diff --git a/.github/workflows/dev_images.yml b/.github/workflows/dev_images.yml index 6c6c70a92..9b7a4876c 100644 --- a/.github/workflows/dev_images.yml +++ b/.github/workflows/dev_images.yml @@ -9,7 +9,7 @@ jobs: push_to_registry: strategy: matrix: - ki_release: [dev_image_k5, dev_image_k6, dev_image_k7, dev_image_k5f, dev_image_k6f, dev_image_k7f] + ki_release: [dev_image_k5, dev_image_k6, dev_image_k7, dev_image_k8, dev_image_k5f, dev_image_k6f, dev_image_k7f, dev_image_k8f] name: Docker ${{ matrix.ki_release }} runs-on: ubuntu-latest @@ -21,16 +21,16 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 73af5e37a..c91dd2b7a 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -14,12 +14,12 @@ jobs: - run: sudo apt-get update && sudo apt-get install cppcheck if: false - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: cache: pip python-version: "3.11" - run: python -m pip install pre-commit regex - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 with: path: ~/.cache/pre-commit/ key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') @@ -40,14 +40,14 @@ jobs: files: ${{ env.CS_XML }} notices-as-warnings: true # optional prepend-filename: true # optional - - uses: actions/cache/save@v3 + - uses: actions/cache/save@v4 if: ${{ always() }} with: path: ~/.cache/pre-commit/ key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }} - name: Provide log as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ always() }} with: name: precommit-logs diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 8fb9a047e..03057d123 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -1,4 +1,4 @@ -# This workflow will install Python dependencies, run tests and lint with a single version of Python +# This workflow will install Python dependencies, run tests and lint with a single version of Python. # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Regression tests @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - ki_release: [ki5, ki6, ki7] + ki_release: [ki5, ki6, ki7, ki8] w_tests: [g1, g2, g3] runs-on: ubuntu-latest @@ -97,7 +97,7 @@ jobs: path: output - name: Upload Coverage # Don't mix stable coverage with development coverage - if: github.ref == 'refs/heads/dev' + if: ${{ (github.ref == 'refs/heads/dev') && (matrix.ki_release != 'ki8') }} env: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} COVERALLS_FLAG_NAME: ${{ matrix.ki_release }}_${{ matrix.w_tests }} diff --git a/.gitignore b/.gitignore index 1d8d561f9..7f06dcd87 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ htmlcov/ pp/ output/ .coverage +.coverage.* TODO inti.png tags diff --git a/CHANGELOG.md b/CHANGELOG.md index a4216a53c..0ed229fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,41 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.5] - 2024-03-31 +### Added +- KiCad 8 support +- Panelize: support for all new options (upto 1.5.1) +- 3D/2D renderers: support for ranges in the `show_components` and `highlight` + options. So one entry can be something like *R10-R20*. Can be disabled + using the global option `allow_component_ranges`. (See yaqwsx/PcbDraw#159) +- Navigate results: A header and navigation bar (#582) +- BoM: support for SVG format in the logos (#383) + +### Changed +- CI/CD: we now filter some warnings that are always generated by docker + images when we detect a CI/CD environment. They can be enabled using the + `--warn-ci-cd` command line option. (See #564) +- KiRi: continue even on corrupted schematics (#583) +- Variants: avoid W045 on nameless pads. Assuming they are on purpose and not + real pads. (See #584) +- BoardView: Skip footprints with no pads (not just REF**) + (whitequark/kicad-boardview#14) + +### Fixed +- Netlist generation problems with components on the PCB but not in schematic. + (#578) +- Filters: + - _none filter not always honored (i.e. exclude in BoM) (#580) + - Rotation for bottom JLCPCB parts with offset (#591) + - Rotation angle used to compute the offsets, must be the final angle +- PCB Parity: components excluded from the board reported anyways (#585) +- BoardView: + - X axis mirroring issues (whitequark/kicad-boardview#11) + - Alphanumeric pads sorting (whitequark/kicad-boardview#17) and + (whitequark/kicad-boardview#18) +- Present: problems when using gerbers already generated +- Diff: problems when using things like "origin/main" and add_link_id (#589) +- Panelize: not able to use external JSON configs (#592) ## [1.6.4] - 2024-02-02 ### Added diff --git a/Dockerfile b/Dockerfile index 0deabfd62..3cb3b755c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM ghcr.io/inti-cmnb/kicad7_auto_full:latest +FROM ghcr.io/inti-cmnb/kicad8_auto_full:latest LABEL AUTHOR Salvador E. Tropea -LABEL Description="Export various files from KiCad projects (KiCad 7)" +LABEL Description="Export various files from KiCad projects (KiCad 8)" COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh diff --git a/Dockerfile_dk8 b/Dockerfile_dk8 new file mode 100644 index 000000000..38844cd2d --- /dev/null +++ b/Dockerfile_dk8 @@ -0,0 +1,10 @@ +FROM ghcr.io/inti-cmnb/kicad8_auto_full:dev +LABEL AUTHOR Salvador E. Tropea +LABEL Description="Export various files from KiCad projects (KiCad 8 + development)" + +COPY entrypoint.sh /entrypoint.sh +RUN chmod +x /entrypoint.sh + +WORKDIR /mnt + +ENTRYPOINT [ "/entrypoint.sh" ] diff --git a/Dockerfile_k8 b/Dockerfile_k8 new file mode 100644 index 000000000..3cb3b755c --- /dev/null +++ b/Dockerfile_k8 @@ -0,0 +1,10 @@ +FROM ghcr.io/inti-cmnb/kicad8_auto_full:latest +LABEL AUTHOR Salvador E. Tropea +LABEL Description="Export various files from KiCad projects (KiCad 8)" + +COPY entrypoint.sh /entrypoint.sh +RUN chmod +x /entrypoint.sh + +WORKDIR /mnt + +ENTRYPOINT [ "/entrypoint.sh" ] diff --git a/Makefile b/Makefile index 11d07f6d9..dab817100 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ test_docker_local_1: # Also change the owner of the files to the current user (we run as root like in GitHub) #docker run --rm -it -v $(CWD):$(CWD) --workdir="$(CWD)" setsoft/kicad_auto_test:latest '/bin/bash' docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad_auto_test:ki5 \ - /bin/bash -c "flake8 . --count --statistics ; python3-coverage run -a src/kibot --help-outputs > /dev/null; pytest-3 --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/board_samples/ tests/.config/kiplot/plugins/__pycache__/ tests/test_plot/fake_pcbnew/__pycache__/ tests/.config/kibot/plugins/__pycache__/ .coverage.* htmlcov/ .cache" + /bin/bash -c "flake8 . --count --statistics ; python3-coverage run -a src/kibot --help-outputs > /dev/null; pytest-3 --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/ .coverage.* htmlcov/ .cache" #$(PY_COV) report #x-www-browser htmlcov/index.html # The coverage used in the image is incompatible @@ -96,17 +96,25 @@ test_docker_local_1_ki6: # Run in the same directory to make the __pycache__ valid # Also change the owner of the files to the current user (we run as root like in GitHub) docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad_auto_test:ki6 \ - /bin/bash -c "flake8 . --count --statistics ; python3-coverage run src/kibot --help-outputs > /dev/null; pytest-3 --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/board_samples/ tests/.config/kiplot/plugins/__pycache__/ tests/test_plot/fake_pcbnew/__pycache__/ tests/.config/kibot/plugins/__pycache__/ .coverage htmlcov/ .cache" + /bin/bash -c "flake8 . --count --statistics ; python3-coverage run src/kibot --help-outputs > /dev/null; pytest-3 --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/ .coverage.* htmlcov/ .cache" # docker run --rm -it -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad6_auto_full:latest #$(PY_COV) report #x-www-browser htmlcov/index.html # docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad6_auto_full:latest \ +test_docker_local_1_ki8: + rm -rf output + rm -f tests/.local + # Run in the same directory to make the __pycache__ valid + # Also change the owner of the files to the current user (we run as root like in GitHub) + docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad_auto_test:ki8 \ + /bin/bash -c "flake8 . --count --statistics ; python3-coverage run src/kibot --help-outputs > /dev/null; pytest-3 --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/ .coverage.* htmlcov/ .cache" + test_docker_local_1_ki7: rm -rf output rm -f tests/.local docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad_auto_test:ki7 \ - /bin/bash -c "python3-coverage run src/kibot --help-outputs > /dev/null; pytest-3 --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/board_samples/ tests/.config/kiplot/plugins/__pycache__/ tests/test_plot/fake_pcbnew/__pycache__/ tests/.config/kibot/plugins/__pycache__/ .coverage htmlcov/ .cache" + /bin/bash -c "python3-coverage run src/kibot --help-outputs > /dev/null; pytest-3 --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/ .coverage.* htmlcov/ .cache" t1k7: single_test @@ -115,16 +123,16 @@ test_docker_local_1_n: rm -rf output rm -f tests/.local docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad_auto_test:nightly \ - /bin/bash -c "src/kibot --help-outputs > /dev/null ; pytest-3 --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir=output ; chown -R $(USER_ID):$(GROUP_ID) output/ tests/board_samples/ tests/.config/kiplot/plugins/__pycache__/ tests/test_plot/fake_pcbnew/__pycache__/ tests/.config/kibot/plugins/__pycache__/ .coverage htmlcov/ .cache" + /bin/bash -c "src/kibot --help-outputs > /dev/null ; pytest-3 --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir=output ; chown -R $(USER_ID):$(GROUP_ID) output/ tests/ .coverage.* htmlcov/ .cache" test_docker_local_1_sn: rm -rf output .cache/ rm -f tests/.local docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad_auto_test:stable_nightly \ - /bin/bash -c "export KIBOT_COPY_REF=$(KIBOT_COPY_REF); src/kibot --help-outputs > /dev/null ; pytest-3 --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir=output ; chown -R $(USER_ID):$(GROUP_ID) output/ tests/board_samples/ tests/.config/kiplot/plugins/__pycache__/ tests/test_plot/fake_pcbnew/__pycache__/ tests/.config/kibot/plugins/__pycache__/ .coverage htmlcov/ .cache" + /bin/bash -c "export KIBOT_COPY_REF=$(KIBOT_COPY_REF); src/kibot --help-outputs > /dev/null ; pytest-3 --log-cli-level debug -k '$(SINGLE_TEST)' --test_dir=output ; chown -R $(USER_ID):$(GROUP_ID) output/ tests/ .coverage.* htmlcov/ .cache" # rm -R .cache/ ; KIBOT_COPY_REF="1" SINGLE_TEST=test_print_sch_variant_ni_2 make test_docker_local_1_sn -t1k8: t1n +t1k8: test_docker_local_1_ki8 t1n: test_docker_local_1_n @@ -135,7 +143,7 @@ test_docker_local: # Run in the same directory to make the __pycache__ valid # Also change the owner of the files to the current user (we run as root like in GitHub) docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad_auto_test:latest \ - /bin/bash -c "flake8 . --count --statistics ; python3-coverage run src/kibot --help-outputs ; pytest-3 --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/board_samples/ .coverage.* htmlcov/ .cache" + /bin/bash -c "flake8 . --count --statistics ; python3-coverage run src/kibot --help-outputs ; pytest-3 --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/ .coverage.* htmlcov/ .cache" $(PY_COV) combine $(PY_COV) report x-www-browser htmlcov/index.html @@ -147,7 +155,7 @@ test_docker_local_ki6: # Run in the same directory to make the __pycache__ valid # Also change the owner of the files to the current user (we run as root like in GitHub) docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad_auto_test:ki6 \ - /bin/bash -c "python3-coverage run src/kibot --help-outputs ; pytest-3 --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/board_samples/ .coverage.* htmlcov/ .cache" + /bin/bash -c "python3-coverage run src/kibot --help-outputs ; pytest-3 --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/ .coverage.* htmlcov/ .cache" $(PY_COV) combine $(PY_COV) report x-www-browser htmlcov/index.html @@ -157,7 +165,17 @@ test_docker_local_ki7: rm -f tests/.local $(PY_COV) erase docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad_auto_test:ki7 \ - /bin/bash -c "python3-coverage run src/kibot --help-outputs ; pytest-3 --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/board_samples/ .coverage htmlcov/ .cache" + /bin/bash -c "python3-coverage run src/kibot --help-outputs ; pytest-3 --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/ .coverage.* htmlcov/ .cache" + $(PY_COV) combine + $(PY_COV) report + x-www-browser htmlcov/index.html + +test_docker_local_ki8: + rm -rf output + rm -f tests/.local + $(PY_COV) erase + docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" ghcr.io/inti-cmnb/kicad_auto_test:ki8 \ + /bin/bash -c "python3-coverage run src/kibot --help-outputs ; pytest-3 --test_dir=output ; $(PY_COV) html; chown -R $(USER_ID):$(GROUP_ID) output/ tests/ .coverage.* htmlcov/ .cache" $(PY_COV) combine $(PY_COV) report x-www-browser htmlcov/index.html @@ -166,7 +184,7 @@ test_docker_local_manjaro: rm -rf output_manjaro rm -f tests/.local docker run --rm -v $(CWD):$(CWD) --workdir="$(CWD)" setsoft/kicad_auto:manjaro_k6 \ - /bin/bash -c "sudo pacman -S flake8 python-pytest python-pytest-xdist python-wheel diffutils fluxbox x11vnc wmctrl unzip zbar python-coverage wget --noconfirm ; sudo pacman -S --noconfirm make python-pre-commit ; yay -S --noconfirm python-xlsx2csv ; src/kibot --help-outputs ; pytest --test_dir=output_manjaro ; chown -R $(USER_ID):$(GROUP_ID) output_manjaro/ tests/board_samples/" + /bin/bash -c "sudo pacman -S flake8 python-pytest python-pytest-xdist python-wheel diffutils fluxbox x11vnc wmctrl unzip zbar python-coverage wget --noconfirm ; sudo pacman -S --noconfirm make python-pre-commit ; yay -S --noconfirm python-xlsx2csv ; src/kibot --help-outputs ; pytest --test_dir=output_manjaro ; chown -R $(USER_ID):$(GROUP_ID) output_manjaro/ tests/" docker_shell: docker run -it --rm -v $(CWD):$(CWD) --workdir="$(CWD)" \ @@ -189,7 +207,7 @@ single_test: @echo "********************" Error @tail -n 30 pp/*/error.txt @rm -f tests/input_samples/bom.ini - @rm .coverage.kotori.* + @rm .coverage.*.* single_tests: rm -rf pp @@ -264,6 +282,16 @@ update_gha: git push git tag -f -a v2_k7 -m "GitHub Action v2 for KiCad 7" git push origin -f --tags + cp Dockerfile_dk8 Dockerfile + git commit -m "[CI/CD] Updating Github Action v2 for KiCad 8 development" Dockerfile + git push + git tag -f -a v2_dk8 -m "GitHub Action v2 for KiCad 8 (development)" + git push origin -f --tags + cp Dockerfile_k8 Dockerfile + git commit -m "[CI/CD] Updating Github Action v2 for KiCad 8 latest" Dockerfile + git push + git tag -f -a v2_k8 -m "GitHub Action v2 for KiCad 8" + git push origin -f --tags .PHONY: deb deb_clean lint test test_local gen_ref doc py_build pypi_upload py_clean diff --git a/debian/changelog b/debian/changelog index d7fdd9dd7..1e46ddec3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +kibot (1.6.5-1) stable; urgency=medium + + * Added KiCad 8 support + * Added support for all new options in KiKit panelize (upto 1.5.1) + * Added support for ranges in the `show_components` and `highlight` + options. So one entry can be something like *R10-R20*. Can be disabled + using the global option `allow_component_ranges` to 3D/2D renderers. + * Added a header and navigation bar to Navigate results. + * Added support for SVG format in the logos to the BoM + * We now filter some warnings that are always generated by docker + images when we detect a CI/CD environment. They can be enabled using the + `--warn-ci-cd` command line option. + * Now KiRi continue even on corrupted schematics + * Now we avoid W045 on nameless pads. Assuming they are on purpose and not + real pads. + * In BoardView now we skip footprints with no pads (not just REF**) + * Fixed netlist generation problems with components on the PCB but not in + schematic. + * Fixed _none filter not always honored (i.e. exclude in BoM) + * Fixed rotation for bottom JLCPCB parts with offset + * Fixed rotation angle used to compute the offsets, must be the final angle + * Fixed components excluded from the board reported anyways in the PCB + parity check. + * Fixed X axis mirroring issues in BoardView + * Fixed alphanumeric pads sorting in BoardView + * Fixed problems when using gerbers already generated in KiKit present + * Fixed problems when using things like "origin/main" and add_link_id in Diff + * Fixed not able to use external JSON configs in panelize + + -- Salvador E. Tropea Sun, 31 Mar 2024 11:10:04 -0300 + kibot (1.6.4-1) stable; urgency=medium * Added KiRi output (interactive diff) diff --git a/docs/samples/generic_plot.kibot.yaml b/docs/samples/generic_plot.kibot.yaml index 289f2c7b8..e7500bdae 100644 --- a/docs/samples/generic_plot.kibot.yaml +++ b/docs/samples/generic_plot.kibot.yaml @@ -190,7 +190,7 @@ outputs: # part number. The field containing the LCSC part number is defined by the # `field_lcsc_part` global variable download_lcsc: true - # [list(string)=[]] List of components to highlight + # [list(string)=[]] List of components to highlight. Ranges like *R5-R10* are supported highlight: [] # [boolean=false] Highlight over the component (not under) highlight_on_top: false @@ -209,6 +209,7 @@ outputs: # A short-cut to use for simple cases where a variant is an overkill pre_transform: '_none' # [list(string)|string=all] [none,all] List of components to draw, can be also a string for `none` or `all`. + # Ranges like *R5-R10* are supported. # Unlike the `pcbdraw` output, the default is `all` show_components: all # [boolean=true] Add solder paste only for the populated components. @@ -426,7 +427,8 @@ outputs: # This option is for simple cases, consider using a full variant for complex cases dnf_filter: '_kibom_dnf' # [string|list(string)='_mechanical'] Name of the filter to exclude components from BoM processing. - # The default filter excludes test points, fiducial marks, mounting holes, etc. + # The default filter (built-in filter '_mechanical') excludes test points, fiducial marks, mounting holes, etc. + # Please consult the built-in filters explanation to fully understand what is excluded by default. # This option is for simple cases, consider using a full variant for complex cases exclude_filter: '_mechanical' # [boolean=false] Exclude components marked with *Exclude from BOM* in the PCB. @@ -501,8 +503,11 @@ outputs: # [boolean|string|list(string)=''] Column/s containing LCSC part numbers, will be linked to web page. # Use **true** to copy the value indicated by the `field_lcsc_part` global option lcsc_link: '' - # [string|boolean=''] PNG file to use as logo, use false to remove + # [string|boolean=''] PNG/SVG file to use as logo, use false to remove. + # Note that when using an SVG this is first converted to a PNG using `logo_width` logo: '' + # [number=370] Used when the logo is an SVG image. This width is used to render the SVG image + logo_width: 370 # [string|list(string)=''] Column/s containing Mouser part numbers, will be linked to web page mouser_link: '' # [string='modern-blue'] Page style. Internal styles: modern-blue, modern-green, modern-red and classic. @@ -595,10 +600,13 @@ outputs: # [boolean|string|list(string)=''] Column/s containing LCSC part numbers, will be linked to web page. # Use **true** to copy the value indicated by the `field_lcsc_part` global option lcsc_link: '' - # [string|boolean=''] PNG file to use as logo, use false to remove + # [string|boolean=''] PNG/SVG file to use as logo, use false to remove. + # Note that when using an SVG this is first converted to a PNG using `logo_width` logo: '' # [number=2] Scaling factor for the logo. Note that this value isn't honored by all spreadsheet software logo_scale: 2 + # [number=370] Used when the logo is an SVG image. This width is used to render the SVG image + logo_width: 370 # [number=60] [20,999] Maximum column width (characters) max_col_width: 60 # [string|list(string)=''] Column/s containing Mouser part numbers, will be linked to web page @@ -1742,12 +1750,28 @@ outputs: type: 'navigate_results' dir: 'Example/navigate_results_dir' options: + # [boolean=true] Add a header containing information for the project + header: true # [string=''] The name of a file to create at the main output directory linking to the home page link_from_root: '' + # [string|boolean=''] PNG file to use as logo, use false to remove. + # The KiBot logo is used by default + logo: '' + # [string='https://github.com/INTI-CMNB/KiBot/'] Target link when clicking the logo + logo_url: 'https://github.com/INTI-CMNB/KiBot/' + # [boolean=true] Add a side navigation bar to quickly access to the outputs + nav_bar: true # [string='%f-%i%I%v.%x'] Filename for the output (%i=html, %x=navigate). Affected by global options output: '%f-%i%I%v.%x' # [boolean=false] Skip outputs with `run_by_default: false` skip_not_run: false + # [string=''] Title for the page, when empty KiBot will try using the schematic or PCB title. + # If they are empty the name of the project, schematic or PCB file is used. + # You can use %X values and KiCad variables here + title: '' + # [string|boolean=''] Target link when clicking the title, use false to remove. + # KiBot will try with the origin of the current git repo when empty + title_url: '' # Netlist: # The netlist can be generated in the classic format and in IPC-D-356 format, # useful for board testing @@ -1796,14 +1820,21 @@ outputs: # [number|string] Extra clearance from the board perimeters. Suitable for, e.g., not filling the tabs with # copper clearance: 0.5 + # [number|string] Diameter of hexagons + diameter: 7 + # `edge_clearance` is an alias for `edgeclearance` + # [number|string] Specifies clearance between the fill and panel perimeter + edgeclearance: 0.5 # [string|list(string)] List of layers to fill. Can be a comma-separated string. # Using *all* means all external copper layers layers: 'F.Cu,B.Cu' # [number|string] The orientation of the hatched strokes orientation: 45 - # [number|string] The space between the hatched strokes + # [number|string] The space between the hatched strokes or hexagons spacing: 1 - # [string='none'] [none,solid,hatched] How to fill non-board areas of the panel with copper + # [number=15] Remove fragments smaller than threshold. Expressed as a percentage + threshold: 15 + # [string='none'] [none,solid,hatched,hex] How to fill non-board areas of the panel with copper type: 'none' # [number|string] The width of the hatched strokes width: 1 @@ -1821,8 +1852,14 @@ outputs: cutcurves: false # [number|string] Drill size used for the *mousebites* drill: 0.5 + # `end_prolongation` is an alias for `endprolongation` + # [number|string] Prolongation on the end of V-CUT without text + endprolongation: 3 # [string='Cmts.User'] Specify the layer to render V-cuts on. Also used for the *layer* type layer: 'Cmts.User' + # `line_width` is an alias for `linewidth` + # [number|string] Line width to plot cuts with + linewidth: 0.3 # [number|string] Specify the *mousebites* and *vcuts* offset, positive offset puts the cuts into the board, # negative puts the cuts into the tabs offset: 0 @@ -1831,6 +1868,20 @@ outputs: prolong: 0 # [number|string] The spacing of the holes used for the *mousebites* spacing: 0.8 + # [string='V-CUT'] Text template for the V-CUT + template: 'V-CUT' + # `text_offset` is an alias for `textoffset` + # `text_prolongation` is an alias for `textprolongation` + # `text_size` is an alias for `textsize` + # `text_thickness` is an alias for `textthickness` + # [number|string] Text offset from the V-CUT + textoffset: 3 + # [number|string] Prolongation of the text size of V-CUT + textprolongation: 3 + # [number|string] Text size for vcuts + textsize: 2 + # [number|string] Text thickness for width + textthickness: 0.3 # [string='none'] [none,mousebites,vcuts,layer,plugin] Layer: When KiKit reports it cannot perform cuts, you can render the cuts # into a layer with this option to understand what's going on. Shouldn't be used for the final design type: 'none' @@ -1861,6 +1912,8 @@ outputs: hoffset: 0 # [number|string] Diameter of the solder mask opening opening: 1 + # [boolean=false] Include the fiducials in the paste layer (therefore they appear on the stencil) + paste: false # [string='none'] [none,3fid,4fid,plugin] Add none, 3 or 4 fiducials to the (rail/frame of) the panel type: 'none' # [number|string] Vertical offset from panel edges @@ -1869,8 +1922,15 @@ outputs: framing: # [string=''] Argument to pass to the plugin. Used for *plugin* arg: '' - # [number|string] Specify the size of chamfer frame corners + # [number|string] Specify the size of chamfer frame corners. You can also separately specify `chamferwidth` + # and `chamferheight` to create a non 45 degrees chamfer chamfer: 0 + # `chamfer_height` is an alias for `chamferheight` + # `chamfer_width` is an alias for `chamferwidth` + # [number|string] Height of the chamfer frame corners, used for non 45 degrees chamfer + chamferheight: 0 + # [number|string] Width of the chamfer frame corners, used for non 45 degrees chamfer + chamferwidth: 0 # [string=''] Plugin specification (PACKAGE.FUNCTION or PYTHON_FILE.FUNCTION). Used for *plugin* code: '' # [string='both'] [none,both,v,h] Specify whether to add cuts to the corners of the frame for easy removal. @@ -1880,6 +1940,12 @@ outputs: fillet: 0 # [number|string] Specify the horizontal space between PCB and the frame/rail hspace: 2 + # `max_total_height` is an alias for `maxtotalheight` + # `max_total_width` is an alias for `maxtotalwidth` + # [number|string] Maximal height of the panel + maxtotalheight: 10000 + # [number|string] Maximal width of the panel + maxtotalwidth: 10000 # `min_total_height` is an alias for `mintotalheight` # `min_total_width` is an alias for `mintotalwidth` # [number|string] If needed, add extra material to the rail or frame to meet the minimal requested size. @@ -1921,12 +1987,18 @@ outputs: code: '' # [number=1] Specify the number of columns of boards in the grid pattern cols: 1 + # `h_back_bone` is an alias for `hbackbone` + # `h_bone_cut` is an alias for `hbonecut` + # `h_bone_first` is an alias for `hbonefirst` + # `h_bone_skip` is an alias for `hboneskip` # [number|string] The width of horizontal backbone (0 means no backbone). The backbone does not increase the # spacing of the boards hbackbone: 0 # [boolean=true] If there are both backbones specified, specifies if there should be a horizontal cut where the backbones # cross hbonecut: true + # [number=0] Specify first horizontal backbone to render + hbonefirst: 0 # [number=0] Skip every n horizontal backbones. I.e., 1 means place only every other backbone hboneskip: 0 # [number|string] Specify the horizontal gap between the boards @@ -1946,12 +2018,18 @@ outputs: space: null # [string='grid'] [grid,plugin] In the plugin type only `code` and `arg` are relevant type: 'grid' + # `v_back_bone` is an alias for `vbackbone` + # `v_bone_cut` is an alias for `vbonecut` + # `v_bone_first` is an alias for `vbonefirst` + # `v_bone_skip` is an alias for `vboneskip` # [number|string] The width of vertical backbone (0 means no backbone). The backbone does not increase the # spacing of the boards vbackbone: 0 # [boolean=true] If there are both backbones specified, specifies if there should be a vertical cut where the backbones # cross vbonecut: true + # [number=0] Specify first vertical backbone to render + vbonefirst: 0 # [number=0] Skip every n vertical backbones. I.e., 1 means place only every other backbone vboneskip: 0 # [number|string] Specify the vertical gap between the boards @@ -1961,18 +2039,18 @@ outputs: name: '' # [dict] Sets page size on the resulting panel and position the panel in the page page: - # [string='tl'] [tl,tr,bl,br,mt,mb,ml,mr,c] Point of the panel to be placed at given position. Can be one of tl, tr, bl, br + # [string='mt'] [tl,tr,bl,br,mt,mb,ml,mr,c] Point of the panel to be placed at given position. Can be one of tl, tr, bl, br # (corners), mt, mb, ml, mr (middle of sides), c (center). The anchors refer to the panel outline - anchor: 'tl' + anchor: 'mt' # [number|string] Height for the `custom` paper size height: 210 # `page_size` is an alias for `type` # `pos_x` is an alias for `posx` # `pos_y` is an alias for `posy` - # [number|string] The X position of the panel on the page - posx: 15 - # [number|string] The Y position of the panel on the page - posy: 15 + # [number|string] The X position of the panel on the page. Can be expressed as a page size percentage + posx: '50%' + # [number|string] The Y position of the panel on the page. Can be expressed as a page size percentage + posy: 20 # `size` is an alias for `type` # [string='inherit'] [inherit,custom,A0,A1,A2,A3,A4,A5,A,B,C,D,E,USLetter,USLegal,USLedger,A0-portrait,A1-portrait,A2-portrait, # A3-portrait,A4-portrait,A5-portrait,A-portrait,B-portrait,C-portrait,D-portrait,E-portrait, @@ -1987,10 +2065,17 @@ outputs: copperfill: false # [boolean=false] Draw dimensions with the panel size. dimensions: false + # `edge_width` is an alias for `edgewidth` + # [number|string] Specify line width for the Edge.Cuts of the panel + edgewidth: 0.1 # `mill_radius` is an alias for `millradius` + # `mill_radius_outer` is an alias for `millradiusouter` # [number|string] Simulate the milling operation (add fillets to the internal corners). # Specify mill radius (usually 1 mm). 0 radius disables the functionality millradius: 0 + # [number|string] Like `millradius`, but modifies only board outer counter. + # No internal features of the board are affected + millradiusouter: 0 # [string='tl'] [tl,tr,bl,br,mt,mb,ml,mr,c] Specify if the auxiliary origin an grid origin should be placed. # Can be one of tl, tr, bl, br (corners), mt, mb, ml, mr (middle of sides), c (center). # Empty string does not changes the origin @@ -2052,6 +2137,11 @@ outputs: # [number|string] Minimal spacing between the tabs. If there are too many tabs, their count is reduced. # Used for *fixed* mindistance: 0 + # `patch_corners` is an alias for `patchcorners` + # [boolean=true] The full tabs are appended to the nearest flat face of the PCB. If the PCB has sharp corners, you want to + # add patches of substrate to these corners. However, if the PCB has fillet or miter, you don't want to + # apply the patches + patchcorners: true # [number|string] The maximum spacing of the tabs. Used for *spacing* spacing: 10 # `tab_footprints` is an alias for `tabfootprints` @@ -2227,6 +2317,9 @@ outputs: paste: false # [number|string] Diameter of the holes size: 1.152 + # `solder_mask_margin` is an alias for `soldermaskmargin` + # [number|string] Solder mask expansion/margin. Use 1.3mm for JLCPCB + soldermaskmargin: 0 # [string='none'] [none,3hole,4hole,plugin] Add none, 3 or 4 holes to the (rail/frame of) the panel type: 'none' # [number|string] Vertical offset from panel edges @@ -2282,7 +2375,8 @@ outputs: # A short-cut to use for simple cases where a variant is an overkill pre_transform: '_none' # [list(string)|string=all] [none,all] List of components to include in the pads list, - # can be also a string for `none` or `all`. The default is `all` + # can be also a string for `none` or `all`. The default is `all`. + # Ranges like *R5-R10* are supported show_components: all # [boolean=false] Create a file containing the board stackup stackup_create: false @@ -2886,6 +2980,7 @@ outputs: variant: '' # Pick & place: # This output is what you get from the 'File/Fabrication output/Footprint position (.pos) file' menu in pcbnew. + # Note that if you need a more customized output you can use the *bom* output, which can include positions. - name: 'position_example' comment: 'Generates the file with position information for the PCB components, used by the pick and place machine.' type: 'position' @@ -3122,7 +3217,7 @@ outputs: download_lcsc: true # [number=720] Image height (aprox.) height: 720 - # [list(string)=[]] List of components to highlight + # [list(string)=[]] List of components to highlight. Ranges like *R5-R10* are supported highlight: [] # [boolean=false] Highlight over the component (not under) highlight_on_top: false @@ -3172,6 +3267,7 @@ outputs: # [boolean=false] Show the content of the User.Comments layer. KiCad 6 or newer and ray tracing disabled show_comments: false # [list(string)|string=all] [none,all] List of components to draw, can be also a string for `none` or `all`. + # Ranges like *R5-R10* are supported. # Unlike the `pcbdraw` output, the default is `all` show_components: all # [boolean=false] Show the content of the Eco1.User/Eco2.User layers. KiCad 6 or newer and ray tracing disabled @@ -3212,7 +3308,8 @@ outputs: # [number=1280] Image width (aprox.) width: 1280 # [number=0] Zoom steps. Use positive to enlarge, get closer, and negative to reduce. - # Same result as using the mouse wheel in the 3D viewer + # Same result as using the mouse wheel in the 3D viewer. + # Note that KiCad 8 starts with a zoom to fit, so you might not even need it zoom: 0 # Design report: # Mainly oriented to be sent to the manufacturer or check PCB details. @@ -3627,7 +3724,7 @@ outputs: # part number. The field containing the LCSC part number is defined by the # `field_lcsc_part` global variable download_lcsc: true - # [list(string)=[]] List of components to highlight + # [list(string)=[]] List of components to highlight. Ranges like *R5-R10* are supported highlight: [] # [boolean=false] Highlight over the component (not under) highlight_on_top: false @@ -3654,6 +3751,7 @@ outputs: # [number=0] Y coordinate to use as reference when `use_pcb_center_as_ref` and `use_pcb_center_as_ref` are disabled ref_y: 0 # [list(string)|string=all] [none,all] List of components to draw, can be also a string for `none` or `all`. + # Ranges like *R5-R10* are supported. # Unlike the `pcbdraw` output, the default is `all` show_components: all # [boolean=false] Use the auxiliary axis as origin for coordinates. diff --git a/docs/source/Changelog.rst b/docs/source/Changelog.rst index 9143883b3..12d2c8c26 100644 --- a/docs/source/Changelog.rst +++ b/docs/source/Changelog.rst @@ -13,9 +13,65 @@ Changelog `__, and this project adheres to `Semantic Versioning `__. +[1.6.5] - 2024-03-31 +-------------------- + +Added +~~~~~ + +- KiCad 8 support +- Panelize: support for all new options (upto 1.5.1) +- 3D/2D renderers: support for ranges in the ``show_components`` and + ``highlight`` options. So one entry can be something like *R10-R20*. + Can be disabled using the global option ``allow_component_ranges``. + (See yaqwsx/PcbDraw#159) +- Navigate results: A header and navigation bar (#582) +- BoM: support for SVG format in the logos (#383) + +Changed +~~~~~~~ + +- CI/CD: we now filter some warnings that are always generated by + docker images when we detect a CI/CD environment. They can be enabled + using the ``--warn-ci-cd`` command line option. (See #564) +- KiRi: continue even on corrupted schematics (#583) +- Variants: avoid W045 on nameless pads. Assuming they are on purpose + and not real pads. (See #584) +- BoardView: Skip footprints with no pads (not just REF**) + (whitequark/kicad-boardview#14) + +Fixed +~~~~~ + +- Netlist generation problems with components on the PCB but not in + schematic. (#578) +- Filters: + + - \_none filter not always honored (i.e. exclude in BoM) (#580) + - Rotation for bottom JLCPCB parts with offset (#591) + - Rotation angle used to compute the offsets, must be the final + angle + +- PCB Parity: components excluded from the board reported anyways + (#585) +- BoardView: + + - X axis mirroring issues (whitequark/kicad-boardview#11) + - Alphanumeric pads sorting (whitequark/kicad-boardview#17) and + (whitequark/kicad-boardview#18) + +- Present: problems when using gerbers already generated +- Diff: problems when using things like “origin/main” and add_link_id + (#589) +- Panelize: not able to use external JSON configs (#592) + +.. _section-1: + [1.6.4] - 2024-02-02 -------------------- +.. _added-1: + Added ~~~~~ @@ -165,6 +221,8 @@ Added - Added a new mode where we can control the added/removed colors (#551) +.. _changed-1: + Changed ~~~~~~~ @@ -200,6 +258,8 @@ Changed - When *check_zone_fills* is enabled now we do a refill for the boards +.. _fixed-1: + Fixed ~~~~~ @@ -286,12 +346,12 @@ Fixed - Problems when creating a colored resistor, but we didn’t have a cache yet (i.e. no model downloaded) #553 -.. _section-1: +.. _section-2: [1.6.3] - 2023-06-26 -------------------- -.. _added-1: +.. _added-2: Added ~~~~~ @@ -386,7 +446,7 @@ Added - ``quote_all``: forces quotes to all values in the CSV output. (See #456) -.. _changed-1: +.. _changed-2: Changed ~~~~~~~ @@ -416,7 +476,7 @@ Changed - JLCPCB_stencil: Is now just like JLCPCB. The only difference is the added layers. -.. _fixed-1: +.. _fixed-2: Fixed ~~~~~ @@ -456,12 +516,12 @@ Fixed - KiCad user template directory autodetection for KiCad 7+ -.. _section-2: +.. _section-3: [1.6.2] - 2023-04-24 -------------------- -.. _added-2: +.. _added-3: Added ~~~~~ @@ -526,7 +586,7 @@ Added - Option to use the auxiliary origin as reference. (#420) -.. _fixed-2: +.. _fixed-3: Fixed ~~~~~ @@ -566,7 +626,7 @@ Fixed - ref_y coordinate not used. (#419) -.. _changed-2: +.. _changed-3: Changed: ~~~~~~~~ @@ -574,12 +634,12 @@ Changed: - Some R, L and C values that were rejected are accepted now. You just get a warning about what part of the value was discarded. -.. _section-3: +.. _section-4: [1.6.1] - 2023-03-16 -------------------- -.. _added-3: +.. _added-4: Added ~~~~~ @@ -613,7 +673,7 @@ Added - ``cross_using_kicad`` global option to use KiCad to cross DNP components in the schematic. Enabled by default. -.. _fixed-3: +.. _fixed-4: Fixed ~~~~~ @@ -623,12 +683,12 @@ Fixed conditions were met. - PCB Print: KiCad crashing on some complex filled zones (#396) -.. _section-4: +.. _section-5: [1.6.0] - 2023-02-06 -------------------- -.. _added-4: +.. _added-5: Added ~~~~~ @@ -742,24 +802,24 @@ Added ~/.cache/kibot/3d You can change the directory using KIBOT_3D_MODELS - License is now AGPL v3, since we are incorporating AGPL code. -.. _section-5: +.. _section-6: [1.5.1] - 2022-12-16 -------------------- -.. _fixed-4: +.. _fixed-5: Fixed ~~~~~ - System level resources look-up -.. _section-6: +.. _section-7: [1.5.0] - 2022-12-16 -------------------- -.. _added-5: +.. _added-6: Added ~~~~~ @@ -821,7 +881,7 @@ Added - Option to control the *SVG precision* (units scale) -.. _changed-3: +.. _changed-4: Changed ~~~~~~~ @@ -834,7 +894,7 @@ Changed - loss tangent decimals, added one more. -.. _fixed-5: +.. _fixed-6: Fixed ~~~~~ @@ -868,12 +928,12 @@ Fixed - Makefile: outputs marked as not run by default were listed in the ``all`` target. -.. _section-7: +.. _section-8: [1.4.0] - 2022-10-12 -------------------- -.. _added-6: +.. _added-7: Added ~~~~~ @@ -944,7 +1004,7 @@ Added - Position: option to set the resolution for floating values (#314) -.. _fixed-6: +.. _fixed-7: Fixed ~~~~~ @@ -966,7 +1026,7 @@ Fixed - Position: Components wrongly separated by side when the side column wasn’t the last column (#313) -.. _changed-4: +.. _changed-5: Changed ~~~~~~~ @@ -986,12 +1046,12 @@ Changed - When importing globals now options that are lists or dicts are merged, not just replaced. (#291) -.. _section-8: +.. _section-9: [1.3.0] - 2022-09-08 -------------------- -.. _added-7: +.. _added-8: Added ~~~~~ @@ -1034,7 +1094,7 @@ Added - Installation checker: option to show the tool paths. -.. _fixed-7: +.. _fixed-8: Fixed ~~~~~ @@ -1069,7 +1129,7 @@ Fixed when VAR isn’t defined. The old code tried to make it an absolute path. -.. _changed-5: +.. _changed-6: Changed ~~~~~~~ @@ -1086,12 +1146,12 @@ Changed - Fails to expand KiCad vars are reported once (not every time) - No more warnings about missing 3D models when we can download them -.. _section-9: +.. _section-10: [1.2.0] - 2022-06-15 -------------------- -.. _added-8: +.. _added-9: Added ~~~~~ @@ -1118,7 +1178,7 @@ Added - GitHub discussions are now enabled. Comment about your KiBot experience `here `__ -.. _fixed-8: +.. _fixed-9: Fixed ~~~~~ @@ -1132,7 +1192,7 @@ Fixed orientation. - svg_pcb_print: page orientation for portrait. -.. _changed-6: +.. _changed-7: Changed ~~~~~~~ @@ -1145,12 +1205,12 @@ Changed - ``navigate_results`` and ``compress`` outputs are created after others -.. _section-10: +.. _section-11: [1.1.0] - 2022-05-24 -------------------- -.. _added-9: +.. _added-10: Added ~~~~~ @@ -1166,7 +1226,7 @@ Added - Pattern and text variables expansion in the title (#198) - Customizable extra info after the title (#199) -.. _fixed-9: +.. _fixed-10: Fixed ~~~~~ @@ -1176,12 +1236,12 @@ Fixed - KiCost+Internal variants: problem with ``variant`` field capitalization -.. _section-11: +.. _section-12: [1.0.0] - 2022-05-10 -------------------- -.. _added-10: +.. _added-11: Added ~~~~~ @@ -1292,7 +1352,7 @@ Added - Support for ``--subst-models`` option for KiCad 6’s kicad2step. (#137) -.. _changed-7: +.. _changed-8: Changed ~~~~~~~ @@ -1314,7 +1374,7 @@ Changed - The default output pattern now includes the ``output_id`` (%I) - The ``source`` path for ``compress`` now has pattern expansion (#152) -.. _fixed-10: +.. _fixed-11: Fixed ~~~~~ @@ -1354,12 +1414,12 @@ Fixed (not imported from KiCad 5) - Problems when using page layout files with relative paths. (#174) -.. _section-12: +.. _section-13: [0.11.0] - 2021-04-25 --------------------- -.. _added-11: +.. _added-12: Added ~~~~~ @@ -1383,7 +1443,7 @@ Added - Basic KiCost support (**experimental**). - Basic internal BoM and KiCost integration (**experimental**). -.. _changed-8: +.. _changed-9: Changed ~~~~~~~ @@ -1396,7 +1456,7 @@ Changed - Reference ranges of two elements no longer represented as ranges. Examples: “R1-R2” is now “R1 R2”, “R1-R3” remains unchanged. -.. _fixed-11: +.. _fixed-12: Fixed ~~~~~ @@ -1410,12 +1470,12 @@ Fixed - The “References” (plural) column is now coloured as “Reference” (singular) -.. _section-13: +.. _section-14: [0.10.1] - 2021-02-22 --------------------- -.. _added-12: +.. _added-13: Added ~~~~~ @@ -1423,48 +1483,48 @@ Added - GitLab CI workaround - Verbosity level is now passed to KiAuto -.. _section-14: +.. _section-15: [0.10.0-4] - 2021-02-16 ----------------------- -.. _fixed-12: +.. _fixed-13: Fixed ~~~~~ - Problem using Python 3.6 (ZipFile’s compresslevel arg needs 3.7) -.. _section-15: +.. _section-16: [0.10.0-3] - 2021-02-16 ----------------------- -.. _fixed-13: +.. _fixed-14: Fixed ~~~~~ - Problem using Python 3.6 (StreamHandler.setStream introduced in 3.7) -.. _section-16: +.. _section-17: [0.10.0-2] - 2021-02-12 ----------------------- -.. _fixed-14: +.. _fixed-15: Fixed ~~~~~ - Missing python3-distutils dependency on Debian package. -.. _section-17: +.. _section-18: [0.10.0] - 2021-02-12 --------------------- -.. _added-13: +.. _added-14: Added ~~~~~ @@ -1495,7 +1555,7 @@ Added - KiAuto time-out control. - Now you can import outputs from another config file. -.. _changed-9: +.. _changed-10: Changed ~~~~~~~ @@ -1510,7 +1570,7 @@ Changed and error messages still use stderr. - Now InteractiveHtmlBom can be installed just as a plugin. -.. _fixed-15: +.. _fixed-16: Fixed ~~~~~ @@ -1522,12 +1582,12 @@ Fixed (i.e. UTF-8). - Problems when using components with more than 10 subparts. -.. _section-18: +.. _section-19: [0.9.0] - 2021-01-04 -------------------- -.. _added-14: +.. _added-15: Added ~~~~~ @@ -1542,7 +1602,7 @@ Added - A filter to rotate footprints in the position file (#28). - The step output now can download missing 3D models. -.. _changed-10: +.. _changed-11: Changed ~~~~~~~ @@ -1551,7 +1611,7 @@ Changed - Position files in CSV format quotes only the columns that could contain an space. Just like KiCad does. -.. _fixed-16: +.. _fixed-17: Fixed ~~~~~ @@ -1560,12 +1620,12 @@ Fixed - Generic filter ``include_only`` option worked only when debug enabled. -.. _section-19: +.. _section-20: [0.8.1] - 2020-12-09 -------------------- -.. _added-15: +.. _added-16: Added ~~~~~ @@ -1573,7 +1633,7 @@ Added - Internal BoM HTML: highlight cell when hover. - Internal BoM HTML: allow to jump to REF of row number using anchors. -.. _fixed-17: +.. _fixed-18: Fixed ~~~~~ @@ -1581,12 +1641,12 @@ Fixed - Internal BoM separator wasn’t applied when using ``use_alt`` - Problems loading plug-ins when using ``pip``. -.. _section-20: +.. _section-21: [0.8.0] - 2020-11-06 -------------------- -.. _added-16: +.. _added-17: Added ~~~~~ @@ -1599,7 +1659,7 @@ Added - Columns in position files can be selected, renamed and sorted as you like. -.. _fixed-18: +.. _fixed-19: Fixed ~~~~~ @@ -1612,12 +1672,12 @@ Fixed - Excellon drill output when using unified output and not using default KiCad names. -.. _section-21: +.. _section-22: [0.7.0] - 2020-09-11 -------------------- -.. _added-17: +.. _added-18: Added ~~~~~ @@ -1642,7 +1702,7 @@ Added - Default output file name format and default variant can be specified from the command line. -.. _fixed-19: +.. _fixed-20: Fixed ~~~~~ @@ -1650,12 +1710,12 @@ Fixed - Virtual components are always excluded from position files. Note you can change it using the variants mechanism. -.. _section-22: +.. _section-23: [0.6.2] - 2020-08-25 -------------------- -.. _changed-11: +.. _changed-12: Changed ~~~~~~~ @@ -1664,7 +1724,7 @@ Changed creating the internal BoM. They are usually mistakes that prevents grouping components. -.. _fixed-20: +.. _fixed-21: Fixed ~~~~~ @@ -1676,26 +1736,26 @@ Fixed - Problems with PcbDraw when generating PNG and JPG outputs. Now we use a more reliable conversion method when available. -.. _section-23: +.. _section-24: [0.6.1] - 2020-08-20 -------------------- -.. _added-18: +.. _added-19: Added ~~~~~ - More robust behavior on GUI dependent commands. -.. _changed-12: +.. _changed-13: Changed ~~~~~~~ - Incorporated mcpy, no longer a dependency. -.. _fixed-21: +.. _fixed-22: Fixed ~~~~~ @@ -1703,12 +1763,12 @@ Fixed - Problems when using ``pip install`` without –no-compile. At least for user level install. -.. _section-24: +.. _section-25: [0.6.0] - 2020-08-18 -------------------- -.. _added-19: +.. _added-20: Added ~~~~~ @@ -1740,7 +1800,7 @@ Added - ``error_number`` -> ``number`` - ``regexp`` -> ``regex`` -.. _changed-13: +.. _changed-14: Changed ~~~~~~~ @@ -1755,12 +1815,12 @@ Changed - pdf_sch_print: adds -schematic - IBoM: contains the project name. -.. _section-25: +.. _section-26: [0.5.0] - 2020-07-11 -------------------- -.. _changed-14: +.. _changed-15: Changed ~~~~~~~ @@ -1776,7 +1836,7 @@ Changed - Now we test the PCB and/or SCH only when we are doing something that needs them. -.. _added-20: +.. _added-21: Added ~~~~~ @@ -1831,7 +1891,7 @@ Added - variants_blacklist - dnp_field -.. _fixed-22: +.. _fixed-23: Fixed ~~~~~ @@ -1840,12 +1900,12 @@ Fixed - ‘ignore_unconnected’ preflight wasn’t working. - The report of hwo many ERC/DRC errors we found. -.. _section-26: +.. _section-27: [0.4.0] - 2020-06-17 -------------------- -.. _added-21: +.. _added-22: Added ~~~~~ @@ -1853,12 +1913,12 @@ Added - STEP 3D model generation - Support for unpatched InteractiveHtmlBom -.. _section-27: +.. _section-28: [0.3.0] - 2020-06-14 -------------------- -.. _added-22: +.. _added-23: Added ~~~~~ @@ -1866,7 +1926,7 @@ Added - Better debug information when a BoM fails to be generated. - Support for compressed YAML files. -.. _changed-15: +.. _changed-16: Changed ~~~~~~~ @@ -1875,19 +1935,19 @@ Changed missing or corrupted. - The ‘check_zone_fills’ option is now independent of ‘run_drc’ -.. _fixed-23: +.. _fixed-24: Fixed ~~~~~ - Error codes that overlapped. -.. _section-28: +.. _section-29: [0.2.5] - 2020-06-11 -------------------- -.. _added-23: +.. _added-24: Added ~~~~~ @@ -1895,7 +1955,7 @@ Added - Tolerate config files without outputs - Mechanism to filter ERC/DRC errors -.. _fixed-24: +.. _fixed-25: Fixed ~~~~~ @@ -1903,19 +1963,19 @@ Fixed - All pcbnew plot formats generated gerber job files - Most formats that needed layers didn’t complain when omitted -.. _section-29: +.. _section-30: [0.2.4] - 2020-05-19 -------------------- -.. _changed-16: +.. _changed-17: Changed ~~~~~~~ - Now kicad-automation-scripts 1.3.1 or newer is needed. -.. _fixed-25: +.. _fixed-26: Fixed ~~~~~ @@ -1923,24 +1983,24 @@ Fixed - Problems for kibom and print_sch outputs when the PCB name included a path. -.. _section-30: +.. _section-31: [0.2.3] - 2020-04-23 -------------------- -.. _added-24: +.. _added-25: Added ~~~~~ - List available targets -.. _section-31: +.. _section-32: [0.2.2] - 2020-04-20 -------------------- -.. _fixed-26: +.. _fixed-27: Fixed ~~~~~ @@ -1948,12 +2008,12 @@ Fixed - KiBoM temporal files, now removed - preflight tasks that didn’t honor –out-dir -.. _section-32: +.. _section-33: [0.2.1] - 2020-04-18 -------------------- -.. _fixed-27: +.. _fixed-28: Fixed ~~~~~ @@ -1961,12 +2021,12 @@ Fixed - Problem when the excellon drill target directory didn’t exist (now created) -.. _section-33: +.. _section-34: [0.2.0] - 2020-03-28 -------------------- -.. _added-25: +.. _added-26: Added ~~~~~ @@ -1984,19 +2044,19 @@ Added - Progress information - –version option -.. _fixed-28: +.. _fixed-29: Fixed ~~~~~ - Debian dependencies -.. _section-34: +.. _section-35: [0.1.1] - 2020-03-13 -------------------- -.. _added-26: +.. _added-27: Added ~~~~~ diff --git a/docs/source/configuration/outputs/blender_export.rst b/docs/source/configuration/outputs/blender_export.rst index 5004ea81d..f0f6891ea 100644 --- a/docs/source/configuration/outputs/blender_export.rst +++ b/docs/source/configuration/outputs/blender_export.rst @@ -44,6 +44,7 @@ Parameters: KIBOT_3D_MODELS environment variable. - **no_virtual** :index:`: ` [boolean=false] Used to exclude 3D models for components with 'virtual' attribute. - **show_components** :index:`: ` [list(string)|string=all] [none,all] List of components to draw, can be also a string for `none` or `all`. + Ranges like *R5-R10* are supported. Unlike the `pcbdraw` output, the default is `all`. - ``dnf_filter`` :index:`: ` [string|list(string)='_none'] Name of the filter to mark components as not fitted. @@ -53,7 +54,7 @@ Parameters: them from LCSC database. In order to work you'll need to provide the LCSC part number. The field containing the LCSC part number is defined by the `field_lcsc_part` global variable. - - ``highlight`` :index:`: ` [list(string)=[]] List of components to highlight. + - ``highlight`` :index:`: ` [list(string)=[]] List of components to highlight. Ranges like *R5-R10* are supported. - ``highlight_on_top`` :index:`: ` [boolean=false] Highlight over the component (not under). - ``highlight_padding`` :index:`: ` [number=1.5] [0,1000] How much the highlight extends around the component [mm]. diff --git a/docs/source/configuration/outputs/bom.rst b/docs/source/configuration/outputs/bom.rst index 78bee6653..889534055 100644 --- a/docs/source/configuration/outputs/bom.rst +++ b/docs/source/configuration/outputs/bom.rst @@ -100,7 +100,8 @@ Parameters: - **datasheet_as_link** :index:`: ` [string=''] Column with links to the datasheet. - **generate_dnf** :index:`: ` [boolean=true] Generate a separated section for DNF (Do Not Fit) components. - - **logo** :index:`: ` [string|boolean=''] PNG file to use as logo, use false to remove. + - **logo** :index:`: ` [string|boolean=''] PNG/SVG file to use as logo, use false to remove. + Note that when using an SVG this is first converted to a PNG using `logo_width`. - **title** :index:`: ` [string='KiBot Bill of Materials'] BoM title. - ``col_colors`` :index:`: ` [boolean=true] Use colors to show the field type. @@ -114,6 +115,7 @@ Parameters: - ``lcsc_link`` :index:`: ` [boolean|string|list(string)=''] Column/s containing LCSC part numbers, will be linked to web page. Use **true** to copy the value indicated by the `field_lcsc_part` global option. + - ``logo_width`` :index:`: ` [number=370] Used when the logo is an SVG image. This width is used to render the SVG image. - ``mouser_link`` :index:`: ` [string|list(string)=''] Column/s containing Mouser part numbers, will be linked to web page. - ``style`` :index:`: ` [string='modern-blue'] Page style. Internal styles: modern-blue, modern-green, modern-red and classic. @@ -134,7 +136,8 @@ Parameters: - **generate_dnf** :index:`: ` [boolean=true] Generate a separated section for DNF (Do Not Fit) components. - **kicost** :index:`: ` [boolean=false] Enable KiCost worksheet creation. Note: an example of how to use it on CI/CD can be found `here `__. - - **logo** :index:`: ` [string|boolean=''] PNG file to use as logo, use false to remove. + - **logo** :index:`: ` [string|boolean=''] PNG/SVG file to use as logo, use false to remove. + Note that when using an SVG this is first converted to a PNG using `logo_width`. - **specs** :index:`: ` [boolean=false] Enable Specs worksheet creation. Contains specifications for the components. Works with only some KiCost APIs. @@ -161,6 +164,7 @@ Parameters: Use **true** to copy the value indicated by the `field_lcsc_part` global option. - ``logo_scale`` :index:`: ` [number=2] Scaling factor for the logo. Note that this value isn't honored by all spreadsheet software. + - ``logo_width`` :index:`: ` [number=370] Used when the logo is an SVG image. This width is used to render the SVG image. - ``max_col_width`` :index:`: ` [number=60] [20,999] Maximum column width (characters). - ``mouser_link`` :index:`: ` [string|list(string)=''] Column/s containing Mouser part numbers, will be linked to web page. @@ -261,7 +265,8 @@ Parameters: This option is for simple cases, consider using a full variant for complex cases. - ``exclude_filter`` :index:`: ` [string|list(string)='_mechanical'] Name of the filter to exclude components from BoM processing. - The default filter excludes test points, fiducial marks, mounting holes, etc. + The default filter (built-in filter '_mechanical') excludes test points, fiducial marks, mounting holes, etc. + Please consult the built-in filters explanation to fully understand what is excluded by default. This option is for simple cases, consider using a full variant for complex cases. - ``exclude_marked_in_pcb`` :index:`: ` [boolean=false] Exclude components marked with *Exclude from BOM* in the PCB. diff --git a/docs/source/configuration/outputs/navigate_results.rst b/docs/source/configuration/outputs/navigate_results.rst index ce2594fd5..647f2436a 100644 --- a/docs/source/configuration/outputs/navigate_results.rst +++ b/docs/source/configuration/outputs/navigate_results.rst @@ -25,7 +25,19 @@ Parameters: - **link_from_root** :index:`: ` [string=''] The name of a file to create at the main output directory linking to the home page. - **output** :index:`: ` [string='%f-%i%I%v.%x'] Filename for the output (%i=html, %x=navigate). Affected by global options. + - ``header`` :index:`: ` [boolean=true] Add a header containing information for the project. + - ``logo`` :index:`: ` [string|boolean=''] PNG file to use as logo, use false to remove. + The KiBot logo is used by default. + + - ``logo_url`` :index:`: ` [string='https://github.com/INTI-CMNB/KiBot/'] Target link when clicking the logo. + - ``nav_bar`` :index:`: ` [boolean=true] Add a side navigation bar to quickly access to the outputs. - ``skip_not_run`` :index:`: ` [boolean=false] Skip outputs with `run_by_default: false`. + - ``title`` :index:`: ` [string=''] Title for the page, when empty KiBot will try using the schematic or PCB title. + If they are empty the name of the project, schematic or PCB file is used. + You can use %X values and KiCad variables here. + - ``title_url`` :index:`: ` [string|boolean=''] Target link when clicking the title, use false to remove. + KiBot will try with the origin of the current git repo when empty. + - **type** :index:`: ` 'navigate_results' - ``category`` :index:`: ` [string|list(string)=''] The category for this output. If not specified an internally defined category is used. diff --git a/docs/source/configuration/outputs/panelize.rst b/docs/source/configuration/outputs/panelize.rst index 863da06c7..e2d03d32a 100644 --- a/docs/source/configuration/outputs/panelize.rst +++ b/docs/source/configuration/outputs/panelize.rst @@ -52,12 +52,25 @@ Parameters: - ``cutcurves`` :index:`: ` [boolean=false] Specify if curves should be approximated by straight cuts (e.g., for cutting tabs on circular boards). Used for *vcuts*. - ``drill`` :index:`: ` [number|string] Drill size used for the *mousebites*. + - *end_prolongation* :index:`: ` Alias for endprolongation. + - ``endprolongation`` :index:`: ` [number|string] Prolongation on the end of V-CUT without text. - ``layer`` :index:`: ` [string='Cmts.User'] Specify the layer to render V-cuts on. Also used for the *layer* type. + - *line_width* :index:`: ` Alias for linewidth. + - ``linewidth`` :index:`: ` [number|string] Line width to plot cuts with. - ``offset`` :index:`: ` [number|string] Specify the *mousebites* and *vcuts* offset, positive offset puts the cuts into the board, negative puts the cuts into the tabs. - ``prolong`` :index:`: ` [number|string] Distance for tangential prolongation of the cuts (to cut through the internal corner fillets caused by milling). Used for *mousebites* and *layer*. - ``spacing`` :index:`: ` [number|string] The spacing of the holes used for the *mousebites*. + - ``template`` :index:`: ` [string='V-CUT'] Text template for the V-CUT. + - *text_offset* :index:`: ` Alias for textoffset. + - *text_prolongation* :index:`: ` Alias for textprolongation. + - *text_size* :index:`: ` Alias for textsize. + - *text_thickness* :index:`: ` Alias for textthickness. + - ``textoffset`` :index:`: ` [number|string] Text offset from the V-CUT. + - ``textprolongation`` :index:`: ` [number|string] Prolongation of the text size of V-CUT. + - ``textsize`` :index:`: ` [number|string] Text size for vcuts. + - ``textthickness`` :index:`: ` [number|string] Text thickness for width. - **fiducials** :index:`: ` [dict] Used to add fiducial marks to the (rail/frame of) the panel. @@ -68,6 +81,7 @@ Parameters: - ``coppersize`` :index:`: ` [number|string] Diameter of the copper spot. - ``hoffset`` :index:`: ` [number|string] Horizontal offset from panel edges. - ``opening`` :index:`: ` [number|string] Diameter of the solder mask opening. + - ``paste`` :index:`: ` [boolean=false] Include the fiducials in the paste layer (therefore they appear on the stencil). - ``voffset`` :index:`: ` [number|string] Vertical offset from panel edges. - **framing** :index:`: ` [dict] Specify the frame around the boards. @@ -81,12 +95,21 @@ Parameters: the boards have just a milled slot around their perimeter. Plugin: Uses an external python function, only `code` and `arg` are relevant. - ``arg`` :index:`: ` [string=''] Argument to pass to the plugin. Used for *plugin*. - - ``chamfer`` :index:`: ` [number|string] Specify the size of chamfer frame corners. + - ``chamfer`` :index:`: ` [number|string] Specify the size of chamfer frame corners. You can also separately specify `chamferwidth` + and `chamferheight` to create a non 45 degrees chamfer. + - *chamfer_height* :index:`: ` Alias for chamferheight. + - *chamfer_width* :index:`: ` Alias for chamferwidth. + - ``chamferheight`` :index:`: ` [number|string] Height of the chamfer frame corners, used for non 45 degrees chamfer. + - ``chamferwidth`` :index:`: ` [number|string] Width of the chamfer frame corners, used for non 45 degrees chamfer. - ``code`` :index:`: ` [string=''] Plugin specification (PACKAGE.FUNCTION or PYTHON_FILE.FUNCTION). Used for *plugin*. - ``cuts`` :index:`: ` [string='both'] [none,both,v,h] Specify whether to add cuts to the corners of the frame for easy removal. Used for *frame*. - ``fillet`` :index:`: ` [number|string] Specify radius of fillet frame corners. - ``hspace`` :index:`: ` [number|string] Specify the horizontal space between PCB and the frame/rail. + - *max_total_height* :index:`: ` Alias for maxtotalheight. + - *max_total_width* :index:`: ` Alias for maxtotalwidth. + - ``maxtotalheight`` :index:`: ` [number|string] Maximal height of the panel. + - ``maxtotalwidth`` :index:`: ` [number|string] Maximal width of the panel. - *min_total_height* :index:`: ` Alias for mintotalheight. - *min_total_width* :index:`: ` Alias for mintotalwidth. - ``mintotalheight`` :index:`: ` [number|string] If needed, add extra material to the rail or frame to meet the minimal requested size. @@ -114,10 +137,15 @@ Parameters: - *bake_text* :index:`: ` Alias for baketext. - ``baketext`` :index:`: ` [boolean=true] A flag that indicates if text variables should be substituted or not. - ``code`` :index:`: ` [string=''] Plugin specification (PACKAGE.FUNCTION or PYTHON_FILE.FUNCTION). Used for *plugin*. + - *h_back_bone* :index:`: ` Alias for hbackbone. + - *h_bone_cut* :index:`: ` Alias for hbonecut. + - *h_bone_first* :index:`: ` Alias for hbonefirst. + - *h_bone_skip* :index:`: ` Alias for hboneskip. - ``hbackbone`` :index:`: ` [number|string] The width of horizontal backbone (0 means no backbone). The backbone does not increase the spacing of the boards. - ``hbonecut`` :index:`: ` [boolean=true] If there are both backbones specified, specifies if there should be a horizontal cut where the backbones cross. + - ``hbonefirst`` :index:`: ` [number=0] Specify first horizontal backbone to render. - ``hboneskip`` :index:`: ` [number=0] Skip every n horizontal backbones. I.e., 1 means place only every other backbone. - ``hspace`` :index:`: ` [number|string] Specify the horizontal gap between the boards. - *rename_net* :index:`: ` Alias for renamenet. @@ -128,10 +156,15 @@ Parameters: - ``rotation`` :index:`: ` [number|string] Rotate the boards before placing them in the panel. - ``space`` :index:`: ` [number|string] Specify the gap between the boards, overwrites `hspace` and `vspace`. - ``type`` :index:`: ` [string='grid'] [grid,plugin] In the plugin type only `code` and `arg` are relevant. + - *v_back_bone* :index:`: ` Alias for vbackbone. + - *v_bone_cut* :index:`: ` Alias for vbonecut. + - *v_bone_first* :index:`: ` Alias for vbonefirst. + - *v_bone_skip* :index:`: ` Alias for vboneskip. - ``vbackbone`` :index:`: ` [number|string] The width of vertical backbone (0 means no backbone). The backbone does not increase the spacing of the boards. - ``vbonecut`` :index:`: ` [boolean=true] If there are both backbones specified, specifies if there should be a vertical cut where the backbones cross. + - ``vbonefirst`` :index:`: ` [number=0] Specify first vertical backbone to render. - ``vboneskip`` :index:`: ` [number=0] Skip every n vertical backbones. I.e., 1 means place only every other backbone. - ``vspace`` :index:`: ` [number|string] Specify the vertical gap between the boards. @@ -145,13 +178,13 @@ Parameters: A3-portrait,A4-portrait,A5-portrait,A-portrait,B-portrait,C-portrait,D-portrait,E-portrait, USLetter-portrait,USLegal-portrait,USLedger-portrait] Paper size. The default `inherit` option inherits paper size from the source board. This feature is not supported on KiCAD 5. - - ``anchor`` :index:`: ` [string='tl'] [tl,tr,bl,br,mt,mb,ml,mr,c] Point of the panel to be placed at given position. Can be one of tl, tr, bl, br + - ``anchor`` :index:`: ` [string='mt'] [tl,tr,bl,br,mt,mb,ml,mr,c] Point of the panel to be placed at given position. Can be one of tl, tr, bl, br (corners), mt, mb, ml, mr (middle of sides), c (center). The anchors refer to the panel outline. - ``height`` :index:`: ` [number|string] Height for the `custom` paper size. - *pos_x* :index:`: ` Alias for posx. - *pos_y* :index:`: ` Alias for posy. - - ``posx`` :index:`: ` [number|string] The X position of the panel on the page. - - ``posy`` :index:`: ` [number|string] The Y position of the panel on the page. + - ``posx`` :index:`: ` [number|string] The X position of the panel on the page. Can be expressed as a page size percentage. + - ``posy`` :index:`: ` [number|string] The Y position of the panel on the page. Can be expressed as a page size percentage. - ``width`` :index:`: ` [number|string] Width for the `custom` paper size. - **tabs** :index:`: ` [dict] Style of the tabs used to join the PCB copies. @@ -173,6 +206,10 @@ Parameters: - *min_distance* :index:`: ` Alias for mindistance. - ``mindistance`` :index:`: ` [number|string] Minimal spacing between the tabs. If there are too many tabs, their count is reduced. Used for *fixed*. + - *patch_corners* :index:`: ` Alias for patchcorners. + - ``patchcorners`` :index:`: ` [boolean=true] The full tabs are appended to the nearest flat face of the PCB. If the PCB has sharp corners, you want to + add patches of substrate to these corners. However, if the PCB has fillet or miter, you don't want to + apply the patches. - ``spacing`` :index:`: ` [number|string] The maximum spacing of the tabs. Used for *spacing*. - *tab_footprints* :index:`: ` Alias for tabfootprints. - ``tabfootprints`` :index:`: ` [string='kikit:Tab'] The footprint/s used for the *annotation* type. You can specify a list of footprints separated by comma. @@ -191,19 +228,25 @@ Parameters: - ``hoffset`` :index:`: ` [number|string] Horizontal offset from panel edges. - ``paste`` :index:`: ` [boolean=false] If True, the holes are included in the paste layer (therefore they appear on the stencil). - ``size`` :index:`: ` [number|string] Diameter of the holes. + - *solder_mask_margin* :index:`: ` Alias for soldermaskmargin. + - ``soldermaskmargin`` :index:`: ` [number|string] Solder mask expansion/margin. Use 1.3mm for JLCPCB. - ``voffset`` :index:`: ` [number|string] Vertical offset from panel edges. - ``copperfill`` :index:`: ` [dict] Fill non-board areas of the panel with copper. - Valid keys: - - **type** :index:`: ` [string='none'] [none,solid,hatched] How to fill non-board areas of the panel with copper. + - **type** :index:`: ` [string='none'] [none,solid,hatched,hex] How to fill non-board areas of the panel with copper. - ``clearance`` :index:`: ` [number|string] Extra clearance from the board perimeters. Suitable for, e.g., not filling the tabs with copper. + - ``diameter`` :index:`: ` [number|string] Diameter of hexagons. + - *edge_clearance* :index:`: ` Alias for edgeclearance. + - ``edgeclearance`` :index:`: ` [number|string] Specifies clearance between the fill and panel perimeter. - ``layers`` :index:`: ` [string|list(string)] List of layers to fill. Can be a comma-separated string. Using *all* means all external copper layers. - ``orientation`` :index:`: ` [number|string] The orientation of the hatched strokes. - - ``spacing`` :index:`: ` [number|string] The space between the hatched strokes. + - ``spacing`` :index:`: ` [number|string] The space between the hatched strokes or hexagons. + - ``threshold`` :index:`: ` [number=15] Remove fragments smaller than threshold. Expressed as a percentage. - ``width`` :index:`: ` [number|string] The width of the hatched strokes. - ``debug`` :index:`: ` [dict] Debug options. @@ -227,9 +270,14 @@ Parameters: - ``copperfill`` :index:`: ` [boolean=false] Fill tabs and frame with copper (e.g., to save etchant or to increase rigidity of flex-PCB panels). - ``dimensions`` :index:`: ` [boolean=false] Draw dimensions with the panel size.. + - *edge_width* :index:`: ` Alias for edgewidth. + - ``edgewidth`` :index:`: ` [number|string] Specify line width for the Edge.Cuts of the panel. - *mill_radius* :index:`: ` Alias for millradius. + - *mill_radius_outer* :index:`: ` Alias for millradiusouter. - ``millradius`` :index:`: ` [number|string] Simulate the milling operation (add fillets to the internal corners). Specify mill radius (usually 1 mm). 0 radius disables the functionality. + - ``millradiusouter`` :index:`: ` [number|string] Like `millradius`, but modifies only board outer counter. + No internal features of the board are affected. - ``origin`` :index:`: ` [string='tl'] [tl,tr,bl,br,mt,mb,ml,mr,c] Specify if the auxiliary origin an grid origin should be placed. Can be one of tl, tr, bl, br (corners), mt, mb, ml, mr (middle of sides), c (center). Empty string does not changes the origin. diff --git a/docs/source/configuration/outputs/pcb2blender_tools.rst b/docs/source/configuration/outputs/pcb2blender_tools.rst index 7552b1b0b..599063aae 100644 --- a/docs/source/configuration/outputs/pcb2blender_tools.rst +++ b/docs/source/configuration/outputs/pcb2blender_tools.rst @@ -32,6 +32,7 @@ Parameters: - **output** :index:`: ` [string='%f-%i%I%v.%x'] Filename for the output (%i=pcb2blender, %x=pcb3d). Affected by global options. - **show_components** :index:`: ` [list(string)|string=all] [none,all] List of components to include in the pads list, can be also a string for `none` or `all`. The default is `all`. + Ranges like *R5-R10* are supported. - ``board_bounds_create`` :index:`: ` [boolean=true] Create the file that informs the size of the used PCB area. This is the bounding box reported by KiCad for the PCB edge with 1 mm of margin. diff --git a/docs/source/configuration/outputs/position.rst b/docs/source/configuration/outputs/position.rst index 7c41a97d4..9bfcbf2f2 100644 --- a/docs/source/configuration/outputs/position.rst +++ b/docs/source/configuration/outputs/position.rst @@ -7,7 +7,8 @@ Pick & place ~~~~~~~~~~~~ Generates the file with position information for the PCB components, used by the pick and place machine. -This output is what you get from the 'File/Fabrication output/Footprint position (.pos) file' menu in pcbnew. +This output is what you get from the 'File/Fabrication output/Footprint position (.pos) file' menu in pcbnew. |br| +Note that if you need a more customized output you can use the *bom* output, which can include positions. |br| Type: ``position`` diff --git a/docs/source/configuration/outputs/render_3d.rst b/docs/source/configuration/outputs/render_3d.rst index f4f06151a..17a3bd7c3 100644 --- a/docs/source/configuration/outputs/render_3d.rst +++ b/docs/source/configuration/outputs/render_3d.rst @@ -43,11 +43,13 @@ Parameters: - **rotate_z** :index:`: ` [number=0] Steps to rotate around the Z axis, positive is clockwise. Each step is currently 10 degrees. Only for KiCad 6 or newer. - **show_components** :index:`: ` [list(string)|string=all] [none,all] List of components to draw, can be also a string for `none` or `all`. + Ranges like *R5-R10* are supported. Unlike the `pcbdraw` output, the default is `all`. - **view** :index:`: ` [string='top'] [top,bottom,front,rear,right,left,z,Z,y,Y,x,X] Point of view. - **zoom** :index:`: ` [number=0] Zoom steps. Use positive to enlarge, get closer, and negative to reduce. Same result as using the mouse wheel in the 3D viewer. + Note that KiCad 8 starts with a zoom to fit, so you might not even need it. - ``auto_crop`` :index:`: ` [boolean=false] When enabled the image will be post-processed to remove the empty space around the image. In this mode the `background2` is changed to be the same as `background1`. - ``background1`` :index:`: ` [string='#66667F'] First color for the background gradient. @@ -63,7 +65,7 @@ Parameters: part number. The field containing the LCSC part number is defined by the `field_lcsc_part` global variable. - ``height`` :index:`: ` [number=720] Image height (aprox.). - - ``highlight`` :index:`: ` [list(string)=[]] List of components to highlight. + - ``highlight`` :index:`: ` [list(string)=[]] List of components to highlight. Ranges like *R5-R10* are supported. - ``highlight_on_top`` :index:`: ` [boolean=false] Highlight over the component (not under). - ``highlight_padding`` :index:`: ` [number=1.5] [0,1000] How much the highlight extends around the component [mm]. diff --git a/docs/source/configuration/outputs/vrml.rst b/docs/source/configuration/outputs/vrml.rst index e794e4d21..2e68a9a00 100644 --- a/docs/source/configuration/outputs/vrml.rst +++ b/docs/source/configuration/outputs/vrml.rst @@ -33,6 +33,7 @@ Parameters: - **no_virtual** :index:`: ` [boolean=false] Used to exclude 3D models for components with 'virtual' attribute. - **output** :index:`: ` [string='%f-%i%I%v.%x'] Filename for the output (%i=vrml, %x=wrl). Affected by global options. - **show_components** :index:`: ` [list(string)|string=all] [none,all] List of components to draw, can be also a string for `none` or `all`. + Ranges like *R5-R10* are supported. Unlike the `pcbdraw` output, the default is `all`. - ``dir_models`` :index:`: ` [string='shapes3D'] Subdirectory used to store the 3D models for the components. @@ -45,7 +46,7 @@ Parameters: them from LCSC database. In order to work you'll need to provide the LCSC part number. The field containing the LCSC part number is defined by the `field_lcsc_part` global variable. - - ``highlight`` :index:`: ` [list(string)=[]] List of components to highlight. + - ``highlight`` :index:`: ` [list(string)=[]] List of components to highlight. Ranges like *R5-R10* are supported. - ``highlight_on_top`` :index:`: ` [boolean=false] Highlight over the component (not under). - ``highlight_padding`` :index:`: ` [number=1.5] [0,1000] How much the highlight extends around the component [mm]. diff --git a/docs/source/configuration/sup_filters.rst b/docs/source/configuration/sup_filters.rst index 270845a88..501b9c800 100644 --- a/docs/source/configuration/sup_filters.rst +++ b/docs/source/configuration/sup_filters.rst @@ -131,6 +131,7 @@ Supported filters This option forces the wrong computation for compatibility. This option also controls the way offset signs are interpreted. When enabled the offsets matches this plugin, when disabled matches the interpretation used by the matthewlai/JLCKicadTools plugin. + Disabling this option you'll get better algorithms, but loose compatibility with this plugin. - ``comment`` :index:`: ` [string=''] A comment for documentation purposes. - ``extend`` :index:`: ` [boolean=true] Extends the internal list of rotations with the one provided. Otherwise just use the provided list. diff --git a/docs/source/configuration/sup_globals.rst b/docs/source/configuration/sup_globals.rst index 97326f842..bfa7582c3 100644 --- a/docs/source/configuration/sup_globals.rst +++ b/docs/source/configuration/sup_globals.rst @@ -21,8 +21,11 @@ - ``allow_blind_buried_vias`` :index:`: ` [boolean=true] Allow the use of buried vias. This value is only used for KiCad 7+. For KiCad 5 and 6 use the design rules settings, stored in the project. + - ``allow_component_ranges`` :index:`: ` [boolean=true] Allow using ranges like *R5-R20* in the `show_components` and `highlight` options. + If you have references that looks like a range you should disable this option. - ``allow_microvias`` :index:`: ` [boolean=true] Allow the use of micro vias. This value is only used for KiCad 7+. For KiCad 5 and 6 use the design rules settings, stored in the project. + - ``always_warn_about_paste_pads`` :index:`: ` [boolean=false] Used to detect the use of pads just for paste. - ``cache_3d_resistors`` :index:`: ` [boolean=false] Use a cache for the generated 3D models of colored resistors. Will save time, but you could need to remove the cache if you need to regenerate them. - ``castellated_pads`` :index:`: ` [boolean=false] Has the PCB castellated pads? @@ -83,8 +86,7 @@ - ``erc_grid`` :index:`: ` [number=50] Grid size used for the ERC. This value must be in mils. This is needed for KiCad 7 in order to run the off grid check. - Shouldn't be needed in KiCad 8. - https://gitlab.com/kicad/code/kicad/-/issues/14110. + This value is stored in the project for KiCad 8, no need to specify it. - ``extra_pth_drill`` :index:`: ` [number=0.1] How many millimeters the manufacturer will add to plated holes. This is because the plating reduces the hole, so you need to use a bigger drill. For more information consult: https://www.eurocircuits.com/pcb-design-guidelines/drilled-holes/. diff --git a/docs/source/dependencies.rst b/docs/source/dependencies.rst index 2dca64d1d..9ab3ac937 100644 --- a/docs/source/dependencies.rst +++ b/docs/source/dependencies.rst @@ -22,7 +22,7 @@ - Compare schematics for `kiri` (v2.2.0) - Print the page frame in GUI mode for `pcb_print` (v1.6.7) -`KiKit `__ :index:`: ` v1.3.0.4 |image11| |Auto-download| +`KiKit `__ :index:`: ` v1.5.1 |image11| |Auto-download| - Mandatory for: `panelize`, `stencil_3d`, `stencil_for_jig` - Optional to separate multiboard projects for general use @@ -71,30 +71,27 @@ - Mandatory for `kikit_present` -`mistune `__ :index:`: ` |image29| |image30| - -- Mandatory for `populate` - -`QRCodeGen `__ :index:`: ` |image31| |image32| |image33| |Auto-download| +`QRCodeGen `__ :index:`: ` |image29| |image30| |image31| |Auto-download| - Mandatory for `qr_lib` -`Colorama `__ :index:`: ` |image34| |image35| |image36| +`Colorama `__ :index:`: ` |image32| |image33| |image34| - Optional to get color messages in a portable way for general use -`Git `__ :index:`: ` |image37| |image38| |Auto-download| +`Git `__ :index:`: ` |image35| |image36| |Auto-download| - Optional to: - Compare with files in the repo for `diff` - Find commit hash and/or date for `kikit_present` - Compare with files in the repo for `kiri` + - Find origin url for `navigate_results` - Find commit hash and/or date for `pcb_replace` - Find commit hash and/or date for `sch_replace` - Find commit hash and/or date for `set_text_variables` -`ImageMagick `__ :index:`: ` |image39| |image40| |Auto-download| +`ImageMagick `__ :index:`: ` |image37| |image38| |Auto-download| - Optional to: @@ -104,16 +101,17 @@ - Create JPG and BMP images for `pcbdraw` - Automatically crop images for `render_3d` -`RSVG tools `__ :index:`: ` |image41| |image42| |Auto-download| +`RSVG tools `__ :index:`: ` |image39| |image40| |Auto-download| - Optional to: + - SVG logos for the BoM for `bom` - Create outputs preview for `navigate_results` - Create PNG icons for `navigate_results` - Create PDF, PNG, PS and EPS formats for `pcb_print` - Create PNG, JPG and BMP images for `pcbdraw` -`Bash `__ :index:`: ` |image43| |image44| +`Bash `__ :index:`: ` |image41| |image42| - Optional to: @@ -121,27 +119,27 @@ - Run external commands to create replacement text for `sch_replace` - Run external commands to create replacement text for `set_text_variables` -`Ghostscript `__ :index:`: ` |image45| |image46| |Auto-download| +`Ghostscript `__ :index:`: ` |image43| |image44| |Auto-download| - Optional to: - Create outputs preview for `navigate_results` - Create PNG, PS and EPS formats for `pcb_print` -`numpy `__ :index:`: ` |image47| |image48| |Auto-download| +`numpy `__ :index:`: ` |image45| |image46| |Auto-download| - Optional to automatically adjust SVG margin for `pcbdraw` -`Pandoc `__ :index:`: ` |image49| |image50| +`Pandoc `__ :index:`: ` |image47| |image48| - Optional to create PDF/ODF/DOCX files for `report` - Note: In CI/CD environments: the `kicad_auto_test` docker image contains it. -`RAR `__ :index:`: ` |image51| |image52| |Auto-download| +`RAR `__ :index:`: ` |image49| |image50| |Auto-download| - Optional to compress in RAR format for `compress` -`XLSXWriter `__ :index:`: ` v1.1.2 |image53| |image54| |image55| |Auto-download| +`XLSXWriter `__ :index:`: ` v1.1.2 |image51| |image52| |image53| |Auto-download| - Optional to create XLSX files for `bom` @@ -204,57 +202,53 @@ .. |image28| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png :target: https://packages.debian.org/stable/python3-markdown2 .. |image29| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/Python-logo-notext-22x22.png - :target: https://pypi.org/project/mistune/ -.. |image30| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png - :target: https://packages.debian.org/stable/python3-mistune -.. |image31| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/Python-logo-notext-22x22.png :target: https://pypi.org/project/QRCodeGen/ -.. |image32| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/PyPI_logo_simplified-22x22.png +.. |image30| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/PyPI_logo_simplified-22x22.png :target: https://pypi.org/project/QRCodeGen/ -.. |image33| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png +.. |image31| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png :target: https://packages.debian.org/stable/python3-qrcodegen -.. |image34| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/Python-logo-notext-22x22.png +.. |image32| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/Python-logo-notext-22x22.png :target: https://pypi.org/project/Colorama/ -.. |image35| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/PyPI_logo_simplified-22x22.png +.. |image33| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/PyPI_logo_simplified-22x22.png :target: https://pypi.org/project/Colorama/ -.. |image36| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png +.. |image34| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png :target: https://packages.debian.org/stable/python3-colorama -.. |image37| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png +.. |image35| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png :target: https://git-scm.com/ -.. |image38| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png +.. |image36| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png :target: https://packages.debian.org/stable/git -.. |image39| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png +.. |image37| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png :target: https://imagemagick.org/ -.. |image40| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png +.. |image38| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png :target: https://packages.debian.org/stable/imagemagick -.. |image41| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png +.. |image39| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png :target: https://gitlab.gnome.org/GNOME/librsvg -.. |image42| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png +.. |image40| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png :target: https://packages.debian.org/stable/librsvg2-bin -.. |image43| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png +.. |image41| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png :target: https://www.gnu.org/software/bash/ -.. |image44| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png +.. |image42| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png :target: https://packages.debian.org/stable/bash -.. |image45| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png +.. |image43| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png :target: https://www.ghostscript.com/ -.. |image46| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png +.. |image44| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png :target: https://packages.debian.org/stable/ghostscript -.. |image47| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/Python-logo-notext-22x22.png +.. |image45| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/Python-logo-notext-22x22.png :target: https://pypi.org/project/numpy/ -.. |image48| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png +.. |image46| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png :target: https://packages.debian.org/stable/python3-numpy -.. |image49| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png +.. |image47| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png :target: https://pandoc.org/ -.. |image50| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png +.. |image48| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png :target: https://packages.debian.org/stable/pandoc -.. |image51| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png +.. |image49| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/llave-inglesa-22x22.png :target: https://www.rarlab.com/ -.. |image52| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png +.. |image50| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png :target: https://packages.debian.org/stable/rar -.. |image53| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/Python-logo-notext-22x22.png +.. |image51| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/Python-logo-notext-22x22.png :target: https://pypi.org/project/XLSXWriter/ -.. |image54| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/PyPI_logo_simplified-22x22.png +.. |image52| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/PyPI_logo_simplified-22x22.png :target: https://pypi.org/project/XLSXWriter/ -.. |image55| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png +.. |image53| image:: https://raw.githubusercontent.com/INTI-CMNB/KiBot/master/docs/images/debian-openlogo-22x22.png :target: https://packages.debian.org/stable/python3-xlsxwriter diff --git a/docs/source/index.rst b/docs/source/index.rst index ea18b6391..db525d375 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -14,12 +14,9 @@ KiBot (formerly KiPlot) - If you are looking for the GitHub Actions documentation, and you already know how to use KiBot, or want a quick start, read: :ref:`usage-of-github-actions` -**New on v1.6.4** +**New on v1.6.5** -- KiRi (interactive diff) and KiCanvas (on-line schematic/PCB browser) new outputs -- New Internal templates: 3DRender_top, 3DRender_top_straight, 3DRender_bottom and - 3DRender_bottom_straight: to generate simple and quick 3D renders. -- Various fixes and new command line options +- KiCad 8 support .. toctree:: diff --git a/docs/source/offsets.rst b/docs/source/offsets.rst index 4358e22e8..e81016062 100644 --- a/docs/source/offsets.rst +++ b/docs/source/offsets.rst @@ -1,7 +1,7 @@ ========================================== ======== ======== Footprint Offset X Offset Y ========================================== ======== ======== -``^PinHeader_2x03_P1\.27mm_Vertical`` 1.27 0.64 -``^PinHeader_2x05_P1\.27mm_Vertical`` 2.54 0.64 +``^PinHeader_2x03_P1\.27mm_Vertical`` -1.27 -0.64 +``^PinHeader_2x05_P1\.27mm_Vertical`` -2.54 -0.64 ``^USB_C_Receptacle_XKB_U262-16XN-4BVC11`` 0.00 -1.44 ========================================== ======== ======== diff --git a/docs/source/rotations.rst b/docs/source/rotations.rst index 3aca2ccb9..2996f35e8 100644 --- a/docs/source/rotations.rst +++ b/docs/source/rotations.rst @@ -19,8 +19,8 @@ Footprint Rotation ``^LQFP-`` 270 ``^MSOP-`` 270 ``^PUIAudio_SMT_0825_S_4_R*`` 270 -``^PinHeader_2x03_P1\.27mm_Vertical`` 90 -``^PinHeader_2x05_P1\.27mm_Vertical`` 90 +``^PinHeader_2x03_P1\.27mm_Vertical`` -90 +``^PinHeader_2x05_P1\.27mm_Vertical`` -90 ``^PowerPAK_SO-8_Single`` 270 ``^QFN-`` 270 ``^Quectel_L80-R`` 270 diff --git a/docs/source/usage.txt b/docs/source/usage.txt index caf9484be..efc4a6ea2 100644 --- a/docs/source/usage.txt +++ b/docs/source/usage.txt @@ -3,8 +3,8 @@ KiBot: KiCad automation tool for documents generation Usage: kibot [-b BOARD] [-e SCHEMA] [-c CONFIG] [-d OUT_DIR] [-s PRE] [-q | -v...] [-L LOGFILE] [-C | -i | -n] [-m MKFILE] [-A] [-g DEF] ... - [-E DEF] ... [--defs-from-env] [-w LIST] [-D | -W] [--banner N] - [TARGET...] + [-E DEF] ... [--defs-from-env] [-w LIST] [-D | -W] [--warn-ci-cd] + [--banner N] [TARGET...] kibot [-v...] [-b BOARD] [-e SCHEMA] [-c PLOT_CONFIG] [--banner N] [-E DEF] ... [--defs-from-env] [--config-outs] [--only-pre|--only-groups] [--only-names] [--output-name-first] --list @@ -69,6 +69,8 @@ Options: -V, --version Show program's version number and exit -w, --no-warn LIST Exclude the mentioned warnings (comma sep) -W, --stop-on-warnings Stop on warnings + --warn-ci-cd Don't disable warnings expected on CI/CD + environments -x, --example Create a template configuration file Quick start options: diff --git a/docs/source/usage_with_ci_cd.rst b/docs/source/usage_with_ci_cd.rst index 18d507a5f..81fd2fffa 100644 --- a/docs/source/usage_with_ci_cd.rst +++ b/docs/source/usage_with_ci_cd.rst @@ -27,15 +27,17 @@ installed. The usual mechanism to achieve this is using `docker `__. Docker images containing KiBot, all the supporting scripts and a corresponding KiCad can be found in the `kicad5_auto `__, -`kicad6_auto `__ -and +`kicad6_auto `__, `kicad7_auto `__ +and +`kicad8_auto `__ GitHub packages. More complete images, with Pandoc, LaTeX, Blender and testing tools, can be found in the following packages: `kicad5_auto_full `__, -`kicad6_auto_full `__ -and +`kicad6_auto_full `__, `kicad7_auto_full `__ +and +`kicad8_auto_full `__ GitHub packages. Old images can be found at `Docker Hub `__ as `setsoft/kicad_auto `__ @@ -44,18 +46,20 @@ and The images are based on `kicad5_debian `__, -`kicad6_debian `__ +`kicad6_debian `__, +`kicad7_debian `__ and -`kicad7_debian `__. +`kicad8_debian `__. (`setsoft/kicad_debian `__ on Docker Hub), containing KiCad on Debian GNU/Linux. If you need to run the current development version of KiBot you can use the following docker images: `ghcr.io/inti-cmnb/kicad5_auto_full:dev `__, -`ghcr.io/inti-cmnb/kicad6_auto_full:dev `__ -or +`ghcr.io/inti-cmnb/kicad6_auto_full:dev `__, `ghcr.io/inti-cmnb/kicad7_auto_full:dev `__ +or +`ghcr.io/inti-cmnb/kicad8_auto_full:dev `__ (`setsoft/kicad_auto:dev `__). These images are based on the *full* (also named *test*) images. @@ -70,13 +74,19 @@ Name KiBot KiCad ========================================= ============ ======= ghcr.io/inti-cmnb/kicad5_auto_full:latest last release 5.1.9 ghcr.io/inti-cmnb/kicad6_auto_full:latest last release 6.0.11 -ghcr.io/inti-cmnb/kicad7_auto_full:latest last release 7.x +ghcr.io/inti-cmnb/kicad7_auto_full:latest last release 7.0.11 +ghcr.io/inti-cmnb/kicad8_auto_full:latest last release 8.x ghcr.io/inti-cmnb/kicad5_auto:latest last release 5.1.9 ghcr.io/inti-cmnb/kicad6_auto:latest last release 6.0.11 -ghcr.io/inti-cmnb/kicad7_auto:latest last release 7.x +ghcr.io/inti-cmnb/kicad7_auto:latest last release 7.0.11 +ghcr.io/inti-cmnb/kicad8_auto:latest last release 8.x ghcr.io/inti-cmnb/kicad5_auto_full:dev git code 5.1.9 ghcr.io/inti-cmnb/kicad6_auto_full:dev git code 6.0.11 -ghcr.io/inti-cmnb/kicad7_auto_full:dev git code 7.x +ghcr.io/inti-cmnb/kicad7_auto_full:dev git code 7.0.11 +ghcr.io/inti-cmnb/kicad8_auto_full:dev git code 8.x +ghcr.io/inti-cmnb/kicad5_auto_full:1.6.4 1.6.4 5.1.9 +ghcr.io/inti-cmnb/kicad6_auto_full:1.6.4 1.6.4 6.0.11 +ghcr.io/inti-cmnb/kicad7_auto_full:1.6.4 1.6.4 7.0.11 ghcr.io/inti-cmnb/kicad5_auto_full:1.6.3 1.6.3 5.1.9 ghcr.io/inti-cmnb/kicad6_auto_full:1.6.3 1.6.3 6.0.11 ghcr.io/inti-cmnb/kicad7_auto_full:1.6.3 1.6.3 7.0.10 @@ -162,7 +172,8 @@ Here is an example of workflow file using the GitHub Action: name: output path: output -For KiCad 6 use ``v2_k6`` instead of ``v2`` (``v2_k7`` for KiCad 7). +For KiCad 6 use ``v2_k6`` instead of ``v2`` (``v2_k7`` for KiCad 7 +or ``v2_k8`` for KiCad 8). These actions use the last KiBot stable release, to use the current development code use ``v2_dk6`` (KiCad 6) and ``v2_d`` (KiCad 5). @@ -172,7 +183,7 @@ A working example applied to a repo can be found Another example, but using variants can be found `here `__ (`kibot_action.yml `__ -for KiCad 6, +for KiCad 7, `kibot_action.yml `__ for KiCad 5) @@ -235,12 +246,17 @@ v2_k7_1_6_2 2 1.6.2 7.0.5.1 v2_1_6_3 2 1.6.3 5.1.9 v2_k6_1_6_3 2 1.6.3 6.0.11 v2_k7_1_6_3 2 1.6.3 7.0.10 +v2_1_6_4 2 1.6.4 5.1.9 +v2_k6_1_6_4 2 1.6.4 6.0.11 +v2_k7_1_6_4 2 1.6.4 7.0.11 v2 2 last release 5.1.9 v2_k6 2 last release 6.0.11 -v2_k7 2 last release 7.x +v2_k7 2 last release 7.0.11 +v2_k8 2 last release 8.x v2_d 2 git code 5.1.9 v2_dk6 2 git code 6.0.11 -v2_dk7 2 git code 7.x +v2_dk7 2 git code 7.0.11 +v2_dk8 2 git code 8.x =========== === ============ ======= The main differences between API 1 and 2 are: diff --git a/experiments/JLC/Test_Case/.gitignore b/experiments/JLC/Test_Case/.gitignore new file mode 100644 index 000000000..0f21dc916 --- /dev/null +++ b/experiments/JLC/Test_Case/.gitignore @@ -0,0 +1,5 @@ +/JLCKicadTools +*-backups +fp-info-cache +*.zip +*_prl diff --git a/experiments/JLC/Test_Case/JLCPCB_position.kicad_pcb b/experiments/JLC/Test_Case/JLCPCB_position.kicad_pcb new file mode 100644 index 000000000..53e22a473 --- /dev/null +++ b/experiments/JLC/Test_Case/JLCPCB_position.kicad_pcb @@ -0,0 +1,6833 @@ +(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 + (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 "unconnected-(Q1-B-Pad1)") + (net 2 "Net-(Q1-C)") + (net 3 "unconnected-(Q2-B-Pad1)") + (net 4 "Net-(Q2-C)") + (net 5 "unconnected-(Q3-B-Pad1)") + (net 6 "Net-(Q3-C)") + (net 7 "unconnected-(Q4-B-Pad1)") + (net 8 "Net-(Q4-C)") + (net 9 "unconnected-(Q5-B-Pad1)") + (net 10 "Net-(Q5-C)") + (net 11 "unconnected-(Q6-B-Pad1)") + (net 12 "Net-(Q6-C)") + (net 13 "unconnected-(Q7-B-Pad1)") + (net 14 "Net-(Q7-C)") + (net 15 "unconnected-(Q8-B-Pad1)") + (net 16 "Net-(Q8-C)") + (net 17 "unconnected-(Q9-B-Pad1)") + (net 18 "Net-(Q9-C)") + (net 19 "unconnected-(Q10-B-Pad1)") + (net 20 "Net-(Q10-C)") + (net 21 "unconnected-(U1-~{RI}-Pad1)") + (net 22 "Net-(U1-GND-Pad2)") + (net 23 "unconnected-(U1-D+-Pad3)") + (net 24 "unconnected-(U1-D--Pad4)") + (net 25 "unconnected-(U1-VIO-Pad5)") + (net 26 "unconnected-(U1-V3-Pad6)") + (net 27 "unconnected-(U1-VDD5-Pad7)") + (net 28 "unconnected-(U1-VBUS-Pad8)") + (net 29 "unconnected-(U1-~{RST}-Pad9)") + (net 30 "unconnected-(U1-~{ACT}-Pad10)") + (net 31 "unconnected-(U1-~{WAKEUP}{slash}GPIO3-Pad11)") + (net 32 "unconnected-(U1-TNOW{slash}GPIO2-Pad12)") + (net 33 "unconnected-(U1-RXS{slash}GPIO1-Pad13)") + (net 34 "unconnected-(U1-TXS{slash}GPIO0-Pad14)") + (net 35 "unconnected-(U1-~{SUSPEND}-Pad15)") + (net 36 "unconnected-(U1-GPIO4-Pad16)") + (net 37 "unconnected-(U1-SUSPEND-Pad17)") + (net 38 "unconnected-(U1-~{CTS}-Pad18)") + (net 39 "unconnected-(U1-~{RTS}-Pad19)") + (net 40 "unconnected-(U1-RXD-Pad20)") + (net 41 "unconnected-(U1-TXD-Pad21)") + (net 42 "unconnected-(U1-~{DSR}-Pad22)") + (net 43 "unconnected-(U1-~{DTR}-Pad23)") + (net 44 "unconnected-(U1-~{DCD}-Pad24)") + (net 45 "unconnected-(U2-~{RI}-Pad1)") + (net 46 "Net-(U2-GND-Pad2)") + (net 47 "unconnected-(U2-D+-Pad3)") + (net 48 "unconnected-(U2-D--Pad4)") + (net 49 "unconnected-(U2-VIO-Pad5)") + (net 50 "unconnected-(U2-V3-Pad6)") + (net 51 "unconnected-(U2-VDD5-Pad7)") + (net 52 "unconnected-(U2-VBUS-Pad8)") + (net 53 "unconnected-(U2-~{RST}-Pad9)") + (net 54 "unconnected-(U2-~{ACT}-Pad10)") + (net 55 "unconnected-(U2-~{WAKEUP}{slash}GPIO3-Pad11)") + (net 56 "unconnected-(U2-TNOW{slash}GPIO2-Pad12)") + (net 57 "unconnected-(U2-RXS{slash}GPIO1-Pad13)") + (net 58 "unconnected-(U2-TXS{slash}GPIO0-Pad14)") + (net 59 "unconnected-(U2-~{SUSPEND}-Pad15)") + (net 60 "unconnected-(U2-GPIO4-Pad16)") + (net 61 "unconnected-(U2-SUSPEND-Pad17)") + (net 62 "unconnected-(U2-~{CTS}-Pad18)") + (net 63 "unconnected-(U2-~{RTS}-Pad19)") + (net 64 "unconnected-(U2-RXD-Pad20)") + (net 65 "unconnected-(U2-TXD-Pad21)") + (net 66 "unconnected-(U2-~{DSR}-Pad22)") + (net 67 "unconnected-(U2-~{DTR}-Pad23)") + (net 68 "unconnected-(U2-~{DCD}-Pad24)") + (net 69 "unconnected-(U3-~{RI}-Pad1)") + (net 70 "Net-(U3-GND-Pad2)") + (net 71 "unconnected-(U3-D+-Pad3)") + (net 72 "unconnected-(U3-D--Pad4)") + (net 73 "unconnected-(U3-VIO-Pad5)") + (net 74 "unconnected-(U3-V3-Pad6)") + (net 75 "unconnected-(U3-VDD5-Pad7)") + (net 76 "unconnected-(U3-VBUS-Pad8)") + (net 77 "unconnected-(U3-~{RST}-Pad9)") + (net 78 "unconnected-(U3-~{ACT}-Pad10)") + (net 79 "unconnected-(U3-~{WAKEUP}{slash}GPIO3-Pad11)") + (net 80 "unconnected-(U3-TNOW{slash}GPIO2-Pad12)") + (net 81 "unconnected-(U3-RXS{slash}GPIO1-Pad13)") + (net 82 "unconnected-(U3-TXS{slash}GPIO0-Pad14)") + (net 83 "unconnected-(U3-~{SUSPEND}-Pad15)") + (net 84 "unconnected-(U3-GPIO4-Pad16)") + (net 85 "unconnected-(U3-SUSPEND-Pad17)") + (net 86 "unconnected-(U3-~{CTS}-Pad18)") + (net 87 "unconnected-(U3-~{RTS}-Pad19)") + (net 88 "unconnected-(U3-RXD-Pad20)") + (net 89 "unconnected-(U3-TXD-Pad21)") + (net 90 "unconnected-(U3-~{DSR}-Pad22)") + (net 91 "unconnected-(U3-~{DTR}-Pad23)") + (net 92 "unconnected-(U3-~{DCD}-Pad24)") + (net 93 "unconnected-(U4-~{RI}-Pad1)") + (net 94 "Net-(U4-GND-Pad2)") + (net 95 "unconnected-(U4-D+-Pad3)") + (net 96 "unconnected-(U4-D--Pad4)") + (net 97 "unconnected-(U4-VIO-Pad5)") + (net 98 "unconnected-(U4-V3-Pad6)") + (net 99 "unconnected-(U4-VDD5-Pad7)") + (net 100 "unconnected-(U4-VBUS-Pad8)") + (net 101 "unconnected-(U4-~{RST}-Pad9)") + (net 102 "unconnected-(U4-~{ACT}-Pad10)") + (net 103 "unconnected-(U4-~{WAKEUP}{slash}GPIO3-Pad11)") + (net 104 "unconnected-(U4-TNOW{slash}GPIO2-Pad12)") + (net 105 "unconnected-(U4-RXS{slash}GPIO1-Pad13)") + (net 106 "unconnected-(U4-TXS{slash}GPIO0-Pad14)") + (net 107 "unconnected-(U4-~{SUSPEND}-Pad15)") + (net 108 "unconnected-(U4-GPIO4-Pad16)") + (net 109 "unconnected-(U4-SUSPEND-Pad17)") + (net 110 "unconnected-(U4-~{CTS}-Pad18)") + (net 111 "unconnected-(U4-~{RTS}-Pad19)") + (net 112 "unconnected-(U4-RXD-Pad20)") + (net 113 "unconnected-(U4-TXD-Pad21)") + (net 114 "unconnected-(U4-~{DSR}-Pad22)") + (net 115 "unconnected-(U4-~{DTR}-Pad23)") + (net 116 "unconnected-(U4-~{DCD}-Pad24)") + (net 117 "unconnected-(U5-~{RI}-Pad1)") + (net 118 "Net-(U5-GND-Pad2)") + (net 119 "unconnected-(U5-D+-Pad3)") + (net 120 "unconnected-(U5-D--Pad4)") + (net 121 "unconnected-(U5-VIO-Pad5)") + (net 122 "unconnected-(U5-V3-Pad6)") + (net 123 "unconnected-(U5-VDD5-Pad7)") + (net 124 "unconnected-(U5-VBUS-Pad8)") + (net 125 "unconnected-(U5-~{RST}-Pad9)") + (net 126 "unconnected-(U5-~{ACT}-Pad10)") + (net 127 "unconnected-(U5-~{WAKEUP}{slash}GPIO3-Pad11)") + (net 128 "unconnected-(U5-TNOW{slash}GPIO2-Pad12)") + (net 129 "unconnected-(U5-RXS{slash}GPIO1-Pad13)") + (net 130 "unconnected-(U5-TXS{slash}GPIO0-Pad14)") + (net 131 "unconnected-(U5-~{SUSPEND}-Pad15)") + (net 132 "unconnected-(U5-GPIO4-Pad16)") + (net 133 "unconnected-(U5-SUSPEND-Pad17)") + (net 134 "unconnected-(U5-~{CTS}-Pad18)") + (net 135 "unconnected-(U5-~{RTS}-Pad19)") + (net 136 "unconnected-(U5-RXD-Pad20)") + (net 137 "unconnected-(U5-TXD-Pad21)") + (net 138 "unconnected-(U5-~{DSR}-Pad22)") + (net 139 "unconnected-(U5-~{DTR}-Pad23)") + (net 140 "unconnected-(U5-~{DCD}-Pad24)") + (net 141 "unconnected-(U6-~{RI}-Pad1)") + (net 142 "Net-(U6-GND-Pad2)") + (net 143 "unconnected-(U6-D+-Pad3)") + (net 144 "unconnected-(U6-D--Pad4)") + (net 145 "unconnected-(U6-VIO-Pad5)") + (net 146 "unconnected-(U6-V3-Pad6)") + (net 147 "unconnected-(U6-VDD5-Pad7)") + (net 148 "unconnected-(U6-VBUS-Pad8)") + (net 149 "unconnected-(U6-~{RST}-Pad9)") + (net 150 "unconnected-(U6-~{ACT}-Pad10)") + (net 151 "unconnected-(U6-~{WAKEUP}{slash}GPIO3-Pad11)") + (net 152 "unconnected-(U6-TNOW{slash}GPIO2-Pad12)") + (net 153 "unconnected-(U6-RXS{slash}GPIO1-Pad13)") + (net 154 "unconnected-(U6-TXS{slash}GPIO0-Pad14)") + (net 155 "unconnected-(U6-~{SUSPEND}-Pad15)") + (net 156 "unconnected-(U6-GPIO4-Pad16)") + (net 157 "unconnected-(U6-SUSPEND-Pad17)") + (net 158 "unconnected-(U6-~{CTS}-Pad18)") + (net 159 "unconnected-(U6-~{RTS}-Pad19)") + (net 160 "unconnected-(U6-RXD-Pad20)") + (net 161 "unconnected-(U6-TXD-Pad21)") + (net 162 "unconnected-(U6-~{DSR}-Pad22)") + (net 163 "unconnected-(U6-~{DTR}-Pad23)") + (net 164 "unconnected-(U6-~{DCD}-Pad24)") + (net 165 "unconnected-(U7-EECLK-Pad1)") + (net 166 "unconnected-(U7-EEDATA-Pad2)") + (net 167 "unconnected-(U7-VCC-Pad3)") + (net 168 "unconnected-(U7-~{RESET}-Pad4)") + (net 169 "unconnected-(U7-~{RSTOUT}-Pad5)") + (net 170 "unconnected-(U7-3V3OUT-Pad6)") + (net 171 "unconnected-(U7-USBDP-Pad7)") + (net 172 "unconnected-(U7-USBDM-Pad8)") + (net 173 "unconnected-(U7-GND-Pad9)") + (net 174 "unconnected-(U7-SI{slash}WUA-Pad10)") + (net 175 "unconnected-(U7-ACBUS3-Pad11)") + (net 176 "unconnected-(U7-ACBUS2-Pad12)") + (net 177 "unconnected-(U7-ACBUS1-Pad13)") + (net 178 "unconnected-(U7-VCCIOA-Pad14)") + (net 179 "unconnected-(U7-ACBUS0-Pad15)") + (net 180 "unconnected-(U7-ADBUS7-Pad16)") + (net 181 "unconnected-(U7-ADBUS6-Pad17)") + (net 182 "unconnected-(U7-GND-Pad18)") + (net 183 "unconnected-(U7-ADBUS5-Pad19)") + (net 184 "unconnected-(U7-ADBUS4-Pad20)") + (net 185 "unconnected-(U7-ADBUS3-Pad21)") + (net 186 "unconnected-(U7-ADBUS2-Pad22)") + (net 187 "unconnected-(U7-ADBUS1-Pad23)") + (net 188 "unconnected-(U7-ADBUS0-Pad24)") + (net 189 "unconnected-(U7-GND-Pad25)") + (net 190 "unconnected-(U7-SI{slash}WUB-Pad26)") + (net 191 "unconnected-(U7-BCBUS3-Pad27)") + (net 192 "unconnected-(U7-BCBUS2-Pad28)") + (net 193 "unconnected-(U7-BCBUS1-Pad29)") + (net 194 "unconnected-(U7-BCBUS0-Pad30)") + (net 195 "unconnected-(U7-VCCIOB-Pad31)") + (net 196 "unconnected-(U7-BDBUS7-Pad32)") + (net 197 "unconnected-(U7-BDBUS6-Pad33)") + (net 198 "unconnected-(U7-GND-Pad34)") + (net 199 "unconnected-(U7-BDBUS5-Pad35)") + (net 200 "unconnected-(U7-BDBUS4-Pad36)") + (net 201 "unconnected-(U7-BDBUS3-Pad37)") + (net 202 "unconnected-(U7-BDBUS2-Pad38)") + (net 203 "unconnected-(U7-BDBUS1-Pad39)") + (net 204 "unconnected-(U7-BDBUS0-Pad40)") + (net 205 "unconnected-(U7-~{PWREN}-Pad41)") + (net 206 "unconnected-(U7-VCC-Pad42)") + (net 207 "unconnected-(U7-XTIN-Pad43)") + (net 208 "unconnected-(U7-XTOUT-Pad44)") + (net 209 "unconnected-(U7-AGND-Pad45)") + (net 210 "unconnected-(U7-AVCC-Pad46)") + (net 211 "unconnected-(U7-TEST-Pad47)") + (net 212 "unconnected-(U7-EECS-Pad48)") + (net 213 "unconnected-(U8-EECLK-Pad1)") + (net 214 "unconnected-(U8-EEDATA-Pad2)") + (net 215 "unconnected-(U8-VCC-Pad3)") + (net 216 "unconnected-(U8-~{RESET}-Pad4)") + (net 217 "unconnected-(U8-~{RSTOUT}-Pad5)") + (net 218 "unconnected-(U8-3V3OUT-Pad6)") + (net 219 "unconnected-(U8-USBDP-Pad7)") + (net 220 "unconnected-(U8-USBDM-Pad8)") + (net 221 "unconnected-(U8-GND-Pad9)") + (net 222 "unconnected-(U8-SI{slash}WUA-Pad10)") + (net 223 "unconnected-(U8-ACBUS3-Pad11)") + (net 224 "unconnected-(U8-ACBUS2-Pad12)") + (net 225 "unconnected-(U8-ACBUS1-Pad13)") + (net 226 "unconnected-(U8-VCCIOA-Pad14)") + (net 227 "unconnected-(U8-ACBUS0-Pad15)") + (net 228 "unconnected-(U8-ADBUS7-Pad16)") + (net 229 "unconnected-(U8-ADBUS6-Pad17)") + (net 230 "unconnected-(U8-GND-Pad18)") + (net 231 "unconnected-(U8-ADBUS5-Pad19)") + (net 232 "unconnected-(U8-ADBUS4-Pad20)") + (net 233 "unconnected-(U8-ADBUS3-Pad21)") + (net 234 "unconnected-(U8-ADBUS2-Pad22)") + (net 235 "unconnected-(U8-ADBUS1-Pad23)") + (net 236 "unconnected-(U8-ADBUS0-Pad24)") + (net 237 "unconnected-(U8-GND-Pad25)") + (net 238 "unconnected-(U8-SI{slash}WUB-Pad26)") + (net 239 "unconnected-(U8-BCBUS3-Pad27)") + (net 240 "unconnected-(U8-BCBUS2-Pad28)") + (net 241 "unconnected-(U8-BCBUS1-Pad29)") + (net 242 "unconnected-(U8-BCBUS0-Pad30)") + (net 243 "unconnected-(U8-VCCIOB-Pad31)") + (net 244 "unconnected-(U8-BDBUS7-Pad32)") + (net 245 "unconnected-(U8-BDBUS6-Pad33)") + (net 246 "unconnected-(U8-GND-Pad34)") + (net 247 "unconnected-(U8-BDBUS5-Pad35)") + (net 248 "unconnected-(U8-BDBUS4-Pad36)") + (net 249 "unconnected-(U8-BDBUS3-Pad37)") + (net 250 "unconnected-(U8-BDBUS2-Pad38)") + (net 251 "unconnected-(U8-BDBUS1-Pad39)") + (net 252 "unconnected-(U8-BDBUS0-Pad40)") + (net 253 "unconnected-(U8-~{PWREN}-Pad41)") + (net 254 "unconnected-(U8-VCC-Pad42)") + (net 255 "unconnected-(U8-XTIN-Pad43)") + (net 256 "unconnected-(U8-XTOUT-Pad44)") + (net 257 "unconnected-(U8-AGND-Pad45)") + (net 258 "unconnected-(U8-AVCC-Pad46)") + (net 259 "unconnected-(U8-TEST-Pad47)") + (net 260 "unconnected-(U8-EECS-Pad48)") + (net 261 "unconnected-(U9-EECLK-Pad1)") + (net 262 "unconnected-(U9-EEDATA-Pad2)") + (net 263 "unconnected-(U9-VCC-Pad3)") + (net 264 "unconnected-(U9-~{RESET}-Pad4)") + (net 265 "unconnected-(U9-~{RSTOUT}-Pad5)") + (net 266 "unconnected-(U9-3V3OUT-Pad6)") + (net 267 "unconnected-(U9-USBDP-Pad7)") + (net 268 "unconnected-(U9-USBDM-Pad8)") + (net 269 "unconnected-(U9-GND-Pad9)") + (net 270 "unconnected-(U9-SI{slash}WUA-Pad10)") + (net 271 "unconnected-(U9-ACBUS3-Pad11)") + (net 272 "unconnected-(U9-ACBUS2-Pad12)") + (net 273 "unconnected-(U9-ACBUS1-Pad13)") + (net 274 "unconnected-(U9-VCCIOA-Pad14)") + (net 275 "unconnected-(U9-ACBUS0-Pad15)") + (net 276 "unconnected-(U9-ADBUS7-Pad16)") + (net 277 "unconnected-(U9-ADBUS6-Pad17)") + (net 278 "unconnected-(U9-GND-Pad18)") + (net 279 "unconnected-(U9-ADBUS5-Pad19)") + (net 280 "unconnected-(U9-ADBUS4-Pad20)") + (net 281 "unconnected-(U9-ADBUS3-Pad21)") + (net 282 "unconnected-(U9-ADBUS2-Pad22)") + (net 283 "unconnected-(U9-ADBUS1-Pad23)") + (net 284 "unconnected-(U9-ADBUS0-Pad24)") + (net 285 "unconnected-(U9-GND-Pad25)") + (net 286 "unconnected-(U9-SI{slash}WUB-Pad26)") + (net 287 "unconnected-(U9-BCBUS3-Pad27)") + (net 288 "unconnected-(U9-BCBUS2-Pad28)") + (net 289 "unconnected-(U9-BCBUS1-Pad29)") + (net 290 "unconnected-(U9-BCBUS0-Pad30)") + (net 291 "unconnected-(U9-VCCIOB-Pad31)") + (net 292 "unconnected-(U9-BDBUS7-Pad32)") + (net 293 "unconnected-(U9-BDBUS6-Pad33)") + (net 294 "unconnected-(U9-GND-Pad34)") + (net 295 "unconnected-(U9-BDBUS5-Pad35)") + (net 296 "unconnected-(U9-BDBUS4-Pad36)") + (net 297 "unconnected-(U9-BDBUS3-Pad37)") + (net 298 "unconnected-(U9-BDBUS2-Pad38)") + (net 299 "unconnected-(U9-BDBUS1-Pad39)") + (net 300 "unconnected-(U9-BDBUS0-Pad40)") + (net 301 "unconnected-(U9-~{PWREN}-Pad41)") + (net 302 "unconnected-(U9-VCC-Pad42)") + (net 303 "unconnected-(U9-XTIN-Pad43)") + (net 304 "unconnected-(U9-XTOUT-Pad44)") + (net 305 "unconnected-(U9-AGND-Pad45)") + (net 306 "unconnected-(U9-AVCC-Pad46)") + (net 307 "unconnected-(U9-TEST-Pad47)") + (net 308 "unconnected-(U9-EECS-Pad48)") + (net 309 "unconnected-(U10-EECLK-Pad1)") + (net 310 "unconnected-(U10-EEDATA-Pad2)") + (net 311 "unconnected-(U10-VCC-Pad3)") + (net 312 "unconnected-(U10-~{RESET}-Pad4)") + (net 313 "unconnected-(U10-~{RSTOUT}-Pad5)") + (net 314 "unconnected-(U10-3V3OUT-Pad6)") + (net 315 "unconnected-(U10-USBDP-Pad7)") + (net 316 "unconnected-(U10-USBDM-Pad8)") + (net 317 "unconnected-(U10-GND-Pad9)") + (net 318 "unconnected-(U10-SI{slash}WUA-Pad10)") + (net 319 "unconnected-(U10-ACBUS3-Pad11)") + (net 320 "unconnected-(U10-ACBUS2-Pad12)") + (net 321 "unconnected-(U10-ACBUS1-Pad13)") + (net 322 "unconnected-(U10-VCCIOA-Pad14)") + (net 323 "unconnected-(U10-ACBUS0-Pad15)") + (net 324 "unconnected-(U10-ADBUS7-Pad16)") + (net 325 "unconnected-(U10-ADBUS6-Pad17)") + (net 326 "unconnected-(U10-GND-Pad18)") + (net 327 "unconnected-(U10-ADBUS5-Pad19)") + (net 328 "unconnected-(U10-ADBUS4-Pad20)") + (net 329 "unconnected-(U10-ADBUS3-Pad21)") + (net 330 "unconnected-(U10-ADBUS2-Pad22)") + (net 331 "unconnected-(U10-ADBUS1-Pad23)") + (net 332 "unconnected-(U10-ADBUS0-Pad24)") + (net 333 "unconnected-(U10-GND-Pad25)") + (net 334 "unconnected-(U10-SI{slash}WUB-Pad26)") + (net 335 "unconnected-(U10-BCBUS3-Pad27)") + (net 336 "unconnected-(U10-BCBUS2-Pad28)") + (net 337 "unconnected-(U10-BCBUS1-Pad29)") + (net 338 "unconnected-(U10-BCBUS0-Pad30)") + (net 339 "unconnected-(U10-VCCIOB-Pad31)") + (net 340 "unconnected-(U10-BDBUS7-Pad32)") + (net 341 "unconnected-(U10-BDBUS6-Pad33)") + (net 342 "unconnected-(U10-GND-Pad34)") + (net 343 "unconnected-(U10-BDBUS5-Pad35)") + (net 344 "unconnected-(U10-BDBUS4-Pad36)") + (net 345 "unconnected-(U10-BDBUS3-Pad37)") + (net 346 "unconnected-(U10-BDBUS2-Pad38)") + (net 347 "unconnected-(U10-BDBUS1-Pad39)") + (net 348 "unconnected-(U10-BDBUS0-Pad40)") + (net 349 "unconnected-(U10-~{PWREN}-Pad41)") + (net 350 "unconnected-(U10-VCC-Pad42)") + (net 351 "unconnected-(U10-XTIN-Pad43)") + (net 352 "unconnected-(U10-XTOUT-Pad44)") + (net 353 "unconnected-(U10-AGND-Pad45)") + (net 354 "unconnected-(U10-AVCC-Pad46)") + (net 355 "unconnected-(U10-TEST-Pad47)") + (net 356 "unconnected-(U10-EECS-Pad48)") + (net 357 "unconnected-(U11-EECLK-Pad1)") + (net 358 "unconnected-(U11-EEDATA-Pad2)") + (net 359 "unconnected-(U11-VCC-Pad3)") + (net 360 "unconnected-(U11-~{RESET}-Pad4)") + (net 361 "unconnected-(U11-~{RSTOUT}-Pad5)") + (net 362 "unconnected-(U11-3V3OUT-Pad6)") + (net 363 "unconnected-(U11-USBDP-Pad7)") + (net 364 "unconnected-(U11-USBDM-Pad8)") + (net 365 "unconnected-(U11-GND-Pad9)") + (net 366 "unconnected-(U11-SI{slash}WUA-Pad10)") + (net 367 "unconnected-(U11-ACBUS3-Pad11)") + (net 368 "unconnected-(U11-ACBUS2-Pad12)") + (net 369 "unconnected-(U11-ACBUS1-Pad13)") + (net 370 "unconnected-(U11-VCCIOA-Pad14)") + (net 371 "unconnected-(U11-ACBUS0-Pad15)") + (net 372 "unconnected-(U11-ADBUS7-Pad16)") + (net 373 "unconnected-(U11-ADBUS6-Pad17)") + (net 374 "unconnected-(U11-GND-Pad18)") + (net 375 "unconnected-(U11-ADBUS5-Pad19)") + (net 376 "unconnected-(U11-ADBUS4-Pad20)") + (net 377 "unconnected-(U11-ADBUS3-Pad21)") + (net 378 "unconnected-(U11-ADBUS2-Pad22)") + (net 379 "unconnected-(U11-ADBUS1-Pad23)") + (net 380 "unconnected-(U11-ADBUS0-Pad24)") + (net 381 "unconnected-(U11-GND-Pad25)") + (net 382 "unconnected-(U11-SI{slash}WUB-Pad26)") + (net 383 "unconnected-(U11-BCBUS3-Pad27)") + (net 384 "unconnected-(U11-BCBUS2-Pad28)") + (net 385 "unconnected-(U11-BCBUS1-Pad29)") + (net 386 "unconnected-(U11-BCBUS0-Pad30)") + (net 387 "unconnected-(U11-VCCIOB-Pad31)") + (net 388 "unconnected-(U11-BDBUS7-Pad32)") + (net 389 "unconnected-(U11-BDBUS6-Pad33)") + (net 390 "unconnected-(U11-GND-Pad34)") + (net 391 "unconnected-(U11-BDBUS5-Pad35)") + (net 392 "unconnected-(U11-BDBUS4-Pad36)") + (net 393 "unconnected-(U11-BDBUS3-Pad37)") + (net 394 "unconnected-(U11-BDBUS2-Pad38)") + (net 395 "unconnected-(U11-BDBUS1-Pad39)") + (net 396 "unconnected-(U11-BDBUS0-Pad40)") + (net 397 "unconnected-(U11-~{PWREN}-Pad41)") + (net 398 "unconnected-(U11-VCC-Pad42)") + (net 399 "unconnected-(U11-XTIN-Pad43)") + (net 400 "unconnected-(U11-XTOUT-Pad44)") + (net 401 "unconnected-(U11-AGND-Pad45)") + (net 402 "unconnected-(U11-AVCC-Pad46)") + (net 403 "unconnected-(U11-TEST-Pad47)") + (net 404 "unconnected-(U11-EECS-Pad48)") + (net 405 "unconnected-(U12-EECLK-Pad1)") + (net 406 "unconnected-(U12-EEDATA-Pad2)") + (net 407 "unconnected-(U12-VCC-Pad3)") + (net 408 "unconnected-(U12-~{RESET}-Pad4)") + (net 409 "unconnected-(U12-~{RSTOUT}-Pad5)") + (net 410 "unconnected-(U12-3V3OUT-Pad6)") + (net 411 "unconnected-(U12-USBDP-Pad7)") + (net 412 "unconnected-(U12-USBDM-Pad8)") + (net 413 "unconnected-(U12-GND-Pad9)") + (net 414 "unconnected-(U12-SI{slash}WUA-Pad10)") + (net 415 "unconnected-(U12-ACBUS3-Pad11)") + (net 416 "unconnected-(U12-ACBUS2-Pad12)") + (net 417 "unconnected-(U12-ACBUS1-Pad13)") + (net 418 "unconnected-(U12-VCCIOA-Pad14)") + (net 419 "unconnected-(U12-ACBUS0-Pad15)") + (net 420 "unconnected-(U12-ADBUS7-Pad16)") + (net 421 "unconnected-(U12-ADBUS6-Pad17)") + (net 422 "unconnected-(U12-GND-Pad18)") + (net 423 "unconnected-(U12-ADBUS5-Pad19)") + (net 424 "unconnected-(U12-ADBUS4-Pad20)") + (net 425 "unconnected-(U12-ADBUS3-Pad21)") + (net 426 "unconnected-(U12-ADBUS2-Pad22)") + (net 427 "unconnected-(U12-ADBUS1-Pad23)") + (net 428 "unconnected-(U12-ADBUS0-Pad24)") + (net 429 "unconnected-(U12-GND-Pad25)") + (net 430 "unconnected-(U12-SI{slash}WUB-Pad26)") + (net 431 "unconnected-(U12-BCBUS3-Pad27)") + (net 432 "unconnected-(U12-BCBUS2-Pad28)") + (net 433 "unconnected-(U12-BCBUS1-Pad29)") + (net 434 "unconnected-(U12-BCBUS0-Pad30)") + (net 435 "unconnected-(U12-VCCIOB-Pad31)") + (net 436 "unconnected-(U12-BDBUS7-Pad32)") + (net 437 "unconnected-(U12-BDBUS6-Pad33)") + (net 438 "unconnected-(U12-GND-Pad34)") + (net 439 "unconnected-(U12-BDBUS5-Pad35)") + (net 440 "unconnected-(U12-BDBUS4-Pad36)") + (net 441 "unconnected-(U12-BDBUS3-Pad37)") + (net 442 "unconnected-(U12-BDBUS2-Pad38)") + (net 443 "unconnected-(U12-BDBUS1-Pad39)") + (net 444 "unconnected-(U12-BDBUS0-Pad40)") + (net 445 "unconnected-(U12-~{PWREN}-Pad41)") + (net 446 "unconnected-(U12-VCC-Pad42)") + (net 447 "unconnected-(U12-XTIN-Pad43)") + (net 448 "unconnected-(U12-XTOUT-Pad44)") + (net 449 "unconnected-(U12-AGND-Pad45)") + (net 450 "unconnected-(U12-AVCC-Pad46)") + (net 451 "unconnected-(U12-TEST-Pad47)") + (net 452 "unconnected-(U12-EECS-Pad48)") + (net 453 "unconnected-(D1-K-Pad1)") + (net 454 "unconnected-(D1-A-Pad2)") + (net 455 "unconnected-(D2-K-Pad1)") + (net 456 "unconnected-(D2-A-Pad2)") + (net 457 "unconnected-(D3-K-Pad1)") + (net 458 "unconnected-(D3-A-Pad2)") + (net 459 "unconnected-(D4-K-Pad1)") + (net 460 "unconnected-(D4-A-Pad2)") + (net 461 "unconnected-(D5-K-Pad1)") + (net 462 "unconnected-(D5-A-Pad2)") + (net 463 "unconnected-(D6-K-Pad1)") + (net 464 "unconnected-(D6-A-Pad2)") + (net 465 "unconnected-(D7-K-Pad1)") + (net 466 "unconnected-(D7-A-Pad2)") + (net 467 "unconnected-(D8-K-Pad1)") + (net 468 "unconnected-(D8-A-Pad2)") + (net 469 "unconnected-(D9-K-Pad1)") + (net 470 "unconnected-(D9-A-Pad2)") + (net 471 "unconnected-(D10-K-Pad1)") + (net 472 "unconnected-(D10-A-Pad2)") + (net 473 "unconnected-(U13-Pad1)") + (net 474 "unconnected-(U13-Pad2)") + (net 475 "unconnected-(U13-Pad3)") + (net 476 "unconnected-(U13-Pad4)") + (net 477 "unconnected-(U14-Vref-Pad1)") + (net 478 "unconnected-(U14-IN+-Pad2)") + (net 479 "unconnected-(U14-IN--Pad3)") + (net 480 "unconnected-(U14-Vss-Pad4)") + (net 481 "unconnected-(U14-~{CS}{slash}SHDN-Pad5)") + (net 482 "unconnected-(U14-Dout-Pad6)") + (net 483 "unconnected-(U14-CLK-Pad7)") + (net 484 "unconnected-(U14-Vdd-Pad8)") + (net 485 "Net-(J2-GND-PadA1)") + (net 486 "Net-(J2-VBUS-PadA4)") + (net 487 "unconnected-(J2-CC1-PadA5)") + (net 488 "unconnected-(J2-D+-PadA6)") + (net 489 "unconnected-(J2-D--PadA7)") + (net 490 "unconnected-(J2-SBU1-PadA8)") + (net 491 "unconnected-(J2-CC2-PadB5)") + (net 492 "unconnected-(J2-D+-PadB6)") + (net 493 "unconnected-(J2-D--PadB7)") + (net 494 "unconnected-(J2-SBU2-PadB8)") + (net 495 "unconnected-(J2-SHIELD-PadS1)") + (net 496 "Net-(J1-GND-PadA1)") + (net 497 "Net-(J1-VBUS-PadA4)") + (net 498 "unconnected-(J1-CC1-PadA5)") + (net 499 "unconnected-(J1-D+-PadA6)") + (net 500 "unconnected-(J1-D--PadA7)") + (net 501 "unconnected-(J1-SBU1-PadA8)") + (net 502 "unconnected-(J1-CC2-PadB5)") + (net 503 "unconnected-(J1-D+-PadB6)") + (net 504 "unconnected-(J1-D--PadB7)") + (net 505 "unconnected-(J1-SBU2-PadB8)") + (net 506 "unconnected-(J1-SHIELD-PadS1)") + (net 507 "Net-(J3-GND-PadA1)") + (net 508 "Net-(J3-VBUS-PadA4)") + (net 509 "unconnected-(J3-CC1-PadA5)") + (net 510 "unconnected-(J3-D+-PadA6)") + (net 511 "unconnected-(J3-D--PadA7)") + (net 512 "unconnected-(J3-SBU1-PadA8)") + (net 513 "unconnected-(J3-CC2-PadB5)") + (net 514 "unconnected-(J3-D+-PadB6)") + (net 515 "unconnected-(J3-D--PadB7)") + (net 516 "unconnected-(J3-SBU2-PadB8)") + (net 517 "unconnected-(J3-SHIELD-PadS1)") + (net 518 "Net-(J4-GND-PadA1)") + (net 519 "Net-(J4-VBUS-PadA4)") + (net 520 "unconnected-(J4-CC1-PadA5)") + (net 521 "unconnected-(J4-D+-PadA6)") + (net 522 "unconnected-(J4-D--PadA7)") + (net 523 "unconnected-(J4-SBU1-PadA8)") + (net 524 "unconnected-(J4-CC2-PadB5)") + (net 525 "unconnected-(J4-D+-PadB6)") + (net 526 "unconnected-(J4-D--PadB7)") + (net 527 "unconnected-(J4-SBU2-PadB8)") + (net 528 "unconnected-(J4-SHIELD-PadS1)") + (net 529 "unconnected-(J5-Pin_1-Pad1)") + (net 530 "unconnected-(J5-Pin_2-Pad2)") + (net 531 "unconnected-(J5-Pin_3-Pad3)") + (net 532 "unconnected-(J5-Pin_4-Pad4)") + (net 533 "unconnected-(J5-Pin_5-Pad5)") + (net 534 "unconnected-(J5-Pin_6-Pad6)") + (net 535 "unconnected-(J5-Pin_7-Pad7)") + (net 536 "unconnected-(J5-Pin_8-Pad8)") + (net 537 "unconnected-(J5-Pin_9-Pad9)") + (net 538 "unconnected-(J5-Pin_10-Pad10)") + (net 539 "unconnected-(J6-Pin_1-Pad1)") + (net 540 "unconnected-(J6-Pin_2-Pad2)") + (net 541 "unconnected-(J6-Pin_3-Pad3)") + (net 542 "unconnected-(J6-Pin_4-Pad4)") + (net 543 "unconnected-(J6-Pin_5-Pad5)") + (net 544 "unconnected-(J6-Pin_6-Pad6)") + (net 545 "unconnected-(J7-Pin_1-Pad1)") + (net 546 "unconnected-(J7-Pin_2-Pad2)") + (net 547 "unconnected-(J7-Pin_3-Pad3)") + (net 548 "unconnected-(J7-Pin_4-Pad4)") + (net 549 "unconnected-(J7-Pin_5-Pad5)") + (net 550 "unconnected-(J7-Pin_6-Pad6)") + (net 551 "unconnected-(U15-Vref-Pad1)") + (net 552 "unconnected-(U15-IN+-Pad2)") + (net 553 "unconnected-(U15-IN--Pad3)") + (net 554 "unconnected-(U15-Vss-Pad4)") + (net 555 "unconnected-(U15-~{CS}{slash}SHDN-Pad5)") + (net 556 "unconnected-(U15-Dout-Pad6)") + (net 557 "unconnected-(U15-CLK-Pad7)") + (net 558 "unconnected-(U15-Vdd-Pad8)") + (net 559 "unconnected-(J8-Pin_1-Pad1)") + (net 560 "unconnected-(J8-Pin_2-Pad2)") + (net 561 "unconnected-(J8-Pin_3-Pad3)") + (net 562 "unconnected-(J8-Pin_4-Pad4)") + (net 563 "unconnected-(J8-Pin_5-Pad5)") + (net 564 "unconnected-(J8-Pin_6-Pad6)") + (net 565 "unconnected-(J8-Pin_7-Pad7)") + (net 566 "unconnected-(J8-Pin_8-Pad8)") + (net 567 "unconnected-(J8-Pin_9-Pad9)") + (net 568 "unconnected-(J8-Pin_10-Pad10)") + (net 569 "unconnected-(J9-Pin_1-Pad1)") + (net 570 "unconnected-(J9-Pin_2-Pad2)") + (net 571 "unconnected-(J9-Pin_3-Pad3)") + (net 572 "unconnected-(J9-Pin_4-Pad4)") + (net 573 "unconnected-(J9-Pin_5-Pad5)") + (net 574 "unconnected-(J9-Pin_6-Pad6)") + (net 575 "unconnected-(J10-Pin_1-Pad1)") + (net 576 "unconnected-(J10-Pin_2-Pad2)") + (net 577 "unconnected-(J10-Pin_3-Pad3)") + (net 578 "unconnected-(J10-Pin_4-Pad4)") + (net 579 "unconnected-(J10-Pin_5-Pad5)") + (net 580 "unconnected-(J10-Pin_6-Pad6)") + (net 581 "unconnected-(J11-Pin_1-Pad1)") + (net 582 "unconnected-(J11-Pin_2-Pad2)") + (net 583 "unconnected-(J11-Pin_3-Pad3)") + (net 584 "unconnected-(J11-Pin_4-Pad4)") + (net 585 "unconnected-(J11-Pin_5-Pad5)") + (net 586 "unconnected-(J11-Pin_6-Pad6)") + (net 587 "unconnected-(J12-Pin_1-Pad1)") + (net 588 "unconnected-(J12-Pin_2-Pad2)") + (net 589 "unconnected-(J12-Pin_3-Pad3)") + (net 590 "unconnected-(J12-Pin_4-Pad4)") + (net 591 "unconnected-(J12-Pin_5-Pad5)") + (net 592 "unconnected-(J12-Pin_6-Pad6)") + (net 593 "unconnected-(J13-Pin_1-Pad1)") + (net 594 "unconnected-(J13-Pin_2-Pad2)") + (net 595 "unconnected-(J13-Pin_3-Pad3)") + (net 596 "unconnected-(J13-Pin_4-Pad4)") + (net 597 "unconnected-(J13-Pin_5-Pad5)") + (net 598 "unconnected-(J13-Pin_6-Pad6)") + (net 599 "unconnected-(J14-Pin_1-Pad1)") + (net 600 "unconnected-(J14-Pin_2-Pad2)") + (net 601 "unconnected-(J14-Pin_3-Pad3)") + (net 602 "unconnected-(J14-Pin_4-Pad4)") + (net 603 "unconnected-(J14-Pin_5-Pad5)") + (net 604 "unconnected-(J14-Pin_6-Pad6)") + (net 605 "unconnected-(J15-Pin_1-Pad1)") + (net 606 "unconnected-(J15-Pin_2-Pad2)") + (net 607 "unconnected-(J15-Pin_3-Pad3)") + (net 608 "unconnected-(J15-Pin_4-Pad4)") + (net 609 "unconnected-(J15-Pin_5-Pad5)") + (net 610 "unconnected-(J15-Pin_6-Pad6)") + (net 611 "unconnected-(J16-Pin_1-Pad1)") + (net 612 "unconnected-(J16-Pin_2-Pad2)") + (net 613 "unconnected-(J16-Pin_3-Pad3)") + (net 614 "unconnected-(J16-Pin_4-Pad4)") + (net 615 "unconnected-(J16-Pin_5-Pad5)") + (net 616 "unconnected-(J16-Pin_6-Pad6)") + (net 617 "unconnected-(J17-Pin_1-Pad1)") + (net 618 "unconnected-(J17-Pin_2-Pad2)") + (net 619 "unconnected-(J17-Pin_3-Pad3)") + (net 620 "unconnected-(J17-Pin_4-Pad4)") + (net 621 "unconnected-(J17-Pin_5-Pad5)") + (net 622 "unconnected-(J17-Pin_6-Pad6)") + (net 623 "Net-(J18-GND-PadA1)") + (net 624 "Net-(J18-VBUS-PadA4)") + (net 625 "unconnected-(J18-CC1-PadA5)") + (net 626 "unconnected-(J18-D+-PadA6)") + (net 627 "unconnected-(J18-D--PadA7)") + (net 628 "unconnected-(J18-SBU1-PadA8)") + (net 629 "unconnected-(J18-CC2-PadB5)") + (net 630 "unconnected-(J18-D+-PadB6)") + (net 631 "unconnected-(J18-D--PadB7)") + (net 632 "unconnected-(J18-SBU2-PadB8)") + (net 633 "unconnected-(J18-SHIELD-PadS1)") + (net 634 "Net-(J19-GND-PadA1)") + (net 635 "Net-(J19-VBUS-PadA4)") + (net 636 "unconnected-(J19-CC1-PadA5)") + (net 637 "unconnected-(J19-D+-PadA6)") + (net 638 "unconnected-(J19-D--PadA7)") + (net 639 "unconnected-(J19-SBU1-PadA8)") + (net 640 "unconnected-(J19-CC2-PadB5)") + (net 641 "unconnected-(J19-D+-PadB6)") + (net 642 "unconnected-(J19-D--PadB7)") + (net 643 "unconnected-(J19-SBU2-PadB8)") + (net 644 "unconnected-(J19-SHIELD-PadS1)") + (net 645 "unconnected-(J20-Pin_1-Pad1)") + (net 646 "unconnected-(J20-Pin_2-Pad2)") + (net 647 "unconnected-(J20-Pin_3-Pad3)") + (net 648 "unconnected-(J20-Pin_4-Pad4)") + (net 649 "unconnected-(J20-Pin_5-Pad5)") + (net 650 "unconnected-(J20-Pin_6-Pad6)") + (net 651 "unconnected-(CH1-Pad1)") + (net 652 "unconnected-(CH1-Pad2)") + (net 653 "unconnected-(CH2-Pad1)") + (net 654 "unconnected-(CH2-Pad2)") + (net 655 "unconnected-(CH3-Pad1)") + (net 656 "unconnected-(CH3-Pad2)") + (net 657 "unconnected-(CH4-Pad1)") + (net 658 "unconnected-(CH4-Pad2)") + + (footprint "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (layer "F.Cu") + (tstamp 045470d5-bdd3-4d78-8f2e-ea8dfaefe6f9) + (at 135.75 64.9375) + (descr "QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "QFN NoLead") + (property "LCSC" "C122485") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "WCH-IC, Single-Chip USB-to-UART Bridge, USB 2.0 Full-Speed, 4Mbps UART, QFN-24") + (property "ki_keywords" "uart usb bridge interface transceiver CH9102F") + (path "/39509791-6382-485c-9944-0443dc1423d2") + (attr smd) + (fp_text reference "U1" (at 0 -3.3) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a6453fc4-faaa-47d6-bea9-39d4bac56b66) + ) + (fp_text value "APW8713AQBI-TRG" (at 0 3.3) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp bd7e7449-6ffa-4f86-b85f-9f93f14b1227) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp aee685de-fd0f-40b4-84bd-e3225a230114) + ) + (fp_line (start -2.11 2.11) (end -2.11 1.635) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44ebded9-5f9c-453c-8e4b-ce5ba7550532)) + (fp_line (start -1.635 -2.11) (end -2.11 -2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4971756-1a2b-4af6-8788-5b36ffb411fc)) + (fp_line (start -1.635 2.11) (end -2.11 2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 772bfbf3-ba7e-4275-9fa1-914a19338cd5)) + (fp_line (start 1.635 -2.11) (end 2.11 -2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f66aed32-bf6e-46fb-b3c7-66611475ab9b)) + (fp_line (start 1.635 2.11) (end 2.11 2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb589dda-f1f6-465f-8136-cab790ba12d3)) + (fp_line (start 2.11 -2.11) (end 2.11 -1.635) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ce3c1d4-a1b6-4f91-a6e5-65b3c30f45bd)) + (fp_line (start 2.11 2.11) (end 2.11 1.635) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff0cf989-de1d-4893-aaef-0ebcd0e3da19)) + (fp_line (start -2.6 -2.6) (end -2.6 2.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abaac164-8d72-4f0a-85ad-ce2bb3ed45dc)) + (fp_line (start -2.6 2.6) (end 2.6 2.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7721c47-884f-46c8-88ca-2d6b2e975b29)) + (fp_line (start 2.6 -2.6) (end -2.6 -2.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88a824bb-8597-4f77-8c9a-d52873c9fa71)) + (fp_line (start 2.6 2.6) (end 2.6 -2.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8b4e23c-d269-4c39-82f1-e0f13565f58f)) + (fp_line (start -2 -1) (end -1 -2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 201f53f3-ccba-4901-8863-a1d754867df7)) + (fp_line (start -2 2) (end -2 -1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8774ab3-5199-4a4b-8a22-48902c6851a6)) + (fp_line (start -1 -2) (end 2 -2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6a3bb45-3287-4bf0-8ae7-844c4bfde412)) + (fp_line (start 2 -2) (end 2 2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d11c52ba-a81f-4e6e-b3c1-efbd8148be96)) + (fp_line (start 2 2) (end -2 2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ae9e061-1579-432f-85db-02e31b076d3f)) + (pad "" smd roundrect (at -0.65 -0.65) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.2380952381) (tstamp 82d63639-2a02-46b3-a4f9-fd14a566c712)) + (pad "" smd roundrect (at -0.65 0.65) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.2380952381) (tstamp c8fc6b68-23be-4049-94dd-0e2746da2f27)) + (pad "" smd roundrect (at 0.65 -0.65) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.2380952381) (tstamp 4e24ca00-b8e8-4239-95f8-a6da9b841eaf)) + (pad "" smd roundrect (at 0.65 0.65) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.2380952381) (tstamp dea9f450-35bd-4cf9-a6e7-c51781824c11)) + (pad "1" smd roundrect (at -1.9375 -1.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 21 "unconnected-(U1-~{RI}-Pad1)") (pinfunction "~{RI}") (pintype "input") (tstamp 5d50d1fc-0ae1-47b7-ad50-ab574569eb4e)) + (pad "2" smd roundrect (at -1.9375 -0.75) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 22 "Net-(U1-GND-Pad2)") (pinfunction "GND") (pintype "power_in") (tstamp 0c695ab3-1082-42da-9c35-e1e57d19535e)) + (pad "3" smd roundrect (at -1.9375 -0.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 23 "unconnected-(U1-D+-Pad3)") (pinfunction "D+") (pintype "bidirectional") (tstamp f51cd17f-0923-423a-8a45-ba994c31f58b)) + (pad "4" smd roundrect (at -1.9375 0.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 24 "unconnected-(U1-D--Pad4)") (pinfunction "D-") (pintype "bidirectional") (tstamp 9c495523-459c-485d-8594-829862825566)) + (pad "5" smd roundrect (at -1.9375 0.75) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 25 "unconnected-(U1-VIO-Pad5)") (pinfunction "VIO") (pintype "power_in") (tstamp 0cc225fd-a8bf-4107-9c50-b4953d64d78c)) + (pad "6" smd roundrect (at -1.9375 1.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 26 "unconnected-(U1-V3-Pad6)") (pinfunction "V3") (pintype "power_out") (tstamp b6a5e0d4-d1e7-4c18-bc10-b5850ff2adab)) + (pad "7" smd roundrect (at -1.25 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 27 "unconnected-(U1-VDD5-Pad7)") (pinfunction "VDD5") (pintype "power_in") (tstamp 122a8443-bb74-4e4e-9fd1-db3207b0d821)) + (pad "8" smd roundrect (at -0.75 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 28 "unconnected-(U1-VBUS-Pad8)") (pinfunction "VBUS") (pintype "input") (tstamp 3c4ae154-8134-4136-aaa0-0ad8ff4ef507)) + (pad "9" smd roundrect (at -0.25 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 29 "unconnected-(U1-~{RST}-Pad9)") (pinfunction "~{RST}") (pintype "input") (tstamp be05c0ba-2cbb-4480-82bc-9198929fb678)) + (pad "10" smd roundrect (at 0.25 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 30 "unconnected-(U1-~{ACT}-Pad10)") (pinfunction "~{ACT}") (pintype "output") (tstamp d105af31-aea4-4e56-8a72-792b59521d3f)) + (pad "11" smd roundrect (at 0.75 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 31 "unconnected-(U1-~{WAKEUP}{slash}GPIO3-Pad11)") (pinfunction "~{WAKEUP}/GPIO3") (pintype "bidirectional") (tstamp bc4aea16-ed3b-4523-ae52-691b7979be59)) + (pad "12" smd roundrect (at 1.25 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 32 "unconnected-(U1-TNOW{slash}GPIO2-Pad12)") (pinfunction "TNOW/GPIO2") (pintype "bidirectional") (tstamp b0e2765f-c801-46eb-8d89-9902b69c64bd)) + (pad "13" smd roundrect (at 1.9375 1.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 33 "unconnected-(U1-RXS{slash}GPIO1-Pad13)") (pinfunction "RXS/GPIO1") (pintype "bidirectional") (tstamp cca7cc8e-4388-4f65-8ebc-727e18f4b4fe)) + (pad "14" smd roundrect (at 1.9375 0.75) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 34 "unconnected-(U1-TXS{slash}GPIO0-Pad14)") (pinfunction "TXS/GPIO0") (pintype "bidirectional") (tstamp f8fff8eb-490a-4bb1-9885-c6ec963194b3)) + (pad "15" smd roundrect (at 1.9375 0.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 35 "unconnected-(U1-~{SUSPEND}-Pad15)") (pinfunction "~{SUSPEND}") (pintype "output") (tstamp 1329a6e7-5d69-4166-bdaa-93efede51d4f)) + (pad "16" smd roundrect (at 1.9375 -0.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 36 "unconnected-(U1-GPIO4-Pad16)") (pinfunction "GPIO4") (pintype "bidirectional") (tstamp 2017189a-6c64-45a9-8d72-89a63abbe55b)) + (pad "17" smd roundrect (at 1.9375 -0.75) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 37 "unconnected-(U1-SUSPEND-Pad17)") (pinfunction "SUSPEND") (pintype "output") (tstamp a37503a6-9d0b-4d78-9ff5-95d2e473858e)) + (pad "18" smd roundrect (at 1.9375 -1.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 38 "unconnected-(U1-~{CTS}-Pad18)") (pinfunction "~{CTS}") (pintype "input") (tstamp fb4dab91-735e-4be0-b680-13317d19605f)) + (pad "19" smd roundrect (at 1.25 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 39 "unconnected-(U1-~{RTS}-Pad19)") (pinfunction "~{RTS}") (pintype "output") (tstamp b27dc35e-6204-43bd-94e5-148c5527c5e7)) + (pad "20" smd roundrect (at 0.75 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 40 "unconnected-(U1-RXD-Pad20)") (pinfunction "RXD") (pintype "input") (tstamp f5a06161-b84b-4ec6-a6a2-781ae3ae2073)) + (pad "21" smd roundrect (at 0.25 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 41 "unconnected-(U1-TXD-Pad21)") (pinfunction "TXD") (pintype "output") (tstamp 1cece49b-6181-408d-9e56-72a61b49b38a)) + (pad "22" smd roundrect (at -0.25 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 42 "unconnected-(U1-~{DSR}-Pad22)") (pinfunction "~{DSR}") (pintype "input") (tstamp d210cf3f-57a6-4542-a3f3-a70f449bced6)) + (pad "23" smd roundrect (at -0.75 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 43 "unconnected-(U1-~{DTR}-Pad23)") (pinfunction "~{DTR}") (pintype "output") (tstamp 831bc043-c5d9-4d3c-8b02-cbdd6d929146)) + (pad "24" smd roundrect (at -1.25 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 44 "unconnected-(U1-~{DCD}-Pad24)") (pinfunction "~{DCD}") (pintype "input") (tstamp 879b3243-b10f-4587-9bf8-0d1129c78ade)) + (pad "25" smd rect (at 0 0) (size 2.6 2.6) (layers "F.Cu" "F.Mask") + (net 22 "Net-(U1-GND-Pad2)") (pinfunction "GND") (pintype "passive") (tstamp 4536ef87-c01f-4717-aca7-c3f8fedd7ecd)) + (model "${KICAD6_3DMODEL_DIR}/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") + (tstamp 380eced8-efc2-4ee5-8d0d-d6853834b37f) + (at 117 86 90) + (descr "SOD-123") + (tags "SOD-123") + (property "LCSC" "C81598") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "Sim.Device" "D") + (property "Sim.Pins" "1=K 2=A") + (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") + (property "ki_keywords" "diode") + (path "/4f840a2e-a95e-4f87-a262-bc96d6e3efc3") + (attr smd) + (fp_text reference "D2" (at 0 -2 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp db641aeb-f414-4df9-9536-8c7ef98e24eb) + ) + (fp_text value "1N4148W" (at 0 2.1 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 277134fc-798c-40a6-9658-e4a6288c7fb2) + ) + (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 4cccfb18-5831-444d-802e-ec1521da6735) + ) + (fp_line (start -2.36 -1) (end -2.36 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0530f319-6cf6-441b-b112-b0915b16d1fd)) + (fp_line (start -2.36 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a61ae831-e862-4cf8-b78a-236227d326f4)) + (fp_line (start -2.36 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70c37011-deb8-4bb8-9f50-2d673541e346)) + (fp_line (start -2.35 -1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bddb614-c528-46c2-a23f-b70bb390b6f7)) + (fp_line (start -2.35 -1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6bbd5bee-e47b-4553-b376-860dbc02c9bc)) + (fp_line (start 2.35 -1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b92163ff-52df-4f6c-a57b-f2a2fd0556f4)) + (fp_line (start 2.35 1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 59001f33-d7f2-4b05-acf6-b45c2e228424)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b70cbfde-8ab7-4128-9717-aa22e38bced8)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4667abe3-c313-471c-9fda-e4b8077c31b2)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b209852-2a98-436f-8678-d6e1953dffbe)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 643e1508-5229-49d7-a556-c879bb60c600)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8d93af5-8b28-4682-ba38-5ce698580b85)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4964659-e92c-4b1e-afae-2d5d675e16ca)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9835fc10-82e8-49ea-a4d6-450774a888f0)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3b43bfb-b74c-482b-a12c-5683706e1f2e)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce232b00-1b04-4df6-acb0-ade643f8108f)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44fd8bd3-75bd-4d36-b1fb-246f44d92680)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9762ed1-8c9c-409f-a421-6a1b3cb8d0f3)) + (pad "1" smd roundrect (at -1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 455 "unconnected-(D2-K-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 9517b6a4-8caf-4cc4-8847-825ce7786245)) + (pad "2" smd roundrect (at 1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 456 "unconnected-(D2-A-Pad2)") (pinfunction "A") (pintype "passive") (tstamp c6a277af-d010-4919-8f91-4bd8a925fc25)) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_QFP:LQFP-48_7x7mm_P0.5mm" (layer "F.Cu") + (tstamp 3b332b76-b526-45c7-ab7a-968e7d4525ee) + (at 163.8375 75.9 90) + (descr "LQFP, 48 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2358-16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "LQFP QFP") + (property "LCSC" "C428116") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Full Speed Double Channel USB UART/FIFO, LQFP-48") + (property "ki_keywords" "USB Double UART FIFO") + (path "/9c65c1fa-f744-4e66-8597-7c56e95b48ed") + (attr smd) + (fp_text reference "U11" (at 0 -5.85 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 66c39c28-ff30-4c2d-8b98-3e91b6a887c2) + ) + (fp_text value "FT2232D" (at 0 5.85 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp bd4b21a2-bffa-4d2f-8925-870eac3a46b3) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 2605c99d-707f-4fe0-9b82-e303bc4f781e) + ) + (fp_line (start -3.61 -3.61) (end -3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b11eee0-9b78-4049-b822-ba4c9c028e9c)) + (fp_line (start -3.61 -3.16) (end -4.9 -3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 91508406-5cb9-4b1b-b820-8375fc03cb21)) + (fp_line (start -3.61 3.61) (end -3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp deb30024-4f79-4c7f-b442-c6ecb0647bc5)) + (fp_line (start -3.16 -3.61) (end -3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc7956e9-e369-4b3b-b54e-3ca7d53a651e)) + (fp_line (start -3.16 3.61) (end -3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b788af2-cfe1-4aa1-8563-fbd43e4d8e8a)) + (fp_line (start 3.16 -3.61) (end 3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17cb2ef8-3912-4f63-92b4-1bfac012cbef)) + (fp_line (start 3.16 3.61) (end 3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26bb6f85-2d6e-470a-ad0e-268d77d34dea)) + (fp_line (start 3.61 -3.61) (end 3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a37b188c-a1c4-482c-9961-4cfd334fe61a)) + (fp_line (start 3.61 3.61) (end 3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa0cb473-3f35-4448-9427-f1a92067123d)) + (fp_line (start -5.15 -3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ddb4e67-3ef5-40a1-8e63-e3cd60183216)) + (fp_line (start -5.15 3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a1a5e78-eeb4-476d-9883-ad84dab2622e)) + (fp_line (start -3.75 -3.75) (end -3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7530f674-f8cc-4ffb-85de-e99e1a903b3a)) + (fp_line (start -3.75 -3.15) (end -5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83528a25-bb65-4118-9553-b4656ec9ebd2)) + (fp_line (start -3.75 3.15) (end -5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d9f4056-4257-4bee-aac0-52ef039beee5)) + (fp_line (start -3.75 3.75) (end -3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1f64012-a3ef-4dd7-8f43-05238ac6c4bc)) + (fp_line (start -3.15 -5.15) (end -3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9995d395-108a-4e4e-adc8-ffcb3d0f1b41)) + (fp_line (start -3.15 -3.75) (end -3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c47e998e-5870-40f8-95fe-846a8316810a)) + (fp_line (start -3.15 3.75) (end -3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3836ebb8-f0cc-4234-9f75-3a24999d5888)) + (fp_line (start -3.15 5.15) (end -3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8e6e655-5fef-4d3c-b419-691830cf9524)) + (fp_line (start 0 -5.15) (end -3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e582c0a5-7459-48aa-ae39-31eab68fc859)) + (fp_line (start 0 -5.15) (end 3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 228202fa-7e78-4551-a06b-e9da8541e971)) + (fp_line (start 0 5.15) (end -3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c2af6a6-9d82-4ba6-b167-a0e13c936c84)) + (fp_line (start 0 5.15) (end 3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 59949137-8aa4-4f9b-94bb-0ed9bcc8dc93)) + (fp_line (start 3.15 -5.15) (end 3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a6588ef-ae8b-4c06-bbaf-6861fc7fc3f8)) + (fp_line (start 3.15 -3.75) (end 3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07f295bd-30cf-44ec-ad95-0ccdd12cf2cc)) + (fp_line (start 3.15 3.75) (end 3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f181aa6-4262-4111-b0b0-5f1a3b5e5972)) + (fp_line (start 3.15 5.15) (end 3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c79cadfe-502c-4674-8071-599fe27b542b)) + (fp_line (start 3.75 -3.75) (end 3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b719b5b6-858e-493f-a891-a1f545757d1b)) + (fp_line (start 3.75 -3.15) (end 5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 82379431-c643-4482-9591-3c6a11d3ec89)) + (fp_line (start 3.75 3.15) (end 5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9035096-f4e3-4364-adfa-ee94a6750469)) + (fp_line (start 3.75 3.75) (end 3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e582b08-94ee-4f2b-9ebd-b0f89098705d)) + (fp_line (start 5.15 -3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2021ac2-1dad-43fb-b5e6-b4a8bcdb3685)) + (fp_line (start 5.15 3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 82c66f82-ac42-4a09-b609-f0f9f1ca30a7)) + (fp_line (start -3.5 -2.5) (end -2.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 175a0e07-1d5f-45c1-a79b-fd69af6342cb)) + (fp_line (start -3.5 3.5) (end -3.5 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3c9997f-da0d-4571-8246-91335ff2b7ad)) + (fp_line (start -2.5 -3.5) (end 3.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f5eb521-16b2-469f-a774-de3cb25c964d)) + (fp_line (start 3.5 -3.5) (end 3.5 3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f4abe65-212c-42dc-a95f-7c88c784c709)) + (fp_line (start 3.5 3.5) (end -3.5 3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5811f63-b777-4530-a6c6-3520a358b924)) + (pad "1" smd roundrect (at -4.1625 -2.75 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 357 "unconnected-(U11-EECLK-Pad1)") (pinfunction "EECLK") (pintype "output") (tstamp 253b4421-aa88-4e04-be3d-eee1fd197aae)) + (pad "2" smd roundrect (at -4.1625 -2.25 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 358 "unconnected-(U11-EEDATA-Pad2)") (pinfunction "EEDATA") (pintype "bidirectional") (tstamp 8d66d9b8-5194-485d-906c-46e1a75e8dfa)) + (pad "3" smd roundrect (at -4.1625 -1.75 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 359 "unconnected-(U11-VCC-Pad3)") (pinfunction "VCC") (pintype "power_in") (tstamp ff84c776-52cc-4a07-9672-15ae6cf0e589)) + (pad "4" smd roundrect (at -4.1625 -1.25 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 360 "unconnected-(U11-~{RESET}-Pad4)") (pinfunction "~{RESET}") (pintype "input") (tstamp bd18f000-5899-4133-bed0-7865c1c325b3)) + (pad "5" smd roundrect (at -4.1625 -0.75 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 361 "unconnected-(U11-~{RSTOUT}-Pad5)") (pinfunction "~{RSTOUT}") (pintype "output") (tstamp eab67ebf-a4ef-43a9-9ca9-0cb71e3ec5a3)) + (pad "6" smd roundrect (at -4.1625 -0.25 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 362 "unconnected-(U11-3V3OUT-Pad6)") (pinfunction "3V3OUT") (pintype "power_out") (tstamp dfd7d357-3931-47df-8e7b-e696c937c850)) + (pad "7" smd roundrect (at -4.1625 0.25 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 363 "unconnected-(U11-USBDP-Pad7)") (pinfunction "USBDP") (pintype "bidirectional") (tstamp 877464eb-f5d3-4a91-b156-cd203bd23b6c)) + (pad "8" smd roundrect (at -4.1625 0.75 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 364 "unconnected-(U11-USBDM-Pad8)") (pinfunction "USBDM") (pintype "bidirectional") (tstamp 0b2130e3-de86-4653-8986-e08f2d659c34)) + (pad "9" smd roundrect (at -4.1625 1.25 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 365 "unconnected-(U11-GND-Pad9)") (pinfunction "GND") (pintype "power_in") (tstamp 7d85c545-dd93-4684-bc40-deec5072724b)) + (pad "10" smd roundrect (at -4.1625 1.75 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 366 "unconnected-(U11-SI{slash}WUA-Pad10)") (pinfunction "SI/WUA") (pintype "bidirectional") (tstamp 7adc6794-273f-4121-97a5-e3e624e8b18d)) + (pad "11" smd roundrect (at -4.1625 2.25 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 367 "unconnected-(U11-ACBUS3-Pad11)") (pinfunction "ACBUS3") (pintype "bidirectional") (tstamp 6909a546-3835-4e40-8814-aafd9a1c1054)) + (pad "12" smd roundrect (at -4.1625 2.75 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 368 "unconnected-(U11-ACBUS2-Pad12)") (pinfunction "ACBUS2") (pintype "bidirectional") (tstamp 6043b501-dac7-4dd8-b764-73ffc4d5ada3)) + (pad "13" smd roundrect (at -2.75 4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 369 "unconnected-(U11-ACBUS1-Pad13)") (pinfunction "ACBUS1") (pintype "bidirectional") (tstamp 89d21b11-0363-4b7f-8cdf-42c6117c8f02)) + (pad "14" smd roundrect (at -2.25 4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 370 "unconnected-(U11-VCCIOA-Pad14)") (pinfunction "VCCIOA") (pintype "power_in") (tstamp 0cbab080-b305-48ec-9c04-c44b4268ad90)) + (pad "15" smd roundrect (at -1.75 4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 371 "unconnected-(U11-ACBUS0-Pad15)") (pinfunction "ACBUS0") (pintype "bidirectional") (tstamp 29d6d928-a40c-4511-8c29-983524635bfe)) + (pad "16" smd roundrect (at -1.25 4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 372 "unconnected-(U11-ADBUS7-Pad16)") (pinfunction "ADBUS7") (pintype "bidirectional") (tstamp 8fea45de-c547-4d46-a780-1a34e1081cd1)) + (pad "17" smd roundrect (at -0.75 4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 373 "unconnected-(U11-ADBUS6-Pad17)") (pinfunction "ADBUS6") (pintype "bidirectional") (tstamp 66848b67-dfd6-4c40-b82d-53fb7e8b4bd6)) + (pad "18" smd roundrect (at -0.25 4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 374 "unconnected-(U11-GND-Pad18)") (pinfunction "GND") (pintype "power_in") (tstamp 5947b450-c004-4621-b9d4-a06b84b9bcad)) + (pad "19" smd roundrect (at 0.25 4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 375 "unconnected-(U11-ADBUS5-Pad19)") (pinfunction "ADBUS5") (pintype "bidirectional") (tstamp 7f26bd5a-4bc3-464b-87c6-c4da867c8880)) + (pad "20" smd roundrect (at 0.75 4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 376 "unconnected-(U11-ADBUS4-Pad20)") (pinfunction "ADBUS4") (pintype "bidirectional") (tstamp 7ccc6e26-0741-43e1-9ce1-756b41c6bcba)) + (pad "21" smd roundrect (at 1.25 4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 377 "unconnected-(U11-ADBUS3-Pad21)") (pinfunction "ADBUS3") (pintype "bidirectional") (tstamp 8fe294f2-3be5-4558-a0ea-d876e452471e)) + (pad "22" smd roundrect (at 1.75 4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 378 "unconnected-(U11-ADBUS2-Pad22)") (pinfunction "ADBUS2") (pintype "bidirectional") (tstamp f575073b-50da-4eb3-a4a7-e00d77cb9a31)) + (pad "23" smd roundrect (at 2.25 4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 379 "unconnected-(U11-ADBUS1-Pad23)") (pinfunction "ADBUS1") (pintype "bidirectional") (tstamp f1a47dce-44c3-4acf-8cc5-8d3a1feb6ddc)) + (pad "24" smd roundrect (at 2.75 4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 380 "unconnected-(U11-ADBUS0-Pad24)") (pinfunction "ADBUS0") (pintype "bidirectional") (tstamp 6fac5f86-c636-4564-b53d-984be7033e27)) + (pad "25" smd roundrect (at 4.1625 2.75 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 381 "unconnected-(U11-GND-Pad25)") (pinfunction "GND") (pintype "power_in") (tstamp eebb4db9-72aa-415a-be38-ca5af55827fc)) + (pad "26" smd roundrect (at 4.1625 2.25 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 382 "unconnected-(U11-SI{slash}WUB-Pad26)") (pinfunction "SI/WUB") (pintype "output") (tstamp 6e59ac8a-bd72-4b11-baf2-c4b501421925)) + (pad "27" smd roundrect (at 4.1625 1.75 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 383 "unconnected-(U11-BCBUS3-Pad27)") (pinfunction "BCBUS3") (pintype "output") (tstamp 8f5296b2-87f8-4a52-99e5-2495e4b867f3)) + (pad "28" smd roundrect (at 4.1625 1.25 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 384 "unconnected-(U11-BCBUS2-Pad28)") (pinfunction "BCBUS2") (pintype "output") (tstamp de8b3fe2-7c05-4bef-816f-0da5d781e2d8)) + (pad "29" smd roundrect (at 4.1625 0.75 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 385 "unconnected-(U11-BCBUS1-Pad29)") (pinfunction "BCBUS1") (pintype "output") (tstamp 982b7712-edc7-44b0-8563-00dfd58445b3)) + (pad "30" smd roundrect (at 4.1625 0.25 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 386 "unconnected-(U11-BCBUS0-Pad30)") (pinfunction "BCBUS0") (pintype "output") (tstamp 68f012b5-5ebc-4b47-9548-dcdd67866c3c)) + (pad "31" smd roundrect (at 4.1625 -0.25 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 387 "unconnected-(U11-VCCIOB-Pad31)") (pinfunction "VCCIOB") (pintype "power_in") (tstamp 335560d7-7411-4583-9b4d-f431f99bddc9)) + (pad "32" smd roundrect (at 4.1625 -0.75 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 388 "unconnected-(U11-BDBUS7-Pad32)") (pinfunction "BDBUS7") (pintype "output") (tstamp 17393da1-4804-4bf3-824f-eeffb4868255)) + (pad "33" smd roundrect (at 4.1625 -1.25 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 389 "unconnected-(U11-BDBUS6-Pad33)") (pinfunction "BDBUS6") (pintype "output") (tstamp 107d8d65-4160-47fe-a1d6-a3fff4ab7265)) + (pad "34" smd roundrect (at 4.1625 -1.75 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 390 "unconnected-(U11-GND-Pad34)") (pinfunction "GND") (pintype "power_in") (tstamp aac3e7dc-fe1f-4a27-b8d5-d4618afcef8a)) + (pad "35" smd roundrect (at 4.1625 -2.25 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 391 "unconnected-(U11-BDBUS5-Pad35)") (pinfunction "BDBUS5") (pintype "output") (tstamp 0106698b-7ed8-4521-addc-45f9c92e4ec6)) + (pad "36" smd roundrect (at 4.1625 -2.75 90) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 392 "unconnected-(U11-BDBUS4-Pad36)") (pinfunction "BDBUS4") (pintype "output") (tstamp fc6d0b87-df25-4779-a3d4-07750f630d35)) + (pad "37" smd roundrect (at 2.75 -4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 393 "unconnected-(U11-BDBUS3-Pad37)") (pinfunction "BDBUS3") (pintype "output") (tstamp 11401258-a03f-4d65-a798-0916b8210e12)) + (pad "38" smd roundrect (at 2.25 -4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 394 "unconnected-(U11-BDBUS2-Pad38)") (pinfunction "BDBUS2") (pintype "output") (tstamp 10dca8bc-448d-4243-a8f3-5a80a060b13a)) + (pad "39" smd roundrect (at 1.75 -4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 395 "unconnected-(U11-BDBUS1-Pad39)") (pinfunction "BDBUS1") (pintype "output") (tstamp 6685faad-0a1e-4e49-a50a-66fea3b1fc0e)) + (pad "40" smd roundrect (at 1.25 -4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 396 "unconnected-(U11-BDBUS0-Pad40)") (pinfunction "BDBUS0") (pintype "output") (tstamp fd133a4f-49fb-42e3-ab32-6d7ed5e8b9fb)) + (pad "41" smd roundrect (at 0.75 -4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 397 "unconnected-(U11-~{PWREN}-Pad41)") (pinfunction "~{PWREN}") (pintype "output") (tstamp 7cdb1740-a63b-431e-9719-c410328d73ea)) + (pad "42" smd roundrect (at 0.25 -4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 398 "unconnected-(U11-VCC-Pad42)") (pinfunction "VCC") (pintype "power_in") (tstamp 899af6bd-45e0-4fb2-b7ee-b7ee8499b955)) + (pad "43" smd roundrect (at -0.25 -4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 399 "unconnected-(U11-XTIN-Pad43)") (pinfunction "XTIN") (pintype "input") (tstamp b2e57549-b347-48c8-98f3-cdb9efecb7ba)) + (pad "44" smd roundrect (at -0.75 -4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 400 "unconnected-(U11-XTOUT-Pad44)") (pinfunction "XTOUT") (pintype "output") (tstamp 87fd5d27-802f-45ed-84d1-b73ed52a20c1)) + (pad "45" smd roundrect (at -1.25 -4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 401 "unconnected-(U11-AGND-Pad45)") (pinfunction "AGND") (pintype "power_in") (tstamp 5fc85614-2ae1-44ad-8615-c5217c4d5801)) + (pad "46" smd roundrect (at -1.75 -4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 402 "unconnected-(U11-AVCC-Pad46)") (pinfunction "AVCC") (pintype "power_in") (tstamp b34dd864-f268-4173-b336-b0b0cd6a6e81)) + (pad "47" smd roundrect (at -2.25 -4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 403 "unconnected-(U11-TEST-Pad47)") (pinfunction "TEST") (pintype "input") (tstamp 35d7d58c-bd49-429b-aa75-8e608839a8a4)) + (pad "48" smd roundrect (at -2.75 -4.1625 90) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 404 "unconnected-(U11-EECS-Pad48)") (pinfunction "EECS") (pintype "bidirectional") (tstamp 85fffeef-07ea-4e09-9a46-e129f976d43d)) + (model "${KICAD6_3DMODEL_DIR}/Package_QFP.3dshapes/LQFP-48_7x7mm_P0.5mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_USB:USB_C_Receptacle_XKB_U262-16XN-4BVC11" (layer "F.Cu") + (tstamp 3dcadd30-239b-49ab-b7ec-18a778d820d3) + (at 156.48 101.025) + (descr "USB Type C, right-angle, SMT, https://datasheet.lcsc.com/szlcsc/1811141824_XKB-Enterprise-U262-161N-4BVC11_C319148.pdf") + (tags "USB C Type-C Receptacle SMD") + (property "LCSC" "C319148") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "USB 2.0-only Type-C Receptacle connector") + (property "ki_keywords" "usb universal serial bus type-C USB2.0") + (path "/494f3e51-7766-4b8f-a1f1-85cd06d48210") + (attr smd) + (fp_text reference "J2" (at 0 -5.715) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 225bd47d-8123-4ad0-9c7b-d38b86326531) + ) + (fp_text value "USB_C_Receptacle_USB2.0" (at 0 4.935) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8b9326dc-33ad-4d66-9821-bd5e73b3a535) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 272f1f7e-7eee-4232-9377-70524a694925) + ) + (fp_line (start -4.58 -1.85) (end -4.58 0.07) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78092dcd-cf12-4d10-b529-0f5691f20d42)) + (fp_line (start -4.58 3.785) (end -4.58 2.08) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a5766ca-a0e0-49fc-84cd-fb44f70565d1)) + (fp_line (start 4.58 0.07) (end 4.58 -1.85) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f961a73a-a812-47d1-a879-f34780d686bb)) + (fp_line (start 4.58 2.08) (end 4.58 3.785) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2542a357-464a-42e6-85ee-1e9cbb351275)) + (fp_line (start 4.58 3.785) (end -4.58 3.785) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e34f322d-643e-42a0-929d-c72cd3e06da6)) + (fp_line (start -5.32 -4.75) (end 5.32 -4.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 718ccf72-18e9-4b6e-bd30-c0e481df5d63)) + (fp_line (start -5.32 4.18) (end -5.32 -4.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea3b1e3a-302f-4137-af4d-a72e5c0ef9cd)) + (fp_line (start 5.32 -4.75) (end 5.32 4.18) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed914683-5da4-40ed-b838-aab67ab2872e)) + (fp_line (start 5.32 4.18) (end -5.32 4.18) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83441cd2-2a2a-43c1-85f3-c4ce3e585ace)) + (fp_line (start -4.47 -3.675) (end -4.47 3.675) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b31d531c-ac68-4da4-85ff-2ec10f06d3b6)) + (fp_line (start -4.47 -3.675) (end 4.47 -3.675) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d584fd5-a36f-462a-9bba-32a3b2363ee5)) + (fp_line (start -4.47 3.675) (end 4.47 3.675) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1beabc14-be52-4dcf-b491-cb74db8cd767)) + (fp_line (start 4.47 3.675) (end 4.47 -3.675) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a03d4bea-e513-4b9b-be38-3a4803280ddd)) + (pad "" np_thru_hole circle (at -2.89 -2.605) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp 172ba666-69f3-4fb0-824a-897a89641b18)) + (pad "" np_thru_hole circle (at 2.89 -2.605) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp 486d7039-0796-40b2-824c-6a139a591f5c)) + (pad "A1" smd rect (at -3.35 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 485 "Net-(J2-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 3824b13c-de51-4e0b-a1db-0cf79841c2ef)) + (pad "A4" smd rect (at -2.55 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 486 "Net-(J2-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp d6b6be73-dba7-4f71-a34a-feccea3a0f28)) + (pad "A5" smd rect (at -1.25 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 487 "unconnected-(J2-CC1-PadA5)") (pinfunction "CC1") (pintype "bidirectional") (tstamp a37a5023-624f-43e5-8f52-2418f47e15e4)) + (pad "A6" smd rect (at -0.25 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 488 "unconnected-(J2-D+-PadA6)") (pinfunction "D+") (pintype "bidirectional") (tstamp aeb35579-b341-4858-8f2a-dbda8c4f3d8e)) + (pad "A7" smd rect (at 0.25 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 489 "unconnected-(J2-D--PadA7)") (pinfunction "D-") (pintype "bidirectional") (tstamp 39358a66-95a0-484d-84d6-9af441ba2eb9)) + (pad "A8" smd rect (at 1.25 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 490 "unconnected-(J2-SBU1-PadA8)") (pinfunction "SBU1") (pintype "bidirectional") (tstamp 1ed76171-d88c-4705-90ca-a1541e7cb14b)) + (pad "A9" smd rect (at 2.55 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 486 "Net-(J2-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp 367d1bed-e46e-4ab4-8c78-182813094ead)) + (pad "A12" smd rect (at 3.35 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 485 "Net-(J2-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp af21d506-60e6-40f4-ba55-eb29d161f1b3)) + (pad "B1" smd rect (at 3.05 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 485 "Net-(J2-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 4bd168bf-533f-4a4b-98bb-bf2c606280ef)) + (pad "B4" smd rect (at 2.25 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 486 "Net-(J2-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp 1da0ab72-52a5-4ece-abdc-62aeccecd16e)) + (pad "B5" smd rect (at 1.75 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 491 "unconnected-(J2-CC2-PadB5)") (pinfunction "CC2") (pintype "bidirectional") (tstamp fcb082b9-85b4-4e4c-b2b0-f51b6515082a)) + (pad "B6" smd rect (at 0.75 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 492 "unconnected-(J2-D+-PadB6)") (pinfunction "D+") (pintype "bidirectional") (tstamp 29895e62-1e05-4863-8b57-8834cf76efea)) + (pad "B7" smd rect (at -0.75 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 493 "unconnected-(J2-D--PadB7)") (pinfunction "D-") (pintype "bidirectional") (tstamp 21c10391-3697-4af2-9669-b5aa9e1a691a)) + (pad "B8" smd rect (at -1.75 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 494 "unconnected-(J2-SBU2-PadB8)") (pinfunction "SBU2") (pintype "bidirectional") (tstamp c942a861-53d1-4b37-a8d6-ef69db28d88e)) + (pad "B9" smd rect (at -2.25 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 486 "Net-(J2-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp aaa889dc-0ce8-493e-9f48-d6f9584c5f5e)) + (pad "B12" smd rect (at -3.05 -3.67) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 485 "Net-(J2-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp faca230a-9055-4e26-87ea-4b83d514c72e)) + (pad "S1" thru_hole oval (at -4.32 -3.105) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") + (net 495 "unconnected-(J2-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp feca4e3b-56b4-46d2-8811-8f3259a0cd3a)) + (pad "S1" thru_hole oval (at -4.32 1.075) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") + (net 495 "unconnected-(J2-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 510f03b0-032f-46da-8846-eda0833d1d86)) + (pad "S1" thru_hole oval (at 4.32 -3.105) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") + (net 495 "unconnected-(J2-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp e2641309-82b0-4f78-bc8e-f446de056d7b)) + (pad "S1" thru_hole oval (at 4.32 1.075) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") + (net 495 "unconnected-(J2-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp eefb6156-11f0-480d-92a2-17f7efe34d2b)) + (model "${KICAD6_3DMODEL_DIR}/Connector_USB.3dshapes/USB_C_Receptacle_XKB_U262-16XN-4BVC11.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (layer "F.Cu") + (tstamp 5199c996-b7cd-4055-8ad5-4fdb78db929f) + (at 144.486136 64.253903 45) + (descr "QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "QFN NoLead") + (property "LCSC" "C122485") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "WCH-IC, Single-Chip USB-to-UART Bridge, USB 2.0 Full-Speed, 4Mbps UART, QFN-24") + (property "ki_keywords" "uart usb bridge interface transceiver CH9102F") + (path "/a5eb9006-ac6a-4754-8209-62e6e4fe1aa9") + (attr smd) + (fp_text reference "U3" (at 0 -3.3 45) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 697cebcd-b86a-4c25-a7cc-e877221a5ba1) + ) + (fp_text value "APW8713AQBI-TRG" (at 0 3.3 45) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 73a9a3dc-30d1-41bd-b2b4-db0f79b55b20) + ) + (fp_text user "${REFERENCE}" (at 0 0 45) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a6238d77-e2bc-4f51-8e35-aaf5cb5b507b) + ) + (fp_line (start -2.11 2.11) (end -2.11 1.635) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40991a6d-6d5a-45da-a8c0-e8af6f1e6943)) + (fp_line (start -1.635 -2.11) (end -2.11 -2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 171b6cf5-4110-426f-8977-2c8e1d5000b1)) + (fp_line (start -1.635 2.11) (end -2.11 2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68ca7f9f-52e1-4cbb-be25-109127967062)) + (fp_line (start 1.635 -2.11) (end 2.11 -2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7182b782-ace1-4784-859c-d7b18d0c9d8c)) + (fp_line (start 1.635 2.11) (end 2.11 2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 189074ed-8783-410a-a16d-d695a4b811c1)) + (fp_line (start 2.11 -2.11) (end 2.11 -1.635) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ee1be22-d801-4912-b207-9ec062d5de73)) + (fp_line (start 2.11 2.11) (end 2.11 1.635) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 563fca17-b79c-40d7-9f23-ab02cd213b63)) + (fp_line (start -2.6 -2.6) (end -2.6 2.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 130d688d-d1ac-45c9-8003-1a07a2b737ac)) + (fp_line (start -2.6 2.6) (end 2.6 2.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e485f117-3a05-41cf-879c-d204bb159d1c)) + (fp_line (start 2.6 -2.6) (end -2.6 -2.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ead7676-aec4-4fa4-8895-951640b11adf)) + (fp_line (start 2.6 2.6) (end 2.6 -2.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6194f7b-d0ec-4838-bfbb-4f11e0207e25)) + (fp_line (start -2 -1) (end -1 -2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d030a8d0-577f-4d77-805c-ac552bddbae4)) + (fp_line (start -2 2) (end -2 -1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8d59f38-756f-4da1-a750-1361b6e072c3)) + (fp_line (start -1 -2) (end 2 -2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8356ca99-7eaa-408d-8a57-f3124f62dfa3)) + (fp_line (start 2 -2) (end 2 2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 998ebf90-2131-4e8a-bffb-19e9d97c0961)) + (fp_line (start 2 2) (end -2 2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 76e41090-6c91-4f43-83a0-4284ad1cdce5)) + (pad "" smd roundrect (at -0.65 -0.65 45) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.2380952381) (tstamp eff0f9e6-8e7b-4c2e-8f2b-8d8f938b6cbe)) + (pad "" smd roundrect (at -0.65 0.65 45) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.2380952381) (tstamp 75fd4f63-0093-464d-b80b-f0cf512c4a31)) + (pad "" smd roundrect (at 0.65 -0.65 45) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.2380952381) (tstamp ac3f1059-d906-4890-a5a0-4bb6c8ebaf59)) + (pad "" smd roundrect (at 0.65 0.65 45) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.2380952381) (tstamp aa1e6129-5644-42b9-8238-e5a0ef1bbe16)) + (pad "1" smd roundrect (at -1.9375 -1.25 45) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 69 "unconnected-(U3-~{RI}-Pad1)") (pinfunction "~{RI}") (pintype "input") (tstamp ee1b4966-6e3c-45b0-be43-27ba0b715325)) + (pad "2" smd roundrect (at -1.9375 -0.75 45) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 70 "Net-(U3-GND-Pad2)") (pinfunction "GND") (pintype "power_in") (tstamp 6c9d4177-363b-40e0-95ce-c1c83e8f4a29)) + (pad "3" smd roundrect (at -1.9375 -0.25 45) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 71 "unconnected-(U3-D+-Pad3)") (pinfunction "D+") (pintype "bidirectional") (tstamp 81844bbf-76bf-4099-aef5-65cc740dd1ed)) + (pad "4" smd roundrect (at -1.9375 0.25 45) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 72 "unconnected-(U3-D--Pad4)") (pinfunction "D-") (pintype "bidirectional") (tstamp 750e17ef-4de2-44c0-b5e8-c042593b2a17)) + (pad "5" smd roundrect (at -1.9375 0.75 45) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 73 "unconnected-(U3-VIO-Pad5)") (pinfunction "VIO") (pintype "power_in") (tstamp b298fe9f-7245-414c-bd2e-8b25c550c587)) + (pad "6" smd roundrect (at -1.9375 1.25 45) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 74 "unconnected-(U3-V3-Pad6)") (pinfunction "V3") (pintype "power_out") (tstamp 5274acb4-1d7a-4d54-8baa-0e3a50f0dbb6)) + (pad "7" smd roundrect (at -1.25 1.9375 45) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 75 "unconnected-(U3-VDD5-Pad7)") (pinfunction "VDD5") (pintype "power_in") (tstamp bd8ecb74-e1b7-4876-93ed-b50a7730d239)) + (pad "8" smd roundrect (at -0.75 1.9375 45) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 76 "unconnected-(U3-VBUS-Pad8)") (pinfunction "VBUS") (pintype "input") (tstamp cc132f25-fccc-4252-bc28-dba4d9d79073)) + (pad "9" smd roundrect (at -0.25 1.9375 45) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 77 "unconnected-(U3-~{RST}-Pad9)") (pinfunction "~{RST}") (pintype "input") (tstamp 86fecc84-c9aa-4fbb-bb56-1cde20db0cb2)) + (pad "10" smd roundrect (at 0.25 1.9375 45) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 78 "unconnected-(U3-~{ACT}-Pad10)") (pinfunction "~{ACT}") (pintype "output") (tstamp 21d480c3-7d67-49d3-bee2-b24d4bd5bcfd)) + (pad "11" smd roundrect (at 0.75 1.9375 45) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 79 "unconnected-(U3-~{WAKEUP}{slash}GPIO3-Pad11)") (pinfunction "~{WAKEUP}/GPIO3") (pintype "bidirectional") (tstamp dd7153e4-6214-4a1c-9ff3-164fea1d08e4)) + (pad "12" smd roundrect (at 1.25 1.9375 45) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 80 "unconnected-(U3-TNOW{slash}GPIO2-Pad12)") (pinfunction "TNOW/GPIO2") (pintype "bidirectional") (tstamp 29414991-0a88-49b9-8a7b-24d0b54d95cb)) + (pad "13" smd roundrect (at 1.9375 1.25 45) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 81 "unconnected-(U3-RXS{slash}GPIO1-Pad13)") (pinfunction "RXS/GPIO1") (pintype "bidirectional") (tstamp 998711a0-6ffc-4a30-a294-eeb214392875)) + (pad "14" smd roundrect (at 1.9375 0.75 45) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 82 "unconnected-(U3-TXS{slash}GPIO0-Pad14)") (pinfunction "TXS/GPIO0") (pintype "bidirectional") (tstamp 4aa57c3b-b3c1-4e71-b782-56f1e396b5a4)) + (pad "15" smd roundrect (at 1.9375 0.25 45) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 83 "unconnected-(U3-~{SUSPEND}-Pad15)") (pinfunction "~{SUSPEND}") (pintype "output") (tstamp 79865b55-fd75-4f18-9d01-d6cc1317f790)) + (pad "16" smd roundrect (at 1.9375 -0.25 45) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 84 "unconnected-(U3-GPIO4-Pad16)") (pinfunction "GPIO4") (pintype "bidirectional") (tstamp 84cebc29-a7d1-44cd-91b4-9d86f247df8f)) + (pad "17" smd roundrect (at 1.9375 -0.75 45) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 85 "unconnected-(U3-SUSPEND-Pad17)") (pinfunction "SUSPEND") (pintype "output") (tstamp 6bdf155e-d551-48e9-8488-46c91d93f6ff)) + (pad "18" smd roundrect (at 1.9375 -1.25 45) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 86 "unconnected-(U3-~{CTS}-Pad18)") (pinfunction "~{CTS}") (pintype "input") (tstamp ad0d7648-7261-4b33-ae46-28247aa4051a)) + (pad "19" smd roundrect (at 1.25 -1.9375 45) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 87 "unconnected-(U3-~{RTS}-Pad19)") (pinfunction "~{RTS}") (pintype "output") (tstamp 479e37d0-5c37-41e5-9c48-37c4d643e97b)) + (pad "20" smd roundrect (at 0.75 -1.9375 45) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 88 "unconnected-(U3-RXD-Pad20)") (pinfunction "RXD") (pintype "input") (tstamp c009828d-85c4-4f4d-a859-106b41046b5f)) + (pad "21" smd roundrect (at 0.25 -1.9375 45) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 89 "unconnected-(U3-TXD-Pad21)") (pinfunction "TXD") (pintype "output") (tstamp 488938fa-857c-46ca-9939-bfdedf68f52c)) + (pad "22" smd roundrect (at -0.25 -1.9375 45) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 90 "unconnected-(U3-~{DSR}-Pad22)") (pinfunction "~{DSR}") (pintype "input") (tstamp 7678dcd7-a02e-4bcc-9a35-7a64de7985c3)) + (pad "23" smd roundrect (at -0.75 -1.9375 45) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 91 "unconnected-(U3-~{DTR}-Pad23)") (pinfunction "~{DTR}") (pintype "output") (tstamp 035cb2f5-b1fb-4826-81a9-943bd627d018)) + (pad "24" smd roundrect (at -1.25 -1.9375 45) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 92 "unconnected-(U3-~{DCD}-Pad24)") (pinfunction "~{DCD}") (pintype "input") (tstamp 85c22f6a-caff-4855-81e0-e3900c8670e7)) + (pad "25" smd rect (at 0 0 45) (size 2.6 2.6) (layers "F.Cu" "F.Mask") + (net 70 "Net-(U3-GND-Pad2)") (pinfunction "GND") (pintype "passive") (tstamp f1d521d9-d09f-455a-b0cc-eb2954f3027b)) + (model "${KICAD6_3DMODEL_DIR}/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") + (tstamp 59d8bb52-78d9-4793-beee-54ccba3e4954) + (at 125 86 -90) + (descr "SOD-123") + (tags "SOD-123") + (property "LCSC" "C81598") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "Sim.Device" "D") + (property "Sim.Pins" "1=K 2=A") + (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") + (property "ki_keywords" "diode") + (path "/03618342-27e0-4d0b-9c0d-0c77d7a7fb9c") + (attr smd) + (fp_text reference "D4" (at 0 -2 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 558ade09-abff-4f6a-aaee-79bb16690399) + ) + (fp_text value "1N4148W" (at 0 2.1 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 596721ac-590f-4302-8697-33ec5527f422) + ) + (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c05734e4-baaf-4f44-be24-8f317a732ac4) + ) + (fp_line (start -2.36 -1) (end -2.36 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ab1cd3c-5e79-49dd-85ac-de567427eba7)) + (fp_line (start -2.36 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 666407e3-7a4e-40a0-a533-ca341e2f38ec)) + (fp_line (start -2.36 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ece62581-ca16-4bb6-b69e-77e2adf78e46)) + (fp_line (start -2.35 -1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 571efeee-efe5-4ce7-a580-912e0838843a)) + (fp_line (start -2.35 -1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a15c463-0eb5-4d41-93d7-fc4fa3decf76)) + (fp_line (start 2.35 -1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e950204e-3c33-4268-ad3f-ff4938d86937)) + (fp_line (start 2.35 1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85c67e3a-9126-47a5-be90-d88771e3a975)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c604b1b-ed21-4ddb-bf84-2d3f38ea89ac)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6837608-f6f9-4e62-beba-59f9855e12a9)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c9eda68-de7c-4d75-8a45-40fc295ee24d)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f589a422-97a3-43ed-8337-89c2751cea0d)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe0b9c31-d4b9-42c4-802c-bc3e4a2dd8ea)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6858cda-5181-48cd-a8aa-ab970a58d5b7)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac3072d9-8539-4e96-9ed5-4852b15a7793)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a077ced-01f2-47ca-8b77-d749848e1ca8)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9987ebee-7900-4fc5-88df-4e0c93856889)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77b74ac3-8df4-4942-b38c-3df65505cded)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 416e3a21-b2c1-437b-849d-880d7b28bc5c)) + (pad "1" smd roundrect (at -1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 459 "unconnected-(D4-K-Pad1)") (pinfunction "K") (pintype "passive") (tstamp ed52a8f4-85c8-401a-8f13-ad9c066c3e8d)) + (pad "2" smd roundrect (at 1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 460 "unconnected-(D4-A-Pad2)") (pinfunction "A") (pintype "passive") (tstamp f0424392-bbda-4236-87f4-361d93135f3d)) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (layer "F.Cu") + (tstamp 5b2a4f8c-9e94-43bf-9119-c5dc768701ec) + (at 170.93 118.000295 30) + (descr "Through hole straight pin header, 2x03, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x03 1.27mm double row") + (property "LCSC" "C2935951") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x03, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/99d3b240-d9f4-4f7a-85c9-1d08b49844a3") + (attr through_hole) + (fp_text reference "J11" (at 0.635 -1.695 30) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e9d9c0bb-d2c4-4254-8384-c143cc459a24) + ) + (fp_text value "Conn_02x03_Counter_Clockwise" (at 0.635 4.235 30) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 77a8a17d-fde9-402c-b00b-c0d63d232f0f) + ) + (fp_text user "${REFERENCE}" (at 0.635 1.27 120) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 67240a86-cc36-4253-89ca-56566b3ba088) + ) + (fp_line (start -1.13 -0.76) (end 0 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8cafb69-547b-4919-ac2f-219f2a1e6f7b)) + (fp_line (start -1.13 0) (end -1.13 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72ac5781-cf60-45de-950b-9f4ed012e488)) + (fp_line (start -1.13 0.76) (end -1.13 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61a44fc3-e324-480c-b7bb-8fdb5b36ea6d)) + (fp_line (start -1.13 0.76) (end -0.563471 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 062b0427-5d2c-44a8-8241-058aa4585c9f)) + (fp_line (start -1.13 3.235) (end -0.30753 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1149f1d7-3a08-4fba-8059-484b5315b80b)) + (fp_line (start 0.30753 3.235) (end 0.96247 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8eff16c3-dbf6-41ca-835b-66cdd40b83a5)) + (fp_line (start 0.563471 0.76) (end 0.706529 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb8c0ff1-40fb-42b1-8cac-2e159404d052)) + (fp_line (start 0.76 -0.695) (end 0.96247 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7698a0e8-d3e6-4c38-8566-f2e3c7f17c84)) + (fp_line (start 0.76 -0.563471) (end 0.76 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0e854e8-fa6a-4b5b-935e-f2a64c004bbb)) + (fp_line (start 0.76 0.706529) (end 0.76 0.563471) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5017a0aa-aac4-4ed0-987f-edd1fa4a05da)) + (fp_line (start 1.57753 -0.695) (end 2.4 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 449c553c-4d3f-47f9-8321-5afe1f67f29d)) + (fp_line (start 1.57753 3.235) (end 2.4 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c082e68-ea4c-47e5-8e2f-86dafd85067b)) + (fp_line (start 2.4 -0.695) (end 2.4 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a30125e1-4b70-47e1-bad1-9601bf76a2e3)) + (fp_line (start -1.6 -1.15) (end -1.6 3.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00db977d-f0b6-489d-a2ee-440de10cbfd9)) + (fp_line (start -1.6 3.7) (end 2.85 3.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b181a62b-37de-41f9-82b6-f17650361f43)) + (fp_line (start 2.85 -1.15) (end -1.6 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5ab18be-bae9-46f5-911e-5266de8f863d)) + (fp_line (start 2.85 3.7) (end 2.85 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8035678-c49d-4a17-a435-3134a0eca692)) + (fp_line (start -1.07 0.2175) (end -0.2175 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b49ae4ad-a2c3-4373-b0dd-19439a7d461f)) + (fp_line (start -1.07 3.175) (end -1.07 0.2175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9467368-3fc7-46e6-adb8-fd0ee9d93be2)) + (fp_line (start -0.2175 -0.635) (end 2.34 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2197f640-5768-4f98-9e64-8a3526202f2c)) + (fp_line (start 2.34 -0.635) (end 2.34 3.175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d9f67f3e-5455-48b9-994b-414f6513a12d)) + (fp_line (start 2.34 3.175) (end -1.07 3.175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31b1660e-6412-4d0d-be36-92f5cee251bd)) + (pad "1" thru_hole rect (at 0 0 30) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 581 "unconnected-(J11-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp d4138945-574d-4259-9fd2-af0c1e3b8c33)) + (pad "2" thru_hole oval (at 1.27 0 30) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 582 "unconnected-(J11-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 38afecb0-d905-4886-952a-8e801b92a8e5)) + (pad "3" thru_hole oval (at 0 1.27 30) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 583 "unconnected-(J11-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 7a838517-f68a-43fa-8a64-bcd4257cccc0)) + (pad "4" thru_hole oval (at 1.27 1.27 30) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 584 "unconnected-(J11-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp a1375a23-e449-477c-9bfa-0859a4c60ee5)) + (pad "5" thru_hole oval (at 0 2.54 30) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 585 "unconnected-(J11-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp f5d9a963-f6da-41d4-9362-9e5572dd36e5)) + (pad "6" thru_hole oval (at 1.27 2.54 30) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 586 "unconnected-(J11-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp 9a09eb72-a190-4f4d-862e-af24bc748ab3)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x03_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "F.Cu") + (tstamp 5d24da3c-b677-470a-95dd-5314965e2544) + (at 126.8625 69.95 180) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "LCSC" "C8667") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "NPN transistor, base/emitter/collector") + (property "ki_keywords" "transistor NPN") + (path "/bf106633-f71e-48f7-840e-9dd0e2c944bd") + (attr smd) + (fp_text reference "Q4" (at 0 -2.4) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8ab460e2-c1ce-4f18-8d70-59da2b308868) + ) + (fp_text value "Q_NPN_BEC" (at 0 2.4) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 1418f14e-267a-4118-8c92-c41e2e2d10f3) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp a8ebc79a-a281-4121-a6f4-fd254ac9d709) + ) + (fp_line (start 0 -1.56) (end -1.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f03b773-aae2-4344-b766-60b651733a4c)) + (fp_line (start 0 -1.56) (end 0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ed24c76-9e59-4bb4-871d-842da61b2530)) + (fp_line (start 0 1.56) (end -0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1520f4d8-f45d-4435-9ca2-c5ceddd79117)) + (fp_line (start 0 1.56) (end 0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed746b48-580a-494c-a9dd-b76b338ec90e)) + (fp_line (start -2.05 -1.7) (end -2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80c75aa9-e0c3-4928-b173-2f2cf7206444)) + (fp_line (start -2.05 1.7) (end 2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3d18af5-d2a2-46d2-bdf2-369ad07ad368)) + (fp_line (start 2.05 -1.7) (end -2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 39008785-34f3-4729-a5ef-24697fee8958)) + (fp_line (start 2.05 1.7) (end 2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d91b735a-e6e4-4fb6-8efe-a5c267a16480)) + (fp_line (start -0.8 -1.05) (end -0.4 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 954175a6-5732-4009-a472-0df72bcf769a)) + (fp_line (start -0.8 1.45) (end -0.8 -1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb1a3a2e-a2f8-4542-a622-c489bb9045d2)) + (fp_line (start -0.4 -1.45) (end 0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da86d211-8ee0-4b2f-a9de-e96e94b4d82b)) + (fp_line (start 0.8 -1.45) (end 0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1c6d8c8-47a6-4b89-b404-0b8a77755cbb)) + (fp_line (start 0.8 1.45) (end -0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37f44b8a-0692-4c3e-a1f7-1f9de7e2600c)) + (pad "1" smd roundrect (at -1.1375 -0.95 180) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 7 "unconnected-(Q4-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp 0f262380-6517-400a-aab6-e49573284abe)) + (pad "2" smd roundrect (at -1.1375 0.95 180) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 8 "Net-(Q4-C)") (pinfunction "E") (pintype "passive") (tstamp 048a9432-b456-4372-83f2-f67873266f83)) + (pad "3" smd roundrect (at 1.1375 0 180) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 8 "Net-(Q4-C)") (pinfunction "C") (pintype "passive") (tstamp 51d945ca-b8fc-4bf9-9845-cdd0ed77511b)) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_QFP:LQFP-48_7x7mm_P0.5mm" (layer "F.Cu") + (tstamp 68f1b391-9ce0-4884-b84f-aef65abe1160) + (at 140.1375 75.9) + (descr "LQFP, 48 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2358-16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "LQFP QFP") + (property "LCSC" "C428116") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Full Speed Double Channel USB UART/FIFO, LQFP-48") + (property "ki_keywords" "USB Double UART FIFO") + (path "/d828dc2a-8cce-4239-a35f-7ba6f23bff40") + (attr smd) + (fp_text reference "U7" (at 0 -5.85) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5b9920e3-dd8a-4e58-9d88-335e16678357) + ) + (fp_text value "FT2232D" (at 0 5.85) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp dd9a7d65-4dd4-4b49-bff2-8929e3b715b1) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 93314244-4ec6-4dd8-8df5-c200b3928a16) + ) + (fp_line (start -3.61 -3.61) (end -3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee1bbb6d-978a-471f-a61a-4fda76a641d6)) + (fp_line (start -3.61 -3.16) (end -4.9 -3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32411ff8-193d-4eea-a02e-9c116593b0a1)) + (fp_line (start -3.61 3.61) (end -3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 124cf88f-abd6-48f9-ba71-7779a9ced4b1)) + (fp_line (start -3.16 -3.61) (end -3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e608b52-ac08-41c0-b82e-94831cb4aef0)) + (fp_line (start -3.16 3.61) (end -3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5a7c1af-7a28-416f-922c-085b4355e3ac)) + (fp_line (start 3.16 -3.61) (end 3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f17963a7-0577-4a1a-ba6a-700c076edfe3)) + (fp_line (start 3.16 3.61) (end 3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2d04754-5697-4e1b-886f-e0dbce282301)) + (fp_line (start 3.61 -3.61) (end 3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a299db3-ace9-4fff-9596-4f78cc9dabed)) + (fp_line (start 3.61 3.61) (end 3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b44bdf7-fe2f-4e2e-9544-d606eb297572)) + (fp_line (start -5.15 -3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c218674e-a646-41a6-90f3-1e2754f183a6)) + (fp_line (start -5.15 3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e54d5cfd-f40a-46df-b9d3-d1b307abe75b)) + (fp_line (start -3.75 -3.75) (end -3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5525027d-a9f4-4271-bc73-bd21aa73a73d)) + (fp_line (start -3.75 -3.15) (end -5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8436a7d9-ab04-450e-8827-e5b3ac89d0c5)) + (fp_line (start -3.75 3.15) (end -5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4cfa439-3810-4cae-9705-d525cd0aa461)) + (fp_line (start -3.75 3.75) (end -3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c373320b-d13f-4729-8fd3-e3700e906e1f)) + (fp_line (start -3.15 -5.15) (end -3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8ddb5b6-eddd-40cd-a736-6281ecf92d21)) + (fp_line (start -3.15 -3.75) (end -3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16fe980e-5e14-4a0c-add2-ff977fb83b72)) + (fp_line (start -3.15 3.75) (end -3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f18c5d24-9996-41f9-92ca-1258ed2d7a42)) + (fp_line (start -3.15 5.15) (end -3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 384b9705-ad06-456f-a3e8-06fb43806c9f)) + (fp_line (start 0 -5.15) (end -3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa35e544-841f-4bde-b268-2b7bb73e79fe)) + (fp_line (start 0 -5.15) (end 3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3b58fd1-0daf-4ff1-950e-45b99e62e6d5)) + (fp_line (start 0 5.15) (end -3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 219f0b80-19cc-427d-8f47-9bb15c128de2)) + (fp_line (start 0 5.15) (end 3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b43e637-73f4-4d8a-a942-daf3bb09a581)) + (fp_line (start 3.15 -5.15) (end 3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58432688-053c-4476-a143-d8d4cd34cacc)) + (fp_line (start 3.15 -3.75) (end 3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e67d037-e0a6-419a-858e-e24a00e2a14f)) + (fp_line (start 3.15 3.75) (end 3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bf7bfc2d-77d3-427c-b709-57af0ae36bf5)) + (fp_line (start 3.15 5.15) (end 3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa1049d9-15bb-46d0-9ddd-11f8d44b72ad)) + (fp_line (start 3.75 -3.75) (end 3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b0c4e6b-c059-4efb-a9c0-e58b5cc65317)) + (fp_line (start 3.75 -3.15) (end 5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4ae610b-5518-4783-b7d1-33f3146c3417)) + (fp_line (start 3.75 3.15) (end 5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 825e302b-c597-4bf1-8da7-d14525ce8b40)) + (fp_line (start 3.75 3.75) (end 3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9828220c-2120-4ae7-9903-6e290f5741fe)) + (fp_line (start 5.15 -3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d985c79-d479-4e94-a314-86de48da3190)) + (fp_line (start 5.15 3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d183da4-2476-4659-a571-9450f893bb29)) + (fp_line (start -3.5 -2.5) (end -2.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2335af15-8bbe-4401-8754-6e9e85250cf6)) + (fp_line (start -3.5 3.5) (end -3.5 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3441fe43-ddb2-49a0-a3fe-5fb49443182c)) + (fp_line (start -2.5 -3.5) (end 3.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c461e71e-f544-44b6-bdb7-5c2394a238c6)) + (fp_line (start 3.5 -3.5) (end 3.5 3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36683334-c296-4ba3-9432-56319b37c574)) + (fp_line (start 3.5 3.5) (end -3.5 3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ea7161c-37e8-410c-aadc-5edfbecbebd0)) + (pad "1" smd roundrect (at -4.1625 -2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 165 "unconnected-(U7-EECLK-Pad1)") (pinfunction "EECLK") (pintype "output") (tstamp 525d98e0-ce29-4bca-944e-586d0c5028ef)) + (pad "2" smd roundrect (at -4.1625 -2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 166 "unconnected-(U7-EEDATA-Pad2)") (pinfunction "EEDATA") (pintype "bidirectional") (tstamp f2ad7150-ac29-44af-9ec4-008755bbf0b4)) + (pad "3" smd roundrect (at -4.1625 -1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 167 "unconnected-(U7-VCC-Pad3)") (pinfunction "VCC") (pintype "power_in") (tstamp 564f16b8-f9d9-4892-b976-e29633d1c600)) + (pad "4" smd roundrect (at -4.1625 -1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 168 "unconnected-(U7-~{RESET}-Pad4)") (pinfunction "~{RESET}") (pintype "input") (tstamp 6386ce7c-1ee5-47e6-8e8f-92913c0199ee)) + (pad "5" smd roundrect (at -4.1625 -0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 169 "unconnected-(U7-~{RSTOUT}-Pad5)") (pinfunction "~{RSTOUT}") (pintype "output") (tstamp 216a25ff-182a-4a58-b8fb-f92d3f0d0ce8)) + (pad "6" smd roundrect (at -4.1625 -0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 170 "unconnected-(U7-3V3OUT-Pad6)") (pinfunction "3V3OUT") (pintype "power_out") (tstamp c5c8fd6b-c11b-4003-91c7-43247f6b3371)) + (pad "7" smd roundrect (at -4.1625 0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 171 "unconnected-(U7-USBDP-Pad7)") (pinfunction "USBDP") (pintype "bidirectional") (tstamp fd47b39d-3efa-4924-871c-c4b6809ba464)) + (pad "8" smd roundrect (at -4.1625 0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 172 "unconnected-(U7-USBDM-Pad8)") (pinfunction "USBDM") (pintype "bidirectional") (tstamp 66d686ae-d7f8-460a-92e8-d9315f0203dd)) + (pad "9" smd roundrect (at -4.1625 1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 173 "unconnected-(U7-GND-Pad9)") (pinfunction "GND") (pintype "power_in") (tstamp 9dcf4eaf-5c9d-4619-ae91-ab946a9a5199)) + (pad "10" smd roundrect (at -4.1625 1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 174 "unconnected-(U7-SI{slash}WUA-Pad10)") (pinfunction "SI/WUA") (pintype "bidirectional") (tstamp 296e77b0-d982-487d-892e-62c8c26b48fb)) + (pad "11" smd roundrect (at -4.1625 2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 175 "unconnected-(U7-ACBUS3-Pad11)") (pinfunction "ACBUS3") (pintype "bidirectional") (tstamp 928bdcc9-aea8-48f7-95ee-5a45cd8f42f8)) + (pad "12" smd roundrect (at -4.1625 2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 176 "unconnected-(U7-ACBUS2-Pad12)") (pinfunction "ACBUS2") (pintype "bidirectional") (tstamp d5377898-5307-49c4-adba-12db387b9dfd)) + (pad "13" smd roundrect (at -2.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 177 "unconnected-(U7-ACBUS1-Pad13)") (pinfunction "ACBUS1") (pintype "bidirectional") (tstamp cad21277-984b-4594-b8c5-8bc3da98995a)) + (pad "14" smd roundrect (at -2.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 178 "unconnected-(U7-VCCIOA-Pad14)") (pinfunction "VCCIOA") (pintype "power_in") (tstamp 7096c576-7b67-40f1-9184-14261a631465)) + (pad "15" smd roundrect (at -1.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 179 "unconnected-(U7-ACBUS0-Pad15)") (pinfunction "ACBUS0") (pintype "bidirectional") (tstamp 28aade38-0145-4548-bebf-68ad2e85e104)) + (pad "16" smd roundrect (at -1.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 180 "unconnected-(U7-ADBUS7-Pad16)") (pinfunction "ADBUS7") (pintype "bidirectional") (tstamp 4e90daa8-9e98-4050-bf9c-69fcb7d99f36)) + (pad "17" smd roundrect (at -0.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 181 "unconnected-(U7-ADBUS6-Pad17)") (pinfunction "ADBUS6") (pintype "bidirectional") (tstamp 221e30c8-a67f-425e-8d1c-ce3cdde06f9f)) + (pad "18" smd roundrect (at -0.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 182 "unconnected-(U7-GND-Pad18)") (pinfunction "GND") (pintype "power_in") (tstamp 14aac3c9-e087-44fa-bf0c-eea845819378)) + (pad "19" smd roundrect (at 0.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 183 "unconnected-(U7-ADBUS5-Pad19)") (pinfunction "ADBUS5") (pintype "bidirectional") (tstamp 6a0dbd7e-52a8-47cb-8427-c4fc7932c54e)) + (pad "20" smd roundrect (at 0.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 184 "unconnected-(U7-ADBUS4-Pad20)") (pinfunction "ADBUS4") (pintype "bidirectional") (tstamp 2a8d55c4-7c34-4d8c-a7f9-9c960243cbce)) + (pad "21" smd roundrect (at 1.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 185 "unconnected-(U7-ADBUS3-Pad21)") (pinfunction "ADBUS3") (pintype "bidirectional") (tstamp c96f7c41-954d-467f-87cd-2f7fbff44c28)) + (pad "22" smd roundrect (at 1.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 186 "unconnected-(U7-ADBUS2-Pad22)") (pinfunction "ADBUS2") (pintype "bidirectional") (tstamp 101f5769-fbbb-4dec-83c7-90f2227878d6)) + (pad "23" smd roundrect (at 2.25 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 187 "unconnected-(U7-ADBUS1-Pad23)") (pinfunction "ADBUS1") (pintype "bidirectional") (tstamp 06bc034d-ed00-4d5a-b6f2-d45c86156381)) + (pad "24" smd roundrect (at 2.75 4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 188 "unconnected-(U7-ADBUS0-Pad24)") (pinfunction "ADBUS0") (pintype "bidirectional") (tstamp ae4f3c9f-04e6-40cb-b5a2-60538574fbe0)) + (pad "25" smd roundrect (at 4.1625 2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 189 "unconnected-(U7-GND-Pad25)") (pinfunction "GND") (pintype "power_in") (tstamp 3991ba3c-ce88-4673-b31b-d558a6108a43)) + (pad "26" smd roundrect (at 4.1625 2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 190 "unconnected-(U7-SI{slash}WUB-Pad26)") (pinfunction "SI/WUB") (pintype "output") (tstamp 37ef6a0c-be9d-488b-a3dd-7c90337aa2ad)) + (pad "27" smd roundrect (at 4.1625 1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 191 "unconnected-(U7-BCBUS3-Pad27)") (pinfunction "BCBUS3") (pintype "output") (tstamp cb44c3eb-a074-4071-b2cc-a04d6bce5531)) + (pad "28" smd roundrect (at 4.1625 1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 192 "unconnected-(U7-BCBUS2-Pad28)") (pinfunction "BCBUS2") (pintype "output") (tstamp 05975376-1668-4046-815e-aba446a98af0)) + (pad "29" smd roundrect (at 4.1625 0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 193 "unconnected-(U7-BCBUS1-Pad29)") (pinfunction "BCBUS1") (pintype "output") (tstamp 0e348414-91ed-4713-a934-404aecc25f2f)) + (pad "30" smd roundrect (at 4.1625 0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 194 "unconnected-(U7-BCBUS0-Pad30)") (pinfunction "BCBUS0") (pintype "output") (tstamp 23b7ab4d-5bff-4e4e-8384-fd40855a62f6)) + (pad "31" smd roundrect (at 4.1625 -0.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 195 "unconnected-(U7-VCCIOB-Pad31)") (pinfunction "VCCIOB") (pintype "power_in") (tstamp d9b8bf36-1a53-46ba-b229-3315c907e54f)) + (pad "32" smd roundrect (at 4.1625 -0.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 196 "unconnected-(U7-BDBUS7-Pad32)") (pinfunction "BDBUS7") (pintype "output") (tstamp 0d527514-c16d-4a23-bfe2-4a9f83784415)) + (pad "33" smd roundrect (at 4.1625 -1.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 197 "unconnected-(U7-BDBUS6-Pad33)") (pinfunction "BDBUS6") (pintype "output") (tstamp 8ec11410-279a-4b1e-a454-f125e7f79b48)) + (pad "34" smd roundrect (at 4.1625 -1.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 198 "unconnected-(U7-GND-Pad34)") (pinfunction "GND") (pintype "power_in") (tstamp fc557c10-2b84-47a3-88cf-ca7499431f3f)) + (pad "35" smd roundrect (at 4.1625 -2.25) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 199 "unconnected-(U7-BDBUS5-Pad35)") (pinfunction "BDBUS5") (pintype "output") (tstamp b7c46504-5add-4805-ab62-41d7c4291e84)) + (pad "36" smd roundrect (at 4.1625 -2.75) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 200 "unconnected-(U7-BDBUS4-Pad36)") (pinfunction "BDBUS4") (pintype "output") (tstamp 5d7adeaf-fe42-4d5c-8eed-3ff5115896bc)) + (pad "37" smd roundrect (at 2.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 201 "unconnected-(U7-BDBUS3-Pad37)") (pinfunction "BDBUS3") (pintype "output") (tstamp 4e5d97a5-ec92-4452-b33e-77bb43e36bb3)) + (pad "38" smd roundrect (at 2.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 202 "unconnected-(U7-BDBUS2-Pad38)") (pinfunction "BDBUS2") (pintype "output") (tstamp ec4a9138-ee27-4048-b5eb-81a2b2215622)) + (pad "39" smd roundrect (at 1.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 203 "unconnected-(U7-BDBUS1-Pad39)") (pinfunction "BDBUS1") (pintype "output") (tstamp 1064cb92-a36a-41aa-98c9-3985e9fa6636)) + (pad "40" smd roundrect (at 1.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 204 "unconnected-(U7-BDBUS0-Pad40)") (pinfunction "BDBUS0") (pintype "output") (tstamp 6e2f184e-8128-4416-9295-d93324831a97)) + (pad "41" smd roundrect (at 0.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 205 "unconnected-(U7-~{PWREN}-Pad41)") (pinfunction "~{PWREN}") (pintype "output") (tstamp d7ae6a11-b1a4-4e0e-8b7a-485e3ec2f42e)) + (pad "42" smd roundrect (at 0.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 206 "unconnected-(U7-VCC-Pad42)") (pinfunction "VCC") (pintype "power_in") (tstamp bad477a5-9c89-46d1-9959-bf13c7f7a131)) + (pad "43" smd roundrect (at -0.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 207 "unconnected-(U7-XTIN-Pad43)") (pinfunction "XTIN") (pintype "input") (tstamp 497b9e4a-5e5e-47b1-9dea-d4f7df852737)) + (pad "44" smd roundrect (at -0.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 208 "unconnected-(U7-XTOUT-Pad44)") (pinfunction "XTOUT") (pintype "output") (tstamp fc249dcc-e15a-40d3-bf81-15ece2482b26)) + (pad "45" smd roundrect (at -1.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 209 "unconnected-(U7-AGND-Pad45)") (pinfunction "AGND") (pintype "power_in") (tstamp daeb3e65-6144-4b3a-8560-a52510bced91)) + (pad "46" smd roundrect (at -1.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 210 "unconnected-(U7-AVCC-Pad46)") (pinfunction "AVCC") (pintype "power_in") (tstamp 9fb9cbd9-b42a-40c7-878e-5ef78d45137f)) + (pad "47" smd roundrect (at -2.25 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 211 "unconnected-(U7-TEST-Pad47)") (pinfunction "TEST") (pintype "input") (tstamp 0b9da1e6-55a5-4a44-9faa-8c5af8c2fe7c)) + (pad "48" smd roundrect (at -2.75 -4.1625) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 212 "unconnected-(U7-EECS-Pad48)") (pinfunction "EECS") (pintype "bidirectional") (tstamp 9ff7aecd-865c-464d-9591-74aa05a28799)) + (model "${KICAD6_3DMODEL_DIR}/Package_QFP.3dshapes/LQFP-48_7x7mm_P0.5mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:SOP-4_3.8x4.1mm_P2.54mm" (layer "F.Cu") + (tstamp 8a0138c9-f0c1-4f5e-9cc7-a3ac1891e903) + (at 139.775 96.795) + (descr "SOP, 4 Pin (http://www.ixysic.com/home/pdfs.nsf/www/CPC1017N.pdf/$file/CPC1017N.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOP SO") + (property "LCSC" "C33068") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "DC Optocoupler, Vce 35V, CTR 50%, SO-4") + (property "ki_keywords" "NPN DC Optocoupler") + (path "/8fdc431b-50df-48e7-94e6-2d1107be25a3") + (attr smd) + (fp_text reference "U13" (at 0 -3) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 9504539e-bd87-489d-8f1e-03d2882c19c7) + ) + (fp_text value "LTV-357T" (at 0 3) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp ff854b6e-42bf-48a4-897c-b043b088959c) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.95 0.95) (thickness 0.14))) + (tstamp 335f3731-7d32-4474-a89f-068a5884cf98) + ) + (fp_line (start -2.01 -2.16) (end -2.01 -1.805) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd2d5935-c156-49a8-8f32-fc9aac36a0b3)) + (fp_line (start -2.01 -1.805) (end -3.475 -1.805) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02d15976-f145-4e2b-9503-94244a16ef7c)) + (fp_line (start -2.01 2.16) (end -2.01 1.805) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6530120b-7f18-4723-9329-97bcd26887fc)) + (fp_line (start 0 -2.16) (end -2.01 -2.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 141eae46-91b9-4135-a304-f91447c50d2a)) + (fp_line (start 0 -2.16) (end 2.01 -2.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ffb5380c-48cb-48fe-896f-f1c878101c36)) + (fp_line (start 0 2.16) (end -2.01 2.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4e945d8c-f66a-4805-865b-bf27d19c29a9)) + (fp_line (start 0 2.16) (end 2.01 2.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de79bad5-5a36-4d59-9ec0-e20bac6752d3)) + (fp_line (start 2.01 -2.16) (end 2.01 -1.805) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae421985-ef6e-4cf2-b8ec-48780b57d6d2)) + (fp_line (start 2.01 2.16) (end 2.01 1.805) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a3c0a94-b67f-44d7-8afb-d5475622d15a)) + (fp_line (start -3.72 -2.3) (end -3.72 2.3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp acdc4e9d-f980-463f-8fff-282e9cfe3417)) + (fp_line (start -3.72 2.3) (end 3.72 2.3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 64321937-c31a-457e-9f68-8d1b5e1adb19)) + (fp_line (start 3.72 -2.3) (end -3.72 -2.3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b51b8ce1-f99b-41a7-a63b-1d597f905957)) + (fp_line (start 3.72 2.3) (end 3.72 -2.3) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2461deef-ac1b-40d1-a21f-b0412b07c71b)) + (fp_line (start -1.9 -1.1) (end -0.95 -2.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 753749f0-514c-4b85-b297-b6396432acae)) + (fp_line (start -1.9 2.05) (end -1.9 -1.1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0ae0a88-c5c6-4b76-b22a-f0e4d15f9eff)) + (fp_line (start -0.95 -2.05) (end 1.9 -2.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f5ed94b-de00-4eb8-a267-b33325392645)) + (fp_line (start 1.9 -2.05) (end 1.9 2.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 852da157-cb75-4d1a-8df6-4d8cb951a303)) + (fp_line (start 1.9 2.05) (end -1.9 2.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0419e97-9512-4598-bead-d005a86ed544)) + (pad "1" smd roundrect (at -2.75 -1.27) (size 1.45 0.55) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 473 "unconnected-(U13-Pad1)") (pintype "passive") (tstamp 5a93615c-ea53-4376-a176-e3b63d939e69)) + (pad "2" smd roundrect (at -2.75 1.27) (size 1.45 0.55) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 474 "unconnected-(U13-Pad2)") (pintype "passive") (tstamp e24ea38c-0cf1-43da-8e17-d4f631f14221)) + (pad "3" smd roundrect (at 2.75 1.27) (size 1.45 0.55) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 475 "unconnected-(U13-Pad3)") (pintype "passive") (tstamp 9978cba5-91c8-4ce0-95e8-26306baccd80)) + (pad "4" smd roundrect (at 2.75 -1.27) (size 1.45 0.55) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 476 "unconnected-(U13-Pad4)") (pintype "passive") (tstamp 224acb11-9b2b-4251-b49f-927d16dc1112)) + (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOP-4_3.8x4.1mm_P2.54mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:SOP-8_3.9x4.9mm_P1.27mm" (layer "F.Cu") + (tstamp 8c7607af-cb8a-424d-9ee0-0938b6541a8e) + (at 139.075 102.595) + (descr "SOP, 8 Pin (http://www.macronix.com/Lists/Datasheet/Attachments/7534/MX25R3235F,%20Wide%20Range,%2032Mb,%20v1.6.pdf#page=79), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOP SO") + (property "LCSC" "C49274") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "2.7V 12-Bit A/D Converter with SPI™ Serial Interface, PDIP-8/SOIC-8/MSOP-8/TSSOP-8") + (property "ki_keywords" "12-Bit Differential ADC SPI 1ch") + (path "/617fec27-c457-44f6-82d2-75d940e839ac") + (attr smd) + (fp_text reference "U14" (at 0 -3.4) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f35f3698-0286-4f2f-b3dd-f883136d86f4) + ) + (fp_text value "MCP3201" (at 0 3.4) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0ee77fa2-d0ed-41c2-a2df-99cfd134a8d1) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.98 0.98) (thickness 0.15))) + (tstamp 65cb1368-994a-4f02-8fe0-a6fdb5ae6155) + ) + (fp_line (start 0 -2.56) (end -3.45 -2.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c05c261-02a7-4369-be4c-20b49960de21)) + (fp_line (start 0 -2.56) (end 1.95 -2.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c29c964-55aa-4aff-949a-4cb19d9321c3)) + (fp_line (start 0 2.56) (end -1.95 2.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 537618cb-15af-44ef-b011-4abf94ef6f36)) + (fp_line (start 0 2.56) (end 1.95 2.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6352bedb-5658-4541-a599-f5a37082b5f9)) + (fp_line (start -3.7 -2.7) (end -3.7 2.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a069ea51-09d1-46cf-841e-35504f7bd1be)) + (fp_line (start -3.7 2.7) (end 3.7 2.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84647eb4-5799-475a-a1c8-e44692aef24a)) + (fp_line (start 3.7 -2.7) (end -3.7 -2.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 191b3748-bea5-496c-90c2-b67c1e4e12ae)) + (fp_line (start 3.7 2.7) (end 3.7 -2.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2476374f-ac35-4a0f-a296-95c8a6ca805c)) + (fp_line (start -1.95 -1.475) (end -0.975 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4aad293c-0c72-4531-b1f3-10c635f179b5)) + (fp_line (start -1.95 2.45) (end -1.95 -1.475) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca9fc2a0-1751-42fd-9dd1-cd98ca71a8ac)) + (fp_line (start -0.975 -2.45) (end 1.95 -2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff811b45-edc3-4bf2-b46b-95dc05ce43d3)) + (fp_line (start 1.95 -2.45) (end 1.95 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3dafbe8-acfb-4e35-9fec-ed8f8090f967)) + (fp_line (start 1.95 2.45) (end -1.95 2.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f16908c8-2e5a-4376-a380-c90b7bdd7eb4)) + (pad "1" smd roundrect (at -2.625 -1.905) (size 1.65 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 477 "unconnected-(U14-Vref-Pad1)") (pinfunction "Vref") (pintype "power_in") (tstamp 9a9c571c-f69e-4e0c-ab89-de180c822653)) + (pad "2" smd roundrect (at -2.625 -0.635) (size 1.65 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 478 "unconnected-(U14-IN+-Pad2)") (pinfunction "IN+") (pintype "input") (tstamp 3c26c838-d481-4795-ab4d-d461e12ca63f)) + (pad "3" smd roundrect (at -2.625 0.635) (size 1.65 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 479 "unconnected-(U14-IN--Pad3)") (pinfunction "IN-") (pintype "input") (tstamp 8a46b29a-17a6-4da2-a8f3-c07566983a3d)) + (pad "4" smd roundrect (at -2.625 1.905) (size 1.65 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 480 "unconnected-(U14-Vss-Pad4)") (pinfunction "Vss") (pintype "power_in") (tstamp d930ce79-6b0f-4132-a536-6c1edf096f08)) + (pad "5" smd roundrect (at 2.625 1.905) (size 1.65 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 481 "unconnected-(U14-~{CS}{slash}SHDN-Pad5)") (pinfunction "~{CS}/SHDN") (pintype "input") (tstamp b783ded9-2ad9-4fd2-8b7f-d102ba334cc9)) + (pad "6" smd roundrect (at 2.625 0.635) (size 1.65 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 482 "unconnected-(U14-Dout-Pad6)") (pinfunction "Dout") (pintype "output") (tstamp a1742ceb-4040-467d-b798-179993175a9e)) + (pad "7" smd roundrect (at 2.625 -0.635) (size 1.65 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 483 "unconnected-(U14-CLK-Pad7)") (pinfunction "CLK") (pintype "input") (tstamp 32033055-fa88-442e-b01f-717f3d4f81b2)) + (pad "8" smd roundrect (at 2.625 -1.905) (size 1.65 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 484 "unconnected-(U14-Vdd-Pad8)") (pinfunction "Vdd") (pintype "power_in") (tstamp 4d6c4992-4809-42fb-856e-3560a5a01f3d)) + (model "${KICAD6_3DMODEL_DIR}/Package_SO.3dshapes/SOP-8_3.9x4.9mm_P1.27mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x05_P1.27mm_Vertical" (layer "F.Cu") + (tstamp 91a87a7c-c4ef-4d29-a535-df3f60e37867) + (at 152.62 126.07 90) + (descr "Through hole straight pin header, 2x05, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x05 1.27mm double row") + (property "LCSC" "C2935953") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x05, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/587d2428-edff-4ae2-be8a-b21380dcc535") + (attr through_hole) + (fp_text reference "J5" (at 0.635 -1.695 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 91445662-2e3a-46d6-8bab-5db5bc1e9076) + ) + (fp_text value "Conn_02x05_Counter_Clockwise" (at 0.635 6.775 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5fe68e12-9e79-44d6-a477-0fddac70637e) + ) + (fp_text user "${REFERENCE}" (at 0.635 2.54) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0f2ef95d-cc9a-40e5-b6ca-dcc901617fdb) + ) + (fp_line (start -1.13 -0.76) (end 0 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e424d86-ec3b-4b59-8776-90bb8fd13805)) + (fp_line (start -1.13 0) (end -1.13 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb40e581-f5f3-4fe5-b1e1-c6350a797c84)) + (fp_line (start -1.13 0.76) (end -1.13 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e88c4863-413a-4895-9ac5-14697d233863)) + (fp_line (start -1.13 0.76) (end -0.563471 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af7bfd3c-262b-4425-8138-41849f9ea6cd)) + (fp_line (start -1.13 5.775) (end -0.30753 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3ef3cb5-895c-46dc-bccb-d975aca1b879)) + (fp_line (start 0.30753 5.775) (end 0.96247 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02963a72-a264-4988-9e99-87ef09611176)) + (fp_line (start 0.563471 0.76) (end 0.706529 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4531dd75-2d37-42fe-8fc0-a48b9495677f)) + (fp_line (start 0.76 -0.695) (end 0.96247 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7f85b3e-163c-479e-8645-33ff3c76e938)) + (fp_line (start 0.76 -0.563471) (end 0.76 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0db63648-022c-4465-b6d7-0ab40f9f27bc)) + (fp_line (start 0.76 0.706529) (end 0.76 0.563471) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e8540c8-8fc0-40e5-95d6-7193c53dd221)) + (fp_line (start 1.57753 -0.695) (end 2.4 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb8e85c6-56b4-4bc9-a1a9-7a2ee45d7e66)) + (fp_line (start 1.57753 5.775) (end 2.4 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a0f415c-103f-4a36-aa54-60a7b8c8a6a8)) + (fp_line (start 2.4 -0.695) (end 2.4 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eedee641-8100-4024-b614-0ed360b6fdd8)) + (fp_line (start -1.6 -1.15) (end -1.6 6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2edd2c4-31c0-4a56-aa73-c4ae43ec8cc9)) + (fp_line (start -1.6 6.25) (end 2.85 6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c2c53840-5e1a-4b42-b9d5-3dbe1e796e31)) + (fp_line (start 2.85 -1.15) (end -1.6 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c867efb8-34dc-41e0-a19f-9003c40efdfb)) + (fp_line (start 2.85 6.25) (end 2.85 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87e3ae58-47ed-4001-8183-4c322afb9167)) + (fp_line (start -1.07 0.2175) (end -0.2175 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78a34fed-71f2-44c5-bc07-6d56c7ec5f0a)) + (fp_line (start -1.07 5.715) (end -1.07 0.2175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17aab670-b69d-4a0a-895c-9d491bc7a533)) + (fp_line (start -0.2175 -0.635) (end 2.34 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79da0af1-44f5-479c-bab0-e970062ac358)) + (fp_line (start 2.34 -0.635) (end 2.34 5.715) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7755badf-b1c3-4b3b-b484-b17021c9c61a)) + (fp_line (start 2.34 5.715) (end -1.07 5.715) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6412a699-6a40-4212-9836-cf98a6e16a90)) + (pad "1" thru_hole rect (at 0 0 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 529 "unconnected-(J5-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 391ab091-3c37-42df-9619-52032c9ade36)) + (pad "2" thru_hole oval (at 1.27 0 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 530 "unconnected-(J5-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 2523826c-0a03-4e39-9b1d-659affde8f4f)) + (pad "3" thru_hole oval (at 0 1.27 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 531 "unconnected-(J5-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp f2564f2c-ee99-462e-a57c-3721882b5433)) + (pad "4" thru_hole oval (at 1.27 1.27 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 532 "unconnected-(J5-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp 735d0e93-3a37-4b18-918b-204cc8c5ddee)) + (pad "5" thru_hole oval (at 0 2.54 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 533 "unconnected-(J5-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp c4093a6c-085f-4455-8089-6a25aefab43e)) + (pad "6" thru_hole oval (at 1.27 2.54 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 534 "unconnected-(J5-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp eb23c247-e53a-4104-ab9f-0d56297de289)) + (pad "7" thru_hole oval (at 0 3.81 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 535 "unconnected-(J5-Pin_7-Pad7)") (pinfunction "Pin_7") (pintype "passive") (tstamp 58387b10-34f9-418e-8037-23120884f095)) + (pad "8" thru_hole oval (at 1.27 3.81 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 536 "unconnected-(J5-Pin_8-Pad8)") (pinfunction "Pin_8") (pintype "passive") (tstamp 7c844cda-66b2-4890-8bad-ff6a9ab3927b)) + (pad "9" thru_hole oval (at 0 5.08 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 537 "unconnected-(J5-Pin_9-Pad9)") (pinfunction "Pin_9") (pintype "passive") (tstamp 04782aeb-96a8-4adc-a855-a0c7944623b5)) + (pad "10" thru_hole oval (at 1.27 5.08 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 538 "unconnected-(J5-Pin_10-Pad10)") (pinfunction "Pin_10") (pintype "passive") (tstamp 0c59da7f-6885-4306-9647-5de68fc0b0df)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x05_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "F.Cu") + (tstamp 944351be-9ab3-4aff-9f31-86621792f34b) + (at 123 66 90) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "LCSC" "C8667") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "NPN transistor, base/emitter/collector") + (property "ki_keywords" "transistor NPN") + (path "/1f067b6c-f88b-4141-813c-771006d79725") + (attr smd) + (fp_text reference "Q3" (at 0 -2.4 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 36852f43-9755-4ca5-836c-7b0d632a0cdc) + ) + (fp_text value "Q_NPN_BEC" (at 0 2.4 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp dd209117-2abd-4e59-8bd3-d14629b557f9) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp 6b3aa253-bd96-4d85-9987-6ded69228c22) + ) + (fp_line (start 0 -1.56) (end -1.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3a166d0-3cfc-4ee4-a449-28180a9f4fc9)) + (fp_line (start 0 -1.56) (end 0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18501c22-d067-4fc3-9ecf-0e1c3c156725)) + (fp_line (start 0 1.56) (end -0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7f1c275-9c65-4ad4-9303-d9f7ce4c6359)) + (fp_line (start 0 1.56) (end 0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0dcf9c35-d01d-4eba-9f8a-3d85537e4da0)) + (fp_line (start -2.05 -1.7) (end -2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c09b434d-1892-4017-8b52-62765f92079d)) + (fp_line (start -2.05 1.7) (end 2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f76340d-2e02-4ea8-b903-a906f69b5060)) + (fp_line (start 2.05 -1.7) (end -2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cafa2a4-9383-4723-b986-bee95c5836ec)) + (fp_line (start 2.05 1.7) (end 2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9100df55-a2ae-45ac-b287-e75b05cd45b0)) + (fp_line (start -0.8 -1.05) (end -0.4 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7c7c562-c524-4017-bdd1-83dd0a1ef45f)) + (fp_line (start -0.8 1.45) (end -0.8 -1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f9dc102-75c9-4b81-9e62-88b90d6690ec)) + (fp_line (start -0.4 -1.45) (end 0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8306bbc-fc7c-4356-8f78-ac9dc551ecbc)) + (fp_line (start 0.8 -1.45) (end 0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b0263af5-32f7-4672-ba3b-1ec2014d88df)) + (fp_line (start 0.8 1.45) (end -0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d555f31b-e9ff-477c-9a94-50c808005093)) + (pad "1" smd roundrect (at -1.1375 -0.95 90) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 5 "unconnected-(Q3-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp d10faf8f-9993-4e61-9620-5e9b4a3452b4)) + (pad "2" smd roundrect (at -1.1375 0.95 90) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "Net-(Q3-C)") (pinfunction "E") (pintype "passive") (tstamp 44dcf9dc-3fe6-4e4d-9c6b-f0381d4703d0)) + (pad "3" smd roundrect (at 1.1375 0 90) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 6 "Net-(Q3-C)") (pinfunction "C") (pintype "passive") (tstamp 6a95547d-9e6a-4e9c-b03b-9d5c0c74bb6c)) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (layer "F.Cu") + (tstamp 9b4eee87-36aa-47dc-8a01-73523ae06454) + (at 182.4 114.46) + (descr "Through hole straight pin header, 2x03, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x03 1.27mm double row") + (property "LCSC" "C2935951") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x03, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/b318cfed-da53-4c1c-88d0-2622f0dfdd7b") + (attr through_hole) + (fp_text reference "J9" (at 0.635 -1.695) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp cabd3127-a8f1-487f-a25e-229f08315fc6) + ) + (fp_text value "Conn_02x03_Counter_Clockwise" (at 0.635 4.235) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0149bcac-027c-4b12-9d69-7f3de0e4eb03) + ) + (fp_text user "${REFERENCE}" (at 0.635 1.27 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3bc94a8a-7c4c-4dbb-ad2a-b92034d201c8) + ) + (fp_line (start -1.13 -0.76) (end 0 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c5d0ca1-feb9-49d7-addd-dd7eb6d82dab)) + (fp_line (start -1.13 0) (end -1.13 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 149a2d27-0757-448e-bbf4-1777293b0d4a)) + (fp_line (start -1.13 0.76) (end -1.13 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 977ba011-2e8a-459b-992c-5a9008269dd8)) + (fp_line (start -1.13 0.76) (end -0.563471 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec87096d-e88f-4e88-b3d7-a509408f077e)) + (fp_line (start -1.13 3.235) (end -0.30753 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e84cc067-e7dc-4d3b-a3f8-41114f367916)) + (fp_line (start 0.30753 3.235) (end 0.96247 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a9ffc3e-5074-4026-8b71-d6bb481e9cc9)) + (fp_line (start 0.563471 0.76) (end 0.706529 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b650ff8e-11b6-4ec6-895a-7fb0fadb1508)) + (fp_line (start 0.76 -0.695) (end 0.96247 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e418281-0c06-498b-92e2-cfd2a0037d5a)) + (fp_line (start 0.76 -0.563471) (end 0.76 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5bd37e9-fd20-436d-b260-ad9c8c3def5c)) + (fp_line (start 0.76 0.706529) (end 0.76 0.563471) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b398bd67-8d95-4ee4-b22e-ff3506c442f2)) + (fp_line (start 1.57753 -0.695) (end 2.4 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3af6d15e-d705-4acf-9784-9cd029f9cd6a)) + (fp_line (start 1.57753 3.235) (end 2.4 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1ae858a-1930-4829-8a84-37c46fd767ef)) + (fp_line (start 2.4 -0.695) (end 2.4 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1fb63a0-9248-4c4b-bcf0-2ce36447672b)) + (fp_line (start -1.6 -1.15) (end -1.6 3.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00742c5a-e730-49cc-a3d7-e1cd28599cfe)) + (fp_line (start -1.6 3.7) (end 2.85 3.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b861a282-51f4-4373-a312-45cc67f8f567)) + (fp_line (start 2.85 -1.15) (end -1.6 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ba165412-0a75-472a-aa04-374e25384500)) + (fp_line (start 2.85 3.7) (end 2.85 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9dc45661-312c-4b3a-8f2d-b1e8f2a63a88)) + (fp_line (start -1.07 0.2175) (end -0.2175 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 58fcf77e-6cdb-406e-a50d-631e4830198a)) + (fp_line (start -1.07 3.175) (end -1.07 0.2175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1bc7a4ff-b796-44c1-8084-655ac5d7b4f3)) + (fp_line (start -0.2175 -0.635) (end 2.34 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b16aac4-e768-44ee-8611-1d3cf3ffa2b0)) + (fp_line (start 2.34 -0.635) (end 2.34 3.175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2e68df8-ad21-4e1d-ad5e-862f676956ca)) + (fp_line (start 2.34 3.175) (end -1.07 3.175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16f87f9b-dabd-40f9-b237-cd48bbf0563b)) + (pad "1" thru_hole rect (at 0 0) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 569 "unconnected-(J9-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 07c6aa86-a88a-4f78-bee3-771602e28d20)) + (pad "2" thru_hole oval (at 1.27 0) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 570 "unconnected-(J9-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 0051f1d5-388d-468d-99e5-059b855c5a20)) + (pad "3" thru_hole oval (at 0 1.27) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 571 "unconnected-(J9-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp a4ba11fa-0748-43fc-a0d0-e66273d60a5e)) + (pad "4" thru_hole oval (at 1.27 1.27) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 572 "unconnected-(J9-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp b7f3d97d-e46b-4511-ad00-82ec750b6d49)) + (pad "5" thru_hole oval (at 0 2.54) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 573 "unconnected-(J9-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp 351512ea-36db-4b42-9b4e-56a0a8e9e44c)) + (pad "6" thru_hole oval (at 1.27 2.54) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 574 "unconnected-(J9-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp 98a31426-9f93-425d-a205-2161e08310d5)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x03_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_USB:USB_C_Receptacle_XKB_U262-16XN-4BVC11" (layer "F.Cu") + (tstamp a15d3ac5-6a38-4737-99a1-c472b0d81390) + (at 171.1 102.1 45) + (descr "USB Type C, right-angle, SMT, https://datasheet.lcsc.com/szlcsc/1811141824_XKB-Enterprise-U262-161N-4BVC11_C319148.pdf") + (tags "USB C Type-C Receptacle SMD") + (property "LCSC" "C319148") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "USB 2.0-only Type-C Receptacle connector") + (property "ki_keywords" "usb universal serial bus type-C USB2.0") + (path "/4cc7ea18-6807-49aa-bcb5-5ac2020aad13") + (attr smd) + (fp_text reference "J1" (at 0 -5.715 45) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a81cd072-5ccc-464a-ab3e-6d503265772d) + ) + (fp_text value "USB_C_Receptacle_USB2.0" (at 0 4.935 45) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7257a561-6fc9-4f8e-858b-b050266f4d1f) + ) + (fp_text user "${REFERENCE}" (at 0 0 45) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b947127b-022f-44dd-8cc0-d77324a38849) + ) + (fp_line (start -4.58 -1.85) (end -4.58 0.07) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 414d3590-7876-42cb-95fe-6f7309b9c159)) + (fp_line (start -4.58 3.785) (end -4.58 2.08) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4de39bc6-acc3-4a20-8897-f38ebc38d409)) + (fp_line (start 4.58 0.07) (end 4.58 -1.85) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa2802be-27c5-41e8-b9d0-5bf34fad9218)) + (fp_line (start 4.58 2.08) (end 4.58 3.785) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83cfd9fc-b1a9-4124-88ff-961f62f8ab97)) + (fp_line (start 4.58 3.785) (end -4.58 3.785) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33264e26-79d4-492e-b145-7620e39de372)) + (fp_line (start -5.32 -4.75) (end 5.32 -4.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 15e6fe4a-28ef-4e42-9bd1-99c177db4f7b)) + (fp_line (start -5.32 4.18) (end -5.32 -4.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ebdb3187-87e3-4f5c-96a9-6fee4dd9e054)) + (fp_line (start 5.32 -4.75) (end 5.32 4.18) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e2b427a7-d3d5-4a5c-9799-2770b1af26c0)) + (fp_line (start 5.32 4.18) (end -5.32 4.18) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e62ce0d-9554-47cc-8856-40bf1a239fc2)) + (fp_line (start -4.47 -3.675) (end -4.47 3.675) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 978009ef-c7e6-40e9-aed0-15923a9c8d69)) + (fp_line (start -4.47 -3.675) (end 4.47 -3.675) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47cb3643-89c3-4261-aaca-11616875b9a7)) + (fp_line (start -4.47 3.675) (end 4.47 3.675) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp afb971a3-3eb6-4aa5-904b-c6846ff50b40)) + (fp_line (start 4.47 3.675) (end 4.47 -3.675) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f913f92d-f590-422b-a356-ed48df456a8d)) + (pad "" np_thru_hole circle (at -2.89 -2.605 45) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp c43ab8ae-86dd-4fc3-b457-c7c076f06af8)) + (pad "" np_thru_hole circle (at 2.89 -2.605 45) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp 8cbab8b8-b252-4d7b-8501-044c25f946be)) + (pad "A1" smd rect (at -3.35 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 496 "Net-(J1-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 26eeb374-8d33-4f1e-bf4a-6e2ed503c06b)) + (pad "A4" smd rect (at -2.55 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 497 "Net-(J1-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp c424f0cd-f0d0-4ae5-8576-250599718c15)) + (pad "A5" smd rect (at -1.25 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 498 "unconnected-(J1-CC1-PadA5)") (pinfunction "CC1") (pintype "bidirectional") (tstamp 91edcabf-6959-4551-90af-bd4ddc136885)) + (pad "A6" smd rect (at -0.25 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 499 "unconnected-(J1-D+-PadA6)") (pinfunction "D+") (pintype "bidirectional") (tstamp 7b142112-5511-4397-8141-8f6f4ac92541)) + (pad "A7" smd rect (at 0.25 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 500 "unconnected-(J1-D--PadA7)") (pinfunction "D-") (pintype "bidirectional") (tstamp fd5a861f-d400-4055-a86d-ab64ff346003)) + (pad "A8" smd rect (at 1.25 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 501 "unconnected-(J1-SBU1-PadA8)") (pinfunction "SBU1") (pintype "bidirectional") (tstamp 1cee3c19-94df-4a19-8539-e913863dec9d)) + (pad "A9" smd rect (at 2.55 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 497 "Net-(J1-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp 7b11a066-a4ec-4006-8afc-906868c3e262)) + (pad "A12" smd rect (at 3.35 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 496 "Net-(J1-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 18a474e7-23da-4f3a-8d2b-55c73976ae8a)) + (pad "B1" smd rect (at 3.05 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 496 "Net-(J1-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 233c5529-6a63-4574-8a6b-f36e321fdfc2)) + (pad "B4" smd rect (at 2.25 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 497 "Net-(J1-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp 16b65c4a-ea11-4a11-a50f-f16b220a0c10)) + (pad "B5" smd rect (at 1.75 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 502 "unconnected-(J1-CC2-PadB5)") (pinfunction "CC2") (pintype "bidirectional") (tstamp acd32799-dd53-4e72-872f-0dfa986391d2)) + (pad "B6" smd rect (at 0.75 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 503 "unconnected-(J1-D+-PadB6)") (pinfunction "D+") (pintype "bidirectional") (tstamp 8b496352-cc76-4c64-9d8d-2d6217ecce46)) + (pad "B7" smd rect (at -0.75 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 504 "unconnected-(J1-D--PadB7)") (pinfunction "D-") (pintype "bidirectional") (tstamp fff40fc1-df0f-45b8-86b8-07ecc65479eb)) + (pad "B8" smd rect (at -1.75 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 505 "unconnected-(J1-SBU2-PadB8)") (pinfunction "SBU2") (pintype "bidirectional") (tstamp 4617c452-7166-489e-b5d6-c48d6ec59348)) + (pad "B9" smd rect (at -2.25 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 497 "Net-(J1-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp 7ede698a-664d-4f22-958d-861046713978)) + (pad "B12" smd rect (at -3.05 -3.67 45) (size 0.3 1.15) (layers "F.Cu" "F.Paste" "F.Mask") + (net 496 "Net-(J1-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 872f58d5-f0f0-49f1-9cfe-3cf4c88f5294)) + (pad "S1" thru_hole oval (at -4.32 -3.105 45) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") + (net 506 "unconnected-(J1-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 31a19faf-1747-4fd8-bac6-8874367348c1)) + (pad "S1" thru_hole oval (at -4.32 1.075 45) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") + (net 506 "unconnected-(J1-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 646fddc7-19b6-4d74-bcb0-372b17598529)) + (pad "S1" thru_hole oval (at 4.32 -3.105 45) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") + (net 506 "unconnected-(J1-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 64a2d489-4fe1-4d7e-bc79-95cce0ce3737)) + (pad "S1" thru_hole oval (at 4.32 1.075 45) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") + (net 506 "unconnected-(J1-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 9abc64a3-855f-4c28-ba0c-8be5836676cf)) + (model "${KICAD6_3DMODEL_DIR}/Connector_USB.3dshapes/USB_C_Receptacle_XKB_U262-16XN-4BVC11.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (layer "F.Cu") + (tstamp a2973cf6-d7ea-4c3a-b34d-991fdff93174) + (at 166.203949 121.803949 45) + (descr "Through hole straight pin header, 2x03, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x03 1.27mm double row") + (property "LCSC" "C2935951") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x03, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/b5502b3b-6e5e-4a7c-9b31-ef58003259b2") + (attr through_hole) + (fp_text reference "J6" (at 0.635 -1.695 45) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 48d84afe-fb3b-4b25-9795-907367ccbb93) + ) + (fp_text value "Conn_02x03_Counter_Clockwise" (at 0.635 4.235 45) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 77c15861-c438-432b-a4cb-6db525519867) + ) + (fp_text user "${REFERENCE}" (at 0.635 1.27 135) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp fa1864a1-2c21-4c92-9cab-45c60947a201) + ) + (fp_line (start -1.13 -0.76) (end 0 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9e3a76c-f630-4936-9de9-2cf2892fa8ee)) + (fp_line (start -1.13 0) (end -1.13 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 281fab87-9ef0-4944-b4e0-e45ea1aafe77)) + (fp_line (start -1.13 0.76) (end -1.13 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7093fca3-d889-467e-90a3-53380c22fbc4)) + (fp_line (start -1.13 0.76) (end -0.563471 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd36ea21-1fe5-4e5c-871b-a81073dd3061)) + (fp_line (start -1.13 3.235) (end -0.30753 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b3a7c69-4f0f-4109-bccc-09c559caaf25)) + (fp_line (start 0.30753 3.235) (end 0.96247 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d4f3838-051b-4a6e-9cb7-5741535d00cf)) + (fp_line (start 0.563471 0.76) (end 0.706529 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f994834-338e-4356-b1c5-c4009c406733)) + (fp_line (start 0.76 -0.695) (end 0.96247 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a13a06bb-910f-49d6-b24e-308693ac4437)) + (fp_line (start 0.76 -0.563471) (end 0.76 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae040096-ee76-444b-a8a0-d6c9e5ca0c2c)) + (fp_line (start 0.76 0.706529) (end 0.76 0.563471) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08327d58-e780-4d8c-9ebe-3c0ed0ae33ed)) + (fp_line (start 1.57753 -0.695) (end 2.4 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89c709b1-eb70-4718-85ed-478810c909b2)) + (fp_line (start 1.57753 3.235) (end 2.4 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1841128e-b5f7-44da-883a-75d9d607870b)) + (fp_line (start 2.4 -0.695) (end 2.4 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fdc3f4ca-7af6-49f1-929b-8f7cab25b92f)) + (fp_line (start -1.6 -1.15) (end -1.6 3.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 747ab05b-bd31-4227-93cc-dff5d43091c4)) + (fp_line (start -1.6 3.7) (end 2.85 3.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8f9e031-14e8-4347-a8cc-f00b96a97d6b)) + (fp_line (start 2.85 -1.15) (end -1.6 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f1edb95-f9f2-4c7a-8c20-43dced41ffcf)) + (fp_line (start 2.85 3.7) (end 2.85 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 95ec602f-970f-4b43-b2ed-adf4d7f10604)) + (fp_line (start -1.07 0.2175) (end -0.2175 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 160987bb-ae81-42c3-86b7-d7c706eaec48)) + (fp_line (start -1.07 3.175) (end -1.07 0.2175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c350017f-ae96-4403-b39a-a02dc3ecee4e)) + (fp_line (start -0.2175 -0.635) (end 2.34 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a54a02a-bc5f-40dd-8a99-4daba6bf56ff)) + (fp_line (start 2.34 -0.635) (end 2.34 3.175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d10cfa0-add0-4f19-81f6-02388fe5b1bd)) + (fp_line (start 2.34 3.175) (end -1.07 3.175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc7d59a4-b4bf-4553-a860-e412b1c7c70e)) + (pad "1" thru_hole rect (at 0 0 45) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 539 "unconnected-(J6-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp e502efad-edcd-4310-8db6-51792f2bd09f)) + (pad "2" thru_hole oval (at 1.27 0 45) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 540 "unconnected-(J6-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp aa17da47-029f-44e7-8a80-c6ddd9d873da)) + (pad "3" thru_hole oval (at 0 1.27 45) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 541 "unconnected-(J6-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 93242cf3-078c-44df-a532-1a23675b7f2c)) + (pad "4" thru_hole oval (at 1.27 1.27 45) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 542 "unconnected-(J6-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp 55a3594e-d980-4d98-9f3e-12fa4761efba)) + (pad "5" thru_hole oval (at 0 2.54 45) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 543 "unconnected-(J6-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp 64918da3-9e0a-4bc4-9a25-53675e03eaa2)) + (pad "6" thru_hole oval (at 1.27 2.54 45) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 544 "unconnected-(J6-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp c077bf61-d857-4b64-aa48-995c22a05a6e)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x03_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (layer "F.Cu") + (tstamp a959902b-6f6c-4176-9118-82dfb61355aa) + (at 176.131269 115.613181 20) + (descr "Through hole straight pin header, 2x03, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x03 1.27mm double row") + (property "LCSC" "C2935951") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x03, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/050e111d-ba29-412e-9963-37cb971ad9cb") + (attr through_hole) + (fp_text reference "J10" (at 0.635 -1.695 20) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d835d524-0ad2-4a97-b505-912f693b0c37) + ) + (fp_text value "Conn_02x03_Counter_Clockwise" (at 0.635 4.235 20) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 4fa47419-b1cb-44a2-8bba-0f40d0ffc016) + ) + (fp_text user "${REFERENCE}" (at 0.635 1.27 110) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7762f377-279c-4492-9230-4c1246e2475c) + ) + (fp_line (start -1.13 -0.76) (end 0 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3996eb81-7815-4eca-bc1b-a3aa9c7bd617)) + (fp_line (start -1.13 0) (end -1.13 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9eb8d16-736a-4def-878f-de8122711e91)) + (fp_line (start -1.13 0.76) (end -1.13 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bbec3283-5195-47c7-a8f2-f5259af17bd7)) + (fp_line (start -1.13 0.76) (end -0.563471 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b2aa2de-b1ca-49e4-9fa9-3cbf083fa410)) + (fp_line (start -1.13 3.235) (end -0.30753 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05decede-19d0-4753-a5ad-0346316dc0bf)) + (fp_line (start 0.30753 3.235) (end 0.96247 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dce1b8ee-4104-42d6-8407-4a991a13521b)) + (fp_line (start 0.563471 0.76) (end 0.706529 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64d46db5-c2a2-416e-b230-6e528a69f402)) + (fp_line (start 0.76 -0.695) (end 0.96247 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86c296d3-31fe-4386-adeb-a7e56220890d)) + (fp_line (start 0.76 -0.563471) (end 0.76 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba7a6a72-7914-4610-bb5b-c4efdc5778b0)) + (fp_line (start 0.76 0.706529) (end 0.76 0.563471) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec08a72f-2223-42b3-a8b0-28973aed91ac)) + (fp_line (start 1.57753 -0.695) (end 2.4 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2d2506d-3948-43b3-94c9-52fc3fae387e)) + (fp_line (start 1.57753 3.235) (end 2.4 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2fa0123-ce28-4630-9687-f0c9f721850a)) + (fp_line (start 2.4 -0.695) (end 2.4 3.235) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp edf188d6-4273-466e-aaf7-e794f9909d3f)) + (fp_line (start -1.6 -1.15) (end -1.6 3.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e80eefb-dc70-4a2e-b65d-145e9ba523b7)) + (fp_line (start -1.6 3.7) (end 2.85 3.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9262b6a-ce6f-42b0-9ba9-5a12567a86b3)) + (fp_line (start 2.85 -1.15) (end -1.6 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d013c56-9311-49ec-9e19-946954f37bee)) + (fp_line (start 2.85 3.7) (end 2.85 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cafac821-de08-4b75-8408-e93751bd841c)) + (fp_line (start -1.07 0.2175) (end -0.2175 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f380baf5-d51f-45ae-8ce8-d4d45eeddf7b)) + (fp_line (start -1.07 3.175) (end -1.07 0.2175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 649f6650-e8eb-4373-a702-82c8e8fed16b)) + (fp_line (start -0.2175 -0.635) (end 2.34 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6fb34b3-8954-463b-828c-03a0d60000c9)) + (fp_line (start 2.34 -0.635) (end 2.34 3.175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56710cf7-1429-460b-ab15-9638ca92c83f)) + (fp_line (start 2.34 3.175) (end -1.07 3.175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e165bbca-9d42-4e8b-b05e-293f6e8457e0)) + (pad "1" thru_hole rect (at 0 0 20) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 575 "unconnected-(J10-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 2da49dd6-f9e4-4046-b8da-4ac2522f5412)) + (pad "2" thru_hole oval (at 1.27 0 20) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 576 "unconnected-(J10-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 0b479cf6-f6ec-4d79-a51c-1dedb6f0804e)) + (pad "3" thru_hole oval (at 0 1.27 20) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 577 "unconnected-(J10-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 7e8241de-5834-4f6e-bc44-594dbeaade54)) + (pad "4" thru_hole oval (at 1.27 1.27 20) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 578 "unconnected-(J10-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp 641b81fc-a584-4c5c-8327-4192c5ef3ddf)) + (pad "5" thru_hole oval (at 0 2.54 20) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 579 "unconnected-(J10-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp 72242f3c-37e4-48d6-b39b-47a88716693f)) + (pad "6" thru_hole oval (at 1.27 2.54 20) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 580 "unconnected-(J10-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp 470ebe80-1819-47b8-ba6d-4fbd81ac4d36)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x03_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (layer "F.Cu") + (tstamp b43bcebb-6b5a-4a67-9f55-42b2933cd048) + (at 153.75 64.0625 90) + (descr "QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "QFN NoLead") + (property "LCSC" "C122485") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "WCH-IC, Single-Chip USB-to-UART Bridge, USB 2.0 Full-Speed, 4Mbps UART, QFN-24") + (property "ki_keywords" "uart usb bridge interface transceiver CH9102F") + (path "/86789fd5-ef94-4352-a4b5-49e0e4f71043") + (attr smd) + (fp_text reference "U5" (at 0 -3.3 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 1d81d18e-4c4f-473e-9952-69f40786814a) + ) + (fp_text value "APW8713AQBI-TRG" (at 0 3.3 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5be2606e-bea2-4802-aff1-8f042b097319) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a7b4eccb-ecda-4626-962f-9fc0f1b25fb2) + ) + (fp_line (start -2.11 2.11) (end -2.11 1.635) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d9a980ce-f85d-446f-9c06-d5427471dc6f)) + (fp_line (start -1.635 -2.11) (end -2.11 -2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54049ecf-ef5f-485d-893a-06955431ad4f)) + (fp_line (start -1.635 2.11) (end -2.11 2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a6c8c3d-b3b4-452d-bf0e-9c225b4df4ea)) + (fp_line (start 1.635 -2.11) (end 2.11 -2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e68968be-eb05-4167-baeb-977ee64ae61f)) + (fp_line (start 1.635 2.11) (end 2.11 2.11) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 948fcc2e-8c90-4098-943f-f9ddc9baa88a)) + (fp_line (start 2.11 -2.11) (end 2.11 -1.635) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a8877f7-c298-4426-a201-dbd488d341f2)) + (fp_line (start 2.11 2.11) (end 2.11 1.635) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5974fcaf-545f-4e43-81e1-a1b21dccbe59)) + (fp_line (start -2.6 -2.6) (end -2.6 2.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a9ce4ee-008b-403c-a825-7a8bdfb2fd7d)) + (fp_line (start -2.6 2.6) (end 2.6 2.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e297567-9c36-437f-823d-51cc096f57b5)) + (fp_line (start 2.6 -2.6) (end -2.6 -2.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f3e3baf-37ec-4acf-ad9c-f2767daf4ba3)) + (fp_line (start 2.6 2.6) (end 2.6 -2.6) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d6d028b-e967-4ce8-ab53-6fc47e0790ce)) + (fp_line (start -2 -1) (end -1 -2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b88c4cdc-27e3-45a3-8ee2-08352e665baf)) + (fp_line (start -2 2) (end -2 -1) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11952f44-94ff-4bef-b30f-a4fcea09e7ee)) + (fp_line (start -1 -2) (end 2 -2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad294ff7-b454-450c-9a85-06db95599120)) + (fp_line (start 2 -2) (end 2 2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b747c5ed-e741-4cb9-a450-9a887cb32610)) + (fp_line (start 2 2) (end -2 2) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 528b5614-bd2f-4ca1-a5a2-7d270a9b61e3)) + (pad "" smd roundrect (at -0.65 -0.65 90) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.2380952381) (tstamp 93e4bba9-ce8f-42ce-99c4-274cefe4eb3f)) + (pad "" smd roundrect (at -0.65 0.65 90) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.2380952381) (tstamp 23f22c24-a150-4b90-ac29-f886c4190c40)) + (pad "" smd roundrect (at 0.65 -0.65 90) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.2380952381) (tstamp 74afe3ac-9fbb-4e50-b328-845338f2c6b0)) + (pad "" smd roundrect (at 0.65 0.65 90) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.2380952381) (tstamp 552af7f5-d2a7-46ba-9391-f8b2c2e9c424)) + (pad "1" smd roundrect (at -1.9375 -1.25 90) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 117 "unconnected-(U5-~{RI}-Pad1)") (pinfunction "~{RI}") (pintype "input") (tstamp 60906369-c050-4876-bf1d-2e07cc4e1b6d)) + (pad "2" smd roundrect (at -1.9375 -0.75 90) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 118 "Net-(U5-GND-Pad2)") (pinfunction "GND") (pintype "power_in") (tstamp 20af3653-eb0b-4cb5-89fa-c7ae274d49a5)) + (pad "3" smd roundrect (at -1.9375 -0.25 90) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 119 "unconnected-(U5-D+-Pad3)") (pinfunction "D+") (pintype "bidirectional") (tstamp 0862c1f3-4d08-4d93-b22a-63422a950751)) + (pad "4" smd roundrect (at -1.9375 0.25 90) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 120 "unconnected-(U5-D--Pad4)") (pinfunction "D-") (pintype "bidirectional") (tstamp 4f0fe681-11ae-4eb3-a432-cfee878c2171)) + (pad "5" smd roundrect (at -1.9375 0.75 90) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 121 "unconnected-(U5-VIO-Pad5)") (pinfunction "VIO") (pintype "power_in") (tstamp e42790c6-e23e-4e66-b514-f13516e20ce1)) + (pad "6" smd roundrect (at -1.9375 1.25 90) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 122 "unconnected-(U5-V3-Pad6)") (pinfunction "V3") (pintype "power_out") (tstamp 13589407-7e6d-47e3-b33d-a8461957ea26)) + (pad "7" smd roundrect (at -1.25 1.9375 90) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 123 "unconnected-(U5-VDD5-Pad7)") (pinfunction "VDD5") (pintype "power_in") (tstamp 8e820ccc-96bc-4da7-87b0-bd5d3fd4255d)) + (pad "8" smd roundrect (at -0.75 1.9375 90) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 124 "unconnected-(U5-VBUS-Pad8)") (pinfunction "VBUS") (pintype "input") (tstamp 4c2443b7-02ee-498f-8c0c-215f954bc26d)) + (pad "9" smd roundrect (at -0.25 1.9375 90) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 125 "unconnected-(U5-~{RST}-Pad9)") (pinfunction "~{RST}") (pintype "input") (tstamp a44565c6-4aa3-43e8-8ce0-eca0b0bf6b8e)) + (pad "10" smd roundrect (at 0.25 1.9375 90) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 126 "unconnected-(U5-~{ACT}-Pad10)") (pinfunction "~{ACT}") (pintype "output") (tstamp ad087603-0cd6-4e85-9ac5-46b111f2abb7)) + (pad "11" smd roundrect (at 0.75 1.9375 90) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 127 "unconnected-(U5-~{WAKEUP}{slash}GPIO3-Pad11)") (pinfunction "~{WAKEUP}/GPIO3") (pintype "bidirectional") (tstamp f880f2a5-92e3-48da-a980-8fddc6f4e2a8)) + (pad "12" smd roundrect (at 1.25 1.9375 90) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 128 "unconnected-(U5-TNOW{slash}GPIO2-Pad12)") (pinfunction "TNOW/GPIO2") (pintype "bidirectional") (tstamp 0a8536b9-7b19-42b9-b024-c1c6b784f570)) + (pad "13" smd roundrect (at 1.9375 1.25 90) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 129 "unconnected-(U5-RXS{slash}GPIO1-Pad13)") (pinfunction "RXS/GPIO1") (pintype "bidirectional") (tstamp 75a71d9e-b647-43cd-8d5f-1335010fce1f)) + (pad "14" smd roundrect (at 1.9375 0.75 90) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 130 "unconnected-(U5-TXS{slash}GPIO0-Pad14)") (pinfunction "TXS/GPIO0") (pintype "bidirectional") (tstamp ab73c912-0f1b-4794-b32f-0ebc55585ef1)) + (pad "15" smd roundrect (at 1.9375 0.25 90) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 131 "unconnected-(U5-~{SUSPEND}-Pad15)") (pinfunction "~{SUSPEND}") (pintype "output") (tstamp 7975c038-0161-4775-9f98-3aa0608eacb2)) + (pad "16" smd roundrect (at 1.9375 -0.25 90) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 132 "unconnected-(U5-GPIO4-Pad16)") (pinfunction "GPIO4") (pintype "bidirectional") (tstamp 5af19f44-e688-4e02-8d43-2837a8385152)) + (pad "17" smd roundrect (at 1.9375 -0.75 90) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 133 "unconnected-(U5-SUSPEND-Pad17)") (pinfunction "SUSPEND") (pintype "output") (tstamp e0241d6c-7a3a-4ac0-948b-95634f2281d9)) + (pad "18" smd roundrect (at 1.9375 -1.25 90) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 134 "unconnected-(U5-~{CTS}-Pad18)") (pinfunction "~{CTS}") (pintype "input") (tstamp da10e8da-ab52-4ede-a369-abf2df0f4ebb)) + (pad "19" smd roundrect (at 1.25 -1.9375 90) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 135 "unconnected-(U5-~{RTS}-Pad19)") (pinfunction "~{RTS}") (pintype "output") (tstamp bedbdd8c-d1e1-46fb-b057-24909c87f706)) + (pad "20" smd roundrect (at 0.75 -1.9375 90) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 136 "unconnected-(U5-RXD-Pad20)") (pinfunction "RXD") (pintype "input") (tstamp 86ba3003-2def-4a66-b693-036b2b10d0c2)) + (pad "21" smd roundrect (at 0.25 -1.9375 90) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 137 "unconnected-(U5-TXD-Pad21)") (pinfunction "TXD") (pintype "output") (tstamp 19870726-fa47-4d0f-9a7b-087d14e2a92b)) + (pad "22" smd roundrect (at -0.25 -1.9375 90) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 138 "unconnected-(U5-~{DSR}-Pad22)") (pinfunction "~{DSR}") (pintype "input") (tstamp cce900d0-a843-474a-86ef-5b34dd49814c)) + (pad "23" smd roundrect (at -0.75 -1.9375 90) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 139 "unconnected-(U5-~{DTR}-Pad23)") (pinfunction "~{DTR}") (pintype "output") (tstamp c7817d7a-6532-4b16-bcc3-bb0520dab9af)) + (pad "24" smd roundrect (at -1.25 -1.9375 90) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 140 "unconnected-(U5-~{DCD}-Pad24)") (pinfunction "~{DCD}") (pintype "input") (tstamp 0aa3a64a-c13a-4f1c-8725-11cbe1ed6192)) + (pad "25" smd rect (at 0 0 90) (size 2.6 2.6) (layers "F.Cu" "F.Mask") + (net 118 "Net-(U5-GND-Pad2)") (pinfunction "GND") (pintype "passive") (tstamp 4bae500a-ddd7-4c37-8a1e-bda13625b060)) + (model "${KICAD6_3DMODEL_DIR}/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "F.Cu") + (tstamp b67a9cee-33ff-4b23-84a9-fc4accead3a3) + (at 129.476085 75.867417 45) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "LCSC" "C8667") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "NPN transistor, base/emitter/collector") + (property "ki_keywords" "transistor NPN") + (path "/7bf83477-6fbe-476e-8f97-9d1c393cd6b3") + (attr smd) + (fp_text reference "Q6" (at 0 -2.4 45) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 9bebfa9e-c279-43f2-885d-1405e4691394) + ) + (fp_text value "Q_NPN_BEC" (at 0 2.4 45) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 28f17e24-6146-4b5e-b5fc-8e76fe6b4c6d) + ) + (fp_text user "${REFERENCE}" (at 0 0 45) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp 4fa17a3b-7faf-4f65-85a3-cb080a443844) + ) + (fp_line (start 0 -1.56) (end -1.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23a4e3ac-833b-4db8-a160-322ddfee3042)) + (fp_line (start 0 -1.56) (end 0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9e839011-5d2e-48b6-bd82-19036b437ebf)) + (fp_line (start 0 1.56) (end -0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 741f0dee-56ee-45ae-952e-097341ffa950)) + (fp_line (start 0 1.56) (end 0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60887d01-7e49-410f-a74a-c48485d82093)) + (fp_line (start -2.05 -1.7) (end -2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d2ad822-fd84-4736-867b-bcde70961220)) + (fp_line (start -2.05 1.7) (end 2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7cb1d7ba-078b-4c75-b6b8-1f0bc895b5fd)) + (fp_line (start 2.05 -1.7) (end -2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d04d7dd1-5ad8-48fe-956e-c7290f05941a)) + (fp_line (start 2.05 1.7) (end 2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c7f45bb-2762-41e7-bd22-ed36d08ebafa)) + (fp_line (start -0.8 -1.05) (end -0.4 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6034709e-9958-4c25-91e9-017f79bec20f)) + (fp_line (start -0.8 1.45) (end -0.8 -1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86bad4d9-b81f-4c92-9942-b3389cd56853)) + (fp_line (start -0.4 -1.45) (end 0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a521f62-2431-403e-95ab-f6821f346ae3)) + (fp_line (start 0.8 -1.45) (end 0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc7c6465-e820-443c-be18-5a1b403e9eed)) + (fp_line (start 0.8 1.45) (end -0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1553650d-fb0e-4e00-8c2d-5d1c8f26907b)) + (pad "1" smd roundrect (at -1.1375 -0.95 45) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 11 "unconnected-(Q6-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp 95880f08-891a-4fca-a390-eaec07f54071)) + (pad "2" smd roundrect (at -1.1375 0.95 45) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 12 "Net-(Q6-C)") (pinfunction "E") (pintype "passive") (tstamp 33badbc4-c4db-4cb3-a6a1-8e82fc28bed0)) + (pad "3" smd roundrect (at 1.1375 0 45) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 12 "Net-(Q6-C)") (pinfunction "C") (pintype "passive") (tstamp 3eeede10-44a7-47f2-a1cc-6b8a92e32344)) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") + (tstamp c0b0d9a5-cb37-4ea5-aea1-e2ba07718798) + (at 121 90 180) + (descr "SOD-123") + (tags "SOD-123") + (property "LCSC" "C81598") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "Sim.Device" "D") + (property "Sim.Pins" "1=K 2=A") + (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") + (property "ki_keywords" "diode") + (path "/c620ed80-8e56-4cc4-98b2-b91a5ba3280b") + (attr smd) + (fp_text reference "D3" (at 0 -2) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5b6c2ab3-1963-4500-bfed-e44ca4a844a7) + ) + (fp_text value "1N4148W" (at 0 2.1) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp ecad3c4b-709a-4912-bfee-5804214d09fa) + ) + (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b90cd7c0-c262-4821-91e5-6e95aebfb74a) + ) + (fp_line (start -2.36 -1) (end -2.36 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dfa02063-10a3-4ec0-8b7d-789782b86899)) + (fp_line (start -2.36 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 292e75f2-05b8-4d8a-9d9a-7fdc56e46d85)) + (fp_line (start -2.36 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9836bcca-0143-413f-a3de-185891978c2a)) + (fp_line (start -2.35 -1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c3d2062-d934-4c9c-af7a-8fa4a80fbdab)) + (fp_line (start -2.35 -1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd8c902c-b735-483a-a23f-645ac7cafbbe)) + (fp_line (start 2.35 -1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90210a6d-026f-4e05-b9d5-91c400ac2605)) + (fp_line (start 2.35 1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1951cbe-223d-4c81-8c3a-a1e8388133a2)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85aab085-813b-4ab2-b5f8-0d95ecd873eb)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8bd29502-18ae-4777-a445-80e68deda8f2)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d4c7e03-99c8-4451-9545-1f461faa0d94)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9885e42-ff47-4edc-af5f-67b3a4e0fb60)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 248633fe-f62b-42c6-a951-5ce77a472e9d)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93acd987-edb8-4a4d-94ef-3c755d2dde4e)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c535f30a-5b78-42d8-a6eb-a9162d234d9b)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03f7aece-2e5f-4ae1-981b-5187b5c6e9dc)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 531341ed-72da-4ab0-8ecd-92db7f1a235c)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a4d3c06-70ea-4f50-93d2-e31950e43b36)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c47dcacb-c3ce-4f63-90e8-3700c6535b19)) + (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 457 "unconnected-(D3-K-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 11825988-a3ad-4610-b7e1-57455ab72283)) + (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 458 "unconnected-(D3-A-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 63bdd59e-a177-4c94-89ef-b490ba9729b8)) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_QFP:LQFP-48_7x7mm_P0.5mm" (layer "F.Cu") + (tstamp c310c203-793b-435b-a79d-0d140522ed3e) + (at 151.4875 75.9 45) + (descr "LQFP, 48 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2358-16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "LQFP QFP") + (property "LCSC" "C428116") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Full Speed Double Channel USB UART/FIFO, LQFP-48") + (property "ki_keywords" "USB Double UART FIFO") + (path "/54cf8304-eff6-4c53-8f59-c2a65bd7a1b5") + (attr smd) + (fp_text reference "U9" (at 0 -5.85 45) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 1495c8a4-1b86-45ec-a106-d9627f506fd6) + ) + (fp_text value "FT2232D" (at 0 5.85 45) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 08ece5d6-703c-4cee-b393-076c34b3071b) + ) + (fp_text user "${REFERENCE}" (at 0 0 45) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp ee9acec2-bfba-453a-9ff9-f77b27bff683) + ) + (fp_line (start -3.61 -3.61) (end -3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da0638b0-cf7e-4a8f-adfc-c3f1aefebb04)) + (fp_line (start -3.61 -3.16) (end -4.9 -3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0b1be6b-2cba-4ac6-b9ef-82302aaa2637)) + (fp_line (start -3.61 3.61) (end -3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3004855b-01a7-482d-b148-e8f05f570b8f)) + (fp_line (start -3.16 -3.61) (end -3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e05b625-b530-40ad-9f31-666888cf68bc)) + (fp_line (start -3.16 3.61) (end -3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85cc8c3d-d5ce-4ffb-a130-f4172593e578)) + (fp_line (start 3.16 -3.61) (end 3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 583b0459-c311-4e7a-8beb-9e102d310df0)) + (fp_line (start 3.16 3.61) (end 3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7c4a726-586d-4168-9e8d-c9d91d6b7070)) + (fp_line (start 3.61 -3.61) (end 3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6002dcd-8621-4fc3-9711-55dbecfadce1)) + (fp_line (start 3.61 3.61) (end 3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7eca99bb-d173-43b5-928b-83e9478314e3)) + (fp_line (start -5.15 -3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e603b5d6-4dbe-4174-8e71-2e2563490382)) + (fp_line (start -5.15 3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26f15b20-ab38-4a8e-9e09-1e44d2d2c00f)) + (fp_line (start -3.75 -3.75) (end -3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0ee7db7-0113-453a-be15-64cdc753bad7)) + (fp_line (start -3.75 -3.15) (end -5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 609d6e92-9006-4120-b3b7-8b85418c6dbf)) + (fp_line (start -3.75 3.15) (end -5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7dae3c2-8f79-4205-a339-0934d155c9b7)) + (fp_line (start -3.75 3.75) (end -3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e20366b6-76a2-4943-944b-8f1de6eef70e)) + (fp_line (start -3.15 -5.15) (end -3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2725081f-587d-4537-a0b0-d712ab04f07f)) + (fp_line (start -3.15 -3.75) (end -3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 688956f8-781a-4ed8-b424-32cd54f74f34)) + (fp_line (start -3.15 3.75) (end -3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c927182-50fe-4aa3-a929-f2a2d0f30ee0)) + (fp_line (start -3.15 5.15) (end -3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 92a8af6d-6ad2-4fce-9395-f1609fcaaa35)) + (fp_line (start 0 -5.15) (end -3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83d999e9-3976-4da5-9cb5-b2c35b97d426)) + (fp_line (start 0 -5.15) (end 3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74eb0ad0-e011-4fc2-9682-6158ff7c3fe5)) + (fp_line (start 0 5.15) (end -3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ad14523-51e9-4693-80fe-f872258f84f3)) + (fp_line (start 0 5.15) (end 3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 884192ad-e442-440d-bbac-818b7c218b17)) + (fp_line (start 3.15 -5.15) (end 3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8491946-c27e-46cd-9185-eda989809e7b)) + (fp_line (start 3.15 -3.75) (end 3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf55e32a-4ba6-4489-b02a-84eb9533c30b)) + (fp_line (start 3.15 3.75) (end 3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d23b77a1-d51a-4e97-8784-1a8517402c2e)) + (fp_line (start 3.15 5.15) (end 3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23fd9904-6a25-46ed-83d8-2465280c90cf)) + (fp_line (start 3.75 -3.75) (end 3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40763666-bd6e-485b-963f-98a66fc84d78)) + (fp_line (start 3.75 -3.15) (end 5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4b038ba6-a0f7-4643-8d80-ed5dd7a64d11)) + (fp_line (start 3.75 3.15) (end 5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2498ffe8-0e21-4ae5-9201-b66b90e83a13)) + (fp_line (start 3.75 3.75) (end 3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d40aafe4-54ff-4f2d-b7a8-75bbef858ff9)) + (fp_line (start 5.15 -3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a61cc376-cb07-43c5-b3ec-292cd51fed98)) + (fp_line (start 5.15 3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 100c49d4-4209-482d-8791-82c1c88b2b03)) + (fp_line (start -3.5 -2.5) (end -2.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 95582074-a7d5-4978-b7fa-b1d7d6f58b14)) + (fp_line (start -3.5 3.5) (end -3.5 -2.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa86b1d4-f531-4535-a3c6-f8f82e36271b)) + (fp_line (start -2.5 -3.5) (end 3.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1cf65eb-25ee-4754-b457-46b9756da1af)) + (fp_line (start 3.5 -3.5) (end 3.5 3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46fa48ba-0583-4dc9-b69d-f258d8c5a1c6)) + (fp_line (start 3.5 3.5) (end -3.5 3.5) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae3d0ede-8ee5-480d-80b0-ae6165c7227d)) + (pad "1" smd roundrect (at -4.1625 -2.75 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 261 "unconnected-(U9-EECLK-Pad1)") (pinfunction "EECLK") (pintype "output") (tstamp e8fb1adf-029d-47c0-a0be-61a72987b8a2)) + (pad "2" smd roundrect (at -4.1625 -2.25 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 262 "unconnected-(U9-EEDATA-Pad2)") (pinfunction "EEDATA") (pintype "bidirectional") (tstamp 5ba63bb5-3cfa-4b58-a6bd-74385df58045)) + (pad "3" smd roundrect (at -4.1625 -1.75 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 263 "unconnected-(U9-VCC-Pad3)") (pinfunction "VCC") (pintype "power_in") (tstamp 847110e3-e699-4755-bb6d-4bfa44e7542e)) + (pad "4" smd roundrect (at -4.1625 -1.25 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 264 "unconnected-(U9-~{RESET}-Pad4)") (pinfunction "~{RESET}") (pintype "input") (tstamp 32e6ca63-ca54-406a-b13c-68004f4813df)) + (pad "5" smd roundrect (at -4.1625 -0.75 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 265 "unconnected-(U9-~{RSTOUT}-Pad5)") (pinfunction "~{RSTOUT}") (pintype "output") (tstamp da1e5b80-1fbc-45d1-b9a6-9b242279d584)) + (pad "6" smd roundrect (at -4.1625 -0.25 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 266 "unconnected-(U9-3V3OUT-Pad6)") (pinfunction "3V3OUT") (pintype "power_out") (tstamp 6912523a-b4cc-4585-89e3-a0ac289acd2f)) + (pad "7" smd roundrect (at -4.1625 0.25 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 267 "unconnected-(U9-USBDP-Pad7)") (pinfunction "USBDP") (pintype "bidirectional") (tstamp c5c70991-785e-41cd-aaaf-0e354091c77e)) + (pad "8" smd roundrect (at -4.1625 0.75 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 268 "unconnected-(U9-USBDM-Pad8)") (pinfunction "USBDM") (pintype "bidirectional") (tstamp 04d80bf7-fadd-4044-914b-c386752ffc67)) + (pad "9" smd roundrect (at -4.1625 1.25 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 269 "unconnected-(U9-GND-Pad9)") (pinfunction "GND") (pintype "power_in") (tstamp d4c747da-1233-4ee3-bf91-a0d24cbfdda3)) + (pad "10" smd roundrect (at -4.1625 1.75 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 270 "unconnected-(U9-SI{slash}WUA-Pad10)") (pinfunction "SI/WUA") (pintype "bidirectional") (tstamp 4fe1a107-fc10-4da9-85dc-e72d5fa385ca)) + (pad "11" smd roundrect (at -4.1625 2.25 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 271 "unconnected-(U9-ACBUS3-Pad11)") (pinfunction "ACBUS3") (pintype "bidirectional") (tstamp e4fb90bc-94c7-4dc5-8dd2-4e314400c002)) + (pad "12" smd roundrect (at -4.1625 2.75 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 272 "unconnected-(U9-ACBUS2-Pad12)") (pinfunction "ACBUS2") (pintype "bidirectional") (tstamp 718958fc-54fa-4f16-b79b-06d894b196e7)) + (pad "13" smd roundrect (at -2.75 4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 273 "unconnected-(U9-ACBUS1-Pad13)") (pinfunction "ACBUS1") (pintype "bidirectional") (tstamp 5dfbca02-85b4-4b76-a432-04e903cb0ee0)) + (pad "14" smd roundrect (at -2.25 4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 274 "unconnected-(U9-VCCIOA-Pad14)") (pinfunction "VCCIOA") (pintype "power_in") (tstamp 734cdcd6-9f97-4aa0-92b0-f0f73e909c8c)) + (pad "15" smd roundrect (at -1.75 4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 275 "unconnected-(U9-ACBUS0-Pad15)") (pinfunction "ACBUS0") (pintype "bidirectional") (tstamp 29d3c82c-a9ce-4d42-aa54-73b4bb32a587)) + (pad "16" smd roundrect (at -1.25 4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 276 "unconnected-(U9-ADBUS7-Pad16)") (pinfunction "ADBUS7") (pintype "bidirectional") (tstamp 05f274f3-a7ef-438e-b58e-d81fdd43b063)) + (pad "17" smd roundrect (at -0.75 4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 277 "unconnected-(U9-ADBUS6-Pad17)") (pinfunction "ADBUS6") (pintype "bidirectional") (tstamp e825ea32-40f1-4f80-95cc-cf74354ce85c)) + (pad "18" smd roundrect (at -0.25 4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 278 "unconnected-(U9-GND-Pad18)") (pinfunction "GND") (pintype "power_in") (tstamp 6e65651b-f59d-4c18-a4eb-d3d717284382)) + (pad "19" smd roundrect (at 0.25 4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 279 "unconnected-(U9-ADBUS5-Pad19)") (pinfunction "ADBUS5") (pintype "bidirectional") (tstamp b9402184-66a0-4dbe-bc20-e054586cbf7a)) + (pad "20" smd roundrect (at 0.75 4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 280 "unconnected-(U9-ADBUS4-Pad20)") (pinfunction "ADBUS4") (pintype "bidirectional") (tstamp d7dc4077-eb91-4b98-9158-b71933d50a0e)) + (pad "21" smd roundrect (at 1.25 4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 281 "unconnected-(U9-ADBUS3-Pad21)") (pinfunction "ADBUS3") (pintype "bidirectional") (tstamp 34d34ffc-362a-4872-b87a-78051039392a)) + (pad "22" smd roundrect (at 1.75 4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 282 "unconnected-(U9-ADBUS2-Pad22)") (pinfunction "ADBUS2") (pintype "bidirectional") (tstamp 9b37d112-73f2-4819-8b8b-ce33938362b4)) + (pad "23" smd roundrect (at 2.25 4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 283 "unconnected-(U9-ADBUS1-Pad23)") (pinfunction "ADBUS1") (pintype "bidirectional") (tstamp 68c5832d-bd8a-4e04-bc03-f29e0df66539)) + (pad "24" smd roundrect (at 2.75 4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 284 "unconnected-(U9-ADBUS0-Pad24)") (pinfunction "ADBUS0") (pintype "bidirectional") (tstamp cadd79b9-fd9c-479a-b181-74c8ff8175fe)) + (pad "25" smd roundrect (at 4.1625 2.75 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 285 "unconnected-(U9-GND-Pad25)") (pinfunction "GND") (pintype "power_in") (tstamp a8a784a6-4601-4354-95d4-545e89251941)) + (pad "26" smd roundrect (at 4.1625 2.25 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 286 "unconnected-(U9-SI{slash}WUB-Pad26)") (pinfunction "SI/WUB") (pintype "output") (tstamp ac217304-041a-4e9c-9752-8ee767207b78)) + (pad "27" smd roundrect (at 4.1625 1.75 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 287 "unconnected-(U9-BCBUS3-Pad27)") (pinfunction "BCBUS3") (pintype "output") (tstamp bb195eae-dd6e-4c4e-9cf6-74e390e08777)) + (pad "28" smd roundrect (at 4.1625 1.25 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 288 "unconnected-(U9-BCBUS2-Pad28)") (pinfunction "BCBUS2") (pintype "output") (tstamp d16b204c-21be-4727-943b-c34bd63cac1d)) + (pad "29" smd roundrect (at 4.1625 0.75 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 289 "unconnected-(U9-BCBUS1-Pad29)") (pinfunction "BCBUS1") (pintype "output") (tstamp a45dac37-af30-408f-b652-8aae380233b9)) + (pad "30" smd roundrect (at 4.1625 0.25 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 290 "unconnected-(U9-BCBUS0-Pad30)") (pinfunction "BCBUS0") (pintype "output") (tstamp 9779e6f8-c71a-4486-87d5-cdb832ba4e94)) + (pad "31" smd roundrect (at 4.1625 -0.25 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 291 "unconnected-(U9-VCCIOB-Pad31)") (pinfunction "VCCIOB") (pintype "power_in") (tstamp bcad4752-414f-4be8-9a80-c662a650c677)) + (pad "32" smd roundrect (at 4.1625 -0.75 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 292 "unconnected-(U9-BDBUS7-Pad32)") (pinfunction "BDBUS7") (pintype "output") (tstamp ecb09b24-fff5-40f3-9a62-eef232e9cb68)) + (pad "33" smd roundrect (at 4.1625 -1.25 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 293 "unconnected-(U9-BDBUS6-Pad33)") (pinfunction "BDBUS6") (pintype "output") (tstamp 4e7f19e3-7cf2-47d4-94bc-ca1736e7c7ba)) + (pad "34" smd roundrect (at 4.1625 -1.75 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 294 "unconnected-(U9-GND-Pad34)") (pinfunction "GND") (pintype "power_in") (tstamp 6a137eed-ce3e-40b3-88b3-48972fa89e7f)) + (pad "35" smd roundrect (at 4.1625 -2.25 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 295 "unconnected-(U9-BDBUS5-Pad35)") (pinfunction "BDBUS5") (pintype "output") (tstamp 1d1e3dd6-f62f-4c59-9d1a-467821b1e36a)) + (pad "36" smd roundrect (at 4.1625 -2.75 45) (size 1.475 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 296 "unconnected-(U9-BDBUS4-Pad36)") (pinfunction "BDBUS4") (pintype "output") (tstamp 6001bda2-b93c-459b-8dfd-8b2a0ad7f43b)) + (pad "37" smd roundrect (at 2.75 -4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 297 "unconnected-(U9-BDBUS3-Pad37)") (pinfunction "BDBUS3") (pintype "output") (tstamp 43968d1d-ceec-4d7b-ad3d-7e582fa72afd)) + (pad "38" smd roundrect (at 2.25 -4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 298 "unconnected-(U9-BDBUS2-Pad38)") (pinfunction "BDBUS2") (pintype "output") (tstamp 27ee5c0a-11e3-4f0a-a670-986837b0d8f1)) + (pad "39" smd roundrect (at 1.75 -4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 299 "unconnected-(U9-BDBUS1-Pad39)") (pinfunction "BDBUS1") (pintype "output") (tstamp 7cf5e7a9-2a93-4896-9a44-273115c92cb6)) + (pad "40" smd roundrect (at 1.25 -4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 300 "unconnected-(U9-BDBUS0-Pad40)") (pinfunction "BDBUS0") (pintype "output") (tstamp 6a11f518-4690-4adc-8b8f-e64cfb245142)) + (pad "41" smd roundrect (at 0.75 -4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 301 "unconnected-(U9-~{PWREN}-Pad41)") (pinfunction "~{PWREN}") (pintype "output") (tstamp ba90e80e-6fd7-409b-a3e2-d78c35b3f5f2)) + (pad "42" smd roundrect (at 0.25 -4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 302 "unconnected-(U9-VCC-Pad42)") (pinfunction "VCC") (pintype "power_in") (tstamp c134ee48-df48-4be8-bcb2-94809682ecc5)) + (pad "43" smd roundrect (at -0.25 -4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 303 "unconnected-(U9-XTIN-Pad43)") (pinfunction "XTIN") (pintype "input") (tstamp a64c0c0a-c7d2-426e-ab62-daf7d0300ca9)) + (pad "44" smd roundrect (at -0.75 -4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 304 "unconnected-(U9-XTOUT-Pad44)") (pinfunction "XTOUT") (pintype "output") (tstamp 9d92d333-1873-4812-9e8a-920a929416f1)) + (pad "45" smd roundrect (at -1.25 -4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 305 "unconnected-(U9-AGND-Pad45)") (pinfunction "AGND") (pintype "power_in") (tstamp 1ff8f459-0d37-4347-8387-416eba5f9884)) + (pad "46" smd roundrect (at -1.75 -4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 306 "unconnected-(U9-AVCC-Pad46)") (pinfunction "AVCC") (pintype "power_in") (tstamp 4f144d69-e3be-4678-ae39-df48af05a16b)) + (pad "47" smd roundrect (at -2.25 -4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 307 "unconnected-(U9-TEST-Pad47)") (pinfunction "TEST") (pintype "input") (tstamp b88e532b-11cd-4e71-985f-64d86354bea8)) + (pad "48" smd roundrect (at -2.75 -4.1625 45) (size 0.3 1.475) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 308 "unconnected-(U9-EECS-Pad48)") (pinfunction "EECS") (pintype "bidirectional") (tstamp 345e24d0-c813-442a-a662-d6487be2be39)) + (model "${KICAD6_3DMODEL_DIR}/Package_QFP.3dshapes/LQFP-48_7x7mm_P0.5mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") + (tstamp c8fc7e90-b564-493f-aaf1-e120539b95ea) + (at 128 92 45) + (descr "SOD-123") + (tags "SOD-123") + (property "LCSC" "C81598") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "Sim.Device" "D") + (property "Sim.Pins" "1=K 2=A") + (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") + (property "ki_keywords" "diode") + (path "/e0a37324-2e8e-418e-839f-f6b0a3646a77") + (attr smd) + (fp_text reference "D5" (at 0 -2 45) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 80b0b723-1209-46b6-a900-b4f758a6558b) + ) + (fp_text value "1N4148W" (at 0 2.1 45) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 5deecfe1-7477-454f-8010-a66584a91516) + ) + (fp_text user "${REFERENCE}" (at 0 -2 45) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 776b9f76-64ac-4c08-89da-1ba1f8ca15f6) + ) + (fp_line (start -2.36 -1) (end -2.36 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70039dc2-203b-4acf-97d5-bae13270dafe)) + (fp_line (start -2.36 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57dc014d-4c7b-4ffa-bb49-fd159a15e350)) + (fp_line (start -2.36 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0c132b3-034d-4b1c-b2c1-13541af1cd6c)) + (fp_line (start -2.35 -1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3da56f06-d64a-4945-8d51-43a55a9e1ddd)) + (fp_line (start -2.35 -1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf52a6fa-3390-42e8-b08f-fc82ec67a33b)) + (fp_line (start 2.35 -1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b0c3319-2db8-4fe2-99e7-e6fc2e09789a)) + (fp_line (start 2.35 1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6e3cdea-cbfa-4e39-85bd-cd0e63f10145)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f27bb154-5ba6-4750-b037-1e1456c3b211)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0bafa8d-2c0b-4225-9f92-c08e928ba12a)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a18decd4-d712-44b5-b345-608e86c69823)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a7ca435-8c3b-4469-a8e4-09fb1846269d)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d4db779-85a5-4300-8c64-b108c2011578)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80a0e4f8-ee7b-4454-8819-053b1e0453be)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a34307e-772c-4ca7-ba75-e9caebce886b)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c49e178-999f-448a-82a2-bcca991a5ec2)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 847584d0-fffa-48ae-9612-5b3a8af7bc22)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25ce7d1b-ec2f-4fc3-99f3-67bf676f261f)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 359d8e3d-0991-4b9a-a35f-9eb265a5c78e)) + (pad "1" smd roundrect (at -1.65 0 45) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 461 "unconnected-(D5-K-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 2afaba52-4d98-43aa-ba2e-6e9b39e8d906)) + (pad "2" smd roundrect (at 1.65 0 45) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 462 "unconnected-(D5-A-Pad2)") (pinfunction "A") (pintype "passive") (tstamp ebb2b7c4-2b79-4abc-ba7c-9ad3efbb0a43)) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "F.Cu") + (tstamp dbbe8903-a673-4474-a095-fac6a01ead07) + (at 118.8625 70) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "LCSC" "C8667") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "NPN transistor, base/emitter/collector") + (property "ki_keywords" "transistor NPN") + (path "/d95e38b4-aadf-4178-a0e4-593d798518fc") + (attr smd) + (fp_text reference "Q1" (at 0 -2.4) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 6e5251b4-41b1-4309-9745-5fd4453b52a7) + ) + (fp_text value "Q_NPN_BEC" (at 0 2.4) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 05a5db27-bed6-4964-8de1-5380b044db30) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp 3fb8105f-0b48-406c-b9c4-2f970e98d6eb) + ) + (fp_line (start 0 -1.56) (end -1.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86f17564-bafb-4dbe-8144-1aee566b2eeb)) + (fp_line (start 0 -1.56) (end 0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c9bb71e-8773-46b7-a3f1-61b8cf033593)) + (fp_line (start 0 1.56) (end -0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52372cdd-c07e-4b6d-82ec-f36f28f4834b)) + (fp_line (start 0 1.56) (end 0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d51abc8-b85b-43a7-8415-22a2ec8aaf94)) + (fp_line (start -2.05 -1.7) (end -2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d14fa43e-4f37-415a-b1fc-d9c2a10e8868)) + (fp_line (start -2.05 1.7) (end 2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a8d2be6-365e-4a2f-b582-489d193e0785)) + (fp_line (start 2.05 -1.7) (end -2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bcbd6750-16c8-43a7-b388-a057d8792af7)) + (fp_line (start 2.05 1.7) (end 2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8804b34-3dbc-418d-a919-b02db89ad45b)) + (fp_line (start -0.8 -1.05) (end -0.4 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp accd8fab-b745-4878-aa68-2d088d535802)) + (fp_line (start -0.8 1.45) (end -0.8 -1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 484566b8-6531-4c01-a516-33ea8a24a985)) + (fp_line (start -0.4 -1.45) (end 0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48926d3d-e5ae-42e6-bb2a-69f607574d7d)) + (fp_line (start 0.8 -1.45) (end 0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ebddc326-8fc8-4463-8370-9049b496ecb9)) + (fp_line (start 0.8 1.45) (end -0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a589be1-9b20-4089-9aa1-1ac070f51d49)) + (pad "1" smd roundrect (at -1.1375 -0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "unconnected-(Q1-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp 8193f510-14f1-44a7-8a0a-4b734a15230e)) + (pad "2" smd roundrect (at -1.1375 0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 2 "Net-(Q1-C)") (pinfunction "E") (pintype "passive") (tstamp 4218d36e-320d-437e-b373-136b84851302)) + (pad "3" smd roundrect (at 1.1375 0) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 2 "Net-(Q1-C)") (pinfunction "C") (pintype "passive") (tstamp 707d7c74-db67-422e-9e7d-e6a774def4cc)) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") + (tstamp e28850c1-81b4-4a63-9987-5b5a46394684) + (at 121 82) + (descr "SOD-123") + (tags "SOD-123") + (property "LCSC" "C81598") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "Sim.Device" "D") + (property "Sim.Pins" "1=K 2=A") + (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") + (property "ki_keywords" "diode") + (path "/94f0337c-6e02-439e-b408-c2d746c06c04") + (attr smd) + (fp_text reference "D1" (at 0 -2) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 018971f2-031a-42d2-a018-37d050004a6b) + ) + (fp_text value "1N4148W" (at 0 2.1) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 13e72ef9-966c-412f-879b-ace571ef3549) + ) + (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f680a9d8-ea2e-44b0-8f8b-d409ef99c205) + ) + (fp_line (start -2.36 -1) (end -2.36 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fcf268e4-1d1a-4cd5-9c86-81e2803efb32)) + (fp_line (start -2.36 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56763dc0-53a7-40ed-8c57-199884d7d8bc)) + (fp_line (start -2.36 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a689cdd-7cbb-46fa-b019-5fa4cd3e4d89)) + (fp_line (start -2.35 -1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef9e34ef-52d3-4213-b5da-cb39657e5790)) + (fp_line (start -2.35 -1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0358bfac-3dca-483e-b2b5-7cb0e31ed2bd)) + (fp_line (start 2.35 -1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6f3d1b4-9a03-4768-8dd7-83c1cc13ea7f)) + (fp_line (start 2.35 1.15) (end -2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c47a0bef-a309-4b2a-8caa-c71dc8e23f8f)) + (fp_line (start -1.4 -0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 170492e3-6962-41c7-9fd9-9555fdf34638)) + (fp_line (start -1.4 0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e492e9f-dc59-4f92-a595-62a5cdcd918f)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53559f39-0886-4c8d-860c-329200dedbdb)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7cbaea2-eac8-40ee-b15a-ee1c193aac25)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ea6f48c-c897-4fd2-8fb4-98e764680013)) + (fp_line (start -0.35 0) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13abfd46-8448-4d53-927c-54e879e3b0c7)) + (fp_line (start 0.25 -0.4) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56e5f4ae-e326-4783-a5e1-cc33b3f3ef1b)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 114234da-c7a7-4dc4-87f8-f731d3e521fb)) + (fp_line (start 0.25 0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de9e6d22-5b0b-4939-854e-e238ddb9c1ae)) + (fp_line (start 1.4 -0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e510978-0b51-4d18-b854-92f18c49fe46)) + (fp_line (start 1.4 0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb8cc411-a6d5-4458-abbc-fcfaaa7fb3ad)) + (pad "1" smd roundrect (at -1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 453 "unconnected-(D1-K-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 2c29c6aa-ef91-4c32-91c5-3d8face358ae)) + (pad "2" smd roundrect (at 1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 454 "unconnected-(D1-A-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 6dfce3fb-a40e-473e-82e7-53f1ac2e1fb3)) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "F.Cu") + (tstamp ea1a283a-3a99-4100-ae05-9c5ae90fea71) + (at 123 73.8625 -90) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "LCSC" "C8667") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "NPN transistor, base/emitter/collector") + (property "ki_keywords" "transistor NPN") + (path "/73486489-9e04-466c-b175-01ed24f4e832") + (attr smd) + (fp_text reference "Q5" (at 0 -2.4 90) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 7ca40576-7b33-4ca5-9bb8-7cbb3684f043) + ) + (fp_text value "Q_NPN_BEC" (at 0 2.4 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f8c06c96-af0d-4bbe-b095-a0f512b8902e) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp 549c8feb-197e-4116-8451-6652d5a55929) + ) + (fp_line (start 0 -1.56) (end -1.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f4ba433-9b37-43cc-880c-2169f962adb7)) + (fp_line (start 0 -1.56) (end 0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f9bfbae-b81b-40f7-98bd-ef661b1369ae)) + (fp_line (start 0 1.56) (end -0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 460e8f67-1c8f-4b30-a639-70e378ec8381)) + (fp_line (start 0 1.56) (end 0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3179e99c-100c-40f5-9e1a-b64ebf86d763)) + (fp_line (start -2.05 -1.7) (end -2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d12a11d9-6c64-4189-88a0-057a68535885)) + (fp_line (start -2.05 1.7) (end 2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a146bb4-b4a2-41c2-b1e5-1a76575dca19)) + (fp_line (start 2.05 -1.7) (end -2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5aa555b6-e4fc-4b79-bc7c-8cf3b40063c0)) + (fp_line (start 2.05 1.7) (end 2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fcc25e93-4d45-4c5c-b540-e134f16c0b94)) + (fp_line (start -0.8 -1.05) (end -0.4 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84697e32-235b-498c-88d2-1e026b062cdb)) + (fp_line (start -0.8 1.45) (end -0.8 -1.05) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66ad8551-552a-4101-9539-cc1e945b2569)) + (fp_line (start -0.4 -1.45) (end 0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e438c85-01e8-408d-b1c1-56c99f8b91be)) + (fp_line (start 0.8 -1.45) (end 0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 079bd79a-1b24-4389-aa30-b8e303e98009)) + (fp_line (start 0.8 1.45) (end -0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aed82ff6-7571-4ebd-aebb-d492dfe0f299)) + (pad "1" smd roundrect (at -1.1375 -0.95 270) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 9 "unconnected-(Q5-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp d14b7b29-4000-4ef0-b8c9-bea9857c1993)) + (pad "2" smd roundrect (at -1.1375 0.95 270) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 10 "Net-(Q5-C)") (pinfunction "E") (pintype "passive") (tstamp f40e2887-637f-4178-b80d-6a295a9bbd07)) + (pad "3" smd roundrect (at 1.1375 0 270) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 10 "Net-(Q5-C)") (pinfunction "C") (pintype "passive") (tstamp 67e06035-32aa-49f8-8eeb-2f5b867622db)) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "lib:SW_choc_v1_HS_1u" (layer "F.Cu") + (tstamp ee312856-66cc-4d5c-a698-2c113abe1baa) + (at 207.355 69.45) + (descr "Hotswap footprint for Kailh Choc style switches") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Push button switch, normally open, two pins, 45° tilted") + (property "ki_keywords" "switch normally-open pushbutton push-button") + (path "/1256d4db-fe19-4d39-a90d-82b4b7f5751b") + (attr smd) + (fp_text reference "CH1" (at 5 7.4) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp cfd0de37-879a-4168-bcd8-1ce163693127) + ) + (fp_text value "choc_SW_HS" (at 0 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp cd7cdc37-3ca6-4bdf-b424-f6c88b9ea588) + ) + (fp_text user "18x17 spacing" (at 0 -7.6) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d0164740-be4d-4cec-8be1-8e3e0468cc46) + ) + (fp_text user "LED" (at 0 -4.7 180 unlocked) (layer "Cmts.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e2a23671-1af7-4a6a-a7ee-cb7660f37d80) + ) + (fp_text user "19.05 spacing" (at 0 -8.7) (layer "Eco1.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 1bdbb052-8104-4f15-a7a2-b7e6cd23ef68) + ) + (fp_text user "${REFERENCE}" (at 2.496 5.025) (layer "F.Fab") + (effects (font (size 0.8 0.8) (thickness 0.12))) + (tstamp 1a7556cc-2728-4b27-b0e3-99661172a692) + ) + (fp_line (start -2.3 7.475) (end -1.5 8.275) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d74a4f3c-957b-4e86-9aa4-35b1c32a168d)) + (fp_line (start -1.5 3.625) (end -2.3 4.425) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10fdb11c-3e5c-43c1-84be-139207538f40)) + (fp_line (start -1.5 3.625) (end -0.5 3.625) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92a9ddea-a4ff-4f6a-96c1-de225a95166d)) + (fp_line (start -1.5 8.275) (end -0.5 8.275) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c437ba70-4f4a-43e6-967b-374c90512c63)) + (fp_line (start 7.504 1.475) (end 6.504 1.475) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc88b4d2-e309-4b84-91fa-b1edf5006594)) + (fp_line (start 7.504 1.475) (end 7.504 2.175) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fdeabcd-b015-41b3-b5e0-2776eae687ef)) + (fp_arc (start 7.25 5.325) (mid 7.015685 5.890685) (end 6.45 6.125) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f74fb763-099c-45cd-9fd1-0132c287f157)) + (fp_line (start -9 -8.5) (end -9 8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 7db532fa-024a-4076-b55b-de26feeb62ac)) + (fp_line (start -9 8.5) (end 9 8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp db5355f3-22f6-48ac-a0a1-dd84111d194e)) + (fp_line (start 9 -8.5) (end -9 -8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp ad6e8f49-34a8-45eb-a522-65b662984115)) + (fp_line (start 9 8.5) (end 9 -8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp bd34fcb1-a622-4e55-a749-abdb10000454)) + (fp_rect (start -2.5 -6.275) (end 2.5 -3.125) + (stroke (width 0.1) (type default)) (fill none) (layer "Cmts.User") (tstamp 0bfa5145-0d36-400f-a2ee-552d8ae5bc0b)) + (fp_line (start -9.525 -9.525) (end 9.525 -9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp 08df13c7-077d-488d-8b89-d4788808ebea)) + (fp_line (start -9.525 9.525) (end -9.525 -9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp bc033ecd-f8a9-4c22-a429-e5c40a497db0)) + (fp_line (start 9.525 -9.525) (end 9.525 9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp d68e7143-16c2-4e31-9567-70cb6eb0b8b9)) + (fp_line (start 9.525 9.525) (end -9.525 9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp 62ac38d6-1ecb-4bd2-9900-0f39b2906a81)) + (fp_line (start -6.95 -6.45) (end -6.95 6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 92099d0c-6a2e-4d93-829c-ef3303024929)) + (fp_line (start -6.45 6.95) (end 6.45 6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp d2876733-de1e-4487-bd15-63da0b7f3171)) + (fp_line (start 6.45 -6.95) (end -6.45 -6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 7ea8f3dc-d656-4dc2-b877-5aeb862105df)) + (fp_line (start 6.95 6.45) (end 6.95 -6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp e662480b-4091-458f-8664-00154ab08d0d)) + (fp_arc (start -6.95 -6.45) (mid -6.803553 -6.803553) (end -6.45 -6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp a0289f27-99e6-474f-be35-2e21efc422fc)) + (fp_arc (start -6.45 6.95) (mid -6.803553 6.803553) (end -6.95 6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 5a037434-7f60-4507-bba8-8258512efc0d)) + (fp_arc (start 6.45 -6.95) (mid 6.803553 -6.803553) (end 6.95 -6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp b986b41c-2b8d-457b-abc7-935ea3409758)) + (fp_arc (start 6.95 6.45) (mid 6.803553 6.803553) (end 6.45 6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp c986a7c2-c211-40f4-8899-aadd3c36f566)) + (fp_line (start -7 -7) (end -7 7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 53e90703-09be-4aa9-ac89-4bb34750cef9)) + (fp_line (start -7 7) (end 7 7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 723c450b-fb26-414f-b312-4e007137c521)) + (fp_line (start 7 -7) (end -7 -7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a46453f1-03e5-4fcb-a502-6f1e1c66240e)) + (fp_line (start 7 7) (end 7 -7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 76977616-0d3d-43b8-8a38-5470cecef3af)) + (fp_line (start -4.104 4.975) (end -4.104 6.925) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3aca4b6-b1e5-45a5-9730-036158bb0068)) + (fp_line (start -4.104 4.975) (end -2.3 4.975) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2576d23-6c06-486e-a021-d77fb44fe8c9)) + (fp_line (start -4.104 6.925) (end -2.3 6.925) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3a6357b-7be4-4104-acf2-4af16db66671)) + (fp_line (start -2.3 4.975) (end -2.3 4.425) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8665d60-e99f-4118-b901-bf1ed9c177fb)) + (fp_line (start -2.3 7.475) (end -2.3 6.925) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 897c95e4-8e1d-4c85-a6f5-7ae7665081ab)) + (fp_line (start -2.3 7.475) (end -1.5 8.275) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45b8512d-bc49-479e-bcc0-e8c5ec557b1e)) + (fp_line (start -1.5 3.625) (end -2.3 4.425) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33ffa9e5-d89e-4aa3-b7d2-2b33df6095ea)) + (fp_line (start -1.5 3.625) (end 0.3 3.625) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp faa14d34-b0e0-4263-85a8-a917d6e407dc)) + (fp_line (start -1.5 8.275) (end 1.65 8.275) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c3e4bd4-e06b-4a5d-b097-6da4938f527f)) + (fp_line (start 2.45 7.475) (end 1.65 8.275) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 737753ba-9bfb-41dc-8f2c-bb140aa91a01)) + (fp_line (start 2.45 7.475) (end 2.45 7.125) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a564f9cf-0462-4faf-80fe-02a4192191ba)) + (fp_line (start 3.45 6.125) (end 6.45 6.125) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 900989f0-4e22-42de-b1ac-c6657d9f57c7)) + (fp_line (start 7.25 4.725) (end 9.104 4.725) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be58ae39-8122-4fe7-83b3-3e23d07c3d15)) + (fp_line (start 7.25 5.325) (end 7.25 4.725) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 257db4af-6baa-4bf4-b573-d0e1d105e7b4)) + (fp_line (start 7.504 1.475) (end 3.4 1.475) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86bc7b1b-bdfd-46ba-9a97-898a130eeca8)) + (fp_line (start 7.504 1.475) (end 7.504 2.175) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 12440bd8-0d4f-4478-b13d-a50dfef8c9f6)) + (fp_line (start 7.504 2.175) (end 7.504 2.775) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e14b9e8-a40d-490d-a7a8-862ba81c08bc)) + (fp_line (start 9.104 2.775) (end 7.504 2.775) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2691c643-5b10-4d12-9bdd-1cea0cca7e4f)) + (fp_line (start 9.104 4.725) (end 9.104 2.775) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ae02b6e6-364d-4dba-955f-70164753e657)) + (fp_arc (start 2.45 7.125) (mid 2.742893 6.417893) (end 3.45 6.125) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 321720e7-ef18-457d-abd6-efd5dc2d1859)) + (fp_arc (start 2.455444 2.13293) (mid 1.577272 3.167235) (end 0.299999 3.624999) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 981c6fba-4ef4-4199-b10d-7b6a8e193705)) + (fp_arc (start 2.460307 2.13298) (mid 2.826423 1.655848) (end 3.4 1.475) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af295533-3df4-426d-a30f-070aa3e0373b)) + (fp_arc (start 7.25 5.325) (mid 7.015685 5.890685) (end 6.45 6.125) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e28f64b-ee5a-4fbd-9f82-fe6fde1a1057)) + (fp_line (start -2.304 7.5) (end -2.304 4.45) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 81adb998-60f6-48d3-a37d-c73846289b23)) + (fp_line (start -2.304 7.5) (end -1.504 8.3) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 073fdb76-5ea0-4551-86b9-d4cfde304f06)) + (fp_line (start -1.504 3.65) (end -2.304 4.45) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 432b278a-073b-42e7-ac08-16d55f3ec12b)) + (fp_line (start -1.504 3.65) (end 0.296 3.65) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 7f4417a6-b80f-4013-a7b0-6fe725eaaab3)) + (fp_line (start -1.504 8.3) (end 1.646 8.3) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 2ff15c16-eae6-4e86-b1ed-ddf8f2254270)) + (fp_line (start 2.446 7.5) (end 1.646 8.3) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp efbae125-da2f-43de-aee2-c8d12f1135a5)) + (fp_line (start 2.446 7.5) (end 2.446 7.15) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 8fa8ead5-34c3-4b51-b185-da54e7721746)) + (fp_line (start 3.446 6.15) (end 6.446 6.15) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp d44c74b5-22c5-4484-be00-c406d896f459)) + (fp_line (start 7.246 1.5) (end 3.396 1.5) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp f7c0fcac-5363-409c-b04b-16cb84ec446f)) + (fp_line (start 7.246 5.35) (end 7.246 1.5) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp f7ff201f-33e2-4fe1-97c6-201c581d556b)) + (fp_arc (start 2.446 7.15) (mid 2.738893 6.442893) (end 3.446 6.15) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 538d4c13-4d41-4d6c-9802-61cd790a3432)) + (fp_arc (start 2.451444 2.15793) (mid 1.573272 3.192235) (end 0.295999 3.649999) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp cfa860f8-94b3-4598-9187-5d9ad35a62c1)) + (fp_arc (start 2.456307 2.15798) (mid 2.822423 1.680848) (end 3.396 1.5) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 05199807-bdc3-42af-b992-d2e1d2283150)) + (fp_arc (start 7.246 5.35) (mid 7.011685 5.915685) (end 6.446 6.15) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp d027e35e-e2ab-4298-8681-546ea5352721)) + (pad "" np_thru_hole circle (at -5.5 0) (size 1.7 1.7) (drill 1.7) (layers "*.Cu" "*.Mask") (tstamp 77dd680a-e44a-40ed-8533-332880c41801)) + (pad "" np_thru_hole circle (at 0 0) (size 3.4 3.4) (drill 3.4) (layers "*.Cu" "*.Mask") (tstamp e12e2d86-42b8-4006-ab9e-89fddd51871f)) + (pad "" np_thru_hole circle (at 5.5 0) (size 1.7 1.7) (drill 1.7) (layers "*.Cu" "*.Mask") (tstamp 265a2f5d-1099-4bb1-a289-b2f60b4969a3)) + (pad "1" thru_hole circle (at 5 3.75 180) (size 3.3 3.3) (drill 3) (layers "*.Cu" "F.Mask") + (net 651 "unconnected-(CH1-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 04ef55b7-fe2b-4a95-bad3-ce649cf661a9)) + (pad "1" smd rect (at 6.55 3.75 180) (size 1.2 2.6) (layers "F.Cu") + (net 651 "unconnected-(CH1-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 24ffa3f0-282d-4adc-ae6a-bf3e9f6ed189)) + (pad "1" smd roundrect (at 8.245 3.75 180) (size 2.65 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) + (net 651 "unconnected-(CH1-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 62b80d6d-8ccf-421c-b8d6-d310c1dde661)) + (pad "2" smd roundrect (at -3.245 5.95 180) (size 2.65 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) + (net 652 "unconnected-(CH1-Pad2)") (pinfunction "2") (pintype "passive") (tstamp f1bf7640-12e8-4b76-9bd0-20c899b39709)) + (pad "2" smd rect (at -1.55 5.95) (size 1.2 2.6) (layers "F.Cu") + (net 652 "unconnected-(CH1-Pad2)") (pinfunction "2") (pintype "passive") (tstamp d67c5d89-792d-44d7-970b-39bb77518688)) + (pad "2" thru_hole circle (at 0 5.95 180) (size 3.3 3.3) (drill 3) (layers "*.Cu" "F.Mask") + (net 652 "unconnected-(CH1-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 90538797-95f5-410d-a346-01ddf8ea57f0)) + (model "${KICAD7_3RD_PARTY}/3dmodels/com_github_ebastler_marbastlib/HS_Kailh_Choc.step" + (offset (xyz -5 -3.75 0.12)) + (scale (xyz 1 1 1)) + (rotate (xyz 90 0 180)) + ) + ) + + (footprint "lib:SW_choc_v1_HS_1u" (layer "F.Cu") + (tstamp f86acffb-1615-43a6-afc6-8afee8711386) + (at 204.56498 92.208829 20) + (descr "Hotswap footprint for Kailh Choc style switches") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Push button switch, normally open, two pins, 45° tilted") + (property "ki_keywords" "switch normally-open pushbutton push-button") + (path "/dc4014d1-4698-403b-8b47-b7fd717a5a3b") + (attr smd) + (fp_text reference "CH2" (at 5 7.4 20) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 69ddb4ec-16a0-4236-9750-d0a88ce3d5f7) + ) + (fp_text value "choc_SW_HS" (at 0 0 20) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f032a31a-8854-4134-82de-564957a9f62e) + ) + (fp_text user "18x17 spacing" (at 0 -7.6 20) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f41634f2-2c4a-42da-b6ba-3df259fb307b) + ) + (fp_text user "LED" (at 0 -4.7 200 unlocked) (layer "Cmts.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 0d9ea645-1219-43a3-a508-7c66983aa3bc) + ) + (fp_text user "19.05 spacing" (at 0 -8.7 20) (layer "Eco1.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 35043716-c6e7-436e-a636-4523fccd1758) + ) + (fp_text user "${REFERENCE}" (at 2.496 5.025 20) (layer "F.Fab") + (effects (font (size 0.8 0.8) (thickness 0.12))) + (tstamp 1145d0d6-8dc7-4b3a-b63a-7fcfaef39f79) + ) + (fp_line (start -2.3 7.475) (end -1.5 8.275) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afcf6544-50b8-4331-848c-f058831dd6cf)) + (fp_line (start -1.5 3.625) (end -2.3 4.425) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad6dbf03-256b-4a0a-bcf1-60af06b1155c)) + (fp_line (start -1.5 3.625) (end -0.5 3.625) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3df0cc4e-764c-4ab9-9c97-88e817f00955)) + (fp_line (start -1.5 8.275) (end -0.5 8.275) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1be9ab5a-1c52-4187-846e-cba4bfdec45d)) + (fp_line (start 7.504 1.475) (end 6.504 1.475) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22b8cd54-2c81-4af5-9c3b-070f4aaa3547)) + (fp_line (start 7.504 1.475) (end 7.504 2.175) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dfd347ed-daab-4588-82e4-aff71b9e9322)) + (fp_arc (start 7.25 5.325) (mid 7.015685 5.890685) (end 6.45 6.125) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c5a2719-bba4-456a-9339-d264e4bd9df9)) + (fp_line (start -9 -8.5) (end -9 8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 79f66cdc-62b7-4511-9fb6-7cc7892165ac)) + (fp_line (start -9 8.5) (end 9 8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 1ddc5f1c-007c-4730-bb58-90f1c50ea459)) + (fp_line (start 9 -8.5) (end -9 -8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d0ad727b-c605-4023-b2ea-dc8dd9ad8ec5)) + (fp_line (start 9 8.5) (end 9 -8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 46cb924f-d9f0-49c7-8c9e-3e740893bf36)) + (fp_rect (start -2.5 -6.275) (end 2.5 -3.125) + (stroke (width 0.1) (type default)) (fill none) (layer "Cmts.User") (tstamp b4265f7f-70c7-4ca4-a96d-42031f5288d7)) + (fp_line (start -9.525 -9.525) (end 9.525 -9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp c19d6889-131e-4997-9b2a-28ce5526fb60)) + (fp_line (start -9.525 9.525) (end -9.525 -9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp ffab0825-5f78-439e-b474-8879c1f71b9f)) + (fp_line (start 9.525 -9.525) (end 9.525 9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp b05c8925-ecc7-451e-964c-75b8074a8b0f)) + (fp_line (start 9.525 9.525) (end -9.525 9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp d64618cc-9399-4cdb-bb4b-d29c1bd829f2)) + (fp_line (start -6.95 -6.45) (end -6.95 6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp fc7270e5-14be-4fa4-84fb-55fa45945ba3)) + (fp_line (start -6.45 6.95) (end 6.45 6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 59ea9c49-4cad-4165-9570-6cd5fa2fa21d)) + (fp_line (start 6.45 -6.95) (end -6.45 -6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp ce5de071-8196-4432-908f-4e58bce630b5)) + (fp_line (start 6.95 6.45) (end 6.95 -6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 69dc3855-9f5e-41c0-b998-bbe6adf7274f)) + (fp_arc (start -6.95 -6.45) (mid -6.803553 -6.803553) (end -6.45 -6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 70cfb621-af86-4ab2-b230-508e8f7f4f76)) + (fp_arc (start -6.45 6.95) (mid -6.803553 6.803553) (end -6.95 6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 66f07a10-ae40-4616-951e-66bcbc42e3a7)) + (fp_arc (start 6.45 -6.95) (mid 6.803553 -6.803553) (end 6.95 -6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp c04741d8-1cdf-4f5d-b4e2-c63bd7ce40a2)) + (fp_arc (start 6.95 6.45) (mid 6.803553 6.803553) (end 6.45 6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 20c58745-5737-486a-bb64-91f0eb0057bc)) + (fp_line (start -7 -7) (end -7 7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3adfb5b5-3397-4a68-a32c-f3ec128eb289)) + (fp_line (start -7 7) (end 7 7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5006696f-76ec-48a2-9f1e-d7f384acc42e)) + (fp_line (start 7 -7) (end -7 -7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0d1c7442-dd7f-4bc6-8bbd-6398d738313a)) + (fp_line (start 7 7) (end 7 -7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1474b0fa-f945-417c-9bc5-fab75179ca6e)) + (fp_line (start -4.104 4.975) (end -4.104 6.925) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6af7eb5e-b3c4-4301-be42-a5589d5c5214)) + (fp_line (start -4.104 4.975) (end -2.3 4.975) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 738414b0-99a5-4549-b8a9-ccedac831144)) + (fp_line (start -4.104 6.925) (end -2.3 6.925) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7ee52852-e998-4b9a-94ca-945565b84481)) + (fp_line (start -2.3 4.975) (end -2.3 4.425) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23a87c38-29ad-4522-a42b-638830de6ad7)) + (fp_line (start -2.3 7.475) (end -2.3 6.925) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 61d1ba96-f19b-41a6-8ba9-fac5a84656fb)) + (fp_line (start -2.3 7.475) (end -1.5 8.275) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2bac8b8-6688-4a9b-b16b-98ffd334c188)) + (fp_line (start -1.5 3.625) (end -2.3 4.425) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f9019c3-d2c1-4d0f-b0b2-47b28cc33a7f)) + (fp_line (start -1.5 3.625) (end 0.3 3.625) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 816355b2-d238-479b-b9fb-587dcb734bee)) + (fp_line (start -1.5 8.275) (end 1.65 8.275) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a479d3c-e1e7-427f-b72c-51fe2b338682)) + (fp_line (start 2.45 7.475) (end 1.65 8.275) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c6db42a-f1da-4e35-8095-82dbc9e7a785)) + (fp_line (start 2.45 7.475) (end 2.45 7.125) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ab20cce-e1cb-4f5c-910b-2990104dad8a)) + (fp_line (start 3.45 6.125) (end 6.45 6.125) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8035082d-8bc9-4035-a283-475f85487c6a)) + (fp_line (start 7.25 4.725) (end 9.104 4.725) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c4d4cf4-88d4-4893-bfc1-f551a838642e)) + (fp_line (start 7.25 5.325) (end 7.25 4.725) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17199742-dd0e-4b53-b1f7-6795d4bb2cc7)) + (fp_line (start 7.504 1.475) (end 3.4 1.475) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2db2a039-4c8f-45e8-b66a-fd8065d8f853)) + (fp_line (start 7.504 1.475) (end 7.504 2.175) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 875c2c11-7340-4659-a7e3-324c773248c9)) + (fp_line (start 7.504 2.175) (end 7.504 2.775) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da5ab73c-b757-47f3-9034-f86b5caac472)) + (fp_line (start 9.104 2.775) (end 7.504 2.775) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 63d127e1-c199-4510-98d5-aa610184ea5c)) + (fp_line (start 9.104 4.725) (end 9.104 2.775) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f2eb9cff-9ab0-4e4d-b722-3fe665fbbff7)) + (fp_arc (start 2.45 7.125) (mid 2.742893 6.417893) (end 3.45 6.125) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd7bf650-a410-4a22-a42c-637937d4ed1d)) + (fp_arc (start 2.455444 2.13293) (mid 1.577272 3.167235) (end 0.299999 3.624999) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d066efb5-cee0-41d9-af52-7018b3145539)) + (fp_arc (start 2.460307 2.13298) (mid 2.826423 1.655848) (end 3.4 1.475) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be5943bc-0b94-4149-abfc-b5aaa2ee8609)) + (fp_arc (start 7.25 5.325) (mid 7.015685 5.890685) (end 6.45 6.125) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca101d55-3d5d-4b4e-badf-b4e0894c2db1)) + (fp_line (start -2.304 7.5) (end -2.304 4.45) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp e4df8e53-f5df-4db9-928f-406e08384d2e)) + (fp_line (start -2.304 7.5) (end -1.504 8.3) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 8cab1605-1761-4fa8-860c-79ae1d281588)) + (fp_line (start -1.504 3.65) (end -2.304 4.45) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 538caa2b-2f39-4fbd-bbdd-14caf12d4e08)) + (fp_line (start -1.504 3.65) (end 0.296 3.65) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 9ac5a3b2-3ec4-43de-89b3-3162e6511ef3)) + (fp_line (start -1.504 8.3) (end 1.646 8.3) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 209078a0-7837-42d2-bdc2-605ce1a1efab)) + (fp_line (start 2.446 7.5) (end 1.646 8.3) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp e47c3ebc-0c8a-440f-a9a0-5ef58855f990)) + (fp_line (start 2.446 7.5) (end 2.446 7.15) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp a1be978b-c68c-4fd6-8d6d-40be28366f25)) + (fp_line (start 3.446 6.15) (end 6.446 6.15) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 68ac2e8b-d3dd-4f4b-b280-38069183d899)) + (fp_line (start 7.246 1.5) (end 3.396 1.5) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 266d61c4-5933-4ad0-8887-184e366d6445)) + (fp_line (start 7.246 5.35) (end 7.246 1.5) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 1fa5b071-dc08-449b-9671-9fb1d65b5526)) + (fp_arc (start 2.446 7.15) (mid 2.738893 6.442893) (end 3.446 6.15) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 7eaf92f8-d959-41e5-bdb4-22eda0e9a50f)) + (fp_arc (start 2.451444 2.15793) (mid 1.573272 3.192235) (end 0.295999 3.649999) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 4eb8ba85-ebed-4365-9640-f3130fa0a1bc)) + (fp_arc (start 2.456307 2.15798) (mid 2.822423 1.680848) (end 3.396 1.5) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp ea535a40-6332-4858-b9d5-e5cf90d994f6)) + (fp_arc (start 7.246 5.35) (mid 7.011685 5.915685) (end 6.446 6.15) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 8b389fb0-fb5c-4fd9-aedc-b3f9586c005e)) + (pad "" np_thru_hole circle (at -5.5 0 20) (size 1.7 1.7) (drill 1.7) (layers "*.Cu" "*.Mask") (tstamp cc349b9b-05d5-4e87-9590-f261b6d78e35)) + (pad "" np_thru_hole circle (at 0 0 20) (size 3.4 3.4) (drill 3.4) (layers "*.Cu" "*.Mask") (tstamp 7eeaaf04-7454-43ed-be66-969d1b44f6bb)) + (pad "" np_thru_hole circle (at 5.5 0 20) (size 1.7 1.7) (drill 1.7) (layers "*.Cu" "*.Mask") (tstamp 57f5c5a1-7bfd-4eca-ab13-aed4edf65776)) + (pad "1" thru_hole circle (at 5 3.75 200) (size 3.3 3.3) (drill 3) (layers "*.Cu" "F.Mask") + (net 653 "unconnected-(CH2-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 6f157d91-78bf-4937-8192-bf94330bdcf8)) + (pad "1" smd rect (at 6.55 3.75 200) (size 1.2 2.6) (layers "F.Cu") + (net 653 "unconnected-(CH2-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 4ee23562-c6f6-4be7-9d43-deeb7fa545f4)) + (pad "1" smd roundrect (at 8.245 3.75 200) (size 2.65 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) + (net 653 "unconnected-(CH2-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 462448d6-85e0-462b-b6e1-0c02bfe1ba14)) + (pad "2" smd roundrect (at -3.245 5.95 200) (size 2.65 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) + (net 654 "unconnected-(CH2-Pad2)") (pinfunction "2") (pintype "passive") (tstamp ddf6a1b2-1eac-4ab0-9942-ef560664ee14)) + (pad "2" smd rect (at -1.55 5.95 20) (size 1.2 2.6) (layers "F.Cu") + (net 654 "unconnected-(CH2-Pad2)") (pinfunction "2") (pintype "passive") (tstamp c763e625-7e0d-4ec9-a280-0652992f1677)) + (pad "2" thru_hole circle (at 0 5.95 200) (size 3.3 3.3) (drill 3) (layers "*.Cu" "F.Mask") + (net 654 "unconnected-(CH2-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 39c251b9-7f3b-4f7e-9ef9-e072602a66f1)) + (model "${KICAD7_3RD_PARTY}/3dmodels/com_github_ebastler_marbastlib/HS_Kailh_Choc.step" + (offset (xyz -5 -3.75 0.12)) + (scale (xyz 1 1 1)) + (rotate (xyz 90 0 180)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x05_P1.27mm_Vertical" (layer "F.Cu") + (tstamp feadeee3-18d4-4a1b-b6e1-034a45529534) + (at 153.93 114.12) + (descr "Through hole straight pin header, 2x05, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x05 1.27mm double row") + (property "LCSC" "C2935953") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x05, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/b377cd02-d69d-4cbf-bb85-3a3ed299332b") + (attr through_hole) + (fp_text reference "J8" (at 0.635 -1.695) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 941b8fb5-8933-414d-a730-03c95275d410) + ) + (fp_text value "Conn_02x05_Counter_Clockwise" (at 0.635 6.775) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a1f0a148-9eef-4783-ac9e-d8ecea4217e6) + ) + (fp_text user "${REFERENCE}" (at 0.635 2.54 90) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 06c94f89-2566-4cdb-bc95-b7ca949bfbef) + ) + (fp_line (start -1.13 -0.76) (end 0 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47991a07-7686-460c-85fb-5fe682301b08)) + (fp_line (start -1.13 0) (end -1.13 -0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c53d41c-7a39-4195-9c29-b895348d6aa4)) + (fp_line (start -1.13 0.76) (end -1.13 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e382aeef-7b7e-4415-b76a-6522cd94c80c)) + (fp_line (start -1.13 0.76) (end -0.563471 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84dee3f0-9a80-483c-982a-3142dca16756)) + (fp_line (start -1.13 5.775) (end -0.30753 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d54ba9ba-9413-4d5e-ae75-32b0fd828f44)) + (fp_line (start 0.30753 5.775) (end 0.96247 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c916ece6-eac9-4cb1-9c65-391ceb731f2c)) + (fp_line (start 0.563471 0.76) (end 0.706529 0.76) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 684938e8-2759-44ff-af18-f182e15c9597)) + (fp_line (start 0.76 -0.695) (end 0.96247 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3e5934b-8542-46c4-92ae-fcc3971ed662)) + (fp_line (start 0.76 -0.563471) (end 0.76 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b189201-da77-4fe5-9abb-14cf23e72887)) + (fp_line (start 0.76 0.706529) (end 0.76 0.563471) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d39cbe8-cbb4-493f-8641-28d755176bd5)) + (fp_line (start 1.57753 -0.695) (end 2.4 -0.695) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1485ce70-6436-430a-8455-eb381660fb91)) + (fp_line (start 1.57753 5.775) (end 2.4 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56849bbe-d911-436c-9e2c-87db8932d0dd)) + (fp_line (start 2.4 -0.695) (end 2.4 5.775) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76603b2e-7881-43b0-b656-305c9f7b429b)) + (fp_line (start -1.6 -1.15) (end -1.6 6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 940af1f7-bf6c-4086-b409-4f8e6b373f55)) + (fp_line (start -1.6 6.25) (end 2.85 6.25) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6520d233-fa2e-41ae-9558-3c645df83d55)) + (fp_line (start 2.85 -1.15) (end -1.6 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5893b54-7e64-4265-9753-cda60e4169cd)) + (fp_line (start 2.85 6.25) (end 2.85 -1.15) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79c47767-78fb-4c01-8252-62d9f05de130)) + (fp_line (start -1.07 0.2175) (end -0.2175 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ed97a0d-ec81-4655-9fb8-b2124028a5e3)) + (fp_line (start -1.07 5.715) (end -1.07 0.2175) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 558ed970-c2f6-4290-95a4-2146ba58e7e5)) + (fp_line (start -0.2175 -0.635) (end 2.34 -0.635) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c67d211-457c-42d4-b81a-89e4711ac248)) + (fp_line (start 2.34 -0.635) (end 2.34 5.715) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14322a92-56e1-4798-9ef8-46c4a7ee1e39)) + (fp_line (start 2.34 5.715) (end -1.07 5.715) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b4fb9f23-45c6-45f3-9a66-e447459f0966)) + (pad "1" thru_hole rect (at 0 0) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 559 "unconnected-(J8-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 74a457ee-e362-4d90-b910-f04d53681493)) + (pad "2" thru_hole oval (at 1.27 0) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 560 "unconnected-(J8-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 968b7979-fc34-4672-8362-278fc24ad21d)) + (pad "3" thru_hole oval (at 0 1.27) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 561 "unconnected-(J8-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 1514e89d-ac79-4205-9424-b32bb54de83a)) + (pad "4" thru_hole oval (at 1.27 1.27) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 562 "unconnected-(J8-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp ea60b6be-545c-4144-aca2-cc235326643f)) + (pad "5" thru_hole oval (at 0 2.54) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 563 "unconnected-(J8-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp 18e34eb9-b5ec-4e2b-80a8-c17aad83c10c)) + (pad "6" thru_hole oval (at 1.27 2.54) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 564 "unconnected-(J8-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp 7c1a704b-90e7-43cc-8f9a-3c857bd98edc)) + (pad "7" thru_hole oval (at 0 3.81) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 565 "unconnected-(J8-Pin_7-Pad7)") (pinfunction "Pin_7") (pintype "passive") (tstamp a3950851-917a-4df9-8bfb-8406bc299d72)) + (pad "8" thru_hole oval (at 1.27 3.81) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 566 "unconnected-(J8-Pin_8-Pad8)") (pinfunction "Pin_8") (pintype "passive") (tstamp e1392277-4ffc-4d04-9ad6-39e4514e3a4e)) + (pad "9" thru_hole oval (at 0 5.08) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 567 "unconnected-(J8-Pin_9-Pad9)") (pinfunction "Pin_9") (pintype "passive") (tstamp 1839918a-6603-4184-8a9c-a639bad87142)) + (pad "10" thru_hole oval (at 1.27 5.08) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 568 "unconnected-(J8-Pin_10-Pad10)") (pinfunction "Pin_10") (pintype "passive") (tstamp d634dac1-1676-4828-8463-32244efee108)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x05_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "B.Cu") + (tstamp 03cc51bb-c906-4c0b-849e-0feeaf169ea3) + (at 122 70) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "LCSC" "C8667") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "NPN transistor, base/emitter/collector") + (property "ki_keywords" "transistor NPN") + (path "/83b64974-4aab-454a-ba79-d875b140d3a5") + (attr smd) + (fp_text reference "Q9" (at 0 2.4) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 94ae79d0-7c51-49c3-bb4c-0873b3794b2b) + ) + (fp_text value "Q_NPN_BEC" (at 0 -2.4) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp f2fb5e9f-b1af-4faa-b98b-efc576005811) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) + (tstamp 208f4a96-a892-4ce0-b6c7-39255ca93409) + ) + (fp_line (start 0 -1.56) (end -0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c78a74e7-6f35-4e0a-a433-6ba0b989007f)) + (fp_line (start 0 -1.56) (end 0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 298525a7-6302-41d1-b96f-530b16e18df6)) + (fp_line (start 0 1.56) (end -1.8 1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 46648e8a-fc28-4743-ae26-3427b9065dc2)) + (fp_line (start 0 1.56) (end 0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 44ce079e-87d3-4ed7-b28d-508af76e1160)) + (fp_line (start -2.05 -1.7) (end 2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a3270ef8-ecf3-44ba-9792-400cd610d65d)) + (fp_line (start -2.05 1.7) (end -2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8c252c64-34e4-4652-b430-ef15863de21d)) + (fp_line (start 2.05 -1.7) (end 2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6c55b175-f730-4a06-a21b-6672b7408ede)) + (fp_line (start 2.05 1.7) (end -2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 691ae53d-364d-47d4-8038-3486cb3a8e3b)) + (fp_line (start -0.8 -1.45) (end -0.8 1.05) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 43d44228-9ced-4645-a584-47292ab3dbfb)) + (fp_line (start -0.8 1.05) (end -0.4 1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3438c98f-fd9b-482c-aa5c-8a269a48827d)) + (fp_line (start -0.4 1.45) (end 0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 07638034-9aaf-4a2e-8c4d-37e0dd870b1a)) + (fp_line (start 0.8 -1.45) (end -0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8e5e7928-4e80-41b2-bf1e-b23e5c7c50d6)) + (fp_line (start 0.8 1.45) (end 0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 47c295d0-1aa5-400e-b4ff-20b1e2947fda)) + (pad "1" smd roundrect (at -1.1375 0.95) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 17 "unconnected-(Q9-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp b78d0dc4-7a87-478d-8da4-4cc5c8e67a9f)) + (pad "2" smd roundrect (at -1.1375 -0.95) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 18 "Net-(Q9-C)") (pinfunction "E") (pintype "passive") (tstamp fafec11a-7638-405f-81fa-2f6ff5e2fd01)) + (pad "3" smd roundrect (at 1.1375 0) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 18 "Net-(Q9-C)") (pinfunction "C") (pintype "passive") (tstamp 46f74666-e2c3-4d7f-b4de-7182eae58771)) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "lib:SW_choc_v1_HS_1u" (layer "B.Cu") + (tstamp 0f97243c-da06-4d7a-bd96-6d55999051d3) + (at 206.85 114.45) + (descr "Hotswap footprint for Kailh Choc style switches") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Push button switch, normally open, two pins, 45° tilted") + (property "ki_keywords" "switch normally-open pushbutton push-button") + (path "/ebcaa3db-b29a-4235-8e5a-f0ef6392cc56") + (attr smd) + (fp_text reference "CH3" (at 5 -7.4) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 00395141-0c47-4081-b686-be7b70557705) + ) + (fp_text value "choc_SW_HS" (at 0 0) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 80d8be2c-ee4f-4ca2-a32a-c80134fd43c4) + ) + (fp_text user "18x17 spacing" (at 0 7.6) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 3cf1c813-c64f-40a0-a90a-79177711ac05) + ) + (fp_text user "LED" (at 0 4.7 unlocked) (layer "Cmts.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp c77e46f2-e398-487b-a54f-5bc9c4ad2374) + ) + (fp_text user "19.05 spacing" (at 0 8.7) (layer "Eco1.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 89159813-2c1d-49c9-abc2-166836407e36) + ) + (fp_text user "${REFERENCE}" (at 2.496 -5.025) (layer "B.Fab") + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + (tstamp 3a5421d1-e0a1-43e8-a7c3-43442d74fbf2) + ) + (fp_line (start -2.3 -7.475) (end -1.5 -8.275) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 064d7add-7c79-4300-b473-92e255deed4d)) + (fp_line (start -1.5 -8.275) (end -0.5 -8.275) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f65ecc21-ee62-4d6b-aa17-0297125b23a5)) + (fp_line (start -1.5 -3.625) (end -2.3 -4.425) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2b81da79-0dce-4f7b-8b4c-a7d2a887f860)) + (fp_line (start -1.5 -3.625) (end -0.5 -3.625) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6dd9c61a-0f80-4583-b9d6-0694ed839c03)) + (fp_line (start 7.504 -1.475) (end 6.504 -1.475) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5d84508a-2d00-475c-be49-ef7ae8f0bbdd)) + (fp_line (start 7.504 -1.475) (end 7.504 -2.175) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 849c8bcf-8fac-4790-8a06-fac0a36b462f)) + (fp_arc (start 6.45 -6.125) (mid 7.015685 -5.890685) (end 7.25 -5.325) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2963d167-5e45-4eb7-9098-a0b68080feb5)) + (fp_line (start -9 -8.5) (end 9 -8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 08bc3e9d-9e04-4147-b7a1-3421d8fc88db)) + (fp_line (start -9 8.5) (end -9 -8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp aa90e4a0-06fa-424d-b6d4-f1119b870734)) + (fp_line (start 9 -8.5) (end 9 8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 849084ec-b2f9-44ec-bcd1-c1ec2b9d9bf3)) + (fp_line (start 9 8.5) (end -9 8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 362c2b7b-c635-469e-b7ab-444a02e1f62c)) + (fp_rect (start -2.5 6.275) (end 2.5 3.125) + (stroke (width 0.1) (type default)) (fill none) (layer "Cmts.User") (tstamp 534420cb-9048-417c-9db5-b37e3aa9f4ae)) + (fp_line (start -9.525 -9.525) (end -9.525 9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp 49ffab46-1ead-4697-bd93-44674a817ffe)) + (fp_line (start -9.525 9.525) (end 9.525 9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp 522d551c-0b01-47da-96c7-b44b12c8d20e)) + (fp_line (start 9.525 -9.525) (end -9.525 -9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp 79869853-9056-4445-b916-2c77afd19f18)) + (fp_line (start 9.525 9.525) (end 9.525 -9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp 5e2e8639-11ab-4630-afdf-c66ea8033723)) + (fp_line (start -6.95 6.45) (end -6.95 -6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 2c7a6f73-82da-4cd5-8538-0bf357af4c08)) + (fp_line (start -6.45 -6.95) (end 6.45 -6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 47d9f0a5-0f6f-4715-8240-b45a606d4cf6)) + (fp_line (start 6.45 6.95) (end -6.45 6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp e8d9886a-c58f-4ace-b710-f8d18abe0177)) + (fp_line (start 6.95 -6.45) (end 6.95 6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 0f3d2dd4-32cf-4e05-a0b6-101b81682fdb)) + (fp_arc (start -6.95 -6.45) (mid -6.803553 -6.803553) (end -6.45 -6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 65e6476b-6745-48fd-8967-8dd6ecd67840)) + (fp_arc (start -6.45 6.95) (mid -6.803553 6.803553) (end -6.95 6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 155ceab9-6c69-4c56-9afe-a0675de61f8d)) + (fp_arc (start 6.45 -6.95) (mid 6.803553 -6.803553) (end 6.95 -6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 8dda6854-fae3-4145-af32-7a23db4255c7)) + (fp_arc (start 6.95 6.45) (mid 6.803553 6.803553) (end 6.45 6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 2003a5fb-023c-4b47-9846-662a7b9680f8)) + (fp_line (start -4.104 -6.925) (end -2.3 -6.925) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 905cfea1-fec3-4be8-9da5-e2416f76bb7a)) + (fp_line (start -4.104 -4.975) (end -4.104 -6.925) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f100a8d6-c7a2-48c6-9af4-644f3c3b5737)) + (fp_line (start -4.104 -4.975) (end -2.3 -4.975) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ad9bfab3-4e36-4c77-87c9-52655276544f)) + (fp_line (start -2.3 -7.475) (end -2.3 -6.925) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 544ed56d-ae56-4679-9a48-24b42a5915a6)) + (fp_line (start -2.3 -7.475) (end -1.5 -8.275) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 35d665a7-1d4c-4bde-bafd-67e30cb21aba)) + (fp_line (start -2.3 -4.975) (end -2.3 -4.425) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 924575fb-3c8b-445a-a67b-91daf0b03d43)) + (fp_line (start -1.5 -8.275) (end 1.65 -8.275) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 62dd6ddb-2f8c-4bd3-8371-6b9707b8b5b9)) + (fp_line (start -1.5 -3.625) (end -2.3 -4.425) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp de53898c-5ed9-4f64-b541-581438fdafd1)) + (fp_line (start -1.5 -3.625) (end 0.3 -3.625) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a787c460-d37c-4579-954e-d53517f506bc)) + (fp_line (start 2.45 -7.475) (end 1.65 -8.275) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ed1e241f-bad8-462e-8611-c0e1ff22ad81)) + (fp_line (start 2.45 -7.475) (end 2.45 -7.125) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 33e98641-1cc8-4ef7-991a-440fb813bba5)) + (fp_line (start 3.45 -6.125) (end 6.45 -6.125) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a45c1c8d-6a7d-4e1b-a058-86aee894e79f)) + (fp_line (start 7.25 -5.325) (end 7.25 -4.725) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f67198fe-c61e-4714-839a-935bfb683673)) + (fp_line (start 7.25 -4.725) (end 9.104 -4.725) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 939ed3ed-3972-47cd-8f11-59f3fd31e583)) + (fp_line (start 7.504 -2.175) (end 7.504 -2.775) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9da26b07-2d4f-44a3-8672-99314a574dc5)) + (fp_line (start 7.504 -1.475) (end 3.4 -1.475) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d3deccb6-c345-4d1a-a2e0-85bf353064dc)) + (fp_line (start 7.504 -1.475) (end 7.504 -2.175) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f0e531a7-9c56-4cdd-942d-08314af10dbd)) + (fp_line (start 9.104 -4.725) (end 9.104 -2.775) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1409cff3-fdca-44da-afda-78010412d73d)) + (fp_line (start 9.104 -2.775) (end 7.504 -2.775) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2c0fc42e-d224-474f-a8e6-04f3b99a5e8d)) + (fp_arc (start 0.299999 -3.624999) (mid 1.577272 -3.167235) (end 2.455444 -2.13293) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fba3ec65-38f9-488f-a455-16a67fe91268)) + (fp_arc (start 3.4 -1.475) (mid 2.826423 -1.655848) (end 2.460307 -2.13298) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a60487bb-e5f7-4624-afe9-7fce703312af)) + (fp_arc (start 3.45 -6.125) (mid 2.742893 -6.417893) (end 2.45 -7.125) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c486fd45-6af1-4001-af7e-a800311bb8b8)) + (fp_arc (start 6.45 -6.125) (mid 7.015685 -5.890685) (end 7.25 -5.325) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 797f0fa4-f0ee-450b-b4f8-aad30460a2a1)) + (fp_line (start -7 -7) (end 7 -7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea8f49a7-d70c-456c-8941-e16804e198c5)) + (fp_line (start -7 7) (end -7 -7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af83ad85-ee06-409f-b03d-5174e8edb8ab)) + (fp_line (start 7 -7) (end 7 7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 06b0f089-5fa3-41b1-9724-4fa641bb8228)) + (fp_line (start 7 7) (end -7 7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 764df991-60dc-45ce-a4da-ee108e702083)) + (fp_line (start -2.304 -7.5) (end -2.304 -4.45) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp 267324d4-e3e1-439f-9be9-3304f7d33d88)) + (fp_line (start -2.304 -7.5) (end -1.504 -8.3) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp edccd22b-ffed-42be-ad2d-bfd524c2edd8)) + (fp_line (start -1.504 -8.3) (end 1.646 -8.3) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp ee92a737-572a-4ae8-8e26-bf74df845ed3)) + (fp_line (start -1.504 -3.65) (end -2.304 -4.45) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp 41717fd8-13b1-4fb3-82b0-54ba5a4591ff)) + (fp_line (start -1.504 -3.65) (end 0.296 -3.65) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp c2e4f840-5d3f-4e9b-a351-62d325798156)) + (fp_line (start 2.446 -7.5) (end 1.646 -8.3) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp c6c30a70-91ea-4b7a-8f31-0992f2bcf12c)) + (fp_line (start 2.446 -7.5) (end 2.446 -7.15) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp a628038c-35c0-46f0-b8ed-e3b211b2cedd)) + (fp_line (start 3.446 -6.15) (end 6.446 -6.15) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp de7a3905-1666-4e15-bfba-d70a10dfc2a6)) + (fp_line (start 7.246 -5.35) (end 7.246 -1.5) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp f475e7f3-0598-4fee-9d4c-5937848c604f)) + (fp_line (start 7.246 -1.5) (end 3.396 -1.5) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp 73be3623-21df-4319-8480-11d0b4892b53)) + (fp_arc (start 0.295999 -3.649999) (mid 1.573272 -3.192235) (end 2.451444 -2.15793) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp b31ac97d-9b17-4820-bc31-8c8a034633ad)) + (fp_arc (start 3.396 -1.5) (mid 2.822423 -1.680848) (end 2.456307 -2.15798) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp 7075a04a-db1b-492a-b296-dac6a6b076ed)) + (fp_arc (start 3.446 -6.15) (mid 2.738893 -6.442893) (end 2.446 -7.15) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp f1de40ad-16ec-42a5-9d9a-b9e4ac5b4542)) + (fp_arc (start 6.446 -6.15) (mid 7.011685 -5.915685) (end 7.246 -5.35) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp 69b5d0b4-04b4-4203-aaa7-e22d04ab1180)) + (pad "" np_thru_hole circle (at -5.5 0) (size 1.7 1.7) (drill 1.7) (layers "*.Cu" "*.Mask") (tstamp 828dd62d-61bb-412f-9209-19ce7d552ee0)) + (pad "" np_thru_hole circle (at 0 0) (size 3.4 3.4) (drill 3.4) (layers "*.Cu" "*.Mask") (tstamp 1a24158d-eb9b-4a1b-abe6-fe974ac24fde)) + (pad "" np_thru_hole circle (at 5.5 0) (size 1.7 1.7) (drill 1.7) (layers "*.Cu" "*.Mask") (tstamp 940bf279-aa9f-49a7-81ec-a5bc853afd08)) + (pad "1" thru_hole circle (at 5 -3.75 180) (size 3.3 3.3) (drill 3) (layers "*.Cu" "B.Mask") + (net 655 "unconnected-(CH3-Pad1)") (pinfunction "1") (pintype "passive") (tstamp d32fae7d-31f2-4328-b8e1-649b81a84e06)) + (pad "1" smd rect (at 6.55 -3.75 180) (size 1.2 2.6) (layers "B.Cu") + (net 655 "unconnected-(CH3-Pad1)") (pinfunction "1") (pintype "passive") (tstamp dca23381-59a5-459b-ab28-7f551d163b19)) + (pad "1" smd roundrect (at 8.245 -3.75 180) (size 2.65 2.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.1) + (net 655 "unconnected-(CH3-Pad1)") (pinfunction "1") (pintype "passive") (tstamp f35c3595-7f4e-4a1a-9a16-67417d7eef54)) + (pad "2" smd roundrect (at -3.245 -5.95 180) (size 2.65 2.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.1) + (net 656 "unconnected-(CH3-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 64a117e1-8805-4c74-b842-411fe66e6d3d)) + (pad "2" smd rect (at -1.55 -5.95) (size 1.2 2.6) (layers "B.Cu") + (net 656 "unconnected-(CH3-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 50fc5ad3-1578-4c63-a1be-3c73c03db431)) + (pad "2" thru_hole circle (at 0 -5.95 180) (size 3.3 3.3) (drill 3) (layers "*.Cu" "B.Mask") + (net 656 "unconnected-(CH3-Pad2)") (pinfunction "2") (pintype "passive") (tstamp c278a4b8-b3f4-4ba5-883a-8a3934832acb)) + (model "${KICAD7_3RD_PARTY}/3dmodels/com_github_ebastler_marbastlib/HS_Kailh_Choc.step" + (offset (xyz -5 -3.75 0.12)) + (scale (xyz 1 1 1)) + (rotate (xyz 90 0 180)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") + (tstamp 1bf07603-17f3-4ebd-91ed-fc52bacdc7fb) + (at 121 90 180) + (descr "SOD-123") + (tags "SOD-123") + (property "LCSC" "C81598") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "Sim.Device" "D") + (property "Sim.Pins" "1=K 2=A") + (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") + (property "ki_keywords" "diode") + (path "/249fa3ae-6da3-4a66-9f3c-cf8d4b6d5ff2") + (attr smd) + (fp_text reference "D8" (at 0 2) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp d44d13d8-7436-432c-9cdd-442093063a08) + ) + (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 8d826a18-aa0d-4c22-ba87-1bf66f58624b) + ) + (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp a2e20ff7-eb29-4fb9-a83e-ee1943ea9ec1) + ) + (fp_line (start -2.36 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 39638f1e-d8fa-4b36-98da-79be7c76a9b6)) + (fp_line (start -2.36 1) (end -2.36 -1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 29a0be5e-9dd7-4b18-a059-b51c722383a2)) + (fp_line (start -2.36 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1afddf02-0cca-44f9-97e3-4be169ae387b)) + (fp_line (start -2.35 1.15) (end -2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7e572029-6db0-4f19-bf6d-96d118c88d88)) + (fp_line (start -2.35 1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 023a2f4b-9e7e-4668-89ff-351fc5c0e11a)) + (fp_line (start 2.35 -1.15) (end -2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6a9456ca-3115-4bae-9c16-08f1841653fd)) + (fp_line (start 2.35 1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d2e62672-aeba-4320-a26e-00d6191ee74f)) + (fp_line (start -1.4 -0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 371192c4-6d49-4fe7-a4b7-b454fcca9462)) + (fp_line (start -1.4 0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9b6c85be-0d84-43be-8271-7ac6fc2184b3)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f2648cd7-cd77-4817-ab9d-bdbdca8c440d)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 54e2da0b-d8ee-432e-a348-f6e3302dcc36)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 621f41f5-0e60-49be-b5af-777ce12aa251)) + (fp_line (start -0.35 0) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a96b607e-65ef-42af-8883-2a5d236f03bf)) + (fp_line (start 0.25 -0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4b65d064-a26e-43a3-9d16-7ae5e280f71d)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d968314a-cfc3-4ea6-b6f2-fd99b7b9f9b5)) + (fp_line (start 0.25 0.4) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5631738a-2bce-4a9f-be1b-504f273829e0)) + (fp_line (start 1.4 -0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 959dbe55-9cbf-486c-8a5e-cfc8d9325482)) + (fp_line (start 1.4 0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7710ea98-5897-4d49-80d2-67c711115c73)) + (pad "1" smd roundrect (at -1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 467 "unconnected-(D8-K-Pad1)") (pinfunction "K") (pintype "passive") (tstamp da7f5ed9-f5d6-4861-a33d-4e3d5bbd90ec)) + (pad "2" smd roundrect (at 1.65 0 180) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 468 "unconnected-(D8-A-Pad2)") (pinfunction "A") (pintype "passive") (tstamp d49d62e6-18b4-414a-a99f-9f90615191f8)) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (layer "B.Cu") + (tstamp 1cd448ac-296c-439a-a9bb-3ba066a362c0) + (at 146.596051 121.003949 135) + (descr "Through hole straight pin header, 2x03, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x03 1.27mm double row") + (property "LCSC" "C2935951") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x03, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/5749dba3-e1a3-4e8b-bba2-1ffc1813c791") + (attr through_hole) + (fp_text reference "J7" (at 0.635 1.695 135) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 465ef843-afba-45a5-aa7f-40d23e83f333) + ) + (fp_text value "Conn_02x03_Counter_Clockwise" (at 0.635 -4.235 135) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 38082309-59b4-4564-8efd-88f44d075718) + ) + (fp_text user "${REFERENCE}" (at 0.635 -1.27 45) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 1157f84a-c620-4818-b2a8-a4d223ce4998) + ) + (fp_line (start -1.13 -3.235) (end -0.30753 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 90db4676-da2c-47a0-aec2-946450b5bf85)) + (fp_line (start -1.13 -0.76) (end -1.13 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7a785647-051c-4f20-a55e-0be729ed110a)) + (fp_line (start -1.13 -0.76) (end -0.563471 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ce4cc888-2950-4254-8aba-7304fd578268)) + (fp_line (start -1.13 0) (end -1.13 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f93810c4-5c89-40d8-951b-7a1bc1c202c6)) + (fp_line (start -1.13 0.76) (end 0 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bf0213ce-8a4d-477e-af9e-68a9bb2de628)) + (fp_line (start 0.30753 -3.235) (end 0.96247 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ae462fed-0941-4051-8f1c-9a656323a724)) + (fp_line (start 0.563471 -0.76) (end 0.706529 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 49f0a3ac-8efb-42fe-96b6-7ba21b5e4ed4)) + (fp_line (start 0.76 -0.706529) (end 0.76 -0.563471) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e2d23951-b8d0-4690-a29a-a7e87878f028)) + (fp_line (start 0.76 0.563471) (end 0.76 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a3752ff1-38c8-4246-9b61-f2a7bf2345fa)) + (fp_line (start 0.76 0.695) (end 0.96247 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 94833324-f108-4c9a-b35a-65a20260d916)) + (fp_line (start 1.57753 -3.235) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6dc3d00e-6914-4d1f-a02b-5f13c010cae1)) + (fp_line (start 1.57753 0.695) (end 2.4 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 24cac9aa-65cb-4063-9d28-3bd6f3862dd5)) + (fp_line (start 2.4 0.695) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 396121ba-47b9-44ca-a51c-773b9aa30c8f)) + (fp_line (start -1.6 -3.7) (end 2.85 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 59283256-999a-4702-a0ac-f42304deb06e)) + (fp_line (start -1.6 1.15) (end -1.6 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1d40b9ba-64a7-4958-a7d5-5ac36e7dc0d4)) + (fp_line (start 2.85 -3.7) (end 2.85 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 16d917e3-1784-40c6-bf4b-d3479d80cf48)) + (fp_line (start 2.85 1.15) (end -1.6 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c8f52be8-b5ff-4423-807f-9ca5edd680ca)) + (fp_line (start -1.07 -3.175) (end -1.07 -0.2175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0eca183f-f811-4311-adb7-be7ab092d442)) + (fp_line (start -1.07 -0.2175) (end -0.2175 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a036762d-97ff-42ad-8ba9-d7fba31c0bce)) + (fp_line (start -0.2175 0.635) (end 2.34 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dce90f4d-19af-4c89-91ec-caafa3018208)) + (fp_line (start 2.34 -3.175) (end -1.07 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d18ee308-325c-45d2-8cab-2e20d6ed0bf3)) + (fp_line (start 2.34 0.635) (end 2.34 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1e7cd053-1ecf-426d-9828-a66550eb81b6)) + (pad "1" thru_hole rect (at 0 0 135) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 545 "unconnected-(J7-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp bf18e080-3e56-4178-b8c8-f0c07396e291)) + (pad "2" thru_hole oval (at 1.27 0 135) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 546 "unconnected-(J7-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 3d1384d6-e96f-431a-8ddf-c9a4efec44f1)) + (pad "3" thru_hole oval (at 0 -1.27 135) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 547 "unconnected-(J7-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 991f4908-4e56-4451-bf20-efcd83f10ce1)) + (pad "4" thru_hole oval (at 1.27 -1.27 135) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 548 "unconnected-(J7-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp 8a8f8e1e-c7cc-4bd3-a2e8-166a5c52ec86)) + (pad "5" thru_hole oval (at 0 -2.54 135) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 549 "unconnected-(J7-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp 8b9895d8-12fc-4459-96af-e7c4b243f5b6)) + (pad "6" thru_hole oval (at 1.27 -2.54 135) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 550 "unconnected-(J7-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp f26d2b42-909b-4324-96b0-d54f2dff8dd1)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x03_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (layer "B.Cu") + (tstamp 21c54da0-c296-4eb0-b022-aa14ea796ef5) + (at 141.87 117.200295 150) + (descr "Through hole straight pin header, 2x03, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x03 1.27mm double row") + (property "LCSC" "C2935951") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x03, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/b7630ae6-82cd-41c4-9815-b66f5ea59c21") + (attr through_hole) + (fp_text reference "J14" (at 0.635 1.695 150) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 3b874fb2-7f91-421c-a202-5a8047c2275c) + ) + (fp_text value "Conn_02x03_Counter_Clockwise" (at 0.635 -4.235 150) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp c274e1e8-d152-4750-8442-3aff7b1bd44b) + ) + (fp_text user "${REFERENCE}" (at 0.635 -1.27 60) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 337633aa-ce64-4c67-9a7d-eb4401e70fa7) + ) + (fp_line (start -1.13 -3.235) (end -0.30753 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 76c6a9d6-07bb-413e-a284-502a22780688)) + (fp_line (start -1.13 -0.76) (end -1.13 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1eefe3f9-c1ac-4146-a8dd-cae578bd15d6)) + (fp_line (start -1.13 -0.76) (end -0.563471 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5bcea62b-88e8-4bcb-b04f-2e69a4493d8f)) + (fp_line (start -1.13 0) (end -1.13 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a946517f-0adf-4bf7-830a-582fe1cee436)) + (fp_line (start -1.13 0.76) (end 0 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ba9f248b-1242-4258-a4d8-cf0d6dd99151)) + (fp_line (start 0.30753 -3.235) (end 0.96247 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f575bcdd-17da-4ea6-a2fd-570815b6fed7)) + (fp_line (start 0.563471 -0.76) (end 0.706529 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ee5625fe-b802-427a-83cd-10efd2b5b721)) + (fp_line (start 0.76 -0.706529) (end 0.76 -0.563471) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7eea2e28-258b-47fa-ba76-347021dbe6cf)) + (fp_line (start 0.76 0.563471) (end 0.76 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ce726258-6c6c-4b01-a95b-3e0349aae7bb)) + (fp_line (start 0.76 0.695) (end 0.96247 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 196f4c40-4312-4993-aa0a-bf62bc8e9837)) + (fp_line (start 1.57753 -3.235) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 84cd3454-d06f-4f83-bdc2-baf4d065976e)) + (fp_line (start 1.57753 0.695) (end 2.4 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d160e917-b110-4c35-a52c-6f6fd2669c2f)) + (fp_line (start 2.4 0.695) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d39e3257-6fb0-40db-a051-c72419ff57cd)) + (fp_line (start -1.6 -3.7) (end 2.85 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7b590045-8952-4a5f-8b82-a7af132f01e6)) + (fp_line (start -1.6 1.15) (end -1.6 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 470c552b-4b55-47d2-86e2-b394bbab8e16)) + (fp_line (start 2.85 -3.7) (end 2.85 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5296e16b-8990-4649-ae1b-64db342f3224)) + (fp_line (start 2.85 1.15) (end -1.6 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a0b35ac5-b8d1-4aca-aabd-622f9d38ab26)) + (fp_line (start -1.07 -3.175) (end -1.07 -0.2175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 698e67d2-2cee-471c-bea7-1030b9996bb1)) + (fp_line (start -1.07 -0.2175) (end -0.2175 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cd4d6ef3-5be5-4dc7-b05f-8589ea1d5621)) + (fp_line (start -0.2175 0.635) (end 2.34 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5e44cbdc-5faf-4b3a-b791-5e0f14ec974d)) + (fp_line (start 2.34 -3.175) (end -1.07 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 456f1677-76ff-4596-a878-7062fc8863c2)) + (fp_line (start 2.34 0.635) (end 2.34 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e70a98d8-c596-4d8e-95aa-4d72bd2a4485)) + (pad "1" thru_hole rect (at 0 0 150) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 599 "unconnected-(J14-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 4ad091a4-c58e-4736-8be9-1296916b2c13)) + (pad "2" thru_hole oval (at 1.27 0 150) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 600 "unconnected-(J14-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 2740f08c-16e2-4886-b0c6-cfe5384833bc)) + (pad "3" thru_hole oval (at 0 -1.27 150) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 601 "unconnected-(J14-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 4873db62-6e18-4a9d-b354-9678b5029e3d)) + (pad "4" thru_hole oval (at 1.27 -1.27 150) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 602 "unconnected-(J14-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp b5de9b38-d2d6-48c8-b94d-0fa5c2eabd33)) + (pad "5" thru_hole oval (at 0 -2.54 150) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 603 "unconnected-(J14-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp 5c659fce-e77d-4271-b7b5-6e09c61e3704)) + (pad "6" thru_hole oval (at 1.27 -2.54 150) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 604 "unconnected-(J14-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp fab5c947-46f7-4562-8687-2994ba54ac8f)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x03_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_QFP:LQFP-48_7x7mm_P0.5mm" (layer "B.Cu") + (tstamp 26596286-8bad-4a9c-a179-9f8024ef16ee) + (at 139.25 87.25 180) + (descr "LQFP, 48 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2358-16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "LQFP QFP") + (property "LCSC" "C428116") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Full Speed Double Channel USB UART/FIFO, LQFP-48") + (property "ki_keywords" "USB Double UART FIFO") + (path "/4052b365-bcfa-4be1-b0af-2084b8b012e0") + (attr smd) + (fp_text reference "U8" (at 0 5.85) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp fbba95ae-b286-4d24-af3b-0792ddb9491c) + ) + (fp_text value "FT2232D" (at 0 -5.85) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 00cb23d8-2cfc-43cf-82c7-6ea73767bc52) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 40e94b49-723d-4c61-b554-c9f36f79f314) + ) + (fp_line (start -3.61 -3.61) (end -3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ea8340fc-e8b3-4332-a03b-7a81cab8a3d3)) + (fp_line (start -3.61 3.16) (end -4.9 3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3d1859c0-a0f2-4842-b8aa-adbde3122841)) + (fp_line (start -3.61 3.61) (end -3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 47013fc3-8e90-4fdf-a0a1-79c74388e30d)) + (fp_line (start -3.16 -3.61) (end -3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e1795151-55b6-44af-8f28-367dda7eb649)) + (fp_line (start -3.16 3.61) (end -3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9fdd2a6c-9dc7-4d96-8070-c7f2e1abf6e2)) + (fp_line (start 3.16 -3.61) (end 3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 67f92a0a-5dc7-4c89-bc82-c47536ab717f)) + (fp_line (start 3.16 3.61) (end 3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1a21229f-086e-4792-9040-69e5349f5ce7)) + (fp_line (start 3.61 -3.61) (end 3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5fa96b8c-4067-48bf-89b0-a890ace63792)) + (fp_line (start 3.61 3.61) (end 3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0f55a10f-1347-46be-b97a-cac96cbad227)) + (fp_line (start -5.15 -3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3b492b73-aff5-421f-920d-60ee40b789db)) + (fp_line (start -5.15 3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eee56a60-bd3b-4da4-9381-b0e01d6debab)) + (fp_line (start -3.75 -3.75) (end -3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 45d5cf3a-423a-4462-b192-9fd2a8e818a0)) + (fp_line (start -3.75 -3.15) (end -5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e752115b-9cce-41e8-9cd7-d36ffd7f67f5)) + (fp_line (start -3.75 3.15) (end -5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d4ec7a08-a050-4c39-81fa-786b1f35f0f0)) + (fp_line (start -3.75 3.75) (end -3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8fc0848e-5baf-4759-932a-864ae31233c4)) + (fp_line (start -3.15 -5.15) (end -3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e3b7b602-d677-4477-bb4f-82572523d177)) + (fp_line (start -3.15 -3.75) (end -3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d7deb8c4-3b36-4c8b-9723-043d8dc5d325)) + (fp_line (start -3.15 3.75) (end -3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a3befd7c-f4a5-454c-85e2-0b53a18c9100)) + (fp_line (start -3.15 5.15) (end -3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0329d0a4-8d6c-4d01-8751-650ee2beb101)) + (fp_line (start 0 -5.15) (end -3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2150f55a-79c2-4e8a-a7ea-24ffe488bc77)) + (fp_line (start 0 -5.15) (end 3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2fc431bc-4fb0-49f8-acd8-2245e5b5e953)) + (fp_line (start 0 5.15) (end -3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a96c0f1b-c26d-49d4-910c-eef9c125b62b)) + (fp_line (start 0 5.15) (end 3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b24fdcd1-d2d0-40c9-bbe7-6578b19c2d56)) + (fp_line (start 3.15 -5.15) (end 3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 18609ad8-fb86-4d09-9b10-34627a336327)) + (fp_line (start 3.15 -3.75) (end 3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9d86cf4b-06b4-4d60-b2ef-8bbdd7236717)) + (fp_line (start 3.15 3.75) (end 3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 227d7ff5-4111-459c-aa57-4fd03d47c076)) + (fp_line (start 3.15 5.15) (end 3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8a97aa96-ba37-4318-8f98-6b1018d1b3fc)) + (fp_line (start 3.75 -3.75) (end 3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b9db4428-276e-42ee-9d74-83f9c70dc6f7)) + (fp_line (start 3.75 -3.15) (end 5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0b7211ea-a9f1-4994-974a-37be7c783235)) + (fp_line (start 3.75 3.15) (end 5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fb5645ad-937e-4f1c-909f-9932c01bbf5f)) + (fp_line (start 3.75 3.75) (end 3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 69f2d5f2-4e62-4cbf-850d-44fd560740ac)) + (fp_line (start 5.15 -3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 698f4899-2bbd-43fb-b827-9aa0c4144bb7)) + (fp_line (start 5.15 3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 675c4b7e-e38b-45ca-af2b-77ff5502bf0a)) + (fp_line (start -3.5 -3.5) (end -3.5 2.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 665d0d90-806a-4a1a-ac63-e6b1cb3cc1dc)) + (fp_line (start -3.5 2.5) (end -2.5 3.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 086c30e0-fe22-41ee-ba2e-045dc51f1fec)) + (fp_line (start -2.5 3.5) (end 3.5 3.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d9d6aa55-21d3-486c-bc06-6eca279f3ab2)) + (fp_line (start 3.5 -3.5) (end -3.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 573788ff-90c1-4bb2-a603-39c290d92dad)) + (fp_line (start 3.5 3.5) (end 3.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c39c3dfc-f5e2-4560-81ef-e5066428a871)) + (pad "1" smd roundrect (at -4.1625 2.75 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 213 "unconnected-(U8-EECLK-Pad1)") (pinfunction "EECLK") (pintype "output") (tstamp d9b7c650-929a-402e-a5ac-d5741cf51365)) + (pad "2" smd roundrect (at -4.1625 2.25 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 214 "unconnected-(U8-EEDATA-Pad2)") (pinfunction "EEDATA") (pintype "bidirectional") (tstamp a629711a-1285-4b1a-a1b8-6624840f6bd3)) + (pad "3" smd roundrect (at -4.1625 1.75 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 215 "unconnected-(U8-VCC-Pad3)") (pinfunction "VCC") (pintype "power_in") (tstamp 7161cc2e-81d7-4503-96e5-434bb9029054)) + (pad "4" smd roundrect (at -4.1625 1.25 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 216 "unconnected-(U8-~{RESET}-Pad4)") (pinfunction "~{RESET}") (pintype "input") (tstamp b13e235a-bb7a-4376-bac9-b82fed793c79)) + (pad "5" smd roundrect (at -4.1625 0.75 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 217 "unconnected-(U8-~{RSTOUT}-Pad5)") (pinfunction "~{RSTOUT}") (pintype "output") (tstamp d5c95e73-d88b-47a5-b7b6-342cf18811d2)) + (pad "6" smd roundrect (at -4.1625 0.25 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 218 "unconnected-(U8-3V3OUT-Pad6)") (pinfunction "3V3OUT") (pintype "power_out") (tstamp f4a94a75-cf7d-4103-a69e-2fd506fd6b84)) + (pad "7" smd roundrect (at -4.1625 -0.25 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 219 "unconnected-(U8-USBDP-Pad7)") (pinfunction "USBDP") (pintype "bidirectional") (tstamp acfb758c-0734-4fda-b0f9-7a0d4f6b2049)) + (pad "8" smd roundrect (at -4.1625 -0.75 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 220 "unconnected-(U8-USBDM-Pad8)") (pinfunction "USBDM") (pintype "bidirectional") (tstamp 3c626b17-b340-4ee3-807d-e3b3eb9a3f8e)) + (pad "9" smd roundrect (at -4.1625 -1.25 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 221 "unconnected-(U8-GND-Pad9)") (pinfunction "GND") (pintype "power_in") (tstamp 9f86b514-b5aa-47a1-9f1b-ab77cd3df464)) + (pad "10" smd roundrect (at -4.1625 -1.75 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 222 "unconnected-(U8-SI{slash}WUA-Pad10)") (pinfunction "SI/WUA") (pintype "bidirectional") (tstamp 7b70c724-6665-4e01-87f4-b16b7a92c01b)) + (pad "11" smd roundrect (at -4.1625 -2.25 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 223 "unconnected-(U8-ACBUS3-Pad11)") (pinfunction "ACBUS3") (pintype "bidirectional") (tstamp 7a4965b1-5f84-43c9-ae54-91fee699c41b)) + (pad "12" smd roundrect (at -4.1625 -2.75 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 224 "unconnected-(U8-ACBUS2-Pad12)") (pinfunction "ACBUS2") (pintype "bidirectional") (tstamp 4df1ea31-b126-41da-9b7c-883476831999)) + (pad "13" smd roundrect (at -2.75 -4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 225 "unconnected-(U8-ACBUS1-Pad13)") (pinfunction "ACBUS1") (pintype "bidirectional") (tstamp 94f3677a-be9a-431a-afaa-a4d88a1abe61)) + (pad "14" smd roundrect (at -2.25 -4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 226 "unconnected-(U8-VCCIOA-Pad14)") (pinfunction "VCCIOA") (pintype "power_in") (tstamp 76ca2999-be9d-44ef-b0a7-17feea1c7672)) + (pad "15" smd roundrect (at -1.75 -4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 227 "unconnected-(U8-ACBUS0-Pad15)") (pinfunction "ACBUS0") (pintype "bidirectional") (tstamp 087da81a-5145-4a1c-af1c-644792e8c82d)) + (pad "16" smd roundrect (at -1.25 -4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 228 "unconnected-(U8-ADBUS7-Pad16)") (pinfunction "ADBUS7") (pintype "bidirectional") (tstamp 37f4ece1-cdb0-4f07-8462-24e77d584f29)) + (pad "17" smd roundrect (at -0.75 -4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 229 "unconnected-(U8-ADBUS6-Pad17)") (pinfunction "ADBUS6") (pintype "bidirectional") (tstamp 995295c9-36df-46f7-a317-b1debb4571a9)) + (pad "18" smd roundrect (at -0.25 -4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 230 "unconnected-(U8-GND-Pad18)") (pinfunction "GND") (pintype "power_in") (tstamp 0e3bfc17-93b5-40ee-ab75-2aff3b0e10c7)) + (pad "19" smd roundrect (at 0.25 -4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 231 "unconnected-(U8-ADBUS5-Pad19)") (pinfunction "ADBUS5") (pintype "bidirectional") (tstamp d2f2cbc0-a823-461c-b884-2a5b9c2514eb)) + (pad "20" smd roundrect (at 0.75 -4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 232 "unconnected-(U8-ADBUS4-Pad20)") (pinfunction "ADBUS4") (pintype "bidirectional") (tstamp d4a8542b-6d8a-44f5-996d-651ad6392c54)) + (pad "21" smd roundrect (at 1.25 -4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 233 "unconnected-(U8-ADBUS3-Pad21)") (pinfunction "ADBUS3") (pintype "bidirectional") (tstamp 6409c9fb-376b-4beb-aa30-e330106a67f9)) + (pad "22" smd roundrect (at 1.75 -4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 234 "unconnected-(U8-ADBUS2-Pad22)") (pinfunction "ADBUS2") (pintype "bidirectional") (tstamp 0e3ce6c8-a67f-454d-81eb-3b8d617e2638)) + (pad "23" smd roundrect (at 2.25 -4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 235 "unconnected-(U8-ADBUS1-Pad23)") (pinfunction "ADBUS1") (pintype "bidirectional") (tstamp e496cc53-ec38-41a1-80c8-50a32baf1bac)) + (pad "24" smd roundrect (at 2.75 -4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 236 "unconnected-(U8-ADBUS0-Pad24)") (pinfunction "ADBUS0") (pintype "bidirectional") (tstamp 7fc2e6fd-c7e2-4f1f-b452-3b8c5864106d)) + (pad "25" smd roundrect (at 4.1625 -2.75 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 237 "unconnected-(U8-GND-Pad25)") (pinfunction "GND") (pintype "power_in") (tstamp 87cc04f0-6a48-4145-be0e-2ded623b860b)) + (pad "26" smd roundrect (at 4.1625 -2.25 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 238 "unconnected-(U8-SI{slash}WUB-Pad26)") (pinfunction "SI/WUB") (pintype "output") (tstamp ab1f7904-17e9-4498-9c95-6bbc15ca8568)) + (pad "27" smd roundrect (at 4.1625 -1.75 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 239 "unconnected-(U8-BCBUS3-Pad27)") (pinfunction "BCBUS3") (pintype "output") (tstamp be309bff-39da-4ee1-8d3b-e38a044ec444)) + (pad "28" smd roundrect (at 4.1625 -1.25 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 240 "unconnected-(U8-BCBUS2-Pad28)") (pinfunction "BCBUS2") (pintype "output") (tstamp 076d02a5-64c2-456b-af86-7f34327b0a94)) + (pad "29" smd roundrect (at 4.1625 -0.75 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 241 "unconnected-(U8-BCBUS1-Pad29)") (pinfunction "BCBUS1") (pintype "output") (tstamp 3224513f-27e5-4b11-a68c-a494a4d89eae)) + (pad "30" smd roundrect (at 4.1625 -0.25 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 242 "unconnected-(U8-BCBUS0-Pad30)") (pinfunction "BCBUS0") (pintype "output") (tstamp 7b0f1dd8-9fa9-473e-9657-44223ea7a7c7)) + (pad "31" smd roundrect (at 4.1625 0.25 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 243 "unconnected-(U8-VCCIOB-Pad31)") (pinfunction "VCCIOB") (pintype "power_in") (tstamp 8a826304-2c3a-4a48-b259-1509bc84ab35)) + (pad "32" smd roundrect (at 4.1625 0.75 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 244 "unconnected-(U8-BDBUS7-Pad32)") (pinfunction "BDBUS7") (pintype "output") (tstamp 1fa39fe7-c061-4639-b106-7b33d2c74541)) + (pad "33" smd roundrect (at 4.1625 1.25 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 245 "unconnected-(U8-BDBUS6-Pad33)") (pinfunction "BDBUS6") (pintype "output") (tstamp a9e314e6-49ef-4796-ad4a-897e5a6d521c)) + (pad "34" smd roundrect (at 4.1625 1.75 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 246 "unconnected-(U8-GND-Pad34)") (pinfunction "GND") (pintype "power_in") (tstamp 63d6f426-d871-4c37-a54c-5d37d52e76d7)) + (pad "35" smd roundrect (at 4.1625 2.25 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 247 "unconnected-(U8-BDBUS5-Pad35)") (pinfunction "BDBUS5") (pintype "output") (tstamp 55cbf4e9-c4fc-4649-b015-c47242eef1ae)) + (pad "36" smd roundrect (at 4.1625 2.75 180) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 248 "unconnected-(U8-BDBUS4-Pad36)") (pinfunction "BDBUS4") (pintype "output") (tstamp 18734454-1a22-48bb-b684-b55e633c1cef)) + (pad "37" smd roundrect (at 2.75 4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 249 "unconnected-(U8-BDBUS3-Pad37)") (pinfunction "BDBUS3") (pintype "output") (tstamp b80aa676-ab50-408f-8ced-d8f8b987ac56)) + (pad "38" smd roundrect (at 2.25 4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 250 "unconnected-(U8-BDBUS2-Pad38)") (pinfunction "BDBUS2") (pintype "output") (tstamp ebec4866-0a55-4d47-bdd3-9caa56631508)) + (pad "39" smd roundrect (at 1.75 4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 251 "unconnected-(U8-BDBUS1-Pad39)") (pinfunction "BDBUS1") (pintype "output") (tstamp b36822ca-30de-4dfb-a4dd-1f6ce473cd30)) + (pad "40" smd roundrect (at 1.25 4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 252 "unconnected-(U8-BDBUS0-Pad40)") (pinfunction "BDBUS0") (pintype "output") (tstamp ae74ce3c-e650-442e-b548-07192d56e2ea)) + (pad "41" smd roundrect (at 0.75 4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 253 "unconnected-(U8-~{PWREN}-Pad41)") (pinfunction "~{PWREN}") (pintype "output") (tstamp dd6a9e21-972b-47a3-a754-d1b5c374a07e)) + (pad "42" smd roundrect (at 0.25 4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 254 "unconnected-(U8-VCC-Pad42)") (pinfunction "VCC") (pintype "power_in") (tstamp 8a61f1c7-fced-4518-bc4e-006905b12ad3)) + (pad "43" smd roundrect (at -0.25 4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 255 "unconnected-(U8-XTIN-Pad43)") (pinfunction "XTIN") (pintype "input") (tstamp 7a09127c-0744-4ec3-99c2-a3f8bbbf216f)) + (pad "44" smd roundrect (at -0.75 4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 256 "unconnected-(U8-XTOUT-Pad44)") (pinfunction "XTOUT") (pintype "output") (tstamp 9193d43c-fd7f-47c7-993b-db2dbf41ab43)) + (pad "45" smd roundrect (at -1.25 4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 257 "unconnected-(U8-AGND-Pad45)") (pinfunction "AGND") (pintype "power_in") (tstamp f067d97f-0684-43a7-b2da-4afe1c59362e)) + (pad "46" smd roundrect (at -1.75 4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 258 "unconnected-(U8-AVCC-Pad46)") (pinfunction "AVCC") (pintype "power_in") (tstamp 333d3962-7750-43b8-8786-0f279a72f6ee)) + (pad "47" smd roundrect (at -2.25 4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 259 "unconnected-(U8-TEST-Pad47)") (pinfunction "TEST") (pintype "input") (tstamp f497e918-6f42-4ea1-ac3f-a9619ddebc27)) + (pad "48" smd roundrect (at -2.75 4.1625 180) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 260 "unconnected-(U8-EECS-Pad48)") (pinfunction "EECS") (pintype "bidirectional") (tstamp 0ce8acbe-101c-4870-a072-27f76f1a33c1)) + (model "${KICAD6_3DMODEL_DIR}/Package_QFP.3dshapes/LQFP-48_7x7mm_P0.5mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (layer "B.Cu") + (tstamp 3079438e-2333-4e79-9c5b-5c7d8708f9e4) + (at 135.0625 64.75 180) + (descr "QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "QFN NoLead") + (property "LCSC" "C122485") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "WCH-IC, Single-Chip USB-to-UART Bridge, USB 2.0 Full-Speed, 4Mbps UART, QFN-24") + (property "ki_keywords" "uart usb bridge interface transceiver CH9102F") + (path "/3672aa88-5382-42c7-b4b8-56ede8ec36ae") + (attr smd) + (fp_text reference "U2" (at 0 3.3) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp ff1b8083-46f8-4392-ab4a-1649b9c58073) + ) + (fp_text value "APW8713AQBI-TRG" (at 0 -3.3) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp aa20ec6e-c9f6-4e8f-9c39-89848948f24f) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp a64b5010-19a1-46ce-aaae-a355094c4d72) + ) + (fp_line (start -2.11 -2.11) (end -2.11 -1.635) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 331bf86f-0b0a-441b-99bf-56df636c4445)) + (fp_line (start -1.635 -2.11) (end -2.11 -2.11) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0799dcc7-68a6-464e-bed5-8f9cba8ef9b2)) + (fp_line (start -1.635 2.11) (end -2.11 2.11) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a170f92f-50a2-4cd2-8caf-29511f46c425)) + (fp_line (start 1.635 -2.11) (end 2.11 -2.11) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a824efda-a709-4cc1-abf6-701546a08bc6)) + (fp_line (start 1.635 2.11) (end 2.11 2.11) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dfee6685-5ed0-4bd2-b05c-ff59c540f849)) + (fp_line (start 2.11 -2.11) (end 2.11 -1.635) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 470fcda5-1cde-416c-9c64-69b05b1626f3)) + (fp_line (start 2.11 2.11) (end 2.11 1.635) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a46837c-215a-481a-bfd5-2bc02a2e6054)) + (fp_line (start -2.6 -2.6) (end 2.6 -2.6) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7115193c-079c-458d-a86f-5481cd90ac0e)) + (fp_line (start -2.6 2.6) (end -2.6 -2.6) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp abd0693a-bbdb-4e79-875b-442eb937b076)) + (fp_line (start 2.6 -2.6) (end 2.6 2.6) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9815663d-8476-4ff3-92d5-fd56fef273e2)) + (fp_line (start 2.6 2.6) (end -2.6 2.6) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 44e9121d-4cda-4d64-abc4-a334d0eec3f1)) + (fp_line (start -2 -2) (end -2 1) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f22efc63-5b25-4025-b3cd-fccf9aa0e579)) + (fp_line (start -2 1) (end -1 2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b28d892d-8729-49ea-a444-5603b7272e1f)) + (fp_line (start -1 2) (end 2 2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 06973728-6316-4850-8887-d1ea90585b16)) + (fp_line (start 2 -2) (end -2 -2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7718dfde-8606-4e54-8eac-43c7353428b9)) + (fp_line (start 2 2) (end 2 -2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 27ad2280-1367-4882-886d-a308742d5fd8)) + (pad "" smd roundrect (at -0.65 -0.65 180) (size 1.05 1.05) (layers "B.Paste") (roundrect_rratio 0.2380952381) (tstamp d3f69dfd-be4b-4bf4-be9a-e6c9dc5553e5)) + (pad "" smd roundrect (at -0.65 0.65 180) (size 1.05 1.05) (layers "B.Paste") (roundrect_rratio 0.2380952381) (tstamp 8ddca53d-708e-4cb0-8a90-a82690c171c4)) + (pad "" smd roundrect (at 0.65 -0.65 180) (size 1.05 1.05) (layers "B.Paste") (roundrect_rratio 0.2380952381) (tstamp 4ec7b993-8ed6-4ff6-abff-2bb2fada4b66)) + (pad "" smd roundrect (at 0.65 0.65 180) (size 1.05 1.05) (layers "B.Paste") (roundrect_rratio 0.2380952381) (tstamp 27177fb6-71bd-4786-8902-7e8bdb39426d)) + (pad "1" smd roundrect (at -1.9375 1.25 180) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 45 "unconnected-(U2-~{RI}-Pad1)") (pinfunction "~{RI}") (pintype "input") (tstamp 3eb1d8a4-ecb2-4fb1-8b68-e94de8ea683c)) + (pad "2" smd roundrect (at -1.9375 0.75 180) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 46 "Net-(U2-GND-Pad2)") (pinfunction "GND") (pintype "power_in") (tstamp dc825e90-c91a-4ea7-a59c-9d446fb95762)) + (pad "3" smd roundrect (at -1.9375 0.25 180) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 47 "unconnected-(U2-D+-Pad3)") (pinfunction "D+") (pintype "bidirectional") (tstamp 8304f380-ac10-4fc6-8fe4-ca8b3527ca8f)) + (pad "4" smd roundrect (at -1.9375 -0.25 180) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 48 "unconnected-(U2-D--Pad4)") (pinfunction "D-") (pintype "bidirectional") (tstamp 9575e71b-4d58-48cf-a9d9-53491fa31441)) + (pad "5" smd roundrect (at -1.9375 -0.75 180) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 49 "unconnected-(U2-VIO-Pad5)") (pinfunction "VIO") (pintype "power_in") (tstamp 3d9cf1d5-532f-4444-920f-4e5dcb0e249b)) + (pad "6" smd roundrect (at -1.9375 -1.25 180) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 50 "unconnected-(U2-V3-Pad6)") (pinfunction "V3") (pintype "power_out") (tstamp ad71ba73-98bc-418a-bcde-c206b2d3558c)) + (pad "7" smd roundrect (at -1.25 -1.9375 180) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 51 "unconnected-(U2-VDD5-Pad7)") (pinfunction "VDD5") (pintype "power_in") (tstamp 29571dc3-8b22-4493-bcb6-b03569e4024f)) + (pad "8" smd roundrect (at -0.75 -1.9375 180) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 52 "unconnected-(U2-VBUS-Pad8)") (pinfunction "VBUS") (pintype "input") (tstamp 9df75911-bebc-45a3-ae84-e6e8a797d199)) + (pad "9" smd roundrect (at -0.25 -1.9375 180) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 53 "unconnected-(U2-~{RST}-Pad9)") (pinfunction "~{RST}") (pintype "input") (tstamp ad72f941-4abd-4587-b858-d7666ef190d1)) + (pad "10" smd roundrect (at 0.25 -1.9375 180) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 54 "unconnected-(U2-~{ACT}-Pad10)") (pinfunction "~{ACT}") (pintype "output") (tstamp a2884787-c0dc-426e-a81d-476211998cf8)) + (pad "11" smd roundrect (at 0.75 -1.9375 180) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 55 "unconnected-(U2-~{WAKEUP}{slash}GPIO3-Pad11)") (pinfunction "~{WAKEUP}/GPIO3") (pintype "bidirectional") (tstamp 1152faca-ac58-4ddd-8d5a-8dab0eb43f65)) + (pad "12" smd roundrect (at 1.25 -1.9375 180) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 56 "unconnected-(U2-TNOW{slash}GPIO2-Pad12)") (pinfunction "TNOW/GPIO2") (pintype "bidirectional") (tstamp 6ba88f77-d229-4f53-a7b8-ae7e8803d6c0)) + (pad "13" smd roundrect (at 1.9375 -1.25 180) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 57 "unconnected-(U2-RXS{slash}GPIO1-Pad13)") (pinfunction "RXS/GPIO1") (pintype "bidirectional") (tstamp b9b63aa0-245f-4597-afe4-71ed86d88fc2)) + (pad "14" smd roundrect (at 1.9375 -0.75 180) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 58 "unconnected-(U2-TXS{slash}GPIO0-Pad14)") (pinfunction "TXS/GPIO0") (pintype "bidirectional") (tstamp 370bf4c1-82e8-4468-b95a-54a4de993905)) + (pad "15" smd roundrect (at 1.9375 -0.25 180) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 59 "unconnected-(U2-~{SUSPEND}-Pad15)") (pinfunction "~{SUSPEND}") (pintype "output") (tstamp 9e77621b-696b-4bd7-a888-90567a3f5952)) + (pad "16" smd roundrect (at 1.9375 0.25 180) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 60 "unconnected-(U2-GPIO4-Pad16)") (pinfunction "GPIO4") (pintype "bidirectional") (tstamp d2de5754-8230-4370-ba7e-59a4893089c3)) + (pad "17" smd roundrect (at 1.9375 0.75 180) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 61 "unconnected-(U2-SUSPEND-Pad17)") (pinfunction "SUSPEND") (pintype "output") (tstamp 47df0a27-034a-4e69-9f39-0b731c4e0a6d)) + (pad "18" smd roundrect (at 1.9375 1.25 180) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 62 "unconnected-(U2-~{CTS}-Pad18)") (pinfunction "~{CTS}") (pintype "input") (tstamp 29bd5645-05d8-40a8-997b-4f7120c75184)) + (pad "19" smd roundrect (at 1.25 1.9375 180) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 63 "unconnected-(U2-~{RTS}-Pad19)") (pinfunction "~{RTS}") (pintype "output") (tstamp 84595abc-acbe-4c45-8969-c12bcd9b0efd)) + (pad "20" smd roundrect (at 0.75 1.9375 180) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 64 "unconnected-(U2-RXD-Pad20)") (pinfunction "RXD") (pintype "input") (tstamp 58bd5e8f-3275-43be-8c56-45787833b3e9)) + (pad "21" smd roundrect (at 0.25 1.9375 180) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 65 "unconnected-(U2-TXD-Pad21)") (pinfunction "TXD") (pintype "output") (tstamp 80e2bbe3-d2ac-4647-af53-ec531ab42da8)) + (pad "22" smd roundrect (at -0.25 1.9375 180) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 66 "unconnected-(U2-~{DSR}-Pad22)") (pinfunction "~{DSR}") (pintype "input") (tstamp 77074773-5ab5-4a9e-b8bf-70546043ca03)) + (pad "23" smd roundrect (at -0.75 1.9375 180) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 67 "unconnected-(U2-~{DTR}-Pad23)") (pinfunction "~{DTR}") (pintype "output") (tstamp 57d8b52c-f3af-4992-a51c-eba5eefdd97f)) + (pad "24" smd roundrect (at -1.25 1.9375 180) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 68 "unconnected-(U2-~{DCD}-Pad24)") (pinfunction "~{DCD}") (pintype "input") (tstamp 8e4a49cd-f256-4c4a-bbbd-1305c9601992)) + (pad "25" smd rect (at 0 0 180) (size 2.6 2.6) (layers "B.Cu" "B.Mask") + (net 46 "Net-(U2-GND-Pad2)") (pinfunction "GND") (pintype "passive") (tstamp a5181448-927b-43b5-b34a-044af1c6ea2d)) + (model "${KICAD6_3DMODEL_DIR}/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "B.Cu") + (tstamp 42a3b311-1e5e-42f2-8e43-061cd65eaa63) + (at 131 78 45) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "LCSC" "C8667") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "NPN transistor, base/emitter/collector") + (property "ki_keywords" "transistor NPN") + (path "/d6a66c0d-4cdd-4de9-8f86-e55c40773971") + (attr smd) + (fp_text reference "Q7" (at 0 2.4 45) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 8066a123-2b65-4763-882b-13d212f9385b) + ) + (fp_text value "Q_NPN_BEC" (at 0 -2.4 45) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 90bb6003-a757-41df-bd4c-bbe3e756519f) + ) + (fp_text user "${REFERENCE}" (at 0 0 45) (layer "B.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) + (tstamp f7e1c668-c7b7-45fa-9179-fa502eb97f7a) + ) + (fp_line (start 0 -1.56) (end -0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a5e0ef6-7662-44ab-9535-6739f40b27f4)) + (fp_line (start 0 -1.56) (end 0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 38e6615c-e8cf-4516-80ef-f0c4c41b01e3)) + (fp_line (start 0 1.56) (end -1.8 1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 442fce62-7eb3-4f10-a488-d32f36051725)) + (fp_line (start 0 1.56) (end 0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 18de7f73-8053-4052-9a3e-82f123f20deb)) + (fp_line (start -2.05 -1.7) (end 2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 346500f7-49d5-4a96-afa7-0d2e0612ebc0)) + (fp_line (start -2.05 1.7) (end -2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a4382e10-1489-4947-9053-04d7e6c09b4d)) + (fp_line (start 2.05 -1.7) (end 2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 58ffbeed-9135-4d3c-880b-c51971d9e693)) + (fp_line (start 2.05 1.7) (end -2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 849f5887-e532-4a6c-9b38-b405133695e3)) + (fp_line (start -0.8 -1.45) (end -0.8 1.05) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8233720a-775f-463c-bf0c-3f3e63b73cf9)) + (fp_line (start -0.8 1.05) (end -0.4 1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a8fb2235-ea0d-4430-9caa-8fecdcd205e7)) + (fp_line (start -0.4 1.45) (end 0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 717a2a62-e9c4-466f-8eb4-399ea29789f7)) + (fp_line (start 0.8 -1.45) (end -0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e0c3c0dc-efce-4217-9251-aef74368ee3f)) + (fp_line (start 0.8 1.45) (end 0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ce6724ec-bfe6-414c-8b9d-2bc3baad3016)) + (pad "1" smd roundrect (at -1.1375 0.95 45) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 13 "unconnected-(Q7-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp 445eeed3-5e05-419b-a149-992ea4e3e7ba)) + (pad "2" smd roundrect (at -1.1375 -0.95 45) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 14 "Net-(Q7-C)") (pinfunction "E") (pintype "passive") (tstamp 2a54f262-2242-401e-b47d-d82fa87bba8c)) + (pad "3" smd roundrect (at 1.1375 0 45) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 14 "Net-(Q7-C)") (pinfunction "C") (pintype "passive") (tstamp 4c0a0949-df9c-4379-952d-38e89ba6b111)) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_QFP:LQFP-48_7x7mm_P0.5mm" (layer "B.Cu") + (tstamp 46836307-d6f7-48c0-a7ae-ad5fbc15bce0) + (at 162.75 87.25 90) + (descr "LQFP, 48 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2358-16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "LQFP QFP") + (property "LCSC" "C428116") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Full Speed Double Channel USB UART/FIFO, LQFP-48") + (property "ki_keywords" "USB Double UART FIFO") + (path "/7cadb78c-4c50-4c1d-87c1-0bd27a8c2726") + (attr smd) + (fp_text reference "U12" (at 0 5.85 90) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 00e8b890-614f-4720-95fb-e73262b3b98b) + ) + (fp_text value "FT2232D" (at 0 -5.85 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 3a4b28d9-4af2-4142-977a-4cd1305680b7) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 9d940762-52dd-4dff-b122-61ea7fc6c016) + ) + (fp_line (start -3.61 -3.61) (end -3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 09076c89-d322-4e88-bc12-60cb7c56e6f7)) + (fp_line (start -3.61 3.16) (end -4.9 3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 668528ed-e429-4e29-9ac4-08014adf62d3)) + (fp_line (start -3.61 3.61) (end -3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 71b360d9-6f63-4626-945b-c0358fa589fc)) + (fp_line (start -3.16 -3.61) (end -3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 65657aab-d683-4fc4-b21f-086d3d9c0f29)) + (fp_line (start -3.16 3.61) (end -3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 913e9bd6-41fe-4890-9b04-a014c22e61a9)) + (fp_line (start 3.16 -3.61) (end 3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a5d1ec4b-6ef3-4abf-8a25-7c7e13f335e1)) + (fp_line (start 3.16 3.61) (end 3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fbb99761-8d2a-4fbf-9283-499737e8bd82)) + (fp_line (start 3.61 -3.61) (end 3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 80cdafed-afdd-4c1f-b689-79cd83125b84)) + (fp_line (start 3.61 3.61) (end 3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8358d31d-1494-4f72-afa3-6c034a4d0a65)) + (fp_line (start -5.15 -3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c4726cef-070a-4122-b5ab-00018f821b7f)) + (fp_line (start -5.15 3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4470edaf-7a39-445e-83ac-e3df330ffdd9)) + (fp_line (start -3.75 -3.75) (end -3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8ed0b011-7a24-4106-8701-d7f78377a59c)) + (fp_line (start -3.75 -3.15) (end -5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a9f3178d-4dc2-45f5-a63d-b673ccb2cf8b)) + (fp_line (start -3.75 3.15) (end -5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9b37085d-76b5-464b-83e4-b516efa3cb4a)) + (fp_line (start -3.75 3.75) (end -3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 21895f14-4f74-41d6-86f9-95ac39af5a51)) + (fp_line (start -3.15 -5.15) (end -3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e9aef011-85fb-42d8-94bf-2241e7b36472)) + (fp_line (start -3.15 -3.75) (end -3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f99f10cd-17fc-4812-ae46-0be1361cc774)) + (fp_line (start -3.15 3.75) (end -3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8f304472-b946-4d0c-b54a-59190ce5fe2c)) + (fp_line (start -3.15 5.15) (end -3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ecbcf924-afc4-44cd-969d-840957d4f12e)) + (fp_line (start 0 -5.15) (end -3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 974e14d4-b141-4c02-84fd-22d31d790621)) + (fp_line (start 0 -5.15) (end 3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e5488b43-353b-4a91-89ae-151a43a42bbb)) + (fp_line (start 0 5.15) (end -3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4313c962-d8e5-4df3-adb8-7dac6140090c)) + (fp_line (start 0 5.15) (end 3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 03fd34ec-829d-4f8c-83ca-b1096023933f)) + (fp_line (start 3.15 -5.15) (end 3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e6ffd779-0311-4b49-b80a-42fcbe45d88b)) + (fp_line (start 3.15 -3.75) (end 3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 633bad24-bd82-4575-9030-07ecf238d72c)) + (fp_line (start 3.15 3.75) (end 3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 934635f8-3410-4d9d-9936-efa4530deb15)) + (fp_line (start 3.15 5.15) (end 3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 954cb84e-8485-452c-8bad-ed16868bb909)) + (fp_line (start 3.75 -3.75) (end 3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bb19c3af-660f-49c7-9f30-c6371d1c8ca4)) + (fp_line (start 3.75 -3.15) (end 5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c019ff16-53f9-4806-bdd5-66cbafdb8784)) + (fp_line (start 3.75 3.15) (end 5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0d7e1daa-718d-4dca-8e81-6bef1a2af0d5)) + (fp_line (start 3.75 3.75) (end 3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6f44fe00-2914-4a09-8859-cd181e3cdc7b)) + (fp_line (start 5.15 -3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f43b71a3-7333-4d8a-8bf0-84409ad769cb)) + (fp_line (start 5.15 3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9b89f555-62b2-4df6-a1d6-71628dd26820)) + (fp_line (start -3.5 -3.5) (end -3.5 2.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cd08f3b1-b400-4992-be66-b6e068573aee)) + (fp_line (start -3.5 2.5) (end -2.5 3.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp afe8a15c-4190-4a1f-99ec-12353e89c746)) + (fp_line (start -2.5 3.5) (end 3.5 3.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e9cbe832-bc1f-4341-858c-862be20ec954)) + (fp_line (start 3.5 -3.5) (end -3.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c6d05775-eecf-4b70-acfb-bcf82a3baa90)) + (fp_line (start 3.5 3.5) (end 3.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c7194a90-8c61-44a4-8ce3-96972b51b740)) + (pad "1" smd roundrect (at -4.1625 2.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 405 "unconnected-(U12-EECLK-Pad1)") (pinfunction "EECLK") (pintype "output") (tstamp 3bf2e840-fe2e-4213-b0e0-3b59dc845a44)) + (pad "2" smd roundrect (at -4.1625 2.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 406 "unconnected-(U12-EEDATA-Pad2)") (pinfunction "EEDATA") (pintype "bidirectional") (tstamp 2933f218-9a71-4a0e-be33-97a8d0c17df4)) + (pad "3" smd roundrect (at -4.1625 1.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 407 "unconnected-(U12-VCC-Pad3)") (pinfunction "VCC") (pintype "power_in") (tstamp 50e5b2ee-980d-4082-82d5-15a2f0fddc68)) + (pad "4" smd roundrect (at -4.1625 1.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 408 "unconnected-(U12-~{RESET}-Pad4)") (pinfunction "~{RESET}") (pintype "input") (tstamp 77abafb4-8ca1-4825-acfb-ef0c0de74ae3)) + (pad "5" smd roundrect (at -4.1625 0.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 409 "unconnected-(U12-~{RSTOUT}-Pad5)") (pinfunction "~{RSTOUT}") (pintype "output") (tstamp 5d71182d-8af3-4dba-9c1e-ee6fe0365360)) + (pad "6" smd roundrect (at -4.1625 0.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 410 "unconnected-(U12-3V3OUT-Pad6)") (pinfunction "3V3OUT") (pintype "power_out") (tstamp 98cf41c7-d30a-4667-b71b-2e74212baeed)) + (pad "7" smd roundrect (at -4.1625 -0.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 411 "unconnected-(U12-USBDP-Pad7)") (pinfunction "USBDP") (pintype "bidirectional") (tstamp 93515596-d5d9-4de5-ab96-6c130bda98f9)) + (pad "8" smd roundrect (at -4.1625 -0.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 412 "unconnected-(U12-USBDM-Pad8)") (pinfunction "USBDM") (pintype "bidirectional") (tstamp 19a4daec-74ef-4e9b-9a23-778e50c086d7)) + (pad "9" smd roundrect (at -4.1625 -1.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 413 "unconnected-(U12-GND-Pad9)") (pinfunction "GND") (pintype "power_in") (tstamp 259db5ac-2ed7-4d99-b14a-fd307706f39c)) + (pad "10" smd roundrect (at -4.1625 -1.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 414 "unconnected-(U12-SI{slash}WUA-Pad10)") (pinfunction "SI/WUA") (pintype "bidirectional") (tstamp a3614cbf-63da-4be0-826d-531ea367a1f0)) + (pad "11" smd roundrect (at -4.1625 -2.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 415 "unconnected-(U12-ACBUS3-Pad11)") (pinfunction "ACBUS3") (pintype "bidirectional") (tstamp 9d7d7b83-11ab-4ee9-a91b-bc29859c9c28)) + (pad "12" smd roundrect (at -4.1625 -2.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 416 "unconnected-(U12-ACBUS2-Pad12)") (pinfunction "ACBUS2") (pintype "bidirectional") (tstamp b435c341-b3ac-4041-8422-f202cfccb74c)) + (pad "13" smd roundrect (at -2.75 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 417 "unconnected-(U12-ACBUS1-Pad13)") (pinfunction "ACBUS1") (pintype "bidirectional") (tstamp d2ff11d7-5e7c-4710-891f-6387d26fbd46)) + (pad "14" smd roundrect (at -2.25 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 418 "unconnected-(U12-VCCIOA-Pad14)") (pinfunction "VCCIOA") (pintype "power_in") (tstamp 2f1e600e-b936-4848-ae66-5b34ec9d5051)) + (pad "15" smd roundrect (at -1.75 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 419 "unconnected-(U12-ACBUS0-Pad15)") (pinfunction "ACBUS0") (pintype "bidirectional") (tstamp bb463c01-8e71-4351-ba13-1b22793d49d1)) + (pad "16" smd roundrect (at -1.25 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 420 "unconnected-(U12-ADBUS7-Pad16)") (pinfunction "ADBUS7") (pintype "bidirectional") (tstamp 00ac66ce-8b0b-4d77-bbe6-f3384c0c0636)) + (pad "17" smd roundrect (at -0.75 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 421 "unconnected-(U12-ADBUS6-Pad17)") (pinfunction "ADBUS6") (pintype "bidirectional") (tstamp 5153e0f2-261e-4fa2-ade2-859f4017c083)) + (pad "18" smd roundrect (at -0.25 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 422 "unconnected-(U12-GND-Pad18)") (pinfunction "GND") (pintype "power_in") (tstamp c4ad9d4b-9582-4831-b53d-91f53e498058)) + (pad "19" smd roundrect (at 0.25 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 423 "unconnected-(U12-ADBUS5-Pad19)") (pinfunction "ADBUS5") (pintype "bidirectional") (tstamp 86467e87-2788-42b7-a200-12526607f87c)) + (pad "20" smd roundrect (at 0.75 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 424 "unconnected-(U12-ADBUS4-Pad20)") (pinfunction "ADBUS4") (pintype "bidirectional") (tstamp 74d58bd5-182b-4a79-87cc-c879d87ba049)) + (pad "21" smd roundrect (at 1.25 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 425 "unconnected-(U12-ADBUS3-Pad21)") (pinfunction "ADBUS3") (pintype "bidirectional") (tstamp f3f4767a-0d3f-4ac1-b38e-006d259b5295)) + (pad "22" smd roundrect (at 1.75 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 426 "unconnected-(U12-ADBUS2-Pad22)") (pinfunction "ADBUS2") (pintype "bidirectional") (tstamp 2bb48b5f-4a42-44ab-aed3-f934691afe4d)) + (pad "23" smd roundrect (at 2.25 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 427 "unconnected-(U12-ADBUS1-Pad23)") (pinfunction "ADBUS1") (pintype "bidirectional") (tstamp 36675970-ca95-4c3d-a3b2-597d26a92615)) + (pad "24" smd roundrect (at 2.75 -4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 428 "unconnected-(U12-ADBUS0-Pad24)") (pinfunction "ADBUS0") (pintype "bidirectional") (tstamp 54e0e7a9-cfcb-4f02-9a77-701bb69cbc04)) + (pad "25" smd roundrect (at 4.1625 -2.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 429 "unconnected-(U12-GND-Pad25)") (pinfunction "GND") (pintype "power_in") (tstamp bacdcd72-5e55-4b08-9a1c-2b7397340cc5)) + (pad "26" smd roundrect (at 4.1625 -2.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 430 "unconnected-(U12-SI{slash}WUB-Pad26)") (pinfunction "SI/WUB") (pintype "output") (tstamp a0caa31a-08ed-4419-bbf3-9407527f27c9)) + (pad "27" smd roundrect (at 4.1625 -1.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 431 "unconnected-(U12-BCBUS3-Pad27)") (pinfunction "BCBUS3") (pintype "output") (tstamp 52c14791-1016-4697-bd84-52f600a4f7f6)) + (pad "28" smd roundrect (at 4.1625 -1.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 432 "unconnected-(U12-BCBUS2-Pad28)") (pinfunction "BCBUS2") (pintype "output") (tstamp 2e54810c-881f-4c71-a687-7b66c610497d)) + (pad "29" smd roundrect (at 4.1625 -0.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 433 "unconnected-(U12-BCBUS1-Pad29)") (pinfunction "BCBUS1") (pintype "output") (tstamp 1a882a6a-d67e-4e43-a14a-aed9b664af3a)) + (pad "30" smd roundrect (at 4.1625 -0.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 434 "unconnected-(U12-BCBUS0-Pad30)") (pinfunction "BCBUS0") (pintype "output") (tstamp 63d79de2-9f22-49b2-9127-5c67703523ab)) + (pad "31" smd roundrect (at 4.1625 0.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 435 "unconnected-(U12-VCCIOB-Pad31)") (pinfunction "VCCIOB") (pintype "power_in") (tstamp 1e64a3f7-cd28-4942-b5c5-60bd49be2cc6)) + (pad "32" smd roundrect (at 4.1625 0.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 436 "unconnected-(U12-BDBUS7-Pad32)") (pinfunction "BDBUS7") (pintype "output") (tstamp acdb5368-0b7d-42f6-8760-b6bd5cb92800)) + (pad "33" smd roundrect (at 4.1625 1.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 437 "unconnected-(U12-BDBUS6-Pad33)") (pinfunction "BDBUS6") (pintype "output") (tstamp e4479569-cec7-47e2-8ce2-01d1412b68df)) + (pad "34" smd roundrect (at 4.1625 1.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 438 "unconnected-(U12-GND-Pad34)") (pinfunction "GND") (pintype "power_in") (tstamp 9cfb075c-3641-470f-a436-9cf16a7fb470)) + (pad "35" smd roundrect (at 4.1625 2.25 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 439 "unconnected-(U12-BDBUS5-Pad35)") (pinfunction "BDBUS5") (pintype "output") (tstamp cdb2f212-6ca5-4748-a581-02459714170d)) + (pad "36" smd roundrect (at 4.1625 2.75 90) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 440 "unconnected-(U12-BDBUS4-Pad36)") (pinfunction "BDBUS4") (pintype "output") (tstamp 5e76c8b2-78fc-4b2f-95a2-ebe280700274)) + (pad "37" smd roundrect (at 2.75 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 441 "unconnected-(U12-BDBUS3-Pad37)") (pinfunction "BDBUS3") (pintype "output") (tstamp 654fb582-658b-4720-b367-e003347c6073)) + (pad "38" smd roundrect (at 2.25 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 442 "unconnected-(U12-BDBUS2-Pad38)") (pinfunction "BDBUS2") (pintype "output") (tstamp 9a27d3dd-9685-4d39-9b2f-7bb390400cb3)) + (pad "39" smd roundrect (at 1.75 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 443 "unconnected-(U12-BDBUS1-Pad39)") (pinfunction "BDBUS1") (pintype "output") (tstamp e110473e-2275-49b0-acf7-dd7164909571)) + (pad "40" smd roundrect (at 1.25 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 444 "unconnected-(U12-BDBUS0-Pad40)") (pinfunction "BDBUS0") (pintype "output") (tstamp 572e2d2e-c5d3-4715-a032-490dcb802650)) + (pad "41" smd roundrect (at 0.75 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 445 "unconnected-(U12-~{PWREN}-Pad41)") (pinfunction "~{PWREN}") (pintype "output") (tstamp a6200f97-794e-47d3-b231-0e4be535585d)) + (pad "42" smd roundrect (at 0.25 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 446 "unconnected-(U12-VCC-Pad42)") (pinfunction "VCC") (pintype "power_in") (tstamp eaca8087-2ec1-404a-9386-1d4c53608097)) + (pad "43" smd roundrect (at -0.25 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 447 "unconnected-(U12-XTIN-Pad43)") (pinfunction "XTIN") (pintype "input") (tstamp 914828d8-2634-42a1-b9d0-b455ad893208)) + (pad "44" smd roundrect (at -0.75 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 448 "unconnected-(U12-XTOUT-Pad44)") (pinfunction "XTOUT") (pintype "output") (tstamp aa1f699f-ba07-4e26-87a0-2995be95e2a5)) + (pad "45" smd roundrect (at -1.25 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 449 "unconnected-(U12-AGND-Pad45)") (pinfunction "AGND") (pintype "power_in") (tstamp 22615a9d-5527-4230-986e-a5b9e441d352)) + (pad "46" smd roundrect (at -1.75 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 450 "unconnected-(U12-AVCC-Pad46)") (pinfunction "AVCC") (pintype "power_in") (tstamp 9769db4b-16a6-4cd9-817b-a993657a289f)) + (pad "47" smd roundrect (at -2.25 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 451 "unconnected-(U12-TEST-Pad47)") (pinfunction "TEST") (pintype "input") (tstamp cf525d3b-2882-4ea1-b3f6-4af9a908c10e)) + (pad "48" smd roundrect (at -2.75 4.1625 90) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 452 "unconnected-(U12-EECS-Pad48)") (pinfunction "EECS") (pintype "bidirectional") (tstamp 4437e051-78a1-4655-ba41-3469d19fc33d)) + (model "${KICAD6_3DMODEL_DIR}/Package_QFP.3dshapes/LQFP-48_7x7mm_P0.5mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") + (tstamp 57ea8982-3250-4f60-bc6d-bbf5a796159d) + (at 128 92 45) + (descr "SOD-123") + (tags "SOD-123") + (property "LCSC" "C81598") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "Sim.Device" "D") + (property "Sim.Pins" "1=K 2=A") + (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") + (property "ki_keywords" "diode") + (path "/eeda8608-5e2a-4094-a1b0-72dc1e7cc19d") + (attr smd) + (fp_text reference "D10" (at 0 2 45) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp c1e6b7b0-7907-4b67-9162-86f1bd1208fe) + ) + (fp_text value "1N4148W" (at 0 -2.1 45) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 5048fac7-2ee3-44b4-ba69-25394b65e459) + ) + (fp_text user "${REFERENCE}" (at 0 2 45) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 3f50a965-eea8-4eef-acc4-67008895d292) + ) + (fp_line (start -2.36 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b562bab5-612d-4aee-bb8b-f9720401a893)) + (fp_line (start -2.36 1) (end -2.36 -1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 550b111e-edf1-4585-b752-2f1017ec1af5)) + (fp_line (start -2.36 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b4f8029b-d769-4990-babb-542ad497769a)) + (fp_line (start -2.35 1.15) (end -2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp af9d2f3d-ddf3-4bbd-9733-f99ceab83f26)) + (fp_line (start -2.35 1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c80b4ff8-6849-4bc5-a92a-ce9c9fa212c2)) + (fp_line (start 2.35 -1.15) (end -2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 265b0f22-482d-4df2-b038-cc86e9c5f971)) + (fp_line (start 2.35 1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2069a455-3b6c-406f-ace5-e70c881065a8)) + (fp_line (start -1.4 -0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bb2de297-44d4-4c95-b829-8fb2c0f36b82)) + (fp_line (start -1.4 0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8eccf841-9f8c-4750-abd5-3c823bafcfaa)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 61be0f76-5d1f-49ab-bd3e-a6ab26739f56)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eedc194f-b659-400d-a795-2451e5de5f49)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 66c492f0-d5a3-4609-87a9-90632a53a984)) + (fp_line (start -0.35 0) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c11c119e-b572-440e-a932-f2bb894beec6)) + (fp_line (start 0.25 -0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c80edb78-cc49-4eef-a416-d5973cd895c0)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e98452fd-48c7-44ff-ae66-044d5e25b61c)) + (fp_line (start 0.25 0.4) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 38d80611-4263-4266-a705-81dc7ee4559d)) + (fp_line (start 1.4 -0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 381dba73-bc97-459a-a79f-afd4598694b4)) + (fp_line (start 1.4 0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 17917e40-9029-48f1-b946-cd87e8bdf336)) + (pad "1" smd roundrect (at -1.65 0 45) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 471 "unconnected-(D10-K-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 8cac411f-8252-43c9-81e9-28f4d9d502d7)) + (pad "2" smd roundrect (at 1.65 0 45) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 472 "unconnected-(D10-A-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 9a2cb7a2-27f5-4ca5-bf4e-b6c9c7b94c6b)) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (layer "B.Cu") + (tstamp 5ae574e7-d7cf-4596-bc07-00ffb7abf9c4) + (at 117 126.2 90) + (descr "Through hole straight pin header, 2x03, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x03 1.27mm double row") + (property "LCSC" "C2935951") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x03, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/e267bd44-8056-4ac6-83a0-160ff2fe84b9") + (attr through_hole) + (fp_text reference "J16" (at 0.635 1.695 90) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp a516b2d2-10e4-4c42-ae41-973bc29687b4) + ) + (fp_text value "Conn_02x03_Counter_Clockwise" (at 0.635 -4.235 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 19d68105-753a-42f1-ac04-6d9067ee8686) + ) + (fp_text user "${REFERENCE}" (at 0.635 -1.27) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 3fb9ccbc-5006-4135-b85e-8a10c52c4546) + ) + (fp_line (start -1.13 -3.235) (end -0.30753 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dca4a1d8-e025-44ba-9137-086c32665829)) + (fp_line (start -1.13 -0.76) (end -1.13 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4ac81658-b161-4a58-a00e-ba3fd13453f4)) + (fp_line (start -1.13 -0.76) (end -0.563471 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e72ddf0e-724a-4660-a5e4-d1e2a9d2ab8c)) + (fp_line (start -1.13 0) (end -1.13 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 324de3fa-395b-4bca-b746-bf22e63c6e60)) + (fp_line (start -1.13 0.76) (end 0 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7e00c85a-4f1a-4fe2-a31f-aa65d73a043e)) + (fp_line (start 0.30753 -3.235) (end 0.96247 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ad263b79-34fd-4429-a169-47823e788f6b)) + (fp_line (start 0.563471 -0.76) (end 0.706529 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7b56bd4b-9613-40ba-a1e9-8d25a9aad2e5)) + (fp_line (start 0.76 -0.706529) (end 0.76 -0.563471) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 77a2a798-982c-4619-ab34-710c54714988)) + (fp_line (start 0.76 0.563471) (end 0.76 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp daa14e0a-f993-432b-a47f-7c079b0af0bb)) + (fp_line (start 0.76 0.695) (end 0.96247 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b8851e80-7ee2-460c-9e2d-7f12f1430ef3)) + (fp_line (start 1.57753 -3.235) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 71dc20b7-2594-49b4-9852-934235ac565d)) + (fp_line (start 1.57753 0.695) (end 2.4 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b980d2f0-149d-4098-940a-5c5fec61859b)) + (fp_line (start 2.4 0.695) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 38be004a-c32f-49d0-a886-0bfafd723724)) + (fp_line (start -1.6 -3.7) (end 2.85 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 441dd26c-4b18-4cb5-9389-0be534062f0a)) + (fp_line (start -1.6 1.15) (end -1.6 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2f0bedc1-4679-4dc5-a429-30d8ceb0a220)) + (fp_line (start 2.85 -3.7) (end 2.85 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 65b32e1f-3b01-4769-9f45-1ebcbc1759ca)) + (fp_line (start 2.85 1.15) (end -1.6 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4272c502-8000-46b2-8497-2bb4ef2f504a)) + (fp_line (start -1.07 -3.175) (end -1.07 -0.2175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b23098fd-8888-4d62-a509-2d986535102d)) + (fp_line (start -1.07 -0.2175) (end -0.2175 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 21112960-04e1-4e0d-ae78-748933818ada)) + (fp_line (start -0.2175 0.635) (end 2.34 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d18c2123-c260-4124-b15d-642bbcd3bcc4)) + (fp_line (start 2.34 -3.175) (end -1.07 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 26e7a7b8-9183-4333-83a1-4191a53bb334)) + (fp_line (start 2.34 0.635) (end 2.34 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9954c622-f471-4880-b93c-de8243543c05)) + (pad "1" thru_hole rect (at 0 0 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 611 "unconnected-(J16-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp a65d8e9d-4133-4655-ad8a-050777ed2474)) + (pad "2" thru_hole oval (at 1.27 0 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 612 "unconnected-(J16-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 3991d0e0-741f-4760-8b5b-d90fd890ef77)) + (pad "3" thru_hole oval (at 0 -1.27 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 613 "unconnected-(J16-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 2a4205f2-e3d2-4959-884e-13664c975e2b)) + (pad "4" thru_hole oval (at 1.27 -1.27 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 614 "unconnected-(J16-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp f685894c-4c1c-4239-a391-d8375d258c82)) + (pad "5" thru_hole oval (at 0 -2.54 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 615 "unconnected-(J16-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp eda4551a-9bd9-4957-9c06-0dbbf83226a7)) + (pad "6" thru_hole oval (at 1.27 -2.54 90) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 616 "unconnected-(J16-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp ef2d9529-a91d-401f-9940-912c5a9afaf7)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x03_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") + (tstamp 62a2395b-8528-449b-80dc-79b94a4386b8) + (at 125 86 -90) + (descr "SOD-123") + (tags "SOD-123") + (property "LCSC" "C81598") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "Sim.Device" "D") + (property "Sim.Pins" "1=K 2=A") + (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") + (property "ki_keywords" "diode") + (path "/2a1f238b-541d-44a3-a53f-787f4129ace7") + (attr smd) + (fp_text reference "D9" (at 0 2 90) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp fcd8dad7-555c-4e79-bd19-6d9bdeb23e08) + ) + (fp_text value "1N4148W" (at 0 -2.1 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp f99ae572-08de-42d9-883e-062a665c44e1) + ) + (fp_text user "${REFERENCE}" (at 0 2 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 20d2fdfd-0118-47c1-b221-22c5d324eddd) + ) + (fp_line (start -2.36 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 357102e2-285a-4137-8d20-84e880872978)) + (fp_line (start -2.36 1) (end -2.36 -1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7a71edb6-a21f-49d5-a55c-a701b6654d8b)) + (fp_line (start -2.36 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ea638f10-fa65-4c17-ae51-8b8de37447b3)) + (fp_line (start -2.35 1.15) (end -2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 19895204-492d-440c-9940-8da59f216bb6)) + (fp_line (start -2.35 1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 044259bb-8871-48dc-aec2-fb4bd4ce3706)) + (fp_line (start 2.35 -1.15) (end -2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 304cfb66-6e25-4df4-94d0-f778e2f93950)) + (fp_line (start 2.35 1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b272e14a-4244-4387-8e8f-66b9a1db9b01)) + (fp_line (start -1.4 -0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7f94b12f-2076-4b35-8bb9-57b66ee295e7)) + (fp_line (start -1.4 0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8375e9ea-004d-4c9d-983b-6c33999c0c06)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1349f510-6208-4635-bee3-927fc95c2087)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e23c942d-2768-46a2-a5b4-a43fe339b53a)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f54b51f1-35f2-4a18-98d7-617a6d8a5dda)) + (fp_line (start -0.35 0) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e3e4d15f-5c02-4df6-b475-e8a2a511841a)) + (fp_line (start 0.25 -0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d76cc90a-5c33-4f27-ae54-0b5b53fe47b6)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1f5e171e-5978-4533-a018-e45bf7976eaf)) + (fp_line (start 0.25 0.4) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f2d88b58-0fed-43db-8b69-a9bcd82c7c1f)) + (fp_line (start 1.4 -0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6fbd9619-a49c-4e76-80df-8078e0131c54)) + (fp_line (start 1.4 0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a010e720-d4ec-42c5-b5fe-c489844ae517)) + (pad "1" smd roundrect (at -1.65 0 270) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 469 "unconnected-(D9-K-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 7eef002f-af90-44a5-a151-35126e4fef4b)) + (pad "2" smd roundrect (at 1.65 0 270) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 470 "unconnected-(D9-A-Pad2)") (pinfunction "A") (pintype "passive") (tstamp 3ebdff58-aa9f-4a61-b15b-78844ed819f5)) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (layer "B.Cu") + (tstamp 726b65ac-0b16-49dc-8bb6-cdb1cc4ed72f) + (at 153.75 64.0625 90) + (descr "QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "QFN NoLead") + (property "LCSC" "C122485") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "WCH-IC, Single-Chip USB-to-UART Bridge, USB 2.0 Full-Speed, 4Mbps UART, QFN-24") + (property "ki_keywords" "uart usb bridge interface transceiver CH9102F") + (path "/d2a021e9-5b56-4c72-881f-a66a7597fb5c") + (attr smd) + (fp_text reference "U6" (at 0 3.3 90) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 0373e196-ccad-41ff-a603-2fbba9dbef7f) + ) + (fp_text value "APW8713AQBI-TRG" (at 0 -3.3 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp b92e1e25-ff07-482c-9527-f0d9fe7fec6a) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 98dc2642-18ae-4e12-a284-c671028062f9) + ) + (fp_line (start -2.11 -2.11) (end -2.11 -1.635) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1730124d-3abd-4514-8bcd-6893330cff67)) + (fp_line (start -1.635 -2.11) (end -2.11 -2.11) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 83b9ad03-d734-4f16-bb7a-e5d4d774e530)) + (fp_line (start -1.635 2.11) (end -2.11 2.11) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d61bda33-f5e4-495e-9dce-0618c3f99320)) + (fp_line (start 1.635 -2.11) (end 2.11 -2.11) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 93f99d29-9403-4437-9b00-c81332f94b2f)) + (fp_line (start 1.635 2.11) (end 2.11 2.11) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6d2ce149-acd7-42d8-9e32-590e1cf82b3a)) + (fp_line (start 2.11 -2.11) (end 2.11 -1.635) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ac4e2994-223e-4429-9d5b-ed48e9ba23ad)) + (fp_line (start 2.11 2.11) (end 2.11 1.635) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9d0b29fd-9023-4d67-8b29-798a4fc1972e)) + (fp_line (start -2.6 -2.6) (end 2.6 -2.6) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1259e5e9-65d5-485b-ac81-6d3cd8c40c40)) + (fp_line (start -2.6 2.6) (end -2.6 -2.6) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e0875193-814f-480b-b160-511e10247f3c)) + (fp_line (start 2.6 -2.6) (end 2.6 2.6) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 745b5cd1-b83a-4e7e-9a54-7ca50062ae35)) + (fp_line (start 2.6 2.6) (end -2.6 2.6) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 672af2e1-0df4-4b7b-a761-5f8448fed29f)) + (fp_line (start -2 -2) (end -2 1) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e1064dc6-291b-422d-ae91-223a4e8c50ee)) + (fp_line (start -2 1) (end -1 2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cfeabff8-5b68-4ec1-9dc5-7d9ec1100254)) + (fp_line (start -1 2) (end 2 2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7ced1a70-8968-40f6-bb9e-6c29e939ff43)) + (fp_line (start 2 -2) (end -2 -2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1ccf2e90-4ea4-4d6b-955e-4916f1a7067e)) + (fp_line (start 2 2) (end 2 -2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 10ec84bf-8dd9-463f-aab5-d45223aed01f)) + (pad "" smd roundrect (at -0.65 -0.65 90) (size 1.05 1.05) (layers "B.Paste") (roundrect_rratio 0.2380952381) (tstamp edbd7b6e-eb29-42dd-9912-61b9191b7f7f)) + (pad "" smd roundrect (at -0.65 0.65 90) (size 1.05 1.05) (layers "B.Paste") (roundrect_rratio 0.2380952381) (tstamp 9287f84f-9ee9-4743-baca-986dfbce19a4)) + (pad "" smd roundrect (at 0.65 -0.65 90) (size 1.05 1.05) (layers "B.Paste") (roundrect_rratio 0.2380952381) (tstamp b23191f4-6e97-4850-a9ec-60a6c64560d8)) + (pad "" smd roundrect (at 0.65 0.65 90) (size 1.05 1.05) (layers "B.Paste") (roundrect_rratio 0.2380952381) (tstamp 5ede88c1-76b8-463a-8632-8d44d931d46c)) + (pad "1" smd roundrect (at -1.9375 1.25 90) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 141 "unconnected-(U6-~{RI}-Pad1)") (pinfunction "~{RI}") (pintype "input") (tstamp c48e29e5-153d-462f-baae-912542ae8c07)) + (pad "2" smd roundrect (at -1.9375 0.75 90) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 142 "Net-(U6-GND-Pad2)") (pinfunction "GND") (pintype "power_in") (tstamp cde70618-d1dd-44e9-b1fa-8e329af2b36d)) + (pad "3" smd roundrect (at -1.9375 0.25 90) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 143 "unconnected-(U6-D+-Pad3)") (pinfunction "D+") (pintype "bidirectional") (tstamp 2dfff761-456f-4fc5-a055-226ffe239b2c)) + (pad "4" smd roundrect (at -1.9375 -0.25 90) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 144 "unconnected-(U6-D--Pad4)") (pinfunction "D-") (pintype "bidirectional") (tstamp 3b171939-9fd8-4354-a2d7-1c98aec2058a)) + (pad "5" smd roundrect (at -1.9375 -0.75 90) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 145 "unconnected-(U6-VIO-Pad5)") (pinfunction "VIO") (pintype "power_in") (tstamp d0837eed-962b-4f0c-a2a1-3c5a67869c83)) + (pad "6" smd roundrect (at -1.9375 -1.25 90) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 146 "unconnected-(U6-V3-Pad6)") (pinfunction "V3") (pintype "power_out") (tstamp 88150aad-73f1-4db2-a356-b25a97f97c6f)) + (pad "7" smd roundrect (at -1.25 -1.9375 90) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 147 "unconnected-(U6-VDD5-Pad7)") (pinfunction "VDD5") (pintype "power_in") (tstamp 22d4c571-4292-43fb-9849-9e184bf1592e)) + (pad "8" smd roundrect (at -0.75 -1.9375 90) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 148 "unconnected-(U6-VBUS-Pad8)") (pinfunction "VBUS") (pintype "input") (tstamp fdf3f2af-d6cd-4757-8de3-3ae1e99f45e5)) + (pad "9" smd roundrect (at -0.25 -1.9375 90) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 149 "unconnected-(U6-~{RST}-Pad9)") (pinfunction "~{RST}") (pintype "input") (tstamp cf1801a1-e167-4785-ad90-3efa44ea43bd)) + (pad "10" smd roundrect (at 0.25 -1.9375 90) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 150 "unconnected-(U6-~{ACT}-Pad10)") (pinfunction "~{ACT}") (pintype "output") (tstamp 57a59db9-0ab2-4ee5-b83d-f38f5f1e8880)) + (pad "11" smd roundrect (at 0.75 -1.9375 90) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 151 "unconnected-(U6-~{WAKEUP}{slash}GPIO3-Pad11)") (pinfunction "~{WAKEUP}/GPIO3") (pintype "bidirectional") (tstamp f4888887-01a9-43b5-bc19-2799a76dc956)) + (pad "12" smd roundrect (at 1.25 -1.9375 90) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 152 "unconnected-(U6-TNOW{slash}GPIO2-Pad12)") (pinfunction "TNOW/GPIO2") (pintype "bidirectional") (tstamp adbc2cd0-2a2a-4009-a17b-55b1f03b6b2a)) + (pad "13" smd roundrect (at 1.9375 -1.25 90) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 153 "unconnected-(U6-RXS{slash}GPIO1-Pad13)") (pinfunction "RXS/GPIO1") (pintype "bidirectional") (tstamp 9f55cfea-95a1-41c3-a0be-29cca017deaa)) + (pad "14" smd roundrect (at 1.9375 -0.75 90) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 154 "unconnected-(U6-TXS{slash}GPIO0-Pad14)") (pinfunction "TXS/GPIO0") (pintype "bidirectional") (tstamp 1c08924f-eb23-49c1-ab88-aaa20aecfd2f)) + (pad "15" smd roundrect (at 1.9375 -0.25 90) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 155 "unconnected-(U6-~{SUSPEND}-Pad15)") (pinfunction "~{SUSPEND}") (pintype "output") (tstamp 881b8b39-b52f-4ae1-894d-a9a48a3867b5)) + (pad "16" smd roundrect (at 1.9375 0.25 90) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 156 "unconnected-(U6-GPIO4-Pad16)") (pinfunction "GPIO4") (pintype "bidirectional") (tstamp aaba9638-cefc-46e7-9108-afb0820e59e8)) + (pad "17" smd roundrect (at 1.9375 0.75 90) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 157 "unconnected-(U6-SUSPEND-Pad17)") (pinfunction "SUSPEND") (pintype "output") (tstamp 52002b5a-14a4-4151-90c8-db736c791bf1)) + (pad "18" smd roundrect (at 1.9375 1.25 90) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 158 "unconnected-(U6-~{CTS}-Pad18)") (pinfunction "~{CTS}") (pintype "input") (tstamp 2ab7c622-c731-4a96-86e7-242d0e2d2a5f)) + (pad "19" smd roundrect (at 1.25 1.9375 90) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 159 "unconnected-(U6-~{RTS}-Pad19)") (pinfunction "~{RTS}") (pintype "output") (tstamp c2263f00-2e86-4e6a-82ed-12ab032e12b6)) + (pad "20" smd roundrect (at 0.75 1.9375 90) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 160 "unconnected-(U6-RXD-Pad20)") (pinfunction "RXD") (pintype "input") (tstamp a1655f6e-917b-490c-8446-f347070201b0)) + (pad "21" smd roundrect (at 0.25 1.9375 90) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 161 "unconnected-(U6-TXD-Pad21)") (pinfunction "TXD") (pintype "output") (tstamp fd6a3f40-43ff-4b2c-8c91-f8265f299bff)) + (pad "22" smd roundrect (at -0.25 1.9375 90) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 162 "unconnected-(U6-~{DSR}-Pad22)") (pinfunction "~{DSR}") (pintype "input") (tstamp cf6dc71b-027f-4cde-af58-01e662506217)) + (pad "23" smd roundrect (at -0.75 1.9375 90) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 163 "unconnected-(U6-~{DTR}-Pad23)") (pinfunction "~{DTR}") (pintype "output") (tstamp 32a7e68e-6eb0-49d7-a5a5-0a4bd469ed32)) + (pad "24" smd roundrect (at -1.25 1.9375 90) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 164 "unconnected-(U6-~{DCD}-Pad24)") (pinfunction "~{DCD}") (pintype "input") (tstamp efbd7ed0-b12d-4df6-9a45-0f85233a520d)) + (pad "25" smd rect (at 0 0 90) (size 2.6 2.6) (layers "B.Cu" "B.Mask") + (net 142 "Net-(U6-GND-Pad2)") (pinfunction "GND") (pintype "passive") (tstamp e02b71bc-71ec-4364-8142-7bbc82574e3e)) + (model "${KICAD6_3DMODEL_DIR}/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "B.Cu") + (tstamp 77132e32-9407-4e2c-a9c2-07717fdeb864) + (at 129.8625 70 180) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "LCSC" "C8667") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "NPN transistor, base/emitter/collector") + (property "ki_keywords" "transistor NPN") + (path "/7803fb1a-37e6-4c70-acce-d68e410d4211") + (attr smd) + (fp_text reference "Q2" (at 0 2.4) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 0fd00078-0777-40b1-b564-d28a83687ab6) + ) + (fp_text value "Q_NPN_BEC" (at 0 -2.4) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 87226549-0bb6-4bb1-8bf0-b1b094bbc2ed) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) + (tstamp 94f24a31-fd13-4bdd-b3f6-aafd384a8c8f) + ) + (fp_line (start 0 -1.56) (end -0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d2d0fa9f-47e0-4e74-a4cb-05b59af76cd4)) + (fp_line (start 0 -1.56) (end 0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3720120d-09dc-44bd-a21e-949ad74feca2)) + (fp_line (start 0 1.56) (end -1.8 1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 98bdfe74-6f61-4453-9b0b-57c313a816f9)) + (fp_line (start 0 1.56) (end 0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 97dc307f-546d-4f47-8086-9af766cc8013)) + (fp_line (start -2.05 -1.7) (end 2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fb950026-c60d-4800-a392-5b3e6688ef91)) + (fp_line (start -2.05 1.7) (end -2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cf695c0a-e11b-469c-bd8f-bc42f8d6e144)) + (fp_line (start 2.05 -1.7) (end 2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp edad65cb-d06f-420b-b4ee-b30eceb9b813)) + (fp_line (start 2.05 1.7) (end -2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fd7758de-b89f-481d-841f-b761680a999d)) + (fp_line (start -0.8 -1.45) (end -0.8 1.05) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 42991294-21a8-40fa-9a8a-0be61c4a71eb)) + (fp_line (start -0.8 1.05) (end -0.4 1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8c7aeaea-43aa-4049-9e13-88ec19ee7ae2)) + (fp_line (start -0.4 1.45) (end 0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8dc52f90-18f9-47d9-82cd-dfcfd06ca0db)) + (fp_line (start 0.8 -1.45) (end -0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1dfc5b58-2978-46f2-bb63-e92e7e9e80fc)) + (fp_line (start 0.8 1.45) (end 0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f7d905cc-cfd5-4c8a-bb2b-2238de50efbd)) + (pad "1" smd roundrect (at -1.1375 0.95 180) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 3 "unconnected-(Q2-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp 5a23d4ee-1e84-425a-9517-4e3a1d87c4bf)) + (pad "2" smd roundrect (at -1.1375 -0.95 180) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 4 "Net-(Q2-C)") (pinfunction "E") (pintype "passive") (tstamp 37306f5b-eb1f-41e5-a773-fd7f88d5281a)) + (pad "3" smd roundrect (at 1.1375 0 180) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 4 "Net-(Q2-C)") (pinfunction "C") (pintype "passive") (tstamp 3b3ed40a-7d48-4b9a-99b9-128f3490f8ad)) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (layer "B.Cu") + (tstamp 79be3f90-2c7c-4648-9ddc-b3a6c83603db) + (at 118.167319 117.454247 -140) + (descr "Through hole straight pin header, 2x03, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x03 1.27mm double row") + (property "LCSC" "C2935951") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x03, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/eacc9ec8-4f58-4526-b0b0-ca9beeb4211f") + (attr through_hole) + (fp_text reference "J17" (at 0.635 1.695 40) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp ad23423a-a751-4f8d-8494-71651ce9d1bd) + ) + (fp_text value "Conn_02x03_Counter_Clockwise" (at 0.635 -4.235 40) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 90a2c283-1c97-4402-9d1b-e5d7f07eb5fe) + ) + (fp_text user "${REFERENCE}" (at 0.635 -1.269999 130) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 0e2fe86c-768d-4468-81bc-e1f63b58cfd1) + ) + (fp_line (start -1.13 -3.235) (end -0.30753 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f4979264-0a37-4939-bade-96bcf2a92160)) + (fp_line (start -1.13 -0.76) (end -1.13 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 29fafe2b-b3ee-4512-a7dd-34e8bd3a5444)) + (fp_line (start -1.13 -0.76) (end -0.563471 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 35f95b6a-bd5c-4cdb-b112-abe352137d14)) + (fp_line (start -1.13 0) (end -1.13 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4e21b624-cb66-4e27-959f-5fbb239390c6)) + (fp_line (start -1.13 0.76) (end 0 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 96ba95d8-f1a9-4926-bb11-58b25aa8d2d8)) + (fp_line (start 0.30753 -3.235) (end 0.96247 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b3a84441-363b-4381-a5ee-843fd579b21d)) + (fp_line (start 0.563471 -0.76) (end 0.706529 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aa8d7d91-956f-490b-9042-5ecf15969725)) + (fp_line (start 0.76 -0.706529) (end 0.76 -0.563471) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 66488cde-9889-45e6-88b8-27c74d47231e)) + (fp_line (start 0.76 0.563471) (end 0.76 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp edf122ed-8ca4-4acb-9952-822fc1831896)) + (fp_line (start 0.76 0.695) (end 0.96247 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fffb340d-0666-46c3-aa89-c24f05fa1e15)) + (fp_line (start 1.57753 -3.235) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f2df34cd-dc71-495b-936d-685a09535dc7)) + (fp_line (start 1.57753 0.695) (end 2.4 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a715a409-b824-40e6-866d-9a7922faef4d)) + (fp_line (start 2.4 0.695) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8333f22a-5d9d-4f7d-901a-55cfc25f0830)) + (fp_line (start -1.6 -3.7) (end 2.85 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a35fcdae-76ff-49b4-b176-51dfaeaef2ac)) + (fp_line (start -1.6 1.15) (end -1.6 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a5373e91-9957-4c2b-b21a-cbe063eef03a)) + (fp_line (start 2.85 -3.7) (end 2.85 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f8117049-74dc-4fff-a75d-7c0b9f40a7ce)) + (fp_line (start 2.85 1.15) (end -1.6 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cf8bc870-441d-4e6b-85ee-6e842c322bde)) + (fp_line (start -1.07 -3.175) (end -1.07 -0.2175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 37f73653-2f81-4249-a991-4c1bb84a116a)) + (fp_line (start -1.07 -0.2175) (end -0.2175 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 91337f3f-d034-48f4-9466-b25af733347b)) + (fp_line (start -0.2175 0.635) (end 2.34 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7053371e-d9aa-413b-8a0b-1f50e3ce6089)) + (fp_line (start 2.34 -3.175) (end -1.07 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c543fb96-5fd0-4076-a28f-dbc598820742)) + (fp_line (start 2.34 0.635) (end 2.34 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c0ea87d7-89f4-4eba-a826-f0aadc9d6cda)) + (pad "1" thru_hole rect (at 0 0 220) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 617 "unconnected-(J17-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 2f452c62-fd42-45fc-aad4-99dd17266392)) + (pad "2" thru_hole oval (at 1.27 0 220) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 618 "unconnected-(J17-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp edbaef46-8310-4c3d-b8d1-c74e6554c4c8)) + (pad "3" thru_hole oval (at 0 -1.27 220) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 619 "unconnected-(J17-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 4c46468e-007d-4157-8da6-3c0ac1396642)) + (pad "4" thru_hole oval (at 1.27 -1.27 220) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 620 "unconnected-(J17-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp 0cfde93e-081a-4715-aa4f-fe002e72d166)) + (pad "5" thru_hole oval (at 0 -2.54 220) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 621 "unconnected-(J17-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp 1fe12ed8-2777-4fef-9ab9-0754459a2a90)) + (pad "6" thru_hole oval (at 1.27 -2.54 220) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 622 "unconnected-(J17-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp dd0a821e-83f4-4843-8db8-1886544f7766)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x03_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (layer "B.Cu") + (tstamp 853ba817-75e3-4d94-a0ff-c8fd551ceece) + (at 144.160311 64.099651 135) + (descr "QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "QFN NoLead") + (property "LCSC" "C122485") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "WCH-IC, Single-Chip USB-to-UART Bridge, USB 2.0 Full-Speed, 4Mbps UART, QFN-24") + (property "ki_keywords" "uart usb bridge interface transceiver CH9102F") + (path "/05ee8acd-5c72-46cd-b8fd-22ee8aa8a9af") + (attr smd) + (fp_text reference "U4" (at 0 3.299999 135) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 4543b47b-362d-473c-9090-72cde60cb29c) + ) + (fp_text value "APW8713AQBI-TRG" (at 0 -3.299999 135) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 74d1c19b-9e36-4016-ae55-99172d5cda2c) + ) + (fp_text user "${REFERENCE}" (at 0 0 135) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 58aa0f65-0e25-4adf-bc11-94dbaf3f430e) + ) + (fp_line (start -2.11 -2.11) (end -2.11 -1.635) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 005f6d54-3a9b-4d64-a7e9-64301708cce9)) + (fp_line (start -1.635 -2.11) (end -2.11 -2.11) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 093f4161-c132-4607-b61c-79652cea8939)) + (fp_line (start -1.635 2.11) (end -2.11 2.11) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp db470399-284c-41c4-bd1c-068f9bade763)) + (fp_line (start 1.635 -2.11) (end 2.11 -2.11) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e26e9976-c317-456e-b37b-ee805094db86)) + (fp_line (start 1.635 2.11) (end 2.11 2.11) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a06b9871-bad7-4a3d-a178-1aacfd3b08af)) + (fp_line (start 2.11 -2.11) (end 2.11 -1.635) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 226a31cb-4afc-47d8-b66b-a7c72989775f)) + (fp_line (start 2.11 2.11) (end 2.11 1.635) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e4dbde37-94f8-4099-bc90-6abfde2b215e)) + (fp_line (start -2.6 -2.6) (end 2.6 -2.6) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 371b52a4-b178-4a29-8185-1f217b2eb257)) + (fp_line (start -2.6 2.6) (end -2.6 -2.6) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 00a4711a-0459-46af-9425-30d6a422c6ff)) + (fp_line (start 2.6 -2.6) (end 2.6 2.6) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 78b8af0a-f3e4-4a03-accb-97eb89d71d2f)) + (fp_line (start 2.6 2.6) (end -2.6 2.6) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d3cfd332-af52-4028-8dc4-e644d821dd12)) + (fp_line (start -2 -2) (end -2 1) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4a7b4f20-71bf-4a1a-9edd-cffe45cfbbcc)) + (fp_line (start -2 1) (end -1 2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ee3dfdc7-cbfa-499c-aff9-cf69bcd30be7)) + (fp_line (start -1 2) (end 2 2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1763a7bf-351b-42df-b14c-62154875edfc)) + (fp_line (start 2 -2) (end -2 -2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2046f08b-108e-4bde-bb02-4bea9aa7ed1d)) + (fp_line (start 2 2) (end 2 -2) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 37dd2374-9383-4a85-bb58-cc2b969db166)) + (pad "" smd roundrect (at -0.65 -0.65 135) (size 1.05 1.05) (layers "B.Paste") (roundrect_rratio 0.2380952381) (tstamp d8b0b4c9-4811-4b40-a24c-dc5a2d6e66cc)) + (pad "" smd roundrect (at -0.65 0.65 135) (size 1.05 1.05) (layers "B.Paste") (roundrect_rratio 0.2380952381) (tstamp b05a353f-7681-4389-8fb7-e08186a8955c)) + (pad "" smd roundrect (at 0.65 -0.65 135) (size 1.05 1.05) (layers "B.Paste") (roundrect_rratio 0.2380952381) (tstamp a47a64d2-e890-4dfd-8a40-4944efe19854)) + (pad "" smd roundrect (at 0.65 0.65 135) (size 1.05 1.05) (layers "B.Paste") (roundrect_rratio 0.2380952381) (tstamp ac90136b-4cf9-42c2-a7c0-dcf8e5ce3440)) + (pad "1" smd roundrect (at -1.9375 1.25 135) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 93 "unconnected-(U4-~{RI}-Pad1)") (pinfunction "~{RI}") (pintype "input") (tstamp 1de2bb01-5a18-42b8-b7a1-0e6e65eaa4e1)) + (pad "2" smd roundrect (at -1.9375 0.75 135) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 94 "Net-(U4-GND-Pad2)") (pinfunction "GND") (pintype "power_in") (tstamp 345db2eb-7094-4ca1-9e5d-497fba067066)) + (pad "3" smd roundrect (at -1.9375 0.25 135) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 95 "unconnected-(U4-D+-Pad3)") (pinfunction "D+") (pintype "bidirectional") (tstamp 5085d950-1081-4b23-b68a-a7bf5234f6d1)) + (pad "4" smd roundrect (at -1.9375 -0.25 135) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 96 "unconnected-(U4-D--Pad4)") (pinfunction "D-") (pintype "bidirectional") (tstamp c059d9bc-52b4-4074-ad15-aa245c32b939)) + (pad "5" smd roundrect (at -1.9375 -0.75 135) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 97 "unconnected-(U4-VIO-Pad5)") (pinfunction "VIO") (pintype "power_in") (tstamp 4a22c8b6-6686-4de4-94e2-d4dcef975e96)) + (pad "6" smd roundrect (at -1.9375 -1.25 135) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 98 "unconnected-(U4-V3-Pad6)") (pinfunction "V3") (pintype "power_out") (tstamp e823f789-9c21-46f2-983f-021e2e83fee0)) + (pad "7" smd roundrect (at -1.25 -1.9375 135) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 99 "unconnected-(U4-VDD5-Pad7)") (pinfunction "VDD5") (pintype "power_in") (tstamp 67538c18-1630-4ca1-867c-4598b3f83667)) + (pad "8" smd roundrect (at -0.75 -1.9375 135) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 100 "unconnected-(U4-VBUS-Pad8)") (pinfunction "VBUS") (pintype "input") (tstamp b00fa3a1-9ece-4ac7-98d3-8da96722449a)) + (pad "9" smd roundrect (at -0.25 -1.9375 135) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 101 "unconnected-(U4-~{RST}-Pad9)") (pinfunction "~{RST}") (pintype "input") (tstamp aab56f9b-e0cf-4122-bc18-96cb2d4892f6)) + (pad "10" smd roundrect (at 0.25 -1.9375 135) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 102 "unconnected-(U4-~{ACT}-Pad10)") (pinfunction "~{ACT}") (pintype "output") (tstamp 3012419b-b65d-455b-9b25-85ce7609eab0)) + (pad "11" smd roundrect (at 0.75 -1.9375 135) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 103 "unconnected-(U4-~{WAKEUP}{slash}GPIO3-Pad11)") (pinfunction "~{WAKEUP}/GPIO3") (pintype "bidirectional") (tstamp 6d8f46d1-3ef9-4d87-9442-8a7ae190eecc)) + (pad "12" smd roundrect (at 1.25 -1.9375 135) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 104 "unconnected-(U4-TNOW{slash}GPIO2-Pad12)") (pinfunction "TNOW/GPIO2") (pintype "bidirectional") (tstamp 17fc12e1-202a-43c4-ac45-fa120865dc74)) + (pad "13" smd roundrect (at 1.9375 -1.25 135) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 105 "unconnected-(U4-RXS{slash}GPIO1-Pad13)") (pinfunction "RXS/GPIO1") (pintype "bidirectional") (tstamp 06e38964-b2dd-4267-8a76-476c41ca4a1d)) + (pad "14" smd roundrect (at 1.9375 -0.75 135) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 106 "unconnected-(U4-TXS{slash}GPIO0-Pad14)") (pinfunction "TXS/GPIO0") (pintype "bidirectional") (tstamp ef00a178-7ca3-4659-bea7-f0ecb6c6d76c)) + (pad "15" smd roundrect (at 1.9375 -0.25 135) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 107 "unconnected-(U4-~{SUSPEND}-Pad15)") (pinfunction "~{SUSPEND}") (pintype "output") (tstamp 53ed84e7-1bfd-4a87-bebb-17cfe2672457)) + (pad "16" smd roundrect (at 1.9375 0.25 135) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 108 "unconnected-(U4-GPIO4-Pad16)") (pinfunction "GPIO4") (pintype "bidirectional") (tstamp f3fa61dd-a37b-4a82-aa0e-d9f1b9aad85b)) + (pad "17" smd roundrect (at 1.9375 0.75 135) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 109 "unconnected-(U4-SUSPEND-Pad17)") (pinfunction "SUSPEND") (pintype "output") (tstamp d680747f-3134-4ae7-bd79-858bb433094a)) + (pad "18" smd roundrect (at 1.9375 1.25 135) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 110 "unconnected-(U4-~{CTS}-Pad18)") (pinfunction "~{CTS}") (pintype "input") (tstamp 25d01334-49e7-47c2-a9a9-a9c28007ae60)) + (pad "19" smd roundrect (at 1.25 1.9375 135) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 111 "unconnected-(U4-~{RTS}-Pad19)") (pinfunction "~{RTS}") (pintype "output") (tstamp f66d4e84-dc6f-436b-baf9-ba93d6daf33b)) + (pad "20" smd roundrect (at 0.75 1.9375 135) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 112 "unconnected-(U4-RXD-Pad20)") (pinfunction "RXD") (pintype "input") (tstamp b94e584e-922a-471a-996f-c5710750100b)) + (pad "21" smd roundrect (at 0.25 1.9375 135) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 113 "unconnected-(U4-TXD-Pad21)") (pinfunction "TXD") (pintype "output") (tstamp 896debc9-cfb0-4c30-a8d1-860f56966a62)) + (pad "22" smd roundrect (at -0.25 1.9375 135) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 114 "unconnected-(U4-~{DSR}-Pad22)") (pinfunction "~{DSR}") (pintype "input") (tstamp 8e8e0177-bf6a-4b4c-8ac4-e93968ea7925)) + (pad "23" smd roundrect (at -0.75 1.9375 135) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 115 "unconnected-(U4-~{DTR}-Pad23)") (pinfunction "~{DTR}") (pintype "output") (tstamp 5886b0db-91a0-4fa2-a935-b7a21beb6fa4)) + (pad "24" smd roundrect (at -1.25 1.9375 135) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 116 "unconnected-(U4-~{DCD}-Pad24)") (pinfunction "~{DCD}") (pintype "input") (tstamp a7efea48-c413-4983-bc4a-b2a719216a41)) + (pad "25" smd rect (at 0 0 135) (size 2.6 2.6) (layers "B.Cu" "B.Mask") + (net 94 "Net-(U4-GND-Pad2)") (pinfunction "GND") (pintype "passive") (tstamp 4a84cf48-bb59-446a-80a8-fad3c3ed1f94)) + (model "${KICAD6_3DMODEL_DIR}/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_QFP:LQFP-48_7x7mm_P0.5mm" (layer "B.Cu") + (tstamp 8b04a3f7-c2e8-46f5-90c9-3b575e0e9963) + (at 150.534322 87.352342 135) + (descr "LQFP, 48 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2358-16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "LQFP QFP") + (property "LCSC" "C428116") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Full Speed Double Channel USB UART/FIFO, LQFP-48") + (property "ki_keywords" "USB Double UART FIFO") + (path "/7383c3d8-e613-4c05-848b-4d45ed78192b") + (attr smd) + (fp_text reference "U10" (at 0 5.85 135) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp f2d4e174-309f-4d23-9dcc-188e327ae7d9) + ) + (fp_text value "FT2232D" (at 0 -5.85 135) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 3c972073-bae0-4627-bd43-a3f0e3bbc42c) + ) + (fp_text user "${REFERENCE}" (at 0 0 135) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 01a4bbb4-8afc-454d-b187-2be7c16d225f) + ) + (fp_line (start -3.61 -3.61) (end -3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bf3e9395-ef3c-4636-bb07-138d66785b10)) + (fp_line (start -3.61 3.16) (end -4.9 3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 154c9e3e-9b7e-48a1-89c3-0f7995010e68)) + (fp_line (start -3.61 3.61) (end -3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8e5a1335-dfa7-4b4b-93d0-d24fc2135d55)) + (fp_line (start -3.16 -3.61) (end -3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 71ce7866-bbe6-49e9-a4f5-36e85941a4be)) + (fp_line (start -3.16 3.61) (end -3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d6df9634-5e30-4060-a383-c067ff5965f2)) + (fp_line (start 3.16 -3.61) (end 3.61 -3.61) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e4c617ef-1bf6-4bc7-b136-cc412e69026f)) + (fp_line (start 3.16 3.61) (end 3.61 3.61) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 41700d50-96ab-43c0-a925-1f05679eac37)) + (fp_line (start 3.61 -3.61) (end 3.61 -3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c1c85761-7703-4993-a563-4cb2a32d4234)) + (fp_line (start 3.61 3.61) (end 3.61 3.16) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c89b1f25-0e99-48c1-99e6-c731fd9d6085)) + (fp_line (start -5.15 -3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 987e4ff0-0484-42af-b2f0-0fea3d0424d5)) + (fp_line (start -5.15 3.15) (end -5.15 0) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 22ebadef-eac6-4a6f-8fba-8eb853972ebf)) + (fp_line (start -3.75 -3.75) (end -3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 987b1a44-fe7e-4493-bea0-d2ca98e25f91)) + (fp_line (start -3.75 -3.15) (end -5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 796e92ac-b002-46d8-9033-19ea09c9dddf)) + (fp_line (start -3.75 3.15) (end -5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6b45d0f4-42f0-489f-bdcb-68199ac6ab59)) + (fp_line (start -3.75 3.75) (end -3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ade2d6fd-5a12-4d25-8a28-74a5140fd5d4)) + (fp_line (start -3.15 -5.15) (end -3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 89eeb238-2eb6-4018-87b6-42c0874e8c97)) + (fp_line (start -3.15 -3.75) (end -3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8a81d1fa-db5a-4006-a1c6-94b24770dd9e)) + (fp_line (start -3.15 3.75) (end -3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6e9faf17-b149-42bb-a1f2-1593acd01599)) + (fp_line (start -3.15 5.15) (end -3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 50cf47fa-4b8b-4be2-83f2-4f4573364b1a)) + (fp_line (start 0 -5.15) (end -3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f5a73551-df83-451f-8272-31c39d7d649d)) + (fp_line (start 0 -5.15) (end 3.15 -5.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c6cb0a44-8048-46c8-90e3-ead8aae41b8a)) + (fp_line (start 0 5.15) (end -3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4f8bcd67-221d-4931-8c53-5af02025492b)) + (fp_line (start 0 5.15) (end 3.15 5.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b3654e7d-5e08-4f2e-b2cc-474fcd17f74b)) + (fp_line (start 3.15 -5.15) (end 3.15 -3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 826b39b6-6799-427c-88cf-56096c1b492d)) + (fp_line (start 3.15 -3.75) (end 3.75 -3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8fe23cf1-7ec0-4dfb-bcee-25c8acf4a90e)) + (fp_line (start 3.15 3.75) (end 3.75 3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3aa70ec7-f2a4-4980-a814-8256487fa8da)) + (fp_line (start 3.15 5.15) (end 3.15 3.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 94f12f20-5f3e-414d-a842-bdcd24fcea69)) + (fp_line (start 3.75 -3.75) (end 3.75 -3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp af5d687f-685f-40c7-8233-0282e8e4afa3)) + (fp_line (start 3.75 -3.15) (end 5.15 -3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cda2a762-6b6f-480d-a222-595209dee11a)) + (fp_line (start 3.75 3.15) (end 5.15 3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e73b332a-d7e5-4384-82b4-8a8062ebfec1)) + (fp_line (start 3.75 3.75) (end 3.75 3.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 75614948-576d-4d57-961c-7792e70fdb45)) + (fp_line (start 5.15 -3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0560b429-e146-456e-80c9-54511a8d8ece)) + (fp_line (start 5.15 3.15) (end 5.15 0) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a566ac31-5eae-443d-9d5c-73d9775cb274)) + (fp_line (start -3.5 -3.5) (end -3.5 2.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e7faab2a-bbab-471f-9d71-a7e159acbcc9)) + (fp_line (start -3.5 2.5) (end -2.5 3.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2954b26f-543e-470b-be91-55950b25660f)) + (fp_line (start -2.5 3.5) (end 3.5 3.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d7a58d53-d6d5-4881-814c-dbbd684aef04)) + (fp_line (start 3.5 -3.5) (end -3.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 80cfcfb0-deec-4104-b99d-4db64044df4f)) + (fp_line (start 3.5 3.5) (end 3.5 -3.5) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d2974595-05b7-4511-b95a-3301c091ba2e)) + (pad "1" smd roundrect (at -4.1625 2.75 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 309 "unconnected-(U10-EECLK-Pad1)") (pinfunction "EECLK") (pintype "output") (tstamp 54966ab5-29cf-4d2a-8287-5acde07fc94b)) + (pad "2" smd roundrect (at -4.1625 2.25 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 310 "unconnected-(U10-EEDATA-Pad2)") (pinfunction "EEDATA") (pintype "bidirectional") (tstamp 685d9b71-cde6-4c7b-b615-38b7e146141c)) + (pad "3" smd roundrect (at -4.1625 1.75 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 311 "unconnected-(U10-VCC-Pad3)") (pinfunction "VCC") (pintype "power_in") (tstamp 8bd60b61-14f6-4d96-99f3-3c3bafa56919)) + (pad "4" smd roundrect (at -4.1625 1.25 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 312 "unconnected-(U10-~{RESET}-Pad4)") (pinfunction "~{RESET}") (pintype "input") (tstamp 76a9ffa1-fbd4-4587-86bd-a8323dd16f68)) + (pad "5" smd roundrect (at -4.1625 0.75 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 313 "unconnected-(U10-~{RSTOUT}-Pad5)") (pinfunction "~{RSTOUT}") (pintype "output") (tstamp b7bc9ec8-39f0-4660-bd1d-d9e0f2fd87d1)) + (pad "6" smd roundrect (at -4.1625 0.25 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 314 "unconnected-(U10-3V3OUT-Pad6)") (pinfunction "3V3OUT") (pintype "power_out") (tstamp a17bffed-6a4b-48ef-a1a4-6f7f2ec8b0cc)) + (pad "7" smd roundrect (at -4.1625 -0.25 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 315 "unconnected-(U10-USBDP-Pad7)") (pinfunction "USBDP") (pintype "bidirectional") (tstamp 06c8324c-2b4b-4135-ac56-44c35adb5604)) + (pad "8" smd roundrect (at -4.1625 -0.75 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 316 "unconnected-(U10-USBDM-Pad8)") (pinfunction "USBDM") (pintype "bidirectional") (tstamp 073d9797-2ffc-4794-bdd8-249c775bb134)) + (pad "9" smd roundrect (at -4.1625 -1.25 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 317 "unconnected-(U10-GND-Pad9)") (pinfunction "GND") (pintype "power_in") (tstamp 9b4b3cfb-113e-418a-b564-b6fff3846a9c)) + (pad "10" smd roundrect (at -4.1625 -1.75 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 318 "unconnected-(U10-SI{slash}WUA-Pad10)") (pinfunction "SI/WUA") (pintype "bidirectional") (tstamp ed7ec731-cb79-4f33-a323-35552d0fbcdb)) + (pad "11" smd roundrect (at -4.1625 -2.25 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 319 "unconnected-(U10-ACBUS3-Pad11)") (pinfunction "ACBUS3") (pintype "bidirectional") (tstamp 39bf7fa0-670f-452c-9f1a-523f809397f7)) + (pad "12" smd roundrect (at -4.1625 -2.75 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 320 "unconnected-(U10-ACBUS2-Pad12)") (pinfunction "ACBUS2") (pintype "bidirectional") (tstamp fb0586b6-346b-46b0-ab9a-2a81cc6050f0)) + (pad "13" smd roundrect (at -2.75 -4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 321 "unconnected-(U10-ACBUS1-Pad13)") (pinfunction "ACBUS1") (pintype "bidirectional") (tstamp e368d617-066c-425b-b123-7741d4a5520b)) + (pad "14" smd roundrect (at -2.25 -4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 322 "unconnected-(U10-VCCIOA-Pad14)") (pinfunction "VCCIOA") (pintype "power_in") (tstamp 71631aee-9bf8-4b5a-a9ce-e665a0960430)) + (pad "15" smd roundrect (at -1.75 -4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 323 "unconnected-(U10-ACBUS0-Pad15)") (pinfunction "ACBUS0") (pintype "bidirectional") (tstamp 1e5e26a1-3c89-4cfa-9bfc-e7242810db5e)) + (pad "16" smd roundrect (at -1.25 -4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 324 "unconnected-(U10-ADBUS7-Pad16)") (pinfunction "ADBUS7") (pintype "bidirectional") (tstamp 37cedc25-12a5-4e75-b39a-49f97b7da6e9)) + (pad "17" smd roundrect (at -0.75 -4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 325 "unconnected-(U10-ADBUS6-Pad17)") (pinfunction "ADBUS6") (pintype "bidirectional") (tstamp be0206af-8355-4f9b-86d2-bd823fabe9f5)) + (pad "18" smd roundrect (at -0.25 -4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 326 "unconnected-(U10-GND-Pad18)") (pinfunction "GND") (pintype "power_in") (tstamp f5feae95-76f0-40bf-90fa-f90019a21f2f)) + (pad "19" smd roundrect (at 0.25 -4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 327 "unconnected-(U10-ADBUS5-Pad19)") (pinfunction "ADBUS5") (pintype "bidirectional") (tstamp 91d66d92-0256-49de-aacd-0050f800efc2)) + (pad "20" smd roundrect (at 0.75 -4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 328 "unconnected-(U10-ADBUS4-Pad20)") (pinfunction "ADBUS4") (pintype "bidirectional") (tstamp ee9a1af1-7fa3-4b60-829d-1cbf43746846)) + (pad "21" smd roundrect (at 1.25 -4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 329 "unconnected-(U10-ADBUS3-Pad21)") (pinfunction "ADBUS3") (pintype "bidirectional") (tstamp 345c52e2-16d2-4cd2-b933-c6ecf93e08d9)) + (pad "22" smd roundrect (at 1.75 -4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 330 "unconnected-(U10-ADBUS2-Pad22)") (pinfunction "ADBUS2") (pintype "bidirectional") (tstamp 7b564dfa-2448-4cb5-a06e-1ddb00c42abd)) + (pad "23" smd roundrect (at 2.25 -4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 331 "unconnected-(U10-ADBUS1-Pad23)") (pinfunction "ADBUS1") (pintype "bidirectional") (tstamp 932aacad-7f08-47f8-9b83-8e8e0f9eb919)) + (pad "24" smd roundrect (at 2.75 -4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 332 "unconnected-(U10-ADBUS0-Pad24)") (pinfunction "ADBUS0") (pintype "bidirectional") (tstamp c8f423bd-15da-466a-a965-f3cb1a56ba63)) + (pad "25" smd roundrect (at 4.1625 -2.75 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 333 "unconnected-(U10-GND-Pad25)") (pinfunction "GND") (pintype "power_in") (tstamp efcd8114-2bf2-4f67-8e97-f1b84b0bd6d8)) + (pad "26" smd roundrect (at 4.1625 -2.25 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 334 "unconnected-(U10-SI{slash}WUB-Pad26)") (pinfunction "SI/WUB") (pintype "output") (tstamp de9f6e94-a8d1-4cbf-83f6-40e3bae209eb)) + (pad "27" smd roundrect (at 4.1625 -1.75 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 335 "unconnected-(U10-BCBUS3-Pad27)") (pinfunction "BCBUS3") (pintype "output") (tstamp 3a71cec5-6373-434d-9849-79f1342ef797)) + (pad "28" smd roundrect (at 4.1625 -1.25 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 336 "unconnected-(U10-BCBUS2-Pad28)") (pinfunction "BCBUS2") (pintype "output") (tstamp 5eb3b92f-1b79-45fd-9445-4e0c3d3d26d9)) + (pad "29" smd roundrect (at 4.1625 -0.75 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 337 "unconnected-(U10-BCBUS1-Pad29)") (pinfunction "BCBUS1") (pintype "output") (tstamp 2816ded3-3e36-4201-9ee7-8a0c815aad69)) + (pad "30" smd roundrect (at 4.1625 -0.25 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 338 "unconnected-(U10-BCBUS0-Pad30)") (pinfunction "BCBUS0") (pintype "output") (tstamp ef5abe31-0479-4d5d-8ef4-91f21e63a170)) + (pad "31" smd roundrect (at 4.1625 0.25 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 339 "unconnected-(U10-VCCIOB-Pad31)") (pinfunction "VCCIOB") (pintype "power_in") (tstamp bd1b2e1d-39ce-4d05-9aa1-417abeaec6fc)) + (pad "32" smd roundrect (at 4.1625 0.75 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 340 "unconnected-(U10-BDBUS7-Pad32)") (pinfunction "BDBUS7") (pintype "output") (tstamp 440b74d0-7392-4283-bda8-47bff34ae302)) + (pad "33" smd roundrect (at 4.1625 1.25 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 341 "unconnected-(U10-BDBUS6-Pad33)") (pinfunction "BDBUS6") (pintype "output") (tstamp 8d592bb4-d4ce-48d8-8a75-c68eca1a7a2e)) + (pad "34" smd roundrect (at 4.1625 1.75 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 342 "unconnected-(U10-GND-Pad34)") (pinfunction "GND") (pintype "power_in") (tstamp 0bb6f653-00cd-4bb5-a46e-9a87d1511d42)) + (pad "35" smd roundrect (at 4.1625 2.25 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 343 "unconnected-(U10-BDBUS5-Pad35)") (pinfunction "BDBUS5") (pintype "output") (tstamp 6225cf93-fcdc-45b2-8c7e-91d818675111)) + (pad "36" smd roundrect (at 4.1625 2.75 135) (size 1.475 0.3) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 344 "unconnected-(U10-BDBUS4-Pad36)") (pinfunction "BDBUS4") (pintype "output") (tstamp ca1dd514-b7f6-43fc-a8f4-0607e0eebacc)) + (pad "37" smd roundrect (at 2.75 4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 345 "unconnected-(U10-BDBUS3-Pad37)") (pinfunction "BDBUS3") (pintype "output") (tstamp 99045760-ffa8-4f99-b147-6b8c524ceacb)) + (pad "38" smd roundrect (at 2.25 4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 346 "unconnected-(U10-BDBUS2-Pad38)") (pinfunction "BDBUS2") (pintype "output") (tstamp 9589cbc3-157e-4c44-8aed-ca48e6c50691)) + (pad "39" smd roundrect (at 1.75 4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 347 "unconnected-(U10-BDBUS1-Pad39)") (pinfunction "BDBUS1") (pintype "output") (tstamp 7a49eb6f-0663-4a91-adc8-d8749b993548)) + (pad "40" smd roundrect (at 1.25 4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 348 "unconnected-(U10-BDBUS0-Pad40)") (pinfunction "BDBUS0") (pintype "output") (tstamp 45dd0c60-cbe2-48aa-b866-92264818aa0f)) + (pad "41" smd roundrect (at 0.75 4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 349 "unconnected-(U10-~{PWREN}-Pad41)") (pinfunction "~{PWREN}") (pintype "output") (tstamp 2fb08e8e-673a-44fb-a710-b00672cac012)) + (pad "42" smd roundrect (at 0.25 4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 350 "unconnected-(U10-VCC-Pad42)") (pinfunction "VCC") (pintype "power_in") (tstamp 1bf01d0e-65e8-4e1a-b840-7a62339f3445)) + (pad "43" smd roundrect (at -0.25 4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 351 "unconnected-(U10-XTIN-Pad43)") (pinfunction "XTIN") (pintype "input") (tstamp a6dd3dbd-47ab-45e0-9ee6-4aa2ed93216c)) + (pad "44" smd roundrect (at -0.75 4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 352 "unconnected-(U10-XTOUT-Pad44)") (pinfunction "XTOUT") (pintype "output") (tstamp 0f4c2488-ba43-44a3-9d24-71ba4699d9ee)) + (pad "45" smd roundrect (at -1.25 4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 353 "unconnected-(U10-AGND-Pad45)") (pinfunction "AGND") (pintype "power_in") (tstamp 51aaab50-962a-48d4-b8d8-1837c15d17f6)) + (pad "46" smd roundrect (at -1.75 4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 354 "unconnected-(U10-AVCC-Pad46)") (pinfunction "AVCC") (pintype "power_in") (tstamp cf6f5fa7-3f04-442e-a881-66ff8c260042)) + (pad "47" smd roundrect (at -2.25 4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 355 "unconnected-(U10-TEST-Pad47)") (pinfunction "TEST") (pintype "input") (tstamp b3bd3f1a-72f1-4f9d-9d88-6a7c55919dad)) + (pad "48" smd roundrect (at -2.75 4.1625 135) (size 0.3 1.475) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 356 "unconnected-(U10-EECS-Pad48)") (pinfunction "EECS") (pintype "bidirectional") (tstamp e8f23b44-b395-4c2c-86dc-bed1d072eef6)) + (model "${KICAD6_3DMODEL_DIR}/Package_QFP.3dshapes/LQFP-48_7x7mm_P0.5mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_USB:USB_C_Receptacle_XKB_U262-16XN-4BVC11" (layer "B.Cu") + (tstamp 980128f2-6f9c-4eb5-8f41-c67d309b919b) + (at 116 104.815) + (descr "USB Type C, right-angle, SMT, https://datasheet.lcsc.com/szlcsc/1811141824_XKB-Enterprise-U262-161N-4BVC11_C319148.pdf") + (tags "USB C Type-C Receptacle SMD") + (property "LCSC" "C319148") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "USB 2.0-only Type-C Receptacle connector") + (property "ki_keywords" "usb universal serial bus type-C USB2.0") + (path "/e4e54080-6141-43df-a947-8335718e198c") + (attr smd) + (fp_text reference "J4" (at 0 5.715) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp dfb08103-900f-4c63-9f05-b1c31d79b399) + ) + (fp_text value "USB_C_Receptacle_USB2.0" (at 0 -4.935) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 39cffa76-1403-4f2c-a766-a4e51b561fb6) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 0a4628ae-7102-4551-af73-2af8e5b96d1e) + ) + (fp_line (start -4.58 -3.785) (end -4.58 -2.08) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 00a16f8d-e3ed-44aa-92c2-b6987eb61b94)) + (fp_line (start -4.58 1.85) (end -4.58 -0.07) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 088cd4ee-bca5-4adb-a6b8-4e597feec299)) + (fp_line (start 4.58 -3.785) (end -4.58 -3.785) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cec1d8fd-38c5-404a-a168-32a6301fa060)) + (fp_line (start 4.58 -2.08) (end 4.58 -3.785) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5718f249-188f-41eb-862e-65a8dcc2617a)) + (fp_line (start 4.58 -0.07) (end 4.58 1.85) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4be049d9-6240-4036-8805-1b75d9f052d3)) + (fp_line (start -5.32 -4.18) (end -5.32 4.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2ac307f8-f304-443b-94f5-b308f07f8e5b)) + (fp_line (start -5.32 4.75) (end 5.32 4.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 36996ce7-4f9a-45c6-a4cf-b07921a278f5)) + (fp_line (start 5.32 -4.18) (end -5.32 -4.18) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 416e2d59-1710-4166-86e4-c1de7644c15f)) + (fp_line (start 5.32 4.75) (end 5.32 -4.18) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f73acdc6-b3c2-40e4-baef-4f913de619c7)) + (fp_line (start -4.47 -3.675) (end 4.47 -3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a628e606-3527-4c1e-8fbf-008c6faad379)) + (fp_line (start -4.47 3.675) (end -4.47 -3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c764bdc6-6c53-46fc-9f33-d788a9ff843e)) + (fp_line (start -4.47 3.675) (end 4.47 3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5e895419-36b4-409b-ba23-7e2fa700ec95)) + (fp_line (start 4.47 -3.675) (end 4.47 3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e12e45a7-6d9b-48c5-9207-3a1312b58442)) + (pad "" np_thru_hole circle (at -2.89 2.605) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp 8a75352c-de7f-4905-8dc5-b483d21793a1)) + (pad "" np_thru_hole circle (at 2.89 2.605) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp c4848b0c-6a9e-4dc7-b313-093889084915)) + (pad "A1" smd rect (at -3.35 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 518 "Net-(J4-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 4349a935-5174-4d77-8510-9ed5be58b56d)) + (pad "A4" smd rect (at -2.55 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 519 "Net-(J4-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp d631e202-b0a8-4da6-a634-790423aafb0c)) + (pad "A5" smd rect (at -1.25 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 520 "unconnected-(J4-CC1-PadA5)") (pinfunction "CC1") (pintype "bidirectional") (tstamp d8c7d703-8944-47da-8c20-ca9cd354520f)) + (pad "A6" smd rect (at -0.25 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 521 "unconnected-(J4-D+-PadA6)") (pinfunction "D+") (pintype "bidirectional") (tstamp bf55fb90-3c00-4981-b8ad-c1a4b6caa497)) + (pad "A7" smd rect (at 0.25 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 522 "unconnected-(J4-D--PadA7)") (pinfunction "D-") (pintype "bidirectional") (tstamp 849cf2a4-2f0a-433d-b62c-6de5d4b9622d)) + (pad "A8" smd rect (at 1.25 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 523 "unconnected-(J4-SBU1-PadA8)") (pinfunction "SBU1") (pintype "bidirectional") (tstamp 66f3082d-5241-4a75-899f-b37af62e72cc)) + (pad "A9" smd rect (at 2.55 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 519 "Net-(J4-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp 5dc78dce-3e55-4c30-806e-c5dde3c4fb3c)) + (pad "A12" smd rect (at 3.35 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 518 "Net-(J4-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 4ea3bfeb-4876-4886-b3bd-dc1489ef5421)) + (pad "B1" smd rect (at 3.05 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 518 "Net-(J4-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 38a7751b-4e24-42ac-95fc-0628d8998207)) + (pad "B4" smd rect (at 2.25 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 519 "Net-(J4-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp 02aac0dc-e0be-4c1f-a2be-d5f82c766cbd)) + (pad "B5" smd rect (at 1.75 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 524 "unconnected-(J4-CC2-PadB5)") (pinfunction "CC2") (pintype "bidirectional") (tstamp 9b5dab1c-4504-4203-bc95-52c575622ff5)) + (pad "B6" smd rect (at 0.75 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 525 "unconnected-(J4-D+-PadB6)") (pinfunction "D+") (pintype "bidirectional") (tstamp 30ec5710-6bb2-426c-9dfc-65da9e975f33)) + (pad "B7" smd rect (at -0.75 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 526 "unconnected-(J4-D--PadB7)") (pinfunction "D-") (pintype "bidirectional") (tstamp 116cdd28-96dd-44e4-b9cd-65b2e2396609)) + (pad "B8" smd rect (at -1.75 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 527 "unconnected-(J4-SBU2-PadB8)") (pinfunction "SBU2") (pintype "bidirectional") (tstamp 04c90b56-cada-4a1b-a034-f31028ddf5f4)) + (pad "B9" smd rect (at -2.25 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 519 "Net-(J4-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp ce4cac7e-0fca-415c-a04f-a0fc4b355ff9)) + (pad "B12" smd rect (at -3.05 3.67) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 518 "Net-(J4-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 3967f754-a1a9-4240-845c-a5ccb1a8d26e)) + (pad "S1" thru_hole oval (at -4.32 -1.075) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") + (net 528 "unconnected-(J4-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp dff549e2-df83-45d3-99ad-91bda3693dd6)) + (pad "S1" thru_hole oval (at -4.32 3.105) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") + (net 528 "unconnected-(J4-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp feb2ee67-50fc-4e9b-90bc-1ab632ccef2c)) + (pad "S1" thru_hole oval (at 4.32 -1.075) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") + (net 528 "unconnected-(J4-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp bca6d88c-be54-4e93-a261-b9192e82b6c9)) + (pad "S1" thru_hole oval (at 4.32 3.105) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") + (net 528 "unconnected-(J4-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 8b3a33e2-2d36-41da-be2b-404a68ceb063)) + (model "${KICAD6_3DMODEL_DIR}/Connector_USB.3dshapes/USB_C_Receptacle_XKB_U262-16XN-4BVC11.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (layer "B.Cu") + (tstamp a2a32bd1-67cc-4a90-aa3b-7ebceb906446) + (at 129.53 127.2) + (descr "Through hole straight pin header, 2x03, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x03 1.27mm double row") + (property "LCSC" "C2935951") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x03, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/59ed369d-71cc-4e67-ba09-5f17481d95f6") + (attr through_hole) + (fp_text reference "J20" (at 0.635 1.695) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 9af3a4d6-35c1-4eea-94b9-b369c354be02) + ) + (fp_text value "Conn_02x03_Counter_Clockwise" (at 0.635 -4.235) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp ed9f2c04-4d5a-4941-8e0a-c92cd561597a) + ) + (fp_text user "${REFERENCE}" (at 0.635 -1.27 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 88fe5672-712b-4b8f-a817-bf2b4b7c11f5) + ) + (fp_line (start -1.13 -3.235) (end -0.30753 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 82819691-30a6-48d7-b279-b66f1d45c10a)) + (fp_line (start -1.13 -0.76) (end -1.13 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 26281074-c2de-498f-b640-e57fa9f5e506)) + (fp_line (start -1.13 -0.76) (end -0.563471 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ee6d9e03-ca63-49e2-b647-f357c27512ed)) + (fp_line (start -1.13 0) (end -1.13 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9311e901-e615-4869-b776-895549ce1534)) + (fp_line (start -1.13 0.76) (end 0 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 897364bb-14a9-40e3-bfa2-a5f202624c76)) + (fp_line (start 0.30753 -3.235) (end 0.96247 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 57b0bdb8-0f08-4fd8-8b1d-565b56f50541)) + (fp_line (start 0.563471 -0.76) (end 0.706529 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2ddffeca-4b6c-4524-88c7-abd4c6628119)) + (fp_line (start 0.76 -0.706529) (end 0.76 -0.563471) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5a810c71-d990-42a4-912e-fbb0afb8c579)) + (fp_line (start 0.76 0.563471) (end 0.76 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7f5995d7-435d-4c8d-bf24-9dec17cdafeb)) + (fp_line (start 0.76 0.695) (end 0.96247 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4fa5f648-b57f-4bd8-b4cb-bbbb083cea63)) + (fp_line (start 1.57753 -3.235) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0c2bb2a3-e530-4b60-9400-27e3cbb5acf0)) + (fp_line (start 1.57753 0.695) (end 2.4 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c566090f-93ee-4d10-821e-8425f2df4757)) + (fp_line (start 2.4 0.695) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 95ec3629-7a9f-40f5-83fa-b049e855665f)) + (fp_line (start -1.6 -3.7) (end 2.85 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2c779b00-5fd0-4b51-9106-3c3f3973ebfe)) + (fp_line (start -1.6 1.15) (end -1.6 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 759644db-2ebe-43c1-ba8b-ad857551e8e4)) + (fp_line (start 2.85 -3.7) (end 2.85 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e7e69e12-5575-45aa-a3c0-3269afb95168)) + (fp_line (start 2.85 1.15) (end -1.6 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4d299f0f-1efc-4327-8173-f70df3cad156)) + (fp_line (start -1.07 -3.175) (end -1.07 -0.2175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 02aa6f10-8946-4fee-974d-34274f14cdf6)) + (fp_line (start -1.07 -0.2175) (end -0.2175 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3d6f1114-be7d-4f17-94c3-b7ea840f037d)) + (fp_line (start -0.2175 0.635) (end 2.34 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dc8b13a0-63ab-44f1-9448-6b435974533c)) + (fp_line (start 2.34 -3.175) (end -1.07 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fe9aeb0a-a2e9-4190-9886-1ee0507ab4e4)) + (fp_line (start 2.34 0.635) (end 2.34 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 278a11c2-4e6e-4ecd-8ffd-43fdf0892eda)) + (pad "1" thru_hole rect (at 0 0) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 645 "unconnected-(J20-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp d5614596-419b-4474-a3a5-e595f70cd899)) + (pad "2" thru_hole oval (at 1.27 0) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 646 "unconnected-(J20-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 86ef54bb-d49e-43d5-ae63-76c19beaf5a6)) + (pad "3" thru_hole oval (at 0 -1.27) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 647 "unconnected-(J20-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 7eed7bf9-765f-442e-b9df-48ee0ffeb161)) + (pad "4" thru_hole oval (at 1.27 -1.27) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 648 "unconnected-(J20-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp 70a4fac8-d8d6-4f69-b38b-9c4cd2af73c1)) + (pad "5" thru_hole oval (at 0 -2.54) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 649 "unconnected-(J20-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp f0fc1dd0-93b1-44d9-b7b3-93fc4e430ab2)) + (pad "6" thru_hole oval (at 1.27 -2.54) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 650 "unconnected-(J20-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp 6e3c2d10-473f-416d-86ed-70029868c89f)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x03_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") + (tstamp aa3ea7d0-295a-460c-a622-6a7d88576105) + (at 121 82) + (descr "SOD-123") + (tags "SOD-123") + (property "LCSC" "C81598") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "Sim.Device" "D") + (property "Sim.Pins" "1=K 2=A") + (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") + (property "ki_keywords" "diode") + (path "/d792d340-2ec6-428c-8b59-0721fa9fd019") + (attr smd) + (fp_text reference "D6" (at 0 2) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 90285205-b68e-4304-a78c-0aabe661eeaf) + ) + (fp_text value "1N4148W" (at 0 -2.1) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 94ba14df-6527-46dc-9861-ff973cabfe49) + ) + (fp_text user "${REFERENCE}" (at 0 2) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 613f10f5-5b74-47c0-a30b-16ae4accbea2) + ) + (fp_line (start -2.36 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 019971ab-6dcc-414a-a44e-5fdfb2401629)) + (fp_line (start -2.36 1) (end -2.36 -1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 579976e1-0a11-48cd-b797-278a1ce12ec9)) + (fp_line (start -2.36 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cde89ce2-3430-4145-8d93-9277ed93cfc0)) + (fp_line (start -2.35 1.15) (end -2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ad99b7da-3842-480e-8974-4d7d482fd7bd)) + (fp_line (start -2.35 1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 45b5bdb3-7100-4c02-95b7-342eb12f86f0)) + (fp_line (start 2.35 -1.15) (end -2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dfee95e3-7c4c-4d64-830a-972561275690)) + (fp_line (start 2.35 1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1076404d-0969-4180-a31a-b83dd6c02b0a)) + (fp_line (start -1.4 -0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7d0044aa-bff1-4411-8255-8b5488dc5f6a)) + (fp_line (start -1.4 0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4279c302-fda4-47a2-8104-8f66c32f6764)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 25719b1c-e3c9-4e49-8cca-4fb3a158f8e3)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 34222e0a-6060-4266-8307-34eb503a2878)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5c3db6ac-1c29-4c8e-a6da-ca55e485f44d)) + (fp_line (start -0.35 0) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e16fac2b-3e4d-4dcd-866a-1845f489a0cd)) + (fp_line (start 0.25 -0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e166b34b-8648-42c7-874b-0b03833d8885)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp feb07845-cf0a-41a3-822f-ea084717d5d7)) + (fp_line (start 0.25 0.4) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 14334168-bfb4-4dfe-9d92-2f94998a6f30)) + (fp_line (start 1.4 -0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1c17e6f8-0a75-417c-8369-39b5b4aa89b3)) + (fp_line (start 1.4 0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 85c0506a-7ab2-4481-96e5-5fb4db420bdf)) + (pad "1" smd roundrect (at -1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 463 "unconnected-(D6-K-Pad1)") (pinfunction "K") (pintype "passive") (tstamp 641c12d8-d938-4ec3-bf8d-74064a33b8cc)) + (pad "2" smd roundrect (at 1.65 0) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 464 "unconnected-(D6-A-Pad2)") (pinfunction "A") (pintype "passive") (tstamp cc5adf3f-7ed2-4ce6-98cd-f388060acda1)) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (layer "B.Cu") + (tstamp b6591a8c-87c7-4365-bbdf-9f79ca171ce6) + (at 123.731269 114.413181 -160) + (descr "Through hole straight pin header, 2x03, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x03 1.27mm double row") + (property "LCSC" "C2935951") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x03, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/cc371dbd-ba12-47f0-908a-9d7c697b5386") + (attr through_hole) + (fp_text reference "J15" (at 0.635 1.695 20) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp d6fc49a0-cd40-4547-9584-9a2ad089d614) + ) + (fp_text value "Conn_02x03_Counter_Clockwise" (at 0.635 -4.235 20) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 0651e2d0-3217-4e29-abe0-a778fa6f9dde) + ) + (fp_text user "${REFERENCE}" (at 0.635 -1.27 110) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 4b539a3f-1753-4781-a84c-53d4d6cd5158) + ) + (fp_line (start -1.13 -3.235) (end -0.30753 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8a458114-c1e5-4230-aa77-ec68a84d7ad7)) + (fp_line (start -1.13 -0.76) (end -1.13 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 693397c3-2739-46e4-ad76-9e519cbb9093)) + (fp_line (start -1.13 -0.76) (end -0.563471 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 77920eb9-8112-4203-9309-6db0ff7f5b96)) + (fp_line (start -1.13 0) (end -1.13 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f5b10f76-2a47-4449-895c-02c5111bf927)) + (fp_line (start -1.13 0.76) (end 0 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2294fa01-5b34-4171-959a-b2876e0c5f08)) + (fp_line (start 0.30753 -3.235) (end 0.96247 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7f462fb2-e8e5-4727-9ae2-442a183866b7)) + (fp_line (start 0.563471 -0.76) (end 0.706529 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 664733f4-fffe-4865-a9db-541c7b2f7ff4)) + (fp_line (start 0.76 -0.706529) (end 0.76 -0.563471) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a03bc4b7-5a76-4acc-8d1b-ae0bda082899)) + (fp_line (start 0.76 0.563471) (end 0.76 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6d710d2d-15d5-434a-89f3-f768a59915fc)) + (fp_line (start 0.76 0.695) (end 0.96247 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp aa9efcf6-1d98-4422-b381-d9191127dcff)) + (fp_line (start 1.57753 -3.235) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9fc28eae-2a84-4826-ad94-cebcf3bb2c16)) + (fp_line (start 1.57753 0.695) (end 2.4 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 961357d3-6743-47cc-b93d-4efe52aca276)) + (fp_line (start 2.4 0.695) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1c530d9d-1cc1-4bda-baf1-2c56b366d306)) + (fp_line (start -1.6 -3.7) (end 2.85 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e1e36aff-e065-47f6-a8a9-4fd701c02d8f)) + (fp_line (start -1.6 1.15) (end -1.6 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 50c040bb-3d5f-4dbe-854c-cccec9cbc395)) + (fp_line (start 2.85 -3.7) (end 2.85 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 722acd16-a43c-4e79-934c-ea0d2a150e1b)) + (fp_line (start 2.85 1.15) (end -1.6 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e3f155f4-783d-4d91-8287-6280b8df694d)) + (fp_line (start -1.07 -3.175) (end -1.07 -0.2175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp acd860da-0613-4513-87fb-07f73f1037fc)) + (fp_line (start -1.07 -0.2175) (end -0.2175 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 285b4760-edf3-4081-a38d-47be980081fb)) + (fp_line (start -0.2175 0.635) (end 2.34 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 70ee39e0-b1ce-4a74-a6df-246373343ca0)) + (fp_line (start 2.34 -3.175) (end -1.07 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5fd2effb-8d56-41eb-adb5-84554d32a1b7)) + (fp_line (start 2.34 0.635) (end 2.34 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9fe7adff-e2c4-4b69-894c-7445eb487fa3)) + (pad "1" thru_hole rect (at 0 0 200) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 605 "unconnected-(J15-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 0d84666c-1f36-4e2a-a849-66b319bf747c)) + (pad "2" thru_hole oval (at 1.27 0 200) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 606 "unconnected-(J15-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 5002158b-a159-4912-84de-8155083fd8c1)) + (pad "3" thru_hole oval (at 0 -1.27 200) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 607 "unconnected-(J15-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 1e598043-0863-4e09-bf0b-ffa73d8a3a7f)) + (pad "4" thru_hole oval (at 1.27 -1.27 200) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 608 "unconnected-(J15-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp 166a722b-a60e-4ca0-bf98-271f6107d8fc)) + (pad "5" thru_hole oval (at 0 -2.54 200) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 609 "unconnected-(J15-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp e48f61ee-d48c-41d4-a7dd-ff172aeeeb9c)) + (pad "6" thru_hole oval (at 1.27 -2.54 200) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 610 "unconnected-(J15-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp c4386ace-1c61-4119-847e-d3a5b45073fb)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x03_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "lib:SW_choc_v1_HS_1u" (layer "B.Cu") + (tstamp b69eec60-f3c5-487c-aa7a-e322926f4e13) + (at 185.631691 130.481111 20) + (descr "Hotswap footprint for Kailh Choc style switches") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Push button switch, normally open, two pins, 45° tilted") + (property "ki_keywords" "switch normally-open pushbutton push-button") + (path "/35089c85-aa3c-48da-8046-8cefc4ef6d40") + (attr smd) + (fp_text reference "CH4" (at 5 -7.4 20) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp e672709a-a047-45a9-9c28-940a18b24723) + ) + (fp_text value "choc_SW_HS" (at 0 0 20) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 5e696c01-85ac-4d64-8fae-e9ce88d7c411) + ) + (fp_text user "18x17 spacing" (at 0 7.6 20) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp f3db0c07-4cf9-4b15-ba0b-c60436f11b1e) + ) + (fp_text user "LED" (at 0 4.7 20 unlocked) (layer "Cmts.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 6fc8d83f-736c-4ec7-b679-1067488870f3) + ) + (fp_text user "19.05 spacing" (at 0 8.7 20) (layer "Eco1.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 721c93ae-7729-489f-98be-3c6deb123e46) + ) + (fp_text user "${REFERENCE}" (at 2.496 -5.025 20) (layer "B.Fab") + (effects (font (size 0.8 0.8) (thickness 0.12)) (justify mirror)) + (tstamp b42db5d2-973d-4b1f-abf2-81713030eb2c) + ) + (fp_line (start -2.3 -7.475) (end -1.5 -8.275) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4aa2efb0-409b-40e5-bedd-382b99bba8a7)) + (fp_line (start -1.5 -8.275) (end -0.5 -8.275) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 90d4e224-a74b-471f-b5cf-70e9867b5759)) + (fp_line (start -1.5 -3.625) (end -2.3 -4.425) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 295841d3-950a-417f-b9c2-456037810a4f)) + (fp_line (start -1.5 -3.625) (end -0.5 -3.625) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c7e2b59c-5f43-466c-a3d6-08e14b0b601b)) + (fp_line (start 7.504 -1.475) (end 6.504 -1.475) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5ab2e0cd-f7e1-482e-ab8c-1ddbb3ada505)) + (fp_line (start 7.504 -1.475) (end 7.504 -2.175) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5887fadd-a700-49ca-910c-0af6e46b8937)) + (fp_arc (start 6.45 -6.125) (mid 7.015685 -5.890685) (end 7.25 -5.325) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 34f305d5-6fee-4296-b0af-4051688953db)) + (fp_line (start -9 -8.5) (end 9 -8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp edb0d803-1975-4477-b14c-f211301032ed)) + (fp_line (start -9 8.5) (end -9 -8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f9a4585c-fc37-497e-a0c0-c102f859ca3c)) + (fp_line (start 9 -8.5) (end 9 8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 4a6e7baf-40ba-453c-954c-f191f06a4854)) + (fp_line (start 9 8.5) (end -9 8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 81730fd8-c43c-4343-8260-a3847332ac09)) + (fp_rect (start -2.5 6.275) (end 2.5 3.125) + (stroke (width 0.1) (type default)) (fill none) (layer "Cmts.User") (tstamp 33627aef-d78a-4b96-8462-51de63cb077a)) + (fp_line (start -9.525 -9.525) (end -9.525 9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp 463c8af1-8aa3-4e25-8f26-a75f29a4a115)) + (fp_line (start -9.525 9.525) (end 9.525 9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp d3465fcf-133a-4d5b-9895-b811af283a7e)) + (fp_line (start 9.525 -9.525) (end -9.525 -9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp eaa8a901-86e6-4013-8ad0-bc137343a67d)) + (fp_line (start 9.525 9.525) (end 9.525 -9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp 5d04f415-4e00-4adc-86f6-56a60516dae5)) + (fp_line (start -6.95 6.45) (end -6.95 -6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp be174b00-db01-4175-88d4-6ddbebc2317c)) + (fp_line (start -6.45 -6.95) (end 6.45 -6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp b0912d37-7dd7-4723-a33f-c9a31433f5ab)) + (fp_line (start 6.45 6.95) (end -6.45 6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 843439ce-e575-4e59-8c13-cf78c93167f0)) + (fp_line (start 6.95 -6.45) (end 6.95 6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp e2119dbc-2522-4b18-9409-d0296917ad2c)) + (fp_arc (start -6.95 -6.45) (mid -6.803553 -6.803553) (end -6.45 -6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp dd690912-a556-4461-a2ba-13ded4f0a76c)) + (fp_arc (start -6.45 6.95) (mid -6.803553 6.803553) (end -6.95 6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 7140e54b-0700-468d-80d0-98c92e1b2f53)) + (fp_arc (start 6.45 -6.95) (mid 6.803553 -6.803553) (end 6.95 -6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 39821e60-c8b9-4c5c-9c15-69c9283fd76d)) + (fp_arc (start 6.95 6.45) (mid 6.803553 6.803553) (end 6.45 6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp fba67ba0-1141-4f78-b3b5-595ffbc167e1)) + (fp_line (start -4.104 -6.925) (end -2.3 -6.925) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c5440967-093d-4683-8f52-291cf473d9fa)) + (fp_line (start -4.104 -4.975) (end -4.104 -6.925) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6ee8c5ad-daa1-4b41-b250-231686933665)) + (fp_line (start -4.104 -4.975) (end -2.3 -4.975) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 542925d5-4ae6-4395-97a0-119812fe1037)) + (fp_line (start -2.3 -7.475) (end -2.3 -6.925) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 77cd9f05-55d3-4176-8de8-c919ff7ccc45)) + (fp_line (start -2.3 -7.475) (end -1.5 -8.275) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 12e96119-2c95-4e73-a8b0-82e71aaca3ff)) + (fp_line (start -2.3 -4.975) (end -2.3 -4.425) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 963dd6fc-032d-4c69-ba81-2fc88c01214f)) + (fp_line (start -1.5 -8.275) (end 1.65 -8.275) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8a015c19-82e2-4291-a25b-c740eb70873b)) + (fp_line (start -1.5 -3.625) (end -2.3 -4.425) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0de02067-6617-4db0-8bd2-7559e5a3f0ab)) + (fp_line (start -1.5 -3.625) (end 0.3 -3.625) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3ef3f17d-d1f2-4b31-b471-44a1fba9bfa8)) + (fp_line (start 2.45 -7.475) (end 1.65 -8.275) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ce0249be-5d22-4a1d-9821-0efc3e36e819)) + (fp_line (start 2.45 -7.475) (end 2.45 -7.125) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d2f05803-c998-43f9-a579-a4b1da965c5c)) + (fp_line (start 3.45 -6.125) (end 6.45 -6.125) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 39174f75-f117-4672-9eb1-ac5a0125c895)) + (fp_line (start 7.25 -5.325) (end 7.25 -4.725) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ab6ef1ad-799b-4914-8c08-09ff169bdb1e)) + (fp_line (start 7.25 -4.725) (end 9.104 -4.725) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c2cd0acd-7807-4da4-9296-fbfbd1426878)) + (fp_line (start 7.504 -2.175) (end 7.504 -2.775) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f94bf07d-9d6c-4bf2-83eb-d1cee3b7d050)) + (fp_line (start 7.504 -1.475) (end 3.4 -1.475) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 44f0b0b5-b789-47a8-9788-2aa4c954d7b0)) + (fp_line (start 7.504 -1.475) (end 7.504 -2.175) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4b85f535-65e1-4d07-ac6d-8651e69cb7ba)) + (fp_line (start 9.104 -4.725) (end 9.104 -2.775) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 389e4c3f-599d-4e0c-ab61-87bb141e9701)) + (fp_line (start 9.104 -2.775) (end 7.504 -2.775) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d62864d0-e003-4c17-9ecd-cfc1fd3f6f54)) + (fp_arc (start 0.299999 -3.624999) (mid 1.577272 -3.167235) (end 2.455444 -2.13293) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 672c05ec-5a12-4538-9896-8eb1ee14bd7f)) + (fp_arc (start 3.4 -1.475) (mid 2.826423 -1.655848) (end 2.460307 -2.13298) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ccd1e310-a51b-468b-bb78-9f8c5e35892f)) + (fp_arc (start 3.45 -6.125) (mid 2.742893 -6.417893) (end 2.45 -7.125) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 98c49538-645c-4d90-8c9b-11ec7c6cea4c)) + (fp_arc (start 6.45 -6.125) (mid 7.015685 -5.890685) (end 7.25 -5.325) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9bbac48b-50fc-4c3a-9df9-89a853004384)) + (fp_line (start -7 -7) (end 7 -7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 297f084b-0b8b-48ae-a5d3-5466bd57268d)) + (fp_line (start -7 7) (end -7 -7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07eff512-d5ef-426b-95e3-658a78bd1b65)) + (fp_line (start 7 -7) (end 7 7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79760e4e-9786-47d6-abb1-8031413412db)) + (fp_line (start 7 7) (end -7 7) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1df1726-d312-4c49-9eaf-2a5d64435fbb)) + (fp_line (start -2.304 -7.5) (end -2.304 -4.45) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp a2776128-45df-40f6-a437-08318e7ef36f)) + (fp_line (start -2.304 -7.5) (end -1.504 -8.3) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp 6addd11c-91c9-472f-82d6-d947db3cf81f)) + (fp_line (start -1.504 -8.3) (end 1.646 -8.3) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp cbf3bc60-0310-4758-a3e4-920e6abc8c06)) + (fp_line (start -1.504 -3.65) (end -2.304 -4.45) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp d2f1d733-4c0b-4c2a-8dff-d26548e34253)) + (fp_line (start -1.504 -3.65) (end 0.296 -3.65) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp d9e7146e-2043-4757-9dee-a6cf52e56e0f)) + (fp_line (start 2.446 -7.5) (end 1.646 -8.3) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp 0a3b1b27-3fe8-46e7-a21e-ff36fc321eb0)) + (fp_line (start 2.446 -7.5) (end 2.446 -7.15) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp d09bbfc0-5689-471a-b1d2-5347944f6343)) + (fp_line (start 3.446 -6.15) (end 6.446 -6.15) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp 6a87e796-cdd7-403f-b66a-d5218bc71824)) + (fp_line (start 7.246 -5.35) (end 7.246 -1.5) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp 1b2ea734-f82b-43b0-ac63-40ca6431e251)) + (fp_line (start 7.246 -1.5) (end 3.396 -1.5) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp 8ac6d123-ae35-4305-b126-b39b6a268368)) + (fp_arc (start 0.295999 -3.649999) (mid 1.573272 -3.192235) (end 2.451444 -2.15793) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp f3bf33c4-59d2-46de-8dd0-0a5b12e02e3d)) + (fp_arc (start 3.396 -1.5) (mid 2.822423 -1.680848) (end 2.456307 -2.15798) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp 98f9531a-03fa-4f03-9e26-d6d86f449d60)) + (fp_arc (start 3.446 -6.15) (mid 2.738893 -6.442893) (end 2.446 -7.15) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp 1ff4a910-aed7-45e2-86e9-20afd22436e1)) + (fp_arc (start 6.446 -6.15) (mid 7.011685 -5.915685) (end 7.246 -5.35) + (stroke (width 0.05) (type solid)) (layer "B.Fab") (tstamp 6410e9f6-bf93-4fc9-978c-7e95d44ca3cd)) + (pad "" np_thru_hole circle (at -5.5 0 20) (size 1.7 1.7) (drill 1.7) (layers "*.Cu" "*.Mask") (tstamp 560ef1bb-9faa-42d9-9b46-7216d1ed3809)) + (pad "" np_thru_hole circle (at 0 0 20) (size 3.4 3.4) (drill 3.4) (layers "*.Cu" "*.Mask") (tstamp 488fdff8-e810-44b0-b7e9-26dc44b4be7c)) + (pad "" np_thru_hole circle (at 5.5 0 20) (size 1.7 1.7) (drill 1.7) (layers "*.Cu" "*.Mask") (tstamp 296eec7c-a4f7-49e7-bc16-b2b5cb8910cd)) + (pad "1" thru_hole circle (at 5 -3.75 200) (size 3.3 3.3) (drill 3) (layers "*.Cu" "B.Mask") + (net 657 "unconnected-(CH4-Pad1)") (pinfunction "1") (pintype "passive") (tstamp d98c4b5d-c37d-48d9-8003-05cab43eee7e)) + (pad "1" smd rect (at 6.55 -3.75 200) (size 1.2 2.6) (layers "B.Cu") + (net 657 "unconnected-(CH4-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 3bffcfdd-5143-4d9e-bb72-e09e1adba48a)) + (pad "1" smd roundrect (at 8.245 -3.75 200) (size 2.65 2.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.1) + (net 657 "unconnected-(CH4-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 9d845b5d-a44d-43a0-8d4d-1ee679a50e74)) + (pad "2" smd roundrect (at -3.245 -5.95 200) (size 2.65 2.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.1) + (net 658 "unconnected-(CH4-Pad2)") (pinfunction "2") (pintype "passive") (tstamp c2a7304a-2b78-4dc5-b458-170a7a58ded4)) + (pad "2" smd rect (at -1.55 -5.95 20) (size 1.2 2.6) (layers "B.Cu") + (net 658 "unconnected-(CH4-Pad2)") (pinfunction "2") (pintype "passive") (tstamp e7170b56-f96a-4ec6-b3e6-1240ca542452)) + (pad "2" thru_hole circle (at 0 -5.95 200) (size 3.3 3.3) (drill 3) (layers "*.Cu" "B.Mask") + (net 658 "unconnected-(CH4-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 2a19b23a-b502-4d4f-bfb5-6aad338e4eb0)) + (model "${KICAD7_3RD_PARTY}/3dmodels/com_github_ebastler_marbastlib/HS_Kailh_Choc.step" + (offset (xyz -5 -3.75 0.12)) + (scale (xyz 1 1 1)) + (rotate (xyz 90 0 180)) + ) + ) + + (footprint "Connector_USB:USB_C_Receptacle_XKB_U262-16XN-4BVC11" (layer "B.Cu") + (tstamp bc3a5e07-dbe3-431d-ba1f-aa0f69c95adf) + (at 127.6 105.7 180) + (descr "USB Type C, right-angle, SMT, https://datasheet.lcsc.com/szlcsc/1811141824_XKB-Enterprise-U262-161N-4BVC11_C319148.pdf") + (tags "USB C Type-C Receptacle SMD") + (property "LCSC" "C319148") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "USB 2.0-only Type-C Receptacle connector") + (property "ki_keywords" "usb universal serial bus type-C USB2.0") + (path "/7223942e-5492-45c2-91ee-1071ccb62b66") + (attr smd) + (fp_text reference "J3" (at 0 5.715) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 1037e8be-f4fa-46a6-bdc6-9af2c30f1e12) + ) + (fp_text value "USB_C_Receptacle_USB2.0" (at 0 -4.935) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 2b46f5ac-c687-4026-afa7-11d62ec90049) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp caa1baa7-c979-4283-a450-d9d7e5207b1b) + ) + (fp_line (start -4.58 -3.785) (end -4.58 -2.08) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a58e60fe-9304-4aa5-9b2e-953a75d27772)) + (fp_line (start -4.58 1.85) (end -4.58 -0.07) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e856ef08-f4e8-4422-86f6-add2041970ad)) + (fp_line (start 4.58 -3.785) (end -4.58 -3.785) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fcbeee89-295a-47ba-86ea-77634ee4d74a)) + (fp_line (start 4.58 -2.08) (end 4.58 -3.785) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp af157007-07ab-400d-90a3-a03242f16b3c)) + (fp_line (start 4.58 -0.07) (end 4.58 1.85) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a82d7b29-988d-498b-b1d8-24c3815d49c5)) + (fp_line (start -5.32 -4.18) (end -5.32 4.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b0169abe-1acf-4627-b66d-a65574e948a0)) + (fp_line (start -5.32 4.75) (end 5.32 4.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 74c8ed92-b9aa-485b-92e8-610ea0eddaad)) + (fp_line (start 5.32 -4.18) (end -5.32 -4.18) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8e0180fa-874b-4a96-bd23-696263db042a)) + (fp_line (start 5.32 4.75) (end 5.32 -4.18) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1fb14ee3-64ca-4139-8fee-4a6119a6d672)) + (fp_line (start -4.47 -3.675) (end 4.47 -3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 649a98f6-1af0-4e48-97a7-b6a8638acb0f)) + (fp_line (start -4.47 3.675) (end -4.47 -3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ca85210b-c287-4047-803f-cce208bfbfd1)) + (fp_line (start -4.47 3.675) (end 4.47 3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 35558b0b-82ba-477c-96f2-0ba862999945)) + (fp_line (start 4.47 -3.675) (end 4.47 3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0d29b482-33a6-498e-a151-75bba57d5daa)) + (pad "" np_thru_hole circle (at -2.89 2.605 180) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp 78c0f2e9-0bd9-438f-81b7-aef8853be187)) + (pad "" np_thru_hole circle (at 2.89 2.605 180) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp 4118d4c3-cde7-4e7e-8eb2-6a75172a69ae)) + (pad "A1" smd rect (at -3.35 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 507 "Net-(J3-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp bab76666-9c89-4caf-822c-cfb1fe2a26a4)) + (pad "A4" smd rect (at -2.55 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 508 "Net-(J3-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp f3ac57dc-3071-446a-a714-328a4dc9b43a)) + (pad "A5" smd rect (at -1.25 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 509 "unconnected-(J3-CC1-PadA5)") (pinfunction "CC1") (pintype "bidirectional") (tstamp 0f09feda-15a7-4a31-b505-f3ff38aa7af4)) + (pad "A6" smd rect (at -0.25 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 510 "unconnected-(J3-D+-PadA6)") (pinfunction "D+") (pintype "bidirectional") (tstamp 4a0e1bfe-3c65-4fe2-b239-94ebde26e6d7)) + (pad "A7" smd rect (at 0.25 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 511 "unconnected-(J3-D--PadA7)") (pinfunction "D-") (pintype "bidirectional") (tstamp fc942f73-d2a3-4932-b0d8-dba49e99c05f)) + (pad "A8" smd rect (at 1.25 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 512 "unconnected-(J3-SBU1-PadA8)") (pinfunction "SBU1") (pintype "bidirectional") (tstamp b26958ec-534d-41f0-be6e-02e21f2ab8ab)) + (pad "A9" smd rect (at 2.55 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 508 "Net-(J3-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp e766ebe5-4d20-468b-8429-39eece5a431e)) + (pad "A12" smd rect (at 3.35 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 507 "Net-(J3-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 0e08f03a-6cb5-4bb8-988b-d52bb83189e0)) + (pad "B1" smd rect (at 3.05 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 507 "Net-(J3-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp f4560f8b-72aa-487c-bd55-e9689214860d)) + (pad "B4" smd rect (at 2.25 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 508 "Net-(J3-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp ca4bc489-99b1-4964-9651-2bcd96a21bbf)) + (pad "B5" smd rect (at 1.75 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 513 "unconnected-(J3-CC2-PadB5)") (pinfunction "CC2") (pintype "bidirectional") (tstamp d8958aff-28a4-4025-ae0d-c59f45e6f90c)) + (pad "B6" smd rect (at 0.75 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 514 "unconnected-(J3-D+-PadB6)") (pinfunction "D+") (pintype "bidirectional") (tstamp 10cca71e-2c40-4887-b6c8-abd24c9b5c88)) + (pad "B7" smd rect (at -0.75 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 515 "unconnected-(J3-D--PadB7)") (pinfunction "D-") (pintype "bidirectional") (tstamp e85f5f44-bf5c-4924-8ff9-e28f6df08282)) + (pad "B8" smd rect (at -1.75 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 516 "unconnected-(J3-SBU2-PadB8)") (pinfunction "SBU2") (pintype "bidirectional") (tstamp 09658385-8390-4c7d-acb2-7352b162ab7b)) + (pad "B9" smd rect (at -2.25 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 508 "Net-(J3-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp 496e6b0f-efd7-473c-88fb-d173c8945ba8)) + (pad "B12" smd rect (at -3.05 3.67 180) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 507 "Net-(J3-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 7af40722-9161-4788-a456-40ed6fbc9021)) + (pad "S1" thru_hole oval (at -4.32 -1.075 180) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") + (net 517 "unconnected-(J3-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 2361ade6-d546-49c2-8ca5-f818c64836b5)) + (pad "S1" thru_hole oval (at -4.32 3.105 180) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") + (net 517 "unconnected-(J3-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 78b0be68-8dfc-475b-adab-9301a50fbb2a)) + (pad "S1" thru_hole oval (at 4.32 -1.075 180) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") + (net 517 "unconnected-(J3-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp b0352808-cd2f-427a-b4f4-23392e9ef0e0)) + (pad "S1" thru_hole oval (at 4.32 3.105 180) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") + (net 517 "unconnected-(J3-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp c60dc3c6-83af-47fb-921b-59f07b255eac)) + (model "${KICAD6_3DMODEL_DIR}/Connector_USB.3dshapes/USB_C_Receptacle_XKB_U262-16XN-4BVC11.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Diode_SMD:D_SOD-123" (layer "B.Cu") + (tstamp c9930d6e-5b34-42c6-9b0a-884cb6ba5967) + (at 117 86 90) + (descr "SOD-123") + (tags "SOD-123") + (property "LCSC" "C81598") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "Sim.Device" "D") + (property "Sim.Pins" "1=K 2=A") + (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123") + (property "ki_keywords" "diode") + (path "/cc177ce3-8a72-45b8-b672-038c86c27ee6") + (attr smd) + (fp_text reference "D7" (at 0 2 90) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 80a9fb38-13d3-45d2-815b-ef620e457c59) + ) + (fp_text value "1N4148W" (at 0 -2.1 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 65108166-9f38-4c63-aba7-b8a9ef692310) + ) + (fp_text user "${REFERENCE}" (at 0 2 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 299502bd-e2ba-4828-9ba7-620e388da323) + ) + (fp_line (start -2.36 -1) (end 1.65 -1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dbb323f3-6f10-4258-a0de-2b9ef8e02bfb)) + (fp_line (start -2.36 1) (end -2.36 -1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2aa3c537-ea66-4eae-8166-e2a5a084f71e)) + (fp_line (start -2.36 1) (end 1.65 1) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9316cc84-fea2-455f-ab3e-e05f10171bc2)) + (fp_line (start -2.35 1.15) (end -2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b7cc1b9d-58de-4569-b4d0-aa022e4b99e4)) + (fp_line (start -2.35 1.15) (end 2.35 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7cf9ed27-1789-4460-8538-f372a8246a3d)) + (fp_line (start 2.35 -1.15) (end -2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 036ba3f7-251e-4b7a-9d83-b385901d70a8)) + (fp_line (start 2.35 1.15) (end 2.35 -1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d693b25f-59f8-4499-a833-ae7eb691935b)) + (fp_line (start -1.4 -0.9) (end -1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a5d03ad3-1de9-4906-bd00-71513fa72d87)) + (fp_line (start -1.4 0.9) (end 1.4 0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 54c386d9-6807-44c0-926a-1de09d0f65a7)) + (fp_line (start -0.75 0) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4da2722c-27c5-4189-9dd0-981cfbcddc7d)) + (fp_line (start -0.35 0) (end -0.35 -0.55) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp abee2237-86c1-40e7-83cb-31a0bf046bce)) + (fp_line (start -0.35 0) (end -0.35 0.55) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 743ae19f-5d5f-4e4a-a521-2b8dcfb6b9bf)) + (fp_line (start -0.35 0) (end 0.25 0.4) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 711cde4c-66e6-41d9-a7dd-0bd0b972794a)) + (fp_line (start 0.25 -0.4) (end -0.35 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 40bc8580-38d5-4bfc-991c-3f2616aa0b94)) + (fp_line (start 0.25 0) (end 0.75 0) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ccb47349-35e6-4cad-a500-d49da58001b5)) + (fp_line (start 0.25 0.4) (end 0.25 -0.4) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 54a18861-cf2d-49c1-8ba4-470094c5037f)) + (fp_line (start 1.4 -0.9) (end -1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 51d5d98e-f852-41cb-a656-5b8e5931e51c)) + (fp_line (start 1.4 0.9) (end 1.4 -0.9) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 11d2363d-b976-4386-877b-e77821c4e18b)) + (pad "1" smd roundrect (at -1.65 0 90) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 465 "unconnected-(D7-K-Pad1)") (pinfunction "K") (pintype "passive") (tstamp ed9261d2-34d6-4016-b2e2-9830c816b77e)) + (pad "2" smd roundrect (at 1.65 0 90) (size 0.9 1.2) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 466 "unconnected-(D7-A-Pad2)") (pinfunction "A") (pintype "passive") (tstamp e53e4648-040b-45fe-a1b0-c5e16c591106)) + (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (layer "B.Cu") + (tstamp ca3cdc54-ec98-41c7-9547-5b8b5be93398) + (at 130.2 113.46 180) + (descr "Through hole straight pin header, 2x03, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x03 1.27mm double row") + (property "LCSC" "C2935951") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x03, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/582700ff-c5eb-408a-abd9-ad35e40badba") + (attr through_hole) + (fp_text reference "J12" (at 0.635 1.695) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 7faf0791-a61a-401b-82ae-8f7e94520b94) + ) + (fp_text value "Conn_02x03_Counter_Clockwise" (at 0.635 -4.235) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp aa6841ac-384d-4830-a7ca-7825b9c0cffc) + ) + (fp_text user "${REFERENCE}" (at 0.635 -1.27 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 68c8e4f2-3049-49f5-9dae-85dfee2113aa) + ) + (fp_line (start -1.13 -3.235) (end -0.30753 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6e410c1b-f61e-43e2-8074-58f321950b35)) + (fp_line (start -1.13 -0.76) (end -1.13 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 59faf5b6-a2e7-47fb-a438-d5ea3a44d717)) + (fp_line (start -1.13 -0.76) (end -0.563471 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c7a1d068-4bb6-4e67-b3ef-8eabe0e2f885)) + (fp_line (start -1.13 0) (end -1.13 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dda875cb-0336-435c-856f-378a767cb2be)) + (fp_line (start -1.13 0.76) (end 0 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bfbdf88e-7b57-439f-baac-9c8a983f460e)) + (fp_line (start 0.30753 -3.235) (end 0.96247 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 608587cb-ce83-4c1e-af71-993f9ef4b240)) + (fp_line (start 0.563471 -0.76) (end 0.706529 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b0f7fbbf-50ab-4b94-882e-85abd21348d3)) + (fp_line (start 0.76 -0.706529) (end 0.76 -0.563471) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 167f9cc3-1831-429e-96ff-8b871eae6fe8)) + (fp_line (start 0.76 0.563471) (end 0.76 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6e975bf5-0c80-4b87-858f-24458928209e)) + (fp_line (start 0.76 0.695) (end 0.96247 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c1df6de7-97e1-44cd-85ac-038d795ee345)) + (fp_line (start 1.57753 -3.235) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 39452235-f60e-47dc-8076-aceadb6d5547)) + (fp_line (start 1.57753 0.695) (end 2.4 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 169fbff4-734d-4d47-89cc-92e92bfd328f)) + (fp_line (start 2.4 0.695) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 38e34dc2-eb3e-4492-a56c-dc37f79f64b3)) + (fp_line (start -1.6 -3.7) (end 2.85 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 980f7768-1c63-4371-9565-93d0c6d4fbb6)) + (fp_line (start -1.6 1.15) (end -1.6 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 265cdfdd-cbd6-4235-b36d-0d469cf1a34a)) + (fp_line (start 2.85 -3.7) (end 2.85 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 00b03b53-7ebd-40c4-ba82-a6a1534522bf)) + (fp_line (start 2.85 1.15) (end -1.6 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0e35fa23-3e8a-4313-978d-7c92bd1f8f6b)) + (fp_line (start -1.07 -3.175) (end -1.07 -0.2175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 36f64006-a65e-4a88-ab08-f2403599ea12)) + (fp_line (start -1.07 -0.2175) (end -0.2175 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cbd0bc94-afe8-46d7-b41c-876bf2e288bb)) + (fp_line (start -0.2175 0.635) (end 2.34 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0469f124-d219-439a-9bfc-16b88498859e)) + (fp_line (start 2.34 -3.175) (end -1.07 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9d12dcab-7ee5-4dda-ac24-1412fe4165ed)) + (fp_line (start 2.34 0.635) (end 2.34 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6166834a-e3f1-46c1-aacc-4ac63e113f8b)) + (pad "1" thru_hole rect (at 0 0 180) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 587 "unconnected-(J12-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp 8dc17c54-2c73-4b11-a72b-caba2b214b8c)) + (pad "2" thru_hole oval (at 1.27 0 180) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 588 "unconnected-(J12-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp e4417a97-a397-4e76-b42b-fd1afb94e927)) + (pad "3" thru_hole oval (at 0 -1.27 180) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 589 "unconnected-(J12-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp b4f5faa8-af3d-4f2d-b2e8-df5968dd7592)) + (pad "4" thru_hole oval (at 1.27 -1.27 180) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 590 "unconnected-(J12-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp a4f76d76-ee04-4c48-b364-c89c475f6f31)) + (pad "5" thru_hole oval (at 0 -2.54 180) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 591 "unconnected-(J12-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp 4c039108-aa86-4a38-8d72-c9a273fc0549)) + (pad "6" thru_hole oval (at 1.27 -2.54 180) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 592 "unconnected-(J12-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp e189d803-ffd3-4387-b7c1-63eb9faf17f5)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x03_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "B.Cu") + (tstamp cdc9a453-3b25-401f-a6be-328b81b87d7e) + (at 126.05 74.1375 -90) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "LCSC" "C8667") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "NPN transistor, base/emitter/collector") + (property "ki_keywords" "transistor NPN") + (path "/574821e7-ee6f-48b0-b4a7-aeb609aed6bc") + (attr smd) + (fp_text reference "Q10" (at 0 2.4 90) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 5494eff4-97b6-4421-9386-7223ae0e2b4e) + ) + (fp_text value "Q_NPN_BEC" (at 0 -2.4 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp d4fd5ed8-bf96-4e83-9c37-a4bc48233059) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) + (tstamp 1c064b87-ac14-4073-9984-38dc79348720) + ) + (fp_line (start 0 -1.56) (end -0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a90e082c-452e-4bc2-9d15-f6290db365a7)) + (fp_line (start 0 -1.56) (end 0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 43615871-5aed-4df7-9681-dfc115ce1ab5)) + (fp_line (start 0 1.56) (end -1.8 1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a7df5de0-dacf-44e7-b7b9-5463c469bfd5)) + (fp_line (start 0 1.56) (end 0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 939099e0-00b1-4783-85c2-75249663a10d)) + (fp_line (start -2.05 -1.7) (end 2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 69b9e2af-9cb8-4303-80d8-aed10a37d1fb)) + (fp_line (start -2.05 1.7) (end -2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4954b9ae-1469-426f-b415-c7c63df0155a)) + (fp_line (start 2.05 -1.7) (end 2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp caceb432-205a-4300-973f-a7a515228890)) + (fp_line (start 2.05 1.7) (end -2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b97fa016-fc3a-46f5-9517-1a25b4c1b642)) + (fp_line (start -0.8 -1.45) (end -0.8 1.05) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e66d4a8b-ed4a-446e-b20b-2a95594ba245)) + (fp_line (start -0.8 1.05) (end -0.4 1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp defcff16-eb7a-4e1c-ac36-ceb37dee183f)) + (fp_line (start -0.4 1.45) (end 0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bb68b1f0-671e-4e39-9f84-9b9a94ee9455)) + (fp_line (start 0.8 -1.45) (end -0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4221216f-31b0-451f-9383-20d89ba26f8d)) + (fp_line (start 0.8 1.45) (end 0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0b969181-e1c1-4a10-9ce6-07b6b4c02232)) + (pad "1" smd roundrect (at -1.1375 0.95 270) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 19 "unconnected-(Q10-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp 63340ab9-9b60-4a90-9797-314cf92ff11f)) + (pad "2" smd roundrect (at -1.1375 -0.95 270) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 20 "Net-(Q10-C)") (pinfunction "E") (pintype "passive") (tstamp 355c07fa-4b30-4861-aad9-92519f75bc3e)) + (pad "3" smd roundrect (at 1.1375 0 270) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 20 "Net-(Q10-C)") (pinfunction "C") (pintype "passive") (tstamp 3938084a-22da-44fb-8720-2ed5bd4cc0d0)) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_SO:SOP-8_3.9x4.9mm_P1.27mm" (layer "B.Cu") + (tstamp ddb87d7d-14f4-4d2d-9bc1-83e5fda1e9e2) + (at 179.8 87.2 10) + (descr "SOP, 8 Pin (http://www.macronix.com/Lists/Datasheet/Attachments/7534/MX25R3235F,%20Wide%20Range,%2032Mb,%20v1.6.pdf#page=79), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOP SO") + (property "LCSC" "C49274") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "2.7V 12-Bit A/D Converter with SPI™ Serial Interface, PDIP-8/SOIC-8/MSOP-8/TSSOP-8") + (property "ki_keywords" "12-Bit Differential ADC SPI 1ch") + (path "/ef1e48ae-5939-441d-9c9c-1acf39297256") + (attr smd) + (fp_text reference "U15" (at 0 3.4 10) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp cb6c1c14-ef75-4ba3-ab48-178eb7680da5) + ) + (fp_text value "MCP3201" (at 0 -3.4 10) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp b312ab77-047b-472b-9379-123a6b6cd242) + ) + (fp_text user "${REFERENCE}" (at 0 0 10) (layer "B.Fab") + (effects (font (size 0.98 0.98) (thickness 0.15)) (justify mirror)) + (tstamp 5b1aa6c4-b17f-49a7-ac41-5ecdcb3cb0b6) + ) + (fp_line (start 0 -2.56) (end -1.95 -2.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3bd00273-e901-4e46-a17b-5e3427ade65d)) + (fp_line (start 0 -2.56) (end 1.95 -2.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2a32943b-e407-4703-944e-94a86bebae3d)) + (fp_line (start 0 2.56) (end -1.95 2.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 23de49e5-d6d7-446e-83e9-eaf403d23556)) + (fp_line (start 0 2.56) (end 1.95 2.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 52f4ade0-1d81-4d61-96f6-5e8b83fd0413)) + (fp_poly + (pts + (xy -2.7 2.465) + (xy -2.94 2.795) + (xy -2.46 2.795) + (xy -2.7 2.465) + ) + + (stroke (width 0.12) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 9b337bc0-7ae3-407c-baea-d2b2975ea729)) + (fp_line (start -3.7 -2.7) (end 3.7 -2.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0d43cb5e-0278-4dfa-b469-27294b9d3630)) + (fp_line (start -3.7 2.7) (end -3.7 -2.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d9492dd2-dec9-45a3-beb4-270cf05d45f8)) + (fp_line (start 3.7 -2.7) (end 3.7 2.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c68e98cc-5cb0-48d7-b9d4-aaace4e34555)) + (fp_line (start 3.7 2.7) (end -3.7 2.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9b58d5e7-8d41-4a58-a19f-38f366bec502)) + (fp_line (start -1.95 -2.45) (end -1.95 1.475) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f936a28c-a30f-4533-bf3f-3ace128bb5c4)) + (fp_line (start -1.95 1.475) (end -0.975 2.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1f85d0e2-ce9d-4dff-9a5a-f60390b6cdfa)) + (fp_line (start -0.975 2.45) (end 1.95 2.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ac98504c-3cda-4bd2-8b20-7185bee809fc)) + (fp_line (start 1.95 -2.45) (end -1.95 -2.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bd64ca68-8405-4bba-82c1-589418b7933d)) + (fp_line (start 1.95 2.45) (end 1.95 -2.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0ad31fcd-b4eb-44ad-b041-26f8f6c2df13)) + (pad "1" smd roundrect (at -2.625 1.905 10) (size 1.65 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 551 "unconnected-(U15-Vref-Pad1)") (pinfunction "Vref") (pintype "power_in") (tstamp 14289cba-fa64-48ee-87bc-967d97c2e63d)) + (pad "2" smd roundrect (at -2.625 0.635 10) (size 1.65 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 552 "unconnected-(U15-IN+-Pad2)") (pinfunction "IN+") (pintype "input") (tstamp 5b0fa5d8-e6a0-4799-a9b3-ce3f0913a617)) + (pad "3" smd roundrect (at -2.625 -0.635 10) (size 1.65 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 553 "unconnected-(U15-IN--Pad3)") (pinfunction "IN-") (pintype "input") (tstamp 087c73d7-b6b0-4d89-a400-459b4276630a)) + (pad "4" smd roundrect (at -2.625 -1.905 10) (size 1.65 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 554 "unconnected-(U15-Vss-Pad4)") (pinfunction "Vss") (pintype "power_in") (tstamp 292f12dc-230b-4440-a219-3eb19294dc67)) + (pad "5" smd roundrect (at 2.625 -1.905 10) (size 1.65 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 555 "unconnected-(U15-~{CS}{slash}SHDN-Pad5)") (pinfunction "~{CS}/SHDN") (pintype "input") (tstamp 5a2f139a-60ca-41ff-a96c-50ea8d41db1c)) + (pad "6" smd roundrect (at 2.625 -0.635 10) (size 1.65 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 556 "unconnected-(U15-Dout-Pad6)") (pinfunction "Dout") (pintype "output") (tstamp 9f8acb5a-b71d-44f5-a4a7-006e84258862)) + (pad "7" smd roundrect (at 2.625 0.635 10) (size 1.65 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 557 "unconnected-(U15-CLK-Pad7)") (pinfunction "CLK") (pintype "input") (tstamp d644b9a6-1b5e-499e-9c34-50da4561de08)) + (pad "8" smd roundrect (at 2.625 1.905 10) (size 1.65 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 558 "unconnected-(U15-Vdd-Pad8)") (pinfunction "Vdd") (pintype "power_in") (tstamp ad7490b4-08ee-4bf4-ac09-dec30385fadd)) + (model "${KICAD7_3DMODEL_DIR}/Package_SO.3dshapes/SOP-8_3.9x4.9mm_P1.27mm.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (layer "B.Cu") + (tstamp ebdf1c8d-3192-4da0-8b62-0f678d3e8701) + (at 136.8 114.66 160) + (descr "Through hole straight pin header, 2x03, 1.27mm pitch, double rows") + (tags "Through hole pin header THT 2x03 1.27mm double row") + (property "LCSC" "C2935951") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Generic connector, double row, 02x03, counter clockwise pin numbering scheme (similar to DIP package numbering), script generated (kicad-library-utils/schlib/autogen/connector/)") + (property "ki_keywords" "connector") + (path "/51d5baaf-0f43-4825-be86-f9d3c6c39cd8") + (attr through_hole) + (fp_text reference "J13" (at 0.635 1.695 160) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 82dce137-dc04-4895-be82-d9de79f0b8a6) + ) + (fp_text value "Conn_02x03_Counter_Clockwise" (at 0.635 -4.235 160) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 3cbe7b8b-484a-4313-9746-ac2935a79088) + ) + (fp_text user "${REFERENCE}" (at 0.635 -1.27 70) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 908a7acb-279d-4a8d-88c4-236aa5b7f83e) + ) + (fp_line (start -1.13 -3.235) (end -0.30753 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4bf1abf5-0c44-4970-95a6-8eddd3bc32ae)) + (fp_line (start -1.13 -0.76) (end -1.13 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e6e1059e-c067-4d17-bf06-dfde88131fed)) + (fp_line (start -1.13 -0.76) (end -0.563471 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 805595ab-6e75-471a-9a05-37d85a92d83a)) + (fp_line (start -1.13 0) (end -1.13 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c6fc3bdb-0e44-4702-97a5-1cd041f374bf)) + (fp_line (start -1.13 0.76) (end 0 0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f0e83638-7191-4f6d-989e-5984b38af01d)) + (fp_line (start 0.30753 -3.235) (end 0.96247 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 672eb9f8-b68e-4eba-bdfa-1ad266836a06)) + (fp_line (start 0.563471 -0.76) (end 0.706529 -0.76) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c4520bcb-a8c7-41d0-a088-a319222e4bd3)) + (fp_line (start 0.76 -0.706529) (end 0.76 -0.563471) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d0cd0be8-370b-47b3-a7f1-99394948bdf8)) + (fp_line (start 0.76 0.563471) (end 0.76 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bc449353-11c7-44b0-b350-814db1291b05)) + (fp_line (start 0.76 0.695) (end 0.96247 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dbb6f771-40a2-45fa-9ff4-e57b39f8de58)) + (fp_line (start 1.57753 -3.235) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ba1d9d23-60b2-4e00-ae7e-9c67140306dd)) + (fp_line (start 1.57753 0.695) (end 2.4 0.695) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4f7b880b-d903-428b-bffa-682308d72233)) + (fp_line (start 2.4 0.695) (end 2.4 -3.235) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e2ded54a-7b81-411a-abc2-e09f7b526f9b)) + (fp_line (start -1.6 -3.7) (end 2.85 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 59a810ad-f1dd-44d8-82a8-2806b2a6e712)) + (fp_line (start -1.6 1.15) (end -1.6 -3.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bebd4216-5abb-4009-93c9-6b2e7497d7ce)) + (fp_line (start 2.85 -3.7) (end 2.85 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp de4c97ae-949b-4eaf-b115-14c93c0f57d9)) + (fp_line (start 2.85 1.15) (end -1.6 1.15) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 91d8bf8d-7e36-46c2-8922-602acfbafd89)) + (fp_line (start -1.07 -3.175) (end -1.07 -0.2175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 37fc43f4-a90d-4ffa-8456-f524ef2a2d10)) + (fp_line (start -1.07 -0.2175) (end -0.2175 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e50e21ce-d292-4284-8f92-41a7b94e17aa)) + (fp_line (start -0.2175 0.635) (end 2.34 0.635) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3d88c4e8-dc9d-49be-95c5-fd174f69cd92)) + (fp_line (start 2.34 -3.175) (end -1.07 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d6ebcce3-3849-424b-ab5f-2f49cc463f52)) + (fp_line (start 2.34 0.635) (end 2.34 -3.175) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ac42a003-5630-4659-b9ea-fb97a8b9f8ea)) + (pad "1" thru_hole rect (at 0 0 160) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 593 "unconnected-(J13-Pin_1-Pad1)") (pinfunction "Pin_1") (pintype "passive") (tstamp ac211e8f-bad9-435b-b37b-873bc6caf7c4)) + (pad "2" thru_hole oval (at 1.27 0 160) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 594 "unconnected-(J13-Pin_2-Pad2)") (pinfunction "Pin_2") (pintype "passive") (tstamp 3f12c709-34e7-4f22-8706-55cf99ee35f2)) + (pad "3" thru_hole oval (at 0 -1.27 160) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 595 "unconnected-(J13-Pin_3-Pad3)") (pinfunction "Pin_3") (pintype "passive") (tstamp 339cf230-382a-4ec2-8af5-8cc0b6ad36bb)) + (pad "4" thru_hole oval (at 1.27 -1.27 160) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 596 "unconnected-(J13-Pin_4-Pad4)") (pinfunction "Pin_4") (pintype "passive") (tstamp b63929ec-e208-4a10-bd4a-07194968c00f)) + (pad "5" thru_hole oval (at 0 -2.54 160) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 597 "unconnected-(J13-Pin_5-Pad5)") (pinfunction "Pin_5") (pintype "passive") (tstamp 88d0dfd8-b1b5-43cd-be56-839048e1c28a)) + (pad "6" thru_hole oval (at 1.27 -2.54 160) (size 1 1) (drill 0.65) (layers "*.Cu" "*.Mask") + (net 598 "unconnected-(J13-Pin_6-Pad6)") (pinfunction "Pin_6") (pintype "passive") (tstamp a5e61547-d903-46b0-a0ff-737b248346b5)) + (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x03_P1.27mm_Vertical.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "B.Cu") + (tstamp f118ffb7-31cf-4ddf-878b-38d1961d8d4b) + (at 126 66 90) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "LCSC" "C8667") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "NPN transistor, base/emitter/collector") + (property "ki_keywords" "transistor NPN") + (path "/8a6b4265-46b9-43fd-8619-74a81448188c") + (attr smd) + (fp_text reference "Q8" (at 0 2.4 90) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp a0d9b9bd-e81a-4816-8209-4ea30c82c947) + ) + (fp_text value "Q_NPN_BEC" (at 0 -2.4 90) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 37fcba5c-b48f-4954-aee5-544c8054d41e) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) + (tstamp 1d26eb2f-1267-43cc-aa5d-70efabf4b4f7) + ) + (fp_line (start 0 -1.56) (end -0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a7cc01df-023c-4110-9f54-434adb78dad5)) + (fp_line (start 0 -1.56) (end 0.8 -1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cf6f329b-c74c-4957-a84f-121343731ca3)) + (fp_line (start 0 1.56) (end -1.8 1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d5c9829f-8c28-44e1-894b-dc75e6f9adbc)) + (fp_line (start 0 1.56) (end 0.8 1.56) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 740f7c88-426c-499b-ab48-a3b15b37ff58)) + (fp_line (start -2.05 -1.7) (end 2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c628fe35-5277-4018-b48f-297af99dc382)) + (fp_line (start -2.05 1.7) (end -2.05 -1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 656ed142-8449-43f4-a028-ac05c0ac2c5d)) + (fp_line (start 2.05 -1.7) (end 2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 559329b2-f34b-4ae3-84a7-cedf54998970)) + (fp_line (start 2.05 1.7) (end -2.05 1.7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 33e33b51-af54-4cf0-917b-fdf5d25ea76b)) + (fp_line (start -0.8 -1.45) (end -0.8 1.05) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aadec770-a50c-4f98-80d7-8a1ba1e171db)) + (fp_line (start -0.8 1.05) (end -0.4 1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2793ec56-f65a-4240-b85a-d774ebffab47)) + (fp_line (start -0.4 1.45) (end 0.8 1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a03fe520-ebde-47d5-b5de-83f013548444)) + (fp_line (start 0.8 -1.45) (end -0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2e2fec11-d37b-4891-9fbb-42ffd1e767e7)) + (fp_line (start 0.8 1.45) (end 0.8 -1.45) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8670ddd5-bcf7-415b-8d27-c333404866b7)) + (pad "1" smd roundrect (at -1.1375 0.95 90) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 15 "unconnected-(Q8-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp 2468ff85-341b-44a7-b37b-33368e0b0608)) + (pad "2" smd roundrect (at -1.1375 -0.95 90) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 16 "Net-(Q8-C)") (pinfunction "E") (pintype "passive") (tstamp 0f7a2762-6e9f-4bd3-9d64-806c424a1bee)) + (pad "3" smd roundrect (at 1.1375 0 90) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) + (net 16 "Net-(Q8-C)") (pinfunction "C") (pintype "passive") (tstamp dd0287da-91f4-4302-8a53-a9c08dd215dc)) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_USB:USB_C_Receptacle_XKB_U262-16XN-4BVC11" (layer "B.Cu") + (tstamp ff1b684b-ffa5-4bdf-8e5c-f69a0c76e5d1) + (at 182.193326 75.340539 20) + (descr "USB Type C, right-angle, SMT, https://datasheet.lcsc.com/szlcsc/1811141824_XKB-Enterprise-U262-161N-4BVC11_C319148.pdf") + (tags "USB C Type-C Receptacle SMD") + (property "LCSC" "C319148") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "USB 2.0-only Type-C Receptacle connector") + (property "ki_keywords" "usb universal serial bus type-C USB2.0") + (path "/fb725ddb-078d-49e5-a711-ce23efb6f36f") + (attr smd) + (fp_text reference "J18" (at 0 5.715 20) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 5c495d0b-8c48-471b-8f30-775e111fee3b) + ) + (fp_text value "USB_C_Receptacle_USB2.0" (at 0 -4.935 20) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 5f36bd79-5155-4502-8391-0a01cc58ffd3) + ) + (fp_text user "${REFERENCE}" (at 0 0 20) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp f82fa0a0-4cd0-43df-b0bd-7a33361b1dbe) + ) + (fp_line (start -4.58 -3.785) (end -4.58 -2.08) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5a9fbd08-ce09-41b9-9ec3-f02b9e5dca6e)) + (fp_line (start -4.58 1.85) (end -4.58 -0.07) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 61dbc98f-c85c-48c1-b9c9-e719b04661d7)) + (fp_line (start 4.58 -3.785) (end -4.58 -3.785) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c615e57a-cb34-47ad-aee6-4ba77d2eb0f8)) + (fp_line (start 4.58 -2.08) (end 4.58 -3.785) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b4a98693-4c33-4dc9-abdf-f516663e1ee0)) + (fp_line (start 4.58 -0.07) (end 4.58 1.85) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 74bc43b3-64f1-464e-95ac-55dd7b4ce6e0)) + (fp_line (start -5.32 -4.18) (end -5.32 4.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 14887283-c5fc-4e74-bd67-71324831d38e)) + (fp_line (start -5.32 4.75) (end 5.32 4.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9c7dd590-916b-47c0-a8ca-85a606857580)) + (fp_line (start 5.32 -4.18) (end -5.32 -4.18) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 557f0ca6-424d-4942-aa3d-57ce127449d8)) + (fp_line (start 5.32 4.75) (end 5.32 -4.18) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ce38d29c-a878-4e8d-991f-ed39de1b03e6)) + (fp_line (start -4.47 -3.675) (end 4.47 -3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d0d9d102-9b27-41cc-ad3c-e9e670e9d79b)) + (fp_line (start -4.47 3.675) (end -4.47 -3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9321dae0-1aa8-4b2f-81cd-cff022b0416f)) + (fp_line (start -4.47 3.675) (end 4.47 3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp db168044-17b4-4239-a673-fcae0e6d5a13)) + (fp_line (start 4.47 -3.675) (end 4.47 3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eaa85d64-c610-4e86-ac97-9eb2eeabcd2a)) + (pad "" np_thru_hole circle (at -2.89 2.605 20) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp 060d82e2-d3ed-49cd-83d4-9b346ef1bd2e)) + (pad "" np_thru_hole circle (at 2.89 2.605 20) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp a758ac00-cede-4d2a-aad7-e3eb144bdac8)) + (pad "A1" smd rect (at -3.35 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 623 "Net-(J18-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 84c78d7a-48e1-48ac-87c6-3f8dbf7b75a3)) + (pad "A4" smd rect (at -2.55 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 624 "Net-(J18-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp f41f3ae3-19fe-4d3a-a7d2-0d12d59a8f5b)) + (pad "A5" smd rect (at -1.25 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 625 "unconnected-(J18-CC1-PadA5)") (pinfunction "CC1") (pintype "bidirectional") (tstamp 38721cee-46aa-4618-b79c-72a97c14875a)) + (pad "A6" smd rect (at -0.25 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 626 "unconnected-(J18-D+-PadA6)") (pinfunction "D+") (pintype "bidirectional") (tstamp a49e6443-d665-4b6d-b114-75e6b0597af9)) + (pad "A7" smd rect (at 0.25 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 627 "unconnected-(J18-D--PadA7)") (pinfunction "D-") (pintype "bidirectional") (tstamp c08feba6-8395-4a44-9652-469e6cf83ee5)) + (pad "A8" smd rect (at 1.25 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 628 "unconnected-(J18-SBU1-PadA8)") (pinfunction "SBU1") (pintype "bidirectional") (tstamp 8dbdff14-1273-4f4b-98e2-5633bbe03d81)) + (pad "A9" smd rect (at 2.55 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 624 "Net-(J18-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp c8c3384c-16a8-404f-befa-e83dfb105f4f)) + (pad "A12" smd rect (at 3.35 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 623 "Net-(J18-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp d91b9565-43da-494b-aad4-2a7a8bd13268)) + (pad "B1" smd rect (at 3.05 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 623 "Net-(J18-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 05bbf079-f737-4fb0-9005-a7d415109d32)) + (pad "B4" smd rect (at 2.25 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 624 "Net-(J18-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp 62438ac1-e95a-4abd-a6c4-9d278c785c8d)) + (pad "B5" smd rect (at 1.75 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 629 "unconnected-(J18-CC2-PadB5)") (pinfunction "CC2") (pintype "bidirectional") (tstamp ac78e75d-6abf-4037-8065-c91c91185d15)) + (pad "B6" smd rect (at 0.75 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 630 "unconnected-(J18-D+-PadB6)") (pinfunction "D+") (pintype "bidirectional") (tstamp 43f3ed8f-f107-435b-98c2-1a73a08e5b18)) + (pad "B7" smd rect (at -0.75 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 631 "unconnected-(J18-D--PadB7)") (pinfunction "D-") (pintype "bidirectional") (tstamp b5594f0c-7ccb-4c07-a948-a7ca504fbb3b)) + (pad "B8" smd rect (at -1.75 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 632 "unconnected-(J18-SBU2-PadB8)") (pinfunction "SBU2") (pintype "bidirectional") (tstamp 83c3f495-a9ea-49f3-8159-44082d77bd66)) + (pad "B9" smd rect (at -2.25 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 624 "Net-(J18-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp 35cba88a-8468-4a41-a0ac-7b694157f7fa)) + (pad "B12" smd rect (at -3.05 3.67 20) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 623 "Net-(J18-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp f661d68e-6ee3-41ca-8958-2023b5a610fc)) + (pad "S1" thru_hole oval (at -4.32 -1.075 20) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") + (net 633 "unconnected-(J18-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 0b18ebac-c0b7-4477-9aa0-03958234172b)) + (pad "S1" thru_hole oval (at -4.32 3.105 20) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") + (net 633 "unconnected-(J18-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 7a8cff7c-9af6-4468-8568-7a9c2069a612)) + (pad "S1" thru_hole oval (at 4.32 -1.075 20) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") + (net 633 "unconnected-(J18-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp be423980-f222-4cee-8044-5fc02c710913)) + (pad "S1" thru_hole oval (at 4.32 3.105 20) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") + (net 633 "unconnected-(J18-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp e6d7b2fa-f3fd-471f-ab75-6ddf4bc7eb36)) + (model "${KICAD6_3DMODEL_DIR}/Connector_USB.3dshapes/USB_C_Receptacle_XKB_U262-16XN-4BVC11.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (footprint "Connector_USB:USB_C_Receptacle_XKB_U262-16XN-4BVC11" (layer "B.Cu") + (tstamp ffd0b3dc-95f2-4766-b057-bae75de44f81) + (at 171.8918 66.287697 -20) + (descr "USB Type C, right-angle, SMT, https://datasheet.lcsc.com/szlcsc/1811141824_XKB-Enterprise-U262-161N-4BVC11_C319148.pdf") + (tags "USB C Type-C Receptacle SMD") + (property "LCSC" "C319148") + (property "Sheetfile" "JLCPCB_position.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "USB 2.0-only Type-C Receptacle connector") + (property "ki_keywords" "usb universal serial bus type-C USB2.0") + (path "/9f412df2-cea6-446c-9473-b9c4ce5f4421") + (attr smd) + (fp_text reference "J19" (at 0 5.715 160) (layer "B.SilkS") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 206dffd7-9815-4685-8c65-d5626620e701) + ) + (fp_text value "USB_C_Receptacle_USB2.0" (at 0 -4.935 160) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 0008b14f-e6f6-4baa-bf7b-6de393ee2bbb) + ) + (fp_text user "${REFERENCE}" (at 0 0 160) (layer "B.Fab") + (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) + (tstamp 29b901b3-55da-4a3c-948d-9a4588c62681) + ) + (fp_line (start -4.58 -3.785) (end -4.58 -2.08) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c1656cd5-66ae-4ad8-8576-3301b6eae25d)) + (fp_line (start -4.58 1.85) (end -4.58 -0.07) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 24eb83ca-8d70-4779-b6c1-f1868d3d683e)) + (fp_line (start 4.58 -3.785) (end -4.58 -3.785) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 61596312-0e5f-470a-986c-be02516df3b9)) + (fp_line (start 4.58 -2.08) (end 4.58 -3.785) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d3f40f00-c857-4411-bc0f-af98c6463978)) + (fp_line (start 4.58 -0.07) (end 4.58 1.85) + (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 22038487-6bb3-4f6f-b8b1-5f27ffb76421)) + (fp_line (start -5.32 -4.18) (end -5.32 4.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f98c0701-6582-41b3-8c58-496da8797031)) + (fp_line (start -5.32 4.75) (end 5.32 4.75) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a986a61b-6dda-453f-a573-1346ad110ce5)) + (fp_line (start 5.32 -4.18) (end -5.32 -4.18) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bd18b927-1fa4-44ae-8e6e-cc0fa882a492)) + (fp_line (start 5.32 4.75) (end 5.32 -4.18) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aa223c23-0f30-4bb4-a9bf-bc5c4b9213e9)) + (fp_line (start -4.47 -3.675) (end 4.47 -3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3b839079-6757-4751-baeb-1814a412c7c2)) + (fp_line (start -4.47 3.675) (end -4.47 -3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8bc59199-7ead-4389-9296-7391826c628a)) + (fp_line (start -4.47 3.675) (end 4.47 3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp edff89c3-67f2-4d64-a733-f7a2cfcf4fff)) + (fp_line (start 4.47 -3.675) (end 4.47 3.675) + (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b15809bd-0095-4a89-8d84-48b483e70fff)) + (pad "" np_thru_hole circle (at -2.89 2.605 340) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp a18f1471-cbc0-4952-9bd8-2cc16c488151)) + (pad "" np_thru_hole circle (at 2.89 2.605 340) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp f229b468-f42a-4bbb-bd61-354dbf2d8ac6)) + (pad "A1" smd rect (at -3.35 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 634 "Net-(J19-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 682813ff-25ee-4ffb-a83b-b869c45f504c)) + (pad "A4" smd rect (at -2.55 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 635 "Net-(J19-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp 46671c46-2def-4671-9561-d840d7e93817)) + (pad "A5" smd rect (at -1.25 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 636 "unconnected-(J19-CC1-PadA5)") (pinfunction "CC1") (pintype "bidirectional") (tstamp 02fa5b57-f43a-4428-b1fc-d987a88fb354)) + (pad "A6" smd rect (at -0.25 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 637 "unconnected-(J19-D+-PadA6)") (pinfunction "D+") (pintype "bidirectional") (tstamp 4a103544-fc1d-49a7-b922-301b75240b50)) + (pad "A7" smd rect (at 0.25 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 638 "unconnected-(J19-D--PadA7)") (pinfunction "D-") (pintype "bidirectional") (tstamp 27a9f25c-8534-4949-8b59-df9c90809a9e)) + (pad "A8" smd rect (at 1.25 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 639 "unconnected-(J19-SBU1-PadA8)") (pinfunction "SBU1") (pintype "bidirectional") (tstamp 92dadb13-0325-47a5-9f77-b68df979aa80)) + (pad "A9" smd rect (at 2.55 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 635 "Net-(J19-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp 7e83e7fc-180d-441c-94d2-174d0c5c959e)) + (pad "A12" smd rect (at 3.35 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 634 "Net-(J19-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp f9d71c94-a78b-4ee6-9bfb-1179ae760216)) + (pad "B1" smd rect (at 3.05 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 634 "Net-(J19-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 0956e571-132f-400b-b2bc-445d2b689b92)) + (pad "B4" smd rect (at 2.25 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 635 "Net-(J19-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp e2d12413-a0bc-48dc-84e0-af6734617d3b)) + (pad "B5" smd rect (at 1.75 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 640 "unconnected-(J19-CC2-PadB5)") (pinfunction "CC2") (pintype "bidirectional") (tstamp 84c56a8c-ee20-4b3c-9528-f9e6e8848060)) + (pad "B6" smd rect (at 0.75 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 641 "unconnected-(J19-D+-PadB6)") (pinfunction "D+") (pintype "bidirectional") (tstamp 157ca579-1b13-4a55-bff2-4719f08fcfe1)) + (pad "B7" smd rect (at -0.75 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 642 "unconnected-(J19-D--PadB7)") (pinfunction "D-") (pintype "bidirectional") (tstamp 15550b7d-3c80-4653-abd5-b7b8f480ed71)) + (pad "B8" smd rect (at -1.75 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 643 "unconnected-(J19-SBU2-PadB8)") (pinfunction "SBU2") (pintype "bidirectional") (tstamp f277ca93-5c52-45cc-9f06-1d621c5d5070)) + (pad "B9" smd rect (at -2.25 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 635 "Net-(J19-VBUS-PadA4)") (pinfunction "VBUS") (pintype "passive") (tstamp 654f6872-02c3-4311-87ae-f62ab895d739)) + (pad "B12" smd rect (at -3.05 3.67 340) (size 0.3 1.15) (layers "B.Cu" "B.Paste" "B.Mask") + (net 634 "Net-(J19-GND-PadA1)") (pinfunction "GND") (pintype "passive") (tstamp 70a580fe-dbd0-4328-a701-79ea33bca38b)) + (pad "S1" thru_hole oval (at -4.32 -1.075 340) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") + (net 644 "unconnected-(J19-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 95fb0439-73ed-40f1-a568-831d0929119d)) + (pad "S1" thru_hole oval (at -4.32 3.105 340) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") + (net 644 "unconnected-(J19-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 45c14d46-75c7-4810-bb5d-015d5336589c)) + (pad "S1" thru_hole oval (at 4.32 -1.075 340) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") + (net 644 "unconnected-(J19-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 6e470921-a5a1-4209-a119-6bfba6bfcec2)) + (pad "S1" thru_hole oval (at 4.32 3.105 340) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") + (net 644 "unconnected-(J19-SHIELD-PadS1)") (pinfunction "SHIELD") (pintype "passive") (tstamp 3331ac13-2cee-4b61-99e2-e3747f6dbd07)) + (model "${KICAD6_3DMODEL_DIR}/Connector_USB.3dshapes/USB_C_Receptacle_XKB_U262-16XN-4BVC11.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + + (gr_rect (start 110 59) (end 218 143.6) + (stroke (width 0.1) (type default)) (fill none) (layer "Edge.Cuts") (tstamp bfe7849a-aa58-43b9-a47f-64c556330daa)) + + (segment (start 117.725 73.725) (end 118 74) (width 0.25) (layer "F.Cu") (net 2) (tstamp 07e022a1-d287-4cc3-b3f3-3fd3e1f04931)) + (segment (start 118 74) (end 120 74) (width 0.25) (layer "F.Cu") (net 2) (tstamp 4598d146-c026-4e04-910e-8f4854d4cc3a)) + (segment (start 120 74) (end 120 70) (width 0.25) (layer "F.Cu") (net 2) (tstamp bc1e1b27-95ce-4cff-898b-2019e1ab1582)) + (segment (start 117.725 70.95) (end 117.725 73.725) (width 0.25) (layer "F.Cu") (net 2) (tstamp fa2a30a3-70c2-4ba2-b699-098601125dbf)) + (segment (start 128.725 70) (end 128.725 73.725) (width 0.25) (layer "B.Cu") (net 4) (tstamp 28ff5b64-d5cd-43c8-9fa0-570260e90715)) + (segment (start 131 73) (end 131 70.95) (width 0.25) (layer "B.Cu") (net 4) (tstamp 739f8a60-c8ee-444b-89f9-8e3ad4714566)) + (segment (start 128.725 73.725) (end 129 74) (width 0.25) (layer "B.Cu") (net 4) (tstamp e988a83a-0ed7-4894-9b5c-1952fc50b414)) + (segment (start 130 74) (end 131 73) (width 0.25) (layer "B.Cu") (net 4) (tstamp f671efeb-f234-4b69-a370-bb45d7272fe2)) + (segment (start 129 74) (end 130 74) (width 0.25) (layer "B.Cu") (net 4) (tstamp fd5d98ca-ad36-4325-8a69-8fa2a1c054b4)) + +) diff --git a/experiments/JLC/Test_Case/JLCPCB_position.kicad_pro b/experiments/JLC/Test_Case/JLCPCB_position.kicad_pro new file mode 100644 index 000000000..cec1bf8a4 --- /dev/null +++ b/experiments/JLC/Test_Case/JLCPCB_position.kicad_pro @@ -0,0 +1,477 @@ +{ + "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.5 + } + }, + "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.08, + "min_through_hole_diameter": 0.3, + "min_track_width": 0.0, + "min_via_annular_width": 0.09999999999999999, + "min_via_diameter": 0.5, + "solder_mask_clearance": 0.0, + "solder_mask_min_width": 0.0, + "solder_mask_to_copper_clearance": 0.005, + "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": "ignore", + "unannotated": "error", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, + "libraries": { + "pinned_footprint_libs": [], + "pinned_symbol_libs": [] + }, + "meta": { + "filename": "JLCPCB_position.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": "KiCad", + "page_layout_descr_file": "", + "plot_directory": "", + "spice_current_sheet_as_root": false, + "spice_external_command": "spice \"%I\"", + "spice_model_current_sheet_as_root": true, + "spice_save_all_currents": false, + "spice_save_all_voltages": false, + "subpart_first_id": 65, + "subpart_id_separator": 0 + }, + "sheets": [ + [ + "a9109faf-21c0-40bb-9311-3b4a4149d226", + "" + ] + ], + "text_variables": {} +} diff --git a/experiments/JLC/Test_Case/JLCPCB_position.kicad_sch b/experiments/JLC/Test_Case/JLCPCB_position.kicad_sch new file mode 100644 index 000000000..047c7547c --- /dev/null +++ b/experiments/JLC/Test_Case/JLCPCB_position.kicad_sch @@ -0,0 +1,3794 @@ +(kicad_sch (version 20230121) (generator eeschema) + + (uuid a9109faf-21c0-40bb-9311-3b4a4149d226) + + (paper "A3") + + (lib_symbols + (symbol "Analog_ADC:MCP3201" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "U" (at 3.81 8.89 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MCP3201" (at 3.81 6.35 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 19.05 -8.89 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21290D.pdf" (at 20.32 -2.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "12-Bit Differential ADC SPI 1ch" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "2.7V 12-Bit A/D Converter with SPI™ Serial Interface, PDIP-8/SOIC-8/MSOP-8/TSSOP-8" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "MCP3201_0_0" + (polyline + (pts + (xy -11.43 0) + (xy -6.35 5.08) + (xy 10.16 5.08) + (xy 10.16 -5.08) + (xy -6.35 -5.08) + (xy -11.43 0) + ) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + ) + (symbol "MCP3201_1_1" + (pin power_in line (at -2.54 7.62 270) (length 2.54) + (name "Vref" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 2.54 0) (length 3.81) + (name "IN+" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -2.54 0) (length 3.81) + (name "IN-" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 -7.62 90) (length 2.54) + (name "Vss" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -2.54 180) (length 2.54) + (name "~{CS}/SHDN" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 0 180) (length 2.54) + (name "Dout" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 2.54 180) (length 2.54) + (name "CLK" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 7.62 270) (length 2.54) + (name "Vdd" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Connector:USB_C_Receptacle_USB2.0" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at -10.16 19.05 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "USB_C_Receptacle_USB2.0" (at 19.05 19.05 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (at 3.81 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (at 3.81 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "usb universal serial bus type-C USB2.0" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "USB 2.0-only Type-C Receptacle connector" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "USB*C*Receptacle*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "USB_C_Receptacle_USB2.0_0_0" + (rectangle (start -0.254 -17.78) (end 0.254 -16.764) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (rectangle (start 10.16 -14.986) (end 9.144 -15.494) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (rectangle (start 10.16 -12.446) (end 9.144 -12.954) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (rectangle (start 10.16 -4.826) (end 9.144 -5.334) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (rectangle (start 10.16 -2.286) (end 9.144 -2.794) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (rectangle (start 10.16 0.254) (end 9.144 -0.254) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (rectangle (start 10.16 2.794) (end 9.144 2.286) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (rectangle (start 10.16 7.874) (end 9.144 7.366) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (rectangle (start 10.16 10.414) (end 9.144 9.906) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (rectangle (start 10.16 15.494) (end 9.144 14.986) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "USB_C_Receptacle_USB2.0_0_1" + (rectangle (start -10.16 17.78) (end 10.16 -17.78) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (arc (start -8.89 -3.81) (mid -6.985 -5.7067) (end -5.08 -3.81) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + (arc (start -7.62 -3.81) (mid -6.985 -4.4423) (end -6.35 -3.81) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (arc (start -7.62 -3.81) (mid -6.985 -4.4423) (end -6.35 -3.81) + (stroke (width 0.254) (type default)) + (fill (type outline)) + ) + (rectangle (start -7.62 -3.81) (end -6.35 3.81) + (stroke (width 0.254) (type default)) + (fill (type outline)) + ) + (arc (start -6.35 3.81) (mid -6.985 4.4423) (end -7.62 3.81) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (arc (start -6.35 3.81) (mid -6.985 4.4423) (end -7.62 3.81) + (stroke (width 0.254) (type default)) + (fill (type outline)) + ) + (arc (start -5.08 3.81) (mid -6.985 5.7067) (end -8.89 3.81) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + (circle (center -2.54 1.143) (radius 0.635) + (stroke (width 0.254) (type default)) + (fill (type outline)) + ) + (circle (center 0 -5.842) (radius 1.27) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (polyline + (pts + (xy -8.89 -3.81) + (xy -8.89 3.81) + ) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 3.81) + (xy -5.08 -3.81) + ) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -5.842) + (xy 0 4.318) + ) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -3.302) + (xy -2.54 -0.762) + (xy -2.54 0.508) + ) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.032) + (xy 2.54 0.508) + (xy 2.54 1.778) + ) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 4.318) + (xy 0 6.858) + (xy 1.27 4.318) + (xy -1.27 4.318) + ) + (stroke (width 0.254) (type default)) + (fill (type outline)) + ) + (rectangle (start 1.905 1.778) (end 3.175 3.048) + (stroke (width 0.254) (type default)) + (fill (type outline)) + ) + ) + (symbol "USB_C_Receptacle_USB2.0_1_1" + (pin passive line (at 0 -22.86 90) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "A1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -22.86 90) (length 5.08) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "A12" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 15.24 15.24 180) (length 5.08) + (name "VBUS" (effects (font (size 1.27 1.27)))) + (number "A4" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 10.16 180) (length 5.08) + (name "CC1" (effects (font (size 1.27 1.27)))) + (number "A5" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -2.54 180) (length 5.08) + (name "D+" (effects (font (size 1.27 1.27)))) + (number "A6" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 2.54 180) (length 5.08) + (name "D-" (effects (font (size 1.27 1.27)))) + (number "A7" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -12.7 180) (length 5.08) + (name "SBU1" (effects (font (size 1.27 1.27)))) + (number "A8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 15.24 15.24 180) (length 5.08) hide + (name "VBUS" (effects (font (size 1.27 1.27)))) + (number "A9" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -22.86 90) (length 5.08) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "B1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -22.86 90) (length 5.08) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "B12" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 15.24 15.24 180) (length 5.08) hide + (name "VBUS" (effects (font (size 1.27 1.27)))) + (number "B4" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 7.62 180) (length 5.08) + (name "CC2" (effects (font (size 1.27 1.27)))) + (number "B5" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -5.08 180) (length 5.08) + (name "D+" (effects (font (size 1.27 1.27)))) + (number "B6" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 0 180) (length 5.08) + (name "D-" (effects (font (size 1.27 1.27)))) + (number "B7" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 15.24 -15.24 180) (length 5.08) + (name "SBU2" (effects (font (size 1.27 1.27)))) + (number "B8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 15.24 15.24 180) (length 5.08) hide + (name "VBUS" (effects (font (size 1.27 1.27)))) + (number "B9" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -7.62 -22.86 90) (length 5.08) + (name "SHIELD" (effects (font (size 1.27 1.27)))) + (number "S1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Connector_Generic:Conn_02x03_Counter_Clockwise" (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_Counter_Clockwise" (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, counter clockwise pin numbering scheme (similar to DIP package numbering), 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_Counter_Clockwise_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 -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 7.62 -2.54 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 7.62 0 180) (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 "Connector_Generic:Conn_02x05_Counter_Clockwise" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 1.27 7.62 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Conn_02x05_Counter_Clockwise" (at 1.27 -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" "connector" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Generic connector, double row, 02x05, counter clockwise pin numbering scheme (similar to DIP package numbering), 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_02x05_Counter_Clockwise_1_1" + (rectangle (start -1.27 -4.953) (end 0 -5.207) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (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 5.207) (end 0 4.953) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (rectangle (start -1.27 6.35) (end 3.81 -6.35) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (rectangle (start 3.81 -4.953) (end 2.54 -5.207) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (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)) + ) + (rectangle (start 3.81 5.207) (end 2.54 4.953) + (stroke (width 0.1524) (type default)) + (fill (type none)) + ) + (pin passive line (at -5.08 5.08 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 5.08 180) (length 3.81) + (name "Pin_10" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 2.54 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 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 -5.08 -2.54 0) (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 -5.08 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 -5.08 180) (length 3.81) + (name "Pin_6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -2.54 180) (length 3.81) + (name "Pin_7" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 3.81) + (name "Pin_8" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 2.54 180) (length 3.81) + (name "Pin_9" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:Q_NPN_BEC" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (property "Reference" "Q" (at 5.08 1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_NPN_BEC" (at 5.08 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 5.08 2.54 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" "transistor NPN" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "NPN transistor, base/emitter/collector" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Q_NPN_BEC_0_1" + (polyline + (pts + (xy 0.635 0.635) + (xy 2.54 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 -0.635) + (xy 2.54 -2.54) + (xy 2.54 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.635 1.905) + (xy 0.635 -1.905) + (xy 0.635 -1.905) + ) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 -1.778) + (xy 1.778 -1.27) + (xy 2.286 -2.286) + (xy 1.27 -1.778) + (xy 1.27 -1.778) + ) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (circle (center 1.27 0) (radius 2.8194) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + ) + (symbol "Q_NPN_BEC_1_1" + (pin input line (at -5.08 0 0) (length 5.715) + (name "B" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 -5.08 90) (length 2.54) + (name "E" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 5.08 270) (length 2.54) + (name "C" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Diode:1N4148W" (pin_numbers hide) (pin_names hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1N4148W" (at 0 -2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 0 -4.445 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Device" "D" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Pins" "1=K 2=A" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "diode" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "75V 0.15A Fast Switching Diode, SOD-123" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "D*SOD?123*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "1N4148W_0_1" + (polyline + (pts + (xy -1.27 1.27) + (xy -1.27 -1.27) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 0) + (xy -1.27 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 1.27) + (xy 1.27 -1.27) + (xy -1.27 0) + (xy 1.27 1.27) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + ) + (symbol "1N4148W_1_1" + (pin passive line (at -3.81 0 0) (length 2.54) + (name "K" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 3.81 0 180) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Interface_USB:CH9102F" (in_bom yes) (on_board yes) + (property "Reference" "U" (at -8.89 29.21 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "CH9102F" (at 12.7 29.21 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (at 1.27 -29.21 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "http://www.wch-ic.com/downloads/CH9102DS1_PDF.html" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "uart usb bridge interface transceiver CH9102F" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "WCH-IC, Single-Chip USB-to-UART Bridge, USB 2.0 Full-Speed, 4Mbps UART, QFN-24" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "QFN*4x4mm*P0.5mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "CH9102F_1_1" + (rectangle (start -10.16 27.94) (end 10.16 -27.94) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin input line (at 12.7 5.08 180) (length 2.54) + (name "~{RI}" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 -22.86 180) (length 2.54) + (name "~{ACT}" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -15.24 180) (length 2.54) + (name "~{WAKEUP}/GPIO3" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -12.7 180) (length 2.54) + (name "TNOW/GPIO2" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -10.16 180) (length 2.54) + (name "RXS/GPIO1" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -7.62 180) (length 2.54) + (name "TXS/GPIO0" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 -2.54 180) (length 2.54) + (name "~{SUSPEND}" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 -17.78 180) (length 2.54) + (name "GPIO4" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 0 180) (length 2.54) + (name "SUSPEND" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 15.24 180) (length 2.54) + (name "~{CTS}" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 17.78 180) (length 2.54) + (name "~{RTS}" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -30.48 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 20.32 180) (length 2.54) + (name "RXD" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 22.86 180) (length 2.54) + (name "TXD" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 12.7 180) (length 2.54) + (name "~{DSR}" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 12.7 10.16 180) (length 2.54) + (name "~{DTR}" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 7.62 180) (length 2.54) + (name "~{DCD}" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -30.48 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -12.7 5.08 0) (length 2.54) + (name "D+" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -12.7 7.62 0) (length 2.54) + (name "D-" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 30.48 270) (length 2.54) + (name "VIO" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin power_out line (at 0 30.48 270) (length 2.54) + (name "V3" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 30.48 270) (length 2.54) + (name "VDD5" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 12.7 0) (length 2.54) + (name "VBUS" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 12.7 -25.4 180) (length 2.54) + (name "~{RST}" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Interface_USB:FT2232D" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (at -16.51 44.45 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "FT2232D" (at 13.97 44.45 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (at 25.4 -41.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232D.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "USB Double UART FIFO" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Full Speed Double Channel USB UART/FIFO, LQFP-48" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "LQFP*7x7mm*P0.5mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "FT2232D_0_1" + (rectangle (start -17.78 -40.64) (end 17.78 43.18) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + ) + (symbol "FT2232D_1_1" + (pin output line (at -22.86 -25.4 0) (length 5.08) + (name "EECLK" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 22.86 5.08 180) (length 5.08) + (name "SI/WUA" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 22.86 7.62 180) (length 5.08) + (name "ACBUS3" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 22.86 10.16 180) (length 5.08) + (name "ACBUS2" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 22.86 12.7 180) (length 5.08) + (name "ACBUS1" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 48.26 270) (length 5.08) + (name "VCCIOA" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 22.86 15.24 180) (length 5.08) + (name "ACBUS0" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 22.86 20.32 180) (length 5.08) + (name "ADBUS7" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 22.86 22.86 180) (length 5.08) + (name "ADBUS6" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -45.72 90) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 22.86 25.4 180) (length 5.08) + (name "ADBUS5" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -22.86 -27.94 0) (length 5.08) + (name "EEDATA" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 22.86 27.94 180) (length 5.08) + (name "ADBUS4" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 22.86 30.48 180) (length 5.08) + (name "ADBUS3" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 22.86 33.02 180) (length 5.08) + (name "ADBUS2" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 22.86 35.56 180) (length 5.08) + (name "ADBUS1" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 22.86 38.1 180) (length 5.08) + (name "ADBUS0" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 -45.72 90) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 -33.02 180) (length 5.08) + (name "SI/WUB" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 -30.48 180) (length 5.08) + (name "BCBUS3" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 -27.94 180) (length 5.08) + (name "BCBUS2" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 -25.4 180) (length 5.08) + (name "BCBUS1" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -5.08 48.26 270) (length 5.08) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 -22.86 180) (length 5.08) + (name "BCBUS0" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 5.08 48.26 270) (length 5.08) + (name "VCCIOB" (effects (font (size 1.27 1.27)))) + (number "31" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 -17.78 180) (length 5.08) + (name "BDBUS7" (effects (font (size 1.27 1.27)))) + (number "32" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 -15.24 180) (length 5.08) + (name "BDBUS6" (effects (font (size 1.27 1.27)))) + (number "33" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 5.08 -45.72 90) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "34" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 -12.7 180) (length 5.08) + (name "BDBUS5" (effects (font (size 1.27 1.27)))) + (number "35" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 -10.16 180) (length 5.08) + (name "BDBUS4" (effects (font (size 1.27 1.27)))) + (number "36" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 -7.62 180) (length 5.08) + (name "BDBUS3" (effects (font (size 1.27 1.27)))) + (number "37" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 -5.08 180) (length 5.08) + (name "BDBUS2" (effects (font (size 1.27 1.27)))) + (number "38" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 -2.54 180) (length 5.08) + (name "BDBUS1" (effects (font (size 1.27 1.27)))) + (number "39" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -22.86 2.54 0) (length 5.08) + (name "~{RESET}" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 0 180) (length 5.08) + (name "BDBUS0" (effects (font (size 1.27 1.27)))) + (number "40" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 22.86 -38.1 180) (length 5.08) + (name "~{PWREN}" (effects (font (size 1.27 1.27)))) + (number "41" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 48.26 270) (length 5.08) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "42" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -22.86 -10.16 0) (length 5.08) + (name "XTIN" (effects (font (size 1.27 1.27)))) + (number "43" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -22.86 -15.24 0) (length 5.08) + (name "XTOUT" (effects (font (size 1.27 1.27)))) + (number "44" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -7.62 -45.72 90) (length 5.08) + (name "AGND" (effects (font (size 1.27 1.27)))) + (number "45" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -10.16 48.26 270) (length 5.08) + (name "AVCC" (effects (font (size 1.27 1.27)))) + (number "46" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -22.86 -33.02 0) (length 5.08) + (name "TEST" (effects (font (size 1.27 1.27)))) + (number "47" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -22.86 -22.86 0) (length 5.08) + (name "EECS" (effects (font (size 1.27 1.27)))) + (number "48" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at -22.86 7.62 0) (length 5.08) + (name "~{RSTOUT}" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin power_out line (at -22.86 33.02 0) (length 5.08) + (name "3V3OUT" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -22.86 17.78 0) (length 5.08) + (name "USBDP" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -22.86 22.86 0) (length 5.08) + (name "USBDM" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 -45.72 90) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Isolator:LTV-357T" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "U" (at -5.334 4.826 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "LTV-357T" (at 0 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:SO-4_4.4x3.6mm_P2.54mm" (at -5.08 -5.08 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "https://www.buerklin.com/medias/sys_master/download/download/h91/ha0/8892020588574.pdf" (at 0 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "ki_keywords" "NPN DC Optocoupler" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "DC Optocoupler, Vce 35V, CTR 50%, SO-4" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "SO*4.4x3.6mm*P2.54mm*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "LTV-357T_0_1" + (rectangle (start -5.08 3.81) (end 5.08 -3.81) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (polyline + (pts + (xy -3.175 -0.635) + (xy -1.905 -0.635) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 0.635) + (xy 4.445 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.445 -2.54) + (xy 2.54 -0.635) + ) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (polyline + (pts + (xy 4.445 -2.54) + (xy 5.08 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.445 2.54) + (xy 5.08 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -5.08 2.54) + (xy -2.54 2.54) + (xy -2.54 -0.762) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 -0.635) + (xy -2.54 -2.54) + (xy -5.08 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 1.905) + (xy 2.54 -1.905) + (xy 2.54 -1.905) + ) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 -0.635) + (xy -3.175 0.635) + (xy -1.905 0.635) + (xy -2.54 -0.635) + ) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 -0.508) + (xy 0.762 -0.508) + (xy 0.381 -0.635) + (xy 0.381 -0.381) + (xy 0.762 -0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 0.508) + (xy 0.762 0.508) + (xy 0.381 0.381) + (xy 0.381 0.635) + (xy 0.762 0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 3.048 -1.651) + (xy 3.556 -1.143) + (xy 4.064 -2.159) + (xy 3.048 -1.651) + (xy 3.048 -1.651) + ) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + ) + (symbol "LTV-357T_1_1" + (pin passive line (at -7.62 2.54 0) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -7.62 -2.54 0) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -2.54 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 2.54 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "lib:choc_SW_HS" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "CH" (at 3.048 1.016 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "choc_SW_HS" (at 0 -3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "PCM_marbastlib-choc:SW_choc_v1_HS_1u" (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" "switch normally-open pushbutton push-button" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Push button switch, normally open, two pins, 45° tilted" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "choc_SW_HS_0_1" + (circle (center -1.1684 1.1684) (radius 0.508) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 2.54) + (xy 2.54 -0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 1.016) + (xy 2.032 2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 2.54) + (xy -1.524 1.524) + (xy -1.524 1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.524 -1.524) + (xy 2.54 -2.54) + (xy 2.54 -2.54) + (xy 2.54 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 1.143 -1.1938) (radius 0.508) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (pin passive line (at -2.54 2.54 0) (length 0) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 -2.54 180) (length 0) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + + (wire (pts (xy 104.14 156.21) (xy 104.14 149.86)) + (stroke (width 0) (type default)) + (uuid 000bcab6-e51d-4ef2-8017-9567b432652e) + ) + (wire (pts (xy 88.9 71.12) (xy 88.9 93.98)) + (stroke (width 0) (type default)) + (uuid 0066b4cc-0b3c-4a75-bf92-2c2bbb540d0b) + ) + (wire (pts (xy 88.9 93.98) (xy 76.2 93.98)) + (stroke (width 0) (type default)) + (uuid 010c0b13-1045-41ec-9582-26dd59fbb393) + ) + (wire (pts (xy 76.2 71.12) (xy 88.9 71.12)) + (stroke (width 0) (type default)) + (uuid 012a1398-d293-4b73-ba08-1e0a7b95a55b) + ) + (wire (pts (xy 116.84 44.45) (xy 116.84 67.31)) + (stroke (width 0) (type default)) + (uuid 0227f86f-b06b-492c-a8bf-6f613a5e9b9f) + ) + (wire (pts (xy 116.84 71.12) (xy 116.84 93.98)) + (stroke (width 0) (type default)) + (uuid 05ed1d49-eb26-4781-af3e-dfbaf6d420a7) + ) + (wire (pts (xy 76.2 123.19) (xy 88.9 123.19)) + (stroke (width 0) (type default)) + (uuid 0ac37944-ca41-475a-ae25-9cdfc4276d0d) + ) + (wire (pts (xy 88.9 146.05) (xy 76.2 146.05)) + (stroke (width 0) (type default)) + (uuid 0ccadd25-9d74-44f4-a767-4d89ad856dd8) + ) + (wire (pts (xy 116.84 119.38) (xy 104.14 119.38)) + (stroke (width 0) (type default)) + (uuid 109b619f-798e-48cf-8373-2a9be2bcc13a) + ) + (wire (pts (xy 116.84 123.19) (xy 116.84 146.05)) + (stroke (width 0) (type default)) + (uuid 158b6e66-38b3-4004-94cc-17026115f3be) + ) + (wire (pts (xy 104.14 44.45) (xy 116.84 44.45)) + (stroke (width 0) (type default)) + (uuid 20547fe8-393e-4fd9-ac5f-972d75fb8db1) + ) + (wire (pts (xy 76.2 50.8) (xy 76.2 44.45)) + (stroke (width 0) (type default)) + (uuid 23419423-b4f9-49a0-a837-3db16f0d792c) + ) + (wire (pts (xy 104.14 172.72) (xy 104.14 166.37)) + (stroke (width 0) (type default)) + (uuid 287a5a7b-7120-4363-9927-11433d99b750) + ) + (wire (pts (xy 104.14 102.87) (xy 104.14 96.52)) + (stroke (width 0) (type default)) + (uuid 2abd714b-22d9-4854-b069-059bab65e81b) + ) + (wire (pts (xy 88.9 123.19) (xy 88.9 146.05)) + (stroke (width 0) (type default)) + (uuid 3398fded-5c04-4a82-8a1d-ad55fe7227ef) + ) + (wire (pts (xy 88.9 172.72) (xy 76.2 172.72)) + (stroke (width 0) (type default)) + (uuid 3af5779c-0f8a-42a7-96b5-b6a2c32c709e) + ) + (wire (pts (xy 104.14 129.54) (xy 104.14 123.19)) + (stroke (width 0) (type default)) + (uuid 451aa0c0-8cc6-4ff8-98c3-611c68cfe55f) + ) + (wire (pts (xy 116.84 67.31) (xy 104.14 67.31)) + (stroke (width 0) (type default)) + (uuid 46a975d7-74be-4b0d-930b-381c7a7a7e7c) + ) + (wire (pts (xy 104.14 123.19) (xy 116.84 123.19)) + (stroke (width 0) (type default)) + (uuid 4dbbae45-7a89-4179-a2c8-44ca7d498877) + ) + (wire (pts (xy 76.2 44.45) (xy 88.9 44.45)) + (stroke (width 0) (type default)) + (uuid 5609127c-ed21-41b8-9bc1-be43ddbc8d8f) + ) + (wire (pts (xy 76.2 146.05) (xy 76.2 139.7)) + (stroke (width 0) (type default)) + (uuid 575fb555-aec7-4205-895c-bffec95c0889) + ) + (wire (pts (xy 104.14 96.52) (xy 116.84 96.52)) + (stroke (width 0) (type default)) + (uuid 60537156-36e2-415a-9f32-49d3d0a2dfe9) + ) + (wire (pts (xy 76.2 96.52) (xy 88.9 96.52)) + (stroke (width 0) (type default)) + (uuid 6590a06f-3ed7-433e-a582-0802bfe4d8f1) + ) + (wire (pts (xy 116.84 149.86) (xy 116.84 172.72)) + (stroke (width 0) (type default)) + (uuid 680c4d93-d469-4127-a173-164a9c0771f9) + ) + (wire (pts (xy 76.2 102.87) (xy 76.2 96.52)) + (stroke (width 0) (type default)) + (uuid 69d99c68-2222-4205-bda7-3fd12cf36e88) + ) + (wire (pts (xy 104.14 119.38) (xy 104.14 113.03)) + (stroke (width 0) (type default)) + (uuid 70542825-bcb4-4bb9-ab3d-330481b70ecb) + ) + (wire (pts (xy 88.9 149.86) (xy 88.9 172.72)) + (stroke (width 0) (type default)) + (uuid 73e78d32-d730-4678-8605-c7e00a44ac87) + ) + (wire (pts (xy 116.84 172.72) (xy 104.14 172.72)) + (stroke (width 0) (type default)) + (uuid 745fe0bb-0048-4cc2-81fe-c36901481aad) + ) + (wire (pts (xy 76.2 67.31) (xy 76.2 60.96)) + (stroke (width 0) (type default)) + (uuid 77b2b86b-f8c9-4cdb-b7b6-3f5643a36cb9) + ) + (wire (pts (xy 104.14 146.05) (xy 104.14 139.7)) + (stroke (width 0) (type default)) + (uuid 7af28f55-3a05-4f91-9983-5a03fee03432) + ) + (wire (pts (xy 88.9 44.45) (xy 88.9 67.31)) + (stroke (width 0) (type default)) + (uuid 7d0b6f81-76ad-40f7-b99a-6143053d6a1d) + ) + (wire (pts (xy 76.2 156.21) (xy 76.2 149.86)) + (stroke (width 0) (type default)) + (uuid 82c6fb38-5f33-44a0-85b7-7bdaea3bab62) + ) + (wire (pts (xy 88.9 96.52) (xy 88.9 119.38)) + (stroke (width 0) (type default)) + (uuid 87b97149-f318-45fd-9cc4-6b1378aa6f51) + ) + (wire (pts (xy 88.9 67.31) (xy 76.2 67.31)) + (stroke (width 0) (type default)) + (uuid 8cc795df-df17-4e36-86d8-29dbf66a8618) + ) + (wire (pts (xy 76.2 172.72) (xy 76.2 166.37)) + (stroke (width 0) (type default)) + (uuid 90aa20fc-09a4-4b0d-b90f-99fa2da605bd) + ) + (wire (pts (xy 76.2 93.98) (xy 76.2 87.63)) + (stroke (width 0) (type default)) + (uuid 921bcd69-ffc6-405c-badd-97cac995492e) + ) + (wire (pts (xy 76.2 149.86) (xy 88.9 149.86)) + (stroke (width 0) (type default)) + (uuid 96009c3d-0f1f-409a-a85d-11ec437ca86c) + ) + (wire (pts (xy 104.14 77.47) (xy 104.14 71.12)) + (stroke (width 0) (type default)) + (uuid 969e7529-e353-40e7-b407-b06ee6f58f86) + ) + (wire (pts (xy 116.84 93.98) (xy 104.14 93.98)) + (stroke (width 0) (type default)) + (uuid 9880413a-aada-4bc8-b502-8056ecfc0f6e) + ) + (wire (pts (xy 104.14 67.31) (xy 104.14 60.96)) + (stroke (width 0) (type default)) + (uuid a38ca0d7-119c-4621-aa2a-79f630795d5f) + ) + (wire (pts (xy 116.84 146.05) (xy 104.14 146.05)) + (stroke (width 0) (type default)) + (uuid ac48c00b-4757-448d-b29b-63017c0ae661) + ) + (wire (pts (xy 76.2 119.38) (xy 76.2 113.03)) + (stroke (width 0) (type default)) + (uuid bb6e6b7d-546e-4f29-8f3d-192deefc78d7) + ) + (wire (pts (xy 76.2 129.54) (xy 76.2 123.19)) + (stroke (width 0) (type default)) + (uuid c170a9e6-1933-43dd-b2f4-9918ed4213ab) + ) + (wire (pts (xy 88.9 119.38) (xy 76.2 119.38)) + (stroke (width 0) (type default)) + (uuid c6465148-691c-42a9-b6bd-77db18cd9015) + ) + (wire (pts (xy 104.14 149.86) (xy 116.84 149.86)) + (stroke (width 0) (type default)) + (uuid d6b277fe-c4be-4572-bbf1-a083c2341a74) + ) + (wire (pts (xy 104.14 71.12) (xy 116.84 71.12)) + (stroke (width 0) (type default)) + (uuid eb79e4f2-00dd-4393-b86f-390cdb17098f) + ) + (wire (pts (xy 104.14 93.98) (xy 104.14 87.63)) + (stroke (width 0) (type default)) + (uuid ed4b1e36-b647-4001-8db1-96b9e9af1e48) + ) + (wire (pts (xy 76.2 77.47) (xy 76.2 71.12)) + (stroke (width 0) (type default)) + (uuid efc1cefd-1431-4e7b-b5d7-dacc8af17189) + ) + (wire (pts (xy 104.14 50.8) (xy 104.14 44.45)) + (stroke (width 0) (type default)) + (uuid f2a97d83-0dac-4083-8569-7dac5063acd3) + ) + (wire (pts (xy 116.84 96.52) (xy 116.84 119.38)) + (stroke (width 0) (type default)) + (uuid f6ad6a19-9de4-47e5-a85c-04f4e12809d0) + ) + + (symbol (lib_id "Diode:1N4148W") (at 92.71 190.5 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 03618342-27e0-4d0b-9c0d-0c77d7a7fb9c) + (property "Reference" "D4" (at 92.71 185.0857 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1N4148W" (at 92.71 187.5099 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 92.71 194.945 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 92.71 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Device" "D" (at 92.71 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Pins" "1=K 2=A" (at 92.71 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C81598" (at 92.71 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 02614a18-29d0-48e2-b0f2-c5ec5d9bbd50)) + (pin "2" (uuid 98e2dcb0-0833-4ead-ba47-6b02bfc41ea4)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "D4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x03_Counter_Clockwise") (at 267.97 243.84 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 050e111d-ba29-412e-9963-37cb971ad9cb) + (property "Reference" "J10" (at 273.05 242.57 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x03_Counter_Clockwise" (at 273.05 243.84 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (at 267.97 243.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 267.97 243.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935951" (at 267.97 243.84 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid bac5b888-d7cd-44b1-8f2e-645a251b9a77)) + (pin "4" (uuid 2723f431-e887-4b64-bc43-37fd7118112a)) + (pin "3" (uuid f56d0a40-64e0-43bd-9be4-aa199f6b13f3)) + (pin "1" (uuid f40e6496-7772-47d1-8b11-d56212693396)) + (pin "6" (uuid ffe038a6-a3b9-48a7-aa0d-bae0b4bd80ac)) + (pin "2" (uuid 8be0eccb-8ecc-4480-ac0f-0dd233ebb785)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J10") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Interface_USB:CH9102F") (at 144.78 118.11 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 05ee8acd-5c72-46cd-b8fd-22ee8aa8a9af) + (property "Reference" "U4" (at 146.9741 147.7701 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "APW8713AQBI-TRG" (at 146.9741 150.1943 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (at 146.05 147.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "" (at 144.78 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C122485" (at 144.78 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 753fe438-a6fc-43e0-beae-6d218bd49aff)) + (pin "10" (uuid 29c247d5-ebd0-45c2-ab88-7c20aaabf3dd)) + (pin "11" (uuid 6d1c2647-bf97-4403-89e4-edd6a1fdecee)) + (pin "12" (uuid 08bdf84b-cec2-4596-b9ad-fd037a97389b)) + (pin "13" (uuid 97ffd73a-3d81-485f-acf6-ef38d9894394)) + (pin "14" (uuid f0fc1be6-e023-417c-8c68-20f8639035bc)) + (pin "15" (uuid 3293c3e8-66f2-4d8e-b682-f45cb29b9bbe)) + (pin "16" (uuid c788be74-40a8-42fa-b64f-a138b09f1591)) + (pin "17" (uuid 3b08d3f0-2283-4555-ad17-6a7a0aea785e)) + (pin "18" (uuid 8956bbd3-3ec0-4753-bf2c-22125cf75655)) + (pin "19" (uuid bca8214c-fb6b-4d77-8d5c-49aaa385b33d)) + (pin "2" (uuid a61e4050-eea7-48c5-905d-04d9776beb65)) + (pin "20" (uuid 164b6fb6-1bf5-475d-b8cc-a8dc6a5f6f66)) + (pin "21" (uuid 955493d3-41f9-463f-b06b-b05e3c8f1acd)) + (pin "22" (uuid b6e6c8a6-371e-45ad-b074-e2b9972fe4e5)) + (pin "23" (uuid 860c78e5-4652-4922-be74-c2a2a3455066)) + (pin "24" (uuid 34aac020-6808-4792-9107-43d502fc98e8)) + (pin "25" (uuid 7591e2ed-2654-43ef-8567-8d9f622983f3)) + (pin "3" (uuid 602a41b0-c446-444e-88a3-0ae412b1ab2c)) + (pin "4" (uuid 8bab6e34-8462-4343-af19-aa98f79919e7)) + (pin "5" (uuid a8e2154f-2674-4ff1-8856-2ec8ab9663ac)) + (pin "6" (uuid ef741d70-6320-4723-820c-e5f13ea46f1e)) + (pin "7" (uuid b94d6c8e-e64c-4262-afc6-03c3e62b3d00)) + (pin "8" (uuid 197c7f25-cd8a-4119-8e2f-4eb2a4a6873b)) + (pin "9" (uuid c13eabe2-ee6e-4974-a4a1-abcf72f6f907)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "lib:choc_SW_HS") (at 29.21 45.72 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 1256d4db-fe19-4d39-a90d-82b4b7f5751b) + (property "Reference" "CH1" (at 29.21 38.1 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "choc_SW_HS" (at 29.21 40.64 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "lib:SW_choc_v1_HS_1u" (at 29.21 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 29.21 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C5333465" (at 29.21 45.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ecafc136-6eac-4292-ab23-97867bf50cf5)) + (pin "2" (uuid c1f7d651-dc6a-426e-8b1c-3b18dfe5886d)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "CH1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Q_NPN_BEC") (at 73.66 82.55 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 1f067b6c-f88b-4141-813c-771006d79725) + (property "Reference" "Q3" (at 78.5114 81.3379 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_NPN_BEC" (at 78.5114 83.7621 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 78.74 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 73.66 82.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C8667" (at 73.66 82.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 7fe173d0-8ea7-4ca0-a5ae-8287512e2913)) + (pin "2" (uuid 662ee98d-6061-43af-96a5-7b1394335249)) + (pin "3" (uuid 10e39a72-90c2-483c-a3e7-58324909b156)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "Q3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:1N4148W") (at 80.01 203.2 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 249fa3ae-6da3-4a66-9f3c-cf8d4b6d5ff2) + (property "Reference" "D8" (at 80.01 197.7857 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1N4148W" (at 80.01 200.2099 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 80.01 207.645 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 80.01 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Device" "D" (at 80.01 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Pins" "1=K 2=A" (at 80.01 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C81598" (at 80.01 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 2421e7ce-dbba-4cf8-a8ce-b0c4d77cc09c)) + (pin "2" (uuid 6f4a3dd3-6d0e-4bc0-990a-370684de9e93)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "D8") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:1N4148W") (at 92.71 203.2 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 2a1f238b-541d-44a3-a53f-787f4129ace7) + (property "Reference" "D9" (at 92.71 197.7857 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1N4148W" (at 92.71 200.2099 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 92.71 207.645 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 92.71 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Device" "D" (at 92.71 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Pins" "1=K 2=A" (at 92.71 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C81598" (at 92.71 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 0cd44fb5-ac8d-4f72-9bc6-a80d6c2e6b36)) + (pin "2" (uuid e39b71c8-7788-4d53-b146-fb834d224c15)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "D9") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Interface_USB:CH9102F") (at 173.99 53.34 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 3672aa88-5382-42c7-b4b8-56ede8ec36ae) + (property "Reference" "U2" (at 176.1841 83.0001 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "APW8713AQBI-TRG" (at 176.1841 85.4243 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (at 175.26 82.55 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "" (at 173.99 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C122485" (at 173.99 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ed2d1c80-83dc-4bad-a98b-dc861ef393bc)) + (pin "10" (uuid d90f0897-672d-4138-be34-4e0770009710)) + (pin "11" (uuid 73266e86-49c4-4f24-ae46-fffba4f13bfa)) + (pin "12" (uuid 4ef52221-cdec-41c6-9187-8ccb2e22eb1c)) + (pin "13" (uuid 2f6a7602-ca29-43b3-9be9-4c8a19f07da0)) + (pin "14" (uuid 9b7d99df-4248-4408-8f6a-44e68d64cb30)) + (pin "15" (uuid 3ed962c8-05bc-4bba-ad50-a31173bdd908)) + (pin "16" (uuid 23176ef8-f59e-40bb-9a0a-1657a1c2f134)) + (pin "17" (uuid 0b47f074-015d-4d8d-8f3a-b9ce01cd1cc9)) + (pin "18" (uuid 35a37e72-529e-444d-a6bc-257d7518023d)) + (pin "19" (uuid 6907b8b4-45b4-4661-accf-f81af76963e4)) + (pin "2" (uuid 9c0e54d4-1950-4a45-a9f6-7f57ccac123f)) + (pin "20" (uuid f1b5fc94-16f4-428c-84d7-1b49111009bd)) + (pin "21" (uuid a02911d5-9858-4f54-800b-122606b77161)) + (pin "22" (uuid 3e820b0e-8566-4751-9f2c-9b805a7515ab)) + (pin "23" (uuid b5670969-0282-4ece-9543-87dcf9b3ca51)) + (pin "24" (uuid 20d044fc-a032-4cdd-bb6e-fe6aa3ec2f21)) + (pin "25" (uuid 6103bb56-7beb-4cb8-a91a-8b106e20e5c2)) + (pin "3" (uuid 5de02b85-8fc0-4fd0-90c8-a7b9c0cba3bb)) + (pin "4" (uuid b66013fc-eb2d-4224-bcc4-6f7b20429546)) + (pin "5" (uuid b7cb2ebe-2c8e-4d3a-991f-fc3255f050fd)) + (pin "6" (uuid 8ebee6c2-b6be-44eb-8a07-7b765ed0d8d7)) + (pin "7" (uuid 863bce24-a5c8-40ce-9a2e-9ddc365da820)) + (pin "8" (uuid 2759d10e-e6f8-4de9-8e9e-f6bd334ca62d)) + (pin "9" (uuid b0ae297b-6552-4821-9227-00d481b67a75)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Interface_USB:CH9102F") (at 144.78 53.34 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 39509791-6382-485c-9944-0443dc1423d2) + (property "Reference" "U1" (at 146.9741 83.0001 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "APW8713AQBI-TRG" (at 146.9741 85.4243 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (at 146.05 82.55 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "" (at 144.78 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C122485" (at 144.78 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 132d2fe8-37d5-434d-b9da-fe6efa127c6c)) + (pin "10" (uuid 5f2f5807-cbd8-4d14-98a7-c4d326420e83)) + (pin "11" (uuid 422cdc9b-bbf8-4d1f-9cde-1583d4d96631)) + (pin "12" (uuid ed9d6620-5969-4ac4-a54e-65c45c20ed74)) + (pin "13" (uuid 95285fa4-51f9-4a57-bf4e-b22d9a165681)) + (pin "14" (uuid 7c70a413-207b-4c47-82cf-ff806e50017e)) + (pin "15" (uuid f112b43a-b5d6-4686-80a0-f3895429d2e9)) + (pin "16" (uuid 8e240c67-fada-46c4-8637-b985141ee636)) + (pin "17" (uuid e6b51358-8859-4f60-b1a3-7f102c1bcab6)) + (pin "18" (uuid a258ed6b-2f8c-425d-811c-b7a4cd23212b)) + (pin "19" (uuid e86312e5-92e5-4b90-95a4-c2a63798f513)) + (pin "2" (uuid 8a9c8c25-30ae-4bec-ae6f-137a3a06ee5b)) + (pin "20" (uuid 80a2cbe9-5775-471c-b4ad-f2c99a0cc9b8)) + (pin "21" (uuid 680c29c3-a4c5-4aa4-a0c8-a6bb5952ad1c)) + (pin "22" (uuid 13fed5a2-3195-4286-93be-72841a33b94d)) + (pin "23" (uuid 1655e3d9-8a1b-4bec-8237-81c89dc4e020)) + (pin "24" (uuid 6164665e-990a-440c-b783-2cacfa295487)) + (pin "25" (uuid 351c91b3-4408-4e24-92c4-f531b3d677da)) + (pin "3" (uuid 97cf744c-2364-4f6e-946e-f176aee62b1f)) + (pin "4" (uuid e44292ff-8945-48f1-b61f-cfa1abac5545)) + (pin "5" (uuid 29673209-5059-4dbb-b7c1-013e3e46c6d7)) + (pin "6" (uuid 590840f6-507f-46b4-a723-a1eed0d56e65)) + (pin "7" (uuid 7a611c5b-e5df-4feb-93e1-5af6dfb0b6cc)) + (pin "8" (uuid cf09fc41-8965-4903-acf3-596a68daecd8)) + (pin "9" (uuid 6f9f2116-3405-4c83-bd3e-a3334dbbeb7d)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Interface_USB:FT2232D") (at 299.72 69.85 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 4052b365-bcfa-4be1-b0af-2084b8b012e0) + (property "Reference" "U8" (at 306.9941 22.5257 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "FT2232D" (at 306.9941 24.9499 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (at 325.12 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232D.pdf" (at 299.72 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C428116" (at 299.72 69.85 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4f12a621-a5b5-4dff-b72b-cfa7833cff98)) + (pin "10" (uuid 993ccd66-c3d3-479d-b9a8-c58be6bf5c02)) + (pin "11" (uuid 38939895-9c06-4ebf-afac-fb7e0e0ac564)) + (pin "12" (uuid 0c64499f-1d2a-4f06-a230-48b92c5e0a16)) + (pin "13" (uuid ea44d720-154a-4e0a-9aff-6756d764bf9f)) + (pin "14" (uuid 7a75547b-6a45-40b0-b210-69dc6188c85a)) + (pin "15" (uuid cf888317-bf72-440e-bcbf-d1fcc50e2b0c)) + (pin "16" (uuid 19c2a18d-1db9-483d-9515-49cfb1afab62)) + (pin "17" (uuid 4641d2d9-0d01-466f-83bb-294905f64998)) + (pin "18" (uuid c1bdd618-8835-4dda-b44a-274dbebb4a63)) + (pin "19" (uuid bb1779b9-81f5-4f12-8c80-ecff831505fc)) + (pin "2" (uuid 0b096f0b-3207-4f7b-bfb8-81f1b242c5df)) + (pin "20" (uuid 891578cc-0427-49d5-a92b-03aad5850902)) + (pin "21" (uuid eda3a706-f902-4679-bcce-b149404bce51)) + (pin "22" (uuid 3c30cab9-2ffc-4d4c-9e50-64774f8dce82)) + (pin "23" (uuid da4636ef-e396-442a-80ff-3073239b5ebe)) + (pin "24" (uuid 76dc6854-b102-4371-ab4e-2f4fbbe69bc8)) + (pin "25" (uuid 895eb2e8-6321-46f8-80bb-06493ecf2a20)) + (pin "26" (uuid 026ba44f-fcf4-4400-97f0-85d3c4756bc3)) + (pin "27" (uuid 86cbbe71-93f4-4fcd-ab93-4e6b3ff3a0d0)) + (pin "28" (uuid 73538ca6-be75-4bb3-a5a2-046d1e81f29e)) + (pin "29" (uuid 6002b2cf-79eb-4636-ab4f-ce33337c197b)) + (pin "3" (uuid 7ac5c2ac-16fe-4513-8896-e6340a66da44)) + (pin "30" (uuid 1fa15194-86e0-43c9-8e0c-f989fb3341f8)) + (pin "31" (uuid 0effe4a0-8ed2-42d9-a278-894d2f6709cc)) + (pin "32" (uuid 9548f07e-be03-4eb2-b314-815352a44bf6)) + (pin "33" (uuid 22efb0b7-6ffa-4b5f-bb55-02702693fcea)) + (pin "34" (uuid 7590ef2c-e5a8-4369-9ff1-9c7985f6d2f6)) + (pin "35" (uuid 25e17284-1bb8-4885-b933-a8f21a474441)) + (pin "36" (uuid 483bfef7-8551-4d97-9515-d81a7e35106e)) + (pin "37" (uuid 737ea461-0d18-4323-ae3b-526abb150330)) + (pin "38" (uuid 6099440e-a7ff-41ea-8eee-66e76eae8b53)) + (pin "39" (uuid 8d3fb557-28d9-455e-af50-1925a5d0ee80)) + (pin "4" (uuid 8c3fef95-f2dc-486a-9451-759eb0aa56ef)) + (pin "40" (uuid 2b061533-9b10-4830-82e1-e0697092c582)) + (pin "41" (uuid c4c7dd81-ce5e-4b71-9579-6ea959881802)) + (pin "42" (uuid 2c5928a6-1115-4d0d-8097-33905f325a83)) + (pin "43" (uuid e1286b3d-0348-4dfd-96be-221eab9142b5)) + (pin "44" (uuid 8fef9084-65c6-45da-a0b8-c5d73102c3dd)) + (pin "45" (uuid e8b59ada-f280-464e-a78f-4a9155e9b7d5)) + (pin "46" (uuid a296dc9d-bf70-40b4-b858-061f34f58367)) + (pin "47" (uuid c0202235-03c5-42ed-a4af-f86f623dd9ab)) + (pin "48" (uuid 286edf01-3607-4c95-8a87-62a8d2570446)) + (pin "5" (uuid 9a1356fd-b51d-4254-9015-4261f451a298)) + (pin "6" (uuid 93f098a6-de34-44d5-b995-5f34948c0dd6)) + (pin "7" (uuid 4e26b84b-e4e7-4c52-9405-6a79b48f7bbb)) + (pin "8" (uuid e035029f-f240-4607-8037-96beab9436e2)) + (pin "9" (uuid 32a3af28-22f6-450a-9720-e5a0ab48f42f)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U8") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector:USB_C_Receptacle_USB2.0") (at 170.18 209.55 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 494f3e51-7766-4b8f-a1f1-85cd06d48210) + (property "Reference" "J2" (at 170.18 186.69 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "USB_C_Receptacle_USB2.0" (at 170.18 189.23 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_USB:USB_C_Receptacle_XKB_U262-16XN-4BVC11" (at 173.99 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (at 173.99 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C319148" (at 170.18 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "B5" (uuid 8acf62f6-49b3-4e55-b4b2-1773fd64bf5d)) + (pin "S1" (uuid a3ede689-632b-4e95-8569-b2957858f33c)) + (pin "B6" (uuid 60eb4646-5054-44e8-ab0a-428a974695c9)) + (pin "B12" (uuid b7fe6046-5744-461d-8946-a5c79638d534)) + (pin "A5" (uuid de4a5a0c-2549-4a0d-9573-7d21af3b93c8)) + (pin "B1" (uuid e0be43ce-0637-4a1d-be78-ffbbd88c152f)) + (pin "B9" (uuid 6db562b2-c0cb-44ea-afd4-648ce674006f)) + (pin "B4" (uuid 9ef7d421-dd21-44db-9b4d-62ab214898ab)) + (pin "A4" (uuid 288e6b19-8808-40fa-b9d6-e11557fcb740)) + (pin "A6" (uuid a25b42bf-712a-495e-a1fb-396cf01ad013)) + (pin "A7" (uuid f0a8cf13-c783-48fb-a243-91c37e8724e1)) + (pin "B7" (uuid 585b4602-801a-4932-812f-7f598566f503)) + (pin "A9" (uuid bbb991bf-ff83-4d99-b3c5-7462f111a53e)) + (pin "A8" (uuid 69419a99-6430-4ace-8678-88b4cec104db)) + (pin "B8" (uuid 5a776ae8-10bf-4318-8cda-c75148acc3a9)) + (pin "A1" (uuid a735ac63-4554-4507-aacc-a859700c015a)) + (pin "A12" (uuid b60ea142-da6c-4760-b9da-6dd95c0658f9)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector:USB_C_Receptacle_USB2.0") (at 139.7 209.55 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 4cc7ea18-6807-49aa-bcb5-5ac2020aad13) + (property "Reference" "J1" (at 139.7 186.69 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "USB_C_Receptacle_USB2.0" (at 139.7 189.23 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_USB:USB_C_Receptacle_XKB_U262-16XN-4BVC11" (at 143.51 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (at 143.51 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C319148" (at 139.7 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "B5" (uuid 8c4c1dbb-015f-43af-8cfb-8a1b3cc2e387)) + (pin "S1" (uuid 3a48d02c-eacf-439b-a69d-efde6c17ea3b)) + (pin "B6" (uuid 1e331d5d-feb1-441d-96f7-1e227dc867b7)) + (pin "B12" (uuid 915770ee-548f-4484-b85f-8fc947d66e90)) + (pin "A5" (uuid 37ac02f0-8a5f-4f5f-9af7-73410f715c28)) + (pin "B1" (uuid 75e80c43-563d-49e5-85fe-13375c4d7e49)) + (pin "B9" (uuid fcd499b8-ac8c-4369-b466-2a1816a20251)) + (pin "B4" (uuid f92f741e-42be-420b-9fbe-b816cef6ea4a)) + (pin "A4" (uuid 4f67adbd-a702-4efc-8e8d-5434ab6e10d9)) + (pin "A6" (uuid 6c9cbf13-0745-4196-9e6d-fb379072e7ac)) + (pin "A7" (uuid 3a130ebf-e7d9-419b-b176-6c5a4de8e83d)) + (pin "B7" (uuid 5a4f8478-cb49-43a6-ac84-d078627d5ed1)) + (pin "A9" (uuid 738614ea-f163-44f1-b0ae-b0422a25a2ec)) + (pin "A8" (uuid b8f04697-0c91-4f61-81b5-c64a354d6d5b)) + (pin "B8" (uuid f9f0b64d-bf65-4ac5-92b1-3c64031223d4)) + (pin "A1" (uuid d75cc1ee-a905-4b50-9ed5-1a22f14faaf9)) + (pin "A12" (uuid 8da45d37-f433-4a66-8006-dd21f634efe0)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:1N4148W") (at 67.31 190.5 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 4f840a2e-a95e-4f87-a262-bc96d6e3efc3) + (property "Reference" "D2" (at 67.31 185.0857 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1N4148W" (at 67.31 187.5099 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 67.31 194.945 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 67.31 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Device" "D" (at 67.31 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Pins" "1=K 2=A" (at 67.31 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C81598" (at 67.31 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 636c5fdf-6ee3-494a-961e-931ff28e9c29)) + (pin "2" (uuid 907bfffe-85da-409a-871a-0ea5d2cb873f)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "D2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x03_Counter_Clockwise") (at 295.91 228.6 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 51d5baaf-0f43-4825-be86-f9d3c6c39cd8) + (property "Reference" "J13" (at 300.99 227.33 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x03_Counter_Clockwise" (at 300.99 228.6 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (at 295.91 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 295.91 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935951" (at 295.91 228.6 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid 5b524890-0bc4-46d9-a4cb-6611b5350824)) + (pin "4" (uuid b031773c-2436-4158-a78c-d117076e6d39)) + (pin "3" (uuid 80381bf1-75ce-4d93-8484-fc7b16b6f141)) + (pin "1" (uuid 086ad7ee-a0b3-4ffc-89eb-f98aca2f7075)) + (pin "6" (uuid 747b4d03-d5d9-454a-abeb-ae0f9e1b1db4)) + (pin "2" (uuid 3d8bf66e-4a1b-4381-81c1-718a9a6cf512)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J13") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Interface_USB:FT2232D") (at 355.6 71.12 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 54cf8304-eff6-4c53-8f59-c2a65bd7a1b5) + (property "Reference" "U9" (at 362.8741 23.7957 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "FT2232D" (at 362.8741 26.2199 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (at 381 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232D.pdf" (at 355.6 71.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C428116" (at 355.6 71.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 351e1155-9308-4ac7-a3ca-94f5e4c23a90)) + (pin "10" (uuid 5dfbdc7a-ce0b-494b-9041-bddd256f9773)) + (pin "11" (uuid ad27241a-4c4d-49a1-9226-1ff1b3691f0b)) + (pin "12" (uuid 001102fd-ffd1-4210-b9aa-9735acebbb73)) + (pin "13" (uuid e7b81acc-a21b-45ad-96fc-65b184c9dfbb)) + (pin "14" (uuid 82d4b3a6-d1d5-463e-88a1-f6320ca9aeff)) + (pin "15" (uuid 84599f6d-e41d-4179-b9f4-493072efe91a)) + (pin "16" (uuid bbeb6757-b7e9-4849-875a-e029c4e50a16)) + (pin "17" (uuid fd5f3824-4d46-4ea1-9545-97ec5b1da8ab)) + (pin "18" (uuid 746da437-3823-49f5-b18f-b898fdd729cd)) + (pin "19" (uuid b6227dd3-29d2-41f7-bee2-5f0f0791b277)) + (pin "2" (uuid 6db46dea-e5c7-4471-a214-5cf75688918b)) + (pin "20" (uuid 55d367c4-4c6a-4b58-854a-d0d334c3310d)) + (pin "21" (uuid d4b584e1-c63b-4893-98fd-bf12b358b355)) + (pin "22" (uuid 0fd79c0b-d667-488d-a493-19d5845f5a1b)) + (pin "23" (uuid e0408f9a-f74f-4b17-98bd-9dfbaa957229)) + (pin "24" (uuid dd3ebcb5-e2d5-42dc-b0f5-baaedfe02f86)) + (pin "25" (uuid 1676e861-0dfa-47b3-9a0b-41c668143118)) + (pin "26" (uuid a5e50905-d4ea-4887-b4d8-2b61d6f40b2a)) + (pin "27" (uuid c1c57d0c-9e8b-4e60-bd43-b159e7d797e3)) + (pin "28" (uuid f0c74849-b5e4-4e78-8df1-c54afd6b1400)) + (pin "29" (uuid bc299112-9ed2-4b2e-94d5-68d528af1bd5)) + (pin "3" (uuid 5b3806bf-d198-4e55-aaf4-1447a7655e62)) + (pin "30" (uuid 6c8528d1-4a9d-4607-a55a-054ea66c5023)) + (pin "31" (uuid 94ba0a18-9b71-4d9f-8cb7-14e807a8264d)) + (pin "32" (uuid 90379a2a-c9dc-47ae-b5d0-edbcb711bd78)) + (pin "33" (uuid 01cd644c-4dba-4b0f-810a-11c99d11fdd9)) + (pin "34" (uuid 02093d27-fcb5-4dbb-aea6-0b5551b2a0c9)) + (pin "35" (uuid e75ead5d-3b57-44c4-8464-fec67edbbb8d)) + (pin "36" (uuid af46eb95-90d7-45f8-bccc-5be0a9a35b8d)) + (pin "37" (uuid cf2381b5-373d-4194-ae51-79bf6733998c)) + (pin "38" (uuid bc241c06-7c5a-4804-b9d9-d2a7317178ce)) + (pin "39" (uuid 356c107a-d9d5-431e-93a0-542243ea2dfc)) + (pin "4" (uuid 98cc3b2f-264d-402a-8c33-568e24f65fcf)) + (pin "40" (uuid 2f2c7ff4-df97-46bb-915b-3c44175c77ea)) + (pin "41" (uuid d394c924-9488-48b5-b6df-9d70a8e3ff3c)) + (pin "42" (uuid 970bc544-517b-4c2c-8e80-9e8dc470be28)) + (pin "43" (uuid 1211d5a4-613f-497b-91a2-b579d4146358)) + (pin "44" (uuid 312cf2c8-9ab1-46fe-abf2-bf6442225845)) + (pin "45" (uuid 18b7e865-610b-419b-b3c4-45466a25bc6d)) + (pin "46" (uuid 17fd28d1-e800-4b0a-87ee-bdea6e4e38fc)) + (pin "47" (uuid a0a68d47-f763-4e65-94f2-c80d694eae80)) + (pin "48" (uuid 14362308-507a-462e-bb01-7af133723f7f)) + (pin "5" (uuid 4abd7dbe-282e-4cb0-95d2-b19a1d1c93cb)) + (pin "6" (uuid 4f9c323e-54a6-41ff-9612-a1bb268fc36e)) + (pin "7" (uuid 6ec602d9-40d1-46b8-9f6f-f0f05b2613e0)) + (pin "8" (uuid c3136fe3-2c1a-4b76-8ea0-1f523b1cdcdf)) + (pin "9" (uuid a549dd46-32d9-43b3-97fe-b11649f153e3)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U9") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Q_NPN_BEC") (at 101.6 161.29 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 574821e7-ee6f-48b0-b4a7-aeb609aed6bc) + (property "Reference" "Q10" (at 106.4514 160.0779 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_NPN_BEC" (at 106.4514 162.5021 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 106.68 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 101.6 161.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C8667" (at 101.6 161.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid cd8f5952-8724-4755-ac19-ae1b78c605a8)) + (pin "2" (uuid f15b2306-294e-4b72-ba52-d17984cbb761)) + (pin "3" (uuid 55cfa2e5-069b-4027-ad60-4218a4ce430b)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "Q10") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x03_Counter_Clockwise") (at 213.36 267.97 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 5749dba3-e1a3-4e8b-bba2-1ffc1813c791) + (property "Reference" "J7" (at 218.44 265.43 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x03_Counter_Clockwise" (at 218.44 267.97 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (at 213.36 267.97 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 213.36 267.97 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935951" (at 213.36 267.97 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid 9ebcd980-de4e-4b6c-bd6f-365657e4d6c3)) + (pin "4" (uuid a8fc7094-6728-4263-9599-a04d1d454d55)) + (pin "3" (uuid 6ab9def7-a347-4600-9122-643a4ed67e52)) + (pin "1" (uuid cac608d9-2504-4dff-bf14-d826600a9415)) + (pin "6" (uuid df5d9fcb-ff8b-4c54-8a19-6bc119e0c830)) + (pin "2" (uuid 9e34c381-cd82-42b3-8d74-9bf3b976ac1b)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J7") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x03_Counter_Clockwise") (at 281.94 243.84 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 582700ff-c5eb-408a-abd9-ad35e40badba) + (property "Reference" "J12" (at 287.02 242.57 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x03_Counter_Clockwise" (at 287.02 243.84 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (at 281.94 243.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 281.94 243.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935951" (at 281.94 243.84 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid bc1e51c6-e7d4-4395-88f4-18aa1b1d5b04)) + (pin "4" (uuid 5294745a-cf96-4882-98a1-1f4f289fcc50)) + (pin "3" (uuid 030c7a60-4bee-4b2f-b700-95d91bf85110)) + (pin "1" (uuid 35656aa0-9b1c-4236-bfd2-05aabb720bb2)) + (pin "6" (uuid 26933649-c7b3-410e-b240-388617d52101)) + (pin "2" (uuid 709c7cde-0402-4c06-a969-c5e4405bed2f)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J12") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x05_Counter_Clockwise") (at 213.36 234.95 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 587d2428-edff-4ae2-be8a-b21380dcc535) + (property "Reference" "J5" (at 220.98 232.41 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x05_Counter_Clockwise" (at 220.98 234.95 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x05_P1.27mm_Vertical" (at 213.36 234.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 213.36 234.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935953" (at 213.36 234.95 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid a641e994-5ab0-49ec-b4b6-fed06804f8c4)) + (pin "10" (uuid 0dbb0694-4613-44d7-8a31-6819dbc48f77)) + (pin "7" (uuid 00c9c560-9bbb-457f-b17d-f7b02fc581ac)) + (pin "4" (uuid 15bef733-0679-4b5d-9ef7-436bfa78459d)) + (pin "8" (uuid 15d7a623-cf84-41e2-98c2-c317e30ac0ae)) + (pin "9" (uuid 922d9a2d-29f1-41d2-9dee-99a1b1c53f91)) + (pin "3" (uuid 2e0ac956-a2e9-450a-81a7-801fe4161fef)) + (pin "2" (uuid b1dca8c6-bb9d-488f-b163-f7d5212bb0e8)) + (pin "6" (uuid 502fce4d-412e-4693-bd1b-19a9cb5be5d5)) + (pin "1" (uuid 8c7af3dd-c866-4a3e-9176-8e588b52c00a)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x03_Counter_Clockwise") (at 323.85 243.84 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 59ed369d-71cc-4e67-ba09-5f17481d95f6) + (property "Reference" "J20" (at 328.93 242.57 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x03_Counter_Clockwise" (at 328.93 243.84 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (at 323.85 243.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 323.85 243.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935951" (at 323.85 243.84 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid e9e8e31e-2bd6-4385-bf5d-863549c3181f)) + (pin "4" (uuid 4f833197-5387-4307-b970-14beaa3d2cfa)) + (pin "3" (uuid 214d4de8-3848-4e63-8131-4e946ce161df)) + (pin "1" (uuid 55adf75a-bef9-40a0-8467-db01928cd94b)) + (pin "6" (uuid eb947e9a-ccf3-43df-b66f-3c0ebddd6b44)) + (pin "2" (uuid cbd1a917-6f96-494f-aef0-a4074d3f7b44)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J20") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Analog_ADC:MCP3201") (at 181.61 170.18 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 617fec27-c457-44f6-82d2-75d940e839ac) + (property "Reference" "U14" (at 181.2641 177.8 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MCP3201" (at 181.2641 180.34 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:SOP-8_3.9x4.9mm_P1.27mm" (at 200.66 179.07 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21290D.pdf" (at 201.93 172.72 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C49274" (at 181.61 170.18 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "4" (uuid cadaf493-162c-4981-80ac-38011a0b0be6)) + (pin "3" (uuid 702eb8af-2851-4416-9c58-d73545906b42)) + (pin "5" (uuid 1aebfcdf-1fc3-4b83-bb1e-93dbfec3cfa0)) + (pin "8" (uuid 8439e12d-d437-47aa-99a8-a22515af2541)) + (pin "7" (uuid d9fdeb18-73b4-4eb7-8466-9a4523d4d581)) + (pin "6" (uuid 3039c8ef-26dd-47de-987e-20b6f0dfb06e)) + (pin "2" (uuid 53f78718-4027-4cad-93c9-fc7e27636352)) + (pin "1" (uuid 04cf3053-368c-473e-9ee1-018134cf2e7d)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U14") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector:USB_C_Receptacle_USB2.0") (at 138.43 257.81 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 7223942e-5492-45c2-91ee-1071ccb62b66) + (property "Reference" "J3" (at 138.43 234.95 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "USB_C_Receptacle_USB2.0" (at 138.43 237.49 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_USB:USB_C_Receptacle_XKB_U262-16XN-4BVC11" (at 142.24 257.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (at 142.24 257.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C319148" (at 138.43 257.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "B5" (uuid 4dc4d498-b887-4177-8d5d-67d0417814e8)) + (pin "S1" (uuid d7096a60-65e3-4464-893b-18d123e2434a)) + (pin "B6" (uuid 7d34ae93-4539-4a2d-aa6d-4c74190204b7)) + (pin "B12" (uuid a15526db-e04c-402e-a7e6-8d90207e9645)) + (pin "A5" (uuid 7ea028de-5f99-4e88-a7b2-c063b9d9c855)) + (pin "B1" (uuid 4ccf7146-f205-490b-9962-53b377874f33)) + (pin "B9" (uuid b402ff1c-4f62-4252-aecd-1830a96255bc)) + (pin "B4" (uuid 4aa29106-2840-4025-a0d4-d9d93cd962f9)) + (pin "A4" (uuid 8be52e72-872e-407a-911d-853bb5f041fe)) + (pin "A6" (uuid 2e1d034d-e884-4ba8-b9f0-180f6ee928fb)) + (pin "A7" (uuid 2046b980-1a0f-41a2-b2f2-f32aba881c12)) + (pin "B7" (uuid 17a3bb88-bf21-4dc3-8b7f-794af462f8df)) + (pin "A9" (uuid 4f80acd1-866d-4433-946f-8016cbaba44c)) + (pin "A8" (uuid abdf74e1-56f8-4d31-b095-4dc0a861adde)) + (pin "B8" (uuid 22975a14-050a-442b-acf4-3db67fbdace6)) + (pin "A1" (uuid a6a3af15-8ed4-4f90-9649-46669d74054c)) + (pin "A12" (uuid 6a89a20d-c5af-4d57-acb6-7643d2310bb4)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Q_NPN_BEC") (at 73.66 107.95 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 73486489-9e04-466c-b175-01ed24f4e832) + (property "Reference" "Q5" (at 78.5114 106.7379 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_NPN_BEC" (at 78.5114 109.1621 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 78.74 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 73.66 107.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C8667" (at 73.66 107.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 6eb32de2-db00-42e3-bcd0-75ce652b9334)) + (pin "2" (uuid 5941a039-95e3-466f-967f-090b732a083e)) + (pin "3" (uuid 5d4fbb63-7b47-432e-83ad-fd7915c36cd5)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "Q5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Interface_USB:FT2232D") (at 246.38 168.91 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 7383c3d8-e613-4c05-848b-4d45ed78192b) + (property "Reference" "U10" (at 253.6541 121.5857 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "FT2232D" (at 253.6541 124.0099 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (at 271.78 210.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232D.pdf" (at 246.38 168.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C428116" (at 246.38 168.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid fe3877ce-70f0-4525-b183-1a0436d0f1aa)) + (pin "10" (uuid dd011d72-d18e-41db-b284-a145364407b9)) + (pin "11" (uuid 40789353-b915-412a-a823-6427eab8fb83)) + (pin "12" (uuid 7dc2949b-a63b-4b9f-8007-085910bb3c30)) + (pin "13" (uuid ba840812-977e-4033-b477-9919aee16adf)) + (pin "14" (uuid bb582122-e9df-4b29-aecf-7f0f8ca15cb6)) + (pin "15" (uuid 873a59a0-f3dc-42d9-9e6d-d60c100c67d1)) + (pin "16" (uuid ed288c05-0523-47a5-b33c-bd11a60ad907)) + (pin "17" (uuid af4b036f-ac0c-439b-a1f6-89d4a023af92)) + (pin "18" (uuid d9c76e33-34a8-42fa-96ba-7e3e529f1a85)) + (pin "19" (uuid e91fe320-5149-4c8a-bdc2-87f5d50b8d1c)) + (pin "2" (uuid ba324361-8567-485f-a2bd-98b5eef73eff)) + (pin "20" (uuid 2b54cdab-de5b-4760-8243-2269e7b46a6c)) + (pin "21" (uuid 50f65fc6-347b-4452-843c-c0abbe4947ca)) + (pin "22" (uuid e4e89321-f2d0-4167-880b-1c11c9a4ceef)) + (pin "23" (uuid 40a2001d-067c-4fa5-ac00-db7ac64c0d11)) + (pin "24" (uuid 246756f8-f14f-4991-9844-edcb7763b049)) + (pin "25" (uuid bfe3c32a-1728-479d-b694-19673fa66e0f)) + (pin "26" (uuid 61df7daf-b438-459b-900c-2aa03f5df25d)) + (pin "27" (uuid cc91cd5b-a72e-4227-808e-e5b340e8d913)) + (pin "28" (uuid 967f3d9b-84b8-4178-b537-05ac31074c27)) + (pin "29" (uuid 3b4aee81-869c-41c8-8bf2-3eca8de47e54)) + (pin "3" (uuid e27d7983-1f2d-4e9f-9b48-421b6672cd8f)) + (pin "30" (uuid b20fe830-bb05-4823-b5d8-85a2eeb74996)) + (pin "31" (uuid 0a602136-03b1-430a-bede-8d3c47703546)) + (pin "32" (uuid 5a4d6a8f-a350-4596-a484-dc0e367fd837)) + (pin "33" (uuid 28a97073-a692-4df2-989e-24ddc1f3c890)) + (pin "34" (uuid 8919966c-c0f5-4154-8bbb-4926c929c778)) + (pin "35" (uuid 94939f01-93ed-40d9-8008-94052c9be12a)) + (pin "36" (uuid 62a194bf-ab60-4e81-96f1-702842e5c30a)) + (pin "37" (uuid 6875b3c4-3b5e-4ad7-8f80-07c054ee48a7)) + (pin "38" (uuid 545dadc7-cbe4-49c0-a141-d5e7806829de)) + (pin "39" (uuid b89a6aac-7344-4c2c-9771-4ea46d8c443c)) + (pin "4" (uuid 8ab047bc-78a3-41b1-95cf-3444a07ebd10)) + (pin "40" (uuid 34f4e1a9-2f7f-475d-b251-deea4c2448ff)) + (pin "41" (uuid 037e1654-55e6-4a8c-928e-ccb266be665e)) + (pin "42" (uuid 3764d73b-dedb-453c-9f79-5c9483e9aff9)) + (pin "43" (uuid 6a9657a8-f971-4dbb-8503-1ea45f34ab38)) + (pin "44" (uuid 0f3bed2b-02e2-46f9-80ca-e2ba0ec4750b)) + (pin "45" (uuid 35fa601e-d0b4-4eee-9337-efe8a250e2db)) + (pin "46" (uuid 8f9c32d5-4113-4329-81ef-7cf0b0942fe8)) + (pin "47" (uuid 529525bc-b55b-4c0c-9ad7-6ca102ee1ea9)) + (pin "48" (uuid 2f48897c-ea88-4798-a01b-7196845d0085)) + (pin "5" (uuid cc2586b5-f1da-4252-b0fd-593657d83ab6)) + (pin "6" (uuid 9c438267-6276-4c49-9dde-f34db6c705e1)) + (pin "7" (uuid 3162aae4-e65d-4360-bc47-396696972e73)) + (pin "8" (uuid c73c28ad-506c-4d0a-87bd-c8223d96e241)) + (pin "9" (uuid 68ffbeae-e5c5-4f93-af1e-a9cc51cf8eb9)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U10") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Q_NPN_BEC") (at 101.6 55.88 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 7803fb1a-37e6-4c70-acce-d68e410d4211) + (property "Reference" "Q2" (at 106.4514 54.6679 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_NPN_BEC" (at 106.4514 57.0921 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 106.68 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 101.6 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C8667" (at 101.6 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f42e6b09-ea64-4422-adc8-b5f5e76f5079)) + (pin "2" (uuid 85e6bce6-a725-4a07-baa4-eee1d56c7392)) + (pin "3" (uuid 0bd1f95d-ac24-4e07-9c78-3b207fc2ceb9)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "Q2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Q_NPN_BEC") (at 101.6 107.95 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 7bf83477-6fbe-476e-8f97-9d1c393cd6b3) + (property "Reference" "Q6" (at 106.4514 106.7379 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_NPN_BEC" (at 106.4514 109.1621 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 106.68 105.41 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 101.6 107.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C8667" (at 101.6 107.95 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid f7c2c21c-4881-46ad-8914-2aaaaba71d47)) + (pin "2" (uuid e07cfe91-e2de-4143-ac0e-3faeb3ce1d7e)) + (pin "3" (uuid 42016211-5a54-48f2-9561-6479c41643f2)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "Q6") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Interface_USB:FT2232D") (at 355.6 168.91 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 7cadb78c-4c50-4c1d-87c1-0bd27a8c2726) + (property "Reference" "U12" (at 362.8741 121.5857 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "FT2232D" (at 362.8741 124.0099 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (at 381 210.82 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232D.pdf" (at 355.6 168.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C428116" (at 355.6 168.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 4003c8f0-3dc6-4b93-bfd8-be3984cee710)) + (pin "10" (uuid d870ee91-51f8-4978-8e75-24e315188edd)) + (pin "11" (uuid 9b3cfbd0-d3a3-4041-b03a-8b6c43bdac4b)) + (pin "12" (uuid 6613c2c8-9522-4711-8a5c-63753ff0c31c)) + (pin "13" (uuid 80f0ba89-1d5d-4587-89ce-4eb5950a0e78)) + (pin "14" (uuid e3e639f9-272d-4ea4-a04d-6071b9e90122)) + (pin "15" (uuid 8663d3b1-9070-4a47-adaa-17e3181160f3)) + (pin "16" (uuid dbbc2e91-b67f-4393-a89d-5dd54444e34e)) + (pin "17" (uuid 422a3d48-7aef-4d05-8b36-1bd2d097a70e)) + (pin "18" (uuid 2d8f0800-1110-4e8d-ab62-61b8dec3b69b)) + (pin "19" (uuid 7ee36ad0-e30a-4b11-8d90-de559bd5d525)) + (pin "2" (uuid 0c33ce89-0a89-46dc-8881-fe9ad5e99784)) + (pin "20" (uuid 5c50a73a-c9a1-4548-a8f5-a738a45ad513)) + (pin "21" (uuid ecaeccbb-01c8-47ae-9507-17e3392b6ba1)) + (pin "22" (uuid 57f3b50c-20ae-4026-aa47-2525d6770cc4)) + (pin "23" (uuid 373c67e7-c569-42c7-82db-8476eff8beec)) + (pin "24" (uuid b68a9240-ec9b-4c62-aef8-dce94e9911c1)) + (pin "25" (uuid 3d4b9df0-d591-42a9-961e-e86f2ebf12d4)) + (pin "26" (uuid dbd3106a-9c3d-4665-91f0-dea2945fefb6)) + (pin "27" (uuid af41e43e-1cba-4af6-a0cf-15d8243fd441)) + (pin "28" (uuid 032e1085-7a83-4ae1-8c27-0ae12b947792)) + (pin "29" (uuid 7d90f15c-2d1b-4e65-9b7b-96d001c41511)) + (pin "3" (uuid 00bc980d-a184-4f65-995d-6f07efa73da1)) + (pin "30" (uuid dd177ea5-646b-4645-82bf-74c29a122489)) + (pin "31" (uuid c01884eb-63d2-4dbd-84e8-759f54cb0f55)) + (pin "32" (uuid 9ed498a3-2100-4a90-8232-531b36b7cd22)) + (pin "33" (uuid d6eb7494-fb02-4418-9c0e-539b7a7f4f11)) + (pin "34" (uuid 8e46da77-ae13-4edf-bd46-77de82ce87b5)) + (pin "35" (uuid 3c262276-2b8b-466d-b8d1-ae11516d1267)) + (pin "36" (uuid cead78d1-1d89-4521-b45b-57486035b840)) + (pin "37" (uuid 607386af-18ee-43c0-aee1-3e89355b5688)) + (pin "38" (uuid 804b5937-cfac-4128-b669-671848c989d1)) + (pin "39" (uuid 543748b8-3b6e-49e8-b8e5-01f5dce1da2d)) + (pin "4" (uuid 80818f91-f0ce-4645-9b72-10893ed04805)) + (pin "40" (uuid a3766ae0-7164-4e15-9e8e-40fc6d4b5a18)) + (pin "41" (uuid 872dfb0a-b85d-4ca6-b6aa-22200da149b6)) + (pin "42" (uuid ce79323f-852a-4ee0-ab93-523f88fdf32c)) + (pin "43" (uuid 16550c6e-8351-44aa-b0c5-5c3c4a502aa7)) + (pin "44" (uuid a24c8c30-d305-4764-bfc6-785668bc2e4b)) + (pin "45" (uuid 7ada80f0-5ca2-4a12-9725-263f04ff64d1)) + (pin "46" (uuid fd64c3a2-434b-42ec-b19b-d0080ba743e4)) + (pin "47" (uuid 5bdb53a2-aa4d-453a-bc01-6d9481dcb16b)) + (pin "48" (uuid 0f402f63-6087-40e9-a59a-db9ccb48133a)) + (pin "5" (uuid 7800d121-5a59-4a6f-914e-72f880a6dc34)) + (pin "6" (uuid 20c37b94-b75b-471b-8de9-965e6216dc11)) + (pin "7" (uuid e0449739-2d04-4d3c-9853-d1bb7f1ca8d3)) + (pin "8" (uuid 78d37ff2-1de5-46ce-a31d-2ce2c69e9eb0)) + (pin "9" (uuid ca403e42-0d7e-4d06-a5d0-9c0907552557)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U12") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Q_NPN_BEC") (at 73.66 161.29 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 83b64974-4aab-454a-ba79-d875b140d3a5) + (property "Reference" "Q9" (at 78.5114 160.0779 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_NPN_BEC" (at 78.5114 162.5021 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 78.74 158.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 73.66 161.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C8667" (at 73.66 161.29 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 53eec5e0-61dc-472f-b7e2-5397b41c21e1)) + (pin "2" (uuid 52f060ba-1c88-480a-8bc0-ef0ad1897bfd)) + (pin "3" (uuid 2b3d0c6e-7188-4cab-b80b-b01d34b2db81)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "Q9") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "lib:choc_SW_HS") (at 46.3599 45.433 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 83db1d87-9479-4599-b46f-518d02f7ce57) + (property "Reference" "CH2" (at 46.3599 37.813 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "choc_SW_HS" (at 46.3599 40.353 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "lib:SW_choc_v1_HS_1u" (at 46.3599 45.433 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 46.3599 45.433 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C5333465" (at 46.3599 45.433 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 41c1dce0-25ba-44d1-8d1f-7218976bc106)) + (pin "2" (uuid cf608f43-7222-46e2-ad05-4f01713a64dd)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "CH2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Interface_USB:CH9102F") (at 173.99 118.11 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 86789fd5-ef94-4352-a4b5-49e0e4f71043) + (property "Reference" "U5" (at 176.1841 147.7701 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "APW8713AQBI-TRG" (at 176.1841 150.1943 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (at 175.26 147.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "" (at 173.99 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C122485" (at 173.99 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e6e9acbd-fed4-40a8-9180-ddba8aa8774f)) + (pin "10" (uuid d5f075f6-638f-4f6d-8213-0df5068018c3)) + (pin "11" (uuid 82d6494c-1e44-4b1f-a9e6-1fabd4e31705)) + (pin "12" (uuid 8abea3dd-49b3-4086-a0a4-3b8165008b74)) + (pin "13" (uuid e99ef83d-efb6-4d76-9e08-3ce4548af6e3)) + (pin "14" (uuid 9093085a-c4cf-4b17-9da1-63189de457e3)) + (pin "15" (uuid 5605f6bd-4587-452a-a6c5-18064bcbdba5)) + (pin "16" (uuid 05f4f31c-8055-470a-a288-667247d5fe78)) + (pin "17" (uuid b0b5a3f8-2656-4c4e-8533-05396c9484fb)) + (pin "18" (uuid 56989a49-4e74-4725-b306-82a82abe1a36)) + (pin "19" (uuid 79e5b0d1-6b0e-469c-a6f9-77f0f2c4168d)) + (pin "2" (uuid 19615b67-adce-406c-b76d-ce1b34626abc)) + (pin "20" (uuid f2e06ed9-9c41-4f11-88d9-1285063dbfe3)) + (pin "21" (uuid 4cbc1a6f-9da6-42d5-a1f1-d5f225c278fa)) + (pin "22" (uuid 93c447c1-2af7-4157-8ad1-6b1d1be73625)) + (pin "23" (uuid 587648c5-43cf-4bea-bd35-d89d3c9e0c55)) + (pin "24" (uuid 5b916b9d-26eb-4959-8350-26bb1c879da2)) + (pin "25" (uuid d5212a6d-e3dc-467e-b12c-b5897c609cee)) + (pin "3" (uuid 2ab70a61-ad1a-4636-a501-ad9e89962b72)) + (pin "4" (uuid 1d0dc417-2969-4a26-b5f4-ee6291ce8eb3)) + (pin "5" (uuid 0e78a37a-60c1-4fbc-922c-f4a1e11977a6)) + (pin "6" (uuid eecff46c-ab13-4dd3-80ce-93569dfd0af3)) + (pin "7" (uuid 0fabe9c6-7103-4554-ba0f-5ecfaa4f13d6)) + (pin "8" (uuid 05c58c42-441e-4b3a-9288-afa06e90a0ef)) + (pin "9" (uuid d4041f36-53cc-41e8-8cb4-5870146f47a9)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Q_NPN_BEC") (at 101.6 134.62 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 8a6b4265-46b9-43fd-8619-74a81448188c) + (property "Reference" "Q8" (at 106.4514 133.4079 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_NPN_BEC" (at 106.4514 135.8321 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 106.68 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 101.6 134.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C8667" (at 101.6 134.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 3b9d0047-a6ba-48e4-8ec0-51865f868cb7)) + (pin "2" (uuid d89b4771-1a86-485b-80fe-d633eb355bc2)) + (pin "3" (uuid 20bcedb2-1283-4d79-a936-a0354b957bf7)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "Q8") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Isolator:LTV-357T") (at 143.51 168.91 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 8fdc431b-50df-48e7-94e6-2d1107be25a3) + (property "Reference" "U13" (at 143.51 160.02 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "LTV-357T" (at 143.51 162.56 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Package_SO:SOP-4_3.8x4.1mm_P2.54mm" (at 138.43 173.99 0) + (effects (font (size 1.27 1.27) italic) (justify left) hide) + ) + (property "Datasheet" "https://www.buerklin.com/medias/sys_master/download/download/h91/ha0/8892020588574.pdf" (at 143.51 168.91 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "LCSC" "C33068" (at 143.51 168.91 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 07bd48e5-b906-4def-af93-d4c476cbb368)) + (pin "2" (uuid 3e232546-964b-4664-bf1c-615d38c8f7fe)) + (pin "4" (uuid f295cd73-a859-4b67-a8ec-99fe9476927d)) + (pin "3" (uuid 5f1cc0ff-ce20-4f4d-a6ab-f31b5f24560f)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U13") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:1N4148W") (at 54.61 190.5 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 94f0337c-6e02-439e-b408-c2d746c06c04) + (property "Reference" "D1" (at 54.61 185.0857 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1N4148W" (at 54.61 187.5099 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 54.61 194.945 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 54.61 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Device" "D" (at 54.61 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Pins" "1=K 2=A" (at 54.61 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C81598" (at 54.61 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 78dc3107-923e-4127-8bf7-89ac334201a7)) + (pin "2" (uuid d8b8149a-10df-4c86-a042-fb26ec35ad36)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "D1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x03_Counter_Clockwise") (at 281.94 228.6 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 99d3b240-d9f4-4f7a-85c9-1d08b49844a3) + (property "Reference" "J11" (at 287.02 227.33 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x03_Counter_Clockwise" (at 287.02 228.6 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (at 281.94 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 281.94 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935951" (at 281.94 228.6 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid 09547380-e590-44fa-a490-3957943e3963)) + (pin "4" (uuid a36215f8-2d7a-41e5-b9e0-f01b85029bd9)) + (pin "3" (uuid 06100226-3466-46bd-87a7-164c2bd1bdad)) + (pin "1" (uuid cfdb43c4-bbb7-412a-b0f8-db42c29e0dd9)) + (pin "6" (uuid f89d139a-2109-4ec9-af26-f524c783de88)) + (pin "2" (uuid a142e193-f131-485c-9cdf-c3ba4e1475a9)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J11") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Interface_USB:FT2232D") (at 299.72 167.64 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 9c65c1fa-f744-4e66-8597-7c56e95b48ed) + (property "Reference" "U11" (at 306.9941 120.3157 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "FT2232D" (at 306.9941 122.7399 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (at 325.12 209.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232D.pdf" (at 299.72 167.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C428116" (at 299.72 167.64 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b829d6ab-79f4-47fb-a94a-bf47ad7c234d)) + (pin "10" (uuid d55182d4-5952-4cd2-a6d9-03992f6342ca)) + (pin "11" (uuid 0c412f7c-ee02-4dba-a6a4-2f4ed0e9473a)) + (pin "12" (uuid 2e0073e2-33fc-49c4-8476-929b78f4183d)) + (pin "13" (uuid 61cbb31f-1a06-4fa5-8a4b-448e6cdc5a90)) + (pin "14" (uuid 01ee1ccf-c740-4a9e-8e95-fdf455d8244b)) + (pin "15" (uuid 6ac7c1c2-7bf3-4a41-827a-b67397da7a99)) + (pin "16" (uuid 2e29043b-d6fc-4780-8dfa-cc3aa3e8c2ff)) + (pin "17" (uuid cf379958-3dd9-40d9-b206-cf1d2b2b25d9)) + (pin "18" (uuid e0460af4-bb63-4514-b661-aa504105b823)) + (pin "19" (uuid 0d85e8ff-a5b6-4828-b0d3-285b8e967acc)) + (pin "2" (uuid 341d6ce7-f719-4d88-8b71-73f2991600ef)) + (pin "20" (uuid 0d000683-400b-45c5-b7c4-0a31adc6b75b)) + (pin "21" (uuid 83bad1b9-5011-4233-97db-d13cc7c57770)) + (pin "22" (uuid 6f0bf512-93fd-4a65-bda0-e8483279290e)) + (pin "23" (uuid 7c9114ff-ff99-4d43-9340-e6605cb8b119)) + (pin "24" (uuid 9dc4c75b-49f8-45ed-9b38-c0b3f4438494)) + (pin "25" (uuid 7dabfe9e-83ca-4d05-93b7-ce8780652555)) + (pin "26" (uuid e45c3b0a-db19-4fc5-b700-b0b78a67b233)) + (pin "27" (uuid 386693c2-f3cd-4831-a5a2-4c61e1e3860e)) + (pin "28" (uuid 7b9279cb-fb61-4b65-ac7e-7a8a407c0aa7)) + (pin "29" (uuid 3ed32b09-445f-4159-a48a-6348dce97d96)) + (pin "3" (uuid 1c40677c-4232-420f-804f-9867bcc56c2b)) + (pin "30" (uuid 608d9db6-5af7-44a2-999f-75e7fbba4cdb)) + (pin "31" (uuid 709a2082-08e6-4b1f-a24e-7c74d919dd76)) + (pin "32" (uuid 813acb57-a507-4115-ac2b-23dd2704494d)) + (pin "33" (uuid 4233b9e0-afe6-49b8-a2d3-1f355c4d02a3)) + (pin "34" (uuid 91cd577a-1df9-4e90-9d2e-31194eb786c4)) + (pin "35" (uuid 5d9b7b1f-9784-4fa8-82ec-5ee830620271)) + (pin "36" (uuid 75da69c7-ad4b-4c1b-8e54-38c29ee6ab74)) + (pin "37" (uuid 933429cf-d0de-4bab-808a-e7111c697a22)) + (pin "38" (uuid 703b1a2a-6cfb-4f41-9054-335beb6efbfc)) + (pin "39" (uuid c0e7fb8c-1760-4af7-8217-87b1c6c8c132)) + (pin "4" (uuid e88a78c4-4958-4c26-a170-bfb7610f3331)) + (pin "40" (uuid 77e3ab07-f069-46d3-8028-1a6c6390f648)) + (pin "41" (uuid e0721d1c-fa5f-4eaa-a65c-d6ea2d7f0949)) + (pin "42" (uuid 86d56b4f-99e9-4cf1-bfb1-ac6e6fae2c1f)) + (pin "43" (uuid 1493d660-ae36-4912-89c0-0b8b1ffaada2)) + (pin "44" (uuid 0930692e-8ad4-4158-a9f0-f1aa75d14002)) + (pin "45" (uuid 0725e680-d2b0-4169-a39d-11ed207f5829)) + (pin "46" (uuid 05d8c698-c7d2-4aef-b750-f5f0753f6d54)) + (pin "47" (uuid 5820ce46-6c8f-4313-b5a8-ed45835ebc46)) + (pin "48" (uuid 3a24256d-1978-459c-8054-81f379cdf5ea)) + (pin "5" (uuid bea7fa34-54f3-49f2-bef2-2b498b7317e0)) + (pin "6" (uuid 0d011e12-fbd8-45db-baff-57366aa1d896)) + (pin "7" (uuid 07e35df3-ae72-4b09-8f3e-a8e08ae87ecf)) + (pin "8" (uuid c81cc041-f8b3-428a-9534-38c5416ce389)) + (pin "9" (uuid c1d8454d-15c1-486d-a7a3-325ad6696cb1)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U11") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector:USB_C_Receptacle_USB2.0") (at 71.12 242.57 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 9f412df2-cea6-446c-9473-b9c4ce5f4421) + (property "Reference" "J19" (at 71.12 219.71 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "USB_C_Receptacle_USB2.0" (at 71.12 222.25 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_USB:USB_C_Receptacle_XKB_U262-16XN-4BVC11" (at 74.93 242.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (at 74.93 242.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C319148" (at 71.12 242.57 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "B5" (uuid 8a752868-71f2-4aa8-beb2-b09c82660565)) + (pin "S1" (uuid af0dead4-5c58-4b04-9f09-27daff0c4c30)) + (pin "B6" (uuid b37d4d05-d1a6-441f-a1e4-08d23e16cc0f)) + (pin "B12" (uuid 87bdc4ad-e4ed-422c-9925-f0208b8aa838)) + (pin "A5" (uuid a3a55af2-ae89-48ca-86ba-ffc49d169a46)) + (pin "B1" (uuid b8cc1203-a26c-4ec4-aa7b-da90b0228eb0)) + (pin "B9" (uuid 542dd617-14c5-4346-97e8-d8cb13084d83)) + (pin "B4" (uuid 5f5611c4-823d-493e-bd4f-f1370ad1296f)) + (pin "A4" (uuid 2c7902ac-53a9-4cc1-8237-0e53d6cc622a)) + (pin "A6" (uuid adb99cc5-baac-46f5-88ca-6bc03c6370b3)) + (pin "A7" (uuid 08e2d8a5-8054-4168-8487-b02b17cacbb2)) + (pin "B7" (uuid a1a4e6f0-3468-4abf-bdad-7c804b77505d)) + (pin "A9" (uuid 55fb68d5-9ccc-4c6f-97fc-f6c1e7993de3)) + (pin "A8" (uuid 288af76a-6805-4502-a100-3adc9b8d6c83)) + (pin "B8" (uuid be19ea4e-60d7-42df-8c93-b31db5048213)) + (pin "A1" (uuid 2ecc21c9-d10f-486a-aaa4-4193e93474d0)) + (pin "A12" (uuid 330917a1-8e50-43a2-86e3-b6b0e241a734)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J19") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "lib:choc_SW_HS") (at 45.72 60.96 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid a38e751c-c104-43c2-8c7a-d410c32c787d) + (property "Reference" "CH4" (at 45.72 53.34 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "choc_SW_HS" (at 45.72 55.88 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "lib:SW_choc_v1_HS_1u" (at 45.72 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 45.72 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C5333465" (at 45.72 60.96 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid d7798141-5e6d-4cfc-8317-3d5d573e5eff)) + (pin "2" (uuid 5074f3d8-adad-4451-b41d-6c9081b0d4d1)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "CH4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Interface_USB:CH9102F") (at 201.93 53.34 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid a5eb9006-ac6a-4754-8209-62e6e4fe1aa9) + (property "Reference" "U3" (at 204.1241 83.0001 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "APW8713AQBI-TRG" (at 204.1241 85.4243 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (at 203.2 82.55 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "" (at 201.93 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C122485" (at 201.93 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e3dd7044-1c4b-4b56-b6eb-c658ff47eec9)) + (pin "10" (uuid 622b035b-712d-4d15-9dd0-d082f28ac8ed)) + (pin "11" (uuid 1ae4b93e-d868-4f12-b158-c85026ef1984)) + (pin "12" (uuid b8c7d2ac-d02e-4e92-bd2e-4204964de5cd)) + (pin "13" (uuid 897b5f70-3006-4cd7-886e-33ef32ea4bef)) + (pin "14" (uuid f9d10bf2-0caa-493e-a5d4-f36bbdbcfc0a)) + (pin "15" (uuid ff6eef70-9909-4136-ae04-c5e5190d7b57)) + (pin "16" (uuid 4c98658b-eb57-4da4-bacd-c6b67b2f9fd4)) + (pin "17" (uuid 794bc968-93d2-41d5-94e5-c32b8726284a)) + (pin "18" (uuid fdda316c-28ae-4b9b-a27d-b899443bb946)) + (pin "19" (uuid 88215964-3242-4bbf-83a9-c377ec4616f1)) + (pin "2" (uuid a08c4bf3-19c1-4f45-922d-693dcc2d2a9f)) + (pin "20" (uuid dad2039a-81e8-4181-98bd-f20b403187e1)) + (pin "21" (uuid aa7511d3-4267-4172-bf22-4bdb0312fd28)) + (pin "22" (uuid 637a3ec4-9520-4a5d-86c2-757d1d442a5f)) + (pin "23" (uuid 0034dd98-b2fb-475b-8ca3-e95efc0a932c)) + (pin "24" (uuid 44257651-ee2a-4f02-a052-62cc63e13e6b)) + (pin "25" (uuid 4ff1430c-df91-4de9-9fa2-2a98ee971115)) + (pin "3" (uuid cc31574a-02f4-4cb1-a550-7d0c132f7a2b)) + (pin "4" (uuid 0a91d15e-d4dc-401f-9290-1e7f04c98a2d)) + (pin "5" (uuid 15471fff-96da-4a6d-ba4d-976f4ffdc2ad)) + (pin "6" (uuid 48a4055b-8a71-4f0f-917b-b0f1ddce5d90)) + (pin "7" (uuid 4a0e2f26-3319-4604-be8e-6b7471cc8636)) + (pin "8" (uuid c39a3edc-178a-439c-bcee-6fefb0c20bde)) + (pin "9" (uuid 1c9c03d1-8ff9-4b03-9f21-f79f6ead2937)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x03_Counter_Clockwise") (at 267.97 228.6 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid b318cfed-da53-4c1c-88d0-2622f0dfdd7b) + (property "Reference" "J9" (at 273.05 227.33 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x03_Counter_Clockwise" (at 273.05 228.6 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (at 267.97 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 267.97 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935951" (at 267.97 228.6 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid 6457a758-2ec0-4e67-a787-ebb309e40e4e)) + (pin "4" (uuid 68b3cf87-e2f8-4f78-aae6-b0fe96fc658f)) + (pin "3" (uuid ad9da696-e9b7-45ee-b792-cf289e5d18e9)) + (pin "1" (uuid ed66c6ee-2a85-4f04-8cd7-b49a762779be)) + (pin "6" (uuid bc06cdf6-ad94-4927-a31d-d41d1f91b99a)) + (pin "2" (uuid b6c8a3b6-3058-480b-b107-e67cfd8fa579)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J9") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x05_Counter_Clockwise") (at 213.36 219.71 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid b377cd02-d69d-4cbf-bb85-3a3ed299332b) + (property "Reference" "J8" (at 220.98 217.17 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x05_Counter_Clockwise" (at 220.98 219.71 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x05_P1.27mm_Vertical" (at 213.36 219.71 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 213.36 219.71 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935953" (at 213.36 219.71 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid 94335e5f-f00b-43f6-9cf9-94bbb6eefd18)) + (pin "10" (uuid b9cdd651-8409-468f-8e75-e3b24df3124d)) + (pin "7" (uuid 74646793-f1bd-4c8d-a3c6-a3f75c81109c)) + (pin "4" (uuid acc14d9e-881b-426d-ae7b-89f35d93d880)) + (pin "8" (uuid 00d83360-2553-44b6-8a15-6ce9e92a1604)) + (pin "9" (uuid d6e6c03a-bcff-4f93-909c-b535946d2370)) + (pin "3" (uuid 4ddb5fd1-3b7d-4ea9-99c4-b4d59a77273c)) + (pin "2" (uuid c3a3e45a-9f29-4c1c-a5f4-939e71de9dc5)) + (pin "6" (uuid edc6c1c4-972d-4d28-830f-34ac6f34074e)) + (pin "1" (uuid 6de49eea-68d9-4b9b-8c74-da36f4f634e5)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J8") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x03_Counter_Clockwise") (at 213.36 251.46 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid b5502b3b-6e5e-4a7c-9b31-ef58003259b2) + (property "Reference" "J6" (at 218.44 248.92 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x03_Counter_Clockwise" (at 218.44 251.46 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (at 213.36 251.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 213.36 251.46 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935951" (at 213.36 251.46 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid 02ad0ff8-1163-4cc0-ae9b-0e0622e0bc58)) + (pin "4" (uuid cbeea2c3-17ae-42ec-9233-95677cfc8a2b)) + (pin "3" (uuid 08acb551-26c9-4427-9ff1-afdd5d120624)) + (pin "1" (uuid 44a704ff-d641-4cf4-825b-7a47474305fc)) + (pin "6" (uuid 39323d93-1884-4dd0-ad1e-aae859ffda87)) + (pin "2" (uuid 2265474d-12ac-48d3-a191-f9fffe7b0532)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J6") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x03_Counter_Clockwise") (at 295.91 243.84 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid b7630ae6-82cd-41c4-9815-b66f5ea59c21) + (property "Reference" "J14" (at 300.99 242.57 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x03_Counter_Clockwise" (at 300.99 243.84 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (at 295.91 243.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 295.91 243.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935951" (at 295.91 243.84 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid d0ab7006-fe48-4c46-8f1b-3b7a84ecbfcb)) + (pin "4" (uuid c494aa8b-0cb5-45ac-b5e3-edfc81e2f6c1)) + (pin "3" (uuid 0c995505-0f55-4231-bd11-a676040611dd)) + (pin "1" (uuid 6359cf40-5ea7-4c10-a946-b0ffb5b3996d)) + (pin "6" (uuid 6124472d-3db5-4d61-bfff-fcee4cba2ee8)) + (pin "2" (uuid 0f45dc17-6f96-4fb9-af34-a2f8ffc54f96)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J14") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Q_NPN_BEC") (at 101.6 82.55 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid bf106633-f71e-48f7-840e-9dd0e2c944bd) + (property "Reference" "Q4" (at 106.4514 81.3379 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_NPN_BEC" (at 106.4514 83.7621 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 106.68 80.01 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 101.6 82.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C8667" (at 101.6 82.55 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid e994d437-51ec-450d-bb25-e809fca94dc6)) + (pin "2" (uuid 75f2b0ce-edd2-4233-b16a-972988f27558)) + (pin "3" (uuid e72d0f44-e00c-496a-90ac-c54edaedead0)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "Q4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:1N4148W") (at 80.01 190.5 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid c620ed80-8e56-4cc4-98b2-b91a5ba3280b) + (property "Reference" "D3" (at 80.01 185.0857 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1N4148W" (at 80.01 187.5099 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 80.01 194.945 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 80.01 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Device" "D" (at 80.01 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Pins" "1=K 2=A" (at 80.01 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C81598" (at 80.01 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ccdad115-7c18-46c8-a47a-9758b3bc3e90)) + (pin "2" (uuid 6f59fb3f-bb57-46e0-b082-f9a3911e30db)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "D3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:1N4148W") (at 67.31 203.2 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid cc177ce3-8a72-45b8-b672-038c86c27ee6) + (property "Reference" "D7" (at 67.31 197.7857 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1N4148W" (at 67.31 200.2099 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 67.31 207.645 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 67.31 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Device" "D" (at 67.31 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Pins" "1=K 2=A" (at 67.31 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C81598" (at 67.31 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ea29d137-23b3-40d4-9d3a-b249f288888b)) + (pin "2" (uuid 33db8292-a822-4dec-838b-12f62c668564)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "D7") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x03_Counter_Clockwise") (at 309.88 228.6 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid cc371dbd-ba12-47f0-908a-9d7c697b5386) + (property "Reference" "J15" (at 314.96 227.33 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x03_Counter_Clockwise" (at 314.96 228.6 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (at 309.88 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 309.88 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935951" (at 309.88 228.6 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid 53cbce01-10c9-4288-be94-ea2990dd38b6)) + (pin "4" (uuid 7423b9ec-a895-4246-9f7b-a7f263b19372)) + (pin "3" (uuid e6bad0c1-e9ff-4cfe-be46-6203a6e90aab)) + (pin "1" (uuid 59c70759-ee34-4ddf-9e23-8b6973f491ad)) + (pin "6" (uuid 861d0c7c-250b-4a82-866d-b22cf0821119)) + (pin "2" (uuid 44465c76-b2ef-47be-be85-8844a9726d70)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J15") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Interface_USB:CH9102F") (at 201.93 118.11 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid d2a021e9-5b56-4c72-881f-a66a7597fb5c) + (property "Reference" "U6" (at 204.1241 147.7701 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "APW8713AQBI-TRG" (at 204.1241 150.1943 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (at 203.2 147.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "" (at 201.93 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C122485" (at 201.93 118.11 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 77434135-8d70-4920-bb77-26f3d34d7f77)) + (pin "10" (uuid 2e117b52-9015-4f9b-bb77-d0ab6bc4f201)) + (pin "11" (uuid 288e2e44-825e-4016-88df-0ceba623998b)) + (pin "12" (uuid a18fdbd6-d73c-437d-82e4-bb501c8c50a6)) + (pin "13" (uuid d3d1fd3a-0dd4-4b86-b5b7-25c9b7c51e5a)) + (pin "14" (uuid 8c96dcf3-1572-4696-b3be-0a7556495387)) + (pin "15" (uuid aa670c8b-1e5c-46f1-8344-cc523822b969)) + (pin "16" (uuid 34160992-efd4-4430-988a-e8f809b45199)) + (pin "17" (uuid 213d2d9f-c741-42d9-a4a5-e9b4ce740026)) + (pin "18" (uuid 5d7efb22-ccd0-4880-a893-b0e6a2825707)) + (pin "19" (uuid 7c0d01dd-be95-4d8b-8daa-f485a66ae95f)) + (pin "2" (uuid 08f44d6d-b64d-401f-b94f-89bc00131518)) + (pin "20" (uuid 0e7e6673-e1d9-4a71-bcc8-73e3e319b21f)) + (pin "21" (uuid 4cbe5d91-bfc2-4b7d-9327-a8711ac32776)) + (pin "22" (uuid b53fe57e-0218-494a-bf51-ff290d9d46d4)) + (pin "23" (uuid a8b9e5f3-178a-476d-869e-386fd640bf3d)) + (pin "24" (uuid 9c108468-0526-4e51-a50a-9ccf11245647)) + (pin "25" (uuid 2f95d8bf-7c4b-47c3-97a8-0716d3d013fa)) + (pin "3" (uuid 42358658-0eda-4e3d-8986-a89f36de921c)) + (pin "4" (uuid 120b8dad-e8bc-4926-8fad-85d35e3cb571)) + (pin "5" (uuid fccfb1d4-95d9-48a6-bd46-29d76b812b86)) + (pin "6" (uuid 1209e63a-6d29-4108-b476-6820e80cef01)) + (pin "7" (uuid b6c5872d-da47-4ca0-8e1b-fe4bc178cbc8)) + (pin "8" (uuid 30f1e175-9632-4950-81f1-5acd760511c7)) + (pin "9" (uuid b5ea8085-237b-4844-b053-65f81d87fe46)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U6") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "lib:choc_SW_HS") (at 29.21 62.23 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid d698f98a-75d9-4a20-b926-15eb2cf5f409) + (property "Reference" "CH3" (at 29.21 54.61 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "choc_SW_HS" (at 29.21 57.15 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "lib:SW_choc_v1_HS_1u" (at 29.21 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 29.21 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C5333465" (at 29.21 62.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b2c47032-9ac4-4ad2-9b60-37b1f0824603)) + (pin "2" (uuid 78e5bac7-306b-48a9-b369-2ec58007474a)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "CH3") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Q_NPN_BEC") (at 73.66 134.62 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid d6a66c0d-4cdd-4de9-8f86-e55c40773971) + (property "Reference" "Q7" (at 78.5114 133.4079 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_NPN_BEC" (at 78.5114 135.8321 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 78.74 132.08 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 73.66 134.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C8667" (at 73.66 134.62 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 1ad1db01-f5b2-4443-8a46-68f99c654375)) + (pin "2" (uuid afbe1920-f69a-404c-a19c-847b63ce5914)) + (pin "3" (uuid b7396e55-4618-472f-afa9-1ca1802e76ef)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "Q7") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:1N4148W") (at 54.61 203.2 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid d792d340-2ec6-428c-8b59-0721fa9fd019) + (property "Reference" "D6" (at 54.61 197.7857 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1N4148W" (at 54.61 200.2099 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 54.61 207.645 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 54.61 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Device" "D" (at 54.61 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Pins" "1=K 2=A" (at 54.61 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C81598" (at 54.61 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid db611f1c-967e-4af2-b7bc-e289f6736884)) + (pin "2" (uuid ba2d5343-4278-4a72-abf4-3239dcfc78c1)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "D6") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Interface_USB:FT2232D") (at 246.38 71.12 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid d828dc2a-8cce-4239-a35f-7ba6f23bff40) + (property "Reference" "U7" (at 253.6541 23.7957 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "FT2232D" (at 253.6541 26.2199 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_QFP:LQFP-48_7x7mm_P0.5mm" (at 271.78 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232D.pdf" (at 246.38 71.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C428116" (at 246.38 71.12 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b7dfd0f9-a104-4483-9d3f-7246e694da7b)) + (pin "10" (uuid 76c9856e-a288-4178-ac30-e0bd76514fc9)) + (pin "11" (uuid 2e5ac3b0-8d20-4272-9385-bab2ada3b7c5)) + (pin "12" (uuid a592286f-a100-4299-9ac7-914eb1f1e42c)) + (pin "13" (uuid 156fa738-219b-472b-8efc-f8512495e113)) + (pin "14" (uuid b4d6bf68-627f-4f7b-8a31-1c8e8d850af7)) + (pin "15" (uuid 0cade7c3-263b-4c2d-8ee0-acf7b7806bd5)) + (pin "16" (uuid fe43fd1a-7c0a-4bfb-85f6-27d7d35a4521)) + (pin "17" (uuid a4b22bb2-ff54-4f00-8468-4158cd6f3576)) + (pin "18" (uuid 7a9af9fc-bf4e-4fca-8831-61dd69f3e3aa)) + (pin "19" (uuid dcd03c2b-44ce-4ecf-82b8-cdb0b7bc90f1)) + (pin "2" (uuid a8c1c747-b403-4d39-bddf-2cd3b64af930)) + (pin "20" (uuid 7ba23ded-4b70-40f4-9853-b7118230cc3d)) + (pin "21" (uuid 289de46d-2877-4103-bc04-0dfc6cc8feaf)) + (pin "22" (uuid c6785d61-aaf0-43ce-b257-845e1b3af49a)) + (pin "23" (uuid c8748a2b-3849-4a29-a457-9cfd0f8b50b5)) + (pin "24" (uuid 20707aa8-3c55-467c-8513-aaefae0002fa)) + (pin "25" (uuid 0c3ed82d-be3e-4b39-8322-374d57f2961a)) + (pin "26" (uuid 26d50f26-0dbc-4961-9eff-6df91005e2ea)) + (pin "27" (uuid 31f2919b-689a-4d56-b8be-62d1e5145416)) + (pin "28" (uuid 85cfeaa0-9a69-4d03-a141-76007b92d9cb)) + (pin "29" (uuid 30e64f37-5455-40eb-a052-fb690a9c88ea)) + (pin "3" (uuid c3654d03-96c8-44b3-8c84-96affde9aeb2)) + (pin "30" (uuid 7a392c4a-bb7e-4af3-957f-57290b116c15)) + (pin "31" (uuid 1a3d0f7a-aaef-4016-bf42-39c925372417)) + (pin "32" (uuid 9cdfaf4a-ad8b-4747-b4bf-a7742f2c955a)) + (pin "33" (uuid a459e8a8-d75d-4379-a560-76f4b1dfca91)) + (pin "34" (uuid 10a99d26-134b-462f-89b0-39444f2311f4)) + (pin "35" (uuid 28cc2886-c813-4775-b646-02770fdca3ad)) + (pin "36" (uuid 95ced447-8add-4537-b538-3dda3f3c7506)) + (pin "37" (uuid da36fcfb-a585-46a5-a339-aeb87f4e4cc1)) + (pin "38" (uuid 422249be-511f-455c-8d01-5869e6c02e35)) + (pin "39" (uuid 35c9cf47-2714-4e74-b73a-71504208059a)) + (pin "4" (uuid ab9b204a-4b3d-4684-bba1-53cc7f31dffc)) + (pin "40" (uuid 8839d9e3-3765-4fd2-bcf5-c59d5ca852d4)) + (pin "41" (uuid 011fa6af-9351-49c2-9261-a0d457c69c3b)) + (pin "42" (uuid 1f6462d0-c281-4988-b0c7-f93fb7cc764f)) + (pin "43" (uuid 492789ba-de16-4fbe-b453-cac76db2505d)) + (pin "44" (uuid 51a2a0dd-6939-478c-9c96-fb15c89f6fbd)) + (pin "45" (uuid 351aef41-5c22-4690-840b-15edd9abc953)) + (pin "46" (uuid 3a7792c1-18da-4987-b95f-412e1b6b715a)) + (pin "47" (uuid d3fd60a4-91ae-49d7-bff2-82f3f377c150)) + (pin "48" (uuid e7041bfa-093f-479c-afd4-35cb17944444)) + (pin "5" (uuid 0bdb7f6c-e021-4f1b-9be2-cfb84746e89a)) + (pin "6" (uuid 902458c1-bdc5-4894-9a98-3925a2418e3b)) + (pin "7" (uuid 20411323-eece-4942-a474-333d370d5260)) + (pin "8" (uuid 4b392eeb-2bc4-4a34-94c9-b46ab0d56efa)) + (pin "9" (uuid d62241ce-103a-49f0-9058-e476595922eb)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U7") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:Q_NPN_BEC") (at 73.66 55.88 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid d95e38b4-aadf-4178-a0e4-593d798518fc) + (property "Reference" "Q1" (at 78.5114 54.6679 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Q_NPN_BEC" (at 78.5114 57.0921 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 78.74 53.34 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 73.66 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C8667" (at 73.66 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a3ea0d8b-e1f3-4cde-ae62-d96761be8167)) + (pin "2" (uuid c2eeb095-9e6b-468f-be2a-e5079f6901c0)) + (pin "3" (uuid ba911087-ecf0-4c87-b71f-2c0665a7f682)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "Q1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:1N4148W") (at 105.41 190.5 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid e0a37324-2e8e-418e-839f-f6b0a3646a77) + (property "Reference" "D5" (at 105.41 185.0857 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1N4148W" (at 105.41 187.5099 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 105.41 194.945 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 105.41 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Device" "D" (at 105.41 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Pins" "1=K 2=A" (at 105.41 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C81598" (at 105.41 190.5 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 056e38ac-fc62-406b-919f-ad67a7c7270e)) + (pin "2" (uuid ad86976f-349f-4aba-961d-8ea1a769256a)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "D5") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x03_Counter_Clockwise") (at 309.88 243.84 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid e267bd44-8056-4ac6-83a0-160ff2fe84b9) + (property "Reference" "J16" (at 314.96 242.57 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x03_Counter_Clockwise" (at 314.96 243.84 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (at 309.88 243.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 309.88 243.84 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935951" (at 309.88 243.84 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid 9d4f20d3-ec0d-486c-b1ed-00828468d375)) + (pin "4" (uuid 5c503a6d-a842-48a2-b318-94262d740fd1)) + (pin "3" (uuid 49d9b6fe-8835-4dc4-88e9-ea25ee592d3b)) + (pin "1" (uuid b05e79ec-96e7-499e-9b8b-654c258ba542)) + (pin "6" (uuid 1e700422-8bc5-42af-a086-1fd301b083dc)) + (pin "2" (uuid 32b0e176-62cf-4f5b-972c-879fa5287c01)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J16") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector:USB_C_Receptacle_USB2.0") (at 171.45 257.81 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid e4e54080-6141-43df-a947-8335718e198c) + (property "Reference" "J4" (at 171.45 234.95 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "USB_C_Receptacle_USB2.0" (at 171.45 237.49 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_USB:USB_C_Receptacle_XKB_U262-16XN-4BVC11" (at 175.26 257.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (at 175.26 257.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C319148" (at 171.45 257.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "B5" (uuid a938b92e-f52b-4413-9fe4-96114fe3daa4)) + (pin "S1" (uuid 1bd0a618-98ab-452b-83fa-8585ade20112)) + (pin "B6" (uuid 16cf89bc-89e2-46a3-a19a-d08f3613b430)) + (pin "B12" (uuid 6e878b9f-721f-43f1-9f90-7a1d817de634)) + (pin "A5" (uuid b11bbb41-871c-4d9f-b712-d8f095824467)) + (pin "B1" (uuid d879046c-ad4a-4836-ac6b-b3eb446841c5)) + (pin "B9" (uuid e5654ae8-a57e-4f64-9efe-acf0ea546ca0)) + (pin "B4" (uuid b54d5ba8-5de9-4d32-9d6d-763f14abfa14)) + (pin "A4" (uuid 3e3b529c-bf26-42db-8003-b2f188960a3a)) + (pin "A6" (uuid 45881ba6-8793-4804-b321-62f0e6028a10)) + (pin "A7" (uuid ff372071-124f-403e-9f96-6e5540d9fe9e)) + (pin "B7" (uuid 9592a968-aef9-4a33-9427-5adcda02e7ad)) + (pin "A9" (uuid cde9a586-888c-49e3-95aa-50ae89e95b06)) + (pin "A8" (uuid d46284b0-d04c-441e-a51a-14c8e6264d70)) + (pin "B8" (uuid 30993756-3236-4a0f-9f32-4ce3ba33cc30)) + (pin "A1" (uuid 3fef1079-469d-4d50-8e1e-686a3c98c444)) + (pin "A12" (uuid a074b240-e00e-4870-b8ff-5ffeb1a401ae)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J4") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector_Generic:Conn_02x03_Counter_Clockwise") (at 323.85 228.6 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid eacc9ec8-4f58-4526-b0b0-ca9beeb4211f) + (property "Reference" "J17" (at 328.93 227.33 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "Conn_02x03_Counter_Clockwise" (at 328.93 228.6 90) + (effects (font (size 1.27 1.27)) (justify right) hide) + ) + (property "Footprint" "Connector_PinHeader_1.27mm:PinHeader_2x03_P1.27mm_Vertical" (at 323.85 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 323.85 228.6 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C2935951" (at 323.85 228.6 90) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "5" (uuid 40040c97-e534-4311-8857-c3c679232cfc)) + (pin "4" (uuid 581f923a-1626-413e-b69c-4eae6ea89886)) + (pin "3" (uuid fa721006-a13d-4654-a642-8fa7c0c9835b)) + (pin "1" (uuid 6de6b9f1-9cbe-4464-846d-d92493bb958c)) + (pin "6" (uuid e9110cf1-6ed6-40e4-9cbd-1d4e073dc9ad)) + (pin "2" (uuid 56fa15c4-d57d-414f-8848-84a3ba9ff1e3)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J17") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Diode:1N4148W") (at 105.41 203.2 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid eeda8608-5e2a-4094-a1b0-72dc1e7cc19d) + (property "Reference" "D10" (at 105.41 197.7857 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "1N4148W" (at 105.41 200.2099 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" (at 105.41 207.645 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.vishay.com/docs/85748/1n4148w.pdf" (at 105.41 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Device" "D" (at 105.41 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Sim.Pins" "1=K 2=A" (at 105.41 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C81598" (at 105.41 203.2 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 065683d9-de49-43c1-9832-c4384989146b)) + (pin "2" (uuid 6bd9872c-6077-4574-845a-3e1934d814de)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "D10") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Analog_ADC:MCP3201") (at 203.2 186.69 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid ef1e48ae-5939-441d-9c9c-1acf39297256) + (property "Reference" "U15" (at 202.8541 194.31 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MCP3201" (at 202.8541 196.85 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Package_SO:SOP-8_3.9x4.9mm_P1.27mm" (at 222.25 195.58 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/21290D.pdf" (at 223.52 189.23 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C49274" (at 203.2 186.69 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "4" (uuid 38b40ee4-00c3-4502-a244-21ffa4bb33ec)) + (pin "3" (uuid 0c79c0d6-22f5-40e0-8a74-5d43ccde1621)) + (pin "5" (uuid eea5631d-1ecf-4d13-8039-bf2cc87cfdd8)) + (pin "8" (uuid 1446cd46-28a3-42f4-9ae2-d527e0b1dd01)) + (pin "7" (uuid 1938a5ed-c2e1-4f8d-9904-d902868d4b97)) + (pin "6" (uuid 581f2445-8294-445d-9214-337c4302f048)) + (pin "2" (uuid bd2fae6b-24c4-4b92-a9c7-c67db3339042)) + (pin "1" (uuid c95c0b14-3c4d-47ca-89d9-aaffc5346a12)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "U15") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Connector:USB_C_Receptacle_USB2.0") (at 104.14 241.3 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid fb725ddb-078d-49e5-a711-ce23efb6f36f) + (property "Reference" "J18" (at 104.14 218.44 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "USB_C_Receptacle_USB2.0" (at 104.14 220.98 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Connector_USB:USB_C_Receptacle_XKB_U262-16XN-4BVC11" (at 107.95 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (at 107.95 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "LCSC" "C319148" (at 104.14 241.3 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "B5" (uuid b044c0ca-14bb-4552-9dea-1da61d8e58fa)) + (pin "S1" (uuid d0adc06c-23d3-42ab-91b1-c471e5a37b57)) + (pin "B6" (uuid 1dce145b-aaf6-4c43-bc48-fce284a1068d)) + (pin "B12" (uuid 2b553cff-8f32-47b9-9d3a-6cc316604910)) + (pin "A5" (uuid d6a13aa8-39e7-4f26-adce-554e24269762)) + (pin "B1" (uuid 624de5df-efc4-4d09-8cf7-ec6a8eff1f4a)) + (pin "B9" (uuid fc1ef7c1-974e-4078-ab9d-998a1d930171)) + (pin "B4" (uuid a9bca932-4791-4ea2-9923-1062b8b059fe)) + (pin "A4" (uuid 6099f07f-f530-45ee-8d71-80fa89aa1c7b)) + (pin "A6" (uuid d0344ef0-ab1c-406c-9ce5-61889d032490)) + (pin "A7" (uuid 2b276f4d-cea2-49ed-a841-ceb197c6c887)) + (pin "B7" (uuid 5f38fb9a-9299-4110-9a79-223568e6f02a)) + (pin "A9" (uuid a36c63c6-b67d-4301-bf5c-c63a76020e8a)) + (pin "A8" (uuid ad3561c8-228a-4294-b7aa-b326d35f8612)) + (pin "B8" (uuid 17ea5497-e472-4f75-88d5-2f40b1b151ad)) + (pin "A1" (uuid 05a93bea-7c6a-47d7-9154-5be5d9533527)) + (pin "A12" (uuid 5b200e81-f840-43d3-9efc-d135848bab45)) + (instances + (project "JLCPCB_position" + (path "/a9109faf-21c0-40bb-9311-3b4a4149d226" + (reference "J18") (unit 1) + ) + ) + ) + ) + + (sheet_instances + (path "/" (page "1")) + ) +) diff --git a/experiments/JLC/Test_Case/KiBot/JLCPCB/JLCPCB_position-_JLCPCB_compress.zip b/experiments/JLC/Test_Case/KiBot/JLCPCB/JLCPCB_position-_JLCPCB_compress.zip new file mode 100644 index 000000000..c3f761555 Binary files /dev/null and b/experiments/JLC/Test_Case/KiBot/JLCPCB/JLCPCB_position-_JLCPCB_compress.zip differ diff --git a/experiments/JLC/Test_Case/KiBot/JLCPCB/JLCPCB_position_bom_jlc.csv b/experiments/JLC/Test_Case/KiBot/JLCPCB/JLCPCB_position_bom_jlc.csv new file mode 100644 index 000000000..ad7e81ce7 --- /dev/null +++ b/experiments/JLC/Test_Case/KiBot/JLCPCB/JLCPCB_position_bom_jlc.csv @@ -0,0 +1,11 @@ +"Comment","Designator","Footprint","LCSC Part #" +"choc_SW_HS","CH1,CH2,CH3,CH4","SW_choc_v1_HS_1u","C5333465" +"1N4148W","D1,D2,D3,D4,D5,D6,D7,D8,D9,D10","D_SOD-123","C81598" +"Conn_02x03_Counter_Clockwise","J6,J7,J9,J10,J11,J12,J13,J14,J15,J16,J17,J20","PinHeader_2x03_P1.27mm_Vertical","C2935951" +"Conn_02x05_Counter_Clockwise","J5,J8","PinHeader_2x05_P1.27mm_Vertical","C2935953" +"USB_C_Receptacle_USB2.0","J1,J2,J3,J4,J18,J19","USB_C_Receptacle_XKB_U262-16XN-4BVC11","C319148" +"Q_NPN_BEC","Q1,Q2,Q3,Q4,Q5,Q6,Q7,Q8,Q9,Q10","SOT-23-3","C8667" +"APW8713AQBI-TRG","U1,U2,U3,U4,U5,U6","QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm","C122485" +"FT2232D","U7,U8,U9,U10,U11,U12","LQFP-48_7x7mm_P0.5mm","C428116" +"LTV-357T","U13","SOP-4_3.8x4.1mm_P2.54mm","C33068" +"MCP3201","U14,U15","SOP-8_3.9x4.9mm_P1.27mm","C49274" diff --git a/experiments/JLC/Test_Case/KiBot/JLCPCB/JLCPCB_position_cpl_jlc.csv b/experiments/JLC/Test_Case/KiBot/JLCPCB/JLCPCB_position_cpl_jlc.csv new file mode 100644 index 000000000..dbe7b6df8 --- /dev/null +++ b/experiments/JLC/Test_Case/KiBot/JLCPCB/JLCPCB_position_cpl_jlc.csv @@ -0,0 +1,60 @@ +Designator,Val,Package,Mid X,Mid Y,Rotation,Layer +"CH1","choc_SW_HS","SW_choc_v1_HS_1u",209.8550,-74.3000,0.0000,top +"CH2","choc_SW_HS","SW_choc_v1_HS_1u",208.5730,-95.9113,20.0000,top +"CH3","choc_SW_HS","SW_choc_v1_HS_1u",209.3500,-109.6000,180.0000,bottom +"CH4","choc_SW_HS","SW_choc_v1_HS_1u",186.3221,-125.0686,160.0000,bottom +"D1","1N4148W","D_SOD-123",121.0000,-82.0000,0.0000,top +"D2","1N4148W","D_SOD-123",117.0000,-86.0000,90.0000,top +"D3","1N4148W","D_SOD-123",121.0000,-90.0000,180.0000,top +"D4","1N4148W","D_SOD-123",125.0000,-86.0000,270.0000,top +"D5","1N4148W","D_SOD-123",128.0000,-92.0000,45.0000,top +"D6","1N4148W","D_SOD-123",121.0000,-82.0000,180.0000,bottom +"D7","1N4148W","D_SOD-123",117.0000,-86.0000,90.0000,bottom +"D8","1N4148W","D_SOD-123",121.0000,-90.0000,0.0000,bottom +"D9","1N4148W","D_SOD-123",125.0000,-86.0000,270.0000,bottom +"D10","1N4148W","D_SOD-123",128.0000,-92.0000,135.0000,bottom +"J1","USB_C_Receptacle_USB2.0","USB_C_Receptacle_XKB_U262-16XN-4BVC11",170.0818,-101.0818,45.0000,top +"J2","USB_C_Receptacle_USB2.0","USB_C_Receptacle_XKB_U262-16XN-4BVC11",156.4800,-99.5850,0.0000,top +"J3","USB_C_Receptacle_USB2.0","USB_C_Receptacle_XKB_U262-16XN-4BVC11",127.6000,-104.2600,0.0000,bottom +"J4","USB_C_Receptacle_USB2.0","USB_C_Receptacle_XKB_U262-16XN-4BVC11",116.0000,-106.2550,180.0000,bottom +"J5","Conn_02x05_Counter_Clockwise","PinHeader_2x05_P1.27mm_Vertical",155.1600,-125.4350,0.0000,top +"J6","Conn_02x03_Counter_Clockwise","PinHeader_2x03_P1.27mm_Vertical",167.5510,-122.2530,315.0000,top +"J7","Conn_02x03_Counter_Clockwise","PinHeader_2x03_P1.27mm_Vertical",145.2490,-121.4530,315.0000,bottom +"J8","Conn_02x05_Counter_Clockwise","PinHeader_2x05_P1.27mm_Vertical",154.5650,-116.6600,270.0000,top +"J9","Conn_02x03_Counter_Clockwise","PinHeader_2x03_P1.27mm_Vertical",183.0350,-115.7300,270.0000,top +"J10","Conn_02x03_Counter_Clockwise","PinHeader_2x03_P1.27mm_Vertical",177.1623,-116.5894,290.0000,top +"J11","Conn_02x03_Counter_Clockwise","PinHeader_2x03_P1.27mm_Vertical",172.1149,-118.7826,300.0000,top +"J12","Conn_02x03_Counter_Clockwise","PinHeader_2x03_P1.27mm_Vertical",129.5650,-114.7300,270.0000,bottom +"J13","Conn_02x03_Counter_Clockwise","PinHeader_2x03_P1.27mm_Vertical",135.7689,-115.6362,290.0000,bottom +"J14","Conn_02x03_Counter_Clockwise","PinHeader_2x03_P1.27mm_Vertical",140.6851,-117.9826,300.0000,bottom +"J15","Conn_02x03_Counter_Clockwise","PinHeader_2x03_P1.27mm_Vertical",123.5689,-115.8238,250.0000,bottom +"J16","Conn_02x03_Counter_Clockwise","PinHeader_2x03_P1.27mm_Vertical",115.7300,-125.5650,0.0000,bottom +"J17","Conn_02x03_Counter_Clockwise","PinHeader_2x03_P1.27mm_Vertical",118.4972,-118.8353,230.0000,bottom +"J18","USB_C_Receptacle_USB2.0","USB_C_Receptacle_XKB_U262-16XN-4BVC11",182.6858,-76.6937,160.0000,bottom +"J19","USB_C_Receptacle_USB2.0","USB_C_Receptacle_XKB_U262-16XN-4BVC11",171.3993,-67.6409,200.0000,bottom +"J20","Conn_02x03_Counter_Clockwise","PinHeader_2x03_P1.27mm_Vertical",130.1650,-125.9300,90.0000,bottom +"Q1","Q_NPN_BEC","SOT-23-3",118.8625,-70.0000,180.0000,top +"Q2","Q_NPN_BEC","SOT-23-3",129.8625,-70.0000,180.0000,bottom +"Q3","Q_NPN_BEC","SOT-23-3",123.0000,-66.0000,270.0000,top +"Q4","Q_NPN_BEC","SOT-23-3",126.8625,-69.9500,0.0000,top +"Q5","Q_NPN_BEC","SOT-23-3",123.0000,-73.8625,90.0000,top +"Q6","Q_NPN_BEC","SOT-23-3",129.4761,-75.8674,225.0000,top +"Q7","Q_NPN_BEC","SOT-23-3",131.0000,-78.0000,315.0000,bottom +"Q8","Q_NPN_BEC","SOT-23-3",126.0000,-66.0000,270.0000,bottom +"Q9","Q_NPN_BEC","SOT-23-3",122.0000,-70.0000,0.0000,bottom +"Q10","Q_NPN_BEC","SOT-23-3",126.0500,-74.1375,90.0000,bottom +"U1","APW8713AQBI-TRG","QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm",135.7500,-64.9375,270.0000,top +"U2","APW8713AQBI-TRG","QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm",135.0625,-64.7500,270.0000,bottom +"U3","APW8713AQBI-TRG","QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm",144.4861,-64.2539,315.0000,top +"U4","APW8713AQBI-TRG","QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm",144.1603,-64.0997,315.0000,bottom +"U5","APW8713AQBI-TRG","QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm",153.7500,-64.0625,0.0000,top +"U6","APW8713AQBI-TRG","QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm",153.7500,-64.0625,0.0000,bottom +"U7","FT2232D","LQFP-48_7x7mm_P0.5mm",140.1375,-75.9000,270.0000,top +"U8","FT2232D","LQFP-48_7x7mm_P0.5mm",139.2500,-87.2500,270.0000,bottom +"U9","FT2232D","LQFP-48_7x7mm_P0.5mm",151.4875,-75.9000,315.0000,top +"U10","FT2232D","LQFP-48_7x7mm_P0.5mm",150.5343,-87.3523,315.0000,bottom +"U11","FT2232D","LQFP-48_7x7mm_P0.5mm",163.8375,-75.9000,0.0000,top +"U12","FT2232D","LQFP-48_7x7mm_P0.5mm",162.7500,-87.2500,0.0000,bottom +"U13","LTV-357T","SOP-4_3.8x4.1mm_P2.54mm",139.7750,-96.7950,0.0000,top +"U14","MCP3201","SOP-8_3.9x4.9mm_P1.27mm",139.0750,-102.5950,270.0000,top +"U15","MCP3201","SOP-8_3.9x4.9mm_P1.27mm",179.8000,-87.2000,80.0000,bottom diff --git a/experiments/JLC/Test_Case/KiBot/positiondir/JLCPCB_position-both_pos.csv b/experiments/JLC/Test_Case/KiBot/positiondir/JLCPCB_position-both_pos.csv new file mode 100644 index 000000000..9efdf2bc9 --- /dev/null +++ b/experiments/JLC/Test_Case/KiBot/positiondir/JLCPCB_position-both_pos.csv @@ -0,0 +1,46 @@ +Ref,Val,Package,PosX,PosY,Rot,Side +"CH1","choc_SW_HS","SW_choc_v1_HS_1u",207.3550,-69.4500,0.0000,top +"CH2","choc_SW_HS","SW_choc_v1_HS_1u",204.5650,-92.2088,20.0000,top +"CH3","choc_SW_HS","SW_choc_v1_HS_1u",206.8500,-114.4500,0.0000,bottom +"CH4","choc_SW_HS","SW_choc_v1_HS_1u",185.6317,-130.4811,20.0000,bottom +"D1","1N4148W","D_SOD-123",121.0000,-82.0000,0.0000,top +"D2","1N4148W","D_SOD-123",117.0000,-86.0000,90.0000,top +"D3","1N4148W","D_SOD-123",121.0000,-90.0000,180.0000,top +"D4","1N4148W","D_SOD-123",125.0000,-86.0000,-90.0000,top +"D5","1N4148W","D_SOD-123",128.0000,-92.0000,45.0000,top +"D6","1N4148W","D_SOD-123",121.0000,-82.0000,0.0000,bottom +"D7","1N4148W","D_SOD-123",117.0000,-86.0000,90.0000,bottom +"D8","1N4148W","D_SOD-123",121.0000,-90.0000,180.0000,bottom +"D9","1N4148W","D_SOD-123",125.0000,-86.0000,-90.0000,bottom +"D10","1N4148W","D_SOD-123",128.0000,-92.0000,45.0000,bottom +"J1","USB_C_Receptacle_USB2.0","USB_C_Receptacle_XKB_U262-16XN-4BVC11",171.1000,-102.1000,45.0000,top +"J2","USB_C_Receptacle_USB2.0","USB_C_Receptacle_XKB_U262-16XN-4BVC11",156.4800,-101.0250,0.0000,top +"J3","USB_C_Receptacle_USB2.0","USB_C_Receptacle_XKB_U262-16XN-4BVC11",127.6000,-105.7000,180.0000,bottom +"J4","USB_C_Receptacle_USB2.0","USB_C_Receptacle_XKB_U262-16XN-4BVC11",116.0000,-104.8150,0.0000,bottom +"J18","USB_C_Receptacle_USB2.0","USB_C_Receptacle_XKB_U262-16XN-4BVC11",182.1933,-75.3405,20.0000,bottom +"J19","USB_C_Receptacle_USB2.0","USB_C_Receptacle_XKB_U262-16XN-4BVC11",171.8918,-66.2877,-20.0000,bottom +"Q1","Q_NPN_BEC","SOT-23-3",118.8625,-70.0000,0.0000,top +"Q2","Q_NPN_BEC","SOT-23-3",129.8625,-70.0000,180.0000,bottom +"Q3","Q_NPN_BEC","SOT-23-3",123.0000,-66.0000,90.0000,top +"Q4","Q_NPN_BEC","SOT-23-3",126.8625,-69.9500,180.0000,top +"Q5","Q_NPN_BEC","SOT-23-3",123.0000,-73.8625,-90.0000,top +"Q6","Q_NPN_BEC","SOT-23-3",129.4761,-75.8674,45.0000,top +"Q7","Q_NPN_BEC","SOT-23-3",131.0000,-78.0000,45.0000,bottom +"Q8","Q_NPN_BEC","SOT-23-3",126.0000,-66.0000,90.0000,bottom +"Q9","Q_NPN_BEC","SOT-23-3",122.0000,-70.0000,0.0000,bottom +"Q10","Q_NPN_BEC","SOT-23-3",126.0500,-74.1375,-90.0000,bottom +"U1","APW8713AQBI-TRG","QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm",135.7500,-64.9375,0.0000,top +"U2","APW8713AQBI-TRG","QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm",135.0625,-64.7500,180.0000,bottom +"U3","APW8713AQBI-TRG","QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm",144.4861,-64.2539,45.0000,top +"U4","APW8713AQBI-TRG","QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm",144.1603,-64.0997,135.0000,bottom +"U5","APW8713AQBI-TRG","QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm",153.7500,-64.0625,90.0000,top +"U6","APW8713AQBI-TRG","QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm",153.7500,-64.0625,90.0000,bottom +"U7","FT2232D","LQFP-48_7x7mm_P0.5mm",140.1375,-75.9000,0.0000,top +"U8","FT2232D","LQFP-48_7x7mm_P0.5mm",139.2500,-87.2500,180.0000,bottom +"U9","FT2232D","LQFP-48_7x7mm_P0.5mm",151.4875,-75.9000,45.0000,top +"U10","FT2232D","LQFP-48_7x7mm_P0.5mm",150.5343,-87.3523,135.0000,bottom +"U11","FT2232D","LQFP-48_7x7mm_P0.5mm",163.8375,-75.9000,90.0000,top +"U12","FT2232D","LQFP-48_7x7mm_P0.5mm",162.7500,-87.2500,90.0000,bottom +"U13","LTV-357T","SOP-4_3.8x4.1mm_P2.54mm",139.7750,-96.7950,0.0000,top +"U14","MCP3201","SOP-8_3.9x4.9mm_P1.27mm",139.0750,-102.5950,0.0000,top +"U15","MCP3201","SOP-8_3.9x4.9mm_P1.27mm",179.8000,-87.2000,10.0000,bottom diff --git a/experiments/JLC/Test_Case/Library.kicad_sym b/experiments/JLC/Test_Case/Library.kicad_sym new file mode 100644 index 000000000..edc73e52a --- /dev/null +++ b/experiments/JLC/Test_Case/Library.kicad_sym @@ -0,0 +1,75 @@ +(kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor) + (symbol "choc_SW_HS" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "CH" (at 3.048 1.016 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "choc_SW_HS" (at 0 -3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "PCM_marbastlib-choc:SW_choc_v1_HS_1u" (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" "switch normally-open pushbutton push-button" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Push button switch, normally open, two pins, 45° tilted" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "choc_SW_HS_0_1" + (circle (center -1.1684 1.1684) (radius 0.508) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.508 2.54) + (xy 2.54 -0.508) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 1.016) + (xy 2.032 2.032) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 2.54) + (xy -1.524 1.524) + (xy -1.524 1.524) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.524 -1.524) + (xy 2.54 -2.54) + (xy 2.54 -2.54) + (xy 2.54 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 1.143 -1.1938) (radius 0.508) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (pin passive line (at -2.54 2.54 0) (length 0) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 -2.54 180) (length 0) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) +) diff --git a/experiments/JLC/Test_Case/Library.pretty/SW_choc_v1_HS_1u.kicad_mod b/experiments/JLC/Test_Case/Library.pretty/SW_choc_v1_HS_1u.kicad_mod new file mode 100644 index 000000000..c1028598b --- /dev/null +++ b/experiments/JLC/Test_Case/Library.pretty/SW_choc_v1_HS_1u.kicad_mod @@ -0,0 +1,178 @@ +(footprint "SW_choc_v1_HS_1u" (version 20221018) (generator pcbnew) + (layer "F.Cu") + (descr "Hotswap footprint for Kailh Choc style switches") + (property "LCSC Part" "C5333465") + (property "Sheetfile" "angle-problem-demo.kicad_sch") + (property "Sheetname" "") + (property "ki_description" "Push button switch, normally open, two pins, 45° tilted") + (property "ki_keywords" "switch normally-open pushbutton push-button") + (attr smd) + (fp_text reference "REF**" (at 5 7.4) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp b08cb728-cf90-4b74-b91b-b315aece8d5b) + ) + (fp_text value "choc_SW_HS" (at 0 0) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 8548d2cb-15bf-40f0-b7cd-64754faa14ae) + ) + (fp_text user "18x17 spacing" (at 0 -7.6) (layer "Dwgs.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 81a5aa8a-dab1-4152-914a-0eedd3466d5f) + ) + (fp_text user "LED" (at 0 -4.7 180 unlocked) (layer "Cmts.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 39aa5684-9925-4a65-972b-b458d3472cb5) + ) + (fp_text user "19.05 spacing" (at 0 -8.7) (layer "Eco1.User") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a0722930-b905-4181-b902-51d40a88d7d2) + ) + (fp_text user "${REFERENCE}" (at 2.496 5.025) (layer "F.Fab") + (effects (font (size 0.8 0.8) (thickness 0.12))) + (tstamp 191c211e-bda7-4ec4-9821-0e674b70dc56) + ) + (fp_line (start -2.3 7.475) (end -1.5 8.275) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf0dcaab-eb63-4285-b00d-83f8f76299b2)) + (fp_line (start -1.5 3.625) (end -2.3 4.425) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90a99210-2b31-4a6c-96c7-4050f0d79eb3)) + (fp_line (start -1.5 3.625) (end -0.5 3.625) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19eb2832-4fed-4d71-94f1-5d5c9fa21d4a)) + (fp_line (start -1.5 8.275) (end -0.5 8.275) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ecccf8a9-2d55-400d-8481-aedf08497175)) + (fp_line (start 7.504 1.475) (end 6.504 1.475) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d386299d-2d54-4502-bd34-544132d9f0e6)) + (fp_line (start 7.504 1.475) (end 7.504 2.175) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69fbca2f-80a7-4a8a-9934-ea809623faf9)) + (fp_arc (start 7.25 5.325) (mid 7.015685 5.890685) (end 6.45 6.125) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05a53cde-245f-4f5b-a3f7-c40055a4b093)) + (fp_line (start -9 -8.5) (end -9 8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp fa03fcd4-e412-4771-9b42-5ad7704a39b6)) + (fp_line (start -9 8.5) (end 9 8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 3f29196e-63bd-479c-a03f-b4d4ef8b9e73)) + (fp_line (start 9 -8.5) (end -9 -8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 26867964-afed-4ca1-b137-3128dfe5df46)) + (fp_line (start 9 8.5) (end 9 -8.5) + (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp ab843fc7-a857-47e1-81f9-873186251c51)) + (fp_rect (start -2.5 -6.275) (end 2.5 -3.125) + (stroke (width 0.1) (type default)) (fill none) (layer "Cmts.User") (tstamp e1ef52a0-acc4-422c-971f-ea25de2d12b6)) + (fp_line (start -9.525 -9.525) (end 9.525 -9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp a31ba7d4-5e97-44b6-b1f9-d14020a68c78)) + (fp_line (start -9.525 9.525) (end -9.525 -9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp fcfd9db2-fd54-46a4-aee3-a7e3f740ba5b)) + (fp_line (start 9.525 -9.525) (end 9.525 9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp 23c80eff-955c-48b6-8de7-6d3d83397cf6)) + (fp_line (start 9.525 9.525) (end -9.525 9.525) + (stroke (width 0.12) (type solid)) (layer "Eco1.User") (tstamp 62b653e4-6b09-48aa-a989-853c35643e21)) + (fp_line (start -6.95 -6.45) (end -6.95 6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 6631a1bb-2f74-48c4-833a-29a33e431993)) + (fp_line (start -6.45 6.95) (end 6.45 6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 66060be4-3abf-42c3-ba6c-af05b7724768)) + (fp_line (start 6.45 -6.95) (end -6.45 -6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 4fdccebe-aef4-4032-8e20-a46258394213)) + (fp_line (start 6.95 6.45) (end 6.95 -6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp 241e36be-03bb-4570-840c-233ce3b2b745)) + (fp_arc (start -6.95 -6.45) (mid -6.803553 -6.803553) (end -6.45 -6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp aea22a0f-aa03-42ad-80e3-eccd6870773e)) + (fp_arc (start -6.45 6.95) (mid -6.803553 6.803553) (end -6.95 6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp c5183332-17cc-4c97-8d87-91d346ae3263)) + (fp_arc (start 6.45 -6.95) (mid 6.803553 -6.803553) (end 6.95 -6.45) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp f34f3ad8-e45e-4158-8d19-052b9be5c8c4)) + (fp_arc (start 6.95 6.45) (mid 6.803553 6.803553) (end 6.45 6.95) + (stroke (width 0.05) (type solid)) (layer "Eco2.User") (tstamp ff449357-70e5-42d3-a59d-558f43de64ec)) + (fp_line (start -7 -7) (end -7 7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c39c0af1-068c-49cc-8a57-fd0e5e5bc549)) + (fp_line (start -7 7) (end 7 7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d369504d-1e91-47e4-a6c2-4c08ae71f854)) + (fp_line (start 7 -7) (end -7 -7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 626b83a1-4210-4977-a980-d414e54c6cbb)) + (fp_line (start 7 7) (end 7 -7) + (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 41d52717-648f-499f-b7fa-5b91ead9655f)) + (fp_line (start -4.104 4.975) (end -4.104 6.925) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef17c020-db8c-4612-87d8-eec604bbd2b1)) + (fp_line (start -4.104 4.975) (end -2.3 4.975) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bbc81849-0b1a-4a45-86a4-2f10001b2599)) + (fp_line (start -4.104 6.925) (end -2.3 6.925) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0cb73c3-65b5-42f7-a028-7c9df52f22a5)) + (fp_line (start -2.3 4.975) (end -2.3 4.425) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b56ba391-4ce6-4e7e-931f-4592b0671bad)) + (fp_line (start -2.3 7.475) (end -2.3 6.925) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1a053aa-f041-43d8-9ef3-dc0e87934e88)) + (fp_line (start -2.3 7.475) (end -1.5 8.275) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c7883ab-61bd-484e-8862-1fdbf7485800)) + (fp_line (start -1.5 3.625) (end -2.3 4.425) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 077db88b-39db-43e0-b712-e8e8758672a5)) + (fp_line (start -1.5 3.625) (end 0.3 3.625) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16e384f9-d1fd-465d-a5e7-32d89b58811c)) + (fp_line (start -1.5 8.275) (end 1.65 8.275) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6ca02a1-f442-4699-8030-6431017a35e9)) + (fp_line (start 2.45 7.475) (end 1.65 8.275) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ae5a228-e86e-4f65-803e-5ad2f33add55)) + (fp_line (start 2.45 7.475) (end 2.45 7.125) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30a66b92-3e6f-4994-a856-3c1750d9e2e4)) + (fp_line (start 3.45 6.125) (end 6.45 6.125) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d78f43e-4f08-4d08-a206-543f01c9791d)) + (fp_line (start 7.25 4.725) (end 9.104 4.725) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dfc2dfdb-b9bd-4468-9b7c-dd1eff281a02)) + (fp_line (start 7.25 5.325) (end 7.25 4.725) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da42e1f3-84c3-45e3-826e-21bc8b2731cb)) + (fp_line (start 7.504 1.475) (end 3.4 1.475) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb171dbe-49e4-495a-ba5b-1d7bc26f2bfb)) + (fp_line (start 7.504 1.475) (end 7.504 2.175) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5fb5b1f7-acfb-4533-a4b7-7bd09f4bd8a5)) + (fp_line (start 7.504 2.175) (end 7.504 2.775) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8236c58f-3832-42f2-b7cf-aabdba26e9ff)) + (fp_line (start 9.104 2.775) (end 7.504 2.775) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7340b671-6700-440a-bc97-13536db17aba)) + (fp_line (start 9.104 4.725) (end 9.104 2.775) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ebaf9b81-5c56-4cc9-a031-44b3c7166c0e)) + (fp_arc (start 2.45 7.125) (mid 2.742893 6.417893) (end 3.45 6.125) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e2b9cf78-244b-434d-99a2-8915f450e03c)) + (fp_arc (start 2.455444 2.13293) (mid 1.577272 3.167235) (end 0.299999 3.624999) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b5ad2c8a-da8e-4641-a1a3-c4a73da6a735)) + (fp_arc (start 2.460307 2.13298) (mid 2.826423 1.655848) (end 3.4 1.475) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a39f3644-a007-481c-80ed-2d1d3f850331)) + (fp_arc (start 7.25 5.325) (mid 7.015685 5.890685) (end 6.45 6.125) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c458447-0b15-42bc-aea7-09a9d6880b7f)) + (fp_line (start -2.304 7.5) (end -2.304 4.45) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 0a7c9176-4367-49d9-b647-58ce2567ee35)) + (fp_line (start -2.304 7.5) (end -1.504 8.3) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp c36f838c-57d6-41a4-89ef-97c36936f3f0)) + (fp_line (start -1.504 3.65) (end -2.304 4.45) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp e044cc4c-5970-4206-86ee-a328c8f189bd)) + (fp_line (start -1.504 3.65) (end 0.296 3.65) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 0889f2eb-0930-49d5-83d1-102e9a6a4b00)) + (fp_line (start -1.504 8.3) (end 1.646 8.3) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp ae004074-1980-4650-9724-8de51d8ba389)) + (fp_line (start 2.446 7.5) (end 1.646 8.3) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp dea9ec2e-36cf-470e-b07f-7b059e10c223)) + (fp_line (start 2.446 7.5) (end 2.446 7.15) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 52132118-1f68-421c-b570-7da10e184504)) + (fp_line (start 3.446 6.15) (end 6.446 6.15) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp ad6da745-caa6-495d-b65d-e01c3b4a87ce)) + (fp_line (start 7.246 1.5) (end 3.396 1.5) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 6c086870-e346-42aa-ac0a-d49b7baf5fd1)) + (fp_line (start 7.246 5.35) (end 7.246 1.5) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 64ea2d44-5c08-450b-ab74-2dba0dea5078)) + (fp_arc (start 2.446 7.15) (mid 2.738893 6.442893) (end 3.446 6.15) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 221c779b-2d02-4b6a-81e1-484308eee8f9)) + (fp_arc (start 2.451444 2.15793) (mid 1.573272 3.192235) (end 0.295999 3.649999) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 737887bf-c2c3-4665-9a55-230ca83f38ab)) + (fp_arc (start 2.456307 2.15798) (mid 2.822423 1.680848) (end 3.396 1.5) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 0fdc9972-fafa-475c-8f7f-096e655eec74)) + (fp_arc (start 7.246 5.35) (mid 7.011685 5.915685) (end 6.446 6.15) + (stroke (width 0.05) (type solid)) (layer "F.Fab") (tstamp 88a885bc-c86c-483f-900c-b7b08470bffd)) + (pad "" np_thru_hole circle (at -5.5 0) (size 1.7 1.7) (drill 1.7) (layers "*.Cu" "*.Mask") (tstamp 713f5fda-4ba5-4a78-babe-faf43b5a1899)) + (pad "" np_thru_hole circle (at 0 0) (size 3.4 3.4) (drill 3.4) (layers "*.Cu" "*.Mask") (tstamp a761d885-009b-4d07-a4c0-6919ef3e9eb3)) + (pad "" np_thru_hole circle (at 5.5 0) (size 1.7 1.7) (drill 1.7) (layers "*.Cu" "*.Mask") (tstamp 9cca654d-b7ea-4e0f-89bb-978dbbea63da)) + (pad "1" thru_hole circle (at 5 3.75 180) (size 3.3 3.3) (drill 3) (layers "*.Cu" "F.Mask") (tstamp f22e664d-3b36-46a1-8675-add52f1ce983)) + (pad "1" smd rect (at 6.55 3.75 180) (size 1.2 2.6) (layers "F.Cu") (tstamp aaa2d9c7-60cd-4e09-93dd-a54f28fa1ed8)) + (pad "1" smd roundrect (at 8.245 3.75 180) (size 2.65 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (tstamp cf5b1aec-ece1-4d0b-a606-a65146bce39b)) + (pad "2" smd roundrect (at -3.245 5.95 180) (size 2.65 2.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1) (tstamp f61948cb-94f6-4604-ade4-2fca1e5bcf89)) + (pad "2" smd rect (at -1.55 5.95) (size 1.2 2.6) (layers "F.Cu") (tstamp bbc59426-338c-4a02-9208-05e61f680449)) + (pad "2" thru_hole circle (at 0 5.95 180) (size 3.3 3.3) (drill 3) (layers "*.Cu" "F.Mask") (tstamp 23951bd0-f0f2-42d1-889a-45358f47ad23)) + (model "${KICAD7_3RD_PARTY}/3dmodels/com_github_ebastler_marbastlib/HS_Kailh_Choc.step" + (offset (xyz -5 -3.75 0.12)) + (scale (xyz 1 1 1)) + (rotate (xyz 90 0 180)) + ) +) diff --git a/experiments/JLC/Test_Case/Result/bottom.png b/experiments/JLC/Test_Case/Result/bottom.png new file mode 100644 index 000000000..689ae154f Binary files /dev/null and b/experiments/JLC/Test_Case/Result/bottom.png differ diff --git a/experiments/JLC/Test_Case/Result/top.png b/experiments/JLC/Test_Case/Result/top.png new file mode 100644 index 000000000..963180ee8 Binary files /dev/null and b/experiments/JLC/Test_Case/Result/top.png differ diff --git a/experiments/JLC/Test_Case/fp-lib-table b/experiments/JLC/Test_Case/fp-lib-table new file mode 100644 index 000000000..11c815421 --- /dev/null +++ b/experiments/JLC/Test_Case/fp-lib-table @@ -0,0 +1,4 @@ +(fp_lib_table + (version 7) + (lib (name "lib")(type "KiCad")(uri "${KIPRJMOD}/Library.pretty")(options "")(descr "")) +) diff --git a/experiments/JLC/Test_Case/import_test_internal_jlc.kibot.yaml b/experiments/JLC/Test_Case/import_test_internal_jlc.kibot.yaml new file mode 100644 index 000000000..20016153e --- /dev/null +++ b/experiments/JLC/Test_Case/import_test_internal_jlc.kibot.yaml @@ -0,0 +1,32 @@ +kibot: + version: 1 + +global: + field_lcsc_part: LCSC + +import: + - file: JLCPCB + definitions: + _KIBOT_POS_ONLY_SMD: false + _KIBOT_POS_PRE_TRANSFORM: rotations + +filters: + - name: rotations + comment: 'Test case' + type: rot_footprint + negative_bottom: false + mirror_bottom: true + rotations_and_offsets: + - regex: 'choc_v1_HS' + offset_x: -2.5 + offset_y: 4.85 + +outputs: + - name: 'position' + type: position + dir: positiondir + options: + format: CSV # CSV or ASCII format + units: millimeters # millimeters or inches + separate_files_for_front_and_back: false + only_smd: true diff --git a/experiments/JLC/Test_Case/sym-lib-table b/experiments/JLC/Test_Case/sym-lib-table new file mode 100644 index 000000000..13ade9872 --- /dev/null +++ b/experiments/JLC/Test_Case/sym-lib-table @@ -0,0 +1,4 @@ +(sym_lib_table + (version 7) + (lib (name "lib")(type "KiCad")(uri "${KIPRJMOD}/Library.kicad_sym")(options "")(descr "")) +) diff --git a/kibot/PcbDraw/README.md b/kibot/PcbDraw/README.md index a795812b7..ddf327275 100644 --- a/kibot/PcbDraw/README.md +++ b/kibot/PcbDraw/README.md @@ -291,7 +291,7 @@ index 8ca660e6..9dc45ba9 100644 orient = math.radians(footprint.GetOrientation().AsDegrees()) ``` -## 2023-03-27 Fixe for KiCad 7.0.1 polygons +## 2023-03-27 Fix for KiCad 7.0.1 polygons ```diff diff --git a/kibot/PcbDraw/plot.py b/kibot/PcbDraw/plot.py @@ -401,3 +401,256 @@ index 2fad683c..0c5dfcab 100644 - return Decimal(str(v))*Decimal(str(mul[0])) + return res.get_decimal(), res.get_extra('tolerance') ``` + +## 2024-02-08 Adapt to v8 + +- Include v8 as a v7 +- Now KiCad optimizes the SVGs, so we can't just set the fill/stroke at top-level and remove it from every group. + This is because now KiCad exploits the *fill: none* and *stroke: none* cases. + So now, instead of removing the fill/stroke, I'm forcing them to the desired color, unless KiCad used *none* +- Added SvgPathItem.__str__ to make the debug easier (the code was failing to assemble the edge) +- Applied the upstream patch "As we cannot interpret mask cropping, ..." (last chunk) + +```diff +diff --git a/kibot/PcbDraw/plot.py b/kibot/PcbDraw/plot.py +index c9653ac5..a72a944c 100644 +--- a/kibot/PcbDraw/plot.py ++++ b/kibot/PcbDraw/plot.py +@@ -17,7 +17,7 @@ from typing import Callable, Dict, List, Optional, Tuple, TypeVar, Union, Any + from . import np + from .unit import read_resistance + from lxml import etree, objectify # type: ignore +-from .pcbnew_transition import KICAD_VERSION, isV6, isV7, pcbnew # type: ignore ++from .pcbnew_transition import isV6, isV7, isV8, pcbnew # type: ignore + from ..gs import GS + + T = TypeVar("T") +@@ -31,7 +31,7 @@ PKG_BASE = os.path.dirname(__file__) + + etree.register_namespace("xlink", "http://www.w3.org/1999/xlink") + +-LEGACY_KICAD = not isV6() and not isV7() ++LEGACY_KICAD = not isV6() and not isV7() and not isV8() + + default_style = { + "copper": "#417e5a", +@@ -103,7 +103,7 @@ class SvgPathItem: + dx = p1[0] - p2[0] + dy = p1[1] - p2[1] + pseudo_distance = dx*dx + dy*dy +- if isV7(): ++ if isV7() or isV8(): + return pseudo_distance < 0.01 ** 2 + return pseudo_distance < 100 ** 2 + +@@ -123,6 +123,9 @@ class SvgPathItem: + assert(self.args is not None) + self.args[4] = 1 if self.args[4] < 0.5 else 0 + ++ def __str__(self) -> str: ++ return f"{self.start} - {self.end} {self.type}" ++ + def matrix(data: List[List[Numeric]]) -> Matrix: + return np.array(data, dtype=np.float32) + +@@ -358,7 +361,9 @@ def extract_svg_content(root: etree.Element) -> List[etree.Element]: + el.tag = el.tag.split('}', 1)[1] + return [ x for x in root if x.tag and x.tag not in ["title", "desc"]] + +-def strip_style_svg(root: etree.Element, keys: List[str], forbidden_colors: List[str]) -> bool: ++def strip_style_svg(root: etree.Element, keys: List[str], forbidden_colors: List[str], new_val: str) -> bool: ++ """ Remove elements with fill and/or stoke using any *forbidden_colors* ++ Change attributes listed in keys """ + elements_to_remove = [] + for el in root.getiterator(): + if "style" in el.attrib: +@@ -375,8 +380,14 @@ def strip_style_svg(root: etree.Element, keys: List[str], forbidden_colors: List + stroke = styles.get("stroke", "").lower() + if fill in forbidden_colors or stroke in forbidden_colors: + elements_to_remove.append(el) ++ new_styles = {} ++ for key, val in styles.items(): ++ if key not in keys or val == 'none': ++ new_styles[key] = val ++ else: ++ new_styles[key] = new_val + el.attrib["style"] = ";" \ +- .join([f"{key}: {val}" for key, val in styles.items() if key not in keys]) \ ++ .join([f"{key}: {val}" for key, val in new_styles.items()]) \ + .replace(" ", " ") \ + .strip() + for el in elements_to_remove: +@@ -662,8 +673,9 @@ class PlotSubstrate(PlotInterface): + self._plotter.append_board_element(self._container) + + def _process_layer(self,name: str, source_filename: str) -> None: ++ style = self._plotter.get_style(name) + layer = etree.SubElement(self._container, "g", id="substrate-" + name, +- style="fill:{0}; stroke:{0};".format(self._plotter.get_style(name))) ++ style="fill:{0}; stroke:{0};".format(style)) + if name == "pads": + layer.attrib["mask"] = "url(#pads-mask)" + if name == "silk": +@@ -672,15 +684,16 @@ class PlotSubstrate(PlotInterface): + # Forbidden colors = workaround - KiCAD plots vias white + # See https://gitlab.com/kicad/code/kicad/-/issues/10491 + if not strip_style_svg(element, keys=["fill", "stroke"], +- forbidden_colors=["#ffffff"]): ++ forbidden_colors=["#ffffff"], new_val=style): + layer.append(element) + + def _process_outline(self, name: str, source_filename: str) -> None: + if self.outline_width == 0: + return ++ style = self._plotter.get_style(name) + layer = etree.SubElement(self._container, "g", id="substrate-" + name, + style="fill:{0}; stroke:{0}; stroke-width: {1}".format( +- self._plotter.get_style(name), ++ style, + self._plotter.ki2svg(self.outline_width))) + if name == "pads": + layer.attrib["mask"] = "url(#pads-mask)" +@@ -690,7 +703,7 @@ class PlotSubstrate(PlotInterface): + # Forbidden colors = workaround - KiCAD plots vias white + # See https://gitlab.com/kicad/code/kicad/-/issues/10491 + if not strip_style_svg(element, keys=["fill", "stroke", "stroke-width"], +- forbidden_colors=["#ffffff"]): ++ forbidden_colors=["#ffffff"], new_val=style): + layer.append(element) + for hole in collect_holes(self._plotter.board): + position = [self._plotter.ki2svg(coord) for coord in hole.position] +@@ -708,9 +721,9 @@ class PlotSubstrate(PlotInterface): + get_board_polygon( + extract_svg_content( + read_svg_unique(source_filename, self._plotter.unique_prefix())))) +- ++ style = self._plotter.get_style(name) + layer = etree.SubElement(self._container, "g", id="substrate-"+name, +- style="fill:{0}; stroke:{0};".format(self._plotter.get_style(name))) ++ style="fill:{0}; stroke:{0};".format(style)) + layer.append( + get_board_polygon( + extract_svg_content( +@@ -719,7 +732,7 @@ class PlotSubstrate(PlotInterface): + # Forbidden colors = workaround - KiCAD plots vias white + # See https://gitlab.com/kicad/code/kicad/-/issues/10491 + if not strip_style_svg(element, keys=["fill", "stroke"], +- forbidden_colors=["#ffffff"]): ++ forbidden_colors=["#ffffff"], new_val=style): + layer.append(element) + + def _process_mask(self, name: str, source_filename: str) -> None: +@@ -980,13 +993,14 @@ class PlotVCuts(PlotInterface): + ]) + + def _process_vcuts(self, name: str, source_filename: str) -> None: ++ style = self._plotter.get_style("vcut") + layer = etree.Element("g", id="substrate-vcuts", +- style="fill:{0}; stroke:{0};".format(self._plotter.get_style("vcut"))) ++ style="fill:{0}; stroke:{0};".format(style)) + for element in extract_svg_content(read_svg_unique(source_filename, self._plotter.unique_prefix())): + # Forbidden colors = workaround - KiCAD plots vias white + # See https://gitlab.com/kicad/code/kicad/-/issues/10491 + if not strip_style_svg(element, keys=["fill", "stroke"], +- forbidden_colors=["#ffffff"]): ++ forbidden_colors=["#ffffff"], new_val=style): + layer.append(element) + self._plotter.append_board_element(layer) + +@@ -1002,11 +1016,12 @@ class PlotPaste(PlotInterface): + self._plotter.execute_plot_plan(plan) + + def _process_paste(self, name: str, source_filename: str) -> None: ++ style = self._plotter.get_style("paste") + layer = etree.Element("g", id="substrate-paste", +- style="fill:{0}; stroke:{0};".format(self._plotter.get_style("paste"))) ++ style="fill:{0}; stroke:{0};".format(style)) + for element in extract_svg_content(read_svg_unique(source_filename, self._plotter.unique_prefix())): + if not strip_style_svg(element, keys=["fill", "stroke"], +- forbidden_colors=["#ffffff"]): ++ forbidden_colors=["#ffffff"], new_val=style): + layer.append(element) + self._plotter.append_board_element(layer) + +@@ -1047,7 +1062,7 @@ class PcbPlotter(): + + self.yield_warning: Callable[[str, str], None] = lambda tag, msg: None # Handle warnings + +- if isV7(): ++ if isV7() or isV8(): + self.ki2svg = self._ki2svg_v7 + self.svg2ki = self._svg2ki_v7 + elif isV6(): +@@ -1243,7 +1258,7 @@ class PcbPlotter(): + popt.SetTextMode(pcbnew.PLOT_TEXT_MODE_STROKE) + if isV6(): + popt.SetSvgPrecision(self.svg_precision, False) +- elif isV7(): ++ elif isV7() or isV8(): + popt.SetSvgPrecision(self.svg_precision) + for action in to_plot: + if len(action.layers) == 0: +@@ -1304,7 +1319,19 @@ class PcbPlotter(): + + from lxml.etree import tostring as serializeXml # type: ignore + from . import svgpathtools # type: ignore +- paths = svgpathtools.document.flattened_paths(xmlParse(serializeXml(svg))) ++ tree = xmlParse(serializeXml(svg)) ++ ++ # As we cannot interpret mask cropping, we cannot simply take all paths ++ # from source document (as e.g., silkscreen outside PCB) would enlarge ++ # the canvas. Instead, we take bounding box of the substrate and ++ # components separately ++ paths = [] ++ components = tree.find(".//*[@id='componentContainer']") ++ if components is not None: ++ paths += svgpathtools.document.flattened_paths(components) ++ substrate = tree.find(".//*[@id='cut-off']") ++ if substrate is not None: ++ paths += svgpathtools.document.flattened_paths(substrate) + + if len(paths) == 0: + return +``` + +## 2024-02-08 Revert changes, because impact on v5 + +- The isV8() is not strictly needed, there to allow doing diffs between old and new generated SVGs +- The upstream approach fails to compute the mirror for KiCad 5/6, but I'm not sure if also for other cases + +```diff +diff --git a/kibot/PcbDraw/plot.py b/kibot/PcbDraw/plot.py +index a72a944c..dd86b03d 100644 +--- a/kibot/PcbDraw/plot.py ++++ b/kibot/PcbDraw/plot.py +@@ -384,7 +384,7 @@ def strip_style_svg(root: etree.Element, keys: List[str], forbidden_colors: List + for key, val in styles.items(): + if key not in keys or val == 'none': + new_styles[key] = val +- else: ++ elif isV8(): + new_styles[key] = new_val + el.attrib["style"] = ";" \ + .join([f"{key}: {val}" for key, val in new_styles.items()]) \ +@@ -1319,19 +1319,7 @@ class PcbPlotter(): + + from lxml.etree import tostring as serializeXml # type: ignore + from . import svgpathtools # type: ignore +- tree = xmlParse(serializeXml(svg)) +- +- # As we cannot interpret mask cropping, we cannot simply take all paths +- # from source document (as e.g., silkscreen outside PCB) would enlarge +- # the canvas. Instead, we take bounding box of the substrate and +- # components separately +- paths = [] +- components = tree.find(".//*[@id='componentContainer']") +- if components is not None: +- paths += svgpathtools.document.flattened_paths(components) +- substrate = tree.find(".//*[@id='cut-off']") +- if substrate is not None: +- paths += svgpathtools.document.flattened_paths(substrate) ++ paths = svgpathtools.document.flattened_paths(xmlParse(serializeXml(svg))) + + if len(paths) == 0: + return +``` diff --git a/kibot/PcbDraw/mdrenderer.py b/kibot/PcbDraw/mdrenderer.py index f3d09dfb2..95b744f6d 100644 --- a/kibot/PcbDraw/mdrenderer.py +++ b/kibot/PcbDraw/mdrenderer.py @@ -14,12 +14,7 @@ :licence: WTFPL 2 """ -# The following try-catch is used to support mistune 0.8.4 and 2.x -try: - from mistune.renderers import BaseRenderer # type: ignore -except ModuleNotFoundError: - from mistune import Renderer # type: ignore - BaseRenderer = Renderer +from .mistune_shim import BaseRenderer class MdRenderer(BaseRenderer): diff --git a/kibot/PcbDraw/mistune_shim.py b/kibot/PcbDraw/mistune_shim.py new file mode 100644 index 000000000..0ee95f11a --- /dev/null +++ b/kibot/PcbDraw/mistune_shim.py @@ -0,0 +1,40 @@ +import mistune # type: ignore + +__all__ = [ + "BaseRenderer", + "InlineParser", + "HTMLRenderer", + "plugin_table", + "plugin_footnotes", +] + + +mistune_version = tuple(int(i) for i in mistune.__version__.split(".")) +mistune_major_version = mistune_version[0] + +if mistune_major_version == 3: + from mistune.plugins.footnotes import \ + footnotes as plugin_footnotes # type: ignore + from mistune.plugins.table import table as plugin_table # type: ignore + + InlineParser = mistune.InlineParser + HTMLRenderer = mistune.HTMLRenderer + BaseRenderer = mistune.BaseRenderer +elif mistune_major_version == 2: + from mistune.plugins.footnotes import plugin_footnotes # type: ignore + from mistune.plugins.table import plugin_table # type: ignore + + InlineParser = mistune.inline_parser.InlineParser + HTMLRenderer = mistune.renderers.HTMLRenderer + BaseRenderer = mistune.renderers.BaseRenderer +elif mistune_major_version == 0: + + def _noop_processor(processor: mistune.Markdown) -> None: + pass + + plugin_table = plugin_footnotes = _noop_processor + InlineParser = mistune.InlineLexer + HTMLRenderer = mistune.Renderer + BaseRenderer = mistune.Renderer +else: + raise Exception(f"Unsupported mistune version {mistune.__version__}") diff --git a/kibot/PcbDraw/pcbnew_transition.py b/kibot/PcbDraw/pcbnew_transition.py index effc488eb..fc2ea8421 100644 --- a/kibot/PcbDraw/pcbnew_transition.py +++ b/kibot/PcbDraw/pcbnew_transition.py @@ -75,6 +75,12 @@ def patchRotate(item): newSetHatchOrientation = lambda self, angle: originalSetHatchOrientation(self, angle.AsTenthsOfADegree()) setattr(newSetHatchOrientation, "patched", True) item.SetHatchOrientation = newSetHatchOrientation + if hasattr(item, "SetArcAngleAndEnd"): + originalSetArcAngleAndEnd = item.SetArcAngleAndEnd + if not getattr(originalSetArcAngleAndEnd, "patched", False): + newSetArcAngleAndEnd = lambda self, angle, check_neg: originalSetArcAngleAndEnd(self, angle.AsTenthsOfADegree(), check_neg) + setattr(newSetArcAngleAndEnd, "patched", True) + item.SetArcAngleAndEnd = newSetArcAngleAndEnd def pathGetItemDescription(item): if hasattr(item, "GetSelectMenuText") and not hasattr(item, "GetItemDescription"): @@ -93,7 +99,12 @@ def isV7(version=KICAD_VERSION): return True return version[0] == 7 -if not isV6(KICAD_VERSION) and not isV7(KICAD_VERSION): +def isV8(version=KICAD_VERSION): + if version[0] == 7 and version[1] == 99: + return True + return version[0] == 8 + +if not isV6(KICAD_VERSION) and not isV7(KICAD_VERSION) and not isV8(KICAD_VERSION): # Introduce new functions pcbnew.NewBoard = NewBoard @@ -150,7 +161,7 @@ def isV7(version=KICAD_VERSION): pcbnew.RADIANS_T = EDA_ANGLE_T.RADIANS_T pcbnew.TENTHS_OF_A_DEGREE_T = EDA_ANGLE_T.TENTHS_OF_A_DEGREE_T -if not isV7(KICAD_VERSION): +if not isV7(KICAD_VERSION) and not isV8(KICAD_VERSION): # VECTOR2I & wxPoint class _transition_VECTOR2I(pcbnew.wxPoint): def __init__(self, *args, **kwargs): @@ -181,7 +192,8 @@ def __init__(self, *args): for x in dir(pcbnew): patchRotate(getattr(pcbnew, x)) - if isV6(): + # This is for v6 only, v5 fails + if isV6(KICAD_VERSION): originalCalcArcAngles = pcbnew.EDA_SHAPE.CalcArcAngles if not getattr(originalCalcArcAngles, "patched", False): def newCalcArcAngles(self, start, end): @@ -207,3 +219,7 @@ def newCalcArcAngles(self, start, end): originalSetSize = pcbnew.PAD.SetSize pcbnew.PAD.SetSize = lambda self, size: originalSetSize(self, pcbnew.wxSize(size[0], size[1])) + +# There are some incompatibilites that cannot be monkeypatched in a right way; +# let's export them as new types: +pcbnew.FIELD_TYPE = pcbnew.PCB_FIELD if isV8() else pcbnew.FP_TEXT diff --git a/kibot/PcbDraw/plot.py b/kibot/PcbDraw/plot.py index 98783ee7b..dd86b03db 100644 --- a/kibot/PcbDraw/plot.py +++ b/kibot/PcbDraw/plot.py @@ -17,7 +17,7 @@ from . import np from .unit import read_resistance from lxml import etree, objectify # type: ignore -from .pcbnew_transition import KICAD_VERSION, isV6, isV7, pcbnew # type: ignore +from .pcbnew_transition import isV6, isV7, isV8, pcbnew # type: ignore from ..gs import GS T = TypeVar("T") @@ -31,7 +31,7 @@ etree.register_namespace("xlink", "http://www.w3.org/1999/xlink") -LEGACY_KICAD = not isV6() and not isV7() +LEGACY_KICAD = not isV6() and not isV7() and not isV8() default_style = { "copper": "#417e5a", @@ -103,7 +103,7 @@ def is_same(p1: Point, p2: Point) -> bool: dx = p1[0] - p2[0] dy = p1[1] - p2[1] pseudo_distance = dx*dx + dy*dy - if isV7(): + if isV7() or isV8(): return pseudo_distance < 0.01 ** 2 return pseudo_distance < 100 ** 2 @@ -123,6 +123,9 @@ def flip(self) -> None: assert(self.args is not None) self.args[4] = 1 if self.args[4] < 0.5 else 0 + def __str__(self) -> str: + return f"{self.start} - {self.end} {self.type}" + def matrix(data: List[List[Numeric]]) -> Matrix: return np.array(data, dtype=np.float32) @@ -358,7 +361,9 @@ def extract_svg_content(root: etree.Element) -> List[etree.Element]: el.tag = el.tag.split('}', 1)[1] return [ x for x in root if x.tag and x.tag not in ["title", "desc"]] -def strip_style_svg(root: etree.Element, keys: List[str], forbidden_colors: List[str]) -> bool: +def strip_style_svg(root: etree.Element, keys: List[str], forbidden_colors: List[str], new_val: str) -> bool: + """ Remove elements with fill and/or stoke using any *forbidden_colors* + Change attributes listed in keys """ elements_to_remove = [] for el in root.getiterator(): if "style" in el.attrib: @@ -375,8 +380,14 @@ def strip_style_svg(root: etree.Element, keys: List[str], forbidden_colors: List stroke = styles.get("stroke", "").lower() if fill in forbidden_colors or stroke in forbidden_colors: elements_to_remove.append(el) + new_styles = {} + for key, val in styles.items(): + if key not in keys or val == 'none': + new_styles[key] = val + elif isV8(): + new_styles[key] = new_val el.attrib["style"] = ";" \ - .join([f"{key}: {val}" for key, val in styles.items() if key not in keys]) \ + .join([f"{key}: {val}" for key, val in new_styles.items()]) \ .replace(" ", " ") \ .strip() for el in elements_to_remove: @@ -662,8 +673,9 @@ def render(self, plotter: PcbPlotter) -> None: self._plotter.append_board_element(self._container) def _process_layer(self,name: str, source_filename: str) -> None: + style = self._plotter.get_style(name) layer = etree.SubElement(self._container, "g", id="substrate-" + name, - style="fill:{0}; stroke:{0};".format(self._plotter.get_style(name))) + style="fill:{0}; stroke:{0};".format(style)) if name == "pads": layer.attrib["mask"] = "url(#pads-mask)" if name == "silk": @@ -672,15 +684,16 @@ def _process_layer(self,name: str, source_filename: str) -> None: # Forbidden colors = workaround - KiCAD plots vias white # See https://gitlab.com/kicad/code/kicad/-/issues/10491 if not strip_style_svg(element, keys=["fill", "stroke"], - forbidden_colors=["#ffffff"]): + forbidden_colors=["#ffffff"], new_val=style): layer.append(element) def _process_outline(self, name: str, source_filename: str) -> None: if self.outline_width == 0: return + style = self._plotter.get_style(name) layer = etree.SubElement(self._container, "g", id="substrate-" + name, style="fill:{0}; stroke:{0}; stroke-width: {1}".format( - self._plotter.get_style(name), + style, self._plotter.ki2svg(self.outline_width))) if name == "pads": layer.attrib["mask"] = "url(#pads-mask)" @@ -690,7 +703,7 @@ def _process_outline(self, name: str, source_filename: str) -> None: # Forbidden colors = workaround - KiCAD plots vias white # See https://gitlab.com/kicad/code/kicad/-/issues/10491 if not strip_style_svg(element, keys=["fill", "stroke", "stroke-width"], - forbidden_colors=["#ffffff"]): + forbidden_colors=["#ffffff"], new_val=style): layer.append(element) for hole in collect_holes(self._plotter.board): position = [self._plotter.ki2svg(coord) for coord in hole.position] @@ -708,9 +721,9 @@ def _process_baselayer(self, name: str, source_filename: str) -> None: get_board_polygon( extract_svg_content( read_svg_unique(source_filename, self._plotter.unique_prefix())))) - + style = self._plotter.get_style(name) layer = etree.SubElement(self._container, "g", id="substrate-"+name, - style="fill:{0}; stroke:{0};".format(self._plotter.get_style(name))) + style="fill:{0}; stroke:{0};".format(style)) layer.append( get_board_polygon( extract_svg_content( @@ -719,7 +732,7 @@ def _process_baselayer(self, name: str, source_filename: str) -> None: # Forbidden colors = workaround - KiCAD plots vias white # See https://gitlab.com/kicad/code/kicad/-/issues/10491 if not strip_style_svg(element, keys=["fill", "stroke"], - forbidden_colors=["#ffffff"]): + forbidden_colors=["#ffffff"], new_val=style): layer.append(element) def _process_mask(self, name: str, source_filename: str) -> None: @@ -980,13 +993,14 @@ def render(self, plotter: PcbPlotter) -> None: ]) def _process_vcuts(self, name: str, source_filename: str) -> None: + style = self._plotter.get_style("vcut") layer = etree.Element("g", id="substrate-vcuts", - style="fill:{0}; stroke:{0};".format(self._plotter.get_style("vcut"))) + style="fill:{0}; stroke:{0};".format(style)) for element in extract_svg_content(read_svg_unique(source_filename, self._plotter.unique_prefix())): # Forbidden colors = workaround - KiCAD plots vias white # See https://gitlab.com/kicad/code/kicad/-/issues/10491 if not strip_style_svg(element, keys=["fill", "stroke"], - forbidden_colors=["#ffffff"]): + forbidden_colors=["#ffffff"], new_val=style): layer.append(element) self._plotter.append_board_element(layer) @@ -1002,11 +1016,12 @@ def render(self, plotter: PcbPlotter) -> None: self._plotter.execute_plot_plan(plan) def _process_paste(self, name: str, source_filename: str) -> None: + style = self._plotter.get_style("paste") layer = etree.Element("g", id="substrate-paste", - style="fill:{0}; stroke:{0};".format(self._plotter.get_style("paste"))) + style="fill:{0}; stroke:{0};".format(style)) for element in extract_svg_content(read_svg_unique(source_filename, self._plotter.unique_prefix())): if not strip_style_svg(element, keys=["fill", "stroke"], - forbidden_colors=["#ffffff"]): + forbidden_colors=["#ffffff"], new_val=style): layer.append(element) self._plotter.append_board_element(layer) @@ -1047,7 +1062,7 @@ def __init__(self, boardFile: Union[str, pcbnew.BOARD]): self.yield_warning: Callable[[str, str], None] = lambda tag, msg: None # Handle warnings - if isV7(): + if isV7() or isV8(): self.ki2svg = self._ki2svg_v7 self.svg2ki = self._svg2ki_v7 elif isV6(): @@ -1109,7 +1124,7 @@ def walk_components(self, invert_side: bool, value = footprint.GetValue().strip() if not LEGACY_KICAD: # Look for a tolerance in the properties - prop = footprint.GetProperties() + prop = GS.get_fields(footprint) tol = next(filter(lambda x: x, map(prop.get, GS.global_field_tolerance)), None) if tol: value = value+' '+tol.strip() @@ -1243,7 +1258,7 @@ def execute_plot_plan(self, to_plot: List[PlotAction]) -> None: popt.SetTextMode(pcbnew.PLOT_TEXT_MODE_STROKE) if isV6(): popt.SetSvgPrecision(self.svg_precision, False) - elif isV7(): + elif isV7() or isV8(): popt.SetSvgPrecision(self.svg_precision) for action in to_plot: if len(action.layers) == 0: diff --git a/kibot/PcbDraw/populate.py b/kibot/PcbDraw/populate.py index 77e29e18e..9943aaa21 100644 --- a/kibot/PcbDraw/populate.py +++ b/kibot/PcbDraw/populate.py @@ -10,20 +10,12 @@ from itertools import chain from typing import List, Optional, Any, Tuple, Dict -import mistune # type: ignore -# The following try-catch is used to support mistune 0.8.4 and 2.x -try: - from mistune.plugins.table import plugin_table # type: ignore - from mistune.plugins.footnotes import plugin_footnotes # type: ignore - InlineParser = mistune.inline_parser.InlineParser - HTMLRenderer = mistune.renderers.HTMLRenderer -except ModuleNotFoundError: - InlineParser = mistune.InlineLexer - HTMLRenderer = mistune.Renderer from . import pybars # type: ignore import yaml from . import mdrenderer +from .mistune_shim import mistune # type: ignore +from .mistune_shim import HTMLRenderer, InlineParser, plugin_footnotes, plugin_table from .plot import find_data_file, get_global_datapaths PKG_BASE = os.path.dirname(__file__) @@ -34,6 +26,15 @@ def parse_pcbdraw(lexer: Any, m: re.Match, state: Any=None) -> Any: components = list(map(lambda x: x.strip(), components.split(","))) return 'pcbdraw', side, components + +def parse_pcbdraw_v3(inline, m, state): + text = m.group('scomp') + side, components = text.split("|") + components = list(map(lambda x: x.strip(), components.split(","))) + state.append_token({'type': 'pcbdraw_v3', 'raw': text, 'attrs': {'side': side, 'components': components}}) + return m.end() + + class PcbDrawInlineLexer(InlineParser): # type: ignore def __init__(self, renderer: Any, **kwargs: Any) -> None: super(PcbDrawInlineLexer, self).__init__(renderer, **kwargs) @@ -41,11 +42,14 @@ def __init__(self, renderer: Any, **kwargs: Any) -> None: def enable_pcbdraw(self) -> None: pcbdraw_pattern = ( - r"\[\[" # [[ - r"([\s\S]+?\|[\s\S]+?)" # side| component - r"\]\](?!\])" # ]] + r"\[\[" # [[ + r"(?P[\s\S]+?\|[\s\S]+?)" # side| component + r"\]\](?!\])" # ]] ) - if hasattr(self, 'register_rule'): + if hasattr(self, 'register'): + # mistune v3 API + self.register('pcbdraw', pcbdraw_pattern, parse_pcbdraw_v3, before='link') + elif hasattr(self, 'register_rule'): # mistune v2 API self.rules.insert(3, 'pcbdraw') self.register_rule('pcbdraw', pcbdraw_pattern, parse_pcbdraw) @@ -101,6 +105,11 @@ def output(self) -> List[Dict[str, Any]]: items.append(self.current_item) return items + def pcbdraw_v3(self, text, **attrs) -> str: + side = attrs['side'] + components = attrs['components'] + return self.pcbdraw(side, components) + def pcbdraw(self, side: str, components: List[str]) -> str: self.active_side = side self.visited_components += components @@ -153,19 +162,19 @@ def thematic_break(self) -> Any: self.append_comment(retval) return retval - def list(self, text: Any, ordered: bool, level: Any=None, start: Any=None) -> str: + def list(self, text: Any, ordered: bool, level: Any=None, start: Any=None, **attrs) -> str: if not text: return "" - retval = super(Tmp, self).list(text, ordered, level, start) + retval = super(Tmp, self).list(text, ordered, level, start, **attrs) if level == 1: # Add the result from the list when finished and only if not empty self.append_comment(retval) return retval - def list_item(self, text: str, level: Any=None) -> str: + def list_item(self, text: str, level: Any=None, **attrs) -> str: if not self.found_step: # If we don't have an image for this step assume this is a regular list - return super(Tmp, self).list_item(text, level) + return super(Tmp, self).list_item(text, level, **attrs) # Add a step step = { "side": self.active_side, @@ -203,12 +212,8 @@ def load_content(filename: str) -> Tuple[Optional[Dict[str, Any]], str]: def parse_content(renderer: Any, content: str) -> List[Dict[str, Any]]: lexer = PcbDrawInlineLexer(renderer) processor = mistune.Markdown(renderer=renderer, inline=lexer) - try: - plugin_table(processor) - plugin_footnotes(processor) - except NameError: - # Mistune v0.8.4 doesn't define the above functions - pass + plugin_table(processor) + plugin_footnotes(processor) processor(content) return renderer.output() # type: ignore diff --git a/kibot/__init__.py b/kibot/__init__.py index c89b000d1..bb4aa264b 100644 --- a/kibot/__init__.py +++ b/kibot/__init__.py @@ -1,9 +1,9 @@ __author__ = 'Salvador E. Tropea, John Beard' -__copyright__ = 'Copyright 2018-2023, Salvador E. Tropea/INTI/John Beard' +__copyright__ = 'Copyright 2018-2024, Salvador E. Tropea/INTI/John Beard' __credits__ = ['Salvador E. Tropea', 'John Beard'] __license__ = 'AGPL v3' __email__ = 'stropea@inti.gob.ar' __url__ = 'https://github.com/INTI-CMNB/KiBot/' __status__ = 'stable' -__version__ = '1.6.4' +__version__ = '1.6.5' __pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen', 'markdown2', 'lark'] diff --git a/kibot/__main__.py b/kibot/__main__.py index dc2a04f28..55f16c5fe 100644 --- a/kibot/__main__.py +++ b/kibot/__main__.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2020-2023 Salvador E. Tropea -# Copyright (c) 2020-2023 Instituto Nacional de Tecnología Industrial +# Copyright (c) 2020-2024 Salvador E. Tropea +# Copyright (c) 2020-2024 Instituto Nacional de Tecnología Industrial # Copyright (c) 2018 John Beard -# License: GPL-3.0 +# License: AGPL-3.0 # Project: KiBot (formerly KiPlot) # Adapted from: https://github.com/johnbeard/kiplot """KiBot: KiCad automation tool for documents generation @@ -10,8 +10,8 @@ Usage: kibot [-b BOARD] [-e SCHEMA] [-c CONFIG] [-d OUT_DIR] [-s PRE] [-q | -v...] [-L LOGFILE] [-C | -i | -n] [-m MKFILE] [-A] [-g DEF] ... - [-E DEF] ... [--defs-from-env] [-w LIST] [-D | -W] [--banner N] - [TARGET...] + [-E DEF] ... [--defs-from-env] [-w LIST] [-D | -W] [--warn-ci-cd] + [--banner N] [TARGET...] kibot [-v...] [-b BOARD] [-e SCHEMA] [-c PLOT_CONFIG] [--banner N] [-E DEF] ... [--defs-from-env] [--config-outs] [--only-pre|--only-groups] [--only-names] [--output-name-first] --list @@ -76,6 +76,8 @@ -V, --version Show program's version number and exit -w, --no-warn LIST Exclude the mentioned warnings (comma sep) -W, --stop-on-warnings Stop on warnings + --warn-ci-cd Don't disable warnings expected on CI/CD + environments -x, --example Create a template configuration file Quick start options: @@ -361,18 +363,28 @@ def parse_global_redef(args): class SimpleFilter(object): - def __init__(self, num): + def __init__(self, num, regex=''): self.number = num - self.regex = re.compile('') + self.regex = re.compile(regex) self.error = '' +def detect_ci_env(): + return os.path.isfile('/etc/kiauto_tag') or ('GITLAB_CI' in os.environ) or ('GITHUB_RUN_ID' in os.environ) + + def apply_warning_filter(args): if args.no_warn: try: log.set_filters([SimpleFilter(int(n)) for n in args.no_warn.split(',')]) except ValueError: GS.exit_with_error(f'-w/--no-warn must specify a comma separated list of numbers ({args.no_warn})', EXIT_BAD_ARGS) + if detect_ci_env() and not args.warn_ci_cd: + # Disable warnings we always get on docker images + # 9: KiCad config without environment.vars section + # 10: Missing user templates and 3D models + logger.debug('Filtering warnings we always get on CI/CD') + log.set_filters([SimpleFilter(n, regex=r) for n, r in ((9, ''), (10, '(3D models|user templates)'))]) def debug_arguments(args): diff --git a/kibot/bom/html_writer.py b/kibot/bom/html_writer.py index f393e10d3..52a23044b 100644 --- a/kibot/bom/html_writer.py +++ b/kibot/bom/html_writer.py @@ -10,9 +10,9 @@ """ import os from base64 import b64encode -from struct import unpack from .columnlist import ColumnList, BoMError from .kibot_logo import KIBOT_LOGO, KIBOT_LOGO_W, KIBOT_LOGO_H +from ..misc import read_png BG_GEN = "#DCF5E4" BG_KICAD = "#F5DCA9" @@ -273,11 +273,9 @@ def content_table(html, groups, headings, head_names, cfg, link_datasheet, link_ def embed_image(file): - with open(file, 'rb') as f: - s = f.read() - if not (s[:8] == b'\x89PNG\r\n\x1a\n' and (s[12:16] == b'IHDR')): + s, w, h = read_png(file) + if s is None: raise BoMError('Only PNG images are supported for the logo') - w, h = unpack('>LL', s[16:24]) return int(w), int(h), 'data:image/png;base64,'+b64encode(s).decode('ascii') diff --git a/kibot/fil_base.py b/kibot/fil_base.py index 4612623ad..fa17c1544 100644 --- a/kibot/fil_base.py +++ b/kibot/fil_base.py @@ -342,7 +342,7 @@ def solve_filter(names, target_name, default=None, is_transform=False): elif isinstance(names, str): # User provided, but only one, make a list if names == '_none': - return None + return DummyFilter() names = [names] # Here we should have a list of strings filters = [] diff --git a/kibot/fil_rot_footprint.py b/kibot/fil_rot_footprint.py index 31c98edb6..f338872aa 100644 --- a/kibot/fil_rot_footprint.py +++ b/kibot/fil_rot_footprint.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2020-2023 Salvador E. Tropea -# Copyright (c) 2020-2023 Instituto Nacional de Tecnología Industrial +# Copyright (c) 2020-2024 Salvador E. Tropea +# Copyright (c) 2020-2024 Instituto Nacional de Tecnología Industrial # License: AGPL-3.0 # Project: KiBot (formerly KiPlot) # Description: Implements a filter to rotate footprints. @@ -139,7 +139,8 @@ def __init__(self): The correct computation is `(180 - component rot) + angle` but the plugin does `180 - (component rot + angle)`. This option forces the wrong computation for compatibility. This option also controls the way offset signs are interpreted. When enabled the offsets matches this plugin, - when disabled matches the interpretation used by the matthewlai/JLCKicadTools plugin """ + when disabled matches the interpretation used by the matthewlai/JLCKicadTools plugin. + Disabling this option you'll get better algorithms, but loose compatibility with this plugin """ def config(self, parent): super().config(parent) @@ -251,6 +252,10 @@ def apply_rotation(self, comp): self.apply_rotation_angle(comp, 0) def apply_offset_value(self, comp, angle, pos_offset_x, pos_offset_y): + if comp.bottom and self.mirror_bottom: + logger.debugl(2, '- applying mirror to the offset') + pos_offset_x = -pos_offset_x + angle = -angle if angle: rotation = radians(angle) rsin = sin(rotation) @@ -281,8 +286,11 @@ def apply_field_offset(self, comp): # Signs here matches bennymeg/JLC-Plugin-for-KiCad because the fields usage comes from it pos_offset_x = -pos_offset_x pos_offset_y = -pos_offset_y - logger.debugl(2, f'- changing to {pos_offset_x}, {pos_offset_y} mm to match signs') - self.apply_offset_value(comp, comp.offset_footprint_rot, pos_offset_x, pos_offset_y) + angle = comp.offset_footprint_rot + logger.debugl(2, f'- changing to {pos_offset_x}, {pos_offset_y} mm to match signs, using angle {angle}') + else: + angle = comp.footprint_rot + self.apply_offset_value(comp, angle, pos_offset_x, pos_offset_y) return True return False diff --git a/kibot/globals.py b/kibot/globals.py index 550fc5b9f..7d17c1ec5 100644 --- a/kibot/globals.py +++ b/kibot/globals.py @@ -235,6 +235,8 @@ def __init__(self): """ When applying filters and variants remove the adhesive (glue) for components that won't be included """ self.remove_solder_mask_for_dnp = False """ When applying filters and variants remove the solder mask apertures for components that won't be included """ + self.always_warn_about_paste_pads = False + """ Used to detect the use of pads just for paste """ self.restore_project = False """ Restore the KiCad project after execution. Note that this option will undo operations like `set_text_variables`. @@ -296,8 +298,7 @@ def __init__(self): self.erc_grid = 50 """ Grid size used for the ERC. This value must be in mils. This is needed for KiCad 7 in order to run the off grid check. - Shouldn't be needed in KiCad 8. - https://gitlab.com/kicad/code/kicad/-/issues/14110 """ + This value is stored in the project for KiCad 8, no need to specify it """ self.kicad_dnp_applied = True """ The KiCad v7 PCB flag *Do Not Populate* is applied to our fitted flag before running any filter """ self.kicad_dnp_applies_to_3D = True @@ -357,6 +358,9 @@ def __init__(self): self.include_components_from_pcb = True """ Include components that are only in the PCB, not in the schematic, for filter and variants processing. Note that version 1.6.3 and older ignored them """ + self.allow_component_ranges = True + """ Allow using ranges like *R5-R20* in the `show_components` and `highlight` options. + If you have references that looks like a range you should disable this option """ self.set_doc('filters', " [list(dict)] KiBot warnings to be ignored ") self._filter_what = 'KiBot warnings' self.filters = FilterOptionsKiBot diff --git a/kibot/gs.py b/kibot/gs.py index 5b84407a9..af5282811 100644 --- a/kibot/gs.py +++ b/kibot/gs.py @@ -133,6 +133,8 @@ class GS(object): def_global_output = '%f-%i%I%v.%x' # The class that controls the global options class_for_global_opts = None + global_allow_component_ranges = None + global_always_warn_about_paste_pads = None global_cache_3d_resistors = None global_castellated_pads = None global_colored_tht_resistors = None @@ -855,3 +857,36 @@ def create_file(name, bin=False): def write_to_file(content, name): with GS.create_file(name, bin=isinstance(content, bytes)) as f: f.write(content) + + @staticmethod + def get_fields(footprint): + """ Returns a dict with the field/value for the fields in a FOOTPRINT (aka MODULE) """ + if GS.ki8: + # KiCad 8 defines a special object (PCB_FIELD) and its iterator + return {f.GetName(): f.GetText() for f in footprint.GetFields()} + if GS.ki6: + return footprint.GetProperties() + # KiCad 5 didn't have fields in the modules + return {} + + @staticmethod + def set_fields(footprint, flds): + """ Sets the fields in a FOOTPRINT (aka MODULE) from a dict """ + if GS.ki8: + new_fields = [fld for fld in flds.keys() if not footprint.HasField(fld)] + footprint.SetFields(flds) + # New fields are added as visible, so we must hide them (OMG!) + for fld in new_fields: + footprint.GetFieldByName(fld).SetVisible(False) + elif GS.ki6: + footprint.SetProperties(flds) + + @staticmethod + def get_shown_text(obj, allow_extra_text=True, a_depth=0): + if GS.ki8: # 8 + return obj.GetShownText(allow_extra_text, a_depth) + if GS.ki7: # 7 + return obj.GetShownText() + if GS.ki6: # 6 + return obj.GetShownText(a_depth, allow_extra_text) + return obj.GetShownText() # 5 diff --git a/kibot/kicad/sexp_helpers.py b/kibot/kicad/sexp_helpers.py index 2807f954e..bd91fec61 100644 --- a/kibot/kicad/sexp_helpers.py +++ b/kibot/kicad/sexp_helpers.py @@ -48,7 +48,7 @@ def _check_len_total(items, num, name): def _check_symbol(items, pos, name): value = _check_len(items, pos, name) if not isinstance(value, Symbol): - raise SchError('{} is not a Symbol `{}`'.format(name, value)) + raise SchError('{} is not a Symbol `{}` ({})'.format(name, value, type(value))) return value.value() diff --git a/kibot/kicad/v6_sch.py b/kibot/kicad/v6_sch.py index 88d50531a..d235a0c59 100644 --- a/kibot/kicad/v6_sch.py +++ b/kibot/kicad/v6_sch.py @@ -21,14 +21,16 @@ from .sexpdata import load, SExpData, Symbol, dumps, Sep from .sexp_helpers import (_check_is_symbol_list, _check_len, _check_len_total, _check_symbol, _check_hide, _check_integer, _check_float, _check_str, _check_symbol_value, _check_symbol_float, _check_symbol_int, - _check_symbol_str, _get_offset, _get_yes_no, _get_at, _get_size, _get_xy, _get_points) + _check_symbol_str, _get_offset, _get_yes_no, _get_at, _get_size, _get_xy, _get_points, + _check_relaxed) from .v5_sch import SchematicComponent, Schematic logger = log.get_logger() CROSSED_LIB = 'kibot_crossed' -NO_YES = ['no', 'yes'] +NO_YES = [Symbol('no'), Symbol('yes')] version = None KICAD_7_VER = 20230121 +KICAD_8_VER = 20231120 SHEET_FILE = {'Sheet file', 'Sheetfile'} SHEET_NAME = {'Sheet name', 'Sheetname'} @@ -165,6 +167,10 @@ def parse_font(items): color = Color.parse(i) elif i_type == 'face': face = _check_str(i, 1, 'font face') + elif i_type == 'bold': + bold = _get_yes_no(i, 1, i_type) + elif i_type == 'italic': + italic = _get_yes_no(i, 1, i_type) else: raise SchError('Unknown font effect attribute `{}`'.format(i)) return w, h, thickness, bold, italic, color, face @@ -207,6 +213,8 @@ def parse(items): o.hjustify, o.vjustify, o.mirror = FontEffects.parse_justify(i) elif i_type == 'href': o.href = _check_str(i, 1, 'font effect') + elif i_type == 'hide': + o.hide = _get_yes_no(i, 1, i_type) else: raise SchError('Unknown font effect attribute `{}`'.format(i)) return o @@ -218,10 +226,16 @@ def write_font(self): data.append(_symbol('size', [self.h, self.w])) if self.thickness is not None: data.append(_symbol('thickness', [self.thickness])) - if self.bold: - data.append(Symbol('bold')) - if self.italic: - data.append(Symbol('italic')) + if version < KICAD_8_VER: + if self.bold: + data.append(Symbol('bold')) + if self.italic: + data.append(Symbol('italic')) + else: + if self.bold: + data.append(_symbol_yn('bold', self.bold)) + if self.italic: + data.append(_symbol_yn('italic', self.italic)) if self.color is not None: data.append(self.color.write()) return _symbol('font', data) @@ -245,7 +259,10 @@ def write(self): if self.hjustify != 'C' or self.vjustify != 'C' or self.mirror: data.append(self.write_justify()) if self.hide: - data.append(Symbol('hide')) + if version < KICAD_8_VER: + data.append(Symbol('hide')) + else: + data.append(_symbol_yn('hide', self.hide)) if self.href is not None: data.append(_symbol('href', [self.href])) return _symbol('effects', data) @@ -740,6 +757,7 @@ def __init__(self): self.pin_numbers_hide = None self.pin_names_hide = None self.pin_names_offset = None + self.exclude_from_sim = None self.in_bom = True self.on_board = True self.is_power = False @@ -810,6 +828,8 @@ def load(c, project, parent=None): # noqa: C901 except SchError: # Optional pass + elif i_type == 'exclude_from_sim': + comp.exclude_from_sim = _get_yes_no(i, 1, i_type) elif i_type == 'in_bom': comp.in_bom = _get_yes_no(i, 1, i_type) elif i_type == 'on_board': @@ -937,8 +957,10 @@ def write(s, cross): aux.append(Symbol('hide')) sdata.append(_symbol('pin_names', aux)) if s.units: - sdata.append(_symbol('in_bom', [Symbol(NO_YES[s.in_bom])])) - sdata.append(_symbol('on_board', [Symbol(NO_YES[s.on_board])])) + if s.exclude_from_sim is not None: + sdata.append(_symbol_yn('exclude_from_sim', s.exclude_from_sim)) + sdata.append(_symbol_yn('in_bom', s.in_bom)) + sdata.append(_symbol_yn('on_board', s.on_board)) sdata.append(Sep()) if s.unit_name is not None: sdata.append(_symbol('unit_name', [s.unit_name])) @@ -1015,6 +1037,8 @@ def __init__(self): self.projects = None # All instances, by path (v7) self.all_instances = {} + # v8 + self.exclude_from_sim = None def set_ref(self, ref): self.ref = ref @@ -1122,6 +1146,8 @@ def load(c, project, parent): elif i_type == 'convert': # Not documented 2022/04/17 comp.convert = _check_integer(i, 1, name+' convert') + elif i_type == 'exclude_from_sim': + comp.exclude_from_sim = _get_yes_no(i, 1, i_type) elif i_type == 'in_bom': comp.in_bom = _get_yes_no(i, 1, i_type) elif i_type == 'on_board': @@ -1133,7 +1159,10 @@ def load(c, project, parent): comp.fields_autoplaced = True elif i_type == 'uuid': # Ensure we have a unique UUID - comp.uuid_ori = _check_symbol(i, 1, name + ' uuid') + if version < KICAD_8_VER: + comp.uuid_ori = _check_symbol(i, 1, name + ' uuid') + else: + comp.uuid_ori = _check_str(i, 1, name + ' uuid') comp.uuid, _ = UUID_Validator.validate(comp.uuid_ori) # SYMBOL_PROPERTIES... elif i_type == 'property': @@ -1211,10 +1240,12 @@ def write(self, exp_hierarchy, cross): if self.convert is not None: data.append(_symbol('convert', [self.convert])) data.append(Sep()) - data.append(_symbol('in_bom', [Symbol(NO_YES[self.in_bom])])) - data.append(_symbol('on_board', [Symbol(NO_YES[self.on_board])])) + if self.exclude_from_sim is not None: + data.append(_symbol_yn('exclude_from_sim', self.exclude_from_sim)) + data.append(_symbol_yn('in_bom', self.in_bom)) + data.append(_symbol_yn('on_board', self.on_board)) if dnp is not None: - data.append(_symbol('dnp', [Symbol(NO_YES[dnp])])) + data.append(_symbol_yn('dnp', dnp)) if self.fields_autoplaced: data.append(_symbol('fields_autoplaced')) data.append(Sep()) @@ -1257,7 +1288,7 @@ def _get_uuid(items, pos, where): if len(items) < pos+1: return None values = _check_symbol_value(items, pos, where + ' uuid', 'uuid') - return _check_symbol(values, 1, where + ' uuid') + return _check_symbol(values, 1, where + ' uuid') if version < KICAD_8_VER else _check_relaxed(values, 1, where + ' uuid') def get_uuid(items, pos, where): @@ -1268,10 +1299,11 @@ def get_uuid(items, pos, where): def add_uuid(data, uuid, no_sep=False): if uuid: + uuid = uuid if version >= KICAD_8_VER else Symbol(uuid) if no_sep: - data.append(_symbol('uuid', [Symbol(uuid)])) + data.append(_symbol('uuid', [uuid])) else: - data.extend([_symbol('uuid', [Symbol(uuid)]), Sep()]) + data.extend([_symbol('uuid', [uuid]), Sep()]) class Junction(object): @@ -1378,16 +1410,22 @@ def parse(items): bmp.uuid = get_uuid(items, c+2, 'image') elif i_type == 'data': values = _check_symbol_value(items, c+2, 'image data', 'data') - bmp.data = [_check_symbol(values, i+1, 'image data') for i, d in enumerate(values[1:])] + # v6/7: Symbol v8: String + bmp.data = [_check_relaxed(values, i+1, 'image data') for i, d in enumerate(values[1:])] else: raise SchError('Unknown symbol attribute `{}`'.format(i)) return bmp def write(self): d = [] - for v in self.data: - d.append(Symbol(v)) - d.append(Sep()) + if version < KICAD_8_VER: + for v in self.data: + d.append(Symbol(v)) + d.append(Sep()) + else: + for v in self.data: + d.append(v) + d.append(Sep()) data = [_symbol('at', [self.pos_x, self.pos_y])] if self.scale is not None: data.append(_symbol('scale', [self.scale])) @@ -1422,7 +1460,7 @@ def parse(items, name): def write(self): data = [self.text] if self.exclude_from_sim is not None: - data.append(_symbol('exclude_from_sim', [Symbol(NO_YES[self.exclude_from_sim])])) + data.append(_symbol_yn('exclude_from_sim', self.exclude_from_sim)) data.extend([_symbol('at', [self.pos_x, self.pos_y, self.ang]), Sep(), self.effects.write(), Sep()]) add_uuid(data, self.uuid) @@ -1434,21 +1472,37 @@ class TextBox(object): def parse(items, name): text = TextBox() text.name = name + text.exclude_from_sim = None text.text = _check_str(items, 1, name) - text.pos_x, text.pos_y, text.ang = _get_at(items, 2, name) - text.size = _get_size(items, 3, name) - text.stroke = Stroke.parse(items[4]) - text.fill = Fill.parse(items[5]) - text.effects = _get_effects(items, 6, name) - text.uuid = get_uuid(items, 7, name) + for c, i in enumerate(items[2:]): + i_type = _check_is_symbol_list(i) + if i_type == 'at': + text.pos_x, text.pos_y, text.ang = _get_at(items, c+2, name) + elif i_type == 'size': + text.size = _get_size(items, c+2, name) + elif i_type == 'stroke': + text.stroke = Stroke.parse(i) + elif i_type == 'fill': + text.fill = Fill.parse(i) + elif i_type == 'effects': + text.effects = _get_effects(items, c+2, name) + elif i_type == 'uuid': + text.uuid = get_uuid(items, c+2, name) + elif i_type == 'exclude_from_sim': + # KiCad 8 + text.exclude_from_sim = _get_yes_no(i, 1, i_type) + else: + raise SchError('Unknown symbol attribute `{}`'.format(i)) return text def write(self): - data = [self.text, Sep(), - _symbol('at', [self.pos_x, self.pos_y, self.ang]), _symbol('size', [self.size.x, self.size.y]), Sep(), - self.stroke.write(), Sep(), - self.fill.write(), Sep(), - self.effects.write(), Sep()] + data = [self.text, Sep()] + if self.exclude_from_sim is not None: + data.append(_symbol_yn('exclude_from_sim', self.exclude_from_sim)) + data.extend([_symbol('at', [self.pos_x, self.pos_y, self.ang]), _symbol('size', [self.size.x, self.size.y]), Sep(), + self.stroke.write(), Sep(), + self.fill.write(), Sep(), + self.effects.write(), Sep()]) add_uuid(data, self.uuid) return _symbol(self.name, data) @@ -1764,6 +1818,10 @@ def _symbol(name, content=None): return [Symbol(name)] + content +def _symbol_yn(name, val): + return [Symbol(name), NO_YES[val]] + + def _add_items(items, sch, sep=False, cross=None, pre_sep=True, exp_hierarchy=None): if len(items): if pre_sep: @@ -1949,7 +2007,12 @@ def save(self, fname=None, dest_dir=None, base_sheet=None, saved=None, cross=Fal if fname not in saved and not dry: sch = [Symbol('kicad_sch')] sch.append(_symbol('version', [self.version])) - sch.append(_symbol('generator', [Symbol(self.generator)])) + if self.version >= KICAD_8_VER: + sch.append(_symbol('generator', [self.generator])) + else: + sch.append(_symbol('generator', [Symbol(self.generator)])) + if self.generator_version: + sch.append(_symbol('generator_version', [self.generator_version])) sch.append(Sep()) sch.append(Sep()) add_uuid(sch, self.uuid, no_sep=True) @@ -2202,6 +2265,7 @@ def load(self, fname, project, parent=None): # noqa: C901 self.bus_alias = [] self.libs = {} # Just for compatibility with v5 class self.symbol_uuids = {} + self.generator_version = None if not os.path.isfile(fname): raise SchError('Missing subsheet: '+fname) with open(fname, 'rt') as fh: @@ -2222,9 +2286,11 @@ def load(self, fname, project, parent=None): # noqa: C901 global version version = self.version elif e_type == 'generator': - self.generator = _check_symbol(e, 1, e_type) + self.generator = _check_relaxed(e, 1, e_type) + elif e_type == 'generator_version': + self.generator_version = _check_str(e, 1, e_type) elif e_type == 'uuid': - self.uuid_ori = _check_symbol(e, 1, e_type) + self.uuid_ori = _check_relaxed(e, 1, e_type) uuid, _ = UUID_Validator.validate(self.uuid_ori) self.id = self.uuid = uuid elif e_type == 'paper': diff --git a/kibot/kiplot.py b/kibot/kiplot.py index 406dfcbc7..5fd3b258d 100644 --- a/kibot/kiplot.py +++ b/kibot/kiplot.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2020-2023 Salvador E. Tropea -# Copyright (c) 2020-2023 Instituto Nacional de Tecnología Industrial +# Copyright (c) 2020-2024 Salvador E. Tropea +# Copyright (c) 2020-2024 Instituto Nacional de Tecnología Industrial # Copyright (c) 2018 John Beard # License: GPL-3.0 # Project: KiBot (formerly KiPlot) @@ -238,7 +238,7 @@ def ki_conf_error(e): 'Line content: `{}`'.format(e.code.rstrip())), EXIT_BAD_CONFIG) -def load_any_sch(file, project): +def load_any_sch(file, project, fatal=True, extra_msg=None): if file[-9:] == 'kicad_sch': sch = SchematicV6() load_libs = False @@ -252,10 +252,14 @@ def load_any_sch(file, project): if GS.debug_level > 1: logger.debug('Schematic dependencies: '+str(sch.get_files())) except SchFileError as e: + if extra_msg is not None: + logger.error(extra_msg) GS.exit_with_error(('At line {} of `{}`: {}'.format(e.line, e.file, e.msg), - 'Line content: `{}`'.format(e.code)), CORRUPTED_SCH) + 'Line content: `{}`'.format(e.code)), CORRUPTED_SCH if fatal else DONT_STOP) except SchError as e: - GS.exit_with_error(('While loading `{}`'.format(file), str(e)), CORRUPTED_SCH) + if extra_msg is not None: + logger.error(extra_msg) + GS.exit_with_error(('While loading `{}`'.format(file), str(e)), CORRUPTED_SCH if fatal else DONT_STOP) except KiConfError as e: ki_conf_error(e) return sch @@ -274,6 +278,7 @@ def create_component_from_footprint(m, ref): c.name = m.GetValue() c.sheet_path_h = c.lib = '' c.project = GS.sch_basename + c.id = m.m_Uuid.AsString() if hasattr(m, 'm_Uuid') else '' # Basic fields # Reference f = SchematicField() @@ -301,14 +306,13 @@ def create_component_from_footprint(m, ref): f.number = 3 c.add_field(f) # Other fields - if GS.ki6: - for name, val in m.GetProperties().items(): - f = SchematicField() - f.name = name - f.value = val - f.number = -1 - f.visible(False) - c.add_field(f) + for name, val in GS.get_fields(m).items(): + f = SchematicField() + f.name = name + f.value = val + f.number = -1 + f.visible(False) + c.add_field(f) c._solve_fields(None) c.split_ref() return c diff --git a/kibot/misc.py b/kibot/misc.py index 00c2faa58..400a4babf 100644 --- a/kibot/misc.py +++ b/kibot/misc.py @@ -1,13 +1,14 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2020-2023 Salvador E. Tropea -# Copyright (c) 2020-2023 Instituto Nacional de Tecnología Industrial -# License: GPL-3.0 +# Copyright (c) 2020-2024 Salvador E. Tropea +# Copyright (c) 2020-2024 Instituto Nacional de Tecnología Industrial +# License: AGPL-3.0 # Project: KiBot (formerly KiPlot) """ Miscellaneous definitions """ -import re -import os from contextlib import contextmanager +import os +import re +from struct import unpack # Error levels @@ -390,13 +391,13 @@ ["^Diodes_PowerDI3333-8", 270.0], ["^Quectel_L80-R", 270.0], ["^SC-74-6", 180.0], - [r"^PinHeader_2x05_P1\.27mm_Vertical", 90.0], - [r"^PinHeader_2x03_P1\.27mm_Vertical", 90.0], + [r"^PinHeader_2x05_P1\.27mm_Vertical", -90.0], + [r"^PinHeader_2x03_P1\.27mm_Vertical", -90.0], ] DEFAULT_ROT_FIELDS = ['JLCPCB Rotation Offset', 'JLCRotOffset'] DEFAULT_OFFSETS = [["^USB_C_Receptacle_XKB_U262-16XN-4BVC11", (0.0, -1.44)], - [r"^PinHeader_2x05_P1\.27mm_Vertical", (2.54, 0.635)], - [r"^PinHeader_2x03_P1\.27mm_Vertical", (1.27, 0.635)], + [r"^PinHeader_2x05_P1\.27mm_Vertical", (-2.54, -0.635)], + [r"^PinHeader_2x03_P1\.27mm_Vertical", (-1.27, -0.635)], ] DEFAULT_OFFSET_FIELDS = ['JLCPCB Position Offset', 'JLCPosOffset'] @@ -442,3 +443,12 @@ def hide_stderr(): def version_str2tuple(ver): return tuple(map(int, ver.split('.'))) + + +def read_png(file): + with open(file, 'rb') as f: + s = f.read() + if not (s[:8] == b'\x89PNG\r\n\x1a\n' and (s[12:16] == b'IHDR')): + return None, None, None + w, h = unpack('>LL', s[16:24]) + return s, w, h diff --git a/kibot/optionable.py b/kibot/optionable.py index ddd8cb4f3..6bff1677c 100644 --- a/kibot/optionable.py +++ b/kibot/optionable.py @@ -570,9 +570,10 @@ def expand_filename(self, dir, name, id, ext, make_safe=True): class PanelOptions(BaseOptions): """ A class for options that uses KiKit's units """ _num_regex = re.compile(r'([\d\.]+)(mm|cm|dm|m|mil|inch|in)') + _per_regex = re.compile(r'([\d\.]+)%') _ang_regex = re.compile(r'([\d\.]+)(deg|°|rad)') - def add_units(self, ops, def_units=None, convert=False): + def add_units(self, ops, def_units=None, convert=False, percent=False): if def_units is None: def_units = self._parent._parent.units for op in ops: @@ -587,6 +588,8 @@ def add_units(self, ops, def_units=None, convert=False): if convert: setattr(self, _op, int(val*GS.kikit_units_to_kicad[def_units])) else: + if percent and PanelOptions._per_regex.match(val): + continue m = PanelOptions._num_regex.match(val) if m is None: raise KiPlotConfigurationError('Malformed value `{}: {}` must be a number and units'.format(op, val)) diff --git a/kibot/out_base.py b/kibot/out_base.py index 3b4c4a944..dc1245858 100644 --- a/kibot/out_base.py +++ b/kibot/out_base.py @@ -51,6 +51,7 @@ } """ +comp_range_regex = re.compile(r'(\w+?)(\d+)-(\w+?)(\d+)') class BaseOutput(RegOutput): @@ -431,7 +432,11 @@ def remove_paste_and_glue(self, board, comps_hash): # No layers at all. Ridiculous, but happens. # At least add an F.Mask pad_layers.addLayer(fmask if is_front else bmask) - logger.warning(W_WRONGPASTE+'Pad with solder paste, but no copper or solder mask aperture in '+ref) + pad_name = p.GetName() + # Some footprints has solder paste "pads" they don't have a name + if pad_name or GS.global_always_warn_about_paste_pads: + logger.warning(f"{W_WRONGPASTE}Pad with solder paste, but no copper or solder mask aperture " + f" in {ref} ({pad_name})") p.SetLayerSet(pad_layers) old_layers.append(old_c_layers) logger.debugl(3, '- Removed paste/mask from '+ref) @@ -727,6 +732,7 @@ def highlight_3D_models(self, board, highlight): if not highlight: return self.create_3D_highlight_file() + extra_debug = GS.debug_level > 3 # TODO: Adjust? Configure? z = (100.0 if self.highlight_on_top else 0.1)/2.54 for m in GS.get_modules_board(board): @@ -745,13 +751,19 @@ def highlight_3D_models(self, board, highlight): m_cen = wxPoint((bbox.x2+bbox.x1)/2, (bbox.y2+bbox.y1)/2) else: # No courtyard, ask KiCad - # This will include things like text - bbox = m.GetBoundingBox() + # Avoid including the text. KiCad 8 can return ridiculous things + bbox = m.GetBoundingBox() if GS.ki5 else m.GetBoundingBox(False, False) w = bbox.GetWidth() h = bbox.GetHeight() m_cen = m.GetCenter() if not (m.GetAttributes() & MOD_ALLOW_MISSING_COURTYARD): logger.warning(W_NOCRTYD+"Missing courtyard for `{}`".format(ref)) + if extra_debug: + logger.debug(f'Highlight for {ref}') + logger.debug(f' - Position {ToMM(m_pos.x)}, {ToMM(m_pos.y)}') + logger.debug(f' - Orientation {rot}') + logger.debug(f' - Center {ToMM(m_cen.x)} {ToMM(m_cen.y)}') + logger.debug(f' - w,h {ToMM(w)}, {ToMM(h)}') # Compute the offset off_x = m_cen.x - m_pos.x off_y = m_cen.y - m_pos.y @@ -869,22 +881,16 @@ def sch_fields_to_pcb(self, board, comps_hash): ref = m.GetReference() comp = comps_hash.get(ref, None) if comp is not None: - properties = {f.name: f.value for f in comp.fields} old_value = m.GetValue() - m.SetValue(properties['Value']) - if GS.ki6: - old_properties = m.GetProperties() - m.SetProperties(properties) - if has_GetFPIDAsString: - # Introduced in 6.0.6 - old_fp = m.GetFPIDAsString() - m.SetFPIDAsString(properties['Footprint']) - data = (old_value, old_properties, old_fp) - else: - data = (old_value, old_properties) - else: - data = old_value - self.sch_fields_to_pcb_bkp[ref] = data + old_fields = GS.get_fields(m) + # Introduced in 6.0.6 + old_fp = m.GetFPIDAsString() if has_GetFPIDAsString else None + fields = {f.name: f.value for f in comp.fields} + GS.set_fields(m, fields) + m.SetValue(fields['Value']) + if has_GetFPIDAsString: + m.SetFPIDAsString(fields['Footprint']) + self.sch_fields_to_pcb_bkp[ref] = (old_value, old_fields, old_fp) self._has_GetFPIDAsString = has_GetFPIDAsString def restore_sch_fields_to_pcb(self, board): @@ -894,13 +900,10 @@ def restore_sch_fields_to_pcb(self, board): ref = m.GetReference() data = self.sch_fields_to_pcb_bkp.get(ref, None) if data is not None: - if GS.ki6: - m.SetValue(data[0]) - m.SetProperties(data[1]) - if has_GetFPIDAsString: - m.SetFPIDAsString(data[2]) - else: - m.SetValue(data) + m.SetValue(data[0]) + if has_GetFPIDAsString: + m.SetFPIDAsString(data[2]) + GS.set_fields(m, data[1]) def save_tmp_board(self, dir=None): """ Save the PCB to a temporal file. @@ -961,6 +964,18 @@ def solve_kf_filters(self, components): new_list.append(filter) self._filters_to_expand = True else: + if GS.global_allow_component_ranges and c_s.count('-') == 1: + m = comp_range_regex.match(c_s) + if m: + prefix = m.group(1) + start = int(m.group(2)) + prefix2 = m.group(3) + end = int(m.group(4)) + if prefix == prefix2 and end > start: + # We have a match, both prefixes are the same and the numbers looks right + logger.debugl(2, f'Expanding range {c_s} to {prefix}{start}...{prefix}{end}') + new_list.extend([prefix+str(n) for n in range(start, end+1)]) + return new_list new_list.append(c) return new_list diff --git a/kibot/out_base_3d.py b/kibot/out_base_3d.py index 02781c802..d36a66b6f 100644 --- a/kibot/out_base_3d.py +++ b/kibot/out_base_3d.py @@ -587,9 +587,10 @@ def __init__(self): with document: self.show_components = Optionable """ *[list(string)|string=all] [none,all] List of components to draw, can be also a string for `none` or `all`. + Ranges like *R5-R10* are supported. Unlike the `pcbdraw` output, the default is `all` """ self.highlight = Optionable - """ [list(string)=[]] List of components to highlight """ + """ [list(string)=[]] List of components to highlight. Ranges like *R5-R10* are supported """ self.highlight_padding = 1.5 """ [0,1000] How much the highlight extends around the component [mm] """ self.highlight_on_top = False diff --git a/kibot/out_boardview.py b/kibot/out_boardview.py index af3d49630..44bc1ab88 100644 --- a/kibot/out_boardview.py +++ b/kibot/out_boardview.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2021-2022 Salvador E. Tropea -# Copyright (c) 2021-2022 Instituto Nacional de Tecnología Industrial -# Copyright (c) 2018-2020 @whitequark -# License: GPL-3.0 +# Copyright (c) 2021-2024 Salvador E. Tropea +# Copyright (c) 2021-2024 Instituto Nacional de Tecnología Industrial +# Copyright (c) 2018-2024 @whitequark +# License: AGPL-3.0 # Project: KiBot (formerly KiPlot) # Adapted from: https://github.com/whitequark/kicad-boardview import re @@ -16,9 +16,9 @@ def skip_module(module, tp=False): - refdes = module.GetReference() - if refdes == "REF**": + if module.GetPadCount() == 0: return True + refdes = module.Reference().GetText() if tp and not refdes.startswith("TP"): return True if not tp and refdes.startswith("TP"): @@ -31,20 +31,15 @@ def coord(nanometers): return milliinches -def y_coord(obj, maxy, y): - if obj.IsFlipped(): - return coord(y) - else: - return coord(maxy - y) +def y_coord(maxy, y, flipped): + # Adjust y-coordinate to start from the bottom of the board and account for flipped components + return coord(maxy - y) if not flipped else coord(y) -def pad_sort_key(pad): - name = pad.GetName() - pad_pos = pad.GetPosition() - if re.match(r"^\d+$", name): - return (0, int(name), pad_pos.x, pad_pos.y) - else: - return (1, name, pad_pos.x, pad_pos.y) +def natural_sort_key(s): + is_blank = s.strip() == '' + return (is_blank, [int(text) if text.isdigit() else text.casefold() + for text in re.compile('([0-9]+)').split(s)]) def convert(pcb, brd): @@ -70,11 +65,11 @@ def convert(pcb, brd): for point in outline_points: brd.write("{x} {y}\n" .format(x=coord(point.x), - y=coord(point.y))) + y=y_coord(outline_maxy, point.y, False))) if outline.IsClosed(): brd.write("{x} {y}\n" .format(x=coord(outline_points[0].x), - y=coord(outline_points[0].y))) + y=y_coord(outline_maxy, outline_points[0].y, False))) brd.write("\n") # Nets @@ -101,14 +96,15 @@ def convert(pcb, brd): pin_at = 0 for module in modules: module_bbox = module.GetBoundingBox() + flipped = module.IsFlipped() brd.write("{ref} {x1} {y1} {x2} {y2} {pin} {side}\n" .format(ref=module.GetReference(), x1=coord(module_bbox.GetLeft()), - y1=y_coord(module, outline_maxy, module_bbox.GetTop()), + y1=y_coord(outline_maxy, module_bbox.GetTop(), flipped), x2=coord(module_bbox.GetRight()), - y2=y_coord(module, outline_maxy, module_bbox.GetBottom()), + y2=y_coord(outline_maxy, module_bbox.GetBottom(), flipped), pin=pin_at, - side=1 + module.IsFlipped())) + side=1 + flipped)) pin_at += module.GetPadCount() brd.write("\n") @@ -116,17 +112,18 @@ def convert(pcb, brd): pads = [] for m in modules: pads_list = m.Pads() - for pad in sorted(pads_list, key=lambda pad: pad_sort_key(pad)): + for pad in sorted(pads_list, key=lambda pad: natural_sort_key(pad.GetName())): pads.append(pad) brd.write("PINS: {count}\n".format(count=len(pads))) for pad in pads: pad_pos = pad.GetPosition() + flipped = pad.IsFlipped() brd.write("{x} {y} {net} {side}\n" .format(x=coord(pad_pos.x), - y=y_coord(pad, outline_maxy, pad_pos.y), + y=y_coord(outline_maxy, pad_pos.y, flipped), net=pad.GetNetCode(), - side=1 + pad.IsFlipped())) + side=1 + flipped)) brd.write("\n") # Nails @@ -135,18 +132,19 @@ def convert(pcb, brd): for m in sorted(module_list, key=lambda mod: mod.GetReference()): if not skip_module(m, tp=True): pads_list = m.Pads() - for pad in sorted(pads_list, key=lambda pad: pad_sort_key(pad)): + for pad in sorted(pads_list, key=lambda pad: natural_sort_key(pad.GetName())): testpoints.append((m, pad)) brd.write("NAILS: {count}\n".format(count=len(testpoints))) for module, pad in testpoints: pad_pos = pad.GetPosition() + flipped = pad.IsFlipped() brd.write("{probe} {x} {y} {net} {side}\n" .format(probe=module.GetReference()[2:], x=coord(pad_pos.x), - y=y_coord(pad, outline_maxy, pad_pos.y), + y=y_coord(outline_maxy, pad_pos.y, flipped), net=pad.GetNetCode(), - side=1 + pad.IsFlipped())) + side=1 + flipped)) brd.write("\n") diff --git a/kibot/out_bom.py b/kibot/out_bom.py index 77a29a4a1..6275bc3a8 100644 --- a/kibot/out_bom.py +++ b/kibot/out_bom.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2020-2023 Salvador E. Tropea -# Copyright (c) 2020-2023 Instituto Nacional de Tecnología Industrial +# Copyright (c) 2020-2024 Salvador E. Tropea +# Copyright (c) 2020-2024 Instituto Nacional de Tecnología Industrial # License: MIT # Project: KiBot (formerly KiPlot) """ @@ -10,6 +10,8 @@ - from: KiCost role: Find components costs and specs version: 1.1.8 + - from: RSVG + role: SVG logos for the BoM - name: XLSXWriter role: Create XLSX files python_module: true @@ -22,12 +24,13 @@ from copy import deepcopy import os import re +from tempfile import NamedTemporaryFile from .gs import GS from .misc import W_BADFIELD, W_NEEDSPCB, DISTRIBUTORS, W_NOPART, W_MISSREF, DISTRIBUTORS_STUBS, DISTRIBUTORS_STUBS_SEPS from .optionable import Optionable, BaseOptions from .registrable import RegOutput from .error import KiPlotConfigurationError -from .kiplot import get_board_comps_data, load_any_sch, register_xmp_import, expand_fields +from .kiplot import get_board_comps_data, load_any_sch, register_xmp_import, expand_fields, run_command from .kicad.v5_sch import SchematicComponent, SchematicField from .bom.columnlist import ColumnList, BoMError from .bom.bom import do_bom @@ -201,7 +204,10 @@ def __init__(self): self.highlight_empty = True """ Use a color for empty cells. Applies only when `col_colors` is `true` """ self.logo = Optionable - """ *[string|boolean=''] PNG file to use as logo, use false to remove """ + """ *[string|boolean=''] PNG/SVG file to use as logo, use false to remove. + Note that when using an SVG this is first converted to a PNG using `logo_width` """ + self.logo_width = 370 + """ Used when the logo is an SVG image. This width is used to render the SVG image """ self.title = 'KiBot Bill of Materials' """ *BoM title """ self.extra_info = Optionable @@ -487,7 +493,8 @@ def __init__(self): This option is for simple cases, consider using a full variant for complex cases """ self.exclude_filter = Optionable """ [string|list(string)='_mechanical'] Name of the filter to exclude components from BoM processing. - The default filter excludes test points, fiducial marks, mounting holes, etc. + The default filter (built-in filter '_mechanical') excludes test points, fiducial marks, mounting holes, etc. + Please consult the built-in filters explanation to fully understand what is excluded by default. This option is for simple cases, consider using a full variant for complex cases """ self.dnf_filter = Optionable """ [string|list(string)='_kibom_dnf'] Name of the filter to mark components as 'Do Not Fit'. @@ -891,6 +898,31 @@ def aggregate_comps(self, comps): comps.extend(new_comps) prj.source = os.path.basename(prj.file) + def solve_logo(self): + if self.format == 'html': + logo = self.html.logo + w = self.html.logo_width + elif self.format == 'xlsx': + logo = self.xlsx.logo + w = self.xlsx.logo_width + else: + return None + if not logo: + return None + ext = os.path.splitext(logo)[1] + if ext.lower() != '.svg': + return None + with NamedTemporaryFile(mode='w', suffix='.png', delete=False) as f: + png = f.name + cmd = [self.ensure_tool('RSVG'), '-w', str(w), '-f', 'png', '-o', png, logo] + run_command(cmd) + self._old_logo = logo + if self.format == 'html': + self.html.logo = png + elif self.format == 'xlsx': + self.xlsx.logo = png + return png + def run(self, output): format = self.format.lower() if format == 'xlsx': @@ -950,10 +982,18 @@ def run(self, output): # To translate project to ID if self.source_by_id: self.source_to_id = {prj.name: prj.ref_id for prj in self.aggregate} + tmp_png = self.solve_logo() try: do_bom(output, format, comps, self) except BoMError as e: raise KiPlotConfigurationError(str(e)) + finally: + if tmp_png: + os.remove(tmp_png) + if self.format == 'html': + self.html.logo = self._old_logo + elif self.format == 'xlsx': + self.xlsx.logo = self._old_logo # Undo the reference prefix if self.ref_id: l_id = len(self.ref_id) diff --git a/kibot/out_diff.py b/kibot/out_diff.py index ad81485fe..d50352243 100644 --- a/kibot/out_diff.py +++ b/kibot/out_diff.py @@ -486,7 +486,10 @@ def do_compare(self, old, old_type, new, new_type, name, name_ori): GS.exit_with_error(None, FAILED_EXECUTE, e) if self.add_link_id: name_comps = os.path.splitext(name_ori) - target = name_comps[0]+'_'+gh1+'-'+gh2+name_comps[1] + extra = '_'+gh1+'-'+gh2 + # Replace things like "origin/main" by "origin_main" + extra = extra.replace('/', '_') + target = name_comps[0]+extra+name_comps[1] if self.copy_instead_of_link: copy2(name, target) else: diff --git a/kibot/out_kikit_present.py b/kibot/out_kikit_present.py index 02a6732bd..7695e322c 100644 --- a/kibot/out_kikit_present.py +++ b/kibot/out_kikit_present.py @@ -157,7 +157,7 @@ def generate_archive(self, out, tmp_name): # Configure it according to our needs with TemporaryDirectory() as tmp_dir: logger.debug('Generating the gerbers at '+tmp_dir) - out.done = False + out._done = False out.dir = tmp_dir out.options.variant = None run_output(out) diff --git a/kibot/out_kiri.py b/kibot/out_kiri.py index d02828e51..45c8978dc 100644 --- a/kibot/out_kiri.py +++ b/kibot/out_kiri.py @@ -147,7 +147,7 @@ def solve_layer_colors(self): def save_sch_sheet(self, hash, name_sch): # Load the schematic. Really worth? - sch = load_any_sch(name_sch, GS.sch_basename) + sch = load_any_sch(name_sch, GS.sch_basename, fatal=False, extra_msg=f'Commit: {hash}') with open(os.path.join(self.cache_dir, hash[:7], '_KIRI_', 'sch_sheets'), 'wt') as f: base_dir = os.path.dirname(name_sch) for s in sorted(sch.all_sheets, key=lambda x: x.sheet_path_h): diff --git a/kibot/out_navigate_results.py b/kibot/out_navigate_results.py index 712b3fa3a..f4743ec3c 100644 --- a/kibot/out_navigate_results.py +++ b/kibot/out_navigate_results.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2022-2023 Salvador E. Tropea -# Copyright (c) 2022-2023 Instituto Nacional de Tecnología Industrial -# License: GPL-3.0 +# Copyright (c) 2022-2024 Salvador E. Tropea +# Copyright (c) 2022-2024 Instituto Nacional de Tecnología Industrial +# License: AGPL-3.0 # Project: KiBot (formerly KiPlot) # The Assembly image is a composition from Pixlok and oNline Web Fonts # The rest are KiCad icons @@ -17,7 +17,10 @@ role: Create outputs preview - from: ImageMagick role: Create outputs preview + - from: Git + role: Find origin url """ +import base64 import os import subprocess import pprint @@ -25,10 +28,12 @@ from math import ceil from struct import unpack from tempfile import NamedTemporaryFile +from .bom.kibot_logo import KIBOT_LOGO, KIBOT_LOGO_W, KIBOT_LOGO_H +from .error import KiPlotConfigurationError from .gs import GS -from .optionable import BaseOptions -from .kiplot import config_output, get_output_dir -from .misc import W_NOTYET, W_MISSTOOL, W_NOOUTPUTS +from .optionable import Optionable, BaseOptions +from .kiplot import config_output, get_output_dir, run_command +from .misc import W_NOTYET, W_MISSTOOL, W_NOOUTPUTS, read_png from .registrable import RegOutput from .macros import macros, document, output_class # noqa: F401 from . import log, __version__ @@ -108,6 +113,7 @@ IMAGEABLES_SIMPLE = {'png', 'jpg'} IMAGEABLES_GS = {'pdf', 'eps', 'ps'} IMAGEABLES_SVG = {'svg'} +TITLE_HEIGHT = 30 STYLE = """ .cat-table { margin-left: auto; margin-right: auto; } .cat-table td { padding: 20px 24px; } @@ -139,6 +145,97 @@ .generator { text-align: right; font-size: 0.6em; } a:link, a:visited { text-decoration: none;} a:hover, a:active { text-decoration: underline;} +/* The side navigation menu */ +.sidenav { + height: 100%; /* 100% Full-height */ + width: 0; /* 0 width - change this with JavaScript */ + position: fixed; /* Stay in place */ + z-index: 1; /* Stay on top */ + top: 0; /* Stay at the top */ + left: 0; + background-color: #0e4e8e; /* Black*/ + overflow-x: hidden; /* Disable horizontal scroll */ + padding-top: 60px; /* Place content 60px from the top */ + transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */ +} +/* The navigation menu links */ +.sidenav a { + padding: 8px 8px 8px 8px; + text-decoration: none; + font-size: 16px; + color: #f1f1f1; + display: block; + transition: 0.3s; +} +/* When you mouse over the navigation links, change their color */ +.sidenav a:hover { + color: #ff0000; +} +/* Position and style the close button (top right corner) */ +.sidenav .closebtn { + position: absolute; + top: 0; + right: 8px; + font-size: 36px; + margin-left: 50px; +} +/* Style page content - use this if you want to push the page content to the right when you open the side navigation */ +#main { + transition: margin-left .5s; + padding: 20px; + margin-top: @TOP_MAR@px; +} +/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font + size) */ +@media screen and (max-height: 450px) { + .sidenav {padding-top: 15px;} + .sidenav a {font-size: 18px;} +} +ul { + display: block; + list-style-type: none; + margin-block: -1em 0px; + margin-inline: 0px 0px; + padding-inline-start: 10px; +} +ul li { + margin-block: 0px -1em; +} +.topmenu { + overflow: hidden; + position: fixed; /* Set the navbar to fixed position */ + top: 0; /* Position the navbar at the top of the page */ + width: 100%; /* Full width */ + background-color: white; /* Otherwise is transparent and overlaps */ +} +""" +SCRIPT = """ + """ @@ -174,10 +271,54 @@ def __init__(self): """ *The name of a file to create at the main output directory linking to the home page """ self.skip_not_run = False """ Skip outputs with `run_by_default: false` """ + self.logo = Optionable + """ [string|boolean=''] PNG file to use as logo, use false to remove. + The KiBot logo is used by default """ + self.logo_url = 'https://github.com/INTI-CMNB/KiBot/' + """ Target link when clicking the logo """ + self.title = '' + """ Title for the page, when empty KiBot will try using the schematic or PCB title. + If they are empty the name of the project, schematic or PCB file is used. + You can use %X values and KiCad variables here """ + self.title_url = Optionable + """ [string|boolean=''] Target link when clicking the title, use false to remove. + KiBot will try with the origin of the current git repo when empty """ + self.nav_bar = True + """ Add a side navigation bar to quickly access to the outputs """ + self.header = True + """ Add a header containing information for the project """ super().__init__() self._expand_id = 'navigate' self._expand_ext = 'html' + def config(self, parent): + super().config(parent) + # Logo + if isinstance(self.logo, type): + self.logo = '' + elif isinstance(self.logo, bool): + self.logo = '' if self.logo else None + elif self.logo: + self.logo = os.path.abspath(self.logo) + if not os.path.isfile(self.logo): + raise KiPlotConfigurationError('Missing logo file `{}`'.format(self.logo)) + self._logo_data, self._logo_w, self._logo_h = read_png(self.logo) + if self._logo_data is None: + raise KiPlotConfigurationError('Only PNG images are supported for the logo') + if self.logo == '': + # Internal logo + self._logo_w = int(KIBOT_LOGO_W/2) + self._logo_h = int(KIBOT_LOGO_H/2) + self._logo_data = base64.b64decode(KIBOT_LOGO) + elif self.logo is None: + self._logo_w = self._logo_h = 0 + self._logo_data = '' + # Title URL + if isinstance(self.title_url, type): + self.title_url = '' + elif isinstance(self.title_url, bool): + self.title_url = '' if self.title_url else None + def add_to_tree(self, cat, out, o_tree): # Add `out` to `o_tree` in the `cat` category cat = cat.split('/') @@ -336,8 +477,11 @@ def add_back_home(self, f, prev): format(self.home, self.home_img, MID_ICON, MID_ICON)) f.write(' ') f.write('') - f.write('

Generated by KiBot v{}

'. + f.write('

Generated by KiBot v{}

\n'. format(__version__)) + f.write('\n') + if self.nav_bar: + f.write(SCRIPT) def write_head(self, f, title): f.write('\n') @@ -349,6 +493,9 @@ def write_head(self, f, title): f.write(' \n') f.write('\n') f.write('\n') + f.write(self.navbar) + f.write(self.top_menu) + f.write('
\n') def generate_cat_page_for(self, name, node, prev, category): logger.debug('- Categories: '+str(node.keys())) @@ -381,7 +528,7 @@ def generate_outputs(self, f, node): for oname, out in node.items(): if isinstance(out, dict): continue - f.write('\n') + f.write(f'
\n') out_name = oname.replace(' ', '_') oname = oname.replace('_', ' ') oname = oname[0].upper()+oname[1:] @@ -485,6 +632,88 @@ def create_tree(self): self.add_to_tree(c, o, o_tree) return o_tree + def generate_navbar_one(self, node, lvl, name, ext): + """ Recursively create a menu containing all outputs. + Using ul and li items """ + indent = ' '+' '*lvl + code = indent+'
    \n' + indent += ' ' + for k, v in node.items(): + if isinstance(v, dict): + new_name = name+'_'+k + code += indent+f'
  • {k}
  • \n' + code += self.generate_navbar_one(v, lvl+1, new_name, ext) + else: + code += indent+f'
  • {v.name}
  • \n' + code += indent[:-1]+'
\n' + return code + + def generate_navbar(self, node, name): + name, ext = os.path.splitext(name) + code = '
\n' + code += '×\n' + code += self.generate_navbar_one(node, 0, name, ext) + code += '
\n' + return code + + def generate_top_menu(self): + # Div for the top info + fsize = f'{TITLE_HEIGHT}px' + code = '
\n' + code += '
\n' + code += ' \n' + code += ' \n' + code += ' \n' + code += ' \n' + code += ' \n' + code += '
\n' + if self.nav_bar: + code += f' \n' + code += ' \n' + if self.logo is not None and self.header: + img_name = os.path.join('images', 'logo.png') + if self.logo_url: + code += f' \n' + code += ' Logo\n' + if self.logo_url: + code += ' \n' + code += ' \n' + if self.header: + if self.title_url: + code += f' \n' + code += f' {self._solved_title}\n' + if self.title_url: + code += ' \n' + code += '
\n' + code += '
\n' + return code + + def solve_title(self): + base_title = None + if GS.sch: + base_title = GS.sch.get_title() + if GS.board and not base_title: + tb = GS.board.GetTitleBlock() + base_title = tb.GetTitle() + if not base_title: + base_title = GS.pro_basename or GS.sch_basename or GS.pcb_basename or 'Unknown' + text = self.expand_filename_sch(self.title if self.title else '+') + if text[0] == '+': + text = base_title+text[1:] + self._solved_title = text + # Now the URL + if self.title_url is not None and not self.title_url: + # Empty but not None + self._git_command = self.check_tool('Git') + if self._git_command: + res = '' + try: + res = run_command([self._git_command, 'remote', 'get-url', 'origin'], just_raise=True) + except subprocess.CalledProcessError: + pass + if res: + self.title_url = res + def run(self, name): self.out_dir = os.path.dirname(name) self.img_src_dir = GS.get_resource_path('images') @@ -499,7 +728,11 @@ def run(self, name): logger.warning(W_NOOUTPUTS+'No outputs for navigate results') return with open(os.path.join(self.out_dir, 'styles.css'), 'wt') as f: - f.write(STYLE) + if not self.header: + top_margin = 0 if not self.nav_bar else TITLE_HEIGHT + else: + top_margin = str(max(self._logo_h, TITLE_HEIGHT)) + f.write(STYLE.replace('@TOP_MAR@', str(top_margin))) self.rsvg_command = self.check_tool('rsvg1') self.convert_command = self.check_tool('ImageMagick') self.ps2img_avail = self.check_tool('Ghostscript') @@ -508,6 +741,13 @@ def run(self, name): self.back_img = self.copy('back', MID_ICON) self.home_img = self.copy('home', MID_ICON) copy2(os.path.join(self.img_src_dir, 'favicon.ico'), os.path.join(self.out_dir, 'favicon.ico')) + # Copy the logo image + if self.logo is not None and self.header: + with open(os.path.join(self.out_dir, 'images', 'logo.png'), 'wb') as f: + f.write(self._logo_data) + self.solve_title() + self.navbar = self.generate_navbar(o_tree, name) if self.nav_bar else '' + self.top_menu = self.generate_top_menu() if self.nav_bar or self.header else '' self.generate_page_for(o_tree, name) # Link it? if self.link_from_root: diff --git a/kibot/out_panelize.py b/kibot/out_panelize.py index 7cdecb6ef..71e7e997a 100644 --- a/kibot/out_panelize.py +++ b/kibot/out_panelize.py @@ -1,12 +1,13 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2022-2023 Salvador E. Tropea -# Copyright (c) 2022-2023 Instituto Nacional de Tecnología Industrial -# License: GPL-3.0 +# Copyright (c) 2022-2024 Salvador E. Tropea +# Copyright (c) 2022-2024 Instituto Nacional de Tecnología Industrial +# License: AGPL-3.0 # Project: KiBot (formerly KiPlot) """ Dependencies: - from: KiKit role: mandatory + version: 1.5.1 """ import collections from copy import deepcopy @@ -61,15 +62,15 @@ def __init__(self): """ {type} """ self.size = None """ {type} """ - self.anchor = 'tl' + self.anchor = 'mt' """ [tl,tr,bl,br,mt,mb,ml,mr,c] Point of the panel to be placed at given position. Can be one of tl, tr, bl, br (corners), mt, mb, ml, mr (middle of sides), c (center). The anchors refer to the panel outline """ - self.posx = 15 - """ [number|string] The X position of the panel on the page """ + self.posx = '50%' + """ [number|string] The X position of the panel on the page. Can be expressed as a page size percentage """ self.pos_x = None """ {posx} """ - self.posy = 15 - """ [number|string] The Y position of the panel on the page """ + self.posy = 20 + """ [number|string] The Y position of the panel on the page. Can be expressed as a page size percentage """ self.pos_y = None """ {posy} """ self.width = 297 @@ -80,7 +81,8 @@ def __init__(self): def config(self, parent): super().config(parent) - self.add_units(('posx', 'posy', 'width', 'height')) + self.add_units(('posx', 'posy'), percent=True) + self.add_units(('width', 'height')) class PanelizeLayout(PanelOptionsWithPlugin): @@ -122,19 +124,39 @@ def __init__(self): self.vbackbone = 0 """ [number|string] The width of vertical backbone (0 means no backbone). The backbone does not increase the spacing of the boards """ + self.v_back_bone = None + """ {vbackbone} """ self.hbackbone = 0 """ [number|string] The width of horizontal backbone (0 means no backbone). The backbone does not increase the spacing of the boards """ + self.h_back_bone = None + """ {hbackbone} """ self.vboneskip = 0 """ Skip every n vertical backbones. I.e., 1 means place only every other backbone """ + self.v_bone_skip = None + """ {vboneskip} """ self.hboneskip = 0 """ Skip every n horizontal backbones. I.e., 1 means place only every other backbone """ + self.h_bone_skip = None + """ {hboneskip} """ self.vbonecut = True """ If there are both backbones specified, specifies if there should be a vertical cut where the backbones cross """ + self.v_bone_cut = None + """ {vbonecut} """ self.hbonecut = True """ If there are both backbones specified, specifies if there should be a horizontal cut where the backbones cross """ + self.h_bone_cut = None + """ {hbonecut} """ + self.vbonefirst = 0 + """ Specify first vertical backbone to render """ + self.v_bone_first = None + """ {vbonefirst} """ + self.hbonefirst = 0 + """ Specify first horizontal backbone to render """ + self.h_bone_first = None + """ {hbonefirst} """ super().__init__() def config(self, parent): @@ -176,6 +198,12 @@ def __init__(self): self.cutout = 1 """ [number|string] When your design features open pockets on the side, this parameter specifies extra cutout depth in order to ensure that a sharp corner of the pocket can be milled. Used for *full* """ + self.patchcorners = True + """ The full tabs are appended to the nearest flat face of the PCB. If the PCB has sharp corners, you want to + add patches of substrate to these corners. However, if the PCB has fillet or miter, you don't want to + apply the patches """ + self.patch_corners = None + """ {patchcorners} """ self.tabfootprints = 'kikit:Tab' """ The footprint/s used for the *annotation* type. You can specify a list of footprints separated by comma """ self.tab_footprints = None @@ -212,13 +240,40 @@ def __init__(self): Used for *vcuts* """ self.cut_curves = None """ {cutcurves} """ + self.linewidth = 0.3 + """ [number|string] Line width to plot cuts with """ + self.line_width = None + """ {linewidth} """ + self.textthickness = 0.3 + """ [number|string] Text thickness for width """ + self.text_thickness = None + """ {textthickness} """ + self.textsize = 2 + """ [number|string] Text size for vcuts """ + self.text_size = None + """ {textsize} """ + self.endprolongation = 3 + """ [number|string] Prolongation on the end of V-CUT without text """ + self.end_prolongation = None + """ {endprolongation} """ + self.textprolongation = 3 + """ [number|string] Prolongation of the text size of V-CUT """ + self.text_prolongation = None + """ {textprolongation} """ + self.textoffset = 3 + """ [number|string] Text offset from the V-CUT """ + self.text_offset = None + """ {textoffset} """ + self.template = 'V-CUT' + """ Text template for the V-CUT """ self.layer = 'Cmts.User' """ Specify the layer to render V-cuts on. Also used for the *layer* type """ super().__init__() def config(self, parent): super().config(parent) - self.add_units(('drill', 'spacing', 'offset', 'prolong', 'clearance')) + self.add_units(('drill', 'spacing', 'offset', 'prolong', 'clearance', 'linewidth', 'textthickness', 'textsize', + 'endprolongation', 'textprolongation', 'textoffset')) res = Layer.solve(self.layer) if len(res) > 1: raise KiPlotConfigurationError('Must select only one layer for the V-cuts ({})'.format(self.layer)) @@ -245,7 +300,16 @@ def __init__(self): self.fillet = 0 """ [number|string] Specify radius of fillet frame corners """ self.chamfer = 0 - """ [number|string] Specify the size of chamfer frame corners """ + """ [number|string] Specify the size of chamfer frame corners. You can also separately specify `chamferwidth` + and `chamferheight` to create a non 45 degrees chamfer """ + self.chamferwidth = 0 + """ [number|string] Width of the chamfer frame corners, used for non 45 degrees chamfer """ + self.chamfer_width = None + """ {chamferwidth} """ + self.chamferheight = 0 + """ [number|string] Height of the chamfer frame corners, used for non 45 degrees chamfer """ + self.chamfer_height = None + """ {chamferheight} """ self.mintotalheight = 0 """ [number|string] If needed, add extra material to the rail or frame to meet the minimal requested size. Useful for services that require minimal panel size """ @@ -256,6 +320,14 @@ def __init__(self): Useful for services that require minimal panel size """ self.min_total_width = None """ {mintotalwidth} """ + self.maxtotalheight = 10000 + """ [number|string] Maximal height of the panel """ + self.max_total_height = None + """ {maxtotalheight} """ + self.maxtotalwidth = 10000 + """ [number|string] Maximal width of the panel """ + self.max_total_width = None + """ {maxtotalwidth} """ self.cuts = 'both' """ [none,both,v,h] Specify whether to add cuts to the corners of the frame for easy removal. Used for *frame* """ @@ -270,7 +342,7 @@ def config(self, parent): if self.space: self.hspace = self.vspace = self.space self.add_units(('hspace', 'vspace', 'space', 'width', 'fillet', 'chamfer', 'mintotalwidth', 'mintotalheight', - 'slotwidth')) + 'slotwidth', 'chamferwidth', 'chamferheight')) class PanelizeTooling(PanelOptionsWithPlugin): @@ -286,11 +358,15 @@ def __init__(self): """ [number|string] Diameter of the holes """ self.paste = False """ If True, the holes are included in the paste layer (therefore they appear on the stencil) """ + self.soldermaskmargin = 0 + """ [number|string] Solder mask expansion/margin. Use 1.3mm for JLCPCB """ + self.solder_mask_margin = None + """ {soldermaskmargin} """ super().__init__() def config(self, parent): super().config(parent) - self.add_units(('hoffset', 'voffset', 'size')) + self.add_units(('hoffset', 'voffset', 'size', 'soldermaskmargin')) class PanelizeFiducials(PanelOptions): @@ -308,6 +384,8 @@ def __init__(self): """ {coppersize} """ self.opening = 1 """ [number|string] Diameter of the solder mask opening """ + self.paste = False + """ Include the fiducials in the paste layer (therefore they appear on the stencil) """ super().__init__() def config(self, parent): @@ -369,25 +447,34 @@ class PanelizeCopperfill(PanelOptions): def __init__(self): with document: self.type = 'none' - """ *[none,solid,hatched] How to fill non-board areas of the panel with copper """ + """ *[none,solid,hatched,hex] How to fill non-board areas of the panel with copper """ self.clearance = 0.5 """ [number|string] Extra clearance from the board perimeters. Suitable for, e.g., not filling the tabs with copper """ + self.edgeclearance = 0.5 + """ [number|string] Specifies clearance between the fill and panel perimeter """ + self.edge_clearance = None + """ {edgeclearance} """ self.layers = 'F.Cu,B.Cu' """ [string|list(string)] List of layers to fill. Can be a comma-separated string. Using *all* means all external copper layers """ self.width = 1 """ [number|string] The width of the hatched strokes """ self.spacing = 1 - """ [number|string] The space between the hatched strokes """ + """ [number|string] The space between the hatched strokes or hexagons """ self.orientation = 45 """ [number|string] The orientation of the hatched strokes """ + self.diameter = 7 + """ [number|string] Diameter of hexagons """ + self.threshold = 15 + """ Remove fragments smaller than threshold. Expressed as a percentage """ super().__init__() def config(self, parent): super().config(parent) - self.add_units(('width', 'spacing', 'clearance')) + self.add_units(('width', 'spacing', 'clearance', 'edgeclearance', 'diameter')) self.add_angle(('orientation', )) + self.threshold = str(self.threshold)+'%' if not isinstance(self.layers, str) or self.layers != 'all': if isinstance(self.layers, str): self.layers = self.layers.split(',') @@ -407,6 +494,11 @@ def __init__(self): Specify mill radius (usually 1 mm). 0 radius disables the functionality """ self.mill_radius = None """ {millradius} """ + self.millradiusouter = 0 + """ [number|string] Like `millradius`, but modifies only board outer counter. + No internal features of the board are affected """ + self.mill_radius_outer = None + """ {millradiusouter} """ self.reconstructarcs = False """ The panelization process works on top of a polygonal representation of the board. This options allows to reconstruct the arcs in the design before saving the panel """ @@ -434,11 +526,15 @@ def __init__(self): Empty string does not changes the origin """ self.dimensions = False """ Draw dimensions with the panel size. """ + self.edgewidth = 0.1 + """ [number|string] Specify line width for the Edge.Cuts of the panel """ + self.edge_width = None + """ {edgewidth} """ super().__init__() def config(self, parent): super().config(parent) - self.add_units(('millradius',)) + self.add_units(('millradius', 'edgewidth', 'millradiusouter')) class PanelizeDebug(PanelOptions): @@ -658,6 +754,8 @@ def config(self, parent): elif isinstance(self.configs, str): self.configs = [self.configs] for c, cfg in enumerate(self.configs): + if isinstance(cfg, str): + continue if not cfg.name: cfg.name = str(c+1) diff --git a/kibot/out_pcb2blender_tools.py b/kibot/out_pcb2blender_tools.py index 99e14465d..82fe5728e 100644 --- a/kibot/out_pcb2blender_tools.py +++ b/kibot/out_pcb2blender_tools.py @@ -105,7 +105,8 @@ def __init__(self): """ Prefix used for the stack files """ self.show_components = Optionable """ *[list(string)|string=all] [none,all] List of components to include in the pads list, - can be also a string for `none` or `all`. The default is `all` """ + can be also a string for `none` or `all`. The default is `all`. + Ranges like *R5-R10* are supported """ super().__init__() self._expand_id = 'pcb2blender' self._expand_ext = 'pcb3d' diff --git a/kibot/out_pcb_print.py b/kibot/out_pcb_print.py index ac6c24a7f..6b10fda3e 100644 --- a/kibot/out_pcb_print.py +++ b/kibot/out_pcb_print.py @@ -1109,8 +1109,8 @@ def mirror_text(self, page, id): if g.GetLayer() == id: if hasattr(g, 'GetShownText'): if extra_debug: - logger.debug(f'- {g.GetClass()} {g.GetShownText()} @ {g.GetCenter()} mirrored: {g.IsMirrored()}' - f' just: {g.GetHorizJustify()}') + logger.debug(f'- {g.GetClass()} {GS.get_shown_text(g)} @ {g.GetCenter()}' + f' mirrored: {g.IsMirrored()} just: {g.GetHorizJustify()}') g.SetMirrored(not g.IsMirrored()) g.SetHorizJustify(-g.GetHorizJustify()) if page.mirror_footprint_text: @@ -1119,7 +1119,7 @@ def mirror_text(self, page, id): if g.GetLayer() == id: if hasattr(g, 'GetShownText'): if extra_debug: - logger.debug(f'- {g.GetClass()} {g.GetShownText()} @ {g.GetCenter()}' + logger.debug(f'- {g.GetClass()} {GS.get_shown_text(g)} @ {g.GetCenter()}' f' mirrored: {g.IsMirrored()} just: {g.GetHorizJustify()}') g.SetMirrored(not g.IsMirrored()) g.SetHorizJustify(-g.GetHorizJustify()) diff --git a/kibot/out_populate.py b/kibot/out_populate.py index 62774961f..aee220a8f 100644 --- a/kibot/out_populate.py +++ b/kibot/out_populate.py @@ -3,14 +3,15 @@ # Copyright (c) 2022-2023 Instituto Nacional de Tecnología Industrial # License: GPL-3.0 # Project: KiBot (formerly KiPlot) -""" -Dependencies: - - name: mistune - python_module: true - debian: python3-mistune - arch: python-mistune - role: mandatory -""" +# No longer a dependency, now included. +# Will be fixed when the code supports mistune 3 ... or never +# Dependencies: +# - name: mistune +# python_module: true +# debian: python3-mistune +# arch: python-mistune +# role: mandatory +# """ import os from tempfile import NamedTemporaryFile # Here we import the whole module to make monkeypatch work @@ -113,8 +114,6 @@ def generate_images(self, dir_name, content): return content def run(self, dir_name): - # Ensure we have mistune - self.ensure_tool('mistune') # Now we can use populate from .PcbDraw.populate import (load_content, get_data_path, read_template, create_renderer, parse_content, generate_html, generate_markdown, find_data_file) diff --git a/kibot/out_position.py b/kibot/out_position.py index 0d0263e1e..faf929545 100644 --- a/kibot/out_position.py +++ b/kibot/out_position.py @@ -351,7 +351,8 @@ def run(self, fname): class Position(BaseOutput): # noqa: F821 """ Pick & place Generates the file with position information for the PCB components, used by the pick and place machine. - This output is what you get from the 'File/Fabrication output/Footprint position (.pos) file' menu in pcbnew. """ + This output is what you get from the 'File/Fabrication output/Footprint position (.pos) file' menu in pcbnew. + Note that if you need a more customized output you can use the *bom* output, which can include positions. """ def __init__(self): super().__init__() with document: diff --git a/kibot/out_render_3d.py b/kibot/out_render_3d.py index d9e1f5624..e9f0acd2c 100644 --- a/kibot/out_render_3d.py +++ b/kibot/out_render_3d.py @@ -89,7 +89,8 @@ def __init__(self): """ *[top,bottom,front,rear,right,left,z,Z,y,Y,x,X] Point of view """ self.zoom = 0 """ *Zoom steps. Use positive to enlarge, get closer, and negative to reduce. - Same result as using the mouse wheel in the 3D viewer """ + Same result as using the mouse wheel in the 3D viewer. + Note that KiCad 8 starts with a zoom to fit, so you might not even need it """ self.width = 1280 """ Image width (aprox.) """ self.height = 720 diff --git a/kibot/pre_pcb_replace.py b/kibot/pre_pcb_replace.py index 89503b081..fa4f992c9 100644 --- a/kibot/pre_pcb_replace.py +++ b/kibot/pre_pcb_replace.py @@ -54,7 +54,7 @@ def apply(self): if o.date_command: # Convert it into another replacement t = TagReplacePCB() - t.tag = r'^ \(date (\S+|"(?:[^"]|\\")+")\)$' + t.tag = r'^( |\t\t)\(date (\S+|"(?:[^"]|\\")+")\)$' t.command = o.date_command t.before = ' (date "' t.after = '")' diff --git a/kibot/pre_update_xml.py b/kibot/pre_update_xml.py index 797669173..9e471e490 100644 --- a/kibot/pre_update_xml.py +++ b/kibot/pre_update_xml.py @@ -78,7 +78,7 @@ def check_components(self, comps, errors): excluded = set() for m in GS.get_modules(): ref = m.GetReference() - pcb_props = m.GetProperties() + pcb_props = GS.get_fields(m) found_comps.add(ref) if ref not in comps: if GS.ki6_only and pcb_props.get('exclude_from_bom') is not None: @@ -120,6 +120,8 @@ def check_components(self, comps, errors): for p in set(pcb_props.keys()).difference(found_props): errors.append('{} PCB property `{}` not in schematic'.format(ref, p)) for ref in set(comps.keys()).difference(found_comps): + if 'exclude_from_board' in comps[ref].props: + continue errors.append('{} found in schematic, but not in PCB'.format(ref)) return excluded diff --git a/src/kibot-check b/src/kibot-check index 28cd8d4d5..a109e13e1 100755 --- a/src/kibot-check +++ b/src/kibot-check @@ -187,7 +187,7 @@ deps = '{\ "extra_arch": null,\ "extra_deb": null,\ "help_option": "--version",\ - "importance": 6,\ + "importance": 7,\ "in_debian": true,\ "is_kicad_plugin": false,\ "is_python": false,\ @@ -219,6 +219,13 @@ deps = '{\ "output": "kiri",\ "version": null\ },\ + {\ + "desc": "Find origin url",\ + "mandatory": false,\ + "max_version": null,\ + "output": "navigate_results",\ + "version": null\ + },\ {\ "desc": "Find commit hash and/or date",\ "mandatory": false,\ @@ -761,9 +768,8 @@ deps = '{\ "output": "panelize",\ "version": [\ 1,\ - 3,\ - 0,\ - 4\ + 5,\ + 1\ ]\ },\ {\ @@ -1062,17 +1068,24 @@ deps = '{\ "extra_arch": null,\ "extra_deb": null,\ "help_option": "--version",\ - "importance": 4,\ + "importance": 5,\ "in_debian": true,\ "is_kicad_plugin": false,\ "is_python": false,\ "name": "RSVG tools",\ "no_cmd_line_version": false,\ "no_cmd_line_version_old": false,\ - "output": "navigate_results",\ + "output": "bom",\ "plugin_dirs": null,\ "pypi_name": "RSVG tools",\ "role": [\ + {\ + "desc": "SVG logos for the BoM",\ + "mandatory": false,\ + "max_version": null,\ + "output": "bom",\ + "version": null\ + },\ {\ "desc": "Create outputs preview",\ "mandatory": false,\ @@ -1303,40 +1316,6 @@ deps = '{\ "url": null,\ "url_down": null\ },\ - "mistune": {\ - "arch": "python-mistune",\ - "command": "mistune",\ - "comments": [],\ - "deb_package": "python3-mistune",\ - "downloader": null,\ - "downloader_str": null,\ - "extra_arch": null,\ - "extra_deb": null,\ - "help_option": "--version",\ - "importance": 10000,\ - "in_debian": true,\ - "is_kicad_plugin": false,\ - "is_python": true,\ - "module_name": "mistune",\ - "name": "mistune",\ - "no_cmd_line_version": false,\ - "no_cmd_line_version_old": false,\ - "output": "populate",\ - "plugin_dirs": null,\ - "pypi_name": "mistune",\ - "role": [\ - {\ - "desc": null,\ - "mandatory": true,\ - "max_version": null,\ - "output": "populate",\ - "version": null\ - }\ - ],\ - "tests": [],\ - "url": null,\ - "url_down": null\ - },\ "numpy": {\ "arch": "python-numpy",\ "command": "numpy",\ @@ -1763,7 +1742,7 @@ if kicad_ok: version = 'Older than 5.1.6' else: version = NOT_AVAIL -if kicad_version >= (5, 1, 6) and kicad_version < (7, 99): +if kicad_version >= (5, 1, 6) and kicad_version < (8, 99): sev = 0 else: sev = 4 diff --git a/src/kibot-check.in b/src/kibot-check.in index 9769eadf6..e7f182c50 100755 --- a/src/kibot-check.in +++ b/src/kibot-check.in @@ -409,7 +409,7 @@ if kicad_ok: version = 'Older than 5.1.6' else: version = NOT_AVAIL -if kicad_version >= (5, 1, 6) and kicad_version < (7, 99): +if kicad_version >= (5, 1, 6) and kicad_version < (8, 99): sev = 0 else: sev = 4 diff --git a/tests/board_samples/kicad_8/3Rs.kicad_pcb b/tests/board_samples/kicad_8/3Rs.kicad_pcb index 0e32118cb..10c7c0d45 100644 --- a/tests/board_samples/kicad_8/3Rs.kicad_pcb +++ b/tests/board_samples/kicad_8/3Rs.kicad_pcb @@ -1,250 +1,851 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "") - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea76d80) - (at 105 35 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (attr smd) - (fp_text reference "R1" (at 0 -1.65 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7accab11-60c9-461f-ba53-a70ef610ef19) - ) - (fp_text value "R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" (at 0 1.65 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bfb2ae84-71ae-497d-817c-7afccc6c3d10) - ) - (fp_text user "100" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 3e391892-edcb-4f5c-8776-b26e20029ef6) - ) - (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f46daced-b9c6-4d64-a28c-6afb7e2c3065)) - (fp_line (start -0.261252 0.71) (end 0.261252 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3011df62-c0d7-4b9c-b1f9-a9984bc57a14)) - (fp_line (start -1.85 -0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4b0e6714-7a3d-4a9c-8633-296acc4bc88d)) - (fp_line (start -1.85 0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e9cce14-3415-452e-bdc2-0227361387b6)) - (fp_line (start 1.85 -0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7cd569c7-a497-43f6-8a18-c63a614332b7)) - (fp_line (start 1.85 0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0217af6d-5725-4e07-b2d1-e6f17cf8c636)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ddef00a-9f12-4837-8569-6063e471cad8)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85bb78b4-3e17-45b4-b116-981f52407a88)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8023ef0f-6945-46ec-a981-7b131d3d0abe)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2702b853-e972-47a7-ad9a-9798d1c0efbd)) - (pad "1" smd roundrect (at -1.025 0 90) (size 1.15 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) (tstamp 9b6853f1-1f2b-46bb-86bb-c96ab23e5fa9)) - (pad "2" smd roundrect (at 1.025 0 90) (size 1.15 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) (tstamp 082ba767-9485-4883-93b1-46cd6b032d47)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Box_L13.0mm_W4.0mm_P9.00mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea76ec0) - (at 110 45) - (descr "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") - (tags "Resistor Box series Radial pin pitch 9.00mm 2W length 13.0mm width 4.0mm") - (attr through_hole) - (fp_text reference "R3" (at 4.5 -3.25) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 60ea5e3e-dd18-4da5-b8f0-939cb41d6498) - ) - (fp_text value "R_Box_L13.0mm_W4.0mm_P9.00mm" (at 4.5 3.25) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3def6d7e-7290-44d2-8ed9-c2e5c43626ce) - ) - (fp_text user "300" (at 4.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 27407789-cdfc-4f8a-8ac7-06bdef979f56) - ) - (fp_line (start -2.12 -2.12) (end -2.12 2.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7af4e766-b871-48ce-8b98-48f12ab55700)) - (fp_line (start -2.12 -2.12) (end 11.12 -2.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4411b38-872b-4492-b9f6-a161361afc62)) - (fp_line (start -2.12 2.12) (end 11.12 2.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf4e44be-ae4e-40a9-ad68-f03d79dcb1dd)) - (fp_line (start 11.12 -2.12) (end 11.12 2.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bff197df-2e9d-4e5b-b02a-6d1d875c548e)) - (fp_line (start -2.25 -2.25) (end -2.25 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77564e42-6b2c-411a-a64c-f03943640b57)) - (fp_line (start -2.25 2.25) (end 11.25 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca93b3d8-521f-49e8-81e9-b797eabca533)) - (fp_line (start 11.25 -2.25) (end -2.25 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e6c289d-b3c4-4bbb-80aa-eb9526a12989)) - (fp_line (start 11.25 2.25) (end 11.25 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e5e110d-b885-4f13-9af0-7002489251f2)) - (fp_line (start -2 -2) (end -2 2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bab10405-2df6-4f09-a546-81486a8098ef)) - (fp_line (start -2 2) (end 11 2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69b2f250-7e3c-4177-a6a5-11798c1789fe)) - (fp_line (start 11 -2) (end -2 -2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dcbc4cda-7fe2-47d5-b1dc-59b7e2a8301a)) - (fp_line (start 11 2) (end 11 -2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c88e7db9-6e27-4690-a360-aa8a64ff13e1)) - (pad "1" thru_hole circle (at 0 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 785912b7-60c1-43ec-9811-4a74538adb8a)) - (pad "2" thru_hole circle (at 9 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (tstamp d69c2026-913a-4a9c-866d-4df3d8ce63a8)) - (model "${KISYS3DMOD}/Resistor_THT.3dshapes/R_Box_L13.0mm_W4.0mm_P9.00mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "MountingHole:MountingHole_2.1mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebe1aa4) - (at 120 29) - (descr "Mounting Hole 2.1mm, no annular") - (tags "mounting hole 2.1mm no annular") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "REF**" (at 0 -3.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1d2988d6-294f-4e93-b979-f438ff3544cc) - ) - (fp_text value "MountingHole_2.1mm" (at 0 3.2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e014c3c2-85c0-400c-8ee1-749eca4c0d34) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c994ca02-fbbf-4c56-9a36-6854a0a43ff0) - ) - (fp_circle (center 0 0) (end 2.1 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 7387fc61-ddba-40f1-bd9e-b6df68988ed3)) - (fp_circle (center 0 0) (end 2.35 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 0d6b9c1e-4afb-499a-a533-00e027146f71)) - (pad "" np_thru_hole circle (at 0 0) (size 2.1 2.1) (drill 2.1) (layers "*.Cu" "*.Mask") (tstamp ceb4799f-93d5-4176-a733-69d970a274b6)) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ea76de9) - (at 110 35 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (attr smd) - (fp_text reference "R2" (at 0 1.65 -90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e71fc067-1e15-464b-a67c-ed53b03d94de) - ) - (fp_text value "R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" (at 0 -1.65 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 47b7ed7b-6581-4ac7-a0c2-91351ff83e2e) - ) - (fp_text user "150" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp c62bf5bc-d850-4481-a9b8-3934e9ff0e51) - ) - (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f3ca6d98-c2d2-499c-a2b3-2b3e369f9988)) - (fp_line (start -0.261252 0.71) (end 0.261252 0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f9e5a22a-6646-4709-b9b7-9673f6fcc184)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eb39ded6-0c38-4927-9aa9-43dba7d17210)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c2821538-1c13-4611-9dba-ef30a5f812b7)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 35b98d65-bd80-4ef9-8e78-54ec2fd1d85a)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 067cc84e-2712-40e8-a493-07e950859342)) - (fp_line (start -1 -0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 600a7f13-2d22-43ba-84c0-98c3577b6a77)) - (fp_line (start -1 0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7c8ec9db-6194-410f-91ef-e468f5bdb544)) - (fp_line (start 1 -0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 56f71ae4-54d4-4aea-911f-bd9df256d954)) - (fp_line (start 1 0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2715ac95-ae1c-47bd-8b6a-bcf194b9cd8d)) - (pad "1" smd roundrect (at -1.025 0 270) (size 1.15 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.217391) (tstamp d736e075-184f-4366-96db-afeb06451de8)) - (pad "2" smd roundrect (at 1.025 0 270) (size 1.15 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.217391) (tstamp 385f301d-d00a-47c6-9ff4-fd5305d883b6)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 100 25) (end 100 50) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ea7192f)) - (gr_line (start 125 25) (end 125 50) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ea76efc)) - (gr_line (start 100 25) (end 125 25) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ea76f1d)) - (gr_line (start 100 50) (end 125 50) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp eb88665f-f4a5-4024-9e6d-ee323df0995d)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea76d80") + (at 105 35 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R1" + (at 0 -1.65 90) + (layer "F.SilkS") + (uuid "7accab11-60c9-461f-ba53-a70ef610ef19") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "bfb2ae84-71ae-497d-817c-7afccc6c3d10") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1e25a5e8-9e18-4f2e-8fcd-9d9af3dc5681") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40d2f30a-50c0-4aa6-935f-1fb2eab0a6d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b43ee8e4-5d35-467e-92ef-71626a441ae5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start -0.261252 -0.71) + (end 0.261252 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f46daced-b9c6-4d64-a28c-6afb7e2c3065") + ) + (fp_line + (start -0.261252 0.71) + (end 0.261252 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3011df62-c0d7-4b9c-b1f9-a9984bc57a14") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7cd569c7-a497-43f6-8a18-c63a614332b7") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4b0e6714-7a3d-4a9c-8633-296acc4bc88d") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0217af6d-5725-4e07-b2d1-e6f17cf8c636") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3e9cce14-3415-452e-bdc2-0227361387b6") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8023ef0f-6945-46ec-a981-7b131d3d0abe") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2ddef00a-9f12-4837-8569-6063e471cad8") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2702b853-e972-47a7-ad9a-9798d1c0efbd") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "85bb78b4-3e17-45b4-b116-981f52407a88") + ) + (fp_text user "100" + (at 0 0 90) + (layer "F.Fab") + (uuid "3e391892-edcb-4f5c-8776-b26e20029ef6") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -1.025 0 90) + (size 1.15 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.217391) + (uuid "9b6853f1-1f2b-46bb-86bb-c96ab23e5fa9") + ) + (pad "2" smd roundrect + (at 1.025 0 90) + (size 1.15 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.217391) + (uuid "082ba767-9485-4883-93b1-46cd6b032d47") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Box_L13.0mm_W4.0mm_P9.00mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea76ec0") + (at 110 45) + (descr "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") + (tags "Resistor Box series Radial pin pitch 9.00mm 2W length 13.0mm width 4.0mm") + (property "Reference" "R3" + (at 4.5 -3.25 0) + (layer "F.SilkS") + (uuid "60ea5e3e-dd18-4da5-b8f0-939cb41d6498") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R_Box_L13.0mm_W4.0mm_P9.00mm" + (at 4.5 3.25 0) + (layer "F.Fab") + (uuid "3def6d7e-7290-44d2-8ed9-c2e5c43626ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "60ab8968-6dd2-4c4c-9858-acbd5b0f7d59") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a5c1400-f706-41bd-8796-2100f6f59ca4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0dd864a-88b2-43b3-8841-8e6068d981a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -2.12 -2.12) + (end -2.12 2.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7af4e766-b871-48ce-8b98-48f12ab55700") + ) + (fp_line + (start -2.12 -2.12) + (end 11.12 -2.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4411b38-872b-4492-b9f6-a161361afc62") + ) + (fp_line + (start -2.12 2.12) + (end 11.12 2.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf4e44be-ae4e-40a9-ad68-f03d79dcb1dd") + ) + (fp_line + (start 11.12 -2.12) + (end 11.12 2.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bff197df-2e9d-4e5b-b02a-6d1d875c548e") + ) + (fp_line + (start -2.25 -2.25) + (end -2.25 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77564e42-6b2c-411a-a64c-f03943640b57") + ) + (fp_line + (start -2.25 2.25) + (end 11.25 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ca93b3d8-521f-49e8-81e9-b797eabca533") + ) + (fp_line + (start 11.25 -2.25) + (end -2.25 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5e6c289d-b3c4-4bbb-80aa-eb9526a12989") + ) + (fp_line + (start 11.25 2.25) + (end 11.25 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6e5e110d-b885-4f13-9af0-7002489251f2") + ) + (fp_line + (start -2 -2) + (end -2 2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bab10405-2df6-4f09-a546-81486a8098ef") + ) + (fp_line + (start -2 2) + (end 11 2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "69b2f250-7e3c-4177-a6a5-11798c1789fe") + ) + (fp_line + (start 11 -2) + (end -2 -2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dcbc4cda-7fe2-47d5-b1dc-59b7e2a8301a") + ) + (fp_line + (start 11 2) + (end 11 -2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c88e7db9-6e27-4690-a360-aa8a64ff13e1") + ) + (fp_text user "300" + (at 4.5 0 0) + (layer "F.Fab") + (uuid "27407789-cdfc-4f8a-8ac7-06bdef979f56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2 2) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "785912b7-60c1-43ec-9811-4a74538adb8a") + ) + (pad "2" thru_hole circle + (at 9 0) + (size 2 2) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "d69c2026-913a-4a9c-866d-4df3d8ce63a8") + ) + (model "${KISYS3DMOD}/Resistor_THT.3dshapes/R_Box_L13.0mm_W4.0mm_P9.00mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.1mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebe1aa4") + (at 120 29) + (descr "Mounting Hole 2.1mm, no annular") + (tags "mounting hole 2.1mm no annular") + (property "Reference" "REF**" + (at 0 -3.2 0) + (layer "F.SilkS") + (uuid "1d2988d6-294f-4e93-b979-f438ff3544cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_2.1mm" + (at 0 3.2 0) + (layer "F.Fab") + (uuid "e014c3c2-85c0-400c-8ee1-749eca4c0d34") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "650c5737-20ea-4bed-90c6-11073655e48c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6dbc6c11-faf3-48f4-bb3f-cbeec9006bb8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d7c6947-6125-4b7f-91cd-89c5987518f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.1 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "7387fc61-ddba-40f1-bd9e-b6df68988ed3") + ) + (fp_circle + (center 0 0) + (end 2.35 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0d6b9c1e-4afb-499a-a533-00e027146f71") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "c994ca02-fbbf-4c56-9a36-6854a0a43ff0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.1 2.1) + (drill 2.1) + (layers "*.Cu" "*.Mask") + (uuid "ceb4799f-93d5-4176-a733-69d970a274b6") + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ea76de9") + (at 110 35 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R2" + (at 0 1.65 -90) + (layer "B.SilkS") + (uuid "e71fc067-1e15-464b-a67c-ed53b03d94de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" + (at 0 -1.65 -90) + (layer "B.Fab") + (uuid "47b7ed7b-6581-4ac7-a0c2-91351ff83e2e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c3d72aa5-570c-4199-9da4-fbbde8edea42") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29a86700-0148-4e81-9f57-095d7f24ff38") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ee9a4b7-37b1-4811-9e4e-e19eb5fbc568") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start -0.261252 0.71) + (end 0.261252 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f9e5a22a-6646-4709-b9b7-9673f6fcc184") + ) + (fp_line + (start -0.261252 -0.71) + (end 0.261252 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f3ca6d98-c2d2-499c-a2b3-2b3e369f9988") + ) + (fp_line + (start -1.85 0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c2821538-1c13-4611-9dba-ef30a5f812b7") + ) + (fp_line + (start 1.85 0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "067cc84e-2712-40e8-a493-07e950859342") + ) + (fp_line + (start -1.85 -0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eb39ded6-0c38-4927-9aa9-43dba7d17210") + ) + (fp_line + (start 1.85 -0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "35b98d65-bd80-4ef9-8e78-54ec2fd1d85a") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7c8ec9db-6194-410f-91ef-e468f5bdb544") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2715ac95-ae1c-47bd-8b6a-bcf194b9cd8d") + ) + (fp_line + (start -1 -0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "600a7f13-2d22-43ba-84c0-98c3577b6a77") + ) + (fp_line + (start 1 -0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "56f71ae4-54d4-4aea-911f-bd9df256d954") + ) + (fp_text user "150" + (at 0 0 -90) + (layer "B.Fab") + (uuid "c62bf5bc-d850-4481-a9b8-3934e9ff0e51") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.025 0 270) + (size 1.15 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.217391) + (uuid "d736e075-184f-4366-96db-afeb06451de8") + ) + (pad "2" smd roundrect + (at 1.025 0 270) + (size 1.15 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.217391) + (uuid "385f301d-d00a-47c6-9ff4-fd5305d883b6") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 100 25) + (end 100 50) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ea7192f") + ) + (gr_line + (start 125 25) + (end 125 50) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ea76efc") + ) + (gr_line + (start 100 25) + (end 125 25) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ea76f1d") + ) + (gr_line + (start 100 50) + (end 125 50) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "eb88665f-f4a5-4024-9e6d-ee323df0995d") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/3Rs_bv.kicad_pcb b/tests/board_samples/kicad_8/3Rs_bv.kicad_pcb index 10296e865..d7a373fe3 100644 --- a/tests/board_samples/kicad_8/3Rs_bv.kicad_pcb +++ b/tests/board_samples/kicad_8/3Rs_bv.kicad_pcb @@ -1,276 +1,956 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (layers - (0 "F.Cu" signal) - (1 "In1.Cu" signal "El1") - (2 "In2.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) - ) - - (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 0.48) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "In1.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 2" (type "prepreg") (thickness 0.48) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "In2.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 3" (type "core") (thickness 0.48) (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.051) - (solder_mask_min_width 0.25) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "") - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea76d80) - (at 105 35 90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (attr smd) - (fp_text reference "R1" (at 0 -1.65 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0b21a65d-d20b-411e-920a-75c343ac5136) - ) - (fp_text value "R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" (at 0 1.65 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3cd1bda0-18db-417d-b581-a0c50623df68) - ) - (fp_text user "100" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 6c2e273e-743c-4f1e-a647-4171f8122550) - ) - (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94a873dc-af67-4ef9-8159-1f7c93eeb3d7)) - (fp_line (start -0.261252 0.71) (end 0.261252 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c8eb964-bdf4-44de-90e9-e2ab82dd5313)) - (fp_line (start -1.85 -0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9bb20359-0f8b-45bc-9d38-6626ed3a939d)) - (fp_line (start -1.85 0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa14c3bd-4acc-4908-9d28-228585a22a9d)) - (fp_line (start 1.85 -0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d210a96-f81f-42a9-8bf4-1b43c11086f3)) - (fp_line (start 1.85 0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e857610b-4434-4144-b04e-43c1ebdc5ceb)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03c52831-5dc5-43c5-a442-8d23643b46fb)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d57dcfee-5058-4fc2-a68b-05f9a48f685b)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29e78086-2175-405e-9ba3-c48766d2f50c)) - (pad "1" smd roundrect (at -1.025 0 90) (size 1.15 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) (tstamp 7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e)) - (pad "2" smd roundrect (at 1.025 0 90) (size 1.15 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.217391) (tstamp 666713b0-70f4-42df-8761-f65bc212d03b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Box_L13.0mm_W4.0mm_P9.00mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea76ec0) - (at 110 45) - (descr "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") - (tags "Resistor Box series Radial pin pitch 9.00mm 2W length 13.0mm width 4.0mm") - (attr through_hole) - (fp_text reference "R3" (at 4.5 -3.25) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 47baf4b1-0938-497d-88f9-671136aa8be7) - ) - (fp_text value "R_Box_L13.0mm_W4.0mm_P9.00mm" (at 4.5 3.25) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 77ed3941-d133-4aef-a9af-5a39322d14eb) - ) - (fp_text user "300" (at 4.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 87371631-aa02-498a-998a-09bdb74784c1) - ) - (fp_line (start -2.12 -2.12) (end -2.12 2.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (fp_line (start -2.12 -2.12) (end 11.12 -2.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45)) - (fp_line (start -2.12 2.12) (end 11.12 2.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66116376-6967-4178-9f23-a26cdeafc400)) - (fp_line (start 11.12 -2.12) (end 11.12 2.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137)) - (fp_line (start -2.25 -2.25) (end -2.25 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce)) - (fp_line (start -2.25 2.25) (end 11.25 2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268)) - (fp_line (start 11.25 -2.25) (end -2.25 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (fp_line (start 11.25 2.25) (end 11.25 -2.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a)) - (fp_line (start -2 -2) (end -2 2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e615f7aa-337e-474d-9615-2ad82b1c44ca)) - (fp_line (start -2 2) (end 11 2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fb02e58-160a-4a39-9f22-d0c75e82ee72)) - (fp_line (start 11 -2) (end -2 -2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc)) - (fp_line (start 11 2) (end 11 -2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b)) - (pad "1" thru_hole circle (at 0 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03)) - (pad "2" thru_hole circle (at 9 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd)) - (model "${KISYS3DMOD}/Resistor_THT.3dshapes/R_Box_L13.0mm_W4.0mm_P9.00mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "MountingHole:MountingHole_2.1mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebe1aa4) - (at 120 29) - (descr "Mounting Hole 2.1mm, no annular") - (tags "mounting hole 2.1mm no annular") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "REF**" (at 0 -3.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae) - ) - (fp_text value "MountingHole_2.1mm" (at 0 3.2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543) - ) - (fp_circle (center 0 0) (end 2.1 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2)) - (fp_circle (center 0 0) (end 2.35 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp e8314017-7be6-4011-9179-37449a29b311)) - (pad "" np_thru_hole circle (at 0 0) (size 2.1 2.1) (drill 2.1) (layers "*.Cu" "*.Mask") (tstamp 746ba970-8279-4e7b-aed3-f28687777c21)) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ea76de9) - (at 110 35 -90) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (attr smd) - (fp_text reference "R2" (at 0 1.65 -90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506) - ) - (fp_text value "R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" (at 0 -1.65 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6) - ) - (fp_text user "150" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7) - ) - (fp_line (start -0.261252 -0.71) (end 0.261252 -0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11)) - (fp_line (start -0.261252 0.71) (end 0.261252 0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 127679a9-3981-4934-815e-896a4e3ff56e)) - (fp_line (start -1.85 -0.95) (end -1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f)) - (fp_line (start -1.85 0.95) (end 1.85 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144)) - (fp_line (start 1.85 -0.95) (end -1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (fp_line (start 1.85 0.95) (end 1.85 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - (fp_line (start -1 -0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (fp_line (start -1 0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (fp_line (start 1 -0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 716e31c5-485f-40b5-88e3-a75900da9811)) - (fp_line (start 1 0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - (pad "1" smd roundrect (at -1.025 0 270) (size 1.15 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.217391) (tstamp ce83728b-bebd-48c2-8734-b6a50d837931)) - (pad "2" smd roundrect (at 1.025 0 270) (size 1.15 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.217391) (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 100 25) (end 100 50) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ea7192f)) - (gr_line (start 125 25) (end 125 50) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ea76efc)) - (gr_line (start 100 25) (end 125 25) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ea76f1d)) - (gr_line (start 100 50) (end 125 50) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2)) - - (via (at 117 34) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (free) (net 0) (tstamp 240c10af-51b5-420e-a6f4-a2c8f5db1db5)) - (via blind (at 119.25 37.75) (size 0.8) (drill 0.4) (layers "F.Cu" "In1.Cu") (net 0) (tstamp 97fe9c60-586f-4895-8504-4d3729f5f81a)) - (via blind (at 117.5 36.25) (size 0.8) (drill 0.4) (layers "F.Cu" "In2.Cu") (net 0) (tstamp bdc7face-9f7c-4701-80bb-4cc144448db1)) - (via blind (at 120.75 36.25) (size 0.8) (drill 0.4) (layers "In1.Cu" "In2.Cu") (net 0) (tstamp 922058ca-d09a-45fd-8394-05f3e2c1e03a)) - (via blind (at 119.25 34.5) (size 0.8) (drill 0.4) (layers "In2.Cu" "B.Cu") (net 0) (tstamp 0f54db53-a272-4955-88fb-d7ab00657bb0)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (layers + (0 "F.Cu" signal) + (1 "In1.Cu" signal "El1") + (2 "In2.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) + ) + (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 0.48) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "In1.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 2" + (type "prepreg") + (thickness 0.48) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "In2.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 3" + (type "core") + (thickness 0.48) + (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.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea76d80") + (at 105 35 90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R1" + (at 0 -1.65 90) + (layer "F.SilkS") + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" + (at 0 1.65 90) + (layer "F.Fab") + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2eb1743-38fe-4012-b8fc-6f2ce1b6b427") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4503c651-1040-445d-a7a6-00fb26d61314") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bd9b4246-8abd-4cd0-9bf1-3660be7b4138") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start -0.261252 -0.71) + (end 0.261252 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94a873dc-af67-4ef9-8159-1f7c93eeb3d7") + ) + (fp_line + (start -0.261252 0.71) + (end 0.261252 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c8eb964-bdf4-44de-90e9-e2ab82dd5313") + ) + (fp_line + (start 1.85 -0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2d210a96-f81f-42a9-8bf4-1b43c11086f3") + ) + (fp_line + (start -1.85 -0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9bb20359-0f8b-45bc-9d38-6626ed3a939d") + ) + (fp_line + (start 1.85 0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e857610b-4434-4144-b04e-43c1ebdc5ceb") + ) + (fp_line + (start -1.85 0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aa14c3bd-4acc-4908-9d28-228585a22a9d") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03c52831-5dc5-43c5-a442-8d23643b46fb") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29e78086-2175-405e-9ba3-c48766d2f50c") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d57dcfee-5058-4fc2-a68b-05f9a48f685b") + ) + (fp_text user "100" + (at 0 0 90) + (layer "F.Fab") + (uuid "6c2e273e-743c-4f1e-a647-4171f8122550") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -1.025 0 90) + (size 1.15 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.217391) + (uuid "7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e") + ) + (pad "2" smd roundrect + (at 1.025 0 90) + (size 1.15 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.217391) + (uuid "666713b0-70f4-42df-8761-f65bc212d03b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Box_L13.0mm_W4.0mm_P9.00mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea76ec0") + (at 110 45) + (descr "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") + (tags "Resistor Box series Radial pin pitch 9.00mm 2W length 13.0mm width 4.0mm") + (property "Reference" "R3" + (at 4.5 -3.25 0) + (layer "F.SilkS") + (uuid "47baf4b1-0938-497d-88f9-671136aa8be7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R_Box_L13.0mm_W4.0mm_P9.00mm" + (at 4.5 3.25 0) + (layer "F.Fab") + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ab09c38e-cb9f-4ab2-b017-c0a7b142c562") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "252f70d5-d023-4a45-a557-80b5c8cb2fab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8a8d2bdd-ae5e-417e-9af2-92c15b82b4c8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -2.12 -2.12) + (end -2.12 2.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (fp_line + (start -2.12 -2.12) + (end 11.12 -2.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + ) + (fp_line + (start -2.12 2.12) + (end 11.12 2.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (fp_line + (start 11.12 -2.12) + (end 11.12 2.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + ) + (fp_line + (start -2.25 -2.25) + (end -2.25 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (fp_line + (start -2.25 2.25) + (end 11.25 2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (fp_line + (start 11.25 -2.25) + (end -2.25 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (fp_line + (start 11.25 2.25) + (end 11.25 -2.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + ) + (fp_line + (start -2 -2) + (end -2 2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (fp_line + (start -2 2) + (end 11 2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (fp_line + (start 11 -2) + (end -2 -2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + ) + (fp_line + (start 11 2) + (end 11 -2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (fp_text user "300" + (at 4.5 0 0) + (layer "F.Fab") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2 2) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (pad "2" thru_hole circle + (at 9 0) + (size 2 2) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (model "${KISYS3DMOD}/Resistor_THT.3dshapes/R_Box_L13.0mm_W4.0mm_P9.00mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_2.1mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebe1aa4") + (at 120 29) + (descr "Mounting Hole 2.1mm, no annular") + (tags "mounting hole 2.1mm no annular") + (property "Reference" "REF**" + (at 0 -3.2 0) + (layer "F.SilkS") + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole_2.1mm" + (at 0 3.2 0) + (layer "F.Fab") + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d089e13-9ff1-4e45-9174-d2d624a1c49f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6b910ad-9b62-494f-a0d4-c426d9ccd399") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e1f6c49d-b656-4e57-93ae-59f82aa1dafe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 2.1 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + ) + (fp_circle + (center 0 0) + (end 2.35 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 2.1 2.1) + (drill 2.1) + (layers "*.Cu" "*.Mask") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ea76de9") + (at 110 35 -90) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R2" + (at 0 1.65 -90) + (layer "B.SilkS") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "R_0805_2012Metric_Pad1.15x1.40mm_HandSolder" + (at 0 -1.65 -90) + (layer "B.Fab") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "674574b5-b524-46db-8022-f181de7d5034") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3083b9dd-2cef-4506-bcee-ffadfcfa047e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bec4eda5-ae56-4577-a826-d9e9530605ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start -0.261252 0.71) + (end 0.261252 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (fp_line + (start -0.261252 -0.71) + (end 0.261252 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (fp_line + (start -1.85 0.95) + (end 1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (fp_line + (start 1.85 0.95) + (end 1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (fp_line + (start -1.85 -0.95) + (end -1.85 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (fp_line + (start 1.85 -0.95) + (end -1.85 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (fp_line + (start -1 -0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (fp_line + (start 1 -0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (fp_text user "150" + (at 0 0 -90) + (layer "B.Fab") + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.025 0 270) + (size 1.15 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.217391) + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + ) + (pad "2" smd roundrect + (at 1.025 0 270) + (size 1.15 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.217391) + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 100 25) + (end 100 50) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ea7192f") + ) + (gr_line + (start 125 25) + (end 125 50) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ea76efc") + ) + (gr_line + (start 100 25) + (end 125 25) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ea76f1d") + ) + (gr_line + (start 100 50) + (end 125 50) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2") + ) + (via + (at 117 34) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (free yes) + (net 0) + (uuid "240c10af-51b5-420e-a6f4-a2c8f5db1db5") + ) + (via blind + (at 119.25 37.75) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "In1.Cu") + (net 0) + (uuid "97fe9c60-586f-4895-8504-4d3729f5f81a") + ) + (via blind + (at 117.5 36.25) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "In2.Cu") + (net 0) + (uuid "bdc7face-9f7c-4701-80bb-4cc144448db1") + ) + (via blind + (at 120.75 36.25) + (size 0.8) + (drill 0.4) + (layers "In1.Cu" "In2.Cu") + (net 0) + (uuid "922058ca-d09a-45fd-8394-05f3e2c1e03a") + ) + (via blind + (at 119.25 34.5) + (size 0.8) + (drill 0.4) + (layers "In2.Cu" "B.Cu") + (net 0) + (uuid "0f54db53-a272-4955-88fb-d7ab00657bb0") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/3d_rel_path/test.kicad_pcb b/tests/board_samples/kicad_8/3d_rel_path/test.kicad_pcb index 3ab220f4f..2f0cb065d 100644 --- a/tests/board_samples/kicad_8/3d_rel_path/test.kicad_pcb +++ b/tests/board_samples/kicad_8/3d_rel_path/test.kicad_pcb @@ -1,130 +1,296 @@ -(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 - (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 "") - - (footprint "mlib:R" (layer "F.Cu") - (tstamp 5f46b894-d621-486c-bcf1-0b45db372a95) - (at 135 95) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3df8d32e-f609-4b48-9636-ec723e03f868) - ) - (fp_text value "R_0805_2012Metric" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 61563171-d4b5-4679-894f-78943ce23089) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp be42099a-e595-4180-a3eb-149e19148be3) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 273bf02a-c6bb-4212-8c87-2b94f9cc9b1a)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a8ceac1-1b3a-401a-8a44-0bfbe963462f)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 119f736c-d404-4f43-a814-7baec504469c)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f57e66e8-a27b-4603-970c-06844be72bed)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e6165ed-a5b8-45b4-9c26-be9296ee630a)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f4d0565-9da3-4f90-8113-3afddd5c34b4)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d24b02f-d0b9-4ebe-896d-6af7f551f9fb)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1c955d2-75d6-4cda-8532-9a9191b8a5dc)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97b6ced4-54d6-4c3f-97a0-56eb80eaf089)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1633a85-c503-4c0e-b6ee-34ddfe6cc873)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) (tstamp 2a185d11-0890-42ec-b5a3-983d9506ec63)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) (tstamp b1b57acd-9369-4767-b075-bed2aa1d3bba)) - (model "my_3d/R.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_rect (start 130 90) (end 140 100) - (stroke (width 0.05) (type default)) (fill none) (layer "Edge.Cuts") (tstamp 7c77daf0-2841-4c0d-a4c4-bafb1842860a)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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 + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "mlib:R" + (layer "F.Cu") + (uuid "5f46b894-d621-486c-bcf1-0b45db372a95") + (at 135 95) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "3df8d32e-f609-4b48-9636-ec723e03f868") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R_0805_2012Metric" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "61563171-d4b5-4679-894f-78943ce23089") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2912983-a6ce-4c45-8a7e-d2c2dac76e5d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73054f91-bd5c-4002-b48a-963735493c31") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63922fd4-92fa-4cb2-891e-d0df12144951") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "273bf02a-c6bb-4212-8c87-2b94f9cc9b1a") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a8ceac1-1b3a-401a-8a44-0bfbe963462f") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "119f736c-d404-4f43-a814-7baec504469c") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f57e66e8-a27b-4603-970c-06844be72bed") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e6165ed-a5b8-45b4-9c26-be9296ee630a") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6f4d0565-9da3-4f90-8113-3afddd5c34b4") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9d24b02f-d0b9-4ebe-896d-6af7f551f9fb") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1c955d2-75d6-4cda-8532-9a9191b8a5dc") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "97b6ced4-54d6-4c3f-97a0-56eb80eaf089") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1633a85-c503-4c0e-b6ee-34ddfe6cc873") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "be42099a-e595-4180-a3eb-149e19148be3") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (uuid "2a185d11-0890-42ec-b5a3-983d9506ec63") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (uuid "b1b57acd-9369-4767-b075-bed2aa1d3bba") + ) + (model "my_3d/R.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_rect + (start 130 90) + (end 140 100) + (stroke + (width 0.05) + (type default) + ) + (fill none) + (layer "Edge.Cuts") + (uuid "7c77daf0-2841-4c0d-a4c4-bafb1842860a") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/3d_rel_path/test.kicad_prl b/tests/board_samples/kicad_8/3d_rel_path/test.kicad_prl index 2707ab7e3..e3fc80f50 100644 --- a/tests/board_samples/kicad_8/3d_rel_path/test.kicad_prl +++ b/tests/board_samples/kicad_8/3d_rel_path/test.kicad_prl @@ -67,6 +67,12 @@ "visible_layers": "fffffff_ffffffff", "zone_display_mode": 0 }, + "git": { + "repo_password": "", + "repo_type": "", + "repo_username": "", + "ssh_key": "" + }, "meta": { "filename": "test.kicad_prl", "version": 3 diff --git a/tests/board_samples/kicad_8/3d_rel_path/test.kicad_pro b/tests/board_samples/kicad_8/3d_rel_path/test.kicad_pro index fe4820a6f..654b7e47a 100644 --- a/tests/board_samples/kicad_8/3d_rel_path/test.kicad_pro +++ b/tests/board_samples/kicad_8/3d_rel_path/test.kicad_pro @@ -3,6 +3,9 @@ "3dviewports": [], "design_settings": { "defaults": { + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, "board_outline_line_width": 0.049999999999999996, "copper_line_width": 0.19999999999999998, "copper_text_italic": false, @@ -66,6 +69,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "ignore", "hole_clearance": "error", "hole_near_hole": "error", @@ -125,9 +129,6 @@ }, "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, @@ -136,37 +137,76 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } ], "track_widths": [], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [], "zones_allow_external_fillets": false }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -214,8 +254,11 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" diff --git a/tests/board_samples/kicad_8/RLC_sort.kicad_sch b/tests/board_samples/kicad_8/RLC_sort.kicad_sch index af049c7d1..0dd38e841 100644 --- a/tests/board_samples/kicad_8/RLC_sort.kicad_sch +++ b/tests/board_samples/kicad_8/RLC_sort.kicad_sch @@ -1,1001 +1,2621 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:L" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "L" (at -1.27 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "L" (at 1.905 0 90) - (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" "inductor choke coil reactor magnetic" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Inductor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "L_0_1" - (arc (start 0 -2.54) (mid 0.6323 -1.905) (end 0 -1.27) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 -1.27) (mid 0.6323 -0.635) (end 0 0) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 0) (mid 0.6323 0.635) (end 0 1.27) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 1.27) (mid 0.6323 1.905) (end 0 2.54) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "L_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "1" (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 "2" (effects (font (size 1.27 1.27)))) - (number "2" (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)))) - ) - ) - ) - ) - - - (polyline (pts (xy 50.8 127) (xy 76.2 127)) - (stroke (width 0) (type default)) - (uuid 47baf4b1-0938-497d-88f9-671136aa8be7) - ) - (polyline (pts (xy 50.8 148.59) (xy 50.8 127)) - (stroke (width 0) (type default)) - (uuid 4fb02e58-160a-4a39-9f22-d0c75e82ee72) - ) - (polyline (pts (xy 76.2 127) (xy 76.2 148.59)) - (stroke (width 0) (type default)) - (uuid 77ed3941-d133-4aef-a9af-5a39322d14eb) - ) - (polyline (pts (xy 76.2 148.59) (xy 50.8 148.59)) - (stroke (width 0) (type default)) - (uuid e615f7aa-337e-474d-9615-2ad82b1c44ca) - ) - - (text "This schematic serves as a test-file for the KiBot export script.\n\nObjetive: test R, L and C \"smart\" sorting" - (at 13.97 24.13 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 6a44418c-7bb4-4e99-8836-57f153c19721) - ) - (text "Malformed examples" (at 53.34 144.78 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid ef8fe2ac-6a7f-4682-9418-b801a1b10a3b) - ) - - (symbol (lib_id "Device:R") (at 55.88 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a2873) - (property "Reference" "R1" (at 57.912 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 55.88 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5081823b-af15-4652-8f62-e115e4598367)) - (pin "2" (uuid 34407fba-357b-4052-9216-06c1e2cae3ea)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a330d) - (property "Reference" "R2" (at 65.532 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "8,2k" (at 63.5 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4c7091d4-515a-46e1-8ca0-f82aa5cb62fb)) - (pin "2" (uuid 685e6150-e36f-47e8-b723-9a93196f7f6d)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a35e1) - (property "Reference" "R3" (at 71.882 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "6k8" (at 69.85 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 100a73e7-13ce-43bc-8783-1b4a2e371823)) - (pin "2" (uuid b80a23dc-70c6-40fa-a1c3-f168abe051ed)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a3ca0) - (property "Reference" "R6" (at 57.912 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1M" (at 55.88 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNF" (at 55.88 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4f4ed3ff-b7e3-455c-be2d-f1d3c4be2168)) - (pin "2" (uuid f7a08f47-28a3-4664-b73f-efd412909c91)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a3f38) - (property "Reference" "R7" (at 65.532 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2M2" (at 63.5 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNC" (at 63.5 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 666a127f-bbf1-44d7-9945-883a859a094b)) - (pin "2" (uuid 893c591c-b6ff-4f7c-af38-4373a74e1168)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a4181) - (property "Reference" "R8" (at 71.882 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1.2M" (at 69.85 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1dce7b9d-4f2a-4eaf-92bf-fbc13310290c)) - (pin "2" (uuid fcd57f8b-d459-4ae2-86a3-533252fa35fb)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 92.71 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a448b) - (property "Reference" "R9" (at 57.912 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 55.88 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5dfebc01-82bd-47aa-889f-df4a888075f2)) - (pin "2" (uuid 55b7b837-6ec7-48fe-8372-494d9537ee18)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 92.71 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a491a) - (property "Reference" "R10" (at 65.532 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100" (at 63.5 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b2954992-4006-4aa7-a40c-8f96617211bc)) - (pin "2" (uuid 37e25b07-cf59-45fe-844f-5417bc730cd4)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 168.91 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a62cc) - (property "Reference" "C1" (at 169.545 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10nF" (at 169.545 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 169.8752 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 168.91 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4b3e8ab8-6573-4361-8b87-a68e53872f35)) - (pin "2" (uuid e34e1373-69b0-4599-a75a-7458f19f5398)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 179.07 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a6854) - (property "Reference" "C2" (at 179.705 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10n" (at 179.705 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 180.0352 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 179.07 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 02f00b16-5ad5-480f-aa78-0df9ad4a4e13)) - (pin "2" (uuid 3eaedb32-56d0-447a-988e-f61638fe3e94)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 189.23 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a6a34) - (property "Reference" "C3" (at 189.865 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.01uF" (at 189.865 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 190.1952 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9f3d3c80-f673-4138-8cfd-081612cb606b)) - (pin "2" (uuid 80aa8240-b182-45b1-bd96-4b2cb6340d6c)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 200.66 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a6cb6) - (property "Reference" "C4" (at 201.295 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.01uf" (at 201.295 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 201.6252 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 200.66 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e7e652d0-8288-428b-b475-904d727ce73f)) - (pin "2" (uuid 93d2313f-0919-4c6f-b07d-ab630442d056)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 168.91 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f1091d6) - (property "Reference" "C5" (at 169.545 73.66 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "3.3pF" (at 169.545 78.74 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 169.8752 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 168.91 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 482a3072-c406-4d6e-98eb-4f243fe895ec)) - (pin "2" (uuid 699d29e0-a030-4fdd-a263-d48c20bd508b)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 179.07 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f1091e0) - (property "Reference" "C6" (at 179.705 73.66 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "3.3 pF" (at 179.705 78.74 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 180.0352 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 179.07 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9bcbe648-8b58-4679-b991-5ade9ccff5d7)) - (pin "2" (uuid 43f72311-9d74-4379-aff9-849c5d7414c8)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 189.23 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f1091ea) - (property "Reference" "C7" (at 189.865 73.66 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.0033nF" (at 189.865 78.74 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 190.1952 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c107415c-b711-4daf-9fa8-c54a734d686a)) - (pin "2" (uuid 5081eb15-8a0f-4df5-99a1-45a578bcf2b3)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 200.66 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f1091f4) - (property "Reference" "C8" (at 201.295 73.66 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "3.3pf" (at 201.295 78.74 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 201.6252 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 200.66 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6b57d1f0-e39c-4e10-877e-87d046ef1ca7)) - (pin "2" (uuid ab8c7386-0042-433f-b83d-d0d190b2c608)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 168.91 88.9 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10b616) - (property "Reference" "C9" (at 169.545 86.36 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.6pF" (at 169.545 91.44 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 169.8752 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 168.91 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 17b65212-5089-4b10-8076-6ae933d78b8b)) - (pin "2" (uuid 2e20faf4-7401-46d5-ae6b-fc5bbb32f6ff)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 179.07 88.9 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10b620) - (property "Reference" "C10" (at 179.705 86.36 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.6 nF" (at 179.705 91.44 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 180.0352 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 179.07 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 51c712eb-6513-4a0f-8db4-ad2acb415d80)) - (pin "2" (uuid 4e6be61f-eaa0-45db-867d-8103ce1c52cc)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 189.23 88.9 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10b62a) - (property "Reference" "C11" (at 189.865 86.36 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "5.6 uF" (at 189.865 91.44 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 190.1952 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7faad178-1f35-477d-8c35-5c147faab156)) - (pin "2" (uuid e47999ae-4ad0-4f52-b93a-798690a80d13)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 200.66 88.9 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10b634) - (property "Reference" "C12" (at 201.295 86.36 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "8.2uF" (at 201.295 91.44 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 201.6252 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 200.66 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 23993c88-8623-4417-86a3-d34de7ceb975)) - (pin "2" (uuid a9ca37b3-d0be-4022-acd0-baf378937a34)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 105.41 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10d5c6) - (property "Reference" "R5" (at 57.912 105.41 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "22m" (at 55.88 105.41 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 54.102 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c16d1982-8852-4bb2-b45b-73cb6f03a9f4)) - (pin "2" (uuid 4fef9522-5998-4606-969a-7a340f99be8a)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 92.71 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10e332) - (property "Reference" "R4" (at 71.882 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "3R3" (at 69.85 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 68.072 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0e4fe764-47ff-46fb-a357-7161a110fc25)) - (pin "2" (uuid 59739e5e-6177-4c9f-b020-cdc056197113)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 105.41 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f35341d) - (property "Reference" "R11" (at 65.532 105.41 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "3.3G" (at 63.5 105.41 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7cb7f6ee-23b9-4dcb-98d4-db030b94d28c)) - (pin "2" (uuid 58a19930-7e6b-47cd-84cb-b0b147cfc2d9)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:L") (at 101.6 66.04 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f353ddd) - (property "Reference" "L1" (at 102.9208 64.8716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1µH" (at 102.9208 67.183 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 101.6 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 101.6 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3c0d1729-78ee-4d33-bce7-cc51fe5e484f)) - (pin "2" (uuid c9521a26-be15-4a1e-8acc-422906829663)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "L1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 105.41 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f353f53) - (property "Reference" "R12" (at 71.882 105.41 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1.2Ω" (at 69.85 105.41 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 750cb84e-d795-4364-9358-ec0975478b7f)) - (pin "2" (uuid f5085a91-2c3d-4f5c-900f-9ea6af63a392)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:L") (at 107.95 66.04 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f35484f) - (property "Reference" "L2" (at 109.2962 64.8716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1n" (at 109.2962 67.183 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 107.95 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 107.95 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d9b30be8-188a-4d88-adbe-b65dd464c9b2)) - (pin "2" (uuid 8ef0504e-10cf-411e-b449-949a0f5c8d74)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "L2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:L") (at 114.3 66.04 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f354eb6) - (property "Reference" "L3" (at 115.6462 64.8716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1 mH" (at 115.6462 67.183 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 114.3 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0142204c-ea7a-450e-87e1-a014ac16ed83)) - (pin "2" (uuid 9ece809e-238e-4eae-a7ef-e6776d72e441)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "L3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 134.62 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f355c8a) - (property "Reference" "R13" (at 57.912 134.62 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10Q" (at 55.88 134.62 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 54.102 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 86d72536-c49a-473d-92a8-728f0c71fa7a)) - (pin "2" (uuid 9a22861a-f0d5-45ff-9510-d64aac14d2d5)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 134.62 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f355c94) - (property "Reference" "R14" (at 65.532 134.62 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" ".G" (at 63.5 134.62 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e5961230-8e5e-4030-adc9-ec796956cd9e)) - (pin "2" (uuid 08eda504-c447-4739-9a90-937971b2a8a2)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 134.62 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f355c9e) - (property "Reference" "R15" (at 71.882 134.62 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2.2k2" (at 69.85 134.62 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c4e7cf52-843c-437e-965a-7eb7fc0f3b87)) - (pin "2" (uuid 3a9f292f-d950-4971-a152-b9709c501468)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 118.11 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f35b422) - (property "Reference" "R16" (at 57.912 118.11 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R100" (at 55.88 118.11 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 54.102 118.11 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 00329900-4ca5-49ff-8a25-859da940a56a)) - (pin "2" (uuid 065f10d3-1257-4cb1-9736-006a21042fdd)) - (instances - (project "RLC_sort" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R16") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:L" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "L" + (at -1.27 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "L" + (at 1.905 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Inductor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "inductor choke coil reactor magnetic" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "L_0_1" + (arc + (start 0 -2.54) + (mid 0.6323 -1.905) + (end 0 -1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -1.27) + (mid 0.6323 -0.635) + (end 0 0) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0) + (mid 0.6323 0.635) + (end 0 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 1.27) + (mid 0.6323 1.905) + (end 0 2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "L_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (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 "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (polyline + (pts + (xy 50.8 127) (xy 76.2 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "47baf4b1-0938-497d-88f9-671136aa8be7") + ) + (polyline + (pts + (xy 50.8 148.59) (xy 50.8 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (polyline + (pts + (xy 76.2 127) (xy 76.2 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + ) + (polyline + (pts + (xy 76.2 148.59) (xy 50.8 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (text "This schematic serves as a test-file for the KiBot export script.\n\nObjetive: test R, L and C \"smart\" sorting" + (exclude_from_sim no) + (at 13.97 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + ) + (text "Malformed examples" + (exclude_from_sim no) + (at 53.34 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (symbol + (lib_id "Device:R") + (at 55.88 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a2873") + (property "Reference" "R1" + (at 57.912 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 55.88 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5081823b-af15-4652-8f62-e115e4598367") + ) + (pin "2" + (uuid "34407fba-357b-4052-9216-06c1e2cae3ea") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a330d") + (property "Reference" "R2" + (at 65.532 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "8,2k" + (at 63.5 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4c7091d4-515a-46e1-8ca0-f82aa5cb62fb") + ) + (pin "2" + (uuid "685e6150-e36f-47e8-b723-9a93196f7f6d") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a35e1") + (property "Reference" "R3" + (at 71.882 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "6k8" + (at 69.85 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "100a73e7-13ce-43bc-8783-1b4a2e371823") + ) + (pin "2" + (uuid "b80a23dc-70c6-40fa-a1c3-f168abe051ed") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a3ca0") + (property "Reference" "R6" + (at 57.912 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1M" + (at 55.88 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNF" + (at 55.88 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4f4ed3ff-b7e3-455c-be2d-f1d3c4be2168") + ) + (pin "2" + (uuid "f7a08f47-28a3-4664-b73f-efd412909c91") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a3f38") + (property "Reference" "R7" + (at 65.532 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2M2" + (at 63.5 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNC" + (at 63.5 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "666a127f-bbf1-44d7-9945-883a859a094b") + ) + (pin "2" + (uuid "893c591c-b6ff-4f7c-af38-4373a74e1168") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a4181") + (property "Reference" "R8" + (at 71.882 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1.2M" + (at 69.85 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1dce7b9d-4f2a-4eaf-92bf-fbc13310290c") + ) + (pin "2" + (uuid "fcd57f8b-d459-4ae2-86a3-533252fa35fb") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a448b") + (property "Reference" "R9" + (at 57.912 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 55.88 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5dfebc01-82bd-47aa-889f-df4a888075f2") + ) + (pin "2" + (uuid "55b7b837-6ec7-48fe-8372-494d9537ee18") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a491a") + (property "Reference" "R10" + (at 65.532 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 63.5 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b2954992-4006-4aa7-a40c-8f96617211bc") + ) + (pin "2" + (uuid "37e25b07-cf59-45fe-844f-5417bc730cd4") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 168.91 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a62cc") + (property "Reference" "C1" + (at 169.545 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10nF" + (at 169.545 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 169.8752 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 168.91 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 168.91 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4b3e8ab8-6573-4361-8b87-a68e53872f35") + ) + (pin "2" + (uuid "e34e1373-69b0-4599-a75a-7458f19f5398") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 179.07 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6854") + (property "Reference" "C2" + (at 179.705 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10n" + (at 179.705 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 180.0352 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 179.07 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "02f00b16-5ad5-480f-aa78-0df9ad4a4e13") + ) + (pin "2" + (uuid "3eaedb32-56d0-447a-988e-f61638fe3e94") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 189.23 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6a34") + (property "Reference" "C3" + (at 189.865 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.01uF" + (at 189.865 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 190.1952 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 189.23 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9f3d3c80-f673-4138-8cfd-081612cb606b") + ) + (pin "2" + (uuid "80aa8240-b182-45b1-bd96-4b2cb6340d6c") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 200.66 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6cb6") + (property "Reference" "C4" + (at 201.295 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.01uf" + (at 201.295 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 201.6252 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 200.66 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 200.66 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e7e652d0-8288-428b-b475-904d727ce73f") + ) + (pin "2" + (uuid "93d2313f-0919-4c6f-b07d-ab630442d056") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 168.91 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f1091d6") + (property "Reference" "C5" + (at 169.545 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "3.3pF" + (at 169.545 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 169.8752 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 168.91 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 168.91 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "482a3072-c406-4d6e-98eb-4f243fe895ec") + ) + (pin "2" + (uuid "699d29e0-a030-4fdd-a263-d48c20bd508b") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 179.07 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f1091e0") + (property "Reference" "C6" + (at 179.705 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "3.3 pF" + (at 179.705 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 180.0352 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 179.07 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9bcbe648-8b58-4679-b991-5ade9ccff5d7") + ) + (pin "2" + (uuid "43f72311-9d74-4379-aff9-849c5d7414c8") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 189.23 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f1091ea") + (property "Reference" "C7" + (at 189.865 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.0033nF" + (at 189.865 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 190.1952 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 189.23 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c107415c-b711-4daf-9fa8-c54a734d686a") + ) + (pin "2" + (uuid "5081eb15-8a0f-4df5-99a1-45a578bcf2b3") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 200.66 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f1091f4") + (property "Reference" "C8" + (at 201.295 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "3.3pf" + (at 201.295 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 201.6252 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 200.66 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 200.66 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6b57d1f0-e39c-4e10-877e-87d046ef1ca7") + ) + (pin "2" + (uuid "ab8c7386-0042-433f-b83d-d0d190b2c608") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 168.91 88.9 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10b616") + (property "Reference" "C9" + (at 169.545 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.6pF" + (at 169.545 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 169.8752 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 168.91 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 168.91 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "17b65212-5089-4b10-8076-6ae933d78b8b") + ) + (pin "2" + (uuid "2e20faf4-7401-46d5-ae6b-fc5bbb32f6ff") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 179.07 88.9 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10b620") + (property "Reference" "C10" + (at 179.705 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.6 nF" + (at 179.705 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 180.0352 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 179.07 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "51c712eb-6513-4a0f-8db4-ad2acb415d80") + ) + (pin "2" + (uuid "4e6be61f-eaa0-45db-867d-8103ce1c52cc") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 189.23 88.9 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10b62a") + (property "Reference" "C11" + (at 189.865 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "5.6 uF" + (at 189.865 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 190.1952 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 189.23 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7faad178-1f35-477d-8c35-5c147faab156") + ) + (pin "2" + (uuid "e47999ae-4ad0-4f52-b93a-798690a80d13") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 200.66 88.9 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10b634") + (property "Reference" "C12" + (at 201.295 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "8.2uF" + (at 201.295 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 201.6252 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 200.66 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 200.66 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "23993c88-8623-4417-86a3-d34de7ceb975") + ) + (pin "2" + (uuid "a9ca37b3-d0be-4022-acd0-baf378937a34") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 105.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10d5c6") + (property "Reference" "R5" + (at 57.912 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "22m" + (at 55.88 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 54.102 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c16d1982-8852-4bb2-b45b-73cb6f03a9f4") + ) + (pin "2" + (uuid "4fef9522-5998-4606-969a-7a340f99be8a") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10e332") + (property "Reference" "R4" + (at 71.882 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3R3" + (at 69.85 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 68.072 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0e4fe764-47ff-46fb-a357-7161a110fc25") + ) + (pin "2" + (uuid "59739e5e-6177-4c9f-b020-cdc056197113") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 105.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f35341d") + (property "Reference" "R11" + (at 65.532 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3.3G" + (at 63.5 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7cb7f6ee-23b9-4dcb-98d4-db030b94d28c") + ) + (pin "2" + (uuid "58a19930-7e6b-47cd-84cb-b0b147cfc2d9") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 101.6 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f353ddd") + (property "Reference" "L1" + (at 102.9208 64.8716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1µH" + (at 102.9208 67.183 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 101.6 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3c0d1729-78ee-4d33-bce7-cc51fe5e484f") + ) + (pin "2" + (uuid "c9521a26-be15-4a1e-8acc-422906829663") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "L1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 105.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f353f53") + (property "Reference" "R12" + (at 71.882 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1.2Ω" + (at 69.85 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "750cb84e-d795-4364-9358-ec0975478b7f") + ) + (pin "2" + (uuid "f5085a91-2c3d-4f5c-900f-9ea6af63a392") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 107.95 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f35484f") + (property "Reference" "L2" + (at 109.2962 64.8716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1n" + (at 109.2962 67.183 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 107.95 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 107.95 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 107.95 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d9b30be8-188a-4d88-adbe-b65dd464c9b2") + ) + (pin "2" + (uuid "8ef0504e-10cf-411e-b449-949a0f5c8d74") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "L2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 114.3 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f354eb6") + (property "Reference" "L3" + (at 115.6462 64.8716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1 mH" + (at 115.6462 67.183 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 114.3 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0142204c-ea7a-450e-87e1-a014ac16ed83") + ) + (pin "2" + (uuid "9ece809e-238e-4eae-a7ef-e6776d72e441") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "L3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 134.62 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f355c8a") + (property "Reference" "R13" + (at 57.912 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10Q" + (at 55.88 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 54.102 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "86d72536-c49a-473d-92a8-728f0c71fa7a") + ) + (pin "2" + (uuid "9a22861a-f0d5-45ff-9510-d64aac14d2d5") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 134.62 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f355c94") + (property "Reference" "R14" + (at 65.532 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" ".G" + (at 63.5 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e5961230-8e5e-4030-adc9-ec796956cd9e") + ) + (pin "2" + (uuid "08eda504-c447-4739-9a90-937971b2a8a2") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 134.62 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f355c9e") + (property "Reference" "R15" + (at 71.882 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2.2k2" + (at 69.85 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c4e7cf52-843c-437e-965a-7eb7fc0f3b87") + ) + (pin "2" + (uuid "3a9f292f-d950-4971-a152-b9709c501468") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f35b422") + (property "Reference" "R16" + (at 57.912 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R100" + (at 55.88 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 54.102 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "00329900-4ca5-49ff-8a25-859da940a56a") + ) + (pin "2" + (uuid "065f10d3-1257-4cb1-9736-006a21042fdd") + ) + (instances + (project "RLC_sort" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/alternate.kicad_sch b/tests/board_samples/kicad_8/alternate.kicad_sch index 51f824d68..1896352d8 100644 --- a/tests/board_samples/kicad_8/alternate.kicad_sch +++ b/tests/board_samples/kicad_8/alternate.kicad_sch @@ -1,231 +1,839 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 10109f84-4940-47f8-8640-91f185ac9bc1) - - (paper "A4") - - (lib_symbols - (symbol "MCU_SiliconLabs:EFM8LB12F32E-C-QFP32" (in_bom yes) (on_board yes) - (property "Reference" "U" (at -5.08 31.115 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "EFM8LB12F32E-C-QFP32" (at -5.08 29.21 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Package_QFP:LQFP-32_7x7mm_P0.8mm" (at 1.27 -29.21 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/efm8lb1-datasheet.pdf" (at 0 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "8051 microcontroller" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "8051-compatible microcontroller, 72 MHz, 2.2 to 3.6V, 32K flash, 2304B RAM, -40 to +105 C, QFP-32" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "LQFP*7x7mm*P0.8mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "EFM8LB12F32E-C-QFP32_0_0" - (pin bidirectional line (at -15.24 22.86 0) (length 2.54) - (name "P0.0" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 2.54 180) (length 2.54) - (name "P3.0" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 7.62 180) (length 2.54) - (name "P2.6" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 10.16 180) (length 2.54) - (name "P2.5" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 12.7 180) (length 2.54) - (name "P2.4" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 15.24 180) (length 2.54) - (name "P2.3" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 17.78 180) (length 2.54) - (name "P2.2" (effects (font (size 1.27 1.27)))) - (number "15" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 20.32 180) (length 2.54) - (name "P2.1" (effects (font (size 1.27 1.27)))) - (number "16" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 22.86 180) (length 2.54) - (name "P2.0" (effects (font (size 1.27 1.27)))) - (number "17" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -17.78 0) (length 2.54) - (name "P1.7" (effects (font (size 1.27 1.27)))) - (number "18" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -15.24 0) (length 2.54) - (name "P1.6" (effects (font (size 1.27 1.27)))) - (number "19" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -30.48 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -12.7 0) (length 2.54) - (name "P1.5" (effects (font (size 1.27 1.27)))) - (number "20" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -10.16 0) (length 2.54) - (name "P1.4" (effects (font (size 1.27 1.27)))) - (number "21" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -7.62 0) (length 2.54) - (name "P1.3" (effects (font (size 1.27 1.27)))) - (number "22" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -5.08 0) (length 2.54) - (name "P1.2" (effects (font (size 1.27 1.27)))) - (number "23" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -2.54 0) (length 2.54) - (name "P1.1" (effects (font (size 1.27 1.27)))) - (number "24" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 0 0) (length 2.54) - (name "P1.0" (effects (font (size 1.27 1.27)))) - (number "25" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 5.08 0) (length 2.54) - (name "P0.7" (effects (font (size 1.27 1.27)))) - (number "26" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 7.62 0) (length 2.54) - (name "P0.6" (effects (font (size 1.27 1.27)))) - (number "27" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 10.16 0) (length 2.54) - (name "P0.5" (effects (font (size 1.27 1.27)))) - (number "28" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 12.7 0) (length 2.54) - (name "P0.4" (effects (font (size 1.27 1.27)))) - (number "29" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 2.54 30.48 270) (length 2.54) - (name "VIO" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 15.24 0) (length 2.54) - (name "P0.3" (effects (font (size 1.27 1.27)))) - (number "30" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 17.78 0) (length 2.54) - (name "P0.2" (effects (font (size 1.27 1.27)))) - (number "31" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 20.32 0) (length 2.54) - (name "P0.1" (effects (font (size 1.27 1.27)))) - (number "32" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 30.48 270) (length 2.54) - (name "VDD" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -15.24 -22.86 0) (length 2.54) - (name "~{RST}" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - (alternate "C2CK" input line) - ) - (pin bidirectional line (at 15.24 -7.62 180) (length 2.54) - (name "P3.7" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - (alternate "C2D" bidirectional line) - ) - (pin bidirectional line (at 15.24 -5.08 180) (length 2.54) - (name "P3.3" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -2.54 180) (length 2.54) - (name "P3.2" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 0 180) (length 2.54) - (name "P3.1" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "EFM8LB12F32E-C-QFP32_0_1" - (rectangle (start -12.7 27.94) (end 12.7 -27.94) - (stroke (width 0.1524) (type default)) - (fill (type background)) - ) - ) - ) - ) - - - (symbol (lib_id "MCU_SiliconLabs:EFM8LB12F32E-C-QFP32") (at 129.54 86.36 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid f202141e-c20d-4cac-b016-06a44f2ecce8) - (property "Reference" "U?" (at 131.5594 116.2796 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "EFM8LB12F32E-C-QFP32" (at 131.5594 118.8165 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_QFP:LQFP-32_7x7mm_P0.8mm" (at 130.81 115.57 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/efm8lb1-datasheet.pdf" (at 129.54 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e43dbe34-ed17-4e35-a5c7-2f1679b3c415)) - (pin "10" (uuid 14769dc5-8525-4984-8b15-a734ee247efa)) - (pin "11" (uuid 19c56563-5fe3-442a-885b-418dbc2421eb)) - (pin "12" (uuid 21ae9c3a-7138-444e-be38-56a4842ab594)) - (pin "13" (uuid c7e7067c-5f5e-48d8-ab59-df26f9b35863)) - (pin "14" (uuid 9cb12cc8-7f1a-4a01-9256-c119f11a8a02)) - (pin "15" (uuid 7cee474b-af8f-4832-b07a-c43c1ab0b464)) - (pin "16" (uuid 853ee787-6e2c-4f32-bc75-6c17337dd3d5)) - (pin "17" (uuid 57c0c267-8bf9-4cc7-b734-d71a239ac313)) - (pin "18" (uuid 5ca4be1c-537e-4a4a-b344-d0c8ffde8546)) - (pin "19" (uuid 275aa44a-b61f-489f-9e2a-819a0fe0d1eb)) - (pin "2" (uuid 6c67e4f6-9d04-4539-b356-b76e915ce848)) - (pin "20" (uuid b447dbb1-d38e-4a15-93cb-12c25382ea53)) - (pin "21" (uuid cfa5c16e-7859-460d-a0b8-cea7d7ea629c)) - (pin "22" (uuid 37e8181c-a81e-498b-b2e2-0aef0c391059)) - (pin "23" (uuid 676efd2f-1c48-4786-9e4b-2444f1e8f6ff)) - (pin "24" (uuid 8d9a3ecc-539f-41da-8099-d37cea9c28e7)) - (pin "25" (uuid e472dac4-5b65-4920-b8b2-6065d140a69d)) - (pin "26" (uuid 0351df45-d042-41d4-ba35-88092c7be2fc)) - (pin "27" (uuid 240e5dac-6242-47a5-bbef-f76d11c715c0)) - (pin "28" (uuid aa2ea573-3f20-43c1-aa99-1f9c6031a9aa)) - (pin "29" (uuid f40d350f-0d3e-4f8a-b004-d950f2f8f1ba)) - (pin "3" (uuid 0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d)) - (pin "30" (uuid 14c51520-6d91-4098-a59a-5121f2a898f7)) - (pin "31" (uuid 2d67a417-188f-4014-9282-000265d80009)) - (pin "32" (uuid 84e5506c-143e-495f-9aa4-d3a71622f213)) - (pin "4" (uuid 477311b9-8f81-40c8-9c55-fd87e287247a)) - (pin "5" (uuid 097edb1b-8998-4e70-b670-bba125982348) (alternate "C2CK")) - (pin "6" (uuid 994b6220-4755-4d84-91b3-6122ac1c2c5e) (alternate "C2D")) - (pin "7" (uuid 67763d19-f622-4e1e-81e5-5b24da7c3f99)) - (pin "8" (uuid 6284122b-79c3-4e04-925e-3d32cc3ec077)) - (pin "9" (uuid ca5a4651-0d1d-441b-b17d-01518ef3b656)) - (instances - (project "alternate" - (path "/10109f84-4940-47f8-8640-91f185ac9bc1" - (reference "U?") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + (paper "A4") + (lib_symbols + (symbol "MCU_SiliconLabs:EFM8LB12F32E-C-QFP32" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -5.08 31.115 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "EFM8LB12F32E-C-QFP32" + (at -5.08 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Package_QFP:LQFP-32_7x7mm_P0.8mm" + (at 1.27 -29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/efm8lb1-datasheet.pdf" + (at 0 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "8051-compatible microcontroller, 72 MHz, 2.2 to 3.6V, 32K flash, 2304B RAM, -40 to +105 C, QFP-32" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "8051 microcontroller" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LQFP*7x7mm*P0.8mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "EFM8LB12F32E-C-QFP32_0_0" + (pin bidirectional line + (at -15.24 22.86 0) + (length 2.54) + (name "P0.0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 2.54 180) + (length 2.54) + (name "P3.0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 7.62 180) + (length 2.54) + (name "P2.6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 10.16 180) + (length 2.54) + (name "P2.5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 12.7 180) + (length 2.54) + (name "P2.4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 15.24 180) + (length 2.54) + (name "P2.3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 17.78 180) + (length 2.54) + (name "P2.2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 20.32 180) + (length 2.54) + (name "P2.1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 22.86 180) + (length 2.54) + (name "P2.0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -17.78 0) + (length 2.54) + (name "P1.7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -15.24 0) + (length 2.54) + (name "P1.6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -30.48 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -12.7 0) + (length 2.54) + (name "P1.5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -10.16 0) + (length 2.54) + (name "P1.4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -7.62 0) + (length 2.54) + (name "P1.3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -5.08 0) + (length 2.54) + (name "P1.2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -2.54 0) + (length 2.54) + (name "P1.1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 0 0) + (length 2.54) + (name "P1.0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 5.08 0) + (length 2.54) + (name "P0.7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 7.62 0) + (length 2.54) + (name "P0.6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 10.16 0) + (length 2.54) + (name "P0.5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 12.7 0) + (length 2.54) + (name "P0.4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "29" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 2.54 30.48 270) + (length 2.54) + (name "VIO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 15.24 0) + (length 2.54) + (name "P0.3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "30" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 17.78 0) + (length 2.54) + (name "P0.2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "31" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 20.32 0) + (length 2.54) + (name "P0.1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "32" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 30.48 270) + (length 2.54) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 -22.86 0) + (length 2.54) + (name "~{RST}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "C2CK" input line) + ) + (pin bidirectional line + (at 15.24 -7.62 180) + (length 2.54) + (name "P3.7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "C2D" bidirectional line) + ) + (pin bidirectional line + (at 15.24 -5.08 180) + (length 2.54) + (name "P3.3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -2.54 180) + (length 2.54) + (name "P3.2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 0 180) + (length 2.54) + (name "P3.1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "EFM8LB12F32E-C-QFP32_0_1" + (rectangle + (start -12.7 27.94) + (end 12.7 -27.94) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + ) + (symbol + (lib_id "MCU_SiliconLabs:EFM8LB12F32E-C-QFP32") + (at 129.54 86.36 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f202141e-c20d-4cac-b016-06a44f2ecce8") + (property "Reference" "U?" + (at 131.5594 116.2796 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "EFM8LB12F32E-C-QFP32" + (at 131.5594 118.8165 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_QFP:LQFP-32_7x7mm_P0.8mm" + (at 130.81 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/efm8lb1-datasheet.pdf" + (at 129.54 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 129.54 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e43dbe34-ed17-4e35-a5c7-2f1679b3c415") + ) + (pin "10" + (uuid "14769dc5-8525-4984-8b15-a734ee247efa") + ) + (pin "11" + (uuid "19c56563-5fe3-442a-885b-418dbc2421eb") + ) + (pin "12" + (uuid "21ae9c3a-7138-444e-be38-56a4842ab594") + ) + (pin "13" + (uuid "c7e7067c-5f5e-48d8-ab59-df26f9b35863") + ) + (pin "14" + (uuid "9cb12cc8-7f1a-4a01-9256-c119f11a8a02") + ) + (pin "15" + (uuid "7cee474b-af8f-4832-b07a-c43c1ab0b464") + ) + (pin "16" + (uuid "853ee787-6e2c-4f32-bc75-6c17337dd3d5") + ) + (pin "17" + (uuid "57c0c267-8bf9-4cc7-b734-d71a239ac313") + ) + (pin "18" + (uuid "5ca4be1c-537e-4a4a-b344-d0c8ffde8546") + ) + (pin "19" + (uuid "275aa44a-b61f-489f-9e2a-819a0fe0d1eb") + ) + (pin "2" + (uuid "6c67e4f6-9d04-4539-b356-b76e915ce848") + ) + (pin "20" + (uuid "b447dbb1-d38e-4a15-93cb-12c25382ea53") + ) + (pin "21" + (uuid "cfa5c16e-7859-460d-a0b8-cea7d7ea629c") + ) + (pin "22" + (uuid "37e8181c-a81e-498b-b2e2-0aef0c391059") + ) + (pin "23" + (uuid "676efd2f-1c48-4786-9e4b-2444f1e8f6ff") + ) + (pin "24" + (uuid "8d9a3ecc-539f-41da-8099-d37cea9c28e7") + ) + (pin "25" + (uuid "e472dac4-5b65-4920-b8b2-6065d140a69d") + ) + (pin "26" + (uuid "0351df45-d042-41d4-ba35-88092c7be2fc") + ) + (pin "27" + (uuid "240e5dac-6242-47a5-bbef-f76d11c715c0") + ) + (pin "28" + (uuid "aa2ea573-3f20-43c1-aa99-1f9c6031a9aa") + ) + (pin "29" + (uuid "f40d350f-0d3e-4f8a-b004-d950f2f8f1ba") + ) + (pin "3" + (uuid "0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d") + ) + (pin "30" + (uuid "14c51520-6d91-4098-a59a-5121f2a898f7") + ) + (pin "31" + (uuid "2d67a417-188f-4014-9282-000265d80009") + ) + (pin "32" + (uuid "84e5506c-143e-495f-9aa4-d3a71622f213") + ) + (pin "4" + (uuid "477311b9-8f81-40c8-9c55-fd87e287247a") + ) + (pin "5" + (uuid "097edb1b-8998-4e70-b670-bba125982348") + (alternate "C2CK") + ) + (pin "6" + (uuid "994b6220-4755-4d84-91b3-6122ac1c2c5e") + (alternate "C2D") + ) + (pin "7" + (uuid "67763d19-f622-4e1e-81e5-5b24da7c3f99") + ) + (pin "8" + (uuid "6284122b-79c3-4e04-925e-3d32cc3ec077") + ) + (pin "9" + (uuid "ca5a4651-0d1d-441b-b17d-01518ef3b656") + ) + (instances + (project "alternate" + (path "/10109f84-4940-47f8-8640-91f185ac9bc1" + (reference "U?") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/ano_pcb.kicad_pcb b/tests/board_samples/kicad_8/ano_pcb.kicad_pcb index 9828caacc..527f113a6 100644 --- a/tests/board_samples/kicad_8/ano_pcb.kicad_pcb +++ b/tests/board_samples/kicad_8/ano_pcb.kicad_pcb @@ -1,496 +1,1782 @@ -(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) - ) - - (setup - (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 6) - (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-(C1-Pad2)") - (net 2 "Net-(C1-Pad1)") - (net 3 "Net-(C2-Pad2)") - (net 4 "Net-(C2-Pad1)") - (net 5 "Net-(C3-Pad2)") - (net 6 "Net-(C3-Pad1)") - (net 7 "Net-(C4-Pad2)") - (net 8 "Net-(C4-Pad1)") - (net 9 "Net-(R1-Pad2)") - (net 10 "Net-(R1-Pad1)") - (net 11 "Net-(R2-Pad2)") - (net 12 "Net-(R2-Pad1)") - (net 13 "Net-(R3-Pad2)") - (net 14 "Net-(R3-Pad1)") - (net 15 "Net-(R4-Pad2)") - (net 16 "Net-(R4-Pad1)") - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab1c) - (at 128.25 93 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00006223ba95") - (attr smd) - (fp_text reference "C1" (at -1 -1.68 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11) - ) - (fp_text value "1u" (at 0 1.68 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce83728b-bebd-48c2-8734-b6a50d837931)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c41b3c8b-634e-435a-b582-96b83bbd4032)) - (fp_line (start -1.7 -0.98) (end 1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1831fb37-1c5d-42c4-b898-151be6fca9dc)) - (fp_line (start -1.7 0.98) (end -1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3)) - (fp_line (start 1.7 -0.98) (end 1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f22151c-f260-4674-b486-4710a2c42a55)) - (fp_line (start 1.7 0.98) (end -1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe8d9267-7834-48d6-a191-c8724b2ee78d)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb)) - (pad "1" smd roundrect (at -0.95 0 90) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 3cd1bda0-18db-417d-b581-a0c50623df68)) - (pad "2" smd roundrect (at 0.95 0 90) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "Net-(C1-Pad2)") (tstamp 0b21a65d-d20b-411e-920a-75c343ac5136)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab2d) - (at 133 93.25 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00006223bc65") - (attr smd) - (fp_text reference "C2" (at 0 -1.68 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137) - ) - (fp_text value "2u" (at 0 1.68 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497)) - (fp_line (start -1.7 -0.98) (end 1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a3e4f0ae-9f86-49e9-b386-ed8b42e012fb)) - (fp_line (start -1.7 0.98) (end -1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54365317-1355-4216-bb75-829375abc4ec)) - (fp_line (start 1.7 -0.98) (end 1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a690fc6c-55d9-47e6-b533-faa4b67e20f3)) - (fp_line (start 1.7 0.98) (end -1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87371631-aa02-498a-998a-09bdb74784c1)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd)) - (pad "1" smd roundrect (at -0.95 0 90) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "Net-(C2-Pad1)") (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (pad "2" smd roundrect (at 0.95 0 90) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C2-Pad2)") (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab60) - (at 128.25 99) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00006223a923") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a03e565f-d8cd-4032-aae3-b7327d4143dd) - ) - (fp_text value "1" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b2b5c7d-f943-4634-9f0a-e9561705c49d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1262c4d-2245-4c4f-8f35-7bb32cd9e21e)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d22e95aa-f3db-4fbc-a331-048a2523233e)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1169a2d-8998-4b50-a48d-c520bcc1b8e1)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 15875808-74d5-4210-b8ca-aa8fbc04ae21)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa02e544-13f5-4cf8-a5f4-3e6cda006090)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a44418c-7bb4-4e99-8836-57f153c19721)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0147f16a-c952-4891-8f53-a9fb8cddeb8d)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 10 "Net-(R1-Pad1)") (tstamp 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 9 "Net-(R1-Pad2)") (tstamp dd00c2e1-6027-4717-b312-4fab3ee52002)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab71) - (at 133 98.5) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00006223adf1") - (attr smd) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b3d08afa-f296-4e3b-8825-73b6331d35bf) - ) - (fp_text value "2" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 98e81e80-1f85-4152-be3f-99785ea97751) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 842e430f-0c35-45f3-a0b5-95ae7b7ae388) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dde3dba8-1b81-466c-93a3-c284ff4da1ef)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58dc14f9-c158-4824-a84e-24a6a482a7a4)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f976e2cc-36f9-4479-a816-2c74d1d5da6f)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13475e15-f37c-4de8-857e-1722b0c39513)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2732632c-4768-42b6-bf7f-14643424019e)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03d88a85-11fd-47aa-954c-c318bb15294a)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51c4dc0a-5b9f-4edf-a83f-4a12881e42ef)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a2f72d1-0b36-4610-afc4-4ad1660d5d3b)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0dcdf1b8-13c6-48b4-bd94-5d26038ff231)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 12 "Net-(R2-Pad1)") (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 11 "Net-(R2-Pad2)") (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab3e) - (at 128.25 93.25 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00006223c1b3") - (attr smd) - (fp_text reference "C3" (at 0 1.68 -90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae) - ) - (fp_text value "3u" (at 0 -1.68 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14) - ) - (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 55e740a3-0735-4744-896e-2bf5437093b9)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (fp_line (start -1.7 -0.98) (end -1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779)) - (fp_line (start -1.7 0.98) (end 1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c022004a-c968-410e-b59e-fbab0e561e9d)) - (fp_line (start 1.7 -0.98) (end -1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 77ed3941-d133-4aef-a9af-5a39322d14eb)) - (fp_line (start 1.7 0.98) (end 1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 47baf4b1-0938-497d-88f9-671136aa8be7)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e8314017-7be6-4011-9179-37449a29b311)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 746ba970-8279-4e7b-aed3-f28687777c21)) - (pad "1" smd roundrect (at -0.95 0 270) (size 1 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(C3-Pad1)") (tstamp 4fb02e58-160a-4a39-9f22-d0c75e82ee72)) - (pad "2" smd roundrect (at 0.95 0 270) (size 1 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 5 "Net-(C3-Pad2)") (tstamp e615f7aa-337e-474d-9615-2ad82b1c44ca)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab4f) - (at 127.75 99 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00006223c217") - (attr smd) - (fp_text reference "C4" (at 0 1.68 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 67f6e996-3c99-493c-8f6f-e739e2ed5d7a) - ) - (fp_text value "4u" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 32667662-ae86-4904-b198-3e95f11851bf) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp a05d7640-f2f6-4ba7-8c51-5a4af431fc13) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 94c158d1-8503-4553-b511-bf42f506c2a8)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9ccf03e8-755a-4cd9-96fc-30e1d08fa253)) - (fp_line (start -1.7 -0.98) (end -1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 23bb2798-d93a-4696-a962-c305c4298a0c)) - (fp_line (start -1.7 0.98) (end 1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 78cbdd6c-4878-4cc5-9a58-0e506478e37d)) - (fp_line (start 1.7 -0.98) (end -1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 983c426c-24e0-4c65-ab69-1f1824adc5c6)) - (fp_line (start 1.7 0.98) (end 1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6e105729-aba0-497c-a99e-c32d2b3ddb6d)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 13abf99d-5265-4779-8973-e94370fd18ff)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a7520ad3-0f8b-4788-92d4-8ffb277041e6)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 46918595-4a45-48e8-84c0-961b4db7f35f)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a795f1ba-cdd5-4cc5-9a52-08586e982934)) - (pad "1" smd roundrect (at -0.95 0 90) (size 1 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 8 "Net-(C4-Pad1)") (tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12)) - (pad "2" smd roundrect (at 0.95 0 90) (size 1 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "Net-(C4-Pad2)") (tstamp c1d83899-e380-49f9-a87d-8e78bc089ebf)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab82) - (at 133 93.75) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00006223b0e5") - (attr smd) - (fp_text reference "R3" (at -0.5 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp afd3dbad-e7a8-4e4c-b77c-4065a69aefa2) - ) - (fp_text value "3" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1b54105e-6590-4d26-a763-ecfcf81eedc4) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 0f41a909-27c4-4be2-9d5e-9ae2108c8ff5) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e12e827e-36be-4503-8eef-6fc7e8bc5d49)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dabe541b-b164-4180-97a4-5ca761b86800)) - (fp_line (start -1.68 -0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9dab0cb7-2557-4419-963b-5ae736517f62)) - (fp_line (start -1.68 0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 417f13e4-c121-485a-a6b5-8b55e70350b8)) - (fp_line (start 1.68 -0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0088d107-13d8-496c-8da6-7bbeb9d096b0)) - (fp_line (start 1.68 0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c201e1b2-fc01-4110-bdaa-a33290468c83)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 632acde9-b7fd-4f04-8cb4-d2cbb06b3595)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 35354519-a28c-40c4-befd-0943e98dea53)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6b25f522-8e2d-4cd8-9d5d-a2b80f60133b)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 38f2d955-ea7a-4a21-aba6-02ae23f1bd4a)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.243902) - (net 14 "Net-(R3-Pad1)") (tstamp 68e09be7-3bbc-4443-a838-209ce20b2bef)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.243902) - (net 13 "Net-(R3-Pad2)") (tstamp 6a780180-586a-4241-a52d-dc7a5ffcc966)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab93) - (at 133 98.5) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00006223b0ef") - (attr smd) - (fp_text reference "R4" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9702d639-3b1f-4825-8985-b32b9008503d) - ) - (fp_text value "4" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0d35483a-0b12-46cc-b9f2-896fd6831779) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 4e66a44f-7fa6-4e16-bf9b-62ec864301a5) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a9ec539a-d80d-40cc-803c-12b6adefe42a)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ef1b4b98-541b-4673-a04f-2043250fc40a)) - (fp_line (start -1.68 -0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c264c438-a475-4ad4-9915-0f1e6ecf3053)) - (fp_line (start -1.68 0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2bf3f24b-fd30-41a7-a274-9b519491916b)) - (fp_line (start 1.68 -0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e25ce415-914a-48fe-bf09-324317917b2e)) - (fp_line (start 1.68 0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4831966c-bb32-4bc8-a400-0382a02ffa1c)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4412226e-d975-40a2-921f-502ff4129a95)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7447a6e7-8205-46ba-afca-d0fa8f90c95a)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 34871042-9d5c-4e29-abdd-a168368c3c22)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 53c85970-3e21-4fae-a84f-721cfc0513b5)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.243902) - (net 16 "Net-(R4-Pad1)") (tstamp 9762c9ed-64d8-4f3e-baf6-f6ba6effc919)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.243902) - (net 15 "Net-(R4-Pad2)") (tstamp 4d4b0fcd-2c79-4fc3-b5fa-7a0741601344)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 125 102) (end 125 91) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00006223ae41)) - (gr_line (start 136 91) (end 136 102) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 29e78086-2175-405e-9ba3-c48766d2f50c)) - (gr_line (start 125 91) (end 136 91) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 94a873dc-af67-4ef9-8159-1f7c93eeb3d7)) - (gr_line (start 136 102) (end 125 102) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "Net-(C1-Pad2)") + (net 2 "Net-(C1-Pad1)") + (net 3 "Net-(C2-Pad2)") + (net 4 "Net-(C2-Pad1)") + (net 5 "Net-(C3-Pad2)") + (net 6 "Net-(C3-Pad1)") + (net 7 "Net-(C4-Pad2)") + (net 8 "Net-(C4-Pad1)") + (net 9 "Net-(R1-Pad2)") + (net 10 "Net-(R1-Pad1)") + (net 11 "Net-(R2-Pad2)") + (net 12 "Net-(R2-Pad1)") + (net 13 "Net-(R3-Pad2)") + (net 14 "Net-(R3-Pad1)") + (net 15 "Net-(R4-Pad2)") + (net 16 "Net-(R4-Pad1)") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006223ab1c") + (at 128.25 93 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at -1 -1.68 90) + (layer "F.SilkS") + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1u" + (at 0 1.68 90) + (layer "F.Fab") + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1607e094-a172-4a19-8e06-32873b3da713") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6eb5ab9-841c-4590-b568-f45c7a062929") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64345c6f-9738-4611-ad9b-d5107ed47c9a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223ba95") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe8d9267-7834-48d6-a191-c8724b2ee78d") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 90) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + ) + (pad "2" smd roundrect + (at 0.95 0 90) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "Net-(C1-Pad2)") + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006223ab2d") + (at 133 93.25 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C2" + (at 0 -1.68 90) + (layer "F.SilkS") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2u" + (at 0 1.68 90) + (layer "F.Fab") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09fddf4d-6721-42cc-a293-de4ec958a3f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "44680707-31fb-41cf-9787-8660d38995d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "729d59f0-a051-482c-9b69-2e6cb89d1a9c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223bc65") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a690fc6c-55d9-47e6-b533-faa4b67e20f3") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a3e4f0ae-9f86-49e9-b386-ed8b42e012fb") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 90) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(C2-Pad1)") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (pad "2" smd roundrect + (at 0.95 0 90) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C2-Pad2)") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006223ab60") + (at 128.25 99) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "a03e565f-d8cd-4032-aae3-b7327d4143dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "5b2b5c7d-f943-4634-9f0a-e9561705c49d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2ee83601-21ad-43a0-9a4c-07fbf0ff82fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55f64d03-34b4-4497-8e2f-9ac1d4613df1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4bcfd9c3-cc9b-405f-9b74-47e7355fc235") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223a923") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1262c4d-2245-4c4f-8f35-7bb32cd9e21e") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d22e95aa-f3db-4fbc-a331-048a2523233e") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1169a2d-8998-4b50-a48d-c520bcc1b8e1") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa02e544-13f5-4cf8-a5f4-3e6cda006090") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0147f16a-c952-4891-8f53-a9fb8cddeb8d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 10 "Net-(R1-Pad1)") + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 9 "Net-(R1-Pad2)") + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006223ab71") + (at 133 98.5) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "b3d08afa-f296-4e3b-8825-73b6331d35bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "98e81e80-1f85-4152-be3f-99785ea97751") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ec3e4c67-3a03-4bbe-b967-d377fd4ee51b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9dea706f-d928-4c08-a466-7234560c52b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1a55728-6073-45aa-b652-e5353bbfd859") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223adf1") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dde3dba8-1b81-466c-93a3-c284ff4da1ef") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58dc14f9-c158-4824-a84e-24a6a482a7a4") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03d88a85-11fd-47aa-954c-c318bb15294a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "51c4dc0a-5b9f-4edf-a83f-4a12881e42ef") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a2f72d1-0b36-4610-afc4-4ad1660d5d3b") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0dcdf1b8-13c6-48b4-bd94-5d26038ff231") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "842e430f-0c35-45f3-a0b5-95ae7b7ae388") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 12 "Net-(R2-Pad1)") + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 11 "Net-(R2-Pad2)") + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00006223ab3e") + (at 128.25 93.25 -90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C3" + (at 0 1.68 -90) + (layer "B.SilkS") + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "3u" + (at 0 -1.68 -90) + (layer "B.Fab") + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f60f7b2b-fdca-4d8e-a572-8e458bd8f0e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "90826903-2db9-4265-a2ef-925b60797082") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "430e0397-6630-4f8d-9886-dd730b3fea7e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223c1b3") + (attr smd) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (fp_line + (start -1.7 0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c022004a-c968-410e-b59e-fbab0e561e9d") + ) + (fp_line + (start 1.7 0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "47baf4b1-0938-497d-88f9-671136aa8be7") + ) + (fp_line + (start -1.7 -0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (fp_line + (start 1.7 -0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + ) + (fp_line + (start -1 0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + ) + (fp_line + (start 1 0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + ) + (fp_line + (start -1 -0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + ) + (fp_line + (start 1 -0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 270) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(C3-Pad1)") + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (pad "2" smd roundrect + (at 0.95 0 270) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(C3-Pad2)") + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00006223ab4f") + (at 127.75 99 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C4" + (at 0 1.68 90) + (layer "B.SilkS") + (uuid "67f6e996-3c99-493c-8f6f-e739e2ed5d7a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "32667662-ae86-4904-b198-3e95f11851bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5e1886f-b109-4813-98ef-3d6ec0d221a3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5cd19cd3-80fd-4ef8-97b5-ffa3a8c06747") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "245ce1d4-21e9-49c1-ae03-2a9ede0ad429") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223c217") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "94c158d1-8503-4553-b511-bf42f506c2a8") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9ccf03e8-755a-4cd9-96fc-30e1d08fa253") + ) + (fp_line + (start 1.7 -0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "983c426c-24e0-4c65-ab69-1f1824adc5c6") + ) + (fp_line + (start -1.7 -0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "23bb2798-d93a-4696-a962-c305c4298a0c") + ) + (fp_line + (start 1.7 0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6e105729-aba0-497c-a99e-c32d2b3ddb6d") + ) + (fp_line + (start -1.7 0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "78cbdd6c-4878-4cc5-9a58-0e506478e37d") + ) + (fp_line + (start 1 -0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "46918595-4a45-48e8-84c0-961b4db7f35f") + ) + (fp_line + (start -1 -0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "13abf99d-5265-4779-8973-e94370fd18ff") + ) + (fp_line + (start 1 0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a795f1ba-cdd5-4cc5-9a52-08586e982934") + ) + (fp_line + (start -1 0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a7520ad3-0f8b-4788-92d4-8ffb277041e6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "a05d7640-f2f6-4ba7-8c51-5a4af431fc13") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 90) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(C4-Pad1)") + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + ) + (pad "2" smd roundrect + (at 0.95 0 90) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(C4-Pad2)") + (uuid "c1d83899-e380-49f9-a87d-8e78bc089ebf") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00006223ab82") + (at 133 93.75) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R3" + (at -0.5 1.65 0) + (layer "B.SilkS") + (uuid "afd3dbad-e7a8-4e4c-b77c-4065a69aefa2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "3" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "1b54105e-6590-4d26-a763-ecfcf81eedc4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82d41dca-1ad9-4983-a085-f7d53c98e11d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "641c637c-9f12-4224-b6ea-580a0ae5ecaf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0679d1b-0309-4890-9195-2b66c14449e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223b0e5") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e12e827e-36be-4503-8eef-6fc7e8bc5d49") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dabe541b-b164-4180-97a4-5ca761b86800") + ) + (fp_line + (start -1.68 -0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9dab0cb7-2557-4419-963b-5ae736517f62") + ) + (fp_line + (start -1.68 0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "417f13e4-c121-485a-a6b5-8b55e70350b8") + ) + (fp_line + (start 1.68 -0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0088d107-13d8-496c-8da6-7bbeb9d096b0") + ) + (fp_line + (start 1.68 0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c201e1b2-fc01-4110-bdaa-a33290468c83") + ) + (fp_line + (start -1 -0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "632acde9-b7fd-4f04-8cb4-d2cbb06b3595") + ) + (fp_line + (start -1 0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "35354519-a28c-40c4-befd-0943e98dea53") + ) + (fp_line + (start 1 -0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6b25f522-8e2d-4cd8-9d5d-a2b80f60133b") + ) + (fp_line + (start 1 0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38f2d955-ea7a-4a21-aba6-02ae23f1bd4a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "0f41a909-27c4-4be2-9d5e-9ae2108c8ff5") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 14 "Net-(R3-Pad1)") + (uuid "68e09be7-3bbc-4443-a838-209ce20b2bef") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 13 "Net-(R3-Pad2)") + (uuid "6a780180-586a-4241-a52d-dc7a5ffcc966") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00006223ab93") + (at 133 98.5) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R4" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "9702d639-3b1f-4825-8985-b32b9008503d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "0d35483a-0b12-46cc-b9f2-896fd6831779") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "470ca09a-8d7d-443d-8d7c-6a0cf0d81e74") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6cfe6d7-e4e1-465d-b9e8-b977f7b78b46") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "96c39e7b-c69d-4487-bbcd-4494a432c8f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223b0ef") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a9ec539a-d80d-40cc-803c-12b6adefe42a") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ef1b4b98-541b-4673-a04f-2043250fc40a") + ) + (fp_line + (start -1.68 -0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c264c438-a475-4ad4-9915-0f1e6ecf3053") + ) + (fp_line + (start -1.68 0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2bf3f24b-fd30-41a7-a274-9b519491916b") + ) + (fp_line + (start 1.68 -0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e25ce415-914a-48fe-bf09-324317917b2e") + ) + (fp_line + (start 1.68 0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4831966c-bb32-4bc8-a400-0382a02ffa1c") + ) + (fp_line + (start -1 -0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4412226e-d975-40a2-921f-502ff4129a95") + ) + (fp_line + (start -1 0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7447a6e7-8205-46ba-afca-d0fa8f90c95a") + ) + (fp_line + (start 1 -0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "34871042-9d5c-4e29-abdd-a168368c3c22") + ) + (fp_line + (start 1 0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "53c85970-3e21-4fae-a84f-721cfc0513b5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4e66a44f-7fa6-4e16-bf9b-62ec864301a5") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 16 "Net-(R4-Pad1)") + (uuid "9762c9ed-64d8-4f3e-baf6-f6ba6effc919") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 15 "Net-(R4-Pad2)") + (uuid "4d4b0fcd-2c79-4fc3-b5fa-7a0741601344") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 125 102) + (end 125 91) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00006223ae41") + ) + (gr_line + (start 136 91) + (end 136 102) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "29e78086-2175-405e-9ba3-c48766d2f50c") + ) + (gr_line + (start 125 91) + (end 136 91) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "94a873dc-af67-4ef9-8159-1f7c93eeb3d7") + ) + (gr_line + (start 136 102) + (end 125 102) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/ano_pcb.kicad_sch b/tests/board_samples/kicad_8/ano_pcb.kicad_sch index 2786a30ac..4180cc87a 100644 --- a/tests/board_samples/kicad_8/ano_pcb.kicad_sch +++ b/tests/board_samples/kicad_8/ano_pcb.kicad_sch @@ -1,300 +1,805 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 9ff4672a-e1a4-4a1e-887d-1b9a3429d278) - - (paper "A4") - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Device_C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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" "Device_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_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 (lib_id "Device:R") (at 81.28 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006223a923) - (property "Reference" "R1" (at 83.058 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1" (at 83.058 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 79.502 60.96 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4412226e-d975-40a2-921f-502ff4129a95)) - (pin "2" (uuid 7447a6e7-8205-46ba-afca-d0fa8f90c95a)) - (instances - (project "ano_pcb" - (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 88.9 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006223adf1) - (property "Reference" "R2" (at 90.678 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2" (at 90.678 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 87.122 60.96 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c264c438-a475-4ad4-9915-0f1e6ecf3053)) - (pin "2" (uuid 2bf3f24b-fd30-41a7-a274-9b519491916b)) - (instances - (project "ano_pcb" - (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 96.52 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006223b0e5) - (property "Reference" "R3" (at 98.298 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "3" (at 98.298 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 94.742 60.96 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 96.52 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 587a157d-dedf-4558-a037-1a94bbba1848)) - (pin "2" (uuid c19dbe3c-ced0-48f7-a91d-777569cfb936)) - (instances - (project "ano_pcb" - (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 104.14 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006223b0ef) - (property "Reference" "R4" (at 105.918 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "4" (at 105.918 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 102.362 60.96 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 104.14 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1b54105e-6590-4d26-a763-ecfcf81eedc4)) - (pin "2" (uuid 0f41a909-27c4-4be2-9d5e-9ae2108c8ff5)) - (instances - (project "ano_pcb" - (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 81.28 73.66 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006223ba95) - (property "Reference" "C1" (at 84.201 72.4916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1u" (at 84.201 74.803 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 82.2452 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c201e1b2-fc01-4110-bdaa-a33290468c83)) - (pin "2" (uuid 0088d107-13d8-496c-8da6-7bbeb9d096b0)) - (instances - (project "ano_pcb" - (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 88.9 73.66 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006223bc65) - (property "Reference" "C2" (at 91.821 72.4916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2u" (at 91.821 74.803 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 89.8652 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c801d42e-dd94-493e-bd2f-6c3ddad43f55)) - (pin "2" (uuid 3172f2e2-18d2-4a80-ae30-5707b3409798)) - (instances - (project "ano_pcb" - (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 96.52 73.66 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006223c1b3) - (property "Reference" "C3" (at 99.441 72.4916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "3u" (at 99.441 74.803 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 97.4852 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 96.52 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 51c4dc0a-5b9f-4edf-a83f-4a12881e42ef)) - (pin "2" (uuid 03d88a85-11fd-47aa-954c-c318bb15294a)) - (instances - (project "ano_pcb" - (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 104.14 73.66 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006223c217) - (property "Reference" "C4" (at 107.061 72.4916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "4u" (at 107.061 74.803 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 105.1052 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 104.14 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f976e2cc-36f9-4479-a816-2c74d1d5da6f)) - (pin "2" (uuid b635b16e-60bb-4b3e-9fc3-47d34eef8381)) - (instances - (project "ano_pcb" - (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "9ff4672a-e1a4-4a1e-887d-1b9a3429d278") + (paper "A4") + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Device_C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Device_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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 + (lib_id "Device:R") + (at 81.28 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006223a923") + (property "Reference" "R1" + (at 83.058 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1" + (at 83.058 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 79.502 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4412226e-d975-40a2-921f-502ff4129a95") + ) + (pin "2" + (uuid "7447a6e7-8205-46ba-afca-d0fa8f90c95a") + ) + (instances + (project "ano_pcb" + (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 88.9 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006223adf1") + (property "Reference" "R2" + (at 90.678 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2" + (at 90.678 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 87.122 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c264c438-a475-4ad4-9915-0f1e6ecf3053") + ) + (pin "2" + (uuid "2bf3f24b-fd30-41a7-a274-9b519491916b") + ) + (instances + (project "ano_pcb" + (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 96.52 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006223b0e5") + (property "Reference" "R3" + (at 98.298 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "3" + (at 98.298 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 94.742 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 96.52 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "587a157d-dedf-4558-a037-1a94bbba1848") + ) + (pin "2" + (uuid "c19dbe3c-ced0-48f7-a91d-777569cfb936") + ) + (instances + (project "ano_pcb" + (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 104.14 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006223b0ef") + (property "Reference" "R4" + (at 105.918 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4" + (at 105.918 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 102.362 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 104.14 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 104.14 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1b54105e-6590-4d26-a763-ecfcf81eedc4") + ) + (pin "2" + (uuid "0f41a909-27c4-4be2-9d5e-9ae2108c8ff5") + ) + (instances + (project "ano_pcb" + (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 81.28 73.66 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006223ba95") + (property "Reference" "C1" + (at 84.201 72.4916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1u" + (at 84.201 74.803 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 82.2452 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c201e1b2-fc01-4110-bdaa-a33290468c83") + ) + (pin "2" + (uuid "0088d107-13d8-496c-8da6-7bbeb9d096b0") + ) + (instances + (project "ano_pcb" + (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 88.9 73.66 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006223bc65") + (property "Reference" "C2" + (at 91.821 72.4916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2u" + (at 91.821 74.803 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 89.8652 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c801d42e-dd94-493e-bd2f-6c3ddad43f55") + ) + (pin "2" + (uuid "3172f2e2-18d2-4a80-ae30-5707b3409798") + ) + (instances + (project "ano_pcb" + (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 96.52 73.66 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006223c1b3") + (property "Reference" "C3" + (at 99.441 72.4916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "3u" + (at 99.441 74.803 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 97.4852 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 96.52 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "51c4dc0a-5b9f-4edf-a83f-4a12881e42ef") + ) + (pin "2" + (uuid "03d88a85-11fd-47aa-954c-c318bb15294a") + ) + (instances + (project "ano_pcb" + (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 104.14 73.66 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006223c217") + (property "Reference" "C4" + (at 107.061 72.4916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4u" + (at 107.061 74.803 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 105.1052 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 104.14 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 104.14 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + (pin "2" + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (instances + (project "ano_pcb" + (path "/9ff4672a-e1a4-4a1e-887d-1b9a3429d278" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/batteryPack.kicad_pcb b/tests/board_samples/kicad_8/batteryPack.kicad_pcb index 0e14fdf04..4e6586084 100644 --- a/tests/board_samples/kicad_8/batteryPack.kicad_pcb +++ b/tests/board_samples/kicad_8/batteryPack.kicad_pcb @@ -1,6639 +1,16998 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (grid_origin 206.25 59.75) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "+3V3") - (net 2 "GND") - (net 3 "VBUS") - (net 4 "Net-(D1-Pad2)") - (net 5 "Net-(D2-Pad2)") - (net 6 "Net-(D3-Pad2)") - (net 7 "D+") - (net 8 "D-") - (net 9 "RST") - (net 10 "SWCLK") - (net 11 "SWDIO") - (net 12 "RX") - (net 13 "TX") - (net 14 "Net-(J14-Pad1)") - (net 15 "Net-(J16-Pad1)") - (net 16 "Net-(R5-Pad1)") - (net 17 "Net-(R6-Pad1)") - (net 18 "Net-(R7-Pad1)") - (net 19 "/VBUS_SENSE") - (net 20 "/OUT+") - (net 21 "/MID") - (net 22 "/OUT-") - (net 23 "/BP_B2+") - (net 24 "/BP_B2-") - (net 25 "/BP_B1-") - (net 26 "/BP_B1+") - (net 27 "BAT1+") - (net 28 "Net-(D4-Pad2)") - (net 29 "Net-(D5-Pad2)") - (net 30 "Net-(D6-Pad2)") - (net 31 "BAT2+") - (net 32 "BAT2_V") - (net 33 "BAT1_V") - (net 34 "Net-(R14-Pad1)") - (net 35 "Net-(R15-Pad1)") - (net 36 "Net-(R16-Pad1)") - - (footprint "Connector_USB:USB_Micro-B_Wuerth_629105150521_CircularHoles" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e846570) - (at 230.25 70.5 90) - (descr "USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf") - (tags "usb micro receptacle") - (path "/00000000-0000-0000-0000-00005e87821f") - (attr smd) - (fp_text reference "J1" (at 0 -3.5 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3b0307ca-68da-476d-abf9-df4dfb6d7462) - ) - (fp_text value "Mirco USB" (at 0 5.6 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 08e42553-961e-420f-81a6-53aa6502783d) - ) - (fp_text user "PCB Edge" (at 0 3.75 90) (layer "Dwgs.User") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 346ca0e5-6a27-4fa5-b3a7-7ec91b1bf070) - ) - (fp_text user "${REFERENCE}" (at 0 1.05 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 209d9c13-259d-4d77-9eb7-410b59e015f1) - ) - (fp_line (start -4.15 -0.65) (end -4.15 0.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp ea45b0c1-0b79-4da1-8239-19b01c3151ef)) - (fp_line (start -4.15 3.15) (end -4.15 3.3) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 3e4dc2ad-e82e-4eb0-9335-6afeacc36b31)) - (fp_line (start -4.15 3.3) (end -3.85 3.3) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 4078af55-c404-4987-bdc8-985457586458)) - (fp_line (start -3.85 3.3) (end -3.85 3.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp d7c30d71-002f-47f0-9c67-ff7426fbddfc)) - (fp_line (start -1.8 -2.825) (end -1.8 -2.4) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 03c0f8d5-a67d-4a28-b883-0d6943181015)) - (fp_line (start -1.8 -2.4) (end -2.525 -2.4) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 7a9248f1-c850-40cb-89b1-9dba0430bb69)) - (fp_line (start -1.075 -2.825) (end -1.8 -2.825) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 8df757f3-e30d-4a51-a27a-f3c9e1d5b113)) - (fp_line (start 1.8 -2.4) (end 2.525 -2.4) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 52e79c3e-58b6-480c-b9f0-f300a3c3e40a)) - (fp_line (start 3.85 3.3) (end 4.15 3.3) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 581cc2c7-c809-42f9-9773-09c09ad145b0)) - (fp_line (start 3.85 3.75) (end 3.85 3.3) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp c5f3a52b-7f38-4dda-a90f-714b3cd9c783)) - (fp_line (start 4.15 0.75) (end 4.15 -0.65) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 93ad818a-7732-4881-bc3b-ab008d304e6d)) - (fp_line (start 4.15 3.3) (end 4.15 3.15) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 61950dd3-8cd0-4e85-8317-10a5c92b34de)) - (fp_line (start -5.27 -3.34) (end -5.27 4.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6372abab-2b30-4cee-b1dd-a24f689d3737)) - (fp_line (start -5.27 4.85) (end 5.28 4.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5afefe19-b248-49c2-afae-cd8682e25d1f)) - (fp_line (start 5.28 -3.34) (end -5.27 -3.34) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 804ed87a-b972-4eff-8e24-a72d21703fe3)) - (fp_line (start 5.28 4.85) (end 5.28 -3.34) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee02ecdc-557b-450c-9ac2-f7dd073a42b9)) - (fp_line (start -4 -2.25) (end -4 3.15) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp f341701e-2e5a-4b30-9a0f-b970ca91e9e7)) - (fp_line (start -4 3.15) (end -3.7 3.15) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 5f6d456b-6c6d-4439-89ed-1e09ab9d6180)) - (fp_line (start -3.7 3.15) (end -3.7 4.35) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 388eb53e-af73-41c6-af39-daf32df88841)) - (fp_line (start -3.7 4.35) (end 3.7 4.35) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 57638f3a-de79-46f3-a6cf-ba984040bbc1)) - (fp_line (start -2.7 3.75) (end 2.7 3.75) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp a545503b-9e7c-4f89-90db-a713107b8f9f)) - (fp_line (start -1.525 -2.95) (end -1.075 -2.95) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 33fe1038-21c3-4a2e-a521-5260cc9ac815)) - (fp_line (start -1.525 -2.725) (end -1.525 -2.95) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp ae5f4d6c-bd03-4ddb-b627-86a8e265dda8)) - (fp_line (start -1.3 -2.55) (end -1.525 -2.725) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 7bdd6c36-bd9e-4a3d-9db7-c0b77d83aa9f)) - (fp_line (start -1.075 -2.95) (end -1.075 -2.725) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 5a988a8c-8b76-4047-817c-699f8c921a81)) - (fp_line (start -1.075 -2.725) (end -1.3 -2.55) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 9935f741-b13c-459d-a2ab-241898e8fb0b)) - (fp_line (start 3.7 3.15) (end 4 3.15) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp af1dce6b-28ef-40c3-a83b-67f5cc6781f7)) - (fp_line (start 3.7 4.35) (end 3.7 3.15) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 70b4c487-6429-4048-8023-a5b480dba7f2)) - (fp_line (start 4 -2.25) (end -4 -2.25) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp b41666ff-da83-4a10-9616-8b36611023cd)) - (fp_line (start 4 3.15) (end 4 -2.25) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp b7d69a19-d6cf-4af6-bfd9-b2ff5c9603a2)) - (pad "" np_thru_hole circle (at -2.5 -0.8 90) (size 0.8 0.8) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 04b05ba4-f691-44bd-a99c-e8aa7935bc66)) - (pad "" np_thru_hole circle (at 2.5 -0.8 90) (size 0.8 0.8) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp f21fb64a-e2aa-4c8f-97a2-6f7889fe0f56)) - (pad "1" smd rect (at -1.3 -1.9 90) (size 0.45 1.3) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "VBUS") (tstamp 866b79b6-a36c-4b5f-81f1-a2d13b8a8f1f)) - (pad "2" smd rect (at -0.65 -1.9 90) (size 0.45 1.3) (layers "F.Cu" "F.Paste" "F.Mask") - (net 8 "D-") (tstamp 9d0f1526-6331-45e4-a044-3ad59823812a)) - (pad "3" smd rect (at 0 -1.9 90) (size 0.45 1.3) (layers "F.Cu" "F.Paste" "F.Mask") - (net 7 "D+") (tstamp 917899b3-f631-45cd-a600-2bbc2f8fa9cd)) - (pad "4" smd rect (at 0.65 -1.9 90) (size 0.45 1.3) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 8e22ff30-382f-4e67-acec-ab1efa14e6ec)) - (pad "5" smd rect (at 1.3 -1.9 90) (size 0.45 1.3) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "GND") (tstamp c7f9c618-6123-4941-8d99-1508955e57b0)) - (pad "6" thru_hole circle (at -3.875 1.95 90) (size 1.8 1.8) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 2 "GND") (tstamp 4148e59b-0872-4263-bf30-beb701094586)) - (pad "6" thru_hole circle (at -3.725 -1.85 90) (size 2 2) (drill 1.4) (layers "*.Cu" "*.Mask") - (net 2 "GND") (tstamp 57e1481f-06cf-4688-a3de-3328cc0fb943)) - (pad "6" thru_hole circle (at 3.725 -1.85 90) (size 2 2) (drill 1.4) (layers "*.Cu" "*.Mask") - (net 2 "GND") (tstamp d29780c6-48c5-4856-9b35-5cebaae0f544)) - (pad "6" thru_hole circle (at 3.875 1.95 90) (size 1.8 1.8) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 2 "GND") (tstamp 74d2a380-b1b4-421b-968c-9e2001454d2d)) - (model "${KISYS3DMOD}/Connector_USB.3dshapes/USB_Micro-B_Wuerth_629105150521_CircularHoles.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "batteryPack:2mm_Banana-Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e8465cf) - (at 70 80 -90) - (path "/00000000-0000-0000-0000-00005e83aec8") - (attr through_hole) - (fp_text reference "J9" (at 0 16.5 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c46bf92a-78db-4bbb-928e-6215f41e3961) - ) - (fp_text value "B2+" (at 0 -1.25 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 25f2412d-3fb2-4818-9b5a-decbea9a0e41) - ) - (fp_line (start -1.75 1) (end -1.75 15.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 3584877f-91c3-4b04-aa8c-eede62750297)) - (fp_line (start -1.75 15.25) (end 1.75 15.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 58878acb-0b0b-4e69-a922-316bd4a63a4f)) - (fp_line (start 1.75 15.25) (end 1.75 1) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 17cd9c19-8471-44fa-999f-f97e62c30c2d)) - (fp_line (start -1.25 0) (end 1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a61aead6-1da7-4b0b-8c48-6782d4465dde)) - (fp_line (start -1.25 15) (end -1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 774eadf7-a228-4b61-bd62-7c128ea64aa4)) - (fp_line (start 1.25 0) (end 1.25 15) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp aed1c176-ffbb-4020-a5e3-914733c08726)) - (fp_line (start 1.25 15) (end -1.25 15) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp dcfac9ea-6246-47c4-b0cb-5502d259e827)) - (fp_circle (center 0 11) (end 0.25 11.25) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 27a9ef67-1a18-400e-8ccd-dba1e0984956)) - (pad "1" smd rect (at 0 7.5 270) (size 3 15) (layers "F.Cu" "F.Paste" "F.Mask") - (net 23 "/BP_B2+") (tstamp e781e105-0d12-47ef-9f82-739ee6db268e)) - ) - - (footprint "batteryPack:2mm_Banana-Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e8465dc) - (at 70 60 -90) - (path "/00000000-0000-0000-0000-00005e83a998") - (attr through_hole) - (fp_text reference "J10" (at 0 16.5 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 91911930-9ae3-4658-a47c-d9dc6e68346b) - ) - (fp_text value "B1+" (at 0 -1.25 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 88ad815b-7271-4ade-b526-4f0a8ebe2493) - ) - (fp_line (start -1.75 1) (end -1.75 15.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 6982a9aa-d9cc-4002-915f-a74471ac576f)) - (fp_line (start -1.75 15.25) (end 1.75 15.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 19debf54-a3bc-4664-9575-8a8fa067c6d1)) - (fp_line (start 1.75 15.25) (end 1.75 1) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 7b539f9e-9a5e-451e-a37b-29ea6071e004)) - (fp_line (start -1.25 0) (end 1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp e8ff413f-755a-425e-a787-28df1ad9d065)) - (fp_line (start -1.25 15) (end -1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 206e29fc-a2f8-4a8e-a8b5-41184500696f)) - (fp_line (start 1.25 0) (end 1.25 15) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp c5d7cff9-6e4a-493d-abb0-97d0f69df7cf)) - (fp_line (start 1.25 15) (end -1.25 15) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp bfc9bf82-a3db-44ff-975d-5fb6a18d1a5e)) - (fp_circle (center 0 11) (end 0.25 11.25) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 0af6ba81-d1b3-4f3c-b256-d1d8a4106a7a)) - (pad "1" smd rect (at 0 7.5 270) (size 3 15) (layers "F.Cu" "F.Paste" "F.Mask") - (net 26 "/BP_B1+") (tstamp 84eecc1c-3a57-4fec-8072-80bb219ab987)) - ) - - (footprint "batteryPack:2mm_Banana-Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e8465e9) - (at 70 67 -90) - (path "/00000000-0000-0000-0000-00005e83b363") - (attr through_hole) - (fp_text reference "J11" (at 0 16.5 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a410989-dc20-45fe-8e73-eea9e9d6cb65) - ) - (fp_text value "B1-" (at 0 -1.25 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2923e11d-d103-494e-aa48-6b5849f80748) - ) - (fp_line (start -1.75 1) (end -1.75 15.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 3163cd3f-09eb-4fa5-aac5-6b67d572c2c0)) - (fp_line (start -1.75 15.25) (end 1.75 15.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp d14ecedc-8fa6-456c-8eae-938662b674bc)) - (fp_line (start 1.75 15.25) (end 1.75 1) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp cb6f2f95-2303-4634-971b-c71d4054c874)) - (fp_line (start -1.25 0) (end 1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp de2a5579-95fd-48c3-ab88-550b9dc984b7)) - (fp_line (start -1.25 15) (end -1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f49e72f7-2a72-4cf7-92d3-5178a35a84ce)) - (fp_line (start 1.25 0) (end 1.25 15) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 687ee47c-ec1d-4b54-9a75-6d08f56e76c2)) - (fp_line (start 1.25 15) (end -1.25 15) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 679d68bf-528d-48ec-ae70-4d56a21c0f13)) - (fp_circle (center 0 11) (end 0.25 11.25) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 047067b7-0ea6-49f5-a633-0cf65c730784)) - (pad "1" smd rect (at 0 7.5 270) (size 3 15) (layers "F.Cu" "F.Paste" "F.Mask") - (net 25 "/BP_B1-") (tstamp 561fe28e-49f1-426a-92a3-3a263a224266)) - ) - - (footprint "batteryPack:2mm_Banana-Socket" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e8465f6) - (at 70 73 -90) - (path "/00000000-0000-0000-0000-00005e83b842") - (attr through_hole) - (fp_text reference "J12" (at 0 16.5 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f9520f20-90b6-4342-9250-b48654fdac7f) - ) - (fp_text value "B2-" (at 0 -1.25 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1203e9f8-f014-4de1-86a4-e414f6a8b518) - ) - (fp_line (start -1.75 1) (end -1.75 15.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 4873f34d-975d-4f90-a0a0-671e04a6f503)) - (fp_line (start -1.75 15.25) (end 1.75 15.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 82b058ae-4fda-4e69-b3c1-af20b6bd5230)) - (fp_line (start 1.75 15.25) (end 1.75 1) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp bc0fc949-8b15-4af3-a778-f6b4e54e410e)) - (fp_line (start -1.25 0) (end 1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp c3b3ed46-63e4-4b27-8cd3-ee3d4cb6eed2)) - (fp_line (start -1.25 15) (end -1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 83efc793-e74d-41a8-b16e-512a3d54d408)) - (fp_line (start 1.25 0) (end 1.25 15) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 6e8ba34e-49e7-4b98-85e7-b0b89e8dec5a)) - (fp_line (start 1.25 15) (end -1.25 15) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 7e0dda66-7eec-4d8e-affa-f3cb31a18347)) - (fp_circle (center 0 11) (end 0.25 11.25) - (stroke (width 0.12) (type solid)) (fill none) (layer "Dwgs.User") (tstamp 08e1a5ba-b9ed-4dda-bee4-b044d96a5a5b)) - (pad "1" smd rect (at 0 7.5 270) (size 3 15) (layers "F.Cu" "F.Paste" "F.Mask") - (net 24 "/BP_B2-") (tstamp 0d7b66ea-06b1-4bd5-ae8b-da307c63f465)) - ) - - (footprint "batteryPack:USB_C_Female-16Pin-HPJF" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e84666d) - (at 227.25 59.25 90) - (path "/00000000-0000-0000-0000-00005e8413a8") - (attr through_hole) - (fp_text reference "P1" (at 0 9 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bafe3b26-1241-4a2c-b98c-c35eb7d953c3) - ) - (fp_text value "USB-C" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 223a5bec-828b-468a-82b4-70d7a97d9d74) - ) - (fp_line (start -5 -0.25) (end -5 1.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp a175d63d-a485-40fc-a96f-ba3eefd0078e)) - (fp_line (start -4.5 2.25) (end -4.5 3.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 9b0177cf-cbaf-434c-b36a-dacbaea1a79d)) - (fp_line (start -4.5 5.75) (end -4.5 7.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp afa2248f-ca92-4612-8b06-4a9633342e62)) - (fp_line (start -4.5 7.75) (end 4.5 7.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 119f155f-a742-47f2-b9f5-b8b0af1c376c)) - (fp_line (start -3.75 -0.25) (end -5 -0.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 2f3c5472-59a4-4e44-9439-1a8872b07cce)) - (fp_line (start 3.75 -0.25) (end 5 -0.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 94593ad6-9861-4ae7-8852-87ed34cb3fdc)) - (fp_line (start 4.5 3.75) (end 4.5 2.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 3019b555-817b-4bb4-b6de-836daf3e5dfb)) - (fp_line (start 4.5 7.75) (end 4.5 5.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 4c62947d-26fb-4c5b-bb76-2ba7acfd295a)) - (fp_line (start 5 -0.25) (end 5 1.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 1967a8cf-8de8-41c1-9484-386af0d99e95)) - (fp_line (start -4.47 7.78) (end -4.47 0) - (stroke (width 0.12) (type solid)) (layer "F.Fab") (tstamp fda4d0d8-a819-454c-a575-da3434cf378c)) - (fp_line (start -4.47 7.78) (end 4.47 7.78) - (stroke (width 0.12) (type solid)) (layer "F.Fab") (tstamp cdcfa217-6ed3-40ea-ba30-e600f3896a96)) - (fp_line (start 4.47 0) (end -4.47 0) - (stroke (width 0.12) (type solid)) (layer "F.Fab") (tstamp 8e50fc64-f9bf-48f2-b8c8-a5bbeeffacaf)) - (fp_line (start 4.47 7.78) (end 4.47 0) - (stroke (width 0.12) (type solid)) (layer "F.Fab") (tstamp fa7589e3-8095-469b-a27e-513a0cf51cd1)) - (pad "" np_thru_hole circle (at -2.89 1.5 180) (size 0.7 0.7) (drill 0.7) (layers "*.Cu" "*.Mask") (tstamp eca026e1-32fd-4697-972e-2081de235dcb)) - (pad "" np_thru_hole circle (at 2.89 1.5 180) (size 0.7 0.7) (drill 0.7) (layers "*.Cu" "*.Mask") (tstamp 8c38b79e-4dda-4af5-93d1-25fc1d11884b)) - (pad "A1" smd rect (at -3.35 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "GND") (tstamp 38ac44d8-1773-46fe-a554-3aa4a89bf07f)) - (pad "A4" smd rect (at -2.55 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "VBUS") (tstamp 33b2e1d5-e40e-4cf9-8741-e1c99b632cdc)) - (pad "A5" smd rect (at -1.25 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp e2ad2144-2ed2-4c82-933b-ce0a87dff6cf)) - (pad "A6" smd rect (at -0.25 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 7 "D+") (tstamp a11d8474-3570-41c2-9dec-82b17af56765)) - (pad "A7" smd rect (at 0.25 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 8 "D-") (tstamp bd53b83d-469f-4a17-88b7-3d8f6e4f31c5)) - (pad "A8" smd rect (at 1.25 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp d38a25d0-9ec8-4826-96e0-69080c403d7c)) - (pad "A9" smd rect (at 2.55 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "VBUS") (tstamp 1a5925f4-5cd6-4ccd-891d-6500e790e847)) - (pad "A12" smd rect (at 3.35 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "GND") (tstamp 481dcb8d-6b14-4acf-b2dd-3bc0df751c37)) - (pad "B1" smd rect (at 3.05 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "GND") (tstamp 554f41c3-2580-4cf5-8fb9-c7bd5d35c796)) - (pad "B4" smd rect (at 2.25 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "VBUS") (tstamp 8509d56d-7fc0-4ae8-9f4e-718bfacbb093)) - (pad "B5" smd rect (at 1.75 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 5ed0366d-e844-4691-9843-fdf28e40a014)) - (pad "B6" smd rect (at 0.75 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 7 "D+") (tstamp a7bdc6d1-0444-4aae-b141-32c62063b655)) - (pad "B7" smd rect (at -0.75 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 8 "D-") (tstamp 998662d3-b0a9-41b1-8846-0ad4eb419988)) - (pad "B8" smd rect (at -1.75 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp cf9c338a-59ba-4f62-af23-1d32c93cda94)) - (pad "B9" smd rect (at -2.25 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "VBUS") (tstamp df514ddd-7ad1-4eaf-976c-d6b264b373fb)) - (pad "B12" smd rect (at -3.05 0 90) (size 0.3 2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "GND") (tstamp 99159a8a-c0fc-47e1-8c58-637b332cbf53)) - (pad "S1" thru_hole oval (at -4.32 1 90) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") - (net 2 "GND") (tstamp ffe1cd57-5487-44a2-8c43-cae136f22434)) - (pad "S1" thru_hole oval (at -4.25 4.75 90) (size 1 1.8) (drill oval 0.6 1.4) (layers "*.Cu" "*.Mask") - (net 2 "GND") (tstamp ace08987-7ff6-4416-bfe5-47ab9851b998)) - (pad "S1" thru_hole oval (at 4.32 1 90) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") - (net 2 "GND") (tstamp 4f0e6be7-c969-4cfc-8a78-9bc1ff3b7b11)) - (pad "S1" thru_hole oval (at 4.32 4.75 90) (size 1 1.8) (drill oval 0.6 1.4) (layers "*.Cu" "*.Mask") - (net 2 "GND") (tstamp 08688a5b-ecb2-40ee-b02d-d2a5ede84c32)) - ) - - (footprint "batteryPack:TP5100-Module" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e8467a2) - (at 208.5 79.25 180) - (path "/00000000-0000-0000-0000-00005e8405d9") - (attr through_hole) - (fp_text reference "U4" (at 0 12) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 449ce0a1-ae5c-42ff-b40c-1991870e913a) - ) - (fp_text value "TP5100-Module" (at 0 -10) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 64e3298e-4885-43e1-9595-c23e131d4785) - ) - (fp_text user "VCC" (at -12 10) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 48254095-dae9-480f-9e08-5d4d12af7a0e) - ) - (fp_text user "GND" (at -12 -9.75) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 53da6b55-da63-4dff-a084-3b9fa301f7a0) - ) - (fp_text user "BAT-" (at 12.25 -9.75) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9d11251e-f48c-4cea-89ed-431540bef6bf) - ) - (fp_text user "BAT+" (at 12 10) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ee9d9d59-fa28-4d8f-8b8a-0695cd8441cb) - ) - (fp_line (start -12.75 -9) (end 12.75 -9) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 05c6ac18-1834-433e-99ad-e6ca0f63a5e5)) - (fp_line (start -12.75 -8.25) (end -12.75 -9) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp fb0f9221-d984-42e6-87b6-3dd373550e27)) - (fp_line (start -12.75 5.75) (end -12.75 1.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 09dfae3e-7a32-41d0-877d-bdfa693ca41c)) - (fp_line (start -12.75 8.25) (end -12.75 9) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 5c97934d-3fa3-46d2-a9e0-be3a2d4d352d)) - (fp_line (start -12.75 9) (end 12.75 9) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp cd8d589a-73b1-44da-8d32-7a813b64a8c5)) - (fp_line (start -8.5 -1) (end -1.5 -1) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 57d4ae95-90fe-4970-8f20-e2946b24dc5b)) - (fp_line (start -8.5 6) (end -8.5 -1) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 3515f9dd-97fa-4f20-8931-d6955dc84464)) - (fp_line (start -1.5 -1) (end -1.5 6) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 1f05d226-6b8f-47c3-b8d0-1396ad6f5b1d)) - (fp_line (start -1.5 6) (end -8.5 6) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 70444f13-82c5-4da5-b08c-b250b60345ce)) - (fp_line (start 12.75 -9) (end 12.75 -8.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp d9f01a57-5468-4685-83ee-b604531967b5)) - (fp_line (start 12.75 5.5) (end 12.75 -5.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp c0fdede2-f1a7-4a76-934b-d015d695efca)) - (fp_line (start 12.75 9) (end 12.75 8.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 98dd84f5-cc79-4424-8295-3502f0d1cbc8)) - (fp_circle (center -5 2.5) (end -1.75 2.5) - (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 781ea491-5463-46d7-b692-4bcde67650ad)) - (fp_line (start -12.5 -8.75) (end -12.5 8.75) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a77ad2dd-e874-4727-8249-f973b4457fc5)) - (fp_line (start -12.5 8.75) (end 12.5 8.75) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 25a027e2-ddff-43fb-be98-059897f6714f)) - (fp_line (start 12.5 -8.75) (end -12.5 -8.75) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 3436ad3a-9a79-4c14-aba6-4e0b043d9337)) - (fp_line (start 12.5 8.75) (end 12.5 -8.75) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 1a1b2c4a-ec2f-4487-ba56-2d679fb39d94)) - (pad "1" smd rect locked (at -11 -7 180) (size 5 2) (drill (offset -1.5 0)) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "GND") (tstamp 1db56c9f-7093-463f-b162-87b4a0de8054)) - (pad "2" smd rect locked (at -11 7 180) (size 5 2) (drill (offset -1.5 0)) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "VBUS") (tstamp fd1413be-7810-438a-9ac5-7633d071751f)) - (pad "3" smd rect locked (at 11 7) (size 5 2) (drill (offset -1.5 0)) (layers "F.Cu" "F.Paste" "F.Mask") - (net 31 "BAT2+") (tstamp ab37c46e-aa5a-4f06-a0b0-92d07391daef)) - (pad "4" smd rect locked (at 11 -7) (size 5 2) (drill (offset -1.5 0)) (layers "F.Cu" "F.Paste" "F.Mask") - (net 15 "Net-(J16-Pad1)") (tstamp baa0c69d-425b-4b60-8bf2-a29b768ddc98)) - (pad "5" smd rect locked (at -10.5 -2 180) (size 5.5 1.5) (drill (offset -2 0)) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 459d6953-b4c2-4e68-b9f5-cf11cf42e36b)) - (pad "6" smd rect locked (at -10.5 -4.5 180) (size 5.5 1.5) (drill (offset -2 0)) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 4bcd7e94-1722-4253-8902-fd747bb9d430)) - (pad "7" smd rect locked (at -10.5 0.5 180) (size 5.5 1.5) (drill (offset -2 0)) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp e8466f3a-6b32-4bf1-a798-56b55ca20b96)) - ) - - (footprint "batteryPack:2mm_Banana-Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e84a443) - (at 120 67) - (path "/00000000-0000-0000-0000-00005e9e3ece") - (attr through_hole) - (fp_text reference "J3" (at 0 3) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ec03b949-4423-40d4-9773-22af1803e07d) - ) - (fp_text value "B1-" (at 0 -3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 675bddd9-f5d2-457e-8251-9f1bae89e763) - ) - (fp_circle (center 0 0) (end 2.25 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 5d50d6cc-8695-4ac0-bbae-430cb2589904)) - (pad "1" thru_hole circle (at 0 0) (size 4 4) (drill 2.5) (layers "*.Cu" "*.Mask") - (net 21 "/MID") (tstamp 2550d10a-b769-4f2a-83d8-5a24f5a2e397)) - ) - - (footprint "batteryPack:2mm_Banana-Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e84a452) - (at 120 80) - (path "/00000000-0000-0000-0000-00005e9e47a7") - (attr through_hole) - (fp_text reference "J5" (at 0 3) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 898bb1da-90b4-4cb3-85f8-94504b6ea868) - ) - (fp_text value "B2+" (at 0 -3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c47a6318-6e1d-468a-98e2-42a674b30de6) - ) - (fp_circle (center 0 0) (end 2.25 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp b7c8ba60-c9df-498d-a093-6b98d5832c65)) - (pad "1" thru_hole circle (at 0 0) (size 4 4) (drill 2.5) (layers "*.Cu" "*.Mask") - (net 21 "/MID") (tstamp a2c34a4f-8166-45f1-b6d1-900c810ae22d)) - ) - - (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e84a466) - (at 129 56) - (descr "Mounting Hole 3.2mm, no annular, M3") - (tags "mounting hole 3.2mm no annular m3") - (path "/00000000-0000-0000-0000-00005ea0e4e6") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H1" (at 0 -4.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b1fd569-9a51-4ead-b30f-eb6a7f076a1a) - ) - (fp_text value "MountingHole" (at 0 4.2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f2e521bc-0f17-4ef0-9bca-82fe2228c794) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e8feae8d-9207-42d7-a258-6e54910356db) - ) - (fp_circle (center 0 0) (end 3.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp e05c66da-e022-47b6-bd19-3b03cfc1c991)) - (fp_circle (center 0 0) (end 3.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 9bbb0b3d-d7e0-4eb2-99fe-afd840e1ed86)) - (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 07cca4de-f4f1-41dd-bf89-16b978b55bc4)) - ) - - (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e84a47b) - (at 129 84) - (descr "Mounting Hole 3.2mm, no annular, M3") - (tags "mounting hole 3.2mm no annular m3") - (path "/00000000-0000-0000-0000-00005ea166f9") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H2" (at 0 -4.2) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 354ada0a-93f0-47dd-8ed1-ed46e538db95) - ) - (fp_text value "MountingHole" (at 0 4.2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1a4510c5-eeda-4a2c-9c47-0651d760021e) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3c697a4f-8ed6-4e77-83f2-de0d888d72f6) - ) - (fp_circle (center 0 0) (end 3.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 7f576c65-2873-4023-b087-77f48faeac78)) - (fp_circle (center 0 0) (end 3.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 45f3f30d-98c7-4a4c-9205-31cf5eeb4c71)) - (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp a7cf793f-f5c5-4e80-a2d7-b5db66ce5da1)) - ) - - (footprint "batteryPack:Terminal_1x03_P5.08mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e84a492) - (at 131.75 75.25 90) - (descr "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") - (tags "THT Terminal Block Phoenix MKDS-3-3-5.08 pitch 5.08mm size 15.2x11.2mm^2 drill 1.3mm pad 2.6mm") - (path "/00000000-0000-0000-0000-00005ea258db") - (attr through_hole) - (fp_text reference "J6" (at 5.08 -6.96 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dbcaa6ac-7e65-43c1-ae9d-08e8aac168b6) - ) - (fp_text value "CableConnector" (at 5.08 6.36 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 54cc0ed8-870b-426a-bdf6-529fdb7ceec5) - ) - (fp_text user "${REFERENCE}" (at 5.08 3.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ea80db80-0692-4e6f-a0d5-b8a1401a2018) - ) - (fp_line (start -3.04 -6.4) (end -3.04 5.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3bee364d-0bf3-46de-a3c9-b4e464cd60f9)) - (fp_line (start -3.04 5.8) (end 13.21 5.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7ad75c7-0492-4594-9cba-03e5c44fc8df)) - (fp_line (start 13.21 -6.4) (end -3.04 -6.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94339333-e239-48b0-b8a0-3c9041301255)) - (fp_line (start 13.21 5.8) (end 13.21 -6.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77f90fb5-fb0d-431c-b372-aec84d798620)) - (fp_line (start -2.54 -5.9) (end 12.7 -5.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ff80ad5-f674-4fcf-b619-891ebbc31f28)) - (fp_line (start -2.54 -3.9) (end 12.7 -3.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa0c7437-b9a5-4093-bb18-af74506dbd5f)) - (fp_line (start -2.54 2.3) (end 12.7 2.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39e27f85-4641-48d1-b015-3689fa1e1db9)) - (fp_line (start -2.54 4.8) (end -2.54 -5.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e0783a4-3714-4153-8c41-e3c0ce50de7a)) - (fp_line (start -2.54 4.8) (end 12.7 4.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0084b6d8-d6aa-4bf3-a38c-77c263f3653a)) - (fp_line (start -2.04 5.3) (end -2.54 4.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53ebebdd-a665-4174-a1d5-b6490d9f46f9)) - (fp_line (start 1.273 -1.517) (end -1.517 1.273) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b8dbc01-d83a-40cd-bd68-5a164f847247)) - (fp_line (start 12.7 -5.9) (end 12.7 5.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c0957f6-45c8-40da-959f-07efc172949f)) - (fp_line (start 12.7 5.3) (end -2.04 5.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp add69e96-6395-4b17-815e-26beb511c8f0)) - (pad "1" thru_hole rect (at 0 0 90) (size 3 6) (drill 1.3) (layers "*.Cu" "*.Mask") - (net 22 "/OUT-") (tstamp 77703803-3bd3-45fa-9bbd-589004ba7649)) - (pad "2" thru_hole rect (at 5.08 0 90) (size 3 6) (drill 1.3) (layers "*.Cu" "*.Mask") - (net 21 "/MID") (tstamp 2a6e8534-7b40-4109-9fcd-a570372b0395)) - (pad "3" thru_hole rect (at 10.16 0 90) (size 3 6) (drill 1.3) (layers "*.Cu" "*.Mask") - (net 20 "/OUT+") (tstamp cde41619-0230-4093-93d9-2ba51fc7292f)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_MKDS-3-3-5.08_1x03_P5.08mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "batteryPack:2mm_Banana-Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e84a4a9) - (at 120 73) - (path "/00000000-0000-0000-0000-00005e9e45e0") - (attr through_hole) - (fp_text reference "J4" (at 0 3) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2b9333ee-45cb-4341-810a-97e105e061f6) - ) - (fp_text value "B2-" (at 0 -3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f05b741e-3c1a-42ec-95ec-5e8e8bdae90d) - ) - (fp_circle (center 0 0) (end 2.25 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp f5bc7f93-ed20-4bfc-b9c6-468b989a751e)) - (pad "1" thru_hole circle (at 0 0) (size 4 4) (drill 2.5) (layers "*.Cu" "*.Mask") - (net 22 "/OUT-") (tstamp 4cb6ee02-85da-4fc2-b918-0d7250b9c9ac)) - ) - - (footprint "batteryPack:2mm_Banana-Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e84a4bb) - (at 120 60) - (path "/00000000-0000-0000-0000-00005e9e4343") - (attr through_hole) - (fp_text reference "J2" (at 0 3) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 814fa699-d962-4f94-b7ed-f8d5766c6a2d) - ) - (fp_text value "B1+" (at 0 -3.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b32900f2-02ba-4191-b272-56d2d195337f) - ) - (fp_circle (center 0 0) (end 2.25 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 99e1be59-5632-4dc3-a205-83c945bd921f)) - (pad "1" thru_hole circle (at 0 0) (size 4 4) (drill 2.5) (layers "*.Cu" "*.Mask") - (net 20 "/OUT+") (tstamp 907fc3da-0b2b-4d90-a700-a12667cc9c1e)) - ) - - (footprint "batteryPack:TP5100-Module" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e84dd5f) - (at 208.5 61 180) - (path "/00000000-0000-0000-0000-00005e839d83") - (attr through_hole) - (fp_text reference "U1" (at 0 12) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d4a209c8-309f-49de-b3fc-3870a849fd70) - ) - (fp_text value "TP5100-Module" (at 0 -10) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d6b2cdb2-3e86-4ba3-bff9-a1a06bd85881) - ) - (fp_text user "GND" (at -12 -9.75) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0788d382-803b-4b26-b639-02336fccb1c3) - ) - (fp_text user "VCC" (at -12 10) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 33119408-97ee-4e5f-aab4-2251ac80e22f) - ) - (fp_text user "BAT+" (at 12 10) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 943a08fb-cb3b-4341-8470-12c5a2ec412c) - ) - (fp_text user "BAT-" (at 12.25 -9.75) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f58e549e-7143-4acc-8121-b5f3d825f0b3) - ) - (fp_line (start -12.75 -9) (end 12.75 -9) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp ca78332d-b7e2-445b-822b-f3627db1dc90)) - (fp_line (start -12.75 -8.25) (end -12.75 -9) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 2027fc8d-d91d-48d4-9de5-4ae44c9b5195)) - (fp_line (start -12.75 5.75) (end -12.75 1.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp ca12e0a5-bf35-4ecc-a6c8-31cca4023335)) - (fp_line (start -12.75 8.25) (end -12.75 9) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 9e5d6616-23c5-4387-98ac-a722fb7d2dda)) - (fp_line (start -12.75 9) (end 12.75 9) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp c35f827c-bc32-408a-9945-4430dca7d94b)) - (fp_line (start -8.5 -1) (end -1.5 -1) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 30fc3867-e7a8-45ff-a82a-0b83f56f673b)) - (fp_line (start -8.5 6) (end -8.5 -1) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 441e416e-eed4-45cd-b561-629852ec0541)) - (fp_line (start -1.5 -1) (end -1.5 6) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 60278eaa-c430-480a-b50a-1e05ba35ce85)) - (fp_line (start -1.5 6) (end -8.5 6) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 6cfd58e7-4028-4895-9d4e-f1135dcc6d3c)) - (fp_line (start 12.75 -9) (end 12.75 -8.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp c4d187ef-4e2c-4509-a213-8dd4b6a79fda)) - (fp_line (start 12.75 5.5) (end 12.75 -5.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 2d3c4ade-ade0-48a6-9e39-3d5c7af4f3cd)) - (fp_line (start 12.75 9) (end 12.75 8.25) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 988c5278-8fce-4e72-b534-fd1e6c052575)) - (fp_circle (center -5 2.5) (end -1.75 2.5) - (stroke (width 0.15) (type solid)) (fill none) (layer "F.SilkS") (tstamp 628e8b7f-887d-4512-be13-409e520bcd73)) - (fp_line (start -12.5 -8.75) (end -12.5 8.75) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f83e9ad2-20c9-4d49-aacb-c4338dfdae80)) - (fp_line (start -12.5 8.75) (end 12.5 8.75) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp cec4a5da-7d2a-4c08-a909-f114c48303c3)) - (fp_line (start 12.5 -8.75) (end -12.5 -8.75) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 39512160-a92a-4839-8cbd-417c7dac5bbb)) - (fp_line (start 12.5 8.75) (end 12.5 -8.75) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 9c333b32-fb47-4405-b8ba-b098ce10a85e)) - (pad "1" smd rect locked (at -11 -7 180) (size 5 2) (drill (offset -1.5 0)) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "GND") (tstamp 833df7f3-02c3-4719-9601-100c97ebc02b)) - (pad "2" smd rect locked (at -11 7 180) (size 5 2) (drill (offset -1.5 0)) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "VBUS") (tstamp 4e1339af-271a-480c-a38e-2a06833e5a24)) - (pad "3" smd rect locked (at 11 7) (size 5 2) (drill (offset -1.5 0)) (layers "F.Cu" "F.Paste" "F.Mask") - (net 27 "BAT1+") (tstamp 9a0215c9-4913-49e8-9141-62df96335068)) - (pad "4" smd rect locked (at 11 -7) (size 5 2) (drill (offset -1.5 0)) (layers "F.Cu" "F.Paste" "F.Mask") - (net 14 "Net-(J14-Pad1)") (tstamp c5acd45e-2143-458d-ad4f-7455ad45ca3a)) - (pad "5" smd rect locked (at -10.5 -2 180) (size 5.5 1.5) (drill (offset -2 0)) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 1902fd51-6fb6-4a29-afba-683e607cdbdc)) - (pad "6" smd rect locked (at -10.5 -4.5 180) (size 5.5 1.5) (drill (offset -2 0)) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 05907ee7-1a23-4f07-a1b8-662eb3cd48e0)) - (pad "7" smd rect locked (at -10.5 0.5 180) (size 5.5 1.5) (drill (offset -2 0)) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp d7c8527b-355d-4bbd-987c-f7582e315274)) - ) - - (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e84e7a6) - (at 231.25 77.75 180) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "LED handsolder") - (path "/00000000-0000-0000-0000-00005e922acf") - (attr smd) - (fp_text reference "D3" (at 0 -1.43) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7f8bc19a-147d-4db3-8658-66a775ac32dc) - ) - (fp_text value "LED_12V" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c01fd9b8-a7d3-44f8-88de-0e73c1a0ad45) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 19e2c7c3-ece5-49d3-ab0b-d8478c9c8730) - ) - (fp_line (start -1.66 -0.735) (end -1.66 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fcb3ca41-0038-4607-808a-388d5fafa991)) - (fp_line (start -1.66 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f734a092-94ca-4a80-9102-151e9c917a4a)) - (fp_line (start 0.8 -0.735) (end -1.66 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dcf47c22-cdea-4bda-bdc2-e17e420f4841)) - (fp_line (start -1.65 -0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9e2e551-cd8b-448e-888b-4c8ffa6732cd)) - (fp_line (start -1.65 0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce46e13d-c3f6-4fa1-86ae-0a7299dc3833)) - (fp_line (start 1.65 -0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b6ae656-6a28-42ff-a617-fcbe61ca851a)) - (fp_line (start 1.65 0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5dbe29f1-9afa-4500-bf65-28b4f30d1b76)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82d95e22-4514-4c14-a468-7d46bd4847c3)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f38747b-9987-4b9a-bfcf-7f0f4330becd)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11a5b5ff-c04c-42e9-b4c9-d293423f95e3)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1ab5cfa-4127-40d0-99ea-c4f136b3e5f1)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28c7cb32-f495-40e4-a413-41eb1d85dd70)) - (pad "1" smd roundrect (at -0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp a4f25403-22c1-40bd-98fa-bd72ef32731e)) - (pad "2" smd roundrect (at 0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(D3-Pad2)") (tstamp 7c9a1a38-2edc-4ad2-b0b8-82e382beda4c)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "batteryPack:2mm_Banana-Plug" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e863132) - (at 188 67 90) - (path "/00000000-0000-0000-0000-00005e848e4e") - (attr through_hole) - (fp_text reference "J14" (at 0 5 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fb1b2886-acc0-4391-80eb-fad08a53f3b3) - ) - (fp_text value "B1-" (at 0 6.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c4718b43-2585-4d23-abbd-cf77c7fe2067) - ) - (fp_line (start -1.75 0.5) (end -1.75 3.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp d1f724a1-6970-4022-b039-32bc6955d00a)) - (fp_line (start -1.75 3.75) (end 1.75 3.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 0044383a-8c75-4590-9dce-82e5ca93d32d)) - (fp_line (start 1.75 3.75) (end 1.75 0.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 9b19b05c-3447-45ce-86ab-d6fbb71c83a3)) - (fp_line (start -1.25 0) (end -1.25 3.5) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 7076bddf-16e3-4a8b-8d02-b4f15aebfc68)) - (fp_line (start -1.25 3.5) (end 1.25 3.5) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp c1518a19-b576-4403-b5b7-8d0ebf6c1721)) - (fp_line (start -0.75 -8.5) (end -0.75 -10.25) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 01c4fef9-a230-4a89-ac09-2571d56b015d)) - (fp_line (start -0.75 0) (end -1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 5cf52a52-b9e3-4b37-a932-9563a58971cb)) - (fp_line (start -0.75 0) (end -0.75 -2) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a1fba72d-48d2-4d90-a1ff-50615573c2cb)) - (fp_line (start 0.75 -10.25) (end 0.75 -8.5) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 751772a0-41e4-4261-bad8-4444f308f36f)) - (fp_line (start 0.75 0) (end 0.75 -2) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 193f3bfb-318c-4624-86ee-39658c0b1be4)) - (fp_line (start 0.75 0) (end 1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 375b8e6b-4652-4b32-8d97-ee694fd9f7b4)) - (fp_line (start 1.25 3.5) (end 1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 346056c3-39e2-42ea-afec-d94acb3fa625)) - (fp_arc (start -0.75 -10.25) (mid 0 -11) (end 0.75 -10.25) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 700c8b65-bb1d-481d-acd4-da5fa6c77206)) - (fp_arc (start -0.749999 -2) (mid -1.367073 -5.25) (end -0.749999 -8.499999) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp b04b0a62-4547-4d65-943d-696a7f8cd52f)) - (fp_arc (start 0.75 -8.499999) (mid 1.367074 -5.25) (end 0.75 -2) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 545c8d8b-94e6-479f-a177-4f65605d43ca)) - (pad "1" smd rect (at 0 1.75 90) (size 3 3.5) (layers "F.Cu" "F.Paste" "F.Mask") - (net 14 "Net-(J14-Pad1)") (tstamp e3cf143c-2f0d-4f23-9f7c-f8e0bfe2c008)) - ) - - (footprint "batteryPack:2mm_Banana-Plug" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e86316b) - (at 188 60 90) - (path "/00000000-0000-0000-0000-00005e8484dd") - (attr through_hole) - (fp_text reference "J13" (at 0 5 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9305e9b2-b999-4e49-b101-b9385fc81dc6) - ) - (fp_text value "B1+" (at 0 6.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 893c8c6c-1027-42a9-886a-b71a887f6ea7) - ) - (fp_line (start -1.75 0.5) (end -1.75 3.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp b9f27841-312f-4c22-a9e3-ab968672cac1)) - (fp_line (start -1.75 3.75) (end 1.75 3.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 45adcab9-2f15-4fae-8c2e-8c35811b996b)) - (fp_line (start 1.75 3.75) (end 1.75 0.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 6597b8c9-83c5-4f66-bfc0-f4d8ef268367)) - (fp_line (start -1.25 0) (end -1.25 3.5) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a5b05fa0-d3c4-4a12-9c67-1976f6fdd08c)) - (fp_line (start -1.25 3.5) (end 1.25 3.5) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp b4093900-50e8-4fce-b89e-1fae6e464e62)) - (fp_line (start -0.75 -8.5) (end -0.75 -10.25) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp c7e941a1-cdf6-48bd-ab44-5654580d91cd)) - (fp_line (start -0.75 0) (end -1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp b41db615-56b6-4535-8522-df6a19def301)) - (fp_line (start -0.75 0) (end -0.75 -2) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d654a365-f270-4d48-bce4-735cad6f6e12)) - (fp_line (start 0.75 -10.25) (end 0.75 -8.5) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp e5f660d7-0115-49d5-88b0-2a2328ad25a8)) - (fp_line (start 0.75 0) (end 0.75 -2) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 7c068112-e044-4f5f-b2c3-b3969990b287)) - (fp_line (start 0.75 0) (end 1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 2aaf2ef4-2c66-464a-8baf-82c06bc08e1a)) - (fp_line (start 1.25 3.5) (end 1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 61d8f2f5-81c6-424b-8363-e9e4b0d6031f)) - (fp_arc (start -0.75 -10.25) (mid 0 -11) (end 0.75 -10.25) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 0ad4f6a0-8487-41ff-bb69-ebc969aac48b)) - (fp_arc (start -0.749999 -2) (mid -1.367073 -5.25) (end -0.749999 -8.499999) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp f5b24e58-cc09-42a5-8ed1-e9138e4212e3)) - (fp_arc (start 0.75 -8.499999) (mid 1.367074 -5.25) (end 0.75 -2) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp d43cb6c6-9ae4-420c-b236-a63c4c85c1e8)) - (pad "1" smd rect (at 0 1.75 90) (size 3 3.5) (layers "F.Cu" "F.Paste" "F.Mask") - (net 27 "BAT1+") (tstamp 8067285e-1b12-48d9-8db2-7209d4483f91)) - ) - - (footprint "batteryPack:2mm_Banana-Plug" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e8631a4) - (at 188 73 90) - (path "/00000000-0000-0000-0000-00005e849477") - (attr through_hole) - (fp_text reference "J16" (at 0 5 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 661e6ba6-de19-4dea-a869-d557c5760b06) - ) - (fp_text value "B2-" (at 0 6.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 510c0228-bbaf-4dbe-864a-b3d35def3322) - ) - (fp_line (start -1.75 0.5) (end -1.75 3.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 31dd312a-8c9c-4c2a-9b0a-20a174a36057)) - (fp_line (start -1.75 3.75) (end 1.75 3.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 0a3a331a-4255-4582-98d1-98b7da384448)) - (fp_line (start 1.75 3.75) (end 1.75 0.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 87bc0d32-1fb1-4ba4-8ffb-c403f5d525ae)) - (fp_line (start -1.25 0) (end -1.25 3.5) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 9ae38027-a092-4ff5-8f2a-1bb9e35eab28)) - (fp_line (start -1.25 3.5) (end 1.25 3.5) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 4537ab22-5ca5-4136-b95d-529629524aa5)) - (fp_line (start -0.75 -8.5) (end -0.75 -10.25) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 9063829a-dd8f-42ca-bc5a-7b9d9e6991fb)) - (fp_line (start -0.75 0) (end -1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp ddb09646-307c-40e4-88b5-06d000805747)) - (fp_line (start -0.75 0) (end -0.75 -2) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 2c95fe1b-4a4b-4e57-98e6-fc27c511dbea)) - (fp_line (start 0.75 -10.25) (end 0.75 -8.5) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp a6d391ab-404e-4a1b-a7ba-a4c855f716d8)) - (fp_line (start 0.75 0) (end 0.75 -2) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp ba0789cd-46b4-4b45-baa8-5ed7f94b362f)) - (fp_line (start 0.75 0) (end 1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 847f3a1f-978d-43b4-84d4-58e360d2fe00)) - (fp_line (start 1.25 3.5) (end 1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 44f1c313-c3fb-4464-9111-355f49449ef5)) - (fp_arc (start -0.75 -10.25) (mid 0 -11) (end 0.75 -10.25) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp e7c6e3b0-c9cf-4c75-9672-5a0be2175713)) - (fp_arc (start -0.749999 -2) (mid -1.367073 -5.25) (end -0.749999 -8.499999) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 5d8068be-d776-4b76-839e-7f2035627e3b)) - (fp_arc (start 0.75 -8.499999) (mid 1.367074 -5.25) (end 0.75 -2) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp df1b2a92-7e65-4cbc-8e55-b4c192c5d269)) - (pad "1" smd rect (at 0 1.75 90) (size 3 3.5) (layers "F.Cu" "F.Paste" "F.Mask") - (net 15 "Net-(J16-Pad1)") (tstamp 1558e0d5-832b-4474-b7ec-d7deddd649bd)) - ) - - (footprint "batteryPack:2mm_Banana-Plug" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e863222) - (at 188 80 90) - (path "/00000000-0000-0000-0000-00005e8491a4") - (attr through_hole) - (fp_text reference "J15" (at 0 5 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cd6943e8-3182-496a-9e39-a6debc6cad00) - ) - (fp_text value "B2+" (at 0 6.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c047a189-5c02-4105-b420-5f007caafac1) - ) - (fp_line (start -1.75 0.5) (end -1.75 3.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp f9b9510c-d6cd-461a-9c30-06d2f1d8be6e)) - (fp_line (start -1.75 3.75) (end 1.75 3.75) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 2daae3e1-e0f0-44a5-8444-bd76cc835c45)) - (fp_line (start 1.75 3.75) (end 1.75 0.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 67822c7e-ee11-42ac-8f7c-56cefefa05ce)) - (fp_line (start -1.25 0) (end -1.25 3.5) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 5a000142-4fa6-4f36-8c2b-d9ae6526fcac)) - (fp_line (start -1.25 3.5) (end 1.25 3.5) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 0b9721ee-aa1f-4dcc-a78e-258bcfaf0a1f)) - (fp_line (start -0.75 -8.5) (end -0.75 -10.25) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 070a115e-229f-4a64-94d2-3ce1de52ae01)) - (fp_line (start -0.75 0) (end -1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 08f92eb5-89c4-424a-94eb-03c0e1a8ddfc)) - (fp_line (start -0.75 0) (end -0.75 -2) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 0ceb473a-8e35-4a5c-83c2-48c1be30fbad)) - (fp_line (start 0.75 -10.25) (end 0.75 -8.5) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 26d5cebc-8ec5-489f-a795-642ab0c02bf3)) - (fp_line (start 0.75 0) (end 0.75 -2) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp c2893d76-d2cd-4509-95df-3e5bb0c55e20)) - (fp_line (start 0.75 0) (end 1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 1a2177c1-4107-4cbf-ba31-9bc9d30ba886)) - (fp_line (start 1.25 3.5) (end 1.25 0) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 94bfac87-80cf-485d-9f33-69ba6ba33c57)) - (fp_arc (start -0.75 -10.25) (mid 0 -11) (end 0.75 -10.25) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 4bfb30f4-0692-4aca-8b2a-a55172637667)) - (fp_arc (start -0.749999 -2) (mid -1.367073 -5.25) (end -0.749999 -8.499999) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 47a1fe9c-4121-4470-b944-7ac9fd1b0564)) - (fp_arc (start 0.75 -8.499999) (mid 1.367074 -5.25) (end 0.75 -2) - (stroke (width 0.12) (type solid)) (layer "Dwgs.User") (tstamp 680a310a-6ebd-4879-aa9f-9d0c9cdfa7ea)) - (pad "1" smd rect (at 0 1.75 90) (size 3 3.5) (layers "F.Cu" "F.Paste" "F.Mask") - (net 31 "BAT2+") (tstamp 501061fd-2f2a-4db0-8d7d-42f8a0a89667)) - ) - - (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005e8637d3) - (at 231.25 79.25 180) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "LED handsolder") - (path "/00000000-0000-0000-0000-00005e9224f5") - (attr smd) - (fp_text reference "D2" (at 0 -1.43) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1ac366d2-7305-4e9b-aa79-b02b13fa3371) - ) - (fp_text value "LED_9V" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 20156567-9ad8-4557-94e5-c9a5c2d640d5) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 7ef9d307-bfdd-435c-acea-c860fdfa05f2) - ) - (fp_line (start -1.66 -0.735) (end -1.66 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25093a0c-6b8d-4ce5-b90f-77e3d51ed40f)) - (fp_line (start -1.66 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eaf3fb7a-8140-42ba-ad75-ec0f229666bf)) - (fp_line (start 0.8 -0.735) (end -1.66 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9801eeea-c9a0-4f61-9c05-d096704730e5)) - (fp_line (start -1.65 -0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09e55ef1-5fac-4a48-aebc-1dfe3e58a395)) - (fp_line (start -1.65 0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc9fbb35-41e6-49a3-b60b-3c0b10bb2f41)) - (fp_line (start 1.65 -0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47af804f-64d4-448f-9ca3-a7ea2aeeb097)) - (fp_line (start 1.65 0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb8118e9-25e0-46fe-bf27-9fe43496aa8b)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25353197-6811-4dbc-a9d0-476bed722be1)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 775104d2-1ef0-4c39-92c7-240e52ae0793)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0e012bc-cf69-4f55-ad56-e0f1c28acb68)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43b096f5-89ea-4df9-898d-510d78fea2d7)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71b5615e-9925-4aa1-ac5d-b4334b22eb9c)) - (pad "1" smd roundrect (at -0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp 26339ae7-e618-40f5-9caf-b180776181fd)) - (pad "2" smd roundrect (at 0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "Net-(D2-Pad2)") (tstamp 8fcb019d-ebfd-47ec-a9e6-2251ec37449a)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005eb2db3f) - (at 231.25 82.25 180) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "LED handsolder") - (path "/00000000-0000-0000-0000-00005ec06104") - (attr smd) - (fp_text reference "D4" (at 0 -1.43) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b0c66230-4c0e-405d-a828-8b7321e0445d) - ) - (fp_text value "LED_40%" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 386b7e83-aaaa-43c3-91f5-2b1a94e00daa) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 56ba37e6-115f-4eed-a495-05deebb1f654) - ) - (fp_line (start -1.66 -0.735) (end -1.66 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8082cb7-c730-4c88-82d8-2f98961f9545)) - (fp_line (start -1.66 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f2c975c-ce04-4eb0-a3d0-394f2d7f700a)) - (fp_line (start 0.8 -0.735) (end -1.66 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7356ab6b-1a9e-41f9-a454-f71ee7c6ec7a)) - (fp_line (start -1.65 -0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9b8deb5-5175-40f8-9e00-d0dcc5d3f81b)) - (fp_line (start -1.65 0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7cd498f8-bfb2-488d-a12e-e0ba17f0df82)) - (fp_line (start 1.65 -0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 703cbd13-30ed-4b78-99e9-6195271d91a3)) - (fp_line (start 1.65 0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67d4e812-6e31-4818-9fe8-77a859bf8d45)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3c5f4e3-c859-4c2d-b833-01668252ac6e)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 177c48be-1e14-4d56-b21e-cfe52b9c9447)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6642cd7-8b22-4d1c-a80b-22891134477d)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0f4a6fc-84d4-46f0-9767-4efb30814619)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a193a30b-f7ef-4457-81c3-e867662b04cd)) - (pad "1" smd roundrect (at -0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp 9eccd519-7a2d-40a3-aa05-e8f84b2d8244)) - (pad "2" smd roundrect (at 0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 28 "Net-(D4-Pad2)") (tstamp 6ca4df6b-dd2f-4784-b768-f0903af96a0a)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005eb2db52) - (at 231.25 83.75 180) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "LED handsolder") - (path "/00000000-0000-0000-0000-00005ec0c35e") - (attr smd) - (fp_text reference "D5" (at 0 -1.43) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d52e2081-bc89-4403-8cc6-a85f3b461e83) - ) - (fp_text value "LED_20%" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e2e2c153-a005-40e0-93a2-7f6094157844) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp da9b59ce-072c-44a5-afcf-e9b626ac8a60) - ) - (fp_line (start -1.66 -0.735) (end -1.66 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d73c000-8403-4ecf-9a6c-0a0c988aab48)) - (fp_line (start -1.66 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f486142-9f37-4291-b13a-d0af1b4990ef)) - (fp_line (start 0.8 -0.735) (end -1.66 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f12ce99b-0d4f-4566-b505-1750449aff6b)) - (fp_line (start -1.65 -0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86f0007f-429f-405b-9f30-4b5050a1c99b)) - (fp_line (start -1.65 0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1ca5456-aba1-425b-8185-3a828cea7e1d)) - (fp_line (start 1.65 -0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 985c4569-944f-4fc6-bf97-755eb84ad315)) - (fp_line (start 1.65 0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4b2ecaf4-a187-489f-b623-a27db25eb7da)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05f81e86-e16f-40e5-9207-e8934bb1d688)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88efe8e9-d94a-4e13-9a18-d0b49d7bb001)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97bd2c0b-0465-4917-bc53-c7f4e87320f6)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 960c7e6b-1dbf-43cc-b5f5-7848f5bc69ec)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a21b546-edd3-4843-8c71-aaedb3ed3e3e)) - (pad "1" smd roundrect (at -0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp 91390557-bb0d-4da2-914d-8c8678a608d9)) - (pad "2" smd roundrect (at 0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 29 "Net-(D5-Pad2)") (tstamp 35fe2381-5f0b-4a08-b5b7-95fe59685fab)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005eb2db65) - (at 231.25 85.25 180) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "LED handsolder") - (path "/00000000-0000-0000-0000-00005ec1504c") - (attr smd) - (fp_text reference "D6" (at 0 -1.43) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d00a5613-07a2-46d2-9562-63441e9f986e) - ) - (fp_text value "LED_0%" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2422077a-aa61-4efb-a2ac-d9e6ca6b615f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 83a86233-2821-474a-803f-3b31a2add9dc) - ) - (fp_line (start -1.66 -0.735) (end -1.66 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f42fefa-0517-4e43-b239-4b681b1235f9)) - (fp_line (start -1.66 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a225563-c688-4fa2-9f8f-916715d258af)) - (fp_line (start 0.8 -0.735) (end -1.66 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8ae0bab-300f-43fe-91fa-e8e23559d9c3)) - (fp_line (start -1.65 -0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e40fa19a-b39e-4fc0-b306-04a2721f3772)) - (fp_line (start -1.65 0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0fffbb5a-d26f-4d92-bc8c-ed83d6dce2c7)) - (fp_line (start 1.65 -0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6184888-d7cf-4042-87f9-4c9b84388435)) - (fp_line (start 1.65 0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6446eb8-ae37-4997-ae22-56884dc84098)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1266a2ca-2fc9-44d2-90ac-3d8093b6704a)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50ceab94-7eb0-4605-a42e-7389b4f9f4fc)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d75fa41-6c39-44cd-9f3f-2d2b624e4d48)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35cc3c6d-5fd5-4628-8e17-d05f5c53979c)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp baee4973-648b-4764-9074-91d83a636317)) - (pad "1" smd roundrect (at -0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp 069612e1-54e5-4ac2-ae34-db96bc88b0b4)) - (pad "2" smd roundrect (at 0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 30 "Net-(D6-Pad2)") (tstamp 7f24d462-3231-4031-a6b1-f04449fe73df)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005eb2e2b4) - (at 231.25 80.75 180) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "LED handsolder") - (path "/00000000-0000-0000-0000-00005e920a6d") - (attr smd) - (fp_text reference "D1" (at 0 -1.43) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9f0fb781-5d01-40ad-b8d0-a75734f57590) - ) - (fp_text value "LED_5V" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3e3042ad-cc52-4897-99bc-65ffebaf7d08) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 777b8b48-1ed2-439e-831f-477a5f6d74af) - ) - (fp_line (start -1.66 -0.735) (end -1.66 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be59602d-792d-4d09-bf3c-91c569674681)) - (fp_line (start -1.66 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21da884b-a528-409b-ae53-973a15492a4f)) - (fp_line (start 0.8 -0.735) (end -1.66 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3cb71c64-7c05-45cc-941c-658893594c75)) - (fp_line (start -1.65 -0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8a5fd08-3fa3-4407-8401-02cd3cec0a1b)) - (fp_line (start -1.65 0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b458893e-fbd6-44ef-85d9-335114bf6f3a)) - (fp_line (start 1.65 -0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42ca5cf1-5678-453e-abf4-d3d42acb055a)) - (fp_line (start 1.65 0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d1b1b88-0228-4909-b46b-7eef2336f9e4)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36abb4fc-9e8d-4850-8403-fc95984a6e68)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 179756ad-1407-437a-b4cc-a568471be32c)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56e3114a-9b7e-4b52-871d-ad6636978cc8)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f327358a-440b-433c-b034-1d13d4d27784)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17d72423-4062-4c77-b53d-46aad6dc4e2a)) - (pad "1" smd roundrect (at -0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp 571d0fd7-e109-436f-9d66-8d31f0c6c3a8)) - (pad "2" smd roundrect (at 0.875 0 180) (size 1.05 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "Net-(D1-Pad2)") (tstamp d5d2dbd3-6987-46c5-bdf3-16ec3af67304)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "batteryPack:BAT_BK-18650-PC4" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e83cc0c) - (at 50 70 -90) - (path "/00000000-0000-0000-0000-00005e837b36") - (attr through_hole) - (fp_text reference "BT1" (at -36.195 19.05 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 66cf670e-3913-4eb9-b91c-f7d95f215a9e) - ) - (fp_text value "BK-18650-PC4" (at -28.84 -19.05 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.015)) (justify mirror)) - (tstamp e5bcb36a-c150-49a3-830a-d521ac57c2d7) - ) - (fp_line (start -39 -20.05) (end -39 20.05) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 9843a99a-a926-44d0-9a50-6b95e08a2ff9)) - (fp_line (start -39 20.05) (end 39 20.05) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 67a08856-5b67-424b-9f16-a71544626e02)) - (fp_line (start 39 -20.05) (end -39 -20.05) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp 86730513-5c8c-4fb1-a664-ade615d8d32c)) - (fp_line (start 39 20.05) (end 39 -20.05) - (stroke (width 0.127) (type solid)) (layer "B.SilkS") (tstamp eb63be86-52bf-4d7c-b5e3-e18b8103ddf7)) - (fp_line (start -39 -20.05) (end -39 20.05) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 46570a83-d1d2-4372-afcb-bf38b7dc7879)) - (fp_line (start -39 20.05) (end 39 20.05) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 3833da7c-000e-4b83-8332-77f9d214c909)) - (fp_line (start 39 -20.05) (end -39 -20.05) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp 1d5b7b03-37b3-45a5-a3df-f1eb1cd0ab11)) - (fp_line (start 39 20.05) (end 39 -20.05) - (stroke (width 0.127) (type solid)) (layer "B.Fab") (tstamp bf22ee70-8e27-44d1-ace3-9df500f725e8)) - (pad "1" thru_hole oval (at 36.2 9.6 270) (size 3 4) (drill oval 1 2) (layers "*.Cu" "*.Mask") - (net 25 "/BP_B1-") (tstamp 110156a9-239c-4c93-9dc8-ae8d270b7c7c)) - (pad "1+" thru_hole oval (at -36.2 9.6 270) (size 3 4) (drill oval 1 2) (layers "*.Cu" "*.Mask") - (net 26 "/BP_B1+") (tstamp 63a74a51-1923-414f-8904-390fe2f37358)) - (pad "2" thru_hole oval (at 36.2 -9.6 270) (size 3 4) (drill oval 1 2) (layers "*.Cu" "*.Mask") - (net 24 "/BP_B2-") (tstamp 1a15db04-b5a9-4b3d-8c2e-8d3d587bf8fe)) - (pad "2+" thru_hole oval (at -36.2 -9.6 270) (size 3 4) (drill oval 1 2) (layers "*.Cu" "*.Mask") - (net 23 "/BP_B2+") (tstamp 792685ea-a1be-411a-a294-cc33d7e7279c)) - (model "C:/Users/mp363/Desktop/BK-18650-PC4/BAT_BK-18650-PC4.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 -90)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e8464d7) - (at 204 60 90) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (path "/00000000-0000-0000-0000-00005e8bfe63") - (attr smd) - (fp_text reference "C1" (at 0 1.43 270) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 35ff6bc1-d7ef-4633-bbed-0ea32ff92d61) - ) - (fp_text value "470n" (at 0 -1.43 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7ed148d4-68e7-4b93-b6ee-4e0aec2b3e32) - ) - (fp_text user "${REFERENCE}" (at 0 0 270) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 9ca8d45f-47cc-4879-83fe-cf875df4207e) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b6e6567f-ea23-4a86-85da-93c11bbdabed)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0da58557-a119-4356-b305-34926c4d6435)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aa5b8641-7f10-4c32-ae09-27c0ad11435a)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d1d391f2-e43d-4550-9cea-4a5e47631516)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 408bd82c-6f83-4c18-9d03-63fe2ca59cfe)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 425c7701-84ab-442a-bd50-e4258297a45d)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5d99ae45-5e1b-4df3-855a-4c6a7585e4ad)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0184c7e0-21eb-4bec-8601-0be873cc4c0d)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 197c855d-1ce0-47d6-8ccf-8fb9fffcc737)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 76bfe047-4d4a-47fe-a923-4f9cda5fe74f)) - (pad "1" smd roundrect (at -0.875 0 90) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp 46532acd-b87d-40af-9a2a-2f9f18e310ec)) - (pad "2" smd roundrect (at 0.875 0 90) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "+3V3") (tstamp 6e2424cd-f42c-4696-973e-aa05894829c2)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e8464e8) - (at 205.75 65.75 -90) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor handsolder") - (path "/00000000-0000-0000-0000-00005e9c4009") - (attr smd) - (fp_text reference "C2" (at 0 1.43 -90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fb4ceba9-3ee7-408a-93ba-27d72beb84ff) - ) - (fp_text value "470n" (at 0 -1.43 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ad147208-5024-4969-abae-b041e47b3258) - ) - (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 510a5b0e-2398-4bea-b809-e4392f5625e9) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fe439c40-9008-42a8-9d94-d4d8e40e8147)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 621f2798-b5ed-4c52-89c8-ebcc045c8203)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1714acc0-fe09-4271-98b2-ca2463d76160)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a544b5dd-7a2f-49f2-bd85-92eb15b92e45)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8ef45206-1ab6-4884-b6bd-75680bcd1128)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d57bb781-308e-45af-96ac-111c81ff83e5)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8edb46b5-4bec-462e-adb9-2c22a2d77ed4)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bc8af802-1cc8-4aa3-9483-d5992b25d53a)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6c5734e5-9a90-4a6e-a4c9-29d9eeaf77bc)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a7ab04c9-5be2-4692-b963-cfa1e61a58f6)) - (pad "1" smd roundrect (at -0.875 0 270) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp 900cb3df-dcb9-472a-afb2-5b7f1da025aa)) - (pad "2" smd roundrect (at 0.875 0 270) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 31 "BAT2+") (tstamp eaa31e26-6281-47e7-919f-85915e13ef2e)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e8465ab) - (at 204.42 85.25 -90) - (descr "Through hole straight pin header, 1x05, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x05 2.54mm single row") - (path "/00000000-0000-0000-0000-00005e8bc242") - (attr through_hole) - (fp_text reference "J7" (at 0 2.33 -90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 431b305f-5222-4972-85eb-1212bdbfe8f5) - ) - (fp_text value "SWD" (at 0 -12.49 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0ae45f91-40a9-488d-857c-c06f4883e620) - ) - (fp_text user "${REFERENCE}" (at 0 -5.08) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e90128a9-81fe-4432-a6c0-ee78ffc75ea3) - ) - (fp_line (start -1.33 -11.49) (end 1.33 -11.49) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5d983320-0bb1-4a8e-8e6f-8c54c7a6b458)) - (fp_line (start -1.33 -1.27) (end -1.33 -11.49) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 67b98381-66bd-403b-a576-4acbfd198030)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c3669f61-7fc4-4195-b0b1-cc29cfe2956c)) - (fp_line (start -1.33 0) (end -1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2d87ac8b-03cd-44b9-9e21-f94056b7f7ef)) - (fp_line (start -1.33 1.33) (end 0 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ec3b02b9-8ad7-4e98-b47d-2c914b166039)) - (fp_line (start 1.33 -1.27) (end 1.33 -11.49) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e0b499a0-9295-4c37-b824-cc1da57e3a45)) - (fp_line (start -1.8 -11.95) (end 1.8 -11.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fc6bb2d7-ed19-4cb7-928c-a6f65cda8289)) - (fp_line (start -1.8 1.8) (end -1.8 -11.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 91556e7f-66ef-4b50-84d7-3772b9f2e0c3)) - (fp_line (start 1.8 -11.95) (end 1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 602c5632-f758-4e94-941a-21ce8f244b20)) - (fp_line (start 1.8 1.8) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 31caf872-3b14-4cf3-8502-c5abfb32eacd)) - (fp_line (start -1.27 -11.43) (end -1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp daf463a4-1aa3-4bd0-af23-9669bb334153)) - (fp_line (start -1.27 0.635) (end -0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5b589e08-58d4-4909-9616-647ea230dd0b)) - (fp_line (start -0.635 1.27) (end 1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eb8d62b7-41f7-4fba-a9a5-2f8efcf50fcb)) - (fp_line (start 1.27 -11.43) (end -1.27 -11.43) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp db86d67f-9922-4697-8534-032e9e41e56b)) - (fp_line (start 1.27 1.27) (end 1.27 -11.43) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5e695d8c-cc5e-46ba-8d8b-e6fad55cdc5a)) - (pad "1" thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 10 "SWCLK") (tstamp 171efc50-804f-4198-8540-5544c4febfa1)) - (pad "2" thru_hole oval (at 0 -2.54 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 11 "SWDIO") (tstamp 9cb45c65-9c24-48d6-b552-2762d2632474)) - (pad "3" thru_hole oval (at 0 -5.08 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 9 "RST") (tstamp ba1b5dd1-c063-469e-bc5b-6cda7367f3ba)) - (pad "4" thru_hole oval (at 0 -7.62 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "+3V3") (tstamp f58d6589-ffe5-4af9-af79-f4ea8d4ea771)) - (pad "5" thru_hole oval (at 0 -10.16 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "GND") (tstamp be6d8f6d-5584-4a74-bbb6-ed597da0940c)) - (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x05_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e8465c2) - (at 209.5 81.25 -90) - (descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x03 2.54mm single row") - (path "/00000000-0000-0000-0000-00005e8cfda7") - (attr through_hole) - (fp_text reference "J8" (at 0 2.33 -90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7cb4b894-d9fa-4d0e-ba8b-a6caa36a5a4e) - ) - (fp_text value "UART" (at 0 -7.41 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 99099d32-aaa3-4b63-bf36-d78300bce874) - ) - (fp_text user "${REFERENCE}" (at 0 -2.54) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7e66d9f1-29cc-4d2d-9a32-8b5a5aefabeb) - ) - (fp_line (start -1.33 -6.41) (end 1.33 -6.41) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c4a1ef1e-c84c-46dc-bf1a-624ba326da58)) - (fp_line (start -1.33 -1.27) (end -1.33 -6.41) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 100f2c8f-bdd0-43e7-9e23-4d812d4de68a)) - (fp_line (start -1.33 -1.27) (end 1.33 -1.27) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 460cf767-f5eb-46ca-82a7-9546c3a058cb)) - (fp_line (start -1.33 0) (end -1.33 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ce83a285-9d8f-4941-a182-2d5113c4066a)) - (fp_line (start -1.33 1.33) (end 0 1.33) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 53def8f6-0501-4ed7-8272-3ea76c414fab)) - (fp_line (start 1.33 -1.27) (end 1.33 -6.41) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ac9542d4-c88a-429b-a493-7251b1e231fc)) - (fp_line (start -1.8 -6.85) (end 1.8 -6.85) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5d2d469d-33de-446d-a580-f2344e01e5d9)) - (fp_line (start -1.8 1.8) (end -1.8 -6.85) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9d933957-d44a-487c-b935-bd69f26dd4b9)) - (fp_line (start 1.8 -6.85) (end 1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 729fc071-9d7b-463d-89ad-baf30f4bba87)) - (fp_line (start 1.8 1.8) (end -1.8 1.8) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8121bca8-0c0e-49f1-99b4-00b6f7e9aa2a)) - (fp_line (start -1.27 -6.35) (end -1.27 0.635) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 513037ef-627e-4c5b-935c-da170af608d2)) - (fp_line (start -1.27 0.635) (end -0.635 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c39ac579-914b-4857-aa32-085ba4a639c2)) - (fp_line (start -0.635 1.27) (end 1.27 1.27) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 68a1ea28-6835-4c1d-b8e3-a453394e4f73)) - (fp_line (start 1.27 -6.35) (end -1.27 -6.35) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d7e6e726-3897-42d1-880d-d67890647e47)) - (fp_line (start 1.27 1.27) (end 1.27 -6.35) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 008846f5-dc8b-48e7-b5f4-0069a3a07ae2)) - (pad "1" thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 13 "TX") (tstamp c29c5c62-58a5-4162-a870-59f39dde33a0)) - (pad "2" thru_hole oval (at 0 -2.54 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 12 "RX") (tstamp afd5818b-e4fa-47d6-a27b-6de23f8ed9a6)) - (pad "3" thru_hole oval (at 0 -5.08 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "GND") (tstamp ad027be8-24bf-4b87-919b-8b3a4e2fa13b)) - (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e84667e) - (at 200.5 61.75 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005e97ef19") - (attr smd) - (fp_text reference "R1" (at 0 1.43 -90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9a26c130-d9d2-427f-8d0a-0493585aeeb7) - ) - (fp_text value "10k" (at 0 -1.43 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 68913d5b-1c93-4498-bf87-4193576af127) - ) - (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp c5e89c11-abda-4b36-983c-5a30dda78812) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d3047099-328d-401d-bc60-730da0453cdb)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d9e7e5d1-3413-4b30-b4d0-d3dae1bb7ade)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 03decfd4-c90d-4191-8a6b-a5edf3063936)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9be2e84b-9b26-4e40-b5d5-be1d9ae4c72d)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aea1ec8a-065f-4d76-a841-7d835c8afa01)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c0a92d35-1311-4265-9951-68eafa2ee81c)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp be945b52-64d2-4065-969e-edfe7c51c434)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5a3deae1-09d2-4368-8b28-7cabd9132cee)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0739e476-3f35-4a7b-bb5f-b4e82810604c)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3a995a04-2688-4bcb-847f-718097f1e560)) - (pad "1" smd roundrect (at -0.875 0 270) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "+3V3") (tstamp 160b33b1-a6f0-43c5-8951-ec4ca31f08fc)) - (pad "2" smd roundrect (at 0.875 0 270) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 8 "D-") (tstamp 4928fb30-3070-47e9-baa7-a3245312e2f6)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e84668f) - (at 202.25 61.75 90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005e97f67a") - (attr smd) - (fp_text reference "R2" (at 0 1.43 -90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 35fb3f68-e1ea-4211-989c-907b0b971d2d) - ) - (fp_text value "2k4" (at 0 -1.43 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cfe41ca5-5779-40af-bc7a-c8b8c0ddaf6f) - ) - (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp b467e9e2-d85b-4f14-9fc8-8c8f26982e41) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4618fe39-04af-4990-b8b4-9120759cf692)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 07dcf810-db86-4ee9-b225-c45eb30d6d24)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 802aecc1-6071-48ff-8a4b-3bc39190ca76)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f5dcfe41-c211-49ab-9205-de7da750fffe)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0e987bbd-190e-480f-96e3-fe7374b87150)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0f6e0683-e5c9-40aa-a1d8-59da4178ff72)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eea7de88-ffc2-4769-a572-37bfb7d885cc)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a838b45b-f195-497f-8839-dab7e2e11cbd)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 88a9c84e-460c-4205-93b8-3690bc2e0a18)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9577ef4f-a4ec-48ca-8781-ae70c6f222b7)) - (pad "1" smd roundrect (at -0.875 0 90) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 8 "D-") (tstamp 06542bf0-e69c-4499-995e-ea1ba5e3d2ca)) - (pad "2" smd roundrect (at 0.875 0 90) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp 1391c722-44e1-44e6-b0db-3576c8a8755b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e8466a0) - (at 214.25 63.25 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005e98fdca") - (attr smd) - (fp_text reference "R3" (at 0 1.43 -90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8261a5eb-17c3-4bc1-8bfd-93429fc6da2f) - ) - (fp_text value "10k" (at 0 -1.43 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 61a17f3e-0e45-491f-933c-4f238ac7cfe4) - ) - (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp f54b4f03-d346-41b1-97f1-e77495de0dac) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cafb5c59-c8db-4ba9-a9dc-4d289638ba3a)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dcddfb44-0597-43f8-a6c8-f33d0c4976eb)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0f066af9-2c4b-4561-bd26-b41eba024b07)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d200dbd1-c306-48be-b07e-24747d1c5813)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 840de86d-5fcd-457b-a482-96e97ff397d2)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8b30988f-632d-49c3-bf78-79ad144ebfeb)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 551ece33-f613-4324-a1f6-a3c92627d3b5)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 043767ea-dfe9-4c2a-9788-5e07c4cfccdc)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f916c6cd-391f-43d5-bd17-30b9736a52c0)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e30ce89d-597e-4e6b-9546-c10656f43ef4)) - (pad "1" smd roundrect (at -0.875 0 270) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "+3V3") (tstamp e7c96c76-aa60-461d-b7ab-013aa8ee82a4)) - (pad "2" smd roundrect (at 0.875 0 270) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "D+") (tstamp 99fd43b6-031f-42a5-a134-25a72c37676b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e8466b1) - (at 216 63.25 90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005e98fdd4") - (attr smd) - (fp_text reference "R4" (at 0 1.43 270) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d68cb91e-55e0-4260-b66b-d1753f6d9cf3) - ) - (fp_text value "2k4" (at 0 -1.43 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp cf74dd39-9fb8-4dfc-84c3-c5311836b859) - ) - (fp_text user "${REFERENCE}" (at 0 0 270) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 3ef052a7-cc51-4615-894b-0b306ab6433c) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9d2567b4-cd56-4ad1-94e3-c6c3a1c60b4c)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f2f1786f-9f4e-4005-95df-3964174b0c11)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c0bd804f-9d2c-4412-8fa0-a185f008df0d)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b257a40f-8497-4cb4-b2dc-b0a4a81edd34)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9e650b67-121e-4427-a934-486ecb3dd7db)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 37f2314f-a079-4c26-be5e-a36d23939a46)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b6ddf9db-bb43-4641-9b5d-9878dae713a3)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 23ba77b4-a520-46bf-a4fa-4b68f1873e8c)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3c71766a-a2f5-4d03-a8c3-b13551cc34a0)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7247b819-5bf9-4afa-a859-5061d1999adc)) - (pad "1" smd roundrect (at -0.875 0 90) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "D+") (tstamp d1dec3e5-13e5-4601-9d90-3641537b6f86)) - (pad "2" smd roundrect (at 0.875 0 90) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp fd775e2d-6739-4117-9f79-2642cd762434)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e8466f5) - (at 214.25 59.5 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005e8e1775") - (attr smd) - (fp_text reference "R8" (at 0 1.43 -90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8e9e1a9b-2773-4621-a016-2edd85bfd634) - ) - (fp_text value "62k" (at 0 -1.43 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ef998eb4-a77f-4b52-b9b4-c7b3ec51776e) - ) - (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 1a5beb00-150b-4522-a252-974cbf9701c8) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 61e1dcad-bab2-4ab5-aaf8-77e1aca3ed54)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0efd4758-0bda-4425-97ff-e33530bdafa9)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 13da2169-06aa-44c8-91c2-b7646e55cc49)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cdf0c361-15d0-4255-a45b-8b75ae14759f)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5cd73e55-e923-4ab3-89f1-6faf3c1f123d)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 81f40f53-bd64-4a13-8868-5413f4c018fc)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 31380fd5-eca1-4ae0-bfa1-46aa4cf8f29a)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 29b29b91-bfc4-483a-ae46-2a1f904ca03a)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 80239efd-4538-4b49-a32b-99d2f6caa9ed)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 609cbe98-b632-4186-8f98-397a4ad79722)) - (pad "1" smd roundrect (at -0.875 0 270) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "VBUS") (tstamp bcec7f91-273e-4e4f-bdad-ed0b36e0c9a9)) - (pad "2" smd roundrect (at 0.875 0 270) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 19 "/VBUS_SENSE") (tstamp bcbdb293-aada-4c7d-ad5a-d5b00edc45e8)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e846706) - (at 216 59.5 90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005e8e1c13") - (attr smd) - (fp_text reference "R9" (at 0 1.43 270) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 67ec3479-dbd6-4beb-b32c-282d90e7ce61) - ) - (fp_text value "10k" (at 0 -1.43 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5f6d31d1-a733-496e-9ab6-f918b33f5039) - ) - (fp_text user "${REFERENCE}" (at 0 0 270) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 5981f8b2-b4ed-46d0-82e2-58169e68df92) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a0b78deb-4494-4144-910a-f93e131403b2)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7b5df793-be7f-4f5d-9e18-9aaad02d81d6)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aac753de-84eb-4f95-8f4f-565203939c7d)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b9099030-f488-468c-a8fb-b532c02dc50f)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cb2b454d-651d-4400-b78e-94cdfc8e943e)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 467942f2-0752-408f-aee6-500768a110cb)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bb95906c-fbad-49e6-b0c2-d139a2905a1c)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b826e4f0-c7b8-4490-aea0-e5417e40d8ae)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3f4e0661-76f3-4cc5-96c1-9146a167091a)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 33bf3127-679f-4859-ad31-c3aa97d88073)) - (pad "1" smd roundrect (at -0.875 0 90) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 19 "/VBUS_SENSE") (tstamp 3bf3e350-7474-4e5c-a643-f42058625a03)) - (pad "2" smd roundrect (at 0.875 0 90) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp ab9a15b2-9bce-4271-9d85-c8d6588d2d60)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e8493e2) - (at 227.75 80.75) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005e93dafe") - (attr smd) - (fp_text reference "R5" (at 0 1.43) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ddd2c8e1-9014-4be0-b74a-34cb2bb17ca1) - ) - (fp_text value "1k" (at 0 -1.43) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6323d82d-271a-4486-985f-8310a3e08be6) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp bf076253-e0b0-4f4d-bdac-104a3facf724) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp bb3cbded-76ab-40cd-bc1d-89b656205ef8)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8e241fd0-fec2-4a79-81ea-fb0930d8e0d5)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1aa6627b-b25c-4116-a65a-7ecd4b8f8433)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dd1aae8e-6fbc-40cc-a9b1-9ee121b90363)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 61867b4b-db6e-43a0-867b-40537a356301)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f5e710b8-07ef-4a23-96b2-564c168acfaa)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e070157f-afec-4807-82e5-354f1dd8e39a)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0a3153de-2a7c-4c74-b817-876232ed90a5)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8892b800-f0d5-4d3f-8c70-36af88d0683f)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5d8d4065-d35a-4f12-8bd9-b8d78c023f28)) - (pad "1" smd roundrect (at -0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 16 "Net-(R5-Pad1)") (tstamp 977ae459-3d73-4601-957e-718afc12a490)) - (pad "2" smd roundrect (at 0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 4 "Net-(D1-Pad2)") (tstamp 22340bb2-4633-44a6-8344-6576c2dde078)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e84dc39) - (at 208.75 60 180) - (descr "TSSOP, 20 Pin (JEDEC MO-153 Var AC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "TSSOP SO") - (path "/00000000-0000-0000-0000-00005e84ae5c") - (attr smd) - (fp_text reference "U2" (at 0 4.2) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 10ce1a3d-328c-44f3-be70-e5e0cc78cd9b) - ) - (fp_text value "STM32F030F4Px" (at 0 -4.2) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 392feef6-f8ac-4189-af6a-b9342ae1ad91) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8d810596-b18d-4909-a42f-d103e32c11e3) - ) - (fp_line (start 0 -3.385) (end -2.2 -3.385) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dd025730-6868-40c4-abbe-c5cb8b9a0504)) - (fp_line (start 0 -3.385) (end 2.2 -3.385) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 8f2046dd-e06d-40c6-8c98-858693fbb7f6)) - (fp_line (start 0 3.385) (end -3.6 3.385) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f775de79-4880-400f-b862-ae4fa3dbcde7)) - (fp_line (start 0 3.385) (end 2.2 3.385) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fdb19fad-a550-4784-8664-0f0a569161ef)) - (fp_line (start -3.85 -3.5) (end 3.85 -3.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6cd70272-43cf-41df-baa6-30758a8081f8)) - (fp_line (start -3.85 3.5) (end -3.85 -3.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f18d6295-ed6e-4955-b82e-f2e8522d95d8)) - (fp_line (start 3.85 -3.5) (end 3.85 3.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 621c15d8-e8a7-47f7-a4bb-cce350ef20f1)) - (fp_line (start 3.85 3.5) (end -3.85 3.5) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2c860041-c32d-4f2e-97a8-9e6d841bb783)) - (fp_line (start -2.2 -3.25) (end -2.2 2.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e2094352-2053-4ba5-a0ab-675494132af4)) - (fp_line (start -2.2 2.25) (end -1.2 3.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 38375ac3-974f-4ac8-a68a-efc1c605f958)) - (fp_line (start -1.2 3.25) (end 2.2 3.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bf079714-877d-4b56-98b8-4bc656108402)) - (fp_line (start 2.2 -3.25) (end -2.2 -3.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 468892b5-e521-4d18-88f6-1d908ff0e35e)) - (fp_line (start 2.2 3.25) (end 2.2 -3.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8bff2ade-f822-4148-9242-84cbc6fea567)) - (pad "1" smd roundrect (at -2.8625 2.925 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp 2b0527c7-0b66-4b90-b32e-350392d26d88)) - (pad "2" smd roundrect (at -2.8625 2.275 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 36 "Net-(R16-Pad1)") (tstamp 7328a2df-ef33-4d5d-9dab-1ba0e73fa58c)) - (pad "3" smd roundrect (at -2.8625 1.625 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 35 "Net-(R15-Pad1)") (tstamp 85bdac59-4afd-41fb-b8b4-6bb28a4e5149)) - (pad "4" smd roundrect (at -2.8625 0.975 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 9 "RST") (tstamp 6f7f73f1-a75a-42c9-a5d2-35f36b6964a6)) - (pad "5" smd roundrect (at -2.8625 0.325 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "+3V3") (tstamp ee9eb35b-3ead-4188-93c0-b168a6868d0d)) - (pad "6" smd roundrect (at -2.8625 -0.325 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 19 "/VBUS_SENSE") (tstamp 98724f58-2bc0-4f38-aeb7-42969e1997d1)) - (pad "7" smd roundrect (at -2.8625 -0.975 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 33 "BAT1_V") (tstamp ed3b74ee-89b7-479d-8311-60bd2ab28af9)) - (pad "8" smd roundrect (at -2.8625 -1.625 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 13 "TX") (tstamp 333d7cce-adf9-46da-bfa7-38efb9965759)) - (pad "9" smd roundrect (at -2.8625 -2.275 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 12 "RX") (tstamp 72b8a663-1212-47b3-ad95-e6cf4d3de10e)) - (pad "10" smd roundrect (at -2.8625 -2.925 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "D+") (tstamp e3a4cd5b-7ef0-4bbe-b7cc-2baf83f66618)) - (pad "11" smd roundrect (at 2.8625 -2.925 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 8 "D-") (tstamp 1f5e6181-b2ec-4ed3-b9b8-a74a82505add)) - (pad "12" smd roundrect (at 2.8625 -2.275 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 32 "BAT2_V") (tstamp 8dc5844a-54c9-4248-bbb1-0c410cad9cbf)) - (pad "13" smd roundrect (at 2.8625 -1.625 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 16 "Net-(R5-Pad1)") (tstamp 4b488445-cc49-4779-865a-2958febdada8)) - (pad "14" smd roundrect (at 2.8625 -0.975 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 34 "Net-(R14-Pad1)") (tstamp 0cb900ee-b663-4b3e-9aa8-ecf083867d3a)) - (pad "15" smd roundrect (at 2.8625 -0.325 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp c9a5eede-0e48-43d8-b43d-b29866a6c4eb)) - (pad "16" smd roundrect (at 2.8625 0.325 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "+3V3") (tstamp c0317777-64cd-4c16-9ed4-f9824bad6432)) - (pad "17" smd roundrect (at 2.8625 0.975 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 17 "Net-(R6-Pad1)") (tstamp f2084491-cc9d-4f88-a86e-9d4f34ad5790)) - (pad "18" smd roundrect (at 2.8625 1.625 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 18 "Net-(R7-Pad1)") (tstamp a48359eb-745a-4387-8628-e79d59f036f1)) - (pad "19" smd roundrect (at 2.8625 2.275 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 11 "SWDIO") (tstamp 55a3beff-ad7a-478f-8eba-cf1cad09daa3)) - (pad "20" smd roundrect (at 2.8625 2.925 180) (size 1.475 0.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 10 "SWCLK") (tstamp 9129d2ab-7e19-431b-a9c2-9858a3be0ebc)) - (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-20_4.4x6.5mm_P0.65mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005e84e771) - (at 227.75 77.75) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005e93e656") - (attr smd) - (fp_text reference "R7" (at 0 1.43) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 923d2355-b88e-4c52-a726-c74e2f29efd0) - ) - (fp_text value "1k" (at 0 -1.43) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9d10c386-ddd4-4a02-b5d4-ce6116f7bdb0) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 6c1e7676-c8e1-42ab-bc5c-ff5ae1c831d3) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e859c820-7b24-48e4-acc2-55c319a3f315)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c9935a5c-a4d7-4044-a792-f6c582e8a44a)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 63edba11-e721-40f4-bafa-b4e0ad320b32)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b8fb7079-e67d-43fb-ac64-9c299c5b0423)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4a48a586-3a0a-4442-82f5-4c1f4b3bbec7)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 83eae3a1-2df4-4867-a567-4b39ed7a0320)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 709b6c4f-9359-4448-83a7-384f9f2776e1)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d7b122bf-9e49-4ffc-ba5f-4c28095087d9)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a8ed1f55-c662-4544-91d6-059c16438dac)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cd4e944e-8744-48db-b36c-a430ea84361b)) - (pad "1" smd roundrect (at -0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 18 "Net-(R7-Pad1)") (tstamp 41e66cf7-1d4a-44b5-92e1-5981e8bb4d80)) - (pad "2" smd roundrect (at 0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(D3-Pad2)") (tstamp e9e92b60-4ed3-4b83-8c18-791bdcf06adf)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005eb2defe) - (at 203.85 69.65 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005ebfffe2") - (attr smd) - (fp_text reference "R10" (at 0 1.43 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4f14685e-0511-4c83-b977-e66bdd5c4f62) - ) - (fp_text value "10k" (at 0 -1.43 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1e17f09d-b43b-4063-b8bf-b2c25fdf5a6a) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 29a8c8e5-004b-4c5a-b638-0661f2a6f6a0) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3f7d281b-e028-40bb-9ec4-593282d31e64)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp de40901e-1f98-41d0-899c-98ee2bdf76f2)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 03b1946f-073b-4b3b-abbd-4af96afb43c8)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 95c11788-98a2-4e8e-90d4-1cf2b2058e5c)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 32660910-b1f3-4ff4-9759-b3f81b52c2a2)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a4a632a2-d003-4bb6-b1df-cd41ab30a4b4)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ef2b6afb-cbc4-4841-9dbd-a8ebefa7e2a2)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 716005b1-0ceb-4cab-a48c-60287fe45d28)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1ee51485-dec2-4b88-a209-9e9661d0b9f0)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f61b19f7-e803-4bd4-8861-afdca7e33f44)) - (pad "1" smd roundrect (at -0.875 0 270) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 31 "BAT2+") (tstamp 6c0191c7-5026-4000-996e-bb6e49879bfa)) - (pad "2" smd roundrect (at 0.875 0 270) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 32 "BAT2_V") (tstamp 3db6bc73-6ad6-45b1-b659-3f168a52b53e)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005eb2df0f) - (at 205.55 69.65 90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005ebfffe8") - (attr smd) - (fp_text reference "R11" (at 0 1.43 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 59740146-6896-4dfe-89d6-7c8ea41cc18c) - ) - (fp_text value "20k" (at 0 -1.43 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f432cbe0-2fd7-48d3-a8fe-8ef93d8c8f5f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp f1af40fb-5d6b-4510-a891-01c6e58fdb66) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ae223015-de60-4a9a-8e46-fb3be9979d07)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp feaa0ca1-453a-4efb-9c55-6b0e4bf0f92f)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c1b70179-a39e-4186-8b61-df71e2cca431)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d90fed0b-4145-4e5a-802c-85be66715d08)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b55bec42-ffdd-4ede-8b19-720b4c2f1668)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 706990aa-26ea-40aa-92d1-eff474384684)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ff7e5561-3ff4-44a4-9857-85f30e29fce4)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 10fa2143-36a9-4add-89e3-e2b3079d36c4)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 207a45e4-2c68-4ca2-8eb8-23db17303d80)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f36fa820-4e34-4b6c-a141-f30beea75b0a)) - (pad "1" smd roundrect (at -0.875 0 90) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 32 "BAT2_V") (tstamp bdb26eb6-6899-48c9-b685-0b5f72c49cd4)) - (pad "2" smd roundrect (at 0.875 0 90) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp c7881a56-adb5-4b86-9f14-3b868f3e06ba)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005eb2df20) - (at 201.55 53.95) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005ebd9a95") - (attr smd) - (fp_text reference "R12" (at 0 1.43) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 69482dff-71cb-4e6a-834c-47c2253bb7fd) - ) - (fp_text value "10k" (at 0 -1.43) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e9b1b31b-3e85-472d-995e-eb9eb3c36095) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 5067b692-4b94-4e01-9f9c-315179972274) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 506be68b-e6eb-42e2-9e34-682508626f8c)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d2ad2cfe-cd50-4392-ba75-a597e06748f0)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 541bbc59-b73e-4985-916c-ac23ef8e5a26)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 01121622-fc2b-40f0-ada3-0828f6bc6177)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c57f83f8-6479-4b15-a703-871ae1ad14d6)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4272c4a7-1412-44cb-9476-8f713e846c19)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 09f86869-c8fb-4e1b-82dd-461455240fcc)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d427d6f4-25f3-4fb9-954a-d22048d3a88e)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a1514d5d-afcb-4eeb-ad4b-08c27cb10c3c)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 464dbad4-0f1b-4457-b085-c027e5599267)) - (pad "1" smd roundrect (at -0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 27 "BAT1+") (tstamp b0ba7bce-b632-4069-a17a-c5af87049549)) - (pad "2" smd roundrect (at 0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 33 "BAT1_V") (tstamp 44d11804-b2e4-435c-becf-bd34eeea3cc8)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005eb2df31) - (at 205.25 53.95) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005ebdaf3a") - (attr smd) - (fp_text reference "R13" (at 0 1.43) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e74add79-b20d-440f-b202-889d47ebfd0d) - ) - (fp_text value "20k" (at 0 -1.43) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 171acb1d-9a7b-4054-bc24-658a624b1bf9) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 62dc9058-17fa-4480-86c7-23cf78d2833a) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fcb92e07-9dde-40fc-963f-6bd47e43ba3b)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9c179e8a-edac-4772-bc49-ab96d0b329d6)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0faf1764-4bbe-4059-81d1-8ba45ede3b86)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bdc1a860-b603-4746-a3bb-4bc309246433)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e0a98838-1d79-43f5-be25-96bae05aeb3a)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9a38af49-e7ee-44df-a19e-4e2a5ebc4e96)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 00d60a2b-2d04-4e8a-93f8-bfb7586ab807)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8f44ee62-1fd4-4f9c-94ef-01459bda2fd9)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2ee217b1-7f6e-4f35-97c6-41ceec47f5c4)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ce5b89be-5607-4518-a4a0-d94be9071b29)) - (pad "1" smd roundrect (at -0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 33 "BAT1_V") (tstamp 8467065b-ef92-41a2-9228-5416ef9872d3)) - (pad "2" smd roundrect (at 0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp b8171423-d450-4836-9e7f-9d8f0b68a032)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005eb2df42) - (at 227.75 82.25) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005ec15779") - (attr smd) - (fp_text reference "R14" (at 0 1.43) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a6645fc6-915a-45c3-8437-c3d9fba8c826) - ) - (fp_text value "1k" (at 0 -1.43) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c8d25b13-2244-464c-8645-92728467c443) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 253df673-dcdd-451a-ad43-46bfc2e44f8f) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 252a349b-0bb3-465a-9348-9db9ce7e97fc)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp df971d66-f728-4777-863b-8f897c0a9d2b)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b9fe41e8-a65f-4651-a740-1e69b19b5631)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a1f4f002-254b-4c5a-9280-d7fb0f3479bd)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 814dc5d0-857b-45af-abab-2b8114e321ec)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6b640030-b0d6-4796-8d1f-f2adbbb1dd13)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0d07cbe6-c05b-4e6f-83fb-9602a97b1fd1)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 236de88b-a2f8-4906-8fc9-23f6de0aec22)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 20e74712-2340-4fef-97e1-884f3d3d4841)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8a64b72a-f351-4de8-af50-03a4d2f609ee)) - (pad "1" smd roundrect (at -0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 34 "Net-(R14-Pad1)") (tstamp e325000d-4454-430b-a7ac-46c9613fc51f)) - (pad "2" smd roundrect (at 0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 28 "Net-(D4-Pad2)") (tstamp 4f5d300c-f3fe-408f-a564-22585079acaa)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005eb2df53) - (at 227.75 83.75) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005ec15eab") - (attr smd) - (fp_text reference "R15" (at 0 1.43) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 739392f4-0413-43b4-838c-2354bb2bfe00) - ) - (fp_text value "1k" (at 0 -1.43) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6e2f3147-5fdd-45a4-a01b-2c88a95d18f6) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 56d4dcd8-f6a9-4174-99e7-8d7ccd2ee3f9) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ad32d9a6-e725-4a45-b898-8772274a57f7)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 796a5ce1-2536-4e50-a7bc-3824f9b8e75c)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e637e394-0c6e-4af3-a589-13ef7e628155)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ae6641b0-489d-4bc2-8b23-3b63cb5a2038)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9edc341e-2209-4431-aa5a-7fd75ac27a24)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6f4a8669-eb1c-45a3-96c9-81e5fa4f4021)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d42b3298-a045-4961-8c6c-53c1e6ef431a)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5da00f85-3131-49f0-be75-a734994772f8)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0a434897-e4f0-47e0-8b8c-2e31b5d53e02)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 64573957-5830-4775-869a-6ea395313e6e)) - (pad "1" smd roundrect (at -0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 35 "Net-(R15-Pad1)") (tstamp 376e38e2-d8a9-4254-8535-e62045c8f37d)) - (pad "2" smd roundrect (at 0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 29 "Net-(D5-Pad2)") (tstamp 16c9cb2f-f91c-4269-8dc2-048e3483eae6)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005eb2df64) - (at 227.75 85.25) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005ec16525") - (attr smd) - (fp_text reference "R16" (at 0 1.43) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 10082537-9dcd-4ac5-81cd-0bfb975ecebd) - ) - (fp_text value "1k" (at 0 -1.43) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bd62bfac-daf7-4d12-bd88-e6bed0ebd41b) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 3a3c1699-bddd-490f-a329-c26c7ef882b0) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1d49368c-be1f-4406-a6f8-4852174790f1)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cfc56542-369f-4e46-aedb-cfd7a4276579)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fa26ac22-1f67-4f96-865a-958ffa8b8daa)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2735ea0d-6097-43fd-9a17-da7ca18eb146)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9b4e7499-ca7f-48b4-856e-e6ef1cd06180)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f7d9c877-a610-461d-b838-8943a52011e8)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 906e1d5f-197a-414b-a0b1-94e3ba039033)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5e5738f9-13e4-4f84-84be-592efdb62b2c)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 44966145-6f93-4e21-8c5d-77268e810c37)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c361c3d4-5615-4227-b854-6e116810d21f)) - (pad "1" smd roundrect (at -0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 36 "Net-(R16-Pad1)") (tstamp 00e3d08b-bfef-4d2f-993c-9b9f5c6389b5)) - (pad "2" smd roundrect (at 0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 30 "Net-(D6-Pad2)") (tstamp 1009e754-2625-42d2-9640-5db5efcce80a)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005eb2e001) - (at 208.5 66 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005eb5235f") - (attr smd) - (fp_text reference "U3" (at 0 2.5 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b6a96d2d-526a-43d5-877f-039474a7fa02) - ) - (fp_text value "XC6206P332MR" (at 0 -2.5 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0cac6c5f-1d10-4a5c-b50e-d1c43a44cb01) - ) - (fp_text user "${REFERENCE}" (at 0 0 180) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075)) (justify mirror)) - (tstamp 33e40db0-7d40-42c7-97ec-8da43664e132) - ) - (fp_line (start 0.76 -1.58) (end -0.7 -1.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6640ba4b-d760-4bcd-9cb5-80603d3b6814)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1527cce3-1e45-44ce-bf20-0e0dfaef35b7)) - (fp_line (start 0.76 1.58) (end -1.4 1.58) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0261a90d-0f87-4818-abf5-817de2938313)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a58ab39a-5a5c-41a7-abdf-f8daa722aeb7)) - (fp_line (start -1.7 -1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a3cc4efc-69fb-4512-9c78-8ca322f5ed9c)) - (fp_line (start -1.7 1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 28092182-c5c4-4301-858f-3da4c16ee4d9)) - (fp_line (start 1.7 -1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eb96e464-3e7e-4735-b9cc-70a84c9a4b1e)) - (fp_line (start 1.7 1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 60c1cfde-450c-4924-9bcd-25b2e7b9fa9f)) - (fp_line (start -0.7 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a9a31f03-1e6c-4b8a-b184-e1bd31a6f4ca)) - (fp_line (start -0.7 0.95) (end -0.7 -1.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 240d49ff-95eb-4992-ac9f-caad5a5a67bd)) - (fp_line (start -0.7 0.95) (end -0.15 1.52) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e0e389e9-2ebf-41f6-8458-115bdaa62d7a)) - (fp_line (start -0.15 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0f926a24-2347-4a78-a78d-0d5ae399a95b)) - (fp_line (start 0.7 1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 455f44f8-2dd3-4c0b-8822-a7d5ba3fa9bd)) - (pad "1" smd rect (at -1 0.95 270) (size 0.9 0.8) (layers "B.Cu" "B.Paste" "B.Mask") - (net 2 "GND") (tstamp 8a6e20f2-b3e2-497b-8c83-918287a86307)) - (pad "2" smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers "B.Cu" "B.Paste" "B.Mask") - (net 1 "+3V3") (tstamp bce2ac59-c525-46e0-9583-890e64578b1b)) - (pad "3" smd rect (at 1 0 270) (size 0.9 0.8) (layers "B.Cu" "B.Paste" "B.Mask") - (net 31 "BAT2+") (tstamp 17052151-8bbe-4318-aa13-6590549d3827)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005eb2e19b) - (at 227.75 79.25) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor handsolder") - (path "/00000000-0000-0000-0000-00005e93e1e9") - (attr smd) - (fp_text reference "R6" (at 0 1.43) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1f581970-fce2-41b7-8465-0bc9c484baf2) - ) - (fp_text value "1k" (at 0 -1.43) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c9ec222f-fc44-4874-bc47-dbaf570bc683) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp e44bea6a-fc4c-47a8-83f9-fc8394926550) - ) - (fp_line (start -0.171267 -0.51) (end 0.171267 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 44282b0a-c699-4b4f-aaa4-034e224d23e0)) - (fp_line (start -0.171267 0.51) (end 0.171267 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3d31fa85-ebf3-4d44-affd-240c6b06c244)) - (fp_line (start -1.65 -0.73) (end -1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 348c6afc-71b4-4bfc-8bde-d3f2d3f278f8)) - (fp_line (start -1.65 0.73) (end 1.65 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6b166140-f520-4954-9593-4b06d819e6bb)) - (fp_line (start 1.65 -0.73) (end -1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f3bfe394-d7dd-4207-83b3-91879a081813)) - (fp_line (start 1.65 0.73) (end 1.65 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1871fc78-53ed-4080-a0cb-84287a035788)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 70383441-296b-40dc-aec9-7a6400743bd3)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fb62f8b4-217c-490a-94bc-d0cd39cede4e)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e59d709c-484d-4dbb-821c-a5ca34b58ffa)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 93befa0d-c231-400d-b8d4-964a213e687d)) - (pad "1" smd roundrect (at -0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 17 "Net-(R6-Pad1)") (tstamp 3a1dcf44-44c1-4fd3-bd62-d7bcff739efa)) - (pad "2" smd roundrect (at 0.875 0) (size 1.05 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 5 "Net-(D2-Pad2)") (tstamp b1ef7390-81a5-4fa3-903d-905b341d3fe2)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 69 39) (end 69 102) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d184)) - (gr_line (start 56 45) (end 64 45) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d185)) - (gr_line (start 64 37) (end 64 39) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d186)) - (gr_line (start 60 41) (end 60 49) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d187)) - (gr_line (start 56 37) (end 64 37) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d188)) - (gr_line (start 56 39) (end 56 37) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d189)) - (gr_line (start 51 102) (end 51 39) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d18a)) - (gr_line (start 69 102) (end 51 102) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d18b)) - (gr_line (start 51 39) (end 69 39) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d18c)) - (gr_line (start 56 98) (end 64 98) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d18d)) - (gr_line (start 36 45) (end 44 45) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d198)) - (gr_line (start 40 41) (end 40 49) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d199)) - (gr_line (start 31 39) (end 49 39) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d19a)) - (gr_line (start 36 37) (end 44 37) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d19b)) - (gr_line (start 31 102) (end 31 39) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d19c)) - (gr_line (start 49 39) (end 49 102) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d19d)) - (gr_line (start 49 102) (end 31 102) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d19e)) - (gr_line (start 36 98) (end 44 98) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d19f)) - (gr_line (start 44 37) (end 44 39) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d1a0)) - (gr_line (start 36 39) (end 36 37) - (stroke (width 0.8) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e84d1a1)) - (gr_line (start 35.975 45) (end 43.975 45) - (stroke (width 0.8) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eea98dd)) - (gr_line (start 39.975 49) (end 39.975 41) - (stroke (width 0.8) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eea98de)) - (gr_line (start 60.025 48.975) (end 60.025 40.975) - (stroke (width 0.8) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eea98e8)) - (gr_line (start 56.025 44.975) (end 64.025 44.975) - (stroke (width 0.8) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eea98e9)) - (gr_line (start 55.975 98) (end 63.975 98) - (stroke (width 0.8) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eea98ef)) - (gr_line (start 36 98) (end 44 98) - (stroke (width 0.8) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eea98f2)) - (gr_line (start 112.75 101) (end 120.25 90.5) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a436)) - (gr_line (start 125.25 90.5) (end 125.25 92) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a439)) - (gr_line (start 125.25 48.75) (end 125.25 90) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a4b4)) - (gr_line (start 125.25 90) (end 122.25 90) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a4c6)) - (gr_line (start 121.75 90) (end 118.75 90) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a4c9)) - (gr_line (start 120.25 90.5) (end 120.75 92) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a4d8)) - (gr_line (start 125.25 90.5) (end 126.75 90.5) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a4db)) - (gr_line (start 118.75 48.75) (end 118.75 90) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a4de)) - (gr_line (start 121.75 48.75) (end 118.75 48.75) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a4e1)) - (gr_line (start 131 96.25) (end 125.25 90.5) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a4e4)) - (gr_line (start 122.25 48.75) (end 125.25 48.75) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a4ea)) - (gr_line (start 120.25 90.5) (end 118.5 90.75) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a4f0)) - (gr_line (start 121.75 48.75) (end 121.75 90) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a4f6)) - (gr_line (start 73 86.75) (end 68.5 86.75) - (stroke (width 0.3) (type solid)) (layer "Cmts.User") (tstamp 00000000-0000-0000-0000-00005eb190ce)) - (gr_line (start 73 103) (end 68.5 103) - (stroke (width 0.3) (type solid)) (layer "Cmts.User") (tstamp 00000000-0000-0000-0000-00005eb190e1)) - (gr_line (start 73 37) (end 68.5 37) - (stroke (width 0.3) (type solid)) (layer "Cmts.User") (tstamp 00000000-0000-0000-0000-00005eb190f4)) - (gr_line (start 73 53.5) (end 68.5 53.5) - (stroke (width 0.3) (type solid)) (layer "Cmts.User") (tstamp 1b90ce48-c015-4b12-9406-818275a08414)) - (gr_line (start 170 15) (end 170 195) - (stroke (width 1) (type solid)) (layer "Eco1.User") (tstamp 00000000-0000-0000-0000-00005e84716b)) - (gr_line (start 55 80) (end 280 80) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 00000000-0000-0000-0000-00005e84e792)) - (gr_line (start 55 73) (end 280 73) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 3189a1c6-660c-4238-adb9-c7b9e7cb78ce)) - (gr_line (start 280 60) (end 55 60) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 47a48501-7cd5-4574-9bde-eaaec4bc0e65)) - (gr_line (start 15 70) (end 280 70) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 47be6166-b7ba-4ea7-bec1-d59f73ce3cc1)) - (gr_line (start 55 67) (end 280 67) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 8b802361-04a9-42df-b6a1-83b1bd9cfe4c)) - (gr_line (start 90 15) (end 90 195) - (stroke (width 1) (type solid)) (layer "Eco1.User") (tstamp dbc07ec8-cd10-43b6-95e3-adf4c3faf8d7)) - (gr_line (start 234 54) (end 234 86.25) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e8493d0)) - (gr_line (start 136 55) (end 136 85) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e84a45d)) - (gr_line (start 117 85) (end 117 55) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e84a4e7)) - (gr_line (start 120 52) (end 133 52) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e84a4ed)) - (gr_line (start 133 88) (end 120 88) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e84a4f3)) - (gr_arc (start 136 85) (mid 135.12132 87.12132) (end 133 88) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e84c5c2)) - (gr_arc (start 120 88) (mid 117.87868 87.12132) (end 117 85) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e84c5d0)) - (gr_arc (start 117 55) (mid 117.87868 52.87868) (end 120 52) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e84c5de)) - (gr_arc (start 31 109) (mid 30.292893 108.707107) (end 30 108) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e84d8db)) - (gr_arc (start 30 32) (mid 30.292893 31.292893) (end 31 31) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e84d8e8)) - (gr_arc (start 69 31) (mid 69.707107 31.292893) (end 70 32) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e84d90f)) - (gr_arc (start 232 52) (mid 233.414214 52.585786) (end 234 54) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e853ea0)) - (gr_arc (start 188 54) (mid 188.585786 52.585786) (end 190 52) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e853eb6)) - (gr_arc (start 190 88.25) (mid 188.585786 87.664214) (end 188 86.25) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e853ec2)) - (gr_arc (start 234 86.25) (mid 233.414214 87.664214) (end 232 88.25) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005e853eca)) - (gr_line (start 69 31) (end 31 31) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ea9da2f)) - (gr_line (start 31 109) (end 69 109) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ea9dc2e)) - (gr_arc (start 70 108) (mid 69.707107 108.707107) (end 69 109) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 109c704e-dc82-4f85-a257-8cb52c2409d5)) - (gr_line (start 190 52) (end 232 52) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 1b27ffcb-ef73-4f11-946a-b1fc962bf1bf)) - (gr_arc (start 133 52) (mid 135.12132 52.87868) (end 136 55) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 6df71243-6daf-42df-ad8d-2f7cdd9dcb3b)) - (gr_line (start 232 88.25) (end 190 88.25) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 702f3eaa-5260-48b0-af63-808e1eaf18cf)) - (gr_line (start 70 32) (end 70 108) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 84d34616-67e0-4c79-9f73-d971a5c9d5e7)) - (gr_line (start 188 86.25) (end 188 54) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp d0516411-5093-4df6-81d1-ac6b27e0a24b)) - (gr_line (start 30 32) (end 30 108) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp f3330891-b16e-4dfc-8098-1a06d8bd0a7b)) - (gr_line (start 122 90.5) (end 123.5 91) - (stroke (width 0.2) (type solid)) (layer "F.CrtYd") (tstamp 8aa59ceb-4484-452c-8092-a7afdcf3617f)) - (gr_line (start 122 90.5) (end 121.5 92) - (stroke (width 0.2) (type solid)) (layer "F.CrtYd") (tstamp 93bab67c-09bd-4bf7-9075-7957d853d944)) - (gr_line (start 122 90.5) (end 132.75 107) - (stroke (width 0.2) (type solid)) (layer "F.CrtYd") (tstamp c0368d23-ea48-4103-8cdc-696803d2bfb1)) - (gr_line (start 122.25 48.75) (end 122.25 90) - (stroke (width 0.15) (type solid)) (layer "F.CrtYd") (tstamp c2aa7479-8128-4702-b44b-a83340a72437)) - (gr_text "GND\nRX\nTX" (at 212.25 74.75 270) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e853775) - (effects (font (size 1.7 1.4) (thickness 0.3)) (justify left mirror)) - ) - (gr_text "github.com/RoboticsBrno/\nRB0002-BatteryPack\nCC BY-SA 4.0" (at 195.709 70.037 270) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e8538aa) - (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror)) - ) - (gr_text "RB0002 Battery Pack\nConnector v1.0" (at 125 69.75 270) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005e853ffc) - (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror)) - ) - (gr_text "RB0002 Battery Pack\nCharger\n v1.0 06/2020" (at 221.49 69.91 270) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005eb47bdb) - (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror)) - ) - (gr_text "+" (at 131.574 60.766) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005eb47f77) - (effects (font (size 2 2) (thickness 0.4)) (justify mirror)) - ) - (gr_text "-" (at 131.955 79.435) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005eb480ab) - (effects (font (size 2 2) (thickness 0.4)) (justify mirror)) - ) - (gr_text "GND\n3V3\nRST\nIO\nCLK" (at 209.5 79.5 270) (layer "B.SilkS") (tstamp 3d18e2b4-e20d-49e8-9401-cc4da8172f47) - (effects (font (size 1.7 1.4) (thickness 0.3)) (justify left mirror)) - ) - (gr_text "MINUS" (at 131 79.5) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005e84c224) - (effects (font (size 2 2) (thickness 0.4))) - ) - (gr_text "+" (at 53 60 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005e84ccd4) - (effects (font (size 2.5 2.5) (thickness 0.5))) - ) - (gr_text "_" (at 51.75 67.25 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005e84cce1) - (effects (font (size 2.5 2.5) (thickness 0.5))) - ) - (gr_text "_" (at 51.75 72.75 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005e84cce5) - (effects (font (size 2.5 2.5) (thickness 0.5))) - ) - (gr_text "+" (at 53.25 80 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005e84cce9) - (effects (font (size 2.5 2.5) (thickness 0.5))) - ) - (gr_text "B2" (at 53.25 76.5 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005e84cced) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (gr_text "B1" (at 53 63.75 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005e84ccf6) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (gr_text "B2+" (at 60.25 37.25) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005e84cf5c) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (gr_text "B2-" (at 60 103.25) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005e84cf64) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (gr_text "B1-" (at 41 103.25) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005e84cf67) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (gr_text "github.com/RoboticsBrno/\nRB0002-BatteryPack" (at 124.5 70 270) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005e854125) - (effects (font (size 1.3 1.3) (thickness 0.2))) - ) - (gr_text "0%" (at 231.85 86.85) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eb339ce) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "_" (at 191.45 67.25 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eb47919) - (effects (font (size 2.5 2.5) (thickness 0.5))) - ) - (gr_text "+" (at 192.7 60 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eb4791b) - (effects (font (size 2.5 2.5) (thickness 0.5))) - ) - (gr_text "_" (at 191.45 72.75 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eb4791c) - (effects (font (size 2.5 2.5) (thickness 0.5))) - ) - (gr_text "+" (at 192.95 80 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eb4791d) - (effects (font (size 2.5 2.5) (thickness 0.5))) - ) - (gr_text "MID" (at 127.637 70.037 270) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eb56a2a) - (effects (font (size 1 1) (thickness 0.25))) - ) - (gr_text "B1+" (at 40.75 37.25) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eea9a29) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (gr_text "12V\n9V\n5V\n" (at 228.05 79.45) (layer "F.SilkS") (tstamp 05f2b361-69ca-42ac-8c0f-fb79ada49b73) - (effects (font (size 0.9 1) (thickness 0.15))) - ) - (gr_text "PLUS" (at 131.5 60.75) (layer "F.SilkS") (tstamp 11a4ead8-5bb9-4648-815b-e4b9db2002f6) - (effects (font (size 2 2) (thickness 0.4))) - ) - (gr_text "100%" (at 231.05 76.25) (layer "F.SilkS") (tstamp 1cf8de2b-1e51-42ca-9dcf-0af5a945eb91) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "RB0002 Battery Pack\nBattery Board\nv1.0 06/2020 CC BY-SA 4.0\ngithub.com/RoboticsBrno/RB0002-BatteryPack" (at 46 69 90) (layer "F.SilkS") (tstamp 28e64a99-1ae9-462c-b37b-6179ddc8572a) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (gr_text "3mm plywood\nin the robot" (at 136.5 98.5) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84a43c) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "0.5 mm for the heat shrink tube" (at 143.25 108) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005e84db9f) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Isolation 3mm plywood\non the back of the battery pack" (at 115 103.75) (layer "Dwgs.User") (tstamp 0322bb04-12c8-4670-af6a-897400b55379) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Panel tab position" (at 80.5 37) (layer "Cmts.User") (tstamp 00000000-0000-0000-0000-00005eb19104) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Panel tab position" (at 80.5 53.5) (layer "Cmts.User") (tstamp 00000000-0000-0000-0000-00005eb19107) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Panel tab position" (at 80.25 86.75) (layer "Cmts.User") (tstamp 00000000-0000-0000-0000-00005eb1910d) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Panel tab position" (at 80.5 103) (layer "Cmts.User") (tstamp 00000000-0000-0000-0000-00005eb19111) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Battery Pack" (at 50 16.25) (layer "Eco1.User") (tstamp 00000000-0000-0000-0000-00005e83cc30) - (effects (font (size 5 5) (thickness 0.5))) - ) - (gr_text "Battery Connector\n" (at 130 17.25) (layer "Eco1.User") (tstamp 00000000-0000-0000-0000-00005e84713e) - (effects (font (size 5 5) (thickness 0.5))) - ) - (gr_text "Charger" (at 230 20) (layer "Eco1.User") (tstamp 20deab35-2add-44ca-b53e-5d29f4b700bb) - (effects (font (size 5 5) (thickness 0.5))) - ) - (gr_text "PCB3D_STACK_Charger_ONTO_BPack_10" (at 35.25 95.75) (layer "Eco2.User") (tstamp 3aef369a-4a56-4258-8001-cef68f9a63b0) - (effects (font (size 1.5 1.5) (thickness 0.3) bold) (justify left bottom)) - ) - (gr_text "PCB3D_BR_BConn" (at 137.25 90.75) (layer "Eco2.User") (tstamp 4933471b-9e8d-4a4a-a5cf-e0b8a79177e4) - (effects (font (size 1.5 1.5) (thickness 0.3) bold) (justify left bottom)) - ) - (gr_text "PCB3D_BR_BPack" (at 70.25 109.75) (layer "Eco2.User") (tstamp 76855516-c459-4ed7-91fc-62791ac771df) - (effects (font (size 1.5 1.5) (thickness 0.3) bold) (justify left bottom)) - ) - (gr_text "PCB3D_STACK_BConn_ONTO_BPack_25" (at 36.25 53.75) (layer "Eco2.User") (tstamp 88f7ea17-f44a-4f81-8969-e3348c639c74) - (effects (font (size 1.5 1.5) (thickness 0.3) bold) (justify left bottom)) - ) - (gr_text "PCB3D_TL_BConn" (at 116.25 47.75) (layer "Eco2.User") (tstamp cec4ed75-db9d-40b9-b07a-5b58d07286c6) - (effects (font (size 1.5 1.5) (thickness 0.3) bold) (justify left bottom)) - ) - (gr_text "PCB3D_TL_BPack" (at 29.25 29.75) (layer "Eco2.User") (tstamp d6a1b7a1-d935-4632-8b6a-d7e802e149e6) - (effects (font (size 1.5 1.5) (thickness 0.3) bold) (justify left bottom)) - ) - (gr_text "PCB3D_BR_Charger" (at 235.25 89.75) (layer "Eco2.User") (tstamp d8896c44-2b3f-4e17-82b5-320400bbc21e) - (effects (font (size 1.5 1.5) (thickness 0.3) bold) (justify left bottom)) - ) - (gr_text "PCB3D_TL_Charger" (at 186.25 50.75) (layer "Eco2.User") (tstamp e0c96038-7c50-47f9-9cc2-7bdbc1d8b80e) - (effects (font (size 1.5 1.5) (thickness 0.3) bold) (justify left bottom)) - ) - (dimension (type aligned) (layer "F.Fab") (tstamp 00000000-0000-0000-0000-00005e84a4cd) - (pts (xy 136 88) (xy 136 52)) - (height 8) - (gr_text "36.0000 mm" (at 141.7 70 90) (layer "F.Fab") (tstamp 00000000-0000-0000-0000-00005e84a4cd) - (effects (font (size 2 2) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "F.Fab") (tstamp 00000000-0000-0000-0000-00005e84a4d3) - (pts (xy 136 52) (xy 117 52)) - (height 16) - (gr_text "19.0000 mm" (at 126.5 33.7) (layer "F.Fab") (tstamp 00000000-0000-0000-0000-00005e84a4d3) - (effects (font (size 2 2) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "F.Fab") (tstamp 00000000-0000-0000-0000-00005ea9d7b9) - (pts (xy 23.749999 109.25) (xy 23.749999 31.25)) - (height -8.999999) - (gr_text "78.0000 mm" (at 13.6 70.25 90) (layer "F.Fab") (tstamp 00000000-0000-0000-0000-00005ea9d7b9) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.3) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "F.Fab") (tstamp 00000000-0000-0000-0000-00005eb189e3) - (pts (xy 70 108) (xy 30 108)) - (height -11.75) - (gr_text "40.0000 mm" (at 50 118.6) (layer "F.Fab") (tstamp 00000000-0000-0000-0000-00005eb189e3) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.3) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "F.Fab") (tstamp 0ae57f07-622c-410a-8bb7-9af53e9a594a) - (pts (xy 234 50) (xy 188 50)) - (height 14) - (gr_text "46.0000 mm" (at 211 33.7) (layer "F.Fab") (tstamp 0ae57f07-622c-410a-8bb7-9af53e9a594a) - (effects (font (size 2 2) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "F.Fab") (tstamp b8e4667c-ea8a-4117-a09b-4bcf228f312e) - (pts (xy 234 88.25) (xy 234 52)) - (height 18) - (gr_text "36.2500 mm" (at 249.7 70.125 90) (layer "F.Fab") (tstamp b8e4667c-ea8a-4117-a09b-4bcf228f312e) - (effects (font (size 2 2) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - - (segment (start 209.849507 60.298049) (end 209.301458 59.75) (width 0.5) (layer "B.Cu") (net 1) (tstamp 0340fe8d-f05d-43b5-a14a-7edec42bf8f9)) - (segment (start 212 85) (end 210.25 83.25) (width 0.5) (layer "B.Cu") (net 1) (tstamp 05961a38-60e1-4f4f-837b-c3a110920552)) - (segment (start 216.5 59.5) (end 216.82501 59.82501) (width 0.3) (layer "B.Cu") (net 1) (tstamp 183d7d49-fd49-468d-ba26-f518ebcc2b15)) - (segment (start 211.6125 59.675) (end 212.45 59.675) (width 0.3) (layer "B.Cu") (net 1) (tstamp 21e39122-813b-4d8d-9fd3-ac9c605a2a56)) - (segment (start 207.947625 59.861805) (end 209.138195 59.861805) (width 0.25) (layer "B.Cu") (net 1) (tstamp 3c0e8dcb-eec3-455c-92a2-098804cf65c1)) - (segment (start 209.301458 59.75) (end 209.25 59.75) (width 0.5) (layer "B.Cu") (net 1) (tstamp 3d345a99-bda7-4e4d-8b43-c386f272fe19)) - (segment (start 204.55 59.675) (end 205.8875 59.675) (width 0.3) (layer "B.Cu") (net 1) (tstamp 3d875de4-de0f-4a38-983d-f3b0b825e447)) - (segment (start 212.45 59.675) (end 212.625 59.5) (width 0.3) (layer "B.Cu") (net 1) (tstamp 3e378a3f-2e61-40d5-8fd0-21069c9031b2)) - (segment (start 209.290589 59.709411) (end 210.562355 59.709411) (width 0.25) (layer "B.Cu") (net 1) (tstamp 429c875d-b6ed-48d7-81aa-94a5f5f4eada)) - (segment (start 210.850012 66.450012) (end 209.45 65.05) (width 0.5) (layer "B.Cu") (net 1) (tstamp 495c97b7-6ebe-4129-a0ad-aaf26f396488)) - (segment (start 209.249979 61.685047) (end 209.849507 61.085519) (width 0.5) (layer "B.Cu") (net 1) (tstamp 52fb467b-d4fc-4553-b4e3-5d475b9b89d8)) - (segment (start 216.82501 59.82501) (end 216.82501 60.92499) (width 0.3) (layer "B.Cu") (net 1) (tstamp 552ac1d8-4311-466f-b2e4-dfaaa0cac3f2)) - (segment (start 200.5 60.875) (end 202.25 59.125) (width 0.3) (layer "B.Cu") (net 1) (tstamp 57d1a41c-7350-4ce4-91ca-8b484efec1fe)) - (segment (start 212.625 59.5) (end 216.5 59.5) (width 0.3) (layer "B.Cu") (net 1) (tstamp 65489626-254d-4895-a5ad-a0f2c9fcd407)) - (segment (start 216.49999 61.25001) (end 215.37499 61.25001) (width 0.3) (layer "B.Cu") (net 1) (tstamp 69cb4704-e509-48e0-81d3-df1d42cf9495)) - (segment (start 214.749072 61.875928) (end 214.25 62.375) (width 0.3) (layer "B.Cu") (net 1) (tstamp 6b2ec885-7af0-43f7-95a5-aa37df342242)) - (segment (start 212 85.25) (end 212 85) (width 0.5) (layer "B.Cu") (net 1) (tstamp 6c17a121-592c-4146-ba1d-7d539ed7b7ae)) - (segment (start 202.25 59.125) (end 204 59.125) (width 0.3) (layer "B.Cu") (net 1) (tstamp 73bbe6ef-ec9e-42dd-8753-663c6e54b542)) - (segment (start 204 59.125) (end 204.55 59.675) (width 0.3) (layer "B.Cu") (net 1) (tstamp 79560fe4-d1d8-41ac-a197-bdf0295f65d9)) - (segment (start 215.37499 61.25001) (end 214.749072 61.875928) (width 0.3) (layer "B.Cu") (net 1) (tstamp 839ea1ca-1ee0-4f09-bfae-9a479049f847)) - (segment (start 209.249979 64.799979) (end 209.249979 61.685047) (width 0.5) (layer "B.Cu") (net 1) (tstamp 8b502637-9b9f-472e-a14e-7ef2fdb9e20e)) - (segment (start 209.138195 59.861805) (end 209.25 59.75) (width 0.25) (layer "B.Cu") (net 1) (tstamp 8e120ae7-2e36-40ca-9ce4-547b8be346ce)) - (segment (start 207.76082 59.675) (end 207.947625 59.861805) (width 0.25) (layer "B.Cu") (net 1) (tstamp 94806353-1d17-4781-a0d5-4b47cbd2bc6a)) - (segment (start 210.562355 59.709411) (end 211.675 59.675) (width 0.25) (layer "B.Cu") (net 1) (tstamp 9b2c5489-f611-4b1c-a375-0a48f08b5260)) - (segment (start 209.849507 61.085519) (end 209.849507 60.298049) (width 0.5) (layer "B.Cu") (net 1) (tstamp b082ae0b-20dd-4a64-b3ab-971c3e8a2b91)) - (segment (start 208.199999 82.460001) (end 208.199999 75.250001) (width 0.5) (layer "B.Cu") (net 1) (tstamp b36b6554-b078-4475-9a48-f6d5a9fdc19e)) - (segment (start 210.25 83.25) (end 208.989998 83.25) (width 0.5) (layer "B.Cu") (net 1) (tstamp b4bd76fd-7630-4a78-b9f4-3f9798162d61)) - (segment (start 208.199999 75.250001) (end 210.850012 72.599988) (width 0.5) (layer "B.Cu") (net 1) (tstamp bc6cf5c4-fe10-431f-965b-0757768ff218)) - (segment (start 209.25 59.75) (end 209.290589 59.709411) (width 0.25) (layer "B.Cu") (net 1) (tstamp c1826e8c-caf4-426a-9dff-ea5110b65c62)) - (segment (start 209.45 65.05) (end 209.45 65) (width 0.5) (layer "B.Cu") (net 1) (tstamp c5c2e28c-7dfe-400c-895a-9fe897125d9c)) - (segment (start 205.8875 59.675) (end 207.76082 59.675) (width 0.25) (layer "B.Cu") (net 1) (tstamp d9d0dfb2-9b1e-4548-a79e-6dafa9d57a99)) - (segment (start 216.82501 60.92499) (end 216.49999 61.25001) (width 0.3) (layer "B.Cu") (net 1) (tstamp df4311ea-16a5-4c26-bb58-27887e1f450a)) - (segment (start 209.45 65) (end 209.249979 64.799979) (width 0.5) (layer "B.Cu") (net 1) (tstamp f2597a9d-d86c-4a41-871e-58f48d31892d)) - (segment (start 208.989998 83.25) (end 208.199999 82.460001) (width 0.5) (layer "B.Cu") (net 1) (tstamp f644880c-c5a4-4265-9a3b-f07cb8a821f9)) - (segment (start 210.850012 72.599988) (end 210.850012 66.450012) (width 0.5) (layer "B.Cu") (net 1) (tstamp f934970e-33bb-47c2-8673-50ca1fd7e3f2)) - (segment (start 228.35 66.825) (end 228.4 66.775) (width 0.25) (layer "F.Cu") (net 2) (tstamp 2936717e-13b1-4f7b-ba54-8007cd932247)) - (segment (start 227.25 62.6) (end 227.25 62.3) (width 0.25) (layer "F.Cu") (net 2) (tstamp 317b1453-4a5f-41e9-b589-09ee8d0bdbc7)) - (segment (start 227.25 56.2) (end 227.25 55.9) (width 0.25) (layer "F.Cu") (net 2) (tstamp 78f3f8d0-3e88-40f6-bb28-a60a1bf3b492)) - (segment (start 228.35 69.2) (end 228.35 66.825) (width 0.25) (layer "F.Cu") (net 2) (tstamp 7de38f2e-e3c5-41c1-855c-7a4fa162c6de)) - (via (at 219.75 67.5) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005e8521a7)) - (via (at 219.75 68.5) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005e8521a9)) - (via (at 220.75 67.5) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005e8521ab)) - (via (at 220.75 68.5) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005e8521ad)) - (via (at 221.75 67.5) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005e8521ee)) - (via (at 204.65 64.35) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 2160f01f-5764-4677-9a33-5e5559ac6514)) - (via (at 210.15 56.65) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 499d4e24-e311-4be7-8d33-5e4579863950)) - (via (at 221.75 68.5) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 90254f81-95fb-4941-968b-5def8d31781b)) - (via (at 203.85 64.35) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 91b36b7e-06ed-4e06-b359-8516b6f3e236)) - (via (at 203.37497 62) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp a908b072-dac9-48a5-8881-341d232c946e)) - (via (at 208.45 69.85) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp aa94c513-1038-4f80-9c27-09f1eca9dfc2)) - (via (at 206.65 68.55) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp d91e9d3e-a38d-4d02-9883-3f026a74da91)) - (via (at 216.050004 57.45) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp e1aef9cc-eb9f-447c-b94e-66774bd6bc47)) - (via (at 204.25 62.05) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp e7096b99-e540-48c5-802d-7ef33e8b9960)) - (via (at 203.05 64.35) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp f81ed12b-be73-4cd4-b878-16047c0e12a7)) - (segment (start 204 61.4) (end 203.4 62) (width 0.3) (layer "B.Cu") (net 2) (tstamp 00220bc2-e710-467e-9bfb-210c02f73fa8)) - (segment (start 216 57.500004) (end 216.050004 57.45) (width 0.3) (layer "B.Cu") (net 2) (tstamp 052c5a30-61fc-4b3c-bdc9-a51ccbc9c638)) - (segment (start 218 62.25) (end 217.875 62.375) (width 0.25) (layer "B.Cu") (net 2) (tstamp 068b03d1-5bcd-42eb-9715-ab6cc3c18e63)) - (segment (start 204.55 60.325) (end 204 60.875) (width 0.3) (layer "B.Cu") (net 2) (tstamp 096f33fd-5dc0-4ab7-9db0-8c18c48bc663)) - (segment (start 205.55 68.775) (end 206.425 68.775) (width 0.3) (layer "B.Cu") (net 2) (tstamp 15da9222-ae96-426a-ac2c-69364f1e3c43)) - (segment (start 210.575 57.075) (end 210.15 56.65) (width 0.3) (layer "B.Cu") (net 2) (tstamp 2e3646b6-4ba1-40ca-93cc-bd5397a09d99)) - (segment (start 218 60.15) (end 218 62.25) (width 0.25) (layer "B.Cu") (net 2) (tstamp 2ec49e4f-d1f2-426e-8287-b9634f3f1ccd)) - (segment (start 206.425 68.775) (end 206.65 68.55) (width 0.3) (layer "B.Cu") (net 2) (tstamp 34d1f652-f365-45ff-bfb3-f007e441d227)) - (segment (start 206.625 64.25) (end 206.625 65.125) (width 0.5) (layer "B.Cu") (net 2) (tstamp 4fe5458e-7736-47b7-91be-6c89f8c6c880)) - (segment (start 217.875 62.375) (end 216 62.375) (width 0.25) (layer "B.Cu") (net 2) (tstamp 5ac65c1b-f93b-4c3e-8ad6-18fd58be0c09)) - (segment (start 206.625 65.725) (end 207 66.1) (width 0.5) (layer "B.Cu") (net 2) (tstamp 5c8c3d40-49c7-415d-90f6-d8e3437777e6)) - (segment (start 206.625 65.125) (end 206.625 65.725) (width 0.5) (layer "B.Cu") (net 2) (tstamp 8003051f-a3b9-4194-bb4c-d6acb6be85c0)) - (segment (start 205.8875 60.325) (end 204.55 60.325) (width 0.3) (layer "B.Cu") (net 2) (tstamp 818329d3-662f-4191-8d40-729e39fd742a)) - (segment (start 216 58.625) (end 216 57.500004) (width 0.3) (layer "B.Cu") (net 2) (tstamp 87d3dcd6-0fa8-42b1-8df8-fd96e21316f9)) - (segment (start 216.475 58.625) (end 218 60.15) (width 0.25) (layer "B.Cu") (net 2) (tstamp a09924ed-4f85-4d32-bb6b-ac4721a5610f)) - (segment (start 211.6125 57.075) (end 210.575 57.075) (width 0.3) (layer "B.Cu") (net 2) (tstamp abfb9494-390c-4649-b1aa-a4b92dbabd07)) - (segment (start 217.71728 62.375) (end 218.09228 62) (width 0.3) (layer "B.Cu") (net 2) (tstamp c01fabc5-db8c-45ed-9ad7-af09fa66a9c5)) - (segment (start 216 58.625) (end 216.475 58.625) (width 0.25) (layer "B.Cu") (net 2) (tstamp cdc7d872-3cb9-4360-a358-f4ad1d7a6f7b)) - (segment (start 216 62.375) (end 217.71728 62.375) (width 0.3) (layer "B.Cu") (net 2) (tstamp d37e4bc6-6225-4366-acaf-6eda6533119c)) - (segment (start 203.4 62) (end 203.37497 62) (width 0.3) (layer "B.Cu") (net 2) (tstamp da15ce6b-f0c8-47e0-a63e-a6abe878eb3f)) - (segment (start 204 60.875) (end 204 61.4) (width 0.3) (layer "B.Cu") (net 2) (tstamp db4f7cd8-71de-4ec1-9089-ce9bc4e64e07)) - (segment (start 202.25 60.875) (end 204 60.875) (width 0.3) (layer "B.Cu") (net 2) (tstamp fc28721a-9b8a-482b-9c46-087273585cae)) - (segment (start 216.100011 59.767991) (end 216.100011 68.850011) (width 2) (layer "F.Cu") (net 3) (tstamp 4e6efcbd-0e36-48c9-ab3c-f31c7bd72f6e)) - (segment (start 220.361283 72.25) (end 219.5 72.25) (width 2) (layer "F.Cu") (net 3) (tstamp 5befe9c8-2ff4-4fe0-a003-c322b85c8758)) - (segment (start 219.5 56.368002) (end 216.100011 59.767991) (width 2) (layer "F.Cu") (net 3) (tstamp 62c21967-c80a-48c7-ad50-8cc424c8add9)) - (segment (start 219.5 54) (end 219.5 56.368002) (width 2) (layer "F.Cu") (net 3) (tstamp 62ca3146-2911-429a-b804-917ccfaa7bdd)) - (segment (start 216.100011 68.850011) (end 219.5 72.25) (width 2) (layer "F.Cu") (net 3) (tstamp 832d7977-8998-495d-be04-34e805a70737)) - (segment (start 219.5 54) (end 217.647514 54) (width 0.3) (layer "F.Cu") (net 3) (tstamp 9e9ce2d1-e3b2-43f5-b575-9634f927e6a8)) - (segment (start 214.629659 57.017855) (end 214.629659 57.58354) (width 0.3) (layer "F.Cu") (net 3) (tstamp 9ecec0dc-96d8-43b7-ac70-f43dfaa4c351)) - (segment (start 217.647514 54) (end 214.629659 57.017855) (width 0.3) (layer "F.Cu") (net 3) (tstamp f92e0099-d599-4295-93bd-915d2c8f6c82)) - (via (at 214.629659 57.58354) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 3) (tstamp 346123c7-d258-4e43-af38-843eb317f0b6)) - (segment (start 214.25 57.963199) (end 214.629659 57.58354) (width 0.3) (layer "B.Cu") (net 3) (tstamp 1d2739be-6fb6-43fe-b6e6-3dccdf4cdd96)) - (segment (start 214.25 58.625) (end 214.25 57.963199) (width 0.3) (layer "B.Cu") (net 3) (tstamp c3b9f8fe-8a5b-46c6-a638-1cd0c13036c8)) - (segment (start 229.5 80.75) (end 230.5 80.75) (width 0.25) (layer "F.Cu") (net 4) (tstamp e278b344-63fe-45ff-bb03-cb52d3d35a2e)) - (via (at 229.5 80.75) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 4) (tstamp 292dfb89-f304-4157-b761-c31928a2ab2f)) - (segment (start 228.625 80.75) (end 229.5 80.75) (width 0.25) (layer "B.Cu") (net 4) (tstamp 6b7d95fe-ddc8-4f28-8dc0-0c4258031bd6)) - (segment (start 230.375 79.25) (end 229.5 79.25) (width 0.25) (layer "F.Cu") (net 5) (tstamp 04f00d73-4974-45fe-be9f-c55022daa9f6)) - (via (at 229.5 79.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp a05a643f-0724-459e-a929-13b828d04061)) - (segment (start 229.5 79.25) (end 228.5 79.25) (width 0.25) (layer "B.Cu") (net 5) (tstamp 39d1690f-5a56-4d71-bd5d-48494efa0b3c)) - (segment (start 230.25 77.75) (end 230.5 77.75) (width 0.25) (layer "F.Cu") (net 6) (tstamp 46e5dc63-1388-4e13-b74b-5df39a37e561)) - (segment (start 229.5 77.75) (end 230.25 77.75) (width 0.25) (layer "F.Cu") (net 6) (tstamp b5e4ceee-135b-4404-ab29-66f0145be2ab)) - (via (at 229.5 77.75) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 6) (tstamp 61f1645b-2703-4859-97b5-0a52d0a812c5)) - (segment (start 228.625 77.75) (end 229.5 77.75) (width 0.25) (layer "B.Cu") (net 6) (tstamp 668f61f1-c2c1-4d9f-875e-43038338b139)) - (segment (start 228.844212 60.73315) (end 228.844212 60.155788) (width 0.25) (layer "F.Cu") (net 7) (tstamp 13d682b1-ec01-4af0-bac0-111e3a82ac15)) - (segment (start 224.5 64.914998) (end 223.777679 64.192677) (width 0.25) (layer "F.Cu") (net 7) (tstamp 19b24960-f3ae-4ead-9d77-c5c438f4fb38)) - (segment (start 223.777679 64.192677) (end 218.265706 64.192677) (width 0.25) (layer "F.Cu") (net 7) (tstamp 41bafd8e-e2be-474c-a7ae-b3caeebb87e1)) - (segment (start 227.25 58.5) (end 229.25 58.5) (width 0.25) (layer "F.Cu") (net 7) (tstamp 42060645-1cfa-4287-af79-a9e0769270fd)) - (segment (start 229 60) (end 228.485003 59.5) (width 0.25) (layer "F.Cu") (net 7) (tstamp 45329500-2f57-445c-a1b3-80e0ea628351)) - (segment (start 229.25 58.5) (end 229.5 58.75) (width 0.25) (layer "F.Cu") (net 7) (tstamp 48bb4dc0-38dd-4089-bd0c-a988f0b7279d)) - (segment (start 230.175001 61.189998) (end 229 60) (width 0.25) (layer "F.Cu") (net 7) (tstamp 548d0ade-7a81-42c1-b86a-fc7d682731e9)) - (segment (start 218.265706 64.192677) (end 217.700021 64.192677) (width 0.25) (layer "F.Cu") (net 7) (tstamp 5c190430-8e1a-4f33-a53e-d9fd3bd3f12c)) - (segment (start 229.25 70.5) (end 230.175001 69.574999) (width 0.25) (layer "F.Cu") (net 7) (tstamp 5d6ae843-feac-48ca-b1ef-7e52529b521d)) - (segment (start 228.844212 60.155788) (end 229 60) (width 0.25) (layer "F.Cu") (net 7) (tstamp 611f48f7-cc78-4a3e-ad39-950a65ccf462)) - (segment (start 228.485003 59.5) (end 227.25 59.5) (width 0.25) (layer "F.Cu") (net 7) (tstamp 6902b62b-6ee6-4134-9ee8-cd22164b7eed)) - (segment (start 228.35 70.5) (end 229.25 70.5) (width 0.25) (layer "F.Cu") (net 7) (tstamp 75336334-1601-4d47-9cb7-81e3a82a2c9d)) - (segment (start 227.45 70.5) (end 224.5 67.55) (width 0.25) (layer "F.Cu") (net 7) (tstamp 753cc53b-4896-4025-bc6c-29fe113f155a)) - (segment (start 230.175001 69.574999) (end 230.175001 61.189998) (width 0.25) (layer "F.Cu") (net 7) (tstamp 7ebac9ae-f365-4945-87e6-b87ac0c3a7bd)) - (segment (start 228.35 70.5) (end 227.45 70.5) (width 0.25) (layer "F.Cu") (net 7) (tstamp a0f3fc48-7eaf-4f2e-bb3f-fb1a8ccba4f7)) - (segment (start 224.5 67.55) (end 224.5 64.914998) (width 0.25) (layer "F.Cu") (net 7) (tstamp e3d64fe8-9bff-410e-b7ca-429dc0021dfd)) - (via (at 217.700021 64.192677) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 7) (tstamp 326b3887-f7d5-4b28-a0e6-1e278a6af84b)) - (via (at 229.5 58.75) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 7) (tstamp 77652088-ab8c-4f39-84e4-69a9b74098af)) - (via (at 228.844212 60.73315) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 7) (tstamp 954ebf8e-3a60-426d-9154-8a95f89e435d)) - (segment (start 214.25 64.125) (end 216 64.125) (width 0.3) (layer "B.Cu") (net 7) (tstamp 0c53e0c0-ab1e-4b45-9e22-98c8fc4f8865)) - (segment (start 217.632344 64.125) (end 217.700021 64.192677) (width 0.25) (layer "B.Cu") (net 7) (tstamp 1fcacf31-4510-4e35-99e8-f052d6c4c521)) - (segment (start 211.6125 62.925) (end 213.05 62.925) (width 0.3) (layer "B.Cu") (net 7) (tstamp 36cea3d2-c00e-449b-803f-e53036a2b992)) - (segment (start 216 64.125) (end 217.632344 64.125) (width 0.25) (layer "B.Cu") (net 7) (tstamp 52db2c3d-fe7e-431b-a853-f797438b0207)) - (segment (start 213.05 62.925) (end 213.750928 63.625928) (width 0.3) (layer "B.Cu") (net 7) (tstamp 93c4a87c-60de-4cd4-a533-701b563ffc10)) - (segment (start 229.5 58.75) (end 229.5 60.077362) (width 0.25) (layer "B.Cu") (net 7) (tstamp ab0e2dcb-54c8-4522-9bea-a74c16652dfb)) - (segment (start 229.5 60.077362) (end 228.844212 60.73315) (width 0.25) (layer "B.Cu") (net 7) (tstamp ee695912-721c-408e-b75c-267dd33beeda)) - (segment (start 213.750928 63.625928) (end 214.25 64.125) (width 0.3) (layer "B.Cu") (net 7) (tstamp fac6b345-57d6-412a-91fa-c48f0a5141f3)) - (segment (start 208.051124 63.821818) (end 207.558248 63.328942) (width 0.25) (layer "F.Cu") (net 8) (tstamp 03a581eb-67a0-4b7f-9b1f-530d10e58811)) - (segment (start 227.25 59) (end 228.636411 59) (width 0.25) (layer "F.Cu") (net 8) (tstamp 1463dfd3-304a-43c1-ab17-a025d78f7c34)) - (segment (start 227.45 71.15) (end 224.04999 67.74999) (width 0.25) (layer "F.Cu") (net 8) (tstamp 2a755b38-476a-4a1d-bf0a-1dd0bc93d36c)) - (segment (start 224.04999 66.92499) (end 223.70001 66.57501) (width 0.25) (layer "F.Cu") (net 8) (tstamp 34f0820d-fd08-44d5-953d-4d1e79f3ebeb)) - (segment (start 224.04999 67.74999) (end 224.04999 66.92499) (width 0.25) (layer "F.Cu") (net 8) (tstamp 42fbca89-3ad6-4814-9eea-c76f36434ba8)) - (segment (start 225.924999 59.075001) (end 225.924999 59.924999) (width 0.25) (layer "F.Cu") (net 8) (tstamp 4a7903b8-2a5b-4779-ac93-36da1c65c093)) - (segment (start 229.25 71.15) (end 228.35 71.15) (width 0.25) (layer "F.Cu") (net 8) (tstamp 4eead5ca-7be1-4864-bc0b-f7462747c2fd)) - (segment (start 226 59) (end 225.924999 59.075001) (width 0.25) (layer "F.Cu") (net 8) (tstamp 68c610c9-11a0-4005-8d20-0a1c07fa90df)) - (segment (start 223.70001 66.57501) (end 217.78519 66.57501) (width 0.25) (layer "F.Cu") (net 8) (tstamp 9a11602f-38da-486b-86ec-554db630b836)) - (segment (start 226 60) (end 227.25 60) (width 0.25) (layer "F.Cu") (net 8) (tstamp c10b79d7-ea1c-45f9-ba5f-9d6ed3913194)) - (segment (start 230.625012 60.988601) (end 230.625012 69.774988) (width 0.25) (layer "F.Cu") (net 8) (tstamp c665c60e-64a4-44a4-8613-1287dbb82bcf)) - (segment (start 228.35 71.15) (end 227.45 71.15) (width 0.25) (layer "F.Cu") (net 8) (tstamp c885c14a-6f84-4a50-9324-8a6ed77238e8)) - (segment (start 230.625012 69.774988) (end 229.25 71.15) (width 0.25) (layer "F.Cu") (net 8) (tstamp ce6868dc-e96e-4e7a-b456-212ddecb9632)) - (segment (start 228.636411 59) (end 230.625012 60.988601) (width 0.25) (layer "F.Cu") (net 8) (tstamp d147768b-be29-4ea9-af0d-56fbe555419a)) - (segment (start 211.64926 63.821818) (end 208.051124 63.821818) (width 0.25) (layer "F.Cu") (net 8) (tstamp d309b39c-0f72-4c99-85a0-46e74b98ff14)) - (segment (start 227.25 59) (end 226 59) (width 0.25) (layer "F.Cu") (net 8) (tstamp d927c813-cce0-43cf-8dd2-710b153105f1)) - (segment (start 217.78519 66.57501) (end 217.700021 66.489841) (width 0.25) (layer "F.Cu") (net 8) (tstamp eb10a569-3bed-4957-8825-8dbdf6cc29ee)) - (segment (start 225.924999 59.924999) (end 226 60) (width 0.25) (layer "F.Cu") (net 8) (tstamp f8e36c23-b9cb-4a90-85bc-f33deceb918f)) - (via (at 207.558248 63.328942) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 8) (tstamp 4831304e-ee6b-4361-946b-5eb6a0622d18)) - (via (at 217.700021 66.489841) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 8) (tstamp 77ca1eef-6084-4bcd-baac-7f87dfa8fc0c)) - (via (at 211.64926 63.821818) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 8) (tstamp d3e98e54-82b6-466c-acd7-6d2463c8a414)) - (segment (start 207.154306 62.925) (end 207.558248 63.328942) (width 0.25) (layer "B.Cu") (net 8) (tstamp 03899dc4-a344-4120-b39e-c70db830cf94)) - (segment (start 217.700021 66.489841) (end 214.317283 66.489841) (width 0.25) (layer "B.Cu") (net 8) (tstamp 080d25e1-73e7-4ef3-ba2a-2b9b461c830a)) - (segment (start 205.8875 62.925) (end 205.61679 63.19571) (width 0.3) (layer "B.Cu") (net 8) (tstamp 314c8947-27ba-4053-b3df-adfddcc2c9f7)) - (segment (start 200.5 62.625) (end 202.25 62.625) (width 0.3) (layer "B.Cu") (net 8) (tstamp 32100b3a-f7c3-4c61-a49d-3a4c8310db9d)) - (segment (start 212.049259 64.221817) (end 211.64926 63.821818) (width 0.25) (layer "B.Cu") (net 8) (tstamp 35811285-f917-497c-931e-33fc6ca5da2a)) - (segment (start 205.61679 63.19571) (end 202.82071 63.19571) (width 0.3) (layer "B.Cu") (net 8) (tstamp 7483994e-afaf-4fce-87ee-96eb0b6ed47a)) - (segment (start 202.82071 63.19571) (end 202.749072 63.124072) (width 0.3) (layer "B.Cu") (net 8) (tstamp 827932a7-4e44-47c2-8dcb-cabd9d63af69)) - (segment (start 205.8875 62.925) (end 207.154306 62.925) (width 0.25) (layer "B.Cu") (net 8) (tstamp 96768f57-cd01-4493-88c3-a523e733916a)) - (segment (start 202.749072 63.124072) (end 202.25 62.625) (width 0.3) (layer "B.Cu") (net 8) (tstamp e36da845-83cd-4f02-943b-fffc239dc8d2)) - (segment (start 214.317283 66.489841) (end 212.049259 64.221817) (width 0.25) (layer "B.Cu") (net 8) (tstamp ef1b1e1c-bbc5-401f-a898-a397d5504cec)) - (segment (start 210.00001 66.848674) (end 209.148674 66.848674) (width 0.3) (layer "F.Cu") (net 9) (tstamp 05136181-f637-4ad7-85cf-c3800126f933)) - (segment (start 207.971855 61.805331) (end 207.971855 60.269192) (width 0.3) (layer "F.Cu") (net 9) (tstamp 149f063a-70e6-42e7-b8fb-38b3b612a351)) - (segment (start 206.808246 62.96894) (end 207.971855 61.805331) (width 0.3) (layer "F.Cu") (net 9) (tstamp 3bd57662-55ce-4cf1-bfb4-91d91d90b568)) - (segment (start 207.203999 59.501336) (end 207.203999 57.896001) (width 0.3) (layer "F.Cu") (net 9) (tstamp 40792525-71ff-47ec-975b-a9fc08ab663f)) - (segment (start 207.203999 57.896001) (end 207.659393 57.440607) (width 0.3) (layer "F.Cu") (net 9) (tstamp 5061ca57-204f-4777-bbbf-f3b362947876)) - (segment (start 206.808246 64.508246) (end 206.808246 62.96894) (width 0.3) (layer "F.Cu") (net 9) (tstamp 51d9a5ff-3768-473f-b3b2-9c54811b5058)) - (segment (start 209.148674 66.848674) (end 206.808246 64.508246) (width 0.3) (layer "F.Cu") (net 9) (tstamp 5361206c-cf67-424e-af90-f495dfd04a10)) - (segment (start 207.659393 57.440607) (end 208.755807 57.440607) (width 0.3) (layer "F.Cu") (net 9) (tstamp 5a84835f-c9fb-4b36-9efe-7f046f619aca)) - (segment (start 207.971855 60.269192) (end 207.203999 59.501336) (width 0.3) (layer "F.Cu") (net 9) (tstamp bc0e1bf8-1b53-434f-a976-28b74c58bb3d)) - (via (at 208.755807 57.440607) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 9) (tstamp 46440aa5-415d-4273-b1d2-bdf811437aa9)) - (via (at 210.00001 66.848674) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 9) (tstamp 9fcc1501-e32c-48ec-947e-e69aed053e19)) - (segment (start 208.755807 58.021492) (end 208.755807 58.006292) (width 0.3) (layer "B.Cu") (net 9) (tstamp 2f6dbb83-3175-4e48-817a-56fdbefa2525)) - (segment (start 209.5 85.25) (end 207.599988 83.349988) (width 0.3) (layer "B.Cu") (net 9) (tstamp 40123fbb-a5eb-49b9-9ca2-f397eccf7380)) - (segment (start 211.75 59.05) (end 209.784315 59.05) (width 0.3) (layer "B.Cu") (net 9) (tstamp 419a2a4d-b8cc-4bdf-91fb-e5f6eb970e7c)) - (segment (start 210.00001 72.49999) (end 210.00001 67.414359) (width 0.3) (layer "B.Cu") (net 9) (tstamp 45ebe6bd-248a-4cab-8830-2593a67ac84e)) - (segment (start 208.755807 58.006292) (end 208.755807 57.440607) (width 0.3) (layer "B.Cu") (net 9) (tstamp 685fd0dd-b311-4041-8ddb-1806af3deeb9)) - (segment (start 210.00001 67.414359) (end 210.00001 66.848674) (width 0.3) (layer "B.Cu") (net 9) (tstamp 7b55ae47-3314-4af2-aab5-82e8dfbad01a)) - (segment (start 207.599988 83.349988) (end 207.599988 74.900012) (width 0.3) (layer "B.Cu") (net 9) (tstamp ca8125b2-94b3-423a-87ab-0789b754327c)) - (segment (start 207.599988 74.900012) (end 210.00001 72.49999) (width 0.3) (layer "B.Cu") (net 9) (tstamp cb45ee2f-d9de-4220-88aa-c306209bacd9)) - (segment (start 209.784315 59.05) (end 208.755807 58.021492) (width 0.3) (layer "B.Cu") (net 9) (tstamp f074b4a9-9e47-41d7-9e35-896af187e1c0)) - (segment (start 199.100002 73.389994) (end 198.85 73.639996) (width 0.3) (layer "F.Cu") (net 10) (tstamp 0ea3b494-41e8-47e1-970a-c7c9a8284fb7)) - (segment (start 198.85 74.284315) (end 198.85 74.85) (width 0.3) (layer "F.Cu") (net 10) (tstamp 168cb99e-65b6-40c0-908c-11e78f17769a)) - (segment (start 199.100002 67.95) (end 199.100002 73.389994) (width 0.3) (layer "F.Cu") (net 10) (tstamp 3ef6bdc9-518f-40a7-b7e0-6e14df38a106)) - (segment (start 198.85 73.639996) (end 198.85 74.284315) (width 0.3) (layer "F.Cu") (net 10) (tstamp 59469842-ff9e-4bc8-80e0-d9ef7288ebbd)) - (via (at 199.100002 67.95) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 10) (tstamp 0e0bb21e-ff12-40bf-9726-2d67ce7dd2a9)) - (via (at 198.85 74.85) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 10) (tstamp 4cb1c1cc-ff61-4a9e-8847-4f8e0e3c6f08)) - (segment (start 205.05 57.075) (end 205.8875 57.075) (width 0.3) (layer "B.Cu") (net 10) (tstamp 60e5d03b-3160-4712-824b-85f8def6b6f2)) - (segment (start 198.85 82.08) (end 198.85 75.415685) (width 0.3) (layer "B.Cu") (net 10) (tstamp 6747fb6d-49fd-433f-804c-fb7ff4efa353)) - (segment (start 204.25 85.25) (end 202.02 85.25) (width 0.3) (layer "B.Cu") (net 10) (tstamp 837f8829-28f0-4986-8d48-828992c94fa6)) - (segment (start 199.174979 67.309338) (end 199.174979 60.137033) (width 0.3) (layer "B.Cu") (net 10) (tstamp b6238810-9dd5-4fc1-a47d-604356f796ad)) - (segment (start 202.02 85.25) (end 198.85 82.08) (width 0.3) (layer "B.Cu") (net 10) (tstamp bd38bee7-9a26-4927-b6b3-9ffbfe39f061)) - (segment (start 199.100002 67.95) (end 199.100002 67.384315) (width 0.3) (layer "B.Cu") (net 10) (tstamp d74830ec-2e42-484f-a430-c83fe448d9da)) - (segment (start 198.85 75.415685) (end 198.85 74.85) (width 0.3) (layer "B.Cu") (net 10) (tstamp e1c5fd71-92fb-4079-a3ee-c709f82a780e)) - (segment (start 202.237012 57.075) (end 205.05 57.075) (width 0.3) (layer "B.Cu") (net 10) (tstamp fc93b3a7-7adc-4aaf-8946-5e601650561e)) - (segment (start 199.100002 67.384315) (end 199.174979 67.309338) (width 0.3) (layer "B.Cu") (net 10) (tstamp fd424585-3ba8-4101-b4bf-195f03d1b2e5)) - (segment (start 199.174979 60.137033) (end 202.237012 57.075) (width 0.3) (layer "B.Cu") (net 10) (tstamp fd896f54-6c10-403c-94fc-03bd1e6d3be9)) - (segment (start 199.850012 73.849994) (end 199.750006 73.95) (width 0.3) (layer "F.Cu") (net 11) (tstamp 73960b88-ac55-4289-b77a-4a34392bdec6)) - (segment (start 199.850012 69.15) (end 199.850012 73.849994) (width 0.3) (layer "F.Cu") (net 11) (tstamp e025985c-d92a-420c-adbb-f982ebb13c52)) - (via (at 199.850012 69.15) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 11) (tstamp 3f300e8d-3c24-45ea-84cf-f9484a38713a)) - (via (at 199.750006 73.95) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 11) (tstamp f71a747b-7fa7-4d27-9e9d-ac2c8bbf7958)) - (segment (start 199.750006 78.249994) (end 199.750006 74.515685) (width 0.3) (layer "B.Cu") (net 11) (tstamp 09b117bf-6e2f-47d5-910e-24407c62bbd1)) - (segment (start 199.750006 78.25) (end 199.750006 78.295004) (width 0.25) (layer "B.Cu") (net 11) (tstamp 0c3da383-12de-4bf5-bb1b-431547f8a533)) - (segment (start 199.67499 67.414986) (end 199.850012 67.590008) (width 0.3) (layer "B.Cu") (net 11) (tstamp 32749f71-1f5b-462e-b55c-b3ab6b3bb0a8)) - (segment (start 199.67499 60.344144) (end 199.67499 67.414986) (width 0.3) (layer "B.Cu") (net 11) (tstamp 4e72b17a-785f-4fd9-83f8-be95358b010a)) - (segment (start 202.294134 57.725) (end 199.67499 60.344144) (width 0.3) (layer "B.Cu") (net 11) (tstamp 5717575d-eeb1-470d-9763-03f841c05c09)) - (segment (start 199.850012 67.590008) (end 199.850012 68.584315) (width 0.3) (layer "B.Cu") (net 11) (tstamp 69c32a13-436b-48b3-b2c7-90f787a45488)) - (segment (start 205.8875 57.725) (end 202.294134 57.725) (width 0.3) (layer "B.Cu") (net 11) (tstamp 781734ac-4b08-47bb-99d1-1150df1c651d)) - (segment (start 199.75 78.25) (end 199.750006 78.249994) (width 0.3) (layer "B.Cu") (net 11) (tstamp a7defafa-6156-4afc-8a07-e06127d088e5)) - (segment (start 199.850012 68.584315) (end 199.850012 69.15) (width 0.3) (layer "B.Cu") (net 11) (tstamp b84f2c65-c678-424e-ae6e-adeb599b41de)) - (segment (start 199.750006 74.515685) (end 199.750006 73.95) (width 0.3) (layer "B.Cu") (net 11) (tstamp d65f57fd-07a3-4fe6-9daa-eb3e9d301cac)) - (segment (start 199.750006 78.295004) (end 206.705002 85.25) (width 0.3) (layer "B.Cu") (net 11) (tstamp ea8eaea0-2664-4029-859a-7e4a6a1601f9)) - (segment (start 212.04 81.25) (end 212.04 65.32256) (width 0.25) (layer "B.Cu") (net 12) (tstamp 14bf0f57-7d1a-45f5-99ff-2d6d2097e88a)) - (segment (start 212.04 65.32256) (end 210.45 63.73256) (width 0.3) (layer "B.Cu") (net 12) (tstamp 4fb824eb-c24e-46dd-b8d1-07db14ce68b5)) - (segment (start 210.45 63.73256) (end 210.45 62.65) (width 0.3) (layer "B.Cu") (net 12) (tstamp 669875b8-5e46-4b24-9b20-934ad6859b7d)) - (segment (start 210.45 62.65) (end 210.825 62.275) (width 0.3) (layer "B.Cu") (net 12) (tstamp 743b0d14-7e1c-4918-94fa-737672bcd660)) - (segment (start 210.825 62.275) (end 211.6125 62.275) (width 0.3) (layer "B.Cu") (net 12) (tstamp 9a8b25de-a73c-4311-9191-f9929bffad65)) - (segment (start 209.94999 62.442888) (end 210.767878 61.625) (width 0.3) (layer "B.Cu") (net 13) (tstamp 4cea94c7-603d-492e-9b66-7d8b4207dd21)) - (segment (start 209.5 74.798543) (end 211.450023 72.84852) (width 0.3) (layer "B.Cu") (net 13) (tstamp 5172049b-09dd-4013-b28b-44562b26d919)) - (segment (start 211.450023 65.439705) (end 209.949989 63.939671) (width 0.3) (layer "B.Cu") (net 13) (tstamp 5c36ca04-872c-45ee-9f58-89134a1aa82f)) - (segment (start 211.450023 72.84852) (end 211.450023 65.439705) (width 0.3) (layer "B.Cu") (net 13) (tstamp 5cbdec47-9a16-4811-be6b-c4a2a02bd626)) - (segment (start 210.875 61.625) (end 211.6125 61.625) (width 0.3) (layer "B.Cu") (net 13) (tstamp cbdae07e-f8a8-41b6-8954-bdf9ee0d75ef)) - (segment (start 209.949989 63.939671) (end 209.94999 62.442888) (width 0.3) (layer "B.Cu") (net 13) (tstamp dc35ac52-aae9-4f39-9a20-556151836dc2)) - (segment (start 210.767878 61.625) (end 210.875 61.625) (width 0.3) (layer "B.Cu") (net 13) (tstamp de03e567-0ab0-4aa0-8909-7c3561e0e0df)) - (segment (start 209.5 81.25) (end 209.5 74.798543) (width 0.25) (layer "B.Cu") (net 13) (tstamp f475240e-17f1-41f0-8bfa-8ab408559a08)) - (segment (start 189.75 67) (end 189.75 67) (width 2) (layer "F.Cu") (net 14) (tstamp 00000000-0000-0000-0000-00005e8631fe)) - (segment (start 192.75 68) (end 191 68) (width 2) (layer "F.Cu") (net 14) (tstamp 091b41d7-35a6-49c8-95e8-147f96702d05)) - (segment (start 197.5 68) (end 192.75 68) (width 2) (layer "F.Cu") (net 14) (tstamp 2bf97d02-9b25-47b0-87fe-f22710395b5d)) - (segment (start 190 67) (end 189.75 67) (width 2) (layer "F.Cu") (net 14) (tstamp cf656f83-3e91-4066-93f3-e763ad25e7df)) - (segment (start 191 68) (end 190 67) (width 2) (layer "F.Cu") (net 14) (tstamp ff878e11-861d-4fa1-aca0-7cbecf67329d)) - (via (at 189 67) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 14) (tstamp 00000000-0000-0000-0000-00005e8631cb)) - (via (at 189 68) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 14) (tstamp 00000000-0000-0000-0000-00005e8631ce)) - (via (at 189 66) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 14) (tstamp 00000000-0000-0000-0000-00005e8631e6)) - (via (at 191 68) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 14) (tstamp 00000000-0000-0000-0000-00005e8631ef)) - (via (at 191 67) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 14) (tstamp 00000000-0000-0000-0000-00005e8631f2)) - (via (at 191 66) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 14) (tstamp 00000000-0000-0000-0000-00005e8631fb)) - (via (at 190 68) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 14) (tstamp 00000000-0000-0000-0000-00005e863207)) - (via (at 190 67) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 14) (tstamp 00000000-0000-0000-0000-00005e86320a)) - (via (at 190 66) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 14) (tstamp 00000000-0000-0000-0000-00005e86320d)) - (segment (start 190 73) (end 197.5 80.5) (width 2) (layer "F.Cu") (net 15) (tstamp 08836c9c-0686-48dc-bfe9-844a5e30ef1d)) - (segment (start 197.5 80.5) (end 197.5 86.25) (width 2) (layer "F.Cu") (net 15) (tstamp 594e3029-77d7-4760-ad1a-f10c78882802)) - (via (at 190 72) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 15) (tstamp 00000000-0000-0000-0000-00005e863102)) - (via (at 191 74) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 15) (tstamp 00000000-0000-0000-0000-00005e863105)) - (via (at 190 74) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 15) (tstamp 00000000-0000-0000-0000-00005e863114)) - (via (at 191 73) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 15) (tstamp 00000000-0000-0000-0000-00005e863117)) - (via (at 189 73) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 15) (tstamp 00000000-0000-0000-0000-00005e8631d1)) - (via (at 189 72) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 15) (tstamp 00000000-0000-0000-0000-00005e8631d4)) - (via (at 189 74) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 15) (tstamp 00000000-0000-0000-0000-00005e8631d7)) - (via (at 190 73) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 15) (tstamp 00000000-0000-0000-0000-00005e8631da)) - (via (at 191 72) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 15) (tstamp 00000000-0000-0000-0000-00005e8631dd)) - (segment (start 224.948872 76.458854) (end 225.200001 76.709983) (width 0.3) (layer "F.Cu") (net 16) (tstamp 10e14aec-675d-40a5-8891-d6261ae4f638)) - (segment (start 212.649992 69.657112) (end 212.649959 69.657145) (width 0.3) (layer "F.Cu") (net 16) (tstamp 322bb3c9-70c4-4e8a-9bf5-caf92583299c)) - (segment (start 225.200001 76.709983) (end 225.200001 80.000013) (width 0.3) (layer "F.Cu") (net 16) (tstamp 374c1851-52f8-4eec-93aa-8ee259ae42ce)) - (segment (start 212.200032 63.200032) (end 212.068662 63.200032) (width 0.3) (layer "F.Cu") (net 16) (tstamp 559f2134-6f90-4a86-9882-8620f69668ed)) - (segment (start 209.946147 61.077517) (end 209.399505 61.077517) (width 0.3) (layer "F.Cu") (net 16) (tstamp 570a1c8f-d624-47b2-818f-c82297c24564)) - (segment (start 217.330366 76.458854) (end 224.948872 76.458854) (width 0.3) (layer "F.Cu") (net 16) (tstamp 57324b96-07b2-4d50-89b4-bd0d3951ed20)) - (segment (start 212.068662 63.200032) (end 209.946147 61.077517) (width 0.3) (layer "F.Cu") (net 16) (tstamp 63f2e69a-6007-4f76-a341-9ca20a49e141)) - (segment (start 212.649959 69.657145) (end 212.649959 71.778447) (width 0.3) (layer "F.Cu") (net 16) (tstamp aafbb54f-5832-4038-82c2-5073cc2e175f)) - (segment (start 212.649992 63.649992) (end 212.200032 63.200032) (width 0.3) (layer "F.Cu") (net 16) (tstamp b4265096-cec5-4cce-97dd-6e0ad569b1fb)) - (segment (start 225.200001 80.000013) (end 225.550001 80.350013) (width 0.3) (layer "F.Cu") (net 16) (tstamp bc3af80a-fcc6-4bb5-9a69-d19999b75320)) - (segment (start 212.649992 69.657112) (end 212.649992 63.649992) (width 0.3) (layer "F.Cu") (net 16) (tstamp c55562ea-bac0-4fc0-a16d-0b1e144549de)) - (segment (start 225.550001 80.350013) (end 225.95 80.750012) (width 0.3) (layer "F.Cu") (net 16) (tstamp ca510583-7a72-4ebf-a119-2c40b88bb8fd)) - (segment (start 212.649992 69.649992) (end 212.649992 69.657112) (width 0.3) (layer "F.Cu") (net 16) (tstamp cbdaa345-f6bf-41d1-9db4-9d252dca0cce)) - (segment (start 212.649959 71.778447) (end 217.330366 76.458854) (width 0.3) (layer "F.Cu") (net 16) (tstamp e59bcc4c-f202-4e49-82cf-3a1be2b825d3)) - (segment (start 209.399505 61.077517) (end 208.999506 60.677518) (width 0.3) (layer "F.Cu") (net 16) (tstamp fe2cfb3d-3c1f-40a1-b2b4-243829dc8147)) - (via (at 208.999506 60.677518) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 16) (tstamp 46a0309d-43a1-4104-b7bb-2b0edd45ae10)) - (via (at 225.95 80.750012) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 16) (tstamp ba270ae9-8e64-4a8e-8387-6f8344482adf)) - (segment (start 208.433821 60.677518) (end 208.999506 60.677518) (width 0.3) (layer "B.Cu") (net 16) (tstamp 3e83b644-bda7-4ac7-87dc-7f22f2a7ff9c)) - (segment (start 207.561339 61.55) (end 208.433821 60.677518) (width 0.3) (layer "B.Cu") (net 16) (tstamp 8b1a175d-80ed-4c0d-a4a6-ecc5843c4cb6)) - (segment (start 225.950012 80.75) (end 225.95 80.750012) (width 0.3) (layer "B.Cu") (net 16) (tstamp 99b39c7f-547a-4ecc-8c58-ab79634322f7)) - (segment (start 226.875 80.75) (end 225.950012 80.75) (width 0.3) (layer "B.Cu") (net 16) (tstamp a3dd54a6-613d-4c1e-a5d1-e5543d481e80)) - (segment (start 205.85 61.55) (end 207.561339 61.55) (width 0.3) (layer "B.Cu") (net 16) (tstamp bb8eec23-b23c-44f5-8b35-a778ef9d8a8c)) - (segment (start 209.112554 59.536802) (end 208.695626 59.536802) (width 0.3) (layer "F.Cu") (net 17) (tstamp 1483ecfc-48d6-4fc3-a902-16abe4f79cab)) - (segment (start 213.150002 71.571368) (end 213.150002 63.384317) (width 0.3) (layer "F.Cu") (net 17) (tstamp 2dc1d943-93dc-4e15-bcbb-ad6fc47259d4)) - (segment (start 208.695626 59.536802) (end 208.295627 59.136803) (width 0.3) (layer "F.Cu") (net 17) (tstamp 66739301-09a1-4e63-86e1-223b1482b05d)) - (segment (start 212.275774 62.700022) (end 209.112554 59.536802) (width 0.3) (layer "F.Cu") (net 17) (tstamp 70fb404e-6fdb-4154-9910-d53f6111ee71)) - (segment (start 225.950002 76.752862) (end 225.155983 75.958843) (width 0.3) (layer "F.Cu") (net 17) (tstamp 9625d4b2-055e-49a4-9f50-f7c5572b093a)) - (segment (start 212.465708 62.700023) (end 212.275774 62.700022) (width 0.3) (layer "F.Cu") (net 17) (tstamp ac659f76-4541-402c-a2e6-04c7de60b137)) - (segment (start 217.537476 75.958842) (end 213.150002 71.571368) (width 0.3) (layer "F.Cu") (net 17) (tstamp d000953b-a37f-47de-b907-8393caa6f227)) - (segment (start 225.155983 75.958843) (end 217.537476 75.958842) (width 0.3) (layer "F.Cu") (net 17) (tstamp f743fb33-b6f4-4e0b-85c3-1d9fe2a6e9b7)) - (segment (start 213.150002 63.384317) (end 212.465708 62.700023) (width 0.3) (layer "F.Cu") (net 17) (tstamp faec3cef-4662-43bb-ba0b-fe257f98d5b7)) - (segment (start 225.950002 79.25) (end 225.950002 76.752862) (width 0.3) (layer "F.Cu") (net 17) (tstamp fb1fc728-1e95-4150-aa8c-1268b65d4cfa)) - (via (at 208.295627 59.136803) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 17) (tstamp 2cf599a0-f524-404d-8c18-7728ba5ea6ed)) - (via (at 225.950002 79.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 17) (tstamp 52673536-d913-4e10-bd32-73d70aeb1706)) - (segment (start 207.643139 59.05) (end 207.729942 59.136803) (width 0.3) (layer "B.Cu") (net 17) (tstamp 10de23a6-cf6d-40cc-b7e3-746c76f6b993)) - (segment (start 226.875 79.25) (end 225.950002 79.25) (width 0.3) (layer "B.Cu") (net 17) (tstamp 797561b7-53a5-4519-8699-42b0b7566b71)) - (segment (start 205.85 59.05) (end 207.643139 59.05) (width 0.3) (layer "B.Cu") (net 17) (tstamp bfdb23b3-8612-4720-9c3d-fb35d448b296)) - (segment (start 207.729942 59.136803) (end 208.295627 59.136803) (width 0.3) (layer "B.Cu") (net 17) (tstamp daf199fc-8a67-4e30-a6ca-3b1727f84dc0)) - (segment (start 212.746951 62.200013) (end 212.482886 62.200012) (width 0.3) (layer "F.Cu") (net 18) (tstamp 36c18dbf-05ce-4021-ba99-0f8f98beb6c7)) - (segment (start 213.749979 63.203041) (end 212.746951 62.200013) (width 0.3) (layer "F.Cu") (net 18) (tstamp 39c6d2c7-a2c4-4e43-bd03-110c386e6d58)) - (segment (start 213.749979 71.464223) (end 213.749979 63.203041) (width 0.3) (layer "F.Cu") (net 18) (tstamp 4815d01f-7219-4d11-9e4e-0bdc5d9fc9ac)) - (segment (start 226.080157 75.458832) (end 217.744588 75.458832) (width 0.3) (layer "F.Cu") (net 18) (tstamp 659e7cfb-ac92-4851-86a6-9dc76ff61029)) - (segment (start 208.47449 58.191616) (end 207.96906 58.191616) (width 0.3) (layer "F.Cu") (net 18) (tstamp 67369efe-f7bb-45a3-8c4c-c0f556708cb6)) - (segment (start 217.744588 75.458832) (end 213.749979 71.464223) (width 0.3) (layer "F.Cu") (net 18) (tstamp 68104e40-bdcf-4627-b957-12ddaa82db81)) - (segment (start 227.100031 76.478706) (end 226.080157 75.458832) (width 0.3) (layer "F.Cu") (net 18) (tstamp 685491ee-5d35-47f4-8583-af94e6db1595)) - (segment (start 212.482886 62.200012) (end 208.47449 58.191616) (width 0.3) (layer "F.Cu") (net 18) (tstamp 7fb3151f-565f-4172-bf88-7fa6c821fee4)) - (via (at 207.96906 58.191616) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 18) (tstamp b4a57ce0-2332-4144-bf31-8ac1f2dd95b4)) - (via (at 227.100031 76.478706) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 18) (tstamp ccb85bf6-0bf2-41ad-b1c3-b28a614a454d)) - (segment (start 207.244991 58.35) (end 207.403375 58.191616) (width 0.3) (layer "B.Cu") (net 18) (tstamp 4f3065e9-717c-49d0-a4a1-be7b54ec1413)) - (segment (start 205.85 58.35) (end 207.244991 58.35) (width 0.3) (layer "B.Cu") (net 18) (tstamp 5a45b513-6235-4d02-b7f1-069991b4ab44)) - (segment (start 226.875 76.703737) (end 227.100031 76.478706) (width 0.3) (layer "B.Cu") (net 18) (tstamp da64cb81-c6be-4f57-b8bd-7d65b2f0ee6b)) - (segment (start 207.403375 58.191616) (end 207.96906 58.191616) (width 0.3) (layer "B.Cu") (net 18) (tstamp e0ff969b-7ba5-4a87-8b1e-10812842ef5f)) - (segment (start 226.875 77.75) (end 226.875 76.703737) (width 0.3) (layer "B.Cu") (net 18) (tstamp fcea36d7-1a3a-4409-a95d-baf368bddab1)) - (segment (start 212.35 60.325) (end 211.6125 60.325) (width 0.3) (layer "B.Cu") (net 19) (tstamp 1111edcb-0526-46c5-94a0-2ff332951ad3)) - (segment (start 213.599999 60.199999) (end 212.475001 60.199999) (width 0.3) (layer "B.Cu") (net 19) (tstamp 229feb37-4f8a-4d7e-ab22-99fee028331b)) - (segment (start 212.475001 60.199999) (end 212.35 60.325) (width 0.3) (layer "B.Cu") (net 19) (tstamp 3ea0b5dd-5959-4537-97aa-4f3bf54064f2)) - (segment (start 214.25 60.375) (end 213.775 60.375) (width 0.3) (layer "B.Cu") (net 19) (tstamp 442b16c8-56d4-4578-a0e1-6dc9c96035d8)) - (segment (start 213.775 60.375) (end 213.599999 60.199999) (width 0.3) (layer "B.Cu") (net 19) (tstamp 895b6593-0e8b-41ab-a25f-9ced84f2696e)) - (segment (start 214.25 60.375) (end 216 60.375) (width 0.3) (layer "B.Cu") (net 19) (tstamp b0db3ab0-c52a-49b9-b764-ff2e3340affa)) - (via (at 67.75 79.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84becb)) - (via (at 67.75 80.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84becc)) - (via (at 64.75 80.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf01)) - (via (at 64.75 79.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf02)) - (via (at 66.25 79.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf03)) - (via (at 66.25 80.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf04)) - (via (at 63.25 79.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf09)) - (via (at 61.75 79.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf0a)) - (via (at 63.25 80.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf0b)) - (via (at 61.75 80.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf0c)) - (via (at 60.25 80.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf11)) - (via (at 60.25 79.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf12)) - (via (at 58.75 79.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf13)) - (via (at 58.75 80.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf14)) - (via (at 57.25 79.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf19)) - (via (at 57.25 80.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 23) (tstamp 00000000-0000-0000-0000-00005e84bf1a)) - (via (at 67.75 72.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be40)) - (via (at 67.75 73.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be41)) - (via (at 66.25 72.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be76)) - (via (at 64.75 72.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be77)) - (via (at 66.25 73.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be78)) - (via (at 64.75 73.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be79)) - (via (at 61.75 72.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be7e)) - (via (at 61.75 73.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be7f)) - (via (at 63.25 73.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be80)) - (via (at 63.25 72.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be81)) - (via (at 58.75 73.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be86)) - (via (at 60.25 73.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be87)) - (via (at 58.75 72.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be88)) - (via (at 60.25 72.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be89)) - (via (at 57.25 73.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be8e)) - (via (at 57.25 72.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 24) (tstamp 00000000-0000-0000-0000-00005e84be8f)) - (via (at 67.75 67.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bdb6)) - (via (at 67.75 66.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bdb7)) - (via (at 66.25 67.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bdec)) - (via (at 64.75 67.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bded)) - (via (at 64.75 66.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bdee)) - (via (at 66.25 66.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bdef)) - (via (at 63.25 67.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bdf4)) - (via (at 63.25 66.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bdf5)) - (via (at 61.75 66.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bdf6)) - (via (at 61.75 67.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bdf7)) - (via (at 60.25 67.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bdfc)) - (via (at 60.25 66.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bdfd)) - (via (at 58.75 66.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bdfe)) - (via (at 58.75 67.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84bdff)) - (via (at 57.25 67.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84be04)) - (via (at 57.25 66.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 25) (tstamp 00000000-0000-0000-0000-00005e84be05)) - (via (at 67.75 59.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9e4)) - (via (at 67.75 60.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9e5)) - (via (at 66.25 59.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9e8)) - (via (at 66.25 60.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9e9)) - (via (at 64.75 60.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9ec)) - (via (at 64.75 59.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9ed)) - (via (at 63.25 60.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9f0)) - (via (at 63.25 59.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9f1)) - (via (at 61.75 59.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9f4)) - (via (at 61.75 60.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9f5)) - (via (at 60.25 59.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9f8)) - (via (at 60.25 60.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9f9)) - (via (at 58.75 59.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9fc)) - (via (at 58.75 60.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84a9fd)) - (via (at 57.25 60.75) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84aa00)) - (via (at 57.25 59.25) (size 1.4) (drill 0.8) (layers "F.Cu" "B.Cu") (net 26) (tstamp 00000000-0000-0000-0000-00005e84aa01)) - (segment (start 189.75 60) (end 189.75 60) (width 2) (layer "F.Cu") (net 27) (tstamp 00000000-0000-0000-0000-00005e8630fc)) - (segment (start 191 60) (end 189.75 60) (width 2) (layer "F.Cu") (net 27) (tstamp 24ce1138-9393-49a7-a96e-5ab4fb1f8a81)) - (segment (start 197.5 54) (end 194 54) (width 2) (layer "F.Cu") (net 27) (tstamp 262ea6c7-a07d-480a-b7e8-eee09afd91fa)) - (segment (start 194 54) (end 191.75 56.25) (width 2) (layer "F.Cu") (net 27) (tstamp 42596432-a488-44d3-8079-eed17db2f530)) - (segment (start 191.75 59.25) (end 191 60) (width 2) (layer "F.Cu") (net 27) (tstamp ce8fd0a3-54ba-45b2-bdd2-2e0ff88e8c9b)) - (segment (start 191.75 56.25) (end 191.75 59.25) (width 2) (layer "F.Cu") (net 27) (tstamp f6101dc7-86a2-42df-b45d-ea1c9b7de78f)) - (via (at 190 61) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-00005e8630f0)) - (via (at 191 61) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-00005e8630f3)) - (via (at 191 60) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-00005e8630f6)) - (via (at 191 59) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-00005e8630f9)) - (via (at 190 59) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-00005e863108)) - (via (at 190 60) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-00005e86310b)) - (via (at 189 59) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-00005e86310e)) - (via (at 189 61) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-00005e863111)) - (via (at 189 60) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp 00000000-0000-0000-0000-00005e8631f8)) - (via (at 196.45 54.05) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 27) (tstamp d7642516-9937-4e8f-958f-2d6d65671753)) - (segment (start 196.55 53.95) (end 196.45 54.05) (width 0.3) (layer "B.Cu") (net 27) (tstamp 72eede16-654a-4422-ba44-6ee2837722e9)) - (segment (start 200.675 53.95) (end 196.55 53.95) (width 0.3) (layer "B.Cu") (net 27) (tstamp 9a734a50-3c13-4b83-8178-a3cdc82e543e)) - (segment (start 230.375 82.25) (end 229.5 82.25) (width 0.25) (layer "F.Cu") (net 28) (tstamp 72058d32-0300-4520-9f1a-c62b9ebb55fe)) - (via (at 229.5 82.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 28) (tstamp 10d7033e-dc47-45a7-806c-5088829b3826)) - (segment (start 229.5 82.25) (end 228.5 82.25) (width 0.25) (layer "B.Cu") (net 28) (tstamp 675eed4a-4bbd-4b31-abbd-2a24c9e50dd5)) - (segment (start 229.5 83.75) (end 230.25 83.75) (width 0.25) (layer "F.Cu") (net 29) (tstamp c68ac982-381e-4411-ac24-f8fadcecc50f)) - (via (at 229.5 83.75) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 29) (tstamp 08affb47-15ea-4419-8446-9dbc88e57c87)) - (segment (start 228.625 83.75) (end 229.5 83.75) (width 0.25) (layer "B.Cu") (net 29) (tstamp 8ab2fa61-a7d2-4fb1-844f-3190bf1ff648)) - (segment (start 230.375 85.25) (end 229.5 85.25) (width 0.25) (layer "F.Cu") (net 30) (tstamp c04d9bf4-e608-4e8d-b096-a74222a47bab)) - (via (at 229.5 85.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 30) (tstamp fdf4e80d-7378-48b7-bf3f-44ea84ecfc7f)) - (segment (start 229.5 85.25) (end 228.75 85.25) (width 0.25) (layer "B.Cu") (net 30) (tstamp 919b2b8a-61ed-4ede-93d8-063f53b027f0)) - (via (at 191 79) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 00000000-0000-0000-0000-00005e8630ff)) - (via (at 189 80) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 00000000-0000-0000-0000-00005e86311a)) - (via (at 189 81) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 00000000-0000-0000-0000-00005e86311d)) - (via (at 191 81) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 00000000-0000-0000-0000-00005e8631e0)) - (via (at 191 80) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 00000000-0000-0000-0000-00005e8631e3)) - (via (at 189 79) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 00000000-0000-0000-0000-00005e8631e9)) - (via (at 190 79) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 00000000-0000-0000-0000-00005e8631ec)) - (via (at 190 81) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 00000000-0000-0000-0000-00005e863201)) - (via (at 190 80) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 00000000-0000-0000-0000-00005e863204)) - (via (at 196.5 72.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 383f4399-d510-42f5-ac1c-d4e50bc5aada)) - (via (at 195 72.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 41cbc110-b7b8-46f7-9d51-52f91f36c8b8)) - (via (at 195.75 72.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 55e76b50-583a-4891-bd37-334e748ecac5)) - (via (at 197.25 72.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp 67b6dfbe-6838-41b0-8ff6-086b6153d8eb)) - (via (at 198 72.25) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 31) (tstamp d83ac55c-e782-4bdc-b58c-904369ef8c53)) - (segment (start 195.75 72.25) (end 195.75 76.25) (width 2) (layer "B.Cu") (net 31) (tstamp 15565674-0aa7-4270-a261-21ad9ed67ceb)) - (segment (start 197.25 72.25) (end 195.75 72.25) (width 2) (layer "B.Cu") (net 31) (tstamp 1fddcd69-c39a-4c42-a7ea-78d02500169f)) - (segment (start 203.85 66.7) (end 203.7 66.55) (width 0.3) (layer "B.Cu") (net 31) (tstamp 30661132-cb82-4578-9def-794605ddd15e)) - (segment (start 203.85 68.775) (end 203.85 66.7) (width 0.3) (layer "B.Cu") (net 31) (tstamp 431728d5-0c7b-4975-9240-63915f4c3be8)) - (segment (start 195.75 76.25) (end 192 80) (width 2) (layer "B.Cu") (net 31) (tstamp 66bf4bf9-762c-4343-8298-ee7fcb1d8e3b)) - (segment (start 198 72.25) (end 203.7 66.55) (width 0.5) (layer "B.Cu") (net 31) (tstamp 6892c7a6-dac4-44f0-bd01-c846ab7d1433)) - (segment (start 192 80) (end 190 80) (width 2) (layer "B.Cu") (net 31) (tstamp 68b6dbdb-fedb-4a83-b9d2-ca9f69e80a83)) - (segment (start 206 66.75) (end 205.75 66.75) (width 0.5) (layer "B.Cu") (net 31) (tstamp 74011026-571a-4824-9d71-6b64541fc61b)) - (segment (start 203.7 66.55) (end 205.85 66.55) (width 0.5) (layer "B.Cu") (net 31) (tstamp 8cb229c1-05a4-4593-be54-e566fc12c3ab)) - (segment (start 206.25 67) (end 206 66.75) (width 0.5) (layer "B.Cu") (net 31) (tstamp a729cc7b-26e0-4521-b3cd-0cb3136c78cf)) - (segment (start 208.5 67) (end 206.25 67) (width 0.5) (layer "B.Cu") (net 31) (tstamp b57a81a6-668d-4bfb-a4b5-7b9affe05ce9)) - (segment (start 209.25 66.280002) (end 208.55 65.580002) (width 0.3) (layer "B.Cu") (net 32) (tstamp 448237a6-0617-458e-b0e1-e3299a0eaf7e)) - (segment (start 205.525 70.525) (end 205.55 70.55) (width 0.3) (layer "B.Cu") (net 32) (tstamp 487c9c0f-4bc3-46e2-aa37-6fe50fb7ab49)) - (segment (start 206.455002 70.525) (end 209.25 67.730002) (width 0.3) (layer "B.Cu") (net 32) (tstamp 6e238c57-f21a-493a-a236-2fcc7d1bf79c)) - (segment (start 209.25 67.730002) (end 209.25 66.280002) (width 0.3) (layer "B.Cu") (net 32) (tstamp 7d9a37ee-56e2-4d3f-ba21-399ff81e7f3c)) - (segment (start 207.564981 62.275) (end 206.625 62.275) (width 0.3) (layer "B.Cu") (net 32) (tstamp 814bd9cf-3cc2-4168-848f-dda80afb4546)) - (segment (start 205.55 70.525) (end 206.455002 70.525) (width 0.3) (layer "B.Cu") (net 32) (tstamp 8348d7a7-ece0-4ab7-bbe1-0d4e55f06ec7)) - (segment (start 208.55 65.580002) (end 208.55 63.260019) (width 0.3) (layer "B.Cu") (net 32) (tstamp 9f0d8d77-60f0-4789-8ae6-eaf2a1766d20)) - (segment (start 206.625 62.275) (end 205.8875 62.275) (width 0.3) (layer "B.Cu") (net 32) (tstamp b2d9bfe4-128f-498b-ab3f-07ce63ac1157)) - (segment (start 203.85 70.525) (end 205.525 70.525) (width 0.3) (layer "B.Cu") (net 32) (tstamp d0c943f5-3562-4504-93b6-01b138565e09)) - (segment (start 208.55 63.260019) (end 207.564981 62.275) (width 0.3) (layer "B.Cu") (net 32) (tstamp f10fe98d-b269-4571-840c-c637b16cbbee)) - (segment (start 213.05 60.95) (end 213.05 57.984301) (width 0.3) (layer "F.Cu") (net 33) (tstamp 24e3a00d-e0f0-4ab0-b6ca-658d2e924ecf)) - (segment (start 213.05 57.984301) (end 209.315695 54.249996) (width 0.3) (layer "F.Cu") (net 33) (tstamp 66c7a0ab-ec79-462f-80ab-098dbc83ee6f)) - (segment (start 209.315695 54.249996) (end 207.75 54.249996) (width 0.3) (layer "F.Cu") (net 33) (tstamp e9806c51-e433-4528-9d7d-577b3829d3b5)) - (via (at 213.05 60.95) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 33) (tstamp 0a412b94-711e-4845-9f24-6c8763689c1e)) - (via (at 207.75 54.249996) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 33) (tstamp 299e7f09-4e45-4279-a136-746b481353c8)) - (segment (start 204.45 53.95) (end 204.35 53.95) (width 0.3) (layer "B.Cu") (net 33) (tstamp 476d48e6-c4e3-44c2-babe-bd7842b55036)) - (segment (start 207.75 53.684311) (end 207.75 54.249996) (width 0.3) (layer "B.Cu") (net 33) (tstamp 76d077c5-20c6-457d-a0d0-101e859c9c21)) - (segment (start 212.484315 60.95) (end 212.384315 61.05) (width 0.3) (layer "B.Cu") (net 33) (tstamp 815d4c1b-3920-4768-a103-122a3878eff3)) - (segment (start 212.384315 61.05) (end 211.75 61.05) (width 0.3) (layer "B.Cu") (net 33) (tstamp a1c5a79b-a72e-4aab-b70b-183d5e4a5d0a)) - (segment (start 207.190679 53.12499) (end 207.75 53.684311) (width 0.3) (layer "B.Cu") (net 33) (tstamp a799c600-3535-417b-85d4-0b132cbc3a16)) - (segment (start 213.05 60.95) (end 212.484315 60.95) (width 0.3) (layer "B.Cu") (net 33) (tstamp b51de030-bf40-4afd-a3c8-c5c6f916c8dc)) - (segment (start 204.375 53.95) (end 205.20001 53.12499) (width 0.3) (layer "B.Cu") (net 33) (tstamp e6e7f398-1772-438f-808a-f0dbacaf105e)) - (segment (start 202.425 53.95) (end 204.45 53.95) (width 0.3) (layer "B.Cu") (net 33) (tstamp ef4a8688-4a4d-4de0-9bdd-7bf97becc236)) - (segment (start 205.20001 53.12499) (end 207.190679 53.12499) (width 0.3) (layer "B.Cu") (net 33) (tstamp f7f9b836-2a66-405b-8704-d4555bfd9a3c)) - (segment (start 217.547978 77.383588) (end 206.308235 66.143845) (width 0.3) (layer "F.Cu") (net 34) (tstamp 3b49013f-4f3a-4bcd-b323-8771bc0111cc)) - (segment (start 206.308235 66.143845) (end 206.308235 61.542812) (width 0.3) (layer "F.Cu") (net 34) (tstamp 6c132cb7-137d-4370-9252-ea89264782f9)) - (segment (start 206.821855 61.029192) (end 207.221854 60.629193) (width 0.3) (layer "F.Cu") (net 34) (tstamp 6d194cad-aaad-4b01-8340-ad9cbe7e9281)) - (segment (start 206.308235 61.542812) (end 206.821855 61.029192) (width 0.3) (layer "F.Cu") (net 34) (tstamp 95f0555c-01b5-4240-9eff-528e5d95efa9)) - (segment (start 224.449991 77.383588) (end 217.547978 77.383588) (width 0.3) (layer "F.Cu") (net 34) (tstamp a245641b-8bd0-4ff3-8151-36a910147bc4)) - (via (at 224.449991 77.383588) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 34) (tstamp 74359ca3-d53c-4b3a-8d05-ab0af207fe01)) - (via (at 207.221854 60.629193) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 34) (tstamp 8e41f269-96db-4ea4-8a4c-be095539284e)) - (segment (start 224.449991 80.349991) (end 224.449991 77.949273) (width 0.3) (layer "B.Cu") (net 34) (tstamp 16c00fe4-ad36-4ca4-89c9-ca757623f7b2)) - (segment (start 206.821855 61.029192) (end 207.221854 60.629193) (width 0.3) (layer "B.Cu") (net 34) (tstamp 47aa34f6-820b-490e-aaea-377db72aeb18)) - (segment (start 224.449991 77.949273) (end 224.449991 77.383588) (width 0.3) (layer "B.Cu") (net 34) (tstamp 919c837c-e285-49c9-9b35-7700f5907686)) - (segment (start 226.35 82.25) (end 224.449991 80.349991) (width 0.3) (layer "B.Cu") (net 34) (tstamp aac19576-8681-43c2-96a4-66d175b09558)) - (segment (start 205.95 60.95) (end 206.029192 61.029192) (width 0.3) (layer "B.Cu") (net 34) (tstamp cc107c16-a9ba-433b-b0ec-a8d0060a0d5a)) - (segment (start 206.029192 61.029192) (end 206.821855 61.029192) (width 0.3) (layer "B.Cu") (net 34) (tstamp e72acbe5-6d02-456b-bca6-7a51d8aa29a5)) - (segment (start 226.875 82.25) (end 226.35 82.25) (width 0.3) (layer "B.Cu") (net 34) (tstamp f9ccff8e-9c87-43bd-a9a1-3dcb4dd48c8b)) - (segment (start 222.800001 73.600001) (end 218.100001 73.600001) (width 0.3) (layer "F.Cu") (net 35) (tstamp 2cc143e9-1506-4945-9f2b-28b6ead99588)) - (segment (start 213.70001 57.721813) (end 213.70001 57.621813) (width 0.3) (layer "F.Cu") (net 35) (tstamp 437bfdaf-2ef0-4141-897b-97096a6111f1)) - (segment (start 214.75 70.25) (end 214.75 58.771803) (width 0.3) (layer "F.Cu") (net 35) (tstamp 4491d090-7ffe-4784-8ce7-be78b69c2354)) - (segment (start 213.70001 57.621813) (end 213.70001 57.056128) (width 0.3) (layer "F.Cu") (net 35) (tstamp 5bdbd51e-e53d-4504-bb94-ad9f697d1ebb)) - (segment (start 218.100001 73.600001) (end 214.75 70.25) (width 0.3) (layer "F.Cu") (net 35) (tstamp 6f3309ee-5a4f-4d4b-8f57-0f40977cee52)) - (segment (start 223.85 74.65) (end 222.800001 73.600001) (width 0.3) (layer "F.Cu") (net 35) (tstamp 733430e3-e02c-4cca-bce8-99f04c7af260)) - (segment (start 214.75 58.771803) (end 213.70001 57.721813) (width 0.3) (layer "F.Cu") (net 35) (tstamp d7396d51-7b40-4d02-ae7e-6d342fff1afb)) - (via (at 213.70001 57.056128) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 35) (tstamp 793b1f8d-1cab-4705-82fd-236045791e0d)) - (via (at 223.85 74.65) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 35) (tstamp 837022bb-9547-43b7-ba5c-46b09a9030d5)) - (segment (start 226.875 83.75) (end 226.35 83.75) (width 0.3) (layer "B.Cu") (net 35) (tstamp 1b768619-ae88-4f12-a0d2-8417ac388170)) - (segment (start 213.300011 57.456127) (end 213.70001 57.056128) (width 0.3) (layer "B.Cu") (net 35) (tstamp 1e32ffae-c3a9-4e5a-a94c-1fb85559eedc)) - (segment (start 223.55 74.95) (end 223.85 74.65) (width 0.3) (layer "B.Cu") (net 35) (tstamp 40a40721-a599-47d4-9be9-fdc695cc53da)) - (segment (start 223.55 77.05) (end 223.55 74.95) (width 0.3) (layer "B.Cu") (net 35) (tstamp 494d0645-d890-4829-9355-f72ca846e2ce)) - (segment (start 226.35 83.75) (end 223.55 80.95) (width 0.3) (layer "B.Cu") (net 35) (tstamp a8d8d31e-5871-4bbb-9f53-93a4afcf0c21)) - (segment (start 211.65 58.35) (end 212.406138 58.35) (width 0.3) (layer "B.Cu") (net 35) (tstamp bb83cbaa-2a63-4f4b-a481-aba12fb438bf)) - (segment (start 212.406138 58.35) (end 213.300011 57.456127) (width 0.3) (layer "B.Cu") (net 35) (tstamp ceef2029-b2c6-4fad-8212-69ef3ea5134e)) - (segment (start 223.55 80.95) (end 223.55 77.05) (width 0.3) (layer "B.Cu") (net 35) (tstamp eeef3ad7-ccc6-4ab3-8e15-aa2b3033b5c7)) - (segment (start 217.747287 74.354409) (end 214.24999 70.857112) (width 0.3) (layer "F.Cu") (net 36) (tstamp 073cc4ca-3c8f-4780-a29c-d02b9cff3815)) - (segment (start 221.928049 74.354409) (end 217.747287 74.354409) (width 0.3) (layer "F.Cu") (net 36) (tstamp 4d5555cb-e755-4d62-93a3-f06305c602e7)) - (segment (start 213.410002 61.700002) (end 212.689998 61.700002) (width 0.3) (layer "F.Cu") (net 36) (tstamp 582c1635-b23f-4d77-a00e-d383ea4cb9ff)) - (segment (start 209.845998 58.856002) (end 209.845998 58.616693) (width 0.3) (layer "F.Cu") (net 36) (tstamp 93982bb6-b634-4387-b562-6d02022affca)) - (segment (start 214.24999 70.857112) (end 214.24999 62.53999) (width 0.3) (layer "F.Cu") (net 36) (tstamp ae3abb65-5c15-4449-b1e6-f014f883ed90)) - (segment (start 212.689998 61.700002) (end 209.845998 58.856002) (width 0.3) (layer "F.Cu") (net 36) (tstamp b8d5eb1c-71d3-42ed-adaf-2156adfbc770)) - (segment (start 214.24999 62.53999) (end 213.410002 61.700002) (width 0.3) (layer "F.Cu") (net 36) (tstamp c3e89604-b7f0-403b-9daf-fc3d673117d5)) - (segment (start 209.845998 58.616693) (end 209.845998 58.051008) (width 0.3) (layer "F.Cu") (net 36) (tstamp e671b23e-942e-4d4f-8dbe-2c4d7fab7354)) - (via (at 221.928049 74.354409) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 36) (tstamp 4a9b0b5f-fb7b-412e-a952-1c04217b8e7f)) - (via (at 209.845998 58.051008) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 36) (tstamp c83ee6ef-7379-468b-9af7-efe862ebd98d)) - (segment (start 226.875 85.25) (end 226.35 85.25) (width 0.3) (layer "B.Cu") (net 36) (tstamp 28505de1-e86d-4386-8908-a8e90ed9eb0e)) - (segment (start 211.6125 57.725) (end 210.172006 57.725) (width 0.3) (layer "B.Cu") (net 36) (tstamp 6005f72c-a8d3-4abf-a2e1-d11cc43d736f)) - (segment (start 221.928049 74.920094) (end 221.928049 74.354409) (width 0.3) (layer "B.Cu") (net 36) (tstamp 67655afb-40ab-4301-b6c0-a50e7641b3eb)) - (segment (start 226.35 85.25) (end 221.928049 80.828049) (width 0.3) (layer "B.Cu") (net 36) (tstamp a7742603-e74c-43aa-858e-0142c6c356fc)) - (segment (start 210.172006 57.725) (end 209.845998 58.051008) (width 0.3) (layer "B.Cu") (net 36) (tstamp b8f7032d-c6a7-4a8a-b7f3-7286446ba3fd)) - (segment (start 221.928049 80.828049) (end 221.928049 74.920094) (width 0.3) (layer "B.Cu") (net 36) (tstamp c93f1c08-4ecb-4ca2-8d2a-9f7e62fd042a)) - - (zone (net 2) (net_name "GND") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005eb47648) (hatch edge 0.508) - (connect_pads yes (clearance 0.5)) - (min_thickness 0.2) (filled_areas_thickness no) - (fill yes (thermal_gap 0) (thermal_bridge_width 0.5) (smoothing fillet) (radius 1)) - (polygon - (pts - (xy 186.75 51.5) - (xy 234.25 51.75) - (xy 234.25 88.75) - (xy 186.75 88.5) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 217.94299 52.769279) - (xy 217.908682 52.882379) - (xy 217.897097 53) - (xy 217.897097 53.25) - (xy 217.684338 53.25) - (xy 217.647513 53.246373) - (xy 217.610688 53.25) - (xy 217.610679 53.25) - (xy 217.500488 53.260853) - (xy 217.359113 53.303739) - (xy 217.228821 53.373381) - (xy 217.228819 53.373382) - (xy 217.22882 53.373382) - (xy 217.143229 53.443624) - (xy 217.143222 53.443631) - (xy 217.114619 53.467105) - (xy 217.091144 53.495709) - (xy 214.319492 56.267363) - (xy 214.173688 56.169939) - (xy 213.991699 56.094557) - (xy 213.798501 56.056128) - (xy 213.601519 56.056128) - (xy 213.408321 56.094557) - (xy 213.226332 56.169939) - (xy 213.062547 56.279377) - (xy 212.923259 56.418665) - (xy 212.813821 56.58245) - (xy 212.783064 56.656705) - (xy 209.872074 53.745716) - (xy 209.84859 53.717101) - (xy 209.734388 53.623377) - (xy 209.604096 53.553735) - (xy 209.462721 53.510849) - (xy 209.35253 53.499996) - (xy 209.352522 53.499996) - (xy 209.315695 53.496369) - (xy 209.278868 53.499996) - (xy 208.414214 53.499996) - (xy 208.387463 53.473245) - (xy 208.223678 53.363807) - (xy 208.041689 53.288425) - (xy 207.848491 53.249996) - (xy 207.651509 53.249996) - (xy 207.458311 53.288425) - (xy 207.276322 53.363807) - (xy 207.112537 53.473245) - (xy 206.973249 53.612533) - (xy 206.863811 53.776318) - (xy 206.788429 53.958307) - (xy 206.75 54.151505) - (xy 206.75 54.348487) - (xy 206.788429 54.541685) - (xy 206.863811 54.723674) - (xy 206.973249 54.887459) - (xy 207.112537 55.026747) - (xy 207.276322 55.136185) - (xy 207.458311 55.211567) - (xy 207.651509 55.249996) - (xy 207.848491 55.249996) - (xy 208.041689 55.211567) - (xy 208.223678 55.136185) - (xy 208.387463 55.026747) - (xy 208.414214 54.999996) - (xy 209.005036 54.999996) - (xy 212.300001 58.294962) - (xy 212.3 60.249344) - (xy 210.669363 58.618708) - (xy 210.732187 58.524686) - (xy 210.807569 58.342697) - (xy 210.845998 58.149499) - (xy 210.845998 57.952517) - (xy 210.807569 57.759319) - (xy 210.732187 57.57733) - (xy 210.622749 57.413545) - (xy 210.483461 57.274257) - (xy 210.319676 57.164819) - (xy 210.137687 57.089437) - (xy 209.944489 57.051008) - (xy 209.747507 57.051008) - (xy 209.682203 57.063998) - (xy 209.641996 56.966929) - (xy 209.532558 56.803144) - (xy 209.39327 56.663856) - (xy 209.229485 56.554418) - (xy 209.047496 56.479036) - (xy 208.854298 56.440607) - (xy 208.657316 56.440607) - (xy 208.464118 56.479036) - (xy 208.282129 56.554418) - (xy 208.118344 56.663856) - (xy 208.091593 56.690607) - (xy 207.696217 56.690607) - (xy 207.659392 56.68698) - (xy 207.622567 56.690607) - (xy 207.622558 56.690607) - (xy 207.512367 56.70146) - (xy 207.370992 56.744346) - (xy 207.2407 56.813988) - (xy 207.240698 56.813989) - (xy 207.240699 56.813989) - (xy 207.17144 56.870829) - (xy 207.126498 56.907712) - (xy 207.103018 56.936322) - (xy 206.699713 57.339627) - (xy 206.671105 57.363106) - (xy 206.647626 57.391715) - (xy 206.647623 57.391718) - (xy 206.62971 57.413545) - (xy 206.577381 57.477308) - (xy 206.544354 57.539098) - (xy 206.507738 57.607601) - (xy 206.464852 57.748976) - (xy 206.450372 57.896001) - (xy 206.454 57.932838) - (xy 206.453999 59.464508) - (xy 206.450372 59.501336) - (xy 206.453999 59.538163) - (xy 206.453999 59.53817) - (xy 206.464852 59.648361) - (xy 206.507738 59.789736) - (xy 206.55628 59.880553) - (xy 206.445103 59.99173) - (xy 206.335665 60.155515) - (xy 206.260283 60.337504) - (xy 206.221854 60.530702) - (xy 206.221854 60.568532) - (xy 205.803949 60.986439) - (xy 205.775341 61.009917) - (xy 205.751862 61.038526) - (xy 205.751859 61.038529) - (xy 205.741047 61.051704) - (xy 205.681617 61.124119) - (xy 205.65864 61.167107) - (xy 205.611974 61.254412) - (xy 205.569088 61.395787) - (xy 205.554608 61.542812) - (xy 205.558236 61.579649) - (xy 205.558235 66.107018) - (xy 205.554608 66.143845) - (xy 205.558235 66.180672) - (xy 205.558235 66.180679) - (xy 205.569088 66.29087) - (xy 205.611974 66.432245) - (xy 205.681616 66.562537) - (xy 205.77534 66.67674) - (xy 205.803955 66.700224) - (xy 216.991604 77.887874) - (xy 217.015083 77.916483) - (xy 217.043692 77.939962) - (xy 217.043694 77.939964) - (xy 217.065813 77.958117) - (xy 217.129285 78.010207) - (xy 217.259577 78.079849) - (xy 217.400952 78.122735) - (xy 217.511143 78.133588) - (xy 217.51115 78.133588) - (xy 217.547978 78.137215) - (xy 217.584805 78.133588) - (xy 217.647097 78.133588) - (xy 217.647097 79.5) - (xy 217.658682 79.617621) - (xy 217.69299 79.730721) - (xy 217.748704 79.834955) - (xy 217.823683 79.926317) - (xy 217.913466 80) - (xy 217.823683 80.073683) - (xy 217.748704 80.165045) - (xy 217.69299 80.269279) - (xy 217.658682 80.382379) - (xy 217.647097 80.5) - (xy 217.647097 82) - (xy 217.658682 82.117621) - (xy 217.69299 82.230721) - (xy 217.748704 82.334955) - (xy 217.823683 82.426317) - (xy 217.913466 82.5) - (xy 217.823683 82.573683) - (xy 217.748704 82.665045) - (xy 217.69299 82.769279) - (xy 217.658682 82.882379) - (xy 217.647097 83) - (xy 217.647097 84.5) - (xy 217.658682 84.617621) - (xy 217.69299 84.730721) - (xy 217.748704 84.834955) - (xy 217.823683 84.926317) - (xy 217.915045 85.001296) - (xy 218.019279 85.05701) - (xy 218.132379 85.091318) - (xy 218.25 85.102903) - (xy 223.75 85.102903) - (xy 223.867621 85.091318) - (xy 223.980721 85.05701) - (xy 224.084955 85.001296) - (xy 224.176317 84.926317) - (xy 224.251296 84.834955) - (xy 224.30701 84.730721) - (xy 224.341318 84.617621) - (xy 224.352903 84.5) - (xy 224.352903 83) - (xy 224.341318 82.882379) - (xy 224.30701 82.769279) - (xy 224.251296 82.665045) - (xy 224.176317 82.573683) - (xy 224.086534 82.5) - (xy 224.176317 82.426317) - (xy 224.251296 82.334955) - (xy 224.30701 82.230721) - (xy 224.341318 82.117621) - (xy 224.352903 82) - (xy 224.352903 80.5) - (xy 224.341318 80.382379) - (xy 224.30701 80.269279) - (xy 224.251296 80.165045) - (xy 224.176317 80.073683) - (xy 224.086534 80) - (xy 224.176317 79.926317) - (xy 224.251296 79.834955) - (xy 224.30701 79.730721) - (xy 224.341318 79.617621) - (xy 224.352903 79.5) - (xy 224.352903 78.383588) - (xy 224.450002 78.383588) - (xy 224.450002 79.963176) - (xy 224.446374 80.000013) - (xy 224.460854 80.147038) - (xy 224.50374 80.288413) - (xy 224.534127 80.345263) - (xy 224.573383 80.418706) - (xy 224.605886 80.458311) - (xy 224.643625 80.504296) - (xy 224.643628 80.504299) - (xy 224.667107 80.532908) - (xy 224.695716 80.556387) - (xy 224.95 80.810671) - (xy 224.95 80.848503) - (xy 224.988429 81.041701) - (xy 225.063811 81.22369) - (xy 225.173249 81.387475) - (xy 225.312537 81.526763) - (xy 225.476322 81.636201) - (xy 225.658311 81.711583) - (xy 225.851509 81.750012) - (xy 226.048491 81.750012) - (xy 226.241689 81.711583) - (xy 226.423678 81.636201) - (xy 226.587463 81.526763) - (xy 226.726751 81.387475) - (xy 226.836189 81.22369) - (xy 226.911571 81.041701) - (xy 226.95 80.848503) - (xy 226.95 80.651521) - (xy 226.911571 80.458323) - (xy 226.836189 80.276334) - (xy 226.726751 80.112549) - (xy 226.614209 80.000007) - (xy 226.726753 79.887463) - (xy 226.836191 79.723678) - (xy 226.911573 79.541689) - (xy 226.950002 79.348491) - (xy 226.950002 79.151509) - (xy 226.911573 78.958311) - (xy 226.836191 78.776322) - (xy 226.726753 78.612537) - (xy 226.700002 78.585786) - (xy 226.700002 77.651509) - (xy 228.5 77.651509) - (xy 228.5 77.848491) - (xy 228.538429 78.041689) - (xy 228.613811 78.223678) - (xy 228.723249 78.387463) - (xy 228.835786 78.5) - (xy 228.723249 78.612537) - (xy 228.613811 78.776322) - (xy 228.538429 78.958311) - (xy 228.5 79.151509) - (xy 228.5 79.348491) - (xy 228.538429 79.541689) - (xy 228.613811 79.723678) - (xy 228.723249 79.887463) - (xy 228.835786 80) - (xy 228.723249 80.112537) - (xy 228.613811 80.276322) - (xy 228.538429 80.458311) - (xy 228.5 80.651509) - (xy 228.5 80.848491) - (xy 228.538429 81.041689) - (xy 228.613811 81.223678) - (xy 228.723249 81.387463) - (xy 228.835786 81.5) - (xy 228.723249 81.612537) - (xy 228.613811 81.776322) - (xy 228.538429 81.958311) - (xy 228.5 82.151509) - (xy 228.5 82.348491) - (xy 228.538429 82.541689) - (xy 228.613811 82.723678) - (xy 228.723249 82.887463) - (xy 228.835786 83) - (xy 228.723249 83.112537) - (xy 228.613811 83.276322) - (xy 228.538429 83.458311) - (xy 228.5 83.651509) - (xy 228.5 83.848491) - (xy 228.538429 84.041689) - (xy 228.613811 84.223678) - (xy 228.723249 84.387463) - (xy 228.835786 84.5) - (xy 228.723249 84.612537) - (xy 228.613811 84.776322) - (xy 228.538429 84.958311) - (xy 228.5 85.151509) - (xy 228.5 85.348491) - (xy 228.538429 85.541689) - (xy 228.613811 85.723678) - (xy 228.723249 85.887463) - (xy 228.862537 86.026751) - (xy 229.026322 86.136189) - (xy 229.208311 86.211571) - (xy 229.401509 86.25) - (xy 229.598491 86.25) - (xy 229.701496 86.229511) - (xy 229.765892 86.263931) - (xy 229.923546 86.311755) - (xy 230.0875 86.327903) - (xy 230.6625 86.327903) - (xy 230.826454 86.311755) - (xy 230.984108 86.263931) - (xy 231.129403 86.18627) - (xy 231.256755 86.081755) - (xy 231.36127 85.954403) - (xy 231.438931 85.809108) - (xy 231.486755 85.651454) - (xy 231.502903 85.4875) - (xy 231.502903 85.0125) - (xy 231.486755 84.848546) - (xy 231.438931 84.690892) - (xy 231.36127 84.545597) - (xy 231.32385 84.5) - (xy 231.36127 84.454403) - (xy 231.438931 84.309108) - (xy 231.486755 84.151454) - (xy 231.502903 83.9875) - (xy 231.502903 83.5125) - (xy 231.486755 83.348546) - (xy 231.438931 83.190892) - (xy 231.36127 83.045597) - (xy 231.32385 83) - (xy 231.36127 82.954403) - (xy 231.438931 82.809108) - (xy 231.486755 82.651454) - (xy 231.502903 82.4875) - (xy 231.502903 82.0125) - (xy 231.486755 81.848546) - (xy 231.438931 81.690892) - (xy 231.36127 81.545597) - (xy 231.32385 81.5) - (xy 231.36127 81.454403) - (xy 231.438931 81.309108) - (xy 231.486755 81.151454) - (xy 231.502903 80.9875) - (xy 231.502903 80.5125) - (xy 231.486755 80.348546) - (xy 231.438931 80.190892) - (xy 231.36127 80.045597) - (xy 231.32385 80) - (xy 231.36127 79.954403) - (xy 231.438931 79.809108) - (xy 231.486755 79.651454) - (xy 231.502903 79.4875) - (xy 231.502903 79.0125) - (xy 231.486755 78.848546) - (xy 231.438931 78.690892) - (xy 231.36127 78.545597) - (xy 231.32385 78.5) - (xy 231.36127 78.454403) - (xy 231.438931 78.309108) - (xy 231.486755 78.151454) - (xy 231.502903 77.9875) - (xy 231.502903 77.5125) - (xy 231.486755 77.348546) - (xy 231.438931 77.190892) - (xy 231.36127 77.045597) - (xy 231.256755 76.918245) - (xy 231.129403 76.81373) - (xy 230.984108 76.736069) - (xy 230.826454 76.688245) - (xy 230.6625 76.672097) - (xy 230.0875 76.672097) - (xy 229.923546 76.688245) - (xy 229.765892 76.736069) - (xy 229.701496 76.770489) - (xy 229.598491 76.75) - (xy 229.401509 76.75) - (xy 229.208311 76.788429) - (xy 229.026322 76.863811) - (xy 228.862537 76.973249) - (xy 228.723249 77.112537) - (xy 228.613811 77.276322) - (xy 228.538429 77.458311) - (xy 228.5 77.651509) - (xy 226.700002 77.651509) - (xy 226.700002 77.395401) - (xy 226.808342 77.440277) - (xy 227.00154 77.478706) - (xy 227.198522 77.478706) - (xy 227.39172 77.440277) - (xy 227.573709 77.364895) - (xy 227.737494 77.255457) - (xy 227.876782 77.116169) - (xy 227.98622 76.952384) - (xy 228.061602 76.770395) - (xy 228.100031 76.577197) - (xy 228.100031 76.380215) - (xy 228.061602 76.187017) - (xy 227.98622 76.005028) - (xy 227.876782 75.841243) - (xy 227.737494 75.701955) - (xy 227.573709 75.592517) - (xy 227.39172 75.517135) - (xy 227.198522 75.478706) - (xy 227.160691 75.478706) - (xy 226.636535 74.954551) - (xy 226.613052 74.925937) - (xy 226.49885 74.832213) - (xy 226.368558 74.762571) - (xy 226.227183 74.719685) - (xy 226.116992 74.708832) - (xy 226.116984 74.708832) - (xy 226.080157 74.705205) - (xy 226.04333 74.708832) - (xy 224.85 74.708832) - (xy 224.85 74.551509) - (xy 224.811571 74.358311) - (xy 224.736189 74.176322) - (xy 224.626751 74.012537) - (xy 224.487463 73.873249) - (xy 224.452669 73.85) - (xy 226.421573 73.85) - (xy 226.460814 73.848715) - (xy 226.721866 73.831605) - (xy 226.799679 73.821361) - (xy 227.056265 73.770323) - (xy 227.132075 73.75001) - (xy 227.379804 73.665917) - (xy 227.452313 73.635883) - (xy 227.686946 73.520175) - (xy 227.754915 73.480933) - (xy 227.972438 73.335589) - (xy 228.034704 73.28781) - (xy 228.231394 73.115317) - (xy 228.26005 73.088478) - (xy 228.45074 72.897788) - (xy 228.45 72.901509) - (xy 228.45 73.098491) - (xy 228.488429 73.291689) - (xy 228.563811 73.473678) - (xy 228.673249 73.637463) - (xy 228.812537 73.776751) - (xy 228.976322 73.886189) - (xy 229.158311 73.961571) - (xy 229.351509 74) - (xy 229.548491 74) - (xy 229.741689 73.961571) - (xy 229.923678 73.886189) - (xy 230.087463 73.776751) - (xy 230.226751 73.637463) - (xy 230.336189 73.473678) - (xy 230.411571 73.291689) - (xy 230.45 73.098491) - (xy 230.45 72.901509) - (xy 230.411571 72.708311) - (xy 230.336189 72.526322) - (xy 230.226751 72.362537) - (xy 230.087463 72.223249) - (xy 229.923678 72.113811) - (xy 229.741689 72.038429) - (xy 229.602903 72.010823) - (xy 229.602903 71.783437) - (xy 229.654737 71.755731) - (xy 229.765132 71.665132) - (xy 229.787832 71.637472) - (xy 231.112489 70.312816) - (xy 231.140144 70.29012) - (xy 231.174669 70.248052) - (xy 231.230743 70.179725) - (xy 231.298065 70.053776) - (xy 231.318968 69.984868) - (xy 231.339521 69.917113) - (xy 231.350012 69.810595) - (xy 231.350012 69.810588) - (xy 231.353518 69.774988) - (xy 231.350012 69.739388) - (xy 231.350012 61.024208) - (xy 231.353519 60.988601) - (xy 231.339521 60.846477) - (xy 231.334172 60.828841) - (xy 231.298065 60.709813) - (xy 231.295996 60.705943) - (xy 231.230744 60.583864) - (xy 231.162842 60.501126) - (xy 231.162835 60.501119) - (xy 231.140143 60.473469) - (xy 231.112494 60.450778) - (xy 230.162965 59.501249) - (xy 230.276751 59.387463) - (xy 230.386189 59.223678) - (xy 230.461571 59.041689) - (xy 230.5 58.848491) - (xy 230.5 58.651509) - (xy 230.461571 58.458311) - (xy 230.386189 58.276322) - (xy 230.276751 58.112537) - (xy 230.137463 57.973249) - (xy 229.973678 57.863811) - (xy 229.791689 57.788429) - (xy 229.598491 57.75) - (xy 229.401509 57.75) - (xy 229.279061 57.774356) - (xy 229.25 57.771494) - (xy 229.214403 57.775) - (xy 228.85 57.775) - (xy 228.85 57.679474) - (xy 228.852903 57.65) - (xy 228.852903 57.35) - (xy 228.84886 57.308947) - (xy 229.027105 57.273492) - (xy 229.199994 57.201879) - (xy 229.35559 57.097913) - (xy 229.487913 56.96559) - (xy 229.591879 56.809994) - (xy 229.663492 56.637105) - (xy 229.7 56.453567) - (xy 229.7 56.266433) - (xy 229.663492 56.082895) - (xy 229.591879 55.910006) - (xy 229.487913 55.75441) - (xy 229.35559 55.622087) - (xy 229.199994 55.518121) - (xy 229.027105 55.446508) - (xy 228.843567 55.41) - (xy 228.656433 55.41) - (xy 228.472895 55.446508) - (xy 228.300006 55.518121) - (xy 228.14441 55.622087) - (xy 228.012087 55.75441) - (xy 227.908121 55.910006) - (xy 227.892757 55.947097) - (xy 227.626007 55.947097) - (xy 227.619259 55.94505) - (xy 227.503901 55.922104) - (xy 227.308811 55.902889) - (xy 227.25 55.9) - (xy 227.029479 55.9) - (xy 226.92253 55.889466) - (xy 226.848037 55.866869) - (xy 226.779387 55.830175) - (xy 226.71921 55.78079) - (xy 226.669825 55.720613) - (xy 226.633131 55.651963) - (xy 226.610534 55.57747) - (xy 226.6 55.470521) - (xy 226.6 53.75) - (xy 226.597111 53.691189) - (xy 226.577896 53.496099) - (xy 226.55495 53.380741) - (xy 226.498045 53.193148) - (xy 226.453033 53.084479) - (xy 226.360623 52.911592) - (xy 226.295277 52.813794) - (xy 226.201889 52.7) - (xy 231.965765 52.7) - (xy 232.251851 52.728051) - (xy 232.494113 52.801194) - (xy 232.71755 52.919998) - (xy 232.913658 53.07994) - (xy 233.074967 53.274928) - (xy 233.195327 53.49753) - (xy 233.27016 53.739275) - (xy 233.3 54.023186) - (xy 233.300001 86.215755) - (xy 233.271949 86.501852) - (xy 233.198805 86.744114) - (xy 233.080002 86.96755) - (xy 232.920058 87.16366) - (xy 232.72507 87.324968) - (xy 232.502473 87.445326) - (xy 232.260725 87.520159) - (xy 231.976814 87.55) - (xy 199.01998 87.55) - (xy 199.05701 87.480721) - (xy 199.091318 87.367621) - (xy 199.102903 87.25) - (xy 199.102903 85.25) - (xy 199.1 85.220526) - (xy 199.1 84.4) - (xy 202.967097 84.4) - (xy 202.967097 86.1) - (xy 202.978682 86.217621) - (xy 203.01299 86.330721) - (xy 203.068704 86.434955) - (xy 203.143683 86.526317) - (xy 203.235045 86.601296) - (xy 203.339279 86.65701) - (xy 203.452379 86.691318) - (xy 203.57 86.702903) - (xy 205.27 86.702903) - (xy 205.387621 86.691318) - (xy 205.500721 86.65701) - (xy 205.604955 86.601296) - (xy 205.696317 86.526317) - (xy 205.771296 86.434955) - (xy 205.82701 86.330721) - (xy 205.861318 86.217621) - (xy 205.862725 86.203335) - (xy 206.035679 86.376289) - (xy 206.273167 86.534973) - (xy 206.537051 86.644277) - (xy 206.817187 86.7) - (xy 207.102813 86.7) - (xy 207.382949 86.644277) - (xy 207.646833 86.534973) - (xy 207.884321 86.376289) - (xy 208.086289 86.174321) - (xy 208.23 85.959242) - (xy 208.373711 86.174321) - (xy 208.575679 86.376289) - (xy 208.813167 86.534973) - (xy 209.077051 86.644277) - (xy 209.357187 86.7) - (xy 209.642813 86.7) - (xy 209.922949 86.644277) - (xy 210.186833 86.534973) - (xy 210.424321 86.376289) - (xy 210.626289 86.174321) - (xy 210.77 85.959242) - (xy 210.913711 86.174321) - (xy 211.115679 86.376289) - (xy 211.353167 86.534973) - (xy 211.617051 86.644277) - (xy 211.897187 86.7) - (xy 212.182813 86.7) - (xy 212.462949 86.644277) - (xy 212.726833 86.534973) - (xy 212.964321 86.376289) - (xy 213.166289 86.174321) - (xy 213.324973 85.936833) - (xy 213.434277 85.672949) - (xy 213.49 85.392813) - (xy 213.49 85.107187) - (xy 213.434277 84.827051) - (xy 213.324973 84.563167) - (xy 213.166289 84.325679) - (xy 212.964321 84.123711) - (xy 212.726833 83.965027) - (xy 212.462949 83.855723) - (xy 212.182813 83.8) - (xy 211.897187 83.8) - (xy 211.617051 83.855723) - (xy 211.353167 83.965027) - (xy 211.115679 84.123711) - (xy 210.913711 84.325679) - (xy 210.77 84.540758) - (xy 210.626289 84.325679) - (xy 210.424321 84.123711) - (xy 210.186833 83.965027) - (xy 209.922949 83.855723) - (xy 209.642813 83.8) - (xy 209.357187 83.8) - (xy 209.077051 83.855723) - (xy 208.813167 83.965027) - (xy 208.575679 84.123711) - (xy 208.373711 84.325679) - (xy 208.23 84.540758) - (xy 208.086289 84.325679) - (xy 207.884321 84.123711) - (xy 207.646833 83.965027) - (xy 207.382949 83.855723) - (xy 207.102813 83.8) - (xy 206.817187 83.8) - (xy 206.537051 83.855723) - (xy 206.273167 83.965027) - (xy 206.035679 84.123711) - (xy 205.862725 84.296665) - (xy 205.861318 84.282379) - (xy 205.82701 84.169279) - (xy 205.771296 84.065045) - (xy 205.696317 83.973683) - (xy 205.604955 83.898704) - (xy 205.500721 83.84299) - (xy 205.387621 83.808682) - (xy 205.27 83.797097) - (xy 203.57 83.797097) - (xy 203.452379 83.808682) - (xy 203.339279 83.84299) - (xy 203.235045 83.898704) - (xy 203.143683 83.973683) - (xy 203.068704 84.065045) - (xy 203.01299 84.169279) - (xy 202.978682 84.282379) - (xy 202.967097 84.4) - (xy 199.1 84.4) - (xy 199.1 80.578597) - (xy 199.107741 80.5) - (xy 199.097893 80.4) - (xy 208.047097 80.4) - (xy 208.047097 82.1) - (xy 208.058682 82.217621) - (xy 208.09299 82.330721) - (xy 208.148704 82.434955) - (xy 208.223683 82.526317) - (xy 208.315045 82.601296) - (xy 208.419279 82.65701) - (xy 208.532379 82.691318) - (xy 208.65 82.702903) - (xy 210.35 82.702903) - (xy 210.467621 82.691318) - (xy 210.580721 82.65701) - (xy 210.684955 82.601296) - (xy 210.776317 82.526317) - (xy 210.851296 82.434955) - (xy 210.90701 82.330721) - (xy 210.941318 82.217621) - (xy 210.942725 82.203335) - (xy 211.115679 82.376289) - (xy 211.353167 82.534973) - (xy 211.617051 82.644277) - (xy 211.897187 82.7) - (xy 212.182813 82.7) - (xy 212.462949 82.644277) - (xy 212.726833 82.534973) - (xy 212.964321 82.376289) - (xy 213.166289 82.174321) - (xy 213.324973 81.936833) - (xy 213.434277 81.672949) - (xy 213.49 81.392813) - (xy 213.49 81.107187) - (xy 213.434277 80.827051) - (xy 213.324973 80.563167) - (xy 213.166289 80.325679) - (xy 212.964321 80.123711) - (xy 212.726833 79.965027) - (xy 212.462949 79.855723) - (xy 212.182813 79.8) - (xy 211.897187 79.8) - (xy 211.617051 79.855723) - (xy 211.353167 79.965027) - (xy 211.115679 80.123711) - (xy 210.942725 80.296665) - (xy 210.941318 80.282379) - (xy 210.90701 80.169279) - (xy 210.851296 80.065045) - (xy 210.776317 79.973683) - (xy 210.684955 79.898704) - (xy 210.580721 79.84299) - (xy 210.467621 79.808682) - (xy 210.35 79.797097) - (xy 208.65 79.797097) - (xy 208.532379 79.808682) - (xy 208.419279 79.84299) - (xy 208.315045 79.898704) - (xy 208.223683 79.973683) - (xy 208.148704 80.065045) - (xy 208.09299 80.169279) - (xy 208.058682 80.282379) - (xy 208.047097 80.4) - (xy 199.097893 80.4) - (xy 199.096157 80.382379) - (xy 199.076849 80.186345) - (xy 198.985359 79.884744) - (xy 198.836788 79.606787) - (xy 198.636845 79.363155) - (xy 198.575794 79.313052) - (xy 192.102903 72.840162) - (xy 192.102903 71.5) - (xy 192.091318 71.382379) - (xy 192.05701 71.269279) - (xy 192.001296 71.165045) - (xy 191.926317 71.073683) - (xy 191.834955 70.998704) - (xy 191.730721 70.94299) - (xy 191.617621 70.908682) - (xy 191.5 70.897097) - (xy 188.7 70.897097) - (xy 188.7 69.102903) - (xy 189.8353 69.102903) - (xy 189.863155 69.136845) - (xy 190.106787 69.336788) - (xy 190.384744 69.485359) - (xy 190.686345 69.576849) - (xy 190.833253 69.591318) - (xy 191 69.607741) - (xy 191.078597 69.6) - (xy 193.470526 69.6) - (xy 193.5 69.602903) - (xy 198.350002 69.602903) - (xy 198.350002 70.647097) - (xy 193.5 70.647097) - (xy 193.382379 70.658682) - (xy 193.269279 70.69299) - (xy 193.165045 70.748704) - (xy 193.073683 70.823683) - (xy 192.998704 70.915045) - (xy 192.94299 71.019279) - (xy 192.908682 71.132379) - (xy 192.897097 71.25) - (xy 192.897097 73.25) - (xy 192.908682 73.367621) - (xy 192.94299 73.480721) - (xy 192.998704 73.584955) - (xy 193.073683 73.676317) - (xy 193.165045 73.751296) - (xy 193.269279 73.80701) - (xy 193.382379 73.841318) - (xy 193.5 73.852903) - (xy 198.1 73.852903) - (xy 198.1 74.185786) - (xy 198.073249 74.212537) - (xy 197.963811 74.376322) - (xy 197.888429 74.558311) - (xy 197.85 74.751509) - (xy 197.85 74.948491) - (xy 197.888429 75.141689) - (xy 197.963811 75.323678) - (xy 198.073249 75.487463) - (xy 198.212537 75.626751) - (xy 198.376322 75.736189) - (xy 198.558311 75.811571) - (xy 198.751509 75.85) - (xy 198.948491 75.85) - (xy 199.141689 75.811571) - (xy 199.323678 75.736189) - (xy 199.487463 75.626751) - (xy 199.626751 75.487463) - (xy 199.736189 75.323678) - (xy 199.811571 75.141689) - (xy 199.849749 74.949751) - (xy 200.041695 74.911571) - (xy 200.223684 74.836189) - (xy 200.387469 74.726751) - (xy 200.526757 74.587463) - (xy 200.636195 74.423678) - (xy 200.711577 74.241689) - (xy 200.750006 74.048491) - (xy 200.750006 73.851509) - (xy 200.711577 73.658311) - (xy 200.636195 73.476322) - (xy 200.600012 73.42217) - (xy 200.600012 69.814214) - (xy 200.626763 69.787463) - (xy 200.736201 69.623678) - (xy 200.811583 69.441689) - (xy 200.850012 69.248491) - (xy 200.850012 69.051509) - (xy 200.811583 68.858311) - (xy 200.736201 68.676322) - (xy 200.626763 68.512537) - (xy 200.487475 68.373249) - (xy 200.32369 68.263811) - (xy 200.141701 68.188429) - (xy 200.074813 68.175124) - (xy 200.100002 68.048491) - (xy 200.100002 67.851509) - (xy 200.061573 67.658311) - (xy 199.986191 67.476322) - (xy 199.876753 67.312537) - (xy 199.737465 67.173249) - (xy 199.57368 67.063811) - (xy 199.391691 66.988429) - (xy 199.198493 66.95) - (xy 199.097978 66.95) - (xy 199.091318 66.882379) - (xy 199.05701 66.769279) - (xy 199.001296 66.665045) - (xy 198.926317 66.573683) - (xy 198.834955 66.498704) - (xy 198.730721 66.44299) - (xy 198.617621 66.408682) - (xy 198.5 66.397097) - (xy 193.5 66.397097) - (xy 193.470526 66.4) - (xy 192.102903 66.4) - (xy 192.102903 65.5) - (xy 192.091318 65.382379) - (xy 192.05701 65.269279) - (xy 192.001296 65.165045) - (xy 191.926317 65.073683) - (xy 191.834955 64.998704) - (xy 191.730721 64.94299) - (xy 191.617621 64.908682) - (xy 191.5 64.897097) - (xy 188.7 64.897097) - (xy 188.7 62.102903) - (xy 191.5 62.102903) - (xy 191.617621 62.091318) - (xy 191.730721 62.05701) - (xy 191.834955 62.001296) - (xy 191.926317 61.926317) - (xy 192.001296 61.834955) - (xy 192.05701 61.730721) - (xy 192.091318 61.617621) - (xy 192.102903 61.5) - (xy 192.102903 61.1647) - (xy 192.136845 61.136845) - (xy 192.186953 61.075788) - (xy 192.825788 60.436953) - (xy 192.886845 60.386845) - (xy 193.086788 60.143213) - (xy 193.235359 59.865256) - (xy 193.326849 59.563655) - (xy 193.35 59.328597) - (xy 193.35 59.328595) - (xy 193.357741 59.250001) - (xy 193.35 59.171407) - (xy 193.35 56.912741) - (xy 194.659839 55.602903) - (xy 198.5 55.602903) - (xy 198.617621 55.591318) - (xy 198.730721 55.55701) - (xy 198.834955 55.501296) - (xy 198.926317 55.426317) - (xy 199.001296 55.334955) - (xy 199.05701 55.230721) - (xy 199.091318 55.117621) - (xy 199.102903 55) - (xy 199.102903 54.049122) - (xy 199.107741 54) - (xy 199.102903 53.950878) - (xy 199.102903 53) - (xy 199.091318 52.882379) - (xy 199.05701 52.769279) - (xy 199.01998 52.7) - (xy 217.98002 52.7) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 223.32499 67.714393) - (xy 223.321484 67.74999) - (xy 223.32499 67.785587) - (xy 223.32499 67.785596) - (xy 223.335481 67.892114) - (xy 223.368208 68) - (xy 223.376937 68.028777) - (xy 223.444259 68.154726) - (xy 223.500334 68.223053) - (xy 223.534858 68.265121) - (xy 223.562514 68.287818) - (xy 225.674695 70.4) - (xy 220.875 70.4) - (xy 220.816189 70.402889) - (xy 220.596712 70.424506) - (xy 220.481352 70.447453) - (xy 220.27031 70.511472) - (xy 220.161644 70.556483) - (xy 220.101417 70.588675) - (xy 217.700011 68.18727) - (xy 217.700011 67.489841) - (xy 217.798512 67.489841) - (xy 217.99171 67.451412) - (xy 218.173699 67.37603) - (xy 218.287471 67.30001) - (xy 223.32499 67.30001) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 227.908121 62.589994) - (xy 228.012087 62.74559) - (xy 228.14441 62.877913) - (xy 228.300006 62.981879) - (xy 228.472895 63.053492) - (xy 228.656433 63.09) - (xy 228.843567 63.09) - (xy 229.027105 63.053492) - (xy 229.199994 62.981879) - (xy 229.35559 62.877913) - (xy 229.450002 62.783501) - (xy 229.450001 67) - (xy 229.351509 67) - (xy 229.158311 67.038429) - (xy 228.976322 67.113811) - (xy 228.812537 67.223249) - (xy 228.673249 67.362537) - (xy 228.563811 67.526322) - (xy 228.488429 67.708311) - (xy 228.45 67.901509) - (xy 228.45 68.098491) - (xy 228.488429 68.291689) - (xy 228.563811 68.473678) - (xy 228.673249 68.637463) - (xy 228.812537 68.776751) - (xy 228.976322 68.886189) - (xy 229.158311 68.961571) - (xy 229.351509 69) - (xy 229.450001 69) - (xy 229.450001 69.227542) - (xy 229.426317 69.198683) - (xy 229.334955 69.123704) - (xy 229.230721 69.06799) - (xy 229.117621 69.033682) - (xy 229 69.022097) - (xy 227.7 69.022097) - (xy 227.582379 69.033682) - (xy 227.469279 69.06799) - (xy 227.365045 69.123704) - (xy 227.273683 69.198683) - (xy 227.228745 69.25344) - (xy 225.225 67.249696) - (xy 225.225 64.950594) - (xy 225.228506 64.914997) - (xy 225.225 64.8794) - (xy 225.225 64.879391) - (xy 225.214509 64.772873) - (xy 225.173053 64.63621) - (xy 225.105731 64.510261) - (xy 225.093101 64.494871) - (xy 225.03783 64.427523) - (xy 225.037828 64.427521) - (xy 225.015132 64.399866) - (xy 224.987477 64.37717) - (xy 224.352903 63.742597) - (xy 224.352903 62.6) - (xy 227.25 62.6) - (xy 227.308811 62.597111) - (xy 227.503901 62.577896) - (xy 227.619259 62.55495) - (xy 227.626007 62.552903) - (xy 227.892757 62.552903) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 217.897097 55) - (xy 217.9 55.029474) - (xy 217.9 55.70526) - (xy 215.451018 58.154243) - (xy 215.515848 58.057218) - (xy 215.59123 57.875229) - (xy 215.629659 57.682031) - (xy 215.629659 57.485049) - (xy 215.59123 57.291851) - (xy 215.540001 57.168172) - (xy 217.897097 54.811078) - ) - ) - ) - (zone (net 3) (net_name "VBUS") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005eb4764b) (hatch edge 0.508) - (priority 4) - (connect_pads yes (clearance 0.2)) - (min_thickness 0.2) (filled_areas_thickness no) - (fill yes (thermal_gap 0) (thermal_bridge_width 0.5) (smoothing fillet) (radius 2)) - (polygon - (pts - (xy 229 71) - (xy 226.5 71) - (xy 224.5 71) - (xy 219.75 71) - (xy 219.75 73.25) - (xy 227.25 73.25) - (xy 228.5 72) - (xy 229 72) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 227.134721 71.435762) - (xy 227.148026 71.451974) - (xy 227.21274 71.505084) - (xy 227.286573 71.544548) - (xy 227.342383 71.561478) - (xy 227.366685 71.56885) - (xy 227.375098 71.569679) - (xy 227.429126 71.575) - (xy 227.429132 71.575) - (xy 227.449999 71.577055) - (xy 227.470866 71.575) - (xy 227.476044 71.575) - (xy 227.486842 71.588158) - (xy 227.532523 71.625647) - (xy 227.58464 71.653504) - (xy 227.64119 71.670659) - (xy 227.7 71.676451) - (xy 228.9 71.676451) - (xy 228.9 71.740149) - (xy 228.886771 71.806654) - (xy 228.854681 71.854681) - (xy 228.806654 71.886771) - (xy 228.733688 71.901285) - (xy 228.580736 71.921422) - (xy 228.555521 71.928178) - (xy 228.409955 71.988473) - (xy 228.387347 72.001526) - (xy 228.262347 72.097442) - (xy 228.252512 72.106066) - (xy 227.767388 72.59119) - (xy 227.578087 72.757203) - (xy 227.371464 72.895263) - (xy 227.148591 73.005172) - (xy 226.913277 73.085051) - (xy 226.669542 73.133533) - (xy 226.418298 73.15) - (xy 222.822085 73.15) - (xy 222.800001 73.147825) - (xy 222.777917 73.15) - (xy 220.879908 73.15) - (xy 220.675129 73.129831) - (xy 220.482934 73.071529) - (xy 220.305808 72.976853) - (xy 220.150558 72.849442) - (xy 220.023147 72.694192) - (xy 219.928471 72.517066) - (xy 219.870169 72.324871) - (xy 219.850483 72.125) - (xy 219.870169 71.925129) - (xy 219.928471 71.732934) - (xy 220.023147 71.555808) - (xy 220.150558 71.400558) - (xy 220.305808 71.273147) - (xy 220.482934 71.178471) - (xy 220.675129 71.120169) - (xy 220.879908 71.1) - (xy 226.798959 71.1) - ) - ) - ) - (zone (net 3) (net_name "VBUS") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005eb4764e) (hatch edge 0.508) - (priority 3) - (connect_pads yes (clearance 0.2)) - (min_thickness 0.2) (filled_areas_thickness no) - (fill yes (thermal_gap 0) (thermal_bridge_width 0.5) (smoothing fillet) (radius 1)) - (polygon - (pts - (xy 226 56.5) - (xy 228.25 56.5) - (xy 228.25 62) - (xy 223.25 62) - (xy 223.25 59.5) - (xy 218.5 59.5) - (xy 218.5 52.75) - (xy 226 52.75) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 225.175485 52.867768) - (xy 225.344229 52.918955) - (xy 225.499745 53.00208) - (xy 225.636054 53.113946) - (xy 225.74792 53.250255) - (xy 225.831045 53.405771) - (xy 225.882232 53.574515) - (xy 225.9 53.754908) - (xy 225.9 55.5) - (xy 225.900482 55.509802) - (xy 225.919697 55.704892) - (xy 225.923521 55.724118) - (xy 225.948549 55.806625) - (xy 225.948549 56.35) - (xy 225.954341 56.40881) - (xy 225.971496 56.46536) - (xy 225.999353 56.517477) - (xy 226.036842 56.563158) - (xy 226.082523 56.600647) - (xy 226.13464 56.628504) - (xy 226.19119 56.645659) - (xy 226.25 56.651451) - (xy 227.536525 56.651451) - (xy 227.594229 56.668955) - (xy 227.749745 56.75208) - (xy 227.886054 56.863946) - (xy 227.99792 57.000255) - (xy 228.023734 57.048549) - (xy 226.25 57.048549) - (xy 226.19119 57.054341) - (xy 226.13464 57.071496) - (xy 226.082523 57.099353) - (xy 226.036842 57.136842) - (xy 225.999353 57.182523) - (xy 225.971496 57.23464) - (xy 225.954341 57.29119) - (xy 225.948549 57.35) - (xy 225.948549 57.65) - (xy 225.954341 57.70881) - (xy 225.966836 57.75) - (xy 225.954341 57.79119) - (xy 225.948549 57.85) - (xy 225.948549 58.15) - (xy 225.954341 58.20881) - (xy 225.966836 58.25) - (xy 225.954341 58.29119) - (xy 225.948549 58.35) - (xy 225.948549 58.578012) - (xy 225.916686 58.58115) - (xy 225.836573 58.605452) - (xy 225.76274 58.644916) - (xy 225.698026 58.698026) - (xy 225.684716 58.714244) - (xy 225.639243 58.759717) - (xy 225.623025 58.773027) - (xy 225.569915 58.837742) - (xy 225.530451 58.911575) - (xy 225.506149 58.991688) - (xy 225.499999 59.054128) - (xy 225.499999 59.054134) - (xy 225.497944 59.075001) - (xy 225.499999 59.095868) - (xy 225.5 59.904123) - (xy 225.497944 59.924999) - (xy 225.506149 60.008313) - (xy 225.525316 60.071496) - (xy 225.530452 60.088426) - (xy 225.569916 60.162259) - (xy 225.623026 60.226973) - (xy 225.639238 60.240278) - (xy 225.684716 60.285756) - (xy 225.698026 60.301974) - (xy 225.76274 60.355084) - (xy 225.836573 60.394548) - (xy 225.916686 60.41885) - (xy 225.948549 60.421988) - (xy 225.948549 60.65) - (xy 225.954341 60.70881) - (xy 225.966836 60.75) - (xy 225.954341 60.79119) - (xy 225.948549 60.85) - (xy 225.948549 61.15) - (xy 225.954341 61.20881) - (xy 225.971496 61.26536) - (xy 225.999353 61.317477) - (xy 226.036842 61.363158) - (xy 226.082523 61.400647) - (xy 226.13464 61.428504) - (xy 226.19119 61.445659) - (xy 226.25 61.451451) - (xy 228.023734 61.451451) - (xy 227.99792 61.499745) - (xy 227.886054 61.636054) - (xy 227.749745 61.74792) - (xy 227.594229 61.831045) - (xy 227.536525 61.848549) - (xy 226.25 61.848549) - (xy 226.19119 61.854341) - (xy 226.13464 61.871496) - (xy 226.082523 61.899353) - (xy 226.081735 61.9) - (xy 224.254908 61.9) - (xy 224.074515 61.882232) - (xy 223.905771 61.831045) - (xy 223.750255 61.74792) - (xy 223.613946 61.636054) - (xy 223.544514 61.551451) - (xy 223.75 61.551451) - (xy 223.80881 61.545659) - (xy 223.86536 61.528504) - (xy 223.917477 61.500647) - (xy 223.963158 61.463158) - (xy 224.000647 61.417477) - (xy 224.028504 61.36536) - (xy 224.045659 61.30881) - (xy 224.051451 61.25) - (xy 224.051451 59.75) - (xy 224.045659 59.69119) - (xy 224.028504 59.63464) - (xy 224.000647 59.582523) - (xy 223.963158 59.536842) - (xy 223.917477 59.499353) - (xy 223.86536 59.471496) - (xy 223.80881 59.454341) - (xy 223.75 59.448549) - (xy 222.556625 59.448549) - (xy 222.474118 59.423521) - (xy 222.454892 59.419697) - (xy 222.259802 59.400482) - (xy 222.25 59.4) - (xy 219.504908 59.4) - (xy 219.324515 59.382232) - (xy 219.155771 59.331045) - (xy 219.000255 59.24792) - (xy 218.863946 59.136054) - (xy 218.75208 58.999745) - (xy 218.668955 58.844229) - (xy 218.617768 58.675485) - (xy 218.6 58.495092) - (xy 218.6 53.754908) - (xy 218.617768 53.574515) - (xy 218.668955 53.405771) - (xy 218.75208 53.250255) - (xy 218.863946 53.113946) - (xy 219.000255 53.00208) - (xy 219.155771 52.918955) - (xy 219.324515 52.867768) - (xy 219.504908 52.85) - (xy 224.995092 52.85) - ) - ) - ) - (zone (net 22) (net_name "/OUT-") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005eb47654) (hatch edge 0.508) - (priority 3) - (connect_pads yes (clearance 1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 1)) - (polygon - (pts - (xy 136 73) - (xy 127.5 73) - (xy 127.5 70) - (xy 117 70) - (xy 117 77) - (xy 136 77) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 127.373 73) - (xy 127.37544 73.024776) - (xy 127.382667 73.048601) - (xy 127.394403 73.070557) - (xy 127.410197 73.089803) - (xy 127.429443 73.105597) - (xy 127.451399 73.117333) - (xy 127.475224 73.12456) - (xy 127.5 73.127) - (xy 134.773001 73.127) - (xy 134.773001 76.873) - (xy 118.227 76.873) - (xy 118.227 70.127) - (xy 127.373 70.127) - ) - ) - ) - (zone (net 20) (net_name "/OUT+") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005eb47657) (hatch edge 0.508) - (priority 3) - (connect_pads yes (clearance 1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 1)) - (polygon - (pts - (xy 117 57.5) - (xy 124 57.5) - (xy 127 60) - (xy 127 62.5) - (xy 136 62.5) - (xy 136 67) - (xy 117 67) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 126.873 60.059483) - (xy 126.873 62.5) - (xy 126.87544 62.524776) - (xy 126.882667 62.548601) - (xy 126.894403 62.570557) - (xy 126.910197 62.589803) - (xy 126.929443 62.605597) - (xy 126.951399 62.617333) - (xy 126.975224 62.62456) - (xy 127 62.627) - (xy 134.773 62.627) - (xy 134.773 66.873) - (xy 123.127 66.873) - (xy 123.127 66.692017) - (xy 123.006831 66.087888) - (xy 122.771111 65.51881) - (xy 122.428899 65.006654) - (xy 121.993346 64.571101) - (xy 121.48119 64.228889) - (xy 120.912112 63.993169) - (xy 120.307983 63.873) - (xy 119.692017 63.873) - (xy 119.087888 63.993169) - (xy 118.51881 64.228889) - (xy 118.227 64.42387) - (xy 118.227 57.627) - (xy 123.95402 57.627) - ) - ) - ) - (zone (net 24) (net_name "/BP_B2-") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005eb4765d) (hatch edge 0.508) - (priority 3) - (connect_pads yes (clearance 1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 1) (smoothing fillet)) - (polygon - (pts - (xy 70 109) - (xy 70 71) - (xy 44.625 71.05) - (xy 44.625 109.05) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 68.773001 77.367547) - (xy 55 77.367547) - (xy 54.779069 77.389307) - (xy 54.566629 77.45375) - (xy 54.370843 77.5584) - (xy 54.199235 77.699235) - (xy 54.0584 77.870843) - (xy 53.95375 78.066629) - (xy 53.889307 78.279069) - (xy 53.867547 78.5) - (xy 53.867547 81.5) - (xy 53.889307 81.720931) - (xy 53.95375 81.933371) - (xy 54.0584 82.129157) - (xy 54.199235 82.300765) - (xy 54.370843 82.4416) - (xy 54.566629 82.54625) - (xy 54.779069 82.610693) - (xy 55 82.632453) - (xy 68.773001 82.632453) - (xy 68.773001 107.773) - (xy 44.752 107.773) - (xy 44.752 71.17675) - (xy 68.773001 71.129418) - ) - ) - ) - (zone (net 25) (net_name "/BP_B1-") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005eb47660) (hatch edge 0.508) - (priority 2) - (connect_pads yes (clearance 1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 1) (smoothing fillet)) - (polygon - (pts - (xy 30.275 62.1) - (xy 70 62) - (xy 70 109) - (xy 30.275 109.1) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 54.199235 62.300765) - (xy 54.370843 62.4416) - (xy 54.566629 62.54625) - (xy 54.779069 62.610693) - (xy 55 62.632453) - (xy 68.773 62.632453) - (xy 68.773 69.875415) - (xy 44.622779 69.923002) - (xy 44.405133 69.944655) - (xy 44.193716 70.008788) - (xy 43.998872 70.112934) - (xy 43.828091 70.253091) - (xy 43.687934 70.423872) - (xy 43.583788 70.618716) - (xy 43.519655 70.830133) - (xy 43.498 71.05) - (xy 43.498 107.773) - (xy 31.227 107.773) - (xy 31.227 62.224604) - (xy 54.0895 62.167053) - ) - ) - ) - (zone (net 26) (net_name "/BP_B1+") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005eb47663) (hatch edge 0.508) - (priority 1) - (connect_pads yes (clearance 1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 1) (smoothing fillet) (radius 1)) - (polygon - (pts - (xy 70 62) - (xy 30.9 62.375) - (xy 30.9 31.375) - (xy 70 31) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 56.905161 32.333456) - (xy 56.661226 32.789827) - (xy 56.511011 33.285018) - (xy 56.46029 33.8) - (xy 56.511011 34.314982) - (xy 56.661226 34.810173) - (xy 56.905161 35.266544) - (xy 57.233443 35.666557) - (xy 57.633456 35.994839) - (xy 58.089827 36.238774) - (xy 58.585018 36.388989) - (xy 58.970952 36.427) - (xy 60.229048 36.427) - (xy 60.614982 36.388989) - (xy 61.110173 36.238774) - (xy 61.566544 35.994839) - (xy 61.966557 35.666557) - (xy 62.294839 35.266544) - (xy 62.538774 34.810173) - (xy 62.688989 34.314982) - (xy 62.73971 33.8) - (xy 62.688989 33.285018) - (xy 62.538774 32.789827) - (xy 62.294839 32.333456) - (xy 62.207473 32.227) - (xy 68.773 32.227) - (xy 68.773 60.876086) - (xy 31.227 60.9706) - (xy 31.227 32.227) - (xy 56.992527 32.227) - ) - ) - ) - (zone (net 2) (net_name "GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005eb47645) (hatch edge 0.508) - (priority 3) - (connect_pads yes (clearance 0.5)) - (min_thickness 0.2) (filled_areas_thickness no) - (fill yes (thermal_gap 0) (thermal_bridge_width 0.5) (smoothing fillet) (radius 1)) - (polygon - (pts - (xy 187 51.75) - (xy 234.25 51.75) - (xy 234.25 88.75) - (xy 187 88.75) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 204.392243 52.872097) - (xy 204.0875 52.872097) - (xy 203.923546 52.888245) - (xy 203.765892 52.936069) - (xy 203.620597 53.01373) - (xy 203.493245 53.118245) - (xy 203.42615 53.2) - (xy 203.37385 53.2) - (xy 203.306755 53.118245) - (xy 203.179403 53.01373) - (xy 203.034108 52.936069) - (xy 202.876454 52.888245) - (xy 202.7125 52.872097) - (xy 202.1375 52.872097) - (xy 201.973546 52.888245) - (xy 201.815892 52.936069) - (xy 201.670597 53.01373) - (xy 201.55 53.112701) - (xy 201.429403 53.01373) - (xy 201.284108 52.936069) - (xy 201.126454 52.888245) - (xy 200.9625 52.872097) - (xy 200.3875 52.872097) - (xy 200.223546 52.888245) - (xy 200.065892 52.936069) - (xy 199.920597 53.01373) - (xy 199.793245 53.118245) - (xy 199.72615 53.2) - (xy 196.977838 53.2) - (xy 196.923678 53.163811) - (xy 196.741689 53.088429) - (xy 196.548491 53.05) - (xy 196.351509 53.05) - (xy 196.158311 53.088429) - (xy 195.976322 53.163811) - (xy 195.812537 53.273249) - (xy 195.673249 53.412537) - (xy 195.563811 53.576322) - (xy 195.488429 53.758311) - (xy 195.45 53.951509) - (xy 195.45 54.148491) - (xy 195.488429 54.341689) - (xy 195.563811 54.523678) - (xy 195.673249 54.687463) - (xy 195.812537 54.826751) - (xy 195.976322 54.936189) - (xy 196.158311 55.011571) - (xy 196.351509 55.05) - (xy 196.548491 55.05) - (xy 196.741689 55.011571) - (xy 196.923678 54.936189) - (xy 197.087463 54.826751) - (xy 197.214214 54.7) - (xy 199.72615 54.7) - (xy 199.793245 54.781755) - (xy 199.920597 54.88627) - (xy 200.065892 54.963931) - (xy 200.223546 55.011755) - (xy 200.3875 55.027903) - (xy 200.9625 55.027903) - (xy 201.126454 55.011755) - (xy 201.284108 54.963931) - (xy 201.429403 54.88627) - (xy 201.55 54.787299) - (xy 201.670597 54.88627) - (xy 201.815892 54.963931) - (xy 201.973546 55.011755) - (xy 202.1375 55.027903) - (xy 202.7125 55.027903) - (xy 202.876454 55.011755) - (xy 203.034108 54.963931) - (xy 203.179403 54.88627) - (xy 203.306755 54.781755) - (xy 203.37385 54.7) - (xy 203.42615 54.7) - (xy 203.493245 54.781755) - (xy 203.620597 54.88627) - (xy 203.765892 54.963931) - (xy 203.923546 55.011755) - (xy 204.0875 55.027903) - (xy 204.6625 55.027903) - (xy 204.826454 55.011755) - (xy 204.984108 54.963931) - (xy 205.129403 54.88627) - (xy 205.256755 54.781755) - (xy 205.36127 54.654403) - (xy 205.438931 54.509108) - (xy 205.486755 54.351454) - (xy 205.502903 54.1875) - (xy 205.502903 53.882757) - (xy 205.51067 53.87499) - (xy 206.82294 53.87499) - (xy 206.788429 53.958307) - (xy 206.75 54.151505) - (xy 206.75 54.348487) - (xy 206.788429 54.541685) - (xy 206.863811 54.723674) - (xy 206.973249 54.887459) - (xy 207.112537 55.026747) - (xy 207.276322 55.136185) - (xy 207.458311 55.211567) - (xy 207.651509 55.249996) - (xy 207.848491 55.249996) - (xy 208.041689 55.211567) - (xy 208.223678 55.136185) - (xy 208.387463 55.026747) - (xy 208.526751 54.887459) - (xy 208.636189 54.723674) - (xy 208.711571 54.541685) - (xy 208.75 54.348487) - (xy 208.75 54.151505) - (xy 208.711571 53.958307) - (xy 208.636189 53.776318) - (xy 208.526751 53.612533) - (xy 208.49326 53.579042) - (xy 208.489147 53.537285) - (xy 208.446261 53.39591) - (xy 208.376619 53.265618) - (xy 208.340697 53.221847) - (xy 208.306376 53.180026) - (xy 208.306369 53.180019) - (xy 208.282895 53.151416) - (xy 208.254292 53.127942) - (xy 207.826348 52.7) - (xy 231.965765 52.7) - (xy 232.251851 52.728051) - (xy 232.494113 52.801194) - (xy 232.71755 52.919998) - (xy 232.913658 53.07994) - (xy 233.074967 53.274928) - (xy 233.195327 53.49753) - (xy 233.27016 53.739275) - (xy 233.3 54.023186) - (xy 233.300001 86.215755) - (xy 233.271949 86.501852) - (xy 233.198805 86.744114) - (xy 233.080002 86.96755) - (xy 232.920058 87.16366) - (xy 232.72507 87.324968) - (xy 232.502473 87.445326) - (xy 232.260725 87.520159) - (xy 231.976814 87.55) - (xy 190.034235 87.55) - (xy 189.748148 87.521949) - (xy 189.505886 87.448805) - (xy 189.28245 87.330002) - (xy 189.08634 87.170058) - (xy 188.925032 86.97507) - (xy 188.804674 86.752473) - (xy 188.729841 86.510725) - (xy 188.7 86.226814) - (xy 188.7 81.958128) - (xy 188.708311 81.961571) - (xy 188.901509 82) - (xy 189.098491 82) - (xy 189.291689 81.961571) - (xy 189.473678 81.886189) - (xy 189.5 81.868601) - (xy 189.526322 81.886189) - (xy 189.708311 81.961571) - (xy 189.901509 82) - (xy 190.098491 82) - (xy 190.291689 81.961571) - (xy 190.473678 81.886189) - (xy 190.5 81.868601) - (xy 190.526322 81.886189) - (xy 190.708311 81.961571) - (xy 190.901509 82) - (xy 191.098491 82) - (xy 191.291689 81.961571) - (xy 191.473678 81.886189) - (xy 191.637463 81.776751) - (xy 191.776751 81.637463) - (xy 191.801783 81.6) - (xy 191.921406 81.6) - (xy 192 81.607741) - (xy 192.078594 81.6) - (xy 192.078597 81.6) - (xy 192.313655 81.576849) - (xy 192.615256 81.485359) - (xy 192.893213 81.336788) - (xy 193.136845 81.136845) - (xy 193.186953 81.075788) - (xy 196.825793 77.436949) - (xy 196.886845 77.386845) - (xy 197.086788 77.143213) - (xy 197.235359 76.865256) - (xy 197.326849 76.563655) - (xy 197.35 76.328597) - (xy 197.35 76.328594) - (xy 197.357741 76.25) - (xy 197.35 76.171406) - (xy 197.35 73.847892) - (xy 197.563655 73.826849) - (xy 197.865256 73.735359) - (xy 198.143213 73.586788) - (xy 198.386845 73.386845) - (xy 198.586788 73.143213) - (xy 198.66233 73.001884) - (xy 198.776751 72.887463) - (xy 198.886189 72.723678) - (xy 198.961571 72.541689) - (xy 198.974279 72.477801) - (xy 202.772097 68.679984) - (xy 202.772097 69.0625) - (xy 202.788245 69.226454) - (xy 202.836069 69.384108) - (xy 202.91373 69.529403) - (xy 203.012701 69.65) - (xy 202.91373 69.770597) - (xy 202.836069 69.915892) - (xy 202.788245 70.073546) - (xy 202.772097 70.2375) - (xy 202.772097 70.8125) - (xy 202.788245 70.976454) - (xy 202.836069 71.134108) - (xy 202.91373 71.279403) - (xy 203.018245 71.406755) - (xy 203.145597 71.51127) - (xy 203.290892 71.588931) - (xy 203.448546 71.636755) - (xy 203.6125 71.652903) - (xy 204.0875 71.652903) - (xy 204.251454 71.636755) - (xy 204.409108 71.588931) - (xy 204.554403 71.51127) - (xy 204.681755 71.406755) - (xy 204.7 71.384523) - (xy 204.718245 71.406755) - (xy 204.845597 71.51127) - (xy 204.990892 71.588931) - (xy 205.148546 71.636755) - (xy 205.3125 71.652903) - (xy 205.7875 71.652903) - (xy 205.951454 71.636755) - (xy 206.109108 71.588931) - (xy 206.254403 71.51127) - (xy 206.381755 71.406755) - (xy 206.48627 71.279403) - (xy 206.488445 71.275333) - (xy 206.491829 71.275) - (xy 206.491837 71.275) - (xy 206.602028 71.264147) - (xy 206.743403 71.221261) - (xy 206.873695 71.151619) - (xy 206.987897 71.057895) - (xy 207.011381 71.02928) - (xy 209.250011 68.790651) - (xy 209.25001 72.18933) - (xy 207.095703 74.343638) - (xy 207.067094 74.367117) - (xy 207.043615 74.395726) - (xy 207.043612 74.395729) - (xy 207.020675 74.423678) - (xy 206.97337 74.481319) - (xy 206.952826 74.519755) - (xy 206.903727 74.611612) - (xy 206.860841 74.752987) - (xy 206.846361 74.900012) - (xy 206.849989 74.936849) - (xy 206.849988 83.313161) - (xy 206.846361 83.349988) - (xy 206.849988 83.386815) - (xy 206.849988 83.386822) - (xy 206.860841 83.497013) - (xy 206.903727 83.638388) - (xy 206.973369 83.76868) - (xy 206.999073 83.8) - (xy 206.817187 83.8) - (xy 206.537051 83.855723) - (xy 206.419907 83.904245) - (xy 200.500006 77.984345) - (xy 200.500006 74.614214) - (xy 200.526757 74.587463) - (xy 200.636195 74.423678) - (xy 200.711577 74.241689) - (xy 200.750006 74.048491) - (xy 200.750006 73.851509) - (xy 200.711577 73.658311) - (xy 200.636195 73.476322) - (xy 200.526757 73.312537) - (xy 200.387469 73.173249) - (xy 200.223684 73.063811) - (xy 200.041695 72.988429) - (xy 199.848497 72.95) - (xy 199.651515 72.95) - (xy 199.458317 72.988429) - (xy 199.276328 73.063811) - (xy 199.112543 73.173249) - (xy 198.973255 73.312537) - (xy 198.863817 73.476322) - (xy 198.788435 73.658311) - (xy 198.750257 73.850249) - (xy 198.558311 73.888429) - (xy 198.376322 73.963811) - (xy 198.212537 74.073249) - (xy 198.073249 74.212537) - (xy 197.963811 74.376322) - (xy 197.888429 74.558311) - (xy 197.85 74.751509) - (xy 197.85 74.948491) - (xy 197.888429 75.141689) - (xy 197.963811 75.323678) - (xy 198.073249 75.487463) - (xy 198.100001 75.514215) - (xy 198.1 82.043173) - (xy 198.096373 82.08) - (xy 198.1 82.116827) - (xy 198.1 82.116834) - (xy 198.110853 82.227025) - (xy 198.153739 82.3684) - (xy 198.223381 82.498692) - (xy 198.317105 82.612895) - (xy 198.34572 82.636379) - (xy 201.463626 85.754286) - (xy 201.487105 85.782895) - (xy 201.601307 85.876619) - (xy 201.731599 85.946261) - (xy 201.872974 85.989147) - (xy 201.983165 86) - (xy 201.983172 86) - (xy 202.02 86.003627) - (xy 202.056827 86) - (xy 202.967097 86) - (xy 202.967097 86.1) - (xy 202.978682 86.217621) - (xy 203.01299 86.330721) - (xy 203.068704 86.434955) - (xy 203.143683 86.526317) - (xy 203.235045 86.601296) - (xy 203.339279 86.65701) - (xy 203.452379 86.691318) - (xy 203.57 86.702903) - (xy 205.27 86.702903) - (xy 205.387621 86.691318) - (xy 205.500721 86.65701) - (xy 205.604955 86.601296) - (xy 205.696317 86.526317) - (xy 205.771296 86.434955) - (xy 205.82701 86.330721) - (xy 205.861318 86.217621) - (xy 205.862725 86.203335) - (xy 206.035679 86.376289) - (xy 206.273167 86.534973) - (xy 206.537051 86.644277) - (xy 206.817187 86.7) - (xy 207.102813 86.7) - (xy 207.382949 86.644277) - (xy 207.646833 86.534973) - (xy 207.884321 86.376289) - (xy 208.086289 86.174321) - (xy 208.23 85.959242) - (xy 208.373711 86.174321) - (xy 208.575679 86.376289) - (xy 208.813167 86.534973) - (xy 209.077051 86.644277) - (xy 209.357187 86.7) - (xy 209.642813 86.7) - (xy 209.922949 86.644277) - (xy 210.186833 86.534973) - (xy 210.424321 86.376289) - (xy 210.626289 86.174321) - (xy 210.77 85.959242) - (xy 210.913711 86.174321) - (xy 211.115679 86.376289) - (xy 211.353167 86.534973) - (xy 211.617051 86.644277) - (xy 211.897187 86.7) - (xy 212.182813 86.7) - (xy 212.462949 86.644277) - (xy 212.726833 86.534973) - (xy 212.964321 86.376289) - (xy 213.166289 86.174321) - (xy 213.324973 85.936833) - (xy 213.434277 85.672949) - (xy 213.49 85.392813) - (xy 213.49 85.107187) - (xy 213.434277 84.827051) - (xy 213.324973 84.563167) - (xy 213.166289 84.325679) - (xy 212.964321 84.123711) - (xy 212.726833 83.965027) - (xy 212.462949 83.855723) - (xy 212.182813 83.8) - (xy 212.002081 83.8) - (xy 210.880566 82.678486) - (xy 210.853948 82.646052) - (xy 210.742184 82.554329) - (xy 210.776317 82.526317) - (xy 210.851296 82.434955) - (xy 210.90701 82.330721) - (xy 210.941318 82.217621) - (xy 210.942725 82.203335) - (xy 211.115679 82.376289) - (xy 211.353167 82.534973) - (xy 211.617051 82.644277) - (xy 211.897187 82.7) - (xy 212.182813 82.7) - (xy 212.462949 82.644277) - (xy 212.726833 82.534973) - (xy 212.964321 82.376289) - (xy 213.166289 82.174321) - (xy 213.324973 81.936833) - (xy 213.434277 81.672949) - (xy 213.49 81.392813) - (xy 213.49 81.107187) - (xy 213.434277 80.827051) - (xy 213.324973 80.563167) - (xy 213.166289 80.325679) - (xy 212.964321 80.123711) - (xy 212.765 79.990529) - (xy 212.765 74.255918) - (xy 220.928049 74.255918) - (xy 220.928049 74.4529) - (xy 220.966478 74.646098) - (xy 221.04186 74.828087) - (xy 221.151298 74.991872) - (xy 221.17805 75.018624) - (xy 221.178049 80.791222) - (xy 221.174422 80.828049) - (xy 221.178049 80.864876) - (xy 221.178049 80.864883) - (xy 221.188902 80.975074) - (xy 221.231788 81.116449) - (xy 221.30143 81.246741) - (xy 221.395154 81.360944) - (xy 221.423769 81.384428) - (xy 225.793626 85.754286) - (xy 225.794916 85.755857) - (xy 225.811069 85.809108) - (xy 225.88873 85.954403) - (xy 225.993245 86.081755) - (xy 226.120597 86.18627) - (xy 226.265892 86.263931) - (xy 226.423546 86.311755) - (xy 226.5875 86.327903) - (xy 227.1625 86.327903) - (xy 227.326454 86.311755) - (xy 227.484108 86.263931) - (xy 227.629403 86.18627) - (xy 227.75 86.087299) - (xy 227.870597 86.18627) - (xy 228.015892 86.263931) - (xy 228.173546 86.311755) - (xy 228.3375 86.327903) - (xy 228.9125 86.327903) - (xy 229.076454 86.311755) - (xy 229.234108 86.263931) - (xy 229.298504 86.229511) - (xy 229.401509 86.25) - (xy 229.598491 86.25) - (xy 229.791689 86.211571) - (xy 229.973678 86.136189) - (xy 230.137463 86.026751) - (xy 230.276751 85.887463) - (xy 230.386189 85.723678) - (xy 230.461571 85.541689) - (xy 230.5 85.348491) - (xy 230.5 85.151509) - (xy 230.461571 84.958311) - (xy 230.386189 84.776322) - (xy 230.276751 84.612537) - (xy 230.164214 84.5) - (xy 230.276751 84.387463) - (xy 230.386189 84.223678) - (xy 230.461571 84.041689) - (xy 230.5 83.848491) - (xy 230.5 83.651509) - (xy 230.461571 83.458311) - (xy 230.386189 83.276322) - (xy 230.276751 83.112537) - (xy 230.164214 83) - (xy 230.276751 82.887463) - (xy 230.386189 82.723678) - (xy 230.461571 82.541689) - (xy 230.5 82.348491) - (xy 230.5 82.151509) - (xy 230.461571 81.958311) - (xy 230.386189 81.776322) - (xy 230.276751 81.612537) - (xy 230.164214 81.5) - (xy 230.276751 81.387463) - (xy 230.386189 81.223678) - (xy 230.461571 81.041689) - (xy 230.5 80.848491) - (xy 230.5 80.651509) - (xy 230.461571 80.458311) - (xy 230.386189 80.276322) - (xy 230.276751 80.112537) - (xy 230.164214 80) - (xy 230.276751 79.887463) - (xy 230.386189 79.723678) - (xy 230.461571 79.541689) - (xy 230.5 79.348491) - (xy 230.5 79.151509) - (xy 230.461571 78.958311) - (xy 230.386189 78.776322) - (xy 230.276751 78.612537) - (xy 230.164214 78.5) - (xy 230.276751 78.387463) - (xy 230.386189 78.223678) - (xy 230.461571 78.041689) - (xy 230.5 77.848491) - (xy 230.5 77.651509) - (xy 230.461571 77.458311) - (xy 230.386189 77.276322) - (xy 230.276751 77.112537) - (xy 230.137463 76.973249) - (xy 229.973678 76.863811) - (xy 229.791689 76.788429) - (xy 229.598491 76.75) - (xy 229.401509 76.75) - (xy 229.298504 76.770489) - (xy 229.234108 76.736069) - (xy 229.076454 76.688245) - (xy 228.9125 76.672097) - (xy 228.3375 76.672097) - (xy 228.173546 76.688245) - (xy 228.071803 76.719108) - (xy 228.100031 76.577197) - (xy 228.100031 76.380215) - (xy 228.061602 76.187017) - (xy 227.98622 76.005028) - (xy 227.876782 75.841243) - (xy 227.737494 75.701955) - (xy 227.573709 75.592517) - (xy 227.39172 75.517135) - (xy 227.198522 75.478706) - (xy 227.00154 75.478706) - (xy 226.808342 75.517135) - (xy 226.626353 75.592517) - (xy 226.462568 75.701955) - (xy 226.32328 75.841243) - (xy 226.213842 76.005028) - (xy 226.13846 76.187017) - (xy 226.100031 76.380215) - (xy 226.100031 76.577197) - (xy 226.122641 76.690865) - (xy 226.121373 76.703737) - (xy 226.125001 76.740574) - (xy 226.125001 76.811376) - (xy 226.120597 76.81373) - (xy 225.993245 76.918245) - (xy 225.88873 77.045597) - (xy 225.811069 77.190892) - (xy 225.763245 77.348546) - (xy 225.747097 77.5125) - (xy 225.747097 77.9875) - (xy 225.763245 78.151454) - (xy 225.79646 78.26095) - (xy 225.658313 78.288429) - (xy 225.476324 78.363811) - (xy 225.312539 78.473249) - (xy 225.199991 78.585797) - (xy 225.199991 78.047802) - (xy 225.226742 78.021051) - (xy 225.33618 77.857266) - (xy 225.411562 77.675277) - (xy 225.449991 77.482079) - (xy 225.449991 77.285097) - (xy 225.411562 77.091899) - (xy 225.33618 76.90991) - (xy 225.226742 76.746125) - (xy 225.087454 76.606837) - (xy 224.923669 76.497399) - (xy 224.74168 76.422017) - (xy 224.548482 76.383588) - (xy 224.3515 76.383588) - (xy 224.3 76.393832) - (xy 224.3 75.545997) - (xy 224.323678 75.536189) - (xy 224.487463 75.426751) - (xy 224.626751 75.287463) - (xy 224.736189 75.123678) - (xy 224.811571 74.941689) - (xy 224.85 74.748491) - (xy 224.85 74.551509) - (xy 224.811571 74.358311) - (xy 224.736189 74.176322) - (xy 224.626751 74.012537) - (xy 224.487463 73.873249) - (xy 224.323678 73.763811) - (xy 224.141689 73.688429) - (xy 223.948491 73.65) - (xy 223.751509 73.65) - (xy 223.558311 73.688429) - (xy 223.376322 73.763811) - (xy 223.212537 73.873249) - (xy 223.073249 74.012537) - (xy 222.963811 74.176322) - (xy 222.928049 74.262659) - (xy 222.928049 74.255918) - (xy 222.88962 74.06272) - (xy 222.814238 73.880731) - (xy 222.7048 73.716946) - (xy 222.565512 73.577658) - (xy 222.401727 73.46822) - (xy 222.219738 73.392838) - (xy 222.02654 73.354409) - (xy 221.829558 73.354409) - (xy 221.63636 73.392838) - (xy 221.454371 73.46822) - (xy 221.290586 73.577658) - (xy 221.151298 73.716946) - (xy 221.04186 73.880731) - (xy 220.966478 74.06272) - (xy 220.928049 74.255918) - (xy 212.765 74.255918) - (xy 212.765 72.901509) - (xy 228.45 72.901509) - (xy 228.45 73.098491) - (xy 228.488429 73.291689) - (xy 228.563811 73.473678) - (xy 228.673249 73.637463) - (xy 228.812537 73.776751) - (xy 228.976322 73.886189) - (xy 229.158311 73.961571) - (xy 229.351509 74) - (xy 229.548491 74) - (xy 229.741689 73.961571) - (xy 229.923678 73.886189) - (xy 230.087463 73.776751) - (xy 230.226751 73.637463) - (xy 230.336189 73.473678) - (xy 230.411571 73.291689) - (xy 230.45 73.098491) - (xy 230.45 72.901509) - (xy 230.411571 72.708311) - (xy 230.336189 72.526322) - (xy 230.226751 72.362537) - (xy 230.087463 72.223249) - (xy 229.923678 72.113811) - (xy 229.741689 72.038429) - (xy 229.548491 72) - (xy 229.351509 72) - (xy 229.158311 72.038429) - (xy 228.976322 72.113811) - (xy 228.812537 72.223249) - (xy 228.673249 72.362537) - (xy 228.563811 72.526322) - (xy 228.488429 72.708311) - (xy 228.45 72.901509) - (xy 212.765 72.901509) - (xy 212.765 67.901509) - (xy 228.45 67.901509) - (xy 228.45 68.098491) - (xy 228.488429 68.291689) - (xy 228.563811 68.473678) - (xy 228.673249 68.637463) - (xy 228.812537 68.776751) - (xy 228.976322 68.886189) - (xy 229.158311 68.961571) - (xy 229.351509 69) - (xy 229.548491 69) - (xy 229.741689 68.961571) - (xy 229.923678 68.886189) - (xy 230.087463 68.776751) - (xy 230.226751 68.637463) - (xy 230.336189 68.473678) - (xy 230.411571 68.291689) - (xy 230.45 68.098491) - (xy 230.45 67.901509) - (xy 230.411571 67.708311) - (xy 230.336189 67.526322) - (xy 230.226751 67.362537) - (xy 230.087463 67.223249) - (xy 229.923678 67.113811) - (xy 229.741689 67.038429) - (xy 229.548491 67) - (xy 229.351509 67) - (xy 229.158311 67.038429) - (xy 228.976322 67.113811) - (xy 228.812537 67.223249) - (xy 228.673249 67.362537) - (xy 228.563811 67.526322) - (xy 228.488429 67.708311) - (xy 228.45 67.901509) - (xy 212.765 67.901509) - (xy 212.765 65.962863) - (xy 213.779455 66.977318) - (xy 213.802151 67.004973) - (xy 213.829806 67.027669) - (xy 213.829808 67.027671) - (xy 213.873845 67.063811) - (xy 213.912546 67.095572) - (xy 214.038495 67.162894) - (xy 214.175158 67.20435) - (xy 214.281676 67.214841) - (xy 214.281685 67.214841) - (xy 214.317282 67.218347) - (xy 214.352879 67.214841) - (xy 217.010807 67.214841) - (xy 217.062558 67.266592) - (xy 217.226343 67.37603) - (xy 217.408332 67.451412) - (xy 217.60153 67.489841) - (xy 217.798512 67.489841) - (xy 217.99171 67.451412) - (xy 218.173699 67.37603) - (xy 218.337484 67.266592) - (xy 218.476772 67.127304) - (xy 218.58621 66.963519) - (xy 218.661592 66.78153) - (xy 218.700021 66.588332) - (xy 218.700021 66.39135) - (xy 218.661592 66.198152) - (xy 218.58621 66.016163) - (xy 218.476772 65.852378) - (xy 218.337484 65.71309) - (xy 218.173699 65.603652) - (xy 217.99171 65.52827) - (xy 217.798512 65.489841) - (xy 217.60153 65.489841) - (xy 217.408332 65.52827) - (xy 217.226343 65.603652) - (xy 217.062558 65.71309) - (xy 217.010807 65.764841) - (xy 214.617588 65.764841) - (xy 214.10565 65.252903) - (xy 214.4875 65.252903) - (xy 214.651454 65.236755) - (xy 214.809108 65.188931) - (xy 214.954403 65.11127) - (xy 215.081755 65.006755) - (xy 215.125 64.954061) - (xy 215.168245 65.006755) - (xy 215.295597 65.11127) - (xy 215.440892 65.188931) - (xy 215.598546 65.236755) - (xy 215.7625 65.252903) - (xy 216.2375 65.252903) - (xy 216.401454 65.236755) - (xy 216.559108 65.188931) - (xy 216.704403 65.11127) - (xy 216.831755 65.006755) - (xy 216.93627 64.879403) - (xy 216.948901 64.855771) - (xy 217.062558 64.969428) - (xy 217.226343 65.078866) - (xy 217.408332 65.154248) - (xy 217.60153 65.192677) - (xy 217.798512 65.192677) - (xy 217.99171 65.154248) - (xy 218.173699 65.078866) - (xy 218.337484 64.969428) - (xy 218.476772 64.83014) - (xy 218.58621 64.666355) - (xy 218.661592 64.484366) - (xy 218.700021 64.291168) - (xy 218.700021 64.094186) - (xy 218.661592 63.900988) - (xy 218.58621 63.718999) - (xy 218.476772 63.555214) - (xy 218.337484 63.415926) - (xy 218.173699 63.306488) - (xy 217.99171 63.231106) - (xy 217.798512 63.192677) - (xy 217.60153 63.192677) - (xy 217.408332 63.231106) - (xy 217.226343 63.306488) - (xy 217.086393 63.4) - (xy 216.951986 63.4) - (xy 216.93627 63.370597) - (xy 216.831755 63.243245) - (xy 216.704403 63.13873) - (xy 216.559108 63.061069) - (xy 216.401454 63.013245) - (xy 216.2375 62.997097) - (xy 215.7625 62.997097) - (xy 215.598546 63.013245) - (xy 215.440892 63.061069) - (xy 215.295597 63.13873) - (xy 215.168245 63.243245) - (xy 215.125 63.295939) - (xy 215.087299 63.25) - (xy 215.18627 63.129403) - (xy 215.263931 62.984108) - (xy 215.311755 62.826454) - (xy 215.327903 62.6625) - (xy 215.327903 62.357756) - (xy 215.639226 62.046433) - (xy 227.8 62.046433) - (xy 227.8 62.233567) - (xy 227.836508 62.417105) - (xy 227.908121 62.589994) - (xy 228.012087 62.74559) - (xy 228.14441 62.877913) - (xy 228.300006 62.981879) - (xy 228.472895 63.053492) - (xy 228.656433 63.09) - (xy 228.843567 63.09) - (xy 229.027105 63.053492) - (xy 229.199994 62.981879) - (xy 229.35559 62.877913) - (xy 229.487913 62.74559) - (xy 229.591879 62.589994) - (xy 229.663492 62.417105) - (xy 229.7 62.233567) - (xy 229.7 62.046433) - (xy 229.663492 61.862895) - (xy 229.591879 61.690006) - (xy 229.487913 61.53441) - (xy 229.470722 61.517219) - (xy 229.481675 61.509901) - (xy 229.620963 61.370613) - (xy 229.730401 61.206828) - (xy 229.805783 61.024839) - (xy 229.844212 60.831641) - (xy 229.844212 60.758455) - (xy 229.987477 60.61519) - (xy 230.015132 60.592494) - (xy 230.040052 60.56213) - (xy 230.105731 60.482099) - (xy 230.173053 60.35615) - (xy 230.180096 60.332931) - (xy 230.214509 60.219487) - (xy 230.225 60.112969) - (xy 230.225 60.11296) - (xy 230.228506 60.077363) - (xy 230.225 60.041766) - (xy 230.225 59.439214) - (xy 230.276751 59.387463) - (xy 230.386189 59.223678) - (xy 230.461571 59.041689) - (xy 230.5 58.848491) - (xy 230.5 58.651509) - (xy 230.461571 58.458311) - (xy 230.386189 58.276322) - (xy 230.276751 58.112537) - (xy 230.137463 57.973249) - (xy 229.973678 57.863811) - (xy 229.791689 57.788429) - (xy 229.598491 57.75) - (xy 229.401509 57.75) - (xy 229.208311 57.788429) - (xy 229.026322 57.863811) - (xy 228.862537 57.973249) - (xy 228.723249 58.112537) - (xy 228.613811 58.276322) - (xy 228.538429 58.458311) - (xy 228.5 58.651509) - (xy 228.5 58.848491) - (xy 228.538429 59.041689) - (xy 228.613811 59.223678) - (xy 228.723249 59.387463) - (xy 228.775001 59.439215) - (xy 228.775001 59.73315) - (xy 228.745721 59.73315) - (xy 228.552523 59.771579) - (xy 228.370534 59.846961) - (xy 228.206749 59.956399) - (xy 228.067461 60.095687) - (xy 227.958023 60.259472) - (xy 227.882641 60.441461) - (xy 227.844212 60.634659) - (xy 227.844212 60.831641) - (xy 227.882641 61.024839) - (xy 227.958023 61.206828) - (xy 228.067461 61.370613) - (xy 228.121673 61.424825) - (xy 228.012087 61.53441) - (xy 227.908121 61.690006) - (xy 227.836508 61.862895) - (xy 227.8 62.046433) - (xy 215.639226 62.046433) - (xy 215.68565 62.00001) - (xy 216.463163 62.00001) - (xy 216.49999 62.003637) - (xy 216.536817 62.00001) - (xy 216.536825 62.00001) - (xy 216.647016 61.989157) - (xy 216.788391 61.946271) - (xy 216.918683 61.876629) - (xy 217.032885 61.782905) - (xy 217.056369 61.75429) - (xy 217.32929 61.481369) - (xy 217.357905 61.457885) - (xy 217.451629 61.343683) - (xy 217.521271 61.213391) - (xy 217.564157 61.072016) - (xy 217.57501 60.961825) - (xy 217.57501 60.961818) - (xy 217.578637 60.92499) - (xy 217.57501 60.888162) - (xy 217.57501 59.861838) - (xy 217.578637 59.82501) - (xy 217.57501 59.788182) - (xy 217.57501 59.788175) - (xy 217.564157 59.677984) - (xy 217.521271 59.536609) - (xy 217.451629 59.406317) - (xy 217.357905 59.292115) - (xy 217.329292 59.268633) - (xy 217.056379 58.99572) - (xy 217.032895 58.967105) - (xy 216.918693 58.873381) - (xy 216.788401 58.803739) - (xy 216.647026 58.760853) - (xy 216.536835 58.75) - (xy 216.536827 58.75) - (xy 216.5 58.746373) - (xy 216.463173 58.75) - (xy 215.327903 58.75) - (xy 215.327903 58.3375) - (xy 215.324497 58.302916) - (xy 215.40641 58.221003) - (xy 215.515848 58.057218) - (xy 215.59123 57.875229) - (xy 215.629659 57.682031) - (xy 215.629659 57.485049) - (xy 215.59123 57.291851) - (xy 215.515848 57.109862) - (xy 215.40641 56.946077) - (xy 215.267122 56.806789) - (xy 215.103337 56.697351) - (xy 214.921348 56.621969) - (xy 214.72815 56.58354) - (xy 214.58665 56.58354) - (xy 214.586199 56.58245) - (xy 214.476761 56.418665) - (xy 214.337473 56.279377) - (xy 214.318101 56.266433) - (xy 227.8 56.266433) - (xy 227.8 56.453567) - (xy 227.836508 56.637105) - (xy 227.908121 56.809994) - (xy 228.012087 56.96559) - (xy 228.14441 57.097913) - (xy 228.300006 57.201879) - (xy 228.472895 57.273492) - (xy 228.656433 57.31) - (xy 228.843567 57.31) - (xy 229.027105 57.273492) - (xy 229.199994 57.201879) - (xy 229.35559 57.097913) - (xy 229.487913 56.96559) - (xy 229.591879 56.809994) - (xy 229.663492 56.637105) - (xy 229.7 56.453567) - (xy 229.7 56.266433) - (xy 229.663492 56.082895) - (xy 229.591879 55.910006) - (xy 229.487913 55.75441) - (xy 229.35559 55.622087) - (xy 229.199994 55.518121) - (xy 229.027105 55.446508) - (xy 228.843567 55.41) - (xy 228.656433 55.41) - (xy 228.472895 55.446508) - (xy 228.300006 55.518121) - (xy 228.14441 55.622087) - (xy 228.012087 55.75441) - (xy 227.908121 55.910006) - (xy 227.836508 56.082895) - (xy 227.8 56.266433) - (xy 214.318101 56.266433) - (xy 214.173688 56.169939) - (xy 213.991699 56.094557) - (xy 213.798501 56.056128) - (xy 213.601519 56.056128) - (xy 213.408321 56.094557) - (xy 213.226332 56.169939) - (xy 213.062547 56.279377) - (xy 212.923259 56.418665) - (xy 212.813821 56.58245) - (xy 212.738439 56.764439) - (xy 212.70001 56.957637) - (xy 212.70001 56.995467) - (xy 212.648425 57.047052) - (xy 212.640512 57.040558) - (xy 212.518989 56.975602) - (xy 212.38713 56.935603) - (xy 212.25 56.922097) - (xy 210.975 56.922097) - (xy 210.83787 56.935603) - (xy 210.707996 56.975) - (xy 210.208833 56.975) - (xy 210.172006 56.971373) - (xy 210.135178 56.975) - (xy 210.135171 56.975) - (xy 210.02498 56.985853) - (xy 209.883605 57.028739) - (xy 209.841942 57.051008) - (xy 209.747507 57.051008) - (xy 209.682203 57.063998) - (xy 209.641996 56.966929) - (xy 209.532558 56.803144) - (xy 209.39327 56.663856) - (xy 209.229485 56.554418) - (xy 209.047496 56.479036) - (xy 208.854298 56.440607) - (xy 208.657316 56.440607) - (xy 208.464118 56.479036) - (xy 208.282129 56.554418) - (xy 208.118344 56.663856) - (xy 207.979056 56.803144) - (xy 207.869618 56.966929) - (xy 207.794236 57.148918) - (xy 207.782249 57.209184) - (xy 207.677371 57.230045) - (xy 207.495382 57.305427) - (xy 207.331597 57.414865) - (xy 207.298106 57.448356) - (xy 207.256349 57.452469) - (xy 207.208098 57.467106) - (xy 207.187742 57.4) - (xy 207.214397 57.31213) - (xy 207.227903 57.175) - (xy 207.227903 56.975) - (xy 207.214397 56.83787) - (xy 207.174398 56.706011) - (xy 207.109442 56.584488) - (xy 207.022027 56.477973) - (xy 206.915512 56.390558) - (xy 206.793989 56.325602) - (xy 206.66213 56.285603) - (xy 206.525 56.272097) - (xy 205.25 56.272097) - (xy 205.11287 56.285603) - (xy 204.982996 56.325) - (xy 202.27384 56.325) - (xy 202.237012 56.321373) - (xy 202.200184 56.325) - (xy 202.200177 56.325) - (xy 202.089986 56.335853) - (xy 201.948611 56.378739) - (xy 201.818319 56.448381) - (xy 201.704117 56.542105) - (xy 201.680638 56.570714) - (xy 198.670694 59.580659) - (xy 198.642085 59.604138) - (xy 198.618606 59.632747) - (xy 198.618603 59.63275) - (xy 198.597967 59.657895) - (xy 198.548361 59.71834) - (xy 198.518468 59.774266) - (xy 198.478718 59.848633) - (xy 198.435832 59.990008) - (xy 198.421352 60.137033) - (xy 198.42498 60.17387) - (xy 198.424979 67.056181) - (xy 198.403741 67.095914) - (xy 198.360855 67.237289) - (xy 198.356742 67.279046) - (xy 198.323251 67.312537) - (xy 198.213813 67.476322) - (xy 198.138431 67.658311) - (xy 198.100002 67.851509) - (xy 198.100002 68.048491) - (xy 198.138431 68.241689) - (xy 198.213813 68.423678) - (xy 198.323251 68.587463) - (xy 198.462539 68.726751) - (xy 198.626324 68.836189) - (xy 198.808313 68.911571) - (xy 198.875201 68.924876) - (xy 198.850012 69.051509) - (xy 198.850012 69.248491) - (xy 198.888441 69.441689) - (xy 198.963823 69.623678) - (xy 199.073261 69.787463) - (xy 199.166859 69.881061) - (xy 198.13767 70.910249) - (xy 197.865256 70.764641) - (xy 197.563655 70.673151) - (xy 197.328597 70.65) - (xy 195.828596 70.65) - (xy 195.75 70.642259) - (xy 195.671403 70.65) - (xy 195.436345 70.673151) - (xy 195.134744 70.764641) - (xy 194.856787 70.913212) - (xy 194.613155 71.113155) - (xy 194.413212 71.356787) - (xy 194.33767 71.498116) - (xy 194.223249 71.612537) - (xy 194.113811 71.776322) - (xy 194.038429 71.958311) - (xy 194 72.151509) - (xy 194 72.348491) - (xy 194.038429 72.541689) - (xy 194.113811 72.723678) - (xy 194.15 72.777839) - (xy 194.150001 75.587257) - (xy 191.563458 78.1738) - (xy 191.473678 78.113811) - (xy 191.291689 78.038429) - (xy 191.098491 78) - (xy 190.901509 78) - (xy 190.708311 78.038429) - (xy 190.526322 78.113811) - (xy 190.5 78.131399) - (xy 190.473678 78.113811) - (xy 190.291689 78.038429) - (xy 190.098491 78) - (xy 189.901509 78) - (xy 189.708311 78.038429) - (xy 189.526322 78.113811) - (xy 189.5 78.131399) - (xy 189.473678 78.113811) - (xy 189.291689 78.038429) - (xy 189.098491 78) - (xy 188.901509 78) - (xy 188.708311 78.038429) - (xy 188.7 78.041872) - (xy 188.7 74.958128) - (xy 188.708311 74.961571) - (xy 188.901509 75) - (xy 189.098491 75) - (xy 189.291689 74.961571) - (xy 189.473678 74.886189) - (xy 189.5 74.868601) - (xy 189.526322 74.886189) - (xy 189.708311 74.961571) - (xy 189.901509 75) - (xy 190.098491 75) - (xy 190.291689 74.961571) - (xy 190.473678 74.886189) - (xy 190.5 74.868601) - (xy 190.526322 74.886189) - (xy 190.708311 74.961571) - (xy 190.901509 75) - (xy 191.098491 75) - (xy 191.291689 74.961571) - (xy 191.473678 74.886189) - (xy 191.637463 74.776751) - (xy 191.776751 74.637463) - (xy 191.886189 74.473678) - (xy 191.961571 74.291689) - (xy 192 74.098491) - (xy 192 73.901509) - (xy 191.961571 73.708311) - (xy 191.886189 73.526322) - (xy 191.868601 73.5) - (xy 191.886189 73.473678) - (xy 191.961571 73.291689) - (xy 192 73.098491) - (xy 192 72.901509) - (xy 191.961571 72.708311) - (xy 191.886189 72.526322) - (xy 191.868601 72.5) - (xy 191.886189 72.473678) - (xy 191.961571 72.291689) - (xy 192 72.098491) - (xy 192 71.901509) - (xy 191.961571 71.708311) - (xy 191.886189 71.526322) - (xy 191.776751 71.362537) - (xy 191.637463 71.223249) - (xy 191.473678 71.113811) - (xy 191.291689 71.038429) - (xy 191.098491 71) - (xy 190.901509 71) - (xy 190.708311 71.038429) - (xy 190.526322 71.113811) - (xy 190.5 71.131399) - (xy 190.473678 71.113811) - (xy 190.291689 71.038429) - (xy 190.098491 71) - (xy 189.901509 71) - (xy 189.708311 71.038429) - (xy 189.526322 71.113811) - (xy 189.5 71.131399) - (xy 189.473678 71.113811) - (xy 189.291689 71.038429) - (xy 189.098491 71) - (xy 188.901509 71) - (xy 188.708311 71.038429) - (xy 188.7 71.041872) - (xy 188.7 68.958128) - (xy 188.708311 68.961571) - (xy 188.901509 69) - (xy 189.098491 69) - (xy 189.291689 68.961571) - (xy 189.473678 68.886189) - (xy 189.5 68.868601) - (xy 189.526322 68.886189) - (xy 189.708311 68.961571) - (xy 189.901509 69) - (xy 190.098491 69) - (xy 190.291689 68.961571) - (xy 190.473678 68.886189) - (xy 190.5 68.868601) - (xy 190.526322 68.886189) - (xy 190.708311 68.961571) - (xy 190.901509 69) - (xy 191.098491 69) - (xy 191.291689 68.961571) - (xy 191.473678 68.886189) - (xy 191.637463 68.776751) - (xy 191.776751 68.637463) - (xy 191.886189 68.473678) - (xy 191.961571 68.291689) - (xy 192 68.098491) - (xy 192 67.901509) - (xy 191.961571 67.708311) - (xy 191.886189 67.526322) - (xy 191.868601 67.5) - (xy 191.886189 67.473678) - (xy 191.961571 67.291689) - (xy 192 67.098491) - (xy 192 66.901509) - (xy 191.961571 66.708311) - (xy 191.886189 66.526322) - (xy 191.868601 66.5) - (xy 191.886189 66.473678) - (xy 191.961571 66.291689) - (xy 192 66.098491) - (xy 192 65.901509) - (xy 191.961571 65.708311) - (xy 191.886189 65.526322) - (xy 191.776751 65.362537) - (xy 191.637463 65.223249) - (xy 191.473678 65.113811) - (xy 191.291689 65.038429) - (xy 191.098491 65) - (xy 190.901509 65) - (xy 190.708311 65.038429) - (xy 190.526322 65.113811) - (xy 190.5 65.131399) - (xy 190.473678 65.113811) - (xy 190.291689 65.038429) - (xy 190.098491 65) - (xy 189.901509 65) - (xy 189.708311 65.038429) - (xy 189.526322 65.113811) - (xy 189.5 65.131399) - (xy 189.473678 65.113811) - (xy 189.291689 65.038429) - (xy 189.098491 65) - (xy 188.901509 65) - (xy 188.708311 65.038429) - (xy 188.7 65.041872) - (xy 188.7 61.958128) - (xy 188.708311 61.961571) - (xy 188.901509 62) - (xy 189.098491 62) - (xy 189.291689 61.961571) - (xy 189.473678 61.886189) - (xy 189.5 61.868601) - (xy 189.526322 61.886189) - (xy 189.708311 61.961571) - (xy 189.901509 62) - (xy 190.098491 62) - (xy 190.291689 61.961571) - (xy 190.473678 61.886189) - (xy 190.5 61.868601) - (xy 190.526322 61.886189) - (xy 190.708311 61.961571) - (xy 190.901509 62) - (xy 191.098491 62) - (xy 191.291689 61.961571) - (xy 191.473678 61.886189) - (xy 191.637463 61.776751) - (xy 191.776751 61.637463) - (xy 191.886189 61.473678) - (xy 191.961571 61.291689) - (xy 192 61.098491) - (xy 192 60.901509) - (xy 191.961571 60.708311) - (xy 191.886189 60.526322) - (xy 191.868601 60.5) - (xy 191.886189 60.473678) - (xy 191.961571 60.291689) - (xy 192 60.098491) - (xy 192 59.901509) - (xy 191.961571 59.708311) - (xy 191.886189 59.526322) - (xy 191.868601 59.5) - (xy 191.886189 59.473678) - (xy 191.961571 59.291689) - (xy 192 59.098491) - (xy 192 58.901509) - (xy 191.961571 58.708311) - (xy 191.886189 58.526322) - (xy 191.776751 58.362537) - (xy 191.637463 58.223249) - (xy 191.473678 58.113811) - (xy 191.291689 58.038429) - (xy 191.098491 58) - (xy 190.901509 58) - (xy 190.708311 58.038429) - (xy 190.526322 58.113811) - (xy 190.5 58.131399) - (xy 190.473678 58.113811) - (xy 190.291689 58.038429) - (xy 190.098491 58) - (xy 189.901509 58) - (xy 189.708311 58.038429) - (xy 189.526322 58.113811) - (xy 189.5 58.131399) - (xy 189.473678 58.113811) - (xy 189.291689 58.038429) - (xy 189.098491 58) - (xy 188.901509 58) - (xy 188.708311 58.038429) - (xy 188.7 58.041872) - (xy 188.7 54.034235) - (xy 188.728051 53.748149) - (xy 188.801194 53.505887) - (xy 188.919998 53.28245) - (xy 189.07994 53.086342) - (xy 189.274928 52.925033) - (xy 189.49753 52.804673) - (xy 189.739275 52.72984) - (xy 190.023186 52.7) - (xy 204.564339 52.7) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 204.918245 67.506755) - (xy 205.045597 67.61127) - (xy 205.190892 67.688931) - (xy 205.348546 67.736755) - (xy 205.5125 67.752903) - (xy 205.855432 67.752903) - (xy 205.923145 67.789097) - (xy 206.083371 67.8377) - (xy 206.208251 67.85) - (xy 206.208261 67.85) - (xy 206.249999 67.854111) - (xy 206.291737 67.85) - (xy 207.652085 67.85) - (xy 207.673683 67.876317) - (xy 207.765045 67.951296) - (xy 207.869279 68.00701) - (xy 207.902312 68.01703) - (xy 206.323723 69.59562) - (xy 206.254403 69.53873) - (xy 206.109108 69.461069) - (xy 205.951454 69.413245) - (xy 205.7875 69.397097) - (xy 205.3125 69.397097) - (xy 205.148546 69.413245) - (xy 204.990892 69.461069) - (xy 204.845597 69.53873) - (xy 204.718245 69.643245) - (xy 204.7 69.665477) - (xy 204.687299 69.65) - (xy 204.78627 69.529403) - (xy 204.863931 69.384108) - (xy 204.911755 69.226454) - (xy 204.927903 69.0625) - (xy 204.927903 68.4875) - (xy 204.911755 68.323546) - (xy 204.863931 68.165892) - (xy 204.78627 68.020597) - (xy 204.681755 67.893245) - (xy 204.6 67.82615) - (xy 204.6 67.4) - (xy 204.830634 67.4) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 201.418245 63.506755) - (xy 201.545597 63.61127) - (xy 201.690892 63.688931) - (xy 201.848546 63.736755) - (xy 202.0125 63.752903) - (xy 202.317422 63.752903) - (xy 202.402017 63.822329) - (xy 202.532309 63.891971) - (xy 202.673684 63.934857) - (xy 202.783875 63.94571) - (xy 202.783884 63.94571) - (xy 202.820709 63.949337) - (xy 202.857534 63.94571) - (xy 205.579963 63.94571) - (xy 205.61679 63.949337) - (xy 205.653617 63.94571) - (xy 205.653625 63.94571) - (xy 205.763816 63.934857) - (xy 205.905191 63.891971) - (xy 206.035483 63.822329) - (xy 206.149685 63.728605) - (xy 206.150261 63.727903) - (xy 206.525 63.727903) - (xy 206.636559 63.716915) - (xy 206.672059 63.80262) - (xy 206.781497 63.966405) - (xy 206.920785 64.105693) - (xy 207.08457 64.215131) - (xy 207.266559 64.290513) - (xy 207.459757 64.328942) - (xy 207.656739 64.328942) - (xy 207.800001 64.300446) - (xy 207.8 65.543174) - (xy 207.796373 65.580002) - (xy 207.8 65.616829) - (xy 207.8 65.616836) - (xy 207.810853 65.727027) - (xy 207.853739 65.868402) - (xy 207.913209 65.979664) - (xy 207.869279 65.99299) - (xy 207.765045 66.048704) - (xy 207.673683 66.123683) - (xy 207.652085 66.15) - (xy 206.804612 66.15) - (xy 206.763931 66.015892) - (xy 206.68627 65.870597) - (xy 206.581755 65.743245) - (xy 206.454403 65.63873) - (xy 206.309108 65.561069) - (xy 206.151454 65.513245) - (xy 205.9875 65.497097) - (xy 205.5125 65.497097) - (xy 205.348546 65.513245) - (xy 205.190892 65.561069) - (xy 205.045597 65.63873) - (xy 204.970939 65.7) - (xy 203.741737 65.7) - (xy 203.699999 65.695889) - (xy 203.658261 65.7) - (xy 203.658251 65.7) - (xy 203.533371 65.7123) - (xy 203.373145 65.760903) - (xy 203.225481 65.839832) - (xy 203.096052 65.946052) - (xy 203.069439 65.97848) - (xy 200.600012 68.447907) - (xy 200.600012 67.626824) - (xy 200.603638 67.590007) - (xy 200.600012 67.55319) - (xy 200.600012 67.553173) - (xy 200.589159 67.442982) - (xy 200.546273 67.301607) - (xy 200.476631 67.171315) - (xy 200.42499 67.108391) - (xy 200.42499 63.752903) - (xy 200.7375 63.752903) - (xy 200.901454 63.736755) - (xy 201.059108 63.688931) - (xy 201.204403 63.61127) - (xy 201.331755 63.506755) - (xy 201.375 63.454061) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 203.06373 59.879403) - (xy 203.168245 60.006755) - (xy 203.295597 60.11127) - (xy 203.440892 60.188931) - (xy 203.598546 60.236755) - (xy 203.7625 60.252903) - (xy 204.071946 60.252903) - (xy 204.090257 60.26793) - (xy 204.131307 60.301619) - (xy 204.261599 60.371261) - (xy 204.402974 60.414147) - (xy 204.513165 60.425) - (xy 204.513174 60.425) - (xy 204.549999 60.428627) - (xy 204.586824 60.425) - (xy 204.714379 60.425) - (xy 204.665558 60.484488) - (xy 204.600602 60.606011) - (xy 204.560603 60.73787) - (xy 204.547097 60.875) - (xy 204.547097 61.075) - (xy 204.560603 61.21213) - (xy 204.587258 61.3) - (xy 204.560603 61.38787) - (xy 204.547097 61.525) - (xy 204.547097 61.725) - (xy 204.560603 61.86213) - (xy 204.587258 61.95) - (xy 204.560603 62.03787) - (xy 204.547097 62.175) - (xy 204.547097 62.375) - (xy 204.554061 62.44571) - (xy 203.327903 62.44571) - (xy 203.327903 62.3375) - (xy 203.311755 62.173546) - (xy 203.263931 62.015892) - (xy 203.18627 61.870597) - (xy 203.081755 61.743245) - (xy 202.954403 61.63873) - (xy 202.809108 61.561069) - (xy 202.651454 61.513245) - (xy 202.4875 61.497097) - (xy 202.0125 61.497097) - (xy 201.848546 61.513245) - (xy 201.690892 61.561069) - (xy 201.545597 61.63873) - (xy 201.418245 61.743245) - (xy 201.375 61.795939) - (xy 201.337299 61.75) - (xy 201.43627 61.629403) - (xy 201.513931 61.484108) - (xy 201.561755 61.326454) - (xy 201.577903 61.1625) - (xy 201.577903 60.857756) - (xy 202.56066 59.875) - (xy 203.061377 59.875) - ) - ) - ) - (zone (net 21) (net_name "/MID") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005eb47651) (hatch edge 0.508) - (priority 3) - (connect_pads yes (clearance 1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 1) (smoothing fillet)) - (polygon - (pts - (xy 117 64.5) - (xy 136 64.5) - (xy 136 76.75) - (xy 127 76.75) - (xy 127 82.5) - (xy 117 82.5) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 127.617547 66.59) - (xy 127.639307 66.810931) - (xy 127.70375 67.023371) - (xy 127.8084 67.219157) - (xy 127.949235 67.390765) - (xy 128.120843 67.5316) - (xy 128.316629 67.63625) - (xy 128.529069 67.700693) - (xy 128.75 67.722453) - (xy 134.75 67.722453) - (xy 134.773 67.720188) - (xy 134.773001 72.619812) - (xy 134.75 72.617547) - (xy 128.75 72.617547) - (xy 128.529069 72.639307) - (xy 128.316629 72.70375) - (xy 128.120843 72.8084) - (xy 127.949235 72.949235) - (xy 127.8084 73.120843) - (xy 127.70375 73.316629) - (xy 127.639307 73.529069) - (xy 127.617547 73.75) - (xy 127.617547 76.623) - (xy 127 76.623) - (xy 126.975224 76.62544) - (xy 126.951399 76.632667) - (xy 126.929443 76.644403) - (xy 126.910197 76.660197) - (xy 126.894403 76.679443) - (xy 126.882667 76.701399) - (xy 126.87544 76.725224) - (xy 126.873 76.75) - (xy 126.873 82.274811) - (xy 126.807392 82.373) - (xy 118.227 82.373) - (xy 118.227 75.57613) - (xy 118.51881 75.771111) - (xy 119.087888 76.006831) - (xy 119.692017 76.127) - (xy 120.307983 76.127) - (xy 120.912112 76.006831) - (xy 121.48119 75.771111) - (xy 121.993346 75.428899) - (xy 122.428899 74.993346) - (xy 122.771111 74.48119) - (xy 123.006831 73.912112) - (xy 123.127 73.307983) - (xy 123.127 72.692017) - (xy 123.006831 72.087888) - (xy 122.771111 71.51881) - (xy 122.428899 71.006654) - (xy 121.993346 70.571101) - (xy 121.48119 70.228889) - (xy 120.912112 69.993169) - (xy 120.307983 69.873) - (xy 119.692017 69.873) - (xy 119.087888 69.993169) - (xy 118.51881 70.228889) - (xy 118.227 70.42387) - (xy 118.227 64.627) - (xy 127.617547 64.627) - ) - ) - ) - (zone (net 23) (net_name "/BP_B2+") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005eb4765a) (hatch edge 0.508) - (priority 3) - (connect_pads yes (clearance 1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 1) (smoothing fillet) (radius 2)) - (polygon - (pts - (xy 37 31) - (xy 37 83) - (xy 70 83) - (xy 70 77) - (xy 54.5 77) - (xy 54.5 59) - (xy 70 59) - (xy 70 31) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 37.705161 32.333456) - (xy 37.461226 32.789827) - (xy 37.311011 33.285018) - (xy 37.26029 33.8) - (xy 37.311011 34.314982) - (xy 37.461226 34.810173) - (xy 37.705161 35.266544) - (xy 38.033443 35.666557) - (xy 38.433456 35.994839) - (xy 38.889827 36.238774) - (xy 39.385018 36.388989) - (xy 39.770952 36.427) - (xy 41.029048 36.427) - (xy 41.414982 36.388989) - (xy 41.910173 36.238774) - (xy 42.366544 35.994839) - (xy 42.766557 35.666557) - (xy 43.094839 35.266544) - (xy 43.338774 34.810173) - (xy 43.488989 34.314982) - (xy 43.53971 33.8) - (xy 43.488989 33.285018) - (xy 43.338774 32.789827) - (xy 43.094839 32.333456) - (xy 43.007473 32.227) - (xy 68.773 32.227) - (xy 68.773 57.736233) - (xy 68.615409 57.630934) - (xy 68.282916 57.493211) - (xy 67.929944 57.423) - (xy 67.570056 57.423) - (xy 67.217084 57.493211) - (xy 67 57.58313) - (xy 66.782916 57.493211) - (xy 66.429944 57.423) - (xy 66.070056 57.423) - (xy 65.717084 57.493211) - (xy 65.5 57.58313) - (xy 65.282916 57.493211) - (xy 64.929944 57.423) - (xy 64.570056 57.423) - (xy 64.217084 57.493211) - (xy 64 57.58313) - (xy 63.782916 57.493211) - (xy 63.429944 57.423) - (xy 63.070056 57.423) - (xy 62.717084 57.493211) - (xy 62.5 57.58313) - (xy 62.282916 57.493211) - (xy 61.929944 57.423) - (xy 61.570056 57.423) - (xy 61.217084 57.493211) - (xy 61 57.58313) - (xy 60.782916 57.493211) - (xy 60.429944 57.423) - (xy 60.070056 57.423) - (xy 59.717084 57.493211) - (xy 59.5 57.58313) - (xy 59.282916 57.493211) - (xy 58.929944 57.423) - (xy 58.570056 57.423) - (xy 58.217084 57.493211) - (xy 58 57.58313) - (xy 57.782916 57.493211) - (xy 57.429944 57.423) - (xy 57.070056 57.423) - (xy 56.717084 57.493211) - (xy 56.384591 57.630934) - (xy 56.085355 57.830876) - (xy 55.830876 58.085355) - (xy 55.630934 58.384591) - (xy 55.493211 58.717084) - (xy 55.423 59.070056) - (xy 55.423 59.170455) - (xy 55.357853 59.206028) - (xy 55.34261 59.215824) - (xy 55.114171 59.386832) - (xy 55.100476 59.398698) - (xy 54.898698 59.600476) - (xy 54.886832 59.614171) - (xy 54.715824 59.84261) - (xy 54.706028 59.857853) - (xy 54.569271 60.108305) - (xy 54.561743 60.124788) - (xy 54.462021 60.392153) - (xy 54.456916 60.409539) - (xy 54.396259 60.688374) - (xy 54.393681 60.70631) - (xy 54.373324 60.99094) - (xy 54.373 61) - (xy 54.373 75) - (xy 54.373324 75.00906) - (xy 54.393681 75.29369) - (xy 54.396259 75.311626) - (xy 54.456916 75.590461) - (xy 54.462021 75.607847) - (xy 54.561743 75.875212) - (xy 54.569271 75.891695) - (xy 54.706028 76.142147) - (xy 54.715824 76.15739) - (xy 54.886832 76.385829) - (xy 54.898698 76.399524) - (xy 55.100476 76.601302) - (xy 55.114171 76.613168) - (xy 55.34261 76.784176) - (xy 55.357853 76.793972) - (xy 55.608305 76.930729) - (xy 55.624788 76.938257) - (xy 55.892153 77.037979) - (xy 55.909539 77.043084) - (xy 56.188374 77.103741) - (xy 56.20631 77.106319) - (xy 56.49094 77.126676) - (xy 56.5 77.127) - (xy 67.99547 77.127) - (xy 68.266504 77.146385) - (xy 68.527593 77.203181) - (xy 68.773001 77.294714) - (xy 68.773001 82.705286) - (xy 68.527593 82.796819) - (xy 68.266504 82.853615) - (xy 67.99547 82.873) - (xy 39.00453 82.873) - (xy 38.733496 82.853615) - (xy 38.472407 82.796819) - (xy 38.22206 82.703444) - (xy 37.987555 82.575395) - (xy 37.773662 82.415276) - (xy 37.584724 82.226338) - (xy 37.424605 82.012445) - (xy 37.296556 81.77794) - (xy 37.203181 81.527593) - (xy 37.146385 81.266504) - (xy 37.127 80.99547) - (xy 37.127 33.00453) - (xy 37.146385 32.733496) - (xy 37.203181 32.472407) - (xy 37.294713 32.227) - (xy 37.792527 32.227) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (grid_origin 206.25 59.75) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "+3V3") + (net 2 "GND") + (net 3 "VBUS") + (net 4 "Net-(D1-Pad2)") + (net 5 "Net-(D2-Pad2)") + (net 6 "Net-(D3-Pad2)") + (net 7 "D+") + (net 8 "D-") + (net 9 "RST") + (net 10 "SWCLK") + (net 11 "SWDIO") + (net 12 "RX") + (net 13 "TX") + (net 14 "Net-(J14-Pad1)") + (net 15 "Net-(J16-Pad1)") + (net 16 "Net-(R5-Pad1)") + (net 17 "Net-(R6-Pad1)") + (net 18 "Net-(R7-Pad1)") + (net 19 "/VBUS_SENSE") + (net 20 "/OUT+") + (net 21 "/MID") + (net 22 "/OUT-") + (net 23 "/BP_B2+") + (net 24 "/BP_B2-") + (net 25 "/BP_B1-") + (net 26 "/BP_B1+") + (net 27 "BAT1+") + (net 28 "Net-(D4-Pad2)") + (net 29 "Net-(D5-Pad2)") + (net 30 "Net-(D6-Pad2)") + (net 31 "BAT2+") + (net 32 "BAT2_V") + (net 33 "BAT1_V") + (net 34 "Net-(R14-Pad1)") + (net 35 "Net-(R15-Pad1)") + (net 36 "Net-(R16-Pad1)") + (footprint "Connector_USB:USB_Micro-B_Wuerth_629105150521_CircularHoles" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e846570") + (at 230.25 70.5 90) + (descr "USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf") + (tags "usb micro receptacle") + (property "Reference" "J1" + (at 0 -3.5 90) + (layer "F.SilkS") + (hide yes) + (uuid "3b0307ca-68da-476d-abf9-df4dfb6d7462") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Mirco USB" + (at 0 5.6 90) + (layer "F.Fab") + (uuid "08e42553-961e-420f-81a6-53aa6502783d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7331b41-9bde-4f40-be44-c7ced7319229") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a4b5abeb-b5c9-4031-b0a0-984b3d1a66a3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "572917e6-1d32-4787-baa0-a803e8d54ab0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e87821f") + (attr smd) + (fp_line + (start -1.075 -2.825) + (end -1.8 -2.825) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "8df757f3-e30d-4a51-a27a-f3c9e1d5b113") + ) + (fp_line + (start -1.8 -2.825) + (end -1.8 -2.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "03c0f8d5-a67d-4a28-b883-0d6943181015") + ) + (fp_line + (start 1.8 -2.4) + (end 2.525 -2.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "52e79c3e-58b6-480c-b9f0-f300a3c3e40a") + ) + (fp_line + (start -1.8 -2.4) + (end -2.525 -2.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a9248f1-c850-40cb-89b1-9dba0430bb69") + ) + (fp_line + (start -4.15 -0.65) + (end -4.15 0.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea45b0c1-0b79-4da1-8239-19b01c3151ef") + ) + (fp_line + (start 4.15 0.75) + (end 4.15 -0.65) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "93ad818a-7732-4881-bc3b-ab008d304e6d") + ) + (fp_line + (start -4.15 3.15) + (end -4.15 3.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e4dc2ad-e82e-4eb0-9335-6afeacc36b31") + ) + (fp_line + (start 4.15 3.3) + (end 4.15 3.15) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "61950dd3-8cd0-4e85-8317-10a5c92b34de") + ) + (fp_line + (start 3.85 3.3) + (end 4.15 3.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "581cc2c7-c809-42f9-9773-09c09ad145b0") + ) + (fp_line + (start -3.85 3.3) + (end -3.85 3.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7c30d71-002f-47f0-9c67-ff7426fbddfc") + ) + (fp_line + (start -4.15 3.3) + (end -3.85 3.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "4078af55-c404-4987-bdc8-985457586458") + ) + (fp_line + (start 3.85 3.75) + (end 3.85 3.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5f3a52b-7f38-4dda-a90f-714b3cd9c783") + ) + (fp_line + (start 5.28 -3.34) + (end -5.27 -3.34) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "804ed87a-b972-4eff-8e24-a72d21703fe3") + ) + (fp_line + (start -5.27 -3.34) + (end -5.27 4.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6372abab-2b30-4cee-b1dd-a24f689d3737") + ) + (fp_line + (start 5.28 4.85) + (end 5.28 -3.34) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee02ecdc-557b-450c-9ac2-f7dd073a42b9") + ) + (fp_line + (start -5.27 4.85) + (end 5.28 4.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5afefe19-b248-49c2-afae-cd8682e25d1f") + ) + (fp_line + (start -1.075 -2.95) + (end -1.075 -2.725) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "5a988a8c-8b76-4047-817c-699f8c921a81") + ) + (fp_line + (start -1.525 -2.95) + (end -1.075 -2.95) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "33fe1038-21c3-4a2e-a521-5260cc9ac815") + ) + (fp_line + (start -1.075 -2.725) + (end -1.3 -2.55) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "9935f741-b13c-459d-a2ab-241898e8fb0b") + ) + (fp_line + (start -1.525 -2.725) + (end -1.525 -2.95) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "ae5f4d6c-bd03-4ddb-b627-86a8e265dda8") + ) + (fp_line + (start -1.3 -2.55) + (end -1.525 -2.725) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "7bdd6c36-bd9e-4a3d-9db7-c0b77d83aa9f") + ) + (fp_line + (start 4 -2.25) + (end -4 -2.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "b41666ff-da83-4a10-9616-8b36611023cd") + ) + (fp_line + (start -4 -2.25) + (end -4 3.15) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "f341701e-2e5a-4b30-9a0f-b970ca91e9e7") + ) + (fp_line + (start 4 3.15) + (end 4 -2.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "b7d69a19-d6cf-4af6-bfd9-b2ff5c9603a2") + ) + (fp_line + (start 3.7 3.15) + (end 4 3.15) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "af1dce6b-28ef-40c3-a83b-67f5cc6781f7") + ) + (fp_line + (start -3.7 3.15) + (end -3.7 4.35) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "388eb53e-af73-41c6-af39-daf32df88841") + ) + (fp_line + (start -4 3.15) + (end -3.7 3.15) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "5f6d456b-6c6d-4439-89ed-1e09ab9d6180") + ) + (fp_line + (start -2.7 3.75) + (end 2.7 3.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "a545503b-9e7c-4f89-90db-a713107b8f9f") + ) + (fp_line + (start 3.7 4.35) + (end 3.7 3.15) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "70b4c487-6429-4048-8023-a5b480dba7f2") + ) + (fp_line + (start -3.7 4.35) + (end 3.7 4.35) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "57638f3a-de79-46f3-a6cf-ba984040bbc1") + ) + (fp_text user "PCB Edge" + (at 0 3.75 90) + (layer "Dwgs.User") + (uuid "346ca0e5-6a27-4fa5-b3a7-7ec91b1bf070") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 1.05 90) + (layer "F.Fab") + (uuid "209d9c13-259d-4d77-9eb7-410b59e015f1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at -2.5 -0.8 90) + (size 0.8 0.8) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (uuid "04b05ba4-f691-44bd-a99c-e8aa7935bc66") + ) + (pad "" np_thru_hole circle + (at 2.5 -0.8 90) + (size 0.8 0.8) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (uuid "f21fb64a-e2aa-4c8f-97a2-6f7889fe0f56") + ) + (pad "1" smd rect + (at -1.3 -1.9 90) + (size 0.45 1.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "VBUS") + (uuid "866b79b6-a36c-4b5f-81f1-a2d13b8a8f1f") + ) + (pad "2" smd rect + (at -0.65 -1.9 90) + (size 0.45 1.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 8 "D-") + (uuid "9d0f1526-6331-45e4-a044-3ad59823812a") + ) + (pad "3" smd rect + (at 0 -1.9 90) + (size 0.45 1.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 7 "D+") + (uuid "917899b3-f631-45cd-a600-2bbc2f8fa9cd") + ) + (pad "4" smd rect + (at 0.65 -1.9 90) + (size 0.45 1.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "8e22ff30-382f-4e67-acec-ab1efa14e6ec") + ) + (pad "5" smd rect + (at 1.3 -1.9 90) + (size 0.45 1.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "GND") + (uuid "c7f9c618-6123-4941-8d99-1508955e57b0") + ) + (pad "6" thru_hole circle + (at -3.875 1.95 90) + (size 1.8 1.8) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (uuid "4148e59b-0872-4263-bf30-beb701094586") + ) + (pad "6" thru_hole circle + (at -3.725 -1.85 90) + (size 2 2) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (uuid "57e1481f-06cf-4688-a3de-3328cc0fb943") + ) + (pad "6" thru_hole circle + (at 3.725 -1.85 90) + (size 2 2) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (uuid "d29780c6-48c5-4856-9b35-5cebaae0f544") + ) + (pad "6" thru_hole circle + (at 3.875 1.95 90) + (size 1.8 1.8) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (uuid "74d2a380-b1b4-421b-968c-9e2001454d2d") + ) + (model "${KISYS3DMOD}/Connector_USB.3dshapes/USB_Micro-B_Wuerth_629105150521_CircularHoles.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "batteryPack:2mm_Banana-Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e8465cf") + (at 70 80 -90) + (property "Reference" "J9" + (at 0 16.5 90) + (layer "F.SilkS") + (hide yes) + (uuid "c46bf92a-78db-4bbb-928e-6215f41e3961") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "B2+" + (at 0 -1.25 90) + (layer "F.Fab") + (uuid "25f2412d-3fb2-4818-9b5a-decbea9a0e41") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c2184f70-d059-43ca-b5af-aefbef788545") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1ce1cd5-6c24-45a1-828f-6a8c86f3c9b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c7127473-a61d-428e-911d-91edb3e83844") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e83aec8") + (attr through_hole) + (fp_line + (start -1.75 15.25) + (end 1.75 15.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "58878acb-0b0b-4e69-a922-316bd4a63a4f") + ) + (fp_line + (start 1.75 15.25) + (end 1.75 1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "17cd9c19-8471-44fa-999f-f97e62c30c2d") + ) + (fp_line + (start -1.75 1) + (end -1.75 15.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "3584877f-91c3-4b04-aa8c-eede62750297") + ) + (fp_line + (start -1.25 15) + (end -1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "774eadf7-a228-4b61-bd62-7c128ea64aa4") + ) + (fp_line + (start 1.25 15) + (end -1.25 15) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "dcfac9ea-6246-47c4-b0cb-5502d259e827") + ) + (fp_line + (start -1.25 0) + (end 1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a61aead6-1da7-4b0b-8c48-6782d4465dde") + ) + (fp_line + (start 1.25 0) + (end 1.25 15) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "aed1c176-ffbb-4020-a5e3-914733c08726") + ) + (fp_circle + (center 0 11) + (end 0.25 11.25) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "27a9ef67-1a18-400e-8ccd-dba1e0984956") + ) + (pad "1" smd rect + (at 0 7.5 270) + (size 3 15) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 23 "/BP_B2+") + (uuid "e781e105-0d12-47ef-9f82-739ee6db268e") + ) + ) + (footprint "batteryPack:2mm_Banana-Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e8465dc") + (at 70 60 -90) + (property "Reference" "J10" + (at 0 16.5 90) + (layer "F.SilkS") + (hide yes) + (uuid "91911930-9ae3-4658-a47c-d9dc6e68346b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "B1+" + (at 0 -1.25 90) + (layer "F.Fab") + (uuid "88ad815b-7271-4ade-b526-4f0a8ebe2493") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a972bdf0-84db-4bbd-951b-eff25a8cbe0e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40b3b80d-a192-4259-92de-1eb8ab269525") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6b9cf99b-93ea-44bb-b7c8-a3e863bfe128") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e83a998") + (attr through_hole) + (fp_line + (start -1.75 15.25) + (end 1.75 15.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "19debf54-a3bc-4664-9575-8a8fa067c6d1") + ) + (fp_line + (start 1.75 15.25) + (end 1.75 1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b539f9e-9a5e-451e-a37b-29ea6071e004") + ) + (fp_line + (start -1.75 1) + (end -1.75 15.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "6982a9aa-d9cc-4002-915f-a74471ac576f") + ) + (fp_line + (start -1.25 15) + (end -1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "206e29fc-a2f8-4a8e-a8b5-41184500696f") + ) + (fp_line + (start 1.25 15) + (end -1.25 15) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "bfc9bf82-a3db-44ff-975d-5fb6a18d1a5e") + ) + (fp_line + (start -1.25 0) + (end 1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "e8ff413f-755a-425e-a787-28df1ad9d065") + ) + (fp_line + (start 1.25 0) + (end 1.25 15) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c5d7cff9-6e4a-493d-abb0-97d0f69df7cf") + ) + (fp_circle + (center 0 11) + (end 0.25 11.25) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "0af6ba81-d1b3-4f3c-b256-d1d8a4106a7a") + ) + (pad "1" smd rect + (at 0 7.5 270) + (size 3 15) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 26 "/BP_B1+") + (uuid "84eecc1c-3a57-4fec-8072-80bb219ab987") + ) + ) + (footprint "batteryPack:2mm_Banana-Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e8465e9") + (at 70 67 -90) + (property "Reference" "J11" + (at 0 16.5 90) + (layer "F.SilkS") + (hide yes) + (uuid "6a410989-dc20-45fe-8e73-eea9e9d6cb65") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "B1-" + (at 0 -1.25 90) + (layer "F.Fab") + (uuid "2923e11d-d103-494e-aa48-6b5849f80748") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea14396e-3768-45ec-9b17-2fe1316dbb69") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e096cc36-745e-445b-b719-2d355241d21d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea71664e-926b-42b8-8c43-058e0e1e7a00") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e83b363") + (attr through_hole) + (fp_line + (start -1.75 15.25) + (end 1.75 15.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "d14ecedc-8fa6-456c-8eae-938662b674bc") + ) + (fp_line + (start 1.75 15.25) + (end 1.75 1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb6f2f95-2303-4634-971b-c71d4054c874") + ) + (fp_line + (start -1.75 1) + (end -1.75 15.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "3163cd3f-09eb-4fa5-aac5-6b67d572c2c0") + ) + (fp_line + (start -1.25 15) + (end -1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f49e72f7-2a72-4cf7-92d3-5178a35a84ce") + ) + (fp_line + (start 1.25 15) + (end -1.25 15) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "679d68bf-528d-48ec-ae70-4d56a21c0f13") + ) + (fp_line + (start -1.25 0) + (end 1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "de2a5579-95fd-48c3-ab88-550b9dc984b7") + ) + (fp_line + (start 1.25 0) + (end 1.25 15) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "687ee47c-ec1d-4b54-9a75-6d08f56e76c2") + ) + (fp_circle + (center 0 11) + (end 0.25 11.25) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "047067b7-0ea6-49f5-a633-0cf65c730784") + ) + (pad "1" smd rect + (at 0 7.5 270) + (size 3 15) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 25 "/BP_B1-") + (uuid "561fe28e-49f1-426a-92a3-3a263a224266") + ) + ) + (footprint "batteryPack:2mm_Banana-Socket" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e8465f6") + (at 70 73 -90) + (property "Reference" "J12" + (at 0 16.5 90) + (layer "F.SilkS") + (hide yes) + (uuid "f9520f20-90b6-4342-9250-b48654fdac7f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "B2-" + (at 0 -1.25 90) + (layer "F.Fab") + (uuid "1203e9f8-f014-4de1-86a4-e414f6a8b518") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "943afb03-fcf4-4eff-9ec0-b81378cc9280") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6d33084-c80e-4e8a-96ae-c6feba331361") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7afbc163-a140-4d25-8161-9ca647d35521") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e83b842") + (attr through_hole) + (fp_line + (start -1.75 15.25) + (end 1.75 15.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "82b058ae-4fda-4e69-b3c1-af20b6bd5230") + ) + (fp_line + (start 1.75 15.25) + (end 1.75 1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc0fc949-8b15-4af3-a778-f6b4e54e410e") + ) + (fp_line + (start -1.75 1) + (end -1.75 15.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "4873f34d-975d-4f90-a0a0-671e04a6f503") + ) + (fp_line + (start -1.25 15) + (end -1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "83efc793-e74d-41a8-b16e-512a3d54d408") + ) + (fp_line + (start 1.25 15) + (end -1.25 15) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7e0dda66-7eec-4d8e-affa-f3cb31a18347") + ) + (fp_line + (start -1.25 0) + (end 1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c3b3ed46-63e4-4b27-8cd3-ee3d4cb6eed2") + ) + (fp_line + (start 1.25 0) + (end 1.25 15) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6e8ba34e-49e7-4b98-85e7-b0b89e8dec5a") + ) + (fp_circle + (center 0 11) + (end 0.25 11.25) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "08e1a5ba-b9ed-4dda-bee4-b044d96a5a5b") + ) + (pad "1" smd rect + (at 0 7.5 270) + (size 3 15) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 24 "/BP_B2-") + (uuid "0d7b66ea-06b1-4bd5-ae8b-da307c63f465") + ) + ) + (footprint "batteryPack:USB_C_Female-16Pin-HPJF" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e84666d") + (at 227.25 59.25 90) + (property "Reference" "P1" + (at 0 9 90) + (layer "F.SilkS") + (hide yes) + (uuid "bafe3b26-1241-4a2c-b98c-c35eb7d953c3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "USB-C" + (at 0 -2 90) + (layer "F.Fab") + (uuid "223a5bec-828b-468a-82b4-70d7a97d9d74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2ac99e8d-864d-4a90-a4e5-b0d4fa279b40") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6480897d-9be5-4159-ab4a-cea06561382d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "77956487-0a12-419a-83d1-15e88e5ebbe9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e8413a8") + (attr through_hole) + (fp_line + (start 5 -0.25) + (end 5 1.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "1967a8cf-8de8-41c1-9484-386af0d99e95") + ) + (fp_line + (start 3.75 -0.25) + (end 5 -0.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "94593ad6-9861-4ae7-8852-87ed34cb3fdc") + ) + (fp_line + (start -3.75 -0.25) + (end -5 -0.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f3c5472-59a4-4e44-9439-1a8872b07cce") + ) + (fp_line + (start -5 -0.25) + (end -5 1.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "a175d63d-a485-40fc-a96f-ba3eefd0078e") + ) + (fp_line + (start -4.5 2.25) + (end -4.5 3.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b0177cf-cbaf-434c-b36a-dacbaea1a79d") + ) + (fp_line + (start 4.5 3.75) + (end 4.5 2.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "3019b555-817b-4bb4-b6de-836daf3e5dfb") + ) + (fp_line + (start -4.5 5.75) + (end -4.5 7.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "afa2248f-ca92-4612-8b06-4a9633342e62") + ) + (fp_line + (start 4.5 7.75) + (end 4.5 5.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c62947d-26fb-4c5b-bb76-2ba7acfd295a") + ) + (fp_line + (start -4.5 7.75) + (end 4.5 7.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "119f155f-a742-47f2-b9f5-b8b0af1c376c") + ) + (fp_line + (start 4.47 0) + (end -4.47 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "8e50fc64-f9bf-48f2-b8c8-a5bbeeffacaf") + ) + (fp_line + (start 4.47 7.78) + (end 4.47 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "fa7589e3-8095-469b-a27e-513a0cf51cd1") + ) + (fp_line + (start -4.47 7.78) + (end -4.47 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "fda4d0d8-a819-454c-a575-da3434cf378c") + ) + (fp_line + (start -4.47 7.78) + (end 4.47 7.78) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.Fab") + (uuid "cdcfa217-6ed3-40ea-ba30-e600f3896a96") + ) + (pad "" np_thru_hole circle + (at -2.89 1.5 180) + (size 0.7 0.7) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (uuid "eca026e1-32fd-4697-972e-2081de235dcb") + ) + (pad "" np_thru_hole circle + (at 2.89 1.5 180) + (size 0.7 0.7) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (uuid "8c38b79e-4dda-4af5-93d1-25fc1d11884b") + ) + (pad "A1" smd rect + (at -3.35 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "GND") + (uuid "38ac44d8-1773-46fe-a554-3aa4a89bf07f") + ) + (pad "A4" smd rect + (at -2.55 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "VBUS") + (uuid "33b2e1d5-e40e-4cf9-8741-e1c99b632cdc") + ) + (pad "A5" smd rect + (at -1.25 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "e2ad2144-2ed2-4c82-933b-ce0a87dff6cf") + ) + (pad "A6" smd rect + (at -0.25 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 7 "D+") + (uuid "a11d8474-3570-41c2-9dec-82b17af56765") + ) + (pad "A7" smd rect + (at 0.25 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 8 "D-") + (uuid "bd53b83d-469f-4a17-88b7-3d8f6e4f31c5") + ) + (pad "A8" smd rect + (at 1.25 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "d38a25d0-9ec8-4826-96e0-69080c403d7c") + ) + (pad "A9" smd rect + (at 2.55 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "VBUS") + (uuid "1a5925f4-5cd6-4ccd-891d-6500e790e847") + ) + (pad "A12" smd rect + (at 3.35 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "GND") + (uuid "481dcb8d-6b14-4acf-b2dd-3bc0df751c37") + ) + (pad "B1" smd rect + (at 3.05 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "GND") + (uuid "554f41c3-2580-4cf5-8fb9-c7bd5d35c796") + ) + (pad "B4" smd rect + (at 2.25 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "VBUS") + (uuid "8509d56d-7fc0-4ae8-9f4e-718bfacbb093") + ) + (pad "B5" smd rect + (at 1.75 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "5ed0366d-e844-4691-9843-fdf28e40a014") + ) + (pad "B6" smd rect + (at 0.75 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 7 "D+") + (uuid "a7bdc6d1-0444-4aae-b141-32c62063b655") + ) + (pad "B7" smd rect + (at -0.75 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 8 "D-") + (uuid "998662d3-b0a9-41b1-8846-0ad4eb419988") + ) + (pad "B8" smd rect + (at -1.75 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "cf9c338a-59ba-4f62-af23-1d32c93cda94") + ) + (pad "B9" smd rect + (at -2.25 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "VBUS") + (uuid "df514ddd-7ad1-4eaf-976c-d6b264b373fb") + ) + (pad "B12" smd rect + (at -3.05 0 90) + (size 0.3 2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "GND") + (uuid "99159a8a-c0fc-47e1-8c58-637b332cbf53") + ) + (pad "S1" thru_hole oval + (at -4.32 1 90) + (size 1 2.1) + (drill oval 0.6 1.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (uuid "ffe1cd57-5487-44a2-8c43-cae136f22434") + ) + (pad "S1" thru_hole oval + (at -4.25 4.75 90) + (size 1 1.8) + (drill oval 0.6 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (uuid "ace08987-7ff6-4416-bfe5-47ab9851b998") + ) + (pad "S1" thru_hole oval + (at 4.32 1 90) + (size 1 2.1) + (drill oval 0.6 1.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (uuid "4f0e6be7-c969-4cfc-8a78-9bc1ff3b7b11") + ) + (pad "S1" thru_hole oval + (at 4.32 4.75 90) + (size 1 1.8) + (drill oval 0.6 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (uuid "08688a5b-ecb2-40ee-b02d-d2a5ede84c32") + ) + ) + (footprint "batteryPack:TP5100-Module" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e8467a2") + (at 208.5 79.25 180) + (property "Reference" "U4" + (at 0 12 0) + (layer "F.SilkS") + (hide yes) + (uuid "449ce0a1-ae5c-42ff-b40c-1991870e913a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TP5100-Module" + (at 0 -10 0) + (layer "F.Fab") + (uuid "64e3298e-4885-43e1-9595-c23e131d4785") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "540ac0cd-a71a-44c4-8aa8-8e3cf9389347") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ee4cafcb-009d-4364-ab5a-99f154df6b59") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2583bf10-2dd5-4c57-99ad-409aca977b9f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e8405d9") + (attr through_hole) + (fp_line + (start 12.75 9) + (end 12.75 8.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "98dd84f5-cc79-4424-8295-3502f0d1cbc8") + ) + (fp_line + (start 12.75 5.5) + (end 12.75 -5.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0fdede2-f1a7-4a76-934b-d015d695efca") + ) + (fp_line + (start 12.75 -9) + (end 12.75 -8.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "d9f01a57-5468-4685-83ee-b604531967b5") + ) + (fp_line + (start -1.5 6) + (end -8.5 6) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "70444f13-82c5-4da5-b08c-b250b60345ce") + ) + (fp_line + (start -1.5 -1) + (end -1.5 6) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f05d226-6b8f-47c3-b8d0-1396ad6f5b1d") + ) + (fp_line + (start -8.5 6) + (end -8.5 -1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "3515f9dd-97fa-4f20-8931-d6955dc84464") + ) + (fp_line + (start -8.5 -1) + (end -1.5 -1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "57d4ae95-90fe-4970-8f20-e2946b24dc5b") + ) + (fp_line + (start -12.75 9) + (end 12.75 9) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd8d589a-73b1-44da-8d32-7a813b64a8c5") + ) + (fp_line + (start -12.75 8.25) + (end -12.75 9) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c97934d-3fa3-46d2-a9e0-be3a2d4d352d") + ) + (fp_line + (start -12.75 5.75) + (end -12.75 1.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "09dfae3e-7a32-41d0-877d-bdfa693ca41c") + ) + (fp_line + (start -12.75 -8.25) + (end -12.75 -9) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb0f9221-d984-42e6-87b6-3dd373550e27") + ) + (fp_line + (start -12.75 -9) + (end 12.75 -9) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "05c6ac18-1834-433e-99ad-e6ca0f63a5e5") + ) + (fp_circle + (center -5 2.5) + (end -1.75 2.5) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "781ea491-5463-46d7-b692-4bcde67650ad") + ) + (fp_line + (start 12.5 8.75) + (end 12.5 -8.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "1a1b2c4a-ec2f-4487-ba56-2d679fb39d94") + ) + (fp_line + (start 12.5 -8.75) + (end -12.5 -8.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "3436ad3a-9a79-4c14-aba6-4e0b043d9337") + ) + (fp_line + (start -12.5 8.75) + (end 12.5 8.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "25a027e2-ddff-43fb-be98-059897f6714f") + ) + (fp_line + (start -12.5 -8.75) + (end -12.5 8.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a77ad2dd-e874-4727-8249-f973b4457fc5") + ) + (fp_text user "VCC" + (at -12 10 0) + (layer "F.SilkS") + (hide yes) + (uuid "48254095-dae9-480f-9e08-5d4d12af7a0e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "GND" + (at -12 -9.75 0) + (layer "F.SilkS") + (hide yes) + (uuid "53da6b55-da63-4dff-a084-3b9fa301f7a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "BAT-" + (at 12.25 -9.75 0) + (layer "F.SilkS") + (hide yes) + (uuid "9d11251e-f48c-4cea-89ed-431540bef6bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "BAT+" + (at 12 10 0) + (layer "F.SilkS") + (hide yes) + (uuid "ee9d9d59-fa28-4d8f-8b8a-0695cd8441cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -11 -7 180) + (size 5 2) + (drill + (offset -1.5 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "GND") + (uuid "1db56c9f-7093-463f-b162-87b4a0de8054") + ) + (pad "2" smd rect + (at -11 7 180) + (size 5 2) + (drill + (offset -1.5 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "VBUS") + (uuid "fd1413be-7810-438a-9ac5-7633d071751f") + ) + (pad "3" smd rect + (at 11 7) + (size 5 2) + (drill + (offset -1.5 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 31 "BAT2+") + (uuid "ab37c46e-aa5a-4f06-a0b0-92d07391daef") + ) + (pad "4" smd rect + (at 11 -7) + (size 5 2) + (drill + (offset -1.5 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 15 "Net-(J16-Pad1)") + (uuid "baa0c69d-425b-4b60-8bf2-a29b768ddc98") + ) + (pad "5" smd rect + (at -10.5 -2 180) + (size 5.5 1.5) + (drill + (offset -2 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "459d6953-b4c2-4e68-b9f5-cf11cf42e36b") + ) + (pad "6" smd rect + (at -10.5 -4.5 180) + (size 5.5 1.5) + (drill + (offset -2 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "4bcd7e94-1722-4253-8902-fd747bb9d430") + ) + (pad "7" smd rect + (at -10.5 0.5 180) + (size 5.5 1.5) + (drill + (offset -2 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "e8466f3a-6b32-4bf1-a798-56b55ca20b96") + ) + ) + (footprint "batteryPack:2mm_Banana-Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e84a443") + (at 120 67) + (property "Reference" "J3" + (at 0 3 0) + (layer "F.SilkS") + (hide yes) + (uuid "ec03b949-4423-40d4-9773-22af1803e07d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "B1-" + (at 0 -3.5 0) + (layer "F.Fab") + (uuid "675bddd9-f5d2-457e-8251-9f1bae89e763") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f91dac62-8f0a-4a46-b880-88f2693849c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2abd7ddd-41d1-4854-8b53-0e4bfbfd54da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac3ad784-4c06-4858-8e17-9594eae7a6c8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e9e3ece") + (attr through_hole) + (fp_circle + (center 0 0) + (end 2.25 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "5d50d6cc-8695-4ac0-bbae-430cb2589904") + ) + (pad "1" thru_hole circle + (at 0 0) + (size 4 4) + (drill 2.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "/MID") + (uuid "2550d10a-b769-4f2a-83d8-5a24f5a2e397") + ) + ) + (footprint "batteryPack:2mm_Banana-Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e84a452") + (at 120 80) + (property "Reference" "J5" + (at 0 3 0) + (layer "F.SilkS") + (hide yes) + (uuid "898bb1da-90b4-4cb3-85f8-94504b6ea868") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "B2+" + (at 0 -3.5 0) + (layer "F.Fab") + (uuid "c47a6318-6e1d-468a-98e2-42a674b30de6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7a37578-da03-4276-9d60-10a34277d2dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "76c38804-451d-48b6-bbd6-eedb52bf424e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a93da3b9-2aec-4ccb-aee7-3f5425ad893c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e9e47a7") + (attr through_hole) + (fp_circle + (center 0 0) + (end 2.25 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "b7c8ba60-c9df-498d-a093-6b98d5832c65") + ) + (pad "1" thru_hole circle + (at 0 0) + (size 4 4) + (drill 2.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "/MID") + (uuid "a2c34a4f-8166-45f1-b6d1-900c810ae22d") + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e84a466") + (at 129 56) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "H1" + (at 0 -4.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "5b1fd569-9a51-4ead-b30f-eb6a7f076a1a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 4.2 0) + (layer "F.Fab") + (uuid "f2e521bc-0f17-4ef0-9bca-82fe2228c794") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "882c6fa9-0bfd-4ce4-b056-068572534cb7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "244ff123-6fee-4035-9a1e-45d41f6dea37") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2bac6ec-a90e-44e3-bbd3-f2188cad138d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea0e4e6") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "e05c66da-e022-47b6-bd19-3b03cfc1c991") + ) + (fp_circle + (center 0 0) + (end 3.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "9bbb0b3d-d7e0-4eb2-99fe-afd840e1ed86") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "e8feae8d-9207-42d7-a258-6e54910356db") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "07cca4de-f4f1-41dd-bf89-16b978b55bc4") + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e84a47b") + (at 129 84) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "H2" + (at 0 -4.2 0) + (layer "F.SilkS") + (hide yes) + (uuid "354ada0a-93f0-47dd-8ed1-ed46e538db95") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 4.2 0) + (layer "F.Fab") + (uuid "1a4510c5-eeda-4a2c-9c47-0651d760021e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a74a21c6-a808-41e0-93e9-760eb70be125") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a97217f-6151-46c5-847a-a232c9f80318") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c66c031a-36cd-4e70-aa82-57d9ff1547d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea166f9") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "7f576c65-2873-4023-b087-77f48faeac78") + ) + (fp_circle + (center 0 0) + (end 3.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "45f3f30d-98c7-4a4c-9205-31cf5eeb4c71") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "3c697a4f-8ed6-4e77-83f2-de0d888d72f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "a7cf793f-f5c5-4e80-a2d7-b5db66ce5da1") + ) + ) + (footprint "batteryPack:Terminal_1x03_P5.08mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e84a492") + (at 131.75 75.25 90) + (descr "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") + (tags "THT Terminal Block Phoenix MKDS-3-3-5.08 pitch 5.08mm size 15.2x11.2mm^2 drill 1.3mm pad 2.6mm") + (property "Reference" "J6" + (at 5.08 -6.96 90) + (layer "F.SilkS") + (hide yes) + (uuid "dbcaa6ac-7e65-43c1-ae9d-08e8aac168b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CableConnector" + (at 5.08 6.36 90) + (layer "F.Fab") + (uuid "54cc0ed8-870b-426a-bdf6-529fdb7ceec5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2999b3a9-98bb-4307-ba37-dcea300a1bd3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6c89b48-8238-4a83-8566-c824a941a578") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e6b94f8-ae78-4277-a669-ac8e81678e9a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ea258db") + (attr through_hole) + (fp_line + (start 13.21 -6.4) + (end -3.04 -6.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "94339333-e239-48b0-b8a0-3c9041301255") + ) + (fp_line + (start -3.04 -6.4) + (end -3.04 5.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3bee364d-0bf3-46de-a3c9-b4e464cd60f9") + ) + (fp_line + (start 13.21 5.8) + (end 13.21 -6.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77f90fb5-fb0d-431c-b372-aec84d798620") + ) + (fp_line + (start -3.04 5.8) + (end 13.21 5.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e7ad75c7-0492-4594-9cba-03e5c44fc8df") + ) + (fp_line + (start 12.7 -5.9) + (end 12.7 5.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c0957f6-45c8-40da-959f-07efc172949f") + ) + (fp_line + (start -2.54 -5.9) + (end 12.7 -5.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ff80ad5-f674-4fcf-b619-891ebbc31f28") + ) + (fp_line + (start -2.54 -3.9) + (end 12.7 -3.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa0c7437-b9a5-4093-bb18-af74506dbd5f") + ) + (fp_line + (start 1.273 -1.517) + (end -1.517 1.273) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8b8dbc01-d83a-40cd-bd68-5a164f847247") + ) + (fp_line + (start -2.54 2.3) + (end 12.7 2.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "39e27f85-4641-48d1-b015-3689fa1e1db9") + ) + (fp_line + (start -2.54 4.8) + (end -2.54 -5.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e0783a4-3714-4153-8c41-e3c0ce50de7a") + ) + (fp_line + (start -2.54 4.8) + (end 12.7 4.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0084b6d8-d6aa-4bf3-a38c-77c263f3653a") + ) + (fp_line + (start 12.7 5.3) + (end -2.04 5.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "add69e96-6395-4b17-815e-26beb511c8f0") + ) + (fp_line + (start -2.04 5.3) + (end -2.54 4.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53ebebdd-a665-4174-a1d5-b6490d9f46f9") + ) + (fp_text user "${REFERENCE}" + (at 5.08 3.1 90) + (layer "F.Fab") + (uuid "ea80db80-0692-4e6f-a0d5-b8a1401a2018") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 3 6) + (drill 1.3) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "/OUT-") + (uuid "77703803-3bd3-45fa-9bbd-589004ba7649") + ) + (pad "2" thru_hole rect + (at 5.08 0 90) + (size 3 6) + (drill 1.3) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "/MID") + (uuid "2a6e8534-7b40-4109-9fcd-a570372b0395") + ) + (pad "3" thru_hole rect + (at 10.16 0 90) + (size 3 6) + (drill 1.3) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "/OUT+") + (uuid "cde41619-0230-4093-93d9-2ba51fc7292f") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_MKDS-3-3-5.08_1x03_P5.08mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "batteryPack:2mm_Banana-Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e84a4a9") + (at 120 73) + (property "Reference" "J4" + (at 0 3 0) + (layer "F.SilkS") + (hide yes) + (uuid "2b9333ee-45cb-4341-810a-97e105e061f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "B2-" + (at 0 -3.5 0) + (layer "F.Fab") + (uuid "f05b741e-3c1a-42ec-95ec-5e8e8bdae90d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72acb773-58c3-42b2-b647-7cca72e3e55e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79a25bd6-6587-4a12-b43d-a9e1bcc405ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2bc8d78d-58af-4591-8803-e925d92628ae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e9e45e0") + (attr through_hole) + (fp_circle + (center 0 0) + (end 2.25 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "f5bc7f93-ed20-4bfc-b9c6-468b989a751e") + ) + (pad "1" thru_hole circle + (at 0 0) + (size 4 4) + (drill 2.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "/OUT-") + (uuid "4cb6ee02-85da-4fc2-b918-0d7250b9c9ac") + ) + ) + (footprint "batteryPack:2mm_Banana-Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e84a4bb") + (at 120 60) + (property "Reference" "J2" + (at 0 3 0) + (layer "F.SilkS") + (hide yes) + (uuid "814fa699-d962-4f94-b7ed-f8d5766c6a2d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "B1+" + (at 0 -3.5 0) + (layer "F.Fab") + (uuid "b32900f2-02ba-4191-b272-56d2d195337f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "30f089d4-361b-4523-9632-01b1a624e87b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "054f5094-de7c-4cb5-a34b-46bc3fe3d736") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7fef11b2-d2c2-4898-83bf-d91d68589bf3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e9e4343") + (attr through_hole) + (fp_circle + (center 0 0) + (end 2.25 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "99e1be59-5632-4dc3-a205-83c945bd921f") + ) + (pad "1" thru_hole circle + (at 0 0) + (size 4 4) + (drill 2.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "/OUT+") + (uuid "907fc3da-0b2b-4d90-a700-a12667cc9c1e") + ) + ) + (footprint "batteryPack:TP5100-Module" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e84dd5f") + (at 208.5 61 180) + (property "Reference" "U1" + (at 0 12 0) + (layer "F.SilkS") + (hide yes) + (uuid "d4a209c8-309f-49de-b3fc-3870a849fd70") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TP5100-Module" + (at 0 -10 0) + (layer "F.Fab") + (uuid "d6b2cdb2-3e86-4ba3-bff9-a1a06bd85881") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f9fbfb5-be35-47b1-8e12-894b25d77c6e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa84e6fa-c5f1-4f86-b5dd-f038b40aa8d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f93021f0-8870-465d-a696-796f2be63a2e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e839d83") + (attr through_hole) + (fp_line + (start 12.75 9) + (end 12.75 8.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "988c5278-8fce-4e72-b534-fd1e6c052575") + ) + (fp_line + (start 12.75 5.5) + (end 12.75 -5.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d3c4ade-ade0-48a6-9e39-3d5c7af4f3cd") + ) + (fp_line + (start 12.75 -9) + (end 12.75 -8.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "c4d187ef-4e2c-4509-a213-8dd4b6a79fda") + ) + (fp_line + (start -1.5 6) + (end -8.5 6) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "6cfd58e7-4028-4895-9d4e-f1135dcc6d3c") + ) + (fp_line + (start -1.5 -1) + (end -1.5 6) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "60278eaa-c430-480a-b50a-1e05ba35ce85") + ) + (fp_line + (start -8.5 6) + (end -8.5 -1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "441e416e-eed4-45cd-b561-629852ec0541") + ) + (fp_line + (start -8.5 -1) + (end -1.5 -1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "30fc3867-e7a8-45ff-a82a-0b83f56f673b") + ) + (fp_line + (start -12.75 9) + (end 12.75 9) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "c35f827c-bc32-408a-9945-4430dca7d94b") + ) + (fp_line + (start -12.75 8.25) + (end -12.75 9) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e5d6616-23c5-4387-98ac-a722fb7d2dda") + ) + (fp_line + (start -12.75 5.75) + (end -12.75 1.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca12e0a5-bf35-4ecc-a6c8-31cca4023335") + ) + (fp_line + (start -12.75 -8.25) + (end -12.75 -9) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "2027fc8d-d91d-48d4-9de5-4ae44c9b5195") + ) + (fp_line + (start -12.75 -9) + (end 12.75 -9) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca78332d-b7e2-445b-822b-f3627db1dc90") + ) + (fp_circle + (center -5 2.5) + (end -1.75 2.5) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "628e8b7f-887d-4512-be13-409e520bcd73") + ) + (fp_line + (start 12.5 8.75) + (end 12.5 -8.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "9c333b32-fb47-4405-b8ba-b098ce10a85e") + ) + (fp_line + (start 12.5 -8.75) + (end -12.5 -8.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "39512160-a92a-4839-8cbd-417c7dac5bbb") + ) + (fp_line + (start -12.5 8.75) + (end 12.5 8.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "cec4a5da-7d2a-4c08-a909-f114c48303c3") + ) + (fp_line + (start -12.5 -8.75) + (end -12.5 8.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f83e9ad2-20c9-4d49-aacb-c4338dfdae80") + ) + (fp_text user "GND" + (at -12 -9.75 0) + (layer "F.SilkS") + (hide yes) + (uuid "0788d382-803b-4b26-b639-02336fccb1c3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "VCC" + (at -12 10 0) + (layer "F.SilkS") + (hide yes) + (uuid "33119408-97ee-4e5f-aab4-2251ac80e22f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "BAT+" + (at 12 10 0) + (layer "F.SilkS") + (hide yes) + (uuid "943a08fb-cb3b-4341-8470-12c5a2ec412c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "BAT-" + (at 12.25 -9.75 0) + (layer "F.SilkS") + (hide yes) + (uuid "f58e549e-7143-4acc-8121-b5f3d825f0b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -11 -7 180) + (size 5 2) + (drill + (offset -1.5 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "GND") + (uuid "833df7f3-02c3-4719-9601-100c97ebc02b") + ) + (pad "2" smd rect + (at -11 7 180) + (size 5 2) + (drill + (offset -1.5 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "VBUS") + (uuid "4e1339af-271a-480c-a38e-2a06833e5a24") + ) + (pad "3" smd rect + (at 11 7) + (size 5 2) + (drill + (offset -1.5 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 27 "BAT1+") + (uuid "9a0215c9-4913-49e8-9141-62df96335068") + ) + (pad "4" smd rect + (at 11 -7) + (size 5 2) + (drill + (offset -1.5 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 14 "Net-(J14-Pad1)") + (uuid "c5acd45e-2143-458d-ad4f-7455ad45ca3a") + ) + (pad "5" smd rect + (at -10.5 -2 180) + (size 5.5 1.5) + (drill + (offset -2 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "1902fd51-6fb6-4a29-afba-683e607cdbdc") + ) + (pad "6" smd rect + (at -10.5 -4.5 180) + (size 5.5 1.5) + (drill + (offset -2 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "05907ee7-1a23-4f07-a1b8-662eb3cd48e0") + ) + (pad "7" smd rect + (at -10.5 0.5 180) + (size 5.5 1.5) + (drill + (offset -2 0) + ) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "d7c8527b-355d-4bbd-987c-f7582e315274") + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e84e7a6") + (at 231.25 77.75 180) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "LED handsolder") + (property "Reference" "D3" + (at 0 -1.43 0) + (layer "F.SilkS") + (hide yes) + (uuid "7f8bc19a-147d-4db3-8658-66a775ac32dc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED_12V" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "c01fd9b8-a7d3-44f8-88de-0e73c1a0ad45") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "389941cc-fc2a-42f8-a6fa-8d0d369f1592") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e2a6b0b-4300-47a7-b7df-e8cd3d6beb14") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27b1d583-9f31-4ec3-bde3-13ae526f36df") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e922acf") + (attr smd) + (fp_line + (start 0.8 -0.735) + (end -1.66 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dcf47c22-cdea-4bda-bdc2-e17e420f4841") + ) + (fp_line + (start -1.66 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f734a092-94ca-4a80-9102-151e9c917a4a") + ) + (fp_line + (start -1.66 -0.735) + (end -1.66 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fcb3ca41-0038-4607-808a-388d5fafa991") + ) + (fp_line + (start 1.65 0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5dbe29f1-9afa-4500-bf65-28b4f30d1b76") + ) + (fp_line + (start 1.65 -0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8b6ae656-6a28-42ff-a617-fcbe61ca851a") + ) + (fp_line + (start -1.65 0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce46e13d-c3f6-4fa1-86ae-0a7299dc3833") + ) + (fp_line + (start -1.65 -0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b9e2e551-cd8b-448e-888b-4c8ffa6732cd") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "28c7cb32-f495-40e4-a413-41eb1d85dd70") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1ab5cfa-4127-40d0-99ea-c4f136b3e5f1") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "11a5b5ff-c04c-42e9-b4c9-d293423f95e3") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9f38747b-9987-4b9a-bfcf-7f0f4330becd") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "82d95e22-4514-4c14-a468-7d46bd4847c3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "19e2c7c3-ece5-49d3-ab0b-d8478c9c8730") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "a4f25403-22c1-40bd-98fa-bd72ef32731e") + ) + (pad "2" smd roundrect + (at 0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(D3-Pad2)") + (uuid "7c9a1a38-2edc-4ad2-b0b8-82e382beda4c") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "batteryPack:2mm_Banana-Plug" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e863132") + (at 188 67 90) + (property "Reference" "J14" + (at 0 5 90) + (layer "F.SilkS") + (hide yes) + (uuid "fb1b2886-acc0-4391-80eb-fad08a53f3b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "B1-" + (at 0 6.5 90) + (layer "F.Fab") + (uuid "c4718b43-2585-4d23-abbd-cf77c7fe2067") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6cb4c00f-def2-40f2-b616-eef66b80c1b3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cf7c7096-1eb8-41de-93a2-37918ee02f2c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cf6558b9-a1f5-4f05-84d3-27e4c7502f6a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e848e4e") + (attr through_hole) + (fp_line + (start -1.75 0.5) + (end -1.75 3.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1f724a1-6970-4022-b039-32bc6955d00a") + ) + (fp_line + (start 1.75 3.75) + (end 1.75 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b19b05c-3447-45ce-86ab-d6fbb71c83a3") + ) + (fp_line + (start -1.75 3.75) + (end 1.75 3.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "0044383a-8c75-4590-9dce-82e5ca93d32d") + ) + (fp_line + (start 0.75 -10.25) + (end 0.75 -8.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "751772a0-41e4-4261-bad8-4444f308f36f") + ) + (fp_line + (start -0.75 -8.5) + (end -0.75 -10.25) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "01c4fef9-a230-4a89-ac09-2571d56b015d") + ) + (fp_line + (start 0.75 0) + (end 0.75 -2) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "193f3bfb-318c-4624-86ee-39658c0b1be4") + ) + (fp_line + (start 0.75 0) + (end 1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "375b8e6b-4652-4b32-8d97-ee694fd9f7b4") + ) + (fp_line + (start -0.75 0) + (end -0.75 -2) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a1fba72d-48d2-4d90-a1ff-50615573c2cb") + ) + (fp_line + (start -0.75 0) + (end -1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "5cf52a52-b9e3-4b37-a932-9563a58971cb") + ) + (fp_line + (start -1.25 0) + (end -1.25 3.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7076bddf-16e3-4a8b-8d02-b4f15aebfc68") + ) + (fp_line + (start 1.25 3.5) + (end 1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "346056c3-39e2-42ea-afec-d94acb3fa625") + ) + (fp_line + (start -1.25 3.5) + (end 1.25 3.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c1518a19-b576-4403-b5b7-8d0ebf6c1721") + ) + (fp_arc + (start -0.75 -10.25) + (mid 0 -11) + (end 0.75 -10.25) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "700c8b65-bb1d-481d-acd4-da5fa6c77206") + ) + (fp_arc + (start 0.75 -8.499999) + (mid 1.367074 -5.25) + (end 0.75 -2) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "545c8d8b-94e6-479f-a177-4f65605d43ca") + ) + (fp_arc + (start -0.749999 -2) + (mid -1.367073 -5.25) + (end -0.749999 -8.499999) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b04b0a62-4547-4d65-943d-696a7f8cd52f") + ) + (pad "1" smd rect + (at 0 1.75 90) + (size 3 3.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 14 "Net-(J14-Pad1)") + (uuid "e3cf143c-2f0d-4f23-9f7c-f8e0bfe2c008") + ) + ) + (footprint "batteryPack:2mm_Banana-Plug" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e86316b") + (at 188 60 90) + (property "Reference" "J13" + (at 0 5 90) + (layer "F.SilkS") + (hide yes) + (uuid "9305e9b2-b999-4e49-b101-b9385fc81dc6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "B1+" + (at 0 6.5 90) + (layer "F.Fab") + (uuid "893c8c6c-1027-42a9-886a-b71a887f6ea7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9ac7621-1442-4319-b309-adc788ad269d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "754f991b-4225-4167-ad1d-e8e160043886") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ac905be-b659-4d70-8651-cbc8f6d17e63") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e8484dd") + (attr through_hole) + (fp_line + (start -1.75 0.5) + (end -1.75 3.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "b9f27841-312f-4c22-a9e3-ab968672cac1") + ) + (fp_line + (start 1.75 3.75) + (end 1.75 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "6597b8c9-83c5-4f66-bfc0-f4d8ef268367") + ) + (fp_line + (start -1.75 3.75) + (end 1.75 3.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "45adcab9-2f15-4fae-8c2e-8c35811b996b") + ) + (fp_line + (start 0.75 -10.25) + (end 0.75 -8.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "e5f660d7-0115-49d5-88b0-2a2328ad25a8") + ) + (fp_line + (start -0.75 -8.5) + (end -0.75 -10.25) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c7e941a1-cdf6-48bd-ab44-5654580d91cd") + ) + (fp_line + (start 0.75 0) + (end 0.75 -2) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7c068112-e044-4f5f-b2c3-b3969990b287") + ) + (fp_line + (start 0.75 0) + (end 1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "2aaf2ef4-2c66-464a-8baf-82c06bc08e1a") + ) + (fp_line + (start -0.75 0) + (end -0.75 -2) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "d654a365-f270-4d48-bce4-735cad6f6e12") + ) + (fp_line + (start -0.75 0) + (end -1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b41db615-56b6-4535-8522-df6a19def301") + ) + (fp_line + (start -1.25 0) + (end -1.25 3.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a5b05fa0-d3c4-4a12-9c67-1976f6fdd08c") + ) + (fp_line + (start 1.25 3.5) + (end 1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "61d8f2f5-81c6-424b-8363-e9e4b0d6031f") + ) + (fp_line + (start -1.25 3.5) + (end 1.25 3.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b4093900-50e8-4fce-b89e-1fae6e464e62") + ) + (fp_arc + (start -0.75 -10.25) + (mid 0 -11) + (end 0.75 -10.25) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0ad4f6a0-8487-41ff-bb69-ebc969aac48b") + ) + (fp_arc + (start 0.75 -8.499999) + (mid 1.367074 -5.25) + (end 0.75 -2) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "d43cb6c6-9ae4-420c-b236-a63c4c85c1e8") + ) + (fp_arc + (start -0.749999 -2) + (mid -1.367073 -5.25) + (end -0.749999 -8.499999) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f5b24e58-cc09-42a5-8ed1-e9138e4212e3") + ) + (pad "1" smd rect + (at 0 1.75 90) + (size 3 3.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 27 "BAT1+") + (uuid "8067285e-1b12-48d9-8db2-7209d4483f91") + ) + ) + (footprint "batteryPack:2mm_Banana-Plug" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e8631a4") + (at 188 73 90) + (property "Reference" "J16" + (at 0 5 90) + (layer "F.SilkS") + (hide yes) + (uuid "661e6ba6-de19-4dea-a869-d557c5760b06") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "B2-" + (at 0 6.5 90) + (layer "F.Fab") + (uuid "510c0228-bbaf-4dbe-864a-b3d35def3322") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4bc556d9-73e1-4b92-a0f7-b816847db74b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33a60b16-fce7-4e4c-a0e6-f943b8a0d732") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8f46d347-77d7-4b59-b0cf-05ce37d8a3f6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e849477") + (attr through_hole) + (fp_line + (start -1.75 0.5) + (end -1.75 3.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "31dd312a-8c9c-4c2a-9b0a-20a174a36057") + ) + (fp_line + (start 1.75 3.75) + (end 1.75 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "87bc0d32-1fb1-4ba4-8ffb-c403f5d525ae") + ) + (fp_line + (start -1.75 3.75) + (end 1.75 3.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a3a331a-4255-4582-98d1-98b7da384448") + ) + (fp_line + (start 0.75 -10.25) + (end 0.75 -8.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a6d391ab-404e-4a1b-a7ba-a4c855f716d8") + ) + (fp_line + (start -0.75 -8.5) + (end -0.75 -10.25) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "9063829a-dd8f-42ca-bc5a-7b9d9e6991fb") + ) + (fp_line + (start 0.75 0) + (end 0.75 -2) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "ba0789cd-46b4-4b45-baa8-5ed7f94b362f") + ) + (fp_line + (start 0.75 0) + (end 1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "847f3a1f-978d-43b4-84d4-58e360d2fe00") + ) + (fp_line + (start -0.75 0) + (end -0.75 -2) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "2c95fe1b-4a4b-4e57-98e6-fc27c511dbea") + ) + (fp_line + (start -0.75 0) + (end -1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "ddb09646-307c-40e4-88b5-06d000805747") + ) + (fp_line + (start -1.25 0) + (end -1.25 3.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "9ae38027-a092-4ff5-8f2a-1bb9e35eab28") + ) + (fp_line + (start 1.25 3.5) + (end 1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "44f1c313-c3fb-4464-9111-355f49449ef5") + ) + (fp_line + (start -1.25 3.5) + (end 1.25 3.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "4537ab22-5ca5-4136-b95d-529629524aa5") + ) + (fp_arc + (start -0.75 -10.25) + (mid 0 -11) + (end 0.75 -10.25) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "e7c6e3b0-c9cf-4c75-9672-5a0be2175713") + ) + (fp_arc + (start 0.75 -8.499999) + (mid 1.367074 -5.25) + (end 0.75 -2) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "df1b2a92-7e65-4cbc-8e55-b4c192c5d269") + ) + (fp_arc + (start -0.749999 -2) + (mid -1.367073 -5.25) + (end -0.749999 -8.499999) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "5d8068be-d776-4b76-839e-7f2035627e3b") + ) + (pad "1" smd rect + (at 0 1.75 90) + (size 3 3.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 15 "Net-(J16-Pad1)") + (uuid "1558e0d5-832b-4474-b7ec-d7deddd649bd") + ) + ) + (footprint "batteryPack:2mm_Banana-Plug" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e863222") + (at 188 80 90) + (property "Reference" "J15" + (at 0 5 90) + (layer "F.SilkS") + (hide yes) + (uuid "cd6943e8-3182-496a-9e39-a6debc6cad00") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "B2+" + (at 0 6.5 90) + (layer "F.Fab") + (uuid "c047a189-5c02-4105-b420-5f007caafac1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a808a736-fd64-48f1-af10-396b15465371") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1534c5ae-9cb5-4b2d-bfb4-bc226b6d26f2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d49006f5-376a-4ca8-a3bb-b19508766095") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e8491a4") + (attr through_hole) + (fp_line + (start -1.75 0.5) + (end -1.75 3.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9b9510c-d6cd-461a-9c30-06d2f1d8be6e") + ) + (fp_line + (start 1.75 3.75) + (end 1.75 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "67822c7e-ee11-42ac-8f7c-56cefefa05ce") + ) + (fp_line + (start -1.75 3.75) + (end 1.75 3.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "2daae3e1-e0f0-44a5-8444-bd76cc835c45") + ) + (fp_line + (start 0.75 -10.25) + (end 0.75 -8.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "26d5cebc-8ec5-489f-a795-642ab0c02bf3") + ) + (fp_line + (start -0.75 -8.5) + (end -0.75 -10.25) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "070a115e-229f-4a64-94d2-3ce1de52ae01") + ) + (fp_line + (start 0.75 0) + (end 0.75 -2) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c2893d76-d2cd-4509-95df-3e5bb0c55e20") + ) + (fp_line + (start 0.75 0) + (end 1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "1a2177c1-4107-4cbf-ba31-9bc9d30ba886") + ) + (fp_line + (start -0.75 0) + (end -0.75 -2) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0ceb473a-8e35-4a5c-83c2-48c1be30fbad") + ) + (fp_line + (start -0.75 0) + (end -1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "08f92eb5-89c4-424a-94eb-03c0e1a8ddfc") + ) + (fp_line + (start -1.25 0) + (end -1.25 3.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "5a000142-4fa6-4f36-8c2b-d9ae6526fcac") + ) + (fp_line + (start 1.25 3.5) + (end 1.25 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "94bfac87-80cf-485d-9f33-69ba6ba33c57") + ) + (fp_line + (start -1.25 3.5) + (end 1.25 3.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0b9721ee-aa1f-4dcc-a78e-258bcfaf0a1f") + ) + (fp_arc + (start -0.75 -10.25) + (mid 0 -11) + (end 0.75 -10.25) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "4bfb30f4-0692-4aca-8b2a-a55172637667") + ) + (fp_arc + (start 0.75 -8.499999) + (mid 1.367074 -5.25) + (end 0.75 -2) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "680a310a-6ebd-4879-aa9f-9d0c9cdfa7ea") + ) + (fp_arc + (start -0.749999 -2) + (mid -1.367073 -5.25) + (end -0.749999 -8.499999) + (stroke + (width 0.12) + (type solid) + ) + (layer "Dwgs.User") + (uuid "47a1fe9c-4121-4470-b944-7ac9fd1b0564") + ) + (pad "1" smd rect + (at 0 1.75 90) + (size 3 3.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 31 "BAT2+") + (uuid "501061fd-2f2a-4db0-8d7d-42f8a0a89667") + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005e8637d3") + (at 231.25 79.25 180) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "LED handsolder") + (property "Reference" "D2" + (at 0 -1.43 0) + (layer "F.SilkS") + (hide yes) + (uuid "1ac366d2-7305-4e9b-aa79-b02b13fa3371") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED_9V" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "20156567-9ad8-4557-94e5-c9a5c2d640d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea5181ae-5bd5-47fd-a37f-8abc62b3c0ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f21e085f-7f33-4286-8c2e-062ac06b755d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "540ef67e-9747-46dd-b1fc-aa3d54f62157") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e9224f5") + (attr smd) + (fp_line + (start 0.8 -0.735) + (end -1.66 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9801eeea-c9a0-4f61-9c05-d096704730e5") + ) + (fp_line + (start -1.66 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eaf3fb7a-8140-42ba-ad75-ec0f229666bf") + ) + (fp_line + (start -1.66 -0.735) + (end -1.66 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25093a0c-6b8d-4ce5-b90f-77e3d51ed40f") + ) + (fp_line + (start 1.65 0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eb8118e9-25e0-46fe-bf27-9fe43496aa8b") + ) + (fp_line + (start 1.65 -0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "47af804f-64d4-448f-9ca3-a7ea2aeeb097") + ) + (fp_line + (start -1.65 0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bc9fbb35-41e6-49a3-b60b-3c0b10bb2f41") + ) + (fp_line + (start -1.65 -0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "09e55ef1-5fac-4a48-aebc-1dfe3e58a395") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71b5615e-9925-4aa1-ac5d-b4334b22eb9c") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43b096f5-89ea-4df9-898d-510d78fea2d7") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0e012bc-cf69-4f55-ad56-e0f1c28acb68") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "775104d2-1ef0-4c39-92c7-240e52ae0793") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25353197-6811-4dbc-a9d0-476bed722be1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "7ef9d307-bfdd-435c-acea-c860fdfa05f2") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "26339ae7-e618-40f5-9caf-b180776181fd") + ) + (pad "2" smd roundrect + (at 0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(D2-Pad2)") + (uuid "8fcb019d-ebfd-47ec-a9e6-2251ec37449a") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eb2db3f") + (at 231.25 82.25 180) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "LED handsolder") + (property "Reference" "D4" + (at 0 -1.43 0) + (layer "F.SilkS") + (hide yes) + (uuid "b0c66230-4c0e-405d-a828-8b7321e0445d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED_40%" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "386b7e83-aaaa-43c3-91f5-2b1a94e00daa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "002845fa-831a-447b-adf0-ac7136f7930f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2ed6c659-a25b-4a0a-a292-b4c91be6bcdd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "711d64aa-378d-4082-8ab0-c2fe5af97f42") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ec06104") + (attr smd) + (fp_line + (start 0.8 -0.735) + (end -1.66 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7356ab6b-1a9e-41f9-a454-f71ee7c6ec7a") + ) + (fp_line + (start -1.66 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f2c975c-ce04-4eb0-a3d0-394f2d7f700a") + ) + (fp_line + (start -1.66 -0.735) + (end -1.66 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8082cb7-c730-4c88-82d8-2f98961f9545") + ) + (fp_line + (start 1.65 0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67d4e812-6e31-4818-9fe8-77a859bf8d45") + ) + (fp_line + (start 1.65 -0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "703cbd13-30ed-4b78-99e9-6195271d91a3") + ) + (fp_line + (start -1.65 0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7cd498f8-bfb2-488d-a12e-e0ba17f0df82") + ) + (fp_line + (start -1.65 -0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9b8deb5-5175-40f8-9e00-d0dcc5d3f81b") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a193a30b-f7ef-4457-81c3-e867662b04cd") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d0f4a6fc-84d4-46f0-9767-4efb30814619") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6642cd7-8b22-4d1c-a80b-22891134477d") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "177c48be-1e14-4d56-b21e-cfe52b9c9447") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3c5f4e3-c859-4c2d-b833-01668252ac6e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "56ba37e6-115f-4eed-a495-05deebb1f654") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "9eccd519-7a2d-40a3-aa05-e8f84b2d8244") + ) + (pad "2" smd roundrect + (at 0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 28 "Net-(D4-Pad2)") + (uuid "6ca4df6b-dd2f-4784-b768-f0903af96a0a") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eb2db52") + (at 231.25 83.75 180) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "LED handsolder") + (property "Reference" "D5" + (at 0 -1.43 0) + (layer "F.SilkS") + (hide yes) + (uuid "d52e2081-bc89-4403-8cc6-a85f3b461e83") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED_20%" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "e2e2c153-a005-40e0-93a2-7f6094157844") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2794ebb5-a3ee-4470-a3db-794c3df9da56") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9c03a2b5-4dfe-4570-bf1d-d3289a6118ab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c79530a0-4461-4201-97c3-d993ed4eff02") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ec0c35e") + (attr smd) + (fp_line + (start 0.8 -0.735) + (end -1.66 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f12ce99b-0d4f-4566-b505-1750449aff6b") + ) + (fp_line + (start -1.66 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f486142-9f37-4291-b13a-d0af1b4990ef") + ) + (fp_line + (start -1.66 -0.735) + (end -1.66 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d73c000-8403-4ecf-9a6c-0a0c988aab48") + ) + (fp_line + (start 1.65 0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4b2ecaf4-a187-489f-b623-a27db25eb7da") + ) + (fp_line + (start 1.65 -0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "985c4569-944f-4fc6-bf97-755eb84ad315") + ) + (fp_line + (start -1.65 0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c1ca5456-aba1-425b-8185-3a828cea7e1d") + ) + (fp_line + (start -1.65 -0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "86f0007f-429f-405b-9f30-4b5050a1c99b") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a21b546-edd3-4843-8c71-aaedb3ed3e3e") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "960c7e6b-1dbf-43cc-b5f5-7848f5bc69ec") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "97bd2c0b-0465-4917-bc53-c7f4e87320f6") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88efe8e9-d94a-4e13-9a18-d0b49d7bb001") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "05f81e86-e16f-40e5-9207-e8934bb1d688") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "da9b59ce-072c-44a5-afcf-e9b626ac8a60") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "91390557-bb0d-4da2-914d-8c8678a608d9") + ) + (pad "2" smd roundrect + (at 0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 29 "Net-(D5-Pad2)") + (uuid "35fe2381-5f0b-4a08-b5b7-95fe59685fab") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eb2db65") + (at 231.25 85.25 180) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "LED handsolder") + (property "Reference" "D6" + (at 0 -1.43 0) + (layer "F.SilkS") + (hide yes) + (uuid "d00a5613-07a2-46d2-9562-63441e9f986e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED_0%" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "2422077a-aa61-4efb-a2ac-d9e6ca6b615f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a649eaba-2bf0-4258-bb90-6fb6e34c4435") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e8333794-c49d-4a1e-9c51-ce1d9e461ec7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3942d03-6528-4f2b-b52a-df3473cb90c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ec1504c") + (attr smd) + (fp_line + (start 0.8 -0.735) + (end -1.66 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8ae0bab-300f-43fe-91fa-e8e23559d9c3") + ) + (fp_line + (start -1.66 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a225563-c688-4fa2-9f8f-916715d258af") + ) + (fp_line + (start -1.66 -0.735) + (end -1.66 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f42fefa-0517-4e43-b239-4b681b1235f9") + ) + (fp_line + (start 1.65 0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6446eb8-ae37-4997-ae22-56884dc84098") + ) + (fp_line + (start 1.65 -0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6184888-d7cf-4042-87f9-4c9b84388435") + ) + (fp_line + (start -1.65 0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0fffbb5a-d26f-4d92-bc8c-ed83d6dce2c7") + ) + (fp_line + (start -1.65 -0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e40fa19a-b39e-4fc0-b306-04a2721f3772") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "baee4973-648b-4764-9074-91d83a636317") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35cc3c6d-5fd5-4628-8e17-d05f5c53979c") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0d75fa41-6c39-44cd-9f3f-2d2b624e4d48") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "50ceab94-7eb0-4605-a42e-7389b4f9f4fc") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1266a2ca-2fc9-44d2-90ac-3d8093b6704a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "83a86233-2821-474a-803f-3b31a2add9dc") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "069612e1-54e5-4ac2-ae34-db96bc88b0b4") + ) + (pad "2" smd roundrect + (at 0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 30 "Net-(D6-Pad2)") + (uuid "7f24d462-3231-4031-a6b1-f04449fe73df") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eb2e2b4") + (at 231.25 80.75 180) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "LED handsolder") + (property "Reference" "D1" + (at 0 -1.43 0) + (layer "F.SilkS") + (hide yes) + (uuid "9f0fb781-5d01-40ad-b8d0-a75734f57590") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "LED_5V" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "3e3042ad-cc52-4897-99bc-65ffebaf7d08") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c8b65ba0-422f-4b92-bbdc-289ad92cba2b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b56eba85-c956-4c0b-8b73-94b225145ebd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "274b7696-ad90-4759-9552-5bf373fb5afa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e920a6d") + (attr smd) + (fp_line + (start 0.8 -0.735) + (end -1.66 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3cb71c64-7c05-45cc-941c-658893594c75") + ) + (fp_line + (start -1.66 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21da884b-a528-409b-ae53-973a15492a4f") + ) + (fp_line + (start -1.66 -0.735) + (end -1.66 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be59602d-792d-4d09-bf3c-91c569674681") + ) + (fp_line + (start 1.65 0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d1b1b88-0228-4909-b46b-7eef2336f9e4") + ) + (fp_line + (start 1.65 -0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42ca5cf1-5678-453e-abf4-d3d42acb055a") + ) + (fp_line + (start -1.65 0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b458893e-fbd6-44ef-85d9-335114bf6f3a") + ) + (fp_line + (start -1.65 -0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d8a5fd08-3fa3-4407-8401-02cd3cec0a1b") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "17d72423-4062-4c77-b53d-46aad6dc4e2a") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f327358a-440b-433c-b034-1d13d4d27784") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "56e3114a-9b7e-4b52-871d-ad6636978cc8") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "179756ad-1407-437a-b4cc-a568471be32c") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "36abb4fc-9e8d-4850-8403-fc95984a6e68") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "777b8b48-1ed2-439e-831f-477a5f6d74af") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "571d0fd7-e109-436f-9d66-8d31f0c6c3a8") + ) + (pad "2" smd roundrect + (at 0.875 0 180) + (size 1.05 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(D1-Pad2)") + (uuid "d5d2dbd3-6987-46c5-bdf3-16ec3af67304") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "batteryPack:BAT_BK-18650-PC4" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e83cc0c") + (at 50 70 -90) + (property "Reference" "BT1" + (at -36.195 19.05 90) + (layer "B.SilkS") + (hide yes) + (uuid "66cf670e-3913-4eb9-b91c-f7d95f215a9e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "BK-18650-PC4" + (at -28.84 -19.05 90) + (layer "B.Fab") + (uuid "e5bcb36a-c150-49a3-830a-d521ac57c2d7") + (effects + (font + (size 1 1) + (thickness 0.015) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "471cd3a5-48e7-450d-a7aa-f649f49d12f8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cff94884-6ee3-4232-9ceb-9ea5ec0af974") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9700354-931b-422a-9984-b97ec6819fc4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e837b36") + (attr through_hole) + (fp_line + (start -39 20.05) + (end 39 20.05) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "67a08856-5b67-424b-9f16-a71544626e02") + ) + (fp_line + (start 39 20.05) + (end 39 -20.05) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "eb63be86-52bf-4d7c-b5e3-e18b8103ddf7") + ) + (fp_line + (start -39 -20.05) + (end -39 20.05) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "9843a99a-a926-44d0-9a50-6b95e08a2ff9") + ) + (fp_line + (start 39 -20.05) + (end -39 -20.05) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.SilkS") + (uuid "86730513-5c8c-4fb1-a664-ade615d8d32c") + ) + (fp_line + (start -39 20.05) + (end 39 20.05) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "3833da7c-000e-4b83-8332-77f9d214c909") + ) + (fp_line + (start 39 20.05) + (end 39 -20.05) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "bf22ee70-8e27-44d1-ace3-9df500f725e8") + ) + (fp_line + (start -39 -20.05) + (end -39 20.05) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "46570a83-d1d2-4372-afcb-bf38b7dc7879") + ) + (fp_line + (start 39 -20.05) + (end -39 -20.05) + (stroke + (width 0.127) + (type solid) + ) + (layer "B.Fab") + (uuid "1d5b7b03-37b3-45a5-a3df-f1eb1cd0ab11") + ) + (pad "1" thru_hole oval + (at 36.2 9.6 270) + (size 3 4) + (drill oval 1 2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "/BP_B1-") + (uuid "110156a9-239c-4c93-9dc8-ae8d270b7c7c") + ) + (pad "1+" thru_hole oval + (at -36.2 9.6 270) + (size 3 4) + (drill oval 1 2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "/BP_B1+") + (uuid "63a74a51-1923-414f-8904-390fe2f37358") + ) + (pad "2" thru_hole oval + (at 36.2 -9.6 270) + (size 3 4) + (drill oval 1 2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "/BP_B2-") + (uuid "1a15db04-b5a9-4b3d-8c2e-8d3d587bf8fe") + ) + (pad "2+" thru_hole oval + (at -36.2 -9.6 270) + (size 3 4) + (drill oval 1 2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "/BP_B2+") + (uuid "792685ea-a1be-411a-a294-cc33d7e7279c") + ) + (model "C:/Users/mp363/Desktop/BK-18650-PC4/BAT_BK-18650-PC4.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 -90) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e8464d7") + (at 204 60 90) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C1" + (at 0 1.43 -90) + (layer "B.SilkS") + (hide yes) + (uuid "35ff6bc1-d7ef-4633-bbed-0ea32ff92d61") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "470n" + (at 0 -1.43 -90) + (layer "B.Fab") + (uuid "7ed148d4-68e7-4b93-b6ee-4e0aec2b3e32") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc76b41c-17d5-4bf2-8086-9a24de63fed8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8de8444c-71aa-4547-881c-5a5a7dbe8223") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8965b33c-8d2e-40b8-b534-bcf101140955") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e8bfe63") + (attr smd) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b6e6567f-ea23-4a86-85da-93c11bbdabed") + ) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0da58557-a119-4356-b305-34926c4d6435") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "408bd82c-6f83-4c18-9d03-63fe2ca59cfe") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aa5b8641-7f10-4c32-ae09-27c0ad11435a") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "425c7701-84ab-442a-bd50-e4258297a45d") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d1d391f2-e43d-4550-9cea-4a5e47631516") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "197c855d-1ce0-47d6-8ccf-8fb9fffcc737") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5d99ae45-5e1b-4df3-855a-4c6a7585e4ad") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "76bfe047-4d4a-47fe-a923-4f9cda5fe74f") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0184c7e0-21eb-4bec-8601-0be873cc4c0d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "9ca8d45f-47cc-4879-83fe-cf875df4207e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 90) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "46532acd-b87d-40af-9a2a-2f9f18e310ec") + ) + (pad "2" smd roundrect + (at 0.875 0 90) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "+3V3") + (uuid "6e2424cd-f42c-4696-973e-aa05894829c2") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e8464e8") + (at 205.75 65.75 -90) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor handsolder") + (property "Reference" "C2" + (at 0 1.43 -90) + (layer "B.SilkS") + (hide yes) + (uuid "fb4ceba9-3ee7-408a-93ba-27d72beb84ff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "470n" + (at 0 -1.43 -90) + (layer "B.Fab") + (uuid "ad147208-5024-4969-abae-b041e47b3258") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1141ae22-a4cb-4f89-affa-e7214b1dfcf2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b1fc6df-c8cf-438e-b1b3-2f981cc1e71e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "01eaf500-eee0-47d9-8cb8-94f04592686b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e9c4009") + (attr smd) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "621f2798-b5ed-4c52-89c8-ebcc045c8203") + ) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe439c40-9008-42a8-9d94-d4d8e40e8147") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a544b5dd-7a2f-49f2-bd85-92eb15b92e45") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d57bb781-308e-45af-96ac-111c81ff83e5") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1714acc0-fe09-4271-98b2-ca2463d76160") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8ef45206-1ab6-4884-b6bd-75680bcd1128") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bc8af802-1cc8-4aa3-9483-d5992b25d53a") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a7ab04c9-5be2-4692-b963-cfa1e61a58f6") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8edb46b5-4bec-462e-adb9-2c22a2d77ed4") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6c5734e5-9a90-4a6e-a4c9-29d9eeaf77bc") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "510a5b0e-2398-4bea-b809-e4392f5625e9") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 270) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "900cb3df-dcb9-472a-afb2-5b7f1da025aa") + ) + (pad "2" smd roundrect + (at 0.875 0 270) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 31 "BAT2+") + (uuid "eaa31e26-6281-47e7-919f-85915e13ef2e") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e8465ab") + (at 204.42 85.25 -90) + (descr "Through hole straight pin header, 1x05, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x05 2.54mm single row") + (property "Reference" "J7" + (at 0 2.33 -90) + (layer "B.SilkS") + (hide yes) + (uuid "431b305f-5222-4972-85eb-1212bdbfe8f5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "SWD" + (at 0 -12.49 -90) + (layer "B.Fab") + (uuid "0ae45f91-40a9-488d-857c-c06f4883e620") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a3225d2d-3b0c-43ad-821f-c7e4c61365ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e07a716e-56fa-4a89-ac0c-8dfd9c0663ac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bfe5a189-c259-47b4-a692-a9b685ee86e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e8bc242") + (attr through_hole) + (fp_line + (start -1.33 1.33) + (end 0 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec3b02b9-8ad7-4e98-b47d-2c914b166039") + ) + (fp_line + (start -1.33 0) + (end -1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d87ac8b-03cd-44b9-9e21-f94056b7f7ef") + ) + (fp_line + (start -1.33 -1.27) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c3669f61-7fc4-4195-b0b1-cc29cfe2956c") + ) + (fp_line + (start -1.33 -1.27) + (end -1.33 -11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "67b98381-66bd-403b-a576-4acbfd198030") + ) + (fp_line + (start 1.33 -1.27) + (end 1.33 -11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0b499a0-9295-4c37-b824-cc1da57e3a45") + ) + (fp_line + (start -1.33 -11.49) + (end 1.33 -11.49) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5d983320-0bb1-4a8e-8e6f-8c54c7a6b458") + ) + (fp_line + (start -1.8 1.8) + (end -1.8 -11.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "91556e7f-66ef-4b50-84d7-3772b9f2e0c3") + ) + (fp_line + (start 1.8 1.8) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "31caf872-3b14-4cf3-8502-c5abfb32eacd") + ) + (fp_line + (start -1.8 -11.95) + (end 1.8 -11.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fc6bb2d7-ed19-4cb7-928c-a6f65cda8289") + ) + (fp_line + (start 1.8 -11.95) + (end 1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "602c5632-f758-4e94-941a-21ce8f244b20") + ) + (fp_line + (start -0.635 1.27) + (end 1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "eb8d62b7-41f7-4fba-a9a5-2f8efcf50fcb") + ) + (fp_line + (start 1.27 1.27) + (end 1.27 -11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5e695d8c-cc5e-46ba-8d8b-e6fad55cdc5a") + ) + (fp_line + (start -1.27 0.635) + (end -0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5b589e08-58d4-4909-9616-647ea230dd0b") + ) + (fp_line + (start -1.27 -11.43) + (end -1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "daf463a4-1aa3-4bd0-af23-9669bb334153") + ) + (fp_line + (start 1.27 -11.43) + (end -1.27 -11.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "db86d67f-9922-4697-8534-032e9e41e56b") + ) + (fp_text user "${REFERENCE}" + (at 0 -5.08 0) + (layer "B.Fab") + (uuid "e90128a9-81fe-4432-a6c0-ee78ffc75ea3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "SWCLK") + (uuid "171efc50-804f-4198-8540-5544c4febfa1") + ) + (pad "2" thru_hole oval + (at 0 -2.54 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "SWDIO") + (uuid "9cb45c65-9c24-48d6-b552-2762d2632474") + ) + (pad "3" thru_hole oval + (at 0 -5.08 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "RST") + (uuid "ba1b5dd1-c063-469e-bc5b-6cda7367f3ba") + ) + (pad "4" thru_hole oval + (at 0 -7.62 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "+3V3") + (uuid "f58d6589-ffe5-4af9-af79-f4ea8d4ea771") + ) + (pad "5" thru_hole oval + (at 0 -10.16 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (uuid "be6d8f6d-5584-4a74-bbb6-ed597da0940c") + ) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x05_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e8465c2") + (at 209.5 81.25 -90) + (descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x03 2.54mm single row") + (property "Reference" "J8" + (at 0 2.33 -90) + (layer "B.SilkS") + (hide yes) + (uuid "7cb4b894-d9fa-4d0e-ba8b-a6caa36a5a4e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "UART" + (at 0 -7.41 -90) + (layer "B.Fab") + (uuid "99099d32-aaa3-4b63-bf36-d78300bce874") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af9fdf1f-58a7-4674-b9e3-bb7701506781") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57c783ab-b290-4256-9a57-0baf56482c31") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fce725d-74dc-4c8e-81a9-0497e0034ca8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e8cfda7") + (attr through_hole) + (fp_line + (start -1.33 1.33) + (end 0 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "53def8f6-0501-4ed7-8272-3ea76c414fab") + ) + (fp_line + (start -1.33 0) + (end -1.33 1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ce83a285-9d8f-4941-a182-2d5113c4066a") + ) + (fp_line + (start -1.33 -1.27) + (end 1.33 -1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "460cf767-f5eb-46ca-82a7-9546c3a058cb") + ) + (fp_line + (start -1.33 -1.27) + (end -1.33 -6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "100f2c8f-bdd0-43e7-9e23-4d812d4de68a") + ) + (fp_line + (start 1.33 -1.27) + (end 1.33 -6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ac9542d4-c88a-429b-a493-7251b1e231fc") + ) + (fp_line + (start -1.33 -6.41) + (end 1.33 -6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c4a1ef1e-c84c-46dc-bf1a-624ba326da58") + ) + (fp_line + (start -1.8 1.8) + (end -1.8 -6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9d933957-d44a-487c-b935-bd69f26dd4b9") + ) + (fp_line + (start 1.8 1.8) + (end -1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8121bca8-0c0e-49f1-99b4-00b6f7e9aa2a") + ) + (fp_line + (start -1.8 -6.85) + (end 1.8 -6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5d2d469d-33de-446d-a580-f2344e01e5d9") + ) + (fp_line + (start 1.8 -6.85) + (end 1.8 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "729fc071-9d7b-463d-89ad-baf30f4bba87") + ) + (fp_line + (start -0.635 1.27) + (end 1.27 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "68a1ea28-6835-4c1d-b8e3-a453394e4f73") + ) + (fp_line + (start 1.27 1.27) + (end 1.27 -6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "008846f5-dc8b-48e7-b5f4-0069a3a07ae2") + ) + (fp_line + (start -1.27 0.635) + (end -0.635 1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c39ac579-914b-4857-aa32-085ba4a639c2") + ) + (fp_line + (start -1.27 -6.35) + (end -1.27 0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "513037ef-627e-4c5b-935c-da170af608d2") + ) + (fp_line + (start 1.27 -6.35) + (end -1.27 -6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d7e6e726-3897-42d1-880d-d67890647e47") + ) + (fp_text user "${REFERENCE}" + (at 0 -2.54 0) + (layer "B.Fab") + (uuid "7e66d9f1-29cc-4d2d-9a32-8b5a5aefabeb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "TX") + (uuid "c29c5c62-58a5-4162-a870-59f39dde33a0") + ) + (pad "2" thru_hole oval + (at 0 -2.54 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "RX") + (uuid "afd5818b-e4fa-47d6-a27b-6de23f8ed9a6") + ) + (pad "3" thru_hole oval + (at 0 -5.08 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "GND") + (uuid "ad027be8-24bf-4b87-919b-8b3a4e2fa13b") + ) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e84667e") + (at 200.5 61.75 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R1" + (at 0 1.43 -90) + (layer "B.SilkS") + (hide yes) + (uuid "9a26c130-d9d2-427f-8d0a-0493585aeeb7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 0 -1.43 -90) + (layer "B.Fab") + (uuid "68913d5b-1c93-4498-bf87-4193576af127") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "11e92615-068e-4283-84ef-cd51406cd3fd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "28fb4d4d-9258-4470-b726-5daf65b6db83") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb683d0a-9273-4d7e-8648-d73c845ca3a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e97ef19") + (attr smd) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9e7e5d1-3413-4b30-b4d0-d3dae1bb7ade") + ) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d3047099-328d-401d-bc60-730da0453cdb") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9be2e84b-9b26-4e40-b5d5-be1d9ae4c72d") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c0a92d35-1311-4265-9951-68eafa2ee81c") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "03decfd4-c90d-4191-8a6b-a5edf3063936") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aea1ec8a-065f-4d76-a841-7d835c8afa01") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5a3deae1-09d2-4368-8b28-7cabd9132cee") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3a995a04-2688-4bcb-847f-718097f1e560") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "be945b52-64d2-4065-969e-edfe7c51c434") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0739e476-3f35-4a7b-bb5f-b4e82810604c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "c5e89c11-abda-4b36-983c-5a30dda78812") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 270) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "+3V3") + (uuid "160b33b1-a6f0-43c5-8951-ec4ca31f08fc") + ) + (pad "2" smd roundrect + (at 0.875 0 270) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 8 "D-") + (uuid "4928fb30-3070-47e9-baa7-a3245312e2f6") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e84668f") + (at 202.25 61.75 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R2" + (at 0 1.43 -90) + (layer "B.SilkS") + (hide yes) + (uuid "35fb3f68-e1ea-4211-989c-907b0b971d2d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2k4" + (at 0 -1.43 -90) + (layer "B.Fab") + (uuid "cfe41ca5-5779-40af-bc7a-c8b8c0ddaf6f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "add02bca-c8ba-405e-aedb-a75daffee1be") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7a4d555-ad89-4a7e-891b-c2b986707e34") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "510fca59-2a6b-4331-8b3a-4f468937ba7a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e97f67a") + (attr smd) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4618fe39-04af-4990-b8b4-9120759cf692") + ) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "07dcf810-db86-4ee9-b225-c45eb30d6d24") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0e987bbd-190e-480f-96e3-fe7374b87150") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "802aecc1-6071-48ff-8a4b-3bc39190ca76") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0f6e0683-e5c9-40aa-a1d8-59da4178ff72") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f5dcfe41-c211-49ab-9205-de7da750fffe") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "88a9c84e-460c-4205-93b8-3690bc2e0a18") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "eea7de88-ffc2-4769-a572-37bfb7d885cc") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9577ef4f-a4ec-48ca-8781-ae70c6f222b7") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a838b45b-f195-497f-8839-dab7e2e11cbd") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "b467e9e2-d85b-4f14-9fc8-8c8f26982e41") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 90) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 8 "D-") + (uuid "06542bf0-e69c-4499-995e-ea1ba5e3d2ca") + ) + (pad "2" smd roundrect + (at 0.875 0 90) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "1391c722-44e1-44e6-b0db-3576c8a8755b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e8466a0") + (at 214.25 63.25 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R3" + (at 0 1.43 -90) + (layer "B.SilkS") + (hide yes) + (uuid "8261a5eb-17c3-4bc1-8bfd-93429fc6da2f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 0 -1.43 -90) + (layer "B.Fab") + (uuid "61a17f3e-0e45-491f-933c-4f238ac7cfe4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "633261ab-21d4-4d64-85d8-3393bf41d164") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "674df746-b9d3-4143-bde3-4617b8f9896f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c2c1437b-a926-4c2a-8de6-8d7484f9f203") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e98fdca") + (attr smd) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dcddfb44-0597-43f8-a6c8-f33d0c4976eb") + ) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cafb5c59-c8db-4ba9-a9dc-4d289638ba3a") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d200dbd1-c306-48be-b07e-24747d1c5813") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8b30988f-632d-49c3-bf78-79ad144ebfeb") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0f066af9-2c4b-4561-bd26-b41eba024b07") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "840de86d-5fcd-457b-a482-96e97ff397d2") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "043767ea-dfe9-4c2a-9788-5e07c4cfccdc") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e30ce89d-597e-4e6b-9546-c10656f43ef4") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "551ece33-f613-4324-a1f6-a3c92627d3b5") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f916c6cd-391f-43d5-bd17-30b9736a52c0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "f54b4f03-d346-41b1-97f1-e77495de0dac") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 270) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "+3V3") + (uuid "e7c96c76-aa60-461d-b7ab-013aa8ee82a4") + ) + (pad "2" smd roundrect + (at 0.875 0 270) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "D+") + (uuid "99fd43b6-031f-42a5-a134-25a72c37676b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e8466b1") + (at 216 63.25 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R4" + (at 0 1.43 -90) + (layer "B.SilkS") + (hide yes) + (uuid "d68cb91e-55e0-4260-b66b-d1753f6d9cf3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "2k4" + (at 0 -1.43 -90) + (layer "B.Fab") + (uuid "cf74dd39-9fb8-4dfc-84c3-c5311836b859") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "197e6bc9-07d6-4634-8c28-cda23ed35348") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33d34b84-8ac0-45fe-bdac-fb9f1e6e5b1a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e085d28b-c3c9-4c9d-b3c1-f625a56d5106") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e98fdd4") + (attr smd) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d2567b4-cd56-4ad1-94e3-c6c3a1c60b4c") + ) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f2f1786f-9f4e-4005-95df-3964174b0c11") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9e650b67-121e-4427-a934-486ecb3dd7db") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c0bd804f-9d2c-4412-8fa0-a185f008df0d") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "37f2314f-a079-4c26-be5e-a36d23939a46") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b257a40f-8497-4cb4-b2dc-b0a4a81edd34") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3c71766a-a2f5-4d03-a8c3-b13551cc34a0") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b6ddf9db-bb43-4641-9b5d-9878dae713a3") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7247b819-5bf9-4afa-a859-5061d1999adc") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "23ba77b4-a520-46bf-a4fa-4b68f1873e8c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "3ef052a7-cc51-4615-894b-0b306ab6433c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 90) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "D+") + (uuid "d1dec3e5-13e5-4601-9d90-3641537b6f86") + ) + (pad "2" smd roundrect + (at 0.875 0 90) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "fd775e2d-6739-4117-9f79-2642cd762434") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e8466f5") + (at 214.25 59.5 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R8" + (at 0 1.43 -90) + (layer "B.SilkS") + (hide yes) + (uuid "8e9e1a9b-2773-4621-a016-2edd85bfd634") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "62k" + (at 0 -1.43 -90) + (layer "B.Fab") + (uuid "ef998eb4-a77f-4b52-b9b4-c7b3ec51776e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "50121ca7-94ba-4c16-be50-90879b9b61dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c959f19f-5223-4023-aa01-357b8041f3fc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d2e78788-d571-44a4-bf05-209b89381bf8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e8e1775") + (attr smd) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0efd4758-0bda-4425-97ff-e33530bdafa9") + ) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "61e1dcad-bab2-4ab5-aaf8-77e1aca3ed54") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cdf0c361-15d0-4255-a45b-8b75ae14759f") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "81f40f53-bd64-4a13-8868-5413f4c018fc") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "13da2169-06aa-44c8-91c2-b7646e55cc49") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5cd73e55-e923-4ab3-89f1-6faf3c1f123d") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "29b29b91-bfc4-483a-ae46-2a1f904ca03a") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "609cbe98-b632-4186-8f98-397a4ad79722") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "31380fd5-eca1-4ae0-bfa1-46aa4cf8f29a") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "80239efd-4538-4b49-a32b-99d2f6caa9ed") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "1a5beb00-150b-4522-a252-974cbf9701c8") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 270) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "VBUS") + (uuid "bcec7f91-273e-4e4f-bdad-ed0b36e0c9a9") + ) + (pad "2" smd roundrect + (at 0.875 0 270) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 19 "/VBUS_SENSE") + (uuid "bcbdb293-aada-4c7d-ad5a-d5b00edc45e8") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e846706") + (at 216 59.5 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R9" + (at 0 1.43 -90) + (layer "B.SilkS") + (hide yes) + (uuid "67ec3479-dbd6-4beb-b32c-282d90e7ce61") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 0 -1.43 -90) + (layer "B.Fab") + (uuid "5f6d31d1-a733-496e-9ab6-f918b33f5039") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2603013a-8a3f-4f18-9342-58a7dcfc931b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6904b801-c7b6-4fc1-a4a9-e3f1e634af83") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca357580-bbc5-4490-9a8a-7bd1b64e135e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e8e1c13") + (attr smd) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0b78deb-4494-4144-910a-f93e131403b2") + ) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b5df793-be7f-4f5d-9e18-9aaad02d81d6") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cb2b454d-651d-4400-b78e-94cdfc8e943e") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aac753de-84eb-4f95-8f4f-565203939c7d") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "467942f2-0752-408f-aee6-500768a110cb") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b9099030-f488-468c-a8fb-b532c02dc50f") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3f4e0661-76f3-4cc5-96c1-9146a167091a") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bb95906c-fbad-49e6-b0c2-d139a2905a1c") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "33bf3127-679f-4859-ad31-c3aa97d88073") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b826e4f0-c7b8-4490-aea0-e5417e40d8ae") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "5981f8b2-b4ed-46d0-82e2-58169e68df92") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 90) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 19 "/VBUS_SENSE") + (uuid "3bf3e350-7474-4e5c-a643-f42058625a03") + ) + (pad "2" smd roundrect + (at 0.875 0 90) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "ab9a15b2-9bce-4271-9d85-c8d6588d2d60") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e8493e2") + (at 227.75 80.75) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R5" + (at 0 1.43 0) + (layer "B.SilkS") + (hide yes) + (uuid "ddd2c8e1-9014-4be0-b74a-34cb2bb17ca1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.43 0) + (layer "B.Fab") + (uuid "6323d82d-271a-4486-985f-8310a3e08be6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "96e0349e-c125-4c46-8317-10015f468d5b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83726b62-1020-443c-ba1f-3dd2ca818d1c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "babbbe59-9de4-4a7f-9390-0f6de8542f85") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e93dafe") + (attr smd) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb3cbded-76ab-40cd-bc1d-89b656205ef8") + ) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8e241fd0-fec2-4a79-81ea-fb0930d8e0d5") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1aa6627b-b25c-4116-a65a-7ecd4b8f8433") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dd1aae8e-6fbc-40cc-a9b1-9ee121b90363") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "61867b4b-db6e-43a0-867b-40537a356301") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f5e710b8-07ef-4a23-96b2-564c168acfaa") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e070157f-afec-4807-82e5-354f1dd8e39a") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0a3153de-2a7c-4c74-b817-876232ed90a5") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8892b800-f0d5-4d3f-8c70-36af88d0683f") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5d8d4065-d35a-4f12-8bd9-b8d78c023f28") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "bf076253-e0b0-4f4d-bdac-104a3facf724") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 16 "Net-(R5-Pad1)") + (uuid "977ae459-3d73-4601-957e-718afc12a490") + ) + (pad "2" smd roundrect + (at 0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(D1-Pad2)") + (uuid "22340bb2-4633-44a6-8344-6576c2dde078") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e84dc39") + (at 208.75 60 180) + (descr "TSSOP, 20 Pin (JEDEC MO-153 Var AC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "TSSOP SO") + (property "Reference" "U2" + (at 0 4.2 0) + (layer "B.SilkS") + (hide yes) + (uuid "10ce1a3d-328c-44f3-be70-e5e0cc78cd9b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "STM32F030F4Px" + (at 0 -4.2 0) + (layer "B.Fab") + (uuid "392feef6-f8ac-4189-af6a-b9342ae1ad91") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00c5bf70-ce86-4a09-a928-85089fc9778a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd3ff15e-b8d4-4488-a8f9-b269abde311e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6bf6aaa8-0d6a-4443-9d63-47119bffa0b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e84ae5c") + (attr smd) + (fp_line + (start 0 3.385) + (end 2.2 3.385) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fdb19fad-a550-4784-8664-0f0a569161ef") + ) + (fp_line + (start 0 3.385) + (end -3.6 3.385) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f775de79-4880-400f-b862-ae4fa3dbcde7") + ) + (fp_line + (start 0 -3.385) + (end 2.2 -3.385) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f2046dd-e06d-40c6-8c98-858693fbb7f6") + ) + (fp_line + (start 0 -3.385) + (end -2.2 -3.385) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd025730-6868-40c4-abbe-c5cb8b9a0504") + ) + (fp_line + (start 3.85 3.5) + (end -3.85 3.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2c860041-c32d-4f2e-97a8-9e6d841bb783") + ) + (fp_line + (start 3.85 -3.5) + (end 3.85 3.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "621c15d8-e8a7-47f7-a4bb-cce350ef20f1") + ) + (fp_line + (start -3.85 3.5) + (end -3.85 -3.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f18d6295-ed6e-4955-b82e-f2e8522d95d8") + ) + (fp_line + (start -3.85 -3.5) + (end 3.85 -3.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6cd70272-43cf-41df-baa6-30758a8081f8") + ) + (fp_line + (start 2.2 3.25) + (end 2.2 -3.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8bff2ade-f822-4148-9242-84cbc6fea567") + ) + (fp_line + (start 2.2 -3.25) + (end -2.2 -3.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "468892b5-e521-4d18-88f6-1d908ff0e35e") + ) + (fp_line + (start -1.2 3.25) + (end 2.2 3.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bf079714-877d-4b56-98b8-4bc656108402") + ) + (fp_line + (start -2.2 2.25) + (end -1.2 3.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38375ac3-974f-4ac8-a68a-efc1c605f958") + ) + (fp_line + (start -2.2 -3.25) + (end -2.2 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e2094352-2053-4ba5-a0ab-675494132af4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "8d810596-b18d-4909-a42f-d103e32c11e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -2.8625 2.925 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "2b0527c7-0b66-4b90-b32e-350392d26d88") + ) + (pad "2" smd roundrect + (at -2.8625 2.275 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 36 "Net-(R16-Pad1)") + (uuid "7328a2df-ef33-4d5d-9dab-1ba0e73fa58c") + ) + (pad "3" smd roundrect + (at -2.8625 1.625 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 35 "Net-(R15-Pad1)") + (uuid "85bdac59-4afd-41fb-b8b4-6bb28a4e5149") + ) + (pad "4" smd roundrect + (at -2.8625 0.975 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 9 "RST") + (uuid "6f7f73f1-a75a-42c9-a5d2-35f36b6964a6") + ) + (pad "5" smd roundrect + (at -2.8625 0.325 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "+3V3") + (uuid "ee9eb35b-3ead-4188-93c0-b168a6868d0d") + ) + (pad "6" smd roundrect + (at -2.8625 -0.325 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 19 "/VBUS_SENSE") + (uuid "98724f58-2bc0-4f38-aeb7-42969e1997d1") + ) + (pad "7" smd roundrect + (at -2.8625 -0.975 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 33 "BAT1_V") + (uuid "ed3b74ee-89b7-479d-8311-60bd2ab28af9") + ) + (pad "8" smd roundrect + (at -2.8625 -1.625 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 13 "TX") + (uuid "333d7cce-adf9-46da-bfa7-38efb9965759") + ) + (pad "9" smd roundrect + (at -2.8625 -2.275 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 12 "RX") + (uuid "72b8a663-1212-47b3-ad95-e6cf4d3de10e") + ) + (pad "10" smd roundrect + (at -2.8625 -2.925 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "D+") + (uuid "e3a4cd5b-7ef0-4bbe-b7cc-2baf83f66618") + ) + (pad "11" smd roundrect + (at 2.8625 -2.925 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 8 "D-") + (uuid "1f5e6181-b2ec-4ed3-b9b8-a74a82505add") + ) + (pad "12" smd roundrect + (at 2.8625 -2.275 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 32 "BAT2_V") + (uuid "8dc5844a-54c9-4248-bbb1-0c410cad9cbf") + ) + (pad "13" smd roundrect + (at 2.8625 -1.625 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 16 "Net-(R5-Pad1)") + (uuid "4b488445-cc49-4779-865a-2958febdada8") + ) + (pad "14" smd roundrect + (at 2.8625 -0.975 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 34 "Net-(R14-Pad1)") + (uuid "0cb900ee-b663-4b3e-9aa8-ecf083867d3a") + ) + (pad "15" smd roundrect + (at 2.8625 -0.325 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "c9a5eede-0e48-43d8-b43d-b29866a6c4eb") + ) + (pad "16" smd roundrect + (at 2.8625 0.325 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "+3V3") + (uuid "c0317777-64cd-4c16-9ed4-f9824bad6432") + ) + (pad "17" smd roundrect + (at 2.8625 0.975 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 17 "Net-(R6-Pad1)") + (uuid "f2084491-cc9d-4f88-a86e-9d4f34ad5790") + ) + (pad "18" smd roundrect + (at 2.8625 1.625 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 18 "Net-(R7-Pad1)") + (uuid "a48359eb-745a-4387-8628-e79d59f036f1") + ) + (pad "19" smd roundrect + (at 2.8625 2.275 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 11 "SWDIO") + (uuid "55a3beff-ad7a-478f-8eba-cf1cad09daa3") + ) + (pad "20" smd roundrect + (at 2.8625 2.925 180) + (size 1.475 0.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 10 "SWCLK") + (uuid "9129d2ab-7e19-431b-a9c2-9858a3be0ebc") + ) + (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-20_4.4x6.5mm_P0.65mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005e84e771") + (at 227.75 77.75) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R7" + (at 0 1.43 0) + (layer "B.SilkS") + (hide yes) + (uuid "923d2355-b88e-4c52-a726-c74e2f29efd0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.43 0) + (layer "B.Fab") + (uuid "9d10c386-ddd4-4a02-b5d4-ce6116f7bdb0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "25041f62-0639-4916-8ec1-1104bd2b80f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d5c513d-f015-4c5d-bf30-d7d08cbead9d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35bb7f0c-6a98-45a7-b016-50f714cb4141") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e93e656") + (attr smd) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e859c820-7b24-48e4-acc2-55c319a3f315") + ) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c9935a5c-a4d7-4044-a792-f6c582e8a44a") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "63edba11-e721-40f4-bafa-b4e0ad320b32") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b8fb7079-e67d-43fb-ac64-9c299c5b0423") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4a48a586-3a0a-4442-82f5-4c1f4b3bbec7") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "83eae3a1-2df4-4867-a567-4b39ed7a0320") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "709b6c4f-9359-4448-83a7-384f9f2776e1") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d7b122bf-9e49-4ffc-ba5f-4c28095087d9") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a8ed1f55-c662-4544-91d6-059c16438dac") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cd4e944e-8744-48db-b36c-a430ea84361b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "6c1e7676-c8e1-42ab-bc5c-ff5ae1c831d3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 18 "Net-(R7-Pad1)") + (uuid "41e66cf7-1d4a-44b5-92e1-5981e8bb4d80") + ) + (pad "2" smd roundrect + (at 0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(D3-Pad2)") + (uuid "e9e92b60-4ed3-4b83-8c18-791bdcf06adf") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eb2defe") + (at 203.85 69.65 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R10" + (at 0 1.43 90) + (layer "B.SilkS") + (hide yes) + (uuid "4f14685e-0511-4c83-b977-e66bdd5c4f62") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 0 -1.43 90) + (layer "B.Fab") + (uuid "1e17f09d-b43b-4063-b8bf-b2c25fdf5a6a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7440ba97-b3d7-46ef-83ee-6c58449df409") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e96a40b1-ac75-48e4-8744-5b3fea68213f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9734e7ed-1cb6-4ef9-9f26-e9dadf1e7d61") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebfffe2") + (attr smd) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "de40901e-1f98-41d0-899c-98ee2bdf76f2") + ) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f7d281b-e028-40bb-9ec4-593282d31e64") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "95c11788-98a2-4e8e-90d4-1cf2b2058e5c") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a4a632a2-d003-4bb6-b1df-cd41ab30a4b4") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "03b1946f-073b-4b3b-abbd-4af96afb43c8") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "32660910-b1f3-4ff4-9759-b3f81b52c2a2") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "716005b1-0ceb-4cab-a48c-60287fe45d28") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f61b19f7-e803-4bd4-8861-afdca7e33f44") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ef2b6afb-cbc4-4841-9dbd-a8ebefa7e2a2") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1ee51485-dec2-4b88-a209-9e9661d0b9f0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "29a8c8e5-004b-4c5a-b638-0661f2a6f6a0") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 270) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 31 "BAT2+") + (uuid "6c0191c7-5026-4000-996e-bb6e49879bfa") + ) + (pad "2" smd roundrect + (at 0.875 0 270) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 32 "BAT2_V") + (uuid "3db6bc73-6ad6-45b1-b659-3f168a52b53e") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eb2df0f") + (at 205.55 69.65 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R11" + (at 0 1.43 90) + (layer "B.SilkS") + (hide yes) + (uuid "59740146-6896-4dfe-89d6-7c8ea41cc18c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "20k" + (at 0 -1.43 90) + (layer "B.Fab") + (uuid "f432cbe0-2fd7-48d3-a8fe-8ef93d8c8f5f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d843b085-7c42-48b9-b5be-5c2822a991a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2a3849c-8945-42a4-af5b-366ef1b2b0e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "233900d7-11fb-485c-af90-c9df4bd4b144") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebfffe8") + (attr smd) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae223015-de60-4a9a-8e46-fb3be9979d07") + ) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "feaa0ca1-453a-4efb-9c55-6b0e4bf0f92f") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b55bec42-ffdd-4ede-8b19-720b4c2f1668") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c1b70179-a39e-4186-8b61-df71e2cca431") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "706990aa-26ea-40aa-92d1-eff474384684") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d90fed0b-4145-4e5a-802c-85be66715d08") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "207a45e4-2c68-4ca2-8eb8-23db17303d80") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ff7e5561-3ff4-44a4-9857-85f30e29fce4") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f36fa820-4e34-4b6c-a141-f30beea75b0a") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "10fa2143-36a9-4add-89e3-e2b3079d36c4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "f1af40fb-5d6b-4510-a891-01c6e58fdb66") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0 90) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 32 "BAT2_V") + (uuid "bdb26eb6-6899-48c9-b685-0b5f72c49cd4") + ) + (pad "2" smd roundrect + (at 0.875 0 90) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "c7881a56-adb5-4b86-9f14-3b868f3e06ba") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eb2df20") + (at 201.55 53.95) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R12" + (at 0 1.43 0) + (layer "B.SilkS") + (hide yes) + (uuid "69482dff-71cb-4e6a-834c-47c2253bb7fd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "10k" + (at 0 -1.43 0) + (layer "B.Fab") + (uuid "e9b1b31b-3e85-472d-995e-eb9eb3c36095") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "251c133a-b8d2-44b5-9f7b-a7f52164d6ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "295932f6-8084-4d97-85dd-199851ffdac1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "896f2a4a-708b-4182-90b1-4a822e4a7e1d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebd9a95") + (attr smd) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "506be68b-e6eb-42e2-9e34-682508626f8c") + ) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d2ad2cfe-cd50-4392-ba75-a597e06748f0") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "541bbc59-b73e-4985-916c-ac23ef8e5a26") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "01121622-fc2b-40f0-ada3-0828f6bc6177") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c57f83f8-6479-4b15-a703-871ae1ad14d6") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4272c4a7-1412-44cb-9476-8f713e846c19") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "09f86869-c8fb-4e1b-82dd-461455240fcc") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d427d6f4-25f3-4fb9-954a-d22048d3a88e") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a1514d5d-afcb-4eeb-ad4b-08c27cb10c3c") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "464dbad4-0f1b-4457-b085-c027e5599267") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "5067b692-4b94-4e01-9f9c-315179972274") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 27 "BAT1+") + (uuid "b0ba7bce-b632-4069-a17a-c5af87049549") + ) + (pad "2" smd roundrect + (at 0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 33 "BAT1_V") + (uuid "44d11804-b2e4-435c-becf-bd34eeea3cc8") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eb2df31") + (at 205.25 53.95) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R13" + (at 0 1.43 0) + (layer "B.SilkS") + (hide yes) + (uuid "e74add79-b20d-440f-b202-889d47ebfd0d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "20k" + (at 0 -1.43 0) + (layer "B.Fab") + (uuid "171acb1d-9a7b-4054-bc24-658a624b1bf9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb309c8a-32dc-44eb-ac76-629478ca0f2e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "daf7d4a5-806a-4ee3-b840-50b98b06d246") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "99fd541e-228d-4382-9930-17014bc31426") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebdaf3a") + (attr smd) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fcb92e07-9dde-40fc-963f-6bd47e43ba3b") + ) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9c179e8a-edac-4772-bc49-ab96d0b329d6") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0faf1764-4bbe-4059-81d1-8ba45ede3b86") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bdc1a860-b603-4746-a3bb-4bc309246433") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e0a98838-1d79-43f5-be25-96bae05aeb3a") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9a38af49-e7ee-44df-a19e-4e2a5ebc4e96") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "00d60a2b-2d04-4e8a-93f8-bfb7586ab807") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8f44ee62-1fd4-4f9c-94ef-01459bda2fd9") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2ee217b1-7f6e-4f35-97c6-41ceec47f5c4") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ce5b89be-5607-4518-a4a0-d94be9071b29") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "62dc9058-17fa-4480-86c7-23cf78d2833a") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 33 "BAT1_V") + (uuid "8467065b-ef92-41a2-9228-5416ef9872d3") + ) + (pad "2" smd roundrect + (at 0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "b8171423-d450-4836-9e7f-9d8f0b68a032") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eb2df42") + (at 227.75 82.25) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R14" + (at 0 1.43 0) + (layer "B.SilkS") + (hide yes) + (uuid "a6645fc6-915a-45c3-8437-c3d9fba8c826") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.43 0) + (layer "B.Fab") + (uuid "c8d25b13-2244-464c-8645-92728467c443") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79ee4589-343b-4edf-9907-45828abd9fc0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37e070a2-9b01-406a-b4a7-33fa14a83961") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "90b82a97-6778-417a-86b0-6f53b06238ac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ec15779") + (attr smd) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "252a349b-0bb3-465a-9348-9db9ce7e97fc") + ) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "df971d66-f728-4777-863b-8f897c0a9d2b") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b9fe41e8-a65f-4651-a740-1e69b19b5631") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a1f4f002-254b-4c5a-9280-d7fb0f3479bd") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "814dc5d0-857b-45af-abab-2b8114e321ec") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6b640030-b0d6-4796-8d1f-f2adbbb1dd13") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0d07cbe6-c05b-4e6f-83fb-9602a97b1fd1") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "236de88b-a2f8-4906-8fc9-23f6de0aec22") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "20e74712-2340-4fef-97e1-884f3d3d4841") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8a64b72a-f351-4de8-af50-03a4d2f609ee") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "253df673-dcdd-451a-ad43-46bfc2e44f8f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 34 "Net-(R14-Pad1)") + (uuid "e325000d-4454-430b-a7ac-46c9613fc51f") + ) + (pad "2" smd roundrect + (at 0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 28 "Net-(D4-Pad2)") + (uuid "4f5d300c-f3fe-408f-a564-22585079acaa") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eb2df53") + (at 227.75 83.75) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R15" + (at 0 1.43 0) + (layer "B.SilkS") + (hide yes) + (uuid "739392f4-0413-43b4-838c-2354bb2bfe00") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.43 0) + (layer "B.Fab") + (uuid "6e2f3147-5fdd-45a4-a01b-2c88a95d18f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aceaa4fb-7516-4e24-bf88-383e1dd1d484") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "862ff1a5-329e-4a15-949f-588514bbf101") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "361fb510-7039-41ec-8f7a-1116d75e82b4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ec15eab") + (attr smd) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ad32d9a6-e725-4a45-b898-8772274a57f7") + ) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "796a5ce1-2536-4e50-a7bc-3824f9b8e75c") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e637e394-0c6e-4af3-a589-13ef7e628155") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ae6641b0-489d-4bc2-8b23-3b63cb5a2038") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9edc341e-2209-4431-aa5a-7fd75ac27a24") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6f4a8669-eb1c-45a3-96c9-81e5fa4f4021") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d42b3298-a045-4961-8c6c-53c1e6ef431a") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5da00f85-3131-49f0-be75-a734994772f8") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0a434897-e4f0-47e0-8b8c-2e31b5d53e02") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "64573957-5830-4775-869a-6ea395313e6e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "56d4dcd8-f6a9-4174-99e7-8d7ccd2ee3f9") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 35 "Net-(R15-Pad1)") + (uuid "376e38e2-d8a9-4254-8535-e62045c8f37d") + ) + (pad "2" smd roundrect + (at 0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 29 "Net-(D5-Pad2)") + (uuid "16c9cb2f-f91c-4269-8dc2-048e3483eae6") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eb2df64") + (at 227.75 85.25) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R16" + (at 0 1.43 0) + (layer "B.SilkS") + (hide yes) + (uuid "10082537-9dcd-4ac5-81cd-0bfb975ecebd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.43 0) + (layer "B.Fab") + (uuid "bd62bfac-daf7-4d12-bd88-e6bed0ebd41b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "184bebfc-fa28-4485-8337-2e86de244c9e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89d1ac6e-db02-4e6d-ae41-7e0b0aae00c6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "756f2e5c-6d60-42e4-9f42-17ff59635bed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ec16525") + (attr smd) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1d49368c-be1f-4406-a6f8-4852174790f1") + ) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cfc56542-369f-4e46-aedb-cfd7a4276579") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fa26ac22-1f67-4f96-865a-958ffa8b8daa") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2735ea0d-6097-43fd-9a17-da7ca18eb146") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9b4e7499-ca7f-48b4-856e-e6ef1cd06180") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f7d9c877-a610-461d-b838-8943a52011e8") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "906e1d5f-197a-414b-a0b1-94e3ba039033") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5e5738f9-13e4-4f84-84be-592efdb62b2c") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "44966145-6f93-4e21-8c5d-77268e810c37") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c361c3d4-5615-4227-b854-6e116810d21f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "3a3c1699-bddd-490f-a329-c26c7ef882b0") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 36 "Net-(R16-Pad1)") + (uuid "00e3d08b-bfef-4d2f-993c-9b9f5c6389b5") + ) + (pad "2" smd roundrect + (at 0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 30 "Net-(D6-Pad2)") + (uuid "1009e754-2625-42d2-9640-5db5efcce80a") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eb2e001") + (at 208.5 66 -90) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "U3" + (at 0 2.5 90) + (layer "B.SilkS") + (hide yes) + (uuid "b6a96d2d-526a-43d5-877f-039474a7fa02") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "XC6206P332MR" + (at 0 -2.5 90) + (layer "B.Fab") + (uuid "0cac6c5f-1d10-4a5c-b50e-d1c43a44cb01") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19ed093d-bc36-49ee-b49c-f2066afb1f0a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79500f3b-c0ce-443e-90d6-4b317af165ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7629823c-e930-4bc0-b82f-3c7222d425cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005eb5235f") + (attr smd) + (fp_line + (start 0.76 1.58) + (end -1.4 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0261a90d-0f87-4818-abf5-817de2938313") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a58ab39a-5a5c-41a7-abdf-f8daa722aeb7") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1527cce3-1e45-44ce-bf20-0e0dfaef35b7") + ) + (fp_line + (start 0.76 -1.58) + (end -0.7 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6640ba4b-d760-4bcd-9cb5-80603d3b6814") + ) + (fp_line + (start -1.7 1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "28092182-c5c4-4301-858f-3da4c16ee4d9") + ) + (fp_line + (start 1.7 1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "60c1cfde-450c-4924-9bcd-25b2e7b9fa9f") + ) + (fp_line + (start -1.7 -1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a3cc4efc-69fb-4512-9c78-8ca322f5ed9c") + ) + (fp_line + (start 1.7 -1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eb96e464-3e7e-4735-b9cc-70a84c9a4b1e") + ) + (fp_line + (start -0.15 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0f926a24-2347-4a78-a78d-0d5ae399a95b") + ) + (fp_line + (start 0.7 1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "455f44f8-2dd3-4c0b-8822-a7d5ba3fa9bd") + ) + (fp_line + (start -0.7 0.95) + (end -0.15 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e0e389e9-2ebf-41f6-8458-115bdaa62d7a") + ) + (fp_line + (start -0.7 0.95) + (end -0.7 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "240d49ff-95eb-4992-ac9f-caad5a5a67bd") + ) + (fp_line + (start -0.7 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a9a31f03-1e6c-4b8a-b184-e1bd31a6f4ca") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "B.Fab") + (uuid "33e40db0-7d40-42c7-97ec-8da43664e132") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + (justify mirror) + ) + ) + (pad "1" smd rect + (at -1 0.95 270) + (size 0.9 0.8) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 2 "GND") + (uuid "8a6e20f2-b3e2-497b-8c83-918287a86307") + ) + (pad "2" smd rect + (at -1 -0.95 270) + (size 0.9 0.8) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 1 "+3V3") + (uuid "bce2ac59-c525-46e0-9583-890e64578b1b") + ) + (pad "3" smd rect + (at 1 0 270) + (size 0.9 0.8) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 31 "BAT2+") + (uuid "17052151-8bbe-4318-aa13-6590549d3827") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eb2e19b") + (at 227.75 79.25) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor handsolder") + (property "Reference" "R6" + (at 0 1.43 0) + (layer "B.SilkS") + (hide yes) + (uuid "1f581970-fce2-41b7-8465-0bc9c484baf2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1k" + (at 0 -1.43 0) + (layer "B.Fab") + (uuid "c9ec222f-fc44-4874-bc47-dbaf570bc683") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57f245c6-5c8d-4afe-81ec-33b0bb5f7c67") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e88025fd-a5ae-46f8-a909-c6e2451cd283") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5ec7fee-7c15-4981-a76f-1937b8e26465") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e93e1e9") + (attr smd) + (fp_line + (start -0.171267 -0.51) + (end 0.171267 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "44282b0a-c699-4b4f-aaa4-034e224d23e0") + ) + (fp_line + (start -0.171267 0.51) + (end 0.171267 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3d31fa85-ebf3-4d44-affd-240c6b06c244") + ) + (fp_line + (start -1.65 -0.73) + (end -1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "348c6afc-71b4-4bfc-8bde-d3f2d3f278f8") + ) + (fp_line + (start -1.65 0.73) + (end 1.65 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6b166140-f520-4954-9593-4b06d819e6bb") + ) + (fp_line + (start 1.65 -0.73) + (end -1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f3bfe394-d7dd-4207-83b3-91879a081813") + ) + (fp_line + (start 1.65 0.73) + (end 1.65 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1871fc78-53ed-4080-a0cb-84287a035788") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "70383441-296b-40dc-aec9-7a6400743bd3") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fb62f8b4-217c-490a-94bc-d0cd39cede4e") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e59d709c-484d-4dbb-821c-a5ca34b58ffa") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "93befa0d-c231-400d-b8d4-964a213e687d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "e44bea6a-fc4c-47a8-83f9-fc8394926550") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 17 "Net-(R6-Pad1)") + (uuid "3a1dcf44-44c1-4fd3-bd62-d7bcff739efa") + ) + (pad "2" smd roundrect + (at 0.875 0) + (size 1.05 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(D2-Pad2)") + (uuid "b1ef7390-81a5-4fa3-903d-905b341d3fe2") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 69 39) + (end 69 102) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d184") + ) + (gr_line + (start 56 45) + (end 64 45) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d185") + ) + (gr_line + (start 64 37) + (end 64 39) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d186") + ) + (gr_line + (start 60 41) + (end 60 49) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d187") + ) + (gr_line + (start 56 37) + (end 64 37) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d188") + ) + (gr_line + (start 56 39) + (end 56 37) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d189") + ) + (gr_line + (start 51 102) + (end 51 39) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d18a") + ) + (gr_line + (start 69 102) + (end 51 102) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d18b") + ) + (gr_line + (start 51 39) + (end 69 39) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d18c") + ) + (gr_line + (start 56 98) + (end 64 98) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d18d") + ) + (gr_line + (start 36 45) + (end 44 45) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d198") + ) + (gr_line + (start 40 41) + (end 40 49) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d199") + ) + (gr_line + (start 31 39) + (end 49 39) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d19a") + ) + (gr_line + (start 36 37) + (end 44 37) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d19b") + ) + (gr_line + (start 31 102) + (end 31 39) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d19c") + ) + (gr_line + (start 49 39) + (end 49 102) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d19d") + ) + (gr_line + (start 49 102) + (end 31 102) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d19e") + ) + (gr_line + (start 36 98) + (end 44 98) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d19f") + ) + (gr_line + (start 44 37) + (end 44 39) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d1a0") + ) + (gr_line + (start 36 39) + (end 36 37) + (stroke + (width 0.8) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e84d1a1") + ) + (gr_line + (start 35.975 45) + (end 43.975 45) + (stroke + (width 0.8) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eea98dd") + ) + (gr_line + (start 39.975 49) + (end 39.975 41) + (stroke + (width 0.8) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eea98de") + ) + (gr_line + (start 60.025 48.975) + (end 60.025 40.975) + (stroke + (width 0.8) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eea98e8") + ) + (gr_line + (start 56.025 44.975) + (end 64.025 44.975) + (stroke + (width 0.8) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eea98e9") + ) + (gr_line + (start 55.975 98) + (end 63.975 98) + (stroke + (width 0.8) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eea98ef") + ) + (gr_line + (start 36 98) + (end 44 98) + (stroke + (width 0.8) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eea98f2") + ) + (gr_line + (start 112.75 101) + (end 120.25 90.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a436") + ) + (gr_line + (start 125.25 90.5) + (end 125.25 92) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a439") + ) + (gr_line + (start 125.25 48.75) + (end 125.25 90) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a4b4") + ) + (gr_line + (start 125.25 90) + (end 122.25 90) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a4c6") + ) + (gr_line + (start 121.75 90) + (end 118.75 90) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a4c9") + ) + (gr_line + (start 120.25 90.5) + (end 120.75 92) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a4d8") + ) + (gr_line + (start 125.25 90.5) + (end 126.75 90.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a4db") + ) + (gr_line + (start 118.75 48.75) + (end 118.75 90) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a4de") + ) + (gr_line + (start 121.75 48.75) + (end 118.75 48.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a4e1") + ) + (gr_line + (start 131 96.25) + (end 125.25 90.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a4e4") + ) + (gr_line + (start 122.25 48.75) + (end 125.25 48.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a4ea") + ) + (gr_line + (start 120.25 90.5) + (end 118.5 90.75) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a4f0") + ) + (gr_line + (start 121.75 48.75) + (end 121.75 90) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a4f6") + ) + (gr_line + (start 73 86.75) + (end 68.5 86.75) + (stroke + (width 0.3) + (type solid) + ) + (layer "Cmts.User") + (uuid "00000000-0000-0000-0000-00005eb190ce") + ) + (gr_line + (start 73 103) + (end 68.5 103) + (stroke + (width 0.3) + (type solid) + ) + (layer "Cmts.User") + (uuid "00000000-0000-0000-0000-00005eb190e1") + ) + (gr_line + (start 73 37) + (end 68.5 37) + (stroke + (width 0.3) + (type solid) + ) + (layer "Cmts.User") + (uuid "00000000-0000-0000-0000-00005eb190f4") + ) + (gr_line + (start 73 53.5) + (end 68.5 53.5) + (stroke + (width 0.3) + (type solid) + ) + (layer "Cmts.User") + (uuid "1b90ce48-c015-4b12-9406-818275a08414") + ) + (gr_line + (start 170 15) + (end 170 195) + (stroke + (width 1) + (type solid) + ) + (layer "Eco1.User") + (uuid "00000000-0000-0000-0000-00005e84716b") + ) + (gr_line + (start 55 80) + (end 280 80) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "00000000-0000-0000-0000-00005e84e792") + ) + (gr_line + (start 55 73) + (end 280 73) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "3189a1c6-660c-4238-adb9-c7b9e7cb78ce") + ) + (gr_line + (start 280 60) + (end 55 60) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "47a48501-7cd5-4574-9bde-eaaec4bc0e65") + ) + (gr_line + (start 15 70) + (end 280 70) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "47be6166-b7ba-4ea7-bec1-d59f73ce3cc1") + ) + (gr_line + (start 55 67) + (end 280 67) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "8b802361-04a9-42df-b6a1-83b1bd9cfe4c") + ) + (gr_line + (start 90 15) + (end 90 195) + (stroke + (width 1) + (type solid) + ) + (layer "Eco1.User") + (uuid "dbc07ec8-cd10-43b6-95e3-adf4c3faf8d7") + ) + (gr_line + (start 234 54) + (end 234 86.25) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e8493d0") + ) + (gr_line + (start 136 55) + (end 136 85) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e84a45d") + ) + (gr_line + (start 117 85) + (end 117 55) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e84a4e7") + ) + (gr_line + (start 120 52) + (end 133 52) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e84a4ed") + ) + (gr_line + (start 133 88) + (end 120 88) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e84a4f3") + ) + (gr_arc + (start 136 85) + (mid 135.12132 87.12132) + (end 133 88) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e84c5c2") + ) + (gr_arc + (start 120 88) + (mid 117.87868 87.12132) + (end 117 85) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e84c5d0") + ) + (gr_arc + (start 117 55) + (mid 117.87868 52.87868) + (end 120 52) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e84c5de") + ) + (gr_arc + (start 31 109) + (mid 30.292893 108.707107) + (end 30 108) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e84d8db") + ) + (gr_arc + (start 30 32) + (mid 30.292893 31.292893) + (end 31 31) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e84d8e8") + ) + (gr_arc + (start 69 31) + (mid 69.707107 31.292893) + (end 70 32) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e84d90f") + ) + (gr_arc + (start 232 52) + (mid 233.414214 52.585786) + (end 234 54) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e853ea0") + ) + (gr_arc + (start 188 54) + (mid 188.585786 52.585786) + (end 190 52) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e853eb6") + ) + (gr_arc + (start 190 88.25) + (mid 188.585786 87.664214) + (end 188 86.25) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e853ec2") + ) + (gr_arc + (start 234 86.25) + (mid 233.414214 87.664214) + (end 232 88.25) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005e853eca") + ) + (gr_line + (start 69 31) + (end 31 31) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ea9da2f") + ) + (gr_line + (start 31 109) + (end 69 109) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ea9dc2e") + ) + (gr_arc + (start 70 108) + (mid 69.707107 108.707107) + (end 69 109) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "109c704e-dc82-4f85-a257-8cb52c2409d5") + ) + (gr_line + (start 190 52) + (end 232 52) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "1b27ffcb-ef73-4f11-946a-b1fc962bf1bf") + ) + (gr_arc + (start 133 52) + (mid 135.12132 52.87868) + (end 136 55) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "6df71243-6daf-42df-ad8d-2f7cdd9dcb3b") + ) + (gr_line + (start 232 88.25) + (end 190 88.25) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "702f3eaa-5260-48b0-af63-808e1eaf18cf") + ) + (gr_line + (start 70 32) + (end 70 108) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "84d34616-67e0-4c79-9f73-d971a5c9d5e7") + ) + (gr_line + (start 188 86.25) + (end 188 54) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d0516411-5093-4df6-81d1-ac6b27e0a24b") + ) + (gr_line + (start 30 32) + (end 30 108) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "f3330891-b16e-4dfc-8098-1a06d8bd0a7b") + ) + (gr_line + (start 122 90.5) + (end 123.5 91) + (stroke + (width 0.2) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8aa59ceb-4484-452c-8092-a7afdcf3617f") + ) + (gr_line + (start 122 90.5) + (end 121.5 92) + (stroke + (width 0.2) + (type solid) + ) + (layer "F.CrtYd") + (uuid "93bab67c-09bd-4bf7-9075-7957d853d944") + ) + (gr_line + (start 122 90.5) + (end 132.75 107) + (stroke + (width 0.2) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0368d23-ea48-4103-8cdc-696803d2bfb1") + ) + (gr_line + (start 122.25 48.75) + (end 122.25 90) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c2aa7479-8128-4702-b44b-a83340a72437") + ) + (gr_text "GND\nRX\nTX" + (at 212.25 74.75 270) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e853775") + (effects + (font + (size 1.7 1.4) + (thickness 0.3) + ) + (justify left mirror) + ) + ) + (gr_text "github.com/RoboticsBrno/\nRB0002-BatteryPack\nCC BY-SA 4.0" + (at 195.709 70.037 270) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e8538aa") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + (justify mirror) + ) + ) + (gr_text "RB0002 Battery Pack\nConnector v1.0" + (at 125 69.75 270) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005e853ffc") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + (justify mirror) + ) + ) + (gr_text "RB0002 Battery Pack\nCharger\n v1.0 06/2020" + (at 221.49 69.91 270) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005eb47bdb") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + (justify mirror) + ) + ) + (gr_text "+" + (at 131.574 60.766 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005eb47f77") + (effects + (font + (size 2 2) + (thickness 0.4) + ) + (justify mirror) + ) + ) + (gr_text "-" + (at 131.955 79.435 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005eb480ab") + (effects + (font + (size 2 2) + (thickness 0.4) + ) + (justify mirror) + ) + ) + (gr_text "GND\n3V3\nRST\nIO\nCLK" + (at 209.5 79.5 270) + (layer "B.SilkS") + (uuid "3d18e2b4-e20d-49e8-9401-cc4da8172f47") + (effects + (font + (size 1.7 1.4) + (thickness 0.3) + ) + (justify left mirror) + ) + ) + (gr_text "MINUS" + (at 131 79.5 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005e84c224") + (effects + (font + (size 2 2) + (thickness 0.4) + ) + ) + ) + (gr_text "+" + (at 53 60 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005e84ccd4") + (effects + (font + (size 2.5 2.5) + (thickness 0.5) + ) + ) + ) + (gr_text "_" + (at 51.75 67.25 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005e84cce1") + (effects + (font + (size 2.5 2.5) + (thickness 0.5) + ) + ) + ) + (gr_text "_" + (at 51.75 72.75 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005e84cce5") + (effects + (font + (size 2.5 2.5) + (thickness 0.5) + ) + ) + ) + (gr_text "+" + (at 53.25 80 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005e84cce9") + (effects + (font + (size 2.5 2.5) + (thickness 0.5) + ) + ) + ) + (gr_text "B2" + (at 53.25 76.5 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005e84cced") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (gr_text "B1" + (at 53 63.75 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005e84ccf6") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (gr_text "B2+" + (at 60.25 37.25 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005e84cf5c") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (gr_text "B2-" + (at 60 103.25 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005e84cf64") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (gr_text "B1-" + (at 41 103.25 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005e84cf67") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (gr_text "github.com/RoboticsBrno/\nRB0002-BatteryPack" + (at 124.5 70 270) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005e854125") + (effects + (font + (size 1.3 1.3) + (thickness 0.2) + ) + ) + ) + (gr_text "0%" + (at 231.85 86.85 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eb339ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "_" + (at 191.45 67.25 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eb47919") + (effects + (font + (size 2.5 2.5) + (thickness 0.5) + ) + ) + ) + (gr_text "+" + (at 192.7 60 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eb4791b") + (effects + (font + (size 2.5 2.5) + (thickness 0.5) + ) + ) + ) + (gr_text "_" + (at 191.45 72.75 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eb4791c") + (effects + (font + (size 2.5 2.5) + (thickness 0.5) + ) + ) + ) + (gr_text "+" + (at 192.95 80 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eb4791d") + (effects + (font + (size 2.5 2.5) + (thickness 0.5) + ) + ) + ) + (gr_text "MID" + (at 127.637 70.037 270) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eb56a2a") + (effects + (font + (size 1 1) + (thickness 0.25) + ) + ) + ) + (gr_text "B1+" + (at 40.75 37.25 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eea9a29") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (gr_text "12V\n9V\n5V\n" + (at 228.05 79.45 0) + (layer "F.SilkS") + (uuid "05f2b361-69ca-42ac-8c0f-fb79ada49b73") + (effects + (font + (size 0.9 1) + (thickness 0.15) + ) + ) + ) + (gr_text "PLUS" + (at 131.5 60.75 0) + (layer "F.SilkS") + (uuid "11a4ead8-5bb9-4648-815b-e4b9db2002f6") + (effects + (font + (size 2 2) + (thickness 0.4) + ) + ) + ) + (gr_text "100%" + (at 231.05 76.25 0) + (layer "F.SilkS") + (uuid "1cf8de2b-1e51-42ca-9dcf-0af5a945eb91") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "RB0002 Battery Pack\nBattery Board\nv1.0 06/2020 CC BY-SA 4.0\ngithub.com/RoboticsBrno/RB0002-BatteryPack" + (at 46 69 90) + (layer "F.SilkS") + (uuid "28e64a99-1ae9-462c-b37b-6179ddc8572a") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (gr_text "3mm plywood\nin the robot" + (at 136.5 98.5 0) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84a43c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "0.5 mm for the heat shrink tube" + (at 143.25 108 0) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005e84db9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Isolation 3mm plywood\non the back of the battery pack" + (at 115 103.75 0) + (layer "Dwgs.User") + (uuid "0322bb04-12c8-4670-af6a-897400b55379") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Panel tab position" + (at 80.5 37 0) + (layer "Cmts.User") + (uuid "00000000-0000-0000-0000-00005eb19104") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Panel tab position" + (at 80.5 53.5 0) + (layer "Cmts.User") + (uuid "00000000-0000-0000-0000-00005eb19107") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Panel tab position" + (at 80.25 86.75 0) + (layer "Cmts.User") + (uuid "00000000-0000-0000-0000-00005eb1910d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Panel tab position" + (at 80.5 103 0) + (layer "Cmts.User") + (uuid "00000000-0000-0000-0000-00005eb19111") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Battery Pack" + (at 50 16.25 0) + (layer "Eco1.User") + (uuid "00000000-0000-0000-0000-00005e83cc30") + (effects + (font + (size 5 5) + (thickness 0.5) + ) + ) + ) + (gr_text "Battery Connector\n" + (at 130 17.25 0) + (layer "Eco1.User") + (uuid "00000000-0000-0000-0000-00005e84713e") + (effects + (font + (size 5 5) + (thickness 0.5) + ) + ) + ) + (gr_text "Charger" + (at 230 20 0) + (layer "Eco1.User") + (uuid "20deab35-2add-44ca-b53e-5d29f4b700bb") + (effects + (font + (size 5 5) + (thickness 0.5) + ) + ) + ) + (gr_text "PCB3D_STACK_Charger_ONTO_BPack_10" + (at 35.25 95.75 0) + (layer "Eco2.User") + (uuid "3aef369a-4a56-4258-8001-cef68f9a63b0") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "PCB3D_BR_BConn" + (at 137.25 90.75 0) + (layer "Eco2.User") + (uuid "4933471b-9e8d-4a4a-a5cf-e0b8a79177e4") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "PCB3D_BR_BPack" + (at 70.25 109.75 0) + (layer "Eco2.User") + (uuid "76855516-c459-4ed7-91fc-62791ac771df") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "PCB3D_STACK_BConn_ONTO_BPack_25" + (at 36.25 53.75 0) + (layer "Eco2.User") + (uuid "88f7ea17-f44a-4f81-8969-e3348c639c74") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "PCB3D_TL_BConn" + (at 116.25 47.75 0) + (layer "Eco2.User") + (uuid "cec4ed75-db9d-40b9-b07a-5b58d07286c6") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "PCB3D_TL_BPack" + (at 29.25 29.75 0) + (layer "Eco2.User") + (uuid "d6a1b7a1-d935-4632-8b6a-d7e802e149e6") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "PCB3D_BR_Charger" + (at 235.25 89.75 0) + (layer "Eco2.User") + (uuid "d8896c44-2b3f-4e17-82b5-320400bbc21e") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "PCB3D_TL_Charger" + (at 186.25 50.75 0) + (layer "Eco2.User") + (uuid "e0c96038-7c50-47f9-9cc2-7bdbc1d8b80e") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + (bold yes) + ) + (justify left bottom) + ) + ) + (dimension + (type aligned) + (layer "F.Fab") + (uuid "00000000-0000-0000-0000-00005e84a4cd") + (pts + (xy 136 88) (xy 136 52) + ) + (height 8) + (gr_text "36.0000 mm" + (at 141.7 70 90) + (layer "F.Fab") + (uuid "00000000-0000-0000-0000-00005e84a4cd") + (effects + (font + (size 2 2) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "F.Fab") + (uuid "00000000-0000-0000-0000-00005e84a4d3") + (pts + (xy 136 52) (xy 117 52) + ) + (height 16) + (gr_text "19.0000 mm" + (at 126.5 33.7 0) + (layer "F.Fab") + (uuid "00000000-0000-0000-0000-00005e84a4d3") + (effects + (font + (size 2 2) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "F.Fab") + (uuid "00000000-0000-0000-0000-00005ea9d7b9") + (pts + (xy 23.749999 109.25) (xy 23.749999 31.25) + ) + (height -8.999999) + (gr_text "78.0000 mm" + (at 13.6 70.25 90) + (layer "F.Fab") + (uuid "00000000-0000-0000-0000-00005ea9d7b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.3) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "F.Fab") + (uuid "00000000-0000-0000-0000-00005eb189e3") + (pts + (xy 70 108) (xy 30 108) + ) + (height -11.75) + (gr_text "40.0000 mm" + (at 50 118.6 0) + (layer "F.Fab") + (uuid "00000000-0000-0000-0000-00005eb189e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.3) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "F.Fab") + (uuid "0ae57f07-622c-410a-8bb7-9af53e9a594a") + (pts + (xy 234 50) (xy 188 50) + ) + (height 14) + (gr_text "46.0000 mm" + (at 211 33.7 0) + (layer "F.Fab") + (uuid "0ae57f07-622c-410a-8bb7-9af53e9a594a") + (effects + (font + (size 2 2) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "F.Fab") + (uuid "b8e4667c-ea8a-4117-a09b-4bcf228f312e") + (pts + (xy 234 88.25) (xy 234 52) + ) + (height 18) + (gr_text "36.2500 mm" + (at 249.7 70.125 90) + (layer "F.Fab") + (uuid "b8e4667c-ea8a-4117-a09b-4bcf228f312e") + (effects + (font + (size 2 2) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (segment + (start 209.849507 60.298049) + (end 209.301458 59.75) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "0340fe8d-f05d-43b5-a14a-7edec42bf8f9") + ) + (segment + (start 212 85) + (end 210.25 83.25) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "05961a38-60e1-4f4f-837b-c3a110920552") + ) + (segment + (start 216.5 59.5) + (end 216.82501 59.82501) + (width 0.3) + (layer "B.Cu") + (net 1) + (uuid "183d7d49-fd49-468d-ba26-f518ebcc2b15") + ) + (segment + (start 211.6125 59.675) + (end 212.45 59.675) + (width 0.3) + (layer "B.Cu") + (net 1) + (uuid "21e39122-813b-4d8d-9fd3-ac9c605a2a56") + ) + (segment + (start 207.947625 59.861805) + (end 209.138195 59.861805) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "3c0e8dcb-eec3-455c-92a2-098804cf65c1") + ) + (segment + (start 209.301458 59.75) + (end 209.25 59.75) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "3d345a99-bda7-4e4d-8b43-c386f272fe19") + ) + (segment + (start 204.55 59.675) + (end 205.8875 59.675) + (width 0.3) + (layer "B.Cu") + (net 1) + (uuid "3d875de4-de0f-4a38-983d-f3b0b825e447") + ) + (segment + (start 212.45 59.675) + (end 212.625 59.5) + (width 0.3) + (layer "B.Cu") + (net 1) + (uuid "3e378a3f-2e61-40d5-8fd0-21069c9031b2") + ) + (segment + (start 209.290589 59.709411) + (end 210.562355 59.709411) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "429c875d-b6ed-48d7-81aa-94a5f5f4eada") + ) + (segment + (start 210.850012 66.450012) + (end 209.45 65.05) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "495c97b7-6ebe-4129-a0ad-aaf26f396488") + ) + (segment + (start 209.249979 61.685047) + (end 209.849507 61.085519) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "52fb467b-d4fc-4553-b4e3-5d475b9b89d8") + ) + (segment + (start 216.82501 59.82501) + (end 216.82501 60.92499) + (width 0.3) + (layer "B.Cu") + (net 1) + (uuid "552ac1d8-4311-466f-b2e4-dfaaa0cac3f2") + ) + (segment + (start 200.5 60.875) + (end 202.25 59.125) + (width 0.3) + (layer "B.Cu") + (net 1) + (uuid "57d1a41c-7350-4ce4-91ca-8b484efec1fe") + ) + (segment + (start 212.625 59.5) + (end 216.5 59.5) + (width 0.3) + (layer "B.Cu") + (net 1) + (uuid "65489626-254d-4895-a5ad-a0f2c9fcd407") + ) + (segment + (start 216.49999 61.25001) + (end 215.37499 61.25001) + (width 0.3) + (layer "B.Cu") + (net 1) + (uuid "69cb4704-e509-48e0-81d3-df1d42cf9495") + ) + (segment + (start 214.749072 61.875928) + (end 214.25 62.375) + (width 0.3) + (layer "B.Cu") + (net 1) + (uuid "6b2ec885-7af0-43f7-95a5-aa37df342242") + ) + (segment + (start 212 85.25) + (end 212 85) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "6c17a121-592c-4146-ba1d-7d539ed7b7ae") + ) + (segment + (start 202.25 59.125) + (end 204 59.125) + (width 0.3) + (layer "B.Cu") + (net 1) + (uuid "73bbe6ef-ec9e-42dd-8753-663c6e54b542") + ) + (segment + (start 204 59.125) + (end 204.55 59.675) + (width 0.3) + (layer "B.Cu") + (net 1) + (uuid "79560fe4-d1d8-41ac-a197-bdf0295f65d9") + ) + (segment + (start 215.37499 61.25001) + (end 214.749072 61.875928) + (width 0.3) + (layer "B.Cu") + (net 1) + (uuid "839ea1ca-1ee0-4f09-bfae-9a479049f847") + ) + (segment + (start 209.249979 64.799979) + (end 209.249979 61.685047) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "8b502637-9b9f-472e-a14e-7ef2fdb9e20e") + ) + (segment + (start 209.138195 59.861805) + (end 209.25 59.75) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "8e120ae7-2e36-40ca-9ce4-547b8be346ce") + ) + (segment + (start 207.76082 59.675) + (end 207.947625 59.861805) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "94806353-1d17-4781-a0d5-4b47cbd2bc6a") + ) + (segment + (start 210.562355 59.709411) + (end 211.675 59.675) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "9b2c5489-f611-4b1c-a375-0a48f08b5260") + ) + (segment + (start 209.849507 61.085519) + (end 209.849507 60.298049) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "b082ae0b-20dd-4a64-b3ab-971c3e8a2b91") + ) + (segment + (start 208.199999 82.460001) + (end 208.199999 75.250001) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "b36b6554-b078-4475-9a48-f6d5a9fdc19e") + ) + (segment + (start 210.25 83.25) + (end 208.989998 83.25) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "b4bd76fd-7630-4a78-b9f4-3f9798162d61") + ) + (segment + (start 208.199999 75.250001) + (end 210.850012 72.599988) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "bc6cf5c4-fe10-431f-965b-0757768ff218") + ) + (segment + (start 209.25 59.75) + (end 209.290589 59.709411) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "c1826e8c-caf4-426a-9dff-ea5110b65c62") + ) + (segment + (start 209.45 65.05) + (end 209.45 65) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "c5c2e28c-7dfe-400c-895a-9fe897125d9c") + ) + (segment + (start 205.8875 59.675) + (end 207.76082 59.675) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "d9d0dfb2-9b1e-4548-a79e-6dafa9d57a99") + ) + (segment + (start 216.82501 60.92499) + (end 216.49999 61.25001) + (width 0.3) + (layer "B.Cu") + (net 1) + (uuid "df4311ea-16a5-4c26-bb58-27887e1f450a") + ) + (segment + (start 209.45 65) + (end 209.249979 64.799979) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "f2597a9d-d86c-4a41-871e-58f48d31892d") + ) + (segment + (start 208.989998 83.25) + (end 208.199999 82.460001) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "f644880c-c5a4-4265-9a3b-f07cb8a821f9") + ) + (segment + (start 210.850012 72.599988) + (end 210.850012 66.450012) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "f934970e-33bb-47c2-8673-50ca1fd7e3f2") + ) + (segment + (start 228.35 66.825) + (end 228.4 66.775) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "2936717e-13b1-4f7b-ba54-8007cd932247") + ) + (segment + (start 227.25 62.6) + (end 227.25 62.3) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "317b1453-4a5f-41e9-b589-09ee8d0bdbc7") + ) + (segment + (start 227.25 56.2) + (end 227.25 55.9) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "78f3f8d0-3e88-40f6-bb28-a60a1bf3b492") + ) + (segment + (start 228.35 69.2) + (end 228.35 66.825) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "7de38f2e-e3c5-41c1-855c-7a4fa162c6de") + ) + (via + (at 219.75 67.5) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005e8521a7") + ) + (via + (at 219.75 68.5) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005e8521a9") + ) + (via + (at 220.75 67.5) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005e8521ab") + ) + (via + (at 220.75 68.5) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005e8521ad") + ) + (via + (at 221.75 67.5) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005e8521ee") + ) + (via + (at 204.65 64.35) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "2160f01f-5764-4677-9a33-5e5559ac6514") + ) + (via + (at 210.15 56.65) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "499d4e24-e311-4be7-8d33-5e4579863950") + ) + (via + (at 221.75 68.5) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "90254f81-95fb-4941-968b-5def8d31781b") + ) + (via + (at 203.85 64.35) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "91b36b7e-06ed-4e06-b359-8516b6f3e236") + ) + (via + (at 203.37497 62) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "a908b072-dac9-48a5-8881-341d232c946e") + ) + (via + (at 208.45 69.85) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "aa94c513-1038-4f80-9c27-09f1eca9dfc2") + ) + (via + (at 206.65 68.55) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "d91e9d3e-a38d-4d02-9883-3f026a74da91") + ) + (via + (at 216.050004 57.45) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "e1aef9cc-eb9f-447c-b94e-66774bd6bc47") + ) + (via + (at 204.25 62.05) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "e7096b99-e540-48c5-802d-7ef33e8b9960") + ) + (via + (at 203.05 64.35) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "f81ed12b-be73-4cd4-b878-16047c0e12a7") + ) + (segment + (start 204 61.4) + (end 203.4 62) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "00220bc2-e710-467e-9bfb-210c02f73fa8") + ) + (segment + (start 216 57.500004) + (end 216.050004 57.45) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "052c5a30-61fc-4b3c-bdc9-a51ccbc9c638") + ) + (segment + (start 218 62.25) + (end 217.875 62.375) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "068b03d1-5bcd-42eb-9715-ab6cc3c18e63") + ) + (segment + (start 204.55 60.325) + (end 204 60.875) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "096f33fd-5dc0-4ab7-9db0-8c18c48bc663") + ) + (segment + (start 205.55 68.775) + (end 206.425 68.775) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "15da9222-ae96-426a-ac2c-69364f1e3c43") + ) + (segment + (start 210.575 57.075) + (end 210.15 56.65) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "2e3646b6-4ba1-40ca-93cc-bd5397a09d99") + ) + (segment + (start 218 60.15) + (end 218 62.25) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "2ec49e4f-d1f2-426e-8287-b9634f3f1ccd") + ) + (segment + (start 206.425 68.775) + (end 206.65 68.55) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "34d1f652-f365-45ff-bfb3-f007e441d227") + ) + (segment + (start 206.625 64.25) + (end 206.625 65.125) + (width 0.5) + (layer "B.Cu") + (net 2) + (uuid "4fe5458e-7736-47b7-91be-6c89f8c6c880") + ) + (segment + (start 217.875 62.375) + (end 216 62.375) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "5ac65c1b-f93b-4c3e-8ad6-18fd58be0c09") + ) + (segment + (start 206.625 65.725) + (end 207 66.1) + (width 0.5) + (layer "B.Cu") + (net 2) + (uuid "5c8c3d40-49c7-415d-90f6-d8e3437777e6") + ) + (segment + (start 206.625 65.125) + (end 206.625 65.725) + (width 0.5) + (layer "B.Cu") + (net 2) + (uuid "8003051f-a3b9-4194-bb4c-d6acb6be85c0") + ) + (segment + (start 205.8875 60.325) + (end 204.55 60.325) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "818329d3-662f-4191-8d40-729e39fd742a") + ) + (segment + (start 216 58.625) + (end 216 57.500004) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "87d3dcd6-0fa8-42b1-8df8-fd96e21316f9") + ) + (segment + (start 216.475 58.625) + (end 218 60.15) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "a09924ed-4f85-4d32-bb6b-ac4721a5610f") + ) + (segment + (start 211.6125 57.075) + (end 210.575 57.075) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "abfb9494-390c-4649-b1aa-a4b92dbabd07") + ) + (segment + (start 217.71728 62.375) + (end 218.09228 62) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "c01fabc5-db8c-45ed-9ad7-af09fa66a9c5") + ) + (segment + (start 216 58.625) + (end 216.475 58.625) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "cdc7d872-3cb9-4360-a358-f4ad1d7a6f7b") + ) + (segment + (start 216 62.375) + (end 217.71728 62.375) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "d37e4bc6-6225-4366-acaf-6eda6533119c") + ) + (segment + (start 203.4 62) + (end 203.37497 62) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "da15ce6b-f0c8-47e0-a63e-a6abe878eb3f") + ) + (segment + (start 204 60.875) + (end 204 61.4) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "db4f7cd8-71de-4ec1-9089-ce9bc4e64e07") + ) + (segment + (start 202.25 60.875) + (end 204 60.875) + (width 0.3) + (layer "B.Cu") + (net 2) + (uuid "fc28721a-9b8a-482b-9c46-087273585cae") + ) + (segment + (start 216.100011 59.767991) + (end 216.100011 68.850011) + (width 2) + (layer "F.Cu") + (net 3) + (uuid "4e6efcbd-0e36-48c9-ab3c-f31c7bd72f6e") + ) + (segment + (start 220.361283 72.25) + (end 219.5 72.25) + (width 2) + (layer "F.Cu") + (net 3) + (uuid "5befe9c8-2ff4-4fe0-a003-c322b85c8758") + ) + (segment + (start 219.5 56.368002) + (end 216.100011 59.767991) + (width 2) + (layer "F.Cu") + (net 3) + (uuid "62c21967-c80a-48c7-ad50-8cc424c8add9") + ) + (segment + (start 219.5 54) + (end 219.5 56.368002) + (width 2) + (layer "F.Cu") + (net 3) + (uuid "62ca3146-2911-429a-b804-917ccfaa7bdd") + ) + (segment + (start 216.100011 68.850011) + (end 219.5 72.25) + (width 2) + (layer "F.Cu") + (net 3) + (uuid "832d7977-8998-495d-be04-34e805a70737") + ) + (segment + (start 219.5 54) + (end 217.647514 54) + (width 0.3) + (layer "F.Cu") + (net 3) + (uuid "9e9ce2d1-e3b2-43f5-b575-9634f927e6a8") + ) + (segment + (start 214.629659 57.017855) + (end 214.629659 57.58354) + (width 0.3) + (layer "F.Cu") + (net 3) + (uuid "9ecec0dc-96d8-43b7-ac70-f43dfaa4c351") + ) + (segment + (start 217.647514 54) + (end 214.629659 57.017855) + (width 0.3) + (layer "F.Cu") + (net 3) + (uuid "f92e0099-d599-4295-93bd-915d2c8f6c82") + ) + (via + (at 214.629659 57.58354) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "346123c7-d258-4e43-af38-843eb317f0b6") + ) + (segment + (start 214.25 57.963199) + (end 214.629659 57.58354) + (width 0.3) + (layer "B.Cu") + (net 3) + (uuid "1d2739be-6fb6-43fe-b6e6-3dccdf4cdd96") + ) + (segment + (start 214.25 58.625) + (end 214.25 57.963199) + (width 0.3) + (layer "B.Cu") + (net 3) + (uuid "c3b9f8fe-8a5b-46c6-a638-1cd0c13036c8") + ) + (segment + (start 229.5 80.75) + (end 230.5 80.75) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "e278b344-63fe-45ff-bb03-cb52d3d35a2e") + ) + (via + (at 229.5 80.75) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 4) + (uuid "292dfb89-f304-4157-b761-c31928a2ab2f") + ) + (segment + (start 228.625 80.75) + (end 229.5 80.75) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "6b7d95fe-ddc8-4f28-8dc0-0c4258031bd6") + ) + (segment + (start 230.375 79.25) + (end 229.5 79.25) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "04f00d73-4974-45fe-be9f-c55022daa9f6") + ) + (via + (at 229.5 79.25) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "a05a643f-0724-459e-a929-13b828d04061") + ) + (segment + (start 229.5 79.25) + (end 228.5 79.25) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "39d1690f-5a56-4d71-bd5d-48494efa0b3c") + ) + (segment + (start 230.25 77.75) + (end 230.5 77.75) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "46e5dc63-1388-4e13-b74b-5df39a37e561") + ) + (segment + (start 229.5 77.75) + (end 230.25 77.75) + (width 0.25) + (layer "F.Cu") + (net 6) + (uuid "b5e4ceee-135b-4404-ab29-66f0145be2ab") + ) + (via + (at 229.5 77.75) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 6) + (uuid "61f1645b-2703-4859-97b5-0a52d0a812c5") + ) + (segment + (start 228.625 77.75) + (end 229.5 77.75) + (width 0.25) + (layer "B.Cu") + (net 6) + (uuid "668f61f1-c2c1-4d9f-875e-43038338b139") + ) + (segment + (start 228.844212 60.73315) + (end 228.844212 60.155788) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "13d682b1-ec01-4af0-bac0-111e3a82ac15") + ) + (segment + (start 224.5 64.914998) + (end 223.777679 64.192677) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "19b24960-f3ae-4ead-9d77-c5c438f4fb38") + ) + (segment + (start 223.777679 64.192677) + (end 218.265706 64.192677) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "41bafd8e-e2be-474c-a7ae-b3caeebb87e1") + ) + (segment + (start 227.25 58.5) + (end 229.25 58.5) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "42060645-1cfa-4287-af79-a9e0769270fd") + ) + (segment + (start 229 60) + (end 228.485003 59.5) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "45329500-2f57-445c-a1b3-80e0ea628351") + ) + (segment + (start 229.25 58.5) + (end 229.5 58.75) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "48bb4dc0-38dd-4089-bd0c-a988f0b7279d") + ) + (segment + (start 230.175001 61.189998) + (end 229 60) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "548d0ade-7a81-42c1-b86a-fc7d682731e9") + ) + (segment + (start 218.265706 64.192677) + (end 217.700021 64.192677) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "5c190430-8e1a-4f33-a53e-d9fd3bd3f12c") + ) + (segment + (start 229.25 70.5) + (end 230.175001 69.574999) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "5d6ae843-feac-48ca-b1ef-7e52529b521d") + ) + (segment + (start 228.844212 60.155788) + (end 229 60) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "611f48f7-cc78-4a3e-ad39-950a65ccf462") + ) + (segment + (start 228.485003 59.5) + (end 227.25 59.5) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "6902b62b-6ee6-4134-9ee8-cd22164b7eed") + ) + (segment + (start 228.35 70.5) + (end 229.25 70.5) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "75336334-1601-4d47-9cb7-81e3a82a2c9d") + ) + (segment + (start 227.45 70.5) + (end 224.5 67.55) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "753cc53b-4896-4025-bc6c-29fe113f155a") + ) + (segment + (start 230.175001 69.574999) + (end 230.175001 61.189998) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "7ebac9ae-f365-4945-87e6-b87ac0c3a7bd") + ) + (segment + (start 228.35 70.5) + (end 227.45 70.5) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "a0f3fc48-7eaf-4f2e-bb3f-fb1a8ccba4f7") + ) + (segment + (start 224.5 67.55) + (end 224.5 64.914998) + (width 0.25) + (layer "F.Cu") + (net 7) + (uuid "e3d64fe8-9bff-410e-b7ca-429dc0021dfd") + ) + (via + (at 217.700021 64.192677) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 7) + (uuid "326b3887-f7d5-4b28-a0e6-1e278a6af84b") + ) + (via + (at 229.5 58.75) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 7) + (uuid "77652088-ab8c-4f39-84e4-69a9b74098af") + ) + (via + (at 228.844212 60.73315) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 7) + (uuid "954ebf8e-3a60-426d-9154-8a95f89e435d") + ) + (segment + (start 214.25 64.125) + (end 216 64.125) + (width 0.3) + (layer "B.Cu") + (net 7) + (uuid "0c53e0c0-ab1e-4b45-9e22-98c8fc4f8865") + ) + (segment + (start 217.632344 64.125) + (end 217.700021 64.192677) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "1fcacf31-4510-4e35-99e8-f052d6c4c521") + ) + (segment + (start 211.6125 62.925) + (end 213.05 62.925) + (width 0.3) + (layer "B.Cu") + (net 7) + (uuid "36cea3d2-c00e-449b-803f-e53036a2b992") + ) + (segment + (start 216 64.125) + (end 217.632344 64.125) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "52db2c3d-fe7e-431b-a853-f797438b0207") + ) + (segment + (start 213.05 62.925) + (end 213.750928 63.625928) + (width 0.3) + (layer "B.Cu") + (net 7) + (uuid "93c4a87c-60de-4cd4-a533-701b563ffc10") + ) + (segment + (start 229.5 58.75) + (end 229.5 60.077362) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "ab0e2dcb-54c8-4522-9bea-a74c16652dfb") + ) + (segment + (start 229.5 60.077362) + (end 228.844212 60.73315) + (width 0.25) + (layer "B.Cu") + (net 7) + (uuid "ee695912-721c-408e-b75c-267dd33beeda") + ) + (segment + (start 213.750928 63.625928) + (end 214.25 64.125) + (width 0.3) + (layer "B.Cu") + (net 7) + (uuid "fac6b345-57d6-412a-91fa-c48f0a5141f3") + ) + (segment + (start 208.051124 63.821818) + (end 207.558248 63.328942) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "03a581eb-67a0-4b7f-9b1f-530d10e58811") + ) + (segment + (start 227.25 59) + (end 228.636411 59) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "1463dfd3-304a-43c1-ab17-a025d78f7c34") + ) + (segment + (start 227.45 71.15) + (end 224.04999 67.74999) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "2a755b38-476a-4a1d-bf0a-1dd0bc93d36c") + ) + (segment + (start 224.04999 66.92499) + (end 223.70001 66.57501) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "34f0820d-fd08-44d5-953d-4d1e79f3ebeb") + ) + (segment + (start 224.04999 67.74999) + (end 224.04999 66.92499) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "42fbca89-3ad6-4814-9eea-c76f36434ba8") + ) + (segment + (start 225.924999 59.075001) + (end 225.924999 59.924999) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "4a7903b8-2a5b-4779-ac93-36da1c65c093") + ) + (segment + (start 229.25 71.15) + (end 228.35 71.15) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "4eead5ca-7be1-4864-bc0b-f7462747c2fd") + ) + (segment + (start 226 59) + (end 225.924999 59.075001) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "68c610c9-11a0-4005-8d20-0a1c07fa90df") + ) + (segment + (start 223.70001 66.57501) + (end 217.78519 66.57501) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "9a11602f-38da-486b-86ec-554db630b836") + ) + (segment + (start 226 60) + (end 227.25 60) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "c10b79d7-ea1c-45f9-ba5f-9d6ed3913194") + ) + (segment + (start 230.625012 60.988601) + (end 230.625012 69.774988) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "c665c60e-64a4-44a4-8613-1287dbb82bcf") + ) + (segment + (start 228.35 71.15) + (end 227.45 71.15) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "c885c14a-6f84-4a50-9324-8a6ed77238e8") + ) + (segment + (start 230.625012 69.774988) + (end 229.25 71.15) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "ce6868dc-e96e-4e7a-b456-212ddecb9632") + ) + (segment + (start 228.636411 59) + (end 230.625012 60.988601) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "d147768b-be29-4ea9-af0d-56fbe555419a") + ) + (segment + (start 211.64926 63.821818) + (end 208.051124 63.821818) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "d309b39c-0f72-4c99-85a0-46e74b98ff14") + ) + (segment + (start 227.25 59) + (end 226 59) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "d927c813-cce0-43cf-8dd2-710b153105f1") + ) + (segment + (start 217.78519 66.57501) + (end 217.700021 66.489841) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "eb10a569-3bed-4957-8825-8dbdf6cc29ee") + ) + (segment + (start 225.924999 59.924999) + (end 226 60) + (width 0.25) + (layer "F.Cu") + (net 8) + (uuid "f8e36c23-b9cb-4a90-85bc-f33deceb918f") + ) + (via + (at 207.558248 63.328942) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 8) + (uuid "4831304e-ee6b-4361-946b-5eb6a0622d18") + ) + (via + (at 217.700021 66.489841) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 8) + (uuid "77ca1eef-6084-4bcd-baac-7f87dfa8fc0c") + ) + (via + (at 211.64926 63.821818) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 8) + (uuid "d3e98e54-82b6-466c-acd7-6d2463c8a414") + ) + (segment + (start 207.154306 62.925) + (end 207.558248 63.328942) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "03899dc4-a344-4120-b39e-c70db830cf94") + ) + (segment + (start 217.700021 66.489841) + (end 214.317283 66.489841) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "080d25e1-73e7-4ef3-ba2a-2b9b461c830a") + ) + (segment + (start 205.8875 62.925) + (end 205.61679 63.19571) + (width 0.3) + (layer "B.Cu") + (net 8) + (uuid "314c8947-27ba-4053-b3df-adfddcc2c9f7") + ) + (segment + (start 200.5 62.625) + (end 202.25 62.625) + (width 0.3) + (layer "B.Cu") + (net 8) + (uuid "32100b3a-f7c3-4c61-a49d-3a4c8310db9d") + ) + (segment + (start 212.049259 64.221817) + (end 211.64926 63.821818) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "35811285-f917-497c-931e-33fc6ca5da2a") + ) + (segment + (start 205.61679 63.19571) + (end 202.82071 63.19571) + (width 0.3) + (layer "B.Cu") + (net 8) + (uuid "7483994e-afaf-4fce-87ee-96eb0b6ed47a") + ) + (segment + (start 202.82071 63.19571) + (end 202.749072 63.124072) + (width 0.3) + (layer "B.Cu") + (net 8) + (uuid "827932a7-4e44-47c2-8dcb-cabd9d63af69") + ) + (segment + (start 205.8875 62.925) + (end 207.154306 62.925) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "96768f57-cd01-4493-88c3-a523e733916a") + ) + (segment + (start 202.749072 63.124072) + (end 202.25 62.625) + (width 0.3) + (layer "B.Cu") + (net 8) + (uuid "e36da845-83cd-4f02-943b-fffc239dc8d2") + ) + (segment + (start 214.317283 66.489841) + (end 212.049259 64.221817) + (width 0.25) + (layer "B.Cu") + (net 8) + (uuid "ef1b1e1c-bbc5-401f-a898-a397d5504cec") + ) + (segment + (start 210.00001 66.848674) + (end 209.148674 66.848674) + (width 0.3) + (layer "F.Cu") + (net 9) + (uuid "05136181-f637-4ad7-85cf-c3800126f933") + ) + (segment + (start 207.971855 61.805331) + (end 207.971855 60.269192) + (width 0.3) + (layer "F.Cu") + (net 9) + (uuid "149f063a-70e6-42e7-b8fb-38b3b612a351") + ) + (segment + (start 206.808246 62.96894) + (end 207.971855 61.805331) + (width 0.3) + (layer "F.Cu") + (net 9) + (uuid "3bd57662-55ce-4cf1-bfb4-91d91d90b568") + ) + (segment + (start 207.203999 59.501336) + (end 207.203999 57.896001) + (width 0.3) + (layer "F.Cu") + (net 9) + (uuid "40792525-71ff-47ec-975b-a9fc08ab663f") + ) + (segment + (start 207.203999 57.896001) + (end 207.659393 57.440607) + (width 0.3) + (layer "F.Cu") + (net 9) + (uuid "5061ca57-204f-4777-bbbf-f3b362947876") + ) + (segment + (start 206.808246 64.508246) + (end 206.808246 62.96894) + (width 0.3) + (layer "F.Cu") + (net 9) + (uuid "51d9a5ff-3768-473f-b3b2-9c54811b5058") + ) + (segment + (start 209.148674 66.848674) + (end 206.808246 64.508246) + (width 0.3) + (layer "F.Cu") + (net 9) + (uuid "5361206c-cf67-424e-af90-f495dfd04a10") + ) + (segment + (start 207.659393 57.440607) + (end 208.755807 57.440607) + (width 0.3) + (layer "F.Cu") + (net 9) + (uuid "5a84835f-c9fb-4b36-9efe-7f046f619aca") + ) + (segment + (start 207.971855 60.269192) + (end 207.203999 59.501336) + (width 0.3) + (layer "F.Cu") + (net 9) + (uuid "bc0e1bf8-1b53-434f-a976-28b74c58bb3d") + ) + (via + (at 208.755807 57.440607) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 9) + (uuid "46440aa5-415d-4273-b1d2-bdf811437aa9") + ) + (via + (at 210.00001 66.848674) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 9) + (uuid "9fcc1501-e32c-48ec-947e-e69aed053e19") + ) + (segment + (start 208.755807 58.021492) + (end 208.755807 58.006292) + (width 0.3) + (layer "B.Cu") + (net 9) + (uuid "2f6dbb83-3175-4e48-817a-56fdbefa2525") + ) + (segment + (start 209.5 85.25) + (end 207.599988 83.349988) + (width 0.3) + (layer "B.Cu") + (net 9) + (uuid "40123fbb-a5eb-49b9-9ca2-f397eccf7380") + ) + (segment + (start 211.75 59.05) + (end 209.784315 59.05) + (width 0.3) + (layer "B.Cu") + (net 9) + (uuid "419a2a4d-b8cc-4bdf-91fb-e5f6eb970e7c") + ) + (segment + (start 210.00001 72.49999) + (end 210.00001 67.414359) + (width 0.3) + (layer "B.Cu") + (net 9) + (uuid "45ebe6bd-248a-4cab-8830-2593a67ac84e") + ) + (segment + (start 208.755807 58.006292) + (end 208.755807 57.440607) + (width 0.3) + (layer "B.Cu") + (net 9) + (uuid "685fd0dd-b311-4041-8ddb-1806af3deeb9") + ) + (segment + (start 210.00001 67.414359) + (end 210.00001 66.848674) + (width 0.3) + (layer "B.Cu") + (net 9) + (uuid "7b55ae47-3314-4af2-aab5-82e8dfbad01a") + ) + (segment + (start 207.599988 83.349988) + (end 207.599988 74.900012) + (width 0.3) + (layer "B.Cu") + (net 9) + (uuid "ca8125b2-94b3-423a-87ab-0789b754327c") + ) + (segment + (start 207.599988 74.900012) + (end 210.00001 72.49999) + (width 0.3) + (layer "B.Cu") + (net 9) + (uuid "cb45ee2f-d9de-4220-88aa-c306209bacd9") + ) + (segment + (start 209.784315 59.05) + (end 208.755807 58.021492) + (width 0.3) + (layer "B.Cu") + (net 9) + (uuid "f074b4a9-9e47-41d7-9e35-896af187e1c0") + ) + (segment + (start 199.100002 73.389994) + (end 198.85 73.639996) + (width 0.3) + (layer "F.Cu") + (net 10) + (uuid "0ea3b494-41e8-47e1-970a-c7c9a8284fb7") + ) + (segment + (start 198.85 74.284315) + (end 198.85 74.85) + (width 0.3) + (layer "F.Cu") + (net 10) + (uuid "168cb99e-65b6-40c0-908c-11e78f17769a") + ) + (segment + (start 199.100002 67.95) + (end 199.100002 73.389994) + (width 0.3) + (layer "F.Cu") + (net 10) + (uuid "3ef6bdc9-518f-40a7-b7e0-6e14df38a106") + ) + (segment + (start 198.85 73.639996) + (end 198.85 74.284315) + (width 0.3) + (layer "F.Cu") + (net 10) + (uuid "59469842-ff9e-4bc8-80e0-d9ef7288ebbd") + ) + (via + (at 199.100002 67.95) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 10) + (uuid "0e0bb21e-ff12-40bf-9726-2d67ce7dd2a9") + ) + (via + (at 198.85 74.85) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 10) + (uuid "4cb1c1cc-ff61-4a9e-8847-4f8e0e3c6f08") + ) + (segment + (start 205.05 57.075) + (end 205.8875 57.075) + (width 0.3) + (layer "B.Cu") + (net 10) + (uuid "60e5d03b-3160-4712-824b-85f8def6b6f2") + ) + (segment + (start 198.85 82.08) + (end 198.85 75.415685) + (width 0.3) + (layer "B.Cu") + (net 10) + (uuid "6747fb6d-49fd-433f-804c-fb7ff4efa353") + ) + (segment + (start 204.25 85.25) + (end 202.02 85.25) + (width 0.3) + (layer "B.Cu") + (net 10) + (uuid "837f8829-28f0-4986-8d48-828992c94fa6") + ) + (segment + (start 199.174979 67.309338) + (end 199.174979 60.137033) + (width 0.3) + (layer "B.Cu") + (net 10) + (uuid "b6238810-9dd5-4fc1-a47d-604356f796ad") + ) + (segment + (start 202.02 85.25) + (end 198.85 82.08) + (width 0.3) + (layer "B.Cu") + (net 10) + (uuid "bd38bee7-9a26-4927-b6b3-9ffbfe39f061") + ) + (segment + (start 199.100002 67.95) + (end 199.100002 67.384315) + (width 0.3) + (layer "B.Cu") + (net 10) + (uuid "d74830ec-2e42-484f-a430-c83fe448d9da") + ) + (segment + (start 198.85 75.415685) + (end 198.85 74.85) + (width 0.3) + (layer "B.Cu") + (net 10) + (uuid "e1c5fd71-92fb-4079-a3ee-c709f82a780e") + ) + (segment + (start 202.237012 57.075) + (end 205.05 57.075) + (width 0.3) + (layer "B.Cu") + (net 10) + (uuid "fc93b3a7-7adc-4aaf-8946-5e601650561e") + ) + (segment + (start 199.100002 67.384315) + (end 199.174979 67.309338) + (width 0.3) + (layer "B.Cu") + (net 10) + (uuid "fd424585-3ba8-4101-b4bf-195f03d1b2e5") + ) + (segment + (start 199.174979 60.137033) + (end 202.237012 57.075) + (width 0.3) + (layer "B.Cu") + (net 10) + (uuid "fd896f54-6c10-403c-94fc-03bd1e6d3be9") + ) + (segment + (start 199.850012 73.849994) + (end 199.750006 73.95) + (width 0.3) + (layer "F.Cu") + (net 11) + (uuid "73960b88-ac55-4289-b77a-4a34392bdec6") + ) + (segment + (start 199.850012 69.15) + (end 199.850012 73.849994) + (width 0.3) + (layer "F.Cu") + (net 11) + (uuid "e025985c-d92a-420c-adbb-f982ebb13c52") + ) + (via + (at 199.850012 69.15) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 11) + (uuid "3f300e8d-3c24-45ea-84cf-f9484a38713a") + ) + (via + (at 199.750006 73.95) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 11) + (uuid "f71a747b-7fa7-4d27-9e9d-ac2c8bbf7958") + ) + (segment + (start 199.750006 78.249994) + (end 199.750006 74.515685) + (width 0.3) + (layer "B.Cu") + (net 11) + (uuid "09b117bf-6e2f-47d5-910e-24407c62bbd1") + ) + (segment + (start 199.750006 78.25) + (end 199.750006 78.295004) + (width 0.25) + (layer "B.Cu") + (net 11) + (uuid "0c3da383-12de-4bf5-bb1b-431547f8a533") + ) + (segment + (start 199.67499 67.414986) + (end 199.850012 67.590008) + (width 0.3) + (layer "B.Cu") + (net 11) + (uuid "32749f71-1f5b-462e-b55c-b3ab6b3bb0a8") + ) + (segment + (start 199.67499 60.344144) + (end 199.67499 67.414986) + (width 0.3) + (layer "B.Cu") + (net 11) + (uuid "4e72b17a-785f-4fd9-83f8-be95358b010a") + ) + (segment + (start 202.294134 57.725) + (end 199.67499 60.344144) + (width 0.3) + (layer "B.Cu") + (net 11) + (uuid "5717575d-eeb1-470d-9763-03f841c05c09") + ) + (segment + (start 199.850012 67.590008) + (end 199.850012 68.584315) + (width 0.3) + (layer "B.Cu") + (net 11) + (uuid "69c32a13-436b-48b3-b2c7-90f787a45488") + ) + (segment + (start 205.8875 57.725) + (end 202.294134 57.725) + (width 0.3) + (layer "B.Cu") + (net 11) + (uuid "781734ac-4b08-47bb-99d1-1150df1c651d") + ) + (segment + (start 199.75 78.25) + (end 199.750006 78.249994) + (width 0.3) + (layer "B.Cu") + (net 11) + (uuid "a7defafa-6156-4afc-8a07-e06127d088e5") + ) + (segment + (start 199.850012 68.584315) + (end 199.850012 69.15) + (width 0.3) + (layer "B.Cu") + (net 11) + (uuid "b84f2c65-c678-424e-ae6e-adeb599b41de") + ) + (segment + (start 199.750006 74.515685) + (end 199.750006 73.95) + (width 0.3) + (layer "B.Cu") + (net 11) + (uuid "d65f57fd-07a3-4fe6-9daa-eb3e9d301cac") + ) + (segment + (start 199.750006 78.295004) + (end 206.705002 85.25) + (width 0.3) + (layer "B.Cu") + (net 11) + (uuid "ea8eaea0-2664-4029-859a-7e4a6a1601f9") + ) + (segment + (start 212.04 81.25) + (end 212.04 65.32256) + (width 0.25) + (layer "B.Cu") + (net 12) + (uuid "14bf0f57-7d1a-45f5-99ff-2d6d2097e88a") + ) + (segment + (start 212.04 65.32256) + (end 210.45 63.73256) + (width 0.3) + (layer "B.Cu") + (net 12) + (uuid "4fb824eb-c24e-46dd-b8d1-07db14ce68b5") + ) + (segment + (start 210.45 63.73256) + (end 210.45 62.65) + (width 0.3) + (layer "B.Cu") + (net 12) + (uuid "669875b8-5e46-4b24-9b20-934ad6859b7d") + ) + (segment + (start 210.45 62.65) + (end 210.825 62.275) + (width 0.3) + (layer "B.Cu") + (net 12) + (uuid "743b0d14-7e1c-4918-94fa-737672bcd660") + ) + (segment + (start 210.825 62.275) + (end 211.6125 62.275) + (width 0.3) + (layer "B.Cu") + (net 12) + (uuid "9a8b25de-a73c-4311-9191-f9929bffad65") + ) + (segment + (start 209.94999 62.442888) + (end 210.767878 61.625) + (width 0.3) + (layer "B.Cu") + (net 13) + (uuid "4cea94c7-603d-492e-9b66-7d8b4207dd21") + ) + (segment + (start 209.5 74.798543) + (end 211.450023 72.84852) + (width 0.3) + (layer "B.Cu") + (net 13) + (uuid "5172049b-09dd-4013-b28b-44562b26d919") + ) + (segment + (start 211.450023 65.439705) + (end 209.949989 63.939671) + (width 0.3) + (layer "B.Cu") + (net 13) + (uuid "5c36ca04-872c-45ee-9f58-89134a1aa82f") + ) + (segment + (start 211.450023 72.84852) + (end 211.450023 65.439705) + (width 0.3) + (layer "B.Cu") + (net 13) + (uuid "5cbdec47-9a16-4811-be6b-c4a2a02bd626") + ) + (segment + (start 210.875 61.625) + (end 211.6125 61.625) + (width 0.3) + (layer "B.Cu") + (net 13) + (uuid "cbdae07e-f8a8-41b6-8954-bdf9ee0d75ef") + ) + (segment + (start 209.949989 63.939671) + (end 209.94999 62.442888) + (width 0.3) + (layer "B.Cu") + (net 13) + (uuid "dc35ac52-aae9-4f39-9a20-556151836dc2") + ) + (segment + (start 210.767878 61.625) + (end 210.875 61.625) + (width 0.3) + (layer "B.Cu") + (net 13) + (uuid "de03e567-0ab0-4aa0-8909-7c3561e0e0df") + ) + (segment + (start 209.5 81.25) + (end 209.5 74.798543) + (width 0.25) + (layer "B.Cu") + (net 13) + (uuid "f475240e-17f1-41f0-8bfa-8ab408559a08") + ) + (segment + (start 189.75 67) + (end 189.75 67) + (width 2) + (layer "F.Cu") + (net 14) + (uuid "00000000-0000-0000-0000-00005e8631fe") + ) + (segment + (start 192.75 68) + (end 191 68) + (width 2) + (layer "F.Cu") + (net 14) + (uuid "091b41d7-35a6-49c8-95e8-147f96702d05") + ) + (segment + (start 197.5 68) + (end 192.75 68) + (width 2) + (layer "F.Cu") + (net 14) + (uuid "2bf97d02-9b25-47b0-87fe-f22710395b5d") + ) + (segment + (start 190 67) + (end 189.75 67) + (width 2) + (layer "F.Cu") + (net 14) + (uuid "cf656f83-3e91-4066-93f3-e763ad25e7df") + ) + (segment + (start 191 68) + (end 190 67) + (width 2) + (layer "F.Cu") + (net 14) + (uuid "ff878e11-861d-4fa1-aca0-7cbecf67329d") + ) + (via + (at 189 67) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "00000000-0000-0000-0000-00005e8631cb") + ) + (via + (at 189 68) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "00000000-0000-0000-0000-00005e8631ce") + ) + (via + (at 189 66) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "00000000-0000-0000-0000-00005e8631e6") + ) + (via + (at 191 68) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "00000000-0000-0000-0000-00005e8631ef") + ) + (via + (at 191 67) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "00000000-0000-0000-0000-00005e8631f2") + ) + (via + (at 191 66) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "00000000-0000-0000-0000-00005e8631fb") + ) + (via + (at 190 68) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "00000000-0000-0000-0000-00005e863207") + ) + (via + (at 190 67) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "00000000-0000-0000-0000-00005e86320a") + ) + (via + (at 190 66) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "00000000-0000-0000-0000-00005e86320d") + ) + (segment + (start 190 73) + (end 197.5 80.5) + (width 2) + (layer "F.Cu") + (net 15) + (uuid "08836c9c-0686-48dc-bfe9-844a5e30ef1d") + ) + (segment + (start 197.5 80.5) + (end 197.5 86.25) + (width 2) + (layer "F.Cu") + (net 15) + (uuid "594e3029-77d7-4760-ad1a-f10c78882802") + ) + (via + (at 190 72) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "00000000-0000-0000-0000-00005e863102") + ) + (via + (at 191 74) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "00000000-0000-0000-0000-00005e863105") + ) + (via + (at 190 74) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "00000000-0000-0000-0000-00005e863114") + ) + (via + (at 191 73) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "00000000-0000-0000-0000-00005e863117") + ) + (via + (at 189 73) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "00000000-0000-0000-0000-00005e8631d1") + ) + (via + (at 189 72) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "00000000-0000-0000-0000-00005e8631d4") + ) + (via + (at 189 74) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "00000000-0000-0000-0000-00005e8631d7") + ) + (via + (at 190 73) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "00000000-0000-0000-0000-00005e8631da") + ) + (via + (at 191 72) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "00000000-0000-0000-0000-00005e8631dd") + ) + (segment + (start 224.948872 76.458854) + (end 225.200001 76.709983) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "10e14aec-675d-40a5-8891-d6261ae4f638") + ) + (segment + (start 212.649992 69.657112) + (end 212.649959 69.657145) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "322bb3c9-70c4-4e8a-9bf5-caf92583299c") + ) + (segment + (start 225.200001 76.709983) + (end 225.200001 80.000013) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "374c1851-52f8-4eec-93aa-8ee259ae42ce") + ) + (segment + (start 212.200032 63.200032) + (end 212.068662 63.200032) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "559f2134-6f90-4a86-9882-8620f69668ed") + ) + (segment + (start 209.946147 61.077517) + (end 209.399505 61.077517) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "570a1c8f-d624-47b2-818f-c82297c24564") + ) + (segment + (start 217.330366 76.458854) + (end 224.948872 76.458854) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "57324b96-07b2-4d50-89b4-bd0d3951ed20") + ) + (segment + (start 212.068662 63.200032) + (end 209.946147 61.077517) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "63f2e69a-6007-4f76-a341-9ca20a49e141") + ) + (segment + (start 212.649959 69.657145) + (end 212.649959 71.778447) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "aafbb54f-5832-4038-82c2-5073cc2e175f") + ) + (segment + (start 212.649992 63.649992) + (end 212.200032 63.200032) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "b4265096-cec5-4cce-97dd-6e0ad569b1fb") + ) + (segment + (start 225.200001 80.000013) + (end 225.550001 80.350013) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "bc3af80a-fcc6-4bb5-9a69-d19999b75320") + ) + (segment + (start 212.649992 69.657112) + (end 212.649992 63.649992) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "c55562ea-bac0-4fc0-a16d-0b1e144549de") + ) + (segment + (start 225.550001 80.350013) + (end 225.95 80.750012) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "ca510583-7a72-4ebf-a119-2c40b88bb8fd") + ) + (segment + (start 212.649992 69.649992) + (end 212.649992 69.657112) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "cbdaa345-f6bf-41d1-9db4-9d252dca0cce") + ) + (segment + (start 212.649959 71.778447) + (end 217.330366 76.458854) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "e59bcc4c-f202-4e49-82cf-3a1be2b825d3") + ) + (segment + (start 209.399505 61.077517) + (end 208.999506 60.677518) + (width 0.3) + (layer "F.Cu") + (net 16) + (uuid "fe2cfb3d-3c1f-40a1-b2b4-243829dc8147") + ) + (via + (at 208.999506 60.677518) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 16) + (uuid "46a0309d-43a1-4104-b7bb-2b0edd45ae10") + ) + (via + (at 225.95 80.750012) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 16) + (uuid "ba270ae9-8e64-4a8e-8387-6f8344482adf") + ) + (segment + (start 208.433821 60.677518) + (end 208.999506 60.677518) + (width 0.3) + (layer "B.Cu") + (net 16) + (uuid "3e83b644-bda7-4ac7-87dc-7f22f2a7ff9c") + ) + (segment + (start 207.561339 61.55) + (end 208.433821 60.677518) + (width 0.3) + (layer "B.Cu") + (net 16) + (uuid "8b1a175d-80ed-4c0d-a4a6-ecc5843c4cb6") + ) + (segment + (start 225.950012 80.75) + (end 225.95 80.750012) + (width 0.3) + (layer "B.Cu") + (net 16) + (uuid "99b39c7f-547a-4ecc-8c58-ab79634322f7") + ) + (segment + (start 226.875 80.75) + (end 225.950012 80.75) + (width 0.3) + (layer "B.Cu") + (net 16) + (uuid "a3dd54a6-613d-4c1e-a5d1-e5543d481e80") + ) + (segment + (start 205.85 61.55) + (end 207.561339 61.55) + (width 0.3) + (layer "B.Cu") + (net 16) + (uuid "bb8eec23-b23c-44f5-8b35-a778ef9d8a8c") + ) + (segment + (start 209.112554 59.536802) + (end 208.695626 59.536802) + (width 0.3) + (layer "F.Cu") + (net 17) + (uuid "1483ecfc-48d6-4fc3-a902-16abe4f79cab") + ) + (segment + (start 213.150002 71.571368) + (end 213.150002 63.384317) + (width 0.3) + (layer "F.Cu") + (net 17) + (uuid "2dc1d943-93dc-4e15-bcbb-ad6fc47259d4") + ) + (segment + (start 208.695626 59.536802) + (end 208.295627 59.136803) + (width 0.3) + (layer "F.Cu") + (net 17) + (uuid "66739301-09a1-4e63-86e1-223b1482b05d") + ) + (segment + (start 212.275774 62.700022) + (end 209.112554 59.536802) + (width 0.3) + (layer "F.Cu") + (net 17) + (uuid "70fb404e-6fdb-4154-9910-d53f6111ee71") + ) + (segment + (start 225.950002 76.752862) + (end 225.155983 75.958843) + (width 0.3) + (layer "F.Cu") + (net 17) + (uuid "9625d4b2-055e-49a4-9f50-f7c5572b093a") + ) + (segment + (start 212.465708 62.700023) + (end 212.275774 62.700022) + (width 0.3) + (layer "F.Cu") + (net 17) + (uuid "ac659f76-4541-402c-a2e6-04c7de60b137") + ) + (segment + (start 217.537476 75.958842) + (end 213.150002 71.571368) + (width 0.3) + (layer "F.Cu") + (net 17) + (uuid "d000953b-a37f-47de-b907-8393caa6f227") + ) + (segment + (start 225.155983 75.958843) + (end 217.537476 75.958842) + (width 0.3) + (layer "F.Cu") + (net 17) + (uuid "f743fb33-b6f4-4e0b-85c3-1d9fe2a6e9b7") + ) + (segment + (start 213.150002 63.384317) + (end 212.465708 62.700023) + (width 0.3) + (layer "F.Cu") + (net 17) + (uuid "faec3cef-4662-43bb-ba0b-fe257f98d5b7") + ) + (segment + (start 225.950002 79.25) + (end 225.950002 76.752862) + (width 0.3) + (layer "F.Cu") + (net 17) + (uuid "fb1fc728-1e95-4150-aa8c-1268b65d4cfa") + ) + (via + (at 208.295627 59.136803) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 17) + (uuid "2cf599a0-f524-404d-8c18-7728ba5ea6ed") + ) + (via + (at 225.950002 79.25) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 17) + (uuid "52673536-d913-4e10-bd32-73d70aeb1706") + ) + (segment + (start 207.643139 59.05) + (end 207.729942 59.136803) + (width 0.3) + (layer "B.Cu") + (net 17) + (uuid "10de23a6-cf6d-40cc-b7e3-746c76f6b993") + ) + (segment + (start 226.875 79.25) + (end 225.950002 79.25) + (width 0.3) + (layer "B.Cu") + (net 17) + (uuid "797561b7-53a5-4519-8699-42b0b7566b71") + ) + (segment + (start 205.85 59.05) + (end 207.643139 59.05) + (width 0.3) + (layer "B.Cu") + (net 17) + (uuid "bfdb23b3-8612-4720-9c3d-fb35d448b296") + ) + (segment + (start 207.729942 59.136803) + (end 208.295627 59.136803) + (width 0.3) + (layer "B.Cu") + (net 17) + (uuid "daf199fc-8a67-4e30-a6ca-3b1727f84dc0") + ) + (segment + (start 212.746951 62.200013) + (end 212.482886 62.200012) + (width 0.3) + (layer "F.Cu") + (net 18) + (uuid "36c18dbf-05ce-4021-ba99-0f8f98beb6c7") + ) + (segment + (start 213.749979 63.203041) + (end 212.746951 62.200013) + (width 0.3) + (layer "F.Cu") + (net 18) + (uuid "39c6d2c7-a2c4-4e43-bd03-110c386e6d58") + ) + (segment + (start 213.749979 71.464223) + (end 213.749979 63.203041) + (width 0.3) + (layer "F.Cu") + (net 18) + (uuid "4815d01f-7219-4d11-9e4e-0bdc5d9fc9ac") + ) + (segment + (start 226.080157 75.458832) + (end 217.744588 75.458832) + (width 0.3) + (layer "F.Cu") + (net 18) + (uuid "659e7cfb-ac92-4851-86a6-9dc76ff61029") + ) + (segment + (start 208.47449 58.191616) + (end 207.96906 58.191616) + (width 0.3) + (layer "F.Cu") + (net 18) + (uuid "67369efe-f7bb-45a3-8c4c-c0f556708cb6") + ) + (segment + (start 217.744588 75.458832) + (end 213.749979 71.464223) + (width 0.3) + (layer "F.Cu") + (net 18) + (uuid "68104e40-bdcf-4627-b957-12ddaa82db81") + ) + (segment + (start 227.100031 76.478706) + (end 226.080157 75.458832) + (width 0.3) + (layer "F.Cu") + (net 18) + (uuid "685491ee-5d35-47f4-8583-af94e6db1595") + ) + (segment + (start 212.482886 62.200012) + (end 208.47449 58.191616) + (width 0.3) + (layer "F.Cu") + (net 18) + (uuid "7fb3151f-565f-4172-bf88-7fa6c821fee4") + ) + (via + (at 207.96906 58.191616) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 18) + (uuid "b4a57ce0-2332-4144-bf31-8ac1f2dd95b4") + ) + (via + (at 227.100031 76.478706) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 18) + (uuid "ccb85bf6-0bf2-41ad-b1c3-b28a614a454d") + ) + (segment + (start 207.244991 58.35) + (end 207.403375 58.191616) + (width 0.3) + (layer "B.Cu") + (net 18) + (uuid "4f3065e9-717c-49d0-a4a1-be7b54ec1413") + ) + (segment + (start 205.85 58.35) + (end 207.244991 58.35) + (width 0.3) + (layer "B.Cu") + (net 18) + (uuid "5a45b513-6235-4d02-b7f1-069991b4ab44") + ) + (segment + (start 226.875 76.703737) + (end 227.100031 76.478706) + (width 0.3) + (layer "B.Cu") + (net 18) + (uuid "da64cb81-c6be-4f57-b8bd-7d65b2f0ee6b") + ) + (segment + (start 207.403375 58.191616) + (end 207.96906 58.191616) + (width 0.3) + (layer "B.Cu") + (net 18) + (uuid "e0ff969b-7ba5-4a87-8b1e-10812842ef5f") + ) + (segment + (start 226.875 77.75) + (end 226.875 76.703737) + (width 0.3) + (layer "B.Cu") + (net 18) + (uuid "fcea36d7-1a3a-4409-a95d-baf368bddab1") + ) + (segment + (start 212.35 60.325) + (end 211.6125 60.325) + (width 0.3) + (layer "B.Cu") + (net 19) + (uuid "1111edcb-0526-46c5-94a0-2ff332951ad3") + ) + (segment + (start 213.599999 60.199999) + (end 212.475001 60.199999) + (width 0.3) + (layer "B.Cu") + (net 19) + (uuid "229feb37-4f8a-4d7e-ab22-99fee028331b") + ) + (segment + (start 212.475001 60.199999) + (end 212.35 60.325) + (width 0.3) + (layer "B.Cu") + (net 19) + (uuid "3ea0b5dd-5959-4537-97aa-4f3bf54064f2") + ) + (segment + (start 214.25 60.375) + (end 213.775 60.375) + (width 0.3) + (layer "B.Cu") + (net 19) + (uuid "442b16c8-56d4-4578-a0e1-6dc9c96035d8") + ) + (segment + (start 213.775 60.375) + (end 213.599999 60.199999) + (width 0.3) + (layer "B.Cu") + (net 19) + (uuid "895b6593-0e8b-41ab-a25f-9ced84f2696e") + ) + (segment + (start 214.25 60.375) + (end 216 60.375) + (width 0.3) + (layer "B.Cu") + (net 19) + (uuid "b0db3ab0-c52a-49b9-b764-ff2e3340affa") + ) + (via + (at 67.75 79.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84becb") + ) + (via + (at 67.75 80.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84becc") + ) + (via + (at 64.75 80.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf01") + ) + (via + (at 64.75 79.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf02") + ) + (via + (at 66.25 79.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf03") + ) + (via + (at 66.25 80.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf04") + ) + (via + (at 63.25 79.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf09") + ) + (via + (at 61.75 79.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf0a") + ) + (via + (at 63.25 80.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf0b") + ) + (via + (at 61.75 80.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf0c") + ) + (via + (at 60.25 80.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf11") + ) + (via + (at 60.25 79.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf12") + ) + (via + (at 58.75 79.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf13") + ) + (via + (at 58.75 80.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf14") + ) + (via + (at 57.25 79.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf19") + ) + (via + (at 57.25 80.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 23) + (uuid "00000000-0000-0000-0000-00005e84bf1a") + ) + (via + (at 67.75 72.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be40") + ) + (via + (at 67.75 73.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be41") + ) + (via + (at 66.25 72.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be76") + ) + (via + (at 64.75 72.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be77") + ) + (via + (at 66.25 73.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be78") + ) + (via + (at 64.75 73.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be79") + ) + (via + (at 61.75 72.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be7e") + ) + (via + (at 61.75 73.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be7f") + ) + (via + (at 63.25 73.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be80") + ) + (via + (at 63.25 72.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be81") + ) + (via + (at 58.75 73.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be86") + ) + (via + (at 60.25 73.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be87") + ) + (via + (at 58.75 72.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be88") + ) + (via + (at 60.25 72.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be89") + ) + (via + (at 57.25 73.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be8e") + ) + (via + (at 57.25 72.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 24) + (uuid "00000000-0000-0000-0000-00005e84be8f") + ) + (via + (at 67.75 67.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bdb6") + ) + (via + (at 67.75 66.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bdb7") + ) + (via + (at 66.25 67.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bdec") + ) + (via + (at 64.75 67.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bded") + ) + (via + (at 64.75 66.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bdee") + ) + (via + (at 66.25 66.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bdef") + ) + (via + (at 63.25 67.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bdf4") + ) + (via + (at 63.25 66.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bdf5") + ) + (via + (at 61.75 66.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bdf6") + ) + (via + (at 61.75 67.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bdf7") + ) + (via + (at 60.25 67.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bdfc") + ) + (via + (at 60.25 66.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bdfd") + ) + (via + (at 58.75 66.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bdfe") + ) + (via + (at 58.75 67.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84bdff") + ) + (via + (at 57.25 67.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84be04") + ) + (via + (at 57.25 66.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 25) + (uuid "00000000-0000-0000-0000-00005e84be05") + ) + (via + (at 67.75 59.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9e4") + ) + (via + (at 67.75 60.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9e5") + ) + (via + (at 66.25 59.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9e8") + ) + (via + (at 66.25 60.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9e9") + ) + (via + (at 64.75 60.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9ec") + ) + (via + (at 64.75 59.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9ed") + ) + (via + (at 63.25 60.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9f0") + ) + (via + (at 63.25 59.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9f1") + ) + (via + (at 61.75 59.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9f4") + ) + (via + (at 61.75 60.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9f5") + ) + (via + (at 60.25 59.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9f8") + ) + (via + (at 60.25 60.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9f9") + ) + (via + (at 58.75 59.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9fc") + ) + (via + (at 58.75 60.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84a9fd") + ) + (via + (at 57.25 60.75) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84aa00") + ) + (via + (at 57.25 59.25) + (size 1.4) + (drill 0.8) + (layers "F.Cu" "B.Cu") + (net 26) + (uuid "00000000-0000-0000-0000-00005e84aa01") + ) + (segment + (start 189.75 60) + (end 189.75 60) + (width 2) + (layer "F.Cu") + (net 27) + (uuid "00000000-0000-0000-0000-00005e8630fc") + ) + (segment + (start 191 60) + (end 189.75 60) + (width 2) + (layer "F.Cu") + (net 27) + (uuid "24ce1138-9393-49a7-a96e-5ab4fb1f8a81") + ) + (segment + (start 197.5 54) + (end 194 54) + (width 2) + (layer "F.Cu") + (net 27) + (uuid "262ea6c7-a07d-480a-b7e8-eee09afd91fa") + ) + (segment + (start 194 54) + (end 191.75 56.25) + (width 2) + (layer "F.Cu") + (net 27) + (uuid "42596432-a488-44d3-8079-eed17db2f530") + ) + (segment + (start 191.75 59.25) + (end 191 60) + (width 2) + (layer "F.Cu") + (net 27) + (uuid "ce8fd0a3-54ba-45b2-bdd2-2e0ff88e8c9b") + ) + (segment + (start 191.75 56.25) + (end 191.75 59.25) + (width 2) + (layer "F.Cu") + (net 27) + (uuid "f6101dc7-86a2-42df-b45d-ea1c9b7de78f") + ) + (via + (at 190 61) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 27) + (uuid "00000000-0000-0000-0000-00005e8630f0") + ) + (via + (at 191 61) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 27) + (uuid "00000000-0000-0000-0000-00005e8630f3") + ) + (via + (at 191 60) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 27) + (uuid "00000000-0000-0000-0000-00005e8630f6") + ) + (via + (at 191 59) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 27) + (uuid "00000000-0000-0000-0000-00005e8630f9") + ) + (via + (at 190 59) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 27) + (uuid "00000000-0000-0000-0000-00005e863108") + ) + (via + (at 190 60) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 27) + (uuid "00000000-0000-0000-0000-00005e86310b") + ) + (via + (at 189 59) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 27) + (uuid "00000000-0000-0000-0000-00005e86310e") + ) + (via + (at 189 61) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 27) + (uuid "00000000-0000-0000-0000-00005e863111") + ) + (via + (at 189 60) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 27) + (uuid "00000000-0000-0000-0000-00005e8631f8") + ) + (via + (at 196.45 54.05) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 27) + (uuid "d7642516-9937-4e8f-958f-2d6d65671753") + ) + (segment + (start 196.55 53.95) + (end 196.45 54.05) + (width 0.3) + (layer "B.Cu") + (net 27) + (uuid "72eede16-654a-4422-ba44-6ee2837722e9") + ) + (segment + (start 200.675 53.95) + (end 196.55 53.95) + (width 0.3) + (layer "B.Cu") + (net 27) + (uuid "9a734a50-3c13-4b83-8178-a3cdc82e543e") + ) + (segment + (start 230.375 82.25) + (end 229.5 82.25) + (width 0.25) + (layer "F.Cu") + (net 28) + (uuid "72058d32-0300-4520-9f1a-c62b9ebb55fe") + ) + (via + (at 229.5 82.25) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 28) + (uuid "10d7033e-dc47-45a7-806c-5088829b3826") + ) + (segment + (start 229.5 82.25) + (end 228.5 82.25) + (width 0.25) + (layer "B.Cu") + (net 28) + (uuid "675eed4a-4bbd-4b31-abbd-2a24c9e50dd5") + ) + (segment + (start 229.5 83.75) + (end 230.25 83.75) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "c68ac982-381e-4411-ac24-f8fadcecc50f") + ) + (via + (at 229.5 83.75) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 29) + (uuid "08affb47-15ea-4419-8446-9dbc88e57c87") + ) + (segment + (start 228.625 83.75) + (end 229.5 83.75) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "8ab2fa61-a7d2-4fb1-844f-3190bf1ff648") + ) + (segment + (start 230.375 85.25) + (end 229.5 85.25) + (width 0.25) + (layer "F.Cu") + (net 30) + (uuid "c04d9bf4-e608-4e8d-b096-a74222a47bab") + ) + (via + (at 229.5 85.25) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 30) + (uuid "fdf4e80d-7378-48b7-bf3f-44ea84ecfc7f") + ) + (segment + (start 229.5 85.25) + (end 228.75 85.25) + (width 0.25) + (layer "B.Cu") + (net 30) + (uuid "919b2b8a-61ed-4ede-93d8-063f53b027f0") + ) + (via + (at 191 79) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "00000000-0000-0000-0000-00005e8630ff") + ) + (via + (at 189 80) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "00000000-0000-0000-0000-00005e86311a") + ) + (via + (at 189 81) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "00000000-0000-0000-0000-00005e86311d") + ) + (via + (at 191 81) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "00000000-0000-0000-0000-00005e8631e0") + ) + (via + (at 191 80) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "00000000-0000-0000-0000-00005e8631e3") + ) + (via + (at 189 79) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "00000000-0000-0000-0000-00005e8631e9") + ) + (via + (at 190 79) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "00000000-0000-0000-0000-00005e8631ec") + ) + (via + (at 190 81) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "00000000-0000-0000-0000-00005e863201") + ) + (via + (at 190 80) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "00000000-0000-0000-0000-00005e863204") + ) + (via + (at 196.5 72.25) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "383f4399-d510-42f5-ac1c-d4e50bc5aada") + ) + (via + (at 195 72.25) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "41cbc110-b7b8-46f7-9d51-52f91f36c8b8") + ) + (via + (at 195.75 72.25) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "55e76b50-583a-4891-bd37-334e748ecac5") + ) + (via + (at 197.25 72.25) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "67b6dfbe-6838-41b0-8ff6-086b6153d8eb") + ) + (via + (at 198 72.25) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "d83ac55c-e782-4bdc-b58c-904369ef8c53") + ) + (segment + (start 195.75 72.25) + (end 195.75 76.25) + (width 2) + (layer "B.Cu") + (net 31) + (uuid "15565674-0aa7-4270-a261-21ad9ed67ceb") + ) + (segment + (start 197.25 72.25) + (end 195.75 72.25) + (width 2) + (layer "B.Cu") + (net 31) + (uuid "1fddcd69-c39a-4c42-a7ea-78d02500169f") + ) + (segment + (start 203.85 66.7) + (end 203.7 66.55) + (width 0.3) + (layer "B.Cu") + (net 31) + (uuid "30661132-cb82-4578-9def-794605ddd15e") + ) + (segment + (start 203.85 68.775) + (end 203.85 66.7) + (width 0.3) + (layer "B.Cu") + (net 31) + (uuid "431728d5-0c7b-4975-9240-63915f4c3be8") + ) + (segment + (start 195.75 76.25) + (end 192 80) + (width 2) + (layer "B.Cu") + (net 31) + (uuid "66bf4bf9-762c-4343-8298-ee7fcb1d8e3b") + ) + (segment + (start 198 72.25) + (end 203.7 66.55) + (width 0.5) + (layer "B.Cu") + (net 31) + (uuid "6892c7a6-dac4-44f0-bd01-c846ab7d1433") + ) + (segment + (start 192 80) + (end 190 80) + (width 2) + (layer "B.Cu") + (net 31) + (uuid "68b6dbdb-fedb-4a83-b9d2-ca9f69e80a83") + ) + (segment + (start 206 66.75) + (end 205.75 66.75) + (width 0.5) + (layer "B.Cu") + (net 31) + (uuid "74011026-571a-4824-9d71-6b64541fc61b") + ) + (segment + (start 203.7 66.55) + (end 205.85 66.55) + (width 0.5) + (layer "B.Cu") + (net 31) + (uuid "8cb229c1-05a4-4593-be54-e566fc12c3ab") + ) + (segment + (start 206.25 67) + (end 206 66.75) + (width 0.5) + (layer "B.Cu") + (net 31) + (uuid "a729cc7b-26e0-4521-b3cd-0cb3136c78cf") + ) + (segment + (start 208.5 67) + (end 206.25 67) + (width 0.5) + (layer "B.Cu") + (net 31) + (uuid "b57a81a6-668d-4bfb-a4b5-7b9affe05ce9") + ) + (segment + (start 209.25 66.280002) + (end 208.55 65.580002) + (width 0.3) + (layer "B.Cu") + (net 32) + (uuid "448237a6-0617-458e-b0e1-e3299a0eaf7e") + ) + (segment + (start 205.525 70.525) + (end 205.55 70.55) + (width 0.3) + (layer "B.Cu") + (net 32) + (uuid "487c9c0f-4bc3-46e2-aa37-6fe50fb7ab49") + ) + (segment + (start 206.455002 70.525) + (end 209.25 67.730002) + (width 0.3) + (layer "B.Cu") + (net 32) + (uuid "6e238c57-f21a-493a-a236-2fcc7d1bf79c") + ) + (segment + (start 209.25 67.730002) + (end 209.25 66.280002) + (width 0.3) + (layer "B.Cu") + (net 32) + (uuid "7d9a37ee-56e2-4d3f-ba21-399ff81e7f3c") + ) + (segment + (start 207.564981 62.275) + (end 206.625 62.275) + (width 0.3) + (layer "B.Cu") + (net 32) + (uuid "814bd9cf-3cc2-4168-848f-dda80afb4546") + ) + (segment + (start 205.55 70.525) + (end 206.455002 70.525) + (width 0.3) + (layer "B.Cu") + (net 32) + (uuid "8348d7a7-ece0-4ab7-bbe1-0d4e55f06ec7") + ) + (segment + (start 208.55 65.580002) + (end 208.55 63.260019) + (width 0.3) + (layer "B.Cu") + (net 32) + (uuid "9f0d8d77-60f0-4789-8ae6-eaf2a1766d20") + ) + (segment + (start 206.625 62.275) + (end 205.8875 62.275) + (width 0.3) + (layer "B.Cu") + (net 32) + (uuid "b2d9bfe4-128f-498b-ab3f-07ce63ac1157") + ) + (segment + (start 203.85 70.525) + (end 205.525 70.525) + (width 0.3) + (layer "B.Cu") + (net 32) + (uuid "d0c943f5-3562-4504-93b6-01b138565e09") + ) + (segment + (start 208.55 63.260019) + (end 207.564981 62.275) + (width 0.3) + (layer "B.Cu") + (net 32) + (uuid "f10fe98d-b269-4571-840c-c637b16cbbee") + ) + (segment + (start 213.05 60.95) + (end 213.05 57.984301) + (width 0.3) + (layer "F.Cu") + (net 33) + (uuid "24e3a00d-e0f0-4ab0-b6ca-658d2e924ecf") + ) + (segment + (start 213.05 57.984301) + (end 209.315695 54.249996) + (width 0.3) + (layer "F.Cu") + (net 33) + (uuid "66c7a0ab-ec79-462f-80ab-098dbc83ee6f") + ) + (segment + (start 209.315695 54.249996) + (end 207.75 54.249996) + (width 0.3) + (layer "F.Cu") + (net 33) + (uuid "e9806c51-e433-4528-9d7d-577b3829d3b5") + ) + (via + (at 213.05 60.95) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 33) + (uuid "0a412b94-711e-4845-9f24-6c8763689c1e") + ) + (via + (at 207.75 54.249996) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 33) + (uuid "299e7f09-4e45-4279-a136-746b481353c8") + ) + (segment + (start 204.45 53.95) + (end 204.35 53.95) + (width 0.3) + (layer "B.Cu") + (net 33) + (uuid "476d48e6-c4e3-44c2-babe-bd7842b55036") + ) + (segment + (start 207.75 53.684311) + (end 207.75 54.249996) + (width 0.3) + (layer "B.Cu") + (net 33) + (uuid "76d077c5-20c6-457d-a0d0-101e859c9c21") + ) + (segment + (start 212.484315 60.95) + (end 212.384315 61.05) + (width 0.3) + (layer "B.Cu") + (net 33) + (uuid "815d4c1b-3920-4768-a103-122a3878eff3") + ) + (segment + (start 212.384315 61.05) + (end 211.75 61.05) + (width 0.3) + (layer "B.Cu") + (net 33) + (uuid "a1c5a79b-a72e-4aab-b70b-183d5e4a5d0a") + ) + (segment + (start 207.190679 53.12499) + (end 207.75 53.684311) + (width 0.3) + (layer "B.Cu") + (net 33) + (uuid "a799c600-3535-417b-85d4-0b132cbc3a16") + ) + (segment + (start 213.05 60.95) + (end 212.484315 60.95) + (width 0.3) + (layer "B.Cu") + (net 33) + (uuid "b51de030-bf40-4afd-a3c8-c5c6f916c8dc") + ) + (segment + (start 204.375 53.95) + (end 205.20001 53.12499) + (width 0.3) + (layer "B.Cu") + (net 33) + (uuid "e6e7f398-1772-438f-808a-f0dbacaf105e") + ) + (segment + (start 202.425 53.95) + (end 204.45 53.95) + (width 0.3) + (layer "B.Cu") + (net 33) + (uuid "ef4a8688-4a4d-4de0-9bdd-7bf97becc236") + ) + (segment + (start 205.20001 53.12499) + (end 207.190679 53.12499) + (width 0.3) + (layer "B.Cu") + (net 33) + (uuid "f7f9b836-2a66-405b-8704-d4555bfd9a3c") + ) + (segment + (start 217.547978 77.383588) + (end 206.308235 66.143845) + (width 0.3) + (layer "F.Cu") + (net 34) + (uuid "3b49013f-4f3a-4bcd-b323-8771bc0111cc") + ) + (segment + (start 206.308235 66.143845) + (end 206.308235 61.542812) + (width 0.3) + (layer "F.Cu") + (net 34) + (uuid "6c132cb7-137d-4370-9252-ea89264782f9") + ) + (segment + (start 206.821855 61.029192) + (end 207.221854 60.629193) + (width 0.3) + (layer "F.Cu") + (net 34) + (uuid "6d194cad-aaad-4b01-8340-ad9cbe7e9281") + ) + (segment + (start 206.308235 61.542812) + (end 206.821855 61.029192) + (width 0.3) + (layer "F.Cu") + (net 34) + (uuid "95f0555c-01b5-4240-9eff-528e5d95efa9") + ) + (segment + (start 224.449991 77.383588) + (end 217.547978 77.383588) + (width 0.3) + (layer "F.Cu") + (net 34) + (uuid "a245641b-8bd0-4ff3-8151-36a910147bc4") + ) + (via + (at 224.449991 77.383588) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 34) + (uuid "74359ca3-d53c-4b3a-8d05-ab0af207fe01") + ) + (via + (at 207.221854 60.629193) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 34) + (uuid "8e41f269-96db-4ea4-8a4c-be095539284e") + ) + (segment + (start 224.449991 80.349991) + (end 224.449991 77.949273) + (width 0.3) + (layer "B.Cu") + (net 34) + (uuid "16c00fe4-ad36-4ca4-89c9-ca757623f7b2") + ) + (segment + (start 206.821855 61.029192) + (end 207.221854 60.629193) + (width 0.3) + (layer "B.Cu") + (net 34) + (uuid "47aa34f6-820b-490e-aaea-377db72aeb18") + ) + (segment + (start 224.449991 77.949273) + (end 224.449991 77.383588) + (width 0.3) + (layer "B.Cu") + (net 34) + (uuid "919c837c-e285-49c9-9b35-7700f5907686") + ) + (segment + (start 226.35 82.25) + (end 224.449991 80.349991) + (width 0.3) + (layer "B.Cu") + (net 34) + (uuid "aac19576-8681-43c2-96a4-66d175b09558") + ) + (segment + (start 205.95 60.95) + (end 206.029192 61.029192) + (width 0.3) + (layer "B.Cu") + (net 34) + (uuid "cc107c16-a9ba-433b-b0ec-a8d0060a0d5a") + ) + (segment + (start 206.029192 61.029192) + (end 206.821855 61.029192) + (width 0.3) + (layer "B.Cu") + (net 34) + (uuid "e72acbe5-6d02-456b-bca6-7a51d8aa29a5") + ) + (segment + (start 226.875 82.25) + (end 226.35 82.25) + (width 0.3) + (layer "B.Cu") + (net 34) + (uuid "f9ccff8e-9c87-43bd-a9a1-3dcb4dd48c8b") + ) + (segment + (start 222.800001 73.600001) + (end 218.100001 73.600001) + (width 0.3) + (layer "F.Cu") + (net 35) + (uuid "2cc143e9-1506-4945-9f2b-28b6ead99588") + ) + (segment + (start 213.70001 57.721813) + (end 213.70001 57.621813) + (width 0.3) + (layer "F.Cu") + (net 35) + (uuid "437bfdaf-2ef0-4141-897b-97096a6111f1") + ) + (segment + (start 214.75 70.25) + (end 214.75 58.771803) + (width 0.3) + (layer "F.Cu") + (net 35) + (uuid "4491d090-7ffe-4784-8ce7-be78b69c2354") + ) + (segment + (start 213.70001 57.621813) + (end 213.70001 57.056128) + (width 0.3) + (layer "F.Cu") + (net 35) + (uuid "5bdbd51e-e53d-4504-bb94-ad9f697d1ebb") + ) + (segment + (start 218.100001 73.600001) + (end 214.75 70.25) + (width 0.3) + (layer "F.Cu") + (net 35) + (uuid "6f3309ee-5a4f-4d4b-8f57-0f40977cee52") + ) + (segment + (start 223.85 74.65) + (end 222.800001 73.600001) + (width 0.3) + (layer "F.Cu") + (net 35) + (uuid "733430e3-e02c-4cca-bce8-99f04c7af260") + ) + (segment + (start 214.75 58.771803) + (end 213.70001 57.721813) + (width 0.3) + (layer "F.Cu") + (net 35) + (uuid "d7396d51-7b40-4d02-ae7e-6d342fff1afb") + ) + (via + (at 213.70001 57.056128) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 35) + (uuid "793b1f8d-1cab-4705-82fd-236045791e0d") + ) + (via + (at 223.85 74.65) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 35) + (uuid "837022bb-9547-43b7-ba5c-46b09a9030d5") + ) + (segment + (start 226.875 83.75) + (end 226.35 83.75) + (width 0.3) + (layer "B.Cu") + (net 35) + (uuid "1b768619-ae88-4f12-a0d2-8417ac388170") + ) + (segment + (start 213.300011 57.456127) + (end 213.70001 57.056128) + (width 0.3) + (layer "B.Cu") + (net 35) + (uuid "1e32ffae-c3a9-4e5a-a94c-1fb85559eedc") + ) + (segment + (start 223.55 74.95) + (end 223.85 74.65) + (width 0.3) + (layer "B.Cu") + (net 35) + (uuid "40a40721-a599-47d4-9be9-fdc695cc53da") + ) + (segment + (start 223.55 77.05) + (end 223.55 74.95) + (width 0.3) + (layer "B.Cu") + (net 35) + (uuid "494d0645-d890-4829-9355-f72ca846e2ce") + ) + (segment + (start 226.35 83.75) + (end 223.55 80.95) + (width 0.3) + (layer "B.Cu") + (net 35) + (uuid "a8d8d31e-5871-4bbb-9f53-93a4afcf0c21") + ) + (segment + (start 211.65 58.35) + (end 212.406138 58.35) + (width 0.3) + (layer "B.Cu") + (net 35) + (uuid "bb83cbaa-2a63-4f4b-a481-aba12fb438bf") + ) + (segment + (start 212.406138 58.35) + (end 213.300011 57.456127) + (width 0.3) + (layer "B.Cu") + (net 35) + (uuid "ceef2029-b2c6-4fad-8212-69ef3ea5134e") + ) + (segment + (start 223.55 80.95) + (end 223.55 77.05) + (width 0.3) + (layer "B.Cu") + (net 35) + (uuid "eeef3ad7-ccc6-4ab3-8e15-aa2b3033b5c7") + ) + (segment + (start 217.747287 74.354409) + (end 214.24999 70.857112) + (width 0.3) + (layer "F.Cu") + (net 36) + (uuid "073cc4ca-3c8f-4780-a29c-d02b9cff3815") + ) + (segment + (start 221.928049 74.354409) + (end 217.747287 74.354409) + (width 0.3) + (layer "F.Cu") + (net 36) + (uuid "4d5555cb-e755-4d62-93a3-f06305c602e7") + ) + (segment + (start 213.410002 61.700002) + (end 212.689998 61.700002) + (width 0.3) + (layer "F.Cu") + (net 36) + (uuid "582c1635-b23f-4d77-a00e-d383ea4cb9ff") + ) + (segment + (start 209.845998 58.856002) + (end 209.845998 58.616693) + (width 0.3) + (layer "F.Cu") + (net 36) + (uuid "93982bb6-b634-4387-b562-6d02022affca") + ) + (segment + (start 214.24999 70.857112) + (end 214.24999 62.53999) + (width 0.3) + (layer "F.Cu") + (net 36) + (uuid "ae3abb65-5c15-4449-b1e6-f014f883ed90") + ) + (segment + (start 212.689998 61.700002) + (end 209.845998 58.856002) + (width 0.3) + (layer "F.Cu") + (net 36) + (uuid "b8d5eb1c-71d3-42ed-adaf-2156adfbc770") + ) + (segment + (start 214.24999 62.53999) + (end 213.410002 61.700002) + (width 0.3) + (layer "F.Cu") + (net 36) + (uuid "c3e89604-b7f0-403b-9daf-fc3d673117d5") + ) + (segment + (start 209.845998 58.616693) + (end 209.845998 58.051008) + (width 0.3) + (layer "F.Cu") + (net 36) + (uuid "e671b23e-942e-4d4f-8dbe-2c4d7fab7354") + ) + (via + (at 221.928049 74.354409) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 36) + (uuid "4a9b0b5f-fb7b-412e-a952-1c04217b8e7f") + ) + (via + (at 209.845998 58.051008) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 36) + (uuid "c83ee6ef-7379-468b-9af7-efe862ebd98d") + ) + (segment + (start 226.875 85.25) + (end 226.35 85.25) + (width 0.3) + (layer "B.Cu") + (net 36) + (uuid "28505de1-e86d-4386-8908-a8e90ed9eb0e") + ) + (segment + (start 211.6125 57.725) + (end 210.172006 57.725) + (width 0.3) + (layer "B.Cu") + (net 36) + (uuid "6005f72c-a8d3-4abf-a2e1-d11cc43d736f") + ) + (segment + (start 221.928049 74.920094) + (end 221.928049 74.354409) + (width 0.3) + (layer "B.Cu") + (net 36) + (uuid "67655afb-40ab-4301-b6c0-a50e7641b3eb") + ) + (segment + (start 226.35 85.25) + (end 221.928049 80.828049) + (width 0.3) + (layer "B.Cu") + (net 36) + (uuid "a7742603-e74c-43aa-858e-0142c6c356fc") + ) + (segment + (start 210.172006 57.725) + (end 209.845998 58.051008) + (width 0.3) + (layer "B.Cu") + (net 36) + (uuid "b8f7032d-c6a7-4a8a-b7f3-7286446ba3fd") + ) + (segment + (start 221.928049 80.828049) + (end 221.928049 74.920094) + (width 0.3) + (layer "B.Cu") + (net 36) + (uuid "c93f1c08-4ecb-4ca2-8d2a-9f7e62fd042a") + ) + (zone + (net 2) + (net_name "GND") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eb47648") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.5) + ) + (min_thickness 0.2) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0) + (thermal_bridge_width 0.5) + (smoothing fillet) + (radius 1) + ) + (polygon + (pts + (xy 186.75 51.5) (xy 234.25 51.75) (xy 234.25 88.75) (xy 186.75 88.5) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 217.94299 52.769279) (xy 217.908682 52.882379) (xy 217.897097 53) (xy 217.897097 53.25) (xy 217.684338 53.25) + (xy 217.647513 53.246373) (xy 217.610688 53.25) (xy 217.610679 53.25) (xy 217.500488 53.260853) + (xy 217.359113 53.303739) (xy 217.228821 53.373381) (xy 217.228819 53.373382) (xy 217.22882 53.373382) + (xy 217.143229 53.443624) (xy 217.143222 53.443631) (xy 217.114619 53.467105) (xy 217.091144 53.495709) + (xy 214.319492 56.267363) (xy 214.173688 56.169939) (xy 213.991699 56.094557) (xy 213.798501 56.056128) + (xy 213.601519 56.056128) (xy 213.408321 56.094557) (xy 213.226332 56.169939) (xy 213.062547 56.279377) + (xy 212.923259 56.418665) (xy 212.813821 56.58245) (xy 212.783064 56.656705) (xy 209.872074 53.745716) + (xy 209.84859 53.717101) (xy 209.734388 53.623377) (xy 209.604096 53.553735) (xy 209.462721 53.510849) + (xy 209.35253 53.499996) (xy 209.352522 53.499996) (xy 209.315695 53.496369) (xy 209.278868 53.499996) + (xy 208.414214 53.499996) (xy 208.387463 53.473245) (xy 208.223678 53.363807) (xy 208.041689 53.288425) + (xy 207.848491 53.249996) (xy 207.651509 53.249996) (xy 207.458311 53.288425) (xy 207.276322 53.363807) + (xy 207.112537 53.473245) (xy 206.973249 53.612533) (xy 206.863811 53.776318) (xy 206.788429 53.958307) + (xy 206.75 54.151505) (xy 206.75 54.348487) (xy 206.788429 54.541685) (xy 206.863811 54.723674) + (xy 206.973249 54.887459) (xy 207.112537 55.026747) (xy 207.276322 55.136185) (xy 207.458311 55.211567) + (xy 207.651509 55.249996) (xy 207.848491 55.249996) (xy 208.041689 55.211567) (xy 208.223678 55.136185) + (xy 208.387463 55.026747) (xy 208.414214 54.999996) (xy 209.005036 54.999996) (xy 212.300001 58.294962) + (xy 212.3 60.249344) (xy 210.669363 58.618708) (xy 210.732187 58.524686) (xy 210.807569 58.342697) + (xy 210.845998 58.149499) (xy 210.845998 57.952517) (xy 210.807569 57.759319) (xy 210.732187 57.57733) + (xy 210.622749 57.413545) (xy 210.483461 57.274257) (xy 210.319676 57.164819) (xy 210.137687 57.089437) + (xy 209.944489 57.051008) (xy 209.747507 57.051008) (xy 209.682203 57.063998) (xy 209.641996 56.966929) + (xy 209.532558 56.803144) (xy 209.39327 56.663856) (xy 209.229485 56.554418) (xy 209.047496 56.479036) + (xy 208.854298 56.440607) (xy 208.657316 56.440607) (xy 208.464118 56.479036) (xy 208.282129 56.554418) + (xy 208.118344 56.663856) (xy 208.091593 56.690607) (xy 207.696217 56.690607) (xy 207.659392 56.68698) + (xy 207.622567 56.690607) (xy 207.622558 56.690607) (xy 207.512367 56.70146) (xy 207.370992 56.744346) + (xy 207.2407 56.813988) (xy 207.240698 56.813989) (xy 207.240699 56.813989) (xy 207.17144 56.870829) + (xy 207.126498 56.907712) (xy 207.103018 56.936322) (xy 206.699713 57.339627) (xy 206.671105 57.363106) + (xy 206.647626 57.391715) (xy 206.647623 57.391718) (xy 206.62971 57.413545) (xy 206.577381 57.477308) + (xy 206.544354 57.539098) (xy 206.507738 57.607601) (xy 206.464852 57.748976) (xy 206.450372 57.896001) + (xy 206.454 57.932838) (xy 206.453999 59.464508) (xy 206.450372 59.501336) (xy 206.453999 59.538163) + (xy 206.453999 59.53817) (xy 206.464852 59.648361) (xy 206.507738 59.789736) (xy 206.55628 59.880553) + (xy 206.445103 59.99173) (xy 206.335665 60.155515) (xy 206.260283 60.337504) (xy 206.221854 60.530702) + (xy 206.221854 60.568532) (xy 205.803949 60.986439) (xy 205.775341 61.009917) (xy 205.751862 61.038526) + (xy 205.751859 61.038529) (xy 205.741047 61.051704) (xy 205.681617 61.124119) (xy 205.65864 61.167107) + (xy 205.611974 61.254412) (xy 205.569088 61.395787) (xy 205.554608 61.542812) (xy 205.558236 61.579649) + (xy 205.558235 66.107018) (xy 205.554608 66.143845) (xy 205.558235 66.180672) (xy 205.558235 66.180679) + (xy 205.569088 66.29087) (xy 205.611974 66.432245) (xy 205.681616 66.562537) (xy 205.77534 66.67674) + (xy 205.803955 66.700224) (xy 216.991604 77.887874) (xy 217.015083 77.916483) (xy 217.043692 77.939962) + (xy 217.043694 77.939964) (xy 217.065813 77.958117) (xy 217.129285 78.010207) (xy 217.259577 78.079849) + (xy 217.400952 78.122735) (xy 217.511143 78.133588) (xy 217.51115 78.133588) (xy 217.547978 78.137215) + (xy 217.584805 78.133588) (xy 217.647097 78.133588) (xy 217.647097 79.5) (xy 217.658682 79.617621) + (xy 217.69299 79.730721) (xy 217.748704 79.834955) (xy 217.823683 79.926317) (xy 217.913466 80) + (xy 217.823683 80.073683) (xy 217.748704 80.165045) (xy 217.69299 80.269279) (xy 217.658682 80.382379) + (xy 217.647097 80.5) (xy 217.647097 82) (xy 217.658682 82.117621) (xy 217.69299 82.230721) (xy 217.748704 82.334955) + (xy 217.823683 82.426317) (xy 217.913466 82.5) (xy 217.823683 82.573683) (xy 217.748704 82.665045) + (xy 217.69299 82.769279) (xy 217.658682 82.882379) (xy 217.647097 83) (xy 217.647097 84.5) (xy 217.658682 84.617621) + (xy 217.69299 84.730721) (xy 217.748704 84.834955) (xy 217.823683 84.926317) (xy 217.915045 85.001296) + (xy 218.019279 85.05701) (xy 218.132379 85.091318) (xy 218.25 85.102903) (xy 223.75 85.102903) (xy 223.867621 85.091318) + (xy 223.980721 85.05701) (xy 224.084955 85.001296) (xy 224.176317 84.926317) (xy 224.251296 84.834955) + (xy 224.30701 84.730721) (xy 224.341318 84.617621) (xy 224.352903 84.5) (xy 224.352903 83) (xy 224.341318 82.882379) + (xy 224.30701 82.769279) (xy 224.251296 82.665045) (xy 224.176317 82.573683) (xy 224.086534 82.5) + (xy 224.176317 82.426317) (xy 224.251296 82.334955) (xy 224.30701 82.230721) (xy 224.341318 82.117621) + (xy 224.352903 82) (xy 224.352903 80.5) (xy 224.341318 80.382379) (xy 224.30701 80.269279) (xy 224.251296 80.165045) + (xy 224.176317 80.073683) (xy 224.086534 80) (xy 224.176317 79.926317) (xy 224.251296 79.834955) + (xy 224.30701 79.730721) (xy 224.341318 79.617621) (xy 224.352903 79.5) (xy 224.352903 78.383588) + (xy 224.450002 78.383588) (xy 224.450002 79.963176) (xy 224.446374 80.000013) (xy 224.460854 80.147038) + (xy 224.50374 80.288413) (xy 224.534127 80.345263) (xy 224.573383 80.418706) (xy 224.605886 80.458311) + (xy 224.643625 80.504296) (xy 224.643628 80.504299) (xy 224.667107 80.532908) (xy 224.695716 80.556387) + (xy 224.95 80.810671) (xy 224.95 80.848503) (xy 224.988429 81.041701) (xy 225.063811 81.22369) (xy 225.173249 81.387475) + (xy 225.312537 81.526763) (xy 225.476322 81.636201) (xy 225.658311 81.711583) (xy 225.851509 81.750012) + (xy 226.048491 81.750012) (xy 226.241689 81.711583) (xy 226.423678 81.636201) (xy 226.587463 81.526763) + (xy 226.726751 81.387475) (xy 226.836189 81.22369) (xy 226.911571 81.041701) (xy 226.95 80.848503) + (xy 226.95 80.651521) (xy 226.911571 80.458323) (xy 226.836189 80.276334) (xy 226.726751 80.112549) + (xy 226.614209 80.000007) (xy 226.726753 79.887463) (xy 226.836191 79.723678) (xy 226.911573 79.541689) + (xy 226.950002 79.348491) (xy 226.950002 79.151509) (xy 226.911573 78.958311) (xy 226.836191 78.776322) + (xy 226.726753 78.612537) (xy 226.700002 78.585786) (xy 226.700002 77.651509) (xy 228.5 77.651509) + (xy 228.5 77.848491) (xy 228.538429 78.041689) (xy 228.613811 78.223678) (xy 228.723249 78.387463) + (xy 228.835786 78.5) (xy 228.723249 78.612537) (xy 228.613811 78.776322) (xy 228.538429 78.958311) + (xy 228.5 79.151509) (xy 228.5 79.348491) (xy 228.538429 79.541689) (xy 228.613811 79.723678) (xy 228.723249 79.887463) + (xy 228.835786 80) (xy 228.723249 80.112537) (xy 228.613811 80.276322) (xy 228.538429 80.458311) + (xy 228.5 80.651509) (xy 228.5 80.848491) (xy 228.538429 81.041689) (xy 228.613811 81.223678) (xy 228.723249 81.387463) + (xy 228.835786 81.5) (xy 228.723249 81.612537) (xy 228.613811 81.776322) (xy 228.538429 81.958311) + (xy 228.5 82.151509) (xy 228.5 82.348491) (xy 228.538429 82.541689) (xy 228.613811 82.723678) (xy 228.723249 82.887463) + (xy 228.835786 83) (xy 228.723249 83.112537) (xy 228.613811 83.276322) (xy 228.538429 83.458311) + (xy 228.5 83.651509) (xy 228.5 83.848491) (xy 228.538429 84.041689) (xy 228.613811 84.223678) (xy 228.723249 84.387463) + (xy 228.835786 84.5) (xy 228.723249 84.612537) (xy 228.613811 84.776322) (xy 228.538429 84.958311) + (xy 228.5 85.151509) (xy 228.5 85.348491) (xy 228.538429 85.541689) (xy 228.613811 85.723678) (xy 228.723249 85.887463) + (xy 228.862537 86.026751) (xy 229.026322 86.136189) (xy 229.208311 86.211571) (xy 229.401509 86.25) + (xy 229.598491 86.25) (xy 229.701496 86.229511) (xy 229.765892 86.263931) (xy 229.923546 86.311755) + (xy 230.0875 86.327903) (xy 230.6625 86.327903) (xy 230.826454 86.311755) (xy 230.984108 86.263931) + (xy 231.129403 86.18627) (xy 231.256755 86.081755) (xy 231.36127 85.954403) (xy 231.438931 85.809108) + (xy 231.486755 85.651454) (xy 231.502903 85.4875) (xy 231.502903 85.0125) (xy 231.486755 84.848546) + (xy 231.438931 84.690892) (xy 231.36127 84.545597) (xy 231.32385 84.5) (xy 231.36127 84.454403) + (xy 231.438931 84.309108) (xy 231.486755 84.151454) (xy 231.502903 83.9875) (xy 231.502903 83.5125) + (xy 231.486755 83.348546) (xy 231.438931 83.190892) (xy 231.36127 83.045597) (xy 231.32385 83) (xy 231.36127 82.954403) + (xy 231.438931 82.809108) (xy 231.486755 82.651454) (xy 231.502903 82.4875) (xy 231.502903 82.0125) + (xy 231.486755 81.848546) (xy 231.438931 81.690892) (xy 231.36127 81.545597) (xy 231.32385 81.5) + (xy 231.36127 81.454403) (xy 231.438931 81.309108) (xy 231.486755 81.151454) (xy 231.502903 80.9875) + (xy 231.502903 80.5125) (xy 231.486755 80.348546) (xy 231.438931 80.190892) (xy 231.36127 80.045597) + (xy 231.32385 80) (xy 231.36127 79.954403) (xy 231.438931 79.809108) (xy 231.486755 79.651454) (xy 231.502903 79.4875) + (xy 231.502903 79.0125) (xy 231.486755 78.848546) (xy 231.438931 78.690892) (xy 231.36127 78.545597) + (xy 231.32385 78.5) (xy 231.36127 78.454403) (xy 231.438931 78.309108) (xy 231.486755 78.151454) + (xy 231.502903 77.9875) (xy 231.502903 77.5125) (xy 231.486755 77.348546) (xy 231.438931 77.190892) + (xy 231.36127 77.045597) (xy 231.256755 76.918245) (xy 231.129403 76.81373) (xy 230.984108 76.736069) + (xy 230.826454 76.688245) (xy 230.6625 76.672097) (xy 230.0875 76.672097) (xy 229.923546 76.688245) + (xy 229.765892 76.736069) (xy 229.701496 76.770489) (xy 229.598491 76.75) (xy 229.401509 76.75) + (xy 229.208311 76.788429) (xy 229.026322 76.863811) (xy 228.862537 76.973249) (xy 228.723249 77.112537) + (xy 228.613811 77.276322) (xy 228.538429 77.458311) (xy 228.5 77.651509) (xy 226.700002 77.651509) + (xy 226.700002 77.395401) (xy 226.808342 77.440277) (xy 227.00154 77.478706) (xy 227.198522 77.478706) + (xy 227.39172 77.440277) (xy 227.573709 77.364895) (xy 227.737494 77.255457) (xy 227.876782 77.116169) + (xy 227.98622 76.952384) (xy 228.061602 76.770395) (xy 228.100031 76.577197) (xy 228.100031 76.380215) + (xy 228.061602 76.187017) (xy 227.98622 76.005028) (xy 227.876782 75.841243) (xy 227.737494 75.701955) + (xy 227.573709 75.592517) (xy 227.39172 75.517135) (xy 227.198522 75.478706) (xy 227.160691 75.478706) + (xy 226.636535 74.954551) (xy 226.613052 74.925937) (xy 226.49885 74.832213) (xy 226.368558 74.762571) + (xy 226.227183 74.719685) (xy 226.116992 74.708832) (xy 226.116984 74.708832) (xy 226.080157 74.705205) + (xy 226.04333 74.708832) (xy 224.85 74.708832) (xy 224.85 74.551509) (xy 224.811571 74.358311) (xy 224.736189 74.176322) + (xy 224.626751 74.012537) (xy 224.487463 73.873249) (xy 224.452669 73.85) (xy 226.421573 73.85) + (xy 226.460814 73.848715) (xy 226.721866 73.831605) (xy 226.799679 73.821361) (xy 227.056265 73.770323) + (xy 227.132075 73.75001) (xy 227.379804 73.665917) (xy 227.452313 73.635883) (xy 227.686946 73.520175) + (xy 227.754915 73.480933) (xy 227.972438 73.335589) (xy 228.034704 73.28781) (xy 228.231394 73.115317) + (xy 228.26005 73.088478) (xy 228.45074 72.897788) (xy 228.45 72.901509) (xy 228.45 73.098491) (xy 228.488429 73.291689) + (xy 228.563811 73.473678) (xy 228.673249 73.637463) (xy 228.812537 73.776751) (xy 228.976322 73.886189) + (xy 229.158311 73.961571) (xy 229.351509 74) (xy 229.548491 74) (xy 229.741689 73.961571) (xy 229.923678 73.886189) + (xy 230.087463 73.776751) (xy 230.226751 73.637463) (xy 230.336189 73.473678) (xy 230.411571 73.291689) + (xy 230.45 73.098491) (xy 230.45 72.901509) (xy 230.411571 72.708311) (xy 230.336189 72.526322) + (xy 230.226751 72.362537) (xy 230.087463 72.223249) (xy 229.923678 72.113811) (xy 229.741689 72.038429) + (xy 229.602903 72.010823) (xy 229.602903 71.783437) (xy 229.654737 71.755731) (xy 229.765132 71.665132) + (xy 229.787832 71.637472) (xy 231.112489 70.312816) (xy 231.140144 70.29012) (xy 231.174669 70.248052) + (xy 231.230743 70.179725) (xy 231.298065 70.053776) (xy 231.318968 69.984868) (xy 231.339521 69.917113) + (xy 231.350012 69.810595) (xy 231.350012 69.810588) (xy 231.353518 69.774988) (xy 231.350012 69.739388) + (xy 231.350012 61.024208) (xy 231.353519 60.988601) (xy 231.339521 60.846477) (xy 231.334172 60.828841) + (xy 231.298065 60.709813) (xy 231.295996 60.705943) (xy 231.230744 60.583864) (xy 231.162842 60.501126) + (xy 231.162835 60.501119) (xy 231.140143 60.473469) (xy 231.112494 60.450778) (xy 230.162965 59.501249) + (xy 230.276751 59.387463) (xy 230.386189 59.223678) (xy 230.461571 59.041689) (xy 230.5 58.848491) + (xy 230.5 58.651509) (xy 230.461571 58.458311) (xy 230.386189 58.276322) (xy 230.276751 58.112537) + (xy 230.137463 57.973249) (xy 229.973678 57.863811) (xy 229.791689 57.788429) (xy 229.598491 57.75) + (xy 229.401509 57.75) (xy 229.279061 57.774356) (xy 229.25 57.771494) (xy 229.214403 57.775) (xy 228.85 57.775) + (xy 228.85 57.679474) (xy 228.852903 57.65) (xy 228.852903 57.35) (xy 228.84886 57.308947) (xy 229.027105 57.273492) + (xy 229.199994 57.201879) (xy 229.35559 57.097913) (xy 229.487913 56.96559) (xy 229.591879 56.809994) + (xy 229.663492 56.637105) (xy 229.7 56.453567) (xy 229.7 56.266433) (xy 229.663492 56.082895) (xy 229.591879 55.910006) + (xy 229.487913 55.75441) (xy 229.35559 55.622087) (xy 229.199994 55.518121) (xy 229.027105 55.446508) + (xy 228.843567 55.41) (xy 228.656433 55.41) (xy 228.472895 55.446508) (xy 228.300006 55.518121) + (xy 228.14441 55.622087) (xy 228.012087 55.75441) (xy 227.908121 55.910006) (xy 227.892757 55.947097) + (xy 227.626007 55.947097) (xy 227.619259 55.94505) (xy 227.503901 55.922104) (xy 227.308811 55.902889) + (xy 227.25 55.9) (xy 227.029479 55.9) (xy 226.92253 55.889466) (xy 226.848037 55.866869) (xy 226.779387 55.830175) + (xy 226.71921 55.78079) (xy 226.669825 55.720613) (xy 226.633131 55.651963) (xy 226.610534 55.57747) + (xy 226.6 55.470521) (xy 226.6 53.75) (xy 226.597111 53.691189) (xy 226.577896 53.496099) (xy 226.55495 53.380741) + (xy 226.498045 53.193148) (xy 226.453033 53.084479) (xy 226.360623 52.911592) (xy 226.295277 52.813794) + (xy 226.201889 52.7) (xy 231.965765 52.7) (xy 232.251851 52.728051) (xy 232.494113 52.801194) (xy 232.71755 52.919998) + (xy 232.913658 53.07994) (xy 233.074967 53.274928) (xy 233.195327 53.49753) (xy 233.27016 53.739275) + (xy 233.3 54.023186) (xy 233.300001 86.215755) (xy 233.271949 86.501852) (xy 233.198805 86.744114) + (xy 233.080002 86.96755) (xy 232.920058 87.16366) (xy 232.72507 87.324968) (xy 232.502473 87.445326) + (xy 232.260725 87.520159) (xy 231.976814 87.55) (xy 199.01998 87.55) (xy 199.05701 87.480721) (xy 199.091318 87.367621) + (xy 199.102903 87.25) (xy 199.102903 85.25) (xy 199.1 85.220526) (xy 199.1 84.4) (xy 202.967097 84.4) + (xy 202.967097 86.1) (xy 202.978682 86.217621) (xy 203.01299 86.330721) (xy 203.068704 86.434955) + (xy 203.143683 86.526317) (xy 203.235045 86.601296) (xy 203.339279 86.65701) (xy 203.452379 86.691318) + (xy 203.57 86.702903) (xy 205.27 86.702903) (xy 205.387621 86.691318) (xy 205.500721 86.65701) (xy 205.604955 86.601296) + (xy 205.696317 86.526317) (xy 205.771296 86.434955) (xy 205.82701 86.330721) (xy 205.861318 86.217621) + (xy 205.862725 86.203335) (xy 206.035679 86.376289) (xy 206.273167 86.534973) (xy 206.537051 86.644277) + (xy 206.817187 86.7) (xy 207.102813 86.7) (xy 207.382949 86.644277) (xy 207.646833 86.534973) (xy 207.884321 86.376289) + (xy 208.086289 86.174321) (xy 208.23 85.959242) (xy 208.373711 86.174321) (xy 208.575679 86.376289) + (xy 208.813167 86.534973) (xy 209.077051 86.644277) (xy 209.357187 86.7) (xy 209.642813 86.7) (xy 209.922949 86.644277) + (xy 210.186833 86.534973) (xy 210.424321 86.376289) (xy 210.626289 86.174321) (xy 210.77 85.959242) + (xy 210.913711 86.174321) (xy 211.115679 86.376289) (xy 211.353167 86.534973) (xy 211.617051 86.644277) + (xy 211.897187 86.7) (xy 212.182813 86.7) (xy 212.462949 86.644277) (xy 212.726833 86.534973) (xy 212.964321 86.376289) + (xy 213.166289 86.174321) (xy 213.324973 85.936833) (xy 213.434277 85.672949) (xy 213.49 85.392813) + (xy 213.49 85.107187) (xy 213.434277 84.827051) (xy 213.324973 84.563167) (xy 213.166289 84.325679) + (xy 212.964321 84.123711) (xy 212.726833 83.965027) (xy 212.462949 83.855723) (xy 212.182813 83.8) + (xy 211.897187 83.8) (xy 211.617051 83.855723) (xy 211.353167 83.965027) (xy 211.115679 84.123711) + (xy 210.913711 84.325679) (xy 210.77 84.540758) (xy 210.626289 84.325679) (xy 210.424321 84.123711) + (xy 210.186833 83.965027) (xy 209.922949 83.855723) (xy 209.642813 83.8) (xy 209.357187 83.8) (xy 209.077051 83.855723) + (xy 208.813167 83.965027) (xy 208.575679 84.123711) (xy 208.373711 84.325679) (xy 208.23 84.540758) + (xy 208.086289 84.325679) (xy 207.884321 84.123711) (xy 207.646833 83.965027) (xy 207.382949 83.855723) + (xy 207.102813 83.8) (xy 206.817187 83.8) (xy 206.537051 83.855723) (xy 206.273167 83.965027) (xy 206.035679 84.123711) + (xy 205.862725 84.296665) (xy 205.861318 84.282379) (xy 205.82701 84.169279) (xy 205.771296 84.065045) + (xy 205.696317 83.973683) (xy 205.604955 83.898704) (xy 205.500721 83.84299) (xy 205.387621 83.808682) + (xy 205.27 83.797097) (xy 203.57 83.797097) (xy 203.452379 83.808682) (xy 203.339279 83.84299) (xy 203.235045 83.898704) + (xy 203.143683 83.973683) (xy 203.068704 84.065045) (xy 203.01299 84.169279) (xy 202.978682 84.282379) + (xy 202.967097 84.4) (xy 199.1 84.4) (xy 199.1 80.578597) (xy 199.107741 80.5) (xy 199.097893 80.4) + (xy 208.047097 80.4) (xy 208.047097 82.1) (xy 208.058682 82.217621) (xy 208.09299 82.330721) (xy 208.148704 82.434955) + (xy 208.223683 82.526317) (xy 208.315045 82.601296) (xy 208.419279 82.65701) (xy 208.532379 82.691318) + (xy 208.65 82.702903) (xy 210.35 82.702903) (xy 210.467621 82.691318) (xy 210.580721 82.65701) (xy 210.684955 82.601296) + (xy 210.776317 82.526317) (xy 210.851296 82.434955) (xy 210.90701 82.330721) (xy 210.941318 82.217621) + (xy 210.942725 82.203335) (xy 211.115679 82.376289) (xy 211.353167 82.534973) (xy 211.617051 82.644277) + (xy 211.897187 82.7) (xy 212.182813 82.7) (xy 212.462949 82.644277) (xy 212.726833 82.534973) (xy 212.964321 82.376289) + (xy 213.166289 82.174321) (xy 213.324973 81.936833) (xy 213.434277 81.672949) (xy 213.49 81.392813) + (xy 213.49 81.107187) (xy 213.434277 80.827051) (xy 213.324973 80.563167) (xy 213.166289 80.325679) + (xy 212.964321 80.123711) (xy 212.726833 79.965027) (xy 212.462949 79.855723) (xy 212.182813 79.8) + (xy 211.897187 79.8) (xy 211.617051 79.855723) (xy 211.353167 79.965027) (xy 211.115679 80.123711) + (xy 210.942725 80.296665) (xy 210.941318 80.282379) (xy 210.90701 80.169279) (xy 210.851296 80.065045) + (xy 210.776317 79.973683) (xy 210.684955 79.898704) (xy 210.580721 79.84299) (xy 210.467621 79.808682) + (xy 210.35 79.797097) (xy 208.65 79.797097) (xy 208.532379 79.808682) (xy 208.419279 79.84299) (xy 208.315045 79.898704) + (xy 208.223683 79.973683) (xy 208.148704 80.065045) (xy 208.09299 80.169279) (xy 208.058682 80.282379) + (xy 208.047097 80.4) (xy 199.097893 80.4) (xy 199.096157 80.382379) (xy 199.076849 80.186345) (xy 198.985359 79.884744) + (xy 198.836788 79.606787) (xy 198.636845 79.363155) (xy 198.575794 79.313052) (xy 192.102903 72.840162) + (xy 192.102903 71.5) (xy 192.091318 71.382379) (xy 192.05701 71.269279) (xy 192.001296 71.165045) + (xy 191.926317 71.073683) (xy 191.834955 70.998704) (xy 191.730721 70.94299) (xy 191.617621 70.908682) + (xy 191.5 70.897097) (xy 188.7 70.897097) (xy 188.7 69.102903) (xy 189.8353 69.102903) (xy 189.863155 69.136845) + (xy 190.106787 69.336788) (xy 190.384744 69.485359) (xy 190.686345 69.576849) (xy 190.833253 69.591318) + (xy 191 69.607741) (xy 191.078597 69.6) (xy 193.470526 69.6) (xy 193.5 69.602903) (xy 198.350002 69.602903) + (xy 198.350002 70.647097) (xy 193.5 70.647097) (xy 193.382379 70.658682) (xy 193.269279 70.69299) + (xy 193.165045 70.748704) (xy 193.073683 70.823683) (xy 192.998704 70.915045) (xy 192.94299 71.019279) + (xy 192.908682 71.132379) (xy 192.897097 71.25) (xy 192.897097 73.25) (xy 192.908682 73.367621) + (xy 192.94299 73.480721) (xy 192.998704 73.584955) (xy 193.073683 73.676317) (xy 193.165045 73.751296) + (xy 193.269279 73.80701) (xy 193.382379 73.841318) (xy 193.5 73.852903) (xy 198.1 73.852903) (xy 198.1 74.185786) + (xy 198.073249 74.212537) (xy 197.963811 74.376322) (xy 197.888429 74.558311) (xy 197.85 74.751509) + (xy 197.85 74.948491) (xy 197.888429 75.141689) (xy 197.963811 75.323678) (xy 198.073249 75.487463) + (xy 198.212537 75.626751) (xy 198.376322 75.736189) (xy 198.558311 75.811571) (xy 198.751509 75.85) + (xy 198.948491 75.85) (xy 199.141689 75.811571) (xy 199.323678 75.736189) (xy 199.487463 75.626751) + (xy 199.626751 75.487463) (xy 199.736189 75.323678) (xy 199.811571 75.141689) (xy 199.849749 74.949751) + (xy 200.041695 74.911571) (xy 200.223684 74.836189) (xy 200.387469 74.726751) (xy 200.526757 74.587463) + (xy 200.636195 74.423678) (xy 200.711577 74.241689) (xy 200.750006 74.048491) (xy 200.750006 73.851509) + (xy 200.711577 73.658311) (xy 200.636195 73.476322) (xy 200.600012 73.42217) (xy 200.600012 69.814214) + (xy 200.626763 69.787463) (xy 200.736201 69.623678) (xy 200.811583 69.441689) (xy 200.850012 69.248491) + (xy 200.850012 69.051509) (xy 200.811583 68.858311) (xy 200.736201 68.676322) (xy 200.626763 68.512537) + (xy 200.487475 68.373249) (xy 200.32369 68.263811) (xy 200.141701 68.188429) (xy 200.074813 68.175124) + (xy 200.100002 68.048491) (xy 200.100002 67.851509) (xy 200.061573 67.658311) (xy 199.986191 67.476322) + (xy 199.876753 67.312537) (xy 199.737465 67.173249) (xy 199.57368 67.063811) (xy 199.391691 66.988429) + (xy 199.198493 66.95) (xy 199.097978 66.95) (xy 199.091318 66.882379) (xy 199.05701 66.769279) (xy 199.001296 66.665045) + (xy 198.926317 66.573683) (xy 198.834955 66.498704) (xy 198.730721 66.44299) (xy 198.617621 66.408682) + (xy 198.5 66.397097) (xy 193.5 66.397097) (xy 193.470526 66.4) (xy 192.102903 66.4) (xy 192.102903 65.5) + (xy 192.091318 65.382379) (xy 192.05701 65.269279) (xy 192.001296 65.165045) (xy 191.926317 65.073683) + (xy 191.834955 64.998704) (xy 191.730721 64.94299) (xy 191.617621 64.908682) (xy 191.5 64.897097) + (xy 188.7 64.897097) (xy 188.7 62.102903) (xy 191.5 62.102903) (xy 191.617621 62.091318) (xy 191.730721 62.05701) + (xy 191.834955 62.001296) (xy 191.926317 61.926317) (xy 192.001296 61.834955) (xy 192.05701 61.730721) + (xy 192.091318 61.617621) (xy 192.102903 61.5) (xy 192.102903 61.1647) (xy 192.136845 61.136845) + (xy 192.186953 61.075788) (xy 192.825788 60.436953) (xy 192.886845 60.386845) (xy 193.086788 60.143213) + (xy 193.235359 59.865256) (xy 193.326849 59.563655) (xy 193.35 59.328597) (xy 193.35 59.328595) + (xy 193.357741 59.250001) (xy 193.35 59.171407) (xy 193.35 56.912741) (xy 194.659839 55.602903) + (xy 198.5 55.602903) (xy 198.617621 55.591318) (xy 198.730721 55.55701) (xy 198.834955 55.501296) + (xy 198.926317 55.426317) (xy 199.001296 55.334955) (xy 199.05701 55.230721) (xy 199.091318 55.117621) + (xy 199.102903 55) (xy 199.102903 54.049122) (xy 199.107741 54) (xy 199.102903 53.950878) (xy 199.102903 53) + (xy 199.091318 52.882379) (xy 199.05701 52.769279) (xy 199.01998 52.7) (xy 217.98002 52.7) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 223.32499 67.714393) (xy 223.321484 67.74999) (xy 223.32499 67.785587) (xy 223.32499 67.785596) + (xy 223.335481 67.892114) (xy 223.368208 68) (xy 223.376937 68.028777) (xy 223.444259 68.154726) + (xy 223.500334 68.223053) (xy 223.534858 68.265121) (xy 223.562514 68.287818) (xy 225.674695 70.4) + (xy 220.875 70.4) (xy 220.816189 70.402889) (xy 220.596712 70.424506) (xy 220.481352 70.447453) + (xy 220.27031 70.511472) (xy 220.161644 70.556483) (xy 220.101417 70.588675) (xy 217.700011 68.18727) + (xy 217.700011 67.489841) (xy 217.798512 67.489841) (xy 217.99171 67.451412) (xy 218.173699 67.37603) + (xy 218.287471 67.30001) (xy 223.32499 67.30001) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 227.908121 62.589994) (xy 228.012087 62.74559) (xy 228.14441 62.877913) (xy 228.300006 62.981879) + (xy 228.472895 63.053492) (xy 228.656433 63.09) (xy 228.843567 63.09) (xy 229.027105 63.053492) + (xy 229.199994 62.981879) (xy 229.35559 62.877913) (xy 229.450002 62.783501) (xy 229.450001 67) + (xy 229.351509 67) (xy 229.158311 67.038429) (xy 228.976322 67.113811) (xy 228.812537 67.223249) + (xy 228.673249 67.362537) (xy 228.563811 67.526322) (xy 228.488429 67.708311) (xy 228.45 67.901509) + (xy 228.45 68.098491) (xy 228.488429 68.291689) (xy 228.563811 68.473678) (xy 228.673249 68.637463) + (xy 228.812537 68.776751) (xy 228.976322 68.886189) (xy 229.158311 68.961571) (xy 229.351509 69) + (xy 229.450001 69) (xy 229.450001 69.227542) (xy 229.426317 69.198683) (xy 229.334955 69.123704) + (xy 229.230721 69.06799) (xy 229.117621 69.033682) (xy 229 69.022097) (xy 227.7 69.022097) (xy 227.582379 69.033682) + (xy 227.469279 69.06799) (xy 227.365045 69.123704) (xy 227.273683 69.198683) (xy 227.228745 69.25344) + (xy 225.225 67.249696) (xy 225.225 64.950594) (xy 225.228506 64.914997) (xy 225.225 64.8794) (xy 225.225 64.879391) + (xy 225.214509 64.772873) (xy 225.173053 64.63621) (xy 225.105731 64.510261) (xy 225.093101 64.494871) + (xy 225.03783 64.427523) (xy 225.037828 64.427521) (xy 225.015132 64.399866) (xy 224.987477 64.37717) + (xy 224.352903 63.742597) (xy 224.352903 62.6) (xy 227.25 62.6) (xy 227.308811 62.597111) (xy 227.503901 62.577896) + (xy 227.619259 62.55495) (xy 227.626007 62.552903) (xy 227.892757 62.552903) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 217.897097 55) (xy 217.9 55.029474) (xy 217.9 55.70526) (xy 215.451018 58.154243) (xy 215.515848 58.057218) + (xy 215.59123 57.875229) (xy 215.629659 57.682031) (xy 215.629659 57.485049) (xy 215.59123 57.291851) + (xy 215.540001 57.168172) (xy 217.897097 54.811078) + ) + ) + ) + (zone + (net 3) + (net_name "VBUS") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eb4764b") + (hatch edge 0.508) + (priority 4) + (connect_pads yes + (clearance 0.2) + ) + (min_thickness 0.2) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0) + (thermal_bridge_width 0.5) + (smoothing fillet) + (radius 2) + ) + (polygon + (pts + (xy 229 71) (xy 226.5 71) (xy 224.5 71) (xy 219.75 71) (xy 219.75 73.25) (xy 227.25 73.25) (xy 228.5 72) + (xy 229 72) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 227.134721 71.435762) (xy 227.148026 71.451974) (xy 227.21274 71.505084) (xy 227.286573 71.544548) + (xy 227.342383 71.561478) (xy 227.366685 71.56885) (xy 227.375098 71.569679) (xy 227.429126 71.575) + (xy 227.429132 71.575) (xy 227.449999 71.577055) (xy 227.470866 71.575) (xy 227.476044 71.575) (xy 227.486842 71.588158) + (xy 227.532523 71.625647) (xy 227.58464 71.653504) (xy 227.64119 71.670659) (xy 227.7 71.676451) + (xy 228.9 71.676451) (xy 228.9 71.740149) (xy 228.886771 71.806654) (xy 228.854681 71.854681) (xy 228.806654 71.886771) + (xy 228.733688 71.901285) (xy 228.580736 71.921422) (xy 228.555521 71.928178) (xy 228.409955 71.988473) + (xy 228.387347 72.001526) (xy 228.262347 72.097442) (xy 228.252512 72.106066) (xy 227.767388 72.59119) + (xy 227.578087 72.757203) (xy 227.371464 72.895263) (xy 227.148591 73.005172) (xy 226.913277 73.085051) + (xy 226.669542 73.133533) (xy 226.418298 73.15) (xy 222.822085 73.15) (xy 222.800001 73.147825) + (xy 222.777917 73.15) (xy 220.879908 73.15) (xy 220.675129 73.129831) (xy 220.482934 73.071529) + (xy 220.305808 72.976853) (xy 220.150558 72.849442) (xy 220.023147 72.694192) (xy 219.928471 72.517066) + (xy 219.870169 72.324871) (xy 219.850483 72.125) (xy 219.870169 71.925129) (xy 219.928471 71.732934) + (xy 220.023147 71.555808) (xy 220.150558 71.400558) (xy 220.305808 71.273147) (xy 220.482934 71.178471) + (xy 220.675129 71.120169) (xy 220.879908 71.1) (xy 226.798959 71.1) + ) + ) + ) + (zone + (net 3) + (net_name "VBUS") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eb4764e") + (hatch edge 0.508) + (priority 3) + (connect_pads yes + (clearance 0.2) + ) + (min_thickness 0.2) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0) + (thermal_bridge_width 0.5) + (smoothing fillet) + (radius 1) + ) + (polygon + (pts + (xy 226 56.5) (xy 228.25 56.5) (xy 228.25 62) (xy 223.25 62) (xy 223.25 59.5) (xy 218.5 59.5) (xy 218.5 52.75) + (xy 226 52.75) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 225.175485 52.867768) (xy 225.344229 52.918955) (xy 225.499745 53.00208) (xy 225.636054 53.113946) + (xy 225.74792 53.250255) (xy 225.831045 53.405771) (xy 225.882232 53.574515) (xy 225.9 53.754908) + (xy 225.9 55.5) (xy 225.900482 55.509802) (xy 225.919697 55.704892) (xy 225.923521 55.724118) (xy 225.948549 55.806625) + (xy 225.948549 56.35) (xy 225.954341 56.40881) (xy 225.971496 56.46536) (xy 225.999353 56.517477) + (xy 226.036842 56.563158) (xy 226.082523 56.600647) (xy 226.13464 56.628504) (xy 226.19119 56.645659) + (xy 226.25 56.651451) (xy 227.536525 56.651451) (xy 227.594229 56.668955) (xy 227.749745 56.75208) + (xy 227.886054 56.863946) (xy 227.99792 57.000255) (xy 228.023734 57.048549) (xy 226.25 57.048549) + (xy 226.19119 57.054341) (xy 226.13464 57.071496) (xy 226.082523 57.099353) (xy 226.036842 57.136842) + (xy 225.999353 57.182523) (xy 225.971496 57.23464) (xy 225.954341 57.29119) (xy 225.948549 57.35) + (xy 225.948549 57.65) (xy 225.954341 57.70881) (xy 225.966836 57.75) (xy 225.954341 57.79119) (xy 225.948549 57.85) + (xy 225.948549 58.15) (xy 225.954341 58.20881) (xy 225.966836 58.25) (xy 225.954341 58.29119) (xy 225.948549 58.35) + (xy 225.948549 58.578012) (xy 225.916686 58.58115) (xy 225.836573 58.605452) (xy 225.76274 58.644916) + (xy 225.698026 58.698026) (xy 225.684716 58.714244) (xy 225.639243 58.759717) (xy 225.623025 58.773027) + (xy 225.569915 58.837742) (xy 225.530451 58.911575) (xy 225.506149 58.991688) (xy 225.499999 59.054128) + (xy 225.499999 59.054134) (xy 225.497944 59.075001) (xy 225.499999 59.095868) (xy 225.5 59.904123) + (xy 225.497944 59.924999) (xy 225.506149 60.008313) (xy 225.525316 60.071496) (xy 225.530452 60.088426) + (xy 225.569916 60.162259) (xy 225.623026 60.226973) (xy 225.639238 60.240278) (xy 225.684716 60.285756) + (xy 225.698026 60.301974) (xy 225.76274 60.355084) (xy 225.836573 60.394548) (xy 225.916686 60.41885) + (xy 225.948549 60.421988) (xy 225.948549 60.65) (xy 225.954341 60.70881) (xy 225.966836 60.75) (xy 225.954341 60.79119) + (xy 225.948549 60.85) (xy 225.948549 61.15) (xy 225.954341 61.20881) (xy 225.971496 61.26536) (xy 225.999353 61.317477) + (xy 226.036842 61.363158) (xy 226.082523 61.400647) (xy 226.13464 61.428504) (xy 226.19119 61.445659) + (xy 226.25 61.451451) (xy 228.023734 61.451451) (xy 227.99792 61.499745) (xy 227.886054 61.636054) + (xy 227.749745 61.74792) (xy 227.594229 61.831045) (xy 227.536525 61.848549) (xy 226.25 61.848549) + (xy 226.19119 61.854341) (xy 226.13464 61.871496) (xy 226.082523 61.899353) (xy 226.081735 61.9) + (xy 224.254908 61.9) (xy 224.074515 61.882232) (xy 223.905771 61.831045) (xy 223.750255 61.74792) + (xy 223.613946 61.636054) (xy 223.544514 61.551451) (xy 223.75 61.551451) (xy 223.80881 61.545659) + (xy 223.86536 61.528504) (xy 223.917477 61.500647) (xy 223.963158 61.463158) (xy 224.000647 61.417477) + (xy 224.028504 61.36536) (xy 224.045659 61.30881) (xy 224.051451 61.25) (xy 224.051451 59.75) (xy 224.045659 59.69119) + (xy 224.028504 59.63464) (xy 224.000647 59.582523) (xy 223.963158 59.536842) (xy 223.917477 59.499353) + (xy 223.86536 59.471496) (xy 223.80881 59.454341) (xy 223.75 59.448549) (xy 222.556625 59.448549) + (xy 222.474118 59.423521) (xy 222.454892 59.419697) (xy 222.259802 59.400482) (xy 222.25 59.4) (xy 219.504908 59.4) + (xy 219.324515 59.382232) (xy 219.155771 59.331045) (xy 219.000255 59.24792) (xy 218.863946 59.136054) + (xy 218.75208 58.999745) (xy 218.668955 58.844229) (xy 218.617768 58.675485) (xy 218.6 58.495092) + (xy 218.6 53.754908) (xy 218.617768 53.574515) (xy 218.668955 53.405771) (xy 218.75208 53.250255) + (xy 218.863946 53.113946) (xy 219.000255 53.00208) (xy 219.155771 52.918955) (xy 219.324515 52.867768) + (xy 219.504908 52.85) (xy 224.995092 52.85) + ) + ) + ) + (zone + (net 22) + (net_name "/OUT-") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eb47654") + (hatch edge 0.508) + (priority 3) + (connect_pads yes + (clearance 1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 1) + ) + (polygon + (pts + (xy 136 73) (xy 127.5 73) (xy 127.5 70) (xy 117 70) (xy 117 77) (xy 136 77) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 127.373 73) (xy 127.37544 73.024776) (xy 127.382667 73.048601) (xy 127.394403 73.070557) (xy 127.410197 73.089803) + (xy 127.429443 73.105597) (xy 127.451399 73.117333) (xy 127.475224 73.12456) (xy 127.5 73.127) (xy 134.773001 73.127) + (xy 134.773001 76.873) (xy 118.227 76.873) (xy 118.227 70.127) (xy 127.373 70.127) + ) + ) + ) + (zone + (net 20) + (net_name "/OUT+") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eb47657") + (hatch edge 0.508) + (priority 3) + (connect_pads yes + (clearance 1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 1) + ) + (polygon + (pts + (xy 117 57.5) (xy 124 57.5) (xy 127 60) (xy 127 62.5) (xy 136 62.5) (xy 136 67) (xy 117 67) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 126.873 60.059483) (xy 126.873 62.5) (xy 126.87544 62.524776) (xy 126.882667 62.548601) (xy 126.894403 62.570557) + (xy 126.910197 62.589803) (xy 126.929443 62.605597) (xy 126.951399 62.617333) (xy 126.975224 62.62456) + (xy 127 62.627) (xy 134.773 62.627) (xy 134.773 66.873) (xy 123.127 66.873) (xy 123.127 66.692017) + (xy 123.006831 66.087888) (xy 122.771111 65.51881) (xy 122.428899 65.006654) (xy 121.993346 64.571101) + (xy 121.48119 64.228889) (xy 120.912112 63.993169) (xy 120.307983 63.873) (xy 119.692017 63.873) + (xy 119.087888 63.993169) (xy 118.51881 64.228889) (xy 118.227 64.42387) (xy 118.227 57.627) (xy 123.95402 57.627) + ) + ) + ) + (zone + (net 24) + (net_name "/BP_B2-") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eb4765d") + (hatch edge 0.508) + (priority 3) + (connect_pads yes + (clearance 1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 1) + (smoothing fillet) + ) + (polygon + (pts + (xy 70 109) (xy 70 71) (xy 44.625 71.05) (xy 44.625 109.05) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 68.773001 77.367547) (xy 55 77.367547) (xy 54.779069 77.389307) (xy 54.566629 77.45375) (xy 54.370843 77.5584) + (xy 54.199235 77.699235) (xy 54.0584 77.870843) (xy 53.95375 78.066629) (xy 53.889307 78.279069) + (xy 53.867547 78.5) (xy 53.867547 81.5) (xy 53.889307 81.720931) (xy 53.95375 81.933371) (xy 54.0584 82.129157) + (xy 54.199235 82.300765) (xy 54.370843 82.4416) (xy 54.566629 82.54625) (xy 54.779069 82.610693) + (xy 55 82.632453) (xy 68.773001 82.632453) (xy 68.773001 107.773) (xy 44.752 107.773) (xy 44.752 71.17675) + (xy 68.773001 71.129418) + ) + ) + ) + (zone + (net 25) + (net_name "/BP_B1-") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eb47660") + (hatch edge 0.508) + (priority 2) + (connect_pads yes + (clearance 1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 1) + (smoothing fillet) + ) + (polygon + (pts + (xy 30.275 62.1) (xy 70 62) (xy 70 109) (xy 30.275 109.1) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 54.199235 62.300765) (xy 54.370843 62.4416) (xy 54.566629 62.54625) (xy 54.779069 62.610693) + (xy 55 62.632453) (xy 68.773 62.632453) (xy 68.773 69.875415) (xy 44.622779 69.923002) (xy 44.405133 69.944655) + (xy 44.193716 70.008788) (xy 43.998872 70.112934) (xy 43.828091 70.253091) (xy 43.687934 70.423872) + (xy 43.583788 70.618716) (xy 43.519655 70.830133) (xy 43.498 71.05) (xy 43.498 107.773) (xy 31.227 107.773) + (xy 31.227 62.224604) (xy 54.0895 62.167053) + ) + ) + ) + (zone + (net 26) + (net_name "/BP_B1+") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eb47663") + (hatch edge 0.508) + (priority 1) + (connect_pads yes + (clearance 1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 1) + (smoothing fillet) + (radius 1) + ) + (polygon + (pts + (xy 70 62) (xy 30.9 62.375) (xy 30.9 31.375) (xy 70 31) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 56.905161 32.333456) (xy 56.661226 32.789827) (xy 56.511011 33.285018) (xy 56.46029 33.8) (xy 56.511011 34.314982) + (xy 56.661226 34.810173) (xy 56.905161 35.266544) (xy 57.233443 35.666557) (xy 57.633456 35.994839) + (xy 58.089827 36.238774) (xy 58.585018 36.388989) (xy 58.970952 36.427) (xy 60.229048 36.427) (xy 60.614982 36.388989) + (xy 61.110173 36.238774) (xy 61.566544 35.994839) (xy 61.966557 35.666557) (xy 62.294839 35.266544) + (xy 62.538774 34.810173) (xy 62.688989 34.314982) (xy 62.73971 33.8) (xy 62.688989 33.285018) (xy 62.538774 32.789827) + (xy 62.294839 32.333456) (xy 62.207473 32.227) (xy 68.773 32.227) (xy 68.773 60.876086) (xy 31.227 60.9706) + (xy 31.227 32.227) (xy 56.992527 32.227) + ) + ) + ) + (zone + (net 2) + (net_name "GND") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eb47645") + (hatch edge 0.508) + (priority 3) + (connect_pads yes + (clearance 0.5) + ) + (min_thickness 0.2) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0) + (thermal_bridge_width 0.5) + (smoothing fillet) + (radius 1) + ) + (polygon + (pts + (xy 187 51.75) (xy 234.25 51.75) (xy 234.25 88.75) (xy 187 88.75) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 204.392243 52.872097) (xy 204.0875 52.872097) (xy 203.923546 52.888245) (xy 203.765892 52.936069) + (xy 203.620597 53.01373) (xy 203.493245 53.118245) (xy 203.42615 53.2) (xy 203.37385 53.2) (xy 203.306755 53.118245) + (xy 203.179403 53.01373) (xy 203.034108 52.936069) (xy 202.876454 52.888245) (xy 202.7125 52.872097) + (xy 202.1375 52.872097) (xy 201.973546 52.888245) (xy 201.815892 52.936069) (xy 201.670597 53.01373) + (xy 201.55 53.112701) (xy 201.429403 53.01373) (xy 201.284108 52.936069) (xy 201.126454 52.888245) + (xy 200.9625 52.872097) (xy 200.3875 52.872097) (xy 200.223546 52.888245) (xy 200.065892 52.936069) + (xy 199.920597 53.01373) (xy 199.793245 53.118245) (xy 199.72615 53.2) (xy 196.977838 53.2) (xy 196.923678 53.163811) + (xy 196.741689 53.088429) (xy 196.548491 53.05) (xy 196.351509 53.05) (xy 196.158311 53.088429) + (xy 195.976322 53.163811) (xy 195.812537 53.273249) (xy 195.673249 53.412537) (xy 195.563811 53.576322) + (xy 195.488429 53.758311) (xy 195.45 53.951509) (xy 195.45 54.148491) (xy 195.488429 54.341689) + (xy 195.563811 54.523678) (xy 195.673249 54.687463) (xy 195.812537 54.826751) (xy 195.976322 54.936189) + (xy 196.158311 55.011571) (xy 196.351509 55.05) (xy 196.548491 55.05) (xy 196.741689 55.011571) + (xy 196.923678 54.936189) (xy 197.087463 54.826751) (xy 197.214214 54.7) (xy 199.72615 54.7) (xy 199.793245 54.781755) + (xy 199.920597 54.88627) (xy 200.065892 54.963931) (xy 200.223546 55.011755) (xy 200.3875 55.027903) + (xy 200.9625 55.027903) (xy 201.126454 55.011755) (xy 201.284108 54.963931) (xy 201.429403 54.88627) + (xy 201.55 54.787299) (xy 201.670597 54.88627) (xy 201.815892 54.963931) (xy 201.973546 55.011755) + (xy 202.1375 55.027903) (xy 202.7125 55.027903) (xy 202.876454 55.011755) (xy 203.034108 54.963931) + (xy 203.179403 54.88627) (xy 203.306755 54.781755) (xy 203.37385 54.7) (xy 203.42615 54.7) (xy 203.493245 54.781755) + (xy 203.620597 54.88627) (xy 203.765892 54.963931) (xy 203.923546 55.011755) (xy 204.0875 55.027903) + (xy 204.6625 55.027903) (xy 204.826454 55.011755) (xy 204.984108 54.963931) (xy 205.129403 54.88627) + (xy 205.256755 54.781755) (xy 205.36127 54.654403) (xy 205.438931 54.509108) (xy 205.486755 54.351454) + (xy 205.502903 54.1875) (xy 205.502903 53.882757) (xy 205.51067 53.87499) (xy 206.82294 53.87499) + (xy 206.788429 53.958307) (xy 206.75 54.151505) (xy 206.75 54.348487) (xy 206.788429 54.541685) + (xy 206.863811 54.723674) (xy 206.973249 54.887459) (xy 207.112537 55.026747) (xy 207.276322 55.136185) + (xy 207.458311 55.211567) (xy 207.651509 55.249996) (xy 207.848491 55.249996) (xy 208.041689 55.211567) + (xy 208.223678 55.136185) (xy 208.387463 55.026747) (xy 208.526751 54.887459) (xy 208.636189 54.723674) + (xy 208.711571 54.541685) (xy 208.75 54.348487) (xy 208.75 54.151505) (xy 208.711571 53.958307) + (xy 208.636189 53.776318) (xy 208.526751 53.612533) (xy 208.49326 53.579042) (xy 208.489147 53.537285) + (xy 208.446261 53.39591) (xy 208.376619 53.265618) (xy 208.340697 53.221847) (xy 208.306376 53.180026) + (xy 208.306369 53.180019) (xy 208.282895 53.151416) (xy 208.254292 53.127942) (xy 207.826348 52.7) + (xy 231.965765 52.7) (xy 232.251851 52.728051) (xy 232.494113 52.801194) (xy 232.71755 52.919998) + (xy 232.913658 53.07994) (xy 233.074967 53.274928) (xy 233.195327 53.49753) (xy 233.27016 53.739275) + (xy 233.3 54.023186) (xy 233.300001 86.215755) (xy 233.271949 86.501852) (xy 233.198805 86.744114) + (xy 233.080002 86.96755) (xy 232.920058 87.16366) (xy 232.72507 87.324968) (xy 232.502473 87.445326) + (xy 232.260725 87.520159) (xy 231.976814 87.55) (xy 190.034235 87.55) (xy 189.748148 87.521949) + (xy 189.505886 87.448805) (xy 189.28245 87.330002) (xy 189.08634 87.170058) (xy 188.925032 86.97507) + (xy 188.804674 86.752473) (xy 188.729841 86.510725) (xy 188.7 86.226814) (xy 188.7 81.958128) (xy 188.708311 81.961571) + (xy 188.901509 82) (xy 189.098491 82) (xy 189.291689 81.961571) (xy 189.473678 81.886189) (xy 189.5 81.868601) + (xy 189.526322 81.886189) (xy 189.708311 81.961571) (xy 189.901509 82) (xy 190.098491 82) (xy 190.291689 81.961571) + (xy 190.473678 81.886189) (xy 190.5 81.868601) (xy 190.526322 81.886189) (xy 190.708311 81.961571) + (xy 190.901509 82) (xy 191.098491 82) (xy 191.291689 81.961571) (xy 191.473678 81.886189) (xy 191.637463 81.776751) + (xy 191.776751 81.637463) (xy 191.801783 81.6) (xy 191.921406 81.6) (xy 192 81.607741) (xy 192.078594 81.6) + (xy 192.078597 81.6) (xy 192.313655 81.576849) (xy 192.615256 81.485359) (xy 192.893213 81.336788) + (xy 193.136845 81.136845) (xy 193.186953 81.075788) (xy 196.825793 77.436949) (xy 196.886845 77.386845) + (xy 197.086788 77.143213) (xy 197.235359 76.865256) (xy 197.326849 76.563655) (xy 197.35 76.328597) + (xy 197.35 76.328594) (xy 197.357741 76.25) (xy 197.35 76.171406) (xy 197.35 73.847892) (xy 197.563655 73.826849) + (xy 197.865256 73.735359) (xy 198.143213 73.586788) (xy 198.386845 73.386845) (xy 198.586788 73.143213) + (xy 198.66233 73.001884) (xy 198.776751 72.887463) (xy 198.886189 72.723678) (xy 198.961571 72.541689) + (xy 198.974279 72.477801) (xy 202.772097 68.679984) (xy 202.772097 69.0625) (xy 202.788245 69.226454) + (xy 202.836069 69.384108) (xy 202.91373 69.529403) (xy 203.012701 69.65) (xy 202.91373 69.770597) + (xy 202.836069 69.915892) (xy 202.788245 70.073546) (xy 202.772097 70.2375) (xy 202.772097 70.8125) + (xy 202.788245 70.976454) (xy 202.836069 71.134108) (xy 202.91373 71.279403) (xy 203.018245 71.406755) + (xy 203.145597 71.51127) (xy 203.290892 71.588931) (xy 203.448546 71.636755) (xy 203.6125 71.652903) + (xy 204.0875 71.652903) (xy 204.251454 71.636755) (xy 204.409108 71.588931) (xy 204.554403 71.51127) + (xy 204.681755 71.406755) (xy 204.7 71.384523) (xy 204.718245 71.406755) (xy 204.845597 71.51127) + (xy 204.990892 71.588931) (xy 205.148546 71.636755) (xy 205.3125 71.652903) (xy 205.7875 71.652903) + (xy 205.951454 71.636755) (xy 206.109108 71.588931) (xy 206.254403 71.51127) (xy 206.381755 71.406755) + (xy 206.48627 71.279403) (xy 206.488445 71.275333) (xy 206.491829 71.275) (xy 206.491837 71.275) + (xy 206.602028 71.264147) (xy 206.743403 71.221261) (xy 206.873695 71.151619) (xy 206.987897 71.057895) + (xy 207.011381 71.02928) (xy 209.250011 68.790651) (xy 209.25001 72.18933) (xy 207.095703 74.343638) + (xy 207.067094 74.367117) (xy 207.043615 74.395726) (xy 207.043612 74.395729) (xy 207.020675 74.423678) + (xy 206.97337 74.481319) (xy 206.952826 74.519755) (xy 206.903727 74.611612) (xy 206.860841 74.752987) + (xy 206.846361 74.900012) (xy 206.849989 74.936849) (xy 206.849988 83.313161) (xy 206.846361 83.349988) + (xy 206.849988 83.386815) (xy 206.849988 83.386822) (xy 206.860841 83.497013) (xy 206.903727 83.638388) + (xy 206.973369 83.76868) (xy 206.999073 83.8) (xy 206.817187 83.8) (xy 206.537051 83.855723) (xy 206.419907 83.904245) + (xy 200.500006 77.984345) (xy 200.500006 74.614214) (xy 200.526757 74.587463) (xy 200.636195 74.423678) + (xy 200.711577 74.241689) (xy 200.750006 74.048491) (xy 200.750006 73.851509) (xy 200.711577 73.658311) + (xy 200.636195 73.476322) (xy 200.526757 73.312537) (xy 200.387469 73.173249) (xy 200.223684 73.063811) + (xy 200.041695 72.988429) (xy 199.848497 72.95) (xy 199.651515 72.95) (xy 199.458317 72.988429) + (xy 199.276328 73.063811) (xy 199.112543 73.173249) (xy 198.973255 73.312537) (xy 198.863817 73.476322) + (xy 198.788435 73.658311) (xy 198.750257 73.850249) (xy 198.558311 73.888429) (xy 198.376322 73.963811) + (xy 198.212537 74.073249) (xy 198.073249 74.212537) (xy 197.963811 74.376322) (xy 197.888429 74.558311) + (xy 197.85 74.751509) (xy 197.85 74.948491) (xy 197.888429 75.141689) (xy 197.963811 75.323678) + (xy 198.073249 75.487463) (xy 198.100001 75.514215) (xy 198.1 82.043173) (xy 198.096373 82.08) (xy 198.1 82.116827) + (xy 198.1 82.116834) (xy 198.110853 82.227025) (xy 198.153739 82.3684) (xy 198.223381 82.498692) + (xy 198.317105 82.612895) (xy 198.34572 82.636379) (xy 201.463626 85.754286) (xy 201.487105 85.782895) + (xy 201.601307 85.876619) (xy 201.731599 85.946261) (xy 201.872974 85.989147) (xy 201.983165 86) + (xy 201.983172 86) (xy 202.02 86.003627) (xy 202.056827 86) (xy 202.967097 86) (xy 202.967097 86.1) + (xy 202.978682 86.217621) (xy 203.01299 86.330721) (xy 203.068704 86.434955) (xy 203.143683 86.526317) + (xy 203.235045 86.601296) (xy 203.339279 86.65701) (xy 203.452379 86.691318) (xy 203.57 86.702903) + (xy 205.27 86.702903) (xy 205.387621 86.691318) (xy 205.500721 86.65701) (xy 205.604955 86.601296) + (xy 205.696317 86.526317) (xy 205.771296 86.434955) (xy 205.82701 86.330721) (xy 205.861318 86.217621) + (xy 205.862725 86.203335) (xy 206.035679 86.376289) (xy 206.273167 86.534973) (xy 206.537051 86.644277) + (xy 206.817187 86.7) (xy 207.102813 86.7) (xy 207.382949 86.644277) (xy 207.646833 86.534973) (xy 207.884321 86.376289) + (xy 208.086289 86.174321) (xy 208.23 85.959242) (xy 208.373711 86.174321) (xy 208.575679 86.376289) + (xy 208.813167 86.534973) (xy 209.077051 86.644277) (xy 209.357187 86.7) (xy 209.642813 86.7) (xy 209.922949 86.644277) + (xy 210.186833 86.534973) (xy 210.424321 86.376289) (xy 210.626289 86.174321) (xy 210.77 85.959242) + (xy 210.913711 86.174321) (xy 211.115679 86.376289) (xy 211.353167 86.534973) (xy 211.617051 86.644277) + (xy 211.897187 86.7) (xy 212.182813 86.7) (xy 212.462949 86.644277) (xy 212.726833 86.534973) (xy 212.964321 86.376289) + (xy 213.166289 86.174321) (xy 213.324973 85.936833) (xy 213.434277 85.672949) (xy 213.49 85.392813) + (xy 213.49 85.107187) (xy 213.434277 84.827051) (xy 213.324973 84.563167) (xy 213.166289 84.325679) + (xy 212.964321 84.123711) (xy 212.726833 83.965027) (xy 212.462949 83.855723) (xy 212.182813 83.8) + (xy 212.002081 83.8) (xy 210.880566 82.678486) (xy 210.853948 82.646052) (xy 210.742184 82.554329) + (xy 210.776317 82.526317) (xy 210.851296 82.434955) (xy 210.90701 82.330721) (xy 210.941318 82.217621) + (xy 210.942725 82.203335) (xy 211.115679 82.376289) (xy 211.353167 82.534973) (xy 211.617051 82.644277) + (xy 211.897187 82.7) (xy 212.182813 82.7) (xy 212.462949 82.644277) (xy 212.726833 82.534973) (xy 212.964321 82.376289) + (xy 213.166289 82.174321) (xy 213.324973 81.936833) (xy 213.434277 81.672949) (xy 213.49 81.392813) + (xy 213.49 81.107187) (xy 213.434277 80.827051) (xy 213.324973 80.563167) (xy 213.166289 80.325679) + (xy 212.964321 80.123711) (xy 212.765 79.990529) (xy 212.765 74.255918) (xy 220.928049 74.255918) + (xy 220.928049 74.4529) (xy 220.966478 74.646098) (xy 221.04186 74.828087) (xy 221.151298 74.991872) + (xy 221.17805 75.018624) (xy 221.178049 80.791222) (xy 221.174422 80.828049) (xy 221.178049 80.864876) + (xy 221.178049 80.864883) (xy 221.188902 80.975074) (xy 221.231788 81.116449) (xy 221.30143 81.246741) + (xy 221.395154 81.360944) (xy 221.423769 81.384428) (xy 225.793626 85.754286) (xy 225.794916 85.755857) + (xy 225.811069 85.809108) (xy 225.88873 85.954403) (xy 225.993245 86.081755) (xy 226.120597 86.18627) + (xy 226.265892 86.263931) (xy 226.423546 86.311755) (xy 226.5875 86.327903) (xy 227.1625 86.327903) + (xy 227.326454 86.311755) (xy 227.484108 86.263931) (xy 227.629403 86.18627) (xy 227.75 86.087299) + (xy 227.870597 86.18627) (xy 228.015892 86.263931) (xy 228.173546 86.311755) (xy 228.3375 86.327903) + (xy 228.9125 86.327903) (xy 229.076454 86.311755) (xy 229.234108 86.263931) (xy 229.298504 86.229511) + (xy 229.401509 86.25) (xy 229.598491 86.25) (xy 229.791689 86.211571) (xy 229.973678 86.136189) + (xy 230.137463 86.026751) (xy 230.276751 85.887463) (xy 230.386189 85.723678) (xy 230.461571 85.541689) + (xy 230.5 85.348491) (xy 230.5 85.151509) (xy 230.461571 84.958311) (xy 230.386189 84.776322) (xy 230.276751 84.612537) + (xy 230.164214 84.5) (xy 230.276751 84.387463) (xy 230.386189 84.223678) (xy 230.461571 84.041689) + (xy 230.5 83.848491) (xy 230.5 83.651509) (xy 230.461571 83.458311) (xy 230.386189 83.276322) (xy 230.276751 83.112537) + (xy 230.164214 83) (xy 230.276751 82.887463) (xy 230.386189 82.723678) (xy 230.461571 82.541689) + (xy 230.5 82.348491) (xy 230.5 82.151509) (xy 230.461571 81.958311) (xy 230.386189 81.776322) (xy 230.276751 81.612537) + (xy 230.164214 81.5) (xy 230.276751 81.387463) (xy 230.386189 81.223678) (xy 230.461571 81.041689) + (xy 230.5 80.848491) (xy 230.5 80.651509) (xy 230.461571 80.458311) (xy 230.386189 80.276322) (xy 230.276751 80.112537) + (xy 230.164214 80) (xy 230.276751 79.887463) (xy 230.386189 79.723678) (xy 230.461571 79.541689) + (xy 230.5 79.348491) (xy 230.5 79.151509) (xy 230.461571 78.958311) (xy 230.386189 78.776322) (xy 230.276751 78.612537) + (xy 230.164214 78.5) (xy 230.276751 78.387463) (xy 230.386189 78.223678) (xy 230.461571 78.041689) + (xy 230.5 77.848491) (xy 230.5 77.651509) (xy 230.461571 77.458311) (xy 230.386189 77.276322) (xy 230.276751 77.112537) + (xy 230.137463 76.973249) (xy 229.973678 76.863811) (xy 229.791689 76.788429) (xy 229.598491 76.75) + (xy 229.401509 76.75) (xy 229.298504 76.770489) (xy 229.234108 76.736069) (xy 229.076454 76.688245) + (xy 228.9125 76.672097) (xy 228.3375 76.672097) (xy 228.173546 76.688245) (xy 228.071803 76.719108) + (xy 228.100031 76.577197) (xy 228.100031 76.380215) (xy 228.061602 76.187017) (xy 227.98622 76.005028) + (xy 227.876782 75.841243) (xy 227.737494 75.701955) (xy 227.573709 75.592517) (xy 227.39172 75.517135) + (xy 227.198522 75.478706) (xy 227.00154 75.478706) (xy 226.808342 75.517135) (xy 226.626353 75.592517) + (xy 226.462568 75.701955) (xy 226.32328 75.841243) (xy 226.213842 76.005028) (xy 226.13846 76.187017) + (xy 226.100031 76.380215) (xy 226.100031 76.577197) (xy 226.122641 76.690865) (xy 226.121373 76.703737) + (xy 226.125001 76.740574) (xy 226.125001 76.811376) (xy 226.120597 76.81373) (xy 225.993245 76.918245) + (xy 225.88873 77.045597) (xy 225.811069 77.190892) (xy 225.763245 77.348546) (xy 225.747097 77.5125) + (xy 225.747097 77.9875) (xy 225.763245 78.151454) (xy 225.79646 78.26095) (xy 225.658313 78.288429) + (xy 225.476324 78.363811) (xy 225.312539 78.473249) (xy 225.199991 78.585797) (xy 225.199991 78.047802) + (xy 225.226742 78.021051) (xy 225.33618 77.857266) (xy 225.411562 77.675277) (xy 225.449991 77.482079) + (xy 225.449991 77.285097) (xy 225.411562 77.091899) (xy 225.33618 76.90991) (xy 225.226742 76.746125) + (xy 225.087454 76.606837) (xy 224.923669 76.497399) (xy 224.74168 76.422017) (xy 224.548482 76.383588) + (xy 224.3515 76.383588) (xy 224.3 76.393832) (xy 224.3 75.545997) (xy 224.323678 75.536189) (xy 224.487463 75.426751) + (xy 224.626751 75.287463) (xy 224.736189 75.123678) (xy 224.811571 74.941689) (xy 224.85 74.748491) + (xy 224.85 74.551509) (xy 224.811571 74.358311) (xy 224.736189 74.176322) (xy 224.626751 74.012537) + (xy 224.487463 73.873249) (xy 224.323678 73.763811) (xy 224.141689 73.688429) (xy 223.948491 73.65) + (xy 223.751509 73.65) (xy 223.558311 73.688429) (xy 223.376322 73.763811) (xy 223.212537 73.873249) + (xy 223.073249 74.012537) (xy 222.963811 74.176322) (xy 222.928049 74.262659) (xy 222.928049 74.255918) + (xy 222.88962 74.06272) (xy 222.814238 73.880731) (xy 222.7048 73.716946) (xy 222.565512 73.577658) + (xy 222.401727 73.46822) (xy 222.219738 73.392838) (xy 222.02654 73.354409) (xy 221.829558 73.354409) + (xy 221.63636 73.392838) (xy 221.454371 73.46822) (xy 221.290586 73.577658) (xy 221.151298 73.716946) + (xy 221.04186 73.880731) (xy 220.966478 74.06272) (xy 220.928049 74.255918) (xy 212.765 74.255918) + (xy 212.765 72.901509) (xy 228.45 72.901509) (xy 228.45 73.098491) (xy 228.488429 73.291689) (xy 228.563811 73.473678) + (xy 228.673249 73.637463) (xy 228.812537 73.776751) (xy 228.976322 73.886189) (xy 229.158311 73.961571) + (xy 229.351509 74) (xy 229.548491 74) (xy 229.741689 73.961571) (xy 229.923678 73.886189) (xy 230.087463 73.776751) + (xy 230.226751 73.637463) (xy 230.336189 73.473678) (xy 230.411571 73.291689) (xy 230.45 73.098491) + (xy 230.45 72.901509) (xy 230.411571 72.708311) (xy 230.336189 72.526322) (xy 230.226751 72.362537) + (xy 230.087463 72.223249) (xy 229.923678 72.113811) (xy 229.741689 72.038429) (xy 229.548491 72) + (xy 229.351509 72) (xy 229.158311 72.038429) (xy 228.976322 72.113811) (xy 228.812537 72.223249) + (xy 228.673249 72.362537) (xy 228.563811 72.526322) (xy 228.488429 72.708311) (xy 228.45 72.901509) + (xy 212.765 72.901509) (xy 212.765 67.901509) (xy 228.45 67.901509) (xy 228.45 68.098491) (xy 228.488429 68.291689) + (xy 228.563811 68.473678) (xy 228.673249 68.637463) (xy 228.812537 68.776751) (xy 228.976322 68.886189) + (xy 229.158311 68.961571) (xy 229.351509 69) (xy 229.548491 69) (xy 229.741689 68.961571) (xy 229.923678 68.886189) + (xy 230.087463 68.776751) (xy 230.226751 68.637463) (xy 230.336189 68.473678) (xy 230.411571 68.291689) + (xy 230.45 68.098491) (xy 230.45 67.901509) (xy 230.411571 67.708311) (xy 230.336189 67.526322) + (xy 230.226751 67.362537) (xy 230.087463 67.223249) (xy 229.923678 67.113811) (xy 229.741689 67.038429) + (xy 229.548491 67) (xy 229.351509 67) (xy 229.158311 67.038429) (xy 228.976322 67.113811) (xy 228.812537 67.223249) + (xy 228.673249 67.362537) (xy 228.563811 67.526322) (xy 228.488429 67.708311) (xy 228.45 67.901509) + (xy 212.765 67.901509) (xy 212.765 65.962863) (xy 213.779455 66.977318) (xy 213.802151 67.004973) + (xy 213.829806 67.027669) (xy 213.829808 67.027671) (xy 213.873845 67.063811) (xy 213.912546 67.095572) + (xy 214.038495 67.162894) (xy 214.175158 67.20435) (xy 214.281676 67.214841) (xy 214.281685 67.214841) + (xy 214.317282 67.218347) (xy 214.352879 67.214841) (xy 217.010807 67.214841) (xy 217.062558 67.266592) + (xy 217.226343 67.37603) (xy 217.408332 67.451412) (xy 217.60153 67.489841) (xy 217.798512 67.489841) + (xy 217.99171 67.451412) (xy 218.173699 67.37603) (xy 218.337484 67.266592) (xy 218.476772 67.127304) + (xy 218.58621 66.963519) (xy 218.661592 66.78153) (xy 218.700021 66.588332) (xy 218.700021 66.39135) + (xy 218.661592 66.198152) (xy 218.58621 66.016163) (xy 218.476772 65.852378) (xy 218.337484 65.71309) + (xy 218.173699 65.603652) (xy 217.99171 65.52827) (xy 217.798512 65.489841) (xy 217.60153 65.489841) + (xy 217.408332 65.52827) (xy 217.226343 65.603652) (xy 217.062558 65.71309) (xy 217.010807 65.764841) + (xy 214.617588 65.764841) (xy 214.10565 65.252903) (xy 214.4875 65.252903) (xy 214.651454 65.236755) + (xy 214.809108 65.188931) (xy 214.954403 65.11127) (xy 215.081755 65.006755) (xy 215.125 64.954061) + (xy 215.168245 65.006755) (xy 215.295597 65.11127) (xy 215.440892 65.188931) (xy 215.598546 65.236755) + (xy 215.7625 65.252903) (xy 216.2375 65.252903) (xy 216.401454 65.236755) (xy 216.559108 65.188931) + (xy 216.704403 65.11127) (xy 216.831755 65.006755) (xy 216.93627 64.879403) (xy 216.948901 64.855771) + (xy 217.062558 64.969428) (xy 217.226343 65.078866) (xy 217.408332 65.154248) (xy 217.60153 65.192677) + (xy 217.798512 65.192677) (xy 217.99171 65.154248) (xy 218.173699 65.078866) (xy 218.337484 64.969428) + (xy 218.476772 64.83014) (xy 218.58621 64.666355) (xy 218.661592 64.484366) (xy 218.700021 64.291168) + (xy 218.700021 64.094186) (xy 218.661592 63.900988) (xy 218.58621 63.718999) (xy 218.476772 63.555214) + (xy 218.337484 63.415926) (xy 218.173699 63.306488) (xy 217.99171 63.231106) (xy 217.798512 63.192677) + (xy 217.60153 63.192677) (xy 217.408332 63.231106) (xy 217.226343 63.306488) (xy 217.086393 63.4) + (xy 216.951986 63.4) (xy 216.93627 63.370597) (xy 216.831755 63.243245) (xy 216.704403 63.13873) + (xy 216.559108 63.061069) (xy 216.401454 63.013245) (xy 216.2375 62.997097) (xy 215.7625 62.997097) + (xy 215.598546 63.013245) (xy 215.440892 63.061069) (xy 215.295597 63.13873) (xy 215.168245 63.243245) + (xy 215.125 63.295939) (xy 215.087299 63.25) (xy 215.18627 63.129403) (xy 215.263931 62.984108) + (xy 215.311755 62.826454) (xy 215.327903 62.6625) (xy 215.327903 62.357756) (xy 215.639226 62.046433) + (xy 227.8 62.046433) (xy 227.8 62.233567) (xy 227.836508 62.417105) (xy 227.908121 62.589994) (xy 228.012087 62.74559) + (xy 228.14441 62.877913) (xy 228.300006 62.981879) (xy 228.472895 63.053492) (xy 228.656433 63.09) + (xy 228.843567 63.09) (xy 229.027105 63.053492) (xy 229.199994 62.981879) (xy 229.35559 62.877913) + (xy 229.487913 62.74559) (xy 229.591879 62.589994) (xy 229.663492 62.417105) (xy 229.7 62.233567) + (xy 229.7 62.046433) (xy 229.663492 61.862895) (xy 229.591879 61.690006) (xy 229.487913 61.53441) + (xy 229.470722 61.517219) (xy 229.481675 61.509901) (xy 229.620963 61.370613) (xy 229.730401 61.206828) + (xy 229.805783 61.024839) (xy 229.844212 60.831641) (xy 229.844212 60.758455) (xy 229.987477 60.61519) + (xy 230.015132 60.592494) (xy 230.040052 60.56213) (xy 230.105731 60.482099) (xy 230.173053 60.35615) + (xy 230.180096 60.332931) (xy 230.214509 60.219487) (xy 230.225 60.112969) (xy 230.225 60.11296) + (xy 230.228506 60.077363) (xy 230.225 60.041766) (xy 230.225 59.439214) (xy 230.276751 59.387463) + (xy 230.386189 59.223678) (xy 230.461571 59.041689) (xy 230.5 58.848491) (xy 230.5 58.651509) (xy 230.461571 58.458311) + (xy 230.386189 58.276322) (xy 230.276751 58.112537) (xy 230.137463 57.973249) (xy 229.973678 57.863811) + (xy 229.791689 57.788429) (xy 229.598491 57.75) (xy 229.401509 57.75) (xy 229.208311 57.788429) + (xy 229.026322 57.863811) (xy 228.862537 57.973249) (xy 228.723249 58.112537) (xy 228.613811 58.276322) + (xy 228.538429 58.458311) (xy 228.5 58.651509) (xy 228.5 58.848491) (xy 228.538429 59.041689) (xy 228.613811 59.223678) + (xy 228.723249 59.387463) (xy 228.775001 59.439215) (xy 228.775001 59.73315) (xy 228.745721 59.73315) + (xy 228.552523 59.771579) (xy 228.370534 59.846961) (xy 228.206749 59.956399) (xy 228.067461 60.095687) + (xy 227.958023 60.259472) (xy 227.882641 60.441461) (xy 227.844212 60.634659) (xy 227.844212 60.831641) + (xy 227.882641 61.024839) (xy 227.958023 61.206828) (xy 228.067461 61.370613) (xy 228.121673 61.424825) + (xy 228.012087 61.53441) (xy 227.908121 61.690006) (xy 227.836508 61.862895) (xy 227.8 62.046433) + (xy 215.639226 62.046433) (xy 215.68565 62.00001) (xy 216.463163 62.00001) (xy 216.49999 62.003637) + (xy 216.536817 62.00001) (xy 216.536825 62.00001) (xy 216.647016 61.989157) (xy 216.788391 61.946271) + (xy 216.918683 61.876629) (xy 217.032885 61.782905) (xy 217.056369 61.75429) (xy 217.32929 61.481369) + (xy 217.357905 61.457885) (xy 217.451629 61.343683) (xy 217.521271 61.213391) (xy 217.564157 61.072016) + (xy 217.57501 60.961825) (xy 217.57501 60.961818) (xy 217.578637 60.92499) (xy 217.57501 60.888162) + (xy 217.57501 59.861838) (xy 217.578637 59.82501) (xy 217.57501 59.788182) (xy 217.57501 59.788175) + (xy 217.564157 59.677984) (xy 217.521271 59.536609) (xy 217.451629 59.406317) (xy 217.357905 59.292115) + (xy 217.329292 59.268633) (xy 217.056379 58.99572) (xy 217.032895 58.967105) (xy 216.918693 58.873381) + (xy 216.788401 58.803739) (xy 216.647026 58.760853) (xy 216.536835 58.75) (xy 216.536827 58.75) + (xy 216.5 58.746373) (xy 216.463173 58.75) (xy 215.327903 58.75) (xy 215.327903 58.3375) (xy 215.324497 58.302916) + (xy 215.40641 58.221003) (xy 215.515848 58.057218) (xy 215.59123 57.875229) (xy 215.629659 57.682031) + (xy 215.629659 57.485049) (xy 215.59123 57.291851) (xy 215.515848 57.109862) (xy 215.40641 56.946077) + (xy 215.267122 56.806789) (xy 215.103337 56.697351) (xy 214.921348 56.621969) (xy 214.72815 56.58354) + (xy 214.58665 56.58354) (xy 214.586199 56.58245) (xy 214.476761 56.418665) (xy 214.337473 56.279377) + (xy 214.318101 56.266433) (xy 227.8 56.266433) (xy 227.8 56.453567) (xy 227.836508 56.637105) (xy 227.908121 56.809994) + (xy 228.012087 56.96559) (xy 228.14441 57.097913) (xy 228.300006 57.201879) (xy 228.472895 57.273492) + (xy 228.656433 57.31) (xy 228.843567 57.31) (xy 229.027105 57.273492) (xy 229.199994 57.201879) + (xy 229.35559 57.097913) (xy 229.487913 56.96559) (xy 229.591879 56.809994) (xy 229.663492 56.637105) + (xy 229.7 56.453567) (xy 229.7 56.266433) (xy 229.663492 56.082895) (xy 229.591879 55.910006) (xy 229.487913 55.75441) + (xy 229.35559 55.622087) (xy 229.199994 55.518121) (xy 229.027105 55.446508) (xy 228.843567 55.41) + (xy 228.656433 55.41) (xy 228.472895 55.446508) (xy 228.300006 55.518121) (xy 228.14441 55.622087) + (xy 228.012087 55.75441) (xy 227.908121 55.910006) (xy 227.836508 56.082895) (xy 227.8 56.266433) + (xy 214.318101 56.266433) (xy 214.173688 56.169939) (xy 213.991699 56.094557) (xy 213.798501 56.056128) + (xy 213.601519 56.056128) (xy 213.408321 56.094557) (xy 213.226332 56.169939) (xy 213.062547 56.279377) + (xy 212.923259 56.418665) (xy 212.813821 56.58245) (xy 212.738439 56.764439) (xy 212.70001 56.957637) + (xy 212.70001 56.995467) (xy 212.648425 57.047052) (xy 212.640512 57.040558) (xy 212.518989 56.975602) + (xy 212.38713 56.935603) (xy 212.25 56.922097) (xy 210.975 56.922097) (xy 210.83787 56.935603) (xy 210.707996 56.975) + (xy 210.208833 56.975) (xy 210.172006 56.971373) (xy 210.135178 56.975) (xy 210.135171 56.975) (xy 210.02498 56.985853) + (xy 209.883605 57.028739) (xy 209.841942 57.051008) (xy 209.747507 57.051008) (xy 209.682203 57.063998) + (xy 209.641996 56.966929) (xy 209.532558 56.803144) (xy 209.39327 56.663856) (xy 209.229485 56.554418) + (xy 209.047496 56.479036) (xy 208.854298 56.440607) (xy 208.657316 56.440607) (xy 208.464118 56.479036) + (xy 208.282129 56.554418) (xy 208.118344 56.663856) (xy 207.979056 56.803144) (xy 207.869618 56.966929) + (xy 207.794236 57.148918) (xy 207.782249 57.209184) (xy 207.677371 57.230045) (xy 207.495382 57.305427) + (xy 207.331597 57.414865) (xy 207.298106 57.448356) (xy 207.256349 57.452469) (xy 207.208098 57.467106) + (xy 207.187742 57.4) (xy 207.214397 57.31213) (xy 207.227903 57.175) (xy 207.227903 56.975) (xy 207.214397 56.83787) + (xy 207.174398 56.706011) (xy 207.109442 56.584488) (xy 207.022027 56.477973) (xy 206.915512 56.390558) + (xy 206.793989 56.325602) (xy 206.66213 56.285603) (xy 206.525 56.272097) (xy 205.25 56.272097) + (xy 205.11287 56.285603) (xy 204.982996 56.325) (xy 202.27384 56.325) (xy 202.237012 56.321373) + (xy 202.200184 56.325) (xy 202.200177 56.325) (xy 202.089986 56.335853) (xy 201.948611 56.378739) + (xy 201.818319 56.448381) (xy 201.704117 56.542105) (xy 201.680638 56.570714) (xy 198.670694 59.580659) + (xy 198.642085 59.604138) (xy 198.618606 59.632747) (xy 198.618603 59.63275) (xy 198.597967 59.657895) + (xy 198.548361 59.71834) (xy 198.518468 59.774266) (xy 198.478718 59.848633) (xy 198.435832 59.990008) + (xy 198.421352 60.137033) (xy 198.42498 60.17387) (xy 198.424979 67.056181) (xy 198.403741 67.095914) + (xy 198.360855 67.237289) (xy 198.356742 67.279046) (xy 198.323251 67.312537) (xy 198.213813 67.476322) + (xy 198.138431 67.658311) (xy 198.100002 67.851509) (xy 198.100002 68.048491) (xy 198.138431 68.241689) + (xy 198.213813 68.423678) (xy 198.323251 68.587463) (xy 198.462539 68.726751) (xy 198.626324 68.836189) + (xy 198.808313 68.911571) (xy 198.875201 68.924876) (xy 198.850012 69.051509) (xy 198.850012 69.248491) + (xy 198.888441 69.441689) (xy 198.963823 69.623678) (xy 199.073261 69.787463) (xy 199.166859 69.881061) + (xy 198.13767 70.910249) (xy 197.865256 70.764641) (xy 197.563655 70.673151) (xy 197.328597 70.65) + (xy 195.828596 70.65) (xy 195.75 70.642259) (xy 195.671403 70.65) (xy 195.436345 70.673151) (xy 195.134744 70.764641) + (xy 194.856787 70.913212) (xy 194.613155 71.113155) (xy 194.413212 71.356787) (xy 194.33767 71.498116) + (xy 194.223249 71.612537) (xy 194.113811 71.776322) (xy 194.038429 71.958311) (xy 194 72.151509) + (xy 194 72.348491) (xy 194.038429 72.541689) (xy 194.113811 72.723678) (xy 194.15 72.777839) (xy 194.150001 75.587257) + (xy 191.563458 78.1738) (xy 191.473678 78.113811) (xy 191.291689 78.038429) (xy 191.098491 78) (xy 190.901509 78) + (xy 190.708311 78.038429) (xy 190.526322 78.113811) (xy 190.5 78.131399) (xy 190.473678 78.113811) + (xy 190.291689 78.038429) (xy 190.098491 78) (xy 189.901509 78) (xy 189.708311 78.038429) (xy 189.526322 78.113811) + (xy 189.5 78.131399) (xy 189.473678 78.113811) (xy 189.291689 78.038429) (xy 189.098491 78) (xy 188.901509 78) + (xy 188.708311 78.038429) (xy 188.7 78.041872) (xy 188.7 74.958128) (xy 188.708311 74.961571) (xy 188.901509 75) + (xy 189.098491 75) (xy 189.291689 74.961571) (xy 189.473678 74.886189) (xy 189.5 74.868601) (xy 189.526322 74.886189) + (xy 189.708311 74.961571) (xy 189.901509 75) (xy 190.098491 75) (xy 190.291689 74.961571) (xy 190.473678 74.886189) + (xy 190.5 74.868601) (xy 190.526322 74.886189) (xy 190.708311 74.961571) (xy 190.901509 75) (xy 191.098491 75) + (xy 191.291689 74.961571) (xy 191.473678 74.886189) (xy 191.637463 74.776751) (xy 191.776751 74.637463) + (xy 191.886189 74.473678) (xy 191.961571 74.291689) (xy 192 74.098491) (xy 192 73.901509) (xy 191.961571 73.708311) + (xy 191.886189 73.526322) (xy 191.868601 73.5) (xy 191.886189 73.473678) (xy 191.961571 73.291689) + (xy 192 73.098491) (xy 192 72.901509) (xy 191.961571 72.708311) (xy 191.886189 72.526322) (xy 191.868601 72.5) + (xy 191.886189 72.473678) (xy 191.961571 72.291689) (xy 192 72.098491) (xy 192 71.901509) (xy 191.961571 71.708311) + (xy 191.886189 71.526322) (xy 191.776751 71.362537) (xy 191.637463 71.223249) (xy 191.473678 71.113811) + (xy 191.291689 71.038429) (xy 191.098491 71) (xy 190.901509 71) (xy 190.708311 71.038429) (xy 190.526322 71.113811) + (xy 190.5 71.131399) (xy 190.473678 71.113811) (xy 190.291689 71.038429) (xy 190.098491 71) (xy 189.901509 71) + (xy 189.708311 71.038429) (xy 189.526322 71.113811) (xy 189.5 71.131399) (xy 189.473678 71.113811) + (xy 189.291689 71.038429) (xy 189.098491 71) (xy 188.901509 71) (xy 188.708311 71.038429) (xy 188.7 71.041872) + (xy 188.7 68.958128) (xy 188.708311 68.961571) (xy 188.901509 69) (xy 189.098491 69) (xy 189.291689 68.961571) + (xy 189.473678 68.886189) (xy 189.5 68.868601) (xy 189.526322 68.886189) (xy 189.708311 68.961571) + (xy 189.901509 69) (xy 190.098491 69) (xy 190.291689 68.961571) (xy 190.473678 68.886189) (xy 190.5 68.868601) + (xy 190.526322 68.886189) (xy 190.708311 68.961571) (xy 190.901509 69) (xy 191.098491 69) (xy 191.291689 68.961571) + (xy 191.473678 68.886189) (xy 191.637463 68.776751) (xy 191.776751 68.637463) (xy 191.886189 68.473678) + (xy 191.961571 68.291689) (xy 192 68.098491) (xy 192 67.901509) (xy 191.961571 67.708311) (xy 191.886189 67.526322) + (xy 191.868601 67.5) (xy 191.886189 67.473678) (xy 191.961571 67.291689) (xy 192 67.098491) (xy 192 66.901509) + (xy 191.961571 66.708311) (xy 191.886189 66.526322) (xy 191.868601 66.5) (xy 191.886189 66.473678) + (xy 191.961571 66.291689) (xy 192 66.098491) (xy 192 65.901509) (xy 191.961571 65.708311) (xy 191.886189 65.526322) + (xy 191.776751 65.362537) (xy 191.637463 65.223249) (xy 191.473678 65.113811) (xy 191.291689 65.038429) + (xy 191.098491 65) (xy 190.901509 65) (xy 190.708311 65.038429) (xy 190.526322 65.113811) (xy 190.5 65.131399) + (xy 190.473678 65.113811) (xy 190.291689 65.038429) (xy 190.098491 65) (xy 189.901509 65) (xy 189.708311 65.038429) + (xy 189.526322 65.113811) (xy 189.5 65.131399) (xy 189.473678 65.113811) (xy 189.291689 65.038429) + (xy 189.098491 65) (xy 188.901509 65) (xy 188.708311 65.038429) (xy 188.7 65.041872) (xy 188.7 61.958128) + (xy 188.708311 61.961571) (xy 188.901509 62) (xy 189.098491 62) (xy 189.291689 61.961571) (xy 189.473678 61.886189) + (xy 189.5 61.868601) (xy 189.526322 61.886189) (xy 189.708311 61.961571) (xy 189.901509 62) (xy 190.098491 62) + (xy 190.291689 61.961571) (xy 190.473678 61.886189) (xy 190.5 61.868601) (xy 190.526322 61.886189) + (xy 190.708311 61.961571) (xy 190.901509 62) (xy 191.098491 62) (xy 191.291689 61.961571) (xy 191.473678 61.886189) + (xy 191.637463 61.776751) (xy 191.776751 61.637463) (xy 191.886189 61.473678) (xy 191.961571 61.291689) + (xy 192 61.098491) (xy 192 60.901509) (xy 191.961571 60.708311) (xy 191.886189 60.526322) (xy 191.868601 60.5) + (xy 191.886189 60.473678) (xy 191.961571 60.291689) (xy 192 60.098491) (xy 192 59.901509) (xy 191.961571 59.708311) + (xy 191.886189 59.526322) (xy 191.868601 59.5) (xy 191.886189 59.473678) (xy 191.961571 59.291689) + (xy 192 59.098491) (xy 192 58.901509) (xy 191.961571 58.708311) (xy 191.886189 58.526322) (xy 191.776751 58.362537) + (xy 191.637463 58.223249) (xy 191.473678 58.113811) (xy 191.291689 58.038429) (xy 191.098491 58) + (xy 190.901509 58) (xy 190.708311 58.038429) (xy 190.526322 58.113811) (xy 190.5 58.131399) (xy 190.473678 58.113811) + (xy 190.291689 58.038429) (xy 190.098491 58) (xy 189.901509 58) (xy 189.708311 58.038429) (xy 189.526322 58.113811) + (xy 189.5 58.131399) (xy 189.473678 58.113811) (xy 189.291689 58.038429) (xy 189.098491 58) (xy 188.901509 58) + (xy 188.708311 58.038429) (xy 188.7 58.041872) (xy 188.7 54.034235) (xy 188.728051 53.748149) (xy 188.801194 53.505887) + (xy 188.919998 53.28245) (xy 189.07994 53.086342) (xy 189.274928 52.925033) (xy 189.49753 52.804673) + (xy 189.739275 52.72984) (xy 190.023186 52.7) (xy 204.564339 52.7) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 204.918245 67.506755) (xy 205.045597 67.61127) (xy 205.190892 67.688931) (xy 205.348546 67.736755) + (xy 205.5125 67.752903) (xy 205.855432 67.752903) (xy 205.923145 67.789097) (xy 206.083371 67.8377) + (xy 206.208251 67.85) (xy 206.208261 67.85) (xy 206.249999 67.854111) (xy 206.291737 67.85) (xy 207.652085 67.85) + (xy 207.673683 67.876317) (xy 207.765045 67.951296) (xy 207.869279 68.00701) (xy 207.902312 68.01703) + (xy 206.323723 69.59562) (xy 206.254403 69.53873) (xy 206.109108 69.461069) (xy 205.951454 69.413245) + (xy 205.7875 69.397097) (xy 205.3125 69.397097) (xy 205.148546 69.413245) (xy 204.990892 69.461069) + (xy 204.845597 69.53873) (xy 204.718245 69.643245) (xy 204.7 69.665477) (xy 204.687299 69.65) (xy 204.78627 69.529403) + (xy 204.863931 69.384108) (xy 204.911755 69.226454) (xy 204.927903 69.0625) (xy 204.927903 68.4875) + (xy 204.911755 68.323546) (xy 204.863931 68.165892) (xy 204.78627 68.020597) (xy 204.681755 67.893245) + (xy 204.6 67.82615) (xy 204.6 67.4) (xy 204.830634 67.4) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 201.418245 63.506755) (xy 201.545597 63.61127) (xy 201.690892 63.688931) (xy 201.848546 63.736755) + (xy 202.0125 63.752903) (xy 202.317422 63.752903) (xy 202.402017 63.822329) (xy 202.532309 63.891971) + (xy 202.673684 63.934857) (xy 202.783875 63.94571) (xy 202.783884 63.94571) (xy 202.820709 63.949337) + (xy 202.857534 63.94571) (xy 205.579963 63.94571) (xy 205.61679 63.949337) (xy 205.653617 63.94571) + (xy 205.653625 63.94571) (xy 205.763816 63.934857) (xy 205.905191 63.891971) (xy 206.035483 63.822329) + (xy 206.149685 63.728605) (xy 206.150261 63.727903) (xy 206.525 63.727903) (xy 206.636559 63.716915) + (xy 206.672059 63.80262) (xy 206.781497 63.966405) (xy 206.920785 64.105693) (xy 207.08457 64.215131) + (xy 207.266559 64.290513) (xy 207.459757 64.328942) (xy 207.656739 64.328942) (xy 207.800001 64.300446) + (xy 207.8 65.543174) (xy 207.796373 65.580002) (xy 207.8 65.616829) (xy 207.8 65.616836) (xy 207.810853 65.727027) + (xy 207.853739 65.868402) (xy 207.913209 65.979664) (xy 207.869279 65.99299) (xy 207.765045 66.048704) + (xy 207.673683 66.123683) (xy 207.652085 66.15) (xy 206.804612 66.15) (xy 206.763931 66.015892) + (xy 206.68627 65.870597) (xy 206.581755 65.743245) (xy 206.454403 65.63873) (xy 206.309108 65.561069) + (xy 206.151454 65.513245) (xy 205.9875 65.497097) (xy 205.5125 65.497097) (xy 205.348546 65.513245) + (xy 205.190892 65.561069) (xy 205.045597 65.63873) (xy 204.970939 65.7) (xy 203.741737 65.7) (xy 203.699999 65.695889) + (xy 203.658261 65.7) (xy 203.658251 65.7) (xy 203.533371 65.7123) (xy 203.373145 65.760903) (xy 203.225481 65.839832) + (xy 203.096052 65.946052) (xy 203.069439 65.97848) (xy 200.600012 68.447907) (xy 200.600012 67.626824) + (xy 200.603638 67.590007) (xy 200.600012 67.55319) (xy 200.600012 67.553173) (xy 200.589159 67.442982) + (xy 200.546273 67.301607) (xy 200.476631 67.171315) (xy 200.42499 67.108391) (xy 200.42499 63.752903) + (xy 200.7375 63.752903) (xy 200.901454 63.736755) (xy 201.059108 63.688931) (xy 201.204403 63.61127) + (xy 201.331755 63.506755) (xy 201.375 63.454061) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 203.06373 59.879403) (xy 203.168245 60.006755) (xy 203.295597 60.11127) (xy 203.440892 60.188931) + (xy 203.598546 60.236755) (xy 203.7625 60.252903) (xy 204.071946 60.252903) (xy 204.090257 60.26793) + (xy 204.131307 60.301619) (xy 204.261599 60.371261) (xy 204.402974 60.414147) (xy 204.513165 60.425) + (xy 204.513174 60.425) (xy 204.549999 60.428627) (xy 204.586824 60.425) (xy 204.714379 60.425) (xy 204.665558 60.484488) + (xy 204.600602 60.606011) (xy 204.560603 60.73787) (xy 204.547097 60.875) (xy 204.547097 61.075) + (xy 204.560603 61.21213) (xy 204.587258 61.3) (xy 204.560603 61.38787) (xy 204.547097 61.525) (xy 204.547097 61.725) + (xy 204.560603 61.86213) (xy 204.587258 61.95) (xy 204.560603 62.03787) (xy 204.547097 62.175) (xy 204.547097 62.375) + (xy 204.554061 62.44571) (xy 203.327903 62.44571) (xy 203.327903 62.3375) (xy 203.311755 62.173546) + (xy 203.263931 62.015892) (xy 203.18627 61.870597) (xy 203.081755 61.743245) (xy 202.954403 61.63873) + (xy 202.809108 61.561069) (xy 202.651454 61.513245) (xy 202.4875 61.497097) (xy 202.0125 61.497097) + (xy 201.848546 61.513245) (xy 201.690892 61.561069) (xy 201.545597 61.63873) (xy 201.418245 61.743245) + (xy 201.375 61.795939) (xy 201.337299 61.75) (xy 201.43627 61.629403) (xy 201.513931 61.484108) + (xy 201.561755 61.326454) (xy 201.577903 61.1625) (xy 201.577903 60.857756) (xy 202.56066 59.875) + (xy 203.061377 59.875) + ) + ) + ) + (zone + (net 21) + (net_name "/MID") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eb47651") + (hatch edge 0.508) + (priority 3) + (connect_pads yes + (clearance 1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 1) + (smoothing fillet) + ) + (polygon + (pts + (xy 117 64.5) (xy 136 64.5) (xy 136 76.75) (xy 127 76.75) (xy 127 82.5) (xy 117 82.5) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 127.617547 66.59) (xy 127.639307 66.810931) (xy 127.70375 67.023371) (xy 127.8084 67.219157) + (xy 127.949235 67.390765) (xy 128.120843 67.5316) (xy 128.316629 67.63625) (xy 128.529069 67.700693) + (xy 128.75 67.722453) (xy 134.75 67.722453) (xy 134.773 67.720188) (xy 134.773001 72.619812) (xy 134.75 72.617547) + (xy 128.75 72.617547) (xy 128.529069 72.639307) (xy 128.316629 72.70375) (xy 128.120843 72.8084) + (xy 127.949235 72.949235) (xy 127.8084 73.120843) (xy 127.70375 73.316629) (xy 127.639307 73.529069) + (xy 127.617547 73.75) (xy 127.617547 76.623) (xy 127 76.623) (xy 126.975224 76.62544) (xy 126.951399 76.632667) + (xy 126.929443 76.644403) (xy 126.910197 76.660197) (xy 126.894403 76.679443) (xy 126.882667 76.701399) + (xy 126.87544 76.725224) (xy 126.873 76.75) (xy 126.873 82.274811) (xy 126.807392 82.373) (xy 118.227 82.373) + (xy 118.227 75.57613) (xy 118.51881 75.771111) (xy 119.087888 76.006831) (xy 119.692017 76.127) + (xy 120.307983 76.127) (xy 120.912112 76.006831) (xy 121.48119 75.771111) (xy 121.993346 75.428899) + (xy 122.428899 74.993346) (xy 122.771111 74.48119) (xy 123.006831 73.912112) (xy 123.127 73.307983) + (xy 123.127 72.692017) (xy 123.006831 72.087888) (xy 122.771111 71.51881) (xy 122.428899 71.006654) + (xy 121.993346 70.571101) (xy 121.48119 70.228889) (xy 120.912112 69.993169) (xy 120.307983 69.873) + (xy 119.692017 69.873) (xy 119.087888 69.993169) (xy 118.51881 70.228889) (xy 118.227 70.42387) + (xy 118.227 64.627) (xy 127.617547 64.627) + ) + ) + ) + (zone + (net 23) + (net_name "/BP_B2+") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eb4765a") + (hatch edge 0.508) + (priority 3) + (connect_pads yes + (clearance 1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 1) + (smoothing fillet) + (radius 2) + ) + (polygon + (pts + (xy 37 31) (xy 37 83) (xy 70 83) (xy 70 77) (xy 54.5 77) (xy 54.5 59) (xy 70 59) (xy 70 31) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 37.705161 32.333456) (xy 37.461226 32.789827) (xy 37.311011 33.285018) (xy 37.26029 33.8) (xy 37.311011 34.314982) + (xy 37.461226 34.810173) (xy 37.705161 35.266544) (xy 38.033443 35.666557) (xy 38.433456 35.994839) + (xy 38.889827 36.238774) (xy 39.385018 36.388989) (xy 39.770952 36.427) (xy 41.029048 36.427) (xy 41.414982 36.388989) + (xy 41.910173 36.238774) (xy 42.366544 35.994839) (xy 42.766557 35.666557) (xy 43.094839 35.266544) + (xy 43.338774 34.810173) (xy 43.488989 34.314982) (xy 43.53971 33.8) (xy 43.488989 33.285018) (xy 43.338774 32.789827) + (xy 43.094839 32.333456) (xy 43.007473 32.227) (xy 68.773 32.227) (xy 68.773 57.736233) (xy 68.615409 57.630934) + (xy 68.282916 57.493211) (xy 67.929944 57.423) (xy 67.570056 57.423) (xy 67.217084 57.493211) (xy 67 57.58313) + (xy 66.782916 57.493211) (xy 66.429944 57.423) (xy 66.070056 57.423) (xy 65.717084 57.493211) (xy 65.5 57.58313) + (xy 65.282916 57.493211) (xy 64.929944 57.423) (xy 64.570056 57.423) (xy 64.217084 57.493211) (xy 64 57.58313) + (xy 63.782916 57.493211) (xy 63.429944 57.423) (xy 63.070056 57.423) (xy 62.717084 57.493211) (xy 62.5 57.58313) + (xy 62.282916 57.493211) (xy 61.929944 57.423) (xy 61.570056 57.423) (xy 61.217084 57.493211) (xy 61 57.58313) + (xy 60.782916 57.493211) (xy 60.429944 57.423) (xy 60.070056 57.423) (xy 59.717084 57.493211) (xy 59.5 57.58313) + (xy 59.282916 57.493211) (xy 58.929944 57.423) (xy 58.570056 57.423) (xy 58.217084 57.493211) (xy 58 57.58313) + (xy 57.782916 57.493211) (xy 57.429944 57.423) (xy 57.070056 57.423) (xy 56.717084 57.493211) (xy 56.384591 57.630934) + (xy 56.085355 57.830876) (xy 55.830876 58.085355) (xy 55.630934 58.384591) (xy 55.493211 58.717084) + (xy 55.423 59.070056) (xy 55.423 59.170455) (xy 55.357853 59.206028) (xy 55.34261 59.215824) (xy 55.114171 59.386832) + (xy 55.100476 59.398698) (xy 54.898698 59.600476) (xy 54.886832 59.614171) (xy 54.715824 59.84261) + (xy 54.706028 59.857853) (xy 54.569271 60.108305) (xy 54.561743 60.124788) (xy 54.462021 60.392153) + (xy 54.456916 60.409539) (xy 54.396259 60.688374) (xy 54.393681 60.70631) (xy 54.373324 60.99094) + (xy 54.373 61) (xy 54.373 75) (xy 54.373324 75.00906) (xy 54.393681 75.29369) (xy 54.396259 75.311626) + (xy 54.456916 75.590461) (xy 54.462021 75.607847) (xy 54.561743 75.875212) (xy 54.569271 75.891695) + (xy 54.706028 76.142147) (xy 54.715824 76.15739) (xy 54.886832 76.385829) (xy 54.898698 76.399524) + (xy 55.100476 76.601302) (xy 55.114171 76.613168) (xy 55.34261 76.784176) (xy 55.357853 76.793972) + (xy 55.608305 76.930729) (xy 55.624788 76.938257) (xy 55.892153 77.037979) (xy 55.909539 77.043084) + (xy 56.188374 77.103741) (xy 56.20631 77.106319) (xy 56.49094 77.126676) (xy 56.5 77.127) (xy 67.99547 77.127) + (xy 68.266504 77.146385) (xy 68.527593 77.203181) (xy 68.773001 77.294714) (xy 68.773001 82.705286) + (xy 68.527593 82.796819) (xy 68.266504 82.853615) (xy 67.99547 82.873) (xy 39.00453 82.873) (xy 38.733496 82.853615) + (xy 38.472407 82.796819) (xy 38.22206 82.703444) (xy 37.987555 82.575395) (xy 37.773662 82.415276) + (xy 37.584724 82.226338) (xy 37.424605 82.012445) (xy 37.296556 81.77794) (xy 37.203181 81.527593) + (xy 37.146385 81.266504) (xy 37.127 80.99547) (xy 37.127 33.00453) (xy 37.146385 32.733496) (xy 37.203181 32.472407) + (xy 37.294713 32.227) (xy 37.792527 32.227) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/batteryPack.kicad_pro b/tests/board_samples/kicad_8/batteryPack.kicad_pro index db539db4d..7f53951a6 100644 --- a/tests/board_samples/kicad_8/batteryPack.kicad_pro +++ b/tests/board_samples/kicad_8/batteryPack.kicad_pro @@ -3,14 +3,17 @@ "3dviewports": [], "design_settings": { "defaults": { - "board_outline_line_width": 0.19999999999999998, - "copper_line_width": 0.19999999999999998, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.2, + "copper_line_width": 0.2, "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, + "courtyard_line_width": 0.05, "dimension_precision": 4, "dimension_units": 3, "dimensions": { @@ -21,13 +24,13 @@ "text_position": 0, "units_format": 1 }, - "fab_line_width": 0.09999999999999999, + "fab_line_width": 0.1, "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.09999999999999999, + "other_line_width": 0.1, "other_text_italic": false, "other_text_size_h": 1.0, "other_text_size_v": 1.0, @@ -58,20 +61,27 @@ "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_symbol_mismatch": "warning", "footprint_type_mismatch": "error", "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", @@ -81,9 +91,14 @@ "padstack": "error", "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", @@ -102,24 +117,98 @@ "allow_microvias": false, "max_error": 0.005, "min_clearance": 0.0, - "min_copper_edge_clearance": 0.09999999999999999, + "min_connection": 0.0, + "min_copper_edge_clearance": 0.1, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.19999999999999998, - "min_microvia_drill": 0.09999999999999999, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, + "min_resolved_spokes": 2, "min_silk_clearance": 0.0, + "min_text_height": 0.8, + "min_text_thickness": 0.08, "min_through_hole_diameter": 0.3, - "min_track_width": 0.09999999999999999, - "min_via_annular_width": 0.049999999999999996, + "min_track_width": 0.1, + "min_via_annular_width": 0.05, "min_via_diameter": 0.35, + "solder_mask_to_copper_clearance": 0.0, "use_height_for_length_calcs": true }, + "teardrop_options": [ + { + "td_onpadsmd": true, + "td_onroundshapesonly": false, + "td_ontrackend": false, + "td_onviapad": true + } + ], + "teardrop_parameters": [ + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_round_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_rect_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_track_end", + "td_width_to_size_filter_ratio": 0.9 + } + ], "track_widths": [ 0.0, 0.3, 0.5, 2.0 ], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [ { "diameter": 0.0, @@ -137,6 +226,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -395,14 +491,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -416,6 +573,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 0.0, "text_offset_ratio": 0.08 }, @@ -441,6 +603,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -448,7 +611,7 @@ "sheets": [ [ "866b5b99-f202-4624-b829-b8d6114498e7", - "" + "Root" ] ], "text_variables": {} diff --git a/tests/board_samples/kicad_8/batteryPack.kicad_sch b/tests/board_samples/kicad_8/batteryPack.kicad_sch index 166f96af4..4020fc0a5 100644 --- a/tests/board_samples/kicad_8/batteryPack.kicad_sch +++ b/tests/board_samples/kicad_8/batteryPack.kicad_sch @@ -1,4036 +1,10868 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 866b5b99-f202-4624-b829-b8d6114498e7) - - (paper "A4") - - (lib_symbols - (symbol "Connector:USB_B_Micro" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (at -5.08 11.43 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "USB_B_Micro" (at -5.08 8.89 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 3.81 -1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 3.81 -1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "connector USB micro" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "USB Micro Type B connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "USB*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "USB_B_Micro_0_1" - (rectangle (start -5.08 -7.62) (end 5.08 7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (circle (center -3.81 2.159) (radius 0.635) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (circle (center -0.635 3.429) (radius 0.381) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.127 -7.62) (end 0.127 -6.858) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.905 2.159) - (xy 0.635 2.159) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.175 2.159) - (xy -2.54 2.159) - (xy -1.27 3.429) - (xy -0.635 3.429) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.54 2.159) - (xy -1.905 2.159) - (xy -1.27 0.889) - (xy 0 0.889) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 2.794) - (xy 0.635 1.524) - (xy 1.905 2.159) - (xy 0.635 2.794) - ) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -4.318 5.588) - (xy -1.778 5.588) - (xy -2.032 4.826) - (xy -4.064 4.826) - (xy -4.318 5.588) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -4.699 5.842) - (xy -4.699 5.588) - (xy -4.445 4.826) - (xy -4.445 4.572) - (xy -1.651 4.572) - (xy -1.651 4.826) - (xy -1.397 5.588) - (xy -1.397 5.842) - (xy -4.699 5.842) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 0.254 1.27) (end -0.508 0.508) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.08 -5.207) (end 4.318 -4.953) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 5.08 -2.667) (end 4.318 -2.413) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 5.08 -0.127) (end 4.318 0.127) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 5.08 4.953) (end 4.318 5.207) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "USB_B_Micro_1_1" - (pin power_out line (at 7.62 5.08 180) (length 2.54) - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 7.62 -2.54 180) (length 2.54) - (name "D-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 7.62 0 180) (length 2.54) - (name "D+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -5.08 180) (length 2.54) - (name "ID" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_out line (at 0 -10.16 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -2.54 -10.16 90) (length 2.54) - (name "Shield" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:USB_C_Receptacle_USB2.0" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (at -10.16 19.05 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "USB_C_Receptacle_USB2.0" (at 19.05 19.05 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 3.81 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (at 3.81 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "usb universal serial bus type-C USB2.0" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "USB 2.0-only Type-C Receptacle connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "USB*C*Receptacle*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "USB_C_Receptacle_USB2.0_0_0" - (rectangle (start -0.254 -17.78) (end 0.254 -16.764) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 -14.986) (end 9.144 -15.494) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 -12.446) (end 9.144 -12.954) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 -4.826) (end 9.144 -5.334) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 -2.286) (end 9.144 -2.794) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 0.254) (end 9.144 -0.254) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 2.794) (end 9.144 2.286) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 7.874) (end 9.144 7.366) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 10.414) (end 9.144 9.906) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 15.494) (end 9.144 14.986) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "USB_C_Receptacle_USB2.0_0_1" - (rectangle (start -10.16 17.78) (end 10.16 -17.78) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (arc (start -8.89 -3.81) (mid -6.985 -5.7067) (end -5.08 -3.81) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (arc (start -7.62 -3.81) (mid -6.985 -4.4423) (end -6.35 -3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -7.62 -3.81) (mid -6.985 -4.4423) (end -6.35 -3.81) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.62 -3.81) (end -6.35 3.81) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (arc (start -6.35 3.81) (mid -6.985 4.4423) (end -7.62 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -6.35 3.81) (mid -6.985 4.4423) (end -7.62 3.81) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (arc (start -5.08 3.81) (mid -6.985 5.7067) (end -8.89 3.81) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (circle (center -2.54 1.143) (radius 0.635) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (circle (center 0 -5.842) (radius 1.27) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -8.89 -3.81) - (xy -8.89 3.81) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -5.08 3.81) - (xy -5.08 -3.81) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -5.842) - (xy 0 4.318) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -3.302) - (xy -2.54 -0.762) - (xy -2.54 0.508) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -2.032) - (xy 2.54 0.508) - (xy 2.54 1.778) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 4.318) - (xy 0 6.858) - (xy 1.27 4.318) - (xy -1.27 4.318) - ) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.905 1.778) (end 3.175 3.048) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - ) - (symbol "USB_C_Receptacle_USB2.0_1_1" - (pin passive line (at 0 -22.86 90) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "A1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -22.86 90) (length 5.08) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "A12" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 15.24 15.24 180) (length 5.08) - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "A4" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 10.16 180) (length 5.08) - (name "CC1" (effects (font (size 1.27 1.27)))) - (number "A5" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -2.54 180) (length 5.08) - (name "D+" (effects (font (size 1.27 1.27)))) - (number "A6" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 2.54 180) (length 5.08) - (name "D-" (effects (font (size 1.27 1.27)))) - (number "A7" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -12.7 180) (length 5.08) - (name "SBU1" (effects (font (size 1.27 1.27)))) - (number "A8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 15.24 15.24 180) (length 5.08) hide - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "A9" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -22.86 90) (length 5.08) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "B1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -22.86 90) (length 5.08) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "B12" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 15.24 15.24 180) (length 5.08) hide - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "B4" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 7.62 180) (length 5.08) - (name "CC2" (effects (font (size 1.27 1.27)))) - (number "B5" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -5.08 180) (length 5.08) - (name "D+" (effects (font (size 1.27 1.27)))) - (number "B6" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 0 180) (length 5.08) - (name "D-" (effects (font (size 1.27 1.27)))) - (number "B7" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -15.24 180) (length 5.08) - (name "SBU2" (effects (font (size 1.27 1.27)))) - (number "B8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 15.24 15.24 180) (length 5.08) hide - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "B9" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -7.62 -22.86 90) (length 5.08) - (name "SHIELD" (effects (font (size 1.27 1.27)))) - (number "S1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Generic:Conn_01x01" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x01" (at 0 -2.54 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, single row, 01x01, 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*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x01_1_1" - (rectangle (start -1.27 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 1.27) (end 1.27 -1.27) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin passive line (at -5.08 0 0) (length 3.81) - (name "Pin_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Generic:Conn_01x03" (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" "Conn_01x03" (at 0 -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, single row, 01x03, 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*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x03_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 1.27 -3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (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)))) - ) - ) - ) - (symbol "Connector_Generic:Conn_01x05" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x05" (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" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x05, 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*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x05_1_1" - (rectangle (start -1.27 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (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 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 6.35) (end 1.27 -6.35) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin passive line (at -5.08 5.08 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 2.54 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 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 -5.08 -2.54 0) (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 -5.08 0) (length 3.81) - (name "Pin_5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED" (at 0 -2.54 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" "LED diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Light emitting diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LED_0_1" - (polyline - (pts - (xy -1.27 -1.27) - (xy -1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy 1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.27) - (xy 1.27 1.27) - (xy -1.27 0) - (xy 1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.048 -0.762) - (xy -4.572 -2.286) - (xy -3.81 -2.286) - (xy -4.572 -2.286) - (xy -4.572 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 -0.762) - (xy -3.302 -2.286) - (xy -2.54 -2.286) - (xy -3.302 -2.286) - (xy -3.302 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "LED_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (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 "MCU_ST_STM32F0:STM32F030F4Px" (in_bom yes) (on_board yes) - (property "Reference" "U" (at -10.16 16.51 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "STM32F030F4Px" (at 5.08 16.51 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" (at -10.16 -17.78 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - (property "Datasheet" "http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00088500.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "ARM Cortex-M0 STM32F0 STM32F0x0 Value Line" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "ARM Cortex-M0 MCU, 16KB flash, 4KB RAM, 48MHz, 2.4-3.6V, 15 GPIO, TSSOP-20" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "TSSOP*4.4x6.5mm*P0.65mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "STM32F030F4Px_0_1" - (rectangle (start -10.16 -17.78) (end 10.16 15.24) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "STM32F030F4Px_1_1" - (pin input line (at -12.7 7.62 0) (length 2.54) - (name "BOOT0" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 2.54 180) (length 2.54) - (name "PA4" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 0 180) (length 2.54) - (name "PA5" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -2.54 180) (length 2.54) - (name "PA6" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -5.08 180) (length 2.54) - (name "PA7" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -12.7 -15.24 0) (length 2.54) - (name "PB1" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -20.32 90) (length 2.54) - (name "VSS" (effects (font (size 1.27 1.27)))) - (number "15" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 17.78 270) (length 2.54) - (name "VDD" (effects (font (size 1.27 1.27)))) - (number "16" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -7.62 180) (length 2.54) - (name "PA9" (effects (font (size 1.27 1.27)))) - (number "17" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -10.16 180) (length 2.54) - (name "PA10" (effects (font (size 1.27 1.27)))) - (number "18" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -12.7 180) (length 2.54) - (name "PA13" (effects (font (size 1.27 1.27)))) - (number "19" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 -7.62 0) (length 2.54) - (name "PF0" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -15.24 180) (length 2.54) - (name "PA14" (effects (font (size 1.27 1.27)))) - (number "20" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 -10.16 0) (length 2.54) - (name "PF1" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 12.7 0) (length 2.54) - (name "NRST" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 2.54 17.78 270) (length 2.54) - (name "VDDA" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 12.7 180) (length 2.54) - (name "PA0" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 10.16 180) (length 2.54) - (name "PA1" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 7.62 180) (length 2.54) - (name "PA2" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 5.08 180) (length 2.54) - (name "PA3" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "H" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole" (at 0 3.175 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" "mounting hole" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 1.27) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "Regulator_Linear:XC6206PxxxMR" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at -3.81 3.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "XC6206PxxxMR" (at 0 3.175 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 0 5.715 0) - (effects (font (size 1.27 1.27) italic) hide) - ) - (property "Datasheet" "https://www.torexsemi.com/file/xc6206/XC6206.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "Torex LDO Voltage Regulator Fixed Positive" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Positive 60-250mA Low Dropout Regulator, Fixed Output, SOT-23" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOT?23*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "XC6206PxxxMR_0_1" - (rectangle (start -5.08 1.905) (end 5.08 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "XC6206PxxxMR_1_1" - (pin power_in line (at 0 -7.62 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin power_out line (at 7.62 0 180) (length 2.54) - (name "VO" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -7.62 0 0) (length 2.54) - (name "VI" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "batteryPack:BK-18650-PC4" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "BT" (at -3.81 6.35 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Value" "BK-18650-PC4" (at -3.81 -10.16 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Footprint" "BAT_BK-18650-PC4" (at 0 0 0) - (effects (font (size 1.27 1.27)) (justify left bottom) hide) - ) - (property "Datasheet" "Manufacturer Recommendations" (at 0 0 0) - (effects (font (size 1.27 1.27)) (justify left bottom) hide) - ) - (property "Campo4" "21.54 mm" (at 0 0 0) - (effects (font (size 1.27 1.27)) (justify left bottom) hide) - ) - (property "Campo5" "K" (at 0 0 0) - (effects (font (size 1.27 1.27)) (justify left bottom) hide) - ) - (property "Campo6" "MPD" (at 0 0 0) - (effects (font (size 1.27 1.27)) (justify left bottom) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (symbol "BK-18650-PC4_0_0" - (polyline - (pts - (xy -3.81 -3.175) - (xy -2.54 -3.175) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.81 4.445) - (xy -2.54 4.445) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.175 -2.54) - (xy -3.175 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.175 5.08) - (xy -3.175 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -5.08) - (xy -2.54 -5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -5.08) - (xy -1.27 -7.62) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -1.27 -5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.54) - (xy -2.54 2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.54) - (xy -1.27 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 5.08) - (xy -1.27 2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -5.08) - (xy 1.27 -6.35) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -5.08) - (xy 2.54 -5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -3.81) - (xy 1.27 -5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 2.54) - (xy 1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 2.54) - (xy 2.54 2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 3.81) - (xy 1.27 2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (pin passive line (at 7.62 2.54 180) (length 5.08) - (name "1-" (effects (font (size 1.016 1.016)))) - (number "1" (effects (font (size 1.016 1.016)))) - ) - (pin passive line (at -7.62 2.54 0) (length 5.08) - (name "1+" (effects (font (size 1.016 1.016)))) - (number "1+" (effects (font (size 1.016 1.016)))) - ) - (pin passive line (at 7.62 -5.08 180) (length 5.08) - (name "2-" (effects (font (size 1.016 1.016)))) - (number "2" (effects (font (size 1.016 1.016)))) - ) - (pin passive line (at -7.62 -5.08 0) (length 5.08) - (name "2+" (effects (font (size 1.016 1.016)))) - (number "2+" (effects (font (size 1.016 1.016)))) - ) - ) - ) - (symbol "batteryPack:TP5100-Module" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TP5100-Module" (at 0 -7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "batteryPack:TP5100-Module" (at 0 -10.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 2.54 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TP5100-Module_0_1" - (rectangle (start 8.89 6.35) (end -8.89 -6.35) - (stroke (width 0) (type default)) - (fill (type background)) - ) - ) - (symbol "TP5100-Module_1_0" - (pin power_out line (at 11.43 -5.08 180) (length 2.54) - (name "Bat-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "TP5100-Module_1_1" - (pin power_in line (at -11.43 -5.08 0) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -11.43 5.08 0) (length 2.54) - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin power_out line (at 11.43 5.08 180) (length 2.54) - (name "Bat+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at -11.43 0 0) (length 2.54) - (name "LED_VCC" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin open_collector line (at -11.43 2.54 0) (length 2.54) - (name "Charging" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin open_collector line (at -11.43 -2.54 0) (length 2.54) - (name "Finished" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 0 3.556 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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+3V3_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+3V3_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+3V3" (effects (font (size 1.27 1.27)))) - (number "1" (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" "power-flag" (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)))) - ) - ) - ) - (symbol "power:VBUS" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"VBUS\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "VBUS_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "VBUS_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - (junction (at 114.3 33.02) (diameter 0) (color 0 0 0 0) - (uuid 020318ee-f966-48af-b5fb-5e905c8f58e8) - ) - (junction (at 262.89 52.07) (diameter 0) (color 0 0 0 0) - (uuid 07dad831-7724-403f-84b2-e0b38a695990) - ) - (junction (at 234.95 87.63) (diameter 0) (color 0 0 0 0) - (uuid 13131940-6141-4dde-9491-899f26d14a2e) - ) - (junction (at 46.99 36.83) (diameter 0) (color 0 0 0 0) - (uuid 57552875-0967-4cb0-99b8-e3ba7af7c5e0) - ) - (junction (at 92.71 33.02) (diameter 0) (color 0 0 0 0) - (uuid 59a257bd-cf5a-4637-acaf-589ad699f485) - ) - (junction (at 46.99 41.91) (diameter 0) (color 0 0 0 0) - (uuid 68254c4c-d820-4b74-a08c-09a3cdd55dec) - ) - (junction (at 52.07 146.05) (diameter 0) (color 0 0 0 0) - (uuid 69b76d67-f71c-441f-9b34-479f1ef4cba8) - ) - (junction (at 68.58 62.23) (diameter 0) (color 0 0 0 0) - (uuid 74e6dc49-bc5b-4cc3-845b-94f919abd322) - ) - (junction (at 68.58 33.02) (diameter 0) (color 0 0 0 0) - (uuid 9dcc7432-8608-4301-9226-9372d8e3db45) - ) - (junction (at 163.83 24.13) (diameter 0) (color 0 0 0 0) - (uuid cd8ddd72-892b-464f-9083-9b247d75734e) - ) - (junction (at 264.16 30.48) (diameter 0) (color 0 0 0 0) - (uuid e05fab7c-c44b-461b-8756-33d9974cbc18) - ) - (junction (at 135.89 31.75) (diameter 0) (color 0 0 0 0) - (uuid ed6dc2b1-77cf-42a0-8a49-cc6a56f59a5e) - ) - - (no_connect (at 46.99 52.07) (uuid 0cba6d33-7cdd-4135-a830-0107acdc7347)) - (no_connect (at 233.68 35.56) (uuid 2de0d292-5849-40c2-8389-584740467205)) - (no_connect (at 233.68 38.1) (uuid 2e4ebbe5-3976-42e7-9a8f-2fcef29236e1)) - (no_connect (at 233.68 33.02) (uuid 2f1044f0-5768-4bc6-b214-d808fa198ad1)) - (no_connect (at 233.68 54.61) (uuid 31d9aeb6-fe94-4646-a82c-77a88972030a)) - (no_connect (at 46.99 54.61) (uuid 3c081b78-ecbf-4e3c-8686-5ee9f00aca20)) - (no_connect (at 46.99 31.75) (uuid 3eb28bf2-f941-426e-9f7b-2005f5e4dccf)) - (no_connect (at 46.99 29.21) (uuid 74bc051f-a727-4498-a166-8188ee91ba35)) - (no_connect (at 233.68 59.69) (uuid aabc2dc2-bb9a-462e-947c-88d3228f14fe)) - (no_connect (at 233.68 57.15) (uuid dfa77e38-36d8-4e67-9418-54dea6c47123)) - (no_connect (at 36.83 88.9) (uuid f2e6206a-458c-40c2-8899-54dda6990816)) - - (wire (pts (xy 266.7 48.26) (xy 262.89 48.26)) - (stroke (width 0) (type default)) - (uuid 0b4d96f0-e114-4534-98b9-09d4d47da117) - ) - (wire (pts (xy 163.83 26.67) (xy 163.83 24.13)) - (stroke (width 0) (type default)) - (uuid 0d02524e-edb3-474f-a944-32ef3dd5400d) - ) - (wire (pts (xy 106.68 49.53) (xy 106.68 57.15)) - (stroke (width 0) (type default)) - (uuid 0ef361bc-3bd2-4471-a113-c561cb1c3f61) - ) - (wire (pts (xy 176.53 52.07) (xy 214.63 52.07)) - (stroke (width 0) (type default)) - (uuid 10b64bd5-722e-421f-902c-05feeff3f18c) - ) - (wire (pts (xy 151.13 49.53) (xy 106.68 49.53)) - (stroke (width 0) (type default)) - (uuid 1189506d-0691-44d6-a758-a0ae7c6fa6f1) - ) - (wire (pts (xy 151.13 52.07) (xy 118.11 52.07)) - (stroke (width 0) (type default)) - (uuid 14f098e9-63fe-426c-8ca8-0eb993ccfbbb) - ) - (wire (pts (xy 46.99 154.94) (xy 77.47 154.94)) - (stroke (width 0) (type default)) - (uuid 194ba8b3-c630-4678-b307-dc41079df235) - ) - (wire (pts (xy 46.99 44.45) (xy 46.99 41.91)) - (stroke (width 0) (type default)) - (uuid 199e09df-ec8e-45d2-bb07-6af99331076a) - ) - (wire (pts (xy 46.99 39.37) (xy 46.99 36.83)) - (stroke (width 0) (type default)) - (uuid 1bc6a5d3-60dd-43f5-b653-64c3203af7e0) - ) - (wire (pts (xy 199.39 54.61) (xy 199.39 59.69)) - (stroke (width 0) (type default)) - (uuid 20b4842d-de37-4726-b359-546e5e4c955b) - ) - (wire (pts (xy 163.83 21.59) (xy 163.83 24.13)) - (stroke (width 0) (type default)) - (uuid 22553df7-c06d-42bb-86f2-7e233fe03753) - ) - (wire (pts (xy 267.97 30.48) (xy 264.16 30.48)) - (stroke (width 0) (type default)) - (uuid 28dea660-acb6-466c-b779-f4753770d104) - ) - (wire (pts (xy 262.89 48.26) (xy 262.89 52.07)) - (stroke (width 0) (type default)) - (uuid 2c299554-07e4-4cf1-abdd-cca70cd09fb1) - ) - (wire (pts (xy 46.99 146.05) (xy 52.07 146.05)) - (stroke (width 0) (type default)) - (uuid 2cf99704-2430-4178-b2aa-5bf639960a22) - ) - (wire (pts (xy 163.83 24.13) (xy 161.29 24.13)) - (stroke (width 0) (type default)) - (uuid 2d1299d5-292e-4782-a431-3a3a258e11fc) - ) - (wire (pts (xy 234.95 87.63) (xy 229.87 87.63)) - (stroke (width 0) (type default)) - (uuid 30c69be6-cbd9-45df-9d89-83e3cc7938c8) - ) - (wire (pts (xy 224.79 139.7) (xy 217.17 139.7)) - (stroke (width 0) (type default)) - (uuid 353ae7eb-139c-42b5-a919-43e9e251f042) - ) - (wire (pts (xy 119.38 33.02) (xy 114.3 33.02)) - (stroke (width 0) (type default)) - (uuid 377e7556-d347-4387-b3c9-ab40e2858a50) - ) - (wire (pts (xy 118.11 52.07) (xy 118.11 57.15)) - (stroke (width 0) (type default)) - (uuid 3e423db0-6ebe-4a9a-95b5-7a744307a9db) - ) - (wire (pts (xy 184.15 59.69) (xy 176.53 59.69)) - (stroke (width 0) (type default)) - (uuid 4831ba0d-900e-43cd-b2a3-1a4f765b316a) - ) - (wire (pts (xy 97.79 33.02) (xy 92.71 33.02)) - (stroke (width 0) (type default)) - (uuid 51c14d37-9438-4267-aa17-2534510ddb31) - ) - (wire (pts (xy 77.47 148.59) (xy 77.47 154.94)) - (stroke (width 0) (type default)) - (uuid 5d1ade3b-7f9c-4fb9-b103-b54bd43d924c) - ) - (wire (pts (xy 77.47 146.05) (xy 52.07 146.05)) - (stroke (width 0) (type default)) - (uuid 64884e32-3f46-47c1-9d7f-14ae6b16c6a8) - ) - (wire (pts (xy 224.79 132.08) (xy 213.36 132.08)) - (stroke (width 0) (type default)) - (uuid 66b36cb3-264d-4f8e-ace7-25169ececbfa) - ) - (wire (pts (xy 68.58 62.23) (xy 77.47 62.23)) - (stroke (width 0) (type default)) - (uuid 69244c8b-64c4-42d9-a368-ac8f7e8237ef) - ) - (wire (pts (xy 262.89 52.07) (xy 256.54 52.07)) - (stroke (width 0) (type default)) - (uuid 69bdd8ba-2791-453c-acc9-d5f87cb53f6f) - ) - (wire (pts (xy 242.57 87.63) (xy 234.95 87.63)) - (stroke (width 0) (type default)) - (uuid 73d698d7-0c7f-4bef-bc92-adedcafd95ea) - ) - (wire (pts (xy 50.8 41.91) (xy 46.99 41.91)) - (stroke (width 0) (type default)) - (uuid 76981cf5-1dae-4db8-bca5-06d9dda003b7) - ) - (wire (pts (xy 214.63 52.07) (xy 214.63 59.69)) - (stroke (width 0) (type default)) - (uuid 7a246694-a62a-44d6-9607-810aa27175ad) - ) - (wire (pts (xy 259.08 132.08) (xy 240.03 132.08)) - (stroke (width 0) (type default)) - (uuid 86d50c1b-06e3-42e3-b5b8-8731cd17dc1e) - ) - (wire (pts (xy 77.47 137.16) (xy 77.47 143.51)) - (stroke (width 0) (type default)) - (uuid 899c0e1c-95ea-44c4-8c58-3df4df18bf2d) - ) - (wire (pts (xy 68.58 33.02) (xy 77.47 33.02)) - (stroke (width 0) (type default)) - (uuid 8e03a824-4a43-4f88-a3c3-52c155c0c4de) - ) - (polyline (pts (xy 177.8 165.1) (xy 177.8 110.49)) - (stroke (width 0.9906) (type default)) - (uuid 8ea92ba7-2b94-4f34-abd8-0266eecc743b) - ) - - (wire (pts (xy 52.07 163.83) (xy 46.99 163.83)) - (stroke (width 0) (type default)) - (uuid 906c86ae-836f-4c92-a9e4-54cacd8c80f2) - ) - (polyline (pts (xy 12.7 110.49) (xy 285.75 110.49)) - (stroke (width 0.9906) (type default)) - (uuid 98e87d9c-f570-4e87-8982-ecbe4fb75ae1) - ) - - (wire (pts (xy 260.35 87.63) (xy 257.81 87.63)) - (stroke (width 0) (type default)) - (uuid a8499114-8038-4c6f-bd31-541b3d25de8f) - ) - (wire (pts (xy 264.16 26.67) (xy 264.16 30.48)) - (stroke (width 0) (type default)) - (uuid a8f96945-3bdd-412d-bfeb-055d65b58c22) - ) - (wire (pts (xy 161.29 24.13) (xy 161.29 26.67)) - (stroke (width 0) (type default)) - (uuid aa343a72-96fd-4097-b7bc-bc5a931df407) - ) - (wire (pts (xy 135.89 31.75) (xy 151.13 31.75)) - (stroke (width 0) (type default)) - (uuid b4fdb58e-696e-4beb-9b9f-2b94f3e0246e) - ) - (wire (pts (xy 267.97 52.07) (xy 262.89 52.07)) - (stroke (width 0) (type default)) - (uuid b6ffe715-99ee-42f8-9752-e3dca4c4469b) - ) - (wire (pts (xy 168.91 24.13) (xy 163.83 24.13)) - (stroke (width 0) (type default)) - (uuid b9e5a068-130c-4c6d-b43b-716e48d771e9) - ) - (wire (pts (xy 254 139.7) (xy 240.03 139.7)) - (stroke (width 0) (type default)) - (uuid bd80aad9-05c8-43ef-a980-040e1761f060) - ) - (wire (pts (xy 179.07 36.83) (xy 176.53 36.83)) - (stroke (width 0) (type default)) - (uuid c02be75f-925a-4fe0-8ec3-4f72f51afaa6) - ) - (wire (pts (xy 50.8 36.83) (xy 46.99 36.83)) - (stroke (width 0) (type default)) - (uuid d1ad1bbd-cc2f-4920-97df-6027e86e1368) - ) - (wire (pts (xy 266.7 26.67) (xy 264.16 26.67)) - (stroke (width 0) (type default)) - (uuid d275fe79-123c-4807-a137-e8bd94f5de4c) - ) - (wire (pts (xy 135.89 29.21) (xy 135.89 31.75)) - (stroke (width 0) (type default)) - (uuid d52610ee-43aa-40d5-b6c0-1d794fd9596c) - ) - (wire (pts (xy 52.07 146.05) (xy 52.07 163.83)) - (stroke (width 0) (type default)) - (uuid d7cb1266-7fa5-42a4-a30f-27337a3f0329) - ) - (wire (pts (xy 129.54 54.61) (xy 129.54 57.15)) - (stroke (width 0) (type default)) - (uuid e42b06ac-872f-43d4-a1ab-8468968d494f) - ) - (wire (pts (xy 151.13 54.61) (xy 129.54 54.61)) - (stroke (width 0) (type default)) - (uuid e8a7a961-e830-4208-abcf-a166b6bd6382) - ) - (wire (pts (xy 68.58 62.23) (xy 62.23 62.23)) - (stroke (width 0) (type default)) - (uuid e9b8ac29-fe65-4fa4-8f30-1d9edcde5d18) - ) - (wire (pts (xy 264.16 30.48) (xy 256.54 30.48)) - (stroke (width 0) (type default)) - (uuid f652f709-f293-4def-a548-57fc2d3fa797) - ) - (wire (pts (xy 46.99 137.16) (xy 77.47 137.16)) - (stroke (width 0) (type default)) - (uuid f68d4b3f-0711-4c07-a7ec-3579f04aab4a) - ) - (wire (pts (xy 176.53 54.61) (xy 199.39 54.61)) - (stroke (width 0) (type default)) - (uuid f71f9ee3-381e-44f6-a067-95d3caaebede) - ) - (wire (pts (xy 68.58 33.02) (xy 62.23 33.02)) - (stroke (width 0) (type default)) - (uuid fb022a8e-a7e6-4f09-afa4-9510a13c989c) - ) - - (text "See doc/resistorCalculator.xlsx for the values on D+ and D- pins\nInspired by http://blog.deconinck.info/post/2017/08/09/Turning-a-Quick-Charge-3.0-charger-into-a-variable-voltage-power-supply" - (at 62.23 85.09 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 32b8c993-54cc-466d-a369-e3b947325c6b) - ) - (text "Battery Pack" (at 215.9 161.29 0) - (effects (font (size 2.9972 2.9972) (thickness 0.5994) bold) (justify left bottom)) - (uuid 4a9073ea-c9f4-44f2-8134-2037398089df) - ) - (text "Charger" (at 138.43 102.87 0) - (effects (font (size 2.9972 2.9972) (thickness 0.5994) bold) (justify left bottom)) - (uuid 5e8a45cd-77e4-476b-adaf-f3ab72ce81cc) - ) - (text "Battery Connector" (at 72.39 191.77 0) - (effects (font (size 2.9972 2.9972) (thickness 0.5994) bold) (justify left bottom)) - (uuid cc97ef4a-f96b-4a6a-939d-85b4514bc2e1) - ) - - (label "MID" (at 72.39 146.05 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 118484c0-1d71-4eb2-af11-6edb898e5b6b) - ) - (label "OUT-" (at 72.39 154.94 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 27a40c6e-712b-42ea-8e68-57cf1a36ecc0) - ) - (label "OUT+" (at 72.39 137.16 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 7e418c5e-5310-41fd-a2a8-617fca84460f) - ) - (label "BP_B1-" (at 243.84 132.08 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 87590cff-26eb-422e-bf58-7487c4107a63) - ) - (label "BP_B1+" (at 217.17 132.08 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 98f2c816-c26e-40dc-b381-c8350af54734) - ) - (label "BP_B2+" (at 217.17 139.7 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid c124c680-c3ca-4966-8014-4a3411471f8b) - ) - (label "BP_B2-" (at 243.84 139.7 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid cfb7c078-8e2c-42e9-84cb-6cbb12854e7f) - ) - (label "VBUS_SENSE" (at 138.43 31.75 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid e0c1f900-6355-44fc-bfe2-b8f6b745f0c2) - ) - - (global_label "BAT2+" (shape input) (at 92.71 25.4 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 077f7a8d-ded8-4f3f-a15f-ceb3a7a67fd3) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "D-" (shape input) (at 62.23 33.02 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 17ad756c-65b7-4923-b7da-950d1ff7d5c2) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "D-" (shape input) (at 36.83 86.36 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 2335c662-940b-4014-bf77-f8d0a8c2f2b4) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "D-_CTL" (shape input) (at 77.47 33.02 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 28999ee6-83c0-4011-8fd3-af635cc3c4c8) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "BAT2+" (shape input) (at 266.7 48.26 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 29fe788e-7474-495b-b153-f1567d68d312) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "BAT2_V" (shape input) (at 97.79 33.02 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 2a57da0e-3724-4403-8ce8-b53620171e66) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "D+" (shape input) (at 62.23 62.23 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 34e62825-c77f-4c3c-9173-d9b1d10541fa) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "D+" (shape input) (at 36.83 83.82 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 37f3da69-a27d-4d90-8bb9-708979055963) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "SWCLK" (shape input) (at 151.13 59.69 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 4610b572-c5b3-497f-ab2c-4c93feab3eb3) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "SWDIO" (shape input) (at 210.82 36.83 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 56cc1d05-8c1b-42d2-9a94-7142272d7bdb) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "SWCLK" (shape input) (at 210.82 34.29 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 5e0bff69-dbba-4e9d-a9db-da1eda5d5ecb) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "BAT2_V" (shape input) (at 151.13 46.99 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 60e94006-2000-472f-b138-830532b6caa1) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "D+_CTL" (shape input) (at 77.47 62.23 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 61833007-fff9-4cbe-9e91-fb8e731fe820) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "RX" (shape input) (at 151.13 39.37 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 676219de-7c81-43d0-a31f-457efb93ea91) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "BAT1_V" (shape input) (at 119.38 33.02 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 700ee7d0-0e10-4ea1-9931-a369d0650dba) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "TX" (shape input) (at 151.13 36.83 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 778faee6-3795-4dfc-b57b-b5ea968178ad) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "TX" (shape input) (at 210.82 21.59 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 7ee0e9e7-e7fe-41f0-95ac-802ce92dafa0) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "SWDIO" (shape input) (at 151.13 57.15 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 87405241-1135-4219-85c7-4832e3d2011c) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "D+_CTL" (shape input) (at 151.13 41.91 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 8c4ac400-998f-46d2-a622-be347ddbde1a) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "BAT1+" (shape input) (at 114.3 25.4 90) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 9778273a-21ad-4c25-b987-5187603b2641) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "RST" (shape input) (at 210.82 39.37 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid ba620091-0cba-436b-a6db-076d8e6a1aee) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "D-_CTL" (shape input) (at 151.13 44.45 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid c3b51678-d936-47af-9500-6fe37d50756e) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "BAT1_V" (shape input) (at 151.13 34.29 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid c617ae44-3737-4eaf-b3cd-a8cb13e6288c) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "D-" (shape input) (at 50.8 36.83 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid c65cfbdc-d869-4557-927c-c34148f60baf) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "BAT1+" (shape input) (at 266.7 26.67 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid e3027898-50b6-48db-93fd-af6f8288a016) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "D+" (shape input) (at 50.8 41.91 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid e718bbd7-5fb5-4fd6-80e2-f99ea486efda) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "RST" (shape input) (at 176.53 31.75 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid f133d006-df24-4879-b28f-21dbc74b2972) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "BAT2+" (shape input) (at 229.87 87.63 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid f5ba141a-8cdc-4ef0-83e6-72e9ae795468) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - (global_label "RX" (shape input) (at 210.82 24.13 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid ff759c1a-4512-40f6-ab52-1b7272225616) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Referencias entre hojas" "${INTERSHEET_REFS}" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "batteryPack:BK-18650-PC4") (at 232.41 134.62 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e837b36) - (property "Reference" "BT1" (at 232.41 125.2982 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "BK-18650-PC4" (at 232.41 127.6096 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "BAT_BK-18650-PC4" (at 232.41 134.62 0) - (effects (font (size 1.27 1.27)) (justify left bottom) hide) - ) - (property "Datasheet" "Manufacturer Recommendations" (at 232.41 134.62 0) - (effects (font (size 1.27 1.27)) (justify left bottom) hide) - ) - (property "Pole4" "21.54 mm" (at 232.41 134.62 0) - (effects (font (size 1.27 1.27)) (justify left bottom) hide) - ) - (property "Pole5" "K" (at 232.41 134.62 0) - (effects (font (size 1.27 1.27)) (justify left bottom) hide) - ) - (property "Pole6" "MPD" (at 232.41 134.62 0) - (effects (font (size 1.27 1.27)) (justify left bottom) hide) - ) - (pin "1" (uuid b127fe84-d126-4585-84df-24531b49e130)) - (pin "1+" (uuid 54197fa2-f10f-475c-af44-ac45d1aad9e5)) - (pin "2" (uuid 461d502c-79a0-4596-a614-23b0f04a33e7)) - (pin "2+" (uuid d6683fe3-4c51-42ca-b687-a81c5f87f92c)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "BT1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "batteryPack:TP5100-Module") (at 245.11 35.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e839d83) - (property "Reference" "U1" (at 245.11 24.765 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TP5100-Module" (at 245.11 27.0764 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "batteryPack:TP5100-Module" (at 245.11 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 247.65 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "4" (uuid 7516d997-a09f-4069-b543-71d8b17f6132)) - (pin "1" (uuid 6c584b02-bf73-491f-917d-36f7dbaf762f)) - (pin "2" (uuid 325e4efb-d115-479e-9533-b2f8442900b0)) - (pin "3" (uuid 40d94883-f6eb-46e6-b653-366a55b92007)) - (pin "5" (uuid 174f063e-8322-4936-a035-84263eaba501)) - (pin "6" (uuid 26cc3955-8efd-413e-bbfc-8d40e1b1d3dc)) - (pin "7" (uuid 09630c46-e39c-4eb3-94dd-5b2b2bc08024)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x01") (at 208.28 132.08 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e83a998) - (property "Reference" "J10" (at 210.3628 126.365 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "B1+" (at 210.3628 128.6764 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "batteryPack:2mm_Banana-Socket" (at 208.28 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 208.28 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 84dc6b61-447c-4db8-8050-49aeced3537a)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x01") (at 212.09 139.7 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e83aec8) - (property "Reference" "J9" (at 214.1728 133.985 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "B2+" (at 214.1728 136.2964 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "batteryPack:2mm_Banana-Socket" (at 212.09 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 212.09 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 35bcaf64-2c4a-4b20-b394-9636d60df11c)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x01") (at 264.16 132.08 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e83b363) - (property "Reference" "J11" (at 266.192 131.0132 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "B1-" (at 266.192 133.3246 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "batteryPack:2mm_Banana-Socket" (at 264.16 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a0049304-d921-41d1-a4f6-f9126074eedb)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x01") (at 259.08 139.7 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e83b842) - (property "Reference" "J12" (at 261.112 138.6332 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "B2-" (at 261.112 140.9446 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "batteryPack:2mm_Banana-Socket" (at 259.08 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 259.08 139.7 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 56fe05bd-022e-4b0b-9bc1-bb8a822cbf3c)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "batteryPack:TP5100-Module") (at 245.11 57.15 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8405d9) - (property "Reference" "U4" (at 245.11 46.355 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TP5100-Module" (at 245.11 48.6664 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "batteryPack:TP5100-Module" (at 245.11 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 247.65 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "4" (uuid 8c2e2d11-3fe1-4908-8aa2-1904d4261d7a)) - (pin "1" (uuid c998e6ba-4c3c-49d7-b97a-47c8b0a3b94f)) - (pin "2" (uuid e45dd807-2658-493d-b0d0-abec6fe6f881)) - (pin "3" (uuid 95c5db40-e4d0-46b8-911a-0f9c141559e1)) - (pin "5" (uuid 5fdccb8c-da08-4f87-88cf-a04da4f8ab81)) - (pin "6" (uuid 01839d0a-b9af-4ec3-8f3f-2c0ea7c9ec73)) - (pin "7" (uuid b1e76a9c-7119-4368-bd1f-b3f98b3c34d6)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "U4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:USB_C_Receptacle_USB2.0") (at 31.75 39.37 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8413a8) - (property "Reference" "P1" (at 34.4678 17.3482 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "USB-C" (at 34.4678 19.6596 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "batteryPack:USB_C_Female-16Pin-HPJF" (at 35.56 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" (at 35.56 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "A1" (uuid 959e0840-b6e3-4b64-b364-b395ca1acb06)) - (pin "A12" (uuid 49eceda5-8232-4fe6-aca0-1fbb7c79f97e)) - (pin "A4" (uuid dce39df1-9ded-45b5-ad02-10289c3f70a9)) - (pin "A5" (uuid 7e2b3647-d3b6-4e4e-8be1-00d871ff2975)) - (pin "A6" (uuid 0e07da31-cd6a-416f-9d07-80c6d5bbbb03)) - (pin "A7" (uuid 3bb9f010-e6c7-4d1d-9776-a3d464118c74)) - (pin "A8" (uuid b601f6c3-1d07-4f7b-8c91-d7da0a3e6352)) - (pin "A9" (uuid 31b9a0a6-f1e1-47d8-967b-62f4d6706f31)) - (pin "B1" (uuid cd3beded-1e3e-445b-8a12-2568557f31b3)) - (pin "B12" (uuid 1c671415-8d79-4f7c-b672-575cdb7e30bc)) - (pin "B4" (uuid 59094f8e-d33c-486b-9c8f-41da0821d488)) - (pin "B5" (uuid 7e25c81d-ce19-4b25-85ff-afa3f7d02602)) - (pin "B6" (uuid 9eba2a88-8a78-43ad-a1ad-d75c6343c20d)) - (pin "B7" (uuid 93a8e0b9-7c77-4418-bb37-b903aababc79)) - (pin "B8" (uuid 84f62167-016d-4c45-88ac-23a530d98660)) - (pin "B9" (uuid 5ba88dee-572c-4229-bf99-5c736336d4d5)) - (pin "S1" (uuid ebbaa6bb-af41-4c7b-a9f1-e21571917edb)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "P1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x01") (at 273.05 30.48 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8484dd) - (property "Reference" "J13" (at 275.082 29.4132 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "B1+" (at 275.082 31.7246 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "batteryPack:2mm_Banana-Plug" (at 273.05 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 273.05 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bfb443a2-70f1-48d8-8e14-12cd3ffe8337)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x01") (at 261.62 40.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e848e4e) - (property "Reference" "J14" (at 263.652 39.5732 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "B1-" (at 263.652 41.8846 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "batteryPack:2mm_Banana-Plug" (at 261.62 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 261.62 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4c02fc85-379d-438e-8498-1ee51b9ce275)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x01") (at 273.05 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8491a4) - (property "Reference" "J15" (at 275.082 51.0032 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "B2+" (at 275.082 53.3146 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "batteryPack:2mm_Banana-Plug" (at 273.05 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 273.05 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1099f4fe-6c06-4884-9cab-e85ae7950606)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x01") (at 261.62 62.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e849477) - (property "Reference" "J16" (at 263.652 61.1632 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "B2-" (at 263.652 63.4746 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "batteryPack:2mm_Banana-Plug" (at 261.62 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 261.62 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9b178f55-f812-4528-aca6-10c94e413b1c)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "MCU_ST_STM32F0:STM32F030F4Px") (at 163.83 44.45 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e84ae5c) - (property "Reference" "U2" (at 172.72 66.04 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "STM32F030F4Px" (at 173.99 63.5 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" (at 173.99 62.23 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - (property "Datasheet" "http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00088500.pdf" (at 163.83 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4aeca159-b007-445a-b5cb-e1d025aedc48)) - (pin "10" (uuid 0c6f3e6a-f832-460c-ad4d-3bbe28494d65)) - (pin "11" (uuid a26abcfa-3bc9-41ac-8c23-a865a67106dc)) - (pin "12" (uuid 42ec0741-d5e9-454d-b317-db03c902ff19)) - (pin "13" (uuid 07cc43f8-440a-4097-890d-feacd4963d02)) - (pin "14" (uuid c7c1535f-1033-4065-b296-16c116778603)) - (pin "15" (uuid 76fd046a-9647-4ca8-a825-65b5e699f9fb)) - (pin "16" (uuid fbce2d4b-8093-49f7-b7dc-b92c7ab6ebe2)) - (pin "17" (uuid d05e2d8f-6ef1-439a-b2df-fb432321f093)) - (pin "18" (uuid d0978269-52ce-41f0-9a39-7ca5eafff98e)) - (pin "19" (uuid f9b10ff7-3ee8-4a18-8d1e-18a90b7d12a7)) - (pin "2" (uuid d7208f5f-c306-4d2e-8abb-e399f3771996)) - (pin "20" (uuid 16f972cf-886f-418d-8a7e-dc3d084dc68c)) - (pin "3" (uuid 91aa2613-0a7b-4db6-ad73-33427aa122a9)) - (pin "4" (uuid e6535cbf-f20a-4b53-882c-ce21b426f6dd)) - (pin "5" (uuid d46d0d5d-de04-4de5-bb5f-8229f27854f2)) - (pin "6" (uuid 8644cecf-97da-4ddb-8ab3-81430d310686)) - (pin "7" (uuid 29877a47-3426-4257-aa9b-cfc7347f8421)) - (pin "8" (uuid b65f236c-1351-4a72-a512-c191d202225b)) - (pin "9" (uuid 7ae5aaa4-7551-4288-86f3-9de9a068f843)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 31.75 62.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e853097) - (property "Reference" "#PWR0101" (at 31.75 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 31.877 66.6242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 31.75 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 31.75 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4764fb77-a6fb-4684-8ce4-db8a5e0d0b53)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 233.68 62.23 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e853411) - (property "Reference" "#PWR0102" (at 227.33 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 230.4288 62.357 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 233.68 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 233.68 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1be00b18-46b0-4ffe-a742-59ef14edc608)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0102") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 233.68 40.64 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e853801) - (property "Reference" "#PWR0103" (at 227.33 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 230.4288 40.767 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 233.68 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 233.68 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 91e4a8ee-a3cc-4745-9765-5bee041f8586)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0103") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VBUS") (at 233.68 30.48 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e853de6) - (property "Reference" "#PWR0104" (at 237.49 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (at 230.4542 30.099 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 233.68 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 233.68 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6e7e7728-8249-43fc-8f25-b376a1b4537c)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0104") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VBUS") (at 233.68 52.07 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8542fb) - (property "Reference" "#PWR0105" (at 237.49 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (at 230.4542 51.689 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 233.68 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 233.68 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cb147e3b-9987-40be-bb7c-d0be1fb5d508)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0105") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VBUS") (at 46.99 24.13 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e854750) - (property "Reference" "#PWR0106" (at 43.18 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (at 50.2412 24.511 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 46.99 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 46.99 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2c29a0f4-2bfa-4e31-a068-b4998f6ee516)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0106") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:USB_B_Micro") (at 29.21 83.82 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e87821f) - (property "Reference" "J1" (at 30.6578 71.9582 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Mirco USB" (at 30.6578 74.2696 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_USB:USB_Micro-B_Wuerth_629105150521_CircularHoles" (at 33.02 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 33.02 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 11c251e3-c5f9-47d1-9aff-1f1fb5fcd090)) - (pin "2" (uuid ffa9f6d2-9d47-4bdb-937d-0613b0e39002)) - (pin "3" (uuid 6f09dbe1-bc22-4943-891b-752d807573cf)) - (pin "4" (uuid 50b3b051-db14-4ce5-8e52-28b6d4d2422a)) - (pin "5" (uuid f7f35b77-c6b0-4433-b0a6-f2d0ba61266f)) - (pin "6" (uuid fa09be6a-3674-4259-940f-dc5202f41020)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 24.13 62.23 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e878c95) - (property "Reference" "#PWR0107" (at 24.13 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 24.257 66.6242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 24.13 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 24.13 62.23 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8e941239-0661-4d1a-bb95-a9e66ea31b6e)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0107") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 29.21 93.98 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e878f9e) - (property "Reference" "#PWR0108" (at 29.21 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 29.337 98.3742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 29.21 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 29.21 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f9050791-0bf1-4e37-9cc7-b11b0c00255e)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0108") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 26.67 93.98 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e87968c) - (property "Reference" "#PWR0109" (at 26.67 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 26.797 98.3742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 26.67 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 26.67 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c12fa73c-cfdf-44f5-8b41-4c60b0ec8977)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0109") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VBUS") (at 36.83 78.74 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e879b07) - (property "Reference" "#PWR0110" (at 33.02 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (at 40.0812 79.121 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 36.83 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 36.83 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 765cb3ae-e400-41a3-9d5e-edfe5c322318)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0110") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x05") (at 215.9 39.37 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8bc242) - (property "Reference" "J7" (at 217.932 38.3032 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "SWD" (at 217.932 40.6146 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" (at 215.9 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 215.9 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f1763c32-16eb-4913-9697-8f37ef3409d2)) - (pin "2" (uuid ea0314e0-6d9d-4819-a4f7-556c7dc35907)) - (pin "3" (uuid bd6b934e-d127-4eb3-b869-8553883bd4ca)) - (pin "4" (uuid c7510af5-d4ee-493d-b2e3-776825774137)) - (pin "5" (uuid 73b6772b-7293-4979-b14d-989bdfe97daf)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 172.72 24.13 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8bfe63) - (property "Reference" "C1" (at 172.72 17.7292 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "470n" (at 172.72 20.0406 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 168.91 25.0952 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 172.72 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 976bb972-9dc0-4226-9bb9-2bb4c9b75fc4)) - (pin "2" (uuid 9ae5658e-2025-42e0-b48d-d0ca3c73ee01)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 163.83 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8c09e6) - (property "Reference" "#PWR0111" (at 163.83 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 163.957 69.1642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 163.83 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 163.83 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 101f32da-78d6-474c-a2e1-629c2830f025)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0111") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 176.53 24.13 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8c0d8f) - (property "Reference" "#PWR0112" (at 182.88 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 179.7812 24.003 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 176.53 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 176.53 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8525d065-ef24-4f4f-b2f4-9e9c5e66fad4)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0112") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 179.07 36.83 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8c1cb9) - (property "Reference" "#PWR0113" (at 185.42 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 182.3212 36.703 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 179.07 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 179.07 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 256347c5-5a5c-4ee3-9658-33f8ce1279ef)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0113") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 163.83 21.59 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8c9e35) - (property "Reference" "#PWR0114" (at 163.83 25.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 164.211 17.1958 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 163.83 21.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 163.83 21.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bdfe1415-9a6a-4d9e-8e30-d2803c5f0db6)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0114") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 210.82 41.91 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8ceeef) - (property "Reference" "#PWR0115" (at 214.63 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 207.5688 41.529 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 210.82 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 210.82 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e23351cb-32f7-4380-9138-994ecb187370)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0115") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 210.82 44.45 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8cf425) - (property "Reference" "#PWR0116" (at 204.47 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 207.5688 44.577 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 210.82 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 210.82 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 80c58d1b-c38a-42f3-a176-674fbbeb3b0d)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0116") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x03") (at 215.9 24.13 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8cfda7) - (property "Reference" "J8" (at 217.932 23.0632 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "UART" (at 217.932 25.3746 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (at 215.9 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 215.9 24.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a770d39d-c7de-4195-bbf4-e014817fc65a)) - (pin "2" (uuid 565fc7ca-a3bc-49e9-855d-fb888efc13e4)) - (pin "3" (uuid 6bc20351-fc40-4c38-a3f3-a31e81b64e45)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 210.82 26.67 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8d04c4) - (property "Reference" "#PWR0117" (at 204.47 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 207.5688 26.797 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 210.82 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 210.82 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2a16b222-bd95-4523-8773-ebdc1dfab627)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0117") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 135.89 25.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8e1775) - (property "Reference" "R8" (at 137.668 24.2316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "62k" (at 137.668 26.543 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 134.112 25.4 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 135.89 25.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 314d0853-f249-42c1-960c-d8694826bda3)) - (pin "2" (uuid 3596f7dc-7de3-42f6-b334-cc36ca2d41d6)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 135.89 35.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8e1c13) - (property "Reference" "R9" (at 137.668 34.3916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10k" (at 137.668 36.703 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 134.112 35.56 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 135.89 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b8d03006-fd16-43e3-948c-ef30a16294e5)) - (pin "2" (uuid a1c8d5a7-1601-4f38-a8f7-629cb27f6b78)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VBUS") (at 135.89 21.59 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8e3f23) - (property "Reference" "#PWR0118" (at 135.89 25.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (at 136.271 17.1958 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 135.89 21.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 135.89 21.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d98784a2-b6fb-4a51-a633-e0589874a5a7)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0118") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 135.89 39.37 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e8e4497) - (property "Reference" "#PWR0119" (at 135.89 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 136.017 43.7642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 135.89 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 135.89 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid efcdef23-cef0-48b2-96a3-6fee517e56db)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0119") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 106.68 68.58 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e920a6d) - (property "Reference" "D1" (at 109.6772 67.5894 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "LED_5V" (at 109.6772 69.9008 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 106.68 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 106.68 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c3d2342e-fb0f-4659-b3ae-cf7f8ff44f4f)) - (pin "2" (uuid 46fa1b5d-2913-47a3-a4b5-67c6c2e983fb)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "D1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 118.11 68.58 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e9224f5) - (property "Reference" "D2" (at 121.1072 67.5894 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "LED_9V" (at 121.1072 69.9008 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 118.11 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 118.11 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7c008247-a4b1-4a39-ae67-ce77a2c1be1c)) - (pin "2" (uuid 65ea5b52-4326-4fc8-aba5-bab6ef21db2e)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "D2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 129.54 68.58 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e922acf) - (property "Reference" "D3" (at 132.5372 67.5894 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "LED_12V" (at 132.5372 69.9008 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 129.54 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 129.54 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 62303416-8ada-4691-9027-b1d874a1fd15)) - (pin "2" (uuid 65f81987-f3e5-4bc4-ad66-105723b6cd3a)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "D3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 106.68 72.39 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e924d1a) - (property "Reference" "#PWR0120" (at 106.68 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 106.807 76.7842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 106.68 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 106.68 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a5bebbcf-9903-4c1e-b033-b4b98273cb6d)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0120") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 118.11 72.39 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e925122) - (property "Reference" "#PWR0121" (at 118.11 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 118.237 76.7842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 118.11 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 118.11 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 092830f7-c8a7-467c-be23-1260d23464ce)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0121") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 129.54 72.39 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e925543) - (property "Reference" "#PWR0122" (at 129.54 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 129.667 76.7842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 129.54 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 129.54 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 356f8f58-963c-4eed-b706-f1b4b9fbb9bf)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0122") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 106.68 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e93dafe) - (property "Reference" "R5" (at 108.458 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 108.458 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 104.902 60.96 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 106.68 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 76b8a995-4258-4d51-859c-6f1d2bae9a11)) - (pin "2" (uuid 5aefa270-2043-4dc8-9358-d3aa1b47df9e)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 118.11 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e93e1e9) - (property "Reference" "R6" (at 119.888 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 119.888 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 116.332 60.96 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 118.11 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid aeb2475f-8a02-4172-9091-d9ef702b3482)) - (pin "2" (uuid 7827d956-7252-4f41-b630-31302f47aa43)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 129.54 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e93e656) - (property "Reference" "R7" (at 131.318 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 131.318 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 127.762 60.96 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 129.54 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bedd9c14-21f1-4b17-bcf5-23de400ecd06)) - (pin "2" (uuid 31bd2100-2b6e-4b32-9b4e-16d7bb024cd9)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 68.58 29.21 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e97ef19) - (property "Reference" "R1" (at 70.358 28.0416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10k" (at 70.358 30.353 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 66.802 29.21 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6de7abb6-f5bd-4bc0-8df4-9694d8b317aa)) - (pin "2" (uuid da5176d0-dd7a-4839-85c2-5f6f7d6e7dfa)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 68.58 36.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e97f67a) - (property "Reference" "R2" (at 70.358 35.6616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2k4" (at 70.358 37.973 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 66.802 36.83 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4d580df4-e063-4eb5-a7f2-ecba1713deec)) - (pin "2" (uuid 021b0ad2-5527-40cc-b5de-9517c013cdff)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 68.58 40.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e98d58d) - (property "Reference" "#PWR0123" (at 68.58 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 68.707 45.0342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 68.58 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 68.58 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7d52027f-a552-4f0c-890a-216fd33d9f7e)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0123") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 68.58 25.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e98da6a) - (property "Reference" "#PWR0124" (at 68.58 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 68.961 21.0058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 68.58 25.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 68.58 25.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 060a0187-ba41-483b-a9b3-0f538a27c1bd)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0124") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 68.58 58.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e98fdca) - (property "Reference" "R3" (at 70.358 57.2516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10k" (at 70.358 59.563 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 66.802 58.42 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 749df5a5-bc42-44ba-af23-0dbdef4b1e11)) - (pin "2" (uuid 26171b63-d91a-47fb-bb16-946a7f547ea6)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 68.58 66.04 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e98fdd4) - (property "Reference" "R4" (at 70.358 64.8716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2k4" (at 70.358 67.183 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 66.802 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d9b7169a-6f00-4398-ab08-96fda51c585d)) - (pin "2" (uuid e1dcf1df-119b-4dbb-999c-64455697bea9)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 68.58 69.85 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e98fdde) - (property "Reference" "#PWR0125" (at 68.58 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 68.707 74.2442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 68.58 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 68.58 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fef6fb7e-5712-4bb3-85ba-746036c1c45a)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0125") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 68.58 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e98fde8) - (property "Reference" "#PWR0126" (at 68.58 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 68.961 50.2158 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 68.58 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 68.58 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 10458418-b9d9-446c-a7b1-06a471b078b5)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0126") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 250.19 95.25 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e9c36d0) - (property "Reference" "#PWR0127" (at 250.19 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 250.317 99.6442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 250.19 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 250.19 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c3355966-c837-45ee-8385-c2211321ff6a)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0127") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 234.95 91.44 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e9c4009) - (property "Reference" "C2" (at 237.871 90.2716 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "470n" (at 237.871 92.583 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 233.9848 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 234.95 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 17d8082d-404e-413e-aa3b-a1b307651e1a)) - (pin "2" (uuid b2fb6120-abe0-4723-91d7-070a04385068)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 260.35 87.63 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e9ce36c) - (property "Reference" "#PWR0129" (at 256.54 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 263.6012 88.011 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 260.35 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 260.35 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e5a9763c-a638-4dfe-a302-a823373fd29f)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0129") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 234.95 95.25 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e9d1700) - (property "Reference" "#PWR0130" (at 234.95 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 235.077 99.6442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 234.95 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 234.95 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f1378087-2b32-4cac-a217-458f3d738f89)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0130") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x01") (at 41.91 146.05 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e9e3ece) - (property "Reference" "J3" (at 43.9928 140.335 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "B1-" (at 43.9928 142.6464 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "batteryPack:2mm_Banana-Vertical" (at 41.91 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 41.91 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 508d3edc-e213-47e4-a652-cf1cc26b2447)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x01") (at 41.91 137.16 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e9e4343) - (property "Reference" "J2" (at 43.9928 131.445 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "B1+" (at 43.9928 133.7564 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "batteryPack:2mm_Banana-Vertical" (at 41.91 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 41.91 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f4257e08-081b-4c05-93b1-d88f5edba471)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x01") (at 41.91 154.94 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e9e45e0) - (property "Reference" "J4" (at 43.9928 149.225 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "B2-" (at 43.9928 151.5364 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "batteryPack:2mm_Banana-Vertical" (at 41.91 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 41.91 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a69787fb-fdf1-49a3-b6ea-dd49068bacce)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x01") (at 41.91 163.83 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e9e47a7) - (property "Reference" "J5" (at 43.9928 158.115 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "B2+" (at 43.9928 160.4264 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "batteryPack:2mm_Banana-Vertical" (at 41.91 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 41.91 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9948a239-55ba-4f4c-9482-1fd5cdc171a0)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 121.92 140.97 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea0e4e6) - (property "Reference" "H1" (at 124.46 139.8016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 124.46 142.113 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" (at 121.92 140.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 121.92 140.97 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "H1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 121.92 147.32 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea166f9) - (property "Reference" "H2" (at 124.46 146.1516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 124.46 148.463 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" (at 121.92 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 121.92 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "H2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x03") (at 82.55 146.05 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ea258db) - (property "Reference" "J6" (at 84.582 147.1168 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "CableConnector" (at 84.582 144.8054 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "batteryPack:Terminal_1x03_P5.08mm_Horizontal" (at 82.55 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 82.55 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ec504729-d03e-49e8-83ab-29ff5e55afbb)) - (pin "2" (uuid 39c91bf1-e0c8-4b66-9578-679bd616ac5e)) - (pin "3" (uuid e9cb527b-7f4e-4942-bc2a-0291ece11696)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "J6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Regulator_Linear:XC6206PxxxMR") (at 250.19 87.63 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005eb5235f) - (property "Reference" "U3" (at 250.19 81.4832 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "XC6206P332MR" (at 250.19 83.7946 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 250.19 81.915 0) - (effects (font (size 1.27 1.27) italic) hide) - ) - (property "Datasheet" "https://www.torexsemi.com/file/xc6206/XC6206.pdf" (at 250.19 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1362306c-fc94-4e7b-8b2b-87ffdd723f0f)) - (pin "2" (uuid 4641142d-8737-4627-adfc-24630ed4d33b)) - (pin "3" (uuid 72092fb2-addd-4fbc-a26f-438e169ea305)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "U3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 114.3 29.21 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebd9a95) - (property "Reference" "R12" (at 116.078 28.0416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10k" (at 116.078 30.353 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 112.522 29.21 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4886fef1-ff91-4d33-b73d-4934dff17716)) - (pin "2" (uuid cc273922-63e7-4273-8556-01523a2cd04e)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 114.3 36.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebdaf3a) - (property "Reference" "R13" (at 116.078 35.6616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "20k" (at 116.078 37.973 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 112.522 36.83 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f8b56d54-5228-42cb-adb5-6e0d26241f22)) - (pin "2" (uuid 2c3be98b-0a8e-42c1-9352-f88f9bb7ad59)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 114.3 40.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebee919) - (property "Reference" "#PWR0128" (at 114.3 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 114.427 45.0342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0a9b2968-4f26-4f6d-9bfa-c98ee52bb9a9)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0128") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 29.21 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebfffe2) - (property "Reference" "R10" (at 94.488 28.0416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10k" (at 94.488 30.353 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 90.932 29.21 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 914f2137-d535-4857-b808-269e91fededf)) - (pin "2" (uuid e2699798-0ae8-49fd-813c-2a9e012fb22e)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 36.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebfffe8) - (property "Reference" "R11" (at 94.488 35.6616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "20k" (at 94.488 37.973 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 90.932 36.83 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0c9d0711-5dc9-4c94-ab72-53660091eee6)) - (pin "2" (uuid 7cf85c4c-1dfb-4561-88c8-5df1be64cf1b)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 92.71 40.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebfffee) - (property "Reference" "#PWR0131" (at 92.71 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 92.837 45.0342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 92.71 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 92.71 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b4b94fab-b31e-4322-b7ca-e219e3da5f31)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0131") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 184.15 71.12 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec06104) - (property "Reference" "D4" (at 187.1472 70.1294 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "LED_40%" (at 187.1472 72.4408 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 184.15 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 184.15 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f1c52436-76b2-43eb-b375-28c0cdc951fe)) - (pin "2" (uuid 49f2f487-53a7-4c95-829f-94b85d04c7ec)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "D4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 199.39 71.12 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec0c35e) - (property "Reference" "D5" (at 202.3872 70.1294 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "LED_20%" (at 202.3872 72.4408 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 199.39 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 199.39 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 50230a48-5ad3-40b0-856a-8f0c0acc0de6)) - (pin "2" (uuid d9e19072-a8a3-4f03-a0e6-b8610f3df453)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "D5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED") (at 214.63 71.12 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec1504c) - (property "Reference" "D6" (at 217.6272 70.1294 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "LED_0%" (at 217.6272 72.4408 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 214.63 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 214.63 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2312ef58-4d2f-4b0e-b042-4d9ea8b1a4b8)) - (pin "2" (uuid 4781e86a-2e49-4a63-902e-3d69684c25e7)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "D6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 184.15 63.5 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec15779) - (property "Reference" "R14" (at 185.928 62.3316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 185.928 64.643 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 182.372 63.5 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 184.15 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1325bf4f-f79c-4ab7-83e3-e4ff15d94d29)) - (pin "2" (uuid 1e58cd64-ff8c-4f58-b156-c3eaa56e50cb)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 199.39 63.5 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec15eab) - (property "Reference" "R15" (at 201.168 62.3316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 201.168 64.643 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 197.612 63.5 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 199.39 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c92e18bc-11d5-4f2f-9dcb-63e03de2bb39)) - (pin "2" (uuid ff975056-0a1a-4c92-85f8-dace2525fca8)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 214.63 63.5 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec16525) - (property "Reference" "R16" (at 216.408 62.3316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 216.408 64.643 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 212.852 63.5 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 214.63 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e29ce1cb-4d96-4f17-b2da-3de8f605b971)) - (pin "2" (uuid 066ad3f9-f024-4f44-943f-9e691b0d9d62)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "R16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 184.15 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec1aad5) - (property "Reference" "#PWR0132" (at 184.15 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 184.277 79.3242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 184.15 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 184.15 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f8d73fb2-96d7-446a-804d-7a15168f01a9)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0132") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 199.39 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec1b0b9) - (property "Reference" "#PWR0133" (at 199.39 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 199.517 79.3242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 199.39 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 199.39 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 73effc29-c821-4088-b15c-f1e8048dea23)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0133") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 214.63 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec27c5a) - (property "Reference" "#PWR0134" (at 214.63 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 214.757 79.3242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 214.63 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 214.63 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 94658981-3152-4f2c-948a-1ab745038134)) - (instances - (project "batteryPack" - (path "/866b5b99-f202-4624-b829-b8d6114498e7" - (reference "#PWR0134") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "866b5b99-f202-4624-b829-b8d6114498e7") + (paper "A4") + (lib_symbols + (symbol "Connector:USB_B_Micro" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at -5.08 11.43 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "USB_B_Micro" + (at -5.08 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 3.81 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 3.81 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "USB Micro Type B connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector USB micro" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "USB*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "USB_B_Micro_0_1" + (rectangle + (start -5.08 -7.62) + (end 5.08 7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center -3.81 2.159) + (radius 0.635) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.635 3.429) + (radius 0.381) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.127 -7.62) + (end 0.127 -6.858) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.905 2.159) (xy 0.635 2.159) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.175 2.159) (xy -2.54 2.159) (xy -1.27 3.429) (xy -0.635 3.429) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 2.159) (xy -1.905 2.159) (xy -1.27 0.889) (xy 0 0.889) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 2.794) (xy 0.635 1.524) (xy 1.905 2.159) (xy 0.635 2.794) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -4.318 5.588) (xy -1.778 5.588) (xy -2.032 4.826) (xy -4.064 4.826) (xy -4.318 5.588) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -4.699 5.842) (xy -4.699 5.588) (xy -4.445 4.826) (xy -4.445 4.572) (xy -1.651 4.572) (xy -1.651 4.826) + (xy -1.397 5.588) (xy -1.397 5.842) (xy -4.699 5.842) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.254 1.27) + (end -0.508 0.508) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.08 -5.207) + (end 4.318 -4.953) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 5.08 -2.667) + (end 4.318 -2.413) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 5.08 -0.127) + (end 4.318 0.127) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 5.08 4.953) + (end 4.318 5.207) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "USB_B_Micro_1_1" + (pin power_out line + (at 7.62 5.08 180) + (length 2.54) + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 7.62 -2.54 180) + (length 2.54) + (name "D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 7.62 0 180) + (length 2.54) + (name "D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -5.08 180) + (length 2.54) + (name "ID" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 0 -10.16 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -2.54 -10.16 90) + (length 2.54) + (name "Shield" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:USB_C_Receptacle_USB2.0" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at -10.16 19.05 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "USB_C_Receptacle_USB2.0" + (at 19.05 19.05 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 3.81 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" + (at 3.81 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "USB 2.0-only Type-C Receptacle connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "usb universal serial bus type-C USB2.0" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "USB*C*Receptacle*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "USB_C_Receptacle_USB2.0_0_0" + (rectangle + (start -0.254 -17.78) + (end 0.254 -16.764) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -14.986) + (end 9.144 -15.494) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -12.446) + (end 9.144 -12.954) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -4.826) + (end 9.144 -5.334) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -2.286) + (end 9.144 -2.794) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 0.254) + (end 9.144 -0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 2.794) + (end 9.144 2.286) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 7.874) + (end 9.144 7.366) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 10.414) + (end 9.144 9.906) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 15.494) + (end 9.144 14.986) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "USB_C_Receptacle_USB2.0_0_1" + (rectangle + (start -10.16 17.78) + (end 10.16 -17.78) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start -8.89 -3.81) + (mid -6.985 -5.7067) + (end -5.08 -3.81) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -7.62 -3.81) + (mid -6.985 -4.4423) + (end -6.35 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -7.62 -3.81) + (mid -6.985 -4.4423) + (end -6.35 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.62 -3.81) + (end -6.35 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start -6.35 3.81) + (mid -6.985 4.4423) + (end -7.62 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -6.35 3.81) + (mid -6.985 4.4423) + (end -7.62 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start -5.08 3.81) + (mid -6.985 5.7067) + (end -8.89 3.81) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center -2.54 1.143) + (radius 0.635) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 -5.842) + (radius 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -8.89 -3.81) (xy -8.89 3.81) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 3.81) (xy -5.08 -3.81) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -5.842) (xy 0 4.318) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -3.302) (xy -2.54 -0.762) (xy -2.54 0.508) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -2.032) (xy 2.54 0.508) (xy 2.54 1.778) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 4.318) (xy 0 6.858) (xy 1.27 4.318) (xy -1.27 4.318) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.905 1.778) + (end 3.175 3.048) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "USB_C_Receptacle_USB2.0_1_1" + (pin passive line + (at 0 -22.86 90) + (length 5.08) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -22.86 90) + (length 5.08) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 15.24 180) + (length 5.08) + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 10.16 180) + (length 5.08) + (name "CC1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -2.54 180) + (length 5.08) + (name "D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 2.54 180) + (length 5.08) + (name "D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -12.7 180) + (length 5.08) + (name "SBU1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 15.24 180) + (length 5.08) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -22.86 90) + (length 5.08) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -22.86 90) + (length 5.08) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 15.24 180) + (length 5.08) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 7.62 180) + (length 5.08) + (name "CC2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -5.08 180) + (length 5.08) + (name "D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 0 180) + (length 5.08) + (name "D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -15.24 180) + (length 5.08) + (name "SBU2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 15.24 180) + (length 5.08) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 -22.86 90) + (length 5.08) + (name "SHIELD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "S1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x01" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x01" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x01_1_1" + (rectangle + (start -1.27 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 1.27) + (end 1.27 -1.27) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 3.81) + (name "Pin_1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x03" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x03" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x03_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 1.27 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x05" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x05" + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x05, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x05_1_1" + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (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 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 6.35) + (end 1.27 -6.35) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin passive line + (at -5.08 5.08 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 2.54 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 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 -5.08 -2.54 0) + (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 -5.08 0) + (length 3.81) + (name "Pin_5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:LED" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 "MCU_ST_STM32F0:STM32F030F4Px" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -10.16 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "STM32F030F4Px" + (at 5.08 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" + (at -10.16 -17.78 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + (property "Datasheet" "http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00088500.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "ARM Cortex-M0 MCU, 16KB flash, 4KB RAM, 48MHz, 2.4-3.6V, 15 GPIO, TSSOP-20" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "ARM Cortex-M0 STM32F0 STM32F0x0 Value Line" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TSSOP*4.4x6.5mm*P0.65mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "STM32F030F4Px_0_1" + (rectangle + (start -10.16 -17.78) + (end 10.16 15.24) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "STM32F030F4Px_1_1" + (pin input line + (at -12.7 7.62 0) + (length 2.54) + (name "BOOT0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 2.54 180) + (length 2.54) + (name "PA4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 0 180) + (length 2.54) + (name "PA5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -2.54 180) + (length 2.54) + (name "PA6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -5.08 180) + (length 2.54) + (name "PA7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -12.7 -15.24 0) + (length 2.54) + (name "PB1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -20.32 90) + (length 2.54) + (name "VSS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 17.78 270) + (length 2.54) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -7.62 180) + (length 2.54) + (name "PA9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -10.16 180) + (length 2.54) + (name "PA10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -12.7 180) + (length 2.54) + (name "PA13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 -7.62 0) + (length 2.54) + (name "PF0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -15.24 180) + (length 2.54) + (name "PA14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 -10.16 0) + (length 2.54) + (name "PF1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 12.7 0) + (length 2.54) + (name "NRST" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 2.54 17.78 270) + (length 2.54) + (name "VDDA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 12.7 180) + (length 2.54) + (name "PA0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 10.16 180) + (length 2.54) + (name "PA1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 7.62 180) + (length 2.54) + (name "PA2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 5.08 180) + (length 2.54) + (name "PA3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "Regulator_Linear:XC6206PxxxMR" + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -3.81 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "XC6206PxxxMR" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 0 5.715 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.torexsemi.com/file/xc6206/XC6206.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Positive 60-250mA Low Dropout Regulator, Fixed Output, SOT-23" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Torex LDO Voltage Regulator Fixed Positive" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?23*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "XC6206PxxxMR_0_1" + (rectangle + (start -5.08 1.905) + (end 5.08 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "XC6206PxxxMR_1_1" + (pin power_in line + (at 0 -7.62 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 7.62 0 180) + (length 2.54) + (name "VO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -7.62 0 0) + (length 2.54) + (name "VI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "batteryPack:BK-18650-PC4" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "BT" + (at -3.81 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Value" "BK-18650-PC4" + (at -3.81 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Footprint" "BAT_BK-18650-PC4" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + (hide yes) + ) + ) + (property "Datasheet" "Manufacturer Recommendations" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Campo4" "21.54 mm" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + (hide yes) + ) + ) + (property "Campo5" "K" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + (hide yes) + ) + ) + (property "Campo6" "MPD" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "BK-18650-PC4_0_0" + (polyline + (pts + (xy -3.81 -3.175) (xy -2.54 -3.175) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 4.445) (xy -2.54 4.445) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.175 -2.54) (xy -3.175 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.175 5.08) (xy -3.175 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy -2.54 -5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy -1.27 -7.62) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -1.27 -5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.54) (xy -2.54 2.54) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.54) (xy -1.27 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 5.08) (xy -1.27 2.54) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -5.08) (xy 1.27 -6.35) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -5.08) (xy 2.54 -5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -3.81) (xy 1.27 -5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 2.54 2.54) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 3.81) (xy 1.27 2.54) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at 7.62 2.54 180) + (length 5.08) + (name "1-" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "1" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin passive line + (at -7.62 2.54 0) + (length 5.08) + (name "1+" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "1+" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin passive line + (at 7.62 -5.08 180) + (length 5.08) + (name "2-" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "2" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + (pin passive line + (at -7.62 -5.08 0) + (length 5.08) + (name "2+" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "2+" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + ) + ) + ) + (symbol "batteryPack:TP5100-Module" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TP5100-Module" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "batteryPack:TP5100-Module" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 2.54 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TP5100-Module_0_1" + (rectangle + (start 8.89 6.35) + (end -8.89 -6.35) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "TP5100-Module_1_0" + (pin power_out line + (at 11.43 -5.08 180) + (length 2.54) + (name "Bat-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TP5100-Module_1_1" + (pin power_in line + (at -11.43 -5.08 0) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -11.43 5.08 0) + (length 2.54) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 11.43 5.08 180) + (length 2.54) + (name "Bat+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at -11.43 0 0) + (length 2.54) + (name "LED_VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at -11.43 2.54 0) + (length 2.54) + (name "Charging" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at -11.43 -2.54 0) + (length 2.54) + (name "Finished" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+3V3" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3V3\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+3V3_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+3V3_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "+3V3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "power:VBUS" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "VBUS_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VBUS_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 114.3 33.02) + (diameter 0) + (color 0 0 0 0) + (uuid "020318ee-f966-48af-b5fb-5e905c8f58e8") + ) + (junction + (at 262.89 52.07) + (diameter 0) + (color 0 0 0 0) + (uuid "07dad831-7724-403f-84b2-e0b38a695990") + ) + (junction + (at 234.95 87.63) + (diameter 0) + (color 0 0 0 0) + (uuid "13131940-6141-4dde-9491-899f26d14a2e") + ) + (junction + (at 46.99 36.83) + (diameter 0) + (color 0 0 0 0) + (uuid "57552875-0967-4cb0-99b8-e3ba7af7c5e0") + ) + (junction + (at 92.71 33.02) + (diameter 0) + (color 0 0 0 0) + (uuid "59a257bd-cf5a-4637-acaf-589ad699f485") + ) + (junction + (at 46.99 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "68254c4c-d820-4b74-a08c-09a3cdd55dec") + ) + (junction + (at 52.07 146.05) + (diameter 0) + (color 0 0 0 0) + (uuid "69b76d67-f71c-441f-9b34-479f1ef4cba8") + ) + (junction + (at 68.58 62.23) + (diameter 0) + (color 0 0 0 0) + (uuid "74e6dc49-bc5b-4cc3-845b-94f919abd322") + ) + (junction + (at 68.58 33.02) + (diameter 0) + (color 0 0 0 0) + (uuid "9dcc7432-8608-4301-9226-9372d8e3db45") + ) + (junction + (at 163.83 24.13) + (diameter 0) + (color 0 0 0 0) + (uuid "cd8ddd72-892b-464f-9083-9b247d75734e") + ) + (junction + (at 264.16 30.48) + (diameter 0) + (color 0 0 0 0) + (uuid "e05fab7c-c44b-461b-8756-33d9974cbc18") + ) + (junction + (at 135.89 31.75) + (diameter 0) + (color 0 0 0 0) + (uuid "ed6dc2b1-77cf-42a0-8a49-cc6a56f59a5e") + ) + (no_connect + (at 46.99 52.07) + (uuid "0cba6d33-7cdd-4135-a830-0107acdc7347") + ) + (no_connect + (at 233.68 35.56) + (uuid "2de0d292-5849-40c2-8389-584740467205") + ) + (no_connect + (at 233.68 38.1) + (uuid "2e4ebbe5-3976-42e7-9a8f-2fcef29236e1") + ) + (no_connect + (at 233.68 33.02) + (uuid "2f1044f0-5768-4bc6-b214-d808fa198ad1") + ) + (no_connect + (at 233.68 54.61) + (uuid "31d9aeb6-fe94-4646-a82c-77a88972030a") + ) + (no_connect + (at 46.99 54.61) + (uuid "3c081b78-ecbf-4e3c-8686-5ee9f00aca20") + ) + (no_connect + (at 46.99 31.75) + (uuid "3eb28bf2-f941-426e-9f7b-2005f5e4dccf") + ) + (no_connect + (at 46.99 29.21) + (uuid "74bc051f-a727-4498-a166-8188ee91ba35") + ) + (no_connect + (at 233.68 59.69) + (uuid "aabc2dc2-bb9a-462e-947c-88d3228f14fe") + ) + (no_connect + (at 233.68 57.15) + (uuid "dfa77e38-36d8-4e67-9418-54dea6c47123") + ) + (no_connect + (at 36.83 88.9) + (uuid "f2e6206a-458c-40c2-8899-54dda6990816") + ) + (wire + (pts + (xy 266.7 48.26) (xy 262.89 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0b4d96f0-e114-4534-98b9-09d4d47da117") + ) + (wire + (pts + (xy 163.83 26.67) (xy 163.83 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0d02524e-edb3-474f-a944-32ef3dd5400d") + ) + (wire + (pts + (xy 106.68 49.53) (xy 106.68 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0ef361bc-3bd2-4471-a113-c561cb1c3f61") + ) + (wire + (pts + (xy 176.53 52.07) (xy 214.63 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "10b64bd5-722e-421f-902c-05feeff3f18c") + ) + (wire + (pts + (xy 151.13 49.53) (xy 106.68 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1189506d-0691-44d6-a758-a0ae7c6fa6f1") + ) + (wire + (pts + (xy 151.13 52.07) (xy 118.11 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "14f098e9-63fe-426c-8ca8-0eb993ccfbbb") + ) + (wire + (pts + (xy 46.99 154.94) (xy 77.47 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "194ba8b3-c630-4678-b307-dc41079df235") + ) + (wire + (pts + (xy 46.99 44.45) (xy 46.99 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "199e09df-ec8e-45d2-bb07-6af99331076a") + ) + (wire + (pts + (xy 46.99 39.37) (xy 46.99 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1bc6a5d3-60dd-43f5-b653-64c3203af7e0") + ) + (wire + (pts + (xy 199.39 54.61) (xy 199.39 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "20b4842d-de37-4726-b359-546e5e4c955b") + ) + (wire + (pts + (xy 163.83 21.59) (xy 163.83 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "22553df7-c06d-42bb-86f2-7e233fe03753") + ) + (wire + (pts + (xy 267.97 30.48) (xy 264.16 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "28dea660-acb6-466c-b779-f4753770d104") + ) + (wire + (pts + (xy 262.89 48.26) (xy 262.89 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2c299554-07e4-4cf1-abdd-cca70cd09fb1") + ) + (wire + (pts + (xy 46.99 146.05) (xy 52.07 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2cf99704-2430-4178-b2aa-5bf639960a22") + ) + (wire + (pts + (xy 163.83 24.13) (xy 161.29 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d1299d5-292e-4782-a431-3a3a258e11fc") + ) + (wire + (pts + (xy 234.95 87.63) (xy 229.87 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "30c69be6-cbd9-45df-9d89-83e3cc7938c8") + ) + (wire + (pts + (xy 224.79 139.7) (xy 217.17 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "353ae7eb-139c-42b5-a919-43e9e251f042") + ) + (wire + (pts + (xy 119.38 33.02) (xy 114.3 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "377e7556-d347-4387-b3c9-ab40e2858a50") + ) + (wire + (pts + (xy 118.11 52.07) (xy 118.11 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3e423db0-6ebe-4a9a-95b5-7a744307a9db") + ) + (wire + (pts + (xy 184.15 59.69) (xy 176.53 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4831ba0d-900e-43cd-b2a3-1a4f765b316a") + ) + (wire + (pts + (xy 97.79 33.02) (xy 92.71 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "51c14d37-9438-4267-aa17-2534510ddb31") + ) + (wire + (pts + (xy 77.47 148.59) (xy 77.47 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5d1ade3b-7f9c-4fb9-b103-b54bd43d924c") + ) + (wire + (pts + (xy 77.47 146.05) (xy 52.07 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "64884e32-3f46-47c1-9d7f-14ae6b16c6a8") + ) + (wire + (pts + (xy 224.79 132.08) (xy 213.36 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "66b36cb3-264d-4f8e-ace7-25169ececbfa") + ) + (wire + (pts + (xy 68.58 62.23) (xy 77.47 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "69244c8b-64c4-42d9-a368-ac8f7e8237ef") + ) + (wire + (pts + (xy 262.89 52.07) (xy 256.54 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "69bdd8ba-2791-453c-acc9-d5f87cb53f6f") + ) + (wire + (pts + (xy 242.57 87.63) (xy 234.95 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "73d698d7-0c7f-4bef-bc92-adedcafd95ea") + ) + (wire + (pts + (xy 50.8 41.91) (xy 46.99 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "76981cf5-1dae-4db8-bca5-06d9dda003b7") + ) + (wire + (pts + (xy 214.63 52.07) (xy 214.63 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7a246694-a62a-44d6-9607-810aa27175ad") + ) + (wire + (pts + (xy 259.08 132.08) (xy 240.03 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "86d50c1b-06e3-42e3-b5b8-8731cd17dc1e") + ) + (wire + (pts + (xy 77.47 137.16) (xy 77.47 143.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "899c0e1c-95ea-44c4-8c58-3df4df18bf2d") + ) + (wire + (pts + (xy 68.58 33.02) (xy 77.47 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8e03a824-4a43-4f88-a3c3-52c155c0c4de") + ) + (polyline + (pts + (xy 177.8 165.1) (xy 177.8 110.49) + ) + (stroke + (width 0.9906) + (type default) + ) + (uuid "8ea92ba7-2b94-4f34-abd8-0266eecc743b") + ) + (wire + (pts + (xy 52.07 163.83) (xy 46.99 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "906c86ae-836f-4c92-a9e4-54cacd8c80f2") + ) + (polyline + (pts + (xy 12.7 110.49) (xy 285.75 110.49) + ) + (stroke + (width 0.9906) + (type default) + ) + (uuid "98e87d9c-f570-4e87-8982-ecbe4fb75ae1") + ) + (wire + (pts + (xy 260.35 87.63) (xy 257.81 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a8499114-8038-4c6f-bd31-541b3d25de8f") + ) + (wire + (pts + (xy 264.16 26.67) (xy 264.16 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a8f96945-3bdd-412d-bfeb-055d65b58c22") + ) + (wire + (pts + (xy 161.29 24.13) (xy 161.29 26.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa343a72-96fd-4097-b7bc-bc5a931df407") + ) + (wire + (pts + (xy 135.89 31.75) (xy 151.13 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4fdb58e-696e-4beb-9b9f-2b94f3e0246e") + ) + (wire + (pts + (xy 267.97 52.07) (xy 262.89 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b6ffe715-99ee-42f8-9752-e3dca4c4469b") + ) + (wire + (pts + (xy 168.91 24.13) (xy 163.83 24.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b9e5a068-130c-4c6d-b43b-716e48d771e9") + ) + (wire + (pts + (xy 254 139.7) (xy 240.03 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bd80aad9-05c8-43ef-a980-040e1761f060") + ) + (wire + (pts + (xy 179.07 36.83) (xy 176.53 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c02be75f-925a-4fe0-8ec3-4f72f51afaa6") + ) + (wire + (pts + (xy 50.8 36.83) (xy 46.99 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d1ad1bbd-cc2f-4920-97df-6027e86e1368") + ) + (wire + (pts + (xy 266.7 26.67) (xy 264.16 26.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d275fe79-123c-4807-a137-e8bd94f5de4c") + ) + (wire + (pts + (xy 135.89 29.21) (xy 135.89 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d52610ee-43aa-40d5-b6c0-1d794fd9596c") + ) + (wire + (pts + (xy 52.07 146.05) (xy 52.07 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d7cb1266-7fa5-42a4-a30f-27337a3f0329") + ) + (wire + (pts + (xy 129.54 54.61) (xy 129.54 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e42b06ac-872f-43d4-a1ab-8468968d494f") + ) + (wire + (pts + (xy 151.13 54.61) (xy 129.54 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e8a7a961-e830-4208-abcf-a166b6bd6382") + ) + (wire + (pts + (xy 68.58 62.23) (xy 62.23 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9b8ac29-fe65-4fa4-8f30-1d9edcde5d18") + ) + (wire + (pts + (xy 264.16 30.48) (xy 256.54 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f652f709-f293-4def-a548-57fc2d3fa797") + ) + (wire + (pts + (xy 46.99 137.16) (xy 77.47 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f68d4b3f-0711-4c07-a7ec-3579f04aab4a") + ) + (wire + (pts + (xy 176.53 54.61) (xy 199.39 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f71f9ee3-381e-44f6-a067-95d3caaebede") + ) + (wire + (pts + (xy 68.58 33.02) (xy 62.23 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fb022a8e-a7e6-4f09-afa4-9510a13c989c") + ) + (text "See doc/resistorCalculator.xlsx for the values on D+ and D- pins\nInspired by http://blog.deconinck.info/post/2017/08/09/Turning-a-Quick-Charge-3.0-charger-into-a-variable-voltage-power-supply" + (exclude_from_sim no) + (at 62.23 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "32b8c993-54cc-466d-a369-e3b947325c6b") + ) + (text "Battery Pack" + (exclude_from_sim no) + (at 215.9 161.29 0) + (effects + (font + (size 2.9972 2.9972) + (thickness 0.5994) + (bold yes) + ) + (justify left bottom) + ) + (uuid "4a9073ea-c9f4-44f2-8134-2037398089df") + ) + (text "Charger" + (exclude_from_sim no) + (at 138.43 102.87 0) + (effects + (font + (size 2.9972 2.9972) + (thickness 0.5994) + (bold yes) + ) + (justify left bottom) + ) + (uuid "5e8a45cd-77e4-476b-adaf-f3ab72ce81cc") + ) + (text "Battery Connector" + (exclude_from_sim no) + (at 72.39 191.77 0) + (effects + (font + (size 2.9972 2.9972) + (thickness 0.5994) + (bold yes) + ) + (justify left bottom) + ) + (uuid "cc97ef4a-f96b-4a6a-939d-85b4514bc2e1") + ) + (label "MID" + (at 72.39 146.05 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "118484c0-1d71-4eb2-af11-6edb898e5b6b") + ) + (label "OUT-" + (at 72.39 154.94 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "27a40c6e-712b-42ea-8e68-57cf1a36ecc0") + ) + (label "OUT+" + (at 72.39 137.16 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7e418c5e-5310-41fd-a2a8-617fca84460f") + ) + (label "BP_B1-" + (at 243.84 132.08 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "87590cff-26eb-422e-bf58-7487c4107a63") + ) + (label "BP_B1+" + (at 217.17 132.08 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "98f2c816-c26e-40dc-b381-c8350af54734") + ) + (label "BP_B2+" + (at 217.17 139.7 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c124c680-c3ca-4966-8014-4a3411471f8b") + ) + (label "BP_B2-" + (at 243.84 139.7 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "cfb7c078-8e2c-42e9-84cb-6cbb12854e7f") + ) + (label "VBUS_SENSE" + (at 138.43 31.75 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "e0c1f900-6355-44fc-bfe2-b8f6b745f0c2") + ) + (global_label "BAT2+" + (shape input) + (at 92.71 25.4 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "077f7a8d-ded8-4f3f-a15f-ceb3a7a67fd3") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "D-" + (shape input) + (at 62.23 33.02 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "17ad756c-65b7-4923-b7da-950d1ff7d5c2") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "D-" + (shape input) + (at 36.83 86.36 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "2335c662-940b-4014-bf77-f8d0a8c2f2b4") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "D-_CTL" + (shape input) + (at 77.47 33.02 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "28999ee6-83c0-4011-8fd3-af635cc3c4c8") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "BAT2+" + (shape input) + (at 266.7 48.26 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "29fe788e-7474-495b-b153-f1567d68d312") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "BAT2_V" + (shape input) + (at 97.79 33.02 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "2a57da0e-3724-4403-8ce8-b53620171e66") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "D+" + (shape input) + (at 62.23 62.23 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "34e62825-c77f-4c3c-9173-d9b1d10541fa") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "D+" + (shape input) + (at 36.83 83.82 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "37f3da69-a27d-4d90-8bb9-708979055963") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "SWCLK" + (shape input) + (at 151.13 59.69 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "4610b572-c5b3-497f-ab2c-4c93feab3eb3") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "SWDIO" + (shape input) + (at 210.82 36.83 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "56cc1d05-8c1b-42d2-9a94-7142272d7bdb") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "SWCLK" + (shape input) + (at 210.82 34.29 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "5e0bff69-dbba-4e9d-a9db-da1eda5d5ecb") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "BAT2_V" + (shape input) + (at 151.13 46.99 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "60e94006-2000-472f-b138-830532b6caa1") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "D+_CTL" + (shape input) + (at 77.47 62.23 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "61833007-fff9-4cbe-9e91-fb8e731fe820") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "RX" + (shape input) + (at 151.13 39.37 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "676219de-7c81-43d0-a31f-457efb93ea91") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "BAT1_V" + (shape input) + (at 119.38 33.02 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "700ee7d0-0e10-4ea1-9931-a369d0650dba") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "TX" + (shape input) + (at 151.13 36.83 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "778faee6-3795-4dfc-b57b-b5ea968178ad") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "TX" + (shape input) + (at 210.82 21.59 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "7ee0e9e7-e7fe-41f0-95ac-802ce92dafa0") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "SWDIO" + (shape input) + (at 151.13 57.15 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "87405241-1135-4219-85c7-4832e3d2011c") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "D+_CTL" + (shape input) + (at 151.13 41.91 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "8c4ac400-998f-46d2-a622-be347ddbde1a") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "BAT1+" + (shape input) + (at 114.3 25.4 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "9778273a-21ad-4c25-b987-5187603b2641") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "RST" + (shape input) + (at 210.82 39.37 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "ba620091-0cba-436b-a6db-076d8e6a1aee") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "D-_CTL" + (shape input) + (at 151.13 44.45 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "c3b51678-d936-47af-9500-6fe37d50756e") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "BAT1_V" + (shape input) + (at 151.13 34.29 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "c617ae44-3737-4eaf-b3cd-a8cb13e6288c") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "D-" + (shape input) + (at 50.8 36.83 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "c65cfbdc-d869-4557-927c-c34148f60baf") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "BAT1+" + (shape input) + (at 266.7 26.67 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "e3027898-50b6-48db-93fd-af6f8288a016") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "D+" + (shape input) + (at 50.8 41.91 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "e718bbd7-5fb5-4fd6-80e2-f99ea486efda") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "RST" + (shape input) + (at 176.53 31.75 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "f133d006-df24-4879-b28f-21dbc74b2972") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "BAT2+" + (shape input) + (at 229.87 87.63 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "f5ba141a-8cdc-4ef0-83e6-72e9ae795468") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (global_label "RX" + (shape input) + (at 210.82 24.13 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "ff759c1a-4512-40f6-ab52-1b7272225616") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Referencias entre hojas" "${INTERSHEET_REFS}" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + ) + (symbol + (lib_id "batteryPack:BK-18650-PC4") + (at 232.41 134.62 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e837b36") + (property "Reference" "BT1" + (at 232.41 125.2982 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "BK-18650-PC4" + (at 232.41 127.6096 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "BAT_BK-18650-PC4" + (at 232.41 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + (hide yes) + ) + ) + (property "Datasheet" "Manufacturer Recommendations" + (at 232.41 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + (hide yes) + ) + ) + (property "Description" "" + (at 232.41 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Pole4" "21.54 mm" + (at 232.41 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + (hide yes) + ) + ) + (property "Pole5" "K" + (at 232.41 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + (hide yes) + ) + ) + (property "Pole6" "MPD" + (at 232.41 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + (hide yes) + ) + ) + (pin "1" + (uuid "b127fe84-d126-4585-84df-24531b49e130") + ) + (pin "1+" + (uuid "54197fa2-f10f-475c-af44-ac45d1aad9e5") + ) + (pin "2" + (uuid "461d502c-79a0-4596-a614-23b0f04a33e7") + ) + (pin "2+" + (uuid "d6683fe3-4c51-42ca-b687-a81c5f87f92c") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "BT1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "batteryPack:TP5100-Module") + (at 245.11 35.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e839d83") + (property "Reference" "U1" + (at 245.11 24.765 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TP5100-Module" + (at 245.11 27.0764 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "batteryPack:TP5100-Module" + (at 245.11 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 247.65 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 245.11 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "7516d997-a09f-4069-b543-71d8b17f6132") + ) + (pin "1" + (uuid "6c584b02-bf73-491f-917d-36f7dbaf762f") + ) + (pin "2" + (uuid "325e4efb-d115-479e-9533-b2f8442900b0") + ) + (pin "3" + (uuid "40d94883-f6eb-46e6-b653-366a55b92007") + ) + (pin "5" + (uuid "174f063e-8322-4936-a035-84263eaba501") + ) + (pin "6" + (uuid "26cc3955-8efd-413e-bbfc-8d40e1b1d3dc") + ) + (pin "7" + (uuid "09630c46-e39c-4eb3-94dd-5b2b2bc08024") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x01") + (at 208.28 132.08 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e83a998") + (property "Reference" "J10" + (at 210.3628 126.365 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "B1+" + (at 210.3628 128.6764 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "batteryPack:2mm_Banana-Socket" + (at 208.28 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 208.28 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 208.28 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "84dc6b61-447c-4db8-8050-49aeced3537a") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x01") + (at 212.09 139.7 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e83aec8") + (property "Reference" "J9" + (at 214.1728 133.985 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "B2+" + (at 214.1728 136.2964 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "batteryPack:2mm_Banana-Socket" + (at 212.09 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 212.09 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 212.09 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "35bcaf64-2c4a-4b20-b394-9636d60df11c") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x01") + (at 264.16 132.08 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e83b363") + (property "Reference" "J11" + (at 266.192 131.0132 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "B1-" + (at 266.192 133.3246 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "batteryPack:2mm_Banana-Socket" + (at 264.16 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 264.16 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a0049304-d921-41d1-a4f6-f9126074eedb") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x01") + (at 259.08 139.7 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e83b842") + (property "Reference" "J12" + (at 261.112 138.6332 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "B2-" + (at 261.112 140.9446 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "batteryPack:2mm_Banana-Socket" + (at 259.08 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 259.08 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 259.08 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "56fe05bd-022e-4b0b-9bc1-bb8a822cbf3c") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "batteryPack:TP5100-Module") + (at 245.11 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8405d9") + (property "Reference" "U4" + (at 245.11 46.355 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TP5100-Module" + (at 245.11 48.6664 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "batteryPack:TP5100-Module" + (at 245.11 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 247.65 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 245.11 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "8c2e2d11-3fe1-4908-8aa2-1904d4261d7a") + ) + (pin "1" + (uuid "c998e6ba-4c3c-49d7-b97a-47c8b0a3b94f") + ) + (pin "2" + (uuid "e45dd807-2658-493d-b0d0-abec6fe6f881") + ) + (pin "3" + (uuid "95c5db40-e4d0-46b8-911a-0f9c141559e1") + ) + (pin "5" + (uuid "5fdccb8c-da08-4f87-88cf-a04da4f8ab81") + ) + (pin "6" + (uuid "01839d0a-b9af-4ec3-8f3f-2c0ea7c9ec73") + ) + (pin "7" + (uuid "b1e76a9c-7119-4368-bd1f-b3f98b3c34d6") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:USB_C_Receptacle_USB2.0") + (at 31.75 39.37 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8413a8") + (property "Reference" "P1" + (at 34.4678 17.3482 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "USB-C" + (at 34.4678 19.6596 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "batteryPack:USB_C_Female-16Pin-HPJF" + (at 35.56 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" + (at 35.56 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "A1" + (uuid "959e0840-b6e3-4b64-b364-b395ca1acb06") + ) + (pin "A12" + (uuid "49eceda5-8232-4fe6-aca0-1fbb7c79f97e") + ) + (pin "A4" + (uuid "dce39df1-9ded-45b5-ad02-10289c3f70a9") + ) + (pin "A5" + (uuid "7e2b3647-d3b6-4e4e-8be1-00d871ff2975") + ) + (pin "A6" + (uuid "0e07da31-cd6a-416f-9d07-80c6d5bbbb03") + ) + (pin "A7" + (uuid "3bb9f010-e6c7-4d1d-9776-a3d464118c74") + ) + (pin "A8" + (uuid "b601f6c3-1d07-4f7b-8c91-d7da0a3e6352") + ) + (pin "A9" + (uuid "31b9a0a6-f1e1-47d8-967b-62f4d6706f31") + ) + (pin "B1" + (uuid "cd3beded-1e3e-445b-8a12-2568557f31b3") + ) + (pin "B12" + (uuid "1c671415-8d79-4f7c-b672-575cdb7e30bc") + ) + (pin "B4" + (uuid "59094f8e-d33c-486b-9c8f-41da0821d488") + ) + (pin "B5" + (uuid "7e25c81d-ce19-4b25-85ff-afa3f7d02602") + ) + (pin "B6" + (uuid "9eba2a88-8a78-43ad-a1ad-d75c6343c20d") + ) + (pin "B7" + (uuid "93a8e0b9-7c77-4418-bb37-b903aababc79") + ) + (pin "B8" + (uuid "84f62167-016d-4c45-88ac-23a530d98660") + ) + (pin "B9" + (uuid "5ba88dee-572c-4229-bf99-5c736336d4d5") + ) + (pin "S1" + (uuid "ebbaa6bb-af41-4c7b-a9f1-e21571917edb") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "P1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x01") + (at 273.05 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8484dd") + (property "Reference" "J13" + (at 275.082 29.4132 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "B1+" + (at 275.082 31.7246 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "batteryPack:2mm_Banana-Plug" + (at 273.05 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 273.05 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 273.05 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bfb443a2-70f1-48d8-8e14-12cd3ffe8337") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x01") + (at 261.62 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e848e4e") + (property "Reference" "J14" + (at 263.652 39.5732 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "B1-" + (at 263.652 41.8846 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "batteryPack:2mm_Banana-Plug" + (at 261.62 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 261.62 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 261.62 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4c02fc85-379d-438e-8498-1ee51b9ce275") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x01") + (at 273.05 52.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8491a4") + (property "Reference" "J15" + (at 275.082 51.0032 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "B2+" + (at 275.082 53.3146 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "batteryPack:2mm_Banana-Plug" + (at 273.05 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 273.05 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 273.05 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1099f4fe-6c06-4884-9cab-e85ae7950606") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x01") + (at 261.62 62.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e849477") + (property "Reference" "J16" + (at 263.652 61.1632 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "B2-" + (at 263.652 63.4746 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "batteryPack:2mm_Banana-Plug" + (at 261.62 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 261.62 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 261.62 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9b178f55-f812-4528-aca6-10c94e413b1c") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "MCU_ST_STM32F0:STM32F030F4Px") + (at 163.83 44.45 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e84ae5c") + (property "Reference" "U2" + (at 172.72 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "STM32F030F4Px" + (at 173.99 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm" + (at 173.99 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + (property "Datasheet" "http://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00088500.pdf" + (at 163.83 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 163.83 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4aeca159-b007-445a-b5cb-e1d025aedc48") + ) + (pin "10" + (uuid "0c6f3e6a-f832-460c-ad4d-3bbe28494d65") + ) + (pin "11" + (uuid "a26abcfa-3bc9-41ac-8c23-a865a67106dc") + ) + (pin "12" + (uuid "42ec0741-d5e9-454d-b317-db03c902ff19") + ) + (pin "13" + (uuid "07cc43f8-440a-4097-890d-feacd4963d02") + ) + (pin "14" + (uuid "c7c1535f-1033-4065-b296-16c116778603") + ) + (pin "15" + (uuid "76fd046a-9647-4ca8-a825-65b5e699f9fb") + ) + (pin "16" + (uuid "fbce2d4b-8093-49f7-b7dc-b92c7ab6ebe2") + ) + (pin "17" + (uuid "d05e2d8f-6ef1-439a-b2df-fb432321f093") + ) + (pin "18" + (uuid "d0978269-52ce-41f0-9a39-7ca5eafff98e") + ) + (pin "19" + (uuid "f9b10ff7-3ee8-4a18-8d1e-18a90b7d12a7") + ) + (pin "2" + (uuid "d7208f5f-c306-4d2e-8abb-e399f3771996") + ) + (pin "20" + (uuid "16f972cf-886f-418d-8a7e-dc3d084dc68c") + ) + (pin "3" + (uuid "91aa2613-0a7b-4db6-ad73-33427aa122a9") + ) + (pin "4" + (uuid "e6535cbf-f20a-4b53-882c-ce21b426f6dd") + ) + (pin "5" + (uuid "d46d0d5d-de04-4de5-bb5f-8229f27854f2") + ) + (pin "6" + (uuid "8644cecf-97da-4ddb-8ab3-81430d310686") + ) + (pin "7" + (uuid "29877a47-3426-4257-aa9b-cfc7347f8421") + ) + (pin "8" + (uuid "b65f236c-1351-4a72-a512-c191d202225b") + ) + (pin "9" + (uuid "7ae5aaa4-7551-4288-86f3-9de9a068f843") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 31.75 62.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e853097") + (property "Reference" "#PWR0101" + (at 31.75 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 31.877 66.6242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 31.75 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 31.75 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 31.75 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4764fb77-a6fb-4684-8ce4-db8a5e0d0b53") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 233.68 62.23 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e853411") + (property "Reference" "#PWR0102" + (at 227.33 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 230.4288 62.357 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 233.68 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 233.68 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 233.68 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1be00b18-46b0-4ffe-a742-59ef14edc608") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0102") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 233.68 40.64 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e853801") + (property "Reference" "#PWR0103" + (at 227.33 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 230.4288 40.767 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 233.68 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 233.68 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 233.68 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "91e4a8ee-a3cc-4745-9765-5bee041f8586") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0103") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 233.68 30.48 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e853de6") + (property "Reference" "#PWR0104" + (at 237.49 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (at 230.4542 30.099 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 233.68 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 233.68 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 233.68 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6e7e7728-8249-43fc-8f25-b376a1b4537c") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0104") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 233.68 52.07 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8542fb") + (property "Reference" "#PWR0105" + (at 237.49 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (at 230.4542 51.689 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 233.68 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 233.68 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 233.68 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cb147e3b-9987-40be-bb7c-d0be1fb5d508") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0105") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 46.99 24.13 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e854750") + (property "Reference" "#PWR0106" + (at 43.18 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (at 50.2412 24.511 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 46.99 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 46.99 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 46.99 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2c29a0f4-2bfa-4e31-a068-b4998f6ee516") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0106") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:USB_B_Micro") + (at 29.21 83.82 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e87821f") + (property "Reference" "J1" + (at 30.6578 71.9582 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Mirco USB" + (at 30.6578 74.2696 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_USB:USB_Micro-B_Wuerth_629105150521_CircularHoles" + (at 33.02 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 33.02 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "11c251e3-c5f9-47d1-9aff-1f1fb5fcd090") + ) + (pin "2" + (uuid "ffa9f6d2-9d47-4bdb-937d-0613b0e39002") + ) + (pin "3" + (uuid "6f09dbe1-bc22-4943-891b-752d807573cf") + ) + (pin "4" + (uuid "50b3b051-db14-4ce5-8e52-28b6d4d2422a") + ) + (pin "5" + (uuid "f7f35b77-c6b0-4433-b0a6-f2d0ba61266f") + ) + (pin "6" + (uuid "fa09be6a-3674-4259-940f-dc5202f41020") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 24.13 62.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e878c95") + (property "Reference" "#PWR0107" + (at 24.13 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 24.257 66.6242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 24.13 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 24.13 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 24.13 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8e941239-0661-4d1a-bb95-a9e66ea31b6e") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0107") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 29.21 93.98 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e878f9e") + (property "Reference" "#PWR0108" + (at 29.21 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 29.337 98.3742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 29.21 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f9050791-0bf1-4e37-9cc7-b11b0c00255e") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0108") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 26.67 93.98 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e87968c") + (property "Reference" "#PWR0109" + (at 26.67 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 26.797 98.3742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 26.67 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 26.67 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 26.67 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c12fa73c-cfdf-44f5-8b41-4c60b0ec8977") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0109") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 36.83 78.74 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e879b07") + (property "Reference" "#PWR0110" + (at 33.02 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (at 40.0812 79.121 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 36.83 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 36.83 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 36.83 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "765cb3ae-e400-41a3-9d5e-edfe5c322318") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0110") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x05") + (at 215.9 39.37 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8bc242") + (property "Reference" "J7" + (at 217.932 38.3032 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "SWD" + (at 217.932 40.6146 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x05_P2.54mm_Vertical" + (at 215.9 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 215.9 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f1763c32-16eb-4913-9697-8f37ef3409d2") + ) + (pin "2" + (uuid "ea0314e0-6d9d-4819-a4f7-556c7dc35907") + ) + (pin "3" + (uuid "bd6b934e-d127-4eb3-b869-8553883bd4ca") + ) + (pin "4" + (uuid "c7510af5-d4ee-493d-b2e3-776825774137") + ) + (pin "5" + (uuid "73b6772b-7293-4979-b14d-989bdfe97daf") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 172.72 24.13 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8bfe63") + (property "Reference" "C1" + (at 172.72 17.7292 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "470n" + (at 172.72 20.0406 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 168.91 25.0952 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 172.72 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 172.72 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "976bb972-9dc0-4226-9bb9-2bb4c9b75fc4") + ) + (pin "2" + (uuid "9ae5658e-2025-42e0-b48d-d0ca3c73ee01") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 163.83 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8c09e6") + (property "Reference" "#PWR0111" + (at 163.83 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 163.957 69.1642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 163.83 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 163.83 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 163.83 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "101f32da-78d6-474c-a2e1-629c2830f025") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0111") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 176.53 24.13 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8c0d8f") + (property "Reference" "#PWR0112" + (at 182.88 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 179.7812 24.003 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 176.53 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 176.53 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 176.53 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8525d065-ef24-4f4f-b2f4-9e9c5e66fad4") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0112") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 179.07 36.83 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8c1cb9") + (property "Reference" "#PWR0113" + (at 185.42 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 182.3212 36.703 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 179.07 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 179.07 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "256347c5-5a5c-4ee3-9658-33f8ce1279ef") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0113") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 163.83 21.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8c9e35") + (property "Reference" "#PWR0114" + (at 163.83 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 164.211 17.1958 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 163.83 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 163.83 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 163.83 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bdfe1415-9a6a-4d9e-8e30-d2803c5f0db6") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0114") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 210.82 41.91 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8ceeef") + (property "Reference" "#PWR0115" + (at 214.63 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 207.5688 41.529 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 210.82 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 210.82 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 210.82 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e23351cb-32f7-4380-9138-994ecb187370") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0115") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 210.82 44.45 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8cf425") + (property "Reference" "#PWR0116" + (at 204.47 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 207.5688 44.577 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 210.82 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 210.82 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 210.82 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "80c58d1b-c38a-42f3-a176-674fbbeb3b0d") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0116") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x03") + (at 215.9 24.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8cfda7") + (property "Reference" "J8" + (at 217.932 23.0632 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "UART" + (at 217.932 25.3746 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" + (at 215.9 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 215.9 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a770d39d-c7de-4195-bbf4-e014817fc65a") + ) + (pin "2" + (uuid "565fc7ca-a3bc-49e9-855d-fb888efc13e4") + ) + (pin "3" + (uuid "6bc20351-fc40-4c38-a3f3-a31e81b64e45") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 210.82 26.67 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8d04c4") + (property "Reference" "#PWR0117" + (at 204.47 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 207.5688 26.797 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 210.82 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 210.82 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 210.82 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2a16b222-bd95-4523-8773-ebdc1dfab627") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0117") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 135.89 25.4 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8e1775") + (property "Reference" "R8" + (at 137.668 24.2316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "62k" + (at 137.668 26.543 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 134.112 25.4 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 135.89 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 135.89 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "314d0853-f249-42c1-960c-d8694826bda3") + ) + (pin "2" + (uuid "3596f7dc-7de3-42f6-b334-cc36ca2d41d6") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 135.89 35.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8e1c13") + (property "Reference" "R9" + (at 137.668 34.3916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 137.668 36.703 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 134.112 35.56 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 135.89 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 135.89 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b8d03006-fd16-43e3-948c-ef30a16294e5") + ) + (pin "2" + (uuid "a1c8d5a7-1601-4f38-a8f7-629cb27f6b78") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 135.89 21.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8e3f23") + (property "Reference" "#PWR0118" + (at 135.89 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (at 136.271 17.1958 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 135.89 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 135.89 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 135.89 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d98784a2-b6fb-4a51-a633-e0589874a5a7") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0118") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 135.89 39.37 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e8e4497") + (property "Reference" "#PWR0119" + (at 135.89 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 136.017 43.7642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 135.89 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 135.89 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 135.89 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "efcdef23-cef0-48b2-96a3-6fee517e56db") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0119") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 106.68 68.58 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e920a6d") + (property "Reference" "D1" + (at 109.6772 67.5894 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "LED_5V" + (at 109.6772 69.9008 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 106.68 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 106.68 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c3d2342e-fb0f-4659-b3ae-cf7f8ff44f4f") + ) + (pin "2" + (uuid "46fa1b5d-2913-47a3-a4b5-67c6c2e983fb") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 118.11 68.58 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e9224f5") + (property "Reference" "D2" + (at 121.1072 67.5894 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "LED_9V" + (at 121.1072 69.9008 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 118.11 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 118.11 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 118.11 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7c008247-a4b1-4a39-ae67-ce77a2c1be1c") + ) + (pin "2" + (uuid "65ea5b52-4326-4fc8-aba5-bab6ef21db2e") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 129.54 68.58 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e922acf") + (property "Reference" "D3" + (at 132.5372 67.5894 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "LED_12V" + (at 132.5372 69.9008 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 129.54 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 129.54 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 129.54 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "62303416-8ada-4691-9027-b1d874a1fd15") + ) + (pin "2" + (uuid "65f81987-f3e5-4bc4-ad66-105723b6cd3a") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "D3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 106.68 72.39 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e924d1a") + (property "Reference" "#PWR0120" + (at 106.68 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 106.807 76.7842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 106.68 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 106.68 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 106.68 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a5bebbcf-9903-4c1e-b033-b4b98273cb6d") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0120") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 118.11 72.39 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e925122") + (property "Reference" "#PWR0121" + (at 118.11 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 118.237 76.7842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 118.11 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 118.11 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 118.11 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "092830f7-c8a7-467c-be23-1260d23464ce") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0121") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 129.54 72.39 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e925543") + (property "Reference" "#PWR0122" + (at 129.54 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 129.667 76.7842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 129.54 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 129.54 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 129.54 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "356f8f58-963c-4eed-b706-f1b4b9fbb9bf") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0122") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 106.68 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e93dafe") + (property "Reference" "R5" + (at 108.458 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 108.458 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 104.902 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 106.68 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "76b8a995-4258-4d51-859c-6f1d2bae9a11") + ) + (pin "2" + (uuid "5aefa270-2043-4dc8-9358-d3aa1b47df9e") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 118.11 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e93e1e9") + (property "Reference" "R6" + (at 119.888 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 119.888 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 116.332 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 118.11 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 118.11 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "aeb2475f-8a02-4172-9091-d9ef702b3482") + ) + (pin "2" + (uuid "7827d956-7252-4f41-b630-31302f47aa43") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 129.54 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e93e656") + (property "Reference" "R7" + (at 131.318 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 131.318 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 127.762 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 129.54 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 129.54 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bedd9c14-21f1-4b17-bcf5-23de400ecd06") + ) + (pin "2" + (uuid "31bd2100-2b6e-4b32-9b4e-16d7bb024cd9") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 68.58 29.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e97ef19") + (property "Reference" "R1" + (at 70.358 28.0416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 70.358 30.353 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 66.802 29.21 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 68.58 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6de7abb6-f5bd-4bc0-8df4-9694d8b317aa") + ) + (pin "2" + (uuid "da5176d0-dd7a-4839-85c2-5f6f7d6e7dfa") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 68.58 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e97f67a") + (property "Reference" "R2" + (at 70.358 35.6616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2k4" + (at 70.358 37.973 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 66.802 36.83 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 68.58 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4d580df4-e063-4eb5-a7f2-ecba1713deec") + ) + (pin "2" + (uuid "021b0ad2-5527-40cc-b5de-9517c013cdff") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 68.58 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e98d58d") + (property "Reference" "#PWR0123" + (at 68.58 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 68.707 45.0342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 68.58 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 68.58 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 68.58 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7d52027f-a552-4f0c-890a-216fd33d9f7e") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0123") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 68.58 25.4 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e98da6a") + (property "Reference" "#PWR0124" + (at 68.58 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 68.961 21.0058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 68.58 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 68.58 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 68.58 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "060a0187-ba41-483b-a9b3-0f538a27c1bd") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0124") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 68.58 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e98fdca") + (property "Reference" "R3" + (at 70.358 57.2516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 70.358 59.563 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 66.802 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 68.58 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "749df5a5-bc42-44ba-af23-0dbdef4b1e11") + ) + (pin "2" + (uuid "26171b63-d91a-47fb-bb16-946a7f547ea6") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 68.58 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e98fdd4") + (property "Reference" "R4" + (at 70.358 64.8716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2k4" + (at 70.358 67.183 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 66.802 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 68.58 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d9b7169a-6f00-4398-ab08-96fda51c585d") + ) + (pin "2" + (uuid "e1dcf1df-119b-4dbb-999c-64455697bea9") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 68.58 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e98fdde") + (property "Reference" "#PWR0125" + (at 68.58 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 68.707 74.2442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 68.58 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 68.58 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 68.58 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fef6fb7e-5712-4bb3-85ba-746036c1c45a") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0125") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 68.58 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e98fde8") + (property "Reference" "#PWR0126" + (at 68.58 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 68.961 50.2158 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 68.58 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 68.58 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 68.58 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "10458418-b9d9-446c-a7b1-06a471b078b5") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0126") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 250.19 95.25 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e9c36d0") + (property "Reference" "#PWR0127" + (at 250.19 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 250.317 99.6442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 250.19 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 250.19 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 250.19 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c3355966-c837-45ee-8385-c2211321ff6a") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0127") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 234.95 91.44 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e9c4009") + (property "Reference" "C2" + (at 237.871 90.2716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "470n" + (at 237.871 92.583 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 233.9848 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 234.95 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 234.95 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "17d8082d-404e-413e-aa3b-a1b307651e1a") + ) + (pin "2" + (uuid "b2fb6120-abe0-4723-91d7-070a04385068") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 260.35 87.63 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e9ce36c") + (property "Reference" "#PWR0129" + (at 256.54 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 263.6012 88.011 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 260.35 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 260.35 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 260.35 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e5a9763c-a638-4dfe-a302-a823373fd29f") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0129") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 234.95 95.25 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e9d1700") + (property "Reference" "#PWR0130" + (at 234.95 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 235.077 99.6442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 234.95 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 234.95 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 234.95 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f1378087-2b32-4cac-a217-458f3d738f89") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0130") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x01") + (at 41.91 146.05 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e9e3ece") + (property "Reference" "J3" + (at 43.9928 140.335 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "B1-" + (at 43.9928 142.6464 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "batteryPack:2mm_Banana-Vertical" + (at 41.91 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 41.91 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 41.91 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "508d3edc-e213-47e4-a652-cf1cc26b2447") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x01") + (at 41.91 137.16 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e9e4343") + (property "Reference" "J2" + (at 43.9928 131.445 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "B1+" + (at 43.9928 133.7564 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "batteryPack:2mm_Banana-Vertical" + (at 41.91 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 41.91 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 41.91 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f4257e08-081b-4c05-93b1-d88f5edba471") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x01") + (at 41.91 154.94 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e9e45e0") + (property "Reference" "J4" + (at 43.9928 149.225 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "B2-" + (at 43.9928 151.5364 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "batteryPack:2mm_Banana-Vertical" + (at 41.91 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 41.91 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 41.91 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a69787fb-fdf1-49a3-b6ea-dd49068bacce") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x01") + (at 41.91 163.83 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e9e47a7") + (property "Reference" "J5" + (at 43.9928 158.115 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "B2+" + (at 43.9928 160.4264 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "batteryPack:2mm_Banana-Vertical" + (at 41.91 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 41.91 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 41.91 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9948a239-55ba-4f4c-9482-1fd5cdc171a0") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 121.92 140.97 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea0e4e6") + (property "Reference" "H1" + (at 124.46 139.8016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 124.46 142.113 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" + (at 121.92 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 121.92 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 121.92 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 121.92 147.32 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea166f9") + (property "Reference" "H2" + (at 124.46 146.1516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 124.46 148.463 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" + (at 121.92 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 121.92 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 121.92 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x03") + (at 82.55 146.05 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ea258db") + (property "Reference" "J6" + (at 84.582 147.1168 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "CableConnector" + (at 84.582 144.8054 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "batteryPack:Terminal_1x03_P5.08mm_Horizontal" + (at 82.55 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 82.55 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 82.55 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ec504729-d03e-49e8-83ab-29ff5e55afbb") + ) + (pin "2" + (uuid "39c91bf1-e0c8-4b66-9578-679bd616ac5e") + ) + (pin "3" + (uuid "e9cb527b-7f4e-4942-bc2a-0291ece11696") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "J6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Regulator_Linear:XC6206PxxxMR") + (at 250.19 87.63 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005eb5235f") + (property "Reference" "U3" + (at 250.19 81.4832 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "XC6206P332MR" + (at 250.19 83.7946 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 250.19 81.915 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.torexsemi.com/file/xc6206/XC6206.pdf" + (at 250.19 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 250.19 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1362306c-fc94-4e7b-8b2b-87ffdd723f0f") + ) + (pin "2" + (uuid "4641142d-8737-4627-adfc-24630ed4d33b") + ) + (pin "3" + (uuid "72092fb2-addd-4fbc-a26f-438e169ea305") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 114.3 29.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebd9a95") + (property "Reference" "R12" + (at 116.078 28.0416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 116.078 30.353 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 112.522 29.21 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4886fef1-ff91-4d33-b73d-4934dff17716") + ) + (pin "2" + (uuid "cc273922-63e7-4273-8556-01523a2cd04e") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 114.3 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebdaf3a") + (property "Reference" "R13" + (at 116.078 35.6616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "20k" + (at 116.078 37.973 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 112.522 36.83 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f8b56d54-5228-42cb-adb5-6e0d26241f22") + ) + (pin "2" + (uuid "2c3be98b-0a8e-42c1-9352-f88f9bb7ad59") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 114.3 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebee919") + (property "Reference" "#PWR0128" + (at 114.3 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 114.427 45.0342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0a9b2968-4f26-4f6d-9bfa-c98ee52bb9a9") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0128") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 29.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebfffe2") + (property "Reference" "R10" + (at 94.488 28.0416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 94.488 30.353 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 90.932 29.21 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "914f2137-d535-4857-b808-269e91fededf") + ) + (pin "2" + (uuid "e2699798-0ae8-49fd-813c-2a9e012fb22e") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebfffe8") + (property "Reference" "R11" + (at 94.488 35.6616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "20k" + (at 94.488 37.973 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 90.932 36.83 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0c9d0711-5dc9-4c94-ab72-53660091eee6") + ) + (pin "2" + (uuid "7cf85c4c-1dfb-4561-88c8-5df1be64cf1b") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 92.71 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebfffee") + (property "Reference" "#PWR0131" + (at 92.71 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 92.837 45.0342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 92.71 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 92.71 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b4b94fab-b31e-4322-b7ca-e219e3da5f31") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0131") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 184.15 71.12 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec06104") + (property "Reference" "D4" + (at 187.1472 70.1294 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "LED_40%" + (at 187.1472 72.4408 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 184.15 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 184.15 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 184.15 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f1c52436-76b2-43eb-b375-28c0cdc951fe") + ) + (pin "2" + (uuid "49f2f487-53a7-4c95-829f-94b85d04c7ec") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "D4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 199.39 71.12 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec0c35e") + (property "Reference" "D5" + (at 202.3872 70.1294 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "LED_20%" + (at 202.3872 72.4408 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 199.39 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 199.39 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 199.39 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "50230a48-5ad3-40b0-856a-8f0c0acc0de6") + ) + (pin "2" + (uuid "d9e19072-a8a3-4f03-a0e6-b8610f3df453") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "D5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 214.63 71.12 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec1504c") + (property "Reference" "D6" + (at 217.6272 70.1294 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "LED_0%" + (at 217.6272 72.4408 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 214.63 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 214.63 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 214.63 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2312ef58-4d2f-4b0e-b042-4d9ea8b1a4b8") + ) + (pin "2" + (uuid "4781e86a-2e49-4a63-902e-3d69684c25e7") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "D6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 184.15 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec15779") + (property "Reference" "R14" + (at 185.928 62.3316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 185.928 64.643 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 182.372 63.5 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 184.15 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 184.15 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1325bf4f-f79c-4ab7-83e3-e4ff15d94d29") + ) + (pin "2" + (uuid "1e58cd64-ff8c-4f58-b156-c3eaa56e50cb") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 199.39 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec15eab") + (property "Reference" "R15" + (at 201.168 62.3316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 201.168 64.643 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 197.612 63.5 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 199.39 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 199.39 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c92e18bc-11d5-4f2f-9dcb-63e03de2bb39") + ) + (pin "2" + (uuid "ff975056-0a1a-4c92-85f8-dace2525fca8") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 214.63 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec16525") + (property "Reference" "R16" + (at 216.408 62.3316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 216.408 64.643 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" + (at 212.852 63.5 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 214.63 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 214.63 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e29ce1cb-4d96-4f17-b2da-3de8f605b971") + ) + (pin "2" + (uuid "066ad3f9-f024-4f44-943f-9e691b0d9d62") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 184.15 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec1aad5") + (property "Reference" "#PWR0132" + (at 184.15 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 184.277 79.3242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 184.15 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 184.15 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 184.15 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f8d73fb2-96d7-446a-804d-7a15168f01a9") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0132") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 199.39 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec1b0b9") + (property "Reference" "#PWR0133" + (at 199.39 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 199.517 79.3242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 199.39 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 199.39 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 199.39 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "73effc29-c821-4088-b15c-f1e8048dea23") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0133") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 214.63 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec27c5a") + (property "Reference" "#PWR0134" + (at 214.63 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 214.757 79.3242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 214.63 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 214.63 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 214.63 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "94658981-3152-4f2c-948a-1ab745038134") + ) + (instances + (project "batteryPack" + (path "/866b5b99-f202-4624-b829-b8d6114498e7" + (reference "#PWR0134") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/bom.kicad_pcb b/tests/board_samples/kicad_8/bom.kicad_pcb index 44d762692..78ac6e912 100644 --- a/tests/board_samples/kicad_8/bom.kicad_pcb +++ b/tests/board_samples/kicad_8/bom.kicad_pcb @@ -1,240 +1,773 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0) - (aux_axis_origin 148.4 80.2) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "GND") - (net 2 "Net-(C1-Pad1)") - (net 3 "VCC") - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea01d) - (at 146.3 78.6) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ebe91ac") - (attr smd) - (fp_text reference "C1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5156832d-3a20-4910-ada3-43f11349a620) - ) - (fp_text value "1uF" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7d830e9e-ca8d-405c-9522-5a97f348cbb9) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 72c04459-1877-4921-bfa8-dfb948d362ef) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02b7d92a-22cd-4459-9dcd-2ce5b807e2d9)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3981a3b9-cfcb-4bfb-a958-293365d7c877)) - (fp_line (start -1.7 -0.98) (end 1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f61b978-781f-4d12-ba66-c6f14af48752)) - (fp_line (start -1.7 0.98) (end -1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df481dfa-4060-413b-8134-0ac2115807fc)) - (fp_line (start 1.7 -0.98) (end 1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f1195c5-11d6-4c13-a19f-c0b92d6aa5bf)) - (fp_line (start 1.7 0.98) (end -1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a39b0eb-a969-442a-b9b2-26bc41e3156d)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4be95788-4e3c-4fcc-8dcb-5cdb6e15d6f2)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe2c02ea-d0f9-4f3c-b111-2105791284db)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ac523cb-ca8a-4a4a-949c-5d679fa0fa98)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7249fa99-227d-4874-8854-5ba766a0e81c)) - (pad "1" smd roundrect (at -0.95 0) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 47093265-53bc-49ef-8aae-af52cab37285)) - (pad "2" smd roundrect (at 0.95 0) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp b1f3d5f2-cf1a-4ecc-bd0f-375f4d72d1a8)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea02e) - (at 146.3 81.55 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebe8a2e") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1053aaea-fc19-4eee-914d-f959e8cc40e4) - ) - (fp_text value "100" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 63394e16-a998-492a-a7e7-99e409d94829) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 84210d8a-2ec3-4adf-9330-88113d389e5d) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0302ab2-5bf2-4f8e-87bc-054eaf7e87ca)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9e6a748-139b-436a-8bb7-0a36ea4aa8b2)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77c11789-e4da-4263-939d-2f9780c7d1a3)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa53ad7c-8da0-472e-bc80-ff2cb5e9801a)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db6a1a12-d325-4052-9471-0f7f586cc979)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b80fa6a3-f5c0-4c5b-8461-ff0ec4b41b7d)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a9a2d79-17e3-44b5-8172-197d4bacecc2)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 584b1607-1683-4d9d-a463-166798a8f09f)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa46cddb-5e63-441b-a52c-34e3063d1cc7)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21918345-a3a1-4d20-b002-9b270582362f)) - (pad "1" smd roundrect (at -0.9125 0 180) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 3 "VCC") (tstamp ca5dee75-0100-4e80-9909-6f982562aed0)) - (pad "2" smd roundrect (at 0.9125 0 180) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 2 "Net-(C1-Pad1)") (tstamp 2eaaa66f-26c8-4f24-a908-203ddfbb8a05)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metrico.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea03f) - (at 150.71 78.6 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebe8e9e") - (attr smd) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0ab00bc7-ccce-4c58-b197-9e23eae9c42a) - ) - (fp_text value "200" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8c63214b-9b01-41a2-a5ec-dc9bc79be652) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 0db3ec9b-2c95-4019-8e43-4e3047b0581b) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73cc7935-382d-427f-9ae7-c1549626bf35)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4fa77920-15f8-478a-88fd-53ad3a3f1721)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f0372c1-ae1f-458e-90f4-eaafc0f34623)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8add9f1f-34dc-474e-8e5a-658ad85335ca)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ecd7ddf4-d72e-4029-b6bd-c9a995efd2a7)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5626507-7dda-44c5-a395-29a1d8820e69)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db240f13-6a3e-43ef-bc53-58153445ec2d)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fab11f95-6bb3-456c-a864-e484c6d2b654)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf1cfe02-9ffa-4325-b504-88bc94c1ab05)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0878fabd-4c6f-47fe-bf61-c62c65c2b7ad)) - (pad "1" smd roundrect (at -0.9125 0 180) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 2 "Net-(C1-Pad1)") (tstamp c27af2e7-932c-4725-a4cb-98d32e6d6dfe)) - (pad "2" smd roundrect (at 0.9125 0 180) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 1 "GND") (tstamp e87e7715-e05d-4071-a657-65eacaab75c4)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 153 84) (end 153 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ebea29b)) - (gr_line (start 144 76) (end 144 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp bb3326cd-028c-43fb-af47-5975412a67c7)) - (gr_line (start 153 76) (end 144 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp d534140b-6f16-4b83-8893-ef4b026f6ec9)) - (gr_line (start 144 84) (end 153 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp ea655683-6135-4d3f-a322-1186e1a703b2)) - - (segment (start 147.2375 78.6) (end 149.7725 78.6) (width 0.25) (layer "F.Cu") (net 1) (tstamp 4ebf58f7-8428-4480-b240-bb7d3c895103)) - (segment (start 145.3625 78.6) (end 146.4625 77.5) (width 0.25) (layer "F.Cu") (net 2) (tstamp 094b0da9-055e-4caf-8a61-eb0abbabc6ad)) - (segment (start 150.5475 77.5) (end 151.6475 78.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp 3ec9ac06-d662-405d-a323-fd037fa00de7)) - (segment (start 146.4625 77.5) (end 150.5475 77.5) (width 0.25) (layer "F.Cu") (net 2) (tstamp 636a61f2-1871-4e58-a0a3-09c17469dd1e)) - (segment (start 145.3625 81.55) (end 145.3625 78.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp 88783723-a7d1-470c-aea1-fc38629b827f)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 148.4 80.2) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "Net-(C1-Pad1)") + (net 3 "VCC") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea01d") + (at 146.3 78.6) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "5156832d-3a20-4910-ada3-43f11349a620") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1uF" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "7d830e9e-ca8d-405c-9522-5a97f348cbb9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2a032b88-0d2d-4b00-92f3-1e825cbc9f60") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "44201d7a-42a6-4037-b302-dce7b3dd0628") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d4291cae-e4f9-4292-b79a-b3f1f68e4570") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe91ac") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02b7d92a-22cd-4459-9dcd-2ce5b807e2d9") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3981a3b9-cfcb-4bfb-a958-293365d7c877") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3f61b978-781f-4d12-ba66-c6f14af48752") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "df481dfa-4060-413b-8134-0ac2115807fc") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4f1195c5-11d6-4c13-a19f-c0b92d6aa5bf") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0a39b0eb-a969-442a-b9b2-26bc41e3156d") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4be95788-4e3c-4fcc-8dcb-5cdb6e15d6f2") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe2c02ea-d0f9-4f3c-b111-2105791284db") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5ac523cb-ca8a-4a4a-949c-5d679fa0fa98") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7249fa99-227d-4874-8854-5ba766a0e81c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "72c04459-1877-4921-bfa8-dfb948d362ef") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "47093265-53bc-49ef-8aae-af52cab37285") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "b1f3d5f2-cf1a-4ecc-bd0f-375f4d72d1a8") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea02e") + (at 146.3 81.55 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "1053aaea-fc19-4eee-914d-f959e8cc40e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "63394e16-a998-492a-a7e7-99e409d94829") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19538ed1-ddff-43e8-8b83-5a6455dc7dd2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e79eecc4-e6de-4640-b8b4-44ae86bc4b85") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3d1e5abd-751d-4d8f-b830-cc25c484a389") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8a2e") + (attr smd) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9e6a748-139b-436a-8bb7-0a36ea4aa8b2") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0302ab2-5bf2-4f8e-87bc-054eaf7e87ca") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b80fa6a3-f5c0-4c5b-8461-ff0ec4b41b7d") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "db6a1a12-d325-4052-9471-0f7f586cc979") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fa53ad7c-8da0-472e-bc80-ff2cb5e9801a") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77c11789-e4da-4263-939d-2f9780c7d1a3") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "21918345-a3a1-4d20-b002-9b270582362f") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fa46cddb-5e63-441b-a52c-34e3063d1cc7") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "584b1607-1683-4d9d-a463-166798a8f09f") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a9a2d79-17e3-44b5-8172-197d4bacecc2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "84210d8a-2ec3-4adf-9330-88113d389e5d") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 3 "VCC") + (uuid "ca5dee75-0100-4e80-9909-6f982562aed0") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "Net-(C1-Pad1)") + (uuid "2eaaa66f-26c8-4f24-a908-203ddfbb8a05") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metrico.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea03f") + (at 150.71 78.6 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "0ab00bc7-ccce-4c58-b197-9e23eae9c42a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "200" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "8c63214b-9b01-41a2-a5ec-dc9bc79be652") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d8dd01a8-bca9-4819-8237-756c03acec23") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b3c3249-8a24-4b8d-a846-eb9659701250") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f934d8d-a84a-499b-8d39-d70671550b47") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8e9e") + (attr smd) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4fa77920-15f8-478a-88fd-53ad3a3f1721") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73cc7935-382d-427f-9ae7-c1549626bf35") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f5626507-7dda-44c5-a395-29a1d8820e69") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ecd7ddf4-d72e-4029-b6bd-c9a995efd2a7") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8add9f1f-34dc-474e-8e5a-658ad85335ca") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9f0372c1-ae1f-458e-90f4-eaafc0f34623") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0878fabd-4c6f-47fe-bf61-c62c65c2b7ad") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf1cfe02-9ffa-4325-b504-88bc94c1ab05") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fab11f95-6bb3-456c-a864-e484c6d2b654") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db240f13-6a3e-43ef-bc53-58153445ec2d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "0db3ec9b-2c95-4019-8e43-4e3047b0581b") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "Net-(C1-Pad1)") + (uuid "c27af2e7-932c-4725-a4cb-98d32e6d6dfe") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 1 "GND") + (uuid "e87e7715-e05d-4071-a657-65eacaab75c4") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 153 84) + (end 153 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ebea29b") + ) + (gr_line + (start 144 76) + (end 144 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "bb3326cd-028c-43fb-af47-5975412a67c7") + ) + (gr_line + (start 153 76) + (end 144 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d534140b-6f16-4b83-8893-ef4b026f6ec9") + ) + (gr_line + (start 144 84) + (end 153 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ea655683-6135-4d3f-a322-1186e1a703b2") + ) + (segment + (start 147.2375 78.6) + (end 149.7725 78.6) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "4ebf58f7-8428-4480-b240-bb7d3c895103") + ) + (segment + (start 145.3625 78.6) + (end 146.4625 77.5) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "094b0da9-055e-4caf-8a61-eb0abbabc6ad") + ) + (segment + (start 150.5475 77.5) + (end 151.6475 78.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "3ec9ac06-d662-405d-a323-fd037fa00de7") + ) + (segment + (start 146.4625 77.5) + (end 150.5475 77.5) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "636a61f2-1871-4e58-a0a3-09c17469dd1e") + ) + (segment + (start 145.3625 81.55) + (end 145.3625 78.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "88783723-a7d1-470c-aea1-fc38629b827f") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/bom.kicad_sch b/tests/board_samples/kicad_8/bom.kicad_sch index 18eb242a6..fd588409c 100644 --- a/tests/board_samples/kicad_8/bom.kicad_sch +++ b/tests/board_samples/kicad_8/bom.kicad_sch @@ -1,522 +1,1308 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "BoM Test") - (date "13/07/2020") - (rev "r1") - (company "INTI-CMNB") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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" "power-flag" (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)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "power:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"VCC\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "VCC_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "VCC_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - (junction (at 88.9 62.23) (diameter 0) (color 0 0 0 0) - (uuid 04f5865e-f449-4408-a0c8-771cccfcb129) - ) - (junction (at 88.9 50.8) (diameter 0) (color 0 0 0 0) - (uuid a9ec539a-d80d-40cc-803c-12b6adefe42a) - ) - - (wire (pts (xy 114.3 74.93) (xy 114.3 77.47)) - (stroke (width 0) (type default)) - (uuid 2bf3f24b-fd30-41a7-a274-9b519491916b) - ) - (wire (pts (xy 88.9 59.69) (xy 88.9 62.23)) - (stroke (width 0) (type default)) - (uuid 2d6718e7-f18d-444d-9792-ddf1a113460c) - ) - (wire (pts (xy 81.28 49.53) (xy 81.28 50.8)) - (stroke (width 0) (type default)) - (uuid 34871042-9d5c-4e29-abdd-a168368c3c22) - ) - (wire (pts (xy 88.9 52.07) (xy 88.9 50.8)) - (stroke (width 0) (type default)) - (uuid 4d609e7c-74c9-4ae9-a26d-946ff00c167d) - ) - (wire (pts (xy 88.9 62.23) (xy 88.9 66.04)) - (stroke (width 0) (type default)) - (uuid 6199bec7-e7eb-4ae0-b9ec-c563e157d635) - ) - (wire (pts (xy 99.06 62.23) (xy 88.9 62.23)) - (stroke (width 0) (type default)) - (uuid 71c77456-1405-42e3-95ed-69e629de0558) - ) - (wire (pts (xy 88.9 76.2) (xy 88.9 73.66)) - (stroke (width 0) (type default)) - (uuid 786b6072-5772-4bc1-8eeb-6c4e19f2a91b) - ) - (wire (pts (xy 99.06 76.2) (xy 99.06 73.66)) - (stroke (width 0) (type default)) - (uuid 9a9f2d82-f64d-4264-8bec-c182528fc4de) - ) - (wire (pts (xy 88.9 50.8) (xy 88.9 49.53)) - (stroke (width 0) (type default)) - (uuid c264c438-a475-4ad4-9915-0f1e6ecf3053) - ) - (wire (pts (xy 81.28 50.8) (xy 88.9 50.8)) - (stroke (width 0) (type default)) - (uuid ef1b4b98-541b-4673-a04f-2043250fc40a) - ) - (wire (pts (xy 99.06 66.04) (xy 99.06 62.23)) - (stroke (width 0) (type default)) - (uuid f144a97d-c3f0-423f-b0a9-3f7dbc42478b) - ) - - (symbol (lib_id "Device:R") (at 88.9 55.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe8a2e) - (property "Reference" "R1" (at 90.678 54.7116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "100" (at 90.678 57.023 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 87.122 55.88 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9dbd9e26-9782-45c4-9403-4d72b07f29de)) - (pin "2" (uuid 437250d9-eb22-42a7-a0ee-f2e6a9628e2b)) - (instances - (project "bom" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 88.9 69.85 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe8e9e) - (property "Reference" "R2" (at 90.678 68.6816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "200" (at 90.678 70.993 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 87.122 69.85 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid eda12c9f-b24f-4458-a3cc-61f318dc57fe)) - (pin "2" (uuid 004d701c-7e69-4a10-9c95-7de04fa2be20)) - (instances - (project "bom" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 99.06 69.85 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe91ac) - (property "Reference" "C1" (at 101.981 68.6816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1uF" (at 101.981 70.993 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 100.0252 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 99.06 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a86ce70c-0b0b-4e00-81fd-fa720b16c5ec)) - (pin "2" (uuid f3fc3ce5-4efa-4006-8983-46e918c0de75)) - (instances - (project "bom" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 99.06 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe965a) - (property "Reference" "#PWR03" (at 99.06 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 99.187 80.5942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 99.06 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 99.06 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 607bd1dc-3a6b-4b00-8871-0e4f8cbd31b4)) - (instances - (project "bom" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 88.9 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe9830) - (property "Reference" "#PWR02" (at 88.9 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 89.027 80.5942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 88.9 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 88.9 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c02ea828-b111-4d1d-9474-98d811361c61)) - (instances - (project "bom" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 88.9 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe99a0) - (property "Reference" "#PWR01" (at 88.9 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 89.3318 45.1358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 88.9 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 88.9 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bc94524b-c378-44e8-acce-7c1ac0292375)) - (instances - (project "bom" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 114.3 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec534bf) - (property "Reference" "#PWR0101" (at 114.3 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 114.427 81.8642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5d56d28a-c4af-4430-8964-9b60bd37a4ca)) - (instances - (project "bom" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 114.3 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec53a6e) - (property "Reference" "#FLG0101" (at 114.3 73.025 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 114.3 70.5358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3081c45f-0a62-4dc8-a706-c2b3c5e194d8)) - (instances - (project "bom" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#FLG0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 81.28 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec53e1a) - (property "Reference" "#FLG0102" (at 81.28 47.625 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 81.28 45.1358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 81.28 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0d525ad4-3f7e-4e8e-b572-5aed774da48c)) - (instances - (project "bom" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#FLG0102") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "BoM Test") + (date "13/07/2020") + (rev "r1") + (company "INTI-CMNB") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "pwr" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "power:VCC" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "VCC_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VCC_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 88.9 62.23) + (diameter 0) + (color 0 0 0 0) + (uuid "04f5865e-f449-4408-a0c8-771cccfcb129") + ) + (junction + (at 88.9 50.8) + (diameter 0) + (color 0 0 0 0) + (uuid "a9ec539a-d80d-40cc-803c-12b6adefe42a") + ) + (wire + (pts + (xy 114.3 74.93) (xy 114.3 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2bf3f24b-fd30-41a7-a274-9b519491916b") + ) + (wire + (pts + (xy 88.9 59.69) (xy 88.9 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d6718e7-f18d-444d-9792-ddf1a113460c") + ) + (wire + (pts + (xy 81.28 49.53) (xy 81.28 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "34871042-9d5c-4e29-abdd-a168368c3c22") + ) + (wire + (pts + (xy 88.9 52.07) (xy 88.9 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4d609e7c-74c9-4ae9-a26d-946ff00c167d") + ) + (wire + (pts + (xy 88.9 62.23) (xy 88.9 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6199bec7-e7eb-4ae0-b9ec-c563e157d635") + ) + (wire + (pts + (xy 99.06 62.23) (xy 88.9 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "71c77456-1405-42e3-95ed-69e629de0558") + ) + (wire + (pts + (xy 88.9 76.2) (xy 88.9 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "786b6072-5772-4bc1-8eeb-6c4e19f2a91b") + ) + (wire + (pts + (xy 99.06 76.2) (xy 99.06 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a9f2d82-f64d-4264-8bec-c182528fc4de") + ) + (wire + (pts + (xy 88.9 50.8) (xy 88.9 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c264c438-a475-4ad4-9915-0f1e6ecf3053") + ) + (wire + (pts + (xy 81.28 50.8) (xy 88.9 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ef1b4b98-541b-4673-a04f-2043250fc40a") + ) + (wire + (pts + (xy 99.06 66.04) (xy 99.06 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f144a97d-c3f0-423f-b0a9-3f7dbc42478b") + ) + (symbol + (lib_id "Device:R") + (at 88.9 55.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe8a2e") + (property "Reference" "R1" + (at 90.678 54.7116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100" + (at 90.678 57.023 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 87.122 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9dbd9e26-9782-45c4-9403-4d72b07f29de") + ) + (pin "2" + (uuid "437250d9-eb22-42a7-a0ee-f2e6a9628e2b") + ) + (instances + (project "bom" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 88.9 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe8e9e") + (property "Reference" "R2" + (at 90.678 68.6816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "200" + (at 90.678 70.993 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 87.122 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "eda12c9f-b24f-4458-a3cc-61f318dc57fe") + ) + (pin "2" + (uuid "004d701c-7e69-4a10-9c95-7de04fa2be20") + ) + (instances + (project "bom" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 99.06 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe91ac") + (property "Reference" "C1" + (at 101.981 68.6816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 101.981 70.993 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 100.0252 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 99.06 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 99.06 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a86ce70c-0b0b-4e00-81fd-fa720b16c5ec") + ) + (pin "2" + (uuid "f3fc3ce5-4efa-4006-8983-46e918c0de75") + ) + (instances + (project "bom" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 99.06 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe965a") + (property "Reference" "#PWR03" + (at 99.06 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 99.187 80.5942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "607bd1dc-3a6b-4b00-8871-0e4f8cbd31b4") + ) + (instances + (project "bom" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 88.9 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe9830") + (property "Reference" "#PWR02" + (at 88.9 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 89.027 80.5942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 88.9 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 88.9 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c02ea828-b111-4d1d-9474-98d811361c61") + ) + (instances + (project "bom" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 88.9 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe99a0") + (property "Reference" "#PWR01" + (at 88.9 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 89.3318 45.1358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 88.9 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 88.9 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bc94524b-c378-44e8-acce-7c1ac0292375") + ) + (instances + (project "bom" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 114.3 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec534bf") + (property "Reference" "#PWR0101" + (at 114.3 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 114.427 81.8642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5d56d28a-c4af-4430-8964-9b60bd37a4ca") + ) + (instances + (project "bom" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 114.3 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec53a6e") + (property "Reference" "#FLG0101" + (at 114.3 73.025 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 114.3 70.5358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3081c45f-0a62-4dc8-a706-c2b3c5e194d8") + ) + (instances + (project "bom" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#FLG0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 81.28 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec53e1a") + (property "Reference" "#FLG0102" + (at 81.28 47.625 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 81.28 45.1358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 81.28 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0d525ad4-3f7e-4e8e-b572-5aed774da48c") + ) + (instances + (project "bom" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#FLG0102") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/bom.xml b/tests/board_samples/kicad_8/bom.xml index 0449b87d8..3c9101761 100644 --- a/tests/board_samples/kicad_8/bom.xml +++ b/tests/board_samples/kicad_8/bom.xml @@ -2,8 +2,8 @@ bom.kicad_sch - Thu Apr 13 12:51:31 2023 - Eeschema 7.99.0-unknown-f01e083f7c~170~ubuntu22.10.1 + 2024-03-05T16:21:48+0000 + Eeschema 8.99.0-47-gb7b64d959f BoM Test @@ -27,33 +27,48 @@ 1uF Capacitor_SMD:C_0805_2012Metric + + Capacitor_SMD:C_0805_2012Metric + + + - - - + + + 00000000-0000-0000-0000-00005ebe91ac 100 Resistor_SMD:R_0805_2012Metric + + Resistor_SMD:R_0805_2012Metric + + + - - - + + + 00000000-0000-0000-0000-00005ebe8a2e 200 Resistor_SMD:R_0805_2012Metric + + Resistor_SMD:R_0805_2012Metric + + + - - - + + + 00000000-0000-0000-0000-00005ebe8e9e @@ -68,7 +83,9 @@ C C + ~ + Unpolarized capacitor @@ -84,7 +101,9 @@ R R + ~ + Resistor @@ -92,11 +111,7 @@ - - - /usr/share/kicad-nightly/symbols//Device.kicad_sym - - + diff --git a/tests/board_samples/kicad_8/bom/bom.kicad_pcb b/tests/board_samples/kicad_8/bom/bom.kicad_pcb index 3249eb4c5..fb093d08c 100644 --- a/tests/board_samples/kicad_8/bom/bom.kicad_pcb +++ b/tests/board_samples/kicad_8/bom/bom.kicad_pcb @@ -1,240 +1,773 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0) - (aux_axis_origin 148.4 80.2) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "GND") - (net 2 "Net-(C1-Pad1)") - (net 3 "VCC") - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea01d) - (at 146.3 78.6) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ebe91ac") - (attr smd) - (fp_text reference "C1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9c9d8199-175d-4e72-9011-0f0185e5f8cd) - ) - (fp_text value "1uF" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 75316dc7-6d46-417e-8b6a-162b22dfd19a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp db1cd0fb-05d4-44ec-b454-d6a236c238a3) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bbb604e2-8eaa-49ba-bc8d-1266d9ba7dd4)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 27655bcd-4c1a-46cc-955d-5b5b5261c864)) - (fp_line (start -1.7 -0.98) (end 1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0540ca27-05d9-4ca7-b70d-f92722d38ba5)) - (fp_line (start -1.7 0.98) (end -1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a85c785-84a4-4187-8351-25e248f4f364)) - (fp_line (start 1.7 -0.98) (end 1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6953b3ec-5f36-4382-8414-4b8ed5275ff0)) - (fp_line (start 1.7 0.98) (end -1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6211b5c-800e-40b7-aff2-63e2fd710db4)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03097cce-abba-42fb-a29b-81d00831759b)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 713f7208-b71b-4b1b-baa8-a647790e865d)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 776241c6-9634-465f-9f35-31d275ddb70e)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d279b9bc-2303-4272-bf6a-94f4bd8fd219)) - (pad "1" smd roundrect (at -0.95 0) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 22724ee9-7edc-46c3-9dad-daeaebd9c606)) - (pad "2" smd roundrect (at 0.95 0) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp b1ef38df-3c86-4fc6-8739-1c64ab2bf578)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea02e) - (at 146.3 81.55 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebe8a2e") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c673541e-281f-463a-ac6b-ad54dbd30319) - ) - (fp_text value "100" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a8816dfd-28bb-412c-ad07-1214032d763b) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 79fa1346-eb17-4f67-9688-7380b95bf08b) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5c0d515-fbd4-46ff-925e-63100f09db13)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8272a645-4413-41c6-8bed-c4b4760f96a4)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fdc0f79f-e515-4d7e-a030-b9d3f4c60b60)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ecc8577a-84bc-4200-ad6a-3b661b80c38c)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e8d5ff4-4f6f-4251-984b-61022789ae1b)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fcfcd859-0f83-481b-b094-a2f57961025a)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5b58052-9f31-4837-981b-aa3c19b1ac9c)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5568ea96-73af-4c53-8865-e6917f8edfbf)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f5af935-8675-4256-babd-43718301424e)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 475e817c-7d78-449c-9aaa-cef1253ad63c)) - (pad "1" smd roundrect (at -0.9125 0 180) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 3 "VCC") (tstamp b79d1e40-2471-4764-9ea4-56137645d19e)) - (pad "2" smd roundrect (at 0.9125 0 180) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 2 "Net-(C1-Pad1)") (tstamp b12bc4bb-c30f-4872-8ca4-7f2a2f7652fb)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea03f) - (at 150.71 78.6 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebe8e9e") - (attr smd) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 153c0863-275c-47bf-ab70-70617d013f8e) - ) - (fp_text value "200" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 25a27614-40a6-42df-8b74-01d12486edf1) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp b21cc471-e229-4084-a5e1-e63e632764bf) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c12980f3-1246-4d40-a994-da434db439c0)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94bb58a0-1695-4d34-b64b-a659b4788a2c)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e1cb63cf-7550-434d-ab1c-f8201fda6fcc)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5fd2b0bd-aa1f-4e3d-aaba-810b73d95668)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d96e0a1f-fc49-4e92-8838-2b7d4e9dc208)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3db38e3b-940f-4b79-aa38-456142c68041)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74ffcc5f-7b35-4182-9427-003dd8fe602f)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5335666-b6e0-4b78-8e64-4c69dfba6283)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a075f5a-14f8-4e51-ba50-aa1e538ec9e1)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59e09225-6686-4ef0-ae60-013a703477da)) - (pad "1" smd roundrect (at -0.9125 0 180) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 2 "Net-(C1-Pad1)") (tstamp 830253c8-8a42-4c56-8887-0fd8f7d59d1d)) - (pad "2" smd roundrect (at 0.9125 0 180) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 1 "GND") (tstamp d4aa7cc8-3eb8-4f8d-a86f-bce11b19d712)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 153 84) (end 153 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ebea29b)) - (gr_line (start 144 76) (end 144 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp bb3326cd-028c-43fb-af47-5975412a67c7)) - (gr_line (start 153 76) (end 144 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp d534140b-6f16-4b83-8893-ef4b026f6ec9)) - (gr_line (start 144 84) (end 153 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp ea655683-6135-4d3f-a322-1186e1a703b2)) - - (segment (start 147.2375 78.6) (end 149.7725 78.6) (width 0.25) (layer "F.Cu") (net 1) (tstamp 4ebf58f7-8428-4480-b240-bb7d3c895103)) - (segment (start 145.3625 78.6) (end 146.4625 77.5) (width 0.25) (layer "F.Cu") (net 2) (tstamp 1b063e64-61f9-4040-a610-60a05ee660d5)) - (segment (start 146.4625 77.5) (end 150.5475 77.5) (width 0.25) (layer "F.Cu") (net 2) (tstamp 47e9ca4c-383c-4a7f-a00e-65cdec517ca4)) - (segment (start 150.5475 77.5) (end 151.6475 78.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp d280ba73-e3e4-48e5-961d-6330b91cc2cc)) - (segment (start 145.3625 81.55) (end 145.3625 78.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp fa5e5b8e-4772-4e87-91b9-d14646e82a50)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 148.4 80.2) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "Net-(C1-Pad1)") + (net 3 "VCC") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea01d") + (at 146.3 78.6) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "9c9d8199-175d-4e72-9011-0f0185e5f8cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1uF" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "75316dc7-6d46-417e-8b6a-162b22dfd19a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05ba6d3e-49eb-44c1-adf9-4b7c25174267") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "76be7145-eda7-4aa0-8b03-220744e6ce89") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7aa0a0e9-245a-4e7e-bb68-09fc6361cd39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe91ac") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bbb604e2-8eaa-49ba-bc8d-1266d9ba7dd4") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "27655bcd-4c1a-46cc-955d-5b5b5261c864") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0540ca27-05d9-4ca7-b70d-f92722d38ba5") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8a85c785-84a4-4187-8351-25e248f4f364") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6953b3ec-5f36-4382-8414-4b8ed5275ff0") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6211b5c-800e-40b7-aff2-63e2fd710db4") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03097cce-abba-42fb-a29b-81d00831759b") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "713f7208-b71b-4b1b-baa8-a647790e865d") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "776241c6-9634-465f-9f35-31d275ddb70e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d279b9bc-2303-4272-bf6a-94f4bd8fd219") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "db1cd0fb-05d4-44ec-b454-d6a236c238a3") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "22724ee9-7edc-46c3-9dad-daeaebd9c606") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "b1ef38df-3c86-4fc6-8739-1c64ab2bf578") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea02e") + (at 146.3 81.55 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "c673541e-281f-463a-ac6b-ad54dbd30319") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "a8816dfd-28bb-412c-ad07-1214032d763b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "916b7c61-a5a5-45cb-8552-da4ee3a4af4f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "38c4c0d2-3076-44fb-9f84-27ef7e5392ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2f0ee765-b427-46a7-bc50-783c05d219c6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8a2e") + (attr smd) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8272a645-4413-41c6-8bed-c4b4760f96a4") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5c0d515-fbd4-46ff-925e-63100f09db13") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fcfcd859-0f83-481b-b094-a2f57961025a") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5e8d5ff4-4f6f-4251-984b-61022789ae1b") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ecc8577a-84bc-4200-ad6a-3b661b80c38c") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fdc0f79f-e515-4d7e-a030-b9d3f4c60b60") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "475e817c-7d78-449c-9aaa-cef1253ad63c") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f5af935-8675-4256-babd-43718301424e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5568ea96-73af-4c53-8865-e6917f8edfbf") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5b58052-9f31-4837-981b-aa3c19b1ac9c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "79fa1346-eb17-4f67-9688-7380b95bf08b") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 3 "VCC") + (uuid "b79d1e40-2471-4764-9ea4-56137645d19e") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "Net-(C1-Pad1)") + (uuid "b12bc4bb-c30f-4872-8ca4-7f2a2f7652fb") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea03f") + (at 150.71 78.6 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "153c0863-275c-47bf-ab70-70617d013f8e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "200" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "25a27614-40a6-42df-8b74-01d12486edf1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6f6a330d-1722-4e7e-b8c4-94f6ea16de3d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "780f498b-03fd-4f79-87c6-43a579728d1d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b038de80-c6c6-4993-afb3-1cd77b1700fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8e9e") + (attr smd) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94bb58a0-1695-4d34-b64b-a659b4788a2c") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c12980f3-1246-4d40-a994-da434db439c0") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3db38e3b-940f-4b79-aa38-456142c68041") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d96e0a1f-fc49-4e92-8838-2b7d4e9dc208") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5fd2b0bd-aa1f-4e3d-aaba-810b73d95668") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e1cb63cf-7550-434d-ab1c-f8201fda6fcc") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59e09225-6686-4ef0-ae60-013a703477da") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a075f5a-14f8-4e51-ba50-aa1e538ec9e1") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5335666-b6e0-4b78-8e64-4c69dfba6283") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "74ffcc5f-7b35-4182-9427-003dd8fe602f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "b21cc471-e229-4084-a5e1-e63e632764bf") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "Net-(C1-Pad1)") + (uuid "830253c8-8a42-4c56-8887-0fd8f7d59d1d") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 1 "GND") + (uuid "d4aa7cc8-3eb8-4f8d-a86f-bce11b19d712") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 153 84) + (end 153 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ebea29b") + ) + (gr_line + (start 144 76) + (end 144 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "bb3326cd-028c-43fb-af47-5975412a67c7") + ) + (gr_line + (start 153 76) + (end 144 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d534140b-6f16-4b83-8893-ef4b026f6ec9") + ) + (gr_line + (start 144 84) + (end 153 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ea655683-6135-4d3f-a322-1186e1a703b2") + ) + (segment + (start 147.2375 78.6) + (end 149.7725 78.6) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "4ebf58f7-8428-4480-b240-bb7d3c895103") + ) + (segment + (start 145.3625 78.6) + (end 146.4625 77.5) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "1b063e64-61f9-4040-a610-60a05ee660d5") + ) + (segment + (start 146.4625 77.5) + (end 150.5475 77.5) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "47e9ca4c-383c-4a7f-a00e-65cdec517ca4") + ) + (segment + (start 150.5475 77.5) + (end 151.6475 78.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "d280ba73-e3e4-48e5-961d-6330b91cc2cc") + ) + (segment + (start 145.3625 81.55) + (end 145.3625 78.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "fa5e5b8e-4772-4e87-91b9-d14646e82a50") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/bom/bom.kicad_prl b/tests/board_samples/kicad_8/bom/bom.kicad_prl index 4b62ca3c6..e444923c4 100644 --- a/tests/board_samples/kicad_8/bom/bom.kicad_prl +++ b/tests/board_samples/kicad_8/bom/bom.kicad_prl @@ -67,6 +67,12 @@ "visible_layers": "fffffff_ffffffff", "zone_display_mode": 0 }, + "git": { + "repo_password": "", + "repo_type": "", + "repo_username": "", + "ssh_key": "" + }, "meta": { "filename": "bom.kicad_prl", "version": 3 diff --git a/tests/board_samples/kicad_8/bom/bom.kicad_pro b/tests/board_samples/kicad_8/bom/bom.kicad_pro index 9eca37eab..3fd3e73af 100644 --- a/tests/board_samples/kicad_8/bom/bom.kicad_pro +++ b/tests/board_samples/kicad_8/bom/bom.kicad_pro @@ -118,6 +118,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -376,14 +383,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -400,6 +468,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.3, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.3 }, @@ -416,6 +489,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -423,7 +497,7 @@ "sheets": [ [ "d2d83f5f-ce2c-48e9-9bf7-d06fc221d288", - "" + "Root" ] ], "text_variables": {} diff --git a/tests/board_samples/kicad_8/bom/bom.kicad_sch b/tests/board_samples/kicad_8/bom/bom.kicad_sch index c4dcafacd..af332cd6d 100644 --- a/tests/board_samples/kicad_8/bom/bom.kicad_sch +++ b/tests/board_samples/kicad_8/bom/bom.kicad_sch @@ -1,381 +1,965 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid d2d83f5f-ce2c-48e9-9bf7-d06fc221d288) - - (paper "A4") - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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" "power-flag" (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)))) - ) - ) - ) - (symbol "power:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"VCC\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "VCC_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "VCC_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - (junction (at 88.9 62.23) (diameter 1.016) (color 0 0 0 0) - (uuid 733adfd3-6c20-491a-b55e-2f221f97af3d) - ) - - (wire (pts (xy 88.9 59.69) (xy 88.9 62.23)) - (stroke (width 0) (type solid)) - (uuid 2291694f-250b-45b6-8a57-5cc6823fa44a) - ) - (wire (pts (xy 99.06 62.23) (xy 88.9 62.23)) - (stroke (width 0) (type solid)) - (uuid 36e4c43b-d90a-4461-af49-36fa3d58aa8f) - ) - (wire (pts (xy 99.06 76.2) (xy 99.06 73.66)) - (stroke (width 0) (type solid)) - (uuid 6ca7e247-bbe9-4f5a-8cb8-6422be6978c3) - ) - (wire (pts (xy 88.9 76.2) (xy 88.9 73.66)) - (stroke (width 0) (type solid)) - (uuid bf12deb3-56d7-4c0f-ae70-87cc7f5abbb8) - ) - (wire (pts (xy 99.06 66.04) (xy 99.06 62.23)) - (stroke (width 0) (type solid)) - (uuid c7f57cf0-e666-419a-a949-8322a5ce509f) - ) - (wire (pts (xy 88.9 62.23) (xy 88.9 66.04)) - (stroke (width 0) (type solid)) - (uuid db3f1494-e01f-45ab-89d3-d2a2b1bfe48f) - ) - (wire (pts (xy 88.9 52.07) (xy 88.9 49.53)) - (stroke (width 0) (type solid)) - (uuid e94f9bc1-5e26-4353-bcaf-a4b67275876d) - ) - - (symbol (lib_id "Device:R") (at 88.9 55.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe8a2e) - (property "Reference" "R1" (at 90.678 54.7116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "100" (at 90.678 57.023 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 87.122 55.88 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 41a7481d-00ef-4f95-b270-387d00c6df9a)) - (pin "2" (uuid e3a2973a-bc35-45f1-a043-cf2976dc2b5d)) - (instances - (project "bom" - (path "/d2d83f5f-ce2c-48e9-9bf7-d06fc221d288" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 88.9 69.85 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe8e9e) - (property "Reference" "R2" (at 90.678 68.6816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "200" (at 90.678 70.993 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 87.122 69.85 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid aaceb31f-4d72-451c-8cb8-058c56067150)) - (pin "2" (uuid 826e04a0-5a98-42db-9954-1a9f1f2390c5)) - (instances - (project "bom" - (path "/d2d83f5f-ce2c-48e9-9bf7-d06fc221d288" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 99.06 69.85 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe91ac) - (property "Reference" "C1" (at 101.981 68.6816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1uF" (at 101.981 70.993 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 100.0252 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 99.06 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5741fe5d-b9b1-42fd-aeef-01b933ca2176)) - (pin "2" (uuid 16cfe212-d011-4465-b1ac-2d25135a6940)) - (instances - (project "bom" - (path "/d2d83f5f-ce2c-48e9-9bf7-d06fc221d288" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 99.06 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe965a) - (property "Reference" "#PWR03" (at 99.06 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 99.187 80.5942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 99.06 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 99.06 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9dd259d1-0b41-4122-b9ea-3b42cc2fa45f)) - (instances - (project "bom" - (path "/d2d83f5f-ce2c-48e9-9bf7-d06fc221d288" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 88.9 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe9830) - (property "Reference" "#PWR02" (at 88.9 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 89.027 80.5942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 88.9 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 88.9 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d2035865-177f-4c63-bc31-6c50f2c4a84b)) - (instances - (project "bom" - (path "/d2d83f5f-ce2c-48e9-9bf7-d06fc221d288" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 88.9 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe99a0) - (property "Reference" "#PWR01" (at 88.9 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 89.3318 45.1358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 88.9 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 88.9 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 36e7785c-2308-4c49-9be8-2624d1a4fa9b)) - (instances - (project "bom" - (path "/d2d83f5f-ce2c-48e9-9bf7-d06fc221d288" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "d2d83f5f-ce2c-48e9-9bf7-d06fc221d288") + (paper "A4") + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "power:VCC" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "VCC_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VCC_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 88.9 62.23) + (diameter 1.016) + (color 0 0 0 0) + (uuid "733adfd3-6c20-491a-b55e-2f221f97af3d") + ) + (wire + (pts + (xy 88.9 59.69) (xy 88.9 62.23) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "2291694f-250b-45b6-8a57-5cc6823fa44a") + ) + (wire + (pts + (xy 99.06 62.23) (xy 88.9 62.23) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "36e4c43b-d90a-4461-af49-36fa3d58aa8f") + ) + (wire + (pts + (xy 99.06 76.2) (xy 99.06 73.66) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "6ca7e247-bbe9-4f5a-8cb8-6422be6978c3") + ) + (wire + (pts + (xy 88.9 76.2) (xy 88.9 73.66) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "bf12deb3-56d7-4c0f-ae70-87cc7f5abbb8") + ) + (wire + (pts + (xy 99.06 66.04) (xy 99.06 62.23) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "c7f57cf0-e666-419a-a949-8322a5ce509f") + ) + (wire + (pts + (xy 88.9 62.23) (xy 88.9 66.04) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "db3f1494-e01f-45ab-89d3-d2a2b1bfe48f") + ) + (wire + (pts + (xy 88.9 52.07) (xy 88.9 49.53) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e94f9bc1-5e26-4353-bcaf-a4b67275876d") + ) + (symbol + (lib_id "Device:R") + (at 88.9 55.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe8a2e") + (property "Reference" "R1" + (at 90.678 54.7116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100" + (at 90.678 57.023 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 87.122 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "41a7481d-00ef-4f95-b270-387d00c6df9a") + ) + (pin "2" + (uuid "e3a2973a-bc35-45f1-a043-cf2976dc2b5d") + ) + (instances + (project "bom" + (path "/d2d83f5f-ce2c-48e9-9bf7-d06fc221d288" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 88.9 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe8e9e") + (property "Reference" "R2" + (at 90.678 68.6816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "200" + (at 90.678 70.993 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 87.122 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "aaceb31f-4d72-451c-8cb8-058c56067150") + ) + (pin "2" + (uuid "826e04a0-5a98-42db-9954-1a9f1f2390c5") + ) + (instances + (project "bom" + (path "/d2d83f5f-ce2c-48e9-9bf7-d06fc221d288" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 99.06 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe91ac") + (property "Reference" "C1" + (at 101.981 68.6816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 101.981 70.993 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 100.0252 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 99.06 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 99.06 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5741fe5d-b9b1-42fd-aeef-01b933ca2176") + ) + (pin "2" + (uuid "16cfe212-d011-4465-b1ac-2d25135a6940") + ) + (instances + (project "bom" + (path "/d2d83f5f-ce2c-48e9-9bf7-d06fc221d288" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 99.06 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe965a") + (property "Reference" "#PWR03" + (at 99.06 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 99.187 80.5942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9dd259d1-0b41-4122-b9ea-3b42cc2fa45f") + ) + (instances + (project "bom" + (path "/d2d83f5f-ce2c-48e9-9bf7-d06fc221d288" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 88.9 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe9830") + (property "Reference" "#PWR02" + (at 88.9 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 89.027 80.5942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 88.9 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 88.9 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d2035865-177f-4c63-bc31-6c50f2c4a84b") + ) + (instances + (project "bom" + (path "/d2d83f5f-ce2c-48e9-9bf7-d06fc221d288" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 88.9 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe99a0") + (property "Reference" "#PWR01" + (at 88.9 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 89.3318 45.1358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 88.9 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 88.9 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "36e7785c-2308-4c49-9be8-2624d1a4fa9b") + ) + (instances + (project "bom" + (path "/d2d83f5f-ce2c-48e9-9bf7-d06fc221d288" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/bom_fake_models.kicad_pcb b/tests/board_samples/kicad_8/bom_fake_models.kicad_pcb index 6b33b3e21..e2c081d6d 100644 --- a/tests/board_samples/kicad_8/bom_fake_models.kicad_pcb +++ b/tests/board_samples/kicad_8/bom_fake_models.kicad_pcb @@ -1,246 +1,792 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (aux_axis_origin 148.4 80.2) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "") - ) - ) - - (property "MYVAR" "tests/data") - (property "PRUEBITA" "Hola!") - - (net 0 "") - (net 1 "GND") - (net 2 "Net-(C1-Pad1)") - (net 3 "VCC") - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea01d) - (at 146.3 78.6) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ebe91ac") - (attr smd) - (fp_text reference "C1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b) - ) - (fp_text value "1uF" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f22151c-f260-4674-b486-4710a2c42a55)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1831fb37-1c5d-42c4-b898-151be6fca9dc)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c41b3c8b-634e-435a-b582-96b83bbd4032)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce83728b-bebd-48c2-8734-b6a50d837931)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3cd1bda0-18db-417d-b581-a0c50623df68)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d57dcfee-5058-4fc2-a68b-05f9a48f685b)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b21a65d-d20b-411e-920a-75c343ac5136)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe8d9267-7834-48d6-a191-c8724b2ee78d)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 03c52831-5dc5-43c5-a442-8d23643b46fb)) - (model "${MYVAR}/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea02e) - (at 146.3 81.55 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebe8a2e") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a) - ) - (fp_text value "100" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 87371631-aa02-498a-998a-09bdb74784c1) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a690fc6c-55d9-47e6-b533-faa4b67e20f3)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3e4f0ae-9f86-49e9-b386-ed8b42e012fb)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54365317-1355-4216-bb75-829375abc4ec)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (pad "1" smd roundrect (at -0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "VCC") (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - (pad "2" smd roundrect (at 0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (model "${KIPRJMOD}/../../data/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea03f) - (at 150.71 78.6 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebe8e9e") - (attr smd) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e8314017-7be6-4011-9179-37449a29b311) - ) - (fp_text value "200" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 746ba970-8279-4e7b-aed3-f28687777c21) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47baf4b1-0938-497d-88f9-671136aa8be7)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c022004a-c968-410e-b59e-fbab0e561e9d)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 55e740a3-0735-4744-896e-2bf5437093b9)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fb02e58-160a-4a39-9f22-d0c75e82ee72)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e615f7aa-337e-474d-9615-2ad82b1c44ca)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77ed3941-d133-4aef-a9af-5a39322d14eb)) - (pad "1" smd roundrect (at -0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45)) - (pad "2" smd roundrect (at 0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc)) - (model "${KIPRJMOD}/../../data/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 153 84) (end 153 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ebea29b)) - (gr_line (start 144 84) (end 153 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 4c8eb964-bdf4-44de-90e9-e2ab82dd5313)) - (gr_line (start 153 76) (end 144 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 9bb20359-0f8b-45bc-9d38-6626ed3a939d)) - (gr_line (start 144 76) (end 144 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp aa14c3bd-4acc-4908-9d28-228585a22a9d)) - - (segment (start 147.2375 78.6) (end 149.7725 78.6) (width 0.25) (layer "F.Cu") (net 1) (tstamp 2d210a96-f81f-42a9-8bf4-1b43c11086f3)) - (segment (start 151.161973 78.114473) (end 151.6475 78.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp 666713b0-70f4-42df-8761-f65bc212d03b)) - (segment (start 145.3625 78.6) (end 145.3625 79.3) (width 0.25) (layer "F.Cu") (net 2) (tstamp 6c2e273e-743c-4f1e-a647-4171f8122550)) - (segment (start 145.3625 78.6) (end 146.38751 77.57499) (width 0.25) (layer "F.Cu") (net 2) (tstamp 7aed3a71-054b-4aaa-9c0a-030523c32827)) - (segment (start 150.62249 77.57499) (end 151.161973 78.114473) (width 0.25) (layer "F.Cu") (net 2) (tstamp 7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e)) - (segment (start 146.38751 77.57499) (end 150.62249 77.57499) (width 0.25) (layer "F.Cu") (net 2) (tstamp 9157f4ae-0244-4ff1-9f73-3cb4cbb5f280)) - (segment (start 145.3625 79.3) (end 145.3625 81.55) (width 0.25) (layer "F.Cu") (net 2) (tstamp e857610b-4434-4144-b04e-43c1ebdc5ceb)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 148.4 80.2) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (property "MYVAR" "tests/data") + (property "PRUEBITA" "Hola!") + (net 0 "") + (net 1 "GND") + (net 2 "Net-(C1-Pad1)") + (net 3 "VCC") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea01d") + (at 146.3 78.6) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1uF" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "baa65898-1097-4d79-80d9-356785aedd4a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1c1d93c-c1a8-4259-90ae-68fdb3dd5a49") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "310b10e8-a5ad-4b88-b042-a2449e59d03c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe91ac") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d57dcfee-5058-4fc2-a68b-05f9a48f685b") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe8d9267-7834-48d6-a191-c8724b2ee78d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "03c52831-5dc5-43c5-a442-8d23643b46fb") + ) + (model "${MYVAR}/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea02e") + (at 146.3 81.55 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8cb6ebc3-b52b-4de1-b88e-db072335b629") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b61d0818-42a7-43b5-8bc8-e744bfc72b2f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81ea7719-4974-440c-8c6a-5420984af4a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8a2e") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3e4f0ae-9f86-49e9-b386-ed8b42e012fb") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a690fc6c-55d9-47e6-b533-faa4b67e20f3") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "VCC") + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (pad "2" smd roundrect + (at 0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (model "${KIPRJMOD}/../../data/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea03f") + (at 150.71 78.6 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "200" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "835a6a6b-6ed2-4b65-aed0-1cabf77dbd4b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ce2b8b5-f3fc-4cb3-9f2d-5da165bb23fd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8f9c77aa-bfd7-481c-b497-5b816dde9f7d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8e9e") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c022004a-c968-410e-b59e-fbab0e561e9d") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47baf4b1-0938-497d-88f9-671136aa8be7") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + ) + (pad "2" smd roundrect + (at 0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + ) + (model "${KIPRJMOD}/../../data/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 153 84) + (end 153 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ebea29b") + ) + (gr_line + (start 144 84) + (end 153 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "4c8eb964-bdf4-44de-90e9-e2ab82dd5313") + ) + (gr_line + (start 153 76) + (end 144 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "9bb20359-0f8b-45bc-9d38-6626ed3a939d") + ) + (gr_line + (start 144 76) + (end 144 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "aa14c3bd-4acc-4908-9d28-228585a22a9d") + ) + (segment + (start 147.2375 78.6) + (end 149.7725 78.6) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "2d210a96-f81f-42a9-8bf4-1b43c11086f3") + ) + (segment + (start 151.161973 78.114473) + (end 151.6475 78.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "666713b0-70f4-42df-8761-f65bc212d03b") + ) + (segment + (start 145.3625 78.6) + (end 145.3625 79.3) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "6c2e273e-743c-4f1e-a647-4171f8122550") + ) + (segment + (start 145.3625 78.6) + (end 146.38751 77.57499) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "7aed3a71-054b-4aaa-9c0a-030523c32827") + ) + (segment + (start 150.62249 77.57499) + (end 151.161973 78.114473) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e") + ) + (segment + (start 146.38751 77.57499) + (end 150.62249 77.57499) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "9157f4ae-0244-4ff1-9f73-3cb4cbb5f280") + ) + (segment + (start 145.3625 79.3) + (end 145.3625 81.55) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "e857610b-4434-4144-b04e-43c1ebdc5ceb") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/bom_fake_models.kicad_pro b/tests/board_samples/kicad_8/bom_fake_models.kicad_pro index 380790c50..0a4996927 100644 --- a/tests/board_samples/kicad_8/bom_fake_models.kicad_pro +++ b/tests/board_samples/kicad_8/bom_fake_models.kicad_pro @@ -3,14 +3,17 @@ "3dviewports": [], "design_settings": { "defaults": { - "board_outline_line_width": 0.049999999999999996, - "copper_line_width": 0.19999999999999998, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, "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, + "courtyard_line_width": 0.05, "dimension_precision": 4, "dimension_units": 3, "dimensions": { @@ -21,13 +24,13 @@ "text_position": 0, "units_format": 1 }, - "fab_line_width": 0.09999999999999999, + "fab_line_width": 0.1, "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.09999999999999999, + "other_line_width": 0.1, "other_text_italic": false, "other_text_size_h": 1.0, "other_text_size_v": 1.0, @@ -74,6 +77,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "error", "hole_clearance": "error", "hole_near_hole": "error", @@ -117,27 +121,24 @@ "max_error": 0.005, "min_clearance": 0.0, "min_connection": 0.0, - "min_copper_edge_clearance": 0.024999999999999998, + "min_copper_edge_clearance": 0.025, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.19999999999999998, - "min_microvia_drill": 0.09999999999999999, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, "min_resolved_spokes": 2, "min_silk_clearance": 0.0, - "min_text_height": 0.7999999999999999, + "min_text_height": 0.8, "min_text_thickness": 0.08, "min_through_hole_diameter": 0.2032, "min_track_width": 0.127, - "min_via_annular_width": 0.049999999999999996, + "min_via_annular_width": 0.05, "min_via_diameter": 0.4572, "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, @@ -146,29 +147,35 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } @@ -179,6 +186,32 @@ 0.3048, 0.635 ], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [ { "diameter": 0.0, @@ -196,6 +229,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -260,8 +300,11 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" diff --git a/tests/board_samples/kicad_8/bom_ok_drc.kicad_pcb b/tests/board_samples/kicad_8/bom_ok_drc.kicad_pcb index 434a77679..21fb6ac76 100644 --- a/tests/board_samples/kicad_8/bom_ok_drc.kicad_pcb +++ b/tests/board_samples/kicad_8/bom_ok_drc.kicad_pcb @@ -1,240 +1,776 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0) - (aux_axis_origin 148.4 80.2) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "GND") - (net 2 "Net-(C1-Pad1)") - (net 3 "VCC") - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea01d) - (at 146.3 78.6) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ebe91ac") - (attr smd) - (fp_text reference "C1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cf64c803-8201-493d-8ede-135d8ebf46cc) - ) - (fp_text value "1uF" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b752c763-5f46-455c-97e2-bec25d8f2b34) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp fd325bad-9a60-4082-884c-1542d743db77) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04a6488f-1abf-4c72-a2e9-9e0e6f14c5e8)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b32171a-4714-41ee-997d-80c56313248d)) - (fp_line (start -1.7 -0.98) (end 1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e9349c0-5553-4ae9-9194-74a8e03eb008)) - (fp_line (start -1.7 0.98) (end -1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bb76b7f-b92e-4b51-934a-61a2e24f193b)) - (fp_line (start 1.7 -0.98) (end 1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02b203e7-18fd-4322-9735-692ec0cc0596)) - (fp_line (start 1.7 0.98) (end -1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab2b81a7-cce1-4b91-b357-82a398c29249)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbfaee45-8b29-4368-8d0d-cb20180a9d6f)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33c47812-a39a-45b5-a550-a28a23c90afb)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8fafe0d-019a-41dc-8e33-f1f5648883db)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4574b1a6-8490-405d-93a0-6bf27bbb1afe)) - (pad "1" smd roundrect (at -0.95 0) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp bc6fa8f3-7f00-4db5-8d56-56897b0dbbc3)) - (pad "2" smd roundrect (at 0.95 0) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 7b467463-8279-4d90-b18f-2c91db4938bf)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea02e) - (at 146.3 81.55 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebe8a2e") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 82371f96-1a5b-4053-a8fa-181db72a9d9a) - ) - (fp_text value "100" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8eb9c7f0-f8e5-4967-bbce-e16673643ea6) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 8ae40efa-3e60-49b8-91a5-b88f7cbe2630) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f4d7d5b-15d2-4dbb-a3ef-9a2f6e2d985d)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc3aaf61-8f21-4210-ae32-70830ec2acd2)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e393ade-b1d1-4b30-bfa2-a3368ebd339c)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35b90a34-fc70-48d4-8a72-c4f7bf8ca133)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26e08a6b-e8a5-4b24-aa10-65aeab5487a5)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34bb2540-2724-49ad-a79a-0d65e1d7127e)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df166c41-7ad6-4078-8103-0d04493f8725)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e10d8bd9-a793-4d09-af8e-9c3ba0ec65cc)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc13f802-eab5-48de-bf68-3f7ff2c66214)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8bfb84c-735c-42ec-9f1e-3a29d590fbe2)) - (pad "1" smd roundrect (at -0.9125 0 180) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 3 "VCC") (tstamp b4cc87fa-f1ed-4454-bf02-a27b21416fbe)) - (pad "2" smd roundrect (at 0.9125 0 180) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 2 "Net-(C1-Pad1)") (tstamp d18e1117-53f0-44c8-9af0-2bdb3c0d55ae)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea03f) - (at 150.71 78.6 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebe8e9e") - (attr smd) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d3e7d335-8a47-4717-94a9-3b94c7c92bdc) - ) - (fp_text value "200" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b949720f-ba54-4808-bda7-0a89a5b31ad9) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 82d87d63-1cfa-4849-b8e6-eab04082ba66) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1b77ccb-2a26-4fc6-985c-8d281d4b0265)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58914e62-8872-4004-9d9f-5b223a96191c)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3a49d1e-b73d-49b5-9ce1-0e17526dd6c8)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 887bb4e9-8eeb-457c-9090-05fad0cfdb33)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62c18ff3-b53c-4658-99af-ef2181c3d2d3)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc8efa54-6fc9-48dc-b304-f076e43dd4b2)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37dcc5e5-47a4-49a6-a769-8245340d9c8b)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a022f84-fa0b-478f-9bb5-f15bbcda69af)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b084b77-e784-4594-9905-ecf1b3cbb968)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 799e1513-77cd-4b47-a346-1fef7275bfec)) - (pad "1" smd roundrect (at -0.9125 0 180) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 2 "Net-(C1-Pad1)") (tstamp 237498af-773c-48c8-a1c8-b4cd0aaf635e)) - (pad "2" smd roundrect (at 0.9125 0 180) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 1 "GND") (tstamp 96c15294-3e52-45e2-9f01-25b1e8a80d60)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 153 84) (end 153 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ebea29b)) - (gr_line (start 144 76) (end 144 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp bb3326cd-028c-43fb-af47-5975412a67c7)) - (gr_line (start 153 76) (end 144 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp d534140b-6f16-4b83-8893-ef4b026f6ec9)) - (gr_line (start 144 84) (end 153 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp ea655683-6135-4d3f-a322-1186e1a703b2)) - - (segment (start 147.2375 78.6) (end 149.7725 78.6) (width 0.25) (layer "F.Cu") (net 1) (tstamp 4ebf58f7-8428-4480-b240-bb7d3c895103)) - (segment (start 145.3625 78.6) (end 146.4625 77.5) (width 0.25) (layer "F.Cu") (net 2) (tstamp 094b0da9-055e-4caf-8a61-eb0abbabc6ad)) - (segment (start 150.5475 77.5) (end 151.6475 78.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp 3ec9ac06-d662-405d-a323-fd037fa00de7)) - (segment (start 146.4625 77.5) (end 150.5475 77.5) (width 0.25) (layer "F.Cu") (net 2) (tstamp 636a61f2-1871-4e58-a0a3-09c17469dd1e)) - (segment (start 145.3625 81.55) (end 145.3625 78.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp 88783723-a7d1-470c-aea1-fc38629b827f)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 148.4 80.2) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (property "ALIAS1" "${KIPRJMOD}/../../data/metrico/Resistor_SMD.3dshapes") + (property "MYVAR" "tests/data") + (property "PRUEBITA" "Hola!") + (net 0 "") + (net 1 "GND") + (net 2 "Net-(C1-Pad1)") + (net 3 "VCC") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea01d") + (at 146.3 78.6) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "cf64c803-8201-493d-8ede-135d8ebf46cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1uF" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "b752c763-5f46-455c-97e2-bec25d8f2b34") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37a9c23b-eabd-4b96-a576-da69a2b3fa72") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e40dea1-e845-43c5-9164-8d7a35795e4f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "15bbd52d-ebb6-445e-bd1f-37af24d84903") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe91ac") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04a6488f-1abf-4c72-a2e9-9e0e6f14c5e8") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b32171a-4714-41ee-997d-80c56313248d") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e9349c0-5553-4ae9-9194-74a8e03eb008") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5bb76b7f-b92e-4b51-934a-61a2e24f193b") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02b203e7-18fd-4322-9735-692ec0cc0596") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab2b81a7-cce1-4b91-b357-82a398c29249") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cbfaee45-8b29-4368-8d0d-cb20180a9d6f") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "33c47812-a39a-45b5-a550-a28a23c90afb") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8fafe0d-019a-41dc-8e33-f1f5648883db") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4574b1a6-8490-405d-93a0-6bf27bbb1afe") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "fd325bad-9a60-4082-884c-1542d743db77") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "bc6fa8f3-7f00-4db5-8d56-56897b0dbbc3") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "7b467463-8279-4d90-b18f-2c91db4938bf") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea02e") + (at 146.3 81.55 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "82371f96-1a5b-4053-a8fa-181db72a9d9a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "8eb9c7f0-f8e5-4967-bbce-e16673643ea6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9708b158-e3b6-4e79-81bf-7878dc2fe603") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4efa9207-4e51-402f-a821-f073dba32387") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fd29525-59d9-4f54-bec0-b1837f8bb38e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8a2e") + (attr smd) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc3aaf61-8f21-4210-ae32-70830ec2acd2") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f4d7d5b-15d2-4dbb-a3ef-9a2f6e2d985d") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "34bb2540-2724-49ad-a79a-0d65e1d7127e") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "26e08a6b-e8a5-4b24-aa10-65aeab5487a5") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "35b90a34-fc70-48d4-8a72-c4f7bf8ca133") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e393ade-b1d1-4b30-bfa2-a3368ebd339c") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b8bfb84c-735c-42ec-9f1e-3a29d590fbe2") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc13f802-eab5-48de-bf68-3f7ff2c66214") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e10d8bd9-a793-4d09-af8e-9c3ba0ec65cc") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df166c41-7ad6-4078-8103-0d04493f8725") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "8ae40efa-3e60-49b8-91a5-b88f7cbe2630") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 3 "VCC") + (uuid "b4cc87fa-f1ed-4454-bf02-a27b21416fbe") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "Net-(C1-Pad1)") + (uuid "d18e1117-53f0-44c8-9af0-2bdb3c0d55ae") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea03f") + (at 150.71 78.6 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "d3e7d335-8a47-4717-94a9-3b94c7c92bdc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "200" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "b949720f-ba54-4808-bda7-0a89a5b31ad9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8bf099af-0a11-49cd-9312-622853eeaaa0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "815373ad-2bbe-4640-beeb-3a92b869c914") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c267d9e7-ba8c-458f-b14d-8903fb82dc54") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8e9e") + (attr smd) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58914e62-8872-4004-9d9f-5b223a96191c") + ) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1b77ccb-2a26-4fc6-985c-8d281d4b0265") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dc8efa54-6fc9-48dc-b304-f076e43dd4b2") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62c18ff3-b53c-4658-99af-ef2181c3d2d3") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "887bb4e9-8eeb-457c-9090-05fad0cfdb33") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3a49d1e-b73d-49b5-9ce1-0e17526dd6c8") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "799e1513-77cd-4b47-a346-1fef7275bfec") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b084b77-e784-4594-9905-ecf1b3cbb968") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a022f84-fa0b-478f-9bb5-f15bbcda69af") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "37dcc5e5-47a4-49a6-a769-8245340d9c8b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "82d87d63-1cfa-4849-b8e6-eab04082ba66") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "Net-(C1-Pad1)") + (uuid "237498af-773c-48c8-a1c8-b4cd0aaf635e") + ) + (pad "2" smd roundrect + (at 0.9125 0 180) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 1 "GND") + (uuid "96c15294-3e52-45e2-9f01-25b1e8a80d60") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 153 84) + (end 153 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ebea29b") + ) + (gr_line + (start 144 76) + (end 144 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "bb3326cd-028c-43fb-af47-5975412a67c7") + ) + (gr_line + (start 153 76) + (end 144 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d534140b-6f16-4b83-8893-ef4b026f6ec9") + ) + (gr_line + (start 144 84) + (end 153 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ea655683-6135-4d3f-a322-1186e1a703b2") + ) + (segment + (start 147.2375 78.6) + (end 149.7725 78.6) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "4ebf58f7-8428-4480-b240-bb7d3c895103") + ) + (segment + (start 145.3625 78.6) + (end 146.4625 77.5) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "094b0da9-055e-4caf-8a61-eb0abbabc6ad") + ) + (segment + (start 150.5475 77.5) + (end 151.6475 78.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "3ec9ac06-d662-405d-a323-fd037fa00de7") + ) + (segment + (start 146.4625 77.5) + (end 150.5475 77.5) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "636a61f2-1871-4e58-a0a3-09c17469dd1e") + ) + (segment + (start 145.3625 81.55) + (end 145.3625 78.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "88783723-a7d1-470c-aea1-fc38629b827f") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/bom_ok_drc.kicad_pro b/tests/board_samples/kicad_8/bom_ok_drc.kicad_pro index 1900662e0..6d3fed10b 100644 --- a/tests/board_samples/kicad_8/bom_ok_drc.kicad_pro +++ b/tests/board_samples/kicad_8/bom_ok_drc.kicad_pro @@ -3,14 +3,17 @@ "3dviewports": [], "design_settings": { "defaults": { - "board_outline_line_width": 0.049999999999999996, - "copper_line_width": 0.19999999999999998, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, "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, + "courtyard_line_width": 0.05, "dimension_precision": 4, "dimension_units": 3, "dimensions": { @@ -21,13 +24,13 @@ "text_position": 0, "units_format": 1 }, - "fab_line_width": 0.09999999999999999, + "fab_line_width": 0.1, "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.09999999999999999, + "other_line_width": 0.1, "other_text_italic": false, "other_text_size_h": 1.0, "other_text_size_v": 1.0, @@ -74,6 +77,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "error", "hole_clearance": "error", "hole_near_hole": "error", @@ -117,27 +121,24 @@ "max_error": 0.005, "min_clearance": 0.0, "min_connection": 0.0, - "min_copper_edge_clearance": 0.024999999999999998, + "min_copper_edge_clearance": 0.025, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.19999999999999998, - "min_microvia_drill": 0.09999999999999999, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, "min_resolved_spokes": 2, "min_silk_clearance": 0.0, - "min_text_height": 0.7999999999999999, + "min_text_height": 0.8, "min_text_thickness": 0.08, "min_through_hole_diameter": 0.2032, "min_track_width": 0.127, - "min_via_annular_width": 0.049999999999999996, + "min_via_annular_width": 0.05, "min_via_diameter": 0.4572, "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, @@ -146,29 +147,35 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } @@ -179,6 +186,32 @@ 0.3048, 0.635 ], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [ { "diameter": 0.0, @@ -196,6 +229,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -208,7 +248,7 @@ "pinned_symbol_libs": [] }, "meta": { - "filename": "bom_w_prj.kicad_pro", + "filename": "bom_ok_drc.kicad_pro", "version": 1 }, "net_settings": { @@ -260,8 +300,11 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" diff --git a/tests/board_samples/kicad_8/bom_portrait.kicad_pcb b/tests/board_samples/kicad_8/bom_portrait.kicad_pcb index 42a54b863..c9120acea 100644 --- a/tests/board_samples/kicad_8/bom_portrait.kicad_pcb +++ b/tests/board_samples/kicad_8/bom_portrait.kicad_pcb @@ -1,242 +1,789 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4" portrait) - (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) - ) - - (setup - (pad_to_mask_clearance 0) - (aux_axis_origin 148.4 80.2) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "GND") - (net 2 "Net-(C1-Pad1)") - (net 3 "VCC") - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea01d) - (at 146.3 78.6) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ebe91ac") - (attr smd) - (fp_text reference "C1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c974f755-f11c-4e72-9337-9b1b03ad46d6) - ) - (fp_text value "1uF" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2b79ad18-d7d7-43df-ab38-e75b2da12556) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 5db96da7-af8d-43d8-8dc7-a398bfc8659a) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3076b8ca-409a-4abb-8543-19f45b2d32e7)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a32b7c78-669e-4058-9e8f-159773d391d1)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e610961e-a821-4b86-8c7d-d4cb27796910)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5298dbf1-ff20-463f-b22f-955b234f027b)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ee42af7-ef65-46ec-93e1-21c0e6077de0)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9aaa51e5-eb42-4e37-9164-e5b31a4cd652)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8367eaee-e0ca-41eb-bc30-e532a8b59fdd)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ffd0374-60f5-4975-8863-7ed9f29dac0e)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26a053d6-55aa-4839-adb7-568fd5c066bb)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3a76526-d318-4ed9-8120-844abbdc3456)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 34fb9d00-02b1-48b3-a790-0112e6a08449)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 0336c0d4-c4f4-4020-8380-287f839c852a)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea02e) - (at 146.3 81.55 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebe8a2e") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7ef0f81b-f6e6-4f07-b717-38c4b1e50a5e) - ) - (fp_text value "100" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8cd4eec9-ceb5-4b8f-83f2-9a146ee7ddd5) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 93acb41a-3723-4469-9dee-a34acc325774) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39441d2f-6110-4320-92bb-88f09b0de90b)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae28541a-0239-4867-9639-a73e46808278)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 91e75b42-fb6a-4a6b-be78-4013b6183b9a)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c76bc75f-8181-4476-9973-7173e45c68ed)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 752a50bd-195a-4ad5-acdb-d18c11a301e4)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 757c5363-13ba-436b-9db8-e5dc02596d27)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 337d7915-43e4-4835-8aab-ff527c0de866)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe5b7a7b-9594-494a-8fe7-df5ac5e9fd07)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba9a410d-1c13-461f-b6a8-eeb7c4c46e58)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 656d7de6-1e65-4eb7-8002-7e680bef80b9)) - (pad "1" smd roundrect (at -0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "VCC") (tstamp ee158b8c-0101-4c4c-b5ce-76e87c497fb9)) - (pad "2" smd roundrect (at 0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp b67e7460-96bc-4aa0-8593-880eb3320d89)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metrico.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea03f) - (at 150.71 78.6 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebe8e9e") - (attr smd) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9d088aec-c53e-413e-8715-779a6ee7e407) - ) - (fp_text value "200" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp abf3504c-c638-4bb0-8898-7b38d0241a11) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 730e1bed-bd81-4343-85e9-17d6a47cb046) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7613df36-4992-4dd5-b97e-1f17e43e73c6)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6f74bca-cdeb-4109-905d-6a81777da69b)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee5f10ba-08e8-4cb5-8185-dae7f54c20a3)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e6314c1-5679-49cb-898a-296f9477855a)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea59c7f6-51a1-4630-b89e-075386e527c9)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 434bf54a-a88a-45dc-a569-a0a5b81a7096)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 608be37a-af03-4e73-9e8e-c1bb3353eaf4)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c2f40eb-308c-4cc2-9669-44b6645a7910)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a384a468-0937-4800-9a3b-e63b6186898c)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc5732f3-4764-4a19-a8e3-24308ca8b363)) - (pad "1" smd roundrect (at -0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 55440b89-8f8a-483a-9b2b-9ccc95708f75)) - (pad "2" smd roundrect (at 0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 3d8a4e48-dfd4-4c64-8dd3-885d6a7ed460)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 153 84) (end 153 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ebea29b)) - (gr_line (start 144 76) (end 144 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp bb3326cd-028c-43fb-af47-5975412a67c7)) - (gr_line (start 153 76) (end 144 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp d534140b-6f16-4b83-8893-ef4b026f6ec9)) - (gr_line (start 144 84) (end 153 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp ea655683-6135-4d3f-a322-1186e1a703b2)) - - (segment (start 147.2375 78.6) (end 149.7725 78.6) (width 0.25) (layer "F.Cu") (net 1) (tstamp 4ebf58f7-8428-4480-b240-bb7d3c895103)) - (segment (start 150.62249 77.57499) (end 151.161973 78.114473) (width 0.25) (layer "F.Cu") (net 2) (tstamp 4ed009e2-b8f5-47d8-ba45-e73cbf2524c2)) - (segment (start 145.3625 78.6) (end 145.3625 79.3) (width 0.25) (layer "F.Cu") (net 2) (tstamp 5505e502-12b2-42b0-9e88-71997ebbcbde)) - (segment (start 151.161973 78.114473) (end 151.6475 78.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp 5e3899fa-1efc-49c7-bd03-0723e6564f66)) - (segment (start 145.3625 78.6) (end 146.38751 77.57499) (width 0.25) (layer "F.Cu") (net 2) (tstamp 88b2a9f5-ec07-44cc-be7d-6243af8d21a7)) - (segment (start 145.3625 79.3) (end 145.3625 81.55) (width 0.25) (layer "F.Cu") (net 2) (tstamp a49ce2ce-5d29-415b-a41f-07567cbabb0f)) - (segment (start 146.38751 77.57499) (end 150.62249 77.57499) (width 0.25) (layer "F.Cu") (net 2) (tstamp fd90cb38-571b-4f7c-8630-139c123989e3)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4" portrait) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 148.4 80.2) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "Net-(C1-Pad1)") + (net 3 "VCC") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea01d") + (at 146.3 78.6) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "c974f755-f11c-4e72-9337-9b1b03ad46d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1uF" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "2b79ad18-d7d7-43df-ab38-e75b2da12556") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cde288b2-2821-40d7-b9e1-6e36d25a119a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b3cde9f4-e792-4426-9abc-aa5de541b75e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3ca422e-270f-41d1-802d-4a61257b9a22") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe91ac") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3076b8ca-409a-4abb-8543-19f45b2d32e7") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a32b7c78-669e-4058-9e8f-159773d391d1") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e610961e-a821-4b86-8c7d-d4cb27796910") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5298dbf1-ff20-463f-b22f-955b234f027b") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5ee42af7-ef65-46ec-93e1-21c0e6077de0") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9aaa51e5-eb42-4e37-9164-e5b31a4cd652") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8367eaee-e0ca-41eb-bc30-e532a8b59fdd") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ffd0374-60f5-4975-8863-7ed9f29dac0e") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "26a053d6-55aa-4839-adb7-568fd5c066bb") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3a76526-d318-4ed9-8120-844abbdc3456") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "5db96da7-af8d-43d8-8dc7-a398bfc8659a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "34fb9d00-02b1-48b3-a790-0112e6a08449") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "0336c0d4-c4f4-4020-8380-287f839c852a") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea02e") + (at 146.3 81.55 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "7ef0f81b-f6e6-4f07-b717-38c4b1e50a5e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "8cd4eec9-ceb5-4b8f-83f2-9a146ee7ddd5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ed92a8a8-58f7-4172-80c9-e53b7984f20e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "670ef422-5c64-4de7-8923-e93b52e60872") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c5e84c14-d0b0-415d-a74e-48e213a04b31") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8a2e") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae28541a-0239-4867-9639-a73e46808278") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39441d2f-6110-4320-92bb-88f09b0de90b") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "757c5363-13ba-436b-9db8-e5dc02596d27") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "752a50bd-195a-4ad5-acdb-d18c11a301e4") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c76bc75f-8181-4476-9973-7173e45c68ed") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "91e75b42-fb6a-4a6b-be78-4013b6183b9a") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "656d7de6-1e65-4eb7-8002-7e680bef80b9") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba9a410d-1c13-461f-b6a8-eeb7c4c46e58") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe5b7a7b-9594-494a-8fe7-df5ac5e9fd07") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "337d7915-43e4-4835-8aab-ff527c0de866") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "93acb41a-3723-4469-9dee-a34acc325774") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "VCC") + (uuid "ee158b8c-0101-4c4c-b5ce-76e87c497fb9") + ) + (pad "2" smd roundrect + (at 0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "b67e7460-96bc-4aa0-8593-880eb3320d89") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metrico.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea03f") + (at 150.71 78.6 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "9d088aec-c53e-413e-8715-779a6ee7e407") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "200" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "abf3504c-c638-4bb0-8898-7b38d0241a11") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7e4cc5b-8a0e-43ac-9f05-8c129d4169c6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f4e5df0-5f43-4377-b241-3aaf72cb90ad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "acfb739f-ff95-44ef-a897-1a09be5f260e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8e9e") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6f74bca-cdeb-4109-905d-6a81777da69b") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7613df36-4992-4dd5-b97e-1f17e43e73c6") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "434bf54a-a88a-45dc-a569-a0a5b81a7096") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea59c7f6-51a1-4630-b89e-075386e527c9") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e6314c1-5679-49cb-898a-296f9477855a") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee5f10ba-08e8-4cb5-8185-dae7f54c20a3") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc5732f3-4764-4a19-a8e3-24308ca8b363") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a384a468-0937-4800-9a3b-e63b6186898c") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c2f40eb-308c-4cc2-9669-44b6645a7910") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "608be37a-af03-4e73-9e8e-c1bb3353eaf4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "730e1bed-bd81-4343-85e9-17d6a47cb046") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "55440b89-8f8a-483a-9b2b-9ccc95708f75") + ) + (pad "2" smd roundrect + (at 0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "3d8a4e48-dfd4-4c64-8dd3-885d6a7ed460") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 153 84) + (end 153 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ebea29b") + ) + (gr_line + (start 144 76) + (end 144 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "bb3326cd-028c-43fb-af47-5975412a67c7") + ) + (gr_line + (start 153 76) + (end 144 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d534140b-6f16-4b83-8893-ef4b026f6ec9") + ) + (gr_line + (start 144 84) + (end 153 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ea655683-6135-4d3f-a322-1186e1a703b2") + ) + (segment + (start 147.2375 78.6) + (end 149.7725 78.6) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "4ebf58f7-8428-4480-b240-bb7d3c895103") + ) + (segment + (start 150.62249 77.57499) + (end 151.161973 78.114473) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "4ed009e2-b8f5-47d8-ba45-e73cbf2524c2") + ) + (segment + (start 145.3625 78.6) + (end 145.3625 79.3) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "5505e502-12b2-42b0-9e88-71997ebbcbde") + ) + (segment + (start 151.161973 78.114473) + (end 151.6475 78.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "5e3899fa-1efc-49c7-bd03-0723e6564f66") + ) + (segment + (start 145.3625 78.6) + (end 146.38751 77.57499) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "88b2a9f5-ec07-44cc-be7d-6243af8d21a7") + ) + (segment + (start 145.3625 79.3) + (end 145.3625 81.55) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "a49ce2ce-5d29-415b-a41f-07567cbabb0f") + ) + (segment + (start 146.38751 77.57499) + (end 150.62249 77.57499) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "fd90cb38-571b-4f7c-8630-139c123989e3") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/bom_w_prj.kicad_pcb b/tests/board_samples/kicad_8/bom_w_prj.kicad_pcb index 5f795248e..867dffff2 100644 --- a/tests/board_samples/kicad_8/bom_w_prj.kicad_pcb +++ b/tests/board_samples/kicad_8/bom_w_prj.kicad_pcb @@ -1,246 +1,792 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0) - (aux_axis_origin 148.4 80.2) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "") - ) - ) - - (property "ALIAS1" "${KIPRJMOD}/../../data/metrico/Resistor_SMD.3dshapes") - (property "MYVAR" "tests/data") - (property "PRUEBITA" "Hola!") - - (net 0 "") - (net 1 "GND") - (net 2 "Net-(C1-Pad1)") - (net 3 "VCC") - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea01d) - (at 146.3 78.6) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ebe91ac") - (attr smd) - (fp_text reference "C1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c974f755-f11c-4e72-9337-9b1b03ad46d6) - ) - (fp_text value "1uF" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2b79ad18-d7d7-43df-ab38-e75b2da12556) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 5db96da7-af8d-43d8-8dc7-a398bfc8659a) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3076b8ca-409a-4abb-8543-19f45b2d32e7)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a32b7c78-669e-4058-9e8f-159773d391d1)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e610961e-a821-4b86-8c7d-d4cb27796910)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5298dbf1-ff20-463f-b22f-955b234f027b)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ee42af7-ef65-46ec-93e1-21c0e6077de0)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9aaa51e5-eb42-4e37-9164-e5b31a4cd652)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8367eaee-e0ca-41eb-bc30-e532a8b59fdd)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ffd0374-60f5-4975-8863-7ed9f29dac0e)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26a053d6-55aa-4839-adb7-568fd5c066bb)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3a76526-d318-4ed9-8120-844abbdc3456)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 34fb9d00-02b1-48b3-a790-0112e6a08449)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 0336c0d4-c4f4-4020-8380-287f839c852a)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea02e) - (at 146.3 81.55 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebe8a2e") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7ef0f81b-f6e6-4f07-b717-38c4b1e50a5e) - ) - (fp_text value "100" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8cd4eec9-ceb5-4b8f-83f2-9a146ee7ddd5) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 93acb41a-3723-4469-9dee-a34acc325774) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39441d2f-6110-4320-92bb-88f09b0de90b)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae28541a-0239-4867-9639-a73e46808278)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 91e75b42-fb6a-4a6b-be78-4013b6183b9a)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c76bc75f-8181-4476-9973-7173e45c68ed)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 752a50bd-195a-4ad5-acdb-d18c11a301e4)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 757c5363-13ba-436b-9db8-e5dc02596d27)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 337d7915-43e4-4835-8aab-ff527c0de866)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe5b7a7b-9594-494a-8fe7-df5ac5e9fd07)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba9a410d-1c13-461f-b6a8-eeb7c4c46e58)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 656d7de6-1e65-4eb7-8002-7e680bef80b9)) - (pad "1" smd roundrect (at -0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "VCC") (tstamp ee158b8c-0101-4c4c-b5ce-76e87c497fb9)) - (pad "2" smd roundrect (at 0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp b67e7460-96bc-4aa0-8593-880eb3320d89)) - (model "ALIAS1:R_0805_2012Metrico.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea03f) - (at 150.71 78.6 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebe8e9e") - (attr smd) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9d088aec-c53e-413e-8715-779a6ee7e407) - ) - (fp_text value "200" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp abf3504c-c638-4bb0-8898-7b38d0241a11) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 730e1bed-bd81-4343-85e9-17d6a47cb046) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7613df36-4992-4dd5-b97e-1f17e43e73c6)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6f74bca-cdeb-4109-905d-6a81777da69b)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee5f10ba-08e8-4cb5-8185-dae7f54c20a3)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e6314c1-5679-49cb-898a-296f9477855a)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea59c7f6-51a1-4630-b89e-075386e527c9)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 434bf54a-a88a-45dc-a569-a0a5b81a7096)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 608be37a-af03-4e73-9e8e-c1bb3353eaf4)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c2f40eb-308c-4cc2-9669-44b6645a7910)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a384a468-0937-4800-9a3b-e63b6186898c)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc5732f3-4764-4a19-a8e3-24308ca8b363)) - (pad "1" smd roundrect (at -0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 55440b89-8f8a-483a-9b2b-9ccc95708f75)) - (pad "2" smd roundrect (at 0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 3d8a4e48-dfd4-4c64-8dd3-885d6a7ed460)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 153 84) (end 153 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ebea29b)) - (gr_line (start 144 76) (end 144 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp bb3326cd-028c-43fb-af47-5975412a67c7)) - (gr_line (start 153 76) (end 144 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp d534140b-6f16-4b83-8893-ef4b026f6ec9)) - (gr_line (start 144 84) (end 153 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp ea655683-6135-4d3f-a322-1186e1a703b2)) - - (segment (start 147.2375 78.6) (end 149.7725 78.6) (width 0.25) (layer "F.Cu") (net 1) (tstamp 4ebf58f7-8428-4480-b240-bb7d3c895103)) - (segment (start 150.62249 77.57499) (end 151.161973 78.114473) (width 0.25) (layer "F.Cu") (net 2) (tstamp 4ed009e2-b8f5-47d8-ba45-e73cbf2524c2)) - (segment (start 145.3625 78.6) (end 145.3625 79.3) (width 0.25) (layer "F.Cu") (net 2) (tstamp 5505e502-12b2-42b0-9e88-71997ebbcbde)) - (segment (start 151.161973 78.114473) (end 151.6475 78.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp 5e3899fa-1efc-49c7-bd03-0723e6564f66)) - (segment (start 145.3625 78.6) (end 146.38751 77.57499) (width 0.25) (layer "F.Cu") (net 2) (tstamp 88b2a9f5-ec07-44cc-be7d-6243af8d21a7)) - (segment (start 145.3625 79.3) (end 145.3625 81.55) (width 0.25) (layer "F.Cu") (net 2) (tstamp a49ce2ce-5d29-415b-a41f-07567cbabb0f)) - (segment (start 146.38751 77.57499) (end 150.62249 77.57499) (width 0.25) (layer "F.Cu") (net 2) (tstamp fd90cb38-571b-4f7c-8630-139c123989e3)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 148.4 80.2) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (property "ALIAS1" "${KIPRJMOD}/../../data/metrico/Resistor_SMD.3dshapes") + (property "MYVAR" "tests/data") + (property "PRUEBITA" "Hola!") + (net 0 "") + (net 1 "GND") + (net 2 "Net-(C1-Pad1)") + (net 3 "VCC") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea01d") + (at 146.3 78.6) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "c974f755-f11c-4e72-9337-9b1b03ad46d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1uF" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "2b79ad18-d7d7-43df-ab38-e75b2da12556") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "67d10aba-2b0d-4161-a618-c0c7513bb81e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a2c92f51-e610-49ee-b31f-84f3cd0927ea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8340a9cd-a82c-4f81-af72-7873363ae149") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe91ac") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3076b8ca-409a-4abb-8543-19f45b2d32e7") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a32b7c78-669e-4058-9e8f-159773d391d1") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e610961e-a821-4b86-8c7d-d4cb27796910") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5298dbf1-ff20-463f-b22f-955b234f027b") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5ee42af7-ef65-46ec-93e1-21c0e6077de0") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9aaa51e5-eb42-4e37-9164-e5b31a4cd652") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8367eaee-e0ca-41eb-bc30-e532a8b59fdd") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ffd0374-60f5-4975-8863-7ed9f29dac0e") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "26a053d6-55aa-4839-adb7-568fd5c066bb") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3a76526-d318-4ed9-8120-844abbdc3456") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "5db96da7-af8d-43d8-8dc7-a398bfc8659a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "34fb9d00-02b1-48b3-a790-0112e6a08449") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "0336c0d4-c4f4-4020-8380-287f839c852a") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea02e") + (at 146.3 81.55 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "7ef0f81b-f6e6-4f07-b717-38c4b1e50a5e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "8cd4eec9-ceb5-4b8f-83f2-9a146ee7ddd5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9407ad6e-e009-487c-8a77-a968417e6113") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eddcff34-1d5b-4f6f-a4f9-27f419ca087c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8559cfdb-feb5-48d1-9f70-50cff93c7f4a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8a2e") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae28541a-0239-4867-9639-a73e46808278") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39441d2f-6110-4320-92bb-88f09b0de90b") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "757c5363-13ba-436b-9db8-e5dc02596d27") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "752a50bd-195a-4ad5-acdb-d18c11a301e4") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c76bc75f-8181-4476-9973-7173e45c68ed") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "91e75b42-fb6a-4a6b-be78-4013b6183b9a") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "656d7de6-1e65-4eb7-8002-7e680bef80b9") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba9a410d-1c13-461f-b6a8-eeb7c4c46e58") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe5b7a7b-9594-494a-8fe7-df5ac5e9fd07") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "337d7915-43e4-4835-8aab-ff527c0de866") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "93acb41a-3723-4469-9dee-a34acc325774") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "VCC") + (uuid "ee158b8c-0101-4c4c-b5ce-76e87c497fb9") + ) + (pad "2" smd roundrect + (at 0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "b67e7460-96bc-4aa0-8593-880eb3320d89") + ) + (model "ALIAS1:R_0805_2012Metrico.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea03f") + (at 150.71 78.6 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "9d088aec-c53e-413e-8715-779a6ee7e407") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "200" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "abf3504c-c638-4bb0-8898-7b38d0241a11") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6622efd8-88ae-4c1a-92b8-133829012929") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ad2bb6d-328e-4f6d-b8f2-84dfe56fd2d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "604aaf50-382f-4d57-846b-ba921febf6eb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8e9e") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6f74bca-cdeb-4109-905d-6a81777da69b") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7613df36-4992-4dd5-b97e-1f17e43e73c6") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "434bf54a-a88a-45dc-a569-a0a5b81a7096") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea59c7f6-51a1-4630-b89e-075386e527c9") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e6314c1-5679-49cb-898a-296f9477855a") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee5f10ba-08e8-4cb5-8185-dae7f54c20a3") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc5732f3-4764-4a19-a8e3-24308ca8b363") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a384a468-0937-4800-9a3b-e63b6186898c") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c2f40eb-308c-4cc2-9669-44b6645a7910") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "608be37a-af03-4e73-9e8e-c1bb3353eaf4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "730e1bed-bd81-4343-85e9-17d6a47cb046") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "55440b89-8f8a-483a-9b2b-9ccc95708f75") + ) + (pad "2" smd roundrect + (at 0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "3d8a4e48-dfd4-4c64-8dd3-885d6a7ed460") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 153 84) + (end 153 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ebea29b") + ) + (gr_line + (start 144 76) + (end 144 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "bb3326cd-028c-43fb-af47-5975412a67c7") + ) + (gr_line + (start 153 76) + (end 144 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d534140b-6f16-4b83-8893-ef4b026f6ec9") + ) + (gr_line + (start 144 84) + (end 153 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ea655683-6135-4d3f-a322-1186e1a703b2") + ) + (segment + (start 147.2375 78.6) + (end 149.7725 78.6) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "4ebf58f7-8428-4480-b240-bb7d3c895103") + ) + (segment + (start 150.62249 77.57499) + (end 151.161973 78.114473) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "4ed009e2-b8f5-47d8-ba45-e73cbf2524c2") + ) + (segment + (start 145.3625 78.6) + (end 145.3625 79.3) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "5505e502-12b2-42b0-9e88-71997ebbcbde") + ) + (segment + (start 151.161973 78.114473) + (end 151.6475 78.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "5e3899fa-1efc-49c7-bd03-0723e6564f66") + ) + (segment + (start 145.3625 78.6) + (end 146.38751 77.57499) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "88b2a9f5-ec07-44cc-be7d-6243af8d21a7") + ) + (segment + (start 145.3625 79.3) + (end 145.3625 81.55) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "a49ce2ce-5d29-415b-a41f-07567cbabb0f") + ) + (segment + (start 146.38751 77.57499) + (end 150.62249 77.57499) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "fd90cb38-571b-4f7c-8630-139c123989e3") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/bom_w_prj.kicad_pro b/tests/board_samples/kicad_8/bom_w_prj.kicad_pro index ce68fdccf..8ac6c88d0 100644 --- a/tests/board_samples/kicad_8/bom_w_prj.kicad_pro +++ b/tests/board_samples/kicad_8/bom_w_prj.kicad_pro @@ -3,14 +3,17 @@ "3dviewports": [], "design_settings": { "defaults": { - "board_outline_line_width": 0.049999999999999996, - "copper_line_width": 0.19999999999999998, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, "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, + "courtyard_line_width": 0.05, "dimension_precision": 4, "dimension_units": 3, "dimensions": { @@ -21,13 +24,13 @@ "text_position": 0, "units_format": 1 }, - "fab_line_width": 0.09999999999999999, + "fab_line_width": 0.1, "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.09999999999999999, + "other_line_width": 0.1, "other_text_italic": false, "other_text_size_h": 1.0, "other_text_size_v": 1.0, @@ -74,6 +77,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "error", "hole_clearance": "error", "hole_near_hole": "error", @@ -117,27 +121,24 @@ "max_error": 0.005, "min_clearance": 0.0, "min_connection": 0.0, - "min_copper_edge_clearance": 0.024999999999999998, + "min_copper_edge_clearance": 0.025, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.19999999999999998, - "min_microvia_drill": 0.09999999999999999, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, "min_resolved_spokes": 2, "min_silk_clearance": 0.0, - "min_text_height": 0.7999999999999999, + "min_text_height": 0.8, "min_text_thickness": 0.08, "min_through_hole_diameter": 0.2032, "min_track_width": 0.127, - "min_via_annular_width": 0.049999999999999996, + "min_via_annular_width": 0.05, "min_via_diameter": 0.4572, "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, @@ -146,29 +147,35 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } @@ -179,6 +186,32 @@ 0.3048, 0.635 ], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [ { "diameter": 0.0, @@ -196,6 +229,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -260,8 +300,11 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" @@ -276,4 +319,4 @@ "MYVAR": "tests/data", "PRUEBITA": "Hola!" } -} \ No newline at end of file +} diff --git a/tests/board_samples/kicad_8/circle_edge.kicad_pcb b/tests/board_samples/kicad_8/circle_edge.kicad_pcb index 064b83290..1ec3c91ca 100644 --- a/tests/board_samples/kicad_8/circle_edge.kicad_pcb +++ b/tests/board_samples/kicad_8/circle_edge.kicad_pcb @@ -1,384 +1,1532 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 0.7584) - ) - - (paper "A4") - (title_block - (title "Miniscope-V4-Rigid-Flex") - (date "2023-01-17") - (rev "4.42") - (company "Aharoni Lab") - ) - - (layers - (0 "F.Cu" signal) - (1 "In1.Cu" signal) - (2 "In2.Cu" signal) - (3 "In3.Cu" signal) - (4 "In4.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) - ) - - (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 0.2032) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "In1.Cu" (type "copper") (thickness 0.018)) - (layer "dielectric 2" (type "prepreg") (thickness 0.07 locked) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "In2.Cu" (type "copper") (thickness 0.018)) - (layer "dielectric 3" (type "core") (thickness 0.05 locked) (material "Polyimide") (epsilon_r 3.2) (loss_tangent 0.004)) - (layer "In3.Cu" (type "copper") (thickness 0.018)) - (layer "dielectric 4" (type "prepreg") (thickness 0.07 locked) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "In4.Cu" (type "copper") (thickness 0.018)) - (layer "dielectric 5" (type "core") (thickness 0.2032) (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 "ENIG") - (dielectric_constraints no) - ) - (pad_to_mask_clearance 0.0254) - (solder_mask_min_width 0.1016) - (aux_axis_origin 100.25 130.5) - (pcbplotparams - (layerselection 0x0031cfc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "Output/") - ) - ) - - (net 0 "") - - (gr_circle (center 110.113273 91.583453) (end 113.513273 91.583453) - (stroke (width 0.3048) (type solid)) (fill none) (layer "In3.Cu") (tstamp 00000000-0000-0000-0000-00005dfcb650)) - (gr_arc (start 105.97 86.66) (mid 105.111125 87.181679) (end 104.14 87.44) - (stroke (width 0.3048) (type solid)) (layer "In3.Cu") (tstamp 00000000-0000-0000-0000-00005dfcb65e)) - (gr_line (start 105.97 86.66) (end 107.92 88.97) - (stroke (width 0.3048) (type solid)) (layer "In3.Cu") (tstamp 00000000-0000-0000-0000-00005dfcb663)) - (gr_arc (start 104.14 87.9) (mid 104.273377 87.544188) (end 104.6 87.35) - (stroke (width 0.3048) (type solid)) (layer "In3.Cu") (tstamp 156b3179-207e-4cf3-a3fd-160922f18cdc)) - (gr_arc (start 105.54 86.96) (mid 105.981539 86.878363) (end 106.36 87.12) - (stroke (width 0.3048) (type solid)) (layer "In3.Cu") (tstamp 1b4b5e0c-d4f2-4b34-81cc-46c2fba04f5a)) - (gr_arc (start 102.79 86.68) (mid 103.209353 86.959505) (end 103.39 87.43) - (stroke (width 0.3048) (type solid)) (layer "In3.Cu") (tstamp 1ea9b0f4-f6e5-4aed-953a-3e325084f18a)) - (gr_arc (start 107.43 88.39) (mid 107.650719 88.926098) (end 107.45 89.47) - (stroke (width 0.3048) (type solid)) (layer "In3.Cu") (tstamp 75c7ba0f-61c6-4ed8-9f33-6ecdbd2703d5)) - (gr_circle (center 103.75 84) (end 106.5 84) - (stroke (width 0.5) (type solid)) (fill none) (layer "In3.Cu") (tstamp a24c46cc-0689-49a7-87aa-834a1d16b108)) - (gr_arc (start 108.48 88.6) (mid 107.921825 88.698479) (end 107.44 88.4) - (stroke (width 0.3048) (type solid)) (layer "In3.Cu") (tstamp acb17fe9-ebb2-4bfa-807a-e49866929d05)) - (gr_arc (start 103.39 87.43) (mid 103.555181 87.019242) (end 103.96 86.84) - (stroke (width 0.3048) (type solid)) (layer "In3.Cu") (tstamp d182c4ac-5947-42a9-a5d0-91b68f63cd4d)) - (gr_line (start 102.25 97.5) (end 105.25 97.5) - (stroke (width 0.2032) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005d7dc0fe)) - (gr_arc (start 102.68934 98.93934) (mid 103.75 98.5) (end 104.81066 98.93934) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005f02a3a4)) - (gr_arc (start 104.81066 101.06066) (mid 103.75 101.5) (end 102.68934 101.06066) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ef008297-a756-483d-a4b0-03d35aed5d7f)) - (gr_arc (start 100.999999 99.250001) (mid 101.310659 100) (end 100.999999 100.749999) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 150d217e-07c2-4835-b837-e6d5264e764e)) - (gr_arc (start 106.500001 100.749999) (mid 106.189341 100) (end 106.500001 99.250001) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5ef30a05-7495-4587-8bd3-82804233a40e)) - (gr_rect (start 50 50) (end 250 150) - (stroke (width 0.1) (type solid)) (fill none) (layer "Dwgs.User") (tstamp f22df2fd-8c9e-46ff-aa7a-b6dee838b5ca)) - (gr_line (start 98.75 108.5) (end 98.75 117.5) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 00000000-0000-0000-0000-00005d79ce29)) - (gr_line (start 113.25 109.5) (end 113.25 117.5) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 00000000-0000-0000-0000-00005d79d26f)) - (gr_line (start 101.25 102.5) (end 106.25 102.5) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 00000000-0000-0000-0000-00005d79d3b6)) - (gr_line (start 112.25 130.5) (end 112.25 122.5) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 00000000-0000-0000-0000-00005d7a6808)) - (gr_line (start 100.25 127.5) (end 100.25 130.5) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 00000000-0000-0000-0000-00005d7d5d55)) - (gr_line (start 112.25 122.5) (end 98.75 122.5) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 00000000-0000-0000-0000-00005d7d6672)) - (gr_line (start 108.75 118) (end 108.75 109) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 00ce6242-5980-4eae-a742-ffb279e555b8)) - (gr_arc (start 101.25 98) (mid 100.957107 98.707107) (end 100.25 99) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 068b4e01-cca6-4c03-8025-bcb3c277ab49)) - (gr_line (start 106.25 98) (end 106.25 93) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 06f078d1-5a50-4fb6-8b35-11f65b896989)) - (gr_arc (start 107.25 99) (mid 106.542893 98.707107) (end 106.25 98) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 097b00fe-f8db-4fac-b091-7c63392631e4)) - (gr_line (start 106.25 93) (end 101.25 93) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 41eb0fcf-f80f-48c2-8945-5fc340692969)) - (gr_arc (start 106.25 102) (mid 106.542893 101.292893) (end 107.25 101) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 44d555fa-fd30-4949-bff6-6c4aec2b6453)) - (gr_line (start 120.75 117.5) (end 120.75 109.5) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 450a0a2f-7373-469c-9d64-36c215576356)) - (gr_line (start 98.75 122.5) (end 98.75 126) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 4b23fe07-da95-4366-9293-85a839d99887)) - (gr_line (start 101.25 93) (end 101.25 98) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 4e6e95c4-d089-4308-808b-4cd14724cfaf)) - (gr_line (start 101.25 102.5) (end 101.25 102) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 5b05a06c-5789-4f89-88c3-17684d1dd25a)) - (gr_arc (start 98.75 117.5) (mid 99.103553 117.646447) (end 99.25 118) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp 6255c1c5-21f6-475c-a0aa-112cbe266465)) - (gr_line (start 108.25 108.5) (end 98.75 108.5) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp a275afba-a192-49bc-8de5-55af2bd9d5a5)) - (gr_line (start 98.75 126) (end 100.25 127.5) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp a6cbd3fb-e8b8-4942-9268-c0620af12467)) - (gr_arc (start 107.25 99) (mid 108.25 100) (end 107.25 101) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp aa1beff6-2a81-4e37-8033-9f254dfb1d9b)) - (gr_arc (start 108.75 109) (mid 108.396447 108.853553) (end 108.25 108.5) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp ab6f9a96-030f-4feb-a0a1-7d69b995fcb9)) - (gr_line (start 106.25 102.5) (end 106.25 102) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp af13700a-48f5-417f-99b6-1ff2b85aae22)) - (gr_arc (start 100.25 101) (mid 100.957107 101.292893) (end 101.25 102) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp bc7769fa-1186-423c-bf1c-7c4e607ff467)) - (gr_line (start 120.75 109.5) (end 113.25 109.5) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp cc8af275-a819-4aae-9231-a22dd469748c)) - (gr_line (start 99.25 118) (end 108.75 118) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp dd67972a-d3bd-4cd1-865f-421356170083)) - (gr_line (start 100.25 130.5) (end 112.25 130.5) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp e2db4e7f-db32-4494-8b98-b6537336794d)) - (gr_arc (start 100.25 101) (mid 99.25 100) (end 100.25 99) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp f41c1143-536a-4bc6-9e13-d5b1ae6df2ce)) - (gr_line (start 113.25 117.5) (end 120.75 117.5) - (stroke (width 0.15) (type solid)) (layer "Eco1.User") (tstamp fe92670a-e9c0-40b8-85c4-95b8fe635e67)) - (gr_circle (center 110.113273 91.583453) (end 113.524023 91.583453) - (stroke (width 0.6185) (type solid)) (fill none) (layer "Eco2.User") (tstamp 00000000-0000-0000-0000-00005dfcb64a)) - (gr_circle (center 103.75 84) (end 106.45 84) - (stroke (width 0.8) (type solid)) (fill none) (layer "Eco2.User") (tstamp 00000000-0000-0000-0000-00005dfcb64b)) - (gr_line (start 102.25 130.5) (end 100.25 130.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d7d8979)) - (gr_line (start 110.25 116) (end 111.75 116) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d7d995e)) - (gr_line (start 107.25 119.5) (end 107.25 121) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d7d9964)) - (gr_line (start 108.75 109) (end 108.75 109.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d7d996b)) - (gr_line (start 105.25 103.5) (end 105.25 107) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d7da6f3)) - (gr_line (start 102.25 103.5) (end 102.25 107) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d7da6f4)) - (gr_line (start 108.25 108.5) (end 106.75 108.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d7da6f6)) - (gr_line (start 100.75 108.5) (end 98.75 108.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d7da6f7)) - (gr_line (start 106.25 93) (end 106.25 98) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d7da6f8)) - (gr_line (start 108.75 117.5) (end 108.75 118) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005d7fbadd)) - (gr_line (start 106.25 102) (end 106.25 102.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005dfcb5bc)) - (gr_line (start 101.25 102) (end 101.25 102.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005dfd110b)) - (gr_line (start 127.5 109.5) (end 120.75 109.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ff4e52b)) - (gr_line (start 126.5 110.5) (end 127.5 110.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ff4e576)) - (gr_line (start 127.5 111.5) (end 126.5 111.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ff4e578)) - (gr_line (start 104.75 135.25) (end 104.75 136.25) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ff4e592)) - (gr_line (start 103.75 135.25) (end 103.75 136.25) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ff4e593)) - (gr_line (start 106.25 130.5) (end 112.25 130.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ff4e5a1)) - (gr_arc (start 102.25 130.5) (mid 102.957107 130.792893) (end 103.25 131.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 0413221b-f286-4c17-944a-11e58b918898)) - (gr_arc (start 107.25 99) (mid 106.542893 98.707107) (end 106.25 98) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 04c77d11-0fb9-4430-bfb9-325c44ebd98a)) - (gr_arc (start 113.25 109.5) (mid 112.81066 110.56066) (end 111.75 111) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 08d343ca-437f-453b-a38e-6927a9a05b10)) - (gr_line (start 104.75 91.5) (end 104.75 88.13633) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 0cab9dd4-e445-4f55-9fd9-2ef5e8a17030)) - (gr_line (start 98.75 117.5) (end 98.75 108.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 0cefd65c-e91d-43ef-b20c-d5bdc3db68cc)) - (gr_arc (start 105.25 136.5) (mid 104.25 137.5) (end 103.25 136.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 115efaac-3fa1-49b3-a34b-a18378d43b62)) - (gr_arc (start 99.25 118) (mid 99.957107 118.292893) (end 100.25 119) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 16ec0ae4-9e19-4a8a-8742-c81ac79048b2)) - (gr_arc (start 120.75 113) (mid 121.042893 112.292893) (end 121.75 112) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 1a00498c-6240-4ca9-8973-d301fda75d9c)) - (gr_line (start 101.25 98) (end 101.25 93) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 2c99c515-0dc5-41ec-b27e-8c288e677565)) - (gr_arc (start 111.75 116) (mid 112.81066 116.43934) (end 113.25 117.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 32163c96-07b6-4b13-84e4-9d286ce0d050)) - (gr_line (start 98.75 126) (end 100.25 127.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 383705f8-42df-44d4-aee8-f082a85aa98e)) - (gr_arc (start 108.577148 88.195427) (mid 112.504437 94.433132) (end 107.043463 89.482341) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 38820f16-aedd-4eeb-a059-fa2f5ebc8a6c)) - (gr_arc (start 105.25 103.5) (mid 105.542893 102.792893) (end 106.25 102.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 39258c1a-6994-4172-86bc-aeebb54c0b68)) - (gr_line (start 108.75 122.5) (end 112.25 122.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 3b493561-5d8d-46fa-92ae-a772e7f28df0)) - (gr_arc (start 100.25 101) (mid 99.25 100) (end 100.25 99) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 3e23d871-567a-4c8c-9473-80c3435202e0)) - (gr_line (start 100.25 121) (end 100.25 119) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 3f919474-55c9-4fb4-aed7-bd525c79c853)) - (gr_arc (start 101.25 102.5) (mid 101.957107 102.792893) (end 102.25 103.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 4227d8de-fb35-4e0c-8d83-901bb5ed5def)) - (gr_arc (start 107.25 119.5) (mid 107.68934 118.43934) (end 108.75 118) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 49f6f203-da6d-4406-b218-381a6f350b78)) - (gr_arc (start 98.75 117.5) (mid 99.103553 117.646447) (end 99.25 118) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 4cc7baf3-6a2a-4282-8e5a-7161cc972cf3)) - (gr_line (start 120.75 117.5) (end 120.75 113) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 5220e529-25f1-4046-b2e5-2ee00d69dce7)) - (gr_circle (center 110.113273 91.583453) (end 113.214773 91.583453) - (stroke (width 0.05) (type solid)) (fill none) (layer "Edge.Cuts") (tstamp 525dd9f9-2a07-4433-b5ab-1852a4cb3db4)) - (gr_arc (start 102.75 91.5) (mid 102.31066 92.56066) (end 101.25 93) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 5c79c072-da61-41d3-8306-9b5d4118778a)) - (gr_arc (start 127.5 110.5) (mid 128 111) (end 127.5 111.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 5df4ab9e-598d-480c-bd91-c6d07b9e5c64)) - (gr_arc (start 106.25 102) (mid 106.542893 101.292893) (end 107.25 101) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 5e74fce6-e6da-4ebd-82dd-dc8ea71bd429)) - (gr_arc (start 105.25 131.5) (mid 105.542893 130.792893) (end 106.25 130.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 65e96255-a9d6-4b7a-97f6-1267cffac03f)) - (gr_arc (start 102.36646 87.576736) (mid 102.6272 80.333047) (end 106.898949 86.188914) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 6988b516-2713-4cee-8d3b-4d1589efdc66)) - (gr_arc (start 106.931987 86.91705) (mid 106.792233 86.558574) (end 106.898949 86.188914) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 6cbd1862-baa9-44ed-b8b9-34031c026f86)) - (gr_line (start 105.13354 87.576736) (end 105.35885 87.48121) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 6e2ed2e3-ed34-4f08-b540-e67ca6ad5c9b)) - (gr_arc (start 102.36646 87.576736) (mid 102.644912 87.797122) (end 102.75 88.13633) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 70b08606-11a8-4f2b-b50b-1f738061bbbe)) - (gr_arc (start 104.75 136.25) (mid 104.25 136.75) (end 103.75 136.25) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 70e89009-8b94-48b7-956e-7748572b1e60)) - (gr_line (start 98.75 122.5) (end 98.75 126) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 712ff0a5-12a6-42c4-8dd0-474db622ec08)) - (gr_line (start 121.75 112) (end 127.5 112) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 82f39d1e-6eb2-4b3d-86a7-08e500c97db6)) - (gr_arc (start 108.577148 88.195427) (mid 108.196409 88.234043) (end 107.86976 88.034644) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 8c9c6994-5ed8-4336-92f0-3de1dd1b9a07)) - (gr_arc (start 103.75 135.25) (mid 104.25 134.75) (end 104.75 135.25) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 8cc6ff87-180f-47fe-83ff-492360f29e5c)) - (gr_arc (start 127.5 109.5) (mid 128.75 110.75) (end 127.5 112) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 8eb1df53-140e-49bc-b16b-2918c7cc9fde)) - (gr_arc (start 107.00796 88.75778) (mid 107.147612 89.114087) (end 107.043463 89.482341) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 924a7bfc-8594-4bb7-9e6b-a0c626e01e19)) - (gr_arc (start 101.25 98) (mid 100.957107 98.707107) (end 100.25 99) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 94a5b092-af2b-46ad-90b6-77a1bc2a5b72)) - (gr_line (start 105.25 131.5) (end 105.25 136.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 959d0233-8b1c-4c65-a8af-018046e7b72d)) - (gr_arc (start 100.25 101) (mid 100.957107 101.292893) (end 101.25 102) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 9b68089e-58c3-49a1-8755-4f1cc50bf105)) - (gr_line (start 103.25 131.5) (end 103.25 136.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 9d35e151-d95a-4e25-a220-d51a81540e7b)) - (gr_line (start 106.070187 87.640186) (end 107.00796 88.75778) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 9e0a799c-d9c3-4ff8-83f7-9e8e79944144)) - (gr_circle (center 103.75 84) (end 106.05 84) - (stroke (width 0.05) (type solid)) (fill none) (layer "Edge.Cuts") (tstamp ac203636-ba8a-4eb4-bcc4-22b2e6cc6876)) - (gr_arc (start 107.25 99) (mid 108.25 100) (end 107.25 101) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp af2fe208-329a-4ce8-b497-c15cb4bf16fc)) - (gr_line (start 107.86976 88.034644) (end 106.931987 86.91705) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp b0b53c73-703a-4c3e-9f08-5571660d76e4)) - (gr_arc (start 108.75 122.5) (mid 107.68934 122.06066) (end 107.25 121) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp ba2afd86-5df3-4007-b519-ae9819780948)) - (gr_line (start 112.25 122.5) (end 112.25 130.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp c36182a4-7e80-480c-99e3-98665c45b9f2)) - (gr_arc (start 100.25 121) (mid 99.81066 122.06066) (end 98.75 122.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp c363a9e9-b9f1-451d-93bf-ca5a160befaa)) - (gr_arc (start 108.75 117.5) (mid 109.18934 116.43934) (end 110.25 116) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp c466a3fa-f545-461b-8990-bfd3fd680714)) - (gr_line (start 113.25 117.5) (end 120.75 117.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp c50b18de-0b2a-40b2-abb9-17d97c9ad274)) - (gr_line (start 102.75 88.13633) (end 102.75 91.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp c90a79c3-3d1a-498a-989c-9508c765e9d8)) - (gr_arc (start 106.25 93) (mid 105.18934 92.56066) (end 104.75 91.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp ca7c9bbf-51f2-4eaf-97ae-e22204547846)) - (gr_arc (start 110.25 111) (mid 109.18934 110.56066) (end 108.75 109.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp d6493fab-99ae-424f-9f23-eb1490077703)) - (gr_line (start 120.75 109.5) (end 113.25 109.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp d85b6741-2895-4e3b-ba15-8f1a81020a36)) - (gr_arc (start 108.75 109) (mid 108.396447 108.853553) (end 108.25 108.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp e3116027-a0a9-4b79-a9ce-aafa5311be3d)) - (gr_arc (start 105.35885 87.48121) (mid 105.741425 87.440304) (end 106.070187 87.640186) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp e4f54159-d98e-4dd4-960b-a8ae43b9e726)) - (gr_arc (start 102.25 107) (mid 101.81066 108.06066) (end 100.75 108.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp e72879a8-a8e1-4478-9726-641716805b9b)) - (gr_line (start 100.25 130.5) (end 100.25 127.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp f1b0899c-240a-4af1-bf9a-50e3f649aff5)) - (gr_arc (start 126.5 111.5) (mid 126 111) (end 126.5 110.5) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp f2c7c264-b5b9-475e-827b-97215a482d9d)) - (gr_arc (start 104.75 88.13633) (mid 104.855088 87.797122) (end 105.13354 87.576736) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp f88e005e-0bee-4790-a2de-e4b9ae5a92a4)) - (gr_arc (start 106.75 108.5) (mid 105.68934 108.06066) (end 105.25 107) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp fc20430e-9468-4435-a3aa-0207693fc8d0)) - (gr_line (start 110.25 111) (end 111.75 111) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp fdb1170f-c79a-4edf-99e2-2685295d2ec2)) - (gr_text "ASDF" (at 114.71 71.86) (layer "Cmts.User") (tstamp 3680b951-6b60-4c4d-80db-8837881b17e3) - (effects (font (size 1.5 1.5) (thickness 0.2)) (justify left)) - ) - (gr_text "Diode pin numbering according to JEDEC, pin 1 = cathode\nUse F.Fab / B.Fab for pin 1 markings\n\nSpecial Layers:\n\nUser.Eco1 contains rigid section outline\nUser.Eco2 contains flex section bottom side polyimide cutouts\n" (at 132.25 120.5) (layer "Cmts.User") (tstamp 4d257a8a-414c-41a9-ba4c-419d27b29b74) - (effects (font (size 1.5 1.5) (thickness 0.2)) (justify left)) - ) - (gr_text "Internal note:\nLens flex section 1mm longer than theoretical\nlength, 0.5mm shorter than previous length" (at 61.25 89.5) (layer "Cmts.User") (tstamp 9e18b8cd-587d-4608-8fae-93a8543d5ab2) - (effects (font (size 1 1) (thickness 0.15)) (justify left)) - ) - - (group "" (id bceb3aba-1c0a-4d42-9439-ca6ddcf5fe1c) - (members - 0cab9dd4-e445-4f55-9fd9-2ef5e8a17030 - 38820f16-aedd-4eeb-a059-fa2f5ebc8a6c - 525dd9f9-2a07-4433-b5ab-1852a4cb3db4 - 6988b516-2713-4cee-8d3b-4d1589efdc66 - 6cbd1862-baa9-44ed-b8b9-34031c026f86 - 6e2ed2e3-ed34-4f08-b540-e67ca6ad5c9b - 70b08606-11a8-4f2b-b50b-1f738061bbbe - 8c9c6994-5ed8-4336-92f0-3de1dd1b9a07 - 924a7bfc-8594-4bb7-9e6b-a0c626e01e19 - 9e0a799c-d9c3-4ff8-83f7-9e8e79944144 - ac203636-ba8a-4eb4-bcc4-22b2e6cc6876 - b0b53c73-703a-4c3e-9f08-5571660d76e4 - c90a79c3-3d1a-498a-989c-9508c765e9d8 - e4f54159-d98e-4dd4-960b-a8ae43b9e726 - f88e005e-0bee-4790-a2de-e4b9ae5a92a4 - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 0.7584) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "Miniscope-V4-Rigid-Flex") + (date "2023-01-17") + (rev "4.42") + (company "Aharoni Lab") + ) + (layers + (0 "F.Cu" signal) + (1 "In1.Cu" signal) + (2 "In2.Cu" signal) + (3 "In3.Cu" signal) + (4 "In4.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) + ) + (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 0.2032) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "In1.Cu" + (type "copper") + (thickness 0.018) + ) + (layer "dielectric 2" + (type "prepreg") + (thickness 0.07 locked) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "In2.Cu" + (type "copper") + (thickness 0.018) + ) + (layer "dielectric 3" + (type "core") + (thickness 0.05 locked) + (material "Polyimide") + (epsilon_r 3.2) + (loss_tangent 0.004) + ) + (layer "In3.Cu" + (type "copper") + (thickness 0.018) + ) + (layer "dielectric 4" + (type "prepreg") + (thickness 0.07 locked) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "In4.Cu" + (type "copper") + (thickness 0.018) + ) + (layer "dielectric 5" + (type "core") + (thickness 0.2032) + (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 "ENIG") + (dielectric_constraints no) + ) + (pad_to_mask_clearance 0.0254) + (solder_mask_min_width 0.1016) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 100.25 130.5) + (pcbplotparams + (layerselection 0x0031cfc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 0) + (scaleselection 1) + (outputdirectory "Output/") + ) + ) + (net 0 "") + (gr_circle + (center 110.113273 91.583453) + (end 113.513273 91.583453) + (stroke + (width 0.3048) + (type solid) + ) + (fill none) + (layer "In3.Cu") + (uuid "00000000-0000-0000-0000-00005dfcb650") + ) + (gr_arc + (start 105.97 86.66) + (mid 105.111125 87.181679) + (end 104.14 87.44) + (stroke + (width 0.3048) + (type solid) + ) + (layer "In3.Cu") + (uuid "00000000-0000-0000-0000-00005dfcb65e") + ) + (gr_line + (start 105.97 86.66) + (end 107.92 88.97) + (stroke + (width 0.3048) + (type solid) + ) + (layer "In3.Cu") + (uuid "00000000-0000-0000-0000-00005dfcb663") + ) + (gr_arc + (start 104.14 87.9) + (mid 104.273377 87.544188) + (end 104.6 87.35) + (stroke + (width 0.3048) + (type solid) + ) + (layer "In3.Cu") + (uuid "156b3179-207e-4cf3-a3fd-160922f18cdc") + ) + (gr_arc + (start 105.54 86.96) + (mid 105.981539 86.878363) + (end 106.36 87.12) + (stroke + (width 0.3048) + (type solid) + ) + (layer "In3.Cu") + (uuid "1b4b5e0c-d4f2-4b34-81cc-46c2fba04f5a") + ) + (gr_arc + (start 102.79 86.68) + (mid 103.209353 86.959505) + (end 103.39 87.43) + (stroke + (width 0.3048) + (type solid) + ) + (layer "In3.Cu") + (uuid "1ea9b0f4-f6e5-4aed-953a-3e325084f18a") + ) + (gr_arc + (start 107.43 88.39) + (mid 107.650719 88.926098) + (end 107.45 89.47) + (stroke + (width 0.3048) + (type solid) + ) + (layer "In3.Cu") + (uuid "75c7ba0f-61c6-4ed8-9f33-6ecdbd2703d5") + ) + (gr_circle + (center 103.75 84) + (end 106.5 84) + (stroke + (width 0.5) + (type solid) + ) + (fill none) + (layer "In3.Cu") + (uuid "a24c46cc-0689-49a7-87aa-834a1d16b108") + ) + (gr_arc + (start 108.48 88.6) + (mid 107.921825 88.698479) + (end 107.44 88.4) + (stroke + (width 0.3048) + (type solid) + ) + (layer "In3.Cu") + (uuid "acb17fe9-ebb2-4bfa-807a-e49866929d05") + ) + (gr_arc + (start 103.39 87.43) + (mid 103.555181 87.019242) + (end 103.96 86.84) + (stroke + (width 0.3048) + (type solid) + ) + (layer "In3.Cu") + (uuid "d182c4ac-5947-42a9-a5d0-91b68f63cd4d") + ) + (gr_line + (start 102.25 97.5) + (end 105.25 97.5) + (stroke + (width 0.2032) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005d7dc0fe") + ) + (gr_arc + (start 102.68934 98.93934) + (mid 103.75 98.5) + (end 104.81066 98.93934) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005f02a3a4") + ) + (gr_arc + (start 104.81066 101.06066) + (mid 103.75 101.5) + (end 102.68934 101.06066) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ef008297-a756-483d-a4b0-03d35aed5d7f") + ) + (gr_arc + (start 100.999999 99.250001) + (mid 101.310659 100) + (end 100.999999 100.749999) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "150d217e-07c2-4835-b837-e6d5264e764e") + ) + (gr_arc + (start 106.500001 100.749999) + (mid 106.189341 100) + (end 106.500001 99.250001) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5ef30a05-7495-4587-8bd3-82804233a40e") + ) + (gr_rect + (start 50 50) + (end 250 150) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "Dwgs.User") + (uuid "f22df2fd-8c9e-46ff-aa7a-b6dee838b5ca") + ) + (gr_line + (start 98.75 108.5) + (end 98.75 117.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "00000000-0000-0000-0000-00005d79ce29") + ) + (gr_line + (start 113.25 109.5) + (end 113.25 117.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "00000000-0000-0000-0000-00005d79d26f") + ) + (gr_line + (start 101.25 102.5) + (end 106.25 102.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "00000000-0000-0000-0000-00005d79d3b6") + ) + (gr_line + (start 112.25 130.5) + (end 112.25 122.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "00000000-0000-0000-0000-00005d7a6808") + ) + (gr_line + (start 100.25 127.5) + (end 100.25 130.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "00000000-0000-0000-0000-00005d7d5d55") + ) + (gr_line + (start 112.25 122.5) + (end 98.75 122.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "00000000-0000-0000-0000-00005d7d6672") + ) + (gr_line + (start 108.75 118) + (end 108.75 109) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "00ce6242-5980-4eae-a742-ffb279e555b8") + ) + (gr_arc + (start 101.25 98) + (mid 100.957107 98.707107) + (end 100.25 99) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "068b4e01-cca6-4c03-8025-bcb3c277ab49") + ) + (gr_line + (start 106.25 98) + (end 106.25 93) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "06f078d1-5a50-4fb6-8b35-11f65b896989") + ) + (gr_arc + (start 107.25 99) + (mid 106.542893 98.707107) + (end 106.25 98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "097b00fe-f8db-4fac-b091-7c63392631e4") + ) + (gr_line + (start 106.25 93) + (end 101.25 93) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "41eb0fcf-f80f-48c2-8945-5fc340692969") + ) + (gr_arc + (start 106.25 102) + (mid 106.542893 101.292893) + (end 107.25 101) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "44d555fa-fd30-4949-bff6-6c4aec2b6453") + ) + (gr_line + (start 120.75 117.5) + (end 120.75 109.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "450a0a2f-7373-469c-9d64-36c215576356") + ) + (gr_line + (start 98.75 122.5) + (end 98.75 126) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "4b23fe07-da95-4366-9293-85a839d99887") + ) + (gr_line + (start 101.25 93) + (end 101.25 98) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "4e6e95c4-d089-4308-808b-4cd14724cfaf") + ) + (gr_line + (start 101.25 102.5) + (end 101.25 102) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "5b05a06c-5789-4f89-88c3-17684d1dd25a") + ) + (gr_arc + (start 98.75 117.5) + (mid 99.103553 117.646447) + (end 99.25 118) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "6255c1c5-21f6-475c-a0aa-112cbe266465") + ) + (gr_line + (start 108.25 108.5) + (end 98.75 108.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "a275afba-a192-49bc-8de5-55af2bd9d5a5") + ) + (gr_line + (start 98.75 126) + (end 100.25 127.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "a6cbd3fb-e8b8-4942-9268-c0620af12467") + ) + (gr_arc + (start 107.25 99) + (mid 108.25 100) + (end 107.25 101) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "aa1beff6-2a81-4e37-8033-9f254dfb1d9b") + ) + (gr_arc + (start 108.75 109) + (mid 108.396447 108.853553) + (end 108.25 108.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "ab6f9a96-030f-4feb-a0a1-7d69b995fcb9") + ) + (gr_line + (start 106.25 102.5) + (end 106.25 102) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "af13700a-48f5-417f-99b6-1ff2b85aae22") + ) + (gr_arc + (start 100.25 101) + (mid 100.957107 101.292893) + (end 101.25 102) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "bc7769fa-1186-423c-bf1c-7c4e607ff467") + ) + (gr_line + (start 120.75 109.5) + (end 113.25 109.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "cc8af275-a819-4aae-9231-a22dd469748c") + ) + (gr_line + (start 99.25 118) + (end 108.75 118) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "dd67972a-d3bd-4cd1-865f-421356170083") + ) + (gr_line + (start 100.25 130.5) + (end 112.25 130.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "e2db4e7f-db32-4494-8b98-b6537336794d") + ) + (gr_arc + (start 100.25 101) + (mid 99.25 100) + (end 100.25 99) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "f41c1143-536a-4bc6-9e13-d5b1ae6df2ce") + ) + (gr_line + (start 113.25 117.5) + (end 120.75 117.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "Eco1.User") + (uuid "fe92670a-e9c0-40b8-85c4-95b8fe635e67") + ) + (gr_circle + (center 110.113273 91.583453) + (end 113.524023 91.583453) + (stroke + (width 0.6185) + (type solid) + ) + (fill none) + (layer "Eco2.User") + (uuid "00000000-0000-0000-0000-00005dfcb64a") + ) + (gr_circle + (center 103.75 84) + (end 106.45 84) + (stroke + (width 0.8) + (type solid) + ) + (fill none) + (layer "Eco2.User") + (uuid "00000000-0000-0000-0000-00005dfcb64b") + ) + (gr_line + (start 102.25 130.5) + (end 100.25 130.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005d7d8979") + ) + (gr_line + (start 110.25 116) + (end 111.75 116) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005d7d995e") + ) + (gr_line + (start 107.25 119.5) + (end 107.25 121) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005d7d9964") + ) + (gr_line + (start 108.75 109) + (end 108.75 109.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005d7d996b") + ) + (gr_line + (start 105.25 103.5) + (end 105.25 107) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005d7da6f3") + ) + (gr_line + (start 102.25 103.5) + (end 102.25 107) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005d7da6f4") + ) + (gr_line + (start 108.25 108.5) + (end 106.75 108.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005d7da6f6") + ) + (gr_line + (start 100.75 108.5) + (end 98.75 108.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005d7da6f7") + ) + (gr_line + (start 106.25 93) + (end 106.25 98) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005d7da6f8") + ) + (gr_line + (start 108.75 117.5) + (end 108.75 118) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005d7fbadd") + ) + (gr_line + (start 106.25 102) + (end 106.25 102.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005dfcb5bc") + ) + (gr_line + (start 101.25 102) + (end 101.25 102.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005dfd110b") + ) + (gr_line + (start 127.5 109.5) + (end 120.75 109.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ff4e52b") + ) + (gr_line + (start 126.5 110.5) + (end 127.5 110.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ff4e576") + ) + (gr_line + (start 127.5 111.5) + (end 126.5 111.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ff4e578") + ) + (gr_line + (start 104.75 135.25) + (end 104.75 136.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ff4e592") + ) + (gr_line + (start 103.75 135.25) + (end 103.75 136.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ff4e593") + ) + (gr_line + (start 106.25 130.5) + (end 112.25 130.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ff4e5a1") + ) + (gr_arc + (start 102.25 130.5) + (mid 102.957107 130.792893) + (end 103.25 131.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "0413221b-f286-4c17-944a-11e58b918898") + ) + (gr_arc + (start 107.25 99) + (mid 106.542893 98.707107) + (end 106.25 98) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "04c77d11-0fb9-4430-bfb9-325c44ebd98a") + ) + (gr_arc + (start 113.25 109.5) + (mid 112.81066 110.56066) + (end 111.75 111) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "08d343ca-437f-453b-a38e-6927a9a05b10") + ) + (gr_line + (start 104.75 91.5) + (end 104.75 88.13633) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "0cab9dd4-e445-4f55-9fd9-2ef5e8a17030") + ) + (gr_line + (start 98.75 117.5) + (end 98.75 108.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "0cefd65c-e91d-43ef-b20c-d5bdc3db68cc") + ) + (gr_arc + (start 105.25 136.5) + (mid 104.25 137.5) + (end 103.25 136.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "115efaac-3fa1-49b3-a34b-a18378d43b62") + ) + (gr_arc + (start 99.25 118) + (mid 99.957107 118.292893) + (end 100.25 119) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "16ec0ae4-9e19-4a8a-8742-c81ac79048b2") + ) + (gr_arc + (start 120.75 113) + (mid 121.042893 112.292893) + (end 121.75 112) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "1a00498c-6240-4ca9-8973-d301fda75d9c") + ) + (gr_line + (start 101.25 98) + (end 101.25 93) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "2c99c515-0dc5-41ec-b27e-8c288e677565") + ) + (gr_arc + (start 111.75 116) + (mid 112.81066 116.43934) + (end 113.25 117.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "32163c96-07b6-4b13-84e4-9d286ce0d050") + ) + (gr_line + (start 98.75 126) + (end 100.25 127.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "383705f8-42df-44d4-aee8-f082a85aa98e") + ) + (gr_arc + (start 108.577148 88.195427) + (mid 112.504437 94.433132) + (end 107.043463 89.482341) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "38820f16-aedd-4eeb-a059-fa2f5ebc8a6c") + ) + (gr_arc + (start 105.25 103.5) + (mid 105.542893 102.792893) + (end 106.25 102.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "39258c1a-6994-4172-86bc-aeebb54c0b68") + ) + (gr_line + (start 108.75 122.5) + (end 112.25 122.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "3b493561-5d8d-46fa-92ae-a772e7f28df0") + ) + (gr_arc + (start 100.25 101) + (mid 99.25 100) + (end 100.25 99) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "3e23d871-567a-4c8c-9473-80c3435202e0") + ) + (gr_line + (start 100.25 121) + (end 100.25 119) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "3f919474-55c9-4fb4-aed7-bd525c79c853") + ) + (gr_arc + (start 101.25 102.5) + (mid 101.957107 102.792893) + (end 102.25 103.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "4227d8de-fb35-4e0c-8d83-901bb5ed5def") + ) + (gr_arc + (start 107.25 119.5) + (mid 107.68934 118.43934) + (end 108.75 118) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "49f6f203-da6d-4406-b218-381a6f350b78") + ) + (gr_arc + (start 98.75 117.5) + (mid 99.103553 117.646447) + (end 99.25 118) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "4cc7baf3-6a2a-4282-8e5a-7161cc972cf3") + ) + (gr_line + (start 120.75 117.5) + (end 120.75 113) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "5220e529-25f1-4046-b2e5-2ee00d69dce7") + ) + (gr_circle + (center 110.113273 91.583453) + (end 113.214773 91.583453) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "Edge.Cuts") + (uuid "525dd9f9-2a07-4433-b5ab-1852a4cb3db4") + ) + (gr_arc + (start 102.75 91.5) + (mid 102.31066 92.56066) + (end 101.25 93) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "5c79c072-da61-41d3-8306-9b5d4118778a") + ) + (gr_arc + (start 127.5 110.5) + (mid 128 111) + (end 127.5 111.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "5df4ab9e-598d-480c-bd91-c6d07b9e5c64") + ) + (gr_arc + (start 106.25 102) + (mid 106.542893 101.292893) + (end 107.25 101) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "5e74fce6-e6da-4ebd-82dd-dc8ea71bd429") + ) + (gr_arc + (start 105.25 131.5) + (mid 105.542893 130.792893) + (end 106.25 130.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "65e96255-a9d6-4b7a-97f6-1267cffac03f") + ) + (gr_arc + (start 102.36646 87.576736) + (mid 102.6272 80.333047) + (end 106.898949 86.188914) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "6988b516-2713-4cee-8d3b-4d1589efdc66") + ) + (gr_arc + (start 106.931987 86.91705) + (mid 106.792233 86.558574) + (end 106.898949 86.188914) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "6cbd1862-baa9-44ed-b8b9-34031c026f86") + ) + (gr_line + (start 105.13354 87.576736) + (end 105.35885 87.48121) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "6e2ed2e3-ed34-4f08-b540-e67ca6ad5c9b") + ) + (gr_arc + (start 102.36646 87.576736) + (mid 102.644912 87.797122) + (end 102.75 88.13633) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "70b08606-11a8-4f2b-b50b-1f738061bbbe") + ) + (gr_arc + (start 104.75 136.25) + (mid 104.25 136.75) + (end 103.75 136.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "70e89009-8b94-48b7-956e-7748572b1e60") + ) + (gr_line + (start 98.75 122.5) + (end 98.75 126) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "712ff0a5-12a6-42c4-8dd0-474db622ec08") + ) + (gr_line + (start 121.75 112) + (end 127.5 112) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "82f39d1e-6eb2-4b3d-86a7-08e500c97db6") + ) + (gr_arc + (start 108.577148 88.195427) + (mid 108.196409 88.234043) + (end 107.86976 88.034644) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "8c9c6994-5ed8-4336-92f0-3de1dd1b9a07") + ) + (gr_arc + (start 103.75 135.25) + (mid 104.25 134.75) + (end 104.75 135.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "8cc6ff87-180f-47fe-83ff-492360f29e5c") + ) + (gr_arc + (start 127.5 109.5) + (mid 128.75 110.75) + (end 127.5 112) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "8eb1df53-140e-49bc-b16b-2918c7cc9fde") + ) + (gr_arc + (start 107.00796 88.75778) + (mid 107.147612 89.114087) + (end 107.043463 89.482341) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "924a7bfc-8594-4bb7-9e6b-a0c626e01e19") + ) + (gr_arc + (start 101.25 98) + (mid 100.957107 98.707107) + (end 100.25 99) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "94a5b092-af2b-46ad-90b6-77a1bc2a5b72") + ) + (gr_line + (start 105.25 131.5) + (end 105.25 136.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "959d0233-8b1c-4c65-a8af-018046e7b72d") + ) + (gr_arc + (start 100.25 101) + (mid 100.957107 101.292893) + (end 101.25 102) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "9b68089e-58c3-49a1-8755-4f1cc50bf105") + ) + (gr_line + (start 103.25 131.5) + (end 103.25 136.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "9d35e151-d95a-4e25-a220-d51a81540e7b") + ) + (gr_line + (start 106.070187 87.640186) + (end 107.00796 88.75778) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "9e0a799c-d9c3-4ff8-83f7-9e8e79944144") + ) + (gr_circle + (center 103.75 84) + (end 106.05 84) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "Edge.Cuts") + (uuid "ac203636-ba8a-4eb4-bcc4-22b2e6cc6876") + ) + (gr_arc + (start 107.25 99) + (mid 108.25 100) + (end 107.25 101) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "af2fe208-329a-4ce8-b497-c15cb4bf16fc") + ) + (gr_line + (start 107.86976 88.034644) + (end 106.931987 86.91705) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "b0b53c73-703a-4c3e-9f08-5571660d76e4") + ) + (gr_arc + (start 108.75 122.5) + (mid 107.68934 122.06066) + (end 107.25 121) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ba2afd86-5df3-4007-b519-ae9819780948") + ) + (gr_line + (start 112.25 122.5) + (end 112.25 130.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c36182a4-7e80-480c-99e3-98665c45b9f2") + ) + (gr_arc + (start 100.25 121) + (mid 99.81066 122.06066) + (end 98.75 122.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c363a9e9-b9f1-451d-93bf-ca5a160befaa") + ) + (gr_arc + (start 108.75 117.5) + (mid 109.18934 116.43934) + (end 110.25 116) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c466a3fa-f545-461b-8990-bfd3fd680714") + ) + (gr_line + (start 113.25 117.5) + (end 120.75 117.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c50b18de-0b2a-40b2-abb9-17d97c9ad274") + ) + (gr_line + (start 102.75 88.13633) + (end 102.75 91.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c90a79c3-3d1a-498a-989c-9508c765e9d8") + ) + (gr_arc + (start 106.25 93) + (mid 105.18934 92.56066) + (end 104.75 91.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ca7c9bbf-51f2-4eaf-97ae-e22204547846") + ) + (gr_arc + (start 110.25 111) + (mid 109.18934 110.56066) + (end 108.75 109.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d6493fab-99ae-424f-9f23-eb1490077703") + ) + (gr_line + (start 120.75 109.5) + (end 113.25 109.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d85b6741-2895-4e3b-ba15-8f1a81020a36") + ) + (gr_arc + (start 108.75 109) + (mid 108.396447 108.853553) + (end 108.25 108.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "e3116027-a0a9-4b79-a9ce-aafa5311be3d") + ) + (gr_arc + (start 105.35885 87.48121) + (mid 105.741425 87.440304) + (end 106.070187 87.640186) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "e4f54159-d98e-4dd4-960b-a8ae43b9e726") + ) + (gr_arc + (start 102.25 107) + (mid 101.81066 108.06066) + (end 100.75 108.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "e72879a8-a8e1-4478-9726-641716805b9b") + ) + (gr_line + (start 100.25 130.5) + (end 100.25 127.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "f1b0899c-240a-4af1-bf9a-50e3f649aff5") + ) + (gr_arc + (start 126.5 111.5) + (mid 126 111) + (end 126.5 110.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "f2c7c264-b5b9-475e-827b-97215a482d9d") + ) + (gr_arc + (start 104.75 88.13633) + (mid 104.855088 87.797122) + (end 105.13354 87.576736) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "f88e005e-0bee-4790-a2de-e4b9ae5a92a4") + ) + (gr_arc + (start 106.75 108.5) + (mid 105.68934 108.06066) + (end 105.25 107) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "fc20430e-9468-4435-a3aa-0207693fc8d0") + ) + (gr_line + (start 110.25 111) + (end 111.75 111) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "fdb1170f-c79a-4edf-99e2-2685295d2ec2") + ) + (gr_text "ASDF" + (at 114.71 71.86 0) + (layer "Cmts.User") + (uuid "3680b951-6b60-4c4d-80db-8837881b17e3") + (effects + (font + (size 1.5 1.5) + (thickness 0.2) + ) + (justify left) + ) + ) + (gr_text "Diode pin numbering according to JEDEC, pin 1 = cathode\nUse F.Fab / B.Fab for pin 1 markings\n\nSpecial Layers:\n\nUser.Eco1 contains rigid section outline\nUser.Eco2 contains flex section bottom side polyimide cutouts\n" + (at 132.25 120.5 0) + (layer "Cmts.User") + (uuid "4d257a8a-414c-41a9-ba4c-419d27b29b74") + (effects + (font + (size 1.5 1.5) + (thickness 0.2) + ) + (justify left) + ) + ) + (gr_text "Internal note:\nLens flex section 1mm longer than theoretical\nlength, 0.5mm shorter than previous length" + (at 61.25 89.5 0) + (layer "Cmts.User") + (uuid "9e18b8cd-587d-4608-8fae-93a8543d5ab2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (group "" + (uuid "bceb3aba-1c0a-4d42-9439-ca6ddcf5fe1c") + (members "0cab9dd4-e445-4f55-9fd9-2ef5e8a17030" "38820f16-aedd-4eeb-a059-fa2f5ebc8a6c" + "525dd9f9-2a07-4433-b5ab-1852a4cb3db4" "6988b516-2713-4cee-8d3b-4d1589efdc66" + "6cbd1862-baa9-44ed-b8b9-34031c026f86" "6e2ed2e3-ed34-4f08-b540-e67ca6ad5c9b" + "70b08606-11a8-4f2b-b50b-1f738061bbbe" "8c9c6994-5ed8-4336-92f0-3de1dd1b9a07" + "924a7bfc-8594-4bb7-9e6b-a0c626e01e19" "9e0a799c-d9c3-4ff8-83f7-9e8e79944144" + "ac203636-ba8a-4eb4-bcc4-22b2e6cc6876" "b0b53c73-703a-4c3e-9f08-5571660d76e4" + "c90a79c3-3d1a-498a-989c-9508c765e9d8" "e4f54159-d98e-4dd4-960b-a8ae43b9e726" + "f88e005e-0bee-4790-a2de-e4b9ae5a92a4" + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/comp_bottom.kicad_pcb b/tests/board_samples/kicad_8/comp_bottom.kicad_pcb index 3dabbb0be..b2c194ba2 100644 --- a/tests/board_samples/kicad_8/comp_bottom.kicad_pcb +++ b/tests/board_samples/kicad_8/comp_bottom.kicad_pcb @@ -1,146 +1,444 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0) - (aux_axis_origin 97.0026 97.0026) - (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 6) - (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 "") - - (footprint "Package_DFN_QFN:QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-0000601b53a7) - (at 100 100) - (descr "QFN, 12 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_12_%2005-08-1855.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py") - (tags "QFN NoLead") - (attr smd) - (fp_text reference "U1" (at 0 2.82) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 842e430f-0c35-45f3-a0b5-95ae7b7ae388) - ) - (fp_text value "QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm" (at 0 -2.82) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 51c4dc0a-5b9f-4edf-a83f-4a12881e42ef) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.75 0.75) (thickness 0.11)) (justify mirror)) - (tstamp a03e565f-d8cd-4032-aae3-b7327d4143dd) - ) - (fp_line (start -1.61 -1.61) (end -1.61 -0.885) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dde3dba8-1b81-466c-93a3-c284ff4da1ef)) - (fp_line (start -0.885 -1.61) (end -1.61 -1.61) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0dcdf1b8-13c6-48b4-bd94-5d26038ff231)) - (fp_line (start -0.885 1.61) (end -1.61 1.61) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381)) - (fp_line (start 0.885 -1.61) (end 1.61 -1.61) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 58dc14f9-c158-4824-a84e-24a6a482a7a4)) - (fp_line (start 0.885 1.61) (end 1.61 1.61) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 03d88a85-11fd-47aa-954c-c318bb15294a)) - (fp_line (start 1.61 -1.61) (end 1.61 -0.885) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f976e2cc-36f9-4479-a816-2c74d1d5da6f)) - (fp_line (start 1.61 1.61) (end 1.61 0.885) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1a2f72d1-0b36-4610-afc4-4ad1660d5d3b)) - (fp_line (start -2.12 -2.12) (end 2.12 -2.12) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e877bf4a-4210-4bd3-b7b0-806eb4affc5b)) - (fp_line (start -2.12 2.12) (end -2.12 -2.12) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 48f827a8-6e22-4a2e-abdc-c2a03098d883)) - (fp_line (start 2.12 -2.12) (end 2.12 2.12) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b)) - (fp_line (start 2.12 2.12) (end -2.12 2.12) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9c8ccb2a-b1e9-4f2c-94fe-301b5975277e)) - (fp_line (start -1.5 -1.5) (end -1.5 0.75) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb)) - (fp_line (start -1.5 0.75) (end -0.75 1.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8d55e186-3e11-40e8-a65e-b36a8a00069e)) - (fp_line (start -0.75 1.5) (end 1.5 1.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 13475e15-f37c-4de8-857e-1722b0c39513)) - (fp_line (start 1.5 -1.5) (end -1.5 -1.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065)) - (fp_line (start 1.5 1.5) (end 1.5 -1.5) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2732632c-4768-42b6-bf7f-14643424019e)) - (pad "" smd roundrect (at -0.41 -0.41) (size 0.67 0.67) (layers "B.Paste") (roundrect_rratio 0.25) (tstamp 4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a)) - (pad "" smd roundrect (at -0.41 0.41) (size 0.67 0.67) (layers "B.Paste") (roundrect_rratio 0.25) (tstamp aa02e544-13f5-4cf8-a5f4-3e6cda006090)) - (pad "" smd roundrect (at 0.41 -0.41) (size 0.67 0.67) (layers "B.Paste") (roundrect_rratio 0.25) (tstamp 5b2b5c7d-f943-4634-9f0a-e9561705c49d)) - (pad "" smd roundrect (at 0.41 0.41) (size 0.67 0.67) (layers "B.Paste") (roundrect_rratio 0.25) (tstamp c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864)) - (pad "1" smd roundrect (at -1.4625 0.5) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) (tstamp f3490fa5-5a27-423b-af60-53609669542c)) - (pad "2" smd roundrect (at -1.4625 0) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) (tstamp b6270a28-e0d9-4655-a18a-03dbf007b940)) - (pad "3" smd roundrect (at -1.4625 -0.5) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) (tstamp 8322f275-268c-4e87-a69f-4cfbf05e747f)) - (pad "4" smd roundrect (at -0.5 -1.4625) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) (tstamp 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (pad "5" smd roundrect (at 0 -1.4625) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) (tstamp dd00c2e1-6027-4717-b312-4fab3ee52002)) - (pad "6" smd roundrect (at 0.5 -1.4625) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) (tstamp 15875808-74d5-4210-b8ca-aa8fbc04ae21)) - (pad "7" smd roundrect (at 1.4625 -0.5) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) (tstamp 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd)) - (pad "8" smd roundrect (at 1.4625 0) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) (tstamp b1169a2d-8998-4b50-a48d-c520bcc1b8e1)) - (pad "9" smd roundrect (at 1.4625 0.5) (size 0.825 0.25) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) (tstamp 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f)) - (pad "10" smd roundrect (at 0.5 1.4625) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) (tstamp d22e95aa-f3db-4fbc-a331-048a2523233e)) - (pad "11" smd roundrect (at 0 1.4625) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) (tstamp d1262c4d-2245-4c4f-8f35-7bb32cd9e21e)) - (pad "12" smd roundrect (at -0.5 1.4625) (size 0.25 0.825) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) (tstamp 0147f16a-c952-4891-8f53-a9fb8cddeb8d)) - (pad "13" smd rect (at 0 0) (size 1.65 1.65) (layers "B.Cu" "B.Mask") (tstamp 6a44418c-7bb4-4e99-8836-57f153c19721)) - (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 97.0026 97.0026) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "Package_DFN_QFN:QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-0000601b53a7") + (at 100 100) + (descr "QFN, 12 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_12_%2005-08-1855.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "QFN NoLead") + (property "Reference" "U1" + (at 0 2.82 0) + (layer "B.SilkS") + (uuid "842e430f-0c35-45f3-a0b5-95ae7b7ae388") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm" + (at 0 -2.82 0) + (layer "B.Fab") + (uuid "51c4dc0a-5b9f-4edf-a83f-4a12881e42ef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "273f4967-bb94-42ee-9f80-69934af100d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a32a316-4334-44b0-828f-56e456f480b8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "77ecef32-1e6e-494a-b7b0-3747da596c2a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start -1.61 -1.61) + (end -1.61 -0.885) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dde3dba8-1b81-466c-93a3-c284ff4da1ef") + ) + (fp_line + (start -0.885 -1.61) + (end -1.61 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0dcdf1b8-13c6-48b4-bd94-5d26038ff231") + ) + (fp_line + (start -0.885 1.61) + (end -1.61 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (fp_line + (start 0.885 -1.61) + (end 1.61 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "58dc14f9-c158-4824-a84e-24a6a482a7a4") + ) + (fp_line + (start 0.885 1.61) + (end 1.61 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "03d88a85-11fd-47aa-954c-c318bb15294a") + ) + (fp_line + (start 1.61 -1.61) + (end 1.61 -0.885) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + (fp_line + (start 1.61 1.61) + (end 1.61 0.885) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1a2f72d1-0b36-4610-afc4-4ad1660d5d3b") + ) + (fp_line + (start -2.12 -2.12) + (end 2.12 -2.12) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + ) + (fp_line + (start -2.12 2.12) + (end -2.12 -2.12) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "48f827a8-6e22-4a2e-abdc-c2a03098d883") + ) + (fp_line + (start 2.12 -2.12) + (end 2.12 2.12) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b") + ) + (fp_line + (start 2.12 2.12) + (end -2.12 2.12) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9c8ccb2a-b1e9-4f2c-94fe-301b5975277e") + ) + (fp_line + (start -1.5 -1.5) + (end -1.5 0.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + ) + (fp_line + (start -1.5 0.75) + (end -0.75 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8d55e186-3e11-40e8-a65e-b36a8a00069e") + ) + (fp_line + (start -0.75 1.5) + (end 1.5 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (fp_line + (start 1.5 -1.5) + (end -1.5 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (fp_line + (start 1.5 1.5) + (end 1.5 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "a03e565f-d8cd-4032-aae3-b7327d4143dd") + (effects + (font + (size 0.75 0.75) + (thickness 0.11) + ) + (justify mirror) + ) + ) + (pad "" smd roundrect + (at -0.41 -0.41) + (size 0.67 0.67) + (layers "B.Paste") + (roundrect_rratio 0.25) + (uuid "4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a") + ) + (pad "" smd roundrect + (at -0.41 0.41) + (size 0.67 0.67) + (layers "B.Paste") + (roundrect_rratio 0.25) + (uuid "aa02e544-13f5-4cf8-a5f4-3e6cda006090") + ) + (pad "" smd roundrect + (at 0.41 -0.41) + (size 0.67 0.67) + (layers "B.Paste") + (roundrect_rratio 0.25) + (uuid "5b2b5c7d-f943-4634-9f0a-e9561705c49d") + ) + (pad "" smd roundrect + (at 0.41 0.41) + (size 0.67 0.67) + (layers "B.Paste") + (roundrect_rratio 0.25) + (uuid "c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864") + ) + (pad "1" smd roundrect + (at -1.4625 0.5) + (size 0.825 0.25) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (uuid "f3490fa5-5a27-423b-af60-53609669542c") + ) + (pad "2" smd roundrect + (at -1.4625 0) + (size 0.825 0.25) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (uuid "b6270a28-e0d9-4655-a18a-03dbf007b940") + ) + (pad "3" smd roundrect + (at -1.4625 -0.5) + (size 0.825 0.25) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + ) + (pad "4" smd roundrect + (at -0.5 -1.4625) + (size 0.25 0.825) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (pad "5" smd roundrect + (at 0 -1.4625) + (size 0.25 0.825) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + ) + (pad "6" smd roundrect + (at 0.5 -1.4625) + (size 0.25 0.825) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + ) + (pad "7" smd roundrect + (at 1.4625 -0.5) + (size 0.825 0.25) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + ) + (pad "8" smd roundrect + (at 1.4625 0) + (size 0.825 0.25) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (uuid "b1169a2d-8998-4b50-a48d-c520bcc1b8e1") + ) + (pad "9" smd roundrect + (at 1.4625 0.5) + (size 0.825 0.25) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + ) + (pad "10" smd roundrect + (at 0.5 1.4625) + (size 0.25 0.825) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (uuid "d22e95aa-f3db-4fbc-a331-048a2523233e") + ) + (pad "11" smd roundrect + (at 0 1.4625) + (size 0.25 0.825) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (uuid "d1262c4d-2245-4c4f-8f35-7bb32cd9e21e") + ) + (pad "12" smd roundrect + (at -0.5 1.4625) + (size 0.25 0.825) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (uuid "0147f16a-c952-4891-8f53-a9fb8cddeb8d") + ) + (pad "13" smd rect + (at 0 0) + (size 1.65 1.65) + (layers "B.Cu" "B.Mask") + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + ) + (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/comp_bottom.kicad_sch b/tests/board_samples/kicad_8/comp_bottom.kicad_sch index c166ad046..5aaabe412 100644 --- a/tests/board_samples/kicad_8/comp_bottom.kicad_sch +++ b/tests/board_samples/kicad_8/comp_bottom.kicad_sch @@ -1,142 +1,437 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (lib_symbols - (symbol "Comparator:LTC6752xUD-3" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 3.81 -5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LTC6752xUD-3" (at 3.81 -7.62 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DFN_QFN:QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm" (at 0 -16.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/6752fc.pdf" (at -2.54 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "single comparator high speed cmos" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Single 280Mhz 2.9ns Comparator, Rail-to-Rail Inputs, CMOS Output, QFN-12" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "QFN*1EP*3x3mm*P0.5mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LTC6752xUD-3_0_1" - (polyline - (pts - (xy 5.08 3.81) - (xy 5.08 0) - (xy -5.08 5.08) - (xy -5.08 -5.08) - (xy 5.08 0) - (xy 5.08 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "LTC6752xUD-3_1_1" - (pin power_in line (at 0 7.62 270) (length 5.08) - (name "VDD" (effects (font (size 0.762 0.762)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 -2.54 180) (length 2.54) - (name "~{Q}" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin no_connect line (at 5.08 0 180) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 2.54 180) (length 2.54) - (name "Q" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -2.54 -7.62 90) (length 3.81) hide - (name "VEE" (effects (font (size 1.016 1.016)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "VCC" (effects (font (size 1.016 1.016)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "VEE" (effects (font (size 1.016 1.016)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.016 1.016)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin no_connect line (at -5.08 0 0) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.016 1.016)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 2.54 7.62 270) (length 6.35) - (name "~{SHDN}" (effects (font (size 0.508 0.508)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 0 -7.62 90) (length 5.08) - (name "~{LE}" (effects (font (size 0.635 0.635)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -2.54 -7.62 90) (length 3.81) hide - (name "VEE" (effects (font (size 1.016 1.016)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - - (symbol (lib_id "Comparator:LTC6752xUD-3") (at 104.775 85.725 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000601afefd) - (property "Reference" "U1" (at 113.5126 84.5566 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LTC6752xUD-3" (at 113.5126 86.868 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_DFN_QFN:QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm" (at 104.775 102.235 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/6752fc.pdf" (at 102.235 85.725 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4d4fecdd-be4a-47e9-9085-2268d5852d8f)) - (pin "10" (uuid 8458d41c-5d62-455d-b6e1-9f718c0faac9)) - (pin "11" (uuid 8de2d84c-ff45-4d4f-bc49-c166f6ae6b91)) - (pin "12" (uuid 935057d5-6882-4c15-9a35-54677912ba12)) - (pin "13" (uuid e091e263-c616-48ef-a460-465c70218987)) - (pin "2" (uuid 71c6e723-673c-45a9-a0e4-9742220c52a3)) - (pin "3" (uuid b4833916-7a3e-4498-86fb-ec6d13262ffe)) - (pin "4" (uuid cc48dd41-7768-48d3-b096-2c4cc2126c9d)) - (pin "5" (uuid 4185c36c-c66e-4dbd-be5d-841e551f4885)) - (pin "6" (uuid a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f)) - (pin "7" (uuid 0fd35a3e-b394-4aae-875a-fac843f9cbb7)) - (pin "8" (uuid c088f712-1abe-4cac-9a8b-d564931395aa)) - (pin "9" (uuid ea6fde00-59dc-4a79-a647-7e38199fae0e)) - (instances - (project "comp_bottom" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (lib_symbols + (symbol "Comparator:LTC6752xUD-3" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 3.81 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LTC6752xUD-3" + (at 3.81 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm" + (at 0 -16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/6752fc.pdf" + (at -2.54 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Single 280Mhz 2.9ns Comparator, Rail-to-Rail Inputs, CMOS Output, QFN-12" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "single comparator high speed cmos" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "QFN*1EP*3x3mm*P0.5mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LTC6752xUD-3_0_1" + (polyline + (pts + (xy 5.08 3.81) (xy 5.08 0) (xy -5.08 5.08) (xy -5.08 -5.08) (xy 5.08 0) (xy 5.08 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "LTC6752xUD-3_1_1" + (pin power_in line + (at 0 7.62 270) + (length 5.08) + (name "VDD" + (effects + (font + (size 0.762 0.762) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 -2.54 180) + (length 2.54) + (name "~{Q}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 5.08 0 180) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 2.54 180) + (length 2.54) + (name "Q" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -2.54 -7.62 90) + (length 3.81) hide + (name "VEE" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "VCC" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "VEE" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -5.08 0 0) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 2.54 7.62 270) + (length 6.35) + (name "~{SHDN}" + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 0 -7.62 90) + (length 5.08) + (name "~{LE}" + (effects + (font + (size 0.635 0.635) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -2.54 -7.62 90) + (length 3.81) hide + (name "VEE" + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (symbol + (lib_id "Comparator:LTC6752xUD-3") + (at 104.775 85.725 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000601afefd") + (property "Reference" "U1" + (at 113.5126 84.5566 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LTC6752xUD-3" + (at 113.5126 86.868 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm" + (at 104.775 102.235 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/6752fc.pdf" + (at 102.235 85.725 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 104.775 85.725 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4d4fecdd-be4a-47e9-9085-2268d5852d8f") + ) + (pin "10" + (uuid "8458d41c-5d62-455d-b6e1-9f718c0faac9") + ) + (pin "11" + (uuid "8de2d84c-ff45-4d4f-bc49-c166f6ae6b91") + ) + (pin "12" + (uuid "935057d5-6882-4c15-9a35-54677912ba12") + ) + (pin "13" + (uuid "e091e263-c616-48ef-a460-465c70218987") + ) + (pin "2" + (uuid "71c6e723-673c-45a9-a0e4-9742220c52a3") + ) + (pin "3" + (uuid "b4833916-7a3e-4498-86fb-ec6d13262ffe") + ) + (pin "4" + (uuid "cc48dd41-7768-48d3-b096-2c4cc2126c9d") + ) + (pin "5" + (uuid "4185c36c-c66e-4dbd-be5d-841e551f4885") + ) + (pin "6" + (uuid "a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f") + ) + (pin "7" + (uuid "0fd35a3e-b394-4aae-875a-fac843f9cbb7") + ) + (pin "8" + (uuid "c088f712-1abe-4cac-9a8b-d564931395aa") + ) + (pin "9" + (uuid "ea6fde00-59dc-4a79-a647-7e38199fae0e") + ) + (instances + (project "comp_bottom" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/comp_edge.kicad_pcb b/tests/board_samples/kicad_8/comp_edge.kicad_pcb index c109806c2..236d2a472 100644 --- a/tests/board_samples/kicad_8/comp_edge.kicad_pcb +++ b/tests/board_samples/kicad_8/comp_edge.kicad_pcb @@ -1,5479 +1,8854 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (date "2021-12-24") - (rev "01") - ) - - (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) - ) - - (setup - (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 6) - (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 "/OUT") - (net 2 "GND") - (net 3 "/IN") - (net 4 "VCC") - (net 5 "/_AOPIN+") - - (footprint "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Left" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061c62dfc) - (at 147.8 95.25) - (descr "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") - (tags "Surface mounted socket strip SMD 1x04 2.54mm single row style1 pin1 left") - (path "/00000000-0000-0000-0000-000061c635dd") - (attr smd) - (fp_text reference "J1001" (at 0 -6.68) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 528fd7da-c9a6-40ae-9f1a-60f6a7f4d534) - ) - (fp_text value "SSM-104-L-SV" (at 0 6.68) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e413cfad-d7bd-41ab-b8dd-4b67484671a6) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4b1fce17-dec7-457e-ba3b-a77604e77dc9) - ) - (fp_line (start -2.54 -4.57) (end -1.33 -4.57) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8fb8ee0-623f-4870-a716-ecc88f37ef9a)) - (fp_line (start -1.33 -5.24) (end -1.33 -4.57) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f19c9655-8ddb-411a-96dd-bd986870c3c6)) - (fp_line (start -1.33 -5.24) (end 1.33 -5.24) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d66d3c12-11ce-4566-9a45-962e329503d8)) - (fp_line (start -1.33 -3.05) (end -1.33 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 576f00e6-a1be-45d3-9b93-e26d9e0fe306)) - (fp_line (start -1.33 2.03) (end -1.33 5.24) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 713e0777-58b2-4487-baca-60d0ebed27c3)) - (fp_line (start -1.33 5.24) (end 1.33 5.24) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0dee8e6-f88a-4f05-aba0-bab3aafdf2bc)) - (fp_line (start 1.33 -5.24) (end 1.33 -2.03) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c60448a-e30f-46b2-89e1-a44f51688efc)) - (fp_line (start 1.33 -0.51) (end 1.33 3.05) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 901440f4-e2a6-4447-83cc-f58a2b26f5c4)) - (fp_line (start 1.33 4.57) (end 1.33 5.24) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7e5a060-eb57-4238-9312-26bc885fc97d)) - (fp_line (start -3.1 -5.7) (end 3.1 -5.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b78cb2c1-ae4b-4d9b-acd8-d7fe342342f2)) - (fp_line (start -3.1 5.7) (end -3.1 -5.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18ca5aef-6a2c-41ac-9e7f-bf7acb716e53)) - (fp_line (start 3.1 -5.7) (end 3.1 5.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03f57fb4-32a3-4bc6-85b9-fd8ece4a9592)) - (fp_line (start 3.1 5.7) (end -3.1 5.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9b1563b-384a-447c-9f47-736504e995c8)) - (fp_line (start -2.27 -4.11) (end -1.27 -4.11) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1a9be32-38ba-44e6-bc35-f031541ab1fe)) - (fp_line (start -2.27 -3.51) (end -2.27 -4.11) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ebca7c5e-ae52-43e5-ac6c-69a96a9a5b24)) - (fp_line (start -2.27 0.97) (end -1.27 0.97) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e48966e-d29d-4521-8939-ec8ac570431d)) - (fp_line (start -2.27 1.57) (end -2.27 0.97) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6738794-75ae-48a6-8949-ed8717400d71)) - (fp_line (start -1.27 -4.545) (end -0.635 -5.18) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ac3ab53-7523-4805-bfd2-5de19dff127e)) - (fp_line (start -1.27 -3.51) (end -2.27 -3.51) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a07b6b2b-7179-4297-b163-5e47ffbe76d3)) - (fp_line (start -1.27 1.57) (end -2.27 1.57) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d692b5e6-71b2-4fa6-bc83-618add8d8fef)) - (fp_line (start -1.27 5.18) (end -1.27 -4.545) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8219a78-6b33-4efa-a789-6a67ce8f7a50)) - (fp_line (start -0.635 -5.18) (end 1.27 -5.18) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05f2859d-2820-4e84-b395-696011feb13b)) - (fp_line (start 1.27 -5.18) (end 1.27 5.18) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3044f68-903d-4063-b253-30d8e3a83eae)) - (fp_line (start 1.27 -1.57) (end 2.27 -1.57) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 844d7d7a-b386-45a8-aaf6-bf41bbcb43b5)) - (fp_line (start 1.27 3.51) (end 2.27 3.51) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24b72b0d-63b8-4e06-89d0-e94dcf39a600)) - (fp_line (start 1.27 5.18) (end -1.27 5.18) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a1de22d-6451-488d-af77-0bf8841bd695)) - (fp_line (start 2.27 -1.57) (end 2.27 -0.97) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a62609cd-29b7-4918-b97d-7b2404ba61cf)) - (fp_line (start 2.27 -0.97) (end 1.27 -0.97) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07d160b6-23e1-4aa0-95cb-440482e6fc15)) - (fp_line (start 2.27 3.51) (end 2.27 4.11) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4431c0f6-83ea-4eee-95a8-991da2f03ccd)) - (fp_line (start 2.27 4.11) (end 1.27 4.11) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90e761f6-1432-4f73-ad28-fa8869b7ec31)) - (pad "1" smd rect (at -1.65 -3.81) (size 1.9 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 4 "VCC") (tstamp 4aa97874-2fd2-414c-b381-9420384c2fd8)) - (pad "2" smd rect (at 1.65 -1.27) (size 1.9 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "GND") (tstamp e1b88aa4-d887-4eea-83ff-5c009f4390c4)) - (pad "3" smd rect (at -1.65 1.27) (size 1.9 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "/IN") (tstamp 4a54c707-7b6f-4a3d-a74d-5e3526114aba)) - (pad "4" smd rect (at 1.65 3.81) (size 1.9 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "/OUT") (tstamp 869d6302-ae22-478f-9723-3feacbb12eef)) - (model "${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Left.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "tc5:TC5" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061c63027) - (at 135.3 97.9) - (path "/00000000-0000-0000-0000-000061c5d077") - (attr through_hole) - (fp_text reference "QR1" (at 0 9.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 45008225-f50f-4d6b-b508-6730a9408caf) - ) - (fp_text value "Product QR Code" (at 0 -9.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a544eb0a-75db-4baf-bf54-9ca21744343b) - ) - (fp_poly - (pts - (xy -7.75 -7.75) - (xy -7.75 -8.25) - (xy -8.25 -8.25) - (xy -8.25 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d01102e9-b170-4eb1-a0a4-9a31feb850b7)) - (fp_poly - (pts - (xy -7.75 -7.25) - (xy -7.75 -7.75) - (xy -8.25 -7.75) - (xy -8.25 -7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f1782535-55f4-4299-bd4f-6f51b0b7259c)) - (fp_poly - (pts - (xy -7.75 -6.75) - (xy -7.75 -7.25) - (xy -8.25 -7.25) - (xy -8.25 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6513181c-0a6a-4560-9a18-17450c36ae2a)) - (fp_poly - (pts - (xy -7.75 -6.25) - (xy -7.75 -6.75) - (xy -8.25 -6.75) - (xy -8.25 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c25449d6-d734-4953-b762-98f82a830248)) - (fp_poly - (pts - (xy -7.75 -5.75) - (xy -7.75 -6.25) - (xy -8.25 -6.25) - (xy -8.25 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a5be2cb8-c68d-4180-8412-69a6b4c5b1d4)) - (fp_poly - (pts - (xy -7.75 -5.25) - (xy -7.75 -5.75) - (xy -8.25 -5.75) - (xy -8.25 -5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f64497d1-1d62-44a4-8e5e-6fba4ebc969a)) - (fp_poly - (pts - (xy -7.75 -4.75) - (xy -7.75 -5.25) - (xy -8.25 -5.25) - (xy -8.25 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 72b36951-3ec7-4569-9c88-cf9b4afe1cae)) - (fp_poly - (pts - (xy -7.75 -3.75) - (xy -7.75 -4.25) - (xy -8.25 -4.25) - (xy -8.25 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7)) - (fp_poly - (pts - (xy -7.75 -2.25) - (xy -7.75 -2.75) - (xy -8.25 -2.75) - (xy -8.25 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp afd38b10-2eca-4abe-aed1-a96fb07ffdbe)) - (fp_poly - (pts - (xy -7.75 -1.75) - (xy -7.75 -2.25) - (xy -8.25 -2.25) - (xy -8.25 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 00f3ea8b-8a54-4e56-84ff-d98f6c00496c)) - (fp_poly - (pts - (xy -7.75 -1.25) - (xy -7.75 -1.75) - (xy -8.25 -1.75) - (xy -8.25 -1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d88958ac-68cd-4955-a63f-0eaa329dec86)) - (fp_poly - (pts - (xy -7.75 -0.75) - (xy -7.75 -1.25) - (xy -8.25 -1.25) - (xy -8.25 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1fa508ef-df83-4c99-846b-9acf535b3ad9)) - (fp_poly - (pts - (xy -7.75 0.25) - (xy -7.75 -0.25) - (xy -8.25 -0.25) - (xy -8.25 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 752417ee-7d0b-4ac8-a22c-26669881a2ab)) - (fp_poly - (pts - (xy -7.75 0.75) - (xy -7.75 0.25) - (xy -8.25 0.25) - (xy -8.25 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c76d4423-ef1b-4a6f-8176-33d65f2877bb)) - (fp_poly - (pts - (xy -7.75 1.25) - (xy -7.75 0.75) - (xy -8.25 0.75) - (xy -8.25 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 19b0959e-a79b-43b2-a5ad-525ced7e9131)) - (fp_poly - (pts - (xy -7.75 2.75) - (xy -7.75 2.25) - (xy -8.25 2.25) - (xy -8.25 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 592f25e6-a01b-47fd-8172-3da01117d00a)) - (fp_poly - (pts - (xy -7.75 3.25) - (xy -7.75 2.75) - (xy -8.25 2.75) - (xy -8.25 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 262f1ea9-0133-4b43-be36-456207ea857c)) - (fp_poly - (pts - (xy -7.75 3.75) - (xy -7.75 3.25) - (xy -8.25 3.25) - (xy -8.25 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp be645d0f-8568-47a0-a152-e3ddd33563eb)) - (fp_poly - (pts - (xy -7.75 4.25) - (xy -7.75 3.75) - (xy -8.25 3.75) - (xy -8.25 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d6fb27cf-362d-4568-967c-a5bf49d5931b)) - (fp_poly - (pts - (xy -7.75 5.25) - (xy -7.75 4.75) - (xy -8.25 4.75) - (xy -8.25 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc)) - (fp_poly - (pts - (xy -7.75 5.75) - (xy -7.75 5.25) - (xy -8.25 5.25) - (xy -8.25 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f40d350f-0d3e-4f8a-b004-d950f2f8f1ba)) - (fp_poly - (pts - (xy -7.75 6.25) - (xy -7.75 5.75) - (xy -8.25 5.75) - (xy -8.25 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c7e7067c-5f5e-48d8-ab59-df26f9b35863)) - (fp_poly - (pts - (xy -7.75 6.75) - (xy -7.75 6.25) - (xy -8.25 6.25) - (xy -8.25 6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 16a9ae8c-3ad2-439b-8efe-377c994670c7)) - (fp_poly - (pts - (xy -7.75 7.25) - (xy -7.75 6.75) - (xy -8.25 6.75) - (xy -8.25 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ca87f11b-5f48-4b57-8535-68d3ec2fe5a9)) - (fp_poly - (pts - (xy -7.75 7.75) - (xy -7.75 7.25) - (xy -8.25 7.25) - (xy -8.25 7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b96fe6ac-3535-4455-ab88-ed77f5e46d6e)) - (fp_poly - (pts - (xy -7.75 8.25) - (xy -7.75 7.75) - (xy -8.25 7.75) - (xy -8.25 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 03caada9-9e22-4e2d-9035-b15433dfbb17)) - (fp_poly - (pts - (xy -7.25 -7.75) - (xy -7.25 -8.25) - (xy -7.75 -8.25) - (xy -7.75 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fe14c012-3d58-4e5e-9a37-4b9765a7f764)) - (fp_poly - (pts - (xy -7.25 -4.75) - (xy -7.25 -5.25) - (xy -7.75 -5.25) - (xy -7.75 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4c843bdb-6c9e-40dd-85e2-0567846e18ba)) - (fp_poly - (pts - (xy -7.25 -3.25) - (xy -7.25 -3.75) - (xy -7.75 -3.75) - (xy -7.75 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 43707e99-bdd7-4b02-9974-540ed6c2b0aa)) - (fp_poly - (pts - (xy -7.25 -1.75) - (xy -7.25 -2.25) - (xy -7.75 -2.25) - (xy -7.75 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bc0dbc57-3ae8-4ce5-a05c-2d6003bba475)) - (fp_poly - (pts - (xy -7.25 -0.75) - (xy -7.25 -1.25) - (xy -7.75 -1.25) - (xy -7.75 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4f411f68-04bd-4175-a406-bcaa4cf6601e)) - (fp_poly - (pts - (xy -7.25 -0.25) - (xy -7.25 -0.75) - (xy -7.75 -0.75) - (xy -7.75 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 026ac84e-b8b2-4dd2-b675-8323c24fd778)) - (fp_poly - (pts - (xy -7.25 1.25) - (xy -7.25 0.75) - (xy -7.75 0.75) - (xy -7.75 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e67b9f8c-019b-4145-98a4-96545f6bb128)) - (fp_poly - (pts - (xy -7.25 1.75) - (xy -7.25 1.25) - (xy -7.75 1.25) - (xy -7.75 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 609b9e1b-4e3b-42b7-ac76-a62ec4d0e7c7)) - (fp_poly - (pts - (xy -7.25 5.25) - (xy -7.25 4.75) - (xy -7.75 4.75) - (xy -7.75 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 34a74736-156e-4bf3-9200-cd137cfa59da)) - (fp_poly - (pts - (xy -7.25 8.25) - (xy -7.25 7.75) - (xy -7.75 7.75) - (xy -7.75 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb)) - (fp_poly - (pts - (xy -6.75 -7.75) - (xy -6.75 -8.25) - (xy -7.25 -8.25) - (xy -7.25 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6afc19cf-38b4-47a3-bc2b-445b18724310)) - (fp_poly - (pts - (xy -6.75 -6.75) - (xy -6.75 -7.25) - (xy -7.25 -7.25) - (xy -7.25 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3e0392c0-affc-4114-9de5-1f1cfe79418a)) - (fp_poly - (pts - (xy -6.75 -6.25) - (xy -6.75 -6.75) - (xy -7.25 -6.75) - (xy -7.25 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 63c56ea4-91a3-4172-b9de-a4388cc8f894)) - (fp_poly - (pts - (xy -6.75 -5.75) - (xy -6.75 -6.25) - (xy -7.25 -6.25) - (xy -7.25 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 18c61c95-8af1-4986-b67e-c7af9c15ab6b)) - (fp_poly - (pts - (xy -6.75 -4.75) - (xy -6.75 -5.25) - (xy -7.25 -5.25) - (xy -7.25 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6ffdf05e-e119-49f9-85e9-13e4901df42a)) - (fp_poly - (pts - (xy -6.75 -3.75) - (xy -6.75 -4.25) - (xy -7.25 -4.25) - (xy -7.25 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp dae72997-44fc-4275-b36f-cd70bf46cfba)) - (fp_poly - (pts - (xy -6.75 -3.25) - (xy -6.75 -3.75) - (xy -7.25 -3.75) - (xy -7.25 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d4c9471f-7503-4339-928c-d1abae1eede6)) - (fp_poly - (pts - (xy -6.75 -2.25) - (xy -6.75 -2.75) - (xy -7.25 -2.75) - (xy -7.25 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 997c2f12-73ba-4c01-9ee0-42e37cbab790)) - (fp_poly - (pts - (xy -6.75 -0.25) - (xy -6.75 -0.75) - (xy -7.25 -0.75) - (xy -7.25 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0bcafe80-ffba-4f1e-ae51-95a595b006db)) - (fp_poly - (pts - (xy -6.75 1.75) - (xy -6.75 1.25) - (xy -7.25 1.25) - (xy -7.25 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7afa54c4-2181-41d3-81f7-39efc497ecae)) - (fp_poly - (pts - (xy -6.75 2.25) - (xy -6.75 1.75) - (xy -7.25 1.75) - (xy -7.25 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4fa10683-33cd-4dcd-8acc-2415cd63c62a)) - (fp_poly - (pts - (xy -6.75 2.75) - (xy -6.75 2.25) - (xy -7.25 2.25) - (xy -7.25 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7)) - (fp_poly - (pts - (xy -6.75 5.25) - (xy -6.75 4.75) - (xy -7.25 4.75) - (xy -7.25 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 87d7448e-e139-4209-ae0b-372f805267da)) - (fp_poly - (pts - (xy -6.75 6.25) - (xy -6.75 5.75) - (xy -7.25 5.75) - (xy -7.25 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 21ae9c3a-7138-444e-be38-56a4842ab594)) - (fp_poly - (pts - (xy -6.75 6.75) - (xy -6.75 6.25) - (xy -7.25 6.25) - (xy -7.25 6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 770ad51a-7219-4633-b24a-bd20feb0a6c5)) - (fp_poly - (pts - (xy -6.75 7.25) - (xy -6.75 6.75) - (xy -7.25 6.75) - (xy -7.25 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 01e9b6e7-adf9-4ee7-9447-a588630ee4a2)) - (fp_poly - (pts - (xy -6.75 8.25) - (xy -6.75 7.75) - (xy -7.25 7.75) - (xy -7.25 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 639c0e59-e95c-4114-bccd-2e7277505454)) - (fp_poly - (pts - (xy -6.25 -7.75) - (xy -6.25 -8.25) - (xy -6.75 -8.25) - (xy -6.75 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 84d296ba-3d39-4264-ad19-947f90c54396)) - (fp_poly - (pts - (xy -6.25 -6.75) - (xy -6.25 -7.25) - (xy -6.75 -7.25) - (xy -6.75 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cf815d51-c956-4c5a-adde-c373cb025b07)) - (fp_poly - (pts - (xy -6.25 -6.25) - (xy -6.25 -6.75) - (xy -6.75 -6.75) - (xy -6.75 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5701b80f-f006-4814-81c9-0c7f006088a9)) - (fp_poly - (pts - (xy -6.25 -5.75) - (xy -6.25 -6.25) - (xy -6.75 -6.25) - (xy -6.75 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4e27930e-1827-4788-aa6b-487321d46602)) - (fp_poly - (pts - (xy -6.25 -4.75) - (xy -6.25 -5.25) - (xy -6.75 -5.25) - (xy -6.75 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c4cab9c5-d6e5-4660-b910-603a51b56783)) - (fp_poly - (pts - (xy -6.25 -3.75) - (xy -6.25 -4.25) - (xy -6.75 -4.25) - (xy -6.75 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9dcdc92b-2219-4a4a-8954-45f02cc3ab25)) - (fp_poly - (pts - (xy -6.25 -2.75) - (xy -6.25 -3.25) - (xy -6.75 -3.25) - (xy -6.75 -2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 16121028-bdf5-49c0-aae7-e28fe5bfa771)) - (fp_poly - (pts - (xy -6.25 -0.75) - (xy -6.25 -1.25) - (xy -6.75 -1.25) - (xy -6.75 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8fc062a7-114d-48eb-a8f8-71128838f380)) - (fp_poly - (pts - (xy -6.25 -0.25) - (xy -6.25 -0.75) - (xy -6.75 -0.75) - (xy -6.75 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e32ee344-1030-4498-9cac-bfbf7540faf4)) - (fp_poly - (pts - (xy -6.25 0.25) - (xy -6.25 -0.25) - (xy -6.75 -0.25) - (xy -6.75 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cada57e2-1fa7-4b9d-a2a0-2218773d5c50)) - (fp_poly - (pts - (xy -6.25 1.75) - (xy -6.25 1.25) - (xy -6.75 1.25) - (xy -6.75 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 70fb572d-d5ec-41e7-9482-63d4578b4f47)) - (fp_poly - (pts - (xy -6.25 2.75) - (xy -6.25 2.25) - (xy -6.75 2.25) - (xy -6.75 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 240c10af-51b5-420e-a6f4-a2c8f5db1db5)) - (fp_poly - (pts - (xy -6.25 3.75) - (xy -6.25 3.25) - (xy -6.75 3.25) - (xy -6.75 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ebd06df3-d52b-4cff-99a2-a771df6d3733)) - (fp_poly - (pts - (xy -6.25 4.25) - (xy -6.25 3.75) - (xy -6.75 3.75) - (xy -6.75 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7e0a03ae-d054-4f76-a131-5c09b8dc1636)) - (fp_poly - (pts - (xy -6.25 5.25) - (xy -6.25 4.75) - (xy -6.75 4.75) - (xy -6.75 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 099096e4-8c2a-4d84-a16f-06b4b6330e7a)) - (fp_poly - (pts - (xy -6.25 6.25) - (xy -6.25 5.75) - (xy -6.75 5.75) - (xy -6.75 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 19c56563-5fe3-442a-885b-418dbc2421eb)) - (fp_poly - (pts - (xy -6.25 6.75) - (xy -6.25 6.25) - (xy -6.75 6.25) - (xy -6.75 6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b7199d9b-bebb-4100-9ad3-c2bd31e21d65)) - (fp_poly - (pts - (xy -6.25 7.25) - (xy -6.25 6.75) - (xy -6.75 6.75) - (xy -6.75 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec)) - (fp_poly - (pts - (xy -6.25 8.25) - (xy -6.25 7.75) - (xy -6.75 7.75) - (xy -6.75 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d3c11c8f-a73d-4211-934b-a6da255728ad)) - (fp_poly - (pts - (xy -5.75 -7.75) - (xy -5.75 -8.25) - (xy -6.25 -8.25) - (xy -6.25 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a90361cd-254c-4d27-ae1f-9a6c85bafe28)) - (fp_poly - (pts - (xy -5.75 -6.75) - (xy -5.75 -7.25) - (xy -6.25 -7.25) - (xy -6.25 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp dca1d7db-c913-4d73-a2cc-fdc9651eda69)) - (fp_poly - (pts - (xy -5.75 -6.25) - (xy -5.75 -6.75) - (xy -6.25 -6.75) - (xy -6.25 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9b6bb172-1ac4-440a-ac75-c1917d9d59c7)) - (fp_poly - (pts - (xy -5.75 -5.75) - (xy -5.75 -6.25) - (xy -6.25 -6.25) - (xy -6.25 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8cd050d6-228c-4da0-9533-b4f8d14cfb34)) - (fp_poly - (pts - (xy -5.75 -4.75) - (xy -5.75 -5.25) - (xy -6.25 -5.25) - (xy -6.25 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9a2d648d-863a-4b7b-80f9-d537185c212b)) - (fp_poly - (pts - (xy -5.75 -3.75) - (xy -5.75 -4.25) - (xy -6.25 -4.25) - (xy -6.25 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3c5e5ea9-793d-46e3-86bc-5884c4490dc7)) - (fp_poly - (pts - (xy -5.75 1.25) - (xy -5.75 0.75) - (xy -6.25 0.75) - (xy -6.25 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7c04618d-9115-4179-b234-a8faf854ea92)) - (fp_poly - (pts - (xy -5.75 2.25) - (xy -5.75 1.75) - (xy -6.25 1.75) - (xy -6.25 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2846428d-39de-4eae-8ce2-64955d56c493)) - (fp_poly - (pts - (xy -5.75 3.25) - (xy -5.75 2.75) - (xy -6.25 2.75) - (xy -6.25 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a5e521b9-814e-4853-a5ac-f158785c6269)) - (fp_poly - (pts - (xy -5.75 4.25) - (xy -5.75 3.75) - (xy -6.25 3.75) - (xy -6.25 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 20c315f4-1e4f-49aa-8d61-778a7389df7e)) - (fp_poly - (pts - (xy -5.75 5.25) - (xy -5.75 4.75) - (xy -6.25 4.75) - (xy -6.25 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a13ab237-8f8d-4e16-8c47-4440653b8534)) - (fp_poly - (pts - (xy -5.75 6.25) - (xy -5.75 5.75) - (xy -6.25 5.75) - (xy -6.25 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 14769dc5-8525-4984-8b15-a734ee247efa)) - (fp_poly - (pts - (xy -5.75 6.75) - (xy -5.75 6.25) - (xy -6.25 6.25) - (xy -6.25 6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6595b9c7-02ee-4647-bde5-6b566e35163e)) - (fp_poly - (pts - (xy -5.75 7.25) - (xy -5.75 6.75) - (xy -6.25 6.75) - (xy -6.25 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a5cd8da1-8f7f-4f80-bb23-0317de562222)) - (fp_poly - (pts - (xy -5.75 8.25) - (xy -5.75 7.75) - (xy -6.25 7.75) - (xy -6.25 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a15a7506-eae4-4933-84da-9ad754258706)) - (fp_poly - (pts - (xy -5.25 -7.75) - (xy -5.25 -8.25) - (xy -5.75 -8.25) - (xy -5.75 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 18d11f32-e1a6-4f29-8e3c-0bfeb07299bd)) - (fp_poly - (pts - (xy -5.25 -4.75) - (xy -5.25 -5.25) - (xy -5.75 -5.25) - (xy -5.75 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5c30b9b4-3014-4f50-9329-27a539b67e01)) - (fp_poly - (pts - (xy -5.25 -3.75) - (xy -5.25 -4.25) - (xy -5.75 -4.25) - (xy -5.75 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 98914cc3-56fe-40bb-820a-3d157225c145)) - (fp_poly - (pts - (xy -5.25 -2.25) - (xy -5.25 -2.75) - (xy -5.75 -2.75) - (xy -5.75 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1199146e-a60b-416a-b503-e77d6d2892f9)) - (fp_poly - (pts - (xy -5.25 -1.75) - (xy -5.25 -2.25) - (xy -5.75 -2.25) - (xy -5.75 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c8b92953-cd23-44e6-85ce-083fb8c3f20f)) - (fp_poly - (pts - (xy -5.25 -1.25) - (xy -5.25 -1.75) - (xy -5.75 -1.75) - (xy -5.75 -1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 699feae1-8cdd-4d2b-947f-f24849c73cdb)) - (fp_poly - (pts - (xy -5.25 -0.75) - (xy -5.25 -1.25) - (xy -5.75 -1.25) - (xy -5.75 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 917920ab-0c6e-4927-974d-ef342cdd4f63)) - (fp_poly - (pts - (xy -5.25 -0.25) - (xy -5.25 -0.75) - (xy -5.75 -0.75) - (xy -5.75 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 86dc7a78-7d51-4111-9eea-8a8f7977eb16)) - (fp_poly - (pts - (xy -5.25 0.25) - (xy -5.25 -0.25) - (xy -5.75 -0.25) - (xy -5.75 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b5071759-a4d7-4769-be02-251f23cd4454)) - (fp_poly - (pts - (xy -5.25 0.75) - (xy -5.25 0.25) - (xy -5.75 0.25) - (xy -5.75 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 79e31048-072a-4a40-a625-26bb0b5f046b)) - (fp_poly - (pts - (xy -5.25 1.25) - (xy -5.25 0.75) - (xy -5.75 0.75) - (xy -5.75 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e502d1d5-04b0-4d4b-b5c3-8c52d09668e7)) - (fp_poly - (pts - (xy -5.25 1.75) - (xy -5.25 1.25) - (xy -5.75 1.25) - (xy -5.75 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eae0ab9f-65b2-44d3-aba7-873c3227fba7)) - (fp_poly - (pts - (xy -5.25 2.75) - (xy -5.25 2.25) - (xy -5.75 2.25) - (xy -5.75 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2d697cf0-e02e-4ed1-a048-a704dab0ee43)) - (fp_poly - (pts - (xy -5.25 3.25) - (xy -5.25 2.75) - (xy -5.75 2.75) - (xy -5.75 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 89e83c2e-e90a-4a50-b278-880bac0cfb49)) - (fp_poly - (pts - (xy -5.25 3.75) - (xy -5.25 3.25) - (xy -5.75 3.25) - (xy -5.75 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c9667181-b3c7-4b01-b8b4-baa29a9aea63)) - (fp_poly - (pts - (xy -5.25 5.25) - (xy -5.25 4.75) - (xy -5.75 4.75) - (xy -5.75 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ca5a4651-0d1d-441b-b17d-01518ef3b656)) - (fp_poly - (pts - (xy -5.25 8.25) - (xy -5.25 7.75) - (xy -5.75 7.75) - (xy -5.75 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c8c79177-94d4-43e2-a654-f0a5554fbb68)) - (fp_poly - (pts - (xy -4.75 -7.75) - (xy -4.75 -8.25) - (xy -5.25 -8.25) - (xy -5.25 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6325c32f-c82a-4357-b022-f9c7e76f412e)) - (fp_poly - (pts - (xy -4.75 -7.25) - (xy -4.75 -7.75) - (xy -5.25 -7.75) - (xy -5.25 -7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2b5a9ad3-7ec4-447d-916c-47adf5f9674f)) - (fp_poly - (pts - (xy -4.75 -6.75) - (xy -4.75 -7.25) - (xy -5.25 -7.25) - (xy -5.25 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 66218487-e316-4467-9eba-79d4626ab24e)) - (fp_poly - (pts - (xy -4.75 -6.25) - (xy -4.75 -6.75) - (xy -5.25 -6.75) - (xy -5.25 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 66bc2bca-dab7-4947-a0ff-403cdaf9fb89)) - (fp_poly - (pts - (xy -4.75 -5.75) - (xy -4.75 -6.25) - (xy -5.25 -6.25) - (xy -5.25 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bde95c06-433a-4c03-bc48-e3abcdb4e054)) - (fp_poly - (pts - (xy -4.75 -5.25) - (xy -4.75 -5.75) - (xy -5.25 -5.75) - (xy -5.25 -5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c3b3d7f4-943f-4cff-b180-87ef3e1bcbff)) - (fp_poly - (pts - (xy -4.75 -4.75) - (xy -4.75 -5.25) - (xy -5.25 -5.25) - (xy -5.25 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1f9ae101-c652-4998-a503-17aedf3d5746)) - (fp_poly - (pts - (xy -4.75 -3.75) - (xy -4.75 -4.25) - (xy -5.25 -4.25) - (xy -5.25 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 88610282-a92d-4c3d-917a-ea95d59e0759)) - (fp_poly - (pts - (xy -4.75 -2.75) - (xy -4.75 -3.25) - (xy -5.25 -3.25) - (xy -5.25 -2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e97b5984-9f0f-43a4-9b8a-838eef4cceb2)) - (fp_poly - (pts - (xy -4.75 -1.75) - (xy -4.75 -2.25) - (xy -5.25 -2.25) - (xy -5.25 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0520f61d-4522-4301-a3fa-8ed0bf060f69)) - (fp_poly - (pts - (xy -4.75 -0.75) - (xy -4.75 -1.25) - (xy -5.25 -1.25) - (xy -5.25 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa)) - (fp_poly - (pts - (xy -4.75 0.25) - (xy -4.75 -0.25) - (xy -5.25 -0.25) - (xy -5.25 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4b03e854-02fe-44cc-bece-f8268b7cae54)) - (fp_poly - (pts - (xy -4.75 1.25) - (xy -4.75 0.75) - (xy -5.25 0.75) - (xy -5.25 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e4d2f565-25a0-48c6-be59-f4bf31ad2558)) - (fp_poly - (pts - (xy -4.75 2.25) - (xy -4.75 1.75) - (xy -5.25 1.75) - (xy -5.25 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 071522c0-d0ed-49b9-906e-6295f67fb0dc)) - (fp_poly - (pts - (xy -4.75 3.25) - (xy -4.75 2.75) - (xy -5.25 2.75) - (xy -5.25 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 576c6616-e95d-4f1e-8ead-dea30fcdc8c2)) - (fp_poly - (pts - (xy -4.75 4.25) - (xy -4.75 3.75) - (xy -5.25 3.75) - (xy -5.25 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7a4ce4b3-518a-4819-b8b2-5127b3347c64)) - (fp_poly - (pts - (xy -4.75 5.25) - (xy -4.75 4.75) - (xy -5.25 4.75) - (xy -5.25 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6284122b-79c3-4e04-925e-3d32cc3ec077)) - (fp_poly - (pts - (xy -4.75 5.75) - (xy -4.75 5.25) - (xy -5.25 5.25) - (xy -5.25 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp aa2ea573-3f20-43c1-aa99-1f9c6031a9aa)) - (fp_poly - (pts - (xy -4.75 6.25) - (xy -4.75 5.75) - (xy -5.25 5.75) - (xy -5.25 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e43dbe34-ed17-4e35-a5c7-2f1679b3c415)) - (fp_poly - (pts - (xy -4.75 6.75) - (xy -4.75 6.25) - (xy -5.25 6.25) - (xy -5.25 6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f3628265-0155-43e2-a467-c40ff783e265)) - (fp_poly - (pts - (xy -4.75 7.25) - (xy -4.75 6.75) - (xy -5.25 6.75) - (xy -5.25 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 16bd6381-8ac0-4bf2-9dce-ecc20c724b8d)) - (fp_poly - (pts - (xy -4.75 7.75) - (xy -4.75 7.25) - (xy -5.25 7.25) - (xy -5.25 7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 68877d35-b796-44db-9124-b8e744e7412e)) - (fp_poly - (pts - (xy -4.75 8.25) - (xy -4.75 7.75) - (xy -5.25 7.75) - (xy -5.25 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e21aa84b-970e-47cf-b64f-3b55ee0e1b51)) - (fp_poly - (pts - (xy -4.25 -2.75) - (xy -4.25 -3.25) - (xy -4.75 -3.25) - (xy -4.75 -2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4db55cb8-197b-4402-871f-ce582b65664b)) - (fp_poly - (pts - (xy -4.25 -1.75) - (xy -4.25 -2.25) - (xy -4.75 -2.25) - (xy -4.75 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 411d4270-c66c-4318-b7fb-1470d34862b8)) - (fp_poly - (pts - (xy -4.25 -0.75) - (xy -4.25 -1.25) - (xy -4.75 -1.25) - (xy -4.75 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6f675e5f-8fe6-4148-baf1-da97afc770f8)) - (fp_poly - (pts - (xy -4.25 -0.25) - (xy -4.25 -0.75) - (xy -4.75 -0.75) - (xy -4.75 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 37b6c6d6-3e12-4736-912a-ea6e2bf06721)) - (fp_poly - (pts - (xy -4.25 0.75) - (xy -4.25 0.25) - (xy -4.75 0.25) - (xy -4.75 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b4300db7-1220-431a-b7c3-2edbdf8fa6fc)) - (fp_poly - (pts - (xy -4.25 1.25) - (xy -4.25 0.75) - (xy -4.75 0.75) - (xy -4.75 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 998b7fa5-31a5-472e-9572-49d5226d6098)) - (fp_poly - (pts - (xy -4.25 2.75) - (xy -4.25 2.25) - (xy -4.75 2.25) - (xy -4.75 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c09938fd-06b9-4771-9f63-2311626243b3)) - (fp_poly - (pts - (xy -4.25 3.75) - (xy -4.25 3.25) - (xy -4.75 3.25) - (xy -4.75 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d5b800ca-1ab6-4b66-b5f7-2dda5658b504)) - (fp_poly - (pts - (xy -4.25 4.25) - (xy -4.25 3.75) - (xy -4.75 3.75) - (xy -4.75 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a9b3f6e4-7a6d-4ae8-ad28-3d8458e0ca1a)) - (fp_poly - (pts - (xy -3.75 -6.75) - (xy -3.75 -7.25) - (xy -4.25 -7.25) - (xy -4.25 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0fafc6b9-fd35-4a55-9270-7a8e7ce3cb13)) - (fp_poly - (pts - (xy -3.75 -6.25) - (xy -3.75 -6.75) - (xy -4.25 -6.75) - (xy -4.25 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9286cf02-1563-41d2-9931-c192c33bab31)) - (fp_poly - (pts - (xy -3.75 -5.75) - (xy -3.75 -6.25) - (xy -4.25 -6.25) - (xy -4.25 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 60aa0ce8-9d0e-48ca-bbf9-866403979e9b)) - (fp_poly - (pts - (xy -3.75 -5.25) - (xy -3.75 -5.75) - (xy -4.25 -5.75) - (xy -4.25 -5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 30c33e3e-fb78-498d-bffe-76273d527004)) - (fp_poly - (pts - (xy -3.75 -4.75) - (xy -3.75 -5.25) - (xy -4.25 -5.25) - (xy -4.25 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e5b328f6-dc69-4905-ae98-2dc3200a51d6)) - (fp_poly - (pts - (xy -3.75 -4.25) - (xy -3.75 -4.75) - (xy -4.25 -4.75) - (xy -4.25 -4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cc48dd41-7768-48d3-b096-2c4cc2126c9d)) - (fp_poly - (pts - (xy -3.75 -3.25) - (xy -3.75 -3.75) - (xy -4.25 -3.75) - (xy -4.25 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1171ce37-6ad7-4662-bb68-5592c945ebf3)) - (fp_poly - (pts - (xy -3.75 -1.25) - (xy -3.75 -1.75) - (xy -4.25 -1.75) - (xy -4.25 -1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e5864fe6-2a71-47f0-90ce-38c3f8901580)) - (fp_poly - (pts - (xy -3.75 -0.75) - (xy -3.75 -1.25) - (xy -4.25 -1.25) - (xy -4.25 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6e435cd4-da2b-4602-a0aa-5dd988834dff)) - (fp_poly - (pts - (xy -3.75 -0.25) - (xy -3.75 -0.75) - (xy -4.25 -0.75) - (xy -4.25 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bb4b1afc-c46e-451d-8dad-36b7dec82f26)) - (fp_poly - (pts - (xy -3.75 1.75) - (xy -3.75 1.25) - (xy -4.25 1.25) - (xy -4.25 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea)) - (fp_poly - (pts - (xy -3.75 2.25) - (xy -3.75 1.75) - (xy -4.25 1.75) - (xy -4.25 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4e315e69-0417-463a-8b7f-469a08d1496e)) - (fp_poly - (pts - (xy -3.75 4.75) - (xy -3.75 4.25) - (xy -4.25 4.25) - (xy -4.25 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c8029a4c-945d-42ca-871a-dd73ff50a1a3)) - (fp_poly - (pts - (xy -3.75 5.75) - (xy -3.75 5.25) - (xy -4.25 5.25) - (xy -4.25 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 240e5dac-6242-47a5-bbef-f76d11c715c0)) - (fp_poly - (pts - (xy -3.75 6.25) - (xy -3.75 5.75) - (xy -4.25 5.75) - (xy -4.25 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6ec113ca-7d27-4b14-a180-1e5e2fd1c167)) - (fp_poly - (pts - (xy -3.75 6.75) - (xy -3.75 6.25) - (xy -4.25 6.25) - (xy -4.25 6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b1c649b1-f44d-46c7-9dea-818e75a1b87e)) - (fp_poly - (pts - (xy -3.75 7.25) - (xy -3.75 6.75) - (xy -4.25 6.75) - (xy -4.25 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 85b7594c-358f-454b-b2ad-dd0b1d67ed76)) - (fp_poly - (pts - (xy -3.75 8.25) - (xy -3.75 7.75) - (xy -4.25 7.75) - (xy -4.25 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 40976bf0-19de-460f-ad64-224d4f51e16b)) - (fp_poly - (pts - (xy -3.25 -7.75) - (xy -3.25 -8.25) - (xy -3.75 -8.25) - (xy -3.75 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9e813ec2-d4ce-4e2e-b379-c6fedb4c45db)) - (fp_poly - (pts - (xy -3.25 -7.25) - (xy -3.25 -7.75) - (xy -3.75 -7.75) - (xy -3.75 -7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c8a44971-63c1-4a19-879d-b6647b2dc08d)) - (fp_poly - (pts - (xy -3.25 -6.25) - (xy -3.25 -6.75) - (xy -3.75 -6.75) - (xy -3.75 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3b686d17-1000-4762-ba31-589d599a3edf)) - (fp_poly - (pts - (xy -3.25 -5.75) - (xy -3.25 -6.25) - (xy -3.75 -6.25) - (xy -3.75 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 593b8647-0095-46cc-ba23-3cf2a86edb5e)) - (fp_poly - (pts - (xy -3.25 -4.25) - (xy -3.25 -4.75) - (xy -3.75 -4.75) - (xy -3.75 -4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b4833916-7a3e-4498-86fb-ec6d13262ffe)) - (fp_poly - (pts - (xy -3.25 -3.25) - (xy -3.25 -3.75) - (xy -3.75 -3.75) - (xy -3.75 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 076046ab-4b56-4060-b8d9-0d80806d0277)) - (fp_poly - (pts - (xy -3.25 -1.75) - (xy -3.25 -2.25) - (xy -3.75 -2.25) - (xy -3.75 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8fcec304-c6b1-4655-8326-beacd0476953)) - (fp_poly - (pts - (xy -3.25 -1.25) - (xy -3.25 -1.75) - (xy -3.75 -1.75) - (xy -3.75 -1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 61fe4c73-be59-4519-98f1-a634322a841d)) - (fp_poly - (pts - (xy -3.25 -0.75) - (xy -3.25 -1.25) - (xy -3.75 -1.25) - (xy -3.75 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eae14f5f-515c-4a6f-ad0e-e8ef233d14bf)) - (fp_poly - (pts - (xy -3.25 -0.25) - (xy -3.25 -0.75) - (xy -3.75 -0.75) - (xy -3.75 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 34d03349-6d78-4165-a683-2d8b76f2bae8)) - (fp_poly - (pts - (xy -3.25 0.25) - (xy -3.25 -0.25) - (xy -3.75 -0.25) - (xy -3.75 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1c68b844-c861-46b7-b734-0242168a4220)) - (fp_poly - (pts - (xy -3.25 0.75) - (xy -3.25 0.25) - (xy -3.75 0.25) - (xy -3.75 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 700e8b73-5976-423f-a3f3-ab3d9f3e9760)) - (fp_poly - (pts - (xy -3.25 2.75) - (xy -3.25 2.25) - (xy -3.75 2.25) - (xy -3.75 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 40b14a16-fb82-4b9d-89dd-55cd98abb5cc)) - (fp_poly - (pts - (xy -3.25 3.25) - (xy -3.25 2.75) - (xy -3.75 2.75) - (xy -3.75 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7b044939-8c4d-444f-b9e0-a15fcdeb5a86)) - (fp_poly - (pts - (xy -3.25 4.25) - (xy -3.25 3.75) - (xy -3.75 3.75) - (xy -3.75 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a6b7df29-bcf8-46a9-b623-7eaac47f5110)) - (fp_poly - (pts - (xy -3.25 6.25) - (xy -3.25 5.75) - (xy -3.75 5.75) - (xy -3.75 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bd065eaf-e495-4837-bdb3-129934de1fc7)) - (fp_poly - (pts - (xy -3.25 7.25) - (xy -3.25 6.75) - (xy -3.75 6.75) - (xy -3.75 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c5eb1e4c-ce83-470e-8f32-e20ff1f886a3)) - (fp_poly - (pts - (xy -3.25 8.25) - (xy -3.25 7.75) - (xy -3.75 7.75) - (xy -3.75 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8c514922-ffe1-4e37-a260-e807409f2e0d)) - (fp_poly - (pts - (xy -2.75 -7.75) - (xy -2.75 -8.25) - (xy -3.25 -8.25) - (xy -3.25 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9390234f-bf3f-46cd-b6a0-8a438ec76e9f)) - (fp_poly - (pts - (xy -2.75 -7.25) - (xy -2.75 -7.75) - (xy -3.25 -7.75) - (xy -3.25 -7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6241e6d3-a754-45b6-9f7c-e43019b93226)) - (fp_poly - (pts - (xy -2.75 -5.25) - (xy -2.75 -5.75) - (xy -3.25 -5.75) - (xy -3.25 -5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5b0a5a46-7b51-4262-a80e-d33dd1806615)) - (fp_poly - (pts - (xy -2.75 -4.75) - (xy -2.75 -5.25) - (xy -3.25 -5.25) - (xy -3.25 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 88cb65f4-7e9e-44eb-8692-3b6e2e788a94)) - (fp_poly - (pts - (xy -2.75 -4.25) - (xy -2.75 -4.75) - (xy -3.25 -4.75) - (xy -3.25 -4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 71c6e723-673c-45a9-a0e4-9742220c52a3)) - (fp_poly - (pts - (xy -2.75 -3.25) - (xy -2.75 -3.75) - (xy -3.25 -3.75) - (xy -3.25 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b0271cdd-de22-4bf4-8f55-fc137cfbd4ec)) - (fp_poly - (pts - (xy -2.75 -2.75) - (xy -2.75 -3.25) - (xy -3.25 -3.25) - (xy -3.25 -2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9aedbb9e-8340-4899-b813-05b23382a36b)) - (fp_poly - (pts - (xy -2.75 -2.25) - (xy -2.75 -2.75) - (xy -3.25 -2.75) - (xy -3.25 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cc15f583-a41b-43af-ba94-a75455506a96)) - (fp_poly - (pts - (xy -2.75 -0.25) - (xy -2.75 -0.75) - (xy -3.25 -0.75) - (xy -3.25 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f8fc38ec-0b98-40bc-ae2f-e5cc29973bca)) - (fp_poly - (pts - (xy -2.75 0.25) - (xy -2.75 -0.25) - (xy -3.25 -0.25) - (xy -3.25 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0f324b67-75ef-407f-8dbc-3c1fc5c2abba)) - (fp_poly - (pts - (xy -2.75 0.75) - (xy -2.75 0.25) - (xy -3.25 0.25) - (xy -3.25 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1f8b2c0c-b042-4e2e-80f6-4959a27b238f)) - (fp_poly - (pts - (xy -2.75 1.25) - (xy -2.75 0.75) - (xy -3.25 0.75) - (xy -3.25 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0f31f11f-c374-4640-b9a4-07bbdba8d354)) - (fp_poly - (pts - (xy -2.75 1.75) - (xy -2.75 1.25) - (xy -3.25 1.25) - (xy -3.25 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cf386a39-fc62-49dd-8ec5-e044f6bd67ce)) - (fp_poly - (pts - (xy -2.75 2.25) - (xy -2.75 1.75) - (xy -3.25 1.75) - (xy -3.25 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6a2b20ae-096c-4d9f-92f8-2087c865914f)) - (fp_poly - (pts - (xy -2.75 4.75) - (xy -2.75 4.25) - (xy -3.25 4.25) - (xy -3.25 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 101ef598-601d-400e-9ef6-d655fbb1dbfa)) - (fp_poly - (pts - (xy -2.75 5.25) - (xy -2.75 4.75) - (xy -3.25 4.75) - (xy -3.25 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 67763d19-f622-4e1e-81e5-5b24da7c3f99)) - (fp_poly - (pts - (xy -2.25 -7.25) - (xy -2.25 -7.75) - (xy -2.75 -7.75) - (xy -2.75 -7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7d0dab95-9e7a-486e-a1d7-fc48860fd57d)) - (fp_poly - (pts - (xy -2.25 -6.75) - (xy -2.25 -7.25) - (xy -2.75 -7.25) - (xy -2.75 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 27b2eb82-662b-42d8-90e6-830fec4bb8d2)) - (fp_poly - (pts - (xy -2.25 -6.25) - (xy -2.25 -6.75) - (xy -2.75 -6.75) - (xy -2.75 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cebb9021-66d3-4116-98d4-5e6f3c1552be)) - (fp_poly - (pts - (xy -2.25 -5.75) - (xy -2.25 -6.25) - (xy -2.75 -6.25) - (xy -2.75 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ed8a7f02-cf05-41d0-97b4-4388ef205e73)) - (fp_poly - (pts - (xy -2.25 -4.25) - (xy -2.25 -4.75) - (xy -2.75 -4.75) - (xy -2.75 -4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e091e263-c616-48ef-a460-465c70218987)) - (fp_poly - (pts - (xy -2.25 -2.75) - (xy -2.25 -3.25) - (xy -2.75 -3.25) - (xy -2.75 -2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fa918b6d-f6cf-4471-be3b-4ff713f55a2e)) - (fp_poly - (pts - (xy -2.25 -2.25) - (xy -2.25 -2.75) - (xy -2.75 -2.75) - (xy -2.75 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 479331ff-c540-41f4-84e6-b48d65171e59)) - (fp_poly - (pts - (xy -2.25 -0.75) - (xy -2.25 -1.25) - (xy -2.75 -1.25) - (xy -2.75 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9a0b74a5-4879-4b51-8e8e-6d85a0107422)) - (fp_poly - (pts - (xy -2.25 -0.25) - (xy -2.25 -0.75) - (xy -2.75 -0.75) - (xy -2.75 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a7531a95-7ca1-4f34-955e-18120cec99e6)) - (fp_poly - (pts - (xy -2.25 0.25) - (xy -2.25 -0.25) - (xy -2.75 -0.25) - (xy -2.75 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d2d7bea6-0c22-495f-8666-323b30e03150)) - (fp_poly - (pts - (xy -2.25 1.25) - (xy -2.25 0.75) - (xy -2.75 0.75) - (xy -2.75 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 18b7e157-ae67-48ad-bd7c-9fef6fe45b22)) - (fp_poly - (pts - (xy -2.25 1.75) - (xy -2.25 1.25) - (xy -2.75 1.25) - (xy -2.75 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 009a4fb4-fcc0-4623-ae5d-c1bae3219583)) - (fp_poly - (pts - (xy -2.25 3.25) - (xy -2.25 2.75) - (xy -2.75 2.75) - (xy -2.75 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0325ec43-0390-4ae2-b055-b1ec6ce17b1c)) - (fp_poly - (pts - (xy -2.25 3.75) - (xy -2.25 3.25) - (xy -2.75 3.25) - (xy -2.75 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cff34251-839c-4da9-a0ad-85d0fc4e32af)) - (fp_poly - (pts - (xy -2.25 5.75) - (xy -2.25 5.25) - (xy -2.75 5.25) - (xy -2.75 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0351df45-d042-41d4-ba35-88092c7be2fc)) - (fp_poly - (pts - (xy -2.25 7.25) - (xy -2.25 6.75) - (xy -2.75 6.75) - (xy -2.75 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 60dcd1fe-7079-4cb8-b509-04558ccf5097)) - (fp_poly - (pts - (xy -2.25 8.25) - (xy -2.25 7.75) - (xy -2.75 7.75) - (xy -2.75 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c25a772d-af9c-4ebc-96f6-0966738c13a8)) - (fp_poly - (pts - (xy -1.75 -6.75) - (xy -1.75 -7.25) - (xy -2.25 -7.25) - (xy -2.25 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8b290a17-6328-4178-9131-29524d345539)) - (fp_poly - (pts - (xy -1.75 -5.75) - (xy -1.75 -6.25) - (xy -2.25 -6.25) - (xy -2.25 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7a74c4b1-6243-4a12-85a2-bc41d346e7aa)) - (fp_poly - (pts - (xy -1.75 -4.75) - (xy -1.75 -5.25) - (xy -2.25 -5.25) - (xy -2.25 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp faa1812c-fdf3-47ae-9cf4-ae06a263bfbd)) - (fp_poly - (pts - (xy -1.75 -4.25) - (xy -1.75 -4.75) - (xy -2.25 -4.75) - (xy -2.25 -4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 935057d5-6882-4c15-9a35-54677912ba12)) - (fp_poly - (pts - (xy -1.75 -3.25) - (xy -1.75 -3.75) - (xy -2.25 -3.75) - (xy -2.25 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 196a8dd5-5fd6-4c7f-ae4a-0104bd82e61b)) - (fp_poly - (pts - (xy -1.75 -1.25) - (xy -1.75 -1.75) - (xy -2.25 -1.75) - (xy -2.25 -1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f9c81c26-f253-4227-a69f-53e64841cfbe)) - (fp_poly - (pts - (xy -1.75 0.75) - (xy -1.75 0.25) - (xy -2.25 0.25) - (xy -2.25 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e5203297-b913-4288-a576-12a92185cb52)) - (fp_poly - (pts - (xy -1.75 1.75) - (xy -1.75 1.25) - (xy -2.25 1.25) - (xy -2.25 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 91c1eb0a-67ae-4ef0-95ce-d060a03a7313)) - (fp_poly - (pts - (xy -1.75 3.75) - (xy -1.75 3.25) - (xy -2.25 3.25) - (xy -2.25 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56)) - (fp_poly - (pts - (xy -1.75 4.75) - (xy -1.75 4.25) - (xy -2.25 4.25) - (xy -2.25 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7f52d787-caa3-4a92-b1b2-19d554dc29a4)) - (fp_poly - (pts - (xy -1.75 5.75) - (xy -1.75 5.25) - (xy -2.25 5.25) - (xy -2.25 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e472dac4-5b65-4920-b8b2-6065d140a69d)) - (fp_poly - (pts - (xy -1.75 7.25) - (xy -1.75 6.75) - (xy -2.25 6.75) - (xy -2.25 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ec31c074-17b2-48e1-ab01-071acad3fa04)) - (fp_poly - (pts - (xy -1.75 7.75) - (xy -1.75 7.25) - (xy -2.25 7.25) - (xy -2.25 7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c332fa55-4168-4f55-88a5-f82c7c21040b)) - (fp_poly - (pts - (xy -1.75 8.25) - (xy -1.75 7.75) - (xy -2.25 7.75) - (xy -2.25 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d5641ac9-9be7-46bf-90b3-6c83d852b5ba)) - (fp_poly - (pts - (xy -1.25 -5.75) - (xy -1.25 -6.25) - (xy -1.75 -6.25) - (xy -1.75 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f1e619ac-5067-41df-8384-776ec70a6093)) - (fp_poly - (pts - (xy -1.25 -5.25) - (xy -1.25 -5.75) - (xy -1.75 -5.75) - (xy -1.75 -5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e5217a0c-7f55-4c30-adda-7f8d95709d1b)) - (fp_poly - (pts - (xy -1.25 -4.25) - (xy -1.25 -4.75) - (xy -1.75 -4.75) - (xy -1.75 -4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8de2d84c-ff45-4d4f-bc49-c166f6ae6b91)) - (fp_poly - (pts - (xy -1.25 -3.25) - (xy -1.25 -3.75) - (xy -1.75 -3.75) - (xy -1.75 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c514e30c-e48e-4ca5-ab44-8b3afedef1f2)) - (fp_poly - (pts - (xy -1.25 -2.75) - (xy -1.25 -3.25) - (xy -1.75 -3.25) - (xy -1.75 -2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9031bb33-c6aa-4758-bf5c-3274ed3ebab7)) - (fp_poly - (pts - (xy -1.25 -2.25) - (xy -1.25 -2.75) - (xy -1.75 -2.75) - (xy -1.75 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b09666f9-12f1-4ee9-8877-2292c94258ca)) - (fp_poly - (pts - (xy -1.25 0.25) - (xy -1.25 -0.25) - (xy -1.75 -0.25) - (xy -1.75 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e7bb7815-0d52-4bb8-b29a-8cf960bd2905)) - (fp_poly - (pts - (xy -1.25 1.25) - (xy -1.25 0.75) - (xy -1.75 0.75) - (xy -1.75 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5fc9acb6-6dbb-4598-825b-4b9e7c4c67c4)) - (fp_poly - (pts - (xy -1.25 2.75) - (xy -1.25 2.25) - (xy -1.75 2.25) - (xy -1.75 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 658dad07-97fd-466c-8b49-21892ac96ea4)) - (fp_poly - (pts - (xy -1.25 3.25) - (xy -1.25 2.75) - (xy -1.75 2.75) - (xy -1.75 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 935f462d-8b1e-4005-9f1e-17f537ab1756)) - (fp_poly - (pts - (xy -1.25 3.75) - (xy -1.25 3.25) - (xy -1.75 3.25) - (xy -1.75 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 29195ea4-8218-44a1-b4bf-466bee0082e4)) - (fp_poly - (pts - (xy -1.25 4.25) - (xy -1.25 3.75) - (xy -1.75 3.75) - (xy -1.75 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d9c6d5d2-0b49-49ba-a970-cd2c32f74c54)) - (fp_poly - (pts - (xy -1.25 4.75) - (xy -1.25 4.25) - (xy -1.75 4.25) - (xy -1.75 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a8447faf-e0a0-4c4a-ae53-4d4b28669151)) - (fp_poly - (pts - (xy -1.25 5.75) - (xy -1.25 5.25) - (xy -1.75 5.25) - (xy -1.75 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8d9a3ecc-539f-41da-8099-d37cea9c28e7)) - (fp_poly - (pts - (xy -1.25 6.75) - (xy -1.25 6.25) - (xy -1.75 6.25) - (xy -1.75 6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 965308c8-e014-459a-b9db-b8493a601c62)) - (fp_poly - (pts - (xy -1.25 7.25) - (xy -1.25 6.75) - (xy -1.75 6.75) - (xy -1.75 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4a21e717-d46d-4d9e-8b98-af4ecb02d3ec)) - (fp_poly - (pts - (xy -1.25 7.75) - (xy -1.25 7.25) - (xy -1.75 7.25) - (xy -1.75 7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp df32840e-2912-4088-b54c-9a85f64c0265)) - (fp_poly - (pts - (xy -1.25 8.25) - (xy -1.25 7.75) - (xy -1.75 7.75) - (xy -1.75 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1e8701fc-ad24-40ea-846a-e3db538d6077)) - (fp_poly - (pts - (xy -0.75 -7.75) - (xy -0.75 -8.25) - (xy -1.25 -8.25) - (xy -1.25 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 53e34696-241f-47e5-a477-f469335c8a61)) - (fp_poly - (pts - (xy -0.75 -6.75) - (xy -0.75 -7.25) - (xy -1.25 -7.25) - (xy -1.25 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 79476267-290e-445f-995b-0afd0e11a4b5)) - (fp_poly - (pts - (xy -0.75 -5.75) - (xy -0.75 -6.25) - (xy -1.25 -6.25) - (xy -1.25 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7d76d925-f900-42af-a03f-bb32d2381b09)) - (fp_poly - (pts - (xy -0.75 -5.25) - (xy -0.75 -5.75) - (xy -1.25 -5.75) - (xy -1.25 -5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 57276367-9ce4-4738-88d7-6e8cb94c966c)) - (fp_poly - (pts - (xy -0.75 -4.75) - (xy -0.75 -5.25) - (xy -1.25 -5.25) - (xy -1.25 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d4db7f11-8cfe-40d2-b021-b36f05241701)) - (fp_poly - (pts - (xy -0.75 -3.75) - (xy -0.75 -4.25) - (xy -1.25 -4.25) - (xy -1.25 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 28e37b45-f843-47c2-85c9-ca19f5430ece)) - (fp_poly - (pts - (xy -0.75 -2.75) - (xy -0.75 -3.25) - (xy -1.25 -3.25) - (xy -1.25 -2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fea7c5d1-76d6-41a0-b5e3-29889dbb8ce0)) - (fp_poly - (pts - (xy -0.75 -1.75) - (xy -0.75 -2.25) - (xy -1.25 -2.25) - (xy -1.25 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 795e68e2-c9ba-45cf-9bff-89b8fae05b5a)) - (fp_poly - (pts - (xy -0.75 -0.75) - (xy -0.75 -1.25) - (xy -1.25 -1.25) - (xy -1.25 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 71989e06-8659-4605-b2da-4f729cc41263)) - (fp_poly - (pts - (xy -0.75 0.75) - (xy -0.75 0.25) - (xy -1.25 0.25) - (xy -1.25 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4a850cb6-bb24-4274-a902-e49f34f0a0e3)) - (fp_poly - (pts - (xy -0.75 1.25) - (xy -0.75 0.75) - (xy -1.25 0.75) - (xy -1.25 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a53767ed-bb28-4f90-abe0-e0ea734812a4)) - (fp_poly - (pts - (xy -0.75 1.75) - (xy -0.75 1.25) - (xy -1.25 1.25) - (xy -1.25 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 37f31dec-63fc-4634-a141-5dc5d2b60fe4)) - (fp_poly - (pts - (xy -0.75 3.75) - (xy -0.75 3.25) - (xy -1.25 3.25) - (xy -1.25 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0ce8d3ab-2662-4158-8a2a-18b782908fc5)) - (fp_poly - (pts - (xy -0.75 4.25) - (xy -0.75 3.75) - (xy -1.25 3.75) - (xy -1.25 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e1535036-5d36-405f-bb86-3819621c4f23)) - (fp_poly - (pts - (xy -0.75 4.75) - (xy -0.75 4.25) - (xy -1.25 4.25) - (xy -1.25 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7f2301df-e4bc-479e-a681-cc59c9a2dbbb)) - (fp_poly - (pts - (xy -0.75 5.25) - (xy -0.75 4.75) - (xy -1.25 4.75) - (xy -1.25 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 994b6220-4755-4d84-91b3-6122ac1c2c5e)) - (fp_poly - (pts - (xy -0.75 5.75) - (xy -0.75 5.25) - (xy -1.25 5.25) - (xy -1.25 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 676efd2f-1c48-4786-9e4b-2444f1e8f6ff)) - (fp_poly - (pts - (xy -0.75 6.25) - (xy -0.75 5.75) - (xy -1.25 5.75) - (xy -1.25 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5bcace5d-edd0-4e19-92d0-835e43cf8eb2)) - (fp_poly - (pts - (xy -0.75 6.75) - (xy -0.75 6.25) - (xy -1.25 6.25) - (xy -1.25 6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0c3dceba-7c95-4b3d-b590-0eb581444beb)) - (fp_poly - (pts - (xy -0.75 7.25) - (xy -0.75 6.75) - (xy -1.25 6.75) - (xy -1.25 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0755aee5-bc01-4cb5-b830-583289df50a3)) - (fp_poly - (pts - (xy -0.75 7.75) - (xy -0.75 7.25) - (xy -1.25 7.25) - (xy -1.25 7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8412992d-8754-44de-9e08-115cec1a3eff)) - (fp_poly - (pts - (xy -0.75 8.25) - (xy -0.75 7.75) - (xy -1.25 7.75) - (xy -1.25 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 25d545dc-8f50-4573-922c-35ef5a2a3a19)) - (fp_poly - (pts - (xy -0.25 -7.75) - (xy -0.25 -8.25) - (xy -0.75 -8.25) - (xy -0.75 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8cdc8ef9-532e-4bf5-9998-7213b9e692a2)) - (fp_poly - (pts - (xy -0.25 -7.25) - (xy -0.25 -7.75) - (xy -0.75 -7.75) - (xy -0.75 -7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1241b7f2-e266-4f5c-8a97-9f0f9d0eef37)) - (fp_poly - (pts - (xy -0.25 -6.75) - (xy -0.25 -7.25) - (xy -0.75 -7.25) - (xy -0.75 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5d3d7893-1d11-4f1d-9052-85cf0e07d281)) - (fp_poly - (pts - (xy -0.25 -6.25) - (xy -0.25 -6.75) - (xy -0.75 -6.75) - (xy -0.75 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d1eca865-05c5-48a4-96cf-ed5f8a640e25)) - (fp_poly - (pts - (xy -0.25 -5.75) - (xy -0.25 -6.25) - (xy -0.75 -6.25) - (xy -0.75 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 011ee658-718d-416a-85fd-961729cd1ee5)) - (fp_poly - (pts - (xy -0.25 -3.25) - (xy -0.25 -3.75) - (xy -0.75 -3.75) - (xy -0.75 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 45884597-7014-4461-83ee-9975c42b9a53)) - (fp_poly - (pts - (xy -0.25 -1.25) - (xy -0.25 -1.75) - (xy -0.75 -1.75) - (xy -0.75 -1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f)) - (fp_poly - (pts - (xy -0.25 -0.75) - (xy -0.25 -1.25) - (xy -0.75 -1.25) - (xy -0.75 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 088f77ba-fca9-42b3-876e-a6937267f957)) - (fp_poly - (pts - (xy -0.25 -0.25) - (xy -0.25 -0.75) - (xy -0.75 -0.75) - (xy -0.75 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8)) - (fp_poly - (pts - (xy -0.25 0.25) - (xy -0.25 -0.25) - (xy -0.75 -0.25) - (xy -0.75 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8195a7cf-4576-44dd-9e0e-ee048fdb93dd)) - (fp_poly - (pts - (xy -0.25 0.75) - (xy -0.25 0.25) - (xy -0.75 0.25) - (xy -0.75 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6b7c1048-12b6-46b2-b762-fa3ad30472dd)) - (fp_poly - (pts - (xy -0.25 1.25) - (xy -0.25 0.75) - (xy -0.75 0.75) - (xy -0.75 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f9403623-c00c-4b71-bc5c-d763ff009386)) - (fp_poly - (pts - (xy -0.25 1.75) - (xy -0.25 1.25) - (xy -0.75 1.25) - (xy -0.75 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 88668202-3f0b-4d07-84d4-dcd790f57272)) - (fp_poly - (pts - (xy -0.25 2.25) - (xy -0.25 1.75) - (xy -0.75 1.75) - (xy -0.75 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d39d813e-3e64-490c-ba5c-a64bb5ad6bd0)) - (fp_poly - (pts - (xy -0.25 2.75) - (xy -0.25 2.25) - (xy -0.75 2.25) - (xy -0.75 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6e68f0cd-800e-4167-9553-71fc59da1eeb)) - (fp_poly - (pts - (xy -0.25 4.75) - (xy -0.25 4.25) - (xy -0.75 4.25) - (xy -0.75 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 65134029-dbd2-409a-85a8-13c2a33ff019)) - (fp_poly - (pts - (xy -0.25 6.75) - (xy -0.25 6.25) - (xy -0.75 6.25) - (xy -0.75 6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp abe07c9a-17c3-43b5-b7a6-ae867ac27ea7)) - (fp_poly - (pts - (xy -0.25 7.25) - (xy -0.25 6.75) - (xy -0.75 6.75) - (xy -0.75 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4fb21471-41be-4be8-9687-66030f97befc)) - (fp_poly - (pts - (xy -0.25 7.75) - (xy -0.25 7.25) - (xy -0.75 7.25) - (xy -0.75 7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ffd175d1-912a-4224-be1e-a8198680f46b)) - (fp_poly - (pts - (xy -0.25 8.25) - (xy -0.25 7.75) - (xy -0.75 7.75) - (xy -0.75 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c830e3bc-dc64-4f65-8f47-3b106bae2807)) - (fp_poly - (pts - (xy 0.25 -7.25) - (xy 0.25 -7.75) - (xy -0.25 -7.75) - (xy -0.25 -7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0ceb97d6-1b0f-4b71-921e-b0955c30c998)) - (fp_poly - (pts - (xy 0.25 -5.75) - (xy 0.25 -6.25) - (xy -0.25 -6.25) - (xy -0.25 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 72508b1f-1505-46cb-9d37-2081c5a12aca)) - (fp_poly - (pts - (xy 0.25 -4.75) - (xy 0.25 -5.25) - (xy -0.25 -5.25) - (xy -0.25 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cb721686-5255-4788-a3b0-ce4312e32eb7)) - (fp_poly - (pts - (xy 0.25 -4.25) - (xy 0.25 -4.75) - (xy -0.25 -4.75) - (xy -0.25 -4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8458d41c-5d62-455d-b6e1-9f718c0faac9)) - (fp_poly - (pts - (xy 0.25 -3.25) - (xy 0.25 -3.75) - (xy -0.25 -3.75) - (xy -0.25 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2454fd1b-3484-4838-8b7e-d26357238fe1)) - (fp_poly - (pts - (xy 0.25 -2.25) - (xy 0.25 -2.75) - (xy -0.25 -2.75) - (xy -0.25 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 477892a1-722e-4cda-bb6c-fcdb8ba5f93e)) - (fp_poly - (pts - (xy 0.25 -1.75) - (xy 0.25 -2.25) - (xy -0.25 -2.25) - (xy -0.25 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 143ed874-a01f-4ced-ba4e-bbb66ddd1f70)) - (fp_poly - (pts - (xy 0.25 -0.75) - (xy 0.25 -1.25) - (xy -0.25 -1.25) - (xy -0.25 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f66398f1-1ae7-4d4d-939f-958c174c6bce)) - (fp_poly - (pts - (xy 0.25 0.25) - (xy 0.25 -0.25) - (xy -0.25 -0.25) - (xy -0.25 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e0f06b5c-de63-4833-a591-ca9e19217a35)) - (fp_poly - (pts - (xy 0.25 1.25) - (xy 0.25 0.75) - (xy -0.25 0.75) - (xy -0.25 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e4aa537c-eb9d-4dbb-ac87-fae46af42391)) - (fp_poly - (pts - (xy 0.25 2.75) - (xy 0.25 2.25) - (xy -0.25 2.25) - (xy -0.25 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 22999e73-da32-43a5-9163-4b3a41614f25)) - (fp_poly - (pts - (xy 0.25 3.75) - (xy 0.25 3.25) - (xy -0.25 3.25) - (xy -0.25 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b0906e10-2fbc-4309-a8b4-6fc4cd1a5490)) - (fp_poly - (pts - (xy 0.25 4.75) - (xy 0.25 4.25) - (xy -0.25 4.25) - (xy -0.25 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 98c78427-acd5-4f90-9ad6-9f61c4809aec)) - (fp_poly - (pts - (xy 0.25 5.75) - (xy 0.25 5.25) - (xy -0.25 5.25) - (xy -0.25 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 37e8181c-a81e-498b-b2e2-0aef0c391059)) - (fp_poly - (pts - (xy 0.25 6.25) - (xy 0.25 5.75) - (xy -0.25 5.75) - (xy -0.25 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cb24efdd-07c6-4317-9277-131625b065ac)) - (fp_poly - (pts - (xy 0.25 7.25) - (xy 0.25 6.75) - (xy -0.25 6.75) - (xy -0.25 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7599133e-c681-4202-85d9-c20dac196c64)) - (fp_poly - (pts - (xy 0.25 8.25) - (xy 0.25 7.75) - (xy -0.25 7.75) - (xy -0.25 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c43663ee-9a0d-4f27-a292-89ba89964065)) - (fp_poly - (pts - (xy 0.75 -5.75) - (xy 0.75 -6.25) - (xy 0.25 -6.25) - (xy 0.25 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eed466bf-cd88-4860-9abf-41a594ca08bd)) - (fp_poly - (pts - (xy 0.75 -5.25) - (xy 0.75 -5.75) - (xy 0.25 -5.75) - (xy 0.25 -5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bdf40d30-88ff-4479-bad1-69529464b61b)) - (fp_poly - (pts - (xy 0.75 -4.25) - (xy 0.75 -4.75) - (xy 0.25 -4.75) - (xy 0.25 -4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4d4fecdd-be4a-47e9-9085-2268d5852d8f)) - (fp_poly - (pts - (xy 0.75 -3.25) - (xy 0.75 -3.75) - (xy 0.25 -3.75) - (xy 0.25 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ae77c3c8-1144-468e-ad5b-a0b4090735bd)) - (fp_poly - (pts - (xy 0.75 -2.75) - (xy 0.75 -3.25) - (xy 0.25 -3.25) - (xy 0.25 -2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f1a9fb80-4cc4-410f-9616-e19c969dcab5)) - (fp_poly - (pts - (xy 0.75 -2.25) - (xy 0.75 -2.75) - (xy 0.25 -2.75) - (xy 0.25 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4d586a18-26c5-441e-a9ff-8125ee516126)) - (fp_poly - (pts - (xy 0.75 2.75) - (xy 0.75 2.25) - (xy 0.25 2.25) - (xy 0.25 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a4f86a46-3bc8-4daa-9125-a63f297eb114)) - (fp_poly - (pts - (xy 0.75 3.25) - (xy 0.75 2.75) - (xy 0.25 2.75) - (xy 0.25 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 057af6bb-cf6f-4bfb-b0c0-2e92a2c09a47)) - (fp_poly - (pts - (xy 0.75 3.75) - (xy 0.75 3.25) - (xy 0.25 3.25) - (xy 0.25 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459)) - (fp_poly - (pts - (xy 0.75 4.75) - (xy 0.75 4.25) - (xy 0.25 4.25) - (xy 0.25 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8087f566-a94d-4bbc-985b-e49ee7762296)) - (fp_poly - (pts - (xy 0.75 5.25) - (xy 0.75 4.75) - (xy 0.25 4.75) - (xy 0.25 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 097edb1b-8998-4e70-b670-bba125982348)) - (fp_poly - (pts - (xy 0.75 5.75) - (xy 0.75 5.25) - (xy 0.25 5.25) - (xy 0.25 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cfa5c16e-7859-460d-a0b8-cea7d7ea629c)) - (fp_poly - (pts - (xy 1.25 -7.25) - (xy 1.25 -7.75) - (xy 0.75 -7.75) - (xy 0.75 -7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a7f25f41-0b4c-4430-b6cd-b2160b2db099)) - (fp_poly - (pts - (xy 1.25 -6.25) - (xy 1.25 -6.75) - (xy 0.75 -6.75) - (xy 0.75 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b287f145-851e-45cc-b200-e62677b551d5)) - (fp_poly - (pts - (xy 1.25 -4.75) - (xy 1.25 -5.25) - (xy 0.75 -5.25) - (xy 0.75 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f959907b-1cef-4760-b043-4260a660a2ae)) - (fp_poly - (pts - (xy 1.25 -4.25) - (xy 1.25 -4.75) - (xy 0.75 -4.75) - (xy 0.75 -4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3326423d-8df7-4a7e-a354-349430b8fbd7)) - (fp_poly - (pts - (xy 1.25 -3.25) - (xy 1.25 -3.75) - (xy 0.75 -3.75) - (xy 0.75 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c3c499b1-9227-4e4b-9982-f9f1aa6203b9)) - (fp_poly - (pts - (xy 1.25 -2.25) - (xy 1.25 -2.75) - (xy 0.75 -2.75) - (xy 0.75 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9186fd02-f30d-4e17-aa38-378ab73e3908)) - (fp_poly - (pts - (xy 1.25 -1.25) - (xy 1.25 -1.75) - (xy 0.75 -1.75) - (xy 0.75 -1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 38a501e2-0ee8-439d-bd02-e9e90e7503e9)) - (fp_poly - (pts - (xy 1.25 -0.75) - (xy 1.25 -1.25) - (xy 0.75 -1.25) - (xy 0.75 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6f80f798-dc24-438f-a1eb-4ee2936267c8)) - (fp_poly - (pts - (xy 1.25 0.25) - (xy 1.25 -0.25) - (xy 0.75 -0.25) - (xy 0.75 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0ae82096-0994-4fb0-9a2a-d4ac4804abac)) - (fp_poly - (pts - (xy 1.25 1.25) - (xy 1.25 0.75) - (xy 0.75 0.75) - (xy 0.75 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6d1d60ff-408a-47a7-892f-c5cf9ef6ca75)) - (fp_poly - (pts - (xy 1.25 2.25) - (xy 1.25 1.75) - (xy 0.75 1.75) - (xy 0.75 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 59ec3156-036e-4049-89db-91a9dd07095f)) - (fp_poly - (pts - (xy 1.25 3.75) - (xy 1.25 3.25) - (xy 0.75 3.25) - (xy 0.75 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 382ca670-6ae8-4de6-90f9-f241d1337171)) - (fp_poly - (pts - (xy 1.25 4.75) - (xy 1.25 4.25) - (xy 0.75 4.25) - (xy 0.75 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f4eb0267-179f-46c9-b516-9bfb06bac1ba)) - (fp_poly - (pts - (xy 1.25 5.75) - (xy 1.25 5.25) - (xy 0.75 5.25) - (xy 0.75 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b447dbb1-d38e-4a15-93cb-12c25382ea53)) - (fp_poly - (pts - (xy 1.25 6.75) - (xy 1.25 6.25) - (xy 0.75 6.25) - (xy 0.75 6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 730b670c-9bcf-4dcd-9a8d-fcaa61fb0955)) - (fp_poly - (pts - (xy 1.25 7.25) - (xy 1.25 6.75) - (xy 0.75 6.75) - (xy 0.75 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp dde51ae5-b215-445e-92bb-4a12ec410531)) - (fp_poly - (pts - (xy 1.25 8.25) - (xy 1.25 7.75) - (xy 0.75 7.75) - (xy 0.75 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp aca4de92-9c41-4c2b-9afa-540d02dafa1c)) - (fp_poly - (pts - (xy 1.75 -5.25) - (xy 1.75 -5.75) - (xy 1.25 -5.75) - (xy 1.25 -5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c9b9e62d-dede-4d1a-9a05-275614f8bdb2)) - (fp_poly - (pts - (xy 1.75 -4.25) - (xy 1.75 -4.75) - (xy 1.25 -4.75) - (xy 1.25 -4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4ec618ae-096f-4256-9328-005ee04f13d6)) - (fp_poly - (pts - (xy 1.75 -3.75) - (xy 1.75 -4.25) - (xy 1.25 -4.25) - (xy 1.25 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f8f3a9fc-1e34-4573-a767-508104e8d242)) - (fp_poly - (pts - (xy 1.75 -2.75) - (xy 1.75 -3.25) - (xy 1.25 -3.25) - (xy 1.25 -2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9186dae5-6dc3-4744-9f90-e697559c6ac8)) - (fp_poly - (pts - (xy 1.75 -2.25) - (xy 1.75 -2.75) - (xy 1.25 -2.75) - (xy 1.25 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp aa130053-a451-4f12-97f7-3d4d891a5f83)) - (fp_poly - (pts - (xy 1.75 -1.75) - (xy 1.75 -2.25) - (xy 1.25 -2.25) - (xy 1.25 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 71f92193-19b0-44ed-bc7f-77535083d769)) - (fp_poly - (pts - (xy 1.75 3.25) - (xy 1.75 2.75) - (xy 1.25 2.75) - (xy 1.25 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cb16d05e-318b-4e51-867b-70d791d75bea)) - (fp_poly - (pts - (xy 1.75 3.75) - (xy 1.75 3.25) - (xy 1.25 3.25) - (xy 1.25 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp feb26ecb-9193-46ea-a41b-d09305bf0a3e)) - (fp_poly - (pts - (xy 1.75 4.25) - (xy 1.75 3.75) - (xy 1.25 3.75) - (xy 1.25 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 82be7aae-5d06-4178-8c3e-98760c41b054)) - (fp_poly - (pts - (xy 1.75 5.25) - (xy 1.75 4.75) - (xy 1.25 4.75) - (xy 1.25 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 477311b9-8f81-40c8-9c55-fd87e287247a)) - (fp_poly - (pts - (xy 1.75 5.75) - (xy 1.75 5.25) - (xy 1.25 5.25) - (xy 1.25 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6c67e4f6-9d04-4539-b356-b76e915ce848)) - (fp_poly - (pts - (xy 1.75 6.25) - (xy 1.75 5.75) - (xy 1.25 5.75) - (xy 1.25 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6c2d26bc-6eca-436c-8025-79f817bf57d6)) - (fp_poly - (pts - (xy 2.25 -7.25) - (xy 2.25 -7.75) - (xy 1.75 -7.75) - (xy 1.75 -7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b8b961e9-8a60-45fc-999a-a7a3baff4e0d)) - (fp_poly - (pts - (xy 2.25 -5.75) - (xy 2.25 -6.25) - (xy 1.75 -6.25) - (xy 1.75 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 802c2dc3-ca9f-491e-9d66-7893e89ac34c)) - (fp_poly - (pts - (xy 2.25 -4.75) - (xy 2.25 -5.25) - (xy 1.75 -5.25) - (xy 1.75 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 30317bf0-88bb-49e7-bf8b-9f3883982225)) - (fp_poly - (pts - (xy 2.25 -4.25) - (xy 2.25 -4.75) - (xy 1.75 -4.75) - (xy 1.75 -4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 92035a88-6c95-4a61-bd8a-cb8dd9e5018a)) - (fp_poly - (pts - (xy 2.25 -3.25) - (xy 2.25 -3.75) - (xy 1.75 -3.75) - (xy 1.75 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fb30f9bb-6a0b-4d8a-82b0-266eab794bc6)) - (fp_poly - (pts - (xy 2.25 -2.25) - (xy 2.25 -2.75) - (xy 1.75 -2.75) - (xy 1.75 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e7369115-d491-4ef3-be3d-f5298992c3e8)) - (fp_poly - (pts - (xy 2.25 -1.75) - (xy 2.25 -2.25) - (xy 1.75 -2.25) - (xy 1.75 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fd3499d5-6fd2-49a4-bdb0-109cee899fde)) - (fp_poly - (pts - (xy 2.25 -0.75) - (xy 2.25 -1.25) - (xy 1.75 -1.25) - (xy 1.75 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f78e02cd-9600-4173-be8d-67e530b5d19f)) - (fp_poly - (pts - (xy 2.25 0.25) - (xy 2.25 -0.25) - (xy 1.75 -0.25) - (xy 1.75 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9)) - (fp_poly - (pts - (xy 2.25 1.25) - (xy 2.25 0.75) - (xy 1.75 0.75) - (xy 1.75 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b6135480-ace6-42b2-9c47-856ef57cded1)) - (fp_poly - (pts - (xy 2.25 2.75) - (xy 2.25 2.25) - (xy 1.75 2.25) - (xy 1.75 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 81a15393-727e-448b-a777-b18773023d89)) - (fp_poly - (pts - (xy 2.25 3.75) - (xy 2.25 3.25) - (xy 1.75 3.25) - (xy 1.75 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5cf2db29-f7ab-499a-9907-cdeba64bf0f3)) - (fp_poly - (pts - (xy 2.25 4.75) - (xy 2.25 4.25) - (xy 1.75 4.25) - (xy 1.75 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3a52f112-cb97-43db-aaeb-20afe27664d7)) - (fp_poly - (pts - (xy 2.25 5.75) - (xy 2.25 5.25) - (xy 1.75 5.25) - (xy 1.75 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 275aa44a-b61f-489f-9e2a-819a0fe0d1eb)) - (fp_poly - (pts - (xy 2.25 6.25) - (xy 2.25 5.75) - (xy 1.75 5.75) - (xy 1.75 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2dc272bd-3aa2-45b5-889d-1d3c8aac80f8)) - (fp_poly - (pts - (xy 2.25 7.25) - (xy 2.25 6.75) - (xy 1.75 6.75) - (xy 1.75 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 70e15522-1572-4451-9c0d-6d36ac70d8c6)) - (fp_poly - (pts - (xy 2.25 8.25) - (xy 2.25 7.75) - (xy 1.75 7.75) - (xy 1.75 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d7269d2a-b8c0-422d-8f25-f79ea31bf75e)) - (fp_poly - (pts - (xy 2.75 -7.75) - (xy 2.75 -8.25) - (xy 2.25 -8.25) - (xy 2.25 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 88002554-c459-46e5-8b22-6ea6fe07fd4c)) - (fp_poly - (pts - (xy 2.75 -7.25) - (xy 2.75 -7.75) - (xy 2.25 -7.75) - (xy 2.25 -7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 35ef9c4a-35f6-467b-a704-b1d9354880cf)) - (fp_poly - (pts - (xy 2.75 -6.75) - (xy 2.75 -7.25) - (xy 2.25 -7.25) - (xy 2.25 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 008da5b9-6f95-4113-b7d0-d93ac62efd33)) - (fp_poly - (pts - (xy 2.75 -6.25) - (xy 2.75 -6.75) - (xy 2.25 -6.75) - (xy 2.25 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9565d2ee-a4f1-4d08-b2c9-0264233a0d2b)) - (fp_poly - (pts - (xy 2.75 -3.75) - (xy 2.75 -4.25) - (xy 2.25 -4.25) - (xy 2.25 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 180245d9-4a3f-4d1b-adcc-b4eafac722e0)) - (fp_poly - (pts - (xy 2.75 -1.75) - (xy 2.75 -2.25) - (xy 2.25 -2.25) - (xy 2.25 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2891767f-251c-48c4-91c0-deb1b368f45c)) - (fp_poly - (pts - (xy 2.75 -1.25) - (xy 2.75 -1.75) - (xy 2.25 -1.75) - (xy 2.25 -1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 70e4263f-d95a-4431-b3f3-cfc800c82056)) - (fp_poly - (pts - (xy 2.75 -0.75) - (xy 2.75 -1.25) - (xy 2.25 -1.25) - (xy 2.25 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 26801cfb-b53b-4a6a-a2f4-5f4986565765)) - (fp_poly - (pts - (xy 2.75 -0.25) - (xy 2.75 -0.75) - (xy 2.25 -0.75) - (xy 2.25 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e1c30a32-820e-4b17-aec9-5cb8b76f0ccc)) - (fp_poly - (pts - (xy 2.75 0.25) - (xy 2.75 -0.25) - (xy 2.25 -0.25) - (xy 2.25 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4107d40a-e5df-4255-aacc-13f9928e090c)) - (fp_poly - (pts - (xy 2.75 0.75) - (xy 2.75 0.25) - (xy 2.25 0.25) - (xy 2.25 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0cc45b5b-96b3-4284-9cae-a3a9e324a916)) - (fp_poly - (pts - (xy 2.75 1.25) - (xy 2.75 0.75) - (xy 2.25 0.75) - (xy 2.25 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 970e0f64-111f-41e3-9f5a-fb0d0f6fa101)) - (fp_poly - (pts - (xy 2.75 1.75) - (xy 2.75 1.25) - (xy 2.25 1.25) - (xy 2.25 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c24d6ac8-802d-4df3-a210-9cb1f693e865)) - (fp_poly - (pts - (xy 2.75 2.25) - (xy 2.75 1.75) - (xy 2.25 1.75) - (xy 2.25 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 926001fd-2747-4639-8c0f-4fc46ff7218d)) - (fp_poly - (pts - (xy 2.75 4.25) - (xy 2.75 3.75) - (xy 2.25 3.75) - (xy 2.25 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e65b62be-e01b-4688-a999-1d1be370c4ae)) - (fp_poly - (pts - (xy 2.75 6.25) - (xy 2.75 5.75) - (xy 2.25 5.75) - (xy 2.25 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5114c7bf-b955-49f3-a0a8-4b954c81bde0)) - (fp_poly - (pts - (xy 2.75 6.75) - (xy 2.75 6.25) - (xy 2.25 6.25) - (xy 2.25 6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8a650ebf-3f78-4ca4-a26b-a5028693e36d)) - (fp_poly - (pts - (xy 2.75 7.25) - (xy 2.75 6.75) - (xy 2.25 6.75) - (xy 2.25 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d3d7e298-1d39-4294-a3ab-c84cc0dc5e5a)) - (fp_poly - (pts - (xy 2.75 7.75) - (xy 2.75 7.25) - (xy 2.25 7.25) - (xy 2.25 7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 13c0ff76-ed71-4cd9-abb0-92c376825d5d)) - (fp_poly - (pts - (xy 2.75 8.25) - (xy 2.75 7.75) - (xy 2.25 7.75) - (xy 2.25 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e8c50f1b-c316-4110-9cce-5c24c65a1eaa)) - (fp_poly - (pts - (xy 3.25 -7.75) - (xy 3.25 -8.25) - (xy 2.75 -8.25) - (xy 2.75 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5a222fb6-5159-4931-9015-19df65643140)) - (fp_poly - (pts - (xy 3.25 -6.75) - (xy 3.25 -7.25) - (xy 2.75 -7.25) - (xy 2.75 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp aeb03be9-98f0-43f6-9432-1bb35aa04bab)) - (fp_poly - (pts - (xy 3.25 -5.75) - (xy 3.25 -6.25) - (xy 2.75 -6.25) - (xy 2.75 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce)) - (fp_poly - (pts - (xy 3.25 -5.25) - (xy 3.25 -5.75) - (xy 2.75 -5.75) - (xy 2.75 -5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0a1a4d88-972a-46ce-b25e-6cb796bd41f7)) - (fp_poly - (pts - (xy 3.25 -4.75) - (xy 3.25 -5.25) - (xy 2.75 -5.25) - (xy 2.75 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3e915099-a18e-49f4-89bb-abe64c2dade5)) - (fp_poly - (pts - (xy 3.25 -3.75) - (xy 3.25 -4.25) - (xy 2.75 -4.25) - (xy 2.75 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 54212c01-b363-47b8-a145-45c40df316f4)) - (fp_poly - (pts - (xy 3.25 -2.75) - (xy 3.25 -3.25) - (xy 2.75 -3.25) - (xy 2.75 -2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3f43d730-2a73-49fe-9672-32428e7f5b49)) - (fp_poly - (pts - (xy 3.25 -1.75) - (xy 3.25 -2.25) - (xy 2.75 -2.25) - (xy 2.75 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9bac9ad3-a7b9-47f0-87c7-d8630653df68)) - (fp_poly - (pts - (xy 3.25 -0.25) - (xy 3.25 -0.75) - (xy 2.75 -0.75) - (xy 2.75 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 89c0bc4d-eee5-4a77-ac35-d30b35db5cbe)) - (fp_poly - (pts - (xy 3.25 0.75) - (xy 3.25 0.25) - (xy 2.75 0.25) - (xy 2.75 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f6c644f4-3036-41a6-9e14-2c08c079c6cd)) - (fp_poly - (pts - (xy 3.25 1.75) - (xy 3.25 1.25) - (xy 2.75 1.25) - (xy 2.75 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c106154f-d948-43e5-abfa-e1b96055d91b)) - (fp_poly - (pts - (xy 3.25 2.75) - (xy 3.25 2.25) - (xy 2.75 2.25) - (xy 2.75 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ec5c2062-3a41-4636-8803-069e60a1641a)) - (fp_poly - (pts - (xy 3.25 3.25) - (xy 3.25 2.75) - (xy 2.75 2.75) - (xy 2.75 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4632212f-13ce-4392-bc68-ccb9ba333770)) - (fp_poly - (pts - (xy 3.25 4.25) - (xy 3.25 3.75) - (xy 2.75 3.75) - (xy 2.75 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 814763c2-92e5-4a2c-941c-9bbd073f6e87)) - (fp_poly - (pts - (xy 3.25 5.25) - (xy 3.25 4.75) - (xy 2.75 4.75) - (xy 2.75 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 84e5506c-143e-495f-9aa4-d3a71622f213)) - (fp_poly - (pts - (xy 3.25 6.25) - (xy 3.25 5.75) - (xy 2.75 5.75) - (xy 2.75 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 182b2d54-931d-49d6-9f39-60a752623e36)) - (fp_poly - (pts - (xy 3.25 7.75) - (xy 3.25 7.25) - (xy 2.75 7.25) - (xy 2.75 7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a27eb049-c992-4f11-a026-1e6a8d9d0160)) - (fp_poly - (pts - (xy 3.75 -5.25) - (xy 3.75 -5.75) - (xy 3.25 -5.75) - (xy 3.25 -5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 36d783e7-096f-4c97-9672-7e08c083b87b)) - (fp_poly - (pts - (xy 3.75 -4.25) - (xy 3.75 -4.75) - (xy 3.25 -4.75) - (xy 3.25 -4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c8b6b273-3d20-4a46-8069-f6d608563604)) - (fp_poly - (pts - (xy 3.75 -3.75) - (xy 3.75 -4.25) - (xy 3.25 -4.25) - (xy 3.25 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 99dfa524-0366-4808-b4e8-328fc38e8656)) - (fp_poly - (pts - (xy 3.75 -2.75) - (xy 3.75 -3.25) - (xy 3.25 -3.25) - (xy 3.25 -2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a24ce0e2-fdd3-4e6a-b754-5dee9713dd27)) - (fp_poly - (pts - (xy 3.75 -2.25) - (xy 3.75 -2.75) - (xy 3.25 -2.75) - (xy 3.25 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 60ff6322-62e2-4602-9bc0-7a0f0a5ecfbf)) - (fp_poly - (pts - (xy 3.75 -1.75) - (xy 3.75 -2.25) - (xy 3.25 -2.25) - (xy 3.25 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e7e08b48-3d04-49da-8349-6de530a20c67)) - (fp_poly - (pts - (xy 3.75 3.25) - (xy 3.75 2.75) - (xy 3.25 2.75) - (xy 3.25 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 173f6f06-e7d0-42ac-ab03-ce6b79b9eeee)) - (fp_poly - (pts - (xy 3.75 3.75) - (xy 3.75 3.25) - (xy 3.25 3.25) - (xy 3.25 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 29e058a7-50a3-43e5-81c3-bfee53da08be)) - (fp_poly - (pts - (xy 3.75 4.25) - (xy 3.75 3.75) - (xy 3.25 3.75) - (xy 3.25 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 15fe8f3d-6077-4e0e-81d0-8ec3f4538981)) - (fp_poly - (pts - (xy 3.75 5.75) - (xy 3.75 5.25) - (xy 3.25 5.25) - (xy 3.25 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5ca4be1c-537e-4a4a-b344-d0c8ffde8546)) - (fp_poly - (pts - (xy 3.75 6.25) - (xy 3.75 5.75) - (xy 3.25 5.75) - (xy 3.25 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f202141e-c20d-4cac-b016-06a44f2ecce8)) - (fp_poly - (pts - (xy 3.75 7.25) - (xy 3.75 6.75) - (xy 3.25 6.75) - (xy 3.25 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6d26d68f-1ca7-4ff3-b058-272f1c399047)) - (fp_poly - (pts - (xy 3.75 7.75) - (xy 3.75 7.25) - (xy 3.25 7.25) - (xy 3.25 7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 378af8b4-af3d-46e7-89ae-deff12ca9067)) - (fp_poly - (pts - (xy 4.25 -7.75) - (xy 4.25 -8.25) - (xy 3.75 -8.25) - (xy 3.75 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7ce7415d-7c22-49f6-8215-488853ccc8c6)) - (fp_poly - (pts - (xy 4.25 -6.75) - (xy 4.25 -7.25) - (xy 3.75 -7.25) - (xy 3.75 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1bdd5841-68b7-42e2-9447-cbdb608d8a08)) - (fp_poly - (pts - (xy 4.25 -6.25) - (xy 4.25 -6.75) - (xy 3.75 -6.75) - (xy 3.75 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ae0e6b31-27d7-4383-a4fc-7557b0a19382)) - (fp_poly - (pts - (xy 4.25 -5.25) - (xy 4.25 -5.75) - (xy 3.75 -5.75) - (xy 3.75 -5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cb6062da-8dcd-4826-92fd-4071e9e97213)) - (fp_poly - (pts - (xy 4.25 -4.75) - (xy 4.25 -5.25) - (xy 3.75 -5.25) - (xy 3.75 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eab9c52c-3aa0-43a7-bc7f-7e234ff1e9f4)) - (fp_poly - (pts - (xy 4.25 -3.75) - (xy 4.25 -4.25) - (xy 3.75 -4.25) - (xy 3.75 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7bfba61b-6752-4a45-9ee6-5984dcb15041)) - (fp_poly - (pts - (xy 4.25 -2.75) - (xy 4.25 -3.25) - (xy 3.75 -3.25) - (xy 3.75 -2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 98b00c9d-9188-4bce-aa70-92d12dd9cf82)) - (fp_poly - (pts - (xy 4.25 -1.25) - (xy 4.25 -1.75) - (xy 3.75 -1.75) - (xy 3.75 -1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 00e38d63-5436-49db-81f5-697421f168fc)) - (fp_poly - (pts - (xy 4.25 -0.25) - (xy 4.25 -0.75) - (xy 3.75 -0.75) - (xy 3.75 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d21cc5e4-177a-4e1d-a8d5-060ed33e5b8e)) - (fp_poly - (pts - (xy 4.25 0.75) - (xy 4.25 0.25) - (xy 3.75 0.25) - (xy 3.75 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f1447ad6-651c-45be-a2d6-33bddf672c2c)) - (fp_poly - (pts - (xy 4.25 1.75) - (xy 4.25 1.25) - (xy 3.75 1.25) - (xy 3.75 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f449bd37-cc90-4487-aee6-2a20b8d2843a)) - (fp_poly - (pts - (xy 4.25 2.25) - (xy 4.25 1.75) - (xy 3.75 1.75) - (xy 3.75 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 597a11f2-5d2c-4a65-ac95-38ad106e1367)) - (fp_poly - (pts - (xy 4.25 3.25) - (xy 4.25 2.75) - (xy 3.75 2.75) - (xy 3.75 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2e842263-c0ba-46fd-a760-6624d4c78278)) - (fp_poly - (pts - (xy 4.25 4.25) - (xy 4.25 3.75) - (xy 3.75 3.75) - (xy 3.75 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e40e8cef-4fb0-4fc3-be09-3875b2cc8469)) - (fp_poly - (pts - (xy 4.25 4.75) - (xy 4.25 4.25) - (xy 3.75 4.25) - (xy 3.75 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 41acfe41-fac7-432a-a7a3-946566e2d504)) - (fp_poly - (pts - (xy 4.25 5.25) - (xy 4.25 4.75) - (xy 3.75 4.75) - (xy 3.75 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2d67a417-188f-4014-9282-000265d80009)) - (fp_poly - (pts - (xy 4.25 5.75) - (xy 4.25 5.25) - (xy 3.75 5.25) - (xy 3.75 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 57c0c267-8bf9-4cc7-b734-d71a239ac313)) - (fp_poly - (pts - (xy 4.25 6.25) - (xy 4.25 5.75) - (xy 3.75 5.75) - (xy 3.75 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a17904b9-135e-4dae-ae20-401c7787de72)) - (fp_poly - (pts - (xy 4.25 7.75) - (xy 4.25 7.25) - (xy 3.75 7.25) - (xy 3.75 7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0ff508fd-18da-4ab7-9844-3c8a28c2587e)) - (fp_poly - (pts - (xy 4.25 8.25) - (xy 4.25 7.75) - (xy 3.75 7.75) - (xy 3.75 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp babeabf2-f3b0-4ed5-8d9e-0215947e6cf3)) - (fp_poly - (pts - (xy 4.75 -3.25) - (xy 4.75 -3.75) - (xy 4.25 -3.75) - (xy 4.25 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ce72ea62-9343-4a4f-81bf-8ac601f5d005)) - (fp_poly - (pts - (xy 4.75 -2.25) - (xy 4.75 -2.75) - (xy 4.25 -2.75) - (xy 4.25 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4ba06b66-7669-4c70-b585-f5d4c9c33527)) - (fp_poly - (pts - (xy 4.75 -1.25) - (xy 4.75 -1.75) - (xy 4.25 -1.75) - (xy 4.25 -1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00)) - (fp_poly - (pts - (xy 4.75 -0.75) - (xy 4.75 -1.25) - (xy 4.25 -1.25) - (xy 4.25 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp aa79024d-ca7e-4c24-b127-7df08bbd0c75)) - (fp_poly - (pts - (xy 4.75 0.25) - (xy 4.75 -0.25) - (xy 4.25 -0.25) - (xy 4.25 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b9bb0e73-161a-4d06-b6eb-a9f66d8a95f5)) - (fp_poly - (pts - (xy 4.75 1.25) - (xy 4.75 0.75) - (xy 4.25 0.75) - (xy 4.25 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp dc2801a1-d539-4721-b31f-fe196b9f13df)) - (fp_poly - (pts - (xy 4.75 2.25) - (xy 4.75 1.75) - (xy 4.25 1.75) - (xy 4.25 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e3fc1e69-a11c-4c84-8952-fefb9372474e)) - (fp_poly - (pts - (xy 4.75 3.75) - (xy 4.75 3.25) - (xy 4.25 3.25) - (xy 4.25 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3fd54105-4b7e-4004-9801-76ec66108a22)) - (fp_poly - (pts - (xy 4.75 4.25) - (xy 4.75 3.75) - (xy 4.25 3.75) - (xy 4.25 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9b3c58a7-a9b9-4498-abc0-f9f43e4f0292)) - (fp_poly - (pts - (xy 4.75 6.25) - (xy 4.75 5.75) - (xy 4.25 5.75) - (xy 4.25 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cdfb07af-801b-44ba-8c30-d021a6ad3039)) - (fp_poly - (pts - (xy 4.75 7.25) - (xy 4.75 6.75) - (xy 4.25 6.75) - (xy 4.25 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 911bdcbe-493f-4e21-a506-7cbc636e2c17)) - (fp_poly - (pts - (xy 4.75 8.25) - (xy 4.75 7.75) - (xy 4.25 7.75) - (xy 4.25 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp df68c26a-03b5-4466-aecf-ba34b7dce6b7)) - (fp_poly - (pts - (xy 5.25 -7.75) - (xy 5.25 -8.25) - (xy 4.75 -8.25) - (xy 4.75 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 691af561-538d-4e8f-a916-26cad45eb7d6)) - (fp_poly - (pts - (xy 5.25 -7.25) - (xy 5.25 -7.75) - (xy 4.75 -7.75) - (xy 4.75 -7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f357ddb5-3f44-43b0-b00d-d64f5c62ba4a)) - (fp_poly - (pts - (xy 5.25 -6.75) - (xy 5.25 -7.25) - (xy 4.75 -7.25) - (xy 4.75 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 04cf2f2c-74bf-400d-b4f6-201720df00ed)) - (fp_poly - (pts - (xy 5.25 -6.25) - (xy 5.25 -6.75) - (xy 4.75 -6.75) - (xy 4.75 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7a2f50f6-0c99-4e8d-9c2a-8f2f961d2e6d)) - (fp_poly - (pts - (xy 5.25 -5.75) - (xy 5.25 -6.25) - (xy 4.75 -6.25) - (xy 4.75 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f8bd6470-fafd-47f2-8ed5-9449988187ce)) - (fp_poly - (pts - (xy 5.25 -5.25) - (xy 5.25 -5.75) - (xy 4.75 -5.75) - (xy 4.75 -5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 29bb7297-26fb-4776-9266-2355d022bab0)) - (fp_poly - (pts - (xy 5.25 -4.75) - (xy 5.25 -5.25) - (xy 4.75 -5.25) - (xy 4.75 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d3d57924-54a6-421d-a3a0-a044fc909e88)) - (fp_poly - (pts - (xy 5.25 -3.75) - (xy 5.25 -4.25) - (xy 4.75 -4.25) - (xy 4.75 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1fbb0219-551e-409b-a61b-76e8cebdfb9d)) - (fp_poly - (pts - (xy 5.25 -0.75) - (xy 5.25 -1.25) - (xy 4.75 -1.25) - (xy 4.75 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c7af8405-da2e-4a34-b9b8-518f342f8995)) - (fp_poly - (pts - (xy 5.25 -0.25) - (xy 5.25 -0.75) - (xy 4.75 -0.75) - (xy 4.75 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fef37e8b-0ff0-4da2-8a57-acaf19551d1a)) - (fp_poly - (pts - (xy 5.25 0.25) - (xy 5.25 -0.25) - (xy 4.75 -0.25) - (xy 4.75 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c04386e0-b49e-4fff-b380-675af13a62cb)) - (fp_poly - (pts - (xy 5.25 1.25) - (xy 5.25 0.75) - (xy 4.75 0.75) - (xy 4.75 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 065b9982-55f2-4822-977e-07e8a06e7b35)) - (fp_poly - (pts - (xy 5.25 1.75) - (xy 5.25 1.25) - (xy 4.75 1.25) - (xy 4.75 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eee16674-2d21-45b6-ab5e-d669125df26c)) - (fp_poly - (pts - (xy 5.25 2.25) - (xy 5.25 1.75) - (xy 4.75 1.75) - (xy 4.75 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a29f8df0-3fae-4edf-8d9c-bd5a875b13e3)) - (fp_poly - (pts - (xy 5.25 4.25) - (xy 5.25 3.75) - (xy 4.75 3.75) - (xy 4.75 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c094494a-f6f7-43fc-a007-4951484ddf3a)) - (fp_poly - (pts - (xy 5.25 5.25) - (xy 5.25 4.75) - (xy 4.75 4.75) - (xy 4.75 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 14c51520-6d91-4098-a59a-5121f2a898f7)) - (fp_poly - (pts - (xy 5.25 6.25) - (xy 5.25 5.75) - (xy 4.75 5.75) - (xy 4.75 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e6b860cc-cb76-4220-acfb-68f1eb348bfa)) - (fp_poly - (pts - (xy 5.75 -7.75) - (xy 5.75 -8.25) - (xy 5.25 -8.25) - (xy 5.25 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b59f18ce-2e34-4b6e-b14d-8d73b8268179)) - (fp_poly - (pts - (xy 5.75 -4.75) - (xy 5.75 -5.25) - (xy 5.25 -5.25) - (xy 5.25 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f73b5500-6337-4860-a114-6e307f65ec9f)) - (fp_poly - (pts - (xy 5.75 -3.75) - (xy 5.75 -4.25) - (xy 5.25 -4.25) - (xy 5.25 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 99332785-d9f1-4363-9377-26ddc18e6d2c)) - (fp_poly - (pts - (xy 5.75 -3.25) - (xy 5.75 -3.75) - (xy 5.25 -3.75) - (xy 5.25 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 97fe2a5c-4eee-4c7a-9c43-47749b396494)) - (fp_poly - (pts - (xy 5.75 -2.25) - (xy 5.75 -2.75) - (xy 5.25 -2.75) - (xy 5.25 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b52d6ff3-fef1-496e-8dd5-ebb89b6bce6a)) - (fp_poly - (pts - (xy 5.75 -1.75) - (xy 5.75 -2.25) - (xy 5.25 -2.25) - (xy 5.25 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp af347946-e3da-4427-87ab-77b747929f50)) - (fp_poly - (pts - (xy 5.75 -0.75) - (xy 5.75 -1.25) - (xy 5.25 -1.25) - (xy 5.25 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c49d23ab-146d-4089-864f-2d22b5b414b9)) - (fp_poly - (pts - (xy 5.75 0.25) - (xy 5.75 -0.25) - (xy 5.25 -0.25) - (xy 5.25 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 03c7f780-fc1b-487a-b30d-567d6c09fdc8)) - (fp_poly - (pts - (xy 5.75 1.25) - (xy 5.75 0.75) - (xy 5.25 0.75) - (xy 5.25 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a6ccc556-da88-4006-ae1a-cc35733efef3)) - (fp_poly - (pts - (xy 5.75 2.75) - (xy 5.75 2.25) - (xy 5.25 2.25) - (xy 5.25 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5edcefbe-9766-42c8-9529-28d0ec865573)) - (fp_poly - (pts - (xy 5.75 3.75) - (xy 5.75 3.25) - (xy 5.25 3.25) - (xy 5.25 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6fd4442e-30b3-428b-9306-61418a63d311)) - (fp_poly - (pts - (xy 5.75 4.25) - (xy 5.75 3.75) - (xy 5.25 3.75) - (xy 5.25 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 35a9f71f-ba35-47f6-814e-4106ac36c51e)) - (fp_poly - (pts - (xy 5.75 6.25) - (xy 5.75 5.75) - (xy 5.25 5.75) - (xy 5.25 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 789ca812-3e0c-4a3f-97bc-a916dd9bce80)) - (fp_poly - (pts - (xy 5.75 7.25) - (xy 5.75 6.75) - (xy 5.25 6.75) - (xy 5.25 7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9f8381e9-3077-4453-a480-a01ad9c1a940)) - (fp_poly - (pts - (xy 5.75 8.25) - (xy 5.75 7.75) - (xy 5.25 7.75) - (xy 5.25 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4780a290-d25c-4459-9579-eba3f7678762)) - (fp_poly - (pts - (xy 6.25 -7.75) - (xy 6.25 -8.25) - (xy 5.75 -8.25) - (xy 5.75 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b7bf6e08-7978-4190-aff5-c90d967f0f9c)) - (fp_poly - (pts - (xy 6.25 -6.75) - (xy 6.25 -7.25) - (xy 5.75 -7.25) - (xy 5.75 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 955cc99e-a129-42cf-abc7-aa99813fdb5f)) - (fp_poly - (pts - (xy 6.25 -6.25) - (xy 6.25 -6.75) - (xy 5.75 -6.75) - (xy 5.75 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2035ea48-3ef5-4d7f-8c3c-50981b30c89a)) - (fp_poly - (pts - (xy 6.25 -5.75) - (xy 6.25 -6.25) - (xy 5.75 -6.25) - (xy 5.75 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2db910a0-b943-40b4-b81f-068ba5265f56)) - (fp_poly - (pts - (xy 6.25 -4.75) - (xy 6.25 -5.25) - (xy 5.75 -5.25) - (xy 5.75 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ea6fde00-59dc-4a79-a647-7e38199fae0e)) - (fp_poly - (pts - (xy 6.25 -3.75) - (xy 6.25 -4.25) - (xy 5.75 -4.25) - (xy 5.75 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 79770cd5-32d7-429a-8248-0d9e6212231a)) - (fp_poly - (pts - (xy 6.25 -1.25) - (xy 6.25 -1.75) - (xy 5.75 -1.75) - (xy 5.75 -1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 399fc36a-ed5d-44b5-82f7-c6f83d9acc14)) - (fp_poly - (pts - (xy 6.25 -0.75) - (xy 6.25 -1.25) - (xy 5.75 -1.25) - (xy 5.75 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d)) - (fp_poly - (pts - (xy 6.25 -0.25) - (xy 6.25 -0.75) - (xy 5.75 -0.75) - (xy 5.75 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 224768bc-6009-43ba-aa4a-70cbaa15b5a3)) - (fp_poly - (pts - (xy 6.25 0.75) - (xy 6.25 0.25) - (xy 5.75 0.25) - (xy 5.75 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8c1605f9-6c91-4701-96bf-e753661d5e23)) - (fp_poly - (pts - (xy 6.25 1.25) - (xy 6.25 0.75) - (xy 5.75 0.75) - (xy 5.75 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a24ddb4f-c217-42ca-b6cb-d12da84fb2b9)) - (fp_poly - (pts - (xy 6.25 1.75) - (xy 6.25 1.25) - (xy 5.75 1.25) - (xy 5.75 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b1ddb058-f7b2-429c-9489-f4e2242ad7e5)) - (fp_poly - (pts - (xy 6.25 4.25) - (xy 6.25 3.75) - (xy 5.75 3.75) - (xy 5.75 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5b34a16c-5a14-4291-8242-ea6d6ac54372)) - (fp_poly - (pts - (xy 6.25 4.75) - (xy 6.25 4.25) - (xy 5.75 4.25) - (xy 5.75 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 644ae9fc-3c8e-4089-866e-a12bf371c3e9)) - (fp_poly - (pts - (xy 6.25 5.25) - (xy 6.25 4.75) - (xy 5.75 4.75) - (xy 5.75 5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d)) - (fp_poly - (pts - (xy 6.25 5.75) - (xy 6.25 5.25) - (xy 5.75 5.25) - (xy 5.75 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 853ee787-6e2c-4f32-bc75-6c17337dd3d5)) - (fp_poly - (pts - (xy 6.25 6.25) - (xy 6.25 5.75) - (xy 5.75 5.75) - (xy 5.75 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e4c6fdbb-fdc7-4ad4-a516-240d84cdc120)) - (fp_poly - (pts - (xy 6.75 -7.75) - (xy 6.75 -8.25) - (xy 6.25 -8.25) - (xy 6.25 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 626679e8-6101-4722-ac57-5b8d9dab4c8b)) - (fp_poly - (pts - (xy 6.75 -6.75) - (xy 6.75 -7.25) - (xy 6.25 -7.25) - (xy 6.25 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2878a73c-5447-4cd9-8194-14f52ab9459c)) - (fp_poly - (pts - (xy 6.75 -6.25) - (xy 6.75 -6.75) - (xy 6.25 -6.75) - (xy 6.25 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ba6fc20e-7eff-4d5f-81e4-d1fad93be155)) - (fp_poly - (pts - (xy 6.75 -5.75) - (xy 6.75 -6.25) - (xy 6.25 -6.25) - (xy 6.25 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 96de0051-7945-413a-9219-1ab367546962)) - (fp_poly - (pts - (xy 6.75 -4.75) - (xy 6.75 -5.25) - (xy 6.25 -5.25) - (xy 6.25 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c088f712-1abe-4cac-9a8b-d564931395aa)) - (fp_poly - (pts - (xy 6.75 -3.75) - (xy 6.75 -4.25) - (xy 6.25 -4.25) - (xy 6.25 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e4e20505-1208-4100-a4aa-676f50844c06)) - (fp_poly - (pts - (xy 6.75 -2.75) - (xy 6.75 -3.25) - (xy 6.25 -3.25) - (xy 6.25 -2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c8fd9dd3-06ad-4146-9239-0065013959ef)) - (fp_poly - (pts - (xy 6.75 -1.75) - (xy 6.75 -2.25) - (xy 6.25 -2.25) - (xy 6.25 -1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b6cd701f-4223-4e72-a305-466869ccb250)) - (fp_poly - (pts - (xy 6.75 -1.25) - (xy 6.75 -1.75) - (xy 6.25 -1.75) - (xy 6.25 -1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 155b0b7c-70b4-4a26-a550-bac13cab0aa4)) - (fp_poly - (pts - (xy 6.75 -0.25) - (xy 6.75 -0.75) - (xy 6.25 -0.75) - (xy 6.25 -0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9f80220c-1612-4589-b9ca-a5579617bdb8)) - (fp_poly - (pts - (xy 6.75 0.75) - (xy 6.75 0.25) - (xy 6.25 0.25) - (xy 6.25 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 31540a7e-dc9e-4e4d-96b1-dab15efa5f4b)) - (fp_poly - (pts - (xy 6.75 1.25) - (xy 6.75 0.75) - (xy 6.25 0.75) - (xy 6.25 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 25e5aa8e-2696-44a3-8d3c-c2c53f2923cf)) - (fp_poly - (pts - (xy 6.75 3.25) - (xy 6.75 2.75) - (xy 6.25 2.75) - (xy 6.25 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8c0807a7-765b-4fa5-baaa-e09a2b610e6b)) - (fp_poly - (pts - (xy 6.75 4.25) - (xy 6.75 3.75) - (xy 6.25 3.75) - (xy 6.25 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c701ee8e-1214-4781-a973-17bef7b6e3eb)) - (fp_poly - (pts - (xy 6.75 4.75) - (xy 6.75 4.25) - (xy 6.25 4.25) - (xy 6.25 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1e518c2a-4cb7-4599-a1fa-5b9f847da7d3)) - (fp_poly - (pts - (xy 6.75 5.75) - (xy 6.75 5.25) - (xy 6.25 5.25) - (xy 6.25 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7cee474b-af8f-4832-b07a-c43c1ab0b464)) - (fp_poly - (pts - (xy 6.75 6.75) - (xy 6.75 6.25) - (xy 6.25 6.25) - (xy 6.25 6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7d928d56-093a-4ca8-aed1-414b7e703b45)) - (fp_poly - (pts - (xy 6.75 7.75) - (xy 6.75 7.25) - (xy 6.25 7.25) - (xy 6.25 7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1f3003e6-dce5-420f-906b-3f1e92b67249)) - (fp_poly - (pts - (xy 7.25 -7.75) - (xy 7.25 -8.25) - (xy 6.75 -8.25) - (xy 6.75 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ccc4cc25-ac17-45ef-825c-e079951ffb21)) - (fp_poly - (pts - (xy 7.25 -6.75) - (xy 7.25 -7.25) - (xy 6.75 -7.25) - (xy 6.75 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 44646447-0a8e-4aec-a74e-22bf765d0f33)) - (fp_poly - (pts - (xy 7.25 -6.25) - (xy 7.25 -6.75) - (xy 6.75 -6.75) - (xy 6.75 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2e90e294-82e1-45da-9bf1-b91dfe0dc8f6)) - (fp_poly - (pts - (xy 7.25 -5.75) - (xy 7.25 -6.25) - (xy 6.75 -6.25) - (xy 6.75 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3f8a5430-68a9-4732-9b89-4e00dd8ae219)) - (fp_poly - (pts - (xy 7.25 -4.75) - (xy 7.25 -5.25) - (xy 6.75 -5.25) - (xy 6.75 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0fd35a3e-b394-4aae-875a-fac843f9cbb7)) - (fp_poly - (pts - (xy 7.25 -3.75) - (xy 7.25 -4.25) - (xy 6.75 -4.25) - (xy 6.75 -3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e17e6c0e-7e5b-43f0-ad48-0a2760b45b04)) - (fp_poly - (pts - (xy 7.25 -3.25) - (xy 7.25 -3.75) - (xy 6.75 -3.75) - (xy 6.75 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6bd115d6-07e0-45db-8f2e-3cbb0429104f)) - (fp_poly - (pts - (xy 7.25 -2.25) - (xy 7.25 -2.75) - (xy 6.75 -2.75) - (xy 6.75 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 221bef83-3ea7-4d3f-adeb-53a8a07c6273)) - (fp_poly - (pts - (xy 7.25 0.25) - (xy 7.25 -0.25) - (xy 6.75 -0.25) - (xy 6.75 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b873bc5d-a9af-4bd9-afcb-87ce4d417120)) - (fp_poly - (pts - (xy 7.25 0.75) - (xy 7.25 0.25) - (xy 6.75 0.25) - (xy 6.75 0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 109caac1-5036-4f23-9a66-f569d871501b)) - (fp_poly - (pts - (xy 7.25 1.25) - (xy 7.25 0.75) - (xy 6.75 0.75) - (xy 6.75 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2)) - (fp_poly - (pts - (xy 7.25 1.75) - (xy 7.25 1.25) - (xy 6.75 1.25) - (xy 6.75 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079)) - (fp_poly - (pts - (xy 7.25 2.25) - (xy 7.25 1.75) - (xy 6.75 1.75) - (xy 6.75 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5487601b-81d3-4c70-8f3d-cf9df9c63302)) - (fp_poly - (pts - (xy 7.25 2.75) - (xy 7.25 2.25) - (xy 6.75 2.25) - (xy 6.75 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 721d1be9-236e-470b-ba69-f1cc6c43faf9)) - (fp_poly - (pts - (xy 7.25 3.25) - (xy 7.25 2.75) - (xy 6.75 2.75) - (xy 6.75 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 309b3bff-19c8-41ec-a84d-63399c649f46)) - (fp_poly - (pts - (xy 7.25 3.75) - (xy 7.25 3.25) - (xy 6.75 3.25) - (xy 6.75 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8d0c1d66-35ef-4a53-a28f-436a11b54f42)) - (fp_poly - (pts - (xy 7.25 4.25) - (xy 7.25 3.75) - (xy 6.75 3.75) - (xy 6.75 4.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6781326c-6e0d-4753-8f28-0f5c687e01f9)) - (fp_poly - (pts - (xy 7.25 6.25) - (xy 7.25 5.75) - (xy 6.75 5.75) - (xy 6.75 6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp db36f6e3-e72a-487f-bda9-88cc84536f62)) - (fp_poly - (pts - (xy 7.25 8.25) - (xy 7.25 7.75) - (xy 6.75 7.75) - (xy 6.75 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7e023245-2c2b-4e2b-bfb9-5d35176e88f2)) - (fp_poly - (pts - (xy 7.75 -7.75) - (xy 7.75 -8.25) - (xy 7.25 -8.25) - (xy 7.25 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9f782c92-a5e8-49db-bfda-752b35522ce4)) - (fp_poly - (pts - (xy 7.75 -4.75) - (xy 7.75 -5.25) - (xy 7.25 -5.25) - (xy 7.25 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f)) - (fp_poly - (pts - (xy 7.75 -3.25) - (xy 7.75 -3.75) - (xy 7.25 -3.75) - (xy 7.25 -3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d0a0deb1-4f0f-4ede-b730-2c6d67cb9618)) - (fp_poly - (pts - (xy 7.75 -2.25) - (xy 7.75 -2.75) - (xy 7.25 -2.75) - (xy 7.25 -2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 009b5465-0a65-4237-93e7-eb65321eeb18)) - (fp_poly - (pts - (xy 7.75 -0.75) - (xy 7.75 -1.25) - (xy 7.25 -1.25) - (xy 7.25 -0.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp da25bf79-0abb-4fac-a221-ca5c574dfc29)) - (fp_poly - (pts - (xy 7.75 0.25) - (xy 7.75 -0.25) - (xy 7.25 -0.25) - (xy 7.25 0.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f7667b23-296e-4362-a7e3-949632c8954b)) - (fp_poly - (pts - (xy 7.75 1.25) - (xy 7.75 0.75) - (xy 7.25 0.75) - (xy 7.25 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b7867831-ef82-4f33-a926-59e5c1c09b91)) - (fp_poly - (pts - (xy 7.75 2.25) - (xy 7.75 1.75) - (xy 7.25 1.75) - (xy 7.25 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 20cca02e-4c4d-4961-b6b4-b40a1731b220)) - (fp_poly - (pts - (xy 7.75 2.75) - (xy 7.75 2.25) - (xy 7.25 2.25) - (xy 7.25 2.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c1c799a0-3c93-493a-9ad7-8a0561bc69ee)) - (fp_poly - (pts - (xy 7.75 3.25) - (xy 7.75 2.75) - (xy 7.25 2.75) - (xy 7.25 3.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bd9595a1-04f3-4fda-8f1b-e65ad874edd3)) - (fp_poly - (pts - (xy 7.75 3.75) - (xy 7.75 3.25) - (xy 7.25 3.25) - (xy 7.25 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 27d56953-c620-4d5b-9c1c-e48bc3d9684a)) - (fp_poly - (pts - (xy 7.75 4.75) - (xy 7.75 4.25) - (xy 7.25 4.25) - (xy 7.25 4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ee41cb8e-512d-41d2-81e1-3c50fff32aeb)) - (fp_poly - (pts - (xy 7.75 5.75) - (xy 7.75 5.25) - (xy 7.25 5.25) - (xy 7.25 5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9cb12cc8-7f1a-4a01-9256-c119f11a8a02)) - (fp_poly - (pts - (xy 7.75 8.25) - (xy 7.75 7.75) - (xy 7.25 7.75) - (xy 7.25 8.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 40165eda-4ba6-4565-9bb4-b9df6dbb08da)) - (fp_poly - (pts - (xy 8.25 -7.75) - (xy 8.25 -8.25) - (xy 7.75 -8.25) - (xy 7.75 -7.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp da6f4122-0ecc-496f-b0fd-e4abef534976)) - (fp_poly - (pts - (xy 8.25 -7.25) - (xy 8.25 -7.75) - (xy 7.75 -7.75) - (xy 7.75 -7.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 12a24e86-2c38-4685-bba9-fff8dddb4cb0)) - (fp_poly - (pts - (xy 8.25 -6.75) - (xy 8.25 -7.25) - (xy 7.75 -7.25) - (xy 7.75 -6.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d7e4abd8-69f5-4706-b12e-898194e5bf56)) - (fp_poly - (pts - (xy 8.25 -6.25) - (xy 8.25 -6.75) - (xy 7.75 -6.75) - (xy 7.75 -6.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7e1217ba-8a3d-4079-8d7b-b45f90cfbf53)) - (fp_poly - (pts - (xy 8.25 -5.75) - (xy 8.25 -6.25) - (xy 7.75 -6.25) - (xy 7.75 -5.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 42ff012d-5eb7-42b9-bb45-415cf26799c6)) - (fp_poly - (pts - (xy 8.25 -5.25) - (xy 8.25 -5.75) - (xy 7.75 -5.75) - (xy 7.75 -5.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eb8d02e9-145c-465d-b6a8-bae84d47a94b)) - (fp_poly - (pts - (xy 8.25 -4.75) - (xy 8.25 -5.25) - (xy 7.75 -5.25) - (xy 7.75 -4.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4185c36c-c66e-4dbd-be5d-841e551f4885)) - (fp_poly - (pts - (xy 8.25 1.25) - (xy 8.25 0.75) - (xy 7.75 0.75) - (xy 7.75 1.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e54e5e19-1deb-49a9-8629-617db8e434c0)) - (fp_poly - (pts - (xy 8.25 1.75) - (xy 8.25 1.25) - (xy 7.75 1.25) - (xy 7.75 1.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd)) - (fp_poly - (pts - (xy 8.25 2.25) - (xy 8.25 1.75) - (xy 7.75 1.75) - (xy 7.75 2.25) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cb614b23-9af3-4aec-bed8-c1374e001510)) - (fp_poly - (pts - (xy 8.25 3.75) - (xy 8.25 3.25) - (xy 7.75 3.25) - (xy 7.75 3.75) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9193c41e-d425-447d-b95c-6986d66ea01c)) - (fp_line (start -8.35 -8.35) (end 8.35 -8.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e06ba1f-e3ba-4eb9-a10e-887dffd566d6)) - (fp_line (start -8.35 8.35) (end -8.35 -8.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a6d2848-e78e-49fe-8978-e1890f07836f)) - (fp_line (start 8.35 -8.35) (end 8.35 8.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 12422a89-3d0c-485c-9386-f77121fd68fd)) - (fp_line (start 8.35 8.35) (end -8.35 8.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d34f6b1-ab31-49be-b011-c67fe67a8a56)) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061c63038) - (at 160.075 101.375) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-000061c60726") - (attr smd) - (fp_text reference "R1001" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ee27d19c-8dca-4ac8-a760-6dfd54d28071) - ) - (fp_text value "10k" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b0a1687-7e1b-4a04-a30b-c27a072a2949) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 6bfe5804-2ef9-4c65-b2a7-f01e4014370a) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f215f15-3d52-4c91-93e6-3ea03a95622f)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61fe293f-6808-4b7f-9340-9aaac7054a97)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 63ff1c93-3f96-4c33-b498-5dd8c33bccc0)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b88717bd-086f-46cd-9d3f-0396009d0996)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e1b837f-0d34-4a18-9644-9ee68f141f46)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0217dfc4-fc13-4699-99ad-d9948522648e)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0eca5ed-bc5e-4618-9bcd-80945bea41ed)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd5408e4-362d-4e43-9d39-78fb99eb52c8)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8da933a9-35f8-42e6-8504-d1bab7264306)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 5 "/_AOPIN+") (tstamp 3a7648d8-121a-4921-9b92-9b35b76ce39b)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 1 "/OUT") (tstamp 1d9cdadc-9036-4a95-b6db-fa7b3b74c869)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23-5" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061c63067) - (at 160.025 95.825 180) - (descr "SOT, 5 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (path "/00000000-0000-0000-0000-000061c5dbdb") - (attr smd) - (fp_text reference "U1001" (at 0 -2.4) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 716e31c5-485f-40b5-88e3-a75900da9811) - ) - (fp_text value "MCP6001-OT" (at 0 2.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 127679a9-3981-4934-815e-896a4e3ff56e) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 0b21a65d-d20b-411e-920a-75c343ac5136) - ) - (fp_line (start 0 -1.56) (end -1.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3)) - (fp_line (start 0 -1.56) (end 0.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1831fb37-1c5d-42c4-b898-151be6fca9dc)) - (fp_line (start 0 1.56) (end -0.8 1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f22151c-f260-4674-b486-4710a2c42a55)) - (fp_line (start 0 1.56) (end 0.8 1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe8d9267-7834-48d6-a191-c8724b2ee78d)) - (fp_line (start -2.05 -1.7) (end -2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - (fp_line (start -2.05 1.7) (end 2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144)) - (fp_line (start 2.05 -1.7) (end -2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11)) - (fp_line (start 2.05 1.7) (end 2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f)) - (fp_line (start -0.8 -1.05) (end -0.4 -1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (fp_line (start -0.8 1.45) (end -0.8 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (fp_line (start -0.4 -1.45) (end 0.8 -1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c41b3c8b-634e-435a-b582-96b83bbd4032)) - (fp_line (start 0.8 -1.45) (end 0.8 1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce83728b-bebd-48c2-8734-b6a50d837931)) - (fp_line (start 0.8 1.45) (end -0.8 1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb)) - (pad "1" smd roundrect (at -1.1375 -0.95 180) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/OUT") (tstamp 29e78086-2175-405e-9ba3-c48766d2f50c)) - (pad "2" smd roundrect (at -1.1375 0 180) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5)) - (pad "3" smd roundrect (at -1.1375 0.95 180) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "/IN") (tstamp 03c52831-5dc5-43c5-a442-8d23643b46fb)) - (pad "4" smd roundrect (at 1.1375 0.95 180) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "/_AOPIN+") (tstamp d57dcfee-5058-4fc2-a68b-05f9a48f685b)) - (pad "5" smd roundrect (at 1.1375 -0.95 180) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "VCC") (tstamp 3cd1bda0-18db-417d-b581-a0c50623df68)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "tc5:DemoBoard" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000062333880) - (at 127.325 91.1) - (path "/00000000-0000-0000-0000-000062329410") - (attr through_hole) - (fp_text reference "BRD1" (at 0 0.3) (layer "F.SilkS") - (effects (font (size 0.6 0.6) (thickness 0.1))) - (tstamp 746ba970-8279-4e7b-aed3-f28687777c21) - ) - (fp_text value "SYM_Arrow_XLarge" (at -4.325 18.25) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e) - ) - (fp_line (start -11.46 -7.3) (end 47.77 -7.3) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779)) - (fp_line (start -11.46 19.25) (end -11.46 -7.3) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 55e740a3-0735-4744-896e-2bf5437093b9)) - (fp_line (start 47.77 19.25) (end -11.46 19.25) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (fp_line (start 47.77 19.25) (end 47.77 -7.3) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp c022004a-c968-410e-b59e-fbab0e561e9d)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.5mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061c63040) - (at 161.2 90.25) - (descr "SMD pad as test Point, diameter 1.5mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-000061c7065d") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP1001" (at 0 1.648) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 66043bca-a260-4915-9fce-8a51d324c687) - ) - (fp_text value "TP_IN" (at 0 -1.75) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2d6db888-4e40-41c8-b701-07170fc894bc) - ) - (fp_text user "${REFERENCE}" (at 0 1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7edc9030-db7b-43ac-a1b3-b87eeacb4c2d) - ) - (fp_circle (center 0 0) (end 0 -0.95) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 7bbf981c-a063-4e30-8911-e4228e1c0743)) - (fp_circle (center 0 0) (end 1.25 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 5528bcad-2950-4673-90eb-c37e6952c475)) - (pad "1" smd circle (at 0 0) (size 1.5 1.5) (layers "B.Cu" "B.Mask") - (net 3 "/IN") (tstamp 08a7c925-7fae-4530-b0c9-120e185cb318)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.5mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061c63048) - (at 157.1 104.15) - (descr "SMD pad as test Point, diameter 1.5mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-000061c6f0d8") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP1002" (at 0 1.648) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bdc7face-9f7c-4701-80bb-4cc144448db1) - ) - (fp_text value "TP_NEG" (at 0 -1.75) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 97fe9c60-586f-4895-8504-4d3729f5f81a) - ) - (fp_text user "${REFERENCE}" (at 0 1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 80094b70-85ab-4ff6-934b-60d5ee65023a) - ) - (fp_circle (center 0 0) (end 0 -0.95) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 922058ca-d09a-45fd-8394-05f3e2c1e03a)) - (fp_circle (center 0 0) (end 1.25 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 0f54db53-a272-4955-88fb-d7ab00657bb0)) - (pad "1" smd circle (at 0 0) (size 1.5 1.5) (layers "B.Cu" "B.Mask") - (net 5 "/_AOPIN+") (tstamp d4a1d3c4-b315-4bec-9220-d12a9eab51e0)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.5mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061c63050) - (at 164.1 103.85 180) - (descr "SMD pad as test Point, diameter 1.5mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-000061c6d8dc") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP1003" (at 0 1.648) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e857610b-4434-4144-b04e-43c1ebdc5ceb) - ) - (fp_text value "TP_OUT" (at 0 -1.75) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6c2e273e-743c-4f1e-a647-4171f8122550) - ) - (fp_text user "${REFERENCE}" (at 0 1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9157f4ae-0244-4ff1-9f73-3cb4cbb5f280) - ) - (fp_circle (center 0 0) (end 0 -0.95) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 666713b0-70f4-42df-8761-f65bc212d03b)) - (fp_circle (center 0 0) (end 1.25 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e)) - (pad "1" smd circle (at 0 0 180) (size 1.5 1.5) (layers "B.Cu" "B.Mask") - (net 1 "/OUT") (tstamp 7aed3a71-054b-4aaa-9c0a-030523c32827)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.5mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061c63ec0) - (at 153.8 90.6) - (descr "SMD pad as test Point, diameter 1.5mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-000061c77fc1") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP1004" (at 0 1.648) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03) - ) - (fp_text value "TP_VCC" (at 0 -1.75) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497) - ) - (fp_text user "${REFERENCE}" (at 0 1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a690fc6c-55d9-47e6-b533-faa4b67e20f3) - ) - (fp_circle (center 0 0) (end 0 -0.95) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 54365317-1355-4216-bb75-829375abc4ec)) - (fp_circle (center 0 0) (end 1.25 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp a3e4f0ae-9f86-49e9-b386-ed8b42e012fb)) - (pad "1" smd circle (at 0 0) (size 1.5 1.5) (layers "B.Cu" "B.Mask") - (net 4 "VCC") (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.5mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-000061c63ec8) - (at 153.65 94.075) - (descr "SMD pad as test Point, diameter 1.5mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-000061c76041") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP1005" (at 0 1.648) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc) - ) - (fp_text value "TP_GND" (at 0 -1.75) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45) - ) - (fp_text user "${REFERENCE}" (at 0 1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137) - ) - (fp_circle (center 0 0) (end 0 -0.95) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 66116376-6967-4178-9f23-a26cdeafc400)) - (fp_circle (center 0 0) (end 1.25 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (pad "1" smd circle (at 0 0) (size 1.5 1.5) (layers "B.Cu" "B.Mask") - (net 2 "GND") (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce)) - ) - - (gr_line (start 122.75 91.425) (end 125.075 91.425) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000061c62b34)) - (gr_arc (start 125.075 91.425) (mid 125.65 92) (end 125.075 92.575) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000062333db7)) - (gr_line (start 122.75 92.575) (end 125.075 92.575) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000062333dbc)) - (gr_line (start 163.675 100.625) (end 163.675 98.3) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000062333dbe)) - (gr_arc (start 164.825 100.625) (mid 164.25 101.2) (end 163.675 100.625) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000062333dbf)) - (gr_arc (start 163.675 98.3) (mid 164.25 97.725) (end 164.825 98.3) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000062333dc0)) - (gr_line (start 164.825 100.625) (end 164.825 98.3) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000062333dc1)) - (gr_arc (start 122.75 92.575) (mid 122.175 92) (end 122.75 91.425) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 337e8520-cbd2-42c0-8d17-743bab17cbbd)) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 25bc3602-3fb4-4a04-94e3-21ba22562c24) - (pts (xy 175.095 110.35) (xy 115.865 110.35)) - (height -8.5) - (gr_text "59.2300 mm" (at 145.48 117.7) (layer "Dwgs.User") (tstamp 25bc3602-3fb4-4a04-94e3-21ba22562c24) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 283c990c-ae5a-4e41-a3ad-b40ca29fe90e) - (pts (xy 175.095 83.8) (xy 175.095 110.35)) - (height -18.455) - (gr_text "26.5500 mm" (at 192.4 97.075 90) (layer "Dwgs.User") (tstamp 283c990c-ae5a-4e41-a3ad-b40ca29fe90e) - (effects (font (size 1 1) (thickness 0.15))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.15) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - - (segment (start 160.9875 101.6763) (end 160.9875 101.375) (width 0.25) (layer "F.Cu") (net 1) (tstamp 59fc765e-1357-4c94-9529-5635418c7d73)) - (segment (start 160.5119 102.1519) (end 161.3111 102.9512) (width 0.25) (layer "F.Cu") (net 1) (tstamp 6f580eb1-88cc-489d-a7ca-9efa5e590715)) - (segment (start 150.7253 99.06) (end 155.3182 103.6529) (width 0.25) (layer "F.Cu") (net 1) (tstamp 89a8e170-a222-41c0-b545-c9f4c5604011)) - (segment (start 155.3182 103.6529) (end 159.0109 103.6529) (width 0.25) (layer "F.Cu") (net 1) (tstamp 9529c01f-e1cd-40be-b7f0-83780a544249)) - (segment (start 160.5119 102.1519) (end 160.9875 101.6763) (width 0.25) (layer "F.Cu") (net 1) (tstamp 96db52e2-6336-4f5e-846e-528c594d0509)) - (segment (start 161.1625 101.2) (end 161.1625 96.775) (width 0.25) (layer "F.Cu") (net 1) (tstamp c7df8431-dcf5-4ab4-b8f8-21c1cafc5246)) - (segment (start 149.45 99.06) (end 150.7253 99.06) (width 0.25) (layer "F.Cu") (net 1) (tstamp d38aa458-d7c4-47af-ba08-2b6be506a3fd)) - (segment (start 159.0109 103.6529) (end 160.5119 102.1519) (width 0.25) (layer "F.Cu") (net 1) (tstamp d68e5ddb-039c-483f-88a3-1b0b7964b482)) - (segment (start 160.9875 101.375) (end 161.1625 101.2) (width 0.25) (layer "F.Cu") (net 1) (tstamp dde8619c-5a8c-40eb-9845-65e6a654222d)) - (via (at 161.3111 102.9512) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 3a41dd27-ec14-44d5-b505-aad1d829f79a)) - (segment (start 163.2012 102.9512) (end 164.1 103.85) (width 0.25) (layer "B.Cu") (net 1) (tstamp 5c7d6eaf-f256-4349-8203-d2e836872231)) - (segment (start 161.3111 102.9512) (end 163.2012 102.9512) (width 0.25) (layer "B.Cu") (net 1) (tstamp b13e8448-bf35-4ec0-9c70-3f2250718cc2)) - (segment (start 152.2862 93.798) (end 150.9073 93.798) (width 0.25) (layer "F.Cu") (net 2) (tstamp 0dfdfa9f-1e3f-4e14-b64b-12bde76a80c7)) - (segment (start 162.1601 94.5281) (end 161.1018 93.4698) (width 0.25) (layer "F.Cu") (net 2) (tstamp 252f1275-081d-4d77-8bd5-3b9e6916ef42)) - (segment (start 149.45 93.98) (end 150.7253 93.98) (width 0.25) (layer "F.Cu") (net 2) (tstamp 3c8d03bf-f31d-4aa0-b8db-a227ffd7d8d6)) - (segment (start 162.1601 95.2694) (end 162.1601 94.5281) (width 0.25) (layer "F.Cu") (net 2) (tstamp 62e8c4d4-266c-4e53-8981-1028251d724c)) - (segment (start 161.1018 93.4698) (end 152.6144 93.4698) (width 0.25) (layer "F.Cu") (net 2) (tstamp 6b91a3ee-fdcd-4bfe-ad57-c8d5ea9903a8)) - (segment (start 161.1625 95.825) (end 161.6045 95.825) (width 0.25) (layer "F.Cu") (net 2) (tstamp 98fe66f3-ec8b-4515-ae34-617f2124a7ec)) - (segment (start 152.6144 93.4698) (end 152.2862 93.798) (width 0.25) (layer "F.Cu") (net 2) (tstamp bd793ae5-cde5-43f6-8def-1f95f35b1be6)) - (segment (start 150.9073 93.798) (end 150.7253 93.98) (width 0.25) (layer "F.Cu") (net 2) (tstamp e7d81bce-286e-41e4-9181-3511e9c0455e)) - (segment (start 161.6045 95.825) (end 162.1601 95.2694) (width 0.25) (layer "F.Cu") (net 2) (tstamp fc3d51c1-8b35-4da3-a742-0ebe104989d7)) - (via (at 152.2862 93.798) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 2) (tstamp 142dd724-2a9f-4eea-ab21-209b1bc7ec65)) - (segment (start 153.65 94.075) (end 153.3731 93.7981) (width 0.25) (layer "B.Cu") (net 2) (tstamp 10e52e95-44f3-4059-a86d-dcda603e0623)) - (segment (start 153.3731 93.7981) (end 152.2862 93.7981) (width 0.25) (layer "B.Cu") (net 2) (tstamp 74f5ec08-7600-4a0b-a9e4-aae29f9ea08a)) - (segment (start 152.2862 93.7981) (end 152.2862 93.798) (width 0.25) (layer "B.Cu") (net 2) (tstamp e70b6168-f98e-4322-bc55-500948ef7b77)) - (segment (start 150.7406 96.52) (end 153.0237 94.2369) (width 0.25) (layer "F.Cu") (net 3) (tstamp 0fc5db66-6188-4c1f-bb14-0868bef113eb)) - (segment (start 146.15 96.52) (end 150.7406 96.52) (width 0.25) (layer "F.Cu") (net 3) (tstamp 15a82541-58d8-45b5-99c5-fb52e017e3ea)) - (segment (start 153.0237 94.2369) (end 160.0644 94.2369) (width 0.25) (layer "F.Cu") (net 3) (tstamp 3d6cdd62-5634-4e30-acf8-1b9c1dbf6653)) - (segment (start 161.1625 94.875) (end 160.7025 94.875) (width 0.25) (layer "F.Cu") (net 3) (tstamp bb59b92a-e4d0-4b9e-82cd-26304f5c15b8)) - (segment (start 160.7025 94.875) (end 160.0644 94.2369) (width 0.25) (layer "F.Cu") (net 3) (tstamp f6983918-fe05-46ea-b355-bc522ec53440)) - (via (at 160.0644 94.2369) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 3) (tstamp 20caf6d2-76a7-497e-ac56-f6d31eb9027b)) - (segment (start 161.2 93.1013) (end 160.0644 94.2369) (width 0.25) (layer "B.Cu") (net 3) (tstamp 759788bd-3cb9-4d38-b58c-5cb10b7dca6b)) - (segment (start 161.2 90.25) (end 161.2 93.1013) (width 0.25) (layer "B.Cu") (net 3) (tstamp f44d04c5-0d17-4d52-8328-ef3b4fdfba5f)) - (segment (start 146.4689 91.44) (end 144.8746 93.0343) (width 0.25) (layer "F.Cu") (net 4) (tstamp 2f291a4b-4ecb-4692-9ad2-324f9784c0d4)) - (segment (start 158.2583 97.4042) (end 158.8875 96.775) (width 0.25) (layer "F.Cu") (net 4) (tstamp 319639ae-c2c5-486d-93b1-d03bb1b64252)) - (segment (start 145.0729 97.4042) (end 158.2583 97.4042) (width 0.25) (layer "F.Cu") (net 4) (tstamp 3a70978e-dcc2-4620-a99c-514362812927)) - (segment (start 144.8746 97.2059) (end 145.0729 97.4042) (width 0.25) (layer "F.Cu") (net 4) (tstamp 62a1f3d4-027d-4ecf-a37a-6fcf4263e9d2)) - (segment (start 146.15 91.44) (end 146.4689 91.44) (width 0.25) (layer "F.Cu") (net 4) (tstamp a5c8e189-1ddc-4a66-984b-e0fd1529d346)) - (segment (start 146.7877 91.44) (end 152.6727 91.44) (width 0.25) (layer "F.Cu") (net 4) (tstamp c71f56c1-5b7c-4373-9716-fffac482104c)) - (segment (start 144.8746 93.0343) (end 144.8746 97.2059) (width 0.25) (layer "F.Cu") (net 4) (tstamp f447e585-df78-4239-b8cb-4653b3837bb1)) - (segment (start 146.4689 91.44) (end 146.7877 91.44) (width 0.25) (layer "F.Cu") (net 4) (tstamp fc4ad874-c922-4070-89f9-7262080469d8)) - (via (at 152.6727 91.44) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 4) (tstamp 97581b9a-3f6b-4e88-8768-6fdb60e6aca6)) - (segment (start 153.8 90.6) (end 152.96 91.44) (width 0.25) (layer "B.Cu") (net 4) (tstamp 1ab71a3c-340b-469a-ada5-4f87f0b7b2fa)) - (segment (start 152.96 91.44) (end 152.6727 91.44) (width 0.25) (layer "B.Cu") (net 4) (tstamp dbe92a0d-89cb-4d3f-9497-c2c1d93a3018)) - (segment (start 158.8875 94.875) (end 159.9181 95.9056) (width 0.25) (layer "F.Cu") (net 5) (tstamp 0e249018-17e7-42b3-ae5d-5ebf3ae299ae)) - (segment (start 158.7047 102.8956) (end 159.1625 102.4378) (width 0.25) (layer "F.Cu") (net 5) (tstamp 13bbfffc-affb-4b43-9eb1-f2ed90a8a919)) - (segment (start 159.9181 95.9056) (end 159.9181 100.6194) (width 0.25) (layer "F.Cu") (net 5) (tstamp 63489ebf-0f52-43a6-a0ab-158b1a7d4988)) - (segment (start 159.1625 102.4378) (end 159.1625 101.375) (width 0.25) (layer "F.Cu") (net 5) (tstamp 71f8d568-0f23-4ff2-8e60-1600ce517a48)) - (segment (start 159.9181 100.6194) (end 159.1625 101.375) (width 0.25) (layer "F.Cu") (net 5) (tstamp e6d68f56-4a40-4849-b8d1-13d5ca292900)) - (via (at 158.7047 102.8956) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 5) (tstamp cd5e758d-cb66-484a-ae8b-21f53ceee49e)) - (segment (start 157.4503 104.15) (end 158.7047 102.8956) (width 0.25) (layer "B.Cu") (net 5) (tstamp 01f82238-6335-48fe-8b0a-6853e227345a)) - (segment (start 157.1 104.15) (end 157.4503 104.15) (width 0.25) (layer "B.Cu") (net 5) (tstamp 7c00778a-4692-4f9b-87d5-2d355077ce1e)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (date "2021-12-24") + (rev "01") + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "/OUT") + (net 2 "GND") + (net 3 "/IN") + (net 4 "VCC") + (net 5 "/_AOPIN+") + (footprint "Connector_PinSocket_2.54mm:PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Left" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061c62dfc") + (at 147.8 95.25) + (descr "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") + (tags "Surface mounted socket strip SMD 1x04 2.54mm single row style1 pin1 left") + (property "Reference" "J1001" + (at 0 -6.68 0) + (layer "F.SilkS") + (uuid "528fd7da-c9a6-40ae-9f1a-60f6a7f4d534") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SSM-104-L-SV" + (at 0 6.68 0) + (layer "F.Fab") + (uuid "e413cfad-d7bd-41ab-b8dd-4b67484671a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7ee3f36-2c08-424a-842a-6d58fbae2eab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd3c7e4d-1618-4b62-a2b5-70af91d2e6d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f6b9cb74-a1a5-44b3-9503-26eab62e2f2b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061c635dd") + (attr smd) + (fp_line + (start -2.54 -4.57) + (end -1.33 -4.57) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8fb8ee0-623f-4870-a716-ecc88f37ef9a") + ) + (fp_line + (start -1.33 -5.24) + (end -1.33 -4.57) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f19c9655-8ddb-411a-96dd-bd986870c3c6") + ) + (fp_line + (start -1.33 -5.24) + (end 1.33 -5.24) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d66d3c12-11ce-4566-9a45-962e329503d8") + ) + (fp_line + (start -1.33 -3.05) + (end -1.33 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "576f00e6-a1be-45d3-9b93-e26d9e0fe306") + ) + (fp_line + (start -1.33 2.03) + (end -1.33 5.24) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "713e0777-58b2-4487-baca-60d0ebed27c3") + ) + (fp_line + (start -1.33 5.24) + (end 1.33 5.24) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a0dee8e6-f88a-4f05-aba0-bab3aafdf2bc") + ) + (fp_line + (start 1.33 -5.24) + (end 1.33 -2.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c60448a-e30f-46b2-89e1-a44f51688efc") + ) + (fp_line + (start 1.33 -0.51) + (end 1.33 3.05) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "901440f4-e2a6-4447-83cc-f58a2b26f5c4") + ) + (fp_line + (start 1.33 4.57) + (end 1.33 5.24) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7e5a060-eb57-4238-9312-26bc885fc97d") + ) + (fp_line + (start -3.1 -5.7) + (end 3.1 -5.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b78cb2c1-ae4b-4d9b-acd8-d7fe342342f2") + ) + (fp_line + (start -3.1 5.7) + (end -3.1 -5.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "18ca5aef-6a2c-41ac-9e7f-bf7acb716e53") + ) + (fp_line + (start 3.1 -5.7) + (end 3.1 5.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "03f57fb4-32a3-4bc6-85b9-fd8ece4a9592") + ) + (fp_line + (start 3.1 5.7) + (end -3.1 5.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f9b1563b-384a-447c-9f47-736504e995c8") + ) + (fp_line + (start -2.27 -4.11) + (end -1.27 -4.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1a9be32-38ba-44e6-bc35-f031541ab1fe") + ) + (fp_line + (start -2.27 -3.51) + (end -2.27 -4.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ebca7c5e-ae52-43e5-ac6c-69a96a9a5b24") + ) + (fp_line + (start -2.27 0.97) + (end -1.27 0.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1e48966e-d29d-4521-8939-ec8ac570431d") + ) + (fp_line + (start -2.27 1.57) + (end -2.27 0.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a6738794-75ae-48a6-8949-ed8717400d71") + ) + (fp_line + (start -1.27 -4.545) + (end -0.635 -5.18) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ac3ab53-7523-4805-bfd2-5de19dff127e") + ) + (fp_line + (start -1.27 -3.51) + (end -2.27 -3.51) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a07b6b2b-7179-4297-b163-5e47ffbe76d3") + ) + (fp_line + (start -1.27 1.57) + (end -2.27 1.57) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d692b5e6-71b2-4fa6-bc83-618add8d8fef") + ) + (fp_line + (start -1.27 5.18) + (end -1.27 -4.545) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a8219a78-6b33-4efa-a789-6a67ce8f7a50") + ) + (fp_line + (start -0.635 -5.18) + (end 1.27 -5.18) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "05f2859d-2820-4e84-b395-696011feb13b") + ) + (fp_line + (start 1.27 -5.18) + (end 1.27 5.18) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3044f68-903d-4063-b253-30d8e3a83eae") + ) + (fp_line + (start 1.27 -1.57) + (end 2.27 -1.57) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "844d7d7a-b386-45a8-aaf6-bf41bbcb43b5") + ) + (fp_line + (start 1.27 3.51) + (end 2.27 3.51) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "24b72b0d-63b8-4e06-89d0-e94dcf39a600") + ) + (fp_line + (start 1.27 5.18) + (end -1.27 5.18) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a1de22d-6451-488d-af77-0bf8841bd695") + ) + (fp_line + (start 2.27 -1.57) + (end 2.27 -0.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a62609cd-29b7-4918-b97d-7b2404ba61cf") + ) + (fp_line + (start 2.27 -0.97) + (end 1.27 -0.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07d160b6-23e1-4aa0-95cb-440482e6fc15") + ) + (fp_line + (start 2.27 3.51) + (end 2.27 4.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4431c0f6-83ea-4eee-95a8-991da2f03ccd") + ) + (fp_line + (start 2.27 4.11) + (end 1.27 4.11) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90e761f6-1432-4f73-ad28-fa8869b7ec31") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "4b1fce17-dec7-457e-ba3b-a77604e77dc9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 -3.81) + (size 1.9 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "VCC") + (uuid "4aa97874-2fd2-414c-b381-9420384c2fd8") + ) + (pad "2" smd rect + (at 1.65 -1.27) + (size 1.9 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "GND") + (uuid "e1b88aa4-d887-4eea-83ff-5c009f4390c4") + ) + (pad "3" smd rect + (at -1.65 1.27) + (size 1.9 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "/IN") + (uuid "4a54c707-7b6f-4a3d-a74d-5e3526114aba") + ) + (pad "4" smd rect + (at 1.65 3.81) + (size 1.9 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "/OUT") + (uuid "869d6302-ae22-478f-9723-3feacbb12eef") + ) + (model "${KISYS3DMOD}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Left.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "tc5:TC5" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061c63027") + (at 135.3 97.9) + (property "Reference" "QR1" + (at 0 9.5 0) + (layer "F.SilkS") + (uuid "45008225-f50f-4d6b-b508-6730a9408caf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Product QR Code" + (at 0 -9.5 0) + (layer "F.SilkS") + (uuid "a544eb0a-75db-4baf-bf54-9ca21744343b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6c7726a3-3c94-4c6d-9844-79d663ce2342") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ffa5bbc-c02c-4d1c-b618-1b665dba28aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0d70e2c3-a25e-48c0-b832-4565d155de2d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061c5d077") + (attr through_hole) + (fp_poly + (pts + (xy -7.75 -7.75) (xy -7.75 -8.25) (xy -8.25 -8.25) (xy -8.25 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d01102e9-b170-4eb1-a0a4-9a31feb850b7") + ) + (fp_poly + (pts + (xy -7.75 -7.25) (xy -7.75 -7.75) (xy -8.25 -7.75) (xy -8.25 -7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f1782535-55f4-4299-bd4f-6f51b0b7259c") + ) + (fp_poly + (pts + (xy -7.75 -6.75) (xy -7.75 -7.25) (xy -8.25 -7.25) (xy -8.25 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6513181c-0a6a-4560-9a18-17450c36ae2a") + ) + (fp_poly + (pts + (xy -7.75 -6.25) (xy -7.75 -6.75) (xy -8.25 -6.75) (xy -8.25 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c25449d6-d734-4953-b762-98f82a830248") + ) + (fp_poly + (pts + (xy -7.75 -5.75) (xy -7.75 -6.25) (xy -8.25 -6.25) (xy -8.25 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a5be2cb8-c68d-4180-8412-69a6b4c5b1d4") + ) + (fp_poly + (pts + (xy -7.75 -5.25) (xy -7.75 -5.75) (xy -8.25 -5.75) (xy -8.25 -5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f64497d1-1d62-44a4-8e5e-6fba4ebc969a") + ) + (fp_poly + (pts + (xy -7.75 -4.75) (xy -7.75 -5.25) (xy -8.25 -5.25) (xy -8.25 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "72b36951-3ec7-4569-9c88-cf9b4afe1cae") + ) + (fp_poly + (pts + (xy -7.75 -3.75) (xy -7.75 -4.25) (xy -8.25 -4.25) (xy -8.25 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7") + ) + (fp_poly + (pts + (xy -7.75 -2.25) (xy -7.75 -2.75) (xy -8.25 -2.75) (xy -8.25 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "afd38b10-2eca-4abe-aed1-a96fb07ffdbe") + ) + (fp_poly + (pts + (xy -7.75 -1.75) (xy -7.75 -2.25) (xy -8.25 -2.25) (xy -8.25 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "00f3ea8b-8a54-4e56-84ff-d98f6c00496c") + ) + (fp_poly + (pts + (xy -7.75 -1.25) (xy -7.75 -1.75) (xy -8.25 -1.75) (xy -8.25 -1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d88958ac-68cd-4955-a63f-0eaa329dec86") + ) + (fp_poly + (pts + (xy -7.75 -0.75) (xy -7.75 -1.25) (xy -8.25 -1.25) (xy -8.25 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1fa508ef-df83-4c99-846b-9acf535b3ad9") + ) + (fp_poly + (pts + (xy -7.75 0.25) (xy -7.75 -0.25) (xy -8.25 -0.25) (xy -8.25 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "752417ee-7d0b-4ac8-a22c-26669881a2ab") + ) + (fp_poly + (pts + (xy -7.75 0.75) (xy -7.75 0.25) (xy -8.25 0.25) (xy -8.25 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c76d4423-ef1b-4a6f-8176-33d65f2877bb") + ) + (fp_poly + (pts + (xy -7.75 1.25) (xy -7.75 0.75) (xy -8.25 0.75) (xy -8.25 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "19b0959e-a79b-43b2-a5ad-525ced7e9131") + ) + (fp_poly + (pts + (xy -7.75 2.75) (xy -7.75 2.25) (xy -8.25 2.25) (xy -8.25 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "592f25e6-a01b-47fd-8172-3da01117d00a") + ) + (fp_poly + (pts + (xy -7.75 3.25) (xy -7.75 2.75) (xy -8.25 2.75) (xy -8.25 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "262f1ea9-0133-4b43-be36-456207ea857c") + ) + (fp_poly + (pts + (xy -7.75 3.75) (xy -7.75 3.25) (xy -8.25 3.25) (xy -8.25 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "be645d0f-8568-47a0-a152-e3ddd33563eb") + ) + (fp_poly + (pts + (xy -7.75 4.25) (xy -7.75 3.75) (xy -8.25 3.75) (xy -8.25 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d6fb27cf-362d-4568-967c-a5bf49d5931b") + ) + (fp_poly + (pts + (xy -7.75 5.25) (xy -7.75 4.75) (xy -8.25 4.75) (xy -8.25 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc") + ) + (fp_poly + (pts + (xy -7.75 5.75) (xy -7.75 5.25) (xy -8.25 5.25) (xy -8.25 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f40d350f-0d3e-4f8a-b004-d950f2f8f1ba") + ) + (fp_poly + (pts + (xy -7.75 6.25) (xy -7.75 5.75) (xy -8.25 5.75) (xy -8.25 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c7e7067c-5f5e-48d8-ab59-df26f9b35863") + ) + (fp_poly + (pts + (xy -7.75 6.75) (xy -7.75 6.25) (xy -8.25 6.25) (xy -8.25 6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "16a9ae8c-3ad2-439b-8efe-377c994670c7") + ) + (fp_poly + (pts + (xy -7.75 7.25) (xy -7.75 6.75) (xy -8.25 6.75) (xy -8.25 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ca87f11b-5f48-4b57-8535-68d3ec2fe5a9") + ) + (fp_poly + (pts + (xy -7.75 7.75) (xy -7.75 7.25) (xy -8.25 7.25) (xy -8.25 7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b96fe6ac-3535-4455-ab88-ed77f5e46d6e") + ) + (fp_poly + (pts + (xy -7.75 8.25) (xy -7.75 7.75) (xy -8.25 7.75) (xy -8.25 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "03caada9-9e22-4e2d-9035-b15433dfbb17") + ) + (fp_poly + (pts + (xy -7.25 -7.75) (xy -7.25 -8.25) (xy -7.75 -8.25) (xy -7.75 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fe14c012-3d58-4e5e-9a37-4b9765a7f764") + ) + (fp_poly + (pts + (xy -7.25 -4.75) (xy -7.25 -5.25) (xy -7.75 -5.25) (xy -7.75 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4c843bdb-6c9e-40dd-85e2-0567846e18ba") + ) + (fp_poly + (pts + (xy -7.25 -3.25) (xy -7.25 -3.75) (xy -7.75 -3.75) (xy -7.75 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "43707e99-bdd7-4b02-9974-540ed6c2b0aa") + ) + (fp_poly + (pts + (xy -7.25 -1.75) (xy -7.25 -2.25) (xy -7.75 -2.25) (xy -7.75 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bc0dbc57-3ae8-4ce5-a05c-2d6003bba475") + ) + (fp_poly + (pts + (xy -7.25 -0.75) (xy -7.25 -1.25) (xy -7.75 -1.25) (xy -7.75 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4f411f68-04bd-4175-a406-bcaa4cf6601e") + ) + (fp_poly + (pts + (xy -7.25 -0.25) (xy -7.25 -0.75) (xy -7.75 -0.75) (xy -7.75 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "026ac84e-b8b2-4dd2-b675-8323c24fd778") + ) + (fp_poly + (pts + (xy -7.25 1.25) (xy -7.25 0.75) (xy -7.75 0.75) (xy -7.75 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e67b9f8c-019b-4145-98a4-96545f6bb128") + ) + (fp_poly + (pts + (xy -7.25 1.75) (xy -7.25 1.25) (xy -7.75 1.25) (xy -7.75 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "609b9e1b-4e3b-42b7-ac76-a62ec4d0e7c7") + ) + (fp_poly + (pts + (xy -7.25 5.25) (xy -7.25 4.75) (xy -7.75 4.75) (xy -7.75 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "34a74736-156e-4bf3-9200-cd137cfa59da") + ) + (fp_poly + (pts + (xy -7.25 8.25) (xy -7.25 7.75) (xy -7.75 7.75) (xy -7.75 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb") + ) + (fp_poly + (pts + (xy -6.75 -7.75) (xy -6.75 -8.25) (xy -7.25 -8.25) (xy -7.25 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6afc19cf-38b4-47a3-bc2b-445b18724310") + ) + (fp_poly + (pts + (xy -6.75 -6.75) (xy -6.75 -7.25) (xy -7.25 -7.25) (xy -7.25 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3e0392c0-affc-4114-9de5-1f1cfe79418a") + ) + (fp_poly + (pts + (xy -6.75 -6.25) (xy -6.75 -6.75) (xy -7.25 -6.75) (xy -7.25 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "63c56ea4-91a3-4172-b9de-a4388cc8f894") + ) + (fp_poly + (pts + (xy -6.75 -5.75) (xy -6.75 -6.25) (xy -7.25 -6.25) (xy -7.25 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "18c61c95-8af1-4986-b67e-c7af9c15ab6b") + ) + (fp_poly + (pts + (xy -6.75 -4.75) (xy -6.75 -5.25) (xy -7.25 -5.25) (xy -7.25 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6ffdf05e-e119-49f9-85e9-13e4901df42a") + ) + (fp_poly + (pts + (xy -6.75 -3.75) (xy -6.75 -4.25) (xy -7.25 -4.25) (xy -7.25 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "dae72997-44fc-4275-b36f-cd70bf46cfba") + ) + (fp_poly + (pts + (xy -6.75 -3.25) (xy -6.75 -3.75) (xy -7.25 -3.75) (xy -7.25 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d4c9471f-7503-4339-928c-d1abae1eede6") + ) + (fp_poly + (pts + (xy -6.75 -2.25) (xy -6.75 -2.75) (xy -7.25 -2.75) (xy -7.25 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "997c2f12-73ba-4c01-9ee0-42e37cbab790") + ) + (fp_poly + (pts + (xy -6.75 -0.25) (xy -6.75 -0.75) (xy -7.25 -0.75) (xy -7.25 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0bcafe80-ffba-4f1e-ae51-95a595b006db") + ) + (fp_poly + (pts + (xy -6.75 1.75) (xy -6.75 1.25) (xy -7.25 1.25) (xy -7.25 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7afa54c4-2181-41d3-81f7-39efc497ecae") + ) + (fp_poly + (pts + (xy -6.75 2.25) (xy -6.75 1.75) (xy -7.25 1.75) (xy -7.25 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4fa10683-33cd-4dcd-8acc-2415cd63c62a") + ) + (fp_poly + (pts + (xy -6.75 2.75) (xy -6.75 2.25) (xy -7.25 2.25) (xy -7.25 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7") + ) + (fp_poly + (pts + (xy -6.75 5.25) (xy -6.75 4.75) (xy -7.25 4.75) (xy -7.25 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "87d7448e-e139-4209-ae0b-372f805267da") + ) + (fp_poly + (pts + (xy -6.75 6.25) (xy -6.75 5.75) (xy -7.25 5.75) (xy -7.25 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "21ae9c3a-7138-444e-be38-56a4842ab594") + ) + (fp_poly + (pts + (xy -6.75 6.75) (xy -6.75 6.25) (xy -7.25 6.25) (xy -7.25 6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "770ad51a-7219-4633-b24a-bd20feb0a6c5") + ) + (fp_poly + (pts + (xy -6.75 7.25) (xy -6.75 6.75) (xy -7.25 6.75) (xy -7.25 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "01e9b6e7-adf9-4ee7-9447-a588630ee4a2") + ) + (fp_poly + (pts + (xy -6.75 8.25) (xy -6.75 7.75) (xy -7.25 7.75) (xy -7.25 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "639c0e59-e95c-4114-bccd-2e7277505454") + ) + (fp_poly + (pts + (xy -6.25 -7.75) (xy -6.25 -8.25) (xy -6.75 -8.25) (xy -6.75 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "84d296ba-3d39-4264-ad19-947f90c54396") + ) + (fp_poly + (pts + (xy -6.25 -6.75) (xy -6.25 -7.25) (xy -6.75 -7.25) (xy -6.75 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cf815d51-c956-4c5a-adde-c373cb025b07") + ) + (fp_poly + (pts + (xy -6.25 -6.25) (xy -6.25 -6.75) (xy -6.75 -6.75) (xy -6.75 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5701b80f-f006-4814-81c9-0c7f006088a9") + ) + (fp_poly + (pts + (xy -6.25 -5.75) (xy -6.25 -6.25) (xy -6.75 -6.25) (xy -6.75 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4e27930e-1827-4788-aa6b-487321d46602") + ) + (fp_poly + (pts + (xy -6.25 -4.75) (xy -6.25 -5.25) (xy -6.75 -5.25) (xy -6.75 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c4cab9c5-d6e5-4660-b910-603a51b56783") + ) + (fp_poly + (pts + (xy -6.25 -3.75) (xy -6.25 -4.25) (xy -6.75 -4.25) (xy -6.75 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9dcdc92b-2219-4a4a-8954-45f02cc3ab25") + ) + (fp_poly + (pts + (xy -6.25 -2.75) (xy -6.25 -3.25) (xy -6.75 -3.25) (xy -6.75 -2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "16121028-bdf5-49c0-aae7-e28fe5bfa771") + ) + (fp_poly + (pts + (xy -6.25 -0.75) (xy -6.25 -1.25) (xy -6.75 -1.25) (xy -6.75 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8fc062a7-114d-48eb-a8f8-71128838f380") + ) + (fp_poly + (pts + (xy -6.25 -0.25) (xy -6.25 -0.75) (xy -6.75 -0.75) (xy -6.75 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e32ee344-1030-4498-9cac-bfbf7540faf4") + ) + (fp_poly + (pts + (xy -6.25 0.25) (xy -6.25 -0.25) (xy -6.75 -0.25) (xy -6.75 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cada57e2-1fa7-4b9d-a2a0-2218773d5c50") + ) + (fp_poly + (pts + (xy -6.25 1.75) (xy -6.25 1.25) (xy -6.75 1.25) (xy -6.75 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "70fb572d-d5ec-41e7-9482-63d4578b4f47") + ) + (fp_poly + (pts + (xy -6.25 2.75) (xy -6.25 2.25) (xy -6.75 2.25) (xy -6.75 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "240c10af-51b5-420e-a6f4-a2c8f5db1db5") + ) + (fp_poly + (pts + (xy -6.25 3.75) (xy -6.25 3.25) (xy -6.75 3.25) (xy -6.75 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ebd06df3-d52b-4cff-99a2-a771df6d3733") + ) + (fp_poly + (pts + (xy -6.25 4.25) (xy -6.25 3.75) (xy -6.75 3.75) (xy -6.75 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7e0a03ae-d054-4f76-a131-5c09b8dc1636") + ) + (fp_poly + (pts + (xy -6.25 5.25) (xy -6.25 4.75) (xy -6.75 4.75) (xy -6.75 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "099096e4-8c2a-4d84-a16f-06b4b6330e7a") + ) + (fp_poly + (pts + (xy -6.25 6.25) (xy -6.25 5.75) (xy -6.75 5.75) (xy -6.75 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "19c56563-5fe3-442a-885b-418dbc2421eb") + ) + (fp_poly + (pts + (xy -6.25 6.75) (xy -6.25 6.25) (xy -6.75 6.25) (xy -6.75 6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b7199d9b-bebb-4100-9ad3-c2bd31e21d65") + ) + (fp_poly + (pts + (xy -6.25 7.25) (xy -6.25 6.75) (xy -6.75 6.75) (xy -6.75 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec") + ) + (fp_poly + (pts + (xy -6.25 8.25) (xy -6.25 7.75) (xy -6.75 7.75) (xy -6.75 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d3c11c8f-a73d-4211-934b-a6da255728ad") + ) + (fp_poly + (pts + (xy -5.75 -7.75) (xy -5.75 -8.25) (xy -6.25 -8.25) (xy -6.25 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a90361cd-254c-4d27-ae1f-9a6c85bafe28") + ) + (fp_poly + (pts + (xy -5.75 -6.75) (xy -5.75 -7.25) (xy -6.25 -7.25) (xy -6.25 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "dca1d7db-c913-4d73-a2cc-fdc9651eda69") + ) + (fp_poly + (pts + (xy -5.75 -6.25) (xy -5.75 -6.75) (xy -6.25 -6.75) (xy -6.25 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9b6bb172-1ac4-440a-ac75-c1917d9d59c7") + ) + (fp_poly + (pts + (xy -5.75 -5.75) (xy -5.75 -6.25) (xy -6.25 -6.25) (xy -6.25 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8cd050d6-228c-4da0-9533-b4f8d14cfb34") + ) + (fp_poly + (pts + (xy -5.75 -4.75) (xy -5.75 -5.25) (xy -6.25 -5.25) (xy -6.25 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9a2d648d-863a-4b7b-80f9-d537185c212b") + ) + (fp_poly + (pts + (xy -5.75 -3.75) (xy -5.75 -4.25) (xy -6.25 -4.25) (xy -6.25 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3c5e5ea9-793d-46e3-86bc-5884c4490dc7") + ) + (fp_poly + (pts + (xy -5.75 1.25) (xy -5.75 0.75) (xy -6.25 0.75) (xy -6.25 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7c04618d-9115-4179-b234-a8faf854ea92") + ) + (fp_poly + (pts + (xy -5.75 2.25) (xy -5.75 1.75) (xy -6.25 1.75) (xy -6.25 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2846428d-39de-4eae-8ce2-64955d56c493") + ) + (fp_poly + (pts + (xy -5.75 3.25) (xy -5.75 2.75) (xy -6.25 2.75) (xy -6.25 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a5e521b9-814e-4853-a5ac-f158785c6269") + ) + (fp_poly + (pts + (xy -5.75 4.25) (xy -5.75 3.75) (xy -6.25 3.75) (xy -6.25 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "20c315f4-1e4f-49aa-8d61-778a7389df7e") + ) + (fp_poly + (pts + (xy -5.75 5.25) (xy -5.75 4.75) (xy -6.25 4.75) (xy -6.25 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a13ab237-8f8d-4e16-8c47-4440653b8534") + ) + (fp_poly + (pts + (xy -5.75 6.25) (xy -5.75 5.75) (xy -6.25 5.75) (xy -6.25 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "14769dc5-8525-4984-8b15-a734ee247efa") + ) + (fp_poly + (pts + (xy -5.75 6.75) (xy -5.75 6.25) (xy -6.25 6.25) (xy -6.25 6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6595b9c7-02ee-4647-bde5-6b566e35163e") + ) + (fp_poly + (pts + (xy -5.75 7.25) (xy -5.75 6.75) (xy -6.25 6.75) (xy -6.25 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a5cd8da1-8f7f-4f80-bb23-0317de562222") + ) + (fp_poly + (pts + (xy -5.75 8.25) (xy -5.75 7.75) (xy -6.25 7.75) (xy -6.25 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a15a7506-eae4-4933-84da-9ad754258706") + ) + (fp_poly + (pts + (xy -5.25 -7.75) (xy -5.25 -8.25) (xy -5.75 -8.25) (xy -5.75 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "18d11f32-e1a6-4f29-8e3c-0bfeb07299bd") + ) + (fp_poly + (pts + (xy -5.25 -4.75) (xy -5.25 -5.25) (xy -5.75 -5.25) (xy -5.75 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5c30b9b4-3014-4f50-9329-27a539b67e01") + ) + (fp_poly + (pts + (xy -5.25 -3.75) (xy -5.25 -4.25) (xy -5.75 -4.25) (xy -5.75 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "98914cc3-56fe-40bb-820a-3d157225c145") + ) + (fp_poly + (pts + (xy -5.25 -2.25) (xy -5.25 -2.75) (xy -5.75 -2.75) (xy -5.75 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1199146e-a60b-416a-b503-e77d6d2892f9") + ) + (fp_poly + (pts + (xy -5.25 -1.75) (xy -5.25 -2.25) (xy -5.75 -2.25) (xy -5.75 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c8b92953-cd23-44e6-85ce-083fb8c3f20f") + ) + (fp_poly + (pts + (xy -5.25 -1.25) (xy -5.25 -1.75) (xy -5.75 -1.75) (xy -5.75 -1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "699feae1-8cdd-4d2b-947f-f24849c73cdb") + ) + (fp_poly + (pts + (xy -5.25 -0.75) (xy -5.25 -1.25) (xy -5.75 -1.25) (xy -5.75 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "917920ab-0c6e-4927-974d-ef342cdd4f63") + ) + (fp_poly + (pts + (xy -5.25 -0.25) (xy -5.25 -0.75) (xy -5.75 -0.75) (xy -5.75 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "86dc7a78-7d51-4111-9eea-8a8f7977eb16") + ) + (fp_poly + (pts + (xy -5.25 0.25) (xy -5.25 -0.25) (xy -5.75 -0.25) (xy -5.75 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b5071759-a4d7-4769-be02-251f23cd4454") + ) + (fp_poly + (pts + (xy -5.25 0.75) (xy -5.25 0.25) (xy -5.75 0.25) (xy -5.75 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "79e31048-072a-4a40-a625-26bb0b5f046b") + ) + (fp_poly + (pts + (xy -5.25 1.25) (xy -5.25 0.75) (xy -5.75 0.75) (xy -5.75 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e502d1d5-04b0-4d4b-b5c3-8c52d09668e7") + ) + (fp_poly + (pts + (xy -5.25 1.75) (xy -5.25 1.25) (xy -5.75 1.25) (xy -5.75 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eae0ab9f-65b2-44d3-aba7-873c3227fba7") + ) + (fp_poly + (pts + (xy -5.25 2.75) (xy -5.25 2.25) (xy -5.75 2.25) (xy -5.75 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2d697cf0-e02e-4ed1-a048-a704dab0ee43") + ) + (fp_poly + (pts + (xy -5.25 3.25) (xy -5.25 2.75) (xy -5.75 2.75) (xy -5.75 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "89e83c2e-e90a-4a50-b278-880bac0cfb49") + ) + (fp_poly + (pts + (xy -5.25 3.75) (xy -5.25 3.25) (xy -5.75 3.25) (xy -5.75 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c9667181-b3c7-4b01-b8b4-baa29a9aea63") + ) + (fp_poly + (pts + (xy -5.25 5.25) (xy -5.25 4.75) (xy -5.75 4.75) (xy -5.75 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ca5a4651-0d1d-441b-b17d-01518ef3b656") + ) + (fp_poly + (pts + (xy -5.25 8.25) (xy -5.25 7.75) (xy -5.75 7.75) (xy -5.75 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c8c79177-94d4-43e2-a654-f0a5554fbb68") + ) + (fp_poly + (pts + (xy -4.75 -7.75) (xy -4.75 -8.25) (xy -5.25 -8.25) (xy -5.25 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6325c32f-c82a-4357-b022-f9c7e76f412e") + ) + (fp_poly + (pts + (xy -4.75 -7.25) (xy -4.75 -7.75) (xy -5.25 -7.75) (xy -5.25 -7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2b5a9ad3-7ec4-447d-916c-47adf5f9674f") + ) + (fp_poly + (pts + (xy -4.75 -6.75) (xy -4.75 -7.25) (xy -5.25 -7.25) (xy -5.25 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "66218487-e316-4467-9eba-79d4626ab24e") + ) + (fp_poly + (pts + (xy -4.75 -6.25) (xy -4.75 -6.75) (xy -5.25 -6.75) (xy -5.25 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "66bc2bca-dab7-4947-a0ff-403cdaf9fb89") + ) + (fp_poly + (pts + (xy -4.75 -5.75) (xy -4.75 -6.25) (xy -5.25 -6.25) (xy -5.25 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bde95c06-433a-4c03-bc48-e3abcdb4e054") + ) + (fp_poly + (pts + (xy -4.75 -5.25) (xy -4.75 -5.75) (xy -5.25 -5.75) (xy -5.25 -5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c3b3d7f4-943f-4cff-b180-87ef3e1bcbff") + ) + (fp_poly + (pts + (xy -4.75 -4.75) (xy -4.75 -5.25) (xy -5.25 -5.25) (xy -5.25 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1f9ae101-c652-4998-a503-17aedf3d5746") + ) + (fp_poly + (pts + (xy -4.75 -3.75) (xy -4.75 -4.25) (xy -5.25 -4.25) (xy -5.25 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "88610282-a92d-4c3d-917a-ea95d59e0759") + ) + (fp_poly + (pts + (xy -4.75 -2.75) (xy -4.75 -3.25) (xy -5.25 -3.25) (xy -5.25 -2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e97b5984-9f0f-43a4-9b8a-838eef4cceb2") + ) + (fp_poly + (pts + (xy -4.75 -1.75) (xy -4.75 -2.25) (xy -5.25 -2.25) (xy -5.25 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0520f61d-4522-4301-a3fa-8ed0bf060f69") + ) + (fp_poly + (pts + (xy -4.75 -0.75) (xy -4.75 -1.25) (xy -5.25 -1.25) (xy -5.25 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa") + ) + (fp_poly + (pts + (xy -4.75 0.25) (xy -4.75 -0.25) (xy -5.25 -0.25) (xy -5.25 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4b03e854-02fe-44cc-bece-f8268b7cae54") + ) + (fp_poly + (pts + (xy -4.75 1.25) (xy -4.75 0.75) (xy -5.25 0.75) (xy -5.25 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e4d2f565-25a0-48c6-be59-f4bf31ad2558") + ) + (fp_poly + (pts + (xy -4.75 2.25) (xy -4.75 1.75) (xy -5.25 1.75) (xy -5.25 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "071522c0-d0ed-49b9-906e-6295f67fb0dc") + ) + (fp_poly + (pts + (xy -4.75 3.25) (xy -4.75 2.75) (xy -5.25 2.75) (xy -5.25 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "576c6616-e95d-4f1e-8ead-dea30fcdc8c2") + ) + (fp_poly + (pts + (xy -4.75 4.25) (xy -4.75 3.75) (xy -5.25 3.75) (xy -5.25 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7a4ce4b3-518a-4819-b8b2-5127b3347c64") + ) + (fp_poly + (pts + (xy -4.75 5.25) (xy -4.75 4.75) (xy -5.25 4.75) (xy -5.25 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6284122b-79c3-4e04-925e-3d32cc3ec077") + ) + (fp_poly + (pts + (xy -4.75 5.75) (xy -4.75 5.25) (xy -5.25 5.25) (xy -5.25 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "aa2ea573-3f20-43c1-aa99-1f9c6031a9aa") + ) + (fp_poly + (pts + (xy -4.75 6.25) (xy -4.75 5.75) (xy -5.25 5.75) (xy -5.25 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e43dbe34-ed17-4e35-a5c7-2f1679b3c415") + ) + (fp_poly + (pts + (xy -4.75 6.75) (xy -4.75 6.25) (xy -5.25 6.25) (xy -5.25 6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f3628265-0155-43e2-a467-c40ff783e265") + ) + (fp_poly + (pts + (xy -4.75 7.25) (xy -4.75 6.75) (xy -5.25 6.75) (xy -5.25 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "16bd6381-8ac0-4bf2-9dce-ecc20c724b8d") + ) + (fp_poly + (pts + (xy -4.75 7.75) (xy -4.75 7.25) (xy -5.25 7.25) (xy -5.25 7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "68877d35-b796-44db-9124-b8e744e7412e") + ) + (fp_poly + (pts + (xy -4.75 8.25) (xy -4.75 7.75) (xy -5.25 7.75) (xy -5.25 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e21aa84b-970e-47cf-b64f-3b55ee0e1b51") + ) + (fp_poly + (pts + (xy -4.25 -2.75) (xy -4.25 -3.25) (xy -4.75 -3.25) (xy -4.75 -2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4db55cb8-197b-4402-871f-ce582b65664b") + ) + (fp_poly + (pts + (xy -4.25 -1.75) (xy -4.25 -2.25) (xy -4.75 -2.25) (xy -4.75 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "411d4270-c66c-4318-b7fb-1470d34862b8") + ) + (fp_poly + (pts + (xy -4.25 -0.75) (xy -4.25 -1.25) (xy -4.75 -1.25) (xy -4.75 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6f675e5f-8fe6-4148-baf1-da97afc770f8") + ) + (fp_poly + (pts + (xy -4.25 -0.25) (xy -4.25 -0.75) (xy -4.75 -0.75) (xy -4.75 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "37b6c6d6-3e12-4736-912a-ea6e2bf06721") + ) + (fp_poly + (pts + (xy -4.25 0.75) (xy -4.25 0.25) (xy -4.75 0.25) (xy -4.75 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b4300db7-1220-431a-b7c3-2edbdf8fa6fc") + ) + (fp_poly + (pts + (xy -4.25 1.25) (xy -4.25 0.75) (xy -4.75 0.75) (xy -4.75 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "998b7fa5-31a5-472e-9572-49d5226d6098") + ) + (fp_poly + (pts + (xy -4.25 2.75) (xy -4.25 2.25) (xy -4.75 2.25) (xy -4.75 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c09938fd-06b9-4771-9f63-2311626243b3") + ) + (fp_poly + (pts + (xy -4.25 3.75) (xy -4.25 3.25) (xy -4.75 3.25) (xy -4.75 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d5b800ca-1ab6-4b66-b5f7-2dda5658b504") + ) + (fp_poly + (pts + (xy -4.25 4.25) (xy -4.25 3.75) (xy -4.75 3.75) (xy -4.75 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a9b3f6e4-7a6d-4ae8-ad28-3d8458e0ca1a") + ) + (fp_poly + (pts + (xy -3.75 -6.75) (xy -3.75 -7.25) (xy -4.25 -7.25) (xy -4.25 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0fafc6b9-fd35-4a55-9270-7a8e7ce3cb13") + ) + (fp_poly + (pts + (xy -3.75 -6.25) (xy -3.75 -6.75) (xy -4.25 -6.75) (xy -4.25 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9286cf02-1563-41d2-9931-c192c33bab31") + ) + (fp_poly + (pts + (xy -3.75 -5.75) (xy -3.75 -6.25) (xy -4.25 -6.25) (xy -4.25 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "60aa0ce8-9d0e-48ca-bbf9-866403979e9b") + ) + (fp_poly + (pts + (xy -3.75 -5.25) (xy -3.75 -5.75) (xy -4.25 -5.75) (xy -4.25 -5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "30c33e3e-fb78-498d-bffe-76273d527004") + ) + (fp_poly + (pts + (xy -3.75 -4.75) (xy -3.75 -5.25) (xy -4.25 -5.25) (xy -4.25 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e5b328f6-dc69-4905-ae98-2dc3200a51d6") + ) + (fp_poly + (pts + (xy -3.75 -4.25) (xy -3.75 -4.75) (xy -4.25 -4.75) (xy -4.25 -4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cc48dd41-7768-48d3-b096-2c4cc2126c9d") + ) + (fp_poly + (pts + (xy -3.75 -3.25) (xy -3.75 -3.75) (xy -4.25 -3.75) (xy -4.25 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1171ce37-6ad7-4662-bb68-5592c945ebf3") + ) + (fp_poly + (pts + (xy -3.75 -1.25) (xy -3.75 -1.75) (xy -4.25 -1.75) (xy -4.25 -1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e5864fe6-2a71-47f0-90ce-38c3f8901580") + ) + (fp_poly + (pts + (xy -3.75 -0.75) (xy -3.75 -1.25) (xy -4.25 -1.25) (xy -4.25 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6e435cd4-da2b-4602-a0aa-5dd988834dff") + ) + (fp_poly + (pts + (xy -3.75 -0.25) (xy -3.75 -0.75) (xy -4.25 -0.75) (xy -4.25 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bb4b1afc-c46e-451d-8dad-36b7dec82f26") + ) + (fp_poly + (pts + (xy -3.75 1.75) (xy -3.75 1.25) (xy -4.25 1.25) (xy -4.25 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea") + ) + (fp_poly + (pts + (xy -3.75 2.25) (xy -3.75 1.75) (xy -4.25 1.75) (xy -4.25 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4e315e69-0417-463a-8b7f-469a08d1496e") + ) + (fp_poly + (pts + (xy -3.75 4.75) (xy -3.75 4.25) (xy -4.25 4.25) (xy -4.25 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c8029a4c-945d-42ca-871a-dd73ff50a1a3") + ) + (fp_poly + (pts + (xy -3.75 5.75) (xy -3.75 5.25) (xy -4.25 5.25) (xy -4.25 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "240e5dac-6242-47a5-bbef-f76d11c715c0") + ) + (fp_poly + (pts + (xy -3.75 6.25) (xy -3.75 5.75) (xy -4.25 5.75) (xy -4.25 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6ec113ca-7d27-4b14-a180-1e5e2fd1c167") + ) + (fp_poly + (pts + (xy -3.75 6.75) (xy -3.75 6.25) (xy -4.25 6.25) (xy -4.25 6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b1c649b1-f44d-46c7-9dea-818e75a1b87e") + ) + (fp_poly + (pts + (xy -3.75 7.25) (xy -3.75 6.75) (xy -4.25 6.75) (xy -4.25 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "85b7594c-358f-454b-b2ad-dd0b1d67ed76") + ) + (fp_poly + (pts + (xy -3.75 8.25) (xy -3.75 7.75) (xy -4.25 7.75) (xy -4.25 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "40976bf0-19de-460f-ad64-224d4f51e16b") + ) + (fp_poly + (pts + (xy -3.25 -7.75) (xy -3.25 -8.25) (xy -3.75 -8.25) (xy -3.75 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9e813ec2-d4ce-4e2e-b379-c6fedb4c45db") + ) + (fp_poly + (pts + (xy -3.25 -7.25) (xy -3.25 -7.75) (xy -3.75 -7.75) (xy -3.75 -7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c8a44971-63c1-4a19-879d-b6647b2dc08d") + ) + (fp_poly + (pts + (xy -3.25 -6.25) (xy -3.25 -6.75) (xy -3.75 -6.75) (xy -3.75 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3b686d17-1000-4762-ba31-589d599a3edf") + ) + (fp_poly + (pts + (xy -3.25 -5.75) (xy -3.25 -6.25) (xy -3.75 -6.25) (xy -3.75 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "593b8647-0095-46cc-ba23-3cf2a86edb5e") + ) + (fp_poly + (pts + (xy -3.25 -4.25) (xy -3.25 -4.75) (xy -3.75 -4.75) (xy -3.75 -4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b4833916-7a3e-4498-86fb-ec6d13262ffe") + ) + (fp_poly + (pts + (xy -3.25 -3.25) (xy -3.25 -3.75) (xy -3.75 -3.75) (xy -3.75 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "076046ab-4b56-4060-b8d9-0d80806d0277") + ) + (fp_poly + (pts + (xy -3.25 -1.75) (xy -3.25 -2.25) (xy -3.75 -2.25) (xy -3.75 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8fcec304-c6b1-4655-8326-beacd0476953") + ) + (fp_poly + (pts + (xy -3.25 -1.25) (xy -3.25 -1.75) (xy -3.75 -1.75) (xy -3.75 -1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "61fe4c73-be59-4519-98f1-a634322a841d") + ) + (fp_poly + (pts + (xy -3.25 -0.75) (xy -3.25 -1.25) (xy -3.75 -1.25) (xy -3.75 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eae14f5f-515c-4a6f-ad0e-e8ef233d14bf") + ) + (fp_poly + (pts + (xy -3.25 -0.25) (xy -3.25 -0.75) (xy -3.75 -0.75) (xy -3.75 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "34d03349-6d78-4165-a683-2d8b76f2bae8") + ) + (fp_poly + (pts + (xy -3.25 0.25) (xy -3.25 -0.25) (xy -3.75 -0.25) (xy -3.75 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1c68b844-c861-46b7-b734-0242168a4220") + ) + (fp_poly + (pts + (xy -3.25 0.75) (xy -3.25 0.25) (xy -3.75 0.25) (xy -3.75 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "700e8b73-5976-423f-a3f3-ab3d9f3e9760") + ) + (fp_poly + (pts + (xy -3.25 2.75) (xy -3.25 2.25) (xy -3.75 2.25) (xy -3.75 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "40b14a16-fb82-4b9d-89dd-55cd98abb5cc") + ) + (fp_poly + (pts + (xy -3.25 3.25) (xy -3.25 2.75) (xy -3.75 2.75) (xy -3.75 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7b044939-8c4d-444f-b9e0-a15fcdeb5a86") + ) + (fp_poly + (pts + (xy -3.25 4.25) (xy -3.25 3.75) (xy -3.75 3.75) (xy -3.75 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a6b7df29-bcf8-46a9-b623-7eaac47f5110") + ) + (fp_poly + (pts + (xy -3.25 6.25) (xy -3.25 5.75) (xy -3.75 5.75) (xy -3.75 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bd065eaf-e495-4837-bdb3-129934de1fc7") + ) + (fp_poly + (pts + (xy -3.25 7.25) (xy -3.25 6.75) (xy -3.75 6.75) (xy -3.75 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c5eb1e4c-ce83-470e-8f32-e20ff1f886a3") + ) + (fp_poly + (pts + (xy -3.25 8.25) (xy -3.25 7.75) (xy -3.75 7.75) (xy -3.75 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8c514922-ffe1-4e37-a260-e807409f2e0d") + ) + (fp_poly + (pts + (xy -2.75 -7.75) (xy -2.75 -8.25) (xy -3.25 -8.25) (xy -3.25 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9390234f-bf3f-46cd-b6a0-8a438ec76e9f") + ) + (fp_poly + (pts + (xy -2.75 -7.25) (xy -2.75 -7.75) (xy -3.25 -7.75) (xy -3.25 -7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6241e6d3-a754-45b6-9f7c-e43019b93226") + ) + (fp_poly + (pts + (xy -2.75 -5.25) (xy -2.75 -5.75) (xy -3.25 -5.75) (xy -3.25 -5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5b0a5a46-7b51-4262-a80e-d33dd1806615") + ) + (fp_poly + (pts + (xy -2.75 -4.75) (xy -2.75 -5.25) (xy -3.25 -5.25) (xy -3.25 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "88cb65f4-7e9e-44eb-8692-3b6e2e788a94") + ) + (fp_poly + (pts + (xy -2.75 -4.25) (xy -2.75 -4.75) (xy -3.25 -4.75) (xy -3.25 -4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "71c6e723-673c-45a9-a0e4-9742220c52a3") + ) + (fp_poly + (pts + (xy -2.75 -3.25) (xy -2.75 -3.75) (xy -3.25 -3.75) (xy -3.25 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b0271cdd-de22-4bf4-8f55-fc137cfbd4ec") + ) + (fp_poly + (pts + (xy -2.75 -2.75) (xy -2.75 -3.25) (xy -3.25 -3.25) (xy -3.25 -2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9aedbb9e-8340-4899-b813-05b23382a36b") + ) + (fp_poly + (pts + (xy -2.75 -2.25) (xy -2.75 -2.75) (xy -3.25 -2.75) (xy -3.25 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cc15f583-a41b-43af-ba94-a75455506a96") + ) + (fp_poly + (pts + (xy -2.75 -0.25) (xy -2.75 -0.75) (xy -3.25 -0.75) (xy -3.25 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f8fc38ec-0b98-40bc-ae2f-e5cc29973bca") + ) + (fp_poly + (pts + (xy -2.75 0.25) (xy -2.75 -0.25) (xy -3.25 -0.25) (xy -3.25 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0f324b67-75ef-407f-8dbc-3c1fc5c2abba") + ) + (fp_poly + (pts + (xy -2.75 0.75) (xy -2.75 0.25) (xy -3.25 0.25) (xy -3.25 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1f8b2c0c-b042-4e2e-80f6-4959a27b238f") + ) + (fp_poly + (pts + (xy -2.75 1.25) (xy -2.75 0.75) (xy -3.25 0.75) (xy -3.25 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0f31f11f-c374-4640-b9a4-07bbdba8d354") + ) + (fp_poly + (pts + (xy -2.75 1.75) (xy -2.75 1.25) (xy -3.25 1.25) (xy -3.25 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cf386a39-fc62-49dd-8ec5-e044f6bd67ce") + ) + (fp_poly + (pts + (xy -2.75 2.25) (xy -2.75 1.75) (xy -3.25 1.75) (xy -3.25 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6a2b20ae-096c-4d9f-92f8-2087c865914f") + ) + (fp_poly + (pts + (xy -2.75 4.75) (xy -2.75 4.25) (xy -3.25 4.25) (xy -3.25 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "101ef598-601d-400e-9ef6-d655fbb1dbfa") + ) + (fp_poly + (pts + (xy -2.75 5.25) (xy -2.75 4.75) (xy -3.25 4.75) (xy -3.25 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "67763d19-f622-4e1e-81e5-5b24da7c3f99") + ) + (fp_poly + (pts + (xy -2.25 -7.25) (xy -2.25 -7.75) (xy -2.75 -7.75) (xy -2.75 -7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7d0dab95-9e7a-486e-a1d7-fc48860fd57d") + ) + (fp_poly + (pts + (xy -2.25 -6.75) (xy -2.25 -7.25) (xy -2.75 -7.25) (xy -2.75 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "27b2eb82-662b-42d8-90e6-830fec4bb8d2") + ) + (fp_poly + (pts + (xy -2.25 -6.25) (xy -2.25 -6.75) (xy -2.75 -6.75) (xy -2.75 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cebb9021-66d3-4116-98d4-5e6f3c1552be") + ) + (fp_poly + (pts + (xy -2.25 -5.75) (xy -2.25 -6.25) (xy -2.75 -6.25) (xy -2.75 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ed8a7f02-cf05-41d0-97b4-4388ef205e73") + ) + (fp_poly + (pts + (xy -2.25 -4.25) (xy -2.25 -4.75) (xy -2.75 -4.75) (xy -2.75 -4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e091e263-c616-48ef-a460-465c70218987") + ) + (fp_poly + (pts + (xy -2.25 -2.75) (xy -2.25 -3.25) (xy -2.75 -3.25) (xy -2.75 -2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fa918b6d-f6cf-4471-be3b-4ff713f55a2e") + ) + (fp_poly + (pts + (xy -2.25 -2.25) (xy -2.25 -2.75) (xy -2.75 -2.75) (xy -2.75 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "479331ff-c540-41f4-84e6-b48d65171e59") + ) + (fp_poly + (pts + (xy -2.25 -0.75) (xy -2.25 -1.25) (xy -2.75 -1.25) (xy -2.75 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9a0b74a5-4879-4b51-8e8e-6d85a0107422") + ) + (fp_poly + (pts + (xy -2.25 -0.25) (xy -2.25 -0.75) (xy -2.75 -0.75) (xy -2.75 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a7531a95-7ca1-4f34-955e-18120cec99e6") + ) + (fp_poly + (pts + (xy -2.25 0.25) (xy -2.25 -0.25) (xy -2.75 -0.25) (xy -2.75 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d2d7bea6-0c22-495f-8666-323b30e03150") + ) + (fp_poly + (pts + (xy -2.25 1.25) (xy -2.25 0.75) (xy -2.75 0.75) (xy -2.75 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "18b7e157-ae67-48ad-bd7c-9fef6fe45b22") + ) + (fp_poly + (pts + (xy -2.25 1.75) (xy -2.25 1.25) (xy -2.75 1.25) (xy -2.75 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "009a4fb4-fcc0-4623-ae5d-c1bae3219583") + ) + (fp_poly + (pts + (xy -2.25 3.25) (xy -2.25 2.75) (xy -2.75 2.75) (xy -2.75 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0325ec43-0390-4ae2-b055-b1ec6ce17b1c") + ) + (fp_poly + (pts + (xy -2.25 3.75) (xy -2.25 3.25) (xy -2.75 3.25) (xy -2.75 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cff34251-839c-4da9-a0ad-85d0fc4e32af") + ) + (fp_poly + (pts + (xy -2.25 5.75) (xy -2.25 5.25) (xy -2.75 5.25) (xy -2.75 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0351df45-d042-41d4-ba35-88092c7be2fc") + ) + (fp_poly + (pts + (xy -2.25 7.25) (xy -2.25 6.75) (xy -2.75 6.75) (xy -2.75 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "60dcd1fe-7079-4cb8-b509-04558ccf5097") + ) + (fp_poly + (pts + (xy -2.25 8.25) (xy -2.25 7.75) (xy -2.75 7.75) (xy -2.75 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c25a772d-af9c-4ebc-96f6-0966738c13a8") + ) + (fp_poly + (pts + (xy -1.75 -6.75) (xy -1.75 -7.25) (xy -2.25 -7.25) (xy -2.25 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8b290a17-6328-4178-9131-29524d345539") + ) + (fp_poly + (pts + (xy -1.75 -5.75) (xy -1.75 -6.25) (xy -2.25 -6.25) (xy -2.25 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7a74c4b1-6243-4a12-85a2-bc41d346e7aa") + ) + (fp_poly + (pts + (xy -1.75 -4.75) (xy -1.75 -5.25) (xy -2.25 -5.25) (xy -2.25 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "faa1812c-fdf3-47ae-9cf4-ae06a263bfbd") + ) + (fp_poly + (pts + (xy -1.75 -4.25) (xy -1.75 -4.75) (xy -2.25 -4.75) (xy -2.25 -4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "935057d5-6882-4c15-9a35-54677912ba12") + ) + (fp_poly + (pts + (xy -1.75 -3.25) (xy -1.75 -3.75) (xy -2.25 -3.75) (xy -2.25 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "196a8dd5-5fd6-4c7f-ae4a-0104bd82e61b") + ) + (fp_poly + (pts + (xy -1.75 -1.25) (xy -1.75 -1.75) (xy -2.25 -1.75) (xy -2.25 -1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f9c81c26-f253-4227-a69f-53e64841cfbe") + ) + (fp_poly + (pts + (xy -1.75 0.75) (xy -1.75 0.25) (xy -2.25 0.25) (xy -2.25 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e5203297-b913-4288-a576-12a92185cb52") + ) + (fp_poly + (pts + (xy -1.75 1.75) (xy -1.75 1.25) (xy -2.25 1.25) (xy -2.25 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "91c1eb0a-67ae-4ef0-95ce-d060a03a7313") + ) + (fp_poly + (pts + (xy -1.75 3.75) (xy -1.75 3.25) (xy -2.25 3.25) (xy -2.25 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56") + ) + (fp_poly + (pts + (xy -1.75 4.75) (xy -1.75 4.25) (xy -2.25 4.25) (xy -2.25 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7f52d787-caa3-4a92-b1b2-19d554dc29a4") + ) + (fp_poly + (pts + (xy -1.75 5.75) (xy -1.75 5.25) (xy -2.25 5.25) (xy -2.25 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e472dac4-5b65-4920-b8b2-6065d140a69d") + ) + (fp_poly + (pts + (xy -1.75 7.25) (xy -1.75 6.75) (xy -2.25 6.75) (xy -2.25 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ec31c074-17b2-48e1-ab01-071acad3fa04") + ) + (fp_poly + (pts + (xy -1.75 7.75) (xy -1.75 7.25) (xy -2.25 7.25) (xy -2.25 7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c332fa55-4168-4f55-88a5-f82c7c21040b") + ) + (fp_poly + (pts + (xy -1.75 8.25) (xy -1.75 7.75) (xy -2.25 7.75) (xy -2.25 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d5641ac9-9be7-46bf-90b3-6c83d852b5ba") + ) + (fp_poly + (pts + (xy -1.25 -5.75) (xy -1.25 -6.25) (xy -1.75 -6.25) (xy -1.75 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f1e619ac-5067-41df-8384-776ec70a6093") + ) + (fp_poly + (pts + (xy -1.25 -5.25) (xy -1.25 -5.75) (xy -1.75 -5.75) (xy -1.75 -5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e5217a0c-7f55-4c30-adda-7f8d95709d1b") + ) + (fp_poly + (pts + (xy -1.25 -4.25) (xy -1.25 -4.75) (xy -1.75 -4.75) (xy -1.75 -4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8de2d84c-ff45-4d4f-bc49-c166f6ae6b91") + ) + (fp_poly + (pts + (xy -1.25 -3.25) (xy -1.25 -3.75) (xy -1.75 -3.75) (xy -1.75 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c514e30c-e48e-4ca5-ab44-8b3afedef1f2") + ) + (fp_poly + (pts + (xy -1.25 -2.75) (xy -1.25 -3.25) (xy -1.75 -3.25) (xy -1.75 -2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9031bb33-c6aa-4758-bf5c-3274ed3ebab7") + ) + (fp_poly + (pts + (xy -1.25 -2.25) (xy -1.25 -2.75) (xy -1.75 -2.75) (xy -1.75 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b09666f9-12f1-4ee9-8877-2292c94258ca") + ) + (fp_poly + (pts + (xy -1.25 0.25) (xy -1.25 -0.25) (xy -1.75 -0.25) (xy -1.75 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e7bb7815-0d52-4bb8-b29a-8cf960bd2905") + ) + (fp_poly + (pts + (xy -1.25 1.25) (xy -1.25 0.75) (xy -1.75 0.75) (xy -1.75 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5fc9acb6-6dbb-4598-825b-4b9e7c4c67c4") + ) + (fp_poly + (pts + (xy -1.25 2.75) (xy -1.25 2.25) (xy -1.75 2.25) (xy -1.75 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "658dad07-97fd-466c-8b49-21892ac96ea4") + ) + (fp_poly + (pts + (xy -1.25 3.25) (xy -1.25 2.75) (xy -1.75 2.75) (xy -1.75 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "935f462d-8b1e-4005-9f1e-17f537ab1756") + ) + (fp_poly + (pts + (xy -1.25 3.75) (xy -1.25 3.25) (xy -1.75 3.25) (xy -1.75 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "29195ea4-8218-44a1-b4bf-466bee0082e4") + ) + (fp_poly + (pts + (xy -1.25 4.25) (xy -1.25 3.75) (xy -1.75 3.75) (xy -1.75 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d9c6d5d2-0b49-49ba-a970-cd2c32f74c54") + ) + (fp_poly + (pts + (xy -1.25 4.75) (xy -1.25 4.25) (xy -1.75 4.25) (xy -1.75 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a8447faf-e0a0-4c4a-ae53-4d4b28669151") + ) + (fp_poly + (pts + (xy -1.25 5.75) (xy -1.25 5.25) (xy -1.75 5.25) (xy -1.75 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8d9a3ecc-539f-41da-8099-d37cea9c28e7") + ) + (fp_poly + (pts + (xy -1.25 6.75) (xy -1.25 6.25) (xy -1.75 6.25) (xy -1.75 6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "965308c8-e014-459a-b9db-b8493a601c62") + ) + (fp_poly + (pts + (xy -1.25 7.25) (xy -1.25 6.75) (xy -1.75 6.75) (xy -1.75 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4a21e717-d46d-4d9e-8b98-af4ecb02d3ec") + ) + (fp_poly + (pts + (xy -1.25 7.75) (xy -1.25 7.25) (xy -1.75 7.25) (xy -1.75 7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "df32840e-2912-4088-b54c-9a85f64c0265") + ) + (fp_poly + (pts + (xy -1.25 8.25) (xy -1.25 7.75) (xy -1.75 7.75) (xy -1.75 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1e8701fc-ad24-40ea-846a-e3db538d6077") + ) + (fp_poly + (pts + (xy -0.75 -7.75) (xy -0.75 -8.25) (xy -1.25 -8.25) (xy -1.25 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "53e34696-241f-47e5-a477-f469335c8a61") + ) + (fp_poly + (pts + (xy -0.75 -6.75) (xy -0.75 -7.25) (xy -1.25 -7.25) (xy -1.25 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "79476267-290e-445f-995b-0afd0e11a4b5") + ) + (fp_poly + (pts + (xy -0.75 -5.75) (xy -0.75 -6.25) (xy -1.25 -6.25) (xy -1.25 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7d76d925-f900-42af-a03f-bb32d2381b09") + ) + (fp_poly + (pts + (xy -0.75 -5.25) (xy -0.75 -5.75) (xy -1.25 -5.75) (xy -1.25 -5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "57276367-9ce4-4738-88d7-6e8cb94c966c") + ) + (fp_poly + (pts + (xy -0.75 -4.75) (xy -0.75 -5.25) (xy -1.25 -5.25) (xy -1.25 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d4db7f11-8cfe-40d2-b021-b36f05241701") + ) + (fp_poly + (pts + (xy -0.75 -3.75) (xy -0.75 -4.25) (xy -1.25 -4.25) (xy -1.25 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "28e37b45-f843-47c2-85c9-ca19f5430ece") + ) + (fp_poly + (pts + (xy -0.75 -2.75) (xy -0.75 -3.25) (xy -1.25 -3.25) (xy -1.25 -2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fea7c5d1-76d6-41a0-b5e3-29889dbb8ce0") + ) + (fp_poly + (pts + (xy -0.75 -1.75) (xy -0.75 -2.25) (xy -1.25 -2.25) (xy -1.25 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "795e68e2-c9ba-45cf-9bff-89b8fae05b5a") + ) + (fp_poly + (pts + (xy -0.75 -0.75) (xy -0.75 -1.25) (xy -1.25 -1.25) (xy -1.25 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "71989e06-8659-4605-b2da-4f729cc41263") + ) + (fp_poly + (pts + (xy -0.75 0.75) (xy -0.75 0.25) (xy -1.25 0.25) (xy -1.25 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4a850cb6-bb24-4274-a902-e49f34f0a0e3") + ) + (fp_poly + (pts + (xy -0.75 1.25) (xy -0.75 0.75) (xy -1.25 0.75) (xy -1.25 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a53767ed-bb28-4f90-abe0-e0ea734812a4") + ) + (fp_poly + (pts + (xy -0.75 1.75) (xy -0.75 1.25) (xy -1.25 1.25) (xy -1.25 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "37f31dec-63fc-4634-a141-5dc5d2b60fe4") + ) + (fp_poly + (pts + (xy -0.75 3.75) (xy -0.75 3.25) (xy -1.25 3.25) (xy -1.25 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0ce8d3ab-2662-4158-8a2a-18b782908fc5") + ) + (fp_poly + (pts + (xy -0.75 4.25) (xy -0.75 3.75) (xy -1.25 3.75) (xy -1.25 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e1535036-5d36-405f-bb86-3819621c4f23") + ) + (fp_poly + (pts + (xy -0.75 4.75) (xy -0.75 4.25) (xy -1.25 4.25) (xy -1.25 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7f2301df-e4bc-479e-a681-cc59c9a2dbbb") + ) + (fp_poly + (pts + (xy -0.75 5.25) (xy -0.75 4.75) (xy -1.25 4.75) (xy -1.25 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "994b6220-4755-4d84-91b3-6122ac1c2c5e") + ) + (fp_poly + (pts + (xy -0.75 5.75) (xy -0.75 5.25) (xy -1.25 5.25) (xy -1.25 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "676efd2f-1c48-4786-9e4b-2444f1e8f6ff") + ) + (fp_poly + (pts + (xy -0.75 6.25) (xy -0.75 5.75) (xy -1.25 5.75) (xy -1.25 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5bcace5d-edd0-4e19-92d0-835e43cf8eb2") + ) + (fp_poly + (pts + (xy -0.75 6.75) (xy -0.75 6.25) (xy -1.25 6.25) (xy -1.25 6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0c3dceba-7c95-4b3d-b590-0eb581444beb") + ) + (fp_poly + (pts + (xy -0.75 7.25) (xy -0.75 6.75) (xy -1.25 6.75) (xy -1.25 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0755aee5-bc01-4cb5-b830-583289df50a3") + ) + (fp_poly + (pts + (xy -0.75 7.75) (xy -0.75 7.25) (xy -1.25 7.25) (xy -1.25 7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8412992d-8754-44de-9e08-115cec1a3eff") + ) + (fp_poly + (pts + (xy -0.75 8.25) (xy -0.75 7.75) (xy -1.25 7.75) (xy -1.25 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "25d545dc-8f50-4573-922c-35ef5a2a3a19") + ) + (fp_poly + (pts + (xy -0.25 -7.75) (xy -0.25 -8.25) (xy -0.75 -8.25) (xy -0.75 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8cdc8ef9-532e-4bf5-9998-7213b9e692a2") + ) + (fp_poly + (pts + (xy -0.25 -7.25) (xy -0.25 -7.75) (xy -0.75 -7.75) (xy -0.75 -7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1241b7f2-e266-4f5c-8a97-9f0f9d0eef37") + ) + (fp_poly + (pts + (xy -0.25 -6.75) (xy -0.25 -7.25) (xy -0.75 -7.25) (xy -0.75 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5d3d7893-1d11-4f1d-9052-85cf0e07d281") + ) + (fp_poly + (pts + (xy -0.25 -6.25) (xy -0.25 -6.75) (xy -0.75 -6.75) (xy -0.75 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d1eca865-05c5-48a4-96cf-ed5f8a640e25") + ) + (fp_poly + (pts + (xy -0.25 -5.75) (xy -0.25 -6.25) (xy -0.75 -6.25) (xy -0.75 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "011ee658-718d-416a-85fd-961729cd1ee5") + ) + (fp_poly + (pts + (xy -0.25 -3.25) (xy -0.25 -3.75) (xy -0.75 -3.75) (xy -0.75 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "45884597-7014-4461-83ee-9975c42b9a53") + ) + (fp_poly + (pts + (xy -0.25 -1.25) (xy -0.25 -1.75) (xy -0.75 -1.75) (xy -0.75 -1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f") + ) + (fp_poly + (pts + (xy -0.25 -0.75) (xy -0.25 -1.25) (xy -0.75 -1.25) (xy -0.75 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "088f77ba-fca9-42b3-876e-a6937267f957") + ) + (fp_poly + (pts + (xy -0.25 -0.25) (xy -0.25 -0.75) (xy -0.75 -0.75) (xy -0.75 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8") + ) + (fp_poly + (pts + (xy -0.25 0.25) (xy -0.25 -0.25) (xy -0.75 -0.25) (xy -0.75 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8195a7cf-4576-44dd-9e0e-ee048fdb93dd") + ) + (fp_poly + (pts + (xy -0.25 0.75) (xy -0.25 0.25) (xy -0.75 0.25) (xy -0.75 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6b7c1048-12b6-46b2-b762-fa3ad30472dd") + ) + (fp_poly + (pts + (xy -0.25 1.25) (xy -0.25 0.75) (xy -0.75 0.75) (xy -0.75 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f9403623-c00c-4b71-bc5c-d763ff009386") + ) + (fp_poly + (pts + (xy -0.25 1.75) (xy -0.25 1.25) (xy -0.75 1.25) (xy -0.75 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "88668202-3f0b-4d07-84d4-dcd790f57272") + ) + (fp_poly + (pts + (xy -0.25 2.25) (xy -0.25 1.75) (xy -0.75 1.75) (xy -0.75 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d39d813e-3e64-490c-ba5c-a64bb5ad6bd0") + ) + (fp_poly + (pts + (xy -0.25 2.75) (xy -0.25 2.25) (xy -0.75 2.25) (xy -0.75 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6e68f0cd-800e-4167-9553-71fc59da1eeb") + ) + (fp_poly + (pts + (xy -0.25 4.75) (xy -0.25 4.25) (xy -0.75 4.25) (xy -0.75 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "65134029-dbd2-409a-85a8-13c2a33ff019") + ) + (fp_poly + (pts + (xy -0.25 6.75) (xy -0.25 6.25) (xy -0.75 6.25) (xy -0.75 6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "abe07c9a-17c3-43b5-b7a6-ae867ac27ea7") + ) + (fp_poly + (pts + (xy -0.25 7.25) (xy -0.25 6.75) (xy -0.75 6.75) (xy -0.75 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4fb21471-41be-4be8-9687-66030f97befc") + ) + (fp_poly + (pts + (xy -0.25 7.75) (xy -0.25 7.25) (xy -0.75 7.25) (xy -0.75 7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ffd175d1-912a-4224-be1e-a8198680f46b") + ) + (fp_poly + (pts + (xy -0.25 8.25) (xy -0.25 7.75) (xy -0.75 7.75) (xy -0.75 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c830e3bc-dc64-4f65-8f47-3b106bae2807") + ) + (fp_poly + (pts + (xy 0.25 -7.25) (xy 0.25 -7.75) (xy -0.25 -7.75) (xy -0.25 -7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0ceb97d6-1b0f-4b71-921e-b0955c30c998") + ) + (fp_poly + (pts + (xy 0.25 -5.75) (xy 0.25 -6.25) (xy -0.25 -6.25) (xy -0.25 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "72508b1f-1505-46cb-9d37-2081c5a12aca") + ) + (fp_poly + (pts + (xy 0.25 -4.75) (xy 0.25 -5.25) (xy -0.25 -5.25) (xy -0.25 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cb721686-5255-4788-a3b0-ce4312e32eb7") + ) + (fp_poly + (pts + (xy 0.25 -4.25) (xy 0.25 -4.75) (xy -0.25 -4.75) (xy -0.25 -4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8458d41c-5d62-455d-b6e1-9f718c0faac9") + ) + (fp_poly + (pts + (xy 0.25 -3.25) (xy 0.25 -3.75) (xy -0.25 -3.75) (xy -0.25 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2454fd1b-3484-4838-8b7e-d26357238fe1") + ) + (fp_poly + (pts + (xy 0.25 -2.25) (xy 0.25 -2.75) (xy -0.25 -2.75) (xy -0.25 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "477892a1-722e-4cda-bb6c-fcdb8ba5f93e") + ) + (fp_poly + (pts + (xy 0.25 -1.75) (xy 0.25 -2.25) (xy -0.25 -2.25) (xy -0.25 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "143ed874-a01f-4ced-ba4e-bbb66ddd1f70") + ) + (fp_poly + (pts + (xy 0.25 -0.75) (xy 0.25 -1.25) (xy -0.25 -1.25) (xy -0.25 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f66398f1-1ae7-4d4d-939f-958c174c6bce") + ) + (fp_poly + (pts + (xy 0.25 0.25) (xy 0.25 -0.25) (xy -0.25 -0.25) (xy -0.25 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e0f06b5c-de63-4833-a591-ca9e19217a35") + ) + (fp_poly + (pts + (xy 0.25 1.25) (xy 0.25 0.75) (xy -0.25 0.75) (xy -0.25 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e4aa537c-eb9d-4dbb-ac87-fae46af42391") + ) + (fp_poly + (pts + (xy 0.25 2.75) (xy 0.25 2.25) (xy -0.25 2.25) (xy -0.25 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "22999e73-da32-43a5-9163-4b3a41614f25") + ) + (fp_poly + (pts + (xy 0.25 3.75) (xy 0.25 3.25) (xy -0.25 3.25) (xy -0.25 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b0906e10-2fbc-4309-a8b4-6fc4cd1a5490") + ) + (fp_poly + (pts + (xy 0.25 4.75) (xy 0.25 4.25) (xy -0.25 4.25) (xy -0.25 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "98c78427-acd5-4f90-9ad6-9f61c4809aec") + ) + (fp_poly + (pts + (xy 0.25 5.75) (xy 0.25 5.25) (xy -0.25 5.25) (xy -0.25 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "37e8181c-a81e-498b-b2e2-0aef0c391059") + ) + (fp_poly + (pts + (xy 0.25 6.25) (xy 0.25 5.75) (xy -0.25 5.75) (xy -0.25 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cb24efdd-07c6-4317-9277-131625b065ac") + ) + (fp_poly + (pts + (xy 0.25 7.25) (xy 0.25 6.75) (xy -0.25 6.75) (xy -0.25 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7599133e-c681-4202-85d9-c20dac196c64") + ) + (fp_poly + (pts + (xy 0.25 8.25) (xy 0.25 7.75) (xy -0.25 7.75) (xy -0.25 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c43663ee-9a0d-4f27-a292-89ba89964065") + ) + (fp_poly + (pts + (xy 0.75 -5.75) (xy 0.75 -6.25) (xy 0.25 -6.25) (xy 0.25 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eed466bf-cd88-4860-9abf-41a594ca08bd") + ) + (fp_poly + (pts + (xy 0.75 -5.25) (xy 0.75 -5.75) (xy 0.25 -5.75) (xy 0.25 -5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bdf40d30-88ff-4479-bad1-69529464b61b") + ) + (fp_poly + (pts + (xy 0.75 -4.25) (xy 0.75 -4.75) (xy 0.25 -4.75) (xy 0.25 -4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4d4fecdd-be4a-47e9-9085-2268d5852d8f") + ) + (fp_poly + (pts + (xy 0.75 -3.25) (xy 0.75 -3.75) (xy 0.25 -3.75) (xy 0.25 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ae77c3c8-1144-468e-ad5b-a0b4090735bd") + ) + (fp_poly + (pts + (xy 0.75 -2.75) (xy 0.75 -3.25) (xy 0.25 -3.25) (xy 0.25 -2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f1a9fb80-4cc4-410f-9616-e19c969dcab5") + ) + (fp_poly + (pts + (xy 0.75 -2.25) (xy 0.75 -2.75) (xy 0.25 -2.75) (xy 0.25 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4d586a18-26c5-441e-a9ff-8125ee516126") + ) + (fp_poly + (pts + (xy 0.75 2.75) (xy 0.75 2.25) (xy 0.25 2.25) (xy 0.25 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a4f86a46-3bc8-4daa-9125-a63f297eb114") + ) + (fp_poly + (pts + (xy 0.75 3.25) (xy 0.75 2.75) (xy 0.25 2.75) (xy 0.25 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "057af6bb-cf6f-4bfb-b0c0-2e92a2c09a47") + ) + (fp_poly + (pts + (xy 0.75 3.75) (xy 0.75 3.25) (xy 0.25 3.25) (xy 0.25 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459") + ) + (fp_poly + (pts + (xy 0.75 4.75) (xy 0.75 4.25) (xy 0.25 4.25) (xy 0.25 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8087f566-a94d-4bbc-985b-e49ee7762296") + ) + (fp_poly + (pts + (xy 0.75 5.25) (xy 0.75 4.75) (xy 0.25 4.75) (xy 0.25 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "097edb1b-8998-4e70-b670-bba125982348") + ) + (fp_poly + (pts + (xy 0.75 5.75) (xy 0.75 5.25) (xy 0.25 5.25) (xy 0.25 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cfa5c16e-7859-460d-a0b8-cea7d7ea629c") + ) + (fp_poly + (pts + (xy 1.25 -7.25) (xy 1.25 -7.75) (xy 0.75 -7.75) (xy 0.75 -7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a7f25f41-0b4c-4430-b6cd-b2160b2db099") + ) + (fp_poly + (pts + (xy 1.25 -6.25) (xy 1.25 -6.75) (xy 0.75 -6.75) (xy 0.75 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b287f145-851e-45cc-b200-e62677b551d5") + ) + (fp_poly + (pts + (xy 1.25 -4.75) (xy 1.25 -5.25) (xy 0.75 -5.25) (xy 0.75 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f959907b-1cef-4760-b043-4260a660a2ae") + ) + (fp_poly + (pts + (xy 1.25 -4.25) (xy 1.25 -4.75) (xy 0.75 -4.75) (xy 0.75 -4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3326423d-8df7-4a7e-a354-349430b8fbd7") + ) + (fp_poly + (pts + (xy 1.25 -3.25) (xy 1.25 -3.75) (xy 0.75 -3.75) (xy 0.75 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c3c499b1-9227-4e4b-9982-f9f1aa6203b9") + ) + (fp_poly + (pts + (xy 1.25 -2.25) (xy 1.25 -2.75) (xy 0.75 -2.75) (xy 0.75 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9186fd02-f30d-4e17-aa38-378ab73e3908") + ) + (fp_poly + (pts + (xy 1.25 -1.25) (xy 1.25 -1.75) (xy 0.75 -1.75) (xy 0.75 -1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "38a501e2-0ee8-439d-bd02-e9e90e7503e9") + ) + (fp_poly + (pts + (xy 1.25 -0.75) (xy 1.25 -1.25) (xy 0.75 -1.25) (xy 0.75 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6f80f798-dc24-438f-a1eb-4ee2936267c8") + ) + (fp_poly + (pts + (xy 1.25 0.25) (xy 1.25 -0.25) (xy 0.75 -0.25) (xy 0.75 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0ae82096-0994-4fb0-9a2a-d4ac4804abac") + ) + (fp_poly + (pts + (xy 1.25 1.25) (xy 1.25 0.75) (xy 0.75 0.75) (xy 0.75 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6d1d60ff-408a-47a7-892f-c5cf9ef6ca75") + ) + (fp_poly + (pts + (xy 1.25 2.25) (xy 1.25 1.75) (xy 0.75 1.75) (xy 0.75 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "59ec3156-036e-4049-89db-91a9dd07095f") + ) + (fp_poly + (pts + (xy 1.25 3.75) (xy 1.25 3.25) (xy 0.75 3.25) (xy 0.75 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "382ca670-6ae8-4de6-90f9-f241d1337171") + ) + (fp_poly + (pts + (xy 1.25 4.75) (xy 1.25 4.25) (xy 0.75 4.25) (xy 0.75 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f4eb0267-179f-46c9-b516-9bfb06bac1ba") + ) + (fp_poly + (pts + (xy 1.25 5.75) (xy 1.25 5.25) (xy 0.75 5.25) (xy 0.75 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b447dbb1-d38e-4a15-93cb-12c25382ea53") + ) + (fp_poly + (pts + (xy 1.25 6.75) (xy 1.25 6.25) (xy 0.75 6.25) (xy 0.75 6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "730b670c-9bcf-4dcd-9a8d-fcaa61fb0955") + ) + (fp_poly + (pts + (xy 1.25 7.25) (xy 1.25 6.75) (xy 0.75 6.75) (xy 0.75 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "dde51ae5-b215-445e-92bb-4a12ec410531") + ) + (fp_poly + (pts + (xy 1.25 8.25) (xy 1.25 7.75) (xy 0.75 7.75) (xy 0.75 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "aca4de92-9c41-4c2b-9afa-540d02dafa1c") + ) + (fp_poly + (pts + (xy 1.75 -5.25) (xy 1.75 -5.75) (xy 1.25 -5.75) (xy 1.25 -5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c9b9e62d-dede-4d1a-9a05-275614f8bdb2") + ) + (fp_poly + (pts + (xy 1.75 -4.25) (xy 1.75 -4.75) (xy 1.25 -4.75) (xy 1.25 -4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4ec618ae-096f-4256-9328-005ee04f13d6") + ) + (fp_poly + (pts + (xy 1.75 -3.75) (xy 1.75 -4.25) (xy 1.25 -4.25) (xy 1.25 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f8f3a9fc-1e34-4573-a767-508104e8d242") + ) + (fp_poly + (pts + (xy 1.75 -2.75) (xy 1.75 -3.25) (xy 1.25 -3.25) (xy 1.25 -2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9186dae5-6dc3-4744-9f90-e697559c6ac8") + ) + (fp_poly + (pts + (xy 1.75 -2.25) (xy 1.75 -2.75) (xy 1.25 -2.75) (xy 1.25 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "aa130053-a451-4f12-97f7-3d4d891a5f83") + ) + (fp_poly + (pts + (xy 1.75 -1.75) (xy 1.75 -2.25) (xy 1.25 -2.25) (xy 1.25 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "71f92193-19b0-44ed-bc7f-77535083d769") + ) + (fp_poly + (pts + (xy 1.75 3.25) (xy 1.75 2.75) (xy 1.25 2.75) (xy 1.25 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cb16d05e-318b-4e51-867b-70d791d75bea") + ) + (fp_poly + (pts + (xy 1.75 3.75) (xy 1.75 3.25) (xy 1.25 3.25) (xy 1.25 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "feb26ecb-9193-46ea-a41b-d09305bf0a3e") + ) + (fp_poly + (pts + (xy 1.75 4.25) (xy 1.75 3.75) (xy 1.25 3.75) (xy 1.25 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "82be7aae-5d06-4178-8c3e-98760c41b054") + ) + (fp_poly + (pts + (xy 1.75 5.25) (xy 1.75 4.75) (xy 1.25 4.75) (xy 1.25 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "477311b9-8f81-40c8-9c55-fd87e287247a") + ) + (fp_poly + (pts + (xy 1.75 5.75) (xy 1.75 5.25) (xy 1.25 5.25) (xy 1.25 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6c67e4f6-9d04-4539-b356-b76e915ce848") + ) + (fp_poly + (pts + (xy 1.75 6.25) (xy 1.75 5.75) (xy 1.25 5.75) (xy 1.25 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6c2d26bc-6eca-436c-8025-79f817bf57d6") + ) + (fp_poly + (pts + (xy 2.25 -7.25) (xy 2.25 -7.75) (xy 1.75 -7.75) (xy 1.75 -7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b8b961e9-8a60-45fc-999a-a7a3baff4e0d") + ) + (fp_poly + (pts + (xy 2.25 -5.75) (xy 2.25 -6.25) (xy 1.75 -6.25) (xy 1.75 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "802c2dc3-ca9f-491e-9d66-7893e89ac34c") + ) + (fp_poly + (pts + (xy 2.25 -4.75) (xy 2.25 -5.25) (xy 1.75 -5.25) (xy 1.75 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "30317bf0-88bb-49e7-bf8b-9f3883982225") + ) + (fp_poly + (pts + (xy 2.25 -4.25) (xy 2.25 -4.75) (xy 1.75 -4.75) (xy 1.75 -4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "92035a88-6c95-4a61-bd8a-cb8dd9e5018a") + ) + (fp_poly + (pts + (xy 2.25 -3.25) (xy 2.25 -3.75) (xy 1.75 -3.75) (xy 1.75 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fb30f9bb-6a0b-4d8a-82b0-266eab794bc6") + ) + (fp_poly + (pts + (xy 2.25 -2.25) (xy 2.25 -2.75) (xy 1.75 -2.75) (xy 1.75 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e7369115-d491-4ef3-be3d-f5298992c3e8") + ) + (fp_poly + (pts + (xy 2.25 -1.75) (xy 2.25 -2.25) (xy 1.75 -2.25) (xy 1.75 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fd3499d5-6fd2-49a4-bdb0-109cee899fde") + ) + (fp_poly + (pts + (xy 2.25 -0.75) (xy 2.25 -1.25) (xy 1.75 -1.25) (xy 1.75 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f78e02cd-9600-4173-be8d-67e530b5d19f") + ) + (fp_poly + (pts + (xy 2.25 0.25) (xy 2.25 -0.25) (xy 1.75 -0.25) (xy 1.75 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9") + ) + (fp_poly + (pts + (xy 2.25 1.25) (xy 2.25 0.75) (xy 1.75 0.75) (xy 1.75 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b6135480-ace6-42b2-9c47-856ef57cded1") + ) + (fp_poly + (pts + (xy 2.25 2.75) (xy 2.25 2.25) (xy 1.75 2.25) (xy 1.75 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "81a15393-727e-448b-a777-b18773023d89") + ) + (fp_poly + (pts + (xy 2.25 3.75) (xy 2.25 3.25) (xy 1.75 3.25) (xy 1.75 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5cf2db29-f7ab-499a-9907-cdeba64bf0f3") + ) + (fp_poly + (pts + (xy 2.25 4.75) (xy 2.25 4.25) (xy 1.75 4.25) (xy 1.75 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3a52f112-cb97-43db-aaeb-20afe27664d7") + ) + (fp_poly + (pts + (xy 2.25 5.75) (xy 2.25 5.25) (xy 1.75 5.25) (xy 1.75 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "275aa44a-b61f-489f-9e2a-819a0fe0d1eb") + ) + (fp_poly + (pts + (xy 2.25 6.25) (xy 2.25 5.75) (xy 1.75 5.75) (xy 1.75 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2dc272bd-3aa2-45b5-889d-1d3c8aac80f8") + ) + (fp_poly + (pts + (xy 2.25 7.25) (xy 2.25 6.75) (xy 1.75 6.75) (xy 1.75 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "70e15522-1572-4451-9c0d-6d36ac70d8c6") + ) + (fp_poly + (pts + (xy 2.25 8.25) (xy 2.25 7.75) (xy 1.75 7.75) (xy 1.75 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d7269d2a-b8c0-422d-8f25-f79ea31bf75e") + ) + (fp_poly + (pts + (xy 2.75 -7.75) (xy 2.75 -8.25) (xy 2.25 -8.25) (xy 2.25 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "88002554-c459-46e5-8b22-6ea6fe07fd4c") + ) + (fp_poly + (pts + (xy 2.75 -7.25) (xy 2.75 -7.75) (xy 2.25 -7.75) (xy 2.25 -7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "35ef9c4a-35f6-467b-a704-b1d9354880cf") + ) + (fp_poly + (pts + (xy 2.75 -6.75) (xy 2.75 -7.25) (xy 2.25 -7.25) (xy 2.25 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "008da5b9-6f95-4113-b7d0-d93ac62efd33") + ) + (fp_poly + (pts + (xy 2.75 -6.25) (xy 2.75 -6.75) (xy 2.25 -6.75) (xy 2.25 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9565d2ee-a4f1-4d08-b2c9-0264233a0d2b") + ) + (fp_poly + (pts + (xy 2.75 -3.75) (xy 2.75 -4.25) (xy 2.25 -4.25) (xy 2.25 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "180245d9-4a3f-4d1b-adcc-b4eafac722e0") + ) + (fp_poly + (pts + (xy 2.75 -1.75) (xy 2.75 -2.25) (xy 2.25 -2.25) (xy 2.25 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2891767f-251c-48c4-91c0-deb1b368f45c") + ) + (fp_poly + (pts + (xy 2.75 -1.25) (xy 2.75 -1.75) (xy 2.25 -1.75) (xy 2.25 -1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "70e4263f-d95a-4431-b3f3-cfc800c82056") + ) + (fp_poly + (pts + (xy 2.75 -0.75) (xy 2.75 -1.25) (xy 2.25 -1.25) (xy 2.25 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "26801cfb-b53b-4a6a-a2f4-5f4986565765") + ) + (fp_poly + (pts + (xy 2.75 -0.25) (xy 2.75 -0.75) (xy 2.25 -0.75) (xy 2.25 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e1c30a32-820e-4b17-aec9-5cb8b76f0ccc") + ) + (fp_poly + (pts + (xy 2.75 0.25) (xy 2.75 -0.25) (xy 2.25 -0.25) (xy 2.25 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4107d40a-e5df-4255-aacc-13f9928e090c") + ) + (fp_poly + (pts + (xy 2.75 0.75) (xy 2.75 0.25) (xy 2.25 0.25) (xy 2.25 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0cc45b5b-96b3-4284-9cae-a3a9e324a916") + ) + (fp_poly + (pts + (xy 2.75 1.25) (xy 2.75 0.75) (xy 2.25 0.75) (xy 2.25 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "970e0f64-111f-41e3-9f5a-fb0d0f6fa101") + ) + (fp_poly + (pts + (xy 2.75 1.75) (xy 2.75 1.25) (xy 2.25 1.25) (xy 2.25 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c24d6ac8-802d-4df3-a210-9cb1f693e865") + ) + (fp_poly + (pts + (xy 2.75 2.25) (xy 2.75 1.75) (xy 2.25 1.75) (xy 2.25 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "926001fd-2747-4639-8c0f-4fc46ff7218d") + ) + (fp_poly + (pts + (xy 2.75 4.25) (xy 2.75 3.75) (xy 2.25 3.75) (xy 2.25 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e65b62be-e01b-4688-a999-1d1be370c4ae") + ) + (fp_poly + (pts + (xy 2.75 6.25) (xy 2.75 5.75) (xy 2.25 5.75) (xy 2.25 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5114c7bf-b955-49f3-a0a8-4b954c81bde0") + ) + (fp_poly + (pts + (xy 2.75 6.75) (xy 2.75 6.25) (xy 2.25 6.25) (xy 2.25 6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8a650ebf-3f78-4ca4-a26b-a5028693e36d") + ) + (fp_poly + (pts + (xy 2.75 7.25) (xy 2.75 6.75) (xy 2.25 6.75) (xy 2.25 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d3d7e298-1d39-4294-a3ab-c84cc0dc5e5a") + ) + (fp_poly + (pts + (xy 2.75 7.75) (xy 2.75 7.25) (xy 2.25 7.25) (xy 2.25 7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "13c0ff76-ed71-4cd9-abb0-92c376825d5d") + ) + (fp_poly + (pts + (xy 2.75 8.25) (xy 2.75 7.75) (xy 2.25 7.75) (xy 2.25 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e8c50f1b-c316-4110-9cce-5c24c65a1eaa") + ) + (fp_poly + (pts + (xy 3.25 -7.75) (xy 3.25 -8.25) (xy 2.75 -8.25) (xy 2.75 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5a222fb6-5159-4931-9015-19df65643140") + ) + (fp_poly + (pts + (xy 3.25 -6.75) (xy 3.25 -7.25) (xy 2.75 -7.25) (xy 2.75 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "aeb03be9-98f0-43f6-9432-1bb35aa04bab") + ) + (fp_poly + (pts + (xy 3.25 -5.75) (xy 3.25 -6.25) (xy 2.75 -6.25) (xy 2.75 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce") + ) + (fp_poly + (pts + (xy 3.25 -5.25) (xy 3.25 -5.75) (xy 2.75 -5.75) (xy 2.75 -5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0a1a4d88-972a-46ce-b25e-6cb796bd41f7") + ) + (fp_poly + (pts + (xy 3.25 -4.75) (xy 3.25 -5.25) (xy 2.75 -5.25) (xy 2.75 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3e915099-a18e-49f4-89bb-abe64c2dade5") + ) + (fp_poly + (pts + (xy 3.25 -3.75) (xy 3.25 -4.25) (xy 2.75 -4.25) (xy 2.75 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "54212c01-b363-47b8-a145-45c40df316f4") + ) + (fp_poly + (pts + (xy 3.25 -2.75) (xy 3.25 -3.25) (xy 2.75 -3.25) (xy 2.75 -2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3f43d730-2a73-49fe-9672-32428e7f5b49") + ) + (fp_poly + (pts + (xy 3.25 -1.75) (xy 3.25 -2.25) (xy 2.75 -2.25) (xy 2.75 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9bac9ad3-a7b9-47f0-87c7-d8630653df68") + ) + (fp_poly + (pts + (xy 3.25 -0.25) (xy 3.25 -0.75) (xy 2.75 -0.75) (xy 2.75 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "89c0bc4d-eee5-4a77-ac35-d30b35db5cbe") + ) + (fp_poly + (pts + (xy 3.25 0.75) (xy 3.25 0.25) (xy 2.75 0.25) (xy 2.75 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f6c644f4-3036-41a6-9e14-2c08c079c6cd") + ) + (fp_poly + (pts + (xy 3.25 1.75) (xy 3.25 1.25) (xy 2.75 1.25) (xy 2.75 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c106154f-d948-43e5-abfa-e1b96055d91b") + ) + (fp_poly + (pts + (xy 3.25 2.75) (xy 3.25 2.25) (xy 2.75 2.25) (xy 2.75 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ec5c2062-3a41-4636-8803-069e60a1641a") + ) + (fp_poly + (pts + (xy 3.25 3.25) (xy 3.25 2.75) (xy 2.75 2.75) (xy 2.75 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4632212f-13ce-4392-bc68-ccb9ba333770") + ) + (fp_poly + (pts + (xy 3.25 4.25) (xy 3.25 3.75) (xy 2.75 3.75) (xy 2.75 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "814763c2-92e5-4a2c-941c-9bbd073f6e87") + ) + (fp_poly + (pts + (xy 3.25 5.25) (xy 3.25 4.75) (xy 2.75 4.75) (xy 2.75 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "84e5506c-143e-495f-9aa4-d3a71622f213") + ) + (fp_poly + (pts + (xy 3.25 6.25) (xy 3.25 5.75) (xy 2.75 5.75) (xy 2.75 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "182b2d54-931d-49d6-9f39-60a752623e36") + ) + (fp_poly + (pts + (xy 3.25 7.75) (xy 3.25 7.25) (xy 2.75 7.25) (xy 2.75 7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a27eb049-c992-4f11-a026-1e6a8d9d0160") + ) + (fp_poly + (pts + (xy 3.75 -5.25) (xy 3.75 -5.75) (xy 3.25 -5.75) (xy 3.25 -5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "36d783e7-096f-4c97-9672-7e08c083b87b") + ) + (fp_poly + (pts + (xy 3.75 -4.25) (xy 3.75 -4.75) (xy 3.25 -4.75) (xy 3.25 -4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c8b6b273-3d20-4a46-8069-f6d608563604") + ) + (fp_poly + (pts + (xy 3.75 -3.75) (xy 3.75 -4.25) (xy 3.25 -4.25) (xy 3.25 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "99dfa524-0366-4808-b4e8-328fc38e8656") + ) + (fp_poly + (pts + (xy 3.75 -2.75) (xy 3.75 -3.25) (xy 3.25 -3.25) (xy 3.25 -2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a24ce0e2-fdd3-4e6a-b754-5dee9713dd27") + ) + (fp_poly + (pts + (xy 3.75 -2.25) (xy 3.75 -2.75) (xy 3.25 -2.75) (xy 3.25 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "60ff6322-62e2-4602-9bc0-7a0f0a5ecfbf") + ) + (fp_poly + (pts + (xy 3.75 -1.75) (xy 3.75 -2.25) (xy 3.25 -2.25) (xy 3.25 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e7e08b48-3d04-49da-8349-6de530a20c67") + ) + (fp_poly + (pts + (xy 3.75 3.25) (xy 3.75 2.75) (xy 3.25 2.75) (xy 3.25 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "173f6f06-e7d0-42ac-ab03-ce6b79b9eeee") + ) + (fp_poly + (pts + (xy 3.75 3.75) (xy 3.75 3.25) (xy 3.25 3.25) (xy 3.25 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "29e058a7-50a3-43e5-81c3-bfee53da08be") + ) + (fp_poly + (pts + (xy 3.75 4.25) (xy 3.75 3.75) (xy 3.25 3.75) (xy 3.25 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "15fe8f3d-6077-4e0e-81d0-8ec3f4538981") + ) + (fp_poly + (pts + (xy 3.75 5.75) (xy 3.75 5.25) (xy 3.25 5.25) (xy 3.25 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5ca4be1c-537e-4a4a-b344-d0c8ffde8546") + ) + (fp_poly + (pts + (xy 3.75 6.25) (xy 3.75 5.75) (xy 3.25 5.75) (xy 3.25 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f202141e-c20d-4cac-b016-06a44f2ecce8") + ) + (fp_poly + (pts + (xy 3.75 7.25) (xy 3.75 6.75) (xy 3.25 6.75) (xy 3.25 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6d26d68f-1ca7-4ff3-b058-272f1c399047") + ) + (fp_poly + (pts + (xy 3.75 7.75) (xy 3.75 7.25) (xy 3.25 7.25) (xy 3.25 7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "378af8b4-af3d-46e7-89ae-deff12ca9067") + ) + (fp_poly + (pts + (xy 4.25 -7.75) (xy 4.25 -8.25) (xy 3.75 -8.25) (xy 3.75 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7ce7415d-7c22-49f6-8215-488853ccc8c6") + ) + (fp_poly + (pts + (xy 4.25 -6.75) (xy 4.25 -7.25) (xy 3.75 -7.25) (xy 3.75 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1bdd5841-68b7-42e2-9447-cbdb608d8a08") + ) + (fp_poly + (pts + (xy 4.25 -6.25) (xy 4.25 -6.75) (xy 3.75 -6.75) (xy 3.75 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ae0e6b31-27d7-4383-a4fc-7557b0a19382") + ) + (fp_poly + (pts + (xy 4.25 -5.25) (xy 4.25 -5.75) (xy 3.75 -5.75) (xy 3.75 -5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cb6062da-8dcd-4826-92fd-4071e9e97213") + ) + (fp_poly + (pts + (xy 4.25 -4.75) (xy 4.25 -5.25) (xy 3.75 -5.25) (xy 3.75 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eab9c52c-3aa0-43a7-bc7f-7e234ff1e9f4") + ) + (fp_poly + (pts + (xy 4.25 -3.75) (xy 4.25 -4.25) (xy 3.75 -4.25) (xy 3.75 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7bfba61b-6752-4a45-9ee6-5984dcb15041") + ) + (fp_poly + (pts + (xy 4.25 -2.75) (xy 4.25 -3.25) (xy 3.75 -3.25) (xy 3.75 -2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "98b00c9d-9188-4bce-aa70-92d12dd9cf82") + ) + (fp_poly + (pts + (xy 4.25 -1.25) (xy 4.25 -1.75) (xy 3.75 -1.75) (xy 3.75 -1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "00e38d63-5436-49db-81f5-697421f168fc") + ) + (fp_poly + (pts + (xy 4.25 -0.25) (xy 4.25 -0.75) (xy 3.75 -0.75) (xy 3.75 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d21cc5e4-177a-4e1d-a8d5-060ed33e5b8e") + ) + (fp_poly + (pts + (xy 4.25 0.75) (xy 4.25 0.25) (xy 3.75 0.25) (xy 3.75 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f1447ad6-651c-45be-a2d6-33bddf672c2c") + ) + (fp_poly + (pts + (xy 4.25 1.75) (xy 4.25 1.25) (xy 3.75 1.25) (xy 3.75 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f449bd37-cc90-4487-aee6-2a20b8d2843a") + ) + (fp_poly + (pts + (xy 4.25 2.25) (xy 4.25 1.75) (xy 3.75 1.75) (xy 3.75 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "597a11f2-5d2c-4a65-ac95-38ad106e1367") + ) + (fp_poly + (pts + (xy 4.25 3.25) (xy 4.25 2.75) (xy 3.75 2.75) (xy 3.75 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2e842263-c0ba-46fd-a760-6624d4c78278") + ) + (fp_poly + (pts + (xy 4.25 4.25) (xy 4.25 3.75) (xy 3.75 3.75) (xy 3.75 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e40e8cef-4fb0-4fc3-be09-3875b2cc8469") + ) + (fp_poly + (pts + (xy 4.25 4.75) (xy 4.25 4.25) (xy 3.75 4.25) (xy 3.75 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "41acfe41-fac7-432a-a7a3-946566e2d504") + ) + (fp_poly + (pts + (xy 4.25 5.25) (xy 4.25 4.75) (xy 3.75 4.75) (xy 3.75 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2d67a417-188f-4014-9282-000265d80009") + ) + (fp_poly + (pts + (xy 4.25 5.75) (xy 4.25 5.25) (xy 3.75 5.25) (xy 3.75 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "57c0c267-8bf9-4cc7-b734-d71a239ac313") + ) + (fp_poly + (pts + (xy 4.25 6.25) (xy 4.25 5.75) (xy 3.75 5.75) (xy 3.75 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a17904b9-135e-4dae-ae20-401c7787de72") + ) + (fp_poly + (pts + (xy 4.25 7.75) (xy 4.25 7.25) (xy 3.75 7.25) (xy 3.75 7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0ff508fd-18da-4ab7-9844-3c8a28c2587e") + ) + (fp_poly + (pts + (xy 4.25 8.25) (xy 4.25 7.75) (xy 3.75 7.75) (xy 3.75 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "babeabf2-f3b0-4ed5-8d9e-0215947e6cf3") + ) + (fp_poly + (pts + (xy 4.75 -3.25) (xy 4.75 -3.75) (xy 4.25 -3.75) (xy 4.25 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ce72ea62-9343-4a4f-81bf-8ac601f5d005") + ) + (fp_poly + (pts + (xy 4.75 -2.25) (xy 4.75 -2.75) (xy 4.25 -2.75) (xy 4.25 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4ba06b66-7669-4c70-b585-f5d4c9c33527") + ) + (fp_poly + (pts + (xy 4.75 -1.25) (xy 4.75 -1.75) (xy 4.25 -1.75) (xy 4.25 -1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00") + ) + (fp_poly + (pts + (xy 4.75 -0.75) (xy 4.75 -1.25) (xy 4.25 -1.25) (xy 4.25 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "aa79024d-ca7e-4c24-b127-7df08bbd0c75") + ) + (fp_poly + (pts + (xy 4.75 0.25) (xy 4.75 -0.25) (xy 4.25 -0.25) (xy 4.25 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b9bb0e73-161a-4d06-b6eb-a9f66d8a95f5") + ) + (fp_poly + (pts + (xy 4.75 1.25) (xy 4.75 0.75) (xy 4.25 0.75) (xy 4.25 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "dc2801a1-d539-4721-b31f-fe196b9f13df") + ) + (fp_poly + (pts + (xy 4.75 2.25) (xy 4.75 1.75) (xy 4.25 1.75) (xy 4.25 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e3fc1e69-a11c-4c84-8952-fefb9372474e") + ) + (fp_poly + (pts + (xy 4.75 3.75) (xy 4.75 3.25) (xy 4.25 3.25) (xy 4.25 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3fd54105-4b7e-4004-9801-76ec66108a22") + ) + (fp_poly + (pts + (xy 4.75 4.25) (xy 4.75 3.75) (xy 4.25 3.75) (xy 4.25 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9b3c58a7-a9b9-4498-abc0-f9f43e4f0292") + ) + (fp_poly + (pts + (xy 4.75 6.25) (xy 4.75 5.75) (xy 4.25 5.75) (xy 4.25 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cdfb07af-801b-44ba-8c30-d021a6ad3039") + ) + (fp_poly + (pts + (xy 4.75 7.25) (xy 4.75 6.75) (xy 4.25 6.75) (xy 4.25 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "911bdcbe-493f-4e21-a506-7cbc636e2c17") + ) + (fp_poly + (pts + (xy 4.75 8.25) (xy 4.75 7.75) (xy 4.25 7.75) (xy 4.25 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "df68c26a-03b5-4466-aecf-ba34b7dce6b7") + ) + (fp_poly + (pts + (xy 5.25 -7.75) (xy 5.25 -8.25) (xy 4.75 -8.25) (xy 4.75 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "691af561-538d-4e8f-a916-26cad45eb7d6") + ) + (fp_poly + (pts + (xy 5.25 -7.25) (xy 5.25 -7.75) (xy 4.75 -7.75) (xy 4.75 -7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f357ddb5-3f44-43b0-b00d-d64f5c62ba4a") + ) + (fp_poly + (pts + (xy 5.25 -6.75) (xy 5.25 -7.25) (xy 4.75 -7.25) (xy 4.75 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "04cf2f2c-74bf-400d-b4f6-201720df00ed") + ) + (fp_poly + (pts + (xy 5.25 -6.25) (xy 5.25 -6.75) (xy 4.75 -6.75) (xy 4.75 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7a2f50f6-0c99-4e8d-9c2a-8f2f961d2e6d") + ) + (fp_poly + (pts + (xy 5.25 -5.75) (xy 5.25 -6.25) (xy 4.75 -6.25) (xy 4.75 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f8bd6470-fafd-47f2-8ed5-9449988187ce") + ) + (fp_poly + (pts + (xy 5.25 -5.25) (xy 5.25 -5.75) (xy 4.75 -5.75) (xy 4.75 -5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "29bb7297-26fb-4776-9266-2355d022bab0") + ) + (fp_poly + (pts + (xy 5.25 -4.75) (xy 5.25 -5.25) (xy 4.75 -5.25) (xy 4.75 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d3d57924-54a6-421d-a3a0-a044fc909e88") + ) + (fp_poly + (pts + (xy 5.25 -3.75) (xy 5.25 -4.25) (xy 4.75 -4.25) (xy 4.75 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1fbb0219-551e-409b-a61b-76e8cebdfb9d") + ) + (fp_poly + (pts + (xy 5.25 -0.75) (xy 5.25 -1.25) (xy 4.75 -1.25) (xy 4.75 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c7af8405-da2e-4a34-b9b8-518f342f8995") + ) + (fp_poly + (pts + (xy 5.25 -0.25) (xy 5.25 -0.75) (xy 4.75 -0.75) (xy 4.75 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fef37e8b-0ff0-4da2-8a57-acaf19551d1a") + ) + (fp_poly + (pts + (xy 5.25 0.25) (xy 5.25 -0.25) (xy 4.75 -0.25) (xy 4.75 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c04386e0-b49e-4fff-b380-675af13a62cb") + ) + (fp_poly + (pts + (xy 5.25 1.25) (xy 5.25 0.75) (xy 4.75 0.75) (xy 4.75 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "065b9982-55f2-4822-977e-07e8a06e7b35") + ) + (fp_poly + (pts + (xy 5.25 1.75) (xy 5.25 1.25) (xy 4.75 1.25) (xy 4.75 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eee16674-2d21-45b6-ab5e-d669125df26c") + ) + (fp_poly + (pts + (xy 5.25 2.25) (xy 5.25 1.75) (xy 4.75 1.75) (xy 4.75 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a29f8df0-3fae-4edf-8d9c-bd5a875b13e3") + ) + (fp_poly + (pts + (xy 5.25 4.25) (xy 5.25 3.75) (xy 4.75 3.75) (xy 4.75 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c094494a-f6f7-43fc-a007-4951484ddf3a") + ) + (fp_poly + (pts + (xy 5.25 5.25) (xy 5.25 4.75) (xy 4.75 4.75) (xy 4.75 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "14c51520-6d91-4098-a59a-5121f2a898f7") + ) + (fp_poly + (pts + (xy 5.25 6.25) (xy 5.25 5.75) (xy 4.75 5.75) (xy 4.75 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e6b860cc-cb76-4220-acfb-68f1eb348bfa") + ) + (fp_poly + (pts + (xy 5.75 -7.75) (xy 5.75 -8.25) (xy 5.25 -8.25) (xy 5.25 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b59f18ce-2e34-4b6e-b14d-8d73b8268179") + ) + (fp_poly + (pts + (xy 5.75 -4.75) (xy 5.75 -5.25) (xy 5.25 -5.25) (xy 5.25 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f73b5500-6337-4860-a114-6e307f65ec9f") + ) + (fp_poly + (pts + (xy 5.75 -3.75) (xy 5.75 -4.25) (xy 5.25 -4.25) (xy 5.25 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "99332785-d9f1-4363-9377-26ddc18e6d2c") + ) + (fp_poly + (pts + (xy 5.75 -3.25) (xy 5.75 -3.75) (xy 5.25 -3.75) (xy 5.25 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "97fe2a5c-4eee-4c7a-9c43-47749b396494") + ) + (fp_poly + (pts + (xy 5.75 -2.25) (xy 5.75 -2.75) (xy 5.25 -2.75) (xy 5.25 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b52d6ff3-fef1-496e-8dd5-ebb89b6bce6a") + ) + (fp_poly + (pts + (xy 5.75 -1.75) (xy 5.75 -2.25) (xy 5.25 -2.25) (xy 5.25 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "af347946-e3da-4427-87ab-77b747929f50") + ) + (fp_poly + (pts + (xy 5.75 -0.75) (xy 5.75 -1.25) (xy 5.25 -1.25) (xy 5.25 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c49d23ab-146d-4089-864f-2d22b5b414b9") + ) + (fp_poly + (pts + (xy 5.75 0.25) (xy 5.75 -0.25) (xy 5.25 -0.25) (xy 5.25 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "03c7f780-fc1b-487a-b30d-567d6c09fdc8") + ) + (fp_poly + (pts + (xy 5.75 1.25) (xy 5.75 0.75) (xy 5.25 0.75) (xy 5.25 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a6ccc556-da88-4006-ae1a-cc35733efef3") + ) + (fp_poly + (pts + (xy 5.75 2.75) (xy 5.75 2.25) (xy 5.25 2.25) (xy 5.25 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5edcefbe-9766-42c8-9529-28d0ec865573") + ) + (fp_poly + (pts + (xy 5.75 3.75) (xy 5.75 3.25) (xy 5.25 3.25) (xy 5.25 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6fd4442e-30b3-428b-9306-61418a63d311") + ) + (fp_poly + (pts + (xy 5.75 4.25) (xy 5.75 3.75) (xy 5.25 3.75) (xy 5.25 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "35a9f71f-ba35-47f6-814e-4106ac36c51e") + ) + (fp_poly + (pts + (xy 5.75 6.25) (xy 5.75 5.75) (xy 5.25 5.75) (xy 5.25 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "789ca812-3e0c-4a3f-97bc-a916dd9bce80") + ) + (fp_poly + (pts + (xy 5.75 7.25) (xy 5.75 6.75) (xy 5.25 6.75) (xy 5.25 7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9f8381e9-3077-4453-a480-a01ad9c1a940") + ) + (fp_poly + (pts + (xy 5.75 8.25) (xy 5.75 7.75) (xy 5.25 7.75) (xy 5.25 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4780a290-d25c-4459-9579-eba3f7678762") + ) + (fp_poly + (pts + (xy 6.25 -7.75) (xy 6.25 -8.25) (xy 5.75 -8.25) (xy 5.75 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b7bf6e08-7978-4190-aff5-c90d967f0f9c") + ) + (fp_poly + (pts + (xy 6.25 -6.75) (xy 6.25 -7.25) (xy 5.75 -7.25) (xy 5.75 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "955cc99e-a129-42cf-abc7-aa99813fdb5f") + ) + (fp_poly + (pts + (xy 6.25 -6.25) (xy 6.25 -6.75) (xy 5.75 -6.75) (xy 5.75 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2035ea48-3ef5-4d7f-8c3c-50981b30c89a") + ) + (fp_poly + (pts + (xy 6.25 -5.75) (xy 6.25 -6.25) (xy 5.75 -6.25) (xy 5.75 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2db910a0-b943-40b4-b81f-068ba5265f56") + ) + (fp_poly + (pts + (xy 6.25 -4.75) (xy 6.25 -5.25) (xy 5.75 -5.25) (xy 5.75 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ea6fde00-59dc-4a79-a647-7e38199fae0e") + ) + (fp_poly + (pts + (xy 6.25 -3.75) (xy 6.25 -4.25) (xy 5.75 -4.25) (xy 5.75 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "79770cd5-32d7-429a-8248-0d9e6212231a") + ) + (fp_poly + (pts + (xy 6.25 -1.25) (xy 6.25 -1.75) (xy 5.75 -1.75) (xy 5.75 -1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "399fc36a-ed5d-44b5-82f7-c6f83d9acc14") + ) + (fp_poly + (pts + (xy 6.25 -0.75) (xy 6.25 -1.25) (xy 5.75 -1.25) (xy 5.75 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d") + ) + (fp_poly + (pts + (xy 6.25 -0.25) (xy 6.25 -0.75) (xy 5.75 -0.75) (xy 5.75 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "224768bc-6009-43ba-aa4a-70cbaa15b5a3") + ) + (fp_poly + (pts + (xy 6.25 0.75) (xy 6.25 0.25) (xy 5.75 0.25) (xy 5.75 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8c1605f9-6c91-4701-96bf-e753661d5e23") + ) + (fp_poly + (pts + (xy 6.25 1.25) (xy 6.25 0.75) (xy 5.75 0.75) (xy 5.75 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a24ddb4f-c217-42ca-b6cb-d12da84fb2b9") + ) + (fp_poly + (pts + (xy 6.25 1.75) (xy 6.25 1.25) (xy 5.75 1.25) (xy 5.75 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b1ddb058-f7b2-429c-9489-f4e2242ad7e5") + ) + (fp_poly + (pts + (xy 6.25 4.25) (xy 6.25 3.75) (xy 5.75 3.75) (xy 5.75 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5b34a16c-5a14-4291-8242-ea6d6ac54372") + ) + (fp_poly + (pts + (xy 6.25 4.75) (xy 6.25 4.25) (xy 5.75 4.25) (xy 5.75 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "644ae9fc-3c8e-4089-866e-a12bf371c3e9") + ) + (fp_poly + (pts + (xy 6.25 5.25) (xy 6.25 4.75) (xy 5.75 4.75) (xy 5.75 5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d") + ) + (fp_poly + (pts + (xy 6.25 5.75) (xy 6.25 5.25) (xy 5.75 5.25) (xy 5.75 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "853ee787-6e2c-4f32-bc75-6c17337dd3d5") + ) + (fp_poly + (pts + (xy 6.25 6.25) (xy 6.25 5.75) (xy 5.75 5.75) (xy 5.75 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e4c6fdbb-fdc7-4ad4-a516-240d84cdc120") + ) + (fp_poly + (pts + (xy 6.75 -7.75) (xy 6.75 -8.25) (xy 6.25 -8.25) (xy 6.25 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "626679e8-6101-4722-ac57-5b8d9dab4c8b") + ) + (fp_poly + (pts + (xy 6.75 -6.75) (xy 6.75 -7.25) (xy 6.25 -7.25) (xy 6.25 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2878a73c-5447-4cd9-8194-14f52ab9459c") + ) + (fp_poly + (pts + (xy 6.75 -6.25) (xy 6.75 -6.75) (xy 6.25 -6.75) (xy 6.25 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ba6fc20e-7eff-4d5f-81e4-d1fad93be155") + ) + (fp_poly + (pts + (xy 6.75 -5.75) (xy 6.75 -6.25) (xy 6.25 -6.25) (xy 6.25 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "96de0051-7945-413a-9219-1ab367546962") + ) + (fp_poly + (pts + (xy 6.75 -4.75) (xy 6.75 -5.25) (xy 6.25 -5.25) (xy 6.25 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c088f712-1abe-4cac-9a8b-d564931395aa") + ) + (fp_poly + (pts + (xy 6.75 -3.75) (xy 6.75 -4.25) (xy 6.25 -4.25) (xy 6.25 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e4e20505-1208-4100-a4aa-676f50844c06") + ) + (fp_poly + (pts + (xy 6.75 -2.75) (xy 6.75 -3.25) (xy 6.25 -3.25) (xy 6.25 -2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c8fd9dd3-06ad-4146-9239-0065013959ef") + ) + (fp_poly + (pts + (xy 6.75 -1.75) (xy 6.75 -2.25) (xy 6.25 -2.25) (xy 6.25 -1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b6cd701f-4223-4e72-a305-466869ccb250") + ) + (fp_poly + (pts + (xy 6.75 -1.25) (xy 6.75 -1.75) (xy 6.25 -1.75) (xy 6.25 -1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "155b0b7c-70b4-4a26-a550-bac13cab0aa4") + ) + (fp_poly + (pts + (xy 6.75 -0.25) (xy 6.75 -0.75) (xy 6.25 -0.75) (xy 6.25 -0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9f80220c-1612-4589-b9ca-a5579617bdb8") + ) + (fp_poly + (pts + (xy 6.75 0.75) (xy 6.75 0.25) (xy 6.25 0.25) (xy 6.25 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "31540a7e-dc9e-4e4d-96b1-dab15efa5f4b") + ) + (fp_poly + (pts + (xy 6.75 1.25) (xy 6.75 0.75) (xy 6.25 0.75) (xy 6.25 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "25e5aa8e-2696-44a3-8d3c-c2c53f2923cf") + ) + (fp_poly + (pts + (xy 6.75 3.25) (xy 6.75 2.75) (xy 6.25 2.75) (xy 6.25 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8c0807a7-765b-4fa5-baaa-e09a2b610e6b") + ) + (fp_poly + (pts + (xy 6.75 4.25) (xy 6.75 3.75) (xy 6.25 3.75) (xy 6.25 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c701ee8e-1214-4781-a973-17bef7b6e3eb") + ) + (fp_poly + (pts + (xy 6.75 4.75) (xy 6.75 4.25) (xy 6.25 4.25) (xy 6.25 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1e518c2a-4cb7-4599-a1fa-5b9f847da7d3") + ) + (fp_poly + (pts + (xy 6.75 5.75) (xy 6.75 5.25) (xy 6.25 5.25) (xy 6.25 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7cee474b-af8f-4832-b07a-c43c1ab0b464") + ) + (fp_poly + (pts + (xy 6.75 6.75) (xy 6.75 6.25) (xy 6.25 6.25) (xy 6.25 6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7d928d56-093a-4ca8-aed1-414b7e703b45") + ) + (fp_poly + (pts + (xy 6.75 7.75) (xy 6.75 7.25) (xy 6.25 7.25) (xy 6.25 7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1f3003e6-dce5-420f-906b-3f1e92b67249") + ) + (fp_poly + (pts + (xy 7.25 -7.75) (xy 7.25 -8.25) (xy 6.75 -8.25) (xy 6.75 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ccc4cc25-ac17-45ef-825c-e079951ffb21") + ) + (fp_poly + (pts + (xy 7.25 -6.75) (xy 7.25 -7.25) (xy 6.75 -7.25) (xy 6.75 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "44646447-0a8e-4aec-a74e-22bf765d0f33") + ) + (fp_poly + (pts + (xy 7.25 -6.25) (xy 7.25 -6.75) (xy 6.75 -6.75) (xy 6.75 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2e90e294-82e1-45da-9bf1-b91dfe0dc8f6") + ) + (fp_poly + (pts + (xy 7.25 -5.75) (xy 7.25 -6.25) (xy 6.75 -6.25) (xy 6.75 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3f8a5430-68a9-4732-9b89-4e00dd8ae219") + ) + (fp_poly + (pts + (xy 7.25 -4.75) (xy 7.25 -5.25) (xy 6.75 -5.25) (xy 6.75 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0fd35a3e-b394-4aae-875a-fac843f9cbb7") + ) + (fp_poly + (pts + (xy 7.25 -3.75) (xy 7.25 -4.25) (xy 6.75 -4.25) (xy 6.75 -3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e17e6c0e-7e5b-43f0-ad48-0a2760b45b04") + ) + (fp_poly + (pts + (xy 7.25 -3.25) (xy 7.25 -3.75) (xy 6.75 -3.75) (xy 6.75 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6bd115d6-07e0-45db-8f2e-3cbb0429104f") + ) + (fp_poly + (pts + (xy 7.25 -2.25) (xy 7.25 -2.75) (xy 6.75 -2.75) (xy 6.75 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "221bef83-3ea7-4d3f-adeb-53a8a07c6273") + ) + (fp_poly + (pts + (xy 7.25 0.25) (xy 7.25 -0.25) (xy 6.75 -0.25) (xy 6.75 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b873bc5d-a9af-4bd9-afcb-87ce4d417120") + ) + (fp_poly + (pts + (xy 7.25 0.75) (xy 7.25 0.25) (xy 6.75 0.25) (xy 6.75 0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "109caac1-5036-4f23-9a66-f569d871501b") + ) + (fp_poly + (pts + (xy 7.25 1.25) (xy 7.25 0.75) (xy 6.75 0.75) (xy 6.75 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2") + ) + (fp_poly + (pts + (xy 7.25 1.75) (xy 7.25 1.25) (xy 6.75 1.25) (xy 6.75 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079") + ) + (fp_poly + (pts + (xy 7.25 2.25) (xy 7.25 1.75) (xy 6.75 1.75) (xy 6.75 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5487601b-81d3-4c70-8f3d-cf9df9c63302") + ) + (fp_poly + (pts + (xy 7.25 2.75) (xy 7.25 2.25) (xy 6.75 2.25) (xy 6.75 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "721d1be9-236e-470b-ba69-f1cc6c43faf9") + ) + (fp_poly + (pts + (xy 7.25 3.25) (xy 7.25 2.75) (xy 6.75 2.75) (xy 6.75 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "309b3bff-19c8-41ec-a84d-63399c649f46") + ) + (fp_poly + (pts + (xy 7.25 3.75) (xy 7.25 3.25) (xy 6.75 3.25) (xy 6.75 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8d0c1d66-35ef-4a53-a28f-436a11b54f42") + ) + (fp_poly + (pts + (xy 7.25 4.25) (xy 7.25 3.75) (xy 6.75 3.75) (xy 6.75 4.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6781326c-6e0d-4753-8f28-0f5c687e01f9") + ) + (fp_poly + (pts + (xy 7.25 6.25) (xy 7.25 5.75) (xy 6.75 5.75) (xy 6.75 6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "db36f6e3-e72a-487f-bda9-88cc84536f62") + ) + (fp_poly + (pts + (xy 7.25 8.25) (xy 7.25 7.75) (xy 6.75 7.75) (xy 6.75 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7e023245-2c2b-4e2b-bfb9-5d35176e88f2") + ) + (fp_poly + (pts + (xy 7.75 -7.75) (xy 7.75 -8.25) (xy 7.25 -8.25) (xy 7.25 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9f782c92-a5e8-49db-bfda-752b35522ce4") + ) + (fp_poly + (pts + (xy 7.75 -4.75) (xy 7.75 -5.25) (xy 7.25 -5.25) (xy 7.25 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f") + ) + (fp_poly + (pts + (xy 7.75 -3.25) (xy 7.75 -3.75) (xy 7.25 -3.75) (xy 7.25 -3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d0a0deb1-4f0f-4ede-b730-2c6d67cb9618") + ) + (fp_poly + (pts + (xy 7.75 -2.25) (xy 7.75 -2.75) (xy 7.25 -2.75) (xy 7.25 -2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "009b5465-0a65-4237-93e7-eb65321eeb18") + ) + (fp_poly + (pts + (xy 7.75 -0.75) (xy 7.75 -1.25) (xy 7.25 -1.25) (xy 7.25 -0.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "da25bf79-0abb-4fac-a221-ca5c574dfc29") + ) + (fp_poly + (pts + (xy 7.75 0.25) (xy 7.75 -0.25) (xy 7.25 -0.25) (xy 7.25 0.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f7667b23-296e-4362-a7e3-949632c8954b") + ) + (fp_poly + (pts + (xy 7.75 1.25) (xy 7.75 0.75) (xy 7.25 0.75) (xy 7.25 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b7867831-ef82-4f33-a926-59e5c1c09b91") + ) + (fp_poly + (pts + (xy 7.75 2.25) (xy 7.75 1.75) (xy 7.25 1.75) (xy 7.25 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "20cca02e-4c4d-4961-b6b4-b40a1731b220") + ) + (fp_poly + (pts + (xy 7.75 2.75) (xy 7.75 2.25) (xy 7.25 2.25) (xy 7.25 2.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c1c799a0-3c93-493a-9ad7-8a0561bc69ee") + ) + (fp_poly + (pts + (xy 7.75 3.25) (xy 7.75 2.75) (xy 7.25 2.75) (xy 7.25 3.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bd9595a1-04f3-4fda-8f1b-e65ad874edd3") + ) + (fp_poly + (pts + (xy 7.75 3.75) (xy 7.75 3.25) (xy 7.25 3.25) (xy 7.25 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "27d56953-c620-4d5b-9c1c-e48bc3d9684a") + ) + (fp_poly + (pts + (xy 7.75 4.75) (xy 7.75 4.25) (xy 7.25 4.25) (xy 7.25 4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ee41cb8e-512d-41d2-81e1-3c50fff32aeb") + ) + (fp_poly + (pts + (xy 7.75 5.75) (xy 7.75 5.25) (xy 7.25 5.25) (xy 7.25 5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9cb12cc8-7f1a-4a01-9256-c119f11a8a02") + ) + (fp_poly + (pts + (xy 7.75 8.25) (xy 7.75 7.75) (xy 7.25 7.75) (xy 7.25 8.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "40165eda-4ba6-4565-9bb4-b9df6dbb08da") + ) + (fp_poly + (pts + (xy 8.25 -7.75) (xy 8.25 -8.25) (xy 7.75 -8.25) (xy 7.75 -7.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "da6f4122-0ecc-496f-b0fd-e4abef534976") + ) + (fp_poly + (pts + (xy 8.25 -7.25) (xy 8.25 -7.75) (xy 7.75 -7.75) (xy 7.75 -7.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "12a24e86-2c38-4685-bba9-fff8dddb4cb0") + ) + (fp_poly + (pts + (xy 8.25 -6.75) (xy 8.25 -7.25) (xy 7.75 -7.25) (xy 7.75 -6.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d7e4abd8-69f5-4706-b12e-898194e5bf56") + ) + (fp_poly + (pts + (xy 8.25 -6.25) (xy 8.25 -6.75) (xy 7.75 -6.75) (xy 7.75 -6.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7e1217ba-8a3d-4079-8d7b-b45f90cfbf53") + ) + (fp_poly + (pts + (xy 8.25 -5.75) (xy 8.25 -6.25) (xy 7.75 -6.25) (xy 7.75 -5.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "42ff012d-5eb7-42b9-bb45-415cf26799c6") + ) + (fp_poly + (pts + (xy 8.25 -5.25) (xy 8.25 -5.75) (xy 7.75 -5.75) (xy 7.75 -5.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eb8d02e9-145c-465d-b6a8-bae84d47a94b") + ) + (fp_poly + (pts + (xy 8.25 -4.75) (xy 8.25 -5.25) (xy 7.75 -5.25) (xy 7.75 -4.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4185c36c-c66e-4dbd-be5d-841e551f4885") + ) + (fp_poly + (pts + (xy 8.25 1.25) (xy 8.25 0.75) (xy 7.75 0.75) (xy 7.75 1.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e54e5e19-1deb-49a9-8629-617db8e434c0") + ) + (fp_poly + (pts + (xy 8.25 1.75) (xy 8.25 1.25) (xy 7.75 1.25) (xy 7.75 1.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd") + ) + (fp_poly + (pts + (xy 8.25 2.25) (xy 8.25 1.75) (xy 7.75 1.75) (xy 7.75 2.25) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cb614b23-9af3-4aec-bed8-c1374e001510") + ) + (fp_poly + (pts + (xy 8.25 3.75) (xy 8.25 3.25) (xy 7.75 3.25) (xy 7.75 3.75) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9193c41e-d425-447d-b95c-6986d66ea01c") + ) + (fp_line + (start -8.35 -8.35) + (end 8.35 -8.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8e06ba1f-e3ba-4eb9-a10e-887dffd566d6") + ) + (fp_line + (start -8.35 8.35) + (end -8.35 -8.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1a6d2848-e78e-49fe-8978-e1890f07836f") + ) + (fp_line + (start 8.35 -8.35) + (end 8.35 8.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "12422a89-3d0c-485c-9386-f77121fd68fd") + ) + (fp_line + (start 8.35 8.35) + (end -8.35 8.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7d34f6b1-ab31-49be-b011-c67fe67a8a56") + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061c63038") + (at 160.075 101.375) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1001" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "ee27d19c-8dca-4ac8-a760-6dfd54d28071") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "9b0a1687-7e1b-4a04-a30b-c27a072a2949") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc1d1ca6-a81e-4be4-9453-11455eb03bae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a8adf792-dbba-4ac2-bba0-ec70f6da85fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9cf671dd-69ce-4127-b680-95dab26eec1b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061c60726") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f215f15-3d52-4c91-93e6-3ea03a95622f") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61fe293f-6808-4b7f-9340-9aaac7054a97") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "63ff1c93-3f96-4c33-b498-5dd8c33bccc0") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b88717bd-086f-46cd-9d3f-0396009d0996") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9e1b837f-0d34-4a18-9644-9ee68f141f46") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0217dfc4-fc13-4699-99ad-d9948522648e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0eca5ed-bc5e-4618-9bcd-80945bea41ed") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd5408e4-362d-4e43-9d39-78fb99eb52c8") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8da933a9-35f8-42e6-8504-d1bab7264306") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "6bfe5804-2ef9-4c65-b2a7-f01e4014370a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 5 "/_AOPIN+") + (uuid "3a7648d8-121a-4921-9b92-9b35b76ce39b") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 1 "/OUT") + (uuid "1d9cdadc-9036-4a95-b6db-fa7b3b74c869") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23-5" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061c63067") + (at 160.025 95.825 180) + (descr "SOT, 5 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "U1001" + (at 0 -2.4 0) + (layer "F.SilkS") + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MCP6001-OT" + (at 0 2.4 0) + (layer "F.Fab") + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56d620e3-ce94-46b0-96b6-2f1a606909d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a601c02c-34ba-493f-9557-d04c415d0378") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a34f524-66f9-437d-8bfe-ba6c09c18bd5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061c5dbdb") + (attr smd) + (fp_line + (start 0 1.56) + (end 0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe8d9267-7834-48d6-a191-c8724b2ee78d") + ) + (fp_line + (start 0 1.56) + (end -0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + ) + (fp_line + (start 0 -1.56) + (end 0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + ) + (fp_line + (start 0 -1.56) + (end -1.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (fp_line + (start 2.05 1.7) + (end 2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (fp_line + (start 2.05 -1.7) + (end -2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (fp_line + (start -2.05 1.7) + (end 2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (fp_line + (start -2.05 -1.7) + (end -2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (fp_line + (start 0.8 1.45) + (end -0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (fp_line + (start 0.8 -1.45) + (end 0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + ) + (fp_line + (start -0.4 -1.45) + (end 0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + ) + (fp_line + (start -0.8 1.45) + (end -0.8 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (fp_line + (start -0.8 -1.05) + (end -0.4 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1375 -0.95 180) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/OUT") + (uuid "29e78086-2175-405e-9ba3-c48766d2f50c") + ) + (pad "2" smd roundrect + (at -1.1375 0 180) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5") + ) + (pad "3" smd roundrect + (at -1.1375 0.95 180) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "/IN") + (uuid "03c52831-5dc5-43c5-a442-8d23643b46fb") + ) + (pad "4" smd roundrect + (at 1.1375 0.95 180) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "/_AOPIN+") + (uuid "d57dcfee-5058-4fc2-a68b-05f9a48f685b") + ) + (pad "5" smd roundrect + (at 1.1375 -0.95 180) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "VCC") + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "tc5:DemoBoard" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000062333880") + (at 127.325 91.1) + (property "Reference" "BRD1" + (at 0 0.3 0) + (layer "F.SilkS") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + (effects + (font + (size 0.6 0.6) + (thickness 0.1) + ) + ) + ) + (property "Value" "SYM_Arrow_XLarge" + (at -4.325 18.25 0) + (layer "F.Fab") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9758111f-609c-44e0-8da4-fe42507bcc4d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46e0114d-85a9-4dc3-990f-5cdb49aa5de5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f39c79a-f296-4771-8684-4652dd793c63") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000062329410") + (attr through_hole) + (fp_line + (start -11.46 -7.3) + (end 47.77 -7.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (fp_line + (start -11.46 19.25) + (end -11.46 -7.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (fp_line + (start 47.77 19.25) + (end -11.46 19.25) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (fp_line + (start 47.77 19.25) + (end 47.77 -7.3) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c022004a-c968-410e-b59e-fbab0e561e9d") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.5mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061c63040") + (at 161.2 90.25) + (descr "SMD pad as test Point, diameter 1.5mm") + (tags "test point SMD pad") + (property "Reference" "TP1001" + (at 0 1.648 0) + (layer "B.SilkS") + (uuid "66043bca-a260-4915-9fce-8a51d324c687") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TP_IN" + (at 0 -1.75 0) + (layer "B.Fab") + (uuid "2d6db888-4e40-41c8-b701-07170fc894bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46703245-251d-4e51-a03a-2019625abca9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "257f9690-b2a3-460c-a12f-cc5e502392e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7437bdec-c6e1-4789-9b14-30f43180ad49") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061c7065d") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.95) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "7bbf981c-a063-4e30-8911-e4228e1c0743") + ) + (fp_circle + (center 0 0) + (end 1.25 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "5528bcad-2950-4673-90eb-c37e6952c475") + ) + (fp_text user "${REFERENCE}" + (at 0 1.65 0) + (layer "B.Fab") + (uuid "7edc9030-db7b-43ac-a1b3-b87eeacb4c2d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1.5 1.5) + (layers "B.Cu" "B.Mask") + (net 3 "/IN") + (uuid "08a7c925-7fae-4530-b0c9-120e185cb318") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.5mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061c63048") + (at 157.1 104.15) + (descr "SMD pad as test Point, diameter 1.5mm") + (tags "test point SMD pad") + (property "Reference" "TP1002" + (at 0 1.648 0) + (layer "B.SilkS") + (uuid "bdc7face-9f7c-4701-80bb-4cc144448db1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TP_NEG" + (at 0 -1.75 0) + (layer "B.Fab") + (uuid "97fe9c60-586f-4895-8504-4d3729f5f81a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de3e4b9d-b877-4fd2-8015-29442f882c09") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb89fea2-3eed-4625-8a93-d0b806b1812c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1d2d2a9-3ad7-4842-ba9e-34f216a63986") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061c6f0d8") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.95) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "922058ca-d09a-45fd-8394-05f3e2c1e03a") + ) + (fp_circle + (center 0 0) + (end 1.25 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "0f54db53-a272-4955-88fb-d7ab00657bb0") + ) + (fp_text user "${REFERENCE}" + (at 0 1.65 0) + (layer "B.Fab") + (uuid "80094b70-85ab-4ff6-934b-60d5ee65023a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1.5 1.5) + (layers "B.Cu" "B.Mask") + (net 5 "/_AOPIN+") + (uuid "d4a1d3c4-b315-4bec-9220-d12a9eab51e0") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.5mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061c63050") + (at 164.1 103.85 180) + (descr "SMD pad as test Point, diameter 1.5mm") + (tags "test point SMD pad") + (property "Reference" "TP1003" + (at 0 1.648 0) + (layer "B.SilkS") + (uuid "e857610b-4434-4144-b04e-43c1ebdc5ceb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TP_OUT" + (at 0 -1.75 0) + (layer "B.Fab") + (uuid "6c2e273e-743c-4f1e-a647-4171f8122550") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f82901a3-d69f-49f6-8643-d48390b2f5ea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c43a9ef4-1549-421e-b59b-b1cbef06a71d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "910d25d1-a6b5-4e4a-838f-8a8a08f46742") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061c6d8dc") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.95) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "666713b0-70f4-42df-8761-f65bc212d03b") + ) + (fp_circle + (center 0 0) + (end 1.25 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e") + ) + (fp_text user "${REFERENCE}" + (at 0 1.65 0) + (layer "B.Fab") + (uuid "9157f4ae-0244-4ff1-9f73-3cb4cbb5f280") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0 180) + (size 1.5 1.5) + (layers "B.Cu" "B.Mask") + (net 1 "/OUT") + (uuid "7aed3a71-054b-4aaa-9c0a-030523c32827") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.5mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061c63ec0") + (at 153.8 90.6) + (descr "SMD pad as test Point, diameter 1.5mm") + (tags "test point SMD pad") + (property "Reference" "TP1004" + (at 0 1.648 0) + (layer "B.SilkS") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TP_VCC" + (at 0 -1.75 0) + (layer "B.Fab") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d147bb02-c7f9-403a-abfd-5d8ef5216503") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba90da53-f64a-4607-be5d-054740765ca1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d089619-3117-44e9-8efa-afd49e125adc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061c77fc1") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.95) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (fp_circle + (center 0 0) + (end 1.25 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "a3e4f0ae-9f86-49e9-b386-ed8b42e012fb") + ) + (fp_text user "${REFERENCE}" + (at 0 1.65 0) + (layer "B.Fab") + (uuid "a690fc6c-55d9-47e6-b533-faa4b67e20f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1.5 1.5) + (layers "B.Cu" "B.Mask") + (net 4 "VCC") + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.5mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-000061c63ec8") + (at 153.65 94.075) + (descr "SMD pad as test Point, diameter 1.5mm") + (tags "test point SMD pad") + (property "Reference" "TP1005" + (at 0 1.648 0) + (layer "B.SilkS") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "TP_GND" + (at 0 -1.75 0) + (layer "B.Fab") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9df481ae-40db-4e7c-907d-e9b0c6bb174d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19cc5503-81bb-4bab-9658-ebf2df75a9c9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "095b6ab4-e5cd-4995-a253-c6ed36db46e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-000061c76041") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.95) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (fp_circle + (center 0 0) + (end 1.25 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (fp_text user "${REFERENCE}" + (at 0 1.65 0) + (layer "B.Fab") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1.5 1.5) + (layers "B.Cu" "B.Mask") + (net 2 "GND") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + ) + (gr_line + (start 122.75 91.425) + (end 125.075 91.425) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000061c62b34") + ) + (gr_arc + (start 125.075 91.425) + (mid 125.65 92) + (end 125.075 92.575) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000062333db7") + ) + (gr_line + (start 122.75 92.575) + (end 125.075 92.575) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000062333dbc") + ) + (gr_line + (start 163.675 100.625) + (end 163.675 98.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000062333dbe") + ) + (gr_arc + (start 164.825 100.625) + (mid 164.25 101.2) + (end 163.675 100.625) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000062333dbf") + ) + (gr_arc + (start 163.675 98.3) + (mid 164.25 97.725) + (end 164.825 98.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000062333dc0") + ) + (gr_line + (start 164.825 100.625) + (end 164.825 98.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000062333dc1") + ) + (gr_arc + (start 122.75 92.575) + (mid 122.175 92) + (end 122.75 91.425) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "337e8520-cbd2-42c0-8d17-743bab17cbbd") + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "25bc3602-3fb4-4a04-94e3-21ba22562c24") + (pts + (xy 175.095 110.35) (xy 115.865 110.35) + ) + (height -8.5) + (gr_text "59.2300 mm" + (at 145.48 117.7 0) + (layer "Dwgs.User") + (uuid "25bc3602-3fb4-4a04-94e3-21ba22562c24") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "283c990c-ae5a-4e41-a3ad-b40ca29fe90e") + (pts + (xy 175.095 83.8) (xy 175.095 110.35) + ) + (height -18.455) + (gr_text "26.5500 mm" + (at 192.4 97.075 90) + (layer "Dwgs.User") + (uuid "283c990c-ae5a-4e41-a3ad-b40ca29fe90e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (segment + (start 160.9875 101.6763) + (end 160.9875 101.375) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "59fc765e-1357-4c94-9529-5635418c7d73") + ) + (segment + (start 160.5119 102.1519) + (end 161.3111 102.9512) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "6f580eb1-88cc-489d-a7ca-9efa5e590715") + ) + (segment + (start 150.7253 99.06) + (end 155.3182 103.6529) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "89a8e170-a222-41c0-b545-c9f4c5604011") + ) + (segment + (start 155.3182 103.6529) + (end 159.0109 103.6529) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "9529c01f-e1cd-40be-b7f0-83780a544249") + ) + (segment + (start 160.5119 102.1519) + (end 160.9875 101.6763) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "96db52e2-6336-4f5e-846e-528c594d0509") + ) + (segment + (start 161.1625 101.2) + (end 161.1625 96.775) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "c7df8431-dcf5-4ab4-b8f8-21c1cafc5246") + ) + (segment + (start 149.45 99.06) + (end 150.7253 99.06) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "d38aa458-d7c4-47af-ba08-2b6be506a3fd") + ) + (segment + (start 159.0109 103.6529) + (end 160.5119 102.1519) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "d68e5ddb-039c-483f-88a3-1b0b7964b482") + ) + (segment + (start 160.9875 101.375) + (end 161.1625 101.2) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "dde8619c-5a8c-40eb-9845-65e6a654222d") + ) + (via + (at 161.3111 102.9512) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "3a41dd27-ec14-44d5-b505-aad1d829f79a") + ) + (segment + (start 163.2012 102.9512) + (end 164.1 103.85) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "5c7d6eaf-f256-4349-8203-d2e836872231") + ) + (segment + (start 161.3111 102.9512) + (end 163.2012 102.9512) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "b13e8448-bf35-4ec0-9c70-3f2250718cc2") + ) + (segment + (start 152.2862 93.798) + (end 150.9073 93.798) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "0dfdfa9f-1e3f-4e14-b64b-12bde76a80c7") + ) + (segment + (start 162.1601 94.5281) + (end 161.1018 93.4698) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "252f1275-081d-4d77-8bd5-3b9e6916ef42") + ) + (segment + (start 149.45 93.98) + (end 150.7253 93.98) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "3c8d03bf-f31d-4aa0-b8db-a227ffd7d8d6") + ) + (segment + (start 162.1601 95.2694) + (end 162.1601 94.5281) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "62e8c4d4-266c-4e53-8981-1028251d724c") + ) + (segment + (start 161.1018 93.4698) + (end 152.6144 93.4698) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "6b91a3ee-fdcd-4bfe-ad57-c8d5ea9903a8") + ) + (segment + (start 161.1625 95.825) + (end 161.6045 95.825) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "98fe66f3-ec8b-4515-ae34-617f2124a7ec") + ) + (segment + (start 152.6144 93.4698) + (end 152.2862 93.798) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "bd793ae5-cde5-43f6-8def-1f95f35b1be6") + ) + (segment + (start 150.9073 93.798) + (end 150.7253 93.98) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "e7d81bce-286e-41e4-9181-3511e9c0455e") + ) + (segment + (start 161.6045 95.825) + (end 162.1601 95.2694) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "fc3d51c1-8b35-4da3-a742-0ebe104989d7") + ) + (via + (at 152.2862 93.798) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "142dd724-2a9f-4eea-ab21-209b1bc7ec65") + ) + (segment + (start 153.65 94.075) + (end 153.3731 93.7981) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "10e52e95-44f3-4059-a86d-dcda603e0623") + ) + (segment + (start 153.3731 93.7981) + (end 152.2862 93.7981) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "74f5ec08-7600-4a0b-a9e4-aae29f9ea08a") + ) + (segment + (start 152.2862 93.7981) + (end 152.2862 93.798) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "e70b6168-f98e-4322-bc55-500948ef7b77") + ) + (segment + (start 150.7406 96.52) + (end 153.0237 94.2369) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "0fc5db66-6188-4c1f-bb14-0868bef113eb") + ) + (segment + (start 146.15 96.52) + (end 150.7406 96.52) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "15a82541-58d8-45b5-99c5-fb52e017e3ea") + ) + (segment + (start 153.0237 94.2369) + (end 160.0644 94.2369) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "3d6cdd62-5634-4e30-acf8-1b9c1dbf6653") + ) + (segment + (start 161.1625 94.875) + (end 160.7025 94.875) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "bb59b92a-e4d0-4b9e-82cd-26304f5c15b8") + ) + (segment + (start 160.7025 94.875) + (end 160.0644 94.2369) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "f6983918-fe05-46ea-b355-bc522ec53440") + ) + (via + (at 160.0644 94.2369) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "20caf6d2-76a7-497e-ac56-f6d31eb9027b") + ) + (segment + (start 161.2 93.1013) + (end 160.0644 94.2369) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "759788bd-3cb9-4d38-b58c-5cb10b7dca6b") + ) + (segment + (start 161.2 90.25) + (end 161.2 93.1013) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "f44d04c5-0d17-4d52-8328-ef3b4fdfba5f") + ) + (segment + (start 146.4689 91.44) + (end 144.8746 93.0343) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "2f291a4b-4ecb-4692-9ad2-324f9784c0d4") + ) + (segment + (start 158.2583 97.4042) + (end 158.8875 96.775) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "319639ae-c2c5-486d-93b1-d03bb1b64252") + ) + (segment + (start 145.0729 97.4042) + (end 158.2583 97.4042) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "3a70978e-dcc2-4620-a99c-514362812927") + ) + (segment + (start 144.8746 97.2059) + (end 145.0729 97.4042) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "62a1f3d4-027d-4ecf-a37a-6fcf4263e9d2") + ) + (segment + (start 146.15 91.44) + (end 146.4689 91.44) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "a5c8e189-1ddc-4a66-984b-e0fd1529d346") + ) + (segment + (start 146.7877 91.44) + (end 152.6727 91.44) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "c71f56c1-5b7c-4373-9716-fffac482104c") + ) + (segment + (start 144.8746 93.0343) + (end 144.8746 97.2059) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "f447e585-df78-4239-b8cb-4653b3837bb1") + ) + (segment + (start 146.4689 91.44) + (end 146.7877 91.44) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "fc4ad874-c922-4070-89f9-7262080469d8") + ) + (via + (at 152.6727 91.44) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 4) + (uuid "97581b9a-3f6b-4e88-8768-6fdb60e6aca6") + ) + (segment + (start 153.8 90.6) + (end 152.96 91.44) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "1ab71a3c-340b-469a-ada5-4f87f0b7b2fa") + ) + (segment + (start 152.96 91.44) + (end 152.6727 91.44) + (width 0.25) + (layer "B.Cu") + (net 4) + (uuid "dbe92a0d-89cb-4d3f-9497-c2c1d93a3018") + ) + (segment + (start 158.8875 94.875) + (end 159.9181 95.9056) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "0e249018-17e7-42b3-ae5d-5ebf3ae299ae") + ) + (segment + (start 158.7047 102.8956) + (end 159.1625 102.4378) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "13bbfffc-affb-4b43-9eb1-f2ed90a8a919") + ) + (segment + (start 159.9181 95.9056) + (end 159.9181 100.6194) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "63489ebf-0f52-43a6-a0ab-158b1a7d4988") + ) + (segment + (start 159.1625 102.4378) + (end 159.1625 101.375) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "71f8d568-0f23-4ff2-8e60-1600ce517a48") + ) + (segment + (start 159.9181 100.6194) + (end 159.1625 101.375) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "e6d68f56-4a40-4849-b8d1-13d5ca292900") + ) + (via + (at 158.7047 102.8956) + (size 0.8) + (drill 0.4) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "cd5e758d-cb66-484a-ae8b-21f53ceee49e") + ) + (segment + (start 157.4503 104.15) + (end 158.7047 102.8956) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "01f82238-6335-48fe-8b0a-6853e227345a") + ) + (segment + (start 157.1 104.15) + (end 157.4503 104.15) + (width 0.25) + (layer "B.Cu") + (net 5) + (uuid "7c00778a-4692-4f9b-87d5-2d355077ce1e") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/connectors.kicad_sch b/tests/board_samples/kicad_8/connectors.kicad_sch index 79102282c..e38078ec7 100644 --- a/tests/board_samples/kicad_8/connectors.kicad_sch +++ b/tests/board_samples/kicad_8/connectors.kicad_sch @@ -1,352 +1,876 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (lib_symbols - (symbol "Connector:Conn_01x04_Female" (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" "Conn_01x04_Female" (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" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, 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" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x04_Female_1_1" - (arc (start 0 -4.572) (mid -0.5058 -5.08) (end 0 -5.588) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 -2.032) (mid -0.5058 -2.54) (end 0 -3.048) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -5.08) - (xy -0.508 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 -2.54) - (xy -0.508 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy -0.508 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.54) - (xy -0.508 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 0.508) (mid -0.5058 0) (end 0 -0.508) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (arc (start 0 3.048) (mid -0.5058 2.54) (end 0 2.032) - (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:Conn_01x06_Male" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x06_Male" (at 0 -10.16 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, single row, 01x06, 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*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x06_Male_1_1" - (polyline - (pts - (xy 1.27 -7.62) - (xy 0.8636 -7.62) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -5.08) - (xy 0.8636 -5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -2.54) - (xy 0.8636 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.8636 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 2.54) - (xy 0.8636 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 5.08) - (xy 0.8636 5.08) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 0.8636 -7.493) (end 0 -7.747) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (pin passive line (at 5.08 5.08 180) (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 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 180) (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 -2.54 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 -5.08 180) (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 5.08 -7.62 180) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - - (symbol (lib_id "Connector:Conn_01x06_Male") (at 74.93 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f170fd6) - (property "Reference" "J1" (at 77.6732 44.9326 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Bizarre Bus" (at 77.6732 47.244 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" (at 74.93 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 74.93 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "1x6" (at 74.93 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3321feb0-e25c-48f1-b417-843cc0d0fc5d)) - (pin "2" (uuid 48ffa39d-adda-4d9d-99bf-b54fa3fc4beb)) - (pin "3" (uuid 9c6faf73-17a6-4de9-87e9-d629e939d419)) - (pin "4" (uuid aaf5283a-c22d-4b03-a805-070b14b8cb76)) - (pin "5" (uuid b49f564c-98fb-412a-addf-30790a07cc53)) - (pin "6" (uuid 1b2afd57-d1a0-4fee-a173-2bd4ec4407d2)) - (instances - (project "connectors" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x06_Male") (at 97.79 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f1718a4) - (property "Reference" "J2" (at 100.5332 44.9326 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Output crazy" (at 100.5332 47.244 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" (at 97.79 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 97.79 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "1x6" (at 97.79 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d65ba292-b268-42a5-a061-0e88d0182625)) - (pin "2" (uuid e3554aeb-1af0-4b08-aab1-14040d5a9b31)) - (pin "3" (uuid 14c81335-0c58-4658-9c8b-2f95a43c42a1)) - (pin "4" (uuid 9ef2c0bd-0176-4f0e-b213-c48663ceb734)) - (pin "5" (uuid ff3830f5-f41b-4bb1-9176-67fcf6208e3c)) - (pin "6" (uuid ed9a64cc-5a83-4784-ba3a-2dba88b6189e)) - (instances - (project "connectors" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x04_Female") (at 102.87 72.39 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f172308) - (property "Reference" "J4" (at 103.5812 72.9996 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Another connector" (at 103.5812 75.311 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Horizontal" (at 102.87 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 102.87 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "1x4" (at 102.87 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 23b01e04-7511-4c52-80ed-871675300ee9)) - (pin "2" (uuid 42f5b5b4-dd5c-4778-98da-3fe6b6b36b6c)) - (pin "3" (uuid a12176d4-cccd-4936-bd41-2b7cdce20b70)) - (pin "4" (uuid d5ed5e46-d54a-447d-9f4b-f0768c1fbc9a)) - (instances - (project "connectors" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x04_Female") (at 73.66 72.39 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f172bd1) - (property "Reference" "J3" (at 74.3712 72.9996 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Bla bla connector" (at 74.3712 75.311 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Horizontal" (at 73.66 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 73.66 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "1x4" (at 73.66 72.39 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0fb612b6-d118-463f-8273-72d16ac7c8f3)) - (pin "2" (uuid 543ccabc-4148-495e-bbf3-b3f2d2fb3d9e)) - (pin "3" (uuid 789fde59-6346-41c4-8bdd-f9aa5fd7f3db)) - (pin "4" (uuid 89e85ee3-bf08-4d94-97ac-77b0e3f043c9)) - (instances - (project "connectors" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (lib_symbols + (symbol "Connector:Conn_01x04_Female" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x04_Female" + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x04_Female_1_1" + (arc + (start 0 -4.572) + (mid -0.5058 -5.08) + (end 0 -5.588) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -2.032) + (mid -0.5058 -2.54) + (end 0 -3.048) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy -0.508 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy -0.508 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy -0.508 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.54) (xy -0.508 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0.508) + (mid -0.5058 0) + (end 0 -0.508) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 3.048) + (mid -0.5058 2.54) + (end 0 2.032) + (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:Conn_01x06_Male" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x06_Male" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x06_Male_1_1" + (polyline + (pts + (xy 1.27 -7.62) (xy 0.8636 -7.62) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -5.08) (xy 0.8636 -5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 0.8636 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 5.08) (xy 0.8636 5.08) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -7.493) + (end 0 -7.747) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 5.08 180) + (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 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 180) + (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 -2.54 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 -5.08 180) + (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 5.08 -7.62 180) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x06_Male") + (at 74.93 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f170fd6") + (property "Reference" "J1" + (at 77.6732 44.9326 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Bizarre Bus" + (at 77.6732 47.244 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" + (at 74.93 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 74.93 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "1x6" + (at 74.93 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3321feb0-e25c-48f1-b417-843cc0d0fc5d") + ) + (pin "2" + (uuid "48ffa39d-adda-4d9d-99bf-b54fa3fc4beb") + ) + (pin "3" + (uuid "9c6faf73-17a6-4de9-87e9-d629e939d419") + ) + (pin "4" + (uuid "aaf5283a-c22d-4b03-a805-070b14b8cb76") + ) + (pin "5" + (uuid "b49f564c-98fb-412a-addf-30790a07cc53") + ) + (pin "6" + (uuid "1b2afd57-d1a0-4fee-a173-2bd4ec4407d2") + ) + (instances + (project "connectors" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x06_Male") + (at 97.79 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f1718a4") + (property "Reference" "J2" + (at 100.5332 44.9326 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Output crazy" + (at 100.5332 47.244 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" + (at 97.79 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 97.79 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "1x6" + (at 97.79 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d65ba292-b268-42a5-a061-0e88d0182625") + ) + (pin "2" + (uuid "e3554aeb-1af0-4b08-aab1-14040d5a9b31") + ) + (pin "3" + (uuid "14c81335-0c58-4658-9c8b-2f95a43c42a1") + ) + (pin "4" + (uuid "9ef2c0bd-0176-4f0e-b213-c48663ceb734") + ) + (pin "5" + (uuid "ff3830f5-f41b-4bb1-9176-67fcf6208e3c") + ) + (pin "6" + (uuid "ed9a64cc-5a83-4784-ba3a-2dba88b6189e") + ) + (instances + (project "connectors" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x04_Female") + (at 102.87 72.39 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f172308") + (property "Reference" "J4" + (at 103.5812 72.9996 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Another connector" + (at 103.5812 75.311 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Horizontal" + (at 102.87 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 102.87 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "1x4" + (at 102.87 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "23b01e04-7511-4c52-80ed-871675300ee9") + ) + (pin "2" + (uuid "42f5b5b4-dd5c-4778-98da-3fe6b6b36b6c") + ) + (pin "3" + (uuid "a12176d4-cccd-4936-bd41-2b7cdce20b70") + ) + (pin "4" + (uuid "d5ed5e46-d54a-447d-9f4b-f0768c1fbc9a") + ) + (instances + (project "connectors" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x04_Female") + (at 73.66 72.39 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f172bd1") + (property "Reference" "J3" + (at 74.3712 72.9996 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Bla bla connector" + (at 74.3712 75.311 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Horizontal" + (at 73.66 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 73.66 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "1x4" + (at 73.66 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0fb612b6-d118-463f-8273-72d16ac7c8f3") + ) + (pin "2" + (uuid "543ccabc-4148-495e-bbf3-b3f2d2fb3d9e") + ) + (pin "3" + (uuid "789fde59-6346-41c4-8bdd-f9aa5fd7f3db") + ) + (pin "4" + (uuid "89e85ee3-bf08-4d94-97ac-77b0e3f043c9") + ) + (instances + (project "connectors" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/copy_files.kicad_pcb b/tests/board_samples/kicad_8/copy_files.kicad_pcb index 8a8d4fa57..21b829ee7 100644 --- a/tests/board_samples/kicad_8/copy_files.kicad_pcb +++ b/tests/board_samples/kicad_8/copy_files.kicad_pcb @@ -1,496 +1,1782 @@ -(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) - ) - - (setup - (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 6) - (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-(C1-Pad2)") - (net 2 "Net-(C1-Pad1)") - (net 3 "Net-(C2-Pad2)") - (net 4 "Net-(C2-Pad1)") - (net 5 "Net-(C3-Pad2)") - (net 6 "Net-(C3-Pad1)") - (net 7 "Net-(C4-Pad2)") - (net 8 "Net-(C4-Pad1)") - (net 9 "Net-(R1-Pad2)") - (net 10 "Net-(R1-Pad1)") - (net 11 "Net-(R2-Pad2)") - (net 12 "Net-(R2-Pad1)") - (net 13 "Net-(R3-Pad2)") - (net 14 "Net-(R3-Pad1)") - (net 15 "Net-(R4-Pad2)") - (net 16 "Net-(R4-Pad1)") - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab1c) - (at 128.25 93 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00006223ba95") - (attr smd) - (fp_text reference "C1" (at -1 -1.68 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11) - ) - (fp_text value "1u" (at 0 1.68 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce83728b-bebd-48c2-8734-b6a50d837931)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c41b3c8b-634e-435a-b582-96b83bbd4032)) - (fp_line (start -1.7 -0.98) (end 1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1831fb37-1c5d-42c4-b898-151be6fca9dc)) - (fp_line (start -1.7 0.98) (end -1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3)) - (fp_line (start 1.7 -0.98) (end 1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f22151c-f260-4674-b486-4710a2c42a55)) - (fp_line (start 1.7 0.98) (end -1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe8d9267-7834-48d6-a191-c8724b2ee78d)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb)) - (pad "1" smd roundrect (at -0.95 0 90) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 3cd1bda0-18db-417d-b581-a0c50623df68)) - (pad "2" smd roundrect (at 0.95 0 90) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "Net-(C1-Pad2)") (tstamp 0b21a65d-d20b-411e-920a-75c343ac5136)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metrico.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab2d) - (at 133 93.25 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00006223bc65") - (attr smd) - (fp_text reference "C2" (at 0 -1.68 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137) - ) - (fp_text value "2u" (at 0 1.68 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497)) - (fp_line (start -1.7 -0.98) (end 1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a3e4f0ae-9f86-49e9-b386-ed8b42e012fb)) - (fp_line (start -1.7 0.98) (end -1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54365317-1355-4216-bb75-829375abc4ec)) - (fp_line (start 1.7 -0.98) (end 1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a690fc6c-55d9-47e6-b533-faa4b67e20f3)) - (fp_line (start 1.7 0.98) (end -1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87371631-aa02-498a-998a-09bdb74784c1)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd)) - (pad "1" smd roundrect (at -0.95 0 90) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "Net-(C2-Pad1)") (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (pad "2" smd roundrect (at 0.95 0 90) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C2-Pad2)") (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab60) - (at 128.25 99) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00006223a923") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a03e565f-d8cd-4032-aae3-b7327d4143dd) - ) - (fp_text value "1" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b2b5c7d-f943-4634-9f0a-e9561705c49d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1262c4d-2245-4c4f-8f35-7bb32cd9e21e)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d22e95aa-f3db-4fbc-a331-048a2523233e)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1169a2d-8998-4b50-a48d-c520bcc1b8e1)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 15875808-74d5-4210-b8ca-aa8fbc04ae21)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa02e544-13f5-4cf8-a5f4-3e6cda006090)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a44418c-7bb4-4e99-8836-57f153c19721)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0147f16a-c952-4891-8f53-a9fb8cddeb8d)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 10 "Net-(R1-Pad1)") (tstamp 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 9 "Net-(R1-Pad2)") (tstamp dd00c2e1-6027-4717-b312-4fab3ee52002)) - (model "ALIAS1:test.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab71) - (at 133 98.5) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00006223adf1") - (attr smd) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b3d08afa-f296-4e3b-8825-73b6331d35bf) - ) - (fp_text value "2" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 98e81e80-1f85-4152-be3f-99785ea97751) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 842e430f-0c35-45f3-a0b5-95ae7b7ae388) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dde3dba8-1b81-466c-93a3-c284ff4da1ef)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58dc14f9-c158-4824-a84e-24a6a482a7a4)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f976e2cc-36f9-4479-a816-2c74d1d5da6f)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13475e15-f37c-4de8-857e-1722b0c39513)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2732632c-4768-42b6-bf7f-14643424019e)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03d88a85-11fd-47aa-954c-c318bb15294a)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51c4dc0a-5b9f-4edf-a83f-4a12881e42ef)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a2f72d1-0b36-4610-afc4-4ad1660d5d3b)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0dcdf1b8-13c6-48b4-bd94-5d26038ff231)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 12 "Net-(R2-Pad1)") (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 11 "Net-(R2-Pad2)") (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065)) - (model "ALIAS2:test.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab3e) - (at 128.25 93.25 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00006223c1b3") - (attr smd) - (fp_text reference "C3" (at 0 1.68 -90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae) - ) - (fp_text value "3u" (at 0 -1.68 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14) - ) - (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 55e740a3-0735-4744-896e-2bf5437093b9)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (fp_line (start -1.7 -0.98) (end -1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779)) - (fp_line (start -1.7 0.98) (end 1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c022004a-c968-410e-b59e-fbab0e561e9d)) - (fp_line (start 1.7 -0.98) (end -1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 77ed3941-d133-4aef-a9af-5a39322d14eb)) - (fp_line (start 1.7 0.98) (end 1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 47baf4b1-0938-497d-88f9-671136aa8be7)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e8314017-7be6-4011-9179-37449a29b311)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 746ba970-8279-4e7b-aed3-f28687777c21)) - (pad "1" smd roundrect (at -0.95 0 270) (size 1 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(C3-Pad1)") (tstamp 4fb02e58-160a-4a39-9f22-d0c75e82ee72)) - (pad "2" smd roundrect (at 0.95 0 270) (size 1 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 5 "Net-(C3-Pad2)") (tstamp e615f7aa-337e-474d-9615-2ad82b1c44ca)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab4f) - (at 127.75 99 90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00006223c217") - (attr smd) - (fp_text reference "C4" (at 0 1.68 90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 67f6e996-3c99-493c-8f6f-e739e2ed5d7a) - ) - (fp_text value "4u" (at 0 -1.68 90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 32667662-ae86-4904-b198-3e95f11851bf) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp a05d7640-f2f6-4ba7-8c51-5a4af431fc13) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 94c158d1-8503-4553-b511-bf42f506c2a8)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 9ccf03e8-755a-4cd9-96fc-30e1d08fa253)) - (fp_line (start -1.7 -0.98) (end -1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 23bb2798-d93a-4696-a962-c305c4298a0c)) - (fp_line (start -1.7 0.98) (end 1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 78cbdd6c-4878-4cc5-9a58-0e506478e37d)) - (fp_line (start 1.7 -0.98) (end -1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 983c426c-24e0-4c65-ab69-1f1824adc5c6)) - (fp_line (start 1.7 0.98) (end 1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6e105729-aba0-497c-a99e-c32d2b3ddb6d)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 13abf99d-5265-4779-8973-e94370fd18ff)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a7520ad3-0f8b-4788-92d4-8ffb277041e6)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 46918595-4a45-48e8-84c0-961b4db7f35f)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a795f1ba-cdd5-4cc5-9a52-08586e982934)) - (pad "1" smd roundrect (at -0.95 0 90) (size 1 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 8 "Net-(C4-Pad1)") (tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12)) - (pad "2" smd roundrect (at 0.95 0 90) (size 1 1.45) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 7 "Net-(C4-Pad2)") (tstamp c1d83899-e380-49f9-a87d-8e78bc089ebf)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab82) - (at 133 93.75) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00006223b0e5") - (attr smd) - (fp_text reference "R3" (at -0.5 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp afd3dbad-e7a8-4e4c-b77c-4065a69aefa2) - ) - (fp_text value "3" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1b54105e-6590-4d26-a763-ecfcf81eedc4) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 0f41a909-27c4-4be2-9d5e-9ae2108c8ff5) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e12e827e-36be-4503-8eef-6fc7e8bc5d49)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp dabe541b-b164-4180-97a4-5ca761b86800)) - (fp_line (start -1.68 -0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9dab0cb7-2557-4419-963b-5ae736517f62)) - (fp_line (start -1.68 0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 417f13e4-c121-485a-a6b5-8b55e70350b8)) - (fp_line (start 1.68 -0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0088d107-13d8-496c-8da6-7bbeb9d096b0)) - (fp_line (start 1.68 0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c201e1b2-fc01-4110-bdaa-a33290468c83)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 632acde9-b7fd-4f04-8cb4-d2cbb06b3595)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 35354519-a28c-40c4-befd-0943e98dea53)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6b25f522-8e2d-4cd8-9d5d-a2b80f60133b)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 38f2d955-ea7a-4a21-aba6-02ae23f1bd4a)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.243902) - (net 14 "Net-(R3-Pad1)") (tstamp 68e09be7-3bbc-4443-a838-209ce20b2bef)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.243902) - (net 13 "Net-(R3-Pad2)") (tstamp 6a780180-586a-4241-a52d-dc7a5ffcc966)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00006223ab93) - (at 133 98.5) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00006223b0ef") - (attr smd) - (fp_text reference "R4" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9702d639-3b1f-4825-8985-b32b9008503d) - ) - (fp_text value "4" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0d35483a-0b12-46cc-b9f2-896fd6831779) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 4e66a44f-7fa6-4e16-bf9b-62ec864301a5) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a9ec539a-d80d-40cc-803c-12b6adefe42a)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ef1b4b98-541b-4673-a04f-2043250fc40a)) - (fp_line (start -1.68 -0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c264c438-a475-4ad4-9915-0f1e6ecf3053)) - (fp_line (start -1.68 0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2bf3f24b-fd30-41a7-a274-9b519491916b)) - (fp_line (start 1.68 -0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e25ce415-914a-48fe-bf09-324317917b2e)) - (fp_line (start 1.68 0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4831966c-bb32-4bc8-a400-0382a02ffa1c)) - (fp_line (start -1 -0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4412226e-d975-40a2-921f-502ff4129a95)) - (fp_line (start -1 0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7447a6e7-8205-46ba-afca-d0fa8f90c95a)) - (fp_line (start 1 -0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 34871042-9d5c-4e29-abdd-a168368c3c22)) - (fp_line (start 1 0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 53c85970-3e21-4fae-a84f-721cfc0513b5)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.243902) - (net 16 "Net-(R4-Pad1)") (tstamp 9762c9ed-64d8-4f3e-baf6-f6ba6effc919)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.243902) - (net 15 "Net-(R4-Pad2)") (tstamp 4d4b0fcd-2c79-4fc3-b5fa-7a0741601344)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 125 102) (end 125 91) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00006223ae41)) - (gr_line (start 136 91) (end 136 102) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 29e78086-2175-405e-9ba3-c48766d2f50c)) - (gr_line (start 125 91) (end 136 91) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 94a873dc-af67-4ef9-8159-1f7c93eeb3d7)) - (gr_line (start 136 102) (end 125 102) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "Net-(C1-Pad2)") + (net 2 "Net-(C1-Pad1)") + (net 3 "Net-(C2-Pad2)") + (net 4 "Net-(C2-Pad1)") + (net 5 "Net-(C3-Pad2)") + (net 6 "Net-(C3-Pad1)") + (net 7 "Net-(C4-Pad2)") + (net 8 "Net-(C4-Pad1)") + (net 9 "Net-(R1-Pad2)") + (net 10 "Net-(R1-Pad1)") + (net 11 "Net-(R2-Pad2)") + (net 12 "Net-(R2-Pad1)") + (net 13 "Net-(R3-Pad2)") + (net 14 "Net-(R3-Pad1)") + (net 15 "Net-(R4-Pad2)") + (net 16 "Net-(R4-Pad1)") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006223ab1c") + (at 128.25 93 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at -1 -1.68 90) + (layer "F.SilkS") + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1u" + (at 0 1.68 90) + (layer "F.Fab") + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a4e594cb-dbf9-4ca3-a75a-892d5e673694") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "93ad3ce9-020e-4537-a8d6-93a037ec700a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d88b40d-aa0d-40ab-b749-b4e23b006439") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223ba95") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe8d9267-7834-48d6-a191-c8724b2ee78d") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 90) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + ) + (pad "2" smd roundrect + (at 0.95 0 90) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "Net-(C1-Pad2)") + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metrico.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006223ab2d") + (at 133 93.25 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C2" + (at 0 -1.68 90) + (layer "F.SilkS") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2u" + (at 0 1.68 90) + (layer "F.Fab") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d050267d-7e04-4ab9-9f47-4b2ea4b561f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fdba6b21-e32e-4627-ad0d-3492a17ec9a3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e8ed904a-7569-4448-86a4-b830f5b9a953") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223bc65") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a690fc6c-55d9-47e6-b533-faa4b67e20f3") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a3e4f0ae-9f86-49e9-b386-ed8b42e012fb") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 90) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(C2-Pad1)") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (pad "2" smd roundrect + (at 0.95 0 90) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C2-Pad2)") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006223ab60") + (at 128.25 99) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "a03e565f-d8cd-4032-aae3-b7327d4143dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "5b2b5c7d-f943-4634-9f0a-e9561705c49d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba412b10-3d79-4bde-9305-57c6598c05a4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9702e0af-a84e-4d71-a6ad-e4776a0a3497") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "229b1661-4d2f-4599-a456-55f9679e21bb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223a923") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1262c4d-2245-4c4f-8f35-7bb32cd9e21e") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d22e95aa-f3db-4fbc-a331-048a2523233e") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1169a2d-8998-4b50-a48d-c520bcc1b8e1") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa02e544-13f5-4cf8-a5f4-3e6cda006090") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0147f16a-c952-4891-8f53-a9fb8cddeb8d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 10 "Net-(R1-Pad1)") + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 9 "Net-(R1-Pad2)") + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + ) + (model "ALIAS1:test.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00006223ab71") + (at 133 98.5) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "b3d08afa-f296-4e3b-8825-73b6331d35bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "98e81e80-1f85-4152-be3f-99785ea97751") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "afa80eb3-9535-4e08-a40b-b90c87c97c07") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1fe63c66-31a6-41a9-9a95-3532ef287208") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f9baafb4-9fe1-4896-981a-911a139c3593") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223adf1") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dde3dba8-1b81-466c-93a3-c284ff4da1ef") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58dc14f9-c158-4824-a84e-24a6a482a7a4") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03d88a85-11fd-47aa-954c-c318bb15294a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "51c4dc0a-5b9f-4edf-a83f-4a12881e42ef") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a2f72d1-0b36-4610-afc4-4ad1660d5d3b") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0dcdf1b8-13c6-48b4-bd94-5d26038ff231") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "842e430f-0c35-45f3-a0b5-95ae7b7ae388") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 12 "Net-(R2-Pad1)") + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 11 "Net-(R2-Pad2)") + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (model "ALIAS2:test.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00006223ab3e") + (at 128.25 93.25 -90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C3" + (at 0 1.68 -90) + (layer "B.SilkS") + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "3u" + (at 0 -1.68 -90) + (layer "B.Fab") + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "95b9382e-0003-4516-ac72-ff61e7dce4e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f340ca6-02b0-4b61-9541-bc675ba3c83e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c7caa0b8-d738-4b72-a86b-e2b395d50373") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223c1b3") + (attr smd) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (fp_line + (start -1.7 0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c022004a-c968-410e-b59e-fbab0e561e9d") + ) + (fp_line + (start 1.7 0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "47baf4b1-0938-497d-88f9-671136aa8be7") + ) + (fp_line + (start -1.7 -0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (fp_line + (start 1.7 -0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + ) + (fp_line + (start -1 0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + ) + (fp_line + (start 1 0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + ) + (fp_line + (start -1 -0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + ) + (fp_line + (start 1 -0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 270) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(C3-Pad1)") + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (pad "2" smd roundrect + (at 0.95 0 270) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(C3-Pad2)") + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00006223ab4f") + (at 127.75 99 90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C4" + (at 0 1.68 90) + (layer "B.SilkS") + (uuid "67f6e996-3c99-493c-8f6f-e739e2ed5d7a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4u" + (at 0 -1.68 90) + (layer "B.Fab") + (uuid "32667662-ae86-4904-b198-3e95f11851bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b46d79de-7d66-495a-b611-27dab106b6aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ef3cebf6-e21e-4181-937c-65cbd06d25ea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "93b3abbd-dde1-4fb9-bb31-a3a618ba8301") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223c217") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "94c158d1-8503-4553-b511-bf42f506c2a8") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "9ccf03e8-755a-4cd9-96fc-30e1d08fa253") + ) + (fp_line + (start 1.7 -0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "983c426c-24e0-4c65-ab69-1f1824adc5c6") + ) + (fp_line + (start -1.7 -0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "23bb2798-d93a-4696-a962-c305c4298a0c") + ) + (fp_line + (start 1.7 0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6e105729-aba0-497c-a99e-c32d2b3ddb6d") + ) + (fp_line + (start -1.7 0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "78cbdd6c-4878-4cc5-9a58-0e506478e37d") + ) + (fp_line + (start 1 -0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "46918595-4a45-48e8-84c0-961b4db7f35f") + ) + (fp_line + (start -1 -0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "13abf99d-5265-4779-8973-e94370fd18ff") + ) + (fp_line + (start 1 0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a795f1ba-cdd5-4cc5-9a52-08586e982934") + ) + (fp_line + (start -1 0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a7520ad3-0f8b-4788-92d4-8ffb277041e6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "a05d7640-f2f6-4ba7-8c51-5a4af431fc13") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.95 0 90) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(C4-Pad1)") + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + ) + (pad "2" smd roundrect + (at 0.95 0 90) + (size 1 1.45) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(C4-Pad2)") + (uuid "c1d83899-e380-49f9-a87d-8e78bc089ebf") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00006223ab82") + (at 133 93.75) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R3" + (at -0.5 1.65 0) + (layer "B.SilkS") + (uuid "afd3dbad-e7a8-4e4c-b77c-4065a69aefa2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "3" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "1b54105e-6590-4d26-a763-ecfcf81eedc4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3aa5ef23-e3a1-40fe-b408-23c2cc388643") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7591899b-3fcb-4d29-abb4-358d2b831c2d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9431e84e-8221-4446-9d98-95195b13d68b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223b0e5") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e12e827e-36be-4503-8eef-6fc7e8bc5d49") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "dabe541b-b164-4180-97a4-5ca761b86800") + ) + (fp_line + (start -1.68 -0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9dab0cb7-2557-4419-963b-5ae736517f62") + ) + (fp_line + (start -1.68 0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "417f13e4-c121-485a-a6b5-8b55e70350b8") + ) + (fp_line + (start 1.68 -0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0088d107-13d8-496c-8da6-7bbeb9d096b0") + ) + (fp_line + (start 1.68 0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c201e1b2-fc01-4110-bdaa-a33290468c83") + ) + (fp_line + (start -1 -0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "632acde9-b7fd-4f04-8cb4-d2cbb06b3595") + ) + (fp_line + (start -1 0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "35354519-a28c-40c4-befd-0943e98dea53") + ) + (fp_line + (start 1 -0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6b25f522-8e2d-4cd8-9d5d-a2b80f60133b") + ) + (fp_line + (start 1 0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "38f2d955-ea7a-4a21-aba6-02ae23f1bd4a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "0f41a909-27c4-4be2-9d5e-9ae2108c8ff5") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 14 "Net-(R3-Pad1)") + (uuid "68e09be7-3bbc-4443-a838-209ce20b2bef") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 13 "Net-(R3-Pad2)") + (uuid "6a780180-586a-4241-a52d-dc7a5ffcc966") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00006223ab93") + (at 133 98.5) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R4" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "9702d639-3b1f-4825-8985-b32b9008503d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "0d35483a-0b12-46cc-b9f2-896fd6831779") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9504fbe-5703-4f82-81bb-5e7264c3cbf9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81296923-9849-4687-a2c0-a772cc1723a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4044334d-6f33-4de1-a112-f5a07f2a7d36") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00006223b0ef") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a9ec539a-d80d-40cc-803c-12b6adefe42a") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ef1b4b98-541b-4673-a04f-2043250fc40a") + ) + (fp_line + (start -1.68 -0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c264c438-a475-4ad4-9915-0f1e6ecf3053") + ) + (fp_line + (start -1.68 0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2bf3f24b-fd30-41a7-a274-9b519491916b") + ) + (fp_line + (start 1.68 -0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e25ce415-914a-48fe-bf09-324317917b2e") + ) + (fp_line + (start 1.68 0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4831966c-bb32-4bc8-a400-0382a02ffa1c") + ) + (fp_line + (start -1 -0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4412226e-d975-40a2-921f-502ff4129a95") + ) + (fp_line + (start -1 0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7447a6e7-8205-46ba-afca-d0fa8f90c95a") + ) + (fp_line + (start 1 -0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "34871042-9d5c-4e29-abdd-a168368c3c22") + ) + (fp_line + (start 1 0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "53c85970-3e21-4fae-a84f-721cfc0513b5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4e66a44f-7fa6-4e16-bf9b-62ec864301a5") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 16 "Net-(R4-Pad1)") + (uuid "9762c9ed-64d8-4f3e-baf6-f6ba6effc919") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.243902) + (net 15 "Net-(R4-Pad2)") + (uuid "4d4b0fcd-2c79-4fc3-b5fa-7a0741601344") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 125 102) + (end 125 91) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00006223ae41") + ) + (gr_line + (start 136 91) + (end 136 102) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "29e78086-2175-405e-9ba3-c48766d2f50c") + ) + (gr_line + (start 125 91) + (end 136 91) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "94a873dc-af67-4ef9-8159-1f7c93eeb3d7") + ) + (gr_line + (start 136 102) + (end 125 102) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/copy_files.kicad_sch b/tests/board_samples/kicad_8/copy_files.kicad_sch index e5bccf015..93722ea5b 100644 --- a/tests/board_samples/kicad_8/copy_files.kicad_sch +++ b/tests/board_samples/kicad_8/copy_files.kicad_sch @@ -1,312 +1,831 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 572ad7ce-5511-4a30-9ae2-555a1e4d2f01) - - (paper "A4") - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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 (lib_id "Device:C") (at 63.5 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 09fdca97-61bc-4132-b085-bd4af34237d0) - (property "Reference" "C3" (at 67.31 53.34 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "3" (at 67.31 55.88 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 64.4652 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "2" (uuid 8abb3cc0-fb32-4e70-86f6-b569bab12782)) - (pin "1" (uuid dab56275-125b-4676-abcf-4c0a21dd5b89)) - (instances - (project "copy_files" - (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 50.8 41.91 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 0bafe76e-597a-494e-99e7-ec4571c58be4) - (property "Reference" "R2" (at 53.34 40.64 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 49.022 41.91 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 50.8 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 71b9e4de-7454-4b4b-a1a1-4b8c293369e1)) - (pin "2" (uuid 6c82dd73-1f35-42d0-bd61-8695273089e2)) - (instances - (project "copy_files" - (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 50.8 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 0f260a2e-537d-4773-87a7-619a680dd418) - (property "Reference" "C2" (at 54.61 53.34 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2" (at 54.61 55.88 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 51.7652 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 50.8 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "2" (uuid 604a6a98-ced9-48d9-b79f-40c4e59f7fa7)) - (pin "1" (uuid dac1eb60-0ec3-44b6-9ea8-71566dea4a4d)) - (instances - (project "copy_files" - (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 76.2 41.91 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 22b77652-7050-4a96-969a-3af2fce1c948) - (property "Reference" "R4" (at 78.74 40.64 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "4" (at 78.74 43.18 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 74.422 41.91 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b86148d0-c0b5-4671-a58d-7bc5daa2f796)) - (pin "2" (uuid fb0bf4c0-57b6-477d-9df0-ffe28ab9d4fc)) - (instances - (project "copy_files" - (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 38.1 41.91 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 618b207e-a1ba-433a-b517-82a99034748f) - (property "Reference" "R1" (at 40.64 40.64 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1" (at 40.64 43.18 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 36.322 41.91 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 38.1 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c3339686-979b-45f5-8373-32ace521eb6a)) - (pin "2" (uuid a8283330-5000-49fb-8d63-73b7c1d5f108)) - (instances - (project "copy_files" - (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 76.2 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid af66e68c-2667-4fef-acdf-0d78c0ad4648) - (property "Reference" "C4" (at 80.01 53.34 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "4" (at 80.01 55.88 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 77.1652 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "2" (uuid a6918f8e-bf26-4629-8269-87724f15bf11)) - (pin "1" (uuid 5914e6c0-9637-4974-83c7-949afcc175d5)) - (instances - (project "copy_files" - (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 41.91 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid d8f9134a-ad3d-4fad-9e8f-8fd3163ab79f) - (property "Reference" "R3" (at 66.04 40.64 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "3" (at 66.04 43.18 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 41.91 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7d7aec68-352d-4cfb-a7b6-1f17919814d5)) - (pin "2" (uuid d7074b4f-ed3e-4ee5-8cf9-d5fd5868976c)) - (instances - (project "copy_files" - (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 38.1 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid e6fab25f-b763-48bf-b6da-40819f66741b) - (property "Reference" "C1" (at 41.91 53.34 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1" (at 41.91 55.88 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 39.0652 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 38.1 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "2" (uuid 9e72ba18-8e7d-4cd8-8b3f-a5db2d129854)) - (pin "1" (uuid 50fe2a2a-96f3-4304-845d-ae7a0795c8cd)) - (instances - (project "copy_files" - (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "572ad7ce-5511-4a30-9ae2-555a1e4d2f01") + (paper "A4") + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 + (lib_id "Device:C") + (at 63.5 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "09fdca97-61bc-4132-b085-bd4af34237d0") + (property "Reference" "C3" + (at 67.31 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "3" + (at 67.31 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 64.4652 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "8abb3cc0-fb32-4e70-86f6-b569bab12782") + ) + (pin "1" + (uuid "dab56275-125b-4676-abcf-4c0a21dd5b89") + ) + (instances + (project "copy_files" + (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 50.8 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0bafe76e-597a-494e-99e7-ec4571c58be4") + (property "Reference" "R2" + (at 53.34 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 49.022 41.91 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 50.8 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "71b9e4de-7454-4b4b-a1a1-4b8c293369e1") + ) + (pin "2" + (uuid "6c82dd73-1f35-42d0-bd61-8695273089e2") + ) + (instances + (project "copy_files" + (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 50.8 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0f260a2e-537d-4773-87a7-619a680dd418") + (property "Reference" "C2" + (at 54.61 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2" + (at 54.61 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 51.7652 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 50.8 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "604a6a98-ced9-48d9-b79f-40c4e59f7fa7") + ) + (pin "1" + (uuid "dac1eb60-0ec3-44b6-9ea8-71566dea4a4d") + ) + (instances + (project "copy_files" + (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "22b77652-7050-4a96-969a-3af2fce1c948") + (property "Reference" "R4" + (at 78.74 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4" + (at 78.74 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 74.422 41.91 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b86148d0-c0b5-4671-a58d-7bc5daa2f796") + ) + (pin "2" + (uuid "fb0bf4c0-57b6-477d-9df0-ffe28ab9d4fc") + ) + (instances + (project "copy_files" + (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 38.1 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "618b207e-a1ba-433a-b517-82a99034748f") + (property "Reference" "R1" + (at 40.64 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1" + (at 40.64 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 36.322 41.91 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 38.1 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 38.1 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c3339686-979b-45f5-8373-32ace521eb6a") + ) + (pin "2" + (uuid "a8283330-5000-49fb-8d63-73b7c1d5f108") + ) + (instances + (project "copy_files" + (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 76.2 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "af66e68c-2667-4fef-acdf-0d78c0ad4648") + (property "Reference" "C4" + (at 80.01 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4" + (at 80.01 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 77.1652 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "a6918f8e-bf26-4629-8269-87724f15bf11") + ) + (pin "1" + (uuid "5914e6c0-9637-4974-83c7-949afcc175d5") + ) + (instances + (project "copy_files" + (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d8f9134a-ad3d-4fad-9e8f-8fd3163ab79f") + (property "Reference" "R3" + (at 66.04 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "3" + (at 66.04 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 41.91 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7d7aec68-352d-4cfb-a7b6-1f17919814d5") + ) + (pin "2" + (uuid "d7074b4f-ed3e-4ee5-8cf9-d5fd5868976c") + ) + (instances + (project "copy_files" + (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 38.1 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e6fab25f-b763-48bf-b6da-40819f66741b") + (property "Reference" "C1" + (at 41.91 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1" + (at 41.91 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 39.0652 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 38.1 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 38.1 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "9e72ba18-8e7d-4cd8-8b3f-a5db2d129854") + ) + (pin "1" + (uuid "50fe2a2a-96f3-4304-845d-ae7a0795c8cd") + ) + (instances + (project "copy_files" + (path "/572ad7ce-5511-4a30-9ae2-555a1e4d2f01" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/courtyard_overlaps.kicad_pcb b/tests/board_samples/kicad_8/courtyard_overlaps.kicad_pcb index 710d50b49..cafeac7de 100644 --- a/tests/board_samples/kicad_8/courtyard_overlaps.kicad_pcb +++ b/tests/board_samples/kicad_8/courtyard_overlaps.kicad_pcb @@ -1,700 +1,3092 @@ -(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 6) - (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 "") - - (footprint "Capacitor_SMD:CP_Elec_5x5.7" (layer "F.Cu") - (tstamp 8aeda7bd-b078-427a-a185-d5bc595c6436) - (at 108 80 90) - (descr "SMD capacitor, aluminum electrolytic, United Chemi-Con, 5.0x5.7mm") - (tags "capacitor electrolytic") - (attr smd) - (fp_text reference "C2" (at 0 -3.7 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c6bba6d7-3631-448e-9df8-b5a9e3238ade) - ) - (fp_text value "CP_Elec_5x5.7" (at 0 3.7 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp adcbf4d0-ed9c-4c7d-b78f-3bcbe974bdcb) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 311665d9-0fab-4325-8b46-f3638bf521df) - ) - (fp_line (start -3.625 -1.685) (end -3 -1.685) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d416885-b8b5-4f5c-bc29-39c6376095e8)) - (fp_line (start -3.3125 -1.9975) (end -3.3125 -1.3725) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b8ac91e-9d2b-49db-8a80-1da009ad1c5e)) - (fp_line (start -2.76 -1.695563) (end -2.76 -1.06) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc4f0835-889b-4d2e-876e-ca524c79ae62)) - (fp_line (start -2.76 -1.695563) (end -1.695563 -2.76) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d967454-338c-4b89-8534-9457e15bf2f2)) - (fp_line (start -2.76 1.695563) (end -2.76 1.06) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c3e06bd-c8bb-4ec8-84e0-f7f9437909b3)) - (fp_line (start -2.76 1.695563) (end -1.695563 2.76) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c121a93-b189-409b-a104-2bdd37ff0b51)) - (fp_line (start -1.695563 -2.76) (end 2.76 -2.76) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5eedf685-0df3-4da8-aded-0e6ed1cb2507)) - (fp_line (start -1.695563 2.76) (end 2.76 2.76) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7eb32ed1-4320-49ba-8487-1c88e4824fe3)) - (fp_line (start 2.76 -2.76) (end 2.76 -1.06) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90fd611c-300b-48cf-a7c4-0d604953cd00)) - (fp_line (start 2.76 2.76) (end 2.76 1.06) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7f7bd58-1ebd-40fd-a39d-a95530a751b6)) - (fp_line (start -3.95 -1.05) (end -3.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a26bdee6-0e16-4ea6-87f7-fb32c714896e)) - (fp_line (start -3.95 1.05) (end -2.9 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2db53d0-2821-4ebe-bf21-b864eac8ca44)) - (fp_line (start -2.9 -1.75) (end -2.9 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea28e946-b74f-4ba8-ac7b-b1884c5e7296)) - (fp_line (start -2.9 -1.75) (end -1.75 -2.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b07d532-5f76-4469-8dbf-25ac27eef589)) - (fp_line (start -2.9 -1.05) (end -3.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a595c4c-9ac1-4ae3-8ff3-1b7f2281a894)) - (fp_line (start -2.9 1.05) (end -2.9 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94c3d0e3-d7fb-421d-bbb4-5c800d76c809)) - (fp_line (start -2.9 1.75) (end -1.75 2.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d2eba81-aa80-4257-a5a7-9a6179da897e)) - (fp_line (start -1.75 -2.9) (end 2.9 -2.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f1ab70d-3263-42b5-9c61-0360188ff2b7)) - (fp_line (start -1.75 2.9) (end 2.9 2.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bde3f73b-f869-498d-a8d7-18346cb7179e)) - (fp_line (start 2.9 -2.9) (end 2.9 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6040293-95f0-436a-938c-ad69875a4be8)) - (fp_line (start 2.9 -1.05) (end 3.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 348dc703-3cab-4547-b664-e8b335a6083c)) - (fp_line (start 2.9 1.05) (end 2.9 2.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 692d87e9-6b70-46cc-9c78-b75193a484cc)) - (fp_line (start 3.95 -1.05) (end 3.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f5a9f10-1b2c-4916-b4e5-cb5bd0f851a0)) - (fp_line (start 3.95 1.05) (end 2.9 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa0466c6-766f-4bb4-abf1-502a6a06f91d)) - (fp_line (start -2.65 -1.65) (end -2.65 1.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f2f68c4-6fa0-45ce-b5c2-e911daddcd12)) - (fp_line (start -2.65 -1.65) (end -1.65 -2.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07652224-af43-42a2-841c-1883ba305bc4)) - (fp_line (start -2.65 1.65) (end -1.65 2.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd6c35f3-ae45-4706-ad6f-8028797ca8e0)) - (fp_line (start -2.033956 -1.2) (end -1.533956 -1.2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63286bbb-78a3-4368-a50a-f6bf5f1653b0)) - (fp_line (start -1.783956 -1.45) (end -1.783956 -0.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39845449-7a31-4262-86b1-e7af14a6659f)) - (fp_line (start -1.65 -2.65) (end 2.65 -2.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4184668-3bdd-4cb2-a053-4f3d5e57b541)) - (fp_line (start -1.65 2.65) (end 2.65 2.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6706c54-6a82-42d1-a6c9-48341690e19d)) - (fp_line (start 2.65 -2.65) (end 2.65 2.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8e1a8b8-63f0-4e53-a6cb-c8edf9a649c4)) - (fp_circle (center 0 0) (end 2.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp ea745685-58a4-4364-a674-15381eadb187)) - (pad "1" smd roundrect (at -2.2 0 90) (size 3 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) (tstamp 251669f2-aed1-46fe-b2e4-9582ff1e4084)) - (pad "2" smd roundrect (at 2.2 0 90) (size 3 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) (tstamp 3198b8ca-7d11-4e0c-89a4-c173f9fcf724)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/CP_Elec_5x5.7.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_THT:CP_Radial_D12.5mm_P5.00mm" (layer "F.Cu") - (tstamp b4eddc61-2cab-493a-b874-62b106cef9f4) - (at 114.89 79.91) - (descr "CP, Radial series, Radial, pin pitch=5.00mm, , diameter=12.5mm, Electrolytic Capacitor") - (tags "CP Radial series Radial pin pitch 5.00mm diameter 12.5mm Electrolytic Capacitor") - (attr through_hole) - (fp_text reference "C1" (at 2.5 -7.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a8ed9f4d-0385-4ec2-831d-b6c7165c148a) - ) - (fp_text value "CP_Radial_D12.5mm_P5.00mm" (at 2.5 7.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f83c7689-506f-4228-94dd-e1c4dd714e67) - ) - (fp_text user "${REFERENCE}" (at 2.5 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5125c4d9-cf5c-4fe5-9dc8-c939e40fcd6f) - ) - (fp_line (start -4.317082 -3.575) (end -3.067082 -3.575) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1354903a-b7d2-4e04-b220-6c6c8f058ef7)) - (fp_line (start -3.692082 -4.2) (end -3.692082 -2.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d22f8c08-7c7a-481b-96ff-cad6b4c95453)) - (fp_line (start 2.5 -6.33) (end 2.5 6.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fff55eb-076f-4a2f-86d3-091fcb2366e9)) - (fp_line (start 2.54 -6.33) (end 2.54 6.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d541d6f-313d-4469-a000-68242c1dd6d6)) - (fp_line (start 2.58 -6.33) (end 2.58 6.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5684e95c-6824-46cf-8e72-881178a51d31)) - (fp_line (start 2.62 -6.329) (end 2.62 6.329) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bc24d10-b3eb-4abe-836d-a8521ccc4341)) - (fp_line (start 2.66 -6.328) (end 2.66 6.328) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d40f18db-c543-4c22-a8b0-72b9c9e5ae8b)) - (fp_line (start 2.7 -6.327) (end 2.7 6.327) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e234e19f-cd33-4584-947b-bf9feaf6cddd)) - (fp_line (start 2.74 -6.326) (end 2.74 6.326) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88e4f832-79d6-4c54-9ce3-4328dcb9d5b5)) - (fp_line (start 2.78 -6.324) (end 2.78 6.324) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39125f99-6caa-4e69-9ae5-ca3bd6e3a49c)) - (fp_line (start 2.82 -6.322) (end 2.82 6.322) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1843d2c0-629c-44e7-8460-03ced60a2111)) - (fp_line (start 2.86 -6.32) (end 2.86 6.32) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a88d63d-f7e5-416d-9807-a8e942aef287)) - (fp_line (start 2.9 -6.318) (end 2.9 6.318) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc9eba43-a0ae-45fc-b91c-9050201557b9)) - (fp_line (start 2.94 -6.315) (end 2.94 6.315) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f13bfbf-7f19-4b33-9de2-b8c15c8c88ee)) - (fp_line (start 2.98 -6.312) (end 2.98 6.312) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04868f85-bc69-4fa9-8e62-d78ffe5ae58e)) - (fp_line (start 3.02 -6.309) (end 3.02 6.309) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f0c3fb9-57f0-4439-b2df-3c934842d7db)) - (fp_line (start 3.06 -6.306) (end 3.06 6.306) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b3cefd2-e7d7-4d25-8bb9-37548c3e8b03)) - (fp_line (start 3.1 -6.302) (end 3.1 6.302) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b1a1d99-4ea2-4cae-846a-5609aadc4265)) - (fp_line (start 3.14 -6.298) (end 3.14 6.298) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 95376300-f16d-43b2-b149-df8f49eb2782)) - (fp_line (start 3.18 -6.294) (end 3.18 6.294) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08bb8c58-1868-4a96-8aaa-36d9e141ec38)) - (fp_line (start 3.221 -6.29) (end 3.221 6.29) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a362cc7-5245-4ed2-8f66-3a6d74eaba39)) - (fp_line (start 3.261 -6.285) (end 3.261 6.285) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 557d128f-cf69-4c70-9959-d139ac95c63c)) - (fp_line (start 3.301 -6.28) (end 3.301 6.28) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 321eb03e-d5d7-4c98-9326-4c49d56670ae)) - (fp_line (start 3.341 -6.275) (end 3.341 6.275) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d97f24b8-3f5c-4536-a071-0786594f3ffe)) - (fp_line (start 3.381 -6.269) (end 3.381 6.269) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c57f8a5-0a6c-44cd-b514-5b9d5f8cc98b)) - (fp_line (start 3.421 -6.264) (end 3.421 6.264) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 218a2487-4406-4830-b6ad-8a4182eda4f4)) - (fp_line (start 3.461 -6.258) (end 3.461 6.258) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e250304b-2864-4f44-b1e8-173cc34a2ac6)) - (fp_line (start 3.501 -6.252) (end 3.501 6.252) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2fcabdc-443d-41f9-9892-34509b22b3c4)) - (fp_line (start 3.541 -6.245) (end 3.541 6.245) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2b878984-ad62-40d5-87be-d30f465ae2b3)) - (fp_line (start 3.581 -6.238) (end 3.581 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3497045f-d218-47c9-8fd1-2d0a39585aa6)) - (fp_line (start 3.581 1.44) (end 3.581 6.238) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 91637a62-ec43-463a-9edc-420af478d9cb)) - (fp_line (start 3.621 -6.231) (end 3.621 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0660a46-ff2a-4b28-b311-cf71bc999b82)) - (fp_line (start 3.621 1.44) (end 3.621 6.231) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58e02161-61cc-4d0f-bdc8-c497a25ae380)) - (fp_line (start 3.661 -6.224) (end 3.661 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6d88d7d-92d8-4fc8-b103-7599e55f18c0)) - (fp_line (start 3.661 1.44) (end 3.661 6.224) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01422660-08c8-48f3-98ca-26cbe7f98f5b)) - (fp_line (start 3.701 -6.216) (end 3.701 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1df8cea-32a4-457d-86df-d8e326022a52)) - (fp_line (start 3.701 1.44) (end 3.701 6.216) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8cf4e6c7-f213-4dc6-a215-9a85d8791784)) - (fp_line (start 3.741 -6.209) (end 3.741 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f7505cc-53a6-463b-b397-33ff845b1ac0)) - (fp_line (start 3.741 1.44) (end 3.741 6.209) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 581488ee-fe1f-43d1-a23d-526666571191)) - (fp_line (start 3.781 -6.201) (end 3.781 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8cdda0e-7b06-4b92-8078-341b4e32614a)) - (fp_line (start 3.781 1.44) (end 3.781 6.201) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5aa1c642-a9f0-4211-8572-3a7e8453422e)) - (fp_line (start 3.821 -6.192) (end 3.821 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 199ade13-7442-4da9-8eea-a8e7681e2aee)) - (fp_line (start 3.821 1.44) (end 3.821 6.192) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8dcf40e6-09a5-42e4-8b46-f4738540468d)) - (fp_line (start 3.861 -6.184) (end 3.861 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2cac11a-5f3b-43d7-88e5-8d0241ac6453)) - (fp_line (start 3.861 1.44) (end 3.861 6.184) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a67196f-9472-4a8d-961f-eac8ec999d85)) - (fp_line (start 3.901 -6.175) (end 3.901 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5daf2c3c-7702-4a59-b99d-84464c054bc4)) - (fp_line (start 3.901 1.44) (end 3.901 6.175) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88f2670e-1113-4ed9-b644-cfdac6e8b249)) - (fp_line (start 3.941 -6.166) (end 3.941 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90207e9d-650a-4c45-b7d5-e506cc85537d)) - (fp_line (start 3.941 1.44) (end 3.941 6.166) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af35a153-e4cc-4cb5-9b0a-a247aa9a27b2)) - (fp_line (start 3.981 -6.156) (end 3.981 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e6e5f4d-6567-459b-ac23-dfc1d101e708)) - (fp_line (start 3.981 1.44) (end 3.981 6.156) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad2d033c-4040-4813-b5da-82cf827f9d86)) - (fp_line (start 4.021 -6.146) (end 4.021 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b285d77c-3eef-4763-b6e4-d7759b529dfd)) - (fp_line (start 4.021 1.44) (end 4.021 6.146) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba3f68df-a80d-4363-9b28-2b49507e87bd)) - (fp_line (start 4.061 -6.137) (end 4.061 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca2c6135-06b9-49ec-b90b-71e52fd66fd1)) - (fp_line (start 4.061 1.44) (end 4.061 6.137) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a9f0d73-6986-450b-8da5-dca8d718cd0d)) - (fp_line (start 4.101 -6.126) (end 4.101 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4612f9f0-1343-4ba7-94dd-7d3e9fc08dad)) - (fp_line (start 4.101 1.44) (end 4.101 6.126) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78d3a4a0-e724-44e1-963f-de88a39d4158)) - (fp_line (start 4.141 -6.116) (end 4.141 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1b97586-5ccb-4d4b-808f-ce5452376c86)) - (fp_line (start 4.141 1.44) (end 4.141 6.116) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33b6dbe8-d555-4f35-a63c-27c75fa09ca7)) - (fp_line (start 4.181 -6.105) (end 4.181 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea020aa6-c820-47b1-bdf7-82790dcca121)) - (fp_line (start 4.181 1.44) (end 4.181 6.105) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c4dfe58-85b1-467f-8e9d-bdb7a0d0ca8e)) - (fp_line (start 4.221 -6.094) (end 4.221 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6476e233-d260-45fe-84d2-9ade7d0003a0)) - (fp_line (start 4.221 1.44) (end 4.221 6.094) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6a3e709-356a-4a55-ac00-07ba73afac37)) - (fp_line (start 4.261 -6.083) (end 4.261 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f76f4233-905d-4cb5-a153-eed7fe8e458e)) - (fp_line (start 4.261 1.44) (end 4.261 6.083) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30b75c25-1d2c-45e7-83e2-bb3be98f8f83)) - (fp_line (start 4.301 -6.071) (end 4.301 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 856c0384-2dfc-47d2-a66c-a145c3149f14)) - (fp_line (start 4.301 1.44) (end 4.301 6.071) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4263a0e8-33fc-439f-9b56-889a4f5d7b26)) - (fp_line (start 4.341 -6.059) (end 4.341 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cac6ef5d-79dc-46ad-ba83-77cb1377c287)) - (fp_line (start 4.341 1.44) (end 4.341 6.059) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1223b95-aa11-427a-b201-9190a86a68be)) - (fp_line (start 4.381 -6.047) (end 4.381 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b845862-cbd0-4fb3-909e-eb8579f14aa2)) - (fp_line (start 4.381 1.44) (end 4.381 6.047) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 807db03e-eb6e-4455-9049-0461408189fa)) - (fp_line (start 4.421 -6.034) (end 4.421 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 740c9c9e-c377-4082-a7c2-2dfeb8296429)) - (fp_line (start 4.421 1.44) (end 4.421 6.034) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c78d97f4-1d1b-46c3-bcbb-8424944a8978)) - (fp_line (start 4.461 -6.021) (end 4.461 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4102ae0e-3d75-40cd-957b-0b4db5d3f5ee)) - (fp_line (start 4.461 1.44) (end 4.461 6.021) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6cc98ff-7d68-4734-afa1-c7dd225e08d3)) - (fp_line (start 4.501 -6.008) (end 4.501 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4223805d-8db1-4df1-b73a-3d99f37f1701)) - (fp_line (start 4.501 1.44) (end 4.501 6.008) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a2d185c-629f-461f-8b6b-f91f1894e6ba)) - (fp_line (start 4.541 -5.995) (end 4.541 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90b3e3a5-04e0-491b-97bf-2e8a21e1833b)) - (fp_line (start 4.541 1.44) (end 4.541 5.995) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90912a07-8f0d-457a-b78a-1c112c8f2052)) - (fp_line (start 4.581 -5.981) (end 4.581 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90671817-460f-456a-a6e3-6cfa468bea55)) - (fp_line (start 4.581 1.44) (end 4.581 5.981) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee94ab47-8315-46a5-bfc7-60550df5879d)) - (fp_line (start 4.621 -5.967) (end 4.621 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 290c753b-3b9b-4c45-85a5-65bd9eae1f9e)) - (fp_line (start 4.621 1.44) (end 4.621 5.967) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d283b62-f314-41a0-b56b-d307f2ebfa85)) - (fp_line (start 4.661 -5.953) (end 4.661 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2792ed93-89db-4e51-99ff-281323e776eb)) - (fp_line (start 4.661 1.44) (end 4.661 5.953) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 899a4caf-0563-4c2a-9bca-5aa28747ef75)) - (fp_line (start 4.701 -5.939) (end 4.701 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bca99a8e-598f-436a-9158-7a050d1f7ca4)) - (fp_line (start 4.701 1.44) (end 4.701 5.939) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd552f19-e379-4dd5-a10b-882b6c8e7a65)) - (fp_line (start 4.741 -5.924) (end 4.741 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c6d0e6be-376d-4beb-9794-508920a2265a)) - (fp_line (start 4.741 1.44) (end 4.741 5.924) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60fc0348-15d2-462c-9b87-dbb507b8717b)) - (fp_line (start 4.781 -5.908) (end 4.781 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08fa8ff6-09a7-484c-b1d9-0e3b7c49bb26)) - (fp_line (start 4.781 1.44) (end 4.781 5.908) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0e13d91-53b7-4de6-8d61-7c13732113b8)) - (fp_line (start 4.821 -5.893) (end 4.821 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7de2887-c7b2-4bb7-a339-632f4f906224)) - (fp_line (start 4.821 1.44) (end 4.821 5.893) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e5a3783-142f-42f6-a215-d0f81a05c5c0)) - (fp_line (start 4.861 -5.877) (end 4.861 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4d0483b-1c21-4fb6-87dd-47e636746c0e)) - (fp_line (start 4.861 1.44) (end 4.861 5.877) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee4527a8-96f7-423b-b0eb-5c3b1bed75f9)) - (fp_line (start 4.901 -5.861) (end 4.901 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1b603f4-7037-47e9-a9dc-a0bb6f7e58b1)) - (fp_line (start 4.901 1.44) (end 4.901 5.861) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cec22d4a-eda3-4d50-8609-c3a123c120be)) - (fp_line (start 4.941 -5.845) (end 4.941 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe2b05f5-675b-44d0-956c-c5829b7c692a)) - (fp_line (start 4.941 1.44) (end 4.941 5.845) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6187c22-3622-4a1a-a49a-b21e96986f96)) - (fp_line (start 4.981 -5.828) (end 4.981 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 767e3782-90bf-4d7f-b1ef-719aa7013187)) - (fp_line (start 4.981 1.44) (end 4.981 5.828) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fda94f0a-876e-4bf0-ad10-35819851e3e9)) - (fp_line (start 5.021 -5.811) (end 5.021 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cad44c02-7fd2-4e9a-b93a-e1b73d6a3ee6)) - (fp_line (start 5.021 1.44) (end 5.021 5.811) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c34f5129-9516-486b-b322-ada2d7baa6ba)) - (fp_line (start 5.061 -5.793) (end 5.061 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35506831-8c22-45ab-9b57-69eb0f9ef003)) - (fp_line (start 5.061 1.44) (end 5.061 5.793) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3cf0233f-86e3-4b85-ad75-fb8a46f37498)) - (fp_line (start 5.101 -5.776) (end 5.101 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87110cd9-2ac8-40e0-9e87-2e8196cde92a)) - (fp_line (start 5.101 1.44) (end 5.101 5.776) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da37a168-b259-4f98-9030-90f2f5ac962a)) - (fp_line (start 5.141 -5.758) (end 5.141 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01caafb3-af8a-4642-870c-c290b286d040)) - (fp_line (start 5.141 1.44) (end 5.141 5.758) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7496a40-6116-4192-b413-2a22be4b5f9f)) - (fp_line (start 5.181 -5.739) (end 5.181 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 373b5b59-9fbb-41a2-845d-56a1ed5a82dd)) - (fp_line (start 5.181 1.44) (end 5.181 5.739) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4df63e4-2a5a-405f-916a-ea67ff3a2b21)) - (fp_line (start 5.221 -5.721) (end 5.221 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 133bb99a-82f3-4f77-a20b-451874ac44f4)) - (fp_line (start 5.221 1.44) (end 5.221 5.721) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 773bdc81-beec-4a4b-9485-1c1dd15c6e5a)) - (fp_line (start 5.261 -5.702) (end 5.261 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17adff9d-c581-42e4-b552-035b922b5256)) - (fp_line (start 5.261 1.44) (end 5.261 5.702) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp baaf14d0-0c5c-4bf0-82d7-5ee71082500d)) - (fp_line (start 5.301 -5.682) (end 5.301 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05c4a04b-0442-4e18-9747-3d9fc4a562fe)) - (fp_line (start 5.301 1.44) (end 5.301 5.682) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8381d48-3c5b-401b-ac19-279d8173864c)) - (fp_line (start 5.341 -5.662) (end 5.341 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 594594ee-9de8-45bc-b621-a9251877b0c2)) - (fp_line (start 5.341 1.44) (end 5.341 5.662) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af66589f-0dae-4737-851f-f8cddd35005b)) - (fp_line (start 5.381 -5.642) (end 5.381 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efd79052-e146-4d61-9e0a-ba764a5a966b)) - (fp_line (start 5.381 1.44) (end 5.381 5.642) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c345fc5-964b-48c0-9452-55507c868edc)) - (fp_line (start 5.421 -5.622) (end 5.421 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fea6a04b-4bfd-450f-890a-ba5d162e31d9)) - (fp_line (start 5.421 1.44) (end 5.421 5.622) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc408f2c-2338-4a2e-9d30-e90fd4d4f487)) - (fp_line (start 5.461 -5.601) (end 5.461 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 407d0cd8-54f8-47a8-90cb-42c8a441d04f)) - (fp_line (start 5.461 1.44) (end 5.461 5.601) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60ca4740-3009-4486-93d6-c2502818122b)) - (fp_line (start 5.501 -5.58) (end 5.501 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7da78911-dd6f-4bbd-9a74-8a3476ec1fb5)) - (fp_line (start 5.501 1.44) (end 5.501 5.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a29e1299-22c5-4fd2-9a37-e405785962a9)) - (fp_line (start 5.541 -5.558) (end 5.541 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d86ba37-b98f-40a5-b35f-96db8417b185)) - (fp_line (start 5.541 1.44) (end 5.541 5.558) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fdd41a68-206a-4076-b64a-8b7633d428d6)) - (fp_line (start 5.581 -5.536) (end 5.581 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 19d6a411-8997-491d-aace-09fdbc63404d)) - (fp_line (start 5.581 1.44) (end 5.581 5.536) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a56ac62-5ec2-46fc-a86c-9adf2d8fead1)) - (fp_line (start 5.621 -5.514) (end 5.621 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9ab240f-b898-4113-9b58-995237cd751a)) - (fp_line (start 5.621 1.44) (end 5.621 5.514) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 604495b3-3885-49af-8442-bcf3d7361dc4)) - (fp_line (start 5.661 -5.491) (end 5.661 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0dcb5ab5-f291-489d-b2bc-0f0b25b801ee)) - (fp_line (start 5.661 1.44) (end 5.661 5.491) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de91796c-56de-4405-8fcc-748bd6a08e86)) - (fp_line (start 5.701 -5.468) (end 5.701 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44cd273f-f3a1-4b9a-83a6-972b276409e1)) - (fp_line (start 5.701 1.44) (end 5.701 5.468) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7410568a-af90-4a4e-a67d-5fd1863e0d95)) - (fp_line (start 5.741 -5.445) (end 5.741 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a17368fb-646b-4ffd-9057-0994609f8a46)) - (fp_line (start 5.741 1.44) (end 5.741 5.445) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 845f389f-ac5c-4af4-aa4f-3b1355707a5f)) - (fp_line (start 5.781 -5.421) (end 5.781 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 758f4e53-9507-488a-960b-2e8e487b7ac8)) - (fp_line (start 5.781 1.44) (end 5.781 5.421) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f70d207-e63d-4692-be1f-5b6fa8599d57)) - (fp_line (start 5.821 -5.397) (end 5.821 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9959c68a-7d2a-4f14-b245-3548992673f3)) - (fp_line (start 5.821 1.44) (end 5.821 5.397) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72e9c34a-4fbc-4581-8ad2-e93bc3c3ccb0)) - (fp_line (start 5.861 -5.372) (end 5.861 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 12481f4a-71b0-43a4-a69b-bc048ed999f0)) - (fp_line (start 5.861 1.44) (end 5.861 5.372) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78de0256-23a6-42c0-8b5a-1425aa40457a)) - (fp_line (start 5.901 -5.347) (end 5.901 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a507df7-40c5-4523-b0fd-269cea55efb9)) - (fp_line (start 5.901 1.44) (end 5.901 5.347) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 504cb9e4-5572-4208-bc9d-30a7efff8b9a)) - (fp_line (start 5.941 -5.322) (end 5.941 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f69de914-d2d4-4fcf-a7d6-ce76fea2e1a7)) - (fp_line (start 5.941 1.44) (end 5.941 5.322) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a756062-4e0c-4114-bc6d-4d6635f2d703)) - (fp_line (start 5.981 -5.296) (end 5.981 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79bd7607-8381-4bff-b61a-a2c7ffa05fe5)) - (fp_line (start 5.981 1.44) (end 5.981 5.296) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f753d3ee-689c-4dd5-a288-b018ad927185)) - (fp_line (start 6.021 -5.27) (end 6.021 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5da0928a-9939-439c-bcbe-74de097058a8)) - (fp_line (start 6.021 1.44) (end 6.021 5.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 414a1d4c-7afc-4ffa-8579-88675cedc4ce)) - (fp_line (start 6.061 -5.243) (end 6.061 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a52fedd-967a-423d-aaaf-3875f20f935b)) - (fp_line (start 6.061 1.44) (end 6.061 5.243) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5eb7c6e-b098-49b0-b366-c8b7c67afed0)) - (fp_line (start 6.101 -5.216) (end 6.101 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a5b3eea-de35-4a54-8316-e56ea2a634e4)) - (fp_line (start 6.101 1.44) (end 6.101 5.216) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e89e5b16-554a-4d97-8f95-fc89c9b40d74)) - (fp_line (start 6.141 -5.188) (end 6.141 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0d5ae26-c535-4a37-9220-b3d08bfeda2f)) - (fp_line (start 6.141 1.44) (end 6.141 5.188) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80b5b54b-a1cc-434c-8739-1e133d53601d)) - (fp_line (start 6.181 -5.16) (end 6.181 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea3cd08e-2d6a-4ba3-9c39-87a3d44d2015)) - (fp_line (start 6.181 1.44) (end 6.181 5.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2628b16a-8b1e-4398-be45-c147110e73bb)) - (fp_line (start 6.221 -5.131) (end 6.221 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f6b89db-12ed-4dac-b3ce-819a49798117)) - (fp_line (start 6.221 1.44) (end 6.221 5.131) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4f9d898-7a83-4186-a9d6-9da79adbdd19)) - (fp_line (start 6.261 -5.102) (end 6.261 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dea30d29-44e9-47fc-bccc-6928d5c29cea)) - (fp_line (start 6.261 1.44) (end 6.261 5.102) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e47d9cf3-579e-4750-bc6d-bf58b55862bb)) - (fp_line (start 6.301 -5.073) (end 6.301 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b03cb553-3709-44f5-9a1e-0bd7ca2daf93)) - (fp_line (start 6.301 1.44) (end 6.301 5.073) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47a2dd37-ad02-4281-9a66-8ff7ab400570)) - (fp_line (start 6.341 -5.043) (end 6.341 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9efb25aa-d11e-4d2f-96a9-326a2f75dcc1)) - (fp_line (start 6.341 1.44) (end 6.341 5.043) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63ace593-9960-4666-bb08-47e6f085cee8)) - (fp_line (start 6.381 -5.012) (end 6.381 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4de018aa-33f9-4679-9406-fafd70ff0142)) - (fp_line (start 6.381 1.44) (end 6.381 5.012) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2d090b5-bdc2-4863-87f2-2ea46a246d3d)) - (fp_line (start 6.421 -4.982) (end 6.421 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56dc9d1a-d125-4218-be7e-afbadad9f13c)) - (fp_line (start 6.421 1.44) (end 6.421 4.982) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fda0167e-248a-4b89-bf7b-490df46aeb7d)) - (fp_line (start 6.461 -4.95) (end 6.461 4.95) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e24aa9b-c7e6-40f2-905b-b9c541e0e2f6)) - (fp_line (start 6.501 -4.918) (end 6.501 4.918) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 55b28997-b330-40d1-b32a-125cd071668d)) - (fp_line (start 6.541 -4.885) (end 6.541 4.885) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ef32369-e37b-408d-9752-7cbb993d9abb)) - (fp_line (start 6.581 -4.852) (end 6.581 4.852) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e978c208-72f4-4c78-b109-bcb5e56d4024)) - (fp_line (start 6.621 -4.819) (end 6.621 4.819) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5a54919-b960-48fc-8517-e9e32dce0bf0)) - (fp_line (start 6.661 -4.785) (end 6.661 4.785) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afc58bc7-e8b3-4ec7-b7ec-e155055196a5)) - (fp_line (start 6.701 -4.75) (end 6.701 4.75) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84315919-677c-4909-a747-2c92c96d5870)) - (fp_line (start 6.741 -4.714) (end 6.741 4.714) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d27bd75e-eeb9-4d8b-bfdb-bddce4b94b6c)) - (fp_line (start 6.781 -4.678) (end 6.781 4.678) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a332b0c-4cba-438b-85c1-9efe2690fb62)) - (fp_line (start 6.821 -4.642) (end 6.821 4.642) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87bdd00e-f10c-4d37-9a6b-480b5e87ca33)) - (fp_line (start 6.861 -4.605) (end 6.861 4.605) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a3fed5a-9b6f-45f0-9ad7-54e1bda0ea60)) - (fp_line (start 6.901 -4.567) (end 6.901 4.567) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fad358eb-4b7a-4138-896b-0d1749221b0d)) - (fp_line (start 6.941 -4.528) (end 6.941 4.528) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86a34ff8-9697-4394-b32e-9c903027c8af)) - (fp_line (start 6.981 -4.489) (end 6.981 4.489) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd8c6c53-febf-40c1-af77-5373add0fde7)) - (fp_line (start 7.021 -4.449) (end 7.021 4.449) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8aab4608-39e8-491a-83a8-7194f36094f1)) - (fp_line (start 7.061 -4.408) (end 7.061 4.408) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a29cdb1-72f4-490b-b940-70ed3bd8dac4)) - (fp_line (start 7.101 -4.367) (end 7.101 4.367) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65e58d89-f213-4051-b36b-7b3454867ad5)) - (fp_line (start 7.141 -4.325) (end 7.141 4.325) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6b8e749-dce0-4716-821f-058d77eed5ce)) - (fp_line (start 7.181 -4.282) (end 7.181 4.282) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58c4b7f1-3bfe-4269-af43-3ce726a108d9)) - (fp_line (start 7.221 -4.238) (end 7.221 4.238) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0648b195-3f37-49a2-a952-4c5886b521de)) - (fp_line (start 7.261 -4.194) (end 7.261 4.194) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9cdaf74c-bd9d-4293-9612-c30a4bca9a30)) - (fp_line (start 7.301 -4.148) (end 7.301 4.148) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28f921ab-5f55-47f8-b726-02e567145cd5)) - (fp_line (start 7.341 -4.102) (end 7.341 4.102) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 224e8890-cdee-45fd-bd2e-64fe49c2de75)) - (fp_line (start 7.381 -4.055) (end 7.381 4.055) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8aaa3345-c586-4729-9584-3137be876023)) - (fp_line (start 7.421 -4.007) (end 7.421 4.007) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b70f4be0-be81-40f1-b237-a16be3740211)) - (fp_line (start 7.461 -3.957) (end 7.461 3.957) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b42a4498-7f71-4787-a0f1-b44423616ac9)) - (fp_line (start 7.501 -3.907) (end 7.501 3.907) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eca8c1f1-6751-4304-8a65-b05952048507)) - (fp_line (start 7.541 -3.856) (end 7.541 3.856) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74d2d2c1-d0d5-412f-ab06-bb67df0a3900)) - (fp_line (start 7.581 -3.804) (end 7.581 3.804) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d09d8e7f-f203-4b36-92ba-f9f29b6e7d13)) - (fp_line (start 7.621 -3.75) (end 7.621 3.75) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9597133-3d67-41f8-aabc-5b61d8d3c3c1)) - (fp_line (start 7.661 -3.696) (end 7.661 3.696) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 335263d3-7e35-4a9c-83c2-cd71d45f0688)) - (fp_line (start 7.701 -3.64) (end 7.701 3.64) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f45c8190-2f27-434c-8fbf-7d8a911faaab)) - (fp_line (start 7.741 -3.583) (end 7.741 3.583) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77121855-7958-40c5-81ca-b386a811e84c)) - (fp_line (start 7.781 -3.524) (end 7.781 3.524) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10e5ae6d-e43e-4ff8-abc5-fd9df16782da)) - (fp_line (start 7.821 -3.464) (end 7.821 3.464) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 628f0a9f-12ce-4a6a-8ea2-8c2cdfc4161e)) - (fp_line (start 7.861 -3.402) (end 7.861 3.402) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88a7e34c-57e7-48ce-a358-6866b2c01d90)) - (fp_line (start 7.901 -3.339) (end 7.901 3.339) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2d24be9-0a91-4ad8-a6f8-4f606bd871ac)) - (fp_line (start 7.941 -3.275) (end 7.941 3.275) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8162f841-188b-4932-8603-536d516e6ca1)) - (fp_line (start 7.981 -3.208) (end 7.981 3.208) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65d0582b-c8a1-45a8-a0e9-e797f01caa63)) - (fp_line (start 8.021 -3.14) (end 8.021 3.14) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cce13a3b-854c-49ae-8b19-551eed5c4f96)) - (fp_line (start 8.061 -3.069) (end 8.061 3.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 544c9ad7-a0b6-4f88-9dcd-908e3e2acf79)) - (fp_line (start 8.101 -2.996) (end 8.101 2.996) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c9202d7-6a93-43b3-87c0-77347fd72885)) - (fp_line (start 8.141 -2.921) (end 8.141 2.921) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6e7e52e-fa7c-4663-b29b-8d72461a55fb)) - (fp_line (start 8.181 -2.844) (end 8.181 2.844) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da7eee34-4516-4154-9034-7c9b8e2afe41)) - (fp_line (start 8.221 -2.764) (end 8.221 2.764) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e1c6bbc-4cc4-4ce9-b48a-8292bb286da8)) - (fp_line (start 8.261 -2.681) (end 8.261 2.681) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0f3907b-44e3-4106-9f24-d8ce836b6bb0)) - (fp_line (start 8.301 -2.594) (end 8.301 2.594) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef3c2ca7-fcc8-4cff-8fc1-0c762aa25455)) - (fp_line (start 8.341 -2.504) (end 8.341 2.504) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3662e68b-207e-47a3-930c-038dfd8202b6)) - (fp_line (start 8.381 -2.41) (end 8.381 2.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 481354ed-51b9-4db2-9835-781681979b4b)) - (fp_line (start 8.421 -2.312) (end 8.421 2.312) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8333ca2-6919-4fe3-9f28-bacc852923df)) - (fp_line (start 8.461 -2.209) (end 8.461 2.209) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33b48673-c959-4510-b6fa-fd3f7bdb00fd)) - (fp_line (start 8.501 -2.1) (end 8.501 2.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4856fa9-d711-4b3f-8ccf-343375c62dce)) - (fp_line (start 8.541 -1.984) (end 8.541 1.984) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6dc32d24-5ef0-4c0e-ad26-4d147b147b28)) - (fp_line (start 8.581 -1.861) (end 8.581 1.861) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0e6fae4-0008-43ed-8719-bf62839f601f)) - (fp_line (start 8.621 -1.728) (end 8.621 1.728) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a0095e3-f64e-4bc6-8d5a-1cdcee192b11)) - (fp_line (start 8.661 -1.583) (end 8.661 1.583) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da710602-5c6f-4ba5-b461-48eb0116bbbe)) - (fp_line (start 8.701 -1.422) (end 8.701 1.422) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48a8c1f5-4bcb-4560-9762-44aaefee4419)) - (fp_line (start 8.741 -1.241) (end 8.741 1.241) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83181dd0-bbcd-4a99-a5a2-7d6961abb51a)) - (fp_line (start 8.781 -1.028) (end 8.781 1.028) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d401fdd-c1f6-4321-96c4-4843b6143be9)) - (fp_line (start 8.821 -0.757) (end 8.821 0.757) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7013b78-ce5a-47df-9e6f-e993b6073985)) - (fp_line (start 8.861 -0.317) (end 8.861 0.317) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ca148b4-658e-4a63-ab5c-2e293c8a2284)) - (fp_circle (center 2.5 0) (end 8.87 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp a8b5a69a-24fc-4f3a-af15-1ced0fb0d73b)) - (fp_circle (center 2.5 0) (end 9 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp b830f01d-0d9c-451a-9ac4-3e5744deb516)) - (fp_line (start -2.866489 -2.7375) (end -1.616489 -2.7375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f2a6709-854c-4caf-959b-d289d2962128)) - (fp_line (start -2.241489 -3.3625) (end -2.241489 -2.1125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf06bbbc-3fa0-42b7-9a99-642ec3689891)) - (fp_circle (center 2.5 0) (end 8.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 56801e6d-c4ab-4f7b-8289-2119a52fa227)) - (pad "1" thru_hole rect (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") (tstamp 7b58219a-a31d-4ba4-804a-77c6d706d8bc)) - (pad "2" thru_hole circle (at 5 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") (tstamp 58728297-c362-4c70-a751-4d60ffa81b1a)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D12.5mm_P5.00mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 100 90) (end 100 70) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 067fb9a1-5278-4e90-ad48-93993d2ed931)) - (gr_line (start 100 70) (end 130 70) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 3398ffa0-8151-4ab9-9a1e-05a8f3e68625)) - (gr_line (start 130 70) (end 130 90) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 9d2bfb75-3655-468a-99b3-1689c86cc127)) - (gr_line (start 130 90) (end 100 90) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp c03374e9-87ea-401d-8ec8-f0596c74ecdf)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "Capacitor_SMD:CP_Elec_5x5.7" + (layer "F.Cu") + (uuid "8aeda7bd-b078-427a-a185-d5bc595c6436") + (at 108 80 90) + (descr "SMD capacitor, aluminum electrolytic, United Chemi-Con, 5.0x5.7mm") + (tags "capacitor electrolytic") + (property "Reference" "C2" + (at 0 -3.7 90) + (layer "F.SilkS") + (uuid "c6bba6d7-3631-448e-9df8-b5a9e3238ade") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CP_Elec_5x5.7" + (at 0 3.7 90) + (layer "F.Fab") + (uuid "adcbf4d0-ed9c-4c7d-b78f-3bcbe974bdcb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c98665f-6013-4859-8f6d-d9cc0c1078fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "529acec0-4f83-488d-9430-d799be132df3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e94ce68-d43b-46ef-bfd5-ab491c7e6087") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_line + (start 2.76 -2.76) + (end 2.76 -1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90fd611c-300b-48cf-a7c4-0d604953cd00") + ) + (fp_line + (start -1.695563 -2.76) + (end 2.76 -2.76) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5eedf685-0df3-4da8-aded-0e6ed1cb2507") + ) + (fp_line + (start -3.3125 -1.9975) + (end -3.3125 -1.3725) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b8ac91e-9d2b-49db-8a80-1da009ad1c5e") + ) + (fp_line + (start -2.76 -1.695563) + (end -1.695563 -2.76) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d967454-338c-4b89-8534-9457e15bf2f2") + ) + (fp_line + (start -2.76 -1.695563) + (end -2.76 -1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc4f0835-889b-4d2e-876e-ca524c79ae62") + ) + (fp_line + (start -3.625 -1.685) + (end -3 -1.685) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d416885-b8b5-4f5c-bc29-39c6376095e8") + ) + (fp_line + (start -2.76 1.695563) + (end -2.76 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c3e06bd-c8bb-4ec8-84e0-f7f9437909b3") + ) + (fp_line + (start -2.76 1.695563) + (end -1.695563 2.76) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c121a93-b189-409b-a104-2bdd37ff0b51") + ) + (fp_line + (start 2.76 2.76) + (end 2.76 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7f7bd58-1ebd-40fd-a39d-a95530a751b6") + ) + (fp_line + (start -1.695563 2.76) + (end 2.76 2.76) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7eb32ed1-4320-49ba-8487-1c88e4824fe3") + ) + (fp_line + (start 2.9 -2.9) + (end 2.9 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d6040293-95f0-436a-938c-ad69875a4be8") + ) + (fp_line + (start -1.75 -2.9) + (end 2.9 -2.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3f1ab70d-3263-42b5-9c61-0360188ff2b7") + ) + (fp_line + (start -2.9 -1.75) + (end -1.75 -2.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9b07d532-5f76-4469-8dbf-25ac27eef589") + ) + (fp_line + (start -2.9 -1.75) + (end -2.9 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea28e946-b74f-4ba8-ac7b-b1884c5e7296") + ) + (fp_line + (start 3.95 -1.05) + (end 3.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6f5a9f10-1b2c-4916-b4e5-cb5bd0f851a0") + ) + (fp_line + (start 2.9 -1.05) + (end 3.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "348dc703-3cab-4547-b664-e8b335a6083c") + ) + (fp_line + (start -2.9 -1.05) + (end -3.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a595c4c-9ac1-4ae3-8ff3-1b7f2281a894") + ) + (fp_line + (start -3.95 -1.05) + (end -3.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a26bdee6-0e16-4ea6-87f7-fb32c714896e") + ) + (fp_line + (start 3.95 1.05) + (end 2.9 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aa0466c6-766f-4bb4-abf1-502a6a06f91d") + ) + (fp_line + (start 2.9 1.05) + (end 2.9 2.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "692d87e9-6b70-46cc-9c78-b75193a484cc") + ) + (fp_line + (start -2.9 1.05) + (end -2.9 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "94c3d0e3-d7fb-421d-bbb4-5c800d76c809") + ) + (fp_line + (start -3.95 1.05) + (end -2.9 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d2db53d0-2821-4ebe-bf21-b864eac8ca44") + ) + (fp_line + (start -2.9 1.75) + (end -1.75 2.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7d2eba81-aa80-4257-a5a7-9a6179da897e") + ) + (fp_line + (start -1.75 2.9) + (end 2.9 2.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bde3f73b-f869-498d-a8d7-18346cb7179e") + ) + (fp_line + (start 2.65 -2.65) + (end 2.65 2.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b8e1a8b8-63f0-4e53-a6cb-c8edf9a649c4") + ) + (fp_line + (start -1.65 -2.65) + (end 2.65 -2.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e4184668-3bdd-4cb2-a053-4f3d5e57b541") + ) + (fp_line + (start -2.65 -1.65) + (end -1.65 -2.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07652224-af43-42a2-841c-1883ba305bc4") + ) + (fp_line + (start -2.65 -1.65) + (end -2.65 1.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f2f68c4-6fa0-45ce-b5c2-e911daddcd12") + ) + (fp_line + (start -1.783956 -1.45) + (end -1.783956 -0.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "39845449-7a31-4262-86b1-e7af14a6659f") + ) + (fp_line + (start -2.033956 -1.2) + (end -1.533956 -1.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63286bbb-78a3-4368-a50a-f6bf5f1653b0") + ) + (fp_line + (start -2.65 1.65) + (end -1.65 2.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dd6c35f3-ae45-4706-ad6f-8028797ca8e0") + ) + (fp_line + (start -1.65 2.65) + (end 2.65 2.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a6706c54-6a82-42d1-a6c9-48341690e19d") + ) + (fp_circle + (center 0 0) + (end 2.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "ea745685-58a4-4364-a674-15381eadb187") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "311665d9-0fab-4325-8b46-f3638bf521df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2.2 0 90) + (size 3 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.15625) + (uuid "251669f2-aed1-46fe-b2e4-9582ff1e4084") + ) + (pad "2" smd roundrect + (at 2.2 0 90) + (size 3 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.15625) + (uuid "3198b8ca-7d11-4e0c-89a4-c173f9fcf724") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/CP_Elec_5x5.7.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_THT:CP_Radial_D12.5mm_P5.00mm" + (layer "F.Cu") + (uuid "b4eddc61-2cab-493a-b874-62b106cef9f4") + (at 114.89 79.91) + (descr "CP, Radial series, Radial, pin pitch=5.00mm, , diameter=12.5mm, Electrolytic Capacitor") + (tags "CP Radial series Radial pin pitch 5.00mm diameter 12.5mm Electrolytic Capacitor") + (property "Reference" "C1" + (at 2.5 -7.5 0) + (layer "F.SilkS") + (uuid "a8ed9f4d-0385-4ec2-831d-b6c7165c148a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CP_Radial_D12.5mm_P5.00mm" + (at 2.5 7.5 0) + (layer "F.Fab") + (uuid "f83c7689-506f-4228-94dd-e1c4dd714e67") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b60b3d5d-e2d9-4932-99e6-70d4457c817f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0cda3044-25b4-46f2-937c-7f66fad5b618") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a77404e-cef7-42ab-b84a-3cc70d37d077") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -4.317082 -3.575) + (end -3.067082 -3.575) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1354903a-b7d2-4e04-b220-6c6c8f058ef7") + ) + (fp_line + (start -3.692082 -4.2) + (end -3.692082 -2.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d22f8c08-7c7a-481b-96ff-cad6b4c95453") + ) + (fp_line + (start 2.5 -6.33) + (end 2.5 6.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fff55eb-076f-4a2f-86d3-091fcb2366e9") + ) + (fp_line + (start 2.54 -6.33) + (end 2.54 6.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d541d6f-313d-4469-a000-68242c1dd6d6") + ) + (fp_line + (start 2.58 -6.33) + (end 2.58 6.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5684e95c-6824-46cf-8e72-881178a51d31") + ) + (fp_line + (start 2.62 -6.329) + (end 2.62 6.329) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3bc24d10-b3eb-4abe-836d-a8521ccc4341") + ) + (fp_line + (start 2.66 -6.328) + (end 2.66 6.328) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d40f18db-c543-4c22-a8b0-72b9c9e5ae8b") + ) + (fp_line + (start 2.7 -6.327) + (end 2.7 6.327) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e234e19f-cd33-4584-947b-bf9feaf6cddd") + ) + (fp_line + (start 2.74 -6.326) + (end 2.74 6.326) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88e4f832-79d6-4c54-9ce3-4328dcb9d5b5") + ) + (fp_line + (start 2.78 -6.324) + (end 2.78 6.324) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39125f99-6caa-4e69-9ae5-ca3bd6e3a49c") + ) + (fp_line + (start 2.82 -6.322) + (end 2.82 6.322) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1843d2c0-629c-44e7-8460-03ced60a2111") + ) + (fp_line + (start 2.86 -6.32) + (end 2.86 6.32) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a88d63d-f7e5-416d-9807-a8e942aef287") + ) + (fp_line + (start 2.9 -6.318) + (end 2.9 6.318) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc9eba43-a0ae-45fc-b91c-9050201557b9") + ) + (fp_line + (start 2.94 -6.315) + (end 2.94 6.315) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f13bfbf-7f19-4b33-9de2-b8c15c8c88ee") + ) + (fp_line + (start 2.98 -6.312) + (end 2.98 6.312) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04868f85-bc69-4fa9-8e62-d78ffe5ae58e") + ) + (fp_line + (start 3.02 -6.309) + (end 3.02 6.309) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f0c3fb9-57f0-4439-b2df-3c934842d7db") + ) + (fp_line + (start 3.06 -6.306) + (end 3.06 6.306) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b3cefd2-e7d7-4d25-8bb9-37548c3e8b03") + ) + (fp_line + (start 3.1 -6.302) + (end 3.1 6.302) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b1a1d99-4ea2-4cae-846a-5609aadc4265") + ) + (fp_line + (start 3.14 -6.298) + (end 3.14 6.298) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "95376300-f16d-43b2-b149-df8f49eb2782") + ) + (fp_line + (start 3.18 -6.294) + (end 3.18 6.294) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08bb8c58-1868-4a96-8aaa-36d9e141ec38") + ) + (fp_line + (start 3.221 -6.29) + (end 3.221 6.29) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a362cc7-5245-4ed2-8f66-3a6d74eaba39") + ) + (fp_line + (start 3.261 -6.285) + (end 3.261 6.285) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "557d128f-cf69-4c70-9959-d139ac95c63c") + ) + (fp_line + (start 3.301 -6.28) + (end 3.301 6.28) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "321eb03e-d5d7-4c98-9326-4c49d56670ae") + ) + (fp_line + (start 3.341 -6.275) + (end 3.341 6.275) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d97f24b8-3f5c-4536-a071-0786594f3ffe") + ) + (fp_line + (start 3.381 -6.269) + (end 3.381 6.269) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c57f8a5-0a6c-44cd-b514-5b9d5f8cc98b") + ) + (fp_line + (start 3.421 -6.264) + (end 3.421 6.264) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "218a2487-4406-4830-b6ad-8a4182eda4f4") + ) + (fp_line + (start 3.461 -6.258) + (end 3.461 6.258) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e250304b-2864-4f44-b1e8-173cc34a2ac6") + ) + (fp_line + (start 3.501 -6.252) + (end 3.501 6.252) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2fcabdc-443d-41f9-9892-34509b22b3c4") + ) + (fp_line + (start 3.541 -6.245) + (end 3.541 6.245) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2b878984-ad62-40d5-87be-d30f465ae2b3") + ) + (fp_line + (start 3.581 -6.238) + (end 3.581 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3497045f-d218-47c9-8fd1-2d0a39585aa6") + ) + (fp_line + (start 3.581 1.44) + (end 3.581 6.238) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "91637a62-ec43-463a-9edc-420af478d9cb") + ) + (fp_line + (start 3.621 -6.231) + (end 3.621 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0660a46-ff2a-4b28-b311-cf71bc999b82") + ) + (fp_line + (start 3.621 1.44) + (end 3.621 6.231) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58e02161-61cc-4d0f-bdc8-c497a25ae380") + ) + (fp_line + (start 3.661 -6.224) + (end 3.661 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6d88d7d-92d8-4fc8-b103-7599e55f18c0") + ) + (fp_line + (start 3.661 1.44) + (end 3.661 6.224) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01422660-08c8-48f3-98ca-26cbe7f98f5b") + ) + (fp_line + (start 3.701 -6.216) + (end 3.701 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1df8cea-32a4-457d-86df-d8e326022a52") + ) + (fp_line + (start 3.701 1.44) + (end 3.701 6.216) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8cf4e6c7-f213-4dc6-a215-9a85d8791784") + ) + (fp_line + (start 3.741 -6.209) + (end 3.741 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f7505cc-53a6-463b-b397-33ff845b1ac0") + ) + (fp_line + (start 3.741 1.44) + (end 3.741 6.209) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "581488ee-fe1f-43d1-a23d-526666571191") + ) + (fp_line + (start 3.781 -6.201) + (end 3.781 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8cdda0e-7b06-4b92-8078-341b4e32614a") + ) + (fp_line + (start 3.781 1.44) + (end 3.781 6.201) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5aa1c642-a9f0-4211-8572-3a7e8453422e") + ) + (fp_line + (start 3.821 -6.192) + (end 3.821 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "199ade13-7442-4da9-8eea-a8e7681e2aee") + ) + (fp_line + (start 3.821 1.44) + (end 3.821 6.192) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8dcf40e6-09a5-42e4-8b46-f4738540468d") + ) + (fp_line + (start 3.861 -6.184) + (end 3.861 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2cac11a-5f3b-43d7-88e5-8d0241ac6453") + ) + (fp_line + (start 3.861 1.44) + (end 3.861 6.184) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a67196f-9472-4a8d-961f-eac8ec999d85") + ) + (fp_line + (start 3.901 -6.175) + (end 3.901 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5daf2c3c-7702-4a59-b99d-84464c054bc4") + ) + (fp_line + (start 3.901 1.44) + (end 3.901 6.175) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88f2670e-1113-4ed9-b644-cfdac6e8b249") + ) + (fp_line + (start 3.941 -6.166) + (end 3.941 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90207e9d-650a-4c45-b7d5-e506cc85537d") + ) + (fp_line + (start 3.941 1.44) + (end 3.941 6.166) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af35a153-e4cc-4cb5-9b0a-a247aa9a27b2") + ) + (fp_line + (start 3.981 -6.156) + (end 3.981 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e6e5f4d-6567-459b-ac23-dfc1d101e708") + ) + (fp_line + (start 3.981 1.44) + (end 3.981 6.156) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad2d033c-4040-4813-b5da-82cf827f9d86") + ) + (fp_line + (start 4.021 -6.146) + (end 4.021 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b285d77c-3eef-4763-b6e4-d7759b529dfd") + ) + (fp_line + (start 4.021 1.44) + (end 4.021 6.146) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba3f68df-a80d-4363-9b28-2b49507e87bd") + ) + (fp_line + (start 4.061 -6.137) + (end 4.061 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca2c6135-06b9-49ec-b90b-71e52fd66fd1") + ) + (fp_line + (start 4.061 1.44) + (end 4.061 6.137) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a9f0d73-6986-450b-8da5-dca8d718cd0d") + ) + (fp_line + (start 4.101 -6.126) + (end 4.101 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4612f9f0-1343-4ba7-94dd-7d3e9fc08dad") + ) + (fp_line + (start 4.101 1.44) + (end 4.101 6.126) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78d3a4a0-e724-44e1-963f-de88a39d4158") + ) + (fp_line + (start 4.141 -6.116) + (end 4.141 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1b97586-5ccb-4d4b-808f-ce5452376c86") + ) + (fp_line + (start 4.141 1.44) + (end 4.141 6.116) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33b6dbe8-d555-4f35-a63c-27c75fa09ca7") + ) + (fp_line + (start 4.181 -6.105) + (end 4.181 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea020aa6-c820-47b1-bdf7-82790dcca121") + ) + (fp_line + (start 4.181 1.44) + (end 4.181 6.105) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c4dfe58-85b1-467f-8e9d-bdb7a0d0ca8e") + ) + (fp_line + (start 4.221 -6.094) + (end 4.221 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6476e233-d260-45fe-84d2-9ade7d0003a0") + ) + (fp_line + (start 4.221 1.44) + (end 4.221 6.094) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6a3e709-356a-4a55-ac00-07ba73afac37") + ) + (fp_line + (start 4.261 -6.083) + (end 4.261 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f76f4233-905d-4cb5-a153-eed7fe8e458e") + ) + (fp_line + (start 4.261 1.44) + (end 4.261 6.083) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "30b75c25-1d2c-45e7-83e2-bb3be98f8f83") + ) + (fp_line + (start 4.301 -6.071) + (end 4.301 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "856c0384-2dfc-47d2-a66c-a145c3149f14") + ) + (fp_line + (start 4.301 1.44) + (end 4.301 6.071) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4263a0e8-33fc-439f-9b56-889a4f5d7b26") + ) + (fp_line + (start 4.341 -6.059) + (end 4.341 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cac6ef5d-79dc-46ad-ba83-77cb1377c287") + ) + (fp_line + (start 4.341 1.44) + (end 4.341 6.059) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1223b95-aa11-427a-b201-9190a86a68be") + ) + (fp_line + (start 4.381 -6.047) + (end 4.381 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b845862-cbd0-4fb3-909e-eb8579f14aa2") + ) + (fp_line + (start 4.381 1.44) + (end 4.381 6.047) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "807db03e-eb6e-4455-9049-0461408189fa") + ) + (fp_line + (start 4.421 -6.034) + (end 4.421 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "740c9c9e-c377-4082-a7c2-2dfeb8296429") + ) + (fp_line + (start 4.421 1.44) + (end 4.421 6.034) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c78d97f4-1d1b-46c3-bcbb-8424944a8978") + ) + (fp_line + (start 4.461 -6.021) + (end 4.461 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4102ae0e-3d75-40cd-957b-0b4db5d3f5ee") + ) + (fp_line + (start 4.461 1.44) + (end 4.461 6.021) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6cc98ff-7d68-4734-afa1-c7dd225e08d3") + ) + (fp_line + (start 4.501 -6.008) + (end 4.501 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4223805d-8db1-4df1-b73a-3d99f37f1701") + ) + (fp_line + (start 4.501 1.44) + (end 4.501 6.008) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a2d185c-629f-461f-8b6b-f91f1894e6ba") + ) + (fp_line + (start 4.541 -5.995) + (end 4.541 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90b3e3a5-04e0-491b-97bf-2e8a21e1833b") + ) + (fp_line + (start 4.541 1.44) + (end 4.541 5.995) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90912a07-8f0d-457a-b78a-1c112c8f2052") + ) + (fp_line + (start 4.581 -5.981) + (end 4.581 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90671817-460f-456a-a6e3-6cfa468bea55") + ) + (fp_line + (start 4.581 1.44) + (end 4.581 5.981) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee94ab47-8315-46a5-bfc7-60550df5879d") + ) + (fp_line + (start 4.621 -5.967) + (end 4.621 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "290c753b-3b9b-4c45-85a5-65bd9eae1f9e") + ) + (fp_line + (start 4.621 1.44) + (end 4.621 5.967) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d283b62-f314-41a0-b56b-d307f2ebfa85") + ) + (fp_line + (start 4.661 -5.953) + (end 4.661 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2792ed93-89db-4e51-99ff-281323e776eb") + ) + (fp_line + (start 4.661 1.44) + (end 4.661 5.953) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "899a4caf-0563-4c2a-9bca-5aa28747ef75") + ) + (fp_line + (start 4.701 -5.939) + (end 4.701 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bca99a8e-598f-436a-9158-7a050d1f7ca4") + ) + (fp_line + (start 4.701 1.44) + (end 4.701 5.939) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd552f19-e379-4dd5-a10b-882b6c8e7a65") + ) + (fp_line + (start 4.741 -5.924) + (end 4.741 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c6d0e6be-376d-4beb-9794-508920a2265a") + ) + (fp_line + (start 4.741 1.44) + (end 4.741 5.924) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60fc0348-15d2-462c-9b87-dbb507b8717b") + ) + (fp_line + (start 4.781 -5.908) + (end 4.781 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08fa8ff6-09a7-484c-b1d9-0e3b7c49bb26") + ) + (fp_line + (start 4.781 1.44) + (end 4.781 5.908) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0e13d91-53b7-4de6-8d61-7c13732113b8") + ) + (fp_line + (start 4.821 -5.893) + (end 4.821 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7de2887-c7b2-4bb7-a339-632f4f906224") + ) + (fp_line + (start 4.821 1.44) + (end 4.821 5.893) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e5a3783-142f-42f6-a215-d0f81a05c5c0") + ) + (fp_line + (start 4.861 -5.877) + (end 4.861 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4d0483b-1c21-4fb6-87dd-47e636746c0e") + ) + (fp_line + (start 4.861 1.44) + (end 4.861 5.877) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee4527a8-96f7-423b-b0eb-5c3b1bed75f9") + ) + (fp_line + (start 4.901 -5.861) + (end 4.901 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c1b603f4-7037-47e9-a9dc-a0bb6f7e58b1") + ) + (fp_line + (start 4.901 1.44) + (end 4.901 5.861) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cec22d4a-eda3-4d50-8609-c3a123c120be") + ) + (fp_line + (start 4.941 -5.845) + (end 4.941 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe2b05f5-675b-44d0-956c-c5829b7c692a") + ) + (fp_line + (start 4.941 1.44) + (end 4.941 5.845) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6187c22-3622-4a1a-a49a-b21e96986f96") + ) + (fp_line + (start 4.981 -5.828) + (end 4.981 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "767e3782-90bf-4d7f-b1ef-719aa7013187") + ) + (fp_line + (start 4.981 1.44) + (end 4.981 5.828) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fda94f0a-876e-4bf0-ad10-35819851e3e9") + ) + (fp_line + (start 5.021 -5.811) + (end 5.021 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cad44c02-7fd2-4e9a-b93a-e1b73d6a3ee6") + ) + (fp_line + (start 5.021 1.44) + (end 5.021 5.811) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c34f5129-9516-486b-b322-ada2d7baa6ba") + ) + (fp_line + (start 5.061 -5.793) + (end 5.061 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35506831-8c22-45ab-9b57-69eb0f9ef003") + ) + (fp_line + (start 5.061 1.44) + (end 5.061 5.793) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3cf0233f-86e3-4b85-ad75-fb8a46f37498") + ) + (fp_line + (start 5.101 -5.776) + (end 5.101 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87110cd9-2ac8-40e0-9e87-2e8196cde92a") + ) + (fp_line + (start 5.101 1.44) + (end 5.101 5.776) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da37a168-b259-4f98-9030-90f2f5ac962a") + ) + (fp_line + (start 5.141 -5.758) + (end 5.141 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01caafb3-af8a-4642-870c-c290b286d040") + ) + (fp_line + (start 5.141 1.44) + (end 5.141 5.758) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b7496a40-6116-4192-b413-2a22be4b5f9f") + ) + (fp_line + (start 5.181 -5.739) + (end 5.181 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "373b5b59-9fbb-41a2-845d-56a1ed5a82dd") + ) + (fp_line + (start 5.181 1.44) + (end 5.181 5.739) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4df63e4-2a5a-405f-916a-ea67ff3a2b21") + ) + (fp_line + (start 5.221 -5.721) + (end 5.221 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "133bb99a-82f3-4f77-a20b-451874ac44f4") + ) + (fp_line + (start 5.221 1.44) + (end 5.221 5.721) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "773bdc81-beec-4a4b-9485-1c1dd15c6e5a") + ) + (fp_line + (start 5.261 -5.702) + (end 5.261 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17adff9d-c581-42e4-b552-035b922b5256") + ) + (fp_line + (start 5.261 1.44) + (end 5.261 5.702) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "baaf14d0-0c5c-4bf0-82d7-5ee71082500d") + ) + (fp_line + (start 5.301 -5.682) + (end 5.301 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05c4a04b-0442-4e18-9747-3d9fc4a562fe") + ) + (fp_line + (start 5.301 1.44) + (end 5.301 5.682) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8381d48-3c5b-401b-ac19-279d8173864c") + ) + (fp_line + (start 5.341 -5.662) + (end 5.341 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "594594ee-9de8-45bc-b621-a9251877b0c2") + ) + (fp_line + (start 5.341 1.44) + (end 5.341 5.662) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af66589f-0dae-4737-851f-f8cddd35005b") + ) + (fp_line + (start 5.381 -5.642) + (end 5.381 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "efd79052-e146-4d61-9e0a-ba764a5a966b") + ) + (fp_line + (start 5.381 1.44) + (end 5.381 5.642) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c345fc5-964b-48c0-9452-55507c868edc") + ) + (fp_line + (start 5.421 -5.622) + (end 5.421 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fea6a04b-4bfd-450f-890a-ba5d162e31d9") + ) + (fp_line + (start 5.421 1.44) + (end 5.421 5.622) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc408f2c-2338-4a2e-9d30-e90fd4d4f487") + ) + (fp_line + (start 5.461 -5.601) + (end 5.461 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "407d0cd8-54f8-47a8-90cb-42c8a441d04f") + ) + (fp_line + (start 5.461 1.44) + (end 5.461 5.601) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60ca4740-3009-4486-93d6-c2502818122b") + ) + (fp_line + (start 5.501 -5.58) + (end 5.501 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7da78911-dd6f-4bbd-9a74-8a3476ec1fb5") + ) + (fp_line + (start 5.501 1.44) + (end 5.501 5.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a29e1299-22c5-4fd2-9a37-e405785962a9") + ) + (fp_line + (start 5.541 -5.558) + (end 5.541 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d86ba37-b98f-40a5-b35f-96db8417b185") + ) + (fp_line + (start 5.541 1.44) + (end 5.541 5.558) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fdd41a68-206a-4076-b64a-8b7633d428d6") + ) + (fp_line + (start 5.581 -5.536) + (end 5.581 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "19d6a411-8997-491d-aace-09fdbc63404d") + ) + (fp_line + (start 5.581 1.44) + (end 5.581 5.536) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a56ac62-5ec2-46fc-a86c-9adf2d8fead1") + ) + (fp_line + (start 5.621 -5.514) + (end 5.621 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9ab240f-b898-4113-9b58-995237cd751a") + ) + (fp_line + (start 5.621 1.44) + (end 5.621 5.514) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "604495b3-3885-49af-8442-bcf3d7361dc4") + ) + (fp_line + (start 5.661 -5.491) + (end 5.661 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0dcb5ab5-f291-489d-b2bc-0f0b25b801ee") + ) + (fp_line + (start 5.661 1.44) + (end 5.661 5.491) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de91796c-56de-4405-8fcc-748bd6a08e86") + ) + (fp_line + (start 5.701 -5.468) + (end 5.701 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44cd273f-f3a1-4b9a-83a6-972b276409e1") + ) + (fp_line + (start 5.701 1.44) + (end 5.701 5.468) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7410568a-af90-4a4e-a67d-5fd1863e0d95") + ) + (fp_line + (start 5.741 -5.445) + (end 5.741 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a17368fb-646b-4ffd-9057-0994609f8a46") + ) + (fp_line + (start 5.741 1.44) + (end 5.741 5.445) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "845f389f-ac5c-4af4-aa4f-3b1355707a5f") + ) + (fp_line + (start 5.781 -5.421) + (end 5.781 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "758f4e53-9507-488a-960b-2e8e487b7ac8") + ) + (fp_line + (start 5.781 1.44) + (end 5.781 5.421) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f70d207-e63d-4692-be1f-5b6fa8599d57") + ) + (fp_line + (start 5.821 -5.397) + (end 5.821 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9959c68a-7d2a-4f14-b245-3548992673f3") + ) + (fp_line + (start 5.821 1.44) + (end 5.821 5.397) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72e9c34a-4fbc-4581-8ad2-e93bc3c3ccb0") + ) + (fp_line + (start 5.861 -5.372) + (end 5.861 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "12481f4a-71b0-43a4-a69b-bc048ed999f0") + ) + (fp_line + (start 5.861 1.44) + (end 5.861 5.372) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78de0256-23a6-42c0-8b5a-1425aa40457a") + ) + (fp_line + (start 5.901 -5.347) + (end 5.901 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a507df7-40c5-4523-b0fd-269cea55efb9") + ) + (fp_line + (start 5.901 1.44) + (end 5.901 5.347) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "504cb9e4-5572-4208-bc9d-30a7efff8b9a") + ) + (fp_line + (start 5.941 -5.322) + (end 5.941 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f69de914-d2d4-4fcf-a7d6-ce76fea2e1a7") + ) + (fp_line + (start 5.941 1.44) + (end 5.941 5.322) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a756062-4e0c-4114-bc6d-4d6635f2d703") + ) + (fp_line + (start 5.981 -5.296) + (end 5.981 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79bd7607-8381-4bff-b61a-a2c7ffa05fe5") + ) + (fp_line + (start 5.981 1.44) + (end 5.981 5.296) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f753d3ee-689c-4dd5-a288-b018ad927185") + ) + (fp_line + (start 6.021 -5.27) + (end 6.021 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5da0928a-9939-439c-bcbe-74de097058a8") + ) + (fp_line + (start 6.021 1.44) + (end 6.021 5.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "414a1d4c-7afc-4ffa-8579-88675cedc4ce") + ) + (fp_line + (start 6.061 -5.243) + (end 6.061 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a52fedd-967a-423d-aaaf-3875f20f935b") + ) + (fp_line + (start 6.061 1.44) + (end 6.061 5.243) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5eb7c6e-b098-49b0-b366-c8b7c67afed0") + ) + (fp_line + (start 6.101 -5.216) + (end 6.101 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a5b3eea-de35-4a54-8316-e56ea2a634e4") + ) + (fp_line + (start 6.101 1.44) + (end 6.101 5.216) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e89e5b16-554a-4d97-8f95-fc89c9b40d74") + ) + (fp_line + (start 6.141 -5.188) + (end 6.141 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0d5ae26-c535-4a37-9220-b3d08bfeda2f") + ) + (fp_line + (start 6.141 1.44) + (end 6.141 5.188) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80b5b54b-a1cc-434c-8739-1e133d53601d") + ) + (fp_line + (start 6.181 -5.16) + (end 6.181 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea3cd08e-2d6a-4ba3-9c39-87a3d44d2015") + ) + (fp_line + (start 6.181 1.44) + (end 6.181 5.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2628b16a-8b1e-4398-be45-c147110e73bb") + ) + (fp_line + (start 6.221 -5.131) + (end 6.221 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f6b89db-12ed-4dac-b3ce-819a49798117") + ) + (fp_line + (start 6.221 1.44) + (end 6.221 5.131) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4f9d898-7a83-4186-a9d6-9da79adbdd19") + ) + (fp_line + (start 6.261 -5.102) + (end 6.261 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dea30d29-44e9-47fc-bccc-6928d5c29cea") + ) + (fp_line + (start 6.261 1.44) + (end 6.261 5.102) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e47d9cf3-579e-4750-bc6d-bf58b55862bb") + ) + (fp_line + (start 6.301 -5.073) + (end 6.301 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b03cb553-3709-44f5-9a1e-0bd7ca2daf93") + ) + (fp_line + (start 6.301 1.44) + (end 6.301 5.073) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47a2dd37-ad02-4281-9a66-8ff7ab400570") + ) + (fp_line + (start 6.341 -5.043) + (end 6.341 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9efb25aa-d11e-4d2f-96a9-326a2f75dcc1") + ) + (fp_line + (start 6.341 1.44) + (end 6.341 5.043) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63ace593-9960-4666-bb08-47e6f085cee8") + ) + (fp_line + (start 6.381 -5.012) + (end 6.381 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4de018aa-33f9-4679-9406-fafd70ff0142") + ) + (fp_line + (start 6.381 1.44) + (end 6.381 5.012) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2d090b5-bdc2-4863-87f2-2ea46a246d3d") + ) + (fp_line + (start 6.421 -4.982) + (end 6.421 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56dc9d1a-d125-4218-be7e-afbadad9f13c") + ) + (fp_line + (start 6.421 1.44) + (end 6.421 4.982) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fda0167e-248a-4b89-bf7b-490df46aeb7d") + ) + (fp_line + (start 6.461 -4.95) + (end 6.461 4.95) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e24aa9b-c7e6-40f2-905b-b9c541e0e2f6") + ) + (fp_line + (start 6.501 -4.918) + (end 6.501 4.918) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55b28997-b330-40d1-b32a-125cd071668d") + ) + (fp_line + (start 6.541 -4.885) + (end 6.541 4.885) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ef32369-e37b-408d-9752-7cbb993d9abb") + ) + (fp_line + (start 6.581 -4.852) + (end 6.581 4.852) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e978c208-72f4-4c78-b109-bcb5e56d4024") + ) + (fp_line + (start 6.621 -4.819) + (end 6.621 4.819) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5a54919-b960-48fc-8517-e9e32dce0bf0") + ) + (fp_line + (start 6.661 -4.785) + (end 6.661 4.785) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afc58bc7-e8b3-4ec7-b7ec-e155055196a5") + ) + (fp_line + (start 6.701 -4.75) + (end 6.701 4.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84315919-677c-4909-a747-2c92c96d5870") + ) + (fp_line + (start 6.741 -4.714) + (end 6.741 4.714) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d27bd75e-eeb9-4d8b-bfdb-bddce4b94b6c") + ) + (fp_line + (start 6.781 -4.678) + (end 6.781 4.678) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a332b0c-4cba-438b-85c1-9efe2690fb62") + ) + (fp_line + (start 6.821 -4.642) + (end 6.821 4.642) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87bdd00e-f10c-4d37-9a6b-480b5e87ca33") + ) + (fp_line + (start 6.861 -4.605) + (end 6.861 4.605) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a3fed5a-9b6f-45f0-9ad7-54e1bda0ea60") + ) + (fp_line + (start 6.901 -4.567) + (end 6.901 4.567) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fad358eb-4b7a-4138-896b-0d1749221b0d") + ) + (fp_line + (start 6.941 -4.528) + (end 6.941 4.528) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86a34ff8-9697-4394-b32e-9c903027c8af") + ) + (fp_line + (start 6.981 -4.489) + (end 6.981 4.489) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd8c6c53-febf-40c1-af77-5373add0fde7") + ) + (fp_line + (start 7.021 -4.449) + (end 7.021 4.449) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8aab4608-39e8-491a-83a8-7194f36094f1") + ) + (fp_line + (start 7.061 -4.408) + (end 7.061 4.408) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a29cdb1-72f4-490b-b940-70ed3bd8dac4") + ) + (fp_line + (start 7.101 -4.367) + (end 7.101 4.367) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65e58d89-f213-4051-b36b-7b3454867ad5") + ) + (fp_line + (start 7.141 -4.325) + (end 7.141 4.325) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6b8e749-dce0-4716-821f-058d77eed5ce") + ) + (fp_line + (start 7.181 -4.282) + (end 7.181 4.282) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58c4b7f1-3bfe-4269-af43-3ce726a108d9") + ) + (fp_line + (start 7.221 -4.238) + (end 7.221 4.238) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0648b195-3f37-49a2-a952-4c5886b521de") + ) + (fp_line + (start 7.261 -4.194) + (end 7.261 4.194) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9cdaf74c-bd9d-4293-9612-c30a4bca9a30") + ) + (fp_line + (start 7.301 -4.148) + (end 7.301 4.148) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28f921ab-5f55-47f8-b726-02e567145cd5") + ) + (fp_line + (start 7.341 -4.102) + (end 7.341 4.102) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "224e8890-cdee-45fd-bd2e-64fe49c2de75") + ) + (fp_line + (start 7.381 -4.055) + (end 7.381 4.055) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8aaa3345-c586-4729-9584-3137be876023") + ) + (fp_line + (start 7.421 -4.007) + (end 7.421 4.007) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b70f4be0-be81-40f1-b237-a16be3740211") + ) + (fp_line + (start 7.461 -3.957) + (end 7.461 3.957) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b42a4498-7f71-4787-a0f1-b44423616ac9") + ) + (fp_line + (start 7.501 -3.907) + (end 7.501 3.907) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eca8c1f1-6751-4304-8a65-b05952048507") + ) + (fp_line + (start 7.541 -3.856) + (end 7.541 3.856) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "74d2d2c1-d0d5-412f-ab06-bb67df0a3900") + ) + (fp_line + (start 7.581 -3.804) + (end 7.581 3.804) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d09d8e7f-f203-4b36-92ba-f9f29b6e7d13") + ) + (fp_line + (start 7.621 -3.75) + (end 7.621 3.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9597133-3d67-41f8-aabc-5b61d8d3c3c1") + ) + (fp_line + (start 7.661 -3.696) + (end 7.661 3.696) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "335263d3-7e35-4a9c-83c2-cd71d45f0688") + ) + (fp_line + (start 7.701 -3.64) + (end 7.701 3.64) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f45c8190-2f27-434c-8fbf-7d8a911faaab") + ) + (fp_line + (start 7.741 -3.583) + (end 7.741 3.583) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77121855-7958-40c5-81ca-b386a811e84c") + ) + (fp_line + (start 7.781 -3.524) + (end 7.781 3.524) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "10e5ae6d-e43e-4ff8-abc5-fd9df16782da") + ) + (fp_line + (start 7.821 -3.464) + (end 7.821 3.464) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "628f0a9f-12ce-4a6a-8ea2-8c2cdfc4161e") + ) + (fp_line + (start 7.861 -3.402) + (end 7.861 3.402) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88a7e34c-57e7-48ce-a358-6866b2c01d90") + ) + (fp_line + (start 7.901 -3.339) + (end 7.901 3.339) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2d24be9-0a91-4ad8-a6f8-4f606bd871ac") + ) + (fp_line + (start 7.941 -3.275) + (end 7.941 3.275) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8162f841-188b-4932-8603-536d516e6ca1") + ) + (fp_line + (start 7.981 -3.208) + (end 7.981 3.208) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65d0582b-c8a1-45a8-a0e9-e797f01caa63") + ) + (fp_line + (start 8.021 -3.14) + (end 8.021 3.14) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cce13a3b-854c-49ae-8b19-551eed5c4f96") + ) + (fp_line + (start 8.061 -3.069) + (end 8.061 3.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "544c9ad7-a0b6-4f88-9dcd-908e3e2acf79") + ) + (fp_line + (start 8.101 -2.996) + (end 8.101 2.996) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c9202d7-6a93-43b3-87c0-77347fd72885") + ) + (fp_line + (start 8.141 -2.921) + (end 8.141 2.921) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6e7e52e-fa7c-4663-b29b-8d72461a55fb") + ) + (fp_line + (start 8.181 -2.844) + (end 8.181 2.844) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da7eee34-4516-4154-9034-7c9b8e2afe41") + ) + (fp_line + (start 8.221 -2.764) + (end 8.221 2.764) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e1c6bbc-4cc4-4ce9-b48a-8292bb286da8") + ) + (fp_line + (start 8.261 -2.681) + (end 8.261 2.681) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0f3907b-44e3-4106-9f24-d8ce836b6bb0") + ) + (fp_line + (start 8.301 -2.594) + (end 8.301 2.594) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef3c2ca7-fcc8-4cff-8fc1-0c762aa25455") + ) + (fp_line + (start 8.341 -2.504) + (end 8.341 2.504) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3662e68b-207e-47a3-930c-038dfd8202b6") + ) + (fp_line + (start 8.381 -2.41) + (end 8.381 2.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "481354ed-51b9-4db2-9835-781681979b4b") + ) + (fp_line + (start 8.421 -2.312) + (end 8.421 2.312) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8333ca2-6919-4fe3-9f28-bacc852923df") + ) + (fp_line + (start 8.461 -2.209) + (end 8.461 2.209) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33b48673-c959-4510-b6fa-fd3f7bdb00fd") + ) + (fp_line + (start 8.501 -2.1) + (end 8.501 2.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4856fa9-d711-4b3f-8ccf-343375c62dce") + ) + (fp_line + (start 8.541 -1.984) + (end 8.541 1.984) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6dc32d24-5ef0-4c0e-ad26-4d147b147b28") + ) + (fp_line + (start 8.581 -1.861) + (end 8.581 1.861) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0e6fae4-0008-43ed-8719-bf62839f601f") + ) + (fp_line + (start 8.621 -1.728) + (end 8.621 1.728) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a0095e3-f64e-4bc6-8d5a-1cdcee192b11") + ) + (fp_line + (start 8.661 -1.583) + (end 8.661 1.583) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da710602-5c6f-4ba5-b461-48eb0116bbbe") + ) + (fp_line + (start 8.701 -1.422) + (end 8.701 1.422) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48a8c1f5-4bcb-4560-9762-44aaefee4419") + ) + (fp_line + (start 8.741 -1.241) + (end 8.741 1.241) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "83181dd0-bbcd-4a99-a5a2-7d6961abb51a") + ) + (fp_line + (start 8.781 -1.028) + (end 8.781 1.028) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d401fdd-c1f6-4321-96c4-4843b6143be9") + ) + (fp_line + (start 8.821 -0.757) + (end 8.821 0.757) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b7013b78-ce5a-47df-9e6f-e993b6073985") + ) + (fp_line + (start 8.861 -0.317) + (end 8.861 0.317) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ca148b4-658e-4a63-ab5c-2e293c8a2284") + ) + (fp_circle + (center 2.5 0) + (end 8.87 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "a8b5a69a-24fc-4f3a-af15-1ced0fb0d73b") + ) + (fp_circle + (center 2.5 0) + (end 9 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "b830f01d-0d9c-451a-9ac4-3e5744deb516") + ) + (fp_line + (start -2.866489 -2.7375) + (end -1.616489 -2.7375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8f2a6709-854c-4caf-959b-d289d2962128") + ) + (fp_line + (start -2.241489 -3.3625) + (end -2.241489 -2.1125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cf06bbbc-3fa0-42b7-9a99-642ec3689891") + ) + (fp_circle + (center 2.5 0) + (end 8.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "56801e6d-c4ab-4f7b-8289-2119a52fa227") + ) + (fp_text user "${REFERENCE}" + (at 2.5 0 0) + (layer "F.Fab") + (uuid "5125c4d9-cf5c-4fe5-9dc8-c939e40fcd6f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "7b58219a-a31d-4ba4-804a-77c6d706d8bc") + ) + (pad "2" thru_hole circle + (at 5 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "58728297-c362-4c70-a751-4d60ffa81b1a") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_THT.3dshapes/CP_Radial_D12.5mm_P5.00mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 100 90) + (end 100 70) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "067fb9a1-5278-4e90-ad48-93993d2ed931") + ) + (gr_line + (start 100 70) + (end 130 70) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "3398ffa0-8151-4ab9-9a1e-05a8f3e68625") + ) + (gr_line + (start 130 70) + (end 130 90) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "9d2bfb75-3655-468a-99b3-1689c86cc127") + ) + (gr_line + (start 130 90) + (end 100 90) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c03374e9-87ea-401d-8ec8-f0596c74ecdf") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/courtyard_overlaps.kicad_pro b/tests/board_samples/kicad_8/courtyard_overlaps.kicad_pro index eae4056fa..17b7e2db7 100644 --- a/tests/board_samples/kicad_8/courtyard_overlaps.kicad_pro +++ b/tests/board_samples/kicad_8/courtyard_overlaps.kicad_pro @@ -3,14 +3,17 @@ "3dviewports": [], "design_settings": { "defaults": { - "board_outline_line_width": 0.049999999999999996, - "copper_line_width": 0.19999999999999998, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, "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, + "courtyard_line_width": 0.05, "dimension_precision": 4, "dimension_units": 3, "dimensions": { @@ -21,13 +24,13 @@ "text_position": 0, "units_format": 1 }, - "fab_line_width": 0.09999999999999999, + "fab_line_width": 0.1, "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.09999999999999999, + "other_line_width": 0.1, "other_text_italic": false, "other_text_size_h": 1.0, "other_text_size_v": 1.0, @@ -73,6 +76,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "error", "hole_clearance": "error", "hole_near_hole": "error", @@ -119,24 +123,21 @@ "min_copper_edge_clearance": 0.01, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.19999999999999998, - "min_microvia_drill": 0.09999999999999999, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, "min_resolved_spokes": 2, "min_silk_clearance": 0.0, - "min_text_height": 0.7999999999999999, + "min_text_height": 0.8, "min_text_thickness": 0.08, "min_through_hole_diameter": 0.3, - "min_track_width": 0.19999999999999998, - "min_via_annular_width": 0.049999999999999996, - "min_via_diameter": 0.39999999999999997, + "min_track_width": 0.2, + "min_via_annular_width": 0.05, + "min_via_diameter": 0.4, "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, @@ -145,29 +146,35 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } @@ -175,6 +182,32 @@ "track_widths": [ 0.0 ], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [ { "diameter": 0.0, @@ -184,6 +217,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -231,8 +271,11 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" diff --git a/tests/board_samples/kicad_8/deeper.kicad_sch b/tests/board_samples/kicad_8/deeper.kicad_sch index e7ebf6c18..d651786a0 100644 --- a/tests/board_samples/kicad_8/deeper.kicad_sch +++ b/tests/board_samples/kicad_8/deeper.kicad_sch @@ -1,82 +1,206 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 3b838d52-596d-4e4d-a6ac-e4c8e7621137) - - (paper "A4" portrait) - - (title_block - (date " ") - ) - - (lib_symbols - (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 (lib_id "Device:R") (at 139.7 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f3bbcff) - (property "Reference" "R3" (at 141.478 78.8416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1m" (at 141.478 81.153 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 137.922 80.01 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 139.7 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c8dca1a6-f09a-4305-804d-2295b5448f55)) - (pin "2" (uuid 4dec140a-3f2f-4b17-b6f0-89a0fc1cf30b)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb/00000000-0000-0000-0000-00005f3bb8bb" - (reference "R3") (unit 1) - ) - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267/00000000-0000-0000-0000-00005f3bb8bb" - (reference "R4") (unit 1) - ) - ) - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + (paper "A4" portrait) + (title_block + (date " ") + ) + (lib_symbols + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 + (lib_id "Device:R") + (at 139.7 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f3bbcff") + (property "Reference" "R3" + (at 141.478 78.8416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1m" + (at 141.478 81.153 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 137.922 80.01 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 139.7 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 139.7 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c8dca1a6-f09a-4305-804d-2295b5448f55") + ) + (pin "2" + (uuid "4dec140a-3f2f-4b17-b6f0-89a0fc1cf30b") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb/00000000-0000-0000-0000-00005f3bb8bb" + (reference "R3") + (unit 1) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267/00000000-0000-0000-0000-00005f3bb8bb" + (reference "R4") + (unit 1) + ) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/demorgan.kicad_sch b/tests/board_samples/kicad_8/demorgan.kicad_sch index e71cf4566..9a4a61c2d 100644 --- a/tests/board_samples/kicad_8/demorgan.kicad_sch +++ b/tests/board_samples/kicad_8/demorgan.kicad_sch @@ -1,446 +1,1087 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 10109f84-4940-47f8-8640-91f185ac9bc1) - - (paper "A4") - - (lib_symbols - (symbol "74xx:74HC00" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74HC00" (at 0 -1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74hc00" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "HCMOS nand 2-input" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "quad 2-input NAND gate" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "DIP*W7.62mm* SO14*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "74HC00_1_1" - (arc (start 0 -3.81) (mid 3.7934 0) (end 0 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy 0 3.81) - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 0 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74HC00_1_2" - (arc (start -3.81 -3.81) (mid -2.589 0) (end -3.81 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -0.6096 -3.81) (mid 2.1842 -2.5851) (end 3.81 0) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 3.81) - (xy -0.635 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.635 3.81) - (xy -3.81 3.81) - (xy -3.81 3.81) - (xy -3.556 3.4036) - (xy -3.0226 2.2606) - (xy -2.6924 1.0414) - (xy -2.6162 -0.254) - (xy -2.7686 -1.4986) - (xy -3.175 -2.7178) - (xy -3.81 -3.81) - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width -25.4) (type default)) - (fill (type background)) - ) - (arc (start 3.81 0) (mid 2.1915 2.5936) (end -0.6096 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input inverted (at -7.62 2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 -2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74HC00_2_1" - (arc (start 0 -3.81) (mid 3.7934 0) (end 0 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy 0 3.81) - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 0 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74HC00_2_2" - (arc (start -3.81 -3.81) (mid -2.589 0) (end -3.81 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -0.6096 -3.81) (mid 2.1842 -2.5851) (end 3.81 0) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 3.81) - (xy -0.635 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.635 3.81) - (xy -3.81 3.81) - (xy -3.81 3.81) - (xy -3.556 3.4036) - (xy -3.0226 2.2606) - (xy -2.6924 1.0414) - (xy -2.6162 -0.254) - (xy -2.7686 -1.4986) - (xy -3.175 -2.7178) - (xy -3.81 -3.81) - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width -25.4) (type default)) - (fill (type background)) - ) - (arc (start 3.81 0) (mid 2.1915 2.5936) (end -0.6096 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input inverted (at -7.62 2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 -2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74HC00_3_1" - (arc (start 0 -3.81) (mid 3.7934 0) (end 0 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy 0 3.81) - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 0 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 -2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74HC00_3_2" - (arc (start -3.81 -3.81) (mid -2.589 0) (end -3.81 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -0.6096 -3.81) (mid 2.1842 -2.5851) (end 3.81 0) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 3.81) - (xy -0.635 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.635 3.81) - (xy -3.81 3.81) - (xy -3.81 3.81) - (xy -3.556 3.4036) - (xy -3.0226 2.2606) - (xy -2.6924 1.0414) - (xy -2.6162 -0.254) - (xy -2.7686 -1.4986) - (xy -3.175 -2.7178) - (xy -3.81 -3.81) - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width -25.4) (type default)) - (fill (type background)) - ) - (arc (start 3.81 0) (mid 2.1915 2.5936) (end -0.6096 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input inverted (at -7.62 -2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74HC00_4_1" - (arc (start 0 -3.81) (mid 3.7934 0) (end 0 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy 0 3.81) - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 0 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74HC00_4_2" - (arc (start -3.81 -3.81) (mid -2.589 0) (end -3.81 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -0.6096 -3.81) (mid 2.1842 -2.5851) (end 3.81 0) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 3.81) - (xy -0.635 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.635 3.81) - (xy -3.81 3.81) - (xy -3.81 3.81) - (xy -3.556 3.4036) - (xy -3.0226 2.2606) - (xy -2.6924 1.0414) - (xy -2.6162 -0.254) - (xy -2.7686 -1.4986) - (xy -3.175 -2.7178) - (xy -3.81 -3.81) - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width -25.4) (type default)) - (fill (type background)) - ) - (arc (start 3.81 0) (mid 2.1915 2.5936) (end -0.6096 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 -2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74HC00_5_0" - (pin power_in line (at 0 12.7 270) (length 5.08) - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -12.7 90) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74HC00_5_1" - (rectangle (start -5.08 7.62) (end 5.08 -7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - ) - ) - - - (symbol (lib_id "74xx:74HC00") (at 147.32 91.44 0) (unit 1) (convert 2) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 8c6a821f-8e19-48f3-8f44-9b340f7689bc) - (property "Reference" "U?" (at 147.32 83.9302 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74HC00" (at 147.32 86.4671 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 147.32 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74hc00" (at 147.32 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4780a290-d25c-4459-9579-eba3f7678762)) - (pin "2" (uuid df68c26a-03b5-4466-aecf-ba34b7dce6b7)) - (pin "3" (uuid babeabf2-f3b0-4ed5-8d9e-0215947e6cf3)) - (pin "4" (uuid e8c50f1b-c316-4110-9cce-5c24c65a1eaa)) - (pin "5" (uuid d7269d2a-b8c0-422d-8f25-f79ea31bf75e)) - (pin "6" (uuid aca4de92-9c41-4c2b-9afa-540d02dafa1c)) - (pin "10" (uuid c43663ee-9a0d-4f27-a292-89ba89964065)) - (pin "8" (uuid c830e3bc-dc64-4f65-8f47-3b106bae2807)) - (pin "9" (uuid 25d545dc-8f50-4573-922c-35ef5a2a3a19)) - (pin "11" (uuid 1e8701fc-ad24-40ea-846a-e3db538d6077)) - (pin "12" (uuid d5641ac9-9be7-46bf-90b3-6c83d852b5ba)) - (pin "13" (uuid c25a772d-af9c-4ebc-96f6-0966738c13a8)) - (pin "14" (uuid 8c514922-ffe1-4e37-a260-e807409f2e0d)) - (pin "7" (uuid 40976bf0-19de-460f-ad64-224d4f51e16b)) - (instances - (project "demorgan" - (path "/10109f84-4940-47f8-8640-91f185ac9bc1" - (reference "U?") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + (paper "A4") + (lib_symbols + (symbol "74xx:74HC00" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74HC00" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74hc00" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "quad 2-input NAND gate" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "HCMOS nand 2-input" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DIP*W7.62mm* SO14*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "74HC00_1_1" + (arc + (start 0 -3.81) + (mid 3.7934 0) + (end 0 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy -3.81 3.81) (xy -3.81 -3.81) (xy 0 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74HC00_1_2" + (arc + (start -3.81 -3.81) + (mid -2.589 0) + (end -3.81 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.6096 -3.81) + (mid 2.1842 -2.5851) + (end 3.81 0) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -0.635 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -0.635 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.635 3.81) (xy -3.81 3.81) (xy -3.81 3.81) (xy -3.556 3.4036) (xy -3.0226 2.2606) (xy -2.6924 1.0414) + (xy -2.6162 -0.254) (xy -2.7686 -1.4986) (xy -3.175 -2.7178) (xy -3.81 -3.81) (xy -3.81 -3.81) + (xy -0.635 -3.81) + ) + (stroke + (width -25.4) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start 3.81 0) + (mid 2.1915 2.5936) + (end -0.6096 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input inverted + (at -7.62 2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 -2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74HC00_2_1" + (arc + (start 0 -3.81) + (mid 3.7934 0) + (end 0 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy -3.81 3.81) (xy -3.81 -3.81) (xy 0 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74HC00_2_2" + (arc + (start -3.81 -3.81) + (mid -2.589 0) + (end -3.81 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.6096 -3.81) + (mid 2.1842 -2.5851) + (end 3.81 0) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -0.635 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -0.635 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.635 3.81) (xy -3.81 3.81) (xy -3.81 3.81) (xy -3.556 3.4036) (xy -3.0226 2.2606) (xy -2.6924 1.0414) + (xy -2.6162 -0.254) (xy -2.7686 -1.4986) (xy -3.175 -2.7178) (xy -3.81 -3.81) (xy -3.81 -3.81) + (xy -0.635 -3.81) + ) + (stroke + (width -25.4) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start 3.81 0) + (mid 2.1915 2.5936) + (end -0.6096 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input inverted + (at -7.62 2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 -2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74HC00_3_1" + (arc + (start 0 -3.81) + (mid 3.7934 0) + (end 0 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy -3.81 3.81) (xy -3.81 -3.81) (xy 0 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74HC00_3_2" + (arc + (start -3.81 -3.81) + (mid -2.589 0) + (end -3.81 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.6096 -3.81) + (mid 2.1842 -2.5851) + (end 3.81 0) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -0.635 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -0.635 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.635 3.81) (xy -3.81 3.81) (xy -3.81 3.81) (xy -3.556 3.4036) (xy -3.0226 2.2606) (xy -2.6924 1.0414) + (xy -2.6162 -0.254) (xy -2.7686 -1.4986) (xy -3.175 -2.7178) (xy -3.81 -3.81) (xy -3.81 -3.81) + (xy -0.635 -3.81) + ) + (stroke + (width -25.4) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start 3.81 0) + (mid 2.1915 2.5936) + (end -0.6096 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input inverted + (at -7.62 -2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74HC00_4_1" + (arc + (start 0 -3.81) + (mid 3.7934 0) + (end 0 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy -3.81 3.81) (xy -3.81 -3.81) (xy 0 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74HC00_4_2" + (arc + (start -3.81 -3.81) + (mid -2.589 0) + (end -3.81 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.6096 -3.81) + (mid 2.1842 -2.5851) + (end 3.81 0) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -0.635 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -0.635 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.635 3.81) (xy -3.81 3.81) (xy -3.81 3.81) (xy -3.556 3.4036) (xy -3.0226 2.2606) (xy -2.6924 1.0414) + (xy -2.6162 -0.254) (xy -2.7686 -1.4986) (xy -3.175 -2.7178) (xy -3.81 -3.81) (xy -3.81 -3.81) + (xy -0.635 -3.81) + ) + (stroke + (width -25.4) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start 3.81 0) + (mid 2.1915 2.5936) + (end -0.6096 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 -2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74HC00_5_0" + (pin power_in line + (at 0 12.7 270) + (length 5.08) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -12.7 90) + (length 5.08) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74HC00_5_1" + (rectangle + (start -5.08 7.62) + (end 5.08 -7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74HC00") + (at 147.32 91.44 0) + (unit 1) + (convert 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8c6a821f-8e19-48f3-8f44-9b340f7689bc") + (property "Reference" "U?" + (at 147.32 83.9302 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74HC00" + (at 147.32 86.4671 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 147.32 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74hc00" + (at 147.32 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 147.32 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4780a290-d25c-4459-9579-eba3f7678762") + ) + (pin "2" + (uuid "df68c26a-03b5-4466-aecf-ba34b7dce6b7") + ) + (pin "3" + (uuid "babeabf2-f3b0-4ed5-8d9e-0215947e6cf3") + ) + (pin "4" + (uuid "e8c50f1b-c316-4110-9cce-5c24c65a1eaa") + ) + (pin "5" + (uuid "d7269d2a-b8c0-422d-8f25-f79ea31bf75e") + ) + (pin "6" + (uuid "aca4de92-9c41-4c2b-9afa-540d02dafa1c") + ) + (pin "10" + (uuid "c43663ee-9a0d-4f27-a292-89ba89964065") + ) + (pin "8" + (uuid "c830e3bc-dc64-4f65-8f47-3b106bae2807") + ) + (pin "9" + (uuid "25d545dc-8f50-4573-922c-35ef5a2a3a19") + ) + (pin "11" + (uuid "1e8701fc-ad24-40ea-846a-e3db538d6077") + ) + (pin "12" + (uuid "d5641ac9-9be7-46bf-90b3-6c83d852b5ba") + ) + (pin "13" + (uuid "c25a772d-af9c-4ebc-96f6-0966738c13a8") + ) + (pin "14" + (uuid "8c514922-ffe1-4e37-a260-e807409f2e0d") + ) + (pin "7" + (uuid "40976bf0-19de-460f-ad64-224d4f51e16b") + ) + (instances + (project "demorgan" + (path "/10109f84-4940-47f8-8640-91f185ac9bc1" + (reference "U?") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/easyeda_3d_dl.kicad_pcb b/tests/board_samples/kicad_8/easyeda_3d_dl.kicad_pcb new file mode 100644 index 000000000..2d3b7cdac --- /dev/null +++ b/tests/board_samples/kicad_8/easyeda_3d_dl.kicad_pcb @@ -0,0 +1,413 @@ +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "EasyLight") + (date "2023-01-24") + (rev "1") + (company "MPC") + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "unconnected-(Q1-G-Pad1)") + (net 2 "unconnected-(Q1-S-Pad2)") + (net 3 "unconnected-(Q1-D-Pad3)") + (footprint "lcsc:SOT-23-3_L2.9-W1.3-P1.90-LS2.4-BR" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000063c333b0") + (at 58.15 56.83) + (property "Reference" "Q1" + (at -1 -2.22 0) + (layer "F.SilkS") + (uuid "9b33a85d-99c9-40d1-85ac-5c528167e0a8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AO3415_C181094" + (at 0 4.95 0) + (layer "F.Fab") + (hide yes) + (uuid "4daee9b0-6454-4943-a6b4-f35911bd1649") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "890c1337-193d-4354-96d8-b50e4289e38f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6ef33c6-425a-49d2-90c9-cb4a73c2f980") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "352fcca5-8db8-4f38-83b7-ff3b7b33bc3f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "JLC Part" "Extended Part" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2b77987d-e4be-4abf-b168-7f69188cda91") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "LCSC Part" "C181094" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "53d40460-15ff-4b1b-949b-be52cdfcdf94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Manufacturer" "Hottech(合科泰)" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0f374c65-36dd-4be6-b2cd-0bf439f3f098") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-000063c09959") + (sheetfile "easylight.kicad_sch") + (attr smd) + (fp_line + (start -0.73 -1.53) + (end -0.73 -0.49) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "198082e7-fd16-4bcc-a453-c362f6e32fda") + ) + (fp_line + (start -0.73 1.53) + (end -0.73 0.49) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "0547b963-26d0-46e3-a099-6a3042c9d95d") + ) + (fp_line + (start 0.73 -1.53) + (end -0.73 -1.53) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "059a3950-9606-41ae-99fc-7eb189da235d") + ) + (fp_line + (start 0.73 -0.46) + (end 0.73 0.46) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "371fe865-b99c-4662-bca3-ed0a60aea1b4") + ) + (fp_line + (start 0.73 1.53) + (end -0.73 1.53) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "4054a300-e79b-4b03-80bc-05482f7f30ff") + ) + (fp_circle + (center 1.46 1.1) + (end 1.56 1.1) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "6fc66e31-9797-4feb-8cbe-c9a9c477d9c1") + ) + (fp_circle + (center 1.2 1.45) + (end 1.23 1.45) + (stroke + (width 0.06) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "b1191b58-9204-473b-a209-dad92979664a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "62b9eb0f-a857-45bf-8853-be8680a14b05") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at 1 0.95) + (size 1.25 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "unconnected-(Q1-G-Pad1)") + (pinfunction "G") + (pintype "input") + (uuid "4c2e46ba-37cf-4ebf-902f-83c7e46a2e07") + ) + (pad "2" smd rect + (at 1 -0.95) + (size 1.25 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "unconnected-(Q1-S-Pad2)") + (pinfunction "S") + (pintype "passive") + (uuid "313209f6-d10e-4aae-a94a-76ff2c84b0dd") + ) + (pad "3" smd rect + (at -1 0) + (size 1.25 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "unconnected-(Q1-D-Pad3)") + (pinfunction "D") + (pintype "passive") + (uuid "e04686df-bd4f-4b7c-8835-06a4052cb0ea") + ) + (model "D:/Kreativ/PCB/KiCad/lcsc.3dshapes/SOT-23-3P_L2.9-W1.3-H1.0-LS2.4-P0.95.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 180) + ) + ) + ) + (gr_line + (start 88.265 83.185) + (end 38.1 83.185) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "1c8a1013-289a-4c2b-90ae-12de8f257089") + ) + (gr_line + (start 38.1 83.185) + (end 38.1 41.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "68af144e-d59e-4d96-9011-5b3de7fd6305") + ) + (gr_line + (start 88.265 41.91) + (end 88.265 83.185) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "a6d21407-bcba-4e0b-b016-3aa8e7575ce4") + ) + (gr_line + (start 38.1 41.91) + (end 88.265 41.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ffff2df2-d597-458d-bb58-70042220c9fa") + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "2b8cad3b-eb51-440c-8286-447d23f0fb69") + (pts + (xy 36.195 83.185) (xy 36.195 41.91) + ) + (height -2.539999) + (gr_text "41.2750 mm" + (at 32.505001 62.5475 90) + (layer "Dwgs.User") + (uuid "2b8cad3b-eb51-440c-8286-447d23f0fb69") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "ddf7b9bd-f528-47c4-a028-61cfdea46fde") + (pts + (xy 88.265 40.005) (xy 38.1 40.005) + ) + (height 2.54) + (gr_text "50.1650 mm" + (at 63.1825 36.315 0) + (layer "Dwgs.User") + (uuid "ddf7b9bd-f528-47c4-a028-61cfdea46fde") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.15) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/easyeda_3d_dl.kicad_pro b/tests/board_samples/kicad_8/easyeda_3d_dl.kicad_pro new file mode 100644 index 000000000..036e742be --- /dev/null +++ b/tests/board_samples/kicad_8/easyeda_3d_dl.kicad_pro @@ -0,0 +1,660 @@ +{ + "board": { + "3dviewports": [], + "design_settings": { + "defaults": { + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, + "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.05, + "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.1, + "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.1, + "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.0, + "height": 0.55, + "width": 1.0 + }, + "silk_line_width": 0.12, + "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": { + "45_degree_only": false, + "min_clearance": 0.508 + } + }, + "diff_pair_dimensions": [], + "drc_exclusions": [], + "meta": { + "filename": "board_design_settings.json", + "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_symbol_mismatch": "warning", + "footprint_type_mismatch": "error", + "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": "error", + "pth_inside_courtyard": "ignore", + "shorting_items": "error", + "silk_edge_clearance": "warning", + "silk_over_copper": "ignore", + "silk_overlap": "ignore", + "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", + "zone_has_empty_net": "error", + "zones_intersect": "error" + }, + "rule_severitieslegacy_courtyards_overlap": true, + "rule_severitieslegacy_no_courtyard_defined": false, + "rules": { + "allow_blind_buried_vias": false, + "allow_microvias": false, + "max_error": 0.005, + "min_clearance": 0.0, + "min_connection": 0.0, + "min_copper_edge_clearance": 0.05, + "min_hole_clearance": 0.25, + "min_hole_to_hole": 0.25, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, + "min_resolved_spokes": 2, + "min_silk_clearance": 0.0, + "min_text_height": 0.8, + "min_text_thickness": 0.08, + "min_through_hole_diameter": 0.3, + "min_track_width": 0.2, + "min_via_annular_width": 0.05, + "min_via_diameter": 0.4, + "solder_mask_to_copper_clearance": 0.0, + "use_height_for_length_calcs": true + }, + "teardrop_options": [ + { + "td_onpadsmd": true, + "td_onroundshapesonly": false, + "td_ontrackend": false, + "td_onviapad": true + } + ], + "teardrop_parameters": [ + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_round_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_rect_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_track_end", + "td_width_to_size_filter_ratio": 0.9 + } + ], + "track_widths": [ + 0.0, + 0.2, + 0.25, + 0.5, + 1.0 + ], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, + "via_dimensions": [], + "zones_allow_external_fillets": false, + "zones_use_no_outline": true + }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, + "layer_presets": [], + "viewports": [] + }, + "boards": [], + "cvpcb": { + "equivalence_files": [] + }, + "erc": { + "erc_exclusions": [], + "meta": { + "version": 0 + }, + "pin_map": [ + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 0, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 2 + ], + [ + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 1, + 2, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 2, + 0, + 0, + 0, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 0, + 0, + 2, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 1, + 0, + 0, + 0, + 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": "error", + "power_pin_not_driven": "error", + "similar_labels": "warning", + "simulation_model_issue": "ignore", + "unannotated": "error", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, + "libraries": { + "pinned_footprint_libs": [], + "pinned_symbol_libs": [ + "easylight-rescue", + "LCSC", + "ModischFabrications" + ] + }, + "meta": { + "filename": "easyeda_3d_dl.kicad_pro", + "version": 1 + }, + "net_settings": { + "classes": [ + { + "bus_width": 12, + "clearance": 0.3, + "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.5, + "via_diameter": 0.8, + "via_drill": 0.4, + "wire_width": 6 + }, + { + "bus_width": 12, + "clearance": 0.5, + "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": "PWR", + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgba(0, 0, 0, 0.000)", + "track_width": 1.0, + "via_diameter": 0.8, + "via_drill": 0.4, + "wire_width": 6 + } + ], + "meta": { + "version": 3 + }, + "net_colors": null, + "netclass_assignments": null, + "netclass_patterns": [ + { + "netclass": "PWR", + "pattern": "+BATT" + }, + { + "netclass": "PWR", + "pattern": "-BATT" + }, + { + "netclass": "PWR", + "pattern": "GND" + }, + { + "netclass": "PWR", + "pattern": "Net-(D1-Pad1)" + }, + { + "netclass": "PWR", + "pattern": "Net-(D3-Pad1)" + }, + { + "netclass": "PWR", + "pattern": "Net-(F1-Pad2)" + }, + { + "netclass": "PWR", + "pattern": "VBUS" + }, + { + "netclass": "PWR", + "pattern": "VCC" + } + ] + }, + "pcbnew": { + "last_paths": { + "gencad": "", + "idf": "", + "netlist": "", + "plot": "", + "pos_files": "", + "specctra_dsn": "", + "step": "", + "svg": "", + "vrml": "" + }, + "page_layout_descr_file": "" + }, + "schematic": { + "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.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.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, + "pin_symbol_size": 0.0, + "text_offset_ratio": 0.08 + }, + "legacy_lib_dir": "", + "legacy_lib_list": [], + "meta": { + "version": 1 + }, + "net_format_name": "Pcbnew", + "ngspice": { + "fix_include_paths": true, + "fix_passive_vals": false, + "meta": { + "version": 0 + }, + "model_mode": 0, + "workbook_filename": "" + }, + "page_layout_descr_file": "", + "plot_directory": "", + "spice_adjust_passive_values": false, + "spice_current_sheet_as_root": false, + "spice_external_command": "spice \"%I\"", + "spice_model_current_sheet_as_root": true, + "spice_save_all_currents": false, + "spice_save_all_dissipations": false, + "spice_save_all_voltages": false, + "subpart_first_id": 65, + "subpart_id_separator": 0 + }, + "sheets": [ + [ + "06adfcc7-e1a0-45c8-b403-32192dec7627", + "Root" + ] + ], + "text_variables": {} +} diff --git a/tests/board_samples/kicad_8/easyeda_3d_dl.kicad_sch b/tests/board_samples/kicad_8/easyeda_3d_dl.kicad_sch new file mode 100644 index 000000000..1e6915ce1 --- /dev/null +++ b/tests/board_samples/kicad_8/easyeda_3d_dl.kicad_sch @@ -0,0 +1,785 @@ +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "06adfcc7-e1a0-45c8-b403-32192dec7627") + (paper "A4") + (title_block + (title "EasyLight") + (date "2023-01-24") + (rev "1") + (company "MPC") + ) + (lib_symbols + (symbol "LCSC:AO3415_C181094-LCSC" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 0 10.16 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "AO3415_C181094-LCSC" + (at 0 -10.16 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "lcsc:SOT-23-3_L2.9-W1.3-P1.90-LS2.4-BR" + (at 0 -12.7 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://lcsc.com/product-detail/MOSFET_AO3415_C181094.html" + (at 0 -15.24 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Hottech(合科泰)" + (at 0 0 0) + (effects + (font + (size 0.0254 0.0254) + ) + (hide yes) + ) + ) + (property "LCSC Part" "C181094" + (at 0 0 0) + (effects + (font + (size 0.0254 0.0254) + ) + (hide yes) + ) + ) + (property "JLC Part" "Extended Part" + (at 0 0 0) + (effects + (font + (size 0.0254 0.0254) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "AO3415_C181094-LCSC_1_1" + (circle + (center -2.54 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 -2.54) (xy 3.302 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 -1.778) (xy 3.302 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 -1.778) (xy 5.08 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 0) (xy 3.302 -0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 0.508) (xy 3.302 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 1.778) (xy 3.302 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 2.54) (xy 3.302 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.556 0) (xy 3.302 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 4.064 -0.254) (xy 4.826 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 4.064 0.254) (xy 4.064 -0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 4.064 0.254) (xy 4.572 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 4.826 0) (xy 3.302 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 4.826 0) (xy 4.064 0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 -1.778) (xy 5.08 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 0) (xy 4.064 -0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 0) (xy 4.064 0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 0) (xy 5.08 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 2.54) (xy 5.08 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.096 -0.508) (xy 6.604 -0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.096 0.508) (xy 6.35 0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.35 0.254) (xy 6.604 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.35 0.508) (xy 6.604 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.35 0.508) (xy 6.858 0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.604 -1.778) (xy 5.08 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.604 -1.778) (xy 6.604 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.604 -0.508) (xy 6.096 0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.604 -0.508) (xy 7.112 -0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.604 0) (xy 6.604 -0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.604 0) (xy 6.858 0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.604 0) (xy 6.858 0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.604 0.254) (xy 6.604 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 6.858 0.508) (xy 7.112 0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.112 0.508) (xy 6.604 -0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 -4.318) (xy 0 -4.064) (xy 0 -2.54) (xy -0.254 -2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 -2.286) (xy 0.508 -2.54) (xy 0.508 -4.064) (xy 0.762 -4.318) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 1.778) (xy 6.604 1.778) (xy 6.604 1.778) (xy 6.604 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 -3.302) (xy -2.54 -3.302) (xy -2.54 0) (xy 2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.016 -2.286) (xy -1.016 -4.318) (xy 0 -3.302) (xy -1.016 -2.286) (xy -1.016 -2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 1.524 -4.318) (xy 1.524 -2.286) (xy 0.508 -3.302) (xy 1.524 -4.318) (xy 1.524 -4.318) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center 5.08 -3.302) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 5.08 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 5.08 1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (pin input line + (at -5.08 0 0) + (length 2.54) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -5.08 90) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 5.08 270) + (length 2.54) + (name "D" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (symbol + (lib_id "LCSC:AO3415_C181094-LCSC") + (at 139.7 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000063c09959") + (property "Reference" "Q1" + (at 147.5232 88.8238 0) + (effects + (font + (size 1.524 1.524) + ) + (justify left) + ) + ) + (property "Value" "AO3415_C181094" + (at 147.5232 91.5162 0) + (effects + (font + (size 1.524 1.524) + ) + (justify left) + ) + ) + (property "Footprint" "lcsc:SOT-23-3_L2.9-W1.3-P1.90-LS2.4-BR" + (at 139.7 102.87 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://lcsc.com/product-detail/MOSFET_AO3415_C181094.html" + (at 139.7 105.41 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 139.7 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Hottech(合科泰)" + (at 139.7 90.17 0) + (effects + (font + (size 0.0254 0.0254) + ) + (hide yes) + ) + ) + (property "LCSC Part" "C181094" + (at 139.7 90.17 0) + (effects + (font + (size 0.0254 0.0254) + ) + (hide yes) + ) + ) + (property "JLC Part" "Extended Part" + (at 139.7 90.17 0) + (effects + (font + (size 0.0254 0.0254) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fa968abd-33ee-4031-b96c-44f9c0682db3") + ) + (pin "2" + (uuid "986f7d31-c5e1-492f-88d2-2e4e42182a78") + ) + (pin "3" + (uuid "12a986ee-f2a2-467e-bac2-62e16b5dd2aa") + ) + (instances + (project "easyeda_3d_dl" + (path "/06adfcc7-e1a0-45c8-b403-32192dec7627" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/erc_warning/logic.kicad_sch b/tests/board_samples/kicad_8/erc_warning/logic.kicad_sch index 6bfe8b8cc..353eafd94 100644 --- a/tests/board_samples/kicad_8/erc_warning/logic.kicad_sch +++ b/tests/board_samples/kicad_8/erc_warning/logic.kicad_sch @@ -1,1282 +1,3312 @@ -(kicad_sch (version 20230409) (generator eeschema) - - (uuid 2e642b3e-a476-4c54-9a52-dcea955640cd) - - (paper "A4") - - (lib_symbols - (symbol "74xGxx:74AHC1G126" (in_bom yes) (on_board yes) - (property "Reference" "U" (at -2.54 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74AHC1G126" (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" "http://www.ti.com/lit/sg/scyt129e/scyt129e.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "Single Gate Buff Tri-State LVC CMOS" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Single Buffer Gate Tri-State, Low-Voltage CMOS" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOT* SG-*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "74AHC1G126_0_1" - (polyline - (pts - (xy -7.62 6.35) - (xy -7.62 -6.35) - (xy 5.08 0) - (xy -7.62 6.35) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "74AHC1G126_1_1" - (pin input line (at 0 10.16 270) (length 7.62) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -15.24 0 0) (length 7.62) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -5.08 -10.16 90) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin tri_state line (at 12.7 0 180) (length 7.62) - (name "~" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -5.08 10.16 270) (length 5.08) - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "74xx:74LS04" (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 0 -1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "TTL not inv" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Hex Inverter" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "DIP*W7.62mm* SSOP?14* TSSOP?14*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "74LS04_1_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_2_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_3_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_4_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_5_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_6_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_7_0" - (pin power_in line (at 0 12.7 270) (length 5.08) - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -12.7 90) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_7_1" - (rectangle (start -5.08 7.62) (end 5.08 -7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - ) - (symbol "fail-project-rescue:C-passive" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0 1.27 0) - (effects (font (size 1.016 1.016))) - ) - (property "Value" "C-passive" (at 0 -1.27 0) - (effects (font (size 1.016 1.016))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (symbol "C-passive_0_1" - (polyline - (pts - (xy -0.635 0) - (xy -1.27 0) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.635 0) - (xy -0.381 0) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.254 0.381) - (xy -0.254 -0.381) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.254 0.381) - (xy 0.254 -0.381) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 0) - (xy 0.254 0) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.635 0) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - ) - (symbol "C-passive_1_1" - (pin passive line (at -1.27 0 0) (length 0) - (name "1" (effects (font (size 0.635 0.635)))) - (number "1" (effects (font (size 0.635 0.635)))) - ) - (pin passive line (at 1.27 0 0) (length 0) - (name "2" (effects (font (size 0.635 0.635)))) - (number "2" (effects (font (size 0.635 0.635)))) - ) - ) - ) - (symbol "fail-project-rescue:R-passive" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 0 1.27 0) - (effects (font (size 1.016 1.016))) - ) - (property "Value" "R-passive" (at 0 -1.27 0) - (effects (font (size 1.016 1.016))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (symbol "R-passive_0_1" - (polyline - (pts - (xy -0.635 0) - (xy -1.27 0) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.635 0) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (rectangle (start 0.635 0.254) (end -0.635 -0.254) - (stroke (width 0) (type solid)) - (fill (type background)) - ) - ) - (symbol "R-passive_1_1" - (pin passive line (at -1.27 0 0) (length 0) - (name "1" (effects (font (size 0.635 0.635)))) - (number "1" (effects (font (size 0.635 0.635)))) - ) - (pin passive line (at 1.27 0 0) (length 0) - (name "2" (effects (font (size 0.635 0.635)))) - (number "2" (effects (font (size 0.635 0.635)))) - ) - ) - ) - (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)))) - ) - ) - ) - ) - - - (junction (at 107.95 63.5) (diameter 0) (color 0 0 0 0) - (uuid 6999032a-e2ec-42e6-95c1-710059913fa1) - ) - (junction (at 149.86 33.02) (diameter 0) (color 0 0 0 0) - (uuid 6f8d81cf-6ff6-43b9-ace4-d11a7610b5c6) - ) - - (no_connect (at 167.64 58.42) (uuid 1b2c26a0-f00c-459c-82cc-dde64168b9a8)) - (no_connect (at 171.45 82.55) (uuid 284c2c83-f2e0-4a6f-8d35-4fcab007a61c)) - (no_connect (at 168.91 82.55) (uuid 49470b8c-5d20-424c-8f6e-7b17258e96f1)) - (no_connect (at 171.45 58.42) (uuid 6f4ab8ff-7f76-41b6-9e49-da9ef787e456)) - (no_connect (at 214.63 80.01) (uuid 7f5032ab-8834-4d1f-ac02-1a5839574cbc)) - (no_connect (at 214.63 95.25) (uuid 8c3b776f-7c6c-4ef4-ba70-29419e9e807b)) - - (wire (pts (xy 229.87 58.42) (xy 232.41 58.42)) - (stroke (width 0) (type default)) - (uuid 0bfb45c1-6464-4744-b5e5-07e394899e44) - ) - (wire (pts (xy 248.92 58.42) (xy 248.92 60.96)) - (stroke (width 0) (type solid)) - (uuid 0ff508fd-18da-4ab7-9844-3c8a28c2587e) - ) - (wire (pts (xy 200.66 58.42) (xy 200.66 60.96)) - (stroke (width 0) (type default)) - (uuid 1017d9e8-ec77-40be-a920-4d14beffdbeb) - ) - (wire (pts (xy 231.14 80.01) (xy 231.14 82.55)) - (stroke (width 0) (type solid)) - (uuid 16ffc453-3023-4920-8abc-0940ff4eaf51) - ) - (wire (pts (xy 247.65 58.42) (xy 248.92 58.42)) - (stroke (width 0) (type solid)) - (uuid 1f3003e6-dce5-420f-906b-3f1e92b67249) - ) - (wire (pts (xy 229.87 95.25) (xy 231.14 95.25)) - (stroke (width 0) (type solid)) - (uuid 2e886c7b-d397-4a2c-872a-6072332a7cae) - ) - (wire (pts (xy 107.95 63.5) (xy 107.95 66.04)) - (stroke (width 0) (type default)) - (uuid 3663ee2d-1cb4-4e44-a4b8-96973f834662) - ) - (wire (pts (xy 102.87 63.5) (xy 107.95 63.5)) - (stroke (width 0) (type solid)) - (uuid 40165eda-4ba6-4565-9bb4-b9df6dbb08da) - ) - (wire (pts (xy 187.96 58.42) (xy 187.96 60.96)) - (stroke (width 0) (type solid)) - (uuid 40976bf0-19de-460f-ad64-224d4f51e16b) - ) - (wire (pts (xy 118.11 63.5) (xy 118.11 64.77)) - (stroke (width 0) (type solid)) - (uuid 4780a290-d25c-4459-9579-eba3f7678762) - ) - (wire (pts (xy 107.95 63.5) (xy 111.76 63.5)) - (stroke (width 0) (type solid)) - (uuid 6093c683-6391-48e5-89ac-05c8305ce9c7) - ) - (wire (pts (xy 149.86 33.02) (xy 149.86 48.26)) - (stroke (width 0) (type default)) - (uuid 63e32930-d4e7-4958-814a-17d5430d7e82) - ) - (wire (pts (xy 114.3 63.5) (xy 118.11 63.5)) - (stroke (width 0) (type solid)) - (uuid 7e023245-2c2b-4e2b-bfb9-5d35176e88f2) - ) - (wire (pts (xy 138.43 58.42) (xy 138.43 60.96)) - (stroke (width 0) (type default)) - (uuid 86ab1781-6ff6-474e-8d89-c8c05506607d) - ) - (wire (pts (xy 186.69 82.55) (xy 187.96 82.55)) - (stroke (width 0) (type solid)) - (uuid 8c514922-ffe1-4e37-a260-e807409f2e0d) - ) - (wire (pts (xy 149.86 33.02) (xy 107.95 33.02)) - (stroke (width 0) (type default)) - (uuid 90d25e02-ee93-4d74-8ac8-639fc343146e) - ) - (wire (pts (xy 139.7 58.42) (xy 138.43 58.42)) - (stroke (width 0) (type default)) - (uuid 9a487e35-82c9-45f1-845e-50e1ca4c5d6a) - ) - (wire (pts (xy 201.93 58.42) (xy 200.66 58.42)) - (stroke (width 0) (type default)) - (uuid 9a90d73c-4af5-424e-9d54-49d732befd73) - ) - (wire (pts (xy 217.17 48.26) (xy 217.17 43.18)) - (stroke (width 0) (type default)) - (uuid aacc9a5e-cc26-4f6b-bc3f-f9c70ffd9237) - ) - (wire (pts (xy 231.14 95.25) (xy 231.14 97.79)) - (stroke (width 0) (type solid)) - (uuid ab3dbc0d-1fa3-4d60-b199-49d8b004b069) - ) - (wire (pts (xy 153.67 82.55) (xy 152.4 82.55)) - (stroke (width 0) (type solid)) - (uuid aca4de92-9c41-4c2b-9afa-540d02dafa1c) - ) - (wire (pts (xy 107.95 91.44) (xy 107.95 93.98)) - (stroke (width 0) (type solid)) - (uuid ae12f776-5601-4058-9e1a-7cc80b0ee340) - ) - (wire (pts (xy 186.69 58.42) (xy 187.96 58.42)) - (stroke (width 0) (type solid)) - (uuid c25a772d-af9c-4ebc-96f6-0966738c13a8) - ) - (wire (pts (xy 154.94 45.72) (xy 154.94 48.26)) - (stroke (width 0) (type solid)) - (uuid c329a893-c589-402f-81a1-ddaceb50b11e) - ) - (wire (pts (xy 158.75 45.72) (xy 154.94 45.72)) - (stroke (width 0) (type solid)) - (uuid c43663ee-9a0d-4f27-a292-89ba89964065) - ) - (wire (pts (xy 212.09 48.26) (xy 212.09 33.02)) - (stroke (width 0) (type default)) - (uuid c87f70d3-f708-4de1-aad8-2fafec8de9d3) - ) - (wire (pts (xy 219.71 43.18) (xy 217.17 43.18)) - (stroke (width 0) (type default)) - (uuid c8aeac80-49a6-4afa-99df-45607ca424dd) - ) - (wire (pts (xy 212.09 33.02) (xy 149.86 33.02)) - (stroke (width 0) (type default)) - (uuid d2352e47-a6ea-44ca-8c16-975503250426) - ) - (wire (pts (xy 219.71 43.18) (xy 219.71 44.45)) - (stroke (width 0) (type default)) - (uuid d3771ef2-1fc9-4c47-a2d4-a343e0c29438) - ) - (wire (pts (xy 107.95 33.02) (xy 107.95 63.5)) - (stroke (width 0) (type default)) - (uuid df25ef79-3439-491a-8ce2-30b309ee3ad2) - ) - (wire (pts (xy 118.11 67.31) (xy 118.11 68.58)) - (stroke (width 0) (type solid)) - (uuid df68c26a-03b5-4466-aecf-ba34b7dce6b7) - ) - (wire (pts (xy 187.96 82.55) (xy 187.96 85.09)) - (stroke (width 0) (type solid)) - (uuid e21aa84b-970e-47cf-b64f-3b55ee0e1b51) - ) - (wire (pts (xy 229.87 80.01) (xy 231.14 80.01)) - (stroke (width 0) (type solid)) - (uuid e7b265aa-5504-453f-8a3d-154364edc075) - ) - (wire (pts (xy 152.4 82.55) (xy 152.4 85.09)) - (stroke (width 0) (type solid)) - (uuid e8c50f1b-c316-4110-9cce-5c24c65a1eaa) - ) - - (text "Tri-state connected to output\nWarning?" (exclude_from_sim no) - (at 224.79 49.53 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 378af8b4-af3d-46e7-89ae-deff12ca9067) - ) - (text "Output to Output: ERC error" (exclude_from_sim no) - (at 156.21 90.17 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid a27eb049-c992-4f11-a026-1e6a8d9d0160) - ) - - (hierarchical_label "VCC" (shape input) (at 102.87 63.5 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 13c0ff76-ed71-4cd9-abb0-92c376825d5d) - ) - - (symbol (lib_id "fail-project-rescue:R-passive") (at 113.03 63.5 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca75c86) - (property "Reference" "R1" (at 112.8268 59.4868 0) - (effects (font (size 1.016 1.016))) - ) - (property "Value" "R" (at 112.8268 61.4172 0) - (effects (font (size 1.016 1.016))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 113.03 63.5 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 113.03 63.5 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid e0fc41f9-5fb5-4458-bf87-4b4927df4831)) - (pin "2" (uuid 2bcabf72-c66b-43d7-9e56-7d734f5652eb)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "fail-project-rescue:C-passive") (at 118.11 66.04 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca76352) - (property "Reference" "C2" (at 119.2276 64.8716 90) - (effects (font (size 1.016 1.016)) (justify left)) - ) - (property "Value" "C" (at 119.2276 66.802 90) - (effects (font (size 1.016 1.016)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (at 118.11 66.04 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 118.11 66.04 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid cfe4f654-b2c3-4cd5-adc6-43cd1285a48a)) - (pin "2" (uuid 3d5eec9e-c3d1-4389-8d92-eef0bd9a1bb3)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 118.11 68.58 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca77789) - (property "Reference" "#PWR03" (at 118.11 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 118.237 72.9742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 118.11 68.58 0) - (effects (font (size 1.27 1.27))) - ) - (property "Datasheet" "" (at 118.11 68.58 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid 721d1be9-236e-470b-ba69-f1cc6c43faf9)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 161.29 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ead683a) - (property "Reference" "U1" (at 161.29 74.4982 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 161.29 76.8096 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 161.29 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 161.29 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dc2801a1-d539-4721-b31f-fe196b9f13df)) - (pin "2" (uuid 970e0f64-111f-41e3-9f5a-fb0d0f6fa101)) - (pin "3" (uuid f8e49346-3362-4f40-b0fc-81ee26ac5353)) - (pin "4" (uuid 1ac4eb77-27b7-42f6-81cc-e575ac721dbb)) - (pin "5" (uuid e921ec3c-5712-4675-b732-14b777f57bf3)) - (pin "6" (uuid 909499ee-5c19-4457-b8fc-3db7beaff643)) - (pin "8" (uuid 21472811-45d3-4609-a2bd-1a862eaf7706)) - (pin "9" (uuid 1e29b74c-5b74-4f17-b404-cdf031eed4e6)) - (pin "10" (uuid 04997719-4dfa-4509-b99d-57697b0cf6cb)) - (pin "11" (uuid 9be2ab3e-01f8-4842-85a7-42a605bc5413)) - (pin "12" (uuid 15c3924b-b7d3-4bc2-a022-afa700885e8c)) - (pin "13" (uuid 59606bda-2449-4e99-9cc0-b926567aaf07)) - (pin "14" (uuid 83453a5e-3726-4452-9b84-5c7e45f0a62b)) - (pin "7" (uuid cd851356-4696-405d-917a-029f087baf4d)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 179.07 82.55 180) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ead766b) - (property "Reference" "U1" (at 179.07 74.4982 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 179.07 76.8096 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 179.07 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 179.07 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1dd6d85c-6dd0-4898-bbad-67848d8fed26)) - (pin "2" (uuid ec9398d6-6a2f-4812-afb3-7c93d571ec2d)) - (pin "3" (uuid f6c644f4-3036-41a6-9e14-2c08c079c6cd)) - (pin "4" (uuid 0cc45b5b-96b3-4284-9cae-a3a9e324a916)) - (pin "5" (uuid 0590305b-363e-4b0d-b25d-910596e918cc)) - (pin "6" (uuid 2b7ba329-b03e-4ca5-8e89-0e1dfed07b62)) - (pin "8" (uuid bb3f780a-9cf3-4922-b0a7-10e6564cf518)) - (pin "9" (uuid d1ae85d8-5fa1-40a5-84bc-611ae0efa2ff)) - (pin "10" (uuid 0ae188b7-71fb-4d71-a601-80157610d54e)) - (pin "11" (uuid a02f29ae-1a04-437d-a785-d527f11d6936)) - (pin "12" (uuid 143e1b55-ed1c-47d5-a542-d642a73e8dc8)) - (pin "13" (uuid 44fefb91-9ef8-4d8f-86a7-e50b73ccc005)) - (pin "14" (uuid ce4fda94-475e-4535-81b9-eca7d8eadbe2)) - (pin "7" (uuid f9dc7ca9-eb92-4be6-963f-9fadd5dca387)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "U1") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 187.96 85.09 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ead892d) - (property "Reference" "#PWR05" (at 187.96 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 188.087 89.4842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 187.96 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 187.96 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 152.4 85.09 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ead967d) - (property "Reference" "#PWR04" (at 152.4 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 152.527 89.4842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 152.4 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 152.4 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 22999e73-da32-43a5-9163-4b3a41614f25)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 107.95 93.98 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 16c7f284-2b10-439a-a5a8-96500b546572) - (property "Reference" "#PWR011" (at 107.95 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 108.077 98.3742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 107.95 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 107.95 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7261920e-b9ad-472d-a770-759f2ebd8363)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR011") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 138.43 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 2709dad1-5eb9-460e-90f1-0438844315e3) - (property "Reference" "#PWR0101" (at 138.43 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 138.557 65.3542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 138.43 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 138.43 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bbd5164b-cf53-432a-abc1-db592068535c)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 149.86 68.58 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 3bba664e-50ee-4e28-bf6b-580df2571722) - (property "Reference" "#PWR012" (at 149.86 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 149.987 72.9742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 149.86 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 149.86 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 75ce3df1-080d-4a33-b2ab-60ddf28e89e5)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 200.66 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 4876e42b-a4f8-409b-a842-d78426f93102) - (property "Reference" "#PWR06" (at 200.66 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 200.787 65.3542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 200.66 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 200.66 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR06") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xGxx:74AHC1G126") (at 154.94 58.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 7959b162-7bf9-4339-87f4-83cfe8902206) - (property "Reference" "U2" (at 154.305 62.8714 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74AHC1G126" (at 158.75 64.77 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 154.94 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/sg/scyt129e/scyt129e.pdf" (at 154.94 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e90292bd-9682-43dd-9fc2-5bd328e084d5)) - (pin "2" (uuid 1e0ce868-3007-4681-bb5f-2b985ed1f350)) - (pin "3" (uuid 178d6ec9-d73e-4c8d-8fa1-827ed72bad49)) - (pin "4" (uuid cf716fc3-ae20-4999-8bad-622893edf88c)) - (pin "5" (uuid da56ad79-c80b-4ba2-80a5-32d9a023677e)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 212.09 68.58 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 7c53f585-6ec8-4b4d-94ce-76798ec5fbe6) - (property "Reference" "#PWR013" (at 212.09 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 212.217 72.9742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 212.09 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 212.09 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bb4b4328-f4a3-4a0b-86f5-3237f3aecd49)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR013") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 158.75 45.72 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 8504b81b-54aa-42c2-b5da-3aa90998406b) - (property "Reference" "#PWR0103" (at 158.75 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 158.877 50.1142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 158.75 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 158.75 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid afa6f936-886e-4b07-97c9-13f170bedaa6)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR0103") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 222.25 80.01 180) (unit 5) - (in_bom yes) (on_board yes) (dnp no) - (uuid 912cb692-df98-445e-8f7d-dff002f9aba7) - (property "Reference" "U1" (at 222.25 71.9582 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 222.25 74.2696 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 222.25 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 222.25 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0df17d68-7def-48c9-914c-b5251629f4c1)) - (pin "2" (uuid a717bb5a-f3dc-4486-8b44-787f1d0ef4b1)) - (pin "3" (uuid 3ab8e3b8-82ba-4c81-9410-b7bd19fb4b77)) - (pin "4" (uuid fd438c2b-0ca2-43de-be60-a33cf031fce3)) - (pin "5" (uuid bd1d02d3-7b5d-45a5-a50d-f7984a0b47a2)) - (pin "6" (uuid 16ba747e-0b72-4cec-b149-0955f38b1e8b)) - (pin "8" (uuid ebe1bd68-7001-4823-83ab-33ee2ab4d31d)) - (pin "9" (uuid 0f0eb1fd-8ec4-4335-9ca0-580441fb2454)) - (pin "10" (uuid c253a22c-a5a8-4743-8c94-c9b35fc37f17)) - (pin "11" (uuid 1bf4504b-5431-4c44-822f-b790d7434d73)) - (pin "12" (uuid 0cbd53ea-bc25-49a7-b18a-cee491f822fb)) - (pin "13" (uuid 172fc0c8-22c5-4308-82f6-ec825ebca719)) - (pin "14" (uuid f595a441-99ea-4eee-be6d-cbf8bcdf07c9)) - (pin "7" (uuid f7135f6a-69ff-4638-b49a-570a01b7a015)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "U1") (unit 5) - ) - ) - ) - ) - - (symbol (lib_id "74xGxx:74AHC1G126") (at 217.17 58.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 9bd61bef-1674-427b-8157-adb8f874be70) - (property "Reference" "U4" (at 216.535 62.8714 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74AHC1G126" (at 216.535 65.1701 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 217.17 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/sg/scyt129e/scyt129e.pdf" (at 217.17 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d2d7bea6-0c22-495f-8666-323b30e03150)) - (pin "2" (uuid 0f324b67-75ef-407f-8dbc-3c1fc5c2abba)) - (pin "3" (uuid 1c68b844-c861-46b7-b734-0242168a4220)) - (pin "4" (uuid 4b03e854-02fe-44cc-bece-f8268b7cae54)) - (pin "5" (uuid b5071759-a4d7-4769-be02-251f23cd4454)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "U4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 231.14 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid a2c004a6-861b-4db9-8fcd-6dec7cfd9b02) - (property "Reference" "#PWR09" (at 231.14 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 231.267 86.9442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 231.14 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 231.14 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid afab8ae9-304c-47d6-a03e-ffca3931e03b)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR09") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 179.07 58.42 180) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid a4a5dc51-4b05-4b9f-80fd-ce47b381d9f5) - (property "Reference" "U1" (at 179.07 50.3682 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 179.07 52.6796 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 179.07 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 179.07 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e6309776-46f2-4d8a-a9a5-6ffb737e7697)) - (pin "2" (uuid 2c6fefb5-74f3-4863-b92b-bbb8b75227b8)) - (pin "3" (uuid cb3231c5-82e6-4a1b-a64f-c6dea5462732)) - (pin "4" (uuid 9e058ec2-6f23-4e3f-8057-0bd20e2df5e4)) - (pin "5" (uuid c106154f-d948-43e5-abfa-e1b96055d91b)) - (pin "6" (uuid c24d6ac8-802d-4df3-a210-9cb1f693e865)) - (pin "8" (uuid 80ab43c5-0fd7-42e9-bc3b-8b9d3706526b)) - (pin "9" (uuid 73180b3e-87c7-48d3-b4f7-744e23217021)) - (pin "10" (uuid 50fac96d-6cfd-4697-be04-6a8156eac8ed)) - (pin "11" (uuid ccae5081-a217-4452-b68a-0383da1230a7)) - (pin "12" (uuid 7b878586-7326-4f48-a301-7479e2b74585)) - (pin "13" (uuid 5085b206-209a-4227-9ddd-8330928dec09)) - (pin "14" (uuid a0f016f4-07ca-4c15-87f2-6298052f353a)) - (pin "7" (uuid 4967f85c-1438-4701-9a14-c9771415bd41)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "U1") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 219.71 44.45 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid bc973790-2a00-4fa8-9f08-a2ab2bb7ebd2) - (property "Reference" "#PWR07" (at 219.71 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 219.837 48.8442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 219.71 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 219.71 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR07") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 107.95 78.74 180) (unit 7) - (in_bom yes) (on_board yes) (dnp no) - (uuid c9dbf4f2-a5c0-4362-a1b5-090b86109be4) - (property "Reference" "U1" (at 107.95 70.6882 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 107.95 72.9996 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 107.95 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 107.95 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3dd31770-0ef4-4176-bfe6-74b3009bafcc)) - (pin "2" (uuid 2a1b2c65-32ba-4d44-af46-580e2418f56f)) - (pin "3" (uuid 3b485f0f-9136-4909-a4c6-d0172478c0c8)) - (pin "4" (uuid f8aeab32-3d15-4e0d-a8f3-cb1d53062f01)) - (pin "5" (uuid 039a26ee-38b1-4dda-a579-60aa25f125c6)) - (pin "6" (uuid c0c39e78-addb-4125-9675-4657789e5740)) - (pin "8" (uuid 80a72705-94bd-4bec-8bbf-b827b0c6ef29)) - (pin "9" (uuid e10c8611-6c7c-49a2-8278-f68e7bb9aa20)) - (pin "10" (uuid e10f0637-ee87-4ae1-99e1-9001cef65358)) - (pin "11" (uuid e6969969-a4d5-43bb-b4bc-0eb3e6f27d02)) - (pin "12" (uuid 9bdb1dac-f410-4052-a9f9-dc27d25adab4)) - (pin "13" (uuid d409739f-02c8-4acb-8f17-364f4c6916b3)) - (pin "14" (uuid c423b769-714e-45f0-bb42-b103823e2ee5)) - (pin "7" (uuid 502440ba-f718-462b-9a7b-2149b525cf7f)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "U1") (unit 7) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 222.25 95.25 180) (unit 6) - (in_bom yes) (on_board yes) (dnp no) - (uuid cdf8f05a-748e-45cc-a151-91e4b8867f0f) - (property "Reference" "U1" (at 222.25 87.1982 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 222.25 89.5096 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 222.25 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 222.25 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0df17d68-7def-48c9-914c-b5251629f4c3)) - (pin "2" (uuid a717bb5a-f3dc-4486-8b44-787f1d0ef4b3)) - (pin "3" (uuid 3ab8e3b8-82ba-4c81-9410-b7bd19fb4b79)) - (pin "4" (uuid fd438c2b-0ca2-43de-be60-a33cf031fce5)) - (pin "5" (uuid bd1d02d3-7b5d-45a5-a50d-f7984a0b47a4)) - (pin "6" (uuid 16ba747e-0b72-4cec-b149-0955f38b1e8d)) - (pin "8" (uuid ebe1bd68-7001-4823-83ab-33ee2ab4d31f)) - (pin "9" (uuid 0f0eb1fd-8ec4-4335-9ca0-580441fb2456)) - (pin "10" (uuid a352474b-9056-4bd3-9f18-9b4c7a005902)) - (pin "11" (uuid e8770305-9926-4b08-a25d-3c8bb2db52c8)) - (pin "12" (uuid 0cbd53ea-bc25-49a7-b18a-cee491f822fc)) - (pin "13" (uuid 172fc0c8-22c5-4308-82f6-ec825ebca71a)) - (pin "14" (uuid f595a441-99ea-4eee-be6d-cbf8bcdf07cb)) - (pin "7" (uuid f7135f6a-69ff-4638-b49a-570a01b7a017)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "U1") (unit 6) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 231.14 97.79 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid ce490224-4cf6-4f50-9a4e-3f9359144e1f) - (property "Reference" "#PWR010" (at 231.14 104.14 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 231.267 102.1842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 231.14 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 231.14 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cfd4cad2-2714-4675-a07c-f40608f9cd0b)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR010") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 240.03 58.42 180) (unit 4) - (in_bom yes) (on_board yes) (dnp no) - (uuid d5ecec5a-6b26-4537-8532-9179e8f36ff2) - (property "Reference" "U1" (at 240.03 50.3682 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 240.03 52.6796 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 240.03 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 240.03 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0df17d68-7def-48c9-914c-b5251629f4c4)) - (pin "2" (uuid a717bb5a-f3dc-4486-8b44-787f1d0ef4b4)) - (pin "3" (uuid 3ab8e3b8-82ba-4c81-9410-b7bd19fb4b7a)) - (pin "4" (uuid fd438c2b-0ca2-43de-be60-a33cf031fce6)) - (pin "5" (uuid bd1d02d3-7b5d-45a5-a50d-f7984a0b47a5)) - (pin "6" (uuid 16ba747e-0b72-4cec-b149-0955f38b1e8e)) - (pin "8" (uuid 088f77ba-fca9-42b3-876e-a6937267f957)) - (pin "9" (uuid 71989e06-8659-4605-b2da-4f729cc41263)) - (pin "10" (uuid c253a22c-a5a8-4743-8c94-c9b35fc37f18)) - (pin "11" (uuid 1bf4504b-5431-4c44-822f-b790d7434d74)) - (pin "12" (uuid 0cbd53ea-bc25-49a7-b18a-cee491f822fd)) - (pin "13" (uuid 172fc0c8-22c5-4308-82f6-ec825ebca71b)) - (pin "14" (uuid f595a441-99ea-4eee-be6d-cbf8bcdf07cc)) - (pin "7" (uuid f7135f6a-69ff-4638-b49a-570a01b7a018)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "U1") (unit 4) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 187.96 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid f4c432dc-9d81-44df-bf5e-d355cd9b3adb) - (property "Reference" "#PWR0102" (at 187.96 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 188.087 65.3542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 187.96 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 187.96 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 399fc36a-ed5d-44b5-82f7-c6f83d9acc14)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR0102") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 248.92 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid fec181be-c1c0-4bc7-bcf8-c8f966248ace) - (property "Reference" "#PWR08" (at 248.92 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 249.047 65.3542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 248.92 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 248.92 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0bcafe80-ffba-4f1e-ae51-95a595b006db)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR08") (unit 1) - ) - ) - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + (paper "A4") + (lib_symbols + (symbol "74xGxx:74AHC1G126" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -2.54 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74AHC1G126" + (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 yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/sg/scyt129e/scyt129e.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Single Buffer Gate Tri-State, Low-Voltage CMOS" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Single Gate Buff Tri-State LVC CMOS" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT* SG-*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "74AHC1G126_0_1" + (polyline + (pts + (xy -7.62 6.35) (xy -7.62 -6.35) (xy 5.08 0) (xy -7.62 6.35) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "74AHC1G126_1_1" + (pin input line + (at 0 10.16 270) + (length 7.62) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 0 0) + (length 7.62) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -5.08 -10.16 90) + (length 5.08) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin tri_state line + (at 12.7 0 180) + (length 7.62) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -5.08 10.16 270) + (length 5.08) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "74xx:74LS04" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Hex Inverter" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "TTL not inv" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DIP*W7.62mm* SSOP?14* TSSOP?14*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "74LS04_1_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_2_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_3_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_4_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_5_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_6_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_7_0" + (pin power_in line + (at 0 12.7 270) + (length 5.08) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -12.7 90) + (length 5.08) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_7_1" + (rectangle + (start -5.08 7.62) + (end 5.08 -7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + (symbol "fail-project-rescue:C-passive" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0 1.27 0) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "C-passive" + (at 0 -1.27 0) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C-passive_0_1" + (polyline + (pts + (xy -0.635 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.635 0) (xy -0.381 0) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.254 0.381) (xy -0.254 -0.381) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 0.381) (xy 0.254 -0.381) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 0) (xy 0.254 0) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.635 0) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + ) + (symbol "C-passive_1_1" + (pin passive line + (at -1.27 0 0) + (length 0) + (name "1" + (effects + (font + (size 0.635 0.635) + ) + ) + ) + (number "1" + (effects + (font + (size 0.635 0.635) + ) + ) + ) + ) + (pin passive line + (at 1.27 0 0) + (length 0) + (name "2" + (effects + (font + (size 0.635 0.635) + ) + ) + ) + (number "2" + (effects + (font + (size 0.635 0.635) + ) + ) + ) + ) + ) + ) + (symbol "fail-project-rescue:R-passive" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 0 1.27 0) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "R-passive" + (at 0 -1.27 0) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R-passive_0_1" + (polyline + (pts + (xy -0.635 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.635 0) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.635 0.254) + (end -0.635 -0.254) + (stroke + (width 0) + (type solid) + ) + (fill + (type background) + ) + ) + ) + (symbol "R-passive_1_1" + (pin passive line + (at -1.27 0 0) + (length 0) + (name "1" + (effects + (font + (size 0.635 0.635) + ) + ) + ) + (number "1" + (effects + (font + (size 0.635 0.635) + ) + ) + ) + ) + (pin passive line + (at 1.27 0 0) + (length 0) + (name "2" + (effects + (font + (size 0.635 0.635) + ) + ) + ) + (number "2" + (effects + (font + (size 0.635 0.635) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 107.95 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "6999032a-e2ec-42e6-95c1-710059913fa1") + ) + (junction + (at 149.86 33.02) + (diameter 0) + (color 0 0 0 0) + (uuid "6f8d81cf-6ff6-43b9-ace4-d11a7610b5c6") + ) + (no_connect + (at 167.64 58.42) + (uuid "1b2c26a0-f00c-459c-82cc-dde64168b9a8") + ) + (no_connect + (at 171.45 82.55) + (uuid "284c2c83-f2e0-4a6f-8d35-4fcab007a61c") + ) + (no_connect + (at 168.91 82.55) + (uuid "49470b8c-5d20-424c-8f6e-7b17258e96f1") + ) + (no_connect + (at 171.45 58.42) + (uuid "6f4ab8ff-7f76-41b6-9e49-da9ef787e456") + ) + (no_connect + (at 214.63 80.01) + (uuid "7f5032ab-8834-4d1f-ac02-1a5839574cbc") + ) + (no_connect + (at 214.63 95.25) + (uuid "8c3b776f-7c6c-4ef4-ba70-29419e9e807b") + ) + (wire + (pts + (xy 229.87 58.42) (xy 232.41 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0bfb45c1-6464-4744-b5e5-07e394899e44") + ) + (wire + (pts + (xy 248.92 58.42) (xy 248.92 60.96) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "0ff508fd-18da-4ab7-9844-3c8a28c2587e") + ) + (wire + (pts + (xy 200.66 58.42) (xy 200.66 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1017d9e8-ec77-40be-a920-4d14beffdbeb") + ) + (wire + (pts + (xy 231.14 80.01) (xy 231.14 82.55) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "16ffc453-3023-4920-8abc-0940ff4eaf51") + ) + (wire + (pts + (xy 247.65 58.42) (xy 248.92 58.42) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "1f3003e6-dce5-420f-906b-3f1e92b67249") + ) + (wire + (pts + (xy 229.87 95.25) (xy 231.14 95.25) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "2e886c7b-d397-4a2c-872a-6072332a7cae") + ) + (wire + (pts + (xy 107.95 63.5) (xy 107.95 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3663ee2d-1cb4-4e44-a4b8-96973f834662") + ) + (wire + (pts + (xy 102.87 63.5) (xy 107.95 63.5) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "40165eda-4ba6-4565-9bb4-b9df6dbb08da") + ) + (wire + (pts + (xy 187.96 58.42) (xy 187.96 60.96) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "40976bf0-19de-460f-ad64-224d4f51e16b") + ) + (wire + (pts + (xy 118.11 63.5) (xy 118.11 64.77) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "4780a290-d25c-4459-9579-eba3f7678762") + ) + (wire + (pts + (xy 107.95 63.5) (xy 111.76 63.5) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "6093c683-6391-48e5-89ac-05c8305ce9c7") + ) + (wire + (pts + (xy 149.86 33.02) (xy 149.86 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "63e32930-d4e7-4958-814a-17d5430d7e82") + ) + (wire + (pts + (xy 114.3 63.5) (xy 118.11 63.5) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "7e023245-2c2b-4e2b-bfb9-5d35176e88f2") + ) + (wire + (pts + (xy 138.43 58.42) (xy 138.43 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "86ab1781-6ff6-474e-8d89-c8c05506607d") + ) + (wire + (pts + (xy 186.69 82.55) (xy 187.96 82.55) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "8c514922-ffe1-4e37-a260-e807409f2e0d") + ) + (wire + (pts + (xy 149.86 33.02) (xy 107.95 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "90d25e02-ee93-4d74-8ac8-639fc343146e") + ) + (wire + (pts + (xy 139.7 58.42) (xy 138.43 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a487e35-82c9-45f1-845e-50e1ca4c5d6a") + ) + (wire + (pts + (xy 201.93 58.42) (xy 200.66 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a90d73c-4af5-424e-9d54-49d732befd73") + ) + (wire + (pts + (xy 217.17 48.26) (xy 217.17 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aacc9a5e-cc26-4f6b-bc3f-f9c70ffd9237") + ) + (wire + (pts + (xy 231.14 95.25) (xy 231.14 97.79) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "ab3dbc0d-1fa3-4d60-b199-49d8b004b069") + ) + (wire + (pts + (xy 153.67 82.55) (xy 152.4 82.55) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "aca4de92-9c41-4c2b-9afa-540d02dafa1c") + ) + (wire + (pts + (xy 107.95 91.44) (xy 107.95 93.98) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "ae12f776-5601-4058-9e1a-7cc80b0ee340") + ) + (wire + (pts + (xy 186.69 58.42) (xy 187.96 58.42) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "c25a772d-af9c-4ebc-96f6-0966738c13a8") + ) + (wire + (pts + (xy 154.94 45.72) (xy 154.94 48.26) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "c329a893-c589-402f-81a1-ddaceb50b11e") + ) + (wire + (pts + (xy 158.75 45.72) (xy 154.94 45.72) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "c43663ee-9a0d-4f27-a292-89ba89964065") + ) + (wire + (pts + (xy 212.09 48.26) (xy 212.09 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c87f70d3-f708-4de1-aad8-2fafec8de9d3") + ) + (wire + (pts + (xy 219.71 43.18) (xy 217.17 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8aeac80-49a6-4afa-99df-45607ca424dd") + ) + (wire + (pts + (xy 212.09 33.02) (xy 149.86 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d2352e47-a6ea-44ca-8c16-975503250426") + ) + (wire + (pts + (xy 219.71 43.18) (xy 219.71 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3771ef2-1fc9-4c47-a2d4-a343e0c29438") + ) + (wire + (pts + (xy 107.95 33.02) (xy 107.95 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "df25ef79-3439-491a-8ce2-30b309ee3ad2") + ) + (wire + (pts + (xy 118.11 67.31) (xy 118.11 68.58) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "df68c26a-03b5-4466-aecf-ba34b7dce6b7") + ) + (wire + (pts + (xy 187.96 82.55) (xy 187.96 85.09) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e21aa84b-970e-47cf-b64f-3b55ee0e1b51") + ) + (wire + (pts + (xy 229.87 80.01) (xy 231.14 80.01) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e7b265aa-5504-453f-8a3d-154364edc075") + ) + (wire + (pts + (xy 152.4 82.55) (xy 152.4 85.09) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e8c50f1b-c316-4110-9cce-5c24c65a1eaa") + ) + (text "Tri-state connected to output\nWarning?" + (exclude_from_sim no) + (at 224.79 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "378af8b4-af3d-46e7-89ae-deff12ca9067") + ) + (text "Output to Output: ERC error" + (exclude_from_sim no) + (at 156.21 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "a27eb049-c992-4f11-a026-1e6a8d9d0160") + ) + (hierarchical_label "VCC" + (shape input) + (at 102.87 63.5 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "13c0ff76-ed71-4cd9-abb0-92c376825d5d") + ) + (symbol + (lib_id "fail-project-rescue:R-passive") + (at 113.03 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca75c86") + (property "Reference" "R1" + (at 112.8268 59.4868 0) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "R" + (at 112.8268 61.4172 0) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 113.03 63.5 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 113.03 63.5 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 113.03 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e0fc41f9-5fb5-4458-bf87-4b4927df4831") + ) + (pin "2" + (uuid "2bcabf72-c66b-43d7-9e56-7d734f5652eb") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "fail-project-rescue:C-passive") + (at 118.11 66.04 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca76352") + (property "Reference" "C2" + (at 119.2276 64.8716 90) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 119.2276 66.802 90) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 118.11 66.04 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 118.11 66.04 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 118.11 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cfe4f654-b2c3-4cd5-adc6-43cd1285a48a") + ) + (pin "2" + (uuid "3d5eec9e-c3d1-4389-8d92-eef0bd9a1bb3") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 118.11 68.58 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca77789") + (property "Reference" "#PWR03" + (at 118.11 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 118.237 72.9742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 118.11 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 118.11 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 118.11 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "721d1be9-236e-470b-ba69-f1cc6c43faf9") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 161.29 82.55 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ead683a") + (property "Reference" "U1" + (at 161.29 74.4982 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 161.29 76.8096 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 161.29 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 161.29 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 161.29 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dc2801a1-d539-4721-b31f-fe196b9f13df") + ) + (pin "2" + (uuid "970e0f64-111f-41e3-9f5a-fb0d0f6fa101") + ) + (pin "3" + (uuid "f8e49346-3362-4f40-b0fc-81ee26ac5353") + ) + (pin "4" + (uuid "1ac4eb77-27b7-42f6-81cc-e575ac721dbb") + ) + (pin "5" + (uuid "e921ec3c-5712-4675-b732-14b777f57bf3") + ) + (pin "6" + (uuid "909499ee-5c19-4457-b8fc-3db7beaff643") + ) + (pin "8" + (uuid "21472811-45d3-4609-a2bd-1a862eaf7706") + ) + (pin "9" + (uuid "1e29b74c-5b74-4f17-b404-cdf031eed4e6") + ) + (pin "10" + (uuid "04997719-4dfa-4509-b99d-57697b0cf6cb") + ) + (pin "11" + (uuid "9be2ab3e-01f8-4842-85a7-42a605bc5413") + ) + (pin "12" + (uuid "15c3924b-b7d3-4bc2-a022-afa700885e8c") + ) + (pin "13" + (uuid "59606bda-2449-4e99-9cc0-b926567aaf07") + ) + (pin "14" + (uuid "83453a5e-3726-4452-9b84-5c7e45f0a62b") + ) + (pin "7" + (uuid "cd851356-4696-405d-917a-029f087baf4d") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 179.07 82.55 180) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ead766b") + (property "Reference" "U1" + (at 179.07 74.4982 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 179.07 76.8096 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 179.07 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 179.07 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1dd6d85c-6dd0-4898-bbad-67848d8fed26") + ) + (pin "2" + (uuid "ec9398d6-6a2f-4812-afb3-7c93d571ec2d") + ) + (pin "3" + (uuid "f6c644f4-3036-41a6-9e14-2c08c079c6cd") + ) + (pin "4" + (uuid "0cc45b5b-96b3-4284-9cae-a3a9e324a916") + ) + (pin "5" + (uuid "0590305b-363e-4b0d-b25d-910596e918cc") + ) + (pin "6" + (uuid "2b7ba329-b03e-4ca5-8e89-0e1dfed07b62") + ) + (pin "8" + (uuid "bb3f780a-9cf3-4922-b0a7-10e6564cf518") + ) + (pin "9" + (uuid "d1ae85d8-5fa1-40a5-84bc-611ae0efa2ff") + ) + (pin "10" + (uuid "0ae188b7-71fb-4d71-a601-80157610d54e") + ) + (pin "11" + (uuid "a02f29ae-1a04-437d-a785-d527f11d6936") + ) + (pin "12" + (uuid "143e1b55-ed1c-47d5-a542-d642a73e8dc8") + ) + (pin "13" + (uuid "44fefb91-9ef8-4d8f-86a7-e50b73ccc005") + ) + (pin "14" + (uuid "ce4fda94-475e-4535-81b9-eca7d8eadbe2") + ) + (pin "7" + (uuid "f9dc7ca9-eb92-4be6-963f-9fadd5dca387") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "U1") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 187.96 85.09 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ead892d") + (property "Reference" "#PWR05" + (at 187.96 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 188.087 89.4842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 187.96 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 187.96 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 187.96 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 152.4 85.09 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ead967d") + (property "Reference" "#PWR04" + (at 152.4 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 152.527 89.4842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 152.4 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 152.4 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 152.4 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "22999e73-da32-43a5-9163-4b3a41614f25") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 107.95 93.98 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "16c7f284-2b10-439a-a5a8-96500b546572") + (property "Reference" "#PWR011" + (at 107.95 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 108.077 98.3742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 107.95 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 107.95 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 107.95 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7261920e-b9ad-472d-a770-759f2ebd8363") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 138.43 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2709dad1-5eb9-460e-90f1-0438844315e3") + (property "Reference" "#PWR0101" + (at 138.43 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 138.557 65.3542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 138.43 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 138.43 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 138.43 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bbd5164b-cf53-432a-abc1-db592068535c") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 149.86 68.58 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3bba664e-50ee-4e28-bf6b-580df2571722") + (property "Reference" "#PWR012" + (at 149.86 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 149.987 72.9742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 149.86 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 149.86 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 149.86 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "75ce3df1-080d-4a33-b2ab-60ddf28e89e5") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 200.66 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "4876e42b-a4f8-409b-a842-d78426f93102") + (property "Reference" "#PWR06" + (at 200.66 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 200.787 65.3542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 200.66 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 200.66 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 200.66 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xGxx:74AHC1G126") + (at 154.94 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "7959b162-7bf9-4339-87f4-83cfe8902206") + (property "Reference" "U2" + (at 154.305 62.8714 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74AHC1G126" + (at 158.75 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 154.94 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/sg/scyt129e/scyt129e.pdf" + (at 154.94 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 154.94 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e90292bd-9682-43dd-9fc2-5bd328e084d5") + ) + (pin "2" + (uuid "1e0ce868-3007-4681-bb5f-2b985ed1f350") + ) + (pin "3" + (uuid "178d6ec9-d73e-4c8d-8fa1-827ed72bad49") + ) + (pin "4" + (uuid "cf716fc3-ae20-4999-8bad-622893edf88c") + ) + (pin "5" + (uuid "da56ad79-c80b-4ba2-80a5-32d9a023677e") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 212.09 68.58 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "7c53f585-6ec8-4b4d-94ce-76798ec5fbe6") + (property "Reference" "#PWR013" + (at 212.09 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 212.217 72.9742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 212.09 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 212.09 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 212.09 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bb4b4328-f4a3-4a0b-86f5-3237f3aecd49") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 158.75 45.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "8504b81b-54aa-42c2-b5da-3aa90998406b") + (property "Reference" "#PWR0103" + (at 158.75 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 158.877 50.1142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 158.75 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 158.75 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 158.75 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "afa6f936-886e-4b07-97c9-13f170bedaa6") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR0103") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 222.25 80.01 180) + (unit 5) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "912cb692-df98-445e-8f7d-dff002f9aba7") + (property "Reference" "U1" + (at 222.25 71.9582 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 222.25 74.2696 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 222.25 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 222.25 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 222.25 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0df17d68-7def-48c9-914c-b5251629f4c1") + ) + (pin "2" + (uuid "a717bb5a-f3dc-4486-8b44-787f1d0ef4b1") + ) + (pin "3" + (uuid "3ab8e3b8-82ba-4c81-9410-b7bd19fb4b77") + ) + (pin "4" + (uuid "fd438c2b-0ca2-43de-be60-a33cf031fce3") + ) + (pin "5" + (uuid "bd1d02d3-7b5d-45a5-a50d-f7984a0b47a2") + ) + (pin "6" + (uuid "16ba747e-0b72-4cec-b149-0955f38b1e8b") + ) + (pin "8" + (uuid "ebe1bd68-7001-4823-83ab-33ee2ab4d31d") + ) + (pin "9" + (uuid "0f0eb1fd-8ec4-4335-9ca0-580441fb2454") + ) + (pin "10" + (uuid "c253a22c-a5a8-4743-8c94-c9b35fc37f17") + ) + (pin "11" + (uuid "1bf4504b-5431-4c44-822f-b790d7434d73") + ) + (pin "12" + (uuid "0cbd53ea-bc25-49a7-b18a-cee491f822fb") + ) + (pin "13" + (uuid "172fc0c8-22c5-4308-82f6-ec825ebca719") + ) + (pin "14" + (uuid "f595a441-99ea-4eee-be6d-cbf8bcdf07c9") + ) + (pin "7" + (uuid "f7135f6a-69ff-4638-b49a-570a01b7a015") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "U1") + (unit 5) + ) + ) + ) + ) + (symbol + (lib_id "74xGxx:74AHC1G126") + (at 217.17 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "9bd61bef-1674-427b-8157-adb8f874be70") + (property "Reference" "U4" + (at 216.535 62.8714 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74AHC1G126" + (at 216.535 65.1701 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 217.17 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/sg/scyt129e/scyt129e.pdf" + (at 217.17 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 217.17 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d2d7bea6-0c22-495f-8666-323b30e03150") + ) + (pin "2" + (uuid "0f324b67-75ef-407f-8dbc-3c1fc5c2abba") + ) + (pin "3" + (uuid "1c68b844-c861-46b7-b734-0242168a4220") + ) + (pin "4" + (uuid "4b03e854-02fe-44cc-bece-f8268b7cae54") + ) + (pin "5" + (uuid "b5071759-a4d7-4769-be02-251f23cd4454") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 231.14 82.55 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a2c004a6-861b-4db9-8fcd-6dec7cfd9b02") + (property "Reference" "#PWR09" + (at 231.14 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 231.267 86.9442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 231.14 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 231.14 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 231.14 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "afab8ae9-304c-47d6-a03e-ffca3931e03b") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 179.07 58.42 180) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a4a5dc51-4b05-4b9f-80fd-ce47b381d9f5") + (property "Reference" "U1" + (at 179.07 50.3682 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 179.07 52.6796 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 179.07 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 179.07 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e6309776-46f2-4d8a-a9a5-6ffb737e7697") + ) + (pin "2" + (uuid "2c6fefb5-74f3-4863-b92b-bbb8b75227b8") + ) + (pin "3" + (uuid "cb3231c5-82e6-4a1b-a64f-c6dea5462732") + ) + (pin "4" + (uuid "9e058ec2-6f23-4e3f-8057-0bd20e2df5e4") + ) + (pin "5" + (uuid "c106154f-d948-43e5-abfa-e1b96055d91b") + ) + (pin "6" + (uuid "c24d6ac8-802d-4df3-a210-9cb1f693e865") + ) + (pin "8" + (uuid "80ab43c5-0fd7-42e9-bc3b-8b9d3706526b") + ) + (pin "9" + (uuid "73180b3e-87c7-48d3-b4f7-744e23217021") + ) + (pin "10" + (uuid "50fac96d-6cfd-4697-be04-6a8156eac8ed") + ) + (pin "11" + (uuid "ccae5081-a217-4452-b68a-0383da1230a7") + ) + (pin "12" + (uuid "7b878586-7326-4f48-a301-7479e2b74585") + ) + (pin "13" + (uuid "5085b206-209a-4227-9ddd-8330928dec09") + ) + (pin "14" + (uuid "a0f016f4-07ca-4c15-87f2-6298052f353a") + ) + (pin "7" + (uuid "4967f85c-1438-4701-9a14-c9771415bd41") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "U1") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 219.71 44.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "bc973790-2a00-4fa8-9f08-a2ab2bb7ebd2") + (property "Reference" "#PWR07" + (at 219.71 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 219.837 48.8442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 219.71 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 219.71 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 219.71 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 107.95 78.74 180) + (unit 7) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c9dbf4f2-a5c0-4362-a1b5-090b86109be4") + (property "Reference" "U1" + (at 107.95 70.6882 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 107.95 72.9996 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 107.95 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 107.95 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 107.95 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3dd31770-0ef4-4176-bfe6-74b3009bafcc") + ) + (pin "2" + (uuid "2a1b2c65-32ba-4d44-af46-580e2418f56f") + ) + (pin "3" + (uuid "3b485f0f-9136-4909-a4c6-d0172478c0c8") + ) + (pin "4" + (uuid "f8aeab32-3d15-4e0d-a8f3-cb1d53062f01") + ) + (pin "5" + (uuid "039a26ee-38b1-4dda-a579-60aa25f125c6") + ) + (pin "6" + (uuid "c0c39e78-addb-4125-9675-4657789e5740") + ) + (pin "8" + (uuid "80a72705-94bd-4bec-8bbf-b827b0c6ef29") + ) + (pin "9" + (uuid "e10c8611-6c7c-49a2-8278-f68e7bb9aa20") + ) + (pin "10" + (uuid "e10f0637-ee87-4ae1-99e1-9001cef65358") + ) + (pin "11" + (uuid "e6969969-a4d5-43bb-b4bc-0eb3e6f27d02") + ) + (pin "12" + (uuid "9bdb1dac-f410-4052-a9f9-dc27d25adab4") + ) + (pin "13" + (uuid "d409739f-02c8-4acb-8f17-364f4c6916b3") + ) + (pin "14" + (uuid "c423b769-714e-45f0-bb42-b103823e2ee5") + ) + (pin "7" + (uuid "502440ba-f718-462b-9a7b-2149b525cf7f") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "U1") + (unit 7) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 222.25 95.25 180) + (unit 6) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "cdf8f05a-748e-45cc-a151-91e4b8867f0f") + (property "Reference" "U1" + (at 222.25 87.1982 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 222.25 89.5096 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 222.25 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 222.25 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 222.25 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0df17d68-7def-48c9-914c-b5251629f4c3") + ) + (pin "2" + (uuid "a717bb5a-f3dc-4486-8b44-787f1d0ef4b3") + ) + (pin "3" + (uuid "3ab8e3b8-82ba-4c81-9410-b7bd19fb4b79") + ) + (pin "4" + (uuid "fd438c2b-0ca2-43de-be60-a33cf031fce5") + ) + (pin "5" + (uuid "bd1d02d3-7b5d-45a5-a50d-f7984a0b47a4") + ) + (pin "6" + (uuid "16ba747e-0b72-4cec-b149-0955f38b1e8d") + ) + (pin "8" + (uuid "ebe1bd68-7001-4823-83ab-33ee2ab4d31f") + ) + (pin "9" + (uuid "0f0eb1fd-8ec4-4335-9ca0-580441fb2456") + ) + (pin "10" + (uuid "a352474b-9056-4bd3-9f18-9b4c7a005902") + ) + (pin "11" + (uuid "e8770305-9926-4b08-a25d-3c8bb2db52c8") + ) + (pin "12" + (uuid "0cbd53ea-bc25-49a7-b18a-cee491f822fc") + ) + (pin "13" + (uuid "172fc0c8-22c5-4308-82f6-ec825ebca71a") + ) + (pin "14" + (uuid "f595a441-99ea-4eee-be6d-cbf8bcdf07cb") + ) + (pin "7" + (uuid "f7135f6a-69ff-4638-b49a-570a01b7a017") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "U1") + (unit 6) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 231.14 97.79 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ce490224-4cf6-4f50-9a4e-3f9359144e1f") + (property "Reference" "#PWR010" + (at 231.14 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 231.267 102.1842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 231.14 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 231.14 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 231.14 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cfd4cad2-2714-4675-a07c-f40608f9cd0b") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 240.03 58.42 180) + (unit 4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d5ecec5a-6b26-4537-8532-9179e8f36ff2") + (property "Reference" "U1" + (at 240.03 50.3682 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 240.03 52.6796 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 240.03 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 240.03 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 240.03 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0df17d68-7def-48c9-914c-b5251629f4c4") + ) + (pin "2" + (uuid "a717bb5a-f3dc-4486-8b44-787f1d0ef4b4") + ) + (pin "3" + (uuid "3ab8e3b8-82ba-4c81-9410-b7bd19fb4b7a") + ) + (pin "4" + (uuid "fd438c2b-0ca2-43de-be60-a33cf031fce6") + ) + (pin "5" + (uuid "bd1d02d3-7b5d-45a5-a50d-f7984a0b47a5") + ) + (pin "6" + (uuid "16ba747e-0b72-4cec-b149-0955f38b1e8e") + ) + (pin "8" + (uuid "088f77ba-fca9-42b3-876e-a6937267f957") + ) + (pin "9" + (uuid "71989e06-8659-4605-b2da-4f729cc41263") + ) + (pin "10" + (uuid "c253a22c-a5a8-4743-8c94-c9b35fc37f18") + ) + (pin "11" + (uuid "1bf4504b-5431-4c44-822f-b790d7434d74") + ) + (pin "12" + (uuid "0cbd53ea-bc25-49a7-b18a-cee491f822fd") + ) + (pin "13" + (uuid "172fc0c8-22c5-4308-82f6-ec825ebca71b") + ) + (pin "14" + (uuid "f595a441-99ea-4eee-be6d-cbf8bcdf07cc") + ) + (pin "7" + (uuid "f7135f6a-69ff-4638-b49a-570a01b7a018") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "U1") + (unit 4) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 187.96 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "f4c432dc-9d81-44df-bf5e-d355cd9b3adb") + (property "Reference" "#PWR0102" + (at 187.96 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 188.087 65.3542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 187.96 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 187.96 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 187.96 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "399fc36a-ed5d-44b5-82f7-c6f83d9acc14") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR0102") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 248.92 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "fec181be-c1c0-4bc7-bcf8-c8f966248ace") + (property "Reference" "#PWR08" + (at 248.92 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 249.047 65.3542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 248.92 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 248.92 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 248.92 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0bcafe80-ffba-4f1e-ae51-95a595b006db") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/erc_warning/power.kicad_sch b/tests/board_samples/kicad_8/erc_warning/power.kicad_sch index 063df7135..756869d94 100644 --- a/tests/board_samples/kicad_8/erc_warning/power.kicad_sch +++ b/tests/board_samples/kicad_8/erc_warning/power.kicad_sch @@ -1,412 +1,1008 @@ -(kicad_sch (version 20230409) (generator eeschema) - - (uuid fb03d859-dcc9-4533-b352-64830e0e5423) - - (paper "A4") - - (lib_symbols - (symbol "fail-project-rescue:C-passive" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0 1.27 0) - (effects (font (size 1.016 1.016))) - ) - (property "Value" "C-passive" (at 0 -1.27 0) - (effects (font (size 1.016 1.016))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.524 1.524))) - ) - (symbol "C-passive_0_1" - (polyline - (pts - (xy -0.635 0) - (xy -1.27 0) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.635 0) - (xy -0.381 0) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (polyline - (pts - (xy -0.254 0.381) - (xy -0.254 -0.381) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.254 0.381) - (xy 0.254 -0.381) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 0) - (xy 0.254 0) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.635 0) - ) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - ) - (symbol "C-passive_1_1" - (pin passive line (at -1.27 0 0) (length 0) - (name "1" (effects (font (size 0.635 0.635)))) - (number "1" (effects (font (size 0.635 0.635)))) - ) - (pin passive line (at 1.27 0 0) (length 0) - (name "2" (effects (font (size 0.635 0.635)))) - (number "2" (effects (font (size 0.635 0.635)))) - ) - ) - ) - (symbol "fail-project-rescue:CONN_01X02-conn" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "P" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "CONN_01X02-conn" (at 2.54 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_fp_filters" "Pin_Header_Straight_1X02 Pin_Header_Angled_1X02 Socket_Strip_Straight_1X02 Socket_Strip_Angled_1X02" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "CONN_01X02-conn_0_1" - (rectangle (start -1.27 -1.143) (end 0.254 -1.397) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (rectangle (start -1.27 1.397) (end 0.254 1.143) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - (rectangle (start -1.27 2.54) (end 1.27 -2.54) - (stroke (width 0) (type solid)) - (fill (type none)) - ) - ) - (symbol "CONN_01X02-conn_1_1" - (pin passive line (at -5.08 1.27 0) (length 3.81) - (name "P1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -5.08 -1.27 0) (length 3.81) - (name "P2" (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)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (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" "flag power" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - ) - - (junction (at 123.19 90.17) (diameter 1.016) (color 0 0 0 0) - (uuid 0f41a909-27c4-4be2-9d5e-9ae2108c8ff5) - ) - (junction (at 138.43 90.17) (diameter 1.016) (color 0 0 0 0) - (uuid 35354519-a28c-40c4-befd-0943e98dea53) - ) - (junction (at 123.19 92.71) (diameter 1.016) (color 0 0 0 0) - (uuid 632acde9-b7fd-4f04-8cb4-d2cbb06b3595) - ) - - (wire (pts (xy 123.19 90.17) (xy 138.43 90.17)) - (stroke (width 0) (type solid)) - (uuid 150a6923-10ec-4a0b-bf2e-18204cd1f43e) - ) - (wire (pts (xy 116.84 90.17) (xy 123.19 90.17)) - (stroke (width 0) (type solid)) - (uuid 38f2d955-ea7a-4a21-aba6-02ae23f1bd4a) - ) - (wire (pts (xy 138.43 90.17) (xy 142.24 90.17)) - (stroke (width 0) (type solid)) - (uuid 417f13e4-c121-485a-a6b5-8b55e70350b8) - ) - (wire (pts (xy 123.19 90.17) (xy 123.19 88.9)) - (stroke (width 0) (type default)) - (uuid 6343779f-beb2-4103-a4d9-e220408dea94) - ) - (wire (pts (xy 123.19 93.98) (xy 123.19 92.71)) - (stroke (width 0) (type default)) - (uuid 78b7feb0-0b7c-4192-9e1c-8e9c631dabac) - ) - (wire (pts (xy 132.08 92.71) (xy 132.08 96.52)) - (stroke (width 0) (type solid)) - (uuid 9dab0cb7-2557-4419-963b-5ae736517f62) - ) - (wire (pts (xy 116.84 92.71) (xy 123.19 92.71)) - (stroke (width 0) (type solid)) - (uuid b730f65f-6cde-4ea1-9534-9186248be2cc) - ) - (wire (pts (xy 138.43 91.44) (xy 138.43 90.17)) - (stroke (width 0) (type default)) - (uuid b7e8ba25-d115-4fe4-8b60-45066b963960) - ) - (wire (pts (xy 138.43 95.25) (xy 138.43 93.98)) - (stroke (width 0) (type default)) - (uuid df0a9cff-f402-4745-ad96-fa7a1fe69951) - ) - (wire (pts (xy 123.19 92.71) (xy 132.08 92.71)) - (stroke (width 0) (type solid)) - (uuid e12e827e-36be-4503-8eef-6fc7e8bc5d49) - ) - - (hierarchical_label "VCC" (shape output) (at 142.24 90.17 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid c201e1b2-fc01-4110-bdaa-a33290468c83) - ) - - (symbol (lib_id "fail-project-rescue:CONN_01X02-conn") (at 111.76 91.44 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca714f2) - (property "Reference" "P1" (at 113.8682 84.455 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "CONN_01X02" (at 113.8682 86.7664 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_JST:JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical" (at 111.76 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 111.76 91.44 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid 10109f84-4940-47f8-8640-91f185ac9bc1)) - (pin "2" (uuid 55e740a3-0735-4744-896e-2bf5437093b9)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca71704" - (reference "P1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 123.19 88.9 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca71c3c) - (property "Reference" "#FLG01" (at 123.19 86.487 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 123.19 83.2358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 123.19 88.9 0) - (effects (font (size 1.27 1.27))) - ) - (property "Datasheet" "~" (at 123.19 88.9 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid afb8e687-4a13-41a1-b8c0-89a749e897fe)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca71704" - (reference "#FLG01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 123.19 93.98 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca72902) - (property "Reference" "#FLG02" (at 123.19 96.393 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 123.19 99.6442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 123.19 93.98 0) - (effects (font (size 1.27 1.27))) - ) - (property "Datasheet" "~" (at 123.19 93.98 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca71704" - (reference "#FLG02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 132.08 96.52 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca73f58) - (property "Reference" "#PWR01" (at 132.08 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 132.207 100.9142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 132.08 96.52 0) - (effects (font (size 1.27 1.27))) - ) - (property "Datasheet" "" (at 132.08 96.52 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid e615f7aa-337e-474d-9615-2ad82b1c44ca)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca71704" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "fail-project-rescue:C-passive") (at 138.43 92.71 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca745a6) - (property "Reference" "C1" (at 139.5476 91.5416 90) - (effects (font (size 1.016 1.016)) (justify left)) - ) - (property "Value" "C" (at 139.5476 93.472 90) - (effects (font (size 1.016 1.016)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (at 138.43 92.71 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 138.43 92.71 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 66116376-6967-4178-9f23-a26cdeafc400)) - (pin "2" (uuid 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca71704" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 138.43 95.25 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca755f5) - (property "Reference" "#PWR02" (at 138.43 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 138.557 99.6442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 138.43 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (property "Datasheet" "" (at 138.43 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca71704" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "fb03d859-dcc9-4533-b352-64830e0e5423") + (paper "A4") + (lib_symbols + (symbol "fail-project-rescue:C-passive" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0 1.27 0) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "C-passive" + (at 0 -1.27 0) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C-passive_0_1" + (polyline + (pts + (xy -0.635 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.635 0) (xy -0.381 0) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.254 0.381) (xy -0.254 -0.381) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 0.381) (xy 0.254 -0.381) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 0) (xy 0.254 0) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.635 0) + ) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + ) + (symbol "C-passive_1_1" + (pin passive line + (at -1.27 0 0) + (length 0) + (name "1" + (effects + (font + (size 0.635 0.635) + ) + ) + ) + (number "1" + (effects + (font + (size 0.635 0.635) + ) + ) + ) + ) + (pin passive line + (at 1.27 0 0) + (length 0) + (name "2" + (effects + (font + (size 0.635 0.635) + ) + ) + ) + (number "2" + (effects + (font + (size 0.635 0.635) + ) + ) + ) + ) + ) + ) + (symbol "fail-project-rescue:CONN_01X02-conn" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "P" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "CONN_01X02-conn" + (at 2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Pin_Header_Straight_1X02 Pin_Header_Angled_1X02 Socket_Strip_Straight_1X02 Socket_Strip_Angled_1X02" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "CONN_01X02-conn_0_1" + (rectangle + (start -1.27 -1.143) + (end 0.254 -1.397) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 1.397) + (end 0.254 1.143) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 2.54) + (end 1.27 -2.54) + (stroke + (width 0) + (type solid) + ) + (fill + (type none) + ) + ) + ) + (symbol "CONN_01X02-conn_1_1" + (pin passive line + (at -5.08 1.27 0) + (length 3.81) + (name "P1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 -1.27 0) + (length 3.81) + (name "P2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "flag power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "pwr" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 123.19 90.17) + (diameter 1.016) + (color 0 0 0 0) + (uuid "0f41a909-27c4-4be2-9d5e-9ae2108c8ff5") + ) + (junction + (at 138.43 90.17) + (diameter 1.016) + (color 0 0 0 0) + (uuid "35354519-a28c-40c4-befd-0943e98dea53") + ) + (junction + (at 123.19 92.71) + (diameter 1.016) + (color 0 0 0 0) + (uuid "632acde9-b7fd-4f04-8cb4-d2cbb06b3595") + ) + (wire + (pts + (xy 123.19 90.17) (xy 138.43 90.17) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "150a6923-10ec-4a0b-bf2e-18204cd1f43e") + ) + (wire + (pts + (xy 116.84 90.17) (xy 123.19 90.17) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "38f2d955-ea7a-4a21-aba6-02ae23f1bd4a") + ) + (wire + (pts + (xy 138.43 90.17) (xy 142.24 90.17) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "417f13e4-c121-485a-a6b5-8b55e70350b8") + ) + (wire + (pts + (xy 123.19 90.17) (xy 123.19 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6343779f-beb2-4103-a4d9-e220408dea94") + ) + (wire + (pts + (xy 123.19 93.98) (xy 123.19 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "78b7feb0-0b7c-4192-9e1c-8e9c631dabac") + ) + (wire + (pts + (xy 132.08 92.71) (xy 132.08 96.52) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "9dab0cb7-2557-4419-963b-5ae736517f62") + ) + (wire + (pts + (xy 116.84 92.71) (xy 123.19 92.71) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "b730f65f-6cde-4ea1-9534-9186248be2cc") + ) + (wire + (pts + (xy 138.43 91.44) (xy 138.43 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b7e8ba25-d115-4fe4-8b60-45066b963960") + ) + (wire + (pts + (xy 138.43 95.25) (xy 138.43 93.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "df0a9cff-f402-4745-ad96-fa7a1fe69951") + ) + (wire + (pts + (xy 123.19 92.71) (xy 132.08 92.71) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "e12e827e-36be-4503-8eef-6fc7e8bc5d49") + ) + (hierarchical_label "VCC" + (shape output) + (at 142.24 90.17 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "c201e1b2-fc01-4110-bdaa-a33290468c83") + ) + (symbol + (lib_id "fail-project-rescue:CONN_01X02-conn") + (at 111.76 91.44 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca714f2") + (property "Reference" "P1" + (at 113.8682 84.455 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "CONN_01X02" + (at 113.8682 86.7664 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_JST:JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical" + (at 111.76 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 111.76 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 111.76 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (pin "2" + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca71704" + (reference "P1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 123.19 88.9 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca71c3c") + (property "Reference" "#FLG01" + (at 123.19 86.487 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 123.19 83.2358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 123.19 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "~" + (at 123.19 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 123.19 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "afb8e687-4a13-41a1-b8c0-89a749e897fe") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca71704" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 123.19 93.98 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca72902") + (property "Reference" "#FLG02" + (at 123.19 96.393 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 123.19 99.6442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 123.19 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "~" + (at 123.19 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 123.19 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca71704" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 132.08 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca73f58") + (property "Reference" "#PWR01" + (at 132.08 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 132.207 100.9142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 132.08 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 132.08 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 132.08 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca71704" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "fail-project-rescue:C-passive") + (at 138.43 92.71 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca745a6") + (property "Reference" "C1" + (at 139.5476 91.5416 90) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 139.5476 93.472 90) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 138.43 92.71 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 138.43 92.71 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 138.43 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (pin "2" + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca71704" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 138.43 95.25 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca755f5") + (property "Reference" "#PWR02" + (at 138.43 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 138.557 99.6442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 138.43 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 138.43 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 138.43 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f/00000000-0000-0000-0000-00005ca71704" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/erc_warning/warning-project.kicad_pro b/tests/board_samples/kicad_8/erc_warning/warning-project.kicad_pro index 9e7758c74..3f182c659 100644 --- a/tests/board_samples/kicad_8/erc_warning/warning-project.kicad_pro +++ b/tests/board_samples/kicad_8/erc_warning/warning-project.kicad_pro @@ -187,6 +187,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -445,8 +452,11 @@ "gencad": "", "idf": "", "netlist": "fail-project.net", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vmrl": "", "vrml": "" }, @@ -505,6 +515,7 @@ "sort_asc": true, "sort_field": "Reference" }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -525,6 +536,7 @@ "operating_point_overlay_i_range": "~A", "operating_point_overlay_v_precision": 3, "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.3 }, @@ -549,7 +561,7 @@ "sheets": [ [ "87c78429-be2b-40ed-8d3b-56cb9666a56f", - "" + "Root" ], [ "00000000-0000-0000-0000-00005ca71704", diff --git a/tests/board_samples/kicad_8/erc_warning/warning-project.kicad_sch b/tests/board_samples/kicad_8/erc_warning/warning-project.kicad_sch index 8da77bac4..b594d7c75 100644 --- a/tests/board_samples/kicad_8/erc_warning/warning-project.kicad_sch +++ b/tests/board_samples/kicad_8/erc_warning/warning-project.kicad_sch @@ -1,61 +1,117 @@ -(kicad_sch (version 20230409) (generator eeschema) - - (uuid 87c78429-be2b-40ed-8d3b-56cb9666a56f) - - (paper "A4") - - (lib_symbols - ) - - - (wire (pts (xy 111.76 63.5) (xy 137.16 63.5)) - (stroke (width 0) (type default)) - (uuid da6d10cb-92aa-4b78-ab10-321cb0ff8fb3) - ) - - (sheet (at 81.28 53.34) (size 30.48 40.64) - (stroke (width 0) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 00000000-0000-0000-0000-00005ca71704) - (property "Sheetname" "Power" (at 81.28 52.7045 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "power.kicad_sch" (at 81.28 90.9325 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (pin "VCC" output (at 111.76 63.5 0) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 7e969d15-6cc0-4258-8b27-586608a21adb) - ) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f" (page "2")) - ) - ) - ) - - (sheet (at 137.16 53.34) (size 33.02 40.64) - (stroke (width 0) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 00000000-0000-0000-0000-00005ca75bc1) - (property "Sheetname" "logic" (at 137.16 52.7045 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "logic.kicad_sch" (at 137.16 90.1705 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (pin "VCC" input (at 137.16 63.5 180) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 6ca3c38c-4e71-4202-b6c1-1b25f04a27ae) - ) - (instances - (project "warning-project" - (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f" (page "3")) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "87c78429-be2b-40ed-8d3b-56cb9666a56f") + (paper "A4") + (lib_symbols) + (wire + (pts + (xy 111.76 63.5) (xy 137.16 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "da6d10cb-92aa-4b78-ab10-321cb0ff8fb3") + ) + (sheet + (at 81.28 53.34) + (size 30.48 40.64) + (stroke + (width 0) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "00000000-0000-0000-0000-00005ca71704") + (property "Sheetname" "Power" + (at 81.28 52.7045 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "power.kicad_sch" + (at 81.28 90.9325 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (pin "VCC" output + (at 111.76 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "7e969d15-6cc0-4258-8b27-586608a21adb") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f" + (page "2") + ) + ) + ) + ) + (sheet + (at 137.16 53.34) + (size 33.02 40.64) + (stroke + (width 0) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "00000000-0000-0000-0000-00005ca75bc1") + (property "Sheetname" "logic" + (at 137.16 52.7045 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "logic.kicad_sch" + (at 137.16 90.1705 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (pin "VCC" input + (at 137.16 63.5 180) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "6ca3c38c-4e71-4202-b6c1-1b25f04a27ae") + ) + (instances + (project "warning-project" + (path "/87c78429-be2b-40ed-8d3b-56cb9666a56f" + (page "3") + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/f_rename_1.kicad_sch b/tests/board_samples/kicad_8/f_rename_1.kicad_sch index c057ecb93..27386572a 100644 --- a/tests/board_samples/kicad_8/f_rename_1.kicad_sch +++ b/tests/board_samples/kicad_8/f_rename_1.kicad_sch @@ -1,648 +1,1541 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (lib_symbols - (symbol "Device:LED_ALT" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED_ALT" (at 0 -2.54 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" "LED diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Light emitting diode, filled shape" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LED_ALT_0_1" - (polyline - (pts - (xy -1.27 -1.27) - (xy -1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy 1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.27) - (xy 1.27 1.27) - (xy -1.27 0) - (xy 1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -3.048 -0.762) - (xy -4.572 -2.286) - (xy -3.81 -2.286) - (xy -4.572 -2.286) - (xy -4.572 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 -0.762) - (xy -3.302 -2.286) - (xy -2.54 -2.286) - (xy -3.302 -2.286) - (xy -3.302 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "LED_ALT_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R_US" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.54 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R_US" (at -2.54 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 1.016 -0.254 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, US symbol" (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_US_0_1" - (polyline - (pts - (xy 0 -2.286) - (xy 0 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.286) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -0.762) - (xy 1.016 -1.143) - (xy 0 -1.524) - (xy -1.016 -1.905) - (xy 0 -2.286) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0.762) - (xy 1.016 0.381) - (xy 0 0) - (xy -1.016 -0.381) - (xy 0 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.286) - (xy 1.016 1.905) - (xy 0 1.524) - (xy -1.016 1.143) - (xy 0 0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "R_US_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:+3.3V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3.3V" (at 0 3.556 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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+3.3V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+3.3V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+3.3V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+3V3" (effects (font (size 1.27 1.27)))) - (number "1" (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" "power-flag" (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)))) - ) - ) - ) - ) - - - (polyline (pts (xy 152.4 68.58) (xy 191.77 68.58)) - (stroke (width 0) (type default)) - (uuid 0088d107-13d8-496c-8da6-7bbeb9d096b0) - ) - - (wire (pts (xy 127 78.74) (xy 133.35 78.74)) - (stroke (width 0) (type default)) - (uuid 2f3deced-880d-4075-a81b-95c62da5b94d) - ) - (wire (pts (xy 156.21 78.74) (xy 161.29 78.74)) - (stroke (width 0) (type default)) - (uuid 35354519-a28c-40c4-befd-0943e98dea53) - ) - (wire (pts (xy 168.91 78.74) (xy 175.26 78.74)) - (stroke (width 0) (type default)) - (uuid 38f2d955-ea7a-4a21-aba6-02ae23f1bd4a) - ) - (wire (pts (xy 114.3 78.74) (xy 119.38 78.74)) - (stroke (width 0) (type default)) - (uuid 3cfcbcc7-4f45-46ab-82a8-c414c7972161) - ) - (polyline (pts (xy 149.86 88.9) (xy 110.49 88.9)) - (stroke (width 0) (type default)) - (uuid 417f13e4-c121-485a-a6b5-8b55e70350b8) - ) - - (wire (pts (xy 140.97 78.74) (xy 146.05 78.74)) - (stroke (width 0) (type default)) - (uuid 4d609e7c-74c9-4ae9-a26d-946ff00c167d) - ) - (wire (pts (xy 156.21 76.2) (xy 156.21 78.74)) - (stroke (width 0) (type default)) - (uuid 632acde9-b7fd-4f04-8cb4-d2cbb06b3595) - ) - (polyline (pts (xy 152.4 88.9) (xy 152.4 68.58)) - (stroke (width 0) (type default)) - (uuid 67621f9e-0a6a-4778-ad69-04dcf300659c) - ) - (polyline (pts (xy 191.77 88.9) (xy 152.4 88.9)) - (stroke (width 0) (type default)) - (uuid 68e09be7-3bbc-4443-a838-209ce20b2bef) - ) - (polyline (pts (xy 191.77 68.58) (xy 191.77 88.9)) - (stroke (width 0) (type default)) - (uuid 6a780180-586a-4241-a52d-dc7a5ffcc966) - ) - - (wire (pts (xy 182.88 78.74) (xy 187.96 78.74)) - (stroke (width 0) (type default)) - (uuid 6b25f522-8e2d-4cd8-9d5d-a2b80f60133b) - ) - (wire (pts (xy 146.05 78.74) (xy 146.05 81.28)) - (stroke (width 0) (type default)) - (uuid 786b6072-5772-4bc1-8eeb-6c4e19f2a91b) - ) - (polyline (pts (xy 149.86 68.58) (xy 149.86 88.9)) - (stroke (width 0) (type default)) - (uuid 9dab0cb7-2557-4419-963b-5ae736517f62) - ) - - (wire (pts (xy 114.3 76.2) (xy 114.3 78.74)) - (stroke (width 0) (type default)) - (uuid a501555e-bbc7-4b58-ad89-28a0cd3dd6d0) - ) - (polyline (pts (xy 110.49 88.9) (xy 110.49 68.58)) - (stroke (width 0) (type default)) - (uuid c201e1b2-fc01-4110-bdaa-a33290468c83) - ) - - (wire (pts (xy 187.96 78.74) (xy 187.96 81.28)) - (stroke (width 0) (type default)) - (uuid dabe541b-b164-4180-97a4-5ca761b86800) - ) - (polyline (pts (xy 110.49 68.58) (xy 149.86 68.58)) - (stroke (width 0) (type default)) - (uuid e12e827e-36be-4503-8eef-6fc7e8bc5d49) - ) - - (text "[Prod] R1=4.7K / [Dev] R1=1K" (at 110.49 68.58 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 128e34ce-eee7-477d-b905-a493e98db783) - ) - (text "[Prod] R2, D2=dnp" (at 152.4 68.58 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid c801d42e-dd94-493e-bd2f-6c3ddad43f55) - ) - - (symbol (lib_id "Device:R_US") (at 123.19 78.74 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd0409) - (property "Reference" "R1" (at 123.825 81.28 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "RES-000007-00" (at 111.76 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Resistors:R0402" (at 104.14 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer" "Stackpole Electronics Inc" (at 109.22 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer Part Number" "RMCF0402FT4K70" (at 106.68 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Resistance (Ohms)" "4.7K" (at 123.825 74.93 90) - (effects (font (size 1.27 1.27))) - ) - (property "Tolerance (%)" "±1%" (at 120.65 82.55 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Package Type" "0402" (at 123.825 76.835 90) - (effects (font (size 1.27 1.27))) - ) - (property "Power (Watts)" "1/16W" (at 115.57 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "DEV:Value" "RES-000045-00" (at 123.19 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "DEV:Manufacturer" "Yageo" (at 123.19 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "DEV:Manufacturer Part Number" "RC0402FR-071KL" (at 123.19 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "DEV:Description" "RES SMD 1K OHM 1% 1/16W 0402" (at 123.19 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 74a79877-8958-41da-8944-562e6bba6c01)) - (pin "2" (uuid ecc742f9-8e62-4db4-90e9-b040a131cae6)) - (instances - (project "f_rename_1" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED_ALT") (at 137.16 78.74 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd1589) - (property "Reference" "D1" (at 137.16 86.614 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "DIO-000062-00" (at 137.16 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Diodes:LED0603-YELLOW" (at 137.16 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 137.16 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer" "Würth Elektronik" (at 137.16 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer Part Number" "150060YS75000" (at 137.16 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Part Number" "150060YS75000" (at 137.16 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Forward Voltage (Volt)" "2V" (at 137.16 84.3026 0) - (effects (font (size 1.27 1.27))) - ) - (property "LED Color" "Yellow" (at 137.16 81.9912 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid 3081c45f-0a62-4dc8-a706-c2b3c5e194d8)) - (pin "2" (uuid 3258ef2e-7dfd-4b7b-a84c-a8f03af613a6)) - (instances - (project "f_rename_1" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3.3V") (at 114.3 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd2ce3) - (property "Reference" "#PWR0101" (at 114.3 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3.3V" (at 114.3 71.8058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 76.2 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 114.3 76.2 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 5d56d28a-c4af-4430-8964-9b60bd37a4ca)) - (instances - (project "f_rename_1" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 146.05 81.28 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd32e7) - (property "Reference" "#PWR0102" (at 146.05 85.598 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 146.05 85.09 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 146.05 78.74 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 145.542 83.566 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid cce66d06-ed54-4eae-867a-a3f52946556d)) - (instances - (project "f_rename_1" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0102") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_US") (at 165.1 78.74 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd4c1b) - (property "Reference" "R2" (at 165.1 81.28 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "RES-000007-00" (at 153.67 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Resistors:R0402" (at 146.05 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 156.21 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer" "Stackpole Electronics Inc" (at 151.13 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer Part Number" "RMCF0402FT4K70" (at 148.59 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Resistance (Ohms)" "4.7K" (at 165.1 74.295 90) - (effects (font (size 1.27 1.27))) - ) - (property "Tolerance (%)" "±1%" (at 162.56 82.55 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Package Type" "0402" (at 165.1 76.2 90) - (effects (font (size 1.27 1.27))) - ) - (property "Power (Watts)" "1/16W" (at 157.48 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "PROD" "dnp" (at 165.1 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 35328af0-2bbe-4eda-b255-c9bb9c6e435e)) - (pin "2" (uuid e794ab59-7bcd-4983-8681-ae56dc6f451c)) - (instances - (project "f_rename_1" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED_ALT") (at 179.07 78.74 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd4c26) - (property "Reference" "D2" (at 179.07 86.614 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "DIO-000062-00" (at 179.07 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Diodes:LED0603-YELLOW" (at 179.07 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 179.07 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer" "Würth Elektronik" (at 179.07 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer Part Number" "150060YS75000" (at 179.07 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Part Number" "150060YS75000" (at 179.07 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Forward Voltage (Volt)" "2V" (at 179.07 84.3026 0) - (effects (font (size 1.27 1.27))) - ) - (property "LED Color" "Yellow" (at 179.07 81.9912 0) - (effects (font (size 1.27 1.27))) - ) - (property "PROD" "dnp" (at 179.07 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0d525ad4-3f7e-4e8e-b572-5aed774da48c)) - (pin "2" (uuid 64c39fd2-36c7-4cd2-b0b8-1a1e70b12069)) - (instances - (project "f_rename_1" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3.3V") (at 156.21 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd4c2c) - (property "Reference" "#PWR0103" (at 156.21 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3.3V" (at 156.21 71.8058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 156.21 76.2 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 156.21 76.2 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid bc94524b-c378-44e8-acce-7c1ac0292375)) - (instances - (project "f_rename_1" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0103") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 187.96 81.28 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd4c32) - (property "Reference" "#PWR0104" (at 187.96 85.598 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 187.96 85.09 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 187.96 78.74 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 187.452 83.566 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid ed4be033-e859-4855-b148-62dd9430802f)) - (instances - (project "f_rename_1" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0104") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (lib_symbols + (symbol "Device:LED_ALT" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED_ALT" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode, filled shape" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_ALT_0_1" + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_ALT_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R_US" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_US" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 1.016 -0.254 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_US_0_1" + (polyline + (pts + (xy 0 -2.286) (xy 0 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.286) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -0.762) (xy 1.016 -1.143) (xy 0 -1.524) (xy -1.016 -1.905) (xy 0 -2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0.762) (xy 1.016 0.381) (xy 0 0) (xy -1.016 -0.381) (xy 0 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.286) (xy 1.016 1.905) (xy 0 1.524) (xy -1.016 1.143) (xy 0 0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_US_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:+3.3V" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3.3V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+3.3V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+3.3V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "+3V3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (polyline + (pts + (xy 152.4 68.58) (xy 191.77 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0088d107-13d8-496c-8da6-7bbeb9d096b0") + ) + (wire + (pts + (xy 127 78.74) (xy 133.35 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2f3deced-880d-4075-a81b-95c62da5b94d") + ) + (wire + (pts + (xy 156.21 78.74) (xy 161.29 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "35354519-a28c-40c4-befd-0943e98dea53") + ) + (wire + (pts + (xy 168.91 78.74) (xy 175.26 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "38f2d955-ea7a-4a21-aba6-02ae23f1bd4a") + ) + (wire + (pts + (xy 114.3 78.74) (xy 119.38 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3cfcbcc7-4f45-46ab-82a8-c414c7972161") + ) + (polyline + (pts + (xy 149.86 88.9) (xy 110.49 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "417f13e4-c121-485a-a6b5-8b55e70350b8") + ) + (wire + (pts + (xy 140.97 78.74) (xy 146.05 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4d609e7c-74c9-4ae9-a26d-946ff00c167d") + ) + (wire + (pts + (xy 156.21 76.2) (xy 156.21 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "632acde9-b7fd-4f04-8cb4-d2cbb06b3595") + ) + (polyline + (pts + (xy 152.4 88.9) (xy 152.4 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "67621f9e-0a6a-4778-ad69-04dcf300659c") + ) + (polyline + (pts + (xy 191.77 88.9) (xy 152.4 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "68e09be7-3bbc-4443-a838-209ce20b2bef") + ) + (polyline + (pts + (xy 191.77 68.58) (xy 191.77 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a780180-586a-4241-a52d-dc7a5ffcc966") + ) + (wire + (pts + (xy 182.88 78.74) (xy 187.96 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b25f522-8e2d-4cd8-9d5d-a2b80f60133b") + ) + (wire + (pts + (xy 146.05 78.74) (xy 146.05 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "786b6072-5772-4bc1-8eeb-6c4e19f2a91b") + ) + (polyline + (pts + (xy 149.86 68.58) (xy 149.86 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9dab0cb7-2557-4419-963b-5ae736517f62") + ) + (wire + (pts + (xy 114.3 76.2) (xy 114.3 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a501555e-bbc7-4b58-ad89-28a0cd3dd6d0") + ) + (polyline + (pts + (xy 110.49 88.9) (xy 110.49 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c201e1b2-fc01-4110-bdaa-a33290468c83") + ) + (wire + (pts + (xy 187.96 78.74) (xy 187.96 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dabe541b-b164-4180-97a4-5ca761b86800") + ) + (polyline + (pts + (xy 110.49 68.58) (xy 149.86 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e12e827e-36be-4503-8eef-6fc7e8bc5d49") + ) + (text "[Prod] R1=4.7K / [Dev] R1=1K" + (exclude_from_sim no) + (at 110.49 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "128e34ce-eee7-477d-b905-a493e98db783") + ) + (text "[Prod] R2, D2=dnp" + (exclude_from_sim no) + (at 152.4 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c801d42e-dd94-493e-bd2f-6c3ddad43f55") + ) + (symbol + (lib_id "Device:R_US") + (at 123.19 78.74 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd0409") + (property "Reference" "R1" + (at 123.825 81.28 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "RES-000007-00" + (at 111.76 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Resistors:R0402" + (at 104.14 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 123.19 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Stackpole Electronics Inc" + (at 109.22 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer Part Number" "RMCF0402FT4K70" + (at 106.68 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance (Ohms)" "4.7K" + (at 123.825 74.93 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Tolerance (%)" "±1%" + (at 120.65 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Package Type" "0402" + (at 123.825 76.835 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power (Watts)" "1/16W" + (at 115.57 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "DEV:Value" "RES-000045-00" + (at 123.19 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "DEV:Manufacturer" "Yageo" + (at 123.19 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "DEV:Manufacturer Part Number" "RC0402FR-071KL" + (at 123.19 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "DEV:Description" "RES SMD 1K OHM 1% 1/16W 0402" + (at 123.19 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "74a79877-8958-41da-8944-562e6bba6c01") + ) + (pin "2" + (uuid "ecc742f9-8e62-4db4-90e9-b040a131cae6") + ) + (instances + (project "f_rename_1" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_ALT") + (at 137.16 78.74 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd1589") + (property "Reference" "D1" + (at 137.16 86.614 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DIO-000062-00" + (at 137.16 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Diodes:LED0603-YELLOW" + (at 137.16 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 137.16 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 137.16 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Würth Elektronik" + (at 137.16 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer Part Number" "150060YS75000" + (at 137.16 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Part Number" "150060YS75000" + (at 137.16 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Forward Voltage (Volt)" "2V" + (at 137.16 84.3026 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LED Color" "Yellow" + (at 137.16 81.9912 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3081c45f-0a62-4dc8-a706-c2b3c5e194d8") + ) + (pin "2" + (uuid "3258ef2e-7dfd-4b7b-a84c-a8f03af613a6") + ) + (instances + (project "f_rename_1" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3.3V") + (at 114.3 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd2ce3") + (property "Reference" "#PWR0101" + (at 114.3 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 114.3 71.8058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 76.2 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 114.3 76.2 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 114.3 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5d56d28a-c4af-4430-8964-9b60bd37a4ca") + ) + (instances + (project "f_rename_1" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 146.05 81.28 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd32e7") + (property "Reference" "#PWR0102" + (at 146.05 85.598 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 146.05 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 146.05 78.74 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 145.542 83.566 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 146.05 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cce66d06-ed54-4eae-867a-a3f52946556d") + ) + (instances + (project "f_rename_1" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0102") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 165.1 78.74 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd4c1b") + (property "Reference" "R2" + (at 165.1 81.28 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "RES-000007-00" + (at 153.67 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Resistors:R0402" + (at 146.05 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 156.21 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 165.1 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Stackpole Electronics Inc" + (at 151.13 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer Part Number" "RMCF0402FT4K70" + (at 148.59 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance (Ohms)" "4.7K" + (at 165.1 74.295 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Tolerance (%)" "±1%" + (at 162.56 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Package Type" "0402" + (at 165.1 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power (Watts)" "1/16W" + (at 157.48 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "PROD" "dnp" + (at 165.1 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "35328af0-2bbe-4eda-b255-c9bb9c6e435e") + ) + (pin "2" + (uuid "e794ab59-7bcd-4983-8681-ae56dc6f451c") + ) + (instances + (project "f_rename_1" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_ALT") + (at 179.07 78.74 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd4c26") + (property "Reference" "D2" + (at 179.07 86.614 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DIO-000062-00" + (at 179.07 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Diodes:LED0603-YELLOW" + (at 179.07 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 179.07 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Würth Elektronik" + (at 179.07 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer Part Number" "150060YS75000" + (at 179.07 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Part Number" "150060YS75000" + (at 179.07 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Forward Voltage (Volt)" "2V" + (at 179.07 84.3026 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LED Color" "Yellow" + (at 179.07 81.9912 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "PROD" "dnp" + (at 179.07 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0d525ad4-3f7e-4e8e-b572-5aed774da48c") + ) + (pin "2" + (uuid "64c39fd2-36c7-4cd2-b0b8-1a1e70b12069") + ) + (instances + (project "f_rename_1" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3.3V") + (at 156.21 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd4c2c") + (property "Reference" "#PWR0103" + (at 156.21 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 156.21 71.8058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 156.21 76.2 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 156.21 76.2 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 156.21 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bc94524b-c378-44e8-acce-7c1ac0292375") + ) + (instances + (project "f_rename_1" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0103") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 187.96 81.28 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd4c32") + (property "Reference" "#PWR0104" + (at 187.96 85.598 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 187.96 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 187.96 78.74 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 187.452 83.566 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 187.96 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ed4be033-e859-4855-b148-62dd9430802f") + ) + (instances + (project "f_rename_1" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0104") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/f_rename_2.kicad_sch b/tests/board_samples/kicad_8/f_rename_2.kicad_sch index 01e628af4..e3b91554d 100644 --- a/tests/board_samples/kicad_8/f_rename_2.kicad_sch +++ b/tests/board_samples/kicad_8/f_rename_2.kicad_sch @@ -1,648 +1,1541 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (lib_symbols - (symbol "Device:LED_ALT" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LED_ALT" (at 0 -2.54 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" "LED diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Light emitting diode, filled shape" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LED_ALT_0_1" - (polyline - (pts - (xy -1.27 -1.27) - (xy -1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 0) - (xy 1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.27) - (xy 1.27 1.27) - (xy -1.27 0) - (xy 1.27 -1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -3.048 -0.762) - (xy -4.572 -2.286) - (xy -3.81 -2.286) - (xy -4.572 -2.286) - (xy -4.572 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 -0.762) - (xy -3.302 -2.286) - (xy -2.54 -2.286) - (xy -3.302 -2.286) - (xy -3.302 -1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "LED_ALT_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R_US" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.54 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R_US" (at -2.54 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 1.016 -0.254 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, US symbol" (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_US_0_1" - (polyline - (pts - (xy 0 -2.286) - (xy 0 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.286) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -0.762) - (xy 1.016 -1.143) - (xy 0 -1.524) - (xy -1.016 -1.905) - (xy 0 -2.286) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0.762) - (xy 1.016 0.381) - (xy 0 0) - (xy -1.016 -0.381) - (xy 0 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.286) - (xy 1.016 1.905) - (xy 0 1.524) - (xy -1.016 1.143) - (xy 0 0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "R_US_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:+3.3V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3.3V" (at 0 3.556 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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+3.3V\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+3.3V_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+3.3V_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+3V3" (effects (font (size 1.27 1.27)))) - (number "1" (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" "power-flag" (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)))) - ) - ) - ) - ) - - - (polyline (pts (xy 152.4 88.9) (xy 152.4 68.58)) - (stroke (width 0) (type default)) - (uuid 0088d107-13d8-496c-8da6-7bbeb9d096b0) - ) - - (wire (pts (xy 114.3 78.74) (xy 119.38 78.74)) - (stroke (width 0) (type default)) - (uuid 0c30a4be-5679-499f-8c5b-5f3024f9d6cf) - ) - (wire (pts (xy 168.91 78.74) (xy 175.26 78.74)) - (stroke (width 0) (type default)) - (uuid 0f41a909-27c4-4be2-9d5e-9ae2108c8ff5) - ) - (wire (pts (xy 156.21 78.74) (xy 161.29 78.74)) - (stroke (width 0) (type default)) - (uuid 1b54105e-6590-4d26-a763-ecfcf81eedc4) - ) - (wire (pts (xy 187.96 78.74) (xy 187.96 81.28)) - (stroke (width 0) (type default)) - (uuid 35354519-a28c-40c4-befd-0943e98dea53) - ) - (polyline (pts (xy 110.49 68.58) (xy 149.86 68.58)) - (stroke (width 0) (type default)) - (uuid 38f2d955-ea7a-4a21-aba6-02ae23f1bd4a) - ) - - (wire (pts (xy 146.05 78.74) (xy 146.05 81.28)) - (stroke (width 0) (type default)) - (uuid 3cfcbcc7-4f45-46ab-82a8-c414c7972161) - ) - (polyline (pts (xy 191.77 68.58) (xy 191.77 88.9)) - (stroke (width 0) (type default)) - (uuid 417f13e4-c121-485a-a6b5-8b55e70350b8) - ) - - (wire (pts (xy 114.3 76.2) (xy 114.3 78.74)) - (stroke (width 0) (type default)) - (uuid 4dc6088c-89a5-4db7-b3ae-db4b6396ad49) - ) - (wire (pts (xy 182.88 78.74) (xy 187.96 78.74)) - (stroke (width 0) (type default)) - (uuid 632acde9-b7fd-4f04-8cb4-d2cbb06b3595) - ) - (polyline (pts (xy 149.86 68.58) (xy 149.86 88.9)) - (stroke (width 0) (type default)) - (uuid 6b25f522-8e2d-4cd8-9d5d-a2b80f60133b) - ) - (polyline (pts (xy 152.4 68.58) (xy 191.77 68.58)) - (stroke (width 0) (type default)) - (uuid 9dab0cb7-2557-4419-963b-5ae736517f62) - ) - - (wire (pts (xy 140.97 78.74) (xy 146.05 78.74)) - (stroke (width 0) (type default)) - (uuid a501555e-bbc7-4b58-ad89-28a0cd3dd6d0) - ) - (wire (pts (xy 156.21 76.2) (xy 156.21 78.74)) - (stroke (width 0) (type default)) - (uuid afd3dbad-e7a8-4e4c-b77c-4065a69aefa2) - ) - (polyline (pts (xy 191.77 88.9) (xy 152.4 88.9)) - (stroke (width 0) (type default)) - (uuid c201e1b2-fc01-4110-bdaa-a33290468c83) - ) - (polyline (pts (xy 149.86 88.9) (xy 110.49 88.9)) - (stroke (width 0) (type default)) - (uuid dabe541b-b164-4180-97a4-5ca761b86800) - ) - - (wire (pts (xy 127 78.74) (xy 133.35 78.74)) - (stroke (width 0) (type default)) - (uuid db83d0af-e085-4050-8496-fa2ebdecbd62) - ) - (polyline (pts (xy 110.49 88.9) (xy 110.49 68.58)) - (stroke (width 0) (type default)) - (uuid e12e827e-36be-4503-8eef-6fc7e8bc5d49) - ) - - (text "[Prod] R2, D2=dnp" (at 152.4 68.58 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 68e09be7-3bbc-4443-a838-209ce20b2bef) - ) - (text "[Prod] R1=4.7K / [Dev] R1=1K" (at 110.49 68.58 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 6a780180-586a-4241-a52d-dc7a5ffcc966) - ) - - (symbol (lib_id "Device:R_US") (at 123.19 78.74 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd0409) - (property "Reference" "R1" (at 123.825 81.28 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "RES-000007-00" (at 111.76 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Resistors:R0402" (at 104.14 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer" "Stackpole Electronics Inc" (at 109.22 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer Part Number" "RMCF0402FT4K70" (at 106.68 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Resistance (Ohms)" "4.7K" (at 123.825 74.93 90) - (effects (font (size 1.27 1.27))) - ) - (property "Tolerance (%)" "±1%" (at 120.65 82.55 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Package Type" "0402" (at 123.825 76.835 90) - (effects (font (size 1.27 1.27))) - ) - (property "Power (Watts)" "1/16W" (at 115.57 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "kicost.DEV:Value" "RES-000045-00" (at 123.19 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "kicost.DEV:Manufacturer" "Yageo" (at 123.19 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "kicost.DEV:Manufacturer Part Number" "RC0402FR-071KL" (at 123.19 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "kicost.DEV:Description" "RES SMD 1K OHM 1% 1/16W 0402" (at 123.19 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 74a79877-8958-41da-8944-562e6bba6c01)) - (pin "2" (uuid ecc742f9-8e62-4db4-90e9-b040a131cae6)) - (instances - (project "f_rename_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED_ALT") (at 137.16 78.74 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd1589) - (property "Reference" "D1" (at 137.16 86.614 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "DIO-000062-00" (at 137.16 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Diodes:LED0603-YELLOW" (at 137.16 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 137.16 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer" "Würth Elektronik" (at 137.16 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer Part Number" "150060YS75000" (at 137.16 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Part Number" "150060YS75000" (at 137.16 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Forward Voltage (Volt)" "2V" (at 137.16 84.3026 0) - (effects (font (size 1.27 1.27))) - ) - (property "LED Color" "Yellow" (at 137.16 81.9912 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid 3081c45f-0a62-4dc8-a706-c2b3c5e194d8)) - (pin "2" (uuid 3258ef2e-7dfd-4b7b-a84c-a8f03af613a6)) - (instances - (project "f_rename_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3.3V") (at 114.3 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd2ce3) - (property "Reference" "#PWR0101" (at 114.3 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3.3V" (at 114.3 71.8058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 76.2 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 114.3 76.2 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid 5d56d28a-c4af-4430-8964-9b60bd37a4ca)) - (instances - (project "f_rename_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 146.05 81.28 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd32e7) - (property "Reference" "#PWR0102" (at 146.05 85.598 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 146.05 85.09 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 146.05 78.74 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 145.542 83.566 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid cce66d06-ed54-4eae-867a-a3f52946556d)) - (instances - (project "f_rename_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0102") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_US") (at 165.1 78.74 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd4c1b) - (property "Reference" "R2" (at 165.1 81.28 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "RES-000007-00" (at 153.67 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Resistors:R0402" (at 146.05 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 156.21 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer" "Stackpole Electronics Inc" (at 151.13 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer Part Number" "RMCF0402FT4K70" (at 148.59 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Resistance (Ohms)" "4.7K" (at 165.1 74.295 90) - (effects (font (size 1.27 1.27))) - ) - (property "Tolerance (%)" "±1%" (at 162.56 82.55 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Package Type" "0402" (at 165.1 76.2 90) - (effects (font (size 1.27 1.27))) - ) - (property "Power (Watts)" "1/16W" (at 157.48 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "kicost.PROD" "dnp" (at 165.1 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 35328af0-2bbe-4eda-b255-c9bb9c6e435e)) - (pin "2" (uuid e794ab59-7bcd-4983-8681-ae56dc6f451c)) - (instances - (project "f_rename_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED_ALT") (at 179.07 78.74 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd4c26) - (property "Reference" "D2" (at 179.07 86.614 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "DIO-000062-00" (at 179.07 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Diodes:LED0603-YELLOW" (at 179.07 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 179.07 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer" "Würth Elektronik" (at 179.07 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Manufacturer Part Number" "150060YS75000" (at 179.07 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Part Number" "150060YS75000" (at 179.07 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Forward Voltage (Volt)" "2V" (at 179.07 84.3026 0) - (effects (font (size 1.27 1.27))) - ) - (property "LED Color" "Yellow" (at 179.07 81.9912 0) - (effects (font (size 1.27 1.27))) - ) - (property "kicost.PROD" "dnp" (at 179.07 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0d525ad4-3f7e-4e8e-b572-5aed774da48c)) - (pin "2" (uuid 64c39fd2-36c7-4cd2-b0b8-1a1e70b12069)) - (instances - (project "f_rename_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3.3V") (at 156.21 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd4c2c) - (property "Reference" "#PWR0103" (at 156.21 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3.3V" (at 156.21 71.8058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 156.21 76.2 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 156.21 76.2 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid bc94524b-c378-44e8-acce-7c1ac0292375)) - (instances - (project "f_rename_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0103") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 187.96 81.28 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005fdd4c32) - (property "Reference" "#PWR0104" (at 187.96 85.598 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 187.96 85.09 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 187.96 78.74 0) - (effects (font (size 1.524 1.524))) - ) - (property "Datasheet" "" (at 187.452 83.566 0) - (effects (font (size 1.524 1.524))) - ) - (pin "1" (uuid ed4be033-e859-4855-b148-62dd9430802f)) - (instances - (project "f_rename_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0104") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (lib_symbols + (symbol "Device:LED_ALT" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED_ALT" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode, filled shape" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_ALT_0_1" + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_ALT_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R_US" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_US" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 1.016 -0.254 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_US_0_1" + (polyline + (pts + (xy 0 -2.286) (xy 0 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.286) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -0.762) (xy 1.016 -1.143) (xy 0 -1.524) (xy -1.016 -1.905) (xy 0 -2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0.762) (xy 1.016 0.381) (xy 0 0) (xy -1.016 -0.381) (xy 0 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.286) (xy 1.016 1.905) (xy 0 1.524) (xy -1.016 1.143) (xy 0 0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_US_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:+3.3V" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3.3V" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+3.3V_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+3.3V_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "+3V3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (polyline + (pts + (xy 152.4 88.9) (xy 152.4 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0088d107-13d8-496c-8da6-7bbeb9d096b0") + ) + (wire + (pts + (xy 114.3 78.74) (xy 119.38 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0c30a4be-5679-499f-8c5b-5f3024f9d6cf") + ) + (wire + (pts + (xy 168.91 78.74) (xy 175.26 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f41a909-27c4-4be2-9d5e-9ae2108c8ff5") + ) + (wire + (pts + (xy 156.21 78.74) (xy 161.29 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1b54105e-6590-4d26-a763-ecfcf81eedc4") + ) + (wire + (pts + (xy 187.96 78.74) (xy 187.96 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "35354519-a28c-40c4-befd-0943e98dea53") + ) + (polyline + (pts + (xy 110.49 68.58) (xy 149.86 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "38f2d955-ea7a-4a21-aba6-02ae23f1bd4a") + ) + (wire + (pts + (xy 146.05 78.74) (xy 146.05 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3cfcbcc7-4f45-46ab-82a8-c414c7972161") + ) + (polyline + (pts + (xy 191.77 68.58) (xy 191.77 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "417f13e4-c121-485a-a6b5-8b55e70350b8") + ) + (wire + (pts + (xy 114.3 76.2) (xy 114.3 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4dc6088c-89a5-4db7-b3ae-db4b6396ad49") + ) + (wire + (pts + (xy 182.88 78.74) (xy 187.96 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "632acde9-b7fd-4f04-8cb4-d2cbb06b3595") + ) + (polyline + (pts + (xy 149.86 68.58) (xy 149.86 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b25f522-8e2d-4cd8-9d5d-a2b80f60133b") + ) + (polyline + (pts + (xy 152.4 68.58) (xy 191.77 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9dab0cb7-2557-4419-963b-5ae736517f62") + ) + (wire + (pts + (xy 140.97 78.74) (xy 146.05 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a501555e-bbc7-4b58-ad89-28a0cd3dd6d0") + ) + (wire + (pts + (xy 156.21 76.2) (xy 156.21 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "afd3dbad-e7a8-4e4c-b77c-4065a69aefa2") + ) + (polyline + (pts + (xy 191.77 88.9) (xy 152.4 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c201e1b2-fc01-4110-bdaa-a33290468c83") + ) + (polyline + (pts + (xy 149.86 88.9) (xy 110.49 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dabe541b-b164-4180-97a4-5ca761b86800") + ) + (wire + (pts + (xy 127 78.74) (xy 133.35 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "db83d0af-e085-4050-8496-fa2ebdecbd62") + ) + (polyline + (pts + (xy 110.49 88.9) (xy 110.49 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e12e827e-36be-4503-8eef-6fc7e8bc5d49") + ) + (text "[Prod] R2, D2=dnp" + (exclude_from_sim no) + (at 152.4 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "68e09be7-3bbc-4443-a838-209ce20b2bef") + ) + (text "[Prod] R1=4.7K / [Dev] R1=1K" + (exclude_from_sim no) + (at 110.49 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6a780180-586a-4241-a52d-dc7a5ffcc966") + ) + (symbol + (lib_id "Device:R_US") + (at 123.19 78.74 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd0409") + (property "Reference" "R1" + (at 123.825 81.28 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "RES-000007-00" + (at 111.76 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Resistors:R0402" + (at 104.14 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 123.19 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Stackpole Electronics Inc" + (at 109.22 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer Part Number" "RMCF0402FT4K70" + (at 106.68 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance (Ohms)" "4.7K" + (at 123.825 74.93 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Tolerance (%)" "±1%" + (at 120.65 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Package Type" "0402" + (at 123.825 76.835 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power (Watts)" "1/16W" + (at 115.57 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "kicost.DEV:Value" "RES-000045-00" + (at 123.19 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "kicost.DEV:Manufacturer" "Yageo" + (at 123.19 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "kicost.DEV:Manufacturer Part Number" "RC0402FR-071KL" + (at 123.19 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "kicost.DEV:Description" "RES SMD 1K OHM 1% 1/16W 0402" + (at 123.19 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "74a79877-8958-41da-8944-562e6bba6c01") + ) + (pin "2" + (uuid "ecc742f9-8e62-4db4-90e9-b040a131cae6") + ) + (instances + (project "f_rename_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_ALT") + (at 137.16 78.74 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd1589") + (property "Reference" "D1" + (at 137.16 86.614 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DIO-000062-00" + (at 137.16 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Diodes:LED0603-YELLOW" + (at 137.16 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 137.16 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 137.16 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Würth Elektronik" + (at 137.16 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer Part Number" "150060YS75000" + (at 137.16 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Part Number" "150060YS75000" + (at 137.16 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Forward Voltage (Volt)" "2V" + (at 137.16 84.3026 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LED Color" "Yellow" + (at 137.16 81.9912 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "3081c45f-0a62-4dc8-a706-c2b3c5e194d8") + ) + (pin "2" + (uuid "3258ef2e-7dfd-4b7b-a84c-a8f03af613a6") + ) + (instances + (project "f_rename_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3.3V") + (at 114.3 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd2ce3") + (property "Reference" "#PWR0101" + (at 114.3 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 114.3 71.8058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 76.2 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 114.3 76.2 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 114.3 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5d56d28a-c4af-4430-8964-9b60bd37a4ca") + ) + (instances + (project "f_rename_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 146.05 81.28 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd32e7") + (property "Reference" "#PWR0102" + (at 146.05 85.598 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 146.05 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 146.05 78.74 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 145.542 83.566 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 146.05 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cce66d06-ed54-4eae-867a-a3f52946556d") + ) + (instances + (project "f_rename_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0102") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 165.1 78.74 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd4c1b") + (property "Reference" "R2" + (at 165.1 81.28 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "RES-000007-00" + (at 153.67 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Resistors:R0402" + (at 146.05 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 156.21 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 165.1 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Stackpole Electronics Inc" + (at 151.13 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer Part Number" "RMCF0402FT4K70" + (at 148.59 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance (Ohms)" "4.7K" + (at 165.1 74.295 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Tolerance (%)" "±1%" + (at 162.56 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Package Type" "0402" + (at 165.1 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Power (Watts)" "1/16W" + (at 157.48 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "kicost.PROD" "dnp" + (at 165.1 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "35328af0-2bbe-4eda-b255-c9bb9c6e435e") + ) + (pin "2" + (uuid "e794ab59-7bcd-4983-8681-ae56dc6f451c") + ) + (instances + (project "f_rename_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_ALT") + (at 179.07 78.74 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd4c26") + (property "Reference" "D2" + (at 179.07 86.614 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DIO-000062-00" + (at 179.07 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Diodes:LED0603-YELLOW" + (at 179.07 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 179.07 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer" "Würth Elektronik" + (at 179.07 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Manufacturer Part Number" "150060YS75000" + (at 179.07 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Part Number" "150060YS75000" + (at 179.07 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Forward Voltage (Volt)" "2V" + (at 179.07 84.3026 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "LED Color" "Yellow" + (at 179.07 81.9912 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "kicost.PROD" "dnp" + (at 179.07 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0d525ad4-3f7e-4e8e-b572-5aed774da48c") + ) + (pin "2" + (uuid "64c39fd2-36c7-4cd2-b0b8-1a1e70b12069") + ) + (instances + (project "f_rename_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3.3V") + (at 156.21 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd4c2c") + (property "Reference" "#PWR0103" + (at 156.21 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 156.21 71.8058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 156.21 76.2 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 156.21 76.2 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 156.21 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bc94524b-c378-44e8-acce-7c1ac0292375") + ) + (instances + (project "f_rename_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0103") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 187.96 81.28 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005fdd4c32") + (property "Reference" "#PWR0104" + (at 187.96 85.598 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 187.96 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 187.96 78.74 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Datasheet" "" + (at 187.452 83.566 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 187.96 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ed4be033-e859-4855-b148-62dd9430802f") + ) + (instances + (project "f_rename_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0104") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/fail-erc.kicad_sch b/tests/board_samples/kicad_8/fail-erc.kicad_sch index 5fc09ae2a..5c79ce3de 100644 --- a/tests/board_samples/kicad_8/fail-erc.kicad_sch +++ b/tests/board_samples/kicad_8/fail-erc.kicad_sch @@ -1,61 +1,119 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (lib_symbols - ) - - - (wire (pts (xy 110.49 63.246) (xy 138.684 63.246)) - (stroke (width 0) (type default)) - (uuid 0f3c9e3a-9c59-4881-b27a-d0e982b3ea8e) - ) - - (sheet (at 81.788 54.356) (size 28.702 37.084) (fields_autoplaced) - (stroke (width 0) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 00000000-0000-0000-0000-00005ca71704) - (property "Sheetname" "Power" (at 81.788 53.6444 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "power.kicad_sch" (at 81.788 92.0246 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (pin "VCC" output (at 110.49 63.246 0) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid edc9ab4f-487a-48dc-95f2-4d87f0e9cf9e) - ) - (instances - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" (page "2")) - ) - ) - ) - - (sheet (at 138.684 55.372) (size 31.242 36.322) (fields_autoplaced) - (stroke (width 0) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 00000000-0000-0000-0000-00005ca75bc1) - (property "Sheetname" "logic" (at 138.684 54.6604 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "logic.kicad_sch" (at 138.684 92.2786 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (pin "VCC" input (at 138.684 63.246 180) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid bbb15673-6d42-42b8-9d51-7515b3ad9ee9) - ) - (instances - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" (page "3")) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (lib_symbols) + (wire + (pts + (xy 110.49 63.246) (xy 138.684 63.246) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f3c9e3a-9c59-4881-b27a-d0e982b3ea8e") + ) + (sheet + (at 81.788 54.356) + (size 28.702 37.084) + (fields_autoplaced yes) + (stroke + (width 0) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "00000000-0000-0000-0000-00005ca71704") + (property "Sheetname" "Power" + (at 81.788 53.6444 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "power.kicad_sch" + (at 81.788 92.0246 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (pin "VCC" output + (at 110.49 63.246 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "edc9ab4f-487a-48dc-95f2-4d87f0e9cf9e") + ) + (instances + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (page "2") + ) + ) + ) + ) + (sheet + (at 138.684 55.372) + (size 31.242 36.322) + (fields_autoplaced yes) + (stroke + (width 0) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "00000000-0000-0000-0000-00005ca75bc1") + (property "Sheetname" "logic" + (at 138.684 54.6604 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "logic.kicad_sch" + (at 138.684 92.2786 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (pin "VCC" input + (at 138.684 63.246 180) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "bbb15673-6d42-42b8-9d51-7515b3ad9ee9") + ) + (instances + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (page "3") + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/fail-project.kicad_pcb b/tests/board_samples/kicad_8/fail-project.kicad_pcb index f24a4ae94..afdd3f8de 100644 --- a/tests/board_samples/kicad_8/fail-project.kicad_pcb +++ b/tests/board_samples/kicad_8/fail-project.kicad_pcb @@ -1,491 +1,2007 @@ -(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) - ) - - (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.051) - (solder_mask_min_width 0.25) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "/Power/VCC") - (net 2 "GND") - (net 3 "Net-(C2-Pad1)") - (net 4 "Net-(C3-Pad1)") - (net 5 "Net-(C3-Pad2)") - - (footprint "Capacitor_SMD:CP_Elec_3x5.3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca71e81) - (at 177.185001 82.214999 90) - (descr "SMT capacitor, aluminium electrolytic, 3x5.3, Cornell Dubilier Electronics ") - (tags "Capacitor Electrolytic") - (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca7214e") - (attr smd) - (fp_text reference "C3" (at 0 -2.7 90) (layer "F.SilkS") (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value "CP" (at 0 2.7 90) (layer "F.Fab") (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1.76 -1.76) (end 1.76 -1.06) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (fp_line (start -0.870563 -1.76) (end 1.76 -1.76) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb)) - (fp_line (start -2.1875 -1.6225) (end -2.1875 -1.2475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f22151c-f260-4674-b486-4710a2c42a55)) - (fp_line (start -2.375 -1.435) (end -2 -1.435) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1831fb37-1c5d-42c4-b898-151be6fca9dc)) - (fp_line (start -1.570563 -1.06) (end -0.870563 -1.76) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c41b3c8b-634e-435a-b582-96b83bbd4032)) - (fp_line (start -1.570563 1.06) (end -0.870563 1.76) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3)) - (fp_line (start 1.76 1.76) (end 1.76 1.06) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (fp_line (start -0.870563 1.76) (end 1.76 1.76) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce83728b-bebd-48c2-8734-b6a50d837931)) - (fp_line (start 1.9 -1.9) (end 1.9 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe8d9267-7834-48d6-a191-c8724b2ee78d)) - (fp_line (start -0.93 -1.9) (end 1.9 -1.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29e78086-2175-405e-9ba3-c48766d2f50c)) - (fp_line (start 2.85 -1.05) (end 2.85 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cd1bda0-18db-417d-b581-a0c50623df68)) - (fp_line (start 1.9 -1.05) (end 2.85 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b21a65d-d20b-411e-920a-75c343ac5136)) - (fp_line (start -1.78 -1.05) (end -0.93 -1.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c8eb964-bdf4-44de-90e9-e2ab82dd5313)) - (fp_line (start -1.78 -1.05) (end -2.85 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa14c3bd-4acc-4908-9d28-228585a22a9d)) - (fp_line (start -2.85 -1.05) (end -2.85 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9bb20359-0f8b-45bc-9d38-6626ed3a939d)) - (fp_line (start 2.85 1.05) (end 1.9 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d57dcfee-5058-4fc2-a68b-05f9a48f685b)) - (fp_line (start 1.9 1.05) (end 1.9 1.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03c52831-5dc5-43c5-a442-8d23643b46fb)) - (fp_line (start -1.78 1.05) (end -0.93 1.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94a873dc-af67-4ef9-8159-1f7c93eeb3d7)) - (fp_line (start -2.85 1.05) (end -1.78 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d210a96-f81f-42a9-8bf4-1b43c11086f3)) - (fp_line (start -0.93 1.9) (end 1.9 1.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5)) - (fp_line (start 1.65 -1.65) (end 1.65 1.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (fp_line (start -0.825 -1.65) (end 1.65 -1.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - (fp_line (start -0.960469 -0.95) (end -0.960469 -0.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - (fp_line (start -1.65 -0.825) (end -0.825 -1.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11)) - (fp_line (start -1.65 -0.825) (end -1.65 0.825) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 127679a9-3981-4934-815e-896a4e3ff56e)) - (fp_line (start -1.110469 -0.8) (end -0.810469 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144)) - (fp_line (start -1.65 0.825) (end -0.825 1.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f)) - (fp_line (start -0.825 1.65) (end 1.65 1.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 716e31c5-485f-40b5-88e3-a75900da9811)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") (tstamp e857610b-4434-4144-b04e-43c1ebdc5ceb) - (effects (font (size 0.6 0.6) (thickness 0.09))) - ) - (pad "1" smd rect (at -1.5 0 90) (size 2.2 1.6) (layers "F.Cu" "F.Paste" "F.Mask") - (net 4 "Net-(C3-Pad1)") (tstamp 6c2e273e-743c-4f1e-a647-4171f8122550)) - (pad "2" smd rect (at 1.5 0 90) (size 2.2 1.6) (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "Net-(C3-Pad2)") (tstamp 666713b0-70f4-42df-8761-f65bc212d03b)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_3x5.3.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:CP_Elec_3x5.3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca71ea5) - (at 177.185001 75.464999 90) - (descr "SMT capacitor, aluminium electrolytic, 3x5.3, Cornell Dubilier Electronics ") - (tags "Capacitor Electrolytic") - (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca735b9") - (attr smd) - (fp_text reference "C4" (at 0 -2.7 90) (layer "F.SilkS") (tstamp c0515cd2-cdaa-467e-8354-0f6eadfa35c9) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value "CP" (at 0 2.7 90) (layer "F.Fab") (tstamp 1bf544e3-5940-4576-9291-2464e95c0ee2) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 1.76 -1.76) (end 1.76 -1.06) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cbd8faed-e1f8-4406-87c8-58b2c504a5d4)) - (fp_line (start -0.870563 -1.76) (end 1.76 -1.76) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a4ec8d9-3d72-4952-83d4-808f65849a2b)) - (fp_line (start -2.1875 -1.6225) (end -2.1875 -1.2475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d6db888-4e40-41c8-b701-07170fc894bc)) - (fp_line (start -2.375 -1.435) (end -2 -1.435) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bbf981c-a063-4e30-8911-e4228e1c0743)) - (fp_line (start -1.570563 -1.06) (end -0.870563 -1.76) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7edc9030-db7b-43ac-a1b3-b87eeacb4c2d)) - (fp_line (start -1.570563 1.06) (end -0.870563 1.76) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5528bcad-2950-4673-90eb-c37e6952c475)) - (fp_line (start 1.76 1.76) (end 1.76 1.06) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2c93195-af12-4d3e-acdf-bdd0ff675c24)) - (fp_line (start -0.870563 1.76) (end 1.76 1.76) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08a7c925-7fae-4530-b0c9-120e185cb318)) - (fp_line (start 1.9 -1.9) (end 1.9 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66043bca-a260-4915-9fce-8a51d324c687)) - (fp_line (start -0.93 -1.9) (end 1.9 -1.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4a1d3c4-b315-4bec-9220-d12a9eab51e0)) - (fp_line (start 2.85 -1.05) (end 2.85 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b5352a33-563a-4ffe-a231-2e68fb54afa3)) - (fp_line (start 1.9 -1.05) (end 2.85 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 852dabbf-de45-4470-8176-59d37a754407)) - (fp_line (start -1.78 -1.05) (end -0.93 -1.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f54db53-a272-4955-88fb-d7ab00657bb0)) - (fp_line (start -1.78 -1.05) (end -2.85 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 922058ca-d09a-45fd-8394-05f3e2c1e03a)) - (fp_line (start -2.85 -1.05) (end -2.85 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97fe9c60-586f-4895-8504-4d3729f5f81a)) - (fp_line (start 2.85 1.05) (end 1.9 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31e08896-1992-4725-96d9-9d2728bca7a3)) - (fp_line (start 1.9 1.05) (end 1.9 1.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6441b183-b8f2-458f-a23d-60e2b1f66dd6)) - (fp_line (start -1.78 1.05) (end -0.93 1.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80094b70-85ab-4ff6-934b-60d5ee65023a)) - (fp_line (start -2.85 1.05) (end -1.78 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bdc7face-9f7c-4701-80bb-4cc144448db1)) - (fp_line (start -0.93 1.9) (end 1.9 1.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bfc0aadc-38cf-466e-a642-68fdc3138c78)) - (fp_line (start 1.65 -1.65) (end 1.65 1.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b88717bd-086f-46cd-9d3f-0396009d0996)) - (fp_line (start -0.825 -1.65) (end 1.65 -1.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63ff1c93-3f96-4c33-b498-5dd8c33bccc0)) - (fp_line (start -0.960469 -0.95) (end -0.960469 -0.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 240e07e1-770b-4b27-894f-29fd601c924d)) - (fp_line (start -1.65 -0.825) (end -0.825 -1.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b0a1687-7e1b-4a04-a30b-c27a072a2949)) - (fp_line (start -1.65 -0.825) (end -1.65 0.825) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b)) - (fp_line (start -1.110469 -0.8) (end -0.810469 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 003c2200-0632-4808-a662-8ddd5d30c768)) - (fp_line (start -1.65 0.825) (end -0.825 1.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee27d19c-8dca-4ac8-a760-6dfd54d28071)) - (fp_line (start -0.825 1.65) (end 1.65 1.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e1b837f-0d34-4a18-9644-9ee68f141f46)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 61fe293f-6808-4b7f-9340-9aaac7054a97)) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") (tstamp 3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7) - (effects (font (size 0.6 0.6) (thickness 0.09))) - ) - (pad "1" smd rect (at -1.5 0 90) (size 2.2 1.6) (layers "F.Cu" "F.Paste" "F.Mask") - (net 4 "Net-(C3-Pad1)") (tstamp 8da933a9-35f8-42e6-8504-d1bab7264306)) - (pad "2" smd rect (at 1.5 0 90) (size 2.2 1.6) (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "Net-(C3-Pad2)") (tstamp 2f215f15-3d52-4c91-93e6-3ea03a95622f)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_3x5.3.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca72801) - (at 164.775001 80.505001 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca745a6") - (attr smd) - (fp_text reference "C1" (at 0 -1.17 90) (layer "F.SilkS") (tstamp dde3dba8-1b81-466c-93a3-c284ff4da1ef) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value "C" (at 0 1.17 90) (layer "F.Fab") (tstamp 58dc14f9-c158-4824-a84e-24a6a482a7a4) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d55e186-3e11-40e8-a65e-b36a8a00069e)) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48f827a8-6e22-4a2e-abdc-c2a03098d883)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13475e15-f37c-4de8-857e-1722b0c39513)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2732632c-4768-42b6-bf7f-14643424019e)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f976e2cc-36f9-4479-a816-2c74d1d5da6f)) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") (tstamp e877bf4a-4210-4bd3-b7b0-806eb4affc5b) - (effects (font (size 0.25 0.25) (thickness 0.04))) - ) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/Power/VCC") (tstamp cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp 9c8ccb2a-b1e9-4f2c-94fe-301b5975277e)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca72810) - (at 170.18 80.020001 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca76352") - (attr smd) - (fp_text reference "C2" (at 0 -1.17 90) (layer "F.SilkS") (tstamp 6a44418c-7bb4-4e99-8836-57f153c19721) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value "C" (at 0 1.17 90) (layer "F.Fab") (tstamp 0147f16a-c952-4891-8f53-a9fb8cddeb8d) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f)) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1169a2d-8998-4b50-a48d-c520bcc1b8e1)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d22e95aa-f3db-4fbc-a331-048a2523233e)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd00c2e1-6027-4717-b312-4fab3ee52002)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15875808-74d5-4210-b8ca-aa8fbc04ae21)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8322f275-268c-4e87-a69f-4cfbf05e747f)) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") (tstamp d1262c4d-2245-4c4f-8f35-7bb32cd9e21e) - (effects (font (size 0.25 0.25) (thickness 0.04))) - ) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C2-Pad1)") (tstamp f3490fa5-5a27-423b-af60-53609669542c)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp b6270a28-e0d9-4655-a18a-03dbf007b940)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_JST:JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca7282d) - (at 154.94 80.01) - (descr "JST JWPF series connector, B02B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator") - (tags "connector JST JWPF side entry") - (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca714f2") - (attr through_hole) - (fp_text reference "P1" (at -1.35 -3.7) (layer "F.SilkS") (tstamp 13abf99d-5265-4779-8973-e94370fd18ff) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value "CONN_01X02" (at -1.35 5.7) (layer "F.Fab") (tstamp a7520ad3-0f8b-4788-92d4-8ffb277041e6) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -5.75 -2.85) (end -4.25 -2.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2)) - (fp_line (start -5.75 -1.35) (end -5.75 -2.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14)) - (fp_line (start -5.51 -2.61) (end -5.51 4.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cbb5968-dbb5-4b84-864a-ead1cacf75b9)) - (fp_line (start -5.51 4.61) (end 1.81 4.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f5fe6b7-98fc-4d3e-9567-f9f7202d1455)) - (fp_line (start 1.81 -2.61) (end -5.51 -2.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afb8e687-4a13-41a1-b8c0-89a749e897fe)) - (fp_line (start 2.81 -1.61) (end 2.81 3.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae)) - (fp_arc (start 1.81 -2.61) (mid 2.517107 -2.317107) (end 2.81 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ccf03e8-755a-4cd9-96fc-30e1d08fa253)) - (fp_arc (start 2.81 3.61) (mid 2.517107 4.317107) (end 1.81 4.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 94c158d1-8503-4553-b511-bf42f506c2a8)) - (fp_line (start -5.9 -3) (end -5.9 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23bb2798-d93a-4696-a962-c305c4298a0c)) - (fp_line (start -5.9 5) (end 3.2 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 78cbdd6c-4878-4cc5-9a58-0e506478e37d)) - (fp_line (start 3.2 -3) (end -5.9 -3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 983c426c-24e0-4c65-ab69-1f1824adc5c6)) - (fp_line (start 3.2 5) (end 3.2 -3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e105729-aba0-497c-a99e-c32d2b3ddb6d)) - (fp_line (start -5.4 -2.5) (end -5.4 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12)) - (fp_line (start -5.4 4.5) (end 1.7 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62c076a3-d618-44a2-9042-9a08b3576787)) - (fp_line (start -0.375 -1.9) (end 0.375 -1.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8314017-7be6-4011-9179-37449a29b311)) - (fp_line (start 0 -1.15) (end -0.375 -1.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 746ba970-8279-4e7b-aed3-f28687777c21)) - (fp_line (start 0.375 -1.9) (end 0 -1.15) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543)) - (fp_line (start 1.7 -2.5) (end -5.4 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1d83899-e380-49f9-a87d-8e78bc089ebf)) - (fp_line (start 2.7 -1.5) (end 2.7 3.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da469d11-a8a4-414b-9449-d151eeaf4853)) - (fp_arc (start 1.7 -2.5) (mid 2.407107 -2.207107) (end 2.7 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a795f1ba-cdd5-4cc5-9a52-08586e982934)) - (fp_arc (start 2.7 3.5) (mid 2.407107 4.207107) (end 1.7 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46918595-4a45-48e8-84c0-961b4db7f35f)) - (fp_text user "${REFERENCE}" (at -4.7 1 90) (layer "F.Fab") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e) - (effects (font (size 1 1) (thickness 0.15))) - ) - (pad "" np_thru_hole circle (at -1.5 4.05) (size 1.15 1.15) (drill 1.15) (layers "*.Cu" "*.Mask") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779)) - (pad "1" thru_hole roundrect (at 0 0) (size 2 1.3) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.192308) - (net 2 "GND") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (pad "2" thru_hole oval (at 0 2) (size 2 1.3) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "/Power/VCC") (tstamp 55e740a3-0735-4744-896e-2bf5437093b9)) - (model "${KISYS3DMOD}/Connector_JST.3dshapes/JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca7283c) - (at 167.64 83.82) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca75c86") - (attr smd) - (fp_text reference "R1" (at 0 -1.17) (layer "F.SilkS") (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_text value "R" (at 0 1.17) (layer "F.Fab") (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc) - (effects (font (size 1 1) (thickness 0.15))) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66116376-6967-4178-9f23-a26cdeafc400)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137)) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") (tstamp 87371631-aa02-498a-998a-09bdb74784c1) - (effects (font (size 0.25 0.25) (thickness 0.04))) - ) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/Power/VCC") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C2-Pad1)") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 187.96 91.44) (end 187.96 69.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0217dfc4-fc13-4699-99ad-d9948522648e)) - (gr_line (start 142.24 69.85) (end 142.24 91.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bfe5804-2ef9-4c65-b2a7-f01e4014370a)) - (gr_line (start 187.96 69.85) (end 142.24 69.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd5408e4-362d-4e43-9d39-78fb99eb52c8)) - (gr_line (start 142.24 91.44) (end 187.96 91.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0eca5ed-bc5e-4618-9bcd-80945bea41ed)) - - (segment (start 167.155 83.37) (end 165.1 81.315) (width 0.25) (layer "F.Cu") (net 1) (tstamp 1d9cdadc-9036-4a95-b6db-fa7b3b74c869)) - (segment (start 165.1 81.315) (end 164.775001 80.990001) (width 0.25) (layer "F.Cu") (net 1) (tstamp 24f7628d-681d-4f0e-8409-40a129e929d9)) - (segment (start 167.155 83.82) (end 167.155 83.37) (width 0.25) (layer "F.Cu") (net 1) (tstamp 3a7648d8-121a-4921-9b92-9b35b76ce39b)) - (segment (start 156.75 82.01) (end 154.94 82.01) (width 0.25) (layer "F.Cu") (net 1) (tstamp 3e903008-0276-4a73-8edb-5d9dfde6297c)) - (segment (start 164.775001 80.990001) (end 157.769999 80.990001) (width 0.25) (layer "F.Cu") (net 1) (tstamp 6475547d-3216-45a4-a15c-48314f1dd0f9)) - (segment (start 157.769999 80.990001) (end 156.75 82.01) (width 0.25) (layer "F.Cu") (net 1) (tstamp 75ffc65c-7132-4411-9f2a-ae0c73d79338)) - (segment (start 164.775001 80.020001) (end 165.260001 79.535001) (width 0.25) (layer "F.Cu") (net 2) (tstamp 1a6d2848-e78e-49fe-8978-e1890f07836f)) - (segment (start 154.94 80.01) (end 164.765 80.01) (width 0.25) (layer "F.Cu") (net 2) (tstamp 45008225-f50f-4d6b-b508-6730a9408caf)) - (segment (start 164.765 80.01) (end 164.775001 80.020001) (width 0.25) (layer "F.Cu") (net 2) (tstamp 8c6a821f-8e19-48f3-8f44-9b340f7689bc)) - (segment (start 165.260001 79.535001) (end 170.18 79.535001) (width 0.25) (layer "F.Cu") (net 2) (tstamp a544eb0a-75db-4baf-bf54-9ca21744343b)) - (segment (start 170.18 80.505001) (end 170.18 81.765) (width 0.25) (layer "F.Cu") (net 3) (tstamp 12422a89-3d0c-485c-9386-f77121fd68fd)) - (segment (start 170.18 81.765) (end 168.125 83.82) (width 0.25) (layer "F.Cu") (net 3) (tstamp 7d34f6b1-ab31-49be-b011-c67fe67a8a56)) - (segment (start 176.06 82.289998) (end 177.185001 83.414999) (width 0.25) (layer "F.Cu") (net 4) (tstamp 40165eda-4ba6-4565-9bb4-b9df6dbb08da)) - (segment (start 176.06 79.44) (end 176.06 82.289998) (width 0.25) (layer "F.Cu") (net 4) (tstamp 4780a290-d25c-4459-9579-eba3f7678762)) - (segment (start 177.185001 78.314999) (end 176.06 79.44) (width 0.6) (layer "F.Cu") (net 4) (tstamp 7e023245-2c2b-4e2b-bfb9-5d35176e88f2)) - (segment (start 177.185001 83.414999) (end 177.185001 83.714999) (width 0.25) (layer "F.Cu") (net 4) (tstamp 8e06ba1f-e3ba-4eb9-a10e-887dffd566d6)) - (segment (start 177.185001 78.314999) (end 177.185001 76.964999) (width 0.25) (layer "F.Cu") (net 4) (tstamp cd276d50-952e-4b24-af5c-fcfe332bff1e)) - (segment (start 179.374999 73.964999) (end 177.185001 73.964999) (width 0.25) (layer "F.Cu") (net 5) (tstamp 3063423e-5891-44b1-b3cd-f0e3cb559e9a)) - (segment (start 179.635001 80.714999) (end 180.34 80.01) (width 0.25) (layer "F.Cu") (net 5) (tstamp 923a6c7f-9289-4cca-b886-5d5248c404ec)) - (segment (start 177.185001 80.714999) (end 179.635001 80.714999) (width 0.25) (layer "F.Cu") (net 5) (tstamp 967709fd-157f-4678-9961-1d4124b50509)) - (segment (start 180.34 74.93) (end 179.374999 73.964999) (width 0.25) (layer "F.Cu") (net 5) (tstamp a0218a46-c49e-49b5-980c-682681981eca)) - (segment (start 180.34 80.01) (end 180.34 74.93) (width 0.25) (layer "F.Cu") (net 5) (tstamp ed9d15cb-882b-4c35-a5a7-5961d0a9b4e1)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (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.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "/Power/VCC") + (net 2 "GND") + (net 3 "Net-(C2-Pad1)") + (net 4 "Net-(C3-Pad1)") + (net 5 "Net-(C3-Pad2)") + (footprint "Capacitor_SMD:CP_Elec_3x5.3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca71e81") + (at 177.185001 82.214999 90) + (descr "SMT capacitor, aluminium electrolytic, 3x5.3, Cornell Dubilier Electronics ") + (tags "Capacitor Electrolytic") + (property "Reference" "C3" + (at 0 -2.7 90) + (layer "F.SilkS") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CP" + (at 0 2.7 90) + (layer "F.Fab") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "75d49055-fd90-4100-aa84-245cfcdefca4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a8dd7c99-357d-45fb-ab9e-74957aa3b46a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ab44cdce-b1ef-4844-a281-2242362cd1c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca7214e") + (attr smd) + (fp_line + (start 1.76 -1.76) + (end 1.76 -1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (fp_line + (start -0.870563 -1.76) + (end 1.76 -1.76) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (fp_line + (start -2.1875 -1.6225) + (end -2.1875 -1.2475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + ) + (fp_line + (start -2.375 -1.435) + (end -2 -1.435) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + ) + (fp_line + (start -1.570563 -1.06) + (end -0.870563 -1.76) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + ) + (fp_line + (start -1.570563 1.06) + (end -0.870563 1.76) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (fp_line + (start 1.76 1.76) + (end 1.76 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (fp_line + (start -0.870563 1.76) + (end 1.76 1.76) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + ) + (fp_line + (start 1.9 -1.9) + (end 1.9 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe8d9267-7834-48d6-a191-c8724b2ee78d") + ) + (fp_line + (start -0.93 -1.9) + (end 1.9 -1.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29e78086-2175-405e-9ba3-c48766d2f50c") + ) + (fp_line + (start 2.85 -1.05) + (end 2.85 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + ) + (fp_line + (start 1.9 -1.05) + (end 2.85 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + ) + (fp_line + (start -1.78 -1.05) + (end -0.93 -1.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c8eb964-bdf4-44de-90e9-e2ab82dd5313") + ) + (fp_line + (start -1.78 -1.05) + (end -2.85 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aa14c3bd-4acc-4908-9d28-228585a22a9d") + ) + (fp_line + (start -2.85 -1.05) + (end -2.85 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9bb20359-0f8b-45bc-9d38-6626ed3a939d") + ) + (fp_line + (start 2.85 1.05) + (end 1.9 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d57dcfee-5058-4fc2-a68b-05f9a48f685b") + ) + (fp_line + (start 1.9 1.05) + (end 1.9 1.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "03c52831-5dc5-43c5-a442-8d23643b46fb") + ) + (fp_line + (start -1.78 1.05) + (end -0.93 1.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "94a873dc-af67-4ef9-8159-1f7c93eeb3d7") + ) + (fp_line + (start -2.85 1.05) + (end -1.78 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2d210a96-f81f-42a9-8bf4-1b43c11086f3") + ) + (fp_line + (start -0.93 1.9) + (end 1.9 1.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5") + ) + (fp_line + (start 1.65 -1.65) + (end 1.65 1.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (fp_line + (start -0.825 -1.65) + (end 1.65 -1.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (fp_line + (start -0.960469 -0.95) + (end -0.960469 -0.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (fp_line + (start -1.65 -0.825) + (end -0.825 -1.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (fp_line + (start -1.65 -0.825) + (end -1.65 0.825) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (fp_line + (start -1.110469 -0.8) + (end -0.810469 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (fp_line + (start -1.65 0.825) + (end -0.825 1.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (fp_line + (start -0.825 1.65) + (end 1.65 1.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "e857610b-4434-4144-b04e-43c1ebdc5ceb") + (effects + (font + (size 0.6 0.6) + (thickness 0.09) + ) + ) + ) + (pad "1" smd rect + (at -1.5 0 90) + (size 2.2 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "Net-(C3-Pad1)") + (uuid "6c2e273e-743c-4f1e-a647-4171f8122550") + ) + (pad "2" smd rect + (at 1.5 0 90) + (size 2.2 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 5 "Net-(C3-Pad2)") + (uuid "666713b0-70f4-42df-8761-f65bc212d03b") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_3x5.3.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:CP_Elec_3x5.3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca71ea5") + (at 177.185001 75.464999 90) + (descr "SMT capacitor, aluminium electrolytic, 3x5.3, Cornell Dubilier Electronics ") + (tags "Capacitor Electrolytic") + (property "Reference" "C4" + (at 0 -2.7 90) + (layer "F.SilkS") + (uuid "c0515cd2-cdaa-467e-8354-0f6eadfa35c9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CP" + (at 0 2.7 90) + (layer "F.Fab") + (uuid "1bf544e3-5940-4576-9291-2464e95c0ee2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6dbaf2f2-223e-4ed7-b1de-2c6c46f9ae82") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f963ad39-f9b3-4e6f-9b79-2c73528b45b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41c7ec81-b514-496d-b2da-f21e7af2cc48") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca735b9") + (attr smd) + (fp_line + (start 1.76 -1.76) + (end 1.76 -1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbd8faed-e1f8-4406-87c8-58b2c504a5d4") + ) + (fp_line + (start -0.870563 -1.76) + (end 1.76 -1.76) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a4ec8d9-3d72-4952-83d4-808f65849a2b") + ) + (fp_line + (start -2.1875 -1.6225) + (end -2.1875 -1.2475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d6db888-4e40-41c8-b701-07170fc894bc") + ) + (fp_line + (start -2.375 -1.435) + (end -2 -1.435) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bbf981c-a063-4e30-8911-e4228e1c0743") + ) + (fp_line + (start -1.570563 -1.06) + (end -0.870563 -1.76) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7edc9030-db7b-43ac-a1b3-b87eeacb4c2d") + ) + (fp_line + (start -1.570563 1.06) + (end -0.870563 1.76) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5528bcad-2950-4673-90eb-c37e6952c475") + ) + (fp_line + (start 1.76 1.76) + (end 1.76 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2c93195-af12-4d3e-acdf-bdd0ff675c24") + ) + (fp_line + (start -0.870563 1.76) + (end 1.76 1.76) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08a7c925-7fae-4530-b0c9-120e185cb318") + ) + (fp_line + (start 1.9 -1.9) + (end 1.9 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66043bca-a260-4915-9fce-8a51d324c687") + ) + (fp_line + (start -0.93 -1.9) + (end 1.9 -1.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d4a1d3c4-b315-4bec-9220-d12a9eab51e0") + ) + (fp_line + (start 2.85 -1.05) + (end 2.85 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b5352a33-563a-4ffe-a231-2e68fb54afa3") + ) + (fp_line + (start 1.9 -1.05) + (end 2.85 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "852dabbf-de45-4470-8176-59d37a754407") + ) + (fp_line + (start -1.78 -1.05) + (end -0.93 -1.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f54db53-a272-4955-88fb-d7ab00657bb0") + ) + (fp_line + (start -1.78 -1.05) + (end -2.85 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "922058ca-d09a-45fd-8394-05f3e2c1e03a") + ) + (fp_line + (start -2.85 -1.05) + (end -2.85 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "97fe9c60-586f-4895-8504-4d3729f5f81a") + ) + (fp_line + (start 2.85 1.05) + (end 1.9 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "31e08896-1992-4725-96d9-9d2728bca7a3") + ) + (fp_line + (start 1.9 1.05) + (end 1.9 1.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6441b183-b8f2-458f-a23d-60e2b1f66dd6") + ) + (fp_line + (start -1.78 1.05) + (end -0.93 1.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80094b70-85ab-4ff6-934b-60d5ee65023a") + ) + (fp_line + (start -2.85 1.05) + (end -1.78 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bdc7face-9f7c-4701-80bb-4cc144448db1") + ) + (fp_line + (start -0.93 1.9) + (end 1.9 1.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bfc0aadc-38cf-466e-a642-68fdc3138c78") + ) + (fp_line + (start 1.65 -1.65) + (end 1.65 1.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b88717bd-086f-46cd-9d3f-0396009d0996") + ) + (fp_line + (start -0.825 -1.65) + (end 1.65 -1.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63ff1c93-3f96-4c33-b498-5dd8c33bccc0") + ) + (fp_line + (start -0.960469 -0.95) + (end -0.960469 -0.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "240e07e1-770b-4b27-894f-29fd601c924d") + ) + (fp_line + (start -1.65 -0.825) + (end -0.825 -1.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9b0a1687-7e1b-4a04-a30b-c27a072a2949") + ) + (fp_line + (start -1.65 -0.825) + (end -1.65 0.825) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b") + ) + (fp_line + (start -1.110469 -0.8) + (end -0.810469 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "003c2200-0632-4808-a662-8ddd5d30c768") + ) + (fp_line + (start -1.65 0.825) + (end -0.825 1.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee27d19c-8dca-4ac8-a760-6dfd54d28071") + ) + (fp_line + (start -0.825 1.65) + (end 1.65 1.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e1b837f-0d34-4a18-9644-9ee68f141f46") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "61fe293f-6808-4b7f-9340-9aaac7054a97") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7") + (effects + (font + (size 0.6 0.6) + (thickness 0.09) + ) + ) + ) + (pad "1" smd rect + (at -1.5 0 90) + (size 2.2 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "Net-(C3-Pad1)") + (uuid "8da933a9-35f8-42e6-8504-d1bab7264306") + ) + (pad "2" smd rect + (at 1.5 0 90) + (size 2.2 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 5 "Net-(C3-Pad2)") + (uuid "2f215f15-3d52-4c91-93e6-3ea03a95622f") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_3x5.3.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca72801") + (at 164.775001 80.505001 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.17 90) + (layer "F.SilkS") + (uuid "dde3dba8-1b81-466c-93a3-c284ff4da1ef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "C" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "58dc14f9-c158-4824-a84e-24a6a482a7a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a284783b-f8c6-4b99-ae79-3acb6882d384") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5cd078b-6252-4797-ac31-d1c5b53ef9db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5881fe66-db02-4bf7-b8f0-638caab6b5c1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca745a6") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d55e186-3e11-40e8-a65e-b36a8a00069e") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48f827a8-6e22-4a2e-abdc-c2a03098d883") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/Power/VCC") + (uuid "cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "9c8ccb2a-b1e9-4f2c-94fe-301b5975277e") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca72810") + (at 170.18 80.020001 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C2" + (at 0 -1.17 90) + (layer "F.SilkS") + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "C" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "0147f16a-c952-4891-8f53-a9fb8cddeb8d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fdded11b-3a29-4947-953b-73ea65e9af3f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f47ee013-1e05-4a46-9bf4-aa0d36947e76") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7d3f377-53b0-438c-9bc4-eea3aa6f0cc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca76352") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1169a2d-8998-4b50-a48d-c520bcc1b8e1") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d22e95aa-f3db-4fbc-a331-048a2523233e") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "d1262c4d-2245-4c4f-8f35-7bb32cd9e21e") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C2-Pad1)") + (uuid "f3490fa5-5a27-423b-af60-53609669542c") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "b6270a28-e0d9-4655-a18a-03dbf007b940") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_JST:JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca7282d") + (at 154.94 80.01) + (descr "JST JWPF series connector, B02B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator") + (tags "connector JST JWPF side entry") + (property "Reference" "P1" + (at -1.35 -3.7 0) + (layer "F.SilkS") + (uuid "13abf99d-5265-4779-8973-e94370fd18ff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CONN_01X02" + (at -1.35 5.7 0) + (layer "F.Fab") + (uuid "a7520ad3-0f8b-4788-92d4-8ffb277041e6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83e85e36-f699-4de9-a8d5-2dac4e8e222d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a4497fb5-0316-4ade-b907-94356d3023e9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c827de8e-069f-4327-b1d9-14112ba80611") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca714f2") + (attr through_hole) + (fp_line + (start -5.75 -2.85) + (end -4.25 -2.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + ) + (fp_line + (start -5.75 -1.35) + (end -5.75 -2.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + ) + (fp_line + (start -5.51 -2.61) + (end -5.51 4.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cbb5968-dbb5-4b84-864a-ead1cacf75b9") + ) + (fp_line + (start -5.51 4.61) + (end 1.81 4.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f5fe6b7-98fc-4d3e-9567-f9f7202d1455") + ) + (fp_line + (start 1.81 -2.61) + (end -5.51 -2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afb8e687-4a13-41a1-b8c0-89a749e897fe") + ) + (fp_line + (start 2.81 -1.61) + (end 2.81 3.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + ) + (fp_arc + (start 1.81 -2.61) + (mid 2.517107 -2.317107) + (end 2.81 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ccf03e8-755a-4cd9-96fc-30e1d08fa253") + ) + (fp_arc + (start 2.81 3.61) + (mid 2.517107 4.317107) + (end 1.81 4.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "94c158d1-8503-4553-b511-bf42f506c2a8") + ) + (fp_line + (start -5.9 -3) + (end -5.9 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "23bb2798-d93a-4696-a962-c305c4298a0c") + ) + (fp_line + (start -5.9 5) + (end 3.2 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "78cbdd6c-4878-4cc5-9a58-0e506478e37d") + ) + (fp_line + (start 3.2 -3) + (end -5.9 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "983c426c-24e0-4c65-ab69-1f1824adc5c6") + ) + (fp_line + (start 3.2 5) + (end 3.2 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6e105729-aba0-497c-a99e-c32d2b3ddb6d") + ) + (fp_line + (start -5.4 -2.5) + (end -5.4 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + ) + (fp_line + (start -5.4 4.5) + (end 1.7 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62c076a3-d618-44a2-9042-9a08b3576787") + ) + (fp_line + (start -0.375 -1.9) + (end 0.375 -1.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + ) + (fp_line + (start 0 -1.15) + (end -0.375 -1.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + ) + (fp_line + (start 0.375 -1.9) + (end 0 -1.15) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + ) + (fp_line + (start 1.7 -2.5) + (end -5.4 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1d83899-e380-49f9-a87d-8e78bc089ebf") + ) + (fp_line + (start 2.7 -1.5) + (end 2.7 3.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da469d11-a8a4-414b-9449-d151eeaf4853") + ) + (fp_arc + (start 1.7 -2.5) + (mid 2.407107 -2.207107) + (end 2.7 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a795f1ba-cdd5-4cc5-9a52-08586e982934") + ) + (fp_arc + (start 2.7 3.5) + (mid 2.407107 4.207107) + (end 1.7 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46918595-4a45-48e8-84c0-961b4db7f35f") + ) + (fp_text user "${REFERENCE}" + (at -4.7 1 90) + (layer "F.Fab") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at -1.5 4.05) + (size 1.15 1.15) + (drill 1.15) + (layers "*.Cu" "*.Mask") + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (pad "1" thru_hole roundrect + (at 0 0) + (size 2 1.3) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.192308) + (net 2 "GND") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (pad "2" thru_hole oval + (at 0 2) + (size 2 1.3) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "/Power/VCC") + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (model "${KISYS3DMOD}/Connector_JST.3dshapes/JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca7283c") + (at 167.64 83.82) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc6f2c47-80da-4305-af0e-1ef70287fc94") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1742ac46-1986-4fbf-949d-3d758a39435f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2263e6e5-0733-4c39-b5e2-3d60dc486c5b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca75c86") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/Power/VCC") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C2-Pad1)") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 187.96 91.44) + (end 187.96 69.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0217dfc4-fc13-4699-99ad-d9948522648e") + ) + (gr_line + (start 142.24 69.85) + (end 142.24 91.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bfe5804-2ef9-4c65-b2a7-f01e4014370a") + ) + (gr_line + (start 187.96 69.85) + (end 142.24 69.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd5408e4-362d-4e43-9d39-78fb99eb52c8") + ) + (gr_line + (start 142.24 91.44) + (end 187.96 91.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0eca5ed-bc5e-4618-9bcd-80945bea41ed") + ) + (segment + (start 167.155 83.37) + (end 165.1 81.315) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "1d9cdadc-9036-4a95-b6db-fa7b3b74c869") + ) + (segment + (start 165.1 81.315) + (end 164.775001 80.990001) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "24f7628d-681d-4f0e-8409-40a129e929d9") + ) + (segment + (start 167.155 83.82) + (end 167.155 83.37) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "3a7648d8-121a-4921-9b92-9b35b76ce39b") + ) + (segment + (start 156.75 82.01) + (end 154.94 82.01) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "3e903008-0276-4a73-8edb-5d9dfde6297c") + ) + (segment + (start 164.775001 80.990001) + (end 157.769999 80.990001) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "6475547d-3216-45a4-a15c-48314f1dd0f9") + ) + (segment + (start 157.769999 80.990001) + (end 156.75 82.01) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "75ffc65c-7132-4411-9f2a-ae0c73d79338") + ) + (segment + (start 164.775001 80.020001) + (end 165.260001 79.535001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "1a6d2848-e78e-49fe-8978-e1890f07836f") + ) + (segment + (start 154.94 80.01) + (end 164.765 80.01) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "45008225-f50f-4d6b-b508-6730a9408caf") + ) + (segment + (start 164.765 80.01) + (end 164.775001 80.020001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "8c6a821f-8e19-48f3-8f44-9b340f7689bc") + ) + (segment + (start 165.260001 79.535001) + (end 170.18 79.535001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "a544eb0a-75db-4baf-bf54-9ca21744343b") + ) + (segment + (start 170.18 80.505001) + (end 170.18 81.765) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "12422a89-3d0c-485c-9386-f77121fd68fd") + ) + (segment + (start 170.18 81.765) + (end 168.125 83.82) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "7d34f6b1-ab31-49be-b011-c67fe67a8a56") + ) + (segment + (start 176.06 82.289998) + (end 177.185001 83.414999) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "40165eda-4ba6-4565-9bb4-b9df6dbb08da") + ) + (segment + (start 176.06 79.44) + (end 176.06 82.289998) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "4780a290-d25c-4459-9579-eba3f7678762") + ) + (segment + (start 177.185001 78.314999) + (end 176.06 79.44) + (width 0.6) + (layer "F.Cu") + (net 4) + (uuid "7e023245-2c2b-4e2b-bfb9-5d35176e88f2") + ) + (segment + (start 177.185001 83.414999) + (end 177.185001 83.714999) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "8e06ba1f-e3ba-4eb9-a10e-887dffd566d6") + ) + (segment + (start 177.185001 78.314999) + (end 177.185001 76.964999) + (width 0.25) + (layer "F.Cu") + (net 4) + (uuid "cd276d50-952e-4b24-af5c-fcfe332bff1e") + ) + (segment + (start 179.374999 73.964999) + (end 177.185001 73.964999) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "3063423e-5891-44b1-b3cd-f0e3cb559e9a") + ) + (segment + (start 179.635001 80.714999) + (end 180.34 80.01) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "923a6c7f-9289-4cca-b886-5d5248c404ec") + ) + (segment + (start 177.185001 80.714999) + (end 179.635001 80.714999) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "967709fd-157f-4678-9961-1d4124b50509") + ) + (segment + (start 180.34 74.93) + (end 179.374999 73.964999) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "a0218a46-c49e-49b5-980c-682681981eca") + ) + (segment + (start 180.34 80.01) + (end 180.34 74.93) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "ed9d15cb-882b-4c35-a5a7-5961d0a9b4e1") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/fail-project.kicad_prl b/tests/board_samples/kicad_8/fail-project.kicad_prl index 4b9913967..c30f26e09 100644 --- a/tests/board_samples/kicad_8/fail-project.kicad_prl +++ b/tests/board_samples/kicad_8/fail-project.kicad_prl @@ -67,6 +67,12 @@ "visible_layers": "fffffff_ffffffff", "zone_display_mode": 0 }, + "git": { + "repo_password": "", + "repo_type": "", + "repo_username": "", + "ssh_key": "" + }, "meta": { "filename": "fail-project.kicad_prl", "version": 3 diff --git a/tests/board_samples/kicad_8/fail-project.kicad_pro b/tests/board_samples/kicad_8/fail-project.kicad_pro index 9598748b9..9a66445a5 100644 --- a/tests/board_samples/kicad_8/fail-project.kicad_pro +++ b/tests/board_samples/kicad_8/fail-project.kicad_pro @@ -3,14 +3,17 @@ "3dviewports": [], "design_settings": { "defaults": { - "board_outline_line_width": 0.049999999999999996, - "copper_line_width": 0.19999999999999998, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, "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, + "courtyard_line_width": 0.05, "dimension_precision": 4, "dimension_units": 3, "dimensions": { @@ -21,13 +24,13 @@ "text_position": 0, "units_format": 1 }, - "fab_line_width": 0.09999999999999999, + "fab_line_width": 0.1, "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.09999999999999999, + "other_line_width": 0.1, "other_text_italic": false, "other_text_size_h": 1.0, "other_text_size_v": 1.0, @@ -77,6 +80,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "error", "hole_clearance": "error", "hole_near_hole": "error", @@ -123,24 +127,21 @@ "min_copper_edge_clearance": 0.01, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.19999999999999998, - "min_microvia_drill": 0.09999999999999999, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, "min_resolved_spokes": 2, "min_silk_clearance": 0.0, - "min_text_height": 0.7999999999999999, + "min_text_height": 0.8, "min_text_thickness": 0.08, "min_through_hole_diameter": 0.3, - "min_track_width": 0.19999999999999998, - "min_via_annular_width": 0.049999999999999996, - "min_via_diameter": 0.39999999999999997, + "min_track_width": 0.2, + "min_via_annular_width": 0.05, + "min_via_diameter": 0.4, "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, @@ -149,29 +150,35 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } @@ -179,6 +186,32 @@ "track_widths": [ 0.0 ], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [ { "diameter": 0.0, @@ -188,6 +221,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -235,8 +275,11 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" diff --git a/tests/board_samples/kicad_8/filter_not_in_bom.kicad_pcb b/tests/board_samples/kicad_8/filter_not_in_bom.kicad_pcb index 08a8b6464..1901c526f 100644 --- a/tests/board_samples/kicad_8/filter_not_in_bom.kicad_pcb +++ b/tests/board_samples/kicad_8/filter_not_in_bom.kicad_pcb @@ -1,351 +1,1158 @@ -(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 - (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 6) - (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 "unconnected-(R1-Pad1)") - (net 2 "unconnected-(R1-Pad2)") - (net 3 "unconnected-(R2-Pad1)") - (net 4 "unconnected-(R2-Pad2)") - (net 5 "unconnected-(R3-Pad1)") - (net 6 "unconnected-(R3-Pad2)") - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 63133855-228b-4d01-98e1-7f6cd71e3930) - (at 121.47 70.18) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "filter_not_in_bom.kicad_sch") - (property "Sheetname" "") - (property "exclude_from_bom" "") - (path "/11087cb4-16d6-488f-9b40-434fce773bc8") - (attr smd exclude_from_bom) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d1cc70e2-eeeb-428b-81c4-0faf3146da3e) - ) - (fp_text value "R" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f445c995-802b-4b3a-95ca-45b972c17204) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp eb7e1762-b1d2-4a7d-ad3f-47391a5336bd) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d18a6fa-ca47-41a1-84dd-070b780e11c7)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48a8e5c3-518d-466d-8648-b801bf8df775)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5c47dba-350e-4422-990c-5383f4cc9011)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54d86367-65e2-4110-b702-84f4aa651ddc)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4e5e7ad-98bf-4d8f-9bad-e9eb79626d42)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 64298957-6973-45ab-86a0-3cec0682669e)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6dbb5b9-622c-41e2-97b1-cb1e655b3e77)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28f7c6ce-74ce-448e-8184-1252c81800ba)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6160af9d-6d69-4b06-829c-464b1a1cc197)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68b3ff59-ccb2-4ffb-85e9-8d7f92c54cb2)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 3 "unconnected-(R2-Pad1)") (pintype "passive") (tstamp a4efe634-e260-44ef-afc4-33ba015bccd0)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 4 "unconnected-(R2-Pad2)") (pintype "passive") (tstamp cd3d0815-18f2-4a60-89fd-59586513bb7b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 81f35e2d-43de-42c7-9114-c42a22aaa5cc) - (at 133.43 70.83) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "filter_not_in_bom.kicad_sch") - (property "Sheetname" "") - (attr smd) - (fp_text reference "R4" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7bcf6351-031b-4875-9537-7cbbf47e0d8c) - ) - (fp_text value "R" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eb7aefb0-ba58-4553-839a-7dc983f34d26) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 2ef90aa4-79d6-4b71-b8d8-4c4c529ef6bb) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd609ef2-956a-48f2-a365-29dea93d2b7f)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 225cecfa-ea44-497b-88f9-a9afa82bebfd)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b61bd679-7b54-420e-b1d3-6bf2f9b6c5d1)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72fd1e8c-b0e7-4f6c-8996-dd8730989d4a)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c28b3cd7-748c-4bb4-846f-86fd4f807c46)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79fb9c4b-144d-441f-9986-7f353bba755e)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12e14114-dd0e-4c67-82a7-22937f2ad0d4)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35682e3d-4113-4120-8f37-eb702caec49a)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b425d17c-f7ca-4445-bd2c-5faa42b91c2d)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f20ad19-cda9-43af-a5e9-4604629680b0)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (pintype "passive") (tstamp a893bcb2-2b2a-4ae5-9e0f-9e03b5cb1807)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (pintype "passive") (tstamp 816c5e9f-8a20-4876-b2d5-ea448d1b9d79)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 94b51d2d-feda-424e-acae-986ae0246609) - (at 121.47 73.13) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "filter_not_in_bom.kicad_sch") - (property "Sheetname" "") - (path "/999872c1-ad95-4a47-93a5-ce6b47a86e13") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cd1ea6da-50ab-4770-bdd1-ebcd5a5e3245) - ) - (fp_text value "R" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8e85ed78-a7be-4c26-86b0-98994825af5a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 91655293-b964-4f8f-bcd4-338246bed559) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67778180-7b43-4d26-92b0-96bd30d2f97e)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fdfe6b19-f81c-404c-b107-1945dc12b68f)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70fc68a4-6083-41d8-9705-f83fb8069e39)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d9f396c-84a3-406d-ab0f-2c7fc42fafe9)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14005efc-738b-4722-bcb7-3bbde0592d28)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53d76446-8f83-40b2-97fa-5836282db968)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6001389b-d55a-4cbd-8971-50c34230c577)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3fe9b020-61ff-45fa-9664-327b45936b0c)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb3016a6-c5fd-40eb-94ea-4f980ea20d0c)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8461ce70-1d10-43d1-9919-81c985c5501b)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 1 "unconnected-(R1-Pad1)") (pintype "passive") (tstamp 273f1cdd-2968-4e14-8d27-5c8af92d2563)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 2 "unconnected-(R1-Pad2)") (pintype "passive") (tstamp e72419e6-b307-4404-b0ac-c049dfb5e56d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp a6a541a9-8129-4d19-a6a9-273a9cbedb59) - (at 125.94 73.88) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "filter_not_in_bom.kicad_sch") - (property "Sheetname" "") - (attr smd exclude_from_pos_files) - (fp_text reference "R5" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7c7b5241-6b10-42bc-8497-13cc4dcc66ce) - ) - (fp_text value "R" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 14a1809d-bc57-4112-a327-db659036d750) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 6ffb7656-67a9-40be-af03-7f18fb5b1a7f) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16989495-20f9-4749-9603-2b34490c4c2f)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11c65473-2f59-43f5-981c-0da6ff2a5054)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7be6968-1089-414c-9887-33ddffe28e1d)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4de72679-4aec-4557-a449-09231861ae63)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffd6e1be-ad5f-41c1-9c28-eed53ed183ed)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 967e5c0f-3f61-45b3-8974-b87d24eeff2e)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e270df87-f6df-4505-992f-4d467297095a)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25296ea9-b35d-4480-b5d8-65f93bde300e)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01b49614-57dd-455d-8714-a867559bb38a)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af6c224b-f88d-4da1-a458-52236ea82fe8)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (pintype "passive") (tstamp ce9c72d1-1ddb-4eea-af05-fc5764fdab19)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (pintype "passive") (tstamp 87fe97e0-1a94-4294-a917-777a49f4095d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp ba84c04d-b063-41f2-962d-8e4d4d7a283b) - (at 125.88 70.18) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "filter_not_in_bom.kicad_sch") - (property "Sheetname" "") - (path "/a5d57f67-4cd2-4689-8ccf-01d241039af9") - (attr smd exclude_from_bom) - (fp_text reference "R3" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1a731d24-8ff2-4cc9-b68d-52be44bbec07) - ) - (fp_text value "R" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 16cafca4-eb36-4b30-bc1e-08e179476e6d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 91bb11bb-6dcb-4d1a-961a-0d658b6fa628) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5a9116f-dda1-47cc-b94c-e377d1032507)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39f9916c-9f5c-42b9-bd71-7429455bd163)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8696ed40-e3c7-4d48-aa1e-a886506ce00d)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ed06371-bab5-43de-b927-73dda5d81013)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e6cfadb-97b9-4af7-a1f1-e0d81ce4c11d)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27b91a3e-1da2-4eaf-8ef0-59aea5379ac4)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 902a619f-f9e5-4a14-8477-f3eb70d93eb3)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d9cb67c-c5ea-424a-84d7-ba63b3f68bf4)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd81cddd-0342-464c-9ae5-aa77be4985d8)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb20d007-5727-4c38-8de6-f7b2f74da56e)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 5 "unconnected-(R3-Pad1)") (pintype "passive") (tstamp 6e36b1fd-e6eb-4aaf-8eaa-728061b07601)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 6 "unconnected-(R3-Pad2)") (pintype "passive") (tstamp d3d757e8-2a83-40d2-a1d3-9b3bd8bff5cb)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_rect (start 117.53 65.43) (end 129.17 76.7) - (stroke (width 0.1) (type solid)) (fill none) (layer "Edge.Cuts") (tstamp 8a97f4c9-14b7-45a0-ab7c-5f2e135c28b9)) - (gr_text "Shouldn't be here\nManually added\nThe SCH says on_board='no'" (at 136.35 70.9) (layer "Edge.Cuts") (tstamp 95970c9c-5470-45f8-9aef-63ebab202939) - (effects (font (size 1 1) (thickness 0.15)) (justify left)) - ) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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 + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "unconnected-(R1-Pad1)") + (net 2 "unconnected-(R1-Pad2)") + (net 3 "unconnected-(R2-Pad1)") + (net 4 "unconnected-(R2-Pad2)") + (net 5 "unconnected-(R3-Pad1)") + (net 6 "unconnected-(R3-Pad2)") + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "63133855-228b-4d01-98e1-7f6cd71e3930") + (at 121.47 70.18) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "d1cc70e2-eeeb-428b-81c4-0faf3146da3e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "f445c995-802b-4b3a-95ca-45b972c17204") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e8130a62-1703-48bd-bea2-5858d8d4419b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d4782f1f-353b-4d32-8feb-641d3fbcb74d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d9b2aa13-d1e0-490d-99a1-20a4eeeab778") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "exclude_from_bom" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cb5b601b-89b8-4cc5-a9bf-01c583e342df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/11087cb4-16d6-488f-9b40-434fce773bc8") + (sheetfile "filter_not_in_bom.kicad_sch") + (attr smd exclude_from_bom) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d18a6fa-ca47-41a1-84dd-070b780e11c7") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48a8e5c3-518d-466d-8648-b801bf8df775") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e5c47dba-350e-4422-990c-5383f4cc9011") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54d86367-65e2-4110-b702-84f4aa651ddc") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a4e5e7ad-98bf-4d8f-9bad-e9eb79626d42") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "64298957-6973-45ab-86a0-3cec0682669e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b6dbb5b9-622c-41e2-97b1-cb1e655b3e77") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "28f7c6ce-74ce-448e-8184-1252c81800ba") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6160af9d-6d69-4b06-829c-464b1a1cc197") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "68b3ff59-ccb2-4ffb-85e9-8d7f92c54cb2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "eb7e1762-b1d2-4a7d-ad3f-47391a5336bd") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 3 "unconnected-(R2-Pad1)") + (pintype "passive") + (uuid "a4efe634-e260-44ef-afc4-33ba015bccd0") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 4 "unconnected-(R2-Pad2)") + (pintype "passive") + (uuid "cd3d0815-18f2-4a60-89fd-59586513bb7b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "81f35e2d-43de-42c7-9114-c42a22aaa5cc") + (at 133.43 70.83) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R4" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "7bcf6351-031b-4875-9537-7cbbf47e0d8c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "eb7aefb0-ba58-4553-839a-7dc983f34d26") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e64c0563-39b6-4d3b-986a-608abf78d6de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b0cdf4c-3327-4898-b975-3514b9122ea4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc696deb-3720-4aec-b1e5-f8d3c147c1f0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (sheetfile "filter_not_in_bom.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd609ef2-956a-48f2-a365-29dea93d2b7f") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "225cecfa-ea44-497b-88f9-a9afa82bebfd") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b61bd679-7b54-420e-b1d3-6bf2f9b6c5d1") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "72fd1e8c-b0e7-4f6c-8996-dd8730989d4a") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c28b3cd7-748c-4bb4-846f-86fd4f807c46") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79fb9c4b-144d-441f-9986-7f353bba755e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "12e14114-dd0e-4c67-82a7-22937f2ad0d4") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35682e3d-4113-4120-8f37-eb702caec49a") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b425d17c-f7ca-4445-bd2c-5faa42b91c2d") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0f20ad19-cda9-43af-a5e9-4604629680b0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "2ef90aa4-79d6-4b71-b8d8-4c4c529ef6bb") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (pintype "passive") + (uuid "a893bcb2-2b2a-4ae5-9e0f-9e03b5cb1807") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (pintype "passive") + (uuid "816c5e9f-8a20-4876-b2d5-ea448d1b9d79") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "94b51d2d-feda-424e-acae-986ae0246609") + (at 121.47 73.13) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "cd1ea6da-50ab-4770-bdd1-ebcd5a5e3245") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "8e85ed78-a7be-4c26-86b0-98994825af5a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1936cdf2-0e55-4a33-8201-d3d8d8faa719") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5dae620-c23d-40bb-877f-66c693cf661a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b70bf4f-2a8f-4fe8-97e7-c055ab593dd0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/999872c1-ad95-4a47-93a5-ce6b47a86e13") + (sheetfile "filter_not_in_bom.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67778180-7b43-4d26-92b0-96bd30d2f97e") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fdfe6b19-f81c-404c-b107-1945dc12b68f") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "70fc68a4-6083-41d8-9705-f83fb8069e39") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d9f396c-84a3-406d-ab0f-2c7fc42fafe9") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "14005efc-738b-4722-bcb7-3bbde0592d28") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53d76446-8f83-40b2-97fa-5836282db968") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6001389b-d55a-4cbd-8971-50c34230c577") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3fe9b020-61ff-45fa-9664-327b45936b0c") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb3016a6-c5fd-40eb-94ea-4f980ea20d0c") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8461ce70-1d10-43d1-9919-81c985c5501b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "91655293-b964-4f8f-bcd4-338246bed559") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 1 "unconnected-(R1-Pad1)") + (pintype "passive") + (uuid "273f1cdd-2968-4e14-8d27-5c8af92d2563") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "unconnected-(R1-Pad2)") + (pintype "passive") + (uuid "e72419e6-b307-4404-b0ac-c049dfb5e56d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "a6a541a9-8129-4d19-a6a9-273a9cbedb59") + (at 125.94 73.88) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R5" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "7c7b5241-6b10-42bc-8497-13cc4dcc66ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "14a1809d-bc57-4112-a327-db659036d750") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3271e36c-b036-4a2b-a492-dd82751719e2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b65fc6d-6c97-4a00-8855-170369e16c60") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1df230a7-d443-477e-9766-effd9c994415") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (sheetfile "filter_not_in_bom.kicad_sch") + (attr smd exclude_from_pos_files) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "16989495-20f9-4749-9603-2b34490c4c2f") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11c65473-2f59-43f5-981c-0da6ff2a5054") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b7be6968-1089-414c-9887-33ddffe28e1d") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4de72679-4aec-4557-a449-09231861ae63") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ffd6e1be-ad5f-41c1-9c28-eed53ed183ed") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "967e5c0f-3f61-45b3-8974-b87d24eeff2e") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e270df87-f6df-4505-992f-4d467297095a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25296ea9-b35d-4480-b5d8-65f93bde300e") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "01b49614-57dd-455d-8714-a867559bb38a") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "af6c224b-f88d-4da1-a458-52236ea82fe8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "6ffb7656-67a9-40be-af03-7f18fb5b1a7f") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (pintype "passive") + (uuid "ce9c72d1-1ddb-4eea-af05-fc5764fdab19") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (pintype "passive") + (uuid "87fe97e0-1a94-4294-a917-777a49f4095d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "ba84c04d-b063-41f2-962d-8e4d4d7a283b") + (at 125.88 70.18) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R3" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "1a731d24-8ff2-4cc9-b68d-52be44bbec07") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "16cafca4-eb36-4b30-bc1e-08e179476e6d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2c69f90-e3a8-4f81-bbad-0227f71110a5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e1720c0d-bf8d-4ee2-ac14-c8602874225f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73f317a0-c6b5-47e6-8d7d-915d88fdf3f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/a5d57f67-4cd2-4689-8ccf-01d241039af9") + (sheetfile "filter_not_in_bom.kicad_sch") + (attr smd exclude_from_bom) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5a9116f-dda1-47cc-b94c-e377d1032507") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39f9916c-9f5c-42b9-bd71-7429455bd163") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8696ed40-e3c7-4d48-aa1e-a886506ce00d") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8ed06371-bab5-43de-b927-73dda5d81013") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e6cfadb-97b9-4af7-a1f1-e0d81ce4c11d") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "27b91a3e-1da2-4eaf-8ef0-59aea5379ac4") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "902a619f-f9e5-4a14-8477-f3eb70d93eb3") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d9cb67c-c5ea-424a-84d7-ba63b3f68bf4") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd81cddd-0342-464c-9ae5-aa77be4985d8") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb20d007-5727-4c38-8de6-f7b2f74da56e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "91bb11bb-6dcb-4d1a-961a-0d658b6fa628") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 5 "unconnected-(R3-Pad1)") + (pintype "passive") + (uuid "6e36b1fd-e6eb-4aaf-8eaa-728061b07601") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 6 "unconnected-(R3-Pad2)") + (pintype "passive") + (uuid "d3d757e8-2a83-40d2-a1d3-9b3bd8bff5cb") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_rect + (start 117.53 65.43) + (end 129.17 76.7) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "Edge.Cuts") + (uuid "8a97f4c9-14b7-45a0-ab7c-5f2e135c28b9") + ) + (gr_text "Shouldn't be here\nManually added\nThe SCH says on_board='no'" + (at 136.35 70.9 0) + (layer "Edge.Cuts") + (uuid "95970c9c-5470-45f8-9aef-63ebab202939") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/filter_not_in_bom.kicad_sch b/tests/board_samples/kicad_8/filter_not_in_bom.kicad_sch index d4d4268a3..e72ee5d67 100644 --- a/tests/board_samples/kicad_8/filter_not_in_bom.kicad_sch +++ b/tests/board_samples/kicad_8/filter_not_in_bom.kicad_sch @@ -1,211 +1,545 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 054db097-8803-478f-b615-cc9125586d15) - - (paper "A4") - - (title_block - (title "in_bom/on_board filter test") - (company "Instituto Nacional de Tecnología Industrial") - (comment 1 "KiBot") - ) - - (lib_symbols - (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)))) - ) - ) - ) - ) - - - (text "in_bom: yes\non_board: yes\nPCB in_bom: no\n" (at 109.22 66.04 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 11c1d158-5f8a-4063-88b9-e6d3f6d51405) - ) - (text "in_bom: yes\non_board: no\nPCB in_bom: yes\n" (at 134.62 66.04 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 2a5a7048-fb8d-48fd-88e2-0e4be1ac91cc) - ) - (text "in_bom: no\non_board: yes\nPCB in_bom: yes\n" (at 83.82 66.04 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 53e87ee4-9649-4de7-b05a-c20bd6abe76c) - ) - (text "in_bom: yes\non_board: yes\nPCB in_bom: yes\nPCB in_pos: no" - (at 160.02 68.58 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid d353589c-2a30-4906-a132-d4d063872687) - ) - (text "in_bom: yes\non_board: yes\nPCB in_bom: yes\n" (at 58.42 66.04 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid f7c872f3-d3c4-41b9-8951-57b099e0ee9e) - ) - - (symbol (lib_id "Device:R") (at 88.9 54.61 0) (unit 1) - (in_bom no) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 11087cb4-16d6-488f-9b40-434fce773bc8) - (property "Reference" "R2" (at 91.44 53.3399 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 91.44 55.8799 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 87.122 54.61 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c61ed2a3-43cd-4ec3-bc27-f4b574b17c5b)) - (pin "2" (uuid 60d54eaa-1db5-4965-a4cf-1ec30b085bcb)) - (instances - (project "filter_not_in_bom" - (path "/054db097-8803-478f-b615-cc9125586d15" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 999872c1-ad95-4a47-93a5-ce6b47a86e13) - (property "Reference" "R1" (at 66.04 53.3399 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 66.04 55.8799 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 54.61 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e6e67706-8d3e-4ccf-932e-9f8752dbcea1)) - (pin "2" (uuid 10773c11-bc60-4472-9d7c-ff5c103f871a)) - (instances - (project "filter_not_in_bom" - (path "/054db097-8803-478f-b615-cc9125586d15" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 114.3 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid a5d57f67-4cd2-4689-8ccf-01d241039af9) - (property "Reference" "R3" (at 116.84 53.3399 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 116.84 55.8799 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 112.522 54.61 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b951a2d2-6726-4d65-a194-b2274d900ed1)) - (pin "2" (uuid 8d3ccad0-c44c-4b75-809a-9b11818bc782)) - (instances - (project "filter_not_in_bom" - (path "/054db097-8803-478f-b615-cc9125586d15" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 165.1 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid eaa2658c-9a5f-4406-bf42-1d9cb16fa43a) - (property "Reference" "R5" (at 167.64 53.3399 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 167.64 55.8799 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 163.322 54.61 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 165.1 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8f2a83f9-2f17-4d2d-9bea-8a5d0e0a53dc)) - (pin "2" (uuid 571b3855-48d9-45f4-ad59-b58b91eac372)) - (instances - (project "filter_not_in_bom" - (path "/054db097-8803-478f-b615-cc9125586d15" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 139.7 54.61 0) (unit 1) - (in_bom yes) (on_board no) (dnp no) (fields_autoplaced) - (uuid fa1e856c-8ac1-49f5-9e01-8904c46a0a50) - (property "Reference" "R4" (at 142.24 53.3399 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 142.24 55.8799 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 137.922 54.61 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 139.7 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 03c1c640-2b41-414c-a64b-2266fd349096)) - (pin "2" (uuid 55d78ff8-ab55-45e7-8712-a31d3aad7239)) - (instances - (project "filter_not_in_bom" - (path "/054db097-8803-478f-b615-cc9125586d15" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "054db097-8803-478f-b615-cc9125586d15") + (paper "A4") + (title_block + (title "in_bom/on_board filter test") + (company "Instituto Nacional de Tecnología Industrial") + (comment 1 "KiBot") + ) + (lib_symbols + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (text "in_bom: yes\non_board: yes\nPCB in_bom: no\n" + (exclude_from_sim no) + (at 109.22 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "11c1d158-5f8a-4063-88b9-e6d3f6d51405") + ) + (text "in_bom: yes\non_board: no\nPCB in_bom: yes\n" + (exclude_from_sim no) + (at 134.62 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "2a5a7048-fb8d-48fd-88e2-0e4be1ac91cc") + ) + (text "in_bom: no\non_board: yes\nPCB in_bom: yes\n" + (exclude_from_sim no) + (at 83.82 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "53e87ee4-9649-4de7-b05a-c20bd6abe76c") + ) + (text "in_bom: yes\non_board: yes\nPCB in_bom: yes\nPCB in_pos: no" + (exclude_from_sim no) + (at 160.02 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d353589c-2a30-4906-a132-d4d063872687") + ) + (text "in_bom: yes\non_board: yes\nPCB in_bom: yes\n" + (exclude_from_sim no) + (at 58.42 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f7c872f3-d3c4-41b9-8951-57b099e0ee9e") + ) + (symbol + (lib_id "Device:R") + (at 88.9 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "11087cb4-16d6-488f-9b40-434fce773bc8") + (property "Reference" "R2" + (at 91.44 53.3399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 91.44 55.8799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 87.122 54.61 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c61ed2a3-43cd-4ec3-bc27-f4b574b17c5b") + ) + (pin "2" + (uuid "60d54eaa-1db5-4965-a4cf-1ec30b085bcb") + ) + (instances + (project "filter_not_in_bom" + (path "/054db097-8803-478f-b615-cc9125586d15" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "999872c1-ad95-4a47-93a5-ce6b47a86e13") + (property "Reference" "R1" + (at 66.04 53.3399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 66.04 55.8799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 54.61 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e6e67706-8d3e-4ccf-932e-9f8752dbcea1") + ) + (pin "2" + (uuid "10773c11-bc60-4472-9d7c-ff5c103f871a") + ) + (instances + (project "filter_not_in_bom" + (path "/054db097-8803-478f-b615-cc9125586d15" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 114.3 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a5d57f67-4cd2-4689-8ccf-01d241039af9") + (property "Reference" "R3" + (at 116.84 53.3399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 116.84 55.8799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 112.522 54.61 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b951a2d2-6726-4d65-a194-b2274d900ed1") + ) + (pin "2" + (uuid "8d3ccad0-c44c-4b75-809a-9b11818bc782") + ) + (instances + (project "filter_not_in_bom" + (path "/054db097-8803-478f-b615-cc9125586d15" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 165.1 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "eaa2658c-9a5f-4406-bf42-1d9cb16fa43a") + (property "Reference" "R5" + (at 167.64 53.3399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 167.64 55.8799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 163.322 54.61 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 165.1 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 165.1 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8f2a83f9-2f17-4d2d-9bea-8a5d0e0a53dc") + ) + (pin "2" + (uuid "571b3855-48d9-45f4-ad59-b58b91eac372") + ) + (instances + (project "filter_not_in_bom" + (path "/054db097-8803-478f-b615-cc9125586d15" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 139.7 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board no) + (dnp no) + (fields_autoplaced yes) + (uuid "fa1e856c-8ac1-49f5-9e01-8904c46a0a50") + (property "Reference" "R4" + (at 142.24 53.3399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 142.24 55.8799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 137.922 54.61 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 139.7 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 139.7 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "03c1c640-2b41-414c-a64b-2266fd349096") + ) + (pin "2" + (uuid "55d78ff8-ab55-45e7-8712-a31d3aad7239") + ) + (instances + (project "filter_not_in_bom" + (path "/054db097-8803-478f-b615-cc9125586d15" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/font_and_colors.kicad_pcb b/tests/board_samples/kicad_8/font_and_colors.kicad_pcb index 44f3aabd4..51bb0420a 100644 --- a/tests/board_samples/kicad_8/font_and_colors.kicad_pcb +++ b/tests/board_samples/kicad_8/font_and_colors.kicad_pcb @@ -1,89 +1,140 @@ -(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 - (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 "") - - (gr_rect (start 100 70) (end 150 121) - (stroke (width 0.2) (type default)) (fill none) (layer "Edge.Cuts") (tstamp cd1c9c8d-3ccc-4c8b-b847-9a6aa1c9d599)) - (gr_text "4" (at 105 110) (layer "F.Cu") (tstamp 1dbcdcd1-a8e9-4623-9731-77c1e65b8868) - (effects (font (size 20 20) (thickness 5) bold) (justify left bottom)) - ) - (gr_text "4" (at 125 110) (layer "F.Cu") (tstamp d892df33-6ec0-4783-b75f-e6ee5f7aacc6) - (effects (font (face "Archivo SemiBold") (size 20 20) (thickness 5) bold) (justify left bottom)) - ) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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 + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (gr_rect + (start 100 70) + (end 150 121) + (stroke + (width 0.2) + (type default) + ) + (fill none) + (layer "Edge.Cuts") + (uuid "cd1c9c8d-3ccc-4c8b-b847-9a6aa1c9d599") + ) + (gr_text "4" + (at 105 110 0) + (layer "F.Cu") + (uuid "1dbcdcd1-a8e9-4623-9731-77c1e65b8868") + (effects + (font + (size 20 20) + (thickness 5) + (bold yes) + ) + (justify left bottom) + ) + ) + (gr_text "4" + (at 125 110 0) + (layer "F.Cu") + (uuid "d892df33-6ec0-4783-b75f-e6ee5f7aacc6") + (effects + (font + (face "Archivo SemiBold") + (size 20 20) + (thickness 5) + (bold yes) + ) + (justify left bottom) + ) + (render_cache "4" 0 + (polygon + (pts + (xy 134.325191 106.6) (xy 134.325191 102.31598) (xy 125.869504 102.31598) (xy 125.869504 99.516957) + (xy 126.41844 98.58456) (xy 126.946615 97.638729) (xy 127.45403 96.679466) (xy 127.940683 95.706769) + (xy 128.406271 94.715143) (xy 128.850488 93.699092) (xy 129.221646 92.790013) (xy 129.576443 91.862233) + (xy 129.674808 91.593719) (xy 130.007899 90.638591) (xy 130.319017 89.662426) (xy 130.608164 88.665223) + (xy 130.875338 87.646984) (xy 131.018143 87.055687) (xy 134.603628 87.055687) (xy 134.331445 88.086435) + (xy 134.042933 89.040508) (xy 133.715305 90.010801) (xy 133.68039 90.108722) (xy 133.318319 91.080637) + (xy 132.934305 92.036333) (xy 132.528346 92.975809) (xy 132.444521 93.161758) (xy 132.025779 94.066792) + (xy 131.564059 95.016048) (xy 131.101186 95.916817) (xy 130.612318 96.82563) (xy 130.112169 97.703201) + (xy 129.855547 98.129658) (xy 129.314473 98.988305) (xy 128.946964 99.516957) (xy 134.325191 99.516957) + (xy 134.325191 94.671179) (xy 134.733249 93.760802) (xy 134.828332 93.537892) (xy 135.19836 92.62015) + (xy 135.316817 92.306908) (xy 135.651125 91.378175) (xy 135.75157 91.075924) (xy 136.052961 90.123873) + (xy 136.117934 89.913328) (xy 137.739706 89.913328) (xy 137.739706 99.516957) (xy 140.118632 99.516957) + (xy 140.118632 102.31598) (xy 137.739706 102.31598) (xy 137.739706 106.6) + ) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/gencad.kicad_pcb b/tests/board_samples/kicad_8/gencad.kicad_pcb index 5306d351b..2c57d7d6d 100644 --- a/tests/board_samples/kicad_8/gencad.kicad_pcb +++ b/tests/board_samples/kicad_8/gencad.kicad_pcb @@ -1,351 +1,1389 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (layers - (0 "F.Cu" signal) - (1 "In1.Cu" signal "GND.Cu") - (2 "In2.Cu" signal "Signal1.Cu") - (3 "In3.Cu" signal "Signal2.Cu") - (4 "In4.Cu" signal "Power.Cu") - (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) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "/Power/VCC") - (net 2 "GND") - (net 3 "Net-(C2-Pad1)") - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca72801) - (at 164.775001 80.505001 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca745a6") - (attr smd) - (fp_text reference "C1" (at 0 -1.17 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9a23b22f-3d9b-4951-aca2-1dd2d0be96b0) - ) - (fp_text value "C" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c9740a16-60df-417c-b8aa-6e246ef5377c) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp f028daf9-04ea-48a3-b9bc-9fa512382e75) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1be44349-9ddf-433e-8bf3-5a664ab30d7a)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c84ccc44-72d9-492b-ac06-49803b12528e)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c2a759fb-6634-422d-a827-5c66f0a574d3)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd4e2556-ea45-40ee-a0d2-d93fc24a120b)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba8dd5eb-d5d0-4903-8450-0db58011357d)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 639b9d2c-61cd-4a70-8baf-501716ff183d)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e71c1f04-99a9-4bd7-887d-05aa3966e68b)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 395a5b6d-e42e-4126-b363-590a3a0a70ff)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/Power/VCC") (tstamp ba243994-ae89-440a-a76c-71226388e015)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp e8d5cc32-c7e5-4a70-b97a-4338c5309ced)) - (model "${KIPRJMOD}/3D/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca72810) - (at 170.18 80.020001 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca76352") - (attr smd) - (fp_text reference "C2" (at 0 -1.17 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4b0ea34d-5553-49d4-9ac6-f48fba4fe3bc) - ) - (fp_text value "C" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5fa2cd46-6664-42e4-a296-a39cc550683c) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 36fea843-7950-4cc8-aac2-59b2ab23c8ab) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14420231-66cc-402f-99e7-5c8b6fd43c5b)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a927c407-0c19-4da0-9a0b-4ccd1a5c1e97)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3ce06a93-2b01-4698-890f-27cb0fe67071)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 82f10354-af3f-4d57-86e0-ddb67a99af44)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f52a043a-6aa7-4174-9331-66b5ef3bef47)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2dd27e21-4b72-41c7-87a0-b01e27eff833)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65d95687-ee87-4c26-bcdc-ce2bdb869303)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4db15ae6-e71c-47ec-adf5-f44b8d8c3074)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C2-Pad1)") (tstamp cd01f9b6-04c6-4727-b30b-c86b8a198260)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp f458f5ad-1900-437c-af8b-79b4b9fc1534)) - (model "${KIPRJMOD}/3D/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_JST:JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca7282d) - (at 154.94 80.01) - (descr "JST JWPF series connector, B02B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator") - (tags "connector JST JWPF side entry") - (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca714f2") - (attr through_hole) - (fp_text reference "P1" (at -1.35 -3.7) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 01e65c7c-ade6-4c5d-9a10-2ae32822c795) - ) - (fp_text value "CONN_01X02" (at -1.35 5.7) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 391fc8ae-4836-4ea4-8f58-37150a7e3966) - ) - (fp_text user "${REFERENCE}" (at -4.7 1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f1db09b7-cef3-4b59-9928-d4b649d3ba36) - ) - (fp_line (start -5.75 -2.85) (end -4.25 -2.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4002613e-3ff9-444a-b4f6-8e8fecb97c70)) - (fp_line (start -5.75 -1.35) (end -5.75 -2.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a5b244d-a586-4fce-a4af-81ba527962ea)) - (fp_line (start -5.51 -2.61) (end -5.51 4.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab1b5e79-b044-45c2-9af4-f06625a6e6f3)) - (fp_line (start -5.51 4.61) (end -2.05 4.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b3c1322-fa44-46c5-94bf-f2e5e1d343be)) - (fp_line (start -0.93 4.611771) (end 1.791822 4.611771) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f75d9b3d-6d27-4f5c-9072-8045fa5c9abc)) - (fp_line (start 1.81 -2.61) (end -5.51 -2.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33221914-6b6a-4232-be2b-076ef481847d)) - (fp_line (start 2.81 -1.61) (end 2.81 3.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f49325c4-99e7-4ce3-8934-848a13a8ba71)) - (fp_arc (start 1.81 -2.61) (mid 2.517107 -2.317107) (end 2.81 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1302ec87-2c9b-4084-bad8-ff491c491404)) - (fp_arc (start 2.81 3.61) (mid 2.517107 4.317107) (end 1.81 4.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 054ef1d4-61fe-406b-9c06-403783d044cd)) - (fp_line (start -5.9 -3) (end -5.9 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4b1e41ea-3346-41da-a638-75ed32630d0e)) - (fp_line (start -5.9 5) (end 3.2 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33735995-1cb8-4e72-bcd6-2956b5ce2cfd)) - (fp_line (start 3.2 -3) (end -5.9 -3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 233d639f-ccf6-46d5-938a-2fa7af01802d)) - (fp_line (start 3.2 5) (end 3.2 -3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f025c58-117a-4c69-bd75-10928cf38fdd)) - (fp_line (start -5.4 -2.5) (end -5.4 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36a818c4-d265-4e25-9ac8-8e7b3b394da9)) - (fp_line (start -5.4 4.5) (end 1.7 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98a8fbb4-9925-4005-84de-a3d0abfc24c0)) - (fp_line (start -0.375 -1.9) (end 0.375 -1.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aaa5a52c-b22b-4732-be68-0bf327f783eb)) - (fp_line (start 0 -1.15) (end -0.375 -1.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 841f0f2a-5b8e-4ed2-8eba-7a6abce7f90a)) - (fp_line (start 0.375 -1.9) (end 0 -1.15) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d85b4c38-7d8c-45a9-b086-fdf1e889231f)) - (fp_line (start 1.7 -2.5) (end -5.4 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 630eeaf5-efd9-4a15-b3e6-cf60ca6ed4dc)) - (fp_line (start 2.7 -1.5) (end 2.7 3.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9df24d71-5bb7-4764-9c01-13d3e158b1fc)) - (fp_arc (start 1.7 -2.5) (mid 2.407107 -2.207107) (end 2.7 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 482087fc-b33d-4c8b-a35b-a2bf5616df9f)) - (fp_arc (start 2.7 3.5) (mid 2.407107 4.207107) (end 1.7 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5349c41-425d-4ed8-94d5-5f4b6b7429dc)) - (pad "" np_thru_hole circle (at -1.5 4.05) (size 1.15 1.15) (drill 1.15) (layers "*.Cu" "*.Mask") (tstamp 202871af-da07-4017-9e30-f448f216e668)) - (pad "1" thru_hole roundrect (at 0 0) (size 2 1.3) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.192308) - (net 2 "GND") (tstamp 219a773e-ac2b-4e53-b0e9-f8b9b58e259e)) - (pad "2" thru_hole oval (at 0 2) (size 2 1.3) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "/Power/VCC") (tstamp 7280d213-04c2-4a0c-9ec5-efe27ae8a927)) - (model "${KIPRJMOD}/3D/B02B-JWPF-SK-R.step" - (offset (xyz -3.2 -4.5 -8)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 -90)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca7283c) - (at 167.64 83.82) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca75c86") - (attr smd) - (fp_text reference "R1" (at 0 -1.17) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1712ddb2-8498-47c4-9102-89884d6009b3) - ) - (fp_text value "R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8b21f92e-4d94-4dfc-b965-48a43195b342) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 96f07353-86e5-4ce6-9992-8b40505a18e9) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 964739da-c909-4d70-8d52-f7979b81719f)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ca06879-b527-4155-8fd0-0bd34aaa2e69)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 378f6628-66ef-4189-bee0-1583cf727555)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9c91c55-58c3-4890-b728-b3a8876ac20e)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 585d956e-0a20-4895-9a63-4b8126e791ed)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82e7535a-f542-4fb6-a13f-a9d090fb1bf1)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e06a9d5-f2a3-488b-9aa4-b42ed45336fb)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dbb42a80-ad9f-4c04-bbd1-c8c2ec36815a)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/Power/VCC") (tstamp 7fdddde3-d41d-4e09-82ef-432774318262)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C2-Pad1)") (tstamp b46b1255-5aa3-4ecd-9309-4fdf26cca450)) - (model "${KIPRJMOD}/3D/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 187.96 69.85) (end 142.24 69.85) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 1d2200bd-ccd1-4031-9372-30a2928d183b)) - (gr_line (start 142.24 69.85) (end 142.24 91.44) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 900362e5-bd4f-4871-ae2d-6d8132a1ca60)) - (gr_line (start 187.96 91.44) (end 187.96 69.85) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp a9359475-73be-4eab-ac48-7e0e4951c28f)) - (gr_line (start 142.24 91.44) (end 187.96 91.44) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp ff645443-f882-436f-b50c-99274595dcc9)) - (gr_text "Text in Dwgs.User" (at 149 68) (layer "Dwgs.User") (tstamp 06c75a95-88f3-4a33-93f5-bda2b8f9e5cf) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Text in Cmts.User" (at 149 93) (layer "Cmts.User") (tstamp baeb1cc7-796b-470c-8b9f-d52896d68c36) - (effects (font (size 1 1) (thickness 0.15))) - ) - - (segment (start 167.155 83.82) (end 167.155 83.37) (width 0.25) (layer "F.Cu") (net 1) (tstamp 29d0a5ec-066e-4464-8da7-249a00673e24)) - (segment (start 156.75 82.01) (end 154.94 82.01) (width 0.25) (layer "F.Cu") (net 1) (tstamp 34a33052-9a56-46d8-8637-1964c8330030)) - (segment (start 165.1 81.315) (end 164.775001 80.990001) (width 0.25) (layer "F.Cu") (net 1) (tstamp 498be5a9-bdc2-4274-8172-a93fdb364124)) - (segment (start 164.775001 80.990001) (end 157.769999 80.990001) (width 0.25) (layer "F.Cu") (net 1) (tstamp 6975de1c-9010-4420-a896-22710b4d6ef0)) - (segment (start 157.769999 80.990001) (end 156.75 82.01) (width 0.25) (layer "F.Cu") (net 1) (tstamp 6c066fdf-faaf-41c7-bab0-5b14822540cb)) - (segment (start 167.155 83.37) (end 165.1 81.315) (width 0.25) (layer "F.Cu") (net 1) (tstamp e104162b-e5b4-40f5-b86c-d39aab33df13)) - (segment (start 180 88) (end 160 88) (width 0.25) (layer "In2.Cu") (net 1) (tstamp 23344ac0-1ddf-46e9-b447-8c6227dca955)) - (segment (start 179.9848 73) (end 160 73) (width 0.25) (layer "In2.Cu") (net 1) (tstamp 24b6a054-076f-448b-91ac-f51d97df8fed)) - (segment (start 180 73.0152) (end 179.9848 73) (width 0.25) (layer "In2.Cu") (net 1) (tstamp 2981c240-a937-427f-a0ab-64e0a2f1588d)) - (segment (start 160 88) (end 160 82.0874) (width 0.25) (layer "In2.Cu") (net 1) (tstamp 50fc8d73-518c-4f35-bc0a-2b3a8a184b49)) - (segment (start 180 88) (end 180 73.0152) (width 0.25) (layer "In2.Cu") (net 1) (tstamp 81d4b9c2-3cde-4eb1-8172-3f3a9a34934d)) - (segment (start 160 82.0874) (end 160 73) (width 0.25) (layer "In2.Cu") (net 1) (tstamp 9b1592b5-e765-4fe0-a5a6-9084dc74250c)) - (segment (start 159.9226 82.01) (end 160 82.0874) (width 0.25) (layer "In2.Cu") (net 1) (tstamp aa340853-4ab1-4202-b02d-17cd5e5a3bef)) - (segment (start 154.94 82.01) (end 159.9226 82.01) (width 0.25) (layer "In2.Cu") (net 1) (tstamp fe7d60bf-b7af-4d9a-b88e-1d392c069550)) - (segment (start 161 82.0314) (end 161 87) (width 0.25) (layer "In4.Cu") (net 1) (tstamp 0f3459d4-80af-4d53-8f06-354f472de373)) - (segment (start 154.94 82.01) (end 160.9786 82.01) (width 0.25) (layer "In4.Cu") (net 1) (tstamp 0f854b51-f5eb-43a2-9983-482f4c5a7802)) - (segment (start 179 86.9888) (end 179 74) (width 0.25) (layer "In4.Cu") (net 1) (tstamp 361005b8-d729-4068-baa1-41be76d6fceb)) - (segment (start 161 74) (end 179 74) (width 0.25) (layer "In4.Cu") (net 1) (tstamp 68f23baf-b8be-4e59-8ca4-94515a71f54a)) - (segment (start 161 87) (end 178.9888 87) (width 0.25) (layer "In4.Cu") (net 1) (tstamp 6a90896e-6cb4-4ead-ad53-ea652bf5c7f2)) - (segment (start 178.9888 87) (end 179 86.9888) (width 0.25) (layer "In4.Cu") (net 1) (tstamp 798d3fb6-ab93-46a7-87f5-d1865cd63482)) - (segment (start 160.9786 82.01) (end 161 82.0314) (width 0.25) (layer "In4.Cu") (net 1) (tstamp b7d9f079-9f5b-4865-8c43-f23205213a68)) - (segment (start 161 74) (end 161 82.0314) (width 0.25) (layer "In4.Cu") (net 1) (tstamp c804858e-3c36-46db-93c4-b7315315c9b1)) - (segment (start 165.260001 79.535001) (end 170.18 79.535001) (width 0.25) (layer "F.Cu") (net 2) (tstamp 3d2ad86c-23b9-404e-9734-01910c44d8ce)) - (segment (start 164.765 80.01) (end 164.775001 80.020001) (width 0.25) (layer "F.Cu") (net 2) (tstamp 6332b0ee-5cdf-4697-b55a-e0f0dd77f8ce)) - (segment (start 154.94 80.01) (end 164.765 80.01) (width 0.25) (layer "F.Cu") (net 2) (tstamp 90419f32-393b-42b6-928e-f75e84540618)) - (segment (start 164.775001 80.020001) (end 165.260001 79.535001) (width 0.25) (layer "F.Cu") (net 2) (tstamp edef7a5b-c8fb-451e-ad80-b0b4c119bcef)) - (segment (start 180 73) (end 180 88) (width 0.25) (layer "In1.Cu") (net 2) (tstamp 2d592a53-27a0-4c92-b11f-17804b171e0e)) - (segment (start 160 73) (end 180 73) (width 0.25) (layer "In1.Cu") (net 2) (tstamp 4650ef86-7064-4722-a2e5-1163cd2ce8d2)) - (segment (start 180 88) (end 160.009 88) (width 0.25) (layer "In1.Cu") (net 2) (tstamp 4b817320-b5aa-47c7-8f94-de74f4d43b0a)) - (segment (start 160.009 88) (end 160 87.991) (width 0.25) (layer "In1.Cu") (net 2) (tstamp 7ab5aece-3cbe-4e3f-84e2-c1eb62cb86cf)) - (segment (start 154.9708 79.9792) (end 154.94 80.01) (width 0.25) (layer "In1.Cu") (net 2) (tstamp 88b04270-effd-4e84-a65e-71c5936c05d1)) - (segment (start 160 79.9792) (end 154.9708 79.9792) (width 0.25) (layer "In1.Cu") (net 2) (tstamp 8b3046a6-0c28-496a-b2b2-123190bddeb9)) - (segment (start 160 79.9792) (end 160 73) (width 0.25) (layer "In1.Cu") (net 2) (tstamp c8f4e9bb-ff9f-431c-92cd-eaf196680015)) - (segment (start 160 87.991) (end 160 79.9792) (width 0.25) (layer "In1.Cu") (net 2) (tstamp d60a9fb2-0cad-4a39-859a-38192742cbc2)) - (segment (start 179 87) (end 179 74) (width 0.25) (layer "In3.Cu") (net 2) (tstamp 4178ccf8-1a1e-4296-9efe-ecdd9ef8535e)) - (segment (start 154.94 80.01) (end 160.9852 80.01) (width 0.25) (layer "In3.Cu") (net 2) (tstamp 592184ad-f729-4aeb-9516-a77f8cac5a72)) - (segment (start 160.995 74) (end 161 74.005) (width 0.25) (layer "In3.Cu") (net 2) (tstamp 5f497fc8-0612-4128-8d96-db8122821f83)) - (segment (start 161 87) (end 179 87) (width 0.25) (layer "In3.Cu") (net 2) (tstamp 695b14e7-56b6-4e96-843f-fd5673817085)) - (segment (start 160.9852 80.01) (end 161 80.0248) (width 0.25) (layer "In3.Cu") (net 2) (tstamp c7c422c0-8e1d-45d4-b657-cb36b003ff9c)) - (segment (start 179 74) (end 160.995 74) (width 0.25) (layer "In3.Cu") (net 2) (tstamp d4d8d124-9840-4ebd-9db3-31e917d49a67)) - (segment (start 161 80.0248) (end 161 87) (width 0.25) (layer "In3.Cu") (net 2) (tstamp d6c4e1b2-3197-4428-9416-faa0359685dd)) - (segment (start 161 74.005) (end 161 80.0248) (width 0.25) (layer "In3.Cu") (net 2) (tstamp e11cb8ea-55a2-4d51-b55a-159154c676ad)) - (segment (start 170.18 80.505001) (end 170.18 81.765) (width 0.25) (layer "F.Cu") (net 3) (tstamp 39584a4d-665b-4b75-bca9-5cd27f67aa54)) - (segment (start 170.18 81.765) (end 168.125 83.82) (width 0.25) (layer "F.Cu") (net 3) (tstamp d51b1e5a-2978-4dda-9173-3696dbd8f279)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (layers + (0 "F.Cu" signal) + (1 "In1.Cu" signal "GND.Cu") + (2 "In2.Cu" signal "Signal1.Cu") + (3 "In3.Cu" signal "Signal2.Cu") + (4 "In4.Cu" signal "Power.Cu") + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "/Power/VCC") + (net 2 "GND") + (net 3 "Net-(C2-Pad1)") + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca72801") + (at 164.775001 80.505001 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.17 90) + (layer "F.SilkS") + (uuid "9a23b22f-3d9b-4951-aca2-1dd2d0be96b0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "C" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "c9740a16-60df-417c-b8aa-6e246ef5377c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7384b972-db5f-4a0d-8208-a78647098da1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f7951689-81d5-49fd-9436-b43201ea4420") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c43dc13c-a91a-4386-9bb6-95f9a8a1fbbf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca745a6") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c2a759fb-6634-422d-a827-5c66f0a574d3") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1be44349-9ddf-433e-8bf3-5a664ab30d7a") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dd4e2556-ea45-40ee-a0d2-d93fc24a120b") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c84ccc44-72d9-492b-ac06-49803b12528e") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e71c1f04-99a9-4bd7-887d-05aa3966e68b") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba8dd5eb-d5d0-4903-8450-0db58011357d") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "395a5b6d-e42e-4126-b363-590a3a0a70ff") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "639b9d2c-61cd-4a70-8baf-501716ff183d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "f028daf9-04ea-48a3-b9bc-9fa512382e75") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/Power/VCC") + (uuid "ba243994-ae89-440a-a76c-71226388e015") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "e8d5cc32-c7e5-4a70-b97a-4338c5309ced") + ) + (model "${KIPRJMOD}/3D/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca72810") + (at 170.18 80.020001 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C2" + (at 0 -1.17 90) + (layer "F.SilkS") + (uuid "4b0ea34d-5553-49d4-9ac6-f48fba4fe3bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "C" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "5fa2cd46-6664-42e4-a296-a39cc550683c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1ffcdcf-f4e0-4a93-8025-e467a95dd79f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62e788a2-a963-4f0f-8932-50100f65c713") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "50cfb542-8094-4654-a82a-795d47f400f8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca76352") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3ce06a93-2b01-4698-890f-27cb0fe67071") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "14420231-66cc-402f-99e7-5c8b6fd43c5b") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "82f10354-af3f-4d57-86e0-ddb67a99af44") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a927c407-0c19-4da0-9a0b-4ccd1a5c1e97") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "65d95687-ee87-4c26-bcdc-ce2bdb869303") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f52a043a-6aa7-4174-9331-66b5ef3bef47") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4db15ae6-e71c-47ec-adf5-f44b8d8c3074") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2dd27e21-4b72-41c7-87a0-b01e27eff833") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "36fea843-7950-4cc8-aac2-59b2ab23c8ab") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C2-Pad1)") + (uuid "cd01f9b6-04c6-4727-b30b-c86b8a198260") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "f458f5ad-1900-437c-af8b-79b4b9fc1534") + ) + (model "${KIPRJMOD}/3D/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_JST:JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca7282d") + (at 154.94 80.01) + (descr "JST JWPF series connector, B02B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator") + (tags "connector JST JWPF side entry") + (property "Reference" "P1" + (at -1.35 -3.7 0) + (layer "F.SilkS") + (uuid "01e65c7c-ade6-4c5d-9a10-2ae32822c795") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CONN_01X02" + (at -1.35 5.7 0) + (layer "F.Fab") + (uuid "391fc8ae-4836-4ea4-8f58-37150a7e3966") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c89fc899-d9ab-409e-a1cd-e7cfa4839506") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b3305dd-a0c5-4e58-9b67-25ed9a09e1ae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8c40e9eb-eb65-4091-8f11-189037d1cfd6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca714f2") + (attr through_hole) + (fp_line + (start -5.75 -2.85) + (end -4.25 -2.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4002613e-3ff9-444a-b4f6-8e8fecb97c70") + ) + (fp_line + (start -5.75 -1.35) + (end -5.75 -2.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a5b244d-a586-4fce-a4af-81ba527962ea") + ) + (fp_line + (start -5.51 -2.61) + (end -5.51 4.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab1b5e79-b044-45c2-9af4-f06625a6e6f3") + ) + (fp_line + (start -5.51 4.61) + (end -2.05 4.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b3c1322-fa44-46c5-94bf-f2e5e1d343be") + ) + (fp_line + (start -0.93 4.611771) + (end 1.791822 4.611771) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f75d9b3d-6d27-4f5c-9072-8045fa5c9abc") + ) + (fp_line + (start 1.81 -2.61) + (end -5.51 -2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33221914-6b6a-4232-be2b-076ef481847d") + ) + (fp_line + (start 2.81 -1.61) + (end 2.81 3.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f49325c4-99e7-4ce3-8934-848a13a8ba71") + ) + (fp_arc + (start 1.81 -2.61) + (mid 2.517107 -2.317107) + (end 2.81 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1302ec87-2c9b-4084-bad8-ff491c491404") + ) + (fp_arc + (start 2.81 3.61) + (mid 2.517107 4.317107) + (end 1.81 4.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "054ef1d4-61fe-406b-9c06-403783d044cd") + ) + (fp_line + (start -5.9 -3) + (end -5.9 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4b1e41ea-3346-41da-a638-75ed32630d0e") + ) + (fp_line + (start -5.9 5) + (end 3.2 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "33735995-1cb8-4e72-bcd6-2956b5ce2cfd") + ) + (fp_line + (start 3.2 -3) + (end -5.9 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "233d639f-ccf6-46d5-938a-2fa7af01802d") + ) + (fp_line + (start 3.2 5) + (end 3.2 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2f025c58-117a-4c69-bd75-10928cf38fdd") + ) + (fp_line + (start -5.4 -2.5) + (end -5.4 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "36a818c4-d265-4e25-9ac8-8e7b3b394da9") + ) + (fp_line + (start -5.4 4.5) + (end 1.7 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98a8fbb4-9925-4005-84de-a3d0abfc24c0") + ) + (fp_line + (start -0.375 -1.9) + (end 0.375 -1.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aaa5a52c-b22b-4732-be68-0bf327f783eb") + ) + (fp_line + (start 0 -1.15) + (end -0.375 -1.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "841f0f2a-5b8e-4ed2-8eba-7a6abce7f90a") + ) + (fp_line + (start 0.375 -1.9) + (end 0 -1.15) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d85b4c38-7d8c-45a9-b086-fdf1e889231f") + ) + (fp_line + (start 1.7 -2.5) + (end -5.4 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "630eeaf5-efd9-4a15-b3e6-cf60ca6ed4dc") + ) + (fp_line + (start 2.7 -1.5) + (end 2.7 3.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9df24d71-5bb7-4764-9c01-13d3e158b1fc") + ) + (fp_arc + (start 1.7 -2.5) + (mid 2.407107 -2.207107) + (end 2.7 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "482087fc-b33d-4c8b-a35b-a2bf5616df9f") + ) + (fp_arc + (start 2.7 3.5) + (mid 2.407107 4.207107) + (end 1.7 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5349c41-425d-4ed8-94d5-5f4b6b7429dc") + ) + (fp_text user "${REFERENCE}" + (at -4.7 1 90) + (layer "F.Fab") + (uuid "f1db09b7-cef3-4b59-9928-d4b649d3ba36") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at -1.5 4.05) + (size 1.15 1.15) + (drill 1.15) + (layers "*.Cu" "*.Mask") + (uuid "202871af-da07-4017-9e30-f448f216e668") + ) + (pad "1" thru_hole roundrect + (at 0 0) + (size 2 1.3) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.192308) + (net 2 "GND") + (uuid "219a773e-ac2b-4e53-b0e9-f8b9b58e259e") + ) + (pad "2" thru_hole oval + (at 0 2) + (size 2 1.3) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "/Power/VCC") + (uuid "7280d213-04c2-4a0c-9ec5-efe27ae8a927") + ) + (model "${KIPRJMOD}/3D/B02B-JWPF-SK-R.step" + (offset + (xyz -3.2 -4.5 -8) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 -90) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca7283c") + (at 167.64 83.82) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "1712ddb2-8498-47c4-9102-89884d6009b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "8b21f92e-4d94-4dfc-b965-48a43195b342") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "92814420-48ec-4e32-bf16-bf236ac80508") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "696d40bc-b3bb-406e-a7c2-e4efefffa204") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fec0b7e6-86fc-47b9-bc6a-200ad4e01586") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca75c86") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "964739da-c909-4d70-8d52-f7979b81719f") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8ca06879-b527-4155-8fd0-0bd34aaa2e69") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "378f6628-66ef-4189-bee0-1583cf727555") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9c91c55-58c3-4890-b728-b3a8876ac20e") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "585d956e-0a20-4895-9a63-4b8126e791ed") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "82e7535a-f542-4fb6-a13f-a9d090fb1bf1") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e06a9d5-f2a3-488b-9aa4-b42ed45336fb") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dbb42a80-ad9f-4c04-bbd1-c8c2ec36815a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "96f07353-86e5-4ce6-9992-8b40505a18e9") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/Power/VCC") + (uuid "7fdddde3-d41d-4e09-82ef-432774318262") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C2-Pad1)") + (uuid "b46b1255-5aa3-4ecd-9309-4fdf26cca450") + ) + (model "${KIPRJMOD}/3D/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 187.96 69.85) + (end 142.24 69.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "1d2200bd-ccd1-4031-9372-30a2928d183b") + ) + (gr_line + (start 142.24 69.85) + (end 142.24 91.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "900362e5-bd4f-4871-ae2d-6d8132a1ca60") + ) + (gr_line + (start 187.96 91.44) + (end 187.96 69.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "a9359475-73be-4eab-ac48-7e0e4951c28f") + ) + (gr_line + (start 142.24 91.44) + (end 187.96 91.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ff645443-f882-436f-b50c-99274595dcc9") + ) + (gr_text "Text in Dwgs.User" + (at 149 68 0) + (layer "Dwgs.User") + (uuid "06c75a95-88f3-4a33-93f5-bda2b8f9e5cf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Text in Cmts.User" + (at 149 93 0) + (layer "Cmts.User") + (uuid "baeb1cc7-796b-470c-8b9f-d52896d68c36") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (segment + (start 167.155 83.82) + (end 167.155 83.37) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "29d0a5ec-066e-4464-8da7-249a00673e24") + ) + (segment + (start 156.75 82.01) + (end 154.94 82.01) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "34a33052-9a56-46d8-8637-1964c8330030") + ) + (segment + (start 165.1 81.315) + (end 164.775001 80.990001) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "498be5a9-bdc2-4274-8172-a93fdb364124") + ) + (segment + (start 164.775001 80.990001) + (end 157.769999 80.990001) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "6975de1c-9010-4420-a896-22710b4d6ef0") + ) + (segment + (start 157.769999 80.990001) + (end 156.75 82.01) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "6c066fdf-faaf-41c7-bab0-5b14822540cb") + ) + (segment + (start 167.155 83.37) + (end 165.1 81.315) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "e104162b-e5b4-40f5-b86c-d39aab33df13") + ) + (segment + (start 180 88) + (end 160 88) + (width 0.25) + (layer "In2.Cu") + (net 1) + (uuid "23344ac0-1ddf-46e9-b447-8c6227dca955") + ) + (segment + (start 179.9848 73) + (end 160 73) + (width 0.25) + (layer "In2.Cu") + (net 1) + (uuid "24b6a054-076f-448b-91ac-f51d97df8fed") + ) + (segment + (start 180 73.0152) + (end 179.9848 73) + (width 0.25) + (layer "In2.Cu") + (net 1) + (uuid "2981c240-a937-427f-a0ab-64e0a2f1588d") + ) + (segment + (start 160 88) + (end 160 82.0874) + (width 0.25) + (layer "In2.Cu") + (net 1) + (uuid "50fc8d73-518c-4f35-bc0a-2b3a8a184b49") + ) + (segment + (start 180 88) + (end 180 73.0152) + (width 0.25) + (layer "In2.Cu") + (net 1) + (uuid "81d4b9c2-3cde-4eb1-8172-3f3a9a34934d") + ) + (segment + (start 160 82.0874) + (end 160 73) + (width 0.25) + (layer "In2.Cu") + (net 1) + (uuid "9b1592b5-e765-4fe0-a5a6-9084dc74250c") + ) + (segment + (start 159.9226 82.01) + (end 160 82.0874) + (width 0.25) + (layer "In2.Cu") + (net 1) + (uuid "aa340853-4ab1-4202-b02d-17cd5e5a3bef") + ) + (segment + (start 154.94 82.01) + (end 159.9226 82.01) + (width 0.25) + (layer "In2.Cu") + (net 1) + (uuid "fe7d60bf-b7af-4d9a-b88e-1d392c069550") + ) + (segment + (start 161 82.0314) + (end 161 87) + (width 0.25) + (layer "In4.Cu") + (net 1) + (uuid "0f3459d4-80af-4d53-8f06-354f472de373") + ) + (segment + (start 154.94 82.01) + (end 160.9786 82.01) + (width 0.25) + (layer "In4.Cu") + (net 1) + (uuid "0f854b51-f5eb-43a2-9983-482f4c5a7802") + ) + (segment + (start 179 86.9888) + (end 179 74) + (width 0.25) + (layer "In4.Cu") + (net 1) + (uuid "361005b8-d729-4068-baa1-41be76d6fceb") + ) + (segment + (start 161 74) + (end 179 74) + (width 0.25) + (layer "In4.Cu") + (net 1) + (uuid "68f23baf-b8be-4e59-8ca4-94515a71f54a") + ) + (segment + (start 161 87) + (end 178.9888 87) + (width 0.25) + (layer "In4.Cu") + (net 1) + (uuid "6a90896e-6cb4-4ead-ad53-ea652bf5c7f2") + ) + (segment + (start 178.9888 87) + (end 179 86.9888) + (width 0.25) + (layer "In4.Cu") + (net 1) + (uuid "798d3fb6-ab93-46a7-87f5-d1865cd63482") + ) + (segment + (start 160.9786 82.01) + (end 161 82.0314) + (width 0.25) + (layer "In4.Cu") + (net 1) + (uuid "b7d9f079-9f5b-4865-8c43-f23205213a68") + ) + (segment + (start 161 74) + (end 161 82.0314) + (width 0.25) + (layer "In4.Cu") + (net 1) + (uuid "c804858e-3c36-46db-93c4-b7315315c9b1") + ) + (segment + (start 165.260001 79.535001) + (end 170.18 79.535001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "3d2ad86c-23b9-404e-9734-01910c44d8ce") + ) + (segment + (start 164.765 80.01) + (end 164.775001 80.020001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "6332b0ee-5cdf-4697-b55a-e0f0dd77f8ce") + ) + (segment + (start 154.94 80.01) + (end 164.765 80.01) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "90419f32-393b-42b6-928e-f75e84540618") + ) + (segment + (start 164.775001 80.020001) + (end 165.260001 79.535001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "edef7a5b-c8fb-451e-ad80-b0b4c119bcef") + ) + (segment + (start 180 73) + (end 180 88) + (width 0.25) + (layer "In1.Cu") + (net 2) + (uuid "2d592a53-27a0-4c92-b11f-17804b171e0e") + ) + (segment + (start 160 73) + (end 180 73) + (width 0.25) + (layer "In1.Cu") + (net 2) + (uuid "4650ef86-7064-4722-a2e5-1163cd2ce8d2") + ) + (segment + (start 180 88) + (end 160.009 88) + (width 0.25) + (layer "In1.Cu") + (net 2) + (uuid "4b817320-b5aa-47c7-8f94-de74f4d43b0a") + ) + (segment + (start 160.009 88) + (end 160 87.991) + (width 0.25) + (layer "In1.Cu") + (net 2) + (uuid "7ab5aece-3cbe-4e3f-84e2-c1eb62cb86cf") + ) + (segment + (start 154.9708 79.9792) + (end 154.94 80.01) + (width 0.25) + (layer "In1.Cu") + (net 2) + (uuid "88b04270-effd-4e84-a65e-71c5936c05d1") + ) + (segment + (start 160 79.9792) + (end 154.9708 79.9792) + (width 0.25) + (layer "In1.Cu") + (net 2) + (uuid "8b3046a6-0c28-496a-b2b2-123190bddeb9") + ) + (segment + (start 160 79.9792) + (end 160 73) + (width 0.25) + (layer "In1.Cu") + (net 2) + (uuid "c8f4e9bb-ff9f-431c-92cd-eaf196680015") + ) + (segment + (start 160 87.991) + (end 160 79.9792) + (width 0.25) + (layer "In1.Cu") + (net 2) + (uuid "d60a9fb2-0cad-4a39-859a-38192742cbc2") + ) + (segment + (start 179 87) + (end 179 74) + (width 0.25) + (layer "In3.Cu") + (net 2) + (uuid "4178ccf8-1a1e-4296-9efe-ecdd9ef8535e") + ) + (segment + (start 154.94 80.01) + (end 160.9852 80.01) + (width 0.25) + (layer "In3.Cu") + (net 2) + (uuid "592184ad-f729-4aeb-9516-a77f8cac5a72") + ) + (segment + (start 160.995 74) + (end 161 74.005) + (width 0.25) + (layer "In3.Cu") + (net 2) + (uuid "5f497fc8-0612-4128-8d96-db8122821f83") + ) + (segment + (start 161 87) + (end 179 87) + (width 0.25) + (layer "In3.Cu") + (net 2) + (uuid "695b14e7-56b6-4e96-843f-fd5673817085") + ) + (segment + (start 160.9852 80.01) + (end 161 80.0248) + (width 0.25) + (layer "In3.Cu") + (net 2) + (uuid "c7c422c0-8e1d-45d4-b657-cb36b003ff9c") + ) + (segment + (start 179 74) + (end 160.995 74) + (width 0.25) + (layer "In3.Cu") + (net 2) + (uuid "d4d8d124-9840-4ebd-9db3-31e917d49a67") + ) + (segment + (start 161 80.0248) + (end 161 87) + (width 0.25) + (layer "In3.Cu") + (net 2) + (uuid "d6c4e1b2-3197-4428-9416-faa0359685dd") + ) + (segment + (start 161 74.005) + (end 161 80.0248) + (width 0.25) + (layer "In3.Cu") + (net 2) + (uuid "e11cb8ea-55a2-4d51-b55a-159154c676ad") + ) + (segment + (start 170.18 80.505001) + (end 170.18 81.765) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "39584a4d-665b-4b75-bca9-5cd27f67aa54") + ) + (segment + (start 170.18 81.765) + (end 168.125 83.82) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "d51b1e5a-2978-4dda-9173-3696dbd8f279") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/glasgow.kicad_pcb b/tests/board_samples/kicad_8/glasgow.kicad_pcb index dcfae8e30..9d803f79f 100644 --- a/tests/board_samples/kicad_8/glasgow.kicad_pcb +++ b/tests/board_samples/kicad_8/glasgow.kicad_pcb @@ -1,54060 +1,140254 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "base board") - (rev "C2") - (comment 1 "License 0BSD/Apache") - (comment 2 "Author: @whitequark") - (comment 3 "https://github.com/GlasgowEmbedded/glasgow") - ) - - (layers - (0 "F.Cu" signal) - (1 "In1.Cu" power) - (2 "In2.Cu" power) - (31 "B.Cu" signal) - (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") - (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) - ) - - (setup - (pad_to_mask_clearance 0) - (aux_axis_origin 50 120) - (pcbplotparams - (layerselection 0x003d0fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions true) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile true) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 false) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk true) - (outputformat 1) - (mirror false) - (drillshape 0) - (scaleselection 1) - (outputdirectory "revC2") - ) - ) - - (net 0 "") - (net 1 "/SDA") - (net 2 "+3V3") - (net 3 "GND") - (net 4 "/SCL") - (net 5 "+5V") - (net 6 "/~{CY_RESET}") - (net 7 "/SHLD") - (net 8 "/USB_P") - (net 9 "/XTALOUT") - (net 10 "/XTALIN") - (net 11 "/USB_N") - (net 12 "/D0") - (net 13 "/D1") - (net 14 "/D2") - (net 15 "/D3") - (net 16 "/D4") - (net 17 "/D5") - (net 18 "/D6") - (net 19 "/D7") - (net 20 "/FLAGA") - (net 21 "/FLAGB") - (net 22 "/FLAGC") - (net 23 "/OE") - (net 24 "/A0") - (net 25 "/A1") - (net 26 "/PKTEND") - (net 27 "/FPGA_DONE") - (net 28 "/~{FPGA_RESET}") - (net 29 "+1V2") - (net 30 "/CLKIF") - (net 31 "/FLAGD") - (net 32 "/VUSB") - (net 33 "/LED_CY") - (net 34 "Net-(D2-Pad2)") - (net 35 "Net-(D5-Pad2)") - (net 36 "/LED_ERR") - (net 37 "/LED_ACT") - (net 38 "Net-(D4-Pad2)") - (net 39 "Net-(D3-Pad2)") - (net 40 "/LED_FPGA") - (net 41 "Net-(D1-Pad2)") - (net 42 "/~{ALERT}") - (net 43 "/CLKREF") - (net 44 "/ENVB") - (net 45 "/ENVA") - (net 46 "/WR") - (net 47 "/RD") - (net 48 "/VCCPLL1") - (net 49 "/VCCPLL0") - (net 50 "/GNDPLL1") - (net 51 "/GNDPLL0") - (net 52 "Net-(D6-Pad2)") - (net 53 "Net-(D10-Pad2)") - (net 54 "Net-(D9-Pad2)") - (net 55 "Net-(D8-Pad2)") - (net 56 "Net-(D7-Pad2)") - (net 57 "/IO_Banks/IO_Buffer_B/Y0") - (net 58 "/IO_Banks/IO_Buffer_B/Z0") - (net 59 "/IO_Banks/IO_Buffer_B/Y7") - (net 60 "/IO_Banks/IO_Buffer_B/Z7") - (net 61 "/IO_Banks/IO_Buffer_B/Y1") - (net 62 "/IO_Banks/IO_Buffer_B/Y2") - (net 63 "/IO_Banks/IO_Buffer_B/Y3") - (net 64 "/IO_Banks/IO_Buffer_B/Y4") - (net 65 "/IO_Banks/IO_Buffer_B/Y5") - (net 66 "/IO_Banks/IO_Buffer_B/Y6") - (net 67 "/IO_Banks/IO_Buffer_B/Z1") - (net 68 "/IO_Banks/IO_Buffer_B/Z2") - (net 69 "/IO_Banks/IO_Buffer_B/Z3") - (net 70 "/IO_Banks/IO_Buffer_B/Z5") - (net 71 "/IO_Banks/IO_Buffer_B/Z4") - (net 72 "/IO_Banks/IO_Buffer_B/Z6") - (net 73 "/IO_Banks/IO_Buffer_A/Y0") - (net 74 "/IO_Banks/IO_Buffer_A/Z0") - (net 75 "/IO_Banks/IO_Buffer_A/Y7") - (net 76 "/IO_Banks/IO_Buffer_A/Z7") - (net 77 "/IO_Banks/IO_Buffer_A/Y1") - (net 78 "/IO_Banks/IO_Buffer_A/Y2") - (net 79 "/IO_Banks/IO_Buffer_A/Y3") - (net 80 "/IO_Banks/IO_Buffer_A/Y4") - (net 81 "/IO_Banks/IO_Buffer_A/Y5") - (net 82 "/IO_Banks/IO_Buffer_A/Y6") - (net 83 "/IO_Banks/IO_Buffer_A/Z1") - (net 84 "/IO_Banks/IO_Buffer_A/Z2") - (net 85 "/IO_Banks/IO_Buffer_A/Z3") - (net 86 "/IO_Banks/IO_Buffer_A/Z5") - (net 87 "/IO_Banks/IO_Buffer_A/Z4") - (net 88 "/IO_Banks/IO_Buffer_A/Z6") - (net 89 "/IO_Banks/QB6") - (net 90 "/IO_Banks/QB5") - (net 91 "/IO_Banks/QB4") - (net 92 "/IO_Banks/QB3") - (net 93 "/IO_Banks/QB2") - (net 94 "/IO_Banks/QB1") - (net 95 "/IO_Banks/QB7") - (net 96 "/IO_Banks/QB0") - (net 97 "/IO_Banks/QA0") - (net 98 "/IO_Banks/QA7") - (net 99 "/IO_Banks/QA1") - (net 100 "/IO_Banks/QA2") - (net 101 "/IO_Banks/QA3") - (net 102 "/IO_Banks/QA4") - (net 103 "/IO_Banks/QA5") - (net 104 "/IO_Banks/QA6") - (net 105 "/IO_Banks/U1") - (net 106 "/IO_Banks/IO_Buffer_A/VSENSE") - (net 107 "/IO_Banks/VIOB") - (net 108 "/IO_Banks/VIOA") - (net 109 "/IO_Banks/U2") - (net 110 "/IO_Banks/IO_Buffer_B/VSENSE") - (net 111 "/IO_Banks/U5") - (net 112 "/IO_Banks/U4") - (net 113 "/IO_Banks/U3") - (net 114 "/IO_Banks/Z0_P") - (net 115 "/IO_Banks/Z2_N") - (net 116 "/IO_Banks/Z3_N") - (net 117 "/IO_Banks/Z3_P") - (net 118 "/IO_Banks/Z6_P") - (net 119 "/IO_Banks/Z8_P") - (net 120 "/IO_Banks/Z10_P") - (net 121 "/IO_Banks/Z11_P") - (net 122 "/IO_Banks/Z11_N") - (net 123 "/IO_Banks/Z0_N") - (net 124 "/IO_Banks/Z2_P") - (net 125 "/IO_Banks/Z4_P") - (net 126 "/IO_Banks/Z5_P") - (net 127 "/IO_Banks/Z6_N") - (net 128 "/IO_Banks/Z8_N") - (net 129 "/IO_Banks/Z10_N") - (net 130 "/IO_Banks/Z12_N") - (net 131 "/IO_Banks/Z12_P") - (net 132 "/IO_Banks/Z1_N") - (net 133 "/IO_Banks/Z4_N") - (net 134 "/IO_Banks/Z5_N") - (net 135 "/IO_Banks/Z7_N") - (net 136 "/IO_Banks/Z9_P") - (net 137 "/IO_Banks/Z9_N") - (net 138 "/IO_Banks/Z1_P") - (net 139 "/IO_Banks/VIO_AUX") - (net 140 "/IO_Banks/Z7_P") - (net 141 "/IO_Banks/DA0") - (net 142 "/IO_Banks/DA4") - (net 143 "/IO_Banks/DA6") - (net 144 "/IO_Banks/DA1") - (net 145 "/IO_Banks/DA3") - (net 146 "/IO_Banks/DA5") - (net 147 "/IO_Banks/DA7") - (net 148 "/IO_Banks/DB0") - (net 149 "/IO_Banks/DB4") - (net 150 "/IO_Banks/DB6") - (net 151 "/IO_Banks/DB1") - (net 152 "/IO_Banks/DB3") - (net 153 "/IO_Banks/DB5") - (net 154 "/IO_Banks/DB7") - (net 155 "/IO_Banks/DA2") - (net 156 "/IO_Banks/DB2") - (net 157 "/IO_Banks/IO_Buffer_B/VFB") - (net 158 "/IO_Banks/IO_Buffer_A/VFB") - (net 159 "/IO_Banks/~{SYNC}") - (net 160 "Net-(R40-Pad1)") - (net 161 "Net-(R37-Pad1)") - (net 162 "Net-(R36-Pad1)") - (net 163 "Net-(R10-Pad1)") - (net 164 "Net-(R39-Pad2)") - (net 165 "Net-(R43-Pad2)") - (net 166 "Net-(R38-Pad2)") - (net 167 "Net-(D12-Pad1)") - (net 168 "Net-(D13-Pad1)") - (net 169 "Net-(R45-Pad2)") - (net 170 "Net-(R45-Pad1)") - (net 171 "Net-(D14-Pad2)") - (net 172 "Net-(D15-Pad2)") - (net 173 "Net-(RN1-Pad5)") - (net 174 "Net-(RN1-Pad6)") - (net 175 "Net-(RN1-Pad7)") - (net 176 "Net-(RN2-Pad5)") - (net 177 "Net-(RN2-Pad6)") - (net 178 "Net-(RN2-Pad8)") - (net 179 "Net-(RN2-Pad7)") - (net 180 "Net-(RN7-Pad5)") - (net 181 "Net-(RN7-Pad6)") - (net 182 "Net-(RN7-Pad7)") - (net 183 "Net-(RN8-Pad5)") - (net 184 "Net-(RN8-Pad6)") - (net 185 "Net-(RN8-Pad8)") - (net 186 "Net-(RN8-Pad7)") - (net 187 "/xVBUS") - (net 188 "/CC1") - (net 189 "/CC2") - (net 190 "Net-(C44-Pad2)") - (net 191 "Net-(C44-Pad1)") - (net 192 "Net-(C58-Pad2)") - (net 193 "Net-(C58-Pad1)") - (net 194 "Net-(D18-Pad3)") - (net 195 "/IO_Banks/IO_Buffer_B/VIO_EN") - (net 196 "Net-(D19-Pad3)") - (net 197 "/IO_Banks/IO_Buffer_A/VIO_EN") - (net 198 "Net-(D24-Pad2)") - (net 199 "Net-(R4-Pad2)") - (net 200 "Net-(R6-Pad1)") - (net 201 "Net-(R56-Pad1)") - (net 202 "/IO_Banks/IO_Buffer_B/ISNS_H") - (net 203 "/IO_Banks/IO_Buffer_A/ISNS_H") - (net 204 "/SWSH") - (net 205 "Net-(C90-Pad2)") - (net 206 "Net-(C91-Pad2)") - (net 207 "/IO_Banks/IO_Buffer_B/X0") - (net 208 "/IO_Banks/IO_Buffer_A/X0") - (net 209 "/IO_Banks/IO_Buffer_B/P7") - (net 210 "/IO_Banks/IO_Buffer_B/P6") - (net 211 "/IO_Banks/IO_Buffer_B/P5") - (net 212 "/IO_Banks/IO_Buffer_B/P4") - (net 213 "/IO_Banks/IO_Buffer_B/P3") - (net 214 "/IO_Banks/IO_Buffer_B/P2") - (net 215 "/IO_Banks/IO_Buffer_B/P1") - (net 216 "/IO_Banks/IO_Buffer_B/P0") - (net 217 "/IO_Banks/IO_Buffer_A/P7") - (net 218 "/IO_Banks/IO_Buffer_A/P6") - (net 219 "/IO_Banks/IO_Buffer_A/P5") - (net 220 "/IO_Banks/IO_Buffer_A/P4") - (net 221 "/IO_Banks/IO_Buffer_A/P3") - (net 222 "/IO_Banks/IO_Buffer_A/P2") - (net 223 "/IO_Banks/IO_Buffer_A/P1") - (net 224 "/IO_Banks/IO_Buffer_A/P0") - (net 225 "/~{MR}") - (net 226 "/IO_Banks/IO_Buffer_B/VDAC") - (net 227 "/IO_Banks/IO_Buffer_A/VDAC") - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ad5dbcb) - (at 76.4 105) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005ae22a82") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP5" (at 0 -1.448) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp bc437823-b055-4b4d-9e9b-36084255baed) - ) - (fp_text value "SCL" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 5cd8fe45-fa49-4729-81c8-b7c257fc3660) - ) - (fp_text user "${REFERENCE}" (at 0 -1.45) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ed281390-78e7-4141-803e-8c3c15908eac) - ) - (fp_circle (center 0 0) (end 0 0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp f9a350f0-b8ca-4c85-b0c4-eb0366ea7894)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 9a9a7510-b2a5-43df-8d9d-d3aaa288fb46)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") - (net 4 "/SCL") (tstamp 046b86e4-3f99-4b1b-8afc-2b7655e8b091)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ad5dbe1) - (at 76.4 103.3) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005ae223ce") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP4" (at 0 -1.448) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp a1511268-85a7-4e3f-80bb-303e6d2919e8) - ) - (fp_text value "SDA" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 51f88087-859c-4bc7-a7f1-d8cac8d2db4e) - ) - (fp_text user "${REFERENCE}" (at 0 -1.45) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c7dc6ce5-fc1b-4b59-ba74-47bc7bca464b) - ) - (fp_circle (center 0 0) (end 0 0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 2ecc83c5-7c71-4e10-83c8-795f7b03e775)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp d5ca9d6f-41c3-4170-9464-97fcc7d1575c)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") - (net 1 "/SDA") (tstamp 2c888038-917e-41df-b5eb-b211b97604f8)) - ) - - (footprint "Fiducial:Fiducial_0.75mm_Mask1.5mm" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005aecd5c4) - (at 58 118.5) - (descr "Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B)") - (tags "fiducial") - (attr smd) - (fp_text reference "FID1" (at 0 -2) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp d9cf2d61-3126-40fe-a66d-ae5145f94be8) - ) - (fp_text value "Fiducial_0.75mm_Mask1.5mm" (at 0 2) (layer "F.Fab") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp a9d76dfc-52ba-46de-beb4-dab7b94ee663) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05))) - (tstamp 044de712-d3da-40ed-9c9f-d91ef285c74c) - ) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 0b110cbc-e477-4bdc-9c81-26a3d588d354)) - (fp_circle (center 0 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 6762c669-2824-49a2-8bd4-3f19091dd75a)) - (pad "" smd circle locked (at 0 0) (size 0.75 0.75) (layers "F.Cu" "F.Mask") - (solder_mask_margin 0.375) (clearance 0.375) (tstamp 83e349fb-6338-43f9-ad3f-2e7f4b8bb4a9)) - ) - - (footprint "Fiducial:Fiducial_0.75mm_Mask1.5mm" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005aecd5ec) - (at 122 72.5) - (descr "Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B)") - (tags "fiducial") - (attr smd) - (fp_text reference "FID2" (at 0 -2) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp 9cacb6ad-6bbf-4ffe-b0a4-2df24045e046) - ) - (fp_text value "Fiducial_0.75mm_Mask1.5mm" (at 0 2) (layer "F.Fab") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp be5a7017-fe9d-43ea-9a6a-8fe8deb78420) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05))) - (tstamp e0d7c1d9-102e-4758-a8b7-ff248f1ce315) - ) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp c20aea50-e9e4-4978-b938-d613d445aab7)) - (fp_circle (center 0 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 49488c82-6277-4d05-a051-6a9df142c373)) - (pad "" smd circle locked (at 0 0) (size 0.75 0.75) (layers "F.Cu" "F.Mask") - (solder_mask_margin 0.375) (clearance 0.375) (tstamp 2028d85e-9e27-4758-8c0b-559fad072813)) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005be41647) - (at 127 107.6 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b00cf39") - (attr smd) - (fp_text reference "C30" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 12368119-64a6-4e2c-9075-8eb76c0372b6) - ) - (fp_text value "u1" (at 0 -0.7 270) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b426553d-4a7e-4896-84cf-af69497a695e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 69a7514c-f517-4b46-bf93-1effc96b0e95) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b9dc805-4667-42a6-97ef-c89f0fe31327)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03933f33-7fdb-43de-9d7d-a565cad8a277)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18294f4f-7edc-4152-bf13-29a24ca720f2)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cbb184a-f234-407b-9174-d026edde4a38)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb3823e8-bdbd-4f66-b957-b61f7f04dd87)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ee0880b-0024-42bc-8cdf-89b0f253ab70)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7bd9338-9aed-41bb-820b-e4615e63ea41)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1aac4077-bad0-4463-b828-61cc63a5ccc0)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 0023162f-a07e-408b-b318-1e8e9f305001)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 02565f97-cd17-42be-94e0-c07f1614224c)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005be63918) - (at 59 108 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34db") - (attr smd) - (fp_text reference "R22" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp faac20b9-b485-48a5-b3cc-a28f27addd22) - ) - (fp_text value "10k" (at 0 -0.7 -90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp c94215f9-113f-448f-98fd-054d6638fcc8) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp ba105837-9e06-4662-9965-7593b1cae8d0) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb504713-e5b7-4ed9-8870-06ffee60d198)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce3b7f99-7920-4450-9cce-f9c9b5b48a38)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a94bff12-7060-4bcd-bf86-841cb9e69064)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42bc3c7f-b3b6-4f0c-a537-b14815fbc249)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f16c423-5a09-4e62-aa92-b6b9f364f9e3)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 279041df-5701-40f8-b43b-c55f9f224924)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db3bdaef-0751-479c-99b1-2d09837cc205)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 061a7cdc-b409-4101-babe-bad3b941f399)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 112 "/IO_Banks/U4") (tstamp 28c99006-db10-4e32-8623-230b8bc5f422)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 54 "Net-(D9-Pad2)") (tstamp 5788f6ee-a950-4b1b-aaa9-d2665c0c4242)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005be63996) - (at 59 110 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34eb") - (attr smd) - (fp_text reference "R23" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 40346a5c-41cd-4378-9d56-9e921a1e0734) - ) - (fp_text value "4k7" (at 0 -0.7 -90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 149c5d61-baf1-4212-9ad9-405f30b44c95) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 9c946c42-87b3-4cd8-b0a1-90fe0d9167f2) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3fab55da-a730-4225-adf1-b91eeeb16267)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6eb8a12c-f7dd-45db-ac57-5cf35b00d623)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 113c2e5c-5d21-44b9-9699-61a03d05b219)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 55439d6c-cdf1-4cc6-9c90-3dbefeda32d9)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b7956cd-1bdf-4509-92c9-b55e8439ae86)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 252ee15c-9ab5-448c-b1d6-904530764041)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ee3dc48-8cba-4d55-baee-99d61bca8a95)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f893dfa-8241-4004-a564-8340bce225c5)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 111 "/IO_Banks/U5") (tstamp a4e9d70b-0682-4de7-a82a-24ad7fb3af1b)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 53 "Net-(D10-Pad2)") (tstamp b7676e80-9730-4696-8871-001d34b8b393)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bed18c7) - (at 73.1 89) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005ae93638") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP6" (at 0.5 0) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp 263da285-41de-4988-ae91-446223e949e6) - ) - (fp_text value "CLKREF" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp ca9a0a0f-1a72-4fab-bca9-dcb6e80026e8) - ) - (fp_text user "${REFERENCE}" (at 0 -1.45) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d337bedd-aa0b-4401-9bda-d7ac17531682) - ) - (fp_circle (center 0 0) (end 0 0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp d79532c7-c634-482e-bc5b-76b7f79f9d3b)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp a383ae1e-3ba1-4761-8163-d95206e1b33b)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") - (net 43 "/CLKREF") (tstamp 6ccd433d-6c2a-4816-b21d-4a0768a4b1bf)) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bee7565) - (at 75.55 100.5 45) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005b9b5966") - (attr smd) - (fp_text reference "R9" (at 0 0 45) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp f345a031-cb21-4b90-913a-e2bf8193b582) - ) - (fp_text value "100k" (at 0.035355 -0.671751 45) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 3fc7e44e-eaa5-446c-aee1-c1bf6217aff8) - ) - (fp_text user "${REFERENCE}" (at 0 0 45) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp c780881d-a88b-414a-bb24-96d11e675688) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c43a9791-6012-406d-8c2c-303c5f2e5e41)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0741fe9-d93d-4357-a2d0-5bf3cdec3ffd)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0fd0799-ace0-42b0-a563-79b81de9738f)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d1e1fda-3c36-4d71-895c-6f1946ddf04d)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7fe6591b-8f40-443d-8aeb-5a9e439d5b11)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d477b005-312c-49d6-9daa-9d09f8b1b229)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6cd77dcc-687e-4bef-bdd7-1e33399d0f19)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b3d2d84-2ac8-47cd-8dba-03b5f636c156)) - (pad "1" smd roundrect (at -0.485 0 45) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp be777c60-066a-42c5-a3fc-a93a51cb5f92)) - (pad "2" smd roundrect (at 0.485 0 45) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 28 "/~{FPGA_RESET}") (tstamp cc6a3e5e-2422-44b6-beae-ae2c7fe3db22)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DFN_QFN:Cypress_QFN-56-1EP_8x8mm_P0.5mm_EP6.22x6.22mm_ThermalVias" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005befb37d) - (at 69.85 95.5) - (descr "56-Lead Plastic Quad Flat, No Lead Package (ML) - 8x8x0.9 mm Body [QFN] (see datasheet at http://www.cypress.com/file/138911/download and app note at http://www.cypress.com/file/140006/download)") - (tags "QFN 0.5") - (path "/00000000-0000-0000-0000-00005aca0321") - (attr smd) - (fp_text reference "U1" (at 0 -0.7) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2dc87334-fd40-4e01-9fef-3fdc57ef4547) - ) - (fp_text value "CY7C68013A-56LTX" (at 0.05 -3.1 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 40305e0e-c9f1-49e6-9a11-38396c5aad44) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp baa08606-faaa-40a4-8243-f2559d90760d) - ) - (fp_line (start -4.12 4.12) (end -4.12 3.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4416a0d-4e3c-4c32-a29d-3eba7ddf3012)) - (fp_line (start -4.12 4.12) (end -3.72 4.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f4248fc-bac1-4746-8fce-b7d7e338527c)) - (fp_line (start -3.72 -4.12) (end -4.12 -4.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3d65116-caf8-44db-9529-7f66d3f2b20e)) - (fp_line (start 3.72 -4.12) (end 4.12 -4.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d335cde-5d82-409a-94b4-460411cc13b4)) - (fp_line (start 4.12 -4.12) (end 4.12 -3.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2e36d1d-3f98-4b91-bfed-417c09bb03e1)) - (fp_line (start 4.12 3.72) (end 4.12 4.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84625814-3c34-4997-9c1c-566a30048a0f)) - (fp_line (start 4.12 4.12) (end 3.72 4.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2af80b09-e4ec-4fbf-9a6a-889b6439a0cb)) - (fp_line (start -2.54 -1.905) (end 2.54 -1.905) - (stroke (width 0.8636) (type solid)) (layer "F.Mask") (tstamp f6dd3a30-118f-450f-a0e1-e755e60c59b2)) - (fp_line (start -2.54 -0.635) (end 2.54 -0.635) - (stroke (width 0.8636) (type solid)) (layer "F.Mask") (tstamp ffb2a04f-519f-4d64-837d-926b42c94e96)) - (fp_line (start -2.54 0.635) (end 2.54 0.635) - (stroke (width 0.8636) (type solid)) (layer "F.Mask") (tstamp d80c7616-7cc4-4a44-a28a-538f77882cc1)) - (fp_line (start -2.54 1.905) (end 2.54 1.905) - (stroke (width 0.8636) (type solid)) (layer "F.Mask") (tstamp 037de9aa-a34e-4431-8769-841d7d04060a)) - (fp_line (start -1.905 -2.54) (end -1.905 2.54) - (stroke (width 0.8636) (type solid)) (layer "F.Mask") (tstamp d585006f-9358-47f4-9303-a822a0a26736)) - (fp_line (start -0.635 -2.54) (end -0.635 2.54) - (stroke (width 0.8636) (type solid)) (layer "F.Mask") (tstamp 624700dd-baae-4a20-a2e6-b73e4b0e622b)) - (fp_line (start 0.635 -2.54) (end 0.635 2.54) - (stroke (width 0.8636) (type solid)) (layer "F.Mask") (tstamp 8258c8e2-5f0a-41a7-a67d-d3054f44d244)) - (fp_line (start 1.905 -2.54) (end 1.905 2.54) - (stroke (width 0.8636) (type solid)) (layer "F.Mask") (tstamp 901ecf50-b5b1-4442-9f78-15fbc62c10b5)) - (fp_circle (center -2.54 -2.54) (end -2.24 -2.54) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp ec0b3062-fec8-4159-b282-3c3e632ad68c)) - (fp_circle (center -2.54 -1.27) (end -2.24 -1.27) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 355967bb-76d7-417b-99f5-a39dd20a6464)) - (fp_circle (center -2.54 0) (end -2.24 0) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp e50054c1-942f-418a-bfd7-d248cd0d4c57)) - (fp_circle (center -2.54 1.27) (end -2.24 1.27) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 7dc8afb2-47e3-4136-9ae3-dbe9b5c6384f)) - (fp_circle (center -2.54 2.54) (end -2.24 2.54) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 0f81970b-f55e-4039-a8ff-40c0a07bab88)) - (fp_circle (center -1.27 -2.54) (end -0.97 -2.54) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 9c8e37e8-5fb2-4bbf-bf72-b7b396f9cb47)) - (fp_circle (center -1.27 -1.27) (end -0.97 -1.27) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 9c465d0a-3acf-44e4-926b-a8e6ae8ccd7b)) - (fp_circle (center -1.27 0) (end -0.97 0) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp e2bdcc34-a8c3-4e8f-a2ac-f5a61abfc6ba)) - (fp_circle (center -1.27 1.27) (end -0.97 1.27) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 4ca74f24-ecf3-4ff5-afc6-b10ba78ad56b)) - (fp_circle (center -1.27 2.54) (end -0.97 2.54) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp b3d2b3b2-eee3-4354-96ae-35ebc3a7e3fd)) - (fp_circle (center 0 -2.54) (end 0.3 -2.54) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 518648e5-4c77-424a-b965-aef22f525c53)) - (fp_circle (center 0 -1.27) (end 0.3 -1.27) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 76d14182-5fab-4f07-b34a-9bc7b5ea7c05)) - (fp_circle (center 0 0) (end 0 -0.3) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp b28f3137-f7d9-42eb-8fa2-54c6b8433ccd)) - (fp_circle (center 0 1.27) (end 0.3 1.27) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 7aceb50e-cb67-4afd-9c8c-716237856cce)) - (fp_circle (center 0 2.54) (end 0.3 2.54) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp d026afe8-5538-4de1-aecf-36ce48ac0de0)) - (fp_circle (center 1.27 -2.54) (end 1.57 -2.54) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 580bcbef-c9c2-457f-8868-2dffbabb4aea)) - (fp_circle (center 1.27 -1.27) (end 1.57 -1.27) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp d96154b3-e481-4778-addc-507db9c3272d)) - (fp_circle (center 1.27 0) (end 1.57 0) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 922db659-b88c-4732-a911-2b45c05f13fc)) - (fp_circle (center 1.27 1.27) (end 1.57 1.27) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 6bac8064-9e5b-4360-8ae1-29dc97f679dc)) - (fp_circle (center 1.27 2.54) (end 1.57 2.54) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 67dceaff-b3ab-4673-8804-ffccf009d830)) - (fp_circle (center 2.54 -2.54) (end 2.84 -2.54) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 8d059e65-4e84-42b9-8a98-f1a833ba10dc)) - (fp_circle (center 2.54 -1.27) (end 2.84 -1.27) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp fbdeacd2-5f57-493f-956d-539f97abf67b)) - (fp_circle (center 2.54 0) (end 2.84 0) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp bc4499ed-d675-4463-a987-f8cd58a9102c)) - (fp_circle (center 2.54 1.27) (end 2.84 1.27) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp aa519abb-0e99-4d57-a68c-08794f0a2550)) - (fp_circle (center 2.54 2.54) (end 2.84 2.54) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.Mask") (tstamp 5194aa52-8a01-4b48-9fe0-6f06965993f4)) - (fp_poly - (pts - (xy -3.11 -3.11) - (xy -2.75 -3.11) - (xy -2.75 3.11) - (xy -3.11 3.11) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Mask") (tstamp 94bbdd44-f7f7-4f1f-93b7-2ab019235a58)) - (fp_poly - (pts - (xy -3.11 3.11) - (xy -3.11 2.75) - (xy 3.11 2.75) - (xy 3.11 3.11) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Mask") (tstamp 7f0652db-34e0-4fb2-8abe-37eb1d07dc0f)) - (fp_poly - (pts - (xy 3.11 -3.11) - (xy 3.11 -2.75) - (xy -3.11 -2.75) - (xy -3.11 -3.11) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Mask") (tstamp 110e359e-5f88-4430-8754-51124b3f8591)) - (fp_poly - (pts - (xy 3.11 3.11) - (xy 2.75 3.11) - (xy 2.75 -3.11) - (xy 3.11 -3.11) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Mask") (tstamp 28449fbe-c83c-4caf-9302-16b9df6b395f)) - (fp_line (start -4.43 -4.43) (end 4.43 -4.43) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0653ab69-e029-4b96-ac20-3fc5f586df4c)) - (fp_line (start -4.43 4.43) (end -4.43 -4.43) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c831197-3673-4a55-945e-4f3263f57df0)) - (fp_line (start 4.43 -4.43) (end 4.43 4.43) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7727d576-9cb7-40e7-a454-bc3de6719932)) - (fp_line (start 4.43 4.43) (end -4.43 4.43) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 264d62b2-4dce-43cb-8ed6-cc9704332239)) - (fp_line (start -4 -3.5) (end -3.5 -4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6faa3d1-9cab-4cf0-bbf1-abc808bc9059)) - (fp_line (start -4 4) (end -4 -3.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04c74dd5-f6c8-4c9d-8c28-3b17ac54986b)) - (fp_line (start -3.5 -4) (end 4 -4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6bd49631-1768-47cd-8529-b0e9abf84fcc)) - (fp_line (start 4 -4) (end 4 4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da4d06af-2dcb-4ea0-8ec1-6de34a3ad748)) - (fp_line (start 4 4) (end -4 4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18a17eb6-f45e-4c15-bce2-217ce6b1e774)) - (pad "" smd rect (at -1.555 -1.555) (size 2.6 2.6) (layers "F.Paste") (tstamp aea808cc-4bf1-43cf-a5ab-50c99cef3fb0)) - (pad "" smd rect (at -1.555 1.555) (size 2.6 2.6) (layers "F.Paste") (tstamp 173c0ec0-a585-41ac-b74a-281413a04c6b)) - (pad "" smd rect (at 1.555 -1.555) (size 2.6 2.6) (layers "F.Paste") (tstamp 30aad354-f659-4962-8ba3-32f351d490c0)) - (pad "" smd rect (at 1.555 1.555) (size 2.6 2.6) (layers "F.Paste") (tstamp cf2b32de-2b9d-4f88-bf8d-de5c55282622)) - (pad "1" smd oval (at -4 -3.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 47 "/RD") (tstamp 00f6a67c-a032-469e-9560-b139d4e1b4a7)) - (pad "2" smd oval (at -4 -2.75) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 46 "/WR") (tstamp 4d65018e-4d1b-43c4-a8bd-5faea86df2b4)) - (pad "3" smd oval (at -4 -2.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 82d6bed5-fe1c-4371-abeb-57e5be235891)) - (pad "4" smd oval (at -4 -1.75) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 9 "/XTALOUT") (tstamp d66a0670-bd7d-4660-9acf-4f66033949da)) - (pad "5" smd oval (at -4 -1.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 10 "/XTALIN") (tstamp 9cb3ab70-f859-494a-87ac-434fbc66c33e)) - (pad "6" smd oval (at -4 -0.75) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp 5b896b72-bf91-4f1d-b645-e2f615417a3f)) - (pad "7" smd oval (at -4 -0.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 33745c76-493d-4e4a-a755-f97ece143302)) - (pad "8" smd oval (at -4 0.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 8 "/USB_P") (tstamp 61a38305-be0b-4f78-b599-39311c073f79)) - (pad "9" smd oval (at -4 0.75) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 11 "/USB_N") (tstamp 6620ece5-b552-42e3-b4a7-a863bb396ec1)) - (pad "10" smd oval (at -4 1.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp 59b21f1a-4908-44f3-b1d8-8559abe21d1e)) - (pad "11" smd oval (at -4 1.75) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 5032b52d-fb14-4fb1-916e-c43f68350d75)) - (pad "12" smd oval (at -4 2.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp 948e17a4-3323-4e8b-8f06-cbf9d51cce76)) - (pad "13" smd oval (at -4 2.75) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 30 "/CLKIF") (tstamp 42a0b0eb-418d-4a6c-b34a-c60d1edfa6b1)) - (pad "14" smd oval (at -4 3.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp ad8e30e7-0cff-47ce-9ecc-a330acae07ee)) - (pad "15" smd oval (at -3.25 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 4 "/SCL") (tstamp 86071cfe-1543-479d-bd7a-9553562bc5e9)) - (pad "16" smd oval (at -2.75 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "/SDA") (tstamp 614a403a-474a-4306-b606-97f15c564ef8)) - (pad "17" smd oval (at -2.25 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 2aa993cf-8d94-4933-945f-a8ecf80ac0d1)) - (pad "18" smd oval (at -1.75 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 12 "/D0") (tstamp 4bbfefb7-b361-4f0e-bef5-16e1f34225fb)) - (pad "19" smd oval (at -1.25 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "/D1") (tstamp 2cb074dd-6c48-4e02-bb35-805b51be3a4d)) - (pad "20" smd oval (at -0.75 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 14 "/D2") (tstamp a103e322-082e-4ef6-b79f-47cebf258ece)) - (pad "21" smd oval (at -0.25 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 15 "/D3") (tstamp b2325eae-af62-4e68-9662-6f6e3d96e8a5)) - (pad "22" smd oval (at 0.25 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 16 "/D4") (tstamp f62776f2-b1bc-4eb1-b10e-80f3fbeb02b2)) - (pad "23" smd oval (at 0.75 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 17 "/D5") (tstamp 456f3608-87cf-433a-aedd-b2464bdf3711)) - (pad "24" smd oval (at 1.25 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 18 "/D6") (tstamp e3425811-e111-437c-8bf3-b2d34027d572)) - (pad "25" smd oval (at 1.75 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 19 "/D7") (tstamp 1e747565-f7ad-415f-b1ff-c794f09a92cc)) - (pad "26" smd oval (at 2.25 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp 7ad4f157-8206-4a71-b933-a1f876b6f131)) - (pad "27" smd oval (at 2.75 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 89cd789a-84c0-474b-9887-eaaa1a706f44)) - (pad "28" smd oval (at 3.25 4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp b0e002dd-b1fa-41a7-b5d3-8a6b1ac4a333)) - (pad "29" smd oval (at 4 3.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 20 "/FLAGA") (tstamp 2410cb12-10cd-45ed-a4e0-13df7fd75755)) - (pad "30" smd oval (at 4 2.75) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 21 "/FLAGB") (tstamp 55dcd4b1-3ec3-494e-849b-67d739100f19)) - (pad "31" smd oval (at 4 2.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 22 "/FLAGC") (tstamp 71721ead-7191-497d-a00f-8fb300e9f5c2)) - (pad "32" smd oval (at 4 1.75) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 02103ae5-54fb-4b80-a4c2-6096261b830e)) - (pad "33" smd oval (at 4 1.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 42 "/~{ALERT}") (tstamp d8004053-a96a-4db9-be88-aefe8064c65c)) - (pad "34" smd oval (at 4 0.75) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 28 "/~{FPGA_RESET}") (tstamp 043d2135-ee0b-4418-abd9-474991e268c8)) - (pad "35" smd oval (at 4 0.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 23 "/OE") (tstamp 919646d5-113f-4e62-80f4-2ec58c8b72a8)) - (pad "36" smd oval (at 4 -0.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 27 "/FPGA_DONE") (tstamp 1e275933-5be0-491f-88b9-c7c31ea8dbc6)) - (pad "37" smd oval (at 4 -0.75) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 24 "/A0") (tstamp d627ad9d-77b8-4964-bd3a-daf6ffeefcc1)) - (pad "38" smd oval (at 4 -1.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 25 "/A1") (tstamp 18e9f180-adaa-4063-b433-8c7af5ab470b)) - (pad "39" smd oval (at 4 -1.75) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 26 "/PKTEND") (tstamp ac3af095-2965-4605-bd85-c6fa579f63d9)) - (pad "40" smd oval (at 4 -2.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 31 "/FLAGD") (tstamp d28e5e59-d0f8-4887-a713-d142448c8207)) - (pad "41" smd oval (at 4 -2.75) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp 42770697-efd8-47a4-998a-d1be32b61634)) - (pad "42" smd oval (at 4 -3.25) (size 1 0.28) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "/~{CY_RESET}") (tstamp b8e5fc14-76d4-4e5d-851b-fd5f4482d6c8)) - (pad "43" smd oval (at 3.25 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 732f4616-9686-45b7-995e-72519f23bdcd)) - (pad "44" smd oval (at 2.75 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp abe00674-f224-458e-b299-3c29db445920)) - (pad "45" smd oval (at 2.25 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 45 "/ENVA") (tstamp dd84530f-c5fe-45e5-8faf-e2719fcb14cd)) - (pad "46" smd oval (at 1.75 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 95b30749-aec6-48f0-8358-fd329add7197)) - (pad "47" smd oval (at 1.25 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 33 "/LED_CY") (tstamp 46088382-79ac-4353-aa89-fc04c12ff305)) - (pad "48" smd oval (at 0.75 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 40 "/LED_FPGA") (tstamp 9a9a81d4-4b02-4e51-b077-4c33c37c3f03)) - (pad "49" smd oval (at 0.25 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 37 "/LED_ACT") (tstamp 703f336d-49ef-4e14-8ab0-abbb7a306402)) - (pad "50" smd oval (at -0.25 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 36 "/LED_ERR") (tstamp 3c27dc86-1701-4cfb-9ebf-f044da440656)) - (pad "51" smd oval (at -0.75 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 44 "/ENVB") (tstamp 7ed990c4-589c-4cbf-bb60-54f487a656d0)) - (pad "52" smd oval (at -1.25 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 6dc2201e-16f3-4f96-8313-5f06f3f5c55a)) - (pad "53" smd oval (at -1.75 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp 20d20a6c-03cf-4a4c-8a77-7b10171706e4)) - (pad "54" smd oval (at -2.25 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 43 "/CLKREF") (tstamp ef7e2720-82b6-4019-98b0-a817c76185f2)) - (pad "55" smd oval (at -2.75 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 3a86913b-d325-469d-99bf-10362833b6d6)) - (pad "56" smd oval (at -3.25 -4) (size 0.28 1) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp 99921c9c-f70f-424f-91b9-ff64e00621a6)) - (pad "57" thru_hole circle (at -2.54 -2.54) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 02eeeaf0-02f1-49a3-b288-95e452374a4f)) - (pad "57" thru_hole circle (at -2.54 -1.27) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp c95246c9-d5b7-4a1a-acdf-abbfffd5ef88)) - (pad "57" thru_hole circle (at -2.54 0) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 5338c7e8-2840-4211-817d-a6a02bfa9066)) - (pad "57" thru_hole circle (at -2.54 1.27) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp bcfbf0fc-e1d4-4713-9434-d5f3b1b90b7a)) - (pad "57" thru_hole circle (at -2.54 2.54) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 186cf002-bafb-4518-a4f7-985d13883de2)) - (pad "57" thru_hole circle (at -1.27 -2.54) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 94c92652-21ac-42f1-b571-6f41123e5974)) - (pad "57" thru_hole circle (at -1.27 -1.27) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp db00ed9d-5cbd-42e1-a367-f32e41a8348a)) - (pad "57" thru_hole circle (at -1.27 0) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 4f5a593d-b109-4ea1-9106-1a00245b0fa7)) - (pad "57" thru_hole circle (at -1.27 1.27) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 4206ccdf-4d5e-4a49-85ca-882972e6150d)) - (pad "57" thru_hole circle (at -1.27 2.54) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 206bfdd0-417d-49a5-beaa-7015cee73d7c)) - (pad "57" thru_hole circle (at 0 -2.54) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp a109695a-7a5a-4ff1-81f1-c62e064d8fdd)) - (pad "57" thru_hole circle (at 0 -1.27) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 01baf5d7-8575-49fa-b750-4bb78f7ed398)) - (pad "57" thru_hole circle (at 0 0) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp b1e517d4-8f6a-4c9e-aba5-0ea1b3399e42)) - (pad "57" smd rect (at 0 0) (size 6.1 6.1) (layers "B.Cu") - (net 3 "GND") (zone_connect 2) (tstamp eefeaa69-a5fe-42d9-8e5a-806a1b488e12)) - (pad "57" smd rect (at 0 0) (size 6.22 6.22) (layers "F.Cu") - (net 3 "GND") (tstamp e1e708ba-caba-4519-94a2-17f6e949ea23)) - (pad "57" thru_hole circle (at 0 1.27) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 365f8d25-a297-4f89-a07e-59a6a6975ec7)) - (pad "57" thru_hole circle (at 0 2.54) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 1699bc09-f09e-4839-81f2-9ca65ce464d7)) - (pad "57" thru_hole circle (at 1.27 -2.54) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 9c3666ff-48f7-42fc-87ea-b19fd9bff60f)) - (pad "57" thru_hole circle (at 1.27 -1.27) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp c173dca6-6ab6-465e-85ec-e09c8c8bfdd9)) - (pad "57" thru_hole circle (at 1.27 0) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 99fdad4b-67df-4338-ab02-f49dc004d666)) - (pad "57" thru_hole circle (at 1.27 1.27) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 7d1243ca-b23d-40f1-a05b-8212e796f3b7)) - (pad "57" thru_hole circle (at 1.27 2.54) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 792685e9-fe40-4fbf-a788-175ee65815ee)) - (pad "57" thru_hole circle (at 2.54 -2.54) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 4cea73b9-aa6a-4e61-a258-be68f53395e5)) - (pad "57" thru_hole circle (at 2.54 -1.27) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp d372b0df-12cb-4d18-93e5-ecca155a1076)) - (pad "57" thru_hole circle (at 2.54 0) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 908f0efd-a885-4394-a6f7-105887c97de7)) - (pad "57" thru_hole circle (at 2.54 1.27) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 65d3983e-1c45-41bc-a3b4-bd022070289f)) - (pad "57" thru_hole circle (at 2.54 2.54) (size 0.6 0.6) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 76d5873b-ee9f-4286-852b-3e416f5e58d4)) - (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-56-1EP_8x8mm_P0.5mm_EP6.22x6.22mm_ThermalVias.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf53dcd) - (at 120.9 90.7 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b083b9f") - (attr smd) - (fp_text reference "R33" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 3e759481-bd1e-43d1-a516-704165a0cc70) - ) - (fp_text value "49k9" (at 0 0.7 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp a0fbbaf8-8c31-444a-8589-c494a935cb8e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp b00f55cd-2fd0-4be3-95f5-ff701f60c355) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1000fa4-8405-4913-bb2a-3a576510c1f7)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cf1f8a5-0115-4654-96fb-fd5a2b2f392e)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9cf04930-92e2-4361-96fe-0e85f3c4b63b)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 032ce8f7-50b1-4b5b-8ab4-9b0ab129f543)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7406101f-106a-45d1-912f-650a7ccfd0e7)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd3d50e3-7ada-4dea-9ce2-d0c01a14134a)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18fa4eac-44be-4c19-85bd-ae41ed4e9ca9)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33c8b5d9-f488-4aa6-bc3f-f58a56be5f10)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 227 "/IO_Banks/IO_Buffer_A/VDAC") (tstamp ba823e13-91c7-47a9-b198-7b27ae88618f)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 158 "/IO_Banks/IO_Buffer_A/VFB") (tstamp 63644b3f-486a-46db-be27-481471e940f4)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf53e5b) - (at 57 102) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e3491") - (attr smd) - (fp_text reference "D6" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp c8072c34-0f81-4552-9fbe-4bfe60c53e21) - ) - (fp_text value "BLU" (at -1.2 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp fec6f717-d723-4676-89ef-8ea691e209c2) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 64256223-cf3b-4a78-97d3-f1dca769968f) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d16cb66-2809-411d-912c-d3db0f48bd04)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7806469b-c133-4e19-b2d5-f2b690b4b2f3)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5fe7a4eb-9f04-4df6-a1fa-36c071e280d7)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16d5bf81-590a-4149-97e0-64f3b3ad6f52)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90fa0465-7fe5-474b-8e7c-9f955c02a0f6)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6c7f556-10bb-4a6d-b61b-a732ec6fa5cc)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18cf1537-83e6-4374-a277-6e3e21479ab0)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a10b569c-d672-485d-9c05-2cb4795deeca)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d4d8c24-5b38-445b-8733-2a81ba21d33e)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db902262-2864-4997-aeff-8abaa132424a)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b21625e3-a75b-41d7-9f13-4c0e12ba16cb)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6891c49-3648-41ce-811e-fccb4c4653af)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp df93f76b-86da-45ae-87e2-4b691af12b00)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 52 "Net-(D6-Pad2)") (tstamp 7e498af5-a41b-4f8f-8a13-10c00a9160aa)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf53ec7) - (at 57 106) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34a4") - (attr smd) - (fp_text reference "D8" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 84febc35-87fd-4cad-8e04-2b66390cfc12) - ) - (fp_text value "WHT" (at -1.2 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 494d4ce3-60c4-4021-8bd1-ab41a12b14ed) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 55cff608-ab38-48d9-ac09-2d0a877ceca1) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb1b2aa2-a3cc-4a96-87ec-70fcae365f0f)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a67dbe3b-ec7d-4ea5-b0e5-715c5263d8da)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8370835-89ad-4b62-9f40-d0c10470788a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c480dba7-51ff-4a4f-9251-e48b2784c64a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc1d5740-b0c7-4566-95b0-470ac47a1fb3)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a419542a-0c78-421e-9ac7-81d3afba6186)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 414f80f7-b2d5-43c3-a018-819efe44fe30)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b69fc79-c78f-4df1-9a05-c51d4173705f)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c8eae28-a7c3-4e6a-bd81-98cf70031070)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2392fe0-54af-4e02-8793-9ba2471944b5)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a6ee718-8cdf-4fa6-be7c-8fe885d98fd7)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c66e6e2-f12d-4b23-910e-e478d272dfd5)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 0fc912fd-5036-4a55-b598-a9af40810824)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 55 "Net-(D8-Pad2)") (tstamp e0b36e60-bb2b-489c-a764-1b81e551ce62)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf54044) - (at 57 89) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005b098021") - (attr smd) - (fp_text reference "D5" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 5698a460-6e24-4857-84d8-4a43acd2325d) - ) - (fp_text value "RED" (at -1.2 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp dde4c43d-f33e-48ba-86f3-779fdfce00c2) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 629fdb7a-7978-43d0-987e-b84465775826) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c488362-c230-4f6d-82f9-a229b1171a23)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89df70f4-3579-42b9-861e-6beb04a3b25e)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5e6f7cb-0a81-4357-a11f-231d23300342)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74096bdc-b668-408c-af3a-b048c20bd605)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc628a9d-67e8-4a03-b99f-8cc7a42af6ef)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0938c137-668b-4d2f-b92b-cadb1df72bdb)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b98de85-f9de-4825-baf2-c96991615275)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42bd0f96-a831-406e-abb7-03ed1bbd785f)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bb406d9-c650-4e67-9a26-3195d4de542e)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57543893-39bf-4d83-b4e0-8d020b4a6d48)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c5933cf-1535-4465-90dd-da9b75afcdcf)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8cb5a828-8cef-4784-b78d-175b49646952)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp df9a1242-2d73-4343-b170-237bc9a8080f)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 35 "Net-(D5-Pad2)") (tstamp 2d0d333a-99a0-4575-9433-710c8cc7ac0b)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf54056) - (at 57 87) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005b097e38") - (attr smd) - (fp_text reference "D4" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 2522909e-6f5c-4f36-9c3a-869dca14e50f) - ) - (fp_text value "YEL" (at -1.2 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp a647641f-bf16-4177-91ee-b01f347ff91c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 469f89fd-f629-46b7-b106-a0088168c9ec) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ef1307e-4e79-474d-a93c-be38f714571c)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b24c67bf-acb7-486e-9d7b-fb513b8c7fc6)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 653e74f0-0a40-4ab5-8f5c-787bbaf1d723)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83a363ef-2850-4113-853b-2966af02d72d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81b95d0d-8967-4ed1-8d40-39925d015ae8)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e07c4b69-e0b4-4217-9b28-38d44f166b31)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd4dd248-3e78-4985-a4fc-58bc05b74cbf)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7255cbd1-8d38-4545-be9a-7fc5488ef942)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08da8f18-02c3-4a28-a400-670f01755980)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 971d1932-4a99-4265-9c76-26e554bde4fe)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 444b2eaf-241d-42e5-8717-27a83d099c5b)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec2e3d8a-128c-4be8-b432-9738bca934ae)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp d8dc9b6c-67d0-4a0d-a791-6f7d43ef3652)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 38 "Net-(D4-Pad2)") (tstamp 848c6095-3966-404d-9f2a-51150fd8dc54)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf54068) - (at 57 85) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005b097da8") - (attr smd) - (fp_text reference "D3" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 0ff398d7-e6e2-4972-a7a4-438407886f34) - ) - (fp_text value "GRN" (at -1.2 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 18dee026-9999-4f10-8c36-736131349406) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 0d095387-710d-4633-a6c3-04eab60b585a) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29987966-1d19-4068-93f6-a61cdfb40ffa)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2276ec6c-cdcc-4369-86b4-8267d991001e)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ba19f6c-fa3a-4bf3-8c57-119de0f02b65)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 153169ce-9fac-4868-bc4e-e1381c5bb726)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b121f1ff-8472-460b-ab2d-5110ddd1ca28)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e427954-2486-4c91-89b5-6af73a073442)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db532ed2-914c-41b4-b389-de2bf235d0a7)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 799d9f4a-bb6b-44d5-9f4c-3a30db59943d)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab0ea55a-63b3-4ece-836d-2844713a821f)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c220da05-2a98-47be-9327-0c73c5263c41)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23345f3e-d08d-4834-b1dc-64de02569916)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f95f1fc-aa31-4ce6-996a-4b385731d8eb)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp ea7c53f9-3aa8-4198-9879-de95a5257915)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 39 "Net-(D3-Pad2)") (tstamp a12b751e-ae7a-468c-af3d-31ed4d501b01)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf5407a) - (at 57 83) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005b097d14") - (attr smd) - (fp_text reference "D2" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b66731e7-61d5-4447-bf6a-e91a62b82298) - ) - (fp_text value "GRN" (at -1.2 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp c56bbebe-0c9a-418d-911e-b8ba7c53125d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 4f4bd227-fa4c-47f4-ad05-ee16ad4c58c2) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92bd1111-b941-4c03-b7ec-a08a9359bc50)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4688ff87-8262-46f4-ad96-b5f4e529cfa9)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ce41a48-c5e2-4d5f-8548-1c7b5c309a8a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e36ce87-4661-4b8f-956a-16dc559e1b50)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d617fad-47fe-4db9-836a-4bceb9c31c3b)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d3a1f72-d521-46ae-8fe1-3f8221038335)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6316acb7-63a1-40e7-8695-2822d4a240b5)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da337fe1-c322-4637-ad26-2622b82ac8ee)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b70b09b-6762-4725-9d48-805300c0bdc8)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8765371a-21c2-4fe3-a3af-88f5eb1f02a0)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed952427-2217-4500-9bbc-0c2746b198ad)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 843b53af-dd34-4db8-aa6b-5035b25affc7)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 122b5574-57fe-4d2d-80bf-3cabd28e7128)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 34 "Net-(D2-Pad2)") (tstamp e42fd0d4-9927-4308-81d9-4cca814c8ea9)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf5ac2d) - (at 59 85 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005b478672") - (attr smd) - (fp_text reference "R14" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp f08895dc-4dcb-4aef-a39b-5a08864cdaaf) - ) - (fp_text value "20k" (at 0 0.7 270) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 6133fb54-5524-482e-9ae2-adbf29aced9e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp f284b1e2-75a4-4a3f-a5f4-6f05f15fb4f5) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 232ccf4f-3322-4e62-990b-290e6ff36fcd)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bf8d857b-70bf-41ee-a068-5771461e04e9)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d7ff8c0-8a2a-4636-844f-c7210ff3e6f2)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42b61d5b-39d6-462b-b2cc-57656078085f)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp acb6c3f3-e677-4f35-9fc2-138ba10f33af)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a33f5a4-a470-4c04-9e2d-532b5f01a5d6)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ba25c40-ea42-478e-9150-1d94fa1c8ae9)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7ac5cea-ed28-4028-87d0-45e58c709cf1)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 40 "/LED_FPGA") (tstamp 96781640-c07e-4eea-a372-067ded96b703)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 39 "Net-(D3-Pad2)") (tstamp 93ac15d8-5f91-4361-acff-be4992b93b51)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf5ac57) - (at 59 87 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005b2e1435") - (attr smd) - (fp_text reference "R15" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 722636b6-8ff0-452f-9357-23deb317d921) - ) - (fp_text value "2k2" (at 0 0.7 270) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 406d491e-5b01-46dc-a768-fd0992cdb346) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 3f96e159-1f3b-4ee7-a46e-e60d78f2137a) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e000728f-e3c5-4fc4-86af-db9ceb3a6542)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 720ec55a-7c69-4064-b792-ef3dbba4eab9)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18d3014d-7089-41b5-ab03-53cc0a265580)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 662bafcb-dcfb-4471-a8a9-f5c777fdf249)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15ea3484-2685-47cb-9e01-ec01c6d477b8)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c6462399-f2e4-4f1a-b34a-b49a04c8bdb9)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4ef5db0-5fba-4fcd-ab64-2ef2646c5c6d)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d115a0df-1034-4583-83af-ff1cb8acfa17)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 37 "/LED_ACT") (tstamp 0e0f9829-27a5-43b2-a0ae-121d3ce72ef4)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 38 "Net-(D4-Pad2)") (tstamp 77aa6db5-9b8d-4983-b88e-30fe5af25975)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf6ddb1) - (at 59 104 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34f4") - (attr smd) - (fp_text reference "R20" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 3cbf5e00-b482-4934-aa40-30cce8ae8ed1) - ) - (fp_text value "10k" (at 0 -0.7 -90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 3e5b385e-4a64-4053-880e-e0031299a98c) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp c0650eb2-979b-4bda-ab40-56676fbfe3b8) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17231e44-85ac-4aa3-a964-cf2197ceeee6)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 312b1e58-9b66-4b2d-a1b3-1fc15a2c69a6)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ac64fb0-ce26-4829-9754-fa3e990c5a4f)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30d408b7-6af3-4a56-9ac7-f437419bd0d5)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cdb664ee-3f00-4c5a-af63-9c9dadcc63d1)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c44a1f42-bfb7-4458-84fa-8fa19240d227)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6fc183f-bc5d-42e5-8140-8e73917464cc)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c824a5e3-df89-44cd-8628-dfb590cfba5c)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 109 "/IO_Banks/U2") (tstamp f9068831-8f5b-4b4f-886a-9c4e538eb3c4)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 56 "Net-(D7-Pad2)") (tstamp 9c7765b1-1026-4264-833e-5fa1c39587b3)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf8fa9f) - (at 100.1 99.7) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e4203") - (attr smd) - (fp_text reference "U27" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 134ebdd2-d265-4b1a-8213-3e042a51f566) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp 46988679-cc79-4024-bbc1-b1f167609765) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 2dd2edde-b79d-4ec7-87aa-5955ab5302f8) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 32f61989-73fd-4834-bc42-216f4a71d9ad)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8276875-e9c3-4942-8dc8-97d96e3f05f5)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af4061e0-2fb3-421c-9efe-82e8563650d9)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f180349-2cf1-4faf-8ede-f82101d0fa01)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72f86fac-1de9-4853-b551-bbe9529da2a3)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e494106-9748-4063-aab8-1d81407059de)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6228b587-c759-4f5a-aee2-44d44c696a08)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 067b3699-1a46-41cc-9c7c-3cbbde83e2fb)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp abaf0800-b23b-4bb1-9bdf-6551a3604128)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 638492c1-39c4-4e69-a3a1-232b324e5b21)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bbfc9f6-2a80-4dea-9ff5-2759035e5aa6)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 9bf78976-ad42-44da-b016-b92a04213a48)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp b04080e5-2876-4809-b8eb-6b6d5549c662)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 173 "Net-(RN1-Pad5)") (tstamp f5496577-1f0e-43c4-b7b1-d474695074a1)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 63 "/IO_Banks/IO_Buffer_B/Y3") (tstamp e23e042d-8f92-4013-8975-7e4b18e4c81f)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 152 "/IO_Banks/DB3") (tstamp 57f6b820-62fa-4d98-887a-d2a380a76964)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 5879090f-e6ed-48e6-a17d-670ffa2c5461)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf924c5) - (at 100.1 96.9) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e41ce") - (attr smd) - (fp_text reference "U26" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 1e153892-978d-4400-8801-39c4a5561d8b) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp 660190eb-2890-4958-8da2-d63590e8e03c) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp acbae352-7edb-481c-9de1-1fbd99403011) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d0be09d-133e-4cac-b0d8-fd336835cc6c)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff5ead9b-37b8-4bc9-9ac4-39775f57c6cf)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25f3023a-0b40-4b57-b672-1aea8836d4eb)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b217b8c4-9da3-40f9-a62d-8788048abf37)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa1a0bd5-2e16-4ae4-84c6-ff71de2d0c53)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 453a77ad-fac0-4cd4-9fca-6e04f8cfa3e5)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a961303-0ee0-4514-9c41-71f7612da80d)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e865536-7e57-40b8-97a2-c3d4b4b14caf)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b85d8111-c66c-4649-8ef3-173324d8dc2f)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 651c91fd-ec54-4600-b738-56cbf235205c)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 199f157d-6f84-41da-be4c-6e21ffdc4f00)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp ca6bed28-5471-4a76-b6aa-41bb1fbae087)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 9d48d597-b34c-4d62-95c8-00458414359f)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 175 "Net-(RN1-Pad7)") (tstamp d8e5be0d-d98f-406a-bb3b-e2b68228703b)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 61 "/IO_Banks/IO_Buffer_B/Y1") (tstamp 91c9976e-33f3-4776-850e-36ee5d251977)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 151 "/IO_Banks/DB1") (tstamp 33112a1f-3ef4-4453-945b-eafb5950befb)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 97c50482-6541-4532-8eba-6810ebff5ba3)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf933a7) - (at 100.1 91.3) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e4238") - (attr smd) - (fp_text reference "U17" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp bfb98b57-4773-47e2-9d39-fe5066822d93) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp 769ea560-2289-4ed4-9a90-b0dea97e737b) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 0862a9b0-7459-4a5b-8ff5-5feddf0d18fe) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc35943f-a590-4110-881f-43b94dc3ef60)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9020c88-312f-49d4-af97-70066f9a1449)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad1c7d30-fa47-47fd-bb07-e836ca23dcc6)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4669b17e-5fae-4b5d-94be-7208bcd71fb5)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a8f98be-3861-4e9a-bd06-b6217ad585d8)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6388b06e-af5c-405f-b16c-ee4225810f35)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa2a5346-d622-407d-8ea5-af43140584bc)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a593f909-65fb-4700-bd27-abc51f135083)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a74d645f-303f-41ae-8029-4f5b19b6a1a3)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8e996cd-46bc-414d-bd5b-ed4d35049e19)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp edc4c457-3ea2-4523-ae95-caa82d496aba)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 2c73e00f-5d35-4d88-becf-fdafa0c411c7)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp b7f2850c-f58b-4cf9-8802-41c268c3767e)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 186 "Net-(RN8-Pad7)") (tstamp ca23c7b9-efd5-48e1-a126-b6d8dbdfb631)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 81 "/IO_Banks/IO_Buffer_A/Y5") (tstamp e8530ead-dfd3-493b-9a95-dadf905bde55)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 146 "/IO_Banks/DA5") (tstamp 6cd7c58d-b03d-4db3-ab50-a7d7e7c1e928)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 3db2b854-567f-4631-b764-bc8442698c9a)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf93464) - (at 96.1 94.1) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4b6b3e") - (attr smd) - (fp_text reference "U10" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 01f83146-4808-4dce-868e-509173e2f2d2) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp daf70a07-a3d2-4ced-9e93-1c9d8ce83d0f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 306ffac2-e971-4e23-bc08-cf0f4dfd52da) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebc05d4e-ad2b-4267-bddb-704aafe43beb)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68d5716c-39ed-4b45-ac19-32a5be0d9a55)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 739b591f-ee89-4e4b-a089-6321966edc77)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ddd913a-01fd-481e-b154-5f1b5423e9cd)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8fec7a85-0782-4e68-84e4-1af1e7efedfe)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8642366e-14d5-4a4a-acc5-de8c0e7dc7d5)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d98ff9ae-e1f8-4424-8c9a-9e8a74700dc5)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cddc9cef-9af1-487a-a149-58cdefb033b4)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d348d117-4b9d-47d4-9150-4630fb2e9cf8)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc4733a3-c200-4f8e-9f63-f3b7c6201473)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3234a86c-96a3-4c56-805c-943fb18854fb)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp a8761ae8-82cc-4f21-a73e-d7a72c17af3d)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 8eafe96b-e358-4fb5-a4aa-165e62856b90)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 184 "Net-(RN8-Pad6)") (tstamp 84d4acf2-95da-4bde-aaf9-948b78559314)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 82 "/IO_Banks/IO_Buffer_A/Y6") (tstamp 5d503fda-9a47-407e-8971-e2fb41c46bdb)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 143 "/IO_Banks/DA6") (tstamp 375f294e-3277-4ea1-8dfb-a816af1d5545)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 7451c90d-0ac1-4167-b535-6d5bd1a11100)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf93479) - (at 96.1 91.3) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4b0e48") - (attr smd) - (fp_text reference "U9" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 37a423bc-f22b-4f78-8391-c64cc41bfdd6) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp 7279a0ce-75b5-4d17-adea-e5e9949407a6) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 85322b6b-1523-4ed9-b09b-510e91ab3a2d) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f48726b8-0a84-4a45-918f-9908a36bbb39)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd1edec3-c7ba-4ffa-8ee5-8e55b6e96e86)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a43f40c-f75b-4db3-8642-220e4b806437)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d253b606-c6d4-4ab5-bb6d-97f4b72f210a)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec4fc551-9561-4ff0-a309-1fd93dc95354)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1087999d-983e-42bf-b325-b81c766947cc)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4055fe96-6cd0-4098-a3eb-28bdaf898065)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5289bc61-7716-4d1c-91dd-03b886b4760f)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77697486-3706-446b-b0dc-99c11e5b6fb4)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57a35f7e-1eec-4bce-82d8-651d3f20ac22)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3915f1cf-e224-42a7-8e50-b5aa000e1dd3)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp a889c295-2d25-4852-8cf9-7f4cc11f3612)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp ccdcd4fd-03cc-4196-93ad-841bb5ede2f5)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 185 "Net-(RN8-Pad8)") (tstamp c217d968-abfe-45cc-8ff9-0996be5bc8c7)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 80 "/IO_Banks/IO_Buffer_A/Y4") (tstamp 1cdb9155-c146-40d9-bead-b709bf7a6467)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 142 "/IO_Banks/DA4") (tstamp 3e93cc50-fa1e-445b-8e48-b92594ec9006)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp a4d622ec-e75f-4ce0-9338-865fac55dc34)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf9348e) - (at 96.1 88.5) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4abdd7") - (attr smd) - (fp_text reference "U6" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 6489fbbd-1bc4-4ea3-ab88-9e537d0c503b) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp 65a8b55e-a85b-43de-a7c0-277e3d0e143e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp d1c6bcd9-9093-4bbd-b2e6-1e566a3f681f) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3561e74a-3b9b-4754-9c3b-0a6e0ad07bbe)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75ba5b33-e060-4096-9e03-9e491baa032d)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec2613d6-2c9f-4946-a9d8-3b4a9b4e8849)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 426744f5-151b-4336-9db2-19b96ec1a6aa)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7fd315ac-f7ff-493a-b66d-c21006776546)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c399657a-fff5-4af1-9c4f-92ee20314fd7)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f13f820d-4755-457a-8991-c3f574f18812)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6483b00-4f49-4b33-b874-e2e0d3fd9303)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e0c64dd-f348-4f5d-bdb3-f38525a89a3b)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9aaaa8fa-18b5-4eb7-81f6-7a4bacda9721)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea392df3-7bcd-432a-9a3e-652caf424282)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 70292c19-a672-4311-9469-cca02074edfc)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 264dd9e4-b78e-4ffa-a984-843578879636)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 181 "Net-(RN7-Pad6)") (tstamp 6cb58166-d5fb-414a-98d8-94eda5c527bb)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 78 "/IO_Banks/IO_Buffer_A/Y2") (tstamp 24cd1f42-b647-4e9b-b653-0e0199312c5a)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 155 "/IO_Banks/DA2") (tstamp 4b5f6fe1-0c92-46e0-9515-7c9e2b820408)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 44e82717-bcc3-4b7c-b3a9-8798c22c88d0)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf93cec) - (at 96.1 96.9) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b3d9a66") - (attr smd) - (fp_text reference "U22" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 5199ad7b-ab84-4971-9df3-53270a0a37ba) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp 0fe1f74e-4cc8-412d-b8bc-832159a1ad3e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp c6765903-bc36-44e7-9cb8-22f731f64003) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97db2584-9d07-47ab-a55c-f2cbce602789)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2d5f057-3d3f-4824-ba53-bea972f61938)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 578b9c3f-045a-4830-a037-9fe8cd94bc66)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cad3b6e3-3bb4-4763-abef-63fde40972bf)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43d1f199-f4ee-4683-993f-3ccce3985416)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6fc49b93-842f-4814-8ca6-1e11c16fa8fa)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d93d269d-5381-4718-9ad0-eea6c95f2fda)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d950027-8eed-46d2-abb8-2762744219c2)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7915db52-1f07-44c7-b796-c7fc1aca7b67)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e239469c-9034-4436-88b6-92607b1872a3)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dca3b52c-6cfb-46fe-8a89-560fb218906c)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 19b27451-36d1-4db8-a770-a2f4704d803b)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp a2c9cbc7-7eac-476f-b409-1772289f1cc4)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 207 "/IO_Banks/IO_Buffer_B/X0") (tstamp 61e76907-90d9-4f86-b582-ad651e60aa0c)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 57 "/IO_Banks/IO_Buffer_B/Y0") (tstamp 3a04ac0e-2ee8-4210-b45b-490cd2425450)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 148 "/IO_Banks/DB0") (tstamp b48e1e47-217a-4f46-9867-a25c61e99a99)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp cf7be387-da08-4d97-a3e9-4ac4123d2c0a)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf93d2e) - (at 96.1 102.5) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4b0e48") - (attr smd) - (fp_text reference "U24" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 49bc590d-585a-47df-bda3-e46f7daa6990) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp 78aafe37-8da2-4652-8543-18ebef8d21dc) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp d0da5fea-7bb8-466a-808d-a285a956d318) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4e3d105c-3308-491c-a0aa-594e6247a479)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e01103b1-667c-4bf0-b447-ad1d0f4d8e00)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7924cdcb-45b3-439a-a58e-4e78f2ff9e7a)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc268aca-4ea7-4c71-a771-346b177957a8)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb070305-7327-4d47-aaa2-52c1d26471d3)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5821604d-5ceb-420a-b7e4-ba8f3233a4b7)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d8a27f3-5994-4c02-859b-09c0a8d34a6d)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 878a2718-59d9-4c03-a97a-b08c3d833cb9)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45d251bd-4b8c-43e0-a1a3-865b3e4a5a83)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80cc6be9-668a-4344-9b65-0659b9071698)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 76bf3f12-008a-4a13-b216-e7dae9728db6)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 3a9c4d0d-b8e3-4e3b-8868-df708ade9fd9)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 8e99653b-c67d-4ba5-a650-293257580275)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 178 "Net-(RN2-Pad8)") (tstamp eec6f1b0-e4aa-49f8-b4a3-e9424cd19e76)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 64 "/IO_Banks/IO_Buffer_B/Y4") (tstamp 3b8985d9-c9ce-4e5c-9b0f-dabde5c52713)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 149 "/IO_Banks/DB4") (tstamp 4b325ae5-e73e-4571-bbb6-af750e7a58b8)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 2bf286a9-8d8a-4f20-af25-6a1b3ef01eaf)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005bf93df3) - (at 96.1 105.3) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4b6b3e") - (attr smd) - (fp_text reference "U25" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp dad8a6e3-ca6f-4733-9963-045950c983e5) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp 2621aeaa-9788-4950-9c8a-57743e174960) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp ccf8ec35-bf77-4453-a4d1-8a3097a3a3a3) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03de85dc-b128-49ac-8b1c-15f0b91dca0a)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62a86672-b56e-46bd-bc25-5c0442dd543c)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fed927fe-eafb-4471-ac5d-756725ea174d)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51854738-fa9c-4052-b2b8-d2dde367270a)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 39d4d534-3997-4fb4-b0b6-d0e644ff29b2)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5af0907a-cc5c-4a2d-827a-e091ca759470)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00614f02-5f74-445d-b8a3-482b8dcb3aea)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8db28752-04fe-4bac-819e-f19842492596)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7d063b0-344e-43df-a36a-e52b467e2d0c)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35318ab5-9d7c-4bdd-a72a-c62185738587)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef36da6c-b409-4756-be92-54a96426032e)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 0a2b5435-df6f-448f-96cd-9db62b5b9e70)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp a345cb5a-bcc4-40ab-9689-42a3820311de)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 177 "Net-(RN2-Pad6)") (tstamp 55b6b040-a746-4424-a5b4-1f45a1d15120)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 66 "/IO_Banks/IO_Buffer_B/Y6") (tstamp e4e5efbf-5f6e-47bb-b454-0f7ee3ed75bc)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 150 "/IO_Banks/DB6") (tstamp 4373547b-d3a9-4735-9a12-7e388d4b1d9d)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp a3300d9e-5df3-4330-94ad-c751f1cdcdcb)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c00d302) - (at 120.4 87.4 180) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b058ab5") - (attr smd) - (fp_text reference "C57" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 1ba61ca8-eff1-4195-94e0-1ee4595db443) - ) - (fp_text value "u1" (at -1 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 1063b77d-0539-4616-96b6-7e5745bee84f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 2acaf2de-fd39-445f-943c-c4718e83fc64) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a31bfce-eb76-442d-8bef-3e115ed8f786)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f2b987d-c54d-48dc-baee-31991a9bc8e8)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed9c6735-a258-49b1-8520-ac27227c4247)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c1474f6-d415-4c7b-8b59-fc1f9a710de3)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f3695f3-cb76-4d00-bf77-69e655b009cf)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6167ac01-a97a-4a6f-b811-bc0a02b4630c)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b445edb-76df-4826-893e-90e637127bf7)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43f6715d-6047-4a53-9965-45b03d6a45a3)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 19564a71-ce37-42d2-a51c-a25445cf57c5)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp a96a8ef0-6ebd-4160-86c3-7cb63441e0a6)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c058419) - (at 57 81) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005b095c2b") - (attr smd) - (fp_text reference "D1" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 91c82043-0b26-427f-b23c-6094224ddfc2) - ) - (fp_text value "GRN" (at -1.2 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 8615dae0-65cf-4932-8e6f-9a0f32429a5e) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 3b6dda98-f455-4961-854e-3c4cceecffcc) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2cd3975a-2259-4fa9-8133-e1586b9b9618)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe4869dc-e96e-4bb4-a38d-2ca990635f2d)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70abf340-8b3e-403e-a5e2-d8f35caa2f87)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53719fc4-141e-4c58-98cd-ab3bf9a4e1c0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5565d96-c729-4597-a74f-7f75befcc39d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21573090-1953-4b11-9042-108ae79fe9c5)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b547dd70-2ea7-4cfd-a1ee-911561975d81)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6dcb5b4-0971-448a-b9ab-6db37a750704)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dff67d5c-d976-4516-ae67-dbbdb70f8ddd)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68039801-1b0f-480a-861d-d55f24af0c17)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af6ac8e6-193c-4bd2-ac0b-7f515b538a8b)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7de6564c-7ad6-4d57-a54c-8d2835ff5cdc)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 42f10020-b50a-4739-a546-6b63e441c980)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 41 "Net-(D1-Pad2)") (tstamp eafb53d1-7486-4935-b154-2efbffbed6ca)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:PinSocket_1x08_P1.27mm_Vertical_DNP" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c145924) - (at 107.8 87.6 90) - (descr "Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x08 1.27mm single row DNP") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005db11458") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "J9" (at 0 -2.135 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e11ae5a5-aa10-4f10-b346-f16e33c7899a) - ) - (fp_text value "Conn_01x08" (at 0 11.025 90) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f23ac723-a36d-491d-9473-7ec0ffed332d) - ) - (fp_text user "${REFERENCE}" (at 0 4.445) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 57f248a7-365e-4c42-b80d-5a7d1f9dfaf3) - ) - (fp_line (start -1.8 -1.15) (end 1.75 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9112ddd5-10d5-48b8-954f-f1d5adcacbd9)) - (fp_line (start -1.8 10.05) (end -1.8 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4bbde53d-6894-4e18-9480-84a6a26d5f6b)) - (fp_line (start 1.75 -1.15) (end 1.75 10.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3d5daf8-d359-42b2-a7c2-0d080ba7e212)) - (fp_line (start 1.75 10.05) (end -1.8 10.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3dd7cdb-b730-487d-804d-99150ba318ef)) - (fp_line (start -1.27 -0.635) (end 0.635 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c346b00c-b5e0-4939-beb4-7f48172ef334)) - (fp_line (start -1.27 9.525) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1876c30c-72b2-4a8d-9f32-bf8b213530b4)) - (fp_line (start 0.635 -0.635) (end 1.27 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 199124ca-dd64-45cf-a063-97cc545cbea7)) - (fp_line (start 1.27 0) (end 1.27 9.525) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca9b74ce-0dee-401c-9544-f599f4cf538d)) - (fp_line (start 1.27 9.525) (end -1.27 9.525) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 099473f1-6598-46ff-a50f-4c520832170d)) - (pad "1" thru_hole circle (at 0 0 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 224 "/IO_Banks/IO_Buffer_A/P0") (tstamp 1bd80cf9-f42a-4aee-a408-9dbf4e81e625)) - (pad "2" thru_hole oval (at 0 1.27 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 223 "/IO_Banks/IO_Buffer_A/P1") (tstamp 80095e91-6317-4cfb-9aea-884c9a1accc5)) - (pad "3" thru_hole oval (at 0 2.54 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 222 "/IO_Banks/IO_Buffer_A/P2") (tstamp 15699041-ed40-45ee-87d8-f5e206a88536)) - (pad "4" thru_hole oval (at 0 3.81 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 221 "/IO_Banks/IO_Buffer_A/P3") (tstamp 968a6172-7a4e-40ab-a78a-e4d03671e136)) - (pad "5" thru_hole oval (at 0 5.08 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 220 "/IO_Banks/IO_Buffer_A/P4") (tstamp 26a22c19-4cc5-4237-9651-0edc4f854154)) - (pad "6" thru_hole oval (at 0 6.35 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 219 "/IO_Banks/IO_Buffer_A/P5") (tstamp c1b11207-7c0a-49b3-a41d-2fe677d5f3b8)) - (pad "7" thru_hole oval (at 0 7.62 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 218 "/IO_Banks/IO_Buffer_A/P6") (tstamp 402c62e6-8d8e-473a-a0cf-2b86e4908cd7)) - (pad "8" thru_hole oval (at 0 8.89 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 217 "/IO_Banks/IO_Buffer_A/P7") (tstamp 3b65c51e-c243-447e-bee9-832d94c1630e)) - ) - - (footprint "Glasgow:PinSocket_1x08_P1.27mm_Vertical_DNP" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c14597b) - (at 116.7 108.5 -90) - (descr "Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x08 1.27mm single row DNP") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005dad05ff") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "J6" (at 0 -2.135 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f6a5c856-f2b5-40eb-a958-b666a0d408a0) - ) - (fp_text value "Conn_01x08" (at 0 11.025 90) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2b25e886-ded1-450a-ada1-ece4208052e4) - ) - (fp_text user "${REFERENCE}" (at 0 4.445) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c512fed3-9770-476b-b048-e781b4f3cd72) - ) - (fp_line (start -1.8 -1.15) (end 1.75 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 319c683d-aed6-4e7d-aee2-ff9871746d52)) - (fp_line (start -1.8 10.05) (end -1.8 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffa442c7-cbef-461f-8613-c211201cec06)) - (fp_line (start 1.75 -1.15) (end 1.75 10.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 162e5bdd-61a8-46a3-8485-826b5d58e1a1)) - (fp_line (start 1.75 10.05) (end -1.8 10.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 456c5e47-d71e-4708-b061-1e61634d8648)) - (fp_line (start -1.27 -0.635) (end 0.635 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4346fe55-f906-453a-b81a-1c013104a598)) - (fp_line (start -1.27 9.525) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f3fba7a-cf45-4bd8-9035-07e6fa0b4732)) - (fp_line (start 0.635 -0.635) (end 1.27 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e6153e6-2c19-46de-9a8e-b310a2a07861)) - (fp_line (start 1.27 0) (end 1.27 9.525) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f0f7bb5-ade7-4a81-82b4-43be6a8ad05c)) - (fp_line (start 1.27 9.525) (end -1.27 9.525) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb1a49ef-0a06-4f40-9008-61d1d1c36198)) - (pad "1" thru_hole circle (at 0 0 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 58 "/IO_Banks/IO_Buffer_B/Z0") (tstamp 56d2bc5d-fd72-4542-ab0f-053a5fd60efa)) - (pad "2" thru_hole oval (at 0 1.27 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 67 "/IO_Banks/IO_Buffer_B/Z1") (tstamp 09bbea88-8bd7-48ec-baae-1b4a9a11a40e)) - (pad "3" thru_hole oval (at 0 2.54 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 68 "/IO_Banks/IO_Buffer_B/Z2") (tstamp 41c18011-40db-4384-9ba4-c0158d0d9d6a)) - (pad "4" thru_hole oval (at 0 3.81 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 69 "/IO_Banks/IO_Buffer_B/Z3") (tstamp 0fb27e11-fde6-4a25-adbb-e9684771b369)) - (pad "5" thru_hole oval (at 0 5.08 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 71 "/IO_Banks/IO_Buffer_B/Z4") (tstamp 08ec951f-e7eb-41cf-9589-697107a98e88)) - (pad "6" thru_hole oval (at 0 6.35 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 70 "/IO_Banks/IO_Buffer_B/Z5") (tstamp 2eea20e6-112c-411a-b615-885ae773135a)) - (pad "7" thru_hole oval (at 0 7.62 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 72 "/IO_Banks/IO_Buffer_B/Z6") (tstamp 49fec31e-3712-4229-8142-b191d90a97d0)) - (pad "8" thru_hole oval (at 0 8.89 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 60 "/IO_Banks/IO_Buffer_B/Z7") (tstamp 022502e0-e724-4b75-bc35-3c5984dbeb76)) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c153cfe) - (at 126.9 90.3 90) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005ddaeb2c") - (attr smd) - (fp_text reference "C82" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp cfec88d2-05ea-4320-9be6-2559d89ee700) - ) - (fp_text value "4u7" (at -1.15 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp f7475c2a-e91e-435c-bec2-3307ef3e1f94) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 6e416a78-df14-48ee-9842-e6e24081191e) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85ec87eb-bb51-43f3-adf5-d04ca264762d)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cebfc912-6282-4a1e-923e-74c4961c2aad)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5de5a872-aa15-495b-b53b-b8a64bbfa4f0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a16dbf15-8f5b-4766-b048-90ba89efcc02)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6579642b-a152-47f7-af0e-0d8866bdfcb8)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eac540a2-0555-4530-b9cb-9b037a65c0a7)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66cc4ddc-a52d-4ad7-986e-68f000539802)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe1c93f4-4468-424b-a088-27aef08b62b4)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f3121ae-1081-4d81-b548-dceafa613e21)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f8bb641-6f96-48dd-a2de-b7e2aaf6efe0)) - (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "+5V") (tstamp 6e21d8a8-05db-450e-863d-764ba51b5b58)) - (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp b2f7301d-582c-4990-a060-4a71ef08c6eb)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c15d37b) - (at 119.7 100.7 -90) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005ddaeb2c") - (attr smd) - (fp_text reference "C31" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e8558fbd-ea42-43a6-966a-7bd304bdfaad) - ) - (fp_text value "4u7" (at -1.2 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp ab26a42e-b7f6-4a80-b26c-c01085e448c7) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp a9ad6ea5-8293-424c-89d4-c01baf033429) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6776c573-26e6-4a02-ab96-18129f258651)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df1435bb-8018-455d-9925-63e774164119)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 46a20b99-b616-4fa4-af79-eecf92b5c191)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee3188d0-94cf-4bcc-9f57-e516684fc142)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6dfa921c-8a4f-4fcf-a0e7-8718b6271ea9)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2fea3f9c-a97b-4a77-88f7-98b3d8a00622)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b894b8a-c098-4d9d-be0f-2ef41dea274e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dbd87a35-3166-440e-a8f0-c71d214a12a6)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ba85d0a-e58f-45a8-9d86-ad6c976003b7)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a067c43d-047d-48ca-a682-5bbb620e3988)) - (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "+5V") (tstamp 5f74c6fb-337b-40a9-9b79-933f2f30429a)) - (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp ff203a9b-3d2e-4e1d-a6f0-12d16e5120fb)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c15d3cc) - (at 123.3 103.7 180) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005dce4ed0") - (attr smd) - (fp_text reference "C53" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp aa52a4ee-249d-4f84-a65a-9c1702b5bb75) - ) - (fp_text value "4u7" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 09321bf4-1ea1-49b5-b1f9-ac29d6606a74) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b5de2bf0-583c-45d9-bc5e-15007fe3ede8) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ddee80f-a354-4a11-ae03-acb37cf50626)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed76cb21-0b5e-4ca2-8075-7e28e38e7199)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5080cf4c-abda-4232-b279-44d0e6b9bde3)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3742a313-c63e-4807-a7bf-be5a0ae2c781)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b867f3d-ce38-4d21-95dd-fe114f76e9dc)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 89be6ff8-dff7-4df0-876d-d5989d658e36)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5891aa7f-2e48-4492-8db1-d54810991036)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b909fd4-b382-4019-8708-80d1d9a9fe1c)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f4b7c2c-9af8-4317-9338-c2a6d8990ded)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16aa2316-1a67-45e5-b6c4-e59dd85814f4)) - (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 5f8cf0a3-5039-4ac4-8310-e201f8c0505f)) - (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp fd693e1b-ee8d-4a26-aae0-561ba4b09a82)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c15d417) - (at 125.7 102.2 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b072576") - (attr smd) - (fp_text reference "R28" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp a498800d-c7f2-4a17-96da-2f9a8f6ad361) - ) - (fp_text value "59k" (at 0 0.7 -90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e8863b0a-bdcc-4c2a-b3e9-c6dcfc091d1e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 19d84518-aa56-4a89-beed-78ce8456d9cf) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2b287bc-2f46-4c35-bfa6-97b6a4a32736)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1d272e9-a112-40e9-8ccd-279b04adb456)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3900a3b0-431b-4976-9497-7ceb8bad1232)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 802934f8-7c36-4345-a27f-3454fedf92f5)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1cdea97-084c-4836-89b5-4ca1fb43c3fe)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c0cd657-4a0d-4409-9555-bb1ce90e34ed)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 278c08c8-62b2-42d5-ba30-8cbcfc259807)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 511ca6ca-1c86-41e8-b3f2-11a64d5df8db)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 157 "/IO_Banks/IO_Buffer_B/VFB") (tstamp d877237b-ec99-4b5c-877c-78f09f24b4c8)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 2eb5c7ae-ece1-4fed-b4e9-592cfba8365c)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c15d4ec) - (at 125.7 100.3 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b083b9f") - (attr smd) - (fp_text reference "R27" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp eba3e869-9c4e-40f7-aa3e-e2c1bcfc73f2) - ) - (fp_text value "49k9" (at 0 0.7 -90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e921d58d-34eb-4712-9ae1-ea79177cfaf4) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 0db1eaf5-5010-44fc-a4d5-224d3d02536a) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3739076a-baeb-4668-95d4-28b7b5f3ab71)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cb9631d-f4f9-464d-ad18-d53fa23081fa)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 39bba2de-58c8-476c-98e2-bfd08f6032b9)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ebca813b-d03c-4d15-a46c-a958b096aefa)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d932e413-55ae-457b-a959-bad83c84d724)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7453f44-321c-4050-b18b-a12237a10415)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4724856-e209-425c-bddb-8aaca3cddaab)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c91abc1a-9225-47cc-9d9c-5d96a0e6c5bb)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 226 "/IO_Banks/IO_Buffer_B/VDAC") (tstamp 6dcb6b48-87fc-45e5-b5d2-2e548601fab8)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 157 "/IO_Banks/IO_Buffer_B/VFB") (tstamp 2e687927-3955-4336-8c63-93be156bb630)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Fiducial:Fiducial_0.75mm_Mask1.5mm" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c160ea2) - (at 122 118.5) - (descr "Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B)") - (tags "fiducial") - (attr smd) - (fp_text reference "FID3" (at 0 -2) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp 8b963561-586b-4575-b721-87e7914602c6) - ) - (fp_text value "Fiducial_0.75mm_Mask1.5mm" (at 0 2) (layer "F.Fab") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp da862bae-4511-4bb9-b18d-fa60a2737feb) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05))) - (tstamp dec284d9-246c-4619-8dcc-8f4886f9349e) - ) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 82204892-ec79-4d38-a593-52fb9a9b4b87)) - (fp_circle (center 0 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp b8c8c7a1-d546-4878-9de9-463ec76dff98)) - (pad "" smd circle locked (at 0 0) (size 0.75 0.75) (layers "F.Cu" "F.Mask") - (solder_mask_margin 0.375) (clearance 0.375) (tstamp ae8bb5ae-95ee-4e2d-8a0c-ae5b6149b4e3)) - ) - - (footprint "Fiducial:Fiducial_0.5mm_Dia_1mm_Outer" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c161239) - (at 78.6 90.4) - (descr "Circular Fiducial, 0.5mm bare copper top; 1mm keepout (Level C)") - (tags "marker") - (attr smd) - (fp_text reference "FID8" (at 0 -1.5) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp 50cff528-e450-4316-9cb8-2214e4d20985) - ) - (fp_text value "Fiducial_0.5mm_Dia_1mm_Outer" (at -0.6 -3.4) (layer "F.Fab") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp ff1f874f-92dd-4417-98ba-01533012ca7a) - ) - (fp_circle (center 0 0) (end 0.75 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp a225e9fd-6545-4110-8e72-7e9c999e5896)) - (fp_circle (center 0 0) (end 0.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp e452492d-035a-4361-8fab-fa3eca341746)) - (pad "~" smd circle locked (at 0 0) (size 0.5 0.5) (layers "F.Cu" "F.Mask") - (solder_mask_margin 0.25) (clearance 0.25) (tstamp ce26a67b-8096-4ac9-9430-883e76869ef9)) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c161349) - (at 125.7 90.3 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005ad9c9d7") - (attr smd) - (fp_text reference "C59" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp f66e7f65-5501-4321-8ccd-03563508f0c3) - ) - (fp_text value "u1" (at -0.9 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 6f8b6e75-4ad5-4b67-aeaa-581ac81efbdc) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 70baef17-e834-4128-ab71-7a0e5bb0e8be) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29247d4e-2970-4492-af98-cbe5a7c43fda)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66d971b9-10a0-41f4-91b7-1d6842ea0b4d)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c8fa5c9-e85d-47eb-8ff6-525f12f1e0f8)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 36c4a32b-9a7b-41a6-9eb3-32a4e05cd500)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75e89c98-f890-426a-8fa1-7783981e0a3c)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6df354e5-0ed8-486f-aaba-922f1d8df851)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed9fa7f1-c410-42e5-9bc1-ad6bd344391f)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e7cb52f-3bca-40b3-a79f-340d11cdb039)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "+5V") (tstamp 21ec310c-afa2-4595-bab5-c6ae1e9a8417)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 93b4ba79-90d0-48a3-97cc-50ed69cdc627)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c162ef3) - (at 120.9 88.8 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b072576") - (attr smd) - (fp_text reference "R34" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp a8091706-fc03-485f-99de-85f037326f50) - ) - (fp_text value "59k" (at 0 0.7 270) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e25f0cb2-d101-4680-8039-e28dc3ef0e9b) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp c7be7d36-044c-4624-98a0-a11901bbb38c) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d92bbe04-d739-4545-819a-e5ee4b4b49b1)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c97c8102-2bf1-4ea4-9aa9-15a404c92447)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 600790da-009c-416b-b328-c098d09ec7e9)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5745a04b-39bd-4cb4-89ea-e90a2c48774a)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d083eb6c-4193-4c6e-8bed-de8b6ee512ce)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec13d830-67f1-4408-9fd2-96be273e8b39)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d418f4a-1f96-40d9-af23-daa03b7feb31)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1949e7c9-6123-4a49-85e5-c886919fc2f5)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 158 "/IO_Banks/IO_Buffer_A/VFB") (tstamp 897c79e5-3d91-4f46-8ead-84d2a2b4a77c)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp b81dfee1-a640-4f3f-9d50-8f16edf039b6)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c16a7d7) - (at 59.35 93.15 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ad0b949") - (attr smd) - (fp_text reference "C12" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 4b8be3ff-4f25-49f4-9eee-d26026895d38) - ) - (fp_text value "9p" (at -1.05 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 9c352ce5-8dcd-4676-8f85-0d97597fd098) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 3cd62bef-586b-4354-a0d8-b45f0b86f8d4) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52039751-7c90-4bad-b446-00e9c6094980)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 463adae5-2b8d-4805-b9f3-b2a6f8105566)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2687370f-49a5-4bc5-9d99-d875739be787)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4035c6d5-0218-4683-a405-7b7b1fd841f8)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a3b3ac1-1149-4af0-88a5-7f64e33c4898)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac99f243-aa8f-4496-82dd-cd58dae79415)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 473c668c-5f7b-4cf5-8012-906483dc5dc1)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7856fd3e-7cb2-4617-9f08-e93b38475b94)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 10 "/XTALIN") (tstamp 9cda867b-4eb8-4af0-9da1-fb3c11f6d1f3)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 33f0ff87-5826-47b7-a189-ca3528f1f211)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c1776cc) - (at 59 89 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005b4782c1") - (attr smd) - (fp_text reference "R16" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 34a11a07-8b7f-45d2-96e3-89fd43e62756) - ) - (fp_text value "10k" (at 0 0.7 270) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 47993d80-a37e-426e-90c9-fd54b49ed166) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp fead07ab-5a70-40db-ada8-c72dcc827bfc) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77ef8901-6325-4427-901a-4acd9074dd7b)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88a17e56-466a-45e7-9047-7346a507f505)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2026567f-be64-41dd-8011-b0897ba0ff2e)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 981ff4de-0330-4757-b746-0cb983df5e7c)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 54093c93-5e7e-4c8d-8d94-40c077747c12)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb9a832c-737d-49fb-bbb4-29a0ba3e8178)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01024d27-e392-4482-9e67-565b0c294fe8)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp acf5d924-0760-425a-996c-c1d965700be8)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 36 "/LED_ERR") (tstamp 59e09498-d26e-4ba7-b47d-fece2ea7c274)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 35 "Net-(D5-Pad2)") (tstamp 7943ed8c-e760-4ace-9c5f-baf5589fae39)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c188e5a) - (at 76.4 90.3) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005b4b69b8") - (attr smd) - (fp_text reference "R17" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp ea4e4e6a-929c-474e-821a-a752170b4f9c) - ) - (fp_text value "100k" (at 0 0.7) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp d312a4d8-3900-420d-83df-acf2d1616827) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp dd7ae9c7-e47d-4f28-b899-d6d6d37bcbaf) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80f86dbb-173a-407f-b1a5-5b28f6434658)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 36fe93c2-af62-4a4b-9468-8717b77d7462)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 069233a4-10e9-4ab0-93ae-dd50bb113bf6)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d33aeba-5fad-431d-9fc6-10af2aa4505a)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d5df1fc-5823-451d-82cf-c63d48b6fd73)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa1d3239-81d4-4212-8a56-e966a88e3268)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e9a1be5-219f-4a33-9196-b331202ab340)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b2cb8f7-8af3-444a-a537-e59bc9bc19b4)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 42 "/~{ALERT}") (tstamp 28fad468-16c1-495b-a9b8-03671489953a)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 176991c5-eef2-490b-a3a2-c63f70c1b762)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c188fd4) - (at 59 81 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005b18b70c") - (attr smd) - (fp_text reference "R12" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 9640e044-e4b2-4c33-9e1c-1d9894a69337) - ) - (fp_text value "20k" (at 0 0.7 270) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 3335d379-08d8-4469-9fa1-495ed5a43fba) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp bb5d2eae-a96e-45dd-89aa-125fe22cc2fa) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1441985-7b63-4bf8-a06d-c70da2e3b78b)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74012f9c-57f0-452a-9ea1-1e3437e264b8)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd50b8dc-829d-4a1d-8f2a-6471f378ba87)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c544a8c-9f45-4205-9bca-1d91c95d58ef)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d2fd49e-2cb2-44d4-8935-68488970d97b)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f220d6a7-3170-4e04-8de6-2df0c3962fe0)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22c28634-55a5-4f76-9217-6b70ddd108b8)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cfdef906-c924-4492-999d-4de066c0bce1)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp c37d3f0c-41ec-4928-8869-febc821c6326)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 41 "Net-(D1-Pad2)") (tstamp facb0614-068b-4c9c-a466-d374df96a94c)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c18913b) - (at 59 83 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005b4785d4") - (attr smd) - (fp_text reference "R13" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 9f4abbc0-6ac3-48f0-b823-2c1c19349540) - ) - (fp_text value "20k" (at 0 0.7 270) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp d5f4d798-57d3-493b-b57c-3b6e89508879) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 5a390647-51ba-4684-b747-9001f749ff71) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b44c0167-50fe-4c67-94fb-5ce2e6f52544)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd29b6d3-a58c-4b1f-9c20-de4efb708ab2)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd2d59b3-ddef-491f-bb57-eb3d3820bdeb)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 765684c2-53b3-4ef7-bd1b-7a4a73d87b76)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4504518-96e7-4c9e-8457-7273f5a490f1)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a5610bb-d01a-4417-8271-dc424dd2c838)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42ecdba3-f348-4384-8d4b-cd21e56f3613)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a22bec73-a69c-4ab7-8d8d-f6a6b09f925f)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 33 "/LED_CY") (tstamp 2681e64d-bedc-4e1f-87d2-754aaa485bbd)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 34 "Net-(D2-Pad2)") (tstamp c811ed5f-f509-4605-b7d3-da6f79935a1e)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:Crystal_SMD_3225-4Pin_3.2x2.5mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c1894ee) - (at 61.9 92.4) - (descr "SMD Crystal SERIES SMD3225/4 http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, 3.2x2.5mm^2 package") - (tags "SMD SMT crystal") - (path "/00000000-0000-0000-0000-00005acc4bc0") - (attr smd) - (fp_text reference "Y1" (at 0 0.3 180) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp 4fa99099-f9f2-4dd5-ac40-ec35aef9f960) - ) - (fp_text value "24M" (at 0 -0.8 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp f48f0041-ce42-4bd4-9cbf-e7a61f40b63d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.7 0.7) (thickness 0.105))) - (tstamp c469846c-a104-4bfc-aae8-66d18a7e7de0) - ) - (fp_line (start -2 -1.65) (end -2 1.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1cf58251-c1b2-4126-887d-6d7eeec86d3e)) - (fp_line (start -2 1.65) (end 2 1.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 906df0a0-5839-47c0-b332-cec00bfc8d50)) - (fp_line (start -2.1 -1.7) (end -2.1 1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9399a2b1-4c2e-41f3-8f9a-0a23f3b4fe50)) - (fp_line (start -2.1 1.7) (end 2.1 1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 36ab2ee8-a550-4312-900e-fe60a1ab52df)) - (fp_line (start 2.1 -1.7) (end -2.1 -1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af344df5-f8f1-4300-8c40-51d1681a9cb2)) - (fp_line (start 2.1 1.7) (end 2.1 -1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33529587-bbb4-4ca0-bcdf-15fd64295461)) - (fp_line (start -1.6 -1.25) (end -1.6 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bce33354-18a7-44b2-9dba-ee85e434d6ee)) - (fp_line (start -1.6 0.25) (end -0.6 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp abaf618d-6655-4799-acfb-78bd7f6588da)) - (fp_line (start -1.6 1.25) (end 1.6 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b36ced1f-5291-481a-8fe7-e37301bca3e6)) - (fp_line (start 1.6 -1.25) (end -1.6 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3972d90f-ee24-4cf5-8d82-ff4abccf2f2b)) - (fp_line (start 1.6 1.25) (end 1.6 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ac31afe-6dde-403d-bbdc-3366c8b144f8)) - (pad "1" smd roundrect (at -1.1 0.85) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 10 "/XTALIN") (tstamp 907bca71-7218-4f03-b4bd-586121fcf8e0)) - (pad "2" smd roundrect (at 1.1 0.85) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 345d0db5-afa8-4790-839b-293d8c7171b3)) - (pad "3" smd roundrect (at 1.1 -0.85) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 9 "/XTALOUT") (tstamp 46f1fe2c-bc01-4b14-852f-f73c7cee1411)) - (pad "4" smd roundrect (at -1.1 -0.85) (size 1.4 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp de759948-161e-4bbe-93f4-670a576de500)) - (model "${KISYS3DMOD}/Crystal.3dshapes/Crystal_SMD_3225-4Pin_3.2x2.5mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_BGA:BGA-121_9.0x9.0mm_Layout11x11_P0.8mm_Ball0.4mm_Pad0.35mm_NSMD" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c189e1f) - (at 83.7 95.5 -90) - (descr "121-ball, 0.8mm BGA (based on http://www.latticesemi.com/view_document?document_id=213)") - (tags "BGA 0.8mm 9mm 121") - (path "/00000000-0000-0000-0000-00005bd3e5fd") - (solder_mask_margin 0.075) - (attr smd) - (fp_text reference "U30" (at -0.7 0 180) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7de887d4-da14-4b22-b372-4b04f388a01c) - ) - (fp_text value "ICE40HX8K-BG121" (at -3.9 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp aa579943-6256-421f-99a1-5324cbab689c) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 15f6edf6-ca99-4936-a366-b591ef4ffb27) - ) - (fp_line (start -4.625 -3.525) (end -4.625 4.625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp edf1a077-1088-4990-81c3-c25e6cc707f4)) - (fp_line (start -4.625 4.625) (end 4.625 4.625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3b42dfd-ce96-4628-b908-9d21e2397845)) - (fp_line (start -3.525 -4.625) (end 4.625 -4.625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11c27008-7f57-4c97-8e78-104a00b57e21)) - (fp_line (start 4.625 -4.625) (end 4.625 4.625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df69d4e4-80df-4941-9e37-c1292de22a0e)) - (fp_line (start -5.5 -5.5) (end -5.5 5.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0cf98fc2-f6b0-4092-b522-dce81950aae3)) - (fp_line (start -5.5 -5.5) (end 5.5 -5.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca45b514-6983-4efd-a95c-b42f4f0187dc)) - (fp_line (start 5.5 -5.5) (end 5.5 5.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0af77c4b-93ab-4a5f-a0dc-d745ce2ad9af)) - (fp_line (start 5.5 5.5) (end -5.5 5.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8df555a8-8fbe-4a70-abf3-a1df61d9b519)) - (fp_line (start -4.5 -3.5) (end -4.5 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3512588-edde-4735-a9a1-be9f02a7cc04)) - (fp_line (start -4.5 4.5) (end 4.5 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f83e7e3-f3a2-4d64-8dcf-30acf74c6e09)) - (fp_line (start -3.5 -4.5) (end -4.5 -3.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a20106a5-7c6c-476e-9e8e-7784d2dfd43d)) - (fp_line (start -3.5 -4.5) (end 4.5 -4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 091e352a-dde1-4955-b710-a880d17c4919)) - (fp_line (start 4.5 4.5) (end 4.5 -4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2bb9bb3-7b79-4460-84fb-890b1c1622a7)) - (pad "A1" smd circle (at -4 -4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 97 "/IO_Banks/QA0") (tstamp 334fe293-3e67-4319-8c33-ffefcb519490)) - (pad "A2" smd circle (at -3.2 -4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 99 "/IO_Banks/QA1") (tstamp 2d109ff6-27c1-4e7c-877b-f84b3f819540)) - (pad "A3" smd circle (at -2.4 -4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 101 "/IO_Banks/QA3") (tstamp 8a8fbe83-dafd-4a29-9543-267bbfa3cded)) - (pad "A4" smd circle (at -1.6 -4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 103 "/IO_Banks/QA5") (tstamp c2dc9cfd-c5ea-4d25-bc89-e7c48837663d)) - (pad "A5" smd circle (at -0.8 -4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 98 "/IO_Banks/QA7") (tstamp f9a94835-b1c5-4742-837e-47556f9855a6)) - (pad "A6" smd circle (at 0 -4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 104 "/IO_Banks/QA6") (tstamp e6de03b0-04a7-49d0-b345-b86e80b226d9)) - (pad "A7" smd circle (at 0.8 -4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 145 "/IO_Banks/DA3") (tstamp 325a3248-47e8-40c8-90f1-244066c65a9e)) - (pad "A8" smd circle (at 1.6 -4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 146 "/IO_Banks/DA5") (tstamp 36d12c11-edfd-4a90-8686-995da7ce1748)) - (pad "A9" smd circle (at 2.4 -4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 147 "/IO_Banks/DA7") (tstamp 7a7be03b-d30a-4fc6-abe7-e94916bf3a0b)) - (pad "A10" smd circle (at 3.2 -4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 164 "Net-(R39-Pad2)") (tstamp a9cb1444-eba6-4ddf-88fb-081d86707002)) - (pad "A11" smd circle (at 4 -4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 169 "Net-(R45-Pad2)") (tstamp a7cf9252-7b9d-4fb8-9c38-9f8f0d721bbd)) - (pad "B1" smd circle (at -4 -3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 114 "/IO_Banks/Z0_P") (tstamp f768c20f-2a32-4fea-a800-b4a82a15d553)) - (pad "B2" smd circle (at -3.2 -3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 123 "/IO_Banks/Z0_N") (tstamp 9918c5b5-1c15-4ec9-ae58-aee6884a34b0)) - (pad "B3" smd circle (at -2.4 -3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 100 "/IO_Banks/QA2") (tstamp 30b67311-4a25-4ff6-b039-8b63a8d8435a)) - (pad "B4" smd circle (at -1.6 -3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 163 "Net-(R10-Pad1)") (tstamp 06860a96-9024-4961-be5b-75ca7af1d996)) - (pad "B5" smd circle (at -0.8 -3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 102 "/IO_Banks/QA4") (tstamp 43e0cf57-aac5-427c-996d-14e52f36da40)) - (pad "B6" smd circle (at 0 -3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 102 "/IO_Banks/QA4") (tstamp fabcdf52-b758-43bb-a760-cb0bfaea8957)) - (pad "B7" smd circle (at 0.8 -3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 104 "/IO_Banks/QA6") (tstamp 3e9fa01f-48e9-4c58-997e-0bab5b5694a8)) - (pad "B8" smd circle (at 1.6 -3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 142 "/IO_Banks/DA4") (tstamp e1772ffd-d3c3-4dc7-9a3d-473657b66706)) - (pad "B9" smd circle (at 2.4 -3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 143 "/IO_Banks/DA6") (tstamp 6a86cf05-0add-42b9-a9a0-9b4aeb996306)) - (pad "B10" smd circle (at 3.2 -3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp e6ff890c-25e5-40fd-9cc5-af46b1daf66b)) - (pad "B11" smd circle (at 4 -3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 96 "/IO_Banks/QB0") (tstamp 2907f03e-6b26-4b62-93d5-6d22be7dc3a8)) - (pad "C1" smd circle (at -4 -2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 115 "/IO_Banks/Z2_N") (tstamp 6a277219-bb06-41a3-9db9-d19bf10eb337)) - (pad "C2" smd circle (at -3.2 -2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 124 "/IO_Banks/Z2_P") (tstamp 879dcbdf-30dc-4f81-b637-1fd4000b50f1)) - (pad "C3" smd circle (at -2.4 -2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 132 "/IO_Banks/Z1_N") (tstamp 48cc21ce-c00d-4b37-9243-62c970c20152)) - (pad "C4" smd circle (at -1.6 -2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 138 "/IO_Banks/Z1_P") (tstamp fb56868c-b19c-4212-a841-9013b46ee67d)) - (pad "C5" smd circle (at -0.8 -2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 50 "/GNDPLL1") (tstamp efa11081-d903-4889-9ae0-ed8f6dc4ba7b)) - (pad "C6" smd circle (at 0 -2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 48 "/VCCPLL1") (tstamp dd4c734f-379a-44f0-b625-376dcffe44ea)) - (pad "C7" smd circle (at 0.8 -2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 141 "/IO_Banks/DA0") (tstamp e59d4447-9c6c-4094-a5a3-603fca57ff44)) - (pad "C8" smd circle (at 1.6 -2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 144 "/IO_Banks/DA1") (tstamp aade9b49-ca5a-42a0-aec3-2c819e72c349)) - (pad "C9" smd circle (at 2.4 -2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 165 "Net-(R43-Pad2)") (tstamp 7328a55a-6fe1-4aeb-912c-4ea65c72eb6f)) - (pad "C10" smd circle (at 3.2 -2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 0eb948a8-05b7-4742-8179-6fa05bebcf8c)) - (pad "C11" smd circle (at 4 -2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 94 "/IO_Banks/QB1") (tstamp b81bd43c-084d-4a5d-88ab-195d5e5035a2)) - (pad "D1" smd circle (at -4 -1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 116 "/IO_Banks/Z3_N") (tstamp f007eacd-cde9-49e9-b1d1-4508796cc6a6)) - (pad "D2" smd circle (at -3.2 -1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 125 "/IO_Banks/Z4_P") (tstamp 097c0309-c6c3-4ba8-be84-f8e75f093831)) - (pad "D3" smd circle (at -2.4 -1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 133 "/IO_Banks/Z4_N") (tstamp d3d3b61e-72a7-4ced-b048-77694ef8fa81)) - (pad "D4" smd circle (at -1.6 -1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 29 "+1V2") (tstamp e6ce6c79-9170-4ea2-b9bd-87d942d1f8ee)) - (pad "D5" smd circle (at -0.8 -1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 43 "/CLKREF") (tstamp 0c7c12ca-6132-4301-a870-d65994808e03)) - (pad "D6" smd circle (at 0 -1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 591e969d-7122-41e3-8c35-363e2a9714ca)) - (pad "D7" smd circle (at 0.8 -1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 155 "/IO_Banks/DA2") (tstamp d7be9a91-16f0-4839-a91f-250dcabde07e)) - (pad "D8" smd circle (at 1.6 -1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 29 "+1V2") (tstamp 2bed6ca1-bcbb-4623-afa9-a76487076467)) - (pad "D9" smd circle (at 2.4 -1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 112 "/IO_Banks/U4") (tstamp eac88b9b-4226-43c7-9238-94c134da0ab1)) - (pad "D10" smd circle (at 3.2 -1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 93 "/IO_Banks/QB2") (tstamp 38bef892-3741-43c0-a6af-4a33f7f712a2)) - (pad "D11" smd circle (at 4 -1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 92 "/IO_Banks/QB3") (tstamp 9f9126b0-dd1e-49be-922e-fd09297e0548)) - (pad "E1" smd circle (at -4 -0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 117 "/IO_Banks/Z3_P") (tstamp c5659d85-4e68-4ee7-aea7-324cee125bb2)) - (pad "E2" smd circle (at -3.2 -0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 126 "/IO_Banks/Z5_P") (tstamp 452fc0a0-38a9-4217-86a8-959200c7ad90)) - (pad "E3" smd circle (at -2.4 -0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 134 "/IO_Banks/Z5_N") (tstamp 621a4ecc-ab75-4d67-8f43-b240467c7c59)) - (pad "E4" smd circle (at -1.6 -0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 139 "/IO_Banks/VIO_AUX") (tstamp 97353067-49c7-424b-b0c3-9e3cd462b0d3)) - (pad "E5" smd circle (at -0.8 -0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp ccb75d38-f2cc-49f6-b121-a5d2c20c1ac8)) - (pad "E6" smd circle (at 0 -0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp da583fd8-297c-45d1-a802-ffe1e43db9b6)) - (pad "E7" smd circle (at 0.8 -0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp bfffbad2-4c7e-4467-a541-750984bf2cf4)) - (pad "E8" smd circle (at 1.6 -0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 111 "/IO_Banks/U5") (tstamp 87e411ae-3114-4a62-90e0-49212cb778c5)) - (pad "E9" smd circle (at 2.4 -0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 113 "/IO_Banks/U3") (tstamp 50a665e2-2679-4e9c-82aa-3fe56e2d0dad)) - (pad "E10" smd circle (at 3.2 -0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 91 "/IO_Banks/QB4") (tstamp ccbccc68-d102-4809-a3c8-c848af50e594)) - (pad "E11" smd circle (at 4 -0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 90 "/IO_Banks/QB5") (tstamp d3de50b0-1589-4d91-93f2-c442506abfb3)) - (pad "F1" smd circle (at -4 0 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 118 "/IO_Banks/Z6_P") (tstamp ef3c20a9-74fe-4bea-a401-04991b56d78b)) - (pad "F2" smd circle (at -3.2 0 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 127 "/IO_Banks/Z6_N") (tstamp 01d2f9bc-2a40-45e2-aace-1a8287a77613)) - (pad "F3" smd circle (at -2.4 0 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 135 "/IO_Banks/Z7_N") (tstamp b80b6596-4fbd-40ff-ac5c-6709b32c0242)) - (pad "F4" smd circle (at -1.6 0 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 140 "/IO_Banks/Z7_P") (tstamp 3afe9e8a-a6f8-41da-98b3-705e23be9e97)) - (pad "F5" smd circle (at -0.8 0 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp 077c7713-5f8a-46ad-9e1e-0a158b076dfa)) - (pad "F6" smd circle (at 0 0 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp ab31a2ed-32be-4673-85c4-0890d6200220)) - (pad "F7" smd circle (at 0.8 0 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp ee4c6544-dcb2-4120-b150-5c4d1c49c47d)) - (pad "F8" smd circle (at 1.6 0 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 2a21fb11-bf9f-4892-8443-9e0ba5dd08ff)) - (pad "F9" smd circle (at 2.4 0 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 148 "/IO_Banks/DB0") (tstamp 94cbfc13-d61a-4fdd-b97d-9f86f3a34f14)) - (pad "F10" smd circle (at 3.2 0 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 95 "/IO_Banks/QB7") (tstamp b97186d5-6279-44a4-aecc-e1c14fe16aef)) - (pad "F11" smd circle (at 4 0 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 89 "/IO_Banks/QB6") (tstamp 357049db-c668-4a77-9a25-ce8b90dfd32b)) - (pad "G1" smd circle (at -4 0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 119 "/IO_Banks/Z8_P") (tstamp caaac10f-fff3-4567-8b4f-23e44ea7421b)) - (pad "G2" smd circle (at -3.2 0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 128 "/IO_Banks/Z8_N") (tstamp a24665dd-f547-4b22-bca9-e623facf4851)) - (pad "G3" smd circle (at -2.4 0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 136 "/IO_Banks/Z9_P") (tstamp d74f7fae-7a50-40eb-bb78-aad3d94a03cc)) - (pad "G4" smd circle (at -1.6 0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 139 "/IO_Banks/VIO_AUX") (tstamp 49772ec2-b234-4a8d-ac9a-dfc43e3dd4d3)) - (pad "G5" smd circle (at -0.8 0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp cc8e494f-d931-404a-adc2-01db1160bf35)) - (pad "G6" smd circle (at 0 0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp 5d78904d-6d60-4d3d-ae57-28c5f7a80ab6)) - (pad "G7" smd circle (at 0.8 0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp 54ca8ca9-4f16-40cf-97a4-31a0081cfa8b)) - (pad "G8" smd circle (at 1.6 0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 109 "/IO_Banks/U2") (tstamp 0839ce8d-bc94-4a18-9387-0ce4b277e1aa)) - (pad "G9" smd circle (at 2.4 0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 105 "/IO_Banks/U1") (tstamp 9da68e0b-2159-406c-82cd-eecb076ea953)) - (pad "G10" smd circle (at 3.2 0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 156 "/IO_Banks/DB2") (tstamp a323acdd-4972-4d4f-943b-bc6a88029a1e)) - (pad "G11" smd circle (at 4 0.8 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 151 "/IO_Banks/DB1") (tstamp 483ee375-806b-49a8-b71d-1527b4383c9b)) - (pad "H1" smd circle (at -4 1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 120 "/IO_Banks/Z10_P") (tstamp a5b40df4-4d8f-4b25-b2e7-4d2e44c53578)) - (pad "H2" smd circle (at -3.2 1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 129 "/IO_Banks/Z10_N") (tstamp e50f3aa8-ce7d-480b-8970-ce974ebb6ef9)) - (pad "H3" smd circle (at -2.4 1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 137 "/IO_Banks/Z9_N") (tstamp c6572db3-53c6-44c0-87ba-0d5a5981aa0d)) - (pad "H4" smd circle (at -1.6 1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 29 "+1V2") (tstamp 75aaa758-c71e-4301-9dfe-aaf75724b73a)) - (pad "H5" smd circle (at -0.8 1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (tstamp e48c6b79-23e7-490e-8d34-0153e7625f18)) - (pad "H6" smd circle (at 0 1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp da2ed981-b137-4b7d-9461-d29cd9991155)) - (pad "H7" smd circle (at 0.8 1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 12 "/D0") (tstamp 56f55bb6-4eed-416b-b118-9d46bea66843)) - (pad "H8" smd circle (at 1.6 1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 29 "+1V2") (tstamp 1194f695-0776-4569-9365-1388ff1f61b6)) - (pad "H9" smd circle (at 2.4 1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 4 "/SCL") (tstamp 84c59850-a617-4b8e-9935-4a3c13fa674f)) - (pad "H10" smd circle (at 3.2 1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 149 "/IO_Banks/DB4") (tstamp ad5d15be-ae28-4e5f-924a-e7113f09b336)) - (pad "H11" smd circle (at 4 1.6 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 152 "/IO_Banks/DB3") (tstamp a05b7b41-d584-47db-9de6-426482000335)) - (pad "J1" smd circle (at -4 2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 121 "/IO_Banks/Z11_P") (tstamp 8adcd312-ab4a-4413-b6a5-effc7c373c70)) - (pad "J2" smd circle (at -3.2 2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 130 "/IO_Banks/Z12_N") (tstamp dafe6b83-eb3b-467f-a569-9f3ec0c65625)) - (pad "J3" smd circle (at -2.4 2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 31 "/FLAGD") (tstamp b9c3387d-aead-45c5-a28c-bc48d72a0777)) - (pad "J4" smd circle (at -1.6 2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 46 "/WR") (tstamp ff2c165b-fcf1-4e49-a130-75315ee7c31f)) - (pad "J5" smd circle (at -0.8 2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 47 "/RD") (tstamp 736ec575-72b6-45b5-94b5-96acf35c7142)) - (pad "J6" smd circle (at 0 2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 49 "/VCCPLL0") (tstamp d178c3af-8898-4af4-a6d3-7a15fb4da7ca)) - (pad "J7" smd circle (at 0.8 2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "/D1") (tstamp 036afffe-cbbf-4ead-9c0c-ea4c435dd04c)) - (pad "J8" smd circle (at 1.6 2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "/SDA") (tstamp 37d1dfa4-5d65-41f6-b95b-52682d6e97aa)) - (pad "J9" smd circle (at 2.4 2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 14 "/D2") (tstamp e6c97644-92a3-4952-ae44-73243f67c959)) - (pad "J10" smd circle (at 3.2 2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 150 "/IO_Banks/DB6") (tstamp d33c5df5-b20b-4d7e-94bb-ebafd74441c3)) - (pad "J11" smd circle (at 4 2.4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 153 "/IO_Banks/DB5") (tstamp d873f0f6-b4ce-4566-acf6-f884a791b77a)) - (pad "K1" smd circle (at -4 3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 122 "/IO_Banks/Z11_N") (tstamp d13e8b6d-8b82-4ae1-a8ab-4cc22756669a)) - (pad "K2" smd circle (at -3.2 3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 131 "/IO_Banks/Z12_P") (tstamp 3faa37f9-f43e-4a39-a505-8dea3e4e48b1)) - (pad "K3" smd circle (at -2.4 3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 24 "/A0") (tstamp 56a51644-b55f-492b-aa38-d2c3e210984a)) - (pad "K4" smd circle (at -1.6 3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 42 "/~{ALERT}") (tstamp 1f704f17-bb46-4ea0-8728-305025749850)) - (pad "K5" smd circle (at -0.8 3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 21 "/FLAGB") (tstamp ffb7f592-c2f7-48ee-8e65-c3d73c901745)) - (pad "K6" smd circle (at 0 3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 30 "/CLKIF") (tstamp e0c3cfb6-c1df-42ef-b490-624c6637e557)) - (pad "K7" smd circle (at 0.8 3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 19 "/D7") (tstamp 59ed5280-2b07-4e66-a7e0-df21615d622c)) - (pad "K8" smd circle (at 1.6 3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 27 "/FPGA_DONE") (tstamp a873e942-d614-4558-aa34-f59b59912653)) - (pad "K9" smd circle (at 2.4 3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 17 "/D5") (tstamp 464aa031-265c-410d-83c1-58d5ac5e6c8d)) - (pad "K10" smd circle (at 3.2 3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 15 "/D3") (tstamp 595b9142-c99b-431d-80f8-51bc3ccf4062)) - (pad "K11" smd circle (at 4 3.2 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 154 "/IO_Banks/DB7") (tstamp 813ef21e-74e3-4161-8789-36ea572d843c)) - (pad "L1" smd circle (at -4 4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 26 "/PKTEND") (tstamp 189c54ec-05be-46a0-93fa-42df75545856)) - (pad "L2" smd circle (at -3.2 4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 25 "/A1") (tstamp 0b19eaa6-0683-4d7f-86d9-491c9b0ed27d)) - (pad "L3" smd circle (at -2.4 4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 23 "/OE") (tstamp 5be29995-ce72-4907-83d6-de89bfe201b7)) - (pad "L4" smd circle (at -1.6 4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 22 "/FLAGC") (tstamp df0456f5-9234-4080-ae65-72a31d473a34)) - (pad "L5" smd circle (at -0.8 4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 43 "/CLKREF") (tstamp 370a6913-8e45-4426-bb85-85426eb46db9)) - (pad "L6" smd circle (at 0 4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 51 "/GNDPLL0") (tstamp 026eb23b-a059-48fb-a705-445100e5df17)) - (pad "L7" smd circle (at 0.8 4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 20 "/FLAGA") (tstamp 4e7cc6e5-aced-4989-bbbb-e93c89ac78a7)) - (pad "L8" smd circle (at 1.6 4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 18 "/D6") (tstamp 7d48fea1-5a07-43f0-9ab1-5fc2a66580c1)) - (pad "L9" smd circle (at 2.4 4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 28 "/~{FPGA_RESET}") (tstamp 3127bfbe-9998-4981-8240-6dbe5c6c4200)) - (pad "L10" smd circle (at 3.2 4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 16 "/D4") (tstamp 35bc867a-9c04-4f91-a36d-12dfdd2da01e)) - (pad "L11" smd circle (at 4 4 270) (size 0.35 0.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp bc37e474-697e-494e-b44a-99e7cedaeb3c)) - (model "${KISYS3DMOD}/Package_BGA.3dshapes/BGA-121_9.0x9.0mm_Layout11x11_P0.8mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c18b6ef) - (at 58.85 91.7 180) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005acf7322") - (attr smd) - (fp_text reference "C13" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp bf9e4529-e167-447c-a045-25248a85a1d5) - ) - (fp_text value "u1" (at 0 0.7) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp f4ba32ab-ab3d-4753-a0b7-a2a898ba4b27) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 316172bf-52bc-46b4-adac-2d48a0e34563) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b719a6ee-0144-4966-8b91-52a9b865a921)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49c7cb3f-a658-4999-a305-f40b4dfcb82f)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 970b75d2-be6a-4922-bf76-1e9d7e25dec5)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4b77d0a4-5200-4718-ad55-d12fcc0160fd)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0da5400b-a1bf-449b-b183-0fcf28aff5c0)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6ab39d7-8d43-4958-82a0-c13a1e508052)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03a6503e-3bc6-4f20-910b-4b25d7b2c144)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca0a8209-494a-467f-a97e-e0b7c2ab04fe)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 7 "/SHLD") (tstamp bda69756-c3f2-469b-b8db-4654be9ef247)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp d7f30e11-d126-4e7b-a554-c013237d8438)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c18c255) - (at 100.1 88.5) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e4203") - (attr smd) - (fp_text reference "U16" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 39e0f00a-b805-421f-8ed9-5c24ef6aaebe) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp 0bedad37-3e3c-4266-b4c1-07c7e3d0463e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp b92fa812-e3bc-485d-a2c8-52969ffa6bfa) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e9472d5-2e62-43cd-b888-fa5c05783852)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45108c5b-3874-4f53-b99e-7b06655c64f6)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 239e2fad-43c2-4c5d-b01d-958b74c9d73b)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72941de6-4056-41a3-be67-7819992eeaa3)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 231482ff-1119-4860-be3c-5d6a4f33d8bb)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb2fdfc9-f8f7-4d99-a460-31e1e9e1906f)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a15fd52-148b-4d62-9349-832a33a996d2)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81b5884f-0b53-4d9c-bd56-68349a70cfdc)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38cc4717-2b78-451d-a8e8-c30858d9cd68)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21fe1bc1-d1c8-4902-93fe-7cb124f6bf69)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0aed48c5-a79a-4a41-bde0-89e9736637c1)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 2367e08a-8f8d-4bc0-b6ce-e2a4cddd902f)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 1292b9fb-45f9-4291-9d3e-a52497cdea91)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 180 "Net-(RN7-Pad5)") (tstamp 7ddf1699-d6ad-4845-a07e-3473cde5e6f7)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 79 "/IO_Banks/IO_Buffer_A/Y3") (tstamp 485ee4d3-27de-4a80-88eb-91e13dbef2a5)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 145 "/IO_Banks/DA3") (tstamp 7ae39c29-5978-4de8-b0d8-d1c366a90b03)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 88070912-713c-4330-af62-557ab402d00d)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c18c2d4) - (at 100.1 85.7) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e41ce") - (attr smd) - (fp_text reference "U11" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 980b19d6-0b6e-4e93-8693-7a08045bf388) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp 7c2084e9-3b2e-4e85-bb04-4d1893a867c2) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 6a8b8413-8e59-4e68-a535-8f5e8b45f9c3) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97973004-ab59-4480-8ec1-1121dd7cf977)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c1bd5d9-fec6-47a5-aae3-ae852ddca055)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 327c7a09-4eab-4720-836f-192dc5a1409c)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9f7803b-2d1f-4d54-9314-0bb75d4d2a99)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2dc6e2fb-c613-4b10-8cd4-8c427cd8b3b9)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2e4cda97-bc29-413c-9d0e-c7b888cdcecd)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9aea78df-3dca-44b6-a4c7-387472e7d15c)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91660baf-326e-48a4-991d-b0cf8125a873)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a92045c5-4f45-4090-af92-e196e8719e05)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68b1cfb0-f603-4a17-a333-c498c12b2e4f)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42198247-7404-4437-9b4d-7a47b904f11e)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp a78d65ce-1ebe-48d4-902e-55f5beb03611)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 9f1c6574-d23a-419e-b919-1dc55a0404ca)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 182 "Net-(RN7-Pad7)") (tstamp 0e6865fe-4e04-44c2-874d-f26c6b58e9dd)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 77 "/IO_Banks/IO_Buffer_A/Y1") (tstamp c39275c1-7838-4ebf-8487-0dfef76f3fff)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 144 "/IO_Banks/DA1") (tstamp 5d1de36e-0591-465f-a55e-a456bc8d900f)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 6e9efc33-f983-4f3b-8a53-1b607511aaf7)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c193239) - (at 59 106 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34fd") - (attr smd) - (fp_text reference "R21" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 20ec6350-74a5-4d42-b316-fcebf33d4f1f) - ) - (fp_text value "6k8" (at 0 -0.7 -90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 7bcd2b39-3ed2-4d2c-8455-de5fcab07493) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 854c8829-725c-43a9-9fc5-c324d25b9b34) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dab29796-d6b3-4d2d-805f-0b5d2109d9de)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc83cf23-e446-4a86-a627-d51de5b41357)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5066ec9a-19df-47c4-8835-fbd519c75492)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d08ce24e-7717-4be5-87bb-ae091c6d4b8b)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bdd0b335-10a1-4a58-b644-8a502b93dd0b)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b0435ce7-bdba-4ce7-b15a-4c85a5fe1252)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62832516-11f1-4f5c-b685-8f41c44bdcd7)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c81031fb-1f04-4fac-8d59-ac8a1a81a15c)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 113 "/IO_Banks/U3") (tstamp 4bc86510-eacc-4743-bf0b-cadae3d7b4b3)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 55 "Net-(D8-Pad2)") (tstamp f9ff75f9-641a-49cb-8196-d4ed678570a7)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c1932ad) - (at 57 108) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34ad") - (attr smd) - (fp_text reference "D9" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 0a79db37-f1d9-40b1-a24d-8bdfb8f637e2) - ) - (fp_text value "PNK" (at -1.2 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 315d2b15-cfe6-4672-b3ad-24773f3df12c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 5641be26-f5e9-482f-8616-297f17f4eae2) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 93afd2e8-e16c-4e06-b872-cf0e624aee35)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a09cb1c4-cc63-49c7-a35f-4b80c3ba2217)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7df9ce6f-7f38-4582-a049-7f92faf1abc9)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 82907d2e-4560-49c2-9cfc-01b127317195)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab34b936-8ca5-4be1-8599-504cb86609fc)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80ace02d-cb21-4f08-bc25-572a9e56ff99)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a319d05-1a85-43fe-a179-ebcee7212a03)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be118b00-015b-445a-8fc5-7bf35350fda8)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48034820-9d25-4020-8e74-d44c1441e803)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8312cc4-6502-4783-b578-55c01e0393af)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45a58c23-3e6d-4df0-af01-6d5948b0075c)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd3da890-32ef-4a5a-aea4-e5d2141f1ff1)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 90d503cf-92b2-4120-a4b0-03a2eddde893)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 54 "Net-(D9-Pad2)") (tstamp 86143bb0-7899-4df8-b1df-baa3c0ac7889)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c193310) - (at 59 102 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34d0") - (attr smd) - (fp_text reference "R11" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 12d86e6a-3017-4551-9f6b-0f686bdbb6d8) - ) - (fp_text value "4k7" (at 0 -0.7 -90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 626b5ec8-8450-48aa-9676-e66ed01335de) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp fd050c79-bed7-4987-a57a-77020a3e1a94) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d5e7df5-7472-4dc8-a9fc-73987a422b16)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb3adeee-1a92-483a-ace7-e1ef71d12c76)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25657308-4817-4a2b-914f-6d67d6d1baac)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b5f68693-01fd-47c9-b617-85a6609e1dab)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbdd1bbf-3cd0-4ee4-887c-601a6f0db5ee)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24a6640c-c25f-456d-8c74-892f609dcf13)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5c104d3-89c9-4abc-a64e-c0025d27215c)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b61e78c1-958a-4345-a047-f6894dcd028d)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 105 "/IO_Banks/U1") (tstamp 7ab7b1db-1ff2-493f-8f9c-36792ad21c73)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 52 "Net-(D6-Pad2)") (tstamp bf1f6226-2275-4b86-9c1d-d63e3a6430dd)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c193364) - (at 57 104) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e349b") - (attr smd) - (fp_text reference "D7" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e3c3d042-f4c5-4fb1-a6b8-52aa1c14cc0e) - ) - (fp_text value "PNK" (at -1.2 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 8385d9f6-6997-423b-b38d-d0ab00c45f3f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 1a813eeb-ee58-4579-81e1-3f9a7227213c) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04d60995-4f82-4f17-8f82-2f27a0a779cc)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f44a349-1ba9-4965-b217-aa1589a07228)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f74eb612-4697-4cb4-afe4-9f94828b954d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40b38567-9d6a-4691-bccf-1b4dbe39957b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b45059f3-613f-4b7a-a70a-ed75a9e941e6)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 05e45f00-3c6b-4c0c-9ffb-3fe26fcda007)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2fb9964c-4cd4-4e81-b5e8-f78759d3adb5)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2001159-b6cb-4000-85f5-34f6c410920f)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 621c8eb9-ae87-439a-b350-badb5d559a5a)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb191df4-267d-4797-80dd-be346b8eeb99)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fab1abc4-c49d-4b88-8c7f-939d7feb7b6c)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72cc7949-68f8-4ef8-adcb-a65c1d042672)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp b754bfb3-a198-47be-8e7b-61bec885a5db)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 56 "Net-(D7-Pad2)") (tstamp 01109662-12b4-48a3-b68d-624008909c2a)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c1933e5) - (at 57 110) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34b6") - (attr smd) - (fp_text reference "D10" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 4d51bc15-1f84-46be-8e16-e836b10f854e) - ) - (fp_text value "BLU" (at -1.2 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp cd48b13f-c989-4ac1-a7f0-053afcd77527) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 2f5467a7-bd49-433c-92f2-60a842e66f7b) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7114de55-86d9-46c1-a412-07f5eb895435)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f879c0e8-5893-4eb4-8e59-2292a632100f)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29cd9e70-9b68-44f7-96b2-fe993c246832)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7376da1-2f59-4570-81e8-46fca0289df0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 750e60a2-e808-4253-8275-b79930fb2714)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10fa1a8c-62cb-4b8f-b916-b18d737ff71b)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e18f8b3-9e1a-4022-9224-10c12ca8a28d)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47484446-e64c-4a82-88af-15de92cf6ad4)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd5f7736-b8aa-44f2-a044-e514d63d48f3)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5206328f-de7d-41ba-bad8-f1768b7701cb)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f33286e-7553-4442-acf0-23c61fcd6ab0)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e1d63b8-5189-41bb-8b6a-c4ada546b2d5)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 71aa3829-956e-4ff9-af3f-b06e50ab2b5a)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 53 "Net-(D10-Pad2)") (tstamp 41524d81-a7f7-45af-a8c6-15609b68d1fd)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c19427b) - (at 125.3 81.4 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005b08bf5d") - (attr smd) - (fp_text reference "R18" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp f75bced6-245a-490c-a39b-3a0d1b65c852) - ) - (fp_text value "10k" (at 0 0.7 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 38134ebd-0595-4638-9fc3-f48d527bf8a2) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 79554df7-9d43-44f1-8fa6-0ceeb5d746bd) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b52fd3a8-77a9-486e-9d72-e8640bb775c2)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21b4b02d-73c0-4ae0-b147-e60dae395da4)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2cfd8b65-c57f-44e9-b75d-735b42146491)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3e7f16d-a250-4de7-87e5-9bc710a55c24)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c14e0e25-addb-4acf-be94-fc826be74200)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68d357fe-ef13-4a8c-b5b7-37c38f47c25e)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe6381fb-e684-46de-8891-ee7b19da70c7)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e56433f-8047-4182-a23d-dde6a3760eda)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 45 "/ENVA") (tstamp 45a58a3c-0ae3-4319-9136-f718ae1af278)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 47f8e668-273a-44f0-a487-9421f049d27f)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:PinSocket_1x08_P1.27mm_Vertical_DNP" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c19cb57) - (at 116.7 103.42 -90) - (descr "Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x08 1.27mm single row DNP") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005db11458") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "J7" (at 0 -2.135 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 966ee9ec-860e-45bb-af89-30bda72b2032) - ) - (fp_text value "Conn_01x08" (at 0 11.025 90) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 83184391-76ed-44f0-8cd0-01f89f157bdb) - ) - (fp_text user "${REFERENCE}" (at 0 4.445) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 49b5f540-e128-4e08-bb09-f321f8e64056) - ) - (fp_line (start -1.8 -1.15) (end 1.75 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5576cd03-3bad-40c5-9316-1d286895d52a)) - (fp_line (start -1.8 10.05) (end -1.8 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db6412d3-e6c3-4bdd-abf4-a8f55d56df31)) - (fp_line (start 1.75 -1.15) (end 1.75 10.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51cc007a-3378-4ce3-909c-71e94822f8d1)) - (fp_line (start 1.75 10.05) (end -1.8 10.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96ef76a5-90c3-4767-98ba-2b61887e28d3)) - (fp_line (start -1.27 -0.635) (end 0.635 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a1a39fc-8030-4c93-9d9c-d79ba6824099)) - (fp_line (start -1.27 9.525) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1cacb878-9da4-41fc-aa80-018bc841e19a)) - (fp_line (start 0.635 -0.635) (end 1.27 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1de61170-5337-44c5-ba28-bd477db4bff1)) - (fp_line (start 1.27 0) (end 1.27 9.525) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa23bfe3-454b-4a2b-bfe1-101c747eb84e)) - (fp_line (start 1.27 9.525) (end -1.27 9.525) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ce9470f-5633-41bf-89ac-74a810939893)) - (pad "1" thru_hole circle (at 0 0 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 216 "/IO_Banks/IO_Buffer_B/P0") (tstamp dd70858b-2f9a-4b3f-9af5-ead3a9ba57e9)) - (pad "2" thru_hole oval (at 0 1.27 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 215 "/IO_Banks/IO_Buffer_B/P1") (tstamp 000b46d6-b833-4804-8f56-56d539f76d09)) - (pad "3" thru_hole oval (at 0 2.54 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 214 "/IO_Banks/IO_Buffer_B/P2") (tstamp ceb12634-32ca-4cbf-9ff5-5e8b53ab18ad)) - (pad "4" thru_hole oval (at 0 3.81 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 213 "/IO_Banks/IO_Buffer_B/P3") (tstamp 113ffcdf-4c54-4e37-81dc-f91efa934ba7)) - (pad "5" thru_hole oval (at 0 5.08 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 212 "/IO_Banks/IO_Buffer_B/P4") (tstamp c7cd39db-931a-4d86-96b8-57e6b39f58f9)) - (pad "6" thru_hole oval (at 0 6.35 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 211 "/IO_Banks/IO_Buffer_B/P5") (tstamp 2102c637-9f11-48f1-aae6-b4139dc22be2)) - (pad "7" thru_hole oval (at 0 7.62 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 210 "/IO_Banks/IO_Buffer_B/P6") (tstamp 3f2a6679-91d7-4b6c-bf5c-c4d5abb2bc44)) - (pad "8" thru_hole oval (at 0 8.89 270) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 209 "/IO_Banks/IO_Buffer_B/P7") (tstamp 272c2a78-b5f5-4b61-aed3-ec69e0e92729)) - ) - - (footprint "Glasgow:SOT-23-5" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c19d092) - (at 123.3 101.2) - (descr "5-pin SOT23 package") - (tags "SOT-23-5") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b047dc9") - (attr smd) - (fp_text reference "U14" (at 0 0 270) (layer "F.SilkS") hide - (effects (font (size 0.7 0.7) (thickness 0.15))) - (tstamp f9f43e84-340b-4af7-8310-0549b26e116e) - ) - (fp_text value "TPS73101DBV" (at -1.2 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp df586b02-02b3-429d-a0c0-fe4a87110a37) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp b6c83280-9de8-48fe-abf6-b38751f1f93a) - ) - (fp_line (start -0.9 1.61) (end 0.9 1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d227fc0c-bf2f-4fed-b7fc-74a4cfce6442)) - (fp_line (start 0.9 -1.61) (end -1.55 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bd5b512-af4d-43db-aa46-0fc231d1db36)) - (fp_line (start -1.9 -1.8) (end 1.9 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29440566-f617-45c7-8f5f-efafe2f0d24b)) - (fp_line (start -1.9 1.8) (end -1.9 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp faea1312-325a-42de-ac79-3fa8abc809f3)) - (fp_line (start 1.9 -1.8) (end 1.9 1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27785605-ef8c-4fa7-8f40-8dba236a9cba)) - (fp_line (start 1.9 1.8) (end -1.9 1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97660885-3db5-4ad6-a54d-91f2fd79e84a)) - (fp_line (start -0.9 -0.9) (end -0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0df6109b-09d2-45fb-ae96-95a5ff5e96e3)) - (fp_line (start -0.9 -0.9) (end -0.25 -1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7cb4adc7-e689-43cd-a738-0ba18c62365e)) - (fp_line (start 0.9 -1.55) (end -0.25 -1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01f8b511-43b6-4be5-9a9b-f237d246e930)) - (fp_line (start 0.9 -1.55) (end 0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9aba9eaa-06af-4d38-b822-b427891cc96f)) - (fp_line (start 0.9 1.55) (end -0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b74bf39-a850-41ab-80d6-abe0d70218a3)) - (pad "1" smd roundrect (at -1.1 -0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "+5V") (tstamp 137b3fef-8b87-4da9-a1e4-8bcd4c388b4b)) - (pad "2" smd roundrect (at -1.1 0) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 7087eb60-8768-46f6-a30a-c818144536a3)) - (pad "3" smd roundrect (at -1.1 0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 195 "/IO_Banks/IO_Buffer_B/VIO_EN") (tstamp d7bfc8f5-b2ce-497c-9380-8c2afa187a14)) - (pad "4" smd roundrect (at 1.1 0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 157 "/IO_Banks/IO_Buffer_B/VFB") (tstamp 9ee7ef3c-98e3-451b-9ca1-8bc26f368a03)) - (pad "5" smd roundrect (at 1.1 -0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 200 "Net-(R6-Pad1)") (tstamp 4f0dfebc-e7f6-45a5-9f1e-4a46e29fdb26)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c19f505) - (at 107.9 101.4 180) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005de2f032") - (attr smd) - (fp_text reference "C29" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 2a78e7b6-f2ac-4df8-839a-744e896c13f8) - ) - (fp_text value "u1" (at -1 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 4a1cfed3-30cf-4c54-9500-d2ce3443bf5d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 61883613-061e-4067-9ab0-38640276cb65) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ccc541eb-5a09-4582-af39-bd9fa3d454f7)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8715f141-d743-43b2-ada1-88f322ec6115)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d188f1a0-ade4-4d69-ae1e-541e00700f3a)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 93f0c4e8-9d67-428c-9664-8fa4164531ef)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 101cf0e0-bff1-4683-8835-f5664c549143)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4e2b28f-5b19-4d32-91bd-2099770d0ca1)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04748a16-5476-4809-b159-9184ff58426c)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c24d40b-c736-4f1e-ba7b-5b05f603e868)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 394ee05a-f63c-4046-8f7d-aa3eeeff066d)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 5ebea71b-f639-417d-b6fc-be1cb769bb6f)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c1ad02d) - (at 126.2 103.6) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b058ab5") - (attr smd) - (fp_text reference "C46" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 59b42903-2dc7-4011-ab5b-d7b81bd233c3) - ) - (fp_text value "u1" (at 1 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 56f7eae0-0597-47f4-93b5-2f63bf3c7b84) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp e82a6e2d-1a74-4e83-87b6-27ce032478fa) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33f197c7-472d-407b-a7c3-ca5bf645861f)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a7f232f-ace6-406f-b920-9b02082b4d0d)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07a6c6d8-e1c1-4f8f-af69-dfa81e0f4ba2)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd10163f-a041-4080-beea-991cfe918582)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8090f862-f6f6-4854-a7a7-f2ef12b13e56)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bfb1d728-5367-4e16-a311-9bc76f3c8670)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a34034d-827a-48d2-9ea5-ae8128e3a135)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f882fe15-e202-4444-a6f6-575412f1c9a6)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp a062f88f-2948-4763-b6d1-5678e6b9e205)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 26820f5c-8822-4371-879b-2c5fdeb709c6)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c1ad1ee) - (at 125.1 109.6 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005b0699a3") - (attr smd) - (fp_text reference "R19" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 81426942-03df-4d35-9d29-ababe5398c8c) - ) - (fp_text value "10k" (at 0 -0.7 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e257d839-8586-48e5-b48a-72d334801100) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 6140af20-22e4-48ac-a2b4-7233783628c2) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be98d2a2-7d36-4a73-94b3-c73f117673cd)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f30fcbb-b329-4f41-9ecf-e9563f7bad41)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 526683c3-f134-41ff-ac4d-d8bc5c0aa2ec)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52f9f752-d599-45aa-84e7-067d4712d497)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c2af6e8-53b1-4c0a-8172-d4614319b889)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 296e8eb3-22ac-4c85-9e99-1eac29f38629)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e38d9802-657c-44db-bd21-c8ec795ba204)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7731824d-e3dc-4461-9a60-8c20750c0ce5)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 44 "/ENVB") (tstamp f2a31fe7-1ac8-4e74-a762-4fe4d4432d0c)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 0fc0af60-7c5e-465c-98a4-0c40535accc6)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c1b52ec) - (at 100.1 94.1) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e426d") - (attr smd) - (fp_text reference "U18" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 4ea989fb-9cda-4210-89d1-fe153727e40c) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp f64aa569-ea55-4736-9c96-3bfc2b30ccbd) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 64272f01-95d4-4c13-ba7c-3f30a36f0035) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f157df02-fcb0-4ae7-85ca-bfc4444eda90)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c0eb397c-0f0a-48f2-a4a7-a39c38857565)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3dab665-64fc-433e-8a62-3743b891ab83)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ea92114-4add-4ede-abc4-5938831a4fe1)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62faf466-a5e1-4997-954a-e3f3f47e0a99)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8cd8d6bd-0601-49fc-9009-a437af9b27c1)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d4ec9d6-b4f1-4935-a655-c469bc01feb9)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 206ace7c-6dae-4c64-b30f-758119e57387)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cfa277c-b6f4-4575-8b74-ea83242e8813)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7afec855-ed33-4dd1-8a74-3d2203c81740)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 791f08b2-190f-425b-84e1-3aec99a46611)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 407396c7-a5e2-4ecf-b616-5f9c7dafa52b)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 633a5fce-b259-449f-9fbe-80229fc70017)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 183 "Net-(RN8-Pad5)") (tstamp e873deca-9d09-405a-95a4-80d6995b5991)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 75 "/IO_Banks/IO_Buffer_A/Y7") (tstamp 31e8e591-b069-4d14-81fb-1e93e03fe645)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 147 "/IO_Banks/DA7") (tstamp 58b8f6af-04ea-4eb0-addd-d814725f2fe4)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 564f1f04-6ff3-46a0-97e8-50ef7acc139d)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_0402_1005Metric_DNP" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c1c5e79) - (at 70.6 113.8 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor DNP") - (path "/00000000-0000-0000-0000-00005cdc036d") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "R40" (at 0 -1.17 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f66bb685-9833-454c-bf31-b96598f50347) - ) - (fp_text value "DNP" (at 0 0.7 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 56f0a67a-a93a-477a-9778-70fe2cfeeb5a) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 5f059fcf-8990-4db3-9058-7f232d9600e1) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7ac1ccc5-26c5-4b73-8425-7bbec927bf24)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26296271-780a-4da9-8e69-910d9240bca1)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e29e8d7d-cee8-47d4-8444-1d7032daf03c)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a819bf9a-0c8b-443a-b488-e5f1395d77ad)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96ee9b8e-4543-4639-b9ea-44b8baaaf94e)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bab3431c-ede6-417b-8033-763748a11a9f)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 173fd4a7-b485-4e9d-8724-470865466784)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a7e7b16-fc7c-4e64-9ace-48cc78112437)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) - (net 160 "Net-(R40-Pad1)") (tstamp d8f24303-7e52-49a9-9e82-8d60c3aaa009)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 6a25c4e1-7129-430c-892b-6eecb6ffdb47)) - ) - - (footprint "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005c58b6f8) - (at 112.7 92.2) - (descr "TSSOP, 16 Pin (JEDEC MO-153 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "TSSOP SO") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005bf6e34e") - (attr smd) - (fp_text reference "U19" (at 0 0 180) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp bea25862-abba-489f-bceb-f737bbb678c5) - ) - (fp_text value "PCA6408APW" (at -0.1 2.1) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 4ce03590-e0e1-4703-b46c-7b385c2aeba2) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ca48b8c9-42a1-436b-92cc-1c6a5ab062ae) - ) - (fp_line (start 0 -2.735) (end -3.6 -2.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 52a1d204-b22e-4db5-8d92-714309c2afa6)) - (fp_line (start 0 -2.735) (end 2.2 -2.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6793a3ff-08b6-42e1-b9fd-e5b5d7259e5d)) - (fp_line (start 0 2.735) (end -2.2 2.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4c4d437-bfda-443b-b6ba-40a4fa35f626)) - (fp_line (start 0 2.735) (end 2.2 2.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3154fe1e-b45f-4d3b-8bab-828e398110b6)) - (fp_line (start -3.85 -2.75) (end -3.85 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c706a30-a30f-400b-bdc7-8a33c80e630b)) - (fp_line (start -3.85 2.75) (end 3.85 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d384d600-b3e0-4fe0-b0f2-7b0b50bd1c21)) - (fp_line (start 3.85 -2.75) (end -3.85 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f294a229-6752-4bf0-afcf-4e666738928a)) - (fp_line (start 3.85 2.75) (end 3.85 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b9a3805-90b0-44a6-a86e-5b6c07ff9037)) - (fp_line (start -2.2 -1.5) (end -1.2 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4583b099-356b-4a04-b729-523bb48053d4)) - (fp_line (start -2.2 2.5) (end -2.2 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c480991-e59f-463a-a3ee-fd8cbf828098)) - (fp_line (start -1.2 -2.5) (end 2.2 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ea184c9-73d1-4b8a-8896-3886b45cbf01)) - (fp_line (start 2.2 -2.5) (end 2.2 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3adffa25-31fb-4382-82fd-edd96b480895)) - (fp_line (start 2.2 2.5) (end -2.2 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94948756-7c1a-45cf-a5a0-6bfd584eaefe)) - (pad "1" smd roundrect (at -2.8625 -2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp db076b15-ed3c-497e-91a0-4c967b3f7f23)) - (pad "2" smd roundrect (at -2.8625 -1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 98f7a6a3-ac69-4163-be23-0a2022dda0b0)) - (pad "3" smd roundrect (at -2.8625 -0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 161 "Net-(R37-Pad1)") (tstamp 18ca81dd-94c5-4d8f-956e-df7c87fd0b93)) - (pad "4" smd roundrect (at -2.8625 -0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 224 "/IO_Banks/IO_Buffer_A/P0") (tstamp 911aa946-11a4-4082-a79a-bc4f1c265350)) - (pad "5" smd roundrect (at -2.8625 0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 223 "/IO_Banks/IO_Buffer_A/P1") (tstamp 971da4aa-7a1c-47f1-a56d-06807cbf9be9)) - (pad "6" smd roundrect (at -2.8625 0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 222 "/IO_Banks/IO_Buffer_A/P2") (tstamp e30fb371-7146-4845-9860-595357c2a1b2)) - (pad "7" smd roundrect (at -2.8625 1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 221 "/IO_Banks/IO_Buffer_A/P3") (tstamp e45fe090-bc92-4bd8-84a2-e503098da63b)) - (pad "8" smd roundrect (at -2.8625 2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp d67f868d-53f9-4bb4-bd2c-92ef211808ff)) - (pad "9" smd roundrect (at 2.8625 2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 220 "/IO_Banks/IO_Buffer_A/P4") (tstamp f36d557b-f4f0-40bb-affa-1654c552b6a6)) - (pad "10" smd roundrect (at 2.8625 1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 219 "/IO_Banks/IO_Buffer_A/P5") (tstamp f4c296cd-7bdd-4b60-9028-ba2456db2135)) - (pad "11" smd roundrect (at 2.8625 0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 218 "/IO_Banks/IO_Buffer_A/P6") (tstamp ef9e2014-f971-4117-ab40-0672621efad5)) - (pad "12" smd roundrect (at 2.8625 0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 217 "/IO_Banks/IO_Buffer_A/P7") (tstamp 74af2b77-c1c9-4eae-bff8-96bc046b8c06)) - (pad "13" smd roundrect (at 2.8625 -0.325) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 2d1af4b2-022f-4455-819b-78883658e880)) - (pad "14" smd roundrect (at 2.8625 -0.975) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "/SCL") (tstamp 9d98d134-0903-4480-ac01-2f2837a27307)) - (pad "15" smd roundrect (at 2.8625 -1.625) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/SDA") (tstamp 572bf966-40b4-4074-84f8-0470619143e0)) - (pad "16" smd roundrect (at 2.8625 -2.275) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 79c29df9-918f-4473-b11b-3fedd120bff2)) - (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-16_4.4x5mm_P0.65mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca4bd14) - (at 103 96.75 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cbf658e") - (attr smd) - (fp_text reference "R39" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp f0ad63ea-1ab9-4134-81c2-eb508b42ee41) - ) - (fp_text value "47R" (at -0.05 -0.8 270) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 0721f147-3ec4-43cf-9f27-709ea322fb67) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 32d0a9c3-e885-4b75-a829-8b912e45dfaa) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8589e00-0483-400e-942d-568ea8cb1ed7)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a199448e-aaff-46f6-b21d-e01219dfab4b)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11f13304-bd4b-4b91-bb72-2e84ab0b85a5)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 32126f38-74e0-48e9-8055-092c94173587)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 466ef885-12bc-4564-b8f6-796484be711c)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab8e2811-db35-4b77-9a03-4dc781cfe928)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1bb09192-a617-4d89-aa89-2f67303cf870)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4d79b65-a8e9-4444-a42a-afc59dad5c4c)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 167 "Net-(D12-Pad1)") (tstamp 756c4d9d-af44-437f-a135-c09675b4bdd2)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 164 "Net-(R39-Pad2)") (tstamp b25edb9d-bb03-4e75-a40b-623ddd163e24)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca4fe0a) - (at 103 94.9 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cbf65f8") - (attr smd) - (fp_text reference "R43" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp bc67e8e3-b72d-401c-a508-235d91d69b71) - ) - (fp_text value "47R" (at 0 0.8 -90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e5e86bc8-314d-423c-9f02-0d544472aacf) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 0851a28a-072d-4eb8-9eb6-9182523e5197) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5778953d-c3f1-4eab-88e0-47485d04ab27)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76027acc-26e3-449a-ac06-42967bcb2137)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 067fb9a1-5278-4e90-ad48-93993d2ed931)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2efb1d28-ca19-43e0-bfcb-4ebd8e6a220b)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c3da690-2fa9-46db-8a28-a3110e00961e)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e8df529-8d47-4e77-865b-b182783e5fc5)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3510a739-668e-4f11-83a1-6481b757b3f0)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91ab3f4d-d809-4607-a1fa-cd4bd6a0726c)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 168 "Net-(D13-Pad1)") (tstamp 5eed351f-98f5-471e-9233-df27873867e0)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 165 "Net-(R43-Pad2)") (tstamp d4d1bd68-a9e6-402c-9443-93b1d7dcbad3)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca5f9b4) - (at 100.1 102.5) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e4238") - (attr smd) - (fp_text reference "U28" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp cb65e3b7-af7c-4e91-bec7-ee202fea2815) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp 6f9f8538-0b96-4eb3-a978-1c7439c0e8bf) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp e62f9cc5-f046-442e-9360-e5ca54404aa5) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b908b981-26a7-43ab-bb19-96137e6f2a5a)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2551b77-8cbc-4e7a-af3b-fc16fb61dc91)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2733a655-db42-498b-a705-184e4fe256a3)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5006a2d1-be56-41dc-888f-67fb86bea03b)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7d17bac-1e38-46d5-a98a-e0926b878e04)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d05ca12a-32d4-4c55-95ec-69bfada58ba7)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 838ac53b-3ec1-4b97-9af6-c64a64ade18e)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29ec1054-96e5-4371-8fe7-f31c027b27f9)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b6b0ef8-cb49-4806-a385-9d93130ffdc0)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp caaf1f33-3031-4927-a17d-4cf530ad7fd5)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 393f0e56-c2d5-4ea4-8463-50265bc94d2d)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp bc234a96-8e81-44f9-b2e6-4514c92af46f)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 7a6f4622-4213-4c81-84d2-b9b224d2a864)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 179 "Net-(RN2-Pad7)") (tstamp 5e066231-f8d2-43bf-bff3-80c6fb0c9c86)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 65 "/IO_Banks/IO_Buffer_B/Y5") (tstamp f86cba30-221c-4482-a722-9565a7604bea)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 153 "/IO_Banks/DB5") (tstamp 61dc775a-14c7-4cce-be48-c5d6e8045697)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 6640c556-30bc-4fc7-a797-35ec65cf0f77)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca5fb4b) - (at 96.1 99.7) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4abdd7") - (attr smd) - (fp_text reference "U23" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 70b4eaa4-61ff-4379-b06d-623ca05164b1) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp e1e9dd9e-df2b-4b75-b02e-38146938802b) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 7c2c7978-0926-492c-8e3d-93ac33c3f226) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adda719e-cc0a-4a85-b429-67f8b39774f5)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aaf14fa5-bc5e-4b91-b0fb-212df5ce1861)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51153875-01b9-46f2-8b14-6306c8586588)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 622fea85-fc3a-49dd-a4af-3bfd36c6693d)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38f1f681-d503-49fe-ab87-4225bebb7b32)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 494350ab-d17d-4de3-8b96-f15451154d6a)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae113a97-dd90-42bf-96ea-bb92e7431ac6)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 279cd597-6735-4af4-af86-33cfd2693447)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e65c2eb9-e95a-44ea-ab2b-9e65a76fb5f9)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b39d7b4a-582f-449b-82fa-4a80df318fb1)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e955124-6939-410c-81be-086896fd0cd7)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp ea84d6c1-7995-47e1-9817-9e2e1b9b4529)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 15b3207d-6547-4224-a45d-823705a30761)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 174 "Net-(RN1-Pad6)") (tstamp 5daca09e-60a3-4181-a1f0-19c5300b582a)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 62 "/IO_Banks/IO_Buffer_B/Y2") (tstamp e8be39d5-6d33-44d1-b22d-658056cfaa92)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 156 "/IO_Banks/DB2") (tstamp 314fcc6b-e3a4-4081-8c91-6170b707f3b4)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 899f4c1a-985b-472e-a9b0-465d356ef34c)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005caa2b14) - (at 117.515 101.6) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005ca6f3da") - (attr smd) - (fp_text reference "C22" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp ce5b66e8-b710-4452-b68c-9cd786041b99) - ) - (fp_text value "u1" (at 0 -0.6) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp ac02b2f8-c056-4302-8a70-922401ce745e) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 9c3944cd-af5e-4177-a216-36500543154a) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d545362-a0a6-4087-a172-801b8cc16e9c)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ebcc9974-0863-4467-b1f2-b125d31c0229)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4b80a0c2-a6b8-4a3a-946d-9c751151a81a)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af955edb-4849-4b65-b9d3-15c31dc09130)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7764b1a7-b9be-4d0c-ae2b-ec64c2b9ca7c)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e94c8831-dc7c-42f3-8bce-1f08d86449eb)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0914afec-b28e-4607-a61c-87317a658cd3)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7d0284b-26f3-46a0-a20a-63616420e27a)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 599d37bf-e5d7-4e62-88ce-3397cea01f7d)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp aebfe24b-377d-4164-95d2-c4d0c36a345c)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cabb4bb) - (at 86.35 107.65 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cb2b53c") - (attr smd) - (fp_text reference "R44" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 9e0599fe-97ee-4f13-a349-762a8f42c861) - ) - (fp_text value "10k" (at 1.25 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 396b75b5-8301-434d-a10a-ad2aa7eccc47) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp b5e42dbc-1969-4137-a800-eaea7a44fee4) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4c70c0e-f519-4592-adc2-f00b1054ec15)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 415e1f95-00fc-414f-b0b4-01c34224fbe9)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81d72d8d-724d-4c93-8ab9-b3c57fbafb28)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1074f14-d9b1-488c-9ce1-52a2bed8b998)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d51710a-5034-4125-a1c4-2645789501a1)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0697cf2d-5bde-4d22-b531-1987bc5be453)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97c3dd92-a207-4078-9546-dd9a0d177665)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a396d2f-1519-47b1-a6f7-3489c517a4a7)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 159 "/IO_Banks/~{SYNC}") (tstamp b84cd507-81d3-4b97-84f4-ffd2f1f1857e)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp acd3eed8-82ea-477a-b50a-3a7848551491)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cacc73f) - (at 117.5 100.4) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005cc4e0e7") - (attr smd) - (fp_text reference "R36" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 9f7ebdbd-7042-4071-80c3-7ab04fac5b31) - ) - (fp_text value "10k" (at 0 -0.6) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 1f9baa42-e71d-4974-9dd7-8602eb2c7b95) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp b2548ee7-dffa-4a08-870e-385a03c52553) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bf13312f-ada2-417f-977f-b72906fe6e82)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ff96613-5ef2-4d3b-a3d6-dd6f490d1fbe)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88b744be-f31d-4958-bcaf-424b08bdf839)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e83da059-e1d8-4d98-9aca-6ae561b9b284)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cabb84ba-f7b2-4006-92c2-32649fbfe01f)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 41b2f027-a9f8-44ee-9a65-3f24b6354ad8)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45428425-fb0f-4d83-8cf8-877871e2f14c)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00df8845-5d76-4522-b8f0-b23c28656080)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 162 "Net-(R36-Pad1)") (tstamp 0778d228-2b23-458f-a853-33dfe5d5d4fb)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 1819c0cd-3f0e-40a5-b093-f1bbee1c4b62)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cacc852) - (at 107.9 100.5) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005c5d4477") - (attr smd) - (fp_text reference "R41" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp e891b433-8f8c-451a-9a1f-eebc6bd34030) - ) - (fp_text value "2k2" (at 1.2 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp f5eefedd-0db6-4b1a-9794-8335a9efcb3e) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 4efbfedb-0d6a-488e-863f-1beaaa36ba93) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bb1372f-fe7c-4101-958b-6333cd082f96)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2822bca8-30aa-4ab2-8bfe-35bd6bca2a80)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02255283-2707-4e92-96ff-96f5779d9534)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 320090ba-4f6a-4f98-be3a-019d4a87b84a)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7345a5a6-65ff-44a1-addd-120a34bb25dc)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c31fb822-2ed0-43a7-a405-1e3d0205cd17)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb9a0309-9ad7-454e-b1f6-0754790b2de6)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e92d65f-aa92-43fa-b45b-e0f93a36117e)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 8b92f201-07d8-4821-a7c1-053fe8198e60)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp da3e179c-c09f-419b-8a15-09fcdbadff32)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cad0a6f) - (at 108.35 90.35 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005ca6f3da") - (attr smd) - (fp_text reference "C84" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 6a20c84c-a6b5-42cd-8ff2-4f58202ed23a) - ) - (fp_text value "u1" (at 0 0.65 -90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 8f208eed-0d52-4843-b906-b6076007522e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 17e5b642-051d-4e1e-b1cb-f47871102246) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1d86bdd-caf2-4592-8051-deda04e358cb)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e3c508c-caf1-4a10-bd28-1d0b6eea77c8)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66038996-a46c-4850-9f62-775499845652)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd4a54b8-ae25-452f-9cac-4f606f47831d)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c241c652-c35f-4701-94ad-a6100be927fd)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2bd6b25f-a519-4224-8dd9-2e42d262ce2e)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c85ef790-7bde-464c-8cf2-1f387f0eb910)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8db99888-6384-4a2a-acc0-44d300fa62c8)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 87fb4618-ffba-4098-894c-2a108e97e5a6)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp d0e004d1-b1b1-462b-bad1-8511c9cab91d)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cad171b) - (at 120.9 100.7 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005ad9c9d7") - (attr smd) - (fp_text reference "C45" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 03493525-9e42-4edf-a568-7919892a473f) - ) - (fp_text value "u1" (at -0.9 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 053c8083-a9af-4404-9cbb-5f2f2c004e29) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 538ab23b-56dc-41b1-84f0-d71d488e9061) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3e774d4-dedc-494a-89d3-3634a87fe5fb)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 309cce7c-76a5-40f7-bf52-1289c4234f67)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7dfadc2c-0002-4536-9a16-40d98cd244d0)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5c7abb9-628b-4db0-9244-e209be576760)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a1ee4ae-e660-49f2-995b-2f9e786a47d2)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81b0798c-3dcf-44aa-bdff-27c7582e7f35)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7d36348-4d86-4887-8ce8-77f3dc661022)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b710c32-5910-4fb5-8e24-08ea454479d9)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "+5V") (tstamp a5447a5a-3f78-463f-92b3-8019d9cbd4f4)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp b4877e61-d908-4a92-9ac0-5dfa5a23f7e8)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cad943a) - (at 112.7 98.8 180) - (descr "TSSOP, 16 Pin (JEDEC MO-153 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "TSSOP SO") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005bf6e34e") - (attr smd) - (fp_text reference "U5" (at 0 0 180) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp 278f19a2-5733-4692-9e34-9325919f9eaf) - ) - (fp_text value "PCA6408APW" (at 0 2.1 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp d9e4bb90-e4df-4aae-93aa-3267aceb0fcc) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9ab92207-1da7-4613-a632-d3972813f57b) - ) - (fp_line (start 0 -2.735) (end -3.6 -2.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f352e561-93ae-4eda-af14-a930a36aa74a)) - (fp_line (start 0 -2.735) (end 2.2 -2.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce5b0dfe-37f0-4d1b-9f56-10ae411d36e6)) - (fp_line (start 0 2.735) (end -2.2 2.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 875855ef-0e49-4c33-b3c6-eba229f835d9)) - (fp_line (start 0 2.735) (end 2.2 2.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 818111a6-1429-497e-b8d7-f2616a7ec373)) - (fp_line (start -3.85 -2.75) (end -3.85 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53906e9b-fef0-4118-8258-7632423cbac6)) - (fp_line (start -3.85 2.75) (end 3.85 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 951ff854-9b87-48ab-8827-7adbe6fee82c)) - (fp_line (start 3.85 -2.75) (end -3.85 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cc0d10d-dc8b-4db1-81e5-cf2206998221)) - (fp_line (start 3.85 2.75) (end 3.85 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c970f863-2eeb-4363-945c-2275a112fd4c)) - (fp_line (start -2.2 -1.5) (end -1.2 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bccbd24-4903-4ab1-b103-73c4cb552b83)) - (fp_line (start -2.2 2.5) (end -2.2 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90dc18a7-d136-49c5-aca7-9f578dd2dde7)) - (fp_line (start -1.2 -2.5) (end 2.2 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c8413d4-dc71-4cd7-a62e-95ffe5554e70)) - (fp_line (start 2.2 -2.5) (end 2.2 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d2bfb75-3655-468a-99b3-1689c86cc127)) - (fp_line (start 2.2 2.5) (end -2.2 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b40f7e0e-63a8-4843-8bd1-9c6ba9993089)) - (pad "1" smd roundrect (at -2.8625 -2.275 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp dbd136bb-61c9-4567-9827-33a734e5ddcc)) - (pad "2" smd roundrect (at -2.8625 -1.625 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 02b7dc0f-ae19-4a97-a2ae-2d27bb773810)) - (pad "3" smd roundrect (at -2.8625 -0.975 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 162 "Net-(R36-Pad1)") (tstamp eb8672c1-01f2-4628-93ed-ee7e8695390b)) - (pad "4" smd roundrect (at -2.8625 -0.325 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 216 "/IO_Banks/IO_Buffer_B/P0") (tstamp 00036662-fa99-4284-af32-cf49578c390a)) - (pad "5" smd roundrect (at -2.8625 0.325 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 215 "/IO_Banks/IO_Buffer_B/P1") (tstamp 7cb6b52f-a428-4a6e-b5b7-84f253789f4d)) - (pad "6" smd roundrect (at -2.8625 0.975 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 214 "/IO_Banks/IO_Buffer_B/P2") (tstamp 0206e765-825a-4e51-9371-9f239143e77c)) - (pad "7" smd roundrect (at -2.8625 1.625 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 213 "/IO_Banks/IO_Buffer_B/P3") (tstamp 0366978a-3e89-4bad-abec-cf07fade1137)) - (pad "8" smd roundrect (at -2.8625 2.275 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp c638678c-430a-49cf-a0d4-86651f3fbb2f)) - (pad "9" smd roundrect (at 2.8625 2.275 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 212 "/IO_Banks/IO_Buffer_B/P4") (tstamp ff54cdc2-4b40-4994-8140-ac296a31bdc0)) - (pad "10" smd roundrect (at 2.8625 1.625 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 211 "/IO_Banks/IO_Buffer_B/P5") (tstamp df68d577-4fdb-42a9-a618-f997c5cb205b)) - (pad "11" smd roundrect (at 2.8625 0.975 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 210 "/IO_Banks/IO_Buffer_B/P6") (tstamp 5e79d815-3e66-452c-bc9d-447f9c537736)) - (pad "12" smd roundrect (at 2.8625 0.325 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 209 "/IO_Banks/IO_Buffer_B/P7") (tstamp 45d6e2c6-b846-4a31-b2e4-41223b271484)) - (pad "13" smd roundrect (at 2.8625 -0.325 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp b9f93fb3-7ced-4059-90cb-aad416d993c2)) - (pad "14" smd roundrect (at 2.8625 -0.975 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "/SCL") (tstamp 11a85d83-ca23-4a66-9a7a-3b010acc3da7)) - (pad "15" smd roundrect (at 2.8625 -1.625 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/SDA") (tstamp f178515b-b448-485d-b4f3-17f976e8a7a0)) - (pad "16" smd roundrect (at 2.8625 -2.275 180) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 40480825-a2e7-4339-bc0c-57c639418bad)) - (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-16_4.4x5mm_P0.65mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cad9532) - (at 117.5 90.5 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005c5d4477") - (attr smd) - (fp_text reference "R42" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp c6eee1a5-ce5b-4b65-a757-42b9a373c5f9) - ) - (fp_text value "2k2" (at 1.2 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp de164944-e0ff-4245-95cd-3a1fe8a54ea1) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 9cab9706-7505-4908-9c2c-bcf939504758) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50bd7bc6-2aea-4db8-83b6-a1bb3ebfc448)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5f147dbc-8839-4259-84a6-550f161d5db4)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f12d2856-5cdd-423a-969e-209ea0a827b0)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 05499e26-93dd-42aa-90e2-fbaa7c4c234f)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3487a00e-b4f8-4ca1-aade-63cba41672f2)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5825cc6-95a9-4e27-8336-4f8229fc1924)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c1b22e6-07d6-40b5-ba5a-538b240bceca)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3afd1f3a-79a1-4f2e-8317-5e77dc8ad7fc)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 4fdb0b3e-8025-4e8e-9fb5-a8e68093e6f0)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 9c47c972-bf4c-469f-9943-1310ab7b1641)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cad956b) - (at 119.9 88.8 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b07b07b") - (attr smd) - (fp_text reference "R35" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 22c5ec8c-92fa-43bc-955a-ac62de3d0d1e) - ) - (fp_text value "24k3" (at 0 0.7 -90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 40f359aa-e8bc-4d4c-ab4e-c4039d94c199) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 6405479c-163e-47e9-aea2-046cee20d9e5) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a716e681-e2d2-4217-9700-8aaa0b177bfd)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c72f16d-8cd5-48da-94bc-78d9517b0075)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84062cb7-1fa9-4726-ab10-7af55c35f7bf)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3ec28d0-7d6a-45c7-8929-905948ef9c11)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9a96519-3311-4449-9395-320ce48a3d34)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fcc8cde-7812-4760-94c7-e0a6bb74b8cd)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c11575e-b6b1-413d-bf81-6caffda4ed79)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7d67ba7-4b2e-4b7b-bc09-1781cc024e35)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 7df7f280-31c2-4471-a723-052a8da1acce)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 158 "/IO_Banks/IO_Buffer_A/VFB") (tstamp f420da17-70b9-4289-9973-71af4d270f42)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cad95ee) - (at 126.7 102.2 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b07b07b") - (attr smd) - (fp_text reference "R29" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 4032b56d-a53a-4bb5-ac3b-c59eec722e3e) - ) - (fp_text value "24k3" (at 0 0.7 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp fc2d25a4-7345-4c18-bb97-43e3a9203355) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 0f7bfd96-768d-43a9-8026-375cd6547c7f) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7437b41b-d18a-408f-a04e-b9dbafcc6f80)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a567bea-b4ae-4ae0-8fe6-f1ab689e091c)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8997d81-479e-4edf-9f9c-860c85e4f531)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbdc5cfe-d71b-4757-8e65-75ba99306a9d)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc293504-8b38-48c4-933a-87973ac3dddb)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46ef7791-0c18-4f00-822c-2403dcd88336)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1747514-84b8-48bd-8139-cb62e6af9645)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d69f5b76-89bb-4a28-a3a3-1df6ed8fd235)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp fde28206-88c1-43b9-9334-84fa7b5f5d38)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 157 "/IO_Banks/IO_Buffer_B/VFB") (tstamp a578d721-17ff-4726-b495-f28c5276fca2)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cafbff6) - (at 92 97.7 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9610a4") - (attr smd) - (fp_text reference "R10" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp ed1f5df2-cfb6-4083-a9e5-5d196546ef9b) - ) - (fp_text value "2k2" (at 0 0.7 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp a7cad282-51c3-4f24-be5e-311c2c5e959b) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 058e77a4-10af-4bc8-a984-5984d3bbee4c) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8382866-f10b-4adc-84fc-f6e5dd44681b)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a6d9a4e-fe6a-4427-9f0c-a10fd3ceb923)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b31ebd25-cf4c-4c3e-b83d-0ec793b65cd9)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4648968b-aa58-4f57-8f45-54b088364670)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18e95a1d-9d1d-4b93-8e4c-2d03c344acc0)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bac5a37-2a55-41dd-96ea-ec02b69e3ef4)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d91b4df3-08ca-4c95-92de-3004566cf2e7)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1422f38-9fce-4f5e-878a-341530beaf9c)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 163 "Net-(R10-Pad1)") (tstamp 83d9db3e-661a-47bf-b26c-99313ad8bac9)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 4c4b4317-29d0-438a-b331-525ede18773a)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cb04acd) - (at 94.7 107.3) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005ae0058e") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP3" (at 0 -1.75) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp f0eaad98-d205-41c4-a0e6-ff5881df4ae0) - ) - (fp_text value "3V3" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b134eb71-28da-4fab-b4ff-66250b349fbc) - ) - (fp_text user "${REFERENCE}" (at 0 -1.45) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b9fd7874-550d-4b45-bf4e-6567fdb916af) - ) - (fp_circle (center 0 0) (end 0 0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 91693c2d-393b-42f7-a860-3895f87b3638)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp edf14a6b-0d70-4db0-9e28-784d655ee5be)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") - (net 2 "+3V3") (tstamp 40b56ce4-b09f-4e90-85cf-ab6bc76787eb)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cb08fd8) - (at 94.7 109) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005adb3d1e") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP1" (at 0 -1.75) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp f0786ee3-a048-405f-8056-d584552fedf1) - ) - (fp_text value "5V" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp ccda9c76-c57b-44a6-8d1b-073f6f0dc746) - ) - (fp_text user "${REFERENCE}" (at 0 -1.45) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 709590f4-b237-4a3b-993d-ad7f0777012b) - ) - (fp_circle (center 0 0) (end 0 0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 542c0bc2-7279-4d6b-bfea-489836939f96)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 48573f01-35ca-4940-a0fb-37a7195d04a8)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") - (net 5 "+5V") (tstamp 1d23c79a-356b-440d-9928-a8b6c266b834)) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cb0ad1b) - (at 74.9 105.9 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ad252ca") - (attr smd) - (fp_text reference "R2" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 0c990048-7035-4646-8b07-f79fbfddff62) - ) - (fp_text value "2k2" (at 0 -0.7 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b33915f1-896a-4971-bf05-1a91d75ab3fc) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 416f2dc9-040a-4c76-990c-e10ccd505522) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2b2a0fb-ef5f-4895-93c7-ef2955a86bd7)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 32648182-78d1-48bd-92e8-99a019338fe4)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e8e2ce6-25e4-45c5-9bc7-02a69f9cfe4b)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e0670b1-a793-48f4-9da3-84fa0c929ebd)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp beb27022-33ac-4698-9809-f25d7ef525da)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ebf55b2-09a7-4dc8-8b62-2c2166fb1446)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17a1090e-1ea0-4ddd-9da2-e68411fa1c2d)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17dccccc-0b52-460b-b2ea-f26a9b3fe290)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "/SCL") (tstamp a82dccd0-c2cd-4bf9-86b4-efddd3a8276f)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 5bce6732-4026-40a9-a828-7e9b55a30ffd)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:D_SOD-523" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cb0c447) - (at 107.8 97.6 -90) - (descr "http://www.diodes.com/datasheets/ap02001.pdf p.144") - (tags "Diode SOD523") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cb8809b") - (attr smd) - (fp_text reference "D12" (at -0.9 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 3bad0292-560e-4959-9af2-db7bbf622092) - ) - (fp_text value "ESD5Z5.0T1G" (at 0.2 -0.9 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 7f0c1ea5-31ba-4e3c-b23d-dc37801fb19b) - ) - (fp_text user "DNP" (at 1 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 1913ae2c-1bc2-48d9-914f-4c532d02ffb4) - ) - (fp_text user "${REFERENCE}" (at -1 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp d44b001a-c4b5-4120-9284-6c7991794e28) - ) - (fp_line (start -1.15 -0.6) (end -1.15 0.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6828e5b1-9686-4f2b-afeb-e93e9ba5ac33)) - (fp_line (start 0.7 -0.6) (end -1.15 -0.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e10817d-5099-439b-9504-1c054cce61ce)) - (fp_line (start 0.7 0.6) (end -1.15 0.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02bc6b3e-0522-400e-b6b8-d18c2cfd2960)) - (fp_line (start -1.25 -0.7) (end 1.25 -0.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8acaf6b9-a3a5-456a-a486-3bf8ee9b4b79)) - (fp_line (start -1.25 0.7) (end -1.25 -0.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66aa1bc3-ffb7-43d4-88ae-6c86417d54bc)) - (fp_line (start 1.25 -0.7) (end 1.25 0.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ecdb34a2-4cdc-4a30-a88c-cbf5ac83399c)) - (fp_line (start 1.25 0.7) (end -1.25 0.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67d86072-2f7f-4489-beb0-6ba3aea587e9)) - (fp_line (start -0.65 -0.45) (end 0.65 -0.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f426fa1-fc2f-405a-ad53-6e830f7ee04b)) - (fp_line (start -0.65 0.45) (end -0.65 -0.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp baaf558e-dfc4-48a9-a946-c8fcc5540262)) - (fp_line (start -0.2 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c7f194e-4495-4fdc-8feb-e71a81fd860a)) - (fp_line (start -0.2 0) (end 0.1 0.2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e1e6281-0991-4814-9e62-4e28c44fa195)) - (fp_line (start -0.2 0.2) (end -0.2 -0.2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4512e1de-1ae8-4271-aab5-cfad75ab4cbf)) - (fp_line (start 0.1 -0.2) (end -0.2 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93214faa-922d-478e-8ec1-80d24a2b2723)) - (fp_line (start 0.1 0) (end 0.25 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f094a04e-97d3-4bf8-800d-8371147afe46)) - (fp_line (start 0.1 0.2) (end 0.1 -0.2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e61ab51-cbb1-4b94-801a-34a87b40bc16)) - (fp_line (start 0.65 -0.45) (end 0.65 0.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2418aed3-fab0-4ebf-be99-31f25345da31)) - (fp_line (start 0.65 0.45) (end -0.65 0.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b9e7ca0-9d50-423a-94c8-1dda9a2eaa73)) - (pad "1" smd roundrect (at -0.7 0 90) (size 0.6 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 167 "Net-(D12-Pad1)") (tstamp bcc40fb8-020a-4739-8e85-82c40b31a03a)) - (pad "2" smd roundrect (at 0.7 0 90) (size 0.6 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 0f47421c-1e82-4036-b8e8-a06d02b43b87)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-523.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cb233aa) - (at 88.55 101.5 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cb5da66") - (attr smd) - (fp_text reference "R45" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp dc6a9fd0-8a12-4e12-ba4e-7f59c3508f44) - ) - (fp_text value "47R" (at 1.25 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 5ff98705-cf67-403d-b0a1-4c57aba0bbdc) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 2f51df0b-67e2-48cd-baf9-810701c16be9) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0091242a-bd9b-46a6-8cd0-cc81fa5db24e)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 59e71b82-fd2c-4d50-9aac-2d0df67acc80)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31f320f8-9fca-458c-80c9-a63045dda05e)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0de56762-ce56-43f6-b2d4-e1179688ff91)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22e92cb2-fddd-4edc-a5bc-370417db5793)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38de0c27-43f9-4d0c-b62d-48e6b8ab2200)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92f9a7fe-12b9-455c-b3cb-646f2e8901ef)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 857af45d-9795-41a2-9845-b5953516cc70)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 170 "Net-(R45-Pad1)") (tstamp 4ccb0e93-36f7-4d7b-baba-2457a90267b7)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 169 "Net-(R45-Pad2)") (tstamp 5e182438-6e6f-45ba-bef5-6be708805673)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cb2c632) - (at 105.27 98.04 180) - (descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x03 2.54mm single row") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c072c23") - (attr through_hole) - (fp_text reference "J10" (at -0.03 -0.01 180) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp 4e677390-a246-4ca0-954c-746e0870f88f) - ) - (fp_text value "AUX" (at -0.93 2.54 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 35fb7c56-dc85-43f7-b954-81b8040a8500) - ) - (fp_text user "DNP" (at -0.03 2.54 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ef94502b-f22d-4da7-a17f-4100090b03a1) - ) - (fp_text user "${REFERENCE}" (at 0 2.54 270) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f6a3288e-9575-42bb-af05-a920d59aded8) - ) - (fp_line (start -1.33 -1.33) (end 0 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ae963fb-e34f-4e11-9adf-78839a5b2ef1)) - (fp_line (start -1.33 0) (end -1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d45d1afe-78e6-4045-862c-b274469da903)) - (fp_line (start -1.33 1.27) (end -1.33 6.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9de304ba-fba7-4896-b969-9d87a3522d74)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f203116d-f256-4611-a03e-9536bbedaf2f)) - (fp_line (start -1.33 6.41) (end 1.33 6.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92a23ed4-a5ea-4cea-bc33-0a83191a0d32)) - (fp_line (start 1.33 1.27) (end 1.33 6.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58cc7831-f944-4d33-8c61-2fd5bebc61e0)) - (fp_line (start -1.8 -1.8) (end -1.8 6.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87ba184f-bff5-4989-8217-6af375cc3dd8)) - (fp_line (start -1.8 6.85) (end 1.8 6.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49a65079-57a9-46fc-8711-1d7f2cab8dbf)) - (fp_line (start 1.8 -1.8) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73ee7e03-97a8-4121-b568-c25f3934a935)) - (fp_line (start 1.8 6.85) (end 1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 291935ec-f8ff-41f0-8717-e68b8af7b8c1)) - (fp_line (start -1.27 -0.635) (end -0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 165f4d8d-26a9-4cf2-a8d6-9936cd983be4)) - (fp_line (start -1.27 6.35) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e697b96-cf4c-43ef-b321-8c2422b088bf)) - (fp_line (start -0.635 -1.27) (end 1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59f60168-cced-43c9-aaa5-41a1a8a2f631)) - (fp_line (start 1.27 -1.27) (end 1.27 6.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d68dca9b-48b3-498b-9b5f-3b3838250f82)) - (fp_line (start 1.27 6.35) (end -1.27 6.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74855e0d-40e4-4940-a544-edae9207b2ea)) - (pad "1" thru_hole roundrect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 10b20c6b-8045-46d1-a965-0d7dd9a1b5fa)) - (pad "2" thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 167 "Net-(D12-Pad1)") (tstamp 082aed28-f9e8-49e7-96ee-b5aa9f0319c7)) - (pad "3" thru_hole oval (at 0 5.08 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 168 "Net-(D13-Pad1)") (tstamp fe6d9604-2924-4f38-950b-a31e8a281973)) - ) - - (footprint "Glasgow:MountingHole_3.5mm_Pad_Via_CrtYd" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cbde4a4) - (at 54 116) - (descr "Mounting Hole 3.5mm with Courtyard for Washers + Tolerance") - (tags "mounting hole 3.5mm Courtyard") - (path "/00000000-0000-0000-0000-00005ad602a3") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "MK1" (at 0 -4.5) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp bbbe638a-e56f-4270-af80-e1e96cce71e8) - ) - (fp_text value "Mounting_Hole_PAD" (at 0 4.5) (layer "F.Fab") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 4e5c0499-4917-48e7-9f4d-c201cc63ee81) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dfec3e8d-8c25-49f6-a37d-8d2d914dbfd2) - ) - (fp_circle (center 0 0) (end 3.5 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 5677ce6f-2f2b-441c-afdd-2baebbd3014e)) - (fp_circle (center 0 0) (end 3.75 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp e2546db5-a1db-4f9e-8034-a00a080f8427)) - (fp_circle (center 0 0) (end 5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 1efab745-4ea2-4503-bd05-3123a3de84ef)) - (pad "1" thru_hole circle locked (at -2.625 0) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp cc28128d-dda5-4a0d-848a-18ff95d24656)) - (pad "1" thru_hole circle locked (at -1.856155 -1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 6e72ccaa-c091-4330-a23e-92e3f7e9d19d)) - (pad "1" thru_hole circle locked (at -1.856155 1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 33b067b5-f5f2-47ca-b6f5-0655e1c3b542)) - (pad "1" thru_hole circle locked (at 0 -2.625) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp b1c9b65b-80b5-4113-9a9c-1b6fb2c1c939)) - (pad "1" thru_hole circle locked (at 0 0) (size 7 7) (drill 3.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 7b4ce615-f0d5-4b1f-9b49-d02fdef0cf8b)) - (pad "1" thru_hole circle locked (at 0 2.625) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp ad2404c6-4ebc-4c59-b4a0-c769f8c853bf)) - (pad "1" thru_hole circle locked (at 1.856155 -1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 201da9bb-18a8-4628-9f72-99fe7bd0fa03)) - (pad "1" thru_hole circle locked (at 1.856155 1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp f6e556b2-bac9-4e15-9a71-952ab3e508d1)) - (pad "1" thru_hole circle locked (at 2.625 0) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp c657675e-8deb-40bb-80e5-5beec789b8d6)) - ) - - (footprint "Glasgow:MountingHole_3.5mm_Pad_Via_CrtYd" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cbde4b4) - (at 54 75) - (descr "Mounting Hole 3.5mm with Courtyard for Washers + Tolerance") - (tags "mounting hole 3.5mm Courtyard") - (path "/00000000-0000-0000-0000-00005ad64d62") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "MK2" (at 0 -4.5) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp b413ae81-6cdf-4dbb-8fe0-87b77f1bd3d0) - ) - (fp_text value "Mounting_Hole_PAD" (at 0 4.5) (layer "F.Fab") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp a9881c4d-1698-40b0-8ef8-bcb44452f73f) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ea6e2566-2683-41e4-8014-dff521dc4537) - ) - (fp_circle (center 0 0) (end 3.5 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 32062560-499b-44dc-9b07-a0809ef2ea64)) - (fp_circle (center 0 0) (end 3.75 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp fe601422-18d3-4f37-bb00-5caa5362248b)) - (fp_circle (center 0 0) (end 5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 8b014bea-020e-4c32-8a2e-afb44e577967)) - (pad "1" thru_hole circle locked (at -2.625 0) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp c74fc314-66d8-4de7-ba0f-a8d825b92c4d)) - (pad "1" thru_hole circle locked (at -1.856155 -1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 43d6a7dc-ede7-42a0-80b8-3bc25a5c4a75)) - (pad "1" thru_hole circle locked (at -1.856155 1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 6ae5519f-a82c-423d-89f5-15a3d808e9b8)) - (pad "1" thru_hole circle locked (at 0 -2.625) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 7d590ff0-32de-4f01-bf4c-caa51c97e2a2)) - (pad "1" thru_hole circle locked (at 0 0) (size 7 7) (drill 3.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp abc99c1d-371a-46da-9c0e-ac8fa4c77b83)) - (pad "1" thru_hole circle locked (at 0 2.625) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 570e06c8-e282-47ad-a16f-1c101653bcd2)) - (pad "1" thru_hole circle locked (at 1.856155 -1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 0b9dfbfe-1e19-4396-b6a1-78bceb1cec64)) - (pad "1" thru_hole circle locked (at 1.856155 1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 375c7386-b2fa-41e4-9578-da51d4d7b33c)) - (pad "1" thru_hole circle locked (at 2.625 0) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 551a9c77-351f-46d5-a216-b0289f2b7181)) - ) - - (footprint "Glasgow:MountingHole_3.5mm_Pad_Via_CrtYd" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cbde4d4) - (at 126 116) - (descr "Mounting Hole 3.5mm with Courtyard for Washers + Tolerance") - (tags "mounting hole 3.5mm Courtyard") - (path "/00000000-0000-0000-0000-00005ad64e04") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "MK4" (at 0 -4.5) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp 6d16bcfc-df0c-4f97-ab20-04b67f6e6cdf) - ) - (fp_text value "Mounting_Hole_PAD" (at 0 4.5) (layer "F.Fab") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 27994758-1755-48e3-ada0-9f89b9661f59) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d8b207de-03d1-4ee0-b9cb-fbacfbe21441) - ) - (fp_circle (center 0 0) (end 3.5 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp fd96f853-b86f-4839-b405-9056fd204602)) - (fp_circle (center 0 0) (end 3.75 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 63d2de20-f243-448e-8f9b-9238fd5af361)) - (fp_circle (center 0 0) (end 5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 87bf82be-e16c-461b-9bae-ecedbbb19a0f)) - (pad "1" thru_hole circle locked (at -2.625 0) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp c82be33c-e02b-4b8b-b17d-c492fbe24198)) - (pad "1" thru_hole circle locked (at -1.856155 -1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 5914939e-95f1-4848-b987-27742538e48f)) - (pad "1" thru_hole circle locked (at -1.856155 1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp a5de6c3b-15c4-42d6-884e-57cc5dc4ca9a)) - (pad "1" thru_hole circle locked (at 0 -2.625) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 1f3221c1-4baa-402d-95dc-dc90b854dc09)) - (pad "1" thru_hole circle locked (at 0 0) (size 7 7) (drill 3.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 4a075904-512b-4037-94e6-7684d38257fa)) - (pad "1" thru_hole circle locked (at 0 2.625) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp bd8e008e-dca2-4859-870a-2092654287c0)) - (pad "1" thru_hole circle locked (at 1.856155 -1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp c72c22c7-03ff-4aff-8914-f4bb4f8b74fb)) - (pad "1" thru_hole circle locked (at 1.856155 1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 2ba2b3eb-224f-4796-afc6-e3fdf39ecfbd)) - (pad "1" thru_hole circle locked (at 2.625 0) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp c8cc2583-f9e2-422a-a9d1-626546f60513)) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cbe85fc) - (at 123.3 87.3) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005dce4ed0") - (attr smd) - (fp_text reference "C83" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 4cc0e615-05a0-4f42-a208-4011ba8ef841) - ) - (fp_text value "4u7" (at 1.3 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 98966de3-2364-43d8-a2e0-b03bb9487b03) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 4cfd9a02-97ef-4af4-a6b8-db9be1a8fda5) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 929a9b03-e99e-4b88-8e16-759f8c6b59a5)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 631c7be5-8dc2-4df4-ab73-737bb928e763)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24adc223-60f0-4497-98a3-d664c5a13280)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d2a06fb-0b1e-452a-ab38-11a5f45e1b32)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13ac70df-e9b9-44e5-96e6-20f0b0dc6a3a)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 278a91dc-d57d-4a5c-a045-34b6bd84131f)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc2e9f96-3bed-4896-b995-f56e799f1c77)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 751d823e-1d7b-4501-9658-d06d459b0e16)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b21299b9-3c4d-43df-b399-7f9b08eb5470)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c210293b-1d7a-4e96-92e9-058784106727)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp aadc3df5-0e2d-4f3d-b72e-6f184da74c89)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 92761c09-a591-4c8e-af4d-e0e2262cb01d)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:MountingHole_3.5mm_Pad_Via_CrtYd" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cbedcbd) - (at 126 75) - (descr "Mounting Hole 3.5mm with Courtyard for Washers + Tolerance") - (tags "mounting hole 3.5mm Courtyard") - (path "/00000000-0000-0000-0000-00005ad64dae") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "MK3" (at 0 -4.5) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp 969d876f-dc87-40bf-9e96-03cbb9ea5e82) - ) - (fp_text value "Mounting_Hole_PAD" (at 0 4.5) (layer "F.Fab") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 524dc8d0-13b4-43fe-b274-8ac08bc4b894) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bc29a09d-ebbe-4bab-9edb-114e75ee17a4) - ) - (fp_circle (center 0 0) (end 3.5 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 7fd11519-eb9e-4413-8ca2-e43e38c699f6)) - (fp_circle (center 0 0) (end 3.75 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 0667208e-872f-444a-9ed0-78a1b5f392d2)) - (fp_circle (center 0 0) (end 5 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 7aad0cca-fb50-4041-9a10-5380cb0860ac)) - (pad "1" thru_hole circle locked (at -2.625 0) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp a3722fe0-facc-42fa-a01b-a26433c9d7fe)) - (pad "1" thru_hole circle locked (at -1.856155 -1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp f8df4375-570f-4eb0-868e-4f350bd24547)) - (pad "1" thru_hole circle locked (at -1.856155 1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 57881c8f-ea31-4450-bce6-89885e0a9bfd)) - (pad "1" thru_hole circle locked (at 0 -2.625) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 60a7dcc1-b459-4b69-be02-f48b66a815f0)) - (pad "1" thru_hole circle locked (at 0 0) (size 7 7) (drill 3.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 22fd57c4-481e-4417-b920-694451210da2)) - (pad "1" thru_hole circle locked (at 0 2.625) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 217a6ab0-8c75-4e09-8113-c7b7b906da43)) - (pad "1" thru_hole circle locked (at 1.856155 -1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp fbca7d5b-4a19-4f46-9697-74b3068179aa)) - (pad "1" thru_hole circle locked (at 1.856155 1.856155) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp 41ef6d8e-078c-46e5-a743-15f86f94b1c5)) - (pad "1" thru_hole circle locked (at 2.625 0) (size 0.8 0.8) (drill 0.5) (layers "*.Cu" "*.Mask") - (net 3 "GND") (zone_connect 2) (tstamp da151d0a-a1fa-4865-aa78-eb4b6082fbfd)) - ) - - (footprint "Glasgow:PinSocket_1x08_P1.27mm_Vertical_DNP" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cbee180) - (at 107.8 82.5 90) - (descr "Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated") - (tags "Through hole socket strip THT 1x08 1.27mm single row DNP") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005dad05ff") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "J8" (at 0 -2.135 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 706c1cb9-5d96-4282-9efc-6147f0125147) - ) - (fp_text value "Conn_01x08" (at 0 11.025 90) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eb391a95-1c1d-4613-b508-c76b8bc13a73) - ) - (fp_text user "${REFERENCE}" (at 0 4.445) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0c5dddf1-38df-43d2-b49c-e7b691dab0ab) - ) - (fp_line (start -1.8 -1.15) (end 1.75 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6150c02b-beb5-4af1-951e-3666a285a6ea)) - (fp_line (start -1.8 10.05) (end -1.8 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9ed09117-33cf-45a3-85a7-2606522feaf8)) - (fp_line (start 1.75 -1.15) (end 1.75 10.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a53fa56-d65b-42a4-a4be-8f49c4c015bb)) - (fp_line (start 1.75 10.05) (end -1.8 10.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3bbbbb7d-391c-4fee-ac81-3c47878edc38)) - (fp_line (start -1.27 -0.635) (end 0.635 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ce1dd44-f307-4f98-9f0d-478fd87daa64)) - (fp_line (start -1.27 9.525) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c2999b2-1cf1-4204-9d23-243401b77aa3)) - (fp_line (start 0.635 -0.635) (end 1.27 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8b47531-6c06-4e54-9fc9-cd9d0f3dd69f)) - (fp_line (start 1.27 0) (end 1.27 9.525) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4970ec6e-3725-4619-b57d-dc2c2cb86ed0)) - (fp_line (start 1.27 9.525) (end -1.27 9.525) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 755f94aa-38f0-4a64-a7c7-6c71cb18cddf)) - (pad "1" thru_hole circle (at 0 0 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 74 "/IO_Banks/IO_Buffer_A/Z0") (tstamp ca56e1ad-54bf-4df5-a4f7-99f5d61d0de9)) - (pad "2" thru_hole oval (at 0 1.27 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 83 "/IO_Banks/IO_Buffer_A/Z1") (tstamp 254f7cc6-cee1-44ca-9afe-939b318201aa)) - (pad "3" thru_hole oval (at 0 2.54 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 84 "/IO_Banks/IO_Buffer_A/Z2") (tstamp 5f48b0f2-82cf-40ce-afac-440f97643c36)) - (pad "4" thru_hole oval (at 0 3.81 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 85 "/IO_Banks/IO_Buffer_A/Z3") (tstamp 1855ca44-ab48-4b76-a210-97fc81d916c4)) - (pad "5" thru_hole oval (at 0 5.08 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 87 "/IO_Banks/IO_Buffer_A/Z4") (tstamp 3457afc5-3e4f-4220-81d1-b079f653a722)) - (pad "6" thru_hole oval (at 0 6.35 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 86 "/IO_Banks/IO_Buffer_A/Z5") (tstamp e86e4fae-9ca7-4857-a93c-bc6a3048f887)) - (pad "7" thru_hole oval (at 0 7.62 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 88 "/IO_Banks/IO_Buffer_A/Z6") (tstamp 5e755161-24a5-4650-a6e3-9836bf074412)) - (pad "8" thru_hole oval (at 0 8.89 90) (size 1 1) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 76 "/IO_Banks/IO_Buffer_A/Z7") (tstamp 58390862-1833-41dd-9c4e-98073ea0da33)) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cc0c450) - (at 122.6 80.5 180) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005cc5f544") - (attr smd) - (fp_text reference "D15" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp a4541b62-7a39-4707-9c6f-80dce1be9cee) - ) - (fp_text value "GRN" (at -1.5 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b9c0c276-e6f1-47dd-b072-0f92904248ca) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 2dc66f7e-d85d-4081-ae71-fd8851d6aeda) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 929c74c0-78bf-4efe-a778-fa328e951865)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2938bf2d-2d32-4cb0-9d4d-563ea28ffffa)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53fda1fb-12bd-4536-80e1-aab5c0e3fc58)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b022692-69b7-4bd6-bf38-57edecf356fa)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 89bd1fdd-6a91-474e-8495-7a2ba7eb6260)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c62adb8b-b306-48da-b0ae-f6a287e54f62)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87a0ffb1-5477-4b20-a3ac-fef5af129a33)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fd21292-6577-40e1-bbda-18906b5e9f6f)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f030cfe8-f922-4a12-a58d-2ff6e60a9bb9)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22ab392d-1989-4185-9178-8083812ea067)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5a7688c-7438-4b6d-999f-4f2a3cb18fd6)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f62e92c-dce6-45dc-a560-b9db10f66ff3)) - (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp b606e532-e4c7-444d-b9ff-879f52cfde92)) - (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 172 "Net-(D15-Pad2)") (tstamp 0c9bbc06-f1c0-4359-8448-9c515b32a886)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cc0fd6e) - (at 119.6 83.4 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b00cf39") - (attr smd) - (fp_text reference "C55" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 3c4329db-4ede-479c-997c-374e89902f61) - ) - (fp_text value "u1" (at 0 -0.7 -90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 720c67b8-4657-41ae-ae43-c8da408b5d9e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 4c3e1426-c6e6-4301-880c-cd7d6c3cf37c) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f2dc288-4960-4a9d-8c0d-3474d8b43843)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 147ddcca-5eb3-4302-b1bf-01383fc9ed96)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec41bd13-d169-4b04-82e8-82bf8614a606)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76cec44e-1374-41e1-9e39-24281d608b83)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15726e40-44c3-4dfd-b1e6-c5949c00a75b)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b8ceece-c05d-4f0e-b938-e90c8b58ba81)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25b5bd75-5df8-41e4-aee3-b067f228cacf)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca6b774e-c29f-4bd6-8b0a-46bbe776a618)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp a21946e4-4c39-4737-801b-2250133670ba)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp a84b6748-b569-4076-91f9-9010a982772b)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_IDC:IDC-Header_2x10_P2.54mm_Vertical" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cc11840) - (at 92.57 77.72 90) - (descr "Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") - (tags "Through hole vertical IDC box header THT 2x10 2.54mm double row") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005afc7f21") - (attr through_hole) - (fp_text reference "J2" (at 0.07 11.43) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6bd46644-7209-4d4d-acd8-f4c0d045bc61) - ) - (fp_text value "IDC-Header_2x10_P2.54mm" (at 3.27 11.93) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp befdfbe5-f3e5-423b-a34e-7bba3f218536) - ) - (fp_text user "${REFERENCE}" (at 1.27 11.43 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bc3b3f93-69e0-44a5-b919-319b81d13095) - ) - (fp_line (start -3.29 -5.21) (end 5.83 -5.21) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 799e761c-1426-40e9-a069-1f4cb353bfaa)) - (fp_line (start -3.29 9.38) (end -1.98 9.38) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99e6b8eb-b08e-4d42-84dd-8b7f6765b7b7)) - (fp_line (start -3.29 28.07) (end -3.29 -5.21) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db851147-6a1e-4d19-898c-0ba71182359b)) - (fp_line (start -1.98 -3.91) (end 4.52 -3.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b794d099-f823-4d35-9755-ca1c45247ee9)) - (fp_line (start -1.98 9.38) (end -1.98 -3.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de370984-7922-4327-a0ba-7cd613995df4)) - (fp_line (start -1.98 13.48) (end -3.29 13.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e79c8e11-ed47-4701-ae80-a54cdb6682a5)) - (fp_line (start -1.98 13.48) (end -1.98 13.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa047297-22f8-4de0-a969-0b3451b8e164)) - (fp_line (start -1.98 26.77) (end -1.98 13.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df3dc9a2-ba40-4c3a-87fe-61cc8e23d71b)) - (fp_line (start 4.52 -3.91) (end 4.52 26.77) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0b4c3cb-e7ea-49c0-8162-be3bbab3e4ec)) - (fp_line (start 4.52 26.77) (end -1.98 26.77) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e87a6f80-914f-4f62-9c9f-9ba62a88ee3d)) - (fp_line (start 5.83 -5.21) (end 5.83 28.07) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e69c64f9-717d-4a97-b3df-80325ec2fa63)) - (fp_line (start 5.83 28.07) (end -3.29 28.07) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2518d4ea-25cc-4e57-a0d6-8482034e7318)) - (fp_line (start -3.68 -5.6) (end -3.68 28.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab8b0540-9c9f-4195-88f5-7bed0b0a8ed6)) - (fp_line (start -3.68 28.46) (end 6.22 28.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7d06af4-a5b1-447f-9b1a-8b44eb1cc204)) - (fp_line (start 6.22 -5.6) (end -3.68 -5.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c052668-6749-425a-9a77-35f046c8aa39)) - (fp_line (start 6.22 28.46) (end 6.22 -5.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9db16341-dac0-4aab-9c62-7d88c111c1ce)) - (fp_line (start -3.18 -4.1) (end -2.18 -5.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e65bab67-68b7-4b22-a939-6f2c05164d2a)) - (fp_line (start -3.18 9.38) (end -1.98 9.38) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18f1018d-5857-4c32-a072-f3de80352f74)) - (fp_line (start -3.18 27.96) (end -3.18 -4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db1ed10a-ef86-43bf-93dc-9be76327f6d2)) - (fp_line (start -2.18 -5.1) (end 5.72 -5.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d552623-2969-4b15-8623-368144f225e9)) - (fp_line (start -1.98 -3.91) (end 4.52 -3.91) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8bd46048-cab7-4adf-af9a-bc2710c1894c)) - (fp_line (start -1.98 9.38) (end -1.98 -3.91) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 992a2b00-5e28-4edd-88b5-994891512d8d)) - (fp_line (start -1.98 13.48) (end -3.18 13.48) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71af7b65-0e6b-402e-b1a4-b66be507b4dc)) - (fp_line (start -1.98 13.48) (end -1.98 13.48) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fd9bc4f-0ae3-42d4-a1b4-9fb1b2a0a7fd)) - (fp_line (start -1.98 26.77) (end -1.98 13.48) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86e98417-f5e4-48ba-8147-ef66cc03dde6)) - (fp_line (start 4.52 -3.91) (end 4.52 26.77) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e70d061b-28f0-4421-ad15-0598604086e8)) - (fp_line (start 4.52 26.77) (end -1.98 26.77) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02f8904b-a7b2-49dd-b392-764e7e29fb51)) - (fp_line (start 5.72 -5.1) (end 5.72 27.96) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c07eebcc-30d2-439d-8030-faea6ade4486)) - (fp_line (start 5.72 27.96) (end -3.18 27.96) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92848721-49b5-4e4c-b042-6fd51e1d562f)) - (pad "1" thru_hole roundrect locked (at 0 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.1470588235) - (net 106 "/IO_Banks/IO_Buffer_A/VSENSE") (tstamp 8aeae536-fd36-430e-be47-1a856eced2fc)) - (pad "2" thru_hole circle locked (at 2.54 0 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 108 "/IO_Banks/VIOA") (tstamp 2f424da3-8fae-4941-bc6d-20044787372f)) - (pad "3" thru_hole circle locked (at 0 2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 74 "/IO_Banks/IO_Buffer_A/Z0") (tstamp eb473bfd-fc2d-4cf0-8714-6b7dd95b0a03)) - (pad "4" thru_hole circle locked (at 2.54 2.54 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp 41485de5-6ed3-4c83-b69e-ef83ae18093c)) - (pad "5" thru_hole circle locked (at 0 5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 83 "/IO_Banks/IO_Buffer_A/Z1") (tstamp fb35e3b1-aff6-41a7-9cf0-52694b95edeb)) - (pad "6" thru_hole circle locked (at 2.54 5.08 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp 3bca658b-a598-4669-a7cb-3f9b5f47bb5a)) - (pad "7" thru_hole circle locked (at 0 7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 84 "/IO_Banks/IO_Buffer_A/Z2") (tstamp fa20e708-ec85-4e0b-8402-f74a2724f920)) - (pad "8" thru_hole circle locked (at 2.54 7.62 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp bef2abc2-bf3e-4a72-ad03-f8da3cd893cb)) - (pad "9" thru_hole circle locked (at 0 10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 85 "/IO_Banks/IO_Buffer_A/Z3") (tstamp 21492bcd-343a-4b2b-b55a-b4586c11bdeb)) - (pad "10" thru_hole circle locked (at 2.54 10.16 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp b7aa0362-7c9e-4a42-b191-ab15a38bf3c5)) - (pad "11" thru_hole circle locked (at 0 12.7 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 87 "/IO_Banks/IO_Buffer_A/Z4") (tstamp 96315415-cfed-47d2-b3dd-d782358bd0df)) - (pad "12" thru_hole circle locked (at 2.54 12.7 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp dd1edfbb-5fb6-42cd-b740-fd54ab3ef1f1)) - (pad "13" thru_hole circle locked (at 0 15.24 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 86 "/IO_Banks/IO_Buffer_A/Z5") (tstamp 46cbe85d-ff47-428e-b187-4ebd50a66e0c)) - (pad "14" thru_hole circle locked (at 2.54 15.24 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp 42d3f9d6-2a47-41a8-b942-295fcb83bcd8)) - (pad "15" thru_hole circle locked (at 0 17.78 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 88 "/IO_Banks/IO_Buffer_A/Z6") (tstamp 015f5586-ba76-4a98-9114-f5cd2c67134d)) - (pad "16" thru_hole circle locked (at 2.54 17.78 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp 7bea05d4-1dec-4cd6-aa53-302dde803254)) - (pad "17" thru_hole circle locked (at 0 20.32 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 76 "/IO_Banks/IO_Buffer_A/Z7") (tstamp 541721d1-074b-496e-a833-813044b3e8ca)) - (pad "18" thru_hole circle locked (at 2.54 20.32 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp a5362821-c161-4c7a-a00c-40e1d7472d56)) - (pad "19" thru_hole circle locked (at 0 22.86 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (tstamp d05faa1f-5f69-41bf-86d3-2cd224432e1b)) - (pad "20" thru_hole circle locked (at 2.54 22.86 90) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 1cc5480b-56b7-4379-98e2-ccafc88911a7)) - (model "${KISYS3DMOD}/Connector_IDC.3dshapes/IDC-Header_2x10_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cc1441e) - (at 122.6 109.2 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005cc5f54e") - (attr smd) - (fp_text reference "R46" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 8a51259a-0b00-485b-ae12-40bbbcbb1fbf) - ) - (fp_text value "20k" (at -1.2 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 05c1c0ae-f846-4942-b9ca-9f0f8f62492d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp d0e758c8-d140-4a8a-8239-760094b94ecd) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83616a1b-53cb-4bc4-bfc7-a340c75ffaa4)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfc25d70-2748-49fe-bb69-5196d9ea547d)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 28c42959-8e72-4709-83e0-fbb99eade23c)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 184b2fad-24f5-4073-ae78-9c4ec35fa867)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80308ea8-7152-4634-99bf-492db3c9f37a)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 028825a5-a5a1-4471-a5f1-08090406bcd8)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7134724f-277a-4c58-bbec-7ceaf30b9ed0)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91fb974e-99de-4e0c-bee5-7a6f88905951)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 44 "/ENVB") (tstamp b7986f62-ea7a-4dc5-91cd-26acb8e0379b)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 171 "Net-(D14-Pad2)") (tstamp 530e1c0a-bb5b-44a7-b162-4c6f9e290093)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cc2bb7c) - (at 122.6 81.8 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005cc5f54e") - (attr smd) - (fp_text reference "R47" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 4711680f-0033-4792-90b3-99dc2aa8a7cf) - ) - (fp_text value "20k" (at -1.2 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 4da42412-11c8-43c1-a7e4-fee17c98b4ba) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp edff7200-18c6-4e0c-99f9-a118fc24b63a) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3b1beb9-ce17-4882-bb4d-7e5a00c65d48)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14891ca4-c283-4a64-98dc-86c5d6e033a0)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3493c959-87a4-4c52-b026-4808a6774531)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94b2d264-2d2c-4376-b127-a770616fcdbf)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6dd24007-4e31-4437-a050-fa6e699c9468)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2efaba24-aee5-4bea-ae84-dbce9fb4b72e)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4b1e7cf-3aa3-45c5-8585-741388413869)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 362755ad-ea41-482e-bb23-627c6eb15a40)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 45 "/ENVA") (tstamp e0e4f26b-9768-45ce-836e-303c9ffcd23d)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 172 "Net-(D15-Pad2)") (tstamp 4227d0f4-4162-4ece-9ec9-195feb76c6dd)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005cc994ea) - (at 77.3 101.4) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005ae0012c") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP2" (at 0 -1.448) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp 43beef6b-84fd-4602-9d39-3c51fadccc5b) - ) - (fp_text value "1V2" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 5f72faf8-8342-4403-84e1-1a42e963da2b) - ) - (fp_text user "${REFERENCE}" (at 0 -1.45) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2f670aab-9e89-41fe-876d-bce239efa431) - ) - (fp_circle (center 0 0) (end 0 0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 96752d91-b1d8-4e14-870e-215a5a87ee0e)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 382ce14f-0b78-4c2d-9fe1-67023cc607e4)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") - (net 29 "+1V2") (tstamp 9f7adb6b-5df9-4d03-b0e6-cbdba04bf2fb)) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ccace07) - (at 122.6 110.5 180) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005cc5f544") - (attr smd) - (fp_text reference "D14" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 341dde39-440e-4d05-8def-6a5cecefd88c) - ) - (fp_text value "GRN" (at -1.5 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e07e1653-d05d-4bf2-bea3-6515a06de065) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp c10ace36-a93c-4c08-ac75-059ef9e1f71c) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b75907b-b2ae-4362-89fa-d520339aaa5c)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b632afec-1444-4246-8afb-cc14a57567e7)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ec9be40-1d5a-4e2d-8a4d-4be2d3c079d5)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be030c62-e776-405f-97d8-4a4c1aa2e428)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c0314b1-f82f-432d-95a0-65e191202552)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0cc094e7-c1c0-457d-bd94-3db91c23be55)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 680c3e83-f590-4924-85a1-36d51b076683)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e46ecd61-0bbe-4b9f-a151-a2cacac5967b)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b982f8b-ca29-4ebf-88fc-8a50b24e0802)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e77d4d6-0239-4c20-98f8-23ae4f71d638)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9666bb6a-0c1d-4c92-be6d-94a465ec5c51)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35343f32-90ff-4059-a108-111fb444c3d2)) - (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp b853d9ac-7829-468f-99ac-dc9996502e94)) - (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 171 "Net-(D14-Pad2)") (tstamp 5dbda758-e74b-4ccf-ad68-495d537d68ba)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-23-5" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ccaceb6) - (at 123.3 89.8 180) - (descr "5-pin SOT23 package") - (tags "SOT-23-5") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b047dc9") - (attr smd) - (fp_text reference "U31" (at 0 0 270) (layer "F.SilkS") hide - (effects (font (size 0.7 0.7) (thickness 0.15))) - (tstamp 2a393301-5f42-4cdb-951b-80f063c75605) - ) - (fp_text value "TPS73101DBV" (at -1.4 0 270) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 1b6100b1-6db6-46ed-838f-9445ada9c264) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 4805cbab-da73-4d3e-afa3-21868e76e954) - ) - (fp_line (start -0.9 1.61) (end 0.9 1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ceef4c0-1081-4e21-b370-88a8d72ec333)) - (fp_line (start 0.9 -1.61) (end -1.55 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e3aa148-4292-4380-9408-1e897be8da4f)) - (fp_line (start -1.9 -1.8) (end 1.9 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09526a0f-66b4-4763-b3df-6bad533d60b5)) - (fp_line (start -1.9 1.8) (end -1.9 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e73f602-ec3e-4ba0-bf5b-e2ed95cca693)) - (fp_line (start 1.9 -1.8) (end 1.9 1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a1142ec-0e07-4e47-a6a1-757767a49405)) - (fp_line (start 1.9 1.8) (end -1.9 1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc576a5e-88e5-4abe-8854-daea569a0ede)) - (fp_line (start -0.9 -0.9) (end -0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55d77ab4-691b-4b46-af02-3a8de5ec7d03)) - (fp_line (start -0.9 -0.9) (end -0.25 -1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cfcf83b1-0e49-4dd8-a896-3cd24e007c9e)) - (fp_line (start 0.9 -1.55) (end -0.25 -1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0fa594db-6fe0-4ea8-92c4-4e1c8599e0fb)) - (fp_line (start 0.9 -1.55) (end 0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee7c5229-8122-44df-afad-d951332531ee)) - (fp_line (start 0.9 1.55) (end -0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e2dc4785-3e17-472a-82b9-5050a49344b6)) - (pad "1" smd roundrect (at -1.1 -0.95 180) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "+5V") (tstamp 9dcf989b-04cd-40f0-a8ff-a3c29c952c7a)) - (pad "2" smd roundrect (at -1.1 0 180) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 05e5f229-ee1b-4890-b97c-8e7ece60ba60)) - (pad "3" smd roundrect (at -1.1 0.95 180) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 197 "/IO_Banks/IO_Buffer_A/VIO_EN") (tstamp 5a98c2c3-356a-422d-99fb-014d511f11c4)) - (pad "4" smd roundrect (at 1.1 0.95 180) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 158 "/IO_Banks/IO_Buffer_A/VFB") (tstamp 9be5bfd6-bb09-4bcc-b7df-07ae161053e2)) - (pad "5" smd roundrect (at 1.1 -0.95 180) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 201 "Net-(R56-Pad1)") (tstamp 37081654-8f99-4a40-95a5-cb89ab90304e)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:D_SOD-523" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ccb1905) - (at 86.4 110.1 -90) - (descr "http://www.diodes.com/datasheets/ap02001.pdf p.144") - (tags "Diode SOD523") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005d1dfdd1") - (attr smd) - (fp_text reference "D11" (at -0.95 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 10d3aed9-3207-41eb-9bd0-983b84fe7dc7) - ) - (fp_text value "ESD5Z5.0T1G" (at 2.8 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 3b8443c1-0791-438c-b19a-6f0e16558dc6) - ) - (fp_text user "${REFERENCE}" (at -1 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e053a144-33eb-4ad0-a28f-c3ec3e6f8862) - ) - (fp_line (start -1.15 -0.6) (end -1.15 0.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 855028b5-6994-4987-8790-222fcec51db2)) - (fp_line (start 0.7 -0.6) (end -1.15 -0.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6654ac8e-8fcc-43eb-ae73-37be136e0b7d)) - (fp_line (start 0.7 0.6) (end -1.15 0.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa95aa83-2b8d-4500-b597-eb1e65e745bd)) - (fp_line (start -1.25 -0.7) (end 1.25 -0.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca43c489-f5ed-435d-a5f0-814512efeb9c)) - (fp_line (start -1.25 0.7) (end -1.25 -0.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1773d560-d7f1-4884-a909-1c8383179166)) - (fp_line (start 1.25 -0.7) (end 1.25 0.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5459efe-5389-41dd-946e-468444e0da3e)) - (fp_line (start 1.25 0.7) (end -1.25 0.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e78f283-2134-461a-8a09-0c78a77896f2)) - (fp_line (start -0.65 -0.45) (end 0.65 -0.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f8256e6-5dfc-4cdc-9d77-818253414951)) - (fp_line (start -0.65 0.45) (end -0.65 -0.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45dc6788-a6ca-4954-b773-6fcc3cd9a485)) - (fp_line (start -0.2 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68881549-1588-438c-abf8-f6f2c2b6b5a2)) - (fp_line (start -0.2 0) (end 0.1 0.2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af881887-5cc6-4605-8c4c-7bf922a8bf80)) - (fp_line (start -0.2 0.2) (end -0.2 -0.2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83058c9b-309f-4f4d-b8e7-c7c6ed97bc4b)) - (fp_line (start 0.1 -0.2) (end -0.2 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c10b2aa5-469e-4378-b2ef-2b9b8ace50be)) - (fp_line (start 0.1 0) (end 0.25 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a27f7727-7dd2-4cb4-a780-123706d8c0c2)) - (fp_line (start 0.1 0.2) (end 0.1 -0.2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 922bae2e-bcad-4760-a906-21dea416b5dc)) - (fp_line (start 0.65 -0.45) (end 0.65 0.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e5a4010-57bc-4174-9811-569781b8c606)) - (fp_line (start 0.65 0.45) (end -0.65 0.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac5eb4a7-a387-48d6-b4f5-8a76d938534b)) - (pad "1" smd roundrect (at -0.7 0 90) (size 0.6 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 159 "/IO_Banks/~{SYNC}") (tstamp cb9df0ef-ece0-455c-bce6-7041640241fe)) - (pad "2" smd roundrect (at 0.7 0 90) (size 0.6 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp eabde296-8108-4f58-988b-0a8aad10b025)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-523.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ccbb0e7) - (at 74.9 103.8 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005acb7b47") - (attr smd) - (fp_text reference "R1" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 4629e325-a0a2-4fa0-9b82-0617c92179cc) - ) - (fp_text value "2k2" (at 0 0.7 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 0bb237b7-3c36-4dd2-83be-cd2c222b4c4e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 9d92388b-f9fb-415c-bdca-ff98123c4da4) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b40b1eac-9bfc-4cbe-b825-0212be42c854)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfed5c4e-149f-45c5-874a-d4efe242083a)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de13e0f2-e58c-4cc2-84c5-b6bd1aedd8ac)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d83e328-7f8e-4ff2-9f4c-9b7ab1a82636)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 084b112d-dcfd-4801-aa54-60bf427059e5)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4240fef1-07ee-4e87-9e5d-71a8ccd28e59)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cba1ad96-6b70-46fa-bd41-9f290718bd7c)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 263960db-ac36-42ac-a092-0ee4b342f26f)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/SDA") (tstamp 6def0e3c-7a9e-4825-984c-dcd13175ed64)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp e9d7dac9-cbbf-4204-819c-cc96a1f4e4ef)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_Array_Convex_4x0402" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea8cc1f) - (at 105.7 105 -90) - (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") - (tags "resistor array") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005eafcc23") - (attr smd) - (fp_text reference "RN3" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp c8fd9dd3-06ad-4146-9239-0065013959ef) - ) - (fp_text value "33R" (at -1.3 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 98b00c9d-9188-4bce-aa70-92d12dd9cf82) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp a24ce0e2-fdd3-4e6a-b754-5dee9713dd27) - ) - (fp_line (start 0.25 -1.18) (end -0.25 -1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9031bb33-c6aa-4758-bf5c-3274ed3ebab7)) - (fp_line (start 0.25 1.18) (end -0.25 1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa918b6d-f6cf-4471-be3b-4ff713f55a2e)) - (fp_line (start -1 -1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4db55cb8-197b-4402-871f-ce582b65664b)) - (fp_line (start -1 -1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9aedbb9e-8340-4899-b813-05b23382a36b)) - (fp_line (start 1 1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16121028-bdf5-49c0-aae7-e28fe5bfa771)) - (fp_line (start 1 1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e97b5984-9f0f-43a4-9b8a-838eef4cceb2)) - (fp_line (start -0.5 -1) (end 0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f43d730-2a73-49fe-9672-32428e7f5b49)) - (fp_line (start -0.5 1) (end -0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fea7c5d1-76d6-41a0-b5e3-29889dbb8ce0)) - (fp_line (start 0.5 -1) (end 0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9186dae5-6dc3-4744-9f90-e697559c6ac8)) - (fp_line (start 0.5 1) (end -0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1a9fb80-4cc4-410f-9616-e19c969dcab5)) - (pad "1" smd roundrect (at -0.5 -0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 57 "/IO_Banks/IO_Buffer_B/Y0") (tstamp 2454fd1b-3484-4838-8b7e-d26357238fe1)) - (pad "2" smd roundrect (at -0.5 -0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 61 "/IO_Banks/IO_Buffer_B/Y1") (tstamp c3c499b1-9227-4e4b-9982-f9f1aa6203b9)) - (pad "3" smd roundrect (at -0.5 0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 62 "/IO_Banks/IO_Buffer_B/Y2") (tstamp ae77c3c8-1144-468e-ad5b-a0b4090735bd)) - (pad "4" smd roundrect (at -0.5 0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 63 "/IO_Banks/IO_Buffer_B/Y3") (tstamp fb30f9bb-6a0b-4d8a-82b0-266eab794bc6)) - (pad "5" smd roundrect (at 0.5 0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 69 "/IO_Banks/IO_Buffer_B/Z3") (tstamp d0a0deb1-4f0f-4ede-b730-2c6d67cb9618)) - (pad "6" smd roundrect (at 0.5 0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 68 "/IO_Banks/IO_Buffer_B/Z2") (tstamp 6bd115d6-07e0-45db-8f2e-3cbb0429104f)) - (pad "7" smd roundrect (at 0.5 -0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 67 "/IO_Banks/IO_Buffer_B/Z1") (tstamp ce72ea62-9343-4a4f-81bf-8ac601f5d005)) - (pad "8" smd roundrect (at 0.5 -0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 58 "/IO_Banks/IO_Buffer_B/Z0") (tstamp 97fe2a5c-4eee-4c7a-9c43-47749b396494)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_Array_Convex_4x0402" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea8cc36) - (at 103.2 105 -90) - (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") - (tags "resistor array") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005eb2c386") - (attr smd) - (fp_text reference "RN4" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp fd3499d5-6fd2-49a4-bdb0-109cee899fde) - ) - (fp_text value "33R" (at -1.3 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 71f92193-19b0-44ed-bc7f-77535083d769) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 143ed874-a01f-4ced-ba4e-bbb66ddd1f70) - ) - (fp_line (start 0.25 -1.18) (end -0.25 -1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8b92953-cd23-44e6-85ce-083fb8c3f20f)) - (fp_line (start 0.25 1.18) (end -0.25 1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc0dbc57-3ae8-4ce5-a05c-2d6003bba475)) - (fp_line (start -1 -1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 009b5465-0a65-4237-93e7-eb65321eeb18)) - (fp_line (start -1 -1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00f3ea8b-8a54-4e56-84ff-d98f6c00496c)) - (fp_line (start 1 1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b52d6ff3-fef1-496e-8dd5-ebb89b6bce6a)) - (fp_line (start 1 1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 221bef83-3ea7-4d3f-adeb-53a8a07c6273)) - (fp_line (start -0.5 -1) (end 0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 795e68e2-c9ba-45cf-9bff-89b8fae05b5a)) - (fp_line (start -0.5 1) (end -0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0520f61d-4522-4301-a3fa-8ed0bf060f69)) - (fp_line (start 0.5 -1) (end 0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8fcec304-c6b1-4655-8326-beacd0476953)) - (fp_line (start 0.5 1) (end -0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 411d4270-c66c-4318-b7fb-1470d34862b8)) - (pad "1" smd roundrect (at -0.5 -0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 64 "/IO_Banks/IO_Buffer_B/Y4") (tstamp b09666f9-12f1-4ee9-8877-2292c94258ca)) - (pad "2" smd roundrect (at -0.5 -0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 65 "/IO_Banks/IO_Buffer_B/Y5") (tstamp 4d586a18-26c5-441e-a9ff-8125ee516126)) - (pad "3" smd roundrect (at -0.5 0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 66 "/IO_Banks/IO_Buffer_B/Y6") (tstamp 477892a1-722e-4cda-bb6c-fcdb8ba5f93e)) - (pad "4" smd roundrect (at -0.5 0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 59 "/IO_Banks/IO_Buffer_B/Y7") (tstamp 9186fd02-f30d-4e17-aa38-378ab73e3908)) - (pad "5" smd roundrect (at 0.5 0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 60 "/IO_Banks/IO_Buffer_B/Z7") (tstamp 4ba06b66-7669-4c70-b585-f5d4c9c33527)) - (pad "6" smd roundrect (at 0.5 0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 72 "/IO_Banks/IO_Buffer_B/Z6") (tstamp 60ff6322-62e2-4602-9bc0-7a0f0a5ecfbf)) - (pad "7" smd roundrect (at 0.5 -0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 70 "/IO_Banks/IO_Buffer_B/Z5") (tstamp aa130053-a451-4f12-97f7-3d4d891a5f83)) - (pad "8" smd roundrect (at 0.5 -0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 71 "/IO_Banks/IO_Buffer_B/Z4") (tstamp e7369115-d491-4ef3-be3d-f5298992c3e8)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_Array_Convex_4x0402" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea8cc4d) - (at 113.4 106 90) - (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") - (tags "resistor array") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005eb390f9") - (attr smd) - (fp_text reference "RN5" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 9a0b74a5-4879-4b51-8e8e-6d85a0107422) - ) - (fp_text value "10k" (at 0.9 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp eae14f5f-515c-4a6f-ad0e-e8ef233d14bf) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 6e435cd4-da2b-4602-a0aa-5dd988834dff) - ) - (fp_line (start 0.25 -1.18) (end -0.25 -1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f411f68-04bd-4175-a406-bcaa4cf6601e)) - (fp_line (start 0.25 1.18) (end -0.25 1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1fa508ef-df83-4c99-846b-9acf535b3ad9)) - (fp_line (start -1 -1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 399fc36a-ed5d-44b5-82f7-c6f83d9acc14)) - (fp_line (start -1 -1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 155b0b7c-70b4-4a26-a550-bac13cab0aa4)) - (fp_line (start 1 1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00e38d63-5436-49db-81f5-697421f168fc)) - (fp_line (start 1 1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00)) - (fp_line (start -0.5 -1) (end 0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f675e5f-8fe6-4148-baf1-da97afc770f8)) - (fp_line (start -0.5 1) (end -0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8fc062a7-114d-48eb-a8f8-71128838f380)) - (fp_line (start 0.5 -1) (end 0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa)) - (fp_line (start 0.5 1) (end -0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 917920ab-0c6e-4927-974d-ef342cdd4f63)) - (pad "1" smd roundrect (at -0.5 -0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 69 "/IO_Banks/IO_Buffer_B/Z3") (tstamp d88958ac-68cd-4955-a63f-0eaa329dec86)) - (pad "2" smd roundrect (at -0.5 -0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 68 "/IO_Banks/IO_Buffer_B/Z2") (tstamp e5864fe6-2a71-47f0-90ce-38c3f8901580)) - (pad "3" smd roundrect (at -0.5 0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 67 "/IO_Banks/IO_Buffer_B/Z1") (tstamp 699feae1-8cdd-4d2b-947f-f24849c73cdb)) - (pad "4" smd roundrect (at -0.5 0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 58 "/IO_Banks/IO_Buffer_B/Z0") (tstamp 61fe4c73-be59-4519-98f1-a634322a841d)) - (pad "5" smd roundrect (at 0.5 0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 216 "/IO_Banks/IO_Buffer_B/P0") (tstamp 70e4263f-d95a-4431-b3f3-cfc800c82056)) - (pad "6" smd roundrect (at 0.5 0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 215 "/IO_Banks/IO_Buffer_B/P1") (tstamp 38a501e2-0ee8-439d-bd02-e9e90e7503e9)) - (pad "7" smd roundrect (at 0.5 -0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 214 "/IO_Banks/IO_Buffer_B/P2") (tstamp f9c81c26-f253-4227-a69f-53e64841cfbe)) - (pad "8" smd roundrect (at 0.5 -0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 213 "/IO_Banks/IO_Buffer_B/P3") (tstamp c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_Array_Convex_4x0402" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea8cc64) - (at 110.9 106 90) - (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") - (tags "resistor array") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005eb2cc53") - (attr smd) - (fp_text reference "RN6" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 224768bc-6009-43ba-aa4a-70cbaa15b5a3) - ) - (fp_text value "10k" (at 0.9 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp fef37e8b-0ff0-4da2-8a57-acaf19551d1a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp d21cc5e4-177a-4e1d-a8d5-060ed33e5b8e) - ) - (fp_line (start 0.25 -1.18) (end -0.25 -1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8fc38ec-0b98-40bc-ae2f-e5cc29973bca)) - (fp_line (start 0.25 1.18) (end -0.25 1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34d03349-6d78-4165-a683-2d8b76f2bae8)) - (fp_line (start -1 -1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 37b6c6d6-3e12-4736-912a-ea6e2bf06721)) - (fp_line (start -1 -1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb4b1afc-c46e-451d-8dad-36b7dec82f26)) - (fp_line (start 1 1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e32ee344-1030-4498-9cac-bfbf7540faf4)) - (fp_line (start 1 1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86dc7a78-7d51-4111-9eea-8a8f7977eb16)) - (fp_line (start -0.5 -1) (end 0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89c0bc4d-eee5-4a77-ac35-d30b35db5cbe)) - (fp_line (start -0.5 1) (end -0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7531a95-7ca1-4f34-955e-18120cec99e6)) - (fp_line (start 0.5 -1) (end 0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1c30a32-820e-4b17-aec9-5cb8b76f0ccc)) - (fp_line (start 0.5 1) (end -0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8)) - (pad "1" smd roundrect (at -0.5 -0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 60 "/IO_Banks/IO_Buffer_B/Z7") (tstamp 26801cfb-b53b-4a6a-a2f4-5f4986565765)) - (pad "2" smd roundrect (at -0.5 -0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 72 "/IO_Banks/IO_Buffer_B/Z6") (tstamp c7af8405-da2e-4a34-b9b8-518f342f8995)) - (pad "3" smd roundrect (at -0.5 0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 70 "/IO_Banks/IO_Buffer_B/Z5") (tstamp aa79024d-ca7e-4c24-b127-7df08bbd0c75)) - (pad "4" smd roundrect (at -0.5 0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 71 "/IO_Banks/IO_Buffer_B/Z4") (tstamp c49d23ab-146d-4089-864f-2d22b5b414b9)) - (pad "5" smd roundrect (at 0.5 0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 212 "/IO_Banks/IO_Buffer_B/P4") (tstamp 0bcafe80-ffba-4f1e-ae51-95a595b006db)) - (pad "6" smd roundrect (at 0.5 0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 211 "/IO_Banks/IO_Buffer_B/P5") (tstamp 026ac84e-b8b2-4dd2-b675-8323c24fd778)) - (pad "7" smd roundrect (at 0.5 -0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 210 "/IO_Banks/IO_Buffer_B/P6") (tstamp 34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d)) - (pad "8" smd roundrect (at 0.5 -0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 209 "/IO_Banks/IO_Buffer_B/P7") (tstamp da25bf79-0abb-4fac-a221-ca5c574dfc29)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_Array_Convex_4x0402" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea8cc7b) - (at 90.8 90.3) - (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") - (tags "resistor array") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005eac6f23") - (attr smd) - (fp_text reference "RN7" (at 0 0.3 90) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 4a850cb6-bb24-4274-a902-e49f34f0a0e3) - ) - (fp_text value "33R" (at -0.9 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e5203297-b913-4288-a576-12a92185cb52) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 1f8b2c0c-b042-4e2e-80f6-4959a27b238f) - ) - (fp_line (start 0.25 -1.18) (end -0.25 -1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7667b23-296e-4362-a7e3-949632c8954b)) - (fp_line (start 0.25 1.18) (end -0.25 1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b873bc5d-a9af-4bd9-afcb-87ce4d417120)) - (fp_line (start -1 -1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c04386e0-b49e-4fff-b380-675af13a62cb)) - (fp_line (start -1 -1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03c7f780-fc1b-487a-b30d-567d6c09fdc8)) - (fp_line (start 1 1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4107d40a-e5df-4255-aacc-13f9928e090c)) - (fp_line (start 1 1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9bb0e73-161a-4d06-b6eb-a9f66d8a95f5)) - (fp_line (start -0.5 -1) (end 0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 700e8b73-5976-423f-a3f3-ab3d9f3e9760)) - (fp_line (start -0.5 1) (end -0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c76d4423-ef1b-4a6f-8176-33d65f2877bb)) - (fp_line (start 0.5 -1) (end 0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b4300db7-1220-431a-b7c3-2edbdf8fa6fc)) - (fp_line (start 0.5 1) (end -0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79e31048-072a-4a40-a625-26bb0b5f046b)) - (pad "1" smd roundrect (at -0.5 -0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 97 "/IO_Banks/QA0") (tstamp 1c68b844-c861-46b7-b734-0242168a4220)) - (pad "2" smd roundrect (at -0.5 -0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 99 "/IO_Banks/QA1") (tstamp d2d7bea6-0c22-495f-8666-323b30e03150)) - (pad "3" smd roundrect (at -0.5 0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 100 "/IO_Banks/QA2") (tstamp 0f324b67-75ef-407f-8dbc-3c1fc5c2abba)) - (pad "4" smd roundrect (at -0.5 0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 101 "/IO_Banks/QA3") (tstamp e7bb7815-0d52-4bb8-b29a-8cf960bd2905)) - (pad "5" smd roundrect (at 0.5 0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 180 "Net-(RN7-Pad5)") (tstamp 0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9)) - (pad "6" smd roundrect (at 0.5 0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 181 "Net-(RN7-Pad6)") (tstamp 0ae82096-0994-4fb0-9a2a-d4ac4804abac)) - (pad "7" smd roundrect (at 0.5 -0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 182 "Net-(RN7-Pad7)") (tstamp 8195a7cf-4576-44dd-9e0e-ee048fdb93dd)) - (pad "8" smd roundrect (at 0.5 -0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 208 "/IO_Banks/IO_Buffer_A/X0") (tstamp e0f06b5c-de63-4833-a591-ca9e19217a35)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_Array_Convex_4x0402" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea8cc92) - (at 90.8 92.8) - (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") - (tags "resistor array") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005eafc4a6") - (attr smd) - (fp_text reference "RN8" (at 0 0.3 90) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp a24ddb4f-c217-42ca-b6cb-d12da84fb2b9) - ) - (fp_text value "33R" (at -0.9 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp a6ccc556-da88-4006-ae1a-cc35733efef3) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 065b9982-55f2-4822-977e-07e8a06e7b35) - ) - (fp_line (start 0.25 -1.18) (end -0.25 -1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4aa537c-eb9d-4dbb-ac87-fae46af42391)) - (fp_line (start 0.25 1.18) (end -0.25 1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9403623-c00c-4b71-bc5c-d763ff009386)) - (fp_line (start -1 -1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5fc9acb6-6dbb-4598-825b-4b9e7c4c67c4)) - (fp_line (start -1 -1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a53767ed-bb28-4f90-abe0-e0ea734812a4)) - (fp_line (start 1 1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f31f11f-c374-4640-b9a4-07bbdba8d354)) - (fp_line (start 1 1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18b7e157-ae67-48ad-bd7c-9fef6fe45b22)) - (fp_line (start -0.5 -1) (end 0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc2801a1-d539-4721-b31f-fe196b9f13df)) - (fp_line (start -0.5 1) (end -0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d1d60ff-408a-47a7-892f-c5cf9ef6ca75)) - (fp_line (start 0.5 -1) (end 0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 970e0f64-111f-41e3-9f5a-fb0d0f6fa101)) - (fp_line (start 0.5 1) (end -0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6135480-ace6-42b2-9c47-856ef57cded1)) - (pad "1" smd roundrect (at -0.5 -0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 102 "/IO_Banks/QA4") (tstamp 31540a7e-dc9e-4e4d-96b1-dab15efa5f4b)) - (pad "2" smd roundrect (at -0.5 -0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 103 "/IO_Banks/QA5") (tstamp 19b0959e-a79b-43b2-a5ad-525ced7e9131)) - (pad "3" smd roundrect (at -0.5 0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 104 "/IO_Banks/QA6") (tstamp 109caac1-5036-4f23-9a66-f569d871501b)) - (pad "4" smd roundrect (at -0.5 0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 98 "/IO_Banks/QA7") (tstamp e67b9f8c-019b-4145-98a4-96545f6bb128)) - (pad "5" smd roundrect (at 0.5 0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 183 "Net-(RN8-Pad5)") (tstamp 998b7fa5-31a5-472e-9572-49d5226d6098)) - (pad "6" smd roundrect (at 0.5 0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 184 "Net-(RN8-Pad6)") (tstamp e4d2f565-25a0-48c6-be59-f4bf31ad2558)) - (pad "7" smd roundrect (at 0.5 -0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 186 "Net-(RN8-Pad7)") (tstamp 7c04618d-9115-4179-b234-a8faf854ea92)) - (pad "8" smd roundrect (at 0.5 -0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 185 "Net-(RN8-Pad8)") (tstamp e502d1d5-04b0-4d4b-b5c3-8c52d09668e7)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_Array_Convex_4x0402" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea8ccc0) - (at 105.7 86 90) - (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") - (tags "resistor array") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005eb2c386") - (attr smd) - (fp_text reference "RN10" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp a5e521b9-814e-4853-a5ac-f158785c6269) - ) - (fp_text value "33R" (at -1.3 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 262f1ea9-0133-4b43-be36-456207ea857c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp c1c799a0-3c93-493a-9ad7-8a0561bc69ee) - ) - (fp_line (start 0.25 -1.18) (end -0.25 -1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4f86a46-3bc8-4daa-9125-a63f297eb114)) - (fp_line (start 0.25 1.18) (end -0.25 1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22999e73-da32-43a5-9163-4b3a41614f25)) - (fp_line (start -1 -1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 658dad07-97fd-466c-8b49-21892ac96ea4)) - (fp_line (start -1 -1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e68f0cd-800e-4167-9553-71fc59da1eeb)) - (fp_line (start 1 1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c09938fd-06b9-4771-9f63-2311626243b3)) - (fp_line (start 1 1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40b14a16-fb82-4b9d-89dd-55cd98abb5cc)) - (fp_line (start -0.5 -1) (end 0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 721d1be9-236e-470b-ba69-f1cc6c43faf9)) - (fp_line (start -0.5 1) (end -0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81a15393-727e-448b-a777-b18773023d89)) - (fp_line (start 0.5 -1) (end 0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5edcefbe-9766-42c8-9529-28d0ec865573)) - (fp_line (start 0.5 1) (end -0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec5c2062-3a41-4636-8803-069e60a1641a)) - (pad "1" smd roundrect (at -0.5 -0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 80 "/IO_Banks/IO_Buffer_A/Y4") (tstamp a29f8df0-3fae-4edf-8d9c-bd5a875b13e3)) - (pad "2" smd roundrect (at -0.5 -0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 81 "/IO_Banks/IO_Buffer_A/Y5") (tstamp 20cca02e-4c4d-4961-b6b4-b40a1731b220)) - (pad "3" smd roundrect (at -0.5 0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 82 "/IO_Banks/IO_Buffer_A/Y6") (tstamp 5487601b-81d3-4c70-8f3d-cf9df9c63302)) - (pad "4" smd roundrect (at -0.5 0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 75 "/IO_Banks/IO_Buffer_A/Y7") (tstamp cb614b23-9af3-4aec-bed8-c1374e001510)) - (pad "5" smd roundrect (at 0.5 0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 76 "/IO_Banks/IO_Buffer_A/Z7") (tstamp 2d697cf0-e02e-4ed1-a048-a704dab0ee43)) - (pad "6" smd roundrect (at 0.5 0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 88 "/IO_Banks/IO_Buffer_A/Z6") (tstamp 240c10af-51b5-420e-a6f4-a2c8f5db1db5)) - (pad "7" smd roundrect (at 0.5 -0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 86 "/IO_Banks/IO_Buffer_A/Z5") (tstamp 592f25e6-a01b-47fd-8172-3da01117d00a)) - (pad "8" smd roundrect (at 0.5 -0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 87 "/IO_Banks/IO_Buffer_A/Z4") (tstamp 503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_Array_Convex_4x0402" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea8ccd7) - (at 110.9 85 -90) - (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") - (tags "resistor array") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005eb390f9") - (attr smd) - (fp_text reference "RN11" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 5cf2db29-f7ab-499a-9907-cdeba64bf0f3) - ) - (fp_text value "10k" (at 0.9 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp feb26ecb-9193-46ea-a41b-d09305bf0a3e) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 382ca670-6ae8-4de6-90f9-f241d1337171) - ) - (fp_line (start 0.25 -1.18) (end -0.25 -1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56)) - (fp_line (start 0.25 1.18) (end -0.25 1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cff34251-839c-4da9-a0ad-85d0fc4e32af)) - (fp_line (start -1 -1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c9667181-b3c7-4b01-b8b4-baa29a9aea63)) - (fp_line (start -1 -1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5b800ca-1ab6-4b66-b5f7-2dda5658b504)) - (fp_line (start 1 1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be645d0f-8568-47a0-a152-e3ddd33563eb)) - (fp_line (start 1 1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ebd06df3-d52b-4cff-99a2-a771df6d3733)) - (fp_line (start -0.5 -1) (end 0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459)) - (fp_line (start -0.5 1) (end -0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29195ea4-8218-44a1-b4bf-466bee0082e4)) - (fp_line (start 0.5 -1) (end 0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b0906e10-2fbc-4309-a8b4-6fc4cd1a5490)) - (fp_line (start 0.5 1) (end -0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ce8d3ab-2662-4158-8a2a-18b782908fc5)) - (pad "1" smd roundrect (at -0.5 -0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 85 "/IO_Banks/IO_Buffer_A/Z3") (tstamp 057af6bb-cf6f-4bfb-b0c0-2e92a2c09a47)) - (pad "2" smd roundrect (at -0.5 -0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 84 "/IO_Banks/IO_Buffer_A/Z2") (tstamp 4632212f-13ce-4392-bc68-ccb9ba333770)) - (pad "3" smd roundrect (at -0.5 0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 83 "/IO_Banks/IO_Buffer_A/Z1") (tstamp cb16d05e-318b-4e51-867b-70d791d75bea)) - (pad "4" smd roundrect (at -0.5 0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 74 "/IO_Banks/IO_Buffer_A/Z0") (tstamp 173f6f06-e7d0-42ac-ab03-ce6b79b9eeee)) - (pad "5" smd roundrect (at 0.5 0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 224 "/IO_Banks/IO_Buffer_A/P0") (tstamp bd9595a1-04f3-4fda-8f1b-e65ad874edd3)) - (pad "6" smd roundrect (at 0.5 0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 223 "/IO_Banks/IO_Buffer_A/P1") (tstamp 309b3bff-19c8-41ec-a84d-63399c649f46)) - (pad "7" smd roundrect (at 0.5 -0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 222 "/IO_Banks/IO_Buffer_A/P2") (tstamp 2e842263-c0ba-46fd-a760-6624d4c78278)) - (pad "8" smd roundrect (at 0.5 -0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 221 "/IO_Banks/IO_Buffer_A/P3") (tstamp 8c0807a7-765b-4fa5-baaa-e09a2b610e6b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_Array_Convex_4x0402" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ea8ccee) - (at 113.4 85 -90) - (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") - (tags "resistor array") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005eb2cc53") - (attr smd) - (fp_text reference "RN12" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp c8029a4c-945d-42ca-871a-dd73ff50a1a3) - ) - (fp_text value "10k" (at 0.9 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 6781326c-6e0d-4753-8f28-0f5c687e01f9) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp c701ee8e-1214-4781-a973-17bef7b6e3eb) - ) - (fp_line (start 0.25 -1.18) (end -0.25 -1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e40e8cef-4fb0-4fc3-be09-3875b2cc8469)) - (fp_line (start 0.25 1.18) (end -0.25 1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15fe8f3d-6077-4e0e-81d0-8ec3f4538981)) - (fp_line (start -1 -1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e65b62be-e01b-4688-a999-1d1be370c4ae)) - (fp_line (start -1 -1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 814763c2-92e5-4a2c-941c-9bbd073f6e87)) - (fp_line (start 1 1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e1535036-5d36-405f-bb86-3819621c4f23)) - (fp_line (start 1 1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 82be7aae-5d06-4178-8c3e-98760c41b054)) - (fp_line (start -0.5 -1) (end 0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b34a16c-5a14-4291-8242-ea6d6ac54372)) - (fp_line (start -0.5 1) (end -0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b3c58a7-a9b9-4498-abc0-f9f43e4f0292)) - (fp_line (start 0.5 -1) (end 0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35a9f71f-ba35-47f6-814e-4106ac36c51e)) - (fp_line (start 0.5 1) (end -0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c094494a-f6f7-43fc-a007-4951484ddf3a)) - (pad "1" smd roundrect (at -0.5 -0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 76 "/IO_Banks/IO_Buffer_A/Z7") (tstamp 9193c41e-d425-447d-b95c-6986d66ea01c)) - (pad "2" smd roundrect (at -0.5 -0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 88 "/IO_Banks/IO_Buffer_A/Z6") (tstamp 7e0a03ae-d054-4f76-a131-5c09b8dc1636)) - (pad "3" smd roundrect (at -0.5 0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 86 "/IO_Banks/IO_Buffer_A/Z5") (tstamp d6fb27cf-362d-4568-967c-a5bf49d5931b)) - (pad "4" smd roundrect (at -0.5 0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 87 "/IO_Banks/IO_Buffer_A/Z4") (tstamp 20c315f4-1e4f-49aa-8d61-778a7389df7e)) - (pad "5" smd roundrect (at 0.5 0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 220 "/IO_Banks/IO_Buffer_A/P4") (tstamp d9c6d5d2-0b49-49ba-a970-cd2c32f74c54)) - (pad "6" smd roundrect (at 0.5 0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 219 "/IO_Banks/IO_Buffer_A/P5") (tstamp a6b7df29-bcf8-46a9-b623-7eaac47f5110)) - (pad "7" smd roundrect (at 0.5 -0.25 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 218 "/IO_Banks/IO_Buffer_A/P6") (tstamp 7a4ce4b3-518a-4819-b8b2-5127b3347c64)) - (pad "8" smd roundrect (at 0.5 -0.8 270) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 217 "/IO_Banks/IO_Buffer_A/P7") (tstamp a9b3f6e4-7a6d-4ae8-ad28-3d8458e0ca1a)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ec97efe) - (at 96.1 85.7) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b3d9a66") - (attr smd) - (fp_text reference "U4" (at 0 0.1 180) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e294d04e-3720-4cda-b63e-078484e0733c) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp b11ebd64-c9c7-457c-8a22-c5fed71aadd1) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 21de29f1-55e6-491f-9b72-2d0cf15d30d9) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4512ec7-3389-4b56-9e8b-bdbd8a828957)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c09f8970-d399-4978-b7bf-c426fa2f915a)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97e1f64a-ea8c-4ff4-8e5c-27686d0544c1)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a07246e-3a61-43dd-8b09-0bdf03c3e6f3)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7aec2799-4000-4098-a752-1bed4b75fdcf)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2d16f16-08e6-4947-a6d1-6d787ead02c9)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 331e4b06-587c-447e-bea7-ab3ccd3f7d67)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f4bbdb8-5bb2-4c5f-b604-50c819181981)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d580eb5-0e83-488b-a0fd-a803c630f551)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 441f9c55-be25-4fae-8b9b-6a71ad3b0b86)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d1c6119-4f8d-41bb-ac26-14b7b55b90f2)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 51c3e3cc-739b-4bac-a271-7f779051de39)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 5b3893c6-e4cc-4fa9-be23-63d62d12d2ee)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 208 "/IO_Banks/IO_Buffer_A/X0") (tstamp 93b57547-14ef-426b-8dd7-720b4647ee08)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 73 "/IO_Banks/IO_Buffer_A/Y0") (tstamp 99f42b58-88eb-419e-9dff-f13059ef50e4)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 141 "/IO_Banks/DA0") (tstamp a7f09cc9-2878-4daf-b4fb-2ce63103f4de)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 885fe160-5562-498c-ba18-9f416e1d87d2)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ec99332) - (at 90.8 99.6) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005ca4f297") - (attr smd) - (fp_text reference "U32" (at 0 0 180) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 91d0ac33-7c52-4428-ba83-8720a383522c) - ) - (fp_text value "SN74LVC1T45DCKR" (at -1 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.05))) - (tstamp b4180bb0-8dc9-48ec-9931-26e9377a82e1) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 260c26af-1e30-4624-94a4-7cbfebc53f93) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3585a139-cfc6-4b57-99ce-0163d84caa4b)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c89b3dc0-3882-490a-b628-aad226ceaf7d)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9aa4051b-5d8e-420b-bd92-028862775303)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d6a069f-4023-40e5-b77a-c447eb7c2730)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0816bee4-5935-4741-bd0f-c370f413b02b)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e2a2f6b-8167-4ac5-b2a6-8fefc2e5007d)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ca7d35c-f03b-45eb-bc5e-72292d02981d)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b5ef57e-9829-4c8c-a772-0c450fa178e8)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6792a032-9256-487f-aa0b-8c689e242f4e)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e06f99ab-70c9-48e0-9786-de35bc5b9bdc)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 060a9d78-785b-4e95-9f27-c70c9bd79368)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp ca9b4264-1527-4eb9-9c4a-0f8f3219656b)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 2d9bce5f-b18b-47a2-9654-99086bc7c8ca)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 170 "Net-(R45-Pad1)") (tstamp dd7274bb-36be-4baa-903e-939c1f1b99f6)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 166 "Net-(R38-Pad2)") (tstamp 5cfef867-dff5-4abc-9cf1-6fa8f45eaef2)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 163 "Net-(R10-Pad1)") (tstamp a277cb94-54f4-4201-9b19-13124e8120b4)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp c6f64293-5e29-4afa-8644-d8f9ea3d34e8)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-363_SC-70-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ecc945e) - (at 100.1 105.3) - (descr "SOT-363, SC-70-6") - (tags "SOT-363 SC-70-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e426d") - (attr smd) - (fp_text reference "U29" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 3472ac51-2496-4774-b525-ca48b4eac389) - ) - (fp_text value "SN74LVC1T45DCKR" (at 1.2 0 270) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp f69e205d-71f1-4bed-8e46-d37fa1b7672f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp e37b0ec1-e6e0-41cc-abe1-ad47cc32e2d2) - ) - (fp_line (start -0.7 1.16) (end 0.7 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d916b305-a832-4de9-944b-164deaf38300)) - (fp_line (start 0.7 -1.16) (end -1.2 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d2043d0-1e2a-47a8-b40c-1d3c6b8242cf)) - (fp_line (start -1.6 -1.4) (end -1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp accfea22-0220-4bfc-bc57-88d0ba04c651)) - (fp_line (start -1.6 -1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 584970dc-5538-419b-b998-8d8d4ada798f)) - (fp_line (start -1.6 1.4) (end 1.6 1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c81b9e4-c3e8-4c27-acdb-80b385e836a7)) - (fp_line (start 1.6 1.4) (end 1.6 -1.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85ce4d4c-d093-4323-9a04-70d33e2d6c7e)) - (fp_line (start -0.675 -0.6) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e72b1b6-3005-465f-b29c-9fb2358144c7)) - (fp_line (start -0.175 -1.1) (end -0.675 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32152384-5f30-4790-a5a7-40a77da6c53b)) - (fp_line (start 0.675 -1.1) (end -0.175 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 825fbe04-7d0f-48c0-b196-0082d6b05859)) - (fp_line (start 0.675 -1.1) (end 0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a43f2ef-4839-435a-bede-c90252339a51)) - (fp_line (start 0.675 1.1) (end -0.675 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce81dad1-984f-418b-94c3-c50892ce4eaf)) - (pad "1" smd roundrect (at -0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp e48d619a-e38f-4825-9d22-87e3b38d9c99)) - (pad "2" smd roundrect (at -0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 07ea9fe0-fccf-4161-ae79-4bb53994d273)) - (pad "3" smd roundrect (at -0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 176 "Net-(RN2-Pad5)") (tstamp 98fdaaa4-ab6c-4567-b372-3bc94fd81e5f)) - (pad "4" smd roundrect (at 0.95 0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 59 "/IO_Banks/IO_Buffer_B/Y7") (tstamp 34f494d3-f727-4e92-b04b-bb02d398ea06)) - (pad "5" smd roundrect (at 0.95 0) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 154 "/IO_Banks/DB7") (tstamp a86ebb7d-c08b-41a3-932e-4967a39ce5f9)) - (pad "6" smd roundrect (at 0.95 -0.65) (size 0.65 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp c36e7618-99ac-4188-82ad-148b9401ee0f)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:D_SOD-523" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ecc9519) - (at 107.8 95.1 -90) - (descr "http://www.diodes.com/datasheets/ap02001.pdf p.144") - (tags "Diode SOD523") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cb88f58") - (attr smd) - (fp_text reference "D13" (at -0.9 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 7dc1ce1b-568c-4602-a1cf-8ad58eddd87c) - ) - (fp_text value "ESD5Z5.0T1G" (at -0.2 -0.9 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 4559dd26-8d90-4217-a8b2-1adb39d7efbd) - ) - (fp_text user "${REFERENCE}" (at -1 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 994fc6db-04e3-467f-a34e-4a116e6eee69) - ) - (fp_text user "DNP" (at 1 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b7378d4f-15e7-48c2-b38c-9dd31063481b) - ) - (fp_line (start -1.15 -0.6) (end -1.15 0.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bcb83b99-261c-469f-8af0-a0322b6b6b83)) - (fp_line (start 0.7 -0.6) (end -1.15 -0.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2a6f153-6152-4b4a-a95b-ba79228f774c)) - (fp_line (start 0.7 0.6) (end -1.15 0.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 866c2804-79f0-42ad-b60b-35330f41683f)) - (fp_line (start -1.25 -0.7) (end 1.25 -0.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88437818-a1b8-44b4-bc00-e42bba625dc9)) - (fp_line (start -1.25 0.7) (end -1.25 -0.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5e4519a-6c2a-4312-baa7-395373ccf3bd)) - (fp_line (start 1.25 -0.7) (end 1.25 0.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbf52acc-7d17-4162-af1b-92c9f7574539)) - (fp_line (start 1.25 0.7) (end -1.25 0.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18c86c44-f8fe-4b42-a28c-0fca03224b5f)) - (fp_line (start -0.65 -0.45) (end 0.65 -0.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80974d09-14d4-49e4-885a-2070ecdadbdc)) - (fp_line (start -0.65 0.45) (end -0.65 -0.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ce7d010-913b-4e34-8311-b9fad075fcaf)) - (fp_line (start -0.2 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d6acc38-20a2-49b8-8ec8-88bfa5c9826b)) - (fp_line (start -0.2 0) (end 0.1 0.2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5af7677d-8b5c-4dfa-a482-9a873acac0d3)) - (fp_line (start -0.2 0.2) (end -0.2 -0.2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c15f1642-2bad-485f-ac22-f9329a013e94)) - (fp_line (start 0.1 -0.2) (end -0.2 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23fd8ab2-9115-4418-91e6-98eecb4fbf95)) - (fp_line (start 0.1 0) (end 0.25 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff60da9d-fe92-4759-b91e-bcaff4d8cbf3)) - (fp_line (start 0.1 0.2) (end 0.1 -0.2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89a5c41e-d361-4706-aae5-5c9b84b69e11)) - (fp_line (start 0.65 -0.45) (end 0.65 0.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4271cdf-2b7a-4efd-8fa1-f506ca5d8e3f)) - (fp_line (start 0.65 0.45) (end -0.65 0.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3398ffa0-8151-4ab9-9a1e-05a8f3e68625)) - (pad "1" smd roundrect (at -0.7 0 90) (size 0.6 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 168 "Net-(D13-Pad1)") (tstamp cb0f55e2-3db9-424f-95d5-cc3e943c6710)) - (pad "2" smd roundrect (at 0.7 0 90) (size 0.6 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 9e68a39c-8e96-496e-9540-23ea32b85a2c)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-523.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_Array_Convex_4x0402" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005eccd151) - (at 90.8 105.4) - (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") - (tags "resistor array") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005eafc4a6") - (attr smd) - (fp_text reference "RN2" (at 0 0.3 90) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 1171ce37-6ad7-4662-bb68-5592c945ebf3) - ) - (fp_text value "33R" (at -0.9 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp d4c9471f-7503-4339-928c-d1abae1eede6) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 43707e99-bdd7-4b02-9974-540ed6c2b0aa) - ) - (fp_line (start 0.25 -1.18) (end -0.25 -1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1fbb0219-551e-409b-a61b-76e8cebdfb9d)) - (fp_line (start 0.25 1.18) (end -0.25 1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7bfba61b-6752-4a45-9ee6-5984dcb15041)) - (fp_line (start -1 -1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54212c01-b363-47b8-a145-45c40df316f4)) - (fp_line (start -1 -1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99dfa524-0366-4808-b4e8-328fc38e8656)) - (fp_line (start 1 1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8f3a9fc-1e34-4573-a767-508104e8d242)) - (fp_line (start 1 1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 180245d9-4a3f-4d1b-adcc-b4eafac722e0)) - (fp_line (start -0.5 -1) (end 0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e17e6c0e-7e5b-43f0-ad48-0a2760b45b04)) - (fp_line (start -0.5 1) (end -0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99332785-d9f1-4363-9377-26ddc18e6d2c)) - (fp_line (start 0.5 -1) (end 0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4e20505-1208-4100-a4aa-676f50844c06)) - (fp_line (start 0.5 1) (end -0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79770cd5-32d7-429a-8248-0d9e6212231a)) - (pad "1" smd roundrect (at -0.5 -0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 91 "/IO_Banks/QB4") (tstamp c8b6b273-3d20-4a46-8069-f6d608563604)) - (pad "2" smd roundrect (at -0.5 -0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 90 "/IO_Banks/QB5") (tstamp dae72997-44fc-4275-b36f-cd70bf46cfba)) - (pad "3" smd roundrect (at -0.5 0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 89 "/IO_Banks/QB6") (tstamp 5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7)) - (pad "4" smd roundrect (at -0.5 0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 95 "/IO_Banks/QB7") (tstamp 9dcdc92b-2219-4a4a-8954-45f02cc3ab25)) - (pad "5" smd roundrect (at 0.5 0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 176 "Net-(RN2-Pad5)") (tstamp 28e37b45-f843-47c2-85c9-ca19f5430ece)) - (pad "6" smd roundrect (at 0.5 0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 177 "Net-(RN2-Pad6)") (tstamp 88610282-a92d-4c3d-917a-ea95d59e0759)) - (pad "7" smd roundrect (at 0.5 -0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 179 "Net-(RN2-Pad7)") (tstamp 3c5e5ea9-793d-46e3-86bc-5884c4490dc7)) - (pad "8" smd roundrect (at 0.5 -0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 178 "Net-(RN2-Pad8)") (tstamp 98914cc3-56fe-40bb-820a-3d157225c145)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_Array_Convex_4x0402" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005eccd264) - (at 90.8 102.9) - (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") - (tags "resistor array") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005eac6f23") - (attr smd) - (fp_text reference "RN1" (at 0 0.3 90) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 2d67a417-188f-4014-9282-000265d80009) - ) - (fp_text value "33R" (at -0.9 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 84e5506c-143e-495f-9aa4-d3a71622f213) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 477311b9-8f81-40c8-9c55-fd87e287247a) - ) - (fp_line (start 0.25 -1.18) (end -0.25 -1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca5a4651-0d1d-441b-b17d-01518ef3b656)) - (fp_line (start 0.25 1.18) (end -0.25 1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a13ab237-8f8d-4e16-8c47-4440653b8534)) - (fp_line (start -1 -1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87d7448e-e139-4209-ae0b-372f805267da)) - (fp_line (start -1 -1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 099096e4-8c2a-4d84-a16f-06b4b6330e7a)) - (fp_line (start 1 1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc)) - (fp_line (start 1 1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 34a74736-156e-4bf3-9200-cd137cfa59da)) - (fp_line (start -0.5 -1) (end 0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 097edb1b-8998-4e70-b670-bba125982348)) - (fp_line (start -0.5 1) (end -0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6284122b-79c3-4e04-925e-3d32cc3ec077)) - (fp_line (start 0.5 -1) (end 0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 994b6220-4755-4d84-91b3-6122ac1c2c5e)) - (fp_line (start 0.5 1) (end -0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67763d19-f622-4e1e-81e5-5b24da7c3f99)) - (pad "1" smd roundrect (at -0.5 -0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 96 "/IO_Banks/QB0") (tstamp 98c78427-acd5-4f90-9ad6-9f61c4809aec)) - (pad "2" smd roundrect (at -0.5 -0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 94 "/IO_Banks/QB1") (tstamp f4eb0267-179f-46c9-b516-9bfb06bac1ba)) - (pad "3" smd roundrect (at -0.5 0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 93 "/IO_Banks/QB2") (tstamp 8087f566-a94d-4bbc-985b-e49ee7762296)) - (pad "4" smd roundrect (at -0.5 0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 92 "/IO_Banks/QB3") (tstamp 3a52f112-cb97-43db-aaeb-20afe27664d7)) - (pad "5" smd roundrect (at 0.5 0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 173 "Net-(RN1-Pad5)") (tstamp ee41cb8e-512d-41d2-81e1-3c50fff32aeb)) - (pad "6" smd roundrect (at 0.5 0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 174 "Net-(RN1-Pad6)") (tstamp 1e518c2a-4cb7-4599-a1fa-5b9f847da7d3)) - (pad "7" smd roundrect (at 0.5 -0.25) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 175 "Net-(RN1-Pad7)") (tstamp 41acfe41-fac7-432a-a7a3-946566e2d504)) - (pad "8" smd roundrect (at 0.5 -0.8) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 207 "/IO_Banks/IO_Buffer_B/X0") (tstamp 644ae9fc-3c8e-4089-866e-a12bf371c3e9)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ecdafd9) - (at 108.35 92.25 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005cc4e0e7") - (attr smd) - (fp_text reference "R37" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp a6234708-f271-498d-a64f-24d32f758b07) - ) - (fp_text value "10k" (at 0 0.65 -90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 460fc9a8-446e-45a7-9d6c-c272be997294) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 0b363f34-1a8a-4e77-8f3a-c31d1cc15ae6) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e473f0f-ce9b-4736-9d15-b0634cd33cc5)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8076946b-39c8-4690-98a2-00aa57004f71)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f6efca1-2344-4f21-9408-2acae7613ef6)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a48df92-b4d0-4159-8735-44ccb72b15cf)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63ab8de0-d3a0-4f2a-a526-51c4913ddee6)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ff605c0-ff0e-408c-aa65-991dfa0817c9)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89c18b9c-1cb9-45ef-bf7e-879d882b206b)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15ac6ca2-8d6d-4f7f-8d3b-a3e2b642d350)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 161 "Net-(R37-Pad1)") (tstamp a0e869d7-248c-47f1-9ad2-ae615ac9e86e)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 26583c74-f20e-4728-8049-ea12adf4dac5)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:USB_C_Receptacle_HRO_TYPE-C-31-M-12" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ece3732) - (at 52.65 95.5 -90) - (descr "USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf") - (tags "usb usb-c 2.0 pd") - (path "/00000000-0000-0000-0000-00005ed2e76f") - (attr smd) - (fp_text reference "J1" (at 0 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 626679e8-6101-4722-ac57-5b8d9dab4c8b) - ) - (fp_text value "USB_C_USB2.0" (at 0 4.65 -90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b7bf6e08-7978-4190-aff5-c90d967f0f9c) - ) - (fp_line (start -4.7 -1.9) (end -4.7 0.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a90361cd-254c-4d27-ae1f-9a6c85bafe28)) - (fp_line (start -4.7 2) (end -4.7 3.9) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84d296ba-3d39-4264-ad19-947f90c54396)) - (fp_line (start -4.7 3.9) (end 4.7 3.9) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b59f18ce-2e34-4b6e-b14d-8d73b8268179)) - (fp_line (start 4.7 -1.9) (end 4.7 0.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6325c32f-c82a-4357-b022-f9c7e76f412e)) - (fp_line (start 4.7 2) (end 4.7 3.9) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18d11f32-e1a6-4f29-8e3c-0bfeb07299bd)) - (fp_line (start -5.32 -5.27) (end -5.32 4.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9390234f-bf3f-46cd-b6a0-8a438ec76e9f)) - (fp_line (start -5.32 -5.27) (end 5.32 -5.27) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8cdc8ef9-532e-4bf5-9998-7213b9e692a2)) - (fp_line (start -5.32 4.15) (end 5.32 4.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53e34696-241f-47e5-a477-f469335c8a61)) - (fp_line (start 5.32 -5.27) (end 5.32 4.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e813ec2-d4ce-4e2e-b379-c6fedb4c45db)) - (fp_line (start -4.47 -3.65) (end -4.47 3.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ce7415d-7c22-49f6-8215-488853ccc8c6)) - (fp_line (start -4.47 -3.65) (end 4.47 -3.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 691af561-538d-4e8f-a916-26cad45eb7d6)) - (fp_line (start -4.47 3.65) (end 4.47 3.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a222fb6-5159-4931-9015-19df65643140)) - (fp_line (start 4.47 -3.65) (end 4.47 3.65) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88002554-c459-46e5-8b22-6ea6fe07fd4c)) - (pad "" smd roundrect locked (at -4.62 -3.13 270) (size 1.6 2.1) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 844d7d7a-b386-45a8-aaf6-bf41bbcb43b5)) - (pad "" smd roundrect locked (at -4.62 1.05 270) (size 1.6 1.6) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp a07b6b2b-7179-4297-b163-5e47ffbe76d3)) - (pad "" np_thru_hole circle locked (at -2.89 -2.6 270) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp c8a7af6e-c432-4fa3-91ee-c8bf0c5a9ebe)) - (pad "" np_thru_hole circle locked (at 2.89 -2.6 270) (size 0.65 0.65) (drill 0.65) (layers "*.Cu" "*.Mask") (tstamp fe14c012-3d58-4e5e-9a37-4b9765a7f764)) - (pad "" smd roundrect locked (at 4.62 -3.13 270) (size 1.6 2.1) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp ebca7c5e-ae52-43e5-ac6c-69a96a9a5b24)) - (pad "" smd roundrect locked (at 4.62 1.05 270) (size 1.6 1.6) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp d1a9be32-38ba-44e6-bc35-f031541ab1fe)) - (pad "A1" smd roundrect locked (at -3.25 -4.045 270) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp a6738794-75ae-48a6-8949-ed8717400d71)) - (pad "A4" smd roundrect locked (at -2.45 -4.045 270) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 187 "/xVBUS") (tstamp 24b72b0d-63b8-4e06-89d0-e94dcf39a600)) - (pad "A5" smd roundrect locked (at -1.25 -4.045 270) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 188 "/CC1") (tstamp 03f57fb4-32a3-4bc6-85b9-fd8ece4a9592)) - (pad "A6" smd roundrect locked (at -0.25 -4.045 270) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "/USB_P") (tstamp c454102f-dc92-4550-9492-797fc8e6b49c)) - (pad "A7" smd roundrect locked (at 0.25 -4.045 270) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 11 "/USB_N") (tstamp 18ca5aef-6a2c-41ac-9e7f-bf7acb716e53)) - (pad "A8" smd roundrect locked (at 1.25 -4.045 270) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 528fd7da-c9a6-40ae-9f1a-60f6a7f4d534)) - (pad "A9" smd roundrect locked (at 2.45 -4.045 270) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 187 "/xVBUS") (tstamp 07d160b6-23e1-4aa0-95cb-440482e6fc15)) - (pad "A12" smd roundrect locked (at 3.25 -4.045 270) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 90e761f6-1432-4f73-ad28-fa8869b7ec31)) - (pad "B1" smd roundrect locked (at 3.25 -4.045 270) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp a62609cd-29b7-4918-b97d-7b2404ba61cf)) - (pad "B4" smd roundrect locked (at 2.45 -4.045 270) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 187 "/xVBUS") (tstamp 4431c0f6-83ea-4eee-95a8-991da2f03ccd)) - (pad "B5" smd roundrect locked (at 1.75 -4.045 270) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 189 "/CC2") (tstamp 7a879184-fad8-4feb-afb5-86fe8d34f1f7)) - (pad "B6" smd roundrect locked (at 0.75 -4.045 270) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "/USB_P") (tstamp e413cfad-d7bd-41ab-b8dd-4b67484671a6)) - (pad "B7" smd roundrect locked (at -0.75 -4.045 270) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 11 "/USB_N") (tstamp f9b1563b-384a-447c-9f47-736504e995c8)) - (pad "B8" smd roundrect locked (at -1.75 -4.045 270) (size 0.3 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp b78cb2c1-ae4b-4d9b-acd8-d7fe342342f2)) - (pad "B9" smd roundrect locked (at -2.45 -4.045 270) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 187 "/xVBUS") (tstamp 1e48966e-d29d-4521-8939-ec8ac570431d)) - (pad "B12" smd roundrect locked (at -3.25 -4.045 270) (size 0.6 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp d692b5e6-71b2-4fa6-bc83-618add8d8fef)) - (pad "S1" thru_hole oval locked (at -4.32 -3.13 270) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") - (net 7 "/SHLD") (tstamp 91fe070a-a49b-4bc5-805a-42f23e10d114)) - (pad "S1" thru_hole oval locked (at -4.32 1.05 270) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") - (net 7 "/SHLD") (tstamp d01102e9-b170-4eb1-a0a4-9a31feb850b7)) - (pad "S1" thru_hole oval locked (at 4.32 -3.13 270) (size 1 2.1) (drill oval 0.6 1.7) (layers "*.Cu" "*.Mask") - (net 7 "/SHLD") (tstamp 501880c3-8633-456f-9add-0e8fa1932ba6)) - (pad "S1" thru_hole oval locked (at 4.32 1.05 270) (size 1 1.6) (drill oval 0.6 1.2) (layers "*.Cu" "*.Mask") - (net 7 "/SHLD") (tstamp 6afc19cf-38b4-47a3-bc2b-445b18724310)) - (model "$(KIPRJMOD)/../../packages3D/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step" - (offset (xyz -4.5 -3.6 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ecea33b) - (at 61.9 90.2 180) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005acb69d3") - (attr smd) - (fp_text reference "C11" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 29052f11-eb52-41b4-aa3f-c148433f61d5) - ) - (fp_text value "9p" (at -1 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 6360866e-61e1-4dc6-a707-8374bcb5b436) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp eefbb01a-1017-402d-94d8-5e1519140627) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 444af21c-c3d4-4580-a6f3-31660448e88e)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f98860f1-b458-44b8-bcfb-dd360d643f09)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b097fa98-254e-4992-920b-6c95a164d429)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03ceb6fa-e744-4405-b1b0-49ed782742c2)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bb5736a-d22c-47e8-a09f-02490b2d7b1d)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fdf1b3e7-069e-4f76-9d87-caaeb7d55ad9)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2cb9c49e-82d7-476b-bc58-8c6fff3dddf8)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73c4a22b-6852-466b-986e-cd58834dbe20)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 9 "/XTALOUT") (tstamp d7c96d03-c33d-42a4-b9f5-33ebc94d6064)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 7442195e-b309-4104-87d4-096c8b6e0583)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ecfcb55) - (at 58.4 93.15 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f3fb3ba") - (attr smd) - (fp_text reference "R53" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 6933eb41-d471-4ac8-9862-a876011c4773) - ) - (fp_text value "5k1" (at 1.15 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 0432af54-cd35-4c3c-88e6-bbc1a7d2c6b4) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 2b3b0810-cd1d-48a1-a104-fe015cf2af3c) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e63fcaa-261d-4d3c-a5b9-9e80616e71a6)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c564e755-48d6-44b3-a4f6-ab960a5df536)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed456be0-07b8-43ac-86b3-64162a4bcc9a)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a28887cd-2bdd-4ab6-b51e-99cd821ad1c9)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 918a6a26-88ff-465a-a552-2e52adce8a03)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50e82998-94a9-4b38-a960-5b276fe8586e)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f8f1c43-60e8-4996-bc14-4119dfb0064e)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1641185a-e805-403b-b872-eb3450148cc8)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 7de935c6-9119-4940-8080-9aaeda4f0cdd)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 188 "/CC1") (tstamp 774bd91e-6eb9-41ae-a7fd-20b88a031e1c)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed6bc3d) - (at 59.05 96.3 180) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005b5bff50") - (attr smd) - (fp_text reference "C8" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 256f1b08-c503-4652-af63-7c28ab1c6219) - ) - (fp_text value "u1" (at 1.05 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 7b7b3eb8-bf5e-436f-93fa-fbc636b3b09a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 152dc8ca-1ae6-4745-a4ba-ab361a35bfc2) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 927b13de-a1b2-4c42-9cb3-5b1a43c05216)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f956cf2-b76b-4fb9-b9c3-2661e20caba1)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 914b97a7-9ab8-451c-a722-b00b43b0407a)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eef31ba5-994a-4dab-8b67-8b56d6ec3764)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe276b31-4f82-46e6-9162-872c14ea41bb)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 375fb0e4-801c-4d69-a5d2-50c5b1699807)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b2910e6-315c-4be6-b9e1-e1c7b037fc23)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34f66f22-45b2-4607-96e4-1850e941d14c)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 32 "/VUSB") (tstamp 2adf8031-c396-4042-8cb1-90a52ba48945)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp fd4c7d1c-8c57-45d5-ae7b-8381a3e73b19)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Inductor_SMD:L_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed6bca0) - (at 59.05 98.2) - (descr "Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "inductor") - (path "/00000000-0000-0000-0000-00005c13076a") - (attr smd) - (fp_text reference "FB1" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 0453b36c-6c69-499f-9b57-55ad3a11aaa3) - ) - (fp_text value "600R, 0.5A" (at -1.65 0 180) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 1381c62d-fe0d-40e1-a24a-30e3ebdfd353) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp f9cb99d2-037a-4225-bd3a-68863e2a34af) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b70d6b3f-6f1d-4320-ad47-e49881abf53e)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0309d13-8efe-436d-8475-3c44be07c0fd)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3fa9edc2-9fbb-43b5-b42c-e2e44b077acf)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0079f128-ad52-4f7c-b867-0c198ef9053a)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0179d36-a12b-48cd-8026-953a422b4036)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ec1c8c3-cc5a-45f3-bea9-696588128a47)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7484c77c-e105-4a67-8a28-565b967352a5)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fdf4a8d8-6f6e-4596-9e52-1eaf9b2199c0)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 187 "/xVBUS") (tstamp 7a194d1a-1282-4094-9dcc-620cb8f217b0)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 32 "/VUSB") (tstamp cb7a5af0-8d51-414d-8e4c-5f9db1141b2f)) - (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-23-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed6f5bd) - (at 61.9 97.3) - (descr "6-pin SOT-23 package") - (tags "SOT-23-6") - (path "/00000000-0000-0000-0000-00005b280725") - (attr smd) - (fp_text reference "U15" (at 0 0 -90) (layer "F.SilkS") hide - (effects (font (size 0.7 0.7) (thickness 0.15))) - (tstamp f1a8edab-bf46-4526-a465-5634381ae6a3) - ) - (fp_text value "TPD3S014" (at 1.4 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 6a208df9-979b-4538-9095-200a47936ed0) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 5bc6c1c5-1078-47c0-bb58-2c09d06acf6d) - ) - (fp_line (start -0.9 1.61) (end 0.9 1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e904e67d-687b-4696-862e-14a432e67103)) - (fp_line (start 0.9 -1.61) (end -1.55 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2923af67-92f1-438c-9cec-9c0efa70f5c2)) - (fp_line (start -1.9 -1.8) (end -1.9 1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b22b3c7-87af-4c06-91e6-d5b323c7430d)) - (fp_line (start -1.9 1.8) (end 1.9 1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ceb6cdcb-8e0b-4367-b390-08e19d41682c)) - (fp_line (start 1.9 -1.8) (end -1.9 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp efc35da1-a63a-4255-80cb-ee36b2acd693)) - (fp_line (start 1.9 1.8) (end 1.9 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7a234a1-ffa5-48e7-99f2-0165a3be0943)) - (fp_line (start -0.9 -0.9) (end -0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad660c70-c749-4a2b-b6f8-2d6803a806d8)) - (fp_line (start -0.9 -0.9) (end -0.25 -1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c02cb16b-594f-4980-84bc-d3a41f893fe1)) - (fp_line (start 0.9 -1.55) (end -0.25 -1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff0e0c14-7ce9-493b-9fd4-786183bf280d)) - (fp_line (start 0.9 -1.55) (end 0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43e1e6bc-da65-4644-935c-20e1310f6db3)) - (fp_line (start 0.9 1.55) (end -0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0dda1646-a646-4a28-a8d2-393b8c94d637)) - (pad "1" smd roundrect (at -1.1 -0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 32 "/VUSB") (tstamp d6ace78d-04f5-4e4f-a59a-9296b53097d3)) - (pad "2" smd roundrect (at -1.1 0) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp cc35063f-3def-4196-bca4-fc65afdf4d1b)) - (pad "3" smd roundrect (at -1.1 0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 32 "/VUSB") (tstamp 0c1f89ce-0c30-4b40-9919-454d5a2b39e2)) - (pad "4" smd roundrect (at 1.1 0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "+5V") (tstamp fcad587d-8ae7-4c7d-a56f-02c87f607c8d)) - (pad "5" smd roundrect (at 1.1 0) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 11 "/USB_N") (tstamp b28b3aad-ce7a-4d5e-8b52-2d16de7b6b1e)) - (pad "6" smd roundrect (at 1.1 -0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "/USB_P") (tstamp fab03173-e991-4b31-9f3e-4fd52fb45287)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ed786f8) - (at 59.05 97.25 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f3cf62b") - (attr smd) - (fp_text reference "R52" (at 0 0 180) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 9c162611-d326-45c2-97a0-d5c1a6e19742) - ) - (fp_text value "5k1" (at 1.15 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 965e9f3d-a63a-4e76-b8e8-1c3bcdc42f90) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp fe3862ad-c819-4b65-9e75-6bbc512422a7) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb23e2e7-de0c-4a6a-9419-1c472c13f509)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0daddb18-1491-4767-9ffd-66c8a8ce3cbd)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 465b9a35-7fb3-44cf-baad-d436034be791)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a3ab1103-5095-446b-a5db-e9210387a84b)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5985ca3b-83e7-485c-a804-db4e4c6c7fcd)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 180f785b-776f-4bd7-9484-793776580425)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7c70258-e563-4ab0-a10c-bab04504f68f)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0da7e2aa-d9f3-4593-ac1b-d89c546ab178)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp aa939002-c65a-4bc5-8b33-1d5bc4c91f9d)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 189 "/CC2") (tstamp c9a96d3d-0de1-42f4-91c4-77ed8c428365)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:D_SOD-323" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005edddcb9) - (at 116.35 106 180) - (descr "SOD-323") - (tags "SOD-323") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005ef4b8df") - (attr smd) - (fp_text reference "D16" (at -1.3 0 90) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp a8333ca2-6919-4fe3-9f28-bacc852923df) - ) - (fp_text value "CDSOD323-T36S" (at 0 1) (layer "F.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05))) - (tstamp ca2c6135-06b9-49ec-b90b-71e52fd66fd1) - ) - (fp_text user "${REFERENCE}" (at -1.3 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp da710602-5c6f-4ba5-b461-48eb0116bbbe) - ) - (fp_line (start -1.75 -0.85) (end -1.75 0.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d86ba37-b98f-40a5-b35f-96db8417b185)) - (fp_line (start -1.75 -0.85) (end 0.8 -0.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87110cd9-2ac8-40e0-9e87-2e8196cde92a)) - (fp_line (start -1.75 0.85) (end 0.8 0.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f6b89db-12ed-4dac-b3ce-819a49798117)) - (fp_line (start -1.75 -0.95) (end -1.75 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d283b62-f314-41a0-b56b-d307f2ebfa85)) - (fp_line (start -1.75 -0.95) (end 1.7 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86a34ff8-9697-4394-b32e-9c903027c8af)) - (fp_line (start -1.75 0.95) (end 1.7 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c6d0e6be-376d-4beb-9794-508920a2265a)) - (fp_line (start 1.7 -0.95) (end 1.7 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a507df7-40c5-4523-b0fd-269cea55efb9)) - (fp_line (start -0.9 -0.7) (end 0.9 -0.7) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 845f389f-ac5c-4af4-aa4f-3b1355707a5f)) - (fp_line (start -0.9 0.7) (end -0.9 -0.7) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6a3e709-356a-4a55-ac00-07ba73afac37)) - (fp_line (start -0.3 -0.35) (end -0.3 0.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cac6ef5d-79dc-46ad-ba83-77cb1377c287)) - (fp_line (start -0.3 0) (end -0.5 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee94ab47-8315-46a5-bfc7-60550df5879d)) - (fp_line (start -0.3 0) (end 0.2 -0.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a362cc7-5245-4ed2-8f66-3a6d74eaba39)) - (fp_line (start 0.2 -0.35) (end 0.2 0.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fda0167e-248a-4b89-bf7b-490df46aeb7d)) - (fp_line (start 0.2 0) (end 0.45 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2fcabdc-443d-41f9-9892-34509b22b3c4)) - (fp_line (start 0.2 0.35) (end -0.3 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b03cb553-3709-44f5-9a1e-0bd7ca2daf93)) - (fp_line (start 0.9 -0.7) (end 0.9 0.7) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee4527a8-96f7-423b-b0eb-5c3b1bed75f9)) - (fp_line (start 0.9 0.7) (end -0.9 0.7) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba3f68df-a80d-4363-9b28-2b49507e87bd)) - (pad "1" smd roundrect (at -1.15 0 180) (size 0.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 110 "/IO_Banks/IO_Buffer_B/VSENSE") (tstamp 0ef32369-e37b-408d-9752-7cbb993d9abb)) - (pad "2" smd roundrect (at 1.15 0 180) (size 0.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp f0d5ae26-c535-4a37-9220-b3d08bfeda2f)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-323.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:D_SOD-323" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005edddcd1) - (at 95.65 82.7) - (descr "SOD-323") - (tags "SOD-323") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005ef4b8df") - (attr smd) - (fp_text reference "D17" (at -1.25 0 90) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 1354903a-b7d2-4e04-b220-6c6c8f058ef7) - ) - (fp_text value "CDSOD323-T36S" (at 0 -1.1) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e0660a46-ff2a-4b28-b311-cf71bc999b82) - ) - (fp_text user "${REFERENCE}" (at 1.35 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 87bdd00e-f10c-4d37-9a6b-480b5e87ca33) - ) - (fp_line (start -1.75 -0.85) (end -1.75 0.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88a7e34c-57e7-48ce-a358-6866b2c01d90)) - (fp_line (start -1.75 -0.85) (end 0.8 -0.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c345fc5-964b-48c0-9452-55507c868edc)) - (fp_line (start -1.75 0.85) (end 0.8 0.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 224e8890-cdee-45fd-bd2e-64fe49c2de75)) - (fp_line (start -1.75 -0.95) (end -1.75 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe2b05f5-675b-44d0-956c-c5829b7c692a)) - (fp_line (start -1.75 -0.95) (end 1.7 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a56ac62-5ec2-46fc-a86c-9adf2d8fead1)) - (fp_line (start -1.75 0.95) (end 1.7 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 78d3a4a0-e724-44e1-963f-de88a39d4158)) - (fp_line (start 1.7 -0.95) (end 1.7 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4612f9f0-1343-4ba7-94dd-7d3e9fc08dad)) - (fp_line (start -0.9 -0.7) (end 0.9 -0.7) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b3cefd2-e7d7-4d25-8bb9-37548c3e8b03)) - (fp_line (start -0.9 0.7) (end -0.9 -0.7) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90671817-460f-456a-a6e3-6cfa468bea55)) - (fp_line (start -0.3 -0.35) (end -0.3 0.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6d88d7d-92d8-4fc8-b103-7599e55f18c0)) - (fp_line (start -0.3 0) (end -0.5 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 773bdc81-beec-4a4b-9485-1c1dd15c6e5a)) - (fp_line (start -0.3 0) (end 0.2 -0.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d22f8c08-7c7a-481b-96ff-cad6b4c95453)) - (fp_line (start 0.2 -0.35) (end 0.2 0.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5a54919-b960-48fc-8517-e9e32dce0bf0)) - (fp_line (start 0.2 0) (end 0.45 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b878984-ad62-40d5-87be-d30f465ae2b3)) - (fp_line (start 0.2 0.35) (end -0.3 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cce13a3b-854c-49ae-8b19-551eed5c4f96)) - (fp_line (start 0.9 -0.7) (end 0.9 0.7) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d401fdd-c1f6-4321-96c4-4843b6143be9)) - (fp_line (start 0.9 0.7) (end -0.9 0.7) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef3c2ca7-fcc8-4cff-8fc1-0c762aa25455)) - (pad "1" smd roundrect (at -1.15 0) (size 0.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 106 "/IO_Banks/IO_Buffer_A/VSENSE") (tstamp 83181dd0-bbcd-4a99-a5a2-7d6961abb51a)) - (pad "2" smd roundrect (at 1.15 0) (size 0.9 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 7b845862-cbd0-4fb3-909e-eb8579f14aa2)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-323.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-323_SC-70" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005edddce6) - (at 120.1 103.3 180) - (descr "SOT-323, SC-70") - (tags "SOT-323 SC-70") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f511f77") - (attr smd) - (fp_text reference "D18" (at 0 0 270) (layer "F.SilkS") hide - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp bc408f2c-2338-4a2e-9d30-e90fd4d4f487) - ) - (fp_text value "BAT54CW" (at 0 -1.5) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp fdd41a68-206a-4076-b64a-8b7633d428d6) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 335263d3-7e35-4a9c-83c2-cd71d45f0688) - ) - (fp_line (start -0.68 1.16) (end 0.73 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84315919-677c-4909-a747-2c92c96d5870)) - (fp_line (start 0.73 -1.16) (end -1.3 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efd79052-e146-4d61-9e0a-ba764a5a966b)) - (fp_line (start 0.73 -1.16) (end 0.73 -0.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a29e1299-22c5-4fd2-9a37-e405785962a9)) - (fp_line (start 0.73 0.5) (end 0.73 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6476e233-d260-45fe-84d2-9ade7d0003a0)) - (fp_line (start -1.7 -1.3) (end 1.7 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6cc98ff-7d68-4734-afa1-c7dd225e08d3)) - (fp_line (start -1.7 1.3) (end -1.7 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90207e9d-650a-4c45-b7d5-e506cc85537d)) - (fp_line (start 1.7 -1.3) (end 1.7 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a8cdda0e-7b06-4b92-8078-341b4e32614a)) - (fp_line (start 1.7 1.3) (end -1.7 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8dcf40e6-09a5-42e4-8b46-f4738540468d)) - (fp_line (start -0.68 -0.6) (end -0.68 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2792ed93-89db-4e51-99ff-281323e776eb)) - (fp_line (start -0.18 -1.1) (end -0.68 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a88d63d-f7e5-416d-9807-a8e942aef287)) - (fp_line (start 0.67 -1.1) (end -0.18 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd8c6c53-febf-40c1-af77-5373add0fde7)) - (fp_line (start 0.67 -1.1) (end 0.67 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4102ae0e-3d75-40cd-957b-0b4db5d3f5ee)) - (fp_line (start 0.67 1.1) (end -0.68 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 04868f85-bc69-4fa9-8e62-d78ffe5ae58e)) - (pad "1" smd roundrect (at -1 -0.65 90) (size 0.45 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 42 "/~{ALERT}") (tstamp a17368fb-646b-4ffd-9057-0994609f8a46)) - (pad "2" smd roundrect (at -1 0.65 90) (size 0.45 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 195 "/IO_Banks/IO_Buffer_B/VIO_EN") (tstamp ad2d033c-4040-4813-b5da-82cf827f9d86)) - (pad "3" smd roundrect (at 1 0 90) (size 0.45 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 194 "Net-(D18-Pad3)") (tstamp 33b48673-c959-4510-b6fa-fd3f7bdb00fd)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-323_SC-70.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-323_SC-70" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005edddcfb) - (at 126.5 87.7) - (descr "SOT-323, SC-70") - (tags "SOT-323 SC-70") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f511f77") - (attr smd) - (fp_text reference "D19" (at 0 0 -90) (layer "F.SilkS") hide - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 2ee28fa9-d785-45a1-9a1b-1be02ad8cd0b) - ) - (fp_text value "BAT54CW" (at 1.1 0 270) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 0e32af77-726b-4e11-9f99-2e2484ba9e9b) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp dfcef016-1bf5-4158-8a79-72d38a522877) - ) - (fp_line (start -0.68 1.16) (end 0.73 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d32956af-146b-4a09-a053-d9d64b8dd86d)) - (fp_line (start 0.73 -1.16) (end -1.3 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a239fd1d-dfbb-49fd-b565-8c3de9dcf42b)) - (fp_line (start 0.73 -1.16) (end 0.73 -0.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 152cd84e-bbed-4df5-a866-d1ab977b0966)) - (fp_line (start 0.73 0.5) (end 0.73 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a427111-6480-4b0c-b097-d8b6a0ee1819)) - (fp_line (start -1.7 -1.3) (end 1.7 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a686ed7c-c2d1-4d29-9d54-727faf9fd6bf)) - (fp_line (start -1.7 1.3) (end -1.7 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 15189cef-9045-423b-b4f6-a763d4e75704)) - (fp_line (start 1.7 -1.3) (end 1.7 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a4111b7-8149-4814-9344-3b8119cd75e4)) - (fp_line (start 1.7 1.3) (end -1.7 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 560d05a7-84e4-403a-80d1-f287a4032b8a)) - (fp_line (start -0.68 -0.6) (end -0.68 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9fdca5c2-1fbd-4774-a9c3-8795a40c206d)) - (fp_line (start -0.18 -1.1) (end -0.68 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa8663be-9516-4b07-84d2-4c4d668b8596)) - (fp_line (start 0.67 -1.1) (end -0.18 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06665bf8-cef1-4e75-8d5b-1537b3c1b090)) - (fp_line (start 0.67 -1.1) (end 0.67 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0d52767-051a-423c-a600-928281f27952)) - (fp_line (start 0.67 1.1) (end -0.68 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 178ae27e-edb9-4ffb-bd13-c0a6dd659606)) - (pad "1" smd roundrect (at -1 -0.65 270) (size 0.45 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 42 "/~{ALERT}") (tstamp 6ff9bb63-d6fd-4e32-bb60-7ac65509c2e9)) - (pad "2" smd roundrect (at -1 0.65 270) (size 0.45 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 197 "/IO_Banks/IO_Buffer_A/VIO_EN") (tstamp 1a22eb2d-f625-4371-a918-ff1b97dc8219)) - (pad "3" smd roundrect (at 1 0 270) (size 0.45 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 196 "Net-(D19-Pad3)") (tstamp f674b8e7-203d-419e-988a-58e0f9ae4fad)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-323_SC-70.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005edde40c) - (at 126.7 100.3 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f2a58a0") - (attr smd) - (fp_text reference "R26" (at 0 -1.17 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 79bd7607-8381-4bff-b61a-a2c7ffa05fe5) - ) - (fp_text value "10k" (at 0 -0.7 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp c0e13d91-53b7-4de6-8d61-7c13732113b8) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 55b28997-b330-40d1-b32a-125cd071668d) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 19d6a411-8997-491d-aace-09fdbc63404d)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60ca4740-3009-4486-93d6-c2502818122b)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f45c8190-2f27-434c-8fbf-7d8a911faaab)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7496a40-6116-4192-b413-2a22be4b5f9f)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da37a168-b259-4f98-9030-90f2f5ac962a)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fff55eb-076f-4a2f-86d3-091fcb2366e9)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 218a2487-4406-4830-b6ad-8a4182eda4f4)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9cdaf74c-bd9d-4293-9612-c30a4bca9a30)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 195 "/IO_Banks/IO_Buffer_B/VIO_EN") (tstamp d97f24b8-3f5c-4536-a071-0786594f3ffe)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 44 "/ENVB") (tstamp 5aa1c642-a9f0-4211-8572-3a7e8453422e)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:VSSOP-10_3x3mm_P0.5mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005eddeca9) - (at 123.3 106.6) - (descr "VSSOP, 10 Pin (http://www.ti.com/lit/ds/symlink/ads1115.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "VSSOP SO") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005ee2ecd6") - (attr smd) - (fp_text reference "U12" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp abe3c03e-744a-4406-8e50-6a10745f0c43) - ) - (fp_text value "INA233" (at 0 1.1) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 2cb05d43-df82-498c-aae1-4b1a0a350f82) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.11))) - (tstamp 7e90deb5-aef9-4d2b-a440-4cb0dbfaaa93) - ) - (fp_line (start 0 -1.61) (end -2.925 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1c71a89-4e45-4a56-a6ef-342af5f92d5c)) - (fp_line (start 0 -1.61) (end 1.5 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e20929e2-2c15-4a75-b1ed-9caa9bd27df7)) - (fp_line (start 0 1.61) (end -1.5 1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp faa605d9-8c1c-4d31-b7c1-3dc31a22eb34)) - (fp_line (start 0 1.61) (end 1.5 1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 617498ce-8469-4f4b-9f2b-09a2437561eb)) - (fp_line (start -3.18 -1.75) (end -3.18 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6999550c-f78a-4aae-9243-1b3881f5bb3b)) - (fp_line (start -3.18 1.75) (end 3.18 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44a8a96b-3053-4222-9241-aa484f5ebe13)) - (fp_line (start 3.18 -1.75) (end -3.18 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8202d57b-d5d2-4a80-8c03-3c6bdbbd1ddf)) - (fp_line (start 3.18 1.75) (end 3.18 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02289c61-13df-495e-a809-03e3a71bb201)) - (fp_line (start -1.5 -0.75) (end -0.75 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2a33a3d-c501-4e33-b67b-7d07ef8aa4a7)) - (fp_line (start -1.5 1.5) (end -1.5 -0.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6a5cab3-78e5-4acf-8c67-f401df2846d0)) - (fp_line (start -0.75 -1.5) (end 1.5 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ebadfd51-5a1d-4821-b341-8a1acb4abb01)) - (fp_line (start 1.5 -1.5) (end 1.5 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37f8ba3f-cca4-4b16-b699-07a704844fc9)) - (fp_line (start 1.5 1.5) (end -1.5 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f4c659c-2ccb-4fb1-808e-7868af588a89)) - (pad "1" smd roundrect (at -2.2 -1) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 87a32952-c8e5-40ba-af1d-1a8829a6c906)) - (pad "2" smd roundrect (at -2.2 -0.5) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp a8a389df-8d18-4e17-a74f-f60d5d77371e)) - (pad "3" smd roundrect (at -2.2 0) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 194 "Net-(D18-Pad3)") (tstamp fe431a80-868e-482d-aa91-c96eb8387d6a)) - (pad "4" smd roundrect (at -2.2 0.5) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/SDA") (tstamp aa0e7fe7-e9c2-477f-bcb2-53a1ebd9e3a6)) - (pad "5" smd roundrect (at -2.2 1) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "/SCL") (tstamp 0b43a8fb-b3d3-4444-a4b0-cf952c07dcfe)) - (pad "6" smd roundrect (at 2.2 1) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 6df433d7-73cd-4877-8d2e-047853b9077c)) - (pad "7" smd roundrect (at 2.2 0.5) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp d5b0938b-9efb-4b58-8ac4-d92da9ed2e30)) - (pad "8" smd roundrect (at 2.2 0) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 205 "Net-(C90-Pad2)") (tstamp fd146ca2-8fb8-4c71-9277-84f69bc5d3fc)) - (pad "9" smd roundrect (at 2.2 -0.5) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 191 "Net-(C44-Pad1)") (tstamp 1020b588-7eb0-4b70-bbff-c77a867c3142)) - (pad "10" smd roundrect (at 2.2 -1) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 190 "Net-(C44-Pad2)") (tstamp 5bb32dcb-8a97-4374-8a16-bc17822d4db3)) - (model "${KISYS3DMOD}/Package_SO.3dshapes/VSSOP-10_3x3mm_P0.5mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:UDFN-14_3.5x1.35mm_P0.5mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005efc3bc7) - (at 100.95 108.65 90) - (descr "https://www.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sp3012_datasheet.pdf.pdf") - (tags "UDFN 0.5 uQFN") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f447f6c") - (attr smd) - (fp_text reference "D21" (at -0.025 0 180) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp edb2db40-12f7-45b3-a514-2a1299ac0231) - ) - (fp_text value "SP3012-06UTG" (at 0.95 0 180) (layer "F.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05))) - (tstamp baa534a0-611b-4c48-8e86-5106dc852bd8) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 69f75991-c8c0-49a9-aed8-daa6ca9a5d73) - ) - (fp_line (start -0.675 1.85) (end 0.675 1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 617edc57-1dbf-4296-b365-6d76f68a1c0f)) - (fp_line (start 0.675 -1.85) (end 0 -1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02b1295e-cf95-47ff-9c57-f8ada28f2e94)) - (fp_line (start -1.075 -2) (end -1.075 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4876469-b949-49ce-b8fe-43cb458692a4)) - (fp_line (start -1.075 -2) (end 1.075 -2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e715b73-353f-4cfc-aa33-1eac54b89b6c)) - (fp_line (start -1.075 2) (end 1.075 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b04e20f-8575-4362-b040-2e2133d670c8)) - (fp_line (start 1.075 -2) (end 1.075 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 811f5389-c208-4640-ab1a-b454491bb330)) - (fp_line (start -0.675 -1.4125) (end -0.3375 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59142adb-6887-41fc-851e-9a7f51511d60)) - (fp_line (start -0.675 1.75) (end -0.675 -1.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5fc4054a-b929-433e-a947-747fb7ed003d)) - (fp_line (start -0.675 1.75) (end 0.675 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4aee84d1-0859-48ac-a053-5a981ee1b24a)) - (fp_line (start -0.3375 -1.75) (end 0.675 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25247d0c-5910-484b-9651-5750d422a450)) - (fp_line (start 0.675 1.75) (end 0.675 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6f041a4-3ea0-418b-94a2-50c938beafa2)) - (pad "1" smd roundrect (at -0.575 -1.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 60 "/IO_Banks/IO_Buffer_B/Z7") (tstamp 71079b24-2e2e-494b-a607-86ccdae75c6e)) - (pad "2" smd roundrect (at -0.575 -1 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 72 "/IO_Banks/IO_Buffer_B/Z6") (tstamp 49b38f13-9789-4c6d-bbd5-2c69a9e19e69)) - (pad "3" smd roundrect (at -0.575 -0.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 70 "/IO_Banks/IO_Buffer_B/Z5") (tstamp 245a6fb4-6361-4438-82ca-8861d43ca7f5)) - (pad "4" smd roundrect (at -0.575 0 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 71 "/IO_Banks/IO_Buffer_B/Z4") (tstamp f205e125-3760-485b-b76a-dc2502dc5679)) - (pad "5" smd roundrect (at -0.575 0.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp f60d71f9-9a8e-4a62-960d-f7b9664aea76)) - (pad "6" smd roundrect (at -0.575 1 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 337d1242-91ab-4446-8b9e-7609c6a49e3c)) - (pad "7" smd roundrect (at -0.575 1.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 624c6565-c4fd-4d29-87af-f77dd1ba0898)) - (pad "8" smd roundrect (at 0.575 1.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp d68589fa-205b-4356-a20d-821c85f5f45e)) - (pad "9" smd roundrect (at 0.575 1 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 5290e0d7-1f24-4c0b-91ff-28c5a304ab9a)) - (pad "10" smd roundrect (at 0.575 0.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp d9ad01c4-9416-4b1f-8447-afc1d446fa8a)) - (pad "11" smd roundrect (at 0.575 0 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 71 "/IO_Banks/IO_Buffer_B/Z4") (tstamp 4d55ddc7-73be-49f7-98ea-a0ba474cbdb0)) - (pad "12" smd roundrect (at 0.575 -0.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 70 "/IO_Banks/IO_Buffer_B/Z5") (tstamp ae293969-fa6d-4cb1-9969-16f8784d07e3)) - (pad "13" smd roundrect (at 0.575 -1 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 72 "/IO_Banks/IO_Buffer_B/Z6") (tstamp bb673c7a-d2b0-45b0-bfe2-0b113c092a77)) - (pad "14" smd roundrect (at 0.575 -1.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 60 "/IO_Banks/IO_Buffer_B/Z7") (tstamp 62a1b97d-067d-487c-835b-0166330d25fe)) - (model "../../packages3D/UDFN-14_1.35x3.5mm_Pitch0.5mm.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:UDFN-14_3.5x1.35mm_P0.5mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005efc3c03) - (at 104.95 82.35 -90) - (descr "https://www.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sp3012_datasheet.pdf.pdf") - (tags "UDFN 0.5 uQFN") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f447f6c") - (attr smd) - (fp_text reference "D23" (at 0.025 0 180) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 85d211d4-76e7-4e49-a9c8-2e1cc8ab5805) - ) - (fp_text value "SP3012-06UTG" (at -0.95 0 180) (layer "F.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05))) - (tstamp 4c717b47-484c-4d70-8fcd-83c406ff2d17) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 1ab4dceb-24cc-4050-aa74-e8fbb39d3760) - ) - (fp_line (start -0.675 1.85) (end 0.675 1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de5c2064-b9e1-4057-a8cc-9308019ef4d3)) - (fp_line (start 0.675 -1.85) (end 0 -1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15a0f067-831a-4ddb-bdef-5fb7df267d8f)) - (fp_line (start -1.075 -2) (end -1.075 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 133d5403-9be3-4603-824b-d3b76147e745)) - (fp_line (start -1.075 -2) (end 1.075 -2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6fddc16f-ccc1-4ade-884c-d6efda461da8)) - (fp_line (start -1.075 2) (end 1.075 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b7c4f37-42c0-4571-a44b-b808484d3d74)) - (fp_line (start 1.075 -2) (end 1.075 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b315454-a4a0-4952-bdbe-d4a8e96c16f9)) - (fp_line (start -0.675 -1.4125) (end -0.3375 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35431843-170f-401f-88d7-da91172bed86)) - (fp_line (start -0.675 1.75) (end -0.675 -1.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08ac4c42-16f0-4513-b91e-bf0b3a111257)) - (fp_line (start -0.675 1.75) (end 0.675 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fc3183f-297c-42b7-b3bd-25a9ea18c844)) - (fp_line (start -0.3375 -1.75) (end 0.675 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09ab0b5c-3dee-42c8-b9e5-de0673874ccd)) - (fp_line (start 0.675 1.75) (end 0.675 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0781b80-6f1b-4d08-b53f-b7d3f582e2ea)) - (pad "1" smd roundrect (at -0.575 -1.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 76 "/IO_Banks/IO_Buffer_A/Z7") (tstamp 6ae901e7-3f37-4fdc-9fbb-f82666744826)) - (pad "2" smd roundrect (at -0.575 -1 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 88 "/IO_Banks/IO_Buffer_A/Z6") (tstamp acfcaba7-a8b8-4c21-a793-d3e0373f34dc)) - (pad "3" smd roundrect (at -0.575 -0.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 86 "/IO_Banks/IO_Buffer_A/Z5") (tstamp 44509293-79e2-4fab-8860-b0cecb591afa)) - (pad "4" smd roundrect (at -0.575 0 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 87 "/IO_Banks/IO_Buffer_A/Z4") (tstamp 87f44303-a6e8-48e5-bb6d-f89abb09a999)) - (pad "5" smd roundrect (at -0.575 0.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 3b19a97f-624a-48d9-8072-15bdeede0fff)) - (pad "6" smd roundrect (at -0.575 1 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp aaf0fd50-bb22-4408-be5a-88f5ba4193be)) - (pad "7" smd roundrect (at -0.575 1.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp acd72527-a657-482d-a530-89a1347375fc)) - (pad "8" smd roundrect (at 0.575 1.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 7684f860-395c-40b3-8cc0-a644dcdbc220)) - (pad "9" smd roundrect (at 0.575 1 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp dbfb14d7-1f97-4dd2-9004-1d129d3b4221)) - (pad "10" smd roundrect (at 0.575 0.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp e6cd2cdd-d49b-4491-8a15-4c46254b5c0a)) - (pad "11" smd roundrect (at 0.575 0 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 87 "/IO_Banks/IO_Buffer_A/Z4") (tstamp d9198b20-68ab-4f03-9039-95a74aeba0d6)) - (pad "12" smd roundrect (at 0.575 -0.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 86 "/IO_Banks/IO_Buffer_A/Z5") (tstamp 0e18138e-f1a3-4288-bb34-3b6bcfb64ff6)) - (pad "13" smd roundrect (at 0.575 -1 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 88 "/IO_Banks/IO_Buffer_A/Z6") (tstamp bbb99edd-f016-43ea-b1c7-0bcdd1915ee8)) - (pad "14" smd roundrect (at 0.575 -1.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 76 "/IO_Banks/IO_Buffer_A/Z7") (tstamp 6f78c1fb-f693-4737-b750-74e50c35a564)) - (model "../../packages3D/UDFN-14_1.35x3.5mm_Pitch0.5mm.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f02b43d) - (at 62.4 110.6 180) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005f058094") - (attr smd) - (fp_text reference "C16" (at 0 -1.17) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cc93ecb4-fd7b-48b7-868d-89f294f07c27) - ) - (fp_text value "u1" (at 0 0.7) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b4eddc61-2cab-493a-b874-62b106cef9f4) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 91637a62-ec43-463a-9edc-420af478d9cb) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5125c4d9-cf5c-4fe5-9dc8-c939e40fcd6f)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5f7505cc-53a6-463b-b397-33ff845b1ac0)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58728297-c362-4c70-a751-4d60ffa81b1a)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b58219a-a31d-4ba4-804a-77c6d706d8bc)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d09d8e7f-f203-4b36-92ba-f9f29b6e7d13)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1b603f4-7037-47e9-a9dc-a0bb6f7e58b1)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9efb25aa-d11e-4d2f-96a9-326a2f75dcc1)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60fc0348-15d2-462c-9b87-dbb507b8717b)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "+5V") (tstamp a1223b95-aa11-427a-b201-9190a86a68be)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 7a3fed5a-9b6f-45f0-9ad7-54e1bda0ea60)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f02bbe4) - (at 74.9 90.985 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005f05a509") - (attr smd) - (fp_text reference "C88" (at 0 -1.17 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f89b1d5e-28c8-498c-b199-7acbd8607540) - ) - (fp_text value "u1" (at -1.015 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp ce4b6c19-1441-4e43-8af4-a7f34dfbb538) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 92ee3d85-c13e-4120-ad64-bd390adf040c) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 325f33ca-3e2f-400b-a27c-dce9977a2780)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c5b8388-0c5b-43a4-a3f4-d7cd72b89084)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7184670c-7656-49ee-9a6f-5771dc120d69)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5c986000-fc83-4495-a50f-9f4b94e485bc)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e981540-9cda-414d-abbb-d34e005f000e)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7f989f7-95da-4be3-9e33-743523ae1ee0)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8eb5c02-d344-4431-a592-0e7ad9f9a78f)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52820a90-7869-43b3-b870-39c015371964)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 6 "/~{CY_RESET}") (tstamp 35e13391-5257-46f3-93a5-87ffd4e862a4)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 26edc121-4167-44e5-9aaf-65f4ac255233)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-323_SC-70" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f02bfad) - (at 60.7 115.85 180) - (descr "SOT-323, SC-70") - (tags "SOT-323 SC-70") - (path "/00000000-0000-0000-0000-00005f20fdd5") - (attr smd) - (fp_text reference "D24" (at -0.05 -1.95) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a5dfaf18-d33f-45c4-b76f-2a5051ec9118) - ) - (fp_text value "BAT54AW" (at -1.15 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp f9570ec9-4338-4208-aee7-369a45a284f8) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp b400c80e-5312-495d-b0d5-8365ed4de032) - ) - (fp_line (start -0.68 1.16) (end 0.73 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d0a8609-a059-4734-b988-da00f509164d)) - (fp_line (start 0.73 -1.16) (end -1.3 -1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7984c59d-64f6-424c-8273-5bab21ab292d)) - (fp_line (start 0.73 -1.16) (end 0.73 -0.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b9c1722-a1fd-4391-b4b4-854b2cc1549f)) - (fp_line (start 0.73 0.5) (end 0.73 1.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01c54577-6862-4ca7-bb55-524c2e995aee)) - (fp_line (start -1.7 -1.3) (end 1.7 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 874dbaf8-adf6-4f01-81a0-e037bac53346)) - (fp_line (start -1.7 1.3) (end -1.7 -1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee80c1b4-78a3-4713-a7cd-fc09dd9d2b28)) - (fp_line (start 1.7 -1.3) (end 1.7 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09741e1c-c412-4f50-b5b7-03d5820a1bad)) - (fp_line (start 1.7 1.3) (end -1.7 1.3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9812a82a-67c8-4c7e-8eb9-2d5188d40486)) - (fp_line (start -0.68 -0.6) (end -0.68 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a63aa46-8c18-43d5-8def-1c886562be17)) - (fp_line (start -0.18 -1.1) (end -0.68 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fb8126a-bcf3-40a3-924c-e2fbe8dba36a)) - (fp_line (start 0.67 -1.1) (end -0.18 -1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 338b7824-6fa7-42ef-b79a-c6dc90689f4e)) - (fp_line (start 0.67 -1.1) (end 0.67 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d4bb085-5413-4cad-9765-4f916ffbe612)) - (fp_line (start 0.67 1.1) (end -0.68 1.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 059f4155-bed3-4fb2-9baa-d569f31b7e5d)) - (pad "1" smd roundrect (at -1 -0.65 90) (size 0.45 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 45fc93ca-f8ba-48a8-9189-1c9886475cd3)) - (pad "2" smd roundrect (at -1 0.65 90) (size 0.45 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 198 "Net-(D24-Pad2)") (tstamp c9863f4f-bdf5-49f4-b18e-dce622ff9931)) - (pad "3" smd roundrect (at 1 0 90) (size 0.45 0.7) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 6 "/~{CY_RESET}") (tstamp 802bd717-75a4-4efc-bdc3-ab512c6bce65)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-323_SC-70.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f03c4a2) - (at 62.8 117.485 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f06d941") - (attr smd) - (fp_text reference "R4" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp aafd680e-f3de-44c3-b8d2-897188909f89) - ) - (fp_text value "100k" (at 0 0.8 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp eb14ae89-b776-4a7c-b1cb-51227ede5631) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp eaab2e59-ff73-4d74-b3d3-7e7c2515083f) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0774b60f-e343-428b-9125-3ca983239ad5)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9924c304-97d1-4655-9ab8-854a335a84c2)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0844b132-5386-469c-86ff-d527c8a00608)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b847b8a-c935-4366-8f7b-7cdbe96384da)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee6e4a23-bb7c-4f28-ab56-3ba1b79e1c04)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 825065db-dc11-43e9-aa2e-59e6b2cd21f3)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef11623e-ea9c-4a76-a028-9fae209a45f2)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7844cf9-69d3-4f7a-977a-bfc30d5d4c82)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp b3dbf4ad-71cb-48f5-9655-41b47deeea78)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 199 "Net-(R4-Pad2)") (tstamp 4d7ffc75-3dd8-46f7-86f3-405d41c4571a)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f03c4b1) - (at 62.8 115.585 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f069ba1") - (attr smd) - (fp_text reference "R5" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp a12c94a5-1fd0-4cb6-9bfe-f7529f451405) - ) - (fp_text value "100k" (at -0.015 0.8 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 7fc6eda3-a41a-4ab9-935d-37e18cb30594) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp f17daa22-500e-4b54-81a7-f5c3878a87d9) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42eea0a0-d889-4e4e-980c-c3b6b62767e5)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2f96f4e-d95d-4c20-90ff-804397e6e6ba)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2dba072b-3aba-4c6e-8dad-0c854cc5ab37)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fcb7a65f-f4cd-47e7-94e9-48c450d0d7f3)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82bf2831-f69a-4cf1-ad28-e7c6c4e8c86f)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0e74fdd-2272-42b1-9d9a-65553efcd00a)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0452da17-4ccf-4bdc-9fc3-b0a09600bd55)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6347fea-87e1-4897-bfe2-729d24d2f085)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 199 "Net-(R4-Pad2)") (tstamp 62ab9051-fded-466c-9df1-9b40d76dc590)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 6 "/~{CY_RESET}") (tstamp ff163833-80b9-4bc7-baa1-aa11870ad397)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f0bcee8) - (at 106.5 100.95 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f1ddda7") - (attr smd) - (fp_text reference "R57" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.3 0.3) (thickness 0.05))) - (tstamp 663e5097-d637-4088-8d27-2d72ff835abc) - ) - (fp_text value "2k2" (at 0 0.7 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp ec0137ed-9765-4dfb-9cee-4a1826ddb19d) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp bfcdffb4-9a75-4453-a5cf-48d0c88fa2a7) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e2701ea2-e23f-44f2-a20e-c9e74ea88bb1)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cdea6ba1-cc65-46ec-9776-a403fa76c4fe)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29f4961c-cbd7-42a0-91e7-8ae77405e061)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 12721b60-b423-4830-af94-c68b76872f05)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66ee8aac-1ba7-441e-b772-397a32c7c475)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f43f384e-6bcf-4d6c-ac65-2e849bdb75c5)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa7e24a1-3452-454e-88a7-8a0ff878392a)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3db00451-fbc3-4980-9f8f-a31cdc894554)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp bcd0d850-a20d-42e1-b97f-b14f9222717c)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 69675058-6b96-42da-8df5-92aaf6930be8)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f0bcef7) - (at 118 88.2 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f1ddda7") - (attr smd) - (fp_text reference "R58" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 6afdccaa-d9c7-4949-88e8-e04bfdac5efc) - ) - (fp_text value "2k2" (at 0.9 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp d2683b99-bb18-4d41-a0c5-df26e16e4210) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 32f4eb0d-8b7c-4e0f-8b4a-904219172497) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6024ea82-89e7-47fa-a1cd-0f37ee126f02)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bca69a58-3f8f-4ac5-9ef0-70bfa6c247ee)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c3fa13a-5250-4394-8d82-80430597df04)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f368b66f-c8a4-4ccf-b925-3f03c13bf28f)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e63748d3-3196-486f-8f95-bb4d9876653d)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3d660d2-1195-4764-9c63-d090a7cbc79a)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4be2d863-39fc-49fd-99c7-77790b42f677)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4f6e269-d484-4c43-84cc-450e042e2e24)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 867dcf96-6334-4832-b3d2-cf7aefc9cce8)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 47c4da32-a886-4a7a-86ef-2f3db3797d7d)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f40ebf1) - (at 87.3 107.65 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cbf4ec8") - (attr smd) - (fp_text reference "R38" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 51109312-7d0a-421f-b3e2-aba2dc60cdef) - ) - (fp_text value "47R" (at 1.25 0 270) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 2dd501cf-8eda-49fe-a57f-33525d6fa48c) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 272de00d-7b70-4755-8eb2-294619ac59a5) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 98601396-516b-4f99-b971-aae10874eaa3)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0007471-c831-4cb1-9696-d917fe483ac9)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e63c288-73a9-425f-b92a-2acba82b2a8c)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17fe3b89-79e8-4a30-906a-b7ddedec1f39)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac05fe0d-7b9e-49ce-ba14-25572d5d0e43)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9833f4ca-4c1d-4d33-a7f0-ac01a9fd10d9)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9dfad586-c5b6-4d25-b1ad-e1b0b6cec690)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa76f3ed-6f50-4f29-b290-276b3f3318d1)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 159 "/IO_Banks/~{SYNC}") (tstamp 24bb835b-5a44-4797-a754-f3c7f98a784b)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 166 "Net-(R38-Pad2)") (tstamp 19255830-03be-4aca-880c-0f68e7ccf512)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:PinHeader_2x22_P1.27mm_Vertical__SMD" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f41d019) - (at 72.5 76.5 90) - (descr "surface-mounted straight pin header, 2x22, 1.27mm pitch, double rows") - (tags "Surface mounted pin header SMD 2x22 1.27mm double row") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e342d") - (attr smd) - (fp_text reference "J5" (at -2.05 -14.85 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a8fb8ee0-623f-4870-a716-ecc88f37ef9a) - ) - (fp_text value "PinHeader_2x22_P1.27mm" (at 1.1 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 713e0777-58b2-4487-baca-60d0ebed27c3) - ) - (fp_text user "${REFERENCE}" (at 0 0 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 34c0bee6-7425-4435-8857-d1fe8dfb6d89) - ) - (fp_line (start -3.09 -13.965) (end -1.765 -13.965) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 75b944f9-bf25-4dc7-8104-e9f80b4f359b)) - (fp_line (start -1.765 -14.03) (end -1.765 -13.965) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2165c9a4-eb84-4cb6-a870-2fdc39d2511b)) - (fp_line (start -1.765 -14.03) (end 1.765 -14.03) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e57b728-64e6-4470-8f27-a43c0dd85050)) - (fp_line (start -1.765 13.965) (end -1.765 14.03) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e87738fc-e372-4c48-9de9-398fd8b4874c)) - (fp_line (start -1.765 14.03) (end 1.765 14.03) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bac7c5b3-99df-445a-ade9-1e608bbbe27e)) - (fp_line (start 1.765 -14.03) (end 1.765 -13.965) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84d4e166-b429-409a-ab37-c6a10fd82ff5)) - (fp_line (start 1.765 13.965) (end 1.765 14.03) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2de1ffee-2174-41d2-8969-68b8d21e5a7d)) - (fp_line (start -4.3 -14.5) (end -4.3 14.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7f2e97b-29f3-44fd-bf8a-97a3c1528b61)) - (fp_line (start -4.3 14.5) (end 4.3 14.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f2b3ce3-2f20-426d-b769-e0329b6a8111)) - (fp_line (start 4.3 -14.5) (end -4.3 -14.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e0830067-5b66-4ce1-b2d1-aaa8af20baf7)) - (fp_line (start 4.3 14.5) (end 4.3 -14.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cb93665-0bcd-4104-8633-fffd1811eee0)) - (fp_line (start -2.8 -13.535) (end -2.8 -13.135) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d66d3c12-11ce-4566-9a45-962e329503d8)) - (fp_line (start -2.8 -13.135) (end -1.705 -13.135) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b1fce17-dec7-457e-ba3b-a77604e77dc9)) - (fp_line (start -2.8 -12.265) (end -2.8 -11.865) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25bc3602-3fb4-4a04-94e3-21ba22562c24)) - (fp_line (start -2.8 -11.865) (end -1.755 -11.865) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7760a75a-d74b-4185-b34e-cbc7b2c339b6)) - (fp_line (start -2.8 -10.995) (end -2.8 -10.595) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be4b72db-0e02-4d9b-844a-aff689b4e648)) - (fp_line (start -2.8 -10.595) (end -1.755 -10.595) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5889287d-b845-4684-b23e-663811b25d27)) - (fp_line (start -2.8 -9.725) (end -2.8 -9.325) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3e133b7-2c84-4206-a2b1-e693cb57fe56)) - (fp_line (start -2.8 -9.325) (end -1.755 -9.325) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9aaeec6e-84fe-4644-b0bc-5de24626ff48)) - (fp_line (start -2.8 -8.455) (end -2.8 -8.055) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 337e8520-cbd2-42c0-8d17-743bab17cbbd)) - (fp_line (start -2.8 -8.055) (end -1.755 -8.055) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fdc60c06-30fa-4dfb-96b4-809b755999e1)) - (fp_line (start -2.8 -7.185) (end -2.8 -6.785) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9529c01f-e1cd-40be-b7f0-83780a544249)) - (fp_line (start -2.8 -6.785) (end -1.755 -6.785) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d68e5ddb-039c-483f-88a3-1b0b7964b482)) - (fp_line (start -2.8 -5.915) (end -2.8 -5.515) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7df8431-dcf5-4ab4-b8f8-21c1cafc5246)) - (fp_line (start -2.8 -5.515) (end -1.755 -5.515) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d38aa458-d7c4-47af-ba08-2b6be506a3fd)) - (fp_line (start -2.8 -4.645) (end -2.8 -4.245) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc3d51c1-8b35-4da3-a742-0ebe104989d7)) - (fp_line (start -2.8 -4.245) (end -1.755 -4.245) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62e8c4d4-266c-4e53-8981-1028251d724c)) - (fp_line (start -2.8 -3.375) (end -2.8 -2.975) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74f5ec08-7600-4a0b-a9e4-aae29f9ea08a)) - (fp_line (start -2.8 -2.975) (end -1.755 -2.975) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e70b6168-f98e-4322-bc55-500948ef7b77)) - (fp_line (start -2.8 -2.105) (end -2.8 -1.705) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d6cdd62-5634-4e30-acf8-1b9c1dbf6653)) - (fp_line (start -2.8 -1.705) (end -1.755 -1.705) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb59b92a-e4d0-4b9e-82cd-26304f5c15b8)) - (fp_line (start -2.8 -0.835) (end -2.8 -0.435) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f291a4b-4ecb-4692-9ad2-324f9784c0d4)) - (fp_line (start -2.8 -0.435) (end -1.755 -0.435) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f447e585-df78-4239-b8cb-4653b3837bb1)) - (fp_line (start -2.8 0.435) (end -2.8 0.835) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5c8e189-1ddc-4a66-984b-e0fd1529d346)) - (fp_line (start -2.8 0.835) (end -1.755 0.835) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c71f56c1-5b7c-4373-9716-fffac482104c)) - (fp_line (start -2.8 1.705) (end -2.8 2.105) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71f8d568-0f23-4ff2-8e60-1600ce517a48)) - (fp_line (start -2.8 2.105) (end -1.755 2.105) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c00778a-4692-4f9b-87d5-2d355077ce1e)) - (fp_line (start -2.8 2.975) (end -2.8 3.375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd5e758d-cb66-484a-ae8b-21f53ceee49e)) - (fp_line (start -2.8 3.375) (end -1.755 3.375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7db990e4-92e1-4f99-b4d2-435bbec1ba83)) - (fp_line (start -2.8 4.245) (end -2.8 4.645) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d102186a-5b58-41d0-9985-3dbb3593f397)) - (fp_line (start -2.8 4.645) (end -1.755 4.645) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c2008c8-0626-4a09-a873-065e83502a0e)) - (fp_line (start -2.8 5.515) (end -2.8 5.915) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5e5220d-5b7e-47da-a902-b997ec8d4d58)) - (fp_line (start -2.8 5.915) (end -1.755 5.915) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0cbeb329-a88d-4a47-a5c2-a1d693de2f8c)) - (fp_line (start -2.8 6.785) (end -2.8 7.185) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 443bc73a-8dc0-4e2f-a292-a5eff00efa5b)) - (fp_line (start -2.8 7.185) (end -1.755 7.185) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc75e5ae-3348-4e7a-bd16-4df685ee47bd)) - (fp_line (start -2.8 8.055) (end -2.8 8.455) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 633292d3-80c5-4986-be82-ce926e9f09f4)) - (fp_line (start -2.8 8.455) (end -1.755 8.455) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dda1e6ca-91ec-4136-b90b-3c54d79454b9)) - (fp_line (start -2.8 9.325) (end -2.8 9.725) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b7bbefd-8f78-41f8-809c-2534a5de3b39)) - (fp_line (start -2.8 9.725) (end -1.755 9.725) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 78f9c3d3-3556-46f6-9744-05ad54b330f0)) - (fp_line (start -2.8 10.595) (end -2.8 10.995) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbebc05a-c4dd-4baf-8c08-196e84e08b27)) - (fp_line (start -2.8 10.995) (end -1.755 10.995) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7447e92-4293-41c4-be3f-69b30aad1f17)) - (fp_line (start -2.8 11.865) (end -2.8 12.265) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a599509f-fbb9-4db4-9adf-9e96bab1138d)) - (fp_line (start -2.8 12.265) (end -1.755 12.265) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8bdea5f6-7a53-427a-92b8-fd15994c2e8c)) - (fp_line (start -2.8 13.135) (end -2.8 13.535) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be41ac9e-b8ba-4089-983b-b84269707f1c)) - (fp_line (start -2.8 13.535) (end -1.755 13.535) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98861672-254d-432b-8e5a-10d885a5ffdc)) - (fp_line (start -1.755 -12.265) (end -2.8 -12.265) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4aa97874-2fd2-414c-b381-9420384c2fd8)) - (fp_line (start -1.755 -10.995) (end -2.8 -10.995) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cafb73d-1ad8-4d24-acf7-63d78095ae46)) - (fp_line (start -1.755 -9.725) (end -2.8 -9.725) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f988d6ea-11c5-4837-b1d1-5c292ded50c6)) - (fp_line (start -1.755 -8.455) (end -2.8 -8.455) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0c7ddff-8c90-465f-be62-21fb49b059fa)) - (fp_line (start -1.755 -7.185) (end -2.8 -7.185) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89a8e170-a222-41c0-b545-c9f4c5604011)) - (fp_line (start -1.755 -5.915) (end -2.8 -5.915) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dde8619c-5a8c-40eb-9845-65e6a654222d)) - (fp_line (start -1.755 -4.645) (end -2.8 -4.645) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98fe66f3-ec8b-4515-ae34-617f2124a7ec)) - (fp_line (start -1.755 -3.375) (end -2.8 -3.375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10e52e95-44f3-4059-a86d-dcda603e0623)) - (fp_line (start -1.755 -2.105) (end -2.8 -2.105) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0fc5db66-6188-4c1f-bb14-0868bef113eb)) - (fp_line (start -1.755 -0.835) (end -2.8 -0.835) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 20caf6d2-76a7-497e-ac56-f6d31eb9027b)) - (fp_line (start -1.755 0.435) (end -2.8 0.435) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc4ad874-c922-4070-89f9-7262080469d8)) - (fp_line (start -1.755 1.705) (end -2.8 1.705) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13bbfffc-affb-4b43-9eb1-f2ed90a8a919)) - (fp_line (start -1.755 2.975) (end -2.8 2.975) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6d68f56-4a40-4849-b8d1-13d5ca292900)) - (fp_line (start -1.755 4.245) (end -2.8 4.245) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e36988d2-ecb2-461b-a443-7006f447e828)) - (fp_line (start -1.755 5.515) (end -2.8 5.515) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c607e49-ee5c-4e85-a7da-6fede9912412)) - (fp_line (start -1.755 6.785) (end -2.8 6.785) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eac8d865-0226-4958-b547-6b5592f39713)) - (fp_line (start -1.755 8.055) (end -2.8 8.055) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7744b6ee-910d-401d-b730-65c35d3d8092)) - (fp_line (start -1.755 9.325) (end -2.8 9.325) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89c9afdc-c346-4300-a392-5f9dd8c1e5bd)) - (fp_line (start -1.755 10.595) (end -2.8 10.595) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14094ad2-b562-4efa-8c6f-51d7a3134345)) - (fp_line (start -1.755 11.865) (end -2.8 11.865) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 616287d9-a51f-498c-8b91-be46a0aa3a7f)) - (fp_line (start -1.755 13.135) (end -2.8 13.135) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31f91ec8-56e4-4e08-9ccd-012652772211)) - (fp_line (start -1.705 -13.535) (end -2.8 -13.535) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c60448a-e30f-46b2-89e1-a44f51688efc)) - (fp_line (start -1.705 -13.535) (end -1.27 -13.97) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7e5a060-eb57-4238-9312-26bc885fc97d)) - (fp_line (start -1.705 13.97) (end -1.705 -13.535) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a0dee8e6-f88a-4f05-aba0-bab3aafdf2bc)) - (fp_line (start -1.27 -13.97) (end 1.705 -13.97) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f19c9655-8ddb-411a-96dd-bd986870c3c6)) - (fp_line (start 1.705 -13.97) (end 1.705 13.97) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 901440f4-e2a6-4447-83cc-f58a2b26f5c4)) - (fp_line (start 1.705 13.97) (end -1.705 13.97) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 576f00e6-a1be-45d3-9b93-e26d9e0fe306)) - (fp_line (start 1.755 -13.535) (end 2.8 -13.535) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 869d6302-ae22-478f-9723-3feacbb12eef)) - (fp_line (start 1.755 -12.265) (end 2.8 -12.265) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1bac86f-cbf6-4c5b-b60d-c26fa73d9c09)) - (fp_line (start 1.755 -10.995) (end 2.8 -10.995) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38cfe839-c630-43d3-a9ec-6a89ba9e318a)) - (fp_line (start 1.755 -9.725) (end 2.8 -9.725) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e0a9f64-1b78-4597-8d50-d12d2268a95a)) - (fp_line (start 1.755 -8.455) (end 2.8 -8.455) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0ff5d1c-5481-4958-b844-4f68a17d4166)) - (fp_line (start 1.755 -7.185) (end 2.8 -7.185) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f580eb1-88cc-489d-a7ca-9efa5e590715)) - (fp_line (start 1.755 -5.915) (end 2.8 -5.915) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a41dd27-ec14-44d5-b505-aad1d829f79a)) - (fp_line (start 1.755 -4.645) (end 2.8 -4.645) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 252f1275-081d-4d77-8bd5-3b9e6916ef42)) - (fp_line (start 1.755 -3.375) (end 2.8 -3.375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c8d03bf-f31d-4aa0-b8db-a227ffd7d8d6)) - (fp_line (start 1.755 -2.105) (end 2.8 -2.105) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6983918-fe05-46ea-b355-bc522ec53440)) - (fp_line (start 1.755 -0.835) (end 2.8 -0.835) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62a1f3d4-027d-4ecf-a37a-6fcf4263e9d2)) - (fp_line (start 1.755 0.435) (end 2.8 0.435) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ab71a3c-340b-469a-ada5-4f87f0b7b2fa)) - (fp_line (start 1.755 1.705) (end 2.8 1.705) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01f82238-6335-48fe-8b0a-6853e227345a)) - (fp_line (start 1.755 2.975) (end 2.8 2.975) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8efee08b-b92e-4ba6-8722-c058e18114fe)) - (fp_line (start 1.755 4.245) (end 2.8 4.245) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4a8afbe-ed68-4253-959f-6be4d2cbf8c5)) - (fp_line (start 1.755 5.515) (end 2.8 5.515) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f345e52a-8e0a-425a-b438-90809dd3b799)) - (fp_line (start 1.755 6.785) (end 2.8 6.785) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83021f70-e61e-4ad3-bae7-b9f02b28be4f)) - (fp_line (start 1.755 8.055) (end 2.8 8.055) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0cd3439-276c-41ba-b38d-f84f6da38415)) - (fp_line (start 1.755 9.325) (end 2.8 9.325) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1427bb3f-0689-4b41-a816-cd79a5202fd0)) - (fp_line (start 1.755 10.595) (end 2.8 10.595) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 637f12be-fa48-4ce4-96b2-04c21a8795c8)) - (fp_line (start 1.755 11.865) (end 2.8 11.865) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1cb22080-0f59-4c18-a6e6-8685ef44ec53)) - (fp_line (start 1.755 13.135) (end 2.8 13.135) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e7c3a32-8dda-4e6a-9838-c94d1f165575)) - (fp_line (start 2.8 -13.535) (end 2.8 -13.135) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1b88aa4-d887-4eea-83ff-5c009f4390c4)) - (fp_line (start 2.8 -13.135) (end 1.755 -13.135) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a54c707-7b6f-4a3d-a74d-5e3526114aba)) - (fp_line (start 2.8 -12.265) (end 2.8 -11.865) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 283c990c-ae5a-4e41-a3ad-b40ca29fe90e)) - (fp_line (start 2.8 -11.865) (end 1.755 -11.865) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 49575217-40b0-4890-8acf-12982cca52b5)) - (fp_line (start 2.8 -10.995) (end 2.8 -10.595) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 269f19c3-6824-45a8-be29-fa58d70cbb42)) - (fp_line (start 2.8 -10.595) (end 1.755 -10.595) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da481376-0e49-44d3-91b8-aaa39b869dd1)) - (fp_line (start 2.8 -9.725) (end 2.8 -9.325) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 582622a2-fad4-4737-9a80-be9fffbba8ab)) - (fp_line (start 2.8 -9.325) (end 1.755 -9.325) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1dfbf353-5b24-4c0f-8322-8fcd514ae75e)) - (fp_line (start 2.8 -8.455) (end 2.8 -8.055) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96db52e2-6336-4f5e-846e-528c594d0509)) - (fp_line (start 2.8 -8.055) (end 1.755 -8.055) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59fc765e-1357-4c94-9529-5635418c7d73)) - (fp_line (start 2.8 -7.185) (end 2.8 -6.785) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b13e8448-bf35-4ec0-9c70-3f2250718cc2)) - (fp_line (start 2.8 -6.785) (end 1.755 -6.785) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c7d6eaf-f256-4349-8203-d2e836872231)) - (fp_line (start 2.8 -5.915) (end 2.8 -5.515) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0dfdfa9f-1e3f-4e14-b64b-12bde76a80c7)) - (fp_line (start 2.8 -5.515) (end 1.755 -5.515) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7d81bce-286e-41e4-9181-3511e9c0455e)) - (fp_line (start 2.8 -4.645) (end 2.8 -4.245) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b91a3ee-fdcd-4bfe-ad57-c8d5ea9903a8)) - (fp_line (start 2.8 -4.245) (end 1.755 -4.245) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd793ae5-cde5-43f6-8def-1f95f35b1be6)) - (fp_line (start 2.8 -3.375) (end 2.8 -2.975) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 142dd724-2a9f-4eea-ab21-209b1bc7ec65)) - (fp_line (start 2.8 -2.975) (end 1.755 -2.975) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15a82541-58d8-45b5-99c5-fb52e017e3ea)) - (fp_line (start 2.8 -2.105) (end 2.8 -1.705) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f44d04c5-0d17-4d52-8328-ef3b4fdfba5f)) - (fp_line (start 2.8 -1.705) (end 1.755 -1.705) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 759788bd-3cb9-4d38-b58c-5cb10b7dca6b)) - (fp_line (start 2.8 -0.835) (end 2.8 -0.435) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a70978e-dcc2-4620-a99c-514362812927)) - (fp_line (start 2.8 -0.435) (end 1.755 -0.435) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 319639ae-c2c5-486d-93b1-d03bb1b64252)) - (fp_line (start 2.8 0.435) (end 2.8 0.835) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dbe92a0d-89cb-4d3f-9497-c2c1d93a3018)) - (fp_line (start 2.8 0.835) (end 1.755 0.835) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97581b9a-3f6b-4e88-8768-6fdb60e6aca6)) - (fp_line (start 2.8 1.705) (end 2.8 2.105) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e249018-17e7-42b3-ae5d-5ebf3ae299ae)) - (fp_line (start 2.8 2.105) (end 1.755 2.105) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63489ebf-0f52-43a6-a0ab-158b1a7d4988)) - (fp_line (start 2.8 2.975) (end 2.8 3.375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e300709f-6c72-488d-a598-efcbd6d3af54)) - (fp_line (start 2.8 3.375) (end 1.755 3.375) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52a8f1be-73ca-41a8-bc24-2320706b0ec1)) - (fp_line (start 2.8 4.245) (end 2.8 4.645) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c411b3e-aca2-424f-b644-2d21c9d80fa7)) - (fp_line (start 2.8 4.645) (end 1.755 4.645) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d0c9e39-9878-44c8-8283-9a59e45006fa)) - (fp_line (start 2.8 5.515) (end 2.8 5.915) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 810ed4ff-ffe2-4032-9af6-fb5ada3bae5b)) - (fp_line (start 2.8 5.915) (end 1.755 5.915) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2480d0c-9b08-4037-9175-b2369af04d4c)) - (fp_line (start 2.8 6.785) (end 2.8 7.185) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a25b7e01-1754-4cc9-8a14-3d9c461e5af5)) - (fp_line (start 2.8 7.185) (end 1.755 7.185) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 014d13cd-26ad-4d0e-86ad-a43b541cab14)) - (fp_line (start 2.8 8.055) (end 2.8 8.455) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b854a395-bfc6-4140-9640-75d4f9296771)) - (fp_line (start 2.8 8.455) (end 1.755 8.455) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5bf5b4a-5213-48af-a5cd-0d67969d2de6)) - (fp_line (start 2.8 9.325) (end 2.8 9.725) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59cb2966-1e9c-4b3b-b3c8-7499378d8dde)) - (fp_line (start 2.8 9.725) (end 1.755 9.725) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 590fefcc-03e7-45d6-b6c9-e51a7c3c36c4)) - (fp_line (start 2.8 10.595) (end 2.8 10.995) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ff19d63-2cb4-438b-93c4-e66d37a05329)) - (fp_line (start 2.8 10.995) (end 1.755 10.995) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa00d3f4-bb71-4b1d-aa40-ae9267e2c41f)) - (fp_line (start 2.8 11.865) (end 2.8 12.265) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 701e1517-e8cf-46f4-b538-98e721c97380)) - (fp_line (start 2.8 12.265) (end 1.755 12.265) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 235067e2-1686-40fe-a9a0-61704311b2b1)) - (fp_line (start 2.8 13.135) (end 2.8 13.535) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f31b97b-d794-46d6-bbd9-7a5638bcf704)) - (fp_line (start 2.8 13.535) (end 1.755 13.535) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c9169cc-3a77-4ae0-8afc-cbfc472a28c5)) - (pad "" np_thru_hole circle locked (at 0 -12.7 90) (size 1.1 1.1) (drill 1.1) (layers "*.Cu" "*.Mask") (tstamp 9e0e6fc0-a269-4822-b93d-4c5e6689ff11)) - (pad "" np_thru_hole circle locked (at 0 12.7 90) (size 1.1 1.1) (drill 1.1) (layers "*.Cu" "*.Mask") (tstamp 718e5c6d-0e4c-46d8-a149-2f2bfc54c7f1)) - (pad "1" smd roundrect locked (at -1.975 -13.335 90) (size 2.55 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 1c9f6fea-1796-4a2d-80b3-ae22ce51c8f5)) - (pad "1" smd roundrect locked (at -0.8 -13.525 90) (size 0.6 0.38) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 3 "GND") (tstamp 3249bd81-9fd4-4194-9b4f-2e333b2195b8)) - (pad "1" smd custom locked (at -0.8 -13.335 90) (size 0.2 0.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (zone_connect 0) (thermal_bridge_angle 45) - (options (clearance outline) (anchor rect)) - (primitives - (gr_poly - (pts - (xy 0.3 0.08) - (xy 0 0.38) - (xy -0.1 0.38) - (xy -0.1 -0.19) - (xy 0.3 -0.19) - ) - (width 0) (fill yes)) - ) (tstamp 347562f5-b152-4e7b-8a69-40ca6daaaad4)) - (pad "2" smd roundrect locked (at 0.8 -13.525 270) (size 0.6 0.38) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 2 "+3V3") (tstamp a0e7a81b-2259-4f8d-8368-ba75f2004714)) - (pad "2" smd custom locked (at 0.8 -13.335 90) (size 0.2 0.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (zone_connect 0) (thermal_bridge_angle 45) - (options (clearance outline) (anchor rect)) - (primitives - (gr_poly - (pts - (xy 0.1 0.38) - (xy 0 0.38) - (xy -0.3 0.08) - (xy -0.3 -0.19) - (xy 0.1 -0.19) - ) - (width 0) (fill yes)) - ) (tstamp be2983fa-f06e-485e-bea1-3dd96b916ec5)) - (pad "2" smd roundrect locked (at 1.975 -13.335 90) (size 2.55 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp f56d244f-1fa4-4475-ac1d-f41eed31a48b)) - (pad "3" smd roundrect locked (at -1.975 -12.065 90) (size 2.55 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 122 "/IO_Banks/Z11_N") (tstamp be6b17f9-34f5-44e9-a4c7-725d2e274a9d)) - (pad "3" smd custom locked (at -0.8 -12.065 270) (size 0.2 0.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 122 "/IO_Banks/Z11_N") (zone_connect 0) (thermal_bridge_angle 45) - (options (clearance outline) (anchor rect)) - (primitives - (gr_poly - (pts - (xy 0.1 0.38) - (xy 0 0.38) - (xy -0.3 0.08) - (xy -0.3 -0.19) - (xy 0.1 -0.19) - ) - (width 0) (fill yes)) - ) (tstamp 3efa2ece-8f3f-4a8c-96e9-6ab3ec6f1f70)) - (pad "3" smd roundrect locked (at -0.8 -11.875 90) (size 0.6 0.38) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 122 "/IO_Banks/Z11_N") (tstamp 430d6d73-9de6-41ca-b788-178d709f4aae)) - (pad "4" smd custom locked (at 0.8 -12.065 270) (size 0.2 0.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (zone_connect 0) (thermal_bridge_angle 45) - (options (clearance outline) (anchor rect)) - (primitives - (gr_poly - (pts - (xy 0.3 0.08) - (xy 0 0.38) - (xy -0.1 0.38) - (xy -0.1 -0.19) - (xy 0.3 -0.19) - ) - (width 0) (fill yes)) - ) (tstamp cee2f43a-7d22-4585-a857-73949bd17a9d)) - (pad "4" smd roundrect locked (at 0.8 -11.875 270) (size 0.6 0.38) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 3 "GND") (tstamp 775e8983-a723-43c5-bf00-61681f0840f3)) - (pad "4" smd roundrect locked (at 1.975 -12.065 90) (size 2.55 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp b12e5309-5d01-40ef-a9c3-8453e00a555e)) - (pad "5" smd roundrect locked (at -1.875 -10.795 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 121 "/IO_Banks/Z11_P") (tstamp 0d993e48-cea3-4104-9c5a-d8f97b64a3ac)) - (pad "6" smd roundrect locked (at 1.875 -10.795 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp cf21dfe3-ab4f-4ad9-b7cf-dc892d833b13)) - (pad "7" smd roundrect locked (at -1.875 -9.525 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 20901d7e-a300-4069-8967-a6a7e97a68bc)) - (pad "8" smd roundrect locked (at 1.875 -9.525 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 131 "/IO_Banks/Z12_P") (tstamp 422b10b9-e829-44a2-8808-05edd8cb3050)) - (pad "9" smd roundrect locked (at -1.875 -8.255 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 120 "/IO_Banks/Z10_P") (tstamp fad4c712-0a2e-465d-a9f8-83d26bd66e37)) - (pad "10" smd roundrect locked (at 1.875 -8.255 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 130 "/IO_Banks/Z12_N") (tstamp e2b24e25-1a0d-434a-876b-c595b47d80d2)) - (pad "11" smd roundrect locked (at -1.875 -6.985 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 129 "/IO_Banks/Z10_N") (tstamp 35c09d1f-2914-4d1e-a002-df30af772f3b)) - (pad "12" smd roundrect locked (at 1.875 -6.985 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 051b8cb0-ae77-4e09-98a7-bf2103319e66)) - (pad "13" smd roundrect locked (at -1.875 -5.715 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 974c48bf-534e-4335-98e1-b0426c783e99)) - (pad "14" smd roundrect locked (at 1.875 -5.715 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 137 "/IO_Banks/Z9_N") (tstamp f28e56e7-283b-4b9a-ae27-95e89770fbf8)) - (pad "15" smd roundrect locked (at -1.875 -4.445 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 119 "/IO_Banks/Z8_P") (tstamp aa1c6f47-cbd4-4cbd-8265-e5ac08b7ffc8)) - (pad "16" smd roundrect locked (at 1.875 -4.445 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 136 "/IO_Banks/Z9_P") (tstamp a92f3b72-ed6d-4d99-9da6-35771bec3c77)) - (pad "17" smd roundrect locked (at -1.875 -3.175 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 128 "/IO_Banks/Z8_N") (tstamp 888fd7cb-2fc6-480c-bcfa-0b71303087d3)) - (pad "18" smd roundrect locked (at 1.875 -3.175 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 4a7e3849-3bc9-4bb3-b16a-fab2f5cee0e5)) - (pad "19" smd roundrect locked (at -1.875 -1.905 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 79451892-db6b-4999-916d-6392174ee493)) - (pad "20" smd roundrect locked (at 1.875 -1.905 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 135 "/IO_Banks/Z7_N") (tstamp 8e295ed4-82cb-4d9f-8888-7ad2dd4d5129)) - (pad "21" smd roundrect locked (at -1.875 -0.635 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 118 "/IO_Banks/Z6_P") (tstamp 7acd513a-187b-4936-9f93-2e521ce33ad5)) - (pad "22" smd roundrect locked (at 1.875 -0.635 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 140 "/IO_Banks/Z7_P") (tstamp 083becc8-e25d-4206-9636-55457650bbe3)) - (pad "23" smd roundrect locked (at -1.875 0.635 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 127 "/IO_Banks/Z6_N") (tstamp 725cdf26-4b92-46db-bca9-10d930002dda)) - (pad "24" smd roundrect locked (at 1.875 0.635 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 3e3d55c8-e0ea-48fb-8421-a84b7cb7055b)) - (pad "25" smd roundrect locked (at -1.875 1.905 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 123968c6-74e7-4754-8c36-08ea08e42555)) - (pad "26" smd roundrect locked (at 1.875 1.905 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 134 "/IO_Banks/Z5_N") (tstamp ee29d712-3378-4507-a00b-003526b29bb1)) - (pad "27" smd roundrect locked (at -1.875 3.175 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 117 "/IO_Banks/Z3_P") (tstamp 5f312b85-6822-40a3-b417-2df49696ca2d)) - (pad "28" smd roundrect locked (at 1.875 3.175 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 126 "/IO_Banks/Z5_P") (tstamp 99186658-0361-40ba-ae93-62f23c5622e6)) - (pad "29" smd roundrect locked (at -1.875 4.445 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 116 "/IO_Banks/Z3_N") (tstamp 2b64d2cb-d62a-4762-97ea-f1b0d4293c4f)) - (pad "30" smd roundrect locked (at 1.875 4.445 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 10d8ad0e-6a08-4053-92aa-23a15910fd21)) - (pad "31" smd roundrect locked (at -1.875 5.715 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp fc83cd71-1198-4019-87a1-dc154bceead3)) - (pad "32" smd roundrect locked (at 1.875 5.715 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 125 "/IO_Banks/Z4_P") (tstamp 475ed8b3-90bf-48cd-bce5-d8f48b689541)) - (pad "33" smd roundrect locked (at -1.875 6.985 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 115 "/IO_Banks/Z2_N") (tstamp df2a6036-7274-4398-9365-148b6ddab90d)) - (pad "34" smd roundrect locked (at 1.875 6.985 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 133 "/IO_Banks/Z4_N") (tstamp 7b766787-7689-40b8-9ef5-c0b1af45a9ae)) - (pad "35" smd roundrect locked (at -1.875 8.255 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 124 "/IO_Banks/Z2_P") (tstamp aee7520e-3bfc-435f-a66b-1dd1f5aa6a87)) - (pad "36" smd roundrect locked (at 1.875 8.255 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 2c95b9a6-9c71-4108-9cde-57ddfdd2dd19)) - (pad "37" smd roundrect locked (at -1.875 9.525 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 8486c294-aa7e-43c3-b257-1ca3356dd17a)) - (pad "38" smd roundrect locked (at 1.875 9.525 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 132 "/IO_Banks/Z1_N") (tstamp 0b9f21ed-3d41-4f23-ae45-74117a5f3153)) - (pad "39" smd roundrect locked (at -1.875 10.795 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 114 "/IO_Banks/Z0_P") (tstamp a76a574b-1cac-43eb-81e6-0e2e278cea39)) - (pad "40" smd roundrect locked (at 1.875 10.795 90) (size 2.75 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 138 "/IO_Banks/Z1_P") (tstamp 76afa8e0-9b3a-439d-843c-ad039d3b6354)) - (pad "41" smd roundrect locked (at -1.975 12.065 90) (size 2.55 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 123 "/IO_Banks/Z0_N") (tstamp 946404ba-9297-43ec-9d67-30184041145f)) - (pad "41" smd roundrect locked (at -0.8 11.875 90) (size 0.6 0.38) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 123 "/IO_Banks/Z0_N") (tstamp 0cc9bf07-55b9-458f-b8aa-41b2f51fa940)) - (pad "41" smd custom locked (at -0.8 12.065 90) (size 0.2 0.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 123 "/IO_Banks/Z0_N") (zone_connect 0) (thermal_bridge_angle 45) - (options (clearance outline) (anchor rect)) - (primitives - (gr_poly - (pts - (xy 0.3 0.08) - (xy 0 0.38) - (xy -0.1 0.38) - (xy -0.1 -0.19) - (xy 0.3 -0.19) - ) - (width 0) (fill yes)) - ) (tstamp 8ac400bf-c9b3-4af4-b0a7-9aa9ab4ad17e)) - (pad "42" smd roundrect locked (at 0.8 11.875 270) (size 0.6 0.38) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 3 "GND") (tstamp dc1d84c8-33da-4489-be8e-2a1de3001779)) - (pad "42" smd custom locked (at 0.8 12.065 90) (size 0.2 0.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (zone_connect 0) (thermal_bridge_angle 45) - (options (clearance outline) (anchor rect)) - (primitives - (gr_poly - (pts - (xy 0.1 0.38) - (xy 0 0.38) - (xy -0.3 0.08) - (xy -0.3 -0.19) - (xy 0.1 -0.19) - ) - (width 0) (fill yes)) - ) (tstamp 5d49e9a6-41dd-4072-adde-ef1036c1979b)) - (pad "42" smd roundrect locked (at 1.975 12.065 90) (size 2.55 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp a64aeb89-c24a-493b-9aab-87a6be930bde)) - (pad "43" smd roundrect locked (at -1.975 13.335 90) (size 2.55 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 1b023dd4-5185-4576-b544-68a05b9c360b)) - (pad "43" smd custom locked (at -0.8 13.335 270) (size 0.2 0.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 3 "GND") (zone_connect 0) (thermal_bridge_angle 45) - (options (clearance outline) (anchor rect)) - (primitives - (gr_poly - (pts - (xy 0.1 0.38) - (xy 0 0.38) - (xy -0.3 0.08) - (xy -0.3 -0.19) - (xy 0.1 -0.19) - ) - (width 0) (fill yes)) - ) (tstamp 6cb535a7-247d-4f99-997d-c21b160eadfa)) - (pad "43" smd roundrect locked (at -0.8 13.525 90) (size 0.6 0.38) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 3 "GND") (tstamp 241e0c85-4796-48eb-a5a0-1c0f2d6e5910)) - (pad "44" smd custom locked (at 0.8 13.335 270) (size 0.2 0.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 139 "/IO_Banks/VIO_AUX") (zone_connect 0) (thermal_bridge_angle 45) - (options (clearance outline) (anchor rect)) - (primitives - (gr_poly - (pts - (xy 0.3 0.08) - (xy 0 0.38) - (xy -0.1 0.38) - (xy -0.1 -0.19) - (xy 0.3 -0.19) - ) - (width 0) (fill yes)) - ) (tstamp 386ad9e3-71fa-420f-8722-88548b024fc5)) - (pad "44" smd roundrect locked (at 0.8 13.525 270) (size 0.6 0.38) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.5) - (net 139 "/IO_Banks/VIO_AUX") (tstamp 7f9683c1-2203-43df-8fa1-719a0dc360df)) - (pad "44" smd roundrect locked (at 1.975 13.335 90) (size 2.55 0.76) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 139 "/IO_Banks/VIO_AUX") (tstamp 90f81af1-b6de-44aa-a46b-6504a157ce6c)) - (model "${KISYS3DMOD}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x22_P1.27mm_Vertical_SMD.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f41d48a) - (at 59.05 99.15 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005accf0f2") - (attr smd) - (fp_text reference "R3" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 7c849e86-e149-44f3-8e6f-1e68de7023ea) - ) - (fp_text value "100k" (at 1.35 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp cfbc958e-3fb8-49ab-a1a0-0abbb8af3f4b) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 9038b135-ccf5-4442-8ebb-a3944fd0e705) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b182f66-b0c8-4347-9c9e-3ee95097eabe)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bbdd926d-7d86-45cf-ae08-f1f150d09cfe)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp acdd6813-47a9-43b9-8c0d-c0787f18321e)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8197234b-d466-4dd0-b29a-d8c861bfb7ac)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee556f6c-0a63-4195-b5e3-678d6f90db6b)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c37a23f-9362-4abd-952a-d541c9b780f8)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1f863df-0c8c-46fa-8804-767e10582681)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 363b8f67-740c-4671-ae42-143e2627bd6b)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 7 "/SHLD") (tstamp 9272ccd5-e950-4f99-baec-47da7f19129b)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 7670d6a4-669e-4a95-8178-29fc8bb78054)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f429741) - (at 64.4 99.9) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005b12b6ca") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP7" (at 0 -1.448) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp f98a1b91-9aa3-4c7d-9ab6-cc42f1ef1222) - ) - (fp_text value "3V3" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b5439700-fda7-4956-b08c-8949e60f6fe5) - ) - (fp_text user "${REFERENCE}" (at 0 -1.45) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4e9d9bbb-bb4b-4f71-a57a-a915249deb73) - ) - (fp_circle (center 0 0) (end 0 0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 91c13ed2-1035-4e8a-b348-26e573bcfce9)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 6a44edfe-2ae4-4a26-af04-29021170551e)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") - (net 30 "/CLKIF") (tstamp a02123a2-48d6-42d7-8224-1acec1028ae3)) - ) - - (footprint "Capacitor_SMD:CP_Elec_6.3x5.9" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f447b59) - (at 67.6 104.2) - (descr "SMD capacitor, aluminum electrolytic, Panasonic C6, 6.3x5.9mm") - (tags "capacitor electrolytic") - (path "/00000000-0000-0000-0000-00005cce6160") - (attr smd) - (fp_text reference "C87" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 741561bb-6157-4c58-bb00-0f2a32b21238) - ) - (fp_text value "150u" (at 0 1.45) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3019c847-3ccf-490a-9dd6-694227c3fba5) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fb4e7351-d265-4999-adf6-bc7596c21cf3) - ) - (fp_line (start -4.4375 -1.8475) (end -3.65 -1.8475) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 782e74f8-8e76-4e6f-bfec-df9b9d96b19d)) - (fp_line (start -4.04375 -2.24125) (end -4.04375 -1.45375) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7035c1b-863b-4bbf-a32a-6ebba2814e2c)) - (fp_line (start -3.41 -2.345563) (end -3.41 -1.06) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 986fa662-6dc8-4009-9871-995c9cfdbebc)) - (fp_line (start -3.41 -2.345563) (end -2.345563 -3.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de7d8275-fd45-47d5-ae9a-4b0c51b81f57)) - (fp_line (start -3.41 2.345563) (end -3.41 1.06) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd1b9f49-f6c4-4c81-a715-14d19fd506d7)) - (fp_line (start -3.41 2.345563) (end -2.345563 3.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b013cb8-9e09-4a62-b02d-814d5cfa604e)) - (fp_line (start -2.345563 -3.41) (end 3.41 -3.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ec648ca-df29-4910-86ed-6f48e345dbdb)) - (fp_line (start -2.345563 3.41) (end 3.41 3.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30cf5573-2ac5-4d4b-8678-7fcebe2bcd36)) - (fp_line (start 3.41 -3.41) (end 3.41 -1.06) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7b67c11-d515-46cf-bcf0-0f0ef2d0158a)) - (fp_line (start 3.41 3.41) (end 3.41 1.06) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1aaf34a3-282e-4633-82fa-9d6cdf32efbb)) - (fp_line (start -4.8 -1.05) (end -4.8 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00c9c1c9-df78-4bf8-a378-9edee7dafbe3)) - (fp_line (start -4.8 1.05) (end -3.55 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 127b0e8c-8b10-4db4-b691-908ac98caaf1)) - (fp_line (start -3.55 -2.4) (end -3.55 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5128f0b-0a4f-4337-a7f7-9a3dfe4ad4f9)) - (fp_line (start -3.55 -2.4) (end -2.4 -3.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7524402-4dbd-4d05-888d-edab7e79a150)) - (fp_line (start -3.55 -1.05) (end -4.8 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 92419cc9-1070-47aa-876c-2cf8f5a03a47)) - (fp_line (start -3.55 1.05) (end -3.55 2.4) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6428332e-b689-4aa8-86bb-3bee31b6f177)) - (fp_line (start -3.55 2.4) (end -2.4 3.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fed6a1e7-e233-4dff-87e0-8992a65c8dd0)) - (fp_line (start -2.4 -3.55) (end 3.55 -3.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad4fcc27-bf1e-4e2e-ab26-9b8032da7693)) - (fp_line (start -2.4 3.55) (end 3.55 3.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ff15691-c9f8-4e08-a694-3230522780fc)) - (fp_line (start 3.55 -3.55) (end 3.55 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c49dc93-96a1-4a8f-a667-a4ee5ad692a0)) - (fp_line (start 3.55 -1.05) (end 4.8 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1558a593-7554-4709-a27f-f70400a2199d)) - (fp_line (start 3.55 1.05) (end 3.55 3.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 098afe52-27f0-4ec0-bf39-4eb766d2a851)) - (fp_line (start 4.8 -1.05) (end 4.8 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96815f61-f3f5-43c2-b68f-856577233f16)) - (fp_line (start 4.8 1.05) (end 3.55 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7cbc8c8d-fbc1-4902-ac93-6c241131aada)) - (fp_line (start -3.3 -2.3) (end -3.3 2.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7cc510d9-2339-42a7-bb31-eff1142f0636)) - (fp_line (start -3.3 -2.3) (end -2.3 -3.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b450865-b2ef-4d25-9b34-4d42975b5e24)) - (fp_line (start -3.3 2.3) (end -2.3 3.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c38e5ef-0105-4756-a059-34a9c3247d1f)) - (fp_line (start -2.704838 -1.33) (end -2.074838 -1.33) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d35d7027-ac1b-44b2-9664-3d8a37ee0f4e)) - (fp_line (start -2.389838 -1.645) (end -2.389838 -1.015) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0de7d0e7-c8d5-482b-8e8a-d56acfc6ebd8)) - (fp_line (start -2.3 -3.3) (end 3.3 -3.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e247c2e-b63e-4a70-8c32-64933e91ced0)) - (fp_line (start -2.3 3.3) (end 3.3 3.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a60f8360-f38f-439d-b446-391101ae4282)) - (fp_line (start 3.3 -3.3) (end 3.3 3.3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b29962f-685a-409c-915c-9c4a92ed442a)) - (fp_circle (center 0 0) (end 3.15 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 669e2f76-dce7-4b88-b383-d3587e6cc0cc)) - (pad "1" smd roundrect (at -2.8 0) (size 3.5 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) - (net 5 "+5V") (tstamp 119c633c-175b-4b38-bbc1-1a076032c16e)) - (pad "2" smd roundrect (at 2.8 0) (size 3.5 1.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.15625) - (net 3 "GND") (tstamp c66790a8-2c84-47da-b059-a728d9f51463)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_6.3x5.9.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:TSSOP-8_4.4x3mm_P0.65mm" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f44afea) - (at 76.4 110.9 90) - (descr "TSSOP, 8 Pin (JEDEC MO-153 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "TSSOP SO") - (path "/00000000-0000-0000-0000-00005acd2bb9") - (attr smd) - (fp_text reference "U2" (at 0 0 270) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a26bc030-7d8a-4b19-aa84-9206cc0de2b0) - ) - (fp_text value "CAT24M01X" (at 0 -1.05 270) (layer "F.Fab") - (effects (font (size 0.3 0.3) (thickness 0.0625))) - (tstamp d66c8b0e-b6b3-43ea-8c6d-9724edcc57d6) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bf67f245-1714-4d39-b76d-53f1523ab5f8) - ) - (fp_line (start 0 -1.61) (end -3.6 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3aec5e23-e675-4bcf-9a9e-48cb59d51927)) - (fp_line (start 0 -1.61) (end 2.2 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01657d30-6f8e-4bbd-a3dd-6a0742c69aca)) - (fp_line (start 0 1.61) (end -2.2 1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72729c20-0465-4f8c-be80-3c22bb337ef7)) - (fp_line (start 0 1.61) (end 2.2 1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5fcd820-f4f0-487d-8e2f-6defe7618982)) - (fp_line (start -3.85 -1.75) (end -3.85 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62af6e3c-7d06-438a-b62f-014ae3262ea1)) - (fp_line (start -3.85 1.75) (end 3.85 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed6caead-58a0-4a37-97cf-621d3ffb0ca4)) - (fp_line (start 3.85 -1.75) (end -3.85 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d19e22b-2666-4e7d-825d-37a04ed07fa1)) - (fp_line (start 3.85 1.75) (end 3.85 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 054f8e07-0141-451f-a3c4-ea786b83b680)) - (fp_line (start -2.2 -0.75) (end -1.45 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp afc1392c-4488-4251-8167-de520abba754)) - (fp_line (start -2.2 1.5) (end -2.2 -0.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 248d15cd-dd0c-425d-94cb-b44ccf865457)) - (fp_line (start -1.45 -1.5) (end 2.2 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6460cc6-b11c-4dff-a0ea-9de680e68ca8)) - (fp_line (start 2.2 -1.5) (end 2.2 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c546008e-7661-419e-94b3-0bbb9fd14ec8)) - (fp_line (start 2.2 1.5) (end -2.2 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42688fc6-3e24-4a56-9963-828da46dcdfb)) - (pad "1" smd roundrect locked (at -2.8625 -0.975 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp ccd45da3-3d73-496d-8f2e-5edf69377f63)) - (pad "2" smd roundrect locked (at -2.8625 -0.325 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 0a83f85d-78ad-480a-a5ba-773caced8f09)) - (pad "3" smd roundrect locked (at -2.8625 0.325 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 9116f42f-8d27-4055-8fab-af8b6ed6959f)) - (pad "4" smd roundrect locked (at -2.8625 0.975 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp c14f4f41-991c-47f8-ba74-4a4e89170acf)) - (pad "5" smd roundrect locked (at 2.8625 0.975 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/SDA") (tstamp 8afefa03-006b-4e40-b19e-6596c7cc472e)) - (pad "6" smd roundrect locked (at 2.8625 0.325 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "/SCL") (tstamp a6386af6-d744-458e-b19d-8fd97b5ad9f9)) - (pad "7" smd roundrect locked (at 2.8625 -0.325 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 01600802-66c5-45a2-be7f-4fa2327d845b)) - (pad "8" smd roundrect locked (at 2.8625 -0.975 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp fc80fa5b-8c07-4dda-8002-331dcafd556b)) - (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-8_4.4x3mm_P0.65mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:TSSOP-8_4.4x3mm_P0.65mm" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f44b032) - (at 72.9 110.9 90) - (descr "TSSOP, 8 Pin (JEDEC MO-153 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "TSSOP SO") - (path "/00000000-0000-0000-0000-00005acd332d") - (attr smd) - (fp_text reference "U3" (at 0 0 270) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e8cb6cb3-dd2b-4328-8592-132e369ebb71) - ) - (fp_text value "BL24C256A-SFRC" (at 0 1.1 270) (layer "F.Fab") - (effects (font (size 0.3 0.3) (thickness 0.0625))) - (tstamp f630bdcd-b048-45d2-91a0-928349b89dad) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e7c8f673-e523-47ce-91b8-92cf1c7605ce) - ) - (fp_line (start 0 -1.61) (end -3.6 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6025c071-1487-4c03-a645-f67437519813)) - (fp_line (start 0 -1.61) (end 2.2 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b79d8d99-88b5-4d84-a010-b6d768d67ec8)) - (fp_line (start 0 1.61) (end -2.2 1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2c0fc07-9ed2-42e8-8fef-f02fce3412ee)) - (fp_line (start 0 1.61) (end 2.2 1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d678ff1-21aa-4e6f-ae06-abf24406f3c8)) - (fp_line (start -3.85 -1.75) (end -3.85 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25b39db8-8576-4473-b331-b912323e85f4)) - (fp_line (start -3.85 1.75) (end 3.85 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 40962e92-90b6-487d-b0dc-0a6c42b5ebc2)) - (fp_line (start 3.85 -1.75) (end -3.85 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c374668c-56af-42dd-a650-35352e96de63)) - (fp_line (start 3.85 1.75) (end 3.85 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08d1dac8-0d6e-4029-9a06-c8863d7fbd51)) - (fp_line (start -2.2 -0.75) (end -1.45 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ffde4898-4c0e-4c24-bd8c-aadcd7279172)) - (fp_line (start -2.2 1.5) (end -2.2 -0.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5aa0e472-160b-49ac-864f-0fa7cd9cf9b0)) - (fp_line (start -1.45 -1.5) (end 2.2 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51bdd1cb-8a01-4b1c-940a-3ff4dd1de87c)) - (fp_line (start 2.2 -1.5) (end 2.2 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59246647-4e57-4b5f-9f1e-b0cc1fb90bb2)) - (fp_line (start 2.2 1.5) (end -2.2 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 086ab04d-4086-427c-992f-819b91a9021d)) - (pad "1" smd roundrect locked (at -2.8625 -0.975 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp eb06cbed-9a37-40e7-bc33-37acd0ee650a)) - (pad "2" smd roundrect locked (at -2.8625 -0.325 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 160 "Net-(R40-Pad1)") (tstamp 172b515f-13aa-42a2-b6ac-db67c2e524e7)) - (pad "3" smd roundrect locked (at -2.8625 0.325 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp a5c35670-98af-44c6-a3f4-bbad7ffecfd3)) - (pad "4" smd roundrect locked (at -2.8625 0.975 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 5bd90e77-727e-49e2-881e-09f4ce3768d4)) - (pad "5" smd roundrect locked (at 2.8625 0.975 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/SDA") (tstamp af7ccd5a-4c05-4a49-a412-ca568e4c81d2)) - (pad "6" smd roundrect locked (at 2.8625 0.325 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "/SCL") (tstamp 911557e5-adec-4d13-9794-a18b325eb4ea)) - (pad "7" smd roundrect locked (at 2.8625 -0.325 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp d40ed1bf-6a69-492a-acf3-f71f1c7a81f2)) - (pad "8" smd roundrect locked (at 2.8625 -0.975 90) (size 1.475 0.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 67320774-1745-4c89-bec7-2213f7bb7ecc)) - (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-8_4.4x3mm_P0.65mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:Molex_KK-254_1x02_P2.54mm_Horizontal" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f4629c8) - (at 84.1 108.4) - (descr "Molex KK-254 Interconnect System, old/engineering part number: AE-6410-02A example for new part number: 22-27-2021, 2 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator") - (tags "connector Molex KK-254 side entry") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c961091") - (attr through_hole) - (fp_text reference "J4" (at -1.3 0) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6f5a9f10-1b2c-4916-b4e5-cb5bd0f851a0) - ) - (fp_text value "Conn_01x02" (at -1.35 6 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp bde3f73b-f869-498d-a8d7-18346cb7179e) - ) - (fp_text user "${REFERENCE}" (at -1.27 -2.413 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bf4036b4-c410-489a-b46c-abee2c31db09) - ) - (fp_line (start -3.937 2.286) (end -3.302 2.286) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cdfb661b-489b-4b76-99f4-62b92bb1ab18)) - (fp_line (start -3.937 5.715) (end -3.937 2.286) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp acb0068c-c0e7-44cf-a209-296716acb6a2)) - (fp_line (start -3.302 2.286) (end -3.302 2.921) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28b01cd2-da3a-46ec-8825-b0f31a0b8987)) - (fp_line (start -2.921 1.397) (end -2.921 2.921) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c6bba6d7-3631-448e-9df8-b5a9e3238ade)) - (fp_line (start -2.921 5.715) (end -2.921 11.557) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39845449-7a31-4262-86b1-e7af14a6659f)) - (fp_line (start -2.54 5.715) (end -3.937 5.715) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ea0f2f7-b064-4b8f-bd17-48195d1c83d1)) - (fp_line (start -2.54 5.715) (end -2.54 10.541) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f2f68c4-6fa0-45ce-b5c2-e911daddcd12)) - (fp_line (start -2.286 11.049) (end -2.54 10.541) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e592cd4-1950-44ef-9727-8e526f4c4e12)) - (fp_line (start -2.159 1.397) (end -2.159 2.921) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea745685-58a4-4364-a674-15381eadb187)) - (fp_line (start -2.159 11.049) (end -2.159 11.557) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd6c35f3-ae45-4706-ad6f-8028797ca8e0)) - (fp_line (start -1.778 2.286) (end -0.762 2.286) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b471778-f61d-4b9d-a507-3d4f82ec4b7c)) - (fp_line (start -1.778 2.921) (end -3.302 2.921) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09c6ca89-863f-42d4-867e-9a769c316610)) - (fp_line (start -1.778 2.921) (end -1.778 2.286) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34ddb753-e57c-4ca8-a67b-d7cdf62cae93)) - (fp_line (start -0.762 2.286) (end -0.762 2.921) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11c7c8d4-4c4b-4330-bb59-1eec2e98b255)) - (fp_line (start -0.381 1.397) (end -0.381 2.921) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4184668-3bdd-4cb2-a053-4f3d5e57b541)) - (fp_line (start -0.381 11.049) (end -0.381 11.557) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07652224-af43-42a2-841c-1883ba305bc4)) - (fp_line (start -0.25 11.049) (end -2.286 11.049) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a150f0c9-1a23-4200-b489-18791f6d5ce5)) - (fp_line (start 0 5.715) (end 0 10.541) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6706c54-6a82-42d1-a6c9-48341690e19d)) - (fp_line (start 0 5.715) (end 1.397 5.715) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 692d87e9-6b70-46cc-9c78-b75193a484cc)) - (fp_line (start 0 10.541) (end -2.54 10.541) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2295a793-dfca-4b86-a3e5-abf1834e2790)) - (fp_line (start 0 10.541) (end -0.25 11.049) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e77c17df-b20e-4e7d-b937-f281c75a0014)) - (fp_line (start 0.381 1.397) (end 0.381 2.921) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63286bbb-78a3-4368-a50a-f6bf5f1653b0)) - (fp_line (start 0.381 5.715) (end 0.381 11.557) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8e1a8b8-63f0-4e53-a6cb-c8edf9a649c4)) - (fp_line (start 0.762 2.286) (end 1.397 2.286) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp adcbf4d0-ed9c-4c7d-b78f-3bcbe974bdcb)) - (fp_line (start 0.762 2.921) (end -0.762 2.921) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 300aa512-2f66-4c26-a530-50c091b3a099)) - (fp_line (start 0.762 2.921) (end 0.762 2.286) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5bbde4f9-fcdb-4d27-a2d6-3847fcdd87ba)) - (fp_line (start 1.143 0) (end 1.651 -0.254) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2db53d0-2821-4ebe-bf21-b864eac8ca44)) - (fp_line (start 1.397 2.286) (end 1.397 5.715) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 725579dd-9ec6-473d-8843-6a11e99f108c)) - (fp_line (start 1.651 -0.254) (end 1.651 0.254) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f1ab70d-3263-42b5-9c61-0360188ff2b7)) - (fp_line (start 1.651 0.254) (end 1.143 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa0466c6-766f-4bb4-abf1-502a6a06f91d)) - (fp_line (start -4.318 -1.651) (end -4.318 13.081) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70cda344-73be-4466-a097-1fd56f3b19e2)) - (fp_line (start -4.318 13.081) (end 1.77 13.081) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 64d1d0fe-4fd6-4a55-8314-56a651e1ccab)) - (fp_line (start 1.77 -1.651) (end -4.318 -1.651) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a323243c-4cab-4689-aa04-1e663cf86177)) - (fp_line (start 1.778 13.081) (end 1.77 -1.651) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a49e8613-3cd2-48ed-8977-6bb5023f7722)) - (fp_line (start -3.937 -1.27) (end -3.937 11.557) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80f8c1b4-10dd-40fe-b7f7-67988bc3ad81)) - (fp_line (start -3.937 11.557) (end 1.397 11.557) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be5bbcc0-5b09-43de-a42f-297f80f602a5)) - (fp_line (start 0.562893 0) (end 1.27 -0.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e80b0e91-f15f-4e36-9a9c-b2cfd5a01d2a)) - (fp_line (start 1.27 0.5) (end 0.562893 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46491a9d-8b3d-4c74-b09a-70c876f162e5)) - (fp_line (start 1.397 -1.27) (end -3.937 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8621ac5-1e7e-4e87-8c69-5fd403df9470)) - (fp_line (start 1.397 11.557) (end 1.397 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 883105b0-f6a6-466b-ba58-a2fcc1f18e4b)) - (pad "1" thru_hole roundrect locked (at 0 0 180) (size 1.74 2.2) (drill 1.2) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.1436775862) - (net 3 "GND") (tstamp 5cff09b0-b3d4-41a7-a6a4-7f917b40eda9)) - (pad "2" thru_hole oval locked (at -2.54 0 180) (size 1.74 2.2) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 159 "/IO_Banks/~{SYNC}") (tstamp 5a397f61-35c4-4c18-9dcd-73a2d44cc9af)) - (model "../../packages3D/Molex_KK-254_1x02_P2.54mm_Horizontal-PN022057028.step" - (offset (xyz -1.3 -4.3 4.1)) - (scale (xyz 1 1 1)) - (rotate (xyz 180 0 0)) - ) - ) - - (footprint "Glasgow:DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm_ThermalVias" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f476c85) - (at 65.9 115 180) - (descr "6-Lead Plastic Dual Flat, No Lead Package (MA) - 2x2x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf)") - (tags "DFN 0.65") - (path "/00000000-0000-0000-0000-00005cec297b") - (attr smd) - (fp_text reference "U8" (at 0 0.4 180) (layer "F.SilkS") hide - (effects (font (size 0.6 0.6) (thickness 0.1))) - (tstamp 32af351e-30db-43fd-8004-85c42f0661d4) - ) - (fp_text value "TLV75533PDRVR" (at 0 1.4 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp adae0e75-68d2-4a2b-98da-d0b9556bd126) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp c9293921-3f4d-4839-bf8f-cb50bb7c5431) - ) - (fp_line (start -1.45 -1.1) (end 0.725 -1.1) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 6fa8342e-2989-40ca-b0ae-b207f17ca831)) - (fp_line (start -0.725 1.1) (end 0.725 1.1) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 815e38da-4e8a-4d91-9c77-2aa0746d5639)) - (fp_line (start -1.65 -1.25) (end -1.65 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4371cedd-a894-45a7-8f2e-b664b567a667)) - (fp_line (start -1.65 -1.25) (end 1.65 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3a64311-031c-492b-817d-d8c8c6fedbb6)) - (fp_line (start -1.65 1.25) (end 1.65 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8a2747cd-9545-4996-b99f-a27623db4e36)) - (fp_line (start 1.65 -1.25) (end 1.65 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88ce3174-a8b3-4149-886a-872ed4746e98)) - (fp_line (start -1 0) (end 0 -1) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp fa0658a8-b566-42fd-96ec-033831ff4d14)) - (fp_line (start -1 1) (end -1 0) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 1525535f-a14f-4148-bf1a-2c1a2802f16c)) - (fp_line (start 0 -1) (end 1 -1) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp ed5d521b-24d1-4974-b18e-6b700d9b109f)) - (fp_line (start 1 -1) (end 1 1) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 1dfbb08e-4502-4041-b288-07dbab29f6fa)) - (fp_line (start 1 1) (end -1 1) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp c03374e9-87ea-401d-8ec8-f0596c74ecdf)) - (pad "" smd roundrect (at 0 -0.45 180) (size 1 0.7) (layers "F.Paste") (roundrect_rratio 0.07099857143) (tstamp 439a0826-2a4b-4f2a-9a85-b9cbf2766a09)) - (pad "" smd roundrect (at 0 0.45 180) (size 1 0.7) (layers "F.Paste") (roundrect_rratio 0.07099857143) (tstamp b6d945bb-e2eb-4605-8009-e2c500075502)) - (pad "1" smd roundrect (at -1.05 -0.65 180) (size 0.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.143) - (net 2 "+3V3") (tstamp a8f3fb57-d72d-4e56-b518-98e829534921)) - (pad "2" smd roundrect (at -1.05 0 180) (size 0.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.143) - (net 2 "+3V3") (tstamp 70396b64-ba42-4955-ac7d-aeff65748330)) - (pad "3" smd roundrect (at -1.05 0.65 180) (size 0.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.143) - (net 3 "GND") (tstamp e0a50294-8c6e-4d53-aeda-b230ef3f0916)) - (pad "4" smd roundrect (at 1.05 0.65 180) (size 0.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.143) - (net 198 "Net-(D24-Pad2)") (tstamp c2f385f2-7a78-4f82-b8fd-1151e835fc14)) - (pad "5" smd roundrect (at 1.05 0 180) (size 0.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.143) - (net 5 "+5V") (tstamp 3d3bdad0-548d-4071-9075-ac87e9e96ee0)) - (pad "6" smd roundrect (at 1.05 -0.65 180) (size 0.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.143) - (net 5 "+5V") (tstamp e74c1c14-2c10-4ed2-af66-d46451b14517)) - (pad "7" thru_hole circle (at 0 -0.55 180) (size 0.5 0.5) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp f6429ab2-213c-4030-a705-9f073170a98c)) - (pad "7" smd roundrect (at 0 0 180) (size 1 1.6) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.05) - (net 3 "GND") (tstamp 7e11542a-c428-4e80-830e-94b7e05e0716)) - (pad "7" smd roundrect (at 0 0 180) (size 1 1.6) (layers "B.Cu") (roundrect_rratio 0.05) - (net 3 "GND") (tstamp ba1f0967-2682-40e7-8282-722799674775)) - (pad "7" thru_hole circle (at 0 0.55 180) (size 0.5 0.5) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 2dfa347b-08b4-4ee1-b0ac-49ade4fe9171)) - (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm_ThermalVias" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f476cdc) - (at 65.9 109.9 180) - (descr "6-Lead Plastic Dual Flat, No Lead Package (MA) - 2x2x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf)") - (tags "DFN 0.65") - (path "/00000000-0000-0000-0000-00005cec599a") - (attr smd) - (fp_text reference "U36" (at 0 0.3 180) (layer "F.SilkS") hide - (effects (font (size 0.6 0.6) (thickness 0.1))) - (tstamp 850230a1-e985-4aec-bfc1-cca85f47f39d) - ) - (fp_text value "TLV73312PQDRVR" (at 0 1.4 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 609c03aa-db26-47fb-b858-1a8c9396360a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp fffbe5d9-ab4f-4620-8b07-dfed6958ef21) - ) - (fp_line (start -1.45 -1.1) (end 0.725 -1.1) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp c0b7f3c6-3a8b-4cbc-8e07-4879365e8103)) - (fp_line (start -0.725 1.1) (end 0.725 1.1) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp e4a9ddd8-7ada-440b-a9de-a5d7da8f72b2)) - (fp_line (start -1.65 -1.25) (end -1.65 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99e435f9-35c9-4f7b-81bb-55482767f5f5)) - (fp_line (start -1.65 -1.25) (end 1.65 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b0e77d6-7888-4840-a867-95c0b6bc01b5)) - (fp_line (start -1.65 1.25) (end 1.65 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 726d5642-3df2-46ac-8dab-77f2dd7a181f)) - (fp_line (start 1.65 -1.25) (end 1.65 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26499fda-28f0-49df-ae6e-bde6da76eedc)) - (fp_line (start -1 0) (end 0 -1) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp b8fcd648-8385-4e85-ba16-e9b058ae3ba3)) - (fp_line (start -1 1) (end -1 0) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp c78980a8-e749-4c70-b9e3-d042eb419706)) - (fp_line (start 0 -1) (end 1 -1) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp e4f43349-3f67-4924-9783-e918db4d09eb)) - (fp_line (start 1 -1) (end 1 1) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp fbbacad4-e3d6-4bc2-a42d-a5503b96ba41)) - (fp_line (start 1 1) (end -1 1) - (stroke (width 0.15) (type solid)) (layer "F.Fab") (tstamp 33e14999-b5ae-46d2-ac28-01787a512419)) - (pad "" smd roundrect (at 0 -0.45 180) (size 1 0.7) (layers "F.Paste") (roundrect_rratio 0.07099857143) (tstamp cbba6077-8b44-42ce-8e79-5897f04e7903)) - (pad "" smd roundrect (at 0 0.45 180) (size 1 0.7) (layers "F.Paste") (roundrect_rratio 0.07099857143) (tstamp f7d43406-366f-4e28-b077-a5ba452fce9a)) - (pad "1" smd roundrect (at -1.05 -0.65 180) (size 0.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.143) - (net 29 "+1V2") (tstamp d070d92e-528b-4236-9018-11247fadff60)) - (pad "2" smd roundrect (at -1.05 0 180) (size 0.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.143) - (net 29 "+1V2") (tstamp 9fe6b1ab-b272-4c55-88f3-15c955c8b1f3)) - (pad "3" smd roundrect (at -1.05 0.65 180) (size 0.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.143) - (net 3 "GND") (tstamp 533e0349-e9bd-4e8f-92c0-75eac764bdf1)) - (pad "4" smd roundrect (at 1.05 0.65 180) (size 0.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.143) - (net 5 "+5V") (tstamp c1212456-d2b9-440c-9946-508c16588497)) - (pad "5" smd roundrect (at 1.05 0 180) (size 0.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.143) - (net 5 "+5V") (tstamp 30470147-1c1c-474c-b510-0051dbe7652d)) - (pad "6" smd roundrect (at 1.05 -0.65 180) (size 0.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.143) - (net 5 "+5V") (tstamp 46d408fa-dd49-4762-9c6e-4858cc3099bc)) - (pad "7" thru_hole circle (at 0 -0.55 180) (size 0.5 0.5) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 1748450e-a8ca-4e49-95b9-4d9e086df7db)) - (pad "7" smd roundrect (at 0 0 180) (size 1 1.6) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.05) - (net 3 "GND") (tstamp cf0a08fc-a7e1-4e2e-b77b-d5d82ed08115)) - (pad "7" smd roundrect (at 0 0 180) (size 1 1.6) (layers "B.Cu") (roundrect_rratio 0.05) - (net 3 "GND") (tstamp c04eca05-a0f9-4bc2-a3af-c428ab1358bc)) - (pad "7" thru_hole circle (at 0 0.55 180) (size 0.5 0.5) (drill 0.3) (layers "*.Cu") - (net 3 "GND") (zone_connect 2) (tstamp 09660697-d5c8-4aef-8c5c-0260789058fc)) - (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f476d34) - (at 65.9 111.9 180) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005d231c97") - (attr smd) - (fp_text reference "C86" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 3cfddd47-0913-4692-89bb-8a69d22be5a7) - ) - (fp_text value "4u7" (at 0 -0.8 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 7983b95c-14e4-4dec-ab4e-09c81071d9de) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp f46fb303-7470-41c0-b6e8-4553c1d6503f) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fe3ebe2-61a9-477a-a657-d783c4c4d70e)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9ff0621-eacb-4187-ba89-29f236eec881)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 356199c8-c0f7-4995-bef0-53ad752a30c5)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb0f5a26-0827-4807-aea7-55b25947b9d5)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3997254a-8057-4464-ba07-e37f0720cbd8)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2949af22-2432-469e-9f07-eee60be8acbd)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8eacb9d3-c41d-4b39-abd1-0bc8f2e97411)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b4afdd30-7a78-4cd8-8670-bb6dd787dcdc)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 832b1e20-f118-4505-ad00-93c040f2f83d)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 56bbedad-6259-4443-b321-0ffa1f89c336)) - (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 03d57b22-a0ad-4d3d-9d1c-5573371e6c2f)) - (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "+5V") (tstamp 159c8092-f459-40eb-b409-c2cace814e6e)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f476db2) - (at 65.9 117 180) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005b691af7") - (attr smd) - (fp_text reference "C26" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 3ba59656-e36e-4caa-8957-90ed8686b3d3) - ) - (fp_text value "4u7" (at 0 -0.8 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 2f29ffe5-cbdc-4a3f-81e6-c7d9f4c5145a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 7e509ce7-bdc7-45fb-b2d0-c14a958a5480) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 914ccec4-572a-4ec0-b281-596368eea274)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 978f967d-6cc0-4f07-b852-e2800feefa07)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6540157e-dd56-419f-8e12-b9f763e7e5a8)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 31b8e579-7afa-4dee-9f20-b2fefaae3c16)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d799aac7-79c2-4447-bfa3-8eb302b60af7)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c1dbd41-291a-4aad-bf3b-16497f84df7b)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e0c0da6-a302-49a1-8b88-4dccac856a0b)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c94b6f38-b2c7-494d-9fba-9edbdd8e122a)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82782dc2-cb84-4d0c-b85e-b3903aca1e13)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ecc0874-e7f5-4102-a6b7-0222cf1fccc2)) - (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp ac99d2b9-3592-44c3-94eb-e556103750a4)) - (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "+5V") (tstamp d26fce45-c1d6-42bc-931d-972bf3799097)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f476de2) - (at 68.5 110.3 90) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005b691c9b") - (attr smd) - (fp_text reference "C27" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e746ec00-0dfd-4bc7-b357-6b4860c148ef) - ) - (fp_text value "4u7" (at -1.2 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 11547ba3-d459-4ced-9333-92979d5b86e1) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 56b53988-7c92-40d8-a754-683f4429d93e) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 914a2046-646f-4d53-b355-ce2139e25907)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a568413-17bd-4a87-b1ac-928e77fa1b6a)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 810d1828-323c-409a-960d-456fda8be10a)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33e40dd5-556d-4de0-ab08-235c61b7ba9f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60628c1f-f7b2-4a4b-be6f-62bc1a819432)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a274653-eff3-4ffe-9be8-2bfd0950af0a)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2079b33-906e-4c67-b0b6-7e228acc166b)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ad8e352-005c-4299-8beb-56f3b58c96b7)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c7ec62e-d96c-4a0d-ac32-e919b90a3c5b)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82941cb3-7e8d-4836-8b43-647cd4390ab6)) - (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 29 "+1V2") (tstamp 2056f16f-2d4a-4f35-8a56-49ab69eeef16)) - (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 21c9358c-c2dd-4df5-9cfe-ea9bd0b49374)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f476e12) - (at 68.5 115.4 90) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005b691d43") - (attr smd) - (fp_text reference "C28" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 062fbe79-da43-4e6a-bd6f-509557f2df9b) - ) - (fp_text value "4u7" (at 1.15 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 7147b342-4ca8-4694-a1ec-b615c151a5d0) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 45899113-d22e-4a5b-822e-9aca23b124ee) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a57e46ab-4127-4b88-afea-d94b5d7bc928)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84e154cc-34e9-48ac-ab7e-fc52b3bc90d0)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 710852c3-85af-44f2-af12-adc5798f2795)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ae47305-86b3-4e27-b3c6-46e195fdaa6d)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57e17378-f1f7-42d0-9ad3-fb44c2d5cdc3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 226f524c-89b4-46ed-86fd-c8ea41059fd4)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 037a257a-ceb2-409c-ab24-48a743172dae)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d8571f7-688f-49ac-8d91-22508c277f45)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1b73b2b-a0dd-4b0e-8d3d-c3beea420b93)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b5611ee-3a4f-4573-978f-2e48db0ecaf5)) - (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp eecd895d-4aa1-458c-8512-c9957fd00fad)) - (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 8527ef2e-5212-4629-b6f5-b0130ab61dab)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_IDC:IDC-Header_2x10_P2.54mm_Vertical" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f482245) - (at 115.43 113.28 -90) - (descr "Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") - (tags "Through hole vertical IDC box header THT 2x10 2.54mm double row") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005afc7f21") - (attr through_hole) - (fp_text reference "J3" (at -0.03 11.43) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 12fa3c3f-3d14-451a-a6a8-884fd1b32fa7) - ) - (fp_text value "IDC-Header_2x10_P2.54mm" (at 3.02 11.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f4a1ab68-998b-43e3-aa33-40b58210bc99) - ) - (fp_text user "${REFERENCE}" (at 1.27 11.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c401e9c6-1deb-4979-99be-7c801c952098) - ) - (fp_line (start -3.29 -5.21) (end 5.83 -5.21) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63caf46e-0228-40de-b819-c6bd29dd1711)) - (fp_line (start -3.29 9.38) (end -1.98 9.38) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1317ff66-8ecf-46c9-9612-8d2eae03c537)) - (fp_line (start -3.29 28.07) (end -3.29 -5.21) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef4533db-6ea4-4b68-b436-8e9575be570d)) - (fp_line (start -1.98 -3.91) (end 4.52 -3.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd5f7d77-0f73-4021-88a8-0641f0fe8d98)) - (fp_line (start -1.98 9.38) (end -1.98 -3.91) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1755646e-fc08-4e43-a301-d9b3ea704cf6)) - (fp_line (start -1.98 13.48) (end -3.29 13.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d13b0eae-4711-4325-a6bb-aa8e3646e86e)) - (fp_line (start -1.98 13.48) (end -1.98 13.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a917c6d9-225d-4c90-bf25-fe8eff8abd3f)) - (fp_line (start -1.98 26.77) (end -1.98 13.48) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89a3dae6-dcb5-435b-a383-656b6a19a316)) - (fp_line (start 4.52 -3.91) (end 4.52 26.77) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26bc8641-9bca-4204-9709-deedbe202a36)) - (fp_line (start 4.52 26.77) (end -1.98 26.77) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b54cae5b-c17c-4ed7-b249-2e7d5e83609a)) - (fp_line (start 5.83 -5.21) (end 5.83 28.07) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8aff0f38-92a8-45ec-b106-b185e93ca3fd)) - (fp_line (start 5.83 28.07) (end -3.29 28.07) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5dba25f-5f9b-4770-84f9-c038fb119360)) - (fp_line (start -3.68 -5.6) (end -3.68 28.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17ff35b3-d658-499b-9a46-ea36063fed4e)) - (fp_line (start -3.68 28.46) (end 6.22 28.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3993c707-5291-41b6-83c0-d1c09cb3833a)) - (fp_line (start 6.22 -5.6) (end -3.68 -5.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e76ec524-408a-4daa-89f6-0edfdbcfb621)) - (fp_line (start 6.22 28.46) (end 6.22 -5.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 78b44915-d68e-4488-a873-34767153ef98)) - (fp_line (start -3.18 -4.1) (end -2.18 -5.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29cbb0bc-f66b-4d11-80e7-5bb270e42496)) - (fp_line (start -3.18 9.38) (end -1.98 9.38) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df83f395-2d18-47e2-a370-952ca41c2b3a)) - (fp_line (start -3.18 27.96) (end -3.18 -4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 653a86ba-a1ae-4175-9d4c-c788087956d0)) - (fp_line (start -2.18 -5.1) (end 5.72 -5.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1c19c11-0a13-4237-b6b4-fb2ef1db7c6d)) - (fp_line (start -1.98 -3.91) (end 4.52 -3.91) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e50c80c5-80c4-46a3-8c1e-c9c3a71a0934)) - (fp_line (start -1.98 9.38) (end -1.98 -3.91) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7233cb6b-d8fd-4fcd-9b4f-8b0ed19b1b12)) - (fp_line (start -1.98 13.48) (end -3.18 13.48) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7fc0812-140f-4d96-9cd8-ead8c1c610b1)) - (fp_line (start -1.98 13.48) (end -1.98 13.48) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94a10cae-6ef2-4b64-9d98-fb22aa3306cc)) - (fp_line (start -1.98 26.77) (end -1.98 13.48) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f33ec0db-ef0f-4576-8054-2833161a8f30)) - (fp_line (start 4.52 -3.91) (end 4.52 26.77) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 761c8e29-382a-475c-a37a-7201cc9cd0f5)) - (fp_line (start 4.52 26.77) (end -1.98 26.77) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ba17a9b-d889-426c-b4fe-048bed6b6be8)) - (fp_line (start 5.72 -5.1) (end 5.72 27.96) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a0919c2-460c-4229-b872-14e318e1ba8b)) - (fp_line (start 5.72 27.96) (end -3.18 27.96) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ed2c840-383d-4cbd-bc3b-c4ea4c97b333)) - (pad "1" thru_hole roundrect locked (at 0 0 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.1470588235) - (net 110 "/IO_Banks/IO_Buffer_B/VSENSE") (tstamp 355ced6c-c08a-4586-9a09-7a9c624536f6)) - (pad "2" thru_hole circle locked (at 2.54 0 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 107 "/IO_Banks/VIOB") (tstamp bd085057-7c0e-463a-982b-968a2dc1f0f8)) - (pad "3" thru_hole circle locked (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 58 "/IO_Banks/IO_Buffer_B/Z0") (tstamp c2dd13db-24b6-40f1-b75b-b9ab893d92ea)) - (pad "4" thru_hole circle locked (at 2.54 2.54 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp c66a19ed-90c0-4502-ae75-6a4c4ab9f297)) - (pad "5" thru_hole circle locked (at 0 5.08 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 67 "/IO_Banks/IO_Buffer_B/Z1") (tstamp d8200a86-aa75-47a3-ad2a-7f4c9c999a6f)) - (pad "6" thru_hole circle locked (at 2.54 5.08 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp 8eb98c56-17e4-4de6-a3e3-06dcfa392040)) - (pad "7" thru_hole circle locked (at 0 7.62 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 68 "/IO_Banks/IO_Buffer_B/Z2") (tstamp 465137b4-f6f7-4d51-9b40-b161947d5cc1)) - (pad "8" thru_hole circle locked (at 2.54 7.62 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp 22962957-1efd-404d-83db-5b233b6c15b0)) - (pad "9" thru_hole circle locked (at 0 10.16 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 69 "/IO_Banks/IO_Buffer_B/Z3") (tstamp d1cd5391-31d2-459f-8adb-4ae3f304a833)) - (pad "10" thru_hole circle locked (at 2.54 10.16 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp cd1cff81-9d8a-4511-96d6-4ddb79484001)) - (pad "11" thru_hole circle locked (at 0 12.7 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 71 "/IO_Banks/IO_Buffer_B/Z4") (tstamp 4086cbd7-6ba7-4e63-8da9-17e60627ee17)) - (pad "12" thru_hole circle locked (at 2.54 12.7 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp 88606262-3ac5-44a1-aacc-18b26cf4d396)) - (pad "13" thru_hole circle locked (at 0 15.24 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 70 "/IO_Banks/IO_Buffer_B/Z5") (tstamp bb8162f0-99c8-4884-be5b-c0d0c7e81ff6)) - (pad "14" thru_hole circle locked (at 2.54 15.24 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp 0554bea0-89b2-4e25-9ea3-4c73921c94cb)) - (pad "15" thru_hole circle locked (at 0 17.78 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 72 "/IO_Banks/IO_Buffer_B/Z6") (tstamp 91fc5800-6029-46b1-848d-ca0091f97267)) - (pad "16" thru_hole circle locked (at 2.54 17.78 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp 8d063f79-9282-4820-bcf4-1ff3c006cf08)) - (pad "17" thru_hole circle locked (at 0 20.32 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 60 "/IO_Banks/IO_Buffer_B/Z7") (tstamp 275b6416-db29-42cc-9307-bf426917c3b4)) - (pad "18" thru_hole circle locked (at 2.54 20.32 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp af186015-d283-4209-aade-a247e5de01df)) - (pad "19" thru_hole circle locked (at 0 22.86 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 3c22d605-7855-4cc6-8ad2-906cadbd02dc)) - (pad "20" thru_hole circle locked (at 2.54 22.86 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 29126f72-63f7-4275-8b12-6b96a71c6f17)) - (model "${KISYS3DMOD}/Connector_IDC.3dshapes/IDC-Header_2x10_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-143" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f484203) - (at 61.2 112.8) - (descr "SOT-143 Based on the Diodes Footprint recommendation https://www.diodes.com/assets/Package-Files/SOT143.pdf") - (tags "SOT-143") - (path "/00000000-0000-0000-0000-00005f3cd805") - (attr smd) - (fp_text reference "U7" (at 0.02 -2.38) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8de2d84c-ff45-4d4f-bc49-c166f6ae6b91) - ) - (fp_text value "APX811-40UG-7" (at 1.15 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 935057d5-6882-4c15-9a35-54677912ba12) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp e091e263-c616-48ef-a460-465c70218987) - ) - (fp_line (start -0.65 1.5) (end 0.65 1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eab9c52c-3aa0-43a7-bc7f-7e234ff1e9f4)) - (fp_line (start 0.65 -1.5) (end -1.3 -1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3d57924-54a6-421d-a3a0-a044fc909e88)) - (fp_line (start -1.6 1.75) (end -1.6 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71c6e723-673c-45a9-a0e4-9742220c52a3)) - (fp_line (start -1.6 1.75) (end 1.6 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4833916-7a3e-4498-86fb-ec6d13262ffe)) - (fp_line (start 1.6 -1.75) (end -1.6 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc48dd41-7768-48d3-b096-2c4cc2126c9d)) - (fp_line (start 1.6 -1.75) (end 1.6 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4185c36c-c66e-4dbd-be5d-841e551f4885)) - (fp_line (start -0.65 -1.15) (end -0.3 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f73b5500-6337-4860-a114-6e307f65ec9f)) - (fp_line (start -0.65 1.5) (end -0.65 -1.15) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c088f712-1abe-4cac-9a8b-d564931395aa)) - (fp_line (start -0.3 -1.5) (end 0.65 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea6fde00-59dc-4a79-a647-7e38199fae0e)) - (fp_line (start 0.65 -1.5) (end 0.65 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f)) - (fp_line (start 0.65 1.5) (end -0.65 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0fd35a3e-b394-4aae-875a-fac843f9cbb7)) - (pad "1" smd roundrect (at -1 -0.75) (size 0.7 1) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp cb721686-5255-4788-a3b0-ce4312e32eb7)) - (pad "2" smd roundrect (at -1 0.95) (size 0.7 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 198 "Net-(D24-Pad2)") (tstamp f959907b-1cef-4760-b043-4260a660a2ae)) - (pad "3" smd roundrect (at 1 0.95) (size 0.7 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 225 "/~{MR}") (tstamp 30317bf0-88bb-49e7-bf8b-9f3883982225)) - (pad "4" smd roundrect (at 1 -0.95) (size 0.7 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "+5V") (tstamp 3e915099-a18e-49f4-89bb-abe64c2dade5)) - (model "../../packages3D/SOT-143.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 90)) - ) - ) - - (footprint "Glasgow:UDFN-14_3.5x1.35mm_P0.5mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f486eb5) - (at 104.95 108.65 90) - (descr "https://www.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sp3012_datasheet.pdf.pdf") - (tags "UDFN 0.5 uQFN") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f44cf84") - (attr smd) - (fp_text reference "D20" (at -0.025 0 180) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 927b1eb6-e6f4-412f-9a58-8dc81a4889a0) - ) - (fp_text value "SP3012-06UTG" (at 0.95 0 180) (layer "F.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05))) - (tstamp f364b99f-4502-4cba-a96d-4ed35ad108b5) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp ec13b96e-bc69-4de2-80ef-a515cc44afb5) - ) - (fp_line (start -0.675 1.85) (end 0.675 1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76862e4a-1816-475c-9943-666036c637f7)) - (fp_line (start 0.675 -1.85) (end 0 -1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 57121f1d-c971-4830-b974-00f7d706f0c9)) - (fp_line (start -1.075 -2) (end -1.075 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad09de7f-a090-4e65-951a-7cf11f73b06d)) - (fp_line (start -1.075 -2) (end 1.075 -2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b14aea3f-7e9b-4416-ac0e-1c7beb3cd27c)) - (fp_line (start -1.075 2) (end 1.075 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c3df708-fb44-40cc-b435-cd67e8cec48a)) - (fp_line (start 1.075 -2) (end 1.075 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 15e1670d-9e79-4a5e-88ad-fbbb238a3e8a)) - (fp_line (start -0.675 -1.4125) (end -0.3375 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55ac7ee1-f461-406b-8cf5-da47a7717180)) - (fp_line (start -0.675 1.75) (end -0.675 -1.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0588e431-d56d-4df4-9ffd-6cd4bba412cb)) - (fp_line (start -0.675 1.75) (end 0.675 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1128c56-7c01-4d79-834b-ceab4dc35180)) - (fp_line (start -0.3375 -1.75) (end 0.675 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45676199-bb82-4d58-98c1-b606deb355be)) - (fp_line (start 0.675 1.75) (end 0.675 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8019bb27-2172-4d60-932e-7bd55a890b6c)) - (pad "1" smd roundrect (at -0.575 -1.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 69 "/IO_Banks/IO_Buffer_B/Z3") (tstamp aeaaa120-9cc5-4520-9a70-067fbc8f5b7b)) - (pad "2" smd roundrect (at -0.575 -1 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 68 "/IO_Banks/IO_Buffer_B/Z2") (tstamp 4375ab9a-cebb-448a-bb75-1fa4fe977171)) - (pad "3" smd roundrect (at -0.575 -0.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 67 "/IO_Banks/IO_Buffer_B/Z1") (tstamp 9475edbb-286b-4bed-b5f0-0b68a18bdc52)) - (pad "4" smd roundrect (at -0.575 0 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 58 "/IO_Banks/IO_Buffer_B/Z0") (tstamp 3bdaeac5-b4b7-4a96-b0da-b5e1b46798c2)) - (pad "5" smd roundrect (at -0.575 0.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp da7e6488-201f-4286-b86a-ca5aced3697a)) - (pad "6" smd roundrect (at -0.575 1 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp ca2c5f3f-362b-4808-b8c2-86726d31aa11)) - (pad "7" smd roundrect (at -0.575 1.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 6f3f676d-a47a-4e8c-8d6e-02275a3490d7)) - (pad "8" smd roundrect (at 0.575 1.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp e62e65e6-b466-4769-8746-eb8cd9450c76)) - (pad "9" smd roundrect (at 0.575 1 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp f7c5fcef-379b-481f-a910-961b8aba9e9d)) - (pad "10" smd roundrect (at 0.575 0.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 934c5f28-c928-4621-8122-b999b3ed10dd)) - (pad "11" smd roundrect (at 0.575 0 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 58 "/IO_Banks/IO_Buffer_B/Z0") (tstamp f413d088-6fb9-4a8a-88fd-666ff68b7fdf)) - (pad "12" smd roundrect (at 0.575 -0.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 67 "/IO_Banks/IO_Buffer_B/Z1") (tstamp 567a04d6-5dce-4e5f-9e8e-f34010ecea5b)) - (pad "13" smd roundrect (at 0.575 -1 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 68 "/IO_Banks/IO_Buffer_B/Z2") (tstamp ea8efd53-9e19-4e37-86f5-e6c0c681f735)) - (pad "14" smd roundrect (at 0.575 -1.5 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 69 "/IO_Banks/IO_Buffer_B/Z3") (tstamp f11a78b7-152e-46cf-81d1-bc8194db05a9)) - (model "../../packages3D/UDFN-14_1.35x3.5mm_Pitch0.5mm.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_Array_Convex_4x0402" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f487134) - (at 103.2 86 90) - (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") - (tags "resistor array") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005eafcc23") - (attr smd) - (fp_text reference "RN9" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 6a2b20ae-096c-4d9f-92f8-2087c865914f) - ) - (fp_text value "33R" (at -1.3 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 4e315e69-0417-463a-8b7f-469a08d1496e) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 071522c0-d0ed-49b9-906e-6295f67fb0dc) - ) - (fp_line (start 0.25 -1.18) (end -0.25 -1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1ddb058-f7b2-429c-9489-f4e2242ad7e5)) - (fp_line (start 0.25 1.18) (end -0.25 1.18) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eee16674-2d21-45b6-ab5e-d669125df26c)) - (fp_line (start -1 -1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c106154f-d948-43e5-abfa-e1b96055d91b)) - (fp_line (start -1 -1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f449bd37-cc90-4487-aee6-2a20b8d2843a)) - (fp_line (start 1 1.25) (end -1 1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88668202-3f0b-4d07-84d4-dcd790f57272)) - (fp_line (start 1 1.25) (end 1 -1.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c24d6ac8-802d-4df3-a210-9cb1f693e865)) - (fp_line (start -0.5 -1) (end 0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2846428d-39de-4eae-8ce2-64955d56c493)) - (fp_line (start -0.5 1) (end -0.5 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079)) - (fp_line (start 0.5 -1) (end 0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fa10683-33cd-4dcd-8acc-2415cd63c62a)) - (fp_line (start 0.5 1) (end -0.5 1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd)) - (pad "1" smd roundrect (at -0.5 -0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 73 "/IO_Banks/IO_Buffer_A/Y0") (tstamp 7afa54c4-2181-41d3-81f7-39efc497ecae)) - (pad "2" smd roundrect (at -0.5 -0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 77 "/IO_Banks/IO_Buffer_A/Y1") (tstamp eae0ab9f-65b2-44d3-aba7-873c3227fba7)) - (pad "3" smd roundrect (at -0.5 0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 78 "/IO_Banks/IO_Buffer_A/Y2") (tstamp 70fb572d-d5ec-41e7-9482-63d4578b4f47)) - (pad "4" smd roundrect (at -0.5 0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 79 "/IO_Banks/IO_Buffer_A/Y3") (tstamp 2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea)) - (pad "5" smd roundrect (at 0.5 0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 85 "/IO_Banks/IO_Buffer_A/Z3") (tstamp 37f31dec-63fc-4634-a141-5dc5d2b60fe4)) - (pad "6" smd roundrect (at 0.5 0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 84 "/IO_Banks/IO_Buffer_A/Z2") (tstamp 91c1eb0a-67ae-4ef0-95ce-d060a03a7313)) - (pad "7" smd roundrect (at 0.5 -0.25 90) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 83 "/IO_Banks/IO_Buffer_A/Z1") (tstamp cf386a39-fc62-49dd-8ec5-e044f6bd67ce)) - (pad "8" smd roundrect (at 0.5 -0.8 90) (size 0.5 0.5) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 74 "/IO_Banks/IO_Buffer_A/Z0") (tstamp 009a4fb4-fcc0-4623-ae5d-c1bae3219583)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_SO:VSSOP-10_3x3mm_P0.5mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f4875f8) - (at 123.3 84.4 180) - (descr "VSSOP, 10 Pin (http://www.ti.com/lit/ds/symlink/ads1115.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "VSSOP SO") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005ee2ecd6") - (attr smd) - (fp_text reference "U21" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 767e3782-90bf-4d7f-b1ef-719aa7013187) - ) - (fp_text value "INA233" (at 0 1.1) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp c34f5129-9516-486b-b322-ada2d7baa6ba) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.75 0.75) (thickness 0.11))) - (tstamp ea3cd08e-2d6a-4ba3-9c39-87a3d44d2015) - ) - (fp_line (start 0 -1.61) (end -2.925 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de91796c-56de-4405-8fcc-748bd6a08e86)) - (fp_line (start 0 -1.61) (end 1.5 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7de2887-c7b2-4bb7-a339-632f4f906224)) - (fp_line (start 0 1.61) (end -1.5 1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f69de914-d2d4-4fcf-a7d6-ce76fea2e1a7)) - (fp_line (start 0 1.61) (end 1.5 1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1f70d207-e63d-4692-be1f-5b6fa8599d57)) - (fp_line (start -3.18 -1.75) (end -3.18 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af35a153-e4cc-4cb5-9b0a-a247aa9a27b2)) - (fp_line (start -3.18 1.75) (end 3.18 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6e7e52e-fa7c-4663-b29b-8d72461a55fb)) - (fp_line (start 3.18 -1.75) (end -3.18 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 407d0cd8-54f8-47a8-90cb-42c8a441d04f)) - (fp_line (start 3.18 1.75) (end 3.18 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc9eba43-a0ae-45fc-b91c-9050201557b9)) - (fp_line (start -1.5 -0.75) (end -0.75 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 581488ee-fe1f-43d1-a23d-526666571191)) - (fp_line (start -1.5 1.5) (end -1.5 -0.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 58e02161-61cc-4d0f-bdc8-c497a25ae380)) - (fp_line (start -0.75 -1.5) (end 1.5 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f76f4233-905d-4cb5-a153-eed7fe8e458e)) - (fp_line (start 1.5 -1.5) (end 1.5 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f0c3fb9-57f0-4439-b2df-3c934842d7db)) - (fp_line (start 1.5 1.5) (end -1.5 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7da78911-dd6f-4bbd-9a74-8a3476ec1fb5)) - (pad "1" smd roundrect (at -2.2 -1 180) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp e978c208-72f4-4c78-b109-bcb5e56d4024)) - (pad "2" smd roundrect (at -2.2 -0.5 180) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 65d0582b-c8a1-45a8-a0e9-e797f01caa63)) - (pad "3" smd roundrect (at -2.2 0 180) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 196 "Net-(D19-Pad3)") (tstamp 6e24aa9b-c7e6-40f2-905b-b9c541e0e2f6)) - (pad "4" smd roundrect (at -2.2 0.5 180) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/SDA") (tstamp 88f2670e-1113-4ed9-b644-cfdac6e8b249)) - (pad "5" smd roundrect (at -2.2 1 180) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "/SCL") (tstamp 2a756062-4e0c-4114-bc6d-4d6635f2d703)) - (pad "6" smd roundrect (at 2.2 1 180) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 758f4e53-9507-488a-960b-2e8e487b7ac8)) - (pad "7" smd roundrect (at 2.2 0.5 180) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp fea6a04b-4bfd-450f-890a-ba5d162e31d9)) - (pad "8" smd roundrect (at 2.2 0 180) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 206 "Net-(C91-Pad2)") (tstamp 373b5b59-9fbb-41a2-845d-56a1ed5a82dd)) - (pad "9" smd roundrect (at 2.2 -0.5 180) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 193 "Net-(C58-Pad1)") (tstamp 4de018aa-33f9-4679-9406-fafd70ff0142)) - (pad "10" smd roundrect (at 2.2 -1 180) (size 1.45 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 192 "Net-(C58-Pad2)") (tstamp eca8c1f1-6751-4304-8a65-b05952048507)) - (model "${KISYS3DMOD}/Package_SO.3dshapes/VSSOP-10_3x3mm_P0.5mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f5b2266) - (at 72.25 115.55 180) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005f4262be") - (attr smd) - (fp_text reference "C89" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 25ca9482-069d-43de-b77e-6f2ad77fa017) - ) - (fp_text value "u1" (at 0.95 0 270) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 18b6dcb6-5ab3-481b-b998-33e8cf6d281f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp f58742f8-e57e-4646-a6f5-0463e0eceeb8) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d32fbdb-2a37-4863-af10-fc85c1c6174f)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a072347a-1cac-4ead-8c61-cfe38fd40342)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7be13a36-eb8e-440f-aaac-2fd6665d9f61)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa16f237-4e21-4b18-8c54-f7de4e62bbb6)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7308e13a-4809-4e8e-af65-9905819aa376)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91c69423-de51-44fe-bc70-fec455b50634)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 539dec9e-2c45-4201-ab13-cbbbab8fc31b)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75d5a810-84fd-42c4-a0b7-6b82d09662a2)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 225 "/~{MR}") (tstamp 9b4851fe-4e2f-4de0-a685-8e53004d88aa)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 41fc1c23-edd4-45a5-8036-7f62b013770f)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:C_0402_1005Metric_DNP" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f5ffcf5) - (at 127 105.7 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor DNP") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f76553a") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "C90" (at 0 -1.17 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6d1e2df9-cc89-4e18-a541-699f0d20dd45) - ) - (fp_text value "DNP" (at 0 0.7 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp f2044410-03ac-4994-9652-9e5f480320f0) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 1d1a7683-c090-4798-9b40-7ed0d9f3ce3b) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d2a15cb-c492-4d9a-b1dd-7d5f099d2d31)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 848901d5-fdee-4920-a04d-fbc03c912e79)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 868b5d0d-f911-4724-9580-d9e69eb9f709)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f7758f2a-e5c9-405c-960a-353b36eaf72d)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed247857-b2a3-4b23-90ad-758c01ae5e8e)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d70e675-48ae-4edd-b95d-3ca51e634018)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5a3f95b-1a53-41b4-b208-bf168c9d9c6d)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 926b329f-cd0d-410a-bc4a-e36446f8965a)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 7247fe96-7885-4063-8282-ea2fd2b28b0d)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) - (net 205 "Net-(C90-Pad2)") (tstamp b5ffe018-0d06-4a1b-95ee-b5763a35798d)) - ) - - (footprint "Glasgow:C_0402_1005Metric_DNP" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f5ffd04) - (at 119.6 85.3 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor DNP") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f76553a") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "C91" (at 0 -1.17 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 778b0e81-d70b-4705-ae45-b4c475c88dab) - ) - (fp_text value "DNP" (at 0 0.7 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp dfba7148-cad3-4f40-9835-b1394bd30a2c) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 92d17eb0-c75d-48d9-ae9e-ea0c7f723be4) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3273ec61-4a33-41c2-82bf-cde7c8587c1b)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c2211bf7-6ed0-4800-9f21-d6a078bedba2)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f3dc5bc-04e8-4dcc-91dd-8782e84f321d)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f565cf54-67ba-4424-8d47-087433645499)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45836d49-cd5f-417d-b0f6-c8b43d196a36)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef400389-7e37-4c93-8647-76318089d59f)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 009b0d62-e9ea-4825-9fdf-befd291c76ce)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62cbcc21-2cec-41ab-be06-499e1a78d7e7)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 761492e2-a989-4596-80c3-fcd6943df072)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.25) - (net 206 "Net-(C91-Pad2)") (tstamp fc12372f-6e31-40f9-8043-b00b861f0171)) - ) - - (footprint "Glasgow:UDFN-14_3.5x1.35mm_P0.5mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f6490e5) - (at 100.95 82.35 -90) - (descr "https://www.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sp3012_datasheet.pdf.pdf") - (tags "UDFN 0.5 uQFN") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f44cf84") - (attr smd) - (fp_text reference "D22" (at 0.025 0 180) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5dffd1d6-faf9-418e-b9a0-84fb6b6b4454) - ) - (fp_text value "SP3012-06UTG" (at -0.95 0 180) (layer "F.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05))) - (tstamp 55fa5fa0-9426-4801-b40c-682e71189d8a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp e5889358-36b5-4652-9d71-4d4aa652a144) - ) - (fp_line (start -0.675 1.85) (end 0.675 1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4a80e68-9a9c-4dac-84a7-a9f3c47a0961)) - (fp_line (start 0.675 -1.85) (end 0 -1.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1d977e9-aa2c-4b7a-b2e3-8ff3b816e1f2)) - (fp_line (start -1.075 -2) (end -1.075 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a458d6a-a84c-4faf-913e-90bab231d3f8)) - (fp_line (start -1.075 -2) (end 1.075 -2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29ec1a54-dea0-4d1a-a3dc-a7441a09bb9e)) - (fp_line (start -1.075 2) (end 1.075 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 020b7e1f-8bb0-4882-91d4-7894bf18db84)) - (fp_line (start 1.075 -2) (end 1.075 2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ab1512b-eb91-4574-b11f-326e0ff10082)) - (fp_line (start -0.675 -1.4125) (end -0.3375 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5778dc8c-60fe-435e-b75a-362eae1b81ab)) - (fp_line (start -0.675 1.75) (end -0.675 -1.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84d5cf13-52aa-4648-82e7-8be6e886a6b2)) - (fp_line (start -0.675 1.75) (end 0.675 1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de2abbd8-9b48-47ba-b77e-4c65ca048af6)) - (fp_line (start -0.3375 -1.75) (end 0.675 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2a4b1ad-c51a-492d-9e99-410eec4f55a3)) - (fp_line (start 0.675 1.75) (end 0.675 -1.75) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9f8b708-1745-43ec-9646-59495cbc6e07)) - (pad "1" smd roundrect (at -0.575 -1.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 85 "/IO_Banks/IO_Buffer_A/Z3") (tstamp 7e232027-e1fd-4d55-a751-dd67130d7d22)) - (pad "2" smd roundrect (at -0.575 -1 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 84 "/IO_Banks/IO_Buffer_A/Z2") (tstamp 19264aae-fe9e-4afc-84ac-56ec33a3b20d)) - (pad "3" smd roundrect (at -0.575 -0.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 83 "/IO_Banks/IO_Buffer_A/Z1") (tstamp 073c8287-235c-4712-a9a0-60a07a1119d5)) - (pad "4" smd roundrect (at -0.575 0 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 74 "/IO_Banks/IO_Buffer_A/Z0") (tstamp d3dd0ba2-2496-4e95-8d54-12ee57bcbce2)) - (pad "5" smd roundrect (at -0.575 0.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp e463ba2a-1cbc-4995-82d8-59710b3fcd2f)) - (pad "6" smd roundrect (at -0.575 1 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 0e416ef5-3e03-4fa4-b2a6-3ab634a5ee03)) - (pad "7" smd roundrect (at -0.575 1.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 751752b1-1f0f-490c-ba43-2d34c357b41e)) - (pad "8" smd roundrect (at 0.575 1.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 3dfbccca-f469-4a6f-a8bd-5f55435b5cfa)) - (pad "9" smd roundrect (at 0.575 1 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp a353a360-a1da-42d3-a5f2-38aafc184a50)) - (pad "10" smd roundrect (at 0.575 0.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp c202ddee-78ab-4ebb-beca-559aaf118430)) - (pad "11" smd roundrect (at 0.575 0 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 74 "/IO_Banks/IO_Buffer_A/Z0") (tstamp 3d213c37-de80-490e-9f45-2814d3fc958b)) - (pad "12" smd roundrect (at 0.575 -0.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 83 "/IO_Banks/IO_Buffer_A/Z1") (tstamp 3768cce7-1e64-480e-bb38-0c6794a852ac)) - (pad "13" smd roundrect (at 0.575 -1 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 84 "/IO_Banks/IO_Buffer_A/Z2") (tstamp 18208121-3872-4be3-a687-40854be3e1c8)) - (pad "14" smd roundrect (at 0.575 -1.5 270) (size 0.5 0.3) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 85 "/IO_Banks/IO_Buffer_A/Z3") (tstamp 2cd2fee2-51b2-4fcd-8c94-c435e6791358)) - (model "../../packages3D/UDFN-14_1.35x3.5mm_Pitch0.5mm.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f66f3b4) - (at 120.9 94.1 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b013969") - (attr smd) - (fp_text reference "C56" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp ef0a2071-6555-49e0-bc78-da38debe66e0) - ) - (fp_text value "u1" (at 0.9 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp d80c6f3c-2d1f-40d3-bf71-8046ae8efa09) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 0ae82e1e-e87b-4074-a3ac-4ce032970e6f) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fda9dddb-894c-4a9c-afd9-e6bb2b3fb708)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b78fb96-b83a-454d-9c4c-243d3fcbdc74)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4155505f-3687-467b-8149-9afc3d422f5e)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13c15b23-49c6-473a-a640-272df9fa9b60)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03e75cc6-2d96-4d7f-9d3b-b64b049a6429)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35d35ecc-35d5-4891-8a97-348283c292df)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b180f6d0-d840-4b9f-8540-82b63ef22fd3)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7bdf0f3e-3a1c-4abb-9c33-d80432067514)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 39bb9734-8b7d-4247-bc38-bd4a5d9ed06f)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 70b8744a-7f56-4a6d-a71a-1de076f49081)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-23-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f66f400) - (at 123.3 93.6) - (descr "6-pin SOT-23 package") - (tags "SOT-23-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005ae8e38a") - (attr smd) - (fp_text reference "U20" (at 0 -0.1 270) (layer "F.SilkS") hide - (effects (font (size 0.7 0.7) (thickness 0.15))) - (tstamp eb6a726e-fed9-4891-95fa-b4d4a5f77b35) - ) - (fp_text value "DAC081C081CIMK" (at 1.4 0 270) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp d70d1cd3-1668-4688-8eb7-f773efb7bb87) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 3d416885-b8b5-4f5c-bc29-39c6376095e8) - ) - (fp_line (start -0.9 1.61) (end 0.9 1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c646c61-400f-4f60-98b8-05ed5e632a3f)) - (fp_line (start 0.9 -1.61) (end -1.55 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8aeda7bd-b078-427a-a185-d5bc595c6436)) - (fp_line (start -1.9 -1.8) (end -1.9 1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c3e06bd-c8bb-4ec8-84e0-f7f9437909b3)) - (fp_line (start -1.9 1.8) (end 1.9 1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 311665d9-0fab-4325-8b46-f3638bf521df)) - (fp_line (start 1.9 -1.8) (end -1.9 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 251669f2-aed1-46fe-b2e4-9582ff1e4084)) - (fp_line (start 1.9 1.8) (end 1.9 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3198b8ca-7d11-4e0c-89a4-c173f9fcf724)) - (fp_line (start -0.9 -0.9) (end -0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90fd611c-300b-48cf-a7c4-0d604953cd00)) - (fp_line (start -0.9 -0.9) (end -0.25 -1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5eedf685-0df3-4da8-aded-0e6ed1cb2507)) - (fp_line (start 0.9 -1.55) (end -0.25 -1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc4f0835-889b-4d2e-876e-ca524c79ae62)) - (fp_line (start 0.9 -1.55) (end 0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7eb32ed1-4320-49ba-8487-1c88e4824fe3)) - (fp_line (start 0.9 1.55) (end -0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d967454-338c-4b89-8534-9457e15bf2f2)) - (pad "1" smd roundrect (at -1.1 -0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 227 "/IO_Banks/IO_Buffer_A/VDAC") (tstamp 6b8ac91e-9d2b-49db-8a80-1da009ad1c5e)) - (pad "2" smd roundrect (at -1.1 0) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp c7f7bd58-1ebd-40fd-a39d-a95530a751b6)) - (pad "3" smd roundrect (at -1.1 0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 3c121a93-b189-409b-a104-2bdd37ff0b51)) - (pad "4" smd roundrect (at 1.1 0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/SDA") (tstamp 9b07d532-5f76-4469-8dbf-25ac27eef589)) - (pad "5" smd roundrect (at 1.1 0) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "/SCL") (tstamp 9a595c4c-9ac1-4ae3-8ff3-1b7f2281a894)) - (pad "6" smd roundrect (at 1.1 -0.95) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp a26bdee6-0e16-4ea6-87f7-fb32c714896e)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f673ef2) - (at 119.9 90.7 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f2a58a0") - (attr smd) - (fp_text reference "R55" (at 0 -1.17 90) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 47a2dd37-ad02-4281-9a66-8ff7ab400570) - ) - (fp_text value "10k" (at 0 -0.7 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 5a67196f-9472-4a8d-961f-eac8ec999d85) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp e9597133-3d67-41f8-aabc-5b61d8d3c3c1) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e1df8cea-32a4-457d-86df-d8e326022a52)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6187c22-3622-4a1a-a49a-b21e96986f96)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5eb7c6e-b098-49b0-b366-c8b7c67afed0)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1b97586-5ccb-4d4b-808f-ce5452376c86)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0e6fae4-0008-43ed-8719-bf62839f601f)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72e9c34a-4fbc-4581-8ad2-e93bc3c3ccb0)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fda94f0a-876e-4bf0-ad10-35819851e3e9)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 504cb9e4-5572-4208-bc9d-30a7efff8b9a)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 197 "/IO_Banks/IO_Buffer_A/VIO_EN") (tstamp b42a4498-7f71-4787-a0f1-b44423616ac9)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 45 "/ENVA") (tstamp af66589f-0dae-4737-851f-f8cddd35005b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SOT-23-6" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f6ca95a) - (at 123.3 97.4 180) - (descr "6-pin SOT-23 package") - (tags "SOT-23-6") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005ae8e38a") - (attr smd) - (fp_text reference "U13" (at 0 0 270) (layer "F.SilkS") hide - (effects (font (size 0.7 0.7) (thickness 0.15))) - (tstamp aa9c9fa8-922d-4661-b6ba-f949438fcd13) - ) - (fp_text value "DAC081C081CIMK" (at 1.2 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp a4649f24-d20d-45cd-afcf-e14e3a6451b5) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 5b55646c-afd9-4127-85d7-7d899753820b) - ) - (fp_line (start -0.9 1.61) (end 0.9 1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8e9f158-11ed-47d8-aeca-b823f9f18779)) - (fp_line (start 0.9 -1.61) (end -1.55 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a685b37-4a30-4b2a-9c54-4a8e4fc58508)) - (fp_line (start -1.9 -1.8) (end -1.9 1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d68bfd0-600e-4f1c-a4c7-76529ae0afbb)) - (fp_line (start -1.9 1.8) (end 1.9 1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 648efa99-1bab-4fd0-bb68-0877ea0a00d2)) - (fp_line (start 1.9 -1.8) (end -1.9 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9601a0d-d977-4b3d-b39f-d76ae64bf1a5)) - (fp_line (start 1.9 1.8) (end 1.9 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 001e2ab6-998e-46c3-b909-18e1a6eca211)) - (fp_line (start -0.9 -0.9) (end -0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53ded23b-dad2-4c6d-9d77-91fa13f8ed66)) - (fp_line (start -0.9 -0.9) (end -0.25 -1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e70e5b60-a459-4c08-abff-54232432d8fa)) - (fp_line (start 0.9 -1.55) (end -0.25 -1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aed451a7-38ba-4d37-91a4-86065f3970c8)) - (fp_line (start 0.9 -1.55) (end 0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e48c2411-8cec-4a56-a964-fc311cc46655)) - (fp_line (start 0.9 1.55) (end -0.9 1.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77da69f1-4a7e-4daf-b100-27fb75871e8c)) - (pad "1" smd roundrect (at -1.1 -0.95 180) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 226 "/IO_Banks/IO_Buffer_B/VDAC") (tstamp c9549976-7e08-4d60-8899-3ba07e9939f9)) - (pad "2" smd roundrect (at -1.1 0 180) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 86bba780-a183-42d2-86e6-b1ca627942a1)) - (pad "3" smd roundrect (at -1.1 0.95 180) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp a99fd9b5-8940-4c26-9884-c49137a564b7)) - (pad "4" smd roundrect (at 1.1 0.95 180) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/SDA") (tstamp 3ea03728-7a77-4313-bf8a-27a007c9d6a6)) - (pad "5" smd roundrect (at 1.1 0 180) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "/SCL") (tstamp 44e721b9-a161-4059-8ad4-0330db8573e5)) - (pad "6" smd roundrect (at 1.1 -0.95 180) (size 1.06 0.65) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp bb6903ed-84a9-4c39-98ce-b2fbbf83ed6c)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f6ca9b6) - (at 125.7 96.885 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b013969") - (attr smd) - (fp_text reference "C32" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp 9f680a18-1241-4418-aadb-0c206c9b1e25) - ) - (fp_text value "u1" (at 0.885 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 3b6f4330-bdb8-40df-a620-2777b9dcf025) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 5e913aea-9f40-4ef2-954f-5459dfa8324f) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 729ec6c1-399d-419e-a69c-f6fb09d801a5)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 926f4738-cb7b-4379-bba2-492c7899975b)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7e1dfac-c1af-406d-9f8e-6fde94e0102c)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7457f92b-d768-49d2-a7c7-6385146769b6)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5bd6a24-c5c1-4715-81cc-bb0140eee476)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c7bd4ce-3cc3-4104-be74-26d37631d034)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa029060-e57f-4aa6-a571-1f23e687032b)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ae637ec-7362-4a65-97c0-20e6d5770fa2)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 1c32e674-b900-4cad-b800-47a5c2453658)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 17c56aac-1c19-441e-ad0e-d5f91eeedcde)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:SW_Tactile_SPST_Angled_TC-1109DE" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f70544b) - (at 74.65 117.38 180) - (descr "tactile switch SPST right angle, TC-1109DE") - (tags "tactile switch SPST angled XKB TC-1109DE") - (path "/00000000-0000-0000-0000-00005f4addef") - (attr through_hole) - (fp_text reference "SW1" (at 0 -0.02) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5c30b9b4-3014-4f50-9329-27a539b67e01) - ) - (fp_text value "RST" (at 0 1.78 180) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9a2d648d-863a-4b7b-80f9-d537185c212b) - ) - (fp_text user "B" (at 0 -3.1) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.0625))) - (tstamp 18c61c95-8af1-4986-b67e-c7af9c15ab6b) - ) - (fp_text user "D" (at 0 -3.8) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.0625))) - (tstamp 4e27930e-1827-4788-aa6b-487321d46602) - ) - (fp_text user "H" (at 0 -5.8) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.0625))) - (tstamp 593b8647-0095-46cc-ba23-3cf2a86edb5e) - ) - (fp_text user "G" (at 0 -5.3) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.0625))) - (tstamp 60aa0ce8-9d0e-48ca-bbf9-866403979e9b) - ) - (fp_text user "J" (at 0 -6.8) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.0625))) - (tstamp 7a74c4b1-6243-4a12-85a2-bc41d346e7aa) - ) - (fp_text user "L" (at 0 -7.8) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.0625))) - (tstamp 7d76d925-f900-42af-a03f-bb32d2381b09) - ) - (fp_text user "E" (at 0 -4.3) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.0625))) - (tstamp 8cd050d6-228c-4da0-9533-b4f8d14cfb34) - ) - (fp_text user "A" (at 0 -2.6) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.0625))) - (tstamp a5be2cb8-c68d-4180-8412-69a6b4c5b1d4) - ) - (fp_text user "F" (at 0 -4.8) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.0625))) - (tstamp bde95c06-433a-4c03-bc48-e3abcdb4e054) - ) - (fp_text user "I" (at 0 -6.3) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.0625))) - (tstamp ed8a7f02-cf05-41d0-97b4-4388ef205e73) - ) - (fp_text user "K" (at 0 -7.3) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.0625))) - (tstamp f1e619ac-5067-41df-8384-776ec70a6093) - ) - (fp_line (start -2.25 -1.85) (end -2.25 0.95) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 30c33e3e-fb78-498d-bffe-76273d527004)) - (fp_line (start -2.25 -1.85) (end -0.7 -1.85) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp f64497d1-1d62-44a4-8e5e-6fba4ebc969a)) - (fp_line (start 0.7 -1.85) (end 2.25 -1.85) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 011ee658-718d-416a-85fd-961729cd1ee5)) - (fp_line (start 2.25 -1.85) (end 2.25 0.95) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp c3b3d7f4-943f-4cff-b180-87ef3e1bcbff)) - (fp_line (start 2.25 0.95) (end -2.25 0.95) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 57276367-9ce4-4738-88d7-6e8cb94c966c)) - (fp_line (start -2.5 -2.1) (end 2.5 -2.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2db910a0-b943-40b4-b81f-068ba5265f56)) - (fp_line (start -2.5 1.2) (end -2.5 -2.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42ff012d-5eb7-42b9-bb45-415cf26799c6)) - (fp_line (start 2.5 -2.1) (end 2.5 1.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96de0051-7945-413a-9219-1ab367546962)) - (fp_line (start 2.5 1.2) (end -2.5 1.2) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f8a5430-68a9-4732-9b89-4e00dd8ae219)) - (fp_line (start -2.25 -1.85) (end -2.25 0.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5217a0c-7f55-4c30-adda-7f8d95709d1b)) - (fp_line (start -2.25 -1.85) (end 2.25 -1.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b0a5a46-7b51-4262-a80e-d33dd1806615)) - (fp_line (start -2.25 0.95) (end 2.25 0.95) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce)) - (fp_line (start -1.25 -8.05) (end -1.25 -1.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72508b1f-1505-46cb-9d37-2081c5a12aca)) - (fp_line (start -1.25 -8.05) (end 1.25 -8.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4cab9c5-d6e5-4660-b910-603a51b56783)) - (fp_line (start -1.25 -7.55) (end 1.25 -7.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ffdf05e-e119-49f9-85e9-13e4901df42a)) - (fp_line (start -1.25 -7.05) (end 1.25 -7.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c843bdb-6c9e-40dd-85e2-0567846e18ba)) - (fp_line (start -1.25 -6.55) (end 1.25 -6.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72b36951-3ec7-4569-9c88-cf9b4afe1cae)) - (fp_line (start -1.25 -6.05) (end 1.25 -6.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb8d02e9-145c-465d-b6a8-bae84d47a94b)) - (fp_line (start -1.25 -5.55) (end 1.25 -5.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29bb7297-26fb-4776-9266-2355d022bab0)) - (fp_line (start -1.25 -5.05) (end 1.25 -5.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb6062da-8dcd-4826-92fd-4071e9e97213)) - (fp_line (start -1.25 -4.55) (end 1.25 -4.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36d783e7-096f-4c97-9672-7e08c083b87b)) - (fp_line (start -1.25 -4.05) (end 1.25 -4.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a1a4d88-972a-46ce-b25e-6cb796bd41f7)) - (fp_line (start -1.25 -3.55) (end 1.25 -3.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9b9e62d-dede-4d1a-9a05-275614f8bdb2)) - (fp_line (start -1.25 -3.35) (end 1.25 -3.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bdf40d30-88ff-4479-bad1-69529464b61b)) - (fp_line (start -1.25 -2.85) (end 1.25 -2.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 802c2dc3-ca9f-491e-9d66-7893e89ac34c)) - (fp_line (start 1.25 -8.05) (end 1.25 -1.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eed466bf-cd88-4860-9abf-41a594ca08bd)) - (fp_line (start 2.25 0.95) (end 2.25 -1.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8bd6470-fafd-47f2-8ed5-9449988187ce)) - (pad "1" thru_hole circle (at -1.5 0 180) (size 1.2 1.2) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 3 "GND") (tstamp 2e90e294-82e1-45da-9bf1-b91dfe0dc8f6)) - (pad "2" thru_hole circle (at 1.5 0 180) (size 1.2 1.2) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 225 "/~{MR}") (tstamp ba6fc20e-7eff-4d5f-81e4-d1fad93be155)) - (pad "3" thru_hole circle (at 0 -1.85 180) (size 1.2 1.2) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 204 "/SWSH") (tstamp 7e1217ba-8a3d-4079-8d7b-b45f90cfbf53)) - (model "../../packages3D/tc-1109de-b-f.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Symbol:OSHW-Logo2_9.8x8mm_SilkScreen" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f774f61) - (at 86.9 85.3) - (descr "Open Source Hardware Symbol") - (tags "Logo Symbol OSHW") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "REF**" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15))) - (tstamp 0f560957-a8c5-442f-b20c-c2d88613742c) - ) - (fp_text value "OSHW-Logo2_9.8x8mm_SilkScreen" (at 0.75 0) (layer "F.Fab") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 5f6afe3e-3cb2-473a-819c-dc94ae52a6be) - ) - (fp_poly - (pts - (xy 3.570807 2.636782) - (xy 3.594161 2.646988) - (xy 3.649902 2.691134) - (xy 3.697569 2.754967) - (xy 3.727048 2.823087) - (xy 3.731846 2.85667) - (xy 3.71576 2.903556) - (xy 3.680475 2.928365) - (xy 3.642644 2.943387) - (xy 3.625321 2.946155) - (xy 3.616886 2.926066) - (xy 3.60023 2.882351) - (xy 3.592923 2.862598) - (xy 3.551948 2.794271) - (xy 3.492622 2.760191) - (xy 3.416552 2.761239) - (xy 3.410918 2.762581) - (xy 3.370305 2.781836) - (xy 3.340448 2.819375) - (xy 3.320055 2.879809) - (xy 3.307836 2.967751) - (xy 3.3025 3.087813) - (xy 3.302 3.151698) - (xy 3.301752 3.252403) - (xy 3.300126 3.321054) - (xy 3.295801 3.364673) - (xy 3.287454 3.390282) - (xy 3.273765 3.404903) - (xy 3.253411 3.415558) - (xy 3.252234 3.416095) - (xy 3.213038 3.432667) - (xy 3.193619 3.438769) - (xy 3.190635 3.420319) - (xy 3.188081 3.369323) - (xy 3.18614 3.292308) - (xy 3.184997 3.195805) - (xy 3.184769 3.125184) - (xy 3.185932 2.988525) - (xy 3.190479 2.884851) - (xy 3.199999 2.808108) - (xy 3.216081 2.752246) - (xy 3.240313 2.711212) - (xy 3.274286 2.678954) - (xy 3.307833 2.65644) - (xy 3.388499 2.626476) - (xy 3.482381 2.619718) - (xy 3.570807 2.636782) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2a6075ae-c7fa-41db-86b8-3f996740bdc2)) - (fp_poly - (pts - (xy -1.728336 2.595089) - (xy -1.665633 2.631358) - (xy -1.622039 2.667358) - (xy -1.590155 2.705075) - (xy -1.56819 2.751199) - (xy -1.554351 2.812421) - (xy -1.546847 2.895431) - (xy -1.543883 3.006919) - (xy -1.543539 3.087062) - (xy -1.543539 3.382065) - (xy -1.709615 3.456515) - (xy -1.719385 3.133402) - (xy -1.723421 3.012729) - (xy -1.727656 2.925141) - (xy -1.732903 2.86465) - (xy -1.739975 2.825268) - (xy -1.749689 2.801007) - (xy -1.762856 2.78588) - (xy -1.767081 2.782606) - (xy -1.831091 2.757034) - (xy -1.895792 2.767153) - (xy -1.934308 2.794) - (xy -1.949975 2.813024) - (xy -1.96082 2.837988) - (xy -1.967712 2.875834) - (xy -1.971521 2.933502) - (xy -1.973117 3.017935) - (xy -1.973385 3.105928) - (xy -1.973437 3.216323) - (xy -1.975328 3.294463) - (xy -1.981655 3.347165) - (xy -1.995017 3.381242) - (xy -2.018015 3.403511) - (xy -2.053246 3.420787) - (xy -2.100303 3.438738) - (xy -2.151697 3.458278) - (xy -2.145579 3.111485) - (xy -2.143116 2.986468) - (xy -2.140233 2.894082) - (xy -2.136102 2.827881) - (xy -2.129893 2.78142) - (xy -2.120774 2.748256) - (xy -2.107917 2.721944) - (xy -2.092416 2.698729) - (xy -2.017629 2.624569) - (xy -1.926372 2.581684) - (xy -1.827117 2.571412) - (xy -1.728336 2.595089) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 282c8e53-3acc-42f0-a92a-6aa976b97a93)) - (fp_poly - (pts - (xy 0.713362 2.62467) - (xy 0.802117 2.657421) - (xy 0.874022 2.71535) - (xy 0.902144 2.756128) - (xy 0.932802 2.830954) - (xy 0.932165 2.885058) - (xy 0.899987 2.921446) - (xy 0.888081 2.927633) - (xy 0.836675 2.946925) - (xy 0.810422 2.941982) - (xy 0.80153 2.909587) - (xy 0.801077 2.891692) - (xy 0.784797 2.825859) - (xy 0.742365 2.779807) - (xy 0.683388 2.757564) - (xy 0.617475 2.763161) - (xy 0.563895 2.792229) - (xy 0.545798 2.80881) - (xy 0.532971 2.828925) - (xy 0.524306 2.859332) - (xy 0.518696 2.906788) - (xy 0.515035 2.97805) - (xy 0.512215 3.079875) - (xy 0.511484 3.112115) - (xy 0.50882 3.22241) - (xy 0.505792 3.300036) - (xy 0.50125 3.351396) - (xy 0.494046 3.38289) - (xy 0.483033 3.40092) - (xy 0.46706 3.411888) - (xy 0.456834 3.416733) - (xy 0.413406 3.433301) - (xy 0.387842 3.438769) - (xy 0.379395 3.420507) - (xy 0.374239 3.365296) - (xy 0.372346 3.272499) - (xy 0.373689 3.141478) - (xy 0.374107 3.121269) - (xy 0.377058 3.001733) - (xy 0.380548 2.914449) - (xy 0.385514 2.852591) - (xy 0.392893 2.809336) - (xy 0.403624 2.77786) - (xy 0.418645 2.751339) - (xy 0.426502 2.739975) - (xy 0.471553 2.689692) - (xy 0.52194 2.650581) - (xy 0.528108 2.647167) - (xy 0.618458 2.620212) - (xy 0.713362 2.62467) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 12c8f4c9-cb79-4390-b96c-a717c693de17)) - (fp_poly - (pts - (xy -0.840154 2.49212) - (xy -0.834428 2.57198) - (xy -0.827851 2.619039) - (xy -0.818738 2.639566) - (xy -0.805402 2.639829) - (xy -0.801077 2.637378) - (xy -0.743556 2.619636) - (xy -0.668732 2.620672) - (xy -0.592661 2.63891) - (xy -0.545082 2.662505) - (xy -0.496298 2.700198) - (xy -0.460636 2.742855) - (xy -0.436155 2.797057) - (xy -0.420913 2.869384) - (xy -0.41297 2.966419) - (xy -0.410384 3.094742) - (xy -0.410338 3.119358) - (xy -0.410308 3.39587) - (xy -0.471839 3.41732) - (xy -0.515541 3.431912) - (xy -0.539518 3.438706) - (xy -0.540223 3.438769) - (xy -0.542585 3.420345) - (xy -0.544594 3.369526) - (xy -0.546099 3.292993) - (xy -0.546947 3.19743) - (xy -0.547077 3.139329) - (xy -0.547349 3.024771) - (xy -0.548748 2.942667) - (xy -0.552151 2.886393) - (xy -0.558433 2.849326) - (xy -0.568471 2.824844) - (xy -0.583139 2.806325) - (xy -0.592298 2.797406) - (xy -0.655211 2.761466) - (xy -0.723864 2.758775) - (xy -0.786152 2.78917) - (xy -0.797671 2.800144) - (xy -0.814567 2.820779) - (xy -0.826286 2.845256) - (xy -0.833767 2.880647) - (xy -0.837946 2.934026) - (xy -0.839763 3.012466) - (xy -0.840154 3.120617) - (xy -0.840154 3.39587) - (xy -0.901685 3.41732) - (xy -0.945387 3.431912) - (xy -0.969364 3.438706) - (xy -0.97007 3.438769) - (xy -0.971874 3.420069) - (xy -0.9735 3.367322) - (xy -0.974883 3.285557) - (xy -0.975958 3.179805) - (xy -0.97666 3.055094) - (xy -0.976923 2.916455) - (xy -0.976923 2.381806) - (xy -0.849923 2.328236) - (xy -0.840154 2.49212) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eaa0d51a-ee4e-4d3a-a801-bddb7027e94c)) - (fp_poly - (pts - (xy 2.395929 2.636662) - (xy 2.398911 2.688068) - (xy 2.401247 2.766192) - (xy 2.402749 2.864857) - (xy 2.403231 2.968343) - (xy 2.403231 3.318533) - (xy 2.341401 3.380363) - (xy 2.298793 3.418462) - (xy 2.26139 3.433895) - (xy 2.21027 3.432918) - (xy 2.189978 3.430433) - (xy 2.126554 3.4232) - (xy 2.074095 3.419055) - (xy 2.061308 3.418672) - (xy 2.018199 3.421176) - (xy 1.956544 3.427462) - (xy 1.932638 3.430433) - (xy 1.873922 3.435028) - (xy 1.834464 3.425046) - (xy 1.795338 3.394228) - (xy 1.781215 3.380363) - (xy 1.719385 3.318533) - (xy 1.719385 2.663503) - (xy 1.76915 2.640829) - (xy 1.812002 2.624034) - (xy 1.837073 2.618154) - (xy 1.843501 2.636736) - (xy 1.849509 2.688655) - (xy 1.854697 2.768172) - (xy 1.858664 2.869546) - (xy 1.860577 2.955192) - (xy 1.865923 3.292231) - (xy 1.91256 3.298825) - (xy 1.954976 3.294214) - (xy 1.97576 3.279287) - (xy 1.98157 3.251377) - (xy 1.98653 3.191925) - (xy 1.990246 3.108466) - (xy 1.992324 3.008532) - (xy 1.992624 2.957104) - (xy 1.992923 2.661054) - (xy 2.054454 2.639604) - (xy 2.098004 2.62502) - (xy 2.121694 2.618219) - (xy 2.122377 2.618154) - (xy 2.124754 2.636642) - (xy 2.127366 2.687906) - (xy 2.129995 2.765649) - (xy 2.132421 2.863574) - (xy 2.134115 2.955192) - (xy 2.139461 3.292231) - (xy 2.256692 3.292231) - (xy 2.262072 2.984746) - (xy 2.267451 2.677261) - (xy 2.324601 2.647707) - (xy 2.366797 2.627413) - (xy 2.39177 2.618204) - (xy 2.392491 2.618154) - (xy 2.395929 2.636662) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp db742b9e-1fed-4e0c-b783-f911ab5116aa)) - (fp_poly - (pts - (xy -3.983114 2.587256) - (xy -3.891536 2.635409) - (xy -3.823951 2.712905) - (xy -3.799943 2.762727) - (xy -3.781262 2.837533) - (xy -3.771699 2.932052) - (xy -3.770792 3.03521) - (xy -3.778079 3.135935) - (xy -3.793097 3.223153) - (xy -3.815385 3.285791) - (xy -3.822235 3.296579) - (xy -3.903368 3.377105) - (xy -3.999734 3.425336) - (xy -4.104299 3.43945) - (xy -4.210032 3.417629) - (xy -4.239457 3.404547) - (xy -4.296759 3.364231) - (xy -4.34705 3.310775) - (xy -4.351803 3.303995) - (xy -4.371122 3.271321) - (xy -4.383892 3.236394) - (xy -4.391436 3.190414) - (xy -4.395076 3.124584) - (xy -4.396135 3.030105) - (xy -4.396154 3.008923) - (xy -4.396106 3.002182) - (xy -4.200769 3.002182) - (xy -4.199632 3.091349) - (xy -4.195159 3.15052) - (xy -4.185754 3.188741) - (xy -4.169824 3.215053) - (xy -4.161692 3.223846) - (xy -4.114942 3.257261) - (xy -4.069553 3.255737) - (xy -4.02366 3.226752) - (xy -3.996288 3.195809) - (xy -3.980077 3.150643) - (xy -3.970974 3.07942) - (xy -3.970349 3.071114) - (xy -3.968796 2.942037) - (xy -3.985035 2.846172) - (xy -4.018848 2.784107) - (xy -4.070016 2.756432) - (xy -4.08828 2.754923) - (xy -4.13624 2.762513) - (xy -4.169047 2.788808) - (xy -4.189105 2.839095) - (xy -4.198822 2.918664) - (xy -4.200769 3.002182) - (xy -4.396106 3.002182) - (xy -4.395426 2.908249) - (xy -4.392371 2.837906) - (xy -4.385678 2.789163) - (xy -4.37404 2.753288) - (xy -4.356147 2.721548) - (xy -4.352192 2.715648) - (xy -4.285733 2.636104) - (xy -4.213315 2.589929) - (xy -4.125151 2.571599) - (xy -4.095213 2.570703) - (xy -3.983114 2.587256) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d72c89a6-7578-4468-964e-2a845431195f)) - (fp_poly - (pts - (xy 4.245224 2.647838) - (xy 4.322528 2.698361) - (xy 4.359814 2.74359) - (xy 4.389353 2.825663) - (xy 4.391699 2.890607) - (xy 4.386385 2.977445) - (xy 4.186115 3.065103) - (xy 4.088739 3.109887) - (xy 4.025113 3.145913) - (xy 3.992029 3.177117) - (xy 3.98628 3.207436) - (xy 4.004658 3.240805) - (xy 4.024923 3.262923) - (xy 4.083889 3.298393) - (xy 4.148024 3.300879) - (xy 4.206926 3.273235) - (xy 4.250197 3.21832) - (xy 4.257936 3.198928) - (xy 4.295006 3.138364) - (xy 4.337654 3.112552) - (xy 4.396154 3.090471) - (xy 4.396154 3.174184) - (xy 4.390982 3.23115) - (xy 4.370723 3.279189) - (xy 4.328262 3.334346) - (xy 4.321951 3.341514) - (xy 4.27472 3.390585) - (xy 4.234121 3.41692) - (xy 4.183328 3.429035) - (xy 4.14122 3.433003) - (xy 4.065902 3.433991) - (xy 4.012286 3.421466) - (xy 3.978838 3.402869) - (xy 3.926268 3.361975) - (xy 3.889879 3.317748) - (xy 3.86685 3.262126) - (xy 3.854359 3.187047) - (xy 3.849587 3.084449) - (xy 3.849206 3.032376) - (xy 3.850501 2.969948) - (xy 3.968471 2.969948) - (xy 3.969839 3.003438) - (xy 3.973249 3.008923) - (xy 3.995753 3.001472) - (xy 4.044182 2.981753) - (xy 4.108908 2.953718) - (xy 4.122443 2.947692) - (xy 4.204244 2.906096) - (xy 4.249312 2.869538) - (xy 4.259217 2.835296) - (xy 4.235526 2.800648) - (xy 4.21596 2.785339) - (xy 4.14536 2.754721) - (xy 4.07928 2.75978) - (xy 4.023959 2.797151) - (xy 3.985636 2.863473) - (xy 3.973349 2.916116) - (xy 3.968471 2.969948) - (xy 3.850501 2.969948) - (xy 3.85173 2.91072) - (xy 3.861032 2.82071) - (xy 3.87946 2.755167) - (xy 3.90936 2.706912) - (xy 3.95308 2.668767) - (xy 3.972141 2.65644) - (xy 4.058726 2.624336) - (xy 4.153522 2.622316) - (xy 4.245224 2.647838) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c67ad10d-2f75-4ec6-a139-47058f7f06b2)) - (fp_poly - (pts - (xy 1.602081 2.780289) - (xy 1.601833 2.92632) - (xy 1.600872 3.038655) - (xy 1.598794 3.122678) - (xy 1.595193 3.183769) - (xy 1.589665 3.227309) - (xy 1.581804 3.258679) - (xy 1.571207 3.283262) - (xy 1.563182 3.297294) - (xy 1.496728 3.373388) - (xy 1.41247 3.421084) - (xy 1.319249 3.438199) - (xy 1.2259 3.422546) - (xy 1.170312 3.394418) - (xy 1.111957 3.34576) - (xy 1.072186 3.286333) - (xy 1.04819 3.208507) - (xy 1.037161 3.104652) - (xy 1.035599 3.028462) - (xy 1.035809 3.022986) - (xy 1.172308 3.022986) - (xy 1.173141 3.110355) - (xy 1.176961 3.168192) - (xy 1.185746 3.206029) - (xy 1.201474 3.233398) - (xy 1.220266 3.254042) - (xy 1.283375 3.29389) - (xy 1.351137 3.297295) - (xy 1.415179 3.264025) - (xy 1.420164 3.259517) - (xy 1.441439 3.236067) - (xy 1.454779 3.208166) - (xy 1.462001 3.166641) - (xy 1.464923 3.102316) - (xy 1.465385 3.0312) - (xy 1.464383 2.941858) - (xy 1.460238 2.882258) - (xy 1.451236 2.843089) - (xy 1.435667 2.81504) - (xy 1.422902 2.800144) - (xy 1.3636 2.762575) - (xy 1.295301 2.758057) - (xy 1.23011 2.786753) - (xy 1.217528 2.797406) - (xy 1.196111 2.821063) - (xy 1.182744 2.849251) - (xy 1.175566 2.891245) - (xy 1.172719 2.956319) - (xy 1.172308 3.022986) - (xy 1.035809 3.022986) - (xy 1.040322 2.905765) - (xy 1.056362 2.813577) - (xy 1.086528 2.744269) - (xy 1.133629 2.690211) - (xy 1.170312 2.662505) - (xy 1.23699 2.632572) - (xy 1.314272 2.618678) - (xy 1.38611 2.622397) - (xy 1.426308 2.6374) - (xy 1.442082 2.64167) - (xy 1.45255 2.62575) - (xy 1.459856 2.583089) - (xy 1.465385 2.518106) - (xy 1.471437 2.445732) - (xy 1.479844 2.402187) - (xy 1.495141 2.377287) - (xy 1.521864 2.360845) - (xy 1.538654 2.353564) - (xy 1.602154 2.326963) - (xy 1.602081 2.780289) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4344bc11-e822-474b-8d61-d12211e719b1)) - (fp_poly - (pts - (xy -2.465746 2.599745) - (xy -2.388714 2.651567) - (xy -2.329184 2.726412) - (xy -2.293622 2.821654) - (xy -2.286429 2.891756) - (xy -2.287246 2.921009) - (xy -2.294086 2.943407) - (xy -2.312888 2.963474) - (xy -2.349592 2.985733) - (xy -2.410138 3.014709) - (xy -2.500466 3.054927) - (xy -2.500923 3.055129) - (xy -2.584067 3.09321) - (xy -2.652247 3.127025) - (xy -2.698495 3.152933) - (xy -2.715842 3.167295) - (xy -2.715846 3.167411) - (xy -2.700557 3.198685) - (xy -2.664804 3.233157) - (xy -2.623758 3.25799) - (xy -2.602963 3.262923) - (xy -2.54623 3.245862) - (xy -2.497373 3.203133) - (xy -2.473535 3.156155) - (xy -2.450603 3.121522) - (xy -2.405682 3.082081) - (xy -2.352877 3.048009) - (xy -2.30629 3.02948) - (xy -2.296548 3.028462) - (xy -2.285582 3.045215) - (xy -2.284921 3.088039) - (xy -2.29298 3.145781) - (xy -2.308173 3.207289) - (xy -2.328914 3.261409) - (xy -2.329962 3.26351) - (xy -2.392379 3.35066) - (xy -2.473274 3.409939) - (xy -2.565144 3.439034) - (xy -2.660487 3.435634) - (xy -2.751802 3.397428) - (xy -2.755862 3.394741) - (xy -2.827694 3.329642) - (xy -2.874927 3.244705) - (xy -2.901066 3.133021) - (xy -2.904574 3.101643) - (xy -2.910787 2.953536) - (xy -2.903339 2.884468) - (xy -2.715846 2.884468) - (xy -2.71341 2.927552) - (xy -2.700086 2.940126) - (xy -2.666868 2.930719) - (xy -2.614506 2.908483) - (xy -2.555976 2.88061) - (xy -2.554521 2.879872) - (xy -2.504911 2.853777) - (xy -2.485 2.836363) - (xy -2.48991 2.818107) - (xy -2.510584 2.79412) - (xy -2.563181 2.759406) - (xy -2.619823 2.756856) - (xy -2.670631 2.782119) - (xy -2.705724 2.830847) - (xy -2.715846 2.884468) - (xy -2.903339 2.884468) - (xy -2.898008 2.835036) - (xy -2.865222 2.741055) - (xy -2.819579 2.675215) - (xy -2.737198 2.608681) - (xy -2.646454 2.575676) - (xy -2.553815 2.573573) - (xy -2.465746 2.599745) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5f38bdb2-3657-474e-8e86-d6bb0b298110)) - (fp_poly - (pts - (xy 0.053501 2.626303) - (xy 0.13006 2.654733) - (xy 0.130936 2.655279) - (xy 0.178285 2.690127) - (xy 0.213241 2.730852) - (xy 0.237825 2.783925) - (xy 0.254062 2.855814) - (xy 0.263975 2.952992) - (xy 0.269586 3.081928) - (xy 0.270077 3.100298) - (xy 0.277141 3.377287) - (xy 0.217695 3.408028) - (xy 0.174681 3.428802) - (xy 0.14871 3.438646) - (xy 0.147509 3.438769) - (xy 0.143014 3.420606) - (xy 0.139444 3.371612) - (xy 0.137248 3.300031) - (xy 0.136769 3.242068) - (xy 0.136758 3.14817) - (xy 0.132466 3.089203) - (xy 0.117503 3.061079) - (xy 0.085482 3.059706) - (xy 0.030014 3.080998) - (xy -0.053731 3.120136) - (xy -0.115311 3.152643) - (xy -0.146983 3.180845) - (xy -0.156294 3.211582) - (xy -0.156308 3.213104) - (xy -0.140943 3.266054) - (xy -0.095453 3.29466) - (xy -0.025834 3.298803) - (xy 0.024313 3.298084) - (xy 0.050754 3.312527) - (xy 0.067243 3.347218) - (xy 0.076733 3.391416) - (xy 0.063057 3.416493) - (xy 0.057907 3.420082) - (xy 0.009425 3.434496) - (xy -0.058469 3.436537) - (xy -0.128388 3.426983) - (xy -0.177932 3.409522) - (xy -0.24643 3.351364) - (xy -0.285366 3.270408) - (xy -0.293077 3.20716) - (xy -0.287193 3.150111) - (xy -0.265899 3.103542) - (xy -0.223735 3.062181) - (xy -0.155241 3.020755) - (xy -0.054956 2.973993) - (xy -0.048846 2.97135) - (xy 0.04149 2.929617) - (xy 0.097235 2.895391) - (xy 0.121129 2.864635) - (xy 0.115913 2.833311) - (xy 0.084328 2.797383) - (xy 0.074883 2.789116) - (xy 0.011617 2.757058) - (xy -0.053936 2.758407) - (xy -0.111028 2.789838) - (xy -0.148907 2.848024) - (xy -0.152426 2.859446) - (xy -0.1867 2.914837) - (xy -0.230191 2.941518) - (xy -0.293077 2.96796) - (xy -0.293077 2.899548) - (xy -0.273948 2.80011) - (xy -0.217169 2.708902) - (xy -0.187622 2.678389) - (xy -0.120458 2.639228) - (xy -0.035044 2.6215) - (xy 0.053501 2.626303) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 12f8e43c-8f83-48d3-a9b5-5f3ebc0b6c43)) - (fp_poly - (pts - (xy -3.231114 2.584505) - (xy -3.156461 2.621727) - (xy -3.090569 2.690261) - (xy -3.072423 2.715648) - (xy -3.052655 2.748866) - (xy -3.039828 2.784945) - (xy -3.03249 2.833098) - (xy -3.029187 2.902536) - (xy -3.028462 2.994206) - (xy -3.031737 3.11983) - (xy -3.043123 3.214154) - (xy -3.064959 3.284523) - (xy -3.099581 3.338286) - (xy -3.14933 3.382788) - (xy -3.152986 3.385423) - (xy -3.202015 3.412377) - (xy -3.261055 3.425712) - (xy -3.336141 3.429) - (xy -3.458205 3.429) - (xy -3.458256 3.547497) - (xy -3.459392 3.613492) - (xy -3.466314 3.652202) - (xy -3.484402 3.675419) - (xy -3.519038 3.694933) - (xy -3.527355 3.69892) - (xy -3.56628 3.717603) - (xy -3.596417 3.729403) - (xy -3.618826 3.730422) - (xy -3.634567 3.716761) - (xy -3.644698 3.684522) - (xy -3.650277 3.629804) - (xy -3.652365 3.548711) - (xy -3.652019 3.437344) - (xy -3.6503 3.291802) - (xy -3.649763 3.248269) - (xy -3.647828 3.098205) - (xy -3.646096 3.000042) - (xy -3.458308 3.000042) - (xy -3.457252 3.083364) - (xy -3.452562 3.13788) - (xy -3.441949 3.173837) - (xy -3.423128 3.201482) - (xy -3.41035 3.214965) - (xy -3.35811 3.254417) - (xy -3.311858 3.257628) - (xy -3.264133 3.225049) - (xy -3.262923 3.223846) - (xy -3.243506 3.198668) - (xy -3.231693 3.164447) - (xy -3.225735 3.111748) - (xy -3.22388 3.031131) - (xy -3.223846 3.013271) - (xy -3.22833 2.902175) - (xy -3.242926 2.825161) - (xy -3.26935 2.778147) - (xy -3.309317 2.75705) - (xy -3.332416 2.754923) - (xy -3.387238 2.7649) - (xy -3.424842 2.797752) - (xy -3.447477 2.857857) - (xy -3.457394 2.949598) - (xy -3.458308 3.000042) - (xy -3.646096 3.000042) - (xy -3.645778 2.98206) - (xy -3.643127 2.894679) - (xy -3.639394 2.830905) - (xy -3.634093 2.785582) - (xy -3.626742 2.753555) - (xy -3.616857 2.729668) - (xy -3.603954 2.708764) - (xy -3.598421 2.700898) - (xy -3.525031 2.626595) - (xy -3.43224 2.584467) - (xy -3.324904 2.572722) - (xy -3.231114 2.584505) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 83c5181e-f5ee-453c-ae5c-d7256ba8837d)) - (fp_poly - (pts - (xy 2.887333 2.633528) - (xy 2.94359 2.659117) - (xy 2.987747 2.690124) - (xy 3.020101 2.724795) - (xy 3.042438 2.76952) - (xy 3.056546 2.830692) - (xy 3.064211 2.914701) - (xy 3.06722 3.02794) - (xy 3.067538 3.102509) - (xy 3.067538 3.39342) - (xy 3.017773 3.416095) - (xy 2.978576 3.432667) - (xy 2.959157 3.438769) - (xy 2.955442 3.42061) - (xy 2.952495 3.371648) - (xy 2.950691 3.300153) - (xy 2.950308 3.243385) - (xy 2.948661 3.161371) - (xy 2.944222 3.096309) - (xy 2.93774 3.056467) - (xy 2.93259 3.048) - (xy 2.897977 3.056646) - (xy 2.84364 3.078823) - (xy 2.780722 3.108886) - (xy 2.720368 3.141192) - (xy 2.673721 3.170098) - (xy 2.651926 3.189961) - (xy 2.651839 3.190175) - (xy 2.653714 3.226935) - (xy 2.670525 3.262026) - (xy 2.700039 3.290528) - (xy 2.743116 3.300061) - (xy 2.779932 3.29895) - (xy 2.832074 3.298133) - (xy 2.859444 3.310349) - (xy 2.875882 3.342624) - (xy 2.877955 3.34871) - (xy 2.885081 3.394739) - (xy 2.866024 3.422687) - (xy 2.816353 3.436007) - (xy 2.762697 3.43847) - (xy 2.666142 3.42021) - (xy 2.616159 3.394131) - (xy 2.554429 3.332868) - (xy 2.52169 3.25767) - (xy 2.518753 3.178211) - (xy 2.546424 3.104167) - (xy 2.588047 3.057769) - (xy 2.629604 3.031793) - (xy 2.694922 2.998907) - (xy 2.771038 2.965557) - (xy 2.783726 2.960461) - (xy 2.867333 2.923565) - (xy 2.91553 2.891046) - (xy 2.93103 2.858718) - (xy 2.91655 2.822394) - (xy 2.891692 2.794) - (xy 2.832939 2.759039) - (xy 2.768293 2.756417) - (xy 2.709008 2.783358) - (xy 2.666339 2.837088) - (xy 2.660739 2.85095) - (xy 2.628133 2.901936) - (xy 2.58053 2.939787) - (xy 2.520461 2.97085) - (xy 2.520461 2.882768) - (xy 2.523997 2.828951) - (xy 2.539156 2.786534) - (xy 2.572768 2.741279) - (xy 2.605035 2.70642) - (xy 2.655209 2.657062) - (xy 2.694193 2.630547) - (xy 2.736064 2.619911) - (xy 2.78346 2.618154) - (xy 2.887333 2.633528) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8f12311d-6f4c-4d28-a5bc-d6cb462bade7)) - (fp_poly - (pts - (xy 0.139878 -3.712224) - (xy 0.245612 -3.711645) - (xy 0.322132 -3.710078) - (xy 0.374372 -3.707028) - (xy 0.407263 -3.702004) - (xy 0.425737 -3.694511) - (xy 0.434727 -3.684056) - (xy 0.439163 -3.670147) - (xy 0.439594 -3.668346) - (xy 0.446333 -3.635855) - (xy 0.458808 -3.571748) - (xy 0.475719 -3.482849) - (xy 0.495771 -3.375981) - (xy 0.517664 -3.257967) - (xy 0.518429 -3.253822) - (xy 0.540359 -3.138169) - (xy 0.560877 -3.035986) - (xy 0.578659 -2.953402) - (xy 0.592381 -2.896544) - (xy 0.600718 -2.871542) - (xy 0.601116 -2.871099) - (xy 0.625677 -2.85889) - (xy 0.676315 -2.838544) - (xy 0.742095 -2.814455) - (xy 0.742461 -2.814326) - (xy 0.825317 -2.783182) - (xy 0.923 -2.743509) - (xy 1.015077 -2.703619) - (xy 1.019434 -2.701647) - (xy 1.169407 -2.63358) - (xy 1.501498 -2.860361) - (xy 1.603374 -2.929496) - (xy 1.695657 -2.991303) - (xy 1.773003 -3.042267) - (xy 1.830064 -3.078873) - (xy 1.861495 -3.097606) - (xy 1.864479 -3.098996) - (xy 1.887321 -3.09281) - (xy 1.929982 -3.062965) - (xy 1.994128 -3.008053) - (xy 2.081421 -2.926666) - (xy 2.170535 -2.840078) - (xy 2.256441 -2.754753) - (xy 2.333327 -2.676892) - (xy 2.396564 -2.611303) - (xy 2.441523 -2.562795) - (xy 2.463576 -2.536175) - (xy 2.464396 -2.534805) - (xy 2.466834 -2.516537) - (xy 2.45765 -2.486705) - (xy 2.434574 -2.441279) - (xy 2.395337 -2.37623) - (xy 2.33767 -2.28753) - (xy 2.260795 -2.173343) - (xy 2.19257 -2.072838) - (xy 2.131582 -1.982697) - (xy 2.081356 -1.908151) - (xy 2.045416 -1.854435) - (xy 2.027287 -1.826782) - (xy 2.026146 -1.824905) - (xy 2.028359 -1.79841) - (xy 2.045138 -1.746914) - (xy 2.073142 -1.680149) - (xy 2.083122 -1.658828) - (xy 2.126672 -1.563841) - (xy 2.173134 -1.456063) - (xy 2.210877 -1.362808) - (xy 2.238073 -1.293594) - (xy 2.259675 -1.240994) - (xy 2.272158 -1.213503) - (xy 2.273709 -1.211384) - (xy 2.296668 -1.207876) - (xy 2.350786 -1.198262) - (xy 2.428868 -1.183911) - (xy 2.523719 -1.166193) - (xy 2.628143 -1.146475) - (xy 2.734944 -1.126126) - (xy 2.836926 -1.106514) - (xy 2.926894 -1.089009) - (xy 2.997653 -1.074978) - (xy 3.042006 -1.065791) - (xy 3.052885 -1.063193) - (xy 3.064122 -1.056782) - (xy 3.072605 -1.042303) - (xy 3.078714 -1.014867) - (xy 3.082832 -0.969589) - (xy 3.085341 -0.90158) - (xy 3.086621 -0.805953) - (xy 3.087054 -0.67782) - (xy 3.087077 -0.625299) - (xy 3.087077 -0.198155) - (xy 2.9845 -0.177909) - (xy 2.927431 -0.16693) - (xy 2.842269 -0.150905) - (xy 2.739372 -0.131767) - (xy 2.629096 -0.111449) - (xy 2.598615 -0.105868) - (xy 2.496855 -0.086083) - (xy 2.408205 -0.066627) - (xy 2.340108 -0.049303) - (xy 2.300004 -0.035912) - (xy 2.293323 -0.031921) - (xy 2.276919 -0.003658) - (xy 2.253399 0.051109) - (xy 2.227316 0.121588) - (xy 2.222142 0.136769) - (xy 2.187956 0.230896) - (xy 2.145523 0.337101) - (xy 2.103997 0.432473) - (xy 2.103792 0.432916) - (xy 2.03464 0.582525) - (xy 2.489512 1.251617) - (xy 2.1975 1.544116) - (xy 2.10918 1.63117) - (xy 2.028625 1.707909) - (xy 1.96036 1.770237) - (xy 1.908908 1.814056) - (xy 1.878794 1.83527) - (xy 1.874474 1.836616) - (xy 1.849111 1.826016) - (xy 1.797358 1.796547) - (xy 1.724868 1.751705) - (xy 1.637294 1.694984) - (xy 1.542612 1.631462) - (xy 1.446516 1.566668) - (xy 1.360837 1.510287) - (xy 1.291016 1.465788) - (xy 1.242494 1.436639) - (xy 1.220782 1.426308) - (xy 1.194293 1.43505) - (xy 1.144062 1.458087) - (xy 1.080451 1.490631) - (xy 1.073708 1.494249) - (xy 0.988046 1.53721) - (xy 0.929306 1.558279) - (xy 0.892772 1.558503) - (xy 0.873731 1.538928) - (xy 0.87362 1.538654) - (xy 0.864102 1.515472) - (xy 0.841403 1.460441) - (xy 0.807282 1.377822) - (xy 0.7635 1.271872) - (xy 0.711816 1.146852) - (xy 0.653992 1.00702) - (xy 0.597991 0.871637) - (xy 0.536447 0.722234) - (xy 0.479939 0.583832) - (xy 0.430161 0.460673) - (xy 0.388806 0.357002) - (xy 0.357568 0.277059) - (xy 0.338141 0.225088) - (xy 0.332154 0.205692) - (xy 0.347168 0.183443) - (xy 0.386439 0.147982) - (xy 0.438807 0.108887) - (xy 0.587941 -0.014755) - (xy 0.704511 -0.156478) - (xy 0.787118 -0.313296) - (xy 0.834366 -0.482225) - (xy 0.844857 -0.660278) - (xy 0.837231 -0.742461) - (xy 0.795682 -0.912969) - (xy 0.724123 -1.063541) - (xy 0.626995 -1.192691) - (xy 0.508734 -1.298936) - (xy 0.37378 -1.38079) - (xy 0.226571 -1.436768) - (xy 0.071544 -1.465385) - (xy -0.086861 -1.465156) - (xy -0.244206 -1.434595) - (xy -0.396054 -1.372218) - (xy -0.537965 -1.27654) - (xy -0.597197 -1.222428) - (xy -0.710797 -1.08348) - (xy -0.789894 -0.931639) - (xy -0.835014 -0.771333) - (xy -0.846684 -0.606988) - (xy -0.825431 -0.443029) - (xy -0.77178 -0.283882) - (xy -0.68626 -0.133975) - (xy -0.569395 0.002267) - (xy -0.438807 0.108887) - (xy -0.384412 0.149642) - (xy -0.345986 0.184718) - (xy -0.332154 0.205726) - (xy -0.339397 0.228635) - (xy -0.359995 0.283365) - (xy -0.392254 0.365672) - (xy -0.434479 0.471315) - (xy -0.484977 0.59605) - (xy -0.542052 0.735636) - (xy -0.598146 0.87167) - (xy -0.660033 1.021201) - (xy -0.717356 1.159767) - (xy -0.768356 1.283107) - (xy -0.811273 1.386964) - (xy -0.844347 1.46708) - (xy -0.865819 1.519195) - (xy -0.873775 1.538654) - (xy -0.892571 1.558423) - (xy -0.928926 1.558365) - (xy -0.987521 1.537441) - (xy -1.073032 1.494613) - (xy -1.073708 1.494249) - (xy -1.138093 1.461012) - (xy -1.190139 1.436802) - (xy -1.219488 1.426404) - (xy -1.220783 1.426308) - (xy -1.242876 1.436855) - (xy -1.291652 1.466184) - (xy -1.361669 1.510827) - (xy -1.447486 1.567314) - (xy -1.542612 1.631462) - (xy -1.63946 1.696411) - (xy -1.726747 1.752896) - (xy -1.798819 1.797421) - (xy -1.850023 1.82649) - (xy -1.874474 1.836616) - (xy -1.89699 1.823307) - (xy -1.942258 1.786112) - (xy -2.005756 1.729128) - (xy -2.082961 1.656449) - (xy -2.169349 1.572171) - (xy -2.197601 1.544016) - (xy -2.489713 1.251416) - (xy -2.267369 0.925104) - (xy -2.199798 0.824897) - (xy -2.140493 0.734963) - (xy -2.092783 0.66051) - (xy -2.059993 0.606751) - (xy -2.045452 0.578894) - (xy -2.045026 0.576912) - (xy -2.052692 0.550655) - (xy -2.073311 0.497837) - (xy -2.103315 0.42731) - (xy -2.124375 0.380093) - (xy -2.163752 0.289694) - (xy -2.200835 0.198366) - (xy -2.229585 0.1212) - (xy -2.237395 0.097692) - (xy -2.259583 0.034916) - (xy -2.281273 -0.013589) - (xy -2.293187 -0.031921) - (xy -2.319477 -0.043141) - (xy -2.376858 -0.059046) - (xy -2.457882 -0.077833) - (xy -2.555105 -0.097701) - (xy -2.598615 -0.105868) - (xy -2.709104 -0.126171) - (xy -2.815084 -0.14583) - (xy -2.906199 -0.162912) - (xy -2.972092 -0.175482) - (xy -2.9845 -0.177909) - (xy -3.087077 -0.198155) - (xy -3.087077 -0.625299) - (xy -3.086847 -0.765754) - (xy -3.085901 -0.872021) - (xy -3.083859 -0.948987) - (xy -3.080338 -1.00154) - (xy -3.074957 -1.034567) - (xy -3.067334 -1.052955) - (xy -3.057088 -1.061592) - (xy -3.052885 -1.063193) - (xy -3.02753 -1.068873) - (xy -2.971516 -1.080205) - (xy -2.892036 -1.095821) - (xy -2.796288 -1.114353) - (xy -2.691467 -1.134431) - (xy -2.584768 -1.154688) - (xy -2.483387 -1.173754) - (xy -2.394521 -1.190261) - (xy -2.325363 -1.202841) - (xy -2.283111 -1.210125) - (xy -2.27371 -1.211384) - (xy -2.265193 -1.228237) - (xy -2.24634 -1.27313) - (xy -2.220676 -1.33757) - (xy -2.210877 -1.362808) - (xy -2.171352 -1.460314) - (xy -2.124808 -1.568041) - (xy -2.083123 -1.658828) - (xy -2.05245 -1.728247) - (xy -2.032044 -1.78529) - (xy -2.025232 -1.820223) - (xy -2.026318 -1.824905) - (xy -2.040715 -1.847009) - (xy -2.073588 -1.896169) - (xy -2.12141 -1.967152) - (xy -2.180652 -2.054722) - (xy -2.247785 -2.153643) - (xy -2.261059 -2.17317) - (xy -2.338954 -2.28886) - (xy -2.396213 -2.376956) - (xy -2.435119 -2.441514) - (xy -2.457956 -2.486589) - (xy -2.467006 -2.516237) - (xy -2.464552 -2.534515) - (xy -2.464489 -2.534631) - (xy -2.445173 -2.558639) - (xy -2.402449 -2.605053) - (xy -2.340949 -2.669063) - (xy -2.265302 -2.745855) - (xy -2.180139 -2.830618) - (xy -2.170535 -2.840078) - (xy -2.06321 -2.944011) - (xy -1.980385 -3.020325) - (xy -1.920395 -3.070429) - (xy -1.881577 -3.09573) - (xy -1.86448 -3.098996) - (xy -1.839527 -3.08475) - (xy -1.787745 -3.051844) - (xy -1.71448 -3.003792) - (xy -1.62508 -2.94411) - (xy -1.524889 -2.876312) - (xy -1.501499 -2.860361) - (xy -1.169407 -2.63358) - (xy -1.019435 -2.701647) - (xy -0.92823 -2.741315) - (xy -0.830331 -2.781209) - (xy -0.746169 -2.813017) - (xy -0.742462 -2.814326) - (xy -0.676631 -2.838424) - (xy -0.625884 -2.8588) - (xy -0.601158 -2.871064) - (xy -0.601116 -2.871099) - (xy -0.593271 -2.893266) - (xy -0.579934 -2.947783) - (xy -0.56243 -3.02852) - (xy -0.542083 -3.12935) - (xy -0.520218 -3.244144) - (xy -0.518429 -3.253822) - (xy -0.496496 -3.372096) - (xy -0.47636 -3.479458) - (xy -0.45932 -3.569083) - (xy -0.446672 -3.634149) - (xy -0.439716 -3.667832) - (xy -0.439594 -3.668346) - (xy -0.435361 -3.682675) - (xy -0.427129 -3.693493) - (xy -0.409967 -3.701294) - (xy -0.378942 -3.706571) - (xy -0.329122 -3.709818) - (xy -0.255576 -3.711528) - (xy -0.153371 -3.712193) - (xy -0.017575 -3.712307) - (xy 0 -3.712308) - (xy 0.139878 -3.712224) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 98970bf0-1168-4b4e-a1c9-3b0c8d7eaacf)) - ) - - (footprint "pkl_logos:null_Logo_SilkS_4mm" locked (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f7c9631) - (at 65.7 87.65) - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "REF**" (at 0 3) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d1eca865-05c5-48a4-96cf-ed5f8a640e25) - ) - (fp_text value "null_Logo_SilkS_4mm" (at 0 -3) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cebb9021-66d3-4116-98d4-5e6f3c1552be) - ) - (fp_line (start -2 -2) (end -2 2) - (stroke (width 0.16) (type solid)) (layer "F.SilkS") (tstamp 66bc2bca-dab7-4947-a0ff-403cdaf9fb89)) - (fp_line (start -2 2) (end 2 2) - (stroke (width 0.16) (type solid)) (layer "F.SilkS") (tstamp 3b686d17-1000-4762-ba31-589d599a3edf)) - (fp_line (start -1.5 -0.5) (end -1 0.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 63c56ea4-91a3-4172-b9de-a4388cc8f894)) - (fp_line (start -1.5 0.5) (end -1.5 -0.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 5701b80f-f006-4814-81c9-0c7f006088a9)) - (fp_line (start -1 0.5) (end -1 -0.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp c25449d6-d734-4953-b762-98f82a830248)) - (fp_line (start -0.7 -0.5) (end -0.7 0.2) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp d7e4abd8-69f5-4706-b12e-898194e5bf56)) - (fp_line (start -0.1 0.2) (end -0.1 -0.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 44646447-0a8e-4aec-a74e-22bf765d0f33)) - (fp_line (start 0.2 -0.5) (end 0.2 0.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 2878a73c-5447-4cd9-8194-14f52ab9459c)) - (fp_line (start 0.2 0.5) (end 0.7 0.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 955cc99e-a129-42cf-abc7-aa99813fdb5f)) - (fp_line (start 1 -0.5) (end 1 0.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 04cf2f2c-74bf-400d-b4f6-201720df00ed)) - (fp_line (start 1 0.5) (end 1.5 0.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 1bdd5841-68b7-42e2-9447-cbdb608d8a08)) - (fp_line (start 2 -2) (end -2 -2) - (stroke (width 0.16) (type solid)) (layer "F.SilkS") (tstamp 9b6bb172-1ac4-440a-ac75-c1917d9d59c7)) - (fp_line (start 2 -2) (end 2 2) - (stroke (width 0.16) (type solid)) (layer "F.SilkS") (tstamp 9286cf02-1563-41d2-9931-c192c33bab31)) - (fp_arc (start -0.1 0.2) (mid -0.4 0.5) (end -0.7 0.2) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp aeb03be9-98f0-43f6-9432-1bb35aa04bab)) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f8427e7) - (at 117.5 89.6) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005de2f032") - (attr smd) - (fp_text reference "C54" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05))) - (tstamp f3509610-03b3-4a5c-988c-cbd92bd1f824) - ) - (fp_text value "u1" (at -1 0 180) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 69eb8847-3a16-4dc2-b290-73e92782f93c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 71ae16fb-a509-4131-a92e-a0b0b25743ff) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6586c7bc-7012-4335-b0bd-43918f23a8fd)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2215c3cc-9572-458d-8c50-c154d8a21edd)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 93bf1c04-96c6-49e8-9a85-ee6cc4606fcb)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58588507-da7d-4bcc-b9cd-bfc861c19ac1)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64955e90-795b-4570-8dbb-13ab629cef78)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02194d0f-938a-44ee-84f8-af9da96e20a6)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3897df55-4e8e-4d33-b5e2-ac09206305eb)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e382949-b4c3-41d4-b556-66ee3e494bfa)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 752adc48-1717-4d51-9f8e-0abf0c5bc60d)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp f07599c7-599f-45fe-bd1e-15999cff5f04)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Fiducial:Fiducial_0.75mm_Mask1.5mm" locked (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005aecd683) - (at 58 118.5) - (descr "Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B)") - (tags "fiducial") - (attr smd) - (fp_text reference "FID4" (at 0 2) (layer "B.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - (tstamp 58126faf-01a4-4f91-8e8c-ca9e47b48048) - ) - (fp_text value "Fiducial_0.75mm_Mask1.5mm" (at 0 -2) (layer "B.Fab") hide - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 44b926bf-8bdd-4191-846d-2dfabab2cecb) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05)) (justify mirror)) - (tstamp f7070c76-b83b-43a9-a243-491723819616) - ) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp efd7a1e0-5bed-4583-a94e-5ccec9e4eb74)) - (fp_circle (center 0 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp e8274862-c966-456a-98d5-9c42f72963c1)) - (pad "" smd circle locked (at 0 0) (size 0.75 0.75) (layers "B.Cu" "B.Mask") - (solder_mask_margin 0.375) (clearance 0.375) (tstamp f5eb7390-4215-4bb5-bc53-f82f663cc9a5)) - ) - - (footprint "Fiducial:Fiducial_0.75mm_Mask1.5mm" locked (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005aecd6d3) - (at 122 72.5) - (descr "Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B)") - (tags "fiducial") - (attr smd) - (fp_text reference "FID5" (at 0 2) (layer "B.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - (tstamp b66b83a0-313f-4b03-b851-c6e9577a6eb7) - ) - (fp_text value "Fiducial_0.75mm_Mask1.5mm" (at 0 -2) (layer "B.Fab") hide - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp dad2f9a9-292b-4f7e-9524-a263f3c1ba74) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05)) (justify mirror)) - (tstamp 7ca71fec-e7f1-454f-9196-b80d15925fff) - ) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 5c32b099-dba7-4228-8a5e-c2156f635ce2)) - (fp_circle (center 0 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 112371bd-7aa2-4b47-b184-50d12afc2534)) - (pad "" smd circle locked (at 0 0) (size 0.75 0.75) (layers "B.Cu" "B.Mask") - (solder_mask_margin 0.375) (clearance 0.375) (tstamp 6f1beb86-67e1-46bf-8c2b-6d1e1485d5c0)) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bcbaef6) - (at 83.7 96.7 180) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005b0dd01d") - (attr smd) - (fp_text reference "C23" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 7f27dd6e-61a8-4bb4-ac85-149b149d66f3) - ) - (fp_text value "u1" (at 0 -0.8 180) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 0915a960-c1d1-4819-9c53-aeb8cd5149bf) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp c9994eea-4a76-4588-a706-ad2e04aff285) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 26fb18d1-6ffa-4a4a-b050-bfff5417256a)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 00f08a0b-82b9-45e5-8519-9f3c6377cd02)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 606bed62-2645-43b2-8746-701feb5d482c)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c7d84f6e-a707-4ffd-8ab8-e4d824111c03)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a0b9f050-1be7-488f-85b2-08f372f83ded)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d0f188d9-dfb1-44a8-ad95-8dc6e323156b)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1b6d0560-1178-425c-aa39-65ccb9b9adf6)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2c1ead4c-ba2b-4a8a-bb34-69dfd6a07338)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp e174db42-2133-4bde-8bf0-5dfc27789f4d)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 03273d97-5274-435d-8d30-f6cf1379d2ec)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bcd3f1c) - (at 84.9 95.5 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005bcedc3e") - (attr smd) - (fp_text reference "C77" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 63d855ac-697e-4eed-8221-860e4b1819e2) - ) - (fp_text value "u1" (at 1 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 3259f80d-9863-4549-b902-9b908fd99360) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 43d2d4b8-f1d7-4f2a-aa85-7cb4bf6c251c) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 025baa4e-9c0e-4171-ba18-c81707277562)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7338b5a9-3a85-4450-86b4-5007c87a58ff)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d02abb4a-6862-4e43-bda0-9136ef818539)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ae877162-4ceb-4c8a-bbfe-7112f9e7e7ea)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cb6ca4a6-d548-496b-82da-ad3ca44106a9)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 79977da0-fdcb-4922-8297-b08770982ade)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e130aa5f-12f3-4c64-8445-319d961fa089)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8c1aa883-be0a-4c66-94de-9db387d409d3)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 29 "+1V2") (tstamp fa74e58b-1d1f-4c19-a9e0-9a5b12093d6c)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 571912b7-93f1-48e7-9716-795cf2eaaab5)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be41495) - (at 99.15 93.75 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e4276") - (attr smd) - (fp_text reference "C48" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 5362a7bb-6a5c-4582-8a84-dd179357b30c) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 8d9e19c9-1c38-4d1f-a346-c1ec50453cc1) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 1a253373-7aaa-4800-82a0-f05224ca4a7a) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 84164d3c-90bc-45b0-ac63-7f7a93843cb3)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 925356e8-9fe3-4fca-8329-eba967a76629)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 96916265-4653-41c3-9a80-f6775aa2b630)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f8978d6f-bc80-4d45-99fe-9eda6ceed8ec)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fbb57290-3adc-4d24-918c-497402e97c67)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c82525cb-40e6-49c8-b5ba-a548b20e026a)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 37104389-0ffa-4ff9-884c-f7e490c8571a)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e762fafd-aba3-4f95-8923-69fc7014c1b7)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp da88cf57-0975-4f67-b828-34f4f4c6151f)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 7505eede-a417-42c3-88a2-1fe21ee21a2a)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be414a3) - (at 101.05 85.35 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e41ee") - (attr smd) - (fp_text reference "C49" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 8f9bfdb5-2a57-4831-bd00-f02c2bbb920e) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp bab9a1de-c8d3-471f-9075-142844f4fafd) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 63530c34-e56d-412b-a20c-0f5801e0b75c) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 74936d8a-1d36-412e-8d34-dbf39e66d962)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d9afab37-6d16-489e-a6df-20a54d2ee9f9)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cc3838d6-9c6c-4d91-aba1-bd29599115d5)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3c0146c9-302b-4005-9f50-7766581fb71a)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 837176e9-8fab-41d2-86dd-da3b1b3dd39f)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1995a1af-4656-4a47-a563-d0a3f10ab4cf)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8356d232-ef50-40f0-a742-8beed5a9bc27)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 011a5828-4c3c-4dde-9bdb-284a3f3c4a43)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 3e6b83fc-7519-4ddb-953c-bb9f626bfed6)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 60fcc63f-51e7-4ba1-b8e2-7f58e866098a)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be414cd) - (at 101.05 93.75 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e428d") - (attr smd) - (fp_text reference "C52" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 3d243fdb-41fd-499a-9e6c-1ff5343cde77) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 4fd71ace-e7e5-4178-b283-ff6aff72d6c4) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 6d2ec6c5-646f-4865-962c-fb5a5edbf1c2) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bb5d112d-8806-45ee-9ac3-33210f67d54f)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 53b141a8-4fb6-4e1f-b3eb-8e36e10c5cc1)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 53dc5eaa-73e3-43ab-9e31-a54cd5adc72f)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3def0672-3d83-48f7-bcb3-c4be8da902d5)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 98b6599a-8370-4d52-ab50-e7859ffdc872)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e462b99b-dc16-4632-9277-f42cc1c75e32)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5467a1d8-1da8-4db6-8370-a392f817657d)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d9389f84-cc8b-46ce-9bf9-2f7fd6b103c4)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp b0c06db7-a576-4fd8-83c7-c014cc52b2d6)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp d9191217-fb4c-4445-8d6b-28ba96ed5884)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be41591) - (at 97.05 96.5 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b489612") - (attr smd) - (fp_text reference "C64" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 68e8d19c-3f2e-4510-b728-540a6aad5333) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 80a2470c-00a2-4c03-b1a3-19751e820fe5) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 13dfcd3b-0f2c-4213-9f4e-8f701fa294b3) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0ae20a84-6157-4c53-abb1-49e9a43fddea)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp adffe7bf-3d92-4a46-b38a-4af65fbd0352)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8f769b74-1b51-4a11-b217-f7821e4b85b4)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9354e3c1-baf3-4fb1-ad89-26708e92f2f3)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0088ccd1-e5dc-4cdb-b7f6-e7b2983dc5af)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 522ec98c-f663-42b7-a5dd-6f3331445a72)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b5c982b8-42bf-46d3-8d37-9f6cd5db17ab)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b62153a3-dd80-4823-b1b6-9a0be52853db)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp eb1f5f67-1647-4e1c-ab18-120e742c63a6)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp f474eb24-c3d2-44ec-9cc5-fc85f895cc59)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be415c9) - (at 97.05 90.95 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4b0e68") - (attr smd) - (fp_text reference "C40" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 1159df6c-6629-41f1-a8b5-e0c16ac2435d) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 83e6323e-c1d6-44e5-ace0-3d300f8821e3) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 73872e39-ae4d-44e4-b9c1-d79891d9d4d4) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 748aaee6-99ae-41ad-8caa-46dcb39df129)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6d7729f9-9d51-4b7c-bb0a-c926d4ef9093)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d4faf341-fbfa-4ae9-aad0-69ba44e7c909)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8f43871f-66bd-48f6-8a27-9d3168ee9b0c)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 89b31927-f663-4a3a-a530-c0fd8571c8d7)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e23187f9-dcd6-499f-90d3-0eec00b87622)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 772b2560-c224-4933-9225-40be66422908)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a7928873-604e-41b4-8f3c-a9332a26491c)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 3fe57f75-cef2-49bf-8f39-08e2d5e470a6)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 6311912c-38c9-4819-91b4-41931ccb7cc5)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be4161d) - (at 99.15 96.55 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e41d7") - (attr smd) - (fp_text reference "C68" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 5aeb1e78-7ed8-446f-a1fa-e72019642e8e) - ) - (fp_text value "u1" (at -0.05 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 55366e14-cec9-493d-901d-448b04d2f286) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 3b82d8e3-a040-434a-9991-6271f6273782) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp de4d9514-3cb5-4e56-aa34-9a36cc7ab2fb)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 883e7763-c7c3-4085-8e36-b949c37033d0)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 03d91a1d-a585-47a4-99f9-06bc1c5af887)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 917b5326-3ee0-4010-87d4-41a23aedd531)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 004f1cac-5431-476d-8d12-f0d7e1d2971c)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8bcf2b99-1928-47d5-9785-f90fe779323f)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c898c915-89f5-4003-9fb8-8b0c3f06dfe7)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c457d6bc-d372-4e5a-9060-512765531115)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 719bf2e0-5e5d-4c1c-a2a4-f786f1849e85)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 96597868-124d-4a3c-974d-f269e7248232)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be41655) - (at 99.15 99.35 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e420c") - (attr smd) - (fp_text reference "C69" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 8740e3f7-ac5e-48a5-a1b9-2b3a8f9906e3) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 53f26f66-9378-431b-b932-a3fd4a84e669) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 1f9097e7-c345-4ea0-87cd-6931bd3e5e20) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 08a3676a-a023-48ec-ba8b-baec3d88899a)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2ea2fe11-f110-4c15-9711-2061b7ff7476)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9481d1bb-33fc-4de3-be43-996175f1f1b7)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fe42ae90-db4c-434c-84ff-afc19cdb6192)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3fd84676-c0dc-47ea-8930-0afc793ec874)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e4c8997f-0e4e-473d-84d3-edfc0a922603)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5805d656-927a-4296-aa49-a0ba3d7b6fe1)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f0e1c089-c805-4c36-a781-0522715b0167)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 1a6fe569-c5e5-4a21-a4ea-d60011b774d2)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 43daede3-09f4-4370-a4cd-1742a0f3e737)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be41663) - (at 99.15 102.15 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e4241") - (attr smd) - (fp_text reference "C70" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 021b2d69-a9cd-4da6-96cb-34c5471ab313) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 80ac0b57-0388-409c-bf8b-2ee44690ae03) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 507ddcf1-9cbb-4b45-975b-709e12df4ebb) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 39cca1bd-96d6-42ee-8c69-5de87b57e546)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 650bb676-81fa-4c22-b009-9b66603eb921)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 72140a8f-2088-44fc-93d1-40511c6ac353)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8f80a3f1-1ae2-4b8d-bd35-7a182c6a8d2e)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fc39fdda-1f03-48e6-9966-c4215f48ab0d)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b28cafae-d394-4513-8ad8-4a26f2715041)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 66f0428d-5d42-4a2b-bd34-e3c56deaabd4)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f0df0d69-5126-4627-835f-c98c904e9fca)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp f24191bb-7c3d-46c7-90d2-d6965006ff76)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp abfde176-9928-4197-ac35-08e17e97277e)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be41671) - (at 99.15 104.95 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e4276") - (attr smd) - (fp_text reference "C71" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp abc0decb-50d4-4467-9412-db8d85ff63ff) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp d1e483df-ea1d-4033-835a-7e444a60718e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 4c574d69-3841-4646-9cb9-67e1549af41a) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 693758c0-e8d0-4612-bd48-760fa3b657da)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a2c6ddb8-c592-4f88-8d0d-4d49eee9bee0)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ce52e298-4c1f-4e90-ab4b-157701b38695)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 71bde7f6-c970-4790-a48c-3a26a72d30aa)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c9a2e9f0-afbe-44db-b1e6-81fd64eb369e)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 02c9d8ea-754a-43f7-a713-860920f64b9c)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fad1a70b-66b0-4f20-86d8-daec3418c997)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 29ce0296-11ac-4570-b91c-c76b451384c1)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 271396f2-2847-47d1-bb55-41a773d0e0d6)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp b5459239-bbba-4698-9494-ff8aed069c28)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be4167f) - (at 101.05 96.55 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e41ee") - (attr smd) - (fp_text reference "C72" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 3525d7fb-9fbb-407a-b98f-dbe710a5769f) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp cdd161f0-22d1-4053-9a0b-ffab3a54d82f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp f25c7d87-b8db-41e0-abfc-bec8048ef2cc) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0c23fd3c-8e92-44f9-9905-f0d6b673c1e2)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8fc2e36b-243b-47e2-890e-f3a8d0cb9deb)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 098660ff-f93c-4ccb-8579-57628aa895a7)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp efca2809-2036-46b8-8545-a5bdd08b5301)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5569ffb9-3194-4ed5-a115-e717546fbbd5)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9462ae22-4e7f-462a-824e-86cf308ddca1)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 877182c1-f7de-4075-b871-3852bba4d685)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 791865d8-d8e2-4bb4-a45d-5c1ab6b1ca50)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 66096f4f-c798-4425-8537-e7adeb21bec3)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp fffd8529-ec61-4c2e-ae6d-c3e663947951)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be4168d) - (at 101.05 99.35 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e4223") - (attr smd) - (fp_text reference "C73" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 3e308dc9-2a7e-453c-9c0d-ed6716a1e4ef) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 0661954e-f25b-4f99-a409-ca063613e2b5) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp c3d693bb-8b79-4c4c-8f6d-fcf59053a0c7) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8c0d65e1-4a4d-4982-a3de-a94643ed355b)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6319e6b6-80ef-4c5d-932b-ba0c8406594e)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 52949d6c-3d13-4c3f-aaae-0190262c1362)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 20f8741b-5a66-456e-a4d1-e6dbaeead04f)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b36fe0b5-bec7-4179-a8f9-f7d791244aaa)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6a72c50c-7d61-40e1-9db3-e13eee38f0d7)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5ed93df5-0550-4f68-8138-6b58ec386db8)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1e7a3df3-1564-4fca-a73a-2e1c26f2240d)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 611e7c21-be02-4a2c-b017-7fcdbe00c6cf)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 7778230f-f910-4a2e-99e2-9b1e861be1ad)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be4170b) - (at 101.05 102.15 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e4258") - (attr smd) - (fp_text reference "C74" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 9510165e-3a21-421a-9d20-c6065294b8e2) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 059050bd-8528-4253-99a9-2b538d18cf46) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 5bffc67e-1f19-4ce8-a04b-5942212e56a5) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 16f5debb-7b35-41b9-bae0-84ba2f44a466)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 997cb231-50c8-4d21-8ed8-7374ef99c345)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5e372dc8-30ff-4a61-8ed0-592ad0944ea6)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c609c484-2253-4f34-947c-2a26d9dba820)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f93750aa-9072-471e-8eda-727f7c99e298)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6a4191db-6adc-4433-b658-a6bfdfa95a8a)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 060e7195-8501-4e09-8c43-1c823c24812a)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp accfdd65-ff36-4857-91ff-9c83807ce9b1)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp e78c6541-571c-4ae3-b37a-ce88f45e4767)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp a9942b9f-63fc-470a-be46-0575b71f7cd0)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be48c55) - (at 82.1 97.5) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c082b33") - (attr smd) - (fp_text reference "C18" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 5341f75f-445e-45d6-8d7c-693459db4b8f) - ) - (fp_text value "u1" (at 0 0.8) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 135e3642-358a-4af8-829a-e9d8d5db6f15) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 2da0c218-f525-488e-ae52-b37371a9c8c4) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dc50a505-bdbb-49e4-a166-7ad91ea76a60)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 398ac0ce-a6d7-46e9-b0d2-f38a583f93bc)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4274c955-0ff2-4ffd-b308-32c7740d7229)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4b680c6f-6bf5-42bc-954e-399a8095278c)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 378e526d-5a27-490c-9809-30a858151ca1)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d26c0188-a8c0-40f8-947a-e0efe65dd5bd)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 46331abf-ef2b-44f7-8e7b-2addf2a04973)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ee2b5b55-18f1-44b0-8eb7-645cdcfe2722)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 29 "+1V2") (tstamp 8ebf6100-3981-45dc-a269-6504480f2134)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 03180fc3-312d-4869-989b-36a0aa8fbbab)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be4c27a) - (at 83.7 94.3 180) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cf06543") - (attr smd) - (fp_text reference "C33" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp c16eb0f2-fb9f-47b4-a16c-9ce01bbd9c9d) - ) - (fp_text value "u1" (at 0 0.8 180) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp e7dde0d3-3ac1-418e-87d9-d9726ff40441) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 022b0300-c8f8-48b2-9d2c-ae80ff824354) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fa6267a2-77b5-42f5-98c6-40bbae0f2c13)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 57e60628-6d13-49e5-8e0f-1cf31bada668)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 40ca69cc-5122-41ab-a4ee-b5af8c1d68be)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 711e8266-1663-4d18-8cd6-839cb071c47e)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 59ef6ce2-45ac-469c-a048-8dda8c329f97)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4713d2a5-700c-4223-8e8c-bc814fca4fb1)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2fca283b-07ad-4fe4-8cca-34dc149535e1)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c73c7613-9204-490f-8db2-c65c1d852fa6)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 139 "/IO_Banks/VIO_AUX") (tstamp 0d587a0a-c67c-4fed-9eec-791a57f2bb2e)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 999751fc-78d3-4f80-b9fe-ca01ec165983)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be56bbb) - (at 79.815 94.9 180) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005bda7918") - (attr smd) - (fp_text reference "C78" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 1129c821-4221-413a-b124-7cd2b452dee3) - ) - (fp_text value "u1" (at 0 0.8 180) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 5a703fbc-431f-40f4-ad99-bbe431b7f329) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp b73189eb-ce33-4fd6-899f-a0fe6fefce38) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7b448334-a672-4f67-8bb7-9dc7daa7fefe)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a73753d8-f00b-4be9-a8c8-167668e414ea)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7da14e3c-031d-42a9-a820-92c0765992b7)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 702adbad-cc32-40cc-8557-12ccbcc447f5)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ab1be128-b506-44db-b353-1b6cf0f1bff8)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c11800a1-7754-4ac5-a9a8-c6989ec2e1ac)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 31d3bb61-3ab8-4ee5-98f7-19fcbef58004)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e494b54b-7300-4f8c-8bb9-32c84d3e63f0)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 49 "/VCCPLL0") (tstamp 875d8101-02ec-4109-9cb3-dc03033ea564)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 51 "/GNDPLL0") (tstamp 2cde09e2-1478-4e90-84f2-de808fbc4e00)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be63934) - (at 77.9 97.6 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005bf227e9") - (attr smd) - (fp_text reference "R31" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 7264e754-94bf-45f8-8f07-c4ba0c236301) - ) - (fp_text value "100R" (at 0 -0.8 180) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 71ebaa7f-b6f6-4306-8ae2-f18bcc629bcd) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 9d5ddb59-1e9e-4537-9599-057acace239b) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cb658bfb-bb44-442b-af68-cdf8168ed728)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e7e6cb6d-7647-4949-b7bd-8bc1e899dd19)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 32e6d5f9-b73a-409b-a341-b80aa666fbb4)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ffcbff8e-ab26-41db-bf1a-b4c132bdb8a6)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 15f78139-6d94-44b2-bfa9-7b1fafdf24a2)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 45da367c-fc2c-42ee-903c-c1df37d60691)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 66da1b23-6a31-4d09-b903-23246835c884)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f47134a4-be82-4ad4-a1ad-bf72ff4ae546)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 49 "/VCCPLL0") (tstamp 31bc72e3-7b37-4039-ae03-b411f4438425)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 29 "+1V2") (tstamp cd8fc82c-2372-4ab9-b58f-1c5bd1ca2b34)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005be9c493) - (at 78.6 96.4 180) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c364e77") - (attr smd) - (fp_text reference "C76" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 664ea685-f665-4315-aadf-581a656f41df) - ) - (fp_text value "4u7" (at -1.15 0 270) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 578f33ff-8d12-4136-bb61-e55b7655fa5b) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 1a1da3ab-0792-420a-a2dd-c670f9cd52e8) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1d2d8ec8-1f1b-4d06-9a35-eff8e386bdb8)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 401b5a0c-f502-4551-9d61-fa50a303707e)) - (fp_line (start -1.48 -0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 92822296-9b31-4c78-bfe1-2dc7c2e425bc)) - (fp_line (start -1.48 0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 22614aba-2c26-4590-8e12-a7a6b6de48de)) - (fp_line (start 1.48 -0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e315fb88-f764-4ec7-a92b-006692d5e26f)) - (fp_line (start 1.48 0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bf3524aa-7451-4bff-a4df-53f0aa1c0aeb)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 35e60fa0-27cf-4d0e-8bab-b364400c08c0)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9d2af601-5327-4706-9acb-978b65e95af5)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4c069f0b-8c76-44a0-a999-7bd72a3e8dee)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ac0e5582-f44c-4bc2-8ae7-2c3f1115fb00)) - (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 49 "/VCCPLL0") (tstamp 9050328c-80d1-449f-94a8-27658961ba9d)) - (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 51 "/GNDPLL0") (tstamp d0060422-f68b-4ffa-bca8-6f70dc4f862d)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bea726c) - (at 85.3 93.5) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005b0dd093") - (attr smd) - (fp_text reference "C24" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 8b487b8b-12fd-4cf3-8cdb-1ef50af640be) - ) - (fp_text value "u1" (at 0.1 -0.8) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 0392df2f-b1af-48ff-aa24-2cc5cb8498b9) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 92887ca2-ec31-4498-981b-8dceb06ee776) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9cb2aa88-c3a2-4cc1-bdd9-a23918a92f25)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c50299e9-9259-4a70-896e-dc1c1b1ee1d5)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fbfd32a9-c3c0-412d-baa0-00d63242f652)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f0fd2e44-a386-4ee9-98ea-d37af6599518)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 86915ed6-ec29-4952-8c3f-87e8b2adac8a)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 952273a1-b0c0-4d7a-93ce-f59799a5c249)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3bdc1b02-322d-48f9-9d18-b7443809881e)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7d49c9c5-5903-4690-a2d3-e7457b1c219b)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 29 "+1V2") (tstamp fdff2fcd-c6ae-4363-94be-e87012c3e9e7)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp a7238a92-fd90-4f03-97ca-e07dac351f72)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bed17e1) - (at 67.3 91.55) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005acf720b") - (attr smd) - (fp_text reference "C7" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 9fe4ec8e-d675-4b57-9038-b2ad5a9800f8) - ) - (fp_text value "u1" (at 0 -0.75) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 5cdb6c77-dfe0-4421-823c-8da8613d150a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 0abebbfd-5438-41bc-8a59-6ad99b886f3c) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b0228418-dad2-4b8d-a837-f46810bb487f)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a05199a1-3017-4a2a-b893-ebc3b2f9310b)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0dc2cd70-6de8-45e8-a340-01c8679e5b63)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f2ccfe83-d3b4-4bcf-8563-fa0bd5654db1)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 64fbefce-a964-4fb3-859a-3fdb8eab745c)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4318fcb5-9334-4981-bad4-6943832d199d)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6fc07099-549a-4dc5-8c80-3ec767b4b363)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 32afcd4b-97fd-4b03-bb8d-932fb13e0a23)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp ec7993b9-2e80-41d7-a9e6-32c1a4acb73d)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 2e435b0f-671e-4da0-9b1a-48c487e95e18)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bed180b) - (at 72.1 99.45 180) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005acf71c9") - (attr smd) - (fp_text reference "C6" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 8302248e-97db-45f0-9e4e-d0367b746f41) - ) - (fp_text value "u1" (at 0 -0.75 180) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp ed88958c-7dea-458c-986f-dc1186d3fd0d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 1be57cee-9843-43f2-b029-ce77e4d23583) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 96eb5ece-27d8-4ab5-afe7-8640e2051015)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 86e8ff80-aa78-4d5e-beaa-330ad4719b0a)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fb08eb4e-4d01-46b4-b939-0155c8ef8388)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7629cb9f-5c7a-4585-8c5f-2f63280a0e51)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c54946dc-b56a-4075-a391-5835ff06fc87)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 21fe163d-5c16-42b5-8408-6e6165b7b3e7)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 16fca551-3571-4517-ab94-7c1b9d1a3ce1)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 06d89049-bb08-4c35-aa48-22c05c01103e)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 30834466-df1e-45cc-9752-de058ac1c411)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 12a70400-b291-4d8b-93c0-ccb9a5f9af47)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bed1835) - (at 65.9 93.765 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005acf72a1") - (attr smd) - (fp_text reference "C9" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 06c3c04c-6c4b-4c5d-8552-dca1efe1a3db) - ) - (fp_text value "u1" (at 0 0.8 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp b84e5c3c-d5ba-45dc-a996-457d3d15ea34) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 42b93640-dc22-413d-916b-9e4ab2755ea6) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0be455d7-9219-470e-8eb0-7925a3f97f66)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f886ffaf-1f6a-4587-bede-09aad32c7906)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3bd73262-7ee1-4541-8298-a0d7411e1d75)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4e6baf82-1448-4d68-8aef-496f449563d1)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9f9a1dc2-1e64-4561-84e9-c59e56eccfbe)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6a336e3f-79e9-4231-8ca2-38a798f05f9f)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7cba27a8-b26c-4e33-ad8e-83f2f8589f1f)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3862ae54-0889-40d0-a519-841ecb949575)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 6ad02073-0558-42a4-92fa-4add44c180cf)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 87a79b8f-2884-4c6d-9e08-6da03103a9bc)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bed185f) - (at 68.1 99.45) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ad97c38") - (attr smd) - (fp_text reference "C10" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp e11a3537-54f2-4cd9-a01e-8d25f34fd41b) - ) - (fp_text value "u1" (at 0 0.75) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 95b9926a-6923-4d22-94a9-a7e0924d3712) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp aa8a688f-5fa8-4705-b079-d93e40bd66a2) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1ce35f55-7b10-4f85-a37b-4d1001366d27)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f85a42e4-203a-4e25-98e4-36d444206b66)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6d82f96f-5cd4-4338-b574-ad84bd842bec)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ba9f795f-8c46-48a3-ba64-f5c3f70c3f24)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4824cc17-4fe1-4945-ad51-0aeea24cae8e)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9b0f93ef-a45a-4738-a37f-ee43c3ce3020)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6fed9995-8ff3-4083-85d0-0bba783437a3)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 08402209-d3fd-42d4-8065-6a77e812c43c)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp edc5129d-f46c-479a-bd75-243c78b54fdb)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 8a9dd820-4ec5-4959-94a2-489c1e5fdf0f)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bed1889) - (at 72.5 91.55 180) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005acf7188") - (attr smd) - (fp_text reference "C5" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp e3fcbf5e-ef0b-42f1-a0b5-f37d0a27f3c9) - ) - (fp_text value "u1" (at 0 0.75 180) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp f96df586-90b1-4dc4-869b-df72f115a13d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 023b8036-b37e-4e6b-b316-94c2bd8af4ab) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e5803e45-bd73-45c0-b324-74c3d0cd5ee0)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2c258e51-8ac2-4b9d-aba4-645b6790e3ee)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bde06726-cef4-4003-a1b5-ea6b7a6034a0)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4f61ecac-c991-4ada-87f6-95087892525e)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b3627424-c4d5-42f4-9736-1aa72fac30b8)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2231b7ac-f92b-4941-9374-f0bfb259582f)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d09fca4c-55e2-452c-818b-2a461bf643cc)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2228514e-5299-4258-98b9-e9cdf9417856)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 6c1a3235-4d99-4e6f-a98c-377099e15df8)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 12b6afa4-4d3a-430e-8416-f3d60b11b644)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" locked (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bed1aad) - (at 65.4 99.5) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005acf0aa9") - (attr smd) - (fp_text reference "C1" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 376da264-b219-4ddc-be78-a640bbee3aef) - ) - (fp_text value "4u7" (at 0 0.8 180) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 7b8f4734-c91c-4c35-bc25-8ba9e0a60f64) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 34d3baf1-c1a6-463d-a7da-03fde565ea93) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7f7833f4-976f-4a80-99c4-69f2976ed565)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp e5f06cd2-492e-41b2-8ded-13a3fa1042bb)) - (fp_line (start -1.48 -0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ec7073f7-f754-4ee6-a977-3d11d16480f8)) - (fp_line (start -1.48 0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a8470270-920a-4fed-9691-22526135f92c)) - (fp_line (start 1.48 -0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f99552ce-0729-4ada-aef3-5686270d7c4d)) - (fp_line (start 1.48 0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 513c5122-3fbb-44b6-aa2c-74224719f915)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 63892cea-0371-47b0-925d-c40106168946)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 419715bf-ffaa-4f14-ba39-b7cca3633324)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b45faf1e-b7a2-4d73-9833-db84a2fde78b)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f88265e8-a27a-4259-b3ad-7df91a571c60)) - (pad "1" smd roundrect locked (at -0.7875 0) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 0d1c133a-5b0b-4fe0-b915-2f72b13b37e9)) - (pad "2" smd roundrect locked (at 0.7875 0) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 24d3ee68-60f0-4c8a-a72b-065f1026fd87)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bed1b41) - (at 65.9 97.75 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005acd6c50") - (attr smd) - (fp_text reference "C2" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp f5322e2e-cac3-432e-bda8-0a4cf8376319) - ) - (fp_text value "u1" (at 0 0.8 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 69f84cd4-9488-4b2f-b15f-3d9e11632cf3) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 5d2142a2-f5ce-4a20-b509-6fc8dca8fa51) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 19cf3f75-846d-40c4-99e9-986cfa896c10)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7290aba7-9701-4a7f-9efd-a4c38f1a6ef8)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6335d0a4-3503-455f-8a16-33bc2cc40641)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0a523061-715f-43ef-b1dd-3d745a3e7e1d)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d3a8e1a9-d4d6-43c3-a281-bf9d31297aeb)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5760e242-d884-4525-b413-5cdf8762836e)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 65778b97-4bd1-4830-a540-c2ec5320ce4e)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 22ce5f01-00e9-4ddd-a65e-815d60dce969)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 0e86af0a-1fe7-477d-99bc-1729cff58217)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 3324d408-a5b9-4560-951d-d219dc33ad00)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bed1b6e) - (at 65.9 95.75 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005acf711c") - (attr smd) - (fp_text reference "C3" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 3be24049-710e-4c21-b592-150779e27859) - ) - (fp_text value "u1" (at 0 0.8 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 4e171e27-0952-4a5f-bd26-afc8662a6d9a) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 241ce13e-c8b1-478b-8ebc-cce2a81df2bb) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b06fdf55-9b05-48ab-b20a-f43456e8f5ec)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a120ec1a-c3ea-4c4e-ad75-54278c183a82)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 64e4ea00-3ecf-4df6-ac5f-77cf4ced88fb)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 708692df-f1ed-4dfd-8869-70b93a8004bc)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 90eccc84-68e3-440b-b8e7-b46a28e3379b)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cec5c91b-0f2e-497a-af3e-a5a152b16bf2)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a66a3b2f-f268-4e38-987e-b27ec003ce16)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 659c7120-8885-4090-b510-a594ad335b4b)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp ec08b450-01ec-4ec7-a2c0-7827a3b475fe)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp a818dbd6-8d05-4bed-8e76-065b136c4a97)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bed1ba1) - (at 73.8 97.765 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005acf7152") - (attr smd) - (fp_text reference "C4" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 52c6d709-bf2c-4bb8-aab3-486121f784ad) - ) - (fp_text value "u1" (at 0.035 -0.8 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 2c93e68b-23e0-4a8f-845c-7911d3abc09e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 934f6b2e-d892-4606-8ba6-f8b20bec47c8) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 88948196-6a74-42af-a5e6-9dd2ac95ca88)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9971c3bf-26e0-4673-ae70-dced6a212970)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f8cfd3aa-e4ff-4f9d-9bf9-0adf19203b52)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b49d4886-5858-45d9-91aa-e4893360ac04)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 69029636-79e5-47ae-bb14-9bc5dbdeb2b4)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp db8a60a1-6c78-42ba-b45c-08cf72ddf99e)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ce891766-6938-4d56-b79d-ae359292360c)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 925e8005-688d-4114-907f-02037a34dbc7)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 50065ec5-a536-420d-8f46-a78724f6ee74)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 5f6b5c30-781a-4047-9227-2733b7cc980c)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bee9778) - (at 80.05 99.5 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c2c0b38") - (attr smd) - (fp_text reference "C81" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp dd792a1f-5f61-4685-b19e-ee5d59c531f5) - ) - (fp_text value "u1" (at 0 0.75 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 69428fcf-c4b7-4246-91ed-cfe5d045b05f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 5ce1aa0c-f98f-4b94-80bd-f188cf4c57de) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3ac1108e-506a-4c75-b603-f9a6a39785e0)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 79fc1ef9-e921-4832-95d3-5ae7ff6b03fb)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9c5eb8ba-0370-4530-b0dd-d326ff9cd796)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ef546906-3f95-4037-a4d5-06936948161a)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1344c258-0a0e-4ec4-be37-1204c6a78d6a)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 76585e07-3216-453f-b827-82d9c90a2876)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b4d73ef7-d069-453b-a7bd-227eec81fabc)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d8f086f0-c0a8-403b-adaf-40c349e5337e)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 047ad835-c24f-4b94-8c87-da79f6183cc4)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 93ca340a-e8ae-4e1b-bdac-fe7f0eea36ae)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005befa460) - (at 89.85 95.75 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005bf22e2d") - (attr smd) - (fp_text reference "R32" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 414c44f1-6dc8-47ac-8734-d071cba6d2ba) - ) - (fp_text value "100R" (at -0.05 0.85 270) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 3a95a55b-8a78-4e07-8313-782b4be21acd) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 735ca608-844b-43da-824c-192e28c319d3) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 616d2ae0-660e-4201-aead-18acef1aaa51)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5c9a0412-4fb3-44e0-8564-dd1f1d19974f)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp de4ed296-9fb5-4bc2-9de6-dd78d5bf94a9)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4bcce46c-d9ae-4ab2-a9c8-5cc8f50b0e43)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6551c37f-9afc-4b25-9b2a-c1739b8edf17)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ce87f310-f0ba-406a-b736-4ce38509611a)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 074bd178-4b8d-4443-a5fb-cfcbc87a942c)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5a8a64e8-0b04-48e4-b608-5cc887a127c8)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 48 "/VCCPLL1") (tstamp 39349f81-a647-4568-a49b-eb371290ec0d)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 29 "+1V2") (tstamp b7bb8bee-8b45-4682-ba4f-3c97e6c96b19)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bf934b8) - (at 97.05 85.35 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b489612") - (attr smd) - (fp_text reference "C38" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 9b2c3896-c54b-4cf2-8fa5-0036fca2d447) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 6755f669-82b7-4ff1-bfd2-0c84dbe58282) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 201a0ca7-5d89-410f-baa8-63fe4094eb66) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 50cd2860-5a3b-49f4-b0e5-143db7d397c7)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e6e5213e-6aad-48c9-a436-d90409753d19)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0f924090-ddb0-4e05-904c-8a63a32e091d)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b9288ffb-24d0-402b-b179-78cd1bd46e32)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5b1d9dd6-e256-4086-9ce7-efa87daa8a99)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 165b2e7b-1b46-4d73-a3c9-4eda1d2e3f87)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 51a42fbb-e03a-42b8-8723-2ff8b13b7002)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 476d457b-c549-4355-a12e-b5454fb7f25c)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp e8858172-31ad-4b9d-9cff-5ab15d2d3f69)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 675bb9b6-2005-4a9f-96b9-341a2d5d4912)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bf934c6) - (at 95.15 85.35 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b46cb87") - (attr smd) - (fp_text reference "C34" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp d765feb8-0d2b-4f91-9055-021e050d2c2d) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp d525482e-5dc6-4c44-b919-a131777fba8e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 06af765d-0fb4-424b-b8bb-f25711eb599e) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6c1dc8fe-cd68-4d9d-b5d0-383668c0989d)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 57943a54-0d5a-4776-92d5-28c3ef73c2a2)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bf76e491-9dd7-40e2-950e-c79b71b72d93)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8afdbac1-8ba5-475c-b038-16f606d61c74)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 39e74c5c-b798-4d06-8858-8667944befeb)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b5b9cc39-57c4-4b34-9753-47ab693cf9f1)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 87c4c6cd-a743-45fa-8a20-56ccd5bd596e)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b0e60bf5-2ca9-4c6d-859b-816ea2de1be9)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 0fc4267c-2119-444e-b3b2-d8a7bd88ec8a)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 66cf9899-100d-45fb-9b9f-8f866de8a3fe)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bfe38e6) - (at 95.15 96.5 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b46cb87") - (attr smd) - (fp_text reference "C60" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 81049ca2-49e7-44ea-98ba-da99c1259c4b) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 817cea77-3614-46eb-ac46-8f839c322ae1) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp c8c01ccd-b5d2-48a3-9337-31437bc0d5b2) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ac6f6ed4-8668-453c-b29a-e5d6005ea361)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f95acf52-40ba-412b-9d45-8c2880174473)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 09cf0645-d8e1-425c-a1b1-50dc308b5fe2)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 340170db-45d6-4c78-9448-445128dd4314)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp db3f768b-4ec7-4178-b70b-b4b036c84502)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 00b32290-b6a3-4fed-82ff-3034599f39a3)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0fa0e183-23fd-4787-b228-f9207d787009)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f1960b60-73de-4c92-b6c5-7fa1993f2c9c)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 139845db-428c-441f-ab00-21d347aa3d8b)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp f33c1be6-4001-4ece-aa46-3a20267b8ad4)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bfe4ab8) - (at 97.05 99.35 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4abdf7") - (attr smd) - (fp_text reference "C65" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp bb94c706-c1c6-4e19-ac2a-271d09f29af0) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 797fc62f-ec08-4f23-905c-e7ecf00b70db) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp bc600043-b23a-4784-acf2-3275a6d2f518) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 202557b3-1d57-491a-8c53-22fb6f02d7ed)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cc21dc29-228f-465d-a019-7ba199ef3d01)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 671bbafc-9abd-4d27-a6cb-0c6370106f29)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 466e4ca4-208a-4476-ac72-f3a29ddf098e)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 56cab98c-3eb1-41cd-bdf8-fa073613afc8)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f8ef65e0-d7d9-4c2c-b81d-41f323f525ce)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 66b7ab9e-b2bf-4ee7-8912-f23a2d210480)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f4d5987b-377d-484f-83a0-d26e07453a42)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp d6a10cc9-e23d-4cff-880c-1c4e7c655172)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 4ca1471d-e84a-43e6-9ec2-ac5bbbc86c1a)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bfe4ac9) - (at 95.15 99.35 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4abde0") - (attr smd) - (fp_text reference "C61" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp bdc2dce2-a873-4024-ba32-25e14d4c7d3a) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp af6768f8-3c5e-4c2e-ad12-97c0640b49b0) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 2887f18d-0aa0-4560-89a5-469e7311c504) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 32ad7fbe-e026-4d57-9f6b-f4af30c894d9)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp febb7d9c-f8af-428a-b455-1415daa5c3f8)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2501f8af-64a4-4048-910a-af6739d92186)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bf3b8360-7021-4a05-9a17-ac671301ba24)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 20a5fa03-1925-401c-ab1e-0afe600eece7)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 14e5ac74-9e6a-429c-a85f-3f85c24f6634)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 72c8bab7-3236-4d5e-a06f-9f8b3d4cd3c8)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7db1c116-53cc-43a8-9a9d-fcc8da2afbb1)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 16c12f8d-a9ce-4e1f-b395-2ad0bc43e76b)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 0ec6de6a-5daa-4a3a-bcf9-49d82195b230)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bfe4b02) - (at 95.15 102.15 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4b0e51") - (attr smd) - (fp_text reference "C62" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 81cea36f-374e-495b-8b76-6e2c7f3900a5) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 6a92e431-970e-4e94-9939-6a30a7a953f8) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 7ab43dd5-158c-4fb4-89fd-0268b2095c18) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 210b172c-b965-4a60-99f4-39f3cf0b0a90)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 75b6e061-3edd-496d-8819-9872e3fcd769)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 623f0fd1-05e3-4aed-b4a4-842ebc101656)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 23d6215c-5ccd-448a-9dca-fb24b263b819)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 20610dee-24a2-4a35-9d47-947d8d2d938e)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bfeadbcb-526c-43a6-b7fe-4e2f50efd84c)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fe98897e-19da-4293-b75e-59fc03fd1c77)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0b16503a-4feb-4e18-bd0a-8dd91a4e6919)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 4b49296e-e16b-4f09-89ae-9e00f97c6e61)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 4833e46b-f647-4405-8958-8388c09e9ad1)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bfe4b12) - (at 97.05 102.15 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4b0e68") - (attr smd) - (fp_text reference "C66" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 0a2dcef2-f4fa-403a-9225-8dae005dca8c) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp f78d2d90-68bc-4c20-bfb3-6426e74fa17f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp fb7c97ee-bfba-49df-b0a6-949d8c1dbc80) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a36d7b4b-db39-449f-92b3-ad84819e8020)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fd1b2abd-acdb-456a-b12a-78be5659d6b2)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c611bc05-49b5-40ec-8cdb-1a1bb2d058ad)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 241e4967-98ec-42a7-b49a-322999e65405)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 974678fc-a03f-4be4-9b67-a5d08857a8c2)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9f3f87e9-c583-4ec3-ad63-18af982de461)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp afb8b546-2d34-49f9-b048-809d9d067ebb)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 026d934d-d564-4c37-9113-57bb727fc2e9)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp f16f0137-553b-4915-92a0-bc14383612e0)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 84e61ea2-1c29-4ec5-923f-b6010cf9ee5a)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bfe4b51) - (at 95.15 104.95 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4b6b47") - (attr smd) - (fp_text reference "C63" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp f864b1b6-4eef-439c-a377-b3311f670600) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp ca268094-9355-4b91-985a-5a3fe3fac8eb) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 7062bf88-353f-4702-82fc-9273f24f7311) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3078fc62-fc65-44c3-8730-e98e32046f59)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 455224ec-2cfb-4dcc-94d6-2eef7f2439f1)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 65bba264-2c3c-4c29-b317-ace99b3292ef)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1ce026d3-9575-405f-b43c-ff2ecd8b10ba)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 659697ef-1fff-4bfd-84cb-8690a980c4b2)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp af0f2ee1-555d-4dbc-be05-20fe82a3a7f0)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 529fff1f-db37-4ef0-8786-6c10d525699f)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 94a13df2-3769-436a-b0de-767acbdcaaeb)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 5da4882e-c667-4e22-8c6f-59ed3561f408)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp a6da1c49-f5f8-4bd8-8a1f-6e9f0765716a)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bfe4b62) - (at 97.05 104.95 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4b6b5e") - (attr smd) - (fp_text reference "C67" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 88000859-78d2-4c43-bac7-0b3d749f1368) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 80420a0d-53ba-4be4-b9a3-8c2223dbfa01) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 3d1b4b72-33ab-463a-81f8-af08de108647) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7c0cf58c-e25b-422b-8099-af386f9b94eb)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0a998541-d8f3-40a0-8891-39bc18400019)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8ae499bf-fd09-4ee4-b80a-645a7ba044dd)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5992c750-33c2-4cd0-8fc1-226c3984215d)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 898c0094-ff4f-4630-91c1-84e767f091ad)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d4286bc5-3f3a-4659-80b9-42b41fa62ce8)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eb4b6ec1-d280-45a5-a867-b25d0ed2f45b)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8c21236c-b177-4669-8716-36f516ca4a7d)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp cb143420-fca2-4cbd-801e-28377ce9b27c)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp be275fba-58f6-4a8a-b37c-129fb648aed7)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bff64bc) - (at 95.15 88.15 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4abde0") - (attr smd) - (fp_text reference "C35" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 9caa825e-43a9-45d3-8dad-ce1e46623c13) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 49e13fb6-9495-424e-bd9f-1ff5b065001b) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 9ffa7a41-84e2-439f-ab9e-a1334179edc6) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d47cd15e-87a5-4fca-ba12-29ea14d72c4e)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cdbabdff-d445-4ad0-8e7c-a52b2d06f74a)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c57e2c9b-795f-49e5-8ca2-7169d63a4374)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4da6302c-cd1f-4909-89d2-621a3bbeb204)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d17a8152-3efa-4cbc-b6d7-fac93119bd8f)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dc7fe6ab-e2e1-48c0-b2af-0f1c6ebb04ac)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 41512000-8ddc-4c35-95f9-181a97b6f8de)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 059c55b9-3878-4a5d-8c36-f2e1ac20b66c)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 8255a4a1-ab2d-4484-a456-579f6137ea5a)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp f0660c30-1630-4fed-a3e9-3ee2ebca41e2)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bff6573) - (at 95.15 93.75 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4b6b47") - (attr smd) - (fp_text reference "C37" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 0d0df2ac-f3f7-482e-ba7c-5f666b048a62) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 8cb07eef-4e4e-47a5-9a8b-ea7986073b39) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 14ff9087-b8eb-4ee6-bbfe-2436601097d4) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp af7e52d1-be2a-4da2-9768-453b8924e9cd)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0a8229a4-9df7-43bb-a8d3-ff415d614cd1)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 754b5411-6980-4296-853f-191c0eb30474)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d978c51f-73a6-4c68-a2f0-34685b94acb5)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bcecf866-87db-4f8d-b360-a530337f4827)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b5f14956-a9e6-4c63-951c-e4703e1cd030)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0ee88c70-b4a6-4a69-8494-c8cddbda5aef)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3ce75223-3147-40f3-b47b-f7fa88e08c27)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp a3c7a0be-f018-44c9-b3c2-73fbc0d13b4a)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 11cda506-0128-4093-b8a5-7efe9e45a170)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005bff6582) - (at 95.15 90.95 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4b0e51") - (attr smd) - (fp_text reference "C36" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 67193e61-d6ec-495c-a7e9-03793b500be1) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 8343fa38-8498-4902-a32d-1c52f3862967) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 2570aee6-6e18-4261-b22f-3d8d6a2e1ea5) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 86e1da85-bdb0-4d78-b747-ecb447b1b842)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 96116b5a-a0de-4cfe-b1e6-46c282049706)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a7e4ce5c-98fb-48d0-9ff3-cdec8a457bcf)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cf686d81-9f88-4310-8cca-09c4155d1a81)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b3e6123a-0f64-4e83-8feb-91055195c388)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4d10f603-e406-4c93-8862-aac8f1d98067)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 00b05432-76ab-49fd-b0b3-e99bb163c16c)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5a0ec604-4c22-4400-9220-19e76cf5f05c)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp f364e29b-5711-4bf2-8799-5bbae295994d)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp c9e56185-f336-4312-a98e-d42d46197976)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005c065dca) - (at 81.7 94.7 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005b0dd103") - (attr smd) - (fp_text reference "C25" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp ff613fa3-41c8-4c36-92a9-a9f958011df0) - ) - (fp_text value "u1" (at -1.4 -0.05 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 87cac154-b9d1-4a7e-a967-b26bda25a107) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 35c7b937-91fd-45b7-ba9b-d8002e5399af) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9d2fde8e-b826-4531-95cf-8efc22c2d5d7)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e9849bc8-6aec-48ee-9fbf-9516057c0506)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6f5f0c33-b595-427a-8f2d-635a21b1d521)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0f39e560-9336-4a48-a641-fec45e29a92d)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e82afd7a-801a-4e3e-8de5-eae8d5f80978)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 49c37692-773a-4783-950a-c26c3d94c603)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e0f03b95-0eb4-4fed-9b1a-3564bb334a58)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 72ba5474-7379-4b9c-915b-82f389a67577)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 29 "+1V2") (tstamp 09578cae-3e9a-4372-a934-d377a0227b7c)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp e4570e31-f9dd-4e13-a8d5-42733b999b4d)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:nono_hana_lines" locked (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005c07534e) - (at 73.8 82.5 180) - (descr "Imported from /home/marcan/media/images/nono_hana3.svg") - (tags "svg2mod") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "NONO_HANA" (at 0 12.841393 180) (layer "B.SilkS") hide - (effects (font (size 1.524 1.524) (thickness 0.3048)) (justify mirror)) - (tstamp 077985bd-c8a6-43b8-af30-1141a8334306) - ) - (fp_text value "MECHOKKU" (at 0 -12.841393 180) (layer "B.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 3c3e78d8-62d7-4020-ae7c-c489234b27d5) - ) - (fp_line (start -17.273 -5.305) (end -17.221 -5.391) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 73fd78b9-9aa5-40d0-adab-1e5886c90dd7)) - (fp_line (start -17.232 -5.437) (end -17.273 -5.305) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e8531c3a-ab79-4096-b3fb-b5b6ae94c3f7)) - (fp_line (start -17.221 -5.391) (end -17.158 -5.462) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a95b6208-cd25-486f-8a35-f7d7b1426174)) - (fp_line (start -17.188 -5.564) (end -17.232 -5.437) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 18a9dea8-caa6-40a3-962a-7699d9146e17)) - (fp_line (start -17.158 -5.462) (end -17.086 -5.519) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 636332c5-387a-4243-bc33-7882b1adfdac)) - (fp_line (start -17.14 -5.685) (end -17.188 -5.564) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 90f1070b-d0d3-4d94-9527-f4c1c7006642)) - (fp_line (start -17.087 -5.798) (end -17.14 -5.685) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2276e018-ceb6-4356-b3fe-3b8fe418011b)) - (fp_line (start -17.086 -5.519) (end -17.009 -5.562) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bf8bfbb4-4b7a-430e-865f-8acab9f8c04d)) - (fp_line (start -17.043 -3.819) (end -17.039 -3.701) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 96d488aa-4d20-4ba2-8d75-10df5865e575)) - (fp_line (start -17.039 -3.701) (end -17.019 -3.592) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f21d4058-0da2-4512-b5f5-f906032f560a)) - (fp_line (start -17.027 -5.903) (end -17.087 -5.798) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b64fe3cc-3a1f-41b6-9ac9-fa971c4a06a6)) - (fp_line (start -17.027 -3.946) (end -17.043 -3.819) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d9cdb60a-ecfa-4866-ad81-ca393f637bae)) - (fp_line (start -17.019 -3.592) (end -16.981 -3.49) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cb9ac0e7-73b9-4ed2-8689-9778cfd89978)) - (fp_line (start -17.009 -5.562) (end -16.928 -5.591) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9fb9a654-045f-4c58-ba9d-e6e9d641e3ae)) - (fp_line (start -16.993 -4.082) (end -17.027 -3.946) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a3eaa329-1c23-49fc-9fb5-976de81b788e)) - (fp_line (start -16.981 -3.49) (end -16.928 -3.397) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 922b14e9-e5b4-4506-8c7b-f653748d7f34)) - (fp_line (start -16.96 -5.996) (end -17.027 -5.903) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 469553b1-52fa-4564-9359-73b74ba8f58f)) - (fp_line (start -16.939 -4.228) (end -16.993 -4.082) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a9240eb1-cd96-4728-9dbf-17ea5e90b45d)) - (fp_line (start -16.928 -5.591) (end -16.846 -5.606) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b4efa293-75b5-42d5-996c-b449774d5ba5)) - (fp_line (start -16.928 -3.397) (end -16.859 -3.31) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7f29ecb0-6265-4d60-8278-7704387a2057)) - (fp_line (start -16.885 -6.077) (end -16.96 -5.996) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8672a05d-b750-4ddd-a92d-4c58fddcdd4e)) - (fp_line (start -16.865 -4.385) (end -16.939 -4.228) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d0f42cc3-e2d7-4f51-9d6f-0c2eaccb6ae7)) - (fp_line (start -16.859 -3.31) (end -16.775 -3.231) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d0292983-0ab9-4b24-b3bd-f154f790c7ec)) - (fp_line (start -16.846 -5.606) (end -16.765 -5.608) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 61415144-ce8f-483a-82b7-e2e320f7f0b4)) - (fp_line (start -16.8 -6.143) (end -16.885 -6.077) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bfff8af5-be9c-44df-80bd-23ee2cf9c437)) - (fp_line (start -16.775 -3.231) (end -16.678 -3.157) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 33770b56-77ab-4a0c-a675-0ef4f02f8519)) - (fp_line (start -16.769 -4.552) (end -16.865 -4.385) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 49c3a7d7-9453-4986-bcff-387f274073df)) - (fp_line (start -16.765 -5.608) (end -16.688 -5.596) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b6ceb85d-46f8-42e1-9c68-672660fbaf7c)) - (fp_line (start -16.704 -6.194) (end -16.8 -6.143) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 33ef82c8-b659-42b6-9429-5436a00e7b54)) - (fp_line (start -16.688 -5.596) (end -16.617 -5.57) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 198642f2-8db4-475b-ac24-9da65c994a3a)) - (fp_line (start -16.678 -3.157) (end -16.567 -3.089) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 411f21c0-dcce-4bff-ac0e-7c5571730a65)) - (fp_line (start -16.652 -4.73) (end -16.769 -4.552) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9a334c2d-ea1e-4f9b-9563-937977728978)) - (fp_line (start -16.617 -5.57) (end -16.555 -5.531) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f16972fb-4b2b-49d7-8715-9f31f5431405)) - (fp_line (start -16.597 -6.228) (end -16.704 -6.194) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp aee35d5f-0638-4cb1-b58c-265232f425a0)) - (fp_line (start -16.567 -3.089) (end -16.445 -3.027) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b45301a2-b6d7-44bd-8834-616acde30aef)) - (fp_line (start -16.559 -4.877) (end -16.652 -4.73) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ddc0999f-48c1-4a48-960f-30f430270283)) - (fp_line (start -16.555 -5.531) (end -16.503 -5.478) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 937928d4-4dfb-4f2f-91d0-697ec54ac283)) - (fp_line (start -16.503 -5.478) (end -16.465 -5.411) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 09433d97-62ec-42de-89f2-7d0b68dc1b9d)) - (fp_line (start -16.494 -5.01) (end -16.559 -4.877) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3b9ce6b0-047c-4e71-81a7-b0a5c13aa4d2)) - (fp_line (start -16.477 -6.243) (end -16.597 -6.228) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 77f65cef-2bce-414e-8b99-31f9cd0b59b0)) - (fp_line (start -16.465 -5.411) (end -16.443 -5.331) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 53548090-4b36-44b5-9ef5-2fa214b2fbf4)) - (fp_line (start -16.455 -5.131) (end -16.494 -5.01) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e342f8d7-ca8a-47a5-a679-3c984454e9a5)) - (fp_line (start -16.445 -3.027) (end -16.296 -2.956) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a97d9593-88f3-490c-93d3-a1f528046ef8)) - (fp_line (start -16.443 -5.331) (end -16.438 -5.238) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4c77837f-2440-4b7b-8e7e-430f981c7c04)) - (fp_line (start -16.438 -5.238) (end -16.455 -5.131) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1ebce183-d3ad-4022-b82e-9e0d8cd628db)) - (fp_line (start -16.433 -9.782) (end -16.377 -9.731) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6db6b2d8-cd53-4924-910c-ce03370c85ba)) - (fp_line (start -16.377 -9.731) (end -16.263 -9.618) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3d0ee88c-fab5-44ff-91c4-a21e663a09de)) - (fp_line (start -16.343 -6.237) (end -16.477 -6.243) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ffe6d5f3-f9a5-48a9-88db-d2d7822b944f)) - (fp_line (start -16.296 -2.956) (end -16.15 -2.88) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d23aa89d-c621-4b1b-a845-8c26429d6622)) - (fp_line (start -16.272 1.021) (end -16.272 1.131) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e0bbf399-c52b-4993-8f0b-a5400682c686)) - (fp_line (start -16.272 1.131) (end -16.269 1.249) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 40ef82a7-1843-41e2-896c-620f16b91b4f)) - (fp_line (start -16.269 0.919) (end -16.272 1.021) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d4e5a639-c802-4fd5-bd43-bd9483f1fee3)) - (fp_line (start -16.269 1.249) (end -16.263 1.375) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp de01c5f0-8b67-4f95-a915-b01789f320eb)) - (fp_line (start -16.263 -9.618) (end -16.168 -9.506) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7fd58396-b4e5-46f4-aa37-499fb1457243)) - (fp_line (start -16.263 0.826) (end -16.269 0.919) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e1754158-40dc-4df5-848e-7e0c189ace53)) - (fp_line (start -16.263 1.375) (end -16.253 1.507) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e0937f55-5a21-4b1f-aa30-aba62e4969e5)) - (fp_line (start -16.254 0.741) (end -16.263 0.826) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e34d78fc-c821-4e5c-ac82-ce6fcdcd9454)) - (fp_line (start -16.253 1.507) (end -16.239 1.647) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e44b0081-5f25-4984-8fb5-ea876fb2fc1c)) - (fp_line (start -16.243 0.665) (end -16.254 0.741) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f574310b-3071-4841-b3bc-44ccc3dd1422)) - (fp_line (start -16.239 1.647) (end -16.222 1.794) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a0400e61-7ec0-4cc7-a41d-d7c451e758fe)) - (fp_line (start -16.23 0.598) (end -16.243 0.665) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp eb8da7b1-c954-4f96-b636-28a01b4ed609)) - (fp_line (start -16.222 1.794) (end -16.2 1.947) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 91a85248-7895-453a-bdbc-36a6edbe91db)) - (fp_line (start -16.214 0.541) (end -16.23 0.598) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bf9ad5a6-c4c4-4072-8854-6425d90cd19f)) - (fp_line (start -16.2 1.947) (end -16.175 2.107) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 233d14ec-e17f-4b70-ace9-a65479e58a33)) - (fp_line (start -16.195 -6.209) (end -16.343 -6.237) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 755d3d18-6013-47c4-9133-c783ae2db259)) - (fp_line (start -16.184 0.449) (end -16.214 0.541) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a11284ee-2f71-4eb8-b0ee-e01b498d0140)) - (fp_line (start -16.175 2.107) (end -16.145 2.272) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e08b3dd0-5717-45d9-897c-a2c963f9de1a)) - (fp_line (start -16.168 -9.506) (end -16.138 -9.399) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 588d3cbf-6c0a-4102-8f72-574f6ea20133)) - (fp_line (start -16.15 -2.88) (end -16.009 -2.801) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 85e898d6-983f-4977-9dfa-e5b961e989c1)) - (fp_line (start -16.145 0.339) (end -16.184 0.449) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d4a7ff11-09f1-4325-94c0-c1b4b4278fe4)) - (fp_line (start -16.145 2.272) (end -16.11 2.444) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0f99d31f-3e61-45ba-a78c-4a282f861613)) - (fp_line (start -16.138 -9.399) (end -16.118 -9.246) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7803a0ea-b6d3-457b-b195-42c8dc80b579)) - (fp_line (start -16.118 -9.246) (end -16.083 -9.09) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8233de19-691a-4981-9177-f647c5ab854c)) - (fp_line (start -16.11 2.444) (end -16.071 2.621) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a1533d6a-9d56-4622-800a-f5af923f4a97)) - (fp_line (start -16.098 0.213) (end -16.145 0.339) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 22127bf3-28e1-4f2a-9132-0b2244d2149e)) - (fp_line (start -16.083 -9.09) (end -16.007 -8.977) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 044452e8-a3b4-4d08-9835-701cc0a60807)) - (fp_line (start -16.071 2.621) (end -16.027 2.803) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7b485fa8-406a-42d5-9a01-13ae76ec07b5)) - (fp_line (start -16.045 0.074) (end -16.098 0.213) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 826dab59-fbdd-42ab-9237-6c754170917b)) - (fp_line (start -16.03 -6.157) (end -16.195 -6.209) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c837798c-83c8-4e02-b288-fa03714cab74)) - (fp_line (start -16.027 2.803) (end -15.978 2.99) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 422a6702-d1c1-4e76-898e-ec20aaee30c2)) - (fp_line (start -16.025 -6.157) (end -15.856 -6.092) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 959ed360-eb0a-4a79-8f34-5faaf7fec5ad)) - (fp_line (start -16.009 -2.801) (end -15.874 -2.717) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2f58dd1b-258a-4fb6-a155-4e2931ab012c)) - (fp_line (start -16.007 -8.977) (end -15.902 -8.919) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9f9c31ca-425c-43ab-adfe-2e1ae4fe8686)) - (fp_line (start -15.988 -0.076) (end -16.045 0.074) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4cbba380-690c-405e-bbfb-a0cd7ef65d0e)) - (fp_line (start -15.978 2.99) (end -15.924 3.181) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 555e8fc3-19b4-40e8-abc6-87d7c193534e)) - (fp_line (start -15.974 -6.237) (end -16.03 -6.157) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a0affae9-b1e8-4941-9e7e-2ad29ff3f86b)) - (fp_line (start -15.926 -0.234) (end -15.988 -0.076) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d43d6c5b-08dc-4efb-9ffc-91ecf13d0a2f)) - (fp_line (start -15.924 3.181) (end -15.865 3.377) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f50538bf-e44a-4d20-ab4a-ccf1e95ea69c)) - (fp_line (start -15.905 -6.31) (end -15.974 -6.237) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 22cb26b9-d501-4786-ab70-b7ac2868619c)) - (fp_line (start -15.902 -8.919) (end -15.746 -8.856) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 89f897c4-98dd-4e30-9e76-7ca9bf021cd3)) - (fp_line (start -15.874 -2.717) (end -15.748 -2.629) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cbdd084c-3cde-4340-9de6-6f6ca3f79e91)) - (fp_line (start -15.865 3.377) (end -15.8 3.577) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3d6472eb-4872-48d0-9b65-1b39f6d4a46a)) - (fp_line (start -15.861 -0.399) (end -15.926 -0.234) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 30979a3d-28d7-46ae-b5aa-513ad60b71a4)) - (fp_line (start -15.856 -6.092) (end -15.717 -6.032) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b67591ef-79c1-406a-9cdd-2d6de62566a6)) - (fp_line (start -15.825 -6.373) (end -15.905 -6.31) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b034f82f-3ce9-4423-89ad-7ecf03d348d0)) - (fp_line (start -15.8 3.577) (end -15.729 3.782) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 201a8082-80bc-49cb-a857-a9c917ee8418)) - (fp_line (start -15.795 -0.567) (end -15.861 -0.399) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 408e380e-a780-4259-a7f0-5062d5808d11)) - (fp_line (start -15.748 -2.629) (end -15.634 -2.537) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d32a4687-3a9c-4aaa-9fc8-6c464698f554)) - (fp_line (start -15.746 -8.856) (end -15.57 -8.794) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp afbfe9c5-779f-420f-9855-96eed1cd3301)) - (fp_line (start -15.732 -6.425) (end -15.825 -6.373) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 86c73e16-9c05-4385-b59b-206056f7ac90)) - (fp_line (start -15.729 3.782) (end -15.653 3.989) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9a68bf85-c16f-48ee-8e66-0d9ea8ea8b23)) - (fp_line (start -15.728 -0.737) (end -15.795 -0.567) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fab79269-47fb-42f7-a3ad-b9ec94b79b4b)) - (fp_line (start -15.717 -6.032) (end -15.602 -5.971) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 85c4eb9a-1efe-40fd-86af-36f89108b5f9)) - (fp_line (start -15.661 -0.905) (end -15.728 -0.737) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d427b096-2104-4cac-9d5d-d2195401989e)) - (fp_line (start -15.653 3.989) (end -15.57 4.2) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ccdce88e-24b7-4692-934b-22bb9b0763dc)) - (fp_line (start -15.639 0.08) (end -15.527 -0.151) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a82cec30-45c1-49b3-b9e6-e30cc49eb759)) - (fp_line (start -15.634 -2.537) (end -15.533 -2.44) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 18eef4d3-c3b1-4511-89f0-f3ca5fbf521d)) - (fp_line (start -15.629 -6.462) (end -15.732 -6.425) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 128a7556-cb3d-406d-b84d-6d9efc7f9ed8)) - (fp_line (start -15.602 -5.971) (end -15.502 -5.906) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d1c3595d-d061-4c53-823c-19aa0d9a8865)) - (fp_line (start -15.597 -1.07) (end -15.661 -0.905) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6505825f-43ee-4fb8-b546-c0b2310ed040)) - (fp_line (start -15.57 -8.794) (end -15.406 -8.74) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 584c482d-1251-462e-825c-3a0578bafc6d)) - (fp_line (start -15.57 4.2) (end -15.517 4.331) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e61e3b10-16bb-45fa-9a42-277efd2ec104)) - (fp_line (start -15.547 -8.758) (end -15.527 -8.715) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e721791d-da51-4bae-ab44-002be5ea386c)) - (fp_line (start -15.535 -1.23) (end -15.597 -1.07) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e44dd86d-8737-430e-a0f5-f7ecf3fa5a6b)) - (fp_line (start -15.533 -2.44) (end -15.448 -2.338) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 22591446-6d82-47ac-b525-9e9deb496c8c)) - (fp_line (start -15.527 -8.715) (end -15.487 -8.642) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0470f6f8-3373-4410-9688-3749de7c241a)) - (fp_line (start -15.527 -0.151) (end -15.43 -0.357) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 572f678c-7489-4a0c-81c3-6f024e0707be)) - (fp_line (start -15.517 4.331) (end -15.46 4.462) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5c4ddc3a-1b67-4d06-8b43-5f565c9d4f71)) - (fp_line (start -15.514 -6.48) (end -15.629 -6.462) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 84daabe5-262d-44f3-8073-3a5eff98700f)) - (fp_line (start -15.502 -5.906) (end -15.413 -5.832) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 02ca9350-9e0f-471f-a345-bee2587bb572)) - (fp_line (start -15.487 -8.642) (end -15.428 -8.543) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7ea15999-0781-4c2e-a266-2adaf5a39946)) - (fp_line (start -15.477 -1.381) (end -15.535 -1.23) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fa7c0f69-d4a4-4907-b41c-63da412a1d61)) - (fp_line (start -15.46 4.462) (end -15.401 4.594) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b027388d-8092-416a-ae2f-62be7825303f)) - (fp_line (start -15.448 -2.338) (end -15.381 -2.232) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6a3aff19-5e5c-466c-80b5-82ab994aaee1)) - (fp_line (start -15.43 -0.357) (end -15.347 -0.542) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 20a40fd4-4825-456a-b45d-96e8fe1622a5)) - (fp_line (start -15.428 -8.543) (end -15.353 -8.421) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a632aa3e-0113-4f5d-90b5-27bac9ed8392)) - (fp_line (start -15.425 -1.521) (end -15.477 -1.381) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cbb6579a-72cf-4504-9bef-bb32135a4790)) - (fp_line (start -15.413 -5.832) (end -15.326 -5.742) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c8d1a84b-8d98-4130-891c-9d4b5bdb0535)) - (fp_line (start -15.406 -8.74) (end -15.284 -8.703) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 395c69d5-4334-48e5-8637-2379eafb3eeb)) - (fp_line (start -15.401 4.594) (end -15.338 4.726) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3adb8c69-132c-478c-b246-f381b0e1424c)) - (fp_line (start -15.389 -6.478) (end -15.514 -6.48) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f4cf6dc4-65fc-4b8e-a0d8-0a9074993d40)) - (fp_line (start -15.381 -2.232) (end -15.335 -2.122) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c1fbee58-f474-4414-9110-64abd03ed7c9)) - (fp_line (start -15.379 -1.649) (end -15.425 -1.521) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3a5e9d83-8605-4e38-a4d6-7131b7911750)) - (fp_line (start -15.378 2.244) (end -15.374 2.095) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1c55eaff-dfb6-4adc-bdb2-1121eb73358d)) - (fp_line (start -15.378 2.391) (end -15.378 2.244) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fe9073de-b4ae-429c-945b-a199d6313a17)) - (fp_line (start -15.374 2.095) (end -15.364 1.945) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b2561a4b-5655-4b54-95c4-147a5b85fc10)) - (fp_line (start -15.373 2.537) (end -15.378 2.391) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0e0a4b84-f32d-4d0d-bb01-e1a33da32acb)) - (fp_line (start -15.364 1.945) (end -15.349 1.794) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 78502c21-b204-41a4-a74c-663a74be7530)) - (fp_line (start -15.363 2.681) (end -15.373 2.537) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6d4529c3-e736-41f4-9e85-842fded7472a)) - (fp_line (start -15.353 -8.421) (end -15.265 -8.282) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 49389a66-8741-452b-8284-834f65c51e1b)) - (fp_line (start -15.349 1.794) (end -15.33 1.643) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dcbc5a2e-2561-4663-8736-09acc9fe0209)) - (fp_line (start -15.347 -0.542) (end -15.278 -0.708) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dc538eb4-034b-4b8a-a5e5-4a3e1e9a8cd3)) - (fp_line (start -15.34 -1.761) (end -15.379 -1.649) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e9febdd1-669e-46f3-983e-2ded7b5fa339)) - (fp_line (start -15.338 4.726) (end -15.273 4.859) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 59550421-1010-45d2-ae78-ff36e5bca6b7)) - (fp_line (start -15.335 -2.122) (end -15.311 -2.006) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 62ed984b-c070-4de1-bd86-30aeb09fb9cd)) - (fp_line (start -15.33 1.643) (end -15.307 1.491) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b5a26653-4e77-4514-a8f1-63ca7c4f9ab9)) - (fp_line (start -15.326 -5.742) (end -15.235 -5.634) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d28736e8-ee75-491e-b9af-2d7eb8b3297e)) - (fp_line (start -15.312 -1.886) (end -15.34 -1.761) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 128cfb34-809d-4606-bf29-7ab91f99e879)) - (fp_line (start -15.311 -2.006) (end -15.312 -1.886) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d54fce64-01e8-4f5c-8f34-4e64d47e3402)) - (fp_line (start -15.307 1.491) (end -15.279 1.339) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3491c78b-620e-46ca-a1c1-053b49774cc7)) - (fp_line (start -15.284 -8.703) (end -15.237 -8.689) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f63dd01b-d31b-4c8b-8944-cc162e8dda4e)) - (fp_line (start -15.279 1.339) (end -15.246 1.188) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5baacfaf-4f9b-484a-b0ad-900c2c96f940)) - (fp_line (start -15.278 -0.708) (end -15.222 -0.857) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b5e1d796-f3d8-4363-a6bf-5bf078e880e8)) - (fp_line (start -15.273 4.859) (end -15.206 4.993) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3be2f64a-643b-4527-aaf5-307341a81097)) - (fp_line (start -15.265 -8.282) (end -15.167 -8.129) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d5605fa7-538d-473c-8da8-4e6409672b1d)) - (fp_line (start -15.254 -6.452) (end -15.389 -6.478) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 00185541-0a55-4e62-91d8-99e7a7720d36)) - (fp_line (start -15.246 1.188) (end -15.21 1.036) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4ed19592-a5c4-4f6f-8e35-67fef4315ee4)) - (fp_line (start -15.235 -5.634) (end -15.133 -5.501) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bf1a0735-8349-4149-9917-9c06c3ec36d7)) - (fp_line (start -15.224 -1.905) (end -15.271 -2.037) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8cc78138-26c2-4be3-a4bd-4ad124dd5c3d)) - (fp_line (start -15.222 -0.857) (end -15.178 -0.993) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b89e3fe5-d3a3-4087-a7a3-319b60fcc6e9)) - (fp_line (start -15.21 1.036) (end -15.169 0.886) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d789eb5c-7750-4e88-bd51-088f1d8d4899)) - (fp_line (start -15.206 4.993) (end -15.135 5.127) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f420833d-9f22-43c2-813c-6543682555e5)) - (fp_line (start -15.185 -1.783) (end -15.224 -1.905) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 606cc23c-679a-4fa3-b3b1-c023026298b1)) - (fp_line (start -15.178 -0.993) (end -15.147 -1.118) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5d4ed9ca-985c-4d79-b913-0fd671b604bc)) - (fp_line (start -15.169 0.886) (end -15.124 0.736) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp db3e62ed-d2c4-4262-9844-874282d066c8)) - (fp_line (start -15.167 -8.129) (end -15.06 -7.967) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 78ce8c1e-89e0-4419-807a-81faccaa13a1)) - (fp_line (start -15.155 -1.669) (end -15.185 -1.783) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ca6052ba-b6c7-4761-b3cb-c749f8cbf361)) - (fp_line (start -15.147 -1.118) (end -15.127 -1.234) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0368658f-3125-4888-be8d-2d00cf819e46)) - (fp_line (start -15.135 5.127) (end -15.062 5.261) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7bc13ee4-2194-461b-9242-0d96ebba241b)) - (fp_line (start -15.133 -1.559) (end -15.155 -1.669) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 82f0532d-1a6d-464b-ad29-fc3e8108d6a8)) - (fp_line (start -15.127 -1.234) (end -15.119 -1.345) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 36915340-9dd2-4d10-bb2e-946e32cc121b)) - (fp_line (start -15.124 0.736) (end -15.075 0.587) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4a151dd5-28d8-42af-b70d-d52cf427540e)) - (fp_line (start -15.121 -1.452) (end -15.133 -1.559) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d3ea5011-250b-4076-bf21-0457c1dc2816)) - (fp_line (start -15.119 -1.345) (end -15.121 -1.452) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 21443f6e-c9cb-43b6-9145-0fe007529b00)) - (fp_line (start -15.108 -6.4) (end -15.254 -6.452) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fb7b20d7-70ea-48e6-baf1-01a0d3c92377)) - (fp_line (start -15.075 0.587) (end -15.022 0.44) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 92563de1-61c4-4e3f-8603-96474790934f)) - (fp_line (start -15.062 5.261) (end -14.987 5.395) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ddfa4cf0-3486-4284-897b-3a9e51f271d9)) - (fp_line (start -15.06 -7.967) (end -14.948 -7.799) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5126ac84-dc56-4e60-b120-fd81ef65886b)) - (fp_line (start -15.022 0.44) (end -14.966 0.294) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4f4277d9-4ff1-4fe4-9af0-84cedee4b2b6)) - (fp_line (start -14.987 5.395) (end -14.909 5.529) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7b1f2f40-abe7-4adb-bfe4-3f1a7f99a0f2)) - (fp_line (start -14.966 0.294) (end -14.905 0.151) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 97816a30-8562-4b40-bfd6-82faaadf14b2)) - (fp_line (start -14.953 -6.318) (end -15.108 -6.4) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d76ec66c-d0c1-4040-8259-8685c076073a)) - (fp_line (start -14.948 -7.799) (end -14.832 -7.631) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5fa23453-de94-4f47-ab66-80326a468ae1)) - (fp_line (start -14.909 5.529) (end -14.829 5.663) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3581de8b-daeb-467a-8039-51714599e4ba)) - (fp_line (start -14.905 0.151) (end -14.842 0.009) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dc4bf440-2891-440b-98cc-4ec7ceadee72)) - (fp_line (start -14.842 0.009) (end -14.774 -0.131) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7c938fcf-5266-4f01-b9d8-797ff7c61f4c)) - (fp_line (start -14.832 -7.631) (end -14.716 -7.466) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 238ce6dc-0557-409a-ab04-93448fccaac4)) - (fp_line (start -14.829 5.663) (end -14.746 5.796) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d98b06b1-d759-4372-889f-6ac21114139f)) - (fp_line (start -14.788 -6.203) (end -14.953 -6.318) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b540f997-cabb-4061-85a0-370b4e9dd03a)) - (fp_line (start -14.774 -0.131) (end -14.703 -0.268) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 06d56cea-efec-4ee2-a30e-da196d83ccb4)) - (fp_line (start -14.746 5.796) (end -14.661 5.929) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9b774066-2c22-4032-af01-4291adb02340)) - (fp_line (start -14.728 -6.401) (end -14.788 -6.203) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 10a7d7ef-d6be-484c-be36-2908e6c77393)) - (fp_line (start -14.716 -7.466) (end -14.602 -7.308) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b9fce689-53c2-4275-98d8-2c8da9bd740a)) - (fp_line (start -14.703 -0.268) (end -14.629 -0.402) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7b66c522-eb2b-4ac5-8fa6-badbd9e03844)) - (fp_line (start -14.695 2.049) (end -14.693 1.885) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 06fb8a5e-69f3-44ca-bc88-4da9a1408625)) - (fp_line (start -14.693 1.885) (end -14.687 1.721) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 84e64de5-2809-4251-a45b-2b46d2cc79df)) - (fp_line (start -14.693 2.212) (end -14.695 2.049) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9ceeff0a-ae63-43da-8fd2-e3d57063537d)) - (fp_line (start -14.687 1.721) (end -14.677 1.556) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5f4676ff-2597-415d-a32e-98d53038f432)) - (fp_line (start -14.687 2.375) (end -14.693 2.212) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c2a5cbbc-a316-4826-81b8-a34d52b5eb58)) - (fp_line (start -14.678 2.536) (end -14.687 2.375) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1416f46f-efcf-4c99-81af-d39cf81f2652)) - (fp_line (start -14.677 1.556) (end -14.663 1.393) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ea7f95ca-1368-4ccc-b3c5-17a85c05a2dd)) - (fp_line (start -14.666 2.696) (end -14.678 2.536) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ad8c2a20-27d0-4e2a-aabf-44a509bf342a)) - (fp_line (start -14.663 1.393) (end -14.644 1.23) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b9272e8b-2d00-4d6b-ae8c-fd62ef331586)) - (fp_line (start -14.661 5.929) (end -14.574 6.061) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e325a134-36dc-4151-9d17-8bf13dc78564)) - (fp_line (start -14.653 -6.561) (end -14.728 -6.401) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c2d81a3b-9b02-4ddc-9c7b-c0e881678970)) - (fp_line (start -14.65 2.853) (end -14.666 2.696) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3eff8f32-349a-4846-b484-abdc036c7174)) - (fp_line (start -14.644 1.23) (end -14.621 1.068) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 50cd7dd2-4ee6-4ead-a8d7-6798eb55f8db)) - (fp_line (start -14.632 3.008) (end -14.65 2.853) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2952439a-4d93-45a3-a998-2b2fce2c5fe9)) - (fp_line (start -14.629 -0.402) (end -14.552 -0.533) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0504c604-5989-41d4-98b3-73baf39661a4)) - (fp_line (start -14.621 1.068) (end -14.592 0.908) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5da519c8-016f-4f2c-843d-d8fc54aa43f1)) - (fp_line (start -14.611 3.161) (end -14.632 3.008) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e2743b78-cc59-458c-8fb0-4238f348a49f)) - (fp_line (start -14.602 -7.308) (end -14.493 -7.162) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 500298f6-b9ed-4e53-bde6-024545f1a90a)) - (fp_line (start -14.592 0.908) (end -14.559 0.75) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5d00cbc9-46cb-472e-b705-59da8e971192)) - (fp_line (start -14.587 3.31) (end -14.611 3.161) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 52da99c6-c348-4007-8828-51a963a2879f)) - (fp_line (start -14.574 6.061) (end -14.484 6.192) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dd4b4783-44b6-4bbf-bf18-b846491e4d4c)) - (fp_line (start -14.567 -6.687) (end -14.653 -6.561) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1db46316-f403-492b-8814-154fc43d62a8)) - (fp_line (start -14.56 3.456) (end -14.587 3.31) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7a25e2e8-d883-44ae-8207-1f946e50b1fa)) - (fp_line (start -14.559 0.75) (end -14.52 0.594) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 471f517c-6d52-459f-9d7a-aedf176fc9e0)) - (fp_line (start -14.552 -0.533) (end -14.472 -0.66) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 737d10d1-31d2-4ac3-8e9f-c01d3ad411b5)) - (fp_line (start -14.531 3.598) (end -14.56 3.456) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 296b967f-b7a9-453f-856a-7b874fdca3db)) - (fp_line (start -14.52 0.594) (end -14.477 0.44) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bc007755-47dc-4b01-a9a3-8f34e8741895)) - (fp_line (start -14.501 3.736) (end -14.531 3.598) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 83250ce3-cee5-48b2-8a3e-b1e7887d6a15)) - (fp_line (start -14.493 -7.162) (end -14.39 -7.032) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e7130644-c4ae-4f9d-997d-5b4fa9d09578)) - (fp_line (start -14.484 6.192) (end -14.392 6.323) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c4e3a83a-2945-4c21-9d1d-f3f3be86b7bd)) - (fp_line (start -14.479 -6.781) (end -14.567 -6.687) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8a1a639a-559c-483d-9c99-1b2fafbdacf1)) - (fp_line (start -14.477 0.44) (end -14.427 0.29) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 462f8e7e-09c6-4676-ba4f-fd07b2868aa8)) - (fp_line (start -14.472 -0.66) (end -14.388 -0.785) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e807127d-3013-4e6e-a160-f258e33d9fb8)) - (fp_line (start -14.468 3.869) (end -14.501 3.736) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9cd1ba63-2087-4000-a5a9-797dad78d993)) - (fp_line (start -14.433 3.998) (end -14.468 3.869) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 41e442c4-3daa-4776-bd79-7990c939b354)) - (fp_line (start -14.427 0.29) (end -14.372 0.142) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bbeadbd3-dc9d-4bb3-9f60-a643fa1fa7e6)) - (fp_line (start -14.397 4.121) (end -14.433 3.998) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 46255620-16a2-4e81-9e4a-58dddcf89388)) - (fp_line (start -14.394 -6.845) (end -14.479 -6.781) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 65f89bc6-cda1-4481-b360-d7547150b31e)) - (fp_line (start -14.392 6.323) (end -14.298 6.453) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 29e27db0-3c69-4f62-9b26-37b540cf4f34)) - (fp_line (start -14.39 -7.032) (end -14.297 -6.923) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ca0eab8e-e3fd-464d-bb03-d1603b8a651b)) - (fp_line (start -14.388 -0.785) (end -14.302 -0.905) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6fb81dc6-41d5-4f97-ab8d-08492b739776)) - (fp_line (start -14.372 0.142) (end -14.312 -0.001) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b09870ad-8985-4a1c-a7b1-3acb9a1b9282)) - (fp_line (start -14.359 4.239) (end -14.397 4.121) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2c3d5c2f-c119-4276-9b7e-33808f1d9396)) - (fp_line (start -14.32 4.351) (end -14.359 4.239) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ba660766-df56-40bf-b584-d5d4ed6cb6fc)) - (fp_line (start -14.318 -6.882) (end -14.394 -6.845) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b37c8835-0989-48c9-97ba-c045f0d7107f)) - (fp_line (start -14.312 -0.001) (end -14.245 -0.141) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c1518dae-2aaf-4360-9028-98a626546353)) - (fp_line (start -14.302 -0.905) (end -14.213 -1.022) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a4a90bd3-5586-4453-acbb-4d2c22443f49)) - (fp_line (start -14.298 6.453) (end -14.202 6.581) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cb082ca8-e559-493c-a769-6ac76ddc831e)) - (fp_line (start -14.297 -6.923) (end -14.216 -6.837) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6f75ea3e-6135-44f5-9313-1aad839ab6f6)) - (fp_line (start -14.28 4.457) (end -14.32 4.351) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 885a1129-9446-432d-8d93-f91d54873594)) - (fp_line (start -14.259 -6.894) (end -14.318 -6.882) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 532cb9ef-7fac-483b-aaf5-b83d764d0176)) - (fp_line (start -14.245 -0.141) (end -14.172 -0.276) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 666dc23c-d707-448f-841d-377a6e08a250)) - (fp_line (start -14.238 4.555) (end -14.28 4.457) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5fe5bd8d-5a86-4565-bd10-e08c6de9aa03)) - (fp_line (start -14.216 -6.837) (end -14.15 -6.78) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 262fe442-673c-4133-92f6-23f6d42651f0)) - (fp_line (start -14.213 -1.022) (end -14.121 -1.134) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp edbc17dd-aa76-4d77-81ec-11ed42efea05)) - (fp_line (start -14.202 6.581) (end -14.104 6.708) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 03a79994-33b9-4df6-bdb0-d3807834d731)) - (fp_line (start -14.196 4.647) (end -14.238 4.555) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 43758126-6174-43ff-b8a7-6d55ec68152a)) - (fp_line (start -14.19 -7.607) (end -14.132 -9.779) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7288ce3d-ad6e-43f5-96ca-99065d7798d0)) - (fp_line (start -14.18 -0.69) (end -14.16 -0.91) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fd71d7ce-19f7-411b-9f95-5e5cb5d86d98)) - (fp_line (start -14.18 -0.57) (end -14.18 -0.69) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 65d5c78a-4863-4a6e-8ee9-7f7694e5dd47)) - (fp_line (start -14.17 -0.43) (end -14.18 -0.57) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3e4b4d52-ec1d-4c6c-8348-5ce6174b6e25)) - (fp_line (start -14.16 -0.91) (end -14.14 -1.02) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ada693f8-405a-4ed4-a362-368ec4995726)) - (fp_line (start -14.15 -6.78) (end -13.968 -6.651) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2330617f-82c2-43f9-8a7c-826ddfdbb89f)) - (fp_line (start -14.15 -0.34) (end -14.17 -0.43) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9fdfdce1-97e8-4aba-b333-1f8d317b5f20)) - (fp_line (start -14.14 -1.02) (end -14.1 -1.16) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6ce712c5-fc40-4079-b769-1caeda39d8f3)) - (fp_line (start -14.11 -0.2) (end -14.15 -0.34) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 64f601f9-168a-49d5-acec-502d01d3c42d)) - (fp_line (start -14.104 6.708) (end -14.004 6.834) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e188f4e0-97d6-45d5-9852-98640c6abc42)) - (fp_line (start -14.1 -1.16) (end -14.06 -1.27) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 21f58734-fe5c-4a86-add9-a9d5a28072d0)) - (fp_line (start -14.06 -1.27) (end -13.98 -1.46) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 553f8fdd-c870-4163-a81b-a10a24a3351e)) - (fp_line (start -14.05 -0.1) (end -14.11 -0.2) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 75b3e860-eda3-41e8-8dba-396cd6130ad6)) - (fp_line (start -14.009 -5.082) (end -14.008 -5.209) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f686f314-e4c1-4c2d-a83a-58da96d3edf9)) - (fp_line (start -14.008 -5.209) (end -14.001 -5.334) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fae1c1af-89ba-4c18-88bc-46f514e9bd6f)) - (fp_line (start -14.004 6.834) (end -13.903 6.958) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 505c1d3e-8ca5-438e-9eae-18483f12882c)) - (fp_line (start -14.003 -4.955) (end -14.009 -5.082) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c40d36bb-2efa-4bc3-859b-223faaa66f3e)) - (fp_line (start -14.001 -5.334) (end -13.986 -5.458) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ae9a2cfc-2e02-4731-9394-e388bba596f8)) - (fp_line (start -14 -0.04) (end -14.05 -0.1) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c97ac9e6-267e-495c-9e16-6838757c4006)) - (fp_line (start -13.99 -4.826) (end -14.003 -4.955) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8b8cbcc8-2fab-4017-82d7-9e2b0dd87d55)) - (fp_line (start -13.986 -5.458) (end -13.963 -5.579) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b555eee7-8149-4892-8ba4-057aabcbbee2)) - (fp_line (start -13.98 -1.46) (end -13.92 -1.58) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 11c13b9d-0404-4268-bab1-f545d338c0be)) - (fp_line (start -13.972 -4.698) (end -13.99 -4.826) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f82b8be3-e209-4493-8527-8e48e4d9c1ce)) - (fp_line (start -13.968 -6.651) (end -13.805 -6.532) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4ed25a91-62bc-460f-b416-f09c2b72ae30)) - (fp_line (start -13.963 -5.579) (end -13.932 -5.697) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c97ec1e3-38c3-4514-9704-1b06a25c7c8d)) - (fp_line (start -13.955 2.075) (end -13.953 1.892) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 082621c8-b51d-48fd-937c-afceb255b94e)) - (fp_line (start -13.954 2.258) (end -13.955 2.075) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a65cad0c-0ef1-4ea5-a965-4eae7ac1f6af)) - (fp_line (start -13.953 1.892) (end -13.948 1.709) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 728dda43-38f9-4d13-b2a9-59e599c86d99)) - (fp_line (start -13.95 -0.65) (end -13.9 -0.6) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4bc286e0-6a16-4d35-a592-670f1762f921)) - (fp_line (start -13.95 2.44) (end -13.954 2.258) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e8e23712-f080-4685-ae22-9028780f7b13)) - (fp_line (start -13.949 -4.571) (end -13.972 -4.698) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d205f026-5c37-4a8f-96d0-c67ab0976f34)) - (fp_line (start -13.948 1.709) (end -13.94 1.527) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp eef9a49b-90d1-4463-b2c5-af035d3ae9d7)) - (fp_line (start -13.944 2.62) (end -13.95 2.44) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3785db90-bbe9-4018-bab6-3a4673f84f27)) - (fp_line (start -13.94 1.527) (end -13.929 1.345) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a1441258-3477-4706-8540-9e88ae0dac49)) - (fp_line (start -13.935 2.8) (end -13.944 2.62) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 478afa34-e0e2-4584-885c-121c8a802996)) - (fp_line (start -13.932 -5.697) (end -13.893 -5.813) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5b1cf420-b469-4a8f-a998-9abdfd8b7687)) - (fp_line (start -13.929 1.345) (end -13.915 1.164) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 430cb5a0-6865-46d0-be60-5d722d3e8d80)) - (fp_line (start -13.924 2.978) (end -13.935 2.8) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e96432f3-c6ee-4cdc-892b-eb9f8e5ebd05)) - (fp_line (start -13.921 -4.444) (end -13.949 -4.571) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b9937346-f6e7-4a0d-8b88-940809bc0c5f)) - (fp_line (start -13.92 -1.58) (end -13.84 -1.71) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 352f28bf-b1c2-4de5-992d-e57cf2e8483f)) - (fp_line (start -13.915 1.164) (end -13.898 0.985) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8d9ea4cf-1047-42af-bf72-13258f22d6ad)) - (fp_line (start -13.911 3.154) (end -13.924 2.978) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 69cceaac-6f1b-4182-8e1c-91402953f92a)) - (fp_line (start -13.91 0.03) (end -14 -0.04) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f23ff5c1-67ee-41ec-99a6-6a21a3430465)) - (fp_line (start -13.903 6.958) (end -13.799 7.081) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a0129fe7-e9e9-4c74-af85-e2b335707eb4)) - (fp_line (start -13.9 -0.6) (end -13.85 -0.57) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 47c2b278-ae5d-4e95-b5c8-9e4f00c4a0ec)) - (fp_line (start -13.898 0.985) (end -13.878 0.807) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e16a8ef9-72be-44ea-a34c-71d53d6ff2bf)) - (fp_line (start -13.895 3.328) (end -13.911 3.154) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9fb044e3-00d4-4901-9cd7-c364c152358f)) - (fp_line (start -13.893 -5.813) (end -13.845 -5.925) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 60e61964-6ea7-468c-b4d5-c464c2964fb4)) - (fp_line (start -13.888 -4.318) (end -13.921 -4.444) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d0164702-426e-4c87-abe5-fbfeda4c6ede)) - (fp_line (start -13.878 0.807) (end -13.854 0.631) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b2de1057-44b4-4b1a-b3d7-c19d3cd25553)) - (fp_line (start -13.878 3.499) (end -13.895 3.328) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 37e43d63-cb41-40f8-97c4-4ee588727924)) - (fp_line (start -13.858 3.668) (end -13.878 3.499) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 01106a52-6b7d-40fd-b165-c927be1f6a1d)) - (fp_line (start -13.854 0.631) (end -13.827 0.458) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c3f6c24d-368b-47d2-9a0a-d716bb140344)) - (fp_line (start -13.85 -4.194) (end -13.888 -4.318) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp eccdf86f-23ac-4077-b13e-27dc356e9a70)) - (fp_line (start -13.85 -0.57) (end -13.78 -0.56) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b367d731-810d-4dbe-aa2e-ab2616fc23ec)) - (fp_line (start -13.845 -5.925) (end -13.787 -6.033) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b4bb129a-27c6-47af-a65b-1d062a176af1)) - (fp_line (start -13.84 -1.71) (end -13.76 -1.83) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ca1ed9ca-0cff-4782-8c33-4386bceb5f4f)) - (fp_line (start -13.836 3.833) (end -13.858 3.668) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a0af1aa5-82ff-4825-8836-86496e7db65f)) - (fp_line (start -13.827 0.458) (end -13.796 0.287) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 04b78285-4974-4fa0-8f4e-46d399f5727c)) - (fp_line (start -13.812 3.994) (end -13.836 3.833) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d7fccf28-3bfa-4b51-bf91-5d4755a0686e)) - (fp_line (start -13.809 -4.072) (end -13.85 -4.194) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8699357b-081e-4490-9c44-11d25a40de14)) - (fp_line (start -13.805 -6.532) (end -13.673 -6.434) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 321c97ce-037e-4926-8c05-7be14a63f7fd)) - (fp_line (start -13.799 7.081) (end -13.693 7.201) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3bdc61da-fd87-4d91-ae6a-f160ef1e6b25)) - (fp_line (start -13.796 0.287) (end -13.762 0.119) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ecb190c3-7d33-4f9e-917d-98f2e006b7de)) - (fp_line (start -13.79 0.08) (end -13.91 0.03) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 29294d56-41f1-4ba6-be62-297226dcdbdf)) - (fp_line (start -13.787 -6.033) (end -13.72 -6.137) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp de673e63-5f43-4989-8aea-860e28e93f50)) - (fp_line (start -13.787 4.152) (end -13.812 3.994) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f22aae5d-f6eb-438b-9ba4-dcb7ba01f85f)) - (fp_line (start -13.78 -0.56) (end -13.72 -0.56) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d87cc3e6-70e4-41ba-bfa9-1612995ab3dd)) - (fp_line (start -13.765 -3.952) (end -13.809 -4.072) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 251bbd6b-00ad-4956-8621-28b4b522b62b)) - (fp_line (start -13.762 0.119) (end -13.724 -0.046) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp af5a6355-b37d-4130-98e5-c563dae6ea34)) - (fp_line (start -13.76 -1.83) (end -13.69 -1.91) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e483f698-f72e-4267-b2e6-53386eaa9d25)) - (fp_line (start -13.759 4.305) (end -13.787 4.152) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4e944601-14c5-4478-a9d6-8d2ad19dcc43)) - (fp_line (start -13.73 4.454) (end -13.759 4.305) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9b84db75-decc-418f-80b8-9703cc547aae)) - (fp_line (start -13.72 -6.137) (end -13.643 -6.235) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4ab287b0-f7e5-4d54-ac56-3885f4c05418)) - (fp_line (start -13.72 -0.56) (end -13.65 -0.57) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a2e558f5-613f-46e9-9cf9-2bb36cf255b2)) - (fp_line (start -13.717 -3.836) (end -13.765 -3.952) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 08895aac-0eaf-4885-9893-39d7cbab257b)) - (fp_line (start -13.7 -0.08) (end -13.79 0.08) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a0320f27-0744-407b-87d8-0c108bce1795)) - (fp_line (start -13.7 4.598) (end -13.73 4.454) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c5ef9b89-6cfe-4b79-a0bb-48d12c79b541)) - (fp_line (start -13.693 7.201) (end -13.586 7.32) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b0b40da2-8918-4f0b-b11b-1408b929feb5)) - (fp_line (start -13.69 -1.91) (end -13.62 -1.98) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b25d305d-f454-4595-910d-184c3b47ae06)) - (fp_line (start -13.673 -6.434) (end -13.584 -6.368) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8b56f428-76c6-47f4-814c-d4162e003c52)) - (fp_line (start -13.668 4.737) (end -13.7 4.598) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9e2ad25e-29e1-4c10-8e33-16d30c4ff9b9)) - (fp_line (start -13.667 -3.723) (end -13.717 -3.836) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 07e820f6-5352-4622-89c6-9dc8d877ae52)) - (fp_line (start -13.65 -0.57) (end -13.58 -0.6) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp bb101303-688e-47cd-94d7-3f017d5bbc1b)) - (fp_line (start -13.643 -6.235) (end -13.555 -6.329) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ff667a13-f89b-40a5-99a3-00684de2da09)) - (fp_line (start -13.634 4.871) (end -13.668 4.737) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 94a21413-9821-4587-923e-f37548a5150a)) - (fp_line (start -13.62 -1.98) (end -13.54 -2.05) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e69003da-ee45-47fd-a7b8-43f97b6fde29)) - (fp_line (start -13.62 -0.26) (end -13.7 -0.08) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4aa05282-739f-4be5-b861-04abac698d96)) - (fp_line (start -13.614 -3.614) (end -13.667 -3.723) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 13d0922b-6304-4dca-bf30-664d82859d66)) - (fp_line (start -13.6 4.998) (end -13.634 4.871) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 899d6960-0494-4e8f-9091-802503c02d1b)) - (fp_line (start -13.586 7.32) (end -13.477 7.437) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 785187eb-3061-4043-a954-4178556793a1)) - (fp_line (start -13.584 -6.368) (end -13.552 -6.343) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d6962950-4b71-4ba8-ac78-7b9bfb3edf70)) - (fp_line (start -13.58 -0.6) (end -13.52 -0.66) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 104e71da-dfca-45be-b72b-a07760a6df68)) - (fp_line (start -13.564 5.119) (end -13.6 4.998) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 65908b01-f0a0-46e1-84f2-bf49d46af2a7)) - (fp_line (start -13.555 -6.329) (end -13.456 -6.417) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5f6e226e-a567-408b-beb0-c8a8e2ec508f)) - (fp_line (start -13.54 -2.05) (end -13.46 -2.11) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 40aaa59f-8dcd-4cd6-9868-6ce419e8ad14)) - (fp_line (start -13.527 5.234) (end -13.564 5.119) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e02b47af-92a8-4b6e-841f-f88d0fa73eb7)) - (fp_line (start -13.52 -0.66) (end -13.47 -0.74) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp af3133d6-3567-4a5e-85de-7a388c670552)) - (fp_line (start -13.5 -0.47) (end -13.62 -0.26) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 04ecc5b9-1245-4cd5-a81b-6d27476f97b6)) - (fp_line (start -13.489 5.342) (end -13.527 5.234) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e1b0380f-01af-4f4c-986f-502b633a3c03)) - (fp_line (start -13.477 7.437) (end -13.366 7.551) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 08601885-ffd0-426c-9b07-2dc479593fb1)) - (fp_line (start -13.47 -0.74) (end -13.41 -0.87) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 656d53ce-f566-445c-b0e6-a23f4f7c85c3)) - (fp_line (start -13.46 -2.11) (end -13.37 -2.17) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9d701cfb-72eb-49e5-b06c-a0a537ec2982)) - (fp_line (start -13.456 -6.417) (end -13.346 -6.499) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f37be837-3bee-4441-b239-c214f98ba58a)) - (fp_line (start -13.45 5.443) (end -13.489 5.342) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 10df6e07-cc84-4b25-a71b-19a35b4b40da)) - (fp_line (start -13.44 -1.29) (end -13.43 -1.37) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 24c1c334-4100-406a-88c9-ddba1e9d3400)) - (fp_line (start -13.44 -1.2) (end -13.44 -1.29) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4be9bcff-98b2-46ca-809c-98605f99802f)) - (fp_line (start -13.43 -1.37) (end -13.39 -1.46) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e0513d50-b001-43f1-81c8-191e60f750b2)) - (fp_line (start -13.43 -1.14) (end -13.44 -1.2) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 07e4ffe7-a231-410f-8aa1-cd8347b537a5)) - (fp_line (start -13.41 -1.06) (end -13.43 -1.14) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f5353591-704c-4807-a94a-1731cc459740)) - (fp_line (start -13.41 -0.87) (end -13.4 -0.94) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2bcb8eff-5353-49d7-940f-1af0870f1ac9)) - (fp_line (start -13.41 5.537) (end -13.45 5.443) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c7699973-e377-4c8c-8edc-6474ca187ece)) - (fp_line (start -13.4 -1) (end -13.41 -1.06) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e577afa2-1c52-4e68-895a-b4c7f4efbfd1)) - (fp_line (start -13.4 -0.94) (end -13.4 -1) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6115d08d-ef27-4828-8c89-a6e903cffdaa)) - (fp_line (start -13.39 -1.46) (end -13.34 -1.53) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fba77be3-0033-48c6-9180-70b1821df298)) - (fp_line (start -13.37 -2.17) (end -13.29 -2.22) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b85e7fcc-fcb8-4f3f-b9d9-a567574ce4fb)) - (fp_line (start -13.369 5.622) (end -13.41 5.537) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 42795956-f125-4166-860d-4316fe3791b8)) - (fp_line (start -13.366 7.551) (end -13.254 7.664) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 824a1256-25d4-4c20-968f-40a07210c698)) - (fp_line (start -13.36 -0.69) (end -13.5 -0.47) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8efb4ac1-5730-4dda-97f5-8467abb9129c)) - (fp_line (start -13.346 -6.499) (end -13.225 -6.574) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ba54b977-6e85-4849-863a-8aba90c0983f)) - (fp_line (start -13.34 -1.53) (end -13.29 -1.59) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ba4b9df0-26df-428a-b87a-cb6a6b17587e)) - (fp_line (start -13.328 5.7) (end -13.369 5.622) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6f52f85c-aac3-4a99-8226-7744ad08fdc3)) - (fp_line (start -13.3 -9.605) (end -13.326 -9.77) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 418a0e9c-c95f-4d4a-a88f-ec13faf3303c)) - (fp_line (start -13.29 -2.22) (end -13.16 -2.28) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5f3c7c7b-952a-4c09-b23f-5b10f026f34c)) - (fp_line (start -13.29 -1.59) (end -13.23 -1.65) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d55bd6d0-3dd4-4415-832b-0acecc2890ca)) - (fp_line (start -13.286 5.769) (end -13.328 5.7) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 25c0c83a-69e4-4bb3-a4ba-e35ba5e17f0f)) - (fp_line (start -13.271 -9.435) (end -13.3 -9.605) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 92cf4db4-2dba-4763-9cd8-3c7f8aff8f24)) - (fp_line (start -13.27 -0.82) (end -13.36 -0.69) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2dd0add1-9a95-4b8c-a47a-bb7c827bbb1c)) - (fp_line (start -13.254 7.664) (end -13.14 7.773) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 89d9af53-e698-40c4-8ab2-a44fdf0a4c6c)) - (fp_line (start -13.243 5.829) (end -13.286 5.769) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 745a27e0-733b-4d2b-b0f0-d4c1457e893e)) - (fp_line (start -13.239 -9.263) (end -13.271 -9.435) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 677a1070-c11b-49a9-8186-12e0a3e880b1)) - (fp_line (start -13.23 -1.65) (end -13.16 -1.72) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7474435c-27e8-4a39-84b9-efe9d8235613)) - (fp_line (start -13.229 -2.335) (end -13.292 -2.187) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a3c07522-2d1f-4d1c-a6e5-18097136531a)) - (fp_line (start -13.225 -6.574) (end -13.091 -6.642) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7b0b2e9d-7b62-4d86-ba92-8de66c2be81f)) - (fp_line (start -13.206 -9.088) (end -13.239 -9.263) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8d33a8d3-c5cc-40b4-ba71-6923d60927e2)) - (fp_line (start -13.201 -5.69) (end -13.195 -5.531) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 389820b3-dc0f-41a8-9487-f37594ec848d)) - (fp_line (start -13.2 5.881) (end -13.243 5.829) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4d4c722c-847e-4f75-bf0d-16ad704831ef)) - (fp_line (start -13.197 -5.844) (end -13.201 -5.69) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4ed59335-4075-4e12-a596-bab87aafc796)) - (fp_line (start -13.195 -5.531) (end -13.18 -5.366) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 75fcab2b-759b-4221-b3ed-5bcbea1afb05)) - (fp_line (start -13.183 -5.991) (end -13.197 -5.844) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f254f8e4-0eca-46a4-a3de-477f70bd6ec4)) - (fp_line (start -13.18 -5.366) (end -13.155 -5.199) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4cb674e3-7fd0-4bdf-83d4-7b2424e2e5c0)) - (fp_line (start -13.171 -2.482) (end -13.229 -2.335) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1d3dd843-278a-491c-aee7-c4ca56549357)) - (fp_line (start -13.17 -8.912) (end -13.206 -9.088) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 37e843e9-2538-4a91-9a9b-f536fa0a9e84)) - (fp_line (start -13.16 -2.28) (end -13.07 -2.31) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7ab98ccd-8a88-4127-bdc9-df594bbf05d4)) - (fp_line (start -13.16 -1.72) (end -13.09 -1.76) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ed10cf49-3728-47fc-ad8f-3d2a7ebae505)) - (fp_line (start -13.16 -0.97) (end -13.27 -0.82) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 25f0552e-e11c-44a2-829b-0ccf4f160607)) - (fp_line (start -13.159 -6.131) (end -13.183 -5.991) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp afd59d07-bfd6-4bc9-8176-e0ddec1872a1)) - (fp_line (start -13.155 -5.199) (end -13.121 -5.029) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 58518ef0-9375-45b7-b518-1100f14f6963)) - (fp_line (start -13.14 7.773) (end -13.025 7.881) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cf6465a5-cdc8-43ab-af6a-066f3abc4788)) - (fp_line (start -13.132 -8.734) (end -13.17 -8.912) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 752fa345-d8be-4e99-aad1-e88671f99643)) - (fp_line (start -13.125 -6.262) (end -13.159 -6.131) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7ab2c56a-308f-45dd-b534-f28d44e59352)) - (fp_line (start -13.121 -5.029) (end -13.079 -4.857) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 94865570-11cc-4b49-8ee4-db024780b3ae)) - (fp_line (start -13.117 -2.628) (end -13.171 -2.482) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8157d0c3-4115-4fef-882d-18ff9f3b1e49)) - (fp_line (start -13.108 -6.147) (end -13.143 -6.157) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5b6a8d92-8f02-4344-a7df-ac07f7a6431e)) - (fp_line (start -13.093 -8.555) (end -13.132 -8.734) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5c5b3284-d7e2-4069-8087-eaf4a8346272)) - (fp_line (start -13.091 -6.642) (end -12.945 -6.703) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e525b640-a490-46b0-aa2a-5838f1d12b7d)) - (fp_line (start -13.09 -1.76) (end -13.02 -1.79) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c767b374-7106-4464-9a46-293eb217d465)) - (fp_line (start -13.079 -6.384) (end -13.125 -6.262) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ddb83956-0781-4967-adf3-cb27a82b32ef)) - (fp_line (start -13.079 -4.857) (end -13.028 -4.684) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4035093c-8c14-4085-bfea-fcb41c163f69)) - (fp_line (start -13.07 -2.31) (end -12.94 -2.34) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 52eb69d9-05dd-4db7-bb13-e7fdbccb6632)) - (fp_line (start -13.068 -2.774) (end -13.117 -2.628) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6b4ae552-c3dc-4d02-ab1a-556e15ae247d)) - (fp_line (start -13.053 -8.377) (end -13.093 -8.555) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 794e55a0-75fe-436a-8b64-c2f248c65f18)) - (fp_line (start -13.028 -4.684) (end -12.983 -4.532) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 71c1b4b1-fe29-4ef4-89f5-de4386e105a9)) - (fp_line (start -13.025 -2.919) (end -13.068 -2.774) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 14b6a088-e29e-4f65-bb62-fd783c1ab88e)) - (fp_line (start -13.025 7.881) (end -12.908 7.985) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d0c5561a-ecf5-4fb9-9963-743c221a8335)) - (fp_line (start -13.023 -6.495) (end -13.079 -6.384) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f80a85fd-e6d4-41d6-ba9f-12f575651e85)) - (fp_line (start -13.02 -1.79) (end -12.93 -1.82) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b0f67d00-898d-4d86-831c-879d20ea58d1)) - (fp_line (start -13.011 -8.2) (end -13.053 -8.377) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0454b0ed-4e94-46b1-9058-7210ddee62e4)) - (fp_line (start -13.01 -6.124) (end -13.108 -6.147) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 81d7db25-c179-4d9d-b74b-6c074422c80f)) - (fp_line (start -12.987 -3.064) (end -13.025 -2.919) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d9209bac-cc1b-4bd5-9b0c-8896b0dbce47)) - (fp_line (start -12.983 -4.532) (end -12.948 -4.382) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 39549a53-fe72-4509-a12d-de170bbf0433)) - (fp_line (start -12.97 1.25) (end -12.96 0.96) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8fe65e92-8ad0-4c44-9f8d-c997fb37f7c6)) - (fp_line (start -12.97 1.79) (end -12.97 1.25) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp bcb3df34-74ce-4a88-a925-e228ed093aaf)) - (fp_line (start -12.969 -8.025) (end -13.011 -8.2) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e1640c92-0a7b-4990-ae42-e9436c2a460d)) - (fp_line (start -12.96 0.96) (end -12.94 0.59) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6b27d8b2-ee0e-419a-8cca-494e0b743c57)) - (fp_line (start -12.956 -6.594) (end -13.023 -6.495) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8d258870-19f3-4d71-9a3d-1390358a4e5a)) - (fp_line (start -12.955 -3.209) (end -12.987 -3.064) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 26584013-aa69-4f6e-9469-cf96829118fe)) - (fp_line (start -12.95 -1.22) (end -13.16 -0.97) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8a023770-9607-43f4-98b6-819a42a13144)) - (fp_line (start -12.95 2.33) (end -12.97 1.79) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5839a4ee-743d-44ba-92fc-43f59394a1eb)) - (fp_line (start -12.948 -4.382) (end -12.922 -4.233) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5841a60a-7434-4694-9b2f-60c2321b8bd0)) - (fp_line (start -12.945 -6.703) (end -12.786 -6.756) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 56b75d3c-fa69-4f57-9aa5-64cfbf200c32)) - (fp_line (start -12.94 -2.34) (end -12.85 -2.35) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 84a7fc7b-5bd9-45c8-89b5-3a5bcad31a54)) - (fp_line (start -12.94 0.59) (end -12.91 0.32) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0771d364-a669-462b-8c26-3e56d6fd2b2c)) - (fp_line (start -12.93 2.69) (end -12.95 2.33) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ae57a25c-90b2-489d-a892-baf3543d30b1)) - (fp_line (start -12.929 -3.354) (end -12.955 -3.209) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d9c7258e-64f4-44a0-b9ed-474106f56c42)) - (fp_line (start -12.927 -7.852) (end -12.969 -8.025) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fb6ae0ae-5f09-42f3-a277-43e9524a252b)) - (fp_line (start -12.922 -4.233) (end -12.904 -4.085) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 94f92a53-a887-4e67-921d-9685969e3c14)) - (fp_line (start -12.91 -3.499) (end -12.929 -3.354) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 42921c6f-25e8-4512-9139-83b5b81397a7)) - (fp_line (start -12.91 0.32) (end -12.88 0.11) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 12b00521-7c4e-40ed-8476-41166bc98232)) - (fp_line (start -12.91 3.02) (end -12.93 2.69) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 55cd752b-c945-4ee3-943d-9a764cf13c98)) - (fp_line (start -12.908 7.985) (end -12.79 8.087) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d9c1c6f8-c198-49f9-bff0-eab2393a0053)) - (fp_line (start -12.904 -4.085) (end -12.894 -3.937) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8fecaef3-3ec3-48db-b92b-42aba82b3c34)) - (fp_line (start -12.902 3.1) (end -12.905 3.017) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5c55c653-303a-4aa1-b520-46d1ee447caa)) - (fp_line (start -12.897 -3.645) (end -12.91 -3.499) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ff3f0dce-48a8-4a4e-9a85-b6808253807b)) - (fp_line (start -12.896 3.208) (end -12.902 3.1) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ed92ba08-98ec-48df-9584-41c899a43f78)) - (fp_line (start -12.894 -3.937) (end -12.892 -3.791) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a07f1e79-1d7d-4a07-b840-3da61e06e5e0)) - (fp_line (start -12.892 -3.791) (end -12.897 -3.645) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9d1d67aa-bd89-4416-8ff1-ea3aed8edbd3)) - (fp_line (start -12.886 3.337) (end -12.896 3.208) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5a5b7060-983c-4989-878e-3126720e998d)) - (fp_line (start -12.884 -7.682) (end -12.927 -7.852) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0886377c-acad-41ba-a045-1d436eadaaab)) - (fp_line (start -12.88 0.11) (end -12.84 -0.12) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 378d878c-684c-4413-91f7-56517fc1da45)) - (fp_line (start -12.877 -6.682) (end -12.956 -6.594) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f2d404b6-1993-4de0-b78d-3ca9612287c7)) - (fp_line (start -12.873 3.484) (end -12.886 3.337) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ceb65f05-08ce-47e9-8a7e-aa1335099416)) - (fp_line (start -12.857 -6.095) (end -13.01 -6.124) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a9c3bdaa-fab4-451c-a38a-fd9d9b673d6c)) - (fp_line (start -12.857 3.647) (end -12.873 3.484) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 50d092a1-cb48-4b36-9419-53ddb3f8fa14)) - (fp_line (start -12.85 -2.35) (end -12.75 -2.35) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7243eb0d-2759-4180-82f4-00ea24b88636)) - (fp_line (start -12.84 -7.515) (end -12.884 -7.682) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5bd9bd00-e17c-4137-8daf-974f4e7eb479)) - (fp_line (start -12.84 -0.12) (end -12.77 -0.46) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9fb424fe-4f6c-4d22-8792-3bb91a9b6a60)) - (fp_line (start -12.838 3.821) (end -12.857 3.647) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 92786ddd-53cc-4458-af25-eb5a2b46154e)) - (fp_line (start -12.818 4.005) (end -12.838 3.821) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d1dfde70-d9fc-446f-93d2-31e0ac9baaa9)) - (fp_line (start -12.81 1.01) (end -12.95 1.05) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 975ff309-e329-4b51-a1c6-9bae2657c1a6)) - (fp_line (start -12.798 -7.353) (end -12.84 -7.515) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bf046f55-cad5-4e6d-8fc5-1978a2a4f4dc)) - (fp_line (start -12.796 4.194) (end -12.818 4.005) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 79e1811e-908a-4ac6-a9ea-8cf4bbc9a51d)) - (fp_line (start -12.79 8.087) (end -12.671 8.186) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 64bbd1a8-b20b-4d12-891d-7b53b4a0334a)) - (fp_line (start -12.786 -6.756) (end -12.877 -6.682) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7614d1b3-3ead-4914-90b1-e5e05187dd06)) - (fp_line (start -12.78 3.15) (end -12.91 3.02) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a52727ba-c795-46c8-abd8-04003e3b5d32)) - (fp_line (start -12.772 4.385) (end -12.796 4.194) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cb5eb8e7-f7ba-4f62-8bfe-a6dd2b84605e)) - (fp_line (start -12.77 -0.46) (end -12.73 -0.61) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8e3c7592-f609-41c4-a633-9cb7fa93b36f)) - (fp_line (start -12.755 -7.197) (end -12.798 -7.353) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 502090da-c5a3-4316-9f8a-2de92274b2b8)) - (fp_line (start -12.75 -2.35) (end -12.65 -2.35) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c4d478b4-b5a6-43c6-843f-26702f99ff1d)) - (fp_line (start -12.748 4.576) (end -12.772 4.385) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d5ad3607-7629-4f44-bfe3-a3b510cd5b14)) - (fp_line (start -12.73 -0.61) (end -12.66 -0.84) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 06c9fff9-d234-4acc-8340-4f6ddcba6a9a)) - (fp_line (start -12.722 4.763) (end -12.748 4.576) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bead2789-cf29-4cdd-ad3a-a7fd6922e223)) - (fp_line (start -12.713 -7.046) (end -12.755 -7.197) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5cfe5589-d53d-4797-82e8-c31b86c5fbb8)) - (fp_line (start -12.7 0.98) (end -12.81 1.01) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 34b6b129-a76c-4a62-91cc-2743f5f4b2c4)) - (fp_line (start -12.697 4.943) (end -12.722 4.763) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 40415c49-a61c-4fd6-a3e4-d55a8f8b8c4e)) - (fp_line (start -12.672 -6.901) (end -12.713 -7.046) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a560f403-c7e0-4d97-9b6c-c5351bebb237)) - (fp_line (start -12.672 5.113) (end -12.697 4.943) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 27b32d30-a0e6-48e4-8f63-c61987047d29)) - (fp_line (start -12.671 8.186) (end -12.55 8.281) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8f0c1305-7bd7-41b0-a77d-0a9232a17e2e)) - (fp_line (start -12.66 -0.84) (end -12.58 -1.06) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3945bbe9-fa16-48fb-a830-b6e58168c3db)) - (fp_line (start -12.66 3.26) (end -12.78 3.15) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp bb081485-e2b1-4818-82d4-d89be29e0cf2)) - (fp_line (start -12.657 -6.069) (end -12.857 -6.095) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8b6f980e-ea4f-4b84-b3d3-77fe02511849)) - (fp_line (start -12.65 -2.35) (end -12.59 -2.35) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 37fed5f7-4342-43d4-8e52-4cb994a65b60)) - (fp_line (start -12.65 -1.56) (end -12.95 -1.22) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 81172fbc-f24e-4173-965f-d88ed2c48035)) - (fp_line (start -12.647 5.269) (end -12.672 5.113) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1ed7574f-dfd9-48ef-889b-e65459b62f49)) - (fp_line (start -12.64 0.45) (end -12.89 0.41) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ba1ab41c-bcc1-4114-96ed-6de21e86cec1)) - (fp_line (start -12.632 -6.764) (end -12.672 -6.901) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d8e238b6-5437-4b14-9ba7-0337f0b828ab)) - (fp_line (start -12.63 0.43) (end -12.63 0.61) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 79cb8c11-b1cf-43c7-a62f-48509fedf1ce)) - (fp_line (start -12.63 0.61) (end -12.61 0.76) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 27ab07ca-24f6-4b98-9e32-937f5364edd2)) - (fp_line (start -12.623 5.409) (end -12.647 5.269) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 97972d9a-c8ac-431f-b1f4-0da8477b5639)) - (fp_line (start -12.62 -0.15) (end -12.79 -0.23) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b7529180-b981-4b46-93d8-91bc4911cdab)) - (fp_line (start -12.62 0.32) (end -12.63 0.43) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a4d743e5-4d99-4f49-8c16-51449c411a94)) - (fp_line (start -12.61 0.76) (end -12.58 0.89) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a060e16f-f275-448b-8fa2-1c2b832ead39)) - (fp_line (start -12.6 5.53) (end -12.623 5.409) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3afae848-3ba1-40f3-a73d-cfa98c2ff8b2)) - (fp_line (start -12.594 -6.635) (end -12.632 -6.764) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a6e0def8-4f4c-4324-b688-07d61c9eec31)) - (fp_line (start -12.59 -2.35) (end -12.55 -2.41) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f04224a8-ae30-44b3-a012-c883be8c361b)) - (fp_line (start -12.58 -1.06) (end -12.49 -1.26) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 048ad1d5-0daa-43af-83fc-460c468159ce)) - (fp_line (start -12.58 0.15) (end -12.62 0.32) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f1123692-e88c-4735-9dea-b1b05fe89dfa)) - (fp_line (start -12.58 0.89) (end -12.52 1.06) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3b61ba43-a744-4e60-91dd-12af0722c056)) - (fp_line (start -12.579 5.627) (end -12.6 5.53) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0e11718f-21aa-474d-9bf4-88d875870740)) - (fp_line (start -12.56 0.96) (end -12.7 0.98) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 06a29087-be12-4782-ab0c-68019175faac)) - (fp_line (start -12.557 -6.514) (end -12.594 -6.635) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp df48a6c9-82c3-4d2f-b81e-04590b6597d8)) - (fp_line (start -12.55 -2.41) (end -12.43 -2.57) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d92867dc-3e98-46a9-a48e-3161efe31b10)) - (fp_line (start -12.55 0.32) (end -12.48 0.99) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9fd2c636-f5cd-47e5-bbbc-56f7c25ff6b0)) - (fp_line (start -12.55 3.37) (end -12.66 3.26) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ca9af257-407b-4fa6-90c5-8313bc030faa)) - (fp_line (start -12.55 8.281) (end -12.428 8.374) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 713e4d09-6cf1-49fc-bf2e-c643eb7890b8)) - (fp_line (start -12.54 0.04) (end -12.58 0.15) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f4708d09-7ba1-402c-9e48-47aea89c0016)) - (fp_line (start -12.522 -6.403) (end -12.557 -6.514) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c31b0de8-04f3-4322-ac80-83337fa9be21)) - (fp_line (start -12.52 1.06) (end -12.43 1.23) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 27260fd1-7e11-444d-9206-9db48718c252)) - (fp_line (start -12.5 -0.06) (end -12.62 -0.15) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fe1bd8e9-7e87-4635-aee4-ff9ac1345deb)) - (fp_line (start -12.49 -6.302) (end -12.522 -6.403) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 050ccb9c-c92e-4885-96ad-3c8ee62baa70)) - (fp_line (start -12.49 -1.26) (end -12.35 -1.54) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a5cff95b-ff4c-4ebd-a886-b64b2a629dfb)) - (fp_line (start -12.49 0.45) (end -12.48 0.62) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 69ab893d-e72a-4903-8a42-16f6b5eb229b)) - (fp_line (start -12.48 -1.73) (end -12.65 -1.56) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4c92833e-b01f-4974-b990-2d70f23eadc4)) - (fp_line (start -12.48 0.26) (end -12.49 0.45) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8b798044-1ece-4731-8e5b-91c47e4f5d0a)) - (fp_line (start -12.48 0.62) (end -12.44 0.84) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f1da6dec-d569-4cfe-b70b-354611bf1d93)) - (fp_line (start -12.48 0.99) (end -12.02 1.54) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7cea007c-3280-4e58-94e8-fd0f1c985899)) - (fp_line (start -12.46 -0.12) (end -12.54 0.04) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f19e33ae-597f-4b9a-8f2d-c4d9c6bead68)) - (fp_line (start -12.459 -6.211) (end -12.49 -6.302) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a66bd857-144e-4ab0-ab7a-3c10ed80cb1e)) - (fp_line (start -12.45 0.04) (end -12.48 0.26) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 67ddd466-4c05-43d1-b9c1-73558050f6fc)) - (fp_line (start -12.44 0.84) (end -12.37 1.03) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b7cf2839-b1c0-4185-bd2b-8b40d3060ac9)) - (fp_line (start -12.431 -6.132) (end -12.459 -6.211) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3655f956-9a76-438c-8e5d-c0f5921a3841)) - (fp_line (start -12.43 -2.57) (end -12.33 -2.72) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 79af4db6-baae-4c77-a86f-0586761cb86a)) - (fp_line (start -12.43 1.23) (end -12.33 1.37) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 890d9893-7e60-484a-abe1-7afea6fa8e4b)) - (fp_line (start -12.428 8.374) (end -12.305 8.463) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a9fdce30-e0b1-49dc-914c-0573fb33fbc7)) - (fp_line (start -12.42 -0.11) (end -12.45 0.04) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp bc12d55d-3029-4430-9232-337b1a62028e)) - (fp_line (start -12.418 -6.054) (end -12.657 -6.069) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4e00f560-8021-4e81-b35e-f0ec870c4011)) - (fp_line (start -12.406 -6.065) (end -12.431 -6.132) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9b396834-9f2e-4234-8e77-e2f453053d8c)) - (fp_line (start -12.4 3.5) (end -12.55 3.37) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 514ae2b1-96b3-4a21-b8c7-764f8d6a410f)) - (fp_line (start -12.37 1.03) (end -12.25 1.22) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fcf53a3f-59b9-4ab4-bae0-543d7757d600)) - (fp_line (start -12.361 3.623) (end -12.361 3.481) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ca7eee62-ed2f-41f0-ba4a-5f9abd56ee97)) - (fp_line (start -12.352 3.777) (end -12.361 3.623) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f3642676-ce32-431a-adfa-a8e750bc449d)) - (fp_line (start -12.35 -1.54) (end -12.24 -1.74) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 60600ea1-a9e4-471b-8bf1-dc221bd1fd73)) - (fp_line (start -12.35 -0.24) (end -12.46 -0.12) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a83a46a9-63ee-4d26-bfce-0ba963092218)) - (fp_line (start -12.35 -0.24) (end -12.42 -0.11) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6fe3653d-0c70-4c24-9b09-50a757a60c08)) - (fp_line (start -12.336 3.941) (end -12.352 3.777) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5c652bfd-7025-48e8-86f2-beee7cb38bd7)) - (fp_line (start -12.33 -2.72) (end -12.15 -2.96) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c9a40d5d-4fe7-4da0-89eb-466f8c6c321b)) - (fp_line (start -12.33 -1.89) (end -12.48 -1.73) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4fe3dbff-9ade-4331-87a1-ea9a258a23f7)) - (fp_line (start -12.33 1.37) (end -12.22 1.49) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 05c31076-da2c-45da-9c66-4c7e663f0d51)) - (fp_line (start -12.314 4.114) (end -12.336 3.941) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1533b475-c834-40d3-ae2c-55eb46ae810f)) - (fp_line (start -12.305 8.463) (end -12.18 8.548) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e595c6c4-f51e-40bc-a76d-c0a08bbd62be)) - (fp_line (start -12.291 -9.781) (end -12.269 -9.684) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b34ce9ce-d270-4842-8d95-94720e40d3ca)) - (fp_line (start -12.288 -5.949) (end -12.406 -6.065) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp eca73914-6f4b-487c-b8f6-6bedca0fa3fb)) - (fp_line (start -12.286 4.293) (end -12.314 4.114) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f9c966ae-23e4-43cd-95e1-ebb675260935)) - (fp_line (start -12.269 -9.684) (end -12.24 -9.567) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f6c6b658-1bf6-4c26-b6a1-d4c107527951)) - (fp_line (start -12.253 4.476) (end -12.286 4.293) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2d4ba971-ddd9-4f08-ae0a-4bc49faa5143)) - (fp_line (start -12.25 1.22) (end -12.14 1.35) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c7daa16d-2cdc-48f9-84e1-6fd3b9ab8609)) - (fp_line (start -12.24 -9.567) (end -12.207 -9.432) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 16ea365c-d7f5-4c44-b4c6-7d8ef461a0ca)) - (fp_line (start -12.24 -1.74) (end -12.07 -2.02) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3a77c15f-41c3-499d-9555-62ddb29becbf)) - (fp_line (start -12.23 3.65) (end -12.4 3.5) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d8a72df0-904a-413a-8147-12e635dec35e)) - (fp_line (start -12.22 1.49) (end -12.11 1.59) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dd382246-183c-47cd-a1d2-b4a783a36f10)) - (fp_line (start -12.216 4.66) (end -12.253 4.476) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3b199d04-ad2b-4bc0-b66c-8629e7796fdd)) - (fp_line (start -12.207 -9.432) (end -12.168 -9.283) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 753c83e3-0e5d-49a7-99fa-14d791ee9328)) - (fp_line (start -12.18 8.548) (end -12.055 8.63) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d7329050-0c4f-4d4d-b156-c34af61257ff)) - (fp_line (start -12.174 4.843) (end -12.216 4.66) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 22312754-c8c2-4400-b598-394e06b2be81)) - (fp_line (start -12.168 -9.283) (end -12.126 -9.119) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3191783e-5075-4348-8aac-846f923d21cb)) - (fp_line (start -12.156 -5.873) (end -12.288 -5.949) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ca12753c-a5f4-49a4-bb14-a01420a86edb)) - (fp_line (start -12.15 -2.96) (end -12.03 -3.12) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp cb6506b0-3912-438a-b6ea-123a23611666)) - (fp_line (start -12.14 1.35) (end -12.02 1.45) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e2eaff9d-4c94-4311-bec0-a13146b760ca)) - (fp_line (start -12.131 5.023) (end -12.174 4.843) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9b26d003-7efb-405a-8332-1a189f9d4920)) - (fp_line (start -12.126 -9.119) (end -12.079 -8.944) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2d0a1cd4-a5be-46cc-a28f-17278e9b94e9)) - (fp_line (start -12.11 1.59) (end -11.97 1.7) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dbe43468-eebc-441c-9a62-ca4c32a51ee8)) - (fp_line (start -12.085 5.198) (end -12.131 5.023) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 38c40dcc-c1da-4f6f-a147-01497313c7b0)) - (fp_line (start -12.079 -8.944) (end -12.03 -8.759) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e04409c2-b3ba-460e-bddc-62e0044901c2)) - (fp_line (start -12.07 -2.02) (end -12.33 -1.89) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 09ee1140-4c75-47e3-aead-8d07ca2decb8)) - (fp_line (start -12.07 3.77) (end -12.23 3.65) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b52c85a5-ff67-4555-aaf4-e70f1c30d55d)) - (fp_line (start -12.055 8.63) (end -11.928 8.708) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b6670714-a829-420f-8f82-042c74d803a5)) - (fp_line (start -12.037 5.365) (end -12.085 5.198) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 260f62f6-a6cf-45e0-9208-51504e701f69)) - (fp_line (start -12.03 -8.759) (end -11.979 -8.567) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e42b8b80-020c-4fee-b000-fd91abf3966d)) - (fp_line (start -12.03 -3.12) (end -11.75 -3.44) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp effa9ffa-d173-4290-8a92-c5f93d4c73ba)) - (fp_line (start -12.02 1.45) (end -11.91 1.54) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e66cdece-4893-4be4-8985-52fc83792731)) - (fp_line (start -12.02 1.54) (end -11.62 1.8) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8a80af2d-ce13-4b11-8a6d-9856813678bd)) - (fp_line (start -12.017 -5.832) (end -12.156 -5.873) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 61e795c9-5bb5-48b3-b7a0-cb64f04c7adc)) - (fp_line (start -11.989 5.523) (end -12.037 5.365) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp aaa13f87-8acd-40d7-bdde-65d39b0b7892)) - (fp_line (start -11.98 0.32) (end -11.97 0.41) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a5e8c014-a02c-48a7-a56b-b148c03b0656)) - (fp_line (start -11.979 -8.567) (end -11.926 -8.368) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b4b8fad9-0954-4267-898b-11fce62b39de)) - (fp_line (start -11.97 0.19) (end -11.98 0.32) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0db2329c-20dc-462b-b20a-ad6f2e2cbe93)) - (fp_line (start -11.97 0.41) (end -11.96 0.56) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f5fdbe12-8908-4b4e-99cf-dfba67105b79)) - (fp_line (start -11.97 1.7) (end -11.89 1.77) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5bd3fd9a-6dfb-4bec-b754-8acaba09e506)) - (fp_line (start -11.96 0.56) (end -11.93 0.69) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f009ac58-f532-4e59-a1ec-f6a687be6983)) - (fp_line (start -11.95 0.05) (end -11.97 0.19) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fedd826e-74ae-4512-8096-f38aaffedb7c)) - (fp_line (start -11.941 5.668) (end -11.989 5.523) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp eec607c7-6f4a-49f4-b728-3da8374be4ce)) - (fp_line (start -11.93 0.69) (end -11.9 0.78) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp da74547b-896f-459c-8aa8-f161d000dade)) - (fp_line (start -11.928 8.708) (end -11.801 8.782) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 30d4a5b8-34e9-412f-9d1a-e616a8a28215)) - (fp_line (start -11.926 -8.368) (end -11.872 -8.166) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 736f4bca-0539-488f-ab5b-c659fa9836b0)) - (fp_line (start -11.91 1.54) (end -11.8 1.61) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 62cf0a26-9096-4000-923a-60daf3aa23f8)) - (fp_line (start -11.9 -0.09) (end -11.95 0.05) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 89ef2bc0-8232-4be3-b051-e70f2b9027de)) - (fp_line (start -11.9 0.78) (end -11.86 0.88) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 44caae53-1a52-43c9-bdd2-601a68a99b9d)) - (fp_line (start -11.9 3.9) (end -12.07 3.77) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6e2f7fa6-1ee9-4775-917f-ada02dc13bcd)) - (fp_line (start -11.894 5.799) (end -11.941 5.668) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b4203b01-a27f-440d-ad64-759637213d6e)) - (fp_line (start -11.89 1.77) (end -11.71 1.89) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 117b8cf8-9cfc-4fcf-807b-fcc5fb20a42c)) - (fp_line (start -11.877 -5.819) (end -12.017 -5.832) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2bf34b7c-94ca-4ac8-94c5-6312536f342f)) - (fp_line (start -11.872 -8.166) (end -11.817 -7.962) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e2d57c80-00fb-4077-9c97-5541d2825a6b)) - (fp_line (start -11.86 0.88) (end -11.77 1.02) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6e58d35e-842e-41f9-b302-a0606bc2c8e5)) - (fp_line (start -11.848 5.913) (end -11.894 5.799) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6150d77e-0e79-4609-a9ad-f39ba34a63b4)) - (fp_line (start -11.84 -0.21) (end -11.9 -0.09) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 05e97569-cb43-4bfe-9c28-ea03e56f9c42)) - (fp_line (start -11.817 -7.962) (end -11.762 -7.758) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dff28682-682a-4b0a-b26e-2014cb392df5)) - (fp_line (start -11.805 6.009) (end -11.848 5.913) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 85a22866-16c5-4384-bc0b-22ed5b68a467)) - (fp_line (start -11.801 8.782) (end -11.673 8.853) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 96bdf5ea-ca81-4096-814f-ff6d6aaf3220)) - (fp_line (start -11.8 1.61) (end -11.66 1.68) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7f04153d-9d5e-47af-b99d-bc6a387c9a6f)) - (fp_line (start -11.78 -0.32) (end -11.84 -0.21) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4cb4ec2e-02f5-4446-8447-db3933681d2a)) - (fp_line (start -11.78 0.89) (end -11.77 0.79) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp afd20e7b-0c57-49fa-a2aa-4d47f56f629d)) - (fp_line (start -11.77 0.79) (end -11.72 0.71) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 18772a97-fc71-460d-b717-9449db055c90)) - (fp_line (start -11.77 1.02) (end -11.78 0.89) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2be23707-43d6-4159-94ab-fc7f4974c9b7)) - (fp_line (start -11.764 6.083) (end -11.805 6.009) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a559f63f-b3a0-4b81-aa6a-605d4da47af6)) - (fp_line (start -11.762 -7.758) (end -11.708 -7.556) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2d6a4f0e-aa68-4d44-9390-8ea258fa2bc4)) - (fp_line (start -11.75 -3.44) (end -11.61 -3.57) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 97931d4a-7c02-4a9b-a790-a3569eede93c)) - (fp_line (start -11.747 -4.217) (end -11.746 -4.379) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 03590f33-763d-44e7-bd58-7b869bb7ef20)) - (fp_line (start -11.746 -4.379) (end -11.738 -4.537) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 66f97120-6c7e-441a-9997-acbf3e610e6e)) - (fp_line (start -11.743 -4.055) (end -11.747 -4.217) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 26aff78d-1dc4-4822-8817-49ee707b8453)) - (fp_line (start -11.74 -5.829) (end -11.877 -5.819) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 85762fc6-4dad-4d00-b3f3-d625c47e2b72)) - (fp_line (start -11.738 -4.537) (end -11.723 -4.693) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 97208e50-b896-4df8-8da4-ea2fc6b46da5)) - (fp_line (start -11.733 -3.892) (end -11.743 -4.055) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6995beeb-7854-4705-ae35-78174cb5e8c5)) - (fp_line (start -11.73 4.02) (end -11.9 3.9) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 91125ed1-04ac-414b-89bd-9ef46367e239)) - (fp_line (start -11.728 6.134) (end -11.764 6.083) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4e1a7683-466d-4d67-bce5-496395f4b0d5)) - (fp_line (start -11.723 -4.693) (end -11.701 -4.844) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d92cfbfa-da4b-4f63-8ad6-7bb6977d4f44)) - (fp_line (start -11.72 0.71) (end -11.65 0.66) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 049a81eb-a1e0-4ed0-b066-8d01132f517e)) - (fp_line (start -11.718 -3.731) (end -11.733 -3.892) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp eba6f904-5352-4ca5-9d68-7095d5553d23)) - (fp_line (start -11.71 -0.42) (end -11.78 -0.32) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 42ad14a7-9025-4df7-8122-1178f2977a3b)) - (fp_line (start -11.71 1.89) (end -11.5 1.98) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a0669899-5470-43ea-a529-f6722444bf9b)) - (fp_line (start -11.708 -7.556) (end -11.655 -7.359) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2361ed9d-44ac-40c1-ab71-db1419d4ef87)) - (fp_line (start -11.701 -4.844) (end -11.671 -4.989) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 20cc5dd3-f607-44c7-ac7e-e7aebd9790dd)) - (fp_line (start -11.699 -3.572) (end -11.718 -3.731) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8b664cd6-f39e-4636-850d-30ba11a608d8)) - (fp_line (start -11.673 8.853) (end -11.543 8.919) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d2b76814-7e11-4ea5-b409-7892e0c8500a)) - (fp_line (start -11.671 -4.989) (end -11.632 -5.128) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e6a27cb0-d090-4b8c-9a7b-e787b9ea11b6)) - (fp_line (start -11.66 1.68) (end -11.53 1.73) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ddcc8852-5683-4366-8128-1d6ff0a98b06)) - (fp_line (start -11.655 -7.359) (end -11.604 -7.167) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4a8c099c-07ef-47db-b188-6f8b7978d1d4)) - (fp_line (start -11.65 0.66) (end -11.57 0.63) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 17108590-0e42-43c2-ab9e-625e7b4f94b1)) - (fp_line (start -11.632 -5.128) (end -11.585 -5.259) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 58b75830-9e39-45c9-8547-367ebee8a907)) - (fp_line (start -11.63 -0.5) (end -11.71 -0.42) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5ed3eb6e-4113-4e4a-93ef-848547ba49e9)) - (fp_line (start -11.62 1.8) (end -11.23 1.94) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e34767e1-a29c-42c3-8abb-ef0a479b6adf)) - (fp_line (start -11.614 -5.855) (end -11.74 -5.829) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 39f65f62-d48a-4aa3-a9a3-c17d058105fe)) - (fp_line (start -11.61 -3.57) (end -11.47 -3.68) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 76ff16ff-0d33-4704-b0f8-f9c9f4b3e595)) - (fp_line (start -11.604 -7.167) (end -11.555 -6.983) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 31ae1ddb-55f8-4875-b94d-87a4d0c86414)) - (fp_line (start -11.585 -5.259) (end -11.528 -5.381) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3a013e8f-5b12-499b-8d2d-0ad49966db1a)) - (fp_line (start -11.57 0.63) (end -11.47 0.62) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a67f115f-343e-401e-a6fd-6c057cd578a5)) - (fp_line (start -11.555 -6.983) (end -11.509 -6.809) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 92ba8945-0271-4dc3-a102-541bc7646045)) - (fp_line (start -11.543 8.919) (end -11.297 9.034) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dd07efd4-24c4-483d-a118-ed58a9223c8c)) - (fp_line (start -11.54 -0.57) (end -11.63 -0.5) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 824bf9be-cd2c-4ab7-8842-76df6ed72469)) - (fp_line (start -11.54 4.14) (end -11.73 4.02) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d86ee7d3-b7d0-400c-a7d2-6d9a947e3d7b)) - (fp_line (start -11.53 1.73) (end -11.34 1.8) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4f0ad253-6758-4fab-a304-5619bb190326)) - (fp_line (start -11.528 -5.381) (end -11.462 -5.492) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7b32ef33-8c7b-417f-9260-1a8773398f8f)) - (fp_line (start -11.509 -6.809) (end -11.467 -6.647) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c8ce7d0f-bd8a-416c-9bb9-339f4090a830)) - (fp_line (start -11.504 -5.892) (end -11.614 -5.855) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d5316dab-96ab-4569-a34d-520f96a50c86)) - (fp_line (start -11.5 -0.78) (end -11.4 -0.81) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6bd7efd5-74f5-4b09-8bb7-5762073a2f78)) - (fp_line (start -11.5 1.98) (end -11.28 2.05) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c2fd4927-8431-4c85-b75d-1336c8306cc2)) - (fp_line (start -11.47 -3.68) (end -11.16 -3.88) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 89fa7fcb-3c2b-4c1b-b3ed-e2a1cf745f7d)) - (fp_line (start -11.47 0.62) (end -11.36 0.62) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7da8efaf-d0d3-4bd4-ace3-f78d8c4be5ba)) - (fp_line (start -11.467 -6.647) (end -11.43 -6.498) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3a41f6b2-d64e-4fc9-9c78-62461e28f42c)) - (fp_line (start -11.462 -5.492) (end -11.385 -5.593) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 07b7ccce-8895-49f2-b220-e85ac43040b1)) - (fp_line (start -11.452 -9.678) (end -11.451 -9.767) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bba52ae1-2c60-4612-b640-b785ed4cdd7e)) - (fp_line (start -11.452 -9.571) (end -11.452 -9.678) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a1f347f0-3fa4-4dbd-b2cf-d3082bc4e36a)) - (fp_line (start -11.452 -9.449) (end -11.452 -9.571) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dc419a21-b30b-44db-8d8a-272c5f8ad6c6)) - (fp_line (start -11.452 -9.314) (end -11.452 -9.449) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1e362064-1c5c-469c-8576-28390879d190)) - (fp_line (start -11.452 -9.166) (end -11.452 -9.314) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 23425199-2ac8-404e-b295-8bb0276f526e)) - (fp_line (start -11.452 -9.008) (end -11.452 -9.166) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5a9c0dbe-9c68-4f1b-bb8c-18e35b87c9b2)) - (fp_line (start -11.452 -8.842) (end -11.452 -9.008) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 790aac60-8af7-4c8a-86b0-99f3fe64112a)) - (fp_line (start -11.451 -8.67) (end -11.452 -8.842) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2afbd14f-e6ea-4bea-882b-7e9761a0434e)) - (fp_line (start -11.449 -8.492) (end -11.451 -8.67) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b30e6612-e5d5-44fe-802a-8ee7b6f86412)) - (fp_line (start -11.448 -8.312) (end -11.449 -8.492) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 949cc60c-3f6b-4495-915a-ef19f31633cf)) - (fp_line (start -11.445 -8.13) (end -11.448 -8.312) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1452f510-68cb-471e-a2d7-5f55b38265b4)) - (fp_line (start -11.442 -7.949) (end -11.445 -8.13) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 74bbc32f-8eb0-4d3c-9612-5a45a4c49fbd)) - (fp_line (start -11.438 -7.77) (end -11.442 -7.949) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp de044b0e-b1ea-4e31-a233-e607dfa30726)) - (fp_line (start -11.433 -7.596) (end -11.438 -7.77) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ea318c4c-2aac-4b16-8f77-376b163fde73)) - (fp_line (start -11.43 -6.498) (end -11.397 -6.366) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fd2d066c-2ff9-43c4-ab8e-a65d2b71b5c1)) - (fp_line (start -11.428 -7.427) (end -11.433 -7.596) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d67f893e-d62b-44c0-a1ed-06c27930b246)) - (fp_line (start -11.421 -7.266) (end -11.428 -7.427) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0b264411-5df7-4227-b41c-4ba7687d2096)) - (fp_line (start -11.415 -5.934) (end -11.504 -5.892) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 013a1c32-db17-4fdf-9087-65b8bebaf5c1)) - (fp_line (start -11.413 -7.115) (end -11.421 -7.266) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 78a4062b-d2b4-4346-a029-0257bf4c7e99)) - (fp_line (start -11.41 -0.62) (end -11.54 -0.57) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp deee85ef-cb82-4743-a884-4753952d560e)) - (fp_line (start -11.404 -6.975) (end -11.413 -7.115) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a6353897-349e-4000-937a-994d7719e8ce)) - (fp_line (start -11.4 -0.81) (end -11.31 -0.83) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f1926e02-3170-4727-853e-1c4f3bbf137d)) - (fp_line (start -11.397 -6.366) (end -11.369 -6.251) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 815a0815-7930-45ec-8d6e-dc110f979c75)) - (fp_line (start -11.394 -6.848) (end -11.404 -6.975) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6db4c715-f604-4ad5-b3e6-77e085153a04)) - (fp_line (start -11.385 -5.593) (end -11.298 -5.682) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8fac398c-22c9-4741-a001-aab7ea92da04)) - (fp_line (start -11.37 4.24) (end -11.54 4.14) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 694a41fe-e775-441c-bcd9-127b58faffa2)) - (fp_line (start -11.369 -6.251) (end -11.348 -6.156) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 539ff21e-64a5-4d0a-a3c6-87ad104f3729)) - (fp_line (start -11.36 -7.04) (end -11.36 -6.96) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 67cd1818-ab6d-4ba5-a3d8-70afbf35fabc)) - (fp_line (start -11.36 -6.96) (end -11.36 -6.85) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 05b39569-aaa4-4273-9b2f-9e1c6ca4bf60)) - (fp_line (start -11.36 -6.85) (end -11.35 -6.75) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 07e7e87d-9255-44b7-964c-2876bb9fc44d)) - (fp_line (start -11.36 0.62) (end -11.26 0.65) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9599f3c3-e1c5-4ec3-bf30-95ca53eb453b)) - (fp_line (start -11.354 -5.974) (end -11.415 -5.934) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f683b564-906b-42f6-a233-cd22c58657dd)) - (fp_line (start -11.35 -6.75) (end -11.33 -6.6) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e7e186e0-cb0c-4704-816f-05a9b3696b56)) - (fp_line (start -11.348 -6.156) (end -11.333 -6.082) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 93340c38-8bfd-447a-bf60-be3c6dc860d9)) - (fp_line (start -11.34 1.8) (end -11.16 1.84) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ed15d2ab-884d-4309-8fc5-a20c99e91302)) - (fp_line (start -11.333 -6.082) (end -11.325 -6.032) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e5e03502-ed28-4743-9af6-23bafe8e639e)) - (fp_line (start -11.33 -6.6) (end -11.31 -6.42) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 24b42847-745f-4b13-9d2d-3ca8b56bc9de)) - (fp_line (start -11.325 -6.032) (end -11.325 -6.007) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp aeef9f8f-2515-46d6-a613-4e8d98d0e468)) - (fp_line (start -11.325 -6.007) (end -11.354 -5.974) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 875404be-e359-458a-af29-1bd3403dd55f)) - (fp_line (start -11.31 -6.42) (end -11.29 -6.27) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 1eea39a5-2762-4e3a-8c74-b0e5bc37cc89)) - (fp_line (start -11.31 -0.83) (end -11.2 -0.84) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 181135d6-242b-4baf-94b0-054802ef6df0)) - (fp_line (start -11.298 -5.682) (end -11.11 -5.8) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bcd9d733-3cca-4780-8540-cda4d5f83456)) - (fp_line (start -11.297 9.034) (end -11.062 9.132) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5ecea6c7-cbcd-4340-9db8-55b54a886e1e)) - (fp_line (start -11.29 -6.27) (end -11.28 -6.13) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0ecfe0e1-844f-49ac-b5dc-cd55b19a7c78)) - (fp_line (start -11.28 -7.5) (end -11.36 -7.03) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dca493a0-6eda-488f-a002-b8342b37cfb9)) - (fp_line (start -11.28 -6.13) (end -11.27 -5.99) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 98ff4f6d-a60b-43b0-818a-c3cd573da89f)) - (fp_line (start -11.28 2.05) (end -11.13 2.08) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2a134ab3-6275-4421-945b-c8f4bea31494)) - (fp_line (start -11.27 -5.99) (end -11.15 -5.86) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2c6fedfa-d124-4a32-aaf9-1170178a9e41)) - (fp_line (start -11.26 -0.65) (end -11.41 -0.62) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c511469e-d1c5-496e-ab1b-d9bdfe9a1e6d)) - (fp_line (start -11.26 0.65) (end -11.15 0.71) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c29c1e3f-2ce6-4f84-9b87-2633c5cfebc0)) - (fp_line (start -11.25 -7.61) (end -11.28 -7.5) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dc121f4e-0673-4834-a909-ead2af2c069f)) - (fp_line (start -11.23 1.94) (end -11.05 1.97) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e0fafb5a-7612-49f2-857e-07a48cf36c67)) - (fp_line (start -11.21 -7.75) (end -11.25 -7.61) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dc13dc22-84a0-4f1c-b185-bc18995f27cf)) - (fp_line (start -11.2 -0.84) (end -11.08 -0.84) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 811d06c8-e35a-4323-8e51-11882cc1e2ee)) - (fp_line (start -11.19 4.34) (end -11.37 4.24) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d577f635-837f-4cd5-b539-f043f68e5a8d)) - (fp_line (start -11.17 -7.86) (end -11.21 -7.75) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 218239a9-f46b-4a60-abfb-8e61afe4c024)) - (fp_line (start -11.16 -3.88) (end -10.98 -3.98) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0c3dbbcf-98e0-48d2-853d-b67234b32313)) - (fp_line (start -11.16 1.84) (end -10.98 1.87) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 63777433-96ab-4b15-8870-c77f38cbb556)) - (fp_line (start -11.15 -5.86) (end -11.01 -5.74) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f263cfd5-7b24-4140-97ba-078a691115b5)) - (fp_line (start -11.15 0.71) (end -11.07 0.77) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dcb7ef5d-30e6-47b3-91df-35b8913e714b)) - (fp_line (start -11.15 3.45) (end -10.99 3.41) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 988c23bd-6bf9-4ea3-a1d5-3f5ff466a45e)) - (fp_line (start -11.15 3.45) (end -10.81 3.26) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 716698ac-ed16-401e-958b-a147596def51)) - (fp_line (start -11.14 -7.96) (end -11.17 -7.86) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp bf14984d-f9cd-45a2-a01c-a06d3ed0e284)) - (fp_line (start -11.13 2.08) (end -10.91 2.07) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 1613aea2-74ff-456a-8f58-2ae446640750)) - (fp_line (start -11.09 -8.08) (end -11.14 -7.96) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2aa21e55-25c6-4cf4-bd8a-94f164963f6d)) - (fp_line (start -11.09 -0.65) (end -11.26 -0.65) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dd472471-f193-48d5-889c-efd694d3f702)) - (fp_line (start -11.08 -0.84) (end -10.95 -0.83) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 03f16627-7ce3-4e9a-9706-778678e98c1c)) - (fp_line (start -11.072 4.504) (end -11.072 4.396) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 73486422-c87a-4ad4-8fe5-a3ffc70cb20a)) - (fp_line (start -11.07 0.77) (end -11 0.84) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp aae81720-20e6-4276-a88c-0d6e7e7f9f9d)) - (fp_line (start -11.064 4.631) (end -11.072 4.504) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e208ea3a-d990-4992-b395-c95b18b77f83)) - (fp_line (start -11.062 9.132) (end -10.84 9.213) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 92ff4797-ba89-46c8-b3a8-8260d960e660)) - (fp_line (start -11.05 1.97) (end -10.71 1.95) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d32ff0d3-6db2-4544-ab69-6c0b14790da2)) - (fp_line (start -11.05 3.36) (end -11.15 3.45) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d9c9046c-34c5-4cac-9cb3-760e2219db2a)) - (fp_line (start -11.047 4.775) (end -11.064 4.631) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 96cc7009-e5c2-4181-9848-d145b9196cc4)) - (fp_line (start -11.023 4.932) (end -11.047 4.775) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0e852933-f119-4b7f-a503-b829e02656a9)) - (fp_line (start -11.01 -8.24) (end -11.09 -8.08) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp cebe7807-269a-438d-9ce8-7474a1e8d4b1)) - (fp_line (start -11.01 -5.74) (end -10.87 -5.62) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ebb76e06-409d-47e2-b43c-bf014de25a3d)) - (fp_line (start -11 0.84) (end -10.94 0.92) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp efbd2f04-62a1-49d5-9d60-2e126a66fb46)) - (fp_line (start -10.993 5.099) (end -11.023 4.932) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7b694997-43fc-41fd-818b-681c539b1571)) - (fp_line (start -10.99 3.41) (end -10.86 3.37) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 21846961-2a78-4e46-8242-5b4de77ca82d)) - (fp_line (start -10.98 -3.98) (end -10.59 -4.18) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e216a3d4-c7c0-40e0-9701-6d206641d342)) - (fp_line (start -10.98 1.87) (end -10.79 1.85) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 70e18146-fcad-491b-ae29-6b6b530cc027)) - (fp_line (start -10.957 5.273) (end -10.993 5.099) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 44c331f8-33e4-4ba1-bb1e-3071cc175bfd)) - (fp_line (start -10.95 -0.83) (end -10.87 -0.82) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 07678248-0774-49ca-a377-01b7e220adb6)) - (fp_line (start -10.95 4.46) (end -11.19 4.34) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 61c5e7b9-ec75-459b-8f55-aa6dcdc47663)) - (fp_line (start -10.94 -8.33) (end -11.01 -8.24) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fb9b0b15-c800-4199-a9df-1e999ba6a70c)) - (fp_line (start -10.94 0.92) (end -10.88 1.02) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fa9ed6b5-4e5c-4243-98fd-8dcda9f36d63)) - (fp_line (start -10.94 3.26) (end -11.05 3.36) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 67ab6325-5225-42ee-86cc-5aee5e01efce)) - (fp_line (start -10.92 -0.63) (end -11.09 -0.65) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 245ce96e-de23-4c93-af58-f40e4cd70189)) - (fp_line (start -10.916 5.45) (end -10.957 5.273) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3eee2221-7af9-4d6a-ba79-a48c3fd1ac35)) - (fp_line (start -10.91 2.07) (end -10.7 2.04) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 72745e37-6398-4523-a0b8-fcae44c9df22)) - (fp_line (start -10.88 -8.4) (end -10.94 -8.33) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2adf9a42-71f2-422d-9815-628bfa0df6ad)) - (fp_line (start -10.88 1.02) (end -10.85 1.11) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 51a502e9-5635-4e96-97f0-80e9b324d808)) - (fp_line (start -10.871 5.627) (end -10.916 5.45) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cdf69da0-bf1d-48b6-92e4-7b762bd4454d)) - (fp_line (start -10.87 -5.62) (end -10.76 -5.54) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 84f23cc9-9d15-4bf2-9356-88729f7800a5)) - (fp_line (start -10.87 -0.82) (end -10.79 -0.8) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b1ef00bc-27fd-4f4a-a155-1b738e608b48)) - (fp_line (start -10.87 1.4) (end -10.77 1.42) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 91c784cb-86f4-4eb1-9d7f-7df9c50ff534)) - (fp_line (start -10.86 3.19) (end -10.94 3.26) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp bace1c82-95a6-4669-a7e7-5bc2416e7e84)) - (fp_line (start -10.86 3.37) (end -10.69 3.29) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5404664b-083c-4ae7-9324-834241f1df76)) - (fp_line (start -10.85 1.11) (end -10.84 1.19) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 684829a1-14fb-436a-9093-a9211cbef360)) - (fp_line (start -10.85 1.34) (end -10.89 1.42) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7e14a6ba-72c9-486f-8ebf-f83333348517)) - (fp_line (start -10.84 1.19) (end -10.84 1.26) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8a2de80f-1df5-4bd5-a81c-0dc71a22a3a3)) - (fp_line (start -10.84 1.26) (end -10.85 1.34) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b082fdbd-d670-4041-a5e5-3ca0b09bb0a0)) - (fp_line (start -10.84 9.213) (end -10.629 9.279) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 88b7d164-35a2-420d-9da6-a56db04f962b)) - (fp_line (start -10.823 5.801) (end -10.871 5.627) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a97391c0-c438-44dc-aec7-4249e6f62568)) - (fp_line (start -10.82 -8.43) (end -10.88 -8.4) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 88071c39-7478-4d42-a0c9-ea227d61f16f)) - (fp_line (start -10.81 3.26) (end -9.92 2.63) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dcc8b3c7-e00a-4c96-92c3-7cf68574fa70)) - (fp_line (start -10.79 -0.8) (end -10.73 -0.78) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 77a09c2e-107d-4a82-95c7-b222303ba715)) - (fp_line (start -10.79 1.85) (end -10.65 1.82) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9b86d498-b713-4140-97c2-940c95f43f16)) - (fp_line (start -10.78 -0.59) (end -10.92 -0.63) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8f207e00-886c-4f46-9355-3a8e7985a8d3)) - (fp_line (start -10.772 5.968) (end -10.823 5.801) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8f29ec2b-5253-4ae2-bf8f-40e83998f739)) - (fp_line (start -10.77 1.42) (end -10.67 1.42) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5b918e6b-2a60-4fa5-ad8b-e73e23f85e4f)) - (fp_line (start -10.77 3.12) (end -10.86 3.19) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f238640e-3401-420a-ac31-a433f268cbfc)) - (fp_line (start -10.77 4.55) (end -10.95 4.46) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ccf65e24-b980-469f-8862-e397985c8f5a)) - (fp_line (start -10.76 -5.54) (end -10.64 -5.45) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8bb2ea49-8b54-4a72-9f61-f9dccb873903)) - (fp_line (start -10.72 6.126) (end -10.772 5.968) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp db09a492-3111-4077-8b89-2ff4c8eebad3)) - (fp_line (start -10.71 1.95) (end -10.47 1.86) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 738c73ca-416f-4cdc-b135-180d4d696484)) - (fp_line (start -10.7 -8.43) (end -10.82 -8.43) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 55baceed-f7d9-4d73-84e4-b06c780623b7)) - (fp_line (start -10.7 2.04) (end -10.52 1.98) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9eaea750-5e59-4015-bbbc-7f0606821920)) - (fp_line (start -10.69 3.29) (end -10.51 3.18) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6b4ca676-3379-4b8d-a1e2-e3fc88dc7cd2)) - (fp_line (start -10.67 1.42) (end -10.55 1.38) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b746e97a-71d3-4558-80c6-41ab04fe3fba)) - (fp_line (start -10.67 3.04) (end -10.77 3.12) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2103272c-7211-4351-8c30-d9ee75c2fa7e)) - (fp_line (start -10.666 6.271) (end -10.72 6.126) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6e9aab82-e6c0-4960-99af-e7c5a83d520f)) - (fp_line (start -10.66 -0.55) (end -10.78 -0.59) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b5b7cf73-4d60-464f-a67b-f4c9c9d02016)) - (fp_line (start -10.65 1.82) (end -10.53 1.78) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5d6cfde2-9586-45a3-9d7e-b9db5ad7bc21)) - (fp_line (start -10.64 -5.45) (end -10.53 -5.36) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3097fea7-46a7-47a9-9cae-e148c8b5c995)) - (fp_line (start -10.629 9.279) (end -10.431 9.33) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 09684b6c-5d15-4020-b96b-0b388e8ee3ea)) - (fp_line (start -10.613 6.399) (end -10.666 6.271) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 689e49bf-7f41-4390-9297-8151fb94eb64)) - (fp_line (start -10.59 -8.39) (end -10.7 -8.43) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 346289f5-7fed-42d0-915e-ef27086b0782)) - (fp_line (start -10.59 -4.18) (end -10.3 -4.31) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 208a6583-df1c-4ff8-9045-47b7770a5518)) - (fp_line (start -10.59 2.98) (end -10.67 3.04) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6356fe97-06cd-4a4b-b2f2-2e98498da4a1)) - (fp_line (start -10.56 6.508) (end -10.613 6.399) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fe0a8ab1-7b25-4d9a-9a3b-f8c5e10b289a)) - (fp_line (start -10.55 -0.49) (end -10.66 -0.55) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f33894b1-3004-4ac0-b141-e83279084e93)) - (fp_line (start -10.55 1.38) (end -10.44 1.31) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b14c35da-dd14-4b8d-93a9-00f219a92f41)) - (fp_line (start -10.53 -5.36) (end -10.35 -5.18) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp cc4a02a5-f906-413a-8c0e-7a4399db78ee)) - (fp_line (start -10.53 1.78) (end -10.42 1.72) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e997c615-0a9d-46fc-872f-6b2d14f01b36)) - (fp_line (start -10.52 1.98) (end -10.4 1.93) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4cd7fbd1-3778-4a48-ab60-c36eed16d8c5)) - (fp_line (start -10.51 3.18) (end -10.38 3.1) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 38559462-8913-458e-9fcc-77f1adc4f527)) - (fp_line (start -10.508 6.594) (end -10.56 6.508) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9e39ed40-271f-40f8-b1c9-20b888c10512)) - (fp_line (start -10.49 -8.32) (end -10.59 -8.39) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2fb7c72d-0d63-4df2-879e-15ff023fd1c7)) - (fp_line (start -10.49 2.91) (end -10.59 2.98) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fa7a662e-0f2e-4762-a1b6-993570cda4cb)) - (fp_line (start -10.47 -0.44) (end -10.55 -0.49) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8e46ddad-6bfa-40af-b04f-edc6699bc195)) - (fp_line (start -10.47 1.86) (end -10.2 1.63) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7590e24b-577c-4fcd-9e1f-ab45b189df19)) - (fp_line (start -10.47 4.68) (end -10.77 4.55) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 39b77ad4-840a-4880-8672-f09699d06495)) - (fp_line (start -10.44 1.31) (end -10.32 1.17) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ea98f420-4e24-48e8-aa57-57b261e9db18)) - (fp_line (start -10.431 9.33) (end -10.244 9.369) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d2f72b7f-67e2-4cf3-9de6-340a26ecf95b)) - (fp_line (start -10.42 1.72) (end -10.32 1.66) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f5156e03-6da9-4205-8d49-0997e01031c7)) - (fp_line (start -10.4 -8.24) (end -10.49 -8.32) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 888c6fdf-c198-440a-97af-035b863dc875)) - (fp_line (start -10.4 1.93) (end -10.26 1.84) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ef79b516-f387-4bff-98aa-61eff96e72d2)) - (fp_line (start -10.39 -0.36) (end -10.47 -0.44) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f89ddfd4-8c5b-4ab4-8c95-e6e9a5e87dd0)) - (fp_line (start -10.38 2.83) (end -10.49 2.91) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dde2f451-a39d-4356-be48-b264625a1f92)) - (fp_line (start -10.38 3.1) (end -10.2 2.97) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2097c02a-9419-426d-a010-cdecd44e7e36)) - (fp_line (start -10.36 -8.19) (end -10.4 -8.24) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 27101d2b-1f80-4d40-be5b-78bdcb31c291)) - (fp_line (start -10.35 -5.18) (end -10.25 -5.09) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6e4bbe2c-1e2d-4539-b6d8-5d5edc57b4de)) - (fp_line (start -10.33 -0.28) (end -10.39 -0.36) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8dc186eb-86cf-41e1-8b58-fae7324b6144)) - (fp_line (start -10.32 1.17) (end -10.26 1.04) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f4648014-6a49-47fe-aa14-831ac44193be)) - (fp_line (start -10.32 1.66) (end -10.18 1.56) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 897136b5-a5d5-4581-a6bf-48c25cde5ca5)) - (fp_line (start -10.3 -4.31) (end -10.06 -4.41) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f184863f-807b-4eb3-ae9e-2a8857f5a82a)) - (fp_line (start -10.28 -8.1) (end -10.36 -8.19) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2e7f3dd4-50ff-427a-80eb-8563e69a085c)) - (fp_line (start -10.26 1.04) (end -10.21 0.89) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5a379621-58ee-4146-baab-da833a7fa375)) - (fp_line (start -10.26 1.84) (end -10.15 1.76) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 13f30964-a0e5-4b66-a3b0-82966c8576ce)) - (fp_line (start -10.25 -5.09) (end -10.21 -5.05) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fa5d9c89-54e0-49e6-a404-29eddf2326d4)) - (fp_line (start -10.244 9.369) (end -10.068 9.396) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7bd09790-9a37-4331-94a2-940c4fb9585b)) - (fp_line (start -10.24 -0.13) (end -10.33 -0.28) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b1d0c301-b4b9-4a22-806b-1c100e83ef02)) - (fp_line (start -10.24 2.74) (end -10.38 2.83) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 22785b00-396f-44a8-8e08-62628c54033a)) - (fp_line (start -10.21 -5.05) (end -10.14 -5) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4660c6bf-e69d-4a4d-bdfe-d125b039e05b)) - (fp_line (start -10.21 0.89) (end -10.18 0.71) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5e01567b-a9f5-4f86-b76a-2572d29d2d44)) - (fp_line (start -10.2 2.97) (end -10.07 2.87) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e3401cc1-8833-4b9f-9419-4adbb09db133)) - (fp_line (start -10.19 0.01) (end -10.24 -0.13) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b9fb1e52-5bfb-4074-afb5-c49d4199f8ba)) - (fp_line (start -10.18 0.71) (end -10.16 0.57) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 495255cc-4ba2-4e9c-a47f-68873ed977bf)) - (fp_line (start -10.17 0.14) (end -10.19 0.01) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 589039ca-2779-4520-b3e8-3f7f6261d041)) - (fp_line (start -10.16 -7.96) (end -10.28 -8.1) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 775b50f1-c021-45e5-b4f4-3da4bfa305be)) - (fp_line (start -10.16 0.27) (end -10.17 0.14) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp aa9444f9-67db-4b57-841d-ad4324b4a525)) - (fp_line (start -10.16 0.57) (end -10.15 0.4) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a15739ab-9211-4aeb-9603-bc7b827421d7)) - (fp_line (start -10.15 -2.26) (end -10.09 -2.31) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0339f2f9-1d07-4033-b6d0-c95452f524c6)) - (fp_line (start -10.15 0.4) (end -10.16 0.27) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp baf92a55-8ef9-4ff0-acd3-40422e2bd4e3)) - (fp_line (start -10.14 -5) (end -10.07 -4.97) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5e40bd00-596e-4595-8afb-832031e7cd39)) - (fp_line (start -10.12 4.81) (end -10.47 4.68) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fd0c6a70-4754-40da-b8db-cbc81b3ceeb4)) - (fp_line (start -10.09 -2.31) (end -9.99 -2.39) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8a68ab9f-49b9-4556-9773-ed86cd9bea27)) - (fp_line (start -10.08 2.64) (end -10.24 2.74) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 056f9cb3-715f-434f-b47c-815c372d9a5b)) - (fp_line (start -10.07 -7.85) (end -10.16 -7.96) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 65fd9534-1b91-42a6-8ecd-7a42d8ae4ade)) - (fp_line (start -10.07 -4.97) (end -10 -4.96) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9b5bbbea-ca45-4da3-962b-10accf46ad7c)) - (fp_line (start -10.07 2.87) (end -9.98 2.78) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a500369a-3292-46a6-8a64-7c1bf6098bda)) - (fp_line (start -10.068 9.396) (end -9.904 9.413) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dad24ddf-e25d-4aa8-b795-2adc252edc45)) - (fp_line (start -10.06 -4.41) (end -9.85 -4.49) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 787ed861-bac6-4a43-9839-40cdf7ee276e)) - (fp_line (start -10 -4.96) (end -9.93 -4.96) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2d54211d-88b2-466c-9078-d1f5c442f872)) - (fp_line (start -9.99 -2.39) (end -9.91 -2.45) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dd5d8675-d91a-46c9-a0f4-ca5bb7941f9f)) - (fp_line (start -9.98 2.58) (end -10.08 2.64) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2eb44e1a-4042-4ea6-aca2-4836a6ec84e9)) - (fp_line (start -9.98 2.78) (end -9.88 2.68) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 68d49974-bc49-4d87-a030-93a7fa8ebeb6)) - (fp_line (start -9.97 -7.74) (end -10.07 -7.85) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5f10ab2e-0baa-42eb-b877-7c3c9e704ef3)) - (fp_line (start -9.95 -5.46) (end -8.78 -6.97) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f3300c0f-bc1d-4506-88a5-7b5425daafbe)) - (fp_line (start -9.93 -4.96) (end -9.91 -4.97) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6fe48f1e-4227-4f41-a8f4-0e7ec51a11e0)) - (fp_line (start -9.91 -4.97) (end -9.95 -5.46) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fd087f5c-4502-4ee7-8af3-5178468c0f00)) - (fp_line (start -9.91 -2.45) (end -9.85 -2.49) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 74b09255-300b-41bc-a348-4c1575c49b6b)) - (fp_line (start -9.904 9.413) (end -9.751 9.42) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8b129856-cc2d-4792-b90f-5af9599716ce)) - (fp_line (start -9.884 -4.5) (end -9.932 -5.045) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9ade8aaa-dfca-436d-be8a-be74784ef565)) - (fp_line (start -9.88 2.68) (end -9.8 2.58) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 917dba0e-1b1e-4fc1-b97b-7105df526305)) - (fp_line (start -9.88 4.89) (end -10.12 4.81) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 045e2b02-bbb9-4128-b50f-816a961b17ef)) - (fp_line (start -9.87 -7.63) (end -9.97 -7.74) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a8e78b6b-5175-49a4-b7f2-c08b88186745)) - (fp_line (start -9.85 -4.49) (end -9.68 -4.56) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0988bdab-20b2-4388-83a8-9cfbb33342b3)) - (fp_line (start -9.85 -2.49) (end -9.75 -2.55) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7e60f163-8805-4bc8-82a5-453da20ba1a2)) - (fp_line (start -9.85 2.51) (end -9.98 2.58) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp bdf0e688-b15d-45d8-a79c-81e4aaf38323)) - (fp_line (start -9.8 2.58) (end -9.76 2.5) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7e72304a-4161-4a22-8d65-75ee76dcdf69)) - (fp_line (start -9.79 -7.54) (end -9.87 -7.63) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9dffc0da-762b-42b7-80b1-72a451bb294f)) - (fp_line (start -9.76 2.5) (end -9.75 2.46) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c5c59683-c7c2-4b4e-928e-13e0f78a5fa5)) - (fp_line (start -9.751 9.42) (end -9.609 9.419) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 83226cf4-4bcb-4755-8744-16fd92f3a724)) - (fp_line (start -9.75 -2.55) (end -9.63 -2.61) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 39527c7c-05aa-4994-8d55-39b3fd9e47ff)) - (fp_line (start -9.75 2.46) (end -9.85 2.51) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2f21cb60-1df5-4469-8858-6fe21b88fa8a)) - (fp_line (start -9.68 -4.56) (end -9.43 -4.64) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c485d3ef-a691-4d45-9595-86938e754812)) - (fp_line (start -9.679 -9.77) (end -9.611 -9.624) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a27ad806-2f49-493b-a712-5cefb34fea4e)) - (fp_line (start -9.678 -7.446) (end -9.677 -7.599) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0157ed9d-375b-4b39-a7c1-9cb08dcf67bf)) - (fp_line (start -9.677 -7.599) (end -9.666 -7.762) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6c55033c-55b9-4835-9ab8-f334f8a3ffed)) - (fp_line (start -9.666 -7.762) (end -9.646 -7.928) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f0d59009-bdb6-4150-8249-d2a9c5928391)) - (fp_line (start -9.65 -7.37) (end -9.79 -7.54) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 66cddf54-c141-4b9d-b300-069491227c2d)) - (fp_line (start -9.646 -7.928) (end -9.616 -8.094) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 776fdb81-16bd-40fc-866b-5d7c4f5af091)) - (fp_line (start -9.63 -2.61) (end -9.5 -2.66) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0f262423-d4d1-4f04-805d-93d3f5b41978)) - (fp_line (start -9.616 -8.094) (end -9.577 -8.252) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 430b98dc-0155-464c-95fc-2bf720cc2dd3)) - (fp_line (start -9.611 -9.624) (end -9.547 -9.469) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 920d067c-09ea-4120-b810-77cbd11822fb)) - (fp_line (start -9.609 9.419) (end -9.477 9.412) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7b2f6028-5234-4df8-8d41-bf003f728f58)) - (fp_line (start -9.58 4.99) (end -9.88 4.89) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e17afcb0-49dd-4f12-a913-1d8e2e4c5b94)) - (fp_line (start -9.577 -8.252) (end -9.531 -8.398) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 96e87ac2-5565-47ab-ae62-263f85b93211)) - (fp_line (start -9.55 -7.26) (end -9.65 -7.37) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f7aa75c5-0bfb-4814-b8eb-5f8a9a128aa9)) - (fp_line (start -9.547 -9.469) (end -9.487 -9.311) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2629f374-664b-4a6a-877f-847eba3a2928)) - (fp_line (start -9.531 -8.398) (end -9.477 -8.526) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 42dd1fad-d6e1-4a22-bcd7-61c29a70aea6)) - (fp_line (start -9.5 -2.66) (end -9.34 -2.71) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d2f717ee-b5b0-430b-b4ae-27d4ab833fc2)) - (fp_line (start -9.487 -9.311) (end -9.429 -9.159) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e096fb6c-9c86-457b-8f2e-4be4f1ee308e)) - (fp_line (start -9.477 -8.526) (end -9.417 -8.63) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2a891096-042c-4004-b161-8bd2c0b59fd7)) - (fp_line (start -9.477 9.412) (end -9.356 9.399) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d0b8883f-56d3-436a-a178-a658388f963b)) - (fp_line (start -9.47 -7.2) (end -9.55 -7.26) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 582bf52d-f931-4c83-b941-f1087e1fcfee)) - (fp_line (start -9.43 -4.64) (end -9.19 -4.71) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fe148714-b0cf-44d7-9b6c-f06914620619)) - (fp_line (start -9.429 -9.159) (end -9.375 -9.019) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4e26d1df-a557-446c-8724-16a2959e6714)) - (fp_line (start -9.417 -8.63) (end -9.35 -8.705) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 771145ed-2e00-4172-ac95-37a36c6a35ce)) - (fp_line (start -9.403 5.083) (end -9.405 4.987) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 646182ef-83d3-48ef-8f13-39bd3cf49786)) - (fp_line (start -9.397 5.207) (end -9.403 5.083) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 21a4e5f9-158c-4a1e-a6d3-12c826291e62)) - (fp_line (start -9.388 5.354) (end -9.397 5.207) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3b5147db-69cc-4871-96a7-79c3437a6213)) - (fp_line (start -9.375 -9.019) (end -9.324 -8.898) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3bd1d24a-0ba6-444e-896e-ab4ac7dd5127)) - (fp_line (start -9.375 5.517) (end -9.388 5.354) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dc2e4d69-ab4d-4864-999d-7aa340dd63c7)) - (fp_line (start -9.37 -7.14) (end -9.47 -7.2) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp eb15020f-39fa-457e-8bb2-2cd2948845ca)) - (fp_line (start -9.358 5.691) (end -9.375 5.517) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9ad54c14-6dd1-4741-ab11-80a0275cae72)) - (fp_line (start -9.356 9.399) (end -9.246 9.382) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ec15bc3b-566a-44e3-a715-82c18713a059)) - (fp_line (start -9.35 -8.705) (end -9.277 -8.746) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b81cd904-69d1-4c8b-81f2-302fdf1cfeb0)) - (fp_line (start -9.34 -2.71) (end -9.22 -2.74) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5add257c-7316-4000-a2a3-e6a8c316ab9c)) - (fp_line (start -9.338 5.871) (end -9.358 5.691) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 08fae221-7b6f-4c57-be73-6210c6206091)) - (fp_line (start -9.324 -8.898) (end -9.276 -8.805) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5417d93e-ea72-4615-a825-50b48895bd92)) - (fp_line (start -9.315 6.051) (end -9.338 5.871) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8fa4f87a-9012-4f6f-a6c0-ec1c5f716184)) - (fp_line (start -9.288 6.225) (end -9.315 6.051) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b90997e2-4c7f-4479-862f-ab35dfea4f77)) - (fp_line (start -9.28 -7.09) (end -9.37 -7.14) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 70852beb-7102-4701-922b-9248dc6321b9)) - (fp_line (start -9.28 5.07) (end -9.58 4.99) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b80aa845-c1c7-4a36-86eb-13202c5b8807)) - (fp_line (start -9.276 -8.805) (end -9.231 -8.746) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a1f64cc6-dc73-41aa-a86c-99d2c0c7e9e8)) - (fp_line (start -9.258 6.388) (end -9.288 6.225) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c6e8924b-3698-49bc-af6d-d7a327eada39)) - (fp_line (start -9.246 9.382) (end -9.145 9.362) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8c65d639-2c7e-432d-bc2d-cd7263d4f689)) - (fp_line (start -9.231 -8.746) (end -9.183 -8.706) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c27162ce-dec2-4696-8422-f740d31716cf)) - (fp_line (start -9.225 6.535) (end -9.258 6.388) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4fe15866-5386-4410-a27b-4fc15182a4f3)) - (fp_line (start -9.22 -2.74) (end -9.12 -2.76) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 84b3d674-c896-4b45-8754-206b7ffab72a)) - (fp_line (start -9.19 -7.05) (end -9.28 -7.09) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 759bd0f6-2646-44e7-94e8-5efbb41acb61)) - (fp_line (start -9.19 -4.71) (end -8.98 -4.76) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 15dc4b2e-003f-454e-bdaf-e1febd8c55e0)) - (fp_line (start -9.189 6.659) (end -9.225 6.535) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3381b763-2886-4e76-a243-cbcc2ec8a032)) - (fp_line (start -9.183 -8.706) (end -9.112 -8.652) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 058fedcc-704d-4293-8197-34a17ef8dc07)) - (fp_line (start -9.15 6.755) (end -9.189 6.659) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 18ee575f-d41e-4a26-ac0a-b229112d8877)) - (fp_line (start -9.145 9.362) (end -9.055 9.34) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 80f56a42-ff05-4345-8ffd-85584fdb3701)) - (fp_line (start -9.12 -2.76) (end -8.95 -2.78) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c4a3c708-c9b1-415d-ade1-45ed1cc0c8de)) - (fp_line (start -9.112 -8.652) (end -9.021 -8.593) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c9af433b-c759-435f-b23f-8e61bde22221)) - (fp_line (start -9.08 -7) (end -9.19 -7.05) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2dd9a5be-3aa9-4cf6-850b-b3df04cedb00)) - (fp_line (start -9.055 9.34) (end -8.974 9.318) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 310e28e7-f7b1-4197-b25d-4003c7dcabae)) - (fp_line (start -9.021 -8.593) (end -8.916 -8.536) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c7050574-27e1-4a80-9dab-24805663409e)) - (fp_line (start -8.99 5.15) (end -9.28 5.07) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 1108f7d7-1300-4e64-9d0c-b460edb02c0e)) - (fp_line (start -8.98 -6.96) (end -9.08 -7) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c8b3bfbd-79b7-4863-9ae7-79b3f077a5ad)) - (fp_line (start -8.98 -4.76) (end -8.7 -4.81) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9b073885-8463-4cb0-87e3-a1e25fbb0a07)) - (fp_line (start -8.974 9.318) (end -8.904 9.296) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 975ad921-d330-495d-a812-58638ba9e7c7)) - (fp_line (start -8.95 -2.78) (end -8.91 -2.78) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9bf41a0b-ea8e-4983-9913-df79ab0696ea)) - (fp_line (start -8.916 -8.536) (end -8.801 -8.49) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 99e5628a-8c61-4f9d-aa6e-5b585271b505)) - (fp_line (start -8.904 9.296) (end -8.842 9.276) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5bf032d7-1ed3-461e-8d9e-98362eeab2a2)) - (fp_line (start -8.89 -6.93) (end -8.98 -6.96) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2f389684-fc2a-46a1-b11d-5ff1e4efe356)) - (fp_line (start -8.85 -6.98) (end -8.89 -6.93) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 525775d5-0e6e-4c76-b5ab-199b2e54ac41)) - (fp_line (start -8.842 9.276) (end -8.79 9.26) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 86856bef-d161-4600-b8d6-44f81ad42b7c)) - (fp_line (start -8.84 -0.62) (end -8.81 -0.67) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5e5cd445-0654-433f-a688-b9a23b9e5558)) - (fp_line (start -8.81 -7.02) (end -8.85 -6.98) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b0c1f62a-b351-48b8-ac88-59c1c4ffa2ff)) - (fp_line (start -8.81 -0.67) (end -8.78 -0.73) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c15462ce-d862-47c0-8d02-faaa43912ad5)) - (fp_line (start -8.801 -8.49) (end -8.681 -8.462) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9f289b4a-cc82-473b-9973-1ab4c36355f8)) - (fp_line (start -8.79 9.26) (end -8.747 9.248) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d0f11060-bc65-49c7-b1f8-1ffca12c5c16)) - (fp_line (start -8.78 -0.73) (end -8.76 -0.79) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 10e85d49-8c1d-4e38-920c-77246389daec)) - (fp_line (start -8.76 -0.79) (end -8.75 -0.84) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ffadf13e-d327-4e72-a129-20b1a691d829)) - (fp_line (start -8.75 -6.98) (end -8.69 -6.9) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 379db743-d2de-4c85-9575-f43ed26c5e74)) - (fp_line (start -8.75 -0.84) (end -8.75 -0.87) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 45005e12-36a9-4853-a83d-a87ffad800b4)) - (fp_line (start -8.747 9.248) (end -8.713 9.241) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1002411f-a485-468c-981b-cec2ce41d8bd)) - (fp_line (start -8.713 9.241) (end -8.675 9.241) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1a0c5194-0d7e-4fcc-a11d-049fac80c4dc)) - (fp_line (start -8.71 -7.07) (end -8.81 -7.02) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 1dc423f3-1741-4cb4-aa3d-a702d125d769)) - (fp_line (start -8.7 -4.81) (end -8.56 -4.81) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dacff3a5-d976-4461-a265-5c771e382f92)) - (fp_line (start -8.69 -6.9) (end -8.59 -6.76) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp feea9af2-e998-45d6-8a1e-4e08486a5acb)) - (fp_line (start -8.681 -8.462) (end -8.561 -8.462) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 46c31fef-8b6d-4892-b7d6-1b9818ed82f5)) - (fp_line (start -8.675 9.241) (end -8.62 9.248) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 415d6a7d-98b2-4d17-b46f-6f38749a3ba2)) - (fp_line (start -8.67 5.23) (end -8.99 5.15) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c50e5885-8a58-4ee4-a5e7-bcd8f4b418f2)) - (fp_line (start -8.62 9.248) (end -8.549 9.259) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4dfbe524-132d-43d4-8ae0-9aa2f72df70b)) - (fp_line (start -8.61 -7.09) (end -8.71 -7.07) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8da81810-0dba-4c36-b58c-934ee2c0935b)) - (fp_line (start -8.59 -6.76) (end -7.66 -5.48) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e67cf9e7-1746-4856-8edd-555e3682799f)) - (fp_line (start -8.57 -7.09) (end -8.61 -7.09) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0fa241a2-e684-4224-bccf-feed816795b0)) - (fp_line (start -8.561 -8.462) (end -8.444 -8.496) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 11ccd497-2713-4d03-8a7a-1dbd53fbc1f7)) - (fp_line (start -8.56 -4.81) (end -8.49 -4.8) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ce536418-0469-43d5-9a1a-c3f749bdbad3)) - (fp_line (start -8.549 9.259) (end -8.463 9.275) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6b1d6bcd-1928-474b-8dbd-6dab746597ca)) - (fp_line (start -8.49 -7.09) (end -8.57 -7.09) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 836c1b72-6495-4f81-a125-58f0f7d787c2)) - (fp_line (start -8.49 -4.8) (end -8.39 -4.78) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 169fbf9e-c683-4879-aed2-ef27f2a35b47)) - (fp_line (start -8.47 5.28) (end -8.67 5.23) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ffed2abe-19c1-484a-85f6-c11ad414bcd4)) - (fp_line (start -8.463 9.275) (end -8.364 9.293) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b9f8ba78-9b7b-4a7c-8351-c9f145a140ab)) - (fp_line (start -8.444 -8.496) (end -8.336 -8.572) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 328b655f-3682-4d72-b986-09747092cdfb)) - (fp_line (start -8.41 -7.08) (end -8.49 -7.09) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ea31f51c-3f0e-4e37-9fd4-9e1b1b7d7784)) - (fp_line (start -8.39 -4.78) (end -8.3 -4.76) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5962fb65-4840-4342-83d8-ebe11a13a0c5)) - (fp_line (start -8.37 -2.75) (end -8.29 -2.74) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 135dc062-d77d-4089-9b0c-b888ac79f63d)) - (fp_line (start -8.364 9.293) (end -8.252 9.312) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 494a6b97-f33e-4834-b724-0c3a3ff54317)) - (fp_line (start -8.336 -8.572) (end -8.242 -8.699) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d46f6682-7aa3-41f8-8dfe-bfed3b1f9948)) - (fp_line (start -8.3 -7.07) (end -8.41 -7.08) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ec620b77-8919-4285-a6c0-f21b0acac14b)) - (fp_line (start -8.3 -4.76) (end -8.21 -4.73) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ebd0fc89-8e13-43bb-945a-2e8b75c613c1)) - (fp_line (start -8.29 -2.74) (end -8.19 -2.72) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b3f487ff-b47c-4488-ba8c-08e7b412da21)) - (fp_line (start -8.252 9.312) (end -8.128 9.331) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 506110af-ac51-4501-bfa6-1552a848d599)) - (fp_line (start -8.242 -8.699) (end -8.141 -8.895) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7dd46673-4551-4937-beee-2ea3f888f7bc)) - (fp_line (start -8.23 5.33) (end -8.47 5.28) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2d2a12db-b659-4807-8426-fec9fa84c156)) - (fp_line (start -8.21 -4.73) (end -8.02 -4.66) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7b914471-3d1b-40f6-8fee-092f137ff2e0)) - (fp_line (start -8.2 -7.07) (end -8.3 -7.07) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d51ba27b-8ed7-4eca-b0be-3ba1363dff58)) - (fp_line (start -8.19 -2.72) (end -8.09 -2.7) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2904c703-ae82-4d76-85d3-cfc7aa518669)) - (fp_line (start -8.161 -8.603) (end -8.23 -8.712) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 496eb987-d081-4e1e-a63a-28ee1d48f2f8)) - (fp_line (start -8.141 -8.895) (end -8.054 -9.087) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bade9875-e59b-4d52-b529-c48d7c265fc4)) - (fp_line (start -8.128 9.331) (end -7.993 9.35) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3520b9bf-2dfc-4868-a650-86ff98682e83)) - (fp_line (start -8.106 -8.479) (end -8.161 -8.603) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 006bc43b-d3a8-4a38-a8dc-5a24da3f9b4d)) - (fp_line (start -8.09 -7.08) (end -8.2 -7.07) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4e9a87a3-418a-43a4-a902-c2e3103424a6)) - (fp_line (start -8.09 -2.7) (end -7.99 -2.67) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp eaed3b7c-c5dc-4575-9b71-e56338e01b38)) - (fp_line (start -8.08 5.37) (end -8.23 5.33) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 54fb0b19-4912-47f8-a26c-6bb537aff49e)) - (fp_line (start -8.065 -8.343) (end -8.106 -8.479) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 11b49d13-b047-4242-be65-9a9b1c80ec58)) - (fp_line (start -8.054 -9.087) (end -7.981 -9.269) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3b398e0a-4c10-4dcc-aa1f-5dcd51a576d9)) - (fp_line (start -8.037 -8.198) (end -8.065 -8.343) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 434de308-3c0f-471e-b2ea-4b1db61e07dc)) - (fp_line (start -8.036 -7.178) (end -8.026 -7.304) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bc2b91cd-dad2-489e-a5a6-c25b0772eb90)) - (fp_line (start -8.03 5.59) (end -8.08 5.37) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp cbc71f36-8fad-4a3c-aed3-9c3f6e0161dd)) - (fp_line (start -8.026 -7.304) (end -8.017 -7.442) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a64a7c06-7057-47f9-be64-f537af3193b4)) - (fp_line (start -8.02 -4.66) (end -7.9 -4.61) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fa96cd3f-f267-4e6d-9212-fd48f9f4aabe)) - (fp_line (start -8.018 -8.047) (end -8.037 -8.198) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ebeadaad-fbad-490e-b1e8-497ced7ea37f)) - (fp_line (start -8.017 -7.442) (end -8.009 -7.588) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c884feb5-afbc-4baf-9f12-868c0ed27bc9)) - (fp_line (start -8.009 -7.893) (end -8.018 -8.047) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e0441cbd-426e-47d4-952b-8c03883e1f7a)) - (fp_line (start -8.009 -7.588) (end -8.006 -7.739) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d633a4de-1388-46e7-ac55-24bd558a0816)) - (fp_line (start -8.006 -7.739) (end -8.009 -7.893) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2e4a6d1a-b585-4ad5-95d8-aff8c32bcfec)) - (fp_line (start -7.993 9.35) (end -7.849 9.365) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ab3e0d45-ad5b-42a1-ab02-8fee32ad804e)) - (fp_line (start -7.99 -7.11) (end -8.09 -7.08) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d2f6c7ec-fb14-4c80-b507-e05e76c13bdf)) - (fp_line (start -7.99 -2.67) (end -7.9 -2.64) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7b08b6d2-d7a0-45d0-95d4-d9dfb9198b27)) - (fp_line (start -7.981 -9.269) (end -7.921 -9.435) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a32fe8ab-5810-40f6-8eab-48332c0ee5a0)) - (fp_line (start -7.97 2.53) (end -7.86 2.55) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fd04ef58-75d9-44e8-b553-d9bff716e067)) - (fp_line (start -7.97 5.85) (end -8.03 5.59) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 1962e27a-f25d-407c-98fc-1bbfd329b44d)) - (fp_line (start -7.921 -9.435) (end -7.875 -9.575) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b3eebb03-af8c-48e8-a7d9-5ec3741206fa)) - (fp_line (start -7.9 -4.61) (end -7.8 -4.56) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 77ef8d87-4775-444f-8280-518fd29c4b5c)) - (fp_line (start -7.9 -2.64) (end -7.81 -2.6) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp aa4294ff-e846-499a-a8cf-1632eb69d9c0)) - (fp_line (start -7.9 2.63) (end -7.97 2.53) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8fe07dfe-267e-4da8-ab2a-a7d656544a34)) - (fp_line (start -7.9 6.15) (end -7.97 5.85) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp cef3c07b-49ed-4b95-b754-4daff9ad0cb2)) - (fp_line (start -7.88 -7.16) (end -7.99 -7.11) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fb07492c-d4ca-4a78-b92a-c3b14ed44b3f)) - (fp_line (start -7.88 5.47) (end -7.88 5.66) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9795a58d-0ac3-430a-9422-aa4c197a5f6c)) - (fp_line (start -7.88 5.66) (end -7.88 5.97) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5256a2e5-5d23-4520-bca8-57cb50ff01c2)) - (fp_line (start -7.88 5.97) (end -7.88 6.17) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3da59bc6-70b3-471f-bbfc-55990eeb98e5)) - (fp_line (start -7.88 6.17) (end -7.87 6.38) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7d09a68e-643b-46b5-bca3-b94cb9bccd70)) - (fp_line (start -7.875 -9.575) (end -7.842 -9.685) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 66734891-cd33-4205-a68e-7aa74d4b75f8)) - (fp_line (start -7.87 6.38) (end -7.9 6.15) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 1c44338c-b9a1-4269-978f-e8fd90211a46)) - (fp_line (start -7.86 2.55) (end -7.75 2.58) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 1d5c7df0-522c-4a10-9a69-07abea9a1183)) - (fp_line (start -7.849 9.365) (end -7.697 9.378) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1c6c46b2-dd9e-430f-85e9-621815ceca94)) - (fp_line (start -7.842 -9.685) (end -7.823 -9.756) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 92587ea2-e589-4cd0-a110-fdbbe9573c25)) - (fp_line (start -7.823 -9.756) (end -7.816 -9.781) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a5d527e3-93e5-4f7c-9403-79aabfbdc470)) - (fp_line (start -7.81 -2.6) (end -7.73 -2.56) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7048b6de-9faa-47a1-99c5-b74e17a09a6e)) - (fp_line (start -7.8 -4.56) (end -7.65 -4.49) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp cefc466a-271e-483c-abaa-dae7c1574727)) - (fp_line (start -7.8 2.73) (end -7.9 2.63) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d9486185-1c1d-4547-bd7d-6cdded6e4187)) - (fp_line (start -7.79 5.26) (end -7.88 5.47) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d9a88a97-e7e1-4571-8028-07e1b736766b)) - (fp_line (start -7.78 -7.21) (end -7.88 -7.16) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 93ef09ab-58f4-40ee-8d2b-6370d66890c0)) - (fp_line (start -7.75 2.58) (end -7.61 2.64) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ee19307b-ab88-4d6f-9dfb-4149660b5a08)) - (fp_line (start -7.73 -2.56) (end -7.65 -2.49) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d7ca4669-23a4-4571-85ab-fbd03c4b29b9)) - (fp_line (start -7.7 -7.26) (end -7.78 -7.21) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 56ff2288-13d4-4098-a5c7-84a24b2613d1)) - (fp_line (start -7.697 9.378) (end -7.536 9.385) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9c7af13e-949e-4a55-a6b7-45ef51b4f106)) - (fp_line (start -7.696 -4.535) (end -7.671 -4.974) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5cab06cf-94fa-4c5d-abc1-110cb0208f01)) - (fp_line (start -7.69 5.87) (end -7.79 5.26) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 59fe4e68-4119-4952-b511-7d1576b16691)) - (fp_line (start -7.67 -4.92) (end -7.59 -4.91) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 27fc8656-6226-4381-8e8c-fcbb6b9cbbc0)) - (fp_line (start -7.66 -5.48) (end -7.69 -4.92) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ff3e9ca9-6dc0-4496-aebe-20f4a6d61445)) - (fp_line (start -7.65 -4.49) (end -7.43 -4.37) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3cdd1d4e-65c2-4726-934e-57a60432541b)) - (fp_line (start -7.65 -2.49) (end -7.6 -2.43) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7af1455e-5ab2-4286-8c74-1c6dee563208)) - (fp_line (start -7.65 2.86) (end -7.8 2.73) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fd41e0a0-0c45-4beb-acb0-15535c603bb5)) - (fp_line (start -7.65 6.09) (end -7.69 5.87) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 01478f52-711e-460d-9130-927d9df325cb)) - (fp_line (start -7.61 2.64) (end -7.5 2.7) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 80215c98-408c-4508-93c7-1e56cf06a8a8)) - (fp_line (start -7.61 6.26) (end -7.65 6.09) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 28221cea-e5dd-4443-909d-f89dc42a5054)) - (fp_line (start -7.6 -2.43) (end -7.55 -2.36) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 35fc5917-85ed-430a-af29-e1aaa9fddb54)) - (fp_line (start -7.59 -7.34) (end -7.7 -7.26) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7af171ef-c1a8-4817-ac3c-eb72938c314e)) - (fp_line (start -7.59 -4.91) (end -7.5 -4.93) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 98e246fc-6637-419f-a1a8-e2b22f10addf)) - (fp_line (start -7.57 6.44) (end -7.61 6.26) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7bdee640-e6be-4899-b318-a0ad1af68164)) - (fp_line (start -7.55 -2.36) (end -7.53 -2.33) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f50237bb-f9c4-46da-b66f-024d10bb7b7e)) - (fp_line (start -7.55 1.77) (end -7.37 1.88) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9180d7c2-ce82-4cd5-b2d5-d944586fb090)) - (fp_line (start -7.536 9.385) (end -7.37 9.386) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6e23d37a-3804-4cb0-9f56-ede150eedda5)) - (fp_line (start -7.52 1.51) (end -7.49 1.59) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 18282a1a-7012-465b-b257-9994d1176f23)) - (fp_line (start -7.5 -4.93) (end -7.39 -4.98) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7dc50517-93ab-4193-ac41-8278ba10e249)) - (fp_line (start -7.5 2.7) (end -7.35 2.79) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 211ba5f5-6627-4b10-b9d4-2b719a124b05)) - (fp_line (start -7.5 6.63) (end -7.57 6.44) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 142e2cf6-b82f-4007-9894-377d26b8ab0d)) - (fp_line (start -7.49 -7.42) (end -7.59 -7.34) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d4bb1d66-04fd-4536-a2d7-b63f444dbb57)) - (fp_line (start -7.49 1.59) (end -7.45 1.67) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e02aa7f6-3311-45f9-a392-49d8927cbc6a)) - (fp_line (start -7.46 3) (end -7.65 2.86) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3f473a8d-2328-4446-9e36-aaf72c0dfceb)) - (fp_line (start -7.46 6.43) (end -7.5 6.63) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp eaf7bad2-f505-4235-ac62-4996b9281847)) - (fp_line (start -7.45 1.67) (end -7.39 1.75) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 1e9dcbc0-ed04-41e3-9512-fbb37cd7d179)) - (fp_line (start -7.43 -4.37) (end -7.27 -4.28) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 179ded49-c8d7-40c2-a728-5841fda625bd)) - (fp_line (start -7.43 1.62) (end -7.52 1.51) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 497283dc-5316-4045-8e79-68a8bb50f4f5)) - (fp_line (start -7.42 6.25) (end -7.46 6.43) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8bb0a05e-e024-4c96-8062-b72bb8f6b3b6)) - (fp_line (start -7.39 -4.98) (end -7.28 -5.03) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6b24a7a2-717b-4448-a40d-7886a2ed3d71)) - (fp_line (start -7.39 1.75) (end -6.94 1.95) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 29ba223f-0062-42d7-819b-390aa3bcacc3)) - (fp_line (start -7.38 6.07) (end -7.42 6.25) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp aa8e79d5-4110-472a-8939-dffc4dee8b42)) - (fp_line (start -7.37 -7.53) (end -7.49 -7.42) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 066e1992-d763-4a9e-8986-82a289c6f7d3)) - (fp_line (start -7.37 0.31) (end -7.37 0.42) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp efd7d119-139b-46c7-a740-b97f28a1acd9)) - (fp_line (start -7.37 0.42) (end -7.37 0.5) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5356313d-c6c9-4e43-8779-7f5954c39660)) - (fp_line (start -7.37 0.5) (end -7.36 0.61) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 1947ea8e-3ea5-493b-ab1c-4e8c5a675398)) - (fp_line (start -7.37 1.88) (end -7.13 1.99) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d6359131-a990-459a-850e-6c100e2b0fca)) - (fp_line (start -7.37 9.386) (end -7.197 9.38) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 730780c7-40bd-484b-b640-ae047209b478)) - (fp_line (start -7.36 0.61) (end -7.34 0.73) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp be9bd86b-4cd5-4bd2-a31b-b062107d2a54)) - (fp_line (start -7.36 1.67) (end -7.43 1.62) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4572eec0-5fb0-46c6-89b0-d3341f37f9b8)) - (fp_line (start -7.35 0.18) (end -7.37 0.31) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 291cc86e-d7a1-4f14-983b-0e47c854bfea)) - (fp_line (start -7.35 2.79) (end -7.21 2.88) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 306245f6-c9a6-4171-8c7a-27ad4c131cc8)) - (fp_line (start -7.34 0.73) (end -7.32 0.82) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7b2e7361-0d1f-4a92-a4d0-dd4722c9bc0c)) - (fp_line (start -7.34 5.85) (end -7.38 6.07) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c82a2eee-3656-406a-a5cb-6b727ac05b34)) - (fp_line (start -7.32 0.82) (end -7.28 0.96) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f9bc0e2e-b866-4474-96af-9520a16e439e)) - (fp_line (start -7.31 0.05) (end -7.35 0.18) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 708c8a34-f258-4554-8b50-7818f1e46fec)) - (fp_line (start -7.31 5.69) (end -7.34 5.85) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c5ec54f0-0d08-4954-a314-8acf9272ac84)) - (fp_line (start -7.29 1.73) (end -7.36 1.67) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 10d4acf9-eb07-4704-a954-054e4658f650)) - (fp_line (start -7.28 -5.03) (end -7.2 -5.08) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 47d22e24-7c7f-4617-a22e-884660a7a8ff)) - (fp_line (start -7.28 0.96) (end -7.24 1.08) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 42460404-dc50-4148-9d5f-cac0b90af438)) - (fp_line (start -7.28 5.51) (end -7.31 5.69) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f3de2775-f0cf-4183-8569-58c2de09dee1)) - (fp_line (start -7.27 -4.28) (end -7.05 -4.14) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7ce3b15b-ff03-4c37-a69c-50cee9ac8363)) - (fp_line (start -7.27 -0.04) (end -7.31 0.05) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 55682d2e-622c-420d-9c4c-b25e379c0cee)) - (fp_line (start -7.25 -7.65) (end -7.37 -7.53) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5d82a0b1-5c8e-42d0-8222-7c4b7e42e518)) - (fp_line (start -7.25 5.29) (end -7.28 5.51) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a510e5e5-5ef7-4d6a-a501-65eee345df9c)) - (fp_line (start -7.24 1.08) (end -7.23 1.11) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 57be4481-578e-480a-b137-dcb8fd95babf)) - (fp_line (start -7.23 -0.11) (end -7.27 -0.04) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fe776f0b-ee51-486d-9e06-f8f16374a646)) - (fp_line (start -7.23 3.15) (end -7.46 3) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 26cd24ad-dc7e-4f22-8cf0-d09179b0d265)) - (fp_line (start -7.22 5.11) (end -7.25 5.29) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a85ba885-21f0-4ec6-a484-69d88e0e6f44)) - (fp_line (start -7.21 1.12) (end -7.15 0.99) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 692dffb0-eeb3-460d-80d8-8bd9541d6d51)) - (fp_line (start -7.21 2.88) (end -7.09 2.97) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6884c1b4-ba74-400a-b15a-2bf546c04e73)) - (fp_line (start -7.2 -5.08) (end -7.1 -5.14) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp cfc3b2fc-1257-4353-9902-85cb6291fba4)) - (fp_line (start -7.197 9.38) (end -7.021 9.365) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5ea450c5-c799-4c49-a77b-90af3b812ea4)) - (fp_line (start -7.17 -0.21) (end -7.23 -0.11) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 29d94e71-4a82-4acd-a9a6-3ce8158eea40)) - (fp_line (start -7.17 1.79) (end -7.29 1.73) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e0c493ec-d4a1-42a2-9d32-6efc5916ca66)) - (fp_line (start -7.15 0.99) (end -7.11 0.93) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8af22483-6986-4db8-a478-e3da735ace71)) - (fp_line (start -7.15 5) (end -7.22 5.11) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7331b4f5-537b-4797-b38c-6afa10e0716d)) - (fp_line (start -7.13 1.99) (end -6.95 2.04) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d854e56c-a962-466d-bce7-bfb3c9c54498)) - (fp_line (start -7.12 -7.8) (end -7.25 -7.65) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 16fbbcc3-471d-4df7-bd39-383fab759fde)) - (fp_line (start -7.12 -0.58) (end -7.05 -0.62) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a2596afc-a768-4a7c-9191-a7e735f775bd)) - (fp_line (start -7.12 5) (end -7.15 5) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2ff466f2-a10f-4d30-86d0-258970718dd1)) - (fp_line (start -7.11 0.93) (end -7.05 0.88) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 552d2777-af2b-41ec-a31e-cd43b7c8490e)) - (fp_line (start -7.1 -5.14) (end -7.01 -5.2) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6109efee-34d5-4820-b2f1-2e5974922f54)) - (fp_line (start -7.09 -0.31) (end -7.17 -0.21) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2b3e8080-6e59-452f-841b-e804bf3dea49)) - (fp_line (start -7.09 1.83) (end -7.17 1.79) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 51e38831-b6fe-409b-99e0-ea87fc114c30)) - (fp_line (start -7.09 2.97) (end -6.94 3.08) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6ec69bf0-bd27-4e31-8522-71d586cb9b08)) - (fp_line (start -7.08 -7.85) (end -7.05 -7.8) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d9e64fec-799c-44df-859d-e1ddb2b2b9a0)) - (fp_line (start -7.07 5.41) (end -7.12 5) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 65acf8e5-9f16-4350-9eac-4ec481b2ee30)) - (fp_line (start -7.05 -7.8) (end -7.02 -7.76) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8b14e97f-a7f6-455f-85ae-a0954b928855)) - (fp_line (start -7.05 -4.14) (end -6.67 -3.88) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2717f789-6e9a-45e5-ba68-0e97a483a090)) - (fp_line (start -7.05 -0.62) (end -6.99 -0.65) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d1cf4093-87af-4b49-8879-3ac410551bfc)) - (fp_line (start -7.05 0.88) (end -6.96 0.84) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8ce025a1-9853-4cfa-8a57-0f90476397e9)) - (fp_line (start -7.04 5.71) (end -7.07 5.41) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 789426ba-1b00-402b-9dd7-4cc463c090a5)) - (fp_line (start -7.021 9.365) (end -6.841 9.341) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a56d1fde-b4ad-42de-a848-9c94bc0cbe09)) - (fp_line (start -7.02 -7.93) (end -7.12 -7.8) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f930fa91-6adf-4e04-b42b-e0932fc06543)) - (fp_line (start -7.02 -7.76) (end -6.98 -7.72) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f8dfbcec-1704-46b0-8ba3-862aa1011c94)) - (fp_line (start -7.01 -5.2) (end -6.91 -5.27) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 97c58935-8898-41d5-af6f-2caecb03bd8b)) - (fp_line (start -7.01 5.99) (end -7.04 5.71) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8bbd3c40-a2e0-418c-842d-ed1052422596)) - (fp_line (start -7 6.43) (end -7.01 5.99) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5985685d-e43d-436c-af13-33e3e86848ac)) - (fp_line (start -6.99 -0.65) (end -6.91 -0.69) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d3262cbf-1f75-4047-bb3d-01b21ddbafa6)) - (fp_line (start -6.99 -0.4) (end -7.09 -0.31) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6a680daf-5077-4fe1-a6fb-381b32e17c20)) - (fp_line (start -6.99 3.29) (end -7.23 3.15) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 45580b2c-f853-4bae-b48d-8b2b7a8c9649)) - (fp_line (start -6.98 -7.72) (end -6.94 -7.69) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e710d65f-4900-4930-9990-68422a72b78f)) - (fp_line (start -6.98 1.86) (end -7.09 1.83) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 056c9c13-522f-449c-84bd-83c95f6465a1)) - (fp_line (start -6.97 6.15) (end -7 6.43) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 857117d1-7a42-453d-94a5-a2a1563415c2)) - (fp_line (start -6.96 0.84) (end -6.86 0.82) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e13a898a-5de8-4d94-a80e-b064cdd01fc8)) - (fp_line (start -6.95 -8.02) (end -7.02 -7.93) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3ae98a70-72b8-4d72-8f0c-ecef7b1ca6d6)) - (fp_line (start -6.95 2.04) (end -6.79 2.07) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8baf31fa-31f2-4e84-ad86-348df774f617)) - (fp_line (start -6.94 -7.69) (end -6.9 -7.67) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ba659ad4-f6ac-4fc8-b519-f7116425af73)) - (fp_line (start -6.94 1.95) (end -6.59 1.98) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp bc0c4d76-7073-443a-8935-0c1edc20eb60)) - (fp_line (start -6.94 3.08) (end -6.83 3.16) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3be5bd27-9454-4a5f-b633-97d435ecd4be)) - (fp_line (start -6.93 5.81) (end -6.97 6.15) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 43a0eb75-5fcf-4672-aa9e-0cc7c7115f22)) - (fp_line (start -6.92 5.57) (end -6.93 5.81) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 024cc201-4a12-4ae8-bfab-38147f08c82b)) - (fp_line (start -6.91 -5.27) (end -6.82 -5.33) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b10dfd5a-5d78-45f7-bb38-39704568a3b6)) - (fp_line (start -6.91 -0.69) (end -6.85 -0.72) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp cca964ad-d64e-4c84-a05a-4b48498db544)) - (fp_line (start -6.91 5.34) (end -6.92 5.57) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fc08e6b2-9093-4242-9028-d1ac105c2346)) - (fp_line (start -6.9 -7.67) (end -6.85 -7.65) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a899f147-0456-4c4c-a26b-178ed678750a)) - (fp_line (start -6.9 5.12) (end -6.91 5.34) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp beed807b-094b-4007-a6bf-646ea2fee72e)) - (fp_line (start -6.88 -0.48) (end -6.99 -0.4) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4c181c82-3856-46b2-8d6b-7ada0b0e0dbd)) - (fp_line (start -6.87 -8.14) (end -6.95 -8.02) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5b77bfad-fdd5-4e7d-86ed-ad21fd1ee4e0)) - (fp_line (start -6.86 0.82) (end -6.74 0.82) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0f6ca36b-4e91-4d2e-9f6d-1a233014754f)) - (fp_line (start -6.85 -7.65) (end -6.79 -7.64) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 029d749e-2289-4769-a0ce-e768bbda0cd0)) - (fp_line (start -6.85 -0.72) (end -6.77 -0.75) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d44cf594-638f-424d-936a-6e9ed7c314ce)) - (fp_line (start -6.85 1.89) (end -6.98 1.86) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 74e18c92-61e9-4154-8a7c-dfbd4a946e5e)) - (fp_line (start -6.841 9.341) (end -6.658 9.305) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 226748a0-9c54-4438-a724-741c7846a7bf)) - (fp_line (start -6.83 3.16) (end -6.73 3.25) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 60e6d176-aade-439f-80d8-764c13ba9024)) - (fp_line (start -6.82 -8.21) (end -6.87 -8.14) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp bad86c5b-550c-459d-ae24-5ea963bd342c)) - (fp_line (start -6.82 -5.33) (end -6.71 -5.41) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d4afa5e8-9757-447e-9a26-66d5df023d71)) - (fp_line (start -6.79 -7.64) (end -6.75 -7.64) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp df5d2842-95e0-4dc7-91e0-af6aa7f859bb)) - (fp_line (start -6.79 2.07) (end -6.62 2.09) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d2eb360b-2bc4-4408-a8b3-07959277e262)) - (fp_line (start -6.79 5.04) (end -6.9 5.12) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp eae70e4c-a4fe-42ec-9720-c05b32ed5140)) - (fp_line (start -6.78 -0.53) (end -6.88 -0.48) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 95b7f2da-98e3-4cce-ac19-d396a7cb212b)) - (fp_line (start -6.77 -0.75) (end -6.68 -0.78) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f90672d0-2ca8-4eaf-98ba-17042306fced)) - (fp_line (start -6.76 -8.32) (end -6.82 -8.21) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 73cb09ad-e380-49f3-bc9d-038b1104bc93)) - (fp_line (start -6.76 3.4) (end -6.99 3.29) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 226e6848-5ca6-48e1-bb24-ee9637a3e720)) - (fp_line (start -6.75 -7.64) (end -6.7 -7.65) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4b64ce61-cd9f-4068-855a-a918a6209675)) - (fp_line (start -6.75 1.91) (end -6.85 1.89) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2f5f8e07-82d7-4697-8ac1-989270a8e323)) - (fp_line (start -6.74 -8.32) (end -6.76 -8.32) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7f093f1d-323b-4b4e-b33a-3f6815b22768)) - (fp_line (start -6.74 0.82) (end -6.65 0.82) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 702bcc4a-1260-4306-a7ef-df0173640909)) - (fp_line (start -6.73 3.25) (end -6.64 3.32) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7056f785-c3a5-4410-b6bb-e5d4b16e698a)) - (fp_line (start -6.71 -5.41) (end -6.57 -5.52) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d6ba3164-fde5-407c-b20d-e6bb69620a1b)) - (fp_line (start -6.7 -7.65) (end -6.62 -7.68) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b3d79b21-e9ec-46a6-9b4b-229c9984a42a)) - (fp_line (start -6.69 -8.24) (end -6.74 -8.32) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4f5c185a-e11b-4d82-a8bc-b9689c9c633b)) - (fp_line (start -6.68 -0.78) (end -6.61 -0.79) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ebcfdf36-110d-4f79-9de0-e4fcd76c1d6e)) - (fp_line (start -6.67 -3.88) (end -6.47 -3.73) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f21a2c3b-3754-4d5f-9b26-191ad8769b23)) - (fp_line (start -6.66 -0.56) (end -6.78 -0.53) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a39b3356-a010-429a-a766-68905309a2a8)) - (fp_line (start -6.66 1.91) (end -6.75 1.91) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f8371471-4211-4368-9dd3-157e5ded70c0)) - (fp_line (start -6.658 9.305) (end -6.474 9.258) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 28aab436-a04a-4f1d-a887-4f09513fdc8a)) - (fp_line (start -6.65 0.82) (end -6.53 0.85) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f081c5ee-2d7c-454a-ae5e-f89b6ddc1d26)) - (fp_line (start -6.64 -8.15) (end -6.69 -8.24) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6d259b3b-196b-4e6b-acdf-fc3e09319776)) - (fp_line (start -6.64 3.32) (end -6.54 3.41) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fa93048a-0287-417c-a157-84428f11f7dd)) - (fp_line (start -6.62 -7.68) (end -6.6 -7.7) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f64ffca7-3c88-48d2-8d78-4bd7ec67bd1b)) - (fp_line (start -6.62 2.09) (end -6.45 2.08) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d4a14347-f106-4fab-9c3e-cd8a875c683c)) - (fp_line (start -6.62 3.46) (end -6.76 3.4) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 02bac189-ce88-4201-a986-e602f9553dc1)) - (fp_line (start -6.61 -0.79) (end -6.53 -0.8) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ba033dd1-a5e2-4136-b71b-d0a1cef6fc1f)) - (fp_line (start -6.61 4.9) (end -6.79 5.04) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 88c300c8-0e7a-4e34-88e0-147438387595)) - (fp_line (start -6.6 -7.7) (end -6.56 -7.74) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9110f47f-a990-4603-9888-a44e93a8108c)) - (fp_line (start -6.59 -8.04) (end -6.64 -8.15) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d6707dd1-1c60-4d7e-8bf8-d81571e173bf)) - (fp_line (start -6.59 1.98) (end -6.16 1.93) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3aed5f29-363b-4eca-a21e-756b68fe8f23)) - (fp_line (start -6.57 -5.52) (end -6.5 -5.58) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 23b2684a-2e45-4486-8777-c94a6d847baf)) - (fp_line (start -6.56 -7.74) (end -6.52 -7.78) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e0a5752b-7977-4fe6-89e3-7b0cd68f3242)) - (fp_line (start -6.55 -7.95) (end -6.59 -8.04) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f603df29-ba7f-4366-8b24-7592d4086934)) - (fp_line (start -6.54 3.41) (end -6.39 3.53) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2143a25a-25e8-4e2e-9312-ce2f7400ce5a)) - (fp_line (start -6.53 -0.8) (end -6.4 -0.79) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0e37a1ae-bf06-4c70-ae4c-e7cee553b0b3)) - (fp_line (start -6.53 0.85) (end -6.45 0.89) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dcff4fe4-a296-4fc0-a12d-bb6b3501faf2)) - (fp_line (start -6.53 1.91) (end -6.66 1.91) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3c6ce34b-07ed-4efb-887e-8dcc88f1612e)) - (fp_line (start -6.52 -7.78) (end -6.5 -7.81) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d926cf39-414a-4944-b6d1-f15d112b5842)) - (fp_line (start -6.5 -7.81) (end -6.55 -7.95) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 06bccb0b-2f4b-4092-834b-3871294199da)) - (fp_line (start -6.5 -5.58) (end -6.43 -5.64) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 58d7fa4b-9912-4b07-bc12-5c063b15dc64)) - (fp_line (start -6.5 -0.58) (end -6.66 -0.56) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e50812bf-0199-4ce8-96e2-2acd9a19f7c3)) - (fp_line (start -6.48 3.51) (end -6.62 3.46) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f0305a19-1293-46c9-9810-aa49b8dab8a4)) - (fp_line (start -6.474 9.258) (end -6.29 9.196) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 45b2cd71-50dd-4f61-80ce-9a5382fe6dd4)) - (fp_line (start -6.47 -3.73) (end -6.3 -3.6) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c06b07a5-81e8-4fba-b75f-eafa053e1406)) - (fp_line (start -6.45 0.89) (end -6.39 0.94) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d6487266-4010-40c8-82a0-ce8d241c85c6)) - (fp_line (start -6.45 2.08) (end -6.26 2.05) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 777a7d71-7105-4515-9e2c-011e98c36c8b)) - (fp_line (start -6.44 -7.59) (end -6.5 -7.81) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3f787304-0f09-428f-9615-a178d53b5ed2)) - (fp_line (start -6.43 -5.64) (end -6.32 -5.74) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 51aef7ea-783f-44d5-8cab-9faf10da9064)) - (fp_line (start -6.43 4.74) (end -6.61 4.9) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp efac1476-0526-4b34-8ce9-2b1c7beb121b)) - (fp_line (start -6.4 -0.79) (end -6.3 -0.77) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 04f09747-54bd-4ccb-936d-3baa80652154)) - (fp_line (start -6.39 -7.39) (end -6.44 -7.59) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6a787b26-86fe-4c4f-b92f-6381c95ee933)) - (fp_line (start -6.39 0.94) (end -6.33 1.01) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7075a498-5749-4f19-ba7d-9b8161486d1a)) - (fp_line (start -6.39 3.53) (end -7.82 2.64) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c9a3c459-3ae2-4228-8c64-9130d340c1be)) - (fp_line (start -6.39 3.53) (end -6.48 3.51) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 43d030b0-c46c-4448-bc9e-987f12c7559d)) - (fp_line (start -6.38 1.89) (end -6.53 1.91) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp bad15ef1-4174-4239-b07e-7b1abace56d9)) - (fp_line (start -6.35 -0.57) (end -6.5 -0.58) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7e469a82-52a7-4eb1-be03-bc9c0642b27e)) - (fp_line (start -6.33 -7.09) (end -6.39 -7.39) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7594fd2b-c5d9-4333-9f70-e53128d27c5a)) - (fp_line (start -6.33 1.01) (end -6.3 1.06) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp cd5e5396-17e0-450e-8b9a-002266132cf2)) - (fp_line (start -6.32 -5.74) (end -6.24 -5.82) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 32a2f93b-16df-4770-bc80-527fdb2ae15f)) - (fp_line (start -6.3 -6.91) (end -6.33 -7.09) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 98155800-78e7-48e2-b416-a5948d22b132)) - (fp_line (start -6.3 -3.6) (end -6.17 -3.49) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f27a0a1a-93ad-49f4-89fe-1730de977ec9)) - (fp_line (start -6.3 -0.77) (end -6.22 -0.75) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e8c88107-4c00-44bc-b07f-5c8bcb21af78)) - (fp_line (start -6.3 1.06) (end -6.27 1.16) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c815f8c2-60a3-41e6-9457-b1a6b30692c1)) - (fp_line (start -6.29 9.196) (end -6.106 9.12) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 481d8c49-260f-40f8-9d7a-177fecb9140f)) - (fp_line (start -6.28 -6.75) (end -6.3 -6.91) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 665ff082-de8d-4434-bdea-5354e7d0b15e)) - (fp_line (start -6.27 1.16) (end -6.26 1.2) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8106e159-fb99-406c-bc50-06500718779d)) - (fp_line (start -6.26 1.2) (end -6.25 1.27) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4f483546-5fe1-407e-aca5-4726d4b59bdf)) - (fp_line (start -6.26 1.86) (end -6.38 1.89) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 16e7dd30-8a60-41e6-8325-60db1ff50bda)) - (fp_line (start -6.26 2.05) (end -6.08 2) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fad34361-5673-4b6b-8616-ccc33cd00c24)) - (fp_line (start -6.25 -6.5) (end -6.28 -6.75) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e701a39e-8bd3-440b-8d4a-26c336209834)) - (fp_line (start -6.25 1.27) (end -6.25 1.34) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp adad9755-afe1-4118-bfb8-41d502969aa3)) - (fp_line (start -6.25 1.34) (end -6.25 1.42) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e29ecb3b-bdd4-4ff6-80c6-b91117ba47bf)) - (fp_line (start -6.25 1.42) (end -6.15 1.36) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9e70a67e-a0cb-4ed7-a04f-451f35eb0aa2)) - (fp_line (start -6.24 -5.82) (end -6.15 -5.94) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 748d63ca-ef14-4e90-85ec-56619f2bea16)) - (fp_line (start -6.23 -0.54) (end -6.35 -0.57) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d8ac61b3-a533-4f15-9856-f7b341d352a1)) - (fp_line (start -6.22 -0.75) (end -6.14 -0.72) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 09986a87-49c2-4491-b1b1-87dfad52ab95)) - (fp_line (start -6.22 4.54) (end -6.43 4.74) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5a4bc6d2-0d85-4372-a33c-675ce6ae880e)) - (fp_line (start -6.199 -5.783) (end -6.18 -5.802) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5f88a249-af85-4825-b9e1-a3ec67ffc637)) - (fp_line (start -6.19 -6.15) (end -6.25 -6.5) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b75ad8c5-9f55-49ef-9af8-7ab1b11ab9d4)) - (fp_line (start -6.18 -5.802) (end -6.155 -5.835) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cfdd684c-0d04-48e4-a62a-4b899d9ad32f)) - (fp_line (start -6.17 -6.12) (end -6.155 -6.26) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f46f4b86-daf6-4869-98cb-928039f00f5f)) - (fp_line (start -6.17 -3.49) (end -5.97 -3.31) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 39146702-2809-457e-9c0d-9bd6a611c17a)) - (fp_line (start -6.16 1.93) (end -5.84 1.75) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 388986aa-d9a5-485c-b2a5-20f9608e57de)) - (fp_line (start -6.156 -5.771) (end -6.199 -5.783) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 899f373a-cf16-4f13-9d21-dfc8f80ca371)) - (fp_line (start -6.155 -6.26) (end -6.137 -6.347) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b7e9cf10-b74e-4e80-a7f1-e33a29fe56de)) - (fp_line (start -6.155 -5.835) (end -6.127 -5.884) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e6eb6955-2cd6-4a24-9d4c-bf3c42dcce77)) - (fp_line (start -6.15 -5.94) (end -6.19 -6.15) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2415f537-fa6d-4c04-bd97-00b9f7ab939d)) - (fp_line (start -6.15 1.36) (end -6.06 1.31) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f52f1267-ef72-4576-80d0-5917f82db729)) - (fp_line (start -6.14 -0.72) (end -6.12 -0.71) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0c190730-a9e0-4c4a-8e33-74ee97fb990f)) - (fp_line (start -6.137 -6.347) (end -6.117 -6.441) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b05af61d-3c1d-44cf-aea2-61fd169c9d1a)) - (fp_line (start -6.127 -5.884) (end -6.094 -5.946) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 43cc948b-7aa9-4530-a448-911bd0e35fae)) - (fp_line (start -6.12 -0.5) (end -6.23 -0.54) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d22db607-bea2-4c52-8eb6-eb70b4714d8e)) - (fp_line (start -6.117 -6.441) (end -6.096 -6.544) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6c5e0d12-8ed5-4c38-93b5-5d0f856a23b9)) - (fp_line (start -6.11 1.8) (end -6.26 1.86) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 99fae41c-2f63-4408-bdc3-75a6970f2a0d)) - (fp_line (start -6.106 9.12) (end -5.924 9.028) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 443b842e-cdd6-495f-a7fb-0cef04c17274)) - (fp_line (start -6.096 -6.544) (end -6.076 -6.655) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fd1d5da9-cff8-4c76-9b2b-14585edbbb1e)) - (fp_line (start -6.094 -5.946) (end -6.057 -6.021) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 449c1c23-1f0d-4ed5-b566-2c18ec95c2a3)) - (fp_line (start -6.08 2) (end -5.96 1.95) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3f2f1aeb-24f2-4597-bbb9-54b12c752d6f)) - (fp_line (start -6.076 -6.655) (end -6.055 -6.775) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3f40e620-2b34-4c9e-b852-1ba39e3dbc3a)) - (fp_line (start -6.06 1.31) (end -5.91 1.2) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d6d675b8-f9ac-4030-acc8-a357acd0a266)) - (fp_line (start -6.057 -6.021) (end -6.018 -6.109) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9b11964f-5943-49c9-bbf0-08d035779463)) - (fp_line (start -6.055 -6.775) (end -6.034 -6.903) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 48d919bf-1f23-4426-bfff-25ceb2530f1f)) - (fp_line (start -6.05 4.37) (end -6.22 4.54) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b90f2dfd-9639-4bac-9825-9f33089900c6)) - (fp_line (start -6.043 -5.743) (end -6.156 -5.771) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 77b09fa1-fbbb-49ab-94c4-069660b694ff)) - (fp_line (start -6.034 -6.903) (end -6.013 -7.039) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 44f6de44-c3d8-405f-ac4c-196fb6e5deee)) - (fp_line (start -6.03 -0.45) (end -6.12 -0.5) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp aff84b5c-8e56-466e-b662-9df2e66e5713)) - (fp_line (start -6.018 -6.109) (end -5.975 -6.21) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3c847883-a462-4ea9-9466-d1dd1edc5a97)) - (fp_line (start -6.013 -7.039) (end -5.993 -7.184) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2ecadc66-69f8-45d0-bf37-af9bed077d19)) - (fp_line (start -5.993 -7.184) (end -5.974 -7.337) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9f7324c5-50a2-442c-8a80-edf04aa2b2ac)) - (fp_line (start -5.993 -5.646) (end -6.11 -5.793) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9004cee7-358e-4c08-9d64-a05f28a4e7b6)) - (fp_line (start -5.975 -6.21) (end -5.93 -6.321) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a43501fb-72a9-4536-bb81-9f53755e8169)) - (fp_line (start -5.974 -7.337) (end -5.955 -7.497) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 25ada721-670a-4020-ae0b-77410c4e375a)) - (fp_line (start -5.97 -3.31) (end -5.81 -3.15) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f940397b-29a5-4617-bd9c-f177a971b5e8)) - (fp_line (start -5.96 1.72) (end -6.11 1.8) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 22f315f8-0151-4d27-8242-3486735e4932)) - (fp_line (start -5.96 1.95) (end -5.83 1.89) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 88d47af8-f385-41c3-a158-4c2020d5a72a)) - (fp_line (start -5.955 -7.497) (end -5.938 -7.666) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 22fad860-3ccd-4e16-bb76-65feba77694a)) - (fp_line (start -5.938 -7.666) (end -5.922 -7.843) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b2944857-047d-4655-a00b-49e658220448)) - (fp_line (start -5.93 -6.321) (end -5.883 -6.443) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a1cf3838-7a06-43e1-a94f-aa849ba69819)) - (fp_line (start -5.924 9.028) (end -5.745 8.919) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7ab8aff0-29e4-4be7-af1f-6a97b7752e20)) - (fp_line (start -5.922 -7.843) (end -5.907 -8.028) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5c98cb3c-93cf-496b-a0fd-51386a56d77e)) - (fp_line (start -5.91 -0.36) (end -6.03 -0.45) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9397f066-146e-4896-a893-48ef11276451)) - (fp_line (start -5.91 1.2) (end -5.82 1.1) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6d5bf990-e87a-4829-a61f-8ea7b3162465)) - (fp_line (start -5.907 -8.028) (end -5.894 -8.221) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d92eb7fd-0303-4aaa-b39e-7bf35dbafd2d)) - (fp_line (start -5.894 -8.221) (end -5.883 -8.423) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 842c62a3-da79-4cc2-9eb8-0e81d553171d)) - (fp_line (start -5.888 -5.499) (end -5.993 -5.646) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b2ecb88a-4c09-46d5-b24a-de38dbb48f75)) - (fp_line (start -5.883 -8.423) (end -5.875 -8.631) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dba4ad5b-8704-4fc8-9247-b9c4709cf1cf)) - (fp_line (start -5.883 -6.443) (end -5.834 -6.576) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 73975e5a-04c0-454b-b7b1-06dcb3c81497)) - (fp_line (start -5.881 -5.709) (end -6.043 -5.743) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4829bee0-faa8-43f7-b2d7-8a6e5d1b3050)) - (fp_line (start -5.88 4.18) (end -6.05 4.37) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 36adf605-c4e5-49a0-bfb5-ef01a47e7ac6)) - (fp_line (start -5.875 -8.631) (end -5.868 -8.848) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9801ccc8-5152-40bb-932d-67072f8cd8ad)) - (fp_line (start -5.868 -8.848) (end -5.865 -9.073) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f6c96c0d-4cf7-4e5a-ad96-cb52e5fda138)) - (fp_line (start -5.866 -9.545) (end -5.872 -9.793) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 487ede9d-e4e2-47c1-b417-084ff862638c)) - (fp_line (start -5.865 -9.073) (end -5.864 -9.305) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3f43b8cc-e232-4de4-a8bc-56a1a1c0a87a)) - (fp_line (start -5.864 -9.305) (end -5.866 -9.545) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7fa098fb-b644-4e64-920e-8328b5d12f21)) - (fp_line (start -5.846 5.737) (end -5.883 5.858) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2f8dfa45-14b0-4de4-b3b0-e7b73da81a0a)) - (fp_line (start -5.84 -0.29) (end -5.91 -0.36) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a49b3da8-6010-4095-aa91-6b927d37e1a9)) - (fp_line (start -5.84 1.63) (end -5.96 1.72) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c148c1ef-0e9d-4e98-93bb-63ce4325ce1d)) - (fp_line (start -5.84 1.75) (end -5.55 1.51) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d62b9747-f33c-4238-945e-0988aa465b71)) - (fp_line (start -5.834 -6.576) (end -5.784 -6.718) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bdb69042-8fa0-4d7e-be19-fed7218cdfd8)) - (fp_line (start -5.83 1.89) (end -5.72 1.81) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 68617ba5-42bf-490f-8799-0863bd897117)) - (fp_line (start -5.82 1.1) (end -5.74 0.98) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c5500aa7-533e-4660-a458-6bb3014c7d4e)) - (fp_line (start -5.815 5.598) (end -5.846 5.737) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1cd08355-701e-4fba-886f-d48517dcccf5)) - (fp_line (start -5.81 -3.15) (end -5.63 -2.94) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a7b396e8-387b-4006-982d-ca6acb770010)) - (fp_line (start -5.794 -5.351) (end -5.888 -5.499) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d8ebdeb0-2bbd-4a1b-a259-f95c97f44cbe)) - (fp_line (start -5.79 -0.23) (end -5.84 -0.29) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 116dcb13-d6f5-40e1-b835-53753121c5b4)) - (fp_line (start -5.79 5.442) (end -5.815 5.598) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c25b90aa-c787-46a1-8b80-e5b9fd45039a)) - (fp_line (start -5.784 -6.718) (end -5.732 -6.869) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9f7b3295-d16c-467f-88f6-2ab8ee650e3a)) - (fp_line (start -5.77 5.276) (end -5.79 5.442) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7167e0fb-15b0-446d-969c-ecf63e50097d)) - (fp_line (start -5.755 5.101) (end -5.77 5.276) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5b86cb50-e2ef-475e-93e3-77fea6b5a690)) - (fp_line (start -5.745 8.919) (end -5.683 8.877) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 52fe3400-bf18-4fe5-aa6e-2be779b65697)) - (fp_line (start -5.744 4.923) (end -5.755 5.101) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b5691874-e380-4013-b466-13948504ae2f)) - (fp_line (start -5.74 0.98) (end -5.7 0.9) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 162f154d-2c07-4117-86f4-e015b02985f7)) - (fp_line (start -5.735 4.744) (end -5.744 4.923) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 138f5600-7fba-4219-9f21-9ce4066a1d82)) - (fp_line (start -5.732 -6.869) (end -5.68 -7.028) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 822cf157-ecb8-46d7-8cc6-5f0248fd6b37)) - (fp_line (start -5.73 -0.14) (end -5.79 -0.23) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 27907456-675f-4372-8456-3255fdd1a95d)) - (fp_line (start -5.73 4.569) (end -5.735 4.744) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4ff71e44-dddb-450e-9f6f-fe3947968fd4)) - (fp_line (start -5.727 4.403) (end -5.73 4.569) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f094eb5d-05c7-4c16-84d0-9d4665317bfb)) - (fp_line (start -5.725 3.987) (end -5.725 4.108) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9caefee8-6dcd-4815-b6e5-c75999fb9c90)) - (fp_line (start -5.725 4.108) (end -5.725 4.247) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 977371ef-232c-40b3-8805-7fed7909b206)) - (fp_line (start -5.725 4.247) (end -5.727 4.403) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e3877396-3ff6-4b1d-9715-0d1a70961579)) - (fp_line (start -5.72 1.53) (end -5.84 1.63) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c96c3a49-3f05-45b3-9f34-07e1339feb50)) - (fp_line (start -5.72 1.81) (end -5.63 1.74) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a8d0f58f-0f06-444b-8a1a-c732d79b81a2)) - (fp_line (start -5.72 4) (end -5.88 4.18) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f38fe8c7-e201-4a5d-b85e-99900ccf700f)) - (fp_line (start -5.711 -5.203) (end -5.794 -5.351) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dacfc6b2-f197-4446-86ee-d141533404be)) - (fp_line (start -5.7 0.9) (end -5.66 0.77) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a7d728a2-9639-442c-9b0f-3544c5006fbb)) - (fp_line (start -5.694 -5.68) (end -5.881 -5.709) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d6570804-0f13-4bd8-a39e-13afafdb752a)) - (fp_line (start -5.683 8.877) (end -5.619 8.831) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7112d2ae-7915-4f1a-aae6-e71244f669d8)) - (fp_line (start -5.68 -7.028) (end -5.627 -7.195) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2e2c4431-7ad4-4101-b72a-e48147e24a71)) - (fp_line (start -5.68 -0.02) (end -5.73 -0.14) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d50411b2-0b2f-41b7-bf8d-fb8f1d6295a1)) - (fp_line (start -5.66 0.77) (end -5.63 0.63) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 48afede4-072d-4812-9a6d-de4cc719bbfc)) - (fp_line (start -5.638 -5.055) (end -5.711 -5.203) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7efaeda2-e767-44b9-adb2-3a0c3f4d2f1d)) - (fp_line (start -5.63 -2.94) (end -5.55 -2.83) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dfa04c8b-bd8e-46e0-b63e-f2b2ac1e224a)) - (fp_line (start -5.63 0.15) (end -5.68 -0.02) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b85d2401-b9b9-4c27-b2e2-c9d9ab116d00)) - (fp_line (start -5.63 0.63) (end -5.62 0.52) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 67f80db7-ac30-4dde-8bf8-915428d171ed)) - (fp_line (start -5.63 1.44) (end -5.72 1.53) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4dee428b-9873-45f7-9e00-b3849b95bf1c)) - (fp_line (start -5.63 1.74) (end -5.52 1.64) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f75ad864-f096-4907-b31d-1a5733db4331)) - (fp_line (start -5.627 -7.195) (end -5.575 -7.369) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8cb63406-42c5-417f-9384-cf8cdba62340)) - (fp_line (start -5.62 0.29) (end -5.63 0.15) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fdc927f3-9ea5-4abb-b957-1dbde7dca836)) - (fp_line (start -5.62 0.38) (end -5.62 0.29) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0a3cbae7-b160-4bf5-bc29-b843867e2bbd)) - (fp_line (start -5.62 0.52) (end -5.62 0.38) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7055685d-2e9b-46e1-bc20-a497c53cfccc)) - (fp_line (start -5.619 8.831) (end -5.551 8.782) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 510813ff-4301-4d7b-b640-805049ac6194)) - (fp_line (start -5.575 -7.369) (end -5.523 -7.549) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5600b446-cc57-4d99-a6dd-3cb2f076483c)) - (fp_line (start -5.575 -4.908) (end -5.638 -5.055) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e68fac9b-3de3-4acb-9bb0-3dee3685df22)) - (fp_line (start -5.57 3.81) (end -5.72 4) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c7f74e02-22a2-44c3-ba93-2cb4738b7c33)) - (fp_line (start -5.551 8.782) (end -5.481 8.729) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 190829cf-8172-400f-bba0-21761cc942eb)) - (fp_line (start -5.55 -2.83) (end -5.5 -2.74) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 32a33c14-ad35-4ab3-9d14-69821847ef1b)) - (fp_line (start -5.55 1.51) (end -5.31 1.19) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a1df41ee-57e8-4cf8-a863-aa2ac7fada82)) - (fp_line (start -5.54 1.34) (end -5.63 1.44) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d7208a74-6fe9-46b0-b74b-3a9c1ced3fc4)) - (fp_line (start -5.523 -7.549) (end -5.471 -7.735) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8a56a0e1-0b83-4459-b285-5106d6ccafbb)) - (fp_line (start -5.521 -4.762) (end -5.575 -4.908) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 251435cb-df17-46ab-aac4-3d24ccac8db0)) - (fp_line (start -5.52 1.64) (end -5.42 1.53) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8020425b-e9f3-495c-818a-7f5fd22a8d70)) - (fp_line (start -5.504 -5.668) (end -5.694 -5.68) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 019b9904-3bfd-4fd4-9d41-96b38c16849e)) - (fp_line (start -5.5 -2.74) (end -5.39 -2.49) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f65da57c-5a39-4e71-a4f8-1adb60cea20b)) - (fp_line (start -5.481 8.729) (end -5.408 8.673) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3fe74e96-d630-4db9-83b3-437a4cba15b4)) - (fp_line (start -5.476 -4.618) (end -5.521 -4.762) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 742f6656-c86d-41c0-937e-ef6ded3bd482)) - (fp_line (start -5.471 -7.735) (end -5.421 -7.927) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6d4e5957-6764-40d7-9d3e-e16ba095c79a)) - (fp_line (start -5.45 -1.68) (end -5.41 -1.59) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp da65d86f-f94d-4db5-8413-9b29c5e2c0d0)) - (fp_line (start -5.438 -4.475) (end -5.476 -4.618) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dff62e1d-c592-4963-80cb-25d776cdc1f4)) - (fp_line (start -5.43 -1.76) (end -5.45 -1.69) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp bd6b504f-39ab-4c2b-a42f-5daebc471130)) - (fp_line (start -5.43 1.2) (end -5.54 1.34) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5c6b1739-bddf-40c7-873c-328e9672302a)) - (fp_line (start -5.421 -7.927) (end -5.372 -8.123) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7e9c7b14-3332-49ee-a587-5014a80db3f9)) - (fp_line (start -5.42 1.53) (end -5.34 1.43) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a382881d-447e-4c02-8a48-4f80e0b390fe)) - (fp_line (start -5.42 3.62) (end -5.57 3.81) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d7abc30b-0879-4741-86ef-a26cf4381a4c)) - (fp_line (start -5.408 8.673) (end -5.333 8.613) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ef996d8d-e885-4c54-b48b-e12cd0bd7e8e)) - (fp_line (start -5.407 -4.334) (end -5.438 -4.475) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f252e204-5b1e-4386-b15b-42d6a51ae097)) - (fp_line (start -5.4 -1.59) (end -5.29 -1.33) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 450fd788-d806-48b1-a032-8afdc8273e6e)) - (fp_line (start -5.39 -2.49) (end -5.33 -2.33) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 97a1499d-8f21-4661-8bed-0e1e89d0838c)) - (fp_line (start -5.383 -4.196) (end -5.407 -4.334) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 119a2ba9-03f2-48af-8f1a-4a96cb25a3bf)) - (fp_line (start -5.372 -8.123) (end -5.325 -8.322) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f03f8712-a7f0-45ba-8dbf-7ce6f298ed42)) - (fp_line (start -5.365 -4.061) (end -5.383 -4.196) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c355ca51-32bc-4d88-a250-07d5621dd709)) - (fp_line (start -5.352 -3.929) (end -5.365 -4.061) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0a1ac2c6-8da8-4410-b772-69afa2855077)) - (fp_line (start -5.35 1.07) (end -5.43 1.2) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b910f5a9-203b-4617-b055-34ba181d7395)) - (fp_line (start -5.345 -3.327) (end -5.341 -3.438) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 53d63574-d294-4160-8943-1f901b80728f)) - (fp_line (start -5.343 -3.8) (end -5.352 -3.929) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 741e6598-04b9-4005-a079-9081c23103ab)) - (fp_line (start -5.341 -3.438) (end -5.339 -3.554) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9d221b3b-0bfe-4439-a426-0f2594b9c7bf)) - (fp_line (start -5.34 -2.74) (end -5.46 -2.71) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 36f0c0d0-5fbc-41c5-b480-ee52e9c49a15)) - (fp_line (start -5.34 1.43) (end -5.26 1.32) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d43221d1-87f4-4ac1-9c13-f0572b2d8d4f)) - (fp_line (start -5.339 -3.675) (end -5.343 -3.8) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3450ae82-42ae-493f-904b-d8b1a09c107a)) - (fp_line (start -5.339 -3.554) (end -5.339 -3.675) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e12656ad-962f-4bd5-a35d-a45aa6b4e27e)) - (fp_line (start -5.335 -5.683) (end -5.504 -5.668) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 37b282c6-a944-47fd-a51e-f59b7e5f431e)) - (fp_line (start -5.333 8.613) (end -5.255 8.55) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 03ae5596-bc68-4919-b712-a127d93338cc)) - (fp_line (start -5.33 -2.33) (end -5.25 -2.12) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 63065c9b-8053-430e-bdb0-072a1e704078)) - (fp_line (start -5.33 -0.17) (end -5.26 -0.05) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a9d015c2-a71b-46ad-b3a4-6eea7301ee51)) - (fp_line (start -5.325 -8.322) (end -5.28 -8.526) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ad9624f8-cf25-4b9a-95b1-2c64fccd57f6)) - (fp_line (start -5.31 1.19) (end -5.19 1.01) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 53450cca-0496-4005-a7ef-5b1ae88fa402)) - (fp_line (start -5.29 -1.7) (end -5.43 -1.76) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp eae6cb64-c798-40f3-b4c3-dcefb9e0714c)) - (fp_line (start -5.29 -1.33) (end -5.2 -1.11) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ad10a4b7-2487-448c-860c-e5fa438bed4f)) - (fp_line (start -5.28 -8.526) (end -5.238 -8.732) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 051d4750-b73a-474f-abf5-a58dadb01c92)) - (fp_line (start -5.27 -0.1) (end -5.33 -0.17) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a991215c-d7f8-4d74-b4fb-3a6d0eed12fe)) - (fp_line (start -5.27 0.91) (end -5.35 1.07) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 141d55e7-f9fa-486e-a08c-0c5785aa9581)) - (fp_line (start -5.27 3.43) (end -5.42 3.62) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 46c350bb-7de4-4e81-aafd-4af55e37aab0)) - (fp_line (start -5.26 -0.05) (end -5.22 0.05) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9ea636a1-ff23-411e-b275-b6f4b33edb43)) - (fp_line (start -5.26 1.32) (end -5.17 1.18) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7c11a07f-525c-45a7-9ad1-361ea90615cc)) - (fp_line (start -5.255 8.55) (end -5.175 8.484) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ae2d0972-d851-4e32-b78e-a1894c29cfe1)) - (fp_line (start -5.25 -2.12) (end -5.21 -2.01) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9cf43076-18a1-462b-9c97-88acb00965fa)) - (fp_line (start -5.24 -1.66) (end -5.29 -1.7) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5a10edf2-528f-4464-9121-d3df9cb8c8cc)) - (fp_line (start -5.238 -8.732) (end -5.199 -8.94) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 74a9c3ca-08aa-4a6a-9a4f-5ecc24362076)) - (fp_line (start -5.23 -2.75) (end -5.34 -2.74) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3ff9be75-0570-418f-a5fc-6ed51d4eae5c)) - (fp_line (start -5.23 -2.75) (end -5.13 -2.75) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7a892666-f893-4a9e-a892-48887ab6e38d)) - (fp_line (start -5.23 0.81) (end -5.27 0.91) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9c476165-300e-4e08-a354-4288b203c377)) - (fp_line (start -5.22 0.05) (end -5.18 0.19) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 23714fc1-59db-4500-9d38-af86ea69fe3f)) - (fp_line (start -5.21 -5.737) (end -5.335 -5.683) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5f883bdf-20bc-42c6-8194-9d44dfe04af6)) - (fp_line (start -5.21 -2.01) (end -5.18 -1.88) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 1bc36098-a67a-43e9-af34-67229b47b5d8)) - (fp_line (start -5.2 -1.11) (end -5.1 -0.85) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b5c2c10d-e882-4621-912f-0aa3c082e54a)) - (fp_line (start -5.199 -8.94) (end -5.163 -9.149) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e382fedc-c868-44fd-9740-47cc05b15c1c)) - (fp_line (start -5.19 -1.62) (end -5.24 -1.66) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fd545dac-856c-48de-9df2-9bd1e3b69ae7)) - (fp_line (start -5.19 0.68) (end -5.23 0.81) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a3f3a018-6a6b-4914-95d4-b6f25692820f)) - (fp_line (start -5.19 1.01) (end -5.1 0.78) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c41835e2-2b20-4f99-a85d-b1859480e6e6)) - (fp_line (start -5.184 -5.763) (end -5.21 -5.737) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2a9ff3d1-92b0-4583-8230-9357a432a3ac)) - (fp_line (start -5.18 -1.88) (end -5.16 -1.77) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 096afd04-538e-4b21-921b-0720cfc0fc33)) - (fp_line (start -5.18 0.19) (end -5.17 0.28) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d1dfa0d9-6085-48b0-8c67-e7d0c2f5ffb4)) - (fp_line (start -5.175 8.484) (end -5.094 8.414) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fc153f76-4971-47fe-9c36-88d5ca4ab507)) - (fp_line (start -5.17 0.28) (end -5.16 0.41) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 684dd321-c877-439a-a4d1-bec26f55cf89)) - (fp_line (start -5.17 1.18) (end -5.09 1.04) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9a0f5593-2efd-4f52-bc76-f583ab6c95eb)) - (fp_line (start -5.163 -9.149) (end -5.13 -9.359) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 73e2a101-0bc0-414b-9aa7-7eeb8a3caef1)) - (fp_line (start -5.16 -1.77) (end -5.14 -1.59) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 309e2839-3c95-45df-b7ac-fa723f3d94a2)) - (fp_line (start -5.16 0.41) (end -5.16 0.54) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7af2029e-2b92-4284-9c35-cc656514173c)) - (fp_line (start -5.16 0.54) (end -5.19 0.68) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp d9995dd7-4a06-4a52-9152-cf099c9e9707)) - (fp_line (start -5.154 -5.802) (end -5.184 -5.763) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a0d41751-5d18-4c9f-b863-fe47b2319611)) - (fp_line (start -5.14 0.06) (end -5.27 -0.1) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3d219812-261f-4741-b119-3a36b9052a99)) - (fp_line (start -5.13 -9.359) (end -5.102 -9.57) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7f2c9904-545b-4337-acd6-8707e0924818)) - (fp_line (start -5.13 -2.75) (end -5.03 -2.73) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7bd40de0-7f89-4558-8bbf-b6a812e84074)) - (fp_line (start -5.13 3.24) (end -5.27 3.43) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 78d085a5-c3fc-425f-84dd-abbb97b59cb5)) - (fp_line (start -5.122 -5.853) (end -5.154 -5.802) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9f5a0760-2470-4cfd-9545-71255379b79a)) - (fp_line (start -5.12 -1.56) (end -5.19 -1.62) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 849ef7e5-8097-4aee-8015-323905546838)) - (fp_line (start -5.11 0.09) (end -5.06 0.05) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 40f2d922-dc77-4165-a4ba-77aa54d0f1fa)) - (fp_line (start -5.102 -9.57) (end -5.078 -9.78) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 70b621b6-45b5-43cb-9683-d589118723d7)) - (fp_line (start -5.1 -0.85) (end -5.02 -0.6) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9396dbf5-aa3c-4ba1-a9ae-1945fbb2026c)) - (fp_line (start -5.1 0.78) (end -5.04 0.57) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 435960f9-5f02-4a62-b70b-90c1310d341d)) - (fp_line (start -5.094 8.414) (end -5.01 8.341) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1f2605ff-0052-4214-ba00-e5f83f987c66)) - (fp_line (start -5.09 1.04) (end -5.04 0.93) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9569f35a-5d83-4bd3-8b6f-04dd6bf8bb08)) - (fp_line (start -5.087 -5.916) (end -5.122 -5.853) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 345b5742-5f5b-4133-bd63-f955ca19a62c)) - (fp_line (start -5.07 0.18) (end -5.14 0.06) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9b9495fa-3f87-4963-9a1b-e0a11c6e50cd)) - (fp_line (start -5.06 0.05) (end -4.99 0.02) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 53ca97d4-db85-46f1-866a-72ac5fba2bbf)) - (fp_line (start -5.06 0.41) (end -5.1 0.25) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5ee97714-8ad8-47a4-bd70-3ebc8406c7b5)) - (fp_line (start -5.06 1.03) (end -4.95 1.09) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5ed661fa-d25a-413c-8f9b-894484c176c8)) - (fp_line (start -5.05 -5.99) (end -5.087 -5.916) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0fc92961-6e51-49df-b0eb-dd1791483003)) - (fp_line (start -5.04 -1.48) (end -5.12 -1.56) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2a093840-0bdf-41ea-a70e-7ac20376c639)) - (fp_line (start -5.04 0.57) (end -5.03 0.53) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 245afab8-87c2-4797-af78-aa00d5229c94)) - (fp_line (start -5.04 0.93) (end -4.98 0.79) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a95d1158-4fd7-4b29-842d-f674925ed1fa)) - (fp_line (start -5.03 -2.73) (end -4.94 -2.7) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 11d8a1c9-2fe6-4f06-af2c-43205f80d2b1)) - (fp_line (start -5.03 0.53) (end -5.06 0.41) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ee19a334-b72e-4d54-9a8e-a742ee56e7f1)) - (fp_line (start -5.02 -0.6) (end -4.93 -0.31) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 035e0cf3-8ba7-4e18-8dd3-f8e636f1c886)) - (fp_line (start -5.011 -6.075) (end -5.05 -5.99) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 13126287-e9cb-4238-b299-7176f08d4c96)) - (fp_line (start -5.01 8.341) (end -4.924 8.264) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3e3af5be-1b4c-4ba4-b660-3033fdf1caed)) - (fp_line (start -4.99 0.02) (end -4.88 -0.02) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7e97b323-0f13-4745-becc-fa60e39b31ab)) - (fp_line (start -4.99 0.32) (end -5.07 0.18) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7d6807f0-5c24-4921-bebf-780c435de47a)) - (fp_line (start -4.99 3.05) (end -5.13 3.24) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 31f8ed65-f1fb-4ea1-b8ac-285bac028b77)) - (fp_line (start -4.98 0.79) (end -4.91 0.56) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 1a65f33c-7c56-44cc-9cf1-6ac54f672e8b)) - (fp_line (start -4.97 -6.171) (end -5.011 -6.075) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d1ea7795-8403-4edb-b959-1b29f77ed16f)) - (fp_line (start -4.97 -1.41) (end -5.04 -1.48) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 678b0808-6a49-4948-bc77-b41d6e5561d1)) - (fp_line (start -4.963 5.397) (end -4.933 5.338) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 84282cc7-416d-48c2-ae9f-c0149b35065e)) - (fp_line (start -4.95 1.09) (end -4.83 1.16) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a6d8eddd-c1b7-4ec6-be66-ae5ff2fbee45)) - (fp_line (start -4.94 -2.7) (end -4.85 -2.66) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 14b56486-a565-4ad2-9d4e-44e6442ea175)) - (fp_line (start -4.933 5.338) (end -4.905 5.27) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp eb79b938-dc23-4503-beb0-3634b653c9e4)) - (fp_line (start -4.93 -0.31) (end -4.87 -0.07) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8c7ad431-18a5-4197-b13f-e4bbf0da7038)) - (fp_line (start -4.928 -6.278) (end -4.97 -6.171) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 23d269d6-d694-442a-bf5d-98bf3544fc31)) - (fp_line (start -4.924 8.264) (end -4.837 8.185) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6bdf4c09-0d97-4f84-a45b-4830c8cb3132)) - (fp_line (start -4.91 0.56) (end -4.9 0.5) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp aed6fd45-9008-49c0-8589-6686d15e36cc)) - (fp_line (start -4.906 -4.157) (end -4.894 -4.275) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e721274f-b458-4ab5-8d4d-44bffaffa7c9)) - (fp_line (start -4.905 -4.065) (end -4.906 -4.157) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b6fc4182-53d3-44c8-80e1-53918daa9139)) - (fp_line (start -4.905 5.27) (end -4.877 5.194) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c2f8c49f-d49f-49e2-940a-a7b9765ffdf0)) - (fp_line (start -4.902 -3.974) (end -4.905 -4.065) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e03d7bc9-2bd0-42b5-96ba-4ca164fb4c50)) - (fp_line (start -4.9 -1.34) (end -4.97 -1.41) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp dce81c27-16c7-4397-b7d9-dfe2225cc620)) - (fp_line (start -4.9 0.5) (end -4.99 0.32) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3b0df787-46aa-47b2-a11b-96df99f09a2e)) - (fp_line (start -4.896 -3.883) (end -4.902 -3.974) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 76d9276c-0bff-44cf-81b5-cc0de1c97f12)) - (fp_line (start -4.894 -6.029) (end -4.971 -6.037) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 31446a24-8ce7-4dca-ab0b-d907a8be5e8d)) - (fp_line (start -4.894 -4.275) (end -4.861 -4.391) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cf672f56-2d68-4c6c-a783-23e23c937b72)) - (fp_line (start -4.884 -6.394) (end -4.928 -6.278) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7f3472d8-b33a-40c5-a248-c96394fd69de)) - (fp_line (start -4.884 -3.791) (end -4.896 -3.883) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2fa17bd4-23af-495d-84c8-95f8b6beb5a8)) - (fp_line (start -4.877 5.194) (end -4.85 5.11) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2be498d5-e7b2-4098-b853-d60412f65c3b)) - (fp_line (start -4.87 -0.07) (end -4.81 0.16) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9eb4c32c-a62b-416a-a386-ea1abd0b0a0d)) - (fp_line (start -4.87 0.52) (end -4.76 0.52) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8b31a9ad-c09d-47b9-beaa-1384fac3ffb7)) - (fp_line (start -4.867 -3.695) (end -4.884 -3.791) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 961e37cd-505c-40aa-baef-0a680d665d8f)) - (fp_line (start -4.861 -4.391) (end -4.812 -4.509) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 74796a55-82bc-4f74-9e9c-c7cb232069e3)) - (fp_line (start -4.85 -2.66) (end -4.76 -2.61) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp aef4ec1b-4636-45ef-b743-73a2cf716b99)) - (fp_line (start -4.85 5.11) (end -4.825 5.017) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 24fbbd33-4896-414c-ba79-167809dd0e90)) - (fp_line (start -4.841 -3.594) (end -4.867 -3.695) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 27b5a6bb-bf08-4e16-abae-290afd548f36)) - (fp_line (start -4.839 -6.52) (end -4.884 -6.394) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 31d127b8-e8f8-47b6-acc4-5f7197d756d8)) - (fp_line (start -4.837 8.185) (end -4.748 8.102) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8524da93-8e55-4af1-8974-d6a0c4c21263)) - (fp_line (start -4.83 1.16) (end -4.68 1.24) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c034fa22-c359-4a30-b345-2b159807ba6c)) - (fp_line (start -4.828 -6.762) (end -4.825 -6.802) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 88ec470b-1595-4040-bc2a-91476c84ca2e)) - (fp_line (start -4.825 -6.802) (end -4.804 -6.819) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a5e5a32b-d259-4833-9676-56ada82e83c2)) - (fp_line (start -4.825 5.017) (end -4.8 4.915) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a281de60-7af0-498c-be0b-24572e88b490)) - (fp_line (start -4.812 -4.509) (end -4.75 -4.627) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 325006ce-4c23-4f07-9871-dc0cd047f7fd)) - (fp_line (start -4.81 0.16) (end -4.77 0.37) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 12b06950-23c0-46a3-97b4-485917511191)) - (fp_line (start -4.807 -3.486) (end -4.841 -3.594) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 90dda447-2750-402e-9a9e-df264b0c0bc9)) - (fp_line (start -4.804 -6.819) (end -4.766 -6.83) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9cdc04e7-a7c1-410b-8dd7-1b5a287afb98)) - (fp_line (start -4.8 -6.713) (end -4.828 -6.762) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2415334a-b998-4d19-a8b5-e60e8af2aff4)) - (fp_line (start -4.8 -1.22) (end -4.9 -1.34) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fa730bff-7ae7-4cfc-aa0b-6b723ed31b48)) - (fp_line (start -4.8 4.915) (end -4.777 4.805) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1b8d5810-67b5-41f5-a4e9-e6c2cc9fec50)) - (fp_line (start -4.793 -6.655) (end -4.839 -6.52) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp daa8252e-3760-4210-b0ae-513325376d6c)) - (fp_line (start -4.78 2.75) (end -4.99 3.05) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7d74b5e4-377b-4d94-8b21-289fadde7386)) - (fp_line (start -4.777 4.805) (end -4.755 4.685) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c9dc1467-f8a9-424e-ab40-9eace7cb7fbb)) - (fp_line (start -4.773 -6.037) (end -4.894 -6.029) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a5e505c0-c0af-4f61-a9d4-cf031c548012)) - (fp_line (start -4.77 0.37) (end -4.73 0.6) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3f642266-c43d-457e-a3d0-ae48d6438db5)) - (fp_line (start -4.766 -6.83) (end -4.712 -6.834) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 05fda319-28dc-4877-8331-02cb10501361)) - (fp_line (start -4.762 -3.37) (end -4.807 -3.486) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1fbda89d-82ba-4f0a-b113-988f269883dc)) - (fp_line (start -4.76 -2.61) (end -4.65 -2.53) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fa52b214-9e18-40f6-ba83-46690adc9999)) - (fp_line (start -4.755 4.685) (end -4.735 4.556) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 504b138d-cda6-48ea-a44b-2c0d0cf874fc)) - (fp_line (start -4.75 -4.627) (end -4.68 -4.748) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 96930a67-6215-4f2b-a9cc-16f78c9fd164)) - (fp_line (start -4.75 -1.16) (end -4.8 -1.22) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3b960909-0ba4-465c-b3f3-fd447a704a1b)) - (fp_line (start -4.748 -6.652) (end -4.8 -6.713) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9421d8ab-ec24-4783-b746-a12fbd00100e)) - (fp_line (start -4.748 8.102) (end -4.658 8.016) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dfe0615d-48dd-4d5e-ae77-f5a2410688c9)) - (fp_line (start -4.746 -6.799) (end -4.793 -6.655) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1675ce03-54b6-4252-90b1-150b2d4729ec)) - (fp_line (start -4.735 4.556) (end -4.716 4.418) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d90db84e-7df3-4d1b-b263-27f7c3991121)) - (fp_line (start -4.73 -2.09) (end -4.79 -2.16) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e93a39c0-ae2f-4d69-82ed-37fb069ff7a5)) - (fp_line (start -4.73 0.6) (end -4.7 0.83) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f9875c50-c584-4495-882f-e1b77ce22046)) - (fp_line (start -4.716 4.418) (end -4.698 4.27) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d52775ee-dd56-474f-8b5c-c66029880e5c)) - (fp_line (start -4.712 -6.834) (end -4.645 -6.83) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1330eb77-c16f-4a58-a897-f5af49736826)) - (fp_line (start -4.706 -3.243) (end -4.762 -3.37) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3fc3a397-ec3a-4314-aa6a-44925ef4cbbe)) - (fp_line (start -4.7 0.83) (end -4.67 1.11) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2a5ed4f1-2e39-45ae-bf53-791630bc4cad)) - (fp_line (start -4.698 -6.952) (end -4.746 -6.799) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a49f7437-7605-4a08-b3ab-0ea16e8bc6c8)) - (fp_line (start -4.698 4.27) (end -4.683 4.112) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2aa21f9e-73e7-40d1-a630-0290bc6939b1)) - (fp_line (start -4.683 4.112) (end -4.669 3.944) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7ca09fd4-d48a-436a-8dbe-2bf5119efecb)) - (fp_line (start -4.68 -4.748) (end -4.606 -4.873) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b08a146a-6e43-46ac-8c31-9d5442623eb3)) - (fp_line (start -4.678 -6.579) (end -4.748 -6.652) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 345a9ac1-be31-400b-9c5d-4af388112d4b)) - (fp_line (start -4.67 -2.01) (end -4.73 -2.09) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7e03d2ab-f849-4512-9569-879b25ae0e0c)) - (fp_line (start -4.67 -1.07) (end -4.56 -1.19) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ddb850dd-54a7-4b63-bc5c-bb6ecd4a3633)) - (fp_line (start -4.67 1.11) (end -4.66 1.24) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 18918f47-bbcf-470e-91e3-9d9829868ca1)) - (fp_line (start -4.669 3.944) (end -4.657 3.767) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp aa565413-e7e1-4f3c-8a91-55e3e0a6e3ef)) - (fp_line (start -4.66 1.24) (end -4.64 1.44) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 064a14d4-7625-4c17-9926-3bc8bef61c95)) - (fp_line (start -4.658 8.016) (end -4.567 7.927) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cdce2be4-88ef-44ed-b591-e6404a14a2cf)) - (fp_line (start -4.657 3.767) (end -4.647 3.579) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b78bfc8f-0469-4499-ad41-c131461c3c5d)) - (fp_line (start -4.651 -7.113) (end -4.698 -6.952) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bd3e3af4-a5b8-4e4b-95b1-3c69a267c242)) - (fp_line (start -4.65 -2.53) (end -4.58 -2.47) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f42c6fb6-c981-412b-ba48-b5195e6314ca)) - (fp_line (start -4.647 3.579) (end -4.64 3.38) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4221b138-87b6-4073-a6e3-acb41ba2e601)) - (fp_line (start -4.645 -6.83) (end -4.567 -6.818) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 163cdeae-7841-4f2c-b738-e36b081d5e19)) - (fp_line (start -4.64 -1.03) (end -4.75 -1.16) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9326384b-4777-4c92-aa2f-2d08e6267257)) - (fp_line (start -4.64 1.44) (end -4.63 1.67) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9f32a78e-0b59-4846-9068-4909840a34ae)) - (fp_line (start -4.64 3.38) (end -4.634 3.171) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 965bc598-5f52-4615-847f-179635cd5cde)) - (fp_line (start -4.636 -3.104) (end -4.706 -3.243) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 782b86fa-ef9f-4c16-a991-b44a80f0f0c3)) - (fp_line (start -4.634 3.171) (end -4.631 2.951) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 833beff7-0439-4b25-8f23-ed949f699ed1)) - (fp_line (start -4.632 2.479) (end -4.637 2.226) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2aabebab-10c6-4637-946b-cda31980f550)) - (fp_line (start -4.631 2.951) (end -4.63 2.721) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 07838c19-bdee-4759-9a7b-a62a5deb9737)) - (fp_line (start -4.63 1.67) (end -4.62 1.9) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c3f25bab-d21c-43b9-bb4f-57d9b5e2645a)) - (fp_line (start -4.63 2.52) (end -4.78 2.75) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 3f494321-e87f-4a8e-bbe5-a937d805b012)) - (fp_line (start -4.63 2.721) (end -4.632 2.479) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a6d1221a-1077-412d-8a73-7025f9b4ca20)) - (fp_line (start -4.62 1.9) (end -4.61 2.21) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4949c210-134d-4c0f-a922-5b5c8c6df145)) - (fp_line (start -4.62 2.43) (end -4.62 2.58) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp a1a95a4e-59c6-4de0-bc59-72f75a6c6058)) - (fp_line (start -4.611 -6.058) (end -4.773 -6.037) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ed265626-f6f5-4029-beb9-f6ad275e86b5)) - (fp_line (start -4.61 -1.93) (end -4.67 -2.01) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0106ccf0-8034-415a-8047-b288cb28580b)) - (fp_line (start -4.61 2.21) (end -4.62 2.43) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9fa50f42-0778-414e-80a5-be6ea027c650)) - (fp_line (start -4.606 -4.873) (end -4.532 -5.002) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 764ce9a2-c363-448f-a68c-a7dbf5cd80c1)) - (fp_line (start -4.603 -7.281) (end -4.651 -7.113) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dbe6edc1-ee1c-41ad-b94e-6a468b80b874)) - (fp_line (start -4.599 -6.491) (end -4.678 -6.579) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 835ada2e-dc88-46f5-b472-12f6a1e8c9f4)) - (fp_line (start -4.58 -2.47) (end -4.51 -2.41) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp baac58cf-ba1a-4451-8078-47a320ad2217)) - (fp_line (start -4.567 -6.818) (end -4.478 -6.796) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e5abcaa8-c89a-49d4-9e47-28a25f37d322)) - (fp_line (start -4.567 7.927) (end -4.474 7.836) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 64d84e49-aaf5-4eba-8a78-1b20287a1fe2)) - (fp_line (start -4.56 -1.19) (end -4.47 -1.3) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fe4cc217-32a1-4374-9d51-46234fb59001)) - (fp_line (start -4.555 -7.457) (end -4.603 -7.281) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7c1fd6fc-5c53-4ccb-a456-46fe6fc0bc71)) - (fp_line (start -4.552 -2.951) (end -4.636 -3.104) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ddcf9a83-0126-4df6-88fa-3363d508d3a6)) - (fp_line (start -4.54 -1.83) (end -4.61 -1.93) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ba0a6746-a0cb-4d84-a93c-280700fe503d)) - (fp_line (start -4.532 -5.002) (end -4.462 -5.136) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp adfaccc9-bb80-495a-9038-d58935037d76)) - (fp_line (start -4.517 -6.386) (end -4.599 -6.491) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c7a7077f-9289-4bb4-8f3b-a449cb499057)) - (fp_line (start -4.51 -2.41) (end -4.41 -2.3) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 52d8e7e5-a13c-454e-a4ac-2f9fbb38f9bc)) - (fp_line (start -4.51 -0.83) (end -4.64 -1.03) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 9abd6d67-ba40-4dee-af1a-810a8242c86f)) - (fp_line (start -4.507 -7.64) (end -4.555 -7.457) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9cb0289b-897f-4a33-9575-6ead0989832a)) - (fp_line (start -4.478 -6.796) (end -4.382 -6.764) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 15f86f86-6612-462a-a1d2-f730a8788a9a)) - (fp_line (start -4.474 7.836) (end -4.381 7.741) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5f9c5087-aeae-41db-97be-1dd276294553)) - (fp_line (start -4.47 -1.73) (end -4.54 -1.83) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 4d2bcc63-a2dd-418c-bd5f-ddaef4fca43f)) - (fp_line (start -4.47 -1.3) (end -4.43 -1.36) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0fd3f13d-0c3f-4c8e-b91e-1739efdf550b)) - (fp_line (start -4.462 -5.136) (end -4.401 -5.278) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 511ddebd-9f54-463b-bc54-5ebdd708d33d)) - (fp_line (start -4.461 -7.829) (end -4.507 -7.64) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7e038545-c5a5-4131-a49e-7b5043e7ec34)) - (fp_line (start -4.452 -2.782) (end -4.552 -2.951) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4736f749-4a0e-4a05-b1aa-d51f1c3fc23d)) - (fp_line (start -4.44 -6.261) (end -4.517 -6.386) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c60ba6ae-e013-424d-bb59-f3de27f735b1)) - (fp_line (start -4.43 -1.67) (end -4.47 -1.73) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp f63e0144-2120-44f8-87b4-16ef8ae471f6)) - (fp_line (start -4.43 -1.36) (end -4.39 -1.44) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2a3624de-1e65-44b5-8315-a1c35dfa4ff3)) - (fp_line (start -4.415 -8.025) (end -4.461 -7.829) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 73892a2a-cb53-43a4-8e7c-751de25d1e29)) - (fp_line (start -4.41 -6.086) (end -4.611 -6.058) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 26769327-3160-41f1-82e7-11d5d542abde)) - (fp_line (start -4.41 -2.3) (end -4.34 -2.21) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 49b7236a-821c-4deb-be5e-c6a591113940)) - (fp_line (start -4.401 -5.278) (end -4.353 -5.427) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 240fde71-00e0-458d-bf75-b4d973cb180b)) - (fp_line (start -4.39 -1.57) (end -4.43 -1.67) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 7ee86355-6575-4d7f-b27a-ccda75d5cc71)) - (fp_line (start -4.39 -1.44) (end -4.38 -1.51) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6c353f58-6a07-42df-b4f4-806225c5678c)) - (fp_line (start -4.387 6.111) (end -4.334 5.985) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e085e529-431d-4fe9-aed9-287036ceabd6)) - (fp_line (start -4.382 -6.764) (end -4.279 -6.72) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b4450c83-6da6-4393-a892-92bf8cbec8aa)) - (fp_line (start -4.381 7.741) (end -4.286 7.643) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ab15be4c-1efb-422a-9053-a5c97ba751b0)) - (fp_line (start -4.38 -1.51) (end -4.39 -1.57) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp eb154998-e619-45d3-80ac-fd884505378c)) - (fp_line (start -4.376 -6.115) (end -4.44 -6.261) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f587f477-194d-41ae-8a6d-91fbd85f9d3f)) - (fp_line (start -4.37 -0.63) (end -4.21 -0.54) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f68e48ba-1983-4674-be66-79dbf442fe2e)) - (fp_line (start -4.369 -8.226) (end -4.415 -8.025) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4969850b-ae26-4ccb-823e-8fd7d1c082fe)) - (fp_line (start -4.353 -5.427) (end -4.322 -5.585) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 20d6997e-64c7-454b-9573-baf26e1ad11b)) - (fp_line (start -4.34 -2.21) (end -4.26 -2.1) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 42ba407d-a036-422b-9b59-0018a6ff74da)) - (fp_line (start -4.34 -0.56) (end -4.51 -0.83) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp b8825d99-40ea-4358-a66a-e9f243080c3f)) - (fp_line (start -4.335 -2.596) (end -4.452 -2.782) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8847e751-6992-4f80-92c5-c3bef4b5dbf6)) - (fp_line (start -4.334 5.985) (end -4.283 5.857) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bff35e53-0373-44e5-a0ce-05175bbecd57)) - (fp_line (start -4.33 -5.947) (end -4.376 -6.115) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4b1dbc88-c8c5-476c-80ac-830e56684be9)) - (fp_line (start -4.326 -8.433) (end -4.369 -8.226) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3223d5c1-12ae-4383-9a3d-a77618f00732)) - (fp_line (start -4.322 -5.585) (end -4.312 -5.752) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d2d83bcc-f2f8-4838-be35-0f2248bff3b6)) - (fp_line (start -4.312 -5.752) (end -4.33 -5.947) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9a7ade3c-a81d-4038-a57c-b220b9c3cd90)) - (fp_line (start -4.286 7.643) (end -4.191 7.543) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 570ee06f-38f1-44a9-ae2b-f08cf56305e0)) - (fp_line (start -4.283 -8.646) (end -4.326 -8.433) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2c8a20bd-e92e-46ff-b900-260ee00ab04b)) - (fp_line (start -4.283 5.857) (end -4.233 5.727) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9c1b71cf-44fe-4b7f-bf7f-4966704258c9)) - (fp_line (start -4.279 -6.72) (end -4.171 -6.664) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d6c6796b-c630-4de8-9473-cbbc978a0a21)) - (fp_line (start -4.26 -2.1) (end -4.18 -1.98) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e09a27a3-bdcb-4a52-8356-44f3d9cdc103)) - (fp_line (start -4.25 -0.4) (end -4.34 -0.56) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2f3a1eef-c0ff-4ac8-8219-88f2fd3d4333)) - (fp_line (start -4.242 -8.863) (end -4.283 -8.646) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 066893ee-f587-4ad1-a5e3-e3171a7f7252)) - (fp_line (start -4.24 -0.38) (end -4.25 -0.4) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 0580ba4c-51c4-4298-ad74-e9c2ef4e04a2)) - (fp_line (start -4.233 5.727) (end -4.185 5.596) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 92adc2a7-705f-4e7b-90a7-1c91d9f5977d)) - (fp_line (start -4.21 -0.54) (end -4.13 -0.51) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8269e9fd-85b6-4956-b9ff-6bc28fa3d59b)) - (fp_line (start -4.203 -9.084) (end -4.242 -8.863) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 34bb2d5a-a1fd-4187-b623-25a5b805199b)) - (fp_line (start -4.199 -2.39) (end -4.335 -2.596) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3d927ca0-f4ad-42ab-b902-dfef8d84eebb)) - (fp_line (start -4.191 7.543) (end -4.095 7.439) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8aff71fc-0b55-4238-837c-95b0b4aac181)) - (fp_line (start -4.185 5.596) (end -4.139 5.463) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2798cc00-37db-458a-b5f8-bea65ae99be7)) - (fp_line (start -4.18 -1.98) (end -4.13 -1.89) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 54cef379-8a16-4ade-956d-519a53329bc3)) - (fp_line (start -4.171 -6.664) (end -4.062 -6.595) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7759bcaf-350b-4897-a675-aaf4fb3e75fe)) - (fp_line (start -4.167 -9.31) (end -4.203 -9.084) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2330a65f-a667-4564-b2ea-fd267508069a)) - (fp_line (start -4.16 -0.21) (end -4.24 -0.38) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 5bcf876f-136c-4dac-ae61-fa226f0c392d)) - (fp_line (start -4.139 5.463) (end -4.095 5.328) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a54a2d51-4b66-4d14-b33d-1444b55de06d)) - (fp_line (start -4.132 -9.539) (end -4.167 -9.31) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 463e71c6-e035-4ed0-9a41-c3c9633f2c78)) - (fp_line (start -4.13 -1.89) (end -4.07 -1.79) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c8686b97-f23e-4a0e-b4c0-aa3988218b00)) - (fp_line (start -4.13 -0.51) (end -4.06 -0.51) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cdf16225-865b-428c-89bd-8853cabfea19)) - (fp_line (start -4.12 -0.12) (end -4.16 -0.21) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 32f7f993-844d-4647-82bc-7e4c69fc685b)) - (fp_line (start -4.1 -9.771) (end -4.132 -9.539) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 191379e4-86ba-4bf3-8d2d-4cd5385d32c3)) - (fp_line (start -4.095 5.328) (end -4.053 5.191) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f7eedf75-4d8e-4db5-a979-879f661d7288)) - (fp_line (start -4.095 7.439) (end -3.999 7.333) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4be25af8-39f2-4002-9837-911821c1b9cc)) - (fp_line (start -4.08 -0.11) (end -4.12 -0.12) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 61c1ad0a-88fa-4e84-b6d4-f39d3cd9072a)) - (fp_line (start -4.07 -1.79) (end -4.03 -1.71) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp e06d1eab-cb86-4592-b7c5-13289f2591ff)) - (fp_line (start -4.07 0.007) (end -4.121 -0.15) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7cc91655-208f-4c40-986f-00fd054b4b29)) - (fp_line (start -4.062 -6.595) (end -3.951 -6.511) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 28f5d24e-b605-4fad-9e07-a157526f5710)) - (fp_line (start -4.06 -0.51) (end -3.98 -0.56) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp af865e07-b961-449a-8717-ceb1273ebf79)) - (fp_line (start -4.053 5.191) (end -4.013 5.053) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 334446cd-af18-48a8-bb73-a88f4d220620)) - (fp_line (start -4.044 -2.164) (end -4.199 -2.39) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7d512d14-3ca4-4934-b506-eb07d268c7dc)) - (fp_line (start -4.03 -1.71) (end -3.97 -1.58) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 135735c6-9c20-4bf3-849f-8a3683d0618a)) - (fp_line (start -4.022 0.163) (end -4.07 0.007) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 570b0686-0fc3-46c1-be51-39569bba54ce)) - (fp_line (start -4.013 5.053) (end -3.975 4.914) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 978f5906-8b9c-49a6-9b77-25cbc28e396e)) - (fp_line (start -4.01 -0.11) (end -4.08 -0.11) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 392feb7d-639c-4109-b633-4f77161d9a00)) - (fp_line (start -3.999 7.333) (end -3.903 7.224) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6a5fe9e5-baaf-40a3-a520-f60ee8a61237)) - (fp_line (start -3.98 -0.56) (end -3.93 -0.62) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fe1771f5-b72c-4bc4-add4-a2ba0d9e31fd)) - (fp_line (start -3.978 0.321) (end -4.022 0.163) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c61a2d85-d3d7-4faf-9bef-d07618588ca0)) - (fp_line (start -3.975 4.914) (end -3.939 4.773) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2926e945-d9e3-4a4e-9b51-aad244dc04f4)) - (fp_line (start -3.97 -1.58) (end -3.92 -1.48) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp ddae4b2b-20d9-4a3e-92ee-cab9e27340aa)) - (fp_line (start -3.951 -6.511) (end -3.842 -6.412) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cba11463-444d-4fb1-9f76-b3065c51a98b)) - (fp_line (start -3.95 -0.13) (end -4.01 -0.11) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp fd9d3f06-47e9-4e96-bdfc-1a5f59e67669)) - (fp_line (start -3.939 4.773) (end -3.905 4.631) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 432045b0-7589-468b-8659-999ac30c51fa)) - (fp_line (start -3.937 0.478) (end -3.978 0.321) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 33193802-955d-4a94-98cf-a3ed27526865)) - (fp_line (start -3.93 -0.62) (end -3.91 -0.68) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 73ec9bbc-dc9a-43b6-8948-b32c01d65371)) - (fp_line (start -3.92 -1.48) (end -3.88 -1.37) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c69d9541-5e9c-4448-bf12-ab294afe5277)) - (fp_line (start -3.91 -0.68) (end -3.89 -0.74) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b31efc5a-7b21-4ce8-b439-1c9342fcef4e)) - (fp_line (start -3.905 4.631) (end -3.874 4.487) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4d290f63-844a-4f7b-8aec-c610c29b1e2f)) - (fp_line (start -3.903 7.224) (end -3.806 7.113) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 45c7911f-b027-440e-9e3e-77a146b41944)) - (fp_line (start -3.899 0.636) (end -3.937 0.478) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7966563c-e279-4a7c-bf41-af45d42c4a74)) - (fp_line (start -3.89 -0.17) (end -3.95 -0.13) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp c84e14d3-e4ed-44aa-a72a-e3cd27cfffa7)) - (fp_line (start -3.88 -1.37) (end -3.85 -1.29) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 78ec32a0-9a51-4ce8-b9fc-3040bef6a908)) - (fp_line (start -3.874 4.487) (end -3.844 4.342) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fdd0a3ff-3d05-4dc5-8f2c-3aa967326c19)) - (fp_line (start -3.864 0.794) (end -3.899 0.636) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e0795232-a4f5-40af-bd8a-4a69f1a39aa6)) - (fp_line (start -3.85 -1.29) (end -3.82 -1.2) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 71885243-5b46-48dd-99ac-0bd8b9c078df)) - (fp_line (start -3.85 -0.21) (end -3.89 -0.17) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 71d48a52-b8b3-40ee-8443-1f8ed57774db)) - (fp_line (start -3.844 4.342) (end -3.817 4.196) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2009ab3a-f4bf-4c63-a0fe-9d170c762787)) - (fp_line (start -3.842 -6.412) (end -3.736 -6.297) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e51830a2-6dc5-4f13-834b-b490ff3a07e5)) - (fp_line (start -3.832 0.952) (end -3.864 0.794) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b2d11b31-1b82-4d0c-a24f-3ecd947114ec)) - (fp_line (start -3.82 -1.2) (end -3.79 -1.1) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 105fbd65-eb38-4079-82aa-c51ab8697030)) - (fp_line (start -3.817 4.196) (end -3.792 4.049) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 17c7b03d-e4b9-4587-b2ce-0ee7a9d30575)) - (fp_line (start -3.81 -0.27) (end -3.85 -0.21) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 75f2082b-4d7b-452b-8a4f-d706b382cdc7)) - (fp_line (start -3.806 7.113) (end -3.709 6.999) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9328bf5e-c997-4667-847d-cf51587a0583)) - (fp_line (start -3.804 1.11) (end -3.832 0.952) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 37c732a1-cf44-4113-843f-85a5910958ec)) - (fp_line (start -3.792 4.049) (end -3.77 3.901) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 381ea437-8589-413a-8d00-c27a465a3773)) - (fp_line (start -3.79 -1.1) (end -3.75 -0.96) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6b6fa031-d624-43d1-842e-f25c3d8a114c)) - (fp_line (start -3.78 -0.34) (end -3.81 -0.27) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 6c7215dc-2dbc-4951-bfca-623bac82e99f)) - (fp_line (start -3.778 1.268) (end -3.804 1.11) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 956f8a88-9acc-4e52-9280-d386fdb26e68)) - (fp_line (start -3.775 -6.363) (end -3.669 -6.42) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp da61999d-a804-4700-a8ed-895bc2af0a31)) - (fp_line (start -3.77 3.901) (end -3.75 3.751) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e12ec3e8-0d5b-47b1-abb9-9b31a4bb451e)) - (fp_line (start -3.755 1.426) (end -3.778 1.268) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ae0ad2a8-816d-4ed9-8122-ce73b249d5bc)) - (fp_line (start -3.75 -0.96) (end -3.72 -0.79) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 717ae1df-ca35-43c4-858a-8a998842a6fa)) - (fp_line (start -3.75 -0.43) (end -3.78 -0.34) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 2cdac68d-7c68-4dee-83f4-c82da698979f)) - (fp_line (start -3.75 3.751) (end -3.732 3.601) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dc50af72-15b3-4fb5-bf25-289e8b8f51f6)) - (fp_line (start -3.736 -6.297) (end -3.634 -6.165) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fd27925d-9b2e-4663-bdb7-e46b9715b801)) - (fp_line (start -3.736 1.584) (end -3.755 1.426) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cd008119-17d3-4098-90f3-4ace8a150683)) - (fp_line (start -3.732 3.601) (end -3.717 3.45) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6f581e98-caac-4a3a-b0ed-76aab462e56a)) - (fp_line (start -3.73 -0.54) (end -3.75 -0.43) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 03feac72-98b7-4654-a672-d344349eb6a0)) - (fp_line (start -3.72 -0.79) (end -3.72 -0.66) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp cdb51342-07be-44c9-aae9-c15b7e1e8215)) - (fp_line (start -3.72 -0.66) (end -3.73 -0.54) - (stroke (width 0.13) (type solid)) (layer "B.SilkS") (tstamp 8bd335e3-f9cc-4141-b62c-89e6f2cea9b6)) - (fp_line (start -3.719 1.742) (end -3.736 1.584) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2b7fcec9-f103-4c1e-8056-817283941746)) - (fp_line (start -3.717 3.45) (end -3.704 3.297) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 73b08644-febb-4c1e-9b8f-826cf4cd7348)) - (fp_line (start -3.709 6.999) (end -3.612 6.882) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b29fb2cb-e4b7-4450-8086-3c4d31478159)) - (fp_line (start -3.705 1.899) (end -3.719 1.742) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 318b1c02-8f98-40e0-8672-6e5f766110ad)) - (fp_line (start -3.704 3.297) (end -3.693 3.144) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f47ba0cc-ecae-4aef-a30d-acee22ce59db)) - (fp_line (start -3.694 2.056) (end -3.705 1.899) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ccefc75b-fd16-4e82-963f-281710a98051)) - (fp_line (start -3.693 3.144) (end -3.685 2.991) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d0823f78-79d3-470b-87e6-694e750395bc)) - (fp_line (start -3.686 2.213) (end -3.694 2.056) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a1bbbcb7-3394-4d47-a7e2-c5aca5915b62)) - (fp_line (start -3.685 2.991) (end -3.68 2.836) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 20ac7a70-5cb9-4418-b061-8e4ee8d36b79)) - (fp_line (start -3.68 2.37) (end -3.686 2.213) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 168a0226-3f44-46ec-a72a-15290137bd66)) - (fp_line (start -3.68 2.836) (end -3.678 2.681) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 18406746-0f9d-4d88-9ef2-8423e08576f0)) - (fp_line (start -3.678 2.526) (end -3.68 2.37) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 54562a16-6662-4d1b-9b50-45ed0ae36481)) - (fp_line (start -3.678 2.681) (end -3.678 2.526) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dfdaa22a-0489-48da-8a56-737e4c4366e1)) - (fp_line (start -3.669 -6.42) (end -3.559 -6.492) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7da919a6-904e-41c7-b0f6-91d865a93890)) - (fp_line (start -3.634 -6.165) (end -3.539 -6.015) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c3c15276-82a5-4b64-990f-7f503a97141e)) - (fp_line (start -3.612 6.882) (end -3.516 6.763) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e69b829b-c0b7-43a9-80d0-4376f3776ee0)) - (fp_line (start -3.559 -6.492) (end -3.447 -6.577) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b748f219-0f44-41d7-bcf2-9a96e7f8b594)) - (fp_line (start -3.542 -0.653) (end -3.72 -0.886) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cd74d053-e62a-45a3-9f24-631862f85655)) - (fp_line (start -3.539 -6.015) (end -3.453 -5.846) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e4f6c439-e664-4982-a00a-ae1d4844df2b)) - (fp_line (start -3.534 -0.529) (end -3.628 -0.702) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 49b6beb3-5d64-4af2-830b-e99a8a5ac007)) - (fp_line (start -3.516 6.763) (end -3.42 6.641) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c95ae74a-ca90-4a39-aa68-19d5d2714b13)) - (fp_line (start -3.453 -5.846) (end -3.377 -5.657) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4b9a4b22-a241-4855-9d5c-4ff2f9005b1b)) - (fp_line (start -3.447 -6.577) (end -3.333 -6.672) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dcff1695-539e-442e-afee-9485378ce13a)) - (fp_line (start -3.446 -0.356) (end -3.534 -0.529) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 486e42a8-ccd7-4296-b46d-c1c0b1981be4)) - (fp_line (start -3.42 6.641) (end -3.324 6.517) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 26fd0d92-e1d7-4ec3-9cd1-0c12f182f0d8)) - (fp_line (start -3.385 -9.744) (end -3.386 -9.767) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f57b03a6-125b-453a-8f2a-24b446ebba66)) - (fp_line (start -3.383 -9.678) (end -3.385 -9.744) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5696a53f-2631-4279-8564-21adeaab997c)) - (fp_line (start -3.381 -0.432) (end -3.542 -0.653) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cdb2878b-f702-4635-9e4c-1cc8cfe5a84c)) - (fp_line (start -3.378 -9.576) (end -3.383 -9.678) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 706bece9-b980-4420-a866-a63a48a63c89)) - (fp_line (start -3.377 -5.657) (end -3.313 -5.447) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5c16107e-b60f-4f98-bbed-8abfeb5d4011)) - (fp_line (start -3.371 -9.444) (end -3.378 -9.576) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 286a9e39-c26f-49c3-809f-c04839a4ac04)) - (fp_line (start -3.366 -0.185) (end -3.446 -0.356) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7db41bda-359c-420f-bdf5-221e6a8efd3d)) - (fp_line (start -3.363 -9.288) (end -3.371 -9.444) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 99f4f4aa-2f14-4bf9-b8a7-da1480e9e168)) - (fp_line (start -3.352 -9.113) (end -3.363 -9.288) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8a2de683-0cbb-47f9-b48d-61ac1c60565d)) - (fp_line (start -3.339 -8.925) (end -3.352 -9.113) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 36d7002b-bf2e-428b-a91a-b4ed755cac59)) - (fp_line (start -3.333 -6.672) (end -3.219 -6.777) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 99a76074-fcd3-4150-83c8-79f76bdad1c5)) - (fp_line (start -3.324 6.517) (end -3.229 6.391) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp db002d44-34dc-4a16-a373-be2b73d8ad8e)) - (fp_line (start -3.323 -8.731) (end -3.339 -8.925) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 17540f0f-267d-4f0f-8f00-5539a89bd637)) - (fp_line (start -3.313 -5.447) (end -3.263 -5.215) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4e72994f-410e-42ab-a8f9-f801527ca6d0)) - (fp_line (start -3.305 -8.537) (end -3.323 -8.731) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8f0e1ea6-d278-4117-9e02-aaadcc59362e)) - (fp_line (start -3.291 -0.014) (end -3.366 -0.185) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 565082b3-06ce-46fa-857c-fecdf53c89f1)) - (fp_line (start -3.284 -8.348) (end -3.305 -8.537) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ec7a7d72-678f-4bfb-a06b-17a4d013c413)) - (fp_line (start -3.26 -8.171) (end -3.284 -8.348) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c587e41e-e411-44d4-a360-b7b652a17e87)) - (fp_line (start -3.237 -0.223) (end -3.381 -0.432) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 311a70eb-5859-4da6-8fe4-344b06368e0f)) - (fp_line (start -3.229 6.391) (end -3.135 6.262) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp af4e708f-3ecb-432a-8234-bc33a136a64e)) - (fp_line (start -3.223 0.156) (end -3.291 -0.014) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c83a95be-f351-410b-916d-b5948688be99)) - (fp_line (start -3.219 -6.777) (end -3.104 -6.89) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 22abab2e-9885-4da7-9852-348f356dd096)) - (fp_line (start -3.162 0.324) (end -3.223 0.156) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0e39e32b-7468-4f6e-a6f0-b54d61a16933)) - (fp_line (start -3.135 6.262) (end -3.041 6.131) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e5e10b7e-d4e1-472a-acd2-b7ba1a3292f0)) - (fp_line (start -3.109 -0.026) (end -3.237 -0.223) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 437daa66-7365-482e-804c-8098c6a0905c)) - (fp_line (start -3.106 0.491) (end -3.162 0.324) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 564c737a-c22b-400c-8665-990100e2bad2)) - (fp_line (start -3.104 -6.89) (end -2.99 -7.007) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dea160a0-c7eb-439d-aa99-b60757115fc7)) - (fp_line (start -3.056 0.657) (end -3.106 0.491) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 40b12084-e9ea-4a47-a64f-d44ca516c9e8)) - (fp_line (start -3.041 6.131) (end -2.949 5.997) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 90a47af4-b3af-42ad-8a92-2ac33f1eaf7d)) - (fp_line (start -3.011 0.821) (end -3.056 0.657) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 79094860-9de1-4089-9ad1-fb708c7e674c)) - (fp_line (start -2.997 0.16) (end -3.109 -0.026) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e26f0b22-8514-418f-977b-cb0a9761b0f5)) - (fp_line (start -2.99 -7.007) (end -2.879 -7.127) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp cc016ca4-b9a4-4d80-91ba-91d6e0df5bcc)) - (fp_line (start -2.971 0.984) (end -3.011 0.821) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5c080aa7-74cc-491d-a4fa-a35e9d41b2a9)) - (fp_line (start -2.961 3.878) (end -2.941 3.769) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ce824579-a256-4757-8547-32bf1db63637)) - (fp_line (start -2.949 5.997) (end -2.858 5.862) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 72587f14-3879-4ab1-8ee7-30f0f8e50d93)) - (fp_line (start -2.941 -7.034) (end -2.948 -7.039) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f84570f0-8f86-40f4-8c85-4d0ad12444b2)) - (fp_line (start -2.941 3.769) (end -2.922 3.657) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f66b82ab-c203-4cb4-84ea-abcb2cd50a9c)) - (fp_line (start -2.937 1.145) (end -2.971 0.984) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fb7d0d2c-09e5-46e0-8091-1901472a84d1)) - (fp_line (start -2.922 3.657) (end -2.904 3.542) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e567c545-204a-4e4a-bfa9-ae48e2366f9a)) - (fp_line (start -2.917 -6.986) (end -2.941 -7.034) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d618158f-4184-4754-aa33-65a98e706342)) - (fp_line (start -2.907 1.304) (end -2.937 1.145) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e5ef96dd-e14b-40bb-acac-746f5d3aee37)) - (fp_line (start -2.904 3.542) (end -2.886 3.423) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a5129eb7-d259-4824-8f60-442feba02c79)) - (fp_line (start -2.898 0.335) (end -2.997 0.16) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 70791199-43db-4ae1-bf3d-59e94aad8d59)) - (fp_line (start -2.886 3.423) (end -2.871 3.301) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 49956dd5-35c0-4b9f-8b2a-6f2b8918bd8c)) - (fp_line (start -2.882 1.462) (end -2.907 1.304) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1b73c962-e471-4ec3-ab97-9114c97a5609)) - (fp_line (start -2.879 -7.127) (end -2.769 -7.249) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 58a22765-7f2e-4f66-9ea8-f56fcca75dda)) - (fp_line (start -2.871 -6.848) (end -2.917 -6.986) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0673bd15-bb27-42a3-b8dd-ff34de638161)) - (fp_line (start -2.871 3.301) (end -2.856 3.175) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 363809f4-b895-434e-8ee8-f8b8fb35d4fe)) - (fp_line (start -2.861 1.617) (end -2.882 1.462) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 24e41c56-597e-4023-adfa-f1d5bfd2a519)) - (fp_line (start -2.858 5.862) (end -2.768 5.724) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 391e77f9-45fd-4544-9a96-6b9be0f3494b)) - (fp_line (start -2.856 3.175) (end -2.844 3.047) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 791a5e22-eefd-4c9f-8145-64da9c193893)) - (fp_line (start -2.844 1.771) (end -2.861 1.617) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5632ff9d-82e3-45b5-a86b-5a4683beef51)) - (fp_line (start -2.844 3.047) (end -2.833 2.916) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7d6a83ee-b39d-480d-9568-6e909628ec27)) - (fp_line (start -2.833 2.916) (end -2.824 2.782) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 21491966-3c4c-414a-8ddc-0c7176ddff87)) - (fp_line (start -2.831 1.922) (end -2.844 1.771) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e41ebddf-cb62-48cb-abb2-1cc22a5eecdd)) - (fp_line (start -2.824 2.782) (end -2.818 2.645) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4159a1b3-645b-4fcf-a72d-9242b2067a63)) - (fp_line (start -2.822 2.072) (end -2.831 1.922) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 06691abe-4a61-4d84-ab64-63ace23bf8b5)) - (fp_line (start -2.818 2.645) (end -2.815 2.505) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d7b44d07-2cb6-4c10-bad9-adf2185ee6fd)) - (fp_line (start -2.816 2.219) (end -2.822 2.072) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp be78c320-66c9-47db-84c6-e07682b2c3ee)) - (fp_line (start -2.815 2.505) (end -2.814 2.363) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c5ed04ff-a810-4989-b637-8cc763ae2ab6)) - (fp_line (start -2.814 2.363) (end -2.816 2.219) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3e6949fd-a9d6-4530-9145-d07c13ad2635)) - (fp_line (start -2.813 0.5) (end -2.898 0.335) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3fcf515a-b2e5-4769-a263-706606d34687)) - (fp_line (start -2.8 -6.571) (end -2.871 -6.848) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9098a6bf-eae0-4636-90c3-6c2f5d9401fd)) - (fp_line (start -2.769 -7.249) (end -2.664 -7.369) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b9e0ba15-f372-4a9e-a627-d594778258ac)) - (fp_line (start -2.768 5.724) (end -2.679 5.584) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b1631ef5-5ba5-48ed-9e83-a55482a37a65)) - (fp_line (start -2.74 0.656) (end -2.813 0.5) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0ece2b87-02c1-4250-9204-efdee0b5a9d0)) - (fp_line (start -2.679 5.584) (end -2.592 5.443) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1509b6e6-a266-4bd3-bef6-1700f12ad930)) - (fp_line (start -2.678 0.802) (end -2.74 0.656) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 72635b6d-f5d1-44fe-86b5-9bebc2da5d46)) - (fp_line (start -2.664 -7.369) (end -2.563 -7.487) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d28c26df-aeff-4f6a-a1dc-f734efaf55cb)) - (fp_line (start -2.644 -6.668) (end -2.8 -6.571) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 15ddbae8-4879-44da-8c42-497366b84781)) - (fp_line (start -2.627 0.939) (end -2.678 0.802) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c435621a-1e7b-4aea-a701-d5d27a54bd0d)) - (fp_line (start -2.592 5.443) (end -2.506 5.299) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 563db87b-34c4-4832-bfe7-c025196b0284)) - (fp_line (start -2.585 1.069) (end -2.627 0.939) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f42c2843-70f0-463a-bc38-eee11dd73b5f)) - (fp_line (start -2.572 -1.471) (end -2.568 -1.6) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8c497335-9f19-4d8f-81b9-d3f6e5560190)) - (fp_line (start -2.568 -1.6) (end -2.554 -1.726) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ba80136a-34d0-4a97-a9c9-c43ab3f7be6e)) - (fp_line (start -2.565 -1.339) (end -2.572 -1.471) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ac5a5c45-797a-4bbe-bfd5-5ce5a8aa3463)) - (fp_line (start -2.563 -7.487) (end -2.467 -7.601) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp eb5c3818-51cd-4092-a6a2-1d306912382e)) - (fp_line (start -2.554 -1.726) (end -2.529 -1.847) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 93b580d1-c2df-48c4-9d06-465ca9d3eebc)) - (fp_line (start -2.552 1.19) (end -2.585 1.069) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7de04273-7eda-4419-ad6c-938bfee9f2d2)) - (fp_line (start -2.549 -1.205) (end -2.565 -1.339) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3d38eca7-b037-4400-970c-46db57e3c3cb)) - (fp_line (start -2.529 -1.847) (end -2.492 -1.964) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 95e16380-a797-4ef6-bc92-67bfd44afe75)) - (fp_line (start -2.526 1.305) (end -2.552 1.19) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp baa2bb27-3ff4-481e-b331-7cfee71362fe)) - (fp_line (start -2.524 -1.07) (end -2.549 -1.205) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d0d2152d-05bb-45b9-922c-65dc46f5a5df)) - (fp_line (start -2.507 1.413) (end -2.526 1.305) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0739a502-7fa1-4e85-8cae-604fd21c9156)) - (fp_line (start -2.506 5.299) (end -2.423 5.153) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5552a350-225a-4c3c-8643-df2be6c7b9a2)) - (fp_line (start -2.494 1.515) (end -2.507 1.413) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dc463df2-2692-4a08-9d95-1a693251e4f0)) - (fp_line (start -2.492 -1.964) (end -2.443 -2.074) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2f1df4d4-ea41-4805-990c-fc64e9beb3f8)) - (fp_line (start -2.491 -6.743) (end -2.644 -6.668) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3d774050-1f75-473e-bdf5-d052504e6a25)) - (fp_line (start -2.49 -0.935) (end -2.524 -1.07) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4f2de74c-a0a3-419c-86d3-f1056d120362)) - (fp_line (start -2.487 2.102) (end -2.485 2.028) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 78e707fb-3e9a-4f67-9527-ee34cdefd91a)) - (fp_line (start -2.487 2.173) (end -2.487 2.102) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b5c8a737-214c-4638-bb5c-b013b02f97ab)) - (fp_line (start -2.486 1.611) (end -2.494 1.515) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e93f1ff9-82cc-426b-b31b-274f08cc4327)) - (fp_line (start -2.485 2.028) (end -2.483 1.952) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b67db6fb-e010-4837-9b46-419c0d446aba)) - (fp_line (start -2.484 2.244) (end -2.487 2.173) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4b8ea754-7305-433d-91ba-90a4340e15a7)) - (fp_line (start -2.483 1.952) (end -2.481 1.872) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bb857b3f-cfd2-48ea-8ae4-988435afb17f)) - (fp_line (start -2.482 1.703) (end -2.486 1.611) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 34f20938-82be-4faa-a3bd-ea4ff60955a6)) - (fp_line (start -2.481 1.872) (end -2.48 1.79) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 99187cb6-681b-4886-9fc6-864207b7616f)) - (fp_line (start -2.48 1.79) (end -2.482 1.703) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e60f5c1d-c97e-4327-8023-b78c1d20bdfb)) - (fp_line (start -2.478 2.313) (end -2.484 2.244) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7fd7cb09-496d-4f85-a95b-f531a0ea6ec8)) - (fp_line (start -2.467 -7.601) (end -2.378 -7.707) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9256f7aa-4f1a-4001-bdef-7fbb32e451e0)) - (fp_line (start -2.448 -0.8) (end -2.49 -0.935) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f6662114-e94f-4466-8b01-5f4d76363a86)) - (fp_line (start -2.443 -2.074) (end -2.381 -2.179) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d628bd18-95ed-41eb-b4b4-f043ded47592)) - (fp_line (start -2.423 5.153) (end -2.341 5.005) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp bdbfc897-0a76-4ef8-acff-58a8a30c7547)) - (fp_line (start -2.399 -0.666) (end -2.448 -0.8) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3f6533ba-c4f9-46fc-b56b-e4570f6ba8d8)) - (fp_line (start -2.381 -2.179) (end -2.306 -2.276) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8ae8bcca-6404-4249-9a1b-d6efa82cff52)) - (fp_line (start -2.378 -7.707) (end -2.296 -7.805) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 94e689a1-e70f-45cb-8a5b-dc77827f725b)) - (fp_line (start -2.342 -0.534) (end -2.399 -0.666) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0afc6592-c2db-4caa-a22b-f13f9e7e1c40)) - (fp_line (start -2.341 -6.799) (end -2.491 -6.743) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b8e9717b-c8d9-44dd-9eb5-d37e3b2c2fb5)) - (fp_line (start -2.341 5.005) (end -2.262 4.855) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 619e5559-5c6e-40cc-87da-be0d8df0f585)) - (fp_line (start -2.306 -2.276) (end -2.217 -2.364) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1a657991-5c9c-41a4-9f2e-22f0c7450b3a)) - (fp_line (start -2.299 -1.936) (end -2.284 -2.079) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 97db24fe-c1f7-4f86-9060-dc632af2d885)) - (fp_line (start -2.299 -1.785) (end -2.299 -1.936) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5d9cc826-4756-4365-b769-24e883398d0a)) - (fp_line (start -2.296 -7.805) (end -2.221 -7.893) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp be0c7a50-2d41-4fd6-8c28-37a4cf00d900)) - (fp_line (start -2.288 -1.626) (end -2.299 -1.785) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5379d081-922a-4828-9d43-7b2f2572d06c)) - (fp_line (start -2.284 -2.079) (end -2.25 -2.213) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2edba9d3-c333-4296-851f-3df46822dd7b)) - (fp_line (start -2.278 -0.405) (end -2.342 -0.534) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 62b6b2b3-6ade-4e95-8062-936451a2172f)) - (fp_line (start -2.271 -1.462) (end -2.288 -1.626) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3850e2d4-b49e-4213-938e-107014b88c2f)) - (fp_line (start -2.262 4.855) (end -2.184 4.704) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3834130c-65dd-40f7-94b2-4c0e44ecd63c)) - (fp_line (start -2.257 -1.396) (end -2.271 -1.462) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5338134d-a05d-4ad9-9bd6-6a3cccd5d5a9)) - (fp_line (start -2.25 -2.213) (end -2.193 -2.337) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 56d5d2e4-dbd9-4665-9c2f-4cd76f3e3bd2)) - (fp_line (start -2.231 -1.321) (end -2.257 -1.396) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2460f6d2-1d7c-4c35-9be4-33dfefab8082)) - (fp_line (start -2.221 -7.893) (end -2.126 -8.009) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 83fee08f-7316-4ff9-a4fd-e9a9372f4d8f)) - (fp_line (start -2.217 -2.364) (end -2.115 -2.444) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4445e598-1c38-4291-936b-eafc95d0cf78)) - (fp_line (start -2.209 -0.28) (end -2.278 -0.405) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9c8b409b-0d1b-49e5-8fed-acd83e0e8b3e)) - (fp_line (start -2.195 -6.836) (end -2.341 -6.799) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 23a49e10-e7d0-41d9-a15a-25ac614cee99)) - (fp_line (start -2.195 -1.237) (end -2.231 -1.321) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2fc6c800-22f6-42f6-a664-0677d01cefba)) - (fp_line (start -2.193 -2.337) (end -2.109 -2.451) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp efb5ebae-d680-4d30-add6-fa2b005bc2e3)) - (fp_line (start -2.184 4.704) (end -2.109 4.551) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2f9c4e12-0101-4393-8a50-030440ea6a07)) - (fp_line (start -2.149 -1.145) (end -2.195 -1.237) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 158af5df-cc1b-4506-bbe6-cb7505295b5b)) - (fp_line (start -2.134 -0.158) (end -2.209 -0.28) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4d759aa0-1145-43ae-a507-a45f6fc89e2a)) - (fp_line (start -2.126 -8.009) (end -2.023 -8.151) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 23f1f71f-cee3-412e-8e0b-8dacdc450a11)) - (fp_line (start -2.109 -2.451) (end -2.046 -2.513) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9d29d03c-427b-4b84-bf4f-2d6f7ba5364a)) - (fp_line (start -2.109 4.551) (end -2.037 4.396) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1e0743f9-25f1-4e27-8ba3-1bbc1755dc6c)) - (fp_line (start -2.096 -1.045) (end -2.149 -1.145) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f09eeb0b-a016-4287-8ed5-683b4c4b51a3)) - (fp_line (start -2.053 -6.856) (end -2.195 -6.836) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e1a929c4-c484-4255-9524-8c224d1f6e73)) - (fp_line (start -2.053 -0.042) (end -2.134 -0.158) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1aa01b33-85ec-45ea-bfaa-b88738576f2f)) - (fp_line (start -2.046 -2.513) (end -1.957 -2.588) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b4796a06-5ec1-4b7e-a305-c6447cc5c644)) - (fp_line (start -2.037 4.396) (end -1.967 4.239) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ff579cc0-821d-40ca-8f3d-8708c2d87acb)) - (fp_line (start -2.036 -0.936) (end -2.096 -1.045) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5edbc061-8621-4c13-864b-a2a2b212044e)) - (fp_line (start -2.023 -8.151) (end -1.916 -8.307) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 57e128ae-5e07-4818-9f5a-1cee0e65c680)) - (fp_line (start -1.971 -0.819) (end -2.036 -0.936) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1b6f5437-7cc3-4fb0-a914-07fa3cdc968c)) - (fp_line (start -1.968 0.069) (end -2.053 -0.042) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4362e6ac-6290-4071-922f-911c69fdd561)) - (fp_line (start -1.967 4.239) (end -1.899 4.081) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2a6f1b1e-6809-43d7-b0c5-e4424e33d333)) - (fp_line (start -1.957 -2.588) (end -1.848 -2.675) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 04b9ebfa-2699-4160-9e9c-0c509052f4c5)) - (fp_line (start -1.916 -8.307) (end -1.812 -8.468) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e9862dd4-26d2-4ddd-91fc-972d848045f5)) - (fp_line (start -1.916 -6.859) (end -2.053 -6.856) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 34d6d782-5641-4526-b346-05de03ea8c0e)) - (fp_line (start -1.903 -0.695) (end -1.971 -0.819) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dbc9643b-8b89-4ff3-80f6-063535be3753)) - (fp_line (start -1.899 4.081) (end -1.835 3.921) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3e1cb3e4-d855-414e-b1ff-d8f86a215960)) - (fp_line (start -1.879 0.172) (end -1.968 0.069) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 971c1271-0f6f-46b9-8494-7107930ab4af)) - (fp_line (start -1.848 -2.675) (end -1.723 -2.772) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c6505e92-8e90-436d-b6f5-959c6248d156)) - (fp_line (start -1.835 3.921) (end -1.774 3.759) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 57a07bfe-e0c8-4178-9efc-c658d0aa0c5b)) - (fp_line (start -1.832 -0.562) (end -1.903 -0.695) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f508a62c-3c21-46de-b321-51b8800cff11)) - (fp_line (start -1.812 -8.468) (end -1.716 -8.623) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 106f01f3-bf47-4150-bb7b-1a3318a6eb3d)) - (fp_line (start -1.783 -6.847) (end -1.916 -6.859) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 75080b0b-6140-45af-8605-622af6de8bea)) - (fp_line (start -1.774 3.759) (end -1.715 3.597) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0850d44a-6bde-4886-b872-ef2fda5e1590)) - (fp_line (start -1.76 -0.421) (end -1.832 -0.562) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3bced514-7c6a-4929-a2f4-97c9dfd34def)) - (fp_line (start -1.723 -2.772) (end -1.588 -2.876) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d432cbe6-4998-44d8-87df-626563ccc34f)) - (fp_line (start -1.722 -5.558) (end -1.72 -5.65) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 367a0318-2a8d-4844-b1c5-a4b9f86a1709)) - (fp_line (start -1.72 -5.65) (end -1.704 -5.737) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 6ccf7be9-8d30-475d-8941-1f167d5de7ec)) - (fp_line (start -1.716 -8.623) (end -1.631 -8.761) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7eebb937-5634-42da-bd7e-2e0260369d0e)) - (fp_line (start -1.715 3.597) (end -1.66 3.432) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 2df83ebe-1ddf-4544-b413-d0b7b3d7c49e)) - (fp_line (start -1.71 -5.462) (end -1.722 -5.558) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b75e6d15-4d7a-4aec-ab57-dc77af04a9b9)) - (fp_line (start -1.704 -5.737) (end -1.672 -5.818) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 54801b85-fd78-4df4-a039-798d15f1a062)) - (fp_line (start -1.689 -0.272) (end -1.76 -0.421) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fedb7d4b-8ca2-493c-b9a1-22e781d6d436)) - (fp_line (start -1.685 -5.366) (end -1.71 -5.462) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a0f6ecb7-ddaf-4b1e-9b89-cdfe3f1f4a12)) - (fp_line (start -1.672 -5.818) (end -1.624 -5.891) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 67ed65af-3dae-472c-882d-b64c8e40e12c)) - (fp_line (start -1.667 -8.692) (end -1.582 -8.665) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 301727b6-248b-4eb4-8c37-cb369ee1a241)) - (fp_line (start -1.66 3.432) (end -1.609 3.266) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 97675b30-915a-43e3-828c-166fb0161c3a)) - (fp_line (start -1.656 -6.82) (end -1.783 -6.847) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1fcbe337-d147-4e02-846e-7f1ec4528bd0)) - (fp_line (start -1.648 -5.269) (end -1.685 -5.366) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5dcbb3b6-1c66-4989-97d2-485c6610a0cb)) - (fp_line (start -1.631 -8.761) (end -1.565 -8.873) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 10ddf54c-6d59-4755-8fb8-43466141a83a)) - (fp_line (start -1.624 -5.891) (end -1.558 -5.954) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 61a8149a-2c46-4891-a026-d1321b4c0b29)) - (fp_line (start -1.62 -0.116) (end -1.689 -0.272) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 11896c2c-8771-4362-a4aa-2f8901fb1bc7)) - (fp_line (start -1.609 3.266) (end -1.561 3.099) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f9fdab0b-0971-4c0c-831c-cda73093deb5)) - (fp_line (start -1.599 -5.174) (end -1.648 -5.269) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5367a494-64b6-4f8c-adca-814c4b88525b)) - (fp_line (start -1.588 -2.876) (end -1.448 -2.985) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d82759b1-57a0-4293-812e-59347193bfc5)) - (fp_line (start -1.582 -8.665) (end -1.488 -8.671) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f5ee5341-69c8-428a-a259-66f576fa2d08)) - (fp_line (start -1.565 -8.873) (end -1.521 -8.948) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 537c2196-fe60-48a5-847c-84653e479b38)) - (fp_line (start -1.561 3.099) (end -1.516 2.931) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c261f2c7-400a-44c0-9c0a-e7dc7bbb3f90)) - (fp_line (start -1.558 -5.954) (end -1.474 -6.006) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1e4121a8-838d-461e-bd87-c7b273513df5)) - (fp_line (start -1.554 0.048) (end -1.62 -0.116) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4eeb2bf2-5aa0-4534-94bd-c0dab739d13b)) - (fp_line (start -1.541 -5.082) (end -1.599 -5.174) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 26fd21bc-b3dd-4d3f-828b-c65aac383c0b)) - (fp_line (start -1.534 -6.781) (end -1.656 -6.82) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 15328724-62c0-4c64-8165-7ba7fa235831)) - (fp_line (start -1.521 -8.948) (end -1.505 -8.975) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9a17b82f-671a-43cc-889d-8f643334e78c)) - (fp_line (start -1.516 2.931) (end -1.476 2.761) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp dbe20cc9-b99f-4e22-ad59-f96e667d1efa)) - (fp_line (start -1.492 0.219) (end -1.554 0.048) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 9a025d13-3f10-4480-b02b-5650c6d28ed8)) - (fp_line (start -1.488 -8.671) (end -1.387 -8.714) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3661902e-90e5-456c-bea6-67cccf66598c)) - (fp_line (start -1.476 2.761) (end -1.439 2.59) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 23d00a59-0b4c-4084-acf1-2d0e73667d5f)) - (fp_line (start -1.474 -6.006) (end -1.371 -6.046) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 139dad75-0222-4e43-bc59-5c28bfe18b85)) - (fp_line (start -1.473 -4.995) (end -1.541 -5.082) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5cdb2718-315e-4c06-804f-561b680e75ba)) - (fp_line (start -1.448 -2.985) (end -1.307 -3.099) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c71e1710-20a1-4e33-88ae-549fb47faa61)) - (fp_line (start -1.439 2.59) (end -1.407 2.418) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 12eac6d1-24b8-4ea7-b275-251ba8bf5245)) - (fp_line (start -1.437 0.398) (end -1.492 0.219) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 79fa940a-2b5a-472f-9a29-806c2daad595)) - (fp_line (start -1.418 -6.731) (end -1.534 -6.781) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f1353e9e-7eae-44e9-872c-ec11c41e5657)) - (fp_line (start -1.407 2.418) (end -1.378 2.245) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 8a118e01-ce68-4cb9-aa2c-69460d69aea9)) - (fp_line (start -1.396 -4.914) (end -1.473 -4.995) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 93927c49-5ee1-4ac6-b668-9cc01dba8402)) - (fp_line (start -1.389 0.584) (end -1.437 0.398) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 23e32b5c-4ca6-4614-a426-44d605a7d8fd)) - (fp_line (start -1.387 -8.714) (end -1.281 -8.793) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 303c400a-1ac8-4f8f-ae11-254f46fa0fb3)) - (fp_line (start -1.378 2.245) (end -1.354 2.071) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c77559f1-9310-438e-bb42-9cac3de0d116)) - (fp_line (start -1.371 -6.046) (end -1.249 -6.07) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c027fa6b-8e6d-4e11-8804-979831dae8d5)) - (fp_line (start -1.354 2.071) (end -1.335 1.896) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3e82ba62-7189-4489-87d5-60db49657901)) - (fp_line (start -1.35 0.778) (end -1.389 0.584) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b0732623-9278-4ea6-a530-e8f3094216dc)) - (fp_line (start -1.335 1.896) (end -1.32 1.719) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fd52c1ac-e295-4f41-943d-ac9b91f9f1bf)) - (fp_line (start -1.321 0.978) (end -1.35 0.778) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fd955970-c990-4603-96b5-f465442bdb88)) - (fp_line (start -1.32 1.719) (end -1.31 1.542) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 39367e70-4fd8-4578-b7c9-16f6f15e83e4)) - (fp_line (start -1.31 1.542) (end -1.304 1.364) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1000aad2-ee88-468e-a417-b002fef105e7)) - (fp_line (start -1.309 -6.669) (end -1.418 -6.731) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e0130066-f120-45ab-8ca4-de7cd402c362)) - (fp_line (start -1.307 -3.099) (end -1.171 -3.214) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 0f0d22b0-c2a7-436a-931c-fa4be6782d48)) - (fp_line (start -1.304 1.185) (end -1.321 0.978) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d068a394-7054-45f9-ac53-014bf75c7213)) - (fp_line (start -1.304 1.364) (end -1.304 1.185) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 98fe4024-dd1f-4460-ab6c-997be1e2af2c)) - (fp_line (start -1.281 -8.793) (end -1.171 -8.909) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fc5e93f7-8264-46ce-a278-5944e151e5a7)) - (fp_line (start -1.249 -6.07) (end -1.105 -6.079) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 31518452-8dcd-4719-9aa4-aad4159920e6)) - (fp_line (start -1.248 -4.768) (end -1.396 -4.914) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp be40a792-1fff-4ce1-a6d8-41730132bad4)) - (fp_line (start -1.206 -6.599) (end -1.309 -6.669) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 111c2bf6-9865-4ea4-a9f9-1702355a872d)) - (fp_line (start -1.171 -8.909) (end -1.058 -9.064) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ae3c331f-8808-430e-931c-7d9b2cc37f5b)) - (fp_line (start -1.171 -3.214) (end -1.044 -3.329) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 69e05192-f084-4bb3-aff6-f350c539f1a8)) - (fp_line (start -1.125 -4.634) (end -1.248 -4.768) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 42ec88f7-d7f3-40cf-8759-f8c5477df41e)) - (fp_line (start -1.11 -6.52) (end -1.206 -6.599) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d18dfc73-4f65-499b-85e8-0e65b03fabb2)) - (fp_line (start -1.105 -6.079) (end -0.94 -6.07) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp fc48681f-9397-420c-a160-4d40e8208b22)) - (fp_line (start -1.058 -9.064) (end -0.975 -9.198) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4cd135a5-fdd1-4851-864a-dadf7c96d9ff)) - (fp_line (start -1.044 -3.329) (end -0.932 -3.442) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp da423bcf-af02-422a-8d3f-915d7fd393eb)) - (fp_line (start -1.024 -4.511) (end -1.125 -4.634) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp de9ed2c1-1e41-42ee-81d4-f29b6bd22835)) - (fp_line (start -1.022 -6.434) (end -1.11 -6.52) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 446c08d7-8986-4d18-8f0f-30d613706dfc)) - (fp_line (start -0.975 -9.198) (end -0.913 -9.306) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ab5db7e5-9de7-449f-b70b-9d0dd610b10b)) - (fp_line (start -0.942 -6.342) (end -1.022 -6.434) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp c645efa1-5cf3-4d27-be7a-303fdbabecd8)) - (fp_line (start -0.942 -4.395) (end -1.024 -4.511) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp ee86ad28-2e8a-4b4f-a90f-b244d52f0462)) - (fp_line (start -0.94 -6.07) (end -0.752 -6.042) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d70b07f0-7794-49ac-aab9-bba7744f562e)) - (fp_line (start -0.932 -3.442) (end -0.84 -3.551) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 25e5e3b2-c628-460f-8b34-28a2c7950e5f)) - (fp_line (start -0.913 -9.306) (end -0.859 -9.398) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 4c756fc2-8fde-4459-8921-e1db5a89f1ba)) - (fp_line (start -0.876 -4.284) (end -0.942 -4.395) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp d75f1379-cf40-49b3-9b28-2d291ed900e9)) - (fp_line (start -0.87 -6.245) (end -0.942 -6.342) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 86a6b9b9-3de3-44b4-b763-98233419d240)) - (fp_line (start -0.859 -9.398) (end -0.8 -9.482) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 1c36527b-20ab-4863-8486-3913ee2e57f4)) - (fp_line (start -0.84 -3.551) (end -0.772 -3.653) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp e8a7eef6-149e-4a80-9869-67336b262eab)) - (fp_line (start -0.825 -4.174) (end -0.876 -4.284) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 3b5cbb6d-677b-4641-88bd-7044bfd6bfae)) - (fp_line (start -0.806 -6.145) (end -0.87 -6.245) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 86b1650c-27f6-4516-8b60-2a6a434a183e)) - (fp_line (start -0.8 -9.482) (end -0.724 -9.567) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp a4813917-c395-4e03-b658-4133a12249cd)) - (fp_line (start -0.785 -4.064) (end -0.825 -4.174) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 58e43a80-a74c-4a45-a990-a8fe7ecac27a)) - (fp_line (start -0.772 -3.653) (end -0.733 -3.748) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 272d2299-18dd-4a3e-a196-6d15ba4f51c4)) - (fp_line (start -0.754 -3.951) (end -0.785 -4.064) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 7ff097b5-a55d-47f6-a955-3ddc5f3d0fd8)) - (fp_line (start -0.752 -6.042) (end -0.806 -6.145) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5bc4bec0-de82-443a-a56c-94cfb0912fcb)) - (fp_line (start -0.733 -3.748) (end -0.729 -3.832) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 27c35e8b-315a-496f-813b-9dd8fc243144)) - (fp_line (start -0.729 -3.832) (end -0.754 -3.951) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp b6346b0a-bb01-4e48-89f7-5054374e0d0d)) - (fp_line (start -0.724 -9.567) (end -0.618 -9.663) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp f2cb3dc7-19c3-4d39-8479-4368f9d1680c)) - (fp_line (start -0.618 -9.663) (end -0.469 -9.779) - (stroke (width 0.159) (type solid)) (layer "B.SilkS") (tstamp 5900b9d3-f54e-4689-953a-e125f5f9fa71)) - (fp_line (start -0.199 1.337) (end -0.199 -0.036) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ee5ea3d6-1422-40d3-882b-9d8b9c72bbba)) - (fp_line (start -0.056 -5.017) (end -0.049 -5.147) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 14fc535c-cb89-48aa-90fe-76e1fd47f505)) - (fp_line (start -0.049 -5.147) (end -0.029 -5.276) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 41dd8dbe-60e2-416e-bb81-b16a7ee0f28c)) - (fp_line (start -0.049 -4.886) (end -0.056 -5.017) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a4d49e7c-3f1b-4d80-bed7-772a82216d80)) - (fp_line (start -0.029 -5.276) (end 0.004 -5.403) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9f6748e8-8f0d-48e2-827e-24181f021855)) - (fp_line (start -0.029 -4.756) (end -0.049 -4.886) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f75ebc7d-c37e-40c2-a424-54729f414b88)) - (fp_line (start 0.004 -5.403) (end 0.051 -5.528) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp da656b2e-e4c4-44c7-b28a-53f21ed84da8)) - (fp_line (start 0.004 -4.626) (end -0.029 -4.756) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1b0fa014-c61e-4314-8f3d-160bae26aa4c)) - (fp_line (start 0.051 -5.528) (end 0.111 -5.65) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 673ed119-91db-4148-9876-56639d2d2321)) - (fp_line (start 0.051 -4.498) (end 0.004 -4.626) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 947acefe-ac33-4206-9de3-25b50b4731dd)) - (fp_line (start 0.111 -5.65) (end 0.184 -5.768) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e8a30a4a-b90d-43dc-9cd2-b512b8cb2467)) - (fp_line (start 0.111 -4.372) (end 0.051 -4.498) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ec464e2c-70c1-4b51-8600-7384ed6e411a)) - (fp_line (start 0.184 -5.768) (end 0.27 -5.882) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 93d4d131-a9f1-4257-bd4f-e06ad27b3631)) - (fp_line (start 0.184 -4.248) (end 0.111 -4.372) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a02008a9-68e1-4709-bfc0-24c27997889b)) - (fp_line (start 0.27 -5.882) (end 0.37 -5.99) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 233cfd4a-3e69-493d-b359-bfb36c843ecb)) - (fp_line (start 0.27 -4.129) (end 0.184 -4.248) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 47472735-41ec-4096-96fb-ce611f148c4c)) - (fp_line (start 0.37 -4.013) (end 0.27 -4.129) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2c913718-efbb-4ec8-bb76-bae88d46ed51)) - (fp_line (start 0.41 1.337) (end -0.199 1.337) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 474da0bb-a80f-4ce4-b14e-5f26d8f31e91)) - (fp_line (start 0.618 -5.841) (end 1.655 -5.666) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a3a4ba60-3271-4e9a-ba37-9a84bcaf9db5)) - (fp_line (start 0.684 -5.306) (end 1.582 -5.306) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ec5e2d7d-3bc6-4fcb-8261-5aceb45c3c19)) - (fp_line (start 0.708 -4.934) (end 0.708 -4.177) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7f4c333e-95dd-4f0c-b8a5-bc57a1ff22fb)) - (fp_line (start 0.708 -4.552) (end 1.553 -4.552) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 22f1a18b-d140-451a-a871-4c11294da049)) - (fp_line (start 0.708 -4.177) (end 1.553 -4.177) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 594eb499-401a-4092-9a2b-1cc8f8989e5b)) - (fp_line (start 0.758 -1.866) (end 0.789 -1.868) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c6750bbb-1f60-4923-a832-20fb722c1b93)) - (fp_line (start 0.758 0.827) (end 0.789 0.825) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp bb592211-9895-49a1-bb6a-47f7a9f85864)) - (fp_line (start 0.789 -1.868) (end 0.874 -1.872) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3adb9496-2d9f-40cf-b330-cf802996ea7f)) - (fp_line (start 0.789 0.825) (end 0.874 0.821) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a28b42a6-1c1a-4667-9b8b-ad6bdfd23632)) - (fp_line (start 0.874 -1.872) (end 1.003 -1.873) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4e861688-f76d-4846-81a3-359bef1f427a)) - (fp_line (start 0.874 0.821) (end 1.003 0.82) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fc56b098-c3aa-474b-aac9-da58d4f42386)) - (fp_line (start 0.929 -2.596) (end 0.816 -2.758) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp df425070-f6bd-4dc2-bc2c-ec8e49ad418d)) - (fp_line (start 0.929 0.098) (end 0.816 -0.065) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d5926ae5-e972-4dcc-8335-d8bd16db6dbc)) - (fp_line (start 1.003 -1.873) (end 1.163 -1.867) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c548aac3-2100-48bf-a57e-c299f9466e79)) - (fp_line (start 1.003 0.82) (end 1.163 0.826) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c360b637-6f5d-44e0-97f7-af09c2986ed7)) - (fp_line (start 1.025 -2.444) (end 0.929 -2.596) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 99772301-d596-41c7-ac2d-d8320c28783c)) - (fp_line (start 1.026 0.25) (end 0.929 0.098) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b8a69dfb-4ff5-4171-8662-f4fd81f9fc4a)) - (fp_line (start 1.107 -2.301) (end 1.025 -2.444) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7da9f5c8-a062-40f4-88c6-61890bbc359f)) - (fp_line (start 1.107 0.392) (end 1.026 0.25) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 34e4c084-25ed-4154-b584-44597cd86748)) - (fp_line (start 1.133 -4.177) (end 1.133 -5.757) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7f251369-eace-44ab-848c-cd3c5957381c)) - (fp_line (start 1.163 -1.867) (end 1.342 -1.851) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6162fbb8-6718-45ec-b23f-6a6f1488ec21)) - (fp_line (start 1.163 0.826) (end 1.342 0.842) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 91e34627-a183-42e4-bafa-955f631c2bab)) - (fp_line (start 1.175 -2.166) (end 1.107 -2.301) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cbbec9dc-3ece-41ba-b187-0bad09b173d6)) - (fp_line (start 1.175 0.527) (end 1.107 0.392) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3f4ca593-2b3f-4c1d-83fb-6afbc1dc83bd)) - (fp_line (start 1.231 -2.038) (end 1.175 -2.166) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 619cf9e3-25a5-4699-bab6-469aedc62cab)) - (fp_line (start 1.231 0.655) (end 1.175 0.527) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6b732b9b-51f6-479d-b29b-3f7cb9c273ef)) - (fp_line (start 1.276 -2.951) (end 1.287 -2.876) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 446bf57c-8a66-4199-8c1c-73dc66bbce20)) - (fp_line (start 1.276 -0.258) (end 1.287 -0.182) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ed74c2b7-a3ac-4886-84f5-377b5e1bbbfc)) - (fp_line (start 1.278 -1.916) (end 1.231 -2.038) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 42f4679b-2c4d-49cf-8f9e-afb5127a3112)) - (fp_line (start 1.278 0.778) (end 1.231 0.655) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fe36219f-13f1-47e3-b06a-60e954519022)) - (fp_line (start 1.287 -2.876) (end 1.323 -2.811) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e8a669b7-c663-4fa5-9b1f-ce9eb01dc726)) - (fp_line (start 1.287 -0.182) (end 1.323 -0.117) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8ce5f070-df4e-4d8d-b78f-3ef1b6a0875c)) - (fp_line (start 1.307 -3.048) (end 1.276 -2.951) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 05bcb62f-e639-408b-893f-71715cd8f94a)) - (fp_line (start 1.307 -0.355) (end 1.276 -0.258) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 61b6f2c4-b226-47d6-bbd8-9d67fcaf35c3)) - (fp_line (start 1.315 -1.797) (end 1.278 -1.916) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 720f9518-b0d8-4879-8ffc-0a3335e2eb9d)) - (fp_line (start 1.315 0.896) (end 1.278 0.778) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7847981b-5502-41f3-9413-b29fe20c5b32)) - (fp_line (start 1.323 -2.811) (end 1.382 -2.758) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b867fb16-61a5-4031-9766-9c1c9e8171a2)) - (fp_line (start 1.323 -0.117) (end 1.382 -0.065) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00d22a94-4415-4f7c-bba5-9ac8913c5f96)) - (fp_line (start 1.342 -1.851) (end 1.53 -1.819) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 53a382a5-9123-45f3-a2e9-3b2de6ca541d)) - (fp_line (start 1.342 0.842) (end 1.53 0.874) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0df376e0-b3b8-4926-8318-ef70bcc43326)) - (fp_line (start 1.346 -1.681) (end 1.315 -1.797) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 95a40d19-41c6-4680-9b37-9cb1bed1a413)) - (fp_line (start 1.346 1.013) (end 1.315 0.896) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 729e0aa9-1770-4b96-8a01-af601278faec)) - (fp_line (start 1.371 -1.566) (end 1.346 -1.681) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6e18bff7-8b21-4bb4-8a05-3a319b07518f)) - (fp_line (start 1.371 1.127) (end 1.346 1.013) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 644a2620-03c0-4432-a2a3-b8177b485182)) - (fp_line (start 1.382 -2.758) (end 1.462 -2.72) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c1d15993-12e6-4c0d-a72e-2f76d98a62f2)) - (fp_line (start 1.382 -0.065) (end 1.462 -0.027) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5498fdb6-915a-4445-8b00-6524ae4d6c27)) - (fp_line (start 1.383 -3.117) (end 1.307 -3.048) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0fe73d7c-983e-4368-b1af-2c7091659c0b)) - (fp_line (start 1.383 -0.424) (end 1.307 -0.355) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2480dd87-1dff-4a50-81a2-52ef161ac45c)) - (fp_line (start 1.393 -1.451) (end 1.371 -1.566) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a58b425b-6fc3-4a86-ae11-a84decf83c5a)) - (fp_line (start 1.393 1.242) (end 1.371 1.127) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a97a52d6-fe14-4f06-b35e-2dc42532437e)) - (fp_line (start 1.462 -2.72) (end 1.56 -2.698) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4b91a28b-e778-4691-8d2b-bb09bc10e8e8)) - (fp_line (start 1.462 -0.027) (end 1.56 -0.005) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e31b63b1-e50c-436f-8b2d-c664bc43a016)) - (fp_line (start 1.487 -3.159) (end 1.383 -3.117) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 11d75bf4-5480-4a2f-baa3-58a51cac0470)) - (fp_line (start 1.487 -0.466) (end 1.383 -0.424) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4f69bb40-cbf2-45c5-8c23-3e0667e1f6c1)) - (fp_line (start 1.53 -1.819) (end 1.714 -1.768) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f5bc60e0-ca9c-4444-9bc3-6e40e983addd)) - (fp_line (start 1.53 0.874) (end 1.714 0.926) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d0e144a3-6f5f-4307-ac4c-47637e9032bf)) - (fp_line (start 1.553 -4.934) (end 0.708 -4.934) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e8a5d0de-f294-42b4-a32d-95b01f36190d)) - (fp_line (start 1.553 -4.177) (end 1.553 -4.934) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 466f8d1c-c448-4a97-87ec-4e94847952fc)) - (fp_line (start 1.56 -2.698) (end 1.674 -2.694) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 52194c94-e7df-49ff-beb1-04a1b4f2344e)) - (fp_line (start 1.56 -0.005) (end 1.674 -0.001) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8764b520-89c4-4e8f-9e4f-12a445e1a616)) - (fp_line (start 1.607 -3.172) (end 1.487 -3.159) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c50a4250-2225-4797-b4a1-1bc3d1138c0f)) - (fp_line (start 1.607 -0.479) (end 1.487 -0.466) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7d4fcb23-c914-48df-941d-94cf5f1f85b5)) - (fp_line (start 1.673 -4.861) (end 2.531 -4.868) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f9960147-0877-4502-ad52-336fc5c83a18)) - (fp_line (start 1.673 -4.188) (end 2.498 -4.184) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b37ba0e4-c660-44d5-bd24-47ff6d2ba9c7)) - (fp_line (start 1.674 -2.694) (end 1.8 -2.71) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ac975f7b-5c1b-42e6-a54b-1829692bd60c)) - (fp_line (start 1.674 -0.001) (end 1.8 -0.017) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 42b75c7f-e205-4778-8b80-6010e5eef40d)) - (fp_line (start 1.725 -3.157) (end 1.607 -3.172) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5e27c7e3-130d-477a-b693-9d7d6d05e3e3)) - (fp_line (start 1.725 -0.463) (end 1.607 -0.479) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 126f84ae-523c-4569-b046-7ee124f46a5a)) - (fp_line (start 1.792 -5.933) (end 1.713 -5.928) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7bafe9bc-eba9-4810-a855-8b4f34bb53ef)) - (fp_line (start 1.8 -2.71) (end 1.936 -2.748) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6af91ec1-f5c6-4c49-998d-22cb7b1bdc03)) - (fp_line (start 1.8 -0.017) (end 1.936 -0.054) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 31880686-d14b-45e6-a2ae-8550fa4d37d7)) - (fp_line (start 1.804 -4.413) (end 1.869 -4.453) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ab1e0f05-b1ba-418b-9e43-ba5776957f76)) - (fp_line (start 1.829 -3.113) (end 1.725 -3.157) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 36786f1c-5181-4b16-85f0-7a9b5e48989f)) - (fp_line (start 1.829 -0.419) (end 1.725 -0.463) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ae121872-4c9f-495f-b631-8204082b9825)) - (fp_line (start 1.869 -4.453) (end 1.957 -4.509) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ada0013d-cfe2-4fa3-ae62-0cfc7e1da447)) - (fp_line (start 1.901 -3.039) (end 1.829 -3.113) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3a13a33d-0399-4bf3-800a-72a2421cb176)) - (fp_line (start 1.901 -0.346) (end 1.829 -0.419) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 30f27120-8919-4f22-a0e2-49bd0c1104a0)) - (fp_line (start 1.904 -2.114) (end 1.912 -2.343) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0b2da3ef-2445-490e-b668-8ae41309ee36)) - (fp_line (start 1.904 0.58) (end 1.912 0.35) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 61d63f1b-dbdf-4e18-9e78-d70eac21ae65)) - (fp_line (start 1.912 -2.343) (end 1.918 -2.542) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c2288b71-0313-4831-b20b-64c01771a6a6)) - (fp_line (start 1.912 0.35) (end 1.918 0.151) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 23d0e929-f5a1-4c62-b387-0887d9659f38)) - (fp_line (start 1.918 -2.542) (end 1.923 -2.707) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 10a5cee8-0f6f-4aac-80c1-915f5fcf52f0)) - (fp_line (start 1.918 0.151) (end 1.923 -0.014) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cf02db11-2ff8-4f79-b3e9-9802575ab786)) - (fp_line (start 1.923 -2.707) (end 1.927 -2.831) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f138c51d-0ee0-424a-a154-6e86a60a846b)) - (fp_line (start 1.923 -0.014) (end 1.927 -0.138) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8f577817-ea32-42aa-bedc-809b6d0ffec6)) - (fp_line (start 1.927 -2.831) (end 1.928 -2.909) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0afa5357-c57e-42cd-b476-72d99f39fe9f)) - (fp_line (start 1.927 -0.138) (end 1.928 -0.216) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 679e5b0e-a017-43d8-8845-79a886253d82)) - (fp_line (start 1.928 -2.909) (end 1.929 -2.937) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f8deac2f-522c-4605-b44f-70351a68e5b0)) - (fp_line (start 1.928 -0.216) (end 1.929 -0.243) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp acee6893-1f8a-43f2-93df-e612d6c0d353)) - (fp_line (start 1.929 -2.937) (end 1.901 -3.039) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2652ca87-c786-4061-81b7-9315b84b5d2c)) - (fp_line (start 1.929 -0.243) (end 1.901 -0.346) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 657bd73d-9c40-4ca8-b3ea-e75927d498b6)) - (fp_line (start 1.936 -2.748) (end 2.08 -2.809) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e92c974a-b07f-4799-a79e-f281f85dbc1a)) - (fp_line (start 1.936 -0.054) (end 2.08 -0.116) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d732dada-3bdf-40ee-b2d0-4e0254c2408c)) - (fp_line (start 1.949 -5.936) (end 1.792 -5.933) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1c72f17e-d445-4a58-842c-0dfdfce350d3)) - (fp_line (start 1.957 -4.509) (end 2.062 -4.586) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c8a3bad8-b631-46f3-ad1c-65cbb9e97856)) - (fp_line (start 1.987 -1.804) (end 2.125 -1.874) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b3d89762-54ee-4dc0-8c86-98a5d2a2dca5)) - (fp_line (start 1.987 0.889) (end 2.125 0.819) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 142e2caa-2b2c-4696-83a8-bdbb5b82c7f7)) - (fp_line (start 2.06 -5.921) (end 1.949 -5.936) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 543a1648-5784-4e1c-9576-bc01c6ff98bf)) - (fp_line (start 2.062 -4.586) (end 2.182 -4.691) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 819f78e6-941f-4dad-85f1-b4c7c6b3f0f2)) - (fp_line (start 2.071 -5.864) (end 2.06 -5.921) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ce1926e7-aefc-4410-8ad7-0050d6aebd28)) - (fp_line (start 2.074 -4.861) (end 2.075 -4.903) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f69224be-c98a-48ad-a04c-1caaa0418333)) - (fp_line (start 2.075 -4.903) (end 2.076 -5.014) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 25f1074a-6ae7-40ed-8106-5e5622cabe99)) - (fp_line (start 2.076 -5.729) (end 2.071 -5.864) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 179b931a-ee6e-4f42-a650-8fcc15be33cf)) - (fp_line (start 2.076 -5.014) (end 2.077 -5.172) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 36709ce8-feaf-4ca8-a999-4108fb101352)) - (fp_line (start 2.077 -5.172) (end 2.078 -5.355) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 078044b2-8672-471f-8af0-713545e8135d)) - (fp_line (start 2.078 -5.542) (end 2.076 -5.729) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 75288219-cb62-4584-bfee-979eec5f882a)) - (fp_line (start 2.078 -5.355) (end 2.078 -5.542) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c873fbd2-c35e-4523-8311-de379b125b9d)) - (fp_line (start 2.08 -2.809) (end 2.23 -2.896) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9d12ed3c-0713-4da7-86c7-5331347f3457)) - (fp_line (start 2.08 -0.116) (end 2.23 -0.202) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 59a4dc33-016c-4cea-b648-6fe1c8836f68)) - (fp_line (start 2.125 -1.874) (end 2.274 -1.963) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 05bdee95-c42e-4b6f-9645-2ec41619b2fe)) - (fp_line (start 2.125 0.819) (end 2.274 0.73) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3036986f-780f-4e5b-8e4b-4e66acc1e072)) - (fp_line (start 2.174 -4.535) (end 2.082 -4.606) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fb134e24-116f-4c1a-a910-69e228b2dca7)) - (fp_line (start 2.182 -4.691) (end 2.312 -4.828) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e99125d6-a0ca-4b37-842b-335296080c6e)) - (fp_line (start 2.23 -2.896) (end 2.382 -3.01) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp aac506cf-4156-47e4-9980-1111a3bb6bcc)) - (fp_line (start 2.23 -0.202) (end 2.382 -0.316) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e91ad237-6778-4565-a41c-5451c22b839e)) - (fp_line (start 2.274 -1.963) (end 2.394 -2.041) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 55dcb42c-b26a-49b8-8a1f-cc80851d2e4d)) - (fp_line (start 2.274 0.73) (end 2.394 0.653) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp eab7c737-4450-406f-9f80-b2e18bb45dd6)) - (fp_line (start 2.282 -4.434) (end 2.174 -4.535) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1418a8af-ecf9-4c29-a7a3-d0ed1e478705)) - (fp_line (start 2.385 -5.204) (end 2.33 -5.313) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 78ede9a5-24b2-446b-883e-d0eb187e6d79)) - (fp_line (start 2.393 -4.314) (end 2.282 -4.434) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 250e48fb-e2d3-44be-a21e-1a17c0d65000)) - (fp_line (start 2.394 -2.041) (end 2.444 -2.074) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 15fcf661-f7ee-4981-92aa-29fa30316a60)) - (fp_line (start 2.394 0.653) (end 2.444 0.62) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 317a2bf1-677c-46ed-b6b4-eef240063844)) - (fp_line (start 2.438 -5.094) (end 2.385 -5.204) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cb4d8b56-fff0-4e32-bb68-134e4476c746)) - (fp_line (start 2.486 -4.982) (end 2.438 -5.094) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5c579301-bff6-451b-b47f-4ab2a3b968be)) - (fp_line (start 2.498 -4.184) (end 2.393 -4.314) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c484a812-1402-4e4a-b9af-2e216b21f631)) - (fp_line (start 2.531 -4.868) (end 2.486 -4.982) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 11f8ac59-56bf-4d1a-8ad3-b4e0fd1dc52f)) - (fp_line (start 2.87 -4.231) (end 4.107 -4.235) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f95c6027-15cc-4326-9d31-38f6dba6baec)) - (fp_line (start 2.912 -3.146) (end 2.968 -3.012) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp de6a8a79-ffb1-408e-99f7-331b8dd7ba96)) - (fp_line (start 2.912 -0.453) (end 2.968 -0.318) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp de119e3e-b85f-435d-9e15-bdebccebd1c5)) - (fp_line (start 2.919 -3.13) (end 2.912 -3.146) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b89754be-9738-4e5f-8e95-e260ee696903)) - (fp_line (start 2.919 -0.436) (end 2.912 -0.453) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b0ef56f0-51f0-42df-b28a-72491f7f6bb8)) - (fp_line (start 2.931 -5.798) (end 2.797 -5.943) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 847e8d9f-68b8-458e-a56b-095489c111da)) - (fp_line (start 2.939 -3.081) (end 2.919 -3.13) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b0f642eb-e44e-4747-9d08-48aa7b02d88d)) - (fp_line (start 2.939 -0.388) (end 2.919 -0.436) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fe7aa45c-11dc-4d1a-9253-27a0da27aa34)) - (fp_line (start 2.968 -3.012) (end 3.025 -2.886) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2cad3fe2-0f3b-467e-9c49-f271aa1ec49b)) - (fp_line (start 2.968 -0.318) (end 3.025 -0.192) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 90871ced-792e-45f5-b74e-584f9a150cb4)) - (fp_line (start 2.973 -3.004) (end 2.939 -3.081) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 24cb67fc-f0c9-4f6e-88c1-7636ab854c5e)) - (fp_line (start 2.973 -0.311) (end 2.939 -0.388) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9c221d52-946b-4b75-8659-2771c7e549f2)) - (fp_line (start 3.019 -2.901) (end 2.973 -3.004) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a76c0baf-6e69-4f8d-a142-018c46047833)) - (fp_line (start 3.019 -0.208) (end 2.973 -0.311) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 09dffe2f-119c-4acf-b279-934de0a0dda7)) - (fp_line (start 3.025 -2.886) (end 3.082 -2.769) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 290311ab-2acc-454a-9a59-6cba16c0a08d)) - (fp_line (start 3.025 -0.192) (end 3.082 -0.076) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8de39313-d6b3-49d5-879e-e7c755da7625)) - (fp_line (start 3.041 -5.651) (end 2.931 -5.798) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 85195ff4-4022-4363-b14b-87d01de5d306)) - (fp_line (start 3.076 -2.776) (end 3.019 -2.901) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b90d0267-ce26-4e19-a4c7-fd16cc7a521c)) - (fp_line (start 3.076 -0.083) (end 3.019 -0.208) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 999a9de1-b184-4a7a-88ce-e26d61a272e3)) - (fp_line (start 3.082 -2.769) (end 3.14 -2.664) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 58eb1f49-1e5e-4c0c-97da-fb971f13fe25)) - (fp_line (start 3.082 -0.076) (end 3.14 0.03) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fa837821-0cb5-4c2d-b2ac-2376f32f5c33)) - (fp_line (start 3.131 -5.502) (end 3.041 -5.651) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1982601b-2a8e-40bd-a5af-aba91929618d)) - (fp_line (start 3.14 -2.664) (end 3.201 -2.569) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f711db5e-77b0-4494-90e8-aecb55e572ba)) - (fp_line (start 3.14 0.03) (end 3.201 0.124) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 49edae70-5dd4-4020-bb66-e19aaf00297f)) - (fp_line (start 3.144 -2.63) (end 3.076 -2.776) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8f38d61d-85a4-4a20-aa88-865d9c66b0b4)) - (fp_line (start 3.144 0.063) (end 3.076 -0.083) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9c08e9bc-2359-4642-8957-cdc10638112d)) - (fp_line (start 3.201 -5.353) (end 3.131 -5.502) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8b0215d2-13f6-48a7-8cfc-233a25ea1f30)) - (fp_line (start 3.201 -2.569) (end 3.298 -2.447) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0f28d312-e674-493b-bb0d-24fe0fb55a5f)) - (fp_line (start 3.201 0.124) (end 3.298 0.246) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d26a8420-78a3-4a9e-b4f4-5a9910f59c4d)) - (fp_line (start 3.223 -2.468) (end 3.144 -2.63) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fa7a68a5-1582-4679-bafe-2a2ea2733064)) - (fp_line (start 3.223 0.225) (end 3.144 0.063) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp aed766cc-c8d5-45cf-84bc-1c29216ccceb)) - (fp_line (start 3.254 -5.206) (end 3.201 -5.353) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2d2e3cbd-a7da-4440-b490-4f19b09f58e0)) - (fp_line (start 3.292 -5.061) (end 3.254 -5.206) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cf7c2f27-dfb2-4d35-9ded-39d46e2f0bdd)) - (fp_line (start 3.298 -2.447) (end 3.405 -2.357) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6ddca9c6-d93f-48af-8707-e3012416640e)) - (fp_line (start 3.298 0.246) (end 3.405 0.336) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1afdd221-608b-420b-8eb2-861de263adb5)) - (fp_line (start 3.311 -2.292) (end 3.223 -2.468) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 361dcb36-1f5d-45a8-a966-bd2a77e39204)) - (fp_line (start 3.311 0.401) (end 3.223 0.225) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 24c732be-56c7-40ff-a440-789a73d66281)) - (fp_line (start 3.318 -4.92) (end 3.292 -5.061) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f4b94c24-3cba-40a3-b656-5a69ae755497)) - (fp_line (start 3.334 -4.784) (end 3.318 -4.92) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 30fbf204-bef9-4135-9949-e958965476e5)) - (fp_line (start 3.337 -4.228) (end 3.339 -4.318) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a4eb21c6-285b-40a9-9401-daa21a94bf6e)) - (fp_line (start 3.339 -4.318) (end 3.342 -4.42) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0ab7eac0-2505-46ca-a15f-2fbf3a0464df)) - (fp_line (start 3.342 -4.654) (end 3.334 -4.784) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d2c2573f-95ca-4b27-b2b0-4a4afcd9537c)) - (fp_line (start 3.342 -4.42) (end 3.344 -4.533) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3f230696-6936-45fb-9c05-e7c58419a4fe)) - (fp_line (start 3.344 -4.533) (end 3.342 -4.654) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 581c7a64-fba5-4d4a-824b-f49a62311590)) - (fp_line (start 3.405 -2.357) (end 3.521 -2.301) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 951f92e3-c509-40e8-964b-37dd7e0e82bf)) - (fp_line (start 3.405 0.336) (end 3.521 0.393) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c12eea70-3a89-4f4e-bec5-6645406eead7)) - (fp_line (start 3.408 -2.104) (end 3.311 -2.292) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e9b2f4e0-b0c4-45da-921b-36e4af201264)) - (fp_line (start 3.408 0.589) (end 3.311 0.401) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8e0527a1-64cc-4c21-af5a-5910f4c387cc)) - (fp_line (start 3.514 -1.909) (end 3.408 -2.104) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 719e34f3-a935-4f7b-982b-9c19691e49e1)) - (fp_line (start 3.514 0.784) (end 3.408 0.589) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d6dd0f16-8940-44d4-96ec-2f3144e7eef5)) - (fp_line (start 3.521 -2.301) (end 3.652 -2.281) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f28095b2-5bdd-4916-8fd7-8ee2cde7e2ae)) - (fp_line (start 3.521 0.393) (end 3.652 0.412) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d9fdb0f1-e046-40fb-9db7-42844093657b)) - (fp_line (start 3.627 -1.708) (end 3.514 -1.909) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8a203993-fbf3-470f-ab7c-4d95a24716de)) - (fp_line (start 3.627 0.985) (end 3.514 0.784) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 76973292-11cb-4c20-8b65-30d05bb4f01c)) - (fp_line (start 3.652 -2.281) (end 3.79 -2.319) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 347b3477-2f16-4a24-a474-1e5febecef0e)) - (fp_line (start 3.652 0.412) (end 3.79 0.374) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cda7fe71-fae2-4327-88a1-ff4efc19520d)) - (fp_line (start 3.746 -1.505) (end 3.627 -1.708) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp df0a2432-7a90-46bd-b54d-8bf995c9c0f2)) - (fp_line (start 3.746 1.188) (end 3.627 0.985) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 16010e58-8aee-45c1-99df-d1cc2bd80779)) - (fp_line (start 3.79 -2.319) (end 3.85 -2.407) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6ae74015-156b-4b08-b0b7-49ff17fb760f)) - (fp_line (start 3.79 0.374) (end 3.85 0.286) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 408b3778-6552-41b5-9096-89c71f84e5ce)) - (fp_line (start 3.85 -2.407) (end 3.864 -2.514) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 642badde-3a43-415c-9e9a-0400e9ad9539)) - (fp_line (start 3.85 0.286) (end 3.864 0.18) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ec51372b-772c-40c6-ad58-bf05ad60b91d)) - (fp_line (start 3.863 -2.609) (end 3.866 -2.739) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5c946c69-aabf-45dc-9f47-f37983b2dc53)) - (fp_line (start 3.863 0.084) (end 3.866 -0.046) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp caefe669-4c1f-4a42-9061-2eea0460c08d)) - (fp_line (start 3.864 -2.514) (end 3.863 -2.609) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4df412ae-87c4-4ec7-8738-a6a72291cb75)) - (fp_line (start 3.864 0.18) (end 3.863 0.084) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d2456fb5-2b99-45e1-9d17-eb9a485a3bd3)) - (fp_line (start 3.866 -2.739) (end 3.867 -2.87) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 84ba6563-aa9a-4a44-a402-ba732fd7b0d2)) - (fp_line (start 3.866 -0.046) (end 3.867 -0.177) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e584287a-6232-40cf-a082-8dea5986b945)) - (fp_line (start 3.867 -2.929) (end 3.9 -3.04) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3c0e161b-77de-41cd-8057-090b9a285b00)) - (fp_line (start 3.867 -2.87) (end 3.867 -2.929) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 80bbd906-780d-49d4-9591-df6c1a36ee85)) - (fp_line (start 3.867 -0.236) (end 3.9 -0.347) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9d7822b4-339e-43c0-b115-d4b16189cc93)) - (fp_line (start 3.867 -0.177) (end 3.867 -0.236) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5f48357f-c353-4808-811f-74ed7ffaa7c6)) - (fp_line (start 3.9 -3.04) (end 3.985 -3.115) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6b065e8e-fef9-4b30-824e-7d9ccd606772)) - (fp_line (start 3.9 -0.347) (end 3.985 -0.422) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e20b2d01-f0a2-4c23-a8cf-4b8afc873d5b)) - (fp_line (start 3.985 -3.115) (end 4.075 -3.137) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 461c24bd-c29b-4d81-bd76-c5414eb04a70)) - (fp_line (start 3.985 -0.422) (end 4.075 -0.444) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 796db869-0097-47e7-801f-cda0ea750e7a)) - (fp_line (start 4.022 -5.921) (end 3.947 -5.918) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cdbac3ad-7252-4da8-b1a5-17f3fd6da071)) - (fp_line (start 4.035 -4.844) (end 4.012 -4.985) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9e07d90c-56c0-4c4f-855e-0025effe6c99)) - (fp_line (start 4.041 -4.796) (end 4.596 -4.8) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 87f4b7ba-c2c6-4980-9aad-767b93259fb9)) - (fp_line (start 4.06 -4.651) (end 4.035 -4.844) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9c26b72f-cc8f-4568-a8a9-f55225c27554)) - (fp_line (start 4.075 -3.137) (end 4.172 -3.136) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 111becb9-cb80-417e-8fbe-97b6e8030333)) - (fp_line (start 4.075 -0.444) (end 4.172 -0.443) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d827258b-50c4-46fc-b3a5-4b37a0dc9ee6)) - (fp_line (start 4.083 -4.452) (end 4.06 -4.651) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d8abe8ec-485d-44a5-b5c3-6d01cfd7fd8c)) - (fp_line (start 4.1 -4.298) (end 4.083 -4.452) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fa2a3668-9582-4466-b44e-6720f86e983f)) - (fp_line (start 4.107 -4.235) (end 4.1 -4.298) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e93952e0-b012-4dcc-a5ce-167d55bdd575)) - (fp_line (start 4.172 -3.136) (end 4.271 -3.107) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2ab6f680-d446-4f8f-9f8c-8ce4722c87d3)) - (fp_line (start 4.172 -0.443) (end 4.271 -0.414) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 14be568d-2e52-4aed-b81b-dddc75cbdd07)) - (fp_line (start 4.182 -5.928) (end 4.022 -5.921) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 55159f70-13f1-47a3-bb2b-c74826aa604c)) - (fp_line (start 4.271 -3.107) (end 4.371 -3.045) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fec985c7-f284-4d68-8727-af7eebd8b5f8)) - (fp_line (start 4.271 -0.414) (end 4.371 -0.352) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 13b44301-e8b6-44a2-a883-05207972227f)) - (fp_line (start 4.33 -5.929) (end 4.182 -5.928) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e1df4b0e-82c2-4440-ac04-3c42a4367634)) - (fp_line (start 4.371 -3.045) (end 4.468 -2.944) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2022f2c2-2d52-4762-8871-c3aaafed73b6)) - (fp_line (start 4.371 -0.352) (end 4.468 -0.25) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b9086bc6-f594-4bed-870a-3805d2b7840b)) - (fp_line (start 4.425 -5.891) (end 4.33 -5.929) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5f5a1385-75d4-4463-bc21-a6137b8c26df)) - (fp_line (start 4.468 -2.944) (end 4.559 -2.799) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c78f65fa-a030-469f-965a-f81d8f3afba6)) - (fp_line (start 4.468 -0.25) (end 4.559 -0.106) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f3948324-ce3a-4786-8e6f-06525e602a33)) - (fp_line (start 4.492 -5.781) (end 4.425 -5.891) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b0e38842-ac03-4c5b-8a1e-55adbb4b8c0c)) - (fp_line (start 4.534 -5.59) (end 4.492 -5.781) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp bbc3af49-fdef-47bd-8494-93433b79685b)) - (fp_line (start 4.552 -5.418) (end 4.534 -5.59) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f0b46255-e918-4a38-931d-8a945e9905c3)) - (fp_line (start 4.559 -2.799) (end 4.64 -2.605) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1df88bde-ee9c-4b31-90f5-5e91fa88d17a)) - (fp_line (start 4.559 -0.106) (end 4.64 0.088) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cfb29de7-5d87-4b80-bc4c-399de4fa7fae)) - (fp_line (start 4.569 -5.211) (end 4.552 -5.418) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0bf07fd4-aa7e-4f51-a6a6-44b27866d654)) - (fp_line (start 4.583 -5.011) (end 4.569 -5.211) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1e5d0253-acc2-4f0d-86a2-9343225c71a7)) - (fp_line (start 4.592 -4.86) (end 4.583 -5.011) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 75c56b73-e91e-4c3e-8fb7-792f0cb19b7b)) - (fp_line (start 4.596 -4.8) (end 4.592 -4.86) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5f698b56-319a-4e7a-acc3-9c3c494e9e07)) - (fp_line (start 4.913 -1.811) (end 5.101 -1.789) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b73bc21e-e4fc-434c-9782-67f831579d00)) - (fp_line (start 4.913 0.882) (end 5.101 0.905) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fae21104-6d06-49da-9a8b-b74f2e8a3574)) - (fp_line (start 5.101 -1.789) (end 5.289 -1.767) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cc0d08d7-1c65-4883-9efb-f30fa51da8b0)) - (fp_line (start 5.101 0.905) (end 5.289 0.926) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 91815931-350b-44ea-ae11-854683127765)) - (fp_line (start 5.147 -5.27) (end 5.154 -5.413) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9273aad3-d4fd-4f46-88b0-3a63b54fdc41)) - (fp_line (start 5.148 -5.128) (end 5.147 -5.27) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1b097a20-994c-479c-9cb5-f236aa61c8fa)) - (fp_line (start 5.154 -5.413) (end 5.169 -5.558) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cf646d51-a95b-4acb-92eb-03438484ca3f)) - (fp_line (start 5.156 -4.984) (end 5.148 -5.128) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 77b08f8f-0764-4619-ae58-4700c5781fa2)) - (fp_line (start 5.169 -5.558) (end 5.193 -5.706) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f6fee84b-bfc5-4648-8e13-9d6d04247a23)) - (fp_line (start 5.17 -4.838) (end 5.156 -4.984) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 780076de-fb73-43f2-b5aa-1c95059ff25d)) - (fp_line (start 5.189 -4.688) (end 5.17 -4.838) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp da49333a-2ae3-46a7-85b7-29e867a658b0)) - (fp_line (start 5.193 -5.706) (end 5.227 -5.859) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 518a4131-64e9-4ba1-a442-4691a53e2b81)) - (fp_line (start 5.213 -4.532) (end 5.189 -4.688) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f7925461-00b9-45fa-8499-f4088f9215ce)) - (fp_line (start 5.225 -5.752) (end 5.248 -5.632) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e6ba8e5a-5295-4d99-9539-f0f44fc4499c)) - (fp_line (start 5.227 -5.859) (end 5.225 -5.752) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp dac75ca8-9fd9-4f25-9f22-82af6f3fdad2)) - (fp_line (start 5.241 -4.37) (end 5.213 -4.532) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 64940337-2175-44aa-ab05-e1e92e28a356)) - (fp_line (start 5.248 -5.632) (end 5.288 -5.505) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d5a6653e-3f63-4910-afbc-8ebf149f0d3d)) - (fp_line (start 5.271 -4.198) (end 5.241 -4.37) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5413e9f0-4b25-4379-9452-5ca9a4dfa90a)) - (fp_line (start 5.288 -5.505) (end 5.336 -5.377) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8ef3e563-c1f8-49c5-a3f8-41d88bb0ede4)) - (fp_line (start 5.289 -1.767) (end 5.474 -1.747) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5fc32f47-b50c-49bd-8a82-dd68c0426109)) - (fp_line (start 5.289 0.926) (end 5.474 0.946) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8b7bd606-8d7f-4fbd-a2d5-a4d4e067ee34)) - (fp_line (start 5.336 -5.377) (end 5.384 -5.255) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9a573a5f-16ed-4bac-a9aa-25b5d86e5dd3)) - (fp_line (start 5.474 -1.747) (end 5.655 -1.729) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1a8a76a0-6023-468a-bf57-4aeb52d09b1d)) - (fp_line (start 5.474 0.946) (end 5.655 0.964) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d0bca7c3-16fb-43b6-91c1-9db8fac52cb2)) - (fp_line (start 5.593 -2.54) (end 5.611 -2.661) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1b27d1c8-f65f-4837-ac2a-4472d56cd4ff)) - (fp_line (start 5.593 0.153) (end 5.611 0.032) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e9f702de-b437-4ae2-a03e-b707e9309898)) - (fp_line (start 5.596 -2.415) (end 5.593 -2.54) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6ec4beb8-dbfb-4b48-921c-f98b9d0706b5)) - (fp_line (start 5.596 0.279) (end 5.593 0.153) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 937939a7-3d48-498a-98b7-bb48d04ada01)) - (fp_line (start 5.611 -2.661) (end 5.653 -2.772) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e7cc72e9-2528-4173-ac91-2a1600dc3104)) - (fp_line (start 5.611 0.032) (end 5.653 -0.079) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9fdbccc2-2f8e-4736-8eda-6be5762e5cd4)) - (fp_line (start 5.621 -2.282) (end 5.596 -2.415) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c623739f-e556-4bf3-bf0d-ea8f14f7750e)) - (fp_line (start 5.621 0.411) (end 5.596 0.279) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b06d0f18-c7c1-4973-8806-d4fa87df5412)) - (fp_line (start 5.653 -2.772) (end 5.718 -2.873) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d75bbaff-de62-4f47-b2c1-42ba1e99da40)) - (fp_line (start 5.653 -0.079) (end 5.718 -0.18) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a1916e9e-4224-4c5d-a9c6-82b80a4bae89)) - (fp_line (start 5.655 -1.729) (end 5.828 -1.713) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9661476a-e3cc-43ad-bbdf-24b6874ef400)) - (fp_line (start 5.655 0.964) (end 5.828 0.98) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0c9b9dd2-dc58-4681-9b25-b9c3d020fbdc)) - (fp_line (start 5.677 -2.149) (end 5.621 -2.282) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a881fee1-2247-4b84-acc6-5a7e843e2ba6)) - (fp_line (start 5.677 0.545) (end 5.621 0.411) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b4ddef27-9e8b-4c9f-ba6b-bbd22b45d51a)) - (fp_line (start 5.695 -5.6) (end 5.709 -5.505) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8bdf40b7-7312-4b98-8ee3-177dfa3c1a46)) - (fp_line (start 5.7 -4.634) (end 5.812 -4.64) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 94dd7c58-d6bf-4547-ab6b-8de0e37bf355)) - (fp_line (start 5.709 -5.505) (end 5.769 -5.417) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a5acfc13-660b-4475-8069-b28733a7b5eb)) - (fp_line (start 5.718 -2.873) (end 5.807 -2.961) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 43bdf38e-b010-49fa-901f-90246bfdfc87)) - (fp_line (start 5.718 -0.18) (end 5.807 -0.267) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b3dfbe76-e5a2-48e9-bf61-46c24ad01a97)) - (fp_line (start 5.722 -5.686) (end 5.695 -5.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d2524e3e-228a-471d-b6ab-7febc5f574b2)) - (fp_line (start 5.769 -5.417) (end 5.894 -5.354) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ed4682aa-5710-4438-810d-939bc55b81c3)) - (fp_line (start 5.783 -1.985) (end 5.677 -2.149) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2c08dad7-0b97-4355-8528-fd74d397da31)) - (fp_line (start 5.783 0.708) (end 5.677 0.545) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4ce0e23d-dbb3-4d2d-b549-50bee3d446b9)) - (fp_line (start 5.794 -5.756) (end 5.722 -5.686) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e6e4ba06-5100-4065-b809-01784b64c06b)) - (fp_line (start 5.807 -2.961) (end 5.918 -3.034) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b55f6fd6-b5a9-46c1-9ccf-a9b9dbedb0ae)) - (fp_line (start 5.807 -0.267) (end 5.918 -0.341) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 680ed401-4444-41a7-a749-88310d3efeaa)) - (fp_line (start 5.812 -4.64) (end 5.951 -4.645) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f09822c0-7fac-44ce-a87f-366f7a49f250)) - (fp_line (start 5.828 -1.713) (end 5.991 -1.699) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 713f8bf8-d771-4862-bb18-7b6f3b027ba3)) - (fp_line (start 5.828 0.98) (end 5.991 0.994) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9d7add1e-d22e-4c3c-ab8e-6362e975e5d0)) - (fp_line (start 5.892 -1.864) (end 5.783 -1.985) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8198e596-d523-4ba3-91d9-8f9c41f56b37)) - (fp_line (start 5.892 0.829) (end 5.783 0.708) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 007d1aa0-0a35-4c79-bc8d-e834bd3664f0)) - (fp_line (start 5.894 -5.354) (end 6.103 -5.335) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c8b9676b-221e-4cd7-863c-5d1cf75e0f5a)) - (fp_line (start 5.899 -5.804) (end 5.794 -5.756) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp bd5bb503-514b-468b-8abd-7e31ffd332b7)) - (fp_line (start 5.918 -3.034) (end 6.052 -3.092) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2965d96a-703d-45a6-8083-ee4575c36bb7)) - (fp_line (start 5.918 -0.341) (end 6.052 -0.399) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2b626917-a177-4b61-81a1-fd2a69eb9f9a)) - (fp_line (start 5.951 -4.645) (end 6.11 -4.647) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 02b39166-9f7a-4094-8bda-785f43edf3d1)) - (fp_line (start 5.991 -1.699) (end 6.141 -1.687) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0c64a8a2-476d-4ce5-9a4f-cce66f41d837)) - (fp_line (start 5.991 0.994) (end 6.141 1.006) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a4f92507-f2b3-4f75-987d-55004c3588b9)) - (fp_line (start 6.004 -1.778) (end 5.892 -1.864) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 658cbe5a-e7f5-4f80-bc14-54c2ecfeca7c)) - (fp_line (start 6.004 0.915) (end 5.892 0.829) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 69b62df2-080c-4fbc-a9ff-a83e6181a480)) - (fp_line (start 6.028 -5.824) (end 5.899 -5.804) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f1084b0d-b992-4d4c-9074-1c148a908ad5)) - (fp_line (start 6.052 -3.092) (end 6.208 -3.132) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1fad9050-55c5-4235-9608-ea9460329cdb)) - (fp_line (start 6.052 -0.399) (end 6.208 -0.439) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1b2c37f1-2f41-4eef-9163-74d93552bfe4)) - (fp_line (start 6.103 -5.335) (end 6.261 -5.352) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cea40dd1-610e-46e4-9f6c-d23f0a3ddd3f)) - (fp_line (start 6.11 -4.647) (end 6.279 -4.644) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fed97871-4d75-4194-a3d3-5b61f2a948a5)) - (fp_line (start 6.117 -1.722) (end 6.004 -1.778) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 22b36c73-46e7-4496-8b98-f69a5955de22)) - (fp_line (start 6.117 0.972) (end 6.004 0.915) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d1e5ef30-0c74-4f13-89aa-ab10a4b051eb)) - (fp_line (start 6.141 -1.687) (end 6.276 -1.678) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c21b20df-9e93-4f8b-bf07-89242b210ced)) - (fp_line (start 6.141 1.006) (end 6.276 1.015) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 869eca01-6daf-4865-b0e8-f32a37e3566c)) - (fp_line (start 6.156 -5.814) (end 6.028 -5.824) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d71f0cba-ee35-4c7d-8e36-e6e267833f6a)) - (fp_line (start 6.186 -2.091) (end 6.271 -2.216) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7bd6fa35-9259-4a2d-8279-ba81ed2069f9)) - (fp_line (start 6.186 0.602) (end 6.271 0.478) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d875da09-775c-45a3-be03-ee257d013433)) - (fp_line (start 6.208 -3.132) (end 6.387 -3.153) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 88c879b0-2510-4f44-a16d-26dd08b3c12a)) - (fp_line (start 6.208 -0.439) (end 6.387 -0.46) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d2fb2423-7bf4-4222-994d-25a9683eab67)) - (fp_line (start 6.23 -1.689) (end 6.117 -1.722) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 56de11c8-54d5-46a3-86f3-42d9503bfc91)) - (fp_line (start 6.23 1.004) (end 6.117 0.972) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 95ef63d7-a7a2-4718-a404-714eb6412ee9)) - (fp_line (start 6.261 -5.772) (end 6.156 -5.814) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c09e814d-1e36-4717-a65f-fd59e1f66b26)) - (fp_line (start 6.261 -5.352) (end 6.396 -5.391) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e6835982-f526-41dd-96a3-dbcd46ab9645)) - (fp_line (start 6.271 -2.216) (end 6.346 -2.342) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 520fd06c-b6b9-4c42-9bfc-5c3d2d29f14b)) - (fp_line (start 6.271 0.478) (end 6.346 0.351) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5fb34c2f-8685-4006-a370-36a5c54e8539)) - (fp_line (start 6.276 -1.678) (end 6.393 -1.672) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7f5c5a33-bffa-44be-b723-f59e60ea9e4b)) - (fp_line (start 6.276 1.015) (end 6.393 1.021) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp aff48226-032f-4dae-a36a-f783c883d29a)) - (fp_line (start 6.279 -4.644) (end 6.45 -4.634) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4f489d12-440e-4cd0-933d-b6701961a6d6)) - (fp_line (start 6.332 -5.691) (end 6.261 -5.772) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 97c3e317-415d-4b4f-8101-e9340ae149a3)) - (fp_line (start 6.336 -4.651) (end 6.339 -4.811) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 711f8627-5a3c-4396-84c3-6cf951de66c5)) - (fp_line (start 6.336 -4.493) (end 6.336 -4.651) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 22ebd635-5838-472e-8b50-03affaba3376)) - (fp_line (start 6.338 -4.341) (end 6.336 -4.493) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f0172b04-3281-4d5a-a911-69e210ac9ebd)) - (fp_line (start 6.339 -4.811) (end 6.343 -4.972) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d77aae80-2ebb-449c-8753-33e439daa878)) - (fp_line (start 6.343 -4.972) (end 6.348 -5.13) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ca51fbb9-a837-4f97-892a-477f8b6ae176)) - (fp_line (start 6.343 -4.196) (end 6.338 -4.341) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 32d1147a-7743-4223-ab67-db4aaf57b1b9)) - (fp_line (start 6.343 -1.673) (end 6.23 -1.689) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3fb2e8e3-7579-49ea-8f1f-0415e04bfd8d)) - (fp_line (start 6.343 1.02) (end 6.23 1.004) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b0150d2b-85b3-4331-b915-3086266e149b)) - (fp_line (start 6.346 -2.342) (end 6.377 -2.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 360bedc1-8522-4c8c-bbbd-baca6d69d40e)) - (fp_line (start 6.346 0.351) (end 6.377 0.293) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7d1347db-292a-4095-85d4-76da0d3f5524)) - (fp_line (start 6.348 -5.13) (end 6.353 -5.283) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8b64729b-0793-4b75-90fd-6a59598d76c3)) - (fp_line (start 6.353 -5.283) (end 6.357 -5.428) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4fffb586-b915-45cc-a9a2-02cc516bb571)) - (fp_line (start 6.357 -5.428) (end 6.361 -5.564) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 21a00f46-105c-4e4b-a84f-ed4acb136567)) - (fp_line (start 6.361 -5.564) (end 6.332 -5.691) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6a7b2059-d977-4612-95c2-3fe01e6e1434)) - (fp_line (start 6.393 -1.672) (end 6.489 -1.669) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 165068c6-cae0-4fb2-b201-2f3f8a0b28a0)) - (fp_line (start 6.393 1.021) (end 6.489 1.024) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5ce23b6b-bd8c-44d9-a91a-04985175beda)) - (fp_line (start 6.396 -5.391) (end 6.513 -5.448) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 86388482-65de-4962-9ebf-7d4d6c1dfcb6)) - (fp_line (start 6.45 -4.634) (end 6.615 -4.617) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b656459b-45a8-4466-bf55-064e0e9bbeb4)) - (fp_line (start 6.454 -1.669) (end 6.343 -1.673) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4208e0be-10e2-4b80-a414-1519879271b4)) - (fp_line (start 6.454 1.024) (end 6.343 1.02) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 18b61e14-f0cb-4bda-9e7e-35086cd0bce5)) - (fp_line (start 6.469 -1.948) (end 6.549 -2.065) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4406c962-ad4e-4078-b602-6c519257203f)) - (fp_line (start 6.469 0.745) (end 6.549 0.628) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6647797e-9035-4291-9495-e7c7119a3fd1)) - (fp_line (start 6.489 -1.669) (end 6.562 -1.67) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 806b945e-fc59-4641-ae29-5257d31d3d70)) - (fp_line (start 6.489 1.024) (end 6.562 1.024) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8338e846-812b-41c6-ad83-c397e10d62a8)) - (fp_line (start 6.513 -5.448) (end 6.616 -5.515) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0239a7dc-4f11-4dd5-9564-b10e3cb51ffa)) - (fp_line (start 6.549 -2.065) (end 6.627 -2.194) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2ee91d7b-5181-4f17-a629-4c470c00b784)) - (fp_line (start 6.549 0.628) (end 6.627 0.5) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6db64f46-9e2d-4604-b932-a6f7a66a0d14)) - (fp_line (start 6.562 -1.67) (end 6.454 -1.669) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5df1d574-4ca4-471a-801a-bb2b89833513)) - (fp_line (start 6.562 1.024) (end 6.454 1.024) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8dc0cb95-6a64-4146-a98b-201faa29efcd)) - (fp_line (start 6.615 -4.617) (end 6.766 -4.59) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 05ce1968-bece-4bfd-ade8-db196bc5f219)) - (fp_line (start 6.616 -5.515) (end 6.71 -5.59) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 27e112bb-379e-4535-a70d-a0e678c371ae)) - (fp_line (start 6.627 -2.194) (end 6.663 -2.254) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 030f7528-01d8-4f5d-b375-396511a3f702)) - (fp_line (start 6.627 0.5) (end 6.663 0.439) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9e5493fd-e148-46c4-ab73-9e150e0f216c)) - (fp_line (start 6.71 -5.59) (end 6.799 -5.667) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c38bcb76-072f-4dac-ae3c-2878c12baaaa)) - (fp_line (start 7.096 -2.339) (end 7.215 -2.371) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5b176ccc-587a-4308-8c95-991bd5be9b68)) - (fp_line (start 7.096 0.354) (end 7.215 0.323) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 198a2a45-a86c-4371-8a75-c6e4c84fad3d)) - (fp_line (start 7.158 -1.806) (end 7.237 -1.83) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d3a51349-28f4-4529-a091-383e21c10a0b)) - (fp_line (start 7.158 0.887) (end 7.237 0.864) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 77576d54-df18-461f-833a-af44e90f9ec8)) - (fp_line (start 7.215 -2.371) (end 7.333 -2.398) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9da855b0-f953-4d94-ac15-68c62fcf943f)) - (fp_line (start 7.215 0.323) (end 7.333 0.296) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 77482be5-b12a-41cb-b345-89c6c297fbe1)) - (fp_line (start 7.23 -4.555) (end 7.261 -4.557) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8f03ae41-61bd-4463-bc12-db0dde34447c)) - (fp_line (start 7.237 -1.83) (end 7.332 -1.852) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1e2b7ca4-bf12-4484-baf4-f8f4ad434bb3)) - (fp_line (start 7.237 0.864) (end 7.332 0.841) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a8b74637-32ba-4af1-a789-5bc40c758bab)) - (fp_line (start 7.261 -4.557) (end 7.347 -4.561) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b5ea13a8-3e37-4201-b115-0647094f76a8)) - (fp_line (start 7.332 -1.852) (end 7.446 -1.871) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7aafb32f-7d1e-405c-a119-d6e845ab6ed7)) - (fp_line (start 7.332 0.841) (end 7.446 0.822) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2335745d-4b86-4498-9fad-6d2729137fe3)) - (fp_line (start 7.333 -2.398) (end 7.46 -2.419) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp de589fca-e528-4d9d-88c3-9fb59d406d80)) - (fp_line (start 7.333 0.296) (end 7.46 0.275) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0a7da8e8-4a29-4619-8c2a-45042f49f661)) - (fp_line (start 7.347 -4.561) (end 7.475 -4.562) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 229089b5-d96a-45a7-930c-5b21e68180d7)) - (fp_line (start 7.402 -5.284) (end 7.289 -5.447) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a7be9e53-3c65-4638-b824-3d5371aceb9f)) - (fp_line (start 7.446 -1.871) (end 7.584 -1.885) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 41f99891-7a2b-4f30-b64b-8a3195d07d40)) - (fp_line (start 7.446 0.822) (end 7.584 0.808) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b4e13e2a-b1f5-417e-8d80-b3e4cb5e5e55)) - (fp_line (start 7.46 -2.419) (end 7.6 -2.432) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c04e50f2-d5aa-4a23-a606-4b4ca7d7a313)) - (fp_line (start 7.46 0.275) (end 7.6 0.262) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 13f293f5-71fa-4ce7-bfc1-43137bddb382)) - (fp_line (start 7.475 -4.562) (end 7.635 -4.556) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 60af2486-27b0-4394-8b74-bf0b63a58ade)) - (fp_line (start 7.498 -5.132) (end 7.402 -5.284) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 89311f2b-7f4a-4f24-93ac-72dc2e834d5d)) - (fp_line (start 7.58 -4.99) (end 7.498 -5.132) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d23ca5ac-bc4d-44a2-90ac-0b3eaa4af6f8)) - (fp_line (start 7.584 -1.885) (end 7.75 -1.892) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 73f848b4-ade7-4987-86e9-cda67c99315b)) - (fp_line (start 7.584 0.808) (end 7.75 0.802) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f2471ff2-4a7f-4d16-9dbe-788438e7c5fb)) - (fp_line (start 7.594 -2.687) (end 7.603 -2.84) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a1a89e2c-c297-4307-a1ff-efd1e2a95a5d)) - (fp_line (start 7.594 0.006) (end 7.603 -0.146) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7bfe75c7-ef59-483f-8531-f86433a553f4)) - (fp_line (start 7.6 -2.432) (end 7.762 -2.436) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c221eefe-1cf5-48d5-b941-f08de75c2fe3)) - (fp_line (start 7.6 0.262) (end 7.762 0.258) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ae81fe48-d57e-4488-a23e-f57c11561913)) - (fp_line (start 7.603 -2.84) (end 7.643 -2.961) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4497622e-6a35-4d56-b145-e61873b6a125)) - (fp_line (start 7.603 -2.554) (end 7.594 -2.687) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3487b883-d132-4810-af37-6ee3794b3652)) - (fp_line (start 7.603 -0.146) (end 7.643 -0.268) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 491de0e1-cd41-47a4-a79b-f86c4b58fa87)) - (fp_line (start 7.603 0.139) (end 7.594 0.006) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7e4a5f4a-ba57-4793-9c6e-04e153b677a9)) - (fp_line (start 7.616 -2.412) (end 7.603 -2.554) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e93b4aa0-7fe2-4b97-9fb5-c5458e04e006)) - (fp_line (start 7.616 0.281) (end 7.603 0.139) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9d3292e9-89ed-435a-b615-fc52a41b2a3d)) - (fp_line (start 7.632 -2.262) (end 7.616 -2.412) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8231f06e-2ee3-4905-af5e-c0d72e3085eb)) - (fp_line (start 7.632 0.432) (end 7.616 0.281) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9c3dbdfa-1d03-4398-9be7-f28a12c9bf19)) - (fp_line (start 7.635 -4.556) (end 7.815 -4.54) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 642bef19-f089-4145-8521-0c78a2141a57)) - (fp_line (start 7.643 -2.961) (end 7.712 -3.052) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5f3f0408-a3b0-4f22-91e2-9a024ab006ab)) - (fp_line (start 7.643 -0.268) (end 7.712 -0.359) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 268c6477-051a-4631-8f4a-c86c47bf5102)) - (fp_line (start 7.648 -4.855) (end 7.58 -4.99) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 58633a66-53a7-4a80-bb62-9adf9147da29)) - (fp_line (start 7.649 -2.106) (end 7.632 -2.262) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5dfa8f9a-6e69-407d-b1ae-eb50492ca459)) - (fp_line (start 7.649 0.587) (end 7.632 0.432) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 20fac508-78eb-4aa5-add1-1566151feb66)) - (fp_line (start 7.669 -1.949) (end 7.649 -2.106) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cf4ac78b-a9ac-469c-829f-72c6f81e6f21)) - (fp_line (start 7.669 0.745) (end 7.649 0.587) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a9d66172-b21f-445f-bff6-1303cec8590d)) - (fp_line (start 7.688 -1.791) (end 7.669 -1.949) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6a3fe70d-92b9-4ad1-8a4f-a944ee5522b9)) - (fp_line (start 7.688 0.902) (end 7.669 0.745) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 31f4dc6c-dde9-45e8-b29d-489d35e0f1d0)) - (fp_line (start 7.704 -4.727) (end 7.648 -4.855) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1ddaccf1-4d0b-44e5-b2c4-dfcabfdb2934)) - (fp_line (start 7.708 -1.636) (end 7.688 -1.791) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e254fbf4-1596-4274-a2c3-cd2c87e0c836)) - (fp_line (start 7.708 1.057) (end 7.688 0.902) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c760136f-382d-4dce-baed-596591861912)) - (fp_line (start 7.712 -3.052) (end 7.804 -3.115) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fc98aaf7-0aba-4c7e-a96d-56e31c31a588)) - (fp_line (start 7.712 -0.359) (end 7.804 -0.422) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 39a58874-d2bf-449b-9f58-07b2f1a46d16)) - (fp_line (start 7.726 -1.487) (end 7.708 -1.636) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2adbad2b-46af-4caa-a651-e9f024a9fb8b)) - (fp_line (start 7.726 1.206) (end 7.708 1.057) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a8aaba27-4342-41ce-bbda-d0444467961f)) - (fp_line (start 7.748 -5.64) (end 7.759 -5.564) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a0fa8234-8777-4a66-8b79-9ecbb37d6605)) - (fp_line (start 7.75 -4.604) (end 7.704 -4.727) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp eec00f97-9726-4990-8aef-95005e7267d9)) - (fp_line (start 7.75 -1.892) (end 7.948 -1.889) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6832f754-a6e6-478a-bd86-858502b6adf6)) - (fp_line (start 7.75 0.802) (end 7.948 0.804) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 751eb404-33b7-4b8f-8aa0-576b234652fb)) - (fp_line (start 7.759 -5.564) (end 7.795 -5.499) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 33aa4306-27d6-4090-96fe-2e0a2a713e0b)) - (fp_line (start 7.762 -2.436) (end 7.952 -2.428) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5b6af5a7-591e-4959-8c60-02f298d40677)) - (fp_line (start 7.762 0.258) (end 7.952 0.265) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp be6377f8-a401-401c-9bdf-6f9152f2a7bd)) - (fp_line (start 7.78 -5.737) (end 7.748 -5.64) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0bb36be2-ca53-49e2-aeb3-4c5728e3d819)) - (fp_line (start 7.788 -4.486) (end 7.75 -4.604) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 288344de-d424-4b26-b740-94d18e9ae516)) - (fp_line (start 7.795 -5.499) (end 7.855 -5.447) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a631a287-dbe8-4491-9924-f1eeb226bfe0)) - (fp_line (start 7.804 -3.115) (end 7.917 -3.151) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 372eb80c-116e-4b19-abae-92abb6d35e81)) - (fp_line (start 7.804 -0.422) (end 7.917 -0.458) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 94d07718-2fcc-40a0-ad0e-c4bb67bc804a)) - (fp_line (start 7.815 -4.54) (end 8.002 -4.508) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 93ebecb5-a9cc-4d2c-95d6-f1997abc5a8e)) - (fp_line (start 7.818 -4.37) (end 7.788 -4.486) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3836c63d-ca60-4e8e-a339-40980bdccc31)) - (fp_line (start 7.844 -4.255) (end 7.818 -4.37) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e7a006ce-0f82-4892-91e0-922dbe7a9a24)) - (fp_line (start 7.855 -5.806) (end 7.78 -5.737) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b2837d6b-6cc1-45c4-aa75-fd2bb220208e)) - (fp_line (start 7.855 -5.447) (end 7.935 -5.409) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 89bc2a9a-0459-4374-90b7-e699bb20f381)) - (fp_line (start 7.865 -4.14) (end 7.844 -4.255) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6f80fbb2-ac4c-4cbd-929c-985047ad8ccc)) - (fp_line (start 7.917 -3.151) (end 8.046 -3.161) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e4da03fa-98df-4f6e-905c-6338b6b66b7e)) - (fp_line (start 7.917 -0.458) (end 8.046 -0.468) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f1d34821-cc17-42fc-b481-1c7f738497e3)) - (fp_line (start 7.935 -5.409) (end 8.033 -5.387) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 956ad4a4-cb8d-4eef-aba4-03ec6d18e652)) - (fp_line (start 7.948 -1.889) (end 8.183 -1.876) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8ae55606-cfbf-467b-98ad-b305173bd9ee)) - (fp_line (start 7.948 0.804) (end 8.183 0.818) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f4f8401f-00e2-4058-8b4d-acf3075d7f77)) - (fp_line (start 7.952 -2.428) (end 8.177 -2.409) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4cd38139-85d8-4bb0-8ec5-44fb4adb00fa)) - (fp_line (start 7.952 0.265) (end 8.177 0.284) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9feb2246-afac-4ea1-a19b-0b21b94e2662)) - (fp_line (start 7.96 -5.848) (end 7.855 -5.806) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0d33a0a3-6701-41b8-8040-7340c4d8cd33)) - (fp_line (start 8.002 -4.508) (end 8.186 -4.456) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5e707534-c918-46f7-a5cb-689e5a18b5bb)) - (fp_line (start 8.033 -5.387) (end 8.146 -5.383) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1e3e2138-6822-4c2d-8218-89e25ffe3f06)) - (fp_line (start 8.046 -3.161) (end 8.165 -3.152) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4cdd8415-dbde-4f4a-9692-de5bfb341275)) - (fp_line (start 8.046 -0.468) (end 8.165 -0.459) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 78fa7842-f3c6-48db-8c77-7797633506e5)) - (fp_line (start 8.079 -5.861) (end 7.96 -5.848) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 06b57733-f545-49fc-900f-f90ae9b9047c)) - (fp_line (start 8.146 -5.383) (end 8.272 -5.399) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e7987f0c-e4c6-4aae-a5d6-e1cfea057719)) - (fp_line (start 8.165 -3.152) (end 8.287 -3.13) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 87e4b1bb-0b21-4bc6-b11f-269a3347496b)) - (fp_line (start 8.165 -0.459) (end 8.287 -0.437) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 442f453a-9b44-44ab-a898-82f45629c72d)) - (fp_line (start 8.198 -5.846) (end 8.079 -5.861) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9ee66366-9074-4bc0-8447-8c0b7199acdf)) - (fp_line (start 8.272 -5.399) (end 8.409 -5.437) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 95ef5708-8f43-434f-b139-406a942bfd2d)) - (fp_line (start 8.287 -3.13) (end 8.402 -3.09) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 87098d73-0d35-4a8f-aa7f-ade9272dc761)) - (fp_line (start 8.287 -0.437) (end 8.402 -0.397) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1b642110-eaa8-451d-b449-e92e71e75978)) - (fp_line (start 8.301 -5.801) (end 8.198 -5.846) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 66749c6a-b16f-43be-bab1-76caa7a8a44a)) - (fp_line (start 8.374 -5.728) (end 8.301 -5.801) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9cb160c0-5456-4bd7-aa7f-b9388d25eb35)) - (fp_line (start 8.376 -4.802) (end 8.384 -5.032) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9a1807dc-d64a-4457-9c2b-93b6612c3b2e)) - (fp_line (start 8.384 -5.032) (end 8.391 -5.231) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 59e03393-006d-471e-9536-bbbd75e54503)) - (fp_line (start 8.391 -5.231) (end 8.396 -5.396) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp bc90f0c0-612e-411d-9c41-1a8ebb2b39fc)) - (fp_line (start 8.396 -5.396) (end 8.399 -5.52) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e09508cd-85e8-48bb-9bcb-9bab32279ab6)) - (fp_line (start 8.399 -5.52) (end 8.401 -5.598) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d7cdfc88-84f0-4354-8fda-98af7b5493ec)) - (fp_line (start 8.401 -5.598) (end 8.402 -5.625) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 86ed86f4-0151-45c5-905f-b4a048144531)) - (fp_line (start 8.402 -5.625) (end 8.374 -5.728) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 77a2b2d1-2483-4c81-b108-6030d548a09e)) - (fp_line (start 8.402 -3.09) (end 8.504 -3.03) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ae39d000-e1da-4f40-b995-9482be0f1de9)) - (fp_line (start 8.402 -0.397) (end 8.504 -0.336) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp be52ce9f-4498-483f-a791-994a787b7224)) - (fp_line (start 8.409 -5.437) (end 8.553 -5.498) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 52113c98-6292-463e-b72c-6132239a046a)) - (fp_line (start 8.46 -4.493) (end 8.597 -4.563) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fac37166-6544-4a5a-8523-75c307b4539f)) - (fp_line (start 8.504 -3.03) (end 8.586 -2.946) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1d64fb24-a192-4276-96bc-30811b5dbebf)) - (fp_line (start 8.504 -0.336) (end 8.586 -0.253) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 16b71e23-859c-4e16-8af1-5d30a5c2b726)) - (fp_line (start 8.505 -2.335) (end 8.42 -2.254) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0270c5c4-c68e-47b7-a6f1-50651981be2d)) - (fp_line (start 8.505 0.358) (end 8.42 0.439) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 009110da-fae2-454e-8387-1e8fd70409cb)) - (fp_line (start 8.553 -5.498) (end 8.702 -5.584) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 28a2cccb-c5e0-45cc-a452-0336e0813126)) - (fp_line (start 8.579 -2.438) (end 8.505 -2.335) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 09ab9b2a-26ef-4942-ba61-f8a6673867aa)) - (fp_line (start 8.579 0.256) (end 8.505 0.358) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7c7cfeb1-8cd1-4c5f-8e65-42b386d94011)) - (fp_line (start 8.586 -2.946) (end 8.638 -2.836) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fb847691-a236-48f0-9f44-65a418dab540)) - (fp_line (start 8.586 -0.253) (end 8.638 -0.143) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fcdae4f4-bcbc-432a-b7d5-ee4bdd3d104f)) - (fp_line (start 8.597 -4.563) (end 8.747 -4.652) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a658002a-8a7e-43ad-8acb-33b00307f4c4)) - (fp_line (start 8.632 -2.559) (end 8.579 -2.438) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ff355897-ead3-4120-8dcb-1bb00ca0370c)) - (fp_line (start 8.632 0.134) (end 8.579 0.256) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c4eb404f-f3d2-4506-bf24-56396736d56f)) - (fp_line (start 8.638 -2.836) (end 8.655 -2.697) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6f9df934-4054-4d8a-b681-1657a9279a59)) - (fp_line (start 8.638 -0.143) (end 8.655 -0.004) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ec53b93c-c93c-4a00-b315-00a9db4c857c)) - (fp_line (start 8.655 -2.697) (end 8.632 -2.559) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 755ad553-6d1c-4617-8f56-6e9d2cd4d51f)) - (fp_line (start 8.655 -0.004) (end 8.632 0.134) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6a8a1901-a3c7-470d-99d9-02146451972b)) - (fp_line (start 8.702 -5.584) (end 8.854 -5.698) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 475da62c-4191-4a2f-9bbc-249deb6d8df7)) - (fp_line (start 8.747 -4.652) (end 8.867 -4.729) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c065b0a4-0b93-48f2-9339-44d26009eb1c)) - (fp_line (start 8.867 -4.729) (end 8.916 -4.762) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8e73e860-7df5-47ee-9d85-a51cffff4073)) - (fp_line (start 9.157 0.882) (end 9.344 0.905) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 834d0192-2f8f-45da-a664-ea874d4070f9)) - (fp_line (start 9.266 -4.013) (end 9.366 -4.129) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c4d75d3d-bb31-481d-a4a7-a0f504882b68)) - (fp_line (start 9.274 -1.866) (end 9.305 -1.868) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 50d6612f-7f92-41c4-9e0a-c8c46e77f4d3)) - (fp_line (start 9.305 -1.868) (end 9.39 -1.872) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ed2acee5-b6b0-4723-bb74-ad84b2a662e5)) - (fp_line (start 9.344 0.905) (end 9.532 0.926) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp bdf9dfdb-3e3e-46cc-8bb8-4372561c164b)) - (fp_line (start 9.366 -5.882) (end 9.266 -5.99) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 26b5b06d-6731-4f1d-a50f-a1a758285eac)) - (fp_line (start 9.366 -4.129) (end 9.452 -4.248) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5fc5324e-c2ef-45c8-948a-a82775445cd5)) - (fp_line (start 9.39 -1.872) (end 9.519 -1.873) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 97cc39d8-c871-4e37-a9ca-8f3a0ea043e7)) - (fp_line (start 9.445 -2.596) (end 9.332 -2.758) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp bb30a1ab-4552-453e-850d-50bc465e6071)) - (fp_line (start 9.452 -5.768) (end 9.366 -5.882) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2e0de0fd-ad73-4e93-8d2e-96ad3d9f4bc7)) - (fp_line (start 9.452 -4.248) (end 9.525 -4.372) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp becc358e-ef6d-41ed-a412-61ca01ad5ed6)) - (fp_line (start 9.519 -1.873) (end 9.679 -1.867) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2fdba96d-8ce8-4d3e-9e54-485e4b754b6d)) - (fp_line (start 9.525 -5.65) (end 9.452 -5.768) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b6f6bd1a-2333-4a7e-8ef6-f8a63bf31635)) - (fp_line (start 9.525 -4.372) (end 9.585 -4.498) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4a9da171-847e-4bc4-93f9-edfe5c4b8354)) - (fp_line (start 9.532 0.926) (end 9.718 0.946) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d9452562-ce7e-4680-9c6e-6998b86cb475)) - (fp_line (start 9.541 -2.444) (end 9.445 -2.596) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 811381f4-772f-4b0d-8bef-e02e7a34c83e)) - (fp_line (start 9.585 -5.528) (end 9.525 -5.65) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7b859b76-0528-49b2-a54e-fd6560111b42)) - (fp_line (start 9.585 -4.498) (end 9.632 -4.626) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4925c46f-467c-40b3-95db-ef4df267cd8b)) - (fp_line (start 9.623 -2.301) (end 9.541 -2.444) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b9a616d4-042f-40dd-b821-3bd00708dff1)) - (fp_line (start 9.632 -5.403) (end 9.585 -5.528) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 436b9e93-01ad-4cd2-a39e-eee50a26ba10)) - (fp_line (start 9.632 -4.626) (end 9.665 -4.756) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 294d1b3f-d421-48e2-92a4-f8f5eef13748)) - (fp_line (start 9.665 -5.276) (end 9.632 -5.403) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d976a998-0355-4b51-98dc-421418498533)) - (fp_line (start 9.665 -4.756) (end 9.685 -4.886) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e5b90e39-3962-49db-a2a4-466531862883)) - (fp_line (start 9.679 -1.867) (end 9.858 -1.851) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ba3030b2-37eb-4eb2-b7ee-c2f135251592)) - (fp_line (start 9.685 -5.147) (end 9.665 -5.276) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cf4939e9-8ae0-4af4-8ec6-e88cfbcbfe6e)) - (fp_line (start 9.685 -4.886) (end 9.692 -5.017) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f5707a39-7e4e-416d-b856-204502394794)) - (fp_line (start 9.691 -2.166) (end 9.623 -2.301) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7cd8109f-5f99-46a5-9e32-14f7754144db)) - (fp_line (start 9.692 -5.017) (end 9.685 -5.147) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 01fb1e6b-cb11-499c-98a0-6bff6dff5959)) - (fp_line (start 9.718 0.946) (end 9.898 0.964) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8519174e-f406-4836-8f33-e219a5351591)) - (fp_line (start 9.747 -2.038) (end 9.691 -2.166) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 236eb5d3-1a80-4626-bf3d-45645c8c1c5e)) - (fp_line (start 9.792 -2.951) (end 9.802 -2.876) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d547ab08-9a5d-4bc3-bdc6-eb70399817c6)) - (fp_line (start 9.794 -1.916) (end 9.747 -2.038) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b576af53-9779-4b42-bea4-4d91783d8c4b)) - (fp_line (start 9.802 -2.876) (end 9.839 -2.811) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fd7e3921-456d-4e00-b0f0-baf8980505ac)) - (fp_line (start 9.823 -3.048) (end 9.792 -2.951) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0bc86cc1-c86c-41e0-9315-281c18af05f0)) - (fp_line (start 9.831 -1.797) (end 9.794 -1.916) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c0eebf2a-4881-44d5-83b5-dc6c113fd0d3)) - (fp_line (start 9.836 0.153) (end 9.854 0.032) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 638749f1-b1e7-4781-9f0f-dba065a717aa)) - (fp_line (start 9.839 -2.811) (end 9.898 -2.758) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5ee2adf0-1a71-404c-91ed-e0ee9563acff)) - (fp_line (start 9.839 0.279) (end 9.836 0.153) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 67c7a478-1f53-477a-9997-e375f47aa773)) - (fp_line (start 9.854 0.032) (end 9.896 -0.079) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8c5a6fce-194d-4416-8856-cb66ff818319)) - (fp_line (start 9.858 -1.851) (end 10.046 -1.819) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a064c737-c686-4181-95db-c4c0eab13acb)) - (fp_line (start 9.862 -1.681) (end 9.831 -1.797) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c665bf8f-ade8-4a9d-95ae-f4e3ccaa66bf)) - (fp_line (start 9.865 0.411) (end 9.839 0.279) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c4587bb7-c73a-4ad0-bcd4-d7dc9697e09b)) - (fp_line (start 9.887 -1.566) (end 9.862 -1.681) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f3c28ff0-c3be-47ce-bf6f-f3061324a07d)) - (fp_line (start 9.896 -0.079) (end 9.961 -0.18) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 51e64652-1e71-4dd7-be6f-f96020dbcaac)) - (fp_line (start 9.898 -3.117) (end 9.823 -3.048) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e226f21d-d833-4b38-a2cd-20826072ac2f)) - (fp_line (start 9.898 -2.758) (end 9.978 -2.72) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ec94d7fb-8ff3-47fc-9bcb-6ab1990a40ec)) - (fp_line (start 9.898 0.964) (end 10.071 0.98) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 116b375f-957b-4eda-a12b-df384678f533)) - (fp_line (start 9.909 -1.451) (end 9.887 -1.566) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f7a980e1-d757-405b-965e-cb3c9b1ceca1)) - (fp_line (start 9.92 0.545) (end 9.865 0.411) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7eaae2d7-b4ad-4554-8c8a-2037170131bd)) - (fp_line (start 9.961 -0.18) (end 10.05 -0.267) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 78620eb8-ad4c-482d-b1a5-6c31619b2879)) - (fp_line (start 9.978 -2.72) (end 10.076 -2.698) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e76ed5b3-3300-4086-a950-0e5fe7abe0d2)) - (fp_line (start 10.003 -3.159) (end 9.898 -3.117) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b8dbe2de-283b-405e-95ac-e8f8950e16ea)) - (fp_line (start 10.026 0.708) (end 9.92 0.545) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 35a1a735-588f-4c50-9b46-cb8744ae8f02)) - (fp_line (start 10.046 -1.819) (end 10.23 -1.768) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ca221485-8dbb-436e-8b3e-94c2d532aee3)) - (fp_line (start 10.05 -0.267) (end 10.161 -0.341) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 05c66f7d-5ec1-4b7f-80d5-ea1eb396392f)) - (fp_line (start 10.071 0.98) (end 10.234 0.994) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1b80aaa4-9cfe-448e-8ff1-d2c69f706b2e)) - (fp_line (start 10.076 -2.698) (end 10.19 -2.694) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 283f6910-e54a-4bc1-a20d-86715c3ab323)) - (fp_line (start 10.122 -3.172) (end 10.003 -3.159) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 75f01a69-5b72-43de-ae85-3f0e1d096e8d)) - (fp_line (start 10.135 0.829) (end 10.026 0.708) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c908cdd7-5bf2-4e04-ae66-bd89b22bab8d)) - (fp_line (start 10.161 -0.341) (end 10.295 -0.399) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 38cad123-e6f8-46ac-bb65-7bf207c8a5a7)) - (fp_line (start 10.19 -2.694) (end 10.316 -2.71) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1838018b-76e2-46c4-810f-488a77452c50)) - (fp_line (start 10.234 0.994) (end 10.385 1.006) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3eb6166e-d2a4-4778-a9e3-fd9ea19f972e)) - (fp_line (start 10.241 -3.157) (end 10.122 -3.172) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b29a0e42-fd5a-49a8-8a01-edc4123e673b)) - (fp_line (start 10.247 0.915) (end 10.135 0.829) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 778130e2-5dcf-4ba4-bd77-4acc3a461105)) - (fp_line (start 10.295 -0.399) (end 10.452 -0.439) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 638185a1-f9cc-47fc-9abd-4b70c0817d94)) - (fp_line (start 10.316 -2.71) (end 10.452 -2.748) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 07e949c9-5dcb-46f5-aaf7-f5997cc8a90a)) - (fp_line (start 10.344 -3.113) (end 10.241 -3.157) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 95ef25aa-dac6-44d9-90a0-efd49308b704)) - (fp_line (start 10.36 0.972) (end 10.247 0.915) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7b7fe22f-5db7-4fb0-a6e2-91b9a8e5f484)) - (fp_line (start 10.385 1.006) (end 10.519 1.015) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c36f7147-bc6f-4cbe-8b56-617ae1aaead3)) - (fp_line (start 10.417 -3.039) (end 10.344 -3.113) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 263e9b7e-c3cd-4442-851e-d2b54de99d8e)) - (fp_line (start 10.419 -2.114) (end 10.428 -2.343) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d3bd2f73-786f-472c-89b7-10fd054df22c)) - (fp_line (start 10.428 -2.343) (end 10.434 -2.542) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cb61a608-4d4c-465e-98f1-04dc591a70ac)) - (fp_line (start 10.43 0.602) (end 10.515 0.478) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7d7305a7-c7da-4881-b215-37c7f2ad171a)) - (fp_line (start 10.434 -2.542) (end 10.439 -2.707) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 50804f87-f832-4c63-a5a7-b7f94bf6665d)) - (fp_line (start 10.439 -2.707) (end 10.442 -2.831) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp dd9691e0-5bea-4f21-9741-4d29638cd32d)) - (fp_line (start 10.442 -2.831) (end 10.444 -2.909) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 36cd765a-f621-46fc-9b88-d90e333169eb)) - (fp_line (start 10.444 -2.909) (end 10.445 -2.937) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp bc96b171-0e5f-4f36-b582-eb709cbba257)) - (fp_line (start 10.445 -2.937) (end 10.417 -3.039) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 79a5a253-5ade-4145-9002-16ea61146340)) - (fp_line (start 10.452 -2.748) (end 10.596 -2.809) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fa7a6ff2-91e8-47a3-8788-97a1388c06f6)) - (fp_line (start 10.452 -0.439) (end 10.63 -0.46) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8bdd2fb5-8fc3-46f1-ade7-9687b983a86b)) - (fp_line (start 10.473 1.004) (end 10.36 0.972) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 293bc8e1-4ff1-450d-8ef0-4276b77002bf)) - (fp_line (start 10.503 -1.804) (end 10.641 -1.874) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 721eced1-7601-448b-b032-57ae840a5bc6)) - (fp_line (start 10.515 0.478) (end 10.589 0.351) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 756b369e-c079-4259-88cc-888037ab7efa)) - (fp_line (start 10.519 1.015) (end 10.636 1.021) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a6e79250-4ea1-4a1f-b168-c1d347acb43a)) - (fp_line (start 10.586 1.02) (end 10.473 1.004) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 54c2b029-df21-4268-9a74-8433670031c7)) - (fp_line (start 10.589 0.351) (end 10.621 0.293) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c35e417c-496e-4303-b5c4-321c3cede22a)) - (fp_line (start 10.596 -2.809) (end 10.746 -2.896) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 557efbe0-59d9-4c3b-875e-681f1d0eabac)) - (fp_line (start 10.636 1.021) (end 10.732 1.024) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1bd13fbe-d376-42a1-8a94-f12442f4121a)) - (fp_line (start 10.641 -1.874) (end 10.79 -1.963) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 86bb7e54-f037-47a0-b596-e108d6b4f269)) - (fp_line (start 10.697 1.024) (end 10.586 1.02) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 825e7db8-0294-426e-853c-3be31e57f559)) - (fp_line (start 10.713 0.745) (end 10.793 0.628) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e702a3ea-106a-406d-9f17-c06eda1e35d1)) - (fp_line (start 10.732 1.024) (end 10.805 1.024) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2ad27911-6b4b-41d3-af19-3a88d479912c)) - (fp_line (start 10.746 -2.896) (end 10.898 -3.01) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5eb244d0-032b-4a57-a147-44faacc0e313)) - (fp_line (start 10.79 -1.963) (end 10.91 -2.041) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 43b4c41e-2f8b-4ca3-9572-a148323b8957)) - (fp_line (start 10.793 0.628) (end 10.871 0.5) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 14c24f6d-c2bf-4b01-9d4b-7f0755e08445)) - (fp_line (start 10.805 1.024) (end 10.697 1.024) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6dda73be-73a3-4bdf-aea3-f2d520a51491)) - (fp_line (start 10.871 0.5) (end 10.906 0.439) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4b4dab82-e313-4c7a-b63b-b5f6b48d648b)) - (fp_line (start 10.91 -2.041) (end 10.96 -2.074) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0ea296d6-5875-4618-860c-bfe68796f5b4)) - (fp_line (start 11.358 -2.864) (end 11.472 -2.703) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 50e6b88c-1bd3-4928-86fd-758de4de04a3)) - (fp_line (start 11.394 -1.913) (end 11.589 -1.891) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp dbc0323b-700b-465c-8416-a9e9aea1c906)) - (fp_line (start 11.472 -2.703) (end 11.584 -2.55) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cd48f1a3-c9ad-4bac-abff-bd98a26719eb)) - (fp_line (start 11.483 0.5) (end 11.587 0.495) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7daf5828-f3c9-4b7d-a7a2-cf463fb6219f)) - (fp_line (start 11.501 0.944) (end 11.64 0.932) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 145b7d46-7bd4-4ee4-8136-50beb81c7f77)) - (fp_line (start 11.584 -2.55) (end 11.685 -2.412) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b0bd4229-67bb-4dc7-9d0c-fc6ab8405f53)) - (fp_line (start 11.586 -0.195) (end 11.636 -0.305) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5aec5c76-9c76-4aad-b7fa-9f497abad71a)) - (fp_line (start 11.587 0.495) (end 11.699 0.489) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3e2d784c-b1ea-4086-bef2-82018cbe1d69)) - (fp_line (start 11.588 -0.052) (end 11.586 -0.195) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d1f5dbe4-d66e-4e26-be2b-62f3bc80c54d)) - (fp_line (start 11.589 -1.891) (end 11.757 -1.868) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1d7026ad-e7ce-455a-bbec-9db9975b9151)) - (fp_line (start 11.629 0.103) (end 11.588 -0.052) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 25dcf1b7-43fe-4f66-9cb1-3580284f763b)) - (fp_line (start 11.636 -0.305) (end 11.674 -0.345) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f36426ed-7479-4f20-ba5d-0f7f3108a945)) - (fp_line (start 11.64 0.932) (end 11.778 0.924) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 88c5e61d-a3df-45b2-8bd8-f2c4869aaa32)) - (fp_line (start 11.674 -0.345) (end 11.727 -0.385) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a2b398e0-0116-42e4-b9c2-9636582e46d5)) - (fp_line (start 11.685 -2.412) (end 11.767 -2.302) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 526a7a5e-afe2-4029-a038-8c14d846f3f2)) - (fp_line (start 11.699 0.489) (end 11.82 0.484) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fbef883a-9c30-4b66-add6-8cab5f0ab881)) - (fp_line (start 11.727 -0.385) (end 11.806 -0.421) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fb66491d-bc49-47b5-a124-d31f60ba1b6d)) - (fp_line (start 11.757 -1.868) (end 11.883 -1.849) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c1e78faf-25fc-46b6-b4c5-f5cb445c8db9)) - (fp_line (start 11.767 -2.302) (end 11.823 -2.228) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 39ac7e3c-47f1-43e5-b70d-8dfebc468916)) - (fp_line (start 11.778 0.924) (end 11.914 0.921) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5e3106c4-aefe-4ef5-8aa8-6f8a9c16fe7d)) - (fp_line (start 11.806 -0.421) (end 11.921 -0.448) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 556af892-f4e4-492b-b72b-6477c8bec323)) - (fp_line (start 11.82 0.484) (end 11.949 0.481) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d16f4efb-8280-42d4-b6f7-9241e542014e)) - (fp_line (start 11.823 -2.228) (end 11.843 -2.201) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5423c8e8-edb6-4a4c-b102-71ca45602660)) - (fp_line (start 11.829 -2.751) (end 11.83 -2.961) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 56f922ba-5e6c-4b39-98b8-ceef758779a3)) - (fp_line (start 11.83 -2.961) (end 11.836 -3.177) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 908ce94b-b837-4c84-b759-ec4fbb006eea)) - (fp_line (start 11.832 -2.549) (end 11.829 -2.751) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 43ca08d4-846a-41b1-a610-aa6c41c9f133)) - (fp_line (start 11.838 -2.357) (end 11.832 -2.549) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c933003a-40a8-41cc-a69c-ec19f80cd86d)) - (fp_line (start 11.846 -2.178) (end 11.838 -2.357) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a8cefac6-64e1-41d0-bc58-04e647fd0fde)) - (fp_line (start 11.855 -2.013) (end 11.846 -2.178) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2d7fbff7-ad9e-4962-b4e0-56a226f3dd6a)) - (fp_line (start 11.865 -1.864) (end 11.855 -2.013) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6ef5f8e0-5c2d-4349-9162-179c7c438d89)) - (fp_line (start 11.872 -1.964) (end 11.854 -2.015) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp aeeba41f-21f1-411c-816e-2bda876a1c79)) - (fp_line (start 11.875 -1.734) (end 11.865 -1.864) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 292ce6ba-0c6b-4913-be49-83f41145002d)) - (fp_line (start 11.883 -1.849) (end 11.952 -1.837) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 58a29587-ce99-4765-b407-30c1ea49813b)) - (fp_line (start 11.885 -1.625) (end 11.875 -1.734) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d9b1315d-9c8a-4956-90df-e5669cf68010)) - (fp_line (start 11.892 -1.538) (end 11.885 -1.625) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 51ce9675-eb70-4a97-98fd-269bf17eea73)) - (fp_line (start 11.898 -1.476) (end 11.892 -1.538) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 06cccf2c-d0d0-41ad-bc61-a0c3e7cbae93)) - (fp_line (start 11.914 0.921) (end 12.051 0.922) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp df70582b-c4f2-479d-8c60-1cee46d8e0bc)) - (fp_line (start 11.921 -0.448) (end 12.083 -0.461) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d5fec05f-99a8-472c-a775-2ec1b2b5bea9)) - (fp_line (start 11.949 0.481) (end 12.086 0.483) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5d19829e-e95d-4ae6-bbd1-c9f884742daf)) - (fp_line (start 11.952 -1.837) (end 11.872 -1.964) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 73ede880-e7f5-4d7b-b9cb-33e82f1b044f)) - (fp_line (start 12.012 -2.109) (end 11.841 -2.292) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5e32da30-1a3e-4135-adaf-bbf389b0c3fc)) - (fp_line (start 12.051 0.922) (end 12.189 0.93) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2f274d35-c819-4fa4-bf08-0f05441a1514)) - (fp_line (start 12.083 -0.461) (end 12.303 -0.457) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f656a274-a08d-4499-8245-beb474616c55)) - (fp_line (start 12.086 0.483) (end 12.233 0.491) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 88effe7d-dade-4834-8c1a-104d0976182d)) - (fp_line (start 12.163 -1.977) (end 12.012 -2.109) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 284b4b05-f802-48af-884a-d2ca721ae34d)) - (fp_line (start 12.18 1.221) (end 12.225 1.108) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1b03311f-6d16-4213-808a-96597816d097)) - (fp_line (start 12.189 0.93) (end 12.328 0.945) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c530039a-9616-48cc-81ab-7c9b301e469d)) - (fp_line (start 12.225 1.108) (end 12.277 0.981) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3e85f78b-004a-4a21-9691-8920952aaa64)) - (fp_line (start 12.233 0.491) (end 12.388 0.507) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ef58db98-6c88-473d-9622-1b8b6864b4df)) - (fp_line (start 12.277 0.981) (end 12.335 0.844) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp dff5dc14-121e-4820-8bdd-194a2b3cb201)) - (fp_line (start 12.294 -1.889) (end 12.163 -1.977) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e7d76002-13e3-46e0-a8a6-c532d4210de7)) - (fp_line (start 12.303 -0.457) (end 12.592 -0.429) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2b3bf4ed-88d9-4ab0-910a-0ad2b3b622a5)) - (fp_line (start 12.328 0.945) (end 12.469 0.968) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f3df0678-96d4-4652-9001-a89868c1f45e)) - (fp_line (start 12.335 0.844) (end 12.397 0.702) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 12d443ad-5d40-4934-b2b7-007530e8bfde)) - (fp_line (start 12.377 0.094) (end 12.326 0.103) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0d439aa8-8969-4698-9c32-7041f6e45f4c)) - (fp_line (start 12.388 0.507) (end 12.552 0.534) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 26a83821-4bc7-4e41-803f-5e8d19182c3e)) - (fp_line (start 12.397 0.702) (end 12.462 0.558) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 468fcc7f-55f8-4783-b36e-f80ec4401b15)) - (fp_line (start 12.408 -1.839) (end 12.294 -1.889) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 83128908-7808-4723-b26c-8992131a5841)) - (fp_line (start 12.462 0.558) (end 12.527 0.416) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp eed9d712-571a-4fa2-b617-7f564bf5e0ac)) - (fp_line (start 12.469 0.968) (end 12.613 0.998) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 189734b9-8485-4c30-8cf0-796856677229)) - (fp_line (start 12.509 -1.818) (end 12.408 -1.839) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 22df74e7-4d34-42bf-850f-da14c7fd1281)) - (fp_line (start 12.514 0.072) (end 12.377 0.094) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2c3fea3e-cdf1-4761-ab1e-fc29ca86c948)) - (fp_line (start 12.527 0.416) (end 12.591 0.28) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5bc20856-921d-4ca5-8e51-26fc99168376)) - (fp_line (start 12.552 0.534) (end 12.725 0.574) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0f122926-6ab0-4321-bb42-3042bba502d6)) - (fp_line (start 12.591 0.28) (end 12.653 0.155) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f10b6dc0-f39f-4ec0-980e-83a59fc7dc9c)) - (fp_line (start 12.598 -1.821) (end 12.509 -1.818) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6ac440ba-4881-4f79-8968-a3e9f9fd1b3e)) - (fp_line (start 12.613 0.998) (end 12.76 1.039) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp bf38fd98-a723-4065-8c4e-fb6cd31212e5)) - (fp_line (start 12.653 0.155) (end 12.709 0.044) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 917603e2-441d-4888-a037-0b830871fafd)) - (fp_line (start 12.679 -1.84) (end 12.598 -1.821) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6050ade4-d8f2-4a7b-93e2-d062e93e9edb)) - (fp_line (start 12.706 -2.799) (end 12.718 -2.649) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c15af059-8b9d-458f-a49d-de88857a3451)) - (fp_line (start 12.709 0.044) (end 12.514 0.072) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c5d34e60-e5d5-4bd8-a53c-3ee26cb5d342)) - (fp_line (start 12.71 -2.913) (end 12.706 -2.799) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 56a200fd-1c90-48ad-bf2a-e7048d300d28)) - (fp_line (start 12.718 -2.649) (end 12.744 -2.46) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 21fc70bf-38cb-4f64-80c8-52f8fb5c596f)) - (fp_line (start 12.725 0.574) (end 12.906 0.627) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a3a95987-dbc7-46c3-9b74-39d0bc0f6070)) - (fp_line (start 12.733 -2.995) (end 12.71 -2.913) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp bcad968c-ae8b-4b0c-9fcd-d2e0cc6f448c)) - (fp_line (start 12.744 -2.46) (end 12.776 -2.267) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c4e5f4b1-3784-4173-92ec-f445bea03d2c)) - (fp_line (start 12.759 -1.894) (end 12.679 -1.84) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d12fa963-6d6a-4144-97fd-b5e112c10b91)) - (fp_line (start 12.776 -2.267) (end 12.796 -2.107) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f4c67df3-763c-4141-be1b-5de814d62315)) - (fp_line (start 12.777 -3.046) (end 12.733 -2.995) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 75ada5c7-eed3-466b-a900-bb7cf3da6f9e)) - (fp_line (start 12.795 -1.983) (end 12.759 -1.894) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 38d2e88e-817b-499b-a8dc-6ffe82e53baa)) - (fp_line (start 12.796 -2.107) (end 12.795 -1.983) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ccc51975-f79d-42b1-9218-b1bb4e005f58)) - (fp_line (start 12.864 -3.074) (end 12.777 -3.046) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f23aaf25-de61-4f0e-9770-0b4e07746fe6)) - (fp_line (start 12.981 -3.06) (end 12.864 -3.074) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 09fb80d2-b024-4766-bca5-51e910d26f69)) - (fp_line (start 13.115 -2.998) (end 12.981 -3.06) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8659c80d-80a2-43b9-ad9c-32ad48891220)) - (fp_line (start 13.255 -2.878) (end 13.115 -2.998) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e1f19822-404e-437b-a507-e38cc4c0bfe0)) - (fp_line (start 13.534 0.058) (end 13.699 0.193) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4a1069b5-b54d-43c2-8699-49962b3c7a7c)) - (fp_line (start 13.56 0.081) (end 13.534 0.058) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c0520a89-1ce8-4759-a56c-c54f903f83db)) - (fp_line (start 13.631 0.143) (end 13.56 0.081) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7d595168-bd99-442a-961b-c33b87293e60)) - (fp_line (start 13.669 -2.635) (end 13.833 -2.5) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 150efa79-228d-47e2-89bf-fd8363924d0f)) - (fp_line (start 13.695 -2.613) (end 13.669 -2.635) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d0583253-7f1c-498c-afba-93bf9b28c781)) - (fp_line (start 13.699 0.193) (end 13.829 0.294) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 13a33b3d-968c-43e3-9f2a-66108de201d4)) - (fp_line (start 13.738 0.237) (end 13.631 0.143) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6213c200-cc8a-481c-883f-35278b9518d8)) - (fp_line (start 13.766 -2.55) (end 13.695 -2.613) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c36de2cd-62e2-4141-94ed-8598a4021bc0)) - (fp_line (start 13.772 1.052) (end 13.869 1.055) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3f72330a-26a9-4809-a923-58f7e3cfd4de)) - (fp_line (start 13.829 0.294) (end 13.939 0.367) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b9cddc00-5d9b-447c-bc13-6730f163df7a)) - (fp_line (start 13.833 -2.5) (end 13.963 -2.399) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9b7be77a-2656-471e-885e-8c6c59fe59f7)) - (fp_line (start 13.869 1.055) (end 14.026 1.062) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 55e351e3-7efa-4d55-acad-86a345fc5120)) - (fp_line (start 13.872 0.354) (end 13.738 0.237) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 29c8820e-a6aa-4b1b-a048-868ed62704c1)) - (fp_line (start 13.873 -2.456) (end 13.766 -2.55) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp debb48c2-0606-4abf-b967-c5cd55bd0d6c)) - (fp_line (start 13.906 -1.641) (end 14.003 -1.639) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 73917165-0d82-4691-91ca-2eb1b8bbe05e)) - (fp_line (start 13.929 -0.183) (end 13.985 -0.094) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 92832a32-dcb2-4058-8ad9-237ebe5ab0e8)) - (fp_line (start 13.935 -0.291) (end 13.929 -0.183) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e584f27e-45dd-4fdd-8c50-c7400e4b2ab2)) - (fp_line (start 13.939 0.367) (end 14.042 0.416) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7a86bf7d-69ff-410f-8ee7-d09db8d8408f)) - (fp_line (start 13.963 -2.399) (end 14.073 -2.326) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f87c0f2d-c04c-46a9-b58e-d24759249a2d)) - (fp_line (start 13.977 -0.356) (end 13.935 -0.291) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 74d431fd-cb2a-4a57-b8ad-03906426963d)) - (fp_line (start 13.985 -0.094) (end 14.076 -0.048) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0c83fcb5-bcc7-4f84-8394-d4fc9899e233)) - (fp_line (start 14.003 -1.639) (end 14.16 -1.632) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2923d83c-3334-4b85-acfa-e9f2eb6f5eb5)) - (fp_line (start 14.006 -2.34) (end 13.873 -2.456) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9e50feee-fd1e-48c9-aa44-dd6062da7f84)) - (fp_line (start 14.022 0.485) (end 13.872 0.354) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4b3ca595-07d8-471d-a599-10e87e77b20e)) - (fp_line (start 14.026 1.062) (end 14.214 1.071) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4fe3cd02-8864-4b3e-a1a0-2dfa4d191ca2)) - (fp_line (start 14.042 0.416) (end 14.152 0.448) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp bc3f6e1f-c81e-4889-865a-0e223a5a22e2)) - (fp_line (start 14.057 -0.413) (end 13.977 -0.356) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f01a08c4-d9f1-4838-af18-b59bca81082c)) - (fp_line (start 14.064 -2.876) (end 14.12 -2.787) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4d44b129-c661-445a-acd1-16280b0de7da)) - (fp_line (start 14.069 -2.984) (end 14.064 -2.876) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 81ee098e-cdb0-4a5b-b358-35fb3f1d56ba)) - (fp_line (start 14.073 -2.326) (end 14.176 -2.277) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1c10afe0-5886-4b8e-82fe-b4df69c407ee)) - (fp_line (start 14.076 -0.048) (end 14.213 -0.038) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3da2a955-efa4-4cba-97bf-5c3895b6ca21)) - (fp_line (start 14.111 -3.049) (end 14.069 -2.984) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1cd4cd25-b3d1-4eb2-9ee3-b812e12c968e)) - (fp_line (start 14.12 -2.787) (end 14.211 -2.741) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5351e629-ee47-4afd-b6e5-171421799e39)) - (fp_line (start 14.152 0.448) (end 14.283 0.467) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ab276e50-f838-4362-9aac-7d16f40393c4)) - (fp_line (start 14.156 -2.208) (end 14.006 -2.34) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp bdd60e70-d069-432f-96bc-1e17050cb723)) - (fp_line (start 14.16 -1.632) (end 14.348 -1.622) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 84aac022-880b-473d-82ad-f2827a88892f)) - (fp_line (start 14.176 -2.277) (end 14.286 -2.246) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d98d557d-4f4f-49b3-9745-359bb04d0ef7)) - (fp_line (start 14.18 0.622) (end 14.022 0.485) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 283ed2be-f188-4938-9d07-b9e8bad5f0d4)) - (fp_line (start 14.182 -0.45) (end 14.057 -0.413) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp eb8e38cd-dc17-4593-889c-e9f58005f6e7)) - (fp_line (start 14.191 -3.106) (end 14.111 -3.049) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 68d14432-223b-47bb-bd26-18873cfb3df2)) - (fp_line (start 14.211 -2.741) (end 14.347 -2.731) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5a1ce9b7-22a6-4b53-b971-3e729d539c8a)) - (fp_line (start 14.213 -0.038) (end 14.341 -0.07) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 784b6458-3ae8-48f4-9482-731714d7927e)) - (fp_line (start 14.214 1.071) (end 14.408 1.081) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 49fbb162-ed97-4907-b60a-506613a9940b)) - (fp_line (start 14.283 0.467) (end 14.413 0.472) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0eaea668-c353-4e5e-8f10-4648bd7737ed)) - (fp_line (start 14.286 -2.246) (end 14.417 -2.226) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 065bbab7-8db3-4432-af94-d82301097bd8)) - (fp_line (start 14.314 -2.071) (end 14.156 -2.208) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4821a0f1-0757-49b5-bc91-a0ccf3e9f548)) - (fp_line (start 14.316 -3.143) (end 14.191 -3.106) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp becc5b0d-0352-4ad7-ac5e-da033ca0b239)) - (fp_line (start 14.333 -0.462) (end 14.182 -0.45) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 44d6780b-0f7d-4066-bfb2-bff50f00afa0)) - (fp_line (start 14.336 0.757) (end 14.18 0.622) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 292c02f1-523d-4844-90f0-a744ec5ae311)) - (fp_line (start 14.341 -0.07) (end 14.461 -0.166) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 939bb0a1-244e-4741-90f1-d06027d85c51)) - (fp_line (start 14.347 -2.731) (end 14.475 -2.763) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp fe2c9782-2ff0-473c-98b0-ea9a985143fb)) - (fp_line (start 14.348 -1.622) (end 14.542 -1.612) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d3349b0a-8f2b-4222-bb13-fa4f0f887f4d)) - (fp_line (start 14.408 1.081) (end 14.58 1.091) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9d3da282-0e78-426f-87a5-378da2e8e9cf)) - (fp_line (start 14.413 0.472) (end 14.548 0.459) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 005f6ea1-3526-4e97-86e4-41388e3bc145)) - (fp_line (start 14.417 -2.226) (end 14.547 -2.221) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 11ff4295-88a4-4344-8a86-eb31e1762c79)) - (fp_line (start 14.461 -0.166) (end 14.531 -0.293) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a4372ae3-288f-4a9a-96e7-306ddba718f6)) - (fp_line (start 14.467 -3.155) (end 14.316 -3.143) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 853b4aa5-bf64-4f10-b1c5-492731c47e3b)) - (fp_line (start 14.47 -1.937) (end 14.314 -2.071) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a8f15f81-c64f-4a6a-8184-eabd4f5daa6f)) - (fp_line (start 14.475 -2.763) (end 14.595 -2.859) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5bf810e2-0301-40b2-b0db-351f308659e8)) - (fp_line (start 14.478 -0.452) (end 14.333 -0.462) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 95a9cb1b-c155-4d37-a2b5-cecc3f928209)) - (fp_line (start 14.48 0.88) (end 14.336 0.757) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9e00edb4-f0f4-46bc-a82d-075ebfd0d3ed)) - (fp_line (start 14.531 -0.293) (end 14.569 -0.431) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e2c309e4-b8cd-4d42-b61b-673943cf082a)) - (fp_line (start 14.542 -1.612) (end 14.714 -1.602) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ef855f52-01db-4405-9940-c5f27401f345)) - (fp_line (start 14.547 -2.221) (end 14.683 -2.234) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 85e63610-ac9f-46a7-bbdc-5b101fccdd1d)) - (fp_line (start 14.548 0.459) (end 14.679 0.426) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a82c7da7-6077-4900-b925-87315eda8158)) - (fp_line (start 14.58 1.091) (end 14.703 1.098) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 790a7af5-fcf5-40e0-b396-fbdab7c5dbb1)) - (fp_line (start 14.595 -2.859) (end 14.665 -2.986) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3a2b4e4a-e4df-4836-8ba6-f50f59704c20)) - (fp_line (start 14.603 0.984) (end 14.48 0.88) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 82771776-27f6-4c8a-8652-f67ca7a2b4f5)) - (fp_line (start 14.612 -3.145) (end 14.467 -3.155) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a5c7f988-1d57-48d4-82d1-1deaeac9e184)) - (fp_line (start 14.612 -0.421) (end 14.478 -0.452) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1b0f55f9-5fa5-489c-9db2-e63c29ecdd31)) - (fp_line (start 14.614 -1.813) (end 14.47 -1.937) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8217ca7d-977c-4985-a684-eea82e5113b4)) - (fp_line (start 14.665 -2.986) (end 14.703 -3.125) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c195be24-c988-452d-b72d-6611cbe671f7)) - (fp_line (start 14.679 0.426) (end 14.797 0.369) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 70b53718-ed58-494c-b8a6-19eb974c07c4)) - (fp_line (start 14.683 -2.234) (end 14.813 -2.267) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 35119bf0-23c9-4bb2-becd-2a858b5cb4d5)) - (fp_line (start 14.697 1.061) (end 14.603 0.984) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 160cb44e-5e81-454b-9642-f95193231b95)) - (fp_line (start 14.703 1.098) (end 14.75 1.101) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e15d097a-4761-479a-be84-b8e07d19b4c7)) - (fp_line (start 14.714 -1.602) (end 14.837 -1.595) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b4501435-1b74-4814-ac8d-457d48a8c57b)) - (fp_line (start 14.732 -0.369) (end 14.612 -0.421) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 56ba8f65-c244-4416-8ed2-b5691db880ab)) - (fp_line (start 14.738 -1.709) (end 14.614 -1.813) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp feb38b83-6d1c-4038-a568-147252bfbe12)) - (fp_line (start 14.746 -3.114) (end 14.612 -3.145) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 82a9a530-e248-4dc9-896c-25f6d73fe113)) - (fp_line (start 14.75 1.101) (end 14.697 1.061) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp dd08cf63-80f1-4a88-b3ea-950c9bf1164b)) - (fp_line (start 14.797 0.369) (end 14.891 0.287) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 54cae88e-0c1e-4c17-9589-ea6ab2d12694)) - (fp_line (start 14.813 -2.267) (end 14.931 -2.324) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d3006e26-11be-4e7f-bb12-87a5d58c58e2)) - (fp_line (start 14.831 -1.632) (end 14.738 -1.709) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d039718a-5f93-4d2d-b957-a40b11652989)) - (fp_line (start 14.832 -0.297) (end 14.732 -0.369) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c47c1013-522e-4afa-9dd5-776b2bbec89a)) - (fp_line (start 14.837 -1.595) (end 14.884 -1.593) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1f3dd671-b973-4373-871e-23d23284bfad)) - (fp_line (start 14.866 -3.062) (end 14.746 -3.114) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 159574a9-ecec-48bb-adb0-3dc9e65d4e79)) - (fp_line (start 14.884 -1.593) (end 14.831 -1.632) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 51957904-d257-41c5-8124-dcc959977230)) - (fp_line (start 14.891 0.287) (end 14.955 0.176) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 5946461c-3619-4297-ada8-808db114b5fb)) - (fp_line (start 14.909 -0.205) (end 14.832 -0.297) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 60b868e3-a9f8-4d20-ae5a-40ca53af4adb)) - (fp_line (start 14.931 -2.324) (end 15.026 -2.406) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4fbf7295-52ca-4bf6-b81b-f54f8903681f)) - (fp_line (start 14.955 0.176) (end 14.977 0.035) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3de27c1c-897a-4a6c-b0f7-6b3c6fd91fd1)) - (fp_line (start 14.959 -0.094) (end 14.909 -0.205) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e16db058-fa43-40bf-9cff-c2ed4fab6ab5)) - (fp_line (start 14.966 -2.99) (end 14.866 -3.062) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp dc00fa94-a583-43b2-92cf-d179c920f4b4)) - (fp_line (start 14.977 0.035) (end 14.959 -0.094) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 3dd67e23-151f-4030-9f89-07540f8b3bb5)) - (fp_line (start 15.026 -2.406) (end 15.089 -2.517) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 98a311ac-38c5-418c-9c79-a5650558a468)) - (fp_line (start 15.043 -2.898) (end 14.966 -2.99) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 24edf58e-a5f8-4553-99c5-1a11459c3da5)) - (fp_line (start 15.089 -2.517) (end 15.111 -2.659) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 462f3238-fbc0-42d6-b76e-a63d29cc32e1)) - (fp_line (start 15.093 -2.788) (end 15.043 -2.898) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e4d2c258-274a-4398-b6a0-528d81ed8508)) - (fp_line (start 15.111 -2.659) (end 15.093 -2.788) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0887e962-8f08-410d-9589-9308e22a7936)) - (fp_line (start 15.841 -0.313) (end 15.864 -0.258) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp cacc113d-885e-464c-bed1-96200200e5f6)) - (fp_line (start 15.864 -0.368) (end 15.841 -0.313) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 63a30107-e64a-4f1f-b117-b90cb84b149e)) - (fp_line (start 15.864 -0.258) (end 15.919 -0.236) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a43a5da1-e224-4f65-b747-f67973f2af88)) - (fp_line (start 15.916 0.622) (end 15.917 0.445) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 2b670198-954c-4e3b-b1b0-4485bbd2f4ee)) - (fp_line (start 15.916 0.808) (end 15.916 0.622) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0c9e7917-e0a0-46fb-b233-2640231d0e2c)) - (fp_line (start 15.917 0.289) (end 15.918 0.163) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a43ae97f-ff8c-43dd-8d6d-82a22f1be9b5)) - (fp_line (start 15.917 0.445) (end 15.917 0.289) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e671ffe9-4ebb-42bd-be8d-cda9a798e138)) - (fp_line (start 15.917 0.993) (end 15.916 0.808) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 202e566d-5dd9-4e58-8d82-bf96da938851)) - (fp_line (start 15.918 0.08) (end 15.919 0.05) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c77b66c0-41f5-4d31-abb8-e152e2d28a11)) - (fp_line (start 15.918 0.163) (end 15.918 0.08) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 89b81b16-224b-4483-a357-720a8e6eb208)) - (fp_line (start 15.919 -0.39) (end 15.864 -0.368) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4126d392-495e-4ef5-9351-6f700c8637bc)) - (fp_line (start 15.919 -0.236) (end 15.974 -0.258) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a2c6281c-1798-4c93-a973-786fd5788e7e)) - (fp_line (start 15.919 1.165) (end 15.917 0.993) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 719303cc-9ddf-4f19-9751-b8db3875f499)) - (fp_line (start 15.968 -3.006) (end 15.991 -2.951) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1971aaa8-4fc8-4165-91ab-821ea2d686e3)) - (fp_line (start 15.974 -0.368) (end 15.919 -0.39) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a092ea0d-146f-427f-adaf-641182334974)) - (fp_line (start 15.974 -0.258) (end 15.996 -0.313) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6a82e1e6-8e23-40fe-9f7f-da90c0712b96)) - (fp_line (start 15.991 -3.061) (end 15.968 -3.006) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a773823e-0f26-4fe7-b141-87b580d11b17)) - (fp_line (start 15.991 -2.951) (end 16.046 -2.929) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 55811421-7465-4b7c-a8c0-f5132bc3a205)) - (fp_line (start 15.996 -0.313) (end 15.974 -0.368) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp ff870511-3a90-49f1-9990-5aec7ad35822)) - (fp_line (start 16.043 -2.071) (end 16.044 -2.248) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7cd22ddf-b7a3-4ab8-89e3-a5e58213159b)) - (fp_line (start 16.044 -2.404) (end 16.045 -2.53) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a1fd107d-3e8c-4d45-b1b9-b910fe926734)) - (fp_line (start 16.044 -2.248) (end 16.044 -2.404) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 414df5d7-f19b-4687-a4de-327c40e73e20)) - (fp_line (start 16.044 -1.885) (end 16.043 -2.071) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 328427ae-624d-4ad5-9eae-c7dba1277b8f)) - (fp_line (start 16.044 -1.7) (end 16.044 -1.885) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b29e116d-0c94-4f3d-a318-db4c1054931b)) - (fp_line (start 16.045 -2.53) (end 16.046 -2.613) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 9eb5fc74-7ee2-4483-b24f-769829d8a6c2)) - (fp_line (start 16.046 -3.084) (end 15.991 -3.061) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 4ee7e00d-7ebf-4975-bd69-7b422f82b3e0)) - (fp_line (start 16.046 -2.929) (end 16.101 -2.951) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp d9b138bc-0203-4547-9bd8-5f8e532ba1ac)) - (fp_line (start 16.046 -2.613) (end 16.046 -2.643) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 196e2e1c-99db-48a2-923e-0258bca0805d)) - (fp_line (start 16.046 -1.528) (end 16.044 -1.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a58c2dc5-d0b2-4b7a-84f6-0ad19b70b65a)) - (fp_line (start 16.101 -3.061) (end 16.046 -3.084) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 21ca756f-3477-4ce7-b401-446af31305b1)) - (fp_line (start 16.101 -2.951) (end 16.123 -3.006) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp bb5999d5-f86c-445a-9ff9-2a1b539dc199)) - (fp_line (start 16.123 -3.006) (end 16.101 -3.061) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1bc69943-163a-4f23-a1b2-869455d3610c)) - (fp_line (start 16.686 -3.272) (end 17.296 -3.272) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6c1d0ff6-53d9-4a5b-89a8-5313d6ca7d94)) - (fp_line (start 17.296 -3.272) (end 17.296 -1.899) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 94b40fef-8e3d-4a32-a137-035c86ca86c8)) - (fp_poly - (pts - (xy -3.661 2.871) - (xy -2.874 1.598) - (xy -2.841 2.045) - (xy -3.689 3.503) - (xy -3.661 2.871) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp b98190a3-4e75-4ed8-b75b-e1b37bee46b3)) - (fp_poly - (pts - (xy -14.615 1.266) - (xy -13.862 0.621) - (xy -13.81 0.305) - (xy -13.851 0.34) - (xy -13.958 0.431) - (xy -14.104 0.556) - (xy -14.263 0.692) - (xy -14.41 0.817) - (xy -14.519 0.911) - (xy -14.564 0.949) - (xy -14.615 1.266) - ) - - (stroke (width 0.159) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 7850e091-0fbf-4f7c-a328-cd019df441e0)) - (fp_poly - (pts - (xy -3.881 0.701) - (xy -3.841 0.736) - (xy -3.757 0.819) - (xy -3.64 0.938) - (xy -3.503 1.081) - (xy -3.356 1.235) - (xy -3.21 1.389) - (xy -3.077 1.529) - (xy -2.968 1.644) - (xy -2.894 1.723) - (xy -2.867 1.751) - (xy -2.967 1.294) - (xy -4.012 0.198) - (xy -3.881 0.701) - ) - - (stroke (width 0.159) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 65d50500-96c3-4685-9691-5f83fde7ff57)) - (fp_poly - (pts - (xy -2.934 3.699) - (xy -3.688 2.21) - (xy -3.692 1.66) - (xy -3.611 1.802) - (xy -3.533 1.939) - (xy -3.457 2.073) - (xy -3.384 2.205) - (xy -3.313 2.334) - (xy -3.244 2.463) - (xy -3.176 2.591) - (xy -3.11 2.719) - (xy -3.046 2.848) - (xy -2.983 2.979) - (xy -2.921 3.112) - (xy -2.859 3.249) - (xy -2.934 3.699) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 6d7c23f0-27c3-4fa6-89cc-f79a540be70c)) - (fp_poly - (pts - (xy -6.42 0.77) - (xy -6.33 0.73) - (xy -6.25 0.65) - (xy -6.2 0.53) - (xy -6.18 0.37) - (xy -6.2 0.21) - (xy -6.26 0.1) - (xy -6.34 0.03) - (xy -6.47 0) - (xy -6.55 0) - (xy -6.64 0.03) - (xy -6.75 0.1) - (xy -6.82 0.19) - (xy -6.86 0.29) - (xy -6.87 0.37) - (xy -6.87 0.44) - (xy -6.85 0.57) - (xy -6.8 0.67) - (xy -6.74 0.74) - (xy -6.7 0.76) - (xy -6.64 0.78) - (xy -6.57 0.79) - (xy -6.49 0.79) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 093c99d2-6e87-428b-a172-e8573afe4705)) - (fp_poly - (pts - (xy -14.681 2.464) - (xy -14.645 2.496) - (xy -14.568 2.579) - (xy -14.462 2.698) - (xy -14.338 2.84) - (xy -14.21 2.991) - (xy -14.09 3.138) - (xy -13.989 3.267) - (xy -13.92 3.365) - (xy -13.924 3.128) - (xy -13.928 2.974) - (xy -13.931 2.89) - (xy -13.933 2.864) - (xy -14.035 2.77) - (xy -14.15 2.653) - (xy -14.27 2.521) - (xy -14.389 2.385) - (xy -14.498 2.254) - (xy -14.59 2.139) - (xy -14.658 2.049) - (xy -14.693 1.992) - (xy -14.69 2.26) - (xy -14.684 2.414) - (xy -14.681 2.464) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 551310a4-3882-4605-bfec-f0802df1435c)) - (fp_poly - (pts - (xy -14.549 3.36) - (xy -14.464 3.189) - (xy -14.379 3.003) - (xy -14.298 2.809) - (xy -14.222 2.617) - (xy -14.153 2.432) - (xy -14.092 2.264) - (xy -14.041 2.12) - (xy -14.003 2.007) - (xy -13.978 1.934) - (xy -13.97 1.908) - (xy -13.961 1.343) - (xy -14.01 1.466) - (xy -14.073 1.621) - (xy -14.146 1.799) - (xy -14.226 1.991) - (xy -14.308 2.188) - (xy -14.388 2.38) - (xy -14.463 2.557) - (xy -14.528 2.711) - (xy -14.579 2.833) - (xy -14.613 2.913) - (xy -14.625 2.942) - (xy -14.549 3.36) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp ed06b896-4df0-4238-b6eb-bbbe5360e849)) - (fp_poly - (pts - (xy -10.78 0.69) - (xy -10.68 0.6) - (xy -10.61 0.47) - (xy -10.6 0.41) - (xy -10.59 0.32) - (xy -10.62 0.17) - (xy -10.65 0.1) - (xy -10.7 0.03) - (xy -10.77 -0.03) - (xy -10.85 -0.08) - (xy -10.96 -0.1) - (xy -11.1 -0.06) - (xy -11.21 0.03) - (xy -11.26 0.11) - (xy -11.28 0.15) - (xy -11.32 0.31) - (xy -11.31 0.41) - (xy -11.29 0.49) - (xy -11.25 0.55) - (xy -11.22 0.6) - (xy -11.15 0.64) - (xy -11.05 0.71) - (xy -11.02 0.72) - (xy -10.92 0.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "B.SilkS") (tstamp 7622577b-cb45-48f8-91b9-adcbe403ee14)) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005c0ce3e6) - (at 99.15 85.35 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e41d7") - (attr smd) - (fp_text reference "C42" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 5af15f77-9ad4-4313-9a9a-129da0422f84) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 42cc1569-bc07-4b3c-aa19-1ff89972468d) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 9f735f94-c12e-4d19-924f-16af0f881e41) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4b76407f-687d-4d08-9903-f82746b4f564)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f24ea7b2-ebfa-4ea1-8cae-6634f89d1c67)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 21d27098-69a5-4a06-96f8-ddc5527c30f5)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3b6c68ad-83f1-4a2b-98c7-df1fa569cc7b)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 791c38a7-3faa-4b20-911e-7bc58d8d0bcb)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f1e5486a-9d07-4cc8-a57f-292620c7f9d8)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fe6083ad-2b4f-43c9-b95a-28723ffda0c4)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cfac8b7e-1e41-47ee-8f09-44d931e7ee9a)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp d1da60fa-2462-4a63-a4d1-04f7b6885589)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 87b9636d-970f-48ad-aeba-dc46a88c56f3)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005c0ce4d5) - (at 99.15 88.15 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e420c") - (attr smd) - (fp_text reference "C43" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp af666baa-7bde-462f-9d4f-35385ecdb0d8) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp eb560573-fc0d-47fa-9a61-bcf0833493fd) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 5f734aaa-2969-44ca-8f3a-d5537c454e57) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ebf88075-73e2-4b25-844b-28376450bdd6)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4bfc6338-2b8a-4c65-a6d6-dce3629de4d6)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2fab88e5-3684-4e86-847a-a61e40f2929d)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4392324d-9081-4a90-a8f8-034039c26428)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8500fa94-7ae2-45c3-be6b-d12542c9287e)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 93ee28a1-6ba9-4128-bc76-2e2f97bdd23b)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c083c486-b973-42d0-b821-adaa33b07eda)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 74723815-ff24-4751-bdf7-c3366d66938c)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp a5aada8c-cdfc-4e6b-8825-10a5f618ff45)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 1dea7a53-5cac-46c5-8231-53d33f12b777)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005c0ce554) - (at 99.15 90.95 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e4241") - (attr smd) - (fp_text reference "C47" (at 0 0 -90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp e4e15119-ae70-490d-80a8-8a2039342a2a) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp d98937cd-28a5-40ae-ab04-40417579821b) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 6a3aac14-e57c-49cd-ac67-e411212cffbe) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 438bd43d-22e5-4570-965f-181e769703d4)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4a73c226-8cca-4b17-95fe-3a0f0a43e916)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3e0158c5-71a6-469b-bd14-8feedcd99e2d)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 73b24033-4198-48bf-a619-45de6ea04481)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp de4ffb7f-166e-4095-8b0a-e385f35bb285)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 54d50405-241d-4e78-88f6-83e047880581)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 831bc991-45be-49b7-9a67-d2dfa8b7fc7b)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1a52c975-2989-40aa-8d45-ddfa7f62da20)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 8aa5a6c9-21fe-4028-b30e-4c4ffeeb7a27)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp b2a930fa-18ff-4d8d-ac3e-8e85e1b23fad)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005c0ce60b) - (at 97.05 93.75 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4b6b5e") - (attr smd) - (fp_text reference "C41" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp e7aab7d4-78fb-4484-9ae2-48039fdcd717) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp e6f87877-896c-4e2e-b547-e5d4a90af9a1) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp d059ffa8-9d81-4f40-b0c7-ef6c05c002ef) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f468e3bd-802f-4a5b-8b3e-9d656cb4dfb7)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b3d7b958-bb22-4eab-8d78-ea0d69d46d8d)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 908dbf48-cf2c-4c24-af60-15eaa604ddbb)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 813ef75f-ec48-44cb-be47-ea5dce18d1d4)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 14d177e6-f355-4bb1-8f3c-ce81903ebacb)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 91fab6d6-ef29-432f-80f4-5191a25f896a)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e52d8b1b-2191-4fb3-8f27-d0b11b3d5574)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 665122c6-5978-4523-b37b-0e50a2a66731)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp c99a02fb-bd2d-4c4f-9631-abc3ea7dd88e)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp be9206a0-1e3f-464c-b99b-a19991c12874)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Fiducial:Fiducial_0.75mm_Mask1.5mm" locked (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005c160e8a) - (at 122 118.5) - (descr "Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B)") - (tags "fiducial") - (attr smd) - (fp_text reference "FID6" (at 0 2) (layer "B.SilkS") hide - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - (tstamp 3e87b259-dfc1-4885-8dcf-7e7ae39674ed) - ) - (fp_text value "Fiducial_0.75mm_Mask1.5mm" (at 0 -2) (layer "B.Fab") hide - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp ba116096-3ccc-4cc8-a185-5325439e4e24) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.3 0.3) (thickness 0.05)) (justify mirror)) - (tstamp 37657eee-b379-4145-b65d-79c82b53e49e) - ) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 7668b629-abd6-4e14-be84-df90ae487fc6)) - (fp_circle (center 0 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Fab") (tstamp 31bfc3e7-147b-4531-a0c5-e3a305c1647d)) - (pad "" smd circle locked (at 0 0) (size 0.75 0.75) (layers "B.Cu" "B.Mask") - (solder_mask_margin 0.375) (clearance 0.375) (tstamp 363189af-2faa-46a4-b025-5a779d801f2e)) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005c9f31b9) - (at 85.9 100) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005b0dccfb") - (attr smd) - (fp_text reference "C19" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp a543a4a0-b8e2-45a4-be48-7207020a5b1f) - ) - (fp_text value "4u7" (at 1.2 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 7da6dd22-6820-4812-8b65-ceb1440c016d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp fc329e60-968a-4f61-ba77-53d29ff8c1c7) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 895d5ca3-0e9a-421e-88ea-3017edd2db62)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f8db64f8-1695-46e3-9667-49f16b5c734b)) - (fp_line (start -1.48 -0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2f122013-8dbc-4371-941a-b52e2115db20)) - (fp_line (start -1.48 0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aeae1c08-0511-41ff-896d-95b95a86eb35)) - (fp_line (start 1.48 -0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0d7333ca-0587-43cb-9af7-f59016c85820)) - (fp_line (start 1.48 0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6597e724-ffad-43f1-9619-cca25cced87f)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 47890384-6eaa-420c-b9ae-e68a6a7f17b5)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 62c6f8ce-78e5-4ab3-bb01-2fcb0df87aa6)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 825ca21e-b6a1-4e84-a612-f8e2fae8ac04)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9f5c7a80-7220-432e-865b-d1468e8a8d4c)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 2571f4c8-d7fc-4e8c-94df-f480e56bb717)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 9cab0c4e-2726-433f-a46f-c25156ae2489)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ca39c02) - (at 88.3 111) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005ca9d135") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP12" (at 0 1.448) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4780a920-b601-4f7f-a8a3-6f88eae2541d) - ) - (fp_text value "GND" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 16b8eb60-80f0-442d-8743-a5c8fa03e869) - ) - (fp_text user "${REFERENCE}" (at 0 1.45) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b477ea08-8de0-4172-99c0-8de7d4429a1d) - ) - (fp_circle (center 0 0) (end 0 -0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 5d2f3ae9-e953-4b8b-8ec2-7e1e969f3fae)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp f2d201ea-d050-4595-9ca9-725c46100429)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "B.Cu" "B.Mask") - (net 3 "GND") (tstamp d30845ee-4a41-400f-befd-0997b98a1421)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ca39c0a) - (at 88.3 113.5) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005ca9ce28") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP11" (at 0 1.448) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3ee16bd1-f136-44b9-8ced-1b3969b2d15e) - ) - (fp_text value "SCL" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp ab8f9fbb-f2f4-4c37-a683-74ad001db8c6) - ) - (fp_text user "${REFERENCE}" (at 0 1.45) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b6049450-f12f-4eca-adfb-237ec3a8e84f) - ) - (fp_circle (center 0 0) (end 0 -0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 9b341d0d-a566-494e-9992-b55027cf4044)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 8b6cdbf8-21f4-4048-9aa4-5e699f9f7818)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "B.Cu" "B.Mask") - (net 4 "/SCL") (tstamp 18cf3d0e-decb-4baa-bbca-50180b40811e)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ca39c12) - (at 88.3 116) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005ca9cd70") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP10" (at 0 1.448) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 7e4ade4d-f930-4ad3-894b-4ea6a9806a26) - ) - (fp_text value "SDA" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 63800a5c-5070-4e17-84b3-b1e9d7317ddc) - ) - (fp_text user "${REFERENCE}" (at 0 1.45) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a42ea6ad-a447-49fc-9906-7fcad9b38814) - ) - (fp_circle (center 0 0) (end 0 -0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp d792aec0-aee7-4228-a679-0b33947e4320)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 2f988663-1a29-4f09-b2d7-92ad5d94794b)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "B.Cu" "B.Mask") - (net 1 "/SDA") (tstamp aa0ce9b9-e072-46d6-baab-d92c3c3ccc38)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ca39c22) - (at 81.5 116) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005ca9b5fe") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP8" (at 0 1.448) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8d5f01ef-0b95-4d49-8a56-4edab785359d) - ) - (fp_text value "5V" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp fe55d0af-9e3d-44b0-a017-d02aa2b5afd1) - ) - (fp_text user "${REFERENCE}" (at 0 1.45) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 49dd41aa-f677-45d8-941f-226f9b63a72f) - ) - (fp_circle (center 0 0) (end 0 -0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 4cf19d8f-ca41-49ab-87c3-8375eb220775)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp b17afead-77f6-4856-a39f-5e144a23bcd9)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "B.Cu" "B.Mask") - (net 5 "+5V") (tstamp da24dc07-eed2-4940-92b1-4171ce93a6eb)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ca403c9) - (at 81.5 111) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005ca9ccba") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP9" (at 0 1.448) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp fa79abb7-df1b-43f8-b136-f19ec7e0d640) - ) - (fp_text value "3V3" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 30134960-62b7-46de-97b1-73a11e3e05a7) - ) - (fp_text user "${REFERENCE}" (at 0 1.45) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1c43bb8e-759f-4135-b23d-5307782a8854) - ) - (fp_circle (center 0 0) (end 0 -0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 43840adf-0035-4ada-a0ac-bd5446501e0d)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 81e76c84-5e2c-4882-83ea-73a677842c28)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "B.Cu" "B.Mask") - (net 2 "+3V3") (tstamp 6da48a38-05d9-4d5b-a152-1cc97faab2a4)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005cacecf5) - (at 55.5 94.25) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005caf0599") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP13" (at 0 1.448) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c6c09f1d-8526-474d-84d1-9ef4e9ca3baa) - ) - (fp_text value "VBUS" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 675cfbd2-e790-4842-b368-f626e1795786) - ) - (fp_text user "${REFERENCE}" (at 0 1.45) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 34bc4df9-50ad-433a-a204-50b962ec67ce) - ) - (fp_circle (center 0 0) (end 0 -0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 22a8e1bc-22fb-4e62-add4-2ae0c07ce05c)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp f3749464-3429-4e5d-8e9e-7776a190bf7c)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "B.Cu" "B.Mask") - (net 187 "/xVBUS") (tstamp 1754779f-f1ea-4e4f-9a64-93d7ee7943e3)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005cad0bb5) - (at 57.9 96.8) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005caf1844") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP14" (at 0 1.448) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8b6d23e1-36db-42f1-8a08-9f4ec1369434) - ) - (fp_text value "USBGND" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp f85d4ea0-e9e5-4e74-b9b9-4ca2bb2e7cd7) - ) - (fp_text user "${REFERENCE}" (at 0 1.45) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 32f708e0-df94-44e7-a6ae-cda54a0cd338) - ) - (fp_circle (center 0 0) (end 0 -0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 64ab901b-ea46-43a5-9f7f-64cceeb0129b)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 8d461b4d-62dc-488b-8977-3c95555f9343)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "B.Cu" "B.Mask") - (net 3 "GND") (tstamp db03190e-bc4a-40e3-ac97-45f05ba708cb)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005cad756a) - (at 57.9 94.7) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005caee18c") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP16" (at 0 1.448) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0a6b5814-2972-4ec4-8bea-46828fb75039) - ) - (fp_text value "USBDM" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 917cd117-92bc-45a7-bf89-1770f5fb3f75) - ) - (fp_text user "${REFERENCE}" (at 0 1.45) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1401aaf2-7f13-48d0-8a1f-1a41703e0721) - ) - (fp_circle (center 0 0) (end 0 -0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 2a24dffe-c9d6-428a-aa0a-97de6a340b8b)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp e65cdd4f-d044-4664-ac08-106160a06115)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "B.Cu" "B.Mask") - (net 11 "/USB_N") (tstamp 99f2690c-1a6d-4fbb-ba61-f3d41eb4c0b7)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005cad75c3) - (at 55.5 96.3) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005caede5c") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP15" (at 0 1.448) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 73b3efd7-d2be-46cf-b06c-e91017a9877c) - ) - (fp_text value "USBDP" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 81c8ed7b-6f74-439b-b839-9329368f223c) - ) - (fp_text user "${REFERENCE}" (at 0 1.45) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 8c875065-be0e-41c1-a837-74699c7ba035) - ) - (fp_circle (center 0 0) (end 0 -0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 4c7e0aa8-63d6-4bff-88aa-64f636f5b95e)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp f573056c-87a1-403e-987f-f1dc1f10bd0b)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "B.Cu" "B.Mask") - (net 8 "/USB_P") (tstamp 60e87dc7-656f-4705-b8d6-ece6cbaf41c3)) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005cb0d6d5) - (at 88.4 95.5 90) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005bda8a1e") - (attr smd) - (fp_text reference "C80" (at 0 0 270) (layer "B.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 6d646c30-feab-4e3e-adf0-5427b73b5f08) - ) - (fp_text value "4u7" (at 1.15 0 180) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 3f206607-332e-4c96-8963-5302804f476f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 60d30b2f-02cb-42f2-b2ed-c84cb33e3e36) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp c2564ecf-bd43-431d-b9a2-c7be54487485)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4208e41d-1d0a-40b9-bf94-fcbeb6562f9d)) - (fp_line (start -1.48 -0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 33064f56-88c0-44a1-ac52-96957fe5ad49)) - (fp_line (start -1.48 0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp df3e0d78-29b1-4811-9600-571610f4b8a8)) - (fp_line (start 1.48 -0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 376a6f44-cf22-4d88-ac13-30f83803795f)) - (fp_line (start 1.48 0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 52d326d4-51c9-4c17-8412-9aaf3e6cdf4c)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b20fb198-6b0b-4cab-9ba8-ea9b46e8088f)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e3903eeb-8b72-4b40-a088-cbbba270c01b)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d1f81642-eb3a-4277-b357-9cbb5a3aa5ac)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 68f7174d-ce7a-41b4-89f8-dd7e3ded57a1)) - (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 48 "/VCCPLL1") (tstamp 4625ef31-ba9f-4b3e-8ebc-93b4658ad74a)) - (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 50 "/GNDPLL1") (tstamp a6694369-d7a9-41d0-a88e-8a3c16982564)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005cb23fcf) - (at 89.8 99.25 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005ccc4d9e") - (attr smd) - (fp_text reference "C85" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 880d94e0-447e-413a-a558-cee4b897ff70) - ) - (fp_text value "u1" (at 0 0.75 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 01c517db-db70-46d2-9618-e9aeac9589c3) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 3745d030-b1db-42b3-88e5-5fb982cc9164) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c11bad25-a9cf-44c7-a96e-564f6c19521c)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 600a126b-a6d3-4e08-b413-ce35e3c2d92f)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5827dae2-8d8c-4f89-84c9-2b4c97f9f78f)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 11ec77c4-ba99-45b0-907a-173e45347d10)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp df6b5968-848c-4920-8f3e-400c3b00eb75)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b199093d-fc35-4a57-84d4-9203d9dc1821)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6e71b84d-ba93-46db-b655-09de6e7c8c28)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2416b761-64cf-46de-a335-39e84b411ea4)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 888059b3-2471-43ee-a2b4-3fd09f693b37)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 2086f1f4-059c-4ac4-858b-c6e65c5b1092)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005cb276a6) - (at 85.7 94.8 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005b0dcf1b") - (attr smd) - (fp_text reference "C21" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 4a5d9644-2379-4885-b4a6-a8623a813c99) - ) - (fp_text value "u1" (at -1.05 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 44a3d6e0-81da-4c53-981a-168ed3134773) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp e8194575-5e83-424b-9bc1-c0b79369f99c) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4213bb43-a38a-4b14-8bc2-c3c7ea3d73b0)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d86de366-b062-45a7-bdc6-eee27735041a)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ce6d7a5f-f433-4e4b-b5b7-b76118558c78)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1088c273-6236-415b-85a3-3a7f49436fe6)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c32c2d53-75ef-4371-af70-06a6dd412bcc)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5d69439c-bbdc-43f5-bd41-c6169c74e2f5)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp be813dec-c91f-4c06-808b-c742fd6baf99)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f8f6e65d-70e9-4022-98b8-a0f0810215e8)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp f93adc76-130d-446e-8a52-b160db229a99)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 0916deba-2579-44ce-bcc0-0c56d78c5bd3)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005cb314ce) - (at 87.2 95.5 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005bda8948") - (attr smd) - (fp_text reference "C79" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 9475e9d3-6cc0-4d12-b7fe-a51d2e5bd435) - ) - (fp_text value "u1" (at 1.3 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 3877bb8a-9764-43f3-9a49-eb9f7872e89b) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 64131ccf-1d90-4b59-a3de-335452800ea3) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 628499d2-8b42-43be-a524-586c217f7f60)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f8ae011a-48ba-46df-a69d-fb189c06c99d)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3fe87333-5931-44bb-90b4-566c7f950fdc)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ec3b3a1b-bc30-4c1b-a40c-639e4fb72f82)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4ca11800-26b8-4900-b5ae-e2296f6874b2)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6fad6f02-8123-4aad-9fb4-c4c0c238e26f)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d520a0ab-a6bc-42dd-ab73-4b176d116f70)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 915226b4-fe40-4872-bc2a-395b435a2e92)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 48 "/VCCPLL1") (tstamp 58fbda34-e62f-4525-a3b1-91a77c26980f)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 50 "/GNDPLL1") (tstamp 0041fa45-5fe1-41a7-84c3-9ed152d8ffa8)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005cb34414) - (at 70.65 111.2) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005cc2abf8") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP17" (at 0 1.448) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c49cdd63-d196-49a7-b408-7af3848e936c) - ) - (fp_text value "1V2" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 1e3fd3d5-91a2-4915-bf3d-e5e3d46d180b) - ) - (fp_text user "${REFERENCE}" (at 0 1.45) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 2bc709a0-58c7-4027-bd09-68d5e2408c67) - ) - (fp_circle (center 0 0) (end 0 -0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 4c492959-c00a-430a-b92b-afb6f355a82a)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 1427beee-3bac-4761-90c7-1d211b9ad51c)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "B.Cu" "B.Mask") - (net 29 "+1V2") (tstamp 46f17238-8a86-42fa-a9fd-be51f506f7e6)) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005cc279d9) - (at 124.05 103.4 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005cd0c19c") - (attr smd) - (fp_text reference "R48" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 8e75264b-b45e-45ec-b230-7e1dce7d68b3) - ) - (fp_text value "0R15" (at 0 0.8 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 5a010660-4a0b-4680-b361-32d4c3b60537) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 9404ce4c-2ce6-4f88-8062-13577800d257) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 312474c5-a081-4cd1-b2e6-730f0718514a)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ce55d4e5-cb2b-4927-9979-4a7fc840f632)) - (fp_line (start -1.48 -0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 97693043-81ba-44a2-b87b-aca6193e0970)) - (fp_line (start -1.48 0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a6dd3322-fcf5-4e4f-88bb-77a3d82a4d05)) - (fp_line (start 1.48 -0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 717b25a7-c9c2-4f6f-b744-a96113325c99)) - (fp_line (start 1.48 0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 61a18b62-4111-4a9d-8fca-04c4c6f90cc3)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 81ab7ed7-7160-4650-b711-4daa2902dc8b)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp dbbbcbf5-ed09-4c20-902c-70f108158aba)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 72f9157b-77da-4a6d-9880-0711b21f6e23)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b7dfd91c-6180-48d0-832a-f6a5a032a686)) - (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 202 "/IO_Banks/IO_Buffer_B/ISNS_H") (tstamp f87a4771-a0a7-489f-9d85-4574dbea71cc)) - (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp f2c43eeb-76da-49f4-b8e6-cd74ebb3190b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005cccabd4) - (at 122.55 87.6 90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005cd0c19c") - (attr smd) - (fp_text reference "R49" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 25625d99-d45f-4b2f-9e62-009a122611f4) - ) - (fp_text value "0R15" (at 0 0.85 270) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp d23840a6-3c61-45ca-968a-bc57332fd7a4) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp b1240f00-ec43-4c0b-9a41-43264db8a893) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 4c6a1dad-7acf-4a52-99b0-316025d1ab04)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 02491520-945f-40c4-9160-4e5db9ac115d)) - (fp_line (start -1.48 -0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 909d0bdd-8a15-40f2-9dfd-be4a5d2d6b25)) - (fp_line (start -1.48 0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a46a2b22-69cf-45fb-b1d2-32ac89bbd3c8)) - (fp_line (start 1.48 -0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b5d84bc0-4d9a-4d1d-a476-5c6b51309fca)) - (fp_line (start 1.48 0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fe9bdc33-eab1-4bdc-9603-57decb38d2a2)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2edc487e-09a5-4e4e-9675-a7b323f56380)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 100847e3-630c-4c13-ba45-180e92370805)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 64269ac3-771b-4c0d-91e0-eafc3dc4a07f)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a43f2e19-4e11-4e86-a12a-58a691d6df28)) - (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 203 "/IO_Banks/IO_Buffer_A/ISNS_H") (tstamp 4198eb99-d244-457e-8768-395280df1a66)) - (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 3e011a46-81bd-4ecd-b93e-57dffb1143e5)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005cd07154) - (at 122 99.8) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005d2659d6") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP18" (at 0 1.448) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1c6434d3-2eb4-45c4-919b-76bc5df93b2a) - ) - (fp_text value "VDAC" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 14202ecb-5941-455d-a867-b86716db90d7) - ) - (fp_text user "${REFERENCE}" (at 0 1.45) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 3406438b-af44-4c6b-93b5-d0d24ae94a91) - ) - (fp_circle (center 0 0) (end 0 -0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 21930fd1-46a2-4b3e-9765-d207f0464a07)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 02c86f21-caef-4fbc-95b0-d828a7114318)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "B.Cu" "B.Mask") - (net 226 "/IO_Banks/IO_Buffer_B/VDAC") (tstamp dd25caf2-c470-499e-9b28-d47564283b2f)) - ) - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005cd0715c) - (at 124.6 91.2) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005d2659d6") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP19" (at 0 1.448) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 19aec941-d967-4940-a58a-9060a38854cb) - ) - (fp_text value "VDAC" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 7e98c7bb-1d59-4b79-8dd7-3fc856d94f6e) - ) - (fp_text user "${REFERENCE}" (at 0 1.45) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp c1383de0-8b89-4198-8e13-094764dd7221) - ) - (fp_circle (center 0 0) (end 0 -0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "B.SilkS") (tstamp 1a9e2b11-80b9-435f-a9bf-a5b45e4a1043)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "B.CrtYd") (tstamp 7ea5fa02-788a-478b-aebb-c1380934d36b)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "B.Cu" "B.Mask") - (net 227 "/IO_Banks/IO_Buffer_A/VDAC") (tstamp 4d9c5bb1-1a0b-4685-9b64-9623bdfa6e36)) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ecae8cd) - (at 101.05 104.95 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e428d") - (attr smd) - (fp_text reference "C75" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 19947266-d718-4a7e-8ce7-a9e04db709cf) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 835102f4-9b14-413b-a145-1f010f51931f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 92f3f87e-5e1a-419d-afde-68dd17a44605) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 42d1103b-01a9-4ce4-8c43-2c32be677f5a)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3c1baf09-a0fa-4d5b-9e19-dad36989c504)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a771c02c-8b53-42d8-99ed-0a81252d0009)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 38283c07-56ee-45a4-9359-035eeacc2402)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c031f799-3699-4973-829d-1bc94d1dc5d0)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9a2b75a3-2170-46bd-a4ae-f41d05639556)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f232b395-a0ab-4461-b901-fad8834664e8)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 172ae4b5-4844-4ae8-a220-06196fc931d3)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 83d289e8-09e9-450f-aa29-e4a965c20aed)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 3a343692-2c55-4f37-9ead-c72b1953e9cb)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ecaeb3d) - (at 101.05 90.95 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e4258") - (attr smd) - (fp_text reference "C51" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp c5ca144b-4a8c-4b43-8d11-73bfc7ce35b4) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp fba6e488-9940-4c72-a3c3-f2539158fdfc) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 120c613d-4c12-4293-ae3a-6a512771985f) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 36815cf6-0422-444c-a3e8-ed66ef92f617)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 74a9d92f-93b8-42e6-97b6-ac630c5378b8)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0b71d1a0-f7f1-4898-a4ea-edf5332f8ca7)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 862b97e2-70d6-4aea-9357-60983bc901d8)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5c19c8eb-a9eb-4833-b94e-16d408a4c614)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2ab4e285-80ef-4098-93e3-671fb896f742)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1bcfdeb5-4398-4ba9-8d2b-1afb409aafd2)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fa98a317-14ca-498d-8226-47acdff0c9f6)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 72e8fcce-5083-40f6-a91f-3bfabc7c7549)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp f0ad4449-626d-4aef-bbd4-02eba1183b71)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ed214c6) - (at 97.05 88.15 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4abdf7") - (attr smd) - (fp_text reference "C39" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 82ef8600-aff7-4e4e-83cc-272869fe14ce) - ) - (fp_text value "u1" (at 0 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 1dee4846-8791-4542-adda-b250a1fd785e) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp ae4aa54e-a780-4e26-8a76-8295f04ee892) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7004b745-8e5c-4780-8ef3-3997612a270f)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8c412f01-bba7-48e8-b847-df07ecccd1d3)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f1bf644e-4d5f-4687-800c-1d45ba8aee3e)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b8e16f60-cf7a-442c-9536-5f2af8ffcced)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2c10cbb6-bb66-42f5-8d9b-60929154543b)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e0b2e383-60c6-4fac-9ee5-cb930796bb4b)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp eebb738b-731b-4116-9d82-911722ba4406)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f5ec4301-2f32-46c4-8f0d-2c5a15cb6fc4)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 38826a5f-2a18-4a0f-a0ad-83c05a6f55cc)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp cc59dc89-7281-4329-8665-69cac2c9dc68)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ed21aeb) - (at 101.05 88.15 -90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e4223") - (attr smd) - (fp_text reference "C50" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp cfa7d3f6-0cc9-4375-a0ac-d721b57ce3a3) - ) - (fp_text value "u1" (at -0.05 0.75 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 7b7e0923-b508-4aa1-91a7-05a7557a88ee) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 888c76fa-7b17-4835-83d9-86e7676bd4ef) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b559f405-4de0-4485-9eb1-aa1ba6266fb3)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b2fb7a1b-c9ba-4acd-a02e-25484040900c)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dd81f792-3a25-482c-b21e-05ec2d4eb5d6)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f626dfdc-a42e-49fe-92eb-181cb51736dc)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 37be8254-7e2c-4f4c-a147-46fa446006a2)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 53b9d0a9-bdca-4a98-a62c-67ea855d8049)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e7d18ef0-3fda-41de-bee8-09bcd775905e)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d98ae824-3371-435f-8ca0-a21a12804f20)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 9428c84f-f95c-4fa2-a59d-586cb3c5d4fd)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp c9d7f80c-93d3-40b6-82bc-9669a79c7f05)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005eddd5e4) - (at 123.3 107.8 180) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f19a98a") - (attr smd) - (fp_text reference "C44" (at 0 1.17) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5ed637ac-40ac-434c-a406-609e25d3658d) - ) - (fp_text value "u1" (at 0 0.65) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 46aac001-1e0b-4992-9b6b-7fbd6860af0e) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 3d8ae180-8beb-4868-96bd-080dbdab2951) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e419300a-5404-42ba-8c9b-e8cd5066ac8e)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e9581bdc-0c32-481f-b3ec-f590264a37c8)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eed5fd95-a7ce-441e-bbe1-d330431c5e6d)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 55870dc1-a751-4fb1-a7eb-fe844b64659b)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5c60e2fd-e25b-42a0-9a7e-d020a279558a)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cb264f5c-8c6d-42d7-b52d-ea304b08528f)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b71ea2fc-03b3-4a1a-950e-5a040f1be797)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c0c3e2b6-4759-48ec-95b1-882d85817a23)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 191 "Net-(C44-Pad1)") (tstamp 75f982a1-6ab8-4209-a4a8-58e41c3ce9c1)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 190 "Net-(C44-Pad2)") (tstamp 7a4a5c0e-c639-4f33-aa7f-cf5502abd572)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005eddd749) - (at 123.3 83.2) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f19a98a") - (attr smd) - (fp_text reference "C58" (at 0 1.17) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 95376300-f16d-43b2-b149-df8f49eb2782) - ) - (fp_text value "u1" (at 0 0.7) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 3662e68b-207e-47a3-930c-038dfd8202b6) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp f83c7689-506f-4228-94dd-e1c4dd714e67) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8f2a6709-854c-4caf-959b-d289d2962128)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cf06bbbc-3fa0-42b7-9a99-642ec3689891)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a8ed9f4d-0385-4ec2-831d-b6c7165c148a)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 56801e6d-c4ab-4f7b-8289-2119a52fa227)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5a29cdb1-72f4-490b-b940-70ed3bd8dac4)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 58c4b7f1-3bfe-4269-af43-3ce726a108d9)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b830f01d-0d9c-451a-9ac4-3e5744deb516)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a8b5a69a-24fc-4f3a-af15-1ced0fb0d73b)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 193 "Net-(C58-Pad1)") (tstamp a067890f-6be8-49e9-b75d-ff2c32452685)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 192 "Net-(C58-Pad2)") (tstamp 8dcf91a3-1716-406f-975d-a5e4d347a64c)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005edde3fd) - (at 123.8 105.9 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f1a23b9") - (attr smd) - (fp_text reference "R25" (at 0 1.17 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp b70f4be0-be81-40f1-b237-a16be3740211) - ) - (fp_text value "4R7" (at 0 -0.7 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp b285d77c-3eef-4763-b6e4-d7759b529dfd) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp b2cac11a-5f3b-43d7-88e5-8d0241ac6453) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 28f921ab-5f55-47f8-b726-02e567145cd5)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e89e5b16-554a-4d97-8f95-fc89c9b40d74)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 557d128f-cf69-4c70-9959-d139ac95c63c)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 10e5ae6d-e43e-4ff8-abc5-fd9df16782da)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 856c0384-2dfc-47d2-a66c-a145c3149f14)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e4d0483b-1c21-4fb6-87dd-47e636746c0e)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4223805d-8db1-4df1-b73a-3d99f37f1701)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4263a0e8-33fc-439f-9b56-889a4f5d7b26)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp afc58bc7-e8b3-4ec7-b7ec-e155055196a5)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 191 "Net-(C44-Pad1)") (tstamp c9ab240f-b898-4113-9b58-995237cd751a)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005edde6c0) - (at 122.8 85.1 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f1a23b9") - (attr smd) - (fp_text reference "R54" (at 0 1.17 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 544c9ad7-a0b6-4f88-9dcd-908e3e2acf79) - ) - (fp_text value "4R7" (at 0 -0.65 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 5c9202d7-6a93-43b3-87c0-77347fd72885) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 9d541d6f-313d-4469-a000-68242c1dd6d6) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9959c68a-7d2a-4f14-b245-3548992673f3)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 321eb03e-d5d7-4c98-9326-4c49d56670ae)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 65e58d89-f213-4051-b36b-7b3454867ad5)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 08fa8ff6-09a7-484c-b1d9-0e3b7c49bb26)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 628f0a9f-12ce-4a6a-8ea2-8c2cdfc4161e)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 12481f4a-71b0-43a4-a69b-bc048ed999f0)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6f13bfbf-7f19-4b33-9de2-b8c15c8c88ee)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 604495b3-3885-49af-8442-bcf3d7361dc4)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp baaf14d0-0c5c-4bf0-82d7-5ee71082500d)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 193 "Net-(C58-Pad1)") (tstamp 01422660-08c8-48f3-98ca-26cbe7f98f5b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_0603_1608Metric_DNP" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f0b48b7) - (at 125.95 100.6 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor DNP") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f25ea2a") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "R6" (at 0 1.43 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp a7c83b25-afbd-4974-8870-387db8f81a5c) - ) - (fp_text value "DNP" (at 0 0.8 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp c7db4903-f95a-49f5-bcce-c52f0ca8defc) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 4c144ffa-02d0-42da-aef1-f5175cbde9c0) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1d9dc91c-3457-4ca5-8e42-43be60ae0831)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 897277a3-b7ce-4d18-8c5f-1c984a246298)) - (fp_line (start -1.48 -0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e6bf257d-5112-423c-b70a-adf8446f29da)) - (fp_line (start -1.48 0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f1c2e9b0-6f9f-485b-b482-d408df476d0f)) - (fp_line (start 1.48 -0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2c10387c-3cac-4a7c-bbfb-95d69f41a890)) - (fp_line (start 1.48 0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 2a4f1c24-6486-4fd8-8092-72bb07a81274)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7d2422a2-6679-4b2f-b253-47eef0da2414)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1ae3634a-f90f-4c6a-8ba7-b38f98d4ccb2)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 80b9a57f-3326-43ca-b6ca-5e911992b3c4)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ed612f6d-67c1-4198-976d-84139f8d99bc)) - (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.25) - (net 200 "Net-(R6-Pad1)") (tstamp 017667a9-f5de-49c7-af53-4f9af2f3a311)) - (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.25) - (net 202 "/IO_Banks/IO_Buffer_B/ISNS_H") (tstamp bc204c79-0619-4b16-889d-335bfdd71ce0)) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f0b48c8) - (at 124.05 100.6 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f25dfb3") - (attr smd) - (fp_text reference "R7" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 4b042b6c-c042-4cf1-ba6e-bd77c51dbedb) - ) - (fp_text value "0R33" (at 0 0.8 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 90f2ca05-313f-4af8-87b1-a8109224a221) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 70186eba-dcad-4878-bf16-887f6eee49df) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp b500fd76-a613-4f44-aac4-99213e86ff44)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 900cb6c8-1d05-4537-a4f0-9a7cc1a2ea1c)) - (fp_line (start -1.48 -0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 278deae2-fb37-4957-b2cb-afac30cacb12)) - (fp_line (start -1.48 0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bc05cdd5-f72f-4c21-b397-0fa889871114)) - (fp_line (start 1.48 -0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 31070a40-077c-4123-96dd-e39f8a0007ce)) - (fp_line (start 1.48 0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b4fbe1fb-a9a3-4020-9a82-d3fa1900cd85)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 056788ec-4ecf-4826-b996-bd884a6442a0)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9e5fe65d-f158-4eb5-af93-2b5d0b9a0d55)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 792ace59-9f73-49b7-92df-01568ab2b00b)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a86cc026-cc17-4a81-85bf-4c26f61b9f32)) - (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 200 "Net-(R6-Pad1)") (tstamp 27e3c71f-5a63-4710-8adf-b600b805ce02)) - (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 202 "/IO_Banks/IO_Buffer_B/ISNS_H") (tstamp de588ed9-a530-46f0-aa03-e0307ff72286)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_0603_1608Metric_DNP" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f0b48d9) - (at 120.65 90.4 90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor DNP") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f25ea2a") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "R8" (at 0 1.43 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4e7a230a-c1a4-4455-81ee-277835acf4a2) - ) - (fp_text value "DNP" (at 0 0.85 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 2bbd6c26-4114-4518-8f4a-c6fdadc046b6) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 1053b01a-057e-4e79-a21c-42780a737ea9) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 41ab46ed-40f5-461d-81aa-1f02dc069a49)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d8d71ad3-6fd1-4a98-9c1f-70c4fbf3d1d1)) - (fp_line (start -1.48 -0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b6924901-677d-424a-a3f4-52c8dd1fa5f5)) - (fp_line (start -1.48 0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 92574e8a-729f-48de-afcb-97b4f5e826f8)) - (fp_line (start 1.48 -0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 51f5536d-48d2-4807-be44-93f427952b0e)) - (fp_line (start 1.48 0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fe4068b9-89da-4c59-ba51-b5949772f5d8)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp de438bc3-2eba-4b9f-95e9-35ce5db157f6)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7043f61a-4f1e-4cab-9031-a6449e41a893)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 105d44ff-63b9-4299-9078-473af583971a)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 341e67eb-d5e1-4cb7-9d11-5aa4ab832a2a)) - (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.25) - (net 201 "Net-(R56-Pad1)") (tstamp a1701438-3c8b-4b49-8695-36ec7f9ae4d2)) - (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.25) - (net 203 "/IO_Banks/IO_Buffer_A/ISNS_H") (tstamp f8a90052-1a8b-4ce5-a1fd-87db944dceac)) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f0b4dae) - (at 122.55 90.4 90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f25dfb3") - (attr smd) - (fp_text reference "R56" (at 0.0125 0 90) (layer "B.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 19a5aacd-255a-4bf3-89c1-efd2ab61016c) - ) - (fp_text value "0R33" (at 0 0.85 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 9c2a29da-c83f-4ec8-bbcf-9d775812af04) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 6e508bf2-c65e-4107-867d-a3cf9a86c69e) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2ba21493-929b-4122-ac0f-7aeaf8602cef)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 60960af7-b938-44a8-82b5-e9c36f2e6817)) - (fp_line (start -1.48 -0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8aa8d47e-f495-4049-8ac9-7f2ac3205412)) - (fp_line (start -1.48 0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 47957453-fce7-4d98-833c-e34bb8a852a5)) - (fp_line (start 1.48 -0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3388a811-b444-4ecc-a564-b22a1b731ab4)) - (fp_line (start 1.48 0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 73a6ec8e-8641-4014-be28-4611d398be32)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5fba7ff8-02f1-4ac0-93c4-5bd7becbcf63)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3dbc1b14-20e2-4dcb-8347-d33c13d3f0e0)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d33c6077-a8ec-48ca-b0e0-97f3539ef54c)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4b534cd1-c414-4029-9164-e46766faf60e)) - (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 201 "Net-(R56-Pad1)") (tstamp e8e598ff-c991-433d-8dd6-c9fce2fe1eaa)) - (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 203 "/IO_Banks/IO_Buffer_A/ISNS_H") (tstamp 846ce0b5-f99e-4df4-8803-62f82ae6f3e3)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" locked (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f44afb8) - (at 75.9 110.1) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ad48d38") - (attr smd) - (fp_text reference "C17" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp a565fbe1-90b3-4bf4-85a9-0bf50a5110f2) - ) - (fp_text value "u1" (at 0.015 -0.8) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp f0252edc-e8f7-43bb-bd44-03523a4233fa) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 2c11cd86-c17d-4d8f-89a3-4b809d7b5b0d) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 944edb35-9f5b-4576-8b54-6d6a09845a77)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fb527929-5a76-4386-92c7-ed3f3a2f2a66)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 95ceb3ed-a7d7-4f46-a5b5-e573dd4a910f)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp c806ca64-4076-499b-9029-155759542c55)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp fee6e0a9-3581-4681-828a-d7e7c0b72a48)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cc1b77af-799a-48de-a9a3-c6ffc84bdf10)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f25683b1-1686-4fa1-8724-b9fecbc674e7)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8f49d87f-befd-444f-8bc1-dc45adf26600)) - (pad "1" smd roundrect locked (at -0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 8781291e-cbb2-406c-8d33-4c9ef34481d5)) - (pad "2" smd roundrect locked (at 0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp b68c71cf-bc60-42db-9be0-09ce7c79f3ac)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" locked (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f4552b9) - (at 72.4 110.1) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ad0e0a2") - (attr smd) - (fp_text reference "C15" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp a43a3659-882e-4070-9e47-a5404e6e1e6a) - ) - (fp_text value "u1" (at 0.015 -0.8) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 3c2b8904-a734-4a85-a82f-6473c641e8e2) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 8dbd1a68-f406-4c7f-8b06-9547e6122f38) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 169ff030-0e51-4ebc-85c7-e586ef119eec)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f50dd647-c734-445d-8b14-8c68d6377091)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d5f0102a-ccd2-481d-aac9-a500663069d8)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1200673d-b2ca-414e-bac3-885bbdf7d3d1)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 77aa92e7-fbdc-48fb-aa69-35a8ea21ae59)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 06fcb724-535c-414c-9bd9-2c4253d1061a)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 55e5b7d2-eb43-4f5b-9f89-b1eff1e119d9)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 175390ca-dcdb-4f63-8291-35ba8b07b140)) - (pad "1" smd roundrect locked (at -0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 946ab5b8-e96e-4804-a78e-a4b89c867544)) - (pad "2" smd roundrect locked (at 0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp b3ed612d-4b95-418f-bfae-ed954c910011)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f4840a9) - (at 87.65 98.8) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005b0dcdb9") - (attr smd) - (fp_text reference "C20" (at 0 0) (layer "B.SilkS") hide - (effects (font (size 0.25 0.25) (thickness 0.05)) (justify mirror)) - (tstamp 1407bcdb-092b-40e2-b543-e87309754b16) - ) - (fp_text value "u1" (at 0.05 -0.8) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp c41f1e29-aebd-4106-9e20-ba3cc383b8ef) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 2d50fb9d-f113-4cb6-a44f-bea4c65d531a) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 19cec2a5-b60e-466c-a462-027339cdd498)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a0ca6efd-c9af-475a-a623-f71718ecb07a)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4fff1af1-1b2c-4ddd-8ebf-aaa1cf12600d)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a95ce777-284a-4f22-8128-95b18ef905fe)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bf369b9c-273d-46f2-9162-086fc0edb50e)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d2876e9b-6795-46e8-877a-953cac4c8682)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aa6ef6ac-68c2-4840-9d51-c5640cd77ca8)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7d7dfbee-e276-47ab-a29b-12b4be9b22c4)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 0520d68c-bdec-4d10-8756-c63de315da38)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 76d9ca26-93f4-45a6-a893-a23ea5569a70)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f49d658) - (at 78.15 101.325 -90) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005c9cea94") - (attr smd) - (fp_text reference "C14" (at 0 0 90) (layer "B.SilkS") hide - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp a4971cc2-2bc0-4979-86df-10f6aaaa3b65) - ) - (fp_text value "4u7" (at -1.125 0 180) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 5da06777-0696-4bb2-8c9a-78c96b4b3e90) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 1d801ac4-6429-45d9-ad70-9dd82bd9c030) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f8e927af-4836-4b0f-8a57-dbca5a18a442)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 0fffb828-f291-41d3-a83c-4eaa3df13f3a)) - (fp_line (start -1.48 -0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 72733f59-fc61-4ff2-8fe5-0440be71758a)) - (fp_line (start -1.48 0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 45245258-c97a-4586-bc43-2154c85c0ef6)) - (fp_line (start 1.48 -0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dd01ca49-c8a2-4580-af9a-2e9bce9769bc)) - (fp_line (start 1.48 0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1bb16fed-1537-47fa-90f6-8dc136da5d16)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1d6c2d6c-bee0-401d-9749-98f17833afdd)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e6235600-87cc-4c82-b15f-34fb66b9bf0e)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3785b88e-f652-4024-afb0-be4c22cdaea8)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e73ef891-c9f9-42ab-894b-b2580ee0b0a1)) - (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 29 "+1V2") (tstamp bf958b11-f26e-429d-9cb0-d1379a98f463)) - (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "GND") (tstamp 443de8e6-6c50-4145-a643-8098c9ffc1e6)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f5caa69) - (at 122.8 105.9 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f1a3005") - (attr smd) - (fp_text reference "R24" (at 0 1.17 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 6a5b3eea-de35-4a54-8316-e56ea2a634e4) - ) - (fp_text value "4R7" (at 0 0.65 -90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp cec22d4a-eda3-4d50-8609-c3a123c120be) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 8cf4e6c7-f213-4dc6-a215-9a85d8791784) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 90912a07-8f0d-457a-b78a-1c112c8f2052)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 481354ed-51b9-4db2-9835-781681979b4b)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3cf0233f-86e3-4b85-ad75-fb8a46f37498)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 77121855-7958-40c5-81ca-b386a811e84c)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 05c4a04b-0442-4e18-9747-3d9fc4a562fe)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 7a332b0c-4cba-438b-85c1-9efe2690fb62)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1c4dfe58-85b1-467f-8e9d-bdb7a0d0ca8e)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp da7eee34-4516-4154-9034-7c9b8e2afe41)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 202 "/IO_Banks/IO_Buffer_B/ISNS_H") (tstamp 2628b16a-8b1e-4398-be45-c147110e73bb)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 190 "Net-(C44-Pad2)") (tstamp 594594ee-9de8-45bc-b621-a9251877b0c2)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f5cab31) - (at 123.8 85.1 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f1a3005") - (attr smd) - (fp_text reference "R30" (at 0 1.17 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e47d9cf3-579e-4750-bc6d-bf58b55862bb) - ) - (fp_text value "4R7" (at 0 0.7 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 414a1d4c-7afc-4ffa-8579-88675cedc4ce) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 48a8c1f5-4bcb-4560-9762-44aaefee4419) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0a52fedd-967a-423d-aaaf-3875f20f935b)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 199ade13-7442-4da9-8eea-a8e7681e2aee)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b4856fa9-d711-4b3f-8ccf-343375c62dce)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b8381d48-3c5b-401b-ac19-279d8173864c)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8e6e5f4d-6567-459b-ac23-dfc1d101e708)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 0a2d185c-629f-461f-8b6b-f91f1894e6ba)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5684e95c-6824-46cf-8e72-881178a51d31)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 17adff9d-c581-42e4-b552-035b922b5256)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 203 "/IO_Banks/IO_Buffer_A/ISNS_H") (tstamp bca99a8e-598f-436a-9158-7a050d1f7ca4)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 192 "Net-(C58-Pad2)") (tstamp 5da0928a-9939-439c-bcbe-74de097058a8)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f600bf1) - (at 127 105.9 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f789b92") - (attr smd) - (fp_text reference "R59" (at 0 1.17 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 9ed54841-4bec-491f-817d-b7e8b25ca06c) - ) - (fp_text value "4R7" (at 0 -0.65 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp c2e901e5-a4cd-4374-af38-0566255ecbea) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp e4d60aa0-829b-452e-a0b4-f0b282cbe2f3) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 872313a4-03e6-4e4a-b850-f54dcb50f9fc)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp bce25bd3-0fe5-4c8f-bd6c-39e2d62ee70a)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp dd4f23cd-8f89-457c-8b93-3828f8c20a8d)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 5ef603f2-8407-4088-9f29-0b64dd4b046f)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 844f01a0-ac23-4a99-910e-4e91c579bb2b)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1cbbfee4-06dd-44ee-af91-d336edf2459c)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 76ee303c-1cfc-45a8-ae72-af3efaba6c47)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f8e9fc00-8f60-4688-b1c9-6de1e4c0c204)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 205 "Net-(C90-Pad2)") (tstamp 741879e3-3045-40c7-849d-7f437c35ee91)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 110 "/IO_Banks/IO_Buffer_B/VSENSE") (tstamp ac81fb15-6f1a-451b-a962-fb87ffd26f6b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f600c00) - (at 120.8 85.1 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f789b92") - (attr smd) - (fp_text reference "R60" (at 0 1.17 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp dc0df782-a446-4364-8dc7-0190637b5f77) - ) - (fp_text value "4R7" (at 0 -0.7 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp f2a44eaf-666f-422c-bb4d-a717499c3d1a) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04)) (justify mirror)) - (tstamp 1f01b2a1-9ae4-4793-9d17-5ed5c0966b9f) - ) - (fp_line (start -0.93 -0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp aae29862-3850-48eb-b7a8-38a62a8029dd)) - (fp_line (start -0.93 0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 835d4ac3-3fb1-48d9-8c28-6093fe917376)) - (fp_line (start 0.93 -0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1a85ffd6-ef8b-418f-990e-456d1ffab00e)) - (fp_line (start 0.93 0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 0674c5a1-ca4b-4b6b-aa60-3847e1a37d52)) - (fp_line (start -0.5 -0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp cc5561df-9d20-4574-af60-64f10025a0ed)) - (fp_line (start -0.5 0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 4e66ba18-389e-4ff9-97c1-8bd8fb047a01)) - (fp_line (start 0.5 -0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d0111086-5d68-4ab0-b707-7da6b263c90b)) - (fp_line (start 0.5 0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp bf26cee8-9c9f-4547-9a40-e7028b986d1e)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 206 "Net-(C91-Pad2)") (tstamp 0aa1e38d-f07a-4820-b628-a171234563bb)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 106 "/IO_Banks/IO_Buffer_A/VSENSE") (tstamp e2df2a45-3811-4210-89e0-9a66f3cb9430)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Glasgow:R_0603_1608Metric_DNP" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f71b6d7) - (at 125.95 103.4 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor DNP") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005cc70bfc") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "R50" (at 0 1.43 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 97cc05bf-4ed5-449c-b0c8-131e5126a7ac) - ) - (fp_text value "DNP" (at 0 0.8 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 45484f82-420e-44d0-a58e-382bb939dac5) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 0f9b475c-adb7-41fc-b827-33d4eaa86b99) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fe1ad3bd-92cc-4e1c-8cc9-a77278095945)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 7ce4aab5-8271-4432-a4b1-bff168293b45)) - (fp_line (start -1.48 -0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 4ef07d45-f940-4cb6-bb96-2ddec13fd099)) - (fp_line (start -1.48 0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 89fb4a63-a18d-4c7e-be12-f061ef4bf0c0)) - (fp_line (start 1.48 -0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3bb9c3d4-9a6f-41ac-8d1e-92ed4fe334c0)) - (fp_line (start 1.48 0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d554632b-6dd0-47f8-b59b-3ce25177ca3e)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9600911d-0df3-419b-8d4a-8d1432a7daf2)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ac8576da-4e00-41a0-9609-eb655e96e10b)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 24fd922c-d488-4d61-b6dc-9d3e359ccc82)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 59ee13a4-660e-47e2-a73a-01cfe11439e9)) - (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.25) - (net 202 "/IO_Banks/IO_Buffer_B/ISNS_H") (tstamp 71a9f036-1f13-462e-ac9e-81caaaa7f807)) - (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.25) - (net 107 "/IO_Banks/VIOB") (tstamp 50a799a7-f8f3-4f13-9288-b10696e9a7da)) - ) - - (footprint "pkl_logos:null_Logo_SilkS_6.5mm" locked (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f7cc25c) - (at 59.5 107 180) - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "REF**" (at 0 -5) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0fafc6b9-fd35-4a55-9270-7a8e7ce3cb13) - ) - (fp_text value "null_Logo_SilkS_6.5mm" (at 0 5) (layer "B.Fab") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 66218487-e316-4467-9eba-79d4626ab24e) - ) - (fp_line (start -3.25 -3.25) (end 3.25 -3.25) - (stroke (width 0.26) (type solid)) (layer "B.SilkS") (tstamp dca1d7db-c913-4d73-a2cc-fdc9651eda69)) - (fp_line (start -3.25 3.25) (end -3.25 -3.25) - (stroke (width 0.26) (type solid)) (layer "B.SilkS") (tstamp 3e0392c0-affc-4114-9de5-1f1cfe79418a)) - (fp_line (start -1.5 -0.5) (end -1.5 0.5) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 12a24e86-2c38-4685-bba9-fff8dddb4cb0)) - (fp_line (start -1.5 0.5) (end -1 -0.5) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp f357ddb5-3f44-43b0-b00d-d64f5c62ba4a)) - (fp_line (start -1 -0.5) (end -1 0.5) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 35ef9c4a-35f6-467b-a704-b1d9354880cf)) - (fp_line (start -0.7 0.5) (end -0.7 -0.2) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp b8b961e9-8a60-45fc-999a-a7a3baff4e0d)) - (fp_line (start -0.1 -0.2) (end -0.1 0.5) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a7f25f41-0b4c-4430-b6cd-b2160b2db099)) - (fp_line (start 0.2 -0.5) (end 0.7 -0.5) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1241b7f2-e266-4f5c-8a97-9f0f9d0eef37)) - (fp_line (start 0.2 0.5) (end 0.2 -0.5) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 0ceb97d6-1b0f-4b71-921e-b0955c30c998)) - (fp_line (start 1 -0.5) (end 1.5 -0.5) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 6241e6d3-a754-45b6-9f7c-e43019b93226)) - (fp_line (start 1 0.5) (end 1 -0.5) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 7d0dab95-9e7a-486e-a1d7-fc48860fd57d)) - (fp_line (start 3.25 3.25) (end -3.25 3.25) - (stroke (width 0.26) (type solid)) (layer "B.SilkS") (tstamp 6513181c-0a6a-4560-9a18-17450c36ae2a)) - (fp_line (start 3.25 3.25) (end 3.25 -3.25) - (stroke (width 0.26) (type solid)) (layer "B.SilkS") (tstamp cf815d51-c956-4c5a-adde-c373cb025b07)) - (fp_arc (start -0.7 -0.2) (mid -0.4 -0.5) (end -0.1 -0.2) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp c8a44971-63c1-4a19-879d-b6647b2dc08d)) - ) - - (footprint "Glasgow:R_0603_1608Metric_DNP" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f8eae04) - (at 120.65 87.6 90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor DNP") - (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005cc70bfc") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "R51" (at 0 1.43 90) (layer "B.SilkS") hide - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e002a979-85bc-451a-a77b-29ce2a8f19f9) - ) - (fp_text value "DNP" (at 0 0.85 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 8313e187-c805-4927-8002-313a51839243) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp c482f4f0-b441-4301-a9f1-c7f9e511d699) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f240e733-157e-4a15-812f-78f42d8a8322)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a4911204-1308-4d17-90a9-1ff5f9c57c9b)) - (fp_line (start -1.48 -0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fc13962a-a464-4fa2-b9a6-4c26667104ee)) - (fp_line (start -1.48 0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 8fd0b33a-45bf-4216-9d7e-a62e1c071730)) - (fp_line (start 1.48 -0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b5cea0b5-192f-476b-a3c8-0c26e2231699)) - (fp_line (start 1.48 0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 524d7aa8-362f-459a-b2ae-4ca2a0b1612b)) - (fp_line (start -0.8 -0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e1fe6230-75c5-4750-aaea-24a9b80589d8)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3f43c2dc-daa2-45ba-b8ca-7ae5aebed882)) - (fp_line (start 0.8 -0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 01c59306-91a3-452b-92b5-9af8f8f257d6)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp ef3a2f4c-5879-4e98-ad30-6b8614410fba)) - (pad "1" smd roundrect (at -0.7875 0 90) (size 0.875 0.95) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.25) - (net 203 "/IO_Banks/IO_Buffer_A/ISNS_H") (tstamp 15a5a11b-0ea1-4f6e-b356-cc2d530615ed)) - (pad "2" smd roundrect (at 0.7875 0 90) (size 0.875 0.95) (layers "B.Cu" "B.Mask") (roundrect_rratio 0.25) - (net 108 "/IO_Banks/VIOA") (tstamp 8afe1dbf-1187-4362-8af8-a90ca839a6b3)) - ) - - (gr_line (start 95.11 117.95) (end 101.8 117.95) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca53068)) - (gr_line (start 112.89 117.95) (end 106.2 117.95) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca53069)) - (gr_line (start 112.89 117.1) (end 112.89 117.95) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca5306a)) - (gr_line (start 95.11 117.1) (end 95.11 117.95) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb03011)) - (gr_line (start 95.11 73.9) (end 95.11 73.05) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb0360e)) - (gr_line (start 112.89 73.05) (end 106.2 73.05) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb03610)) - (gr_line (start 112.89 73.9) (end 112.89 73.05) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb03611)) - (gr_line (start 95.11 73.05) (end 101.8 73.05) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb03612)) - (gr_line (start 115.83 107.6) (end 115.83 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb126e)) - (gr_line (start 115.43 107.6) (end 115.83 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb126f)) - (gr_line (start 115.43 107.6) (end 115.43 107.9) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1270)) - (gr_line (start 115.83 104.3) (end 115.43 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1271)) - (gr_line (start 115.43 104) (end 115.43 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1272)) - (gr_line (start 115.43 104.3) (end 115.03 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1274)) - (gr_line (start 115.03 107.6) (end 115.43 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1275)) - (gr_line (start 115.03 104.3) (end 115.03 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1276)) - (gr_line (start 114.16 107.6) (end 114.56 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1280)) - (gr_line (start 113.76 107.6) (end 114.16 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1281)) - (gr_line (start 114.56 107.6) (end 114.56 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1282)) - (gr_line (start 114.16 104) (end 114.16 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1283)) - (gr_line (start 114.16 104.3) (end 113.76 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1285)) - (gr_line (start 113.76 104.3) (end 113.76 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1286)) - (gr_line (start 114.56 104.3) (end 114.16 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1287)) - (gr_line (start 114.16 107.6) (end 114.16 107.9) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1288)) - (gr_line (start 112.89 104.3) (end 112.49 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1292)) - (gr_line (start 112.49 104.3) (end 112.49 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1293)) - (gr_line (start 113.29 104.3) (end 112.89 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1294)) - (gr_line (start 113.29 107.6) (end 113.29 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1295)) - (gr_line (start 112.89 104) (end 112.89 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1296)) - (gr_line (start 112.89 107.6) (end 113.29 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1297)) - (gr_line (start 112.89 107.6) (end 112.89 107.9) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1298)) - (gr_line (start 112.49 107.6) (end 112.89 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1299)) - (gr_line (start 111.62 107.6) (end 112.02 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12a4)) - (gr_line (start 111.22 104.3) (end 111.22 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12a5)) - (gr_line (start 112.02 107.6) (end 112.02 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12a6)) - (gr_line (start 111.62 104.3) (end 111.22 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12a7)) - (gr_line (start 111.62 104) (end 111.62 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12a8)) - (gr_line (start 112.02 104.3) (end 111.62 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12a9)) - (gr_line (start 111.22 107.6) (end 111.62 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12ab)) - (gr_line (start 111.62 107.6) (end 111.62 107.9) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12ac)) - (gr_line (start 110.35 104.3) (end 109.95 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12b6)) - (gr_line (start 109.95 107.6) (end 110.35 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12b7)) - (gr_line (start 109.95 104.3) (end 109.95 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12b9)) - (gr_line (start 110.35 107.6) (end 110.75 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12ba)) - (gr_line (start 110.35 107.6) (end 110.35 107.9) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12bb)) - (gr_line (start 110.35 104) (end 110.35 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12bc)) - (gr_line (start 110.75 107.6) (end 110.75 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12bd)) - (gr_line (start 110.75 104.3) (end 110.35 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12be)) - (gr_line (start 109.48 107.6) (end 109.48 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12c8)) - (gr_line (start 109.08 107.6) (end 109.48 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12c9)) - (gr_line (start 109.08 107.6) (end 109.08 107.9) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12ca)) - (gr_line (start 109.08 104.3) (end 108.68 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12cb)) - (gr_line (start 108.68 104.3) (end 108.68 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12cc)) - (gr_line (start 109.08 104) (end 109.08 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12cd)) - (gr_line (start 108.68 107.6) (end 109.08 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12ce)) - (gr_line (start 109.48 104.3) (end 109.08 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12cf)) - (gr_line (start 107.81 104.3) (end 107.41 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12da)) - (gr_line (start 108.21 107.6) (end 108.21 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12dc)) - (gr_line (start 107.81 107.6) (end 107.81 107.9) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12dd)) - (gr_line (start 107.81 107.6) (end 108.21 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12de)) - (gr_line (start 107.41 107.6) (end 107.81 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12df)) - (gr_line (start 107.41 104.3) (end 107.41 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12e0)) - (gr_line (start 108.21 104.3) (end 107.81 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12e1)) - (gr_line (start 107.81 104) (end 107.81 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12e2)) - (gr_line (start 109.08 83.4) (end 108.68 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c20)) - (gr_line (start 111.62 83.4) (end 111.22 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c21)) - (gr_line (start 112.89 86.7) (end 113.29 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c22)) - (gr_line (start 115.43 86.7) (end 115.83 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c23)) - (gr_line (start 115.03 86.7) (end 115.43 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c25)) - (gr_line (start 109.48 86.7) (end 109.48 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c26)) - (gr_line (start 114.16 83.4) (end 113.76 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c27)) - (gr_line (start 111.22 86.7) (end 111.62 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c28)) - (gr_line (start 117.1 86.7) (end 117.1 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c2a)) - (gr_line (start 110.75 86.7) (end 110.75 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c2b)) - (gr_line (start 110.35 86.7) (end 110.75 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c2c)) - (gr_line (start 115.83 86.7) (end 115.83 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c2d)) - (gr_line (start 112.49 83.4) (end 112.49 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c2e)) - (gr_line (start 113.29 86.7) (end 113.29 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c2f)) - (gr_line (start 113.76 83.4) (end 113.76 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c30)) - (gr_line (start 110.35 86.7) (end 110.35 87) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c31)) - (gr_line (start 115.43 83.1) (end 115.43 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c32)) - (gr_line (start 107.81 83.1) (end 107.81 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c33)) - (gr_line (start 116.7 86.7) (end 117.1 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c35)) - (gr_line (start 116.7 86.7) (end 116.7 87) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c36)) - (gr_line (start 112.89 83.4) (end 112.49 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c37)) - (gr_line (start 117.1 83.4) (end 116.7 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c38)) - (gr_line (start 109.08 86.7) (end 109.08 87) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c39)) - (gr_line (start 114.56 83.4) (end 114.16 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c3a)) - (gr_line (start 116.7 83.1) (end 116.7 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c3b)) - (gr_line (start 109.08 86.7) (end 109.48 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c3c)) - (gr_line (start 108.21 83.4) (end 107.81 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c3d)) - (gr_line (start 112.89 83.1) (end 112.89 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c3e)) - (gr_line (start 110.35 83.4) (end 109.95 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c3f)) - (gr_line (start 108.68 86.7) (end 109.08 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c41)) - (gr_line (start 108.68 83.4) (end 108.68 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c42)) - (gr_line (start 107.81 83.4) (end 107.41 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c43)) - (gr_line (start 111.22 83.4) (end 111.22 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c44)) - (gr_line (start 109.95 83.4) (end 109.95 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c45)) - (gr_line (start 114.56 86.7) (end 114.56 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c46)) - (gr_line (start 114.16 83.1) (end 114.16 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c47)) - (gr_line (start 110.35 83.1) (end 110.35 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c48)) - (gr_line (start 109.95 86.7) (end 110.35 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c49)) - (gr_line (start 109.48 83.4) (end 109.08 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c4a)) - (gr_line (start 114.16 86.7) (end 114.56 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c4b)) - (gr_line (start 109.08 83.1) (end 109.08 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c4c)) - (gr_line (start 115.43 83.4) (end 115.03 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c4d)) - (gr_line (start 107.41 86.7) (end 107.81 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c4e)) - (gr_line (start 113.29 83.4) (end 112.89 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c4f)) - (gr_line (start 107.81 86.7) (end 108.21 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c50)) - (gr_line (start 111.62 86.7) (end 112.02 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c51)) - (gr_line (start 111.62 86.7) (end 111.62 87) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c52)) - (gr_line (start 116.7 83.4) (end 116.3 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c53)) - (gr_line (start 115.03 83.4) (end 115.03 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c54)) - (gr_line (start 114.16 86.7) (end 114.16 87) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c55)) - (gr_line (start 110.75 83.4) (end 110.35 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c56)) - (gr_line (start 111.62 83.1) (end 111.62 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c57)) - (gr_line (start 113.76 86.7) (end 114.16 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c58)) - (gr_line (start 115.83 83.4) (end 115.43 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c5a)) - (gr_line (start 115.43 86.7) (end 115.43 87) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c5b)) - (gr_line (start 112.02 86.7) (end 112.02 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c5c)) - (gr_line (start 107.81 86.7) (end 107.81 87) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c5d)) - (gr_line (start 112.49 86.7) (end 112.89 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c5e)) - (gr_line (start 112.02 83.4) (end 111.62 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c5f)) - (gr_line (start 107.41 83.4) (end 107.41 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c62)) - (gr_line (start 108.21 86.7) (end 108.21 83.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c63)) - (gr_line (start 116.3 86.7) (end 116.7 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c64)) - (gr_line (start 116.3 83.4) (end 116.3 86.7) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c65)) - (gr_line (start 112.89 86.7) (end 112.89 87) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c66)) - (gr_line (start 129 92.2) (end 129 94.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005f8ffdc0)) - (gr_line (start 106.8 98.8) (end 106.8 94.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005f8ffdc3)) - (gr_line (start 106.8 94.4) (end 129 94.4) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005f8ffdc6)) - (gr_line (start 129 94.4) (end 129 98.8) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005f8ffdc9)) - (gr_line (start 129 98.8) (end 106.8 98.8) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005f8ffdcc)) - (gr_line (start 119.4 94.4) (end 119.4 92.2) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005f8ffdcf)) - (gr_line (start 129 92.2) (end 119.4 92.2) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005f8ffdd2)) - (gr_line (start 116.3 107.6) (end 116.7 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 1c29e414-397e-4fe3-9282-d1236b08d101)) - (gr_line (start 116.7 107.6) (end 117.1 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 24217754-65f8-4058-9ca8-8216e58d0e1a)) - (gr_line (start 116.3 104.3) (end 116.3 107.6) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 27208b49-19e9-4d2b-ae5f-f9d3f61dd96a)) - (gr_line (start 117.1 107.6) (end 117.1 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 77c3608e-7555-4ea2-9cf6-8b737d2fa1ab)) - (gr_line (start 116.7 104) (end 116.7 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 80e098c7-ff0f-40d9-839f-9ee0ada137c7)) - (gr_line (start 116.7 107.6) (end 116.7 107.9) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp 8a32e254-34b1-4b9c-b7a4-13d903135be2)) - (gr_line (start 117.1 104.3) (end 116.7 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp a98f71dd-c354-4853-808a-84ac5a6fd5b8)) - (gr_line (start 116.7 104.3) (end 116.3 104.3) - (stroke (width 0.15) (type solid)) (layer "B.SilkS") (tstamp e1db068e-8ed8-4edf-a7f4-035239f5ddee)) - (gr_line (start 51 101.5) (end 51 110.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005bf53f8b)) - (gr_line (start 51 80.5) (end 51 89.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005bf53fa7)) - (gr_line (start 61 101) (end 51.5 101) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005c1935b9)) - (gr_line (start 51.5 111) (end 61 111) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005c1935ba)) - (gr_line (start 61.5 110.5) (end 61.5 101.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005c1935bb)) - (gr_line (start 74.1 81.05) (end 74.1 85.2) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005c1952ec)) - (gr_line (start 71.2 114.9) (end 79.75 114.9) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f3ab7c4)) - (gr_line (start 63.4 114.6) (end 63.4 107.6) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f476d7d)) - (gr_line (start 78 114.9) (end 78 119.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f6fe6c6)) - (gr_line (start 61.5 110) (end 63.4 110) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f70b4cf)) - (gr_line (start 98.9 81.3) (end 98.9 84.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f7c248f)) - (gr_line (start 98.9 106.5) (end 98.9 109.7) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f7c2494)) - (gr_arc (start 51.5 111) (mid 51.146447 110.853553) (end 51 110.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f8b9281)) - (gr_line (start 129 82.4) (end 129 91.2) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f94d8db)) - (gr_line (start 70 119.5) (end 70 113.2) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 06238c72-f351-48ec-8a71-67d629a9b0b4)) - (gr_line (start 51.5 90) (end 61 90) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 10114497-f494-407b-abed-85fabc05bbd8)) - (gr_line (start 78 119.5) (end 77.6 119.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 1df894b0-6bd9-44a9-ae83-bc06d12215e1)) - (gr_line (start 59 119.5) (end 59 111) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 27c8c828-a053-4c69-b7ae-c7f1bafdd083)) - (gr_arc (start 51 80.5) (mid 51.146447 80.146447) (end 51.5 80) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 28d92791-e03b-49b7-ab76-0b79e48b37f2)) - (gr_line (start 61.5 89.5) (end 61.5 80.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 2ce31869-dfa4-442d-b82c-c59ac0baaa21)) - (gr_line (start 70 113.2) (end 70 107.63) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 31a2ebc5-5e48-4c9f-8faf-f8514423da76)) - (gr_line (start 71.2 119.5) (end 71.7 119.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 37a89ef0-9ec8-4461-ad1e-65a0a27a98ea)) - (gr_line (start 70 113.2) (end 63.4 113.2) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 3e338933-e9f4-45de-9ca2-d8dcfcaf8f59)) - (gr_line (start 79.75 106.6) (end 79.75 114.9) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 4b4e7679-acd2-4382-b146-320233504a7f)) - (gr_line (start 62.7 119.5) (end 59 119.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 4f46b8e8-9e73-4b6a-8e59-fbe50391f07b)) - (gr_line (start 101.7 84.5) (end 101.7 106.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 511544ba-bbf8-4f33-a977-0fcd63e86ccc)) - (gr_line (start 62.7 119.5) (end 71.2 119.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 518bc6cb-8998-45f3-9ca5-d6ef52682784)) - (gr_line (start 129 82.4) (end 118.5 82.4) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 52a0f0b5-ecc7-4927-b13c-0655c9a7b663)) - (gr_arc (start 61 101) (mid 61.353553 101.146447) (end 61.5 101.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 56486356-64f4-4148-b335-6b45c342341d)) - (gr_line (start 118.5 81.3) (end 118.5 109.7) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 5de151cb-70ef-4de6-8791-7554d8803ed7)) - (gr_line (start 116.8 95.5) (end 108.8 95.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 63d57e58-1d9b-44cb-8e5e-34d48fa96f84)) - (gr_line (start 129 104.7) (end 118.5 104.7) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 67522698-b563-4886-bdbf-5c433326fba2)) - (gr_line (start 107 106.5) (end 93.9 106.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 6ab0df03-3bba-4c66-ae19-73cf336e8ecc)) - (gr_arc (start 51.5 90) (mid 51.146447 89.853553) (end 51 89.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 6c738b90-c565-4419-b3f8-c71fa068a959)) - (gr_line (start 129 86.3) (end 118.5 86.3) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 6c900bf0-cac7-4987-a689-121ebc5161e1)) - (gr_line (start 61 80) (end 51.5 80) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 71b5bf6c-9c51-4eb1-aafa-cdb78154edfa)) - (gr_line (start 118.5 109.7) (end 98.9 109.7) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 7c047bc0-9e6e-464e-8bc2-a129de6017bb)) - (gr_line (start 71.2 114.9) (end 71.2 119.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 7ce1f786-7a18-4eef-a77e-235ded1e3c77)) - (gr_arc (start 61.5 110.5) (mid 61.353553 110.853553) (end 61 111) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 82e9af86-fd44-49c7-8996-479996b9b858)) - (gr_line (start 93.9 90.6) (end 93.9 84.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 896232b1-e057-4484-b9cd-53ea18de7753)) - (gr_arc (start 51 101.5) (mid 51.146447 101.146447) (end 51.5 101) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 8f6e74de-71c3-4969-bfa3-21ee2db29d12)) - (gr_line (start 118.5 81.3) (end 98.9 81.3) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 931b2192-b16b-4ebe-b929-3a8ff8451b32)) - (gr_line (start 93.9 100.4) (end 93.9 106.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 94e07222-a37e-40c1-9001-a754ffe8b148)) - (gr_line (start 107 93.5) (end 108.8 93.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 9533c33a-6bad-4dda-b0d3-7708db91a8a9)) - (gr_arc (start 61.5 89.5) (mid 61.353553 89.853553) (end 61 90) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 9a1d0aac-d424-44a1-ad3f-6accfbc230c0)) - (gr_line (start 63.4 107.6) (end 65.2 107.6) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 9bbfb08d-99f6-488c-9cb1-4f610e8a9435)) - (gr_line (start 79.75 106.6) (end 71.03 106.6) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 9e0d3b28-81d0-4a81-a086-055a625bb7b3)) - (gr_line (start 128.7 99.3) (end 118.5 99.3) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp 9f3fe97e-1e9e-485d-9bc4-cdfd2b3b791e)) - (gr_arc (start 61 80) (mid 61.353553 80.146447) (end 61.5 80.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp a5860b45-4fc2-46a1-acd5-e3fbb8cba155)) - (gr_line (start 128.7 91.7) (end 118.5 91.7) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp adeb541d-0e55-423b-b1a5-ac8cec777f8d)) - (gr_line (start 118.5 95.5) (end 128.7 95.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp ae2697a6-5b6c-4144-a80c-f59c20cf01e1)) - (gr_line (start 63.4 114.6) (end 63.4 119.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp bca00d08-1d1a-4671-abf5-2a3e69bc9ac6)) - (gr_line (start 93.9 84.5) (end 107 84.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp dbac7066-2fdd-4dac-b00e-c1d1e9a2ff24)) - (gr_line (start 108.8 93.5) (end 108.8 98.9) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp dd68fbf7-1b9e-464f-b0f8-c410d28cca58)) - (gr_line (start 129 108.6) (end 118.5 108.6) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp e417e4c5-b508-4e5a-afd1-7dc505f57056)) - (gr_line (start 107 81.3) (end 107 93.5) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp e8f1b820-faa5-4505-aec2-16ae742413fe)) - (gr_line (start 107 98.9) (end 107 109.6) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp ef77e506-7008-4d46-8706-e95f795db707)) - (gr_line (start 129 99.8) (end 129 108.6) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp f535cada-7757-4632-8f16-ee8a06da7cc6)) - (gr_line (start 108.8 98.9) (end 107 98.9) - (stroke (width 0.15) (type solid)) (layer "F.SilkS") (tstamp f5677c41-5f29-4841-b647-470fd7be97f4)) - (gr_line (start 50 95.5) (end 130 95.5) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005ae3353a)) - (gr_line (start 115.43 79.25) (end 115.43 71) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp 10356099-7b8d-4914-a3cc-f6f01f45e7f8)) - (gr_line (start 90 120) (end 90 71) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 81918f47-d111-4fbd-b94f-dab2f828be4c)) - (gr_line (start 54 115) (end 54 129.5) - (stroke (width 0.3) (type solid)) (layer "Dwgs.User") (tstamp 96e9151c-3ffb-4971-98de-85cb948ccc16)) - (gr_line (start 92.57 79.25) (end 92.57 71) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp cf5dd1c2-be2b-47c8-94fd-611c7b3d29ad)) - (gr_line (start 58.5 67.75) (end 58.5 62) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp e3433533-3c75-4c09-9fd7-b400a02b8643)) - (gr_line (start 58.5 67.75) (end 57.75 65) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp e420f8e5-ffc8-42a9-9342-9eec085f7288)) - (gr_line (start 130 113.28) (end 91 113.28) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp e84c1345-f09e-4367-a88c-c0057c80e52f)) - (gr_line (start 58.5 67.75) (end 59.25 65) - (stroke (width 0.15) (type solid)) (layer "Dwgs.User") (tstamp f03fc069-cba6-471f-842b-09342e567306)) - (gr_line (start 126 115) (end 126 128.5) - (stroke (width 0.3) (type solid)) (layer "Dwgs.User") (tstamp f61337de-df22-47d1-92dc-eb1819702425)) - (gr_line (start 91 77.72) (end 130 77.72) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp fab6e5d8-40f2-4d6a-a034-ef09d49a2969)) - (gr_arc (start 54 120) (mid 51.171573 118.828427) (end 50 116) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 01338850-e9ed-4272-b85d-8d56e9298864)) - (gr_line (start 50 116) (end 50 75) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 06279e58-47a9-4b33-bb57-83d7a618b3cc)) - (gr_line (start 126 120) (end 54 120) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 0a152b35-cee2-4ae5-98f7-8023305fb425)) - (gr_line (start 130 75) (end 130 116) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 7aa052d0-9b16-4032-98c4-1554e6486510)) - (gr_arc (start 50 75) (mid 51.171573 72.171573) (end 54 71) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp b7f80015-e90a-4fbe-b601-45518e1720d7)) - (gr_line (start 54 71) (end 126 71) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp bd70cb30-fb80-4819-8695-036c532484ae)) - (gr_arc (start 130 116) (mid 128.828427 118.828427) (end 126 120) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp d6846ea7-7fd6-41fd-b190-936bea2a4eb0)) - (gr_arc (start 126 71) (mid 128.828427 72.171573) (end 130 75) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp ffa3077b-4b8f-4457-b85f-2611ac6fe647)) - (gr_line (start 104.3 89.1) (end 104.3 81.6) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp 00000000-0000-0000-0000-00005c224b16)) - (gr_line (start 120.2 91.1) (end 109.15 91.1) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp 00000000-0000-0000-0000-00005c224b17)) - (gr_line (start 104.3 81.6) (end 88.7 81.6) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp 00000000-0000-0000-0000-00005c224b18)) - (gr_line (start 88.7 81.6) (end 88.7 71) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp 00000000-0000-0000-0000-00005c224b19)) - (gr_line (start 120.2 91.1) (end 120.2 71) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp 00000000-0000-0000-0000-00005c224b1a)) - (gr_line (start 120.2 99.9) (end 109.15 99.9) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp 005f7bba-a8a9-4e07-ad6d-de2e5146ff30)) - (gr_line (start 77.7 104.5) (end 77.7 120) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp 3a0a9998-2cda-4da2-9cf5-e90d754bd38f)) - (gr_line (start 87.9 104.5) (end 77.7 104.5) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp 45099ef8-b470-4f34-a90e-0a936a6b6d10)) - (gr_line (start 104.3 109.4) (end 87.9 109.4) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp 6ffa4a0b-131d-4bfe-aa83-11979c841713)) - (gr_line (start 109.15 99.9) (end 109.15 91.1) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp 731de235-0a1b-4129-aca9-586f376a2413)) - (gr_line (start 87.9 109.4) (end 87.9 104.5) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp 8fb20e93-f7b0-4261-985f-c093706f08ba)) - (gr_line (start 104.3 89.1) (end 101.4 89.1) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp aed52a1c-d78d-4328-9a5b-0dae9cca9894)) - (gr_line (start 104.3 101.9) (end 104.3 109.4) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp ba546f3f-9f91-45b7-b7e2-ee37445d0461)) - (gr_line (start 101.4 101.9) (end 104.3 101.9) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp cb71c3f8-0ed5-4b40-9de3-746f0ee4a205)) - (gr_line (start 120.2 99.9) (end 120.2 120) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp e443601b-4cd7-4597-8edb-fe734fe053c8)) - (gr_line (start 101.4 89.1) (end 101.4 101.9) - (stroke (width 0.2) (type solid)) (layer "B.Fab") (tstamp f241e0ee-d3d0-4acb-927b-10754037fbc9)) - (gr_text "5V" (at 80.5 116.05) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca3bc42) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify left mirror)) - ) - (gr_text "SCL" (at 87.25 113.55) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca3bc53) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify left mirror)) - ) - (gr_text "GND" (at 87.25 111.05) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca3bc56) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify left mirror)) - ) - (gr_text "V" (at 115.43 118) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca53066) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "GND" (at 104 118) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca5306b) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "2" (at 107.81 111.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca53fbe) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "S" (at 115.43 111.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca53fbf) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "5" (at 100.19 111.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca53fc0) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "0" (at 112.89 111.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca53fc1) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "1" (at 110.35 111.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca53fc2) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "A" (at 119.3 76.65) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca65fb3) - (effects (font (size 2.8 2.8) (thickness 0.3)) (justify mirror)) - ) - (gr_text "V" (at 92.6 73.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca666e2) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "B" (at 119.3 114.65) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ca677d8) - (effects (font (size 2.8 2.8) (thickness 0.3)) (justify mirror)) - ) - (gr_text "7" (at 95.11 111.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb02fa5) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "6" (at 97.65 111.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb02fdb) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "GND" (at 104 73.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb0365c) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "S" (at 92.57 80) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb037bc) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "6" (at 110.35 80) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb037bf) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "7" (at 112.89 80) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb037c2) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "5" (at 107.81 80) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb037c5) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "4" (at 105.27 80) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb037c8) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "0" (at 95.11 80) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb037cb) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "1" (at 97.65 80) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb037ce) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "2" (at 100.19 80) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb037d1) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "3" (at 102.73 80) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb037d4) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "4" (at 102.73 111.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb037e3) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "3" (at 105.27 111.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb037e8) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "1V2" (at 72.4 112.9) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cb35192) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify left mirror)) - ) - (gr_text "VUSB" (at 50.6 94.2) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cbb2feb) - (effects (font (size 1 1) (thickness 0.16)) (justify right mirror)) - ) - (gr_text "D-" (at 58.7 94.7) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cbb2fef) - (effects (font (size 1 1) (thickness 0.16)) (justify right mirror)) - ) - (gr_text "D+" (at 52.2 96.3) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cbb2ff1) - (effects (font (size 1 1) (thickness 0.16)) (justify right mirror)) - ) - (gr_text "GND" (at 58.7 96.8) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cbb2ff3) - (effects (font (size 1 1) (thickness 0.16)) (justify right mirror)) - ) - (gr_text "3V3" (at 80.5 111.05) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cc97353) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify left mirror)) - ) - (gr_text "G" (at 85.3 108.45) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ccace41) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify right mirror)) - ) - (gr_text "VDAC" (at 125.3 91.2) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cd09ae2) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify right mirror)) - ) - (gr_text "VDAC" (at 121.3 99.8) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cd09b2b) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify left mirror)) - ) - (gr_text "SDA" (at 87.25 116.05) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005cd09bd0) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify left mirror)) - ) - (gr_text "B\n0" (at 116.7 106) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1258) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "B\n1" (at 115.43 106) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1273) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "B\n2" (at 114.16 106) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1284) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "B\n3" (at 112.89 106) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb129a) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "B\n4" (at 111.62 106) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12aa) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "B\n5" (at 110.35 106) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12b8) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "B\n6" (at 109.08 106) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12d0) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "B\n7" (at 107.81 106) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb12db) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "A\n1" (at 109.08 85.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c24) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "A\n3" (at 111.62 85.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c29) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "A\n6" (at 115.43 85.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c34) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "A\n7" (at 116.7 85.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c40) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "A\n4" (at 112.89 85.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c59) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "A\n0" (at 107.81 85.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c60) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "A\n2" (at 110.35 85.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c61) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "A\n5" (at 114.16 85.1) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1c67) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "Pull-Up/Down\nResistors Bank A" (at 112.2 89.5) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1cc2) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "Pull-Up/Down\nResistors Bank B" (at 112.3 101.6) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb1cc5) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify mirror)) - ) - (gr_text "NULL" (at 59 111.5) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ed7c0f2) - (effects (font (size 1 1) (thickness 0.2)) (justify mirror)) - ) - (gr_text "manufactured\nby" (at 59 101.75) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005ed7c0f8) - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - ) - (gr_text "A" (at 124.6 89.7) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005f7d0e74) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "B" (at 122 101.5) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005f7d1c06) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify mirror)) - ) - (gr_text "Serial No:" (at 128.8 93.3) (layer "B.SilkS") (tstamp 00000000-0000-0000-0000-00005f8ffdba) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify left mirror)) - ) - (gr_text "S" (at 80.5 108.45) (layer "B.SilkS") (tstamp c8c88636-920e-4be2-a4e2-fc3f7ddd659c) - (effects (font (size 1.2 1.2) (thickness 0.16)) (justify left mirror)) - ) - (gr_text "CLKREF" (at 74 89) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ad617e6) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left)) - ) - (gr_text "U1" (at 53 102) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005bf53f79) - (effects (font (size 1.2 1.2) (thickness 0.15))) - ) - (gr_text "U2" (at 53 104) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005bf53f7c) - (effects (font (size 1.2 1.2) (thickness 0.15))) - ) - (gr_text "U3" (at 53 106) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005bf53f7f) - (effects (font (size 1.2 1.2) (thickness 0.15))) - ) - (gr_text "U4" (at 53 108) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005bf53f82) - (effects (font (size 1.2 1.2) (thickness 0.15))) - ) - (gr_text "U5" (at 53 110) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005bf53f85) - (effects (font (size 1.2 1.2) (thickness 0.15))) - ) - (gr_text "ERR" (at 53 89) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005bf53fa9) - (effects (font (size 1.2 1.2) (thickness 0.15))) - ) - (gr_text "ACT" (at 53 87) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005bf53faa) - (effects (font (size 1.2 1.2) (thickness 0.15))) - ) - (gr_text "ICE" (at 53 85) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005bf53fab) - (effects (font (size 1.2 1.2) (thickness 0.15))) - ) - (gr_text "FX2" (at 53 83) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005bf53fac) - (effects (font (size 1.2 1.2) (thickness 0.15))) - ) - (gr_text "FX2MEM" (at 70.7 110.2 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005bf62952) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "A" (at 92.5 83) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005c0dfe9d) - (effects (font (size 2.8 2.8) (thickness 0.3))) - ) - (gr_text "B" (at 92.5 108.2) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005c0dfea2) - (effects (font (size 2.8 2.8) (thickness 0.3))) - ) - (gr_text "by" (at 71.5 84.6) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005c1952f6) - (effects (font (size 1 1) (thickness 0.15)) (justify left)) - ) - (gr_text "SCL" (at 77.2 103.3) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005cb0500a) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left)) - ) - (gr_text "5V" (at 95.5 109) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005cb0504d) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left)) - ) - (gr_text "3V3" (at 95.5 107.3) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005cb05052) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left)) - ) - (gr_text "LVDS" (at 72.5 72.2) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005cb3982d) - (effects (font (size 1.2 1.2) (thickness 0.2))) - ) - (gr_text "VIO B" (at 122.6 112) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005cc1364a) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "PWR" (at 53 81) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005cc30c71) - (effects (font (size 1.2 1.2) (thickness 0.15))) - ) - (gr_text "SYNC" (at 82.9 106.3) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005cc30d66) - (effects (font (size 1.2 1.2) (thickness 0.2))) - ) - (gr_text "SDA" (at 77.2 105) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005cc98790) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left)) - ) - (gr_text "USB FIFO" (at 69.8 90.5) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ec9171d) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "FPGA" (at 83.6 90.2) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ec92036) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "iCE40HX8K" (at 84.2 100.9) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ec929e0) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "FX2" (at 72.2 100.6) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ec93c13) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "LEVEL SHIFTERS" (at 93.5 95.5 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ec9590a) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "DAC A" (at 128.3 93.7 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ec9b174) - (effects (font (size 0.7 0.7) (thickness 0.15))) - ) - (gr_text "VREG A" (at 128.3 89 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ec9bb33) - (effects (font (size 0.7 0.7) (thickness 0.15))) - ) - (gr_text "ADC A" (at 128.3 84.3 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ec9c4cd) - (effects (font (size 0.7 0.7) (thickness 0.15))) - ) - (gr_text "DAC B" (at 128.3 97.4 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ec9cf99) - (effects (font (size 0.7 0.7) (thickness 0.15))) - ) - (gr_text "VREG B" (at 128.3 102 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ec9cfb6) - (effects (font (size 0.7 0.7) (thickness 0.15))) - ) - (gr_text "ADC B" (at 128.3 106.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ec9cfba) - (effects (font (size 0.7 0.7) (thickness 0.15))) - ) - (gr_text "10kΩ" (at 108.4 106) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ec9d959) - (effects (font (size 0.6 0.6) (thickness 0.125))) - ) - (gr_text "AUX" (at 104.9 90.6) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eca07b4) - (effects (font (size 1.2 1.2) (thickness 0.2))) - ) - (gr_text "VIO SET/SENSE" (at 129.4 95.5 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eca2c1a) - (effects (font (size 0.7 0.7) (thickness 0.15))) - ) - (gr_text "VREG_1V2" (at 66.7 108.3) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eca3665) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "VREG_3V3" (at 66.7 118.8) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eca3f84) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "USER LEDS" (at 60.5 106 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecb802e) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "B7" (at 98.5 105.3 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecc80d8) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "B6" (at 94.5 105.3 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecc89f2) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "B4" (at 94.5 102.5 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca56c) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "B5" (at 98.5 102.5 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca56e) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "B0" (at 94.5 96.9 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca58b) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "B1" (at 98.5 96.9 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca58c) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "B3" (at 98.5 99.7 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca58d) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "B2" (at 94.5 99.7 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca58e) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "A6" (at 94.5 94.1 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca5ce) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "A7" (at 98.5 94.1 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca5d1) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "A4" (at 94.5 91.3 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca5d5) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "A5" (at 98.5 91.3 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca5d6) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "A0" (at 94.5 85.7 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca620) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "A2" (at 94.5 88.5 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca621) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "A3" (at 98.5 88.5 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca622) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "A1" (at 98.5 85.7 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ecca646) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "SYNC" (at 89 99.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005eccb874) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "CLKIF" (at 63.6 99.9) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed7735d) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify right)) - ) - (gr_text "mfr." (at 68.1 86.8) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed78f99) - (effects (font (size 1 1) (thickness 0.15)) (justify left)) - ) - (gr_text "PWR" (at 60.5 117.7) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed798c6) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "NULL" (at 73.6 86.8) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed7b748) - (effects (font (size 1 1) (thickness 0.15)) (justify left)) - ) - (gr_text "@whitequark\n@awygle\n@marcan42" (at 74.3 83) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed7b74d) - (effects (font (size 1 1) (thickness 0.15)) (justify left)) - ) - (gr_text "0" (at 112.85 119.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed804b1) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "V" (at 115.45 119.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed8173d) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "1" (at 110.4 119.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed829e2) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "2" (at 107.8 119.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed829e5) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "3" (at 105.25 119.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed829e8) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "4" (at 102.75 119.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed829eb) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "5" (at 100.2 119.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed829ee) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "6" (at 97.65 119.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed829f1) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "7" (at 95.1 119.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed9964d) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "N" (at 92.6 119.6 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed99653) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "0" (at 95.1 71.4 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed99688) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "1" (at 97.65 71.4 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed99689) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "2" (at 100.2 71.4 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed9968a) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "3" (at 102.75 71.4 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed9968b) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "4" (at 105.25 71.4 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed9968c) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "5" (at 107.8 71.4 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed9968d) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "6" (at 110.4 71.4 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed9968e) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "N" (at 115.45 71.4 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed9968f) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "7" (at 112.85 71.4 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed99690) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "V" (at 92.6 71.4 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005ed99691) - (effects (font (size 0.7 0.7) (thickness 0.16))) - ) - (gr_text "ESD PROTECTION" (at 102.95 83.85) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f026256) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "IO PULL-UP/DOWN" (at 117.5 95.5 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f443739) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "10kΩ" (at 108.3 85) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f4451fc) - (effects (font (size 0.6 0.6) (thickness 0.125))) - ) - (gr_text "STATUS LEDS" (at 60.5 85 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f46218a) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "ICE_MEM" (at 78.9 110.9 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f46c05f) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "RECOVER" (at 70.6 117.1 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f46e581) - (effects (font (size 0.7 0.7) (thickness 0.15))) - ) - (gr_text "1V2" (at 78.1 101.4) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f49d625) - (effects (font (size 0.8 0.8) (thickness 0.15)) (justify left)) - ) - (gr_text "RESET" (at 75.2 115.7) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f5b1449) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "Glasgow\nrevC2" (at 63 83) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f6abb09) - (effects (font (size 1.6 1.6) (thickness 0.25)) (justify left)) - ) - (gr_text "SEQ" (at 60.5 118.8) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f6c983c) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "PU/PD A" (at 112.7 88.8) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f753cfc) - (effects (font (size 0.7 0.7) (thickness 0.15))) - ) - (gr_text "PU/PD B" (at 112.7 102.3) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f76fdb3) - (effects (font (size 0.7 0.7) (thickness 0.15))) - ) - (gr_text "by" (at 71.5 86.8) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005f77d1ab) - (effects (font (size 1 1) (thickness 0.15)) (justify left)) - ) - (gr_text "ESD PROTECTION" (at 102.95 107.25) (layer "F.SilkS") (tstamp 0753a923-93bf-488d-8302-90672e56c3a6) - (effects (font (size 0.6 0.6) (thickness 0.15))) - ) - (gr_text "VIO A" (at 122.6 79.1) (layer "F.SilkS") (tstamp c3571a90-f3db-4d0f-b074-e6cc898f7921) - (effects (font (size 0.8 0.8) (thickness 0.15))) - ) - (gr_text "Caution:\nCheck washer & screw size for \nconflicts with LVDS connector" (at 49.75 59.5) (layer "Dwgs.User") (tstamp 08fac9fb-bd01-4e29-bb0a-a4ebc41404d7) - (effects (font (size 1 1) (thickness 0.15)) (justify left)) - ) - (gr_text "YYYYMMDDhhmmNN" (at 112.5 125.5) (layer "Dwgs.User") (tstamp cb529731-ad89-4f50-9cb5-385f3e06ad96) - (effects (font (size 1.2 1.2) (thickness 0.16))) - ) - (gr_text "Wave soldering keepout" (at 104.6 69.4) (layer "B.Fab") (tstamp 00000000-0000-0000-0000-00005c224b6d) - (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror)) - ) - (gr_text "Wave soldering keepout" (at 104.6 121.3) (layer "B.Fab") (tstamp f5606098-a4b5-4eeb-9fa5-f9d99a2e7a01) - (effects (font (size 1.5 1.5) (thickness 0.3)) (justify mirror)) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005bf5391f) - (pts (xy 50 71) (xy 50 120)) - (height 3) - (gr_text "49.0000 mm" (at 45.2 95.5 90) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005bf5391f) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.3) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005cadf4af) - (pts (xy 130 120) (xy 50 120)) - (height -3) - (gr_text "80.0000 mm" (at 90 121.2) (layer "Dwgs.User") (tstamp 00000000-0000-0000-0000-00005cadf4af) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.3) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 6d34db10-7ee4-4cde-a4af-6e0f89095ed8) - (pts (xy 54 127.5) (xy 126 127.5)) - (height 1.5) - (gr_text "72.0000 mm" (at 90 127.2) (layer "Dwgs.User") (tstamp 6d34db10-7ee4-4cde-a4af-6e0f89095ed8) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.3) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp 919d6ac8-d98a-4062-ab2e-bc89b789e944) - (pts (xy 115.43 71) (xy 130 71)) - (height -3.75) - (gr_text "14.5700 mm" (at 122.715 65.45) (layer "Dwgs.User") (tstamp 919d6ac8-d98a-4062-ab2e-bc89b789e944) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.3) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp a45d6a95-35ca-4a4b-8709-dc847dc368c4) - (pts (xy 130 113.28) (xy 130 77.72)) - (height 3.25) - (gr_text "35.5600 mm" (at 131.45 95.5 90) (layer "Dwgs.User") (tstamp a45d6a95-35ca-4a4b-8709-dc847dc368c4) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.3) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp afbd0dc0-ada5-456e-b1c4-2dfc3cb1bff1) - (pts (xy 50 71) (xy 92.57 71)) - (height -3.749999) - (gr_text "42.5700 mm" (at 71.285 65.450001) (layer "Dwgs.User") (tstamp afbd0dc0-ada5-456e-b1c4-2dfc3cb1bff1) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.3) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp bd72fe48-0065-44ec-a7be-6c365f617f93) - (pts (xy 130 120) (xy 130 113.28)) - (height 3.25) - (gr_text "6.7200 mm" (at 131.45 116.64 90) (layer "Dwgs.User") (tstamp bd72fe48-0065-44ec-a7be-6c365f617f93) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.3) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp cc31ce4a-ad9b-4479-bbdf-beeab98489e8) - (pts (xy 92.57 71) (xy 115.43 71)) - (height -3.75) - (gr_text "22.8600 mm" (at 104 65.45) (layer "Dwgs.User") (tstamp cc31ce4a-ad9b-4479-bbdf-beeab98489e8) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.3) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp d54152f9-c36d-467e-9e7d-25b7302beb08) - (pts (xy 55 75) (xy 55 116)) - (height 12) - (gr_text "41.0000 mm" (at 41.2 95.5 90) (layer "Dwgs.User") (tstamp d54152f9-c36d-467e-9e7d-25b7302beb08) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.3) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - (dimension (type aligned) (layer "Dwgs.User") (tstamp d8d734de-94b6-4db4-b630-c5060091044f) - (pts (xy 130 77.72) (xy 130 71)) - (height 3.25) - (gr_text "6.7200 mm" (at 131.45 74.36 90) (layer "Dwgs.User") (tstamp d8d734de-94b6-4db4-b630-c5060091044f) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 2) (units_format 1) (precision 4)) - (style (thickness 0.3) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) - ) - - (segment (start 73.875 106.725) (end 73.9 106.7) (width 0.15) (layer "F.Cu") (net 1) (tstamp 07eaf204-1b64-40e2-ac14-6483777f6f08)) - (segment (start 116.9 91.3) (end 116.175 90.575) (width 0.15) (layer "F.Cu") (net 1) (tstamp 0c100e24-d6e9-4165-9e6a-35608d735eda)) - (segment (start 77.4 106.323146) (end 77.4 106.700098) (width 0.15) (layer "F.Cu") (net 1) (tstamp 0d86b945-64e9-4651-9ea5-c62eab42eae7)) - (segment (start 123.35 94.55) (end 123.3 94.5) (width 0.15) (layer "F.Cu") (net 1) (tstamp 1649514f-be2c-4397-84a3-b203c4176700)) - (segment (start 76.4 103.3) (end 77.4 104.3) (width 0.15) (layer "F.Cu") (net 1) (tstamp 1e19bf05-b5da-4f98-a090-ff9ce77e27ae)) - (segment (start 126.6 83.9) (end 126.7 84) (width 0.15) (layer "F.Cu") (net 1) (tstamp 27792339-96aa-456f-97bd-92f46f99c363)) - (segment (start 121.1 107.1) (end 119.7 107.1) (width 0.15) (layer "F.Cu") (net 1) (tstamp 2902cb0a-8f42-4c95-9ea3-5e179bfad9e8)) - (segment (start 77.375 106.725098) (end 77.4 106.700098) (width 0.15) (layer "F.Cu") (net 1) (tstamp 2d645c45-f9f6-4fe6-be8a-3c78754dd9d2)) - (segment (start 116.175 90.575) (end 115.5625 90.575) (width 0.15) (layer "F.Cu") (net 1) (tstamp 3088288d-3cfa-4c14-8168-16550ce6caa8)) - (segment (start 117 91.3) (end 117 92.444214) (width 0.15) (layer "F.Cu") (net 1) (tstamp 35af6bdd-53ff-42e4-b72a-2b3ff4a35922)) - (segment (start 73.9 106.325099) (end 73.9 106.7) (width 0.15) (layer "F.Cu") (net 1) (tstamp 3a0155a8-2358-4768-b398-e7751d6c5ecc)) - (segment (start 67.899998 101.5) (end 69.174957 102.774959) (width 0.15) (layer "F.Cu") (net 1) (tstamp 41b33326-48eb-4de1-92a9-8af053ffde51)) - (segment (start 67 100.600002) (end 67.899998 101.5) (width 0.15) (layer "F.Cu") (net 1) (tstamp 463ef955-df04-4e3f-a3b0-531d202b4f5e)) - (segment (start 117 91.3) (end 116.9 91.3) (width 0.15) (layer "F.Cu") (net 1) (tstamp 4dadde73-8e76-4cfe-b75e-df86e70b9bf2)) - (segment (start 109.225 100.425) (end 108.5 99.7) (width 0.15) (layer "F.Cu") (net 1) (tstamp 4fc19362-ead1-43c9-864e-c345502a3d15)) - (segment (start 122.2 96.45) (end 122.35 96.45) (width 0.15) (layer "F.Cu") (net 1) (tstamp 56736959-a6ac-419b-abfb-5783ac2576e0)) - (segment (start 72.924959 102.774959) (end 73.6 103.45) (width 0.15) (layer "F.Cu") (net 1) (tstamp 57213f4c-92e3-4d08-8a8c-4b0179c0d87e)) - (segment (start 116.124227 117.499909) (end 89.79991 117.49991) (width 0.15) (layer "F.Cu") (net 1) (tstamp 5776c7b2-505a-4422-8b44-5d47c379972c)) - (segment (start 121.005786 96.45) (end 122.2 96.45) (width 0.15) (layer "F.Cu") (net 1) (tstamp 5d0d7524-b89d-4f6c-9d44-8457b02a6678)) - (segment (start 124.25 94.55) (end 124.4 94.55) (width 0.15) (layer "F.Cu") (net 1) (tstamp 6325db16-d337-46ef-8950-87c3050a5897)) - (segment (start 119.7 107.1) (end 118.8 106.2) (width 0.15) (layer "F.Cu") (net 1) (tstamp 6a625978-850a-45fd-8737-a5233c233ebd)) - (segment (start 69.174957 102.774959) (end 72.924959 102.774959) (width 0.15) (layer "F.Cu") (net 1) (tstamp 6d012fbc-a5e9-4e1f-84d4-e411fd28d128)) - (segment (start 122.35 96.45) (end 124.25 94.55) (width 0.15) (layer "F.Cu") (net 1) (tstamp 6ebe6d63-4056-48e8-9eff-d825f638146f)) - (segment (start 67.1 99.5) (end 67 99.6) (width 0.15) (layer "F.Cu") (net 1) (tstamp 6f252de8-4e33-4d64-8d6f-88700c27788c)) - (segment (start 109.8375 100.425) (end 109.225 100.425) (width 0.15) (layer "F.Cu") (net 1) (tstamp 71f8263d-ecbe-4680-9fab-3e7606b7c02c)) - (segment (start 117 92.444214) (end 121.005786 96.45) (width 0.15) (layer "F.Cu") (net 1) (tstamp 73c3bc2f-5c04-45ab-a74e-bb865b4065e4)) - (segment (start 67 99.6) (end 67 100.600002) (width 0.15) (layer "F.Cu") (net 1) (tstamp 74d268c9-25be-4958-a09c-af7914daec91)) - (segment (start 121.9 107.1) (end 122.2 107.4) (width 0.15) (layer "F.Cu") (net 1) (tstamp 77dbfddd-e2d7-43c4-9e2f-d61569f3a788)) - (segment (start 89.79991 117.49991) (end 88.3 116) (width 0.15) (layer "F.Cu") (net 1) (tstamp 7b4f6d54-7ed6-4901-bb69-20ba0e1e7347)) - (segment (start 77.4 104.3) (end 77.4 106.323146) (width 0.15) (layer "F.Cu") (net 1) (tstamp 7d7c0909-b3f4-402e-a872-2a12bf0901e1)) - (segment (start 121 112.624136) (end 116.124227 117.499909) (width 0.15) (layer "F.Cu") (net 1) (tstamp 86283825-26b2-484d-a379-58509c7afb04)) - (segment (start 124.4 94.55) (end 123.35 94.55) (width 0.15) (layer "F.Cu") (net 1) (tstamp 87af81b5-cad9-406d-8283-65af2b602860)) - (segment (start 115.65 90.575) (end 116.125 90.575) (width 0.15) (layer "F.Cu") (net 1) (tstamp 8a074e17-a3f7-486c-80fa-4a2f6b8a0475)) - (segment (start 81.3 97.1) (end 80.9 97.5) (width 0.15) (layer "F.Cu") (net 1) (tstamp 8a50b5f7-d609-409d-947b-39530ce2e158)) - (segment (start 122.2 107.4) (end 122.2 107.812068) (width 0.15) (layer "F.Cu") (net 1) (tstamp 8af92a00-d5f4-44c2-808c-388f9f4dff42)) - (segment (start 118.8 104.4) (end 118.1 103.7) (width 0.15) (layer "F.Cu") (net 1) (tstamp c36f8251-808c-4f72-8a4b-d0fe3ef6d78f)) - (segment (start 108.5 99.7) (end 108.200006 99.7) (width 0.15) (layer "F.Cu") (net 1) (tstamp c9789b4c-cc81-459b-b9d0-f302a21ecbc2)) - (segment (start 118.8 106.2) (end 118.8 104.4) (width 0.15) (layer "F.Cu") (net 1) (tstamp ca75c077-f24e-4105-bb17-e07a86a020b8)) - (segment (start 73.6 106.025099) (end 73.9 106.325099) (width 0.15) (layer "F.Cu") (net 1) (tstamp e2bca42a-ec74-4cf4-ad33-e5df024b4233)) - (segment (start 73.6 103.45) (end 73.6 106.025099) (width 0.15) (layer "F.Cu") (net 1) (tstamp ed6eac1d-cbe2-4fed-8bae-5f5999b4509d)) - (segment (start 125.5 83.9) (end 126.6 83.9) (width 0.15) (layer "F.Cu") (net 1) (tstamp f1edfb03-e4be-48d6-8c11-f9cfbb2135de)) - (segment (start 121 109.012068) (end 121 112.624136) (width 0.15) (layer "F.Cu") (net 1) (tstamp f20e7d11-a476-4b8a-926b-dff7faa8a7ed)) - (segment (start 74.915 103.3) (end 74.9 103.315) (width 0.15) (layer "F.Cu") (net 1) (tstamp f4284b96-7f53-4727-87ba-13514b698f1c)) - (segment (start 122.2 107.812068) (end 121 109.012068) (width 0.15) (layer "F.Cu") (net 1) (tstamp f63310ec-6ab5-4dc4-b39c-007271092b15)) - (segment (start 121.1 107.1) (end 121.9 107.1) (width 0.15) (layer "F.Cu") (net 1) (tstamp f6ed04a0-ba11-4b67-938a-2ac59d652fb6)) - (segment (start 73.875 108.0375) (end 73.875 106.725) (width 0.15) (layer "F.Cu") (net 1) (tstamp fade96c7-0c0f-4c4d-a287-8f5d4debf57d)) - (segment (start 77.375 108.0375) (end 77.375 106.725098) (width 0.15) (layer "F.Cu") (net 1) (tstamp fd0bfc2c-c242-4c45-a2ce-a3cfcb0ffc5b)) - (segment (start 76.4 103.3) (end 74.915 103.3) (width 0.15) (layer "F.Cu") (net 1) (tstamp fdb977b4-5517-4144-ba6e-5f128153b962)) - (via (at 117 91.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp 231c7a8f-bda3-47fb-aab7-21543e5f3c6a)) - (via (at 118.1 103.7) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp 471eb4c1-1fb6-4731-b769-cc81195874cc)) - (via (at 80.9 97.5) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 1) (tstamp 636b6990-8277-4c2a-98f1-ac38d762ce7f)) - (via (at 67.899998 101.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp 89e7c424-2927-41ed-9462-887c20f01298)) - (via (at 88.3 116) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp 9036254a-4409-4c3b-aa32-ac5ac201e1cc)) - (via (at 123.3 94.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp b28ef261-063d-448f-8ef0-25d86b62b1da)) - (via (at 73.9 106.7) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp be61f1ea-ef51-46ab-8e39-8bbf9dc2cda7)) - (via (at 77.4 106.700098) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp ce1d4c31-a2d4-4852-849e-0e281377f354)) - (via (at 108.200006 99.7) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp ce5a0737-4574-43c4-8820-2d26c3912c9e)) - (via (at 126.7 84) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 1) (tstamp f6f1d552-75bb-4b55-b8a4-e2bf105fbebb)) - (segment (start 88.3 116) (end 86.3 114) (width 0.15) (layer "B.Cu") (net 1) (tstamp 00000000-0000-0000-0000-00005f736850)) - (segment (start 86.3 114) (end 86.3 108.1) (width 0.15) (layer "B.Cu") (net 1) (tstamp 0a21e7d0-6c69-4634-b2b6-f0d0223d8049)) - (segment (start 74.2 107) (end 77.100098 107) (width 0.15) (layer "B.Cu") (net 1) (tstamp 0b47a2df-49cd-4668-b0c4-1fbc36b963fe)) - (segment (start 123.3 94.5) (end 125.824136 94.5) (width 0.15) (layer "B.Cu") (net 1) (tstamp 16dd7632-1c5d-4f48-b1fe-004194c18703)) - (segment (start 128.07509 92.249048) (end 128.07509 85.37509) (width 0.15) (layer "B.Cu") (net 1) (tstamp 1d951c73-3340-406f-913b-29953a74ecaf)) - (segment (start 119.200178 102.599822) (end 118.1 103.7) (width 0.15) (layer "B.Cu") (net 1) (tstamp 29da739d-c2ca-49f2-9ee2-ee6636ae1dea)) - (segment (start 73.9 106.7) (end 74.2 107) (width 0.15) (layer "B.Cu") (net 1) (tstamp 57d2206c-a4ba-4c98-97c6-a583fecd3e2d)) - (segment (start 128.07509 85.37509) (end 126.7 84) (width 0.15) (layer "B.Cu") (net 1) (tstamp 5d8ede79-525a-4699-a26f-2f9fda21b037)) - (segment (start 115.3 91.3) (end 117 91.3) (width 0.15) (layer "B.Cu") (net 1) (tstamp 5f285648-9d61-4112-a5f7-49852771fb7f)) - (segment (start 88.3 116) (end 88.3 116) (width 0.15) (layer "B.Cu") (net 1) (tstamp 6ab74b71-198a-4d67-b9ed-53d2613a5b5e)) - (segment (start 125.824136 94.5) (end 128.07509 92.249048) (width 0.15) (layer "B.Cu") (net 1) (tstamp 6d1dfd97-4859-4482-9e7b-8df75fcc7c9b)) - (segment (start 80.402224 97.5) (end 79.157492 98.744732) (width 0.15) (layer "B.Cu") (net 1) (tstamp 99cb45f3-8712-48c5-a89d-7f7ff790252c)) - (segment (start 118.875773 100.399911) (end 119.200178 100.724316) (width 0.15) (layer "B.Cu") (net 1) (tstamp a8caaf32-6833-4065-a1df-1481de0313ff)) - (segment (start 78.605268 98.744732) (end 74.45 102.9) (width 0.15) (layer "B.Cu") (net 1) (tstamp ae4b48d1-169e-45bb-b19f-58bcb008b5b3)) - (segment (start 69.299998 102.9) (end 67.899998 101.5) (width 0.15) (layer "B.Cu") (net 1) (tstamp afeb84e1-d938-4e56-83bd-1d5356935b97)) - (segment (start 74.45 102.9) (end 69.299998 102.9) (width 0.15) (layer "B.Cu") (net 1) (tstamp b01f9676-1c70-4d30-9cab-c3b74551b840)) - (segment (start 84.675099 106.475099) (end 77.624999 106.475099) (width 0.15) (layer "B.Cu") (net 1) (tstamp b4c08003-7d1e-480f-b89a-36b9dac27931)) - (segment (start 108.200006 99.7) (end 107.9 99.399994) (width 0.15) (layer "B.Cu") (net 1) (tstamp b54d57a7-95c9-46b9-bf84-99ca3de4bc2a)) - (segment (start 77.624999 106.475099) (end 77.4 106.700098) (width 0.15) (layer "B.Cu") (net 1) (tstamp b8af3bc1-3a02-4fd1-af9a-dcb440758d52)) - (segment (start 77.100098 107) (end 77.4 106.700098) (width 0.15) (layer "B.Cu") (net 1) (tstamp bd5b91f6-b8ff-4dfe-8838-df5a4239b202)) - (segment (start 79.157492 98.744732) (end 78.605268 98.744732) (width 0.15) (layer "B.Cu") (net 1) (tstamp c4d5ae6d-ad32-41a7-bb77-33891f4910d2)) - (segment (start 107.9 98.7) (end 115.3 91.3) (width 0.15) (layer "B.Cu") (net 1) (tstamp cd63438d-19a2-4af3-acb2-4b7b2f4b4eda)) - (segment (start 80.9 97.5) (end 80.402224 97.5) (width 0.15) (layer "B.Cu") (net 1) (tstamp d3bd7f28-045a-433f-9bed-a7cad9dd77cd)) - (segment (start 107.9 99.399994) (end 107.9 98.7) (width 0.15) (layer "B.Cu") (net 1) (tstamp dd1797cf-5eb4-4a7a-9963-d4ae1d89ae98)) - (segment (start 119.200178 100.724316) (end 119.200178 102.599822) (width 0.15) (layer "B.Cu") (net 1) (tstamp e2b3c15f-d02f-4b2f-9280-cfb1bf389e80)) - (segment (start 108.200006 99.7) (end 108.899916 100.39991) (width 0.15) (layer "B.Cu") (net 1) (tstamp e956ff4d-e455-4edd-96aa-f86004139587)) - (segment (start 86.3 108.1) (end 84.675099 106.475099) (width 0.15) (layer "B.Cu") (net 1) (tstamp efbb107e-c155-45b9-a022-6056017c473f)) - (segment (start 108.899916 100.39991) (end 118.875773 100.399911) (width 0.15) (layer "B.Cu") (net 1) (tstamp f09b019e-77fc-4bdf-929e-199e22d4cb41)) - (segment (start 67.1 90.75) (end 66.8 90.45) (width 0.25) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed1792)) - (segment (start 65.85 93.25) (end 64.9 93.25) (width 0.25) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed1795)) - (segment (start 67.1 91.5) (end 67.1 90.75) (width 0.25) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed17b0)) - (segment (start 65.85 95.25) (end 64.9 95.25) (width 0.25) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed17b3)) - (segment (start 73.8 91.55) (end 73.54 91.55) (width 0.25) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed18b8)) - (segment (start 72.6 99.5) (end 72.6 100.45) (width 0.25) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed18bb)) - (segment (start 73.49 91.5) (end 73.8 91.55) (width 0.25) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed18eb)) - (segment (start 73.1 91.5) (end 73.49 91.5) (width 0.25) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed1af5)) - (segment (start 65.85 97.25) (end 64.9 97.25) (width 0.25) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed1b25)) - (segment (start 70.6 114.285) (end 71.4025 114.285) (width 0.15) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005f47025f)) - (segment (start 66.95 115.65) (end 67.875 115.65) (width 0.35) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005f476c48)) - (segment (start 67.875 115.65) (end 68.5 116.275) (width 0.35) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005f476c54)) - (segment (start 66.95 115.65) (end 66.95 115) (width 0.35) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005f476c63)) - (segment (start 126.47 97.37) (end 126.5 97.4) (width 0.25) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005f6ca994)) - (segment (start 125.87 97.4) (end 125.9 97.37) (width 0.25) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005f6ca997)) - (segment (start 125.7 97.37) (end 126.47 97.37) (width 0.25) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005f6ca99a)) - (segment (start 124.4 97.4) (end 125.87 97.4) (width 0.25) (layer "F.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005f6ca99d)) - (segment (start 71.4025 114.285) (end 71.925 113.7625) (width 0.15) (layer "F.Cu") (net 2) (tstamp 019410ec-340a-474b-a3cb-d3a780f307b4)) - (segment (start 69.3125 116.1875) (end 69.55 115.95) (width 0.75) (layer "F.Cu") (net 2) (tstamp 033022b3-11f9-419e-a78e-1c7d6e6cd45c)) - (segment (start 82.1 95.5) (end 81.7 95.9) (width 0.25) (layer "F.Cu") (net 2) (tstamp 033d1a03-0224-4be7-bf03-d823040c5124)) - (segment (start 96.1 87.85) (end 95.15 87.85) (width 0.25) (layer "F.Cu") (net 2) (tstamp 03697bdb-be93-4e64-898e-2a285d8a1b68)) - (segment (start 91.75 98.95) (end 90.85 98.95) (width 0.25) (layer "F.Cu") (net 2) (tstamp 03b7ea59-04ff-4bfc-a26f-17e4b04b9d62)) - (segment (start 121.1 83.4) (end 120.085 83.4) (width 0.25) (layer "F.Cu") (net 2) (tstamp 082217f1-4379-4503-b728-55106d6bf1c7)) - (segment (start 127.8 108.1) (end 127.015 108.1) (width 0.25) (layer "F.Cu") (net 2) (tstamp 0985b497-b03a-4484-9da9-bc0206e0cfbd)) - (segment (start 75.425 109.225) (end 75.5 109.3) (width 0.15) (layer "F.Cu") (net 2) (tstamp 09f1068c-65c4-4548-86dc-26e5a88a3923)) - (segment (start 90.85 98.95) (end 90.8 98.9) (width 0.25) (layer "F.Cu") (net 2) (tstamp 0bc45e0a-f3b4-457e-8294-593a75a7697d)) - (segment (start 99.970666 85.05) (end 100.093878 85.173212) (width 0.25) (layer "F.Cu") (net 2) (tstamp 0ccdb2ff-af2a-433c-990e-e25fac040a27)) - (segment (start 61.7 116.5) (end 61.7 117.21919) (width 0.25) (layer "F.Cu") (net 2) (tstamp 0e8dd633-3dec-4dce-9bdb-5d167ff90b26)) - (segment (start 117.03 101.6) (end 117.03 102.34509) (width 0.25) (layer "F.Cu") (net 2) (tstamp 0fe9e525-e3a8-46cc-800f-899dfab6f8e4)) - (segment (start 107.55 89.85) (end 108.35 89.85) (width 0.25) (layer "F.Cu") (net 2) (tstamp 129eaff2-2269-463c-b45a-6ec00be62569)) - (segment (start 69.281132 116.1875) (end 69.543821 116.450189) (width 0.75) (layer "F.Cu") (net 2) (tstamp 16165d61-b1b6-457b-9112-2a44bf6cf509)) - (segment (start 62.45081 117.97) (end 61.989606 117.508796) (width 0.25) (layer "F.Cu") (net 2) (tstamp 1669bc16-1636-4fde-a4cb-95c6656af335)) - (segment (start 74.65 97.25) (end 74.75 97.25) (width 0.25) (layer "F.Cu") (net 2) (tstamp 1ad7167c-d842-43e1-aa03-616956653f99)) - (segment (start 62.8 117.97) (end 62.45081 117.97) (width 0.25) (layer "F.Cu") (net 2) (tstamp 1be8b492-ceeb-41d4-8a97-de6f54e38f35)) - (segment (start 86.35 107.165) (end 87.165 106.35) (width 0.15) (layer "F.Cu") (net 2) (tstamp 1bf8b756-d049-40ef-860f-32108b6e6ef2)) - (segment (start 73.85 97.25) (end 74.75 97.25) (width 0.25) (layer "F.Cu") (net 2) (tstamp 1ecc1846-9d45-47c8-a9a5-7ee29d34b71f)) - (segment (start 59.485 81) (end 59.7 81) (width 0.15) (layer "F.Cu") (net 2) (tstamp 2235fd0e-bbb7-4dcf-8575-21064ddca5b1)) - (segment (start 71.925 108.0375) (end 71.925 109.225) (width 0.15) (layer "F.Cu") (net 2) (tstamp 250658cf-3442-4875-98b9-880ff77de779)) - (segment (start 99.15 101.85) (end 100.1 101.85) (width 0.25) (layer "F.Cu") (net 2) (tstamp 262e5a50-f3b9-4460-b23f-a4ed98d34790)) - (segment (start 74.15 105.4) (end 74.885 105.4) (width 0.15) (layer "F.Cu") (net 2) (tstamp 269dc11e-3732-4b0d-8804-d7467b2caa7b)) - (segment (start 99.15 96.25) (end 100 96.25) (width 0.25) (layer "F.Cu") (net 2) (tstamp 2a80c087-92b7-41d9-aa30-5ded2596780f)) - (segment (start 117.985 99.715) (end 118.2 99.5) (width 0.25) (layer "F.Cu") (net 2) (tstamp 2d596433-9303-455a-b481-8baffdc68f31)) - (segment (start 91 98.9) (end 90.95 98.95) (width 0.25) (layer "F.Cu") (net 2) (tstamp 2d665c4d-1437-426f-b9cd-c53451fe5b1a)) - (segment (start 59.165 75.535) (end 58.8 75.9) (width 0.25) (layer "F.Cu") (net 2) (tstamp 2e68d109-cc4d-465c-aef0-0344d11ba114)) - (segment (start 61.7 117.21919) (end 61.989606 117.508796) (width 0.25) (layer "F.Cu") (net 2) (tstamp 2faae2bb-a0c2-4054-ae9f-2d25525a48e8)) - (segment (start 68.5 116.1875) (end 69.281132 116.1875) (width 0.75) (layer "F.Cu") (net 2) (tstamp 31f48bfa-414a-4ea3-87a1-96ca97a99923)) - (segment (start 125.5 107.6) (end 126.515 107.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp 3663e84d-fbb5-4cbb-a94c-3bf2e0f4528b)) - (segment (start 108.865 89.865) (end 108.9 89.9) (width 0.25) (layer "F.Cu") (net 2) (tstamp 37a13556-8115-4188-a66b-25cd57806830)) - (segment (start 59 81.485) (end 59.485 81) (width 0.15) (layer "F.Cu") (net 2) (tstamp 393c5f35-b604-403b-bb49-564befc1d4e1)) - (segment (start 120.1 106.1) (end 119.9 106.3) (width 0.25) (layer "F.Cu") (net 2) (tstamp 4451a169-326b-4ea5-98a4-34b43dbe20d5)) - (segment (start 108.925 89.925) (end 108.9 89.9) (width 0.25) (layer "F.Cu") (net 2) (tstamp 4a7dab24-7ac3-44a5-99dc-f2d1a519f3e0)) - (segment (start 99.15 93.45) (end 100.1 93.45) (width 0.25) (layer "F.Cu") (net 2) (tstamp 4b6b12d9-455f-48e6-a68d-b23c9408e091)) - (segment (start 120.9 93.615) (end 120.115 93.615) (width 0.25) (layer "F.Cu") (net 2) (tstamp 4b9f66ac-7648-42bc-a33f-c121d6a3f822)) - (segment (start 67.6 99.5) (end 67.6 100.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp 561099e0-143b-4476-90ab-c417c91b1a04)) - (segment (start 86.5 99.1) (end 86.1 98.7) (width 0.25) (layer "F.Cu") (net 2) (tstamp 575a00a1-dec2-49af-ab3a-df281627a881)) - (segment (start 95.15 99.05) (end 96.1 99.05) (width 0.25) (layer "F.Cu") (net 2) (tstamp 58566856-5539-42fb-a348-d1f63282f371)) - (segment (start 95.15 101.85) (end 96.1 101.85) (width 0.25) (layer "F.Cu") (net 2) (tstamp 58c005b6-6e50-4fc2-9acb-ce195450e776)) - (segment (start 127.015 108.1) (end 127 108.085) (width 0.25) (layer "F.Cu") (net 2) (tstamp 5c63621d-ec4d-4786-b82a-0c343c64d5c6)) - (segment (start 96 96.25) (end 96.1 96.35) (width 0.25) (layer "F.Cu") (net 2) (tstamp 633327ee-5c92-4cdd-8991-349aa39eaddb)) - (segment (start 100 96.25) (end 100.1 96.35) (width 0.25) (layer "F.Cu") (net 2) (tstamp 63ba11bb-a8d4-4ad2-916f-bb8801f9c48e)) - (segment (start 94.7 107.3) (end 93.599998 107.3) (width 0.45) (layer "F.Cu") (net 2) (tstamp 64eb1ba8-8f26-45fc-8b44-198922f1ecef)) - (segment (start 119.585 82.9) (end 119.6 82.915) (width 0.25) (layer "F.Cu") (net 2) (tstamp 662606c8-aaf1-4232-93cf-2451973718d4)) - (segment (start 58.8 76.499994) (end 58.800006 76.5) (width 0.25) (layer "F.Cu") (net 2) (tstamp 66f6f596-d133-4b42-be47-c4fe19e2ffad)) - (segment (start 71.925 109.225) (end 72 109.3) (width 0.15) (layer "F.Cu") (net 2) (tstamp 6ca9fad1-a6ca-4e25-863a-5e5ecd5baa89)) - (segment (start 89.85 98.95) (end 90.75 98.95) (width 0.25) (layer "F.Cu") (net 2) (tstamp 6ee20d1c-a46d-41e5-9769-e0e93e111749)) - (segment (start 100.090782 104.65) (end 100.100153 104.640629) (width 0.25) (layer "F.Cu") (net 2) (tstamp 6f655528-a61c-4c23-868b-815cc79f5f8e)) - (segment (start 99.15 104.65) (end 100.090782 104.65) (width 0.25) (layer "F.Cu") (net 2) (tstamp 707b1282-fdf9-4928-869a-9dbf3a817513)) - (segment (start 79.7 99.5) (end 79.20001 99.99999) (width 0.25) (layer "F.Cu") (net 2) (tstamp 71507327-aca7-400b-91af-35ed0f809b8f)) - (segment (start 116.6 101.6) (end 117.03 101.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp 720775db-3021-4d2f-ad19-0d71c433bbc1)) - (segment (start 115.5625 101.075) (end 116.075 101.075) (width 0.25) (layer "F.Cu") (net 2) (tstamp 7380ac1d-fc0a-40cc-ac6d-59fcc4b4c293)) - (segment (start 95.15 104.65) (end 96.1 104.65) (width 0.25) (layer "F.Cu") (net 2) (tstamp 744fa3bf-042a-4e23-80b7-83021ae2aef0)) - (segment (start 120.115 93.615) (end 120.1 93.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp 791c50b4-352a-490b-b0da-8762615e4520)) - (segment (start 70.6 114.285) (end 70.6 114.285) (width 0.15) (layer "F.Cu") (net 2) (tstamp 797336a2-12e4-4dd0-a33e-dc6624c7dd5e)) - (segment (start 95.15 96.25) (end 96 96.25) (width 0.25) (layer "F.Cu") (net 2) (tstamp 7a289eba-f626-41bf-8419-f5e4380e1684)) - (segment (start 108.35 92.75) (end 108.35 93.5) (width 0.25) (layer "F.Cu") (net 2) (tstamp 82914227-3c4b-483b-a930-04aff92c73ce)) - (segment (start 74.75 97.25) (end 74.8 97.3) (width 0.25) (layer "F.Cu") (net 2) (tstamp 8367ac6f-a401-42a3-80d6-61003e3b96b7)) - (segment (start 74.885 105.4) (end 74.9 105.415) (width 0.25) (layer "F.Cu") (net 2) (tstamp 83d90ef5-ba1f-4396-a807-2497210769f8)) - (segment (start 87.165 106.35) (end 87.65 106.35) (width 0.15) (layer "F.Cu") (net 2) (tstamp 851a5144-622e-4e9b-84aa-b2177ea53c92)) - (segment (start 68.5 116.1875) (end 69.3125 116.1875) (width 0.75) (layer "F.Cu") (net 2) (tstamp 85ee03d2-f1a1-49f6-9979-78546eb28de8)) - (segment (start 120.085 83.4) (end 119.6 82.915) (width 0.25) (layer "F.Cu") (net 2) (tstamp 8908b45d-e610-4e95-b4ce-9dd90ff3d44f)) - (segment (start 95.15 93.45) (end 96.1 93.45) (width 0.25) (layer "F.Cu") (net 2) (tstamp 8d859ebf-9390-4cb5-961d-e7beaa0a4ae4)) - (segment (start 83.7 97.1) (end 84.1 97.5) (width 0.25) (layer "F.Cu") (net 2) (tstamp 8e2bb03d-9e85-4adc-9962-f0a6d5e6180c)) - (segment (start 99.15 90.65) (end 100.086954 90.65) (width 0.25) (layer "F.Cu") (net 2) (tstamp 8ec07e79-d89b-4a66-8963-3bbe64adaa98)) - (segment (start 118.8 82.9) (end 119.585 82.9) (width 0.25) (layer "F.Cu") (net 2) (tstamp 9b8a176a-79a3-459e-8dd3-801628986fde)) - (segment (start 96.1 85.05) (end 95.15 85.05) (width 0.25) (layer "F.Cu") (net 2) (tstamp 9e638bcf-fa6d-4b48-9460-259b57d4aead)) - (segment (start 122.2 93.6) (end 120.915 93.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp a0640d39-d3f5-4c67-8446-2d0c8eeedef9)) - (segment (start 58.8 75.9) (end 58.8 76.499994) (width 0.25) (layer "F.Cu") (net 2) (tstamp ab43ca15-9c06-47f9-b257-1383a2b21523)) - (segment (start 72.6 91.5) (end 73.1 91.5) (width 0.25) (layer "F.Cu") (net 2) (tstamp acaabde7-e8f4-4725-896f-2d7564a7cbe9)) - (segment (start 116.075 101.075) (end 116.6 101.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp ad08e5d4-999e-4573-a2c5-ea4aea5fe9da)) - (segment (start 85.3 95.5) (end 85.7 95.9) (width 0.25) (layer "F.Cu") (net 2) (tstamp afde7c3c-69e5-42e6-a877-f5b517d6b101)) - (segment (start 121.1 106.1) (end 120.1 106.1) (width 0.25) (layer "F.Cu") (net 2) (tstamp afea6a16-f8f4-4ca1-a9fd-72414bb3f1f2)) - (segment (start 108.35 89.865) (end 108.865 89.865) (width 0.25) (layer "F.Cu") (net 2) (tstamp b2e7f506-f7d4-448a-af52-7dbef3267d9c)) - (segment (start 95.15 90.65) (end 96.1 90.65) (width 0.25) (layer "F.Cu") (net 2) (tstamp b4832bec-cee0-4007-85c7-ba416296063e)) - (segment (start 117.03 102.34509) (end 116.97509 102.4) (width 0.25) (layer "F.Cu") (net 2) (tstamp b5e2b85f-37c3-47bf-a6ce-5070daaefef1)) - (segment (start 59.165 74.55) (end 59.165 75.535) (width 0.25) (layer "F.Cu") (net 2) (tstamp b816ca3f-a882-4972-80a7-12605138b1a3)) - (segment (start 120.915 93.6) (end 120.9 93.615) (width 0.25) (layer "F.Cu") (net 2) (tstamp c8fcd968-155f-44aa-a800-8cf269c9dcc4)) - (segment (start 100.086954 90.65) (end 100.093477 90.643477) (width 0.25) (layer "F.Cu") (net 2) (tstamp cefd0a94-cc8a-494c-9a46-c853604e1e17)) - (segment (start 74.9 104.285) (end 74.9 105.415) (width 0.25) (layer "F.Cu") (net 2) (tstamp d04e4a25-fea8-400a-b78a-19b8bbedb78b)) - (segment (start 99.15 87.85) (end 100.1 87.85) (width 0.25) (layer "F.Cu") (net 2) (tstamp db91ded9-e685-4c4e-ad4e-cb4be4f91c6b)) - (segment (start 75.425 108.0375) (end 75.425 109.225) (width 0.15) (layer "F.Cu") (net 2) (tstamp dbf9d52f-7c18-496f-9222-1cd5f4d22ee1)) - (segment (start 69.55 116.44401) (end 69.543821 116.450189) (width 0.75) (layer "F.Cu") (net 2) (tstamp dc587071-cf10-4ce9-ae6c-4c72ef2698a5)) - (segment (start 74.885008 97.335) (end 74.850008 97.3) (width 0.25) (layer "F.Cu") (net 2) (tstamp e1c39d3d-107f-47ac-a722-15091d16106c)) - (segment (start 74.850008 97.3) (end 74.8 97.3) (width 0.25) (layer "F.Cu") (net 2) (tstamp e3e3c9f3-0c5c-4c7a-bbd0-cd87170d7267)) - (segment (start 79.20001 99.99999) (end 79.20001 100) (width 0.25) (layer "F.Cu") (net 2) (tstamp e4c50208-faff-4dc6-92f3-177bc479ae49)) - (segment (start 76.885 90.3) (end 77.6 90.3) (width 0.25) (layer "F.Cu") (net 2) (tstamp e7c62455-092d-4b40-96ae-88b150e3c5b0)) - (segment (start 109.8375 89.925) (end 108.925 89.925) (width 0.25) (layer "F.Cu") (net 2) (tstamp eb29ba2a-5b69-462a-8dfe-fda22900794c)) - (segment (start 99.15 85.05) (end 99.970666 85.05) (width 0.25) (layer "F.Cu") (net 2) (tstamp ec888ac4-0ee1-4143-9135-f22c778450e6)) - (segment (start 117.985 100.4) (end 117.985 99.715) (width 0.25) (layer "F.Cu") (net 2) (tstamp ee16771b-aed3-4080-b343-6e728660dc9f)) - (segment (start 126.515 107.6) (end 127 108.085) (width 0.25) (layer "F.Cu") (net 2) (tstamp efb07059-b232-415f-82e7-2121df62d44e)) - (segment (start 76.075 113.7625) (end 76.075 112.525) (width 0.15) (layer "F.Cu") (net 2) (tstamp f1cdc1e3-579a-49cb-b214-bbcfabf1e8e7)) - (segment (start 90.75 98.95) (end 90.8 98.9) (width 0.25) (layer "F.Cu") (net 2) (tstamp f4845d12-0be5-41c4-b912-ce5c5913119c)) - (segment (start 69.55 115.95) (end 69.55 116.44401) (width 0.75) (layer "F.Cu") (net 2) (tstamp f4b1cc82-032f-46e4-b914-51c04d09819d)) - (segment (start 76.075 112.525) (end 76.1 112.5) (width 0.15) (layer "F.Cu") (net 2) (tstamp f559c4d6-733f-431c-8eeb-d76337ee4def)) - (segment (start 85.474999 95.674999) (end 85.7 95.9) (width 0.25) (layer "F.Cu") (net 2) (tstamp f748c853-29f7-4110-bf47-e0834adfce78)) - (segment (start 99.15 99.05) (end 100.1 99.05) (width 0.25) (layer "F.Cu") (net 2) (tstamp fff14835-a6f2-47f8-9733-ef3f4514ad5e)) - (via (at 84.1 97.5) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bcbfde9)) - (via (at 67.6 100.45) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed16e1)) - (via (at 64.9 93.25) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed171d)) - (via (at 72.6 100.45) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed175f)) - (via (at 64.9 97.25) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed1777)) - (via (at 66.8 90.45) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed17bc)) - (via (at 73.8 91.55) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed1b07)) - (via (at 64.9 95.25) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed1b2e)) - (via (at 96.1 93.45) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bf934d4)) - (via (at 69.55 115.95) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005f476e52)) - (via (at 126.5 97.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005f6ca9a6)) - (via (at 72 109.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 08f0a69d-2047-4f15-9147-57cc2889ba57)) - (via (at 96.1 96.35) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 0d7ea15c-2362-4fab-90f8-243454047248)) - (via (at 70.6 114.285) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 16ead93d-be53-43b7-9993-da59fdfe87a9)) - (via (at 100.100153 104.640629) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 24d37c6d-393a-4463-b6e2-ce0a45fb85d0)) - (via (at 74.15 105.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 26c54d9e-426a-46a2-8f80-7ac178df51ff)) - (via (at 107.55 89.85) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 29aa7255-4535-4402-9651-8cd792feb408)) - (via (at 75.5 109.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 2e723b17-b264-49e0-99dc-3ace6ec6c590)) - (via (at 77.6 90.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 37d3bf2b-1361-43a6-a660-8e584912f573)) - (via (at 74.8 97.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 39b32f38-e85c-4148-a7da-5963c53275c0)) - (via (at 85.7 95.9) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 2) (tstamp 3f7ea723-dba9-4dc0-bf29-c9e6ac75f873)) - (via (at 119.9 106.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 40bfb65c-939e-4197-86e3-6cf6a69d7e87)) - (via (at 100.093878 85.173212) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 4205e181-09c1-4838-b4a1-364bb5008947)) - (via (at 81.7 95.9) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 2) (tstamp 4388a610-6af2-4754-ae87-0d8d8eb1ac3a)) - (via (at 96.1 90.65) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 439e57fb-3fda-43db-b0fd-ac5b4eacc4c0)) - (via (at 96.1 101.85) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 583bd426-b49b-4e7c-ad61-436f13b7a903)) - (via (at 100.1 99.05) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 5a10a771-39a7-44fa-a5c7-5eb4da2ba051)) - (via (at 100.1 87.85) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 5b7004c0-970a-4c32-afa1-b9c30b457ebb)) - (via (at 76.1 112.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 63889b5b-319a-4ec7-9d88-38746b1ff624)) - (via (at 118.2 99.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 6a8c9545-2ebc-4800-b1d5-30a9f4b64728)) - (via (at 127.8 108.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 711d27c5-efee-45ca-9b31-41d211608a1f)) - (via (at 90.8 98.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 72263aa2-32c4-4252-a768-30b77365cca2)) - (via (at 93.599998 107.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 72c154d2-0438-41fd-8965-7baa4162aa0d)) - (via (at 82.8 111) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 72eb8031-447e-41e3-aaa5-59f792bf0a9e)) - (via (at 96.1 104.65) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 74b247e1-12fe-4245-a089-e07f9f950569)) - (via (at 100.1 101.85) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 78516991-6fde-4cb5-a03e-6a16e2b8674c)) - (via (at 118.8 82.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 84847bbf-1fe6-4ed8-a373-9509cff409cf)) - (via (at 100.1 93.45) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp 9beabaab-ef77-45bf-a024-5b1095c39aa2)) - (via (at 96.1 87.85) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp a4a8cafe-8ceb-47fb-895b-66d60129db29)) - (via (at 87.65 106.35) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp a7157fd2-7969-454f-a8c5-69dde8689e15)) - (via (at 116.97509 102.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp acdf6299-4f0d-45e2-9790-c2e029bf8238)) - (via (at 61.989606 117.508796) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp acf9d5e3-00c4-46a2-8fb1-130f2ff8990c)) - (via (at 86.5 99.1) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 2) (tstamp ad88d1c1-a355-41d5-9f44-f354b8bdcfb9)) - (via (at 69.543821 116.450189) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp b2023a43-10ff-43ab-80df-26954228ee9c)) - (via (at 58.800006 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp b270f771-721b-49fe-aa42-63a5cebe1f4d)) - (via (at 108.35 93.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp b4b71689-5ffe-4e48-b200-1a13c10bff4a)) - (via (at 96.1 85.05) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp ca81851d-473a-4bc3-9a8c-9742dc8638de)) - (via (at 100.1 96.35) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp cb6e0760-74c5-4d61-9d5c-e561e72a4768)) - (via (at 100.093477 90.643477) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp cc3751c1-5834-4b4a-b5b0-11d94044b147)) - (via (at 79.20001 100) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp e0c90fa4-34d6-4bdd-8060-6f1e3b1600cd)) - (via (at 59.7 81) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp e30e2336-2dbc-4130-9889-d5f2eae65709)) - (via (at 120.1 93.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp e75dd901-2fb2-4ad2-9bd3-4f38583036d1)) - (via (at 96.1 99.05) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 2) (tstamp f0efb02d-e7cf-4fd7-879b-eb2dd5ed72d8)) - (segment (start 64.9 95.25) (end 65.885 95.25) (width 0.25) (layer "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed170b)) - (segment (start 72.6 100.45) (end 72.6 99.465) (width 0.25) (layer "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed1765)) - (segment (start 64.9 93.25) (end 65.87 93.25) (width 0.25) (layer "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed179b)) - (segment (start 66.8 90.45) (end 66.8 91.535) (width 0.25) (layer "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed17aa)) - (segment (start 65.885 97.25) (end 65.9 97.265) (width 0.25) (layer "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed17c5)) - (segment (start 64.9 97.25) (end 65.885 97.25) (width 0.25) (layer "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed18d6)) - (segment (start 65.87 93.25) (end 65.9 93.28) (width 0.25) (layer "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed18e2)) - (segment (start 72.985 91.55) (end 73.8 91.55) (width 0.25) (layer "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed1af2)) - (segment (start 72.6 99.465) (end 72.585 99.45) (width 0.25) (layer "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed1afb)) - (segment (start 66.8 91.535) (end 66.815 91.55) (width 0.25) (layer "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed1b13)) - (segment (start 65.885 95.25) (end 65.9 95.265) (width 0.25) (layer "B.Cu") (net 2) (tstamp 00000000-0000-0000-0000-00005bed1b19)) - (segment (start 95.15 101.665) (end 95.915 101.665) (width 0.25) (layer "B.Cu") (net 2) (tstamp 07756cb7-21df-421d-ad3f-fe92ab64ed3b)) - (segment (start 99.15 98.865) (end 99.915 98.865) (width 0.25) (layer "B.Cu") (net 2) (tstamp 0ada491f-7b3a-4275-b2ca-22fca6089023)) - (segment (start 71.915 109.385) (end 72 109.3) (width 0.15) (layer "B.Cu") (net 2) (tstamp 12290910-e1c4-4f12-a089-9b99be24c1fc)) - (segment (start 86.0125 99.1) (end 85.1125 100) (width 0.25) (layer "B.Cu") (net 2) (tstamp 15ce1418-55b0-4ffc-8756-eed419e71700)) - (segment (start 90.665 98.765) (end 90.8 98.9) (width 0.25) (layer "B.Cu") (net 2) (tstamp 16f4e47b-2fb8-4bbd-8c1d-9c3549f80104)) - (segment (start 95.915 93.265) (end 96.1 93.45) (width 0.25) (layer "B.Cu") (net 2) (tstamp 17097b6a-6dff-4d55-bfe4-2e00a7dbfa44)) - (segment (start 95.15 87.665) (end 95.915 87.665) (width 0.25) (layer "B.Cu") (net 2) (tstamp 1730ad64-5abb-47c1-8e63-dc47a691de8c)) - (segment (start 71.915 110.1) (end 71.915 109.385) (width 0.15) (layer "B.Cu") (net 2) (tstamp 18e3600f-2088-4659-97d0-c83b17047ead)) - (segment (start 95.915 84.865) (end 96.1 85.05) (width 0.25) (layer "B.Cu") (net 2) (tstamp 22b0c7f9-c0ec-4168-8739-32e2106e4f72)) - (segment (start 95.915 90.465) (end 96.1 90.65) (width 0.25) (layer "B.Cu") (net 2) (tstamp 2d76fa07-e974-4de0-891a-f95e693718df)) - (segment (start 100.1 96.35) (end 99.815 96.065) (width 0.25) (layer "B.Cu") (net 2) (tstamp 31d2966a-64ad-4958-af20-c744c9715e5a)) - (segment (start 67.6 99.465) (end 67.615 99.45) (width 0.25) (layer "B.Cu") (net 2) (tstamp 31d58769-4cff-4557-a551-62670289ca77)) - (segment (start 89.8 98.765) (end 90.665 98.765) (width 0.25) (layer "B.Cu") (net 2) (tstamp 347d7251-9011-468c-9c97-37e621ebef39)) - (segment (start 79.20001 100) (end 80.035 100) (width 0.25) (layer "B.Cu") (net 2) (tstamp 3597f731-eae6-47ca-8690-cde5f7bdb161)) - (segment (start 95.15 104.465) (end 95.915 104.465) (width 0.25) (layer "B.Cu") (net 2) (tstamp 3a40cb9a-6096-4b48-bae2-62ca7cd7dbcd)) - (segment (start 64.6125 99.5) (end 64.6125 97.5375) (width 0.25) (layer "B.Cu") (net 2) (tstamp 3f5f21f6-8b37-4d90-8f91-3910f2c42fc7)) - (segment (start 95.915 104.465) (end 96.1 104.65) (width 0.25) (layer "B.Cu") (net 2) (tstamp 4007d7d0-a61d-41fc-9edf-2524d58da09a)) - (segment (start 84.1 96.785) (end 84.185 96.7) (width 0.25) (layer "B.Cu") (net 2) (tstamp 4ac39e6e-a6ad-43fd-a8a9-7dcc022ec2a8)) - (segment (start 74.78 97.28) (end 74.8 97.3) (width 0.25) (layer "B.Cu") (net 2) (tstamp 4c436fb9-5de1-4241-82c9-60c46b745983)) - (segment (start 99.15 93.265) (end 99.915 93.265) (width 0.25) (layer "B.Cu") (net 2) (tstamp 4c614581-218c-490b-91c8-5ade65ca0f20)) - (segment (start 90.865 98.765) (end 91 98.9) (width 0.25) (layer "B.Cu") (net 2) (tstamp 50c39737-c5cb-410e-ad94-5bd8f0d6cb73)) - (segment (start 99.458212 85.173212) (end 100.093878 85.173212) (width 0.25) (layer "B.Cu") (net 2) (tstamp 54e6c901-b772-4f6e-a5cb-832c30ac5735)) - (segment (start 95.15 93.265) (end 95.915 93.265) (width 0.25) (layer "B.Cu") (net 2) (tstamp 5523ea8b-07e8-4d9d-9226-769001b2978d)) - (segment (start 95.915 101.665) (end 96.1 101.85) (width 0.25) (layer "B.Cu") (net 2) (tstamp 5e337a7c-5c7e-412e-b445-f14ae21eb616)) - (segment (start 86.8 98.8) (end 87.165 98.8) (width 0.25) (layer "B.Cu") (net 2) (tstamp 5fd956ea-65d6-43f8-ada9-d42beef6dfb4)) - (segment (start 95.765 96.015) (end 95.15 96.015) (width 0.25) (layer "B.Cu") (net 2) (tstamp 63c68231-6aa9-4356-95c8-8162109f0cbb)) - (segment (start 95.915 98.865) (end 96.1 99.05) (width 0.25) (layer "B.Cu") (net 2) (tstamp 644bbd24-d19c-4ac4-8536-811a45903237)) - (segment (start 86.5 99.1) (end 86.0125 99.1) (width 0.25) (layer "B.Cu") (net 2) (tstamp 6cbd3a6d-e8b4-4a95-be74-c741893631c8)) - (segment (start 96.1 96.35) (end 95.765 96.015) (width 0.25) (layer "B.Cu") (net 2) (tstamp 70645270-a353-43c4-be7f-6de4c43aab8b)) - (segment (start 99.15 90.465) (end 99.915 90.465) (width 0.25) (layer "B.Cu") (net 2) (tstamp 72c37b71-e5ea-462b-ac39-1f2cc9e4d966)) - (segment (start 84.1 97.5) (end 84.1 96.785) (width 0.25) (layer "B.Cu") (net 2) (tstamp 754bf98a-8769-4626-8a48-f7ea25e97916)) - (segment (start 95.15 90.465) (end 95.915 90.465) (width 0.25) (layer "B.Cu") (net 2) (tstamp 76e79a62-3d9e-4b48-8edc-44dbee8f7c72)) - (segment (start 99.924524 104.465) (end 100.100153 104.640629) (width 0.25) (layer "B.Cu") (net 2) (tstamp 780c110f-d675-44a5-9b77-e6d74a308504)) - (segment (start 86.8 98.8) (end 86.5 99.1) (width 0.25) (layer "B.Cu") (net 2) (tstamp 7a4a755d-2ace-41c1-b10d-7757788b8203)) - (segment (start 81.5 111) (end 82.8 111) (width 0.45) (layer "B.Cu") (net 2) (tstamp 85ae0676-f861-4514-b9fb-20bc3f549861)) - (segment (start 75.415 110.1) (end 75.415 109.385) (width 0.15) (layer "B.Cu") (net 2) (tstamp 86c06a99-e0bc-40d5-a7f9-e5b1bfafe6eb)) - (segment (start 99.915 87.665) (end 100.1 87.85) (width 0.25) (layer "B.Cu") (net 2) (tstamp 88c272e3-7b52-4676-9687-514e2ed58139)) - (segment (start 99.15 84.865) (end 99.458212 85.173212) (width 0.25) (layer "B.Cu") (net 2) (tstamp 95568ddf-be8c-46db-99de-cfd2b3a0cf9e)) - (segment (start 95.15 98.865) (end 95.915 98.865) (width 0.25) (layer "B.Cu") (net 2) (tstamp a3049de8-f8f1-485d-b5d4-7c1d239712c3)) - (segment (start 99.15 87.665) (end 99.915 87.665) (width 0.25) (layer "B.Cu") (net 2) (tstamp aa64bad3-91e8-4042-b2a1-e02e618aa8f1)) - (segment (start 95.15 84.865) (end 95.915 84.865) (width 0.25) (layer "B.Cu") (net 2) (tstamp abea12a4-22aa-493e-b609-93e74c746b7c)) - (segment (start 64.6125 97.5375) (end 64.9 97.25) (width 0.25) (layer "B.Cu") (net 2) (tstamp b4c71b9b-cad5-4be5-a07b-be9362f17a2f)) - (segment (start 99.915 98.865) (end 100.1 99.05) (width 0.25) (layer "B.Cu") (net 2) (tstamp bcfc8ebe-3259-407f-9ca0-83b908ed29de)) - (segment (start 74.8 97.3) (end 73.82 97.3) (width 0.25) (layer "B.Cu") (net 2) (tstamp beb01147-abc1-4a6b-88ff-a8947d580d9d)) - (segment (start 99.915 101.665) (end 100.1 101.85) (width 0.25) (layer "B.Cu") (net 2) (tstamp c11397e4-75c5-4d0c-a6c1-44995f0f2a5b)) - (segment (start 99.815 96.065) (end 99.15 96.065) (width 0.25) (layer "B.Cu") (net 2) (tstamp cb34bf35-7c91-43c2-a28f-65fba630a61e)) - (segment (start 80.035 100) (end 80.05 99.985) (width 0.25) (layer "B.Cu") (net 2) (tstamp cdd42cb8-ead0-4737-ab17-eae6bdd72f23)) - (segment (start 99.915 93.265) (end 100.1 93.45) (width 0.25) (layer "B.Cu") (net 2) (tstamp ce3ea810-844d-4c98-ad5c-fe628191e4a6)) - (segment (start 99.15 104.465) (end 99.924524 104.465) (width 0.25) (layer "B.Cu") (net 2) (tstamp cfd66066-4bfb-415b-aff3-80ee08e719fe)) - (segment (start 85.7 95.9) (end 85.7 95.285) (width 0.25) (layer "B.Cu") (net 2) (tstamp d063ba46-22f6-4e50-9d5e-95f13fbaf268)) - (segment (start 73.82 97.3) (end 73.8 97.28) (width 0.25) (layer "B.Cu") (net 2) (tstamp d6441129-9f99-4c29-8263-dd5ca075e046)) - (segment (start 95.915 87.665) (end 96.1 87.85) (width 0.25) (layer "B.Cu") (net 2) (tstamp e22ecb52-9362-41d3-a43c-a881b8d24db9)) - (segment (start 67.6 100.6) (end 67.6 99.465) (width 0.25) (layer "B.Cu") (net 2) (tstamp e2543627-5409-4a7b-8859-04e0792eebb7)) - (segment (start 99.915 90.465) (end 100.093477 90.643477) (width 0.25) (layer "B.Cu") (net 2) (tstamp e9cfdde6-7112-4587-8587-8eb874bda1d5)) - (segment (start 75.415 109.385) (end 75.5 109.3) (width 0.15) (layer "B.Cu") (net 2) (tstamp f5ac3e38-b2da-4b8b-af3b-5e4281e16a0c)) - (segment (start 99.15 101.665) (end 99.915 101.665) (width 0.25) (layer "B.Cu") (net 2) (tstamp ff3c247f-58c6-479d-ba30-61d36386d3d2)) - (segment (start 84.1 95.1) (end 84.5 94.7) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bcd3358)) - (segment (start 84.1 95.9) (end 83.7 96.3) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bcd335a)) - (segment (start 83.3 95.9) (end 84.1 95.1) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bcd335c)) - (segment (start 83.3 95.1) (end 83.7 94.7) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bcd52de)) - (segment (start 66.62501 92.07501) (end 66.9 92.35) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed16e7)) - (segment (start 73.85 92.75) (end 72.6 92.75) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed16f6)) - (segment (start 72.1 98.33) (end 72.39 98.04) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1717)) - (segment (start 72.8 98.45) (end 72.39 98.04) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1720)) - (segment (start 66.62501 91.52501) (end 66.62501 92.07501) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1726)) - (segment (start 65.87501 98.72499) (end 66.62501 98.72499) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed17b6)) - (segment (start 66.62501 98.72499) (end 67.010001 98.339999) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed17ce)) - (segment (start 72.6 92.75) (end 72.39 92.96) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed18a6)) - (segment (start 72.1 99.5) (end 72.1 98.33) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed18a9)) - (segment (start 66.9 92.55) (end 67.31 92.96) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed18ac)) - (segment (start 65.85 96.75) (end 67.29 96.75) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed18be)) - (segment (start 68.1 91.5) (end 68.1 92.48) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed18dc)) - (segment (start 66.79 94.75) (end 67.31 94.23) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1ad7)) - (segment (start 73.1 99.5) (end 73.1 98.946912) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1ae0)) - (segment (start 65.85 98.75) (end 65.87501 98.72499) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1ae3)) - (segment (start 68.1 92.48) (end 68.58 92.96) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1ae6)) - (segment (start 67.010001 98.339999) (end 67.31 98.04) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1aef)) - (segment (start 67.29 96.75) (end 67.31 96.77) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1b01)) - (segment (start 67.02 97.75) (end 67.31 98.04) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1b10)) - (segment (start 65.85 94.75) (end 66.79 94.75) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1b16)) - (segment (start 73.1 98.946912) (end 73.096912 98.946912) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1b1f)) - (segment (start 66.6 91.5) (end 66.62501 91.52501) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1b22)) - (segment (start 66.9 92.35) (end 66.9 92.55) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1b2b)) - (segment (start 73.096912 98.946912) (end 72.8 98.65) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1b31)) - (segment (start 72.8 98.65) (end 72.8 98.45) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1b5e)) - (segment (start 65.85 97.75) (end 67.02 97.75) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1b8e)) - (segment (start 68.5 114.525) (end 68.5 113.45) (width 0.75) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476c5d)) - (segment (start 66.95 114.35) (end 66 114.35) (width 0.35) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476c66)) - (segment (start 66.95 109.25) (end 68.325 109.25) (width 0.35) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476d1d)) - (segment (start 66.95 114.35) (end 68.325 114.35) (width 0.35) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476d23)) - (segment (start 66 114.35) (end 65.9 114.45) (width 0.35) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476d62)) - (segment (start 66 109.25) (end 65.9 109.35) (width 0.35) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476d95)) - (segment (start 68.325 114.35) (end 68.5 114.525) (width 0.35) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476d9e)) - (segment (start 68.325 109.25) (end 68.5 109.425) (width 0.35) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476e01)) - (segment (start 66.95 109.25) (end 66 109.25) (width 0.35) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476e34)) - (segment (start 104.45 82.35) (end 104.45 81.775) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f63ccaf)) - (segment (start 104.45 82.35) (end 104.45 82.925) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f63ccb2)) - (segment (start 125.7 96.4) (end 126.5 96.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f6ca98b)) - (segment (start 124.4 96.45) (end 125.85 96.45) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f6ca98e)) - (segment (start 125.85 96.45) (end 125.9 96.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f6ca991)) - (segment (start 55.049976 87) (end 56.2125 87) (width 0.25) (layer "F.Cu") (net 3) (tstamp 00cf5cd6-6352-4ecd-9e35-417d88e8c660)) - (segment (start 95.15 94.1) (end 96 94.1) (width 0.25) (layer "F.Cu") (net 3) (tstamp 047e0d1e-484a-4d10-b086-6b188a78c581)) - (segment (start 96 88.5) (end 96.1 88.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp 051bc363-fba1-444e-8503-a4b387f3616c)) - (segment (start 58.4 96.3) (end 57.9 96.8) (width 0.25) (layer "F.Cu") (net 3) (tstamp 05e7bc89-2182-401c-803d-ae34796e9841)) - (segment (start 100 99.7) (end 100.1 99.8) (width 0.25) (layer "F.Cu") (net 3) (tstamp 05fa7b1a-8ed3-4b32-82c0-6b7ad7df3417)) - (segment (start 60.435 74.45) (end 60.799901 74.814901) (width 0.25) (layer "F.Cu") (net 3) (tstamp 06246b13-4cc5-4813-9e84-3092eaa4c6ff)) - (segment (start 115.3 106) (end 115.7 106.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp 074815e6-91a0-4090-a290-29b93ecec84f)) - (segment (start 57.350006 98.75) (end 57.8 99.199994) (width 0.45) (layer "F.Cu") (net 3) (tstamp 086594ea-2541-4bd8-a558-78942abcd4c0)) - (segment (start 100 91.3) (end 100.1 91.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp 086cae51-9891-41f4-b716-2063551784ef)) - (segment (start 84.1 95.9) (end 83.3 95.1) (width 0.25) (layer "F.Cu") (net 3) (tstamp 0b2c0cb9-1971-415f-8b99-11d474dae28d)) - (segment (start 84.1 108.4) (end 84.1 108.5) (width 0.15) (layer "F.Cu") (net 3) (tstamp 0c7a4b18-4f87-4530-9664-42ea05ddb3cf)) - (segment (start 73.135 74.45) (end 73.135 76.465006) (width 0.25) (layer "F.Cu") (net 3) (tstamp 0ebc7e3d-c040-4c6e-aaf8-1870c68a4ff3)) - (segment (start 119.915 86.1) (end 119.6 85.785) (width 0.25) (layer "F.Cu") (net 3) (tstamp 101971e4-52cb-45ae-89fb-a8ea4a06502a)) - (segment (start 63 93.25) (end 63 93.35) (width 0.25) (layer "F.Cu") (net 3) (tstamp 110e0661-9a24-4e5c-a8df-427c10f2d91e)) - (segment (start 95.15 91.3) (end 96 91.3) (width 0.25) (layer "F.Cu") (net 3) (tstamp 11a364a0-8d31-431e-8b25-ceb35237b885)) - (segment (start 75.49491 91.792468) (end 75.49491 90.84491) (width 0.25) (layer "F.Cu") (net 3) (tstamp 12ffb73f-62d0-42c1-8932-5ebb64fff657)) - (segment (start 58.265 91.6) (end 58.365 91.7) (width 0.35) (layer "F.Cu") (net 3) (tstamp 13603ae1-712a-48d0-9b7f-9476417e67d2)) - (segment (start 107.415 100.5) (end 107.415 99.715) (width 0.25) (layer "F.Cu") (net 3) (tstamp 13caf2ba-ce4a-41a0-b219-61c581683518)) - (segment (start 82.9 95.5) (end 83.3 95.1) (width 0.25) (layer "F.Cu") (net 3) (tstamp 149f0dc4-9b74-4a1a-a37b-7eb355956a7a)) - (segment (start 83.7 94.7) (end 84.5 95.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 19a5a40d-c31a-4b14-b306-06b0a763bddb)) - (segment (start 118.7 89.8) (end 118.185 89.8) (width 0.25) (layer "F.Cu") (net 3) (tstamp 1a32102d-4d08-4a90-b777-29f41d092d6c)) - (segment (start 66.785 78.45) (end 66.785 80.385) (width 0.25) (layer "F.Cu") (net 3) (tstamp 1c6e452a-3519-4b92-98f5-9c74f0717054)) - (segment (start 99.15 91.3) (end 100 91.3) (width 0.25) (layer "F.Cu") (net 3) (tstamp 1cd3d1b4-e18e-4851-9980-bde55fb0c52d)) - (segment (start 78.215 78.45) (end 78.215 80.385) (width 0.25) (layer "F.Cu") (net 3) (tstamp 1da291cc-3aa5-4632-8f99-7dae246a7f56)) - (segment (start 126.685 103.6) (end 127.4 103.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp 1e338d48-329f-4bcc-9503-54fc71796eff)) - (segment (start 60.8 91.55) (end 60.8 90.35) (width 0.25) (layer "F.Cu") (net 3) (tstamp 1fc1f7a5-2a0c-44bb-8e36-dd6ae1a56c20)) - (segment (start 108.925 90.575) (end 108.85 90.65) (width 0.25) (layer "F.Cu") (net 3) (tstamp 2194fffb-efb2-4804-822b-bc479e4ddd6a)) - (segment (start 69.325 76.474996) (end 69.299996 76.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 21f7e9f1-0a4c-49be-a4ca-8c8253ab27e6)) - (segment (start 82.025 78.45) (end 82.025 80.375) (width 0.25) (layer "F.Cu") (net 3) (tstamp 238b4f36-a253-431c-a93e-34af7da002ac)) - (segment (start 84.1 108.5) (end 86.4 110.8) (width 0.15) (layer "F.Cu") (net 3) (tstamp 24485594-06f1-4f4f-813a-edf2c9ea9d9c)) - (segment (start 124.5 80.5) (end 124.885 80.5) (width 0.15) (layer "F.Cu") (net 3) (tstamp 250c8859-53d9-4b16-9e33-bcef2d0d08db)) - (segment (start 82.9 96.3) (end 83.3 95.9) (width 0.25) (layer "F.Cu") (net 3) (tstamp 27ffb4d8-9026-4ae6-9928-ea9707dfcbd9)) - (segment (start 61.915 109.815) (end 61.9 109.8) (width 0.25) (layer "F.Cu") (net 3) (tstamp 28341e20-fb49-4b1f-918f-f121ca9dc24b)) - (segment (start 108.35 90.835) (end 108.665 90.835) (width 0.25) (layer "F.Cu") (net 3) (tstamp 2a6b41d0-b2b4-448f-b144-f3f20353eb05)) - (segment (start 82.5 95.1) (end 82.9 94.7) (width 0.25) (layer "F.Cu") (net 3) (tstamp 2a80e520-c5bd-402d-9b26-1a7536775a36)) - (segment (start 96 94.1) (end 96.1 94.2) (width 0.25) (layer "F.Cu") (net 3) (tstamp 2a884ec1-8b99-4278-96d4-ba229cbf2441)) - (segment (start 107.3 95.1) (end 107.3 95.3) (width 0.25) (layer "F.Cu") (net 3) (tstamp 2bf49df7-ea46-4971-ac75-61f89d8629a7)) - (segment (start 66.775 111.9) (end 65.9 111.025) (width 0.75) (layer "F.Cu") (net 3) (tstamp 2d4b4a06-1fbc-412f-a73f-b6cb8a54c8ff)) - (segment (start 122.2 94.55) (end 120.935 94.55) (width 0.25) (layer "F.Cu") (net 3) (tstamp 2d6614eb-bffa-4bcf-95c6-23d2c0802bc5)) - (segment (start 66.785 80.385) (end 66.8 80.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp 2e44eb9d-5214-4281-b589-6f1d5d809dae)) - (segment (start 86.4 110.8) (end 86.6 111) (width 0.15) (layer "F.Cu") (net 3) (tstamp 2ede9c4e-2cb4-4cc6-be11-9369562144c1)) - (segment (start 100.1 97.1) (end 99.9 96.9) (width 0.25) (layer "F.Cu") (net 3) (tstamp 2f9221d0-9237-419d-a405-ed6293d81ca2)) - (segment (start 105.45 108.65) (end 105.45 109.225) (width 0.25) (layer "F.Cu") (net 3) (tstamp 3688e7bc-20ca-4400-aef0-08fcb44e27f3)) - (segment (start 95.15 102.5) (end 96 102.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 373cfb3d-1a7a-436a-b7e1-9b37a06e2161)) - (segment (start 55.05 89) (end 56.2125 89) (width 0.25) (layer "F.Cu") (net 3) (tstamp 3903491a-81fe-4388-bfed-3194999660b5)) - (segment (start 119.715 87.6) (end 119.915 87.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp 39597e81-f70e-461a-8b54-a3cbec89ae00)) - (segment (start 125.5 85.4) (end 126.4 85.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp 39f4a93e-a66f-49d9-9489-04177f4bdb50)) - (segment (start 84.565 74.45) (end 84.565 75.635) (width 0.25) (layer "F.Cu") (net 3) (tstamp 3a3c2d06-2914-4049-8266-3e33b3477ac7)) - (segment (start 100.45 82.35) (end 100.45 81.775) (width 0.25) (layer "F.Cu") (net 3) (tstamp 3f416a4b-2bb5-4bff-a2a4-4a29a930d78c)) - (segment (start 118 102.37509) (end 118.02491 102.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp 429d8298-5e79-4d7a-bf0d-7cf25fa82a32)) - (segment (start 99.15 102.5) (end 100 102.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 434ce540-1e3b-4615-8e43-e1d53b209b0a)) - (segment (start 63 93.35) (end 64 94.35) (width 0.25) (layer "F.Cu") (net 3) (tstamp 43fce39d-e397-4218-a870-6e68ca7850bb)) - (segment (start 96 99.7) (end 96.1 99.8) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4527f044-2daf-485b-b819-36ca805762b3)) - (segment (start 85.835 80.435) (end 85.835 78.45) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4605c20a-6c32-4ba9-9d98-157265e5d2d4)) - (segment (start 123.3875 110.5) (end 124.3 110.5) (width 0.15) (layer "F.Cu") (net 3) (tstamp 4717d0fe-4403-41d8-b34e-f32ad0c89ac4)) - (segment (start 74.457053 100.842947) (end 74.25 101.05) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4acead20-afd3-40c9-9779-362a2fa8e3db)) - (segment (start 85.835 78.45) (end 85.835 80.365) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4bee3b93-9a25-4a62-bc3b-7a216b6aba9d)) - (segment (start 120.935 94.55) (end 120.9 94.585) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4c0a6173-3bb5-488a-ae98-333b4befcac8)) - (segment (start 126.985 107.1) (end 127 107.115) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4c995c14-dfa3-48d5-bf30-8cab81eff6dd)) - (segment (start 100 88.5) (end 100.1 88.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4e0e0a7b-af34-4e88-ae9b-2f3f183beb60)) - (segment (start 111.075 94.475) (end 111.1 94.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4fc9de57-db53-4765-a283-4ab5d54b31ca)) - (segment (start 96 102.5) (end 96.1 102.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp 5099fd13-c25a-4ef5-a9ee-44f3ca76b570)) - (segment (start 75.49491 90.84491) (end 75.15 90.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 53d290a8-b212-4513-90cb-06afc49296a0)) - (segment (start 58.6 78.45) (end 58.15 78.9) (width 0.25) (layer "F.Cu") (net 3) (tstamp 5516558a-0e9a-45b2-b088-49662b07da26)) - (segment (start 84.1 95.9) (end 84.5 96.3) (width 0.25) (layer "F.Cu") (net 3) (tstamp 55abb9fe-9cbe-43e6-ace1-61fdae65126e)) - (segment (start 71.765 115.825) (end 71.28 116.31) (width 0.25) (layer "F.Cu") (net 3) (tstamp 561ecb3f-ead7-4771-b6c0-d34cd21c92d3)) - (segment (start 73.875 113.7625) (end 73.875 112.575) (width 0.15) (layer "F.Cu") (net 3) (tstamp 56c12040-eff0-4d0c-861f-a536ce2e9e88)) - (segment (start 107.3 97.8) (end 107.8 98.3) (width 0.25) (layer "F.Cu") (net 3) (tstamp 56fc397a-84b6-4638-aad1-83d58d79386e)) - (segment (start 56.2125 104) (end 55.05 104) (width 0.25) (layer "F.Cu") (net 3) (tstamp 5732fe89-5269-4719-98b5-f2ef3f341659)) - (segment (start 91.515 97.7) (end 91.1 97.7) (width 0.15) (layer "F.Cu") (net 3) (tstamp 585819ae-ea97-462d-b721-ee07b43ece32)) - (segment (start 84.5 95.5) (end 84.1 95.9) (width 0.25) (layer "F.Cu") (net 3) (tstamp 5881ee20-278a-4e12-9254-07f1db1cba4c)) - (segment (start 82.1 94.7) (end 82.5 95.1) (width 0.25) (layer "F.Cu") (net 3) (tstamp 59005896-4816-4eaa-bcde-06df3c15d37e)) - (segment (start 91 99.65) (end 90.95 99.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp 5a4b792d-7daf-49f9-a003-f77559fa2efd)) - (segment (start 61.415 90.2) (end 60.65 90.2) (width 0.25) (layer "F.Cu") (net 3) (tstamp 5ac9e4bc-322c-4ce1-942d-8bdf6f2db28f)) - (segment (start 77.375 112.675) (end 77.2 112.5) (width 0.15) (layer "F.Cu") (net 3) (tstamp 5d7ba739-ec09-4eb2-88de-f93b63931246)) - (segment (start 61.705 74.55) (end 61.705 76.305002) (width 0.25) (layer "F.Cu") (net 3) (tstamp 5e1866e0-7fc9-4bfe-b82d-d200c9cd8c20)) - (segment (start 59.35 92.665) (end 59.685 92.665) (width 0.25) (layer "F.Cu") (net 3) (tstamp 5e9726ce-4d01-40c5-88cc-419709628a07)) - (segment (start 60.2 112.05) (end 60.465 112.05) (width 0.25) (layer "F.Cu") (net 3) (tstamp 6241da48-a043-44e0-a826-013c06f564e0)) - (segment (start 118.8 83.9) (end 119.585 83.9) (width 0.25) (layer "F.Cu") (net 3) (tstamp 63ca843c-6ec1-4317-af47-c941b7151e0c)) - (segment (start 55.05 83) (end 56.2125 83) (width 0.25) (layer "F.Cu") (net 3) (tstamp 6539cbd1-50bb-4d3c-82f9-984d64bc120e)) - (segment (start 56.695 98.75) (end 57.350006 98.75) (width 0.45) (layer "F.Cu") (net 3) (tstamp 66462769-23b4-4752-8c12-21d728be199b)) - (segment (start 80.755 76.454988) (end 80.800012 76.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 6752af1f-7117-4db8-a4d6-67772bc5edb1)) - (segment (start 99.15 88.5) (end 100 88.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 686b705f-3684-4570-911d-2cd72fefbdbe)) - (segment (start 75.4 92.15) (end 75.4 91.887378) (width 0.25) (layer "F.Cu") (net 3) (tstamp 6887f346-34fb-47be-9aca-e3608346da89)) - (segment (start 84.200075 76.000075) (end 84.200075 76.500006) (width 0.25) (layer "F.Cu") (net 3) (tstamp 6a39023a-a193-4053-9314-e48e7fa182bd)) - (segment (start 69.325 74.45) (end 69.325 76.474996) (width 0.25) (layer "F.Cu") (net 3) (tstamp 6a9026f4-97ad-4ca6-b8a7-4b78e7eaa11b)) - (segment (start 62.975 78.45) (end 62.975 80.359028) (width 0.25) (layer "F.Cu") (net 3) (tstamp 6e2190a8-0a8f-4569-8c96-006456c6e6b2)) - (segment (start 62.975 80.359028) (end 63.02491 80.408938) (width 0.25) (layer "F.Cu") (net 3) (tstamp 6faf24c9-afc6-43f9-9326-68c5c2ccabec)) - (segment (start 60.465 112.05) (end 61.915 110.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp 6fb83118-ad28-42d7-96d2-7cafd7b0e464)) - (segment locked (start 70.595 78.45) (end 70.595 80.395) (width 0.25) (layer "F.Cu") (net 3) (tstamp 716e5416-b330-423a-811f-046a4ee64f5e)) - (segment (start 121.15 98.35) (end 120.8 98) (width 0.25) (layer "F.Cu") (net 3) (tstamp 72556f8f-c552-4b43-94e1-656395d6a1e4)) - (segment (start 75.207053 100.842947) (end 74.457053 100.842947) (width 0.25) (layer "F.Cu") (net 3) (tstamp 7302d1b8-5eb7-435f-8a27-1e073843e0b6)) - (segment (start 124.685 110.5) (end 125.1 110.085) (width 0.15) (layer "F.Cu") (net 3) (tstamp 73265981-a663-420e-888a-cc68bcfa91fd)) - (segment (start 56.2125 108) (end 55.05 108) (width 0.25) (layer "F.Cu") (net 3) (tstamp 73b04aae-a23e-4dbe-82bb-c66e31df0d3d)) - (segment (start 68.5 109.425) (end 68.5 108.35) (width 0.75) (layer "F.Cu") (net 3) (tstamp 74a11fb2-4d5c-4874-ac13-c84be9c8bd99)) - (segment (start 61.915 110.6) (end 61.915 109.815) (width 0.25) (layer "F.Cu") (net 3) (tstamp 76228c87-6eaf-40df-b82d-cd476ff79bab)) - (segment (start 99.15 99.7) (end 100 99.7) (width 0.25) (layer "F.Cu") (net 3) (tstamp 7807b0c6-5091-4f3d-9363-0b79274786b0)) - (segment (start 119.2 87.6) (end 119.715 87.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp 790a19b0-516d-4651-b0b4-2f431397247f)) - (segment (start 95.15 88.5) (end 96 88.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 7a1bfc36-ef05-4214-80d9-db7f491573ae)) - (segment (start 65.515 74.45) (end 65.515 76.485) (width 0.25) (layer "F.Cu") (net 3) (tstamp 7b669a9c-8885-4737-8192-e35d45fe2c93)) - (segment (start 99.794605 85.7) (end 100.013397 85.918792) (width 0.25) (layer "F.Cu") (net 3) (tstamp 7db5d8f0-a910-4752-a005-fa209f1abdec)) - (segment (start 65.9 111.025) (end 65.9 110.3) (width 0.75) (layer "F.Cu") (net 3) (tstamp 7e321d44-b31c-441e-a648-29f6a530a65c)) - (segment (start 99.9 96.9) (end 99.15 96.9) (width 0.25) (layer "F.Cu") (net 3) (tstamp 7ee5ae77-ad6f-4554-84d3-ed4b63e95639)) - (segment (start 120.1 105.6) (end 119.9 105.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp 7efe52c7-849a-457d-9282-4b14b5977cfd)) - (segment (start 74.8 92.75) (end 75.4 92.15) (width 0.25) (layer "F.Cu") (net 3) (tstamp 7fa0dac8-3c7a-41e3-abec-5a25513b953e)) - (segment (start 125.5 107.1) (end 126.985 107.1) (width 0.25) (layer "F.Cu") (net 3) (tstamp 82685c86-25ea-4101-9a87-13af464cb716)) - (segment (start 127.4 103.6) (end 127.5 103.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 82b0fb7d-5548-49c3-b3cc-d6b0947d4a74)) - (segment (start 119.915 87.4) (end 119.915 86.1) (width 0.25) (layer "F.Cu") (net 3) (tstamp 841a7e74-47a7-43e9-bffb-88532f83f87f)) - (segment (start 127.8 107.1) (end 127.015 107.1) (width 0.25) (layer "F.Cu") (net 3) (tstamp 8486c2c0-8885-4923-869a-317f2a5ae0e5)) - (segment (start 117.985 89.6) (end 117.985 88.7) (width 0.25) (layer "F.Cu") (net 3) (tstamp 86337d21-21ff-41d9-b410-84c294e6d4c7)) - (segment (start 83.7 96.3) (end 82.5 95.1) (width 0.25) (layer "F.Cu") (net 3) (tstamp 88a3fa09-9050-4a94-a796-98b43c4981e7)) - (segment (start 75.4 91.887378) (end 75.49491 91.792468) (width 0.25) (layer "F.Cu") (net 3) (tstamp 89418c64-83aa-43cf-af96-a0ed16e8498f)) - (segment (start 101.45 109.225) (end 101.45 108.65) (width 0.25) (layer "F.Cu") (net 3) (tstamp 8a06555e-37b5-4e52-aed5-4db5d56c9572)) - (segment (start 115.2 106) (end 115.3 106) (width 0.25) (layer "F.Cu") (net 3) (tstamp 8a23bcdb-c019-4bd7-82a4-b9066bcb3aba)) - (segment (start 60.799901 74.814901) (end 60.799901 76.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 8a37a2ac-9063-4f9f-8082-a7cf43d90bfd)) - (segment (start 56.695 92.25) (end 56.95 92.25) (width 0.35) (layer "F.Cu") (net 3) (tstamp 8a4c24a3-c62b-431a-82c4-21c1528bd47f)) - (segment (start 115.7 106.4) (end 116.1 106.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp 8ac7fb36-f939-44c0-b12d-167c3839b5d7)) - (segment (start 109.8375 90.575) (end 108.925 90.575) (width 0.25) (layer "F.Cu") (net 3) (tstamp 8bd21d15-4278-4bfb-9081-da5dec67eaa5)) - (segment (start 126.4 85.4) (end 126.65 85.15) (width 0.25) (layer "F.Cu") (net 3) (tstamp 8c4bbe2b-6fb3-4548-8dd3-0f1711d4f6b1)) - (segment (start 122.2 98.35) (end 121.15 98.35) (width 0.25) (layer "F.Cu") (net 3) (tstamp 8dfdb0e8-afed-4da2-ac56-e7242954fe39)) - (segment (start 65.515 76.485) (end 65.5 76.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 8ef8ab63-d78b-49e0-89aa-d7de17fdbe74)) - (segment (start 57.985 92.25) (end 58.4 92.665) (width 0.25) (layer "F.Cu") (net 3) (tstamp 8f97d945-610e-4294-8734-ed76e417b74a)) - (segment (start 95.15 85.7) (end 96 85.7) (width 0.25) (layer "F.Cu") (net 3) (tstamp 90fdb165-1708-491a-9fd1-cc0451817176)) - (segment (start 108.665 90.835) (end 108.85 90.65) (width 0.25) (layer "F.Cu") (net 3) (tstamp 91e74aa6-705f-40ba-b6bd-d9322523111d)) - (segment (start 82.9 94.7) (end 83.3 95.1) (width 0.25) (layer "F.Cu") (net 3) (tstamp 92eb945d-261b-4129-876b-6425a392ebe4)) - (segment (start 56.2125 106) (end 55.05001 106) (width 0.25) (layer "F.Cu") (net 3) (tstamp 94286f16-e2e4-4646-9bba-2737d286be03)) - (segment (start 105.45 108.65) (end 105.45 108.075) (width 0.25) (layer "F.Cu") (net 3) (tstamp 9685dfb3-079c-44b1-b353-b4be89013d60)) - (segment (start 107.3 95.3) (end 107.8 95.8) (width 0.25) (layer "F.Cu") (net 3) (tstamp 96adc462-1b4d-4667-ae88-0eba76ead221)) - (segment (start 99.2 88.6) (end 99.35 88.6) (width 0.15) (layer "F.Cu") (net 3) (tstamp 98ff61a0-d52b-40c3-bed0-01da892c0ad0)) - (segment (start 107.415 100.5) (end 106.535 100.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 99c24618-7c42-44ff-8b2e-8907a5455d99)) - (segment (start 78.215 80.385) (end 78.2 80.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp 9b4b514c-b288-40ab-af4d-fb8827371f01)) - (segment (start 95.15 105.3) (end 96 105.3) (width 0.25) (layer "F.Cu") (net 3) (tstamp 9c27bafe-dc9a-4fc8-9304-3713da742e75)) - (segment (start 76.945 76.454998) (end 76.899998 76.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp 9ceea79f-ef80-4e41-a251-1e78376f0a53)) - (segment (start 74.405 80.395) (end 74.4 80.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp 9d6f01bf-507b-4b70-82a7-182a04da9e3f)) - (segment (start 96.1 97.1) (end 95.9 96.9) (width 0.25) (layer "F.Cu") (net 3) (tstamp 9e4d6234-d287-46a7-833e-1086cbe33e30)) - (segment (start 74.405 78.45) (end 74.405 80.395) (width 0.25) (layer "F.Cu") (net 3) (tstamp 9e8cf55f-aa42-463b-a91a-de04527fe165)) - (segment (start 91.1 97.7) (end 90.8 98) (width 0.15) (layer "F.Cu") (net 3) (tstamp 9ebed9e1-911b-4fe8-b83b-dcb1a9c76cab)) - (segment (start 65.9 116.125) (end 67.00009 117.22509) (width 0.75) (layer "F.Cu") (net 3) (tstamp 9f9e43f1-b8a6-44c2-ac1e-7dffea579c90)) - (segment (start 71.765 115.55) (end 71.765 115.825) (width 0.25) (layer "F.Cu") (net 3) (tstamp a1ebed7a-a9d4-44c5-815d-29f5bd7a1e04)) - (segment (start 126.685 102.7) (end 126.7 102.685) (width 0.25) (layer "F.Cu") (net 3) (tstamp a2e977b9-6800-45b4-ae87-35d4429567ec)) - (segment (start 84.2 76) (end 84.200075 76.000075) (width 0.25) (layer "F.Cu") (net 3) (tstamp a39d52c1-2020-4018-824d-ae6a843ea56a)) - (segment (start 76.945 74.45) (end 76.945 76.454998) (width 0.25) (layer "F.Cu") (net 3) (tstamp a587fbd2-119d-431c-964c-d65c1fee09ba)) - (segment (start 109.8375 94.475) (end 111.075 94.475) (width 0.25) (layer "F.Cu") (net 3) (tstamp a65c679d-4e37-4dd0-959d-9bd93ba347d2)) - (segment (start 99.15 85.7) (end 99.794605 85.7) (width 0.25) (layer "F.Cu") (net 3) (tstamp a679272f-a3f0-45fb-87aa-a0b2b5803612)) - (segment (start 61.705 76.305002) (end 61.9 76.500002) (width 0.25) (layer "F.Cu") (net 3) (tstamp aba21c1b-7164-4ac1-b852-2ab77931dfce)) - (segment (start 89.85 99.6) (end 90.75 99.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp abaed4f7-8b9b-42fb-b7e6-2364a8a9edf3)) - (segment (start 84.565 75.635) (end 84.2 76) (width 0.25) (layer "F.Cu") (net 3) (tstamp ac57bf13-f9c0-4cc2-ad04-7a6ba98578e1)) - (segment (start 119.9 88.315) (end 119.9 87.415) (width 0.25) (layer "F.Cu") (net 3) (tstamp aeab754d-8d4c-4cc3-9c25-d1bfe755ade9)) - (segment (start 73.135 76.465006) (end 73.100006 76.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp aede887e-5713-4410-b301-8003185f738f)) - (segment (start 121.1 83.9) (end 119.615 83.9) (width 0.25) (layer "F.Cu") (net 3) (tstamp af06ce4b-2df5-4288-9410-daa02c29db28)) - (segment (start 58.585 96.3) (end 59.535 97.25) (width 0.25) (layer "F.Cu") (net 3) (tstamp afd0b185-caaf-4f93-99db-f0b618dfdb0d)) - (segment (start 100 94.1) (end 100.1 94.2) (width 0.25) (layer "F.Cu") (net 3) (tstamp b0c8d4da-76f3-4ccc-b25a-47e4bbfa1923)) - (segment (start 118.185 89.8) (end 117.985 89.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp b19b6cb2-1dcd-4bd7-9b24-4b717ad5e944)) - (segment (start 117.985 90.5) (end 117.985 89.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp b38839ce-5ed1-4137-8d01-8e29148f2f0d)) - (segment (start 56.695 92.25) (end 57.985 92.25) (width 0.25) (layer "F.Cu") (net 3) (tstamp b428b46e-6bb2-4218-88bb-f65b402ba084)) - (segment (start 121.1 105.6) (end 120.1 105.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp b480ff03-7cab-42b4-91d0-4a8efdc14314)) - (segment (start 119.615 83.9) (end 119.6 83.885) (width 0.25) (layer "F.Cu") (net 3) (tstamp b4b3542d-81a0-443a-a057-e92e83e673be)) - (segment (start 67.00009 117.22509) (end 67.85 117.22509) (width 0.75) (layer "F.Cu") (net 3) (tstamp b5647ba5-029c-4236-bd62-3bae1d163b2c)) - (segment (start 99.15 94.1) (end 100 94.1) (width 0.25) (layer "F.Cu") (net 3) (tstamp b7cdbf56-648f-4b61-a929-f6df4844931e)) - (segment (start 65.9 115.4) (end 65.9 116.125) (width 0.75) (layer "F.Cu") (net 3) (tstamp b8207972-6e65-4219-8942-8eacaca882e0)) - (segment (start 96.8 82.7) (end 96.8 82.2) (width 0.25) (layer "F.Cu") (net 3) (tstamp b9b56633-e27e-4ae9-b502-b04db674814a)) - (segment (start 55.050002 85) (end 56.2125 85) (width 0.25) (layer "F.Cu") (net 3) (tstamp bc4e65d0-bed7-4df4-aec5-b3069edc8bb5)) - (segment (start 99.15 105.3) (end 99.997434 105.3) (width 0.25) (layer "F.Cu") (net 3) (tstamp bfb424f2-8d7e-4d71-b295-e557e237f849)) - (segment (start 101.45 108.075) (end 101.45 108.65) (width 0.25) (layer "F.Cu") (net 3) (tstamp bfe12dbb-c55e-453d-a584-ff2c4ff6cb79)) - (segment (start 119.9 87.415) (end 119.915 87.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp c0d7ddc3-0fb2-4859-8099-85cf17faa495)) - (segment (start 80.755 74.45) (end 80.755 76.454988) (width 0.25) (layer "F.Cu") (net 3) (tstamp c0ed410a-0280-4a8c-8ff3-f58b7b1340fc)) - (segment (start 114.375 96.525) (end 114.3 96.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp c17611e7-b006-48aa-88a5-0a087d80bf70)) - (segment (start 82.025 80.375) (end 82 80.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp c1815e63-5999-4d25-8dc0-c63ae372e426)) - (segment (start 96 91.3) (end 96.1 91.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp c21aac6a-b524-482d-8502-14ec07c89028)) - (segment (start 73.875 112.575) (end 73.8 112.5) (width 0.15) (layer "F.Cu") (net 3) (tstamp c3294148-c5cf-4dea-85ec-5236abe37d55)) - (segment (start 59.165 78.45) (end 58.6 78.45) (width 0.25) (layer "F.Cu") (net 3) (tstamp c5e565c1-0842-4bfc-851a-fbd402286348)) - (segment (start 126.685 103.6) (end 126.685 104.9) (width 0.25) (layer "F.Cu") (net 3) (tstamp c673263c-ad3f-41fc-9390-265c5a6a6f7b)) - (segment (start 73.85 92.75) (end 74.8 92.75) (width 0.25) (layer "F.Cu") (net 3) (tstamp c72fcd80-1de6-44b7-a66e-ef16a209414f)) - (segment (start 60.75 97.25) (end 60.8 97.3) (width 0.25) (layer "F.Cu") (net 3) (tstamp c9fd13d8-34fc-4eff-b8ce-cde6d5a9c87a)) - (segment (start 120.9 94.585) (end 120.115 94.585) (width 0.25) (layer "F.Cu") (net 3) (tstamp ca01648a-63a4-4a74-a0bb-87c77046fe26)) - (segment (start 124.3 110.5) (end 124.685 110.5) (width 0.15) (layer "F.Cu") (net 3) (tstamp ca732df0-841c-46b2-96b9-d77d13584bfd)) - (segment (start 107.3 97.6) (end 107.3 97.8) (width 0.25) (layer "F.Cu") (net 3) (tstamp cbd6cf0e-99e6-44bc-97bd-0952965c9140)) - (segment (start 90.75 99.6) (end 90.8 99.65) (width 0.25) (layer "F.Cu") (net 3) (tstamp cc55bf8f-d3a8-4da6-a5f8-64c109c81511)) - (segment (start 96 105.3) (end 96.1 105.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp ce9231c3-ef0f-4298-8666-3e023bba7902)) - (segment (start 118 101.6) (end 118 102.37509) (width 0.25) (layer "F.Cu") (net 3) (tstamp d18c946f-d9af-4bde-a889-de42a35dba9a)) - (segment (start 115.5625 96.525) (end 114.375 96.525) (width 0.25) (layer "F.Cu") (net 3) (tstamp d2463a16-5ee1-4ea5-b724-3f5c6b12b298)) - (segment (start 55.05 81) (end 56.2125 81) (width 0.25) (layer "F.Cu") (net 3) (tstamp d2df3c51-fc8c-42ad-b1f0-21d6e1a01262)) - (segment (start 58.565 96.3) (end 58.4 96.3) (width 0.25) (layer "F.Cu") (net 3) (tstamp d3197f7f-9a98-4fbd-957b-d629a634d50a)) - (segment (start 56.2125 102) (end 55.05 102) (width 0.25) (layer "F.Cu") (net 3) (tstamp d4dfd9e4-ce5c-41c0-b701-8839ef24f026)) - (segment (start 117.985 88.7) (end 118 88.685) (width 0.25) (layer "F.Cu") (net 3) (tstamp d4e95aa0-57e4-47b6-a6b2-4749d2491cdb)) - (segment (start 96 85.7) (end 96.1 85.8) (width 0.25) (layer "F.Cu") (net 3) (tstamp d60ddee3-3685-41f4-9f86-979901131b67)) - (segment (start 96.8 82.2) (end 97.3 81.7) (width 0.25) (layer "F.Cu") (net 3) (tstamp d60ee6ad-5508-4033-91ca-1337fb1b7a0d)) - (segment (start 85.835 80.365) (end 85.8 80.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp d868ec48-42f4-4608-baef-8e135bf87a69)) - (segment (start 120.115 94.585) (end 120.1 94.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp daee85e0-2341-48ca-a66d-285e2859aad2)) - (segment (start 107.415 101.4) (end 107.415 100.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp db199a83-944d-41ec-bbed-2b8082a8e54e)) - (segment (start 58.15 78.9) (end 58.15 79.55) (width 0.25) (layer "F.Cu") (net 3) (tstamp de43a907-7986-43a1-85df-813a5b950da3)) - (segment (start 56.95 92.25) (end 57.6 91.6) (width 0.35) (layer "F.Cu") (net 3) (tstamp df4f4040-e068-4ce3-96d0-0cff8393069f)) - (segment (start 106.535 100.5) (end 106.5 100.465) (width 0.25) (layer "F.Cu") (net 3) (tstamp df689fde-5163-400f-8865-2f685726ded9)) - (segment (start 95.9 96.9) (end 95.15 96.9) (width 0.25) (layer "F.Cu") (net 3) (tstamp e005c0e7-6fe6-45fc-9b8c-d6458ada7d94)) - (segment (start 125.5 84.9) (end 126.4 84.9) (width 0.25) (layer "F.Cu") (net 3) (tstamp e0ae035f-3c19-4c84-8f48-c368909f211f)) - (segment (start 107.55 90.8) (end 108.35 90.8) (width 0.25) (layer "F.Cu") (net 3) (tstamp e22a8115-21c4-4079-b548-13d39057d641)) - (segment (start 56.2125 110) (end 55.050004 110) (width 0.25) (layer "F.Cu") (net 3) (tstamp e2673b7c-e103-49fa-98d5-69b8ba8dd292)) - (segment (start 67.5 111.9) (end 66.775 111.9) (width 0.75) (layer "F.Cu") (net 3) (tstamp e550c2c8-2970-49c1-af5a-e118415b14be)) - (segment (start 119.585 83.9) (end 119.6 83.885) (width 0.25) (layer "F.Cu") (net 3) (tstamp e674f944-0cd1-4e2f-b586-f61f20182a0d)) - (segment (start 59.685 92.665) (end 60.8 91.55) (width 0.25) (layer "F.Cu") (net 3) (tstamp e682de9f-cfe4-4eb4-bf46-5f9ba649d8da)) - (segment (start 86.6 111) (end 87.20001 111) (width 0.15) (layer "F.Cu") (net 3) (tstamp e8afce4a-ebb8-4874-a1f4-346211b1e38e)) - (segment (start 107.415 99.715) (end 107.4 99.7) (width 0.25) (layer "F.Cu") (net 3) (tstamp e99b2455-6317-4d3a-90e2-7596a3a7b6ec)) - (segment (start 57.8 99.199994) (end 58.515006 99.199994) (width 0.35) (layer "F.Cu") (net 3) (tstamp eaaff8d9-f32f-4e04-b6ed-1ce44c33cc75)) - (segment (start 126.4 84.9) (end 126.65 85.15) (width 0.25) (layer "F.Cu") (net 3) (tstamp ec0769d5-8342-4541-99ef-679eace61bff)) - (segment (start 99.997434 105.3) (end 100.087874 105.39044) (width 0.25) (layer "F.Cu") (net 3) (tstamp ec712280-0db0-4074-8487-e2eabcb78806)) - (segment (start 126.685 103.6) (end 126.685 102.7) (width 0.25) (layer "F.Cu") (net 3) (tstamp ecb1077d-c343-42c9-9672-52914a1f9f16)) - (segment (start 100 102.5) (end 100.1 102.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp eda8071c-e750-4143-94ce-008a130d30f2)) - (segment (start 82.5 95.1) (end 82.9 95.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp ef0448bc-4f6c-4a2b-b2c1-bcb39e98b287)) - (segment (start 67.85 112.25) (end 67.5 111.9) (width 0.75) (layer "F.Cu") (net 3) (tstamp f10fe1b6-f645-44d8-a779-e60b8654088d)) - (segment (start 61.270189 97.3) (end 61.72018 97.749991) (width 0.25) (layer "F.Cu") (net 3) (tstamp f1bf31f1-be51-4bf7-bd62-4c1691fb964a)) - (segment (start 58.565 96.3) (end 58.585 96.3) (width 0.25) (layer "F.Cu") (net 3) (tstamp f2571a4c-3e67-4916-9c0e-b0974b924c84)) - (segment (start 123.3875 80.5) (end 124.5 80.5) (width 0.15) (layer "F.Cu") (net 3) (tstamp f28dc298-8497-4d7a-b050-43d8f1dd7baa)) - (segment (start 95.15 99.7) (end 96 99.7) (width 0.25) (layer "F.Cu") (net 3) (tstamp f2b8258f-65e5-419b-9b3b-e90f689aca3a)) - (segment (start 57.6 91.6) (end 58.265 91.6) (width 0.35) (layer "F.Cu") (net 3) (tstamp f3434646-3f1c-47a6-a46a-5a793de1a675)) - (segment (start 58.515006 99.199994) (end 58.565 99.15) (width 0.35) (layer "F.Cu") (net 3) (tstamp f75a76d7-0540-438e-8217-4f5bb9bcfbf5)) - (segment (start 127.015 107.1) (end 127 107.115) (width 0.25) (layer "F.Cu") (net 3) (tstamp f7cc2c86-e8e2-4ce3-b9df-c0ec35396fd8)) - (segment (start 126.685 104.9) (end 127 105.215) (width 0.25) (layer "F.Cu") (net 3) (tstamp f7db3756-bfcc-4fbd-af9e-ae41e26d5446)) - (segment (start 77.375 113.7625) (end 77.375 112.675) (width 0.15) (layer "F.Cu") (net 3) (tstamp f8b0dcee-6bce-4fc3-b08f-85a62ef6ed48)) - (segment (start 100.45 82.35) (end 100.45 82.925) (width 0.25) (layer "F.Cu") (net 3) (tstamp f9180e1a-3c2d-4fe2-9461-17c5e5e7c1b0)) - (segment (start 59.535 97.25) (end 60.75 97.25) (width 0.25) (layer "F.Cu") (net 3) (tstamp f9bb99c7-ccda-4b6c-a116-fa3715af7191)) - (segment (start 124.885 80.5) (end 125.3 80.915) (width 0.15) (layer "F.Cu") (net 3) (tstamp f9f8e3b3-1388-4946-813f-1a5d5e0d1869)) - (segment (start 60.8 97.3) (end 61.270189 97.3) (width 0.25) (layer "F.Cu") (net 3) (tstamp fd23d600-64d7-41d7-a114-849a5c445d5c)) - (segment (start 60.8 90.35) (end 60.65 90.2) (width 0.25) (layer "F.Cu") (net 3) (tstamp fd4c7253-893d-46b0-ad35-78e7474dbe90)) - (segment (start 75.15 90.5) (end 74.9 90.5) (width 0.25) (layer "F.Cu") (net 3) (tstamp fde3844e-a48f-4ec9-a1ca-0d79508f5e3f)) - (segment (start 70.595 80.395) (end 70.6 80.4) (width 0.25) (layer "F.Cu") (net 3) (tstamp ff8c2871-7c9b-4de3-baec-30db09fd1a6f)) - (via (at 67.2 108.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005cc0a0d0)) - (via (at 67.2 107.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005cc0a0d1)) - (via (at 64.6 108.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005cc0a0d2)) - (via (at 64.6 107.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005cc0a0d3)) - (via (at 70 105.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005cc9d73a)) - (via (at 69.2 105.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005cc9d73d)) - (via (at 70.8 105.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005cc9d740)) - (via (at 71.6 105.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005cc9dcba)) - (via (at 107.3 95.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005ecdbb7c)) - (via (at 58.15 79.55) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f423986)) - (via (at 64.6 112.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476d53)) - (via (at 68.5 113.45) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476d5c)) - (via (at 67.2 112.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476d68)) - (via (at 67.85 112.25) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476d86)) - (via (at 67.2 113.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476e3d)) - (via (at 64.6 113.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f476e4f)) - (via locked (at 104.45 82.35) (size 0.5) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f63ccb5)) - (via (at 124.7 88) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f6bed66)) - (via (at 126.5 96.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f6ca9a3)) - (via (at 123.5 86.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f6d476f)) - (via (at 123.5 88) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005f6dc2be)) - (via (at 87.799998 100.168111) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 0150a597-9ca4-4081-88d2-6ff7d09ea1a2)) - (via (at 55.05 102) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 04b75106-8d7d-48e6-ae2b-ca4f98924cb4)) - (via (at 60.65 90.2) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 0c3f101c-5d7c-4f8f-abf0-4066322fab6b)) - (via locked (at 73.100006 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 119cd2ee-6025-406f-acfc-adcac3592135)) - (via (at 68.5 108.35) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 14c9319a-850d-4254-aa4f-5f36c5dcf324)) - (via (at 84.200075 76.500006) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 1a3908e6-1e81-477c-b81d-11898b35bbc6)) - (via (at 60.799901 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 1b4be093-1a7b-4454-8070-4dd739e51e0d)) - (via (at 120.1 94.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 2157593c-310f-447e-8a97-4b9a8bb259bb)) - (via (at 121.9 104.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 22bf7020-c313-444e-b812-8d62167db083)) - (via (at 120.6 101.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 22e6b722-f353-48a3-8b94-904b9f7c9138)) - (via (at 72.9 110.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 24235b8f-6a6a-4b6a-9ea7-d1902865a5fc)) - (via (at 63.02491 80.408938) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 249cef6d-6e38-4ebb-bf7b-c4567d4a2239)) - (via (at 100.1 102.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 27411561-01fe-4286-8cc7-c1b63d59df39)) - (via (at 83.3 95.1) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 3) (tstamp 2c7a209c-0737-4684-96db-c09c9b3ed448)) - (via (at 96.1 85.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 3436835c-3e0c-44d3-b9a8-f52345b6262c)) - (via (at 84.1 95.1) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 3) (tstamp 370b7821-636e-4f27-a8f2-d2d53fbbba42)) - (via (at 82.5 95.1) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 3) (tstamp 387bb5da-fa7e-421d-9ebe-48224515155f)) - (via (at 90.8 98) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 44a4c769-84c0-40cc-ba77-e33e71d5411d)) - (via (at 71.28 116.31) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 502baeba-5eb0-4abb-aa89-c5aa74a6ea7f)) - (via (at 82 80.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 5193b92c-0f95-414f-9c12-4288fbf1289f)) - (via (at 101.45 108.65) (size 0.5) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 5467d68a-a197-4fb0-ba4f-7c59ac89c187)) - (via (at 79.1 102.2) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 56504f65-96d9-4604-a878-5df8bedb6653)) - (via (at 124.3 110.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 57827e05-5bc2-4fd8-89d5-a292512dab24)) - (via (at 127.8 107.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 5a74d17d-0f11-4987-9b3a-4d48db182776)) - (via (at 61.9 109.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 5bbd11fe-5f00-4df8-b47a-cfb88b4fa049)) - (via (at 124.7 86.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 5ca1b4f0-e4cd-4f1a-9bfa-ba57d20cfd00)) - (via (at 120.8 98) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 5ce9fb3d-8baf-4e66-abba-9674249b5e7b)) - (via (at 76.899998 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 5d8b52e3-6cf3-4957-a7be-c8e9a1edb540)) - (via (at 100.1 88.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 5daee066-1855-4535-b7df-24f9ec7c3328)) - (via (at 84.1 95.9) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 3) (tstamp 5ee72b24-30a2-4ba3-ba3d-ec1cb3a2b25f)) - (via (at 74.25 101.05) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 64d362b5-8df7-456f-a9ec-8c9312ae7ead)) - (via (at 97.3 81.7) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 672cbe39-a10a-45bc-b930-efeb4d296788)) - (via (at 96.1 94.2) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 6c237791-d668-4ad2-b63f-2fe5ae10a9e5)) - (via (at 121.9 103) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 6ee2eff6-d2ee-43b3-a39c-023a759b20f4)) - (via (at 107.3 97.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 70f53d3a-f58b-46f3-aa80-cb222b643443)) - (via (at 96.1 91.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 7505679c-58e4-4acf-8c10-5ecea69d9437)) - (via (at 55.05 104) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 76d746f4-3f58-4c51-b2a3-c1e775832b8f)) - (via (at 96.1 97.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 7816bf3c-78ac-4d86-8419-8f9745c22f9d)) - (via (at 80.800012 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 7982b0aa-ef8e-47f9-a2a9-295924d921de)) - (via (at 83.3 95.9) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 3) (tstamp 7af6484f-4c0f-4bb6-8c11-76d16aa0127b)) - (via (at 55.05 108) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 7b48c09d-366d-471a-ab6a-af36bac922ac)) - (via (at 107.4 99.7) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 7cea92c9-9703-4eba-a1eb-fed08832ec20)) - (via (at 105.45 108.65) (size 0.5) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 7e7b8ea5-9941-47ad-aa89-670ebd77f6b0)) - (via (at 78.2 80.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 7e881b05-98b1-4290-99fa-d895271485f2)) - (via (at 79 99.269642) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 7ed6c747-b2e1-4fcd-a83a-251e00b9c400)) - (via (at 85.8 80.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 88a77af6-5cc0-4264-b177-412fab1f38d2)) - (via (at 124.5 80.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 8b641929-9b2e-4337-9bbf-c366664cc31a)) - (via (at 55.050002 85) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 8ba9c3fb-46f6-4875-a664-e313ccfeba0c)) - (via (at 61.9 76.500002) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 8c334f51-6a0b-406c-9f2c-47b0eaeba7c1)) - (via (at 127.5 103.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 8c738627-4c1f-44d2-b911-7c712b768eb7)) - (via (at 119.9 105.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 8c964be6-6c78-49c2-9297-d6e2f99f7949)) - (via (at 121.2 101.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 8edd53b2-4877-4a5b-b217-9b3c553b9301)) - (via (at 100.1 97.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 91aeb66b-3414-4567-889a-6c6508c65350)) - (via (at 116.1 106.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 947d6c7d-dc19-4856-a158-49558a98847f)) - (via (at 69.299996 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 99a27256-a88a-4355-b453-612ad2615aaf)) - (via (at 65.5 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 9a8828a5-2e2e-4063-b51c-f89d08e28152)) - (via (at 96.1 105.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 9b0bdd01-8671-43b0-a690-85b1b211ff4e)) - (via (at 100.087874 105.39044) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 9d3ccc3f-3b98-4650-998a-594b38c6aef7)) - (via (at 55.05 89) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 9e19b2a4-ed99-43e2-8f47-aa18bac2b22e)) - (via (at 57.8 99.199994) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp 9fa9f26f-181c-4272-9534-03061d2c9314)) - (via (at 55.050004 110) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp a2512eb5-1205-4c98-854b-ff2f58d6be51)) - (via (at 100.45 82.35) (size 0.5) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp a623a541-6c5f-4a82-a0ec-79f85b6b21ef)) - (via locked (at 74.4 80.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp ae93933d-bd7e-4401-b9d9-e5d7ebc1523c)) - (via (at 126.65 85.15) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp afa81dbf-1d19-4d13-85d9-6f57cc013431)) - (via (at 66.8 80.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp b146471c-fbe5-47f5-9d13-b2781f1eec8e)) - (via (at 96.1 88.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp b93ddd20-6b06-4f50-a42d-38095b2ae703)) - (via (at 111.1 94.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp b95cfbfd-3a54-4134-b7e5-41629bc2a09a)) - (via (at 118.02491 102.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp bb3522ef-5746-4cd6-b341-aa2d4b5b0454)) - (via (at 100.1 91.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp be0ab508-aa20-451b-a044-589ecdabc56c)) - (via (at 118.7 89.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp be3c23a4-c711-4e7e-b832-1f8432ee1a89)) - (via (at 123.1 103) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp cefe2b25-c132-4a9d-862f-6dd88da4c699)) - (via (at 87.20001 111) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp d16083c3-7c83-434a-9e65-4483d6829db9)) - (via (at 114.3 96.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp d1a36df1-5a51-492c-9a9f-effbb0092bf0)) - (via (at 123.1 104.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp d3e24f48-830a-418c-af57-c8b94c641cc7)) - (via (at 77.2 112.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp d4a466e6-8a1e-4638-ab95-eadf0a391ad3)) - (via (at 67.85 117.22509) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp d79bf46a-b22c-4b45-aae3-08c4a2e809dd)) - (via (at 125.4 89.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp da0518d1-a4a1-4d96-a115-d0b555fd0563)) - (via (at 90.8 99.65) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp da5e2eb9-cffc-4a6d-876e-eb7dcbbad407)) - (via (at 55.05 83) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp da9cac19-080a-44fc-94cf-8e4d6da93cd3)) - (via (at 126 89.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp db2e9df3-5866-477c-b122-58d40133d766)) - (via (at 76.4 110.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp dcd4b78d-219c-45b8-be13-9686b097509b)) - (via (at 100.013397 85.918792) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp df2e1f24-b744-41fa-a600-538bf3e9f386)) - (via (at 100.1 94.2) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp dffcf68d-1dc4-432b-936a-b761a573d792)) - (via (at 55.05 81) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp e1bb8278-8661-48b3-8c4a-2e2543ea53b5)) - (via (at 57.6 91.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp e354d1a0-bc02-4502-986b-30666a66a9b1)) - (via (at 96.1 99.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp ea2eed49-fb11-4f73-83f2-9d60b06a6d38)) - (via (at 73.8 112.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp ef3bcccf-ae5e-4054-a9c6-4ecc26db9104)) - (via (at 100.1 99.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp efa4b020-3993-41c9-8e0f-db13f1b098c8)) - (via (at 55.05001 106) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp f03478ba-f8e8-4ce7-a1fa-dca7b15de97a)) - (via (at 107.55 90.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp f467e92c-cfec-45d6-9135-43909aa23e31)) - (via (at 64 94.35) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp f4d361d4-830c-4f52-84de-4efdea02d66c)) - (via (at 96.1 102.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp f543f73a-af58-44c6-b30a-defb5d769ed9)) - (via locked (at 70.6 80.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp f55b2315-ffcf-45cb-b8d5-dd0439b81933)) - (via (at 55.049976 87) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp f8933443-3eda-49a4-a3dd-e25c75852b5a)) - (via (at 119.2 87.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp fa7db4f9-3398-4772-8fa3-435b9044520a)) - (via (at 61.72018 97.749991) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp faad28a2-09fa-4ce9-a367-71b6860b94ed)) - (via (at 118.8 83.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp faf61677-95ff-471d-9fae-9fe321aafb8b)) - (via (at 57.9 96.8) (size 0.5) (drill 0.3) (layers "F.Cu" "B.Cu") (net 3) (tstamp ff965ae9-0de4-48fa-a1a6-d1580e191547)) - (segment (start 68.585 98.045) (end 68.58 98.04) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed16e4)) - (segment (start 67.785 91.55) (end 67.785 93.435) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1714)) - (segment (start 65.9 98.235) (end 67.115 98.235) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed171a)) - (segment (start 67.115 98.235) (end 67.31 98.04) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1723)) - (segment (start 67.785 93.435) (end 69.85 95.5) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed172c)) - (segment (start 72.015 91.55) (end 72.015 93.335) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed17a4)) - (segment (start 72.6 98.25) (end 72.39 98.04) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed18df)) - (segment (start 71.615 97.265) (end 69.85 95.5) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1ace)) - (segment (start 68.585 99.45) (end 68.585 98.045) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1ad4)) - (segment (start 65.9 96.235) (end 68.045 96.235) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1ada)) - (segment (start 68.045 96.235) (end 68.58 96.77) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1af8)) - (segment (start 72.015 93.335) (end 72.090001 93.259999) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1b1c)) - (segment (start 72.090001 93.259999) (end 72.39 92.96) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005bed1b8b)) - (segment (start 71.615 99.45) (end 71.615 97.265) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005c051e9a)) - (segment (start 73.8 98.25) (end 72.6 98.25) (width 0.25) (layer "B.Cu") (net 3) (tstamp 00000000-0000-0000-0000-00005c052020)) - (segment (start 99.15 91.435) (end 100.065 91.435) (width 0.25) (layer "B.Cu") (net 3) (tstamp 020fd0ad-bd2d-4e06-933b-071e53d0bd21)) - (segment (start 96.065 94.235) (end 96.1 94.2) (width 0.25) (layer "B.Cu") (net 3) (tstamp 0887eb27-c795-47c8-8b85-804ff1430157)) - (segment (start 96.065 99.835) (end 96.1 99.8) (width 0.25) (layer "B.Cu") (net 3) (tstamp 0a51dd9b-3906-4808-a2b6-49c2b3782c9a)) - (segment (start 79.1 102.2) (end 79.2 102.1) (width 0.25) (layer "B.Cu") (net 3) (tstamp 0b95d5f8-be59-4aa4-9e3b-2ddb0751a97c)) - (segment (start 85.7 94.315) (end 85.7 93.585) (width 0.25) (layer "B.Cu") (net 3) (tstamp 0bf9a605-1ed3-48a5-aa63-5e0c16fb660e)) - (segment (start 96.065 85.835) (end 96.1 85.8) (width 0.25) (layer "B.Cu") (net 3) (tstamp 0da0b0c5-5d6c-4977-8d60-d7b14bc6367d)) - (segment (start 87.635371 100.164629) (end 87.796516 100.164629) (width 0.25) (layer "B.Cu") (net 3) (tstamp 12a61f3b-c9a1-475a-b95a-228fd98d7166)) - (segment (start 96.1 97.1) (end 96.215 96.985) (width 0.25) (layer "B.Cu") (net 3) (tstamp 169f70c7-a5a0-443e-a23e-d95b9745d0f6)) - (segment (start 85 95.015) (end 85.7 94.315) (width 0.25) (layer "B.Cu") (net 3) (tstamp 17c2b79c-d7bc-4b6f-ae65-62d9c6c44a17)) - (segment (start 79.795358 99.269642) (end 79 99.269642) (width 0.25) (layer "B.Cu") (net 3) (tstamp 18243035-4751-445a-8818-f87dcc6e150a)) - (segment (start 97.05 91.435) (end 96.135 91.435) (width 0.25) (layer "B.Cu") (net 3) (tstamp 1af2914c-4be8-475a-8589-caf6b4c3e0ae)) - (segment (start 84.815 95.1) (end 84.9 95.015) (width 0.25) (layer "B.Cu") (net 3) (tstamp 1b9d78c4-3203-44e3-958f-425f2e4ec9ec)) - (segment (start 82.585 97.384602) (end 83.215 96.754602) (width 0.25) (layer "B.Cu") (net 3) (tstamp 1c1eddbd-710f-43b1-b47c-5e4765a94756)) - (segment (start 85.7 93.585) (end 85.785 93.5) (width 0.25) (layer "B.Cu") (net 3) (tstamp 1d9bf0eb-4cb4-4316-98f4-e0581ba1b289)) - (segment (start 66.1875 99.2125) (end 66.1875 99.5) (width 0.25) (layer "B.Cu") (net 3) (tstamp 1e3639f5-e7e3-4694-9294-3921c4c3d8d8)) - (segment (start 100.043314 105.435) (end 100.087874 105.39044) (width 0.25) (layer "B.Cu") (net 3) (tstamp 2054b6b3-5651-4b1d-8d76-ae66606df61d)) - (segment (start 89.8 99.735) (end 90.715 99.735) (width 0.25) (layer "B.Cu") (net 3) (tstamp 21329ce4-f53b-4757-a186-68e3ce22792c)) - (segment (start 100.135 99.835) (end 100.1 99.8) (width 0.25) (layer "B.Cu") (net 3) (tstamp 2545c40d-c5a0-44b7-87db-18f60adb5bad)) - (segment (start 67.31 98.09) (end 66.1875 99.2125) (width 0.25) (layer "B.Cu") (net 3) (tstamp 274414ab-1890-467f-a7af-4d612100a2a6)) - (segment (start 84.9 95.015) (end 85 95.015) (width 0.25) (layer "B.Cu") (net 3) (tstamp 2a047ba3-1265-48c2-9aba-747f2aba922c)) - (segment (start 99.15 105.435) (end 100.043314 105.435) (width 0.25) (layer "B.Cu") (net 3) (tstamp 2cf9b91f-36d1-4c3a-b482-be26cfa6723f)) - (segment (start 100.135 91.435) (end 100.1 91.4) (width 0.25) (layer "B.Cu") (net 3) (tstamp 2da2b35e-fda1-484d-b0a3-ffd88fcf83e8)) - (segment (start 84.1 95.1) (end 84.815 95.1) (width 0.25) (layer "B.Cu") (net 3) (tstamp 2e8a0e7d-b8cb-4d7e-ba29-f94a45314cf7)) - (segment (start 96.215 96.985) (end 97.05 96.985) (width 0.25) (layer "B.Cu") (net 3) (tstamp 2f4d6b2b-8ccf-4f14-8b63-a283c9158275)) - (segment (start 97.05 105.435) (end 96.135 105.435) (width 0.25) (layer "B.Cu") (net 3) (tstamp 32c25dd0-46bd-40ce-a824-a7705bb3c6a2)) - (segment (start 65.9 94.25) (end 67.29 94.25) (width 0.25) (layer "B.Cu") (net 3) (tstamp 35519fd5-08ff-4fab-91c9-037e2a0c1c90)) - (segment (start 101.05 94.235) (end 100.135 94.235) (width 0.25) (layer "B.Cu") (net 3) (tstamp 3759ef51-a358-4e64-b33b-579b81274c8b)) - (segment (start 99.929605 85.835) (end 100.013397 85.918792) (width 0.25) (layer "B.Cu") (net 3) (tstamp 376b0330-5976-42a1-9795-d51a0cb15beb)) - (segment (start 76.385 110.885) (end 76.4 110.9) (width 0.15) (layer "B.Cu") (net 3) (tstamp 39330a4e-f967-4eed-99b5-76d5f2ae48f1)) - (segment (start 100.097189 85.835) (end 100.013397 85.918792) (width 0.25) (layer "B.Cu") (net 3) (tstamp 42e27ade-eeba-4263-a787-39f108a3f5bf)) - (segment (start 100.1 97.1) (end 100.035 97.035) (width 0.25) (layer "B.Cu") (net 3) (tstamp 4d770cf5-2570-44ce-82d7-01b22dd0dfa9)) - (segment (start 100.065 94.235) (end 100.1 94.2) (width 0.25) (layer "B.Cu") (net 3) (tstamp 4f926a51-5226-43cc-9957-25202b8286cb)) - (segment (start 95.15 91.435) (end 96.065 91.435) (width 0.25) (layer "B.Cu") (net 3) (tstamp 560363b2-f1f5-4f4e-a01c-b944d8cc7821)) - (segment (start 67.31 98.04) (end 67.31 98.09) (width 0.25) (layer "B.Cu") (net 3) (tstamp 5740f5f1-37d4-456c-875e-9ebb35ecd00c)) - (segment (start 100.065 102.635) (end 100.1 102.6) (width 0.25) (layer "B.Cu") (net 3) (tstamp 57893719-4e3e-402f-8b67-10cb9a3285f4)) - (segment (start 100.065 88.635) (end 100.1 88.6) (width 0.25) (layer "B.Cu") (net 3) (tstamp 57e89710-4035-4fce-b4ab-3eb33fbf297d)) - (segment (start 95.15 88.635) (end 96.065 88.635) (width 0.25) (layer "B.Cu") (net 3) (tstamp 5915437d-3d33-40dc-bddd-7a4b3a8695a3)) - (segment (start 97.05 99.835) (end 96.135 99.835) (width 0.25) (layer "B.Cu") (net 3) (tstamp 59a5c6ab-d31a-4edc-bdbf-2291924abbc1)) - (segment (start 88.25 111) (end 87.20001 111) (width 0.45) (layer "B.Cu") (net 3) (tstamp 5b484aaf-46b1-4f93-a082-ea4e63e72dd8)) - (segment (start 97.05 94.235) (end 96.135 94.235) (width 0.25) (layer "B.Cu") (net 3) (tstamp 5bc3b26b-97af-443e-88ec-f1e480af5ab0)) - (segment (start 96.135 91.435) (end 96.1 91.4) (width 0.25) (layer "B.Cu") (net 3) (tstamp 5cc6d770-b491-48db-80e1-a31881bdc80d)) - (segment (start 96.065 105.435) (end 96.1 105.4) (width 0.25) (layer "B.Cu") (net 3) (tstamp 5d9748b0-9ada-4af4-8128-cf3ea6000962)) - (segment (start 82.5 95.1) (end 81.785 95.1) (width 0.25) (layer "B.Cu") (net 3) (tstamp 5eaefe45-4377-4f72-b5ff-c30dbfcff29f)) - (segment (start 81.785 95.1) (end 81.7 95.185) (width 0.25) (layer "B.Cu") (net 3) (tstamp 609c70f4-1479-4ca4-a93e-8230d97706fb)) - (segment (start 86.855611 100.168111) (end 86.6875 100) (width 0.25) (layer "B.Cu") (net 3) (tstamp 67ffeb0f-301e-465b-88a4-09ca3188f9fc)) - (segment (start 95.15 99.835) (end 96.065 99.835) (width 0.25) (layer "B.Cu") (net 3) (tstamp 76a70ff5-b708-4b9c-ba2f-bb11f1823490)) - (segment (start 83.3 94.385) (end 83.215 94.3) (width 0.25) (layer "B.Cu") (net 3) (tstamp 7ab6fae9-56c8-4516-b817-e0c8cea9f716)) - (segment (start 97.05 102.635) (end 96.135 102.635) (width 0.25) (layer "B.Cu") (net 3) (tstamp 7c8e1fcd-d984-4f9d-ab1e-50f0418861b3)) - (segment (start 95.15 85.835) (end 96.065 85.835) (width 0.25) (layer "B.Cu") (net 3) (tstamp 7cd7460a-de4d-4e2d-ab86-f2bbbcecffa6)) - (segment (start 99.15 99.835) (end 100.065 99.835) (width 0.25) (layer "B.Cu") (net 3) (tstamp 7fe205fe-6e0e-4d47-97e6-ac4d30e9624d)) - (segment (start 96.135 102.635) (end 96.1 102.6) (width 0.25) (layer "B.Cu") (net 3) (tstamp 831f34f7-bb54-4f24-afae-cc9c189e51b1)) - (segment (start 78.2375 102.2) (end 78.15 102.1125) (width 0.25) (layer "B.Cu") (net 3) (tstamp 8548e026-66af-4296-90e9-67eb8298e6f4)) - (segment (start 99.15 85.835) (end 99.929605 85.835) (width 0.25) (layer "B.Cu") (net 3) (tstamp 86359855-82b9-4b88-b24d-0cce9e35d2ed)) - (segment (start 97.05 85.835) (end 96.135 85.835) (width 0.25) (layer "B.Cu") (net 3) (tstamp 8656927c-d21a-4c21-bbce-59fe9fc6c17c)) - (segment (start 97.05 88.635) (end 96.135 88.635) (width 0.25) (layer "B.Cu") (net 3) (tstamp 86ab502a-b4f3-439d-b0ba-23f8fc09431b)) - (segment (start 95.15 105.435) (end 96.065 105.435) (width 0.25) (layer "B.Cu") (net 3) (tstamp 86dffbef-4b48-463a-9a3d-e6af423c0b62)) - (segment (start 100.065 99.835) (end 100.1 99.8) (width 0.25) (layer "B.Cu") (net 3) (tstamp 8abaee25-a262-4309-8b76-32f8b2d7e0ff)) - (segment (start 88.135 99.833109) (end 87.799998 100.168111) (width 0.25) (layer "B.Cu") (net 3) (tstamp 8afd9c35-4e4d-476d-9e26-4a9f78600246)) - (segment (start 100.1 97.1) (end 100.165 97.035) (width 0.25) (layer "B.Cu") (net 3) (tstamp 8caa6ac8-9324-4dbf-9999-0ab7579656ee)) - (segment (start 96.135 85.835) (end 96.1 85.8) (width 0.25) (layer "B.Cu") (net 3) (tstamp 931bb4cf-a6ba-41ca-ba4c-951036e4380b)) - (segment (start 100.165 97.035) (end 101.05 97.035) (width 0.25) (layer "B.Cu") (net 3) (tstamp 962defff-51d6-4ea0-9a4d-3205cf1d6dd3)) - (segment (start 100.135 88.635) (end 100.1 88.6) (width 0.25) (layer "B.Cu") (net 3) (tstamp 970d452e-0d6e-457f-9ba4-3c0630e216dc)) - (segment (start 101.05 88.635) (end 100.135 88.635) (width 0.25) (layer "B.Cu") (net 3) (tstamp 9994c4c6-47d1-4ef0-b938-b5690fdc29dc)) - (segment (start 96.1 97.1) (end 95.985 96.985) (width 0.25) (layer "B.Cu") (net 3) (tstamp 9dd98557-9d35-4410-bb42-c60c8569f6b4)) - (segment (start 80.05 99.015) (end 79.795358 99.269642) (width 0.25) (layer "B.Cu") (net 3) (tstamp 9f7dbd4a-2bf2-4d43-a3ce-a0a9f7633e85)) - (segment (start 101.05 85.835) (end 100.097189 85.835) (width 0.25) (layer "B.Cu") (net 3) (tstamp 9f9d4e75-460b-4229-b546-57433be75d08)) - (segment (start 100.135 102.635) (end 100.1 102.6) (width 0.25) (layer "B.Cu") (net 3) (tstamp a0f97c88-a377-4734-bf9e-5236e5048cb7)) - (segment (start 83.3 95.1) (end 84.1 95.1) (width 0.25) (layer "B.Cu") (net 3) (tstamp a1aad2b7-d537-4ebe-9600-9849a0eda02a)) - (segment (start 88.135 98.8) (end 88.135 99.833109) (width 0.25) (layer "B.Cu") (net 3) (tstamp a294cc83-b7a3-4d8e-8390-ecf01eed960d)) - (segment (start 95.15 102.635) (end 96.065 102.635) (width 0.25) (layer "B.Cu") (net 3) (tstamp a3830df9-d1d3-4c2b-bae2-e61676fadddd)) - (segment (start 82.585 97.5) (end 82.585 97.384602) (width 0.25) (layer "B.Cu") (net 3) (tstamp a3d9cdb6-e43b-461e-a4de-1d1950b91964)) - (segment (start 96.135 94.235) (end 96.1 94.2) (width 0.25) (layer "B.Cu") (net 3) (tstamp a42a2024-e3b5-49be-a857-760197edaacf)) - (segment (start 99.15 88.635) (end 100.065 88.635) (width 0.25) (layer "B.Cu") (net 3) (tstamp a966cc50-e3cb-495c-a79b-6ec88d834960)) - (segment (start 84.1 95.9) (end 83.3 95.9) (width 0.25) (layer "B.Cu") (net 3) (tstamp b1ffd1fd-32ab-4a8c-9cb0-68c64d5846a8)) - (segment (start 82.5 95.1) (end 83.3 95.1) (width 0.25) (layer "B.Cu") (net 3) (tstamp b298629a-6446-4c5e-b89f-d777a2adc734)) - (segment (start 100.135 94.235) (end 100.1 94.2) (width 0.25) (layer "B.Cu") (net 3) (tstamp b69519ee-5035-4725-9f32-90c7cfdb2f78)) - (segment (start 96.065 88.635) (end 96.1 88.6) (width 0.25) (layer "B.Cu") (net 3) (tstamp b7cc3d0e-1fc8-4cd7-a3c2-1509da6ebf42)) - (segment (start 100.132434 105.435) (end 100.087874 105.39044) (width 0.25) (layer "B.Cu") (net 3) (tstamp b9d7e704-05fd-4e1e-9a19-5200b9526e44)) - (segment (start 100.035 97.035) (end 99.15 97.035) (width 0.25) (layer "B.Cu") (net 3) (tstamp b9fcbea8-79b2-47b3-ba05-6d88b4193114)) - (segment (start 83.3 96.615) (end 83.215 96.7) (width 0.25) (layer "B.Cu") (net 3) (tstamp bb129291-f2e6-46dd-9837-54ea9080eef3)) - (segment (start 101.05 105.435) (end 100.132434 105.435) (width 0.25) (layer "B.Cu") (net 3) (tstamp bea06c88-f6d1-4881-a90f-de290cdec45c)) - (segment (start 96.135 105.435) (end 96.1 105.4) (width 0.25) (layer "B.Cu") (net 3) (tstamp bf2d37ee-0580-41c4-a68d-fd6a44353604)) - (segment (start 95.985 96.985) (end 95.15 96.985) (width 0.25) (layer "B.Cu") (net 3) (tstamp c162194b-67d4-4e41-9f8f-ed2653e0d196)) - (segment (start 83.3 95.9) (end 83.3 96.615) (width 0.25) (layer "B.Cu") (net 3) (tstamp c1dda76a-acc4-4d23-b272-ba16345aa407)) - (segment (start 99.15 102.635) (end 100.065 102.635) (width 0.25) (layer "B.Cu") (net 3) (tstamp c41eb38f-5020-436b-a7e8-2800b1b42cb3)) - (segment (start 72.885 110.1) (end 72.885 110.885) (width 0.15) (layer "B.Cu") (net 3) (tstamp c7c34d7a-e4e9-4020-9eb2-3f57bf5616f3)) - (segment (start 84.1 95.1) (end 84.1 95.9) (width 0.25) (layer "B.Cu") (net 3) (tstamp cd3851c8-43a7-44ba-a57d-7da51bf4d405)) - (segment (start 96.065 102.635) (end 96.1 102.6) (width 0.25) (layer "B.Cu") (net 3) (tstamp d0ced54f-6264-423b-87ce-3bef76a25c53)) - (segment (start 99.15 94.235) (end 100.065 94.235) (width 0.25) (layer "B.Cu") (net 3) (tstamp d190d7a3-7bf5-42db-8c6f-15b2790a1189)) - (segment (start 96.135 88.635) (end 96.1 88.6) (width 0.25) (layer "B.Cu") (net 3) (tstamp d646c145-0888-4122-a9ee-c80c4050d447)) - (segment (start 100.065 91.435) (end 100.1 91.4) (width 0.25) (layer "B.Cu") (net 3) (tstamp dc542a74-3cf6-4d42-8438-45e8782471ea)) - (segment (start 83.3 95.9) (end 83.3 95.1) (width 0.25) (layer "B.Cu") (net 3) (tstamp def56ef8-2877-4427-9903-57250c5a3b07)) - (segment (start 96.135 99.835) (end 96.1 99.8) (width 0.25) (layer "B.Cu") (net 3) (tstamp e5b1a537-025d-4960-bf65-60bf80ff2612)) - (segment (start 95.15 94.235) (end 96.065 94.235) (width 0.25) (layer "B.Cu") (net 3) (tstamp eabefcf5-7a2a-47a2-a506-c7f7fecadbd6)) - (segment (start 76.385 110.1) (end 76.385 110.885) (width 0.15) (layer "B.Cu") (net 3) (tstamp ec455f14-8610-4dde-a4b5-a166f9fea2dc)) - (segment (start 101.05 102.635) (end 100.135 102.635) (width 0.25) (layer "B.Cu") (net 3) (tstamp ee202a96-96ee-464e-a148-4b76788af37e)) - (segment (start 67.29 94.25) (end 67.31 94.23) (width 0.25) (layer "B.Cu") (net 3) (tstamp f0438862-6f0b-4bc2-aa8e-eb45642585c1)) - (segment (start 101.05 91.435) (end 100.135 91.435) (width 0.25) (layer "B.Cu") (net 3) (tstamp f0565a46-1cb7-47ed-968c-18708859f551)) - (segment (start 101.05 99.835) (end 100.135 99.835) (width 0.25) (layer "B.Cu") (net 3) (tstamp f311b56d-bf9d-4440-a0f6-3437d0e78bcd)) - (segment (start 90.715 99.735) (end 90.8 99.65) (width 0.25) (layer "B.Cu") (net 3) (tstamp f621dca6-2e8a-4ab7-8a4b-480d0a1e895d)) - (segment (start 87.796516 100.164629) (end 87.799998 100.168111) (width 0.25) (layer "B.Cu") (net 3) (tstamp f722ea3c-0557-407a-b5bf-641f8a291a63)) - (segment (start 72.885 110.885) (end 72.9 110.9) (width 0.15) (layer "B.Cu") (net 3) (tstamp fa113599-7f96-408a-8974-e29046fc38ba)) - (segment (start 83.215 96.754602) (end 83.215 96.7) (width 0.25) (layer "B.Cu") (net 3) (tstamp fb9fd0cb-b849-4e64-8a61-8cf837849888)) - (segment (start 96.065 91.435) (end 96.1 91.4) (width 0.25) (layer "B.Cu") (net 3) (tstamp fbdc63e1-c554-4671-b0ed-f93dd16f3e69)) - (segment (start 83.3 95.1) (end 83.3 94.385) (width 0.25) (layer "B.Cu") (net 3) (tstamp fd4bdd26-e48c-49cf-9f62-cc6bfc3c25b9)) - (segment (start 87.799998 100.168111) (end 86.855611 100.168111) (width 0.25) (layer "B.Cu") (net 3) (tstamp ff9989c6-7a02-4da9-9a30-c5fc15f960c5)) - (segment (start 79.1 102.2) (end 78.2375 102.2) (width 0.25) (layer "B.Cu") (net 3) (tstamp ff9a1aba-a8b3-4e68-bf1a-5125133ea3ee)) - (segment (start 122.199992 97.400008) (end 122.2 97.4) (width 0.15) (layer "F.Cu") (net 4) (tstamp 00000000-0000-0000-0000-00005f6ca985)) - (segment (start 120.7 108.887932) (end 121.1 108.487932) (width 0.15) (layer "F.Cu") (net 4) (tstamp 02c1c33f-c8b0-4d35-8737-30d2579ed90a)) - (segment (start 116.6 92.46835) (end 116.6 91.707753) (width 0.15) (layer "F.Cu") (net 4) (tstamp 083e1a17-4d2b-41f4-9f1b-ca7db66d10c6)) - (segment (start 124.45 95.2) (end 124.9 95.2) (width 0.15) (layer "F.Cu") (net 4) (tstamp 08bad1ef-7879-432e-92ea-cae26bc2291c)) - (segment (start 122.4 97.4) (end 123.5 96.3) (width 0.15) (layer "F.Cu") (net 4) (tstamp 0f744dc3-8721-49cc-9c6c-bbc875ac49de)) - (segment (start 121.1 108.487932) (end 121.1 107.6) (width 0.15) (layer "F.Cu") (net 4) (tstamp 13f7a552-a646-40e6-b51b-e08ee801d2ce)) - (segment (start 73.2 103.55) (end 73.2 106.4) (width 0.15) (layer "F.Cu") (net 4) (tstamp 15d09f2a-616a-4679-9c4a-51cbcd498c23)) - (segment (start 126.9 83.4) (end 125.5 83.4) (width 0.15) (layer "F.Cu") (net 4) (tstamp 160deb35-a0f6-4e92-8900-29c92dc5c1d8)) - (segment (start 125.2 94.2) (end 124.6 93.6) (width 0.15) (layer "F.Cu") (net 4) (tstamp 1c5ea616-a39d-40ac-92a4-ccfd992fdc70)) - (segment (start 123.5 96.3) (end 123.5 96.15) (width 0.15) (layer "F.Cu") (net 4) (tstamp 1de9dde9-f32f-45ab-be8b-8ff4403cbd31)) - (segment (start 120.7 112.5) (end 120.7 108.887932) (width 0.15) (layer "F.Cu") (net 4) (tstamp 1eeecfbb-3527-478e-b14e-f1a92259fe26)) - (segment (start 118.5 104.9) (end 118.1 104.5) (width 0.15) (layer "F.Cu") (net 4) (tstamp 244d0622-2f04-4395-b0ce-fa7cdc47da8f)) - (segment (start 76.7 105.3) (end 76.4 105) (width 0.15) (layer "F.Cu") (net 4) (tstamp 2af41a6f-50e3-4940-94db-0303a147d3dd)) - (segment (start 108.5 98.9) (end 108.5 99) (width 0.15) (layer "F.Cu") (net 4) (tstamp 30e6816a-934e-4ead-9b92-dcd91099f61d)) - (segment (start 82.1 97.9) (end 81.7 98.3) (width 0.15) (layer "F.Cu") (net 4) (tstamp 342b238b-4bf8-4acb-8775-5aea0771c70f)) - (segment (start 73.225 108.0375) (end 73.225 106.425) (width 0.15) (layer "F.Cu") (net 4) (tstamp 37423ebb-da61-4b53-82b9-56249cacb701)) - (segment (start 66.6 99.5) (end 66.6 101.1) (width 0.15) (layer "F.Cu") (net 4) (tstamp 37831b48-f4c4-4a4e-96f6-6caf87351379)) - (segment (start 66.6 101.1) (end 67 101.5) (width 0.15) (layer "F.Cu") (net 4) (tstamp 457f42c3-5be7-4c16-bf1a-e05a256ab5fe)) - (segment (start 108.5 99) (end 109.275 99.775) (width 0.15) (layer "F.Cu") (net 4) (tstamp 4871090e-e0b1-4014-8fea-f2f7f4c1f8bb)) - (segment (start 126.3 93.6) (end 128.07491 91.82509) (width 0.15) (layer "F.Cu") (net 4) (tstamp 4c3f0484-35fb-40b3-9c12-239ebdd949e5)) - (segment (start 76.7 106.4) (end 76.7 105.3) (width 0.15) (layer "F.Cu") (net 4) (tstamp 54bb022c-4f06-483c-8e47-3bfbe88d31c6)) - (segment (start 88.3 113.5) (end 92 117.2) (width 0.15) (layer "F.Cu") (net 4) (tstamp 5505926f-28db-45fe-8341-9fd8bebcd326)) - (segment (start 123.5 96.15) (end 124.45 95.2) (width 0.15) (layer "F.Cu") (net 4) (tstamp 554e6b91-842b-4b82-acea-8be18d8f5bac)) - (segment (start 73.225 106.425) (end 73.2 106.4) (width 0.15) (layer "F.Cu") (net 4) (tstamp 5560282b-6508-4de2-a053-9ca94efbff45)) - (segment (start 117.715825 93.584175) (end 116.6 92.46835) (width 0.15) (layer "F.Cu") (net 4) (tstamp 5d5b0a64-b828-4f15-a96b-3a0ad38c9616)) - (segment (start 76.725 106.425) (end 76.7 106.4) (width 0.15) (layer "F.Cu") (net 4) (tstamp 62e6bbf2-0687-4e77-93ce-ef97a656e234)) - (segment (start 124.6 93.6) (end 124.4 93.6) (width 0.15) (layer "F.Cu") (net 4) (tstamp 62f14c43-2006-4d9c-9ab8-2c0be4ab8f71)) - (segment (start 128.07491 91.82509) (end 128.07491 84.57491) (width 0.15) (layer "F.Cu") (net 4) (tstamp 6c40c0fe-1748-458d-bd29-8f24d16f7097)) - (segment (start 121.1 107.6) (end 119.7 107.6) (width 0.15) (layer "F.Cu") (net 4) (tstamp 6c499f23-5677-483d-b56c-f6cb8af766ab)) - (segment (start 108.5 98.9) (end 108.5 96.6) (width 0.15) (layer "F.Cu") (net 4) (tstamp 796618ff-adc1-4daf-832e-9d9cc9a2585a)) - (segment (start 92 117.2) (end 116 117.2) (width 0.15) (layer "F.Cu") (net 4) (tstamp 7b05dc4b-8994-4544-9dfc-6bb51aca0e1a)) - (segment (start 75.7 106.4) (end 74.915 106.4) (width 0.15) (layer "F.Cu") (net 4) (tstamp 7f9079fb-4bb5-49c4-a614-f2b01b46359a)) - (segment (start 118.5 106.4) (end 118.5 104.9) (width 0.15) (layer "F.Cu") (net 4) (tstamp 8332abe0-513c-4c6f-9236-05683cae4596)) - (segment (start 122.2 97.4) (end 121.53165 97.4) (width 0.15) (layer "F.Cu") (net 4) (tstamp 833632e3-89a5-48d8-98b6-547be90ad674)) - (segment (start 72.75 103.1) (end 73.2 103.55) (width 0.15) (layer "F.Cu") (net 4) (tstamp 8d170399-f0ef-41c8-b923-0b2c3f069513)) - (segment (start 75.7 106.4) (end 76.7 106.4) (width 0.15) (layer "F.Cu") (net 4) (tstamp 9037c378-1baa-4d51-90fc-227832322b98)) - (segment (start 74.915 106.4) (end 74.9 106.385) (width 0.15) (layer "F.Cu") (net 4) (tstamp 90fa28c9-f9fd-49f1-8866-c2b4919ee438)) - (segment (start 124.9 95.2) (end 125.2 94.9) (width 0.15) (layer "F.Cu") (net 4) (tstamp 925b0ad6-5413-4b16-a720-28e9e56ec287)) - (segment (start 109.275 99.775) (end 109.8375 99.775) (width 0.15) (layer "F.Cu") (net 4) (tstamp 9c13bc04-6c55-4fe1-abf9-4cf52a065eec)) - (segment (start 125.2 94.9) (end 125.2 94.2) (width 0.15) (layer "F.Cu") (net 4) (tstamp a039febc-b3cb-4b9f-b74e-8b5ae338878a)) - (segment (start 68.6 103.1) (end 72.75 103.1) (width 0.15) (layer "F.Cu") (net 4) (tstamp a411903f-4de6-4ee7-aee3-770ddf1a3374)) - (segment (start 128.07491 84.57491) (end 126.9 83.4) (width 0.15) (layer "F.Cu") (net 4) (tstamp a41c656b-c1d5-4600-8933-88a1e064dd0d)) - (segment (start 119.7 107.6) (end 118.5 106.4) (width 0.15) (layer "F.Cu") (net 4) (tstamp acbe3bc2-da2d-4575-a015-e9f4e495bd9e)) - (segment (start 124.4 93.6) (end 126.3 93.6) (width 0.15) (layer "F.Cu") (net 4) (tstamp bd576e5e-f6a8-448a-bb78-4f045c3f1b37)) - (segment (start 108.5 96.6) (end 109.6 95.5) (width 0.15) (layer "F.Cu") (net 4) (tstamp bf9951cf-d5ee-44c8-a616-67f84aa7d89c)) - (segment (start 122.2 97.4) (end 122.4 97.4) (width 0.15) (layer "F.Cu") (net 4) (tstamp c3f23d07-a72a-42cc-a576-aacd2bbb7961)) - (segment (start 67 101.5) (end 68.6 103.1) (width 0.15) (layer "F.Cu") (net 4) (tstamp cbe9fb0f-1393-4f98-ab3d-28189cd4fb56)) - (segment (start 109.6 95.5) (end 115.8 95.5) (width 0.15) (layer "F.Cu") (net 4) (tstamp d7bbb03c-7336-4248-b4d9-336c31f2f8c4)) - (segment (start 116.6 91.707753) (end 116.117247 91.225) (width 0.15) (layer "F.Cu") (net 4) (tstamp d92c98e1-57d8-4c84-9de3-bd59837d7fba)) - (segment (start 121.53165 97.4) (end 117.715825 93.584175) (width 0.15) (layer "F.Cu") (net 4) (tstamp eb245694-5d4a-4580-b58e-31acf2bba517)) - (segment (start 116 117.2) (end 120.7 112.5) (width 0.15) (layer "F.Cu") (net 4) (tstamp f02c5fd3-b856-4d17-92b9-4d41a44228f0)) - (segment (start 116.117247 91.225) (end 115.5625 91.225) (width 0.15) (layer "F.Cu") (net 4) (tstamp f90a51ff-416f-4eac-82ed-38c599a6ae3f)) - (segment (start 115.8 95.5) (end 117.715825 93.584175) (width 0.15) (layer "F.Cu") (net 4) (tstamp fb7892a0-29e9-4d08-86e9-ed9ad1c00745)) - (segment (start 76.725 108.0375) (end 76.725 106.425) (width 0.15) (layer "F.Cu") (net 4) (tstamp fd350e29-c281-44e5-a505-56f7267dc7c1)) - (via (at 73.2 106.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 4) (tstamp 070b0340-976b-4974-ba01-f7973267eaea)) - (via (at 108.5 98.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 4) (tstamp 0e3033c9-10ba-4ec4-9f5a-f9c0baa896c5)) - (via (at 67 101.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 4) (tstamp 306ab86b-fe51-4cc4-b4d0-913617d0e9a1)) - (via (at 118.1 104.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 4) (tstamp 308921f5-5212-48d1-b87d-a5e65e963425)) - (via (at 76.7 106.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 4) (tstamp 51ce5234-071a-423f-81eb-848386f1f5dc)) - (via (at 88.3 113.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 4) (tstamp ebc12e1b-80b0-437c-bc63-293e25268c98)) - (via (at 81.7 98.3) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 4) (tstamp f2be5d42-df5c-4a4a-8834-2bf8607644b3)) - (segment (start 88.3 113.5) (end 88.3 113.5) (width 0.15) (layer "B.Cu") (net 4) (tstamp 00000000-0000-0000-0000-00005f73684e)) - (segment (start 76.7 106.4) (end 76.45 106.15) (width 0.15) (layer "B.Cu") (net 4) (tstamp 22370bd4-e871-4aed-a947-13389824a5f4)) - (segment (start 76.7 106.4) (end 76.924812 106.175188) (width 0.15) (layer "B.Cu") (net 4) (tstamp 48cffc50-fb06-4eb1-9b93-78f85a43b110)) - (segment (start 108.5 98.9) (end 109.7 100.1) (width 0.15) (layer "B.Cu") (net 4) (tstamp 4c6335cd-12b0-4110-b591-a416d64018c7)) - (segment (start 73.45 106.15) (end 73.2 106.4) (width 0.15) (layer "B.Cu") (net 4) (tstamp 5a58d39a-2ec3-4ef0-abec-6ec66d1cf4f2)) - (segment (start 119.500089 103.099911) (end 118.1 104.5) (width 0.15) (layer "B.Cu") (net 4) (tstamp 5eb1f7ee-9a6a-4ec6-9280-6b1b89d7fdfb)) - (segment (start 109.7 100.1) (end 119 100.1) (width 0.15) (layer "B.Cu") (net 4) (tstamp 744ca325-0072-47d4-b749-801bb8d1a28d)) - (segment (start 84.875188 106.175188) (end 86.6 107.9) (width 0.15) (layer "B.Cu") (net 4) (tstamp 7dcc42dc-83c5-4a58-bb53-a5f05330d5f8)) - (segment (start 81.7 98.3) (end 81.7 100.45) (width 0.15) (layer "B.Cu") (net 4) (tstamp 92b9c171-f48f-4a07-a929-746ef8b65aa5)) - (segment (start 76.45 106.15) (end 73.45 106.15) (width 0.15) (layer "B.Cu") (net 4) (tstamp 9d9f9a95-294c-4de2-8938-8eb1193fae0e)) - (segment (start 119 100.1) (end 119.500089 100.600089) (width 0.15) (layer "B.Cu") (net 4) (tstamp 9fbfb825-a6e0-4204-ba89-ecec7e2dcf5c)) - (segment (start 86.6 111.8) (end 88.3 113.5) (width 0.15) (layer "B.Cu") (net 4) (tstamp b1ea61e3-8197-47f3-a174-72d230429ed2)) - (segment (start 81.7 100.45) (end 78.95 103.2) (width 0.15) (layer "B.Cu") (net 4) (tstamp c6856901-58da-4d47-8b84-a30396a67ec7)) - (segment (start 78.95 103.2) (end 68.7 103.2) (width 0.15) (layer "B.Cu") (net 4) (tstamp dc0220f9-04c1-449e-84d0-375c676e54f2)) - (segment (start 68.7 103.2) (end 67 101.5) (width 0.15) (layer "B.Cu") (net 4) (tstamp ec1e31f9-8ff4-4179-bca9-591f5f6c21ff)) - (segment (start 86.6 107.9) (end 86.6 111.8) (width 0.15) (layer "B.Cu") (net 4) (tstamp f21adf6a-f285-4b44-adee-f33ac0ad1ce8)) - (segment (start 119.500089 100.600089) (end 119.500089 103.099911) (width 0.15) (layer "B.Cu") (net 4) (tstamp f2227206-4c84-434c-b85d-b3d50163b425)) - (segment (start 76.924812 106.175188) (end 84.875188 106.175188) (width 0.15) (layer "B.Cu") (net 4) (tstamp f4e605a5-bff5-4896-ba3d-c2d51cc5f9d8)) - (segment (start 94.7 109) (end 93.7 109) (width 0.45) (layer "F.Cu") (net 5) (tstamp 00000000-0000-0000-0000-00005cb08fb9)) - (segment (start 64.85 109.25) (end 64.85 109.9) (width 0.25) (layer "F.Cu") (net 5) (tstamp 00000000-0000-0000-0000-00005f476cba)) - (segment (start 63.7 111.9) (end 63.7 112.6) (width 0.75) (layer "F.Cu") (net 5) (tstamp 00000000-0000-0000-0000-00005f476cbd)) - (segment (start 63.65 111.85) (end 63.7 111.9) (width 0.25) (layer "F.Cu") (net 5) (tstamp 00000000-0000-0000-0000-00005f476d77)) - (segment (start 64.85 109.9) (end 64.85 110.55) (width 0.35) (layer "F.Cu") (net 5) (tstamp 00000000-0000-0000-0000-00005f476d89)) - (segment (start 64.85 115) (end 64.85 115.65) (width 0.35) (layer "F.Cu") (net 5) (tstamp 00000000-0000-0000-0000-00005f476e49)) - (segment (start 64.85 110.55) (end 64.85 111.725) (width 0.35) (layer "F.Cu") (net 5) (tstamp 00000000-0000-0000-0000-00005f476e5e)) - (segment (start 64.85 111.725) (end 65.025 111.9) (width 0.35) (layer "F.Cu") (net 5) (tstamp 00000000-0000-0000-0000-00005f476e67)) - (segment (start 64.8 104.2) (end 63.7 104.2) (width 0.75) (layer "F.Cu") (net 5) (tstamp 18908268-5e23-434f-a0e7-cbb2b0392f45)) - (segment (start 62.2 111.85) (end 63.5 111.85) (width 0.25) (layer "F.Cu") (net 5) (tstamp 21d8c47c-4cf0-4c07-9491-9a6bb6d4083a)) - (segment (start 63.7 116.999962) (end 63.7 117.55018) (width 0.75) (layer "F.Cu") (net 5) (tstamp 2b71dc2a-4c96-42a0-bd46-95937452e3f3)) - (segment (start 64.85 115.65) (end 64.85 116.7375) (width 0.35) (layer "F.Cu") (net 5) (tstamp 38f6964d-c259-4242-95b5-b9af9bf14d6c)) - (segment (start 63.700038 117) (end 63.7 116.999962) (width 0.75) (layer "F.Cu") (net 5) (tstamp 519c04a5-b809-4083-bdcb-581e5798f389)) - (segment (start 63 98.25) (end 63 101.8) (width 0.75) (layer "F.Cu") (net 5) (tstamp 57c102eb-b177-4220-ac3e-15a5da0e4ef6)) - (segment (start 63.7 102.5) (end 63.7 104.2) (width 0.75) (layer "F.Cu") (net 5) (tstamp 754700b8-82bc-4d0e-926c-196988658878)) - (segment (start 63 101.8) (end 63.7 102.5) (width 0.75) (layer "F.Cu") (net 5) (tstamp 8f7a1c62-e866-4146-b861-025badda20d3)) - (segment (start 64.85 116.7375) (end 65.1125 117) (width 0.35) (layer "F.Cu") (net 5) (tstamp 8ffd1010-e240-4259-9498-37bf8e52f29e)) - (segment (start 63.7 104.2) (end 63.7 112.6) (width 0.75) (layer "F.Cu") (net 5) (tstamp 931eb86e-e3f8-4687-aff5-9e37ac6b9849)) - (segment (start 65.1125 117) (end 63.700038 117) (width 0.75) (layer "F.Cu") (net 5) (tstamp a94c856f-aa13-433f-9f44-bd4724bec9ed)) - (segment (start 62.2 111.285) (end 62.3 111.185) (width 0.25) (layer "F.Cu") (net 5) (tstamp b09903a5-693f-4dec-87b4-b28ce4c6d7db)) - (segment (start 62.3 111.185) (end 62.885 110.6) (width 0.25) (layer "F.Cu") (net 5) (tstamp c39b5135-fbe0-4931-ad80-ed9c1070d5dd)) - (segment (start 63.5 111.85) (end 63.7 112.05) (width 0.25) (layer "F.Cu") (net 5) (tstamp cf6c9828-d663-47f6-a4ca-8ec07a2d5311)) - (segment (start 62.2 111.85) (end 62.2 111.285) (width 0.25) (layer "F.Cu") (net 5) (tstamp e0dc366a-91de-469c-9519-00ce64d02647)) - (segment (start 93.7 109) (end 90.7 112) (width 0.45) (layer "F.Cu") (net 5) (tstamp ece535e5-4fc3-4a25-aa21-10feba6cc504)) - (segment (start 65.1125 111.9) (end 63.7 111.9) (width 0.75) (layer "F.Cu") (net 5) (tstamp f8824121-5c2e-4d31-8731-4a8b3bb87bbc)) - (via (at 63.7 112.05) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp 00000000-0000-0000-0000-00005f476d71)) - (via (at 63.7 116.999962) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp 00000000-0000-0000-0000-00005f476da1)) - (via (at 63.7 112.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp 00000000-0000-0000-0000-00005f476e43)) - (via (at 126.6 91.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp 003ad17d-831b-4d0b-96cd-c4dc99e2314f)) - (via (at 120.5 99.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp 20f6e38c-67a5-4644-b9a7-6ec89b3b64fd)) - (via (at 63.7 110.95) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp 48016a16-8602-46dd-bd85-d3687867709e)) - (via (at 90.7 112) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp 4887c61f-5eee-47ed-8575-94bf50340195)) - (via (at 120 99.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp 6d37ba34-3704-4806-86e1-7fae824ef21b)) - (via (at 126.1 91.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp 79d5e4ae-1bbc-4f06-959e-391f5b194e0e)) - (via (at 119.5 99.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp 8ee69a29-e666-41b5-8ae6-a4a1a8687d7c)) - (via (at 121 99.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp 92c15745-902a-4afa-9c24-dd3fb8f004e2)) - (via (at 63.7 117.55018) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp 9bc1f9b0-8c47-431f-99ec-8a9b89e7b1d6)) - (via (at 127.1 91.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp a15870b4-20f7-4f81-83ab-93da37c2d447)) - (via (at 125.6 91.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp a4523af0-9cc4-4355-96d1-c401269d0754)) - (via (at 82.8 116) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp d04609a5-dda0-4859-95b5-7b9c98ee48d6)) - (via (at 63.7 111.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 5) (tstamp e02cc154-2e4b-4cc3-94d2-75105d00954f)) - (segment (start 90.7 118.2) (end 90.7 112) (width 0.45) (layer "In2.Cu") (net 5) (tstamp 06305251-e378-4891-9146-8f07d688bb2e)) - (segment (start 63.7 112.6) (end 63.7 116.999962) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 08f73a32-8b79-4586-8a34-9772d25ce1d2)) - (segment (start 126.6 91.9) (end 127.1 91.9) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 0c8d52d9-074d-40bc-b82c-fc19c0dd0720)) - (segment (start 70.465146 118.4) (end 64.54982 118.4) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 0f438ca3-64ee-42a4-ac03-e250d39c13cc)) - (segment (start 120 99.1) (end 120.5 99.1) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 12ab2339-befe-4c2a-83fe-ca919424ff18)) - (segment (start 64.54982 118.4) (end 63.7 117.55018) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 2aa797da-22c8-4162-a9ff-e88bddb1e2cb)) - (segment (start 76.65 116) (end 72.865146 116) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 39d923a3-b0d2-4d5a-a6a0-2b7be3deae1a)) - (segment (start 82.8 118.2) (end 78.85 118.2) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 407bc257-b626-46dc-bc77-2c05c4d78a75)) - (segment (start 63.7 116.999962) (end 63.7 117.55018) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 439749f2-96d3-44a8-bdc0-e4c1c8bbc1ad)) - (segment (start 119.5 99.1) (end 119.5 101.6) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 4bdf9273-f70d-4ee3-a52b-4a4d159d5e4d)) - (segment (start 125.6 91.9) (end 126.1 91.9) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 513c787d-af71-4c0e-b09c-7970ce5cab4f)) - (segment (start 88.9 118.2) (end 82.8 118.2) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 568648f7-ac47-48c3-bd62-92ec15744260)) - (segment (start 119.5 99.1) (end 120 99.1) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 59147bef-e7d3-42c9-9796-6326ea61071b)) - (segment (start 78.85 118.2) (end 76.65 116) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 6951e00b-3d43-4e07-a569-ed8cfb5a2610)) - (segment (start 125.6 94.5) (end 125.6 91.9) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 8b6a3786-a85d-466b-bca1-67385267d6f5)) - (segment (start 121 99.1) (end 125.6 94.5) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 8ceacb90-c76b-4dd9-89e7-625dcc9359be)) - (segment (start 126.1 91.9) (end 126.6 91.9) (width 0.75) (layer "In2.Cu") (net 5) (tstamp 938031ef-949a-4d30-a689-e9f1a13859a1)) - (segment (start 72.865146 116) (end 70.465146 118.4) (width 0.75) (layer "In2.Cu") (net 5) (tstamp a454f013-fe39-462a-9b17-ff02f0725582)) - (segment (start 120.5 99.1) (end 121 99.1) (width 0.75) (layer "In2.Cu") (net 5) (tstamp a76336ab-532c-408d-8b31-294993bffb9b)) - (segment (start 116.3 118.2) (end 90.7 118.2) (width 0.75) (layer "In2.Cu") (net 5) (tstamp b84635d3-89fc-4969-a377-9e49692b6958)) - (segment (start 88.9 118.2) (end 90.7 118.2) (width 0.75) (layer "In2.Cu") (net 5) (tstamp c48a8f6a-aabd-46bb-b189-6c52e59ce28e)) - (segment (start 119 115.5) (end 116.3 118.2) (width 0.75) (layer "In2.Cu") (net 5) (tstamp c7a4b59d-cad2-44a0-b409-ce5b6e36e650)) - (segment (start 119.5 101.6) (end 119 102.1) (width 0.75) (layer "In2.Cu") (net 5) (tstamp c7a57b9c-7174-45c9-aecd-68da1b96447c)) - (segment (start 119 102.1) (end 119 115.5) (width 0.75) (layer "In2.Cu") (net 5) (tstamp e09afd86-2143-4e84-8ea7-5c1a72bd1bca)) - (segment (start 82.8 118.2) (end 82.8 116) (width 0.45) (layer "In2.Cu") (net 5) (tstamp e98b420c-006d-4677-8a40-42adba797a66)) - (segment (start 63.7 112.05) (end 63.7 110.95) (width 0.75) (layer "In2.Cu") (net 5) (tstamp e9b94cbb-b6a7-43f9-a9af-38d866bd1cb6)) - (segment (start 88.8 118.1) (end 88.9 118.2) (width 0.45) (layer "In2.Cu") (net 5) (tstamp eba43cf1-6d26-4220-8888-7152819486ce)) - (segment (start 63.7 111.9) (end 63.7 112.6) (width 0.75) (layer "In2.Cu") (net 5) (tstamp f9143c05-379b-4137-8b16-9228ffdb5a30)) - (segment (start 81.5 116) (end 82.8 116) (width 0.45) (layer "B.Cu") (net 5) (tstamp d7278cec-9bf5-40d0-a7e9-73a064c77d8d)) - (segment (start 74.1 89.5) (end 74.7 88.9) (width 0.15) (layer "F.Cu") (net 6) (tstamp 0719659f-0e4d-4bc3-90f2-cca9c1f2f3c2)) - (segment (start 74.9 91.47) (end 74.67 91.47) (width 0.15) (layer "F.Cu") (net 6) (tstamp 08b67bcf-72a4-4cb2-89cf-2d3abed391df)) - (segment (start 74.67 91.47) (end 74.1 90.9) (width 0.15) (layer "F.Cu") (net 6) (tstamp 118ed1ab-c2e9-4045-abaf-c084798b5aaf)) - (segment (start 59.75 115.8) (end 59.7 115.85) (width 0.15) (layer "F.Cu") (net 6) (tstamp 20d44f6a-736a-43bd-ba74-17795621b636)) - (segment (start 62.1 115.8) (end 62.8 115.1) (width 0.15) (layer "F.Cu") (net 6) (tstamp 778a6e9b-8450-4751-9ce7-950e829a0e06)) - (segment (start 59.75 115.8) (end 59.75 115.349986) (width 0.15) (layer "F.Cu") (net 6) (tstamp 7eb94617-5480-430e-a7f8-6949d726c747)) - (segment (start 74.1 90.9) (end 74.1 89.5) (width 0.15) (layer "F.Cu") (net 6) (tstamp 94ac34a7-c765-4491-9d5a-70eb0b4da71b)) - (segment (start 74.7 92.25) (end 74.9 92.05) (width 0.15) (layer "F.Cu") (net 6) (tstamp bb7e1885-8c5b-40e4-a514-27aa758ecfd2)) - (segment (start 62.1 115.8) (end 59.75 115.8) (width 0.15) (layer "F.Cu") (net 6) (tstamp bbc86d48-5ce4-4ddd-b79b-6c45ad7d510b)) - (segment (start 59.75 115.349986) (end 59.400014 115) (width 0.15) (layer "F.Cu") (net 6) (tstamp be38f05b-751e-404a-94cf-568c58838c13)) - (segment (start 73.85 92.25) (end 74.7 92.25) (width 0.15) (layer "F.Cu") (net 6) (tstamp f49665ae-fbc7-4b7f-a9b5-8cfef2850911)) - (segment (start 74.9 92.05) (end 74.9 91.47) (width 0.15) (layer "F.Cu") (net 6) (tstamp f7d1aafb-cad3-45ec-8cfb-85ffdf9aba98)) - (via (at 74.7 88.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 6) (tstamp 1275c83d-99ca-4102-9f58-3870f21768df)) - (via (at 59.400014 115) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 6) (tstamp 6c024c95-51fb-487b-814f-0e8912890c7e)) - (segment (start 58.8 114.399986) (end 58.8 93.6) (width 0.15) (layer "B.Cu") (net 6) (tstamp 8ce074e2-062d-45e5-82d2-ca5a35b1194f)) - (segment (start 59.400014 115) (end 58.8 114.399986) (width 0.15) (layer "B.Cu") (net 6) (tstamp d9305b65-05ec-4b58-9e1d-12260ccab5b4)) - (segment (start 58.8 93.6) (end 63.5 88.9) (width 0.15) (layer "B.Cu") (net 6) (tstamp e752d96b-3281-4b9e-a872-dc825e6e6a02)) - (segment (start 63.5 88.9) (end 74.7 88.9) (width 0.15) (layer "B.Cu") (net 6) (tstamp f418e77d-5d63-4bf4-8e48-568fcb58ce44)) - (segment (start 55.78 99.82) (end 55.784895 99.824895) (width 0.35) (layer "F.Cu") (net 7) (tstamp 0965facf-d28f-4f3e-92e5-6e21d166dbf1)) - (segment (start 51.950204 91.18) (end 51.855294 91.27491) (width 0.45) (layer "F.Cu") (net 7) (tstamp 293534a1-9613-4dcd-a048-ce9a885cba35)) - (segment (start 59.535 99.16809) (end 59.535 99.15) (width 0.35) (layer "F.Cu") (net 7) (tstamp 3e5caddd-242d-4fcc-bbff-f6dff96a5c42)) - (segment (start 51.855294 91.27491) (end 51.6 91.27491) (width 0.45) (layer "F.Cu") (net 7) (tstamp 59501395-780b-47e4-8967-9f965674a799)) - (segment (start 57.300047 90.975099) (end 58.628189 90.975099) (width 0.35) (layer "F.Cu") (net 7) (tstamp 60d76cd4-7135-41b5-bb14-f84115e2b595)) - (segment (start 58.628189 90.975099) (end 59.335 91.68191) (width 0.35) (layer "F.Cu") (net 7) (tstamp 63fcfc59-7439-416e-96ce-38a112eb4939)) - (segment (start 57.095146 91.18) (end 57.300047 90.975099) (width 0.35) (layer "F.Cu") (net 7) (tstamp 6f13e8dd-8f95-4897-aa4a-7af39b71330f)) - (segment (start 51.855294 99.72509) (end 51.6 99.72509) (width 0.45) (layer "F.Cu") (net 7) (tstamp 711565b5-75c9-4d3f-bcee-afb8175cf923)) - (segment (start 51.950204 99.82) (end 51.855294 99.72509) (width 0.45) (layer "F.Cu") (net 7) (tstamp 92239969-8570-4b17-96c9-822f147e1ad8)) - (segment (start 59.335 91.68191) (end 59.335 91.7) (width 0.35) (layer "F.Cu") (net 7) (tstamp b982722b-1bf7-4726-a5b9-a2b33c43ad35)) - (segment (start 55.385 100.215) (end 55.78 99.82) (width 0.15) (layer "F.Cu") (net 7) (tstamp d9661e06-f322-4141-a260-e567444a0f5a)) - (segment (start 55.78 91.18) (end 57.095146 91.18) (width 0.35) (layer "F.Cu") (net 7) (tstamp dcb39c74-b4fc-4cef-b985-815393bc340d)) - (segment (start 58.878195 99.824895) (end 59.535 99.16809) (width 0.35) (layer "F.Cu") (net 7) (tstamp de3a62ce-7926-4017-b32c-e08b5240df4f)) - (segment (start 55.784895 99.824895) (end 58.878195 99.824895) (width 0.35) (layer "F.Cu") (net 7) (tstamp e9f190b0-025c-4d65-aa92-d0adf3a7e80c)) - (segment (start 63.854582 96.655) (end 63.305 96.655) (width 0.19) (layer "F.Cu") (net 8) (tstamp 023011fd-8c6b-4c59-927b-38a6b78ac7d1)) - (segment (start 62.07 96.279582) (end 62.07 95.779582) (width 0.19) (layer "F.Cu") (net 8) (tstamp 03470583-2232-4b86-bf64-2b41cf6830fa)) - (segment (start 56.695 95.25) (end 55.5 95.25) (width 0.19) (layer "F.Cu") (net 8) (tstamp 0a6c6964-517b-4ffa-8358-a6e43ec1666e)) - (segment (start 64.679582 95.83) (end 63.854582 96.655) (width 0.19) (layer "F.Cu") (net 8) (tstamp 0a75f060-9ad0-4ebe-ae07-34bbdb9c610f)) - (segment (start 62.695 96.655) (end 62.445418 96.655) (width 0.19) (layer "F.Cu") (net 8) (tstamp 39dd521d-c0d3-4dc3-9f04-954364f19b5c)) - (segment (start 65.27 95.83) (end 64.679582 95.83) (width 0.19) (layer "F.Cu") (net 8) (tstamp 3de3899f-ecd3-4a2a-a1ab-87cef4e94650)) - (segment (start 61.599975 95.309557) (end 58.159557 95.309557) (width 0.19) (layer "F.Cu") (net 8) (tstamp 54b537a8-62a1-4be1-9498-f1c4ca3d7436)) - (segment (start 55.5 96.3) (end 55.55 96.25) (width 0.15) (layer "F.Cu") (net 8) (tstamp 702fdb0c-a8a4-413d-9e3e-882a2050d7d4)) - (segment (start 58.1 95.25) (end 56.695 95.25) (width 0.19) (layer "F.Cu") (net 8) (tstamp 826883eb-791a-4f94-b3a6-d07e9c71fba1)) - (segment (start 65.85 95.75) (end 65.35 95.75) (width 0.19) (layer "F.Cu") (net 8) (tstamp 886549e8-81c2-4c47-8464-9e4afcaa7ca4)) - (segment (start 62.07 95.779582) (end 61.599975 95.309557) (width 0.19) (layer "F.Cu") (net 8) (tstamp a5424812-224a-4644-80cd-92ea92f4e925)) - (segment (start 63 96.35) (end 62.695 96.655) (width 0.19) (layer "F.Cu") (net 8) (tstamp bc2aaecf-ae79-4198-ab1e-39c2988be733)) - (segment (start 62.445418 96.655) (end 62.07 96.279582) (width 0.19) (layer "F.Cu") (net 8) (tstamp c0b69167-0a59-4444-b4cb-8bf56c302e75)) - (segment (start 58.159557 95.309557) (end 58.1 95.25) (width 0.19) (layer "F.Cu") (net 8) (tstamp c46a482e-bfa4-4ed5-a49f-3179709c39a1)) - (segment (start 63.305 96.655) (end 63 96.35) (width 0.19) (layer "F.Cu") (net 8) (tstamp c8433008-0d24-4e18-80ed-1ae1b5db5976)) - (segment (start 55.55 96.25) (end 56.695 96.25) (width 0.19) (layer "F.Cu") (net 8) (tstamp d0754a39-0cf1-4bbe-83a4-6155f2cbc878)) - (segment (start 65.35 95.75) (end 65.27 95.83) (width 0.19) (layer "F.Cu") (net 8) (tstamp d3531ad3-ea7d-429d-956e-ff3da633d95c)) - (via (at 55.5 96.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 8) (tstamp 5d4cd7a9-9d01-410d-9083-4554f6297a52)) - (via (at 55.5 95.25) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 8) (tstamp cbc96328-cf32-4afa-9f80-62cf7d10af5b)) - (segment (start 55.5 95.25) (end 55.5 96.3) (width 0.19) (layer "B.Cu") (net 8) (tstamp 80dd68ce-19f1-43e0-b3ab-1ab0c515cbd3)) - (segment (start 64.375099 91.825099) (end 64.1 91.55) (width 0.15) (layer "F.Cu") (net 9) (tstamp 19e307b0-9d00-403a-8bb3-c92eee75b593)) - (segment (start 64.375099 93.525099) (end 64.375099 91.825099) (width 0.15) (layer "F.Cu") (net 9) (tstamp 35a12103-805d-4405-8e54-4107a0ca3f53)) - (segment (start 65.151953 93.774901) (end 64.624901 93.774901) (width 0.15) (layer "F.Cu") (net 9) (tstamp 49e9801a-ca64-4887-acaa-1852b72c90b0)) - (segment (start 64.624901 93.774901) (end 64.375099 93.525099) (width 0.15) (layer "F.Cu") (net 9) (tstamp 53c0fa19-4857-45ef-a0b0-d2d75f95cdd8)) - (segment (start 63 90.815) (end 62.385 90.2) (width 0.15) (layer "F.Cu") (net 9) (tstamp 7f8fbb93-4f2a-4425-aea4-b1770dc59032)) - (segment (start 63 91.55) (end 63 90.815) (width 0.15) (layer "F.Cu") (net 9) (tstamp d9e327bb-1596-4eec-a37e-dc1a060a7642)) - (segment (start 65.176854 93.75) (end 65.151953 93.774901) (width 0.15) (layer "F.Cu") (net 9) (tstamp ed7edbba-6232-4633-a3d9-aa5db534a6f7)) - (segment (start 65.85 93.75) (end 65.176854 93.75) (width 0.15) (layer "F.Cu") (net 9) (tstamp f1a29b82-192c-4de7-a23b-43420d01f97d)) - (segment (start 64.1 91.55) (end 63 91.55) (width 0.15) (layer "F.Cu") (net 9) (tstamp f1f7556c-fcf2-4b20-867c-8cb0f74b0683)) - (segment (start 59.35 93.635) (end 60.415 93.635) (width 0.15) (layer "F.Cu") (net 10) (tstamp 15050c72-4761-4f45-adda-e792a17aff6e)) - (segment (start 62.37491 92.42509) (end 63.67509 92.42509) (width 0.15) (layer "F.Cu") (net 10) (tstamp 378cfa89-f09c-4c8c-af77-cd02a8552a7a)) - (segment (start 60.8 93.25) (end 61.55 93.25) (width 0.15) (layer "F.Cu") (net 10) (tstamp 61d94332-0639-4424-8336-c9d6898c23db)) - (segment (start 60.415 93.635) (end 60.8 93.25) (width 0.15) (layer "F.Cu") (net 10) (tstamp 70a0f318-f409-4702-b87e-5a45304f2899)) - (segment (start 61.55 93.25) (end 62.37491 92.42509) (width 0.15) (layer "F.Cu") (net 10) (tstamp 74afa8b0-4911-4ea3-a426-5a8473b668c7)) - (segment (start 64.05 92.8) (end 64.05 93.65) (width 0.15) (layer "F.Cu") (net 10) (tstamp a7acf19a-b646-4516-930d-cc3a712cfb93)) - (segment (start 64.05 93.65) (end 64.65 94.25) (width 0.15) (layer "F.Cu") (net 10) (tstamp abc47acb-1014-4dc0-b4ea-4c6ec1f014cb)) - (segment (start 64.65 94.25) (end 65.85 94.25) (width 0.15) (layer "F.Cu") (net 10) (tstamp c3d1cefa-d91a-4950-b899-566ac1f71848)) - (segment (start 63.67509 92.42509) (end 64.05 92.8) (width 0.15) (layer "F.Cu") (net 10) (tstamp ea3686cf-49e2-4eee-bcb5-157cb4912daa)) - (segment (start 57.8551 95.75) (end 57.9 95.7949) (width 0.19) (layer "F.Cu") (net 11) (tstamp 0684fa04-c65a-4231-8382-299958b436ea)) - (segment (start 64.820418 96.17) (end 63.995418 96.995) (width 0.19) (layer "F.Cu") (net 11) (tstamp 16a6fd43-9f0e-44ac-9133-5182c45db8d2)) - (segment (start 62.304582 96.995) (end 61.73 96.420418) (width 0.19) (layer "F.Cu") (net 11) (tstamp 1c391ca7-e610-404c-bdff-cd84da814875)) - (segment (start 61.459139 95.649557) (end 58.045343 95.649557) (width 0.19) (layer "F.Cu") (net 11) (tstamp 29d37ced-1693-4fce-a991-b508060f0dfc)) - (segment (start 58.045343 95.649557) (end 57.9 95.7949) (width 0.19) (layer "F.Cu") (net 11) (tstamp 36d58d7d-a4b8-4f86-acfc-a10a897dba24)) - (segment (start 63 97.3) (end 62.695 96.995) (width 0.19) (layer "F.Cu") (net 11) (tstamp 3804fc39-2d72-4f7a-9dd6-f57f608400a5)) - (segment (start 65.27 96.17) (end 64.820418 96.17) (width 0.19) (layer "F.Cu") (net 11) (tstamp 3c79fe7d-3551-4b1d-b325-197084f4b84b)) - (segment (start 56.695 95.75) (end 56.670098 95.774902) (width 0.15) (layer "F.Cu") (net 11) (tstamp 46fd1604-52c4-4275-97de-e76c2fafee1c)) - (segment (start 61.73 95.920418) (end 61.459139 95.649557) (width 0.19) (layer "F.Cu") (net 11) (tstamp 87a79767-538e-4d08-8134-e360e8713c22)) - (segment (start 65.35 96.25) (end 65.27 96.17) (width 0.19) (layer "F.Cu") (net 11) (tstamp 8e0100ab-5bec-42c9-88a7-058bf79e923b)) - (segment (start 57.85 94.75) (end 57.9 94.7) (width 0.19) (layer "F.Cu") (net 11) (tstamp 9d88ec4c-16ba-42ca-8cb0-a045e547e117)) - (segment (start 63.305 96.995) (end 63 97.3) (width 0.19) (layer "F.Cu") (net 11) (tstamp a529e7ed-8f49-4463-ab2a-c3de3fcceb55)) - (segment (start 61.73 96.420418) (end 61.73 95.920418) (width 0.19) (layer "F.Cu") (net 11) (tstamp b425b92a-180f-40c3-80f1-78d9319641fc)) - (segment (start 65.85 96.25) (end 65.35 96.25) (width 0.19) (layer "F.Cu") (net 11) (tstamp c17a692d-d9c3-4fb6-bb86-5b6537026a30)) - (segment (start 56.695 94.75) (end 57.85 94.75) (width 0.19) (layer "F.Cu") (net 11) (tstamp df6a19e9-6359-4874-b780-a07aa80e9e7b)) - (segment (start 62.695 96.995) (end 62.304582 96.995) (width 0.19) (layer "F.Cu") (net 11) (tstamp e9ea92b8-5fc3-45d6-8060-cc143ae0add8)) - (segment (start 56.695 95.75) (end 57.8551 95.75) (width 0.19) (layer "F.Cu") (net 11) (tstamp f14c9d55-3fd6-454b-8099-321d8e7884dd)) - (segment (start 56.670099 94.725099) (end 56.695 94.75) (width 0.15) (layer "F.Cu") (net 11) (tstamp facc7a1b-48f7-432d-8c99-461c31468767)) - (segment (start 63.995418 96.995) (end 63.305 96.995) (width 0.19) (layer "F.Cu") (net 11) (tstamp fd65a7a2-1ecb-46f9-946f-192774b5bf17)) - (via (at 57.9 95.7949) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 11) (tstamp 85fabedf-a691-4822-be4c-4415cd1d4dcf)) - (via (at 57.9 94.7) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 11) (tstamp a53fdea7-3617-4e29-ba39-1fc4cced14bc)) - (segment (start 57.9 94.7) (end 57.9 95.7949) (width 0.19) (layer "B.Cu") (net 11) (tstamp a3f793ac-c8f8-4b6b-a1a0-68bdc0e9870a)) - (segment (start 57.8 94.6) (end 57.9 94.7) (width 0.15) (layer "B.Cu") (net 11) (tstamp e5588e62-caec-4581-8753-afa8055836e7)) - (segment (start 82.1 96.3) (end 81.7 96.7) (width 0.15) (layer "F.Cu") (net 12) (tstamp 02a96c24-0d82-47eb-873e-8d40348f697a)) - (segment (start 68.2 99.6) (end 68.2 100.95) (width 0.15) (layer "F.Cu") (net 12) (tstamp 6483a61d-b10a-47a8-8abb-aca573d14ee8)) - (segment (start 68.2 100.95) (end 68.75 101.5) (width 0.15) (layer "F.Cu") (net 12) (tstamp 666b891b-b018-4831-bf52-1949ea9940bc)) - (segment (start 68.1 99.5) (end 68.2 99.6) (width 0.15) (layer "F.Cu") (net 12) (tstamp 87b77cd9-8a80-463a-8114-083d84bc0705)) - (via (at 81.7 96.7) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 12) (tstamp df917ce8-76f2-4592-b9d9-a6899cc26e5e)) - (via (at 68.75 101.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 12) (tstamp e2b3c6db-26a0-4a0f-91e3-f3850153add5)) - (segment (start 79.033265 98.444821) (end 78.455179 98.444821) (width 0.15) (layer "B.Cu") (net 12) (tstamp 0d03cc43-b3c0-44e3-b277-ab5798119472)) - (segment (start 69.85 102.6) (end 68.75 101.5) (width 0.15) (layer "B.Cu") (net 12) (tstamp 82a93119-2d30-45bb-a052-4a4952078f0b)) - (segment (start 74.3 102.6) (end 69.85 102.6) (width 0.15) (layer "B.Cu") (net 12) (tstamp 85b192e9-1296-47df-8a8b-8a83605903f9)) - (segment (start 78.455179 98.444821) (end 74.3 102.6) (width 0.15) (layer "B.Cu") (net 12) (tstamp c066cd7d-8290-4a60-bad8-b6ca2a3e6034)) - (segment (start 80.778086 96.7) (end 79.033265 98.444821) (width 0.15) (layer "B.Cu") (net 12) (tstamp e29fbd41-23d7-49ea-bb95-609e3ee10525)) - (segment (start 81.7 96.7) (end 80.778086 96.7) (width 0.15) (layer "B.Cu") (net 12) (tstamp f71ffbfe-7487-46f7-9787-7603011b3ed0)) - (segment (start 68.6 100.500001) (end 69.599999 101.5) (width 0.15) (layer "F.Cu") (net 13) (tstamp 0bb2bec8-60b9-4621-862e-dd28e83eac02)) - (segment (start 81.3 96.3) (end 80.9 95.9) (width 0.15) (layer "F.Cu") (net 13) (tstamp 1f797175-97b5-4fed-b82b-5985f9063700)) - (segment (start 68.6 99.5) (end 68.6 100.500001) (width 0.15) (layer "F.Cu") (net 13) (tstamp 86f9672f-2972-4389-8803-0beec1f46b13)) - (via (at 69.599999 101.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 13) (tstamp 2ab0cdef-3157-4105-946f-bd107ad3a90b)) - (via (at 80.9 95.9) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 13) (tstamp 6ec197e0-b2d8-430a-861c-b9262679c80a)) - (segment (start 80.9 95.9) (end 80.5 96.3) (width 0.15) (layer "B.Cu") (net 13) (tstamp 1c81ad4b-41d6-4dad-809b-763df952f995)) - (segment (start 80.5 96.3) (end 80.5 96.553948) (width 0.15) (layer "B.Cu") (net 13) (tstamp 5a7e080e-c8e3-4363-bc71-fffdb411c399)) - (segment (start 74.175862 102.3) (end 70.399999 102.3) (width 0.15) (layer "B.Cu") (net 13) (tstamp 7dfa6a3a-4e9d-4576-ba16-f19bf4781a79)) - (segment (start 80.5 96.553948) (end 78.909037 98.144911) (width 0.15) (layer "B.Cu") (net 13) (tstamp 9946e4ec-df9e-4ee9-8338-b7a27244c651)) - (segment (start 70.399999 102.3) (end 69.599999 101.5) (width 0.15) (layer "B.Cu") (net 13) (tstamp a6c62207-e47b-4cb7-87a4-29e345d3d7b5)) - (segment (start 78.330951 98.144911) (end 74.175862 102.3) (width 0.15) (layer "B.Cu") (net 13) (tstamp ae8b6961-8107-40d3-955d-29b1e559f30e)) - (segment (start 78.909037 98.144911) (end 78.330951 98.144911) (width 0.15) (layer "B.Cu") (net 13) (tstamp f0efa3ea-26e1-4220-ae1d-41709ae949ef)) - (segment (start 79.175724 101.3) (end 79.7 101.3) (width 0.15) (layer "F.Cu") (net 14) (tstamp 00000000-0000-0000-0000-00005c1840af)) - (segment (start 81.3 97.9) (end 80.9 98.3) (width 0.15) (layer "F.Cu") (net 14) (tstamp 1f8dcc6c-c7da-4849-bb70-8201f83376c2)) - (segment (start 69.1 99.5) (end 69.1 100.15) (width 0.15) (layer "F.Cu") (net 14) (tstamp 56b78539-f62e-470c-9da7-3e5e5b21b3e9)) - (segment (start 69.1 100.15) (end 71.425049 102.475049) (width 0.15) (layer "F.Cu") (net 14) (tstamp 56cf6c95-e7f6-48ae-aae1-9e5085352c59)) - (segment (start 78.000675 102.475049) (end 79.175724 101.3) (width 0.15) (layer "F.Cu") (net 14) (tstamp a6599f2c-a813-4ec4-889a-a3c42b3d9024)) - (segment (start 71.425049 102.475049) (end 78.000675 102.475049) (width 0.15) (layer "F.Cu") (net 14) (tstamp bbfc1ca5-3a42-4933-9256-9cd6bffa31d2)) - (via (at 80.9 98.3) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 14) (tstamp f44cc862-d425-4144-8846-d84278a3c917)) - (via (at 79.7 101.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 14) (tstamp fdff5ae7-e28b-42b9-8347-c09e41256987)) - (segment (start 80.9 100.1) (end 79.7 101.3) (width 0.15) (layer "B.Cu") (net 14) (tstamp 205a3b57-99d5-435b-9c92-8597aceee934)) - (segment (start 80.9 98.3) (end 80.9 100.1) (width 0.15) (layer "B.Cu") (net 14) (tstamp 859e57f8-924d-41ca-8a18-dd872a799da4)) - (segment (start 80.1 99.922998) (end 80.1 99.1) (width 0.15) (layer "F.Cu") (net 15) (tstamp 1f89da5b-01d8-4397-9b1a-3edd4d082490)) - (segment (start 71.700764 102.175041) (end 77.847957 102.175041) (width 0.15) (layer "F.Cu") (net 15) (tstamp 85c1f97c-ff6c-4097-b911-5ccc94f75358)) - (segment (start 69.6 100.15) (end 71.62504 102.17504) (width 0.15) (layer "F.Cu") (net 15) (tstamp 8fea12e2-1823-4288-abe4-5b0715c0fb19)) - (segment (start 69.6 99.5) (end 69.6 100.15) (width 0.15) (layer "F.Cu") (net 15) (tstamp bd61b8b1-5311-4f29-825b-35eaa7255178)) - (segment (start 71.62504 102.17504) (end 71.700764 102.175041) (width 0.15) (layer "F.Cu") (net 15) (tstamp e454861c-dc15-4164-baf5-32394e274b30)) - (segment (start 77.847957 102.175041) (end 80.1 99.922998) (width 0.15) (layer "F.Cu") (net 15) (tstamp f25aea70-48ac-48e3-986c-692bb727cdb4)) - (segment (start 80.1 99.1) (end 80.5 98.7) (width 0.15) (layer "F.Cu") (net 15) (tstamp fc782be4-46f5-4c85-8258-1674fad3a318)) - (segment (start 79.7 98.7) (end 78.8 98.7) (width 0.15) (layer "F.Cu") (net 16) (tstamp 30084e43-451f-478f-8a47-d076fd2a84ac)) - (segment (start 78.8 98.7) (end 75.624968 101.875032) (width 0.15) (layer "F.Cu") (net 16) (tstamp 815e7a78-679c-402b-a1bc-e669504ba03e)) - (segment (start 71.825031 101.875031) (end 70.1 100.15) (width 0.15) (layer "F.Cu") (net 16) (tstamp 95ca36bc-2e45-4dc3-91c7-efa7ec6ec218)) - (segment (start 70.1 100.15) (end 70.1 99.5) (width 0.15) (layer "F.Cu") (net 16) (tstamp a755017f-9e38-42a3-b998-3319150635cb)) - (segment (start 75.624968 101.875032) (end 71.825031 101.875031) (width 0.15) (layer "F.Cu") (net 16) (tstamp e52e0a83-759d-493a-9a13-b398aad4196a)) - (segment (start 70.6 100.15) (end 72.025021 101.575021) (width 0.15) (layer "F.Cu") (net 17) (tstamp 0876a5de-1ac0-4bdd-a680-09b7f9879678)) - (segment (start 72.025021 101.575021) (end 75.5007 101.575021) (width 0.15) (layer "F.Cu") (net 17) (tstamp 0c0442e2-0379-476d-aa5a-9a1d983a9f57)) - (segment (start 78.775721 98.3) (end 80.1 98.3) (width 0.15) (layer "F.Cu") (net 17) (tstamp 21186083-1284-4b0f-b200-24289459ef69)) - (segment (start 80.1 98.3) (end 80.5 97.9) (width 0.15) (layer "F.Cu") (net 17) (tstamp 30640b3e-fc6e-4501-b0e2-163297e96389)) - (segment (start 70.6 99.5) (end 70.6 100.15) (width 0.15) (layer "F.Cu") (net 17) (tstamp f93132b3-7938-433f-9af0-2a8ca5cb9da7)) - (segment (start 75.5007 101.575021) (end 78.775721 98.3) (width 0.15) (layer "F.Cu") (net 17) (tstamp fec1f419-4539-4c8f-bb35-f7581eeb82a5)) - (segment (start 76.434868 98.108958) (end 77.693927 98.108958) (width 0.15) (layer "F.Cu") (net 18) (tstamp 1deb64ab-886a-4b6e-be8c-26b043bdf14e)) - (segment (start 71.1 99.5) (end 71.1 100.151281) (width 0.15) (layer "F.Cu") (net 18) (tstamp 42049cf4-6031-4554-9a87-e2f5f10c5908)) - (segment (start 73.268814 101.275012) (end 76.434868 98.108958) (width 0.15) (layer "F.Cu") (net 18) (tstamp 424012fd-48f4-4cba-9107-720f1512372b)) - (segment (start 71.1 100.151281) (end 72.223731 101.275012) (width 0.15) (layer "F.Cu") (net 18) (tstamp 5681024e-9aed-4582-8c90-6025718c4ce1)) - (segment (start 72.223731 101.275012) (end 73.268814 101.275012) (width 0.15) (layer "F.Cu") (net 18) (tstamp 865e229f-c0af-4c87-b09d-9c7cfa4caca4)) - (segment (start 78.702885 97.1) (end 79.7 97.1) (width 0.15) (layer "F.Cu") (net 18) (tstamp a6cced2a-bcca-4fba-9a8c-00e226ba77c8)) - (segment (start 77.693927 98.108958) (end 78.702885 97.1) (width 0.15) (layer "F.Cu") (net 18) (tstamp ee18c713-bb3c-48dc-8cad-fcb3d23507d3)) - (segment (start 78.678604 96.7) (end 77.569557 97.809047) (width 0.15) (layer "F.Cu") (net 19) (tstamp 227753f9-e85e-497a-80f7-471ef190e093)) - (segment (start 71.6 100.227002) (end 71.6 99.5) (width 0.15) (layer "F.Cu") (net 19) (tstamp 23a9b3df-ce2e-4f15-92a4-05c00d9cd2cc)) - (segment (start 77.569557 97.809047) (end 76.310501 97.809047) (width 0.15) (layer "F.Cu") (net 19) (tstamp 39d0df36-408c-4fce-aad7-d408c69bc328)) - (segment (start 72.347999 100.975001) (end 71.6 100.227002) (width 0.15) (layer "F.Cu") (net 19) (tstamp 467b4061-0036-4f37-bc11-2c9e5580407c)) - (segment (start 76.310501 97.809047) (end 73.144547 100.975001) (width 0.15) (layer "F.Cu") (net 19) (tstamp b9faa690-021f-46a9-825e-888b17a3e0e8)) - (segment (start 80.1 96.7) (end 78.678604 96.7) (width 0.15) (layer "F.Cu") (net 19) (tstamp d11572a2-0ec3-435f-b83d-bf2571d2a572)) - (segment (start 80.5 96.3) (end 80.1 96.7) (width 0.15) (layer "F.Cu") (net 19) (tstamp d2802bc6-fde7-4e5a-9c74-f641b83c05e7)) - (segment (start 73.144547 100.975001) (end 72.347999 100.975001) (width 0.15) (layer "F.Cu") (net 19) (tstamp efd9dcb5-02b4-4da1-9200-ec0e18dda701)) - (segment (start 76.186133 97.509136) (end 77.44519 97.509136) (width 0.15) (layer "F.Cu") (net 20) (tstamp 45d9b0ec-c123-4a03-aec0-d6746c60472f)) - (segment (start 74.945269 98.75) (end 76.186133 97.509136) (width 0.15) (layer "F.Cu") (net 20) (tstamp 97999207-c682-4225-b2e0-e3e80702a663)) - (segment (start 78.654326 96.3) (end 79.7 96.3) (width 0.15) (layer "F.Cu") (net 20) (tstamp c69fbcf7-2a61-46a3-94ed-8e3219926627)) - (segment (start 73.85 98.75) (end 74.945269 98.75) (width 0.15) (layer "F.Cu") (net 20) (tstamp dc9823c9-958f-4ebb-96c5-159cad0b2341)) - (segment (start 77.44519 97.509136) (end 78.654326 96.3) (width 0.15) (layer "F.Cu") (net 20) (tstamp e751bf5f-4820-41d7-9bbc-f969376cdcd1)) - (segment (start 78.3 94.9) (end 77.332126 94.9) (width 0.15) (layer "F.Cu") (net 21) (tstamp 3888c16e-82e8-4f8a-b0b3-392417555b2f)) - (segment (start 76.100011 97.170979) (end 75.02099 98.25) (width 0.15) (layer "F.Cu") (net 21) (tstamp 3c3c90c5-afde-4331-ad0d-f16229df987f)) - (segment (start 76.100011 96.132115) (end 76.100011 97.170979) (width 0.15) (layer "F.Cu") (net 21) (tstamp 45e40ec9-e71e-48e7-83f2-98d6cde99a11)) - (segment (start 80.1 95.1) (end 78.5 95.1) (width 0.15) (layer "F.Cu") (net 21) (tstamp 6055532a-24fb-434b-9bbc-cffd4eac4612)) - (segment (start 78.5 95.1) (end 78.3 94.9) (width 0.15) (layer "F.Cu") (net 21) (tstamp b02b3d11-005a-4a6b-9449-26c2ff1f2644)) - (segment (start 75.02099 98.25) (end 73.85 98.25) (width 0.15) (layer "F.Cu") (net 21) (tstamp bee5c5bf-c27a-44af-96ec-441e050091a2)) - (segment (start 77.332126 94.9) (end 76.100011 96.132115) (width 0.15) (layer "F.Cu") (net 21) (tstamp ea720a8c-9a07-4d6c-adc7-fc4b83f5af5a)) - (segment (start 80.5 94.7) (end 80.1 95.1) (width 0.15) (layer "F.Cu") (net 21) (tstamp f9acc4f2-e918-475f-b8d3-558affb8c3e8)) - (segment (start 77.623007 94.599989) (end 77.207999 94.599989) (width 0.15) (layer "F.Cu") (net 22) (tstamp 2f1489e1-5057-4dbd-be34-ff4a268fe63f)) - (segment (start 79.7 93.9) (end 79.674998 93.874998) (width 0.15) (layer "F.Cu") (net 22) (tstamp 41535fbb-fac6-4207-a5fb-0ce65c02f2f6)) - (segment (start 75.8 97.046712) (end 74.946712 97.9) (width 0.15) (layer "F.Cu") (net 22) (tstamp 6f39e325-a1a5-4e3b-8076-cb94d21f9750)) - (segment (start 74.6 97.9) (end 74.45 97.75) (width 0.15) (layer "F.Cu") (net 22) (tstamp 76a7753a-727d-406d-8b87-18635ccc272b)) - (segment (start 74.946712 97.9) (end 74.6 97.9) (width 0.15) (layer "F.Cu") (net 22) (tstamp a04b51e7-8d77-4778-94bd-8ab8885e5bad)) - (segment (start 79.674998 93.874998) (end 78.347998 93.874998) (width 0.15) (layer "F.Cu") (net 22) (tstamp adc0d4a4-b490-48cc-ac8c-68ad9b2ac288)) - (segment (start 77.207999 94.599989) (end 75.8 96.007988) (width 0.15) (layer "F.Cu") (net 22) (tstamp d4a25001-5824-4485-9e46-f564e7d797f1)) - (segment (start 78.347998 93.874998) (end 77.623007 94.599989) (width 0.15) (layer "F.Cu") (net 22) (tstamp e0e0ffaf-138e-497d-96d4-f8bc23379e6f)) - (segment (start 74.45 97.75) (end 73.85 97.75) (width 0.15) (layer "F.Cu") (net 22) (tstamp e14fd10c-3ad8-4e99-8cca-40f72c0483ff)) - (segment (start 75.8 96.007988) (end 75.8 97.046712) (width 0.15) (layer "F.Cu") (net 22) (tstamp f9d8cb6e-9c63-4d3d-96d0-601a897e5bd0)) - (segment (start 74.5 95.75) (end 74.6 95.65) (width 0.15) (layer "F.Cu") (net 23) (tstamp 2cca5513-154c-4754-acfb-9f9dd73a748a)) - (segment (start 76.9 93.9) (end 76.9 93.741514) (width 0.15) (layer "F.Cu") (net 23) (tstamp 2f1d6725-2284-4e27-a0ee-fd677164caf9)) - (segment (start 76.9 93.741514) (end 77.541514 93.1) (width 0.15) (layer "F.Cu") (net 23) (tstamp 31d27d57-2781-410f-9201-8603f9b58b2c)) - (segment (start 78.677004 93.1) (end 78.8 93.1) (width 0.15) (layer "F.Cu") (net 23) (tstamp 3b63e359-1b65-4b4e-bd51-4dee4f5a5983)) - (segment (start 74.6 95.65) (end 75.15 95.65) (width 0.15) (layer "F.Cu") (net 23) (tstamp 3e666765-0ac1-4bbb-bbb4-e69aaf33a81b)) - (segment (start 75.15 95.65) (end 76.9 93.9) (width 0.15) (layer "F.Cu") (net 23) (tstamp 3e9c1a55-7729-470d-bcfe-ca15f9e9819e)) - (segment (start 77.541514 93.1) (end 78.8 93.1) (width 0.15) (layer "F.Cu") (net 23) (tstamp 594a37f4-7e8b-4a25-b566-9211f5ce110f)) - (segment (start 73.85 95.75) (end 74.5 95.75) (width 0.15) (layer "F.Cu") (net 23) (tstamp bc964bc0-a69c-442b-8523-2abfc302e59b)) - (segment (start 78.8 93.1) (end 79.7 93.1) (width 0.15) (layer "F.Cu") (net 23) (tstamp ef510bef-5ad4-4d12-8588-ea70173e71c8)) - (segment (start 80.5 93.1) (end 80.1 92.7) (width 0.15) (layer "F.Cu") (net 24) (tstamp 2713445a-5e01-40d8-94c6-c4d9a94c1daa)) - (segment (start 74.5 94.75) (end 73.85 94.75) (width 0.15) (layer "F.Cu") (net 24) (tstamp 65e36e29-7a79-403a-a1b5-d40ad42edffb)) - (segment (start 80.1 92.7) (end 77.517376 92.7) (width 0.15) (layer "F.Cu") (net 24) (tstamp 89460726-8ec5-4f46-968d-a3160f4c5f93)) - (segment (start 77.517376 92.7) (end 75.617376 94.6) (width 0.15) (layer "F.Cu") (net 24) (tstamp 9b8a3f3b-1d5f-41e8-8e66-8a5056a0d9ec)) - (segment (start 75.617376 94.6) (end 74.65 94.6) (width 0.15) (layer "F.Cu") (net 24) (tstamp c340d0fc-d55d-475c-8e5a-10e62389c6d5)) - (segment (start 74.65 94.6) (end 74.5 94.75) (width 0.15) (layer "F.Cu") (net 24) (tstamp c459c58d-c409-4c7e-a828-f0ab8a98ebbe)) - (segment (start 75.543238 94.25) (end 73.85 94.25) (width 0.15) (layer "F.Cu") (net 25) (tstamp 0bd0a832-b0e1-43ea-86ff-02f01787a42f)) - (segment (start 79.7 92.3) (end 77.493238 92.3) (width 0.15) (layer "F.Cu") (net 25) (tstamp 159b2b43-b2c7-4a0a-bbfa-6e0a0b5bc451)) - (segment (start 77.493238 92.3) (end 75.543238 94.25) (width 0.15) (layer "F.Cu") (net 25) (tstamp 30d908b4-1bb2-4a37-ba92-c0290b7ae530)) - (segment (start 79.7 91.5) (end 79.200011 91.999989) (width 0.15) (layer "F.Cu") (net 26) (tstamp 90d228ac-5ec9-4302-b393-9e4058ef8745)) - (segment (start 77.369111 91.999989) (end 75.6191 93.75) (width 0.15) (layer "F.Cu") (net 26) (tstamp affc5cb4-e803-4042-bd42-b811a85bb331)) - (segment (start 79.200011 91.999989) (end 77.369111 91.999989) (width 0.15) (layer "F.Cu") (net 26) (tstamp d64a19a6-886c-4e58-9ed2-ff6211fd90b4)) - (segment (start 75.6191 93.75) (end 73.85 93.75) (width 0.15) (layer "F.Cu") (net 26) (tstamp ee3458ee-2979-445b-906e-4341985ec192)) - (segment (start 74.775006 95.25) (end 74.899996 95.12501) (width 0.15) (layer "F.Cu") (net 27) (tstamp 17389fd7-4396-47ba-9330-8fa6cd46b625)) - (segment (start 80.5 97.1) (end 80.1 97.5) (width 0.15) (layer "F.Cu") (net 27) (tstamp 2ce839a7-ae56-4836-a547-aefa450214ac)) - (segment (start 78.727164 97.5) (end 77.527164 98.7) (width 0.15) (layer "F.Cu") (net 27) (tstamp 3099aac3-de20-4ae5-be8b-164c9e8cfa59)) - (segment (start 77.527164 98.7) (end 76.6 98.7) (width 0.15) (layer "F.Cu") (net 27) (tstamp 447488b3-4b37-48db-9cd4-985a63171964)) - (segment (start 73.85 95.25) (end 74.775006 95.25) (width 0.15) (layer "F.Cu") (net 27) (tstamp 8f73cfef-83d6-4c7e-9ace-ef42c0bcb4d0)) - (segment (start 80.1 97.5) (end 78.727164 97.5) (width 0.15) (layer "F.Cu") (net 27) (tstamp d5416c8a-c23b-480a-8ee1-ddcea162b66c)) - (via (at 76.6 98.7) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 27) (tstamp 79849926-397f-4a0b-9f3b-683394a36d27)) - (via (at 74.899996 95.12501) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 27) (tstamp f17ac7f1-ed89-442c-9bef-8a53af152a56)) - (segment (start 75.8 97.9) (end 76.6 98.7) (width 0.15) (layer "B.Cu") (net 27) (tstamp c4fe70a2-bc63-4866-ba00-544cba292eeb)) - (segment (start 75.8 96.025014) (end 75.8 97.9) (width 0.15) (layer "B.Cu") (net 27) (tstamp c8305b78-9b06-4ff7-822d-2bc2495a74ca)) - (segment (start 74.899996 95.12501) (end 75.8 96.025014) (width 0.15) (layer "B.Cu") (net 27) (tstamp ce0183bd-126a-4a79-9acb-8b4bfe630f86)) - (segment (start 74.838141 96.25) (end 74.902957 96.185184) (width 0.15) (layer "F.Cu") (net 28) (tstamp 0970517f-6cb0-4b64-8e0e-50a1e2c633a8)) - (segment (start 75.892947 100.157053) (end 75.892947 99.407053) (width 0.15) (layer "F.Cu") (net 28) (tstamp 3c0f72d0-6e34-4105-9d6b-3c52d838711d)) - (segment (start 75.892947 99.407053) (end 76 99.3) (width 0.15) (layer "F.Cu") (net 28) (tstamp 5a96ec7d-775a-4197-bd3a-b35afffc8167)) - (segment (start 79.7 97.9) (end 78.751442 97.9) (width 0.15) (layer "F.Cu") (net 28) (tstamp 5ec3bd07-85f5-47e9-a70f-b13f8032dfa2)) - (segment (start 78.751442 97.9) (end 77.351442 99.3) (width 0.15) (layer "F.Cu") (net 28) (tstamp 9fc4b9a5-798a-4f12-8c62-459ffe902494)) - (segment (start 77.351442 99.3) (end 76 99.3) (width 0.15) (layer "F.Cu") (net 28) (tstamp ddde8db6-e78c-400a-8a53-c5bb6cc6bdfd)) - (segment (start 76 100.185) (end 75.985 100.2) (width 0.15) (layer "F.Cu") (net 28) (tstamp ec8770e3-61e7-4e65-b480-f689f92d0c40)) - (segment (start 73.85 96.25) (end 74.838141 96.25) (width 0.15) (layer "F.Cu") (net 28) (tstamp ff4b7d11-a1c8-4839-82ac-cf1bfed96fb7)) - (via (at 76 99.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 28) (tstamp a2063d70-2593-4d78-b9f8-8463a5e421c9)) - (via (at 74.902957 96.185184) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 28) (tstamp e6d89a6c-16c2-4ac4-8377-9031f8311e7a)) - (segment (start 75.399999 98.699999) (end 75.399999 96.682226) (width 0.15) (layer "B.Cu") (net 28) (tstamp 25237b40-8948-4f26-acc7-59a4a5b78d06)) - (segment (start 75.399999 96.682226) (end 74.902957 96.185184) (width 0.15) (layer "B.Cu") (net 28) (tstamp d3e20a31-aa70-4f6a-b009-c2c565ae2cab)) - (segment (start 76 99.3) (end 75.399999 98.699999) (width 0.15) (layer "B.Cu") (net 28) (tstamp f88b4c9e-6f8a-493c-bb45-41f0d6bbe154)) - (segment (start 69.55 111.55) (end 69.55 110.85) (width 0.75) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-00005f476d1a)) - (segment (start 66.95 109.9) (end 66.95 110.55) (width 0.35) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-00005f476d80)) - (segment (start 66.95 110.55) (end 67.875 110.55) (width 0.35) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-00005f476d83)) - (segment (start 67.875 110.55) (end 68.5 111.175) (width 0.35) (layer "F.Cu") (net 29) (tstamp 00000000-0000-0000-0000-00005f476e55)) - (segment (start 69.3125 111.0875) (end 69.55 110.85) (width 0.75) (layer "F.Cu") (net 29) (tstamp 26dabacb-c140-48a7-9522-6c9958b48d56)) - (segment (start 82.1 93.9) (end 82.5 94.3) (width 0.25) (layer "F.Cu") (net 29) (tstamp 2cbc974e-e9a8-4982-b0c0-af5d0c57669a)) - (segment (start 69.0875 111.0875) (end 69.55 111.55) (width 0.75) (layer "F.Cu") (net 29) (tstamp 36b647b6-962d-4f42-b5da-084a10dc2051)) - (segment (start 85.3 93.9) (end 84.9 94.3) (width 0.25) (layer "F.Cu") (net 29) (tstamp 44182a8e-38b8-4533-8e1f-449873eda03c)) - (segment (start 82.1 97.1) (end 82.5 96.7) (width 0.25) (layer "F.Cu") (net 29) (tstamp 467e4075-f5fb-4b6b-aadc-5845b758f1cd)) - (segment (start 68.5 111.0875) (end 69.3125 111.0875) (width 0.75) (layer "F.Cu") (net 29) (tstamp 71492eae-dcde-4d8c-a6f1-80770a680a3d)) - (segment (start 68.5 111.0875) (end 69.0875 111.0875) (width 0.75) (layer "F.Cu") (net 29) (tstamp 936b4d07-8f51-46f1-a55b-b47f721662ef)) - (segment (start 85.3 97.1) (end 84.9 96.7) (width 0.25) (layer "F.Cu") (net 29) (tstamp ba32d4d4-380c-47b4-9043-b10e96b7d52a)) - (via (at 69.55 111.55) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 29) (tstamp 00000000-0000-0000-0000-00005f476d14)) - (via (at 69.55 110.85) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 29) (tstamp 00000000-0000-0000-0000-00005f476e37)) - (via (at 77.3 101.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 29) (tstamp 21e3bd42-09d5-4909-b490-5b05f0b8e880)) - (via (at 84.9 96.7) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 29) (tstamp 49b02e6f-696e-430b-8d9e-e8afeb9b0afb)) - (via (at 82.5 96.7) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 29) (tstamp 69bde10d-2bcd-44c3-8574-3b0fc8606272)) - (via (at 82.5 94.3) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 29) (tstamp 839513d1-f12b-48ae-92f2-d199bce11181)) - (via (at 76.803211 96.984235) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 29) (tstamp 95513a05-1ba8-4d8a-991b-c2b0dc386b34)) - (via (at 89.1 95.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 29) (tstamp bc3b55ee-da4a-47e7-827f-dc787b3d7436)) - (via (at 84.9 94.3) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 29) (tstamp e7cc63fe-687a-4121-9439-ff9d1ac38731)) - (segment (start 77.3 101.4) (end 77.3 103.470854) (width 0.75) (layer "In2.Cu") (net 29) (tstamp 001d7921-8ef3-4c59-bb6a-c681f4193469)) - (segment (start 77.3 103.470854) (end 75.8 104.970854) (width 0.75) (layer "In2.Cu") (net 29) (tstamp 063ef32a-e380-47c9-bffe-e4e1261667e5)) - (segment (start 79.134235 96.984235) (end 76.803211 96.984235) (width 0.25) (layer "In2.Cu") (net 29) (tstamp 07c4c238-6403-4327-b6d6-e3cef522d132)) - (segment (start 79.6 97.45) (end 79.134235 96.984235) (width 0.25) (layer "In2.Cu") (net 29) (tstamp 0dac2fad-51ba-45c3-9ce2-db75253acc13)) - (segment (start 82.5 94.3) (end 84.9 94.3) (width 0.45) (layer "In2.Cu") (net 29) (tstamp 0eeb0702-3b6d-40b6-9f90-f47610b73b7f)) - (segment (start 81.401755 97.224901) (end 81.151953 96.975099) (width 0.25) (layer "In2.Cu") (net 29) (tstamp 16cff3e8-3080-4592-ae43-53c1cb829122)) - (segment (start 74.5 108) (end 70.9 108) (width 0.75) (layer "In2.Cu") (net 29) (tstamp 2c1b1998-f439-4485-b7ce-0b13438f40bf)) - (segment (start 89.1 95.5) (end 89.1 96) (width 0.25) (layer "In2.Cu") (net 29) (tstamp 2d1dad02-6a1d-46d3-b854-5aa81ab4f8f5)) - (segment (start 75.8 106.7) (end 74.5 108) (width 0.75) (layer "In2.Cu") (net 29) (tstamp 2e00a52e-9c16-45d3-84a5-a06979b617b4)) - (segment (start 69.55 111.55) (end 69.55 111.25) (width 0.75) (layer "In2.Cu") (net 29) (tstamp 56e38e93-0fc1-4dbf-8748-4e5e01cc51df)) - (segment (start 86.25 98.05) (end 84.9 96.7) (width 0.25) (layer "In2.Cu") (net 29) (tstamp 5af55f91-716b-4e7d-8c75-1fd345b7c35e)) - (segment (start 80.074901 96.975099) (end 79.6 97.45) (width 0.25) (layer "In2.Cu") (net 29) (tstamp 5ced3591-5f4a-4853-9704-7577f257b998)) - (segment (start 69.55 109.35) (end 69.55 111.55) (width 0.75) (layer "In2.Cu") (net 29) (tstamp 5cf2293a-aff5-41a8-84ef-ba37fb1d0a5f)) - (segment (start 77.3 99.75) (end 79.6 97.45) (width 0.75) (layer "In2.Cu") (net 29) (tstamp 74d44c9a-48e5-4795-9d19-f13c167dd17e)) - (segment (start 89.1 96) (end 87.05 98.05) (width 0.25) (layer "In2.Cu") (net 29) (tstamp 771a40f7-19a7-4bfc-b88f-460c1a7e5602)) - (segment (start 87.05 98.05) (end 86.25 98.05) (width 0.25) (layer "In2.Cu") (net 29) (tstamp 77f36f29-ab03-4c19-9c6a-a2d42f26a525)) - (segment (start 69.55 110.85) (end 69.55 111.55) (width 0.75) (layer "In2.Cu") (net 29) (tstamp 9c5b9441-9345-4fb8-a0a8-0fe2abe371b3)) - (segment (start 82.5 96.7) (end 81.975099 97.224901) (width 0.25) (layer "In2.Cu") (net 29) (tstamp 9d89eb5e-6285-4416-b4d6-f808b388a814)) - (segment (start 70.9 108) (end 69.55 109.35) (width 0.75) (layer "In2.Cu") (net 29) (tstamp a7298114-aaca-4638-99f8-608a3e4d556d)) - (segment (start 81.975099 97.224901) (end 81.401755 97.224901) (width 0.25) (layer "In2.Cu") (net 29) (tstamp a87a66dd-3cc7-4cd7-a72c-f0f51f6f816b)) - (segment (start 77.3 101.4) (end 77.3 99.75) (width 0.75) (layer "In2.Cu") (net 29) (tstamp b3328878-1c43-458d-a283-b891018f774d)) - (segment (start 81.151953 96.975099) (end 80.074901 96.975099) (width 0.25) (layer "In2.Cu") (net 29) (tstamp b7dd2a49-0387-4ad6-b4c9-7354e222318e)) - (segment (start 84.9 96.7) (end 82.5 96.7) (width 0.45) (layer "In2.Cu") (net 29) (tstamp d583e5aa-df48-4517-a3ec-278f49235b4f)) - (segment (start 75.8 104.970854) (end 75.8 106.7) (width 0.75) (layer "In2.Cu") (net 29) (tstamp f43814e9-3efe-4c4b-ac59-406ee892c94e)) - (segment (start 84.9 94.3) (end 84.9 96.7) (width 0.45) (layer "In2.Cu") (net 29) (tstamp f5b0e31d-7898-4c6c-9cca-f1b7a86abb45)) - (segment (start 69.55 110.85) (end 69.55 111.55) (width 0.75) (layer "B.Cu") (net 29) (tstamp 00000000-0000-0000-0000-00005f476e31)) - (segment (start 89.335 95.265) (end 89.85 95.265) (width 0.25) (layer "B.Cu") (net 29) (tstamp 01cf62da-95ed-4a12-955e-985e346f552c)) - (segment (start 78.15 100.55) (end 77.3 101.4) (width 0.45) (layer "B.Cu") (net 29) (tstamp 06555ac3-0ee6-4a86-ad0c-e09cac2dcd90)) - (segment (start 81.785 94.3) (end 81.7 94.215) (width 0.25) (layer "B.Cu") (net 29) (tstamp 0b5c1c5f-fb5b-4b9d-a898-815b7f5bbff0)) - (segment (start 82.5 94.3) (end 81.785 94.3) (width 0.25) (layer "B.Cu") (net 29) (tstamp 1f486c18-119a-4f8e-8b7f-27fca79f94e3)) - (segment (start 77.218976 97.4) (end 76.803211 96.984235) (width 0.25) (layer "B.Cu") (net 29) (tstamp 210b4586-7fb1-453c-a012-150951ba2378)) - (segment (start 84.9 94.3) (end 84.9 93.585) (width 0.25) (layer "B.Cu") (net 29) (tstamp 26e6a71c-c103-4752-83f3-0693e9588dec)) - (segment (start 69.9 111.2) (end 69.55 110.85) (width 0.75) (layer "B.Cu") (net 29) (tstamp 3d9e546c-3086-43dc-be44-fcc39a73206d)) - (segment (start 89.1 95.5) (end 89.335 95.265) (width 0.25) (layer "B.Cu") (net 29) (tstamp 41c9c3b8-2883-4fdc-b499-17634b4fcf10)) - (segment (start 77.53 97.4) (end 77.218976 97.4) (width 0.25) (layer "B.Cu") (net 29) (tstamp 516d561c-e210-47a1-b528-cf70e07f88f1)) - (segment (start 69.9 111.2) (end 69.55 111.55) (width 0.75) (layer "B.Cu") (net 29) (tstamp 5993cabe-beaa-4522-af32-bcdd72e041ca)) - (segment (start 84.9 93.585) (end 84.815 93.5) (width 0.25) (layer "B.Cu") (net 29) (tstamp 5f42c77d-de3f-4a8b-9183-4c2c96e5f090)) - (segment (start 81.615 97.5) (end 81.667622 97.5) (width 0.25) (layer "B.Cu") (net 29) (tstamp a5aaa91d-99ad-4de2-919b-f14e62be944c)) - (segment (start 70.65 111.2) (end 69.9 111.2) (width 0.75) (layer "B.Cu") (net 29) (tstamp c44034cf-c892-4783-8fa4-88851e408cd3)) - (segment (start 78.15 100.45) (end 78.15 100.55) (width 0.45) (layer "B.Cu") (net 29) (tstamp d8b0ff31-7470-40f0-bc24-bdf69a8dcefa)) - (segment (start 82.467622 96.7) (end 82.5 96.7) (width 0.25) (layer "B.Cu") (net 29) (tstamp e09d8845-4a94-490b-8ae5-49fcd1e96d3f)) - (segment (start 81.667622 97.5) (end 82.467622 96.7) (width 0.25) (layer "B.Cu") (net 29) (tstamp e519dea5-160e-4d87-8e3b-1a646a8af848)) - (segment (start 84.9 96.7) (end 84.9 95.985) (width 0.25) (layer "B.Cu") (net 29) (tstamp f5f05fac-8b73-49ca-b75f-f55bcc5a81fd)) - (segment (start 80.1 95.9) (end 78.607106 95.9) (width 0.15) (layer "F.Cu") (net 30) (tstamp 0e70e462-56bb-4e9b-b060-51e913ae478e)) - (segment (start 78.607106 95.9) (end 78.269875 96.237231) (width 0.15) (layer "F.Cu") (net 30) (tstamp 1d852d89-1cdb-456f-bd75-e5bf330ec7fa)) - (segment (start 64.4 98.8) (end 64.4 99.9) (width 0.15) (layer "F.Cu") (net 30) (tstamp 28200062-4f55-4fa7-a570-28e2ab274545)) - (segment (start 64.95 98.25) (end 64.4 98.8) (width 0.15) (layer "F.Cu") (net 30) (tstamp 34e7faba-97d7-42e6-a0e1-28c41f9bdbc0)) - (segment (start 64.4 99.9) (end 65.300022 99.9) (width 0.15) (layer "F.Cu") (net 30) (tstamp 49265804-0096-4217-9537-f218fbd69c52)) - (segment (start 78.269875 96.237231) (end 76.737231 96.237231) (width 0.15) (layer "F.Cu") (net 30) (tstamp 693f6a68-d06a-4d5a-9783-5457f185ef44)) - (segment (start 80.5 95.5) (end 80.1 95.9) (width 0.15) (layer "F.Cu") (net 30) (tstamp 8fc3dc64-0316-4483-955b-6cc65ff9e1c8)) - (segment (start 65.85 98.25) (end 64.95 98.25) (width 0.15) (layer "F.Cu") (net 30) (tstamp b6fdfb81-c406-4c88-ae0b-ee646ef2d740)) - (segment (start 65.300022 99.9) (end 65.9 100.499978) (width 0.15) (layer "F.Cu") (net 30) (tstamp ddf0cbdf-337f-4f75-b87c-643f7eb59917)) - (via (at 76.737231 96.237231) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 30) (tstamp afb634bf-d2d4-4560-a891-17cee2360f85)) - (via (at 65.9 100.499978) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 30) (tstamp bd95337d-9eef-45a7-b43d-6568794bd766)) - (segment (start 76.2 96.774462) (end 76.2 97.4) (width 0.15) (layer "B.Cu") (net 30) (tstamp 36974a30-0f6e-490b-94b6-6d027376cd96)) - (segment (start 76.2 97.4) (end 77.2 98.4) (width 0.15) (layer "B.Cu") (net 30) (tstamp 3c65acc2-e8fe-49eb-a1b1-0df75c185195)) - (segment (start 66.374923 100.974901) (end 65.9 100.499978) (width 0.15) (layer "B.Cu") (net 30) (tstamp 61a133b2-1b67-437e-91a5-ef37d7fdd63a)) - (segment (start 69.824901 100.974901) (end 66.374923 100.974901) (width 0.15) (layer "B.Cu") (net 30) (tstamp 6ba0f3ce-e065-4fb8-87f2-48fb68077157)) - (segment (start 74.05 102) (end 70.85 102) (width 0.15) (layer "B.Cu") (net 30) (tstamp 71b25962-3bdb-41b6-8555-b03d1677ed65)) - (segment (start 77.2 98.85) (end 74.05 102) (width 0.15) (layer "B.Cu") (net 30) (tstamp c6014d18-e232-44ed-a070-a1c74153bc15)) - (segment (start 77.2 98.4) (end 77.2 98.85) (width 0.15) (layer "B.Cu") (net 30) (tstamp ccc38513-0f34-4f05-9f98-ef75de618c91)) - (segment (start 76.737231 96.237231) (end 76.2 96.774462) (width 0.15) (layer "B.Cu") (net 30) (tstamp d4d4fa68-34f2-4653-bbf0-2d24f29cf971)) - (segment (start 70.85 102) (end 69.824901 100.974901) (width 0.15) (layer "B.Cu") (net 30) (tstamp f437d67e-d44f-4b38-a6c9-f36d153cdec4)) - (segment (start 81.3 93.1) (end 80.9 92.7) (width 0.15) (layer "F.Cu") (net 31) (tstamp 1bea6288-df93-4227-8757-c98eaa833a6f)) - (segment (start 77.644962 91.3) (end 78.6 91.3) (width 0.15) (layer "F.Cu") (net 31) (tstamp 8104aa50-a939-4715-a570-a261cb482238)) - (segment (start 73.85 93.25) (end 75.694962 93.25) (width 0.15) (layer "F.Cu") (net 31) (tstamp 98559c04-1edf-4a16-a403-ee803395c189)) - (segment (start 75.694962 93.25) (end 77.644962 91.3) (width 0.15) (layer "F.Cu") (net 31) (tstamp c63ea0fb-2c6c-4f97-86fb-617c2560809e)) - (via (at 78.6 91.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 31) (tstamp 43c60605-74b4-4257-83a1-c4affa06551c)) - (via (at 80.9 92.7) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 31) (tstamp d34385b1-fadf-4359-a8b1-59e02579d7e5)) - (segment (start 80.9 92.7) (end 80 92.7) (width 0.15) (layer "B.Cu") (net 31) (tstamp 72b286fc-dc7e-4ad5-b2dc-5afc9698e4b6)) - (segment (start 80 92.7) (end 78.6 91.3) (width 0.15) (layer "B.Cu") (net 31) (tstamp d1bcc174-49ee-47dc-8537-17590e91bff5)) - (segment (start 62.24509 97.493136) (end 62.24509 98.15491) (width 0.15) (layer "F.Cu") (net 32) (tstamp 071fe165-eed0-4ec5-8ce3-44801c72d2c9)) - (segment (start 60.75 96.3) (end 60.8 96.35) (width 0.25) (layer "F.Cu") (net 32) (tstamp 198c8220-35a2-4b8b-97eb-1f4e2ae5b6f2)) - (segment (start 60.75 98.2) (end 60.8 98.25) (width 0.45) (layer "F.Cu") (net 32) (tstamp 1a585210-4cd2-4cf8-9787-2016b6bc4329)) - (segment (start 60.824901 98.274901) (end 60.8 98.25) (width 0.15) (layer "F.Cu") (net 32) (tstamp 3781d0c5-d328-422a-90a6-6ba9d7b972df)) - (segment (start 61.1 96.35) (end 61.975099 97.225099) (width 0.15) (layer "F.Cu") (net 32) (tstamp 50abaddd-47f5-4d26-a1ac-040e0a5b2a4e)) - (segment (start 60.8 96.35) (end 61.1 96.35) (width 0.15) (layer "F.Cu") (net 32) (tstamp 54d721eb-e499-47c4-8998-1dcd3829302f)) - (segment (start 62.24509 98.15491) (end 62.125099 98.274901) (width 0.15) (layer "F.Cu") (net 32) (tstamp 8257417e-3db1-4b7e-a79b-84d4ba8c4011)) - (segment (start 62.125099 98.274901) (end 60.824901 98.274901) (width 0.15) (layer "F.Cu") (net 32) (tstamp 896391fa-77aa-4617-be63-4c92c9128a73)) - (segment (start 61.977053 97.225099) (end 62.24509 97.493136) (width 0.15) (layer "F.Cu") (net 32) (tstamp cc25d09c-35c7-41e7-be08-11221978f8bb)) - (segment (start 59.535 98.2) (end 60.75 98.2) (width 0.45) (layer "F.Cu") (net 32) (tstamp d57c0ffa-3d5d-4de8-a2cb-de72ea1cf372)) - (segment (start 59.535 96.3) (end 60.75 96.3) (width 0.25) (layer "F.Cu") (net 32) (tstamp da0c8d41-b39e-4471-8532-960046ed3b3c)) - (segment (start 61.975099 97.225099) (end 61.977053 97.225099) (width 0.15) (layer "F.Cu") (net 32) (tstamp f1e08948-6b85-492c-99de-5fd6a459b81f)) - (segment (start 68.35 87.95) (end 63.465 87.95) (width 0.15) (layer "F.Cu") (net 33) (tstamp 36411ff6-02f2-4518-91f8-2ec78503d07a)) - (segment (start 63.465 87.95) (end 59 83.485) (width 0.15) (layer "F.Cu") (net 33) (tstamp e954e8e4-5e66-4ebc-9dad-43e918b0d8d3)) - (segment (start 71.1 91.5) (end 71.1 90.7) (width 0.15) (layer "F.Cu") (net 33) (tstamp fdbeb6f2-ee7c-43eb-840b-d8ad9458d56d)) - (segment (start 71.1 90.7) (end 68.35 87.95) (width 0.15) (layer "F.Cu") (net 33) (tstamp fe29d3b6-92be-4e54-a383-392356bcc809)) - (segment (start 58.515 83) (end 59 82.515) (width 0.15) (layer "F.Cu") (net 34) (tstamp 5fc03015-6f9b-4e08-9fd5-ba1cb6c63544)) - (segment (start 57.7875 83) (end 58.515 83) (width 0.15) (layer "F.Cu") (net 34) (tstamp ebe6845e-77ef-4a3b-8777-25f774d9ada6)) - (segment (start 58.515 89) (end 59 88.515) (width 0.15) (layer "F.Cu") (net 35) (tstamp 3d92c55c-1734-42df-b448-2eee86d15983)) - (segment (start 57.7875 89) (end 58.515 89) (width 0.15) (layer "F.Cu") (net 35) (tstamp 92529218-3086-4e38-a5d7-361f20edc13a)) - (segment (start 67.9 89) (end 59.485 89) (width 0.15) (layer "F.Cu") (net 36) (tstamp 161f5455-8297-4c70-b65c-7a745abba5c6)) - (segment (start 69.6 91.5) (end 69.6 90.7) (width 0.15) (layer "F.Cu") (net 36) (tstamp 19a78422-b95d-4f86-b628-f6242f9aacfd)) - (segment (start 59.485 89) (end 59 89.485) (width 0.15) (layer "F.Cu") (net 36) (tstamp 40af157d-bec1-489e-8581-29ec391f5c92)) - (segment (start 69.6 90.7) (end 67.9 89) (width 0.15) (layer "F.Cu") (net 36) (tstamp c2f82502-a672-445f-b0f1-8868bd6c28f2)) - (segment (start 68.05 88.65) (end 60.165 88.65) (width 0.15) (layer "F.Cu") (net 37) (tstamp 2069990d-6014-4631-8e6f-d382b53b2ed1)) - (segment (start 70.1 91.5) (end 70.1 90.7) (width 0.15) (layer "F.Cu") (net 37) (tstamp 2859838c-f7b0-4be7-9045-7fdc963d3d85)) - (segment (start 60.165 88.65) (end 59 87.485) (width 0.15) (layer "F.Cu") (net 37) (tstamp 30304e2e-fae0-4942-8805-94df7afa183a)) - (segment (start 70.1 90.7) (end 68.05 88.65) (width 0.15) (layer "F.Cu") (net 37) (tstamp 82e15225-a105-45b2-84d4-4b70931897e0)) - (segment (start 57.7875 87) (end 58.515 87) (width 0.15) (layer "F.Cu") (net 38) (tstamp 2d9eeeec-9b58-4b2a-bc33-b5b8498b0fa3)) - (segment (start 58.515 87) (end 59 86.515) (width 0.15) (layer "F.Cu") (net 38) (tstamp 3af48b74-9eb6-4a31-be66-715160acfc85)) - (segment (start 57.7875 85) (end 58.515 85) (width 0.15) (layer "F.Cu") (net 39) (tstamp 63c4f6ba-7934-4f34-b900-9d85f4b16ec3)) - (segment (start 58.515 85) (end 59 84.515) (width 0.15) (layer "F.Cu") (net 39) (tstamp e8b9f5a2-9c61-4573-a103-20f29d774825)) - (segment (start 68.2 88.3) (end 61.815 88.3) (width 0.15) (layer "F.Cu") (net 40) (tstamp 3074fade-b34d-479b-8200-fadd967b837d)) - (segment (start 70.6 90.7) (end 68.2 88.3) (width 0.15) (layer "F.Cu") (net 40) (tstamp 588bef68-8354-4667-a575-3c31f5656918)) - (segment (start 61.815 88.3) (end 59 85.485) (width 0.15) (layer "F.Cu") (net 40) (tstamp a3acb1a5-1a94-45cb-a7eb-6abc9d5b9709)) - (segment (start 70.6 91.5) (end 70.6 90.7) (width 0.15) (layer "F.Cu") (net 40) (tstamp a5da963a-270f-4c3d-a079-114d8eef79b7)) - (segment (start 57.7875 81) (end 58.515 81) (width 0.15) (layer "F.Cu") (net 41) (tstamp 4e98eeda-3e56-41f0-b5f8-40eea7e26c81)) - (segment (start 58.515 81) (end 59 80.515) (width 0.15) (layer "F.Cu") (net 41) (tstamp b20fce31-a979-44b0-8b02-4f26d5d97078)) - (segment (start 75.49999 95.88386) (end 77.541925 93.841925) (width 0.15) (layer "F.Cu") (net 42) (tstamp 061b0977-703d-47fc-ba64-d6fb3f8737c3)) - (segment (start 73.85 96.75) (end 75.25 96.75) (width 0.15) (layer "F.Cu") (net 42) (tstamp 0f924b75-883b-4726-a9f0-fbdae6b526a3)) - (segment (start 126.25 87.05) (end 126.3 87.1) (width 0.15) (layer "F.Cu") (net 42) (tstamp 14024e4b-59d0-4f66-8eba-1d0eb8f5d9a6)) - (segment (start 75.49999 96.50001) (end 75.49999 95.88386) (width 0.15) (layer "F.Cu") (net 42) (tstamp 16ee6ea3-f8e7-42d6-adf2-84c0e1e68606)) - (segment (start 80.5 93.9) (end 80.1 93.5) (width 0.15) (layer "F.Cu") (net 42) (tstamp 4bb6aa50-20a8-40c0-9694-aa4503d2e061)) - (segment (start 80.1 93.5) (end 77.88385 93.5) (width 0.15) (layer "F.Cu") (net 42) (tstamp 59d8ba21-cafb-4664-ad77-269d60e2afa7)) - (segment (start 75.25 96.75) (end 75.49999 96.50001) (width 0.15) (layer "F.Cu") (net 42) (tstamp 6c9aaaba-b9a5-4111-8987-89315ec6be88)) - (segment (start 75.49999 96.50001) (end 75.49999 96.5) (width 0.15) (layer "F.Cu") (net 42) (tstamp 73c391c7-0be1-4b2b-8b04-862892b96a80)) - (segment (start 120.349992 103.95) (end 120.299992 103.9) (width 0.15) (layer "F.Cu") (net 42) (tstamp 91ba689b-5dd8-4302-8420-efca48ac6b5f)) - (segment (start 121.1 103.95) (end 120.349992 103.95) (width 0.15) (layer "F.Cu") (net 42) (tstamp 96fa3736-070f-437c-b67e-34080cd0f9e4)) - (segment (start 75.915 90.3) (end 75.9 90.285) (width 0.15) (layer "F.Cu") (net 42) (tstamp b3ee6304-4586-4924-9942-14d87bd91c7d)) - (segment (start 75.915 90.3) (end 75.915 92.136808) (width 0.15) (layer "F.Cu") (net 42) (tstamp b44b23f0-bd88-4300-979d-37f303b9f6a0)) - (segment (start 75.9 90.285) (end 75.9 88.199998) (width 0.15) (layer "F.Cu") (net 42) (tstamp c14d7200-f91c-4b1f-9467-64c3336c7ef2)) - (segment (start 75.915 92.136808) (end 75.97315 92.194958) (width 0.15) (layer "F.Cu") (net 42) (tstamp e92cc26d-27f8-43e9-a58e-4cbff1061bf5)) - (segment (start 125.5 87.05) (end 126.25 87.05) (width 0.15) (layer "F.Cu") (net 42) (tstamp f46360b3-2778-4224-b87e-99e44d6e0b71)) - (segment (start 77.88385 93.5) (end 77.541925 93.841925) (width 0.15) (layer "F.Cu") (net 42) (tstamp f98741d9-e0ab-4e63-868b-6552fb9e4771)) - (via (at 77.541925 93.841925) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 42) (tstamp 230e039b-1200-49f4-9764-81cfdd0b465a)) - (via (at 75.9 88.199998) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 42) (tstamp 29ba5cb3-8244-4e9f-a028-bde92e99adb1)) - (via (at 126.3 87.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 42) (tstamp b8a5679e-0824-4fd4-bd37-515f1c75fd73)) - (via (at 75.97315 92.194958) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 42) (tstamp cf4cb541-1fc3-4ad8-99c6-748cb872c6eb)) - (via (at 120.299992 103.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 42) (tstamp fcd8b1c2-0644-4e8e-b5df-9c237120459f)) - (segment (start 65.56304 73.3) (end 62.5 76.36304) (width 0.15) (layer "B.Cu") (net 42) (tstamp 0db9632a-21af-4acb-9c05-e041f8c89b3a)) - (segment (start 62.5 76.36304) (end 62.5 81) (width 0.15) (layer "B.Cu") (net 42) (tstamp 21029bc5-ec40-4631-a1f1-024a4085a56f)) - (segment (start 126.1 84.6) (end 123.5 82) (width 0.15) (layer "B.Cu") (net 42) (tstamp 35505c17-306b-4361-9895-a67ced902f2d)) - (segment (start 118.9 98) (end 123 93.9) (width 0.15) (layer "B.Cu") (net 42) (tstamp 355984fe-c4ef-4584-9c88-7aed9a4b1db8)) - (segment (start 126.3 87.1) (end 126.1 86.9) (width 0.15) (layer "B.Cu") (net 42) (tstamp 395df0a5-800c-4cca-a0f1-3ad76d2e76ca)) - (segment (start 115.97606 73.3) (end 65.56304 73.3) (width 0.15) (layer "B.Cu") (net 42) (tstamp 412488c3-13b7-4cf8-8c58-0304d4e5151b)) - (segment (start 127.775179 88.575179) (end 126.3 87.1) (width 0.15) (layer "B.Cu") (net 42) (tstamp 41d12f3f-11c6-402c-bcf2-6f6e169eb2f6)) - (segment (start 68.6 87.1) (end 74.800002 87.1) (width 0.15) (layer "B.Cu") (net 42) (tstamp 49c4dcb9-cb9b-421e-b7b9-e495c75a42b7)) - (segment (start 126 93.9) (end 127.775179 92.124821) (width 0.15) (layer "B.Cu") (net 42) (tstamp 537d030b-54bb-4562-9f1e-378ccefb4b2e)) - (segment (start 127.775179 92.124821) (end 127.775179 88.575179) (width 0.15) (layer "B.Cu") (net 42) (tstamp 5aee846a-8592-4b29-bd9b-9c316ee83d69)) - (segment (start 75.97315 92.27315) (end 77.541925 93.841925) (width 0.15) (layer "B.Cu") (net 42) (tstamp 5be841dc-3b4a-40c9-969b-e11a4fb210b2)) - (segment (start 75.97315 92.194958) (end 75.97315 92.27315) (width 0.15) (layer "B.Cu") (net 42) (tstamp 7785b82d-e310-4126-be03-f0dab068352e)) - (segment (start 74.800002 87.1) (end 75.9 88.199998) (width 0.15) (layer "B.Cu") (net 42) (tstamp 7bc6e4f1-1e6a-45c4-bde8-9944381fe3ce)) - (segment (start 123.5 82) (end 123.5 80.82394) (width 0.15) (layer "B.Cu") (net 42) (tstamp aba0fc13-5864-4b93-a0d5-5b97e1e36281)) - (segment (start 119.8 100.4) (end 118.9 99.5) (width 0.15) (layer "B.Cu") (net 42) (tstamp b5e82878-b519-4073-ad55-f1d9914c05ff)) - (segment (start 118.9 99.5) (end 118.9 98) (width 0.15) (layer "B.Cu") (net 42) (tstamp b7ea6100-ff11-4609-86f6-89b95a0d171e)) - (segment (start 126.1 86.9) (end 126.1 84.6) (width 0.15) (layer "B.Cu") (net 42) (tstamp b93d027f-21f6-4fc9-ad3f-317eded6973b)) - (segment (start 119.8 103.400008) (end 119.8 100.4) (width 0.15) (layer "B.Cu") (net 42) (tstamp bb5372f2-1ad0-4a4d-b4cb-b3226f0cfcbd)) - (segment (start 123.5 80.82394) (end 115.97606 73.3) (width 0.15) (layer "B.Cu") (net 42) (tstamp bdfead1f-ec4f-41f7-bfd1-971493371164)) - (segment (start 123 93.9) (end 126 93.9) (width 0.15) (layer "B.Cu") (net 42) (tstamp e321aecd-3c35-4269-8106-100a64352fd1)) - (segment (start 62.5 81) (end 68.6 87.1) (width 0.15) (layer "B.Cu") (net 42) (tstamp e4e8c3f3-f9c5-4fd5-9df8-595c4d009ab6)) - (segment (start 120.299992 103.9) (end 119.8 103.400008) (width 0.15) (layer "B.Cu") (net 42) (tstamp f927b2bd-934b-468f-bf89-dd56567c0ccd)) - (segment (start 67.6 91.5) (end 67.6 90.45) (width 0.15) (layer "F.Cu") (net 43) (tstamp 00000000-0000-0000-0000-00005bed176b)) - (segment (start 78.899999 94.699999) (end 78.6 94.4) (width 0.15) (layer "F.Cu") (net 43) (tstamp 12d6a58e-297d-4423-a9b1-8d6158bbfbac)) - (segment (start 86.499901 94.300099) (end 86.5 94.3) (width 0.15) (layer "F.Cu") (net 43) (tstamp 23708b85-adf5-4cbf-a4c4-69f9be2b941b)) - (segment (start 85.3 94.7) (end 85.699901 94.300099) (width 0.15) (layer "F.Cu") (net 43) (tstamp 2eb128af-cf78-4727-9276-c766eac2782b)) - (segment (start 86.500099 94.299901) (end 87.299901 94.299901) (width 0.15) (layer "F.Cu") (net 43) (tstamp 623a95d3-92aa-43fc-bfb7-1927169d4600)) - (segment (start 87.299901 94.299901) (end 87.3 94.3) (width 0.15) (layer "F.Cu") (net 43) (tstamp 8ef140e1-a86a-45e5-8f2c-e06066832fcb)) - (segment (start 79.7 94.7) (end 78.899999 94.699999) (width 0.15) (layer "F.Cu") (net 43) (tstamp 97823ebb-0711-4a96-9596-e1b6f4baec60)) - (segment (start 85.699901 94.300099) (end 86.499901 94.300099) (width 0.15) (layer "F.Cu") (net 43) (tstamp b352d21a-9d0c-42da-bdfe-356afec9821e)) - (segment (start 86.499901 94.300099) (end 86.500099 94.299901) (width 0.15) (layer "F.Cu") (net 43) (tstamp bf3dac99-ac50-4ac6-bfbd-9ed628e3720e)) - (segment (start 73.1 89) (end 73.1 90.45) (width 0.15) (layer "F.Cu") (net 43) (tstamp fb078252-2c69-4f10-b8ca-ec674f33126f)) - (via (at 67.6 90.45) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 43) (tstamp 00000000-0000-0000-0000-00005bed17b9)) - (via (at 87.3 94.3) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 43) (tstamp 00000000-0000-0000-0000-00005cb0eb86)) - (via (at 73.1 90.45) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 43) (tstamp 047cf595-1972-4c2a-a70b-65489a060f88)) - (via (at 78.6 94.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 43) (tstamp 675b2a1e-1d1e-4f5b-91f1-23d348015a92)) - (segment (start 78.6 92.15) (end 78.6 94.4) (width 0.15) (layer "In2.Cu") (net 43) (tstamp 67a11f6a-4ece-4dc6-a8e5-fd9307451010)) - (segment (start 87.6 94) (end 87.6 89.8) (width 0.15) (layer "In2.Cu") (net 43) (tstamp 6a6afd5b-5f14-4832-96b7-394ff3546428)) - (segment (start 87.25 89.45) (end 81.3 89.45) (width 0.15) (layer "In2.Cu") (net 43) (tstamp afaec224-6eb9-4aa4-acce-937066a89442)) - (segment (start 87.3 94.3) (end 87.6 94) (width 0.15) (layer "In2.Cu") (net 43) (tstamp c339890a-ec9b-43c8-bca3-90f292a91f7c)) - (segment (start 81.3 89.45) (end 78.6 92.15) (width 0.15) (layer "In2.Cu") (net 43) (tstamp e8fbed20-1a41-45ab-b1f5-aa1a8c24ac3c)) - (segment (start 87.6 89.8) (end 87.25 89.45) (width 0.15) (layer "In2.Cu") (net 43) (tstamp fbe4ca78-db1d-425c-822e-cbaf51a10d48)) - (segment (start 67.6 90.45) (end 75.35 90.45) (width 0.15) (layer "B.Cu") (net 43) (tstamp 2ea45036-6908-4767-a4a0-ac16e09767ee)) - (segment (start 75.35 90.45) (end 78.6 93.7) (width 0.15) (layer "B.Cu") (net 43) (tstamp bdda70c2-3421-4655-b5b9-d211191a6325)) - (segment (start 78.6 93.7) (end 78.6 94.4) (width 0.15) (layer "B.Cu") (net 43) (tstamp f243ec58-1f6e-418e-a663-db153af2a742)) - (segment (start 126.715 100.8) (end 126.7 100.785) (width 0.15) (layer "F.Cu") (net 44) (tstamp 0e20cbc1-6cd0-4252-8a14-c1d9146f2a63)) - (segment (start 69.1 91.5) (end 69.1 90.85) (width 0.15) (layer "F.Cu") (net 44) (tstamp 34407fba-357b-4052-9216-06c1e2cae3ea)) - (segment (start 122.6 109.685) (end 123.085 109.2) (width 0.15) (layer "F.Cu") (net 44) (tstamp 4c7091d4-515a-46e1-8ca0-f82aa5cb62fb)) - (segment (start 67.9 89.65) (end 65.050002 89.65) (width 0.15) (layer "F.Cu") (net 44) (tstamp 55f629e5-1c97-4453-a1ae-599ac25f2ed5)) - (segment (start 122.6 111.3) (end 122.6 109.685) (width 0.15) (layer "F.Cu") (net 44) (tstamp 685e6150-e36f-47e8-b723-9a93196f7f6d)) - (segment (start 123.085 109.2) (end 125.015 109.2) (width 0.15) (layer "F.Cu") (net 44) (tstamp 76a39676-455f-4955-a088-1c75859bcc04)) - (segment (start 125.015 109.2) (end 125.1 109.115) (width 0.15) (layer "F.Cu") (net 44) (tstamp 9bab507b-ffe8-4c5e-9c8f-1c526f0716c7)) - (segment (start 127.6 100.8) (end 126.715 100.8) (width 0.15) (layer "F.Cu") (net 44) (tstamp ce619f39-5aaf-49e9-a33c-26732dec8e95)) - (segment (start 69.1 90.85) (end 67.9 89.65) (width 0.15) (layer "F.Cu") (net 44) (tstamp d00d1a13-a7a0-45e0-aac5-1ff3926884e0)) - (segment (start 125.1 109.115) (end 125.1 109.1) (width 0.15) (layer "F.Cu") (net 44) (tstamp d375f196-6f2b-4a02-b59f-0abcafe1e5a7)) - (segment (start 125.1 109.1) (end 125.7 108.5) (width 0.15) (layer "F.Cu") (net 44) (tstamp f7a08f47-28a3-4664-b73f-efd412909c91)) - (via (at 125.7 108.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 44) (tstamp 4f4ed3ff-b7e3-455c-be2d-f1d3c4be2168)) - (via (at 65.050002 89.65) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 44) (tstamp 5081823b-af15-4652-8f62-e115e4598367)) - (via (at 122.6 111.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 44) (tstamp 6b56dce3-891e-4c99-a6a2-469129a36085)) - (via (at 127.6 100.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 44) (tstamp 7b973887-a7d0-4ced-9ce0-e7012bc4f667)) - (segment (start 72.6 118.25) (end 76.773146 118.25) (width 0.15) (layer "B.Cu") (net 44) (tstamp 0a4a5095-16ff-4ec8-b82d-45b4d38ffde6)) - (segment (start 72.42509 118.07509) (end 72.6 118.25) (width 0.15) (layer "B.Cu") (net 44) (tstamp 100a73e7-13ce-43bc-8783-1b4a2e371823)) - (segment (start 76.773146 118.25) (end 77.423146 117.6) (width 0.15) (layer "B.Cu") (net 44) (tstamp 17c369cf-c27d-429e-9fd7-b60e8872935e)) - (segment (start 65.050002 89.65) (end 59.1 95.600002) (width 0.15) (layer "B.Cu") (net 44) (tstamp 1dce7b9d-4f2a-4eaf-92bf-fbc13310290c)) - (segment (start 116.3 117.6) (end 122.6 111.3) (width 0.15) (layer "B.Cu") (net 44) (tstamp 1fc3251f-68ef-4f72-a209-18ab14ab73e6)) - (segment (start 125.7 105.668332) (end 125.7 108.5) (width 0.15) (layer "B.Cu") (net 44) (tstamp 3019cd7d-d905-4256-ac07-1e58a26f3c06)) - (segment (start 126.768332 104.6) (end 125.7 105.668332) (width 0.15) (layer "B.Cu") (net 44) (tstamp 654b3b97-d6ef-4fab-aedc-733bab6d7f72)) - (segment (start 127.6 100.8) (end 128.07509 101.27509) (width 0.15) (layer "B.Cu") (net 44) (tstamp 666a127f-bbf1-44d7-9945-883a859a094b)) - (segment (start 59.1 113.9) (end 60 114.8) (width 0.15) (layer "B.Cu") (net 44) (tstamp 71f2cbf5-af41-499d-8ff4-ed093ab1d4ae)) - (segment (start 59.1 95.600002) (end 59.1 113.9) (width 0.15) (layer "B.Cu") (net 44) (tstamp 7862272e-1ed3-4eaf-b82a-6f1cad5ee0bb)) - (segment (start 128.07509 103.82491) (end 127.3 104.6) (width 0.15) (layer "B.Cu") (net 44) (tstamp 893c591c-b6ff-4f7c-af38-4373a74e1168)) - (segment (start 127.3 104.6) (end 126.768332 104.6) (width 0.15) (layer "B.Cu") (net 44) (tstamp ab962808-f856-4da6-875e-d33b9b900c1c)) - (segment (start 61.779046 118.07509) (end 72.42509 118.07509) (width 0.15) (layer "B.Cu") (net 44) (tstamp b80a23dc-70c6-40fa-a1c3-f168abe051ed)) - (segment (start 128.07509 101.27509) (end 128.07509 103.82491) (width 0.15) (layer "B.Cu") (net 44) (tstamp bfb630e3-509a-4343-86ca-b017c6eec725)) - (segment (start 60 116.296044) (end 61.779046 118.07509) (width 0.15) (layer "B.Cu") (net 44) (tstamp c82e7cff-bb88-4413-b346-ca9d65f6bb50)) - (segment (start 60 114.8) (end 60 116.296044) (width 0.15) (layer "B.Cu") (net 44) (tstamp e0f5ae2f-e387-43fe-ac3d-a4e01e46f514)) - (segment (start 77.423146 117.6) (end 116.3 117.6) (width 0.15) (layer "B.Cu") (net 44) (tstamp f5ae382e-762f-45ff-b350-8e2d7e80445d)) - (segment (start 119.9 90.215) (end 118.6 88.915) (width 0.15) (layer "F.Cu") (net 45) (tstamp 211d3d27-78ea-4fe2-80e0-bfa6a0d4871e)) - (segment (start 125.215 81.8) (end 125.3 81.885) (width 0.15) (layer "F.Cu") (net 45) (tstamp 25a58b38-e4e5-4924-abd3-89b90e72c12a)) - (segment (start 118.2 82.7) (end 118.524901 82.375099) (width 0.15) (layer "F.Cu") (net 45) (tstamp 3c0d1729-78ee-4d33-bce7-cc51fe5e484f)) - (segment (start 122.509901 82.375099) (end 123.085 81.8) (width 0.15) (layer "F.Cu") (net 45) (tstamp 45828bdf-f7b0-4855-a703-656f7143fd1d)) - (segment (start 118.524901 82.375099) (end 122.509901 82.375099) (width 0.15) (layer "F.Cu") (net 45) (tstamp 677e0101-81f0-4545-8c72-23c9f6cef51e)) - (segment (start 124.1 81.8) (end 125.215 81.8) (width 0.15) (layer "F.Cu") (net 45) (tstamp 88592dbe-2ce3-4d58-ab18-cf429f21123f)) - (segment (start 118.6 88.915) (end 118.6 85.5) (width 0.15) (layer "F.Cu") (net 45) (tstamp 92c2acfc-5f23-4a08-bda4-c69b711da6d1)) - (segment (start 118.6 85.5) (end 118.2 85.1) (width 0.15) (layer "F.Cu") (net 45) (tstamp 931a035c-dacd-431f-910b-def670bdc676)) - (segment (start 72.1 88.699992) (end 71.450008 88.05) (width 0.15) (layer "F.Cu") (net 45) (tstamp b9258fdc-8fc7-4b0b-a1a5-ded4a5045e1f)) - (segment (start 118.2 85.1) (end 118.2 82.7) (width 0.15) (layer "F.Cu") (net 45) (tstamp c9521a26-be15-4a1e-8acc-422906829663)) - (segment (start 123.085 81.8) (end 124.1 81.8) (width 0.15) (layer "F.Cu") (net 45) (tstamp e4a73b93-c925-4263-a4d5-8e9e5fe2b9aa)) - (segment (start 72.1 91.5) (end 72.1 88.699992) (width 0.15) (layer "F.Cu") (net 45) (tstamp fcd57f8b-d459-4ae2-86a3-533252fa35fb)) - (via (at 71.450008 88.05) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 45) (tstamp a954b9c2-8815-41d9-8ee2-182c3d4b4e66)) - (via (at 124.1 81.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 45) (tstamp b8e4c1bf-3a7f-4504-a864-a1b83d43598f)) - (segment (start 124.1 80.95) (end 124.1 81.8) (width 0.15) (layer "B.Cu") (net 45) (tstamp 0e441e9b-127f-4bc3-9162-215c89745050)) - (segment (start 61.324803 76.325197) (end 64.65 73) (width 0.15) (layer "B.Cu") (net 45) (tstamp 371abc5a-52a7-4b87-8ec7-281e5dbbd659)) - (segment (start 64.65 73) (end 116.15 73) (width 0.15) (layer "B.Cu") (net 45) (tstamp 4b3e8ab8-6573-4361-8b87-a68e53872f35)) - (segment (start 116.15 73) (end 124.1 80.95) (width 0.15) (layer "B.Cu") (net 45) (tstamp 4deae685-5592-43f0-91c3-86e99199860c)) - (segment (start 68.65 88.05) (end 61.324803 80.724803) (width 0.15) (layer "B.Cu") (net 45) (tstamp 7e9a6c0f-8a1d-43ad-a1d8-ac71f765670e)) - (segment (start 71.450008 88.05) (end 68.65 88.05) (width 0.15) (layer "B.Cu") (net 45) (tstamp 838ee847-cd88-4ea8-b449-591cf4767883)) - (segment (start 61.324803 80.724803) (end 61.324803 76.325197) (width 0.15) (layer "B.Cu") (net 45) (tstamp e34e1373-69b0-4599-a75a-7458f19f5398)) - (segment (start 65.85 92.75) (end 65.2 92.75) (width 0.15) (layer "F.Cu") (net 46) (tstamp 09373d7d-0888-443f-8d1d-933eca6bfb41)) - (segment (start 65.042375 92.592375) (end 65.042375 90.456053) (width 0.15) (layer "F.Cu") (net 46) (tstamp 2d8b9790-5907-4e6e-b72e-7ac4fbb88d88)) - (segment (start 81.3 93.9) (end 80.9 93.5) (width 0.15) (layer "F.Cu") (net 46) (tstamp 706e8940-8275-4fec-9841-867bd410d21e)) - (segment (start 65.2 92.75) (end 65.042375 92.592375) (width 0.15) (layer "F.Cu") (net 46) (tstamp d9b30be8-188a-4d88-adbe-b65dd464c9b2)) - (via (at 65.042375 90.456053) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 46) (tstamp 73894dbb-be06-4c9d-b554-a3676ed6b03f)) - (via (at 80.9 93.5) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 46) (tstamp 8f37976d-7277-408d-b960-1ce55db355b4)) - (segment (start 80.022998 93.5) (end 76.072999 89.550001) (width 0.15) (layer "B.Cu") (net 46) (tstamp 154356df-d96a-4426-aa08-058870f95ab8)) - (segment (start 80.9 93.5) (end 80.022998 93.5) (width 0.15) (layer "B.Cu") (net 46) (tstamp 8ef0504e-10cf-411e-b449-949a0f5c8d74)) - (segment (start 65.948427 89.550001) (end 65.042375 90.456053) (width 0.15) (layer "B.Cu") (net 46) (tstamp 91149e49-c287-4972-9e49-d34c57b6ffb6)) - (segment (start 76.072999 89.550001) (end 65.948427 89.550001) (width 0.15) (layer "B.Cu") (net 46) (tstamp b06ad5b8-3b55-4295-ac00-2db4462d06a0)) - (segment (start 65.85 92.25) (end 65.8 92.2) (width 0.15) (layer "F.Cu") (net 47) (tstamp 00000000-0000-0000-0000-00005bed16f0)) - (segment (start 65.8 90.45001) (end 65.80001 90.45) (width 0.15) (layer "F.Cu") (net 47) (tstamp 00000000-0000-0000-0000-00005bed1729)) - (segment (start 65.8 92.2) (end 65.8 90.45001) (width 0.15) (layer "F.Cu") (net 47) (tstamp 00000000-0000-0000-0000-00005bed177a)) - (segment (start 81.3 94.7) (end 80.9 94.3) (width 0.15) (layer "F.Cu") (net 47) (tstamp 0142204c-ea7a-450e-87e1-a014ac16ed83)) - (via (at 65.80001 90.45) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 47) (tstamp 00000000-0000-0000-0000-00005bed1702)) - (via (at 80.9 94.3) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 47) (tstamp 9ece809e-238e-4eae-a7ef-e6776d72e441)) - (segment (start 66.35001 89.9) (end 65.80001 90.45) (width 0.15) (layer "B.Cu") (net 47) (tstamp 29d472a1-c0d6-42c9-b2e5-a264b93a7ff1)) - (segment (start 80 94.3) (end 75.6 89.9) (width 0.15) (layer "B.Cu") (net 47) (tstamp 80aa8240-b182-45b1-bd96-4b2cb6340d6c)) - (segment (start 80.9 94.3) (end 80 94.3) (width 0.15) (layer "B.Cu") (net 47) (tstamp 9f3d3c80-f673-4138-8cfd-081612cb606b)) - (segment (start 75.6 89.9) (end 66.35001 89.9) (width 0.15) (layer "B.Cu") (net 47) (tstamp ef914691-5491-42fb-853b-5015433cd48c)) - (segment (start 86.1 95.5) (end 86.5 95.9) (width 0.25) (layer "F.Cu") (net 48) (tstamp cc823f72-f0e4-4202-8e7e-d5cbcbc3c9fe)) - (via (at 86.5 95.9) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 48) (tstamp 6aa9c80e-1912-43b9-a8eb-b3770c197706)) - (segment (start 88.4525 96.235) (end 88.4 96.2875) (width 0.25) (layer "B.Cu") (net 48) (tstamp 61e30f2a-bbab-456f-8dcb-4ec058acfb34)) - (segment (start 89.85 96.235) (end 88.4525 96.235) (width 0.25) (layer "B.Cu") (net 48) (tstamp 8dfc800f-bbc1-4904-adda-6117ec751bf8)) - (segment (start 87.2 95.985) (end 88.0975 95.985) (width 0.25) (layer "B.Cu") (net 48) (tstamp 93d2313f-0919-4c6f-b07d-ab630442d056)) - (segment (start 87.115 95.9) (end 87.2 95.985) (width 0.25) (layer "B.Cu") (net 48) (tstamp d62c7b9b-2733-4c7c-acaf-935bbb5b42fb)) - (segment (start 86.5 95.9) (end 87.115 95.9) (width 0.25) (layer "B.Cu") (net 48) (tstamp e6e65e08-50ae-42e3-98ba-61e01e0d282e)) - (segment (start 88.0975 95.985) (end 88.4 96.2875) (width 0.25) (layer "B.Cu") (net 48) (tstamp e7e652d0-8288-428b-b475-904d727ce73f)) - (segment (start 81.3 95.5) (end 80.9 95.1) (width 0.25) (layer "F.Cu") (net 49) (tstamp 30159ef0-c9e2-4381-b859-6b95be33d741)) - (via (at 80.9 95.1) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 49) (tstamp 957ba4db-aa36-4e4d-bd34-5b618c123340)) - (segment (start 80.3 94.9) (end 80.7 94.9) (width 0.25) (layer "B.Cu") (net 49) (tstamp 5081eb15-8a0f-4df5-99a1-45a578bcf2b3)) - (segment (start 78.385 97.6) (end 78.385 97.4025) (width 0.25) (layer "B.Cu") (net 49) (tstamp 6b57d1f0-e39c-4e10-877e-87d046ef1ca7)) - (segment (start 79.3875 95.8125) (end 79.7 95.5) (width 0.25) (layer "B.Cu") (net 49) (tstamp 9b6983ab-5e08-4595-9719-d4ecbaaf3e69)) - (segment (start 80.3 94.9) (end 79.7 95.5) (width 0.25) (layer "B.Cu") (net 49) (tstamp b7efe5ee-cba0-4cf1-9fc1-5d8b92fb1e3c)) - (segment (start 80.7 94.9) (end 80.9 95.1) (width 0.25) (layer "B.Cu") (net 49) (tstamp c107415c-b711-4daf-9fa8-c54a734d686a)) - (segment (start 78.385 97.4025) (end 79.3875 96.4) (width 0.25) (layer "B.Cu") (net 49) (tstamp f28e73ed-6678-4287-afb3-a74990f3cdec)) - (segment (start 79.3875 96.4) (end 79.3875 95.8125) (width 0.25) (layer "B.Cu") (net 49) (tstamp f3451d93-7b25-4ac2-b91a-ade9475b795b)) - (segment (start 86.1 94.7) (end 86.5 95.1) (width 0.25) (layer "F.Cu") (net 50) (tstamp 6a55e82c-d9f3-44e0-9840-548f1508f9e5)) - (via (at 86.5 95.1) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 50) (tstamp 00000000-0000-0000-0000-00005bcc2249)) - (segment (start 87.115 95.1) (end 87.2 95.015) (width 0.25) (layer "B.Cu") (net 50) (tstamp 156f5591-d451-4a24-a44e-adad07c7198c)) - (segment (start 88.0975 95.015) (end 88.4 94.7125) (width 0.25) (layer "B.Cu") (net 50) (tstamp 23993c88-8623-4417-86a3-d34de7ceb975)) - (segment (start 86.5 95.1) (end 87.115 95.1) (width 0.25) (layer "B.Cu") (net 50) (tstamp 97846007-050c-419e-9b8a-69c25944b547)) - (segment (start 87.2 95.015) (end 88.0975 95.015) (width 0.25) (layer "B.Cu") (net 50) (tstamp a9ca37b3-d0be-4022-acd0-baf378937a34)) - (segment (start 79.7 95.5) (end 78.1 95.5) (width 0.25) (layer "F.Cu") (net 51) (tstamp d89c0302-0446-4752-af61-f743a32c5cb4)) - (via (at 78.1 95.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 51) (tstamp 482a3072-c406-4d6e-98eb-4f243fe895ec)) - (segment (start 78.73 95.5) (end 78.1 95.5) (width 0.25) (layer "B.Cu") (net 51) (tstamp 66006605-5e5d-4251-a272-e6c139326918)) - (segment (start 77.8125 95.7875) (end 78.1 95.5) (width 0.25) (layer "B.Cu") (net 51) (tstamp 699d29e0-a030-4fdd-a263-d48c20bd508b)) - (segment (start 77.8125 96.4) (end 77.8125 95.7875) (width 0.25) (layer "B.Cu") (net 51) (tstamp 7713a595-9783-456a-b872-e287f366565c)) - (segment (start 77.95 96.5) (end 78.1 96.35) (width 0.25) (layer "B.Cu") (net 51) (tstamp 8bb5768b-eef7-4bd7-ba83-5342f0c87c55)) - (segment (start 79.33 94.9) (end 78.73 95.5) (width 0.25) (layer "B.Cu") (net 51) (tstamp e344d08c-9791-4702-9b1d-772328e3e2eb)) - (segment (start 58.515 102) (end 59 102.485) (width 0.15) (layer "F.Cu") (net 52) (tstamp 097e0edc-0bee-47b5-b180-d68199aa4ff8)) - (segment (start 57.7875 102) (end 58.515 102) (width 0.15) (layer "F.Cu") (net 52) (tstamp ff377cbc-6042-46e6-9644-84dbcdaf714a)) - (segment (start 58.515 110) (end 59 110.485) (width 0.15) (layer "F.Cu") (net 53) (tstamp 8a6a411d-204d-43ed-94fb-e96e770c773b)) - (segment (start 57.7875 110) (end 58.515 110) (width 0.15) (layer "F.Cu") (net 53) (tstamp 9bcbe648-8b58-4679-b991-5ade9ccff5d7)) - (segment (start 58.515 108) (end 59 108.485) (width 0.15) (layer "F.Cu") (net 54) (tstamp 43f72311-9d74-4379-aff9-849c5d7414c8)) - (segment (start 57.7875 108) (end 58.515 108) (width 0.15) (layer "F.Cu") (net 54) (tstamp c73f2658-4dbb-4270-ab67-0945856ad2be)) - (segment (start 58.515 106) (end 59 106.485) (width 0.15) (layer "F.Cu") (net 55) (tstamp 0714f491-06f6-4d59-94af-d621f2a0fbb5)) - (segment (start 57.7875 106) (end 58.515 106) (width 0.15) (layer "F.Cu") (net 55) (tstamp 70958d22-1d71-4a37-b537-5eef707aa4aa)) - (segment (start 57.7875 104) (end 58.515 104) (width 0.15) (layer "F.Cu") (net 56) (tstamp 17b65212-5089-4b10-8076-6ae933d78b8b)) - (segment (start 58.515 104) (end 59 104.485) (width 0.15) (layer "F.Cu") (net 56) (tstamp 3e35ec55-6e98-4581-9a29-9732a6489518)) - (segment (start 97.05 97.55) (end 97.5 97.55) (width 0.15) (layer "F.Cu") (net 57) (tstamp 0987bcda-4395-4567-9f2f-fd3f36ad50ca)) - (segment (start 103.3 99.85) (end 103.3 98.85) (width 0.15) (layer "F.Cu") (net 57) (tstamp 111be01c-3f3d-4a63-a730-20593490b837)) - (segment (start 98.4 96.2) (end 98.8 95.8) (width 0.15) (layer "F.Cu") (net 57) (tstamp 208852a4-c92a-4457-a020-d509b402d330)) - (segment (start 97.6 97.65) (end 98.05 97.65) (width 0.15) (layer "F.Cu") (net 57) (tstamp 246a44c3-90fb-41e6-886b-06b92f51e86e)) - (segment (start 102.05 95.8) (end 102.4 96.15) (width 0.15) (layer "F.Cu") (net 57) (tstamp 2e20faf4-7401-46d5-ae6b-fc5bbb32f6ff)) - (segment (start 98.4 97.3) (end 98.4 96.2) (width 0.15) (layer "F.Cu") (net 57) (tstamp 420b1d11-9e30-4ae1-acfb-fa89a4b9c393)) - (segment (start 97.5 97.55) (end 97.6 97.65) (width 0.15) (layer "F.Cu") (net 57) (tstamp 4e6be61f-eaa0-45db-867d-8103ce1c52cc)) - (segment (start 98.05 97.65) (end 98.4 97.3) (width 0.15) (layer "F.Cu") (net 57) (tstamp 51c712eb-6513-4a0f-8db4-ad2acb415d80)) - (segment (start 102.4 96.15) (end 102.4 97.95) (width 0.15) (layer "F.Cu") (net 57) (tstamp 58649918-4caf-4312-87ca-bee40c1faef6)) - (segment (start 106.45 103) (end 103.3 99.85) (width 0.15) (layer "F.Cu") (net 57) (tstamp 7faad178-1f35-477d-8c35-5c147faab156)) - (segment (start 98.8 95.8) (end 102.05 95.8) (width 0.15) (layer "F.Cu") (net 57) (tstamp a3883662-2d57-4471-9f3d-7b28e4d02ced)) - (segment (start 103.3 98.85) (end 102.4 97.95) (width 0.15) (layer "F.Cu") (net 57) (tstamp e01a6a9d-ae69-48fb-b6ca-710c1a58f75a)) - (segment (start 106.45 104.5) (end 106.45 103) (width 0.15) (layer "F.Cu") (net 57) (tstamp e47999ae-4ad0-4f52-b93a-798690a80d13)) - (segment (start 116.7 107.85) (end 116.7 108.5) (width 0.15) (layer "F.Cu") (net 58) (tstamp 232b7211-753c-4422-8761-f002a6366e2c)) - (segment (start 112.89 113.23) (end 111.16 111.5) (width 0.15) (layer "F.Cu") (net 58) (tstamp 3492ce37-1494-4852-8154-fd63a95fbc2b)) - (segment (start 107.03728 111.5) (end 106.96219 111.57509) (width 0.15) (layer "F.Cu") (net 58) (tstamp 353d8f56-c879-4848-ac81-f1be0cc16cb5)) - (segment (start 106.45 106.05) (end 104.95 107.55) (width 0.15) (layer "F.Cu") (net 58) (tstamp 37e25b07-cf59-45fe-844f-5417bc730cd4)) - (segment (start 104.95 109.225) (end 104.95 109.57819) (width 0.15) (layer "F.Cu") (net 58) (tstamp 3e942485-4fed-40e5-834c-00a79e2bbdec)) - (segment (start 106.45 105.5) (end 106.45 106.05) (width 0.15) (layer "F.Cu") (net 58) (tstamp 4366765e-6f2c-4b1b-bc2c-586c12e15a4f)) - (segment (start 111.16 111.5) (end 107.03728 111.5) (width 0.15) (layer "F.Cu") (net 58) (tstamp 55b7b837-6ec7-48fe-8372-494d9537ee18)) - (segment (start 116.15 107.3) (end 116.7 107.85) (width 0.15) (layer "F.Cu") (net 58) (tstamp 5ce2b821-ee51-47bf-a99a-99a689e122d8)) - (segment (start 114.15 107.05) (end 114.4 107.3) (width 0.15) (layer "F.Cu") (net 58) (tstamp 5dfebc01-82bd-47aa-889f-df4a888075f2)) - (segment (start 114.15 106.5) (end 114.15 107.05) (width 0.15) (layer "F.Cu") (net 58) (tstamp 663fe1d8-89ab-4700-8122-8d58553b6ff7)) - (segment (start 104.95 109.57819) (end 106.9469 111.57509) (width 0.15) (layer "F.Cu") (net 58) (tstamp 9b28b110-ff08-4a97-acb1-2e048d2695da)) - (segment (start 104.95 107.55) (end 104.95 108.075) (width 0.15) (layer "F.Cu") (net 58) (tstamp b2954992-4006-4aa7-a40c-8f96617211bc)) - (segment (start 106.9469 111.57509) (end 106.96219 111.57509) (width 0.15) (layer "F.Cu") (net 58) (tstamp dfc3633f-55bc-4e6d-bdf0-26a787b4081c)) - (segment (start 104.95 108.075) (end 104.95 109.225) (width 0.15) (layer "F.Cu") (net 58) (tstamp eced4280-6cc0-4d49-a29f-12ebbeb71445)) - (segment (start 114.4 107.3) (end 116.15 107.3) (width 0.15) (layer "F.Cu") (net 58) (tstamp f1d40f84-afbd-415f-9d66-bdf030c4ecbb)) - (via (at 106.96219 111.57509) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 58) (tstamp 0ef56b98-f633-4377-a32d-4e908908bbdd)) - (segment (start 107.23728 111.3) (end 106.96219 111.57509) (width 0.15) (layer "B.Cu") (net 58) (tstamp 0e4fe764-47ff-46fb-a357-7161a110fc25)) - (segment (start 116.7 108.5) (end 113.9 111.3) (width 0.15) (layer "B.Cu") (net 58) (tstamp 59739e5e-6177-4c9f-b020-cdc056197113)) - (segment (start 113.9 111.3) (end 107.23728 111.3) (width 0.15) (layer "B.Cu") (net 58) (tstamp ad78a59c-c953-4e79-a106-393d7ce34cb7)) - (segment (start 101.2 105.95) (end 102.45 104.7) (width 0.15) (layer "F.Cu") (net 59) (tstamp 11be9a5f-750a-41bb-a02c-6c54833166f1)) - (segment (start 101.05 105.95) (end 101.2 105.95) (width 0.15) (layer "F.Cu") (net 59) (tstamp 1c675ee7-93c4-4e30-b06c-53770e29aa3d)) - (segment (start 102.45 104.7) (end 102.45 104.5) (width 0.15) (layer "F.Cu") (net 59) (tstamp 2ed9ddec-a8f0-44fc-b94b-c361a4d3ce1b)) - (segment (start 101.6 106.7) (end 100.5 106.7) (width 0.15) (layer "F.Cu") (net 60) (tstamp 04b4594e-0a49-4715-a6a1-54c2247add38)) - (segment (start 96.84 111.5) (end 95.11 113.23) (width 0.15) (layer "F.Cu") (net 60) (tstamp 0b63af30-21b6-452c-bfef-7b00d419e9da)) - (segment (start 101.2 111.5) (end 96.84 111.5) (width 0.15) (layer "F.Cu") (net 60) (tstamp 2e2597db-7b14-4f87-b3f7-8f0264db605b)) - (segment (start 99.45 109.225) (end 99.45 109.75) (width 0.15) (layer "F.Cu") (net 60) (tstamp 3a9f292f-d950-4971-a152-b9709c501468)) - (segment (start 108.91 107.4) (end 109.7 107.4) (width 0.15) (layer "F.Cu") (net 60) (tstamp 58a19930-7e6b-47cd-84cb-b0b147cfc2d9)) - (segment (start 102.45 105.5) (end 102.45 105.85) (width 0.15) (layer "F.Cu") (net 60) (tstamp 5d0e0548-1055-49dd-838a-e3e6d8ce65fc)) - (segment (start 99.45 108.075) (end 99.45 109.225) (width 0.15) (layer "F.Cu") (net 60) (tstamp 750cb84e-d795-4364-9358-ec0975478b7f)) - (segment (start 107.81 108.5) (end 108.91 107.4) (width 0.15) (layer "F.Cu") (net 60) (tstamp 7cb7f6ee-23b9-4dcb-98d4-db030b94d28c)) - (segment (start 100.5 106.7) (end 99.45 107.75) (width 0.15) (layer "F.Cu") (net 60) (tstamp 84de1abd-37fc-4251-b1df-d4f45bbe0070)) - (segment (start 110.15 106.95) (end 110.15 106.5) (width 0.15) (layer "F.Cu") (net 60) (tstamp 98263902-b805-479d-ae0a-2ad72f3ab34b)) - (segment (start 99.45 109.75) (end 101.2 111.5) (width 0.15) (layer "F.Cu") (net 60) (tstamp c4e7cf52-843c-437e-965a-7eb7fc0f3b87)) - (segment (start 102.45 105.85) (end 101.6 106.7) (width 0.15) (layer "F.Cu") (net 60) (tstamp dca9abab-49c2-4d6d-88f5-a24a9063e847)) - (segment (start 99.45 107.75) (end 99.45 108.075) (width 0.15) (layer "F.Cu") (net 60) (tstamp f5085a91-2c3d-4f5c-900f-9ea6af63a392)) - (segment (start 109.7 107.4) (end 110.15 106.95) (width 0.15) (layer "F.Cu") (net 60) (tstamp f88c21c5-2a57-43db-90d2-6edb95829507)) - (via (at 101.2 111.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 60) (tstamp 00000000-0000-0000-0000-00005cac5f3f)) - (segment (start 107.8 108.5) (end 107.81 108.5) (width 0.15) (layer "B.Cu") (net 60) (tstamp 187ef78f-31ae-4766-b71e-18f19d93ab5e)) - (segment (start 107.100099 109.199901) (end 107.8 108.5) (width 0.15) (layer "B.Cu") (net 60) (tstamp 652b30fa-1bd3-4fc0-9348-449333ab0130)) - (segment (start 101.2 111.5) (end 103.500099 109.199901) (width 0.15) (layer "B.Cu") (net 60) (tstamp aff00d57-63ea-46b6-99f8-32eff51e9707)) - (segment (start 103.500099 109.199901) (end 107.100099 109.199901) (width 0.15) (layer "B.Cu") (net 60) (tstamp e9ffb4af-af8a-465a-aabc-c654e7bccf5d)) - (segment (start 105.95 104.5) (end 105.95 102.924139) (width 0.15) (layer "F.Cu") (net 61) (tstamp 00329900-4ca5-49ff-8a25-859da940a56a)) - (segment (start 105.95 102.924139) (end 103.000089 99.974227) (width 0.15) (layer "F.Cu") (net 61) (tstamp 69a96e32-957f-40bb-9a63-5fff93857e5c)) - (segment (start 103.000089 99.974227) (end 103.000089 99.000089) (width 0.15) (layer "F.Cu") (net 61) (tstamp 7b170979-1103-46dd-8022-e2a129c4bf7d)) - (segment (start 101.55 97.55) (end 101.05 97.55) (width 0.15) (layer "F.Cu") (net 61) (tstamp 88829688-4ef3-4bd2-aabd-0fd5cefeaa65)) - (segment (start 103.000089 99.000089) (end 101.55 97.55) (width 0.15) (layer "F.Cu") (net 61) (tstamp c0f5505d-de33-45db-ba63-a83687750c00)) - (segment (start 98.4 99) (end 98.4 100) (width 0.15) (layer "F.Cu") (net 62) (tstamp 065f10d3-1257-4cb1-9736-006a21042fdd)) - (segment (start 98.05 100.35) (end 97.05 100.35) (width 0.15) (layer "F.Cu") (net 62) (tstamp 080075e5-bebb-4551-8646-138341beed87)) - (segment (start 102.05 98.5) (end 98.9 98.5) (width 0.15) (layer "F.Cu") (net 62) (tstamp 10dfac46-9067-4751-a078-8b3b3c2c59bd)) - (segment (start 98.9 98.5) (end 98.4 99) (width 0.15) (layer "F.Cu") (net 62) (tstamp 79b2448b-a329-4291-a39b-4d2e35c6ecb6)) - (segment (start 102.700179 100.098455) (end 102.700178 99.150178) (width 0.15) (layer "F.Cu") (net 62) (tstamp 8446dd72-3d3d-4e93-add2-1fa278f95796)) - (segment (start 98.4 100) (end 98.05 100.35) (width 0.15) (layer "F.Cu") (net 62) (tstamp 86d72536-c49a-473d-92a8-728f0c71fa7a)) - (segment (start 102.700178 99.150178) (end 102.05 98.5) (width 0.15) (layer "F.Cu") (net 62) (tstamp 9a22861a-f0d5-45ff-9510-d64aac14d2d5)) - (segment (start 105.45 104.5) (end 105.45 102.848274) (width 0.15) (layer "F.Cu") (net 62) (tstamp aafe30f6-950f-4f66-8450-9d9ba8b7e6cf)) - (segment (start 105.45 102.848274) (end 102.700179 100.098455) (width 0.15) (layer "F.Cu") (net 62) (tstamp d92585aa-452e-4bb8-9772-e4eb958de396)) - (segment (start 101.05 100.35) (end 102.527586 100.35) (width 0.15) (layer "F.Cu") (net 63) (tstamp 6f527f8c-1a5e-48f8-a0bf-9a8e377c506a)) - (segment (start 104.95 104.5) (end 104.95 102.772414) (width 0.15) (layer "F.Cu") (net 63) (tstamp e5961230-8e5e-4030-adc9-ec796956cd9e)) - (segment (start 104.95 102.772414) (end 102.527586 100.35) (width 0.15) (layer "F.Cu") (net 63) (tstamp f2e8d99e-45cf-4a5a-8e0d-2b00b4a43220)) - (segment (start 98.05 103.15) (end 97.05 103.15) (width 0.15) (layer "F.Cu") (net 64) (tstamp 08eda504-c447-4739-9a90-937971b2a8a2)) - (segment (start 98.4 101.8) (end 98.4 102.8) (width 0.15) (layer "F.Cu") (net 64) (tstamp 25d3287d-6816-48d6-8ae5-b1912e983433)) - (segment (start 102.05 101.25) (end 98.95 101.25) (width 0.15) (layer "F.Cu") (net 64) (tstamp 4551c894-a1ba-4adc-a7d4-a826b569edd6)) - (segment (start 103.95 104.5) (end 103.95 103.15) (width 0.15) (layer "F.Cu") (net 64) (tstamp 5b97e075-068b-41e4-8ebc-3e263fbff27a)) - (segment (start 98.4 102.8) (end 98.05 103.15) (width 0.15) (layer "F.Cu") (net 64) (tstamp 7d8f0369-0f22-4824-95fe-9de45ac90be0)) - (segment (start 98.95 101.25) (end 98.4 101.8) (width 0.15) (layer "F.Cu") (net 64) (tstamp 962bbcda-aa4a-4389-8f03-f28addb0f938)) - (segment (start 103.95 103.15) (end 102.05 101.25) (width 0.15) (layer "F.Cu") (net 64) (tstamp 96729b13-d92e-4dbd-8a50-2d4056cff867)) - (segment (start 103.45 104.15) (end 103.45 104.5) (width 0.15) (layer "F.Cu") (net 65) (tstamp bdeb6957-4199-4c46-befc-fc6addc59e85)) - (segment (start 102.45 103.15) (end 103.45 104.15) (width 0.15) (layer "F.Cu") (net 65) (tstamp f7e200ad-0805-42f5-9f32-792f4044fcf7)) - (segment (start 101.05 103.15) (end 102.45 103.15) (width 0.15) (layer "F.Cu") (net 65) (tstamp feef402d-e20c-433f-bbed-b3d5c8efee26)) - (segment (start 98.4 105.65) (end 98.4 104.6) (width 0.15) (layer "F.Cu") (net 66) (tstamp 1955ac4c-d275-4f06-9653-49e1cd02ddef)) - (segment (start 98.4 104.6) (end 99.4 103.6) (width 0.15) (layer "F.Cu") (net 66) (tstamp 42a85541-797c-4235-aa9e-30313bc35d2e)) - (segment (start 98.1 105.95) (end 98.4 105.65) (width 0.15) (layer "F.Cu") (net 66) (tstamp 7eb85542-4e0f-4e38-8271-1a829c78fba8)) - (segment (start 97.05 105.95) (end 98.1 105.95) (width 0.15) (layer "F.Cu") (net 66) (tstamp b9cad7db-d7a5-48f7-95b5-88e509e4924f)) - (segment (start 102.95 104.15) (end 102.95 104.5) (width 0.15) (layer "F.Cu") (net 66) (tstamp ce33739c-5d28-4c4f-8ccf-84b467a2a283)) - (segment (start 99.4 103.6) (end 102.4 103.6) (width 0.15) (layer "F.Cu") (net 66) (tstamp eb5326f9-79d1-4584-a9a1-77d190619f83)) - (segment (start 102.4 103.6) (end 102.95 104.15) (width 0.15) (layer "F.Cu") (net 66) (tstamp f5e93f07-8ba1-4875-bdb1-578538b87209)) - (segment (start 104.45 108.075) (end 104.45 109.225) (width 0.15) (layer "F.Cu") (net 67) (tstamp 44640551-9b76-4cc6-9a43-08dfaad9a8b0)) - (segment (start 104.45 109.225) (end 104.45 109.855044) (width 0.15) (layer "F.Cu") (net 67) (tstamp 475abcdd-1c9a-435a-986b-0b7bcf8e6050)) - (segment (start 105.95 106.05) (end 104.45 107.55) (width 0.15) (layer "F.Cu") (net 67) (tstamp 5bbadc66-c8cb-40bb-b849-bf0cfb5b9bfd)) - (segment (start 114.275099 107.775099) (end 114.705099 107.775099) (width 0.15) (layer "F.Cu") (net 67) (tstamp 5cdbd729-8fc8-4e3c-aeca-cc441b06d9af)) - (segment (start 109.22 112.1) (end 106.694956 112.1) (width 0.15) (layer "F.Cu") (net 67) (tstamp 8ac482af-b968-4b44-a171-9184a7062740)) - (segment (start 104.45 107.55) (end 104.45 108.075) (width 0.15) (layer "F.Cu") (net 67) (tstamp 9677d615-2065-49f0-9c19-00ccd7311426)) - (segment (start 113.65 106.5) (end 113.65 107.15) (width 0.15) (layer "F.Cu") (net 67) (tstamp b2a64c85-6c77-43aa-ace7-b9c5df7cc3a9)) - (segment (start 114.930001 108.000001) (end 115.43 108.5) (width 0.15) (layer "F.Cu") (net 67) (tstamp bd57fed4-7d1d-46bd-aaad-dc347ada20e7)) - (segment (start 106.694956 112.1) (end 106.147478 111.552522) (width 0.15) (layer "F.Cu") (net 67) (tstamp c39ffbd7-3e51-47d1-b7bf-50e41c82f512)) - (segment (start 113.65 107.15) (end 114.275099 107.775099) (width 0.15) (layer "F.Cu") (net 67) (tstamp c70c2c63-e3e6-4e94-9872-5f0b6ccafa30)) - (segment (start 109.500001 112.380001) (end 110.35 113.23) (width 0.15) (layer "F.Cu") (net 67) (tstamp cb3cd171-d468-491b-9c95-f8629d0bdbae)) - (segment (start 110.35 113.23) (end 109.22 112.1) (width 0.15) (layer "F.Cu") (net 67) (tstamp dc0ca2fc-3599-4142-ace0-e48580dd6bc3)) - (segment (start 104.45 109.855044) (end 106.147478 111.552522) (width 0.15) (layer "F.Cu") (net 67) (tstamp e29d70ee-75c6-46e2-b1ec-fc6cbaafb75e)) - (segment (start 114.705099 107.775099) (end 114.930001 108.000001) (width 0.15) (layer "F.Cu") (net 67) (tstamp e468d6e5-512f-4a1c-89fc-a17594043023)) - (segment (start 105.95 105.5) (end 105.95 106.05) (width 0.15) (layer "F.Cu") (net 67) (tstamp f4e92608-53ba-49a5-880c-443776c87820)) - (via (at 106.147478 111.552522) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 67) (tstamp e8092471-fd1b-4ebc-a2ed-5061dd61fc09)) - (segment (start 115.43 108.5) (end 112.93 111) (width 0.15) (layer "B.Cu") (net 67) (tstamp 00f8a3d6-cdbe-4347-bfd0-95863f6ab0d1)) - (segment (start 106.7 111) (end 106.147478 111.552522) (width 0.15) (layer "B.Cu") (net 67) (tstamp 4b2089e8-7821-4964-afff-2240cbfc4353)) - (segment (start 112.93 111) (end 106.7 111) (width 0.15) (layer "B.Cu") (net 67) (tstamp a527d286-9d25-4a7e-8741-ad3ea6eaf81e)) - (segment (start 110.7 113.23) (end 110.35 113.23) (width 0.15) (layer "B.Cu") (net 67) (tstamp c139c62f-3dad-4b4f-9d8d-71dc87c95cf0)) - (segment (start 105.45 105.5) (end 105.45 106.05) (width 0.15) (layer "F.Cu") (net 68) (tstamp 1b29494c-5043-406d-bf79-c0615c997c7d)) - (segment (start 113.15 106.5) (end 113.15 107.49) (width 0.15) (layer "F.Cu") (net 68) (tstamp 1f4f382b-33fa-48ed-8275-67996b02a002)) - (segment (start 107.81 113.23) (end 106.892872 113.23) (width 0.15) (layer "F.Cu") (net 68) (tstamp 43fc1e82-5e3e-4778-97d5-5aab5f5cda80)) - (segment (start 103.95 110.287128) (end 105.2 111.537128) (width 0.15) (layer "F.Cu") (net 68) (tstamp 6bc9a906-3e2d-4011-8199-3846424d52ba)) - (segment (start 113.15 107.49) (end 114.16 108.5) (width 0.15) (layer "F.Cu") (net 68) (tstamp 7dbe8c59-a0df-4583-bc5f-d341bb4ca0b9)) - (segment (start 103.95 107.55) (end 103.95 108.075) (width 0.15) (layer "F.Cu") (net 68) (tstamp 8acaac88-7019-4252-84c9-306dcfcc2788)) - (segment (start 103.95 108.075) (end 103.95 109.225) (width 0.15) (layer "F.Cu") (net 68) (tstamp ced23a17-cc8a-4c5d-95f6-018b51394a9f)) - (segment (start 106.892872 113.23) (end 105.2 111.537128) (width 0.15) (layer "F.Cu") (net 68) (tstamp d10143d8-9195-4117-b528-293ccad4be7a)) - (segment (start 103.95 109.225) (end 103.95 110.287128) (width 0.15) (layer "F.Cu") (net 68) (tstamp ef7ac9b1-db97-468d-83bd-7a544b867249)) - (segment (start 105.45 106.05) (end 103.95 107.55) (width 0.15) (layer "F.Cu") (net 68) (tstamp efb7663b-478f-437d-8e78-460792d39854)) - (via (at 105.2 111.537128) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 68) (tstamp 1a289dcf-69c9-49a0-bec6-52d900eb2efb)) - (segment (start 111.96 110.7) (end 106.076311 110.7) (width 0.15) (layer "B.Cu") (net 68) (tstamp 1df7d795-7db4-4143-a50f-46eb18061ee1)) - (segment (start 114.16 108.5) (end 111.96 110.7) (width 0.15) (layer "B.Cu") (net 68) (tstamp 1e5e66ba-c1fb-429d-8298-15aaf7561e0e)) - (segment (start 106.076311 110.7) (end 105.239183 111.537128) (width 0.15) (layer "B.Cu") (net 68) (tstamp 5406c20d-7637-4803-8080-5c028aedcec5)) - (segment (start 105.239183 111.537128) (end 105.2 111.537128) (width 0.15) (layer "B.Cu") (net 68) (tstamp 9c0c20c0-f8b4-4d6b-9edd-afcb84c71847)) - (segment (start 104.95 106.05) (end 103.45 107.55) (width 0.15) (layer "F.Cu") (net 69) (tstamp 0822003a-4943-41d2-9c41-77d7bd200eaa)) - (segment (start 103.45 107.55) (end 103.45 108.075) (width 0.15) (layer "F.Cu") (net 69) (tstamp 1920b526-be50-4044-921e-738679d05aad)) - (segment (start 112.65 108.26) (end 112.89 108.5) (width 0.15) (layer "F.Cu") (net 69) (tstamp 4b70455a-43b1-4df7-9afe-a0b577ba88a2)) - (segment (start 103.45 108.075) (end 103.45 109.225) (width 0.15) (layer "F.Cu") (net 69) (tstamp 503696a5-f7c6-46e6-9d56-2abb1bf6f3cc)) - (segment (start 103.45 110.55) (end 104.4 111.5) (width 0.15) (layer "F.Cu") (net 69) (tstamp 63a5166e-d5d7-400d-8cd8-a44cd76b5051)) - (segment (start 112.65 106.5) (end 112.65 108.26) (width 0.15) (layer "F.Cu") (net 69) (tstamp 768db496-9afd-460c-9570-d71b341c3e36)) - (segment (start 103.45 109.225) (end 103.45 110.55) (width 0.15) (layer "F.Cu") (net 69) (tstamp 7a57c193-8053-4916-9ab0-4158f2cee9c7)) - (segment (start 104.95 105.5) (end 104.95 106.05) (width 0.15) (layer "F.Cu") (net 69) (tstamp 927a06dd-851f-48af-8a3b-cc054f4d78b0)) - (segment (start 104.4 112.36) (end 105.27 113.23) (width 0.15) (layer "F.Cu") (net 69) (tstamp a6293838-577d-4da9-a5a7-ca09d375fd6d)) - (segment (start 104.4 111.5) (end 104.4 112.36) (width 0.15) (layer "F.Cu") (net 69) (tstamp fa369d3a-866a-42c9-ad22-30b5dbd54591)) - (via (at 104.4 111.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 69) (tstamp b39cd62a-05d5-45b8-b3a1-d2f855a03f9e)) - (segment (start 105.5 110.4) (end 110.99 110.4) (width 0.15) (layer "B.Cu") (net 69) (tstamp 4155e270-926a-40e7-8335-32c4492be238)) - (segment (start 110.99 110.4) (end 112.89 108.5) (width 0.15) (layer "B.Cu") (net 69) (tstamp 743c0d62-edfe-49df-bf40-223d4f0a2aa7)) - (segment (start 104.4 111.5) (end 105.5 110.4) (width 0.15) (layer "B.Cu") (net 69) (tstamp ce1565db-6500-4f31-a794-5c49cde70b8a)) - (segment (start 101.4 110.1) (end 102.8 111.5) (width 0.15) (layer "F.Cu") (net 70) (tstamp 02b59e3b-0b48-42a3-b20f-cf55afc4a498)) - (segment (start 102 107.3) (end 103.45 105.85) (width 0.15) (layer "F.Cu") (net 70) (tstamp 040cd12b-c3fe-43d5-bd3d-a38854f64adf)) - (segment (start 102.8 111.5) (end 101.07 113.23) (width 0.15) (layer "F.Cu") (net 70) (tstamp 10df5a3b-5f9f-486b-b03f-16dfd5ab6d31)) - (segment (start 111.15 106.5) (end 111.15 107.7) (width 0.15) (layer "F.Cu") (net 70) (tstamp 234d0cad-2342-477d-8b48-ac499d315f22)) - (segment (start 100.45 107.75) (end 100.9 107.3) (width 0.15) (layer "F.Cu") (net 70) (tstamp 2f01dcfe-6b8a-4547-bc10-77322b943924)) - (segment (start 100.45 108.075) (end 100.45 107.75) (width 0.15) (layer "F.Cu") (net 70) (tstamp 6444e430-d06d-4912-bd65-6bbc77a3f88f)) - (segment (start 100.45 109.65) (end 100.9 110.1) (width 0.15) (layer "F.Cu") (net 70) (tstamp 684e3ce4-c618-4e88-b5d6-0d1ed8811c2a)) - (segment (start 103.45 105.85) (end 103.45 105.5) (width 0.15) (layer "F.Cu") (net 70) (tstamp 6ad83ab5-dcd8-494c-b884-9f355d90844c)) - (segment (start 100.9 107.3) (end 102 107.3) (width 0.15) (layer "F.Cu") (net 70) (tstamp a6fb77b5-8aaa-4f0c-9a5f-42000d51af92)) - (segment (start 100.45 109.225) (end 100.45 109.65) (width 0.15) (layer "F.Cu") (net 70) (tstamp c4f3ee90-5c8e-4b82-9da9-0376d9763529)) - (segment (start 101.07 113.23) (end 100.19 113.23) (width 0.15) (layer "F.Cu") (net 70) (tstamp cf573ebb-4e77-4a7c-822b-e8512bd3ac37)) - (segment (start 100.45 108.075) (end 100.45 109.225) (width 0.15) (layer "F.Cu") (net 70) (tstamp d55803bb-9466-4e20-b4f0-f5bb6827c207)) - (segment (start 111.15 107.7) (end 110.35 108.5) (width 0.15) (layer "F.Cu") (net 70) (tstamp e697d0cf-5a89-4209-8b91-7775fd3169ca)) - (segment (start 100.9 110.1) (end 101.4 110.1) (width 0.15) (layer "F.Cu") (net 70) (tstamp e77b9723-376d-4560-be0d-26563be50d83)) - (via (at 102.8 111.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 70) (tstamp 00000000-0000-0000-0000-00005cac5f3b)) - (segment (start 102.8 111.5) (end 104.500279 109.799721) (width 0.15) (layer "B.Cu") (net 70) (tstamp 2bc25db2-f44e-42f0-9b80-76e31e41df78)) - (segment (start 109.050279 109.799721) (end 110.35 108.5) (width 0.15) (layer "B.Cu") (net 70) (tstamp 579e2e1b-a36a-4e8d-bded-52641f77f452)) - (segment (start 104.500279 109.799721) (end 109.050279 109.799721) (width 0.15) (layer "B.Cu") (net 70) (tstamp 6105d40b-7881-487a-b226-cc4a8d723fd7)) - (segment (start 103.6 111.5) (end 103.6 112.36) (width 0.15) (layer "F.Cu") (net 71) (tstamp 14ae0d04-7351-4b74-914e-ee80835af948)) - (segment (start 101.09991 107.60009) (end 102.174569 107.60009) (width 0.15) (layer "F.Cu") (net 71) (tstamp 1699c587-754b-4a3a-b46e-2ad83e8e2884)) - (segment (start 101.9 109.8) (end 103.6 111.5) (width 0.15) (layer "F.Cu") (net 71) (tstamp 1a72723a-40a5-494c-8482-12b4dc7d2337)) - (segment (start 102.174569 107.60009) (end 103.95 105.824659) (width 0.15) (layer "F.Cu") (net 71) (tstamp 311e7d6b-1a77-47ea-8ccb-30ee5d54793d)) - (segment (start 100.95 107.75) (end 101.09991 107.60009) (width 0.15) (layer "F.Cu") (net 71) (tstamp 47f1e5ed-3a1b-4dbd-971b-d6b2b4751745)) - (segment (start 100.95 108.075) (end 100.95 107.75) (width 0.15) (layer "F.Cu") (net 71) (tstamp 4e75b0c2-b14e-4dc5-ab75-21a67ea38904)) - (segment (start 111.65 106.5) (end 111.65 108.47) (width 0.15) (layer "F.Cu") (net 71) (tstamp 59b8bf0d-c185-40df-bb16-20ea960e1493)) - (segment (start 100.95 109.65) (end 101.1 109.8) (width 0.15) (layer "F.Cu") (net 71) (tstamp 6644d3fc-2dc3-4b6f-a4e4-e4c6d7749bea)) - (segment (start 103.95 105.824659) (end 103.95 105.5) (width 0.15) (layer "F.Cu") (net 71) (tstamp 6af26b9e-6400-444e-8527-15e02169770e)) - (segment (start 100.95 109.225) (end 100.95 109.65) (width 0.15) (layer "F.Cu") (net 71) (tstamp 6c319460-254f-4764-8594-04a29186b80e)) - (segment (start 100.95 108.075) (end 100.95 109.225) (width 0.15) (layer "F.Cu") (net 71) (tstamp 7ffdf580-675e-46da-93c4-08319bf8426a)) - (segment (start 101.1 109.8) (end 101.9 109.8) (width 0.15) (layer "F.Cu") (net 71) (tstamp 9bb1ef3c-118b-4827-bd75-538a6c260d81)) - (segment (start 103.6 112.36) (end 102.73 113.23) (width 0.15) (layer "F.Cu") (net 71) (tstamp ed8554ed-ef04-4f3d-a301-df5e2389907f)) - (segment (start 111.65 108.47) (end 111.62 108.5) (width 0.15) (layer "F.Cu") (net 71) (tstamp ffc2fbf2-a3f5-4e45-9446-b4ee1f75b08e)) - (via (at 103.6 111.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 71) (tstamp 00000000-0000-0000-0000-00005cac5f2c)) - (segment (start 103.6 111.5) (end 105 110.1) (width 0.15) (layer "B.Cu") (net 71) (tstamp 4c8f85b7-738f-47cd-a8f5-b5d7783c6b06)) - (segment (start 105 110.1) (end 110.02 110.1) (width 0.15) (layer "B.Cu") (net 71) (tstamp 9870e85c-b122-4e1e-9057-f39d0568ed82)) - (segment (start 110.02 110.1) (end 111.62 108.5) (width 0.15) (layer "B.Cu") (net 71) (tstamp b2cd0c43-0c71-49a7-a6aa-1676af95b692)) - (segment (start 99.95 109.225) (end 99.95 109.65) (width 0.15) (layer "F.Cu") (net 72) (tstamp 01fdb066-a87f-469c-aedd-c6b50e49b8aa)) - (segment (start 110.65 106.5) (end 110.65 106.93) (width 0.15) (layer "F.Cu") (net 72) (tstamp 06450730-5a99-4eb4-9240-f0dbc0523d91)) - (segment (start 101.8 107) (end 102.95 105.85) (width 0.15) (layer "F.Cu") (net 72) (tstamp 08db8083-9999-4857-95a1-20712bd9a372)) - (segment (start 99.95 108.075) (end 99.95 109.225) (width 0.15) (layer "F.Cu") (net 72) (tstamp 3fc25901-854c-4f60-b126-f2c1c0360263)) - (segment (start 99.95 107.75) (end 100.7 107) (width 0.15) (layer "F.Cu") (net 72) (tstamp 5537c63f-3513-479c-afbd-d44353a14380)) - (segment (start 101.4 112.1) (end 98.78 112.1) (width 0.15) (layer "F.Cu") (net 72) (tstamp 5faf5d32-c69b-4ea5-8598-1d698eb87d58)) - (segment (start 98.78 112.1) (end 97.65 113.23) (width 0.15) (layer "F.Cu") (net 72) (tstamp 63e758c4-280b-423e-9922-65c98852e728)) - (segment (start 99.95 108.075) (end 99.95 107.75) (width 0.15) (layer "F.Cu") (net 72) (tstamp 82828ee3-2c3c-4dff-90c7-508fdff7951c)) - (segment (start 102 111.5) (end 101.4 112.1) (width 0.15) (layer "F.Cu") (net 72) (tstamp 8754c8ad-8208-4779-a399-e236a119fdb3)) - (segment (start 100.7 107) (end 101.8 107) (width 0.15) (layer "F.Cu") (net 72) (tstamp 9b779c32-8eea-43b7-a711-857ac7ebff5c)) - (segment (start 99.95 109.65) (end 100.7 110.4) (width 0.15) (layer "F.Cu") (net 72) (tstamp a4311fa4-ba59-421f-b3c2-d5a599f12e31)) - (segment (start 109.579999 108.000001) (end 109.08 108.5) (width 0.15) (layer "F.Cu") (net 72) (tstamp aa187f99-5abf-4aaf-99c2-f9281d13fd98)) - (segment (start 110.65 106.93) (end 109.579999 108.000001) (width 0.15) (layer "F.Cu") (net 72) (tstamp b1dbea83-cbb9-410a-9d6f-0f78a5b53585)) - (segment (start 102.95 105.85) (end 102.95 105.5) (width 0.15) (layer "F.Cu") (net 72) (tstamp dcc475f9-932f-4368-80e8-ae594caf77b1)) - (segment (start 100.7 110.4) (end 100.9 110.4) (width 0.15) (layer "F.Cu") (net 72) (tstamp f3ed6b05-c44f-4a57-837e-a6bc9769f052)) - (segment (start 100.9 110.4) (end 102 111.5) (width 0.15) (layer "F.Cu") (net 72) (tstamp ffb03990-fc3b-4cc7-b247-0ccb88bf866d)) - (via (at 102 111.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 72) (tstamp 00000000-0000-0000-0000-00005cac5f3d)) - (segment (start 105.676182 109.499812) (end 108.080188 109.499812) (width 0.15) (layer "B.Cu") (net 72) (tstamp 249b64a0-39fb-4071-b23e-bf9bccb7abc0)) - (segment (start 108.080188 109.499812) (end 109.08 108.5) (width 0.15) (layer "B.Cu") (net 72) (tstamp 4a1dbcb4-ac35-4d6f-afb3-f98894298a3b)) - (segment (start 104.000188 109.499812) (end 105.676182 109.499812) (width 0.15) (layer "B.Cu") (net 72) (tstamp 6ee24903-dd9c-4b80-9fbb-1ed43d5b5fed)) - (segment (start 102 111.5) (end 104.000188 109.499812) (width 0.15) (layer "B.Cu") (net 72) (tstamp be0f6ff5-89d1-4987-92dc-0284b6ca8ea9)) - (segment (start 98.374901 86.051953) (end 98.374901 84.525099) (width 0.15) (layer "F.Cu") (net 73) (tstamp 0cf0c4b0-36cf-4067-8907-36d99d44645c)) - (segment (start 101.9 86) (end 102.4 86.5) (width 0.15) (layer "F.Cu") (net 73) (tstamp 42e2a60f-6e29-48b6-9d39-3d8e5ec4e0cb)) - (segment (start 97.05 86.35) (end 98.076854 86.35) (width 0.15) (layer "F.Cu") (net 73) (tstamp 54f2aadc-6c67-45f7-a995-192b30cba7d0)) - (segment (start 98.076854 86.35) (end 98.374901 86.051953) (width 0.15) (layer "F.Cu") (net 73) (tstamp 6a36caa8-ab8f-4fae-8466-a01178993630)) - (segment (start 99 83.9) (end 99.881792 83.9) (width 0.15) (layer "F.Cu") (net 73) (tstamp 71e39ffd-3201-49e4-aa2f-1bb383ce04ec)) - (segment (start 99.881792 83.9) (end 99.882306 83.899486) (width 0.15) (layer "F.Cu") (net 73) (tstamp 73343cc2-5396-4bac-a898-561589bb74cc)) - (segment (start 100.799486 83.899486) (end 101.9 85) (width 0.15) (layer "F.Cu") (net 73) (tstamp b0350f09-3b4c-4c2f-823e-68f5ed02e87f)) - (segment (start 98.374901 84.525099) (end 99 83.9) (width 0.15) (layer "F.Cu") (net 73) (tstamp b212d6ec-c50e-4013-a932-130ab8b4a4f5)) - (segment (start 99.882306 83.899486) (end 100.799486 83.899486) (width 0.15) (layer "F.Cu") (net 73) (tstamp b5ed4283-32c7-4821-bf8a-efdd64e538b4)) - (segment (start 102.4 86.5) (end 102.45 86.5) (width 0.15) (layer "F.Cu") (net 73) (tstamp f83ab25f-30d3-4036-907c-2dff3354852a)) - (segment (start 101.9 85) (end 101.9 86) (width 0.15) (layer "F.Cu") (net 73) (tstamp f83b2011-56a4-4738-9759-82c041a54cd2)) - (segment (start 101.2 79.5) (end 96.84 79.5) (width 0.15) (layer "F.Cu") (net 74) (tstamp 00000000-0000-0000-0000-00005cadf0b8)) - (segment (start 96.84 79.5) (end 95.11 77.77) (width 0.15) (layer "F.Cu") (net 74) (tstamp 00000000-0000-0000-0000-00005cadf0bd)) - (segment (start 102.45 84.95) (end 100.95 83.45) (width 0.15) (layer "F.Cu") (net 74) (tstamp 076eb927-3d46-4a02-9606-353f0ad48221)) - (segment (start 100.95 81.775) (end 100.95 79.75) (width 0.15) (layer "F.Cu") (net 74) (tstamp 14803a49-4d31-4b8d-9c88-f299f9c6d9f4)) - (segment (start 100.95 79.75) (end 101.2 79.5) (width 0.15) (layer "F.Cu") (net 74) (tstamp 1d39649f-62bf-400e-9a68-821a3fed2758)) - (segment (start 109.8 83.8) (end 110.15 84.15) (width 0.15) (layer "F.Cu") (net 74) (tstamp 677e36d4-fdc0-4f02-816a-cff7b98c377c)) - (segment (start 110.15 84.15) (end 110.15 84.5) (width 0.15) (layer "F.Cu") (net 74) (tstamp 6ad5c8e3-405d-4457-b239-10abb6e3be61)) - (segment (start 102.45 85.5) (end 102.45 84.95) (width 0.15) (layer "F.Cu") (net 74) (tstamp 9599fa5f-6f95-43e1-a114-a47b273efb03)) - (segment (start 109.11 83.8) (end 109.8 83.8) (width 0.15) (layer "F.Cu") (net 74) (tstamp 985fd5f3-6af4-4ae8-a42d-ff3618876ccb)) - (segment (start 100.95 83.45) (end 100.95 82.925) (width 0.15) (layer "F.Cu") (net 74) (tstamp a06f1fc7-5ab4-4723-81c4-0f3820d9e4b8)) - (segment (start 107.81 82.5) (end 109.11 83.8) (width 0.15) (layer "F.Cu") (net 74) (tstamp bcece3bf-4407-48ff-981b-c694b4e89afb)) - (segment (start 100.95 81.775) (end 100.95 82.925) (width 0.15) (layer "F.Cu") (net 74) (tstamp f03f55de-d373-48ec-9dbe-d0d0adec259a)) - (via (at 101.2 79.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 74) (tstamp 00000000-0000-0000-0000-00005cadf0ad)) - (segment (start 107.8 82.5) (end 107.81 82.5) (width 0.15) (layer "B.Cu") (net 74) (tstamp b9d3bb34-4636-49dc-9c3d-41fc00a94a83)) - (segment (start 103.566982 81.866982) (end 107.166982 81.866982) (width 0.15) (layer "B.Cu") (net 74) (tstamp e681df62-d41e-4f17-b2e9-7b3665eb7d10)) - (segment (start 107.166982 81.866982) (end 107.8 82.5) (width 0.15) (layer "B.Cu") (net 74) (tstamp e9e13584-3706-4d6f-831a-fa3cb32d12d2)) - (segment (start 101.2 79.5) (end 103.566982 81.866982) (width 0.15) (layer "B.Cu") (net 74) (tstamp eb87634c-0a24-4c22-a613-24b02cc87f42)) - (segment (start 102.4 94.4) (end 102.4 92.5) (width 0.15) (layer "F.Cu") (net 75) (tstamp 4f02179d-1136-4cfb-ad19-0f115600a014)) - (segment (start 102.4 92.5) (end 106.45 88.45) (width 0.15) (layer "F.Cu") (net 75) (tstamp 72d726fa-6d90-4503-be2f-6f8a3d8bacb9)) - (segment (start 106.45 88.45) (end 106.45 86.5) (width 0.15) (layer "F.Cu") (net 75) (tstamp e0d0ef9a-cc29-45a5-ba6f-b69ca3458fa1)) - (segment (start 101.05 94.75) (end 102.05 94.75) (width 0.15) (layer "F.Cu") (net 75) (tstamp f165fe75-c037-46ac-b999-db59b79b2d9c)) - (segment (start 102.05 94.75) (end 102.4 94.4) (width 0.15) (layer "F.Cu") (net 75) (tstamp fd4426aa-13d0-423c-b6b9-4eac4fa5a72a)) - (segment (start 111.16 79.5) (end 112.89 77.77) (width 0.15) (layer "F.Cu") (net 76) (tstamp 00000000-0000-0000-0000-00005cadf0b6)) - (segment (start 106.8 79.5) (end 111.16 79.5) (width 0.15) (layer "F.Cu") (net 76) (tstamp 00000000-0000-0000-0000-00005cadf0b7)) - (segment (start 106.45 85.5) (end 106.45 82.925) (width 0.15) (layer "F.Cu") (net 76) (tstamp 00fb83d9-fc01-42a2-9fd9-b7df476dd474)) - (segment (start 116.7 83.15) (end 116.7 82.5) (width 0.15) (layer "F.Cu") (net 76) (tstamp 263e5887-7a2b-4bcd-9115-a003f2992817)) - (segment (start 106.45 81.775) (end 106.45 79.85) (width 0.15) (layer "F.Cu") (net 76) (tstamp 5975f01a-610f-490e-b296-f1b3c751fbd6)) - (segment (start 114.4 83.9) (end 115.95 83.9) (width 0.15) (layer "F.Cu") (net 76) (tstamp 5b6f3b1e-207e-4ba8-952e-9f23ba3fd0ad)) - (segment (start 106.45 82.925) (end 106.45 81.775) (width 0.15) (layer "F.Cu") (net 76) (tstamp 666f63f2-f9b2-4a47-a90a-fece5b9dae61)) - (segment (start 115.95 83.9) (end 116.7 83.15) (width 0.15) (layer "F.Cu") (net 76) (tstamp 920418c3-c219-44ea-8bea-fb3407c67f4c)) - (segment (start 114.15 84.15) (end 114.4 83.9) (width 0.15) (layer "F.Cu") (net 76) (tstamp b547e680-0d28-41ca-b95d-d73b894ade74)) - (segment (start 114.15 84.5) (end 114.15 84.15) (width 0.15) (layer "F.Cu") (net 76) (tstamp bf6c81a9-c877-44e2-b4cd-4da46f7e7e11)) - (segment (start 106.45 79.85) (end 106.8 79.5) (width 0.15) (layer "F.Cu") (net 76) (tstamp e31ba313-0add-40a3-8a7f-cd4c405ba338)) - (via (at 106.8 79.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 76) (tstamp 00000000-0000-0000-0000-00005cadf0b2)) - (segment (start 106.8 79.5) (end 107 79.7) (width 0.15) (layer "B.Cu") (net 76) (tstamp 4b6b2bce-1915-4957-a689-a90edd28f844)) - (segment (start 113.9 79.7) (end 116.7 82.5) (width 0.15) (layer "B.Cu") (net 76) (tstamp 8e42e473-9e0e-488e-89ba-7f5913ea26f1)) - (segment (start 107 79.7) (end 113.9 79.7) (width 0.15) (layer "B.Cu") (net 76) (tstamp 9be93230-8e67-4c0d-9153-9047436e32f5)) - (segment (start 101.05 86.35) (end 101.15 86.35) (width 0.15) (layer "F.Cu") (net 77) (tstamp 3be18151-77b1-489d-ae85-4670ddf010eb)) - (segment (start 101.15 86.35) (end 101.80009 87.00009) (width 0.15) (layer "F.Cu") (net 77) (tstamp 4709c8c0-c285-4179-80d8-1c68c6b4b1ab)) - (segment (start 101.80009 87.00009) (end 102.69991 87.00009) (width 0.15) (layer "F.Cu") (net 77) (tstamp 5ceea8f2-f416-4c6d-9821-df752bd8836c)) - (segment (start 102.95 86.75) (end 102.95 86.5) (width 0.15) (layer "F.Cu") (net 77) (tstamp 6315b159-71f7-4faa-954d-f775bc821c86)) - (segment (start 102.69991 87.00009) (end 102.95 86.75) (width 0.15) (layer "F.Cu") (net 77) (tstamp 6e358669-3de0-4722-aa93-76f2cbf033ca)) - (segment (start 103.45 87.05) (end 103.45 86.5) (width 0.15) (layer "F.Cu") (net 78) (tstamp 1360c45e-a323-4701-bbd5-3356d317c548)) - (segment (start 97.05 89.15) (end 98.05 89.15) (width 0.15) (layer "F.Cu") (net 78) (tstamp 26e710fa-e187-4e29-9de4-4e8ff64e7115)) - (segment (start 98.4 88.8) (end 98.4 87.8) (width 0.15) (layer "F.Cu") (net 78) (tstamp 29902c54-555d-4f3d-8424-9457e1979181)) - (segment (start 103.2 87.3) (end 103.45 87.05) (width 0.15) (layer "F.Cu") (net 78) (tstamp 352b0a7d-3f24-4a0b-a3df-fdd93f6b208f)) - (segment (start 98.05 89.15) (end 98.4 88.8) (width 0.15) (layer "F.Cu") (net 78) (tstamp e9aa2fb5-2618-4199-8a86-7c2846f0622c)) - (segment (start 98.4 87.8) (end 98.9 87.3) (width 0.15) (layer "F.Cu") (net 78) (tstamp edb123bb-7dba-41db-8cf8-49d551b88892)) - (segment (start 98.9 87.3) (end 103.2 87.3) (width 0.15) (layer "F.Cu") (net 78) (tstamp f4077211-e2b9-4e29-b066-b7867371809f)) - (segment (start 103.95 87.85) (end 103.95 86.5) (width 0.15) (layer "F.Cu") (net 79) (tstamp 66f3de78-c9d9-483e-bcfd-31650773f2af)) - (segment (start 102.65 89.15) (end 103.95 87.85) (width 0.15) (layer "F.Cu") (net 79) (tstamp 6c5c9815-f3e2-4d91-9d67-c04651c16947)) - (segment (start 101.05 89.15) (end 102.65 89.15) (width 0.15) (layer "F.Cu") (net 79) (tstamp 87e9f15d-ead3-4eb3-b376-13ccb17b64e9)) - (segment (start 103.45 90.1) (end 104.95 88.6) (width 0.15) (layer "F.Cu") (net 80) (tstamp 55f70603-f8f6-49f0-80f8-cc3a768c13e0)) - (segment (start 98.4 91.6) (end 98.4 90.6) (width 0.15) (layer "F.Cu") (net 80) (tstamp 89224ec1-a4ea-49ae-afe6-848488ef152b)) - (segment (start 104.95 88.6) (end 104.95 86.5) (width 0.15) (layer "F.Cu") (net 80) (tstamp a30772ac-39e3-44e3-9f32-e1ea63c13a8d)) - (segment (start 98.05 91.95) (end 98.4 91.6) (width 0.15) (layer "F.Cu") (net 80) (tstamp a78886fd-1fd1-4cb9-be01-8d2d87401b11)) - (segment (start 98.9 90.1) (end 103.45 90.1) (width 0.15) (layer "F.Cu") (net 80) (tstamp c008e4af-391b-4da0-80e9-6309dc522cc7)) - (segment (start 97.05 91.95) (end 98.05 91.95) (width 0.15) (layer "F.Cu") (net 80) (tstamp f8f8e06f-de48-40ca-a115-6ea1ab576a37)) - (segment (start 98.4 90.6) (end 98.9 90.1) (width 0.15) (layer "F.Cu") (net 80) (tstamp fb3a4ec9-1881-4bf8-b816-36a975625905)) - (segment (start 105.45 88.55) (end 102.05 91.95) (width 0.15) (layer "F.Cu") (net 81) (tstamp 719421a3-64ab-42be-82c4-287bbaf79c49)) - (segment (start 105.45 88.55) (end 105.45 86.5) (width 0.15) (layer "F.Cu") (net 81) (tstamp 8a319a49-da7c-4605-9edc-b6b88d6dcace)) - (segment (start 102.05 91.95) (end 101.05 91.95) (width 0.15) (layer "F.Cu") (net 81) (tstamp e69e58e8-a6b9-465f-ac96-56108c089b42)) - (segment (start 98.4 94.4) (end 98.4 93.4) (width 0.15) (layer "F.Cu") (net 82) (tstamp 40c8e655-7341-4885-8c8d-7b5167388112)) - (segment (start 101.55 92.9) (end 105.95 88.5) (width 0.15) (layer "F.Cu") (net 82) (tstamp 424f4081-7ea5-4682-9340-63ad3b63825a)) - (segment (start 98.9 92.9) (end 101.55 92.9) (width 0.15) (layer "F.Cu") (net 82) (tstamp 534369cd-0130-4870-b9b2-eeaea5bdaf34)) - (segment (start 98.05 94.75) (end 98.4 94.4) (width 0.15) (layer "F.Cu") (net 82) (tstamp 63d618ab-b14e-4d8b-b4b9-93250a810480)) - (segment (start 105.95 88.5) (end 105.95 86.5) (width 0.15) (layer "F.Cu") (net 82) (tstamp c861cf8a-31e4-47f9-9d70-ba48e4f39ce1)) - (segment (start 97.05 94.75) (end 98.05 94.75) (width 0.15) (layer "F.Cu") (net 82) (tstamp ea452b47-2f32-4dcb-9278-cfa8a910bc64)) - (segment (start 98.4 93.4) (end 98.9 92.9) (width 0.15) (layer "F.Cu") (net 82) (tstamp f5fd901d-bb62-4aaa-95cf-27f5d0887927)) - (segment (start 101.4 78.9) (end 98.78 78.9) (width 0.15) (layer "F.Cu") (net 83) (tstamp 00000000-0000-0000-0000-00005cadf0b3)) - (segment (start 102 79.5) (end 101.4 78.9) (width 0.15) (layer "F.Cu") (net 83) (tstamp 00000000-0000-0000-0000-00005cadf0b9)) - (segment (start 98.499999 78.619999) (end 97.65 77.77) (width 0.15) (layer "F.Cu") (net 83) (tstamp 00000000-0000-0000-0000-00005cadf0bc)) - (segment (start 98.78 78.9) (end 97.65 77.77) (width 0.15) (layer "F.Cu") (net 83) (tstamp 00000000-0000-0000-0000-00005cadf0c1)) - (segment (start 102.95 85.5) (end 102.95 84.95) (width 0.15) (layer "F.Cu") (net 83) (tstamp 0ac1ca77-fa0e-42ff-b870-a28ecc9930e0)) - (segment (start 110.65 84.07) (end 109.08 82.5) (width 0.15) (layer "F.Cu") (net 83) (tstamp 0b814e92-8bdf-44c5-a281-6d1309a0c258)) - (segment (start 110.65 84.5) (end 110.65 84.07) (width 0.15) (layer "F.Cu") (net 83) (tstamp 55f7ca5c-5371-4a9f-a7c2-fc045fdc28dd)) - (segment (start 101.45 81.775) (end 101.45 80.05) (width 0.15) (layer "F.Cu") (net 83) (tstamp 741ade0e-280d-4ca1-95c1-c006eda937d0)) - (segment (start 101.45 80.05) (end 102 79.5) (width 0.15) (layer "F.Cu") (net 83) (tstamp 9d086bec-30a3-4a02-8bbd-87f9bec5497a)) - (segment (start 101.45 81.775) (end 101.45 82.925) (width 0.15) (layer "F.Cu") (net 83) (tstamp ad54b3b5-44fb-4f88-9eeb-d4a301863726)) - (segment (start 102.95 84.95) (end 101.45 83.45) (width 0.15) (layer "F.Cu") (net 83) (tstamp d599ee5f-5c96-4c6d-a4f2-87e98db0087b)) - (segment (start 101.45 83.45) (end 101.45 82.925) (width 0.15) (layer "F.Cu") (net 83) (tstamp d5f12618-2c91-4dab-af46-e5d162090f3e)) - (via (at 102 79.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 83) (tstamp 00000000-0000-0000-0000-00005cadf0ba)) - (segment (start 97.3 77.77) (end 97.65 77.77) (width 0.15) (layer "B.Cu") (net 83) (tstamp 00000000-0000-0000-0000-00005cadf0bb)) - (segment (start 109.08 82.43) (end 108.217071 81.567071) (width 0.15) (layer "B.Cu") (net 83) (tstamp 183f9cc5-f7bf-4a7d-8840-199b0d535784)) - (segment (start 108.217071 81.567071) (end 104.067071 81.567071) (width 0.15) (layer "B.Cu") (net 83) (tstamp 7b3dd545-45b0-4731-905e-8bf82667ad49)) - (segment (start 109.08 82.5) (end 109.08 82.43) (width 0.15) (layer "B.Cu") (net 83) (tstamp c56ca6d7-4408-4172-9f5a-b8ad2e62934c)) - (segment (start 103.150089 80.650089) (end 102 79.5) (width 0.15) (layer "B.Cu") (net 83) (tstamp d894c276-c90b-442d-90d1-b5f4470e8e44)) - (segment (start 104.067071 81.567071) (end 103.150089 80.650089) (width 0.15) (layer "B.Cu") (net 83) (tstamp e6ef41fa-c4e4-475a-bb00-9a2450227d3b)) - (segment (start 102.8 79.5) (end 101.07 77.77) (width 0.15) (layer "F.Cu") (net 84) (tstamp 00000000-0000-0000-0000-00005cadf0ab)) - (segment (start 101.07 77.77) (end 100.19 77.77) (width 0.15) (layer "F.Cu") (net 84) (tstamp 00000000-0000-0000-0000-00005cadf0b1)) - (segment (start 103.45 85.5) (end 103.45 84.95) (width 0.15) (layer "F.Cu") (net 84) (tstamp 01c950c2-84d4-4062-97ce-28407e323c63)) - (segment (start 101.95 81.775) (end 101.95 82.925) (width 0.15) (layer "F.Cu") (net 84) (tstamp 29106fb5-143e-4e20-878e-052e2b3383b0)) - (segment (start 111.15 83.25) (end 110.4 82.5) (width 0.15) (layer "F.Cu") (net 84) (tstamp 653e558c-0db8-47f9-b1a1-b5c494d08c2b)) - (segment (start 101.95 81.775) (end 101.95 80.35) (width 0.15) (layer "F.Cu") (net 84) (tstamp 7491ada3-7c6d-4a6a-a92a-c5d4d44a5eec)) - (segment (start 101.95 80.35) (end 102.8 79.5) (width 0.15) (layer "F.Cu") (net 84) (tstamp 7a371838-7673-4e2a-955b-9b6e37993916)) - (segment (start 110.4 82.5) (end 110.35 82.5) (width 0.15) (layer "F.Cu") (net 84) (tstamp 8921cdcb-9d7b-4ff1-bc19-a12e21bf0b3b)) - (segment (start 101.95 83.45) (end 101.95 82.925) (width 0.15) (layer "F.Cu") (net 84) (tstamp ce9c7494-9578-4820-832b-24c759eda913)) - (segment (start 103.45 84.95) (end 101.95 83.45) (width 0.15) (layer "F.Cu") (net 84) (tstamp ec240158-4420-40eb-b932-11bb3b531694)) - (segment (start 111.15 84.5) (end 111.15 83.25) (width 0.15) (layer "F.Cu") (net 84) (tstamp f82b4508-4c5b-428f-bdf5-c329908b6c52)) - (via (at 102.8 79.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 84) (tstamp 00000000-0000-0000-0000-00005cadf0c0)) - (segment (start 102.8 79.5) (end 104.56716 81.26716) (width 0.15) (layer "B.Cu") (net 84) (tstamp 3423b69d-31f4-49a7-a31b-7a75e0771985)) - (segment (start 109.11716 81.26716) (end 110.35 82.5) (width 0.15) (layer "B.Cu") (net 84) (tstamp 7f198ec7-c600-404b-8dab-5c59483f2f1b)) - (segment (start 104.56716 81.26716) (end 109.11716 81.26716) (width 0.15) (layer "B.Cu") (net 84) (tstamp ef1750b5-68c5-4625-b3bf-a354304ca90d)) - (segment (start 103.6 79.5) (end 103.6 78.64) (width 0.15) (layer "F.Cu") (net 85) (tstamp 00000000-0000-0000-0000-00005cadf0c5)) - (segment (start 103.6 78.64) (end 102.73 77.77) (width 0.15) (layer "F.Cu") (net 85) (tstamp 00000000-0000-0000-0000-00005cadf0c7)) - (segment (start 111.65 82.53) (end 111.62 82.5) (width 0.15) (layer "F.Cu") (net 85) (tstamp 00c745e6-aece-4592-bb45-863e0c3493e6)) - (segment (start 103.95 84.95) (end 102.45 83.45) (width 0.15) (layer "F.Cu") (net 85) (tstamp 4b597009-f606-4d44-9290-2540d43f4576)) - (segment (start 103.95 85.5) (end 103.95 84.95) (width 0.15) (layer "F.Cu") (net 85) (tstamp 90e410ad-8466-4f6d-aba5-640aff7389dc)) - (segment (start 102.45 83.45) (end 102.45 82.925) (width 0.15) (layer "F.Cu") (net 85) (tstamp 9bc8d37e-6524-4792-a3c0-c3af33cfb037)) - (segment (start 111.65 84.5) (end 111.65 82.53) (width 0.15) (layer "F.Cu") (net 85) (tstamp c72e35e2-9dc3-49cd-966d-ae0b7adc5f36)) - (segment (start 102.45 81.775) (end 102.45 82.925) (width 0.15) (layer "F.Cu") (net 85) (tstamp c86a34d9-c3ab-4d19-8a30-00e7e7c82d1c)) - (segment (start 102.45 80.65) (end 103.6 79.5) (width 0.15) (layer "F.Cu") (net 85) (tstamp f21e9b47-e558-4d3f-b62a-ebc426bbabdc)) - (segment (start 102.45 81.775) (end 102.45 80.65) (width 0.15) (layer "F.Cu") (net 85) (tstamp f94c34c0-495b-4a04-932f-a104dfbb4387)) - (via (at 103.6 79.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 85) (tstamp 00000000-0000-0000-0000-00005cadf0c6)) - (segment (start 103.6 79.5) (end 105.05 80.95) (width 0.15) (layer "B.Cu") (net 85) (tstamp 17ccf778-148c-4376-973c-201f1208d0c7)) - (segment (start 110.07 80.95) (end 111.62 82.5) (width 0.15) (layer "B.Cu") (net 85) (tstamp 826b2e7e-a3b0-4777-a346-97940fa19137)) - (segment (start 105.05 80.95) (end 110.07 80.95) (width 0.15) (layer "B.Cu") (net 85) (tstamp c053eef2-976d-4d9e-bb09-b4a17e78f69d)) - (segment (start 106.93 77.77) (end 107.81 77.77) (width 0.15) (layer "F.Cu") (net 86) (tstamp 00000000-0000-0000-0000-00005cadf0af)) - (segment (start 105.2 79.5) (end 106.93 77.77) (width 0.15) (layer "F.Cu") (net 86) (tstamp 00000000-0000-0000-0000-00005cadf0c3)) - (segment (start 114 82.5) (end 114.16 82.5) (width 0.15) (layer "F.Cu") (net 86) (tstamp 02ab9e83-b6ac-4ce5-9d19-df0ae2667345)) - (segment (start 113.15 84.5) (end 113.15 83.35) (width 0.15) (layer "F.Cu") (net 86) (tstamp 0a8e66ca-b42f-47a8-90a2-65ba28df9f27)) - (segment (start 105.45 81.775) (end 105.45 79.75) (width 0.15) (layer "F.Cu") (net 86) (tstamp 5111b7c8-68e3-4c77-ace5-6af40b0080a6)) - (segment (start 105.45 82.925) (end 105.45 81.775) (width 0.15) (layer "F.Cu") (net 86) (tstamp 732e8305-8542-4ec9-a6f9-891c40c52084)) - (segment (start 105.45 85.5) (end 105.45 82.925) (width 0.15) (layer "F.Cu") (net 86) (tstamp bc5f329d-1562-423b-9d91-410d0a841cbb)) - (segment (start 113.15 83.35) (end 114 82.5) (width 0.15) (layer "F.Cu") (net 86) (tstamp c51e6c18-e7b4-479e-9aba-1bcac67c96b5)) - (segment (start 105.45 79.75) (end 105.2 79.5) (width 0.15) (layer "F.Cu") (net 86) (tstamp f120288e-9f69-4d32-a2e0-e59a5b923307)) - (via (at 105.2 79.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 86) (tstamp 00000000-0000-0000-0000-00005cadf0b4)) - (segment (start 105.2 79.5) (end 106.024811 80.324811) (width 0.15) (layer "B.Cu") (net 86) (tstamp 1df5d875-8a9c-43e5-b202-fc86872522cf)) - (segment (start 106.024811 80.324811) (end 111.984811 80.324811) (width 0.15) (layer "B.Cu") (net 86) (tstamp 4481f8e7-d64d-4cdd-a0b1-9920ebca6cc1)) - (segment (start 111.984811 80.324811) (end 114.16 82.5) (width 0.15) (layer "B.Cu") (net 86) (tstamp 496408b5-bafd-4ac7-b0e0-ca6302c5c175)) - (segment (start 104.4 79.5) (end 104.4 78.64) (width 0.15) (layer "F.Cu") (net 87) (tstamp 00000000-0000-0000-0000-00005cadf0ac)) - (segment (start 104.4 78.64) (end 105.27 77.77) (width 0.15) (layer "F.Cu") (net 87) (tstamp 00000000-0000-0000-0000-00005cadf0b0)) - (segment (start 112.65 82.74) (end 112.89 82.5) (width 0.15) (layer "F.Cu") (net 87) (tstamp 064abe55-57b0-4ac1-9c72-8bf5912a5cf3)) - (segment (start 104.95 80.05) (end 104.4 79.5) (width 0.15) (layer "F.Cu") (net 87) (tstamp 304ee429-19e2-422a-b5cc-5db169e0bed7)) - (segment (start 112.65 84.5) (end 112.65 82.74) (width 0.15) (layer "F.Cu") (net 87) (tstamp 8c780c89-d34b-494c-874e-0f918ad6b985)) - (segment (start 104.95 82.925) (end 104.95 81.775) (width 0.15) (layer "F.Cu") (net 87) (tstamp 9ea1cd6f-05ef-42a8-b6f2-1ac8664c9201)) - (segment (start 104.95 81.775) (end 104.95 80.05) (width 0.15) (layer "F.Cu") (net 87) (tstamp f837476f-96c8-4925-a631-e5d17a2f93e0)) - (segment (start 104.95 85.5) (end 104.95 82.925) (width 0.15) (layer "F.Cu") (net 87) (tstamp fa287af3-8143-4b7d-ba6a-f713228393e0)) - (via (at 104.4 79.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 87) (tstamp 00000000-0000-0000-0000-00005cadf0b5)) - (segment (start 104.4 79.5) (end 105.524721 80.624721) (width 0.15) (layer "B.Cu") (net 87) (tstamp 2bb84d21-052f-4073-8b99-82886d4d4112)) - (segment (start 111.014721 80.624721) (end 112.89 82.5) (width 0.15) (layer "B.Cu") (net 87) (tstamp 6c2ea91d-9d21-4f86-b34e-488254f42828)) - (segment (start 105.524721 80.624721) (end 111.014721 80.624721) (width 0.15) (layer "B.Cu") (net 87) (tstamp dc15a2d0-32dc-479c-b484-dca1980e4759)) - (segment (start 105.95 79.507664) (end 105.981323 79.476341) (width 0.15) (layer "F.Cu") (net 88) (tstamp 253e8299-1705-44ca-9a51-bd571ef18c53)) - (segment (start 105.95 81.775) (end 105.95 79.507664) (width 0.15) (layer "F.Cu") (net 88) (tstamp 2a23bd6f-56fe-4fa4-91c1-1a42c1f1044b)) - (segment (start 114.930001 82.999999) (end 115.43 82.5) (width 0.15) (layer "F.Cu") (net 88) (tstamp 41cd32a6-18c1-4e73-8ff6-512e12117aae)) - (segment (start 105.95 82.925) (end 105.95 81.775) (width 0.15) (layer "F.Cu") (net 88) (tstamp 4b0bc2c0-4409-4d50-8ab7-515d21105fa7)) - (segment (start 106.557664 78.9) (end 105.981323 79.476341) (width 0.15) (layer "F.Cu") (net 88) (tstamp 4f6c8b78-eb1c-4f0a-8689-6fa04cad4d25)) - (segment (start 110.35 77.77) (end 109.22 78.9) (width 0.15) (layer "F.Cu") (net 88) (tstamp 6a55645f-81c4-4e79-81ad-b47a1cd6d21f)) - (segment (start 113.65 84.05) (end 114.700001 82.999999) (width 0.15) (layer "F.Cu") (net 88) (tstamp 7867b632-d2fd-4db9-9675-d8279a64bbd8)) - (segment (start 113.65 84.5) (end 113.65 84.05) (width 0.15) (layer "F.Cu") (net 88) (tstamp 93f79444-95e3-43bb-9e0f-7f87c472f06c)) - (segment (start 105.95 85.5) (end 105.95 82.925) (width 0.15) (layer "F.Cu") (net 88) (tstamp ae0eb942-1210-4424-a0a5-52d6dd582b76)) - (segment (start 114.700001 82.999999) (end 114.930001 82.999999) (width 0.15) (layer "F.Cu") (net 88) (tstamp e7e8ed8d-4df9-4204-93ee-c3c93707dcc6)) - (segment (start 109.22 78.9) (end 106.557664 78.9) (width 0.15) (layer "F.Cu") (net 88) (tstamp f057ee4d-afb2-4143-affd-1fb6d971c08b)) - (via (at 105.981323 79.476341) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 88) (tstamp 192f61fc-7dce-45ff-9804-254058671e1e)) - (segment (start 112.954901 80.024901) (end 106.529883 80.024901) (width 0.15) (layer "B.Cu") (net 88) (tstamp 4a78cb2b-cd00-486b-b4d8-9d949cfea530)) - (segment (start 106.529883 80.024901) (end 105.981323 79.476341) (width 0.15) (layer "B.Cu") (net 88) (tstamp 59c95135-890c-43c3-a270-40645d86673b)) - (segment (start 115.43 82.5) (end 112.954901 80.024901) (width 0.15) (layer "B.Cu") (net 88) (tstamp b604da46-18e9-4b30-9939-9017478a4026)) - (segment (start 88.45 105.65) (end 90.3 105.65) (width 0.15) (layer "F.Cu") (net 89) (tstamp 643a5c35-c8ac-4fca-a8bf-42bed6f5de92)) - (segment (start 83.7 99.5) (end 83.7 100.9) (width 0.15) (layer "F.Cu") (net 89) (tstamp 668d2714-2659-4f31-9b9d-e656d508e0f7)) - (segment (start 83.7 100.9) (end 88.45 105.65) (width 0.15) (layer "F.Cu") (net 89) (tstamp 9d599c6e-ce87-40a6-8808-1c09f41e6d87)) - (segment (start 84.5 100.047974) (end 85.375547 100.923521) (width 0.15) (layer "F.Cu") (net 90) (tstamp 332a53c1-86b9-41d8-b807-08e149df3114)) - (segment (start 85.375547 102.051409) (end 88.474138 105.15) (width 0.15) (layer "F.Cu") (net 90) (tstamp 63ec8a7f-f3b0-4fe7-af1e-8a11758001d1)) - (segment (start 84.5 99.5) (end 84.5 100.047974) (width 0.15) (layer "F.Cu") (net 90) (tstamp b93167de-12ba-429c-8300-6636a60201a9)) - (segment (start 88.474138 105.15) (end 90.3 105.15) (width 0.15) (layer "F.Cu") (net 90) (tstamp c8c30a72-1398-4339-a4f5-bc055ad3914e)) - (segment (start 85.375547 100.923521) (end 85.375547 102.051409) (width 0.15) (layer "F.Cu") (net 90) (tstamp fc77e163-f822-40fe-965a-434258b29d99)) - (segment (start 84.9 99.8) (end 85.675458 100.575458) (width 0.15) (layer "F.Cu") (net 91) (tstamp 3f880761-1290-4db9-843f-64b281d8eeb8)) - (segment (start 85.675458 100.575458) (end 85.675458 101.927182) (width 0.15) (layer "F.Cu") (net 91) (tstamp 457f929f-17ed-4eee-8eba-3af909e8c516)) - (segment (start 85.675458 101.927182) (end 88.398276 104.65) (width 0.15) (layer "F.Cu") (net 91) (tstamp 5ff9cbc6-4717-4cba-bd26-95666bb409c6)) - (segment (start 88.398276 104.65) (end 90.3 104.65) (width 0.15) (layer "F.Cu") (net 91) (tstamp 609bf8a4-4bf1-44f9-81ae-3e0378237a17)) - (segment (start 84.5 98.7) (end 84.9 99.1) (width 0.15) (layer "F.Cu") (net 91) (tstamp 79f4663e-6634-40d9-97a9-f02a99908fe7)) - (segment (start 84.9 99.1) (end 84.9 99.8) (width 0.15) (layer "F.Cu") (net 91) (tstamp d389ca73-eb35-4667-a436-887152e976b7)) - (segment (start 85.3 99.775862) (end 85.3 99.5) (width 0.15) (layer "F.Cu") (net 92) (tstamp 6a30c802-8cc9-40ef-a454-dc69fc466dc3)) - (segment (start 85.975369 101.802955) (end 85.975369 100.451231) (width 0.15) (layer "F.Cu") (net 92) (tstamp 8e79823e-4332-4e10-8228-ec68b8b05a31)) - (segment (start 87.822414 103.65) (end 85.975369 101.802955) (width 0.15) (layer "F.Cu") (net 92) (tstamp 9264500c-9af3-4dc7-9fd6-bcf2403182e5)) - (segment (start 85.975369 100.451231) (end 85.3 99.775862) (width 0.15) (layer "F.Cu") (net 92) (tstamp d111cf52-884c-43b5-97af-3858ea037080)) - (segment (start 87.822414 103.65) (end 90.3 103.65) (width 0.15) (layer "F.Cu") (net 92) (tstamp ee737e09-c622-45af-bfe6-b2882f4c573f)) - (segment (start 86.275279 101.625279) (end 87.8 103.15) (width 0.15) (layer "F.Cu") (net 93) (tstamp 050c5cda-66b9-4037-847e-1cf26f1838cf)) - (segment (start 87.8 103.15) (end 90.3 103.15) (width 0.15) (layer "F.Cu") (net 93) (tstamp 3179ef1b-faa6-4773-ac15-5874e7722161)) - (segment (start 85.3 98.7) (end 85.7 99.1) (width 0.15) (layer "F.Cu") (net 93) (tstamp 3b87441e-9545-4daa-bf5c-0e30f2dd4c01)) - (segment (start 85.7 99.1) (end 85.7 99.7) (width 0.15) (layer "F.Cu") (net 93) (tstamp 8668ba6c-a6bc-4d3d-98ce-0bc64e565efe)) - (segment (start 86.275279 100.275279) (end 86.275279 101.625279) (width 0.15) (layer "F.Cu") (net 93) (tstamp 90d01286-7cbc-4fd5-a315-3016824c1ec2)) - (segment (start 85.7 99.7) (end 86.275279 100.275279) (width 0.15) (layer "F.Cu") (net 93) (tstamp f150533b-1259-41c5-ad28-2c6245d0e07a)) - (segment (start 86.575189 101.425189) (end 87.8 102.65) (width 0.15) (layer "F.Cu") (net 94) (tstamp 21a1c133-f7c0-4c55-bfae-87489f29c903)) - (segment (start 86.1 99.5) (end 86.575189 99.975189) (width 0.15) (layer "F.Cu") (net 94) (tstamp 33a21ba8-7858-449f-82f5-cbfa2271ef38)) - (segment (start 87.8 102.65) (end 90.3 102.65) (width 0.15) (layer "F.Cu") (net 94) (tstamp 8b35786c-1ac8-42d8-9a5a-dad573bd0094)) - (segment (start 86.575189 99.975189) (end 86.575189 101.425189) (width 0.15) (layer "F.Cu") (net 94) (tstamp 9a971457-c691-4066-b994-419c780d940d)) - (segment (start 83.300099 101.100099) (end 88.35 106.15) (width 0.15) (layer "F.Cu") (net 95) (tstamp 201d8130-4090-4b9e-92e2-27643553a176)) - (segment (start 83.7 98.7) (end 83.300099 99.099901) (width 0.15) (layer "F.Cu") (net 95) (tstamp 50e2510b-285f-450d-924c-851068760a2c)) - (segment (start 88.35 106.15) (end 90.3 106.15) (width 0.15) (layer "F.Cu") (net 95) (tstamp c8b088e8-33f6-4063-86e4-a7b123b42783)) - (segment (start 83.300099 99.099901) (end 83.300099 101.100099) (width 0.15) (layer "F.Cu") (net 95) (tstamp e240e68f-4c1e-46fd-8a6c-f3f42b719d85)) - (segment (start 86.875097 101.225097) (end 87.8 102.15) (width 0.15) (layer "F.Cu") (net 96) (tstamp 17bfb2da-c5fc-4e07-91e1-b9c5ab3fe262)) - (segment (start 86.9 99.5) (end 86.875097 99.524903) (width 0.15) (layer "F.Cu") (net 96) (tstamp 8454cb6b-0849-4c10-be37-c442a713f93e)) - (segment (start 86.875097 99.524903) (end 86.875097 101.225097) (width 0.15) (layer "F.Cu") (net 96) (tstamp 9eb142f5-c818-4799-9b6e-f56193c12346)) - (segment (start 87.8 102.15) (end 90.3 102.15) (width 0.15) (layer "F.Cu") (net 96) (tstamp fc4c5b7f-1db9-479f-ba4e-7302e24bc012)) - (segment (start 89.65 89.55) (end 90.3 89.55) (width 0.15) (layer "F.Cu") (net 97) (tstamp 2bfcf6e0-11c2-44b1-80ee-745466c52dd6)) - (segment (start 87.7 91.5) (end 89.65 89.55) (width 0.15) (layer "F.Cu") (net 97) (tstamp 55a4aa31-3b32-463a-ba6d-3748b48c1bb5)) - (segment (start 88.25 94.7) (end 87.7 94.7) (width 0.15) (layer "F.Cu") (net 98) (tstamp 1ae937f3-6362-41be-91e8-31a4c41cd4db)) - (segment (start 89.4 93.55) (end 88.25 94.7) (width 0.15) (layer "F.Cu") (net 98) (tstamp b6977247-0e8e-422f-b397-a64eed1d46da)) - (segment (start 90.3 93.55) (end 89.4 93.55) (width 0.15) (layer "F.Cu") (net 98) (tstamp c1aa5d71-e58c-4cc6-a009-40e4a06e0e62)) - (segment (start 88.099901 91.900099) (end 88.099901 91.550099) (width 0.15) (layer "F.Cu") (net 99) (tstamp 2cd5ef3f-7192-4e09-8416-f9427ed5ab4b)) - (segment (start 89.6 90.05) (end 90.3 90.05) (width 0.15) (layer "F.Cu") (net 99) (tstamp 4eea8901-693e-4bab-9813-6b166be4ff8f)) - (segment (start 87.7 92.3) (end 88.099901 91.900099) (width 0.15) (layer "F.Cu") (net 99) (tstamp dbe385c6-e91f-43c7-a63d-4da8ea5e8e89)) - (segment (start 88.099901 91.550099) (end 89.6 90.05) (width 0.15) (layer "F.Cu") (net 99) (tstamp f14a4953-2b73-43fc-aef6-e15f67af62eb)) - (segment (start 86.9 93.1) (end 87.300099 92.699901) (width 0.15) (layer "F.Cu") (net 100) (tstamp 4f6aa278-908b-4606-ab16-3f89a1d8ebf8)) - (segment (start 88.4 92.191854) (end 88.4 91.75) (width 0.15) (layer "F.Cu") (net 100) (tstamp 593b6382-e8d0-4286-af7e-c963ce1047fa)) - (segment (start 87.891953 92.699901) (end 88.4 92.191854) (width 0.15) (layer "F.Cu") (net 100) (tstamp 70379515-959d-4646-8467-4ecd8407148a)) - (segment (start 89.6 90.55) (end 90.3 90.55) (width 0.15) (layer "F.Cu") (net 100) (tstamp ab3fca1c-45bb-469f-9f25-aa7e33ef6c3f)) - (segment (start 87.300099 92.699901) (end 87.891953 92.699901) (width 0.15) (layer "F.Cu") (net 100) (tstamp f52d2bef-e44b-4029-9335-e50fd8ba2057)) - (segment (start 88.4 91.75) (end 89.6 90.55) (width 0.15) (layer "F.Cu") (net 100) (tstamp f744641e-4674-436f-97f8-bda7558362c2)) - (segment (start 89.6 91.05) (end 90.3 91.05) (width 0.15) (layer "F.Cu") (net 101) (tstamp 4118ca42-cbf5-4007-8f00-3c853caebfae)) - (segment (start 87.7 93.1) (end 87.95 93.1) (width 0.15) (layer "F.Cu") (net 101) (tstamp 5e131de0-59dd-4487-8337-de0dce828791)) - (segment (start 87.95 93.1) (end 88.704812 92.345188) (width 0.15) (layer "F.Cu") (net 101) (tstamp a944a0a0-302a-485c-ac01-78d811b92b30)) - (segment (start 88.704812 92.345188) (end 88.704812 91.945188) (width 0.15) (layer "F.Cu") (net 101) (tstamp eec9adee-0ca3-4f4a-bc2a-d385e11c22f3)) - (segment (start 88.704812 91.945188) (end 89.6 91.05) (width 0.15) (layer "F.Cu") (net 101) (tstamp eef0b708-d745-482f-aca0-70f6e8b031a8)) - (segment (start 86.9 94.7) (end 87.3 95.1) (width 0.15) (layer "F.Cu") (net 102) (tstamp 0dd8a88a-3c85-402b-a2dd-d98bc5ddbd5e)) - (segment (start 88.3 95.1) (end 87.3 95.1) (width 0.15) (layer "F.Cu") (net 102) (tstamp 11fed0fd-e478-4d70-a2a4-ec27e972ebf4)) - (segment (start 89.55 92.05) (end 89.5 92) (width 0.15) (layer "F.Cu") (net 102) (tstamp 2c9e77bc-a78b-4385-bbfd-f567e0df96c3)) - (segment (start 87.3 95.1) (end 86.9 95.5) (width 0.15) (layer "F.Cu") (net 102) (tstamp 2db73e12-8d55-4c9f-9111-06321ff1bf3b)) - (segment (start 89.25 94.15) (end 88.3 95.1) (width 0.15) (layer "F.Cu") (net 102) (tstamp 397c7179-11c5-4ba2-8026-b27a0edfc173)) - (segment (start 89.6 94.15) (end 89.25 94.15) (width 0.15) (layer "F.Cu") (net 102) (tstamp 3aa9856c-47e9-4ecc-b55c-c27c5da2092b)) - (segment (start 90.3 92.05) (end 89.55 92.05) (width 0.15) (layer "F.Cu") (net 102) (tstamp 4d24f783-afb0-42a0-9683-e8b59325e024)) - (via (at 89.5 92) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 102) (tstamp 7df80943-5e57-4498-aea6-993562316ae9)) - (via (at 89.6 94.15) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 102) (tstamp e7073ff3-5477-4e8e-8eac-c6c839211d13)) - (segment (start 89.6 94.15) (end 89.5 94.05) (width 0.15) (layer "B.Cu") (net 102) (tstamp 33dd8803-71f2-44bd-b4cc-8dfca4a89608)) - (segment (start 89.5 94.05) (end 89.5 92) (width 0.15) (layer "B.Cu") (net 102) (tstamp 611b89fe-c54b-4f54-9b17-d4142ae633a4)) - (segment (start 87.7 93.9) (end 88.6 93.9) (width 0.15) (layer "F.Cu") (net 103) (tstamp 274465f0-41e7-4702-aa90-f3037c193441)) - (segment (start 89.95 92.55) (end 90.3 92.55) (width 0.15) (layer "F.Cu") (net 103) (tstamp 86960213-2693-47e1-b326-e76a23d0259a)) - (segment (start 88.6 93.9) (end 89.95 92.55) (width 0.15) (layer "F.Cu") (net 103) (tstamp e7f4f65b-4817-4bf4-8a32-98fca2dc75cb)) - (segment (start 90.55 93.05) (end 90.3 93.05) (width 0.15) (layer "F.Cu") (net 104) (tstamp 06bea721-6e44-443f-a10b-fdb382354c72)) - (segment (start 90.8 94.1) (end 90.8 93.3) (width 0.15) (layer "F.Cu") (net 104) (tstamp 2bf57d54-6508-4cde-9868-7d1a1f902503)) - (segment (start 87.7 95.5) (end 88.35 95.5) (width 0.15) (layer "F.Cu") (net 104) (tstamp 39dd4899-db7b-4f42-9636-f6aaf1c5eb3e)) - (segment (start 87.7 95.5) (end 86.9 96.3) (width 0.15) (layer "F.Cu") (net 104) (tstamp 3ba82779-31bf-4934-9ae9-ede599803b0b)) - (segment (start 90.2 94.7) (end 90.8 94.1) (width 0.15) (layer "F.Cu") (net 104) (tstamp 468f1465-a526-429e-822b-774275d0ce38)) - (segment (start 88.35 95.5) (end 89.15 94.7) (width 0.15) (layer "F.Cu") (net 104) (tstamp 5606c2c9-8d20-49a7-a220-882fb12b6de9)) - (segment (start 90.8 93.3) (end 90.55 93.05) (width 0.15) (layer "F.Cu") (net 104) (tstamp c63dc724-2c12-428d-a6d9-e73eaba68b2c)) - (segment (start 89.15 94.7) (end 90.2 94.7) (width 0.15) (layer "F.Cu") (net 104) (tstamp fe34a838-864c-4aee-999e-a4d9d2a53aa1)) - (segment (start 59.7 102) (end 59.485 102) (width 0.15) (layer "F.Cu") (net 105) (tstamp b481b075-9fdf-42c9-9f4f-1820179a57db)) - (segment (start 59.485 102) (end 59 101.515) (width 0.15) (layer "F.Cu") (net 105) (tstamp ce049c30-6629-4827-b32b-d3c8b0d57289)) - (segment (start 82.9 97.9) (end 82.5 98.3) (width 0.15) (layer "F.Cu") (net 105) (tstamp f7929113-ed56-486c-8bcb-866485096b1d)) - (via (at 59.7 102) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 105) (tstamp 21ae025c-519f-452f-85f8-6c4a5765c910)) - (via (at 82.5 98.3) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 105) (tstamp b2a6473b-dbac-4141-9e30-38f28870da3c)) - (segment (start 79.151813 103.49991) (end 82.5 100.151723) (width 0.15) (layer "B.Cu") (net 105) (tstamp c594017f-aa60-467a-ab4f-3544e1ac6b56)) - (segment (start 59.7 102) (end 61.199911 103.499911) (width 0.15) (layer "B.Cu") (net 105) (tstamp c9519dbb-7fda-4b2d-904a-05f32731be38)) - (segment (start 61.199911 103.499911) (end 79.151813 103.49991) (width 0.15) (layer "B.Cu") (net 105) (tstamp eb5539f7-1c4d-429b-928b-15d4b3d0598a)) - (segment (start 82.5 100.151723) (end 82.5 98.3) (width 0.15) (layer "B.Cu") (net 105) (tstamp fbcf8f18-273b-4de6-a7fa-1aa52b6a30eb)) - (segment (start 92.57 80.87) (end 92.57 77.72) (width 0.15) (layer "F.Cu") (net 106) (tstamp 4de616e9-df97-4be5-8245-b4f9a1bccef4)) - (segment (start 93.5 81.8) (end 92.57 80.87) (width 0.15) (layer "F.Cu") (net 106) (tstamp 7f34b5b2-ee3d-4697-be45-f73e198e75ed)) - (segment (start 94.4 82.7) (end 94.5 82.7) (width 0.15) (layer "F.Cu") (net 106) (tstamp 877fe9ac-5928-4653-8b19-041752216d68)) - (segment (start 93.5 81.8) (end 94.4 82.7) (width 0.15) (layer "F.Cu") (net 106) (tstamp a65de6f7-a57d-4433-8d00-2faaf28702a5)) - (via (at 93.5 81.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 106) (tstamp c1d61362-65a2-49c7-92c4-42116f69f186)) - (segment (start 94.2 81.1) (end 93.5 81.8) (width 0.15) (layer "B.Cu") (net 106) (tstamp 08def91c-96a1-4452-a029-3015fe0a2365)) - (segment (start 103.8 83.3) (end 101.6 81.1) (width 0.15) (layer "B.Cu") (net 106) (tstamp 403f035e-89c7-4267-bc39-540407f9432f)) - (segment (start 120.8 85.585) (end 118.685 85.585) (width 0.15) (layer "B.Cu") (net 106) (tstamp 5112e7ff-94f4-4953-9b3b-e89ab066bf44)) - (segment (start 116.4 83.3) (end 103.8 83.3) (width 0.15) (layer "B.Cu") (net 106) (tstamp 633ef1d6-5811-4caa-b46b-b2c44b20f0ff)) - (segment (start 101.6 81.1) (end 94.2 81.1) (width 0.15) (layer "B.Cu") (net 106) (tstamp 8a26463c-6132-4640-81bb-e4ad34aa7d3c)) - (segment (start 118.685 85.585) (end 116.4 83.3) (width 0.15) (layer "B.Cu") (net 106) (tstamp c3d52d09-a3df-4a1f-b4d9-6c9229ec3718)) - (segment (start 97.75 96.25) (end 97.85 96.35) (width 0.25) (layer "F.Cu") (net 107) (tstamp 0548b5b4-cb6a-4383-985b-2777ce991c3e)) - (segment (start 97.05 99.05) (end 97.85 99.05) (width 0.25) (layer "F.Cu") (net 107) (tstamp 148d4173-b063-4b10-8a8d-efdde1f30322)) - (segment (start 105.95 108.075) (end 105.95 108.4) (width 0.25) (layer "F.Cu") (net 107) (tstamp 1875410c-e4b4-4ec3-b634-5e1a0d17ab0f)) - (segment (start 116.109494 100.425) (end 116.684494 101) (width 0.15) (layer "F.Cu") (net 107) (tstamp 19f4b8b4-be0c-4288-abe5-c17502fc672f)) - (segment (start 101.05 104.65) (end 101.25 104.65) (width 0.25) (layer "F.Cu") (net 107) (tstamp 2b02e529-0dd1-4c56-92a3-7eb22d2ee260)) - (segment (start 97.05 104.65) (end 97.85 104.65) (width 0.25) (layer "F.Cu") (net 107) (tstamp 2d5b3e10-9b65-4abf-803e-969a546fc8e3)) - (segment (start 105.95 108.4) (end 106.2 108.65) (width 0.25) (layer "F.Cu") (net 107) (tstamp 2db578cd-b125-49d3-b68b-3360b8f58d41)) - (segment (start 97.05 96.25) (end 97.75 96.25) (width 0.25) (layer "F.Cu") (net 107) (tstamp 4110e71c-ac60-4e49-a67d-42ff60f3a0ba)) - (segment (start 106.45 108.4) (end 106.2 108.65) (width 0.25) (layer "F.Cu") (net 107) (tstamp 44ec5d8a-0a8a-4230-b003-6ed9c113dcbb)) - (segment (start 108.385 101.4) (end 108.385 101.915) (width 0.25) (layer "F.Cu") (net 107) (tstamp 480d5422-6d33-4319-a5c2-9ce1cd04fa90)) - (segment (start 105.95 109.225) (end 105.95 108.9) (width 0.25) (layer "F.Cu") (net 107) (tstamp 5278fb5e-f15e-42fe-84df-a59fee8119f1)) - (segment (start 106.45 108.075) (end 106.45 108.4) (width 0.25) (layer "F.Cu") (net 107) (tstamp 70e94f88-657e-428d-84a0-9ae84ea57cd7)) - (segment (start 125.7 103.585) (end 125.715 103.6) (width 0.25) (layer "F.Cu") (net 107) (tstamp 7d64a0a0-384d-4e31-a03a-22264a524862)) - (segment (start 108.395 101.075) (end 108.385 101.085) (width 0.25) (layer "F.Cu") (net 107) (tstamp 8d3d3e35-82e0-40ba-907a-a8ab9693853e)) - (segment (start 101.05 99.05) (end 101.85 99.05) (width 0.25) (layer "F.Cu") (net 107) (tstamp a4016004-dc80-4dea-8e6b-d39f67a11e91)) - (segment (start 115.5625 100.425) (end 116.109494 100.425) (width 0.15) (layer "F.Cu") (net 107) (tstamp a4ac0519-b7a7-4509-bdb5-35a62928ff28)) - (segment (start 108.385 101.085) (end 108.385 100.5) (width 0.25) (layer "F.Cu") (net 107) (tstamp b825db6d-eaf6-475d-bf93-964d29afb19e)) - (segment (start 116.684494 101) (end 118.600012 101) (width 0.15) (layer "F.Cu") (net 107) (tstamp c3669e3b-86e7-4f68-8bdd-1c04746bf6b7)) - (segment (start 97.05 101.85) (end 97.85 101.85) (width 0.25) (layer "F.Cu") (net 107) (tstamp c8fb0e8c-a702-4abf-8afe-bedb64abe0e1)) - (segment (start 105.95 108.9) (end 106.2 108.65) (width 0.25) (layer "F.Cu") (net 107) (tstamp cb232dae-017e-46a0-81d3-8ae4432055dd)) - (segment (start 101.75 96.25) (end 101.85 96.35) (width 0.25) (layer "F.Cu") (net 107) (tstamp ce1871bd-0dbe-421e-af45-ef8b1716fbf2)) - (segment (start 109.8375 101.075) (end 108.395 101.075) (width 0.25) (layer "F.Cu") (net 107) (tstamp d08f9431-ef8a-42b7-a850-bcd8bb770f1b)) - (segment (start 106.5 101.435) (end 107.265 102.2) (width 0.25) (layer "F.Cu") (net 107) (tstamp da1874bd-bc34-4d30-85e0-173930a32a31)) - (segment (start 101.05 96.25) (end 101.75 96.25) (width 0.25) (layer "F.Cu") (net 107) (tstamp dc2f95e5-e18b-4da3-b935-6bac0924cb34)) - (segment (start 101.05 101.85) (end 101.85 101.85) (width 0.25) (layer "F.Cu") (net 107) (tstamp de9814ea-c668-40c7-a581-41a00d5ad413)) - (segment (start 106.45 109.225) (end 106.45 108.9) (width 0.25) (layer "F.Cu") (net 107) (tstamp e5c9e5a1-eb3c-47d6-be9a-b6b058a3d5d9)) - (segment (start 108.385 101.915) (end 108.1 102.2) (width 0.25) (layer "F.Cu") (net 107) (tstamp e82e6c3a-dba3-44b6-823e-2bd844f08cca)) - (segment (start 108.385 101.4) (end 108.385 101.085) (width 0.25) (layer "F.Cu") (net 107) (tstamp ecff6837-a08b-483d-9647-9310dfc674e3)) - (segment (start 101.25 104.65) (end 101.7 104.2) (width 0.25) (layer "F.Cu") (net 107) (tstamp ed93faec-dea3-4b89-9648-290ad7f4effb)) - (segment (start 107.265 102.2) (end 108.1 102.2) (width 0.25) (layer "F.Cu") (net 107) (tstamp f68ae795-1f05-4a39-94cd-eb3e2d140979)) - (segment (start 125.7 102.685) (end 125.7 103.585) (width 0.25) (layer "F.Cu") (net 107) (tstamp f8d4ba33-e493-4c36-93a3-a7a967fd6532)) - (segment (start 106.45 108.9) (end 106.2 108.65) (width 0.25) (layer "F.Cu") (net 107) (tstamp fa2253b1-674a-48db-8f5b-f4c85dcb27ae)) - (via (at 125 103) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp 00000000-0000-0000-0000-00005f6fc260)) - (via (at 125 104.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp 00000000-0000-0000-0000-00005f6fc261)) - (via (at 125 103.7) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp 00000000-0000-0000-0000-00005f6fc262)) - (via (at 97.05 106.95) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp 0f8c7f8e-c569-41d5-a9c5-be2602986fec)) - (via (at 118.600012 101) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp 13a13473-0513-4470-a633-0eb288464690)) - (via (at 97.85 96.35) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp 18648368-8315-41f6-b287-55706b48f79e)) - (via (at 97.85 104.65) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp 34123646-538f-4d29-99e3-ef929983a259)) - (via (at 108.1 102.2) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp 3a6e1b00-aa08-416c-85dc-bf006b0a4a78)) - (via (at 101.85 101.85) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp 3bb6370c-713d-4d7f-8232-809c9ec621ba)) - (via (at 97.85 99.05) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp 46a7dba6-e84c-4e04-a72e-86e4c6e4e198)) - (via (at 101.85 99.05) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp 69b9c43b-f07d-440f-a8c0-3e74d8fe8255)) - (via (at 97.85 101.85) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp 792df31f-d7c8-4ab7-9004-848451dfcc4f)) - (via (at 107.3 105.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp bac0882a-cd95-40e5-bcae-36dd00c1e400)) - (via (at 108.25 105.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp cd456294-dca4-4c26-9abc-c7a07f86c1c8)) - (via (at 107.75 105.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp d92a0282-1577-4ce4-be7e-0b4d890f47ad)) - (via (at 101.85 96.35) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp deb67a9b-326e-4e7c-9ffe-380d8b743b4a)) - (via (at 101.7 104.2) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp deba7d89-f9a2-4354-82a6-0d3192f950f8)) - (via (at 106.2 108.65) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp df8f1fc7-0af7-4ef1-91a4-ae074793bf79)) - (via (at 97.5 106.95) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 107) (tstamp e6c57be4-076b-4791-b5f7-950dec1eba7d)) - (segment (start 107.3 105.4) (end 107.3 105.4) (width 0.45) (layer "In2.Cu") (net 107) (tstamp 00000000-0000-0000-0000-00005ea8e485)) - (segment (start 112.05 110.25) (end 107.35 110.25) (width 0.75) (layer "In2.Cu") (net 107) (tstamp 02fad080-98cd-46ab-9ee4-13a74595ac68)) - (segment (start 97.05 96.7) (end 97.05 104.3) (width 0.45) (layer "In2.Cu") (net 107) (tstamp 0bc4a849-5f93-40a7-8f00-efd98ea94086)) - (segment (start 97.85 96.35) (end 97.4 96.35) (width 0.45) (layer "In2.Cu") (net 107) (tstamp 20b6f547-8f23-4ca0-8198-b15b71fba76d)) - (segment (start 97.4 104.65) (end 97.85 104.65) (width 0.45) (layer "In2.Cu") (net 107) (tstamp 253438e1-b2d5-45c8-bcfc-742c8344ecea)) - (segment (start 114.128501 114.468501) (end 114.128501 112.328501) (width 0.45) (layer "In2.Cu") (net 107) (tstamp 3be93bf9-8c44-4bd5-ab0f-f48691dd7c5d)) - (segment (start 114.128501 112.328501) (end 114 112.2) (width 0.45) (layer "In2.Cu") (net 107) (tstamp 3de5b137-b7ed-4a67-a65d-5332350a142e)) - (segment (start 114 112.2) (end 112.05 110.25) (width 0.75) (layer "In2.Cu") (net 107) (tstamp 3e2733b2-429a-48e0-a5f6-9bc75cea3fb3)) - (segment (start 107.3 105.4) (end 107.75 105.4) (width 0.45) (layer "In2.Cu") (net 107) (tstamp 422c943d-0851-47e8-8fa0-a7c617f12578)) - (segment (start 97.05 106.35) (end 97.05 106.95) (width 0.45) (layer "In2.Cu") (net 107) (tstamp 447c289f-e3ea-4183-b81d-b7026faccfd7)) - (segment (start 115.43 115.77) (end 114.128501 114.468501) (width 0.45) (layer "In2.Cu") (net 107) (tstamp 4a7a8704-b751-4f8c-aedf-2558a0174a72)) - (segment (start 97.05 106.5) (end 97.05 106.35) (width 0.45) (layer "In2.Cu") (net 107) (tstamp 4fc9e638-a9e7-4d3f-b340-780df412591d)) - (segment (start 107.35 110.25) (end 106.3 109.2) (width 0.75) (layer "In2.Cu") (net 107) (tstamp 785e7afb-5347-4e11-b292-701c649113fb)) - (segment (start 106.3 109.2) (end 106.3 106.15) (width 0.75) (layer "In2.Cu") (net 107) (tstamp 7e75e4cc-e0cb-4b98-b80b-d3c04ae9a412)) - (segment (start 97.5 106.95) (end 97.05 106.5) (width 0.45) (layer "In2.Cu") (net 107) (tstamp 7f8398d1-1fcb-4b17-b71c-c5df98433848)) - (segment (start 106.3 106.15) (end 107.05 105.4) (width 0.75) (layer "In2.Cu") (net 107) (tstamp 8c6484b7-f099-4c5c-b5fd-abaa05b4ab18)) - (segment (start 97.4 96.35) (end 97.05 96.7) (width 0.45) (layer "In2.Cu") (net 107) (tstamp 95576a76-91bb-4db4-bcad-45ffa1fb7580)) - (segment (start 97.85 101.85) (end 97.05 101.85) (width 0.45) (layer "In2.Cu") (net 107) (tstamp a423b214-b454-4185-84f8-c95ee23e5bb6)) - (segment (start 107.05 105.4) (end 108.25 105.4) (width 0.75) (layer "In2.Cu") (net 107) (tstamp a72be1e0-9af1-4c8b-a80a-e23a2ce6ded3)) - (segment (start 97.05 104.3) (end 97.05 106.35) (width 0.45) (layer "In2.Cu") (net 107) (tstamp b15cb383-7ebe-47e4-8de4-90e4bb592ca1)) - (segment (start 97.85 99.05) (end 97.05 99.05) (width 0.45) (layer "In2.Cu") (net 107) (tstamp b57691ac-45e2-4fef-b67e-be0698b53c0a)) - (segment (start 97.05 106.95) (end 97.5 106.95) (width 0.45) (layer "In2.Cu") (net 107) (tstamp cb625889-a39e-48a1-b5ca-64b654415724)) - (segment (start 107.75 105.4) (end 108.25 105.4) (width 0.45) (layer "In2.Cu") (net 107) (tstamp ea0658cd-816e-408e-924b-067dc4ea75f8)) - (segment (start 97.05 104.3) (end 97.4 104.65) (width 0.45) (layer "In2.Cu") (net 107) (tstamp fbc71af7-de54-4238-9761-e2dd07bc84ed)) - (segment (start 102.7 99.05) (end 101.85 99.05) (width 0.45) (layer "B.Cu") (net 107) (tstamp 05d71641-765e-42e9-b112-428ee2e771ec)) - (segment (start 118.6 101) (end 118.600012 101) (width 0.15) (layer "B.Cu") (net 107) (tstamp 0aadf54d-dacf-4007-aabb-7ac26ba5bd37)) - (segment (start 101.85 96.35) (end 101.565 96.065) (width 0.25) (layer "B.Cu") (net 107) (tstamp 102c4f15-f7f0-47b3-b463-90324a621426)) - (segment (start 97.665 104.465) (end 97.85 104.65) (width 0.25) (layer "B.Cu") (net 107) (tstamp 13ca6f98-495b-4848-a1b9-619bdbf2e008)) - (segment (start 97.515 96.015) (end 97.05 96.015) (width 0.25) (layer "B.Cu") (net 107) (tstamp 188bd81e-55cf-4eb8-ac51-32c0165c3b7f)) - (segment (start 108.25 105.4) (end 107.3 105.4) (width 0.75) (layer "B.Cu") (net 107) (tstamp 1c67d947-286e-4eeb-ad61-68de893b3f2c)) - (segment (start 101.05 101.665) (end 101.665 101.665) (width 0.25) (layer "B.Cu") (net 107) (tstamp 207f3729-b16f-4bed-8e25-6323ca6af59d)) - (segment (start 125 104.4) (end 125 108) (width 0.75) (layer "B.Cu") (net 107) (tstamp 22ba7011-af16-481a-be60-4832e2fa49b7)) - (segment (start 97.5 106.95) (end 97.05 106.95) (width 0.45) (layer "B.Cu") (net 107) (tstamp 2a3045fd-49b2-4e17-94bf-b5864659b054)) - (segment (start 120.9 108.8) (end 117.5 105.4) (width 0.75) (layer "B.Cu") (net 107) (tstamp 3147e880-51e1-4334-9901-8c646d0f1c58)) - (segment (start 117.5 105.4) (end 108.25 105.4) (width 0.75) (layer "B.Cu") (net 107) (tstamp 36ddd131-24a1-406c-a011-522c67b17ac1)) - (segment (start 107.75 105.4) (end 108.25 105.4) (width 0.75) (layer "B.Cu") (net 107) (tstamp 3962f024-df76-4ce5-a845-a5bfd0cc118f)) - (segment (start 97.05 104.465) (end 97.665 104.465) (width 0.25) (layer "B.Cu") (net 107) (tstamp 3969f1a4-cee5-45d1-af73-48102fab1b79)) - (segment (start 106.2 105.4) (end 102.7 105.4) (width 0.45) (layer "B.Cu") (net 107) (tstamp 3ec4c6d4-d672-41bf-9275-f96679fe932f)) - (segment (start 102.7 101.85) (end 101.85 101.85) (width 0.45) (layer "B.Cu") (net 107) (tstamp 52a2307e-13fb-47e4-a814-168f6f383b45)) - (segment (start 97.665 101.665) (end 97.85 101.85) (width 0.25) (layer "B.Cu") (net 107) (tstamp 5880b9b0-aa32-4505-8669-deb95429be37)) - (segment (start 106.9 103.183146) (end 107.883146 102.2) (width 0.25) (layer "B.Cu") (net 107) (tstamp 58f281db-090d-4a92-8a73-05e2a97a7ee9)) - (segment (start 101.05 98.865) (end 101.665 98.865) (width 0.25) (layer "B.Cu") (net 107) (tstamp 5b17d47a-a4a2-4ddf-966a-e6b5821094ec)) - (segment (start 107.3 105.4) (end 106.2 105.4) (width 0.45) (layer "B.Cu") (net 107) (tstamp 5ed867d6-e24b-4827-bb08-f4f5e703c946)) - (segment (start 123.8 104.4375) (end 124.05 104.1875) (width 0.15) (layer "B.Cu") (net 107) (tstamp 6613902d-850f-4102-9d7b-cc5a5ef20ea0)) - (segment (start 102.7 101.85) (end 102.7 99.05) (width 0.45) (layer "B.Cu") (net 107) (tstamp 66b19a0b-d07c-43ff-9bd5-abe61a163306)) - (segment (start 102.7 99.05) (end 102.7 96.9) (width 0.45) (layer "B.Cu") (net 107) (tstamp 674dfd9c-2241-44b5-bfb4-f6d11b1ff583)) - (segment (start 97.05 98.865) (end 97.665 98.865) (width 0.25) (layer "B.Cu") (net 107) (tstamp 69814d9b-0367-4de8-9718-43b37031d240)) - (segment (start 101.7 104.2) (end 102.7 104.2) (width 0.45) (layer "B.Cu") (net 107) (tstamp 76adfc93-1bf2-41b7-b4bf-eb835ea8821f)) - (segment (start 102.7 105.4) (end 102.7 104.2) (width 0.45) (layer "B.Cu") (net 107) (tstamp 7d02c8da-c1f5-46b6-a684-03b1f9fa82ce)) - (segment (start 101.85 96.35) (end 102.15 96.35) (width 0.45) (layer "B.Cu") (net 107) (tstamp 872056a8-3317-408d-800b-762b71027ed5)) - (segment (start 97.05 101.665) (end 97.665 101.665) (width 0.25) (layer "B.Cu") (net 107) (tstamp 8eb5e770-d904-422f-814b-21543d34976a)) - (segment (start 102.7 106.05) (end 101.8 106.95) (width 0.45) (layer "B.Cu") (net 107) (tstamp 973720a6-f461-4d46-b2fe-59915df69d25)) - (segment (start 101.7 104.2) (end 101.315 104.2) (width 0.25) (layer "B.Cu") (net 107) (tstamp 9858a585-1ecc-4893-a1c6-bacba18521ec)) - (segment (start 97.85 96.35) (end 97.515 96.015) (width 0.25) (layer "B.Cu") (net 107) (tstamp 996c5414-4d36-42a5-a5a3-5c685d76f56d)) - (segment (start 101.565 96.065) (end 101.05 96.065) (width 0.25) (layer "B.Cu") (net 107) (tstamp 9c614a92-4db0-4682-b200-e8121deaa926)) - (segment (start 123.8 105.415) (end 123.8 104.4375) (width 0.15) (layer "B.Cu") (net 107) (tstamp 9d68ca63-4f76-4c15-8edd-c79507b64ea4)) - (segment (start 101.8 106.95) (end 97.5 106.95) (width 0.45) (layer "B.Cu") (net 107) (tstamp a2da6c4b-cf98-4d3d-b54c-e05e54dfd2b6)) - (segment (start 97.665 98.865) (end 97.85 99.05) (width 0.25) (layer "B.Cu") (net 107) (tstamp abdf1fc0-a5f4-4a26-adc8-ba7216defb10)) - (segment (start 101.315 104.2) (end 101.05 104.465) (width 0.25) (layer "B.Cu") (net 107) (tstamp ae5c31ab-a505-4959-ae0e-cec81fcbf815)) - (segment (start 117.5 105.4) (end 117.5 102.1) (width 0.15) (layer "B.Cu") (net 107) (tstamp af925654-dfb9-45aa-816e-cb4703dcab2f)) - (segment (start 124.2 108.8) (end 120.9 108.8) (width 0.75) (layer "B.Cu") (net 107) (tstamp b3c4f9ea-9465-428d-a878-c35a35b4a0ec)) - (segment (start 125 108) (end 124.2 108.8) (width 0.75) (layer "B.Cu") (net 107) (tstamp bc34c2e7-0338-47b3-9692-4e3e8064b41c)) - (segment (start 102.7 104.2) (end 102.7 101.85) (width 0.45) (layer "B.Cu") (net 107) (tstamp bd988d63-63f5-4347-8fd4-8694affd2c22)) - (segment (start 106.2 108.65) (end 106.2 105.4) (width 0.45) (layer "B.Cu") (net 107) (tstamp c0d36b8c-6b63-418d-9fae-b9063f7e525a)) - (segment (start 101.665 101.665) (end 101.85 101.85) (width 0.25) (layer "B.Cu") (net 107) (tstamp c7f16784-da95-4ab7-905d-9889694975ee)) - (segment (start 106.9 105.4) (end 106.9 103.183146) (width 0.25) (layer "B.Cu") (net 107) (tstamp cc490913-daab-4fa1-87b9-975705ee9dbd)) - (segment (start 107.883146 102.2) (end 108.1 102.2) (width 0.25) (layer "B.Cu") (net 107) (tstamp d6a8f316-1392-4ab3-858a-2bdd1e8ab61d)) - (segment (start 102.15 96.35) (end 102.7 96.9) (width 0.45) (layer "B.Cu") (net 107) (tstamp dc4ad6d5-b7e2-4098-b974-50466b3890e2)) - (segment (start 117.5 102.1) (end 118.6 101) (width 0.15) (layer "B.Cu") (net 107) (tstamp e07d5869-f4e0-43a4-8e08-83daa6e67700)) - (segment (start 101.665 98.865) (end 101.85 99.05) (width 0.25) (layer "B.Cu") (net 107) (tstamp facfc131-66c7-4b5b-b59f-7d81e0c94438)) - (segment (start 102.7 105.4) (end 102.7 106.05) (width 0.45) (layer "B.Cu") (net 107) (tstamp fcf72183-7571-4ba1-a298-770fa333efdf)) - (segment (start 116.575 89.925) (end 116.9 89.6) (width 0.25) (layer "F.Cu") (net 108) (tstamp 0536025a-6414-4951-bfd6-905537685d7e)) - (segment (start 99.45 82.1) (end 99.7 82.35) (width 0.25) (layer "F.Cu") (net 108) (tstamp 0d525ad4-3f7e-4e8e-b572-5aed774da48c)) - (segment (start 100.95 85.05) (end 100.324388 84.424388) (width 0.25) (layer "F.Cu") (net 108) (tstamp 3081c45f-0a62-4dc8-a706-c2b3c5e194d8)) - (segment (start 97.05 93.45) (end 97.85 93.45) (width 0.25) (layer "F.Cu") (net 108) (tstamp 3397e828-549f-4d19-910c-989534dfee84)) - (segment (start 117.015 89.6) (end 117.015 88.715) (width 0.25) (layer "F.Cu") (net 108) (tstamp 35328af0-2bbe-4eda-b255-c9bb9c6e435e)) - (segment (start 117.015 89.6) (end 117.015 90.5) (width 0.25) (layer "F.Cu") (net 108) (tstamp 39f69e4c-3d98-4642-8cee-de7f9bf86b5e)) - (segment (start 101.05 85.05) (end 100.95 85.05) (width 0.25) (layer "F.Cu") (net 108) (tstamp 437250d9-eb22-42a7-a0ee-f2e6a9628e2b)) - (segment (start 118 87.715) (end 117.985 87.715) (width 0.25) (layer "F.Cu") (net 108) (tstamp 51e52e2d-6785-4c86-9dd7-8aebf7924453)) - (segment (start 101.05 93.45) (end 101.85 93.45) (width 0.25) (layer "F.Cu") (net 108) (tstamp 55d86872-e23e-4870-a2e5-31f924442b2e)) - (segment (start 99.45 82.6) (end 99.7 82.35) (width 0.25) (layer "F.Cu") (net 108) (tstamp 5e1594bb-0ff8-4379-a06e-7271e78563fe)) - (segment (start 99.95 81.775) (end 99.95 82.1) (width 0.25) (layer "F.Cu") (net 108) (tstamp 602a1461-f2fc-4f38-9213-73e41c428934)) - (segment (start 99.45 81.775) (end 99.45 82.1) (width 0.25) (layer "F.Cu") (net 108) (tstamp 64c39fd2-36c7-4cd2-b0b8-1a1e70b12069)) - (segment (start 117.015 88.685) (end 117 88.7) (width 0.25) (layer "F.Cu") (net 108) (tstamp 8416cc67-e5d6-41f8-bce2-3d8fbd36986b)) - (segment (start 99.95 82.925) (end 99.95 82.6) (width 0.25) (layer "F.Cu") (net 108) (tstamp 895c2a55-d35b-4bc4-9770-a708d43f72ca)) - (segment (start 115.5625 89.925) (end 116.575 89.925) (width 0.25) (layer "F.Cu") (net 108) (tstamp 97d7f8c9-b0b4-436a-9b5e-5ccb959ea185)) - (segment (start 101.05 90.65) (end 101.85 90.65) (width 0.25) (layer "F.Cu") (net 108) (tstamp 9934072c-5674-4ed3-9146-61b9347f189d)) - (segment (start 120.9 87.415) (end 120.885 87.4) (width 0.25) (layer "F.Cu") (net 108) (tstamp 99a7cfc8-5cbf-4d9c-aad3-f866de8a288d)) - (segment (start 97.05 85.05) (end 97.85 85.05) (width 0.25) (layer "F.Cu") (net 108) (tstamp a1357a48-2956-4148-ac29-519f0e770f12)) - (segment (start 97.05 90.65) (end 97.85 90.65) (width 0.25) (layer "F.Cu") (net 108) (tstamp a3c320b8-4eef-49ac-b336-329b66e86bef)) - (segment (start 99.95 82.1) (end 99.7 82.35) (width 0.25) (layer "F.Cu") (net 108) (tstamp b64d922b-f1cc-4940-96f6-60cbefb80766)) - (segment (start 100.324388 84.424388) (end 100.13426 84.424388) (width 0.25) (layer "F.Cu") (net 108) (tstamp b7148d4c-a9db-4405-915a-b55a0c6f6c34)) - (segment (start 120.9 88.315) (end 120.9 87.415) (width 0.25) (layer "F.Cu") (net 108) (tstamp b78043a5-7a02-4945-aa76-579ca8313cb9)) - (segment (start 99.45 82.925) (end 99.45 82.6) (width 0.25) (layer "F.Cu") (net 108) (tstamp cd568267-8fa9-414e-ae44-a717296573c5)) - (segment (start 99.95 82.6) (end 99.7 82.35) (width 0.25) (layer "F.Cu") (net 108) (tstamp d7d96405-8ab4-4875-86e3-09261d23b5fe)) - (segment (start 97.85 87.85) (end 97.05 87.85) (width 0.25) (layer "F.Cu") (net 108) (tstamp e0ba3ee5-78a5-4635-88aa-b5b3d5589222)) - (segment (start 116.9 89.6) (end 117.015 89.6) (width 0.25) (layer "F.Cu") (net 108) (tstamp e794ab59-7bcd-4983-8681-ae56dc6f451c)) - (segment (start 101.05 87.85) (end 101.807664 87.85) (width 0.25) (layer "F.Cu") (net 108) (tstamp ecebfbae-5921-4400-8c7c-d6d4cfb57f3d)) - (segment (start 117.015 88.715) (end 117 88.7) (width 0.25) (layer "F.Cu") (net 108) (tstamp f069c764-5d8d-402a-b60c-f5f2b694001c)) - (segment (start 117.985 87.715) (end 117 88.7) (width 0.25) (layer "F.Cu") (net 108) (tstamp f239c5a8-dbfe-4237-89fc-56c709be30b1)) - (segment (start 101.807664 87.85) (end 101.828832 87.871168) (width 0.25) (layer "F.Cu") (net 108) (tstamp f3569ccd-85e3-4d52-b53d-a2b9f3673ed0)) - (via (at 99.7 82.35) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp 00000000-0000-0000-0000-00005f63234c)) - (via (at 121.6 86.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp 00000000-0000-0000-0000-00005f6dd067)) - (via (at 117 88.7) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp 00000000-0000-0000-0000-00005f84285c)) - (via (at 100.13426 84.424388) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp 0693453a-34c3-4bfd-b360-f7994c4e507f)) - (via (at 97.85 85.05) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp 27ff589f-3de7-4185-b7df-d1dbb0da622f)) - (via (at 108.4 85.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp 3f70786c-51ba-4695-9a71-96452e835d07)) - (via (at 97.85 84.55) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp 473b087a-2cc3-4010-941a-e9503cdfb920)) - (via (at 101.85 90.65) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp 4ad4b122-59d5-4232-8523-59915ddbd9d1)) - (via (at 97.85 87.85) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp 58ed07e4-b138-4a86-827e-36284fa14c0b)) - (via (at 97.85 93.45) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp 73eb1d6b-3e2d-4317-bc4c-c77f232aa2cf)) - (via (at 121.6 87.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp 7d393522-d44b-4d20-8f0b-b7142987aa89)) - (via (at 121.6 88) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp b7bae9c8-4fed-4c69-a28c-182e2480bcdb)) - (via (at 107.4 85.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp c2e16797-bb9c-43d0-8751-7646864e22e4)) - (via (at 97.85 90.65) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp d9e49fc4-46fe-482b-8906-61af7c1472eb)) - (via (at 101.828832 87.871168) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp da502ba4-a51e-4a20-8efb-4020dc3cfdab)) - (via (at 101.85 93.45) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp e476f79c-e0c8-465e-9770-99d67609efe1)) - (via (at 107.9 85.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 108) (tstamp ec870b96-a94e-4dc6-9900-ce74b92f8bb5)) - (segment (start 107.4 85.6) (end 107.4 85.6) (width 0.45) (layer "In2.Cu") (net 108) (tstamp 00000000-0000-0000-0000-00005ea933c0)) - (segment (start 92.57 75.23) (end 93.85 76.51) (width 0.45) (layer "In2.Cu") (net 108) (tstamp 05a60061-f69f-4cf0-982b-3b600d194cef)) - (segment (start 97.85 85.05) (end 97.45 85.05) (width 0.45) (layer "In2.Cu") (net 108) (tstamp 156771b5-21dc-43d8-ba98-5c070b5e3b90)) - (segment (start 100.175099 80.275099) (end 105.5 85.6) (width 0.75) (layer "In2.Cu") (net 108) (tstamp 2ba2153f-5796-496f-8155-2ce7ede27b36)) - (segment (start 97.05 90.67) (end 97.05 93.15) (width 0.45) (layer "In2.Cu") (net 108) (tstamp 349aae3a-4c5e-4552-af38-0bc89507f49c)) - (segment (start 97.85 90.65) (end 97.07 90.65) (width 0.45) (layer "In2.Cu") (net 108) (tstamp 401fab3c-23b1-4753-9559-4f10bf6840bd)) - (segment (start 93.85 79.25) (end 93.9 79.3) (width 0.45) (layer "In2.Cu") (net 108) (tstamp 550e0f79-ef9f-4d36-adf7-81e26d574c59)) - (segment (start 97.05 87.83) (end 97.05 90.67) (width 0.45) (layer "In2.Cu") (net 108) (tstamp 553e83e2-46ab-4c23-99b1-63f20f063cd2)) - (segment (start 97.85 85.05) (end 97.85 84.55) (width 0.45) (layer "In2.Cu") (net 108) (tstamp 5d56d28a-c4af-4430-8964-9b60bd37a4ca)) - (segment (start 97.85 84.55) (end 97.45 84.95) (width 0.45) (layer "In2.Cu") (net 108) (tstamp 62ff3f34-d3e2-41a5-ae11-1b931533f98a)) - (segment (start 97.35 93.45) (end 97.85 93.45) (width 0.45) (layer "In2.Cu") (net 108) (tstamp 677f7fd6-fe65-4132-818c-44a0c91f5c31)) - (segment (start 105.5 85.6) (end 107.4 85.6) (width 0.75) (layer "In2.Cu") (net 108) (tstamp 6face538-98d0-40ae-a653-e8999ce4e018)) - (segment (start 97.45 85.05) (end 97.05 85.45) (width 0.45) (layer "In2.Cu") (net 108) (tstamp 74a79877-8958-41da-8944-562e6bba6c01)) - (segment (start 97.07 87.85) (end 97.05 87.83) (width 0.45) (layer "In2.Cu") (net 108) (tstamp 7a0dea2f-98b5-4afe-8d5d-f39ea5db6892)) - (segment (start 97.05 93.15) (end 97.35 93.45) (width 0.45) (layer "In2.Cu") (net 108) (tstamp 915afd34-85f2-4f65-b2f6-5c607c325148)) - (segment (start 94.875099 80.275099) (end 100.175099 80.275099) (width 0.75) (layer "In2.Cu") (net 108) (tstamp 9f5edf3b-5178-43d3-aa8f-02c9bfd2d660)) - (segment (start 97.05 85.45) (end 97.05 87.83) (width 0.45) (layer "In2.Cu") (net 108) (tstamp afcd91b3-4753-4f50-890c-aed354e976e6)) - (segment (start 107.8 85.6) (end 107.4 85.6) (width 0.75) (layer "In2.Cu") (net 108) (tstamp c02ea828-b111-4d1d-9474-98d811361c61)) - (segment (start 97.85 87.85) (end 97.07 87.85) (width 0.45) (layer "In2.Cu") (net 108) (tstamp c73bfff6-9c34-45cb-853c-863990f11aa7)) - (segment (start 107.9 85.6) (end 108.4 85.6) (width 0.75) (layer "In2.Cu") (net 108) (tstamp cce66d06-ed54-4eae-867a-a3f52946556d)) - (segment (start 97.07 90.65) (end 97.05 90.67) (width 0.45) (layer "In2.Cu") (net 108) (tstamp dfcff0c6-14ab-4e61-b849-baf49cfbbd13)) - (segment (start 93.9 79.3) (end 94.875099 80.275099) (width 0.75) (layer "In2.Cu") (net 108) (tstamp e65316a3-9c56-496e-85b2-f924401c4d9f)) - (segment (start 93.85 76.51) (end 93.85 79.25) (width 0.45) (layer "In2.Cu") (net 108) (tstamp eb0915de-c86a-4d8e-a0f1-84dcf28d1327)) - (segment (start 97.45 84.95) (end 97.45 85.05) (width 0.45) (layer "In2.Cu") (net 108) (tstamp f27144ea-3be0-41a7-9439-aa5788ec9192)) - (segment (start 102.7 88.85) (end 102.7 89.8) (width 0.45) (layer "B.Cu") (net 108) (tstamp 00000000-0000-0000-0000-00005c58a101)) - (segment (start 102.7 87.8) (end 102.7 88.85) (width 0.45) (layer "B.Cu") (net 108) (tstamp 00000000-0000-0000-0000-00005c58a104)) - (segment (start 102.7 88.85) (end 102.7 90.2) (width 0.45) (layer "B.Cu") (net 108) (tstamp 00000000-0000-0000-0000-00005c58a140)) - (segment (start 97.85 90.65) (end 97.665 90.465) (width 0.25) (layer "B.Cu") (net 108) (tstamp 004d701c-7e69-4a10-9c95-7de04fa2be20)) - (segment (start 100.765 84.865) (end 100.324388 84.424388) (width 0.25) (layer "B.Cu") (net 108) (tstamp 025b67ec-fe6a-4ee1-9f43-89b9b5fad3d7)) - (segment (start 97.05 93.265) (end 97.665 93.265) (width 0.25) (layer "B.Cu") (net 108) (tstamp 04dfc243-0f51-4603-bf53-e1e3c0de09b3)) - (segment (start 102.1 84) (end 102.7 84.6) (width 0.45) (layer "B.Cu") (net 108) (tstamp 225fc398-2971-432f-ba6d-b4d5757d1c6e)) - (segment (start 108.45 85.6) (end 107.8 85.6) (width 0.75) (layer "B.Cu") (net 108) (tstamp 227f15c7-95b9-498e-a2ac-436548e5f17f)) - (segment (start 100.324388 84.424388) (end 100.13426 84.424388) (width 0.25) (layer "B.Cu") (net 108) (tstamp 3258ef2e-7dfd-4b7b-a84c-a8f03af613a6)) - (segment (start 117.475105 88.224895) (end 117.475105 86.675105) (width 0.15) (layer "B.Cu") (net 108) (tstamp 4c5d541c-ce39-4174-91d3-196fb89df6ca)) - (segment (start 99.7 82.35) (end 99.7 84) (width 0.45) (layer "B.Cu") (net 108) (tstamp 53c3dfa0-4629-47d5-b909-4a3f4eb869c5)) - (segment (start 117 88.7) (end 117.475105 88.224895) (width 0.15) (layer "B.Cu") (net 108) (tstamp 53f0b1d5-7cba-43d7-9d8a-c6182e695929)) - (segment (start 101.05 87.665) (end 101.622664 87.665) (width 0.25) (layer "B.Cu") (net 108) (tstamp 59e90f16-96b8-49bc-86de-566bbe3dd75d)) - (segment (start 100.1 84) (end 102.1 84) (width 0.45) (layer "B.Cu") (net 108) (tstamp 607bd1dc-3a6b-4b00-8871-0e4f8cbd31b4)) - (segment (start 102.7 85.6) (end 102.7 87.8) (width 0.45) (layer "B.Cu") (net 108) (tstamp 6383d51c-2a4a-451b-80f6-d8ddd181fcca)) - (segment (start 102.628832 87.871168) (end 101.828832 87.871168) (width 0.45) (layer "B.Cu") (net 108) (tstamp 6915e2da-1017-43ad-9e3e-de99af10b4da)) - (segment (start 102.7 92.6) (end 102.7 90.2) (width 0.45) (layer "B.Cu") (net 108) (tstamp 6e377ae5-9877-4223-a4f6-977c4c2655d4)) - (segment (start 101.85 93.45) (end 102.7 92.6) (width 0.45) (layer "B.Cu") (net 108) (tstamp 73123040-7d91-4ece-b049-ee26e19f852f)) - (segment (start 107.8 85.6) (end 102.7 85.6) (width 0.45) (layer "B.Cu") (net 108) (tstamp 77882400-606a-4159-9b6d-7be7ce590e63)) - (segment (start 97.665 87.665) (end 97.85 87.85) (width 0.25) (layer "B.Cu") (net 108) (tstamp 787fdc1e-7e28-46d4-9188-bbfe7882ee50)) - (segment (start 116.4 85.6) (end 117.475105 86.675105) (width 0.75) (layer "B.Cu") (net 108) (tstamp 7ee5ea0c-defb-4d0b-bcbd-00ad41ed6f6f)) - (segment (start 120.512605 86.675105) (end 120.65 86.8125) (width 0.75) (layer "B.Cu") (net 108) (tstamp 82b4e16b-220e-4644-bf1c-0c096f491472)) - (segment (start 100.1 84) (end 100.1 84.390128) (width 0.45) (layer "B.Cu") (net 108) (tstamp 85705930-0850-44b9-bc2d-76e756994d34)) - (segment (start 97.85 85.05) (end 98.9 84) (width 0.45) (layer "B.Cu") (net 108) (tstamp 8727dfe0-a564-4062-a385-c46672a2b168)) - (segment (start 97.05 84.865) (end 97.665 84.865) (width 0.25) (layer "B.Cu") (net 108) (tstamp 8bf24a80-dffc-49df-8d9b-da527be5fdc9)) - (segment (start 102.7 84.6) (end 102.7 85.6) (width 0.45) (layer "B.Cu") (net 108) (tstamp 8edc60cf-d5df-4697-953b-31cc055aba5f)) - (segment (start 101.05 84.865) (end 100.765 84.865) (width 0.25) (layer "B.Cu") (net 108) (tstamp 9dbd9e26-9782-45c4-9403-4d72b07f29de)) - (segment (start 97.665 84.865) (end 97.85 85.05) (width 0.25) (layer "B.Cu") (net 108) (tstamp 9eac701a-d699-4247-93a2-af5e41c3ae6e)) - (segment (start 101.665 93.265) (end 101.85 93.45) (width 0.25) (layer "B.Cu") (net 108) (tstamp a86ce70c-0b0b-4e00-81fd-fa720b16c5ec)) - (segment (start 97.05 87.665) (end 97.665 87.665) (width 0.25) (layer "B.Cu") (net 108) (tstamp abcba4f1-6f59-48a1-8ae5-91c9b3b973a4)) - (segment (start 101.622664 87.665) (end 101.828832 87.871168) (width 0.25) (layer "B.Cu") (net 108) (tstamp aea380b3-0b16-4ad3-8281-37f0d2673e39)) - (segment (start 117.475105 86.675105) (end 120.512605 86.675105) (width 0.75) (layer "B.Cu") (net 108) (tstamp b1bdb303-cb9b-4bc2-a172-da9546d29135)) - (segment (start 122.8 85.585) (end 122.8 86.5625) (width 0.15) (layer "B.Cu") (net 108) (tstamp b96b731a-92c2-4e6b-a452-39f1d33f53c2)) - (segment (start 97.665 93.265) (end 97.85 93.45) (width 0.25) (layer "B.Cu") (net 108) (tstamp c07aea70-6106-44bf-96ff-8e775e4243b1)) - (segment (start 97.85 85.05) (end 97.85 84.55) (width 0.45) (layer "B.Cu") (net 108) (tstamp c2a16d20-3dbd-442b-870b-24ac58660317)) - (segment (start 108.4 85.6) (end 116.4 85.6) (width 0.75) (layer "B.Cu") (net 108) (tstamp c517de34-4f09-44c4-870e-606e92563fb1)) - (segment (start 122.8 86.5625) (end 122.55 86.8125) (width 0.15) (layer "B.Cu") (net 108) (tstamp ca677453-09f3-4d39-9e39-a44be56569d9)) - (segment (start 107.4 85.6) (end 107.8 85.6) (width 0.75) (layer "B.Cu") (net 108) (tstamp d7d62d74-e40d-48f8-9eac-491ee6420441)) - (segment (start 98.9 84) (end 99.7 84) (width 0.45) (layer "B.Cu") (net 108) (tstamp dafa8fd1-c18d-4c85-9433-2b8c8008bb67)) - (segment (start 100.1 84.390128) (end 100.13426 84.424388) (width 0.45) (layer "B.Cu") (net 108) (tstamp db1fd106-5c41-422b-b451-e2c7dd2c942d)) - (segment (start 101.05 90.465) (end 101.665 90.465) (width 0.25) (layer "B.Cu") (net 108) (tstamp db41e836-6945-404a-8e36-2d5f7579c882)) - (segment (start 107.9 85.6) (end 108.45 85.6) (width 0.75) (layer "B.Cu") (net 108) (tstamp de097fb4-477c-417d-bbd4-baadec4de0d9)) - (segment (start 101.665 90.465) (end 101.85 90.65) (width 0.25) (layer "B.Cu") (net 108) (tstamp eb6fd056-8f4f-49ff-8c38-0d5402a7e363)) - (segment (start 99.7 84) (end 100.1 84) (width 0.45) (layer "B.Cu") (net 108) (tstamp ed4be033-e859-4855-b148-62dd9430802f)) - (segment (start 97.665 90.465) (end 97.05 90.465) (width 0.25) (layer "B.Cu") (net 108) (tstamp eda12c9f-b24f-4458-a3cc-61f318dc57fe)) - (segment (start 101.05 93.265) (end 101.665 93.265) (width 0.25) (layer "B.Cu") (net 108) (tstamp f3fc3ce5-4efa-4006-8983-46e918c0de75)) - (segment (start 101.85 90.65) (end 102.7 90.65) (width 0.45) (layer "B.Cu") (net 108) (tstamp f7f4a858-5dd0-45b8-96db-a2ada69019ef)) - (segment (start 59.7 104) (end 59.485 104) (width 0.15) (layer "F.Cu") (net 109) (tstamp 28717230-cde2-4374-9345-a50192a67a85)) - (segment (start 59.485 104) (end 59 103.515) (width 0.15) (layer "F.Cu") (net 109) (tstamp f054547f-18bb-49fc-9aff-91e047769f87)) - (segment (start 82.9 97.1) (end 83.3 97.5) (width 0.15) (layer "F.Cu") (net 109) (tstamp f80c9353-1371-4ac2-a3fe-3c48b88b02f5)) - (via (at 83.3 97.5) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 109) (tstamp 6fecb7b3-ef3d-4da6-9d91-57f091c44310)) - (via (at 59.7 104) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 109) (tstamp fcd784d4-f3bc-4084-8a2a-7b74ccc9478b)) - (segment (start 59.900179 103.799821) (end 79.313972 103.799821) (width 0.15) (layer "B.Cu") (net 109) (tstamp 18dcb17a-d81c-4b8b-8db2-863005a99fab)) - (segment (start 59.7 104) (end 59.900179 103.799821) (width 0.15) (layer "B.Cu") (net 109) (tstamp 2a1e126f-a9a5-414b-9647-9870ac9981f9)) - (segment (start 79.313972 103.799821) (end 83.3 99.813793) (width 0.15) (layer "B.Cu") (net 109) (tstamp b6456347-a8b0-4beb-be5d-c94cb7d030d6)) - (segment (start 83.3 99.813793) (end 83.3 97.5) (width 0.15) (layer "B.Cu") (net 109) (tstamp cbfed367-b5ba-46b2-9266-1ffd7189ad3b)) - (segment (start 115.43 113.23) (end 115.43 113.07) (width 0.15) (layer "F.Cu") (net 110) (tstamp 26a15f37-7ac7-4448-bfb4-f78a37fce015)) - (segment (start 117.5 111.21) (end 117.5 109.6) (width 0.15) (layer "F.Cu") (net 110) (tstamp 5bd841b6-a43c-46d8-90c7-db7ac89fc03c)) - (segment (start 115.43 113.28) (end 117.5 111.21) (width 0.15) (layer "F.Cu") (net 110) (tstamp 86fb7087-6ba8-4b85-b696-07c14f0a9fb5)) - (segment (start 117.5 109.6) (end 117.5 106) (width 0.15) (layer "F.Cu") (net 110) (tstamp d9eab248-d285-42c2-aad1-421e7ad0932f)) - (via (at 117.5 109.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 110) (tstamp cd7002a5-dbf1-4947-bf07-b7ae28be3b4a)) - (segment (start 125.4 109.6) (end 117.5 109.6) (width 0.15) (layer "B.Cu") (net 110) (tstamp 29362189-417c-4468-9232-108cda3b71ea)) - (segment (start 126.3 106.115) (end 127 105.415) (width 0.15) (layer "B.Cu") (net 110) (tstamp 303645b5-0595-4359-bc0c-fa2e355b9b37)) - (segment (start 126.3 108.7) (end 125.4 109.6) (width 0.15) (layer "B.Cu") (net 110) (tstamp 8c739bd2-de70-4300-9968-1db1f7710ee7)) - (segment (start 126.3 108.7) (end 126.3 106.115) (width 0.15) (layer "B.Cu") (net 110) (tstamp d4ab4d52-91a2-4bd6-b99c-6a29304c4a20)) - (segment (start 84.5 97.1) (end 84.9 97.5) (width 0.15) (layer "F.Cu") (net 111) (tstamp 4057ebbd-1f13-4712-be52-149107078d8a)) - (segment (start 59.485 110) (end 59 109.515) (width 0.15) (layer "F.Cu") (net 111) (tstamp 9bb00585-5f66-486f-af08-33b57e222015)) - (segment (start 59.7 110) (end 59.485 110) (width 0.15) (layer "F.Cu") (net 111) (tstamp c9abd8e7-9bac-4f32-b61e-7ee03ea544b5)) - (via (at 84.9 97.5) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 111) (tstamp 02879dbe-eeb5-4a9a-a50e-ab49eebaa379)) - (via (at 59.7 110) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 111) (tstamp 941e76d6-9fd4-4142-8d7c-0459047fe9ad)) - (via (at 87.499986 100.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 111) (tstamp f73e1218-235c-459b-ba0f-fb94c818f020)) - (segment (start 86.6 100.7) (end 87.299986 100.7) (width 0.15) (layer "In2.Cu") (net 111) (tstamp 0821495a-eabb-4e98-9f5d-a59cd0bdb233)) - (segment (start 84.352588 97.999528) (end 84.352588 98.452588) (width 0.15) (layer "In2.Cu") (net 111) (tstamp 0e5b0074-540c-4a44-9a74-437e915bfe17)) - (segment (start 84.352588 98.452588) (end 86.6 100.7) (width 0.15) (layer "In2.Cu") (net 111) (tstamp 1b66f574-96c0-4e05-9e34-7d4bc613a80b)) - (segment (start 87.299986 100.7) (end 87.499986 100.9) (width 0.15) (layer "In2.Cu") (net 111) (tstamp 4f66cf15-7f3b-4b56-a1e8-64c6c9dcdf1a)) - (segment (start 84.9 97.5) (end 84.852116 97.5) (width 0.15) (layer "In2.Cu") (net 111) (tstamp a88ab135-8e60-4e00-8b42-69ad4dc1bc3a)) - (segment (start 84.852116 97.5) (end 84.352588 97.999528) (width 0.15) (layer "In2.Cu") (net 111) (tstamp d66427b6-f782-4949-a4b8-5d050dca1a28)) - (segment (start 83.724138 100.7) (end 87.299986 100.7) (width 0.15) (layer "B.Cu") (net 111) (tstamp 38c0a790-c5fa-4388-a86a-80b1711f9932)) - (segment (start 87.299986 100.7) (end 87.499986 100.9) (width 0.15) (layer "B.Cu") (net 111) (tstamp 47365df8-1aaa-451c-a591-086776031635)) - (segment (start 59.7 108.8) (end 63.800448 104.699552) (width 0.15) (layer "B.Cu") (net 111) (tstamp a72c3f86-13e9-4f1e-b7c0-a682d6d5ed14)) - (segment (start 79.724586 104.699552) (end 83.724138 100.7) (width 0.15) (layer "B.Cu") (net 111) (tstamp abf7705a-0a79-44fa-8fe5-162ff4415fcf)) - (segment (start 63.800448 104.699552) (end 79.724586 104.699552) (width 0.15) (layer "B.Cu") (net 111) (tstamp cdab9592-9fc5-4cb1-a573-b6e4c01917d9)) - (segment (start 59.7 110) (end 59.7 108.8) (width 0.15) (layer "B.Cu") (net 111) (tstamp da74f95f-1d78-40c1-9f65-cff7fb20eeaa)) - (segment (start 59.7 108) (end 59.485 108) (width 0.15) (layer "F.Cu") (net 112) (tstamp 2a47e126-8855-40dd-9e4e-56cb5c33cec1)) - (segment (start 85.3 97.9) (end 85.7 98.3) (width 0.15) (layer "F.Cu") (net 112) (tstamp 79467a30-f83f-4a69-bc32-033df608d42c)) - (segment (start 59.485 108) (end 59 107.515) (width 0.15) (layer "F.Cu") (net 112) (tstamp fe294f12-b7ae-46d2-886f-9cdff5563bdf)) - (via (at 59.7 108) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 112) (tstamp 014fd689-fe01-4a73-ac80-3c226a12a5bc)) - (via (at 85.7 98.3) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 112) (tstamp 89658244-8e23-45d4-89fa-a2eb92c896cb)) - (segment (start 59.7 106.9) (end 62.200359 104.399641) (width 0.15) (layer "B.Cu") (net 112) (tstamp 031a6158-41bb-434c-9952-f633292a0643)) - (segment (start 62.200359 104.399641) (end 79.600359 104.399641) (width 0.15) (layer "B.Cu") (net 112) (tstamp 2ce4fb29-0ccb-4d7f-a490-6e4518b7173f)) - (segment (start 59.7 108) (end 59.7 106.9) (width 0.15) (layer "B.Cu") (net 112) (tstamp 8b764051-f191-46fd-bc3d-0b22f8af5e5b)) - (segment (start 79.600359 104.399641) (end 85.7 98.3) (width 0.15) (layer "B.Cu") (net 112) (tstamp b5c4303a-4bc2-4089-a1eb-ab41ec53cfbe)) - (segment (start 59.485 106) (end 59 105.515) (width 0.15) (layer "F.Cu") (net 113) (tstamp 80e302b7-97a6-4d5e-8db8-a2ecb63bf436)) - (segment (start 59.7 106) (end 59.485 106) (width 0.15) (layer "F.Cu") (net 113) (tstamp f3d70c8e-f430-4b64-af12-2fd415c5bbfb)) - (segment (start 84.5 97.9) (end 84.9 98.3) (width 0.15) (layer "F.Cu") (net 113) (tstamp fdb3150f-7b5c-4b67-b101-e0eba3c66191)) - (via (at 59.7 106) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 113) (tstamp 1c0d02da-5b5c-42ee-b683-56c0e59ebf5f)) - (via (at 84.9 98.3) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 113) (tstamp 9f1245f2-9177-4975-bfa0-f75992444b8a)) - (segment (start 84.9 98.65) (end 79.450269 104.099731) (width 0.15) (layer "B.Cu") (net 113) (tstamp 18af1d88-91db-4163-9359-d7124e411ab6)) - (segment (start 61.600269 104.099731) (end 79.450269 104.099731) (width 0.15) (layer "B.Cu") (net 113) (tstamp 2e1fa008-357a-4aac-8cf5-970493fa664d)) - (segment (start 59.7 106) (end 61.600269 104.099731) (width 0.15) (layer "B.Cu") (net 113) (tstamp d768292d-7ad8-48cb-973b-82d3c96ed0e4)) - (segment (start 84.9 98.3) (end 84.9 98.65) (width 0.15) (layer "B.Cu") (net 113) (tstamp f6a0f3c6-29f4-4236-9faf-ca3f64f72dcc)) - (segment (start 86.9 91.5) (end 86.9 90.982211) (width 0.15) (layer "F.Cu") (net 114) (tstamp 00000000-0000-0000-0000-00005c252b8c)) - (segment (start 86.9 90.982211) (end 86.903894 90.978317) (width 0.15) (layer "F.Cu") (net 114) (tstamp 00000000-0000-0000-0000-00005c252b8d)) - (segment (start 90.694296 85.208547) (end 90.72438 85.178463) (width 0.19) (layer "F.Cu") (net 114) (tstamp 00c55c1c-0cba-4f17-bcf3-9b5b05423d3b)) - (segment (start 87.444998 89.544793) (end 87.430049 89.479299) (width 0.19) (layer "F.Cu") (net 114) (tstamp 01960b21-575a-4d3d-b069-91e54760a01e)) - (segment (start 90.747017 85.142437) (end 90.761069 85.102278) (width 0.19) (layer "F.Cu") (net 114) (tstamp 071b894b-1c6b-479b-a0ea-39e03282b25c)) - (segment (start 89.4666 81.960018) (end 88.906582 81.4) (width 0.19) (layer "F.Cu") (net 114) (tstamp 0857a56e-8d39-4447-ac0e-f99300a1e4be)) - (segment (start 90.72438 84.941536) (end 90.694296 84.911452) (width 0.19) (layer "F.Cu") (net 114) (tstamp 08bbe74e-336e-46fb-bf46-95e809a2c1f8)) - (segment (start 88.276315 82.558019) (end 88.355387 82.478947) (width 0.19) (layer "F.Cu") (net 114) (tstamp 08ccf264-3383-4f3c-893a-acd643e7c727)) - (segment (start 90.761069 85.017721) (end 90.747017 84.977562) (width 0.19) (layer "F.Cu") (net 114) (tstamp 08ce8577-efd1-4e27-befb-b8dbf3ece86e)) - (segment (start 89.4666 87.36606) (end 89.4666 85.749374) (width 0.19) (layer "F.Cu") (net 114) (tstamp 0bf800eb-f2d5-423e-8b19-520ef2f4a155)) - (segment (start 88.666742 83.81) (end 90.575832 83.81) (width 0.19) (layer "F.Cu") (net 114) (tstamp 132ee6cc-d1c6-4353-8285-1a73e85e62b9)) - (segment (start 88.505982 89.375) (end 89.4666 88.414382) (width 0.19) (layer "F.Cu") (net 114) (tstamp 143f1439-c2ea-4633-a520-a38dc84d6de4)) - (segment (start 88.13424 89.416885) (end 88.194766 89.446032) (width 0.19) (layer "F.Cu") (net 114) (tstamp 14402da7-aa14-4f51-9c77-4cb07e5abca1)) - (segment (start 87.827247 89.162545) (end 87.887773 89.191693) (width 0.19) (layer "F.Cu") (net 114) (tstamp 14536782-593c-4ad4-8783-d6ffcfe98424)) - (segment (start 90.575832 83.43) (end 88.666742 83.43) (width 0.19) (layer "F.Cu") (net 114) (tstamp 17d5d2a7-780a-42d7-9688-e565c287f347)) - (segment (start 86.9 90.982211) (end 86.9 90.980982) (width 0.19) (layer "F.Cu") (net 114) (tstamp 18d8abaa-19c1-45ff-b0a6-4a9fbd8b1327)) - (segment (start 89.4666 85.749374) (end 89.479121 85.638253) (width 0.19) (layer "F.Cu") (net 114) (tstamp 19b165b4-f5fb-47f0-a984-7b7ffb370056)) - (segment (start 89.318878 82.365236) (end 89.359037 82.351184) (width 0.19) (layer "F.Cu") (net 114) (tstamp 1b128abf-9d8d-4499-9283-f29f38c8c0b1)) - (segment (start 90.618111 84.874763) (end 90.575832 84.87) (width 0.19) (layer "F.Cu") (net 114) (tstamp 1eae0866-fb43-460e-ba70-4206816f3ae0)) - (segment (start 90.65827 85.231184) (end 90.694296 85.208547) (width 0.19) (layer "F.Cu") (net 114) (tstamp 21baf089-0668-4767-b44b-1272d0a61348)) - (segment (start 89.339699 87.568022) (end 89.382202 87.541316) (width 0.19) (layer "F.Cu") (net 114) (tstamp 227730e1-4daf-4051-8b85-ab4727bd16bc)) - (segment (start 88.906582 81.4) (end 84.740982 81.4) (width 0.19) (layer "F.Cu") (net 114) (tstamp 24a64e54-c891-4470-ae0c-1b45a3de5893)) - (segment (start 89.018278 87.814382) (end 89.023899 87.764501) (width 0.19) (layer "F.Cu") (net 114) (tstamp 2520ef0f-2c3f-4f87-8160-b56bbdf830a2)) - (segment (start 88.392933 89.446032) (end 88.453459 89.416885) (width 0.19) (layer "F.Cu") (net 114) (tstamp 25c3edd1-654a-424f-b192-1d4ebd3105bd)) - (segment (start 89.447784 82.262437) (end 89.461836 82.222278) (width 0.19) (layer "F.Cu") (net 114) (tstamp 26144704-4429-42b6-bdf2-578a883a62f7)) - (segment (start 89.479121 85.638253) (end 89.516054 85.532704) (width 0.19) (layer "F.Cu") (net 114) (tstamp 269a7af4-73b7-4598-900c-69837bb9cd7e)) - (segment (start 88.276315 83.998019) (end 88.355387 83.918947) (width 0.19) (layer "F.Cu") (net 114) (tstamp 27e0d9b0-39ad-45f9-85a5-c876ae8c22ab)) - (segment (start 88.081717 89.375) (end 88.13424 89.416885) (width 0.19) (layer "F.Cu") (net 114) (tstamp 2851291f-bb9a-48a3-864b-324f9bb82d65)) - (segment (start 89.040477 87.717122) (end 89.067183 87.674619) (width 0.19) (layer "F.Cu") (net 114) (tstamp 28f6e37d-1a92-457e-a624-01fe097c3518)) - (segment (start 90.765832 83.62) (end 90.761069 83.577721) (width 0.19) (layer "F.Cu") (net 114) (tstamp 2a0ad4ab-7ad6-4aa1-bfa4-41d615e61747)) - (segment (start 87.887773 89.191693) (end 87.940295 89.233578) (width 0.19) (layer "F.Cu") (net 114) (tstamp 2bcf2398-81f3-4114-ae64-1b97f6217a90)) - (segment (start 88.666742 84.87) (end 88.555621 84.857479) (width 0.19) (layer "F.Cu") (net 114) (tstamp 2d09bdfd-a6c5-427d-8a7f-fcce2026b09a)) - (segment (start 88.355387 84.761052) (end 88.276315 84.68198) (width 0.19) (layer "F.Cu") (net 114) (tstamp 31bf73f8-5ead-4618-bd11-6325766f2985)) - (segment (start 89.067183 88.105822) (end 89.040477 88.063319) (width 0.19) (layer "F.Cu") (net 114) (tstamp 353ae3e9-aaa3-42cb-9754-fa9a32ea32df)) - (segment (start 89.29232 88.195841) (end 89.192559 88.1846) (width 0.19) (layer "F.Cu") (net 114) (tstamp 3b411859-c475-4152-8f3c-e97504e9815d)) - (segment (start 89.023899 88.01594) (end 89.018278 87.96606) (width 0.19) (layer "F.Cu") (net 114) (tstamp 3c048d02-8b0a-4f38-b4ad-44dab638b480)) - (segment (start 89.067183 87.674619) (end 89.102677 87.639125) (width 0.19) (layer "F.Cu") (net 114) (tstamp 3d6103bb-2562-4c86-863e-06bf4ba2cb86)) - (segment (start 90.747017 83.702437) (end 90.761069 83.662278) (width 0.19) (layer "F.Cu") (net 114) (tstamp 40be7de3-7f10-4f5b-b785-369347b10ff3)) - (segment (start 88.453459 89.416885) (end 88.505982 89.375) (width 0.19) (layer "F.Cu") (net 114) (tstamp 42d37021-b389-4783-805d-b83ed1a0f3ee)) - (segment (start 88.167368 84.309374) (end 88.179888 84.198253) (width 0.19) (layer "F.Cu") (net 114) (tstamp 4730213f-fecd-4d57-8774-30198ac3be94)) - (segment (start 89.575548 85.438019) (end 89.65462 85.358947) (width 0.19) (layer "F.Cu") (net 114) (tstamp 479097ab-e3d0-447b-aae4-7b0052552ef6)) - (segment (start 87.568553 89.191693) (end 87.629079 89.162545) (width 0.19) (layer "F.Cu") (net 114) (tstamp 47f8feda-cdab-4cb7-833a-5d8c6b1e99a5)) - (segment (start 90.618111 83.434763) (end 90.575832 83.43) (width 0.19) (layer "F.Cu") (net 114) (tstamp 4840e595-7cf2-44ea-9466-cfcfe23584ce)) - (segment (start 90.65827 83.791184) (end 90.694296 83.768547) (width 0.19) (layer "F.Cu") (net 114) (tstamp 48669775-70cc-40a5-94a1-98dd1f45b670)) - (segment (start 90.575832 83.81) (end 90.618111 83.805236) (width 0.19) (layer "F.Cu") (net 114) (tstamp 496e64ba-6e02-48ce-95c3-8caba5f906c5)) - (segment (start 88.355387 83.918947) (end 88.450072 83.859453) (width 0.19) (layer "F.Cu") (net 114) (tstamp 4a771e9b-0ca6-409f-947f-c204980139c5)) - (segment (start 88.179888 84.198253) (end 88.216821 84.092704) (width 0.19) (layer "F.Cu") (net 114) (tstamp 4d207e29-6ebf-499f-918c-af95670aa95f)) - (segment (start 89.339699 88.212419) (end 89.29232 88.195841) (width 0.19) (layer "F.Cu") (net 114) (tstamp 4e0bef99-39db-445c-a84c-f54440c5149f)) - (segment (start 88.216821 83.147295) (end 88.179888 83.041746) (width 0.19) (layer "F.Cu") (net 114) (tstamp 55785d1b-646a-4d97-9117-bf24339cded2)) - (segment (start 90.72438 83.738463) (end 90.747017 83.702437) (width 0.19) (layer "F.Cu") (net 114) (tstamp 566a47da-d256-44dd-a419-fb386f5cd0a9)) - (segment (start 89.382202 87.541316) (end 89.417696 87.505822) (width 0.19) (layer "F.Cu") (net 114) (tstamp 56f05713-7180-4e4d-8974-115667201784)) - (segment (start 90.65827 83.448815) (end 90.618111 83.434763) (width 0.19) (layer "F.Cu") (net 114) (tstamp 590cfe68-8dbc-4487-94bc-72db5cc3618a)) - (segment (start 87.430049 89.41212) (end 87.444998 89.346626) (width 0.19) (layer "F.Cu") (net 114) (tstamp 5a7a8c16-813c-4d39-bb38-4fe8173d3667)) - (segment (start 88.450072 82.419453) (end 88.555621 82.38252) (width 0.19) (layer "F.Cu") (net 114) (tstamp 5b3d0377-820c-4868-8ab2-62f2ccecf4af)) - (segment (start 83.76 79.745) (end 83.295 79.28) (width 0.19) (layer "F.Cu") (net 114) (tstamp 5b57745b-2437-4ee1-96eb-24fdd2bf735e)) - (segment (start 90.694296 83.471452) (end 90.65827 83.448815) (width 0.19) (layer "F.Cu") (net 114) (tstamp 5e777f30-d70b-4ace-a0d7-2b0a061ed0c7)) - (segment (start 89.192559 88.1846) (end 89.14518 88.168022) (width 0.19) (layer "F.Cu") (net 114) (tstamp 5ff2baa3-7c8e-4eca-beb9-d74306e1eb40)) - (segment (start 88.167368 82.930625) (end 88.167368 82.869374) (width 0.19) (layer "F.Cu") (net 114) (tstamp 62629afb-fadb-4e6d-9fb2-f0d0a992c06d)) - (segment (start 90.761069 83.662278) (end 90.765832 83.62) (width 0.19) (layer "F.Cu") (net 114) (tstamp 635b68a2-f1b0-4934-ad88-3936c4efc5ed)) - (segment (start 84.740982 81.4) (end 83.76 80.419018) (width 0.19) (layer "F.Cu") (net 114) (tstamp 66303165-a70b-491c-b70b-4e0fb6bafe71)) - (segment (start 88.555621 83.82252) (end 88.666742 83.81) (width 0.19) (layer "F.Cu") (net 114) (tstamp 68186617-d0a0-4c59-9cb4-fb6168cf2c27)) - (segment (start 87.940295 89.233578) (end 88.081717 89.375) (width 0.19) (layer "F.Cu") (net 114) (tstamp 69b7a55d-fcf7-4c88-a8e8-8aff20186c63)) - (segment (start 90.694296 83.768547) (end 90.72438 83.738463) (width 0.19) (layer "F.Cu") (net 114) (tstamp 6a5a6f55-7b94-4f23-a936-000d67306e5a)) - (segment (start 88.327439 89.460981) (end 88.392933 89.446032) (width 0.19) (layer "F.Cu") (net 114) (tstamp 6d0c9227-9fa4-4fdd-a7a1-f5cf102ac4cd)) - (segment (start 88.555621 84.857479) (end 88.450072 84.820546) (width 0.19) (layer "F.Cu") (net 114) (tstamp 6d386c72-fb86-4a9d-951f-d7ac92fee46c)) - (segment (start 88.216821 82.652704) (end 88.276315 82.558019) (width 0.19) (layer "F.Cu") (net 114) (tstamp 6d960629-d6b8-430c-be2d-b13bed3caaa6)) - (segment (start 87.474145 89.605319) (end 87.444998 89.544793) (width 0.19) (layer "F.Cu") (net 114) (tstamp 7039daa0-8fbe-4fdd-8fe6-857ecf015e49)) - (segment (start 88.450072 84.820546) (end 88.355387 84.761052) (width 0.19) (layer "F.Cu") (net 114) (tstamp 7123082d-6905-4d3a-bb4e-8ec6161fa741)) - (segment (start 89.102677 87.639125) (end 89.14518 87.612419) (width 0.19) (layer "F.Cu") (net 114) (tstamp 71cb4ea9-de6b-4c21-bb56-b5a0aa88bb5e)) - (segment (start 89.395063 82.328547) (end 89.425147 82.298463) (width 0.19) (layer "F.Cu") (net 114) (tstamp 760ccadd-9b2c-47c9-801e-d310d960488c)) - (segment (start 89.65462 85.358947) (end 89.749305 85.299453) (width 0.19) (layer "F.Cu") (net 114) (tstamp 7842327e-24cc-4966-bbc6-008891e58a64)) - (segment (start 89.102677 88.141316) (end 89.067183 88.105822) (width 0.19) (layer "F.Cu") (net 114) (tstamp 7956388e-953c-44cd-9818-020b2e5e3f13)) - (segment (start 90.575832 85.25) (end 90.618111 85.245236) (width 0.19) (layer "F.Cu") (net 114) (tstamp 79b07a77-61f2-4588-8ca1-cd9d93652d3b)) - (segment (start 88.26026 89.460981) (end 88.327439 89.460981) (width 0.19) (layer "F.Cu") (net 114) (tstamp 79ebc4fd-f3ee-41c6-a71e-44d05ed56953)) - (segment (start 89.46098 87.41594) (end 89.4666 87.36606) (width 0.19) (layer "F.Cu") (net 114) (tstamp 7d830e22-5b15-4106-abc9-fcdc42c188aa)) - (segment (start 87.761752 89.147597) (end 87.827247 89.162545) (width 0.19) (layer "F.Cu") (net 114) (tstamp 7e5da8d0-bec9-4daa-a9a1-871fdaa0d15e)) - (segment (start 90.72438 85.178463) (end 90.747017 85.142437) (width 0.19) (layer "F.Cu") (net 114) (tstamp 7f1071c0-9149-45d0-a92a-30725c431ec1)) - (segment (start 83.295 79.28) (end 83.295 78.45) (width 0.19) (layer "F.Cu") (net 114) (tstamp 80698eae-e9ee-43a8-9e77-ecf7cf0bb6a6)) - (segment (start 89.023899 87.764501) (end 89.040477 87.717122) (width 0.19) (layer "F.Cu") (net 114) (tstamp 82ac7f36-0833-480e-b907-9745ca7ca4f9)) - (segment (start 88.666742 82.37) (end 89.2766 82.37) (width 0.19) (layer "F.Cu") (net 114) (tstamp 87dc1565-4e60-4710-a87c-80f20d4d883c)) - (segment (start 87.629079 89.162545) (end 87.694574 89.147597) (width 0.19) (layer "F.Cu") (net 114) (tstamp 87fb9274-ce0a-43ed-9548-d862df88c4ff)) - (segment (start 88.179888 82.758253) (end 88.216821 82.652704) (width 0.19) (layer "F.Cu") (net 114) (tstamp 8b353f3b-d551-4621-9d55-57916af604b2)) - (segment (start 88.450072 83.859453) (end 88.555621 83.82252) (width 0.19) (layer "F.Cu") (net 114) (tstamp 8e42a765-7221-4fea-a4e3-8a63da4d86b7)) - (segment (start 87.694574 89.147597) (end 87.761752 89.147597) (width 0.19) (layer "F.Cu") (net 114) (tstamp 8e4d82fa-aa95-4d41-98ce-c8c301af382f)) - (segment (start 89.018278 87.96606) (end 89.018278 87.814382) (width 0.19) (layer "F.Cu") (net 114) (tstamp 8ef8a52a-51fc-49db-ba7f-3096a3625242)) - (segment (start 87.430049 89.479299) (end 87.430049 89.41212) (width 0.19) (layer "F.Cu") (net 114) (tstamp 93450976-0cb7-4814-822b-881aa49d80ad)) - (segment (start 87.657453 90.223528) (end 87.699337 90.171005) (width 0.19) (layer "F.Cu") (net 114) (tstamp 98252151-a21b-4d30-b04b-b4f5249ef21a)) - (segment (start 90.575832 84.87) (end 88.666742 84.87) (width 0.19) (layer "F.Cu") (net 114) (tstamp 99df0b0d-a0d1-476e-8bf4-25488b46a13d)) - (segment (start 87.516031 89.233578) (end 87.568553 89.191693) (width 0.19) (layer "F.Cu") (net 114) (tstamp 9b43fb95-e64f-4883-81b7-f74720872524)) - (segment (start 89.040477 88.063319) (end 89.023899 88.01594) (width 0.19) (layer "F.Cu") (net 114) (tstamp 9c6c5675-d78d-4a6d-b00f-22547ffb1790)) - (segment (start 86.9 90.980982) (end 87.657453 90.223528) (width 0.19) (layer "F.Cu") (net 114) (tstamp 9cb35d60-e2a6-4cef-b26f-35c25d9959a4)) - (segment (start 87.699337 90.171005) (end 87.728485 90.110479) (width 0.19) (layer "F.Cu") (net 114) (tstamp 9f7cc47c-56e9-4e63-9c9a-0b58cfd14c7f)) - (segment (start 89.516054 85.532704) (end 89.575548 85.438019) (width 0.19) (layer "F.Cu") (net 114) (tstamp a00f68bb-ee61-4ac7-8c3a-3ba7c93ca3dc)) - (segment (start 89.29232 87.5846) (end 89.339699 87.568022) (width 0.19) (layer "F.Cu") (net 114) (tstamp a072b0ff-1f7a-45c3-af75-d1bbb7cec40b)) - (segment (start 89.425147 82.298463) (end 89.447784 82.262437) (width 0.19) (layer "F.Cu") (net 114) (tstamp a0c512a3-ea9c-4a19-8532-65b6471b3634)) - (segment (start 87.444998 89.346626) (end 87.474145 89.2861) (width 0.19) (layer "F.Cu") (net 114) (tstamp a163b8ed-3eea-4a51-bd03-037f3e4ba562)) - (segment (start 90.618111 85.245236) (end 90.65827 85.231184) (width 0.19) (layer "F.Cu") (net 114) (tstamp a1e770e0-ecd6-4aa7-821c-6c5ac75b460b)) - (segment (start 88.555621 83.417479) (end 88.450072 83.380546) (width 0.19) (layer "F.Cu") (net 114) (tstamp a49a89e5-63b0-4848-88da-c2ac2750bedf)) - (segment (start 89.2766 82.37) (end 89.318878 82.365236) (width 0.19) (layer "F.Cu") (net 114) (tstamp a681347c-2da8-48f2-88a6-f192a29fe2c6)) - (segment (start 90.747017 84.977562) (end 90.72438 84.941536) (width 0.19) (layer "F.Cu") (net 114) (tstamp a9f92e22-6acf-408e-ad19-f57422bc2f18)) - (segment (start 89.46098 88.364501) (end 89.444402 88.317122) (width 0.19) (layer "F.Cu") (net 114) (tstamp aab0f042-00c9-4150-a7a3-38b2c47f3885)) - (segment (start 90.65827 84.888815) (end 90.618111 84.874763) (width 0.19) (layer "F.Cu") (net 114) (tstamp ab8516fc-40b0-4425-b618-ff70f4064f3a)) - (segment (start 88.666742 83.43) (end 88.555621 83.417479) (width 0.19) (layer "F.Cu") (net 114) (tstamp ad5d6fa8-3272-4896-939e-ff699dffe9a8)) - (segment (start 90.747017 83.537562) (end 90.72438 83.501536) (width 0.19) (layer "F.Cu") (net 114) (tstamp ad95e89e-d4be-4048-aff6-492a5c618284)) - (segment (start 90.765832 85.06) (end 90.761069 85.017721) (width 0.19) (layer "F.Cu") (net 114) (tstamp b047ff12-846b-410d-b3b4-1a9e4d17b65d)) - (segment (start 89.461836 82.222278) (end 89.4666 82.18) (width 0.19) (layer "F.Cu") (net 114) (tstamp b6951de8-f291-4b8d-b19a-b7672e467037)) - (segment (start 83.76 80.419018) (end 83.76 79.745) (width 0.19) (layer "F.Cu") (net 114) (tstamp b71e1d9b-4594-4123-9dc5-04bb2b1b79b2)) - (segment (start 88.355387 83.321052) (end 88.276315 83.24198) (width 0.19) (layer "F.Cu") (net 114) (tstamp b836f022-e430-4e77-b4ee-df94229558c9)) - (segment (start 87.728485 89.912311) (end 87.699337 89.851785) (width 0.19) (layer "F.Cu") (net 114) (tstamp b862642c-ed4b-4559-9556-a95cf75c164f)) - (segment (start 89.359037 82.351184) (end 89.395063 82.328547) (width 0.19) (layer "F.Cu") (net 114) (tstamp b87cd799-25ce-4945-86bb-105989ba247b)) - (segment (start 89.854854 85.26252) (end 89.965975 85.25) (width 0.19) (layer "F.Cu") (net 114) (tstamp ba39f310-23c5-4a56-baa7-cf88b08d466d)) - (segment (start 90.694296 84.911452) (end 90.65827 84.888815) (width 0.19) (layer "F.Cu") (net 114) (tstamp bb78bcc8-2207-436d-85e8-1a293d8d6b70)) - (segment (start 89.749305 85.299453) (end 89.854854 85.26252) (width 0.19) (layer "F.Cu") (net 114) (tstamp bfe48729-56df-40a2-af3a-8aebff35285b)) - (segment (start 88.216821 84.587295) (end 88.179888 84.481746) (width 0.19) (layer "F.Cu") (net 114) (tstamp c546fb29-ecb0-4e79-aa38-a734eb1fb469)) - (segment (start 90.761069 85.102278) (end 90.765832 85.06) (width 0.19) (layer "F.Cu") (net 114) (tstamp c62445a8-7b6c-4d38-ba5b-86ce798ed628)) - (segment (start 88.167368 82.869374) (end 88.179888 82.758253) (width 0.19) (layer "F.Cu") (net 114) (tstamp c87a424a-a7eb-4797-a218-080412caf897)) - (segment (start 87.743433 89.977806) (end 87.728485 89.912311) (width 0.19) (layer "F.Cu") (net 114) (tstamp c8d7a374-cd5e-44ac-b410-5396dbb56979)) - (segment (start 89.14518 87.612419) (end 89.192559 87.595841) (width 0.19) (layer "F.Cu") (net 114) (tstamp cbb04d4e-2bbc-4354-bc50-1edc5f88068e)) - (segment (start 88.555621 82.38252) (end 88.666742 82.37) (width 0.19) (layer "F.Cu") (net 114) (tstamp cdfea846-3bf0-40a7-89a9-d0b97bdcb7a9)) - (segment (start 87.699337 89.851785) (end 87.657452 89.799263) (width 0.19) (layer "F.Cu") (net 114) (tstamp cf6556fa-15b5-4ffd-9acb-fe480d703c43)) - (segment (start 88.179888 83.041746) (end 88.167368 82.930625) (width 0.19) (layer "F.Cu") (net 114) (tstamp d009f129-1a79-4ec0-9ded-8e918c1b1dd2)) - (segment (start 87.657452 89.799263) (end 87.516031 89.657842) (width 0.19) (layer "F.Cu") (net 114) (tstamp d30ff73b-7370-497f-aedd-a5bc68a9e258)) - (segment (start 88.276315 84.68198) (end 88.216821 84.587295) (width 0.19) (layer "F.Cu") (net 114) (tstamp d3c2f818-637c-4930-b455-27c5b563023d)) - (segment (start 90.72438 83.501536) (end 90.694296 83.471452) (width 0.19) (layer "F.Cu") (net 114) (tstamp d974580c-0f3b-4d13-832f-cfcaaedaf9e1)) - (segment (start 90.618111 83.805236) (end 90.65827 83.791184) (width 0.19) (layer "F.Cu") (net 114) (tstamp da969ec6-bb3e-4e1c-8491-8e576ca3ce42)) - (segment (start 89.4666 82.18) (end 89.4666 81.960018) (width 0.19) (layer "F.Cu") (net 114) (tstamp dc4d88b9-34c5-41bf-b3b1-2fac278e5dd5)) - (segment (start 89.382202 88.239125) (end 89.339699 88.212419) (width 0.19) (layer "F.Cu") (net 114) (tstamp dfe9e57c-b62e-4af1-bb1b-a03cd7a96f62)) - (segment (start 90.761069 83.577721) (end 90.747017 83.537562) (width 0.19) (layer "F.Cu") (net 114) (tstamp e397848a-7c5f-4dca-a1cb-8dda896b045e)) - (segment (start 87.728485 90.110479) (end 87.743433 90.044984) (width 0.19) (layer "F.Cu") (net 114) (tstamp e56fb3e7-b1cd-44a7-b0d8-8b043c54e482)) - (segment (start 88.450072 83.380546) (end 88.355387 83.321052) (width 0.19) (layer "F.Cu") (net 114) (tstamp e621fb0a-a1d3-4881-bd45-bd4cf8c0774d)) - (segment (start 89.4666 88.414382) (end 89.46098 88.364501) (width 0.19) (layer "F.Cu") (net 114) (tstamp e631b78c-5ebe-49d3-ac74-86ce32f8377f)) - (segment (start 88.179888 84.481746) (end 88.167368 84.370625) (width 0.19) (layer "F.Cu") (net 114) (tstamp e6eee968-23e9-4572-80ab-bcd284ad16ec)) - (segment (start 89.192559 87.595841) (end 89.29232 87.5846) (width 0.19) (layer "F.Cu") (net 114) (tstamp ea62720f-111f-4969-b99e-90423881da9a)) - (segment (start 87.516031 89.657842) (end 87.474145 89.605319) (width 0.19) (layer "F.Cu") (net 114) (tstamp ebdaa12a-f436-45e2-86d2-ef38b1ccd3b8)) - (segment (start 89.444402 87.463319) (end 89.46098 87.41594) (width 0.19) (layer "F.Cu") (net 114) (tstamp ec2952dd-055b-4f00-906e-4bdb54383563)) - (segment (start 88.355387 82.478947) (end 88.450072 82.419453) (width 0.19) (layer "F.Cu") (net 114) (tstamp ecf7a819-eed4-4b2f-900b-cf51870b7e77)) - (segment (start 88.194766 89.446032) (end 88.26026 89.460981) (width 0.19) (layer "F.Cu") (net 114) (tstamp ed8f0653-64b3-4729-ac54-faa0cb350b23)) - (segment (start 88.167368 84.370625) (end 88.167368 84.309374) (width 0.19) (layer "F.Cu") (net 114) (tstamp ef05591f-673b-4c8c-a0a5-8a246f1538bb)) - (segment (start 87.474145 89.2861) (end 87.516031 89.233578) (width 0.19) (layer "F.Cu") (net 114) (tstamp f0616fbe-0b76-4323-9592-4637233b5dd1)) - (segment (start 87.743433 90.044984) (end 87.743433 89.977806) (width 0.19) (layer "F.Cu") (net 114) (tstamp f106e3cf-c9fd-4997-98a8-021ef1e58b19)) - (segment (start 89.417696 88.274619) (end 89.382202 88.239125) (width 0.19) (layer "F.Cu") (net 114) (tstamp f8d012dd-63b9-47a5-958f-658194a808e3)) - (segment (start 88.276315 83.24198) (end 88.216821 83.147295) (width 0.19) (layer "F.Cu") (net 114) (tstamp fa622127-2c8b-45a5-b225-aeabe299c2e5)) - (segment (start 89.14518 88.168022) (end 89.102677 88.141316) (width 0.19) (layer "F.Cu") (net 114) (tstamp fada7a6a-6555-4c99-899e-76cb1976c774)) - (segment (start 88.216821 84.092704) (end 88.276315 83.998019) (width 0.19) (layer "F.Cu") (net 114) (tstamp fc95e3c4-abd9-4e4f-9838-bf55ff3c4d47)) - (segment (start 89.417696 87.505822) (end 89.444402 87.463319) (width 0.19) (layer "F.Cu") (net 114) (tstamp fcf13612-6ee9-491a-ac58-f518c1fd5742)) - (segment (start 89.444402 88.317122) (end 89.417696 88.274619) (width 0.19) (layer "F.Cu") (net 114) (tstamp fcf9f414-02c4-4fec-a256-798c611f1c57)) - (segment (start 89.965975 85.25) (end 90.575832 85.25) (width 0.19) (layer "F.Cu") (net 114) (tstamp fd7a9d01-6879-446c-ae2d-79a9c89ce315)) - (segment (start 85.786184 89.6) (end 85.796184 89.6) (width 0.19) (layer "F.Cu") (net 115) (tstamp 012023c1-75d5-42bb-a5d6-9afa9a06a07a)) - (segment (start 84.975637 83.634479) (end 84.938704 83.52893) (width 0.19) (layer "F.Cu") (net 115) (tstamp 01442344-1e31-4712-9aac-1e47e7a4c94a)) - (segment (start 85.551635 90.087046) (end 85.515894 90.030165) (width 0.19) (layer "F.Cu") (net 115) (tstamp 0379ca40-a8b5-41c6-a6e3-6a60b06d346b)) - (segment (start 81.6614 82.3214) (end 79.95 80.61) (width 0.19) (layer "F.Cu") (net 115) (tstamp 03e0db4a-f985-4ff6-bafd-b767f48ef534)) - (segment (start 84.975637 86.019888) (end 85.035131 85.925203) (width 0.19) (layer "F.Cu") (net 115) (tstamp 054101c1-0d95-42ad-a86e-081992d8495a)) - (segment (start 85.425558 82.857184) (end 85.906184 82.857184) (width 0.19) (layer "F.Cu") (net 115) (tstamp 0c7df807-3073-4929-bb80-e67459aef9d0)) - (segment (start 87.247369 84.189621) (end 87.261421 84.149462) (width 0.19) (layer "F.Cu") (net 115) (tstamp 0dea0345-6808-4180-bd83-4a32bb9ba8d2)) - (segment (start 85.314437 85.344663) (end 85.208888 85.30773) (width 0.19) (layer "F.Cu") (net 115) (tstamp 0f839a75-2624-460b-a611-50606af1c250)) - (segment (start 87.224732 83.98872) (end 87.194648 83.958636) (width 0.19) (layer "F.Cu") (net 115) (tstamp 1264107e-2d4b-4e98-b7c7-eb6ef798b0dd)) - (segment (start 85.425558 85.357184) (end 85.314437 85.344663) (width 0.19) (layer "F.Cu") (net 115) (tstamp 12b62308-0110-44f9-bd12-18b8f33836d6)) - (segment (start 85.114203 82.966131) (end 85.208888 82.906637) (width 0.19) (layer "F.Cu") (net 115) (tstamp 13c6b480-64d5-4c28-8352-28caeafe01dd)) - (segment (start 87.118463 85.73242) (end 87.158622 85.718368) (width 0.19) (layer "F.Cu") (net 115) (tstamp 15bada79-b471-4cea-a050-83b5702b8a21)) - (segment (start 84.975637 84.579888) (end 85.035131 84.485203) (width 0.19) (layer "F.Cu") (net 115) (tstamp 15f9f0da-b70e-44e5-a556-118f15c5b3c9)) - (segment (start 85.425558 83.917184) (end 85.314437 83.904663) (width 0.19) (layer "F.Cu") (net 115) (tstamp 16108561-d524-4af7-aebe-99ff2f7b86ac)) - (segment (start 87.266184 84.107184) (end 87.261421 84.064905) (width 0.19) (layer "F.Cu") (net 115) (tstamp 1857d341-b9a6-4dcc-8268-0e1835ecd488)) - (segment (start 84.926184 83.356558) (end 84.938704 83.245437) (width 0.19) (layer "F.Cu") (net 115) (tstamp 1a622bb9-7aee-4243-b4ab-f317a8bc32ff)) - (segment (start 85.838881 88.191008) (end 85.848517 88.163471) (width 0.19) (layer "F.Cu") (net 115) (tstamp 1b521835-2349-436c-8ca1-0d0dfe01c54f)) - (segment (start 85.796184 90.2) (end 85.786184 90.2) (width 0.19) (layer "F.Cu") (net 115) (tstamp 1dff855a-a009-4e39-83d8-9c546ab45a49)) - (segment (start 86.088663 90.433243) (end 86.066475 90.369834) (width 0.19) (layer "F.Cu") (net 115) (tstamp 21445f35-cdf9-45ed-b042-42162bce0eb5)) - (segment (start 86.054731 86.86872) (end 86.024647 86.838636) (width 0.19) (layer "F.Cu") (net 115) (tstamp 244378a4-0ae8-45dc-8d8b-2cdab6257252)) - (segment (start 87.266184 85.547184) (end 87.261421 85.504905) (width 0.19) (layer "F.Cu") (net 115) (tstamp 2c203647-e05b-47b1-926f-f043cd026bbe)) - (segment (start 85.936908 88.092981) (end 85.994891 88.086448) (width 0.19) (layer "F.Cu") (net 115) (tstamp 2cdcc656-da86-481a-a13d-9c01966402ef)) - (segment (start 85.848517 88.163471) (end 85.864039 88.138768) (width 0.19) (layer "F.Cu") (net 115) (tstamp 2d2134fc-04dc-41a0-88f2-a691a7c0b23c)) - (segment (start 84.938704 84.685437) (end 84.975637 84.579888) (width 0.19) (layer "F.Cu") (net 115) (tstamp 2ddfd9c2-a794-4ad9-be67-ca54dcea94fe)) - (segment (start 85.835614 88.55943) (end 85.835614 88.22) (width 0.19) (layer "F.Cu") (net 115) (tstamp 2e8dbda0-cfae-4f3f-8632-81c2c998844f)) - (segment (start 86.088663 89.366756) (end 86.096184 89.3) (width 0.19) (layer "F.Cu") (net 115) (tstamp 2eb89399-e40d-4d1d-a4ae-36fbed97cafc)) - (segment (start 86.06776 88.040661) (end 86.083282 88.015958) (width 0.19) (layer "F.Cu") (net 115) (tstamp 30d1dc11-d8a4-4ec6-afe6-67e95405630d)) - (segment (start 79.95 80.61) (end 79.95 79.745) (width 0.19) (layer "F.Cu") (net 115) (tstamp 38b8e048-8ae7-4914-85e3-21d11b35d3aa)) - (segment (start 85.862941 89.592478) (end 85.92635 89.57029) (width 0.19) (layer "F.Cu") (net 115) (tstamp 38ebecd2-9aff-4503-8633-02620016d6e8)) - (segment (start 85.864039 88.138768) (end 85.884668 88.118139) (width 0.19) (layer "F.Cu") (net 115) (tstamp 39243d70-affd-49ec-862f-024c1a45fba5)) - (segment (start 87.076184 85.357184) (end 85.425558 85.357184) (width 0.19) (layer "F.Cu") (net 115) (tstamp 39317b40-527a-44fa-939d-21685b49f897)) - (segment (start 86.066475 89.430165) (end 86.088663 89.366756) (width 0.19) (layer "F.Cu") (net 115) (tstamp 399cc718-1211-4c70-b4e3-14786b4c88e1)) - (segment (start 86.077368 86.904746) (end 86.054731 86.86872) (width 0.19) (layer "F.Cu") (net 115) (tstamp 3b914da7-fc6a-4a2c-ad66-6baadb933ad2)) - (segment (start 86.083282 88.015958) (end 86.092918 87.988421) (width 0.19) (layer "F.Cu") (net 115) (tstamp 3cd7f312-40ea-4e98-84c4-48881e4882cb)) - (segment (start 85.786184 90.2) (end 85.719428 90.192478) (width 0.19) (layer "F.Cu") (net 115) (tstamp 3d65096b-2ccd-4f03-afa3-bd1be62a8c57)) - (segment (start 87.247369 84.024746) (end 87.224732 83.98872) (width 0.19) (layer "F.Cu") (net 115) (tstamp 3df43fbc-36ba-406a-97a8-4326d8392fc2)) - (segment (start 85.92635 89.57029) (end 85.983231 89.534549) (width 0.19) (layer "F.Cu") (net 115) (tstamp 3f996ac3-594f-4e77-8f6c-6ec9cf4dda69)) - (segment (start 87.224732 84.225647) (end 87.247369 84.189621) (width 0.19) (layer "F.Cu") (net 115) (tstamp 4021e16a-2acc-4454-b438-9a04e709dc05)) - (segment (start 87.261421 84.064905) (end 87.247369 84.024746) (width 0.19) (layer "F.Cu") (net 115) (tstamp 40d6773b-f995-4ae2-936b-0b3313e95fef)) - (segment (start 85.208888 84.346637) (end 85.314437 84.309704) (width 0.19) (layer "F.Cu") (net 115) (tstamp 424542e9-c5bd-4a22-bf4c-0e377695a4de)) - (segment (start 85.835614 88.22) (end 85.838881 88.191008) (width 0.19) (layer "F.Cu") (net 115) (tstamp 46411048-26da-4369-ba01-0ac72fcae2e6)) - (segment (start 86.047131 88.718139) (end 86.022428 88.702617) (width 0.19) (layer "F.Cu") (net 115) (tstamp 46945706-1994-4ecb-abe6-6dae4533fbe8)) - (segment (start 85.864039 88.640661) (end 85.848517 88.615958) (width 0.19) (layer "F.Cu") (net 115) (tstamp 48a5aae9-6385-4517-8319-1880b076c0e6)) - (segment (start 86.092918 87.988421) (end 86.096184 87.95943) (width 0.19) (layer "F.Cu") (net 115) (tstamp 49a73562-fc7a-44a1-8562-76326a6322ae)) - (segment (start 87.158622 85.718368) (end 87.194648 85.695731) (width 0.19) (layer "F.Cu") (net 115) (tstamp 4c85f529-4709-4480-8a51-c5d874b24f2d)) - (segment (start 86.1 91.5) (end 86.1 90.979626) (width 0.15) (layer "F.Cu") (net 115) (tstamp 4ca656fa-7191-4256-9c54-82e6a0cbb5b4)) - (segment (start 85.208888 85.30773) (end 85.114203 85.248236) (width 0.19) (layer "F.Cu") (net 115) (tstamp 4d026afc-a80d-4fe2-a064-8ffcbda3c645)) - (segment (start 87.076184 83.917184) (end 85.425558 83.917184) (width 0.19) (layer "F.Cu") (net 115) (tstamp 4ef82331-263a-49b3-89d8-f243c422362c)) - (segment (start 87.261421 84.149462) (end 87.266184 84.107184) (width 0.19) (layer "F.Cu") (net 115) (tstamp 4fd1f931-3e2e-4c57-9ba4-5a8c68737b5f)) - (segment (start 85.884668 88.66129) (end 85.864039 88.640661) (width 0.19) (layer "F.Cu") (net 115) (tstamp 5280a91a-1586-4439-b982-455f53d1bce1)) - (segment (start 85.551635 89.712953) (end 85.599138 89.66545) (width 0.19) (layer "F.Cu") (net 115) (tstamp 52c6d3b3-5b19-4940-92e8-46629b64a163)) - (segment (start 84.926184 83.417809) (end 84.926184 83.356558) (width 0.19) (layer "F.Cu") (net 115) (tstamp 55103a27-f952-4645-ab61-b2e709f2bcb7)) - (segment (start 85.035131 83.729164) (end 84.975637 83.634479) (width 0.19) (layer "F.Cu") (net 115) (tstamp 561664d3-17c0-486f-894d-22917c6df3ef)) - (segment (start 85.948462 82.85242) (end 85.988621 82.838368) (width 0.19) (layer "F.Cu") (net 115) (tstamp 597011a0-fe9f-4552-be03-d403f0404619)) - (segment (start 85.314437 83.904663) (end 85.208888 83.86773) (width 0.19) (layer "F.Cu") (net 115) (tstamp 59ed0714-79bd-4669-9c65-215a9921469e)) - (segment (start 85.656019 89.629709) (end 85.719428 89.607521) (width 0.19) (layer "F.Cu") (net 115) (tstamp 59ff2921-a262-47d7-869b-983d85fdef03)) - (segment (start 85.208888 86.74773) (end 85.114203 86.688236) (width 0.19) (layer "F.Cu") (net 115) (tstamp 5a092e90-94de-47c2-9927-70ba208e7c04)) - (segment (start 84.938704 84.96893) (end 84.926184 84.857809) (width 0.19) (layer "F.Cu") (net 115) (tstamp 5b6de017-d547-4a82-9481-9433b802e7c4)) - (segment (start 86.022428 88.702617) (end 85.994891 88.692981) (width 0.19) (layer "F.Cu") (net 115) (tstamp 5cca554f-4493-4aeb-a530-f254ededae9e)) - (segment (start 85.796184 89.6) (end 85.862941 89.592478) (width 0.19) (layer "F.Cu") (net 115) (tstamp 5d415a7e-4f6a-4136-aabb-40423e249c07)) - (segment (start 87.247369 85.629621) (end 87.261421 85.589462) (width 0.19) (layer "F.Cu") (net 115) (tstamp 5eb84820-20c2-41bf-a1a2-820c66368a1f)) - (segment (start 85.909371 88.102617) (end 85.936908 88.092981) (width 0.19) (layer "F.Cu") (net 115) (tstamp 5f0f4914-432d-4e36-8115-2a8f3e154413)) - (segment (start 84.938704 86.40893) (end 84.926184 86.297809) (width 0.19) (layer "F.Cu") (net 115) (tstamp 62fee58a-5a4b-4f7e-a7db-a7ec2266b4f3)) - (segment (start 85.114203 86.688236) (end 85.035131 86.609164) (width 0.19) (layer "F.Cu") (net 115) (tstamp 63d21e0c-c764-4ae4-bee8-aeb1460cdc7d)) - (segment (start 85.906184 86.797184) (end 85.425558 86.797184) (width 0.19) (layer "F.Cu") (net 115) (tstamp 6419661a-a939-4852-a270-933023c6552f)) - (segment (start 84.975637 83.139888) (end 85.035131 83.045203) (width 0.19) (layer "F.Cu") (net 115) (tstamp 6a875d62-c023-487f-82f0-27dbcf74f2b9)) - (segment (start 85.906184 82.857184) (end 85.948462 82.85242) (width 0.19) (layer "F.Cu") (net 115) (tstamp 6b179552-2c1c-4ec5-8670-a280b23b2966)) - (segment (start 87.118463 84.29242) (end 87.158622 84.278368) (width 0.19) (layer "F.Cu") (net 115) (tstamp 6cd1c3bb-7b84-4800-8d53-33977d4aa4ce)) - (segment (start 85.994891 88.086448) (end 86.022428 88.076812) (width 0.19) (layer "F.Cu") (net 115) (tstamp 6e33aeeb-1b7e-46d7-8f44-ec30e8201196)) - (segment (start 85.656019 90.17029) (end 85.599138 90.134549) (width 0.19) (layer "F.Cu") (net 115) (tstamp 6e916640-96fc-44f4-ae7b-999d88a42e78)) - (segment (start 85.599138 90.134549) (end 85.551635 90.087046) (width 0.19) (layer "F.Cu") (net 115) (tstamp 6f3a6318-425b-4da2-8ff4-1d651b72b6b2)) - (segment (start 85.948462 86.801947) (end 85.906184 86.797184) (width 0.19) (layer "F.Cu") (net 115) (tstamp 7023e80b-5dcd-4c99-b211-bda07ca1e029)) - (segment (start 87.158622 84.278368) (end 87.194648 84.255731) (width 0.19) (layer "F.Cu") (net 115) (tstamp 7091bb98-3d83-4fd5-9549-d21d2af60000)) - (segment (start 85.515894 90.030165) (end 85.493706 89.966756) (width 0.19) (layer "F.Cu") (net 115) (tstamp 73cea840-88be-4bb9-bf1e-7f99a6a23668)) - (segment (start 87.118463 85.361947) (end 87.076184 85.357184) (width 0.19) (layer "F.Cu") (net 115) (tstamp 75af7e93-2196-42a0-9209-de4ddb25ad77)) - (segment (start 85.114203 84.406131) (end 85.208888 84.346637) (width 0.19) (layer "F.Cu") (net 115) (tstamp 76184348-e5f2-4bad-aae0-2aab96ed79a3)) - (segment (start 85.314437 84.309704) (end 85.425558 84.297184) (width 0.19) (layer "F.Cu") (net 115) (tstamp 79487df3-ea74-43e2-bbfd-3ce433940212)) - (segment (start 85.035131 83.045203) (end 85.114203 82.966131) (width 0.19) (layer "F.Cu") (net 115) (tstamp 7a3ac884-8928-4c9e-9181-7992eedf5489)) - (segment (start 86.096184 89.3) (end 86.096184 88.82) (width 0.19) (layer "F.Cu") (net 115) (tstamp 7c406297-a971-4bf4-9b67-d46489ccd020)) - (segment (start 85.884668 88.118139) (end 85.909371 88.102617) (width 0.19) (layer "F.Cu") (net 115) (tstamp 7cc18747-46e3-4897-ad5b-1656f666171e)) - (segment (start 85.114203 85.248236) (end 85.035131 85.169164) (width 0.19) (layer "F.Cu") (net 115) (tstamp 7d71b99b-9002-4eec-b931-5a93f61b4ffe)) - (segment (start 84.938704 83.245437) (end 84.975637 83.139888) (width 0.19) (layer "F.Cu") (net 115) (tstamp 7e5a0a5b-efa5-40cd-aaa0-ccdb46e8a0a0)) - (segment (start 86.096184 90.5) (end 86.088663 90.433243) (width 0.19) (layer "F.Cu") (net 115) (tstamp 7e9591ad-94d2-4f24-a989-4627684296dd)) - (segment (start 85.114203 85.846131) (end 85.208888 85.786637) (width 0.19) (layer "F.Cu") (net 115) (tstamp 7fc608db-1df7-438c-8478-60ec240f9b4d)) - (segment (start 87.076184 85.737184) (end 87.118463 85.73242) (width 0.19) (layer "F.Cu") (net 115) (tstamp 8079120a-6a0b-4692-9252-2a72c6e5d144)) - (segment (start 87.076184 84.297184) (end 87.118463 84.29242) (width 0.19) (layer "F.Cu") (net 115) (tstamp 80d45b27-f0cc-406a-8a03-c36bfa72de95)) - (segment (start 85.035131 86.609164) (end 84.975637 86.514479) (width 0.19) (layer "F.Cu") (net 115) (tstamp 8162ff1e-dfaa-4d86-b090-962a0005a4b1)) - (segment (start 85.862941 90.207521) (end 85.796184 90.2) (width 0.19) (layer "F.Cu") (net 115) (tstamp 82800454-ce8e-4149-a1ee-28cc36a99a09)) - (segment (start 84.975637 85.074479) (end 84.938704 84.96893) (width 0.19) (layer "F.Cu") (net 115) (tstamp 8328fdee-be6f-4244-bcf6-0a08fa3b4156)) - (segment (start 79.485 79.28) (end 79.485 78.45) (width 0.19) (layer "F.Cu") (net 115) (tstamp 8530c92e-97a2-4d9a-a10d-0aec8d000091)) - (segment (start 85.909371 88.676812) (end 85.884668 88.66129) (width 0.19) (layer "F.Cu") (net 115) (tstamp 85a47cf4-b41b-444a-84f0-30c08e6996f1)) - (segment (start 84.975637 86.514479) (end 84.938704 86.40893) (width 0.19) (layer "F.Cu") (net 115) (tstamp 8a10f05b-f1a8-4fbe-bc63-29ceaacd17a4)) - (segment (start 85.208888 83.86773) (end 85.114203 83.808236) (width 0.19) (layer "F.Cu") (net 115) (tstamp 8a27e092-92fb-4ef1-bec7-aeae85b25c82)) - (segment (start 85.719428 90.192478) (end 85.656019 90.17029) (width 0.19) (layer "F.Cu") (net 115) (tstamp 8a65caab-d5ec-4c04-8e13-7d1155a5c38c)) - (segment (start 85.035131 85.925203) (end 85.114203 85.846131) (width 0.19) (layer "F.Cu") (net 115) (tstamp 8a876222-65de-4f3b-ac9d-be0db2df898e)) - (segment (start 85.719428 89.607521) (end 85.786184 89.6) (width 0.19) (layer "F.Cu") (net 115) (tstamp 8afea0dd-8a3a-4118-856d-4b06ba1173b6)) - (segment (start 84.926184 86.297809) (end 84.926184 86.236558) (width 0.19) (layer "F.Cu") (net 115) (tstamp 90298e9e-3b06-4854-a2c7-5bea10b3fa68)) - (segment (start 85.425558 85.737184) (end 87.076184 85.737184) (width 0.19) (layer "F.Cu") (net 115) (tstamp 95589da1-41ce-4ceb-8fc8-bfd893562be9)) - (segment (start 86.077368 82.749621) (end 86.09142 82.709462) (width 0.19) (layer "F.Cu") (net 115) (tstamp 9716896b-83bd-43bd-a585-fb3abecd443f)) - (segment (start 84.938704 86.125437) (end 84.975637 86.019888) (width 0.19) (layer "F.Cu") (net 115) (tstamp 98060f6a-0fd9-43a5-abcd-87e9cb83ea41)) - (segment (start 86.096184 90.97581) (end 86.096184 90.5) (width 0.19) (layer "F.Cu") (net 115) (tstamp 9b06b510-93d4-45d5-a04b-3b1b5bbebedf)) - (segment (start 85.983231 90.26545) (end 85.92635 90.229709) (width 0.19) (layer "F.Cu") (net 115) (tstamp 9b65c9d0-858c-4826-94e3-1e53a6bb86da)) - (segment (start 86.024647 86.838636) (end 85.988621 86.815999) (width 0.19) (layer "F.Cu") (net 115) (tstamp 9e885b90-070c-44ee-a862-66cb7a82bcb6)) - (segment (start 86.030734 90.312953) (end 85.983231 90.26545) (width 0.19) (layer "F.Cu") (net 115) (tstamp 9ef1878b-d9e0-40a1-8a39-790b6c7302c6)) - (segment (start 85.314437 85.749704) (end 85.425558 85.737184) (width 0.19) (layer "F.Cu") (net 115) (tstamp a33a0e4c-89ff-40ee-80e7-153a9b124f00)) - (segment (start 86.024647 82.815731) (end 86.054731 82.785647) (width 0.19) (layer "F.Cu") (net 115) (tstamp a5e33bac-0d04-4e7c-98ca-b020d3f8ad0a)) - (segment (start 84.926184 84.857809) (end 84.926184 84.796558) (width 0.19) (layer "F.Cu") (net 115) (tstamp a6cfadf5-18e0-4f9c-b98d-03570140b7f6)) - (segment (start 86.096184 88.82) (end 86.092918 88.791008) (width 0.19) (layer "F.Cu") (net 115) (tstamp a6ec9a24-da98-43e9-b4ce-46c84e06e93a)) - (segment (start 85.599138 89.66545) (end 85.656019 89.629709) (width 0.19) (layer "F.Cu") (net 115) (tstamp a8b41d3a-b15e-4c2e-b6b6-c2dcef71f675)) - (segment (start 85.515894 89.769834) (end 85.551635 89.712953) (width 0.19) (layer "F.Cu") (net 115) (tstamp abfff7e4-4e89-4e2d-816e-624233b98cb4)) - (segment (start 85.314437 86.784663) (end 85.208888 86.74773) (width 0.19) (layer "F.Cu") (net 115) (tstamp ad4a9cab-4f59-4a8e-8d4d-069f781c2a35)) - (segment (start 86.06776 88.738768) (end 86.047131 88.718139) (width 0.19) (layer "F.Cu") (net 115) (tstamp ae31076c-874a-40a6-9aa6-59a134ed76b0)) - (segment (start 86.09142 82.709462) (end 86.096184 82.667184) (width 0.19) (layer "F.Cu") (net 115) (tstamp ae899d07-0fc0-4c94-a836-74d76802259d)) - (segment (start 86.096184 86.987184) (end 86.09142 86.944905) (width 0.19) (layer "F.Cu") (net 115) (tstamp aff13891-e26e-4447-8851-ae7bd82730cc)) - (segment (start 85.994891 88.692981) (end 85.936908 88.686448) (width 0.19) (layer "F.Cu") (net 115) (tstamp b2d2c42f-0606-483f-b2ca-07b067e11e4c)) - (segment (start 86.083282 88.763471) (end 86.06776 88.738768) (width 0.19) (layer "F.Cu") (net 115) (tstamp b390641c-4c2a-4f3b-b7c8-19ffe7c5c0ec)) - (segment (start 85.936908 88.686448) (end 85.909371 88.676812) (width 0.19) (layer "F.Cu") (net 115) (tstamp b3d78ca9-b568-4f88-a1bb-71c6dd3819fd)) - (segment (start 85.486184 89.9) (end 85.493706 89.833243) (width 0.19) (layer "F.Cu") (net 115) (tstamp b4ed5b0d-3007-4698-9f7e-3c8aa45719af)) - (segment (start 85.035131 84.485203) (end 85.114203 84.406131) (width 0.19) (layer "F.Cu") (net 115) (tstamp bff2afc8-bf04-4a20-9e15-2b02310b6d79)) - (segment (start 87.224732 85.665647) (end 87.247369 85.629621) (width 0.19) (layer "F.Cu") (net 115) (tstamp c0062cd0-7f62-4c33-b7f4-9133416a4a47)) - (segment (start 85.208888 85.786637) (end 85.314437 85.749704) (width 0.19) (layer "F.Cu") (net 115) (tstamp c1e6fe52-7e9f-4e57-8124-de3350fe9d71)) - (segment (start 85.035131 85.169164) (end 84.975637 85.074479) (width 0.19) (layer "F.Cu") (net 115) (tstamp c224753b-c3cc-412e-b299-999953063464)) - (segment (start 79.95 79.745) (end 79.485 79.28) (width 0.19) (layer "F.Cu") (net 115) (tstamp c31baa4d-09c0-4c48-b93c-1c91a45d1149)) - (segment (start 85.838881 88.588421) (end 85.835614 88.55943) (width 0.19) (layer "F.Cu") (net 115) (tstamp c568bc4c-cb07-4982-a752-1be24c63ce97)) - (segment (start 85.314437 82.869704) (end 85.425558 82.857184) (width 0.19) (layer "F.Cu") (net 115) (tstamp ca04d088-9d6e-44be-a42b-87756ac6b0e4)) - (segment (start 87.194648 83.958636) (end 87.158622 83.935999) (width 0.19) (layer "F.Cu") (net 115) (tstamp cb494a0b-0e55-4bc9-a95d-4b7a09ffc13b)) - (segment (start 87.158622 85.375999) (end 87.118463 85.361947) (width 0.19) (layer "F.Cu") (net 115) (tstamp cc741e4a-caf8-4fa0-a1eb-7a452183c306)) - (segment (start 87.194648 84.255731) (end 87.224732 84.225647) (width 0.19) (layer "F.Cu") (net 115) (tstamp cd299587-3566-48c2-b7b0-ede206393480)) - (segment (start 85.92635 90.229709) (end 85.862941 90.207521) (width 0.19) (layer "F.Cu") (net 115) (tstamp d195bb34-6ea9-4505-9e6a-c33a00918675)) - (segment (start 85.7504 82.3214) (end 81.6614 82.3214) (width 0.19) (layer "F.Cu") (net 115) (tstamp d3af8b90-faf6-4b21-8a25-518b1d8c352e)) - (segment (start 84.926184 84.796558) (end 84.938704 84.685437) (width 0.19) (layer "F.Cu") (net 115) (tstamp d4a6c31a-e278-4516-9e30-a7e8754faa9b)) - (segment (start 87.118463 83.921947) (end 87.076184 83.917184) (width 0.19) (layer "F.Cu") (net 115) (tstamp d571735a-923b-4288-add3-741d1340044b)) - (segment (start 86.066475 90.369834) (end 86.030734 90.312953) (width 0.19) (layer "F.Cu") (net 115) (tstamp d75b5b01-b636-4a7a-b0c8-6340d666a7aa)) - (segment (start 85.425558 84.297184) (end 87.076184 84.297184) (width 0.19) (layer "F.Cu") (net 115) (tstamp d771e94e-0f74-4731-86f5-86187afaa8f6)) - (segment (start 87.224732 85.42872) (end 87.194648 85.398636) (width 0.19) (layer "F.Cu") (net 115) (tstamp d7fa523f-71f5-4bb7-862e-933803564a39)) - (segment (start 86.022428 88.076812) (end 86.047131 88.06129) (width 0.19) (layer "F.Cu") (net 115) (tstamp dc498d98-f25c-4794-8cda-adcd3dae7c5b)) - (segment (start 85.988621 86.815999) (end 85.948462 86.801947) (width 0.19) (layer "F.Cu") (net 115) (tstamp df50afc1-b4f4-4a08-9387-9825fc7d6670)) - (segment (start 85.493706 89.966756) (end 85.486184 89.9) (width 0.19) (layer "F.Cu") (net 115) (tstamp e0d18875-4dd0-4b48-8aed-abf8573f00aa)) - (segment (start 87.194648 85.695731) (end 87.224732 85.665647) (width 0.19) (layer "F.Cu") (net 115) (tstamp e1360ab8-bfb8-4140-afa9-5baf0340aad3)) - (segment (start 86.096184 87.95943) (end 86.096184 86.987184) (width 0.19) (layer "F.Cu") (net 115) (tstamp e1911f83-4ef9-4bee-b675-1e4780547b8e)) - (segment (start 85.114203 83.808236) (end 85.035131 83.729164) (width 0.19) (layer "F.Cu") (net 115) (tstamp e322e877-fa4b-40a1-b9eb-04bd2db5ed6c)) - (segment (start 84.926184 86.236558) (end 84.938704 86.125437) (width 0.19) (layer "F.Cu") (net 115) (tstamp e387c53d-8ff8-43f7-829b-d15628513571)) - (segment (start 86.047131 88.06129) (end 86.06776 88.040661) (width 0.19) (layer "F.Cu") (net 115) (tstamp e3898bcd-ba25-495d-bce5-2258be9d151b)) - (segment (start 85.988621 82.838368) (end 86.024647 82.815731) (width 0.19) (layer "F.Cu") (net 115) (tstamp e3f12138-6632-405e-aba7-aaa8ec08b644)) - (segment (start 87.261421 85.504905) (end 87.247369 85.464746) (width 0.19) (layer "F.Cu") (net 115) (tstamp e4195b8f-3996-4a59-b6a1-76534a4e174b)) - (segment (start 85.983231 89.534549) (end 86.030734 89.487046) (width 0.19) (layer "F.Cu") (net 115) (tstamp e49247ab-5c22-47ea-ad92-3fa9cf32a411)) - (segment (start 86.096184 82.667184) (end 85.7504 82.3214) (width 0.19) (layer "F.Cu") (net 115) (tstamp e5ef0be7-b6ed-4eb9-bd74-bc9e15afb65c)) - (segment (start 87.158622 83.935999) (end 87.118463 83.921947) (width 0.19) (layer "F.Cu") (net 115) (tstamp e6aafbb3-a8b6-4bac-b79c-e328c884cdff)) - (segment (start 85.848517 88.615958) (end 85.838881 88.588421) (width 0.19) (layer "F.Cu") (net 115) (tstamp e6cba99f-921b-4b3b-baa2-62138eafb0a3)) - (segment (start 86.054731 82.785647) (end 86.077368 82.749621) (width 0.19) (layer "F.Cu") (net 115) (tstamp e787f522-daba-4130-b443-190b5b855e39)) - (segment (start 87.261421 85.589462) (end 87.266184 85.547184) (width 0.19) (layer "F.Cu") (net 115) (tstamp e8cea180-3543-4ce6-acfb-619197762cfc)) - (segment (start 86.092918 88.791008) (end 86.083282 88.763471) (width 0.19) (layer "F.Cu") (net 115) (tstamp e8f9c24b-2922-4d79-bb12-10e72531ce5d)) - (segment (start 85.425558 86.797184) (end 85.314437 86.784663) (width 0.19) (layer "F.Cu") (net 115) (tstamp e90e04a4-2fa1-4750-af45-3d38f1d9d020)) - (segment (start 87.247369 85.464746) (end 87.224732 85.42872) (width 0.19) (layer "F.Cu") (net 115) (tstamp ed099fb5-d5f9-4bc0-a703-8a3d6f62e55a)) - (segment (start 85.493706 89.833243) (end 85.515894 89.769834) (width 0.19) (layer "F.Cu") (net 115) (tstamp ee6d8ae1-bbaa-45e2-9e12-8fd479184d18)) - (segment (start 86.1 90.979626) (end 86.096184 90.97581) (width 0.15) (layer "F.Cu") (net 115) (tstamp ee73db22-8c3f-4535-b1f1-24cf681a0352)) - (segment (start 87.194648 85.398636) (end 87.158622 85.375999) (width 0.19) (layer "F.Cu") (net 115) (tstamp f262ae55-055d-4209-ace7-75cdfbe3c92e)) - (segment (start 84.938704 83.52893) (end 84.926184 83.417809) (width 0.19) (layer "F.Cu") (net 115) (tstamp f913e180-a2ac-4ba1-b1e8-0b08fcaa55fb)) - (segment (start 85.208888 82.906637) (end 85.314437 82.869704) (width 0.19) (layer "F.Cu") (net 115) (tstamp f9edafc5-53e1-4c43-8957-d21f40780481)) - (segment (start 86.030734 89.487046) (end 86.066475 89.430165) (width 0.19) (layer "F.Cu") (net 115) (tstamp fbcfdfa5-2258-4171-a524-17fc515f012c)) - (segment (start 86.09142 86.944905) (end 86.077368 86.904746) (width 0.19) (layer "F.Cu") (net 115) (tstamp ffa2b118-bc4b-4b99-a4fc-58657f2b84da)) - (segment (start 77.150626 81.715) (end 76.67 81.715) (width 0.19) (layer "F.Cu") (net 116) (tstamp 00705667-1998-4399-a5bf-af2ebfd82034)) - (segment (start 75.381536 80.613547) (end 75.417562 80.636184) (width 0.19) (layer "F.Cu") (net 116) (tstamp 01473b40-a501-4b7d-9200-f7912f5aad08)) - (segment (start 78.005333 83.508892) (end 78.025242 83.521401) (width 0.19) (layer "F.Cu") (net 116) (tstamp 0967eaf7-3e4f-4a2f-9d90-7cb2691f23b6)) - (segment (start 82.006615 83.874237) (end 82.029252 83.910263) (width 0.19) (layer "F.Cu") (net 116) (tstamp 0b04b070-0d20-4a4e-8269-6ba14a597ba7)) - (segment (start 81.992563 83.834078) (end 82.006615 83.874237) (width 0.19) (layer "F.Cu") (net 116) (tstamp 0ccf3bde-866e-4231-b785-fc8e0833134f)) - (segment (start 76.467479 79.886746) (end 76.430546 79.992295) (width 0.19) (layer "F.Cu") (net 116) (tstamp 0fa66da5-0371-4282-aa61-1dab22b21bd0)) - (segment (start 82.095362 83.962984) (end 82.135521 83.977036) (width 0.19) (layer "F.Cu") (net 116) (tstamp 1208c2e6-8275-4b36-8b7e-41791556fdf1)) - (segment (start 76.498816 81.822562) (end 76.484764 81.862721) (width 0.19) (layer "F.Cu") (net 116) (tstamp 14dfd598-a72d-4fe1-aa24-f16a07e972b3)) - (segment (start 79.410563 82.664079) (end 79.424615 82.704238) (width 0.19) (layer "F.Cu") (net 116) (tstamp 15231d1a-4f4c-4d4c-8f35-26dfb618d04b)) - (segment (start 78.3458 82.141175) (end 78.35832 82.030054) (width 0.19) (layer "F.Cu") (net 116) (tstamp 185b6d6a-f17d-49d8-9711-8423ffb11006)) - (segment (start 77.261747 80.66752) (end 77.367296 80.704453) (width 0.19) (layer "F.Cu") (net 116) (tstamp 1a7f6efa-ef60-433d-acc0-6f9a9126bc57)) - (segment (start 78.264164 83.529167) (end 78.286357 83.521401) (width 0.19) (layer "F.Cu") (net 116) (tstamp 1ae72f91-4936-4acf-864c-826897b5085a)) - (segment (start 75.457721 80.650236) (end 75.5 80.655) (width 0.19) (layer "F.Cu") (net 116) (tstamp 1b43b0f1-3603-4533-b8c5-30aff6cc5ebb)) - (segment (start 76.29198 80.166052) (end 76.197295 80.225546) (width 0.19) (layer "F.Cu") (net 116) (tstamp 1beb94ac-0980-4446-a15a-6f6028c2875b)) - (segment (start 78.845174 81.6418) (end 78.906425 81.6418) (width 0.19) (layer "F.Cu") (net 116) (tstamp 2164f6c1-ad79-41ca-8543-491ce96de329)) - (segment (start 81.878852 82.999819) (end 81.938346 83.094504) (width 0.19) (layer "F.Cu") (net 116) (tstamp 21cc6309-19d3-4729-a9a9-b5621c52b7c2)) - (segment (start 81.488425 82.8118) (end 81.599546 82.82432) (width 0.19) (layer "F.Cu") (net 116) (tstamp 2225601c-daae-46cb-9467-08f7096b4a9f)) - (segment (start 76.484764 81.862721) (end 76.48 81.905) (width 0.19) (layer "F.Cu") (net 116) (tstamp 24c704a1-3d54-4688-8a8e-e29e75acf676)) - (segment (start 79.553521 82.807037) (end 79.5958 82.8118) (width 0.19) (layer "F.Cu") (net 116) (tstamp 28ce41bc-9df6-4fd2-a7c0-7b88a103d2db)) - (segment (start 77.541053 81.52698) (end 77.461981 81.606052) (width 0.19) (layer "F.Cu") (net 116) (tstamp 2b57e035-c5f2-4692-ba8d-3bdd0e309a9c)) - (segment (start 78.0708 83.5318) (end 78.2408 83.5318) (width 0.19) (layer "F.Cu") (net 116) (tstamp 2d6f9751-3136-4d28-8a9e-0cd9bb26a883)) - (segment (start 76.67 81.715) (end 76.627722 81.719763) (width 0.19) (layer "F.Cu") (net 116) (tstamp 2e1ed5c9-c168-40c3-b373-b813fb2f506a)) - (segment (start 79.5958 82.8118) (end 81.488425 82.8118) (width 0.19) (layer "F.Cu") (net 116) (tstamp 2fd862e9-db34-40e2-a9bb-aa09460a2702)) - (segment (start 75.328815 80.382562) (end 75.314763 80.422721) (width 0.19) (layer "F.Cu") (net 116) (tstamp 30c38d61-c40c-4343-b062-4ca436ed88b8)) - (segment (start 81.705095 82.861253) (end 81.79978 82.920747) (width 0.19) (layer "F.Cu") (net 116) (tstamp 326a4693-fdaa-4642-9895-c43c0f658e2d)) - (segment (start 77.807934 82.903275) (end 77.874324 82.969665) (width 0.19) (layer "F.Cu") (net 116) (tstamp 3407777c-d948-490d-a2f0-b3ad3390e217)) - (segment (start 77.1618 82.8118) (end 77.546513 82.8118) (width 0.19) (layer "F.Cu") (net 116) (tstamp 3461eeb7-7801-4932-b532-6f5fec8d4434)) - (segment (start 75.328815 80.547437) (end 75.351452 80.583463) (width 0.19) (layer "F.Cu") (net 116) (tstamp 35eab331-86c6-4cb6-9184-78f5a185c17a)) - (segment (start 81.9878 83.7918) (end 81.992563 83.834078) (width 0.19) (layer "F.Cu") (net 116) (tstamp 3918f455-43b5-4b75-9cb3-d94d2246a79e)) - (segment (start 77.9658 83.4268) (end 77.968432 83.450164) (width 0.19) (layer "F.Cu") (net 116) (tstamp 3abc7d0d-7f0b-4ca9-ad83-e4dc3d16650e)) - (segment (start 76.371052 80.08698) (end 76.29198 80.166052) (width 0.19) (layer "F.Cu") (net 116) (tstamp 3f14e26b-7cdc-410d-b3d8-a1e1b508e5c6)) - (segment (start 77.63748 81.043253) (end 77.65 81.154374) (width 0.19) (layer "F.Cu") (net 116) (tstamp 4bbbd8c8-4e36-4cd9-a712-7bf873ec1ef3)) - (segment (start 82.220078 83.977036) (end 82.260237 83.962984) (width 0.19) (layer "F.Cu") (net 116) (tstamp 4c2fb79c-207e-4f92-8ea1-7543e9ed400d)) - (segment (start 77.924277 83.049164) (end 77.955287 83.137786) (width 0.19) (layer "F.Cu") (net 116) (tstamp 4d3f805b-53d2-4562-81c5-c956db5aea1d)) - (segment (start 76.551537 81.756452) (end 76.521453 81.786536) (width 0.19) (layer "F.Cu") (net 116) (tstamp 4e6870e4-1f97-40e7-8a7a-56d8572ba4b0)) - (segment (start 77.367296 80.704453) (end 77.461981 80.763947) (width 0.19) (layer "F.Cu") (net 116) (tstamp 4ef92708-c2d9-4531-af23-a1f9f476bf8c)) - (segment (start 78.286357 83.521401) (end 78.306266 83.508892) (width 0.19) (layer "F.Cu") (net 116) (tstamp 501d4bce-cdc1-4f22-a879-fa6401679036)) - (segment (start 75.351452 80.346536) (end 75.328815 80.382562) (width 0.19) (layer "F.Cu") (net 116) (tstamp 5039f9ed-3687-480a-b451-438b92d2c07f)) - (segment (start 76.091746 80.262479) (end 75.980625 80.275) (width 0.19) (layer "F.Cu") (net 116) (tstamp 50613ac1-50d8-41b2-be0d-eeac7e93c1bf)) - (segment (start 76.945 78.45) (end 76.945 79.28) (width 0.19) (layer "F.Cu") (net 116) (tstamp 51ce36e4-ec15-4597-aa48-2cb2bb66cff9)) - (segment (start 82.059336 83.940347) (end 82.095362 83.962984) (width 0.19) (layer "F.Cu") (net 116) (tstamp 55294602-c4e4-487a-a338-ed7752769dfd)) - (segment (start 82.867174 82.8118) (end 83.3718 82.8118) (width 0.19) (layer "F.Cu") (net 116) (tstamp 562714aa-c0c0-438a-9d24-8b0e8acf55de)) - (segment (start 78.343167 83.450164) (end 78.3458 83.4268) (width 0.19) (layer "F.Cu") (net 116) (tstamp 5774bdd1-8194-448a-aec7-dfa84546f3f4)) - (segment (start 79.017546 81.654321) (end 79.123095 81.691254) (width 0.19) (layer "F.Cu") (net 116) (tstamp 5b0e5992-43d0-4051-b54f-4291a56f93c2)) - (segment (start 77.546513 82.8118) (end 77.639813 82.822312) (width 0.19) (layer "F.Cu") (net 116) (tstamp 5b367d3d-1497-4aa7-b0d9-36ab9417df1d)) - (segment (start 77.728435 82.853322) (end 77.807934 82.903275) (width 0.19) (layer "F.Cu") (net 116) (tstamp 5c90fc84-95ac-4548-bdd9-458023368f41)) - (segment (start 84.5488 86.8856) (end 85.07 87.4068) (width 0.19) (layer "F.Cu") (net 116) (tstamp 5e066100-2ddd-4cf4-b70e-2e800bbbf810)) - (segment (start 82.296263 83.940347) (end 82.326347 83.910263) (width 0.19) (layer "F.Cu") (net 116) (tstamp 621a76b0-8cc0-4f42-9108-665d857c9cff)) - (segment (start 77.600547 81.432295) (end 77.541053 81.52698) (width 0.19) (layer "F.Cu") (net 116) (tstamp 63e61c71-224b-4a45-a318-e6a3057bc573)) - (segment (start 79.356346 81.924505) (end 79.393279 82.030054) (width 0.19) (layer "F.Cu") (net 116) (tstamp 64785f4f-92fd-44e0-8e9a-2f3a123d3461)) - (segment (start 78.322892 83.492266) (end 78.335401 83.472357) (width 0.19) (layer "F.Cu") (net 116) (tstamp 6543b822-f58e-4dae-90e3-419252c93ac4)) - (segment (start 85.07 87.4068) (end 85.07 91.27) (width 0.19) (layer "F.Cu") (net 116) (tstamp 658ce690-6c9f-41d9-8898-795178553f10)) - (segment (start 82.650504 82.861253) (end 82.756053 82.82432) (width 0.19) (layer "F.Cu") (net 116) (tstamp 694c47cb-504e-491d-90eb-b415fea4902c)) - (segment (start 77.65 81.154374) (end 77.65 81.215625) (width 0.19) (layer "F.Cu") (net 116) (tstamp 6995d692-6799-4a4b-8ee5-526e62999268)) - (segment (start 78.533819 81.750748) (end 78.628504 81.691254) (width 0.19) (layer "F.Cu") (net 116) (tstamp 6c4d8446-8c8f-40a4-9ee7-f453b9e2653f)) - (segment (start 79.296852 81.82982) (end 79.356346 81.924505) (width 0.19) (layer "F.Cu") (net 116) (tstamp 701e1175-d532-4c5e-b013-c61641cdf82e)) - (segment (start 79.123095 81.691254) (end 79.21778 81.750748) (width 0.19) (layer "F.Cu") (net 116) (tstamp 7107631d-3008-45ea-9b99-7324c892add5)) - (segment (start 78.906425 81.6418) (end 79.017546 81.654321) (width 0.19) (layer "F.Cu") (net 116) (tstamp 712800d2-6d31-48fd-89fb-bd6a85b1e45c)) - (segment (start 82.3678 83.311174) (end 82.38032 83.200053) (width 0.19) (layer "F.Cu") (net 116) (tstamp 7139156b-2052-4ab2-89c5-dcffdf426f7e)) - (segment (start 75.417562 80.636184) (end 75.457721 80.650236) (width 0.19) (layer "F.Cu") (net 116) (tstamp 7269c319-0767-4b85-898a-3b8bb1c1b467)) - (segment (start 78.025242 83.521401) (end 78.047435 83.529167) (width 0.19) (layer "F.Cu") (net 116) (tstamp 765e88c2-7918-4daa-8f5e-e11a684828f1)) - (segment (start 76.48 79.775625) (end 76.467479 79.886746) (width 0.19) (layer "F.Cu") (net 116) (tstamp 7aa48356-0363-4881-a22e-060e5a1f9201)) - (segment (start 77.461981 81.606052) (end 77.367296 81.665546) (width 0.19) (layer "F.Cu") (net 116) (tstamp 7b95f590-2273-4982-8124-36c87c237ff9)) - (segment (start 81.79978 82.920747) (end 81.878852 82.999819) (width 0.19) (layer "F.Cu") (net 116) (tstamp 7c289ea3-a8eb-4bf9-bc4d-6cc10ec3f1c3)) - (segment (start 82.417253 83.094504) (end 82.476747 82.999819) (width 0.19) (layer "F.Cu") (net 116) (tstamp 7ea7cc4a-9f54-4274-8035-370397e0f165)) - (segment (start 83.3718 82.8118) (end 84.5488 83.9888) (width 0.19) (layer "F.Cu") (net 116) (tstamp 7f40c856-382c-4bbd-93d8-6fb835f56b9c)) - (segment (start 78.734053 81.654321) (end 78.845174 81.6418) (width 0.19) (layer "F.Cu") (net 116) (tstamp 7f58cd76-4864-4f5f-9f53-2c98b95a7a5e)) - (segment (start 77.639813 82.822312) (end 77.728435 82.853322) (width 0.19) (layer "F.Cu") (net 116) (tstamp 7f9b3afe-36aa-4100-8eb1-fe067dbbac71)) - (segment (start 79.424615 82.704238) (end 79.447252 82.740264) (width 0.19) (layer "F.Cu") (net 116) (tstamp 87cb998e-4374-4fa5-80f2-a9ac2e0f7d0f)) - (segment (start 75.314763 80.422721) (end 75.31 80.465) (width 0.19) (layer "F.Cu") (net 116) (tstamp 89cfe07c-b311-490b-a875-0a71de4bf2f3)) - (segment (start 84.5488 83.9888) (end 84.5488 86.8856) (width 0.19) (layer "F.Cu") (net 116) (tstamp 8a4bd203-982c-47eb-8d5f-c6411ccb82db)) - (segment (start 76.430546 79.992295) (end 76.371052 80.08698) (width 0.19) (layer "F.Cu") (net 116) (tstamp 8c76b6f5-ee3a-4ad1-bdeb-0ae5ad222b2c)) - (segment (start 79.513362 82.792985) (end 79.553521 82.807037) (width 0.19) (layer "F.Cu") (net 116) (tstamp 8f231690-1732-47a4-90a6-90695890cfcc)) - (segment (start 76.521453 81.786536) (end 76.498816 81.822562) (width 0.19) (layer "F.Cu") (net 116) (tstamp 918959b8-9288-4c0c-ae06-910b676ebb49)) - (segment (start 77.261747 81.702479) (end 77.150626 81.715) (width 0.19) (layer "F.Cu") (net 116) (tstamp 92c33c20-8ebf-40f4-8eec-0574c9f8029b)) - (segment (start 75.980625 80.275) (end 75.5 80.275) (width 0.19) (layer "F.Cu") (net 116) (tstamp 9389fcf1-09bd-481d-a4ef-9384a42d56e2)) - (segment (start 77.988707 83.492266) (end 78.005333 83.508892) (width 0.19) (layer "F.Cu") (net 116) (tstamp 93915dab-1c1b-47e1-b561-978ee5d4fe83)) - (segment (start 82.555819 82.920747) (end 82.650504 82.861253) (width 0.19) (layer "F.Cu") (net 116) (tstamp 96139d2d-c1bd-4d47-a0e0-6cd2e2c10003)) - (segment (start 78.3458 83.4268) (end 78.3458 82.141175) (width 0.19) (layer "F.Cu") (net 116) (tstamp 982fa09f-eeba-44d9-8ab2-78b2219a92ba)) - (segment (start 77.955287 83.137786) (end 77.9658 83.231086) (width 0.19) (layer "F.Cu") (net 116) (tstamp 98d9e41e-e58a-4a5d-93bd-e0f3498c6e85)) - (segment (start 75.314763 80.507278) (end 75.328815 80.547437) (width 0.19) (layer "F.Cu") (net 116) (tstamp 9b533e2a-a396-4b85-abf3-b4e562338c74)) - (segment (start 76.197295 80.225546) (end 76.091746 80.262479) (width 0.19) (layer "F.Cu") (net 116) (tstamp 9bda1d5c-c299-49f4-8ecc-fbce1c1f38f7)) - (segment (start 76.48 79.745) (end 76.48 79.775625) (width 0.19) (layer "F.Cu") (net 116) (tstamp 9feb89e8-a76d-45d5-8af6-f4e73565a5d4)) - (segment (start 79.4058 82.141175) (end 79.4058 82.6218) (width 0.19) (layer "F.Cu") (net 116) (tstamp a101baee-116e-4be1-9a34-0dfd37bf6955)) - (segment (start 77.874324 82.969665) (end 77.924277 83.049164) (width 0.19) (layer "F.Cu") (net 116) (tstamp a7f9e962-df3d-48ec-bb65-e4cd721b1fdb)) - (segment (start 75.457721 80.279763) (end 75.417562 80.293815) (width 0.19) (layer "F.Cu") (net 116) (tstamp a84d850c-55c4-4dbc-a068-1021420b8e3b)) - (segment (start 75.31 80.465) (end 75.314763 80.507278) (width 0.19) (layer "F.Cu") (net 116) (tstamp aa11e936-cdab-420f-a78f-caa32c69260a)) - (segment (start 78.2408 83.5318) (end 78.264164 83.529167) (width 0.19) (layer "F.Cu") (net 116) (tstamp aba076c8-6076-4aad-ba55-ee571a49789c)) - (segment (start 81.9878 83.311174) (end 81.9878 83.7918) (width 0.19) (layer "F.Cu") (net 116) (tstamp ae41ddc8-040a-4a4c-a52c-c9a78e4e42c9)) - (segment (start 82.348984 83.874237) (end 82.363036 83.834078) (width 0.19) (layer "F.Cu") (net 116) (tstamp b05bc7c8-c777-46cb-992c-675a01f2ec86)) - (segment (start 82.756053 82.82432) (end 82.867174 82.8118) (width 0.19) (layer "F.Cu") (net 116) (tstamp b3bb3afd-0c5e-4d37-b0c0-6be758fe9570)) - (segment (start 81.975279 83.200053) (end 81.9878 83.311174) (width 0.19) (layer "F.Cu") (net 116) (tstamp b4169a8e-18b5-44ca-805a-3c8b3f7f3c21)) - (segment (start 82.326347 83.910263) (end 82.348984 83.874237) (width 0.19) (layer "F.Cu") (net 116) (tstamp b4d49ec5-8673-4fa4-863f-d751fb2fb39d)) - (segment (start 76.48 82.13) (end 77.1618 82.8118) (width 0.19) (layer "F.Cu") (net 116) (tstamp b4da0752-9255-4bac-97d9-905e5effd578)) - (segment (start 81.599546 82.82432) (end 81.705095 82.861253) (width 0.19) (layer "F.Cu") (net 116) (tstamp b54c8dc8-4d54-40c6-8cf3-b0d8930fbdd1)) - (segment (start 82.029252 83.910263) (end 82.059336 83.940347) (width 0.19) (layer "F.Cu") (net 116) (tstamp b817450e-6b27-4189-817d-6368469ba5d9)) - (segment (start 76.587563 81.733815) (end 76.551537 81.756452) (width 0.19) (layer "F.Cu") (net 116) (tstamp ba884cb2-63bf-4c50-8b66-c3860de5c02e)) - (segment (start 75.5 80.655) (end 77.150626 80.655) (width 0.19) (layer "F.Cu") (net 116) (tstamp be5ec1ea-219c-4d90-a7fa-10877a9e34cd)) - (segment (start 77.63748 81.326746) (end 77.600547 81.432295) (width 0.19) (layer "F.Cu") (net 116) (tstamp c06319b8-828c-45ad-ac58-f153ffd2bb82)) - (segment (start 76.627722 81.719763) (end 76.587563 81.733815) (width 0.19) (layer "F.Cu") (net 116) (tstamp c344f906-0de8-44d1-959b-83d7cf9f3e3f)) - (segment (start 75.417562 80.293815) (end 75.381536 80.316452) (width 0.19) (layer "F.Cu") (net 116) (tstamp c417a097-3716-42e2-a277-85bd091132c6)) - (segment (start 78.395253 81.924505) (end 78.454747 81.82982) (width 0.19) (layer "F.Cu") (net 116) (tstamp c50648e3-d832-40ab-97aa-98c6541e7e5b)) - (segment (start 77.600547 80.937704) (end 77.63748 81.043253) (width 0.19) (layer "F.Cu") (net 116) (tstamp c50735f4-6020-400c-a452-2ae81a0d9fc9)) - (segment (start 77.65 81.215625) (end 77.63748 81.326746) (width 0.19) (layer "F.Cu") (net 116) (tstamp ceeaa25e-5dd0-4b0b-abeb-d03824759358)) - (segment (start 76.48 81.905) (end 76.48 82.13) (width 0.19) (layer "F.Cu") (net 116) (tstamp d18540cc-7c2f-43ec-944a-ac415cbaf3fd)) - (segment (start 78.628504 81.691254) (end 78.734053 81.654321) (width 0.19) (layer "F.Cu") (net 116) (tstamp d4cdb3fb-b506-4945-a14b-7c5d340efa50)) - (segment (start 82.3678 83.7918) (end 82.3678 83.311174) (width 0.19) (layer "F.Cu") (net 116) (tstamp d52d6dac-e0dc-43f7-adb2-c28cdd357ce8)) - (segment (start 75.5 80.275) (end 75.457721 80.279763) (width 0.19) (layer "F.Cu") (net 116) (tstamp d700fab8-54ff-4598-b1ed-2da6ebf65439)) - (segment (start 76.945 79.28) (end 76.48 79.745) (width 0.19) (layer "F.Cu") (net 116) (tstamp d7a258e2-d08c-4fd4-b61c-45edb53abc36)) - (segment (start 82.363036 83.834078) (end 82.3678 83.7918) (width 0.19) (layer "F.Cu") (net 116) (tstamp d7a292ee-143d-4a40-b486-e947e1002c69)) - (segment (start 78.306266 83.508892) (end 78.322892 83.492266) (width 0.19) (layer "F.Cu") (net 116) (tstamp d977a94d-6c9a-43b3-ae85-8020f05b746b)) - (segment (start 75.381536 80.316452) (end 75.351452 80.346536) (width 0.19) (layer "F.Cu") (net 116) (tstamp d9f9cd76-2103-4a02-8698-c124fe624175)) - (segment (start 78.047435 83.529167) (end 78.0708 83.5318) (width 0.19) (layer "F.Cu") (net 116) (tstamp da17c545-f7d6-4b7a-b32a-9980c1fdd5ea)) - (segment (start 78.35832 82.030054) (end 78.395253 81.924505) (width 0.19) (layer "F.Cu") (net 116) (tstamp db5b3db1-1522-4f64-8767-8904a5729aa9)) - (segment (start 82.135521 83.977036) (end 82.1778 83.9818) (width 0.19) (layer "F.Cu") (net 116) (tstamp db8d6a05-f70e-480e-9940-340484e3d966)) - (segment (start 77.367296 81.665546) (end 77.261747 81.702479) (width 0.19) (layer "F.Cu") (net 116) (tstamp dc1b6b19-ccbc-4248-8ca8-8304abf46fd8)) - (segment (start 77.968432 83.450164) (end 77.976198 83.472357) (width 0.19) (layer "F.Cu") (net 116) (tstamp dd0bc3b7-bdeb-431d-8fc7-11d5fc431ce6)) - (segment (start 78.454747 81.82982) (end 78.533819 81.750748) (width 0.19) (layer "F.Cu") (net 116) (tstamp dde0a94d-9f7e-4c0d-b9bd-67d919096fa1)) - (segment (start 77.461981 80.763947) (end 77.541053 80.843019) (width 0.19) (layer "F.Cu") (net 116) (tstamp df8d538f-19c3-445a-b5f3-6d1f567a40f1)) - (segment (start 79.21778 81.750748) (end 79.296852 81.82982) (width 0.19) (layer "F.Cu") (net 116) (tstamp e07a8a1f-2f55-45df-a48e-0e2a457fd07e)) - (segment (start 81.938346 83.094504) (end 81.975279 83.200053) (width 0.19) (layer "F.Cu") (net 116) (tstamp e370e64b-1579-4d62-8fdb-aef8912519b5)) - (segment (start 79.447252 82.740264) (end 79.477336 82.770348) (width 0.19) (layer "F.Cu") (net 116) (tstamp e3d78610-a48b-4b2a-9edf-1d7c13e98198)) - (segment (start 79.477336 82.770348) (end 79.513362 82.792985) (width 0.19) (layer "F.Cu") (net 116) (tstamp e8114f3b-2f27-4cbc-82e5-8ea668dafa63)) - (segment (start 82.38032 83.200053) (end 82.417253 83.094504) (width 0.19) (layer "F.Cu") (net 116) (tstamp e8a25d38-5aa4-4107-9d31-ac0ccc1ef2d4)) - (segment (start 82.476747 82.999819) (end 82.555819 82.920747) (width 0.19) (layer "F.Cu") (net 116) (tstamp e9f39fed-d7bb-4b81-b2f3-618e19551949)) - (segment (start 75.351452 80.583463) (end 75.381536 80.613547) (width 0.19) (layer "F.Cu") (net 116) (tstamp ea7b464b-d0cf-4813-9723-6442e8bfdf5d)) - (segment (start 79.4058 82.6218) (end 79.410563 82.664079) (width 0.19) (layer "F.Cu") (net 116) (tstamp ecbf66a8-16ff-4c97-a0be-9263bc18baed)) - (segment (start 77.150626 80.655) (end 77.261747 80.66752) (width 0.19) (layer "F.Cu") (net 116) (tstamp eeaf5c2e-573f-4dd1-ac5b-fbfecd16bd55)) - (segment (start 85.07 91.27) (end 85.3 91.5) (width 0.19) (layer "F.Cu") (net 116) (tstamp eee0e712-9905-455b-9345-42af9d32ddf8)) - (segment (start 78.335401 83.472357) (end 78.343167 83.450164) (width 0.19) (layer "F.Cu") (net 116) (tstamp f101ae28-4986-4bcf-8265-69b1e80f2543)) - (segment (start 77.976198 83.472357) (end 77.988707 83.492266) (width 0.19) (layer "F.Cu") (net 116) (tstamp f4ad0534-361a-4967-ab71-475e6d58c79b)) - (segment (start 82.260237 83.962984) (end 82.296263 83.940347) (width 0.19) (layer "F.Cu") (net 116) (tstamp f543c112-e3e8-4b69-adab-faeaf3f67f68)) - (segment (start 77.9658 83.231086) (end 77.9658 83.4268) (width 0.19) (layer "F.Cu") (net 116) (tstamp f59167db-872b-4b99-80b8-512ed5d5cee0)) - (segment (start 79.393279 82.030054) (end 79.4058 82.141175) (width 0.19) (layer "F.Cu") (net 116) (tstamp f7a0212c-a673-43fe-ae57-c300516cfc9a)) - (segment (start 82.1778 83.9818) (end 82.220078 83.977036) (width 0.19) (layer "F.Cu") (net 116) (tstamp fc614e1a-ac15-48a7-ad33-9abf7a3275a3)) - (segment (start 77.541053 80.843019) (end 77.600547 80.937704) (width 0.19) (layer "F.Cu") (net 116) (tstamp fd758cad-e0d7-4141-bc52-0b1a72d4a012)) - (segment (start 77.623167 83.233435) (end 77.615401 83.211242) (width 0.19) (layer "F.Cu") (net 117) (tstamp 032983ee-e812-4071-a400-9e645fa62c9a)) - (segment (start 81.697253 84.039095) (end 81.66032 83.933546) (width 0.19) (layer "F.Cu") (net 117) (tstamp 0421db1b-df66-4562-8a25-b69ad8a2a1ec)) - (segment (start 77.12 80.995) (end 75.469374 80.995) (width 0.19) (layer "F.Cu") (net 117) (tstamp 046caca7-6452-48ac-8484-8bb8ae5c5195)) - (segment (start 78.704615 82.089363) (end 78.690563 82.129522) (width 0.19) (layer "F.Cu") (net 117) (tstamp 04c1e606-7509-4a6b-a3ab-c23c6d39cab3)) - (segment (start 76.135236 79.787278) (end 76.14 79.745) (width 0.19) (layer "F.Cu") (net 117) (tstamp 04ecab63-3ba3-4607-adfb-660554b07e19)) - (segment (start 76.189454 81.657704) (end 76.248948 81.563019) (width 0.19) (layer "F.Cu") (net 117) (tstamp 06a9ae71-e3c1-4cc3-b2e3-a63700a1b326)) - (segment (start 83.2118 83.1518) (end 82.8978 83.1518) (width 0.19) (layer "F.Cu") (net 117) (tstamp 0a6bdd72-9a6d-4fef-bc2b-7dbd4b0ca8f7)) - (segment (start 77.238464 81.333547) (end 77.268548 81.303463) (width 0.19) (layer "F.Cu") (net 117) (tstamp 0b1ccb02-cb5d-443c-8926-aa166e5cdf03)) - (segment (start 84.2088 84.1488) (end 83.2118 83.1518) (width 0.19) (layer "F.Cu") (net 117) (tstamp 0c063618-eac8-441c-8aa9-fa17b2f6c52c)) - (segment (start 81.500078 83.156563) (end 81.4578 83.1518) (width 0.19) (layer "F.Cu") (net 117) (tstamp 0d52fbf2-1bfa-42d9-ae91-95d10277d4e9)) - (segment (start 76.098547 79.863463) (end 76.121184 79.827437) (width 0.19) (layer "F.Cu") (net 117) (tstamp 0df5eab7-c1e3-4790-b3c7-36cd2cb464e6)) - (segment (start 82.208425 84.3218) (end 82.147174 84.3218) (width 0.19) (layer "F.Cu") (net 117) (tstamp 134e7d69-ce12-4f3f-8131-19801eae8228)) - (segment (start 78.266513 83.8718) (end 78.045086 83.8718) (width 0.19) (layer "F.Cu") (net 117) (tstamp 13f76433-d9fc-4f51-8436-5a1972596cce)) - (segment (start 82.712563 83.299521) (end 82.7078 83.3418) (width 0.19) (layer "F.Cu") (net 117) (tstamp 148def83-e840-40b3-b987-61484e549627)) - (segment (start 78.359813 83.861287) (end 78.266513 83.8718) (width 0.19) (layer "F.Cu") (net 117) (tstamp 15a931d1-3929-4b03-95b4-c140735d2b1a)) - (segment (start 75.675 79.28) (end 75.675 78.45) (width 0.19) (layer "F.Cu") (net 117) (tstamp 166f624f-9d52-4171-9ced-5cb6bdd9c702)) - (segment (start 78.757336 82.023253) (end 78.727252 82.053337) (width 0.19) (layer "F.Cu") (net 117) (tstamp 179fd1ce-179f-48a3-aea8-329427a4adbe)) - (segment (start 77.291185 81.102562) (end 77.268548 81.066536) (width 0.19) (layer "F.Cu") (net 117) (tstamp 1d1d1180-d14e-439a-993b-59283a64ff30)) - (segment (start 77.12 81.375) (end 77.162279 81.370236) (width 0.19) (layer "F.Cu") (net 117) (tstamp 22fd0b99-335b-4814-8e02-dee040a2d596)) - (segment (start 82.7078 83.3418) (end 82.7078 83.822425) (width 0.19) (layer "F.Cu") (net 117) (tstamp 24fa128e-b9bf-4865-8068-d8f7f5245e9a)) - (segment (start 74.98252 80.606746) (end 74.97 80.495625) (width 0.19) (layer "F.Cu") (net 117) (tstamp 26d34c7a-663c-44ce-bf5d-9011a0023f0c)) - (segment (start 76.14 81.874374) (end 76.152521 81.763253) (width 0.19) (layer "F.Cu") (net 117) (tstamp 276430ee-7a5d-49cc-bfc8-a189d35f3f0c)) - (segment (start 79.454053 83.13928) (end 79.348504 83.102347) (width 0.19) (layer "F.Cu") (net 117) (tstamp 2939a6c2-7245-480d-be39-15e09247a117)) - (segment (start 81.628984 83.259362) (end 81.606347 83.223336) (width 0.19) (layer "F.Cu") (net 117) (tstamp 299e4937-4c28-477f-ad0b-a3034df93b47)) - (segment (start 79.174747 82.963781) (end 79.115253 82.869096) (width 0.19) (layer "F.Cu") (net 117) (tstamp 2c577a47-dd99-484d-98e7-a1a6118d18cf)) - (segment (start 77.636312 83.545813) (end 77.6258 83.452513) (width 0.19) (layer "F.Cu") (net 117) (tstamp 3064363d-f6c5-452f-a8e1-931c68c1d1c5)) - (segment (start 78.6858 83.452513) (end 78.675287 83.545813) (width 0.19) (layer "F.Cu") (net 117) (tstamp 30c09179-27b1-46a1-8b7f-52075e174d5d)) - (segment (start 84.2088 87.0282) (end 84.2088 84.1488) (width 0.19) (layer "F.Cu") (net 117) (tstamp 315a378e-cf44-42c9-a926-d09acef28212)) - (segment (start 77.305237 81.227278) (end 77.31 81.185) (width 0.19) (layer "F.Cu") (net 117) (tstamp 3326710d-69e9-4099-a97d-86d21f9b321f)) - (segment (start 82.855521 83.156563) (end 82.815362 83.170615) (width 0.19) (layer "F.Cu") (net 117) (tstamp 34f49b81-03af-49c6-80ba-1d6c08956c69)) - (segment (start 76.248948 81.563019) (end 76.32802 81.483947) (width 0.19) (layer "F.Cu") (net 117) (tstamp 38573ee9-02d4-4361-96f6-67e115767ba9)) - (segment (start 78.045086 83.8718) (end 77.951786 83.861287) (width 0.19) (layer "F.Cu") (net 117) (tstamp 38c8d13c-d60b-4203-9dc8-3ee086e34d77)) - (segment (start 77.586266 83.174707) (end 77.566357 83.162198) (width 0.19) (layer "F.Cu") (net 117) (tstamp 3dd68dde-fa6a-4678-8da5-bedcb21224da)) - (segment (start 75.252704 80.945546) (end 75.158019 80.886052) (width 0.19) (layer "F.Cu") (net 117) (tstamp 3f65c4bd-282c-46b6-be29-3255d65994f3)) - (segment (start 78.793362 82.000616) (end 78.757336 82.023253) (width 0.19) (layer "F.Cu") (net 117) (tstamp 3f680384-dde5-43fe-ae66-7e84ca7b2960)) - (segment (start 76.639375 81.375) (end 77.12 81.375) (width 0.19) (layer "F.Cu") (net 117) (tstamp 42a2b2c3-5ebb-49d9-aedb-3a59eff4693b)) - (segment (start 76.528254 81.38752) (end 76.639375 81.375) (width 0.19) (layer "F.Cu") (net 117) (tstamp 44356c0d-9b78-48f4-a3d4-ef05db46f5b0)) - (segment (start 82.425095 84.272346) (end 82.319546 84.309279) (width 0.19) (layer "F.Cu") (net 117) (tstamp 44e4199d-9a44-4390-be79-46db6e1a8ab7)) - (segment (start 78.675287 83.545813) (end 78.644277 83.634435) (width 0.19) (layer "F.Cu") (net 117) (tstamp 45b35778-5b42-45b5-9373-4070b82d2d64)) - (segment (start 81.6478 83.3418) (end 81.643036 83.299521) (width 0.19) (layer "F.Cu") (net 117) (tstamp 4837dbb1-4aa5-47bc-ad85-830f60f9154f)) - (segment (start 77.951786 83.861287) (end 77.863164 83.830277) (width 0.19) (layer "F.Cu") (net 117) (tstamp 49fb3fcb-e2cb-4d87-9fef-1064751f6f1d)) - (segment (start 76.152521 81.763253) (end 76.189454 81.657704) (width 0.19) (layer "F.Cu") (net 117) (tstamp 4e24b314-e05b-43cf-a94e-9cd9a7f098a1)) - (segment (start 82.779336 83.193252) (end 82.749252 83.223336) (width 0.19) (layer "F.Cu") (net 117) (tstamp 4fa580aa-b85d-4ae8-9378-5e7ebbe09297)) - (segment (start 77.268548 81.303463) (end 77.291185 81.267437) (width 0.19) (layer "F.Cu") (net 117) (tstamp 56459b18-45d7-4c0f-a105-5ccf602efeea)) - (segment (start 81.66032 83.933546) (end 81.6478 83.822425) (width 0.19) (layer "F.Cu") (net 117) (tstamp 57038053-edc6-4c25-96eb-1eb96c9030ec)) - (segment (start 78.527934 83.780324) (end 78.448435 83.830277) (width 0.19) (layer "F.Cu") (net 117) (tstamp 58384b45-46e8-4700-a9e2-ec2006ff86bc)) - (segment (start 79.565174 83.1518) (end 79.454053 83.13928) (width 0.19) (layer "F.Cu") (net 117) (tstamp 5a24153b-bbbe-445a-adb4-43d1faaeefb1)) - (segment (start 79.253819 83.042853) (end 79.174747 82.963781) (width 0.19) (layer "F.Cu") (net 117) (tstamp 5b02613f-efef-4dd0-85cc-be1c896d096d)) - (segment (start 84.73 91.27) (end 84.73 87.5494) (width 0.19) (layer "F.Cu") (net 117) (tstamp 5d17f24e-8476-4ac5-9700-8c367183ed7f)) - (segment (start 84.73 87.5494) (end 84.2088 87.0282) (width 0.19) (layer "F.Cu") (net 117) (tstamp 5d8d8bc3-0909-447a-ad63-1de268dd75be)) - (segment (start 76.14 79.745) (end 75.675 79.28) (width 0.19) (layer "F.Cu") (net 117) (tstamp 60326336-7b2b-461c-98a1-dabb6c7f4270)) - (segment (start 75.469374 79.935) (end 75.95 79.935) (width 0.19) (layer "F.Cu") (net 117) (tstamp 60e2be4a-af7b-4af4-afa0-88d123bc0a82)) - (segment (start 76.032437 79.916184) (end 76.068463 79.893547) (width 0.19) (layer "F.Cu") (net 117) (tstamp 6146eab9-fca2-4bb4-bc11-0a211214f1c3)) - (segment (start 77.162279 80.999763) (end 77.12 80.995) (width 0.19) (layer "F.Cu") (net 117) (tstamp 6500a9af-de45-4a95-a856-5049be5bcd22)) - (segment (start 78.958237 82.000616) (end 78.918078 81.986564) (width 0.19) (layer "F.Cu") (net 117) (tstamp 6628d3d8-83d2-460d-98e6-b6b2da80b08c)) - (segment (start 77.31 81.185) (end 77.305237 81.142721) (width 0.19) (layer "F.Cu") (net 117) (tstamp 67a6b916-ca7a-41fc-ae72-435f634ad18a)) - (segment (start 78.594324 83.713934) (end 78.527934 83.780324) (width 0.19) (layer "F.Cu") (net 117) (tstamp 68922338-a848-4dd0-84b7-a8a63bd059bd)) - (segment (start 76.32802 81.483947) (end 76.422705 81.424453) (width 0.19) (layer "F.Cu") (net 117) (tstamp 6b4371c5-3a90-4fb2-825e-41df9b3602a8)) - (segment (start 75.95 79.935) (end 75.992278 79.930236) (width 0.19) (layer "F.Cu") (net 117) (tstamp 6e958aa7-1db9-4b24-90a4-c8c3cae6a83e)) - (segment (start 82.695279 83.933546) (end 82.658346 84.039095) (width 0.19) (layer "F.Cu") (net 117) (tstamp 71c001eb-8d0e-43ac-8ecd-70f2339bde42)) - (segment (start 82.8978 83.1518) (end 82.855521 83.156563) (width 0.19) (layer "F.Cu") (net 117) (tstamp 71ec2bcf-c838-4d93-88b9-769d3aedab35)) - (segment (start 81.540237 83.170615) (end 81.500078 83.156563) (width 0.19) (layer "F.Cu") (net 117) (tstamp 75ab8b51-2d15-471a-a9a4-eba49bbe99e8)) - (segment (start 77.566357 83.162198) (end 77.544164 83.154432) (width 0.19) (layer "F.Cu") (net 117) (tstamp 795cd1df-7fbd-43e5-b8c7-37253d4ed335)) - (segment (start 79.024347 82.053337) (end 78.994263 82.023253) (width 0.19) (layer "F.Cu") (net 117) (tstamp 79a4d627-c9cc-4d76-8b31-68992e42badf)) - (segment (start 79.061036 82.129522) (end 79.046984 82.089363) (width 0.19) (layer "F.Cu") (net 117) (tstamp 7b6ce823-e462-46b4-a6fd-c3a914d95298)) - (segment (start 76.14 82.29) (end 76.14 81.874374) (width 0.19) (layer "F.Cu") (net 117) (tstamp 7bc87a0d-e6d4-4780-ab6c-05e332dd0dff)) - (segment (start 77.162279 81.370236) (end 77.202438 81.356184) (width 0.19) (layer "F.Cu") (net 117) (tstamp 7c15e983-d86d-4112-8b09-d22a0e2aa9db)) - (segment (start 77.602892 83.191333) (end 77.586266 83.174707) (width 0.19) (layer "F.Cu") (net 117) (tstamp 7d6d569a-7369-4b37-b54d-19f8e663e1c4)) - (segment (start 82.147174 84.3218) (end 82.036053 84.309279) (width 0.19) (layer "F.Cu") (net 117) (tstamp 7d74f531-c792-4beb-b3ab-45711ef608ce)) - (segment (start 74.97 80.434374) (end 74.98252 80.323253) (width 0.19) (layer "F.Cu") (net 117) (tstamp 7d762afa-16da-4370-a601-da79b712e852)) - (segment (start 78.918078 81.986564) (end 78.8758 81.9818) (width 0.19) (layer "F.Cu") (net 117) (tstamp 80c36662-4376-4d9a-a113-6e8b250b4f5b)) - (segment (start 78.6858 82.1718) (end 78.6858 83.452513) (width 0.19) (layer "F.Cu") (net 117) (tstamp 828dbe95-df72-484b-8359-7d74924a9081)) - (segment (start 82.749252 83.223336) (end 82.726615 83.259362) (width 0.19) (layer "F.Cu") (net 117) (tstamp 85945bde-65a4-464c-8df1-b3e98a224ac0)) - (segment (start 77.291185 81.267437) (end 77.305237 81.227278) (width 0.19) (layer "F.Cu") (net 117) (tstamp 85d017ce-00d8-4b9d-9318-d2d75da9809b)) - (segment (start 81.4578 83.1518) (end 79.565174 83.1518) (width 0.19) (layer "F.Cu") (net 117) (tstamp 88b16220-4c4f-42e7-aeb8-2abb4c1d64b0)) - (segment (start 77.615401 83.211242) (end 77.602892 83.191333) (width 0.19) (layer "F.Cu") (net 117) (tstamp 89ca5dbf-ffcd-4580-a3a6-e1aae7fb38ca)) - (segment (start 76.121184 79.827437) (end 76.135236 79.787278) (width 0.19) (layer "F.Cu") (net 117) (tstamp 89cc9ca6-9bb9-4622-9549-65a2508f1be8)) - (segment (start 79.0658 82.1718) (end 79.061036 82.129522) (width 0.19) (layer "F.Cu") (net 117) (tstamp 8e54e158-76fc-4c8e-a3c6-1da9e699dd0f)) - (segment (start 75.992278 79.930236) (end 76.032437 79.916184) (width 0.19) (layer "F.Cu") (net 117) (tstamp 90514dae-c258-49f0-8ea2-e8465b60870e)) - (segment (start 82.598852 84.13378) (end 82.51978 84.212852) (width 0.19) (layer "F.Cu") (net 117) (tstamp 9421d72d-6c35-45b9-bec5-28812acbfa17)) - (segment (start 82.7078 83.822425) (end 82.695279 83.933546) (width 0.19) (layer "F.Cu") (net 117) (tstamp 94f9fc1d-fa1f-467f-a677-015d995c241e)) - (segment (start 75.019453 80.217704) (end 75.078947 80.123019) (width 0.19) (layer "F.Cu") (net 117) (tstamp 97b2f2a2-5f01-4427-b6c0-4abfca18df4f)) - (segment (start 81.643036 83.299521) (end 81.628984 83.259362) (width 0.19) (layer "F.Cu") (net 117) (tstamp 9d08780f-41dd-4f44-a71d-1980e770a14f)) - (segment (start 75.358253 79.94752) (end 75.469374 79.935) (width 0.19) (layer "F.Cu") (net 117) (tstamp 9d9de513-b0b8-4917-bc60-ace8437915b6)) - (segment (start 79.07832 82.763547) (end 79.0658 82.652426) (width 0.19) (layer "F.Cu") (net 117) (tstamp 9e9af72c-36cd-4137-88d9-d05214970ed2)) - (segment (start 77.6258 83.452513) (end 77.6258 83.2568) (width 0.19) (layer "F.Cu") (net 117) (tstamp a0ab7880-64b9-4d89-90ef-d0e980743707)) - (segment (start 78.8758 81.9818) (end 78.833521 81.986564) (width 0.19) (layer "F.Cu") (net 117) (tstamp a1dc82c7-483b-405f-bfaa-f81bfff53176)) - (segment (start 76.068463 79.893547) (end 76.098547 79.863463) (width 0.19) (layer "F.Cu") (net 117) (tstamp a23c704e-cf1d-4079-ad48-e433a8ff6f02)) - (segment (start 78.833521 81.986564) (end 78.793362 82.000616) (width 0.19) (layer "F.Cu") (net 117) (tstamp a344ec94-dcd9-46ae-9dd4-c95f08a5d127)) - (segment (start 77.268548 81.066536) (end 77.238464 81.036452) (width 0.19) (layer "F.Cu") (net 117) (tstamp a4a4a9b2-b00e-4de8-947c-82cb95b02a26)) - (segment (start 77.0018 83.1518) (end 76.14 82.29) (width 0.19) (layer "F.Cu") (net 117) (tstamp a60cae8f-8184-4052-aafa-5c693f20018a)) - (segment (start 78.690563 82.129522) (end 78.6858 82.1718) (width 0.19) (layer "F.Cu") (net 117) (tstamp a74a2ecb-b3d3-4857-b4a0-0f6b8b1ff3de)) - (segment (start 77.202438 81.013815) (end 77.162279 80.999763) (width 0.19) (layer "F.Cu") (net 117) (tstamp a7f29850-1cc4-46c1-b46d-ef6833aa6812)) - (segment (start 81.835819 84.212852) (end 81.756747 84.13378) (width 0.19) (layer "F.Cu") (net 117) (tstamp a9573b65-99e2-4b1d-bc11-425f3ef28790)) - (segment (start 81.930504 84.272346) (end 81.835819 84.212852) (width 0.19) (layer "F.Cu") (net 117) (tstamp a9abde18-ebc3-4002-b722-2bc86dd4a3d7)) - (segment (start 77.863164 83.830277) (end 77.783665 83.780324) (width 0.19) (layer "F.Cu") (net 117) (tstamp aad3ecca-07e1-46b3-8d4e-5b051506e807)) - (segment (start 79.115253 82.869096) (end 79.07832 82.763547) (width 0.19) (layer "F.Cu") (net 117) (tstamp ab5eedbe-bf43-43a6-87ca-b41cff2974ef)) - (segment (start 81.6478 83.822425) (end 81.6478 83.3418) (width 0.19) (layer "F.Cu") (net 117) (tstamp ab731dfd-2dd4-498d-958c-3d160d8187a7)) - (segment (start 77.202438 81.356184) (end 77.238464 81.333547) (width 0.19) (layer "F.Cu") (net 117) (tstamp aee17aa9-4063-4345-8a9e-06f60fdbf52e)) - (segment (start 82.036053 84.309279) (end 81.930504 84.272346) (width 0.19) (layer "F.Cu") (net 117) (tstamp b13e8723-f8d8-4f28-9777-6c1ea174d677)) - (segment (start 75.158019 80.043947) (end 75.252704 79.984453) (width 0.19) (layer "F.Cu") (net 117) (tstamp b1b11244-2b27-47ec-9510-8d42301d7457)) - (segment (start 81.756747 84.13378) (end 81.697253 84.039095) (width 0.19) (layer "F.Cu") (net 117) (tstamp b1f049ee-f5f1-47a7-b81d-3d332f99b222)) - (segment (start 79.348504 83.102347) (end 79.253819 83.042853) (width 0.19) (layer "F.Cu") (net 117) (tstamp b2379fe0-48d5-466d-894e-8e6da216df1b)) - (segment (start 81.606347 83.223336) (end 81.576263 83.193252) (width 0.19) (layer "F.Cu") (net 117) (tstamp b2c625b6-ed7a-4a50-9105-173b384188fa)) - (segment (start 75.019453 80.712295) (end 74.98252 80.606746) (width 0.19) (layer "F.Cu") (net 117) (tstamp b3f4024e-c845-4e84-a604-50ec3e25c806)) - (segment (start 79.0658 82.652426) (end 79.0658 82.1718) (width 0.19) (layer "F.Cu") (net 117) (tstamp b42b3d16-0988-4f7b-ad3f-dfc376005ee3)) - (segment (start 75.358253 80.982479) (end 75.252704 80.945546) (width 0.19) (layer "F.Cu") (net 117) (tstamp b5375a30-795b-4cf7-9ccc-662a90ba72a4)) - (segment (start 82.815362 83.170615) (end 82.779336 83.193252) (width 0.19) (layer "F.Cu") (net 117) (tstamp b8278e17-3eb3-4fd1-9f48-28b80be960d1)) - (segment (start 75.469374 80.995) (end 75.358253 80.982479) (width 0.19) (layer "F.Cu") (net 117) (tstamp baa31255-dcaa-42e5-9813-ab408734d04d)) - (segment (start 78.994263 82.023253) (end 78.958237 82.000616) (width 0.19) (layer "F.Cu") (net 117) (tstamp bc3d4f5b-663c-4281-9d35-34f106289c36)) - (segment (start 79.046984 82.089363) (end 79.024347 82.053337) (width 0.19) (layer "F.Cu") (net 117) (tstamp bd03a794-c35b-42b3-a331-b23630dee108)) - (segment (start 78.727252 82.053337) (end 78.704615 82.089363) (width 0.19) (layer "F.Cu") (net 117) (tstamp be36ee5b-66ad-4d8f-bcc4-a9b73594987a)) - (segment (start 82.319546 84.309279) (end 82.208425 84.3218) (width 0.19) (layer "F.Cu") (net 117) (tstamp c0c76d32-7e63-431c-a91f-d7e0377055a1)) - (segment (start 77.667322 83.634435) (end 77.636312 83.545813) (width 0.19) (layer "F.Cu") (net 117) (tstamp c1b88f66-c809-46f2-b417-fd2dcc47fb09)) - (segment (start 82.658346 84.039095) (end 82.598852 84.13378) (width 0.19) (layer "F.Cu") (net 117) (tstamp c4a49376-0337-41b4-b572-6ebddf88df51)) - (segment (start 78.644277 83.634435) (end 78.594324 83.713934) (width 0.19) (layer "F.Cu") (net 117) (tstamp c69efd68-b8d0-497d-ae25-5b69017e5c77)) - (segment (start 75.078947 80.123019) (end 75.158019 80.043947) (width 0.19) (layer "F.Cu") (net 117) (tstamp c7bc1157-d136-494e-a26b-e0c9397a0f48)) - (segment (start 77.5208 83.1518) (end 77.0018 83.1518) (width 0.19) (layer "F.Cu") (net 117) (tstamp c8daeb28-c525-4e55-a264-b6cb07a30f2d)) - (segment (start 84.5 91.5) (end 84.73 91.27) (width 0.19) (layer "F.Cu") (net 117) (tstamp cb30d182-7015-4e89-a57f-5cf0f91a6a00)) - (segment (start 81.576263 83.193252) (end 81.540237 83.170615) (width 0.19) (layer "F.Cu") (net 117) (tstamp ccc300cc-1b9f-42a0-aa7a-badea07fb048)) - (segment (start 76.422705 81.424453) (end 76.528254 81.38752) (width 0.19) (layer "F.Cu") (net 117) (tstamp d6a08934-0f05-4531-86f0-e5931f2293f7)) - (segment (start 77.544164 83.154432) (end 77.5208 83.1518) (width 0.19) (layer "F.Cu") (net 117) (tstamp d807ab4e-782e-412a-a12e-09a77b8c3305)) - (segment (start 82.726615 83.259362) (end 82.712563 83.299521) (width 0.19) (layer "F.Cu") (net 117) (tstamp dc433355-3ad7-4180-9e66-d99beece9b35)) - (segment (start 77.305237 81.142721) (end 77.291185 81.102562) (width 0.19) (layer "F.Cu") (net 117) (tstamp dc529472-5f5c-4aee-8587-2ceaebef495d)) - (segment (start 77.717275 83.713934) (end 77.667322 83.634435) (width 0.19) (layer "F.Cu") (net 117) (tstamp e05b7cfa-a126-4de7-a891-69e35c32483e)) - (segment (start 75.158019 80.886052) (end 75.078947 80.80698) (width 0.19) (layer "F.Cu") (net 117) (tstamp e0a3a04a-2f9e-4cce-bac0-1a7c08ef4522)) - (segment (start 77.6258 83.2568) (end 77.623167 83.233435) (width 0.19) (layer "F.Cu") (net 117) (tstamp e28785e6-23a6-4d97-8af1-f33c992f70f8)) - (segment (start 77.783665 83.780324) (end 77.717275 83.713934) (width 0.19) (layer "F.Cu") (net 117) (tstamp e753ce67-cb56-42f0-a3cb-c1a35f060ac2)) - (segment (start 75.078947 80.80698) (end 75.019453 80.712295) (width 0.19) (layer "F.Cu") (net 117) (tstamp ee4ece16-ea5e-4429-865a-74aa915cfdb5)) - (segment (start 78.448435 83.830277) (end 78.359813 83.861287) (width 0.19) (layer "F.Cu") (net 117) (tstamp f237088e-96e2-418f-90a8-1a6d3de16438)) - (segment (start 82.51978 84.212852) (end 82.425095 84.272346) (width 0.19) (layer "F.Cu") (net 117) (tstamp f5bf0ae3-d365-4548-8580-8061d71f1037)) - (segment (start 74.98252 80.323253) (end 75.019453 80.217704) (width 0.19) (layer "F.Cu") (net 117) (tstamp fa5537e7-6338-4bb0-9e15-feffe54ef305)) - (segment (start 74.97 80.495625) (end 74.97 80.434374) (width 0.19) (layer "F.Cu") (net 117) (tstamp fbdefb4d-fd15-4873-9acd-9339d311048c)) - (segment (start 77.238464 81.036452) (end 77.202438 81.013815) (width 0.19) (layer "F.Cu") (net 117) (tstamp fc65146f-31de-4f3b-a678-0e5eb0846754)) - (segment (start 75.252704 79.984453) (end 75.358253 79.94752) (width 0.19) (layer "F.Cu") (net 117) (tstamp fc9167ff-04c2-4c93-8861-366b600933d2)) - (segment (start 72.33 81.21) (end 72.33 79.7976) (width 0.19) (layer "F.Cu") (net 118) (tstamp 05e5aed7-fcfc-4948-924a-84068c260504)) - (segment (start 74.667936 83.471053) (end 74.637852 83.501137) (width 0.19) (layer "F.Cu") (net 118) (tstamp 07ebb60f-fb2a-48a4-962a-de9c09946415)) - (segment (start 82.559422 87.358362) (end 82.574372 87.292869) (width 0.19) (layer "F.Cu") (net 118) (tstamp 08808fe0-8321-40f0-87db-1dbf09a432da)) - (segment (start 83.703894 87.601912) (end 83.6 87.498018) (width 0.19) (layer "F.Cu") (net 118) (tstamp 0ef85940-4adb-41a4-83fc-003701079c89)) - (segment (start 71.209453 82.177295) (end 71.17252 82.071746) (width 0.19) (layer "F.Cu") (net 118) (tstamp 18cb0eba-8a8a-4f65-bcfb-e4b573f41717)) - (segment (start 72.342521 83.228253) (end 72.379454 83.122704) (width 0.19) (layer "F.Cu") (net 118) (tstamp 1992d216-1490-4c97-aa95-5bfb9ccd240a)) - (segment (start 74.971636 83.577322) (end 74.957584 83.537163) (width 0.19) (layer "F.Cu") (net 118) (tstamp 1a8c4807-51ee-4184-99a5-8ca606ef9a04)) - (segment (start 82.751471 86.649489) (end 80.701582 84.5996) (width 0.19) (layer "F.Cu") (net 118) (tstamp 1b56a254-a8ac-4c1f-bd8a-18987367c0d7)) - (segment (start 83.703894 90.978317) (end 83.703894 87.601912) (width 0.19) (layer "F.Cu") (net 118) (tstamp 1dc9fe8f-9ba7-4752-b35b-209e9c1d8e03)) - (segment (start 71.268947 82.27198) (end 71.209453 82.177295) (width 0.19) (layer "F.Cu") (net 118) (tstamp 1e8f3caa-a030-4464-ae06-305861ce90a1)) - (segment (start 71.548253 82.447479) (end 71.442704 82.410546) (width 0.19) (layer "F.Cu") (net 118) (tstamp 1fc058ad-015c-4037-9def-602f4afaeffa)) - (segment (start 83.175736 87.498019) (end 83.069668 87.604084) (width 0.19) (layer "F.Cu") (net 118) (tstamp 2137a754-68ae-4f4e-a1ec-bf2fd0b0da8e)) - (segment (start 74.904863 83.471053) (end 74.868837 83.448416) (width 0.19) (layer "F.Cu") (net 118) (tstamp 253dd402-7945-4965-9215-af3d12fbb86c)) - (segment (start 73.428464 82.501452) (end 73.392438 82.478815) (width 0.19) (layer "F.Cu") (net 118) (tstamp 2edd44c4-5de4-4704-8723-b2a583035ed4)) - (segment (start 71.548253 81.41252) (end 71.659374 81.4) (width 0.19) (layer "F.Cu") (net 118) (tstamp 305f4b4e-bb09-4dd2-8a7a-72ee18a3c317)) - (segment (start 83.288785 87.426986) (end 83.228258 87.456132) (width 0.19) (layer "F.Cu") (net 118) (tstamp 33e0e933-7271-4fd2-9fbb-71fc2a2a02fd)) - (segment (start 82.837452 86.895211) (end 82.837451 86.828031) (width 0.19) (layer "F.Cu") (net 118) (tstamp 34166259-b695-4995-84ae-ae012444fa7d)) - (segment (start 83.547478 87.456133) (end 83.486951 87.426985) (width 0.19) (layer "F.Cu") (net 118) (tstamp 3697f0f4-6373-4046-b61b-1ad7ff59c0f0)) - (segment (start 74.934947 83.501137) (end 74.904863 83.471053) (width 0.19) (layer "F.Cu") (net 118) (tstamp 37ee2ee5-5ff9-40e8-92ab-916139fab015)) - (segment (start 72.33 83.987718) (end 72.33 83.339374) (width 0.19) (layer "F.Cu") (net 118) (tstamp 3c407d2e-acb4-4954-aa89-953b5bf32219)) - (segment (start 82.574371 87.491035) (end 82.559423 87.425542) (width 0.19) (layer "F.Cu") (net 118) (tstamp 408ec30e-75c0-47bf-b5c7-39debd044b89)) - (segment (start 72.829375 82.84) (end 73.31 82.84) (width 0.19) (layer "F.Cu") (net 118) (tstamp 44207840-dc74-4d0d-945e-c789f2057a59)) - (segment (start 74.5964 84.100226) (end 74.583879 84.211347) (width 0.19) (layer "F.Cu") (net 118) (tstamp 44fb6ff5-66a5-430f-a711-1c86b2b9bf27)) - (segment (start 74.744121 83.434364) (end 74.703962 83.448416) (width 0.19) (layer "F.Cu") (net 118) (tstamp 46d61df5-6f9c-4adc-a561-3ee6eabf14c9)) - (segment (start 74.868837 83.448416) (end 74.828678 83.434364) (width 0.19) (layer "F.Cu") (net 118) (tstamp 47897850-63c5-4efc-850e-6228078bb7fd)) - (segment (start 71.16 81.899374) (end 71.17252 81.788253) (width 0.19) (layer "F.Cu") (net 118) (tstamp 4b888a50-5370-4bf7-8b51-30c46a355df4)) - (segment (start 74.7864 83.4296) (end 74.744121 83.434364) (width 0.19) (layer "F.Cu") (net 118) (tstamp 4d0b4730-b3d1-43cb-accd-4cc79974c8c5)) - (segment (start 71.442704 81.449453) (end 71.548253 81.41252) (width 0.19) (layer "F.Cu") (net 118) (tstamp 50581b30-3b51-44ee-a91b-60b6946454b3)) - (segment (start 80.701582 84.5996) (end 75.475774 84.5996) (width 0.19) (layer "F.Cu") (net 118) (tstamp 539c89a6-2166-48a4-9d80-c821c5878b05)) - (segment (start 73.31 82.46) (end 71.659374 82.46) (width 0.19) (layer "F.Cu") (net 118) (tstamp 53d08dff-55c3-471b-a196-29c9997738a7)) - (segment (start 73.392438 82.478815) (end 73.352279 82.464763) (width 0.19) (layer "F.Cu") (net 118) (tstamp 558c51b3-5a50-4dfc-b3fb-8cd54beec97f)) - (segment (start 75.259104 84.550147) (end 75.164419 84.490653) (width 0.19) (layer "F.Cu") (net 118) (tstamp 5682f88e-f517-4df7-a9c6-71d974b02487)) - (segment (start 74.097025 84.5996) (end 72.941882 84.5996) (width 0.19) (layer "F.Cu") (net 118) (tstamp 594e6540-6208-46c1-b5d4-dcb0989d0555)) - (segment (start 83.7 90.982211) (end 83.703894 90.978317) (width 0.15) (layer "F.Cu") (net 118) (tstamp 5e63cadd-7129-4602-85ba-a2e3a92d35da)) - (segment (start 72.379454 83.122704) (end 72.438948 83.028019) (width 0.19) (layer "F.Cu") (net 118) (tstamp 5fe5f375-4e42-4c76-a2a1-ff8c6cf7ef08)) - (segment (start 72.33 83.339374) (end 72.342521 83.228253) (width 0.19) (layer "F.Cu") (net 118) (tstamp 62fd05da-18be-4540-b449-44960a4a13cc)) - (segment (start 71.209453 81.682704) (end 71.268947 81.588019) (width 0.19) (layer "F.Cu") (net 118) (tstamp 636f34ca-fe5c-4fa3-9b0a-fc24e3fb6a40)) - (segment (start 73.458548 82.768463) (end 73.481185 82.732437) (width 0.19) (layer "F.Cu") (net 118) (tstamp 63e5ff26-038e-439d-8c62-8aaacf766e0c)) - (segment (start 82.837451 86.828031) (end 82.822503 86.762538) (width 0.19) (layer "F.Cu") (net 118) (tstamp 64ae7880-ed3a-4487-9340-03c8a9b59359)) - (segment (start 83.486951 87.426985) (end 83.421458 87.412037) (width 0.19) (layer "F.Cu") (net 118) (tstamp 65f29be7-48a1-4d66-ae8b-22966b008698)) - (segment (start 75.085347 84.411581) (end 75.025853 84.316896) (width 0.19) (layer "F.Cu") (net 118) (tstamp 6e5e3d92-cdf9-42e6-94a9-9762d1429ab6)) - (segment (start 82.603519 87.551562) (end 82.574371 87.491035) (width 0.19) (layer "F.Cu") (net 118) (tstamp 6e7e407b-0d47-4dbd-9bf1-a34a597b3588)) - (segment (start 83.069668 87.604084) (end 83.017147 87.64597) (width 0.19) (layer "F.Cu") (net 118) (tstamp 7070310a-657f-44bc-9016-03478f46faa5)) - (segment (start 74.98892 84.211347) (end 74.9764 84.100226) (width 0.19) (layer "F.Cu") (net 118) (tstamp 72504f11-f169-4f76-9103-8f0a4cac0355)) - (segment (start 82.758454 87.675117) (end 82.697927 87.645969) (width 0.19) (layer "F.Cu") (net 118) (tstamp 72dde318-a584-48d9-bd77-fc61c9c8eb1a)) - (segment (start 74.828678 83.434364) (end 74.7864 83.4296) (width 0.19) (layer "F.Cu") (net 118) (tstamp 7349c1ab-64ef-42ce-90b2-1e8844d20382)) - (segment (start 72.311184 81.292437) (end 72.325236 81.252278) (width 0.19) (layer "F.Cu") (net 118) (tstamp 7371030c-e749-4243-9d28-0ced56d1712a)) - (segment (start 73.428464 82.798547) (end 73.458548 82.768463) (width 0.19) (layer "F.Cu") (net 118) (tstamp 750644c1-86f5-4c6e-9b7f-55b5431e304f)) - (segment (start 73.458548 82.531536) (end 73.428464 82.501452) (width 0.19) (layer "F.Cu") (net 118) (tstamp 761fe907-e5d9-42db-98c6-e1ff4e3d741c)) - (segment (start 73.392438 82.821184) (end 73.428464 82.798547) (width 0.19) (layer "F.Cu") (net 118) (tstamp 78e9fb0c-04a5-4088-a599-fae1a0fda152)) - (segment (start 71.659374 82.46) (end 71.548253 82.447479) (width 0.19) (layer "F.Cu") (net 118) (tstamp 79c6174e-308c-4188-a00d-615078ea377e)) - (segment (start 82.75147 87.073752) (end 82.793356 87.021231) (width 0.19) (layer "F.Cu") (net 118) (tstamp 79e5be35-ba2c-4cca-80e6-59e097b31534)) - (segment (start 73.5 82.65) (end 73.495237 82.607721) (width 0.19) (layer "F.Cu") (net 118) (tstamp 7af82ed2-a54e-42b9-ae2e-4355c2f65219)) - (segment (start 72.51802 82.948947) (end 72.612705 82.889453) (width 0.19) (layer "F.Cu") (net 118) (tstamp 7b3c629d-da61-4b40-a0b3-eff98c08378d)) - (segment (start 83.354278 87.412036) (end 83.288785 87.426986) (width 0.19) (layer "F.Cu") (net 118) (tstamp 7fdfee26-10cd-4247-b234-dcf3fd07e96b)) - (segment (start 71.865 79.3326) (end 71.865 78.45) (width 0.19) (layer "F.Cu") (net 118) (tstamp 82e86ded-6ef0-4071-9932-633313c36400)) - (segment (start 82.822502 86.960704) (end 82.837452 86.895211) (width 0.19) (layer "F.Cu") (net 118) (tstamp 840ad091-023c-4369-b33c-3d0a4b61211f)) - (segment (start 75.475774 84.5996) (end 75.364653 84.58708) (width 0.19) (layer "F.Cu") (net 118) (tstamp 842fa1fe-d3d9-4bc9-9e7f-83a0acac2461)) - (segment (start 74.40838 84.490653) (end 74.313695 84.550147) (width 0.19) (layer "F.Cu") (net 118) (tstamp 85e9d98c-58e1-4f28-8c17-acf434e6ec93)) - (segment (start 74.9764 84.100226) (end 74.9764 83.6196) (width 0.19) (layer "F.Cu") (net 118) (tstamp 86e137a9-2771-411e-86c0-859646a5f15f)) - (segment (start 71.17252 81.788253) (end 71.209453 81.682704) (width 0.19) (layer "F.Cu") (net 118) (tstamp 8b408a99-8ca9-46c5-887d-b29e5eaa5309)) - (segment (start 82.603518 87.232342) (end 82.645405 87.17982) (width 0.19) (layer "F.Cu") (net 118) (tstamp 8dbfbe80-45ef-4f6d-967e-7a61585412c0)) - (segment (start 72.718254 82.85252) (end 72.829375 82.84) (width 0.19) (layer "F.Cu") (net 118) (tstamp 931c61bf-2bf3-47e8-97a7-bc3e3f9c090d)) - (segment (start 74.546946 84.316896) (end 74.487452 84.411581) (width 0.19) (layer "F.Cu") (net 118) (tstamp 964ee9a7-a460-44e1-89e3-ed5e7adf38f1)) - (segment (start 74.487452 84.411581) (end 74.40838 84.490653) (width 0.19) (layer "F.Cu") (net 118) (tstamp 99992e40-dc20-4a11-86ba-f447f640311b)) - (segment (start 73.481185 82.567562) (end 73.458548 82.531536) (width 0.19) (layer "F.Cu") (net 118) (tstamp 9af3f2de-b9d4-460b-86a7-32171488fd22)) - (segment (start 72.941882 84.5996) (end 72.33 83.987718) (width 0.19) (layer "F.Cu") (net 118) (tstamp 9af5594e-e861-4257-879d-dd72da5cd8d7)) - (segment (start 72.222437 81.381184) (end 72.258463 81.358547) (width 0.19) (layer "F.Cu") (net 118) (tstamp 9b3a96f6-f800-4007-973f-923c87a791c6)) - (segment (start 82.793356 87.021231) (end 82.822502 86.960704) (width 0.19) (layer "F.Cu") (net 118) (tstamp 9c94b945-ad5e-443f-8e5c-233dcc011443)) - (segment (start 74.5964 83.6196) (end 74.5964 84.100226) (width 0.19) (layer "F.Cu") (net 118) (tstamp a016aaa5-6230-4802-a64e-c1b910c4a95c)) - (segment (start 82.559423 87.425542) (end 82.559422 87.358362) (width 0.19) (layer "F.Cu") (net 118) (tstamp a21e13ee-73c0-4aa7-a410-ce75b1d10f6a)) - (segment (start 83.6 87.498018) (end 83.547478 87.456133) (width 0.19) (layer "F.Cu") (net 118) (tstamp a566955d-5910-4abb-bb52-516fbffe2604)) - (segment (start 73.352279 82.464763) (end 73.31 82.46) (width 0.19) (layer "F.Cu") (net 118) (tstamp a757803b-14ff-428f-a3fa-6b75a2d71bdb)) - (segment (start 74.957584 83.537163) (end 74.934947 83.501137) (width 0.19) (layer "F.Cu") (net 118) (tstamp ac4764e8-c76b-45ba-ae9f-5ade273597d5)) - (segment (start 71.348019 82.351052) (end 71.268947 82.27198) (width 0.19) (layer "F.Cu") (net 118) (tstamp af1855bf-1165-47af-a318-51c7c077dc73)) - (segment (start 73.481185 82.732437) (end 73.495237 82.692278) (width 0.19) (layer "F.Cu") (net 118) (tstamp b0ad5a41-9a6a-4aba-a998-46cfb89c30f2)) - (segment (start 72.288547 81.328463) (end 72.311184 81.292437) (width 0.19) (layer "F.Cu") (net 118) (tstamp b275f341-ffeb-405b-9474-34ae25398424)) - (segment (start 71.17252 82.071746) (end 71.16 81.960625) (width 0.19) (layer "F.Cu") (net 118) (tstamp b5937a1d-d2cf-4adf-af37-fd95a3ce4028)) - (segment (start 72.182278 81.395236) (end 72.222437 81.381184) (width 0.19) (layer "F.Cu") (net 118) (tstamp bb05515f-2e75-40e9-b955-d5a87d499885)) - (segment (start 71.268947 81.588019) (end 71.348019 81.508947) (width 0.19) (layer "F.Cu") (net 118) (tstamp bbd1c20a-f2a3-4e77-8533-55f3b9a5efa3)) - (segment (start 75.364653 84.58708) (end 75.259104 84.550147) (width 0.19) (layer "F.Cu") (net 118) (tstamp c094127d-306b-4c11-be56-23fb1d275288)) - (segment (start 74.601163 83.577322) (end 74.5964 83.6196) (width 0.19) (layer "F.Cu") (net 118) (tstamp c190d89e-9712-4d18-b416-ca3a4a623235)) - (segment (start 83.228258 87.456132) (end 83.175736 87.498019) (width 0.19) (layer "F.Cu") (net 118) (tstamp c5610753-5270-4196-b60c-ef161cb1a431)) - (segment (start 75.025853 84.316896) (end 74.98892 84.211347) (width 0.19) (layer "F.Cu") (net 118) (tstamp c7b12abe-ed41-4f50-ac10-dd4835ba4d6b)) - (segment (start 72.325236 81.252278) (end 72.33 81.21) (width 0.19) (layer "F.Cu") (net 118) (tstamp ca078e73-7f39-4401-ab16-3d6bf2e2c4cd)) - (segment (start 75.164419 84.490653) (end 75.085347 84.411581) (width 0.19) (layer "F.Cu") (net 118) (tstamp ca7dc9cb-c16e-4c37-970c-27b942a5a7e8)) - (segment (start 82.574372 87.292869) (end 82.603518 87.232342) (width 0.19) (layer "F.Cu") (net 118) (tstamp cbb2e553-9a84-4a8e-b29e-b27d4b1bded5)) - (segment (start 83.421458 87.412037) (end 83.354278 87.412036) (width 0.19) (layer "F.Cu") (net 118) (tstamp cc850dc5-b03e-4031-9fe6-82f8450f7cf8)) - (segment (start 71.16 81.960625) (end 71.16 81.899374) (width 0.19) (layer "F.Cu") (net 118) (tstamp d00eb34c-2567-48c9-a05e-31a38ffacbc9)) - (segment (start 82.697927 87.645969) (end 82.645404 87.604084) (width 0.19) (layer "F.Cu") (net 118) (tstamp d3f78ab5-c29f-4893-bb68-e1304a0fc877)) - (segment (start 74.313695 84.550147) (end 74.208146 84.58708) (width 0.19) (layer "F.Cu") (net 118) (tstamp d3ff16ad-199c-4151-b51d-a68d2ef279b4)) - (segment (start 71.659374 81.4) (end 72.14 81.4) (width 0.19) (layer "F.Cu") (net 118) (tstamp d7eef30a-27ef-4d1b-8717-44760df6a163)) - (segment (start 72.258463 81.358547) (end 72.288547 81.328463) (width 0.19) (layer "F.Cu") (net 118) (tstamp d91a9b5d-6912-4767-bb72-66d4706b4dda)) - (segment (start 72.14 81.4) (end 72.182278 81.395236) (width 0.19) (layer "F.Cu") (net 118) (tstamp da959f72-6281-40f3-a701-501288021aec)) - (segment (start 82.891127 87.690066) (end 82.823947 87.690065) (width 0.19) (layer "F.Cu") (net 118) (tstamp daab761a-e185-4cfe-be14-9e0d054f34e6)) - (segment (start 73.352279 82.835236) (end 73.392438 82.821184) (width 0.19) (layer "F.Cu") (net 118) (tstamp dcc5e860-8e31-455e-9fff-99d1a4b62679)) - (segment (start 74.615215 83.537163) (end 74.601163 83.577322) (width 0.19) (layer "F.Cu") (net 118) (tstamp e0ce8632-f9df-46d0-a7b2-e7c8b1d6e07e)) - (segment (start 72.612705 82.889453) (end 72.718254 82.85252) (width 0.19) (layer "F.Cu") (net 118) (tstamp e0d41972-4853-44c3-b56e-2e6e5e611045)) - (segment (start 74.637852 83.501137) (end 74.615215 83.537163) (width 0.19) (layer "F.Cu") (net 118) (tstamp e14f9a61-7e67-4b14-baee-298f4f644b28)) - (segment (start 82.823947 87.690065) (end 82.758454 87.675117) (width 0.19) (layer "F.Cu") (net 118) (tstamp e18456f8-0f8e-48d5-904e-1c183513d0d1)) - (segment (start 82.645405 87.17982) (end 82.75147 87.073752) (width 0.19) (layer "F.Cu") (net 118) (tstamp e366d2e1-3bec-4e90-890c-3ded3abbdb14)) - (segment (start 72.33 79.7976) (end 71.865 79.3326) (width 0.19) (layer "F.Cu") (net 118) (tstamp e469efab-02d9-481a-8ff9-667805ff02b0)) - (segment (start 73.495237 82.692278) (end 73.5 82.65) (width 0.19) (layer "F.Cu") (net 118) (tstamp e9c4a692-966d-4bdf-937b-f786726bbbb3)) - (segment (start 82.793355 86.702011) (end 82.751471 86.649489) (width 0.19) (layer "F.Cu") (net 118) (tstamp ec254d45-b07c-4ead-8b60-d8e5f205e88c)) - (segment (start 73.31 82.84) (end 73.352279 82.835236) (width 0.19) (layer "F.Cu") (net 118) (tstamp ee11cad2-1209-482b-aef9-afe5eeef9131)) - (segment (start 73.495237 82.607721) (end 73.481185 82.567562) (width 0.19) (layer "F.Cu") (net 118) (tstamp f0cbddc6-b1d9-40e2-b14d-d4535f1f1e9b)) - (segment (start 71.442704 82.410546) (end 71.348019 82.351052) (width 0.19) (layer "F.Cu") (net 118) (tstamp f18a0af4-c22b-4c2b-ae65-0110681c942f)) - (segment (start 71.348019 81.508947) (end 71.442704 81.449453) (width 0.19) (layer "F.Cu") (net 118) (tstamp f218931a-28a2-400d-8221-f44f359a183d)) - (segment (start 82.822503 86.762538) (end 82.793355 86.702011) (width 0.19) (layer "F.Cu") (net 118) (tstamp f4600315-2859-4100-b700-20728bd6ae90)) - (segment (start 74.703962 83.448416) (end 74.667936 83.471053) (width 0.19) (layer "F.Cu") (net 118) (tstamp f48199cf-bc70-4608-a6c6-d28303061c72)) - (segment (start 83.7 91.5) (end 83.7 90.982211) (width 0.15) (layer "F.Cu") (net 118) (tstamp f4ce5382-76f5-4be8-8e80-743a87779c99)) - (segment (start 74.583879 84.211347) (end 74.546946 84.316896) (width 0.19) (layer "F.Cu") (net 118) (tstamp f5e6aae7-2c13-4be8-97dd-4e90c01e0ed8)) - (segment (start 83.017147 87.64597) (end 82.95662 87.675116) (width 0.19) (layer "F.Cu") (net 118) (tstamp f749455d-bed3-4083-a6b4-4813d24ca838)) - (segment (start 82.645404 87.604084) (end 82.603519 87.551562) (width 0.19) (layer "F.Cu") (net 118) (tstamp fcabeaf1-1ea9-4c78-8f83-0b274a7870cc)) - (segment (start 74.9764 83.6196) (end 74.971636 83.577322) (width 0.19) (layer "F.Cu") (net 118) (tstamp fdfc51ad-5bb5-4d37-a9fc-897ff5d4ed8a)) - (segment (start 74.208146 84.58708) (end 74.097025 84.5996) (width 0.19) (layer "F.Cu") (net 118) (tstamp ff053595-254e-4a92-9b35-d27b80d283b1)) - (segment (start 72.438948 83.028019) (end 72.51802 82.948947) (width 0.19) (layer "F.Cu") (net 118) (tstamp ff59047d-9aad-4a3c-9067-1daab615996e)) - (segment (start 82.95662 87.675116) (end 82.891127 87.690066) (width 0.19) (layer "F.Cu") (net 118) (tstamp ffe97b91-751f-4d06-9859-9b4f726468e9)) - (segment (start 82.9 91.5) (end 82.9 90.982211) (width 0.15) (layer "F.Cu") (net 119) (tstamp 00000000-0000-0000-0000-00005c251b03)) - (segment (start 82.9 90.982211) (end 82.903894 90.978317) (width 0.15) (layer "F.Cu") (net 119) (tstamp 00000000-0000-0000-0000-00005c251b06)) - (segment (start 68.554685 83.005543) (end 68.615902 82.908117) (width 0.19) (layer "F.Cu") (net 119) (tstamp 00acac7c-29b3-40c0-a0cf-1c2da39d9ba7)) - (segment (start 82.055365 88.016213) (end 79.342163 85.303011) (width 0.19) (layer "F.Cu") (net 119) (tstamp 00c8a1c2-a1d5-4598-9f78-253afd23639f)) - (segment (start 82.658172 88.77876) (end 82.592679 88.79371) (width 0.19) (layer "F.Cu") (net 119) (tstamp 02e31199-6506-4250-948f-b47be4811a3c)) - (segment (start 69.375129 82.643437) (end 69.397663 82.607573) (width 0.19) (layer "F.Cu") (net 119) (tstamp 06afc5ac-4a85-4611-a646-d14679941fba)) - (segment (start 67.78467 81.353502) (end 67.882096 81.292285) (width 0.19) (layer "F.Cu") (net 119) (tstamp 075f968e-1748-48c5-a6e1-dfd4591849ef)) - (segment (start 82.055364 88.440476) (end 82.09725 88.387955) (width 0.19) (layer "F.Cu") (net 119) (tstamp 08a29e36-283d-41fe-bc47-0d9e3f7edca0)) - (segment (start 67.882096 82.282914) (end 67.78467 82.221697) (width 0.19) (layer "F.Cu") (net 119) (tstamp 10c83777-5889-42be-92b7-5a5e453c6d21)) - (segment (start 69.375129 82.405868) (end 69.345179 82.375918) (width 0.19) (layer "F.Cu") (net 119) (tstamp 123327d8-a20c-44da-861e-34a1f508ff24)) - (segment (start 81.957947 88.962159) (end 81.916062 88.909637) (width 0.19) (layer "F.Cu") (net 119) (tstamp 136f24ab-7b8a-4b96-87e9-b51854289072)) - (segment (start 67.604088 81.640896) (end 67.642091 81.53229) (width 0.19) (layer "F.Cu") (net 119) (tstamp 1730d895-3213-45bc-a70e-97bb1fe4d61e)) - (segment (start 68.903296 82.727535) (end 69.017635 82.714653) (width 0.19) (layer "F.Cu") (net 119) (tstamp 1763eeb9-6c3b-4381-a46b-ffbfdec1a2c1)) - (segment (start 68.615902 82.908117) (end 68.697264 82.826755) (width 0.19) (layer "F.Cu") (net 119) (tstamp 1961fd7e-ea48-4fcd-9643-319fdbe0bda8)) - (segment (start 67.990702 82.320917) (end 67.882096 82.282914) (width 0.19) (layer "F.Cu") (net 119) (tstamp 1f9ead9e-a176-413e-94e0-0ab0ad620283)) - (segment (start 69.345179 82.375918) (end 69.309315 82.353384) (width 0.19) (layer "F.Cu") (net 119) (tstamp 20eec6d0-f6eb-4a26-a8df-05d21baa9716)) - (segment (start 81.871966 88.783617) (end 81.871965 88.716437) (width 0.19) (layer "F.Cu") (net 119) (tstamp 2116c76d-9e93-4b10-b30d-5e28b04fa219)) - (segment (start 68.5038 84.8638) (end 68.5038 83.228488) (width 0.19) (layer "F.Cu") (net 119) (tstamp 223873b7-2004-483f-af65-94e569d61fe2)) - (segment (start 81.916061 88.590417) (end 81.957948 88.537895) (width 0.19) (layer "F.Cu") (net 119) (tstamp 250eab80-ff32-4779-b40b-1f2a8b95ba56)) - (segment (start 82.47963 88.864743) (end 82.382211 88.962159) (width 0.19) (layer "F.Cu") (net 119) (tstamp 2512fc0e-a3d7-4b48-adc4-01abe2261077)) - (segment (start 82.790845 88.793709) (end 82.725352 88.778761) (width 0.19) (layer "F.Cu") (net 119) (tstamp 27885fda-6e4f-4ef4-948c-56da520d34f6)) - (segment (start 67.78467 82.221697) (end 67.703308 82.140335) (width 0.19) (layer "F.Cu") (net 119) (tstamp 2b4629f5-0683-4d3d-9df5-f662d0b5b3c6)) - (segment (start 69.397663 82.441732) (end 69.375129 82.405868) (width 0.19) (layer "F.Cu") (net 119) (tstamp 359cbb30-7237-49b6-842a-b3aa8d503be3)) - (segment (start 81.886915 88.650944) (end 81.916061 88.590417) (width 0.19) (layer "F.Cu") (net 119) (tstamp 3b0be981-c999-4618-9ce8-a3d25d027584)) - (segment (start 68.943011 85.303011) (end 68.5038 84.8638) (width 0.19) (layer "F.Cu") (net 119) (tstamp 3bfaf15f-42b2-4092-895f-946550d9ddd6)) - (segment (start 69.227248 82.714653) (end 69.269337 82.70991) (width 0.19) (layer "F.Cu") (net 119) (tstamp 3d4a3e1d-c69b-43e5-a8c0-516f2642b1e6)) - (segment (start 69.416395 82.5238) (end 69.411652 82.48171) (width 0.19) (layer "F.Cu") (net 119) (tstamp 4141abd4-6f38-4dcb-820d-4712831ff660)) - (segment (start 82.09725 88.068735) (end 82.055365 88.016213) (width 0.19) (layer "F.Cu") (net 119) (tstamp 45e5666b-23c8-48ce-a02f-7cef3178bbf9)) - (segment (start 67.591205 81.755235) (end 67.604088 81.640896) (width 0.19) (layer "F.Cu") (net 119) (tstamp 47f0fc71-ff78-496f-bb04-036a9aeaa71c)) - (segment (start 68.6819 82.334653) (end 68.6819 82.3338) (width 0.19) (layer "F.Cu") (net 119) (tstamp 4944e3b2-9e46-4c16-825a-60bb3167f857)) - (segment (start 81.886914 88.84911) (end 81.871966 88.783617) (width 0.19) (layer "F.Cu") (net 119) (tstamp 4dee30ae-1deb-4f98-b1e3-1320895cc9a4)) - (segment (start 68.432585 81.200134) (end 68.462535 81.170184) (width 0.19) (layer "F.Cu") (net 119) (tstamp 53a6de7b-9cdd-42d2-a20c-2570e60e6114)) - (segment (start 69.269337 82.339395) (end 69.227248 82.334653) (width 0.19) (layer "F.Cu") (net 119) (tstamp 57e87282-fda0-4fe1-9c9f-ad677bd23537)) - (segment (start 68.356743 81.236657) (end 68.396721 81.222668) (width 0.19) (layer "F.Cu") (net 119) (tstamp 5b477e6b-ba6d-4108-a26c-c5a8467efd2d)) - (segment (start 82.09725 88.387955) (end 82.126398 88.327429) (width 0.19) (layer "F.Cu") (net 119) (tstamp 5c4ef3fb-31b1-4cc2-b877-62be82f2b495)) - (segment (start 67.703308 82.140335) (end 67.642091 82.042909) (width 0.19) (layer "F.Cu") (net 119) (tstamp 5e469914-4ac0-4213-b750-176640cfc2ad)) - (segment (start 68.485069 81.13432) (end 68.499058 81.094342) (width 0.19) (layer "F.Cu") (net 119) (tstamp 689b9dac-7963-4ed8-bd29-1d769b381dc7)) - (segment (start 67.642091 82.042909) (end 67.604088 81.934303) (width 0.19) (layer "F.Cu") (net 119) (tstamp 6ca37845-c8b0-426a-bf5b-60cf4677f720)) - (segment (start 69.411652 82.567595) (end 69.416395 82.525506) (width 0.19) (layer "F.Cu") (net 119) (tstamp 6da15fb6-0bd3-45b0-b831-dbf332c93715)) - (segment (start 68.055 79.3326) (end 68.055 78.45) (width 0.19) (layer "F.Cu") (net 119) (tstamp 72aaafe1-59c5-4faa-a53f-7222ea3c210b)) - (segment (start 68.5038 81.052253) (end 68.5038 79.7814) (width 0.19) (layer "F.Cu") (net 119) (tstamp 74d0c03c-8c8d-41ca-88ef-943a50752f39)) - (segment (start 81.871965 88.716437) (end 81.886915 88.650944) (width 0.19) (layer "F.Cu") (net 119) (tstamp 761b0593-f2ff-411c-8b0c-245169f759df)) - (segment (start 82.141347 88.261934) (end 82.141347 88.194756) (width 0.19) (layer "F.Cu") (net 119) (tstamp 76c06582-5795-4518-bd4c-f1318941f448)) - (segment (start 69.345179 82.673387) (end 69.375129 82.643437) (width 0.19) (layer "F.Cu") (net 119) (tstamp 77f54dad-fe29-4a45-a081-5341fc9247a1)) - (segment (start 68.462535 81.170184) (end 68.485069 81.13432) (width 0.19) (layer "F.Cu") (net 119) (tstamp 7c15b75e-260c-477b-b803-c731cbb88717)) - (segment (start 82.32969 89.004045) (end 82.269164 89.033193) (width 0.19) (layer "F.Cu") (net 119) (tstamp 7cef73a4-2c3e-4029-a70f-f9d0a1fe9014)) - (segment (start 67.990702 81.254282) (end 68.105041 81.2414) (width 0.19) (layer "F.Cu") (net 119) (tstamp 82e59a42-c476-4a44-afa9-44352baae650)) - (segment (start 82.01047 89.004045) (end 81.957947 88.962159) (width 0.19) (layer "F.Cu") (net 119) (tstamp 8378e18f-07c0-4f62-8bfb-668d554e4b58)) - (segment (start 82.126398 88.129261) (end 82.09725 88.068735) (width 0.19) (layer "F.Cu") (net 119) (tstamp 855dd221-719d-4f13-a491-5af78b4e21ef)) - (segment (start 81.916062 88.909637) (end 81.886914 88.84911) (width 0.19) (layer "F.Cu") (net 119) (tstamp 88ea289b-ba92-49bf-93fc-9c7189f7ac27)) - (segment (start 68.5038 79.7814) (end 68.055 79.3326) (width 0.19) (layer "F.Cu") (net 119) (tstamp 8effd443-b0b6-40d4-943d-96cc25aee3c6)) - (segment (start 69.309315 82.695921) (end 69.345179 82.673387) (width 0.19) (layer "F.Cu") (net 119) (tstamp 9259a944-3fbe-4710-912e-c818d1125aa8)) - (segment (start 69.397663 82.607573) (end 69.411652 82.567595) (width 0.19) (layer "F.Cu") (net 119) (tstamp 94069df3-d084-45cb-b4f4-949947f56b07)) - (segment (start 67.604088 81.934303) (end 67.591205 81.819964) (width 0.19) (layer "F.Cu") (net 119) (tstamp 9a78ba4f-7ad6-434a-80d4-1cb7d8eb7b1e)) - (segment (start 67.882096 81.292285) (end 67.990702 81.254282) (width 0.19) (layer "F.Cu") (net 119) (tstamp 9f6e2397-6fb1-48d7-b3be-a371c7937a78)) - (segment (start 82.725352 88.778761) (end 82.658172 88.77876) (width 0.19) (layer "F.Cu") (net 119) (tstamp a020bf6e-574c-4ecb-89ab-06ce8f4215f3)) - (segment (start 68.516682 83.114149) (end 68.554685 83.005543) (width 0.19) (layer "F.Cu") (net 119) (tstamp a72b0211-01ed-437e-8ed0-dd4a1c9ad8e3)) - (segment (start 67.703308 81.434864) (end 67.78467 81.353502) (width 0.19) (layer "F.Cu") (net 119) (tstamp a79ba571-c51f-4b9a-b540-ffe850e1a04c)) - (segment (start 82.592679 88.79371) (end 82.532152 88.822856) (width 0.19) (layer "F.Cu") (net 119) (tstamp a8c6e955-9dfc-402c-a68f-f2a1040963a2)) - (segment (start 82.136491 89.048142) (end 82.070996 89.033193) (width 0.19) (layer "F.Cu") (net 119) (tstamp afb43903-35e9-4979-b900-1894511bea86)) - (segment (start 69.017635 82.714653) (end 69.227248 82.714653) (width 0.19) (layer "F.Cu") (net 119) (tstamp b41b8662-a47e-4e32-89cc-be25aca3d202)) - (segment (start 82.382211 88.962159) (end 82.32969 89.004045) (width 0.19) (layer "F.Cu") (net 119) (tstamp b5370146-7c44-45d2-9690-dc465b620837)) - (segment (start 67.591205 81.819964) (end 67.591205 81.755235) (width 0.19) (layer "F.Cu") (net 119) (tstamp b68fda76-0f5e-4a36-bcab-5b3584fae8f4)) - (segment (start 82.851372 88.822857) (end 82.790845 88.793709) (width 0.19) (layer "F.Cu") (net 119) (tstamp b8576b39-1899-434e-a216-d803d9a57b8b)) - (segment (start 68.6819 82.3338) (end 68.105041 82.3338) (width 0.19) (layer "F.Cu") (net 119) (tstamp bac7fbd1-68f8-4b6f-a8f9-bb12a8130667)) - (segment (start 69.411652 82.48171) (end 69.397663 82.441732) (width 0.19) (layer "F.Cu") (net 119) (tstamp be2a135a-a2aa-4611-94a9-27f4b5ae252e)) - (segment (start 69.309315 82.353384) (end 69.269337 82.339395) (width 0.19) (layer "F.Cu") (net 119) (tstamp be4d0263-a0ca-4e2d-8d72-cac3a4c648d6)) - (segment (start 68.79469 82.765538) (end 68.903296 82.727535) (width 0.19) (layer "F.Cu") (net 119) (tstamp c02dec66-3347-45d6-a39c-72e292107530)) - (segment (start 68.105041 82.3338) (end 67.990702 82.320917) (width 0.19) (layer "F.Cu") (net 119) (tstamp c3830ef6-be43-4bda-a92d-9603c4d4a53f)) - (segment (start 67.642091 81.53229) (end 67.703308 81.434864) (width 0.19) (layer "F.Cu") (net 119) (tstamp c9332aec-df54-4a77-b442-bc6fc86d7f94)) - (segment (start 82.141347 88.194756) (end 82.126398 88.129261) (width 0.19) (layer "F.Cu") (net 119) (tstamp ccdab3c6-4679-4a05-8105-d580b4b8c4a3)) - (segment (start 81.957948 88.537895) (end 82.055364 88.440476) (width 0.19) (layer "F.Cu") (net 119) (tstamp d0ade068-a785-4f8f-b1b2-440023ceade8)) - (segment (start 68.499058 81.094342) (end 68.5038 81.052253) (width 0.19) (layer "F.Cu") (net 119) (tstamp d6246bde-b285-4a6b-b460-1bfb9b9cb9d8)) - (segment (start 68.396721 81.222668) (end 68.432585 81.200134) (width 0.19) (layer "F.Cu") (net 119) (tstamp daf9da28-0f62-4030-a96d-6aecd6fce210)) - (segment (start 68.5038 83.228488) (end 68.516682 83.114149) (width 0.19) (layer "F.Cu") (net 119) (tstamp dca40884-2d13-4cbb-9578-73c9e6725c52)) - (segment (start 82.903894 88.864742) (end 82.851372 88.822857) (width 0.19) (layer "F.Cu") (net 119) (tstamp e044fd7a-13ed-4916-9f2e-12e374f299f7)) - (segment (start 69.269337 82.70991) (end 69.309315 82.695921) (width 0.19) (layer "F.Cu") (net 119) (tstamp e08835d1-b006-4059-8a37-3d1cc09f3130)) - (segment (start 82.203669 89.048142) (end 82.136491 89.048142) (width 0.19) (layer "F.Cu") (net 119) (tstamp e27c78a2-cebb-482a-800a-b65a56c98f27)) - (segment (start 79.342163 85.303011) (end 68.943011 85.303011) (width 0.19) (layer "F.Cu") (net 119) (tstamp e89e487d-962c-468f-8748-4a78b03a2d87)) - (segment (start 82.126398 88.327429) (end 82.141347 88.261934) (width 0.19) (layer "F.Cu") (net 119) (tstamp ea9fa722-e327-45f6-9d6b-7b37bebbf94f)) - (segment (start 68.105041 81.2414) (end 68.314653 81.2414) (width 0.19) (layer "F.Cu") (net 119) (tstamp eb7cb112-0dc6-4e04-a48c-c6722833a597)) - (segment (start 68.697264 82.826755) (end 68.79469 82.765538) (width 0.19) (layer "F.Cu") (net 119) (tstamp eec362bb-bf42-4077-9c1d-e4fc7df8fa92)) - (segment (start 82.532152 88.822856) (end 82.47963 88.864743) (width 0.19) (layer "F.Cu") (net 119) (tstamp ef78c02e-028c-418b-afc1-43ac71d6e7a4)) - (segment (start 82.269164 89.033193) (end 82.203669 89.048142) (width 0.19) (layer "F.Cu") (net 119) (tstamp f34bcbe9-dd3e-41aa-b596-1cb4a1b38ba6)) - (segment (start 69.227248 82.334653) (end 68.6819 82.334653) (width 0.19) (layer "F.Cu") (net 119) (tstamp f6723e16-11a1-40ca-a3aa-0182b869f65f)) - (segment (start 82.070996 89.033193) (end 82.01047 89.004045) (width 0.19) (layer "F.Cu") (net 119) (tstamp f77b53dd-50e0-4183-9628-2f1478767dfa)) - (segment (start 69.416395 82.525506) (end 69.416395 82.5238) (width 0.19) (layer "F.Cu") (net 119) (tstamp f8d5d1fa-d0ca-4f93-8e2d-41b81dcfc0e2)) - (segment (start 68.314653 81.2414) (end 68.356743 81.236657) (width 0.19) (layer "F.Cu") (net 119) (tstamp faa455ea-93b0-4a12-9af2-c32e7eee6d37)) - (segment (start 82.903894 90.978317) (end 82.903894 88.864742) (width 0.19) (layer "F.Cu") (net 119) (tstamp ff476df7-7811-4a3b-9a3c-14594a603288)) - (segment (start 82.1 91.5) (end 82.1 90.982211) (width 0.15) (layer "F.Cu") (net 120) (tstamp 00000000-0000-0000-0000-00005c2518f0)) - (segment (start 82.1 90.982211) (end 82.103894 90.978317) (width 0.15) (layer "F.Cu") (net 120) (tstamp 00000000-0000-0000-0000-00005c2518f1)) - (segment (start 65.648293 84.82828) (end 65.624978 84.93043) (width 0.19) (layer "F.Cu") (net 120) (tstamp 117a69c6-586b-4874-8933-b2b6d6f17c65)) - (segment (start 81.67963 90.194313) (end 81.732152 90.152426) (width 0.19) (layer "F.Cu") (net 120) (tstamp 1180f33e-f224-4439-92e9-4a12a9c6cc68)) - (segment (start 65.921445 84.484045) (end 65.899582 84.511461) (width 0.19) (layer "F.Cu") (net 120) (tstamp 12774864-68d1-41bd-8ecd-2f52f5fadf2a)) - (segment (start 81.732152 90.152426) (end 81.792679 90.12328) (width 0.19) (layer "F.Cu") (net 120) (tstamp 13030d30-734c-4cbd-a5fd-0ec42dfec30a)) - (segment (start 66.676533 85.239131) (end 66.708127 85.223916) (width 0.19) (layer "F.Cu") (net 120) (tstamp 133a7e37-edd9-4edc-a4f0-22cbd64e0f01)) - (segment (start 81.858172 90.10833) (end 81.925352 90.108331) (width 0.19) (layer "F.Cu") (net 120) (tstamp 1fff8eda-cf00-4483-abcd-4098c2d0d203)) - (segment (start 66.02322 85.512285) (end 66.12537 85.5356) (width 0.19) (layer "F.Cu") (net 120) (tstamp 2118517c-8b8a-41ec-81ab-8062b363d313)) - (segment (start 66.12537 85.5356) (end 66.230148 85.5356) (width 0.19) (layer "F.Cu") (net 120) (tstamp 2247813f-5099-42cc-bb54-13250fbde752)) - (segment (start 66.843162 85.239131) (end 66.870579 85.260995) (width 0.19) (layer "F.Cu") (net 120) (tstamp 22481caf-a411-4676-bff1-4dbf905b91d9)) - (segment (start 81.078266 89.989163) (end 81.063316 90.054656) (width 0.19) (layer "F.Cu") (net 120) (tstamp 270362a3-8950-4f77-98e4-bac313381ddd)) - (segment (start 65.759081 84.651961) (end 65.693754 84.733879) (width 0.19) (layer "F.Cu") (net 120) (tstamp 28b4c581-3ce0-4270-b648-cde0b021b636)) - (segment (start 81.201821 90.342263) (end 81.262348 90.371411) (width 0.19) (layer "F.Cu") (net 120) (tstamp 2a1c64bd-a33b-48c1-81d8-8d20d1ee86d8)) - (segment (start 64.71 83.100418) (end 65.899582 84.289999) (width 0.19) (layer "F.Cu") (net 120) (tstamp 2ff9d7a6-b249-453e-b010-e44f393ca31d)) - (segment (start 66.649117 85.260995) (end 66.676533 85.239131) (width 0.19) (layer "F.Cu") (net 120) (tstamp 321a2845-e6e0-4930-bfd6-33010b86c3c9)) - (segment (start 66.426699 85.466824) (end 66.508617 85.401496) (width 0.19) (layer "F.Cu") (net 120) (tstamp 32a267be-7d09-4fc0-92b3-879ef08c2c00)) - (segment (start 81.149299 89.876114) (end 81.107412 89.928636) (width 0.19) (layer "F.Cu") (net 120) (tstamp 35170df7-f335-47f9-9cba-7516227db891)) - (segment (start 66.777381 85.216113) (end 66.811569 85.223916) (width 0.19) (layer "F.Cu") (net 120) (tstamp 36e57b13-3df7-42ec-957c-e2f6ac92dea9)) - (segment (start 81.297249 89.398305) (end 81.326397 89.458832) (width 0.19) (layer "F.Cu") (net 120) (tstamp 3b73cf81-d235-41af-8618-0c4dee949baa)) - (segment (start 66.508617 85.401496) (end 66.649117 85.260995) (width 0.19) (layer "F.Cu") (net 120) (tstamp 3d449522-83a2-4a5a-9bde-b31c1824732b)) - (segment (start 65.928819 85.466824) (end 66.02322 85.512285) (width 0.19) (layer "F.Cu") (net 120) (tstamp 41de5b9c-2796-4bcd-b811-50b80d97ccc6)) - (segment (start 81.063317 90.121836) (end 81.078265 90.187329) (width 0.19) (layer "F.Cu") (net 120) (tstamp 42151424-72de-42e9-bb72-9aab531a324c)) - (segment (start 81.326396 89.656998) (end 81.29725 89.717525) (width 0.19) (layer "F.Cu") (net 120) (tstamp 503ec6ae-e212-420c-8080-bbe801b6bc49)) - (segment (start 66.332298 85.512285) (end 66.426699 85.466824) (width 0.19) (layer "F.Cu") (net 120) (tstamp 546a90c2-0bff-46d3-8a2d-b116f051573d)) - (segment (start 64.71 79.745) (end 64.71 83.100418) (width 0.19) (layer "F.Cu") (net 120) (tstamp 54868a61-f8d7-4b55-a385-60c58a7ea289)) - (segment (start 81.341345 89.524325) (end 81.341346 89.591505) (width 0.19) (layer "F.Cu") (net 120) (tstamp 5a880622-77c6-4576-8a7e-d1980dc401ec)) - (segment (start 65.693754 84.733879) (end 65.648293 84.82828) (width 0.19) (layer "F.Cu") (net 120) (tstamp 5f11cbc9-4f94-4ad7-a6f8-cf893a7142bc)) - (segment (start 67.779582 86.17) (end 67.779582 86.169998) (width 0.19) (layer "F.Cu") (net 120) (tstamp 675e145f-ff58-4959-a10b-0f4679993b30)) - (segment (start 65.693754 85.231758) (end 65.759081 85.313677) (width 0.19) (layer "F.Cu") (net 120) (tstamp 6b76a6e8-618e-4376-9f34-8820c3f2f5f8)) - (segment (start 81.395021 90.38636) (end 81.460514 90.37141) (width 0.19) (layer "F.Cu") (net 120) (tstamp 709f660e-e6d0-4bd1-827f-32aca80578cf)) - (segment (start 66.811569 85.223916) (end 66.843162 85.239131) (width 0.19) (layer "F.Cu") (net 120) (tstamp 71e9e527-c0c1-4cee-bd2c-087de593da42)) - (segment (start 65.899582 84.511461) (end 65.759081 84.651961) (width 0.19) (layer "F.Cu") (net 120) (tstamp 76d31174-71d1-4770-8792-a40389b285dc)) - (segment (start 64.245 79.28) (end 64.71 79.745) (width 0.19) (layer "F.Cu") (net 120) (tstamp 7fc41378-914d-4073-b102-735bf7f58ee4)) - (segment (start 81.326397 89.458832) (end 81.341345 89.524325) (width 0.19) (layer "F.Cu") (net 120) (tstamp 81b5fd11-e9f4-4c43-80b0-63a672a7caa1)) - (segment (start 81.262348 90.371411) (end 81.327841 90.386359) (width 0.19) (layer "F.Cu") (net 120) (tstamp 81dbf23c-b2e6-4946-a551-9579f314c640)) - (segment (start 81.341346 89.591505) (end 81.326396 89.656998) (width 0.19) (layer "F.Cu") (net 120) (tstamp 8b5e0205-c587-4050-b94f-cc54059e40a4)) - (segment (start 81.792679 90.12328) (end 81.858172 90.10833) (width 0.19) (layer "F.Cu") (net 120) (tstamp 8d8fff34-bdfe-40fd-8db6-b59d24bcb492)) - (segment (start 64.245 78.45) (end 64.245 79.28) (width 0.19) (layer "F.Cu") (net 120) (tstamp 8dec6793-e1e0-4372-a6fb-1b5a13103d3c)) - (segment (start 67.779582 86.169998) (end 66.870579 85.260995) (width 0.19) (layer "F.Cu") (net 120) (tstamp 8ef3eff7-809f-4f2d-8754-572000d32517)) - (segment (start 81.149298 90.300378) (end 81.201821 90.342263) (width 0.19) (layer "F.Cu") (net 120) (tstamp 92177fdd-ba26-4d30-8678-97d6de6dedcb)) - (segment (start 65.93666 84.349009) (end 65.944463 84.383197) (width 0.19) (layer "F.Cu") (net 120) (tstamp 942958dd-085e-47cc-9b16-5711fba9cfa2)) - (segment (start 66.708127 85.223916) (end 66.742315 85.216113) (width 0.19) (layer "F.Cu") (net 120) (tstamp 98734a40-3d1c-478e-895c-4baa2166cc77)) - (segment (start 81.460514 90.37141) (end 81.521041 90.342264) (width 0.19) (layer "F.Cu") (net 120) (tstamp 9df2190e-9f4b-4de2-a2c1-29d7053ab6c9)) - (segment (start 81.107412 89.928636) (end 81.078266 89.989163) (width 0.19) (layer "F.Cu") (net 120) (tstamp a2e8a457-7e94-4209-ab67-2d36a7db9325)) - (segment (start 81.063316 90.054656) (end 81.063317 90.121836) (width 0.19) (layer "F.Cu") (net 120) (tstamp a3425917-a21e-4245-a985-ab4010fbb495)) - (segment (start 81.327841 90.386359) (end 81.395021 90.38636) (width 0.19) (layer "F.Cu") (net 120) (tstamp a389f5ae-a3ea-4235-92ca-4f5d714a2728)) - (segment (start 65.846901 85.401496) (end 65.928819 85.466824) (width 0.19) (layer "F.Cu") (net 120) (tstamp a5341750-b486-45f5-bb4e-3da98ba69466)) - (segment (start 82.051372 90.152427) (end 82.103894 90.194312) (width 0.19) (layer "F.Cu") (net 120) (tstamp a9bc1498-9bdd-4d30-a558-09b9f0ed7286)) - (segment (start 81.255364 89.770046) (end 81.149299 89.876114) (width 0.19) (layer "F.Cu") (net 120) (tstamp acb78d7b-c7e9-4c76-bddc-07ed09c9860f)) - (segment (start 81.521041 90.342264) (end 81.573562 90.300378) (width 0.19) (layer "F.Cu") (net 120) (tstamp af1b8d8a-af73-4164-abf7-747ac1cfdb1e)) - (segment (start 81.29725 89.717525) (end 81.255364 89.770046) (width 0.19) (layer "F.Cu") (net 120) (tstamp b344ef60-d81b-475a-bccd-eb65bb4e4254)) - (segment (start 81.990845 90.123279) (end 82.051372 90.152427) (width 0.19) (layer "F.Cu") (net 120) (tstamp b3bb63c6-55dd-4f0b-884f-e30194d119d3)) - (segment (start 66.230148 85.5356) (end 66.332298 85.512285) (width 0.19) (layer "F.Cu") (net 120) (tstamp b4a1779b-db62-4351-9b68-13bb74ce400b)) - (segment (start 82.103894 90.194312) (end 82.103894 90.978317) (width 0.19) (layer "F.Cu") (net 120) (tstamp b4df3032-1614-4d87-8bc4-5dfe3ecf8672)) - (segment (start 65.624978 85.035207) (end 65.648293 85.137357) (width 0.19) (layer "F.Cu") (net 120) (tstamp bd0f0b93-1e88-47ef-a957-29430ead2d09)) - (segment (start 67.779582 86.17) (end 78.079582 86.17) (width 0.19) (layer "F.Cu") (net 120) (tstamp bd9e7851-ccb2-4617-ba3b-e445716ae6f3)) - (segment (start 81.573562 90.300378) (end 81.67963 90.194313) (width 0.19) (layer "F.Cu") (net 120) (tstamp be679199-4dd7-4cff-ba3d-8a47068afa40)) - (segment (start 65.944463 84.383197) (end 65.944463 84.418263) (width 0.19) (layer "F.Cu") (net 120) (tstamp c2f74e31-91e1-41dc-bd5c-9221879f24db)) - (segment (start 78.079582 86.17) (end 81.255365 89.345783) (width 0.19) (layer "F.Cu") (net 120) (tstamp c793010c-b146-4572-8fac-1c9ea6a4f0fb)) - (segment (start 65.82661 85.381205) (end 65.846901 85.401496) (width 0.19) (layer "F.Cu") (net 120) (tstamp cb3f320c-6f9e-4ad1-a806-80082baf6c65)) - (segment (start 81.107413 90.247856) (end 81.149298 90.300378) (width 0.19) (layer "F.Cu") (net 120) (tstamp cf3250e4-4f23-4cfe-8dc4-66b78b473216)) - (segment (start 65.944463 84.418263) (end 65.93666 84.452451) (width 0.19) (layer "F.Cu") (net 120) (tstamp d12795c1-73af-4373-8c72-16541f2692e0)) - (segment (start 81.255365 89.345783) (end 81.297249 89.398305) (width 0.19) (layer "F.Cu") (net 120) (tstamp d1e4e366-e9cf-4996-82af-e03a2bb8f5b5)) - (segment (start 65.624978 84.93043) (end 65.624978 85.035207) (width 0.19) (layer "F.Cu") (net 120) (tstamp d58a7833-fa76-4cd8-8e45-85e8d4b1c178)) - (segment (start 81.925352 90.108331) (end 81.990845 90.123279) (width 0.19) (layer "F.Cu") (net 120) (tstamp d66451d9-0ea8-410b-8ebe-f019fe924330)) - (segment (start 81.078265 90.187329) (end 81.107413 90.247856) (width 0.19) (layer "F.Cu") (net 120) (tstamp e1605231-4776-43cb-bbce-dd1eaa56060c)) - (segment (start 65.759081 85.313677) (end 65.82661 85.381205) (width 0.19) (layer "F.Cu") (net 120) (tstamp e22d95a1-cf42-4652-ae68-374fda22460e)) - (segment (start 65.648293 85.137357) (end 65.693754 85.231758) (width 0.19) (layer "F.Cu") (net 120) (tstamp e2627827-ebb9-4b37-8f40-71f044209507)) - (segment (start 66.742315 85.216113) (end 66.777381 85.216113) (width 0.19) (layer "F.Cu") (net 120) (tstamp e4583a93-4738-49c4-82f9-aad1ffbe9bd8)) - (segment (start 65.921445 84.317416) (end 65.93666 84.349009) (width 0.19) (layer "F.Cu") (net 120) (tstamp eeee06f1-b1d6-4a0a-9afb-bc6f990265ed)) - (segment (start 65.899582 84.289999) (end 65.921445 84.317416) (width 0.19) (layer "F.Cu") (net 120) (tstamp f01be539-8af9-4336-b175-e7160c3959b7)) - (segment (start 65.93666 84.452451) (end 65.921445 84.484045) (width 0.19) (layer "F.Cu") (net 120) (tstamp ff6fab5b-7288-498e-8d31-cc3055d34559)) - (segment (start 69.335295 86.772853) (end 69.42998 86.832347) (width 0.19) (layer "F.Cu") (net 121) (tstamp 003b23e1-9f8f-44e1-8bbd-edccb11ef6b9)) - (segment (start 69.765721 87.888636) (end 69.808 87.8934) (width 0.19) (layer "F.Cu") (net 121) (tstamp 050d588d-ac5c-4040-88ce-7a2d860568e9)) - (segment (start 70.106947 86.911419) (end 70.186019 86.832347) (width 0.19) (layer "F.Cu") (net 121) (tstamp 05393446-e542-4965-bdf8-b21243643222)) - (segment (start 69.229746 86.73592) (end 69.335295 86.772853) (width 0.19) (layer "F.Cu") (net 121) (tstamp 0976ae08-39c8-474c-be26-5628b6c436bc)) - (segment (start 69.979184 87.785837) (end 69.993236 87.745678) (width 0.19) (layer "F.Cu") (net 121) (tstamp 0e1e508e-da81-487a-9f18-28aa1e3fdb08)) - (segment (start 66.5834 86.7234) (end 69.118625 86.7234) (width 0.19) (layer "F.Cu") (net 121) (tstamp 124c09a8-124f-4901-9b0a-4c3e13c42c9e)) - (segment (start 69.618 87.222774) (end 69.618 87.7034) (width 0.19) (layer "F.Cu") (net 121) (tstamp 16834039-4a62-4b91-b724-3329ca64dfc7)) - (segment (start 70.186019 86.832347) (end 70.280704 86.772853) (width 0.19) (layer "F.Cu") (net 121) (tstamp 172e5a15-6f5c-4128-9119-ba2935e437bc)) - (segment (start 69.998 87.222774) (end 70.01052 87.111653) (width 0.19) (layer "F.Cu") (net 121) (tstamp 2089460c-da8d-4c59-a3f4-c4396b9a45d9)) - (segment (start 69.993236 87.745678) (end 69.998 87.7034) (width 0.19) (layer "F.Cu") (net 121) (tstamp 32b2bf14-b129-4ca5-97b7-f506ab93cf88)) - (segment (start 69.926463 87.851947) (end 69.956547 87.821863) (width 0.19) (layer "F.Cu") (net 121) (tstamp 38b21de1-76b2-4aaf-a210-f0f47fdc4637)) - (segment (start 69.605479 87.111653) (end 69.618 87.222774) (width 0.19) (layer "F.Cu") (net 121) (tstamp 4723f5e3-420c-498f-bedb-b1c6c3fa9e18)) - (segment (start 69.956547 87.821863) (end 69.979184 87.785837) (width 0.19) (layer "F.Cu") (net 121) (tstamp 61542e25-9bb4-43a3-9f04-5553d6b2db23)) - (segment (start 70.01052 87.111653) (end 70.047453 87.006104) (width 0.19) (layer "F.Cu") (net 121) (tstamp 6b5f3da8-29f9-42ad-aa8f-ad2b128165de)) - (segment (start 61.705 78.45) (end 61.705 79.28) (width 0.19) (layer "F.Cu") (net 121) (tstamp 6e15b75b-60d7-4580-a4c7-66bc9677384d)) - (segment (start 61.24 81.38) (end 66.5834 86.7234) (width 0.19) (layer "F.Cu") (net 121) (tstamp 701ae27e-9ee0-455c-9f00-48cbb30a9dbe)) - (segment (start 69.890437 87.874584) (end 69.926463 87.851947) (width 0.19) (layer "F.Cu") (net 121) (tstamp 709129a3-cf8f-42ae-a88c-02cd627de08a)) - (segment (start 81.07 91.27) (end 81.3 91.5) (width 0.19) (layer "F.Cu") (net 121) (tstamp 72220e21-cffc-4d1b-b705-d0627d1aa080)) - (segment (start 70.280704 86.772853) (end 70.386253 86.73592) (width 0.19) (layer "F.Cu") (net 121) (tstamp 77eb857c-68a8-44c0-9fd9-5696b0ca7ab0)) - (segment (start 69.42998 86.832347) (end 69.509052 86.911419) (width 0.19) (layer "F.Cu") (net 121) (tstamp 77ec979a-bbed-4878-a6e4-46946d314fef)) - (segment (start 70.386253 86.73592) (end 70.497374 86.7234) (width 0.19) (layer "F.Cu") (net 121) (tstamp 7dce0df9-3c03-4d99-b668-931d27be5d82)) - (segment (start 69.689536 87.851947) (end 69.725562 87.874584) (width 0.19) (layer "F.Cu") (net 121) (tstamp 81a8578d-4991-432e-90c5-863c1508a25f)) - (segment (start 69.118625 86.7234) (end 69.229746 86.73592) (width 0.19) (layer "F.Cu") (net 121) (tstamp 8a77548a-d660-4ba3-b2e8-c9f4d780df3c)) - (segment (start 81.07 90.722) (end 81.07 91.27) (width 0.19) (layer "F.Cu") (net 121) (tstamp 8ee44ea3-b3e4-42f2-b0ee-dcf81bb527c1)) - (segment (start 69.725562 87.874584) (end 69.765721 87.888636) (width 0.19) (layer "F.Cu") (net 121) (tstamp 91bb8b47-fc6f-4d4f-8ce3-2f186f15a2fe)) - (segment (start 77.0714 86.7234) (end 81.07 90.722) (width 0.19) (layer "F.Cu") (net 121) (tstamp 956f2d50-2c8b-420d-a349-c8daef44b631)) - (segment (start 61.24 79.745) (end 61.24 81.38) (width 0.19) (layer "F.Cu") (net 121) (tstamp 97de2987-507c-4bd8-ae6e-aab51caa6c38)) - (segment (start 70.497374 86.7234) (end 77.0714 86.7234) (width 0.19) (layer "F.Cu") (net 121) (tstamp aaa938e5-df51-4d6a-9372-31d876b6cc7c)) - (segment (start 69.850278 87.888636) (end 69.890437 87.874584) (width 0.19) (layer "F.Cu") (net 121) (tstamp af94a592-0290-41d6-acfb-25e9e5f847d6)) - (segment (start 70.047453 87.006104) (end 70.106947 86.911419) (width 0.19) (layer "F.Cu") (net 121) (tstamp b9016350-04d6-478a-bec1-b25b7ff38bb7)) - (segment (start 69.568546 87.006104) (end 69.605479 87.111653) (width 0.19) (layer "F.Cu") (net 121) (tstamp bc39b306-5284-444f-85a9-8952a0ab0cca)) - (segment (start 69.998 87.7034) (end 69.998 87.222774) (width 0.19) (layer "F.Cu") (net 121) (tstamp cd562bae-2426-44e6-8196-59eee5439809)) - (segment (start 69.622763 87.745678) (end 69.636815 87.785837) (width 0.19) (layer "F.Cu") (net 121) (tstamp cf5e824f-c15b-4c19-aa9c-bb9acc0a0116)) - (segment (start 69.509052 86.911419) (end 69.568546 87.006104) (width 0.19) (layer "F.Cu") (net 121) (tstamp dc006734-5eba-43ed-a599-0387633a0c3f)) - (segment (start 69.636815 87.785837) (end 69.659452 87.821863) (width 0.19) (layer "F.Cu") (net 121) (tstamp e12c0ccb-fcea-4a8b-916b-ad9f925d6730)) - (segment (start 61.705 79.28) (end 61.24 79.745) (width 0.19) (layer "F.Cu") (net 121) (tstamp eec8ec34-bf2d-47df-a801-1df1a5b7ccfd)) - (segment (start 69.659452 87.821863) (end 69.689536 87.851947) (width 0.19) (layer "F.Cu") (net 121) (tstamp f22282a1-4b0e-4766-a4b6-a099b8643b2c)) - (segment (start 69.808 87.8934) (end 69.850278 87.888636) (width 0.19) (layer "F.Cu") (net 121) (tstamp fa2b348b-9278-4cb7-9f20-c7e0ca742d16)) - (segment (start 69.618 87.7034) (end 69.622763 87.745678) (width 0.19) (layer "F.Cu") (net 121) (tstamp fe0cbb3c-aa17-4eee-bcfd-474e47039506)) - (segment (start 69.278 87.734025) (end 69.29052 87.845146) (width 0.19) (layer "F.Cu") (net 122) (tstamp 0203bcfc-aafc-4b71-a9ca-59acef9ad030)) - (segment (start 69.777374 88.2334) (end 69.838625 88.2334) (width 0.19) (layer "F.Cu") (net 122) (tstamp 062c3e62-6132-4418-9102-8ea620d8c673)) - (segment (start 69.088 87.0634) (end 69.130278 87.068163) (width 0.19) (layer "F.Cu") (net 122) (tstamp 06e097c0-3078-4b51-976b-3e2d594f4373)) - (segment (start 70.055295 88.183946) (end 70.14998 88.124452) (width 0.19) (layer "F.Cu") (net 122) (tstamp 06ea578f-4ffe-4133-9157-a8de2c2cff9b)) - (segment (start 70.356815 87.170962) (end 70.379452 87.134936) (width 0.19) (layer "F.Cu") (net 122) (tstamp 08b51f1f-59d6-4485-a983-f22640cd23b9)) - (segment (start 60.435 79.28) (end 60.9 79.745) (width 0.19) (layer "F.Cu") (net 122) (tstamp 0c41276f-7137-4e99-8728-5268c5b6f56b)) - (segment (start 69.327453 87.950695) (end 69.386947 88.04538) (width 0.19) (layer "F.Cu") (net 122) (tstamp 0cf5128c-e217-48c5-8f79-0662f10a805a)) - (segment (start 69.259184 87.170962) (end 69.273236 87.211121) (width 0.19) (layer "F.Cu") (net 122) (tstamp 2cf5c5cf-2fd1-4013-a95f-98a8f601560d)) - (segment (start 69.236547 87.134936) (end 69.259184 87.170962) (width 0.19) (layer "F.Cu") (net 122) (tstamp 306588f9-0bef-492b-9993-ee34bb151552)) - (segment (start 69.130278 87.068163) (end 69.170437 87.082215) (width 0.19) (layer "F.Cu") (net 122) (tstamp 39211402-b9fe-4fbe-b865-b92525ce6e3f)) - (segment (start 69.560704 88.183946) (end 69.666253 88.220879) (width 0.19) (layer "F.Cu") (net 122) (tstamp 3c87c8e9-ddf9-4c5e-aafb-cc1d2f78abf4)) - (segment (start 69.170437 87.082215) (end 69.206463 87.104852) (width 0.19) (layer "F.Cu") (net 122) (tstamp 3dde0f44-0665-4453-b19d-e21159b30787)) - (segment (start 69.278 87.2534) (end 69.278 87.734025) (width 0.19) (layer "F.Cu") (net 122) (tstamp 4600b549-e24e-4889-b3b7-e9ef9d4c6984)) - (segment (start 69.386947 88.04538) (end 69.466019 88.124452) (width 0.19) (layer "F.Cu") (net 122) (tstamp 47b07f0a-8fd0-430f-a507-f3e6a09cb004)) - (segment (start 60.435 78.45) (end 60.435 79.28) (width 0.19) (layer "F.Cu") (net 122) (tstamp 575bb6cd-262c-4b83-a5e2-f6e46a426eee)) - (segment (start 70.14998 88.124452) (end 70.229052 88.04538) (width 0.19) (layer "F.Cu") (net 122) (tstamp 5888d949-d3d9-46a9-a990-f5214907a7ee)) - (segment (start 69.273236 87.211121) (end 69.278 87.2534) (width 0.19) (layer "F.Cu") (net 122) (tstamp 5c74aafb-1a1d-42fd-8951-32eaa4bc449f)) - (segment (start 70.379452 87.134936) (end 70.409536 87.104852) (width 0.19) (layer "F.Cu") (net 122) (tstamp 64af8af0-70c4-4d3f-baf4-cc6407210ae5)) - (segment (start 70.445562 87.082215) (end 70.485721 87.068163) (width 0.19) (layer "F.Cu") (net 122) (tstamp 6c8ff1e8-ea85-42ce-a076-682529c8b193)) - (segment (start 70.288546 87.950695) (end 70.325479 87.845146) (width 0.19) (layer "F.Cu") (net 122) (tstamp 7697919f-6419-43a7-b7e4-faada51a4190)) - (segment (start 70.528 87.0634) (end 76.9288 87.0634) (width 0.19) (layer "F.Cu") (net 122) (tstamp 80249f38-3d6f-4942-bb6e-3ecff896cc8d)) - (segment (start 76.9288 87.0634) (end 80.73 90.8646) (width 0.19) (layer "F.Cu") (net 122) (tstamp 869097ea-179a-49cb-b6ac-48ab7dfc4bb0)) - (segment (start 70.485721 87.068163) (end 70.528 87.0634) (width 0.19) (layer "F.Cu") (net 122) (tstamp 97226c85-e3e2-4894-9089-1db62ca23c2d)) - (segment (start 69.466019 88.124452) (end 69.560704 88.183946) (width 0.19) (layer "F.Cu") (net 122) (tstamp 97df8333-19eb-483d-8357-5f1986e4e76a)) - (segment (start 70.229052 88.04538) (end 70.288546 87.950695) (width 0.19) (layer "F.Cu") (net 122) (tstamp aa5081cc-2afd-4741-b13b-b00043a7c75e)) - (segment (start 70.409536 87.104852) (end 70.445562 87.082215) (width 0.19) (layer "F.Cu") (net 122) (tstamp b3afd6b2-53a8-4a05-a5f4-29af7e4ceb21)) - (segment (start 69.949746 88.220879) (end 70.055295 88.183946) (width 0.19) (layer "F.Cu") (net 122) (tstamp bf43ec24-28e7-4ce4-b4b9-2393c8a8a5e1)) - (segment (start 80.73 90.8646) (end 80.73 91.27) (width 0.19) (layer "F.Cu") (net 122) (tstamp c1dac7c7-720b-45c0-ab6b-95c45671d5bf)) - (segment (start 60.9 81.53) (end 66.4334 87.0634) (width 0.19) (layer "F.Cu") (net 122) (tstamp c8777a65-b71a-41ac-96a2-aafd8b1dd0c4)) - (segment (start 69.838625 88.2334) (end 69.949746 88.220879) (width 0.19) (layer "F.Cu") (net 122) (tstamp cf5ce238-bd8f-49da-85c0-ea4970cf033d)) - (segment (start 66.4334 87.0634) (end 69.088 87.0634) (width 0.19) (layer "F.Cu") (net 122) (tstamp cf6d8427-f674-4301-9cc8-4afd6efb333c)) - (segment (start 70.325479 87.845146) (end 70.338 87.734025) (width 0.19) (layer "F.Cu") (net 122) (tstamp cfaac833-ee95-4a6c-a968-02252b228900)) - (segment (start 70.338 87.734025) (end 70.338 87.2534) (width 0.19) (layer "F.Cu") (net 122) (tstamp dc17e151-85cb-4597-871e-ac2e8629b14b)) - (segment (start 60.9 79.745) (end 60.9 81.53) (width 0.19) (layer "F.Cu") (net 122) (tstamp dea17859-4b35-4115-a09c-975f56c2272b)) - (segment (start 70.342763 87.211121) (end 70.356815 87.170962) (width 0.19) (layer "F.Cu") (net 122) (tstamp e77f1d56-c211-430d-accf-66e21b6abde1)) - (segment (start 69.29052 87.845146) (end 69.327453 87.950695) (width 0.19) (layer "F.Cu") (net 122) (tstamp eaa29450-aab1-4ea3-a04e-df1bb6f4d81b)) - (segment (start 70.338 87.2534) (end 70.342763 87.211121) (width 0.19) (layer "F.Cu") (net 122) (tstamp eb12aa98-e68c-43ca-bc7f-9875f10a6dd9)) - (segment (start 80.73 91.27) (end 80.5 91.5) (width 0.19) (layer "F.Cu") (net 122) (tstamp ec7a7a39-e46c-48ab-bb4c-b026b3ba7d5e)) - (segment (start 69.666253 88.220879) (end 69.777374 88.2334) (width 0.19) (layer "F.Cu") (net 122) (tstamp f2ba1a27-e532-4fae-ab61-113a78a8283e)) - (segment (start 69.206463 87.104852) (end 69.236547 87.134936) (width 0.19) (layer "F.Cu") (net 122) (tstamp fe8509f7-76fd-449c-b387-9e6c92428ede)) - (segment (start 86.9 92.3) (end 87.300001 91.899999) (width 0.15) (layer "F.Cu") (net 123) (tstamp 00000000-0000-0000-0000-00005c252b89)) - (segment (start 90.717579 84.54252) (end 90.823128 84.579453) (width 0.19) (layer "F.Cu") (net 123) (tstamp 040091b6-3b41-4388-823e-3e4bb29961ad)) - (segment (start 89.794079 82.321746) (end 89.757146 82.427295) (width 0.19) (layer "F.Cu") (net 123) (tstamp 05f9ec85-3bd2-499e-90ac-77ba12899f5c)) - (segment (start 88.697368 83.09) (end 90.606458 83.09) (width 0.19) (layer "F.Cu") (net 123) (tstamp 08951927-dcdb-48ef-a4ba-b24fecadcc5f)) - (segment (start 88.526183 82.982437) (end 88.54882 83.018463) (width 0.19) (layer "F.Cu") (net 123) (tstamp 0a2ab516-8c00-42e4-a6c3-7c1326be2fa4)) - (segment (start 88.61493 83.071184) (end 88.655089 83.085236) (width 0.19) (layer "F.Cu") (net 123) (tstamp 0c6937ba-51f6-4519-8f84-88ceaad1bc17)) - (segment (start 88.578904 83.048547) (end 88.61493 83.071184) (width 0.19) (layer "F.Cu") (net 123) (tstamp 0cd87488-af1a-4477-9fbc-7ce7afd11eee)) - (segment (start 89.9966 85.59) (end 89.954322 85.594763) (width 0.19) (layer "F.Cu") (net 123) (tstamp 0f45c489-1f27-4e6c-94ec-665602e92e75)) - (segment (start 88.655089 82.714763) (end 88.61493 82.728815) (width 0.19) (layer "F.Cu") (net 123) (tstamp 10224ade-6f57-429e-ac15-00ad22fe9f7e)) - (segment (start 90.996885 83.96198) (end 90.917813 84.041052) (width 0.19) (layer "F.Cu") (net 123) (tstamp 114364c7-1f8b-4235-8067-60478051261a)) - (segment (start 90.823128 84.100546) (end 90.717579 84.137479) (width 0.19) (layer "F.Cu") (net 123) (tstamp 1433699e-6408-48ff-8e3a-786ab98bf4a0)) - (segment (start 89.8066 82.210625) (end 89.794079 82.321746) (width 0.19) (layer "F.Cu") (net 123) (tstamp 168f41d0-4927-4001-8390-27338686940d)) - (segment (start 89.418346 82.697479) (end 89.307225 82.71) (width 0.19) (layer "F.Cu") (net 123) (tstamp 1a989543-efd7-4d4b-a1ec-cbcc61edf372)) - (segment (start 88.54882 82.781536) (end 88.526183 82.817562) (width 0.19) (layer "F.Cu") (net 123) (tstamp 1d82602f-ea3e-4538-8d77-86ee1415a698)) - (segment (start 90.823128 84.579453) (end 90.917813 84.638947) (width 0.19) (layer "F.Cu") (net 123) (tstamp 203f4ce3-c884-42de-9cdb-aced29342910)) - (segment (start 89.8066 85.78) (end 89.8066 88.555218) (width 0.19) (layer "F.Cu") (net 123) (tstamp 22e0be77-6791-4d19-a377-1cc6548b0165)) - (segment (start 88.512131 82.857721) (end 88.507368 82.9) (width 0.19) (layer "F.Cu") (net 123) (tstamp 2873e490-c9bf-4c89-897a-2c4ba6a0f218)) - (segment (start 91.093312 83.478253) (end 91.105832 83.589374) (width 0.19) (layer "F.Cu") (net 123) (tstamp 2cf158c2-508a-432c-ba85-07cefc99e466)) - (segment (start 88.54882 84.458463) (end 88.578904 84.488547) (width 0.19) (layer "F.Cu") (net 123) (tstamp 2f579084-179d-43a4-88b5-9243e1fb8a76)) - (segment (start 88.526183 84.257562) (end 88.512131 84.297721) (width 0.19) (layer "F.Cu") (net 123) (tstamp 323274f2-2105-4d6c-846b-729d72181070)) - (segment (start 89.825416 85.697562) (end 89.811364 85.737721) (width 0.19) (layer "F.Cu") (net 123) (tstamp 32c54628-ba9f-439d-8e46-a37f5ed19b6e)) - (segment (start 90.996885 85.40198) (end 90.917813 85.481052) (width 0.19) (layer "F.Cu") (net 123) (tstamp 33d3bb03-e7de-43e7-9b78-b6bebee3ec95)) - (segment (start 88.526183 84.422437) (end 88.54882 84.458463) (width 0.19) (layer "F.Cu") (net 123) (tstamp 360e8a35-d319-4688-98f9-3f60cc165def)) - (segment (start 84.565 78.45) (end 84.565 79.28) (width 0.19) (layer "F.Cu") (net 123) (tstamp 36c747c7-03f2-4304-9560-cd439fc5ec3a)) - (segment (start 87.300001 91.061817) (end 87.311818 91.05) (width 0.15) (layer "F.Cu") (net 123) (tstamp 3f881838-2d91-44d0-9264-bfaaaf0089bb)) - (segment (start 90.606458 83.09) (end 90.717579 83.10252) (width 0.19) (layer "F.Cu") (net 123) (tstamp 3fd36cfa-1902-4c95-8d23-c93e84d4b40e)) - (segment (start 88.61493 84.168815) (end 88.578904 84.191452) (width 0.19) (layer "F.Cu") (net 123) (tstamp 40bd0573-3c41-4804-a39b-2ef5d2f9e69e)) - (segment (start 90.606458 84.15) (end 88.697368 84.15) (width 0.19) (layer "F.Cu") (net 123) (tstamp 428c5f14-5076-4145-85f3-76837b0b41f8)) - (segment (start 90.917813 84.638947) (end 90.996885 84.718019) (width 0.19) (layer "F.Cu") (net 123) (tstamp 4802eff1-a344-4d99-8d81-de6759199d18)) - (segment (start 89.523895 82.660546) (end 89.418346 82.697479) (width 0.19) (layer "F.Cu") (net 123) (tstamp 488ff63f-1512-4eec-9188-185416b28e19)) - (segment (start 88.697368 84.53) (end 90.606458 84.53) (width 0.19) (layer "F.Cu") (net 123) (tstamp 4cceec49-7c2d-4a4e-98f2-aba77bccf634)) - (segment (start 88.61493 82.728815) (end 88.578904 82.751452) (width 0.19) (layer "F.Cu") (net 123) (tstamp 529c2d9a-1c14-47a2-ac28-8742ccbc3f38)) - (segment (start 87.300001 91.899999) (end 87.300001 91.061817) (width 0.15) (layer "F.Cu") (net 123) (tstamp 54d4bf73-7dda-45cb-ace2-887dd281c77f)) - (segment (start 91.105832 83.650625) (end 91.093312 83.761746) (width 0.19) (layer "F.Cu") (net 123) (tstamp 550d6148-b27f-4819-913a-1187ee8f2e67)) - (segment (start 90.823128 85.540546) (end 90.717579 85.577479) (width 0.19) (layer "F.Cu") (net 123) (tstamp 60250710-b6ec-448a-9a76-47c76eda6bc6)) - (segment (start 90.717579 84.137479) (end 90.606458 84.15) (width 0.19) (layer "F.Cu") (net 123) (tstamp 63398651-4f6e-4e62-9035-ee4c0ea976b7)) - (segment (start 89.954322 85.594763) (end 89.914163 85.608815) (width 0.19) (layer "F.Cu") (net 123) (tstamp 68185cad-14e6-40aa-9a77-a6e5a4e688e3)) - (segment (start 91.056379 83.867295) (end 90.996885 83.96198) (width 0.19) (layer "F.Cu") (net 123) (tstamp 6ba09acc-98f1-48e4-bbc2-2b3e8d01ace7)) - (segment (start 91.093312 85.201746) (end 91.056379 85.307295) (width 0.19) (layer "F.Cu") (net 123) (tstamp 745fe90e-c09f-4980-939d-c86bb79f5d7c)) - (segment (start 88.512131 84.297721) (end 88.507368 84.34) (width 0.19) (layer "F.Cu") (net 123) (tstamp 765f4fd0-f068-4d04-a953-8890777f159f)) - (segment (start 91.056379 85.307295) (end 90.996885 85.40198) (width 0.19) (layer "F.Cu") (net 123) (tstamp 76fef458-871c-4867-a311-2db07c25db94)) - (segment (start 84.881018 81.0592) (end 89.046618 81.0592) (width 0.19) (layer "F.Cu") (net 123) (tstamp 777373b6-39b2-4574-afde-52150cdad405)) - (segment (start 91.056379 84.812704) (end 91.093312 84.918253) (width 0.19) (layer "F.Cu") (net 123) (tstamp 78007619-e171-40c9-9364-4c0a1270949e)) - (segment (start 89.757146 82.427295) (end 89.697652 82.52198) (width 0.19) (layer "F.Cu") (net 123) (tstamp 7821cb42-6184-478c-ad6a-d32093b0b8ee)) - (segment (start 89.914163 85.608815) (end 89.878137 85.631452) (width 0.19) (layer "F.Cu") (net 123) (tstamp 78815432-d35e-41a2-a9a7-e02ef02401d5)) - (segment (start 90.996885 84.718019) (end 91.056379 84.812704) (width 0.19) (layer "F.Cu") (net 123) (tstamp 78de31e4-8d4c-4852-83a5-0327196b1ea4)) - (segment (start 90.917813 84.041052) (end 90.823128 84.100546) (width 0.19) (layer "F.Cu") (net 123) (tstamp 7afa9cf0-e9ce-4a4c-8666-1282f970bfa7)) - (segment (start 88.54882 83.018463) (end 88.578904 83.048547) (width 0.19) (layer "F.Cu") (net 123) (tstamp 7b292ab1-954a-4e1e-9491-c38a40018cab)) - (segment (start 88.578904 82.751452) (end 88.54882 82.781536) (width 0.19) (layer "F.Cu") (net 123) (tstamp 7e895bde-8d5a-40b7-9647-75bc017e128c)) - (segment (start 88.697368 84.15) (end 88.655089 84.154763) (width 0.19) (layer "F.Cu") (net 123) (tstamp 7f257b01-3707-4234-a8a7-c978bc248bdc)) - (segment (start 90.917813 83.198947) (end 90.996885 83.278019) (width 0.19) (layer "F.Cu") (net 123) (tstamp 82c71995-2f5f-4c50-9cf5-197a190346e8)) - (segment (start 91.105832 85.029374) (end 91.105832 85.090625) (width 0.19) (layer "F.Cu") (net 123) (tstamp 8377d102-2334-41db-a504-ea4c01d4b2b5)) - (segment (start 91.056379 83.372704) (end 91.093312 83.478253) (width 0.19) (layer "F.Cu") (net 123) (tstamp 8388ed1d-6564-4156-b47e-40ff74523401)) - (segment (start 88.655089 84.154763) (end 88.61493 84.168815) (width 0.19) (layer "F.Cu") (net 123) (tstamp 871784c6-10d1-4698-80e4-c571e86d0b8f)) - (segment (start 90.917813 85.481052) (end 90.823128 85.540546) (width 0.19) (layer "F.Cu") (net 123) (tstamp 88e977cb-0363-487e-9eee-f64d388982f2)) - (segment (start 88.512131 84.382278) (end 88.526183 84.422437) (width 0.19) (layer "F.Cu") (net 123) (tstamp 8d532acb-e4fe-4320-afda-821433d43151)) - (segment (start 88.578904 84.191452) (end 88.54882 84.221536) (width 0.19) (layer "F.Cu") (net 123) (tstamp 99b7ee30-d4cc-4090-b732-a28e629306b9)) - (segment (start 89.046618 81.0592) (end 89.8066 81.819182) (width 0.19) (layer "F.Cu") (net 123) (tstamp 99e78964-1449-4321-ad33-c70620f1a12d)) - (segment (start 88.578904 84.488547) (end 88.61493 84.511184) (width 0.19) (layer "F.Cu") (net 123) (tstamp a01eb089-caf7-4be5-8795-4e02a73c1c22)) - (segment (start 89.8066 88.555218) (end 87.311818 91.05) (width 0.19) (layer "F.Cu") (net 123) (tstamp a10cdecd-53db-4a94-874a-3261fddc42c8)) - (segment (start 91.093312 83.761746) (end 91.056379 83.867295) (width 0.19) (layer "F.Cu") (net 123) (tstamp a46bbdfb-1282-44e8-9ec3-18b8ffefa335)) - (segment (start 90.717579 83.10252) (end 90.823128 83.139453) (width 0.19) (layer "F.Cu") (net 123) (tstamp abb0809b-06bb-4421-8ce2-56e12207b876)) - (segment (start 89.8066 81.819182) (end 89.8066 82.210625) (width 0.19) (layer "F.Cu") (net 123) (tstamp acf81f41-e953-4bf3-a109-1c59a82f6fa5)) - (segment (start 84.1 79.745) (end 84.1 80.278182) (width 0.19) (layer "F.Cu") (net 123) (tstamp ae7beb79-fa9f-4771-9523-280bf183a91c)) - (segment (start 89.307225 82.71) (end 88.697368 82.71) (width 0.19) (layer "F.Cu") (net 123) (tstamp aed29b76-2f22-4444-939b-86d2222e841c)) - (segment (start 91.105832 85.090625) (end 91.093312 85.201746) (width 0.19) (layer "F.Cu") (net 123) (tstamp bcc82edf-d3ff-47ec-b91e-82b6e866fdd7)) - (segment (start 90.606458 85.59) (end 89.9966 85.59) (width 0.19) (layer "F.Cu") (net 123) (tstamp bd864223-4618-41c8-b016-2349a6aa6e7a)) - (segment (start 88.655089 83.085236) (end 88.697368 83.09) (width 0.19) (layer "F.Cu") (net 123) (tstamp bffe0d82-38cc-4eb6-9e96-aeb9104edd49)) - (segment (start 88.54882 84.221536) (end 88.526183 84.257562) (width 0.19) (layer "F.Cu") (net 123) (tstamp c002ad88-760c-4144-8b40-796e60dfda02)) - (segment (start 90.996885 83.278019) (end 91.056379 83.372704) (width 0.19) (layer "F.Cu") (net 123) (tstamp c872d2ad-8322-4fc0-9071-2e713e2db61c)) - (segment (start 88.526183 82.817562) (end 88.512131 82.857721) (width 0.19) (layer "F.Cu") (net 123) (tstamp ce000487-8f23-4225-81cf-cf3930f97144)) - (segment (start 88.512131 82.942278) (end 88.526183 82.982437) (width 0.19) (layer "F.Cu") (net 123) (tstamp cec2d87d-a9ac-4f12-8bc3-e8b27b27e0e6)) - (segment (start 89.878137 85.631452) (end 89.848053 85.661536) (width 0.19) (layer "F.Cu") (net 123) (tstamp d4696d13-3be9-4660-8bd6-d67f74943fb9)) - (segment (start 89.811364 85.737721) (end 89.8066 85.78) (width 0.19) (layer "F.Cu") (net 123) (tstamp d4aad45c-dd3f-471c-a2b6-23b7bdcac6c9)) - (segment (start 90.606458 84.53) (end 90.717579 84.54252) (width 0.19) (layer "F.Cu") (net 123) (tstamp d725fbaa-ed0d-48a3-9a0f-2495c5adae48)) - (segment (start 90.717579 85.577479) (end 90.606458 85.59) (width 0.19) (layer "F.Cu") (net 123) (tstamp d77ee948-16e9-475a-86b0-90edc83948cf)) - (segment (start 89.848053 85.661536) (end 89.825416 85.697562) (width 0.19) (layer "F.Cu") (net 123) (tstamp df5486e5-2dda-4607-88ce-0ab88846dbb7)) - (segment (start 88.655089 84.525236) (end 88.697368 84.53) (width 0.19) (layer "F.Cu") (net 123) (tstamp e0c15636-d057-4570-9ad9-688d870adc71)) - (segment (start 88.697368 82.71) (end 88.655089 82.714763) (width 0.19) (layer "F.Cu") (net 123) (tstamp e544cd72-919a-4803-aa73-b6113158fc3c)) - (segment (start 88.507368 82.9) (end 88.512131 82.942278) (width 0.19) (layer "F.Cu") (net 123) (tstamp eae73756-f3a0-4116-b3bb-77202bc0f2c1)) - (segment (start 88.61493 84.511184) (end 88.655089 84.525236) (width 0.19) (layer "F.Cu") (net 123) (tstamp ebadc82c-41f0-420d-8df8-9d16a4db976d)) - (segment (start 84.1 80.278182) (end 84.881018 81.0592) (width 0.19) (layer "F.Cu") (net 123) (tstamp ed3de7a8-91a8-4a0a-bed2-aeb1ccafa7a7)) - (segment (start 84.565 79.28) (end 84.1 79.745) (width 0.19) (layer "F.Cu") (net 123) (tstamp ef83ac21-029e-4cb2-aaa1-0f7208b5ec6a)) - (segment (start 91.093312 84.918253) (end 91.105832 85.029374) (width 0.19) (layer "F.Cu") (net 123) (tstamp f5e12565-aa00-4ae9-bb70-0d9946968974)) - (segment (start 88.507368 84.34) (end 88.512131 84.382278) (width 0.19) (layer "F.Cu") (net 123) (tstamp f7024204-2535-4bf3-9771-78594da79847)) - (segment (start 91.105832 83.589374) (end 91.105832 83.650625) (width 0.19) (layer "F.Cu") (net 123) (tstamp fbe4f56d-4439-4393-9c07-5ee376b3b90e)) - (segment (start 89.697652 82.52198) (end 89.61858 82.601052) (width 0.19) (layer "F.Cu") (net 123) (tstamp fc27eabb-efe6-4ad4-b173-fcc0d9c3ff74)) - (segment (start 90.823128 83.139453) (end 90.917813 83.198947) (width 0.19) (layer "F.Cu") (net 123) (tstamp fd3b44ce-3f24-41f1-9b02-5a9988d00e7f)) - (segment (start 89.61858 82.601052) (end 89.523895 82.660546) (width 0.19) (layer "F.Cu") (net 123) (tstamp ff86d4a9-3ed1-49ff-b332-47f615b32b3a)) - (segment (start 87.10681 83.577184) (end 87.217931 83.589704) (width 0.19) (layer "F.Cu") (net 124) (tstamp 0024f212-330e-4409-bc80-39d52158739b)) - (segment (start 87.418165 85.968236) (end 87.32348 86.02773) (width 0.19) (layer "F.Cu") (net 124) (tstamp 007ac4e5-06f6-4642-906a-29e6269c815d)) - (segment (start 86.499901 91.039527) (end 86.436184 90.97581) (width 0.15) (layer "F.Cu") (net 124) (tstamp 04be4ed0-382b-4bb5-a7ce-f68503e9d342)) - (segment (start 87.497237 83.765203) (end 87.556731 83.859888) (width 0.19) (layer "F.Cu") (net 124) (tstamp 04c70a07-0cff-4b94-af95-b84b67d9ad12)) - (segment (start 87.497237 85.889164) (end 87.418165 85.968236) (width 0.19) (layer "F.Cu") (net 124) (tstamp 0f5a2e01-d597-48ef-909e-e9e384f657f8)) - (segment (start 86.04793 86.469704) (end 86.153479 86.506637) (width 0.19) (layer "F.Cu") (net 124) (tstamp 0ffd9c88-1117-4587-890d-074a10d28172)) - (segment (start 87.497237 85.205203) (end 87.556731 85.299888) (width 0.19) (layer "F.Cu") (net 124) (tstamp 12851b0c-4591-4c5c-a45d-d83274cb360a)) - (segment (start 85.456184 83.577184) (end 87.10681 83.577184) (width 0.19) (layer "F.Cu") (net 124) (tstamp 12c4064e-3745-4a0a-8c79-6e7fca6753a2)) - (segment (start 85.266184 86.267184) (end 85.270947 86.309462) (width 0.19) (layer "F.Cu") (net 124) (tstamp 148751ef-fa53-496b-97ec-4ff0fa9e5ca4)) - (segment (start 87.593664 83.965437) (end 87.606184 84.076558) (width 0.19) (layer "F.Cu") (net 124) (tstamp 1504993f-0210-4978-9602-705fbf4a4abb)) - (segment (start 87.418165 83.686131) (end 87.497237 83.765203) (width 0.19) (layer "F.Cu") (net 124) (tstamp 1546f61e-86a5-46aa-af88-c924053755a1)) - (segment (start 87.10681 84.637184) (end 85.456184 84.637184) (width 0.19) (layer "F.Cu") (net 124) (tstamp 1b654861-7ad0-46cd-9511-c3764485ff3d)) - (segment (start 85.33772 84.975731) (end 85.373746 84.998368) (width 0.19) (layer "F.Cu") (net 124) (tstamp 1e8d5694-bd66-424c-b5d0-f5ef5d8db7b2)) - (segment (start 85.266184 84.827184) (end 85.270947 84.869462) (width 0.19) (layer "F.Cu") (net 124) (tstamp 1fc621d7-0771-4780-bb80-9328c837ac5d)) - (segment (start 85.284999 84.744746) (end 85.270947 84.784905) (width 0.19) (layer "F.Cu") (net 124) (tstamp 20b92884-79f3-416d-8a35-5bbbbb3ee90e)) - (segment (start 85.284999 83.304746) (end 85.270947 83.344905) (width 0.19) (layer "F.Cu") (net 124) (tstamp 21177cae-2aee-4341-870e-670a028f8807)) - (segment (start 85.284999 83.469621) (end 85.307636 83.505647) (width 0.19) (layer "F.Cu") (net 124) (tstamp 213e89b5-88b3-40d2-8968-686da6967de9)) - (segment (start 87.32348 84.58773) (end 87.217931 84.624663) (width 0.19) (layer "F.Cu") (net 124) (tstamp 2337534c-b66f-4e92-875a-54fd47ddea8d)) - (segment (start 87.10681 86.077184) (end 85.456184 86.077184) (width 0.19) (layer "F.Cu") (net 124) (tstamp 2a66162f-f78f-4601-a231-bd4bbbb44907)) - (segment (start 85.284999 86.184746) (end 85.270947 86.224905) (width 0.19) (layer "F.Cu") (net 124) (tstamp 2c25634f-0d1e-4c95-a734-cfa5017b9a2b)) - (segment (start 87.606184 84.076558) (end 87.606184 84.137809) (width 0.19) (layer "F.Cu") (net 124) (tstamp 2c5035ed-fbc4-41de-aa77-98b463e3778d)) - (segment (start 85.307636 84.945647) (end 85.33772 84.975731) (width 0.19) (layer "F.Cu") (net 124) (tstamp 303b271c-20a6-4e97-9568-2d6bf58ffbdb)) - (segment (start 85.936809 86.457184) (end 86.04793 86.469704) (width 0.19) (layer "F.Cu") (net 124) (tstamp 303e7cb5-3760-4a39-bdab-d0ed4c8544d0)) - (segment (start 85.33772 84.678636) (end 85.307636 84.70872) (width 0.19) (layer "F.Cu") (net 124) (tstamp 35dfa760-b1e5-4ba6-a557-5fa2ba46066f)) - (segment (start 87.32348 85.066637) (end 87.418165 85.126131) (width 0.19) (layer "F.Cu") (net 124) (tstamp 3928aa73-252c-442b-874f-fa0f82f5d3db)) - (segment (start 86.248164 86.566131) (end 86.327236 86.645203) (width 0.19) (layer "F.Cu") (net 124) (tstamp 3a2fcdd8-ffac-4f66-9995-597e61432034)) - (segment (start 86.423663 86.845437) (end 86.436184 86.956558) (width 0.19) (layer "F.Cu") (net 124) (tstamp 3ac110c1-1811-4067-b6c2-bd5f2ace9a08)) - (segment (start 86.327236 86.645203) (end 86.38673 86.739888) (width 0.19) (layer "F.Cu") (net 124) (tstamp 46b9c1d2-6312-4eb8-97f3-93485d1c87ec)) - (segment (start 85.373746 86.095999) (end 85.33772 86.118636) (width 0.19) (layer "F.Cu") (net 124) (tstamp 47cdebdb-6a63-4842-b11c-dee9978bcfb0)) - (segment (start 87.556731 84.354479) (end 87.497237 84.449164) (width 0.19) (layer "F.Cu") (net 124) (tstamp 496879c0-2b74-4d3e-a9e7-9eac02c3a27a)) - (segment (start 85.307636 86.14872) (end 85.284999 86.184746) (width 0.19) (layer "F.Cu") (net 124) (tstamp 4ad54eeb-08a6-4cdc-b827-65a5195e64b8)) - (segment (start 86.499901 91.900099) (end 86.499901 91.039527) (width 0.15) (layer "F.Cu") (net 124) (tstamp 4ed9a42f-68c7-4e31-b77c-65e165f8eb62)) - (segment (start 87.32348 86.02773) (end 87.217931 86.064663) (width 0.19) (layer "F.Cu") (net 124) (tstamp 537e9900-e3b4-4c09-b221-27d745e19ade)) - (segment (start 85.373746 84.655999) (end 85.33772 84.678636) (width 0.19) (layer "F.Cu") (net 124) (tstamp 54bfe257-f0ac-41d8-8647-8c85b6e2e667)) - (segment (start 85.270947 84.869462) (end 85.284999 84.909621) (width 0.19) (layer "F.Cu") (net 124) (tstamp 551e4dbb-44d0-40be-9bf7-a85c98fc2b3c)) - (segment (start 85.307636 84.70872) (end 85.284999 84.744746) (width 0.19) (layer "F.Cu") (net 124) (tstamp 58be3b99-7ee2-4519-a069-e2ada8242dce)) - (segment (start 86.04793 83.184663) (end 85.936809 83.197184) (width 0.19) (layer "F.Cu") (net 124) (tstamp 5db7acb6-8a8d-4fd8-a275-1b22d7703766)) - (segment (start 85.456184 83.197184) (end 85.413905 83.201947) (width 0.19) (layer "F.Cu") (net 124) (tstamp 621d6731-7f0d-4186-91dd-822cdc188dcd)) - (segment (start 85.413905 83.201947) (end 85.373746 83.215999) (width 0.19) (layer "F.Cu") (net 124) (tstamp 63f4f2c3-230e-4140-b561-60dc7b883135)) - (segment (start 85.270947 84.784905) (end 85.266184 84.827184) (width 0.19) (layer "F.Cu") (net 124) (tstamp 6953b908-825b-4761-b3fb-40eac78d158e)) - (segment (start 87.497237 84.449164) (end 87.418165 84.528236) (width 0.19) (layer "F.Cu") (net 124) (tstamp 6d269d0e-47ef-4b69-9b18-c624dbebc56e)) - (segment (start 86.38673 82.914479) (end 86.327236 83.009164) (width 0.19) (layer "F.Cu") (net 124) (tstamp 6dcbae78-6cb9-4665-af59-4f3b0374b146)) - (segment (start 87.556731 83.859888) (end 87.593664 83.965437) (width 0.19) (layer "F.Cu") (net 124) (tstamp 6e0a2141-20d2-4d75-ae1d-91919e8b58ee)) - (segment (start 80.755 79.28) (end 80.29 79.745) (width 0.19) (layer "F.Cu") (net 124) (tstamp 6fdc6513-85fa-4ac4-9fba-94c952fa0cb6)) - (segment (start 80.755 78.45) (end 80.755 79.28) (width 0.19) (layer "F.Cu") (net 124) (tstamp 700c960f-8a0f-4c1f-8452-d7aaefd611a8)) - (segment (start 85.373746 84.998368) (end 85.413905 85.01242) (width 0.19) (layer "F.Cu") (net 124) (tstamp 70f43e74-9fe6-4ce3-8013-09cc1375891c)) - (segment (start 85.266184 83.387184) (end 85.270947 83.429462) (width 0.19) (layer "F.Cu") (net 124) (tstamp 71070041-e598-4cf8-9b6e-932bbf134d95)) - (segment (start 86.153479 83.14773) (end 86.04793 83.184663) (width 0.19) (layer "F.Cu") (net 124) (tstamp 71784fda-316d-4591-94f4-4c01f99343ac)) - (segment (start 85.33772 86.118636) (end 85.307636 86.14872) (width 0.19) (layer "F.Cu") (net 124) (tstamp 71e6f62e-21ae-4488-acc6-99d9ecbff73c)) - (segment (start 87.32348 83.626637) (end 87.418165 83.686131) (width 0.19) (layer "F.Cu") (net 124) (tstamp 73109fbb-15f6-4d8c-a8e6-0b760c4e14c4)) - (segment (start 85.307636 83.505647) (end 85.33772 83.535731) (width 0.19) (layer "F.Cu") (net 124) (tstamp 7a96de05-6219-40b4-8855-7099188603c1)) - (segment (start 85.284999 86.349621) (end 85.307636 86.385647) (width 0.19) (layer "F.Cu") (net 124) (tstamp 7bf4b767-ff56-4cba-af0e-f111782ec127)) - (segment (start 86.153479 86.506637) (end 86.248164 86.566131) (width 0.19) (layer "F.Cu") (net 124) (tstamp 7ca2c321-73d3-4aed-bc04-05762eab546f)) - (segment (start 85.413905 86.45242) (end 85.456184 86.457184) (width 0.19) (layer "F.Cu") (net 124) (tstamp 7cdf4dbf-2f70-4049-90fa-45b4b9d8d02b)) - (segment (start 85.413905 86.081947) (end 85.373746 86.095999) (width 0.19) (layer "F.Cu") (net 124) (tstamp 7e6c76fa-edcf-4033-bca7-2d53f8cc6f39)) - (segment (start 87.556731 85.794479) (end 87.497237 85.889164) (width 0.19) (layer "F.Cu") (net 124) (tstamp 81b230f9-4a01-4956-b133-0c80c7f2d11e)) - (segment (start 86.38673 86.739888) (end 86.423663 86.845437) (width 0.19) (layer "F.Cu") (net 124) (tstamp 8326c248-4963-4df7-8949-20fc1935f203)) - (segment (start 87.593664 85.68893) (end 87.556731 85.794479) (width 0.19) (layer "F.Cu") (net 124) (tstamp 85b94d87-d148-42c7-8567-8d445153713a)) - (segment (start 87.593664 84.24893) (end 87.556731 84.354479) (width 0.19) (layer "F.Cu") (net 124) (tstamp 861a184f-1e37-4cbd-92a4-773fa2a72d4d)) - (segment (start 87.10681 85.017184) (end 87.217931 85.029704) (width 0.19) (layer "F.Cu") (net 124) (tstamp 86fed3de-6c75-486e-9228-38c55296cc6a)) - (segment (start 85.413905 85.01242) (end 85.456184 85.017184) (width 0.19) (layer "F.Cu") (net 124) (tstamp 8af69020-ca2f-49fb-b40b-eec6f13c666d)) - (segment (start 87.217931 83.589704) (end 87.32348 83.626637) (width 0.19) (layer "F.Cu") (net 124) (tstamp 8e36a2bb-6b6b-458b-8dd0-1aa1904df7a1)) - (segment (start 85.270947 83.429462) (end 85.284999 83.469621) (width 0.19) (layer "F.Cu") (net 124) (tstamp 92d50662-a39e-4fa1-bb6f-cc8b44dd326d)) - (segment (start 87.418165 84.528236) (end 87.32348 84.58773) (width 0.19) (layer "F.Cu") (net 124) (tstamp 9309004f-a94d-4658-b89e-f86cdf680a74)) - (segment (start 85.307636 86.385647) (end 85.33772 86.415731) (width 0.19) (layer "F.Cu") (net 124) (tstamp 9449bab2-cd39-4c54-9ab1-20d7b3fe8713)) - (segment (start 86.327236 83.009164) (end 86.248164 83.088236) (width 0.19) (layer "F.Cu") (net 124) (tstamp 959515dd-32a5-4c45-9397-74bbfcecd51e)) - (segment (start 86.436184 82.526184) (end 86.436184 82.697809) (width 0.19) (layer "F.Cu") (net 124) (tstamp 99754b5a-d3f9-4951-abfb-b6120d6ad026)) - (segment (start 85.456184 84.637184) (end 85.413905 84.641947) (width 0.19) (layer "F.Cu") (net 124) (tstamp 9b4f46fe-6874-4ed6-8941-5b832417f422)) - (segment (start 86.436184 82.697809) (end 86.423663 82.80893) (width 0.19) (layer "F.Cu") (net 124) (tstamp 9c05760e-1c55-4cc9-af2b-fa0e019403a5)) - (segment (start 87.593664 85.405437) (end 87.606184 85.516558) (width 0.19) (layer "F.Cu") (net 124) (tstamp a24d6f3e-2dc7-4ce9-abd5-3d169f00aa0f)) - (segment (start 85.456184 86.077184) (end 85.413905 86.081947) (width 0.19) (layer "F.Cu") (net 124) (tstamp a2d3eb96-58a0-4346-af1e-78bb35a50430)) - (segment (start 87.606184 84.137809) (end 87.593664 84.24893) (width 0.19) (layer "F.Cu") (net 124) (tstamp a5ce70c5-73ff-4b0f-924d-9b93b2148b4d)) - (segment (start 86.436184 86.956558) (end 86.436184 90.97581) (width 0.19) (layer "F.Cu") (net 124) (tstamp a9c0a7a1-1088-4ac8-97de-66e1a8d55f21)) - (segment (start 87.606184 85.577809) (end 87.593664 85.68893) (width 0.19) (layer "F.Cu") (net 124) (tstamp aa13fc65-f545-4672-9a25-25b0be4e162e)) - (segment (start 87.217931 84.624663) (end 87.10681 84.637184) (width 0.19) (layer "F.Cu") (net 124) (tstamp aeb531e5-7619-461e-b363-c4f883e50da2)) - (segment (start 85.270947 86.309462) (end 85.284999 86.349621) (width 0.19) (layer "F.Cu") (net 124) (tstamp b03c0664-d273-4829-8656-d3c3d28dbde7)) - (segment (start 85.284999 84.909621) (end 85.307636 84.945647) (width 0.19) (layer "F.Cu") (net 124) (tstamp b69fab54-af55-4ce0-a994-dcb15b070446)) - (segment (start 86.248164 83.088236) (end 86.153479 83.14773) (width 0.19) (layer "F.Cu") (net 124) (tstamp b80307c4-d762-4504-97c1-9f773e31429c)) - (segment (start 80.29 80.4) (end 81.87 81.98) (width 0.19) (layer "F.Cu") (net 124) (tstamp b9a9d7d2-4f0b-4e9a-bedb-ef3db267ac8e)) - (segment (start 85.456184 85.017184) (end 87.10681 85.017184) (width 0.19) (layer "F.Cu") (net 124) (tstamp ba84e302-ab90-4219-a417-9b8ba5a09b88)) - (segment (start 85.33772 86.415731) (end 85.373746 86.438368) (width 0.19) (layer "F.Cu") (net 124) (tstamp bf277ff6-7a97-44b5-8b55-dc07e588f1e9)) - (segment (start 87.217931 86.064663) (end 87.10681 86.077184) (width 0.19) (layer "F.Cu") (net 124) (tstamp c720abca-e3c1-4dc7-99bf-3246b5dc5e2d)) - (segment (start 85.270947 83.344905) (end 85.266184 83.387184) (width 0.19) (layer "F.Cu") (net 124) (tstamp cdd9ecd7-ced4-4db8-87f6-e4d2a850d141)) - (segment (start 85.413905 84.641947) (end 85.373746 84.655999) (width 0.19) (layer "F.Cu") (net 124) (tstamp ce09d690-a6b7-4ada-9e8e-809b6ba41372)) - (segment (start 85.89 81.98) (end 86.436184 82.526184) (width 0.19) (layer "F.Cu") (net 124) (tstamp cf9a163d-9ae3-4e15-91ee-4ad8d165de4f)) - (segment (start 85.307636 83.26872) (end 85.284999 83.304746) (width 0.19) (layer "F.Cu") (net 124) (tstamp d541c241-6514-4616-8a13-b9e39e22f5ed)) - (segment (start 85.270947 86.224905) (end 85.266184 86.267184) (width 0.19) (layer "F.Cu") (net 124) (tstamp db661329-9c51-496c-9e62-370ebf0236be)) - (segment (start 87.556731 85.299888) (end 87.593664 85.405437) (width 0.19) (layer "F.Cu") (net 124) (tstamp e053d9fe-2ebd-413c-8800-b7f3bae15a28)) - (segment (start 80.29 79.745) (end 80.29 80.4) (width 0.19) (layer "F.Cu") (net 124) (tstamp e0f935bf-8ae1-4181-b156-5066581ad10f)) - (segment (start 86.423663 82.80893) (end 86.38673 82.914479) (width 0.19) (layer "F.Cu") (net 124) (tstamp e1d2d27f-1d9b-4489-8009-acbd89eb68bd)) - (segment (start 85.33772 83.238636) (end 85.307636 83.26872) (width 0.19) (layer "F.Cu") (net 124) (tstamp e233d8e1-eb06-464d-b849-6b465f31cedc)) - (segment (start 87.217931 85.029704) (end 87.32348 85.066637) (width 0.19) (layer "F.Cu") (net 124) (tstamp e5b6791b-2629-495a-a81d-53fd10246ee0)) - (segment (start 85.456184 86.457184) (end 85.936809 86.457184) (width 0.19) (layer "F.Cu") (net 124) (tstamp e5b69512-c732-453d-800e-d518726f4a8f)) - (segment (start 85.373746 83.558368) (end 85.413905 83.57242) (width 0.19) (layer "F.Cu") (net 124) (tstamp e6818560-73b8-43fe-9b6d-67886be2ac8c)) - (segment (start 87.606184 85.516558) (end 87.606184 85.577809) (width 0.19) (layer "F.Cu") (net 124) (tstamp e9099a42-c661-4a82-adcf-e2becad79412)) - (segment (start 85.373746 86.438368) (end 85.413905 86.45242) (width 0.19) (layer "F.Cu") (net 124) (tstamp ea93861d-1d6a-4d36-8fe2-a449808348d2)) - (segment (start 85.413905 83.57242) (end 85.456184 83.577184) (width 0.19) (layer "F.Cu") (net 124) (tstamp eabc76c1-818e-4bac-a6b1-6e41f948badc)) - (segment (start 85.373746 83.215999) (end 85.33772 83.238636) (width 0.19) (layer "F.Cu") (net 124) (tstamp ef104935-6652-4eaa-8d34-7cca02b76ca8)) - (segment (start 86.1 92.3) (end 86.499901 91.900099) (width 0.15) (layer "F.Cu") (net 124) (tstamp efb83c0e-1f3e-4bd5-9b78-99894f4b6c0c)) - (segment (start 81.87 81.98) (end 85.89 81.98) (width 0.19) (layer "F.Cu") (net 124) (tstamp f525c2ca-e7ba-4514-91bc-134c7eeb6847)) - (segment (start 85.33772 83.535731) (end 85.373746 83.558368) (width 0.19) (layer "F.Cu") (net 124) (tstamp f54301a6-e34e-4c8a-a6fe-2b7d44893692)) - (segment (start 85.936809 83.197184) (end 85.456184 83.197184) (width 0.19) (layer "F.Cu") (net 124) (tstamp f5c4b84c-7bc0-4e6b-8d5e-5a8a56481670)) - (segment (start 87.418165 85.126131) (end 87.497237 85.205203) (width 0.19) (layer "F.Cu") (net 124) (tstamp f999fc93-bcff-4556-99bc-f323ad89af2b)) - (segment (start 85.3 92.3) (end 85.7 91.9) (width 0.19) (layer "F.Cu") (net 125) (tstamp 49f0f5d8-b6d7-48f6-9d59-444d7611e25f)) - (segment (start 78.215 76.485) (end 78.2 76.5) (width 0.19) (layer "F.Cu") (net 125) (tstamp 71abad6c-458d-4215-a314-804c61e2af0c)) - (segment (start 78.215 74.55) (end 78.215 76.485) (width 0.19) (layer "F.Cu") (net 125) (tstamp 94f0775f-2871-46c7-bf3e-05b77cbf69f0)) - (via (at 85.7 91.9) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 125) (tstamp 23c97224-fe33-4f11-bb56-70b2592779b3)) - (via (at 78.2 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 125) (tstamp a1b31035-7c3e-442a-8ae4-f22faa38439d)) - (segment (start 85.064518 86.800625) (end 85.064518 86.739374) (width 0.19) (layer "B.Cu") (net 125) (tstamp 0150466f-ce29-4592-90c4-9b392099c1dd)) - (segment (start 87.087919 86.221184) (end 87.123945 86.198547) (width 0.19) (layer "B.Cu") (net 125) (tstamp 0158dc01-9bf3-4790-9026-f6a57ca733ab)) - (segment (start 86.412704 85.810546) (end 86.318019 85.751052) (width 0.19) (layer "B.Cu") (net 125) (tstamp 04f08b3b-9cdb-4c32-9518-cb2b93f4877b)) - (segment (start 85.606511 90.634549) (end 85.559008 90.587046) (width 0.19) (layer "B.Cu") (net 125) (tstamp 101106de-7571-4edf-8239-74dfc5e0968e)) - (segment (start 85.173466 87.11198) (end 85.113972 87.017295) (width 0.19) (layer "B.Cu") (net 125) (tstamp 136ded61-8d97-4e47-931f-77369da3d9e2)) - (segment (start 85.960166 90.07029) (end 86.017047 90.034549) (width 0.19) (layer "B.Cu") (net 125) (tstamp 146bccde-fd04-4ba9-8bf7-701bfecbe28b)) - (segment (start 87.190718 86.092278) (end 87.195482 86.05) (width 0.19) (layer "B.Cu") (net 125) (tstamp 16bcb3ad-bced-43b9-b1e9-04f1ddd49272)) - (segment (start 87.176666 85.967562) (end 87.154029 85.931536) (width 0.19) (layer "B.Cu") (net 125) (tstamp 1804e07a-985b-4158-b38e-f605143f2194)) - (segment (start 85.113972 86.522704) (end 85.173466 86.428019) (width 0.19) (layer "B.Cu") (net 125) (tstamp 180c5448-3d3e-49f1-b655-4a64a70b336b)) - (segment (start 85.523267 90.530165) (end 85.501079 90.466756) (width 0.19) (layer "B.Cu") (net 125) (tstamp 24865460-1e85-4c47-a7e3-bb10b3c1fa5e)) - (segment (start 85.793557 90.1) (end 85.83 90.1) (width 0.19) (layer "B.Cu") (net 125) (tstamp 265c9570-d0c1-4bcb-a49b-0a3e2279d2ec)) - (segment (start 86.318019 85.751052) (end 86.238947 85.67198) (width 0.19) (layer "B.Cu") (net 125) (tstamp 296b9d47-6790-4880-ad18-d49058804612)) - (segment (start 85.793557 90.7) (end 85.726801 90.692478) (width 0.19) (layer "B.Cu") (net 125) (tstamp 2bcbcaea-3caf-4690-a136-2989fa8ddd84)) - (segment (start 85.501079 90.333243) (end 85.523267 90.269834) (width 0.19) (layer "B.Cu") (net 125) (tstamp 2cdad8ef-b5c8-42b4-91da-9d5f6d9b006b)) - (segment (start 86.238947 85.67198) (end 86.179453 85.577295) (width 0.19) (layer "B.Cu") (net 125) (tstamp 33150f27-98b3-4b2a-92cc-16b50b335e66)) - (segment (start 85.663392 90.67029) (end 85.606511 90.634549) (width 0.19) (layer "B.Cu") (net 125) (tstamp 3912a0fa-daac-4ee7-a844-09f149496e38)) - (segment (start 86.518253 85.847479) (end 86.412704 85.810546) (width 0.19) (layer "B.Cu") (net 125) (tstamp 3cd58b05-9f2f-4dba-8fdd-b8dfd6af0b3d)) - (segment (start 86.629374 85.86) (end 86.518253 85.847479) (width 0.19) (layer "B.Cu") (net 125) (tstamp 3eeddd3a-9a95-4683-a914-5c508db430a3)) - (segment (start 87.005482 86.24) (end 87.04776 86.235236) (width 0.19) (layer "B.Cu") (net 125) (tstamp 4400a03f-43f5-4fdb-be50-2ac899677f37)) - (segment (start 85.94 87.3) (end 85.563893 87.3) (width 0.19) (layer "B.Cu") (net 125) (tstamp 447e5882-860c-4e96-b185-356241d7142f)) - (segment (start 85.252538 87.191052) (end 85.173466 87.11198) (width 0.19) (layer "B.Cu") (net 125) (tstamp 451f47e3-f295-4391-9dbc-b51a7dee1441)) - (segment (start 85.606511 90.16545) (end 85.663392 90.129709) (width 0.19) (layer "B.Cu") (net 125) (tstamp 466502de-6b33-43dd-979c-d2b77f804196)) - (segment (start 86.019167 91.9) (end 86.13 91.789167) (width 0.19) (layer "B.Cu") (net 125) (tstamp 4a794a6c-2999-494a-8e8f-8c2da759703b)) - (segment (start 86.088548 87.371536) (end 86.058464 87.341452) (width 0.19) (layer "B.Cu") (net 125) (tstamp 5150934a-26af-49e0-8b4e-b61d7f2eb935)) - (segment (start 87.154029 85.931536) (end 87.123945 85.901452) (width 0.19) (layer "B.Cu") (net 125) (tstamp 531279c0-34b1-4a3f-903e-0e74c9a65a51)) - (segment (start 85.563893 86.24) (end 87.005482 86.24) (width 0.19) (layer "B.Cu") (net 125) (tstamp 561f0f92-2f38-4311-bbdf-743431f68ade)) - (segment (start 85.347223 87.250546) (end 85.252538 87.191052) (width 0.19) (layer "B.Cu") (net 125) (tstamp 580a5929-8839-4640-8897-c9032bfe5b1a)) - (segment (start 86.13 91.789167) (end 86.13 91) (width 0.19) (layer "B.Cu") (net 125) (tstamp 584394c2-ba17-43e3-8201-b01256ad2a0e)) - (segment (start 86.111185 87.407562) (end 86.088548 87.371536) (width 0.19) (layer "B.Cu") (net 125) (tstamp 5afe1881-ef0d-47e0-8150-9eacf02489e8)) - (segment (start 85.173466 86.428019) (end 85.252538 86.348947) (width 0.19) (layer "B.Cu") (net 125) (tstamp 618ad346-24d0-4905-a0a6-ccdb54731a90)) - (segment (start 86.13 91) (end 86.122479 90.933243) (width 0.19) (layer "B.Cu") (net 125) (tstamp 63e820eb-0663-4109-8e84-5af6c1fc907b)) - (segment (start 86.13 87.49) (end 86.125237 87.447721) (width 0.19) (layer "B.Cu") (net 125) (tstamp 656b042d-303f-4221-8f97-e16356b26f03)) - (segment (start 85.077039 86.628253) (end 85.113972 86.522704) (width 0.19) (layer "B.Cu") (net 125) (tstamp 6d055421-2d78-4e6e-a357-1cdaa124e7ac)) - (segment (start 85.563893 87.3) (end 85.452772 87.287479) (width 0.19) (layer "B.Cu") (net 125) (tstamp 6ed5c84d-0fcf-4468-9101-ae43e2ccaf4e)) - (segment (start 87.190718 86.007721) (end 87.176666 85.967562) (width 0.19) (layer "B.Cu") (net 125) (tstamp 7036b744-5b80-4a03-a228-1abb46c5e5eb)) - (segment (start 86.14252 85.471746) (end 86.13 85.360625) (width 0.19) (layer "B.Cu") (net 125) (tstamp 76ad0888-3bab-4b86-8b13-d7bc1d7358f8)) - (segment (start 85.7 91.9) (end 86.019167 91.9) (width 0.19) (layer "B.Cu") (net 125) (tstamp 7883b55e-a470-4788-8dc6-9d00271e750b)) - (segment (start 87.176666 86.132437) (end 87.190718 86.092278) (width 0.19) (layer "B.Cu") (net 125) (tstamp 797ad399-fb7a-4974-9578-213442a93a1f)) - (segment (start 87.195482 86.05) (end 87.190718 86.007721) (width 0.19) (layer "B.Cu") (net 125) (tstamp 82b20692-18f3-42f9-b84e-cc52f609679c)) - (segment (start 85.982279 87.304763) (end 85.94 87.3) (width 0.19) (layer "B.Cu") (net 125) (tstamp 854aceaf-679d-4f8f-a909-6b77b5655a3d)) - (segment (start 85.559008 90.212953) (end 85.606511 90.16545) (width 0.19) (layer "B.Cu") (net 125) (tstamp 85e5ba4e-27c5-4953-97da-30453358411c)) - (segment (start 86.06455 89.987046) (end 86.100291 89.930165) (width 0.19) (layer "B.Cu") (net 125) (tstamp 866c8619-d28d-4451-872e-a561b01a3a0c)) - (segment (start 86.13 85.075018) (end 85.552982 84.498) (width 0.19) (layer "B.Cu") (net 125) (tstamp 8708cfe9-1765-468c-8dd7-03ec5e4c238c)) - (segment (start 87.087919 85.878815) (end 87.04776 85.864763) (width 0.19) (layer "B.Cu") (net 125) (tstamp 87d12864-a0e8-4310-9a66-a8b9c6099da4)) - (segment (start 79.907582 84.498) (end 79.28 83.870418) (width 0.19) (layer "B.Cu") (net 125) (tstamp 89093827-bb23-4e39-8ebb-d4aae8eed604)) - (segment (start 85.726801 90.107521) (end 85.793557 90.1) (width 0.19) (layer "B.Cu") (net 125) (tstamp 8bcf6e53-34b2-4037-af92-6fe4b43c7b40)) - (segment (start 86.100291 89.930165) (end 86.122479 89.866756) (width 0.19) (layer "B.Cu") (net 125) (tstamp 8fd1450e-ea75-4d52-965c-6c240f70223d)) - (segment (start 85.559008 90.587046) (end 85.523267 90.530165) (width 0.19) (layer "B.Cu") (net 125) (tstamp 919bcbfc-021a-470c-9645-2e8489f1084b)) - (segment (start 87.005482 85.86) (end 86.629374 85.86) (width 0.19) (layer "B.Cu") (net 125) (tstamp 93afe5b9-ac56-4aea-8798-699080b634cf)) - (segment (start 85.252538 86.348947) (end 85.347223 86.289453) (width 0.19) (layer "B.Cu") (net 125) (tstamp 9a371df2-e129-41a2-a3b9-8b3756d89187)) - (segment (start 87.04776 85.864763) (end 87.005482 85.86) (width 0.19) (layer "B.Cu") (net 125) (tstamp a0688260-74a7-4f2c-9b0c-212164329bbf)) - (segment (start 85.726801 90.692478) (end 85.663392 90.67029) (width 0.19) (layer "B.Cu") (net 125) (tstamp a3c84e25-728b-472b-9b69-338d327e13fe)) - (segment (start 86.017047 90.76545) (end 85.960166 90.729709) (width 0.19) (layer "B.Cu") (net 125) (tstamp a4a844eb-6832-4a7c-b2ce-f7f1bea6c3c8)) - (segment (start 87.04776 86.235236) (end 87.087919 86.221184) (width 0.19) (layer "B.Cu") (net 125) (tstamp a87071ac-2cd6-4b07-9235-3c4b5bc31fe5)) - (segment (start 87.123945 85.901452) (end 87.087919 85.878815) (width 0.19) (layer "B.Cu") (net 125) (tstamp a8e55b34-4798-4f7c-aee3-8ca78260a315)) - (segment (start 85.064518 86.739374) (end 85.077039 86.628253) (width 0.19) (layer "B.Cu") (net 125) (tstamp a94f6726-1ee9-4031-860b-9c4ed4817348)) - (segment (start 85.347223 86.289453) (end 85.452772 86.25252) (width 0.19) (layer "B.Cu") (net 125) (tstamp b4140fa0-0615-425c-916b-faae760f3997)) - (segment (start 78.68 79.620418) (end 79.28 80.220418) (width 0.19) (layer "B.Cu") (net 125) (tstamp b7e0373e-df68-4c93-beee-baa5b417ab4c)) - (segment (start 86.06455 90.812953) (end 86.017047 90.76545) (width 0.19) (layer "B.Cu") (net 125) (tstamp b81289f2-27cf-4233-b1fc-a46009c0e108)) - (segment (start 86.022438 87.318815) (end 85.982279 87.304763) (width 0.19) (layer "B.Cu") (net 125) (tstamp bb8accc2-7fc6-4ae1-8ce2-396db33598fe)) - (segment (start 86.13 85.360625) (end 86.13 85.075018) (width 0.19) (layer "B.Cu") (net 125) (tstamp bda08703-e500-49e3-bd10-9b08c995cd10)) - (segment (start 85.493557 90.4) (end 85.501079 90.333243) (width 0.19) (layer "B.Cu") (net 125) (tstamp be02c95d-2968-40ec-875d-106e3ff13333)) - (segment (start 85.113972 87.017295) (end 85.077039 86.911746) (width 0.19) (layer "B.Cu") (net 125) (tstamp be4e3182-e93b-45a4-bbe8-21857207947c)) - (segment (start 85.077039 86.911746) (end 85.064518 86.800625) (width 0.19) (layer "B.Cu") (net 125) (tstamp c23b46f3-9f34-434c-a011-177f3da1b6cb)) - (segment (start 85.523267 90.269834) (end 85.559008 90.212953) (width 0.19) (layer "B.Cu") (net 125) (tstamp c61b62f0-0adc-4230-9006-9b609c54ab78)) - (segment (start 87.123945 86.198547) (end 87.154029 86.168463) (width 0.19) (layer "B.Cu") (net 125) (tstamp cb438843-ed0d-411e-bfc5-3c174b13b68c)) - (segment (start 85.83 90.7) (end 85.793557 90.7) (width 0.19) (layer "B.Cu") (net 125) (tstamp cc5cfc5b-07f7-4d97-89c7-bcfdfbae9ca7)) - (segment (start 86.100291 90.869834) (end 86.06455 90.812953) (width 0.19) (layer "B.Cu") (net 125) (tstamp cd686fa2-3907-48d7-9aa3-708fb6aa952b)) - (segment (start 85.552982 84.498) (end 79.907582 84.498) (width 0.19) (layer "B.Cu") (net 125) (tstamp d01fb9f2-b282-4994-a3f3-5c1da32a4f3f)) - (segment (start 86.179453 85.577295) (end 86.14252 85.471746) (width 0.19) (layer "B.Cu") (net 125) (tstamp d0ac86b1-b99f-4034-93a6-dc8be23a6c79)) - (segment (start 86.125237 87.447721) (end 86.111185 87.407562) (width 0.19) (layer "B.Cu") (net 125) (tstamp d1e09193-4976-4c3a-ad43-78fdc2586714)) - (segment (start 85.896757 90.092478) (end 85.960166 90.07029) (width 0.19) (layer "B.Cu") (net 125) (tstamp d648eaaa-3a89-4bb2-9494-d54ed1d490a3)) - (segment (start 86.017047 90.034549) (end 86.06455 89.987046) (width 0.19) (layer "B.Cu") (net 125) (tstamp d97cb9e5-e1de-4528-aee5-e0e31141e6d5)) - (segment (start 86.122479 89.866756) (end 86.13 89.8) (width 0.19) (layer "B.Cu") (net 125) (tstamp dfd63753-db29-48f9-a7a5-3094ae11fa80)) - (segment (start 86.13 89.8) (end 86.13 87.49) (width 0.19) (layer "B.Cu") (net 125) (tstamp e2eda691-8139-4c23-a673-309dbd7ed26b)) - (segment (start 85.960166 90.729709) (end 85.896757 90.707521) (width 0.19) (layer "B.Cu") (net 125) (tstamp e61c7578-28ab-439b-b249-5303c0f3bbca)) - (segment (start 85.663392 90.129709) (end 85.726801 90.107521) (width 0.19) (layer "B.Cu") (net 125) (tstamp eb494f91-bc8e-43f6-8fe9-d70c43d08a20)) - (segment (start 86.058464 87.341452) (end 86.022438 87.318815) (width 0.19) (layer "B.Cu") (net 125) (tstamp ec757e41-9112-4773-80bb-3ad613ac7c07)) - (segment (start 85.452772 86.25252) (end 85.563893 86.24) (width 0.19) (layer "B.Cu") (net 125) (tstamp ee9d6224-5e30-47d6-b0c2-9df6218d6d54)) - (segment (start 78.68 76.98) (end 78.68 79.620418) (width 0.19) (layer "B.Cu") (net 125) (tstamp eed28a44-bddf-462e-8a43-ccd5f9988091)) - (segment (start 78.68 76.98) (end 78.2 76.5) (width 0.19) (layer "B.Cu") (net 125) (tstamp eeee76ad-73ca-4993-9388-c85573db5dc0)) - (segment (start 87.154029 86.168463) (end 87.176666 86.132437) (width 0.19) (layer "B.Cu") (net 125) (tstamp f0171ac8-a0fb-47d8-8b5b-b5e6f52da220)) - (segment (start 85.896757 90.707521) (end 85.83 90.7) (width 0.19) (layer "B.Cu") (net 125) (tstamp f09990f5-d050-407b-a16e-286afcf6ec3b)) - (segment (start 79.28 80.220418) (end 79.28 83.870418) (width 0.19) (layer "B.Cu") (net 125) (tstamp f9b1b22b-1009-4772-8e07-56ad65f011c7)) - (segment (start 85.501079 90.466756) (end 85.493557 90.4) (width 0.19) (layer "B.Cu") (net 125) (tstamp facb326d-f536-4420-8c25-620402cb00da)) - (segment (start 85.452772 87.287479) (end 85.347223 87.250546) (width 0.19) (layer "B.Cu") (net 125) (tstamp fb19e5c5-3acf-4ea1-afa6-c5d46f40644d)) - (segment (start 85.83 90.1) (end 85.896757 90.092478) (width 0.19) (layer "B.Cu") (net 125) (tstamp fd139142-05da-4c50-8a33-ae6a9be8379b)) - (segment (start 86.122479 90.933243) (end 86.100291 90.869834) (width 0.19) (layer "B.Cu") (net 125) (tstamp ff31bacf-7a4e-4c4a-b704-7770900ce996)) - (segment (start 84.5 92.3) (end 84.9 91.9) (width 0.19) (layer "F.Cu") (net 126) (tstamp 51cf9155-5cbf-44eb-a7c5-327615922a8e)) - (segment (start 75.675 76.475) (end 75.7 76.5) (width 0.19) (layer "F.Cu") (net 126) (tstamp 7684b0c8-a3c0-4a5f-badc-1e8985b77239)) - (segment (start 75.675 74.55) (end 75.675 76.475) (width 0.19) (layer "F.Cu") (net 126) (tstamp fb6abd4e-9046-424c-8044-a7bde2514fa8)) - (via (at 84.9 91.9) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 126) (tstamp 26fbbf36-de83-4ec9-86e9-2c6274a79e91)) - (via (at 75.7 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 126) (tstamp c044deb4-b2f4-40ab-97a2-4d5b189c7360)) - (segment (start 76.887575 81.196605) (end 76.996596 81.221488) (width 0.19) (layer "B.Cu") (net 126) (tstamp 01e717af-b651-488b-9795-be6c9d32c722)) - (segment (start 77.346324 81.571215) (end 77.371207 81.680236) (width 0.19) (layer "B.Cu") (net 126) (tstamp 05897786-b525-4d78-82b8-fa6953dd70aa)) - (segment (start 83.161432 87.313541) (end 83.161432 87.425368) (width 0.19) (layer "B.Cu") (net 126) (tstamp 05c4c139-3f46-4667-ba33-20ff92decf09)) - (segment (start 84.394723 89.320739) (end 84.423871 89.381265) (width 0.19) (layer "B.Cu") (net 126) (tstamp 05d6ccc2-421b-4e9d-91cd-1ea66144224c)) - (segment (start 77.879935 83.480608) (end 77.861474 83.51894) (width 0.19) (layer "B.Cu") (net 126) (tstamp 062f6c01-892e-4432-b018-78dd0c56a985)) - (segment (start 77.346324 81.901081) (end 77.297805 82.001832) (width 0.19) (layer "B.Cu") (net 126) (tstamp 0635105a-4279-41fa-8671-05374d9628ac)) - (segment (start 77.371207 81.680236) (end 77.371207 81.79206) (width 0.19) (layer "B.Cu") (net 126) (tstamp 066403ff-b6e2-416f-826a-61b431c3e41e)) - (segment (start 76.861704 82.462378) (end 76.843243 82.50071) (width 0.19) (layer "B.Cu") (net 126) (tstamp 06ba0042-8f17-4c6d-a05a-28e0ebd6e508)) - (segment (start 77.852006 83.602966) (end 77.861474 83.644446) (width 0.19) (layer "B.Cu") (net 126) (tstamp 07352ce2-5fc8-4c81-93f6-467a81384cd3)) - (segment (start 84.288115 89.767842) (end 84.258968 89.828368) (width 0.19) (layer "B.Cu") (net 126) (tstamp 0810d445-1df3-46a9-896a-86ad16793678)) - (segment (start 84.288115 90.087061) (end 84.330001 90.139584) (width 0.19) (layer "B.Cu") (net 126) (tstamp 0cbac7ea-faad-4611-9469-c068d0df90b7)) - (segment (start 84.580833 91.9) (end 84.9 91.9) (width 0.19) (layer "B.Cu") (net 126) (tstamp 0dba7856-ae93-41bc-96df-582d25943769)) - (segment (start 77.001306 82.752266) (end 77.043852 82.752266) (width 0.19) (layer "B.Cu") (net 126) (tstamp 11d03159-5e3e-48f0-af87-085ef31deac5)) - (segment (start 75.87 80.129582) (end 75.87 81.679583) (width 0.19) (layer "B.Cu") (net 126) (tstamp 120a8b8d-4a70-4759-b067-b948fdd1c60e)) - (segment (start 84.330001 90.139584) (end 84.47 90.279582) (width 0.19) (layer "B.Cu") (net 126) (tstamp 120d5c34-42b1-4760-a910-3ec442962e9f)) - (segment (start 83.018305 87.722573) (end 82.599998 88.140881) (width 0.19) (layer "B.Cu") (net 126) (tstamp 1253f61d-1c5e-4364-ab6b-bc8de9865944)) - (segment (start 78.246315 82.401267) (end 78.316037 82.488696) (width 0.19) (layer "B.Cu") (net 126) (tstamp 12be1cbc-ecf1-4078-9b67-219bc61150eb)) - (segment (start 76.843243 82.626216) (end 76.861704 82.66455) (width 0.19) (layer "B.Cu") (net 126) (tstamp 18ad2d06-5888-43fe-8647-32dfde3d8195)) - (segment (start 82.545543 88.296505) (end 82.555011 88.337985) (width 0.19) (layer "B.Cu") (net 126) (tstamp 1af72c4e-3894-48fc-aaa7-a35e77814d7a)) - (segment (start 83.594519 89.362087) (end 83.660014 89.377036) (width 0.19) (layer "B.Cu") (net 126) (tstamp 1b3de975-3fed-46c6-bf34-1ccd4e975852)) - (segment (start 77.228084 82.089259) (end 77.20643 82.110916) (width 0.19) (layer "B.Cu") (net 126) (tstamp 1b9443a3-51ba-4b98-961a-84902a38a4f3)) - (segment (start 82.887564 86.903302) (end 82.974994 86.973025) (width 0.19) (layer "B.Cu") (net 126) (tstamp 1e655699-05b4-4cd0-9aad-da2bdc56f348)) - (segment (start 83.981096 89.226331) (end 84.041622 89.197184) (width 0.19) (layer "B.Cu") (net 126) (tstamp 208ec1ff-0813-487b-bc7b-93951f623775)) - (segment (start 83.088028 87.635143) (end 83.018305 87.722573) (width 0.19) (layer "B.Cu") (net 126) (tstamp 2186453a-2dc3-4eaf-b066-af452af6ee43)) - (segment (start 77.906461 83.716044) (end 81.581749 87.391332) (width 0.19) (layer "B.Cu") (net 126) (tstamp 22c59815-9d35-4ac7-962e-eeb16c0fa3b3)) - (segment (start 84.394723 89.639959) (end 84.352838 89.692481) (width 0.19) (layer "B.Cu") (net 126) (tstamp 24db9cc1-c5ef-4eef-9e9e-7893e55a7a3b)) - (segment (start 75.87 81.679583) (end 75.903262 81.706109) (width 0.19) (layer "B.Cu") (net 126) (tstamp 26e4a474-8a0f-44e4-a083-5156b33d5329)) - (segment (start 81.615013 87.417859) (end 81.653346 87.436319) (width 0.19) (layer "B.Cu") (net 126) (tstamp 282974fe-b174-408c-9e38-1a53189dc3f1)) - (segment (start 84.041622 89.197184) (end 84.107116 89.182235) (width 0.19) (layer "B.Cu") (net 126) (tstamp 2a34971c-1470-4565-bbe4-2f625be16b77)) - (segment (start 78.316036 83.020062) (end 78.246315 83.107489) (width 0.19) (layer "B.Cu") (net 126) (tstamp 2cad6738-f676-453c-ac40-beae8de1ae5c)) - (segment (start 77.861474 83.644446) (end 77.879935 83.68278) (width 0.19) (layer "B.Cu") (net 126) (tstamp 2e989e21-a1e8-42fb-88bc-90b86bc3c254)) - (segment (start 77.879935 83.68278) (end 77.906461 83.716044) (width 0.19) (layer "B.Cu") (net 126) (tstamp 36da77aa-944d-411f-8a1e-21d6c3dc6938)) - (segment (start 83.161432 87.425368) (end 83.136548 87.534391) (width 0.19) (layer "B.Cu") (net 126) (tstamp 374c7829-2dbc-45c7-a580-4e320844da2e)) - (segment (start 82.599998 88.409582) (end 83.481472 89.291055) (width 0.19) (layer "B.Cu") (net 126) (tstamp 378ba148-7b8d-402f-885d-db8e3eaa3a38)) - (segment (start 78.389438 82.698466) (end 78.389438 82.81029) (width 0.19) (layer "B.Cu") (net 126) (tstamp 3933c78d-e0e9-4bc8-9448-57f853d56416)) - (segment (start 78.115578 82.288237) (end 78.203005 82.357958) (width 0.19) (layer "B.Cu") (net 126) (tstamp 3962a870-64da-40dd-8df7-4f70b48df1a9)) - (segment (start 83.727192 89.377036) (end 83.792687 89.362087) (width 0.19) (layer "B.Cu") (net 126) (tstamp 3a6e83fd-c5eb-4fa7-b068-9d70284c7a10)) - (segment (start 77.793982 82.214835) (end 77.905806 82.214835) (width 0.19) (layer "B.Cu") (net 126) (tstamp 3b79a65d-a2a1-446e-97b2-66bb2ab83341)) - (segment (start 84.244019 89.961041) (end 84.258968 90.026535) (width 0.19) (layer "B.Cu") (net 126) (tstamp 3c3b2c5b-9273-4940-ad26-912b78e599ac)) - (segment (start 81.778852 87.436319) (end 81.817185 87.417859) (width 0.19) (layer "B.Cu") (net 126) (tstamp 4211fb63-0168-4bf5-96b9-2b71d5057742)) - (segment (start 77.228084 81.383037) (end 77.297806 81.470466) (width 0.19) (layer "B.Cu") (net 126) (tstamp 42c05a67-b42f-4b6d-9c44-571af09eeb4b)) - (segment (start 84.47 91.789167) (end 84.580833 91.9) (width 0.19) (layer "B.Cu") (net 126) (tstamp 436937bc-ec66-4fa5-bfce-abac93d55497)) - (segment (start 82.555011 88.212479) (end 82.545543 88.253958) (width 0.19) (layer "B.Cu") (net 126) (tstamp 44aa0d60-164f-4aed-b896-c988740fd182)) - (segment (start 75.903262 81.706109) (end 75.941596 81.72457) (width 0.19) (layer "B.Cu") (net 126) (tstamp 45bcfb46-28b0-4271-bdc2-4f1dfb3523c7)) - (segment (start 82.677789 86.829899) (end 82.786812 86.854782) (width 0.19) (layer "B.Cu") (net 126) (tstamp 46019d8b-1482-4465-95e7-afb5c6302e4c)) - (segment (start 83.792687 89.362087) (end 83.853213 89.332939) (width 0.19) (layer "B.Cu") (net 126) (tstamp 47248fef-8650-4b9f-a0fd-0b34bca3bdcd)) - (segment (start 76.105434 81.706109) (end 76.138698 81.679581) (width 0.19) (layer "B.Cu") (net 126) (tstamp 4b2bd551-ac9c-461d-83b5-b0e48139d320)) - (segment (start 77.123665 82.724339) (end 77.156929 82.697811) (width 0.19) (layer "B.Cu") (net 126) (tstamp 4b308f82-5bc1-4d5d-abeb-df3a70f5e2de)) - (segment (start 77.861474 83.51894) (end 77.852006 83.56042) (width 0.19) (layer "B.Cu") (net 126) (tstamp 4e48718a-391e-4e64-9346-7d8c183fddaf)) - (segment (start 83.088028 87.103766) (end 83.136548 87.204519) (width 0.19) (layer "B.Cu") (net 126) (tstamp 4f4a7542-c5d6-4593-90d8-3a346eae1e46)) - (segment (start 75.22 79.479582) (end 75.87 80.129582) (width 0.19) (layer "B.Cu") (net 126) (tstamp 4f5716ce-ffc6-49a0-972d-b38678e33ea2)) - (segment (start 83.905735 89.291054) (end 83.928573 89.268217) (width 0.19) (layer "B.Cu") (net 126) (tstamp 52d46255-2988-456e-9707-eea6d5e482c0)) - (segment (start 78.389438 82.81029) (end 78.364555 82.919311) (width 0.19) (layer "B.Cu") (net 126) (tstamp 54036806-5cd0-45d6-88ff-9467c591e789)) - (segment (start 76.478552 81.339728) (end 76.565979 81.270006) (width 0.19) (layer "B.Cu") (net 126) (tstamp 5d6d8d55-7d6d-4b4e-8983-82b07f83ff22)) - (segment (start 84.352838 89.692481) (end 84.330001 89.715319) (width 0.19) (layer "B.Cu") (net 126) (tstamp 5e06cb04-0c54-4e7e-90eb-5dd13205d35b)) - (segment (start 77.043852 82.752266) (end 77.085333 82.7428) (width 0.19) (layer "B.Cu") (net 126) (tstamp 60740de8-9b7d-46a3-983e-2b60d3dfd97b)) - (segment (start 77.097347 81.270007) (end 77.184774 81.339728) (width 0.19) (layer "B.Cu") (net 126) (tstamp 62ffb49f-deb6-406c-b4d6-064c024cb1cc)) - (segment (start 78.364555 82.589445) (end 78.389438 82.698466) (width 0.19) (layer "B.Cu") (net 126) (tstamp 66e429ab-5bfc-44d1-aa13-226f0a2b169d)) - (segment (start 76.861704 82.66455) (end 76.888231 82.697813) (width 0.19) (layer "B.Cu") (net 126) (tstamp 67d33389-f745-465b-8df2-61a36467c6a1)) - (segment (start 84.244019 89.893862) (end 84.244019 89.961041) (width 0.19) (layer "B.Cu") (net 126) (tstamp 6ad5fec5-941c-4786-9db6-ebc04940edd5)) - (segment (start 83.136548 87.534391) (end 83.088028 87.635143) (width 0.19) (layer "B.Cu") (net 126) (tstamp 6cf77a8f-b6e2-4c86-80e3-e5160be183d1)) - (segment (start 77.20643 82.110916) (end 76.88823 82.429113) (width 0.19) (layer "B.Cu") (net 126) (tstamp 6ebf6e9a-cf89-4e3a-8810-69a7d387c654)) - (segment (start 82.573471 88.174145) (end 82.555011 88.212479) (width 0.19) (layer "B.Cu") (net 126) (tstamp 6ef139b4-3ba3-4cdc-b888-89de3792c315)) - (segment (start 77.156929 82.697811) (end 77.496783 82.357958) (width 0.19) (layer "B.Cu") (net 126) (tstamp 71945cf9-0c80-485a-9685-f92532801f5d)) - (segment (start 82.555011 88.337985) (end 82.573471 88.376318) (width 0.19) (layer "B.Cu") (net 126) (tstamp 753f62c5-386e-495e-ae91-30abf8399c1f)) - (segment (start 83.533993 89.332939) (end 83.594519 89.362087) (width 0.19) (layer "B.Cu") (net 126) (tstamp 75bd6933-626a-4c8b-b55f-f5e2578cd6f7)) - (segment (start 83.853213 89.332939) (end 83.905735 89.291054) (width 0.19) (layer "B.Cu") (net 126) (tstamp 76e18e6c-5c22-4b66-9b86-0d0d73f7c400)) - (segment (start 76.025621 81.734036) (end 76.067102 81.72457) (width 0.19) (layer "B.Cu") (net 126) (tstamp 788cb877-debb-45c7-980b-0cec9662bcb8)) - (segment (start 82.974994 86.973025) (end 83.018306 87.016337) (width 0.19) (layer "B.Cu") (net 126) (tstamp 78fa10c3-f2e6-4394-a742-2192f3e37de9)) - (segment (start 84.330001 89.715319) (end 84.288115 89.767842) (width 0.19) (layer "B.Cu") (net 126) (tstamp 7a42afd2-be33-4d2a-932e-fdd9c31f30af)) - (segment (start 81.694826 87.445787) (end 81.737372 87.445787) (width 0.19) (layer "B.Cu") (net 126) (tstamp 7a90775c-1fe6-4f36-9f90-6ac91a02dbe1)) - (segment (start 82.356187 86.903302) (end 82.45694 86.854782) (width 0.19) (layer "B.Cu") (net 126) (tstamp 7b52a0f9-1b31-4394-b486-aab406b9436d)) - (segment (start 82.565963 86.829899) (end 82.677789 86.829899) (width 0.19) (layer "B.Cu") (net 126) (tstamp 7f26421b-a926-4ddd-aad3-417c8a4b9595)) - (segment (start 77.297805 82.001832) (end 77.228084 82.089259) (width 0.19) (layer "B.Cu") (net 126) (tstamp 81615618-6bbd-42ed-8136-8ac4ae65afca)) - (segment (start 75.7 76.5) (end 75.22 76.98) (width 0.19) (layer "B.Cu") (net 126) (tstamp 8236a635-ccca-4db1-92ae-27ce5451df22)) - (segment (start 76.66673 81.221488) (end 76.775751 81.196605) (width 0.19) (layer "B.Cu") (net 126) (tstamp 84d531ea-1cb2-489f-bf88-0b44a02b77dd)) - (segment (start 78.224661 83.129146) (end 77.906461 83.447343) (width 0.19) (layer "B.Cu") (net 126) (tstamp 85712b66-b957-4742-952c-e4510b3a5ae3)) - (segment (start 76.833775 82.54219) (end 76.833775 82.584736) (width 0.19) (layer "B.Cu") (net 126) (tstamp 893e404c-85a0-48e8-9725-eef1b796e7fd)) - (segment (start 84.239789 89.197184) (end 84.300315 89.226331) (width 0.19) (layer "B.Cu") (net 126) (tstamp 90928d33-f055-4614-9cd8-f524bef61505)) - (segment (start 78.316037 82.488696) (end 78.364555 82.589445) (width 0.19) (layer "B.Cu") (net 126) (tstamp 91274633-6bf7-4cc5-ab5d-a7a0dd7245c8)) - (segment (start 78.203005 82.357958) (end 78.246315 82.401267) (width 0.19) (layer "B.Cu") (net 126) (tstamp 972d1dd0-6bd0-4f7d-a961-e0d0c99ad948)) - (segment (start 78.246315 83.107489) (end 78.224661 83.129146) (width 0.19) (layer "B.Cu") (net 126) (tstamp 97d3ee99-e06e-413d-846f-04cfef708fe9)) - (segment (start 82.268758 86.973025) (end 82.356187 86.903302) (width 0.19) (layer "B.Cu") (net 126) (tstamp 993fb5c8-773b-49bf-a903-7401e8aa299c)) - (segment (start 81.850449 87.391332) (end 82.268758 86.973025) (width 0.19) (layer "B.Cu") (net 126) (tstamp 9b631613-8665-491a-b2ec-365bed932f1b)) - (segment (start 78.014827 82.239718) (end 78.115578 82.288237) (width 0.19) (layer "B.Cu") (net 126) (tstamp 9c9e0837-9d02-497d-9fbd-bab3b1067259)) - (segment (start 77.184774 81.339728) (end 77.228084 81.383037) (width 0.19) (layer "B.Cu") (net 126) (tstamp 9ce491df-683d-48e6-b09b-aa9d6a83e74c)) - (segment (start 76.88823 82.429113) (end 76.861704 82.462378) (width 0.19) (layer "B.Cu") (net 126) (tstamp 9ed4a053-cf7d-4429-833e-af65438f05f8)) - (segment (start 76.888231 82.697813) (end 76.921493 82.724339) (width 0.19) (layer "B.Cu") (net 126) (tstamp 9f70a7d9-ab86-4b51-9028-0dab8dee5e7d)) - (segment (start 77.58421 82.288236) (end 77.684961 82.239718) (width 0.19) (layer "B.Cu") (net 126) (tstamp a0c2ed19-a636-40a2-8970-6e4539968ab6)) - (segment (start 84.300315 89.226331) (end 84.352838 89.268217) (width 0.19) (layer "B.Cu") (net 126) (tstamp a6b2d2ea-5f44-4953-80c6-29c6290485aa)) - (segment (start 81.581749 87.391332) (end 81.615013 87.417859) (width 0.19) (layer "B.Cu") (net 126) (tstamp a7919d6f-5cdd-4804-b7ac-62cfa830c33f)) - (segment (start 84.258968 90.026535) (end 84.288115 90.087061) (width 0.19) (layer "B.Cu") (net 126) (tstamp a9a92f9f-fe70-4ab5-b356-985c6bbadfd8)) - (segment (start 76.775751 81.196605) (end 76.887575 81.196605) (width 0.19) (layer "B.Cu") (net 126) (tstamp ab8d1bbb-1dd9-4216-91b5-08a2fd3a63cd)) - (segment (start 75.941596 81.72457) (end 75.983075 81.734036) (width 0.19) (layer "B.Cu") (net 126) (tstamp abe6a0d7-50b7-4a64-95cb-16cecf82e6f2)) - (segment (start 77.496783 82.357958) (end 77.58421 82.288236) (width 0.19) (layer "B.Cu") (net 126) (tstamp ac03d6d7-dd4f-41da-97a7-016f08e37c9b)) - (segment (start 76.138698 81.679581) (end 76.478552 81.339728) (width 0.19) (layer "B.Cu") (net 126) (tstamp afb44acf-44da-492b-ae00-6960a89d10a2)) - (segment (start 77.905806 82.214835) (end 78.014827 82.239718) (width 0.19) (layer "B.Cu") (net 126) (tstamp b1ae57e1-dd0a-428b-abac-e543a71573b8)) - (segment (start 84.43882 89.513938) (end 84.423871 89.579433) (width 0.19) (layer "B.Cu") (net 126) (tstamp b25bfc6d-27db-4541-8579-e080067c86c3)) - (segment (start 77.371207 81.79206) (end 77.346324 81.901081) (width 0.19) (layer "B.Cu") (net 126) (tstamp b380278d-7c92-43cf-91a9-1c97dfe82a8c)) - (segment (start 84.258968 89.828368) (end 84.244019 89.893862) (width 0.19) (layer "B.Cu") (net 126) (tstamp b4d8e623-d912-463c-a6c7-bc18df423336)) - (segment (start 77.906461 83.447343) (end 77.879935 83.480608) (width 0.19) (layer "B.Cu") (net 126) (tstamp b6d26486-826b-4a6c-a9ee-7f9568c07c62)) - (segment (start 83.660014 89.377036) (end 83.727192 89.377036) (width 0.19) (layer "B.Cu") (net 126) (tstamp b7a90408-1e98-4738-9095-30f50e260855)) - (segment (start 81.817185 87.417859) (end 81.850449 87.391332) (width 0.19) (layer "B.Cu") (net 126) (tstamp bad2fc9b-9ffb-44c2-b1b7-fb27e8bb6176)) - (segment (start 84.174295 89.182235) (end 84.239789 89.197184) (width 0.19) (layer "B.Cu") (net 126) (tstamp bda8a30d-6033-42b7-853a-22600c7cfc23)) - (segment (start 76.959827 82.7428) (end 77.001306 82.752266) (width 0.19) (layer "B.Cu") (net 126) (tstamp bde004bf-fddc-460d-8bad-3a449b6995b6)) - (segment (start 83.136548 87.204519) (end 83.161432 87.313541) (width 0.19) (layer "B.Cu") (net 126) (tstamp bfc508cd-4b05-4aa9-b232-f1206189e950)) - (segment (start 84.352838 89.268217) (end 84.394723 89.320739) (width 0.19) (layer "B.Cu") (net 126) (tstamp bfd6c3fd-c866-43d5-b941-065d88cfa78c)) - (segment (start 84.423871 89.381265) (end 84.43882 89.44676) (width 0.19) (layer "B.Cu") (net 126) (tstamp c1a46e10-33c6-4ee8-8ac3-af2f927d54a7)) - (segment (start 84.47 90.279582) (end 84.47 91.789167) (width 0.19) (layer "B.Cu") (net 126) (tstamp c243ff0e-b9b8-4ed3-bac7-aebfdd3ea969)) - (segment (start 76.565979 81.270006) (end 76.66673 81.221488) (width 0.19) (layer "B.Cu") (net 126) (tstamp c82d1802-175a-4f3b-8e87-55ba65630bcc)) - (segment (start 77.684961 82.239718) (end 77.793982 82.214835) (width 0.19) (layer "B.Cu") (net 126) (tstamp c9eca091-1eea-443e-97ed-24518ab35e5f)) - (segment (start 82.573471 88.376318) (end 82.599998 88.409582) (width 0.19) (layer "B.Cu") (net 126) (tstamp ccd897d1-43b5-404a-82a9-5ecfdfb103bd)) - (segment (start 81.653346 87.436319) (end 81.694826 87.445787) (width 0.19) (layer "B.Cu") (net 126) (tstamp cdd4ce57-2b09-4a98-8b90-c7c0c63c5a7b)) - (segment (start 83.928573 89.268217) (end 83.981096 89.226331) (width 0.19) (layer "B.Cu") (net 126) (tstamp cee25955-9e13-45c9-9d86-cf56eac2b929)) - (segment (start 76.843243 82.50071) (end 76.833775 82.54219) (width 0.19) (layer "B.Cu") (net 126) (tstamp d0ef9572-f9f1-402b-82aa-afe53ec77b54)) - (segment (start 77.085333 82.7428) (end 77.123665 82.724339) (width 0.19) (layer "B.Cu") (net 126) (tstamp d8b5d407-beb2-4895-920b-72a93c2cd67a)) - (segment (start 82.786812 86.854782) (end 82.887564 86.903302) (width 0.19) (layer "B.Cu") (net 126) (tstamp d8f1aa4a-2f21-4570-b6e4-a5df899c3581)) - (segment (start 84.423871 89.579433) (end 84.394723 89.639959) (width 0.19) (layer "B.Cu") (net 126) (tstamp d98f98bd-8349-4ec6-8efd-55c02fac1f37)) - (segment (start 78.364555 82.919311) (end 78.316036 83.020062) (width 0.19) (layer "B.Cu") (net 126) (tstamp da61e499-db71-4ce0-a1a7-26fdb1ef6e11)) - (segment (start 82.545543 88.253958) (end 82.545543 88.296505) (width 0.19) (layer "B.Cu") (net 126) (tstamp db3e7b5e-c154-4be6-815f-ed69e1f2bd95)) - (segment (start 76.921493 82.724339) (end 76.959827 82.7428) (width 0.19) (layer "B.Cu") (net 126) (tstamp db93065d-d7a9-442c-84f2-46c614861f72)) - (segment (start 84.107116 89.182235) (end 84.174295 89.182235) (width 0.19) (layer "B.Cu") (net 126) (tstamp ddcb9fa4-a6a2-4bdd-a959-54c0c6f976da)) - (segment (start 82.599998 88.140881) (end 82.573471 88.174145) (width 0.19) (layer "B.Cu") (net 126) (tstamp ddf4eee7-ecaf-4690-b61c-20517a21ac9c)) - (segment (start 84.43882 89.44676) (end 84.43882 89.513938) (width 0.19) (layer "B.Cu") (net 126) (tstamp dfcfc963-5b80-4490-b1ae-520b3ee6dc3e)) - (segment (start 75.983075 81.734036) (end 76.025621 81.734036) (width 0.19) (layer "B.Cu") (net 126) (tstamp e4471cac-1f08-4eb3-856b-eb1fe77f6adc)) - (segment (start 76.067102 81.72457) (end 76.105434 81.706109) (width 0.19) (layer "B.Cu") (net 126) (tstamp e61112af-6140-44f5-b7a6-941c2d3d06cd)) - (segment (start 77.297806 81.470466) (end 77.346324 81.571215) (width 0.19) (layer "B.Cu") (net 126) (tstamp f3da0bc5-1aa4-426f-a5c9-c36485bc6e0e)) - (segment (start 77.852006 83.56042) (end 77.852006 83.602966) (width 0.19) (layer "B.Cu") (net 126) (tstamp f53a99df-250f-4a1e-afbf-bad4642182eb)) - (segment (start 75.22 76.98) (end 75.22 79.479582) (width 0.19) (layer "B.Cu") (net 126) (tstamp fb4efd18-28c9-499c-9f48-5d7447461da3)) - (segment (start 81.737372 87.445787) (end 81.778852 87.436319) (width 0.19) (layer "B.Cu") (net 126) (tstamp fb6ab0db-6009-4d4c-87e7-4cd2af8cba4a)) - (segment (start 76.833775 82.584736) (end 76.843243 82.626216) (width 0.19) (layer "B.Cu") (net 126) (tstamp fdfc3f0a-437f-4206-b6a3-f5ef59d15f6b)) - (segment (start 83.481472 89.291055) (end 83.533993 89.332939) (width 0.19) (layer "B.Cu") (net 126) (tstamp fe8cbf07-3009-44a6-9e53-be7de4bcb490)) - (segment (start 82.45694 86.854782) (end 82.565963 86.829899) (width 0.19) (layer "B.Cu") (net 126) (tstamp ff0cc134-7c76-46f5-8168-386778db5317)) - (segment (start 83.018306 87.016337) (end 83.088028 87.103766) (width 0.19) (layer "B.Cu") (net 126) (tstamp ff14d0d7-f586-47b8-af56-707d6fdbcef9)) - (segment (start 76.996596 81.221488) (end 77.097347 81.270007) (width 0.19) (layer "B.Cu") (net 126) (tstamp ff30d046-a2da-475f-8b0f-fa3676850cb3)) - (segment (start 73.340626 82.12) (end 73.451747 82.13252) (width 0.19) (layer "F.Cu") (net 127) (tstamp 01b34e41-af93-4e1d-928b-489fa2be9377)) - (segment (start 72.741537 83.221452) (end 72.711453 83.251536) (width 0.19) (layer "F.Cu") (net 127) (tstamp 01d02d44-e617-4355-9df5-011b6684844b)) - (segment (start 74.237584 84.152038) (end 74.251636 84.111879) (width 0.19) (layer "F.Cu") (net 127) (tstamp 0409d5bd-6b96-47d6-bb8d-c9ff70be817d)) - (segment (start 72.48198 81.631052) (end 72.387295 81.690546) (width 0.19) (layer "F.Cu") (net 127) (tstamp 04f0d028-c817-480c-944a-42cbfccafa9e)) - (segment (start 73.135 79.3412) (end 72.67 79.8062) (width 0.19) (layer "F.Cu") (net 127) (tstamp 07ac831c-fcc7-4f73-a1e7-c50f81a964a0)) - (segment (start 74.755774 83.0896) (end 74.817025 83.0896) (width 0.19) (layer "F.Cu") (net 127) (tstamp 09e04927-dfea-4dda-908e-bd0fc3f3fc1f)) - (segment (start 72.674764 83.327721) (end 72.67 83.37) (width 0.19) (layer "F.Cu") (net 127) (tstamp 0d9a5925-3677-4baf-8c3e-88d6199b0d1b)) - (segment (start 74.539104 83.139054) (end 74.644653 83.102121) (width 0.19) (layer "F.Cu") (net 127) (tstamp 0f4e4efe-dbfd-4d8e-846f-b5579e1bec3c)) - (segment (start 72.387295 81.690546) (end 72.281746 81.727479) (width 0.19) (layer "F.Cu") (net 127) (tstamp 13671488-0cb9-4f6b-86f5-8833a4c93942)) - (segment (start 71.571536 82.078547) (end 71.607562 82.101184) (width 0.19) (layer "F.Cu") (net 127) (tstamp 1775dfeb-f12d-4fbf-bc30-325244073ad9)) - (segment (start 74.214947 84.188064) (end 74.237584 84.152038) (width 0.19) (layer "F.Cu") (net 127) (tstamp 1a1055f1-ea24-44dd-af71-c6fd3b00671f)) - (segment (start 73.82748 82.791746) (end 73.790547 82.897295) (width 0.19) (layer "F.Cu") (net 127) (tstamp 24eff49c-bd8f-4b46-ac8e-1e6a98d4d952)) - (segment (start 71.69 81.74) (end 71.647721 81.744763) (width 0.19) (layer "F.Cu") (net 127) (tstamp 256be11b-c4ef-4bf9-938a-cee2fdf981c8)) - (segment (start 84.100001 91.899999) (end 84.100001 91.034424) (width 0.15) (layer "F.Cu") (net 127) (tstamp 29931f0a-b7aa-4d73-a2c2-d75d63c18b79)) - (segment (start 75.335215 84.152038) (end 75.357852 84.188064) (width 0.19) (layer "F.Cu") (net 127) (tstamp 2c717313-0b37-481e-88c0-c2bd1005d3a3)) - (segment (start 73.340626 83.18) (end 72.86 83.18) (width 0.19) (layer "F.Cu") (net 127) (tstamp 2d5f70d7-69b2-4905-9bb4-9e48714ab5d1)) - (segment (start 72.817722 83.184763) (end 72.777563 83.198815) (width 0.19) (layer "F.Cu") (net 127) (tstamp 2e3a20d3-1ad7-4a50-986d-ad937c1980c1)) - (segment (start 75.423962 84.240785) (end 75.464121 84.254837) (width 0.19) (layer "F.Cu") (net 127) (tstamp 3204d897-eb37-43b1-9986-8727e4837938)) - (segment (start 73.451747 82.13252) (end 73.557296 82.169453) (width 0.19) (layer "F.Cu") (net 127) (tstamp 396a4260-a2a2-4915-8e46-e45b012de968)) - (segment (start 73.557296 83.130546) (end 73.451747 83.167479) (width 0.19) (layer "F.Cu") (net 127) (tstamp 3ba6d5cf-4b1d-4ed7-ac3d-737a53e61328)) - (segment (start 71.607562 81.758815) (end 71.571536 81.781452) (width 0.19) (layer "F.Cu") (net 127) (tstamp 3bb32800-0789-4851-bbe9-2310d9db13a8)) - (segment (start 74.928146 83.102121) (end 75.033695 83.139054) (width 0.19) (layer "F.Cu") (net 127) (tstamp 3e191d7e-e900-4f02-8795-d23bc33d50f8)) - (segment (start 75.321163 84.111879) (end 75.335215 84.152038) (width 0.19) (layer "F.Cu") (net 127) (tstamp 4097d8ff-d5fe-4916-b054-086b1f2834f9)) - (segment (start 74.817025 83.0896) (end 74.928146 83.102121) (width 0.19) (layer "F.Cu") (net 127) (tstamp 43990297-22a0-4f30-9cdc-2e77b673b5a9)) - (segment (start 72.657479 81.351746) (end 72.620546 81.457295) (width 0.19) (layer "F.Cu") (net 127) (tstamp 45144977-764a-422c-9c40-bbfc27fb2a22)) - (segment (start 73.135 78.45) (end 73.135 79.3412) (width 0.19) (layer "F.Cu") (net 127) (tstamp 46634196-2c70-4f35-b871-e4f4df0ea48a)) - (segment (start 72.688816 83.287562) (end 72.674764 83.327721) (width 0.19) (layer "F.Cu") (net 127) (tstamp 46a4ea48-c711-4ba8-bcde-157460e3d207)) - (segment (start 72.711453 83.251536) (end 72.688816 83.287562) (width 0.19) (layer "F.Cu") (net 127) (tstamp 47d45996-5914-498d-9155-02c861625a77)) - (segment (start 71.607562 82.101184) (end 71.647721 82.115236) (width 0.19) (layer "F.Cu") (net 127) (tstamp 4f4df253-634f-42c8-aaa5-1ea87996b9c7)) - (segment (start 74.0664 84.2596) (end 74.108678 84.254837) (width 0.19) (layer "F.Cu") (net 127) (tstamp 54dc5a27-69ab-4c71-9379-d9b7428afbc7)) - (segment (start 74.2564 83.588975) (end 74.26892 83.477854) (width 0.19) (layer "F.Cu") (net 127) (tstamp 55acbe99-c906-4a3c-a508-a08335067413)) - (segment (start 73.651981 83.071052) (end 73.557296 83.130546) (width 0.19) (layer "F.Cu") (net 127) (tstamp 55f62029-af66-4168-97aa-c791fab7ce0f)) - (segment (start 73.731053 82.99198) (end 73.651981 83.071052) (width 0.19) (layer "F.Cu") (net 127) (tstamp 56835a6b-d255-4c83-9acc-b8d3949119e6)) - (segment (start 74.365347 83.27762) (end 74.444419 83.198548) (width 0.19) (layer "F.Cu") (net 127) (tstamp 569d9c28-24cb-4f61-939d-4d953f0ea8c0)) - (segment (start 72.67 83.846882) (end 73.082718 84.2596) (width 0.19) (layer "F.Cu") (net 127) (tstamp 56fc849c-b296-4403-9bb4-03c6bcf87048)) - (segment (start 74.251636 84.111879) (end 74.2564 84.0696) (width 0.19) (layer "F.Cu") (net 127) (tstamp 590b274a-c1c3-4a51-a54b-4d295f6b762d)) - (segment (start 75.033695 83.139054) (end 75.12838 83.198548) (width 0.19) (layer "F.Cu") (net 127) (tstamp 59811369-676b-43e7-b8c3-81d491e17681)) - (segment (start 72.67 79.8062) (end 72.67 81.240625) (width 0.19) (layer "F.Cu") (net 127) (tstamp 64165021-903e-4c98-8b4e-c2affe1d5d80)) - (segment (start 73.557296 82.169453) (end 73.651981 82.228947) (width 0.19) (layer "F.Cu") (net 127) (tstamp 644d5ac8-9c43-456e-ab0c-b053f9bc520a)) - (segment (start 75.387936 84.218148) (end 75.423962 84.240785) (width 0.19) (layer "F.Cu") (net 127) (tstamp 6c843bf6-f38e-4194-9a8e-7f72e1165388)) - (segment (start 84.100001 91.034424) (end 84.043894 90.978317) (width 0.15) (layer "F.Cu") (net 127) (tstamp 6d1860a3-107e-4663-8919-17e3714526b4)) - (segment (start 72.170625 81.74) (end 71.69 81.74) (width 0.19) (layer "F.Cu") (net 127) (tstamp 6fb4bc4d-95d1-4777-8dcd-c64486ab8513)) - (segment (start 75.266946 83.372305) (end 75.303879 83.477854) (width 0.19) (layer "F.Cu") (net 127) (tstamp 70d65ff4-afad-4ea7-8548-e2d8889f8505)) - (segment (start 73.84 82.619374) (end 73.84 82.680625) (width 0.19) (layer "F.Cu") (net 127) (tstamp 76ce120a-34c6-4d15-953e-c7bd07fff34c)) - (segment (start 74.108678 84.254837) (end 74.148837 84.240785) (width 0.19) (layer "F.Cu") (net 127) (tstamp 80d5ce8f-7b4b-4b27-8849-8e3320f8b7bb)) - (segment (start 75.464121 84.254837) (end 75.5064 84.2596) (width 0.19) (layer "F.Cu") (net 127) (tstamp 8182fba2-d22e-49bb-8581-cb8bff7574c0)) - (segment (start 71.518815 81.847562) (end 71.504763 81.887721) (width 0.19) (layer "F.Cu") (net 127) (tstamp 86d09f33-14ae-4f74-a6af-aea72179a890)) - (segment (start 73.790547 82.897295) (end 73.731053 82.99198) (width 0.19) (layer "F.Cu") (net 127) (tstamp 8a188f49-4c5c-4f81-a06e-7d5bf5b3768d)) - (segment (start 72.777563 83.198815) (end 72.741537 83.221452) (width 0.19) (layer "F.Cu") (net 127) (tstamp 8f1980cf-17d4-499a-9160-7b3fb6f5be43)) - (segment (start 83.7 92.3) (end 84.100001 91.899999) (width 0.15) (layer "F.Cu") (net 127) (tstamp 9016872b-f4eb-46f2-af63-dddde3fdf79b)) - (segment (start 74.26892 83.477854) (end 74.305853 83.372305) (width 0.19) (layer "F.Cu") (net 127) (tstamp 964742c0-ee94-4927-91df-9434b273df16)) - (segment (start 72.561052 81.55198) (end 72.48198 81.631052) (width 0.19) (layer "F.Cu") (net 127) (tstamp 97aedeae-8c43-48df-bb4a-83746ecf0a47)) - (segment (start 73.082718 84.2596) (end 74.0664 84.2596) (width 0.19) (layer "F.Cu") (net 127) (tstamp 99be5d76-300e-4f20-a443-cae8947edfd5)) - (segment (start 74.444419 83.198548) (end 74.539104 83.139054) (width 0.19) (layer "F.Cu") (net 127) (tstamp 9ce4b7f0-c207-4d42-bf5a-92740e8ee18b)) - (segment (start 75.3164 84.0696) (end 75.321163 84.111879) (width 0.19) (layer "F.Cu") (net 127) (tstamp 9d523c28-c698-4f1a-8526-c7c1680a0aae)) - (segment (start 74.305853 83.372305) (end 74.365347 83.27762) (width 0.19) (layer "F.Cu") (net 127) (tstamp 9dee1416-5d24-4079-8f3b-80db1b19ce66)) - (segment (start 71.541452 82.048463) (end 71.571536 82.078547) (width 0.19) (layer "F.Cu") (net 127) (tstamp 9efa549b-079b-4747-bbda-5d5b1defcab0)) - (segment (start 73.731053 82.308019) (end 73.790547 82.402704) (width 0.19) (layer "F.Cu") (net 127) (tstamp a0139dbf-800f-4b31-affb-7aba7e231628)) - (segment (start 71.647721 82.115236) (end 71.69 82.12) (width 0.19) (layer "F.Cu") (net 127) (tstamp a1c9bc98-3d1a-4cf6-9b8d-ab2ca2f32910)) - (segment (start 71.5 81.93) (end 71.504763 81.972278) (width 0.19) (layer "F.Cu") (net 127) (tstamp aa9b2cea-b8fe-44be-befd-4138a19b60f8)) - (segment (start 71.69 82.12) (end 73.340626 82.12) (width 0.19) (layer "F.Cu") (net 127) (tstamp abd02f2b-63a6-4b27-b14c-97cc6e52ac01)) - (segment (start 74.2564 84.0696) (end 74.2564 83.588975) (width 0.19) (layer "F.Cu") (net 127) (tstamp abe514bc-8004-41a1-b6db-5571155df230)) - (segment (start 74.148837 84.240785) (end 74.184863 84.218148) (width 0.19) (layer "F.Cu") (net 127) (tstamp add90365-59e6-451f-89f8-8665d94a32ba)) - (segment (start 71.504763 81.972278) (end 71.518815 82.012437) (width 0.19) (layer "F.Cu") (net 127) (tstamp b0299914-5178-40c4-9716-29d440fcbc3d)) - (segment (start 75.303879 83.477854) (end 75.3164 83.588975) (width 0.19) (layer "F.Cu") (net 127) (tstamp b31233f9-2da6-4a1a-a3d8-a08f13d9a8b2)) - (segment (start 73.84 82.680625) (end 73.82748 82.791746) (width 0.19) (layer "F.Cu") (net 127) (tstamp b31f38ac-b940-4846-9b48-43ebbd4f4b50)) - (segment (start 75.12838 83.198548) (end 75.207452 83.27762) (width 0.19) (layer "F.Cu") (net 127) (tstamp b4f3deb9-ff7a-4ab8-aa63-bde787a78d58)) - (segment (start 72.620546 81.457295) (end 72.561052 81.55198) (width 0.19) (layer "F.Cu") (net 127) (tstamp b722165f-6032-4da5-a108-e8e66a953064)) - (segment (start 75.207452 83.27762) (end 75.266946 83.372305) (width 0.19) (layer "F.Cu") (net 127) (tstamp b8a55507-a42b-46fa-a8a9-72c49d93e96c)) - (segment (start 71.504763 81.887721) (end 71.5 81.93) (width 0.19) (layer "F.Cu") (net 127) (tstamp b9808a34-010f-4b17-a061-e7a1a2fdcf61)) - (segment (start 80.842418 84.2596) (end 84.043894 87.461076) (width 0.19) (layer "F.Cu") (net 127) (tstamp c3b485fe-0f1e-46fb-b3ff-8782ddd819b9)) - (segment (start 73.82748 82.508253) (end 73.84 82.619374) (width 0.19) (layer "F.Cu") (net 127) (tstamp c610ffa4-59c6-4bf2-8434-5819d53174ea)) - (segment (start 74.184863 84.218148) (end 74.214947 84.188064) (width 0.19) (layer "F.Cu") (net 127) (tstamp c9d53f80-06bb-493c-9aa4-5b1b4d518923)) - (segment (start 75.3164 83.588975) (end 75.3164 84.0696) (width 0.19) (layer "F.Cu") (net 127) (tstamp ca5218cb-dd0d-46db-a2b9-396537593985)) - (segment (start 72.67 81.240625) (end 72.657479 81.351746) (width 0.19) (layer "F.Cu") (net 127) (tstamp cb35c4bf-2cc6-4f62-88e1-b2a4f9b396ce)) - (segment (start 75.5064 84.2596) (end 80.842418 84.2596) (width 0.19) (layer "F.Cu") (net 127) (tstamp d169cf48-9f6d-465e-a5b6-60a89aa51c3a)) - (segment (start 71.647721 81.744763) (end 71.607562 81.758815) (width 0.19) (layer "F.Cu") (net 127) (tstamp d32575d0-9ea4-47af-9110-76bd238916d6)) - (segment (start 71.571536 81.781452) (end 71.541452 81.811536) (width 0.19) (layer "F.Cu") (net 127) (tstamp da009e15-84e6-4d2d-82c9-90fd55d22bc7)) - (segment (start 72.67 83.37) (end 72.67 83.846882) (width 0.19) (layer "F.Cu") (net 127) (tstamp deee5d66-03d0-49d4-8b0a-7e83ff3bfec6)) - (segment (start 71.541452 81.811536) (end 71.518815 81.847562) (width 0.19) (layer "F.Cu") (net 127) (tstamp e246b4c6-330f-4c5e-b9dd-b100eb27bc9f)) - (segment (start 84.043894 87.461076) (end 84.043894 90.978317) (width 0.19) (layer "F.Cu") (net 127) (tstamp e4cfcdc3-a72b-4bc9-9839-3b7ced13c35a)) - (segment (start 71.518815 82.012437) (end 71.541452 82.048463) (width 0.19) (layer "F.Cu") (net 127) (tstamp e7e10faf-54ab-46bd-a086-b88bca32ddb0)) - (segment (start 73.651981 82.228947) (end 73.731053 82.308019) (width 0.19) (layer "F.Cu") (net 127) (tstamp eb31c53c-9f60-4217-aa46-79aa78f31786)) - (segment (start 74.644653 83.102121) (end 74.755774 83.0896) (width 0.19) (layer "F.Cu") (net 127) (tstamp efbd3197-cbc9-408a-a2b5-e8292a952aae)) - (segment (start 73.451747 83.167479) (end 73.340626 83.18) (width 0.19) (layer "F.Cu") (net 127) (tstamp f15774e0-050c-4269-822a-19c35f37516d)) - (segment (start 73.790547 82.402704) (end 73.82748 82.508253) (width 0.19) (layer "F.Cu") (net 127) (tstamp f341cc8d-f0b2-4738-917e-2a4bc6c6fbcd)) - (segment (start 75.357852 84.188064) (end 75.387936 84.218148) (width 0.19) (layer "F.Cu") (net 127) (tstamp f5edecff-c7e4-4ade-b33f-898c336b9ff1)) - (segment (start 72.86 83.18) (end 72.817722 83.184763) (width 0.19) (layer "F.Cu") (net 127) (tstamp f9ccdf98-0678-4d6c-9291-23d2bce68e2f)) - (segment (start 72.281746 81.727479) (end 72.170625 81.74) (width 0.19) (layer "F.Cu") (net 127) (tstamp fdbc71b1-4096-4d2c-99bc-b62ad2c2fdeb)) - (segment (start 83.300001 91.899999) (end 83.300001 91.034424) (width 0.15) (layer "F.Cu") (net 128) (tstamp 00000000-0000-0000-0000-00005c251b04)) - (segment (start 83.300001 91.034424) (end 83.243894 90.978317) (width 0.15) (layer "F.Cu") (net 128) (tstamp 00000000-0000-0000-0000-00005c251b05)) - (segment (start 82.9 92.3) (end 83.300001 91.899999) (width 0.15) (layer "F.Cu") (net 128) (tstamp 00000000-0000-0000-0000-00005c251b07)) - (segment (start 68.931215 83.112118) (end 68.967079 83.089584) (width 0.19) (layer "F.Cu") (net 128) (tstamp 004c30d9-3726-4058-8db0-bb836a778fc7)) - (segment (start 68.346165 81.5976) (end 68.460504 81.584717) (width 0.19) (layer "F.Cu") (net 128) (tstamp 047327b2-82e1-40fe-998b-4d304bb25c38)) - (segment (start 68.094463 81.972857) (end 68.054485 81.958868) (width 0.19) (layer "F.Cu") (net 128) (tstamp 05fd22cb-dff4-4a8c-8f01-3428b502748b)) - (segment (start 68.666536 81.485497) (end 68.747898 81.404135) (width 0.19) (layer "F.Cu") (net 128) (tstamp 06bc1d3f-a817-499c-b305-bf090751aa70)) - (segment (start 68.136552 81.5976) (end 68.346165 81.5976) (width 0.19) (layer "F.Cu") (net 128) (tstamp 08ea73d9-b82c-41dc-bb2a-d12314dfd682)) - (segment (start 67.966137 81.87052) (end 67.952148 81.830542) (width 0.19) (layer "F.Cu") (net 128) (tstamp 169878d4-1485-4df7-81b4-2b96d7152417)) - (segment (start 69.57913 82.090555) (end 69.481704 82.029338) (width 0.19) (layer "F.Cu") (net 128) (tstamp 1f6dc4c0-95ef-489e-9315-edd5a136afd5)) - (segment (start 69.373098 81.991335) (end 69.258759 81.978453) (width 0.19) (layer "F.Cu") (net 128) (tstamp 1fce8e02-82e8-4e7b-8f74-05bef82294b8)) - (segment (start 69.049147 83.070853) (end 69.258759 83.070853) (width 0.19) (layer "F.Cu") (net 128) (tstamp 22ef120b-7d29-4557-88e0-3f20e90904cc)) - (segment (start 69.772595 82.557017) (end 69.772595 82.492288) (width 0.19) (layer "F.Cu") (net 128) (tstamp 29c8103b-55df-4ba7-bb30-27604469a02c)) - (segment (start 68.86 79.7808) (end 69.325 79.3158) (width 0.19) (layer "F.Cu") (net 128) (tstamp 2b1ccc34-c439-431e-a579-6de321c72079)) - (segment (start 69.721709 82.779962) (end 69.759712 82.671356) (width 0.19) (layer "F.Cu") (net 128) (tstamp 2e5fbd59-f8ae-420c-b89e-8c299bbfff35)) - (segment (start 68.86 83.26) (end 68.864742 83.21791) (width 0.19) (layer "F.Cu") (net 128) (tstamp 3106b59c-fb61-4c51-93a8-cbf05e262ac5)) - (segment (start 68.6819 81.978453) (end 68.6819 81.9776) (width 0.19) (layer "F.Cu") (net 128) (tstamp 315ed40d-2ed2-43d4-ab56-86ff969d4795)) - (segment (start 67.952148 81.744657) (end 67.966137 81.704679) (width 0.19) (layer "F.Cu") (net 128) (tstamp 33878cb0-de93-49ba-844f-9667b0ba12b2)) - (segment (start 69.373098 83.05797) (end 69.481704 83.019967) (width 0.19) (layer "F.Cu") (net 128) (tstamp 35766383-03d6-4f8b-9c16-d16020f426e2)) - (segment (start 69.759712 82.671356) (end 69.772595 82.557017) (width 0.19) (layer "F.Cu") (net 128) (tstamp 3aa5dba9-698a-429b-b5bc-746b0a7330f7)) - (segment (start 79.483 84.963) (end 69.1134 84.963) (width 0.19) (layer "F.Cu") (net 128) (tstamp 3b3f3fca-2138-4431-a2c0-99b7edf94769)) - (segment (start 68.86 81.083764) (end 68.86 79.7808) (width 0.19) (layer "F.Cu") (net 128) (tstamp 3e1ef0a3-447d-45fd-b694-212639e9d367)) - (segment (start 69.660492 82.171917) (end 69.57913 82.090555) (width 0.19) (layer "F.Cu") (net 128) (tstamp 47cc1fdc-68c6-49ff-9b87-55bdcf3ac29c)) - (segment (start 67.947405 81.786747) (end 67.952148 81.744657) (width 0.19) (layer "F.Cu") (net 128) (tstamp 49155c9e-7231-4c58-a78b-200933cd83a4)) - (segment (start 67.966137 81.704679) (end 67.988671 81.668815) (width 0.19) (layer "F.Cu") (net 128) (tstamp 4fd18a45-1988-4bb0-a09a-5786f3c32b09)) - (segment (start 67.988671 81.668815) (end 68.018621 81.638865) (width 0.19) (layer "F.Cu") (net 128) (tstamp 4fd42951-5201-4f4f-ba4a-0a34ccbab4bb)) - (segment (start 68.967079 83.089584) (end 69.007057 83.075595) (width 0.19) (layer "F.Cu") (net 128) (tstamp 52aa4775-b499-4300-a415-65cd614bc4ca)) - (segment (start 69.660492 82.877388) (end 69.721709 82.779962) (width 0.19) (layer "F.Cu") (net 128) (tstamp 52bf8c9f-a7b7-4b89-8df7-108d979d1b8c)) - (segment (start 68.847118 81.198103) (end 68.86 81.083764) (width 0.19) (layer "F.Cu") (net 128) (tstamp 53046843-cc40-4c50-a32a-9cce118673bf)) - (segment (start 68.018621 81.638865) (end 68.054485 81.616331) (width 0.19) (layer "F.Cu") (net 128) (tstamp 5521e7cc-abaf-4215-9357-e1d0e534cd15)) - (segment (start 68.054485 81.616331) (end 68.094463 81.602342) (width 0.19) (layer "F.Cu") (net 128) (tstamp 5a842bd1-1095-4f3b-97a3-0a536f38bd93)) - (segment (start 68.018621 81.936334) (end 67.988671 81.906384) (width 0.19) (layer "F.Cu") (net 128) (tstamp 5b40dd14-548e-441a-8e60-aabed75d2537)) - (segment (start 68.56911 81.546714) (end 68.666536 81.485497) (width 0.19) (layer "F.Cu") (net 128) (tstamp 5ec0eab3-d17e-4a75-a0fd-484b9f8a2298)) - (segment (start 69.258759 81.978453) (end 68.6819 81.978453) (width 0.19) (layer "F.Cu") (net 128) (tstamp 5fdbeecb-600c-4689-a92f-7820269d7655)) - (segment (start 69.481704 82.029338) (end 69.373098 81.991335) (width 0.19) (layer "F.Cu") (net 128) (tstamp 6ef55297-f259-4bec-96f2-100cf5bb0b4d)) - (segment (start 83.243894 88.723894) (end 79.483 84.963) (width 0.19) (layer "F.Cu") (net 128) (tstamp 6fb3a23c-5f44-4c81-8833-edf45280e766)) - (segment (start 67.947405 81.788453) (end 67.947405 81.786747) (width 0.19) (layer "F.Cu") (net 128) (tstamp 7f1b199d-4649-4d00-aca5-e87902c18ee3)) - (segment (start 68.86 84.7096) (end 68.86 83.26) (width 0.19) (layer "F.Cu") (net 128) (tstamp 80425a2d-fa15-49dc-9961-181ebace8d4b)) - (segment (start 68.809115 81.306709) (end 68.847118 81.198103) (width 0.19) (layer "F.Cu") (net 128) (tstamp 91642b02-a1e3-45f1-86d5-e95c74a72c2a)) - (segment (start 69.481704 83.019967) (end 69.57913 82.95875) (width 0.19) (layer "F.Cu") (net 128) (tstamp 945a9e1b-922c-4978-88f4-f5ae5b2dedbd)) - (segment (start 69.258759 83.070853) (end 69.373098 83.05797) (width 0.19) (layer "F.Cu") (net 128) (tstamp 9dc173d9-2295-4e5d-9cce-c16607ef685f)) - (segment (start 67.988671 81.906384) (end 67.966137 81.87052) (width 0.19) (layer "F.Cu") (net 128) (tstamp a32010b5-ad76-441e-91c4-e41e9f21be41)) - (segment (start 69.007057 83.075595) (end 69.049147 83.070853) (width 0.19) (layer "F.Cu") (net 128) (tstamp a36399ad-ceeb-4f74-af38-3845225fb3ea)) - (segment (start 69.721709 82.269343) (end 69.660492 82.171917) (width 0.19) (layer "F.Cu") (net 128) (tstamp a6522efe-efaa-4294-8978-e8c504504a39)) - (segment (start 69.57913 82.95875) (end 69.660492 82.877388) (width 0.19) (layer "F.Cu") (net 128) (tstamp a845d920-34db-4ec2-8a4f-b210460ecd98)) - (segment (start 68.460504 81.584717) (end 68.56911 81.546714) (width 0.19) (layer "F.Cu") (net 128) (tstamp aa876ceb-6942-440f-b8b1-e714f33be91a)) - (segment (start 68.054485 81.958868) (end 68.018621 81.936334) (width 0.19) (layer "F.Cu") (net 128) (tstamp b3956231-dfd8-4fed-845c-2e002f76a53d)) - (segment (start 68.878731 83.177932) (end 68.901265 83.142068) (width 0.19) (layer "F.Cu") (net 128) (tstamp b44dfd56-9f75-4375-bfb1-0c583048d194)) - (segment (start 69.772595 82.492288) (end 69.759712 82.377949) (width 0.19) (layer "F.Cu") (net 128) (tstamp b594cf00-c46f-44a2-bd88-8d9301ac717c)) - (segment (start 67.952148 81.830542) (end 67.947405 81.788453) (width 0.19) (layer "F.Cu") (net 128) (tstamp b9b15629-ffab-4853-9407-4fe9382fb370)) - (segment (start 69.1134 84.963) (end 68.86 84.7096) (width 0.19) (layer "F.Cu") (net 128) (tstamp bcb96e75-d5fc-4b1f-b953-f4f9adcffd66)) - (segment (start 68.864742 83.21791) (end 68.878731 83.177932) (width 0.19) (layer "F.Cu") (net 128) (tstamp caf4aaf7-79b6-4ab9-8e5c-e1f9281d43be)) - (segment (start 68.901265 83.142068) (end 68.931215 83.112118) (width 0.19) (layer "F.Cu") (net 128) (tstamp d4045c67-d300-4772-8433-39c154ed762a)) - (segment (start 68.094463 81.602342) (end 68.136552 81.5976) (width 0.19) (layer "F.Cu") (net 128) (tstamp dc05fe33-69eb-4ea0-b860-d8aaa13c1628)) - (segment (start 68.747898 81.404135) (end 68.809115 81.306709) (width 0.19) (layer "F.Cu") (net 128) (tstamp de79dd56-ea24-41fe-b664-f8c19a2b4f94)) - (segment (start 68.136552 81.9776) (end 68.094463 81.972857) (width 0.19) (layer "F.Cu") (net 128) (tstamp decc1120-527f-4db0-bbf7-5cd6825d374e)) - (segment (start 68.6819 81.9776) (end 68.136552 81.9776) (width 0.19) (layer "F.Cu") (net 128) (tstamp f4a68905-ff4a-4e39-af6f-f66697925411)) - (segment (start 83.243894 90.978317) (end 83.243894 88.723894) (width 0.19) (layer "F.Cu") (net 128) (tstamp f8753b4e-bdc5-4280-8b64-c12425c6d0cf)) - (segment (start 69.759712 82.377949) (end 69.721709 82.269343) (width 0.19) (layer "F.Cu") (net 128) (tstamp fccf2c44-52fa-4770-b86c-c998258c418e)) - (segment (start 69.325 79.3158) (end 69.325 78.45) (width 0.19) (layer "F.Cu") (net 128) (tstamp fd3c6633-cd21-4d22-84a1-a796a98570ef)) - (segment (start 82.1 92.3) (end 82.500001 91.899999) (width 0.15) (layer "F.Cu") (net 129) (tstamp 00000000-0000-0000-0000-00005c2518ed)) - (segment (start 82.500001 91.899999) (end 82.500001 91.034424) (width 0.15) (layer "F.Cu") (net 129) (tstamp 00000000-0000-0000-0000-00005c2518ee)) - (segment (start 82.500001 91.034424) (end 82.443894 90.978317) (width 0.15) (layer "F.Cu") (net 129) (tstamp 00000000-0000-0000-0000-00005c2518ef)) - (segment (start 66.261073 85.162652) (end 66.288489 85.140788) (width 0.19) (layer "F.Cu") (net 129) (tstamp 01a881a1-9de1-4060-a8bc-0b4e4830c12c)) - (segment (start 66.707458 84.866184) (end 66.812235 84.866184) (width 0.19) (layer "F.Cu") (net 129) (tstamp 12b351f9-6591-4abc-b4c0-05a9ef03306e)) - (segment (start 66.225617 84.15179) (end 66.271079 84.246191) (width 0.19) (layer "F.Cu") (net 129) (tstamp 18d685cd-dbe0-43a0-95a9-c950c9289910)) - (segment (start 65.997925 84.899504) (end 65.98271 84.931098) (width 0.19) (layer "F.Cu") (net 129) (tstamp 1e1e59e6-047e-4f4b-9de9-484befb33325)) - (segment (start 66.288489 85.140788) (end 66.428989 85.000287) (width 0.19) (layer "F.Cu") (net 129) (tstamp 2478a6e7-1dd9-4441-8257-f76832ff8e9d)) - (segment (start 66.067027 85.140788) (end 66.094444 85.162652) (width 0.19) (layer "F.Cu") (net 129) (tstamp 287ef878-3010-4032-8614-43b8c94551f4)) - (segment (start 67.920418 85.83) (end 78.220418 85.83) (width 0.19) (layer "F.Cu") (net 129) (tstamp 2d780a09-e5db-42e5-98dc-04102e06b3c7)) - (segment (start 66.160225 85.18567) (end 66.195292 85.18567) (width 0.19) (layer "F.Cu") (net 129) (tstamp 2f467f40-c1c7-4678-b309-b0c274b5a57f)) - (segment (start 66.16029 84.731588) (end 66.019789 84.872088) (width 0.19) (layer "F.Cu") (net 129) (tstamp 3325dcee-e044-4ae9-a82c-6bcc1829217a)) - (segment (start 66.294394 84.348342) (end 66.294394 84.453119) (width 0.19) (layer "F.Cu") (net 129) (tstamp 42f26f97-84ba-4654-93f0-c5bfb573e97d)) - (segment (start 66.229479 85.177867) (end 66.261073 85.162652) (width 0.19) (layer "F.Cu") (net 129) (tstamp 476229cc-ca1e-4a0f-8f09-96ad5be435cb)) - (segment (start 65.05 79.745) (end 65.05 82.959582) (width 0.19) (layer "F.Cu") (net 129) (tstamp 4be58d4e-ca21-49a0-8c0d-288b1ff6c928)) - (segment (start 66.225617 84.64967) (end 66.16029 84.731588) (width 0.19) (layer "F.Cu") (net 129) (tstamp 5138a8f4-6cf1-40a6-bfda-ac7bc846950e)) - (segment (start 82.443894 90.053476) (end 82.443894 90.978317) (width 0.19) (layer "F.Cu") (net 129) (tstamp 521bfbc1-de05-4506-b52a-e16453f953ad)) - (segment (start 66.094444 85.162652) (end 66.126038 85.177867) (width 0.19) (layer "F.Cu") (net 129) (tstamp 5a4ab1af-60d4-416e-8b38-9da9038b6357)) - (segment (start 65.05 82.959582) (end 66.16029 84.069872) (width 0.19) (layer "F.Cu") (net 129) (tstamp 5e07ba15-f0a7-44ae-8349-208976b3deb4)) - (segment (start 66.195292 85.18567) (end 66.229479 85.177867) (width 0.19) (layer "F.Cu") (net 129) (tstamp 670a1dc8-be36-4704-abd3-8881a9d343d6)) - (segment (start 66.428989 85.000287) (end 66.510907 84.93496) (width 0.19) (layer "F.Cu") (net 129) (tstamp 71e41a10-44db-4346-b6f4-dfa3ed0bff8e)) - (segment (start 66.271079 84.555269) (end 66.225617 84.64967) (width 0.19) (layer "F.Cu") (net 129) (tstamp 72fad346-a235-4d41-bebd-99ff84b4d0cc)) - (segment (start 66.126038 85.177867) (end 66.160225 85.18567) (width 0.19) (layer "F.Cu") (net 129) (tstamp 7a102d43-ab4c-40c7-a83e-136119ac6f29)) - (segment (start 66.914385 84.889499) (end 67.008786 84.93496) (width 0.19) (layer "F.Cu") (net 129) (tstamp 7bc18e02-6cb3-49ad-b48f-6e9322b1f910)) - (segment (start 66.605308 84.889499) (end 66.707458 84.866184) (width 0.19) (layer "F.Cu") (net 129) (tstamp 7cffe4c2-f26d-4fcb-b1af-4916ea13e751)) - (segment (start 66.271079 84.246191) (end 66.294394 84.348342) (width 0.19) (layer "F.Cu") (net 129) (tstamp 7dcddee7-cb64-4a9d-bde8-637d2ee9257b)) - (segment (start 65.98271 85.03454) (end 65.997925 85.066133) (width 0.19) (layer "F.Cu") (net 129) (tstamp 80e43d42-e22c-4ccc-bcf4-b2a49d6ebc7e)) - (segment (start 66.16029 84.069872) (end 66.225617 84.15179) (width 0.19) (layer "F.Cu") (net 129) (tstamp 86819d76-65c8-4796-96b4-d5a97cd6067b)) - (segment (start 65.974907 84.965286) (end 65.974907 85.000352) (width 0.19) (layer "F.Cu") (net 129) (tstamp 8fbfcd09-9c09-4387-bd00-860fc9adc9cf)) - (segment (start 65.515 78.45) (end 65.515 79.28) (width 0.19) (layer "F.Cu") (net 129) (tstamp 993ff105-4d18-4c9e-91c5-e8c562468585)) - (segment (start 66.812235 84.866184) (end 66.914385 84.889499) (width 0.19) (layer "F.Cu") (net 129) (tstamp 99ad4273-f643-44c1-b5af-850a553fee20)) - (segment (start 65.98271 84.931098) (end 65.974907 84.965286) (width 0.19) (layer "F.Cu") (net 129) (tstamp 9d0a5abd-40bc-4885-b217-96052c4c153c)) - (segment (start 66.019789 84.872088) (end 65.997925 84.899504) (width 0.19) (layer "F.Cu") (net 129) (tstamp b1af12d0-5ec6-432e-8950-479189cae1e0)) - (segment (start 67.110995 85.020578) (end 67.920418 85.83) (width 0.19) (layer "F.Cu") (net 129) (tstamp b3031e3f-415e-4b5b-a1bc-6773b71af3ea)) - (segment (start 67.008786 84.93496) (end 67.090705 85.000287) (width 0.19) (layer "F.Cu") (net 129) (tstamp b7a6af85-c77d-476d-9e20-ce1bdec0fad4)) - (segment (start 66.510907 84.93496) (end 66.605308 84.889499) (width 0.19) (layer "F.Cu") (net 129) (tstamp c8d74c15-d74e-45cd-bd61-9f0d2cf30be2)) - (segment (start 65.515 79.28) (end 65.05 79.745) (width 0.19) (layer "F.Cu") (net 129) (tstamp d7a161cc-643f-433a-8c8b-2a8c5217185d)) - (segment (start 65.974907 85.000352) (end 65.98271 85.03454) (width 0.19) (layer "F.Cu") (net 129) (tstamp d8e72ba6-4f3e-4aa1-82ef-56e32c3bfa0c)) - (segment (start 65.997925 85.066133) (end 66.019789 85.09355) (width 0.19) (layer "F.Cu") (net 129) (tstamp e43e5894-ce0d-49fa-9364-b277a96db1ea)) - (segment (start 67.090705 85.000287) (end 67.110995 85.020578) (width 0.19) (layer "F.Cu") (net 129) (tstamp e4957fbd-8bef-42d4-bb57-1c907e00bc66)) - (segment (start 66.294394 84.453119) (end 66.271079 84.555269) (width 0.19) (layer "F.Cu") (net 129) (tstamp e4bf0dba-c0ae-4510-ab52-5f49cc86f479)) - (segment (start 66.019789 85.09355) (end 66.067027 85.140788) (width 0.19) (layer "F.Cu") (net 129) (tstamp e63c64b6-caf4-4b0c-874d-4aa57ce0edfc)) - (segment (start 78.220418 85.83) (end 82.443894 90.053476) (width 0.19) (layer "F.Cu") (net 129) (tstamp f79600f0-8aca-4c42-bd73-ad5321120380)) - (segment (start 64.245 75.94) (end 64.25 75.945) (width 0.19) (layer "F.Cu") (net 130) (tstamp 4ea17c7e-e3e8-444a-8772-7da08997798e)) - (segment (start 64.25 75.945) (end 64.25 76.5) (width 0.19) (layer "F.Cu") (net 130) (tstamp 67a5fcdd-3751-43e3-a6a2-427f0894f42a)) - (segment (start 81.3 92.3) (end 80.9 91.9) (width 0.19) (layer "F.Cu") (net 130) (tstamp be018165-e64e-479e-b052-7d78eaa03fff)) - (segment (start 64.245 74.55) (end 64.245 75.94) (width 0.19) (layer "F.Cu") (net 130) (tstamp f0412283-6407-4174-b91b-30d83aae4df4)) - (via (at 80.9 91.9) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 130) (tstamp 94619743-b221-4688-a590-ffc62d3dfeb6)) - (via (at 64.25 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 130) (tstamp eb650ecd-d4fe-415b-bc6b-e47e991b2653)) - (segment (start 64.25 76.5) (end 63.795 76.955) (width 0.19) (layer "B.Cu") (net 130) (tstamp 11969c42-3fb7-49a4-8349-6c0ffcdab2e8)) - (segment (start 75.380418 86.05) (end 80.67 91.339582) (width 0.19) (layer "B.Cu") (net 130) (tstamp 1e58ffc7-8d50-4250-bea4-a79ddbf6a0f0)) - (segment (start 63.909722 80.00659) (end 63.909722 81.169304) (width 0.19) (layer "B.Cu") (net 130) (tstamp 263756cf-3853-4524-8df2-424ae259267e)) - (segment (start 63.795 76.955) (end 63.795 79.891868) (width 0.19) (layer "B.Cu") (net 130) (tstamp 3a7238f6-7c6a-4e04-a22f-a51222d7d622)) - (segment (start 63.909722 81.169304) (end 68.790418 86.05) (width 0.19) (layer "B.Cu") (net 130) (tstamp 4d81b61f-606d-440e-8d6f-61b5eb92b469)) - (segment (start 80.67 91.67) (end 80.9 91.9) (width 0.19) (layer "B.Cu") (net 130) (tstamp 6a48d0b8-0f65-4f63-bab3-30726f0b768c)) - (segment (start 63.795 79.891868) (end 63.909722 80.00659) (width 0.19) (layer "B.Cu") (net 130) (tstamp 6aa0c7aa-154b-4cf1-b26b-41c107eb038a)) - (segment (start 80.67 91.339582) (end 80.67 91.67) (width 0.19) (layer "B.Cu") (net 130) (tstamp 7a049f60-81da-4f43-97b9-4697f544c134)) - (segment (start 68.790418 86.05) (end 75.380418 86.05) (width 0.19) (layer "B.Cu") (net 130) (tstamp 9a064237-81c6-4294-a4e7-2aadc7d202ff)) - (segment (start 62.975 76.365598) (end 63.114727 76.505325) (width 0.19) (layer "F.Cu") (net 131) (tstamp 762c3c0b-490f-4700-be51-c6a7ba896fe3)) - (segment (start 80.5 92.3) (end 80.1 91.9) (width 0.19) (layer "F.Cu") (net 131) (tstamp d5345ffb-e660-46fd-91a1-6d7002bcf227)) - (segment (start 62.975 74.55) (end 62.975 76.365598) (width 0.19) (layer "F.Cu") (net 131) (tstamp f147520a-ecc2-4b7e-b9c3-9b0e6b1e15d3)) - (via (at 80.1 91.9) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 131) (tstamp a547f32b-da49-47ea-b9ae-0902c7d12faa)) - (via (at 63.114727 76.505325) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 131) (tstamp ae6bf646-b66b-4f78-ba4e-7b721157abf0)) - (segment (start 80.33 91.67) (end 80.33 91.480418) (width 0.19) (layer "B.Cu") (net 131) (tstamp 20cf0c08-e332-4a8c-b3c4-79dc756d878b)) - (segment (start 63.455 76.845598) (end 63.114727 76.505325) (width 0.19) (layer "B.Cu") (net 131) (tstamp 3b323332-8a11-49b8-a74e-223bd1a1ed65)) - (segment (start 80.1 91.9) (end 80.33 91.67) (width 0.19) (layer "B.Cu") (net 131) (tstamp 3f15e562-4f32-44ce-815c-9c786ca24011)) - (segment (start 75.239582 86.39) (end 68.649582 86.39) (width 0.19) (layer "B.Cu") (net 131) (tstamp 594930f1-e293-46b0-acd1-9b54a30140d1)) - (segment (start 63.569811 80.147385) (end 63.455 80.032574) (width 0.19) (layer "B.Cu") (net 131) (tstamp 66d0b029-d6ef-4887-83a5-7b5a638e0189)) - (segment (start 80.33 91.480418) (end 75.239582 86.39) (width 0.19) (layer "B.Cu") (net 131) (tstamp 7729d814-cbf4-4ef1-859f-b9981597edc7)) - (segment (start 68.649582 86.39) (end 63.569811 81.310229) (width 0.19) (layer "B.Cu") (net 131) (tstamp 82a6fa17-8830-478d-9595-5eea2fe7cc7f)) - (segment (start 63.569811 81.310229) (end 63.569811 80.147385) (width 0.19) (layer "B.Cu") (net 131) (tstamp 861998fc-4dee-48f6-95a3-eb29158ee06f)) - (segment (start 63.455 80.032574) (end 63.455 76.845598) (width 0.19) (layer "B.Cu") (net 131) (tstamp acebdaf1-95a8-40ac-9403-49765c8ed878)) - (segment (start 82.025 76.475) (end 82 76.5) (width 0.19) (layer "F.Cu") (net 132) (tstamp 18cf4fb6-ca92-44ec-95f1-2adb5dfd4536)) - (segment (start 86.1 93.1) (end 86.5 92.7) (width 0.19) (layer "F.Cu") (net 132) (tstamp 7b9091e3-c19e-46f9-ae71-24084fa5948d)) - (segment (start 82.025 74.55) (end 82.025 76.475) (width 0.19) (layer "F.Cu") (net 132) (tstamp ffe7044a-20ff-4a46-b7ee-d79e7c7642c8)) - (via (at 86.5 92.7) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 132) (tstamp 75eec3cf-9547-42aa-85af-69b0ba8314ca)) - (via (at 82 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 132) (tstamp a300f4fa-2ba8-4ace-9c94-ef81b544be56)) - (segment (start 89.135601 88.38) (end 89.17788 88.375236) (width 0.19) (layer "B.Cu") (net 132) (tstamp 02c6f949-f3c3-4e34-8bc1-8aa811f53123)) - (segment (start 89.254065 88.041452) (end 89.218039 88.018815) (width 0.19) (layer "B.Cu") (net 132) (tstamp 03cc8415-eebf-4a5c-ab19-44f88336b0b6)) - (segment (start 87.054399 87.500625) (end 87.054399 87.439374) (width 0.19) (layer "B.Cu") (net 132) (tstamp 0797c66f-ceb9-4e97-aebd-deb488997a28)) - (segment (start 88.12455 92.152535) (end 88.077047 92.105032) (width 0.19) (layer "B.Cu") (net 132) (tstamp 10eda7e0-58cb-4103-9491-731ead664fb6)) - (segment (start 88.077047 92.105032) (end 88.020166 92.069291) (width 0.19) (layer "B.Cu") (net 132) (tstamp 133f6cc1-bcfd-4f10-9fd0-b453e060e86b)) - (segment (start 89.17788 88.375236) (end 89.218039 88.361184) (width 0.19) (layer "B.Cu") (net 132) (tstamp 1b63caaa-e76e-48aa-b5d5-8c0240fe2072)) - (segment (start 87.163346 87.128019) (end 87.242418 87.048947) (width 0.19) (layer "B.Cu") (net 132) (tstamp 1db3d041-c339-439c-b35c-74029c0d8dd1)) - (segment (start 83.800382 83.5582) (end 83.13 82.887818) (width 0.19) (layer "B.Cu") (net 132) (tstamp 24587fcd-cc31-4cad-9b1b-ca9128ef77b0)) - (segment (start 88.171184 86.832437) (end 88.185236 86.792278) (width 0.19) (layer "B.Cu") (net 132) (tstamp 290b2ff8-7fd3-4ba9-b5b0-28135feaafe8)) - (segment (start 87.066919 87.328253) (end 87.103852 87.222704) (width 0.19) (layer "B.Cu") (net 132) (tstamp 2c4112c8-10d4-476b-88b9-bdf3ce23c8fe)) - (segment (start 88.298948 88.568019) (end 88.37802 88.488947) (width 0.19) (layer "B.Cu") (net 132) (tstamp 2cef1244-ff69-49b2-9f29-bb30a4e78f9b)) - (segment (start 88.182479 91.206338) (end 88.19 91.139582) (width 0.19) (layer "B.Cu") (net 132) (tstamp 2d492720-f026-4f74-9ef3-225bf440080e)) - (segment (start 88.19 86.75) (end 88.19 84.899818) (width 0.19) (layer "B.Cu") (net 132) (tstamp 2f53eade-34a2-4820-9c7c-99c05a6a68e9)) - (segment (start 87.55977 91.739582) (end 87.567292 91.672825) (width 0.19) (layer "B.Cu") (net 132) (tstamp 2fdd0155-aa4a-445c-a81e-55a7d6115848)) - (segment (start 89.306786 88.107562) (end 89.284149 88.071536) (width 0.19) (layer "B.Cu") (net 132) (tstamp 325ed895-5487-4db3-a885-9f6364ea8820)) - (segment (start 87.553773 88) (end 87.442652 87.987479) (width 0.19) (layer "B.Cu") (net 132) (tstamp 3f731978-3766-4ada-a37b-2df47224368b)) - (segment (start 88.082437 86.921184) (end 88.118463 86.898547) (width 0.19) (layer "B.Cu") (net 132) (tstamp 43cc368e-4915-491d-a959-587ee1a58f20)) - (segment (start 89.284149 88.308463) (end 89.306786 88.272437) (width 0.19) (layer "B.Cu") (net 132) (tstamp 4688d2e0-8ec6-455e-bd8c-2ca1be46fa78)) - (segment (start 87.103852 87.717295) (end 87.066919 87.611746) (width 0.19) (layer "B.Cu") (net 132) (tstamp 486ae507-96f4-496a-94ff-81dad4472f27)) - (segment (start 87.58948 91.869747) (end 87.567292 91.806338) (width 0.19) (layer "B.Cu") (net 132) (tstamp 492caf45-c836-4c55-ac2e-4219c2a3308c)) - (segment (start 89.135601 88) (end 87.553773 88) (width 0.19) (layer "B.Cu") (net 132) (tstamp 4d5b9e80-6f31-4685-9cf8-a5b9368c8ed0)) - (segment (start 88.118463 86.898547) (end 88.148547 86.868463) (width 0.19) (layer "B.Cu") (net 132) (tstamp 531073ef-6d5c-421e-b8f5-49e402c33432)) - (segment (start 87.567292 91.672825) (end 87.58948 91.609416) (width 0.19) (layer "B.Cu") (net 132) (tstamp 5615ff77-3dce-4275-869b-627ce27663bc)) - (segment (start 86.848382 83.5582) (end 83.800382 83.5582) (width 0.19) (layer "B.Cu") (net 132) (tstamp 57b46e54-0fd7-428f-89e9-2384adc40b64)) - (segment (start 88.472705 88.429453) (end 88.578254 88.39252) (width 0.19) (layer "B.Cu") (net 132) (tstamp 5a3c2b27-b63a-4a61-862e-cb294b053222)) - (segment (start 89.320838 88.232278) (end 89.325601 88.19) (width 0.19) (layer "B.Cu") (net 132) (tstamp 5b15f03e-73df-440c-a6ff-1acb5500f047)) - (segment (start 87.242418 87.891052) (end 87.163346 87.81198) (width 0.19) (layer "B.Cu") (net 132) (tstamp 5c464d57-4d88-40fb-872d-85a1f36faa94)) - (segment (start 88 86.94) (end 88.042278 86.935236) (width 0.19) (layer "B.Cu") (net 132) (tstamp 61c2b459-e28e-4686-b9d2-432b81df13d1)) - (segment (start 89.284149 88.071536) (end 89.254065 88.041452) (width 0.19) (layer "B.Cu") (net 132) (tstamp 663bf4d0-d6a3-4d64-b545-4ed7dcbaf405)) - (segment (start 88.689375 88.38) (end 89.135601 88.38) (width 0.19) (layer "B.Cu") (net 132) (tstamp 6b636d0a-0dff-42e7-bbe9-686722679f54)) - (segment (start 88.020166 92.069291) (end 87.956757 92.047103) (width 0.19) (layer "B.Cu") (net 132) (tstamp 6bced446-6fa1-4a44-9b3f-54cd3597a1e2)) - (segment (start 87.89 91.439582) (end 87.956757 91.43206) (width 0.19) (layer "B.Cu") (net 132) (tstamp 6cfbdb56-d9c5-4e37-9afa-d7bf5354506a)) - (segment (start 88.160291 92.209416) (end 88.12455 92.152535) (width 0.19) (layer "B.Cu") (net 132) (tstamp 6ff9a761-b7a5-4cf8-90e4-22a2e91c08a1)) - (segment (start 87.103852 87.222704) (end 87.163346 87.128019) (width 0.19) (layer "B.Cu") (net 132) (tstamp 70240b84-210b-475c-af2e-726312429f46)) - (segment (start 89.218039 88.018815) (end 89.17788 88.004763) (width 0.19) (layer "B.Cu") (net 132) (tstamp 7a90b126-f9f8-4924-a1d5-a7c60735cdea)) - (segment (start 88.020166 91.409872) (end 88.077047 91.374131) (width 0.19) (layer "B.Cu") (net 132) (tstamp 8231b19c-ae8e-483e-8754-7633ede6e6be)) - (segment (start 87.337103 86.989453) (end 87.442652 86.95252) (width 0.19) (layer "B.Cu") (net 132) (tstamp 86de4ddf-d43a-4f36-b0f3-5a169286f341)) - (segment (start 88.37802 88.488947) (end 88.472705 88.429453) (width 0.19) (layer "B.Cu") (net 132) (tstamp 870fb605-9fcd-48c1-ae9c-67ff711a2f9f)) - (segment (start 82.48 76.98) (end 82 76.5) (width 0.19) (layer "B.Cu") (net 132) (tstamp 8f666109-3a9f-4466-928f-d81c5e1d486b)) - (segment (start 87.729605 91.469291) (end 87.793014 91.447103) (width 0.19) (layer "B.Cu") (net 132) (tstamp 9141dbb7-513a-4a00-a5a5-e91c4c8d872d)) - (segment (start 83.13 82.887818) (end 83.13 80.270418) (width 0.19) (layer "B.Cu") (net 132) (tstamp 95e0ce7f-ac5a-48f9-8dba-7c3632711fbc)) - (segment (start 88.042278 86.935236) (end 88.082437 86.921184) (width 0.19) (layer "B.Cu") (net 132) (tstamp 96031465-d3a9-41d3-ae75-8bacd78d3b0b)) - (segment (start 88.578254 88.39252) (end 88.689375 88.38) (width 0.19) (layer "B.Cu") (net 132) (tstamp 97bf3737-ccff-4581-9b59-ee01090732fb)) - (segment (start 89.306786 88.272437) (end 89.320838 88.232278) (width 0.19) (layer "B.Cu") (net 132) (tstamp 9ae9fb9d-266e-49ee-866a-ae65e8e77413)) - (segment (start 88.19 84.899818) (end 86.848382 83.5582) (width 0.19) (layer "B.Cu") (net 132) (tstamp 9bee20ca-f928-4382-a0a3-ea84cc6f7ab5)) - (segment (start 87.625221 91.926628) (end 87.58948 91.869747) (width 0.19) (layer "B.Cu") (net 132) (tstamp a18d6495-cf46-44b6-991e-be83e928a500)) - (segment (start 87.85977 91.439582) (end 87.89 91.439582) (width 0.19) (layer "B.Cu") (net 132) (tstamp a3afe9a9-bdcb-4cad-ac0c-659718c5a0e6)) - (segment (start 82.48 79.620418) (end 82.48 76.98) (width 0.19) (layer "B.Cu") (net 132) (tstamp a452a9fc-5991-4009-9e56-7642676d69c4)) - (segment (start 87.567292 91.806338) (end 87.55977 91.739582) (width 0.19) (layer "B.Cu") (net 132) (tstamp a86f34a7-9793-4735-ac95-aaea2e6de655)) - (segment (start 88.19 88.879374) (end 88.202521 88.768253) (width 0.19) (layer "B.Cu") (net 132) (tstamp a951150c-9089-41ba-8bfe-69460782c403)) - (segment (start 89.17788 88.004763) (end 89.135601 88) (width 0.19) (layer "B.Cu") (net 132) (tstamp aa55bf39-14de-4fef-83f5-89558c78bbbe)) - (segment (start 87.054399 87.439374) (end 87.066919 87.328253) (width 0.19) (layer "B.Cu") (net 132) (tstamp b0339997-f8df-4e8f-bc05-6f4287a03446)) - (segment (start 87.672724 91.974131) (end 87.625221 91.926628) (width 0.19) (layer "B.Cu") (net 132) (tstamp b12465db-eb25-45dc-bf13-67bf3d2f916d)) - (segment (start 89.325601 88.19) (end 89.320838 88.147721) (width 0.19) (layer "B.Cu") (net 132) (tstamp b1d75004-c17b-479e-bc25-e66a388f9e06)) - (segment (start 89.218039 88.361184) (end 89.254065 88.338547) (width 0.19) (layer "B.Cu") (net 132) (tstamp b29f51b7-69d4-4d97-a81d-c57880f223e3)) - (segment (start 87.729605 92.009872) (end 87.672724 91.974131) (width 0.19) (layer "B.Cu") (net 132) (tstamp b3875ce7-9b02-4372-805c-4ee8d43b1097)) - (segment (start 87.163346 87.81198) (end 87.103852 87.717295) (width 0.19) (layer "B.Cu") (net 132) (tstamp b7fbf3b4-93ab-445d-9566-3163014a531c)) - (segment (start 86.65 92.55) (end 87.979582 92.55) (width 0.19) (layer "B.Cu") (net 132) (tstamp b9ad88d6-3ed9-406b-a6f9-0fb8cd5b9198)) - (segment (start 87.672724 91.505032) (end 87.729605 91.469291) (width 0.19) (layer "B.Cu") (net 132) (tstamp bbfacb1b-ce19-4d1d-8515-dae0895f92da)) - (segment (start 87.89 92.039582) (end 87.85977 92.039582) (width 0.19) (layer "B.Cu") (net 132) (tstamp bcd21354-8675-4c3c-9733-46fb5a2aed5e)) - (segment (start 87.066919 87.611746) (end 87.054399 87.500625) (width 0.19) (layer "B.Cu") (net 132) (tstamp bdd72f5a-8362-413b-a25c-c67c011a503b)) - (segment (start 88.148547 86.868463) (end 88.171184 86.832437) (width 0.19) (layer "B.Cu") (net 132) (tstamp c3bdb2a5-2c7e-47d4-86b1-9d26bdc9aeb6)) - (segment (start 88.077047 91.374131) (end 88.12455 91.326628) (width 0.19) (layer "B.Cu") (net 132) (tstamp c64623ea-1b89-43ec-92c6-a2d8ff19adad)) - (segment (start 83.13 80.270418) (end 82.48 79.620418) (width 0.19) (layer "B.Cu") (net 132) (tstamp cc3c5f12-550a-4280-aa78-14043a83d70d)) - (segment (start 87.625221 91.552535) (end 87.672724 91.505032) (width 0.19) (layer "B.Cu") (net 132) (tstamp ce513be5-314f-4c8a-b67c-995b4d660942)) - (segment (start 88.182479 92.272825) (end 88.160291 92.209416) (width 0.19) (layer "B.Cu") (net 132) (tstamp d2506162-850f-42a6-a1bc-6d348881d664)) - (segment (start 87.956757 91.43206) (end 88.020166 91.409872) (width 0.19) (layer "B.Cu") (net 132) (tstamp d250ce07-2cae-4efd-a4fd-02b1bd04a321)) - (segment (start 87.442652 86.95252) (end 87.553773 86.94) (width 0.19) (layer "B.Cu") (net 132) (tstamp d8b36db3-e421-47fb-9f81-fa29281191ff)) - (segment (start 87.793014 91.447103) (end 87.85977 91.439582) (width 0.19) (layer "B.Cu") (net 132) (tstamp dcb61648-645f-4571-abae-fc007ea2e009)) - (segment (start 88.202521 88.768253) (end 88.239454 88.662704) (width 0.19) (layer "B.Cu") (net 132) (tstamp de84fde4-fca5-453f-a4ea-201cfbeb9b6e)) - (segment (start 88.19 92.339582) (end 88.182479 92.272825) (width 0.19) (layer "B.Cu") (net 132) (tstamp dec6b0cf-8f44-4044-9437-a7d2158e242f)) - (segment (start 88.19 91.139582) (end 88.19 88.879374) (width 0.19) (layer "B.Cu") (net 132) (tstamp dfc40f91-a734-4293-bf46-99478e8cc1b1)) - (segment (start 87.979582 92.55) (end 88.19 92.339582) (width 0.19) (layer "B.Cu") (net 132) (tstamp e2ae356e-ef23-4b31-8a5e-0f3c3f7013b8)) - (segment (start 87.793014 92.03206) (end 87.729605 92.009872) (width 0.19) (layer "B.Cu") (net 132) (tstamp e9d0477e-d73d-4e76-9e22-f805c7ec5a75)) - (segment (start 87.956757 92.047103) (end 87.89 92.039582) (width 0.19) (layer "B.Cu") (net 132) (tstamp eb2624a4-e9f6-4cd4-8d3e-fb8ff88633b2)) - (segment (start 87.58948 91.609416) (end 87.625221 91.552535) (width 0.19) (layer "B.Cu") (net 132) (tstamp eb3fa262-6a75-4e1a-83ba-aaa20bcd9b61)) - (segment (start 86.5 92.7) (end 86.65 92.55) (width 0.19) (layer "B.Cu") (net 132) (tstamp ebd184bb-c19c-4c6e-a42e-85078de2656e)) - (segment (start 87.242418 87.048947) (end 87.337103 86.989453) (width 0.19) (layer "B.Cu") (net 132) (tstamp ef976f13-811f-4718-86ce-6e64d45a2a35)) - (segment (start 89.254065 88.338547) (end 89.284149 88.308463) (width 0.19) (layer "B.Cu") (net 132) (tstamp efb88c16-4dc3-4a75-a901-6474a0438565)) - (segment (start 87.85977 92.039582) (end 87.793014 92.03206) (width 0.19) (layer "B.Cu") (net 132) (tstamp f28244be-a819-452a-bfdb-f5adf4a3dd4e)) - (segment (start 87.337103 87.950546) (end 87.242418 87.891052) (width 0.19) (layer "B.Cu") (net 132) (tstamp f471511e-31e1-4009-8eea-755c17ca702b)) - (segment (start 88.12455 91.326628) (end 88.160291 91.269747) (width 0.19) (layer "B.Cu") (net 132) (tstamp f8009b5e-2814-48af-8478-16f2aae29be6)) - (segment (start 88.239454 88.662704) (end 88.298948 88.568019) (width 0.19) (layer "B.Cu") (net 132) (tstamp f888d71b-37ae-40d1-b9f5-0cb7096abe99)) - (segment (start 87.553773 86.94) (end 88 86.94) (width 0.19) (layer "B.Cu") (net 132) (tstamp fad25daf-d489-46ee-a7a9-e23c39213e36)) - (segment (start 88.185236 86.792278) (end 88.19 86.75) (width 0.19) (layer "B.Cu") (net 132) (tstamp fc14d469-c804-4bf8-a3cf-018bda51c02f)) - (segment (start 89.320838 88.147721) (end 89.306786 88.107562) (width 0.19) (layer "B.Cu") (net 132) (tstamp fd99790e-438a-42a9-9069-1cb336dcfcf2)) - (segment (start 88.160291 91.269747) (end 88.182479 91.206338) (width 0.19) (layer "B.Cu") (net 132) (tstamp fdb6572c-2ca1-433e-8009-350697236f10)) - (segment (start 87.442652 87.987479) (end 87.337103 87.950546) (width 0.19) (layer "B.Cu") (net 132) (tstamp ffc0cc9b-8b8a-480f-8610-e64deac9ad98)) - (segment (start 79.485 74.55) (end 79.485 76.485) (width 0.19) (layer "F.Cu") (net 133) (tstamp 09a932de-1c91-4c68-b7e2-a313cdf52b1c)) - (segment (start 79.485 76.485) (end 79.5 76.5) (width 0.19) (layer "F.Cu") (net 133) (tstamp 76610d91-facf-4235-900b-9058d28275cf)) - (segment (start 85.3 93.1) (end 85.7 92.7) (width 0.19) (layer "F.Cu") (net 133) (tstamp a620e621-1b7e-4b19-8287-961a171e5b5f)) - (via (at 85.7 92.7) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 133) (tstamp 554214d2-daab-4520-80ec-601b7eccd28f)) - (via (at 79.5 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 133) (tstamp ebc4415c-8d4a-421a-8be3-ffc1aa524126)) - (segment (start 79.62 80.079582) (end 79.62 83.729582) (width 0.19) (layer "B.Cu") (net 133) (tstamp 014f8295-6d70-452f-ab2a-4d78d17e2492)) - (segment (start 85.409282 86.727721) (end 85.423334 86.687562) (width 0.19) (layer "B.Cu") (net 133) (tstamp 038a3fe5-035a-4e1c-ba13-3474b63e4a27)) - (segment (start 87.486028 86.297295) (end 87.522961 86.191746) (width 0.19) (layer "B.Cu") (net 133) (tstamp 04d90da3-abb8-4261-a30e-0573c14c30cb)) - (segment (start 86.47 91.93) (end 86.47 87.459374) (width 0.19) (layer "B.Cu") (net 133) (tstamp 0953a15f-41c5-4512-8441-c561acfc82be)) - (segment (start 87.426534 85.708019) (end 87.347462 85.628947) (width 0.19) (layer "B.Cu") (net 133) (tstamp 099ecb97-3df4-4f7a-ae82-6f5f72579f60)) - (segment (start 86.66 85.52) (end 86.617721 85.515236) (width 0.19) (layer "B.Cu") (net 133) (tstamp 0c2735a5-d0a3-4460-89e2-7c0f8b7b8eb7)) - (segment (start 85.55224 86.584763) (end 85.594518 86.58) (width 0.19) (layer "B.Cu") (net 133) (tstamp 0ce9cc78-df9b-4060-98e7-f7490b8e9cd0)) - (segment (start 87.522961 86.191746) (end 87.535482 86.080625) (width 0.19) (layer "B.Cu") (net 133) (tstamp 1538e725-d385-4b5a-8db8-b54abefda181)) - (segment (start 85.423334 86.852437) (end 85.409282 86.812278) (width 0.19) (layer "B.Cu") (net 133) (tstamp 160d7da3-6a0c-4973-a861-fc6711fb21ee)) - (segment (start 85.594518 86.58) (end 87.036107 86.58) (width 0.19) (layer "B.Cu") (net 133) (tstamp 193e919a-c460-4fb7-9c3e-fd639131023b)) - (segment (start 85.512081 86.941184) (end 85.476055 86.918547) (width 0.19) (layer "B.Cu") (net 133) (tstamp 220052ba-37c7-49c1-b787-e1735b9d9ea5)) - (segment (start 85.409282 86.812278) (end 85.404518 86.77) (width 0.19) (layer "B.Cu") (net 133) (tstamp 250f52da-7765-4dd5-bb69-47e21f55eb47)) - (segment (start 86.488815 85.412437) (end 86.474763 85.372278) (width 0.19) (layer "B.Cu") (net 133) (tstamp 28b09ee5-79ea-416c-b172-3b74e9af0025)) - (segment (start 86.361053 87.148019) (end 86.281981 87.068947) (width 0.19) (layer "B.Cu") (net 133) (tstamp 2f701125-c28c-48bc-8a14-7e160df65c4f)) - (segment (start 86.47 87.459374) (end 86.45748 87.348253) (width 0.19) (layer "B.Cu") (net 133) (tstamp 315b3a26-bb45-4f0c-bb77-695ffaa06241)) - (segment (start 79.02 76.98) (end 79.02 79.479582) (width 0.19) (layer "B.Cu") (net 133) (tstamp 320adaf7-dc9c-419f-a01e-756c06ecdf37)) - (segment (start 85.423334 86.687562) (end 85.445971 86.651536) (width 0.19) (layer "B.Cu") (net 133) (tstamp 34fd4f0d-8a0e-4c87-9735-a2f8fb0669c5)) - (segment (start 87.486028 85.802704) (end 87.426534 85.708019) (width 0.19) (layer "B.Cu") (net 133) (tstamp 3b7a6484-25ea-4de3-bd00-93cbcc108700)) - (segment (start 86.420547 87.242704) (end 86.361053 87.148019) (width 0.19) (layer "B.Cu") (net 133) (tstamp 3c9b2b46-c2cd-4696-8b9d-3f11ddf419ed)) - (segment (start 87.147228 86.567479) (end 87.252777 86.530546) (width 0.19) (layer "B.Cu") (net 133) (tstamp 3e184d1d-0ed1-4966-bad3-a99086b9fdf1)) - (segment (start 85.476055 86.918547) (end 85.445971 86.888463) (width 0.19) (layer "B.Cu") (net 133) (tstamp 413fa6c8-eab6-4121-8179-60afbdbfd451)) - (segment (start 85.445971 86.651536) (end 85.476055 86.621452) (width 0.19) (layer "B.Cu") (net 133) (tstamp 42a6714f-29f5-4288-bf3d-168f4914fc24)) - (segment (start 87.252777 85.569453) (end 87.147228 85.53252) (width 0.19) (layer "B.Cu") (net 133) (tstamp 52343ac2-4969-42df-af1e-ed7deb794aea)) - (segment (start 86.617721 85.515236) (end 86.577562 85.501184) (width 0.19) (layer "B.Cu") (net 133) (tstamp 5dd7f75c-8284-404c-8cb0-dc1e34bd844b)) - (segment (start 80.048418 84.158) (end 79.62 83.729582) (width 0.19) (layer "B.Cu") (net 133) (tstamp 68f4e72b-a890-47b0-8f3f-e8d32a954350)) - (segment (start 86.187296 87.009453) (end 86.081747 86.97252) (width 0.19) (layer "B.Cu") (net 133) (tstamp 6f7aefc6-165b-4f07-8770-d82065a6dbd9)) - (segment (start 85.512081 86.598815) (end 85.55224 86.584763) (width 0.19) (layer "B.Cu") (net 133) (tstamp 7bd282e3-2a70-4cac-baf3-c167ababd5e1)) - (segment (start 86.45748 87.348253) (end 86.420547 87.242704) (width 0.19) (layer "B.Cu") (net 133) (tstamp 7ff34d67-9963-4a29-8a7c-048f5151ea76)) - (segment (start 87.147228 85.53252) (end 87.036107 85.52) (width 0.19) (layer "B.Cu") (net 133) (tstamp 86aa238d-5603-441f-91cf-2016857475e7)) - (segment (start 85.476055 86.621452) (end 85.512081 86.598815) (width 0.19) (layer "B.Cu") (net 133) (tstamp 89697cf9-acb5-4a62-8cc6-c81470699852)) - (segment (start 85.404518 86.77) (end 85.409282 86.727721) (width 0.19) (layer "B.Cu") (net 133) (tstamp 9697916d-66b8-4aee-a817-e114bb15d21b)) - (segment (start 85.970626 86.96) (end 85.594518 86.96) (width 0.19) (layer "B.Cu") (net 133) (tstamp a59d5dac-7b86-4797-b51e-25d2651242a5)) - (segment (start 86.281981 87.068947) (end 86.187296 87.009453) (width 0.19) (layer "B.Cu") (net 133) (tstamp a7c35b77-ba8b-4d68-8788-bdc9065f215a)) - (segment (start 86.081747 86.97252) (end 85.970626 86.96) (width 0.19) (layer "B.Cu") (net 133) (tstamp ab4e5ce2-6d4e-48b1-a1e2-5cc8328b6d01)) - (segment (start 86.511452 85.448463) (end 86.488815 85.412437) (width 0.19) (layer "B.Cu") (net 133) (tstamp acbaeb39-965c-4106-9a9d-967aab1f141a)) - (segment (start 85.693818 84.158) (end 80.048418 84.158) (width 0.19) (layer "B.Cu") (net 133) (tstamp ae02a797-fc2f-41d1-bd99-a9d040fc5b6e)) - (segment (start 86.47 84.934182) (end 85.693818 84.158) (width 0.19) (layer "B.Cu") (net 133) (tstamp ae8e6a57-da88-4fc2-a435-e3e6aa3bc05e)) - (segment (start 87.347462 86.471052) (end 87.426534 86.39198) (width 0.19) (layer "B.Cu") (net 133) (tstamp aea8ebdd-24cc-48f6-a569-93b1b6a74142)) - (segment (start 85.55224 86.955236) (end 85.512081 86.941184) (width 0.19) (layer "B.Cu") (net 133) (tstamp b0cdfefb-6573-4f05-8ff9-3d77beb0003f)) - (segment (start 85.594518 86.96) (end 85.55224 86.955236) (width 0.19) (layer "B.Cu") (net 133) (tstamp b0ef12b3-0323-43fa-9b14-ad54b3f965fb)) - (segment (start 85.7 92.7) (end 86.47 91.93) (width 0.19) (layer "B.Cu") (net 133) (tstamp bcac8344-6c3c-483a-bfc7-6efc2a7899bd)) - (segment (start 86.474763 85.372278) (end 86.47 85.33) (width 0.19) (layer "B.Cu") (net 133) (tstamp ce6d32c6-6d41-4605-b4f3-081551060a5b)) - (segment (start 87.252777 86.530546) (end 87.347462 86.471052) (width 0.19) (layer "B.Cu") (net 133) (tstamp d6efc302-0bf6-4400-b1bf-e882afa87eb2)) - (segment (start 87.426534 86.39198) (end 87.486028 86.297295) (width 0.19) (layer "B.Cu") (net 133) (tstamp d76440e7-254a-414e-97a0-fa232eb45d78)) - (segment (start 79.02 79.479582) (end 79.62 80.079582) (width 0.19) (layer "B.Cu") (net 133) (tstamp d8f6b77f-bde2-4824-b9e2-53c92a41d9c6)) - (segment (start 87.522961 85.908253) (end 87.486028 85.802704) (width 0.19) (layer "B.Cu") (net 133) (tstamp d94772bc-24d5-4084-a116-79cfd5ce463b)) - (segment (start 87.535482 86.019374) (end 87.522961 85.908253) (width 0.19) (layer "B.Cu") (net 133) (tstamp db4f3c25-f8e7-4f26-99f8-988930ae814e)) - (segment (start 86.47 85.33) (end 86.47 84.934182) (width 0.19) (layer "B.Cu") (net 133) (tstamp dc2878cb-be21-461f-b890-2b441b974fd0)) - (segment (start 87.036107 85.52) (end 86.66 85.52) (width 0.19) (layer "B.Cu") (net 133) (tstamp e23133d0-f8d3-4954-9ba7-66f5ffe9589f)) - (segment (start 87.535482 86.080625) (end 87.535482 86.019374) (width 0.19) (layer "B.Cu") (net 133) (tstamp e92c22e6-7552-47c2-b1db-72a1cf20525c)) - (segment (start 85.445971 86.888463) (end 85.423334 86.852437) (width 0.19) (layer "B.Cu") (net 133) (tstamp ef814817-39b1-4f2c-9ca1-8eb371d353c8)) - (segment (start 87.036107 86.58) (end 87.147228 86.567479) (width 0.19) (layer "B.Cu") (net 133) (tstamp f1ad2e2b-0a61-49d4-b91a-3860524e5701)) - (segment (start 87.347462 85.628947) (end 87.252777 85.569453) (width 0.19) (layer "B.Cu") (net 133) (tstamp f26eef80-4bbc-4a89-9d33-7638d574c997)) - (segment (start 79.02 76.98) (end 79.5 76.5) (width 0.19) (layer "B.Cu") (net 133) (tstamp f2c2003a-c581-4ec1-ab3c-804ed5cb4c4a)) - (segment (start 86.541536 85.478547) (end 86.511452 85.448463) (width 0.19) (layer "B.Cu") (net 133) (tstamp ff014dc0-cda0-4de4-8041-dd33d31d79ef)) - (segment (start 86.577562 85.501184) (end 86.541536 85.478547) (width 0.19) (layer "B.Cu") (net 133) (tstamp ffc4c81d-43da-4c7e-9e8a-6d97b9020ba5)) - (segment (start 74.405 74.55) (end 74.405 75.94) (width 0.19) (layer "F.Cu") (net 134) (tstamp 149dc58e-d6c0-4a35-bd96-f9eaba940aac)) - (segment (start 84.5 93.1) (end 84.9 92.7) (width 0.19) (layer "F.Cu") (net 134) (tstamp 1e091c79-0aaf-47f2-8a21-e6566940edd1)) - (segment (start 74.405 75.94) (end 74.4 75.945) (width 0.19) (layer "F.Cu") (net 134) (tstamp c54fb8a0-45d1-45a2-8c1a-18202c23b702)) - (segment (start 74.4 75.945) (end 74.4 76.5) (width 0.19) (layer "F.Cu") (net 134) (tstamp e3b69b93-5b26-4cf4-8fe9-2cb08e040041)) - (via (at 84.9 92.7) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 134) (tstamp 669b46a0-5bfb-4d32-a401-05ee7c9b41c4)) - (via locked (at 74.4 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 134) (tstamp ecac5a56-f911-4bee-84f1-e3531dc6bf8a)) - (segment (start 76.169282 82.059894) (end 76.270031 82.011374) (width 0.19) (layer "B.Cu") (net 134) (tstamp 003769a2-1c9b-453d-a885-fc8bd30eea19)) - (segment (start 75.651238 81.941654) (end 75.738665 82.011375) (width 0.19) (layer "B.Cu") (net 134) (tstamp 009ca92a-73e7-464a-868b-6ecc73fc7584)) - (segment (start 76.810391 81.547345) (end 76.852937 81.547345) (width 0.19) (layer "B.Cu") (net 134) (tstamp 00c8d1f4-67a6-4aef-9fe6-c42cda13d3a1)) - (segment (start 77.64439 83.934804) (end 77.64439 83.93482) (width 0.19) (layer "B.Cu") (net 134) (tstamp 01686e47-a235-4821-830f-7420314a62c7)) - (segment (start 77.984245 82.62003) (end 78.010771 82.653293) (width 0.19) (layer "B.Cu") (net 134) (tstamp 03b21780-41fc-412f-9634-726d758979eb)) - (segment (start 77.95098 82.593502) (end 77.984245 82.62003) (width 0.19) (layer "B.Cu") (net 134) (tstamp 0504d703-b843-4030-bc98-78936cc272ba)) - (segment (start 78.029232 82.817133) (end 78.010771 82.855465) (width 0.19) (layer "B.Cu") (net 134) (tstamp 078febc3-6e7c-4da9-a2f4-288a922e88fe)) - (segment (start 77.52615 83.746626) (end 77.574669 83.847377) (width 0.19) (layer "B.Cu") (net 134) (tstamp 1013dbaf-2030-4b19-85bd-3658da4d0627)) - (segment (start 78.029232 82.691627) (end 78.0387 82.733107) (width 0.19) (layer "B.Cu") (net 134) (tstamp 121413a3-6566-4a3e-89ca-69b316cbcba6)) - (segment (start 81.362981 87.653411) (end 81.450411 87.723134) (width 0.19) (layer "B.Cu") (net 134) (tstamp 1323f5f3-dbac-4a0a-af10-526e72d94ecd)) - (segment (start 84.13 90.420418) (end 84.13 91.93) (width 0.19) (layer "B.Cu") (net 134) (tstamp 1444d49f-1253-44c6-b265-5d56e5057df7)) - (segment (start 82.756227 87.235105) (end 82.782754 87.268369) (width 0.19) (layer "B.Cu") (net 134) (tstamp 1584f212-b800-4e6e-a2b2-c30287671a15)) - (segment (start 76.852937 81.547345) (end 76.894417 81.556813) (width 0.19) (layer "B.Cu") (net 134) (tstamp 16ec93a2-15f8-4482-90b2-46f71079e412)) - (segment (start 84.13 91.93) (end 84.9 92.7) (width 0.19) (layer "B.Cu") (net 134) (tstamp 188de152-e92e-47fb-8225-359244b8c92b)) - (segment (start 75.53 80.270418) (end 75.53 81.820418) (width 0.19) (layer "B.Cu") (net 134) (tstamp 18d3c765-8cf6-489c-8100-aec7b3b93ea4)) - (segment (start 82.810682 87.390728) (end 82.801214 87.432208) (width 0.19) (layer "B.Cu") (net 134) (tstamp 1f9cecfe-a46c-4bd3-8969-ab4588715251)) - (segment (start 76.507919 82.39853) (end 76.483036 82.507551) (width 0.19) (layer "B.Cu") (net 134) (tstamp 1fc2dbaf-1fa2-4a4d-84e9-d55cb2f026a8)) - (segment (start 74.4 76.5) (end 74.88 76.98) (width 0.19) (layer "B.Cu") (net 134) (tstamp 20ff2437-7714-47c8-8f0f-c35c92aed053)) - (segment (start 74.88 79.620418) (end 75.53 80.270418) (width 0.19) (layer "B.Cu") (net 134) (tstamp 2137906f-9d9a-4f2a-b4c3-18311f4a4bdf)) - (segment (start 82.810682 87.348182) (end 82.810682 87.390728) (width 0.19) (layer "B.Cu") (net 134) (tstamp 213d10bd-6da1-43cd-94f6-1926533eb049)) - (segment (start 77.871168 82.565575) (end 77.912648 82.575043) (width 0.19) (layer "B.Cu") (net 134) (tstamp 22db35ee-4455-4953-8441-c3ceb16425a1)) - (segment (start 77.011001 81.798903) (end 76.99254 81.837235) (width 0.19) (layer "B.Cu") (net 134) (tstamp 267f21dc-eb4d-4356-a9ba-52fdccf36790)) - (segment (start 75.948437 82.084777) (end 76.060261 82.084777) (width 0.19) (layer "B.Cu") (net 134) (tstamp 26a9e495-f35f-4de9-a9c1-65db91c6f629)) - (segment (start 82.722962 87.208577) (end 82.756227 87.235105) (width 0.19) (layer "B.Cu") (net 134) (tstamp 28d5f755-ae65-42a6-882e-df3c414cf483)) - (segment (start 77.288262 83.029604) (end 77.375691 82.959884) (width 0.19) (layer "B.Cu") (net 134) (tstamp 2b1643d4-0ee8-436c-8dac-31a9f0b9c255)) - (segment (start 82.684629 87.190117) (end 82.722962 87.208577) (width 0.19) (layer "B.Cu") (net 134) (tstamp 30e9fa5b-d1d5-472d-9536-55c2458f6048)) - (segment (start 81.660186 87.796537) (end 81.772013 87.796538) (width 0.19) (layer "B.Cu") (net 134) (tstamp 316f7731-ca0e-4353-9d0a-b39b70f911ba)) - (segment (start 77.912648 82.575043) (end 77.95098 82.593502) (width 0.19) (layer "B.Cu") (net 134) (tstamp 398326f2-da46-4ebe-9538-675da775d35b)) - (segment (start 76.697314 81.6018) (end 76.730577 81.575272) (width 0.19) (layer "B.Cu") (net 134) (tstamp 3a582103-5d4e-4956-acc4-e64fc6bb88a2)) - (segment (start 76.483036 82.619375) (end 76.507919 82.728396) (width 0.19) (layer "B.Cu") (net 134) (tstamp 3aa405ac-d4bb-4c24-9d29-928b6888466e)) - (segment (start 75.839416 82.059894) (end 75.948437 82.084777) (width 0.19) (layer "B.Cu") (net 134) (tstamp 3b2bac1a-1ef0-450e-9597-a68fe8adac05)) - (segment (start 82.268197 88.009543) (end 82.219677 88.110295) (width 0.19) (layer "B.Cu") (net 134) (tstamp 3df985c3-f366-4b7a-ba51-3a16b0d3445c)) - (segment (start 76.932749 81.575272) (end 76.966014 81.6018) (width 0.19) (layer "B.Cu") (net 134) (tstamp 3e057ea7-db96-40ab-b702-d00c6f847df7)) - (segment (start 75.53 81.820418) (end 75.651238 81.941654) (width 0.19) (layer "B.Cu") (net 134) (tstamp 3f95d178-4956-495f-95a9-23b546571839)) - (segment (start 76.626159 82.916574) (end 76.669469 82.959884) (width 0.19) (layer "B.Cu") (net 134) (tstamp 413078ef-44b8-4eba-944e-21004800040c)) - (segment (start 77.787142 82.575043) (end 77.828622 82.565575) (width 0.19) (layer "B.Cu") (net 134) (tstamp 44c8d76e-892e-4829-bd98-8a20675ac743)) - (segment (start 82.337919 87.922113) (end 82.268197 88.009543) (width 0.19) (layer "B.Cu") (net 134) (tstamp 50038f9a-8a1c-4f6e-ad7e-6d16d1dd0f27)) - (segment (start 76.99254 81.635063) (end 77.011001 81.673397) (width 0.19) (layer "B.Cu") (net 134) (tstamp 53d211d4-4a9b-4d71-b0e3-6feb2b61cff0)) - (segment (start 76.768911 81.556813) (end 76.810391 81.547345) (width 0.19) (layer "B.Cu") (net 134) (tstamp 548448ca-d03e-4849-b350-2cf91023bb9d)) - (segment (start 76.556438 82.829147) (end 76.626159 82.916574) (width 0.19) (layer "B.Cu") (net 134) (tstamp 5588b5a5-244c-4298-8e13-0e28f3399ca2)) - (segment (start 76.669469 82.959884) (end 76.756896 83.029605) (width 0.19) (layer "B.Cu") (net 134) (tstamp 5734c599-c465-44c2-80dc-aee5a5f975ea)) - (segment (start 82.52079 87.208577) (end 82.559123 87.190117) (width 0.19) (layer "B.Cu") (net 134) (tstamp 58955aa9-a88a-42f4-9820-5d4761e98aec)) - (segment (start 81.981788 87.723134) (end 82.069218 87.653411) (width 0.19) (layer "B.Cu") (net 134) (tstamp 58e0b45e-f213-4152-9f59-435178d20c89)) - (segment (start 77.828622 82.565575) (end 77.871168 82.565575) (width 0.19) (layer "B.Cu") (net 134) (tstamp 6174ff9d-b396-48af-af74-61c8efa9e518)) - (segment (start 82.337919 88.62835) (end 84.129988 90.420418) (width 0.19) (layer "B.Cu") (net 134) (tstamp 66e950dd-c09b-4c99-b636-9d966fca99b5)) - (segment (start 82.559123 87.190117) (end 82.600603 87.180649) (width 0.19) (layer "B.Cu") (net 134) (tstamp 6a77bcc9-37e2-4a21-8399-22676ac88aca)) - (segment (start 77.020469 81.714877) (end 77.020469 81.757423) (width 0.19) (layer "B.Cu") (net 134) (tstamp 7310c988-f48d-401e-8a72-5b080259745e)) - (segment (start 82.756227 87.503805) (end 82.337919 87.922113) (width 0.19) (layer "B.Cu") (net 134) (tstamp 7413b2cc-42f9-4b79-8935-d73b76c29038)) - (segment (start 77.715545 82.62003) (end 77.748808 82.593502) (width 0.19) (layer "B.Cu") (net 134) (tstamp 79a3868b-51be-4940-9fb9-587951cd7b21)) - (segment (start 82.219677 88.440168) (end 82.268196 88.54092) (width 0.19) (layer "B.Cu") (net 134) (tstamp 7a1b577e-e44c-4f8c-b05d-ebbd05308e3f)) - (segment (start 81.881036 87.771654) (end 81.981788 87.723134) (width 0.19) (layer "B.Cu") (net 134) (tstamp 7e58d554-24f7-40f2-9134-b86aa46d686e)) - (segment (start 77.501267 83.637605) (end 77.52615 83.746626) (width 0.19) (layer "B.Cu") (net 134) (tstamp 827067f8-941d-41b2-a241-7467adb8ddca)) - (segment (start 84.129988 90.420418) (end 84.13 90.420418) (width 0.19) (layer "B.Cu") (net 134) (tstamp 84c9434b-7c88-4cb7-af58-d4c707d96eb2)) - (segment (start 77.078492 83.103007) (end 77.187513 83.078124) (width 0.19) (layer "B.Cu") (net 134) (tstamp 86889156-f428-4283-bb74-1151ef5e0280)) - (segment (start 82.487526 87.235104) (end 82.52079 87.208577) (width 0.19) (layer "B.Cu") (net 134) (tstamp 87019881-3576-447e-b2ba-7392046d3395)) - (segment (start 78.010771 82.653293) (end 78.029232 82.691627) (width 0.19) (layer "B.Cu") (net 134) (tstamp 8ae184b6-caa0-4b46-af6b-6d13661eb3b3)) - (segment (start 77.574669 83.847377) (end 77.64439 83.934804) (width 0.19) (layer "B.Cu") (net 134) (tstamp 8b769127-90f2-48a9-b9ec-b84163ab0da2)) - (segment (start 75.738665 82.011375) (end 75.839416 82.059894) (width 0.19) (layer "B.Cu") (net 134) (tstamp 8cbbddaa-560a-4858-a57e-0d4d594fb21f)) - (segment (start 76.060261 82.084777) (end 76.169282 82.059894) (width 0.19) (layer "B.Cu") (net 134) (tstamp 9680b06e-8bd5-49a6-9f23-ef9a640c5e60)) - (segment (start 81.551163 87.771654) (end 81.660186 87.796537) (width 0.19) (layer "B.Cu") (net 134) (tstamp 969ada28-080e-4379-85bc-8937b0648932)) - (segment (start 76.99254 81.837235) (end 76.966014 81.8705) (width 0.19) (layer "B.Cu") (net 134) (tstamp 97835a66-8e73-42f9-bad6-b01a3b1147f6)) - (segment (start 77.748808 82.593502) (end 77.787142 82.575043) (width 0.19) (layer "B.Cu") (net 134) (tstamp 9971bc0e-c92e-4044-b7f4-be9ae3113372)) - (segment (start 77.984245 82.88873) (end 77.64439 83.228582) (width 0.19) (layer "B.Cu") (net 134) (tstamp 9cacb0d9-d577-4ed9-acef-1936b30304fe)) - (segment (start 76.966014 81.6018) (end 76.99254 81.635063) (width 0.19) (layer "B.Cu") (net 134) (tstamp 9df28155-15fe-4528-a9e4-7915f199e051)) - (segment (start 77.501267 83.525781) (end 77.501267 83.637605) (width 0.19) (layer "B.Cu") (net 134) (tstamp a5d2a7d4-11d3-4ff9-a61d-2d4964edff84)) - (segment (start 81.450411 87.723134) (end 81.551163 87.771654) (width 0.19) (layer "B.Cu") (net 134) (tstamp a757f215-f4c8-4fe5-80c6-1ded97666da9)) - (segment (start 76.966014 81.8705) (end 76.626159 82.210352) (width 0.19) (layer "B.Cu") (net 134) (tstamp a7ca47dd-1151-4851-9fda-27a9e4aedeb2)) - (segment (start 77.187513 83.078124) (end 77.288262 83.029604) (width 0.19) (layer "B.Cu") (net 134) (tstamp a83c5b21-cadb-4730-af6f-68b5b15dd36c)) - (segment (start 76.894417 81.556813) (end 76.932749 81.575272) (width 0.19) (layer "B.Cu") (net 134) (tstamp ad375982-9c56-4665-b3bb-446cbde097e0)) - (segment (start 82.268196 88.54092) (end 82.337919 88.62835) (width 0.19) (layer "B.Cu") (net 134) (tstamp af1a5134-bc52-4cc1-b322-f38a966e94c8)) - (segment (start 81.772013 87.796538) (end 81.881036 87.771654) (width 0.19) (layer "B.Cu") (net 134) (tstamp b0027566-73aa-4cb3-ae34-33f4aa7d89c5)) - (segment (start 82.600603 87.180649) (end 82.643149 87.180649) (width 0.19) (layer "B.Cu") (net 134) (tstamp b0c04ae3-0ceb-4b6b-b857-1f3ef7c9e2af)) - (segment (start 76.270031 82.011374) (end 76.35746 81.941654) (width 0.19) (layer "B.Cu") (net 134) (tstamp b332e204-7bb1-4429-a8f0-2694ea85959e)) - (segment (start 77.64439 83.93482) (end 81.362981 87.653411) (width 0.19) (layer "B.Cu") (net 134) (tstamp b6a23e91-69f5-44fe-a673-f9196ceb2100)) - (segment (start 82.801214 87.306702) (end 82.810682 87.348182) (width 0.19) (layer "B.Cu") (net 134) (tstamp b7566894-bee0-4aaa-9760-08f4ebfd56df)) - (segment (start 77.011001 81.673397) (end 77.020469 81.714877) (width 0.19) (layer "B.Cu") (net 134) (tstamp ba26c8b7-4366-4b8e-b1e8-b548f7e2e619)) - (segment (start 77.375691 82.959884) (end 77.715545 82.62003) (width 0.19) (layer "B.Cu") (net 134) (tstamp bacc9b22-f238-4f63-8390-1290cdc595e3)) - (segment (start 76.626159 82.210352) (end 76.556439 82.297781) (width 0.19) (layer "B.Cu") (net 134) (tstamp bb577846-6cdc-45d3-bf90-477828bbfe1c)) - (segment (start 82.219677 88.110295) (end 82.194793 88.219318) (width 0.19) (layer "B.Cu") (net 134) (tstamp be3c1a07-d7c7-4961-a2bf-88f27591b364)) - (segment (start 82.643149 87.180649) (end 82.684629 87.190117) (width 0.19) (layer "B.Cu") (net 134) (tstamp c0381c78-7f89-4555-8dfb-23e3977606df)) - (segment (start 77.57467 83.316011) (end 77.52615 83.41676) (width 0.19) (layer "B.Cu") (net 134) (tstamp c14a0c21-f396-40b0-aa4b-c47ef0c95c1e)) - (segment (start 77.52615 83.41676) (end 77.501267 83.525781) (width 0.19) (layer "B.Cu") (net 134) (tstamp c543297c-e0a1-4a70-8afc-74909d8a4147)) - (segment (start 82.194793 88.331145) (end 82.219677 88.440168) (width 0.19) (layer "B.Cu") (net 134) (tstamp c56af65a-343a-459f-98cd-e41415611fef)) - (segment (start 82.069218 87.653411) (end 82.487526 87.235104) (width 0.19) (layer "B.Cu") (net 134) (tstamp c941ec54-73ba-44d4-80d8-cc471212017b)) - (segment (start 76.556439 82.297781) (end 76.507919 82.39853) (width 0.19) (layer "B.Cu") (net 134) (tstamp cd07ed3a-453d-4f50-b8c3-e623931181a5)) - (segment (start 76.35746 81.941654) (end 76.697314 81.6018) (width 0.19) (layer "B.Cu") (net 134) (tstamp d0b3f7e0-c984-43c5-8137-24e45e8fba8a)) - (segment (start 82.801214 87.432208) (end 82.782754 87.470541) (width 0.19) (layer "B.Cu") (net 134) (tstamp d140f61b-05cc-4457-a933-4af9f6fec536)) - (segment (start 74.88 76.98) (end 74.88 79.620418) (width 0.19) (layer "B.Cu") (net 134) (tstamp d1680dcf-fe78-4aaf-8f43-a5cbcc9a798c)) - (segment (start 78.0387 82.775653) (end 78.029232 82.817133) (width 0.19) (layer "B.Cu") (net 134) (tstamp d5cd53a1-e779-4e22-b286-7a3ba4cc2555)) - (segment (start 76.857647 83.078124) (end 76.966668 83.103007) (width 0.19) (layer "B.Cu") (net 134) (tstamp d8c36ddf-4b24-4ec0-a65d-ca2a7692767a)) - (segment (start 78.0387 82.733107) (end 78.0387 82.775653) (width 0.19) (layer "B.Cu") (net 134) (tstamp ddbf1831-bd5c-4862-80a4-a697cd270798)) - (segment (start 77.020469 81.757423) (end 77.011001 81.798903) (width 0.19) (layer "B.Cu") (net 134) (tstamp de2fdc11-3a2f-43dc-9dc9-eedd52b69df0)) - (segment (start 76.730577 81.575272) (end 76.768911 81.556813) (width 0.19) (layer "B.Cu") (net 134) (tstamp dfd57df2-9b3d-44b7-940b-2891e33c9b91)) - (segment (start 82.194793 88.219318) (end 82.194793 88.331145) (width 0.19) (layer "B.Cu") (net 134) (tstamp e21396fb-d38d-4523-9a75-52acb1f5f431)) - (segment (start 76.483036 82.507551) (end 76.483036 82.619375) (width 0.19) (layer "B.Cu") (net 134) (tstamp e23d99fc-a483-4ef1-8fad-cdf02092ab67)) - (segment (start 82.782754 87.268369) (end 82.801214 87.306702) (width 0.19) (layer "B.Cu") (net 134) (tstamp ea47cdd8-68da-4e42-8dd7-6aff2dc060e4)) - (segment (start 78.010771 82.855465) (end 77.984245 82.88873) (width 0.19) (layer "B.Cu") (net 134) (tstamp eacebde2-7377-4d73-b09e-26076daeabae)) - (segment (start 77.64439 83.228582) (end 77.57467 83.316011) (width 0.19) (layer "B.Cu") (net 134) (tstamp f475b91c-6c04-4dc7-8ae7-4580eb16af73)) - (segment (start 76.507919 82.728396) (end 76.556438 82.829147) (width 0.19) (layer "B.Cu") (net 134) (tstamp fba4920e-fdf5-46ca-bff8-f6116ea09a34)) - (segment (start 76.756896 83.029605) (end 76.857647 83.078124) (width 0.19) (layer "B.Cu") (net 134) (tstamp fbc9f5eb-34a8-43b6-a221-6b8fc9700042)) - (segment (start 76.966668 83.103007) (end 77.078492 83.103007) (width 0.19) (layer "B.Cu") (net 134) (tstamp fca64849-632b-415c-a0c3-f944d2c7e066)) - (segment (start 82.782754 87.470541) (end 82.756227 87.503805) (width 0.19) (layer "B.Cu") (net 134) (tstamp fd0b9026-2db6-4605-b3fc-3cbfb3de32d7)) - (segment (start 83.7 93.1) (end 83.3 92.7) (width 0.19) (layer "F.Cu") (net 135) (tstamp 181743ff-74dc-4f2c-91cb-dcb6366eea9e)) - (segment (start 70.595 74.55) (end 70.595 76.495) (width 0.19) (layer "F.Cu") (net 135) (tstamp 82d2910f-0748-403d-81f4-85c865a706f8)) - (segment (start 70.595 76.495) (end 70.6 76.5) (width 0.19) (layer "F.Cu") (net 135) (tstamp e8a4982c-5945-4fe0-891e-bc335a0dfa3f)) - (via locked (at 70.6 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 135) (tstamp 38dd9331-3993-4c71-b601-6438d2c96aeb)) - (via (at 83.3 92.7) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 135) (tstamp 8cf7229b-0521-469c-9144-be5ad2da2891)) - (segment locked (start 71.512055 80.211094) (end 71.502587 80.169615) (width 0.19) (layer "B.Cu") (net 135) (tstamp 006e2d2d-ea55-4517-8464-6fa4323dbbb5)) - (segment locked (start 71.484127 80.333454) (end 71.502587 80.295121) (width 0.19) (layer "B.Cu") (net 135) (tstamp 006ee3ed-debe-4691-83ff-02d6d0593074)) - (segment locked (start 71.349236 81.574347) (end 71.248485 81.525828) (width 0.19) (layer "B.Cu") (net 135) (tstamp 02e53112-42dc-4e92-9413-ebf4a1fcdc4a)) - (segment (start 83.054278 91.054436) (end 82.988785 91.069386) (width 0.19) (layer "B.Cu") (net 135) (tstamp 08bde83c-13ad-46b4-a6d3-b0304a376443)) - (segment (start 82.631278 91.342858) (end 82.565785 91.357808) (width 0.19) (layer "B.Cu") (net 135) (tstamp 092e7d37-8400-4bb1-b982-de410524d5ad)) - (segment (start 83.3 91.140418) (end 83.247478 91.098533) (width 0.19) (layer "B.Cu") (net 135) (tstamp 0a7544f5-5161-4eb8-9d0e-92ecb292b2b0)) - (segment (start 82.278176 90.900084) (end 82.320063 90.847562) (width 0.19) (layer "B.Cu") (net 135) (tstamp 0d85a382-c005-4748-b335-df7644a39b93)) - (segment (start 82.320063 90.847562) (end 82.45147 90.716152) (width 0.19) (layer "B.Cu") (net 135) (tstamp 0e844798-58b5-40d6-82fe-e86239f9ed61)) - (segment locked (start 71.679103 81.574347) (end 71.570082 81.59923) (width 0.19) (layer "B.Cu") (net 135) (tstamp 10b7afba-2f26-4685-a649-74b6bff7f4cf)) - (segment locked (start 71.512055 80.253641) (end 71.512055 80.211094) (width 0.19) (layer "B.Cu") (net 135) (tstamp 1436a783-6564-4cf1-b04a-2e5a11e5eb64)) - (segment locked (start 70.999506 80.894749) (end 71.048025 80.793998) (width 0.19) (layer "B.Cu") (net 135) (tstamp 19ee241d-7a47-403f-a241-1274e6acc907)) - (segment locked (start 72.893574 80.984916) (end 72.963296 80.897488) (width 0.19) (layer "B.Cu") (net 135) (tstamp 19fbe35e-7125-477c-9a61-cbd629d6d687)) - (segment locked (start 73.357603 80.402012) (end 73.348135 80.360532) (width 0.19) (layer "B.Cu") (net 135) (tstamp 1a6b794f-ac33-41c9-98bc-f09c7170071a)) - (segment (start 82.522503 90.404938) (end 82.493355 90.344411) (width 0.19) (layer "B.Cu") (net 135) (tstamp 1ba404f0-04ad-4385-9d95-7df0d1a185bb)) - (segment (start 82.493355 90.344411) (end 82.451471 90.291889) (width 0.19) (layer "B.Cu") (net 135) (tstamp 1eed5896-aa04-45cd-9356-be7e685c823f)) - (segment locked (start 73.348135 80.486038) (end 73.357603 80.444558) (width 0.19) (layer "B.Cu") (net 135) (tstamp 1f237565-0c19-4f15-a7f3-5a6af74fe928)) - (segment locked (start 72.820171 81.306512) (end 72.820172 81.194688) (width 0.19) (layer "B.Cu") (net 135) (tstamp 24e28a03-111e-405c-837e-8b09a44b6a67)) - (segment (start 82.451471 90.291889) (end 75.319182 83.1596) (width 0.19) (layer "B.Cu") (net 135) (tstamp 25b61c92-3315-4800-8495-82c6c5c4f472)) - (segment (start 82.537451 90.470431) (end 82.522503 90.404938) (width 0.19) (layer "B.Cu") (net 135) (tstamp 265aada9-546e-42a1-9085-a1861ab7040f)) - (segment locked (start 73.067713 80.262409) (end 73.034448 80.288935) (width 0.19) (layer "B.Cu") (net 135) (tstamp 2bad4e8b-36aa-4a0b-ab67-e9477132d368)) - (segment (start 82.493356 90.663631) (end 82.522502 90.603104) (width 0.19) (layer "B.Cu") (net 135) (tstamp 2e710243-54dd-4d59-ae18-135e4df4f90e)) - (segment (start 83.186951 91.069385) (end 83.121458 91.054437) (width 0.19) (layer "B.Cu") (net 135) (tstamp 2f83e6f9-a167-419d-801a-208190ee547a)) - (segment (start 75.319182 83.1596) (end 75.2996 83.1596) (width 0.19) (layer "B.Cu") (net 135) (tstamp 303ed950-0310-4c87-acf3-d81cf7ecd25d)) - (segment locked (start 72.461694 80.861694) (end 71.867282 81.456106) (width 0.19) (layer "B.Cu") (net 135) (tstamp 31255751-7676-4170-a371-07b9ff014b0c)) - (segment locked (start 73.190071 80.23448) (end 73.147525 80.23448) (width 0.19) (layer "B.Cu") (net 135) (tstamp 34e34647-01e2-4c33-b82e-e87242e10cd9)) - (segment locked (start 70.999506 81.224617) (end 70.974623 81.115595) (width 0.19) (layer "B.Cu") (net 135) (tstamp 36b23572-1a49-43e3-8bdd-cadffe8174ae)) - (segment locked (start 73.269885 80.262409) (end 73.231552 80.243948) (width 0.19) (layer "B.Cu") (net 135) (tstamp 3823150a-b9c1-440b-b100-07f0f20cd8ad)) - (segment locked (start 71.867282 81.456106) (end 71.779854 81.525828) (width 0.19) (layer "B.Cu") (net 135) (tstamp 3aa723d9-24a0-4bf0-a280-c60fcfe4d231)) - (segment (start 83.121458 91.054437) (end 83.054278 91.054436) (width 0.19) (layer "B.Cu") (net 135) (tstamp 3bf9d9e3-3041-4ea1-ad6f-34bc1dc2c61a)) - (segment (start 82.320062 91.271826) (end 82.278177 91.219304) (width 0.19) (layer "B.Cu") (net 135) (tstamp 40d949b9-e0e4-4df7-8565-5117f67c5ae6)) - (segment locked (start 71.484127 80.131282) (end 71.4576 80.098017) (width 0.19) (layer "B.Cu") (net 135) (tstamp 4189fff4-b8ed-41c1-8452-4be4b4658190)) - (segment locked (start 71.161057 81.456106) (end 71.117747 81.412796) (width 0.19) (layer "B.Cu") (net 135) (tstamp 41cd091d-6410-4c0a-b273-1a0100005cab)) - (segment locked (start 71.08 79.720418) (end 71.08 76.98) (width 0.19) (layer "B.Cu") (net 135) (tstamp 46c35bc8-3e06-4afa-a332-565364e00f33)) - (segment (start 75.2996 83.1596) (end 75.29001 83.15001) (width 0.19) (layer "B.Cu") (net 135) (tstamp 47fd4d92-b4de-4163-bfe2-b6d02e8c7867)) - (segment locked (start 73.106046 80.243948) (end 73.067713 80.262409) (width 0.19) (layer "B.Cu") (net 135) (tstamp 481216d5-b80b-4cc5-9ced-a9b7689cce71)) - (segment (start 75.29001 83.15001) (end 74.509592 83.15001) (width 0.19) (layer "B.Cu") (net 135) (tstamp 52059813-023e-4ddf-808d-4b81dba594da)) - (segment locked (start 73.231552 80.243948) (end 73.190071 80.23448) (width 0.19) (layer "B.Cu") (net 135) (tstamp 5407f733-370b-43dc-b0b7-bcbd4c8230e1)) - (segment (start 82.498605 91.357807) (end 82.433112 91.342859) (width 0.19) (layer "B.Cu") (net 135) (tstamp 5e23f656-42f1-49ba-9065-f0060c8bd0c8)) - (segment (start 82.691805 91.313712) (end 82.631278 91.342858) (width 0.19) (layer "B.Cu") (net 135) (tstamp 619cdd21-5bfa-43f7-a620-3f39ca77c47d)) - (segment locked (start 72.845055 81.415535) (end 72.820171 81.306512) (width 0.19) (layer "B.Cu") (net 135) (tstamp 6862ba36-36ee-4189-a5cf-413acd253e1e)) - (segment locked (start 71.4576 80.366718) (end 71.484127 80.333454) (width 0.19) (layer "B.Cu") (net 135) (tstamp 68bd9244-ad41-43e6-b7c7-8d19b53f9a7a)) - (segment locked (start 70.974623 81.00377) (end 70.999506 80.894749) (width 0.19) (layer "B.Cu") (net 135) (tstamp 6b88ceb7-3edb-467d-9e94-661682389487)) - (segment locked (start 71.4576 80.098017) (end 71.08 79.720418) (width 0.19) (layer "B.Cu") (net 135) (tstamp 6e06ca07-ff8b-4c78-b39a-a5fe1e23bc6a)) - (segment (start 82.433112 91.342859) (end 82.372585 91.313711) (width 0.19) (layer "B.Cu") (net 135) (tstamp 71fb0dd0-7f7d-4578-8182-fe7618936e64)) - (segment locked (start 72.963296 81.603714) (end 72.893573 81.516284) (width 0.19) (layer "B.Cu") (net 135) (tstamp 74d3a132-2947-4901-bc7f-d869835b09c4)) - (segment locked (start 71.117747 80.70657) (end 71.4576 80.366718) (width 0.19) (layer "B.Cu") (net 135) (tstamp 7689129e-1bb3-40b6-8372-84ac358ffd8c)) - (segment locked (start 73.303148 80.288935) (end 73.269885 80.262409) (width 0.19) (layer "B.Cu") (net 135) (tstamp 76905880-725a-462d-b269-bf15bdd3487a)) - (segment (start 82.744326 91.271826) (end 82.691805 91.313712) (width 0.19) (layer "B.Cu") (net 135) (tstamp 7808a6a2-6879-4bfa-8e14-54461307a776)) - (segment locked (start 72.461692 80.861692) (end 72.461694 80.861694) (width 0.19) (layer "B.Cu") (net 135) (tstamp 806a040a-651b-439f-9240-0e13101ec59b)) - (segment locked (start 71.048025 80.793998) (end 71.117747 80.70657) (width 0.19) (layer "B.Cu") (net 135) (tstamp 80ec60f4-9b67-4979-b8b9-9b5fca1af63f)) - (segment locked (start 73.034448 80.288935) (end 72.461692 80.861692) (width 0.19) (layer "B.Cu") (net 135) (tstamp 877b6e9e-21db-4423-88dd-5713442699de)) - (segment (start 82.45147 90.716152) (end 82.493356 90.663631) (width 0.19) (layer "B.Cu") (net 135) (tstamp 89d56407-28a2-4abe-be89-c96c82f164b8)) - (segment (start 82.875736 91.140419) (end 82.744326 91.271826) (width 0.19) (layer "B.Cu") (net 135) (tstamp 8b77f24d-f7cd-444b-ab03-794d7a0142bc)) - (segment locked (start 71.117747 81.412796) (end 71.048025 81.325367) (width 0.19) (layer "B.Cu") (net 135) (tstamp 9b947aa1-ba9d-4a23-bc1a-15da5f7737a9)) - (segment locked (start 72.820172 81.194688) (end 72.845055 81.085667) (width 0.19) (layer "B.Cu") (net 135) (tstamp a07a9195-5a50-4332-a32e-70931b08a17c)) - (segment locked (start 73.329676 80.524372) (end 73.348135 80.486038) (width 0.19) (layer "B.Cu") (net 135) (tstamp a1e1e66a-1ccb-4b67-a0ae-0e4ba63b448c)) - (segment locked (start 73.357603 80.444558) (end 73.357603 80.402012) (width 0.19) (layer "B.Cu") (net 135) (tstamp a4e693f1-e8be-4638-b20a-f43f39a9ed46)) - (segment (start 82.278177 91.219304) (end 82.249029 91.158777) (width 0.19) (layer "B.Cu") (net 135) (tstamp a5f1a03a-0328-4fbe-bb03-43667d97f62d)) - (segment locked (start 72.893573 81.516284) (end 72.845055 81.415535) (width 0.19) (layer "B.Cu") (net 135) (tstamp ae9affef-b25d-4f38-ae2b-90f62540bf33)) - (segment (start 82.372585 91.313711) (end 82.320062 91.271826) (width 0.19) (layer "B.Cu") (net 135) (tstamp b1be4d84-c1d3-4423-a438-5b8aab47cf76)) - (segment (start 82.234081 91.093284) (end 82.23408 91.026104) (width 0.19) (layer "B.Cu") (net 135) (tstamp b36e399c-fd07-48dc-9ff5-2204b47fbf43)) - (segment (start 82.928258 91.098532) (end 82.875736 91.140419) (width 0.19) (layer "B.Cu") (net 135) (tstamp b732cc50-0fc0-462d-9a1e-3f2e21bf5b03)) - (segment (start 82.249029 91.158777) (end 82.234081 91.093284) (width 0.19) (layer "B.Cu") (net 135) (tstamp ba379001-8a2f-4d3a-935e-d0598e96bab4)) - (segment locked (start 71.570082 81.59923) (end 71.458257 81.59923) (width 0.19) (layer "B.Cu") (net 135) (tstamp bc3db71a-0a53-4081-b5aa-fe17bf15977b)) - (segment (start 82.24903 90.960611) (end 82.278176 90.900084) (width 0.19) (layer "B.Cu") (net 135) (tstamp bc53214e-c35a-4232-aa65-7d7a85a50d5b)) - (segment (start 82.565785 91.357808) (end 82.498605 91.357807) (width 0.19) (layer "B.Cu") (net 135) (tstamp be9ef0fd-d4b4-4417-94cd-667047c78598)) - (segment locked (start 73.303148 80.557635) (end 73.329676 80.524372) (width 0.19) (layer "B.Cu") (net 135) (tstamp c265f793-32eb-40fe-ae1f-7b1e7bbc7832)) - (segment locked (start 71.08 76.98) (end 70.6 76.5) (width 0.19) (layer "B.Cu") (net 135) (tstamp c4103d5d-d800-4fc4-a8aa-ae98d32157d8)) - (segment (start 83.247478 91.098533) (end 83.186951 91.069385) (width 0.19) (layer "B.Cu") (net 135) (tstamp c5eadc3a-a238-4717-a7be-7ea411c3e051)) - (segment locked (start 71.458257 81.59923) (end 71.349236 81.574347) (width 0.19) (layer "B.Cu") (net 135) (tstamp ce8dfa98-203f-40a0-9cf4-f4a488bed6c7)) - (segment (start 82.988785 91.069386) (end 82.928258 91.098532) (width 0.19) (layer "B.Cu") (net 135) (tstamp cf37ca1a-dcd1-4867-b763-c64780e6daa4)) - (segment locked (start 73.147525 80.23448) (end 73.106046 80.243948) (width 0.19) (layer "B.Cu") (net 135) (tstamp d0013b1e-e07d-4ede-965c-248637e236ca)) - (segment (start 82.522502 90.603104) (end 82.537452 90.537611) (width 0.19) (layer "B.Cu") (net 135) (tstamp d0b95d2b-fcbe-4a4e-bc55-a0bb10a8db6e)) - (segment locked (start 72.963296 80.897488) (end 73.303148 80.557635) (width 0.19) (layer "B.Cu") (net 135) (tstamp d684b765-f5c2-4f33-ae67-80a66e1e6291)) - (segment locked (start 71.502587 80.169615) (end 71.484127 80.131282) (width 0.19) (layer "B.Cu") (net 135) (tstamp d8a8e656-94cb-4a0a-b6af-8fccae1d35bd)) - (segment (start 74.509592 83.15001) (end 72.963296 81.603714) (width 0.19) (layer "B.Cu") (net 135) (tstamp da45010f-ef64-4740-82f1-fee030820c70)) - (segment locked (start 71.779854 81.525828) (end 71.679103 81.574347) (width 0.19) (layer "B.Cu") (net 135) (tstamp da64d7a9-605e-4774-9d7e-acd2b184f656)) - (segment locked (start 71.248485 81.525828) (end 71.161057 81.456106) (width 0.19) (layer "B.Cu") (net 135) (tstamp dd038ad4-76ef-437e-9f4f-6b7fc7622117)) - (segment locked (start 71.048025 81.325367) (end 70.999506 81.224617) (width 0.19) (layer "B.Cu") (net 135) (tstamp de22b9d9-5bc1-4cd3-825e-62cfb6fe5a54)) - (segment (start 82.23408 91.026104) (end 82.24903 90.960611) (width 0.19) (layer "B.Cu") (net 135) (tstamp e27a3211-bfdc-4d61-bce2-6ac9cdb99b60)) - (segment locked (start 70.974623 81.115595) (end 70.974623 81.00377) (width 0.19) (layer "B.Cu") (net 135) (tstamp ec25b6d1-bc2f-4f4a-bf31-6a2de60886c7)) - (segment locked (start 72.845055 81.085667) (end 72.893574 80.984916) (width 0.19) (layer "B.Cu") (net 135) (tstamp f19d9769-1603-4d69-89b3-a18763e14ed0)) - (segment locked (start 71.502587 80.295121) (end 71.512055 80.253641) (width 0.19) (layer "B.Cu") (net 135) (tstamp f1c1bfee-9d38-4668-8bc0-0aa6ec063599)) - (segment (start 83.3 92.7) (end 83.3 91.140418) (width 0.19) (layer "B.Cu") (net 135) (tstamp f2518bdf-dfcb-414a-be5f-be02942363ae)) - (segment (start 82.537452 90.537611) (end 82.537451 90.470431) (width 0.19) (layer "B.Cu") (net 135) (tstamp f4f19b50-41f2-4d25-9e20-0ba8b7e9341d)) - (segment locked (start 73.329676 80.3222) (end 73.303148 80.288935) (width 0.19) (layer "B.Cu") (net 135) (tstamp fa4de52f-10f7-4f11-b19f-4b87abd5fc6f)) - (segment locked (start 73.348135 80.360532) (end 73.329676 80.3222) (width 0.19) (layer "B.Cu") (net 135) (tstamp fd59c2b3-d7cb-4f86-91de-a2495abbfcee)) - (segment (start 68.055 76.495) (end 68.05 76.5) (width 0.19) (layer "F.Cu") (net 136) (tstamp 2d0f1b51-3fe6-4cf6-ad0d-dbf065e90f7d)) - (segment (start 82.9 93.1) (end 82.5 92.7) (width 0.19) (layer "F.Cu") (net 136) (tstamp 543eca2b-0423-4325-b9e6-4b173022a60a)) - (segment (start 68.055 74.55) (end 68.055 76.495) (width 0.19) (layer "F.Cu") (net 136) (tstamp 6916b03b-1110-449f-9f3c-ab347cf003e7)) - (via (at 82.5 92.7) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 136) (tstamp 2d702b15-ed66-4913-94cd-254176bdf30b)) - (via (at 68.05 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 136) (tstamp 80be4997-7cfe-4061-b95f-42478c21188b)) - (segment (start 81.540941 90.244192) (end 81.511793 90.183666) (width 0.19) (layer "B.Cu") (net 136) (tstamp 01b8be9d-07b4-4ed5-be0d-c2f1fdf5d66a)) - (segment (start 81.356859 90.060111) (end 81.291365 90.045162) (width 0.19) (layer "B.Cu") (net 136) (tstamp 08599c5d-18df-4076-8d95-9afe2b0b7202)) - (segment (start 73.407901 83.348253) (end 73.370968 83.242704) (width 0.19) (layer "B.Cu") (net 136) (tstamp 0bfd5bd4-f6c4-4d83-955a-e9ca3b2d3945)) - (segment (start 81.417385 90.089258) (end 81.356859 90.060111) (width 0.19) (layer "B.Cu") (net 136) (tstamp 0f6d055a-7653-48a2-ad13-6963f919680e)) - (segment (start 73.527984 84.111184) (end 73.491958 84.088547) (width 0.19) (layer "B.Cu") (net 136) (tstamp 14a6eaeb-f870-4fce-8922-536c75d77523)) - (segment (start 81.098166 90.089258) (end 81.045643 90.131144) (width 0.19) (layer "B.Cu") (net 136) (tstamp 15df5716-568d-4590-986f-8c9a24f18879)) - (segment (start 72.859794 82.959998) (end 72.748672 82.972519) (width 0.19) (layer "B.Cu") (net 136) (tstamp 177fb786-26e4-4fbf-927a-5546acb72b0f)) - (segment (start 73.137716 83.009452) (end 73.032167 82.972519) (width 0.19) (layer "B.Cu") (net 136) (tstamp 17f3f0ed-b2b7-45fc-b694-33cf35ed990e)) - (segment (start 81.540941 90.44236) (end 81.55589 90.376865) (width 0.19) (layer "B.Cu") (net 136) (tstamp 18c5a2e9-5477-4075-9795-9d29ce509901)) - (segment (start 73.370968 83.242704) (end 73.311473 83.148019) (width 0.19) (layer "B.Cu") (net 136) (tstamp 1b3cc04c-8f88-4e39-b15d-e0c4efafc2d5)) - (segment (start 72.643123 83.009452) (end 72.548438 83.068947) (width 0.19) (layer "B.Cu") (net 136) (tstamp 1e3b2927-b0e2-4e4d-9cd2-17d58f1622c7)) - (segment (start 73.568143 84.125236) (end 73.527984 84.111184) (width 0.19) (layer "B.Cu") (net 136) (tstamp 1f07eb91-ef46-4237-a9f5-5823737e0d44)) - (segment (start 80.847191 90.237034) (end 80.780013 90.237034) (width 0.19) (layer "B.Cu") (net 136) (tstamp 1f1c3e7c-3f92-4f3f-a04d-2d2bee3bcd18)) - (segment (start 80.653992 90.192937) (end 80.601471 90.151053) (width 0.19) (layer "B.Cu") (net 136) (tstamp 285faa58-5511-4bdc-8168-a316b4849db7)) - (segment (start 72.288881 84.088547) (end 72.252855 84.111184) (width 0.19) (layer "B.Cu") (net 136) (tstamp 2b0bef20-f708-448f-9474-c9123c116b77)) - (segment (start 81.364018 90.75386) (end 81.378967 90.688366) (width 0.19) (layer "B.Cu") (net 136) (tstamp 2c36de4c-1408-4a4c-b53d-373b61b29b08)) - (segment (start 73.032167 82.972519) (end 72.921045 82.959998) (width 0.19) (layer "B.Cu") (net 136) (tstamp 30ef4218-0d7f-4a70-9faa-91236305a5f0)) - (segment (start 73.491958 84.088547) (end 73.461874 84.058463) (width 0.19) (layer "B.Cu") (net 136) (tstamp 321442de-1be8-447c-864f-6a257a7c6538)) - (segment (start 82.180833 92.7) (end 82.07 92.589167) (width 0.19) (layer "B.Cu") (net 136) (tstamp 34600403-f41d-47ed-8742-771add37111a)) - (segment (start 81.469908 90.555408) (end 81.511793 90.502885) (width 0.19) (layer "B.Cu") (net 136) (tstamp 37319c31-277d-4b56-af30-35197009e21c)) - (segment (start 73.311473 83.148019) (end 73.232401 83.068947) (width 0.19) (layer "B.Cu") (net 136) (tstamp 3cc6f3de-4ec4-43f1-b67c-aadcbe7b6b0b)) - (segment (start 73.420422 83.939999) (end 73.420422 83.459375) (width 0.19) (layer "B.Cu") (net 136) (tstamp 3dfe6e06-2202-4157-bc8a-3522e54ef3eb)) - (segment (start 72.355654 83.982278) (end 72.341602 84.022437) (width 0.19) (layer "B.Cu") (net 136) (tstamp 3e7fe04a-5983-45ca-b62b-77d9b2d44905)) - (segment (start 81.045643 90.131144) (end 81.025734 90.151052) (width 0.19) (layer "B.Cu") (net 136) (tstamp 3fd02374-7d7f-4117-8b30-31486dac145e)) - (segment (start 73.420422 83.459375) (end 73.407901 83.348253) (width 0.19) (layer "B.Cu") (net 136) (tstamp 4107ae43-ef7b-4881-bf28-19412946e234)) - (segment (start 72.360418 83.939999) (end 72.355654 83.982278) (width 0.19) (layer "B.Cu") (net 136) (tstamp 423a3779-6340-43c9-b0d8-41838fe555ec)) - (segment (start 72.921045 82.959998) (end 72.859794 82.959998) (width 0.19) (layer "B.Cu") (net 136) (tstamp 44215043-e16b-4aaa-aae3-9f3418e3232c)) - (segment (start 72.409871 83.242704) (end 72.372938 83.348253) (width 0.19) (layer "B.Cu") (net 136) (tstamp 4b356d62-06c0-4c73-a43b-f6fddfcd530a)) - (segment (start 80.780013 90.237034) (end 80.714518 90.222085) (width 0.19) (layer "B.Cu") (net 136) (tstamp 4e8b36cb-36d9-4e70-92aa-dec5e9f22925)) - (segment (start 72.318965 84.058463) (end 72.288881 84.088547) (width 0.19) (layer "B.Cu") (net 136) (tstamp 54052e69-eebf-4471-a198-82c77dc1d60f)) - (segment (start 72.212696 84.125236) (end 72.170418 84.129999) (width 0.19) (layer "B.Cu") (net 136) (tstamp 5e503b29-3031-4fd6-91d6-f98554d3ad08)) - (segment (start 72.469366 83.148019) (end 72.409871 83.242704) (width 0.19) (layer "B.Cu") (net 136) (tstamp 5f035f2a-aeef-423b-a786-3d49a7fb5ead)) - (segment (start 81.55589 90.376865) (end 81.55589 90.309687) (width 0.19) (layer "B.Cu") (net 136) (tstamp 639ff5ca-19c7-4840-989d-4e2fbafcd8f8)) - (segment (start 73.425185 83.982278) (end 73.420422 83.939999) (width 0.19) (layer "B.Cu") (net 136) (tstamp 69cdd0d8-522b-4693-aa44-8c2d93247b48)) - (segment (start 82.07 92.589167) (end 82.07 91.619582) (width 0.19) (layer "B.Cu") (net 136) (tstamp 6aa368e3-62ff-4ec4-825d-d1eafdd7705a)) - (segment (start 73.232401 83.068947) (end 73.137716 83.009452) (width 0.19) (layer "B.Cu") (net 136) (tstamp 6b108d36-a186-49de-b4c2-20009b4a0b21)) - (segment (start 72.372938 83.348253) (end 72.360418 83.459375) (width 0.19) (layer "B.Cu") (net 136) (tstamp 6e2bde36-3557-450e-b921-7aec7811cf84)) - (segment (start 73.439237 84.022437) (end 73.425185 83.982278) (width 0.19) (layer "B.Cu") (net 136) (tstamp 6f1a399c-1042-4788-9320-b4244d9a5601)) - (segment (start 72.548438 83.068947) (end 72.469366 83.148019) (width 0.19) (layer "B.Cu") (net 136) (tstamp 78c30601-5832-48ad-b6c7-ad6fbb7ead50)) - (segment (start 81.408114 90.62784) (end 81.45 90.575317) (width 0.19) (layer "B.Cu") (net 136) (tstamp 8688c7fe-15c1-4b10-a8b1-ce59cbfbf70b)) - (segment (start 74.580417 84.129999) (end 73.610422 84.129999) (width 0.19) (layer "B.Cu") (net 136) (tstamp 888ac178-64f7-43b4-b707-72fcc082fe7f)) - (segment (start 81.025734 90.151052) (end 80.973211 90.192937) (width 0.19) (layer "B.Cu") (net 136) (tstamp 8b4ca528-ab57-4c66-99e1-d0d80f15af79)) - (segment (start 81.378967 90.688366) (end 81.408114 90.62784) (width 0.19) (layer "B.Cu") (net 136) (tstamp 8d04db28-587f-40ce-88ca-5f8fa78962a8)) - (segment (start 80.912686 90.222085) (end 80.847191 90.237034) (width 0.19) (layer "B.Cu") (net 136) (tstamp 8d8da327-4d6d-4753-917c-b1e70e7ab3bc)) - (segment (start 81.469908 90.131144) (end 81.417385 90.089258) (width 0.19) (layer "B.Cu") (net 136) (tstamp 90e98690-6d4d-4f70-87ff-bd5aeaba0a2f)) - (segment (start 73.461874 84.058463) (end 73.439237 84.022437) (width 0.19) (layer "B.Cu") (net 136) (tstamp 9ae7cfed-1027-4b6e-8f75-8f6e2e1a67f4)) - (segment (start 80.973211 90.192937) (end 80.912686 90.222085) (width 0.19) (layer "B.Cu") (net 136) (tstamp a215d009-312b-4641-aa25-3a4b24e6dd5a)) - (segment (start 72.341602 84.022437) (end 72.318965 84.058463) (width 0.19) (layer "B.Cu") (net 136) (tstamp a3c554b3-eab3-4645-9075-14ef062ef6c5)) - (segment (start 81.45 90.999582) (end 81.408114 90.947059) (width 0.19) (layer "B.Cu") (net 136) (tstamp a8052a31-dc71-4c31-b6ee-8053c40690f1)) - (segment (start 81.291365 90.045162) (end 81.224186 90.045162) (width 0.19) (layer "B.Cu") (net 136) (tstamp a8f1073b-46c5-443e-8c2f-c44fa76db77e)) - (segment (start 82.07 91.619582) (end 81.45 90.999582) (width 0.19) (layer "B.Cu") (net 136) (tstamp b1ee61f1-2d36-448d-8eca-a89ce8991ff8)) - (segment (start 73.610422 84.129999) (end 73.568143 84.125236) (width 0.19) (layer "B.Cu") (net 136) (tstamp b47be51e-333f-44c9-8c8f-4c613d93b46c)) - (segment (start 81.511793 90.502885) (end 81.540941 90.44236) (width 0.19) (layer "B.Cu") (net 136) (tstamp b58a7b9c-ad17-45e3-b88e-7f13c1337f60)) - (segment (start 82.5 92.7) (end 82.180833 92.7) (width 0.19) (layer "B.Cu") (net 136) (tstamp b631e025-a8e2-4a19-bb6a-e279684a284c)) - (segment (start 80.714518 90.222085) (end 80.653992 90.192937) (width 0.19) (layer "B.Cu") (net 136) (tstamp ba910aa5-1c14-49e2-8e02-8063979f6496)) - (segment (start 81.224186 90.045162) (end 81.158692 90.060111) (width 0.19) (layer "B.Cu") (net 136) (tstamp be8a1446-c460-4ce8-8c5a-a6e97ca6fc24)) - (segment (start 80.601471 90.151053) (end 74.580417 84.129999) (width 0.19) (layer "B.Cu") (net 136) (tstamp bfe2e29b-66a8-4293-90aa-30815a841c98)) - (segment (start 72.360418 83.459375) (end 72.360418 83.939999) (width 0.19) (layer "B.Cu") (net 136) (tstamp c56f6c39-52f3-4ced-bfef-f7afd2e0d3ed)) - (segment (start 67.57 76.98) (end 68.05 76.5) (width 0.19) (layer "B.Cu") (net 136) (tstamp cb027bc5-d0a9-4990-a23a-4ce8077c67ad)) - (segment (start 81.364018 90.821039) (end 81.364018 90.75386) (width 0.19) (layer "B.Cu") (net 136) (tstamp cbd527f6-1da5-4f88-81f4-e3f921102a71)) - (segment (start 81.511793 90.183666) (end 81.469908 90.131144) (width 0.19) (layer "B.Cu") (net 136) (tstamp cd0e1ec8-5612-4244-a876-838286424de9)) - (segment (start 72.170418 84.129999) (end 67.57 79.529582) (width 0.19) (layer "B.Cu") (net 136) (tstamp ced7ff5d-8af6-4196-a922-4309a6254898)) - (segment (start 72.252855 84.111184) (end 72.212696 84.125236) (width 0.19) (layer "B.Cu") (net 136) (tstamp cfb053e8-8e77-464b-b4c5-367808d00c5d)) - (segment (start 81.158692 90.060111) (end 81.098166 90.089258) (width 0.19) (layer "B.Cu") (net 136) (tstamp d37c9a21-a75d-4c2f-950c-c4469540ead5)) - (segment (start 81.408114 90.947059) (end 81.378967 90.886533) (width 0.19) (layer "B.Cu") (net 136) (tstamp d7432726-5d7b-451b-8377-3142f9ef0121)) - (segment (start 72.748672 82.972519) (end 72.643123 83.009452) (width 0.19) (layer "B.Cu") (net 136) (tstamp d7764635-58fb-46ec-b859-3262d065eb36)) - (segment (start 67.57 79.529582) (end 67.57 76.98) (width 0.19) (layer "B.Cu") (net 136) (tstamp da6fc741-ed69-49b3-9f8a-8e9982940ddd)) - (segment (start 81.378967 90.886533) (end 81.364018 90.821039) (width 0.19) (layer "B.Cu") (net 136) (tstamp e5441b9b-23fb-4b9e-b72c-6c7a6ca8614d)) - (segment (start 81.55589 90.309687) (end 81.540941 90.244192) (width 0.19) (layer "B.Cu") (net 136) (tstamp e58a7eb3-037c-4a74-aecd-96a5df6a265b)) - (segment (start 81.45 90.575317) (end 81.469908 90.555408) (width 0.19) (layer "B.Cu") (net 136) (tstamp f255db96-29d0-4680-8627-2238d36b7cb1)) - (segment (start 82.1 93.1) (end 82.5 93.5) (width 0.19) (layer "F.Cu") (net 137) (tstamp 1e5b20c9-f4fe-4d0b-889a-1324fa2066bf)) - (segment (start 66.785 74.55) (end 66.785 76.485) (width 0.19) (layer "F.Cu") (net 137) (tstamp 8830097d-cad9-4676-a81e-4878e22c4f3e)) - (via (at 82.5 93.5) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 137) (tstamp 47972058-f5f7-4644-ae11-3425d6fc1a17)) - (via (at 66.785 76.485) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 137) (tstamp 7cf72dd7-746a-434c-8387-58881fc4baab)) - (segment (start 73.038967 83.371537) (end 73.061604 83.407563) (width 0.19) (layer "B.Cu") (net 137) (tstamp 0b35d416-2ef3-43da-b21e-3b5705733789)) - (segment (start 72.848141 83.304764) (end 72.89042 83.3) (width 0.19) (layer "B.Cu") (net 137) (tstamp 0f733580-5b91-4bca-b709-bd216e3b7eef)) - (segment (start 72.201043 84.470001) (end 72.312165 84.457481) (width 0.19) (layer "B.Cu") (net 137) (tstamp 1fd2c422-69ae-40c0-b3b2-cb505077339f)) - (segment (start 73.008883 83.341453) (end 73.038967 83.371537) (width 0.19) (layer "B.Cu") (net 137) (tstamp 2580c68a-c2d0-4057-b65d-257475e039f0)) - (segment (start 72.417714 84.420548) (end 72.512399 84.361053) (width 0.19) (layer "B.Cu") (net 137) (tstamp 2894bc9b-9bd8-48c6-8471-dc813ff5b0ea)) - (segment (start 73.363125 84.420548) (end 73.468674 84.457481) (width 0.19) (layer "B.Cu") (net 137) (tstamp 2fb6fd09-e0b5-4e7f-bfd7-b71afc6fbc75)) - (segment (start 72.705183 83.447722) (end 72.719235 83.407563) (width 0.19) (layer "B.Cu") (net 137) (tstamp 31af7245-9902-4c67-9c46-45d414056b6f)) - (segment (start 73.08042 83.970625) (end 73.09294 84.081747) (width 0.19) (layer "B.Cu") (net 137) (tstamp 3ae60b79-6b36-48fc-be8e-c0a4c0198126)) - (segment (start 72.89042 83.3) (end 72.932698 83.304764) (width 0.19) (layer "B.Cu") (net 137) (tstamp 3b00799e-766d-4cd1-be14-3a80ca9949c0)) - (segment (start 73.09294 84.081747) (end 73.129873 84.187296) (width 0.19) (layer "B.Cu") (net 137) (tstamp 3bfe518e-5ed2-4867-9e5b-08cfa7fb6ff5)) - (segment (start 67.23 79.670418) (end 72.029582 84.47) (width 0.19) (layer "B.Cu") (net 137) (tstamp 3ed91cb0-bc23-445d-a759-9b595792536a)) - (segment (start 73.189368 84.281981) (end 73.26844 84.361053) (width 0.19) (layer "B.Cu") (net 137) (tstamp 46921c1f-bdeb-4788-94e2-0c9bd6035141)) - (segment (start 74.439583 84.470001) (end 81.73 91.760418) (width 0.19) (layer "B.Cu") (net 137) (tstamp 495fbf89-b2c6-4363-a38a-f5ea705c56f2)) - (segment (start 73.468674 84.457481) (end 73.579796 84.470001) (width 0.19) (layer "B.Cu") (net 137) (tstamp 4a4d6419-cb92-4ebb-b6da-f8b2cd3770f6)) - (segment (start 72.312165 84.457481) (end 72.417714 84.420548) (width 0.19) (layer "B.Cu") (net 137) (tstamp 4defc198-fb73-4f9a-8a9d-cd22f4be094e)) - (segment (start 73.579796 84.470001) (end 74.439583 84.470001) (width 0.19) (layer "B.Cu") (net 137) (tstamp 5cf9a8f8-8d0c-4d56-aee3-5fefebf5207d)) - (segment (start 72.741872 83.371537) (end 72.771956 83.341453) (width 0.19) (layer "B.Cu") (net 137) (tstamp 6131eb75-3400-4160-b54e-66401a49f1f7)) - (segment (start 72.70042 83.970625) (end 72.70042 83.49) (width 0.19) (layer "B.Cu") (net 137) (tstamp 6c2dd628-6246-46f7-b03e-d5661252b6f5)) - (segment (start 72.70042 83.49) (end 72.705183 83.447722) (width 0.19) (layer "B.Cu") (net 137) (tstamp 71e78e2d-da1f-4d1f-bf31-ca964bf28463)) - (segment (start 73.075656 83.447722) (end 73.08042 83.49) (width 0.19) (layer "B.Cu") (net 137) (tstamp 78ed0760-2ecc-4041-a0a7-a3acf0bd8fbf)) - (segment (start 72.807982 83.318816) (end 72.848141 83.304764) (width 0.19) (layer "B.Cu") (net 137) (tstamp 7f0c31f7-42b0-49fc-9bb9-9868e916f54e)) - (segment (start 73.08042 83.49) (end 73.08042 83.970625) (width 0.19) (layer "B.Cu") (net 137) (tstamp 83a83c44-dc1b-4727-aa1a-90e3c68f1bc9)) - (segment (start 81.73 92.73) (end 82.5 93.5) (width 0.19) (layer "B.Cu") (net 137) (tstamp 83c43cd1-eea8-49b2-b3d7-28c19a42f1d6)) - (segment (start 73.129873 84.187296) (end 73.189368 84.281981) (width 0.19) (layer "B.Cu") (net 137) (tstamp 8f77faa8-2d4a-4750-9ffd-4f5c63ff8509)) - (segment (start 72.512399 84.361053) (end 72.591471 84.281981) (width 0.19) (layer "B.Cu") (net 137) (tstamp a819b369-d4cd-4c57-81de-9506d85375a3)) - (segment (start 72.771956 83.341453) (end 72.807982 83.318816) (width 0.19) (layer "B.Cu") (net 137) (tstamp aad7a2f8-ae00-44dc-aa53-18a3e10940de)) - (segment (start 72.591471 84.281981) (end 72.650966 84.187296) (width 0.19) (layer "B.Cu") (net 137) (tstamp b0f3c26f-a516-4d34-802a-9992a1d59159)) - (segment (start 67.23 76.93) (end 67.23 79.670418) (width 0.19) (layer "B.Cu") (net 137) (tstamp b83aa53f-6f3f-48bf-b41f-2e5458df2888)) - (segment (start 72.972857 83.318816) (end 73.008883 83.341453) (width 0.19) (layer "B.Cu") (net 137) (tstamp b9f54358-990a-4b01-81f0-fe0150e4dc7c)) - (segment (start 72.687899 84.081747) (end 72.70042 83.970625) (width 0.19) (layer "B.Cu") (net 137) (tstamp c8975fa3-221a-41c8-9198-61b3c0a9beb7)) - (segment (start 66.785 76.485) (end 67.23 76.93) (width 0.19) (layer "B.Cu") (net 137) (tstamp cca20c0e-4dd8-43e2-8d36-77b8f7eb2b62)) - (segment (start 72.650966 84.187296) (end 72.687899 84.081747) (width 0.19) (layer "B.Cu") (net 137) (tstamp d4edaa72-3492-434b-be68-7546139b8aef)) - (segment (start 72.029582 84.47) (end 72.201043 84.470001) (width 0.19) (layer "B.Cu") (net 137) (tstamp d63769fb-fd44-487c-ac6d-09d1e60989cf)) - (segment (start 81.73 91.760418) (end 81.73 92.73) (width 0.19) (layer "B.Cu") (net 137) (tstamp db15dec2-e9aa-4788-9a08-8bfa72d20665)) - (segment (start 72.719235 83.407563) (end 72.741872 83.371537) (width 0.19) (layer "B.Cu") (net 137) (tstamp dde39aca-e054-4065-a90c-6efaf131d96a)) - (segment (start 73.061604 83.407563) (end 73.075656 83.447722) (width 0.19) (layer "B.Cu") (net 137) (tstamp e09ee552-eb48-4e80-8b06-29cfae21f4b7)) - (segment (start 73.26844 84.361053) (end 73.363125 84.420548) (width 0.19) (layer "B.Cu") (net 137) (tstamp e470444a-0d39-4cb6-a5a1-718b2c3125b7)) - (segment (start 72.932698 83.304764) (end 72.972857 83.318816) (width 0.19) (layer "B.Cu") (net 137) (tstamp ede82a11-8f5c-4b80-9a2f-e6845171235f)) - (segment (start 86.1 93.9) (end 86.5 93.5) (width 0.19) (layer "F.Cu") (net 138) (tstamp 5fe54f6b-77ca-46f4-afd8-492fe85cc5d6)) - (segment (start 83.295 74.55) (end 83.295 76.495) (width 0.19) (layer "F.Cu") (net 138) (tstamp a349d333-1a5f-4436-9e07-9dd43b13bf92)) - (via (at 86.5 93.5) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 138) (tstamp 745426e3-e0e8-456a-8219-3ff990cba810)) - (via (at 83.295 76.495) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 138) (tstamp fd5299da-3099-4934-9d33-520c8e829f28)) - (segment (start 87.54212 87.284763) (end 87.501961 87.298815) (width 0.19) (layer "B.Cu") (net 138) (tstamp 0b356b53-a01f-4236-b73f-8baf2d089803)) - (segment (start 87.584399 87.28) (end 87.54212 87.284763) (width 0.19) (layer "B.Cu") (net 138) (tstamp 0bc18cda-4c00-4100-b480-200f5dc55abb)) - (segment (start 89.665601 88.220625) (end 89.653081 88.331746) (width 0.19) (layer "B.Cu") (net 138) (tstamp 0ff5c88c-73e0-4e46-bbf2-1d9a50aea9bc)) - (segment (start 88.141746 87.267479) (end 88.030625 87.28) (width 0.19) (layer "B.Cu") (net 138) (tstamp 127aaa5c-8253-49f6-b082-1d530e769903)) - (segment (start 88.34198 87.171052) (end 88.247295 87.230546) (width 0.19) (layer "B.Cu") (net 138) (tstamp 1842fdd5-ce8e-4359-9673-4dc81f1aa52c)) - (segment (start 86.989218 83.2182) (end 88.53 84.758982) (width 0.19) (layer "B.Cu") (net 138) (tstamp 1cf656a7-4e83-4083-b55b-6e1a17d2a42e)) - (segment (start 88.637563 88.738815) (end 88.601537 88.761452) (width 0.19) (layer "B.Cu") (net 138) (tstamp 24e4b0fd-9bbb-4147-a390-c76f91b7d13b)) - (segment (start 89.653081 88.048253) (end 89.665601 88.159374) (width 0.19) (layer "B.Cu") (net 138) (tstamp 297157d3-b3d7-4820-b1b7-bac9d2362487)) - (segment (start 87.394399 87.47) (end 87.399162 87.512278) (width 0.19) (layer "B.Cu") (net 138) (tstamp 2ee40cc8-e059-4bf6-82ce-1cade27551a9)) - (segment (start 87.501961 87.298815) (end 87.465935 87.321452) (width 0.19) (layer "B.Cu") (net 138) (tstamp 31193021-77c0-479b-9405-5629628af049)) - (segment (start 87.465935 87.618547) (end 87.501961 87.641184) (width 0.19) (layer "B.Cu") (net 138) (tstamp 36126ff6-0a25-4bde-acae-97a13d5e98ea)) - (segment (start 89.477582 88.611052) (end 89.382897 88.670546) (width 0.19) (layer "B.Cu") (net 138) (tstamp 391eb9b8-dbc1-449a-bcd8-7cb86a123b0c)) - (segment (start 89.616148 88.437295) (end 89.556654 88.53198) (width 0.19) (layer "B.Cu") (net 138) (tstamp 3be0e6d2-f85d-4741-82c9-d5674ced85c5)) - (segment (start 89.166227 87.66) (end 89.277348 87.67252) (width 0.19) (layer "B.Cu") (net 138) (tstamp 3c86e526-5d16-4f6f-b77a-d73a2343c989)) - (segment (start 88.110418 92.9) (end 87.1 92.9) (width 0.19) (layer "B.Cu") (net 138) (tstamp 42dfcfdc-f5fb-40d3-80dc-3b68897fd0c1)) - (segment (start 89.653081 88.331746) (end 89.616148 88.437295) (width 0.19) (layer "B.Cu") (net 138) (tstamp 4643e829-0db0-4eac-b7c4-7100a7ed94d9)) - (segment (start 87.435851 87.351536) (end 87.413214 87.387562) (width 0.19) (layer "B.Cu") (net 138) (tstamp 48d5a2e0-0aca-47bb-a89c-7d967129b113)) - (segment (start 89.382897 88.670546) (end 89.277348 88.707479) (width 0.19) (layer "B.Cu") (net 138) (tstamp 4a635721-9696-45b4-9fb6-a5c12dd0205b)) - (segment (start 89.382897 87.709453) (end 89.477582 87.768947) (width 0.19) (layer "B.Cu") (net 138) (tstamp 53910c11-b2ed-4412-98e6-b0f2bb4eb76c)) - (segment (start 87.1 92.9) (end 86.5 93.5) (width 0.19) (layer "B.Cu") (net 138) (tstamp 53a70198-fbdf-4642-baa6-d8e70c3152d4)) - (segment (start 83.47 80.129582) (end 83.47 82.746982) (width 0.19) (layer "B.Cu") (net 138) (tstamp 53c2082f-14d4-4f8b-b15e-479d0706e172)) - (segment (start 89.477582 87.768947) (end 89.556654 87.848019) (width 0.19) (layer "B.Cu") (net 138) (tstamp 5fef7766-d31c-4e0a-b637-f991dc7e201b)) - (segment (start 88.53 88.91) (end 88.53 92.480418) (width 0.19) (layer "B.Cu") (net 138) (tstamp 683ace21-d451-4a3b-9c6a-2ff48233eccb)) - (segment (start 82.82 79.479582) (end 83.47 80.129582) (width 0.19) (layer "B.Cu") (net 138) (tstamp 6cc37b0d-5d45-4e55-9e68-18ce835c859a)) - (segment (start 89.277348 88.707479) (end 89.166227 88.72) (width 0.19) (layer "B.Cu") (net 138) (tstamp 7398263b-8990-41fb-907f-d10d18bfa2f0)) - (segment (start 87.399162 87.512278) (end 87.413214 87.552437) (width 0.19) (layer "B.Cu") (net 138) (tstamp 7813208a-bea3-45ad-9228-0e9f3023642d)) - (segment (start 88.571453 88.791536) (end 88.548816 88.827562) (width 0.19) (layer "B.Cu") (net 138) (tstamp 784f2ed4-8f1b-4283-9869-b3ecce1e695e)) - (segment (start 88.421052 87.09198) (end 88.34198 87.171052) (width 0.19) (layer "B.Cu") (net 138) (tstamp 7b17e7f4-21d7-46c7-abe6-3f17b6471acc)) - (segment (start 87.465935 87.321452) (end 87.435851 87.351536) (width 0.19) (layer "B.Cu") (net 138) (tstamp 7b95a133-3c73-458b-a9bd-3a88746916e8)) - (segment (start 83.47 82.746982) (end 83.941218 83.2182) (width 0.19) (layer "B.Cu") (net 138) (tstamp 7db2a4b9-f872-48cc-a2a7-1f09e20dda1e)) - (segment (start 83.941218 83.2182) (end 86.989218 83.2182) (width 0.19) (layer "B.Cu") (net 138) (tstamp 7f122db3-4e8f-42ea-ab12-0fd958eff2bd)) - (segment (start 87.413214 87.552437) (end 87.435851 87.588463) (width 0.19) (layer "B.Cu") (net 138) (tstamp 8a190336-2c38-4cca-9e01-39e4fde8d4f3)) - (segment (start 88.517479 86.891746) (end 88.480546 86.997295) (width 0.19) (layer "B.Cu") (net 138) (tstamp 8c9a7c3f-7001-4ff4-84f2-ceebbba8b103)) - (segment (start 82.82 76.97) (end 82.82 79.479582) (width 0.19) (layer "B.Cu") (net 138) (tstamp 900cbe97-baf8-4c02-a824-562c02dac994)) - (segment (start 87.413214 87.387562) (end 87.399162 87.427721) (width 0.19) (layer "B.Cu") (net 138) (tstamp 90a33f4d-1aae-47dc-98bb-6b59a222fa5c)) - (segment (start 88.030625 87.28) (end 87.584399 87.28) (width 0.19) (layer "B.Cu") (net 138) (tstamp 93187180-9f21-401e-89e0-97ed31a5dad1)) - (segment (start 88.677722 88.724763) (end 88.637563 88.738815) (width 0.19) (layer "B.Cu") (net 138) (tstamp 9f0d3469-bad0-4554-bd2d-fa8f3ee34b83)) - (segment (start 89.556654 88.53198) (end 89.477582 88.611052) (width 0.19) (layer "B.Cu") (net 138) (tstamp a21e67a9-d827-4127-8487-8028a72e1ca5)) - (segment (start 88.53 92.480418) (end 88.110418 92.9) (width 0.19) (layer "B.Cu") (net 138) (tstamp a6bf9111-8852-4077-bff6-579c92450f65)) - (segment (start 88.480546 86.997295) (end 88.421052 87.09198) (width 0.19) (layer "B.Cu") (net 138) (tstamp a89dfac0-e876-4a5b-883b-2e60b5a0dbd9)) - (segment (start 88.247295 87.230546) (end 88.141746 87.267479) (width 0.19) (layer "B.Cu") (net 138) (tstamp af8adf60-fd23-4203-acdf-0ca290e807c5)) - (segment (start 89.665601 88.159374) (end 89.665601 88.220625) (width 0.19) (layer "B.Cu") (net 138) (tstamp bdb3261b-fff4-4209-af72-4ab02bd38f6a)) - (segment (start 87.399162 87.427721) (end 87.394399 87.47) (width 0.19) (layer "B.Cu") (net 138) (tstamp c804502d-9093-4d5d-ab28-0e2e8f4bcfa9)) - (segment (start 87.435851 87.588463) (end 87.465935 87.618547) (width 0.19) (layer "B.Cu") (net 138) (tstamp d2862343-0cb7-49c2-8522-eb4f6ea77ba0)) - (segment (start 83.295 76.495) (end 82.82 76.97) (width 0.19) (layer "B.Cu") (net 138) (tstamp db25ded8-11d6-4044-a831-59c0188314fb)) - (segment (start 87.584399 87.66) (end 89.166227 87.66) (width 0.19) (layer "B.Cu") (net 138) (tstamp db635bad-02c7-4bee-9f0f-2fd4ceff6162)) - (segment (start 89.277348 87.67252) (end 89.382897 87.709453) (width 0.19) (layer "B.Cu") (net 138) (tstamp dd41c2e0-b4ce-4921-abb2-802f93978879)) - (segment (start 89.616148 87.942704) (end 89.653081 88.048253) (width 0.19) (layer "B.Cu") (net 138) (tstamp e218ab19-5dc7-4662-985b-5eeac30cca01)) - (segment (start 88.53 84.758982) (end 88.53 86.780625) (width 0.19) (layer "B.Cu") (net 138) (tstamp e36f1f60-bcd7-4dd1-81ba-22b0a7500da2)) - (segment (start 89.166227 88.72) (end 88.72 88.72) (width 0.19) (layer "B.Cu") (net 138) (tstamp e7039928-5079-45ca-a48a-07e39e8123eb)) - (segment (start 88.601537 88.761452) (end 88.571453 88.791536) (width 0.19) (layer "B.Cu") (net 138) (tstamp e8f54bcd-4cc0-4e1a-9ba9-e52e415a5e0a)) - (segment (start 87.501961 87.641184) (end 87.54212 87.655236) (width 0.19) (layer "B.Cu") (net 138) (tstamp e9e11b56-7bb7-41f0-b2f6-46f1c799284e)) - (segment (start 88.53 86.780625) (end 88.517479 86.891746) (width 0.19) (layer "B.Cu") (net 138) (tstamp f1bfb516-2b63-4559-b53e-bffa10670766)) - (segment (start 89.556654 87.848019) (end 89.616148 87.942704) (width 0.19) (layer "B.Cu") (net 138) (tstamp f2324b07-205c-4859-9f16-e97e1c23bdeb)) - (segment (start 88.72 88.72) (end 88.677722 88.724763) (width 0.19) (layer "B.Cu") (net 138) (tstamp f84edbfc-03d4-45b1-af86-25dcd07558c9)) - (segment (start 87.54212 87.655236) (end 87.584399 87.66) (width 0.19) (layer "B.Cu") (net 138) (tstamp fb195313-1766-4287-98ea-84490509b1ad)) - (segment (start 88.534764 88.867721) (end 88.53 88.91) (width 0.19) (layer "B.Cu") (net 138) (tstamp fe25c852-9aa1-4448-b215-65e3e40376bb)) - (segment (start 88.548816 88.827562) (end 88.534764 88.867721) (width 0.19) (layer "B.Cu") (net 138) (tstamp ffa746dd-d043-4c75-886c-5af92d85f594)) - (segment (start 83.3 94.3) (end 84.1 94.3) (width 0.15) (layer "F.Cu") (net 139) (tstamp 00000000-0000-0000-0000-00005be491b0)) - (segment (start 82.9 93.9) (end 83.3 94.3) (width 0.15) (layer "F.Cu") (net 139) (tstamp 15e78e6a-8c84-4259-bcfc-c1d391a2ae95)) - (segment (start 84.5 93.9) (end 84.1 93.5) (width 0.25) (layer "F.Cu") (net 139) (tstamp 19b6fdb7-c2da-4e40-b2bb-be0a937611f0)) - (segment (start 91.8 81.6) (end 91.8 86.4) (width 0.25) (layer "F.Cu") (net 139) (tstamp 7a3b9ac5-fcc1-4bed-ad9a-229d2e73d454)) - (segment (start 85.835 75.635) (end 91.8 81.6) (width 0.25) (layer "F.Cu") (net 139) (tstamp 7d0aa032-9b1f-469d-85cd-a28c4fe41bd4)) - (segment (start 91.8 86.4) (end 90.9 87.3) (width 0.25) (layer "F.Cu") (net 139) (tstamp 93896a65-437a-4791-9a6b-e8a9c8a87532)) - (segment (start 85.835 74.55) (end 85.835 75.635) (width 0.25) (layer "F.Cu") (net 139) (tstamp db3e8e2d-38e0-44e0-969f-fe042827f6c4)) - (segment (start 84.1 94.3) (end 84.5 93.9) (width 0.15) (layer "F.Cu") (net 139) (tstamp f013c151-ac7e-4593-b00a-2800549138e9)) - (via (at 87.05 90) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 139) (tstamp 00000000-0000-0000-0000-00005ca88d27)) - (via (at 90.9 87.3) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 139) (tstamp 58823427-58af-44e5-80d5-48bc77238358)) - (via (at 87.65 88.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 139) (tstamp 5d29caa1-4557-44fa-bb85-0f450d3fb07f)) - (via (at 84.1 93.5) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 139) (tstamp edbfbac3-6e34-49e2-bde2-da2e644df2d6)) - (segment (start 87.05 90) (end 85.3 90) (width 0.25) (layer "In2.Cu") (net 139) (tstamp 0a58ef32-8739-483b-bb5a-625cbde6f753)) - (segment (start 83.85 91.45) (end 83.85 93.25) (width 0.25) (layer "In2.Cu") (net 139) (tstamp 1a0d16dd-6aaa-4b2c-86a5-0bf3e1487bb3)) - (segment (start 83.85 93.25) (end 84.1 93.5) (width 0.25) (layer "In2.Cu") (net 139) (tstamp 26c91b62-d25c-48d6-9bbd-ed17c15eaa3a)) - (segment (start 85.3 90) (end 83.85 91.45) (width 0.25) (layer "In2.Cu") (net 139) (tstamp 659894ec-5e2b-4557-9417-6770ae62f629)) - (segment (start 88.95 87.3) (end 87.65 88.6) (width 0.25) (layer "In2.Cu") (net 139) (tstamp aea88a60-f8c3-41bf-a498-8c79a6b8af2e)) - (segment (start 90.9 87.3) (end 88.95 87.3) (width 0.25) (layer "In2.Cu") (net 139) (tstamp dfe7aa15-3d3f-4a25-935c-577ae609d381)) - (segment (start 84.1 94.215) (end 84.185 94.3) (width 0.25) (layer "B.Cu") (net 139) (tstamp 69479798-8209-4114-83e4-7a990d07ac93)) - (segment (start 87.05 90) (end 87.05 89.2) (width 0.25) (layer "B.Cu") (net 139) (tstamp 9ed7b54d-1070-4ee2-89e9-21fc51538815)) - (segment (start 84.1 94.315) (end 84.085 94.3) (width 0.25) (layer "B.Cu") (net 139) (tstamp b56ea8f1-42c1-49cc-979b-0919a293b73f)) - (segment (start 84.1 93.5) (end 84.1 94.215) (width 0.25) (layer "B.Cu") (net 139) (tstamp bed3e9d8-4e84-4615-9d2f-00dc784cd9bf)) - (segment (start 87.05 89.2) (end 87.65 88.6) (width 0.25) (layer "B.Cu") (net 139) (tstamp e50473c5-30f6-4097-99b3-59261cd2b239)) - (segment (start 83.7 93.9) (end 83.3 93.5) (width 0.19) (layer "F.Cu") (net 140) (tstamp 07bd7b4f-7b3b-45d2-9ddd-a93347273d96)) - (segment (start 71.865 74.55) (end 71.865 76.485) (width 0.19) (layer "F.Cu") (net 140) (tstamp 18e0d667-71c2-4288-ab78-9b784fe175c7)) - (segment (start 71.865 76.485) (end 71.85 76.5) (width 0.19) (layer "F.Cu") (net 140) (tstamp f8d6de01-495e-41db-8881-c56f47d6e1ab)) - (via locked (at 71.85 76.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 140) (tstamp 02cfcace-e3c9-4ff8-9a7d-8c9ddff38412)) - (via (at 83.3 93.5) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 140) (tstamp 95dadb7f-38d6-469a-ba01-f29b5bbbb213)) - (segment (start 83.64 92.307398) (end 83.64 90.999572) (width 0.19) (layer "B.Cu") (net 140) (tstamp 0948929a-3b1b-4037-9169-f6cddd5f437f)) - (segment (start 71.451416 81.23902) (end 71.413083 81.22056) (width 0.19) (layer "B.Cu") (net 140) (tstamp 0a938a27-1c05-4e4e-b796-22e009abeed7)) - (segment (start 73.180382 81.187848) (end 73.198841 81.149514) (width 0.19) (layer "B.Cu") (net 140) (tstamp 0b15f4f9-1505-417c-9138-2fb4322440c7)) - (segment (start 73.003866 79.908623) (end 72.903115 79.957141) (width 0.19) (layer "B.Cu") (net 140) (tstamp 0c89e906-e5d3-4c6a-a57b-42f59e1b8e45)) - (segment (start 73.634944 80.68897) (end 73.683463 80.588219) (width 0.19) (layer "B.Cu") (net 140) (tstamp 10462b04-fbbf-48c0-9377-7042f2677f34)) - (segment (start 71.325364 81.080956) (end 71.325364 81.03841) (width 0.19) (layer "B.Cu") (net 140) (tstamp 1dea4ff1-b927-47e9-a939-baaa8ed35543)) - (segment (start 71.719673 79.879255) (end 71.42 79.579582) (width 0.19) (layer "B.Cu") (net 140) (tstamp 232202d1-06da-4f5d-8460-0e8c5adb7df8)) - (segment (start 71.862797 80.176455) (end 71.837913 80.067434) (width 0.19) (layer "B.Cu") (net 140) (tstamp 25ad2632-b253-4ec8-acc6-610649cc2496)) - (segment (start 72.903115 79.957141) (end 72.815687 80.026864) (width 0.19) (layer "B.Cu") (net 140) (tstamp 2bdb6275-447c-48c2-a84b-aa998dd2916b)) - (segment (start 71.648519 81.194033) (end 71.615255 81.22056) (width 0.19) (layer "B.Cu") (net 140) (tstamp 2e924d2d-94f7-4a0f-8528-9d6e8f6bb0eb)) - (segment (start 75.450428 82.81) (end 74.650418 82.81) (width 0.19) (layer "B.Cu") (net 140) (tstamp 3034e429-f9f9-44a2-8240-03a24b63e1fb)) - (segment (start 73.708345 80.367372) (end 73.683462 80.258351) (width 0.19) (layer "B.Cu") (net 140) (tstamp 39145082-825f-48b4-964e-958e59a83d09)) - (segment (start 71.42 76.93) (end 71.85 76.5) (width 0.19) (layer "B.Cu") (net 140) (tstamp 39f40aaa-21ba-483e-bd0b-4ebb5d156b94)) - (segment (start 71.379819 80.925333) (end 71.719673 80.58548) (width 0.19) (layer "B.Cu") (net 140) (tstamp 3b3aecbf-6421-43b8-938a-3cca2cf234ee)) - (segment (start 73.634943 80.1576) (end 73.565221 80.070172) (width 0.19) (layer "B.Cu") (net 140) (tstamp 432159f1-6ae4-4ef4-a946-9e666d388f88)) - (segment (start 71.353292 80.958597) (end 71.379819 80.925333) (width 0.19) (layer "B.Cu") (net 140) (tstamp 449c80fe-e391-40ac-9b79-7ce070d272f3)) - (segment (start 73.434483 79.95714) (end 73.333732 79.908621) (width 0.19) (layer "B.Cu") (net 140) (tstamp 47c2d869-3b61-41cb-b7da-0bcda9d848a9)) - (segment (start 71.413083 81.22056) (end 71.379819 81.194033) (width 0.19) (layer "B.Cu") (net 140) (tstamp 5409cc31-4322-4031-ade5-4014b3199ad7)) - (segment (start 73.170914 81.229328) (end 73.180382 81.187848) (width 0.19) (layer "B.Cu") (net 140) (tstamp 5ff8b22f-1347-41d2-a81f-35ad79604a9b)) - (segment (start 73.565221 80.070172) (end 73.521911 80.026862) (width 0.19) (layer "B.Cu") (net 140) (tstamp 60108ae7-ffef-4936-bf39-c8dd84762005)) - (segment (start 71.862797 80.28828) (end 71.862797 80.176455) (width 0.19) (layer "B.Cu") (net 140) (tstamp 6a7c960a-ea90-47ce-8d9a-a047368cb5f9)) - (segment (start 73.225369 81.384951) (end 73.198841 81.351686) (width 0.19) (layer "B.Cu") (net 140) (tstamp 761c79a0-cb1a-42d4-9066-3a8bac939cdf)) - (segment (start 73.198841 81.351686) (end 73.180382 81.313354) (width 0.19) (layer "B.Cu") (net 140) (tstamp 793885b0-bfaa-4c5f-82aa-79183476bde6)) - (segment (start 71.492896 81.248488) (end 71.451416 81.23902) (width 0.19) (layer "B.Cu") (net 140) (tstamp 82b43a70-cb19-4531-8dd9-530241cf5458)) - (segment (start 83.64 90.999572) (end 75.450428 82.81) (width 0.19) (layer "B.Cu") (net 140) (tstamp 84afeae7-d3ce-4bad-bd47-1af44e760c0d)) - (segment (start 73.333732 79.908621) (end 73.224711 79.883738) (width 0.19) (layer "B.Cu") (net 140) (tstamp 84dacc7f-a77b-42d8-9b09-c921bef5b098)) - (segment (start 71.334832 81.122436) (end 71.325364 81.080956) (width 0.19) (layer "B.Cu") (net 140) (tstamp 86af766d-6b15-4b5b-88af-d0249ebdfc4e)) - (segment (start 73.683463 80.588219) (end 73.708346 80.479198) (width 0.19) (layer "B.Cu") (net 140) (tstamp 893925c2-1ab8-47db-9b31-6f7c1392d4b2)) - (segment (start 71.334832 80.99693) (end 71.353292 80.958597) (width 0.19) (layer "B.Cu") (net 140) (tstamp 8e2f2bec-6702-4270-8919-51904da9c633)) - (segment (start 71.837913 80.067434) (end 71.789394 79.966683) (width 0.19) (layer "B.Cu") (net 140) (tstamp 8f776380-fcbf-4da6-96c0-055517925d40)) - (segment (start 71.576922 81.23902) (end 71.535442 81.248488) (width 0.19) (layer "B.Cu") (net 140) (tstamp 94ebab51-a200-451b-80c5-4a6910538d4b)) - (segment (start 71.789394 80.498052) (end 71.837913 80.397301) (width 0.19) (layer "B.Cu") (net 140) (tstamp 9bb4ee23-ff73-4dcc-a513-1e5c07762bc3)) - (segment (start 73.225369 81.116251) (end 73.565222 80.776398) (width 0.19) (layer "B.Cu") (net 140) (tstamp a2635da5-8463-46db-9199-0a173306f41b)) - (segment (start 74.650418 82.81) (end 73.225369 81.384951) (width 0.19) (layer "B.Cu") (net 140) (tstamp adb76a2a-bf68-4549-b705-c85f6ebc67ff)) - (segment (start 71.719673 80.58548) (end 71.789394 80.498052) (width 0.19) (layer "B.Cu") (net 140) (tstamp ae0bc033-5ea1-4c90-ad13-904a827000a4)) - (segment (start 71.615255 81.22056) (end 71.576922 81.23902) (width 0.19) (layer "B.Cu") (net 140) (tstamp b4ac8718-0185-4931-9448-0b4d31607c34)) - (segment (start 72.815687 80.026864) (end 71.648519 81.194033) (width 0.19) (layer "B.Cu") (net 140) (tstamp b6195440-02a8-48ee-b1aa-3caabc4545a9)) - (segment (start 73.180382 81.313354) (end 73.170914 81.271874) (width 0.19) (layer "B.Cu") (net 140) (tstamp b6293148-80da-4885-8e0f-57c4d2b34389)) - (segment (start 73.565222 80.776398) (end 73.634944 80.68897) (width 0.19) (layer "B.Cu") (net 140) (tstamp b7a8bb85-3cbd-412a-a236-de199b98a95e)) - (segment (start 73.683462 80.258351) (end 73.634943 80.1576) (width 0.19) (layer "B.Cu") (net 140) (tstamp bd397544-ff56-4d51-b3c9-1b9f1f5e47be)) - (segment (start 71.837913 80.397301) (end 71.862797 80.28828) (width 0.19) (layer "B.Cu") (net 140) (tstamp bd70800d-ea87-4cfb-8569-015a3335aba5)) - (segment (start 83.795001 92.462399) (end 83.64 92.307398) (width 0.19) (layer "B.Cu") (net 140) (tstamp cc72aed2-4aae-4bd8-a39d-953a894a4e46)) - (segment (start 71.325364 81.03841) (end 71.334832 80.99693) (width 0.19) (layer "B.Cu") (net 140) (tstamp dacbea34-75ab-42a1-bf85-d5355de73d0a)) - (segment (start 73.224711 79.883738) (end 73.112887 79.883739) (width 0.19) (layer "B.Cu") (net 140) (tstamp e0acb921-ea02-4d94-bc81-5859e8c5322f)) - (segment (start 73.198841 81.149514) (end 73.225369 81.116251) (width 0.19) (layer "B.Cu") (net 140) (tstamp e30bacad-bc87-4d97-871f-8cd10b44fad9)) - (segment (start 71.42 79.579582) (end 71.42 76.93) (width 0.19) (layer "B.Cu") (net 140) (tstamp e3840d29-bc06-4b40-9743-1d787bfecc4d)) - (segment (start 73.170914 81.271874) (end 73.170914 81.229328) (width 0.19) (layer "B.Cu") (net 140) (tstamp e3c683e2-6fd6-42bc-abcb-c5a86eb1977f)) - (segment (start 73.521911 80.026862) (end 73.434483 79.95714) (width 0.19) (layer "B.Cu") (net 140) (tstamp e412785b-4527-40b0-a133-202e6c25d7ad)) - (segment (start 71.789394 79.966683) (end 71.719673 79.879255) (width 0.19) (layer "B.Cu") (net 140) (tstamp e4c46226-7b35-4875-ac0e-124e67d7599d)) - (segment (start 71.353292 81.160769) (end 71.334832 81.122436) (width 0.19) (layer "B.Cu") (net 140) (tstamp e9e4fd16-8f8b-4fe2-80d0-307d4503be2e)) - (segment (start 83.3 93.5) (end 83.795001 93.004999) (width 0.19) (layer "B.Cu") (net 140) (tstamp ea2c0fc1-2833-4b4e-b574-ad2fc842bfc0)) - (segment (start 71.379819 81.194033) (end 71.353292 81.160769) (width 0.19) (layer "B.Cu") (net 140) (tstamp ecae4260-91c4-40c9-afb8-0400b711958b)) - (segment (start 83.795001 93.004999) (end 83.795001 92.462399) (width 0.19) (layer "B.Cu") (net 140) (tstamp f1588d22-76aa-429a-a1f8-983ff509ccce)) - (segment (start 73.112887 79.883739) (end 73.003866 79.908623) (width 0.19) (layer "B.Cu") (net 140) (tstamp f4b777c9-c30a-4e78-abfd-d3896532f997)) - (segment (start 71.535442 81.248488) (end 71.492896 81.248488) (width 0.19) (layer "B.Cu") (net 140) (tstamp f67f3eb8-4f81-49e3-b2b7-2f620cf92995)) - (segment (start 73.708346 80.479198) (end 73.708345 80.367372) (width 0.19) (layer "B.Cu") (net 140) (tstamp f9f308d7-b844-4d61-97b2-be32493c4dd7)) - (segment (start 86.1 96.3) (end 86.5 96.7) (width 0.15) (layer "F.Cu") (net 141) (tstamp 1efa2a2c-3448-4385-898c-4c1577e22b00)) - (segment (start 97.75 85.7) (end 97.85 85.8) (width 0.15) (layer "F.Cu") (net 141) (tstamp 6707b221-21a1-482b-a9e0-e56d0908d37f)) - (segment (start 97.05 85.7) (end 97.75 85.7) (width 0.15) (layer "F.Cu") (net 141) (tstamp 8bb352fe-5b3d-4124-a7b4-72612a8bc725)) - (via (at 97.85 85.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 141) (tstamp 53e279a4-b5b3-499f-8110-968401aa2145)) - (via (at 86.5 96.7) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 141) (tstamp a57ab6a7-0401-4f24-a727-566f19f6bf8f)) - (segment (start 90.9 90.55) (end 95.05 86.4) (width 0.15) (layer "B.Cu") (net 141) (tstamp 2191ee3c-d665-4bbf-86c6-27a01e88d037)) - (segment (start 86.5 96.7) (end 87.1 97.3) (width 0.15) (layer "B.Cu") (net 141) (tstamp 2fe5e3ff-d493-4d18-b003-5cc9a0c9b828)) - (segment (start 90.9 96.05) (end 90.9 90.55) (width 0.15) (layer "B.Cu") (net 141) (tstamp 5b38404c-9d33-4532-aedb-596c65eb3b0c)) - (segment (start 97.85 85.9) (end 97.85 85.8) (width 0.15) (layer "B.Cu") (net 141) (tstamp 6ab4c4d6-d725-40d0-88ed-760cd2295b33)) - (segment (start 95.05 86.4) (end 97.35 86.4) (width 0.15) (layer "B.Cu") (net 141) (tstamp 7971072e-a92c-48d5-b888-05b4188e9d14)) - (segment (start 97.35 86.4) (end 97.85 85.9) (width 0.15) (layer "B.Cu") (net 141) (tstamp 886fa588-653d-4a74-abca-89c5231551f6)) - (segment (start 89.65 97.3) (end 90.9 96.05) (width 0.15) (layer "B.Cu") (net 141) (tstamp b8f7ceb7-63e9-44dd-87d4-0738492fd165)) - (segment (start 87.1 97.3) (end 89.65 97.3) (width 0.15) (layer "B.Cu") (net 141) (tstamp dd81417d-c494-45ad-9b1b-cbe25b267081)) - (segment (start 87.3 96.7) (end 89.10431 96.7) (width 0.15) (layer "F.Cu") (net 142) (tstamp 1adc423c-5f41-4ee4-af46-7ca13603c8b6)) - (segment (start 97.05 91.3) (end 97.75 91.3) (width 0.15) (layer "F.Cu") (net 142) (tstamp 1e44c00f-e5b2-43a0-b666-789bdb1b5f41)) - (segment (start 91.20431 94.6) (end 92.35 94.6) (width 0.15) (layer "F.Cu") (net 142) (tstamp 50181d10-cd98-45a3-93c6-0f9891cdd117)) - (segment (start 89.10431 96.7) (end 91.20431 94.6) (width 0.15) (layer "F.Cu") (net 142) (tstamp ae47d330-8d42-4636-a310-b64b7b9bbbb1)) - (segment (start 97.75 91.3) (end 97.85 91.4) (width 0.15) (layer "F.Cu") (net 142) (tstamp e89ca4bf-246b-4272-b8e4-cedcfb06e0f2)) - (segment (start 86.9 97.1) (end 87.3 96.7) (width 0.15) (layer "F.Cu") (net 142) (tstamp e954ab09-528d-4081-b16b-f7720a5b239f)) - (via (at 92.35 94.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 142) (tstamp 5e4caf29-9a12-4f75-a8fa-7da0ee273177)) - (via (at 97.85 91.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 142) (tstamp ed3a8e53-8903-4e5c-bb21-7b99b835b679)) - (segment (start 94.15 92) (end 97.35 92) (width 0.15) (layer "B.Cu") (net 142) (tstamp 04a67e5f-b8a7-437e-9b6f-1b3edf30dbe6)) - (segment (start 92.65 94.3) (end 92.65 93.5) (width 0.15) (layer "B.Cu") (net 142) (tstamp 18fb3775-02d7-4bbd-8b21-eff9f0c6fdef)) - (segment (start 97.35 92) (end 97.85 91.5) (width 0.15) (layer "B.Cu") (net 142) (tstamp 5705426a-2a3c-4964-b66b-006a26d4718d)) - (segment (start 97.85 91.4) (end 97.85 91.5) (width 0.15) (layer "B.Cu") (net 142) (tstamp 6bc118e0-0ba2-41b5-b194-aa4c301a21fa)) - (segment (start 92.35 94.6) (end 92.65 94.3) (width 0.15) (layer "B.Cu") (net 142) (tstamp 95cc270b-7f08-4ea2-9ec5-598d642c2120)) - (segment (start 92.65 93.5) (end 94.15 92) (width 0.15) (layer "B.Cu") (net 142) (tstamp ce9ff381-3ead-4219-bd0b-62fa0308a50a)) - (segment (start 97.75 94.1) (end 97.85 94.2) (width 0.15) (layer "F.Cu") (net 143) (tstamp 0b059e08-48b7-4333-b01d-cdf123e12b69)) - (segment (start 97.05 94.1) (end 97.75 94.1) (width 0.15) (layer "F.Cu") (net 143) (tstamp 0bb79875-05c7-4b8a-9d2d-5fca0ef83c84)) - (segment (start 93.45 95.1) (end 93.090908 95.1) (width 0.15) (layer "F.Cu") (net 143) (tstamp 44334397-682f-4f0a-8a10-bde4f0c3e121)) - (segment (start 91.940908 96.25) (end 90.402586 96.25) (width 0.15) (layer "F.Cu") (net 143) (tstamp 461ea6a6-1c8c-4a40-93fd-fe807bf8de70)) - (segment (start 89.152586 97.5) (end 87.3 97.5) (width 0.15) (layer "F.Cu") (net 143) (tstamp 703f0412-fd3d-452a-9a1e-d660beacff96)) - (segment (start 90.402586 96.25) (end 89.152586 97.5) (width 0.15) (layer "F.Cu") (net 143) (tstamp 8b624943-8a07-4643-8235-6403850bf4e3)) - (segment (start 93.090908 95.1) (end 91.940908 96.25) (width 0.15) (layer "F.Cu") (net 143) (tstamp d618548f-a200-4619-96bb-6d3c613c7ef6)) - (segment (start 87.3 97.5) (end 86.9 97.9) (width 0.15) (layer "F.Cu") (net 143) (tstamp e816ae3b-6b15-42ac-8c6b-0d5e93524c26)) - (via (at 97.85 94.2) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 143) (tstamp 312bb836-549f-41e7-9e03-466341a7fc0a)) - (via (at 93.45 95.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 143) (tstamp 861c5f1b-e718-4c3f-a884-aec24e938b73)) - (segment (start 93.45 95.1) (end 93.75 94.8) (width 0.15) (layer "B.Cu") (net 143) (tstamp 299405f9-a8da-40aa-a785-951754bc9be1)) - (segment (start 97.35 94.8) (end 97.85 94.3) (width 0.15) (layer "B.Cu") (net 143) (tstamp 77179773-7113-438d-9335-affb27d632b2)) - (segment (start 97.85 94.3) (end 97.85 94.2) (width 0.15) (layer "B.Cu") (net 143) (tstamp 82600301-a18a-4c3e-bdc4-87f22675d3db)) - (segment (start 93.75 94.8) (end 97.35 94.8) (width 0.15) (layer "B.Cu") (net 143) (tstamp d8182d60-4f4c-4963-b83e-0b84c63a2287)) - (segment (start 86.1 97.1) (end 86.5 97.5) (width 0.15) (layer "F.Cu") (net 144) (tstamp 02def6a4-1be0-4765-90e3-5ec2fc49ab46)) - (segment (start 100.915506 85.7) (end 100.50009 86.115416) (width 0.15) (layer "F.Cu") (net 144) (tstamp 1d671dab-7070-485b-8f55-0effa957e3b0)) - (segment (start 100.50009 86.35275) (end 100.208259 86.644581) (width 0.15) (layer "F.Cu") (net 144) (tstamp 231a3042-ec36-4c9a-bd14-ea32ea232394)) - (segment (start 100.50009 86.115416) (end 100.50009 86.35275) (width 0.15) (layer "F.Cu") (net 144) (tstamp fade7e8a-567f-48a0-80a0-084bb672c228)) - (segment (start 101.05 85.7) (end 100.915506 85.7) (width 0.15) (layer "F.Cu") (net 144) (tstamp fca4ec6e-796a-45e7-89d9-55d88a463990)) - (via (at 100.208259 86.644581) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 144) (tstamp 7949aaa2-4b3f-4638-a96c-66c5271f64a7)) - (via (at 86.5 97.5) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 144) (tstamp 7f5d3454-9806-4a54-bc8c-558c0cff31ba)) - (segment (start 100.244581 86.644581) (end 100.208259 86.644581) (width 0.15) (layer "B.Cu") (net 144) (tstamp 1c10fcc2-9534-40d3-b060-c7269391a9b7)) - (segment (start 91.199911 96.200089) (end 91.199911 90.800089) (width 0.15) (layer "B.Cu") (net 144) (tstamp 25022057-82b0-4c49-907e-d0a6b68009ef)) - (segment (start 95.2 86.7) (end 100.15284 86.7) (width 0.15) (layer "B.Cu") (net 144) (tstamp 5da1b3e2-2ab5-47dc-8486-8f43d0855a5f)) - (segment (start 89.650001 97.749999) (end 91.199911 96.200089) (width 0.15) (layer "B.Cu") (net 144) (tstamp 9d6c09f7-9592-42b1-83ad-df5976415556)) - (segment (start 100.15284 86.7) (end 100.208259 86.644581) (width 0.15) (layer "B.Cu") (net 144) (tstamp ad677986-03ed-4222-a588-552ed690d99a)) - (segment (start 100.3 86.7) (end 100.244581 86.644581) (width 0.15) (layer "B.Cu") (net 144) (tstamp b5da5fea-2f84-4148-9c58-7ebce2a23220)) - (segment (start 91.2 90.8) (end 91.2 90.7) (width 0.15) (layer "B.Cu") (net 144) (tstamp d6cc26a0-8644-4a7e-b46e-915b392648c7)) - (segment (start 86.749999 97.749999) (end 89.650001 97.749999) (width 0.15) (layer "B.Cu") (net 144) (tstamp d92bc81a-cab1-4a1a-9d75-265341390522)) - (segment (start 91.199911 90.800089) (end 91.2 90.8) (width 0.15) (layer "B.Cu") (net 144) (tstamp de780387-a4c5-4304-93a8-4511117cdb7f)) - (segment (start 86.5 97.5) (end 86.749999 97.749999) (width 0.15) (layer "B.Cu") (net 144) (tstamp e6189ce8-a734-4cdd-8b9c-df9b8754f8db)) - (segment (start 91.2 90.7) (end 95.2 86.7) (width 0.15) (layer "B.Cu") (net 144) (tstamp f9d5744d-77fa-4b55-a6bf-767efdf63adc)) - (segment (start 87.7 96.3) (end 89.080172 96.3) (width 0.15) (layer "F.Cu") (net 145) (tstamp 08584984-41e2-4306-a11a-2c92beeab496)) - (segment (start 101.729839 88.5) (end 101.850603 88.620764) (width 0.15) (layer "F.Cu") (net 145) (tstamp 16730711-7f10-43a4-bfc6-446fa858de0e)) - (segment (start 101.05 88.5) (end 101.729839 88.5) (width 0.15) (layer "F.Cu") (net 145) (tstamp 7056ff67-e056-42f2-aeab-9ff8b5067fdb)) - (segment (start 91.280172 94.1) (end 91.849928 94.1) (width 0.15) (layer "F.Cu") (net 145) (tstamp 707902af-a5f3-48ec-a51f-a0c2442c9b0c)) - (segment (start 89.080172 96.3) (end 91.280172 94.1) (width 0.15) (layer "F.Cu") (net 145) (tstamp 9d93e407-fc35-4e86-a215-c19eb08948f0)) - (segment (start 91.849928 94.1) (end 92.1 93.849928) (width 0.15) (layer "F.Cu") (net 145) (tstamp db69fae9-7767-478c-832a-6db5f206105f)) - (via (at 92.1 93.849928) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 145) (tstamp 28e3163d-b55c-4639-bde5-e9846083b2ef)) - (via (at 101.850603 88.620764) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 145) (tstamp 8c0e3242-6a45-4fa8-812f-f80c75857091)) - (segment (start 94.45 89.5) (end 101.05 89.5) (width 0.15) (layer "B.Cu") (net 145) (tstamp 62176864-d0cf-476b-8cca-51d4d8c36c5c)) - (segment (start 101.05 89.5) (end 101.850603 88.699397) (width 0.15) (layer "B.Cu") (net 145) (tstamp a862cf8b-c453-47c1-8c6a-76db59b415bd)) - (segment (start 101.850603 88.699397) (end 101.850603 88.620764) (width 0.15) (layer "B.Cu") (net 145) (tstamp b73c8aa6-04a5-47a3-a2ee-6cc8eb977a8a)) - (segment (start 92.1 91.85) (end 94.45 89.5) (width 0.15) (layer "B.Cu") (net 145) (tstamp baba7914-ad97-4a88-860e-067bb0c199b1)) - (segment (start 92.1 93.849928) (end 92.1 91.85) (width 0.15) (layer "B.Cu") (net 145) (tstamp fa52629e-3ea5-4a5e-a7dc-9119b807e272)) - (segment (start 89.128448 97.1) (end 90.278359 95.950089) (width 0.15) (layer "F.Cu") (net 146) (tstamp 0ef34299-b177-4ea0-bde9-f7b973b3fa62)) - (segment (start 87.7 97.1) (end 89.128448 97.1) (width 0.15) (layer "F.Cu") (net 146) (tstamp 3bf116e8-393e-4d50-bf5c-f6f2cd6bc27e)) - (segment (start 101.75 91.3) (end 101.85 91.4) (width 0.15) (layer "F.Cu") (net 146) (tstamp 3cad4871-f357-423c-bb38-142f118d87a8)) - (segment (start 91.445251 95.950089) (end 92.04534 95.35) (width 0.15) (layer "F.Cu") (net 146) (tstamp 7068626d-7f23-4875-a6f9-39025b8514cc)) - (segment (start 90.278359 95.950089) (end 91.445251 95.950089) (width 0.15) (layer "F.Cu") (net 146) (tstamp 8d01c4b4-562a-4614-89c1-5389ec45aadb)) - (segment (start 101.05 91.3) (end 101.75 91.3) (width 0.15) (layer "F.Cu") (net 146) (tstamp c15faa43-69fa-498e-864f-c612ce90dcf8)) - (via (at 101.85 91.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 146) (tstamp 0847b7d3-501a-4c52-b4e0-7f51a1d59aa6)) - (via (at 92.04534 95.35) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 146) (tstamp b9997694-493b-4213-8468-c035595461bc)) - (segment (start 101.85 91.5) (end 101.05 92.3) (width 0.15) (layer "B.Cu") (net 146) (tstamp 155021cd-e812-41e5-9f53-36d11b2e48a3)) - (segment (start 92.949911 93.650089) (end 92.949911 94.850089) (width 0.15) (layer "B.Cu") (net 146) (tstamp 3946475f-a80b-4ec5-9c58-c925a1c63762)) - (segment (start 101.85 91.4) (end 101.85 91.5) (width 0.15) (layer "B.Cu") (net 146) (tstamp 7d328d81-b03a-46b4-9434-cb80d367ff66)) - (segment (start 92.949911 94.850089) (end 92.45 95.35) (width 0.15) (layer "B.Cu") (net 146) (tstamp a3d9e0bf-98f1-4a23-b70b-146421eebf6c)) - (segment (start 92.45 95.35) (end 92.04534 95.35) (width 0.15) (layer "B.Cu") (net 146) (tstamp bfe3fc90-fb5f-403b-a751-e191f1c0a662)) - (segment (start 94.3 92.3) (end 92.949911 93.650089) (width 0.15) (layer "B.Cu") (net 146) (tstamp e1ab8f9f-19cc-4c98-a11e-6925638e1584)) - (segment (start 101.05 92.3) (end 94.3 92.3) (width 0.15) (layer "B.Cu") (net 146) (tstamp f22e1e5b-b975-4acf-87e7-697bc2e6cf6c)) - (segment (start 90.526724 96.55) (end 92.4 96.55) (width 0.15) (layer "F.Cu") (net 147) (tstamp 29c52676-2231-4899-8737-2d7b01cdbb50)) - (segment (start 101.75 94.1) (end 101.85 94.2) (width 0.15) (layer "F.Cu") (net 147) (tstamp 40d9ec2e-f6f0-4815-b49c-1bf4ed37afd3)) - (segment (start 89.176724 97.9) (end 90.526724 96.55) (width 0.15) (layer "F.Cu") (net 147) (tstamp 4b9056a5-abb0-4dd3-88b8-5db019e8957e)) - (segment (start 87.7 97.9) (end 89.176724 97.9) (width 0.15) (layer "F.Cu") (net 147) (tstamp 718adca7-d9bd-46da-ba2f-96356bce6006)) - (segment (start 92.4 96.55) (end 93.15 95.8) (width 0.15) (layer "F.Cu") (net 147) (tstamp b79e5df4-129f-4fb0-a094-757abe1b9174)) - (segment (start 101.05 94.1) (end 101.75 94.1) (width 0.15) (layer "F.Cu") (net 147) (tstamp bab293be-84e7-44d3-8bb3-d23ed8a48dea)) - (via (at 93.15 95.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 147) (tstamp 55af291b-bf11-4f0a-b1ae-ccff728b3536)) - (via (at 101.85 94.2) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 147) (tstamp ba19ed87-6acf-49a5-9def-fa3621e94dfd)) - (segment (start 101.85 94.3) (end 101.85 94.2) (width 0.15) (layer "B.Cu") (net 147) (tstamp 1143c84b-aba4-422b-8027-68ad4888dae2)) - (segment (start 101.35 94.8) (end 101.85 94.3) (width 0.15) (layer "B.Cu") (net 147) (tstamp 21da7366-3f36-493d-89e0-e98b2adb8e26)) - (segment (start 94.2 95.1) (end 97.7 95.1) (width 0.15) (layer "B.Cu") (net 147) (tstamp 30a5898d-4bac-46ac-b409-1a5087097191)) - (segment (start 93.15 95.8) (end 93.5 95.8) (width 0.15) (layer "B.Cu") (net 147) (tstamp 8861eca9-5667-4bd3-8c03-35789af57be3)) - (segment (start 98 94.8) (end 101.35 94.8) (width 0.15) (layer "B.Cu") (net 147) (tstamp c2cf3bcd-ef00-4445-a243-c799f68d4e04)) - (segment (start 97.7 95.1) (end 98 94.8) (width 0.15) (layer "B.Cu") (net 147) (tstamp e0d9c35c-90b9-4352-9feb-cdbf34f36f2c)) - (segment (start 93.5 95.8) (end 94.2 95.1) (width 0.15) (layer "B.Cu") (net 147) (tstamp e6e34111-36ab-4857-956c-628227e5add3)) - (segment (start 97.65 96.9) (end 97.05 96.9) (width 0.15) (layer "F.Cu") (net 148) (tstamp 2f3f5b11-727e-43bc-a8ae-a4a5ff1e54ca)) - (segment (start 83.7 97.9) (end 84.1 98.3) (width 0.15) (layer "F.Cu") (net 148) (tstamp 42765826-837e-4375-ad5d-c11d8588d303)) - (segment (start 84.1 98.3) (end 84.1 100.549814) (width 0.15) (layer "F.Cu") (net 148) (tstamp 7f4cfeae-964a-4567-879b-03dbbac6ee65)) - (segment (start 97.85 97.1) (end 97.65 96.9) (width 0.15) (layer "F.Cu") (net 148) (tstamp b284832d-7ebb-45ab-a1bb-1c3767c33b6a)) - (segment (start 84.1 100.549814) (end 84.799998 101.249812) (width 0.15) (layer "F.Cu") (net 148) (tstamp c4557704-a1cf-416d-9a78-6f17fe01b7f4)) - (via (at 84.799998 101.249812) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 148) (tstamp 1f1a0825-264a-47ce-bd3c-7671b1bef242)) - (via (at 97.85 97.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 148) (tstamp 4793bb92-bc24-454d-a22f-efa2e7fd5618)) - (segment (start 85.350186 101.8) (end 84.799998 101.249812) (width 0.15) (layer "B.Cu") (net 148) (tstamp 53d68171-f530-440f-8ccc-6d26b222dfaf)) - (segment (start 94.25 97.65) (end 90.1 101.8) (width 0.15) (layer "B.Cu") (net 148) (tstamp 7402bf76-87d0-4f8c-82ce-6ff55227f4b5)) - (segment (start 97.85 97.1) (end 97.8 97.1) (width 0.15) (layer "B.Cu") (net 148) (tstamp 888310ab-a564-4e9b-96e0-ff5f6046bc87)) - (segment (start 97.8 97.1) (end 97.25 97.65) (width 0.15) (layer "B.Cu") (net 148) (tstamp 973e8b12-0022-4818-94f2-acc42275a911)) - (segment (start 97.25 97.65) (end 94.25 97.65) (width 0.15) (layer "B.Cu") (net 148) (tstamp ac58a97f-c6a4-48b8-a535-98c8a0992524)) - (segment (start 90.1 101.8) (end 85.350186 101.8) (width 0.15) (layer "B.Cu") (net 148) (tstamp fdc41eae-4b30-43fe-aa73-4ef1b20eb03d)) - (segment (start 81.7 103.475736) (end 81.8 103.575736) (width 0.15) (layer "F.Cu") (net 149) (tstamp 07230b56-2bd1-4f43-897b-f158afe3da2d)) - (segment (start 82.1 98.7) (end 81.7 99.1) (width 0.15) (layer "F.Cu") (net 149) (tstamp 1abd7d02-e6a0-430e-9c1a-c873ee160172)) - (segment (start 81.8 103.575736) (end 81.8 104) (width 0.15) (layer "F.Cu") (net 149) (tstamp 1c34ae6f-59e1-41cd-9442-b86210a762ec)) - (segment (start 97.75 102.5) (end 97.85 102.6) (width 0.15) (layer "F.Cu") (net 149) (tstamp 1ede663d-ba50-4484-9b1c-7fb1f1ce1196)) - (segment (start 97.05 102.5) (end 97.75 102.5) (width 0.15) (layer "F.Cu") (net 149) (tstamp 9231f031-834c-43ea-bccc-14701d558eb5)) - (segment (start 81.7 99.1) (end 81.7 103.475736) (width 0.15) (layer "F.Cu") (net 149) (tstamp ee82b68e-edcf-4d9a-8c83-5f8c4dfcb9b7)) - (via (at 81.8 104) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 149) (tstamp 030b8db5-a857-4477-86bd-aa043049706b)) - (via (at 97.85 102.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 149) (tstamp fb06a7a0-d125-43a6-a4f7-f6b47e26038f)) - (segment (start 81.924264 104) (end 81.949165 103.975099) (width 0.15) (layer "B.Cu") (net 149) (tstamp 3e123b38-e187-4f51-b7b2-5272f0190b64)) - (segment (start 91.4 104) (end 92.2 103.2) (width 0.15) (layer "B.Cu") (net 149) (tstamp 44089cb1-189b-4dab-885d-c8f28f9a1c16)) - (segment (start 97.35 103.2) (end 97.85 102.7) (width 0.15) (layer "B.Cu") (net 149) (tstamp 4a6348c6-da97-439f-a5b9-9410b86a2e1a)) - (segment (start 81.8 104) (end 91.4 104) (width 0.15) (layer "B.Cu") (net 149) (tstamp c5534ee3-bcf2-4647-96ab-5df6be353aff)) - (segment (start 97.85 102.7) (end 97.85 102.6) (width 0.15) (layer "B.Cu") (net 149) (tstamp c8f080a7-00b1-4637-bf60-fe312493339e)) - (segment (start 92.2 103.2) (end 97.35 103.2) (width 0.15) (layer "B.Cu") (net 149) (tstamp d705cf07-0999-4b76-ae59-88ffc0b66a7c)) - (segment (start 97.05 105.3) (end 97.75 105.3) (width 0.15) (layer "F.Cu") (net 150) (tstamp 37e4ea77-2acf-4a9d-8949-dfe86bdaa79a)) - (segment (start 80.9 99.1) (end 80.9 103.3) (width 0.15) (layer "F.Cu") (net 150) (tstamp 4d3ed626-fb55-4347-ad19-5dc3d0da3d16)) - (segment (start 81.3 98.7) (end 80.9 99.1) (width 0.15) (layer "F.Cu") (net 150) (tstamp 742c3cd0-4536-430d-a10a-0739cf9bb5c9)) - (segment (start 97.75 105.3) (end 97.85 105.4) (width 0.15) (layer "F.Cu") (net 150) (tstamp a6e6d531-d503-45fd-92be-ce262798918f)) - (segment (start 80.9 103.3) (end 80.6 103.6) (width 0.15) (layer "F.Cu") (net 150) (tstamp bec82dc0-4224-40f1-96ed-5fe31df64a8b)) - (segment (start 80.6 103.6) (end 80.6 105.2) (width 0.15) (layer "F.Cu") (net 150) (tstamp dc55ab87-7038-450c-89c4-b7d128d6f5bd)) - (via (at 97.85 105.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 150) (tstamp 3263b5f7-8027-473f-bb36-bbe701aa4ed1)) - (via (at 80.6 105.2) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 150) (tstamp a6f3c419-66c0-41ae-81eb-8de627c8ad1d)) - (segment (start 92.1 106) (end 97.35 106) (width 0.15) (layer "B.Cu") (net 150) (tstamp 010d499c-6db7-48dc-ab87-796ca70e4bcf)) - (segment locked (start 80.6 105.2) (end 91.3 105.2) (width 0.15) (layer "B.Cu") (net 150) (tstamp 0c98a2e9-2d4e-4344-b88b-089b05583d5f)) - (segment (start 91.3 105.2) (end 92.1 106) (width 0.15) (layer "B.Cu") (net 150) (tstamp 6bec6e76-445c-46e1-9fec-0cf087ac813a)) - (segment (start 97.35 106) (end 97.85 105.5) (width 0.15) (layer "B.Cu") (net 150) (tstamp 9f082b73-a03c-435a-a716-12cd0fd6f2f8)) - (segment (start 97.85 105.5) (end 97.85 105.4) (width 0.15) (layer "B.Cu") (net 150) (tstamp d9a6ae30-f9ee-4692-9ce6-37ab2b3096e0)) - (segment (start 82.9 101.5) (end 83.6 102.2) (width 0.15) (layer "F.Cu") (net 151) (tstamp 3338a2c5-067c-47fe-9cba-1b5a40c37bf5)) - (segment (start 101.65 96.9) (end 101.05 96.9) (width 0.15) (layer "F.Cu") (net 151) (tstamp 3a0b55bb-3e7d-4bdf-b3a9-4b43d04ae9d0)) - (segment (start 101.85 97.1) (end 101.65 96.9) (width 0.15) (layer "F.Cu") (net 151) (tstamp bf2939cf-e36c-4811-9abc-4f6cf613d402)) - (segment (start 82.9 99.5) (end 82.9 101.5) (width 0.15) (layer "F.Cu") (net 151) (tstamp cd31d24f-2539-4e45-bae0-2bcf3b69fee6)) - (via (at 83.6 102.2) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 151) (tstamp 1e0821e1-9167-41db-a48a-b5528409c695)) - (via (at 101.85 97.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 151) (tstamp 4b538ba0-8484-4041-a896-1e2e6185831e)) - (segment (start 101.85 97.1) (end 101 97.95) (width 0.15) (layer "B.Cu") (net 151) (tstamp 9eeb9ba3-fcbe-4512-be0d-ab3150c61247)) - (segment (start 94.4 97.95) (end 90.15 102.2) (width 0.15) (layer "B.Cu") (net 151) (tstamp bb7251a8-9c6f-490e-a604-fe4b34be3d98)) - (segment (start 101 97.95) (end 94.4 97.95) (width 0.15) (layer "B.Cu") (net 151) (tstamp ef79f53c-b25e-41d5-b612-b9852b0826d1)) - (segment (start 90.15 102.2) (end 83.6 102.2) (width 0.15) (layer "B.Cu") (net 151) (tstamp f0625f86-6b6f-4701-bae8-155df6c5a4b2)) - (segment (start 82.100001 103.100001) (end 82.4 103.4) (width 0.15) (layer "F.Cu") (net 152) (tstamp 599933e2-df6e-401d-9ecb-f6cfacedd087)) - (segment (start 82.1 99.5) (end 82.100001 103.100001) (width 0.15) (layer "F.Cu") (net 152) (tstamp 770cf459-91ff-42ec-86ea-bf95b593d092)) - (segment (start 101.05 99.7) (end 101.75 99.7) (width 0.15) (layer "F.Cu") (net 152) (tstamp a62f23e5-a2bd-4897-ad7d-14e42694a634)) - (segment (start 101.75 99.7) (end 101.85 99.8) (width 0.15) (layer "F.Cu") (net 152) (tstamp e5617538-8520-4e0a-95ec-47eb41ed16dd)) - (via (at 82.4 103.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 152) (tstamp 37903ffd-3069-4ee3-8d15-4173446c93e3)) - (via (at 101.85 99.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 152) (tstamp 9140caae-c9d3-4d6b-b6f1-80fed3ad7ccf)) - (segment (start 82.4 103.4) (end 90.5 103.4) (width 0.15) (layer "B.Cu") (net 152) (tstamp 41459947-67dc-49bd-ad93-861dea5ef306)) - (segment (start 90.5 103.4) (end 93.2 100.7) (width 0.15) (layer "B.Cu") (net 152) (tstamp 962bca1c-fca6-4d07-948e-499b91c1d250)) - (segment (start 101.85 99.9) (end 101.85 99.8) (width 0.15) (layer "B.Cu") (net 152) (tstamp a4f65d48-27b0-40b6-8f60-1150050d5356)) - (segment (start 93.2 100.7) (end 101.05 100.7) (width 0.15) (layer "B.Cu") (net 152) (tstamp c203bf88-e7dc-44ef-9201-f9ad95c5b15e)) - (segment (start 101.05 100.7) (end 101.85 99.9) (width 0.15) (layer "B.Cu") (net 152) (tstamp c2432184-94f2-4547-84b0-08ed2bdeb73d)) - (segment (start 81.3 99.5) (end 81.3 103.5) (width 0.15) (layer "F.Cu") (net 153) (tstamp 093e9e63-fe1e-4feb-bbbe-9d5002218a03)) - (segment (start 81.2 103.6) (end 81.2 104.6) (width 0.15) (layer "F.Cu") (net 153) (tstamp 40d6e624-bf54-49eb-9aa2-bbc747013036)) - (segment (start 101.75 102.5) (end 101.85 102.6) (width 0.15) (layer "F.Cu") (net 153) (tstamp 6178f510-4299-4af5-9cf4-5da2f76b462b)) - (segment (start 81.3 103.5) (end 81.2 103.6) (width 0.15) (layer "F.Cu") (net 153) (tstamp a6cf71dc-c7e4-40ab-83eb-49ea01eef86d)) - (segment (start 101.05 102.5) (end 101.75 102.5) (width 0.15) (layer "F.Cu") (net 153) (tstamp ca1af6e0-b911-4719-a936-e41d586110b5)) - (via (at 81.2 104.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 153) (tstamp 85ef8bdf-deb4-4e9c-b8e7-4fab903e486a)) - (via (at 101.85 102.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 153) (tstamp 93d3b745-2356-49e1-8638-bdda7117a797)) - (segment (start 91.3 104.6) (end 92.4 103.5) (width 0.15) (layer "B.Cu") (net 153) (tstamp 10692a86-88cb-4f0b-922d-2b307367527d)) - (segment (start 81.2 104.6) (end 91.3 104.6) (width 0.15) (layer "B.Cu") (net 153) (tstamp 76e95515-ec02-475e-aae9-d14666efcdd3)) - (segment (start 101.85 102.7) (end 101.85 102.6) (width 0.15) (layer "B.Cu") (net 153) (tstamp c563890b-e6db-4f82-a201-e3086b67b284)) - (segment (start 92.4 103.5) (end 101.05 103.5) (width 0.15) (layer "B.Cu") (net 153) (tstamp dd937b20-e452-4904-9f06-88dd90424feb)) - (segment (start 101.05 103.5) (end 101.85 102.7) (width 0.15) (layer "B.Cu") (net 153) (tstamp ea55eceb-d87d-40c7-bc6a-d89a536ccedc)) - (segment (start 80.5 99.5) (end 80.5 103.15) (width 0.15) (layer "F.Cu") (net 154) (tstamp 0dda147f-ff28-4177-a33d-79b9551cc6e4)) - (segment (start 101.05 105.3) (end 100.915506 105.3) (width 0.15) (layer "F.Cu") (net 154) (tstamp 14bfbe5a-dddf-442c-9df8-4d6c9030e865)) - (segment (start 100.915506 105.3) (end 100.50009 105.715416) (width 0.15) (layer "F.Cu") (net 154) (tstamp 2764d33d-0f38-4801-856a-b81163753f7f)) - (segment (start 100.50009 105.74991) (end 100.1 106.15) (width 0.15) (layer "F.Cu") (net 154) (tstamp 87167cdd-cfab-4814-a3b0-d049553a15cb)) - (segment (start 100.50009 105.715416) (end 100.50009 105.74991) (width 0.15) (layer "F.Cu") (net 154) (tstamp 88f42f1f-5b79-4315-a039-7bbb84228026)) - (segment (start 80 103.65) (end 80 105.650278) (width 0.15) (layer "F.Cu") (net 154) (tstamp a67b01ec-cf6c-4eef-9d7b-fbb0c0c865c6)) - (segment (start 80.5 103.15) (end 80 103.65) (width 0.15) (layer "F.Cu") (net 154) (tstamp e5740b0c-59ff-4f83-b5b0-41dbe17a5251)) - (via (at 100.1 106.15) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 154) (tstamp 6e79c319-6479-4032-b19e-29e4ce34a245)) - (via (at 80 105.650278) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 154) (tstamp 8445dacb-1773-4653-87d7-55d6d433fe85)) - (segment (start 91.9 106.3) (end 91.4 105.8) (width 0.15) (layer "B.Cu") (net 154) (tstamp 386e4c7c-a79f-425e-a674-f354ec7d9c46)) - (segment (start 100.1 106.15) (end 99.95 106.3) (width 0.15) (layer "B.Cu") (net 154) (tstamp 844026ab-5510-44d9-a079-87d06366c2ae)) - (segment (start 80.149722 105.8) (end 80 105.650278) (width 0.15) (layer "B.Cu") (net 154) (tstamp b5cc2d67-4472-495b-b63e-2b900c11b159)) - (segment (start 91.4 105.8) (end 80.149722 105.8) (width 0.15) (layer "B.Cu") (net 154) (tstamp e5884003-4a8e-4f88-b334-0ec9eea462f4)) - (segment (start 99.95 106.3) (end 91.9 106.3) (width 0.15) (layer "B.Cu") (net 154) (tstamp e8623586-c035-4557-bb05-dccb494757ad)) - (segment (start 85.3 96.3) (end 85.7 96.7) (width 0.15) (layer "F.Cu") (net 155) (tstamp 0d0a8cf0-7e30-4463-a75a-b09ac9dce329)) - (segment (start 97.05 88.5) (end 97.75 88.5) (width 0.15) (layer "F.Cu") (net 155) (tstamp 5505a4aa-1259-4d42-b49a-fd5d080ec933)) - (segment (start 97.75 88.5) (end 97.85 88.6) (width 0.15) (layer "F.Cu") (net 155) (tstamp 88a081c8-84cc-4057-8a06-f0b6a8705176)) - (via (at 85.7 96.7) (size 0.4) (drill 0.2) (layers "F.Cu" "B.Cu") (net 155) (tstamp 0839b970-6b3f-436b-9950-69bdb059b8ae)) - (via (at 97.85 88.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 155) (tstamp aecf1641-6f94-4611-8eea-726660437d93)) - (segment (start 97.35 89.2) (end 97.85 88.7) (width 0.15) (layer "B.Cu") (net 155) (tstamp 400448d0-a4cc-4753-9bb1-9726da57fbff)) - (segment (start 94.3 89.2) (end 97.35 89.2) (width 0.15) (layer "B.Cu") (net 155) (tstamp 72a9d340-3067-4475-80fd-24ce7b24e203)) - (segment (start 85.7 97.5) (end 86.39501 98.19501) (width 0.15) (layer "B.Cu") (net 155) (tstamp 94afcfad-7615-435b-b94f-0648ec319154)) - (segment (start 89.65499 98.19501) (end 91.5 96.35) (width 0.15) (layer "B.Cu") (net 155) (tstamp 9d05a6cf-a6f3-4790-ad14-ba1a64d0a8b7)) - (segment (start 85.7 96.7) (end 85.7 97.5) (width 0.15) (layer "B.Cu") (net 155) (tstamp a0dae631-0958-4bfd-9c7e-ff447d92d353)) - (segment (start 86.39501 98.19501) (end 89.65499 98.19501) (width 0.15) (layer "B.Cu") (net 155) (tstamp cebf034e-02ff-4461-87be-b9b33628bc2c)) - (segment (start 91.5 96.35) (end 91.5 92) (width 0.15) (layer "B.Cu") (net 155) (tstamp da06455a-cfd6-4278-a2c0-9c38c8567165)) - (segment (start 91.5 92) (end 94.3 89.2) (width 0.15) (layer "B.Cu") (net 155) (tstamp f41e4c05-0e99-458b-9ab8-02cf11d5f8ca)) - (segment (start 97.85 88.7) (end 97.85 88.6) (width 0.15) (layer "B.Cu") (net 155) (tstamp fd0be62d-bbd3-4747-a469-547112a5377c)) - (segment (start 97.05 99.7) (end 97.75 99.7) (width 0.15) (layer "F.Cu") (net 156) (tstamp 2215b67b-b7c5-48e7-ada2-5ba365cf8893)) - (segment (start 82.5 99.1) (end 82.5 102.3) (width 0.15) (layer "F.Cu") (net 156) (tstamp 4d01397d-02cd-4b8d-bbe7-c9f3f874dd1e)) - (segment (start 97.75 99.7) (end 97.85 99.8) (width 0.15) (layer "F.Cu") (net 156) (tstamp 5cd70b7b-0f7f-40d0-b802-af0f41233514)) - (segment (start 82.5 102.3) (end 83 102.8) (width 0.15) (layer "F.Cu") (net 156) (tstamp 5e9e941d-dafa-4599-9260-448c68f78d39)) - (segment (start 82.9 98.7) (end 82.5 99.1) (width 0.15) (layer "F.Cu") (net 156) (tstamp c772f9a8-a183-4777-a436-fd70c4943a72)) - (via (at 83 102.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 156) (tstamp 945ccb28-0c0c-4ae9-ae5a-c142ec81fc7c)) - (via (at 97.85 99.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 156) (tstamp eabf8a4c-0fa4-4340-97f4-9fa42fe6866f)) - (segment (start 97.85 99.9) (end 97.85 99.8) (width 0.15) (layer "B.Cu") (net 156) (tstamp 0307a132-0210-4e36-aad0-4ed6f586c395)) - (segment (start 93.05 100.4) (end 97.35 100.4) (width 0.15) (layer "B.Cu") (net 156) (tstamp 2bf5989b-dbca-4c02-aa7d-bb6aa609dc09)) - (segment (start 90.65 102.8) (end 93.05 100.4) (width 0.15) (layer "B.Cu") (net 156) (tstamp 3dac3e5d-849f-42af-8fff-d10c03c4cf2c)) - (segment (start 97.35 100.4) (end 97.85 99.9) (width 0.15) (layer "B.Cu") (net 156) (tstamp a2329962-92bd-41a4-a5e0-1143c48c2ad6)) - (segment (start 83 102.8) (end 90.65 102.8) (width 0.15) (layer "B.Cu") (net 156) (tstamp c1853b81-ab98-4592-83d0-d09e989a75c5)) - (segment (start 125.265 102.15) (end 125.7 101.715) (width 0.15) (layer "F.Cu") (net 157) (tstamp 57b15af2-ab7c-4bfa-914a-19bfe5e15fd1)) - (segment (start 124.4 102.15) (end 125.265 102.15) (width 0.15) (layer "F.Cu") (net 157) (tstamp afaba1e2-ef7a-42f2-9580-4c73c4f4bbcc)) - (segment (start 125.7 101.715) (end 126.7 101.715) (width 0.15) (layer "F.Cu") (net 157) (tstamp df3b493d-e01e-4e84-8bfa-52213610299c)) - (segment (start 125.7 100.785) (end 125.7 101.715) (width 0.15) (layer "F.Cu") (net 157) (tstamp f0eacb93-6554-4147-93a0-599fc6a385d7)) - (segment (start 120.9 90.215) (end 120.9 89.285) (width 0.15) (layer "F.Cu") (net 158) (tstamp 03f8e540-f6a1-44f3-a3d2-783b53f45adc)) - (segment (start 121.335 88.85) (end 120.9 89.285) (width 0.15) (layer "F.Cu") (net 158) (tstamp 1c7c01ca-31a5-4632-8e4c-0a77391eac8f)) - (segment (start 122.2 88.85) (end 121.335 88.85) (width 0.15) (layer "F.Cu") (net 158) (tstamp 917b6e14-70e8-4470-948d-730eec027d80)) - (segment (start 119.9 89.285) (end 120.9 89.285) (width 0.15) (layer "F.Cu") (net 158) (tstamp f9b30b40-7bf6-4e31-9bb4-7f34e740cd2d)) - (segment (start 82.88491 107.07509) (end 81.56 108.4) (width 0.15) (layer "F.Cu") (net 159) (tstamp 2fce977f-ea3d-48c6-9950-6a9e9c9347ff)) - (segment (start 86.35 108.135) (end 85.29009 107.07509) (width 0.15) (layer "F.Cu") (net 159) (tstamp 311500c0-4575-4730-9666-6c63fba69ec7)) - (segment (start 86.35 109.35) (end 86.4 109.4) (width 0.15) (layer "F.Cu") (net 159) (tstamp 3126424b-5087-4b26-9561-f2e5d1deb677)) - (segment (start 86.35 108.135) (end 86.35 109.35) (width 0.15) (layer "F.Cu") (net 159) (tstamp 69b8d062-0946-466a-ab5e-1703755111a8)) - (segment (start 85.29009 107.07509) (end 82.88491 107.07509) (width 0.15) (layer "F.Cu") (net 159) (tstamp 6a1b1b3a-c86c-418d-8b46-56f6a0b7b240)) - (segment (start 87.3 108.135) (end 86.35 108.135) (width 0.15) (layer "F.Cu") (net 159) (tstamp fff0ffa5-782c-4d4c-b7ca-701e7c5864bd)) - (segment (start 70.6075 113.3075) (end 71.11491 112.80009) (width 0.15) (layer "F.Cu") (net 160) (tstamp 00000000-0000-0000-0000-00005f47025d)) - (segment (start 71.11491 112.80009) (end 72.159584 112.80009) (width 0.15) (layer "F.Cu") (net 160) (tstamp 0dbd9c65-5462-425d-809b-a52c26305703)) - (segment (start 70.6 113.315) (end 70.6075 113.3075) (width 0.15) (layer "F.Cu") (net 160) (tstamp 166836c3-5b94-4799-a0ac-04cba118c6aa)) - (segment (start 72.159584 112.80009) (end 72.575 113.215506) (width 0.15) (layer "F.Cu") (net 160) (tstamp 8fde348d-fc67-4c49-92f7-b54064824a84)) - (segment (start 72.575 113.215506) (end 72.575 113.7625) (width 0.15) (layer "F.Cu") (net 160) (tstamp d64c3522-7fcf-4ff3-ba0f-e9a13ab078b3)) - (via (at 70.6075 113.3075) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 160) (tstamp cedb4780-a1d2-4316-a7d6-ce790b92c0e1)) - (segment (start 108.975 91.225) (end 109.8375 91.225) (width 0.15) (layer "F.Cu") (net 161) (tstamp 1d73ceff-5d2d-4005-aba9-92b768d11e14)) - (segment (start 108.35 91.765) (end 108.435 91.765) (width 0.15) (layer "F.Cu") (net 161) (tstamp 7e30e983-e9f8-4732-8f73-81b2e1911022)) - (segment (start 108.435 91.765) (end 108.975 91.225) (width 0.15) (layer "F.Cu") (net 161) (tstamp c7de4378-5b5c-4ea2-bee2-dd0489d7826e)) - (segment (start 116.39 99.775) (end 117.015 100.4) (width 0.15) (layer "F.Cu") (net 162) (tstamp 24d02113-4a49-49fd-966f-fa146ba768b7)) - (segment (start 115.5625 99.775) (end 116.39 99.775) (width 0.15) (layer "F.Cu") (net 162) (tstamp b8b5a19f-1265-4d59-a473-be692330ee3c)) - (segment (start 92.65 99.25) (end 92.3 99.6) (width 0.15) (layer "F.Cu") (net 163) (tstamp 138f1880-267a-4cf0-89d9-93f27ab943b1)) - (segment (start 87.3 93.5) (end 86.9 93.9) (width 0.15) (layer "F.Cu") (net 163) (tstamp 1e46b6d4-9228-4643-8d5c-d94b73de88f7)) - (segment (start 92.65 98.5) (end 92.685 98.465) (width 0.15) (layer "F.Cu") (net 163) (tstamp 273d306b-c878-4753-9721-478a5725fe26)) - (segment (start 92.65 98.5) (end 92.65 97.865) (width 0.15) (layer "F.Cu") (net 163) (tstamp 4f28bce8-cbce-4bf4-86e5-c68d6f15e557)) - (segment (start 92.3 99.6) (end 91.75 99.6) (width 0.15) (layer "F.Cu") (net 163) (tstamp 8db72d04-aa4e-4246-8b1e-434f2f787f79)) - (segment (start 92.65 97.865) (end 92.485 97.7) (width 0.15) (layer "F.Cu") (net 163) (tstamp 90146c19-1be3-40dc-ab0e-a10af12a19b3)) - (segment (start 92.65 98.5) (end 92.65 99.25) (width 0.15) (layer "F.Cu") (net 163) (tstamp d66e67f7-c757-4204-a0b8-2fd904150171)) - (segment (start 88.6 93.2) (end 88.3 93.5) (width 0.15) (layer "F.Cu") (net 163) (tstamp de0c33d8-d6f2-4627-908a-fad2987cc03b)) - (segment (start 88.3 93.5) (end 87.3 93.5) (width 0.15) (layer "F.Cu") (net 163) (tstamp f913e1a4-1abc-4d5f-8da4-49238c3e1f2a)) - (via (at 88.6 93.2) (size 0.5) (drill 0.3) (layers "F.Cu" "B.Cu") (net 163) (tstamp 02d4aec0-0b89-41e2-a332-b4ea915a391a)) - (via (at 92.65 98.5) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 163) (tstamp 9f4b2713-e28b-4866-98f3-05924f0c3711)) - (segment (start 91.45 94.5) (end 91.45 97.3) (width 0.15) (layer "In2.Cu") (net 163) (tstamp 31d125ad-08cb-403f-9d31-356889442106)) - (segment (start 90.15 93.2) (end 91.45 94.5) (width 0.15) (layer "In2.Cu") (net 163) (tstamp 59f1dae8-0fac-4441-b098-87dca831d461)) - (segment (start 88.6 93.2) (end 90.15 93.2) (width 0.15) (layer "In2.Cu") (net 163) (tstamp 5f091d3c-9b63-4a96-8626-8a903efff083)) - (segment (start 91.45 97.3) (end 92.65 98.5) (width 0.15) (layer "In2.Cu") (net 163) (tstamp a8f08e73-1b45-46c5-91e8-b6b4cc5df371)) - (segment (start 102.235 95.5) (end 98.65 95.5) (width 0.15) (layer "F.Cu") (net 164) (tstamp 3d5d1965-7e4f-443b-ac22-0029a0011f47)) - (segment (start 98.35 95.8) (end 94.5 95.8) (width 0.15) (layer "F.Cu") (net 164) (tstamp 4beb5b03-60d3-49da-ad35-51f275a031d5)) - (segment (start 90.775 97.15) (end 89.225 98.7) (width 0.15) (layer "F.Cu") (net 164) (tstamp 55fea3d7-3338-41ba-9742-415078f59a75)) - (segment (start 93.15 97.15) (end 90.775 97.15) (width 0.15) (layer "F.Cu") (net 164) (tstamp 7f4db288-e106-42ae-84bf-b619f2f4cd2f)) - (segment (start 89.225 98.7) (end 87.7 98.7) (width 0.15) (layer "F.Cu") (net 164) (tstamp 939d2085-ca84-435b-8eaa-0232903653b7)) - (segment (start 94.5 95.8) (end 93.15 97.15) (width 0.15) (layer "F.Cu") (net 164) (tstamp a2d38e73-de81-451b-b412-a1bf3fcd84fd)) - (segment (start 103 96.265) (end 102.235 95.5) (width 0.15) (layer "F.Cu") (net 164) (tstamp cd94b3d8-5381-4dc9-ab80-eb2941c424f7)) - (segment (start 98.65 95.5) (end 98.35 95.8) (width 0.15) (layer "F.Cu") (net 164) (tstamp e3d53688-13a3-417b-809d-afed2a8b9fb6)) - (segment (start 93 96.85) (end 94.35 95.5) (width 0.15) (layer "F.Cu") (net 165) (tstamp 04c8e39d-4c41-4fe5-b67b-37713d5ef63e)) - (segment (start 102.815 95.2) (end 103 95.385) (width 0.15) (layer "F.Cu") (net 165) (tstamp 0887a3da-00a4-4248-a756-d9d7c84dbec7)) - (segment (start 86.1 97.9) (end 86.5 98.3) (width 0.15) (layer "F.Cu") (net 165) (tstamp 0e8b578f-501a-401d-b6ea-6b84cca24be2)) - (segment (start 94.35 95.5) (end 98.2 95.5) (width 0.15) (layer "F.Cu") (net 165) (tstamp 108bd930-f6d7-4881-b7b2-cedd88799d7e)) - (segment (start 98.2 95.5) (end 98.5 95.2) (width 0.15) (layer "F.Cu") (net 165) (tstamp 136dcc7b-7931-4aa9-af01-bd6853fb3726)) - (segment (start 86.500099 98.299901) (end 89.200961 98.299901) (width 0.15) (layer "F.Cu") (net 165) (tstamp 6c586ed8-cc39-4dec-ac31-556692d71056)) - (segment (start 90.650862 96.85) (end 93 96.85) (width 0.15) (layer "F.Cu") (net 165) (tstamp 83e4f5b2-2aa2-4328-b1f7-13d7940d942d)) - (segment (start 89.200961 98.299901) (end 90.650862 96.85) (width 0.15) (layer "F.Cu") (net 165) (tstamp b55e2b67-02d7-431c-9f50-cce83c10eba3)) - (segment (start 98.5 95.2) (end 102.815 95.2) (width 0.15) (layer "F.Cu") (net 165) (tstamp c442067c-149a-47c7-81be-21c640e3af79)) - (segment (start 86.5 98.3) (end 86.500099 98.299901) (width 0.15) (layer "F.Cu") (net 165) (tstamp ef44cf4a-1a33-4569-916b-eeeb075d8ff6)) - (segment (start 90.8 106.5) (end 90.15 107.15) (width 0.15) (layer "F.Cu") (net 166) (tstamp 12783491-f223-4d6c-b1a2-c1bcbb00a602)) - (segment (start 91.95 100.25) (end 90.8 101.4) (width 0.15) (layer "F.Cu") (net 166) (tstamp 33cac85e-ede3-4c6e-8898-83b52af97ad6)) - (segment (start 87.315 107.15) (end 87.3 107.165) (width 0.15) (layer "F.Cu") (net 166) (tstamp 6ce469a7-436a-43c9-8dd8-511e34aced0a)) - (segment (start 90.8 101.4) (end 90.8 106.5) (width 0.15) (layer "F.Cu") (net 166) (tstamp b47a41eb-6c33-4519-8949-2ee12b7853bf)) - (segment (start 90.15 107.15) (end 87.315 107.15) (width 0.15) (layer "F.Cu") (net 166) (tstamp f95e47b6-40c9-4296-8651-5a1a9a584abf)) - (segment (start 103.535 97.235) (end 105.27 95.5) (width 0.15) (layer "F.Cu") (net 167) (tstamp 3ed9a403-ef9d-4586-b1ac-96680f7ee2d6)) - (segment (start 106.4 95.5) (end 107.8 96.9) (width 0.15) (layer "F.Cu") (net 167) (tstamp afa27a61-0fe6-4d30-b9ca-f2717b179afc)) - (segment (start 103 97.235) (end 103.535 97.235) (width 0.15) (layer "F.Cu") (net 167) (tstamp bc9d2462-5a93-4cbc-995b-c6246bf109ef)) - (segment (start 105.27 95.5) (end 106.4 95.5) (width 0.15) (layer "F.Cu") (net 167) (tstamp f6aa633b-aef8-450c-a675-7a9541ec9f83)) - (segment (start 103.815 94.415) (end 105.27 92.96) (width 0.15) (layer "F.Cu") (net 168) (tstamp 2af67c9f-1758-4649-8401-6b678ded3579)) - (segment (start 106.36 92.96) (end 107.8 94.4) (width 0.15) (layer "F.Cu") (net 168) (tstamp 770267bd-6b08-4ce9-9859-255364603a92)) - (segment (start 105.27 92.96) (end 106.36 92.96) (width 0.15) (layer "F.Cu") (net 168) (tstamp a49f0862-b292-4cc7-8130-32fdc172f8a1)) - (segment (start 103 94.415) (end 103.815 94.415) (width 0.15) (layer "F.Cu") (net 168) (tstamp efcd783b-122c-443e-8bfd-32f779ffa29b)) - (segment (start 88.1 101.5) (end 88.35 101.25) (width 0.15) (layer "F.Cu") (net 169) (tstamp 366beb35-98dc-4b97-8c7f-596e44284f35)) - (segment (start 88.35 99.85) (end 88.35 100.4) (width 0.15) (layer "F.Cu") (net 169) (tstamp 4e741225-715b-4a98-b214-a966a085dc44)) - (segment (start 88.065 101.5) (end 88.1 101.5) (width 0.15) (layer "F.Cu") (net 169) (tstamp 5c88f8d0-b13e-4854-9626-de92b1d5210f)) - (segment (start 88.35 100.4) (end 88.35 101.25) (width 0.15) (layer "F.Cu") (net 169) (tstamp 8f178b98-487c-46a1-8766-657a5f78fcd0)) - (segment (start 87.7 99.5) (end 88 99.5) (width 0.15) (layer "F.Cu") (net 169) (tstamp b9ccad94-e541-445d-90ae-bf1a5a694c36)) - (segment (start 88 99.5) (end 88.35 99.85) (width 0.15) (layer "F.Cu") (net 169) (tstamp bc703488-d0cb-41d1-978a-d7199d33e932)) - (segment (start 89.5 100.25) (end 89.85 100.25) (width 0.15) (layer "F.Cu") (net 170) (tstamp 45123bbf-35bf-4418-9b58-8a65877f0c2e)) - (segment (start 89.035 100.715) (end 89.5 100.25) (width 0.15) (layer "F.Cu") (net 170) (tstamp 6d529d2a-9b70-4d27-bb8d-b58a72c79a5d)) - (segment (start 89.035 101.5) (end 89.035 100.715) (width 0.15) (layer "F.Cu") (net 170) (tstamp e09acb6e-ec5a-4f70-a333-09df8386dcb1)) - (segment (start 122.115 110.1975) (end 121.8125 110.5) (width 0.15) (layer "F.Cu") (net 171) (tstamp 09682f05-b4e6-4e50-98a0-ce1e14e1d9ed)) - (segment (start 122.115 109.2) (end 122.115 110.1975) (width 0.15) (layer "F.Cu") (net 171) (tstamp 494d55a2-ad9a-4bf0-bbf7-1a7cb99de5df)) - (segment (start 122.115 80.8025) (end 121.8125 80.5) (width 0.15) (layer "F.Cu") (net 172) (tstamp 2d53adfe-0908-4806-be0d-b2a8f118289f)) - (segment (start 122.115 81.8) (end 122.115 80.8025) (width 0.15) (layer "F.Cu") (net 172) (tstamp 5d4ceaf8-c3e3-49cd-90ca-75e1dd74cbea)) - (segment (start 94.65 100.8) (end 98.05 100.8) (width 0.15) (layer "F.Cu") (net 173) (tstamp 2531baad-8e8d-4d4c-bd98-5bc629cbfac5)) - (segment (start 98.05 100.8) (end 98.5 100.35) (width 0.15) (layer "F.Cu") (net 173) (tstamp 9a441871-eb22-4c72-ac35-2200feab42b2)) - (segment (start 91.8 103.65) (end 94.65 100.8) (width 0.15) (layer "F.Cu") (net 173) (tstamp d0ca70e9-1a7a-444e-8f18-b05a865d90f8)) - (segment (start 91.8 103.65) (end 91.3 103.65) (width 0.15) (layer "F.Cu") (net 173) (tstamp d99f388b-c9e1-4133-85bb-35a7e94ba703)) - (segment (start 98.5 100.35) (end 99.15 100.35) (width 0.15) (layer "F.Cu") (net 173) (tstamp f1155fb4-bf22-47f2-86ef-561531e00f0a)) - (segment (start 91.85 103.15) (end 91.3 103.15) (width 0.15) (layer "F.Cu") (net 174) (tstamp 2e3cdf77-70fa-4689-bb1c-908e0df9b623)) - (segment (start 91.85 103.15) (end 94.65 100.35) (width 0.15) (layer "F.Cu") (net 174) (tstamp 6713b300-5aa2-43a8-baf4-1d32de8c46bc)) - (segment (start 94.65 100.35) (end 95.15 100.35) (width 0.15) (layer "F.Cu") (net 174) (tstamp b4f7722d-7e5d-4d82-a603-1bfc1c1c1d4a)) - (segment (start 93.95 98.7) (end 94.65 98) (width 0.15) (layer "F.Cu") (net 175) (tstamp 2067b84c-c3ac-495c-9258-8c411a333fff)) - (segment (start 98.6 97.55) (end 99.15 97.55) (width 0.15) (layer "F.Cu") (net 175) (tstamp 2ef30c41-c60c-44e1-9efd-b5fee6b5953b)) - (segment (start 94.65 98) (end 98.15 98) (width 0.15) (layer "F.Cu") (net 175) (tstamp 760f49b2-3b1f-4100-9d74-d73c84ac5cd9)) - (segment (start 98.15 98) (end 98.6 97.55) (width 0.15) (layer "F.Cu") (net 175) (tstamp 87255772-8253-41d2-b95e-270e99dbf334)) - (segment (start 93.95 100.6) (end 93.95 98.7) (width 0.15) (layer "F.Cu") (net 175) (tstamp 96364f16-2c24-44e3-8d9d-4291948c5c82)) - (segment (start 91.9 102.65) (end 93.95 100.6) (width 0.15) (layer "F.Cu") (net 175) (tstamp c4872144-a59f-4c5a-95c7-320838b6cd84)) - (segment (start 91.9 102.65) (end 91.3 102.65) (width 0.15) (layer "F.Cu") (net 175) (tstamp cab9dca3-b53b-4add-b9b5-d4999e91bcba)) - (segment (start 94.37509 106.15) (end 94.6 106.37491) (width 0.15) (layer "F.Cu") (net 176) (tstamp 2b1bd8c8-3e2b-4acf-a87a-3998c5b53791)) - (segment (start 98.22509 106.37491) (end 98.65 105.95) (width 0.15) (layer "F.Cu") (net 176) (tstamp 3c24ab61-861f-414b-bf23-eb9f1d4e8369)) - (segment (start 98.65 105.95) (end 99.15 105.95) (width 0.15) (layer "F.Cu") (net 176) (tstamp 4fb8e930-5b30-4677-9c00-1bb0f49844f8)) - (segment (start 94.37509 106.15) (end 91.3 106.15) (width 0.15) (layer "F.Cu") (net 176) (tstamp dfa5cda6-847a-4227-96f2-e496a862f11b)) - (segment (start 94.6 106.37491) (end 98.22509 106.37491) (width 0.15) (layer "F.Cu") (net 176) (tstamp e3d47b4f-ef01-4193-9ff4-2e6deb26c70e)) - (segment (start 94.65 105.95) (end 95.15 105.95) (width 0.15) (layer "F.Cu") (net 177) (tstamp 4d3bbe28-4dea-4c44-9638-c90a5e4e0201)) - (segment (start 94.35 105.65) (end 91.3 105.65) (width 0.15) (layer "F.Cu") (net 177) (tstamp 6dd4c5c1-cbca-4eb3-9be0-3e6afa74ef4c)) - (segment (start 94.35 105.65) (end 94.65 105.95) (width 0.15) (layer "F.Cu") (net 177) (tstamp 9b0d1423-5d98-486e-89d3-5c48e864e7f2)) - (segment (start 93.15 104.65) (end 91.3 104.65) (width 0.15) (layer "F.Cu") (net 178) (tstamp 28f1f78a-2a0e-408c-8286-8740eff044c4)) - (segment (start 94.65 103.15) (end 95.15 103.15) (width 0.15) (layer "F.Cu") (net 178) (tstamp b2544925-8b5a-4ea0-a984-e8bb7b233a82)) - (segment (start 93.15 104.65) (end 94.65 103.15) (width 0.15) (layer "F.Cu") (net 178) (tstamp db6c64ab-2cc8-4022-af1e-aea2dfbec6c5)) - (segment (start 93.1 105.15) (end 91.3 105.15) (width 0.15) (layer "F.Cu") (net 179) (tstamp 1daa71b7-fe89-485e-89e1-0f616c375703)) - (segment (start 94.65 103.6) (end 98.05 103.6) (width 0.15) (layer "F.Cu") (net 179) (tstamp 81596297-554a-4de2-8067-66e2218b2a33)) - (segment (start 98.05 103.6) (end 98.5 103.15) (width 0.15) (layer "F.Cu") (net 179) (tstamp 8d7b65f4-0311-4f29-b834-3006df46024f)) - (segment (start 93.1 105.15) (end 94.65 103.6) (width 0.15) (layer "F.Cu") (net 179) (tstamp a79ef794-7d94-40c2-ad8b-60b70bdcbce3)) - (segment (start 98.5 103.15) (end 99.15 103.15) (width 0.15) (layer "F.Cu") (net 179) (tstamp c722eb12-5565-42a7-b155-1e63cf50d6bc)) - (segment (start 91.3 91.05) (end 92.15 91.05) (width 0.15) (layer "F.Cu") (net 180) (tstamp 03a26f24-94f7-4bdf-906a-637e454f67c8)) - (segment (start 98.05 89.6) (end 98.5 89.15) (width 0.15) (layer "F.Cu") (net 180) (tstamp 096a6a76-6ad7-4046-bdd5-f6080215d455)) - (segment (start 98.5 89.15) (end 99.15 89.15) (width 0.15) (layer "F.Cu") (net 180) (tstamp 3a167e27-0664-4993-810a-5228b728cdfc)) - (segment (start 93.6 89.6) (end 98.05 89.6) (width 0.15) (layer "F.Cu") (net 180) (tstamp 6c85fbb9-9c94-4e2a-97b9-7ac0786ef1e8)) - (segment (start 92.15 91.05) (end 93.6 89.6) (width 0.15) (layer "F.Cu") (net 180) (tstamp c0dd5973-99bd-4f9b-b2d9-6f49662ccef2)) - (segment (start 93.45 89.15) (end 95.15 89.15) (width 0.15) (layer "F.Cu") (net 181) (tstamp 4bd7775d-4dd8-4c3e-9f87-e7c7d1e59575)) - (segment (start 92.05 90.55) (end 93.45 89.15) (width 0.15) (layer "F.Cu") (net 181) (tstamp 8249b123-3867-4005-86be-14bfa774027c)) - (segment (start 91.3 90.55) (end 92.05 90.55) (width 0.15) (layer "F.Cu") (net 181) (tstamp 9ed9df9e-4356-4894-b3a5-62e8b047d882)) - (segment (start 92.375 89.525) (end 92.375 88.475) (width 0.15) (layer "F.Cu") (net 182) (tstamp 1a6e28a6-1aa7-4d36-b87a-9e422e410ae1)) - (segment (start 94.05 86.8) (end 98.1 86.8) (width 0.15) (layer "F.Cu") (net 182) (tstamp 39445800-79f9-4630-adad-814e66b31acb)) - (segment (start 98.1 86.8) (end 98.55 86.35) (width 0.15) (layer "F.Cu") (net 182) (tstamp 509be4de-4cfd-4f03-a29b-e210350800cc)) - (segment (start 98.55 86.35) (end 99.15 86.35) (width 0.15) (layer "F.Cu") (net 182) (tstamp 5a5c6dfc-600b-47d4-aecd-43acaa6e33ba)) - (segment (start 99.25 86.425) (end 99.25 86.2375) (width 0.15) (layer "F.Cu") (net 182) (tstamp a8cbc6b7-8f51-4071-b6f7-171eb2878c76)) - (segment (start 91.85 90.05) (end 92.375 89.525) (width 0.15) (layer "F.Cu") (net 182) (tstamp b7c8d0aa-544c-4aec-b23f-13caaf02b8c0)) - (segment (start 91.3 90.05) (end 91.85 90.05) (width 0.15) (layer "F.Cu") (net 182) (tstamp ea81c411-2268-41fd-9757-453e00d9452b)) - (segment (start 92.375 88.475) (end 94.05 86.8) (width 0.15) (layer "F.Cu") (net 182) (tstamp fa3f7565-6ef0-46f2-a9e7-3149f7e0f4b9)) - (segment (start 98.05 95.2) (end 98.5 94.75) (width 0.15) (layer "F.Cu") (net 183) (tstamp 0c8091c9-7242-4f00-b772-308298fbcc7f)) - (segment (start 91.65 93.55) (end 91.9 93.3) (width 0.15) (layer "F.Cu") (net 183) (tstamp 2032126c-c367-4571-8230-203f30fd5db2)) - (segment (start 91.3 93.55) (end 91.65 93.55) (width 0.15) (layer "F.Cu") (net 183) (tstamp 2486d034-c139-44f6-95d9-d15266420386)) - (segment (start 94.3 95.2) (end 98.05 95.2) (width 0.15) (layer "F.Cu") (net 183) (tstamp 628c2ec1-218a-4ee9-8cee-6a9c4f0d584e)) - (segment (start 98.5 94.75) (end 99.15 94.75) (width 0.15) (layer "F.Cu") (net 183) (tstamp 68ed8682-136b-4079-9e50-a0ddb08f3f1f)) - (segment (start 92.4 93.3) (end 94.3 95.2) (width 0.15) (layer "F.Cu") (net 183) (tstamp 91fc54ff-4276-41b0-a00a-1e9cd1288e91)) - (segment (start 91.9 93.3) (end 92.4 93.3) (width 0.15) (layer "F.Cu") (net 183) (tstamp 9d1cef05-e407-4a01-9fa1-d7e772ae8939)) - (segment (start 92.5 92.9) (end 94.35 94.75) (width 0.15) (layer "F.Cu") (net 184) (tstamp 4a1a595b-1734-48c3-9baf-7268eeda2fed)) - (segment (start 91.65 93.05) (end 91.8 92.9) (width 0.15) (layer "F.Cu") (net 184) (tstamp 78e81778-93af-435e-a586-e84f43c1e8cf)) - (segment (start 91.8 92.9) (end 92.5 92.9) (width 0.15) (layer "F.Cu") (net 184) (tstamp 7df9af83-9689-4570-9ac2-a6e8ee799f65)) - (segment (start 94.35 94.75) (end 95.15 94.75) (width 0.15) (layer "F.Cu") (net 184) (tstamp 9bd8ef1d-532a-4927-afe5-162e6702eed1)) - (segment (start 91.3 93.05) (end 91.65 93.05) (width 0.15) (layer "F.Cu") (net 184) (tstamp 9ecb94ee-7e12-48b4-8ea9-b4e057833e6f)) - (segment (start 94.65 91.95) (end 95.15 91.95) (width 0.15) (layer "F.Cu") (net 185) (tstamp 5de8373c-ecf8-4238-9df8-c7ca8677bc92)) - (segment (start 91.3 92.05) (end 94.55 92.05) (width 0.15) (layer "F.Cu") (net 185) (tstamp 63b3c4d1-b453-4a31-a8d8-3c9df73d72c3)) - (segment (start 94.55 92.05) (end 94.65 91.95) (width 0.15) (layer "F.Cu") (net 185) (tstamp 78ab49fd-1f22-4ced-8ead-c231e2f0cc80)) - (segment (start 98.5 91.95) (end 99.15 91.95) (width 0.15) (layer "F.Cu") (net 186) (tstamp 0822ca37-715d-4e56-a8e3-be77335446d8)) - (segment (start 97.9 92.55) (end 98.5 91.95) (width 0.15) (layer "F.Cu") (net 186) (tstamp 3d5cf56e-bd9f-4579-b0ce-3221501e1e55)) - (segment (start 91.3 92.55) (end 97.9 92.55) (width 0.15) (layer "F.Cu") (net 186) (tstamp b2e7fb91-c4cb-46b7-aaee-b9207f560847)) - (segment (start 57.65 97.95) (end 57.9 98.2) (width 0.45) (layer "F.Cu") (net 187) (tstamp 35dc7cfb-7ee4-4dbb-84a4-bb95121c0c75)) - (segment (start 55.275 93.675) (end 55.9 93.05) (width 0.45) (layer "F.Cu") (net 187) (tstamp 6b91675f-3f4a-4c45-b82b-8db2163a75ff)) - (segment (start 54.4 94.55) (end 55.275 93.675) (width 0.45) (layer "F.Cu") (net 187) (tstamp 84a31ba5-ed36-4843-b612-7c06c39a7b75)) - (segment (start 57.9 98.2) (end 58.565 98.2) (width 0.45) (layer "F.Cu") (net 187) (tstamp 8d4c482b-c37a-47ca-8580-9a0af7f9dca1)) - (segment (start 54.4 96.504822) (end 54.4 94.55) (width 0.45) (layer "F.Cu") (net 187) (tstamp 936f5f7d-9be8-412e-8435-863140abf04c)) - (segment (start 56.695 97.95) (end 57.65 97.95) (width 0.45) (layer "F.Cu") (net 187) (tstamp b8f93d9e-3376-48f0-bc60-af47ca8099cf)) - (segment (start 55.9 93.05) (end 56.695 93.05) (width 0.45) (layer "F.Cu") (net 187) (tstamp bffbc01e-fc5f-43bb-931c-f3ac0b6e9132)) - (segment (start 55.845178 97.95) (end 54.4 96.504822) (width 0.45) (layer "F.Cu") (net 187) (tstamp cb1a7bfd-ab72-4873-b268-3da8b3476d2c)) - (segment (start 56.695 97.95) (end 55.845178 97.95) (width 0.45) (layer "F.Cu") (net 187) (tstamp cd19f639-8366-47a4-8069-f7d3ddfea166)) - (via (at 54.4 94.55) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 187) (tstamp ec4b384c-ee6d-4566-9d00-d7e728ee5f9d)) - (segment (start 54.7 94.25) (end 54.4 94.55) (width 0.15) (layer "B.Cu") (net 187) (tstamp 30c081a8-6eb9-49ff-8afb-4e4de5006481)) - (segment (start 55.5 94.25) (end 54.7 94.25) (width 0.15) (layer "B.Cu") (net 187) (tstamp 93e2b194-78b4-4c72-b805-e35e3550b188)) - (segment (start 58.4 93.635) (end 58.215 93.635) (width 0.15) (layer "F.Cu") (net 188) (tstamp 32f3f8e6-d772-4584-9f38-a27045fc5ece)) - (segment (start 57.6 94.25) (end 56.695 94.25) (width 0.15) (layer "F.Cu") (net 188) (tstamp 421f213e-6920-4f9b-a902-220bdc9b2799)) - (segment (start 58.215 93.635) (end 57.6 94.25) (width 0.15) (layer "F.Cu") (net 188) (tstamp cfda341f-96d1-4c17-862a-547f7b32dd8a)) - (segment (start 56.695 97.25) (end 57.573146 97.25) (width 0.15) (layer "F.Cu") (net 189) (tstamp 088528ed-9597-4a2f-884e-b077d4d99f3c)) - (segment (start 57.573146 97.25) (end 57.648047 97.324901) (width 0.15) (layer "F.Cu") (net 189) (tstamp 109c6eb3-f539-4af6-b725-b5526e7d4f77)) - (segment (start 58.490099 97.324901) (end 58.565 97.25) (width 0.15) (layer "F.Cu") (net 189) (tstamp 800e4b03-3f41-427c-8741-99a61b567cb8)) - (segment (start 57.648047 97.324901) (end 58.490099 97.324901) (width 0.15) (layer "F.Cu") (net 189) (tstamp adc99d30-654f-450a-bbee-2e855bf37d09)) - (segment (start 125.5 105.6) (end 124.3 105.6) (width 0.15) (layer "F.Cu") (net 190) (tstamp 5e20d763-c921-4d63-a858-87fb60de84b1)) - (segment (start 124.3 105.6) (end 122.8 107.1) (width 0.15) (layer "F.Cu") (net 190) (tstamp f102e821-7127-4fff-ac26-eb6d03ccdf05)) - (via (at 122.8 107.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 190) (tstamp af222ede-15a1-480a-a68f-046c5727ab62)) - (segment (start 122.8 107.1) (end 122.8 107.785) (width 0.15) (layer "B.Cu") (net 190) (tstamp 5d6a8fee-0f28-4bb9-866f-abcc0089d992)) - (segment (start 122.8 107.785) (end 122.815 107.8) (width 0.15) (layer "B.Cu") (net 190) (tstamp bd72c5fa-1dbb-45a7-a8cc-b54e08de1542)) - (segment (start 122.8 106.385) (end 122.8 107.1) (width 0.15) (layer "B.Cu") (net 190) (tstamp c8d33ae3-b1bb-425c-9632-1a5ff0a82f74)) - (segment (start 124.8 106.1) (end 123.8 107.1) (width 0.15) (layer "F.Cu") (net 191) (tstamp 520536b8-173a-4330-a5d3-1ea2b3d01cc1)) - (segment (start 125.5 106.1) (end 124.8 106.1) (width 0.15) (layer "F.Cu") (net 191) (tstamp 6729d992-881d-49eb-bf82-7ed0b3e17c26)) - (via (at 123.8 107.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 191) (tstamp 9df6f9ef-cb34-4f37-ab2b-899e9268ad06)) - (segment (start 123.8 107.785) (end 123.785 107.8) (width 0.15) (layer "B.Cu") (net 191) (tstamp 4f5c7825-f151-475a-994f-314420c1d9e4)) - (segment (start 123.8 106.385) (end 123.8 107.1) (width 0.15) (layer "B.Cu") (net 191) (tstamp 4fdb285e-eeb6-4771-90b6-c7689b4ef4bc)) - (segment (start 123.8 107.1) (end 123.8 107.785) (width 0.15) (layer "B.Cu") (net 191) (tstamp cd0fde5f-7c66-4ac4-8628-621a7f363a34)) - (segment (start 121.1 85.4) (end 122.3 85.4) (width 0.15) (layer "F.Cu") (net 192) (tstamp 7030eb79-dc96-459b-8c83-5cdc3077b868)) - (segment (start 122.3 85.4) (end 123.8 83.9) (width 0.15) (layer "F.Cu") (net 192) (tstamp bacbe3d3-6f50-4a71-b037-4286caca8a01)) - (via (at 123.8 83.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 192) (tstamp 44aa47bd-365c-4577-80d5-7553d9d014dc)) - (segment (start 123.8 83.9) (end 123.8 83.215) (width 0.15) (layer "B.Cu") (net 192) (tstamp 02b7b349-66c5-48c5-9dff-d4bd2ab5754e)) - (segment (start 123.8 83.215) (end 123.785 83.2) (width 0.15) (layer "B.Cu") (net 192) (tstamp a7956c98-3751-48f8-9cf9-52e42f508bcd)) - (segment (start 123.8 83.9) (end 123.8 84.615) (width 0.15) (layer "B.Cu") (net 192) (tstamp ff2b007a-1051-433e-89e1-2c6a6ce772b7)) - (segment (start 121.1 84.9) (end 121.8 84.9) (width 0.15) (layer "F.Cu") (net 193) (tstamp 627acdfd-3512-473a-b188-1aec9c8bfe60)) - (segment (start 121.8 84.9) (end 122.8 83.9) (width 0.15) (layer "F.Cu") (net 193) (tstamp e4ed55e5-1cb8-43e3-9354-acf98aa8a2a0)) - (via (at 122.8 83.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 193) (tstamp 03ef7221-9fdd-4d00-b6be-e31f84ede9bb)) - (segment (start 122.8 83.9) (end 122.8 83.215) (width 0.15) (layer "B.Cu") (net 193) (tstamp 33d2cf6a-17a8-43d8-8e4d-4b0233bee5d3)) - (segment (start 122.8 83.215) (end 122.815 83.2) (width 0.15) (layer "B.Cu") (net 193) (tstamp 96146dfa-bf7c-437d-9aba-b0962b1d455d)) - (segment (start 122.8 83.9) (end 122.8 84.615) (width 0.15) (layer "B.Cu") (net 193) (tstamp f7a8d521-528d-4c3e-8f36-18a7d1e7b579)) - (segment (start 119.1 103.7) (end 120.6 105.2) (width 0.15) (layer "F.Cu") (net 194) (tstamp 16595c5e-947e-4356-a721-4de7af140f24)) - (segment (start 121.9 105.2) (end 122.1 105.4) (width 0.15) (layer "F.Cu") (net 194) (tstamp 168b849d-a11f-4345-8475-a8c5dc9976f6)) - (segment (start 119.1 103.3) (end 119.1 103.7) (width 0.15) (layer "F.Cu") (net 194) (tstamp 8cd199ca-f2b1-4e76-8df7-cc75b8672d85)) - (segment (start 122.1 105.4) (end 122.1 106.4) (width 0.15) (layer "F.Cu") (net 194) (tstamp b00fd2c3-987a-4ede-9abf-dbf812950399)) - (segment (start 121.9 106.6) (end 121.1 106.6) (width 0.15) (layer "F.Cu") (net 194) (tstamp c3d0a12e-720e-4555-9147-e48f3bcc60b5)) - (segment (start 120.6 105.2) (end 121.9 105.2) (width 0.15) (layer "F.Cu") (net 194) (tstamp d63d48bb-8353-4f86-81fa-3af96f4dae35)) - (segment (start 122.1 106.4) (end 121.9 106.6) (width 0.15) (layer "F.Cu") (net 194) (tstamp dc57fc7f-ac0a-4abc-9ee6-49dd5a65998a)) - (segment (start 126.7 99.815) (end 127.585 99.815) (width 0.15) (layer "F.Cu") (net 195) (tstamp 0a89e4ab-f990-4287-96d0-85310b2aa55a)) - (segment (start 121.35 102.65) (end 121.85 102.15) (width 0.15) (layer "F.Cu") (net 195) (tstamp 2fca306f-980a-4bfb-80ef-b4c23cb6606b)) - (segment (start 120.85 102.65) (end 120.4 103.1) (width 0.15) (layer "F.Cu") (net 195) (tstamp 41609430-bac5-4e0d-a94e-1c7a6a92ed5d)) - (segment (start 121.1 102.65) (end 121.35 102.65) (width 0.15) (layer "F.Cu") (net 195) (tstamp 6eaea755-9b7d-4dde-a2b7-732ecc73818f)) - (segment (start 127.585 99.815) (end 127.6 99.8) (width 0.15) (layer "F.Cu") (net 195) (tstamp 7bd5faee-e4b9-458a-949c-5399f7441628)) - (segment (start 121.85 102.15) (end 122.2 102.15) (width 0.15) (layer "F.Cu") (net 195) (tstamp ea418b41-82b5-4541-8ae8-6dea418c2c3e)) - (segment (start 121.1 102.65) (end 120.85 102.65) (width 0.15) (layer "F.Cu") (net 195) (tstamp f0dbed5f-c639-49b8-b226-86c5fea8ad3a)) - (via (at 120.4 103.1) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 195) (tstamp 237896ea-253b-4ba6-8e17-7580b9ab2494)) - (via (at 127.6 99.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 195) (tstamp 59e9c694-e689-43d6-a9c2-7bdb38b4386d)) - (segment (start 120.9 103.1) (end 120.4 103.1) (width 0.15) (layer "B.Cu") (net 195) (tstamp 34273e70-4108-4e5c-a028-34d21a5c1efd)) - (segment (start 123.4 100.6) (end 120.9 103.1) (width 0.15) (layer "B.Cu") (net 195) (tstamp 6e07fda6-6908-4f4b-80a7-95fe1231aada)) - (segment (start 126.8 100.6) (end 123.4 100.6) (width 0.15) (layer "B.Cu") (net 195) (tstamp 936bfc53-c96b-4a2a-919d-38082ae3a191)) - (segment (start 127.6 99.8) (end 126.8 100.6) (width 0.15) (layer "B.Cu") (net 195) (tstamp f3ae65a7-022a-4ae3-b418-1c60483f398f)) - (segment (start 127.5 87.3) (end 126 85.8) (width 0.15) (layer "F.Cu") (net 196) (tstamp 44effc68-1ba3-4d29-bfb4-844239496cee)) - (segment (start 124.7 85.8) (end 124.5 85.6) (width 0.15) (layer "F.Cu") (net 196) (tstamp 6f566def-ccf5-4f24-8c95-5a152fda8ef8)) - (segment (start 127.5 87.7) (end 127.5 87.3) (width 0.15) (layer "F.Cu") (net 196) (tstamp 8d65618c-ded0-46c8-bc19-937388a5135f)) - (segment (start 124.5 85.6) (end 124.5 84.6) (width 0.15) (layer "F.Cu") (net 196) (tstamp 91f4375e-13a6-4343-9f53-7b08366312cb)) - (segment (start 126 85.8) (end 124.7 85.8) (width 0.15) (layer "F.Cu") (net 196) (tstamp c3377dc3-cd3f-4c1f-b057-76e1afc2a9ee)) - (segment (start 124.7 84.4) (end 125.5 84.4) (width 0.15) (layer "F.Cu") (net 196) (tstamp d7419199-80cd-4ec8-90a7-c7841f41c706)) - (segment (start 124.5 84.6) (end 124.7 84.4) (width 0.15) (layer "F.Cu") (net 196) (tstamp fa167c12-ae03-4911-9142-b7a91aabddca)) - (segment (start 125.75 88.35) (end 126.2 87.9) (width 0.15) (layer "F.Cu") (net 197) (tstamp 00933cba-ec0d-4aa1-abc9-1cfc51f01a16)) - (segment (start 119.9 91.185) (end 119.015 91.185) (width 0.15) (layer "F.Cu") (net 197) (tstamp 456cd388-95f0-4163-bd52-a6c7f4e1aa1c)) - (segment (start 125.25 88.35) (end 125.5 88.35) (width 0.15) (layer "F.Cu") (net 197) (tstamp 61f4c60b-bf77-42f5-84b4-fda320eaf3e7)) - (segment (start 124.75 88.85) (end 125.25 88.35) (width 0.15) (layer "F.Cu") (net 197) (tstamp b40d0d48-a69b-4c05-9623-c1adbdeff36d)) - (segment (start 119.015 91.185) (end 119 91.2) (width 0.15) (layer "F.Cu") (net 197) (tstamp b842f545-f8c4-496e-ae71-639a8f14f124)) - (segment (start 124.4 88.85) (end 124.75 88.85) (width 0.15) (layer "F.Cu") (net 197) (tstamp bb949b82-fec6-420a-abfc-d18fb4547420)) - (segment (start 125.5 88.35) (end 125.75 88.35) (width 0.15) (layer "F.Cu") (net 197) (tstamp ffaa889d-94f7-457c-bd22-177342aa4d78)) - (via (at 126.2 87.9) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 197) (tstamp 5d1c7aa0-6170-4264-866d-7db5e62fedd5)) - (via (at 119 91.2) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 197) (tstamp e1c6d4fd-c5b0-4d46-8760-f7a20e8d24b3)) - (segment (start 125.7 87.9) (end 126.2 87.9) (width 0.15) (layer "B.Cu") (net 197) (tstamp 25c97741-d0da-4efc-a99f-bd32e98fef10)) - (segment (start 123.2 90.4) (end 125.7 87.9) (width 0.15) (layer "B.Cu") (net 197) (tstamp 4978a171-a407-46ca-af53-8ee0deb5d339)) - (segment (start 119 91.2) (end 119.8 90.4) (width 0.15) (layer "B.Cu") (net 197) (tstamp 628ad3a2-194f-414b-94eb-3ce970ebd5dc)) - (segment (start 119.8 90.4) (end 123.2 90.4) (width 0.15) (layer "B.Cu") (net 197) (tstamp e4bb9a9d-3f07-45c4-8505-94f130a7639d)) - (segment (start 64.85 114.35) (end 63.55 114.35) (width 0.15) (layer "F.Cu") (net 198) (tstamp 00000000-0000-0000-0000-00005f476dd1)) - (segment (start 63.55 114.35) (end 63.4 114.5) (width 0.15) (layer "F.Cu") (net 198) (tstamp 00000000-0000-0000-0000-00005f476e3a)) - (segment (start 60.25 113.75) (end 60.2 113.75) (width 0.15) (layer "F.Cu") (net 198) (tstamp 05cb81f5-327c-4838-803b-41ae5ca80737)) - (segment (start 63.4 114.5) (end 62.4 114.5) (width 0.15) (layer "F.Cu") (net 198) (tstamp 3f4c9a38-1487-4f3f-8f2a-cc23293e5969)) - (segment (start 62.4 114.5) (end 61.7 115.2) (width 0.15) (layer "F.Cu") (net 198) (tstamp bce1534c-362e-45ed-a9dd-a44d6954485a)) - (segment (start 61.7 115.2) (end 60.25 113.75) (width 0.15) (layer "F.Cu") (net 198) (tstamp eeff06ce-5dd6-48ad-98cf-4489d7624b9c)) - (segment (start 62.8 117) (end 62.8 116.07) (width 0.15) (layer "F.Cu") (net 199) (tstamp bfed4ad2-3fa7-41f6-abd2-2e437cef4025)) - (segment (start 124.4 100.25) (end 123.25 100.25) (width 0.65) (layer "F.Cu") (net 200) (tstamp 00000000-0000-0000-0000-00005f701924)) - (segment (start 123.25 100.25) (end 123.25 100.25) (width 0.65) (layer "F.Cu") (net 200) (tstamp 00000000-0000-0000-0000-00005f7b2e10)) - (via (at 125 99.35) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 200) (tstamp 13f15df1-85d9-427e-adf4-63f682b8c906)) - (via (at 123.2 99.35) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 200) (tstamp 21556fb3-4545-4e9b-b34b-561306b93e8b)) - (via (at 123.2 99.95) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 200) (tstamp a02685dd-d915-4b16-805e-6e2e51bcfd93)) - (via (at 123.4 91.65) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 201) (tstamp 00000000-0000-0000-0000-00005f7add7e)) - (via (at 121.6 91.65) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 201) (tstamp 4e33add5-8994-4bfc-b11b-4ed7b1094c2b)) - (via (at 123.4 91.05) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 201) (tstamp a5c13482-e4bd-416e-bff7-1f8569a0e102)) - (segment (start 123.8375 102.4) (end 124.05 102.6125) (width 0.15) (layer "B.Cu") (net 202) (tstamp 4a21d358-49d2-4752-862b-bf1c32cf9341)) - (segment (start 122.8 105.415) (end 122.5 105.115) (width 0.15) (layer "B.Cu") (net 202) (tstamp 8a65df5e-ec08-483c-afca-b88724ed42af)) - (segment (start 122.8 102.4) (end 123.8375 102.4) (width 0.15) (layer "B.Cu") (net 202) (tstamp d0b7a114-3739-4879-b858-4db4d8fb9b8f)) - (segment (start 122.5 102.7) (end 122.8 102.4) (width 0.15) (layer "B.Cu") (net 202) (tstamp e06620f1-6613-429a-ab9d-1435eff32a58)) - (segment (start 122.5 105.115) (end 122.5 102.7) (width 0.15) (layer "B.Cu") (net 202) (tstamp fc2b0ef8-a367-4ea9-a602-bd171c23de7c)) - (segment (start 124.1 85.885) (end 124.1 88.3) (width 0.15) (layer "B.Cu") (net 203) (tstamp 07ffbaad-8e7b-438d-94db-f42b8695db20)) - (segment (start 124.1 88.3) (end 123.8 88.6) (width 0.15) (layer "B.Cu") (net 203) (tstamp 2ca9392d-bde0-4181-86c5-56e524a77aac)) - (segment (start 123.8 88.6) (end 122.7625 88.6) (width 0.15) (layer "B.Cu") (net 203) (tstamp 85dbff05-be6f-4fea-93ec-8f920eff8644)) - (segment (start 123.8 85.585) (end 124.1 85.885) (width 0.15) (layer "B.Cu") (net 203) (tstamp 8b918202-59dd-40dd-8d25-5ade1176d40d)) - (segment (start 122.7625 88.6) (end 122.55 88.3875) (width 0.15) (layer "B.Cu") (net 203) (tstamp 92eaba14-1ba6-49d7-8a55-64129d195b8b)) - (via (at 72.15 118.65) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 204) (tstamp 1c26b2a1-6180-4d81-82a0-b957aec51ced)) - (via (at 72.15 119.45) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 204) (tstamp a9a4e7f4-65c4-4f5d-ac14-565557d2140d)) - (via (at 77.15 119.45) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 204) (tstamp add34c53-8568-4486-87b8-6086759ffdfc)) - (via (at 77.15 118.65) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 204) (tstamp ba6de366-936b-404f-9d48-15a12c188700)) - (segment (start 126.585 106.6) (end 127 106.185) (width 0.15) (layer "F.Cu") (net 205) (tstamp 126ce113-cb27-45a9-b6cc-8f485a625bdb)) - (segment (start 127.015 106.2) (end 127 106.185) (width 0.15) (layer "F.Cu") (net 205) (tstamp 8e299ddc-1f56-4137-a8ec-cd5521d55593)) - (segment (start 127.8 106.2) (end 127.015 106.2) (width 0.15) (layer "F.Cu") (net 205) (tstamp 99a989eb-2d20-47d8-b213-ff3e9d3babc0)) - (segment (start 125.5 106.6) (end 126.585 106.6) (width 0.15) (layer "F.Cu") (net 205) (tstamp f4938d4d-a527-459a-a9bc-459fb1b6e055)) - (via (at 127.8 106.2) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 205) (tstamp 8d65c9ab-d01f-47b9-9a50-b30639aa215d)) - (segment (start 127.185 106.2) (end 127 106.385) (width 0.15) (layer "B.Cu") (net 205) (tstamp 7cc8ef94-7a5e-4faa-aeb4-3bb1548223bc)) - (segment (start 127.8 106.2) (end 127.185 106.2) (width 0.15) (layer "B.Cu") (net 205) (tstamp eb6ec024-ac8e-427c-bbd2-1659c2cc7a6d)) - (segment (start 119.585 84.8) (end 119.6 84.815) (width 0.15) (layer "F.Cu") (net 206) (tstamp 09940018-3fa9-4a88-b3b9-be0e55e01f98)) - (segment (start 118.8 84.8) (end 119.585 84.8) (width 0.15) (layer "F.Cu") (net 206) (tstamp 0a37d534-7811-4ccd-b7c7-11cb3f115732)) - (segment (start 121.1 84.4) (end 120.015 84.4) (width 0.15) (layer "F.Cu") (net 206) (tstamp 97afb878-d10c-4fc4-9b00-d3b0fb4faef5)) - (segment (start 120.015 84.4) (end 119.6 84.815) (width 0.15) (layer "F.Cu") (net 206) (tstamp edaf969f-353e-44bd-9eea-e5dbfe1f2308)) - (via (at 118.8 84.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 206) (tstamp 4a6940d3-5f4c-4f89-8907-3e172e6612ac)) - (segment (start 118.8 84.8) (end 120.615 84.8) (width 0.15) (layer "B.Cu") (net 206) (tstamp 392ad4e5-a898-42b1-b069-9568d5fef0f5)) - (segment (start 120.615 84.8) (end 120.8 84.615) (width 0.15) (layer "B.Cu") (net 206) (tstamp 86f585ae-7fec-451b-9f4d-5178606c3d7d)) - (segment (start 91.95 102.15) (end 93.65 100.45) (width 0.15) (layer "F.Cu") (net 207) (tstamp 0a588191-ca91-48f0-9112-a50f1595c31c)) - (segment (start 93.65 98.55) (end 94.65 97.55) (width 0.15) (layer "F.Cu") (net 207) (tstamp 7d19444d-d1c3-48fb-aa26-90b94c129f4f)) - (segment (start 91.95 102.15) (end 91.3 102.15) (width 0.15) (layer "F.Cu") (net 207) (tstamp c18aebae-089c-4755-ac9e-31abe3fcd33f)) - (segment (start 93.65 100.45) (end 93.65 98.55) (width 0.15) (layer "F.Cu") (net 207) (tstamp d7aa7cc0-ad3c-4865-b37f-852f0b767b74)) - (segment (start 94.65 97.55) (end 95.15 97.55) (width 0.15) (layer "F.Cu") (net 207) (tstamp eaa096a8-7535-4043-9df9-5af58c8951ff)) - (segment (start 94.05 86.35) (end 95.15 86.35) (width 0.15) (layer "F.Cu") (net 208) (tstamp 29ea5a22-b0c8-455f-adfc-a1e4ae7ca3cd)) - (segment (start 91.75 89.55) (end 92 89.3) (width 0.15) (layer "F.Cu") (net 208) (tstamp 92a25898-49c8-4de4-8b88-e267422fab0f)) - (segment (start 92 88.4) (end 94.05 86.35) (width 0.15) (layer "F.Cu") (net 208) (tstamp 971f6f2b-78bc-4de0-9bca-4a8b5b2e3953)) - (segment (start 91.3 89.55) (end 91.75 89.55) (width 0.15) (layer "F.Cu") (net 208) (tstamp c07ddfa4-9b91-489b-85a9-c85d116d25a2)) - (segment (start 92 89.3) (end 92 88.4) (width 0.15) (layer "F.Cu") (net 208) (tstamp e675dc08-91e5-4020-8c46-87d0a1a7ad99)) - (segment (start 109.09 104.7) (end 107.81 103.42) (width 0.15) (layer "F.Cu") (net 209) (tstamp 280efeff-3fbf-41c9-8761-bfb42a8b675f)) - (segment (start 107.81 103.42) (end 109.13 102.1) (width 0.15) (layer "F.Cu") (net 209) (tstamp 2af03734-769d-4be2-8727-78cbed8fec04)) - (segment (start 110.9 98.725) (end 110.65 98.475) (width 0.15) (layer "F.Cu") (net 209) (tstamp 36fb4ee6-56ec-4072-9a5a-e587ffbd1405)) - (segment (start 110.104822 102.1) (end 110.9 101.304822) (width 0.15) (layer "F.Cu") (net 209) (tstamp 56ae7ec6-fe23-44e9-ba90-5f368a6a9156)) - (segment (start 109.8 104.7) (end 109.09 104.7) (width 0.15) (layer "F.Cu") (net 209) (tstamp 57976132-cdd3-4187-8fe7-5ed48bfa0c27)) - (segment (start 110.15 105.5) (end 110.15 105.05) (width 0.15) (layer "F.Cu") (net 209) (tstamp 65e36f4d-8b19-4c5b-b17c-e48567fa1d25)) - (segment (start 110.65 98.475) (end 109.75 98.475) (width 0.15) (layer "F.Cu") (net 209) (tstamp 8f600e15-43ff-418a-b10d-266b258e7e96)) - (segment (start 110.15 105.05) (end 109.8 104.7) (width 0.15) (layer "F.Cu") (net 209) (tstamp 9620f79f-8766-4e5b-8c5f-3701fb2e966b)) - (segment (start 110.9 101.304822) (end 110.9 98.725) (width 0.15) (layer "F.Cu") (net 209) (tstamp e6854cff-2607-407d-b45f-37658e3ea8a5)) - (segment (start 109.13 102.1) (end 110.104822 102.1) (width 0.15) (layer "F.Cu") (net 209) (tstamp fd311845-9fb5-4d5d-a9bb-aed486ea7382)) - (segment (start 110.65 104.99) (end 109.579999 103.919999) (width 0.15) (layer "F.Cu") (net 210) (tstamp 1b0c8f08-284d-4341-b01b-d852beef6156)) - (segment (start 109.579999 103.919999) (end 109.08 103.42) (width 0.15) (layer "F.Cu") (net 210) (tstamp 5083ae27-40f3-48c8-b21d-d01446c16b35)) - (segment (start 109.9 102.6) (end 110.4 102.6) (width 0.15) (layer "F.Cu") (net 210) (tstamp 73d050ef-f762-4ee7-9a74-1bdbcc45a8b9)) - (segment (start 110.4 102.6) (end 111.4 101.6) (width 0.15) (layer "F.Cu") (net 210) (tstamp 7f5d4b80-85fa-41b4-8798-8171f9f34da2)) - (segment (start 111.4 98.575) (end 110.65 97.825) (width 0.15) (layer "F.Cu") (net 210) (tstamp 8be8d604-5f9c-4c81-a719-cae6d25dfadc)) - (segment (start 110.65 105.5) (end 110.65 104.99) (width 0.15) (layer "F.Cu") (net 210) (tstamp eccad5a0-ddbd-4a3e-af28-d21812660dc8)) - (segment (start 109.08 103.42) (end 109.9 102.6) (width 0.15) (layer "F.Cu") (net 210) (tstamp f7d7b81c-2ec6-4de3-9046-99caefb0a3fe)) - (segment (start 110.65 97.825) (end 109.75 97.825) (width 0.15) (layer "F.Cu") (net 210) (tstamp fcc139da-dbba-455d-848b-3880779809de)) - (segment (start 111.4 101.6) (end 111.4 98.575) (width 0.15) (layer "F.Cu") (net 210) (tstamp fd4efd5f-cfec-44b2-af2d-0803b79fdf25)) - (segment (start 110.65 97.175) (end 109.75 97.175) (width 0.15) (layer "F.Cu") (net 211) (tstamp 381122a5-61de-477a-a31e-93953cb280d7)) - (segment (start 111.9 98.425) (end 110.65 97.175) (width 0.15) (layer "F.Cu") (net 211) (tstamp 62ca13ac-9249-49d8-88a7-edca7cb8d779)) - (segment (start 111.9 101.87) (end 111.9 98.425) (width 0.15) (layer "F.Cu") (net 211) (tstamp 7932276f-e466-46ab-8dd0-14c93ec225da)) - (segment (start 111.15 104.25) (end 110.35 103.45) (width 0.15) (layer "F.Cu") (net 211) (tstamp 9a5fd4ec-6e7a-49cc-a40e-d6c92b4c48b2)) - (segment (start 111.15 105.5) (end 111.15 104.25) (width 0.15) (layer "F.Cu") (net 211) (tstamp a085a619-5d6b-4f83-aa76-3a2c8d9d4400)) - (segment (start 110.35 103.45) (end 110.35 103.42) (width 0.15) (layer "F.Cu") (net 211) (tstamp a7ba0c4e-fb2d-4510-9a83-e9bb5cb063de)) - (segment (start 110.35 103.42) (end 111.9 101.87) (width 0.15) (layer "F.Cu") (net 211) (tstamp be695461-148d-4cf2-9b91-4c1471393aa9)) - (segment (start 110.65 96.525) (end 109.75 96.525) (width 0.15) (layer "F.Cu") (net 212) (tstamp 0a2861c7-a509-4461-8924-97e0675c528b)) - (segment (start 111.62 102.88) (end 112.4 102.1) (width 0.15) (layer "F.Cu") (net 212) (tstamp 328a8647-9779-4c82-9a67-025fad83d179)) - (segment (start 112.4 102.1) (end 112.4 98.275) (width 0.15) (layer "F.Cu") (net 212) (tstamp 37eb6c67-4df1-46c5-adb2-054a3a0833d0)) - (segment (start 111.62 103.42) (end 111.62 102.88) (width 0.15) (layer "F.Cu") (net 212) (tstamp 4622cac4-f3d7-46c0-8425-a2f1acd90bc1)) - (segment (start 111.65 105.5) (end 111.65 103.45) (width 0.15) (layer "F.Cu") (net 212) (tstamp 9d39e6f5-f0ca-4097-9abb-0c1a3ffda0a2)) - (segment (start 112.4 98.275) (end 110.65 96.525) (width 0.15) (layer "F.Cu") (net 212) (tstamp a878e3e8-3cae-4714-a0c6-2dee94a8087f)) - (segment (start 111.65 103.45) (end 111.62 103.42) (width 0.15) (layer "F.Cu") (net 212) (tstamp e263f145-c30f-4f99-a5dd-397981f376f4)) - (segment (start 112.65 103.66) (end 112.89 103.42) (width 0.15) (layer "F.Cu") (net 213) (tstamp 12fcb490-73fe-49cc-a715-9de866409e28)) - (segment (start 112.9 99.025) (end 114.75 97.175) (width 0.15) (layer "F.Cu") (net 213) (tstamp 2b96d226-4ba5-4e3e-8ffd-306ced54709b)) - (segment (start 112.65 105.5) (end 112.65 103.66) (width 0.15) (layer "F.Cu") (net 213) (tstamp 70a02cb3-32c3-45c2-b8a6-ade29276fd45)) - (segment (start 114.75 97.175) (end 115.65 97.175) (width 0.15) (layer "F.Cu") (net 213) (tstamp 88b0678a-9820-4205-a659-ba4e39780b94)) - (segment (start 112.9 103.41) (end 112.9 99.025) (width 0.15) (layer "F.Cu") (net 213) (tstamp e377372f-53ea-426b-b6e2-033763198435)) - (segment (start 112.89 103.42) (end 112.9 103.41) (width 0.15) (layer "F.Cu") (net 213) (tstamp fa85ff52-f8a9-411b-96ae-708e326d7701)) - (segment (start 114.16 103.42) (end 114.16 102.86) (width 0.15) (layer "F.Cu") (net 214) (tstamp 0223024b-71b0-433d-a37e-0b81f2b202f7)) - (segment (start 114.16 102.86) (end 113.4 102.1) (width 0.15) (layer "F.Cu") (net 214) (tstamp 099343d8-d26e-413c-b90c-17f2ec456dc4)) - (segment (start 113.4 102.1) (end 113.4 99.175) (width 0.15) (layer "F.Cu") (net 214) (tstamp 3a13b198-711c-4d2c-ac3e-bd5497fbc427)) - (segment (start 114.75 97.825) (end 115.65 97.825) (width 0.15) (layer "F.Cu") (net 214) (tstamp 4e0042be-50b1-475f-bba5-d671d7dd9f7b)) - (segment (start 113.4 99.175) (end 114.75 97.825) (width 0.15) (layer "F.Cu") (net 214) (tstamp 71c75c1e-ef4d-439e-b6f9-73f0580b2862)) - (segment (start 114.16 103.44) (end 114.16 103.42) (width 0.15) (layer "F.Cu") (net 214) (tstamp e7ea2ad9-9842-46b4-b0c6-448b93eaa4d0)) - (segment (start 113.15 104.45) (end 114.16 103.44) (width 0.15) (layer "F.Cu") (net 214) (tstamp ee6905a0-7920-4d8d-9601-60473eacbd48)) - (segment (start 113.15 105.5) (end 113.15 104.45) (width 0.15) (layer "F.Cu") (net 214) (tstamp f4bd5585-ed5b-476b-ba33-b686b4b7ca0c)) - (segment (start 114.75 98.475) (end 113.9 99.325) (width 0.15) (layer "F.Cu") (net 215) (tstamp 2a595d80-15cf-4357-8076-478d91d106d5)) - (segment (start 113.9 99.325) (end 113.9 101.89) (width 0.15) (layer "F.Cu") (net 215) (tstamp 2f5f9a85-d35f-44b8-95b6-8a5486a2748e)) - (segment (start 113.65 105.5) (end 113.65 105.05) (width 0.15) (layer "F.Cu") (net 215) (tstamp 331e547e-7449-4824-a532-49aac5842245)) - (segment (start 114.705099 104.144901) (end 114.930001 103.919999) (width 0.15) (layer "F.Cu") (net 215) (tstamp 3c7225be-0e5f-435d-9f37-bd4538e8d536)) - (segment (start 114.930001 103.919999) (end 115.43 103.42) (width 0.15) (layer "F.Cu") (net 215) (tstamp 50fbe0e6-6963-4046-a119-94555949febb)) - (segment (start 113.9 101.89) (end 114.930001 102.920001) (width 0.15) (layer "F.Cu") (net 215) (tstamp 72662c72-4703-4c84-90e9-84d8c915dc8c)) - (segment (start 114.930001 102.920001) (end 115.43 103.42) (width 0.15) (layer "F.Cu") (net 215) (tstamp 8c997ffc-059b-4e1c-b2c7-dbc0abc4825f)) - (segment (start 113.65 105.05) (end 114.555099 104.144901) (width 0.15) (layer "F.Cu") (net 215) (tstamp 9e84aa4b-4573-4f84-8edf-3b9e1afe1424)) - (segment (start 115.65 98.475) (end 114.75 98.475) (width 0.15) (layer "F.Cu") (net 215) (tstamp ac9e6c46-44b8-4d55-a41d-775fd311b6e4)) - (segment (start 114.555099 104.144901) (end 114.705099 104.144901) (width 0.15) (layer "F.Cu") (net 215) (tstamp d2c9e762-78b9-44f8-b09b-ecc0c5236ed4)) - (segment (start 114.4 101.6) (end 114.9 102.1) (width 0.15) (layer "F.Cu") (net 216) (tstamp 223c5d3a-ad3b-4b76-a4e5-ced4f889c015)) - (segment (start 115.4 102.1) (end 116.7 103.4) (width 0.15) (layer "F.Cu") (net 216) (tstamp 2623d6cf-f221-488b-8577-990bdece26e9)) - (segment (start 114.15 105.15) (end 114.6 104.7) (width 0.15) (layer "F.Cu") (net 216) (tstamp 2b9a2d5f-5cc4-4e2a-82f1-2a8a02d7c38c)) - (segment (start 116.7 103.4) (end 116.7 103.42) (width 0.15) (layer "F.Cu") (net 216) (tstamp 3cd13752-93b7-4392-bcad-a209e5ae2cdd)) - (segment (start 116.07 104.7) (end 116.7 104.07) (width 0.15) (layer "F.Cu") (net 216) (tstamp 625364ad-dc0f-4ef8-aff4-e331d309e3a6)) - (segment (start 114.4 99.5) (end 114.4 101.6) (width 0.15) (layer "F.Cu") (net 216) (tstamp 679b96cb-7bce-406a-852a-a7804aff169b)) - (segment (start 114.775 99.125) (end 114.4 99.5) (width 0.15) (layer "F.Cu") (net 216) (tstamp 74902a4c-3d2e-4cd2-be89-cd4d47f9bc99)) - (segment (start 114.15 105.5) (end 114.15 105.15) (width 0.15) (layer "F.Cu") (net 216) (tstamp 879b4a40-2cb4-4a49-8833-1ab82d5905e7)) - (segment (start 114.9 102.1) (end 115.4 102.1) (width 0.15) (layer "F.Cu") (net 216) (tstamp c89f0a1d-dd23-4110-acc2-d3ff736a4812)) - (segment (start 114.6 104.7) (end 116.07 104.7) (width 0.15) (layer "F.Cu") (net 216) (tstamp e3206dce-efea-4c89-8cfd-d41bb52a4c0c)) - (segment (start 116.7 104.07) (end 116.7 103.42) (width 0.15) (layer "F.Cu") (net 216) (tstamp e5f4b62e-4ea8-4014-b845-4f36ee3853d9)) - (segment (start 115.65 99.125) (end 114.775 99.125) (width 0.15) (layer "F.Cu") (net 216) (tstamp e8885089-96ba-4731-a75f-c51ec6dc2615)) - (segment (start 115.97 86.2) (end 116.7 86.93) (width 0.15) (layer "F.Cu") (net 217) (tstamp 3502b704-a693-4b5b-b40b-a15d88bfe8c5)) - (segment (start 114.15 85.85) (end 114.5 86.2) (width 0.15) (layer "F.Cu") (net 217) (tstamp 3e9918f5-fe20-41be-989a-3532ae9c8232)) - (segment (start 115.4 88.904822) (end 114.9 88.904822) (width 0.15) (layer "F.Cu") (net 217) (tstamp 48aef473-6868-4933-97ff-808849fd4047)) - (segment (start 116.7 87.604822) (end 115.4 88.904822) (width 0.15) (layer "F.Cu") (net 217) (tstamp 4c14047a-a6b3-4fa7-8d18-c345b7a86919)) - (segment (start 114.4 89.404822) (end 114.4 92.175) (width 0.15) (layer "F.Cu") (net 217) (tstamp 5c64e8e8-6c2d-483f-aafc-e21e16486282)) - (segment (start 116.7 86.93) (end 116.7 87.6) (width 0.15) (layer "F.Cu") (net 217) (tstamp 7080766e-5700-4a31-bc1e-1d239e4d43bf)) - (segment (start 114.75 92.525) (end 115.65 92.525) (width 0.15) (layer "F.Cu") (net 217) (tstamp 89d091f6-7f8b-49e3-8444-c751890b79e1)) - (segment (start 114.4 92.175) (end 114.75 92.525) (width 0.15) (layer "F.Cu") (net 217) (tstamp 92f759df-e7f5-4cd6-b760-c1a61545e330)) - (segment (start 114.5 86.2) (end 115.97 86.2) (width 0.15) (layer "F.Cu") (net 217) (tstamp cc5a6e04-bda2-40e3-8484-b0788216003d)) - (segment (start 114.9 88.904822) (end 114.4 89.404822) (width 0.15) (layer "F.Cu") (net 217) (tstamp d1978bc8-b2e5-4383-86cd-8e6961b2903b)) - (segment (start 114.15 85.5) (end 114.15 85.85) (width 0.15) (layer "F.Cu") (net 217) (tstamp d36bb421-cc82-4f72-b347-48d8dc89169a)) - (segment (start 116.7 87.584822) (end 116.7 87.604822) (width 0.15) (layer "F.Cu") (net 217) (tstamp eb1920c2-67c1-466a-a7c9-b984b617ff6a)) - (segment (start 115.43 87.584822) (end 113.9 89.114822) (width 0.15) (layer "F.Cu") (net 218) (tstamp 2bbec90f-8feb-47ec-9815-fa8e648303bb)) - (segment (start 113.65 86.05) (end 114.455099 86.855099) (width 0.15) (layer "F.Cu") (net 218) (tstamp 3ca9ce70-655c-4b2f-bb51-a75d4fcfb275)) - (segment (start 114.75 93.175) (end 115.65 93.175) (width 0.15) (layer "F.Cu") (net 218) (tstamp 45a5dcbc-7ce7-4d05-9003-3b0e7f174e02)) - (segment (start 113.9 92.325) (end 114.75 93.175) (width 0.15) (layer "F.Cu") (net 218) (tstamp 59ddb583-fb32-4cb5-85af-681e583a67b4)) - (segment (start 113.9 89.114822) (end 113.9 92.325) (width 0.15) (layer "F.Cu") (net 218) (tstamp 76d384a4-98a7-41cb-9c07-a4294de84d79)) - (segment (start 114.705099 86.855099) (end 115.43 87.58) (width 0.15) (layer "F.Cu") (net 218) (tstamp acf4f524-fc76-4512-89b7-475e5825ad70)) - (segment (start 114.455099 86.855099) (end 114.705099 86.855099) (width 0.15) (layer "F.Cu") (net 218) (tstamp c7335ccf-c114-4670-bb9b-2fe738581c01)) - (segment (start 113.65 85.5) (end 113.65 86.05) (width 0.15) (layer "F.Cu") (net 218) (tstamp dc4d8133-067d-42ec-b8cf-0b00dfb778ed)) - (segment (start 114.75 93.825) (end 115.65 93.825) (width 0.15) (layer "F.Cu") (net 219) (tstamp 11dd635d-8920-41b8-9329-b249747dad94)) - (segment (start 114.08 87.584822) (end 114.16 87.584822) (width 0.15) (layer "F.Cu") (net 219) (tstamp 1ceca03a-f8f2-4010-b86d-48b676d933ec)) - (segment (start 113.15 85.5) (end 113.15 86.55) (width 0.15) (layer "F.Cu") (net 219) (tstamp 606267ee-55fc-46e3-baae-a925799f1b42)) - (segment (start 113.4 92.475) (end 114.75 93.825) (width 0.15) (layer "F.Cu") (net 219) (tstamp 67bedb36-b4bc-46f8-88cb-7faa65478d6a)) - (segment (start 114.16 88.144822) (end 113.4 88.904822) (width 0.15) (layer "F.Cu") (net 219) (tstamp 6dead470-a003-4d9a-a776-ac69dd42634c)) - (segment (start 114.16 87.56) (end 114.16 87.58) (width 0.15) (layer "F.Cu") (net 219) (tstamp be7fa36e-76d0-45aa-8e70-7b6a33824775)) - (segment (start 113.4 88.904822) (end 113.4 92.475) (width 0.15) (layer "F.Cu") (net 219) (tstamp beb3c8d5-5d21-4d26-a44c-d3f9c4f5aa91)) - (segment (start 113.15 86.55) (end 114.16 87.56) (width 0.15) (layer "F.Cu") (net 219) (tstamp da1d1405-ab65-4805-ad68-8c6c081f5f27)) - (segment (start 114.16 87.584822) (end 114.16 88.144822) (width 0.15) (layer "F.Cu") (net 219) (tstamp dea8b7d8-5a3b-4f48-bdf6-9a80143c0003)) - (segment (start 112.65 85.5) (end 112.65 87.34) (width 0.15) (layer "F.Cu") (net 220) (tstamp 01e988da-5e38-4b10-bd0b-4c6b0b7ce455)) - (segment (start 112.89 87.584822) (end 112.9 87.594822) (width 0.15) (layer "F.Cu") (net 220) (tstamp 53e270ac-224a-4586-a55a-ff444842f43e)) - (segment (start 114.75 94.475) (end 115.65 94.475) (width 0.15) (layer "F.Cu") (net 220) (tstamp 989f61f2-8a68-4f45-bdc4-13bbaae0f9e8)) - (segment (start 112.65 87.34) (end 112.89 87.58) (width 0.15) (layer "F.Cu") (net 220) (tstamp a2820de7-ac5e-4e6c-b34d-05443eb45397)) - (segment (start 112.9 87.594822) (end 112.9 92.625) (width 0.15) (layer "F.Cu") (net 220) (tstamp cc7b36fd-334a-443d-918e-57dadff3cb0c)) - (segment (start 112.9 92.625) (end 114.75 94.475) (width 0.15) (layer "F.Cu") (net 220) (tstamp eb3dd94f-5032-494c-9000-b327e5febd9d)) - (segment (start 110.675 93.825) (end 109.75 93.825) (width 0.15) (layer "F.Cu") (net 221) (tstamp 4a7114a3-2bb3-4cb4-b743-8cfc00b40467)) - (segment (start 112.4 92.1) (end 110.675 93.825) (width 0.15) (layer "F.Cu") (net 221) (tstamp 5527f1ed-3051-4d26-b710-5ff4d76a7a30)) - (segment (start 112.4 88.904822) (end 112.4 92.1) (width 0.15) (layer "F.Cu") (net 221) (tstamp 6da116a1-5f1e-47d9-b6a8-d86deaea917f)) - (segment (start 111.62 87.584822) (end 111.62 88.124822) (width 0.15) (layer "F.Cu") (net 221) (tstamp 899bea46-5445-4b40-86ff-4ed4bb43eb2c)) - (segment (start 111.65 85.5) (end 111.65 87.55) (width 0.15) (layer "F.Cu") (net 221) (tstamp 9c5bd5d2-ecdb-4048-b835-b5ee55546689)) - (segment (start 111.65 87.55) (end 111.62 87.58) (width 0.15) (layer "F.Cu") (net 221) (tstamp e090ef15-faf0-4129-8b2d-7aef61ce847a)) - (segment (start 111.62 88.124822) (end 112.4 88.904822) (width 0.15) (layer "F.Cu") (net 221) (tstamp fc12bb2a-c1cc-45ac-8d8d-2c2e05f58e78)) - (segment (start 110.35 87.58) (end 110.35 87.565) (width 0.15) (layer "F.Cu") (net 222) (tstamp 3941e38b-0a75-43ff-adf9-87a54448401a)) - (segment (start 111.15 86.765) (end 111.15 85.5) (width 0.15) (layer "F.Cu") (net 222) (tstamp 3fce9cf2-f532-47a5-a866-cfa1b81d5b6e)) - (segment (start 110.675 93.175) (end 109.75 93.175) (width 0.15) (layer "F.Cu") (net 222) (tstamp 54ded1e9-f0ba-4d23-8aa1-228fbd364775)) - (segment (start 110.35 87.565) (end 111.15 86.765) (width 0.15) (layer "F.Cu") (net 222) (tstamp b00d80fd-bfac-486b-88f3-26d0a8aeeebb)) - (segment (start 111.9 91.95) (end 110.675 93.175) (width 0.15) (layer "F.Cu") (net 222) (tstamp d7d31544-a2bf-4ba0-8307-8924e326bbdf)) - (segment (start 110.35 87.584822) (end 111.9 89.134822) (width 0.15) (layer "F.Cu") (net 222) (tstamp f8c61750-5c0e-4749-ae24-a771253cc5da)) - (segment (start 111.9 89.134822) (end 111.9 91.95) (width 0.15) (layer "F.Cu") (net 222) (tstamp fa7e5dc4-a142-4ee0-91f5-e79b80fca880)) - (segment (start 110.4 88.404822) (end 111.4 89.404822) (width 0.15) (layer "F.Cu") (net 223) (tstamp 449acd15-9361-48c2-a00c-17e59109a21f)) - (segment (start 109.804901 86.855099) (end 109.08 87.58) (width 0.15) (layer "F.Cu") (net 223) (tstamp 55fdbf37-93ec-4489-b99d-2778986cddf5)) - (segment (start 111.4 89.404822) (end 111.4 91.8) (width 0.15) (layer "F.Cu") (net 223) (tstamp 572730cf-1936-404a-8d9e-1dba9092e2f5)) - (segment (start 109.9 88.404822) (end 110.4 88.404822) (width 0.15) (layer "F.Cu") (net 223) (tstamp 691faf73-5aa1-4ed9-9a31-9b56032bfa62)) - (segment (start 111.4 91.8) (end 110.675 92.525) (width 0.15) (layer "F.Cu") (net 223) (tstamp 98ee6ad8-aaf7-496e-97d5-aa9df059b815)) - (segment (start 109.08 87.584822) (end 109.9 88.404822) (width 0.15) (layer "F.Cu") (net 223) (tstamp bf462a90-66cb-442d-b0cd-a4dac643f64b)) - (segment (start 110.65 86.01) (end 109.804901 86.855099) (width 0.15) (layer "F.Cu") (net 223) (tstamp c28bdfe9-0b98-47ff-a1f0-83c04c9b112d)) - (segment (start 110.65 85.5) (end 110.65 86.01) (width 0.15) (layer "F.Cu") (net 223) (tstamp d70f70cb-6194-44f9-96e2-0896e72a0528)) - (segment (start 110.675 92.525) (end 109.75 92.525) (width 0.15) (layer "F.Cu") (net 223) (tstamp deab0f9d-7409-46b8-aa6f-7a02e787bfc9)) - (segment (start 109.19 86.2) (end 107.81 87.58) (width 0.15) (layer "F.Cu") (net 224) (tstamp 2b1fe2f9-5f6e-4294-8dd7-e4c1886b9022)) - (segment (start 110.15 85.95) (end 109.9 86.2) (width 0.15) (layer "F.Cu") (net 224) (tstamp 2b9f2be9-94ac-4f24-8583-0445b8833796)) - (segment (start 109.9 86.2) (end 109.19 86.2) (width 0.15) (layer "F.Cu") (net 224) (tstamp 5003e034-4792-4507-9398-cd2c311a6b61)) - (segment (start 109.125178 88.9) (end 110.1 88.9) (width 0.15) (layer "F.Cu") (net 224) (tstamp 89c2d918-efba-4d1b-84c4-45bdd1d2856d)) - (segment (start 107.81 87.584822) (end 109.125178 88.9) (width 0.15) (layer "F.Cu") (net 224) (tstamp a0a28fa4-b96b-4a66-a268-94b1e9e96d9a)) - (segment (start 110.15 85.5) (end 110.15 85.95) (width 0.15) (layer "F.Cu") (net 224) (tstamp b18b7e30-aeea-4c28-aa60-796f96ce13e3)) - (segment (start 110.9 89.7) (end 110.9 91.625) (width 0.15) (layer "F.Cu") (net 224) (tstamp b2659e03-fc58-4ec6-bb50-904450704b6f)) - (segment (start 110.65 91.875) (end 109.75 91.875) (width 0.15) (layer "F.Cu") (net 224) (tstamp baf3f486-9645-4072-853a-f8734fc0ca74)) - (segment (start 110.1 88.9) (end 110.9 89.7) (width 0.15) (layer "F.Cu") (net 224) (tstamp da2675cc-ada3-4c0b-9c03-9334c1009a8c)) - (segment (start 110.9 91.625) (end 110.65 91.875) (width 0.15) (layer "F.Cu") (net 224) (tstamp db44d871-451d-45a4-8ac9-c1e4ae35d5cf)) - (segment (start 61.3 112.8) (end 61.35 112.8) (width 0.15) (layer "F.Cu") (net 225) (tstamp 00000000-0000-0000-0000-00005f5b39ed)) - (segment (start 73.1 117.33) (end 73.15 117.38) (width 0.15) (layer "F.Cu") (net 225) (tstamp 52396e61-2497-45f0-b170-f0aa7c52a4c3)) - (segment (start 61.3 112.85) (end 62.2 113.75) (width 0.15) (layer "F.Cu") (net 225) (tstamp 6615c595-191c-4fe5-b7e9-4a579d552656)) - (segment (start 61.3 112.8) (end 61.3 112.85) (width 0.15) (layer "F.Cu") (net 225) (tstamp 668b82fe-b542-4bd0-b2a5-5dae0ac43510)) - (segment (start 73.1 115.915) (end 73.1 117.33) (width 0.15) (layer "F.Cu") (net 225) (tstamp b7dac85f-7f4a-467c-97a9-e1aea0272b0c)) - (segment (start 72.735 115.55) (end 73.1 115.915) (width 0.15) (layer "F.Cu") (net 225) (tstamp c399aef9-3678-4747-9295-3eabdcc57d0c)) - (via (at 61.3 112.8) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 225) (tstamp 00000000-0000-0000-0000-00005f5b39f3)) - (segment (start 64.5 117.75) (end 64.25 117.5) (width 0.15) (layer "B.Cu") (net 225) (tstamp 2cd4313e-ce8a-4a88-bbb4-b316831d36bc)) - (segment (start 72.78 117.75) (end 64.5 117.75) (width 0.15) (layer "B.Cu") (net 225) (tstamp 41c89c8e-0f97-4797-9a39-8582a63268a5)) - (segment (start 63.45 116.45) (end 63.15 116.75) (width 0.15) (layer "B.Cu") (net 225) (tstamp 448ff7ec-6a16-4e42-9b2d-0967b95502fd)) - (segment (start 63.15 116.9) (end 63.1 116.95) (width 0.15) (layer "B.Cu") (net 225) (tstamp 56185341-c702-4c71-bbfd-6bbdf2cbaaa3)) - (segment (start 63.1 116.95) (end 61.1 116.95) (width 0.15) (layer "B.Cu") (net 225) (tstamp 66a7c890-ac40-4f36-85c1-502128bd5c2d)) - (segment (start 60.3 113.3) (end 60.8 112.8) (width 0.15) (layer "B.Cu") (net 225) (tstamp 73772adc-97ef-4c2a-96e3-7debb2e7ad38)) - (segment (start 73.15 117.38) (end 72.78 117.75) (width 0.15) (layer "B.Cu") (net 225) (tstamp 79df5ddf-0c98-40c8-8d1f-cdc63a7174ea)) - (segment (start 60.8 112.8) (end 61.3 112.8) (width 0.15) (layer "B.Cu") (net 225) (tstamp aff58ab2-469a-4812-b652-5c3f4c39b206)) - (segment (start 64.25 117.5) (end 64.25 116.75) (width 0.15) (layer "B.Cu") (net 225) (tstamp b63bd667-f2d9-44ef-91c8-0a8a156c214f)) - (segment (start 63.95 116.45) (end 63.45 116.45) (width 0.15) (layer "B.Cu") (net 225) (tstamp be1ea428-d74e-4125-8596-38f82be06487)) - (segment (start 60.3 116.15) (end 60.3 113.3) (width 0.15) (layer "B.Cu") (net 225) (tstamp d0b2ef87-fb55-49de-8104-c83c37eb45ce)) - (segment (start 61.1 116.95) (end 60.3 116.15) (width 0.15) (layer "B.Cu") (net 225) (tstamp f2a6aecd-4122-4a99-9e8d-04b4d349c70a)) - (segment (start 63.15 116.75) (end 63.15 116.9) (width 0.15) (layer "B.Cu") (net 225) (tstamp f851dc23-a7aa-409a-9752-b640c2926160)) - (segment (start 64.25 116.75) (end 63.95 116.45) (width 0.15) (layer "B.Cu") (net 225) (tstamp f8ffdbf9-0674-41ec-af69-a8c71090d156)) - (segment (start 124.8 98.35) (end 124.4 98.35) (width 0.15) (layer "F.Cu") (net 226) (tstamp 0f1b8694-bd8f-414b-b289-9db60dcaca68)) - (segment (start 125.7 99.25) (end 124.8 98.35) (width 0.15) (layer "F.Cu") (net 226) (tstamp 389d9729-de06-4c29-ba18-f1238edaa5ea)) - (segment (start 125.7 99.815) (end 125.7 99.25) (width 0.15) (layer "F.Cu") (net 226) (tstamp 3ae3fbd7-43c3-40f9-ba93-33b016cd17e5)) - (segment (start 123.35 98.35) (end 123.3 98.4) (width 0.15) (layer "F.Cu") (net 226) (tstamp 4af2240a-5a5d-48d2-a9b4-a18e1ae31a7e)) - (segment (start 124.4 98.35) (end 123.35 98.35) (width 0.15) (layer "F.Cu") (net 226) (tstamp 677f84bc-8f99-4d53-ae54-328e7b493deb)) - (via (at 123.3 98.4) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 226) (tstamp 54a3c92d-a091-405f-b445-603c0f2e1fb3)) - (segment (start 123.3 98.4) (end 122 99.7) (width 0.15) (layer "B.Cu") (net 226) (tstamp 245c66f7-0773-48d6-80be-4de688085350)) - (segment (start 122 99.7) (end 122 99.8) (width 0.15) (layer "B.Cu") (net 226) (tstamp 8460a8f9-202d-446c-a727-76b53e0a37f9)) - (segment (start 120.9 91.7) (end 121.85 92.65) (width 0.15) (layer "F.Cu") (net 227) (tstamp 2ffab9c3-5c7a-4d55-af94-9f9bd8be80ab)) - (segment (start 122.2 92.65) (end 123.25 92.65) (width 0.15) (layer "F.Cu") (net 227) (tstamp 31a67758-bbb4-4e87-9887-0fd058e08392)) - (segment (start 123.25 92.65) (end 123.3 92.6) (width 0.15) (layer "F.Cu") (net 227) (tstamp 6f5f2808-7569-4f25-a31d-4cad79f12aa5)) - (segment (start 120.9 91.185) (end 120.9 91.7) (width 0.15) (layer "F.Cu") (net 227) (tstamp 90b329ee-5b84-4045-8310-ebe2c622371c)) - (segment (start 121.85 92.65) (end 122.2 92.65) (width 0.15) (layer "F.Cu") (net 227) (tstamp f0c486ea-8fdb-49cc-877f-2ed6f80e037d)) - (via (at 123.3 92.6) (size 0.6) (drill 0.3) (layers "F.Cu" "B.Cu") (net 227) (tstamp 9d204501-9bc1-49d3-901e-dc3cce70c8f8)) - (segment (start 124.6 91.3) (end 124.6 91.2) (width 0.15) (layer "B.Cu") (net 227) (tstamp 423003da-2228-4a7b-8146-f8c48f6599ae)) - (segment (start 123.3 92.6) (end 124.6 91.3) (width 0.15) (layer "B.Cu") (net 227) (tstamp e2099293-451c-44e4-a9f8-cf4488cdfcfc)) - - (zone (net 200) (net_name "Net-(R6-Pad1)") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf5372) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.3)) - (polygon - (pts - (xy 122.9 99.05) - (xy 125.3 99.05) - (xy 125.3 99.65) - (xy 124.925 99.65) - (xy 124.925 100.575) - (xy 122.9 100.575) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 125.065251 99.192467) - (xy 125.12057 99.22943) - (xy 125.157533 99.284749) - (xy 125.173 99.362509) - (xy 125.173 99.431928) - (xy 125.134168 99.504577) - (xy 125.131481 99.513434) - (xy 124.98588 99.552447) - (xy 124.96258 99.561217) - (xy 124.941438 99.574364) - (xy 124.928947 99.585317) - (xy 124.860317 99.653947) - (xy 124.844523 99.673193) - (xy 124.832787 99.695149) - (xy 124.827447 99.71088) - (xy 124.802327 99.80463) - (xy 124.798 99.8375) - (xy 124.798 100.262491) - (xy 124.782533 100.340251) - (xy 124.74557 100.39557) - (xy 124.690251 100.432533) - (xy 124.612491 100.448) - (xy 123.212509 100.448) - (xy 123.134749 100.432533) - (xy 123.07943 100.39557) - (xy 123.042467 100.340251) - (xy 123.027 100.262491) - (xy 123.027 99.362509) - (xy 123.042467 99.284749) - (xy 123.07943 99.22943) - (xy 123.134749 99.192467) - (xy 123.212509 99.177) - (xy 124.987491 99.177) - ) - ) - ) - (zone (net 201) (net_name "Net-(R56-Pad1)") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf5375) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.3)) - (polygon - (pts - (xy 123.7 91.95) - (xy 121.3 91.95) - (xy 121.3 91.35) - (xy 121.675 91.35) - (xy 121.675 90.425) - (xy 123.7 90.425) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 123.465251 90.567467) - (xy 123.52057 90.60443) - (xy 123.557533 90.659749) - (xy 123.573 90.737509) - (xy 123.573 91.637491) - (xy 123.557533 91.715251) - (xy 123.52057 91.77057) - (xy 123.465251 91.807533) - (xy 123.387491 91.823) - (xy 121.612509 91.823) - (xy 121.534749 91.807533) - (xy 121.47943 91.77057) - (xy 121.442467 91.715251) - (xy 121.427 91.637491) - (xy 121.427 91.568072) - (xy 121.465832 91.495423) - (xy 121.468519 91.486566) - (xy 121.61412 91.447553) - (xy 121.63742 91.438783) - (xy 121.658562 91.425636) - (xy 121.671053 91.414683) - (xy 121.739683 91.346053) - (xy 121.755477 91.326807) - (xy 121.767213 91.304851) - (xy 121.772553 91.28912) - (xy 121.797673 91.19537) - (xy 121.802 91.1625) - (xy 121.802 90.737509) - (xy 121.817467 90.659749) - (xy 121.85443 90.60443) - (xy 121.909749 90.567467) - (xy 121.987509 90.552) - (xy 123.387491 90.552) - ) - ) - ) - (zone (net 3) (net_name "GND") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf5378) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.3)) - (polygon - (pts - (xy 121.6 102.7) - (xy 122.9 102.7) - (xy 122.9 101.6) - (xy 121.5 101.6) - (xy 121.5 102.2) - (xy 119.1 102.2) - (xy 119.1 100.875) - (xy 123.4 100.875) - (xy 123.4 104.7) - (xy 121.6 104.7) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 123.165251 101.017467) - (xy 123.22057 101.05443) - (xy 123.257533 101.109749) - (xy 123.273 101.187509) - (xy 123.273 104.387491) - (xy 123.257533 104.465251) - (xy 123.22057 104.52057) - (xy 123.165251 104.557533) - (xy 123.087491 104.573) - (xy 121.912509 104.573) - (xy 121.834749 104.557533) - (xy 121.77943 104.52057) - (xy 121.742467 104.465251) - (xy 121.727 104.387491) - (xy 121.727 104.07508) - (xy 121.728239 104.0625) - (xy 121.728239 103.8375) - (xy 121.727 103.82492) - (xy 121.727 103.012509) - (xy 121.742467 102.934749) - (xy 121.77943 102.87943) - (xy 121.834749 102.842467) - (xy 121.912509 102.827) - (xy 122.6 102.827) - (xy 122.624776 102.82456) - (xy 122.739581 102.801724) - (xy 122.763406 102.794497) - (xy 122.785363 102.782761) - (xy 122.88269 102.717729) - (xy 122.901935 102.701934) - (xy 122.917729 102.68269) - (xy 122.982761 102.585363) - (xy 122.994497 102.563406) - (xy 123.001724 102.539581) - (xy 123.02456 102.424776) - (xy 123.027 102.4) - (xy 123.027 101.9) - (xy 123.02456 101.875224) - (xy 123.001724 101.760419) - (xy 122.994497 101.736594) - (xy 122.982761 101.714637) - (xy 122.917729 101.61731) - (xy 122.901934 101.598065) - (xy 122.88269 101.582271) - (xy 122.785363 101.517239) - (xy 122.763406 101.505503) - (xy 122.739581 101.498276) - (xy 122.624776 101.47544) - (xy 122.6 101.473) - (xy 121.8 101.473) - (xy 121.775224 101.47544) - (xy 121.660419 101.498276) - (xy 121.636594 101.505503) - (xy 121.614637 101.517239) - (xy 121.51731 101.582271) - (xy 121.498065 101.598066) - (xy 121.482271 101.61731) - (xy 121.417239 101.714637) - (xy 121.405503 101.736594) - (xy 121.398276 101.760419) - (xy 121.357533 101.965251) - (xy 121.32057 102.02057) - (xy 121.265251 102.057533) - (xy 121.187491 102.073) - (xy 119.412509 102.073) - (xy 119.334749 102.057533) - (xy 119.27943 102.02057) - (xy 119.242467 101.965251) - (xy 119.227 101.887491) - (xy 119.227 101.187509) - (xy 119.242467 101.109749) - (xy 119.27943 101.05443) - (xy 119.334749 101.017467) - (xy 119.412509 101.002) - (xy 123.087491 101.002) - ) - ) - ) - (zone (net 5) (net_name "+5V") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf537b) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.3)) - (polygon - (pts - (xy 119.2 98.8) - (xy 121.3 98.8) - (xy 121.3 99.925) - (xy 122.3 99.925) - (xy 122.3 100.575) - (xy 119.2 100.575) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 121.065251 98.942467) - (xy 121.12057 98.97943) - (xy 121.157533 99.034749) - (xy 121.173 99.112509) - (xy 121.173 99.625) - (xy 121.17544 99.649776) - (xy 121.198276 99.764581) - (xy 121.205503 99.788406) - (xy 121.217239 99.810363) - (xy 121.282271 99.90769) - (xy 121.298066 99.926935) - (xy 121.31731 99.942729) - (xy 121.414637 100.007761) - (xy 121.436594 100.019497) - (xy 121.460419 100.026724) - (xy 121.575224 100.04956) - (xy 121.6 100.052) - (xy 121.987491 100.052) - (xy 122.065251 100.067467) - (xy 122.12057 100.10443) - (xy 122.157533 100.159749) - (xy 122.173 100.237509) - (xy 122.173 100.262491) - (xy 122.157533 100.340251) - (xy 122.12057 100.39557) - (xy 122.065251 100.432533) - (xy 121.987491 100.448) - (xy 119.512509 100.448) - (xy 119.434749 100.432533) - (xy 119.37943 100.39557) - (xy 119.342467 100.340251) - (xy 119.327 100.262491) - (xy 119.327 99.112509) - (xy 119.342467 99.034749) - (xy 119.37943 98.97943) - (xy 119.434749 98.942467) - (xy 119.512509 98.927) - (xy 120.987491 98.927) - ) - ) - ) - (zone (net 107) (net_name "/IO_Banks/VIOB") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf537e) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.0256) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.3)) - (polygon - (pts - (xy 126.1 104.7) - (xy 123.6 104.7) - (xy 123.6 102.7) - (xy 126.1 102.7) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 126.002335 102.797665) - (xy 126.0872 103.002547) - (xy 126.0872 104.397453) - (xy 126.002335 104.602335) - (xy 125.797453 104.6872) - (xy 123.902547 104.6872) - (xy 123.697665 104.602335) - (xy 123.6128 104.397453) - (xy 123.6128 103.002547) - (xy 123.697665 102.797665) - (xy 123.902547 102.7128) - (xy 125.797453 102.7128) - ) - ) - ) - (zone (net 108) (net_name "/IO_Banks/VIOA") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf5381) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.0256) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.3)) - (polygon - (pts - (xy 123 88.3) - (xy 120.5 88.3) - (xy 120.5 86.3) - (xy 123 86.3) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 122.902335 86.397665) - (xy 122.9872 86.602547) - (xy 122.9872 87.997453) - (xy 122.902335 88.202335) - (xy 122.697453 88.2872) - (xy 120.802547 88.2872) - (xy 120.597665 88.202335) - (xy 120.5128 87.997453) - (xy 120.5128 86.602547) - (xy 120.597665 86.397665) - (xy 120.802547 86.3128) - (xy 122.697453 86.3128) - ) - ) - ) - (zone (net 3) (net_name "GND") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf5393) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.3)) - (polygon - (pts - (xy 125 88.3) - (xy 123.7 88.3) - (xy 123.7 89.4) - (xy 125.1 89.4) - (xy 125.1 88.8) - (xy 127.5 88.8) - (xy 127.5 90.125) - (xy 123.2 90.125) - (xy 123.2 86.3) - (xy 125 86.3) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 124.765251 86.442467) - (xy 124.82057 86.47943) - (xy 124.857533 86.534749) - (xy 124.873 86.612509) - (xy 124.873 86.92492) - (xy 124.871761 86.9375) - (xy 124.871761 87.1625) - (xy 124.873 87.17508) - (xy 124.873 87.987491) - (xy 124.857533 88.065251) - (xy 124.82057 88.12057) - (xy 124.765251 88.157533) - (xy 124.687491 88.173) - (xy 124 88.173) - (xy 123.975224 88.17544) - (xy 123.860419 88.198276) - (xy 123.836594 88.205503) - (xy 123.814637 88.217239) - (xy 123.71731 88.282271) - (xy 123.698065 88.298066) - (xy 123.682271 88.31731) - (xy 123.617239 88.414637) - (xy 123.605503 88.436594) - (xy 123.598276 88.460419) - (xy 123.57544 88.575224) - (xy 123.573 88.6) - (xy 123.573 89.1) - (xy 123.57544 89.124776) - (xy 123.598276 89.239581) - (xy 123.605503 89.263406) - (xy 123.617239 89.285363) - (xy 123.682271 89.38269) - (xy 123.698066 89.401935) - (xy 123.71731 89.417729) - (xy 123.814637 89.482761) - (xy 123.836594 89.494497) - (xy 123.860419 89.501724) - (xy 123.975224 89.52456) - (xy 124 89.527) - (xy 124.8 89.527) - (xy 124.824776 89.52456) - (xy 124.939581 89.501724) - (xy 124.963406 89.494497) - (xy 124.985363 89.482761) - (xy 125.08269 89.417729) - (xy 125.101935 89.401934) - (xy 125.117729 89.38269) - (xy 125.182761 89.285363) - (xy 125.194497 89.263406) - (xy 125.201724 89.239581) - (xy 125.242467 89.034749) - (xy 125.27943 88.97943) - (xy 125.334749 88.942467) - (xy 125.412509 88.927) - (xy 127.187491 88.927) - (xy 127.265251 88.942467) - (xy 127.32057 88.97943) - (xy 127.357533 89.034749) - (xy 127.373 89.112509) - (xy 127.373 89.812491) - (xy 127.357533 89.890251) - (xy 127.32057 89.94557) - (xy 127.265251 89.982533) - (xy 127.187491 89.998) - (xy 123.512509 89.998) - (xy 123.434749 89.982533) - (xy 123.37943 89.94557) - (xy 123.342467 89.890251) - (xy 123.327 89.812491) - (xy 123.327 86.612509) - (xy 123.342467 86.534749) - (xy 123.37943 86.47943) - (xy 123.434749 86.442467) - (xy 123.512509 86.427) - (xy 124.687491 86.427) - ) - ) - ) - (zone (net 5) (net_name "+5V") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf5396) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.3)) - (polygon - (pts - (xy 127.4 92.2) - (xy 125.3 92.2) - (xy 125.3 91.075) - (xy 124.3 91.075) - (xy 124.3 90.425) - (xy 127.4 90.425) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 127.165251 90.567467) - (xy 127.22057 90.60443) - (xy 127.257533 90.659749) - (xy 127.273 90.737509) - (xy 127.273 91.887491) - (xy 127.257533 91.965251) - (xy 127.22057 92.02057) - (xy 127.165251 92.057533) - (xy 127.087491 92.073) - (xy 125.612509 92.073) - (xy 125.534749 92.057533) - (xy 125.47943 92.02057) - (xy 125.442467 91.965251) - (xy 125.427 91.887491) - (xy 125.427 91.375) - (xy 125.42456 91.350224) - (xy 125.401724 91.235419) - (xy 125.394497 91.211594) - (xy 125.382761 91.189637) - (xy 125.317729 91.09231) - (xy 125.301934 91.073065) - (xy 125.28269 91.057271) - (xy 125.185363 90.992239) - (xy 125.163406 90.980503) - (xy 125.139581 90.973276) - (xy 125.024776 90.95044) - (xy 125 90.948) - (xy 124.612509 90.948) - (xy 124.534749 90.932533) - (xy 124.47943 90.89557) - (xy 124.442467 90.840251) - (xy 124.427 90.762491) - (xy 124.427 90.737509) - (xy 124.442467 90.659749) - (xy 124.47943 90.60443) - (xy 124.534749 90.567467) - (xy 124.612509 90.552) - (xy 127.087491 90.552) - ) - ) - ) - (zone (net 7) (net_name "/SHLD") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf53a5) (hatch edge 0.508) - (priority 2) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.2) (filled_areas_thickness no) - (fill yes (thermal_gap 0.3) (thermal_bridge_width 0.3) (smoothing fillet) (radius 0.5)) - (polygon - (pts - (xy 56.8 90.7) - (xy 56.8 100.3) - (xy 50 100.3) - (xy 50 90.7) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 56.403307 90.814464) - (xy 56.499567 90.854336) - (xy 56.582232 90.917768) - (xy 56.645664 91.000433) - (xy 56.685536 91.096693) - (xy 56.7 91.206559) - (xy 56.7 91.698891) - (xy 56.12 91.698891) - (xy 56.041748 91.706598) - (xy 55.966502 91.729424) - (xy 55.897156 91.76649) - (xy 55.836373 91.816373) - (xy 55.78649 91.877156) - (xy 55.749424 91.946502) - (xy 55.726598 92.021748) - (xy 55.718891 92.1) - (xy 55.718891 92.276952) - (xy 55.696554 92.243522) - (xy 55.616478 92.163446) - (xy 55.522317 92.10053) - (xy 55.417692 92.057193) - (xy 55.306623 92.0351) - (xy 55.193377 92.0351) - (xy 55.082308 92.057193) - (xy 54.977683 92.10053) - (xy 54.883522 92.163446) - (xy 54.803446 92.243522) - (xy 54.74053 92.337683) - (xy 54.697193 92.442308) - (xy 54.6751 92.553377) - (xy 54.6751 92.666623) - (xy 54.697193 92.777692) - (xy 54.74053 92.882317) - (xy 54.803446 92.976478) - (xy 54.883522 93.056554) - (xy 54.977683 93.11947) - (xy 55.082308 93.162807) - (xy 55.110063 93.168328) - (xy 54.955691 93.3227) - (xy 54.955686 93.322704) - (xy 54.261519 94.016872) - (xy 54.2396 94.021232) - (xy 54.139525 94.062685) - (xy 54.049459 94.122865) - (xy 53.972865 94.199459) - (xy 53.912685 94.289525) - (xy 53.871232 94.3896) - (xy 53.8501 94.49584) - (xy 53.8501 94.60416) - (xy 53.871232 94.7104) - (xy 53.912685 94.810475) - (xy 53.925101 94.829057) - (xy 53.9251 96.48151) - (xy 53.922804 96.504822) - (xy 53.9251 96.528134) - (xy 53.9251 96.528143) - (xy 53.931972 96.597918) - (xy 53.959127 96.687436) - (xy 54.003225 96.769938) - (xy 54.062571 96.842251) - (xy 54.08069 96.857121) - (xy 55.067072 97.843504) - (xy 54.977683 97.88053) - (xy 54.883522 97.943446) - (xy 54.803446 98.023522) - (xy 54.74053 98.117683) - (xy 54.697193 98.222308) - (xy 54.6751 98.333377) - (xy 54.6751 98.446623) - (xy 54.697193 98.557692) - (xy 54.74053 98.662317) - (xy 54.803446 98.756478) - (xy 54.883522 98.836554) - (xy 54.977683 98.89947) - (xy 55.082308 98.942807) - (xy 55.193377 98.9649) - (xy 55.306623 98.9649) - (xy 55.417692 98.942807) - (xy 55.522317 98.89947) - (xy 55.616478 98.836554) - (xy 55.696554 98.756478) - (xy 55.718891 98.723048) - (xy 55.718891 98.9) - (xy 55.726598 98.978252) - (xy 55.749424 99.053498) - (xy 55.78649 99.122844) - (xy 55.836373 99.183627) - (xy 55.897156 99.23351) - (xy 55.966502 99.270576) - (xy 56.041748 99.293402) - (xy 56.12 99.301109) - (xy 56.7 99.301109) - (xy 56.7 99.793441) - (xy 56.685536 99.903307) - (xy 56.645664 99.999567) - (xy 56.582232 100.082232) - (xy 56.499567 100.145664) - (xy 56.403307 100.185536) - (xy 56.293441 100.2) - (xy 50.506559 100.2) - (xy 50.396693 100.185536) - (xy 50.300433 100.145664) - (xy 50.25 100.106965) - (xy 50.25 90.893035) - (xy 50.300433 90.854336) - (xy 50.396693 90.814464) - (xy 50.506559 90.8) - (xy 56.293441 90.8) - ) - ) - ) - (zone (net 204) (net_name "/SWSH") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf53ab) (hatch edge 0.508) - (priority 2) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.2) (filled_areas_thickness no) - (fill yes (thermal_gap 0.3) (thermal_bridge_width 0.3) (smoothing fillet) (radius 0.5)) - (polygon - (pts - (xy 77.5 119.8) - (xy 71.8 119.8) - (xy 71.8 118.3) - (xy 77.5 118.3) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 77.103307 118.414464) - (xy 77.199567 118.454336) - (xy 77.282232 118.517768) - (xy 77.345664 118.600433) - (xy 77.385536 118.696693) - (xy 77.4 118.806559) - (xy 77.4 119.293441) - (xy 77.385536 119.403307) - (xy 77.345664 119.499567) - (xy 77.282232 119.582232) - (xy 77.199567 119.645664) - (xy 77.103307 119.685536) - (xy 76.993441 119.7) - (xy 72.306559 119.7) - (xy 72.196693 119.685536) - (xy 72.100433 119.645664) - (xy 72.017768 119.582232) - (xy 71.954336 119.499567) - (xy 71.914464 119.403307) - (xy 71.9 119.293441) - (xy 71.9 118.806559) - (xy 71.914464 118.696693) - (xy 71.954336 118.600433) - (xy 72.017768 118.517768) - (xy 72.100433 118.454336) - (xy 72.196693 118.414464) - (xy 72.306559 118.4) - (xy 76.993441 118.4) - ) - ) - ) - (zone (net 3) (net_name "GND") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf53b1) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 63.7 107.4) - (xy 63.7 118.1) - (xy 69.4 118.1) - (xy 69.4 107.4) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 69.273 110.2231) - (xy 68.314696 110.2231) - (xy 67.595798 109.504202) - (xy 67.553837 109.469766) - (xy 67.505965 109.444178) - (xy 67.454021 109.428421) - (xy 67.4 109.4231) - (xy 66.6 109.4231) - (xy 66.545979 109.428421) - (xy 66.494035 109.444178) - (xy 66.446163 109.469766) - (xy 66.404202 109.504202) - (xy 66.369766 109.546163) - (xy 66.344178 109.594035) - (xy 66.328421 109.645979) - (xy 66.3231 109.7) - (xy 66.3231 110.8) - (xy 66.328421 110.854021) - (xy 66.344178 110.905965) - (xy 66.369766 110.953837) - (xy 66.404202 110.995798) - (xy 66.804202 111.395798) - (xy 66.846163 111.430234) - (xy 66.894035 111.455822) - (xy 66.945979 111.471579) - (xy 67 111.4769) - (xy 67.485304 111.4769) - (xy 68.104202 112.095798) - (xy 68.146163 112.130234) - (xy 68.194035 112.155822) - (xy 68.245979 112.171579) - (xy 68.3 112.1769) - (xy 69.273 112.1769) - (xy 69.273 115.3231) - (xy 68.314696 115.3231) - (xy 67.595798 114.604202) - (xy 67.553837 114.569766) - (xy 67.505965 114.544178) - (xy 67.454021 114.528421) - (xy 67.4 114.5231) - (xy 66.6 114.5231) - (xy 66.545979 114.528421) - (xy 66.494035 114.544178) - (xy 66.446163 114.569766) - (xy 66.404202 114.604202) - (xy 66.369766 114.646163) - (xy 66.344178 114.694035) - (xy 66.328421 114.745979) - (xy 66.3231 114.8) - (xy 66.3231 115.9) - (xy 66.328421 115.954021) - (xy 66.344178 116.005965) - (xy 66.369766 116.053837) - (xy 66.404202 116.095798) - (xy 66.804202 116.495798) - (xy 66.846163 116.530234) - (xy 66.894035 116.555822) - (xy 66.945979 116.571579) - (xy 67 116.5769) - (xy 67.485304 116.5769) - (xy 68.104202 117.195798) - (xy 68.146163 117.230234) - (xy 68.194035 117.255822) - (xy 68.245979 117.271579) - (xy 68.3 117.2769) - (xy 69.273 117.2769) - (xy 69.273 117.973) - (xy 64.196326 117.973) - (xy 64.244657 117.914109) - (xy 64.305191 117.800858) - (xy 64.311484 117.780112) - (xy 64.314696 117.7769) - (xy 65.6 117.7769) - (xy 65.654021 117.771579) - (xy 65.705965 117.755822) - (xy 65.753837 117.730234) - (xy 65.795798 117.695798) - (xy 65.830234 117.653837) - (xy 65.855822 117.605965) - (xy 65.871579 117.554021) - (xy 65.8769 117.5) - (xy 65.8769 116.7) - (xy 65.871579 116.645979) - (xy 65.855822 116.594035) - (xy 65.830234 116.546163) - (xy 65.795798 116.504202) - (xy 65.4769 116.185304) - (xy 65.4769 114.8) - (xy 65.471579 114.745979) - (xy 65.455822 114.694035) - (xy 65.430234 114.646163) - (xy 65.395798 114.604202) - (xy 65.353837 114.569766) - (xy 65.334958 114.559675) - (xy 65.347068 114.519751) - (xy 65.353239 114.4571) - (xy 65.353239 114.2429) - (xy 65.347068 114.180249) - (xy 65.328794 114.120005) - (xy 65.299117 114.064485) - (xy 65.25918 114.01582) - (xy 65.210515 113.975883) - (xy 65.154995 113.946206) - (xy 65.094751 113.927932) - (xy 65.0321 113.921761) - (xy 64.6679 113.921761) - (xy 64.605249 113.927932) - (xy 64.545005 113.946206) - (xy 64.489485 113.975883) - (xy 64.462413 113.9981) - (xy 63.827 113.9981) - (xy 63.827 113.242545) - (xy 63.827795 113.242467) - (xy 63.950678 113.205191) - (xy 64.063929 113.144657) - (xy 64.163193 113.063193) - (xy 64.244657 112.963929) - (xy 64.305191 112.850678) - (xy 64.342467 112.727795) - (xy 64.34748 112.6769) - (xy 65.6 112.6769) - (xy 65.654021 112.671579) - (xy 65.705965 112.655822) - (xy 65.753837 112.630234) - (xy 65.795798 112.595798) - (xy 65.830234 112.553837) - (xy 65.855822 112.505965) - (xy 65.871579 112.454021) - (xy 65.8769 112.4) - (xy 65.8769 111.6) - (xy 65.871579 111.545979) - (xy 65.855822 111.494035) - (xy 65.830234 111.446163) - (xy 65.795798 111.404202) - (xy 65.4769 111.085304) - (xy 65.4769 109.7) - (xy 65.471579 109.645979) - (xy 65.455822 109.594035) - (xy 65.430234 109.546163) - (xy 65.395798 109.504202) - (xy 65.353837 109.469766) - (xy 65.334958 109.459675) - (xy 65.347068 109.419751) - (xy 65.353239 109.3571) - (xy 65.353239 109.1429) - (xy 65.347068 109.080249) - (xy 65.328794 109.020005) - (xy 65.299117 108.964485) - (xy 65.25918 108.91582) - (xy 65.210515 108.875883) - (xy 65.154995 108.846206) - (xy 65.094751 108.827932) - (xy 65.0321 108.821761) - (xy 64.6679 108.821761) - (xy 64.605249 108.827932) - (xy 64.545005 108.846206) - (xy 64.489485 108.875883) - (xy 64.44082 108.91582) - (xy 64.400883 108.964485) - (xy 64.371206 109.020005) - (xy 64.352932 109.080249) - (xy 64.3519 109.090726) - (xy 64.3519 107.527) - (xy 69.273 107.527) - ) - ) - ) - (zone (net 3) (net_name "GND") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf53b4) (hatch edge 0.508) - (connect_pads thru_hole_only (clearance 0.1)) - (min_thickness 0.1) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 68.65 103.75) - (xy 68.65 106.15) - (xy 72.15 106.15) - (xy 72.15 103.75) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 72.1 106.1) - (xy 68.7 106.1) - (xy 68.7 103.8) - (xy 72.1 103.8) - ) - ) - ) - (zone (net 2) (net_name "+3V3") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf53b7) (hatch edge 0.508) - (priority 1) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 66.6 114.8) - (xy 66.6 115.9) - (xy 67 116.3) - (xy 67.6 116.3) - (xy 68.3 117) - (xy 69.6 117) - (xy 69.6 115.6) - (xy 68.2 115.6) - (xy 67.4 114.8) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 68.110197 115.689803) - (xy 68.129443 115.705597) - (xy 68.151399 115.717333) - (xy 68.175224 115.72456) - (xy 68.2 115.727) - (xy 69.473 115.727) - (xy 69.473 116.873) - (xy 68.400985 116.873) - (xy 68.394657 116.861161) - (xy 68.313193 116.761897) - (xy 68.213929 116.680433) - (xy 68.100678 116.619899) - (xy 68.098994 116.619388) - (xy 67.689803 116.210197) - (xy 67.670557 116.194403) - (xy 67.648601 116.182667) - (xy 67.624776 116.17544) - (xy 67.6 116.173) - (xy 67.052606 116.173) - (xy 66.727 115.847394) - (xy 66.727 114.927) - (xy 67.347394 114.927) - ) - ) - ) - (zone (net 29) (net_name "+1V2") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf53ba) (hatch edge 0.508) - (priority 1) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 66.6 109.7) - (xy 66.6 110.8) - (xy 67 111.2) - (xy 67.6 111.2) - (xy 68.3 111.9) - (xy 69.6 111.9) - (xy 69.6 110.5) - (xy 68.2 110.5) - (xy 67.4 109.7) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 68.110197 110.589803) - (xy 68.129443 110.605597) - (xy 68.151399 110.617333) - (xy 68.175224 110.62456) - (xy 68.2 110.627) - (xy 69.473 110.627) - (xy 69.473 111.773) - (xy 68.352606 111.773) - (xy 67.689803 111.110197) - (xy 67.670557 111.094403) - (xy 67.648601 111.082667) - (xy 67.624776 111.07544) - (xy 67.6 111.073) - (xy 67.052606 111.073) - (xy 66.727 110.747394) - (xy 66.727 109.827) - (xy 67.347394 109.827) - ) - ) - ) - (zone (net 5) (net_name "+5V") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf53bd) (hatch edge 0.508) - (priority 1) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 63.7 111.6) - (xy 64.2 111.6) - (xy 64.2 109.7) - (xy 65.2 109.7) - (xy 65.2 111.2) - (xy 65.6 111.6) - (xy 65.6 112.4) - (xy 64.2 112.4) - (xy 63.7 112.9) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 65.073 111.2) - (xy 65.07544 111.224776) - (xy 65.082667 111.248601) - (xy 65.094403 111.270557) - (xy 65.110197 111.289803) - (xy 65.473 111.652606) - (xy 65.473 112.273) - (xy 64.2 112.273) - (xy 64.175224 112.27544) - (xy 64.151399 112.282667) - (xy 64.129443 112.294403) - (xy 64.110197 112.310197) - (xy 63.827 112.593394) - (xy 63.827 111.727) - (xy 64.2 111.727) - (xy 64.224776 111.72456) - (xy 64.248601 111.717333) - (xy 64.270557 111.705597) - (xy 64.289803 111.689803) - (xy 64.305597 111.670557) - (xy 64.317333 111.648601) - (xy 64.32456 111.624776) - (xy 64.327 111.6) - (xy 64.327 109.827) - (xy 65.073 109.827) - ) - ) - ) - (zone (net 5) (net_name "+5V") (layer "F.Cu") (tstamp 00000000-0000-0000-0000-00005faf53c0) (hatch edge 0.508) - (priority 1) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 64.2 114.8) - (xy 65.2 114.8) - (xy 65.2 116.3) - (xy 65.6 116.7) - (xy 65.6 117.5) - (xy 64.2 117.5) - (xy 63.7 118) - (xy 63.7 116.7) - (xy 64.2 116.7) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 65.073 116.3) - (xy 65.07544 116.324776) - (xy 65.082667 116.348601) - (xy 65.094403 116.370557) - (xy 65.110197 116.389803) - (xy 65.473 116.752606) - (xy 65.473 117.373) - (xy 64.2 117.373) - (xy 64.175224 117.37544) - (xy 64.151399 117.382667) - (xy 64.129443 117.394403) - (xy 64.110197 117.410197) - (xy 63.827 117.693394) - (xy 63.827 116.827) - (xy 64.2 116.827) - (xy 64.224776 116.82456) - (xy 64.248601 116.817333) - (xy 64.270557 116.805597) - (xy 64.289803 116.789803) - (xy 64.305597 116.770557) - (xy 64.317333 116.748601) - (xy 64.32456 116.724776) - (xy 64.327 116.7) - (xy 64.327 114.927) - (xy 65.073 114.927) - ) - ) - ) - (zone (net 0) (net_name "") (layers "F&B.Cu") (tstamp 00000000-0000-0000-0000-00005cca7240) (hatch edge 0.508) - (connect_pads (clearance 0)) - (min_thickness 0.0256) (filled_areas_thickness no) - (keepout (tracks not_allowed) (vias not_allowed) (pads allowed) (copperpour allowed) (footprints allowed)) - (fill (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 50 120) - (xy 130 120) - (xy 130 71) - (xy 50 71) - ) - ) - (polygon - (pts - (xy 51.7 90.9) - (xy 50.35 90.9) - (xy 50.35 100.1) - (xy 51.7 100.1) - (xy 51.7 118.3) - (xy 71.7 118.3) - (xy 71.7 119.8) - (xy 77.6 119.8) - (xy 77.6 118.3) - (xy 128.3 118.3) - (xy 128.3 72.7) - (xy 51.7 72.7) - ) - ) - ) - (zone (net 7) (net_name "/SHLD") (layer "In1.Cu") (tstamp 00000000-0000-0000-0000-00005faf53a2) (hatch edge 0.508) - (priority 2) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.2) (filled_areas_thickness no) - (fill yes (thermal_gap 0.3) (thermal_bridge_width 0.3) (smoothing fillet) (radius 0.5)) - (polygon - (pts - (xy 56.8 90.7) - (xy 56.8 100.3) - (xy 50 100.3) - (xy 50 90.7) - ) - ) - (filled_polygon - (layer "In1.Cu") - (pts - (xy 56.403307 90.814464) - (xy 56.499567 90.854336) - (xy 56.582232 90.917768) - (xy 56.645664 91.000433) - (xy 56.685536 91.096693) - (xy 56.7 91.206559) - (xy 56.7 99.793441) - (xy 56.685536 99.903307) - (xy 56.645664 99.999567) - (xy 56.582232 100.082232) - (xy 56.499567 100.145664) - (xy 56.403307 100.185536) - (xy 56.293441 100.2) - (xy 50.506559 100.2) - (xy 50.396693 100.185536) - (xy 50.300433 100.145664) - (xy 50.25 100.106965) - (xy 50.25 98.333377) - (xy 54.6751 98.333377) - (xy 54.6751 98.446623) - (xy 54.697193 98.557692) - (xy 54.74053 98.662317) - (xy 54.803446 98.756478) - (xy 54.883522 98.836554) - (xy 54.977683 98.89947) - (xy 55.082308 98.942807) - (xy 55.193377 98.9649) - (xy 55.306623 98.9649) - (xy 55.417692 98.942807) - (xy 55.522317 98.89947) - (xy 55.616478 98.836554) - (xy 55.696554 98.756478) - (xy 55.75947 98.662317) - (xy 55.802807 98.557692) - (xy 55.8249 98.446623) - (xy 55.8249 98.333377) - (xy 55.802807 98.222308) - (xy 55.75947 98.117683) - (xy 55.696554 98.023522) - (xy 55.616478 97.943446) - (xy 55.522317 97.88053) - (xy 55.417692 97.837193) - (xy 55.306623 97.8151) - (xy 55.193377 97.8151) - (xy 55.082308 97.837193) - (xy 54.977683 97.88053) - (xy 54.883522 97.943446) - (xy 54.803446 98.023522) - (xy 54.74053 98.117683) - (xy 54.697193 98.222308) - (xy 54.6751 98.333377) - (xy 50.25 98.333377) - (xy 50.25 95.19584) - (xy 54.9501 95.19584) - (xy 54.9501 95.30416) - (xy 54.971232 95.4104) - (xy 55.012685 95.510475) - (xy 55.072865 95.600541) - (xy 55.149459 95.677135) - (xy 55.239525 95.737315) - (xy 55.330503 95.775) - (xy 55.239525 95.812685) - (xy 55.149459 95.872865) - (xy 55.072865 95.949459) - (xy 55.012685 96.039525) - (xy 54.971232 96.1396) - (xy 54.9501 96.24584) - (xy 54.9501 96.35416) - (xy 54.971232 96.4604) - (xy 55.012685 96.560475) - (xy 55.072865 96.650541) - (xy 55.149459 96.727135) - (xy 55.239525 96.787315) - (xy 55.3396 96.828768) - (xy 55.44584 96.8499) - (xy 55.55416 96.8499) - (xy 55.6604 96.828768) - (xy 55.760475 96.787315) - (xy 55.850541 96.727135) - (xy 55.927135 96.650541) - (xy 55.987315 96.560475) - (xy 56.028768 96.4604) - (xy 56.0499 96.35416) - (xy 56.0499 96.24584) - (xy 56.028768 96.1396) - (xy 55.987315 96.039525) - (xy 55.927135 95.949459) - (xy 55.850541 95.872865) - (xy 55.760475 95.812685) - (xy 55.669497 95.775) - (xy 55.760475 95.737315) - (xy 55.850541 95.677135) - (xy 55.927135 95.600541) - (xy 55.987315 95.510475) - (xy 56.028768 95.4104) - (xy 56.0499 95.30416) - (xy 56.0499 95.19584) - (xy 56.028768 95.0896) - (xy 55.987315 94.989525) - (xy 55.927135 94.899459) - (xy 55.850541 94.822865) - (xy 55.760475 94.762685) - (xy 55.6604 94.721232) - (xy 55.55416 94.7001) - (xy 55.44584 94.7001) - (xy 55.3396 94.721232) - (xy 55.239525 94.762685) - (xy 55.149459 94.822865) - (xy 55.072865 94.899459) - (xy 55.012685 94.989525) - (xy 54.971232 95.0896) - (xy 54.9501 95.19584) - (xy 50.25 95.19584) - (xy 50.25 94.49584) - (xy 53.8501 94.49584) - (xy 53.8501 94.60416) - (xy 53.871232 94.7104) - (xy 53.912685 94.810475) - (xy 53.972865 94.900541) - (xy 54.049459 94.977135) - (xy 54.139525 95.037315) - (xy 54.2396 95.078768) - (xy 54.34584 95.0999) - (xy 54.45416 95.0999) - (xy 54.5604 95.078768) - (xy 54.660475 95.037315) - (xy 54.750541 94.977135) - (xy 54.827135 94.900541) - (xy 54.887315 94.810475) - (xy 54.928768 94.7104) - (xy 54.9499 94.60416) - (xy 54.9499 94.49584) - (xy 54.928768 94.3896) - (xy 54.887315 94.289525) - (xy 54.827135 94.199459) - (xy 54.750541 94.122865) - (xy 54.660475 94.062685) - (xy 54.5604 94.021232) - (xy 54.45416 94.0001) - (xy 54.34584 94.0001) - (xy 54.2396 94.021232) - (xy 54.139525 94.062685) - (xy 54.049459 94.122865) - (xy 53.972865 94.199459) - (xy 53.912685 94.289525) - (xy 53.871232 94.3896) - (xy 53.8501 94.49584) - (xy 50.25 94.49584) - (xy 50.25 92.553377) - (xy 54.6751 92.553377) - (xy 54.6751 92.666623) - (xy 54.697193 92.777692) - (xy 54.74053 92.882317) - (xy 54.803446 92.976478) - (xy 54.883522 93.056554) - (xy 54.977683 93.11947) - (xy 55.082308 93.162807) - (xy 55.193377 93.1849) - (xy 55.306623 93.1849) - (xy 55.417692 93.162807) - (xy 55.522317 93.11947) - (xy 55.616478 93.056554) - (xy 55.696554 92.976478) - (xy 55.75947 92.882317) - (xy 55.802807 92.777692) - (xy 55.8249 92.666623) - (xy 55.8249 92.553377) - (xy 55.802807 92.442308) - (xy 55.75947 92.337683) - (xy 55.696554 92.243522) - (xy 55.616478 92.163446) - (xy 55.522317 92.10053) - (xy 55.417692 92.057193) - (xy 55.306623 92.0351) - (xy 55.193377 92.0351) - (xy 55.082308 92.057193) - (xy 54.977683 92.10053) - (xy 54.883522 92.163446) - (xy 54.803446 92.243522) - (xy 54.74053 92.337683) - (xy 54.697193 92.442308) - (xy 54.6751 92.553377) - (xy 50.25 92.553377) - (xy 50.25 90.893035) - (xy 50.300433 90.854336) - (xy 50.396693 90.814464) - (xy 50.506559 90.8) - (xy 56.293441 90.8) - ) - ) - ) - (zone (net 204) (net_name "/SWSH") (layer "In1.Cu") (tstamp 00000000-0000-0000-0000-00005faf53ae) (hatch edge 0.508) - (priority 2) - (connect_pads (clearance 0.1)) - (min_thickness 0.2) (filled_areas_thickness no) - (fill yes (thermal_gap 0.3) (thermal_bridge_width 0.3) (smoothing fillet) (radius 0.5)) - (polygon - (pts - (xy 77.5 119.8) - (xy 71.8 119.8) - (xy 71.8 118.3) - (xy 77.5 118.3) - ) - ) - (filled_polygon - (layer "In1.Cu") - (pts - (xy 74.046515 118.555805) - (xy 74.65 119.159289) - (xy 75.253485 118.555805) - (xy 75.203105 118.4) - (xy 76.993441 118.4) - (xy 77.103307 118.414464) - (xy 77.199567 118.454336) - (xy 77.282232 118.517768) - (xy 77.345664 118.600433) - (xy 77.385536 118.696693) - (xy 77.4 118.806559) - (xy 77.4 119.293441) - (xy 77.385536 119.403307) - (xy 77.345664 119.499567) - (xy 77.282232 119.582232) - (xy 77.199567 119.645664) - (xy 77.103307 119.685536) - (xy 76.993441 119.7) - (xy 75.532711 119.7) - (xy 75.582339 119.604757) - (xy 75.637536 119.415666) - (xy 75.654782 119.219439) - (xy 75.633415 119.023619) - (xy 75.574256 118.83573) - (xy 75.491314 118.680553) - (xy 75.324195 118.626515) - (xy 74.720711 119.23) - (xy 74.734853 119.244142) - (xy 74.664142 119.314853) - (xy 74.65 119.300711) - (xy 74.635858 119.314853) - (xy 74.565147 119.244142) - (xy 74.579289 119.23) - (xy 73.975805 118.626515) - (xy 73.808686 118.680553) - (xy 73.717661 118.855243) - (xy 73.662464 119.044334) - (xy 73.645218 119.240561) - (xy 73.666585 119.436381) - (xy 73.725744 119.62427) - (xy 73.766222 119.7) - (xy 72.306559 119.7) - (xy 72.196693 119.685536) - (xy 72.100433 119.645664) - (xy 72.017768 119.582232) - (xy 71.954336 119.499567) - (xy 71.914464 119.403307) - (xy 71.9 119.293441) - (xy 71.9 118.806559) - (xy 71.914464 118.696693) - (xy 71.954336 118.600433) - (xy 72.017768 118.517768) - (xy 72.100433 118.454336) - (xy 72.196693 118.414464) - (xy 72.306559 118.4) - (xy 74.096895 118.4) - ) - ) - ) - (zone (net 3) (net_name "GND") (layer "In1.Cu") (tstamp 00000000-0000-0000-0000-00005faf53cc) (hatch edge 0.508) - (connect_pads (clearance 0.15)) - (min_thickness 0.15) (filled_areas_thickness no) - (fill yes (thermal_gap 0.5) (thermal_bridge_width 0.5)) - (polygon - (pts - (xy 50 120) - (xy 130 120) - (xy 130 71) - (xy 50 71) - ) - ) - (filled_polygon - (layer "In1.Cu") - (pts - (xy 126.723268 71.347236) - (xy 127.418984 71.557285) - (xy 128.060653 71.898467) - (xy 128.623831 72.357782) - (xy 129.087072 72.917745) - (xy 129.432723 73.557013) - (xy 129.647625 74.251249) - (xy 129.724953 74.986963) - (xy 129.725 75.000379) - (xy 129.725001 115.986536) - (xy 129.652764 116.723268) - (xy 129.442714 117.418988) - (xy 129.101532 118.060655) - (xy 128.642213 118.623836) - (xy 128.082255 119.087072) - (xy 127.442983 119.432726) - (xy 126.74875 119.647626) - (xy 126.013029 119.724953) - (xy 125.999621 119.725) - (xy 77.597663 119.725) - (xy 77.615249 119.698681) - (xy 77.654824 119.603137) - (xy 77.655085 119.601824) - (xy 77.690836 119.515514) - (xy 77.706038 119.458778) - (xy 77.723075 119.329368) - (xy 77.725 119.3) - (xy 77.725 118.8) - (xy 77.723075 118.770632) - (xy 77.706038 118.641222) - (xy 77.690836 118.584486) - (xy 77.655085 118.498176) - (xy 77.654824 118.496863) - (xy 77.615249 118.401319) - (xy 77.557794 118.315332) - (xy 77.484668 118.242206) - (xy 77.398681 118.184751) - (xy 77.303137 118.145176) - (xy 77.301824 118.144915) - (xy 77.215514 118.109164) - (xy 77.158778 118.093962) - (xy 77.104277 118.086787) - (xy 76.996452 117.978962) - (xy 77.197506 117.924746) - (xy 77.283653 117.70992) - (xy 77.326235 117.482417) - (xy 77.323614 117.250976) - (xy 77.275892 117.024495) - (xy 77.197506 116.835254) - (xy 76.99645 116.781037) - (xy 76.397487 117.38) - (xy 76.41163 117.394143) - (xy 76.164143 117.64163) - (xy 76.15 117.627487) - (xy 76.135858 117.64163) - (xy 75.888371 117.394143) - (xy 75.902513 117.38) - (xy 75.30355 116.781037) - (xy 75.102494 116.835254) - (xy 75.016347 117.05008) - (xy 74.973765 117.277583) - (xy 74.976386 117.509024) - (xy 75.024108 117.735505) - (xy 75.102494 117.924746) - (xy 75.303548 117.978962) - (xy 75.20751 118.075) - (xy 73.59482 118.075) - (xy 73.675907 118.020819) - (xy 73.790819 117.905907) - (xy 73.881106 117.770784) - (xy 73.943296 117.620644) - (xy 73.975 117.461255) - (xy 73.975 117.298745) - (xy 73.943296 117.139356) - (xy 73.881106 116.989216) - (xy 73.790819 116.854093) - (xy 73.675907 116.739181) - (xy 73.540784 116.648894) - (xy 73.390644 116.586704) - (xy 73.231255 116.555) - (xy 73.068745 116.555) - (xy 72.909356 116.586704) - (xy 72.759216 116.648894) - (xy 72.624093 116.739181) - (xy 72.509181 116.854093) - (xy 72.418894 116.989216) - (xy 72.356704 117.139356) - (xy 72.325 117.298745) - (xy 72.325 117.461255) - (xy 72.356704 117.620644) - (xy 72.418894 117.770784) - (xy 72.509181 117.905907) - (xy 72.624093 118.020819) - (xy 72.70518 118.075) - (xy 72.3 118.075) - (xy 72.270632 118.076925) - (xy 72.141222 118.093962) - (xy 72.084486 118.109164) - (xy 71.998176 118.144915) - (xy 71.996863 118.145176) - (xy 71.901319 118.184751) - (xy 71.815332 118.242206) - (xy 71.742206 118.315332) - (xy 71.684751 118.401319) - (xy 71.645176 118.496863) - (xy 71.644915 118.498176) - (xy 71.609164 118.584486) - (xy 71.593962 118.641222) - (xy 71.576925 118.770632) - (xy 71.575 118.8) - (xy 71.575 119.3) - (xy 71.576925 119.329368) - (xy 71.593962 119.458778) - (xy 71.609164 119.515514) - (xy 71.644915 119.601824) - (xy 71.645176 119.603137) - (xy 71.684751 119.698681) - (xy 71.702337 119.725) - (xy 54.013454 119.725) - (xy 53.276732 119.652764) - (xy 52.581012 119.442714) - (xy 51.939345 119.101532) - (xy 51.376164 118.642213) - (xy 50.912928 118.082255) - (xy 50.574901 117.457088) - (xy 61.464606 117.457088) - (xy 61.464606 117.560504) - (xy 61.484782 117.661933) - (xy 61.524357 117.757477) - (xy 61.581812 117.843464) - (xy 61.654938 117.91659) - (xy 61.740925 117.974045) - (xy 61.836469 118.01362) - (xy 61.937898 118.033796) - (xy 62.041314 118.033796) - (xy 62.142743 118.01362) - (xy 62.238287 117.974045) - (xy 62.324274 117.91659) - (xy 62.3974 117.843464) - (xy 62.454855 117.757477) - (xy 62.49443 117.661933) - (xy 62.514606 117.560504) - (xy 62.514606 117.457088) - (xy 62.49443 117.355659) - (xy 62.454855 117.260115) - (xy 62.3974 117.174128) - (xy 62.324274 117.101002) - (xy 62.238287 117.043547) - (xy 62.142743 117.003972) - (xy 62.041314 116.983796) - (xy 61.937898 116.983796) - (xy 61.836469 117.003972) - (xy 61.740925 117.043547) - (xy 61.654938 117.101002) - (xy 61.581812 117.174128) - (xy 61.524357 117.260115) - (xy 61.484782 117.355659) - (xy 61.464606 117.457088) - (xy 50.574901 117.457088) - (xy 50.567274 117.442983) - (xy 50.414131 116.948254) - (xy 63.175 116.948254) - (xy 63.175 117.05167) - (xy 63.195176 117.153099) - (xy 63.234751 117.248643) - (xy 63.25241 117.275071) - (xy 63.234751 117.301499) - (xy 63.195176 117.397043) - (xy 63.175 117.498472) - (xy 63.175 117.601888) - (xy 63.195176 117.703317) - (xy 63.234751 117.798861) - (xy 63.292206 117.884848) - (xy 63.365332 117.957974) - (xy 63.451319 118.015429) - (xy 63.546863 118.055004) - (xy 63.648292 118.07518) - (xy 63.751708 118.07518) - (xy 63.853137 118.055004) - (xy 63.948681 118.015429) - (xy 64.034668 117.957974) - (xy 64.107794 117.884848) - (xy 64.165249 117.798861) - (xy 64.204824 117.703317) - (xy 64.225 117.601888) - (xy 64.225 117.498472) - (xy 64.204824 117.397043) - (xy 64.165249 117.301499) - (xy 64.14759 117.275071) - (xy 64.165249 117.248643) - (xy 64.204824 117.153099) - (xy 64.225 117.05167) - (xy 64.225 116.948254) - (xy 64.204824 116.846825) - (xy 64.165249 116.751281) - (xy 64.107794 116.665294) - (xy 64.034668 116.592168) - (xy 63.948681 116.534713) - (xy 63.853137 116.495138) - (xy 63.751708 116.474962) - (xy 63.648292 116.474962) - (xy 63.546863 116.495138) - (xy 63.451319 116.534713) - (xy 63.365332 116.592168) - (xy 63.292206 116.665294) - (xy 63.234751 116.751281) - (xy 63.195176 116.846825) - (xy 63.175 116.948254) - (xy 50.414131 116.948254) - (xy 50.352374 116.74875) - (xy 50.31556 116.398481) - (xy 69.018821 116.398481) - (xy 69.018821 116.501897) - (xy 69.038997 116.603326) - (xy 69.078572 116.69887) - (xy 69.136027 116.784857) - (xy 69.209153 116.857983) - (xy 69.29514 116.915438) - (xy 69.390684 116.955013) - (xy 69.492113 116.975189) - (xy 69.595529 116.975189) - (xy 69.696958 116.955013) - (xy 69.792502 116.915438) - (xy 69.878489 116.857983) - (xy 69.951615 116.784857) - (xy 70.00907 116.69887) - (xy 70.048645 116.603326) - (xy 70.062524 116.53355) - (xy 75.551037 116.53355) - (xy 76.15 117.132513) - (xy 76.748963 116.53355) - (xy 76.694746 116.332494) - (xy 76.47992 116.246347) - (xy 76.252417 116.203765) - (xy 76.020976 116.206386) - (xy 75.794495 116.254108) - (xy 75.605254 116.332494) - (xy 75.551037 116.53355) - (xy 70.062524 116.53355) - (xy 70.068821 116.501897) - (xy 70.068821 116.398481) - (xy 70.048645 116.297052) - (xy 70.010712 116.205471) - (xy 70.015249 116.198681) - (xy 70.054824 116.103137) - (xy 70.075 116.001708) - (xy 70.075 115.948292) - (xy 82.275 115.948292) - (xy 82.275 116.051708) - (xy 82.295176 116.153137) - (xy 82.334751 116.248681) - (xy 82.392206 116.334668) - (xy 82.465332 116.407794) - (xy 82.551319 116.465249) - (xy 82.646863 116.504824) - (xy 82.748292 116.525) - (xy 82.851708 116.525) - (xy 82.953137 116.504824) - (xy 83.048681 116.465249) - (xy 83.134668 116.407794) - (xy 83.207794 116.334668) - (xy 83.265249 116.248681) - (xy 83.304824 116.153137) - (xy 83.325 116.051708) - (xy 83.325 115.948292) - (xy 87.775 115.948292) - (xy 87.775 116.051708) - (xy 87.795176 116.153137) - (xy 87.834751 116.248681) - (xy 87.892206 116.334668) - (xy 87.965332 116.407794) - (xy 88.051319 116.465249) - (xy 88.146863 116.504824) - (xy 88.248292 116.525) - (xy 88.351708 116.525) - (xy 88.453137 116.504824) - (xy 88.548681 116.465249) - (xy 88.634668 116.407794) - (xy 88.707794 116.334668) - (xy 88.765249 116.248681) - (xy 88.804824 116.153137) - (xy 88.825 116.051708) - (xy 88.825 115.948292) - (xy 88.804824 115.846863) - (xy 88.765249 115.751319) - (xy 88.740395 115.714122) - (xy 91.495 115.714122) - (xy 91.495 115.925878) - (xy 91.536312 116.133566) - (xy 91.617348 116.329203) - (xy 91.734993 116.505272) - (xy 91.884728 116.655007) - (xy 92.060797 116.772652) - (xy 92.256434 116.853688) - (xy 92.464122 116.895) - (xy 92.675878 116.895) - (xy 92.883566 116.853688) - (xy 92.901752 116.846155) - (xy 94.331333 116.846155) - (xy 94.416241 117.072606) - (xy 94.673943 117.183883) - (xy 94.948402 117.242747) - (xy 95.229071 117.246936) - (xy 95.505165 117.196288) - (xy 95.766072 117.09275) - (xy 95.803759 117.072606) - (xy 95.888667 116.846155) - (xy 96.871333 116.846155) - (xy 96.956241 117.072606) - (xy 97.213943 117.183883) - (xy 97.488402 117.242747) - (xy 97.769071 117.246936) - (xy 98.045165 117.196288) - (xy 98.306072 117.09275) - (xy 98.343759 117.072606) - (xy 98.428667 116.846155) - (xy 99.411333 116.846155) - (xy 99.496241 117.072606) - (xy 99.753943 117.183883) - (xy 100.028402 117.242747) - (xy 100.309071 117.246936) - (xy 100.585165 117.196288) - (xy 100.846072 117.09275) - (xy 100.883759 117.072606) - (xy 100.968667 116.846155) - (xy 101.951333 116.846155) - (xy 102.036241 117.072606) - (xy 102.293943 117.183883) - (xy 102.568402 117.242747) - (xy 102.849071 117.246936) - (xy 103.125165 117.196288) - (xy 103.386072 117.09275) - (xy 103.423759 117.072606) - (xy 103.508667 116.846155) - (xy 104.491333 116.846155) - (xy 104.576241 117.072606) - (xy 104.833943 117.183883) - (xy 105.108402 117.242747) - (xy 105.389071 117.246936) - (xy 105.665165 117.196288) - (xy 105.926072 117.09275) - (xy 105.963759 117.072606) - (xy 106.048667 116.846155) - (xy 107.031333 116.846155) - (xy 107.116241 117.072606) - (xy 107.373943 117.183883) - (xy 107.648402 117.242747) - (xy 107.929071 117.246936) - (xy 108.205165 117.196288) - (xy 108.466072 117.09275) - (xy 108.503759 117.072606) - (xy 108.588667 116.846155) - (xy 109.571333 116.846155) - (xy 109.656241 117.072606) - (xy 109.913943 117.183883) - (xy 110.188402 117.242747) - (xy 110.469071 117.246936) - (xy 110.745165 117.196288) - (xy 111.006072 117.09275) - (xy 111.043759 117.072606) - (xy 111.128667 116.846155) - (xy 112.111333 116.846155) - (xy 112.196241 117.072606) - (xy 112.453943 117.183883) - (xy 112.728402 117.242747) - (xy 113.009071 117.246936) - (xy 113.285165 117.196288) - (xy 113.546072 117.09275) - (xy 113.583759 117.072606) - (xy 113.668667 116.846155) - (xy 112.89 116.067487) - (xy 112.111333 116.846155) - (xy 111.128667 116.846155) - (xy 110.35 116.067487) - (xy 109.571333 116.846155) - (xy 108.588667 116.846155) - (xy 107.81 116.067487) - (xy 107.031333 116.846155) - (xy 106.048667 116.846155) - (xy 105.27 116.067487) - (xy 104.491333 116.846155) - (xy 103.508667 116.846155) - (xy 102.73 116.067487) - (xy 101.951333 116.846155) - (xy 100.968667 116.846155) - (xy 100.19 116.067487) - (xy 99.411333 116.846155) - (xy 98.428667 116.846155) - (xy 97.65 116.067487) - (xy 96.871333 116.846155) - (xy 95.888667 116.846155) - (xy 95.11 116.067487) - (xy 94.331333 116.846155) - (xy 92.901752 116.846155) - (xy 93.079203 116.772652) - (xy 93.255272 116.655007) - (xy 93.405007 116.505272) - (xy 93.522652 116.329203) - (xy 93.603688 116.133566) - (xy 93.642375 115.939071) - (xy 93.683064 115.939071) - (xy 93.733712 116.215165) - (xy 93.83725 116.476072) - (xy 93.857394 116.513759) - (xy 94.083845 116.598667) - (xy 94.862513 115.82) - (xy 95.357487 115.82) - (xy 96.136155 116.598667) - (xy 96.362606 116.513759) - (xy 96.378151 116.477758) - (xy 96.397394 116.513759) - (xy 96.623845 116.598667) - (xy 97.402513 115.82) - (xy 97.897487 115.82) - (xy 98.676155 116.598667) - (xy 98.902606 116.513759) - (xy 98.918151 116.477758) - (xy 98.937394 116.513759) - (xy 99.163845 116.598667) - (xy 99.942513 115.82) - (xy 100.437487 115.82) - (xy 101.216155 116.598667) - (xy 101.442606 116.513759) - (xy 101.458151 116.477758) - (xy 101.477394 116.513759) - (xy 101.703845 116.598667) - (xy 102.482513 115.82) - (xy 102.977487 115.82) - (xy 103.756155 116.598667) - (xy 103.982606 116.513759) - (xy 103.998151 116.477758) - (xy 104.017394 116.513759) - (xy 104.243845 116.598667) - (xy 105.022513 115.82) - (xy 105.517487 115.82) - (xy 106.296155 116.598667) - (xy 106.522606 116.513759) - (xy 106.538151 116.477758) - (xy 106.557394 116.513759) - (xy 106.783845 116.598667) - (xy 107.562513 115.82) - (xy 108.057487 115.82) - (xy 108.836155 116.598667) - (xy 109.062606 116.513759) - (xy 109.078151 116.477758) - (xy 109.097394 116.513759) - (xy 109.323845 116.598667) - (xy 110.102513 115.82) - (xy 110.597487 115.82) - (xy 111.376155 116.598667) - (xy 111.602606 116.513759) - (xy 111.618151 116.477758) - (xy 111.637394 116.513759) - (xy 111.863845 116.598667) - (xy 112.642513 115.82) - (xy 113.137487 115.82) - (xy 113.916155 116.598667) - (xy 114.142606 116.513759) - (xy 114.253883 116.256057) - (xy 114.312747 115.981598) - (xy 114.316739 115.714122) - (xy 114.355 115.714122) - (xy 114.355 115.925878) - (xy 114.396312 116.133566) - (xy 114.477348 116.329203) - (xy 114.594993 116.505272) - (xy 114.744728 116.655007) - (xy 114.920797 116.772652) - (xy 115.116434 116.853688) - (xy 115.324122 116.895) - (xy 115.535878 116.895) - (xy 115.743566 116.853688) - (xy 115.939203 116.772652) - (xy 116.115272 116.655007) - (xy 116.265007 116.505272) - (xy 116.382652 116.329203) - (xy 116.463688 116.133566) - (xy 116.505 115.925878) - (xy 116.505 115.714122) - (xy 116.463688 115.506434) - (xy 116.382652 115.310797) - (xy 116.265007 115.134728) - (xy 116.115272 114.984993) - (xy 115.939203 114.867348) - (xy 115.743566 114.786312) - (xy 115.535878 114.745) - (xy 115.324122 114.745) - (xy 115.116434 114.786312) - (xy 114.920797 114.867348) - (xy 114.744728 114.984993) - (xy 114.594993 115.134728) - (xy 114.477348 115.310797) - (xy 114.396312 115.506434) - (xy 114.355 115.714122) - (xy 114.316739 115.714122) - (xy 114.316936 115.700929) - (xy 114.266288 115.424835) - (xy 114.16275 115.163928) - (xy 114.142606 115.126241) - (xy 113.916155 115.041333) - (xy 113.137487 115.82) - (xy 112.642513 115.82) - (xy 111.863845 115.041333) - (xy 111.637394 115.126241) - (xy 111.621849 115.162242) - (xy 111.602606 115.126241) - (xy 111.376155 115.041333) - (xy 110.597487 115.82) - (xy 110.102513 115.82) - (xy 109.323845 115.041333) - (xy 109.097394 115.126241) - (xy 109.081849 115.162242) - (xy 109.062606 115.126241) - (xy 108.836155 115.041333) - (xy 108.057487 115.82) - (xy 107.562513 115.82) - (xy 106.783845 115.041333) - (xy 106.557394 115.126241) - (xy 106.541849 115.162242) - (xy 106.522606 115.126241) - (xy 106.296155 115.041333) - (xy 105.517487 115.82) - (xy 105.022513 115.82) - (xy 104.243845 115.041333) - (xy 104.017394 115.126241) - (xy 104.001849 115.162242) - (xy 103.982606 115.126241) - (xy 103.756155 115.041333) - (xy 102.977487 115.82) - (xy 102.482513 115.82) - (xy 101.703845 115.041333) - (xy 101.477394 115.126241) - (xy 101.461849 115.162242) - (xy 101.442606 115.126241) - (xy 101.216155 115.041333) - (xy 100.437487 115.82) - (xy 99.942513 115.82) - (xy 99.163845 115.041333) - (xy 98.937394 115.126241) - (xy 98.921849 115.162242) - (xy 98.902606 115.126241) - (xy 98.676155 115.041333) - (xy 97.897487 115.82) - (xy 97.402513 115.82) - (xy 96.623845 115.041333) - (xy 96.397394 115.126241) - (xy 96.381849 115.162242) - (xy 96.362606 115.126241) - (xy 96.136155 115.041333) - (xy 95.357487 115.82) - (xy 94.862513 115.82) - (xy 94.083845 115.041333) - (xy 93.857394 115.126241) - (xy 93.746117 115.383943) - (xy 93.687253 115.658402) - (xy 93.683064 115.939071) - (xy 93.642375 115.939071) - (xy 93.645 115.925878) - (xy 93.645 115.714122) - (xy 93.603688 115.506434) - (xy 93.522652 115.310797) - (xy 93.405007 115.134728) - (xy 93.255272 114.984993) - (xy 93.079203 114.867348) - (xy 92.901753 114.793845) - (xy 94.331333 114.793845) - (xy 95.11 115.572513) - (xy 95.888667 114.793845) - (xy 96.871333 114.793845) - (xy 97.65 115.572513) - (xy 98.428667 114.793845) - (xy 99.411333 114.793845) - (xy 100.19 115.572513) - (xy 100.968667 114.793845) - (xy 101.951333 114.793845) - (xy 102.73 115.572513) - (xy 103.508667 114.793845) - (xy 104.491333 114.793845) - (xy 105.27 115.572513) - (xy 106.048667 114.793845) - (xy 107.031333 114.793845) - (xy 107.81 115.572513) - (xy 108.588667 114.793845) - (xy 109.571333 114.793845) - (xy 110.35 115.572513) - (xy 111.128667 114.793845) - (xy 112.111333 114.793845) - (xy 112.89 115.572513) - (xy 113.668667 114.793845) - (xy 113.583759 114.567394) - (xy 113.326057 114.456117) - (xy 113.051598 114.397253) - (xy 112.770929 114.393064) - (xy 112.494835 114.443712) - (xy 112.233928 114.54725) - (xy 112.196241 114.567394) - (xy 112.111333 114.793845) - (xy 111.128667 114.793845) - (xy 111.043759 114.567394) - (xy 110.786057 114.456117) - (xy 110.511598 114.397253) - (xy 110.230929 114.393064) - (xy 109.954835 114.443712) - (xy 109.693928 114.54725) - (xy 109.656241 114.567394) - (xy 109.571333 114.793845) - (xy 108.588667 114.793845) - (xy 108.503759 114.567394) - (xy 108.246057 114.456117) - (xy 107.971598 114.397253) - (xy 107.690929 114.393064) - (xy 107.414835 114.443712) - (xy 107.153928 114.54725) - (xy 107.116241 114.567394) - (xy 107.031333 114.793845) - (xy 106.048667 114.793845) - (xy 105.963759 114.567394) - (xy 105.706057 114.456117) - (xy 105.431598 114.397253) - (xy 105.150929 114.393064) - (xy 104.874835 114.443712) - (xy 104.613928 114.54725) - (xy 104.576241 114.567394) - (xy 104.491333 114.793845) - (xy 103.508667 114.793845) - (xy 103.423759 114.567394) - (xy 103.166057 114.456117) - (xy 102.891598 114.397253) - (xy 102.610929 114.393064) - (xy 102.334835 114.443712) - (xy 102.073928 114.54725) - (xy 102.036241 114.567394) - (xy 101.951333 114.793845) - (xy 100.968667 114.793845) - (xy 100.883759 114.567394) - (xy 100.626057 114.456117) - (xy 100.351598 114.397253) - (xy 100.070929 114.393064) - (xy 99.794835 114.443712) - (xy 99.533928 114.54725) - (xy 99.496241 114.567394) - (xy 99.411333 114.793845) - (xy 98.428667 114.793845) - (xy 98.343759 114.567394) - (xy 98.086057 114.456117) - (xy 97.811598 114.397253) - (xy 97.530929 114.393064) - (xy 97.254835 114.443712) - (xy 96.993928 114.54725) - (xy 96.956241 114.567394) - (xy 96.871333 114.793845) - (xy 95.888667 114.793845) - (xy 95.803759 114.567394) - (xy 95.546057 114.456117) - (xy 95.271598 114.397253) - (xy 94.990929 114.393064) - (xy 94.714835 114.443712) - (xy 94.453928 114.54725) - (xy 94.416241 114.567394) - (xy 94.331333 114.793845) - (xy 92.901753 114.793845) - (xy 92.883566 114.786312) - (xy 92.675878 114.745) - (xy 92.464122 114.745) - (xy 92.256434 114.786312) - (xy 92.060797 114.867348) - (xy 91.884728 114.984993) - (xy 91.734993 115.134728) - (xy 91.617348 115.310797) - (xy 91.536312 115.506434) - (xy 91.495 115.714122) - (xy 88.740395 115.714122) - (xy 88.707794 115.665332) - (xy 88.634668 115.592206) - (xy 88.548681 115.534751) - (xy 88.453137 115.495176) - (xy 88.351708 115.475) - (xy 88.248292 115.475) - (xy 88.146863 115.495176) - (xy 88.051319 115.534751) - (xy 87.965332 115.592206) - (xy 87.892206 115.665332) - (xy 87.834751 115.751319) - (xy 87.795176 115.846863) - (xy 87.775 115.948292) - (xy 83.325 115.948292) - (xy 83.304824 115.846863) - (xy 83.265249 115.751319) - (xy 83.207794 115.665332) - (xy 83.134668 115.592206) - (xy 83.048681 115.534751) - (xy 82.953137 115.495176) - (xy 82.851708 115.475) - (xy 82.748292 115.475) - (xy 82.646863 115.495176) - (xy 82.551319 115.534751) - (xy 82.465332 115.592206) - (xy 82.392206 115.665332) - (xy 82.334751 115.751319) - (xy 82.295176 115.846863) - (xy 82.275 115.948292) - (xy 70.075 115.948292) - (xy 70.075 115.898292) - (xy 70.054824 115.796863) - (xy 70.015249 115.701319) - (xy 69.957794 115.615332) - (xy 69.884668 115.542206) - (xy 69.798681 115.484751) - (xy 69.703137 115.445176) - (xy 69.601708 115.425) - (xy 69.498292 115.425) - (xy 69.396863 115.445176) - (xy 69.301319 115.484751) - (xy 69.215332 115.542206) - (xy 69.142206 115.615332) - (xy 69.084751 115.701319) - (xy 69.045176 115.796863) - (xy 69.025 115.898292) - (xy 69.025 116.001708) - (xy 69.045176 116.103137) - (xy 69.083109 116.194718) - (xy 69.078572 116.201508) - (xy 69.038997 116.297052) - (xy 69.018821 116.398481) - (xy 50.31556 116.398481) - (xy 50.275047 116.013029) - (xy 50.275 115.999621) - (xy 50.275 114.948292) - (xy 58.875014 114.948292) - (xy 58.875014 115.051708) - (xy 58.89519 115.153137) - (xy 58.934765 115.248681) - (xy 58.99222 115.334668) - (xy 59.065346 115.407794) - (xy 59.151333 115.465249) - (xy 59.246877 115.504824) - (xy 59.348306 115.525) - (xy 59.451722 115.525) - (xy 59.553151 115.504824) - (xy 59.648695 115.465249) - (xy 59.734682 115.407794) - (xy 59.807808 115.334668) - (xy 59.865263 115.248681) - (xy 59.904838 115.153137) - (xy 59.925014 115.051708) - (xy 59.925014 114.948292) - (xy 59.904838 114.846863) - (xy 59.865263 114.751319) - (xy 59.807808 114.665332) - (xy 59.734682 114.592206) - (xy 59.648695 114.534751) - (xy 59.553151 114.495176) - (xy 59.451722 114.475) - (xy 59.348306 114.475) - (xy 59.246877 114.495176) - (xy 59.151333 114.534751) - (xy 59.065346 114.592206) - (xy 58.99222 114.665332) - (xy 58.934765 114.751319) - (xy 58.89519 114.846863) - (xy 58.875014 114.948292) - (xy 50.275 114.948292) - (xy 50.275 114.233292) - (xy 70.075 114.233292) - (xy 70.075 114.336708) - (xy 70.095176 114.438137) - (xy 70.134751 114.533681) - (xy 70.192206 114.619668) - (xy 70.265332 114.692794) - (xy 70.351319 114.750249) - (xy 70.446863 114.789824) - (xy 70.548292 114.81) - (xy 70.651708 114.81) - (xy 70.753137 114.789824) - (xy 70.848681 114.750249) - (xy 70.934668 114.692794) - (xy 71.007794 114.619668) - (xy 71.065249 114.533681) - (xy 71.104824 114.438137) - (xy 71.125 114.336708) - (xy 71.125 114.233292) - (xy 71.104824 114.131863) - (xy 71.065249 114.036319) - (xy 71.007794 113.950332) - (xy 70.934668 113.877206) - (xy 70.848681 113.819751) - (xy 70.795694 113.797803) - (xy 70.856181 113.772749) - (xy 70.942168 113.715294) - (xy 71.015294 113.642168) - (xy 71.072749 113.556181) - (xy 71.112324 113.460637) - (xy 71.114779 113.448292) - (xy 87.775 113.448292) - (xy 87.775 113.551708) - (xy 87.795176 113.653137) - (xy 87.834751 113.748681) - (xy 87.892206 113.834668) - (xy 87.965332 113.907794) - (xy 88.051319 113.965249) - (xy 88.146863 114.004824) - (xy 88.248292 114.025) - (xy 88.351708 114.025) - (xy 88.453137 114.004824) - (xy 88.548681 113.965249) - (xy 88.634668 113.907794) - (xy 88.707794 113.834668) - (xy 88.765249 113.748681) - (xy 88.804824 113.653137) - (xy 88.825 113.551708) - (xy 88.825 113.448292) - (xy 88.804824 113.346863) - (xy 88.765249 113.251319) - (xy 88.713668 113.174122) - (xy 91.495 113.174122) - (xy 91.495 113.385878) - (xy 91.536312 113.593566) - (xy 91.617348 113.789203) - (xy 91.734993 113.965272) - (xy 91.884728 114.115007) - (xy 92.060797 114.232652) - (xy 92.256434 114.313688) - (xy 92.464122 114.355) - (xy 92.675878 114.355) - (xy 92.883566 114.313688) - (xy 93.079203 114.232652) - (xy 93.255272 114.115007) - (xy 93.405007 113.965272) - (xy 93.522652 113.789203) - (xy 93.603688 113.593566) - (xy 93.645 113.385878) - (xy 93.645 113.174122) - (xy 94.035 113.174122) - (xy 94.035 113.385878) - (xy 94.076312 113.593566) - (xy 94.157348 113.789203) - (xy 94.274993 113.965272) - (xy 94.424728 114.115007) - (xy 94.600797 114.232652) - (xy 94.796434 114.313688) - (xy 95.004122 114.355) - (xy 95.215878 114.355) - (xy 95.423566 114.313688) - (xy 95.619203 114.232652) - (xy 95.795272 114.115007) - (xy 95.945007 113.965272) - (xy 96.062652 113.789203) - (xy 96.143688 113.593566) - (xy 96.185 113.385878) - (xy 96.185 113.174122) - (xy 96.575 113.174122) - (xy 96.575 113.385878) - (xy 96.616312 113.593566) - (xy 96.697348 113.789203) - (xy 96.814993 113.965272) - (xy 96.964728 114.115007) - (xy 97.140797 114.232652) - (xy 97.336434 114.313688) - (xy 97.544122 114.355) - (xy 97.755878 114.355) - (xy 97.963566 114.313688) - (xy 98.159203 114.232652) - (xy 98.335272 114.115007) - (xy 98.485007 113.965272) - (xy 98.602652 113.789203) - (xy 98.683688 113.593566) - (xy 98.725 113.385878) - (xy 98.725 113.174122) - (xy 99.115 113.174122) - (xy 99.115 113.385878) - (xy 99.156312 113.593566) - (xy 99.237348 113.789203) - (xy 99.354993 113.965272) - (xy 99.504728 114.115007) - (xy 99.680797 114.232652) - (xy 99.876434 114.313688) - (xy 100.084122 114.355) - (xy 100.295878 114.355) - (xy 100.503566 114.313688) - (xy 100.699203 114.232652) - (xy 100.875272 114.115007) - (xy 101.025007 113.965272) - (xy 101.142652 113.789203) - (xy 101.223688 113.593566) - (xy 101.265 113.385878) - (xy 101.265 113.174122) - (xy 101.655 113.174122) - (xy 101.655 113.385878) - (xy 101.696312 113.593566) - (xy 101.777348 113.789203) - (xy 101.894993 113.965272) - (xy 102.044728 114.115007) - (xy 102.220797 114.232652) - (xy 102.416434 114.313688) - (xy 102.624122 114.355) - (xy 102.835878 114.355) - (xy 103.043566 114.313688) - (xy 103.239203 114.232652) - (xy 103.415272 114.115007) - (xy 103.565007 113.965272) - (xy 103.682652 113.789203) - (xy 103.763688 113.593566) - (xy 103.805 113.385878) - (xy 103.805 113.174122) - (xy 104.195 113.174122) - (xy 104.195 113.385878) - (xy 104.236312 113.593566) - (xy 104.317348 113.789203) - (xy 104.434993 113.965272) - (xy 104.584728 114.115007) - (xy 104.760797 114.232652) - (xy 104.956434 114.313688) - (xy 105.164122 114.355) - (xy 105.375878 114.355) - (xy 105.583566 114.313688) - (xy 105.779203 114.232652) - (xy 105.955272 114.115007) - (xy 106.105007 113.965272) - (xy 106.222652 113.789203) - (xy 106.303688 113.593566) - (xy 106.345 113.385878) - (xy 106.345 113.174122) - (xy 106.735 113.174122) - (xy 106.735 113.385878) - (xy 106.776312 113.593566) - (xy 106.857348 113.789203) - (xy 106.974993 113.965272) - (xy 107.124728 114.115007) - (xy 107.300797 114.232652) - (xy 107.496434 114.313688) - (xy 107.704122 114.355) - (xy 107.915878 114.355) - (xy 108.123566 114.313688) - (xy 108.319203 114.232652) - (xy 108.495272 114.115007) - (xy 108.645007 113.965272) - (xy 108.762652 113.789203) - (xy 108.843688 113.593566) - (xy 108.885 113.385878) - (xy 108.885 113.174122) - (xy 109.275 113.174122) - (xy 109.275 113.385878) - (xy 109.316312 113.593566) - (xy 109.397348 113.789203) - (xy 109.514993 113.965272) - (xy 109.664728 114.115007) - (xy 109.840797 114.232652) - (xy 110.036434 114.313688) - (xy 110.244122 114.355) - (xy 110.455878 114.355) - (xy 110.663566 114.313688) - (xy 110.859203 114.232652) - (xy 111.035272 114.115007) - (xy 111.185007 113.965272) - (xy 111.302652 113.789203) - (xy 111.383688 113.593566) - (xy 111.425 113.385878) - (xy 111.425 113.174122) - (xy 111.815 113.174122) - (xy 111.815 113.385878) - (xy 111.856312 113.593566) - (xy 111.937348 113.789203) - (xy 112.054993 113.965272) - (xy 112.204728 114.115007) - (xy 112.380797 114.232652) - (xy 112.576434 114.313688) - (xy 112.784122 114.355) - (xy 112.995878 114.355) - (xy 113.203566 114.313688) - (xy 113.399203 114.232652) - (xy 113.575272 114.115007) - (xy 113.725007 113.965272) - (xy 113.842652 113.789203) - (xy 113.923688 113.593566) - (xy 113.965 113.385878) - (xy 113.965 113.174122) - (xy 113.923688 112.966434) - (xy 113.842652 112.770797) - (xy 113.781984 112.68) - (xy 114.353912 112.68) - (xy 114.353912 113.88) - (xy 114.36306 113.97288) - (xy 114.390152 114.062191) - (xy 114.434147 114.1445) - (xy 114.493355 114.216645) - (xy 114.5655 114.275853) - (xy 114.647809 114.319848) - (xy 114.73712 114.34694) - (xy 114.83 114.356088) - (xy 116.03 114.356088) - (xy 116.12288 114.34694) - (xy 116.212191 114.319848) - (xy 116.2945 114.275853) - (xy 116.366645 114.216645) - (xy 116.425853 114.1445) - (xy 116.469848 114.062191) - (xy 116.49694 113.97288) - (xy 116.506088 113.88) - (xy 116.506088 112.68) - (xy 116.49694 112.58712) - (xy 116.469848 112.497809) - (xy 116.425853 112.4155) - (xy 116.366645 112.343355) - (xy 116.2945 112.284147) - (xy 116.212191 112.240152) - (xy 116.12288 112.21306) - (xy 116.03 112.203912) - (xy 114.83 112.203912) - (xy 114.73712 112.21306) - (xy 114.647809 112.240152) - (xy 114.5655 112.284147) - (xy 114.493355 112.343355) - (xy 114.434147 112.4155) - (xy 114.390152 112.497809) - (xy 114.36306 112.58712) - (xy 114.353912 112.68) - (xy 113.781984 112.68) - (xy 113.725007 112.594728) - (xy 113.575272 112.444993) - (xy 113.399203 112.327348) - (xy 113.203566 112.246312) - (xy 112.995878 112.205) - (xy 112.784122 112.205) - (xy 112.576434 112.246312) - (xy 112.380797 112.327348) - (xy 112.204728 112.444993) - (xy 112.054993 112.594728) - (xy 111.937348 112.770797) - (xy 111.856312 112.966434) - (xy 111.815 113.174122) - (xy 111.425 113.174122) - (xy 111.383688 112.966434) - (xy 111.302652 112.770797) - (xy 111.185007 112.594728) - (xy 111.035272 112.444993) - (xy 110.859203 112.327348) - (xy 110.663566 112.246312) - (xy 110.455878 112.205) - (xy 110.244122 112.205) - (xy 110.036434 112.246312) - (xy 109.840797 112.327348) - (xy 109.664728 112.444993) - (xy 109.514993 112.594728) - (xy 109.397348 112.770797) - (xy 109.316312 112.966434) - (xy 109.275 113.174122) - (xy 108.885 113.174122) - (xy 108.843688 112.966434) - (xy 108.762652 112.770797) - (xy 108.645007 112.594728) - (xy 108.495272 112.444993) - (xy 108.319203 112.327348) - (xy 108.123566 112.246312) - (xy 107.915878 112.205) - (xy 107.704122 112.205) - (xy 107.496434 112.246312) - (xy 107.300797 112.327348) - (xy 107.124728 112.444993) - (xy 106.974993 112.594728) - (xy 106.857348 112.770797) - (xy 106.776312 112.966434) - (xy 106.735 113.174122) - (xy 106.345 113.174122) - (xy 106.303688 112.966434) - (xy 106.222652 112.770797) - (xy 106.105007 112.594728) - (xy 105.955272 112.444993) - (xy 105.779203 112.327348) - (xy 105.583566 112.246312) - (xy 105.375878 112.205) - (xy 105.164122 112.205) - (xy 104.956434 112.246312) - (xy 104.760797 112.327348) - (xy 104.584728 112.444993) - (xy 104.434993 112.594728) - (xy 104.317348 112.770797) - (xy 104.236312 112.966434) - (xy 104.195 113.174122) - (xy 103.805 113.174122) - (xy 103.763688 112.966434) - (xy 103.682652 112.770797) - (xy 103.565007 112.594728) - (xy 103.415272 112.444993) - (xy 103.239203 112.327348) - (xy 103.043566 112.246312) - (xy 102.835878 112.205) - (xy 102.624122 112.205) - (xy 102.416434 112.246312) - (xy 102.220797 112.327348) - (xy 102.044728 112.444993) - (xy 101.894993 112.594728) - (xy 101.777348 112.770797) - (xy 101.696312 112.966434) - (xy 101.655 113.174122) - (xy 101.265 113.174122) - (xy 101.223688 112.966434) - (xy 101.142652 112.770797) - (xy 101.025007 112.594728) - (xy 100.875272 112.444993) - (xy 100.699203 112.327348) - (xy 100.503566 112.246312) - (xy 100.295878 112.205) - (xy 100.084122 112.205) - (xy 99.876434 112.246312) - (xy 99.680797 112.327348) - (xy 99.504728 112.444993) - (xy 99.354993 112.594728) - (xy 99.237348 112.770797) - (xy 99.156312 112.966434) - (xy 99.115 113.174122) - (xy 98.725 113.174122) - (xy 98.683688 112.966434) - (xy 98.602652 112.770797) - (xy 98.485007 112.594728) - (xy 98.335272 112.444993) - (xy 98.159203 112.327348) - (xy 97.963566 112.246312) - (xy 97.755878 112.205) - (xy 97.544122 112.205) - (xy 97.336434 112.246312) - (xy 97.140797 112.327348) - (xy 96.964728 112.444993) - (xy 96.814993 112.594728) - (xy 96.697348 112.770797) - (xy 96.616312 112.966434) - (xy 96.575 113.174122) - (xy 96.185 113.174122) - (xy 96.143688 112.966434) - (xy 96.062652 112.770797) - (xy 95.945007 112.594728) - (xy 95.795272 112.444993) - (xy 95.619203 112.327348) - (xy 95.423566 112.246312) - (xy 95.215878 112.205) - (xy 95.004122 112.205) - (xy 94.796434 112.246312) - (xy 94.600797 112.327348) - (xy 94.424728 112.444993) - (xy 94.274993 112.594728) - (xy 94.157348 112.770797) - (xy 94.076312 112.966434) - (xy 94.035 113.174122) - (xy 93.645 113.174122) - (xy 93.603688 112.966434) - (xy 93.522652 112.770797) - (xy 93.405007 112.594728) - (xy 93.255272 112.444993) - (xy 93.079203 112.327348) - (xy 92.883566 112.246312) - (xy 92.675878 112.205) - (xy 92.464122 112.205) - (xy 92.256434 112.246312) - (xy 92.060797 112.327348) - (xy 91.884728 112.444993) - (xy 91.734993 112.594728) - (xy 91.617348 112.770797) - (xy 91.536312 112.966434) - (xy 91.495 113.174122) - (xy 88.713668 113.174122) - (xy 88.707794 113.165332) - (xy 88.634668 113.092206) - (xy 88.548681 113.034751) - (xy 88.453137 112.995176) - (xy 88.351708 112.975) - (xy 88.248292 112.975) - (xy 88.146863 112.995176) - (xy 88.051319 113.034751) - (xy 87.965332 113.092206) - (xy 87.892206 113.165332) - (xy 87.834751 113.251319) - (xy 87.795176 113.346863) - (xy 87.775 113.448292) - (xy 71.114779 113.448292) - (xy 71.1325 113.359208) - (xy 71.1325 113.255792) - (xy 71.112324 113.154363) - (xy 71.072749 113.058819) - (xy 71.015294 112.972832) - (xy 70.942168 112.899706) - (xy 70.856181 112.842251) - (xy 70.760637 112.802676) - (xy 70.659208 112.7825) - (xy 70.555792 112.7825) - (xy 70.454363 112.802676) - (xy 70.358819 112.842251) - (xy 70.272832 112.899706) - (xy 70.199706 112.972832) - (xy 70.142251 113.058819) - (xy 70.102676 113.154363) - (xy 70.0825 113.255792) - (xy 70.0825 113.359208) - (xy 70.102676 113.460637) - (xy 70.142251 113.556181) - (xy 70.199706 113.642168) - (xy 70.272832 113.715294) - (xy 70.358819 113.772749) - (xy 70.411806 113.794697) - (xy 70.351319 113.819751) - (xy 70.265332 113.877206) - (xy 70.192206 113.950332) - (xy 70.134751 114.036319) - (xy 70.095176 114.131863) - (xy 70.075 114.233292) - (xy 50.275 114.233292) - (xy 50.275 112.748292) - (xy 60.775 112.748292) - (xy 60.775 112.851708) - (xy 60.795176 112.953137) - (xy 60.834751 113.048681) - (xy 60.892206 113.134668) - (xy 60.965332 113.207794) - (xy 61.051319 113.265249) - (xy 61.146863 113.304824) - (xy 61.248292 113.325) - (xy 61.351708 113.325) - (xy 61.453137 113.304824) - (xy 61.548681 113.265249) - (xy 61.634668 113.207794) - (xy 61.707794 113.134668) - (xy 61.765249 113.048681) - (xy 61.804824 112.953137) - (xy 61.825 112.851708) - (xy 61.825 112.748292) - (xy 61.804824 112.646863) - (xy 61.765249 112.551319) - (xy 61.707794 112.465332) - (xy 61.634668 112.392206) - (xy 61.548681 112.334751) - (xy 61.453137 112.295176) - (xy 61.351708 112.275) - (xy 61.248292 112.275) - (xy 61.146863 112.295176) - (xy 61.051319 112.334751) - (xy 60.965332 112.392206) - (xy 60.892206 112.465332) - (xy 60.834751 112.551319) - (xy 60.795176 112.646863) - (xy 60.775 112.748292) - (xy 50.275 112.748292) - (xy 50.275 110.898292) - (xy 63.175 110.898292) - (xy 63.175 111.001708) - (xy 63.195176 111.103137) - (xy 63.234751 111.198681) - (xy 63.252337 111.225) - (xy 63.234751 111.251319) - (xy 63.195176 111.346863) - (xy 63.175 111.448292) - (xy 63.175 111.551708) - (xy 63.195176 111.653137) - (xy 63.234751 111.748681) - (xy 63.252337 111.775) - (xy 63.234751 111.801319) - (xy 63.195176 111.896863) - (xy 63.175 111.998292) - (xy 63.175 112.101708) - (xy 63.195176 112.203137) - (xy 63.234751 112.298681) - (xy 63.252337 112.325) - (xy 63.234751 112.351319) - (xy 63.195176 112.446863) - (xy 63.175 112.548292) - (xy 63.175 112.651708) - (xy 63.195176 112.753137) - (xy 63.234751 112.848681) - (xy 63.292206 112.934668) - (xy 63.365332 113.007794) - (xy 63.451319 113.065249) - (xy 63.546863 113.104824) - (xy 63.648292 113.125) - (xy 63.751708 113.125) - (xy 63.853137 113.104824) - (xy 63.948681 113.065249) - (xy 64.034668 113.007794) - (xy 64.107794 112.934668) - (xy 64.165249 112.848681) - (xy 64.204824 112.753137) - (xy 64.225 112.651708) - (xy 64.225 112.548292) - (xy 64.205109 112.448292) - (xy 75.575 112.448292) - (xy 75.575 112.551708) - (xy 75.595176 112.653137) - (xy 75.634751 112.748681) - (xy 75.692206 112.834668) - (xy 75.765332 112.907794) - (xy 75.851319 112.965249) - (xy 75.946863 113.004824) - (xy 76.048292 113.025) - (xy 76.151708 113.025) - (xy 76.253137 113.004824) - (xy 76.348681 112.965249) - (xy 76.434668 112.907794) - (xy 76.507794 112.834668) - (xy 76.565249 112.748681) - (xy 76.604824 112.653137) - (xy 76.625 112.551708) - (xy 76.625 112.448292) - (xy 76.604824 112.346863) - (xy 76.565249 112.251319) - (xy 76.507794 112.165332) - (xy 76.434668 112.092206) - (xy 76.348681 112.034751) - (xy 76.253137 111.995176) - (xy 76.151708 111.975) - (xy 76.048292 111.975) - (xy 75.946863 111.995176) - (xy 75.851319 112.034751) - (xy 75.765332 112.092206) - (xy 75.692206 112.165332) - (xy 75.634751 112.251319) - (xy 75.595176 112.346863) - (xy 75.575 112.448292) - (xy 64.205109 112.448292) - (xy 64.204824 112.446863) - (xy 64.165249 112.351319) - (xy 64.147663 112.325) - (xy 64.165249 112.298681) - (xy 64.204824 112.203137) - (xy 64.225 112.101708) - (xy 64.225 111.998292) - (xy 64.204824 111.896863) - (xy 64.165249 111.801319) - (xy 64.147663 111.775) - (xy 64.165249 111.748681) - (xy 64.204824 111.653137) - (xy 64.225 111.551708) - (xy 64.225 111.448292) - (xy 64.204824 111.346863) - (xy 64.165249 111.251319) - (xy 64.147663 111.225) - (xy 64.165249 111.198681) - (xy 64.204824 111.103137) - (xy 64.225 111.001708) - (xy 64.225 110.898292) - (xy 64.205109 110.798292) - (xy 69.025 110.798292) - (xy 69.025 110.901708) - (xy 69.045176 111.003137) - (xy 69.084751 111.098681) - (xy 69.142206 111.184668) - (xy 69.157538 111.2) - (xy 69.142206 111.215332) - (xy 69.084751 111.301319) - (xy 69.045176 111.396863) - (xy 69.025 111.498292) - (xy 69.025 111.601708) - (xy 69.045176 111.703137) - (xy 69.084751 111.798681) - (xy 69.142206 111.884668) - (xy 69.215332 111.957794) - (xy 69.301319 112.015249) - (xy 69.396863 112.054824) - (xy 69.498292 112.075) - (xy 69.601708 112.075) - (xy 69.703137 112.054824) - (xy 69.798681 112.015249) - (xy 69.884668 111.957794) - (xy 69.89417 111.948292) - (xy 90.175 111.948292) - (xy 90.175 112.051708) - (xy 90.195176 112.153137) - (xy 90.234751 112.248681) - (xy 90.292206 112.334668) - (xy 90.365332 112.407794) - (xy 90.451319 112.465249) - (xy 90.546863 112.504824) - (xy 90.648292 112.525) - (xy 90.751708 112.525) - (xy 90.853137 112.504824) - (xy 90.948681 112.465249) - (xy 91.034668 112.407794) - (xy 91.107794 112.334668) - (xy 91.165249 112.248681) - (xy 91.204824 112.153137) - (xy 91.225 112.051708) - (xy 91.225 111.948292) - (xy 91.204824 111.846863) - (xy 91.165249 111.751319) - (xy 91.107794 111.665332) - (xy 91.034668 111.592206) - (xy 90.948681 111.534751) - (xy 90.853137 111.495176) - (xy 90.751708 111.475) - (xy 90.648292 111.475) - (xy 90.546863 111.495176) - (xy 90.451319 111.534751) - (xy 90.365332 111.592206) - (xy 90.292206 111.665332) - (xy 90.234751 111.751319) - (xy 90.195176 111.846863) - (xy 90.175 111.948292) - (xy 69.89417 111.948292) - (xy 69.957794 111.884668) - (xy 70.015249 111.798681) - (xy 70.054824 111.703137) - (xy 70.075 111.601708) - (xy 70.075 111.498292) - (xy 70.054824 111.396863) - (xy 70.015249 111.301319) - (xy 69.957794 111.215332) - (xy 69.942462 111.2) - (xy 69.957794 111.184668) - (xy 70.015249 111.098681) - (xy 70.054824 111.003137) - (xy 70.065733 110.948292) - (xy 82.275 110.948292) - (xy 82.275 111.051708) - (xy 82.295176 111.153137) - (xy 82.334751 111.248681) - (xy 82.392206 111.334668) - (xy 82.465332 111.407794) - (xy 82.551319 111.465249) - (xy 82.646863 111.504824) - (xy 82.748292 111.525) - (xy 82.851708 111.525) - (xy 82.953137 111.504824) - (xy 83.048681 111.465249) - (xy 83.074058 111.448292) - (xy 100.675 111.448292) - (xy 100.675 111.551708) - (xy 100.695176 111.653137) - (xy 100.734751 111.748681) - (xy 100.792206 111.834668) - (xy 100.865332 111.907794) - (xy 100.951319 111.965249) - (xy 101.046863 112.004824) - (xy 101.148292 112.025) - (xy 101.251708 112.025) - (xy 101.353137 112.004824) - (xy 101.448681 111.965249) - (xy 101.534668 111.907794) - (xy 101.6 111.842462) - (xy 101.665332 111.907794) - (xy 101.751319 111.965249) - (xy 101.846863 112.004824) - (xy 101.948292 112.025) - (xy 102.051708 112.025) - (xy 102.153137 112.004824) - (xy 102.248681 111.965249) - (xy 102.334668 111.907794) - (xy 102.4 111.842462) - (xy 102.465332 111.907794) - (xy 102.551319 111.965249) - (xy 102.646863 112.004824) - (xy 102.748292 112.025) - (xy 102.851708 112.025) - (xy 102.953137 112.004824) - (xy 103.048681 111.965249) - (xy 103.134668 111.907794) - (xy 103.2 111.842462) - (xy 103.265332 111.907794) - (xy 103.351319 111.965249) - (xy 103.446863 112.004824) - (xy 103.548292 112.025) - (xy 103.651708 112.025) - (xy 103.753137 112.004824) - (xy 103.848681 111.965249) - (xy 103.934668 111.907794) - (xy 104 111.842462) - (xy 104.065332 111.907794) - (xy 104.151319 111.965249) - (xy 104.246863 112.004824) - (xy 104.348292 112.025) - (xy 104.451708 112.025) - (xy 104.553137 112.004824) - (xy 104.648681 111.965249) - (xy 104.734668 111.907794) - (xy 104.783578 111.858884) - (xy 104.792206 111.871796) - (xy 104.865332 111.944922) - (xy 104.951319 112.002377) - (xy 105.046863 112.041952) - (xy 105.148292 112.062128) - (xy 105.251708 112.062128) - (xy 105.353137 112.041952) - (xy 105.448681 112.002377) - (xy 105.534668 111.944922) - (xy 105.607794 111.871796) - (xy 105.665249 111.785809) - (xy 105.670551 111.773009) - (xy 105.682229 111.801203) - (xy 105.739684 111.88719) - (xy 105.81281 111.960316) - (xy 105.898797 112.017771) - (xy 105.994341 112.057346) - (xy 106.09577 112.077522) - (xy 106.199186 112.077522) - (xy 106.300615 112.057346) - (xy 106.396159 112.017771) - (xy 106.482146 111.960316) - (xy 106.545707 111.896755) - (xy 106.554396 111.909758) - (xy 106.627522 111.982884) - (xy 106.713509 112.040339) - (xy 106.809053 112.079914) - (xy 106.910482 112.10009) - (xy 107.013898 112.10009) - (xy 107.115327 112.079914) - (xy 107.210871 112.040339) - (xy 107.296858 111.982884) - (xy 107.369984 111.909758) - (xy 107.427439 111.823771) - (xy 107.467014 111.728227) - (xy 107.48719 111.626798) - (xy 107.48719 111.523382) - (xy 107.467014 111.421953) - (xy 107.427439 111.326409) - (xy 107.375243 111.248292) - (xy 122.075 111.248292) - (xy 122.075 111.351708) - (xy 122.095176 111.453137) - (xy 122.134751 111.548681) - (xy 122.192206 111.634668) - (xy 122.265332 111.707794) - (xy 122.351319 111.765249) - (xy 122.446863 111.804824) - (xy 122.548292 111.825) - (xy 122.651708 111.825) - (xy 122.753137 111.804824) - (xy 122.848681 111.765249) - (xy 122.934668 111.707794) - (xy 123.007794 111.634668) - (xy 123.065249 111.548681) - (xy 123.104824 111.453137) - (xy 123.125 111.351708) - (xy 123.125 111.248292) - (xy 123.104824 111.146863) - (xy 123.065249 111.051319) - (xy 123.007794 110.965332) - (xy 122.934668 110.892206) - (xy 122.848681 110.834751) - (xy 122.753137 110.795176) - (xy 122.651708 110.775) - (xy 122.548292 110.775) - (xy 122.446863 110.795176) - (xy 122.351319 110.834751) - (xy 122.265332 110.892206) - (xy 122.192206 110.965332) - (xy 122.134751 111.051319) - (xy 122.095176 111.146863) - (xy 122.075 111.248292) - (xy 107.375243 111.248292) - (xy 107.369984 111.240422) - (xy 107.296858 111.167296) - (xy 107.210871 111.109841) - (xy 107.115327 111.070266) - (xy 107.013898 111.05009) - (xy 106.910482 111.05009) - (xy 106.809053 111.070266) - (xy 106.713509 111.109841) - (xy 106.627522 111.167296) - (xy 106.563961 111.230857) - (xy 106.555272 111.217854) - (xy 106.482146 111.144728) - (xy 106.396159 111.087273) - (xy 106.300615 111.047698) - (xy 106.199186 111.027522) - (xy 106.09577 111.027522) - (xy 105.994341 111.047698) - (xy 105.898797 111.087273) - (xy 105.81281 111.144728) - (xy 105.739684 111.217854) - (xy 105.682229 111.303841) - (xy 105.676927 111.316641) - (xy 105.665249 111.288447) - (xy 105.607794 111.20246) - (xy 105.534668 111.129334) - (xy 105.448681 111.071879) - (xy 105.353137 111.032304) - (xy 105.251708 111.012128) - (xy 105.148292 111.012128) - (xy 105.046863 111.032304) - (xy 104.951319 111.071879) - (xy 104.865332 111.129334) - (xy 104.816422 111.178244) - (xy 104.807794 111.165332) - (xy 104.734668 111.092206) - (xy 104.648681 111.034751) - (xy 104.553137 110.995176) - (xy 104.451708 110.975) - (xy 104.348292 110.975) - (xy 104.246863 110.995176) - (xy 104.151319 111.034751) - (xy 104.065332 111.092206) - (xy 104 111.157538) - (xy 103.934668 111.092206) - (xy 103.848681 111.034751) - (xy 103.753137 110.995176) - (xy 103.651708 110.975) - (xy 103.548292 110.975) - (xy 103.446863 110.995176) - (xy 103.351319 111.034751) - (xy 103.265332 111.092206) - (xy 103.2 111.157538) - (xy 103.134668 111.092206) - (xy 103.048681 111.034751) - (xy 102.953137 110.995176) - (xy 102.851708 110.975) - (xy 102.748292 110.975) - (xy 102.646863 110.995176) - (xy 102.551319 111.034751) - (xy 102.465332 111.092206) - (xy 102.4 111.157538) - (xy 102.334668 111.092206) - (xy 102.248681 111.034751) - (xy 102.153137 110.995176) - (xy 102.051708 110.975) - (xy 101.948292 110.975) - (xy 101.846863 110.995176) - (xy 101.751319 111.034751) - (xy 101.665332 111.092206) - (xy 101.6 111.157538) - (xy 101.534668 111.092206) - (xy 101.448681 111.034751) - (xy 101.353137 110.995176) - (xy 101.251708 110.975) - (xy 101.148292 110.975) - (xy 101.046863 110.995176) - (xy 100.951319 111.034751) - (xy 100.865332 111.092206) - (xy 100.792206 111.165332) - (xy 100.734751 111.251319) - (xy 100.695176 111.346863) - (xy 100.675 111.448292) - (xy 83.074058 111.448292) - (xy 83.134668 111.407794) - (xy 83.207794 111.334668) - (xy 83.265249 111.248681) - (xy 83.304824 111.153137) - (xy 83.325 111.051708) - (xy 83.325 110.948292) - (xy 83.304824 110.846863) - (xy 83.265249 110.751319) - (xy 83.207794 110.665332) - (xy 83.134668 110.592206) - (xy 83.048681 110.534751) - (xy 82.953137 110.495176) - (xy 82.851708 110.475) - (xy 82.748292 110.475) - (xy 82.646863 110.495176) - (xy 82.551319 110.534751) - (xy 82.465332 110.592206) - (xy 82.392206 110.665332) - (xy 82.334751 110.751319) - (xy 82.295176 110.846863) - (xy 82.275 110.948292) - (xy 70.065733 110.948292) - (xy 70.075 110.901708) - (xy 70.075 110.798292) - (xy 70.054824 110.696863) - (xy 70.015249 110.601319) - (xy 69.957794 110.515332) - (xy 69.884668 110.442206) - (xy 69.798681 110.384751) - (xy 69.703137 110.345176) - (xy 69.601708 110.325) - (xy 69.498292 110.325) - (xy 69.396863 110.345176) - (xy 69.301319 110.384751) - (xy 69.215332 110.442206) - (xy 69.142206 110.515332) - (xy 69.084751 110.601319) - (xy 69.045176 110.696863) - (xy 69.025 110.798292) - (xy 64.205109 110.798292) - (xy 64.204824 110.796863) - (xy 64.165249 110.701319) - (xy 64.107794 110.615332) - (xy 64.034668 110.542206) - (xy 63.948681 110.484751) - (xy 63.853137 110.445176) - (xy 63.751708 110.425) - (xy 63.648292 110.425) - (xy 63.546863 110.445176) - (xy 63.451319 110.484751) - (xy 63.365332 110.542206) - (xy 63.292206 110.615332) - (xy 63.234751 110.701319) - (xy 63.195176 110.796863) - (xy 63.175 110.898292) - (xy 50.275 110.898292) - (xy 50.275 109.948292) - (xy 59.175 109.948292) - (xy 59.175 110.051708) - (xy 59.195176 110.153137) - (xy 59.234751 110.248681) - (xy 59.292206 110.334668) - (xy 59.365332 110.407794) - (xy 59.451319 110.465249) - (xy 59.546863 110.504824) - (xy 59.648292 110.525) - (xy 59.751708 110.525) - (xy 59.853137 110.504824) - (xy 59.948681 110.465249) - (xy 60.034668 110.407794) - (xy 60.107794 110.334668) - (xy 60.165249 110.248681) - (xy 60.204824 110.153137) - (xy 60.225 110.051708) - (xy 60.225 109.948292) - (xy 60.204824 109.846863) - (xy 60.165249 109.751319) - (xy 60.107794 109.665332) - (xy 60.034668 109.592206) - (xy 59.948681 109.534751) - (xy 59.853137 109.495176) - (xy 59.751708 109.475) - (xy 59.648292 109.475) - (xy 59.546863 109.495176) - (xy 59.451319 109.534751) - (xy 59.365332 109.592206) - (xy 59.292206 109.665332) - (xy 59.234751 109.751319) - (xy 59.195176 109.846863) - (xy 59.175 109.948292) - (xy 50.275 109.948292) - (xy 50.275 109.248292) - (xy 71.475 109.248292) - (xy 71.475 109.351708) - (xy 71.495176 109.453137) - (xy 71.534751 109.548681) - (xy 71.592206 109.634668) - (xy 71.665332 109.707794) - (xy 71.751319 109.765249) - (xy 71.846863 109.804824) - (xy 71.948292 109.825) - (xy 72.051708 109.825) - (xy 72.153137 109.804824) - (xy 72.248681 109.765249) - (xy 72.334668 109.707794) - (xy 72.407794 109.634668) - (xy 72.465249 109.548681) - (xy 72.504824 109.453137) - (xy 72.525 109.351708) - (xy 72.525 109.248292) - (xy 74.975 109.248292) - (xy 74.975 109.351708) - (xy 74.995176 109.453137) - (xy 75.034751 109.548681) - (xy 75.092206 109.634668) - (xy 75.165332 109.707794) - (xy 75.251319 109.765249) - (xy 75.346863 109.804824) - (xy 75.448292 109.825) - (xy 75.551708 109.825) - (xy 75.653137 109.804824) - (xy 75.748681 109.765249) - (xy 75.834668 109.707794) - (xy 75.907794 109.634668) - (xy 75.965249 109.548681) - (xy 76.004824 109.453137) - (xy 76.025 109.351708) - (xy 76.025 109.248292) - (xy 76.004824 109.146863) - (xy 75.965249 109.051319) - (xy 75.907794 108.965332) - (xy 75.834668 108.892206) - (xy 75.748681 108.834751) - (xy 75.653137 108.795176) - (xy 75.551708 108.775) - (xy 75.448292 108.775) - (xy 75.346863 108.795176) - (xy 75.251319 108.834751) - (xy 75.165332 108.892206) - (xy 75.092206 108.965332) - (xy 75.034751 109.051319) - (xy 74.995176 109.146863) - (xy 74.975 109.248292) - (xy 72.525 109.248292) - (xy 72.504824 109.146863) - (xy 72.465249 109.051319) - (xy 72.407794 108.965332) - (xy 72.334668 108.892206) - (xy 72.248681 108.834751) - (xy 72.153137 108.795176) - (xy 72.051708 108.775) - (xy 71.948292 108.775) - (xy 71.846863 108.795176) - (xy 71.751319 108.834751) - (xy 71.665332 108.892206) - (xy 71.592206 108.965332) - (xy 71.534751 109.051319) - (xy 71.495176 109.146863) - (xy 71.475 109.248292) - (xy 50.275 109.248292) - (xy 50.275 107.948292) - (xy 59.175 107.948292) - (xy 59.175 108.051708) - (xy 59.195176 108.153137) - (xy 59.234751 108.248681) - (xy 59.292206 108.334668) - (xy 59.365332 108.407794) - (xy 59.451319 108.465249) - (xy 59.546863 108.504824) - (xy 59.648292 108.525) - (xy 59.751708 108.525) - (xy 59.853137 108.504824) - (xy 59.948681 108.465249) - (xy 60.034668 108.407794) - (xy 60.107794 108.334668) - (xy 60.165249 108.248681) - (xy 60.204824 108.153137) - (xy 60.212169 108.116209) - (xy 80.465 108.116209) - (xy 80.465 108.68379) - (xy 80.480844 108.844656) - (xy 80.543457 109.051065) - (xy 80.645136 109.241293) - (xy 80.781972 109.408028) - (xy 80.948707 109.544864) - (xy 81.138934 109.646543) - (xy 81.345343 109.709156) - (xy 81.56 109.730298) - (xy 81.774656 109.709156) - (xy 81.981065 109.646543) - (xy 82.171293 109.544864) - (xy 82.225959 109.5) - (xy 82.652218 109.5) - (xy 82.66332 109.61272) - (xy 82.696199 109.721108) - (xy 82.749592 109.820998) - (xy 82.821446 109.908554) - (xy 82.909002 109.980408) - (xy 83.008892 110.033801) - (xy 83.11728 110.06668) - (xy 83.23 110.077782) - (xy 83.78125 110.075) - (xy 83.925 109.93125) - (xy 83.925 108.575) - (xy 84.275 108.575) - (xy 84.275 109.93125) - (xy 84.41875 110.075) - (xy 84.97 110.077782) - (xy 85.08272 110.06668) - (xy 85.191108 110.033801) - (xy 85.290998 109.980408) - (xy 85.378554 109.908554) - (xy 85.450408 109.820998) - (xy 85.503801 109.721108) - (xy 85.53668 109.61272) - (xy 85.543025 109.548292) - (xy 116.975 109.548292) - (xy 116.975 109.651708) - (xy 116.995176 109.753137) - (xy 117.034751 109.848681) - (xy 117.092206 109.934668) - (xy 117.165332 110.007794) - (xy 117.251319 110.065249) - (xy 117.346863 110.104824) - (xy 117.448292 110.125) - (xy 117.551708 110.125) - (xy 117.653137 110.104824) - (xy 117.748681 110.065249) - (xy 117.834668 110.007794) - (xy 117.907794 109.934668) - (xy 117.965249 109.848681) - (xy 118.004824 109.753137) - (xy 118.025 109.651708) - (xy 118.025 109.548292) - (xy 118.004824 109.446863) - (xy 117.965249 109.351319) - (xy 117.907794 109.265332) - (xy 117.834668 109.192206) - (xy 117.748681 109.134751) - (xy 117.653137 109.095176) - (xy 117.551708 109.075) - (xy 117.448292 109.075) - (xy 117.346863 109.095176) - (xy 117.251319 109.134751) - (xy 117.165332 109.192206) - (xy 117.092206 109.265332) - (xy 117.034751 109.351319) - (xy 116.995176 109.446863) - (xy 116.975 109.548292) - (xy 85.543025 109.548292) - (xy 85.547782 109.5) - (xy 85.545 108.71875) - (xy 85.424542 108.598292) - (xy 105.675 108.598292) - (xy 105.675 108.701708) - (xy 105.695176 108.803137) - (xy 105.734751 108.898681) - (xy 105.792206 108.984668) - (xy 105.865332 109.057794) - (xy 105.951319 109.115249) - (xy 106.046863 109.154824) - (xy 106.148292 109.175) - (xy 106.251708 109.175) - (xy 106.353137 109.154824) - (xy 106.448681 109.115249) - (xy 106.534668 109.057794) - (xy 106.607794 108.984668) - (xy 106.665249 108.898681) - (xy 106.704824 108.803137) - (xy 106.725 108.701708) - (xy 106.725 108.598292) - (xy 106.704824 108.496863) - (xy 106.676547 108.428594) - (xy 107.085 108.428594) - (xy 107.085 108.571406) - (xy 107.112861 108.711475) - (xy 107.167513 108.843416) - (xy 107.246856 108.962161) - (xy 107.347839 109.063144) - (xy 107.466584 109.142487) - (xy 107.598525 109.197139) - (xy 107.738594 109.225) - (xy 107.881406 109.225) - (xy 108.021475 109.197139) - (xy 108.153416 109.142487) - (xy 108.272161 109.063144) - (xy 108.373144 108.962161) - (xy 108.445 108.854621) - (xy 108.516856 108.962161) - (xy 108.617839 109.063144) - (xy 108.736584 109.142487) - (xy 108.868525 109.197139) - (xy 109.008594 109.225) - (xy 109.151406 109.225) - (xy 109.291475 109.197139) - (xy 109.423416 109.142487) - (xy 109.542161 109.063144) - (xy 109.643144 108.962161) - (xy 109.715 108.854621) - (xy 109.786856 108.962161) - (xy 109.887839 109.063144) - (xy 110.006584 109.142487) - (xy 110.138525 109.197139) - (xy 110.278594 109.225) - (xy 110.421406 109.225) - (xy 110.561475 109.197139) - (xy 110.693416 109.142487) - (xy 110.812161 109.063144) - (xy 110.913144 108.962161) - (xy 110.985 108.854621) - (xy 111.056856 108.962161) - (xy 111.157839 109.063144) - (xy 111.276584 109.142487) - (xy 111.408525 109.197139) - (xy 111.548594 109.225) - (xy 111.691406 109.225) - (xy 111.831475 109.197139) - (xy 111.963416 109.142487) - (xy 112.082161 109.063144) - (xy 112.183144 108.962161) - (xy 112.255 108.854621) - (xy 112.326856 108.962161) - (xy 112.427839 109.063144) - (xy 112.546584 109.142487) - (xy 112.678525 109.197139) - (xy 112.818594 109.225) - (xy 112.961406 109.225) - (xy 113.101475 109.197139) - (xy 113.233416 109.142487) - (xy 113.352161 109.063144) - (xy 113.453144 108.962161) - (xy 113.525 108.854621) - (xy 113.596856 108.962161) - (xy 113.697839 109.063144) - (xy 113.816584 109.142487) - (xy 113.948525 109.197139) - (xy 114.088594 109.225) - (xy 114.231406 109.225) - (xy 114.371475 109.197139) - (xy 114.503416 109.142487) - (xy 114.622161 109.063144) - (xy 114.723144 108.962161) - (xy 114.795 108.854621) - (xy 114.866856 108.962161) - (xy 114.967839 109.063144) - (xy 115.086584 109.142487) - (xy 115.218525 109.197139) - (xy 115.358594 109.225) - (xy 115.501406 109.225) - (xy 115.641475 109.197139) - (xy 115.773416 109.142487) - (xy 115.892161 109.063144) - (xy 115.993144 108.962161) - (xy 116.065 108.854621) - (xy 116.136856 108.962161) - (xy 116.237839 109.063144) - (xy 116.356584 109.142487) - (xy 116.488525 109.197139) - (xy 116.628594 109.225) - (xy 116.771406 109.225) - (xy 116.911475 109.197139) - (xy 117.043416 109.142487) - (xy 117.162161 109.063144) - (xy 117.263144 108.962161) - (xy 117.342487 108.843416) - (xy 117.397139 108.711475) - (xy 117.425 108.571406) - (xy 117.425 108.448292) - (xy 125.175 108.448292) - (xy 125.175 108.551708) - (xy 125.195176 108.653137) - (xy 125.234751 108.748681) - (xy 125.292206 108.834668) - (xy 125.365332 108.907794) - (xy 125.451319 108.965249) - (xy 125.546863 109.004824) - (xy 125.648292 109.025) - (xy 125.751708 109.025) - (xy 125.853137 109.004824) - (xy 125.948681 108.965249) - (xy 126.034668 108.907794) - (xy 126.107794 108.834668) - (xy 126.165249 108.748681) - (xy 126.204824 108.653137) - (xy 126.225 108.551708) - (xy 126.225 108.448292) - (xy 126.204824 108.346863) - (xy 126.165249 108.251319) - (xy 126.107794 108.165332) - (xy 126.034668 108.092206) - (xy 125.968947 108.048292) - (xy 127.275 108.048292) - (xy 127.275 108.151708) - (xy 127.295176 108.253137) - (xy 127.334751 108.348681) - (xy 127.392206 108.434668) - (xy 127.465332 108.507794) - (xy 127.551319 108.565249) - (xy 127.646863 108.604824) - (xy 127.748292 108.625) - (xy 127.851708 108.625) - (xy 127.953137 108.604824) - (xy 128.048681 108.565249) - (xy 128.134668 108.507794) - (xy 128.207794 108.434668) - (xy 128.265249 108.348681) - (xy 128.304824 108.253137) - (xy 128.325 108.151708) - (xy 128.325 108.048292) - (xy 128.304824 107.946863) - (xy 128.265249 107.851319) - (xy 128.207794 107.765332) - (xy 128.134668 107.692206) - (xy 128.048681 107.634751) - (xy 127.953137 107.595176) - (xy 127.851708 107.575) - (xy 127.748292 107.575) - (xy 127.646863 107.595176) - (xy 127.551319 107.634751) - (xy 127.465332 107.692206) - (xy 127.392206 107.765332) - (xy 127.334751 107.851319) - (xy 127.295176 107.946863) - (xy 127.275 108.048292) - (xy 125.968947 108.048292) - (xy 125.948681 108.034751) - (xy 125.853137 107.995176) - (xy 125.751708 107.975) - (xy 125.648292 107.975) - (xy 125.546863 107.995176) - (xy 125.451319 108.034751) - (xy 125.365332 108.092206) - (xy 125.292206 108.165332) - (xy 125.234751 108.251319) - (xy 125.195176 108.346863) - (xy 125.175 108.448292) - (xy 117.425 108.448292) - (xy 117.425 108.428594) - (xy 117.397139 108.288525) - (xy 117.342487 108.156584) - (xy 117.263144 108.037839) - (xy 117.162161 107.936856) - (xy 117.043416 107.857513) - (xy 116.911475 107.802861) - (xy 116.771406 107.775) - (xy 116.628594 107.775) - (xy 116.488525 107.802861) - (xy 116.356584 107.857513) - (xy 116.237839 107.936856) - (xy 116.136856 108.037839) - (xy 116.065 108.145379) - (xy 115.993144 108.037839) - (xy 115.892161 107.936856) - (xy 115.773416 107.857513) - (xy 115.641475 107.802861) - (xy 115.501406 107.775) - (xy 115.358594 107.775) - (xy 115.218525 107.802861) - (xy 115.086584 107.857513) - (xy 114.967839 107.936856) - (xy 114.866856 108.037839) - (xy 114.795 108.145379) - (xy 114.723144 108.037839) - (xy 114.622161 107.936856) - (xy 114.503416 107.857513) - (xy 114.371475 107.802861) - (xy 114.231406 107.775) - (xy 114.088594 107.775) - (xy 113.948525 107.802861) - (xy 113.816584 107.857513) - (xy 113.697839 107.936856) - (xy 113.596856 108.037839) - (xy 113.525 108.145379) - (xy 113.453144 108.037839) - (xy 113.352161 107.936856) - (xy 113.233416 107.857513) - (xy 113.101475 107.802861) - (xy 112.961406 107.775) - (xy 112.818594 107.775) - (xy 112.678525 107.802861) - (xy 112.546584 107.857513) - (xy 112.427839 107.936856) - (xy 112.326856 108.037839) - (xy 112.255 108.145379) - (xy 112.183144 108.037839) - (xy 112.082161 107.936856) - (xy 111.963416 107.857513) - (xy 111.831475 107.802861) - (xy 111.691406 107.775) - (xy 111.548594 107.775) - (xy 111.408525 107.802861) - (xy 111.276584 107.857513) - (xy 111.157839 107.936856) - (xy 111.056856 108.037839) - (xy 110.985 108.145379) - (xy 110.913144 108.037839) - (xy 110.812161 107.936856) - (xy 110.693416 107.857513) - (xy 110.561475 107.802861) - (xy 110.421406 107.775) - (xy 110.278594 107.775) - (xy 110.138525 107.802861) - (xy 110.006584 107.857513) - (xy 109.887839 107.936856) - (xy 109.786856 108.037839) - (xy 109.715 108.145379) - (xy 109.643144 108.037839) - (xy 109.542161 107.936856) - (xy 109.423416 107.857513) - (xy 109.291475 107.802861) - (xy 109.151406 107.775) - (xy 109.008594 107.775) - (xy 108.868525 107.802861) - (xy 108.736584 107.857513) - (xy 108.617839 107.936856) - (xy 108.516856 108.037839) - (xy 108.445 108.145379) - (xy 108.373144 108.037839) - (xy 108.272161 107.936856) - (xy 108.153416 107.857513) - (xy 108.021475 107.802861) - (xy 107.881406 107.775) - (xy 107.738594 107.775) - (xy 107.598525 107.802861) - (xy 107.466584 107.857513) - (xy 107.347839 107.936856) - (xy 107.246856 108.037839) - (xy 107.167513 108.156584) - (xy 107.112861 108.288525) - (xy 107.085 108.428594) - (xy 106.676547 108.428594) - (xy 106.665249 108.401319) - (xy 106.607794 108.315332) - (xy 106.534668 108.242206) - (xy 106.448681 108.184751) - (xy 106.353137 108.145176) - (xy 106.251708 108.125) - (xy 106.148292 108.125) - (xy 106.046863 108.145176) - (xy 105.951319 108.184751) - (xy 105.865332 108.242206) - (xy 105.792206 108.315332) - (xy 105.734751 108.401319) - (xy 105.695176 108.496863) - (xy 105.675 108.598292) - (xy 85.424542 108.598292) - (xy 85.40125 108.575) - (xy 84.275 108.575) - (xy 83.925 108.575) - (xy 82.79875 108.575) - (xy 82.655 108.71875) - (xy 82.652218 109.5) - (xy 82.225959 109.5) - (xy 82.338028 109.408028) - (xy 82.474864 109.241293) - (xy 82.576543 109.051066) - (xy 82.639156 108.844657) - (xy 82.655 108.683791) - (xy 82.655 108.11621) - (xy 82.639156 107.955344) - (xy 82.576543 107.748935) - (xy 82.474864 107.558707) - (xy 82.338028 107.391972) - (xy 82.22596 107.3) - (xy 82.652218 107.3) - (xy 82.655 108.08125) - (xy 82.79875 108.225) - (xy 83.925 108.225) - (xy 83.925 106.86875) - (xy 84.275 106.86875) - (xy 84.275 108.225) - (xy 85.40125 108.225) - (xy 85.545 108.08125) - (xy 85.547782 107.3) - (xy 85.54269 107.248292) - (xy 93.074998 107.248292) - (xy 93.074998 107.351708) - (xy 93.095174 107.453137) - (xy 93.134749 107.548681) - (xy 93.192204 107.634668) - (xy 93.26533 107.707794) - (xy 93.351317 107.765249) - (xy 93.446861 107.804824) - (xy 93.54829 107.825) - (xy 93.651706 107.825) - (xy 93.753135 107.804824) - (xy 93.848679 107.765249) - (xy 93.934666 107.707794) - (xy 94.007792 107.634668) - (xy 94.065247 107.548681) - (xy 94.104822 107.453137) - (xy 94.124998 107.351708) - (xy 94.124998 107.248292) - (xy 94.104822 107.146863) - (xy 94.065247 107.051319) - (xy 94.007792 106.965332) - (xy 93.940752 106.898292) - (xy 96.525 106.898292) - (xy 96.525 107.001708) - (xy 96.545176 107.103137) - (xy 96.584751 107.198681) - (xy 96.642206 107.284668) - (xy 96.715332 107.357794) - (xy 96.801319 107.415249) - (xy 96.896863 107.454824) - (xy 96.998292 107.475) - (xy 97.101708 107.475) - (xy 97.203137 107.454824) - (xy 97.275 107.425058) - (xy 97.346863 107.454824) - (xy 97.448292 107.475) - (xy 97.551708 107.475) - (xy 97.653137 107.454824) - (xy 97.748681 107.415249) - (xy 97.834668 107.357794) - (xy 97.907794 107.284668) - (xy 97.965249 107.198681) - (xy 98.004824 107.103137) - (xy 98.015733 107.048292) - (xy 122.275 107.048292) - (xy 122.275 107.151708) - (xy 122.295176 107.253137) - (xy 122.334751 107.348681) - (xy 122.392206 107.434668) - (xy 122.465332 107.507794) - (xy 122.551319 107.565249) - (xy 122.646863 107.604824) - (xy 122.748292 107.625) - (xy 122.851708 107.625) - (xy 122.953137 107.604824) - (xy 123.048681 107.565249) - (xy 123.134668 107.507794) - (xy 123.207794 107.434668) - (xy 123.265249 107.348681) - (xy 123.3 107.264783) - (xy 123.334751 107.348681) - (xy 123.392206 107.434668) - (xy 123.465332 107.507794) - (xy 123.551319 107.565249) - (xy 123.646863 107.604824) - (xy 123.748292 107.625) - (xy 123.851708 107.625) - (xy 123.953137 107.604824) - (xy 124.048681 107.565249) - (xy 124.134668 107.507794) - (xy 124.207794 107.434668) - (xy 124.265249 107.348681) - (xy 124.304824 107.253137) - (xy 124.325 107.151708) - (xy 124.325 107.048292) - (xy 124.304824 106.946863) - (xy 124.265249 106.851319) - (xy 124.207794 106.765332) - (xy 124.134668 106.692206) - (xy 124.048681 106.634751) - (xy 123.953137 106.595176) - (xy 123.851708 106.575) - (xy 123.748292 106.575) - (xy 123.646863 106.595176) - (xy 123.551319 106.634751) - (xy 123.465332 106.692206) - (xy 123.392206 106.765332) - (xy 123.334751 106.851319) - (xy 123.3 106.935217) - (xy 123.265249 106.851319) - (xy 123.207794 106.765332) - (xy 123.134668 106.692206) - (xy 123.048681 106.634751) - (xy 122.953137 106.595176) - (xy 122.851708 106.575) - (xy 122.748292 106.575) - (xy 122.646863 106.595176) - (xy 122.551319 106.634751) - (xy 122.465332 106.692206) - (xy 122.392206 106.765332) - (xy 122.334751 106.851319) - (xy 122.295176 106.946863) - (xy 122.275 107.048292) - (xy 98.015733 107.048292) - (xy 98.025 107.001708) - (xy 98.025 106.898292) - (xy 98.004824 106.796863) - (xy 97.965249 106.701319) - (xy 97.907794 106.615332) - (xy 97.834668 106.542206) - (xy 97.748681 106.484751) - (xy 97.653137 106.445176) - (xy 97.551708 106.425) - (xy 97.448292 106.425) - (xy 97.346863 106.445176) - (xy 97.275 106.474942) - (xy 97.203137 106.445176) - (xy 97.101708 106.425) - (xy 96.998292 106.425) - (xy 96.896863 106.445176) - (xy 96.801319 106.484751) - (xy 96.715332 106.542206) - (xy 96.642206 106.615332) - (xy 96.584751 106.701319) - (xy 96.545176 106.796863) - (xy 96.525 106.898292) - (xy 93.940752 106.898292) - (xy 93.934666 106.892206) - (xy 93.848679 106.834751) - (xy 93.753135 106.795176) - (xy 93.651706 106.775) - (xy 93.54829 106.775) - (xy 93.446861 106.795176) - (xy 93.351317 106.834751) - (xy 93.26533 106.892206) - (xy 93.192204 106.965332) - (xy 93.134749 107.051319) - (xy 93.095174 107.146863) - (xy 93.074998 107.248292) - (xy 85.54269 107.248292) - (xy 85.53668 107.18728) - (xy 85.503801 107.078892) - (xy 85.450408 106.979002) - (xy 85.378554 106.891446) - (xy 85.290998 106.819592) - (xy 85.191108 106.766199) - (xy 85.08272 106.73332) - (xy 84.97 106.722218) - (xy 84.41875 106.725) - (xy 84.275 106.86875) - (xy 83.925 106.86875) - (xy 83.78125 106.725) - (xy 83.23 106.722218) - (xy 83.11728 106.73332) - (xy 83.008892 106.766199) - (xy 82.909002 106.819592) - (xy 82.821446 106.891446) - (xy 82.749592 106.979002) - (xy 82.696199 107.078892) - (xy 82.66332 107.18728) - (xy 82.652218 107.3) - (xy 82.22596 107.3) - (xy 82.171293 107.255136) - (xy 81.981066 107.153457) - (xy 81.774657 107.090844) - (xy 81.56 107.069702) - (xy 81.345344 107.090844) - (xy 81.138935 107.153457) - (xy 80.948708 107.255136) - (xy 80.781973 107.391972) - (xy 80.645137 107.558707) - (xy 80.543457 107.748934) - (xy 80.480844 107.955343) - (xy 80.465 108.116209) - (xy 60.212169 108.116209) - (xy 60.225 108.051708) - (xy 60.225 107.948292) - (xy 60.204824 107.846863) - (xy 60.165249 107.751319) - (xy 60.107794 107.665332) - (xy 60.034668 107.592206) - (xy 59.948681 107.534751) - (xy 59.853137 107.495176) - (xy 59.751708 107.475) - (xy 59.648292 107.475) - (xy 59.546863 107.495176) - (xy 59.451319 107.534751) - (xy 59.365332 107.592206) - (xy 59.292206 107.665332) - (xy 59.234751 107.751319) - (xy 59.195176 107.846863) - (xy 59.175 107.948292) - (xy 50.275 107.948292) - (xy 50.275 105.948292) - (xy 59.175 105.948292) - (xy 59.175 106.051708) - (xy 59.195176 106.153137) - (xy 59.234751 106.248681) - (xy 59.292206 106.334668) - (xy 59.365332 106.407794) - (xy 59.451319 106.465249) - (xy 59.546863 106.504824) - (xy 59.648292 106.525) - (xy 59.751708 106.525) - (xy 59.853137 106.504824) - (xy 59.948681 106.465249) - (xy 60.034668 106.407794) - (xy 60.09417 106.348292) - (xy 72.675 106.348292) - (xy 72.675 106.451708) - (xy 72.695176 106.553137) - (xy 72.734751 106.648681) - (xy 72.792206 106.734668) - (xy 72.865332 106.807794) - (xy 72.951319 106.865249) - (xy 73.046863 106.904824) - (xy 73.148292 106.925) - (xy 73.251708 106.925) - (xy 73.353137 106.904824) - (xy 73.407294 106.882392) - (xy 73.434751 106.948681) - (xy 73.492206 107.034668) - (xy 73.565332 107.107794) - (xy 73.651319 107.165249) - (xy 73.746863 107.204824) - (xy 73.848292 107.225) - (xy 73.951708 107.225) - (xy 74.053137 107.204824) - (xy 74.148681 107.165249) - (xy 74.234668 107.107794) - (xy 74.307794 107.034668) - (xy 74.365249 106.948681) - (xy 74.404824 106.853137) - (xy 74.425 106.751708) - (xy 74.425 106.648292) - (xy 74.404824 106.546863) - (xy 74.365249 106.451319) - (xy 74.307794 106.365332) - (xy 74.290754 106.348292) - (xy 76.175 106.348292) - (xy 76.175 106.451708) - (xy 76.195176 106.553137) - (xy 76.234751 106.648681) - (xy 76.292206 106.734668) - (xy 76.365332 106.807794) - (xy 76.451319 106.865249) - (xy 76.546863 106.904824) - (xy 76.648292 106.925) - (xy 76.751708 106.925) - (xy 76.853137 106.904824) - (xy 76.907259 106.882406) - (xy 76.934751 106.948779) - (xy 76.992206 107.034766) - (xy 77.065332 107.107892) - (xy 77.151319 107.165347) - (xy 77.246863 107.204922) - (xy 77.348292 107.225098) - (xy 77.451708 107.225098) - (xy 77.553137 107.204922) - (xy 77.648681 107.165347) - (xy 77.734668 107.107892) - (xy 77.807794 107.034766) - (xy 77.865249 106.948779) - (xy 77.904824 106.853235) - (xy 77.925 106.751806) - (xy 77.925 106.64839) - (xy 77.904824 106.546961) - (xy 77.865249 106.451417) - (xy 77.807794 106.36543) - (xy 77.740656 106.298292) - (xy 87.125 106.298292) - (xy 87.125 106.401708) - (xy 87.145176 106.503137) - (xy 87.184751 106.598681) - (xy 87.242206 106.684668) - (xy 87.315332 106.757794) - (xy 87.401319 106.815249) - (xy 87.496863 106.854824) - (xy 87.598292 106.875) - (xy 87.701708 106.875) - (xy 87.803137 106.854824) - (xy 87.898681 106.815249) - (xy 87.984668 106.757794) - (xy 88.057794 106.684668) - (xy 88.115249 106.598681) - (xy 88.154824 106.503137) - (xy 88.175 106.401708) - (xy 88.175 106.298292) - (xy 88.154824 106.196863) - (xy 88.115249 106.101319) - (xy 88.113227 106.098292) - (xy 99.575 106.098292) - (xy 99.575 106.201708) - (xy 99.595176 106.303137) - (xy 99.634751 106.398681) - (xy 99.692206 106.484668) - (xy 99.765332 106.557794) - (xy 99.851319 106.615249) - (xy 99.946863 106.654824) - (xy 100.048292 106.675) - (xy 100.151708 106.675) - (xy 100.253137 106.654824) - (xy 100.348681 106.615249) - (xy 100.434668 106.557794) - (xy 100.507794 106.484668) - (xy 100.565249 106.398681) - (xy 100.604824 106.303137) - (xy 100.615733 106.248292) - (xy 119.375 106.248292) - (xy 119.375 106.351708) - (xy 119.395176 106.453137) - (xy 119.434751 106.548681) - (xy 119.492206 106.634668) - (xy 119.565332 106.707794) - (xy 119.651319 106.765249) - (xy 119.746863 106.804824) - (xy 119.848292 106.825) - (xy 119.951708 106.825) - (xy 120.053137 106.804824) - (xy 120.148681 106.765249) - (xy 120.234668 106.707794) - (xy 120.307794 106.634668) - (xy 120.365249 106.548681) - (xy 120.404824 106.453137) - (xy 120.425 106.351708) - (xy 120.425 106.248292) - (xy 120.405109 106.148292) - (xy 127.275 106.148292) - (xy 127.275 106.251708) - (xy 127.295176 106.353137) - (xy 127.334751 106.448681) - (xy 127.392206 106.534668) - (xy 127.465332 106.607794) - (xy 127.551319 106.665249) - (xy 127.646863 106.704824) - (xy 127.748292 106.725) - (xy 127.851708 106.725) - (xy 127.953137 106.704824) - (xy 128.048681 106.665249) - (xy 128.134668 106.607794) - (xy 128.207794 106.534668) - (xy 128.265249 106.448681) - (xy 128.304824 106.353137) - (xy 128.325 106.251708) - (xy 128.325 106.148292) - (xy 128.304824 106.046863) - (xy 128.265249 105.951319) - (xy 128.207794 105.865332) - (xy 128.134668 105.792206) - (xy 128.048681 105.734751) - (xy 127.953137 105.695176) - (xy 127.851708 105.675) - (xy 127.748292 105.675) - (xy 127.646863 105.695176) - (xy 127.551319 105.734751) - (xy 127.465332 105.792206) - (xy 127.392206 105.865332) - (xy 127.334751 105.951319) - (xy 127.295176 106.046863) - (xy 127.275 106.148292) - (xy 120.405109 106.148292) - (xy 120.404824 106.146863) - (xy 120.365249 106.051319) - (xy 120.307794 105.965332) - (xy 120.234668 105.892206) - (xy 120.148681 105.834751) - (xy 120.053137 105.795176) - (xy 119.951708 105.775) - (xy 119.848292 105.775) - (xy 119.746863 105.795176) - (xy 119.651319 105.834751) - (xy 119.565332 105.892206) - (xy 119.492206 105.965332) - (xy 119.434751 106.051319) - (xy 119.395176 106.146863) - (xy 119.375 106.248292) - (xy 100.615733 106.248292) - (xy 100.625 106.201708) - (xy 100.625 106.098292) - (xy 100.604824 105.996863) - (xy 100.565249 105.901319) - (xy 100.507794 105.815332) - (xy 100.434668 105.742206) - (xy 100.348681 105.684751) - (xy 100.253137 105.645176) - (xy 100.151708 105.625) - (xy 100.048292 105.625) - (xy 99.946863 105.645176) - (xy 99.851319 105.684751) - (xy 99.765332 105.742206) - (xy 99.692206 105.815332) - (xy 99.634751 105.901319) - (xy 99.595176 105.996863) - (xy 99.575 106.098292) - (xy 88.113227 106.098292) - (xy 88.057794 106.015332) - (xy 87.984668 105.942206) - (xy 87.898681 105.884751) - (xy 87.803137 105.845176) - (xy 87.701708 105.825) - (xy 87.598292 105.825) - (xy 87.496863 105.845176) - (xy 87.401319 105.884751) - (xy 87.315332 105.942206) - (xy 87.242206 106.015332) - (xy 87.184751 106.101319) - (xy 87.145176 106.196863) - (xy 87.125 106.298292) - (xy 77.740656 106.298292) - (xy 77.734668 106.292304) - (xy 77.648681 106.234849) - (xy 77.553137 106.195274) - (xy 77.451708 106.175098) - (xy 77.348292 106.175098) - (xy 77.246863 106.195274) - (xy 77.192741 106.217692) - (xy 77.165249 106.151319) - (xy 77.107794 106.065332) - (xy 77.034668 105.992206) - (xy 76.948681 105.934751) - (xy 76.853137 105.895176) - (xy 76.751708 105.875) - (xy 76.648292 105.875) - (xy 76.546863 105.895176) - (xy 76.451319 105.934751) - (xy 76.365332 105.992206) - (xy 76.292206 106.065332) - (xy 76.234751 106.151319) - (xy 76.195176 106.246863) - (xy 76.175 106.348292) - (xy 74.290754 106.348292) - (xy 74.234668 106.292206) - (xy 74.148681 106.234751) - (xy 74.053137 106.195176) - (xy 73.951708 106.175) - (xy 73.848292 106.175) - (xy 73.746863 106.195176) - (xy 73.692706 106.217608) - (xy 73.665249 106.151319) - (xy 73.607794 106.065332) - (xy 73.534668 105.992206) - (xy 73.448681 105.934751) - (xy 73.353137 105.895176) - (xy 73.251708 105.875) - (xy 73.148292 105.875) - (xy 73.046863 105.895176) - (xy 72.951319 105.934751) - (xy 72.865332 105.992206) - (xy 72.792206 106.065332) - (xy 72.734751 106.151319) - (xy 72.695176 106.246863) - (xy 72.675 106.348292) - (xy 60.09417 106.348292) - (xy 60.107794 106.334668) - (xy 60.165249 106.248681) - (xy 60.204824 106.153137) - (xy 60.225 106.051708) - (xy 60.225 105.948292) - (xy 60.204824 105.846863) - (xy 60.165249 105.751319) - (xy 60.107794 105.665332) - (xy 60.034668 105.592206) - (xy 59.948681 105.534751) - (xy 59.853137 105.495176) - (xy 59.751708 105.475) - (xy 59.648292 105.475) - (xy 59.546863 105.495176) - (xy 59.451319 105.534751) - (xy 59.365332 105.592206) - (xy 59.292206 105.665332) - (xy 59.234751 105.751319) - (xy 59.195176 105.846863) - (xy 59.175 105.948292) - (xy 50.275 105.948292) - (xy 50.275 105.348292) - (xy 73.625 105.348292) - (xy 73.625 105.451708) - (xy 73.645176 105.553137) - (xy 73.684751 105.648681) - (xy 73.742206 105.734668) - (xy 73.815332 105.807794) - (xy 73.901319 105.865249) - (xy 73.996863 105.904824) - (xy 74.098292 105.925) - (xy 74.201708 105.925) - (xy 74.303137 105.904824) - (xy 74.398681 105.865249) - (xy 74.484668 105.807794) - (xy 74.557794 105.734668) - (xy 74.615249 105.648681) - (xy 74.636005 105.59857) - (xy 79.475 105.59857) - (xy 79.475 105.701986) - (xy 79.495176 105.803415) - (xy 79.534751 105.898959) - (xy 79.592206 105.984946) - (xy 79.665332 106.058072) - (xy 79.751319 106.115527) - (xy 79.846863 106.155102) - (xy 79.948292 106.175278) - (xy 80.051708 106.175278) - (xy 80.153137 106.155102) - (xy 80.248681 106.115527) - (xy 80.334668 106.058072) - (xy 80.407794 105.984946) - (xy 80.465249 105.898959) - (xy 80.504824 105.803415) - (xy 80.521483 105.719667) - (xy 80.548292 105.725) - (xy 80.651708 105.725) - (xy 80.753137 105.704824) - (xy 80.848681 105.665249) - (xy 80.934668 105.607794) - (xy 81.007794 105.534668) - (xy 81.065249 105.448681) - (xy 81.104824 105.353137) - (xy 81.125 105.251708) - (xy 81.125 105.148292) - (xy 81.119216 105.119216) - (xy 81.148292 105.125) - (xy 81.251708 105.125) - (xy 81.353137 105.104824) - (xy 81.448681 105.065249) - (xy 81.534668 105.007794) - (xy 81.607794 104.934668) - (xy 81.665249 104.848681) - (xy 81.704824 104.753137) - (xy 81.725 104.651708) - (xy 81.725 104.598292) - (xy 95.575 104.598292) - (xy 95.575 104.701708) - (xy 95.595176 104.803137) - (xy 95.634751 104.898681) - (xy 95.692206 104.984668) - (xy 95.765332 105.057794) - (xy 95.851319 105.115249) - (xy 95.946863 105.154824) - (xy 96.048292 105.175) - (xy 96.151708 105.175) - (xy 96.253137 105.154824) - (xy 96.348681 105.115249) - (xy 96.434668 105.057794) - (xy 96.507794 104.984668) - (xy 96.565249 104.898681) - (xy 96.604824 104.803137) - (xy 96.625 104.701708) - (xy 96.625 104.598292) - (xy 97.325 104.598292) - (xy 97.325 104.701708) - (xy 97.345176 104.803137) - (xy 97.384751 104.898681) - (xy 97.442206 104.984668) - (xy 97.482538 105.025) - (xy 97.442206 105.065332) - (xy 97.384751 105.151319) - (xy 97.345176 105.246863) - (xy 97.325 105.348292) - (xy 97.325 105.451708) - (xy 97.345176 105.553137) - (xy 97.384751 105.648681) - (xy 97.442206 105.734668) - (xy 97.515332 105.807794) - (xy 97.601319 105.865249) - (xy 97.696863 105.904824) - (xy 97.798292 105.925) - (xy 97.901708 105.925) - (xy 98.003137 105.904824) - (xy 98.098681 105.865249) - (xy 98.184668 105.807794) - (xy 98.257794 105.734668) - (xy 98.315249 105.648681) - (xy 98.354824 105.553137) - (xy 98.375 105.451708) - (xy 98.375 105.348292) - (xy 106.775 105.348292) - (xy 106.775 105.451708) - (xy 106.795176 105.553137) - (xy 106.834751 105.648681) - (xy 106.892206 105.734668) - (xy 106.965332 105.807794) - (xy 107.051319 105.865249) - (xy 107.146863 105.904824) - (xy 107.248292 105.925) - (xy 107.351708 105.925) - (xy 107.453137 105.904824) - (xy 107.525 105.875058) - (xy 107.596863 105.904824) - (xy 107.698292 105.925) - (xy 107.801708 105.925) - (xy 107.903137 105.904824) - (xy 107.998681 105.865249) - (xy 108 105.864368) - (xy 108.001319 105.865249) - (xy 108.096863 105.904824) - (xy 108.198292 105.925) - (xy 108.301708 105.925) - (xy 108.403137 105.904824) - (xy 108.498681 105.865249) - (xy 108.584668 105.807794) - (xy 108.657794 105.734668) - (xy 108.715249 105.648681) - (xy 108.754824 105.553137) - (xy 108.775 105.451708) - (xy 108.775 105.348292) - (xy 108.754824 105.246863) - (xy 108.715249 105.151319) - (xy 108.657794 105.065332) - (xy 108.584668 104.992206) - (xy 108.498681 104.934751) - (xy 108.403137 104.895176) - (xy 108.301708 104.875) - (xy 108.198292 104.875) - (xy 108.096863 104.895176) - (xy 108.001319 104.934751) - (xy 108 104.935632) - (xy 107.998681 104.934751) - (xy 107.903137 104.895176) - (xy 107.801708 104.875) - (xy 107.698292 104.875) - (xy 107.596863 104.895176) - (xy 107.525 104.924942) - (xy 107.453137 104.895176) - (xy 107.351708 104.875) - (xy 107.248292 104.875) - (xy 107.146863 104.895176) - (xy 107.051319 104.934751) - (xy 106.965332 104.992206) - (xy 106.892206 105.065332) - (xy 106.834751 105.151319) - (xy 106.795176 105.246863) - (xy 106.775 105.348292) - (xy 98.375 105.348292) - (xy 98.354824 105.246863) - (xy 98.315249 105.151319) - (xy 98.257794 105.065332) - (xy 98.217462 105.025) - (xy 98.257794 104.984668) - (xy 98.315249 104.898681) - (xy 98.354824 104.803137) - (xy 98.375 104.701708) - (xy 98.375 104.598292) - (xy 98.373136 104.588921) - (xy 99.575153 104.588921) - (xy 99.575153 104.692337) - (xy 99.595329 104.793766) - (xy 99.634904 104.88931) - (xy 99.692359 104.975297) - (xy 99.765485 105.048423) - (xy 99.851472 105.105878) - (xy 99.947016 105.145453) - (xy 100.048445 105.165629) - (xy 100.151861 105.165629) - (xy 100.25329 105.145453) - (xy 100.348834 105.105878) - (xy 100.434821 105.048423) - (xy 100.507947 104.975297) - (xy 100.565402 104.88931) - (xy 100.604977 104.793766) - (xy 100.625153 104.692337) - (xy 100.625153 104.588921) - (xy 100.604977 104.487492) - (xy 100.565402 104.391948) - (xy 100.507947 104.305961) - (xy 100.434821 104.232835) - (xy 100.348834 104.17538) - (xy 100.283437 104.148292) - (xy 101.175 104.148292) - (xy 101.175 104.251708) - (xy 101.195176 104.353137) - (xy 101.234751 104.448681) - (xy 101.292206 104.534668) - (xy 101.365332 104.607794) - (xy 101.451319 104.665249) - (xy 101.546863 104.704824) - (xy 101.648292 104.725) - (xy 101.751708 104.725) - (xy 101.853137 104.704824) - (xy 101.948681 104.665249) - (xy 102.034668 104.607794) - (xy 102.107794 104.534668) - (xy 102.165249 104.448681) - (xy 102.204824 104.353137) - (xy 102.225 104.251708) - (xy 102.225 104.148292) - (xy 102.204824 104.046863) - (xy 102.165249 103.951319) - (xy 102.107794 103.865332) - (xy 102.034668 103.792206) - (xy 101.948681 103.734751) - (xy 101.853137 103.695176) - (xy 101.751708 103.675) - (xy 101.648292 103.675) - (xy 101.546863 103.695176) - (xy 101.451319 103.734751) - (xy 101.365332 103.792206) - (xy 101.292206 103.865332) - (xy 101.234751 103.951319) - (xy 101.195176 104.046863) - (xy 101.175 104.148292) - (xy 100.283437 104.148292) - (xy 100.25329 104.135805) - (xy 100.151861 104.115629) - (xy 100.048445 104.115629) - (xy 99.947016 104.135805) - (xy 99.851472 104.17538) - (xy 99.765485 104.232835) - (xy 99.692359 104.305961) - (xy 99.634904 104.391948) - (xy 99.595329 104.487492) - (xy 99.575153 104.588921) - (xy 98.373136 104.588921) - (xy 98.354824 104.496863) - (xy 98.315249 104.401319) - (xy 98.257794 104.315332) - (xy 98.184668 104.242206) - (xy 98.098681 104.184751) - (xy 98.003137 104.145176) - (xy 97.901708 104.125) - (xy 97.798292 104.125) - (xy 97.696863 104.145176) - (xy 97.601319 104.184751) - (xy 97.515332 104.242206) - (xy 97.442206 104.315332) - (xy 97.384751 104.401319) - (xy 97.345176 104.496863) - (xy 97.325 104.598292) - (xy 96.625 104.598292) - (xy 96.604824 104.496863) - (xy 96.565249 104.401319) - (xy 96.507794 104.315332) - (xy 96.434668 104.242206) - (xy 96.348681 104.184751) - (xy 96.253137 104.145176) - (xy 96.151708 104.125) - (xy 96.048292 104.125) - (xy 95.946863 104.145176) - (xy 95.851319 104.184751) - (xy 95.765332 104.242206) - (xy 95.692206 104.315332) - (xy 95.634751 104.401319) - (xy 95.595176 104.496863) - (xy 95.575 104.598292) - (xy 81.725 104.598292) - (xy 81.725 104.548292) - (xy 81.719216 104.519216) - (xy 81.748292 104.525) - (xy 81.851708 104.525) - (xy 81.953137 104.504824) - (xy 82.048681 104.465249) - (xy 82.134668 104.407794) - (xy 82.207794 104.334668) - (xy 82.265249 104.248681) - (xy 82.304824 104.153137) - (xy 82.325 104.051708) - (xy 82.325 103.948292) - (xy 82.319216 103.919216) - (xy 82.348292 103.925) - (xy 82.451708 103.925) - (xy 82.553137 103.904824) - (xy 82.648681 103.865249) - (xy 82.734668 103.807794) - (xy 82.807794 103.734668) - (xy 82.865249 103.648681) - (xy 82.904824 103.553137) - (xy 82.925 103.451708) - (xy 82.925 103.348594) - (xy 107.085 103.348594) - (xy 107.085 103.491406) - (xy 107.112861 103.631475) - (xy 107.167513 103.763416) - (xy 107.246856 103.882161) - (xy 107.347839 103.983144) - (xy 107.466584 104.062487) - (xy 107.598525 104.117139) - (xy 107.738594 104.145) - (xy 107.881406 104.145) - (xy 108.021475 104.117139) - (xy 108.153416 104.062487) - (xy 108.272161 103.983144) - (xy 108.373144 103.882161) - (xy 108.445 103.774621) - (xy 108.516856 103.882161) - (xy 108.617839 103.983144) - (xy 108.736584 104.062487) - (xy 108.868525 104.117139) - (xy 109.008594 104.145) - (xy 109.151406 104.145) - (xy 109.291475 104.117139) - (xy 109.423416 104.062487) - (xy 109.542161 103.983144) - (xy 109.643144 103.882161) - (xy 109.715 103.774621) - (xy 109.786856 103.882161) - (xy 109.887839 103.983144) - (xy 110.006584 104.062487) - (xy 110.138525 104.117139) - (xy 110.278594 104.145) - (xy 110.421406 104.145) - (xy 110.561475 104.117139) - (xy 110.693416 104.062487) - (xy 110.812161 103.983144) - (xy 110.913144 103.882161) - (xy 110.985 103.774621) - (xy 111.056856 103.882161) - (xy 111.157839 103.983144) - (xy 111.276584 104.062487) - (xy 111.408525 104.117139) - (xy 111.548594 104.145) - (xy 111.691406 104.145) - (xy 111.831475 104.117139) - (xy 111.963416 104.062487) - (xy 112.082161 103.983144) - (xy 112.183144 103.882161) - (xy 112.255 103.774621) - (xy 112.326856 103.882161) - (xy 112.427839 103.983144) - (xy 112.546584 104.062487) - (xy 112.678525 104.117139) - (xy 112.818594 104.145) - (xy 112.961406 104.145) - (xy 113.101475 104.117139) - (xy 113.233416 104.062487) - (xy 113.352161 103.983144) - (xy 113.453144 103.882161) - (xy 113.525 103.774621) - (xy 113.596856 103.882161) - (xy 113.697839 103.983144) - (xy 113.816584 104.062487) - (xy 113.948525 104.117139) - (xy 114.088594 104.145) - (xy 114.231406 104.145) - (xy 114.371475 104.117139) - (xy 114.503416 104.062487) - (xy 114.622161 103.983144) - (xy 114.723144 103.882161) - (xy 114.795 103.774621) - (xy 114.866856 103.882161) - (xy 114.967839 103.983144) - (xy 115.086584 104.062487) - (xy 115.218525 104.117139) - (xy 115.358594 104.145) - (xy 115.501406 104.145) - (xy 115.641475 104.117139) - (xy 115.773416 104.062487) - (xy 115.892161 103.983144) - (xy 115.993144 103.882161) - (xy 116.065 103.774621) - (xy 116.136856 103.882161) - (xy 116.237839 103.983144) - (xy 116.356584 104.062487) - (xy 116.488525 104.117139) - (xy 116.628594 104.145) - (xy 116.771406 104.145) - (xy 116.911475 104.117139) - (xy 117.043416 104.062487) - (xy 117.162161 103.983144) - (xy 117.263144 103.882161) - (xy 117.342487 103.763416) - (xy 117.390173 103.648292) - (xy 117.575 103.648292) - (xy 117.575 103.751708) - (xy 117.595176 103.853137) - (xy 117.634751 103.948681) - (xy 117.692206 104.034668) - (xy 117.757538 104.1) - (xy 117.692206 104.165332) - (xy 117.634751 104.251319) - (xy 117.595176 104.346863) - (xy 117.575 104.448292) - (xy 117.575 104.551708) - (xy 117.595176 104.653137) - (xy 117.634751 104.748681) - (xy 117.692206 104.834668) - (xy 117.765332 104.907794) - (xy 117.851319 104.965249) - (xy 117.946863 105.004824) - (xy 118.048292 105.025) - (xy 118.151708 105.025) - (xy 118.253137 105.004824) - (xy 118.348681 104.965249) - (xy 118.434668 104.907794) - (xy 118.507794 104.834668) - (xy 118.565249 104.748681) - (xy 118.604824 104.653137) - (xy 118.625 104.551708) - (xy 118.625 104.448292) - (xy 118.604824 104.346863) - (xy 118.565249 104.251319) - (xy 118.507794 104.165332) - (xy 118.442462 104.1) - (xy 118.507794 104.034668) - (xy 118.565249 103.948681) - (xy 118.604824 103.853137) - (xy 118.605787 103.848292) - (xy 119.774992 103.848292) - (xy 119.774992 103.951708) - (xy 119.795168 104.053137) - (xy 119.834743 104.148681) - (xy 119.892198 104.234668) - (xy 119.965324 104.307794) - (xy 120.051311 104.365249) - (xy 120.146855 104.404824) - (xy 120.248284 104.425) - (xy 120.3517 104.425) - (xy 120.453129 104.404824) - (xy 120.548673 104.365249) - (xy 120.63466 104.307794) - (xy 120.707786 104.234668) - (xy 120.765241 104.148681) - (xy 120.804816 104.053137) - (xy 120.824992 103.951708) - (xy 120.824992 103.848292) - (xy 120.804816 103.746863) - (xy 120.765241 103.651319) - (xy 120.707786 103.565332) - (xy 120.684062 103.541608) - (xy 120.734668 103.507794) - (xy 120.807794 103.434668) - (xy 120.865249 103.348681) - (xy 120.904824 103.253137) - (xy 120.925 103.151708) - (xy 120.925 103.048292) - (xy 120.905109 102.948292) - (xy 124.475 102.948292) - (xy 124.475 103.051708) - (xy 124.495176 103.153137) - (xy 124.534751 103.248681) - (xy 124.592206 103.334668) - (xy 124.607538 103.35) - (xy 124.592206 103.365332) - (xy 124.534751 103.451319) - (xy 124.495176 103.546863) - (xy 124.475 103.648292) - (xy 124.475 103.751708) - (xy 124.495176 103.853137) - (xy 124.534751 103.948681) - (xy 124.592206 104.034668) - (xy 124.607538 104.05) - (xy 124.592206 104.065332) - (xy 124.534751 104.151319) - (xy 124.495176 104.246863) - (xy 124.475 104.348292) - (xy 124.475 104.451708) - (xy 124.495176 104.553137) - (xy 124.534751 104.648681) - (xy 124.592206 104.734668) - (xy 124.665332 104.807794) - (xy 124.751319 104.865249) - (xy 124.846863 104.904824) - (xy 124.948292 104.925) - (xy 125.051708 104.925) - (xy 125.153137 104.904824) - (xy 125.248681 104.865249) - (xy 125.334668 104.807794) - (xy 125.407794 104.734668) - (xy 125.465249 104.648681) - (xy 125.504824 104.553137) - (xy 125.525 104.451708) - (xy 125.525 104.348292) - (xy 125.504824 104.246863) - (xy 125.465249 104.151319) - (xy 125.407794 104.065332) - (xy 125.392462 104.05) - (xy 125.407794 104.034668) - (xy 125.465249 103.948681) - (xy 125.504824 103.853137) - (xy 125.525 103.751708) - (xy 125.525 103.648292) - (xy 125.504824 103.546863) - (xy 125.465249 103.451319) - (xy 125.407794 103.365332) - (xy 125.392462 103.35) - (xy 125.407794 103.334668) - (xy 125.465249 103.248681) - (xy 125.504824 103.153137) - (xy 125.525 103.051708) - (xy 125.525 102.948292) - (xy 125.504824 102.846863) - (xy 125.465249 102.751319) - (xy 125.407794 102.665332) - (xy 125.334668 102.592206) - (xy 125.248681 102.534751) - (xy 125.153137 102.495176) - (xy 125.051708 102.475) - (xy 124.948292 102.475) - (xy 124.846863 102.495176) - (xy 124.751319 102.534751) - (xy 124.665332 102.592206) - (xy 124.592206 102.665332) - (xy 124.534751 102.751319) - (xy 124.495176 102.846863) - (xy 124.475 102.948292) - (xy 120.905109 102.948292) - (xy 120.904824 102.946863) - (xy 120.865249 102.851319) - (xy 120.807794 102.765332) - (xy 120.734668 102.692206) - (xy 120.648681 102.634751) - (xy 120.553137 102.595176) - (xy 120.451708 102.575) - (xy 120.348292 102.575) - (xy 120.246863 102.595176) - (xy 120.151319 102.634751) - (xy 120.065332 102.692206) - (xy 119.992206 102.765332) - (xy 119.934751 102.851319) - (xy 119.895176 102.946863) - (xy 119.875 103.048292) - (xy 119.875 103.151708) - (xy 119.895176 103.253137) - (xy 119.934751 103.348681) - (xy 119.992206 103.434668) - (xy 120.01593 103.458392) - (xy 119.965324 103.492206) - (xy 119.892198 103.565332) - (xy 119.834743 103.651319) - (xy 119.795168 103.746863) - (xy 119.774992 103.848292) - (xy 118.605787 103.848292) - (xy 118.625 103.751708) - (xy 118.625 103.648292) - (xy 118.604824 103.546863) - (xy 118.565249 103.451319) - (xy 118.507794 103.365332) - (xy 118.434668 103.292206) - (xy 118.348681 103.234751) - (xy 118.253137 103.195176) - (xy 118.151708 103.175) - (xy 118.048292 103.175) - (xy 117.946863 103.195176) - (xy 117.851319 103.234751) - (xy 117.765332 103.292206) - (xy 117.692206 103.365332) - (xy 117.634751 103.451319) - (xy 117.595176 103.546863) - (xy 117.575 103.648292) - (xy 117.390173 103.648292) - (xy 117.397139 103.631475) - (xy 117.425 103.491406) - (xy 117.425 103.348594) - (xy 117.397139 103.208525) - (xy 117.342487 103.076584) - (xy 117.263144 102.957839) - (xy 117.186141 102.880836) - (xy 117.223771 102.865249) - (xy 117.309758 102.807794) - (xy 117.382884 102.734668) - (xy 117.440339 102.648681) - (xy 117.479914 102.553137) - (xy 117.50009 102.451708) - (xy 117.50009 102.348292) - (xy 117.479914 102.246863) - (xy 117.440339 102.151319) - (xy 117.382884 102.065332) - (xy 117.309758 101.992206) - (xy 117.223771 101.934751) - (xy 117.128227 101.895176) - (xy 117.026798 101.875) - (xy 116.923382 101.875) - (xy 116.821953 101.895176) - (xy 116.726409 101.934751) - (xy 116.640422 101.992206) - (xy 116.567296 102.065332) - (xy 116.509841 102.151319) - (xy 116.470266 102.246863) - (xy 116.45009 102.348292) - (xy 116.45009 102.451708) - (xy 116.470266 102.553137) - (xy 116.509841 102.648681) - (xy 116.551091 102.710416) - (xy 116.488525 102.722861) - (xy 116.356584 102.777513) - (xy 116.237839 102.856856) - (xy 116.136856 102.957839) - (xy 116.065 103.065379) - (xy 115.993144 102.957839) - (xy 115.892161 102.856856) - (xy 115.773416 102.777513) - (xy 115.641475 102.722861) - (xy 115.501406 102.695) - (xy 115.358594 102.695) - (xy 115.218525 102.722861) - (xy 115.086584 102.777513) - (xy 114.967839 102.856856) - (xy 114.866856 102.957839) - (xy 114.795 103.065379) - (xy 114.723144 102.957839) - (xy 114.622161 102.856856) - (xy 114.503416 102.777513) - (xy 114.371475 102.722861) - (xy 114.231406 102.695) - (xy 114.088594 102.695) - (xy 113.948525 102.722861) - (xy 113.816584 102.777513) - (xy 113.697839 102.856856) - (xy 113.596856 102.957839) - (xy 113.525 103.065379) - (xy 113.453144 102.957839) - (xy 113.352161 102.856856) - (xy 113.233416 102.777513) - (xy 113.101475 102.722861) - (xy 112.961406 102.695) - (xy 112.818594 102.695) - (xy 112.678525 102.722861) - (xy 112.546584 102.777513) - (xy 112.427839 102.856856) - (xy 112.326856 102.957839) - (xy 112.255 103.065379) - (xy 112.183144 102.957839) - (xy 112.082161 102.856856) - (xy 111.963416 102.777513) - (xy 111.831475 102.722861) - (xy 111.691406 102.695) - (xy 111.548594 102.695) - (xy 111.408525 102.722861) - (xy 111.276584 102.777513) - (xy 111.157839 102.856856) - (xy 111.056856 102.957839) - (xy 110.985 103.065379) - (xy 110.913144 102.957839) - (xy 110.812161 102.856856) - (xy 110.693416 102.777513) - (xy 110.561475 102.722861) - (xy 110.421406 102.695) - (xy 110.278594 102.695) - (xy 110.138525 102.722861) - (xy 110.006584 102.777513) - (xy 109.887839 102.856856) - (xy 109.786856 102.957839) - (xy 109.715 103.065379) - (xy 109.643144 102.957839) - (xy 109.542161 102.856856) - (xy 109.423416 102.777513) - (xy 109.291475 102.722861) - (xy 109.151406 102.695) - (xy 109.008594 102.695) - (xy 108.868525 102.722861) - (xy 108.736584 102.777513) - (xy 108.617839 102.856856) - (xy 108.516856 102.957839) - (xy 108.445 103.065379) - (xy 108.373144 102.957839) - (xy 108.272161 102.856856) - (xy 108.153416 102.777513) - (xy 108.021475 102.722861) - (xy 107.881406 102.695) - (xy 107.738594 102.695) - (xy 107.598525 102.722861) - (xy 107.466584 102.777513) - (xy 107.347839 102.856856) - (xy 107.246856 102.957839) - (xy 107.167513 103.076584) - (xy 107.112861 103.208525) - (xy 107.085 103.348594) - (xy 82.925 103.348594) - (xy 82.925 103.348292) - (xy 82.919216 103.319216) - (xy 82.948292 103.325) - (xy 83.051708 103.325) - (xy 83.153137 103.304824) - (xy 83.248681 103.265249) - (xy 83.334668 103.207794) - (xy 83.407794 103.134668) - (xy 83.465249 103.048681) - (xy 83.504824 102.953137) - (xy 83.525 102.851708) - (xy 83.525 102.748292) - (xy 83.519216 102.719216) - (xy 83.548292 102.725) - (xy 83.651708 102.725) - (xy 83.753137 102.704824) - (xy 83.848681 102.665249) - (xy 83.934668 102.607794) - (xy 84.007794 102.534668) - (xy 84.065249 102.448681) - (xy 84.104824 102.353137) - (xy 84.125 102.251708) - (xy 84.125 102.148292) - (xy 84.104824 102.046863) - (xy 84.065249 101.951319) - (xy 84.007794 101.865332) - (xy 83.940754 101.798292) - (xy 95.575 101.798292) - (xy 95.575 101.901708) - (xy 95.595176 102.003137) - (xy 95.634751 102.098681) - (xy 95.692206 102.184668) - (xy 95.765332 102.257794) - (xy 95.851319 102.315249) - (xy 95.946863 102.354824) - (xy 96.048292 102.375) - (xy 96.151708 102.375) - (xy 96.253137 102.354824) - (xy 96.348681 102.315249) - (xy 96.434668 102.257794) - (xy 96.507794 102.184668) - (xy 96.565249 102.098681) - (xy 96.604824 102.003137) - (xy 96.625 101.901708) - (xy 96.625 101.798292) - (xy 97.325 101.798292) - (xy 97.325 101.901708) - (xy 97.345176 102.003137) - (xy 97.384751 102.098681) - (xy 97.442206 102.184668) - (xy 97.482538 102.225) - (xy 97.442206 102.265332) - (xy 97.384751 102.351319) - (xy 97.345176 102.446863) - (xy 97.325 102.548292) - (xy 97.325 102.651708) - (xy 97.345176 102.753137) - (xy 97.384751 102.848681) - (xy 97.442206 102.934668) - (xy 97.515332 103.007794) - (xy 97.601319 103.065249) - (xy 97.696863 103.104824) - (xy 97.798292 103.125) - (xy 97.901708 103.125) - (xy 98.003137 103.104824) - (xy 98.098681 103.065249) - (xy 98.184668 103.007794) - (xy 98.257794 102.934668) - (xy 98.315249 102.848681) - (xy 98.354824 102.753137) - (xy 98.375 102.651708) - (xy 98.375 102.548292) - (xy 98.354824 102.446863) - (xy 98.315249 102.351319) - (xy 98.257794 102.265332) - (xy 98.217462 102.225) - (xy 98.257794 102.184668) - (xy 98.315249 102.098681) - (xy 98.354824 102.003137) - (xy 98.375 101.901708) - (xy 98.375 101.798292) - (xy 99.575 101.798292) - (xy 99.575 101.901708) - (xy 99.595176 102.003137) - (xy 99.634751 102.098681) - (xy 99.692206 102.184668) - (xy 99.765332 102.257794) - (xy 99.851319 102.315249) - (xy 99.946863 102.354824) - (xy 100.048292 102.375) - (xy 100.151708 102.375) - (xy 100.253137 102.354824) - (xy 100.348681 102.315249) - (xy 100.434668 102.257794) - (xy 100.507794 102.184668) - (xy 100.565249 102.098681) - (xy 100.604824 102.003137) - (xy 100.625 101.901708) - (xy 100.625 101.798292) - (xy 101.325 101.798292) - (xy 101.325 101.901708) - (xy 101.345176 102.003137) - (xy 101.384751 102.098681) - (xy 101.442206 102.184668) - (xy 101.482538 102.225) - (xy 101.442206 102.265332) - (xy 101.384751 102.351319) - (xy 101.345176 102.446863) - (xy 101.325 102.548292) - (xy 101.325 102.651708) - (xy 101.345176 102.753137) - (xy 101.384751 102.848681) - (xy 101.442206 102.934668) - (xy 101.515332 103.007794) - (xy 101.601319 103.065249) - (xy 101.696863 103.104824) - (xy 101.798292 103.125) - (xy 101.901708 103.125) - (xy 102.003137 103.104824) - (xy 102.098681 103.065249) - (xy 102.184668 103.007794) - (xy 102.257794 102.934668) - (xy 102.315249 102.848681) - (xy 102.354824 102.753137) - (xy 102.375 102.651708) - (xy 102.375 102.548292) - (xy 102.354824 102.446863) - (xy 102.315249 102.351319) - (xy 102.257794 102.265332) - (xy 102.217462 102.225) - (xy 102.257794 102.184668) - (xy 102.282099 102.148292) - (xy 107.575 102.148292) - (xy 107.575 102.251708) - (xy 107.595176 102.353137) - (xy 107.634751 102.448681) - (xy 107.692206 102.534668) - (xy 107.765332 102.607794) - (xy 107.851319 102.665249) - (xy 107.946863 102.704824) - (xy 108.048292 102.725) - (xy 108.151708 102.725) - (xy 108.253137 102.704824) - (xy 108.348681 102.665249) - (xy 108.434668 102.607794) - (xy 108.507794 102.534668) - (xy 108.565249 102.448681) - (xy 108.604824 102.353137) - (xy 108.625 102.251708) - (xy 108.625 102.148292) - (xy 108.604824 102.046863) - (xy 108.565249 101.951319) - (xy 108.507794 101.865332) - (xy 108.434668 101.792206) - (xy 108.348681 101.734751) - (xy 108.253137 101.695176) - (xy 108.151708 101.675) - (xy 108.048292 101.675) - (xy 107.946863 101.695176) - (xy 107.851319 101.734751) - (xy 107.765332 101.792206) - (xy 107.692206 101.865332) - (xy 107.634751 101.951319) - (xy 107.595176 102.046863) - (xy 107.575 102.148292) - (xy 102.282099 102.148292) - (xy 102.315249 102.098681) - (xy 102.354824 102.003137) - (xy 102.375 101.901708) - (xy 102.375 101.798292) - (xy 102.354824 101.696863) - (xy 102.315249 101.601319) - (xy 102.257794 101.515332) - (xy 102.184668 101.442206) - (xy 102.098681 101.384751) - (xy 102.003137 101.345176) - (xy 101.901708 101.325) - (xy 101.798292 101.325) - (xy 101.696863 101.345176) - (xy 101.601319 101.384751) - (xy 101.515332 101.442206) - (xy 101.442206 101.515332) - (xy 101.384751 101.601319) - (xy 101.345176 101.696863) - (xy 101.325 101.798292) - (xy 100.625 101.798292) - (xy 100.604824 101.696863) - (xy 100.565249 101.601319) - (xy 100.507794 101.515332) - (xy 100.434668 101.442206) - (xy 100.348681 101.384751) - (xy 100.253137 101.345176) - (xy 100.151708 101.325) - (xy 100.048292 101.325) - (xy 99.946863 101.345176) - (xy 99.851319 101.384751) - (xy 99.765332 101.442206) - (xy 99.692206 101.515332) - (xy 99.634751 101.601319) - (xy 99.595176 101.696863) - (xy 99.575 101.798292) - (xy 98.375 101.798292) - (xy 98.354824 101.696863) - (xy 98.315249 101.601319) - (xy 98.257794 101.515332) - (xy 98.184668 101.442206) - (xy 98.098681 101.384751) - (xy 98.003137 101.345176) - (xy 97.901708 101.325) - (xy 97.798292 101.325) - (xy 97.696863 101.345176) - (xy 97.601319 101.384751) - (xy 97.515332 101.442206) - (xy 97.442206 101.515332) - (xy 97.384751 101.601319) - (xy 97.345176 101.696863) - (xy 97.325 101.798292) - (xy 96.625 101.798292) - (xy 96.604824 101.696863) - (xy 96.565249 101.601319) - (xy 96.507794 101.515332) - (xy 96.434668 101.442206) - (xy 96.348681 101.384751) - (xy 96.253137 101.345176) - (xy 96.151708 101.325) - (xy 96.048292 101.325) - (xy 95.946863 101.345176) - (xy 95.851319 101.384751) - (xy 95.765332 101.442206) - (xy 95.692206 101.515332) - (xy 95.634751 101.601319) - (xy 95.595176 101.696863) - (xy 95.575 101.798292) - (xy 83.940754 101.798292) - (xy 83.934668 101.792206) - (xy 83.848681 101.734751) - (xy 83.753137 101.695176) - (xy 83.651708 101.675) - (xy 83.548292 101.675) - (xy 83.446863 101.695176) - (xy 83.351319 101.734751) - (xy 83.265332 101.792206) - (xy 83.192206 101.865332) - (xy 83.134751 101.951319) - (xy 83.095176 102.046863) - (xy 83.075 102.148292) - (xy 83.075 102.251708) - (xy 83.080784 102.280784) - (xy 83.051708 102.275) - (xy 82.948292 102.275) - (xy 82.846863 102.295176) - (xy 82.751319 102.334751) - (xy 82.665332 102.392206) - (xy 82.592206 102.465332) - (xy 82.534751 102.551319) - (xy 82.495176 102.646863) - (xy 82.475 102.748292) - (xy 82.475 102.851708) - (xy 82.480784 102.880784) - (xy 82.451708 102.875) - (xy 82.348292 102.875) - (xy 82.246863 102.895176) - (xy 82.151319 102.934751) - (xy 82.065332 102.992206) - (xy 81.992206 103.065332) - (xy 81.934751 103.151319) - (xy 81.895176 103.246863) - (xy 81.875 103.348292) - (xy 81.875 103.451708) - (xy 81.880784 103.480784) - (xy 81.851708 103.475) - (xy 81.748292 103.475) - (xy 81.646863 103.495176) - (xy 81.551319 103.534751) - (xy 81.465332 103.592206) - (xy 81.392206 103.665332) - (xy 81.334751 103.751319) - (xy 81.295176 103.846863) - (xy 81.275 103.948292) - (xy 81.275 104.051708) - (xy 81.280784 104.080784) - (xy 81.251708 104.075) - (xy 81.148292 104.075) - (xy 81.046863 104.095176) - (xy 80.951319 104.134751) - (xy 80.865332 104.192206) - (xy 80.792206 104.265332) - (xy 80.734751 104.351319) - (xy 80.695176 104.446863) - (xy 80.675 104.548292) - (xy 80.675 104.651708) - (xy 80.680784 104.680784) - (xy 80.651708 104.675) - (xy 80.548292 104.675) - (xy 80.446863 104.695176) - (xy 80.351319 104.734751) - (xy 80.265332 104.792206) - (xy 80.192206 104.865332) - (xy 80.134751 104.951319) - (xy 80.095176 105.046863) - (xy 80.078517 105.130611) - (xy 80.051708 105.125278) - (xy 79.948292 105.125278) - (xy 79.846863 105.145454) - (xy 79.751319 105.185029) - (xy 79.665332 105.242484) - (xy 79.592206 105.31561) - (xy 79.534751 105.401597) - (xy 79.495176 105.497141) - (xy 79.475 105.59857) - (xy 74.636005 105.59857) - (xy 74.654824 105.553137) - (xy 74.675 105.451708) - (xy 74.675 105.348292) - (xy 74.654824 105.246863) - (xy 74.615249 105.151319) - (xy 74.557794 105.065332) - (xy 74.484668 104.992206) - (xy 74.398681 104.934751) - (xy 74.303137 104.895176) - (xy 74.201708 104.875) - (xy 74.098292 104.875) - (xy 73.996863 104.895176) - (xy 73.901319 104.934751) - (xy 73.815332 104.992206) - (xy 73.742206 105.065332) - (xy 73.684751 105.151319) - (xy 73.645176 105.246863) - (xy 73.625 105.348292) - (xy 50.275 105.348292) - (xy 50.275 103.948292) - (xy 59.175 103.948292) - (xy 59.175 104.051708) - (xy 59.195176 104.153137) - (xy 59.234751 104.248681) - (xy 59.292206 104.334668) - (xy 59.365332 104.407794) - (xy 59.451319 104.465249) - (xy 59.546863 104.504824) - (xy 59.648292 104.525) - (xy 59.751708 104.525) - (xy 59.853137 104.504824) - (xy 59.948681 104.465249) - (xy 60.034668 104.407794) - (xy 60.107794 104.334668) - (xy 60.165249 104.248681) - (xy 60.204824 104.153137) - (xy 60.225 104.051708) - (xy 60.225 103.948292) - (xy 60.204824 103.846863) - (xy 60.165249 103.751319) - (xy 60.107794 103.665332) - (xy 60.034668 103.592206) - (xy 59.948681 103.534751) - (xy 59.853137 103.495176) - (xy 59.751708 103.475) - (xy 59.648292 103.475) - (xy 59.546863 103.495176) - (xy 59.451319 103.534751) - (xy 59.365332 103.592206) - (xy 59.292206 103.665332) - (xy 59.234751 103.751319) - (xy 59.195176 103.846863) - (xy 59.175 103.948292) - (xy 50.275 103.948292) - (xy 50.275 101.948292) - (xy 59.175 101.948292) - (xy 59.175 102.051708) - (xy 59.195176 102.153137) - (xy 59.234751 102.248681) - (xy 59.292206 102.334668) - (xy 59.365332 102.407794) - (xy 59.451319 102.465249) - (xy 59.546863 102.504824) - (xy 59.648292 102.525) - (xy 59.751708 102.525) - (xy 59.853137 102.504824) - (xy 59.948681 102.465249) - (xy 60.034668 102.407794) - (xy 60.107794 102.334668) - (xy 60.165249 102.248681) - (xy 60.204824 102.153137) - (xy 60.225 102.051708) - (xy 60.225 101.948292) - (xy 60.204824 101.846863) - (xy 60.165249 101.751319) - (xy 60.107794 101.665332) - (xy 60.034668 101.592206) - (xy 59.948681 101.534751) - (xy 59.853137 101.495176) - (xy 59.751708 101.475) - (xy 59.648292 101.475) - (xy 59.546863 101.495176) - (xy 59.451319 101.534751) - (xy 59.365332 101.592206) - (xy 59.292206 101.665332) - (xy 59.234751 101.751319) - (xy 59.195176 101.846863) - (xy 59.175 101.948292) - (xy 50.275 101.948292) - (xy 50.275 101.448292) - (xy 66.475 101.448292) - (xy 66.475 101.551708) - (xy 66.495176 101.653137) - (xy 66.534751 101.748681) - (xy 66.592206 101.834668) - (xy 66.665332 101.907794) - (xy 66.751319 101.965249) - (xy 66.846863 102.004824) - (xy 66.948292 102.025) - (xy 67.051708 102.025) - (xy 67.153137 102.004824) - (xy 67.248681 101.965249) - (xy 67.334668 101.907794) - (xy 67.407794 101.834668) - (xy 67.449999 101.771504) - (xy 67.492204 101.834668) - (xy 67.56533 101.907794) - (xy 67.651317 101.965249) - (xy 67.746861 102.004824) - (xy 67.84829 102.025) - (xy 67.951706 102.025) - (xy 68.053135 102.004824) - (xy 68.148679 101.965249) - (xy 68.234666 101.907794) - (xy 68.307792 101.834668) - (xy 68.324999 101.808916) - (xy 68.342206 101.834668) - (xy 68.415332 101.907794) - (xy 68.501319 101.965249) - (xy 68.596863 102.004824) - (xy 68.698292 102.025) - (xy 68.801708 102.025) - (xy 68.903137 102.004824) - (xy 68.998681 101.965249) - (xy 69.084668 101.907794) - (xy 69.157794 101.834668) - (xy 69.175 101.808918) - (xy 69.192205 101.834668) - (xy 69.265331 101.907794) - (xy 69.351318 101.965249) - (xy 69.446862 102.004824) - (xy 69.548291 102.025) - (xy 69.651707 102.025) - (xy 69.753136 102.004824) - (xy 69.84868 101.965249) - (xy 69.934667 101.907794) - (xy 70.007793 101.834668) - (xy 70.065248 101.748681) - (xy 70.104823 101.653137) - (xy 70.124999 101.551708) - (xy 70.124999 101.448292) - (xy 70.105108 101.348292) - (xy 76.775 101.348292) - (xy 76.775 101.451708) - (xy 76.795176 101.553137) - (xy 76.834751 101.648681) - (xy 76.892206 101.734668) - (xy 76.965332 101.807794) - (xy 77.051319 101.865249) - (xy 77.146863 101.904824) - (xy 77.248292 101.925) - (xy 77.351708 101.925) - (xy 77.453137 101.904824) - (xy 77.548681 101.865249) - (xy 77.634668 101.807794) - (xy 77.707794 101.734668) - (xy 77.765249 101.648681) - (xy 77.804824 101.553137) - (xy 77.825 101.451708) - (xy 77.825 101.348292) - (xy 77.805109 101.248292) - (xy 79.175 101.248292) - (xy 79.175 101.351708) - (xy 79.195176 101.453137) - (xy 79.234751 101.548681) - (xy 79.292206 101.634668) - (xy 79.365332 101.707794) - (xy 79.451319 101.765249) - (xy 79.546863 101.804824) - (xy 79.648292 101.825) - (xy 79.751708 101.825) - (xy 79.853137 101.804824) - (xy 79.948681 101.765249) - (xy 80.034668 101.707794) - (xy 80.107794 101.634668) - (xy 80.165249 101.548681) - (xy 80.204824 101.453137) - (xy 80.225 101.351708) - (xy 80.225 101.248292) - (xy 80.215017 101.198104) - (xy 84.274998 101.198104) - (xy 84.274998 101.30152) - (xy 84.295174 101.402949) - (xy 84.334749 101.498493) - (xy 84.392204 101.58448) - (xy 84.46533 101.657606) - (xy 84.551317 101.715061) - (xy 84.646861 101.754636) - (xy 84.74829 101.774812) - (xy 84.851706 101.774812) - (xy 84.953135 101.754636) - (xy 85.048679 101.715061) - (xy 85.134666 101.657606) - (xy 85.207792 101.58448) - (xy 85.265247 101.498493) - (xy 85.304822 101.402949) - (xy 85.324998 101.30152) - (xy 85.324998 101.198104) - (xy 85.304822 101.096675) - (xy 85.265247 101.001131) - (xy 85.207792 100.915144) - (xy 85.14094 100.848292) - (xy 86.974986 100.848292) - (xy 86.974986 100.951708) - (xy 86.995162 101.053137) - (xy 87.034737 101.148681) - (xy 87.092192 101.234668) - (xy 87.165318 101.307794) - (xy 87.251305 101.365249) - (xy 87.346849 101.404824) - (xy 87.448278 101.425) - (xy 87.551694 101.425) - (xy 87.653123 101.404824) - (xy 87.748667 101.365249) - (xy 87.834654 101.307794) - (xy 87.90778 101.234668) - (xy 87.965235 101.148681) - (xy 88.00481 101.053137) - (xy 88.024986 100.951708) - (xy 88.024986 100.948292) - (xy 118.075012 100.948292) - (xy 118.075012 101.051708) - (xy 118.095188 101.153137) - (xy 118.134763 101.248681) - (xy 118.192218 101.334668) - (xy 118.265344 101.407794) - (xy 118.351331 101.465249) - (xy 118.446875 101.504824) - (xy 118.548304 101.525) - (xy 118.65172 101.525) - (xy 118.753149 101.504824) - (xy 118.848693 101.465249) - (xy 118.93468 101.407794) - (xy 119.007806 101.334668) - (xy 119.065261 101.248681) - (xy 119.104836 101.153137) - (xy 119.125012 101.051708) - (xy 119.125012 100.948292) - (xy 119.104836 100.846863) - (xy 119.065261 100.751319) - (xy 119.007806 100.665332) - (xy 118.93468 100.592206) - (xy 118.848693 100.534751) - (xy 118.753149 100.495176) - (xy 118.65172 100.475) - (xy 118.548304 100.475) - (xy 118.446875 100.495176) - (xy 118.351331 100.534751) - (xy 118.265344 100.592206) - (xy 118.192218 100.665332) - (xy 118.134763 100.751319) - (xy 118.095188 100.846863) - (xy 118.075012 100.948292) - (xy 88.024986 100.948292) - (xy 88.024986 100.848292) - (xy 88.00481 100.746863) - (xy 87.965235 100.651319) - (xy 87.90778 100.565332) - (xy 87.834654 100.492206) - (xy 87.748667 100.434751) - (xy 87.653123 100.395176) - (xy 87.551694 100.375) - (xy 87.448278 100.375) - (xy 87.346849 100.395176) - (xy 87.251305 100.434751) - (xy 87.165318 100.492206) - (xy 87.092192 100.565332) - (xy 87.034737 100.651319) - (xy 86.995162 100.746863) - (xy 86.974986 100.848292) - (xy 85.14094 100.848292) - (xy 85.134666 100.842018) - (xy 85.048679 100.784563) - (xy 84.953135 100.744988) - (xy 84.851706 100.724812) - (xy 84.74829 100.724812) - (xy 84.646861 100.744988) - (xy 84.551317 100.784563) - (xy 84.46533 100.842018) - (xy 84.392204 100.915144) - (xy 84.334749 101.001131) - (xy 84.295174 101.096675) - (xy 84.274998 101.198104) - (xy 80.215017 101.198104) - (xy 80.204824 101.146863) - (xy 80.165249 101.051319) - (xy 80.107794 100.965332) - (xy 80.034668 100.892206) - (xy 79.948681 100.834751) - (xy 79.853137 100.795176) - (xy 79.751708 100.775) - (xy 79.648292 100.775) - (xy 79.546863 100.795176) - (xy 79.451319 100.834751) - (xy 79.365332 100.892206) - (xy 79.292206 100.965332) - (xy 79.234751 101.051319) - (xy 79.195176 101.146863) - (xy 79.175 101.248292) - (xy 77.805109 101.248292) - (xy 77.804824 101.246863) - (xy 77.765249 101.151319) - (xy 77.707794 101.065332) - (xy 77.634668 100.992206) - (xy 77.548681 100.934751) - (xy 77.453137 100.895176) - (xy 77.351708 100.875) - (xy 77.248292 100.875) - (xy 77.146863 100.895176) - (xy 77.051319 100.934751) - (xy 76.965332 100.992206) - (xy 76.892206 101.065332) - (xy 76.834751 101.151319) - (xy 76.795176 101.246863) - (xy 76.775 101.348292) - (xy 70.105108 101.348292) - (xy 70.104823 101.346863) - (xy 70.065248 101.251319) - (xy 70.007793 101.165332) - (xy 69.934667 101.092206) - (xy 69.84868 101.034751) - (xy 69.753136 100.995176) - (xy 69.651707 100.975) - (xy 69.548291 100.975) - (xy 69.446862 100.995176) - (xy 69.351318 101.034751) - (xy 69.265331 101.092206) - (xy 69.192205 101.165332) - (xy 69.174999 101.191082) - (xy 69.157794 101.165332) - (xy 69.084668 101.092206) - (xy 68.998681 101.034751) - (xy 68.903137 100.995176) - (xy 68.801708 100.975) - (xy 68.698292 100.975) - (xy 68.596863 100.995176) - (xy 68.501319 101.034751) - (xy 68.415332 101.092206) - (xy 68.342206 101.165332) - (xy 68.324999 101.191084) - (xy 68.307792 101.165332) - (xy 68.234666 101.092206) - (xy 68.148679 101.034751) - (xy 68.053135 100.995176) - (xy 67.951706 100.975) - (xy 67.84829 100.975) - (xy 67.746861 100.995176) - (xy 67.651317 101.034751) - (xy 67.56533 101.092206) - (xy 67.492204 101.165332) - (xy 67.449999 101.228496) - (xy 67.407794 101.165332) - (xy 67.334668 101.092206) - (xy 67.248681 101.034751) - (xy 67.153137 100.995176) - (xy 67.051708 100.975) - (xy 66.948292 100.975) - (xy 66.846863 100.995176) - (xy 66.751319 101.034751) - (xy 66.665332 101.092206) - (xy 66.592206 101.165332) - (xy 66.534751 101.251319) - (xy 66.495176 101.346863) - (xy 66.475 101.448292) - (xy 50.275 101.448292) - (xy 50.275 100.486907) - (xy 50.284486 100.490836) - (xy 50.341222 100.506038) - (xy 50.470632 100.523075) - (xy 50.5 100.525) - (xy 51.126528 100.525) - (xy 51.157875 100.534509) - (xy 51.264393 100.545) - (xy 51.935607 100.545) - (xy 52.042125 100.534509) - (xy 52.073472 100.525) - (xy 55.056528 100.525) - (xy 55.087875 100.534509) - (xy 55.194393 100.545) - (xy 56.365607 100.545) - (xy 56.472125 100.534509) - (xy 56.608788 100.493053) - (xy 56.69257 100.44827) - (xy 65.375 100.44827) - (xy 65.375 100.551686) - (xy 65.395176 100.653115) - (xy 65.434751 100.748659) - (xy 65.492206 100.834646) - (xy 65.565332 100.907772) - (xy 65.651319 100.965227) - (xy 65.746863 101.004802) - (xy 65.848292 101.024978) - (xy 65.951708 101.024978) - (xy 66.053137 101.004802) - (xy 66.148681 100.965227) - (xy 66.234668 100.907772) - (xy 66.307794 100.834646) - (xy 66.365249 100.748659) - (xy 66.404824 100.653115) - (xy 66.425 100.551686) - (xy 66.425 100.44827) - (xy 66.415059 100.398292) - (xy 67.075 100.398292) - (xy 67.075 100.501708) - (xy 67.095176 100.603137) - (xy 67.134751 100.698681) - (xy 67.192206 100.784668) - (xy 67.265332 100.857794) - (xy 67.351319 100.915249) - (xy 67.446863 100.954824) - (xy 67.548292 100.975) - (xy 67.651708 100.975) - (xy 67.753137 100.954824) - (xy 67.848681 100.915249) - (xy 67.934668 100.857794) - (xy 68.007794 100.784668) - (xy 68.065249 100.698681) - (xy 68.104824 100.603137) - (xy 68.125 100.501708) - (xy 68.125 100.398292) - (xy 72.075 100.398292) - (xy 72.075 100.501708) - (xy 72.095176 100.603137) - (xy 72.134751 100.698681) - (xy 72.192206 100.784668) - (xy 72.265332 100.857794) - (xy 72.351319 100.915249) - (xy 72.446863 100.954824) - (xy 72.548292 100.975) - (xy 72.651708 100.975) - (xy 72.753137 100.954824) - (xy 72.848681 100.915249) - (xy 72.934668 100.857794) - (xy 73.007794 100.784668) - (xy 73.065249 100.698681) - (xy 73.104824 100.603137) - (xy 73.125 100.501708) - (xy 73.125 100.398292) - (xy 73.104824 100.296863) - (xy 73.065249 100.201319) - (xy 73.007794 100.115332) - (xy 72.934668 100.042206) - (xy 72.848681 99.984751) - (xy 72.76066 99.948292) - (xy 78.67501 99.948292) - (xy 78.67501 100.051708) - (xy 78.695186 100.153137) - (xy 78.734761 100.248681) - (xy 78.792216 100.334668) - (xy 78.865342 100.407794) - (xy 78.951329 100.465249) - (xy 79.046873 100.504824) - (xy 79.148302 100.525) - (xy 79.251718 100.525) - (xy 79.353147 100.504824) - (xy 79.448691 100.465249) - (xy 79.534678 100.407794) - (xy 79.607804 100.334668) - (xy 79.665259 100.248681) - (xy 79.704834 100.153137) - (xy 79.72501 100.051708) - (xy 79.72501 99.948292) - (xy 79.704834 99.846863) - (xy 79.665259 99.751319) - (xy 79.607804 99.665332) - (xy 79.534678 99.592206) - (xy 79.448691 99.534751) - (xy 79.353147 99.495176) - (xy 79.251718 99.475) - (xy 79.148302 99.475) - (xy 79.046873 99.495176) - (xy 78.951329 99.534751) - (xy 78.865342 99.592206) - (xy 78.792216 99.665332) - (xy 78.734761 99.751319) - (xy 78.695186 99.846863) - (xy 78.67501 99.948292) - (xy 72.76066 99.948292) - (xy 72.753137 99.945176) - (xy 72.651708 99.925) - (xy 72.548292 99.925) - (xy 72.446863 99.945176) - (xy 72.351319 99.984751) - (xy 72.265332 100.042206) - (xy 72.192206 100.115332) - (xy 72.134751 100.201319) - (xy 72.095176 100.296863) - (xy 72.075 100.398292) - (xy 68.125 100.398292) - (xy 68.104824 100.296863) - (xy 68.065249 100.201319) - (xy 68.007794 100.115332) - (xy 67.934668 100.042206) - (xy 67.848681 99.984751) - (xy 67.753137 99.945176) - (xy 67.651708 99.925) - (xy 67.548292 99.925) - (xy 67.446863 99.945176) - (xy 67.351319 99.984751) - (xy 67.265332 100.042206) - (xy 67.192206 100.115332) - (xy 67.134751 100.201319) - (xy 67.095176 100.296863) - (xy 67.075 100.398292) - (xy 66.415059 100.398292) - (xy 66.404824 100.346841) - (xy 66.365249 100.251297) - (xy 66.307794 100.16531) - (xy 66.234668 100.092184) - (xy 66.148681 100.034729) - (xy 66.053137 99.995154) - (xy 65.951708 99.974978) - (xy 65.848292 99.974978) - (xy 65.746863 99.995154) - (xy 65.651319 100.034729) - (xy 65.565332 100.092184) - (xy 65.492206 100.16531) - (xy 65.434751 100.251297) - (xy 65.395176 100.346841) - (xy 65.375 100.44827) - (xy 56.69257 100.44827) - (xy 56.734737 100.425731) - (xy 56.845132 100.335132) - (xy 56.935731 100.224737) - (xy 57.003053 100.098788) - (xy 57.044509 99.962125) - (xy 57.058507 99.82) - (xy 57.044509 99.677875) - (xy 57.025 99.613562) - (xy 57.025 99.248292) - (xy 75.475 99.248292) - (xy 75.475 99.351708) - (xy 75.495176 99.453137) - (xy 75.534751 99.548681) - (xy 75.592206 99.634668) - (xy 75.665332 99.707794) - (xy 75.751319 99.765249) - (xy 75.846863 99.804824) - (xy 75.948292 99.825) - (xy 76.051708 99.825) - (xy 76.153137 99.804824) - (xy 76.248681 99.765249) - (xy 76.334668 99.707794) - (xy 76.407794 99.634668) - (xy 76.465249 99.548681) - (xy 76.504824 99.453137) - (xy 76.525 99.351708) - (xy 76.525 99.248292) - (xy 76.519216 99.219216) - (xy 76.548292 99.225) - (xy 76.651708 99.225) - (xy 76.753137 99.204824) - (xy 76.848681 99.165249) - (xy 76.934668 99.107794) - (xy 76.984321 99.058141) - (xy 86.075 99.058141) - (xy 86.075 99.141859) - (xy 86.091333 99.223968) - (xy 86.12337 99.301313) - (xy 86.169881 99.370921) - (xy 86.229079 99.430119) - (xy 86.298687 99.47663) - (xy 86.376032 99.508667) - (xy 86.458141 99.525) - (xy 86.541859 99.525) - (xy 86.623968 99.508667) - (xy 86.701313 99.47663) - (xy 86.770921 99.430119) - (xy 86.830119 99.370921) - (xy 86.87663 99.301313) - (xy 86.908667 99.223968) - (xy 86.925 99.141859) - (xy 86.925 99.058141) - (xy 86.908667 98.976032) - (xy 86.87663 98.898687) - (xy 86.842957 98.848292) - (xy 90.275 98.848292) - (xy 90.275 98.951708) - (xy 90.295176 99.053137) - (xy 90.334751 99.148681) - (xy 90.392206 99.234668) - (xy 90.465332 99.307794) - (xy 90.551319 99.365249) - (xy 90.646863 99.404824) - (xy 90.748292 99.425) - (xy 90.851708 99.425) - (xy 90.953137 99.404824) - (xy 91.048681 99.365249) - (xy 91.134668 99.307794) - (xy 91.207794 99.234668) - (xy 91.265249 99.148681) - (xy 91.304824 99.053137) - (xy 91.325 98.951708) - (xy 91.325 98.848292) - (xy 91.304824 98.746863) - (xy 91.265249 98.651319) - (xy 91.207794 98.565332) - (xy 91.134668 98.492206) - (xy 91.068947 98.448292) - (xy 92.125 98.448292) - (xy 92.125 98.551708) - (xy 92.145176 98.653137) - (xy 92.184751 98.748681) - (xy 92.242206 98.834668) - (xy 92.315332 98.907794) - (xy 92.401319 98.965249) - (xy 92.496863 99.004824) - (xy 92.598292 99.025) - (xy 92.701708 99.025) - (xy 92.803137 99.004824) - (xy 92.818906 98.998292) - (xy 95.575 98.998292) - (xy 95.575 99.101708) - (xy 95.595176 99.203137) - (xy 95.634751 99.298681) - (xy 95.692206 99.384668) - (xy 95.765332 99.457794) - (xy 95.851319 99.515249) - (xy 95.946863 99.554824) - (xy 96.048292 99.575) - (xy 96.151708 99.575) - (xy 96.253137 99.554824) - (xy 96.348681 99.515249) - (xy 96.434668 99.457794) - (xy 96.507794 99.384668) - (xy 96.565249 99.298681) - (xy 96.604824 99.203137) - (xy 96.625 99.101708) - (xy 96.625 98.998292) - (xy 97.325 98.998292) - (xy 97.325 99.101708) - (xy 97.345176 99.203137) - (xy 97.384751 99.298681) - (xy 97.442206 99.384668) - (xy 97.482538 99.425) - (xy 97.442206 99.465332) - (xy 97.384751 99.551319) - (xy 97.345176 99.646863) - (xy 97.325 99.748292) - (xy 97.325 99.851708) - (xy 97.345176 99.953137) - (xy 97.384751 100.048681) - (xy 97.442206 100.134668) - (xy 97.515332 100.207794) - (xy 97.601319 100.265249) - (xy 97.696863 100.304824) - (xy 97.798292 100.325) - (xy 97.901708 100.325) - (xy 98.003137 100.304824) - (xy 98.098681 100.265249) - (xy 98.184668 100.207794) - (xy 98.257794 100.134668) - (xy 98.315249 100.048681) - (xy 98.354824 99.953137) - (xy 98.375 99.851708) - (xy 98.375 99.748292) - (xy 98.354824 99.646863) - (xy 98.315249 99.551319) - (xy 98.257794 99.465332) - (xy 98.217462 99.425) - (xy 98.257794 99.384668) - (xy 98.315249 99.298681) - (xy 98.354824 99.203137) - (xy 98.375 99.101708) - (xy 98.375 98.998292) - (xy 99.575 98.998292) - (xy 99.575 99.101708) - (xy 99.595176 99.203137) - (xy 99.634751 99.298681) - (xy 99.692206 99.384668) - (xy 99.765332 99.457794) - (xy 99.851319 99.515249) - (xy 99.946863 99.554824) - (xy 100.048292 99.575) - (xy 100.151708 99.575) - (xy 100.253137 99.554824) - (xy 100.348681 99.515249) - (xy 100.434668 99.457794) - (xy 100.507794 99.384668) - (xy 100.565249 99.298681) - (xy 100.604824 99.203137) - (xy 100.625 99.101708) - (xy 100.625 98.998292) - (xy 101.325 98.998292) - (xy 101.325 99.101708) - (xy 101.345176 99.203137) - (xy 101.384751 99.298681) - (xy 101.442206 99.384668) - (xy 101.482538 99.425) - (xy 101.442206 99.465332) - (xy 101.384751 99.551319) - (xy 101.345176 99.646863) - (xy 101.325 99.748292) - (xy 101.325 99.851708) - (xy 101.345176 99.953137) - (xy 101.384751 100.048681) - (xy 101.442206 100.134668) - (xy 101.515332 100.207794) - (xy 101.601319 100.265249) - (xy 101.696863 100.304824) - (xy 101.798292 100.325) - (xy 101.901708 100.325) - (xy 102.003137 100.304824) - (xy 102.098681 100.265249) - (xy 102.184668 100.207794) - (xy 102.257794 100.134668) - (xy 102.315249 100.048681) - (xy 102.354824 99.953137) - (xy 102.375 99.851708) - (xy 102.375 99.748292) - (xy 102.355109 99.648292) - (xy 107.675006 99.648292) - (xy 107.675006 99.751708) - (xy 107.695182 99.853137) - (xy 107.734757 99.948681) - (xy 107.792212 100.034668) - (xy 107.865338 100.107794) - (xy 107.951325 100.165249) - (xy 108.046869 100.204824) - (xy 108.148298 100.225) - (xy 108.251714 100.225) - (xy 108.353143 100.204824) - (xy 108.448687 100.165249) - (xy 108.534674 100.107794) - (xy 108.6078 100.034668) - (xy 108.665255 99.948681) - (xy 108.70483 99.853137) - (xy 108.725006 99.751708) - (xy 108.725006 99.648292) - (xy 108.70483 99.546863) - (xy 108.665255 99.451319) - (xy 108.663233 99.448292) - (xy 117.675 99.448292) - (xy 117.675 99.551708) - (xy 117.695176 99.653137) - (xy 117.734751 99.748681) - (xy 117.792206 99.834668) - (xy 117.865332 99.907794) - (xy 117.951319 99.965249) - (xy 118.046863 100.004824) - (xy 118.148292 100.025) - (xy 118.251708 100.025) - (xy 118.353137 100.004824) - (xy 118.448681 99.965249) - (xy 118.534668 99.907794) - (xy 118.607794 99.834668) - (xy 118.665249 99.748681) - (xy 118.704824 99.653137) - (xy 118.725 99.551708) - (xy 118.725 99.448292) - (xy 118.704824 99.346863) - (xy 118.665249 99.251319) - (xy 118.607794 99.165332) - (xy 118.534668 99.092206) - (xy 118.468947 99.048292) - (xy 118.975 99.048292) - (xy 118.975 99.151708) - (xy 118.995176 99.253137) - (xy 119.034751 99.348681) - (xy 119.092206 99.434668) - (xy 119.165332 99.507794) - (xy 119.251319 99.565249) - (xy 119.346863 99.604824) - (xy 119.448292 99.625) - (xy 119.551708 99.625) - (xy 119.653137 99.604824) - (xy 119.748681 99.565249) - (xy 119.75 99.564368) - (xy 119.751319 99.565249) - (xy 119.846863 99.604824) - (xy 119.948292 99.625) - (xy 120.051708 99.625) - (xy 120.153137 99.604824) - (xy 120.248681 99.565249) - (xy 120.25 99.564368) - (xy 120.251319 99.565249) - (xy 120.346863 99.604824) - (xy 120.448292 99.625) - (xy 120.551708 99.625) - (xy 120.653137 99.604824) - (xy 120.748681 99.565249) - (xy 120.75 99.564368) - (xy 120.751319 99.565249) - (xy 120.846863 99.604824) - (xy 120.948292 99.625) - (xy 121.051708 99.625) - (xy 121.153137 99.604824) - (xy 121.248681 99.565249) - (xy 121.334668 99.507794) - (xy 121.407794 99.434668) - (xy 121.465249 99.348681) - (xy 121.48612 99.298292) - (xy 122.675 99.298292) - (xy 122.675 99.401708) - (xy 122.695176 99.503137) - (xy 122.734751 99.598681) - (xy 122.769041 99.65) - (xy 122.734751 99.701319) - (xy 122.695176 99.796863) - (xy 122.675 99.898292) - (xy 122.675 100.001708) - (xy 122.695176 100.103137) - (xy 122.734751 100.198681) - (xy 122.792206 100.284668) - (xy 122.865332 100.357794) - (xy 122.951319 100.415249) - (xy 123.046863 100.454824) - (xy 123.148292 100.475) - (xy 123.251708 100.475) - (xy 123.353137 100.454824) - (xy 123.448681 100.415249) - (xy 123.534668 100.357794) - (xy 123.607794 100.284668) - (xy 123.665249 100.198681) - (xy 123.704824 100.103137) - (xy 123.725 100.001708) - (xy 123.725 99.898292) - (xy 123.704824 99.796863) - (xy 123.665249 99.701319) - (xy 123.630959 99.65) - (xy 123.665249 99.598681) - (xy 123.704824 99.503137) - (xy 123.725 99.401708) - (xy 123.725 99.298292) - (xy 124.475 99.298292) - (xy 124.475 99.401708) - (xy 124.495176 99.503137) - (xy 124.534751 99.598681) - (xy 124.592206 99.684668) - (xy 124.665332 99.757794) - (xy 124.751319 99.815249) - (xy 124.846863 99.854824) - (xy 124.948292 99.875) - (xy 125.051708 99.875) - (xy 125.153137 99.854824) - (xy 125.248681 99.815249) - (xy 125.334668 99.757794) - (xy 125.34417 99.748292) - (xy 127.075 99.748292) - (xy 127.075 99.851708) - (xy 127.095176 99.953137) - (xy 127.134751 100.048681) - (xy 127.192206 100.134668) - (xy 127.265332 100.207794) - (xy 127.351319 100.265249) - (xy 127.435217 100.3) - (xy 127.351319 100.334751) - (xy 127.265332 100.392206) - (xy 127.192206 100.465332) - (xy 127.134751 100.551319) - (xy 127.095176 100.646863) - (xy 127.075 100.748292) - (xy 127.075 100.851708) - (xy 127.095176 100.953137) - (xy 127.134751 101.048681) - (xy 127.192206 101.134668) - (xy 127.265332 101.207794) - (xy 127.351319 101.265249) - (xy 127.446863 101.304824) - (xy 127.548292 101.325) - (xy 127.651708 101.325) - (xy 127.753137 101.304824) - (xy 127.848681 101.265249) - (xy 127.934668 101.207794) - (xy 128.007794 101.134668) - (xy 128.065249 101.048681) - (xy 128.104824 100.953137) - (xy 128.125 100.851708) - (xy 128.125 100.748292) - (xy 128.104824 100.646863) - (xy 128.065249 100.551319) - (xy 128.007794 100.465332) - (xy 127.934668 100.392206) - (xy 127.848681 100.334751) - (xy 127.764783 100.3) - (xy 127.848681 100.265249) - (xy 127.934668 100.207794) - (xy 128.007794 100.134668) - (xy 128.065249 100.048681) - (xy 128.104824 99.953137) - (xy 128.125 99.851708) - (xy 128.125 99.748292) - (xy 128.104824 99.646863) - (xy 128.065249 99.551319) - (xy 128.007794 99.465332) - (xy 127.934668 99.392206) - (xy 127.848681 99.334751) - (xy 127.753137 99.295176) - (xy 127.651708 99.275) - (xy 127.548292 99.275) - (xy 127.446863 99.295176) - (xy 127.351319 99.334751) - (xy 127.265332 99.392206) - (xy 127.192206 99.465332) - (xy 127.134751 99.551319) - (xy 127.095176 99.646863) - (xy 127.075 99.748292) - (xy 125.34417 99.748292) - (xy 125.407794 99.684668) - (xy 125.465249 99.598681) - (xy 125.504824 99.503137) - (xy 125.525 99.401708) - (xy 125.525 99.298292) - (xy 125.504824 99.196863) - (xy 125.465249 99.101319) - (xy 125.407794 99.015332) - (xy 125.334668 98.942206) - (xy 125.248681 98.884751) - (xy 125.153137 98.845176) - (xy 125.051708 98.825) - (xy 124.948292 98.825) - (xy 124.846863 98.845176) - (xy 124.751319 98.884751) - (xy 124.665332 98.942206) - (xy 124.592206 99.015332) - (xy 124.534751 99.101319) - (xy 124.495176 99.196863) - (xy 124.475 99.298292) - (xy 123.725 99.298292) - (xy 123.704824 99.196863) - (xy 123.665249 99.101319) - (xy 123.607794 99.015332) - (xy 123.534668 98.942206) - (xy 123.468931 98.898282) - (xy 123.548681 98.865249) - (xy 123.634668 98.807794) - (xy 123.707794 98.734668) - (xy 123.765249 98.648681) - (xy 123.804824 98.553137) - (xy 123.825 98.451708) - (xy 123.825 98.348292) - (xy 123.804824 98.246863) - (xy 123.765249 98.151319) - (xy 123.707794 98.065332) - (xy 123.634668 97.992206) - (xy 123.548681 97.934751) - (xy 123.453137 97.895176) - (xy 123.351708 97.875) - (xy 123.248292 97.875) - (xy 123.146863 97.895176) - (xy 123.051319 97.934751) - (xy 122.965332 97.992206) - (xy 122.892206 98.065332) - (xy 122.834751 98.151319) - (xy 122.795176 98.246863) - (xy 122.775 98.348292) - (xy 122.775 98.451708) - (xy 122.795176 98.553137) - (xy 122.834751 98.648681) - (xy 122.892206 98.734668) - (xy 122.965332 98.807794) - (xy 123.031069 98.851718) - (xy 122.951319 98.884751) - (xy 122.865332 98.942206) - (xy 122.792206 99.015332) - (xy 122.734751 99.101319) - (xy 122.695176 99.196863) - (xy 122.675 99.298292) - (xy 121.48612 99.298292) - (xy 121.504824 99.253137) - (xy 121.525 99.151708) - (xy 121.525 99.048292) - (xy 121.504824 98.946863) - (xy 121.465249 98.851319) - (xy 121.407794 98.765332) - (xy 121.334668 98.692206) - (xy 121.248681 98.634751) - (xy 121.153137 98.595176) - (xy 121.051708 98.575) - (xy 120.948292 98.575) - (xy 120.846863 98.595176) - (xy 120.751319 98.634751) - (xy 120.75 98.635632) - (xy 120.748681 98.634751) - (xy 120.653137 98.595176) - (xy 120.551708 98.575) - (xy 120.448292 98.575) - (xy 120.346863 98.595176) - (xy 120.251319 98.634751) - (xy 120.25 98.635632) - (xy 120.248681 98.634751) - (xy 120.153137 98.595176) - (xy 120.051708 98.575) - (xy 119.948292 98.575) - (xy 119.846863 98.595176) - (xy 119.751319 98.634751) - (xy 119.75 98.635632) - (xy 119.748681 98.634751) - (xy 119.653137 98.595176) - (xy 119.551708 98.575) - (xy 119.448292 98.575) - (xy 119.346863 98.595176) - (xy 119.251319 98.634751) - (xy 119.165332 98.692206) - (xy 119.092206 98.765332) - (xy 119.034751 98.851319) - (xy 118.995176 98.946863) - (xy 118.975 99.048292) - (xy 118.468947 99.048292) - (xy 118.448681 99.034751) - (xy 118.353137 98.995176) - (xy 118.251708 98.975) - (xy 118.148292 98.975) - (xy 118.046863 98.995176) - (xy 117.951319 99.034751) - (xy 117.865332 99.092206) - (xy 117.792206 99.165332) - (xy 117.734751 99.251319) - (xy 117.695176 99.346863) - (xy 117.675 99.448292) - (xy 108.663233 99.448292) - (xy 108.636411 99.408151) - (xy 108.653137 99.404824) - (xy 108.748681 99.365249) - (xy 108.834668 99.307794) - (xy 108.907794 99.234668) - (xy 108.965249 99.148681) - (xy 109.004824 99.053137) - (xy 109.025 98.951708) - (xy 109.025 98.848292) - (xy 109.004824 98.746863) - (xy 108.965249 98.651319) - (xy 108.907794 98.565332) - (xy 108.834668 98.492206) - (xy 108.748681 98.434751) - (xy 108.653137 98.395176) - (xy 108.551708 98.375) - (xy 108.448292 98.375) - (xy 108.346863 98.395176) - (xy 108.251319 98.434751) - (xy 108.165332 98.492206) - (xy 108.092206 98.565332) - (xy 108.034751 98.651319) - (xy 107.995176 98.746863) - (xy 107.975 98.848292) - (xy 107.975 98.951708) - (xy 107.995176 99.053137) - (xy 108.034751 99.148681) - (xy 108.063595 99.191849) - (xy 108.046869 99.195176) - (xy 107.951325 99.234751) - (xy 107.865338 99.292206) - (xy 107.792212 99.365332) - (xy 107.734757 99.451319) - (xy 107.695182 99.546863) - (xy 107.675006 99.648292) - (xy 102.355109 99.648292) - (xy 102.354824 99.646863) - (xy 102.315249 99.551319) - (xy 102.257794 99.465332) - (xy 102.217462 99.425) - (xy 102.257794 99.384668) - (xy 102.315249 99.298681) - (xy 102.354824 99.203137) - (xy 102.375 99.101708) - (xy 102.375 98.998292) - (xy 102.354824 98.896863) - (xy 102.351982 98.89) - (xy 103.842218 98.89) - (xy 103.85332 99.00272) - (xy 103.886199 99.111108) - (xy 103.939592 99.210998) - (xy 104.011446 99.298554) - (xy 104.099002 99.370408) - (xy 104.198892 99.423801) - (xy 104.30728 99.45668) - (xy 104.42 99.467782) - (xy 104.95125 99.465) - (xy 105.095 99.32125) - (xy 105.095 98.215) - (xy 105.445 98.215) - (xy 105.445 99.32125) - (xy 105.58875 99.465) - (xy 106.12 99.467782) - (xy 106.23272 99.45668) - (xy 106.341108 99.423801) - (xy 106.440998 99.370408) - (xy 106.528554 99.298554) - (xy 106.600408 99.210998) - (xy 106.653801 99.111108) - (xy 106.68668 99.00272) - (xy 106.697782 98.89) - (xy 106.695 98.35875) - (xy 106.55125 98.215) - (xy 105.445 98.215) - (xy 105.095 98.215) - (xy 103.98875 98.215) - (xy 103.845 98.35875) - (xy 103.842218 98.89) - (xy 102.351982 98.89) - (xy 102.315249 98.801319) - (xy 102.257794 98.715332) - (xy 102.184668 98.642206) - (xy 102.098681 98.584751) - (xy 102.003137 98.545176) - (xy 101.901708 98.525) - (xy 101.798292 98.525) - (xy 101.696863 98.545176) - (xy 101.601319 98.584751) - (xy 101.515332 98.642206) - (xy 101.442206 98.715332) - (xy 101.384751 98.801319) - (xy 101.345176 98.896863) - (xy 101.325 98.998292) - (xy 100.625 98.998292) - (xy 100.604824 98.896863) - (xy 100.565249 98.801319) - (xy 100.507794 98.715332) - (xy 100.434668 98.642206) - (xy 100.348681 98.584751) - (xy 100.253137 98.545176) - (xy 100.151708 98.525) - (xy 100.048292 98.525) - (xy 99.946863 98.545176) - (xy 99.851319 98.584751) - (xy 99.765332 98.642206) - (xy 99.692206 98.715332) - (xy 99.634751 98.801319) - (xy 99.595176 98.896863) - (xy 99.575 98.998292) - (xy 98.375 98.998292) - (xy 98.354824 98.896863) - (xy 98.315249 98.801319) - (xy 98.257794 98.715332) - (xy 98.184668 98.642206) - (xy 98.098681 98.584751) - (xy 98.003137 98.545176) - (xy 97.901708 98.525) - (xy 97.798292 98.525) - (xy 97.696863 98.545176) - (xy 97.601319 98.584751) - (xy 97.515332 98.642206) - (xy 97.442206 98.715332) - (xy 97.384751 98.801319) - (xy 97.345176 98.896863) - (xy 97.325 98.998292) - (xy 96.625 98.998292) - (xy 96.604824 98.896863) - (xy 96.565249 98.801319) - (xy 96.507794 98.715332) - (xy 96.434668 98.642206) - (xy 96.348681 98.584751) - (xy 96.253137 98.545176) - (xy 96.151708 98.525) - (xy 96.048292 98.525) - (xy 95.946863 98.545176) - (xy 95.851319 98.584751) - (xy 95.765332 98.642206) - (xy 95.692206 98.715332) - (xy 95.634751 98.801319) - (xy 95.595176 98.896863) - (xy 95.575 98.998292) - (xy 92.818906 98.998292) - (xy 92.898681 98.965249) - (xy 92.984668 98.907794) - (xy 93.057794 98.834668) - (xy 93.115249 98.748681) - (xy 93.154824 98.653137) - (xy 93.175 98.551708) - (xy 93.175 98.448292) - (xy 93.154824 98.346863) - (xy 93.115249 98.251319) - (xy 93.057794 98.165332) - (xy 92.984668 98.092206) - (xy 92.898681 98.034751) - (xy 92.803137 97.995176) - (xy 92.701708 97.975) - (xy 92.598292 97.975) - (xy 92.496863 97.995176) - (xy 92.401319 98.034751) - (xy 92.315332 98.092206) - (xy 92.242206 98.165332) - (xy 92.184751 98.251319) - (xy 92.145176 98.346863) - (xy 92.125 98.448292) - (xy 91.068947 98.448292) - (xy 91.048681 98.434751) - (xy 90.953137 98.395176) - (xy 90.851708 98.375) - (xy 90.748292 98.375) - (xy 90.646863 98.395176) - (xy 90.551319 98.434751) - (xy 90.465332 98.492206) - (xy 90.392206 98.565332) - (xy 90.334751 98.651319) - (xy 90.295176 98.746863) - (xy 90.275 98.848292) - (xy 86.842957 98.848292) - (xy 86.830119 98.829079) - (xy 86.770921 98.769881) - (xy 86.701313 98.72337) - (xy 86.623968 98.691333) - (xy 86.541859 98.675) - (xy 86.458141 98.675) - (xy 86.376032 98.691333) - (xy 86.298687 98.72337) - (xy 86.229079 98.769881) - (xy 86.169881 98.829079) - (xy 86.12337 98.898687) - (xy 86.091333 98.976032) - (xy 86.075 99.058141) - (xy 76.984321 99.058141) - (xy 77.007794 99.034668) - (xy 77.065249 98.948681) - (xy 77.104824 98.853137) - (xy 77.125 98.751708) - (xy 77.125 98.648292) - (xy 77.104824 98.546863) - (xy 77.065249 98.451319) - (xy 77.007794 98.365332) - (xy 76.934668 98.292206) - (xy 76.848681 98.234751) - (xy 76.753137 98.195176) - (xy 76.651708 98.175) - (xy 76.548292 98.175) - (xy 76.446863 98.195176) - (xy 76.351319 98.234751) - (xy 76.265332 98.292206) - (xy 76.192206 98.365332) - (xy 76.134751 98.451319) - (xy 76.095176 98.546863) - (xy 76.075 98.648292) - (xy 76.075 98.751708) - (xy 76.080784 98.780784) - (xy 76.051708 98.775) - (xy 75.948292 98.775) - (xy 75.846863 98.795176) - (xy 75.751319 98.834751) - (xy 75.665332 98.892206) - (xy 75.592206 98.965332) - (xy 75.534751 99.051319) - (xy 75.495176 99.146863) - (xy 75.475 99.248292) - (xy 57.025 99.248292) - (xy 57.025 97.198292) - (xy 64.375 97.198292) - (xy 64.375 97.301708) - (xy 64.395176 97.403137) - (xy 64.434751 97.498681) - (xy 64.492206 97.584668) - (xy 64.565332 97.657794) - (xy 64.651319 97.715249) - (xy 64.746863 97.754824) - (xy 64.848292 97.775) - (xy 64.951708 97.775) - (xy 65.053137 97.754824) - (xy 65.148681 97.715249) - (xy 65.234668 97.657794) - (xy 65.307794 97.584668) - (xy 65.365249 97.498681) - (xy 65.404824 97.403137) - (xy 65.425 97.301708) - (xy 65.425 97.248292) - (xy 74.275 97.248292) - (xy 74.275 97.351708) - (xy 74.295176 97.453137) - (xy 74.334751 97.548681) - (xy 74.392206 97.634668) - (xy 74.465332 97.707794) - (xy 74.551319 97.765249) - (xy 74.646863 97.804824) - (xy 74.748292 97.825) - (xy 74.851708 97.825) - (xy 74.953137 97.804824) - (xy 75.048681 97.765249) - (xy 75.134668 97.707794) - (xy 75.207794 97.634668) - (xy 75.265249 97.548681) - (xy 75.304824 97.453137) - (xy 75.325 97.351708) - (xy 75.325 97.248292) - (xy 75.304824 97.146863) - (xy 75.265249 97.051319) - (xy 75.207794 96.965332) - (xy 75.134668 96.892206) - (xy 75.048681 96.834751) - (xy 74.953137 96.795176) - (xy 74.851708 96.775) - (xy 74.748292 96.775) - (xy 74.646863 96.795176) - (xy 74.551319 96.834751) - (xy 74.465332 96.892206) - (xy 74.392206 96.965332) - (xy 74.334751 97.051319) - (xy 74.295176 97.146863) - (xy 74.275 97.248292) - (xy 65.425 97.248292) - (xy 65.425 97.198292) - (xy 65.404824 97.096863) - (xy 65.365249 97.001319) - (xy 65.307794 96.915332) - (xy 65.234668 96.842206) - (xy 65.148681 96.784751) - (xy 65.053137 96.745176) - (xy 64.951708 96.725) - (xy 64.848292 96.725) - (xy 64.746863 96.745176) - (xy 64.651319 96.784751) - (xy 64.565332 96.842206) - (xy 64.492206 96.915332) - (xy 64.434751 97.001319) - (xy 64.395176 97.096863) - (xy 64.375 97.198292) - (xy 57.025 97.198292) - (xy 57.025 95.743192) - (xy 57.375 95.743192) - (xy 57.375 95.846608) - (xy 57.395176 95.948037) - (xy 57.434751 96.043581) - (xy 57.492206 96.129568) - (xy 57.565332 96.202694) - (xy 57.651319 96.260149) - (xy 57.746863 96.299724) - (xy 57.848292 96.3199) - (xy 57.951708 96.3199) - (xy 58.053137 96.299724) - (xy 58.148681 96.260149) - (xy 58.234668 96.202694) - (xy 58.303886 96.133476) - (xy 74.377957 96.133476) - (xy 74.377957 96.236892) - (xy 74.398133 96.338321) - (xy 74.437708 96.433865) - (xy 74.495163 96.519852) - (xy 74.568289 96.592978) - (xy 74.654276 96.650433) - (xy 74.74982 96.690008) - (xy 74.851249 96.710184) - (xy 74.954665 96.710184) - (xy 75.056094 96.690008) - (xy 75.151638 96.650433) - (xy 75.237625 96.592978) - (xy 75.310751 96.519852) - (xy 75.368206 96.433865) - (xy 75.407781 96.338321) - (xy 75.427957 96.236892) - (xy 75.427957 96.185523) - (xy 76.212231 96.185523) - (xy 76.212231 96.288939) - (xy 76.232407 96.390368) - (xy 76.271982 96.485912) - (xy 76.329437 96.571899) - (xy 76.401261 96.643723) - (xy 76.395417 96.649567) - (xy 76.337962 96.735554) - (xy 76.298387 96.831098) - (xy 76.278211 96.932527) - (xy 76.278211 97.035943) - (xy 76.298387 97.137372) - (xy 76.337962 97.232916) - (xy 76.395417 97.318903) - (xy 76.468543 97.392029) - (xy 76.55453 97.449484) - (xy 76.650074 97.489059) - (xy 76.751503 97.509235) - (xy 76.854919 97.509235) - (xy 76.956348 97.489059) - (xy 77.030991 97.458141) - (xy 80.475 97.458141) - (xy 80.475 97.541859) - (xy 80.491333 97.623968) - (xy 80.52337 97.701313) - (xy 80.569881 97.770921) - (xy 80.629079 97.830119) - (xy 80.698687 97.87663) - (xy 80.755108 97.9) - (xy 80.698687 97.92337) - (xy 80.629079 97.969881) - (xy 80.569881 98.029079) - (xy 80.52337 98.098687) - (xy 80.491333 98.176032) - (xy 80.475 98.258141) - (xy 80.475 98.341859) - (xy 80.491333 98.423968) - (xy 80.52337 98.501313) - (xy 80.569881 98.570921) - (xy 80.629079 98.630119) - (xy 80.698687 98.67663) - (xy 80.776032 98.708667) - (xy 80.858141 98.725) - (xy 80.941859 98.725) - (xy 81.023968 98.708667) - (xy 81.101313 98.67663) - (xy 81.170921 98.630119) - (xy 81.230119 98.570921) - (xy 81.27663 98.501313) - (xy 81.3 98.444892) - (xy 81.32337 98.501313) - (xy 81.369881 98.570921) - (xy 81.429079 98.630119) - (xy 81.498687 98.67663) - (xy 81.576032 98.708667) - (xy 81.658141 98.725) - (xy 81.741859 98.725) - (xy 81.823968 98.708667) - (xy 81.901313 98.67663) - (xy 81.970921 98.630119) - (xy 82.030119 98.570921) - (xy 82.07663 98.501313) - (xy 82.1 98.444892) - (xy 82.12337 98.501313) - (xy 82.169881 98.570921) - (xy 82.229079 98.630119) - (xy 82.298687 98.67663) - (xy 82.376032 98.708667) - (xy 82.458141 98.725) - (xy 82.541859 98.725) - (xy 82.623968 98.708667) - (xy 82.701313 98.67663) - (xy 82.770921 98.630119) - (xy 82.830119 98.570921) - (xy 82.87663 98.501313) - (xy 82.908667 98.423968) - (xy 82.925 98.341859) - (xy 82.925 98.258141) - (xy 82.908667 98.176032) - (xy 82.87663 98.098687) - (xy 82.830119 98.029079) - (xy 82.770921 97.969881) - (xy 82.701313 97.92337) - (xy 82.623968 97.891333) - (xy 82.541859 97.875) - (xy 82.458141 97.875) - (xy 82.376032 97.891333) - (xy 82.298687 97.92337) - (xy 82.229079 97.969881) - (xy 82.169881 98.029079) - (xy 82.12337 98.098687) - (xy 82.1 98.155108) - (xy 82.07663 98.098687) - (xy 82.030119 98.029079) - (xy 81.970921 97.969881) - (xy 81.901313 97.92337) - (xy 81.823968 97.891333) - (xy 81.741859 97.875) - (xy 81.658141 97.875) - (xy 81.576032 97.891333) - (xy 81.498687 97.92337) - (xy 81.429079 97.969881) - (xy 81.369881 98.029079) - (xy 81.32337 98.098687) - (xy 81.3 98.155108) - (xy 81.27663 98.098687) - (xy 81.230119 98.029079) - (xy 81.170921 97.969881) - (xy 81.101313 97.92337) - (xy 81.044892 97.9) - (xy 81.101313 97.87663) - (xy 81.170921 97.830119) - (xy 81.230119 97.770921) - (xy 81.27663 97.701313) - (xy 81.308667 97.623968) - (xy 81.325 97.541859) - (xy 81.325 97.458141) - (xy 82.875 97.458141) - (xy 82.875 97.541859) - (xy 82.891333 97.623968) - (xy 82.92337 97.701313) - (xy 82.969881 97.770921) - (xy 83.029079 97.830119) - (xy 83.098687 97.87663) - (xy 83.176032 97.908667) - (xy 83.258141 97.925) - (xy 83.341859 97.925) - (xy 83.423968 97.908667) - (xy 83.501313 97.87663) - (xy 83.570921 97.830119) - (xy 83.630119 97.770921) - (xy 83.67663 97.701313) - (xy 83.7 97.644892) - (xy 83.72337 97.701313) - (xy 83.769881 97.770921) - (xy 83.829079 97.830119) - (xy 83.898687 97.87663) - (xy 83.976032 97.908667) - (xy 84.058141 97.925) - (xy 84.141859 97.925) - (xy 84.223968 97.908667) - (xy 84.301313 97.87663) - (xy 84.370921 97.830119) - (xy 84.430119 97.770921) - (xy 84.47663 97.701313) - (xy 84.5 97.644892) - (xy 84.52337 97.701313) - (xy 84.569881 97.770921) - (xy 84.629079 97.830119) - (xy 84.698687 97.87663) - (xy 84.755108 97.9) - (xy 84.698687 97.92337) - (xy 84.629079 97.969881) - (xy 84.569881 98.029079) - (xy 84.52337 98.098687) - (xy 84.491333 98.176032) - (xy 84.475 98.258141) - (xy 84.475 98.341859) - (xy 84.491333 98.423968) - (xy 84.52337 98.501313) - (xy 84.569881 98.570921) - (xy 84.629079 98.630119) - (xy 84.698687 98.67663) - (xy 84.776032 98.708667) - (xy 84.858141 98.725) - (xy 84.941859 98.725) - (xy 85.023968 98.708667) - (xy 85.101313 98.67663) - (xy 85.170921 98.630119) - (xy 85.230119 98.570921) - (xy 85.27663 98.501313) - (xy 85.3 98.444892) - (xy 85.32337 98.501313) - (xy 85.369881 98.570921) - (xy 85.429079 98.630119) - (xy 85.498687 98.67663) - (xy 85.576032 98.708667) - (xy 85.658141 98.725) - (xy 85.741859 98.725) - (xy 85.823968 98.708667) - (xy 85.901313 98.67663) - (xy 85.970921 98.630119) - (xy 86.030119 98.570921) - (xy 86.07663 98.501313) - (xy 86.108667 98.423968) - (xy 86.125 98.341859) - (xy 86.125 98.258141) - (xy 86.108667 98.176032) - (xy 86.07663 98.098687) - (xy 86.030119 98.029079) - (xy 85.970921 97.969881) - (xy 85.901313 97.92337) - (xy 85.823968 97.891333) - (xy 85.741859 97.875) - (xy 85.658141 97.875) - (xy 85.576032 97.891333) - (xy 85.498687 97.92337) - (xy 85.429079 97.969881) - (xy 85.369881 98.029079) - (xy 85.32337 98.098687) - (xy 85.3 98.155108) - (xy 85.27663 98.098687) - (xy 85.230119 98.029079) - (xy 85.170921 97.969881) - (xy 85.101313 97.92337) - (xy 85.044892 97.9) - (xy 85.101313 97.87663) - (xy 85.170921 97.830119) - (xy 85.230119 97.770921) - (xy 85.27663 97.701313) - (xy 85.308667 97.623968) - (xy 85.325 97.541859) - (xy 85.325 97.458141) - (xy 85.308667 97.376032) - (xy 85.27663 97.298687) - (xy 85.230119 97.229079) - (xy 85.170921 97.169881) - (xy 85.101313 97.12337) - (xy 85.044892 97.1) - (xy 85.101313 97.07663) - (xy 85.170921 97.030119) - (xy 85.230119 96.970921) - (xy 85.27663 96.901313) - (xy 85.3 96.844892) - (xy 85.32337 96.901313) - (xy 85.369881 96.970921) - (xy 85.429079 97.030119) - (xy 85.498687 97.07663) - (xy 85.576032 97.108667) - (xy 85.658141 97.125) - (xy 85.741859 97.125) - (xy 85.823968 97.108667) - (xy 85.901313 97.07663) - (xy 85.970921 97.030119) - (xy 86.030119 96.970921) - (xy 86.07663 96.901313) - (xy 86.1 96.844892) - (xy 86.12337 96.901313) - (xy 86.169881 96.970921) - (xy 86.229079 97.030119) - (xy 86.298687 97.07663) - (xy 86.355108 97.1) - (xy 86.298687 97.12337) - (xy 86.229079 97.169881) - (xy 86.169881 97.229079) - (xy 86.12337 97.298687) - (xy 86.091333 97.376032) - (xy 86.075 97.458141) - (xy 86.075 97.541859) - (xy 86.091333 97.623968) - (xy 86.12337 97.701313) - (xy 86.169881 97.770921) - (xy 86.229079 97.830119) - (xy 86.298687 97.87663) - (xy 86.376032 97.908667) - (xy 86.458141 97.925) - (xy 86.541859 97.925) - (xy 86.623968 97.908667) - (xy 86.701313 97.87663) - (xy 86.770921 97.830119) - (xy 86.830119 97.770921) - (xy 86.87663 97.701313) - (xy 86.908667 97.623968) - (xy 86.925 97.541859) - (xy 86.925 97.458141) - (xy 86.908667 97.376032) - (xy 86.87663 97.298687) - (xy 86.830119 97.229079) - (xy 86.770921 97.169881) - (xy 86.701313 97.12337) - (xy 86.644892 97.1) - (xy 86.701313 97.07663) - (xy 86.770921 97.030119) - (xy 86.830119 96.970921) - (xy 86.87663 96.901313) - (xy 86.908667 96.823968) - (xy 86.925 96.741859) - (xy 86.925 96.658141) - (xy 86.908667 96.576032) - (xy 86.87663 96.498687) - (xy 86.830119 96.429079) - (xy 86.770921 96.369881) - (xy 86.701313 96.32337) - (xy 86.644892 96.3) - (xy 86.701313 96.27663) - (xy 86.770921 96.230119) - (xy 86.830119 96.170921) - (xy 86.87663 96.101313) - (xy 86.908667 96.023968) - (xy 86.925 95.941859) - (xy 86.925 95.858141) - (xy 86.908667 95.776032) - (xy 86.87663 95.698687) - (xy 86.830119 95.629079) - (xy 86.770921 95.569881) - (xy 86.701313 95.52337) - (xy 86.644892 95.5) - (xy 86.701313 95.47663) - (xy 86.743723 95.448292) - (xy 88.575 95.448292) - (xy 88.575 95.551708) - (xy 88.595176 95.653137) - (xy 88.634751 95.748681) - (xy 88.692206 95.834668) - (xy 88.765332 95.907794) - (xy 88.851319 95.965249) - (xy 88.946863 96.004824) - (xy 89.048292 96.025) - (xy 89.151708 96.025) - (xy 89.253137 96.004824) - (xy 89.348681 95.965249) - (xy 89.434668 95.907794) - (xy 89.507794 95.834668) - (xy 89.565249 95.748681) - (xy 89.604824 95.653137) - (xy 89.625 95.551708) - (xy 89.625 95.448292) - (xy 89.604824 95.346863) - (xy 89.584706 95.298292) - (xy 91.52034 95.298292) - (xy 91.52034 95.401708) - (xy 91.540516 95.503137) - (xy 91.580091 95.598681) - (xy 91.637546 95.684668) - (xy 91.710672 95.757794) - (xy 91.796659 95.815249) - (xy 91.892203 95.854824) - (xy 91.993632 95.875) - (xy 92.097048 95.875) - (xy 92.198477 95.854824) - (xy 92.294021 95.815249) - (xy 92.380008 95.757794) - (xy 92.38951 95.748292) - (xy 92.625 95.748292) - (xy 92.625 95.851708) - (xy 92.645176 95.953137) - (xy 92.684751 96.048681) - (xy 92.742206 96.134668) - (xy 92.815332 96.207794) - (xy 92.901319 96.265249) - (xy 92.996863 96.304824) - (xy 93.098292 96.325) - (xy 93.201708 96.325) - (xy 93.303137 96.304824) - (xy 93.318906 96.298292) - (xy 95.575 96.298292) - (xy 95.575 96.401708) - (xy 95.595176 96.503137) - (xy 95.634751 96.598681) - (xy 95.692206 96.684668) - (xy 95.765332 96.757794) - (xy 95.851319 96.815249) - (xy 95.946863 96.854824) - (xy 96.048292 96.875) - (xy 96.151708 96.875) - (xy 96.253137 96.854824) - (xy 96.348681 96.815249) - (xy 96.434668 96.757794) - (xy 96.507794 96.684668) - (xy 96.565249 96.598681) - (xy 96.604824 96.503137) - (xy 96.625 96.401708) - (xy 96.625 96.298292) - (xy 97.325 96.298292) - (xy 97.325 96.401708) - (xy 97.345176 96.503137) - (xy 97.384751 96.598681) - (xy 97.442206 96.684668) - (xy 97.482538 96.725) - (xy 97.442206 96.765332) - (xy 97.384751 96.851319) - (xy 97.345176 96.946863) - (xy 97.325 97.048292) - (xy 97.325 97.151708) - (xy 97.345176 97.253137) - (xy 97.384751 97.348681) - (xy 97.442206 97.434668) - (xy 97.515332 97.507794) - (xy 97.601319 97.565249) - (xy 97.696863 97.604824) - (xy 97.798292 97.625) - (xy 97.901708 97.625) - (xy 98.003137 97.604824) - (xy 98.098681 97.565249) - (xy 98.184668 97.507794) - (xy 98.257794 97.434668) - (xy 98.315249 97.348681) - (xy 98.354824 97.253137) - (xy 98.375 97.151708) - (xy 98.375 97.048292) - (xy 98.354824 96.946863) - (xy 98.315249 96.851319) - (xy 98.257794 96.765332) - (xy 98.217462 96.725) - (xy 98.257794 96.684668) - (xy 98.315249 96.598681) - (xy 98.354824 96.503137) - (xy 98.375 96.401708) - (xy 98.375 96.298292) - (xy 99.575 96.298292) - (xy 99.575 96.401708) - (xy 99.595176 96.503137) - (xy 99.634751 96.598681) - (xy 99.692206 96.684668) - (xy 99.765332 96.757794) - (xy 99.851319 96.815249) - (xy 99.946863 96.854824) - (xy 100.048292 96.875) - (xy 100.151708 96.875) - (xy 100.253137 96.854824) - (xy 100.348681 96.815249) - (xy 100.434668 96.757794) - (xy 100.507794 96.684668) - (xy 100.565249 96.598681) - (xy 100.604824 96.503137) - (xy 100.625 96.401708) - (xy 100.625 96.298292) - (xy 101.325 96.298292) - (xy 101.325 96.401708) - (xy 101.345176 96.503137) - (xy 101.384751 96.598681) - (xy 101.442206 96.684668) - (xy 101.482538 96.725) - (xy 101.442206 96.765332) - (xy 101.384751 96.851319) - (xy 101.345176 96.946863) - (xy 101.325 97.048292) - (xy 101.325 97.151708) - (xy 101.345176 97.253137) - (xy 101.384751 97.348681) - (xy 101.442206 97.434668) - (xy 101.515332 97.507794) - (xy 101.601319 97.565249) - (xy 101.696863 97.604824) - (xy 101.798292 97.625) - (xy 101.901708 97.625) - (xy 102.003137 97.604824) - (xy 102.098681 97.565249) - (xy 102.184668 97.507794) - (xy 102.257794 97.434668) - (xy 102.315249 97.348681) - (xy 102.354824 97.253137) - (xy 102.367383 97.19) - (xy 103.842218 97.19) - (xy 103.845 97.72125) - (xy 103.98875 97.865) - (xy 105.095 97.865) - (xy 105.095 96.75875) - (xy 105.445 96.75875) - (xy 105.445 97.865) - (xy 106.55125 97.865) - (xy 106.695 97.72125) - (xy 106.696953 97.348292) - (xy 125.975 97.348292) - (xy 125.975 97.451708) - (xy 125.995176 97.553137) - (xy 126.034751 97.648681) - (xy 126.092206 97.734668) - (xy 126.165332 97.807794) - (xy 126.251319 97.865249) - (xy 126.346863 97.904824) - (xy 126.448292 97.925) - (xy 126.551708 97.925) - (xy 126.653137 97.904824) - (xy 126.748681 97.865249) - (xy 126.834668 97.807794) - (xy 126.907794 97.734668) - (xy 126.965249 97.648681) - (xy 127.004824 97.553137) - (xy 127.025 97.451708) - (xy 127.025 97.348292) - (xy 127.004824 97.246863) - (xy 126.965249 97.151319) - (xy 126.907794 97.065332) - (xy 126.834668 96.992206) - (xy 126.748681 96.934751) - (xy 126.653137 96.895176) - (xy 126.551708 96.875) - (xy 126.448292 96.875) - (xy 126.346863 96.895176) - (xy 126.251319 96.934751) - (xy 126.165332 96.992206) - (xy 126.092206 97.065332) - (xy 126.034751 97.151319) - (xy 125.995176 97.246863) - (xy 125.975 97.348292) - (xy 106.696953 97.348292) - (xy 106.697782 97.19) - (xy 106.68668 97.07728) - (xy 106.653801 96.968892) - (xy 106.600408 96.869002) - (xy 106.528554 96.781446) - (xy 106.440998 96.709592) - (xy 106.341108 96.656199) - (xy 106.23272 96.62332) - (xy 106.12 96.612218) - (xy 105.58875 96.615) - (xy 105.445 96.75875) - (xy 105.095 96.75875) - (xy 104.95125 96.615) - (xy 104.42 96.612218) - (xy 104.30728 96.62332) - (xy 104.198892 96.656199) - (xy 104.099002 96.709592) - (xy 104.011446 96.781446) - (xy 103.939592 96.869002) - (xy 103.886199 96.968892) - (xy 103.85332 97.07728) - (xy 103.842218 97.19) - (xy 102.367383 97.19) - (xy 102.375 97.151708) - (xy 102.375 97.048292) - (xy 102.354824 96.946863) - (xy 102.315249 96.851319) - (xy 102.257794 96.765332) - (xy 102.217462 96.725) - (xy 102.257794 96.684668) - (xy 102.315249 96.598681) - (xy 102.354824 96.503137) - (xy 102.375 96.401708) - (xy 102.375 96.298292) - (xy 102.354824 96.196863) - (xy 102.315249 96.101319) - (xy 102.257794 96.015332) - (xy 102.184668 95.942206) - (xy 102.098681 95.884751) - (xy 102.003137 95.845176) - (xy 101.901708 95.825) - (xy 101.798292 95.825) - (xy 101.696863 95.845176) - (xy 101.601319 95.884751) - (xy 101.515332 95.942206) - (xy 101.442206 96.015332) - (xy 101.384751 96.101319) - (xy 101.345176 96.196863) - (xy 101.325 96.298292) - (xy 100.625 96.298292) - (xy 100.604824 96.196863) - (xy 100.565249 96.101319) - (xy 100.507794 96.015332) - (xy 100.434668 95.942206) - (xy 100.348681 95.884751) - (xy 100.253137 95.845176) - (xy 100.151708 95.825) - (xy 100.048292 95.825) - (xy 99.946863 95.845176) - (xy 99.851319 95.884751) - (xy 99.765332 95.942206) - (xy 99.692206 96.015332) - (xy 99.634751 96.101319) - (xy 99.595176 96.196863) - (xy 99.575 96.298292) - (xy 98.375 96.298292) - (xy 98.354824 96.196863) - (xy 98.315249 96.101319) - (xy 98.257794 96.015332) - (xy 98.184668 95.942206) - (xy 98.098681 95.884751) - (xy 98.003137 95.845176) - (xy 97.901708 95.825) - (xy 97.798292 95.825) - (xy 97.696863 95.845176) - (xy 97.601319 95.884751) - (xy 97.515332 95.942206) - (xy 97.442206 96.015332) - (xy 97.384751 96.101319) - (xy 97.345176 96.196863) - (xy 97.325 96.298292) - (xy 96.625 96.298292) - (xy 96.604824 96.196863) - (xy 96.565249 96.101319) - (xy 96.507794 96.015332) - (xy 96.434668 95.942206) - (xy 96.348681 95.884751) - (xy 96.253137 95.845176) - (xy 96.151708 95.825) - (xy 96.048292 95.825) - (xy 95.946863 95.845176) - (xy 95.851319 95.884751) - (xy 95.765332 95.942206) - (xy 95.692206 96.015332) - (xy 95.634751 96.101319) - (xy 95.595176 96.196863) - (xy 95.575 96.298292) - (xy 93.318906 96.298292) - (xy 93.398681 96.265249) - (xy 93.484668 96.207794) - (xy 93.557794 96.134668) - (xy 93.615249 96.048681) - (xy 93.654824 95.953137) - (xy 93.675 95.851708) - (xy 93.675 95.748292) - (xy 93.654824 95.646863) - (xy 93.632392 95.592706) - (xy 93.698681 95.565249) - (xy 93.784668 95.507794) - (xy 93.857794 95.434668) - (xy 93.884886 95.394122) - (xy 104.195 95.394122) - (xy 104.195 95.605878) - (xy 104.236312 95.813566) - (xy 104.317348 96.009203) - (xy 104.434993 96.185272) - (xy 104.584728 96.335007) - (xy 104.760797 96.452652) - (xy 104.956434 96.533688) - (xy 105.164122 96.575) - (xy 105.375878 96.575) - (xy 105.583566 96.533688) - (xy 105.779203 96.452652) - (xy 105.955272 96.335007) - (xy 106.105007 96.185272) - (xy 106.222652 96.009203) - (xy 106.303688 95.813566) - (xy 106.345 95.605878) - (xy 106.345 95.394122) - (xy 106.303688 95.186434) - (xy 106.222652 94.990797) - (xy 106.105007 94.814728) - (xy 105.955272 94.664993) - (xy 105.779203 94.547348) - (xy 105.583566 94.466312) - (xy 105.492974 94.448292) - (xy 122.775 94.448292) - (xy 122.775 94.551708) - (xy 122.795176 94.653137) - (xy 122.834751 94.748681) - (xy 122.892206 94.834668) - (xy 122.965332 94.907794) - (xy 123.051319 94.965249) - (xy 123.146863 95.004824) - (xy 123.248292 95.025) - (xy 123.351708 95.025) - (xy 123.453137 95.004824) - (xy 123.548681 94.965249) - (xy 123.634668 94.907794) - (xy 123.707794 94.834668) - (xy 123.765249 94.748681) - (xy 123.804824 94.653137) - (xy 123.825 94.551708) - (xy 123.825 94.448292) - (xy 123.804824 94.346863) - (xy 123.765249 94.251319) - (xy 123.707794 94.165332) - (xy 123.634668 94.092206) - (xy 123.548681 94.034751) - (xy 123.453137 93.995176) - (xy 123.351708 93.975) - (xy 123.248292 93.975) - (xy 123.146863 93.995176) - (xy 123.051319 94.034751) - (xy 122.965332 94.092206) - (xy 122.892206 94.165332) - (xy 122.834751 94.251319) - (xy 122.795176 94.346863) - (xy 122.775 94.448292) - (xy 105.492974 94.448292) - (xy 105.375878 94.425) - (xy 105.164122 94.425) - (xy 104.956434 94.466312) - (xy 104.760797 94.547348) - (xy 104.584728 94.664993) - (xy 104.434993 94.814728) - (xy 104.317348 94.990797) - (xy 104.236312 95.186434) - (xy 104.195 95.394122) - (xy 93.884886 95.394122) - (xy 93.915249 95.348681) - (xy 93.954824 95.253137) - (xy 93.975 95.151708) - (xy 93.975 95.048292) - (xy 93.954824 94.946863) - (xy 93.915249 94.851319) - (xy 93.857794 94.765332) - (xy 93.784668 94.692206) - (xy 93.698681 94.634751) - (xy 93.603137 94.595176) - (xy 93.501708 94.575) - (xy 93.398292 94.575) - (xy 93.296863 94.595176) - (xy 93.201319 94.634751) - (xy 93.115332 94.692206) - (xy 93.042206 94.765332) - (xy 92.984751 94.851319) - (xy 92.945176 94.946863) - (xy 92.925 95.048292) - (xy 92.925 95.151708) - (xy 92.945176 95.253137) - (xy 92.967608 95.307294) - (xy 92.901319 95.334751) - (xy 92.815332 95.392206) - (xy 92.742206 95.465332) - (xy 92.684751 95.551319) - (xy 92.645176 95.646863) - (xy 92.625 95.748292) - (xy 92.38951 95.748292) - (xy 92.453134 95.684668) - (xy 92.510589 95.598681) - (xy 92.550164 95.503137) - (xy 92.57034 95.401708) - (xy 92.57034 95.298292) - (xy 92.550164 95.196863) - (xy 92.510737 95.101676) - (xy 92.598681 95.065249) - (xy 92.684668 95.007794) - (xy 92.757794 94.934668) - (xy 92.815249 94.848681) - (xy 92.854824 94.753137) - (xy 92.875 94.651708) - (xy 92.875 94.548292) - (xy 92.854824 94.446863) - (xy 92.815249 94.351319) - (xy 92.757794 94.265332) - (xy 92.684668 94.192206) - (xy 92.598681 94.134751) - (xy 92.553582 94.11607) - (xy 92.565249 94.098609) - (xy 92.604824 94.003065) - (xy 92.625 93.901636) - (xy 92.625 93.79822) - (xy 92.604824 93.696791) - (xy 92.565249 93.601247) - (xy 92.507794 93.51526) - (xy 92.434668 93.442134) - (xy 92.369055 93.398292) - (xy 95.575 93.398292) - (xy 95.575 93.501708) - (xy 95.595176 93.603137) - (xy 95.634751 93.698681) - (xy 95.692206 93.784668) - (xy 95.765332 93.857794) - (xy 95.851319 93.915249) - (xy 95.946863 93.954824) - (xy 96.048292 93.975) - (xy 96.151708 93.975) - (xy 96.253137 93.954824) - (xy 96.348681 93.915249) - (xy 96.434668 93.857794) - (xy 96.507794 93.784668) - (xy 96.565249 93.698681) - (xy 96.604824 93.603137) - (xy 96.625 93.501708) - (xy 96.625 93.398292) - (xy 97.325 93.398292) - (xy 97.325 93.501708) - (xy 97.345176 93.603137) - (xy 97.384751 93.698681) - (xy 97.442206 93.784668) - (xy 97.482538 93.825) - (xy 97.442206 93.865332) - (xy 97.384751 93.951319) - (xy 97.345176 94.046863) - (xy 97.325 94.148292) - (xy 97.325 94.251708) - (xy 97.345176 94.353137) - (xy 97.384751 94.448681) - (xy 97.442206 94.534668) - (xy 97.515332 94.607794) - (xy 97.601319 94.665249) - (xy 97.696863 94.704824) - (xy 97.798292 94.725) - (xy 97.901708 94.725) - (xy 98.003137 94.704824) - (xy 98.098681 94.665249) - (xy 98.184668 94.607794) - (xy 98.257794 94.534668) - (xy 98.315249 94.448681) - (xy 98.354824 94.353137) - (xy 98.375 94.251708) - (xy 98.375 94.148292) - (xy 98.354824 94.046863) - (xy 98.315249 93.951319) - (xy 98.257794 93.865332) - (xy 98.217462 93.825) - (xy 98.257794 93.784668) - (xy 98.315249 93.698681) - (xy 98.354824 93.603137) - (xy 98.375 93.501708) - (xy 98.375 93.398292) - (xy 99.575 93.398292) - (xy 99.575 93.501708) - (xy 99.595176 93.603137) - (xy 99.634751 93.698681) - (xy 99.692206 93.784668) - (xy 99.765332 93.857794) - (xy 99.851319 93.915249) - (xy 99.946863 93.954824) - (xy 100.048292 93.975) - (xy 100.151708 93.975) - (xy 100.253137 93.954824) - (xy 100.348681 93.915249) - (xy 100.434668 93.857794) - (xy 100.507794 93.784668) - (xy 100.565249 93.698681) - (xy 100.604824 93.603137) - (xy 100.625 93.501708) - (xy 100.625 93.398292) - (xy 101.325 93.398292) - (xy 101.325 93.501708) - (xy 101.345176 93.603137) - (xy 101.384751 93.698681) - (xy 101.442206 93.784668) - (xy 101.482538 93.825) - (xy 101.442206 93.865332) - (xy 101.384751 93.951319) - (xy 101.345176 94.046863) - (xy 101.325 94.148292) - (xy 101.325 94.251708) - (xy 101.345176 94.353137) - (xy 101.384751 94.448681) - (xy 101.442206 94.534668) - (xy 101.515332 94.607794) - (xy 101.601319 94.665249) - (xy 101.696863 94.704824) - (xy 101.798292 94.725) - (xy 101.901708 94.725) - (xy 102.003137 94.704824) - (xy 102.098681 94.665249) - (xy 102.184668 94.607794) - (xy 102.257794 94.534668) - (xy 102.315249 94.448681) - (xy 102.354824 94.353137) - (xy 102.375 94.251708) - (xy 102.375 94.148292) - (xy 102.354824 94.046863) - (xy 102.315249 93.951319) - (xy 102.257794 93.865332) - (xy 102.217462 93.825) - (xy 102.257794 93.784668) - (xy 102.315249 93.698681) - (xy 102.354824 93.603137) - (xy 102.375 93.501708) - (xy 102.375 93.398292) - (xy 102.354824 93.296863) - (xy 102.315249 93.201319) - (xy 102.257794 93.115332) - (xy 102.184668 93.042206) - (xy 102.098681 92.984751) - (xy 102.003137 92.945176) - (xy 101.901708 92.925) - (xy 101.798292 92.925) - (xy 101.696863 92.945176) - (xy 101.601319 92.984751) - (xy 101.515332 93.042206) - (xy 101.442206 93.115332) - (xy 101.384751 93.201319) - (xy 101.345176 93.296863) - (xy 101.325 93.398292) - (xy 100.625 93.398292) - (xy 100.604824 93.296863) - (xy 100.565249 93.201319) - (xy 100.507794 93.115332) - (xy 100.434668 93.042206) - (xy 100.348681 92.984751) - (xy 100.253137 92.945176) - (xy 100.151708 92.925) - (xy 100.048292 92.925) - (xy 99.946863 92.945176) - (xy 99.851319 92.984751) - (xy 99.765332 93.042206) - (xy 99.692206 93.115332) - (xy 99.634751 93.201319) - (xy 99.595176 93.296863) - (xy 99.575 93.398292) - (xy 98.375 93.398292) - (xy 98.354824 93.296863) - (xy 98.315249 93.201319) - (xy 98.257794 93.115332) - (xy 98.184668 93.042206) - (xy 98.098681 92.984751) - (xy 98.003137 92.945176) - (xy 97.901708 92.925) - (xy 97.798292 92.925) - (xy 97.696863 92.945176) - (xy 97.601319 92.984751) - (xy 97.515332 93.042206) - (xy 97.442206 93.115332) - (xy 97.384751 93.201319) - (xy 97.345176 93.296863) - (xy 97.325 93.398292) - (xy 96.625 93.398292) - (xy 96.604824 93.296863) - (xy 96.565249 93.201319) - (xy 96.507794 93.115332) - (xy 96.434668 93.042206) - (xy 96.348681 92.984751) - (xy 96.253137 92.945176) - (xy 96.151708 92.925) - (xy 96.048292 92.925) - (xy 95.946863 92.945176) - (xy 95.851319 92.984751) - (xy 95.765332 93.042206) - (xy 95.692206 93.115332) - (xy 95.634751 93.201319) - (xy 95.595176 93.296863) - (xy 95.575 93.398292) - (xy 92.369055 93.398292) - (xy 92.348681 93.384679) - (xy 92.253137 93.345104) - (xy 92.151708 93.324928) - (xy 92.048292 93.324928) - (xy 91.946863 93.345104) - (xy 91.851319 93.384679) - (xy 91.765332 93.442134) - (xy 91.692206 93.51526) - (xy 91.634751 93.601247) - (xy 91.595176 93.696791) - (xy 91.575 93.79822) - (xy 91.575 93.901636) - (xy 91.595176 94.003065) - (xy 91.634751 94.098609) - (xy 91.692206 94.184596) - (xy 91.765332 94.257722) - (xy 91.851319 94.315177) - (xy 91.896418 94.333858) - (xy 91.884751 94.351319) - (xy 91.845176 94.446863) - (xy 91.825 94.548292) - (xy 91.825 94.651708) - (xy 91.845176 94.753137) - (xy 91.884603 94.848324) - (xy 91.796659 94.884751) - (xy 91.710672 94.942206) - (xy 91.637546 95.015332) - (xy 91.580091 95.101319) - (xy 91.540516 95.196863) - (xy 91.52034 95.298292) - (xy 89.584706 95.298292) - (xy 89.565249 95.251319) - (xy 89.507794 95.165332) - (xy 89.434668 95.092206) - (xy 89.348681 95.034751) - (xy 89.253137 94.995176) - (xy 89.151708 94.975) - (xy 89.048292 94.975) - (xy 88.946863 94.995176) - (xy 88.851319 95.034751) - (xy 88.765332 95.092206) - (xy 88.692206 95.165332) - (xy 88.634751 95.251319) - (xy 88.595176 95.346863) - (xy 88.575 95.448292) - (xy 86.743723 95.448292) - (xy 86.770921 95.430119) - (xy 86.830119 95.370921) - (xy 86.87663 95.301313) - (xy 86.908667 95.223968) - (xy 86.925 95.141859) - (xy 86.925 95.058141) - (xy 86.908667 94.976032) - (xy 86.87663 94.898687) - (xy 86.830119 94.829079) - (xy 86.770921 94.769881) - (xy 86.701313 94.72337) - (xy 86.623968 94.691333) - (xy 86.541859 94.675) - (xy 86.458141 94.675) - (xy 86.376032 94.691333) - (xy 86.298687 94.72337) - (xy 86.229079 94.769881) - (xy 86.169881 94.829079) - (xy 86.12337 94.898687) - (xy 86.091333 94.976032) - (xy 86.075 95.058141) - (xy 86.075 95.141859) - (xy 86.091333 95.223968) - (xy 86.12337 95.301313) - (xy 86.169881 95.370921) - (xy 86.229079 95.430119) - (xy 86.298687 95.47663) - (xy 86.355108 95.5) - (xy 86.298687 95.52337) - (xy 86.229079 95.569881) - (xy 86.169881 95.629079) - (xy 86.12337 95.698687) - (xy 86.1 95.755108) - (xy 86.07663 95.698687) - (xy 86.030119 95.629079) - (xy 85.970921 95.569881) - (xy 85.901313 95.52337) - (xy 85.823968 95.491333) - (xy 85.741859 95.475) - (xy 85.658141 95.475) - (xy 85.576032 95.491333) - (xy 85.498687 95.52337) - (xy 85.429079 95.569881) - (xy 85.369881 95.629079) - (xy 85.32337 95.698687) - (xy 85.291333 95.776032) - (xy 85.275 95.858141) - (xy 85.275 95.941859) - (xy 85.291333 96.023968) - (xy 85.32337 96.101313) - (xy 85.369881 96.170921) - (xy 85.429079 96.230119) - (xy 85.498687 96.27663) - (xy 85.555108 96.3) - (xy 85.498687 96.32337) - (xy 85.429079 96.369881) - (xy 85.369881 96.429079) - (xy 85.32337 96.498687) - (xy 85.3 96.555108) - (xy 85.27663 96.498687) - (xy 85.230119 96.429079) - (xy 85.170921 96.369881) - (xy 85.101313 96.32337) - (xy 85.023968 96.291333) - (xy 84.941859 96.275) - (xy 84.858141 96.275) - (xy 84.776032 96.291333) - (xy 84.698687 96.32337) - (xy 84.629079 96.369881) - (xy 84.569881 96.429079) - (xy 84.52337 96.498687) - (xy 84.491333 96.576032) - (xy 84.475 96.658141) - (xy 84.475 96.741859) - (xy 84.491333 96.823968) - (xy 84.52337 96.901313) - (xy 84.569881 96.970921) - (xy 84.629079 97.030119) - (xy 84.698687 97.07663) - (xy 84.755108 97.1) - (xy 84.698687 97.12337) - (xy 84.629079 97.169881) - (xy 84.569881 97.229079) - (xy 84.52337 97.298687) - (xy 84.5 97.355108) - (xy 84.47663 97.298687) - (xy 84.430119 97.229079) - (xy 84.370921 97.169881) - (xy 84.301313 97.12337) - (xy 84.223968 97.091333) - (xy 84.141859 97.075) - (xy 84.058141 97.075) - (xy 83.976032 97.091333) - (xy 83.898687 97.12337) - (xy 83.829079 97.169881) - (xy 83.769881 97.229079) - (xy 83.72337 97.298687) - (xy 83.7 97.355108) - (xy 83.67663 97.298687) - (xy 83.630119 97.229079) - (xy 83.570921 97.169881) - (xy 83.501313 97.12337) - (xy 83.423968 97.091333) - (xy 83.341859 97.075) - (xy 83.258141 97.075) - (xy 83.176032 97.091333) - (xy 83.098687 97.12337) - (xy 83.029079 97.169881) - (xy 82.969881 97.229079) - (xy 82.92337 97.298687) - (xy 82.891333 97.376032) - (xy 82.875 97.458141) - (xy 81.325 97.458141) - (xy 81.308667 97.376032) - (xy 81.27663 97.298687) - (xy 81.230119 97.229079) - (xy 81.170921 97.169881) - (xy 81.101313 97.12337) - (xy 81.023968 97.091333) - (xy 80.941859 97.075) - (xy 80.858141 97.075) - (xy 80.776032 97.091333) - (xy 80.698687 97.12337) - (xy 80.629079 97.169881) - (xy 80.569881 97.229079) - (xy 80.52337 97.298687) - (xy 80.491333 97.376032) - (xy 80.475 97.458141) - (xy 77.030991 97.458141) - (xy 77.051892 97.449484) - (xy 77.137879 97.392029) - (xy 77.211005 97.318903) - (xy 77.26846 97.232916) - (xy 77.308035 97.137372) - (xy 77.328211 97.035943) - (xy 77.328211 96.932527) - (xy 77.308035 96.831098) - (xy 77.26846 96.735554) - (xy 77.211005 96.649567) - (xy 77.139181 96.577743) - (xy 77.145025 96.571899) - (xy 77.20248 96.485912) - (xy 77.242055 96.390368) - (xy 77.262231 96.288939) - (xy 77.262231 96.185523) - (xy 77.242055 96.084094) - (xy 77.20248 95.98855) - (xy 77.145025 95.902563) - (xy 77.071899 95.829437) - (xy 76.985912 95.771982) - (xy 76.890368 95.732407) - (xy 76.788939 95.712231) - (xy 76.685523 95.712231) - (xy 76.584094 95.732407) - (xy 76.48855 95.771982) - (xy 76.402563 95.829437) - (xy 76.329437 95.902563) - (xy 76.271982 95.98855) - (xy 76.232407 96.084094) - (xy 76.212231 96.185523) - (xy 75.427957 96.185523) - (xy 75.427957 96.133476) - (xy 75.407781 96.032047) - (xy 75.368206 95.936503) - (xy 75.310751 95.850516) - (xy 75.237625 95.77739) - (xy 75.151638 95.719935) - (xy 75.056094 95.68036) - (xy 74.954665 95.660184) - (xy 74.851249 95.660184) - (xy 74.74982 95.68036) - (xy 74.654276 95.719935) - (xy 74.568289 95.77739) - (xy 74.495163 95.850516) - (xy 74.437708 95.936503) - (xy 74.398133 96.032047) - (xy 74.377957 96.133476) - (xy 58.303886 96.133476) - (xy 58.307794 96.129568) - (xy 58.365249 96.043581) - (xy 58.404824 95.948037) - (xy 58.425 95.846608) - (xy 58.425 95.743192) - (xy 58.404824 95.641763) - (xy 58.365249 95.546219) - (xy 58.307794 95.460232) - (xy 58.234668 95.387106) - (xy 58.148681 95.329651) - (xy 58.053137 95.290076) - (xy 57.951708 95.2699) - (xy 57.848292 95.2699) - (xy 57.746863 95.290076) - (xy 57.651319 95.329651) - (xy 57.565332 95.387106) - (xy 57.492206 95.460232) - (xy 57.434751 95.546219) - (xy 57.395176 95.641763) - (xy 57.375 95.743192) - (xy 57.025 95.743192) - (xy 57.025 94.648292) - (xy 57.375 94.648292) - (xy 57.375 94.751708) - (xy 57.395176 94.853137) - (xy 57.434751 94.948681) - (xy 57.492206 95.034668) - (xy 57.565332 95.107794) - (xy 57.651319 95.165249) - (xy 57.746863 95.204824) - (xy 57.848292 95.225) - (xy 57.951708 95.225) - (xy 58.053137 95.204824) - (xy 58.068906 95.198292) - (xy 64.375 95.198292) - (xy 64.375 95.301708) - (xy 64.395176 95.403137) - (xy 64.434751 95.498681) - (xy 64.492206 95.584668) - (xy 64.565332 95.657794) - (xy 64.651319 95.715249) - (xy 64.746863 95.754824) - (xy 64.848292 95.775) - (xy 64.951708 95.775) - (xy 65.053137 95.754824) - (xy 65.148681 95.715249) - (xy 65.234668 95.657794) - (xy 65.307794 95.584668) - (xy 65.365249 95.498681) - (xy 65.404824 95.403137) - (xy 65.425 95.301708) - (xy 65.425 95.198292) - (xy 65.404824 95.096863) - (xy 65.395065 95.073302) - (xy 74.374996 95.073302) - (xy 74.374996 95.176718) - (xy 74.395172 95.278147) - (xy 74.434747 95.373691) - (xy 74.492202 95.459678) - (xy 74.565328 95.532804) - (xy 74.651315 95.590259) - (xy 74.746859 95.629834) - (xy 74.848288 95.65001) - (xy 74.951704 95.65001) - (xy 75.053133 95.629834) - (xy 75.148677 95.590259) - (xy 75.234664 95.532804) - (xy 75.30779 95.459678) - (xy 75.315397 95.448292) - (xy 77.575 95.448292) - (xy 77.575 95.551708) - (xy 77.595176 95.653137) - (xy 77.634751 95.748681) - (xy 77.692206 95.834668) - (xy 77.765332 95.907794) - (xy 77.851319 95.965249) - (xy 77.946863 96.004824) - (xy 78.048292 96.025) - (xy 78.151708 96.025) - (xy 78.253137 96.004824) - (xy 78.348681 95.965249) - (xy 78.434668 95.907794) - (xy 78.507794 95.834668) - (xy 78.565249 95.748681) - (xy 78.604824 95.653137) - (xy 78.625 95.551708) - (xy 78.625 95.448292) - (xy 78.604824 95.346863) - (xy 78.565249 95.251319) - (xy 78.507794 95.165332) - (xy 78.434668 95.092206) - (xy 78.348681 95.034751) - (xy 78.253137 94.995176) - (xy 78.151708 94.975) - (xy 78.048292 94.975) - (xy 77.946863 94.995176) - (xy 77.851319 95.034751) - (xy 77.765332 95.092206) - (xy 77.692206 95.165332) - (xy 77.634751 95.251319) - (xy 77.595176 95.346863) - (xy 77.575 95.448292) - (xy 75.315397 95.448292) - (xy 75.365245 95.373691) - (xy 75.40482 95.278147) - (xy 75.424996 95.176718) - (xy 75.424996 95.073302) - (xy 75.40482 94.971873) - (xy 75.365245 94.876329) - (xy 75.30779 94.790342) - (xy 75.234664 94.717216) - (xy 75.148677 94.659761) - (xy 75.053133 94.620186) - (xy 74.951704 94.60001) - (xy 74.848288 94.60001) - (xy 74.746859 94.620186) - (xy 74.651315 94.659761) - (xy 74.565328 94.717216) - (xy 74.492202 94.790342) - (xy 74.434747 94.876329) - (xy 74.395172 94.971873) - (xy 74.374996 95.073302) - (xy 65.395065 95.073302) - (xy 65.365249 95.001319) - (xy 65.307794 94.915332) - (xy 65.234668 94.842206) - (xy 65.148681 94.784751) - (xy 65.053137 94.745176) - (xy 64.951708 94.725) - (xy 64.848292 94.725) - (xy 64.746863 94.745176) - (xy 64.651319 94.784751) - (xy 64.565332 94.842206) - (xy 64.492206 94.915332) - (xy 64.434751 95.001319) - (xy 64.395176 95.096863) - (xy 64.375 95.198292) - (xy 58.068906 95.198292) - (xy 58.148681 95.165249) - (xy 58.234668 95.107794) - (xy 58.307794 95.034668) - (xy 58.365249 94.948681) - (xy 58.404824 94.853137) - (xy 58.425 94.751708) - (xy 58.425 94.648292) - (xy 58.404824 94.546863) - (xy 58.365249 94.451319) - (xy 58.307794 94.365332) - (xy 58.234668 94.292206) - (xy 58.148681 94.234751) - (xy 58.053137 94.195176) - (xy 57.951708 94.175) - (xy 57.848292 94.175) - (xy 57.746863 94.195176) - (xy 57.651319 94.234751) - (xy 57.565332 94.292206) - (xy 57.492206 94.365332) - (xy 57.434751 94.451319) - (xy 57.395176 94.546863) - (xy 57.375 94.648292) - (xy 57.025 94.648292) - (xy 57.025 93.790217) - (xy 77.016925 93.790217) - (xy 77.016925 93.893633) - (xy 77.037101 93.995062) - (xy 77.076676 94.090606) - (xy 77.134131 94.176593) - (xy 77.207257 94.249719) - (xy 77.293244 94.307174) - (xy 77.388788 94.346749) - (xy 77.490217 94.366925) - (xy 77.593633 94.366925) - (xy 77.687305 94.348292) - (xy 78.075 94.348292) - (xy 78.075 94.451708) - (xy 78.095176 94.553137) - (xy 78.134751 94.648681) - (xy 78.192206 94.734668) - (xy 78.265332 94.807794) - (xy 78.351319 94.865249) - (xy 78.446863 94.904824) - (xy 78.548292 94.925) - (xy 78.651708 94.925) - (xy 78.753137 94.904824) - (xy 78.848681 94.865249) - (xy 78.934668 94.807794) - (xy 79.007794 94.734668) - (xy 79.065249 94.648681) - (xy 79.104824 94.553137) - (xy 79.125 94.451708) - (xy 79.125 94.348292) - (xy 79.104824 94.246863) - (xy 79.065249 94.151319) - (xy 79.007794 94.065332) - (xy 78.934668 93.992206) - (xy 78.848681 93.934751) - (xy 78.753137 93.895176) - (xy 78.651708 93.875) - (xy 78.548292 93.875) - (xy 78.446863 93.895176) - (xy 78.351319 93.934751) - (xy 78.265332 93.992206) - (xy 78.192206 94.065332) - (xy 78.134751 94.151319) - (xy 78.095176 94.246863) - (xy 78.075 94.348292) - (xy 77.687305 94.348292) - (xy 77.695062 94.346749) - (xy 77.790606 94.307174) - (xy 77.876593 94.249719) - (xy 77.949719 94.176593) - (xy 78.007174 94.090606) - (xy 78.046749 93.995062) - (xy 78.066925 93.893633) - (xy 78.066925 93.790217) - (xy 78.046749 93.688788) - (xy 78.007174 93.593244) - (xy 77.949719 93.507257) - (xy 77.876593 93.434131) - (xy 77.790606 93.376676) - (xy 77.695062 93.337101) - (xy 77.593633 93.316925) - (xy 77.490217 93.316925) - (xy 77.388788 93.337101) - (xy 77.293244 93.376676) - (xy 77.207257 93.434131) - (xy 77.134131 93.507257) - (xy 77.076676 93.593244) - (xy 77.037101 93.688788) - (xy 77.016925 93.790217) - (xy 57.025 93.790217) - (xy 57.025 93.198292) - (xy 64.375 93.198292) - (xy 64.375 93.301708) - (xy 64.395176 93.403137) - (xy 64.434751 93.498681) - (xy 64.492206 93.584668) - (xy 64.565332 93.657794) - (xy 64.651319 93.715249) - (xy 64.746863 93.754824) - (xy 64.848292 93.775) - (xy 64.951708 93.775) - (xy 65.053137 93.754824) - (xy 65.148681 93.715249) - (xy 65.234668 93.657794) - (xy 65.307794 93.584668) - (xy 65.365249 93.498681) - (xy 65.404824 93.403137) - (xy 65.425 93.301708) - (xy 65.425 93.198292) - (xy 65.404824 93.096863) - (xy 65.365249 93.001319) - (xy 65.307794 92.915332) - (xy 65.234668 92.842206) - (xy 65.148681 92.784751) - (xy 65.053137 92.745176) - (xy 64.951708 92.725) - (xy 64.848292 92.725) - (xy 64.746863 92.745176) - (xy 64.651319 92.784751) - (xy 64.565332 92.842206) - (xy 64.492206 92.915332) - (xy 64.434751 93.001319) - (xy 64.395176 93.096863) - (xy 64.375 93.198292) - (xy 57.025 93.198292) - (xy 57.025 92.14325) - (xy 75.44815 92.14325) - (xy 75.44815 92.246666) - (xy 75.468326 92.348095) - (xy 75.507901 92.443639) - (xy 75.565356 92.529626) - (xy 75.638482 92.602752) - (xy 75.724469 92.660207) - (xy 75.820013 92.699782) - (xy 75.921442 92.719958) - (xy 76.024858 92.719958) - (xy 76.126287 92.699782) - (xy 76.221831 92.660207) - (xy 76.307818 92.602752) - (xy 76.380944 92.529626) - (xy 76.438399 92.443639) - (xy 76.477974 92.348095) - (xy 76.49815 92.246666) - (xy 76.49815 92.14325) - (xy 76.477974 92.041821) - (xy 76.438399 91.946277) - (xy 76.380944 91.86029) - (xy 76.378795 91.858141) - (xy 79.675 91.858141) - (xy 79.675 91.941859) - (xy 79.691333 92.023968) - (xy 79.72337 92.101313) - (xy 79.769881 92.170921) - (xy 79.829079 92.230119) - (xy 79.898687 92.27663) - (xy 79.976032 92.308667) - (xy 80.058141 92.325) - (xy 80.141859 92.325) - (xy 80.223968 92.308667) - (xy 80.301313 92.27663) - (xy 80.370921 92.230119) - (xy 80.430119 92.170921) - (xy 80.47663 92.101313) - (xy 80.5 92.044892) - (xy 80.52337 92.101313) - (xy 80.569881 92.170921) - (xy 80.629079 92.230119) - (xy 80.698687 92.27663) - (xy 80.755108 92.3) - (xy 80.698687 92.32337) - (xy 80.629079 92.369881) - (xy 80.569881 92.429079) - (xy 80.52337 92.498687) - (xy 80.491333 92.576032) - (xy 80.475 92.658141) - (xy 80.475 92.741859) - (xy 80.491333 92.823968) - (xy 80.52337 92.901313) - (xy 80.569881 92.970921) - (xy 80.629079 93.030119) - (xy 80.698687 93.07663) - (xy 80.755108 93.1) - (xy 80.698687 93.12337) - (xy 80.629079 93.169881) - (xy 80.569881 93.229079) - (xy 80.52337 93.298687) - (xy 80.491333 93.376032) - (xy 80.475 93.458141) - (xy 80.475 93.541859) - (xy 80.491333 93.623968) - (xy 80.52337 93.701313) - (xy 80.569881 93.770921) - (xy 80.629079 93.830119) - (xy 80.698687 93.87663) - (xy 80.755108 93.9) - (xy 80.698687 93.92337) - (xy 80.629079 93.969881) - (xy 80.569881 94.029079) - (xy 80.52337 94.098687) - (xy 80.491333 94.176032) - (xy 80.475 94.258141) - (xy 80.475 94.341859) - (xy 80.491333 94.423968) - (xy 80.52337 94.501313) - (xy 80.569881 94.570921) - (xy 80.629079 94.630119) - (xy 80.698687 94.67663) - (xy 80.755108 94.7) - (xy 80.698687 94.72337) - (xy 80.629079 94.769881) - (xy 80.569881 94.829079) - (xy 80.52337 94.898687) - (xy 80.491333 94.976032) - (xy 80.475 95.058141) - (xy 80.475 95.141859) - (xy 80.491333 95.223968) - (xy 80.52337 95.301313) - (xy 80.569881 95.370921) - (xy 80.629079 95.430119) - (xy 80.698687 95.47663) - (xy 80.755108 95.5) - (xy 80.698687 95.52337) - (xy 80.629079 95.569881) - (xy 80.569881 95.629079) - (xy 80.52337 95.698687) - (xy 80.491333 95.776032) - (xy 80.475 95.858141) - (xy 80.475 95.941859) - (xy 80.491333 96.023968) - (xy 80.52337 96.101313) - (xy 80.569881 96.170921) - (xy 80.629079 96.230119) - (xy 80.698687 96.27663) - (xy 80.776032 96.308667) - (xy 80.858141 96.325) - (xy 80.941859 96.325) - (xy 81.023968 96.308667) - (xy 81.101313 96.27663) - (xy 81.170921 96.230119) - (xy 81.230119 96.170921) - (xy 81.27663 96.101313) - (xy 81.3 96.044892) - (xy 81.32337 96.101313) - (xy 81.369881 96.170921) - (xy 81.429079 96.230119) - (xy 81.498687 96.27663) - (xy 81.555108 96.3) - (xy 81.498687 96.32337) - (xy 81.429079 96.369881) - (xy 81.369881 96.429079) - (xy 81.32337 96.498687) - (xy 81.291333 96.576032) - (xy 81.275 96.658141) - (xy 81.275 96.741859) - (xy 81.291333 96.823968) - (xy 81.32337 96.901313) - (xy 81.369881 96.970921) - (xy 81.429079 97.030119) - (xy 81.498687 97.07663) - (xy 81.576032 97.108667) - (xy 81.658141 97.125) - (xy 81.741859 97.125) - (xy 81.823968 97.108667) - (xy 81.901313 97.07663) - (xy 81.970921 97.030119) - (xy 82.030119 96.970921) - (xy 82.07663 96.901313) - (xy 82.1 96.844892) - (xy 82.12337 96.901313) - (xy 82.169881 96.970921) - (xy 82.229079 97.030119) - (xy 82.298687 97.07663) - (xy 82.376032 97.108667) - (xy 82.458141 97.125) - (xy 82.541859 97.125) - (xy 82.623968 97.108667) - (xy 82.701313 97.07663) - (xy 82.770921 97.030119) - (xy 82.830119 96.970921) - (xy 82.87663 96.901313) - (xy 82.908667 96.823968) - (xy 82.925 96.741859) - (xy 82.925 96.658141) - (xy 82.908667 96.576032) - (xy 82.87663 96.498687) - (xy 82.830119 96.429079) - (xy 82.770921 96.369881) - (xy 82.701313 96.32337) - (xy 82.623968 96.291333) - (xy 82.541859 96.275) - (xy 82.458141 96.275) - (xy 82.376032 96.291333) - (xy 82.298687 96.32337) - (xy 82.229079 96.369881) - (xy 82.169881 96.429079) - (xy 82.12337 96.498687) - (xy 82.1 96.555108) - (xy 82.07663 96.498687) - (xy 82.030119 96.429079) - (xy 81.970921 96.369881) - (xy 81.901313 96.32337) - (xy 81.844892 96.3) - (xy 81.901313 96.27663) - (xy 81.970921 96.230119) - (xy 82.030119 96.170921) - (xy 82.07663 96.101313) - (xy 82.108667 96.023968) - (xy 82.125 95.941859) - (xy 82.125 95.858141) - (xy 82.108667 95.776032) - (xy 82.07663 95.698687) - (xy 82.030119 95.629079) - (xy 81.970921 95.569881) - (xy 81.901313 95.52337) - (xy 81.823968 95.491333) - (xy 81.741859 95.475) - (xy 81.658141 95.475) - (xy 81.576032 95.491333) - (xy 81.498687 95.52337) - (xy 81.429079 95.569881) - (xy 81.369881 95.629079) - (xy 81.32337 95.698687) - (xy 81.3 95.755108) - (xy 81.27663 95.698687) - (xy 81.230119 95.629079) - (xy 81.170921 95.569881) - (xy 81.101313 95.52337) - (xy 81.044892 95.5) - (xy 81.101313 95.47663) - (xy 81.170921 95.430119) - (xy 81.230119 95.370921) - (xy 81.27663 95.301313) - (xy 81.308667 95.223968) - (xy 81.325 95.141859) - (xy 81.325 95.058141) - (xy 81.308667 94.976032) - (xy 81.27663 94.898687) - (xy 81.230119 94.829079) - (xy 81.170921 94.769881) - (xy 81.101313 94.72337) - (xy 81.044892 94.7) - (xy 81.101313 94.67663) - (xy 81.170921 94.630119) - (xy 81.230119 94.570921) - (xy 81.27663 94.501313) - (xy 81.308667 94.423968) - (xy 81.325 94.341859) - (xy 81.325 94.258141) - (xy 81.308667 94.176032) - (xy 81.27663 94.098687) - (xy 81.230119 94.029079) - (xy 81.170921 93.969881) - (xy 81.101313 93.92337) - (xy 81.044892 93.9) - (xy 81.101313 93.87663) - (xy 81.170921 93.830119) - (xy 81.230119 93.770921) - (xy 81.27663 93.701313) - (xy 81.308667 93.623968) - (xy 81.325 93.541859) - (xy 81.325 93.458141) - (xy 81.308667 93.376032) - (xy 81.27663 93.298687) - (xy 81.230119 93.229079) - (xy 81.170921 93.169881) - (xy 81.101313 93.12337) - (xy 81.044892 93.1) - (xy 81.101313 93.07663) - (xy 81.170921 93.030119) - (xy 81.230119 92.970921) - (xy 81.27663 92.901313) - (xy 81.308667 92.823968) - (xy 81.325 92.741859) - (xy 81.325 92.658141) - (xy 82.075 92.658141) - (xy 82.075 92.741859) - (xy 82.091333 92.823968) - (xy 82.12337 92.901313) - (xy 82.169881 92.970921) - (xy 82.229079 93.030119) - (xy 82.298687 93.07663) - (xy 82.355108 93.1) - (xy 82.298687 93.12337) - (xy 82.229079 93.169881) - (xy 82.169881 93.229079) - (xy 82.12337 93.298687) - (xy 82.091333 93.376032) - (xy 82.075 93.458141) - (xy 82.075 93.541859) - (xy 82.091333 93.623968) - (xy 82.12337 93.701313) - (xy 82.169881 93.770921) - (xy 82.229079 93.830119) - (xy 82.298687 93.87663) - (xy 82.355108 93.9) - (xy 82.298687 93.92337) - (xy 82.229079 93.969881) - (xy 82.169881 94.029079) - (xy 82.12337 94.098687) - (xy 82.091333 94.176032) - (xy 82.075 94.258141) - (xy 82.075 94.341859) - (xy 82.091333 94.423968) - (xy 82.12337 94.501313) - (xy 82.169881 94.570921) - (xy 82.229079 94.630119) - (xy 82.298687 94.67663) - (xy 82.376032 94.708667) - (xy 82.458141 94.725) - (xy 82.541859 94.725) - (xy 82.623968 94.708667) - (xy 82.701313 94.67663) - (xy 82.770921 94.630119) - (xy 82.830119 94.570921) - (xy 82.87663 94.501313) - (xy 82.908667 94.423968) - (xy 82.925 94.341859) - (xy 82.925 94.258141) - (xy 84.475 94.258141) - (xy 84.475 94.341859) - (xy 84.491333 94.423968) - (xy 84.52337 94.501313) - (xy 84.569881 94.570921) - (xy 84.629079 94.630119) - (xy 84.698687 94.67663) - (xy 84.776032 94.708667) - (xy 84.858141 94.725) - (xy 84.941859 94.725) - (xy 85.023968 94.708667) - (xy 85.101313 94.67663) - (xy 85.170921 94.630119) - (xy 85.230119 94.570921) - (xy 85.27663 94.501313) - (xy 85.308667 94.423968) - (xy 85.325 94.341859) - (xy 85.325 94.258141) - (xy 86.875 94.258141) - (xy 86.875 94.341859) - (xy 86.891333 94.423968) - (xy 86.92337 94.501313) - (xy 86.969881 94.570921) - (xy 87.029079 94.630119) - (xy 87.098687 94.67663) - (xy 87.176032 94.708667) - (xy 87.258141 94.725) - (xy 87.341859 94.725) - (xy 87.423968 94.708667) - (xy 87.501313 94.67663) - (xy 87.570921 94.630119) - (xy 87.630119 94.570921) - (xy 87.67663 94.501313) - (xy 87.708667 94.423968) - (xy 87.725 94.341859) - (xy 87.725 94.258141) - (xy 87.708667 94.176032) - (xy 87.67663 94.098687) - (xy 87.676367 94.098292) - (xy 89.075 94.098292) - (xy 89.075 94.201708) - (xy 89.095176 94.303137) - (xy 89.134751 94.398681) - (xy 89.192206 94.484668) - (xy 89.265332 94.557794) - (xy 89.351319 94.615249) - (xy 89.446863 94.654824) - (xy 89.548292 94.675) - (xy 89.651708 94.675) - (xy 89.753137 94.654824) - (xy 89.848681 94.615249) - (xy 89.934668 94.557794) - (xy 90.007794 94.484668) - (xy 90.065249 94.398681) - (xy 90.104824 94.303137) - (xy 90.125 94.201708) - (xy 90.125 94.098292) - (xy 90.104824 93.996863) - (xy 90.065249 93.901319) - (xy 90.007794 93.815332) - (xy 89.934668 93.742206) - (xy 89.848681 93.684751) - (xy 89.753137 93.645176) - (xy 89.651708 93.625) - (xy 89.548292 93.625) - (xy 89.446863 93.645176) - (xy 89.351319 93.684751) - (xy 89.265332 93.742206) - (xy 89.192206 93.815332) - (xy 89.134751 93.901319) - (xy 89.095176 93.996863) - (xy 89.075 94.098292) - (xy 87.676367 94.098292) - (xy 87.630119 94.029079) - (xy 87.570921 93.969881) - (xy 87.501313 93.92337) - (xy 87.423968 93.891333) - (xy 87.341859 93.875) - (xy 87.258141 93.875) - (xy 87.176032 93.891333) - (xy 87.098687 93.92337) - (xy 87.029079 93.969881) - (xy 86.969881 94.029079) - (xy 86.92337 94.098687) - (xy 86.891333 94.176032) - (xy 86.875 94.258141) - (xy 85.325 94.258141) - (xy 85.308667 94.176032) - (xy 85.27663 94.098687) - (xy 85.230119 94.029079) - (xy 85.170921 93.969881) - (xy 85.101313 93.92337) - (xy 85.023968 93.891333) - (xy 84.941859 93.875) - (xy 84.858141 93.875) - (xy 84.776032 93.891333) - (xy 84.698687 93.92337) - (xy 84.629079 93.969881) - (xy 84.569881 94.029079) - (xy 84.52337 94.098687) - (xy 84.491333 94.176032) - (xy 84.475 94.258141) - (xy 82.925 94.258141) - (xy 82.908667 94.176032) - (xy 82.87663 94.098687) - (xy 82.830119 94.029079) - (xy 82.770921 93.969881) - (xy 82.701313 93.92337) - (xy 82.644892 93.9) - (xy 82.701313 93.87663) - (xy 82.770921 93.830119) - (xy 82.830119 93.770921) - (xy 82.87663 93.701313) - (xy 82.9 93.644892) - (xy 82.92337 93.701313) - (xy 82.969881 93.770921) - (xy 83.029079 93.830119) - (xy 83.098687 93.87663) - (xy 83.176032 93.908667) - (xy 83.258141 93.925) - (xy 83.341859 93.925) - (xy 83.423968 93.908667) - (xy 83.501313 93.87663) - (xy 83.570921 93.830119) - (xy 83.630119 93.770921) - (xy 83.67663 93.701313) - (xy 83.7 93.644892) - (xy 83.72337 93.701313) - (xy 83.769881 93.770921) - (xy 83.829079 93.830119) - (xy 83.898687 93.87663) - (xy 83.976032 93.908667) - (xy 84.058141 93.925) - (xy 84.141859 93.925) - (xy 84.223968 93.908667) - (xy 84.301313 93.87663) - (xy 84.370921 93.830119) - (xy 84.430119 93.770921) - (xy 84.47663 93.701313) - (xy 84.508667 93.623968) - (xy 84.525 93.541859) - (xy 84.525 93.458141) - (xy 84.508667 93.376032) - (xy 84.47663 93.298687) - (xy 84.430119 93.229079) - (xy 84.370921 93.169881) - (xy 84.301313 93.12337) - (xy 84.223968 93.091333) - (xy 84.141859 93.075) - (xy 84.058141 93.075) - (xy 83.976032 93.091333) - (xy 83.898687 93.12337) - (xy 83.829079 93.169881) - (xy 83.769881 93.229079) - (xy 83.72337 93.298687) - (xy 83.7 93.355108) - (xy 83.67663 93.298687) - (xy 83.630119 93.229079) - (xy 83.570921 93.169881) - (xy 83.501313 93.12337) - (xy 83.444892 93.1) - (xy 83.501313 93.07663) - (xy 83.570921 93.030119) - (xy 83.630119 92.970921) - (xy 83.67663 92.901313) - (xy 83.708667 92.823968) - (xy 83.725 92.741859) - (xy 83.725 92.658141) - (xy 83.708667 92.576032) - (xy 83.67663 92.498687) - (xy 83.630119 92.429079) - (xy 83.570921 92.369881) - (xy 83.501313 92.32337) - (xy 83.423968 92.291333) - (xy 83.341859 92.275) - (xy 83.258141 92.275) - (xy 83.176032 92.291333) - (xy 83.098687 92.32337) - (xy 83.029079 92.369881) - (xy 82.969881 92.429079) - (xy 82.92337 92.498687) - (xy 82.9 92.555108) - (xy 82.87663 92.498687) - (xy 82.830119 92.429079) - (xy 82.770921 92.369881) - (xy 82.701313 92.32337) - (xy 82.623968 92.291333) - (xy 82.541859 92.275) - (xy 82.458141 92.275) - (xy 82.376032 92.291333) - (xy 82.298687 92.32337) - (xy 82.229079 92.369881) - (xy 82.169881 92.429079) - (xy 82.12337 92.498687) - (xy 82.091333 92.576032) - (xy 82.075 92.658141) - (xy 81.325 92.658141) - (xy 81.308667 92.576032) - (xy 81.27663 92.498687) - (xy 81.230119 92.429079) - (xy 81.170921 92.369881) - (xy 81.101313 92.32337) - (xy 81.044892 92.3) - (xy 81.101313 92.27663) - (xy 81.170921 92.230119) - (xy 81.230119 92.170921) - (xy 81.27663 92.101313) - (xy 81.308667 92.023968) - (xy 81.325 91.941859) - (xy 81.325 91.858141) - (xy 84.475 91.858141) - (xy 84.475 91.941859) - (xy 84.491333 92.023968) - (xy 84.52337 92.101313) - (xy 84.569881 92.170921) - (xy 84.629079 92.230119) - (xy 84.698687 92.27663) - (xy 84.755108 92.3) - (xy 84.698687 92.32337) - (xy 84.629079 92.369881) - (xy 84.569881 92.429079) - (xy 84.52337 92.498687) - (xy 84.491333 92.576032) - (xy 84.475 92.658141) - (xy 84.475 92.741859) - (xy 84.491333 92.823968) - (xy 84.52337 92.901313) - (xy 84.569881 92.970921) - (xy 84.629079 93.030119) - (xy 84.698687 93.07663) - (xy 84.776032 93.108667) - (xy 84.858141 93.125) - (xy 84.941859 93.125) - (xy 85.023968 93.108667) - (xy 85.101313 93.07663) - (xy 85.170921 93.030119) - (xy 85.230119 92.970921) - (xy 85.27663 92.901313) - (xy 85.3 92.844892) - (xy 85.32337 92.901313) - (xy 85.369881 92.970921) - (xy 85.429079 93.030119) - (xy 85.498687 93.07663) - (xy 85.576032 93.108667) - (xy 85.658141 93.125) - (xy 85.741859 93.125) - (xy 85.823968 93.108667) - (xy 85.901313 93.07663) - (xy 85.970921 93.030119) - (xy 86.030119 92.970921) - (xy 86.07663 92.901313) - (xy 86.1 92.844892) - (xy 86.12337 92.901313) - (xy 86.169881 92.970921) - (xy 86.229079 93.030119) - (xy 86.298687 93.07663) - (xy 86.355108 93.1) - (xy 86.298687 93.12337) - (xy 86.229079 93.169881) - (xy 86.169881 93.229079) - (xy 86.12337 93.298687) - (xy 86.091333 93.376032) - (xy 86.075 93.458141) - (xy 86.075 93.541859) - (xy 86.091333 93.623968) - (xy 86.12337 93.701313) - (xy 86.169881 93.770921) - (xy 86.229079 93.830119) - (xy 86.298687 93.87663) - (xy 86.376032 93.908667) - (xy 86.458141 93.925) - (xy 86.541859 93.925) - (xy 86.623968 93.908667) - (xy 86.701313 93.87663) - (xy 86.770921 93.830119) - (xy 86.830119 93.770921) - (xy 86.87663 93.701313) - (xy 86.908667 93.623968) - (xy 86.925 93.541859) - (xy 86.925 93.458141) - (xy 86.908667 93.376032) - (xy 86.87663 93.298687) - (xy 86.830119 93.229079) - (xy 86.770921 93.169881) - (xy 86.745982 93.153217) - (xy 88.125 93.153217) - (xy 88.125 93.246783) - (xy 88.143254 93.338552) - (xy 88.179061 93.424997) - (xy 88.231044 93.502795) - (xy 88.297205 93.568956) - (xy 88.375003 93.620939) - (xy 88.461448 93.656746) - (xy 88.553217 93.675) - (xy 88.646783 93.675) - (xy 88.738552 93.656746) - (xy 88.824997 93.620939) - (xy 88.902795 93.568956) - (xy 88.968956 93.502795) - (xy 89.020939 93.424997) - (xy 89.056746 93.338552) - (xy 89.075 93.246783) - (xy 89.075 93.153217) - (xy 89.056746 93.061448) - (xy 89.020939 92.975003) - (xy 88.968956 92.897205) - (xy 88.925873 92.854122) - (xy 104.195 92.854122) - (xy 104.195 93.065878) - (xy 104.236312 93.273566) - (xy 104.317348 93.469203) - (xy 104.434993 93.645272) - (xy 104.584728 93.795007) - (xy 104.760797 93.912652) - (xy 104.956434 93.993688) - (xy 105.164122 94.035) - (xy 105.375878 94.035) - (xy 105.583566 93.993688) - (xy 105.779203 93.912652) - (xy 105.955272 93.795007) - (xy 106.105007 93.645272) - (xy 106.222652 93.469203) - (xy 106.231313 93.448292) - (xy 107.825 93.448292) - (xy 107.825 93.551708) - (xy 107.845176 93.653137) - (xy 107.884751 93.748681) - (xy 107.942206 93.834668) - (xy 108.015332 93.907794) - (xy 108.101319 93.965249) - (xy 108.196863 94.004824) - (xy 108.298292 94.025) - (xy 108.401708 94.025) - (xy 108.503137 94.004824) - (xy 108.598681 93.965249) - (xy 108.684668 93.907794) - (xy 108.757794 93.834668) - (xy 108.815249 93.748681) - (xy 108.854824 93.653137) - (xy 108.875 93.551708) - (xy 108.875 93.548292) - (xy 119.575 93.548292) - (xy 119.575 93.651708) - (xy 119.595176 93.753137) - (xy 119.634751 93.848681) - (xy 119.692206 93.934668) - (xy 119.765332 94.007794) - (xy 119.851319 94.065249) - (xy 119.946863 94.104824) - (xy 120.048292 94.125) - (xy 120.151708 94.125) - (xy 120.253137 94.104824) - (xy 120.348681 94.065249) - (xy 120.434668 94.007794) - (xy 120.507794 93.934668) - (xy 120.565249 93.848681) - (xy 120.604824 93.753137) - (xy 120.625 93.651708) - (xy 120.625 93.548292) - (xy 120.604824 93.446863) - (xy 120.565249 93.351319) - (xy 120.507794 93.265332) - (xy 120.434668 93.192206) - (xy 120.348681 93.134751) - (xy 120.253137 93.095176) - (xy 120.151708 93.075) - (xy 120.048292 93.075) - (xy 119.946863 93.095176) - (xy 119.851319 93.134751) - (xy 119.765332 93.192206) - (xy 119.692206 93.265332) - (xy 119.634751 93.351319) - (xy 119.595176 93.446863) - (xy 119.575 93.548292) - (xy 108.875 93.548292) - (xy 108.875 93.448292) - (xy 108.854824 93.346863) - (xy 108.815249 93.251319) - (xy 108.757794 93.165332) - (xy 108.684668 93.092206) - (xy 108.598681 93.034751) - (xy 108.503137 92.995176) - (xy 108.401708 92.975) - (xy 108.298292 92.975) - (xy 108.196863 92.995176) - (xy 108.101319 93.034751) - (xy 108.015332 93.092206) - (xy 107.942206 93.165332) - (xy 107.884751 93.251319) - (xy 107.845176 93.346863) - (xy 107.825 93.448292) - (xy 106.231313 93.448292) - (xy 106.303688 93.273566) - (xy 106.345 93.065878) - (xy 106.345 92.854122) - (xy 106.303688 92.646434) - (xy 106.263037 92.548292) - (xy 122.775 92.548292) - (xy 122.775 92.651708) - (xy 122.795176 92.753137) - (xy 122.834751 92.848681) - (xy 122.892206 92.934668) - (xy 122.965332 93.007794) - (xy 123.051319 93.065249) - (xy 123.146863 93.104824) - (xy 123.248292 93.125) - (xy 123.351708 93.125) - (xy 123.453137 93.104824) - (xy 123.548681 93.065249) - (xy 123.634668 93.007794) - (xy 123.707794 92.934668) - (xy 123.765249 92.848681) - (xy 123.804824 92.753137) - (xy 123.825 92.651708) - (xy 123.825 92.548292) - (xy 123.804824 92.446863) - (xy 123.765249 92.351319) - (xy 123.707794 92.265332) - (xy 123.634668 92.192206) - (xy 123.568931 92.148282) - (xy 123.648681 92.115249) - (xy 123.734668 92.057794) - (xy 123.807794 91.984668) - (xy 123.865249 91.898681) - (xy 123.88612 91.848292) - (xy 125.075 91.848292) - (xy 125.075 91.951708) - (xy 125.095176 92.053137) - (xy 125.134751 92.148681) - (xy 125.192206 92.234668) - (xy 125.265332 92.307794) - (xy 125.351319 92.365249) - (xy 125.446863 92.404824) - (xy 125.548292 92.425) - (xy 125.651708 92.425) - (xy 125.753137 92.404824) - (xy 125.848681 92.365249) - (xy 125.85 92.364368) - (xy 125.851319 92.365249) - (xy 125.946863 92.404824) - (xy 126.048292 92.425) - (xy 126.151708 92.425) - (xy 126.253137 92.404824) - (xy 126.348681 92.365249) - (xy 126.35 92.364368) - (xy 126.351319 92.365249) - (xy 126.446863 92.404824) - (xy 126.548292 92.425) - (xy 126.651708 92.425) - (xy 126.753137 92.404824) - (xy 126.848681 92.365249) - (xy 126.85 92.364368) - (xy 126.851319 92.365249) - (xy 126.946863 92.404824) - (xy 127.048292 92.425) - (xy 127.151708 92.425) - (xy 127.253137 92.404824) - (xy 127.348681 92.365249) - (xy 127.434668 92.307794) - (xy 127.507794 92.234668) - (xy 127.565249 92.148681) - (xy 127.604824 92.053137) - (xy 127.625 91.951708) - (xy 127.625 91.848292) - (xy 127.604824 91.746863) - (xy 127.565249 91.651319) - (xy 127.507794 91.565332) - (xy 127.434668 91.492206) - (xy 127.348681 91.434751) - (xy 127.253137 91.395176) - (xy 127.151708 91.375) - (xy 127.048292 91.375) - (xy 126.946863 91.395176) - (xy 126.851319 91.434751) - (xy 126.85 91.435632) - (xy 126.848681 91.434751) - (xy 126.753137 91.395176) - (xy 126.651708 91.375) - (xy 126.548292 91.375) - (xy 126.446863 91.395176) - (xy 126.351319 91.434751) - (xy 126.35 91.435632) - (xy 126.348681 91.434751) - (xy 126.253137 91.395176) - (xy 126.151708 91.375) - (xy 126.048292 91.375) - (xy 125.946863 91.395176) - (xy 125.851319 91.434751) - (xy 125.85 91.435632) - (xy 125.848681 91.434751) - (xy 125.753137 91.395176) - (xy 125.651708 91.375) - (xy 125.548292 91.375) - (xy 125.446863 91.395176) - (xy 125.351319 91.434751) - (xy 125.265332 91.492206) - (xy 125.192206 91.565332) - (xy 125.134751 91.651319) - (xy 125.095176 91.746863) - (xy 125.075 91.848292) - (xy 123.88612 91.848292) - (xy 123.904824 91.803137) - (xy 123.925 91.701708) - (xy 123.925 91.598292) - (xy 123.904824 91.496863) - (xy 123.865249 91.401319) - (xy 123.830959 91.35) - (xy 123.865249 91.298681) - (xy 123.904824 91.203137) - (xy 123.925 91.101708) - (xy 123.925 90.998292) - (xy 123.904824 90.896863) - (xy 123.865249 90.801319) - (xy 123.807794 90.715332) - (xy 123.734668 90.642206) - (xy 123.648681 90.584751) - (xy 123.553137 90.545176) - (xy 123.451708 90.525) - (xy 123.348292 90.525) - (xy 123.246863 90.545176) - (xy 123.151319 90.584751) - (xy 123.065332 90.642206) - (xy 122.992206 90.715332) - (xy 122.934751 90.801319) - (xy 122.895176 90.896863) - (xy 122.875 90.998292) - (xy 122.875 91.101708) - (xy 122.895176 91.203137) - (xy 122.934751 91.298681) - (xy 122.969041 91.35) - (xy 122.934751 91.401319) - (xy 122.895176 91.496863) - (xy 122.875 91.598292) - (xy 122.875 91.701708) - (xy 122.895176 91.803137) - (xy 122.934751 91.898681) - (xy 122.992206 91.984668) - (xy 123.065332 92.057794) - (xy 123.131069 92.101718) - (xy 123.051319 92.134751) - (xy 122.965332 92.192206) - (xy 122.892206 92.265332) - (xy 122.834751 92.351319) - (xy 122.795176 92.446863) - (xy 122.775 92.548292) - (xy 106.263037 92.548292) - (xy 106.222652 92.450797) - (xy 106.105007 92.274728) - (xy 105.955272 92.124993) - (xy 105.779203 92.007348) - (xy 105.583566 91.926312) - (xy 105.375878 91.885) - (xy 105.164122 91.885) - (xy 104.956434 91.926312) - (xy 104.760797 92.007348) - (xy 104.584728 92.124993) - (xy 104.434993 92.274728) - (xy 104.317348 92.450797) - (xy 104.236312 92.646434) - (xy 104.195 92.854122) - (xy 88.925873 92.854122) - (xy 88.902795 92.831044) - (xy 88.824997 92.779061) - (xy 88.738552 92.743254) - (xy 88.646783 92.725) - (xy 88.553217 92.725) - (xy 88.461448 92.743254) - (xy 88.375003 92.779061) - (xy 88.297205 92.831044) - (xy 88.231044 92.897205) - (xy 88.179061 92.975003) - (xy 88.143254 93.061448) - (xy 88.125 93.153217) - (xy 86.745982 93.153217) - (xy 86.701313 93.12337) - (xy 86.644892 93.1) - (xy 86.701313 93.07663) - (xy 86.770921 93.030119) - (xy 86.830119 92.970921) - (xy 86.87663 92.901313) - (xy 86.908667 92.823968) - (xy 86.925 92.741859) - (xy 86.925 92.658141) - (xy 86.908667 92.576032) - (xy 86.87663 92.498687) - (xy 86.830119 92.429079) - (xy 86.770921 92.369881) - (xy 86.701313 92.32337) - (xy 86.623968 92.291333) - (xy 86.541859 92.275) - (xy 86.458141 92.275) - (xy 86.376032 92.291333) - (xy 86.298687 92.32337) - (xy 86.229079 92.369881) - (xy 86.169881 92.429079) - (xy 86.12337 92.498687) - (xy 86.1 92.555108) - (xy 86.07663 92.498687) - (xy 86.030119 92.429079) - (xy 85.970921 92.369881) - (xy 85.901313 92.32337) - (xy 85.844892 92.3) - (xy 85.901313 92.27663) - (xy 85.970921 92.230119) - (xy 86.030119 92.170921) - (xy 86.07663 92.101313) - (xy 86.108667 92.023968) - (xy 86.12372 91.948292) - (xy 88.975 91.948292) - (xy 88.975 92.051708) - (xy 88.995176 92.153137) - (xy 89.034751 92.248681) - (xy 89.092206 92.334668) - (xy 89.165332 92.407794) - (xy 89.251319 92.465249) - (xy 89.346863 92.504824) - (xy 89.448292 92.525) - (xy 89.551708 92.525) - (xy 89.653137 92.504824) - (xy 89.748681 92.465249) - (xy 89.834668 92.407794) - (xy 89.907794 92.334668) - (xy 89.965249 92.248681) - (xy 90.004824 92.153137) - (xy 90.025 92.051708) - (xy 90.025 91.948292) - (xy 90.004824 91.846863) - (xy 89.965249 91.751319) - (xy 89.907794 91.665332) - (xy 89.834668 91.592206) - (xy 89.748681 91.534751) - (xy 89.653137 91.495176) - (xy 89.551708 91.475) - (xy 89.448292 91.475) - (xy 89.346863 91.495176) - (xy 89.251319 91.534751) - (xy 89.165332 91.592206) - (xy 89.092206 91.665332) - (xy 89.034751 91.751319) - (xy 88.995176 91.846863) - (xy 88.975 91.948292) - (xy 86.12372 91.948292) - (xy 86.125 91.941859) - (xy 86.125 91.858141) - (xy 86.108667 91.776032) - (xy 86.07663 91.698687) - (xy 86.030119 91.629079) - (xy 85.970921 91.569881) - (xy 85.901313 91.52337) - (xy 85.823968 91.491333) - (xy 85.741859 91.475) - (xy 85.658141 91.475) - (xy 85.576032 91.491333) - (xy 85.498687 91.52337) - (xy 85.429079 91.569881) - (xy 85.369881 91.629079) - (xy 85.32337 91.698687) - (xy 85.3 91.755108) - (xy 85.27663 91.698687) - (xy 85.230119 91.629079) - (xy 85.170921 91.569881) - (xy 85.101313 91.52337) - (xy 85.023968 91.491333) - (xy 84.941859 91.475) - (xy 84.858141 91.475) - (xy 84.776032 91.491333) - (xy 84.698687 91.52337) - (xy 84.629079 91.569881) - (xy 84.569881 91.629079) - (xy 84.52337 91.698687) - (xy 84.491333 91.776032) - (xy 84.475 91.858141) - (xy 81.325 91.858141) - (xy 81.308667 91.776032) - (xy 81.27663 91.698687) - (xy 81.230119 91.629079) - (xy 81.170921 91.569881) - (xy 81.101313 91.52337) - (xy 81.023968 91.491333) - (xy 80.941859 91.475) - (xy 80.858141 91.475) - (xy 80.776032 91.491333) - (xy 80.698687 91.52337) - (xy 80.629079 91.569881) - (xy 80.569881 91.629079) - (xy 80.52337 91.698687) - (xy 80.5 91.755108) - (xy 80.47663 91.698687) - (xy 80.430119 91.629079) - (xy 80.370921 91.569881) - (xy 80.301313 91.52337) - (xy 80.223968 91.491333) - (xy 80.141859 91.475) - (xy 80.058141 91.475) - (xy 79.976032 91.491333) - (xy 79.898687 91.52337) - (xy 79.829079 91.569881) - (xy 79.769881 91.629079) - (xy 79.72337 91.698687) - (xy 79.691333 91.776032) - (xy 79.675 91.858141) - (xy 76.378795 91.858141) - (xy 76.307818 91.787164) - (xy 76.221831 91.729709) - (xy 76.126287 91.690134) - (xy 76.024858 91.669958) - (xy 75.921442 91.669958) - (xy 75.820013 91.690134) - (xy 75.724469 91.729709) - (xy 75.638482 91.787164) - (xy 75.565356 91.86029) - (xy 75.507901 91.946277) - (xy 75.468326 92.041821) - (xy 75.44815 92.14325) - (xy 57.025 92.14325) - (xy 57.025 91.498292) - (xy 73.275 91.498292) - (xy 73.275 91.601708) - (xy 73.295176 91.703137) - (xy 73.334751 91.798681) - (xy 73.392206 91.884668) - (xy 73.465332 91.957794) - (xy 73.551319 92.015249) - (xy 73.646863 92.054824) - (xy 73.748292 92.075) - (xy 73.851708 92.075) - (xy 73.953137 92.054824) - (xy 74.048681 92.015249) - (xy 74.134668 91.957794) - (xy 74.207794 91.884668) - (xy 74.265249 91.798681) - (xy 74.304824 91.703137) - (xy 74.325 91.601708) - (xy 74.325 91.498292) - (xy 74.304824 91.396863) - (xy 74.265249 91.301319) - (xy 74.229818 91.248292) - (xy 78.075 91.248292) - (xy 78.075 91.351708) - (xy 78.095176 91.453137) - (xy 78.134751 91.548681) - (xy 78.192206 91.634668) - (xy 78.265332 91.707794) - (xy 78.351319 91.765249) - (xy 78.446863 91.804824) - (xy 78.548292 91.825) - (xy 78.651708 91.825) - (xy 78.753137 91.804824) - (xy 78.848681 91.765249) - (xy 78.934668 91.707794) - (xy 79.007794 91.634668) - (xy 79.065249 91.548681) - (xy 79.104824 91.453137) - (xy 79.125 91.351708) - (xy 79.125 91.248292) - (xy 79.104824 91.146863) - (xy 79.065249 91.051319) - (xy 79.007794 90.965332) - (xy 78.934668 90.892206) - (xy 78.848681 90.834751) - (xy 78.753137 90.795176) - (xy 78.651708 90.775) - (xy 78.548292 90.775) - (xy 78.446863 90.795176) - (xy 78.351319 90.834751) - (xy 78.265332 90.892206) - (xy 78.192206 90.965332) - (xy 78.134751 91.051319) - (xy 78.095176 91.146863) - (xy 78.075 91.248292) - (xy 74.229818 91.248292) - (xy 74.207794 91.215332) - (xy 74.134668 91.142206) - (xy 74.048681 91.084751) - (xy 73.953137 91.045176) - (xy 73.851708 91.025) - (xy 73.748292 91.025) - (xy 73.646863 91.045176) - (xy 73.551319 91.084751) - (xy 73.465332 91.142206) - (xy 73.392206 91.215332) - (xy 73.334751 91.301319) - (xy 73.295176 91.396863) - (xy 73.275 91.498292) - (xy 57.025 91.498292) - (xy 57.025 91.386438) - (xy 57.044509 91.322125) - (xy 57.058507 91.18) - (xy 57.044509 91.037875) - (xy 57.003053 90.901212) - (xy 56.935731 90.775263) - (xy 56.845132 90.664868) - (xy 56.734737 90.574269) - (xy 56.608788 90.506947) - (xy 56.472125 90.465491) - (xy 56.365607 90.455) - (xy 55.194393 90.455) - (xy 55.087875 90.465491) - (xy 55.056528 90.475) - (xy 52.073472 90.475) - (xy 52.042125 90.465491) - (xy 51.935607 90.455) - (xy 51.264393 90.455) - (xy 51.157875 90.465491) - (xy 51.126528 90.475) - (xy 50.5 90.475) - (xy 50.470632 90.476925) - (xy 50.341222 90.493962) - (xy 50.284486 90.509164) - (xy 50.275 90.513093) - (xy 50.275 90.404345) - (xy 64.517375 90.404345) - (xy 64.517375 90.507761) - (xy 64.537551 90.60919) - (xy 64.577126 90.704734) - (xy 64.634581 90.790721) - (xy 64.707707 90.863847) - (xy 64.793694 90.921302) - (xy 64.889238 90.960877) - (xy 64.990667 90.981053) - (xy 65.094083 90.981053) - (xy 65.195512 90.960877) - (xy 65.291056 90.921302) - (xy 65.377043 90.863847) - (xy 65.424219 90.816671) - (xy 65.465342 90.857794) - (xy 65.551329 90.915249) - (xy 65.646873 90.954824) - (xy 65.748302 90.975) - (xy 65.851718 90.975) - (xy 65.953147 90.954824) - (xy 66.048691 90.915249) - (xy 66.134678 90.857794) - (xy 66.207804 90.784668) - (xy 66.265259 90.698681) - (xy 66.300005 90.614795) - (xy 66.334751 90.698681) - (xy 66.392206 90.784668) - (xy 66.465332 90.857794) - (xy 66.551319 90.915249) - (xy 66.646863 90.954824) - (xy 66.748292 90.975) - (xy 66.851708 90.975) - (xy 66.953137 90.954824) - (xy 67.048681 90.915249) - (xy 67.134668 90.857794) - (xy 67.2 90.792462) - (xy 67.265332 90.857794) - (xy 67.351319 90.915249) - (xy 67.446863 90.954824) - (xy 67.548292 90.975) - (xy 67.651708 90.975) - (xy 67.753137 90.954824) - (xy 67.848681 90.915249) - (xy 67.934668 90.857794) - (xy 68.007794 90.784668) - (xy 68.065249 90.698681) - (xy 68.104824 90.603137) - (xy 68.125 90.501708) - (xy 68.125 90.398292) - (xy 72.575 90.398292) - (xy 72.575 90.501708) - (xy 72.595176 90.603137) - (xy 72.634751 90.698681) - (xy 72.692206 90.784668) - (xy 72.765332 90.857794) - (xy 72.851319 90.915249) - (xy 72.946863 90.954824) - (xy 73.048292 90.975) - (xy 73.151708 90.975) - (xy 73.253137 90.954824) - (xy 73.348681 90.915249) - (xy 73.434668 90.857794) - (xy 73.507794 90.784668) - (xy 73.565249 90.698681) - (xy 73.604824 90.603137) - (xy 73.625 90.501708) - (xy 73.625 90.398292) - (xy 73.604824 90.296863) - (xy 73.584706 90.248292) - (xy 77.075 90.248292) - (xy 77.075 90.351708) - (xy 77.095176 90.453137) - (xy 77.134751 90.548681) - (xy 77.192206 90.634668) - (xy 77.265332 90.707794) - (xy 77.351319 90.765249) - (xy 77.446863 90.804824) - (xy 77.548292 90.825) - (xy 77.651708 90.825) - (xy 77.753137 90.804824) - (xy 77.848681 90.765249) - (xy 77.934668 90.707794) - (xy 78.007794 90.634668) - (xy 78.032099 90.598292) - (xy 95.575 90.598292) - (xy 95.575 90.701708) - (xy 95.595176 90.803137) - (xy 95.634751 90.898681) - (xy 95.692206 90.984668) - (xy 95.765332 91.057794) - (xy 95.851319 91.115249) - (xy 95.946863 91.154824) - (xy 96.048292 91.175) - (xy 96.151708 91.175) - (xy 96.253137 91.154824) - (xy 96.348681 91.115249) - (xy 96.434668 91.057794) - (xy 96.507794 90.984668) - (xy 96.565249 90.898681) - (xy 96.604824 90.803137) - (xy 96.625 90.701708) - (xy 96.625 90.598292) - (xy 97.325 90.598292) - (xy 97.325 90.701708) - (xy 97.345176 90.803137) - (xy 97.384751 90.898681) - (xy 97.442206 90.984668) - (xy 97.482538 91.025) - (xy 97.442206 91.065332) - (xy 97.384751 91.151319) - (xy 97.345176 91.246863) - (xy 97.325 91.348292) - (xy 97.325 91.451708) - (xy 97.345176 91.553137) - (xy 97.384751 91.648681) - (xy 97.442206 91.734668) - (xy 97.515332 91.807794) - (xy 97.601319 91.865249) - (xy 97.696863 91.904824) - (xy 97.798292 91.925) - (xy 97.901708 91.925) - (xy 98.003137 91.904824) - (xy 98.098681 91.865249) - (xy 98.184668 91.807794) - (xy 98.257794 91.734668) - (xy 98.315249 91.648681) - (xy 98.354824 91.553137) - (xy 98.375 91.451708) - (xy 98.375 91.348292) - (xy 98.354824 91.246863) - (xy 98.315249 91.151319) - (xy 98.257794 91.065332) - (xy 98.217462 91.025) - (xy 98.257794 90.984668) - (xy 98.315249 90.898681) - (xy 98.354824 90.803137) - (xy 98.375 90.701708) - (xy 98.375 90.598292) - (xy 98.373703 90.591769) - (xy 99.568477 90.591769) - (xy 99.568477 90.695185) - (xy 99.588653 90.796614) - (xy 99.628228 90.892158) - (xy 99.685683 90.978145) - (xy 99.758809 91.051271) - (xy 99.844796 91.108726) - (xy 99.94034 91.148301) - (xy 100.041769 91.168477) - (xy 100.145185 91.168477) - (xy 100.246614 91.148301) - (xy 100.342158 91.108726) - (xy 100.428145 91.051271) - (xy 100.501271 90.978145) - (xy 100.558726 90.892158) - (xy 100.598301 90.796614) - (xy 100.618477 90.695185) - (xy 100.618477 90.598292) - (xy 101.325 90.598292) - (xy 101.325 90.701708) - (xy 101.345176 90.803137) - (xy 101.384751 90.898681) - (xy 101.442206 90.984668) - (xy 101.482538 91.025) - (xy 101.442206 91.065332) - (xy 101.384751 91.151319) - (xy 101.345176 91.246863) - (xy 101.325 91.348292) - (xy 101.325 91.451708) - (xy 101.345176 91.553137) - (xy 101.384751 91.648681) - (xy 101.442206 91.734668) - (xy 101.515332 91.807794) - (xy 101.601319 91.865249) - (xy 101.696863 91.904824) - (xy 101.798292 91.925) - (xy 101.901708 91.925) - (xy 102.003137 91.904824) - (xy 102.098681 91.865249) - (xy 102.184668 91.807794) - (xy 102.257794 91.734668) - (xy 102.315249 91.648681) - (xy 102.354824 91.553137) - (xy 102.375 91.451708) - (xy 102.375 91.348292) - (xy 102.355109 91.248292) - (xy 116.475 91.248292) - (xy 116.475 91.351708) - (xy 116.495176 91.453137) - (xy 116.534751 91.548681) - (xy 116.592206 91.634668) - (xy 116.665332 91.707794) - (xy 116.751319 91.765249) - (xy 116.846863 91.804824) - (xy 116.948292 91.825) - (xy 117.051708 91.825) - (xy 117.153137 91.804824) - (xy 117.248681 91.765249) - (xy 117.334668 91.707794) - (xy 117.407794 91.634668) - (xy 117.465249 91.548681) - (xy 117.504824 91.453137) - (xy 117.525 91.351708) - (xy 117.525 91.248292) - (xy 117.505109 91.148292) - (xy 118.475 91.148292) - (xy 118.475 91.251708) - (xy 118.495176 91.353137) - (xy 118.534751 91.448681) - (xy 118.592206 91.534668) - (xy 118.665332 91.607794) - (xy 118.751319 91.665249) - (xy 118.846863 91.704824) - (xy 118.948292 91.725) - (xy 119.051708 91.725) - (xy 119.153137 91.704824) - (xy 119.248681 91.665249) - (xy 119.334668 91.607794) - (xy 119.34417 91.598292) - (xy 121.075 91.598292) - (xy 121.075 91.701708) - (xy 121.095176 91.803137) - (xy 121.134751 91.898681) - (xy 121.192206 91.984668) - (xy 121.265332 92.057794) - (xy 121.351319 92.115249) - (xy 121.446863 92.154824) - (xy 121.548292 92.175) - (xy 121.651708 92.175) - (xy 121.753137 92.154824) - (xy 121.848681 92.115249) - (xy 121.934668 92.057794) - (xy 122.007794 91.984668) - (xy 122.065249 91.898681) - (xy 122.104824 91.803137) - (xy 122.125 91.701708) - (xy 122.125 91.598292) - (xy 122.104824 91.496863) - (xy 122.065249 91.401319) - (xy 122.007794 91.315332) - (xy 121.934668 91.242206) - (xy 121.848681 91.184751) - (xy 121.753137 91.145176) - (xy 121.651708 91.125) - (xy 121.548292 91.125) - (xy 121.446863 91.145176) - (xy 121.351319 91.184751) - (xy 121.265332 91.242206) - (xy 121.192206 91.315332) - (xy 121.134751 91.401319) - (xy 121.095176 91.496863) - (xy 121.075 91.598292) - (xy 119.34417 91.598292) - (xy 119.407794 91.534668) - (xy 119.465249 91.448681) - (xy 119.504824 91.353137) - (xy 119.525 91.251708) - (xy 119.525 91.148292) - (xy 119.504824 91.046863) - (xy 119.465249 90.951319) - (xy 119.407794 90.865332) - (xy 119.334668 90.792206) - (xy 119.248681 90.734751) - (xy 119.153137 90.695176) - (xy 119.051708 90.675) - (xy 118.948292 90.675) - (xy 118.846863 90.695176) - (xy 118.751319 90.734751) - (xy 118.665332 90.792206) - (xy 118.592206 90.865332) - (xy 118.534751 90.951319) - (xy 118.495176 91.046863) - (xy 118.475 91.148292) - (xy 117.505109 91.148292) - (xy 117.504824 91.146863) - (xy 117.465249 91.051319) - (xy 117.407794 90.965332) - (xy 117.334668 90.892206) - (xy 117.248681 90.834751) - (xy 117.153137 90.795176) - (xy 117.051708 90.775) - (xy 116.948292 90.775) - (xy 116.846863 90.795176) - (xy 116.751319 90.834751) - (xy 116.665332 90.892206) - (xy 116.592206 90.965332) - (xy 116.534751 91.051319) - (xy 116.495176 91.146863) - (xy 116.475 91.248292) - (xy 102.355109 91.248292) - (xy 102.354824 91.246863) - (xy 102.315249 91.151319) - (xy 102.257794 91.065332) - (xy 102.217462 91.025) - (xy 102.257794 90.984668) - (xy 102.315249 90.898681) - (xy 102.354824 90.803137) - (xy 102.375 90.701708) - (xy 102.375 90.598292) - (xy 102.354824 90.496863) - (xy 102.315249 90.401319) - (xy 102.257794 90.315332) - (xy 102.184668 90.242206) - (xy 102.098681 90.184751) - (xy 102.003137 90.145176) - (xy 101.901708 90.125) - (xy 101.798292 90.125) - (xy 101.696863 90.145176) - (xy 101.601319 90.184751) - (xy 101.515332 90.242206) - (xy 101.442206 90.315332) - (xy 101.384751 90.401319) - (xy 101.345176 90.496863) - (xy 101.325 90.598292) - (xy 100.618477 90.598292) - (xy 100.618477 90.591769) - (xy 100.598301 90.49034) - (xy 100.558726 90.394796) - (xy 100.501271 90.308809) - (xy 100.428145 90.235683) - (xy 100.342158 90.178228) - (xy 100.246614 90.138653) - (xy 100.145185 90.118477) - (xy 100.041769 90.118477) - (xy 99.94034 90.138653) - (xy 99.844796 90.178228) - (xy 99.758809 90.235683) - (xy 99.685683 90.308809) - (xy 99.628228 90.394796) - (xy 99.588653 90.49034) - (xy 99.568477 90.591769) - (xy 98.373703 90.591769) - (xy 98.354824 90.496863) - (xy 98.315249 90.401319) - (xy 98.257794 90.315332) - (xy 98.184668 90.242206) - (xy 98.098681 90.184751) - (xy 98.003137 90.145176) - (xy 97.901708 90.125) - (xy 97.798292 90.125) - (xy 97.696863 90.145176) - (xy 97.601319 90.184751) - (xy 97.515332 90.242206) - (xy 97.442206 90.315332) - (xy 97.384751 90.401319) - (xy 97.345176 90.496863) - (xy 97.325 90.598292) - (xy 96.625 90.598292) - (xy 96.604824 90.496863) - (xy 96.565249 90.401319) - (xy 96.507794 90.315332) - (xy 96.434668 90.242206) - (xy 96.348681 90.184751) - (xy 96.253137 90.145176) - (xy 96.151708 90.125) - (xy 96.048292 90.125) - (xy 95.946863 90.145176) - (xy 95.851319 90.184751) - (xy 95.765332 90.242206) - (xy 95.692206 90.315332) - (xy 95.634751 90.401319) - (xy 95.595176 90.496863) - (xy 95.575 90.598292) - (xy 78.032099 90.598292) - (xy 78.065249 90.548681) - (xy 78.104824 90.453137) - (xy 78.125 90.351708) - (xy 78.125 90.248292) - (xy 78.104824 90.146863) - (xy 78.065249 90.051319) - (xy 78.007794 89.965332) - (xy 77.990754 89.948292) - (xy 86.525 89.948292) - (xy 86.525 90.051708) - (xy 86.545176 90.153137) - (xy 86.584751 90.248681) - (xy 86.642206 90.334668) - (xy 86.715332 90.407794) - (xy 86.801319 90.465249) - (xy 86.896863 90.504824) - (xy 86.998292 90.525) - (xy 87.101708 90.525) - (xy 87.203137 90.504824) - (xy 87.298681 90.465249) - (xy 87.384668 90.407794) - (xy 87.457794 90.334668) - (xy 87.515249 90.248681) - (xy 87.554824 90.153137) - (xy 87.575 90.051708) - (xy 87.575 89.948292) - (xy 87.554824 89.846863) - (xy 87.534706 89.798292) - (xy 107.025 89.798292) - (xy 107.025 89.901708) - (xy 107.045176 90.003137) - (xy 107.084751 90.098681) - (xy 107.142206 90.184668) - (xy 107.215332 90.257794) - (xy 107.301319 90.315249) - (xy 107.396863 90.354824) - (xy 107.498292 90.375) - (xy 107.601708 90.375) - (xy 107.703137 90.354824) - (xy 107.798681 90.315249) - (xy 107.884668 90.257794) - (xy 107.957794 90.184668) - (xy 108.015249 90.098681) - (xy 108.054824 90.003137) - (xy 108.075 89.901708) - (xy 108.075 89.798292) - (xy 108.054824 89.696863) - (xy 108.015249 89.601319) - (xy 107.957794 89.515332) - (xy 107.884668 89.442206) - (xy 107.798681 89.384751) - (xy 107.703137 89.345176) - (xy 107.601708 89.325) - (xy 107.498292 89.325) - (xy 107.396863 89.345176) - (xy 107.301319 89.384751) - (xy 107.215332 89.442206) - (xy 107.142206 89.515332) - (xy 107.084751 89.601319) - (xy 107.045176 89.696863) - (xy 107.025 89.798292) - (xy 87.534706 89.798292) - (xy 87.515249 89.751319) - (xy 87.457794 89.665332) - (xy 87.384668 89.592206) - (xy 87.298681 89.534751) - (xy 87.203137 89.495176) - (xy 87.101708 89.475) - (xy 86.998292 89.475) - (xy 86.896863 89.495176) - (xy 86.801319 89.534751) - (xy 86.715332 89.592206) - (xy 86.642206 89.665332) - (xy 86.584751 89.751319) - (xy 86.545176 89.846863) - (xy 86.525 89.948292) - (xy 77.990754 89.948292) - (xy 77.934668 89.892206) - (xy 77.848681 89.834751) - (xy 77.753137 89.795176) - (xy 77.651708 89.775) - (xy 77.548292 89.775) - (xy 77.446863 89.795176) - (xy 77.351319 89.834751) - (xy 77.265332 89.892206) - (xy 77.192206 89.965332) - (xy 77.134751 90.051319) - (xy 77.095176 90.146863) - (xy 77.075 90.248292) - (xy 73.584706 90.248292) - (xy 73.565249 90.201319) - (xy 73.507794 90.115332) - (xy 73.434668 90.042206) - (xy 73.348681 89.984751) - (xy 73.253137 89.945176) - (xy 73.151708 89.925) - (xy 73.048292 89.925) - (xy 72.946863 89.945176) - (xy 72.851319 89.984751) - (xy 72.765332 90.042206) - (xy 72.692206 90.115332) - (xy 72.634751 90.201319) - (xy 72.595176 90.296863) - (xy 72.575 90.398292) - (xy 68.125 90.398292) - (xy 68.104824 90.296863) - (xy 68.065249 90.201319) - (xy 68.007794 90.115332) - (xy 67.934668 90.042206) - (xy 67.848681 89.984751) - (xy 67.753137 89.945176) - (xy 67.651708 89.925) - (xy 67.548292 89.925) - (xy 67.446863 89.945176) - (xy 67.351319 89.984751) - (xy 67.265332 90.042206) - (xy 67.2 90.107538) - (xy 67.134668 90.042206) - (xy 67.048681 89.984751) - (xy 66.953137 89.945176) - (xy 66.851708 89.925) - (xy 66.748292 89.925) - (xy 66.646863 89.945176) - (xy 66.551319 89.984751) - (xy 66.465332 90.042206) - (xy 66.392206 90.115332) - (xy 66.334751 90.201319) - (xy 66.300005 90.285205) - (xy 66.265259 90.201319) - (xy 66.207804 90.115332) - (xy 66.134678 90.042206) - (xy 66.048691 89.984751) - (xy 65.953147 89.945176) - (xy 65.851718 89.925) - (xy 65.748302 89.925) - (xy 65.646873 89.945176) - (xy 65.551329 89.984751) - (xy 65.465342 90.042206) - (xy 65.418166 90.089382) - (xy 65.385624 90.05684) - (xy 65.457796 89.984668) - (xy 65.515251 89.898681) - (xy 65.554826 89.803137) - (xy 65.575002 89.701708) - (xy 65.575002 89.598292) - (xy 65.554826 89.496863) - (xy 65.515251 89.401319) - (xy 65.457796 89.315332) - (xy 65.38467 89.242206) - (xy 65.298683 89.184751) - (xy 65.203139 89.145176) - (xy 65.10171 89.125) - (xy 64.998294 89.125) - (xy 64.896865 89.145176) - (xy 64.801321 89.184751) - (xy 64.715334 89.242206) - (xy 64.642208 89.315332) - (xy 64.584753 89.401319) - (xy 64.545178 89.496863) - (xy 64.525002 89.598292) - (xy 64.525002 89.701708) - (xy 64.545178 89.803137) - (xy 64.584753 89.898681) - (xy 64.642208 89.984668) - (xy 64.706753 90.049213) - (xy 64.634581 90.121385) - (xy 64.577126 90.207372) - (xy 64.537551 90.302916) - (xy 64.517375 90.404345) - (xy 50.275 90.404345) - (xy 50.275 88.848292) - (xy 74.175 88.848292) - (xy 74.175 88.951708) - (xy 74.195176 89.053137) - (xy 74.234751 89.148681) - (xy 74.292206 89.234668) - (xy 74.365332 89.307794) - (xy 74.451319 89.365249) - (xy 74.546863 89.404824) - (xy 74.648292 89.425) - (xy 74.751708 89.425) - (xy 74.853137 89.404824) - (xy 74.948681 89.365249) - (xy 75.034668 89.307794) - (xy 75.107794 89.234668) - (xy 75.165249 89.148681) - (xy 75.204824 89.053137) - (xy 75.225 88.951708) - (xy 75.225 88.848292) - (xy 75.204824 88.746863) - (xy 75.165249 88.651319) - (xy 75.107794 88.565332) - (xy 75.034668 88.492206) - (xy 74.948681 88.434751) - (xy 74.853137 88.395176) - (xy 74.751708 88.375) - (xy 74.648292 88.375) - (xy 74.546863 88.395176) - (xy 74.451319 88.434751) - (xy 74.365332 88.492206) - (xy 74.292206 88.565332) - (xy 74.234751 88.651319) - (xy 74.195176 88.746863) - (xy 74.175 88.848292) - (xy 50.275 88.848292) - (xy 50.275 87.998292) - (xy 70.925008 87.998292) - (xy 70.925008 88.101708) - (xy 70.945184 88.203137) - (xy 70.984759 88.298681) - (xy 71.042214 88.384668) - (xy 71.11534 88.457794) - (xy 71.201327 88.515249) - (xy 71.296871 88.554824) - (xy 71.3983 88.575) - (xy 71.501716 88.575) - (xy 71.603145 88.554824) - (xy 71.698689 88.515249) - (xy 71.784676 88.457794) - (xy 71.857802 88.384668) - (xy 71.915257 88.298681) - (xy 71.954832 88.203137) - (xy 71.965742 88.14829) - (xy 75.375 88.14829) - (xy 75.375 88.251706) - (xy 75.395176 88.353135) - (xy 75.434751 88.448679) - (xy 75.492206 88.534666) - (xy 75.565332 88.607792) - (xy 75.651319 88.665247) - (xy 75.746863 88.704822) - (xy 75.848292 88.724998) - (xy 75.951708 88.724998) - (xy 76.053137 88.704822) - (xy 76.148681 88.665247) - (xy 76.234668 88.607792) - (xy 76.294168 88.548292) - (xy 87.125 88.548292) - (xy 87.125 88.651708) - (xy 87.145176 88.753137) - (xy 87.184751 88.848681) - (xy 87.242206 88.934668) - (xy 87.315332 89.007794) - (xy 87.401319 89.065249) - (xy 87.496863 89.104824) - (xy 87.598292 89.125) - (xy 87.701708 89.125) - (xy 87.803137 89.104824) - (xy 87.898681 89.065249) - (xy 87.984668 89.007794) - (xy 88.057794 88.934668) - (xy 88.115249 88.848681) - (xy 88.154824 88.753137) - (xy 88.175 88.651708) - (xy 88.175 88.548292) - (xy 88.154824 88.446863) - (xy 88.115249 88.351319) - (xy 88.057794 88.265332) - (xy 87.984668 88.192206) - (xy 87.898681 88.134751) - (xy 87.803137 88.095176) - (xy 87.701708 88.075) - (xy 87.598292 88.075) - (xy 87.496863 88.095176) - (xy 87.401319 88.134751) - (xy 87.315332 88.192206) - (xy 87.242206 88.265332) - (xy 87.184751 88.351319) - (xy 87.145176 88.446863) - (xy 87.125 88.548292) - (xy 76.294168 88.548292) - (xy 76.307794 88.534666) - (xy 76.365249 88.448679) - (xy 76.404824 88.353135) - (xy 76.425 88.251706) - (xy 76.425 88.14829) - (xy 76.404824 88.046861) - (xy 76.365249 87.951317) - (xy 76.307794 87.86533) - (xy 76.234668 87.792204) - (xy 76.148681 87.734749) - (xy 76.053137 87.695174) - (xy 75.951708 87.674998) - (xy 75.848292 87.674998) - (xy 75.746863 87.695174) - (xy 75.651319 87.734749) - (xy 75.565332 87.792204) - (xy 75.492206 87.86533) - (xy 75.434751 87.951317) - (xy 75.395176 88.046861) - (xy 75.375 88.14829) - (xy 71.965742 88.14829) - (xy 71.975008 88.101708) - (xy 71.975008 87.998292) - (xy 71.954832 87.896863) - (xy 71.915257 87.801319) - (xy 71.857802 87.715332) - (xy 71.784676 87.642206) - (xy 71.698689 87.584751) - (xy 71.603145 87.545176) - (xy 71.501716 87.525) - (xy 71.3983 87.525) - (xy 71.296871 87.545176) - (xy 71.201327 87.584751) - (xy 71.11534 87.642206) - (xy 71.042214 87.715332) - (xy 70.984759 87.801319) - (xy 70.945184 87.896863) - (xy 70.925008 87.998292) - (xy 50.275 87.998292) - (xy 50.275 87.248292) - (xy 90.375 87.248292) - (xy 90.375 87.351708) - (xy 90.395176 87.453137) - (xy 90.434751 87.548681) - (xy 90.492206 87.634668) - (xy 90.565332 87.707794) - (xy 90.651319 87.765249) - (xy 90.746863 87.804824) - (xy 90.848292 87.825) - (xy 90.951708 87.825) - (xy 91.053137 87.804824) - (xy 91.068906 87.798292) - (xy 95.575 87.798292) - (xy 95.575 87.901708) - (xy 95.595176 88.003137) - (xy 95.634751 88.098681) - (xy 95.692206 88.184668) - (xy 95.765332 88.257794) - (xy 95.851319 88.315249) - (xy 95.946863 88.354824) - (xy 96.048292 88.375) - (xy 96.151708 88.375) - (xy 96.253137 88.354824) - (xy 96.348681 88.315249) - (xy 96.434668 88.257794) - (xy 96.507794 88.184668) - (xy 96.565249 88.098681) - (xy 96.604824 88.003137) - (xy 96.625 87.901708) - (xy 96.625 87.798292) - (xy 97.325 87.798292) - (xy 97.325 87.901708) - (xy 97.345176 88.003137) - (xy 97.384751 88.098681) - (xy 97.442206 88.184668) - (xy 97.482538 88.225) - (xy 97.442206 88.265332) - (xy 97.384751 88.351319) - (xy 97.345176 88.446863) - (xy 97.325 88.548292) - (xy 97.325 88.651708) - (xy 97.345176 88.753137) - (xy 97.384751 88.848681) - (xy 97.442206 88.934668) - (xy 97.515332 89.007794) - (xy 97.601319 89.065249) - (xy 97.696863 89.104824) - (xy 97.798292 89.125) - (xy 97.901708 89.125) - (xy 98.003137 89.104824) - (xy 98.098681 89.065249) - (xy 98.184668 89.007794) - (xy 98.257794 88.934668) - (xy 98.315249 88.848681) - (xy 98.354824 88.753137) - (xy 98.375 88.651708) - (xy 98.375 88.548292) - (xy 98.354824 88.446863) - (xy 98.315249 88.351319) - (xy 98.257794 88.265332) - (xy 98.217462 88.225) - (xy 98.257794 88.184668) - (xy 98.315249 88.098681) - (xy 98.354824 88.003137) - (xy 98.375 87.901708) - (xy 98.375 87.798292) - (xy 99.575 87.798292) - (xy 99.575 87.901708) - (xy 99.595176 88.003137) - (xy 99.634751 88.098681) - (xy 99.692206 88.184668) - (xy 99.765332 88.257794) - (xy 99.851319 88.315249) - (xy 99.946863 88.354824) - (xy 100.048292 88.375) - (xy 100.151708 88.375) - (xy 100.253137 88.354824) - (xy 100.348681 88.315249) - (xy 100.434668 88.257794) - (xy 100.507794 88.184668) - (xy 100.565249 88.098681) - (xy 100.604824 88.003137) - (xy 100.625 87.901708) - (xy 100.625 87.81946) - (xy 101.303832 87.81946) - (xy 101.303832 87.922876) - (xy 101.324008 88.024305) - (xy 101.363583 88.119849) - (xy 101.421038 88.205836) - (xy 101.472054 88.256852) - (xy 101.442809 88.286096) - (xy 101.385354 88.372083) - (xy 101.345779 88.467627) - (xy 101.325603 88.569056) - (xy 101.325603 88.672472) - (xy 101.345779 88.773901) - (xy 101.385354 88.869445) - (xy 101.442809 88.955432) - (xy 101.515935 89.028558) - (xy 101.601922 89.086013) - (xy 101.697466 89.125588) - (xy 101.798895 89.145764) - (xy 101.902311 89.145764) - (xy 102.00374 89.125588) - (xy 102.099284 89.086013) - (xy 102.185271 89.028558) - (xy 102.258397 88.955432) - (xy 102.315852 88.869445) - (xy 102.355427 88.773901) - (xy 102.375603 88.672472) - (xy 102.375603 88.569056) - (xy 102.355427 88.467627) - (xy 102.315852 88.372083) - (xy 102.258397 88.286096) - (xy 102.207382 88.235081) - (xy 102.236626 88.205836) - (xy 102.294081 88.119849) - (xy 102.333656 88.024305) - (xy 102.353832 87.922876) - (xy 102.353832 87.81946) - (xy 102.333656 87.718031) - (xy 102.294081 87.622487) - (xy 102.236626 87.5365) - (xy 102.22872 87.528594) - (xy 107.075 87.528594) - (xy 107.075 87.671406) - (xy 107.102861 87.811475) - (xy 107.157513 87.943416) - (xy 107.236856 88.062161) - (xy 107.337839 88.163144) - (xy 107.456584 88.242487) - (xy 107.588525 88.297139) - (xy 107.728594 88.325) - (xy 107.871406 88.325) - (xy 108.011475 88.297139) - (xy 108.143416 88.242487) - (xy 108.262161 88.163144) - (xy 108.363144 88.062161) - (xy 108.435 87.954621) - (xy 108.506856 88.062161) - (xy 108.607839 88.163144) - (xy 108.726584 88.242487) - (xy 108.858525 88.297139) - (xy 108.998594 88.325) - (xy 109.141406 88.325) - (xy 109.281475 88.297139) - (xy 109.413416 88.242487) - (xy 109.532161 88.163144) - (xy 109.633144 88.062161) - (xy 109.705 87.954621) - (xy 109.776856 88.062161) - (xy 109.877839 88.163144) - (xy 109.996584 88.242487) - (xy 110.128525 88.297139) - (xy 110.268594 88.325) - (xy 110.411406 88.325) - (xy 110.551475 88.297139) - (xy 110.683416 88.242487) - (xy 110.802161 88.163144) - (xy 110.903144 88.062161) - (xy 110.975 87.954621) - (xy 111.046856 88.062161) - (xy 111.147839 88.163144) - (xy 111.266584 88.242487) - (xy 111.398525 88.297139) - (xy 111.538594 88.325) - (xy 111.681406 88.325) - (xy 111.821475 88.297139) - (xy 111.953416 88.242487) - (xy 112.072161 88.163144) - (xy 112.173144 88.062161) - (xy 112.245 87.954621) - (xy 112.316856 88.062161) - (xy 112.417839 88.163144) - (xy 112.536584 88.242487) - (xy 112.668525 88.297139) - (xy 112.808594 88.325) - (xy 112.951406 88.325) - (xy 113.091475 88.297139) - (xy 113.223416 88.242487) - (xy 113.342161 88.163144) - (xy 113.443144 88.062161) - (xy 113.515 87.954621) - (xy 113.586856 88.062161) - (xy 113.687839 88.163144) - (xy 113.806584 88.242487) - (xy 113.938525 88.297139) - (xy 114.078594 88.325) - (xy 114.221406 88.325) - (xy 114.361475 88.297139) - (xy 114.493416 88.242487) - (xy 114.612161 88.163144) - (xy 114.713144 88.062161) - (xy 114.785 87.954621) - (xy 114.856856 88.062161) - (xy 114.957839 88.163144) - (xy 115.076584 88.242487) - (xy 115.208525 88.297139) - (xy 115.348594 88.325) - (xy 115.491406 88.325) - (xy 115.631475 88.297139) - (xy 115.763416 88.242487) - (xy 115.882161 88.163144) - (xy 115.983144 88.062161) - (xy 116.055 87.954621) - (xy 116.126856 88.062161) - (xy 116.227839 88.163144) - (xy 116.346584 88.242487) - (xy 116.478525 88.297139) - (xy 116.618594 88.325) - (xy 116.632538 88.325) - (xy 116.592206 88.365332) - (xy 116.534751 88.451319) - (xy 116.495176 88.546863) - (xy 116.475 88.648292) - (xy 116.475 88.751708) - (xy 116.495176 88.853137) - (xy 116.534751 88.948681) - (xy 116.592206 89.034668) - (xy 116.665332 89.107794) - (xy 116.751319 89.165249) - (xy 116.846863 89.204824) - (xy 116.948292 89.225) - (xy 117.051708 89.225) - (xy 117.153137 89.204824) - (xy 117.248681 89.165249) - (xy 117.334668 89.107794) - (xy 117.407794 89.034668) - (xy 117.465249 88.948681) - (xy 117.504824 88.853137) - (xy 117.525 88.751708) - (xy 117.525 88.648292) - (xy 117.504824 88.546863) - (xy 117.465249 88.451319) - (xy 117.407794 88.365332) - (xy 117.334668 88.292206) - (xy 117.248681 88.234751) - (xy 117.153137 88.195176) - (xy 117.115443 88.187678) - (xy 117.152161 88.163144) - (xy 117.253144 88.062161) - (xy 117.332487 87.943416) - (xy 117.387139 87.811475) - (xy 117.415 87.671406) - (xy 117.415 87.528594) - (xy 117.387139 87.388525) - (xy 117.332487 87.256584) - (xy 117.253144 87.137839) - (xy 117.152161 87.036856) - (xy 117.033416 86.957513) - (xy 116.901475 86.902861) - (xy 116.761406 86.875) - (xy 116.618594 86.875) - (xy 116.478525 86.902861) - (xy 116.346584 86.957513) - (xy 116.227839 87.036856) - (xy 116.126856 87.137839) - (xy 116.055 87.245379) - (xy 115.983144 87.137839) - (xy 115.882161 87.036856) - (xy 115.763416 86.957513) - (xy 115.631475 86.902861) - (xy 115.491406 86.875) - (xy 115.348594 86.875) - (xy 115.208525 86.902861) - (xy 115.076584 86.957513) - (xy 114.957839 87.036856) - (xy 114.856856 87.137839) - (xy 114.785 87.245379) - (xy 114.713144 87.137839) - (xy 114.612161 87.036856) - (xy 114.493416 86.957513) - (xy 114.361475 86.902861) - (xy 114.221406 86.875) - (xy 114.078594 86.875) - (xy 113.938525 86.902861) - (xy 113.806584 86.957513) - (xy 113.687839 87.036856) - (xy 113.586856 87.137839) - (xy 113.515 87.245379) - (xy 113.443144 87.137839) - (xy 113.342161 87.036856) - (xy 113.223416 86.957513) - (xy 113.091475 86.902861) - (xy 112.951406 86.875) - (xy 112.808594 86.875) - (xy 112.668525 86.902861) - (xy 112.536584 86.957513) - (xy 112.417839 87.036856) - (xy 112.316856 87.137839) - (xy 112.245 87.245379) - (xy 112.173144 87.137839) - (xy 112.072161 87.036856) - (xy 111.953416 86.957513) - (xy 111.821475 86.902861) - (xy 111.681406 86.875) - (xy 111.538594 86.875) - (xy 111.398525 86.902861) - (xy 111.266584 86.957513) - (xy 111.147839 87.036856) - (xy 111.046856 87.137839) - (xy 110.975 87.245379) - (xy 110.903144 87.137839) - (xy 110.802161 87.036856) - (xy 110.683416 86.957513) - (xy 110.551475 86.902861) - (xy 110.411406 86.875) - (xy 110.268594 86.875) - (xy 110.128525 86.902861) - (xy 109.996584 86.957513) - (xy 109.877839 87.036856) - (xy 109.776856 87.137839) - (xy 109.705 87.245379) - (xy 109.633144 87.137839) - (xy 109.532161 87.036856) - (xy 109.413416 86.957513) - (xy 109.281475 86.902861) - (xy 109.141406 86.875) - (xy 108.998594 86.875) - (xy 108.858525 86.902861) - (xy 108.726584 86.957513) - (xy 108.607839 87.036856) - (xy 108.506856 87.137839) - (xy 108.435 87.245379) - (xy 108.363144 87.137839) - (xy 108.262161 87.036856) - (xy 108.143416 86.957513) - (xy 108.011475 86.902861) - (xy 107.871406 86.875) - (xy 107.728594 86.875) - (xy 107.588525 86.902861) - (xy 107.456584 86.957513) - (xy 107.337839 87.036856) - (xy 107.236856 87.137839) - (xy 107.157513 87.256584) - (xy 107.102861 87.388525) - (xy 107.075 87.528594) - (xy 102.22872 87.528594) - (xy 102.1635 87.463374) - (xy 102.077513 87.405919) - (xy 101.981969 87.366344) - (xy 101.88054 87.346168) - (xy 101.777124 87.346168) - (xy 101.675695 87.366344) - (xy 101.580151 87.405919) - (xy 101.494164 87.463374) - (xy 101.421038 87.5365) - (xy 101.363583 87.622487) - (xy 101.324008 87.718031) - (xy 101.303832 87.81946) - (xy 100.625 87.81946) - (xy 100.625 87.798292) - (xy 100.604824 87.696863) - (xy 100.565249 87.601319) - (xy 100.507794 87.515332) - (xy 100.434668 87.442206) - (xy 100.348681 87.384751) - (xy 100.253137 87.345176) - (xy 100.151708 87.325) - (xy 100.048292 87.325) - (xy 99.946863 87.345176) - (xy 99.851319 87.384751) - (xy 99.765332 87.442206) - (xy 99.692206 87.515332) - (xy 99.634751 87.601319) - (xy 99.595176 87.696863) - (xy 99.575 87.798292) - (xy 98.375 87.798292) - (xy 98.354824 87.696863) - (xy 98.315249 87.601319) - (xy 98.257794 87.515332) - (xy 98.184668 87.442206) - (xy 98.098681 87.384751) - (xy 98.003137 87.345176) - (xy 97.901708 87.325) - (xy 97.798292 87.325) - (xy 97.696863 87.345176) - (xy 97.601319 87.384751) - (xy 97.515332 87.442206) - (xy 97.442206 87.515332) - (xy 97.384751 87.601319) - (xy 97.345176 87.696863) - (xy 97.325 87.798292) - (xy 96.625 87.798292) - (xy 96.604824 87.696863) - (xy 96.565249 87.601319) - (xy 96.507794 87.515332) - (xy 96.434668 87.442206) - (xy 96.348681 87.384751) - (xy 96.253137 87.345176) - (xy 96.151708 87.325) - (xy 96.048292 87.325) - (xy 95.946863 87.345176) - (xy 95.851319 87.384751) - (xy 95.765332 87.442206) - (xy 95.692206 87.515332) - (xy 95.634751 87.601319) - (xy 95.595176 87.696863) - (xy 95.575 87.798292) - (xy 91.068906 87.798292) - (xy 91.148681 87.765249) - (xy 91.234668 87.707794) - (xy 91.307794 87.634668) - (xy 91.365249 87.548681) - (xy 91.404824 87.453137) - (xy 91.425 87.351708) - (xy 91.425 87.248292) - (xy 91.404824 87.146863) - (xy 91.365249 87.051319) - (xy 91.307794 86.965332) - (xy 91.234668 86.892206) - (xy 91.148681 86.834751) - (xy 91.053137 86.795176) - (xy 90.951708 86.775) - (xy 90.848292 86.775) - (xy 90.746863 86.795176) - (xy 90.651319 86.834751) - (xy 90.565332 86.892206) - (xy 90.492206 86.965332) - (xy 90.434751 87.051319) - (xy 90.395176 87.146863) - (xy 90.375 87.248292) - (xy 50.275 87.248292) - (xy 50.275 86.592873) - (xy 99.683259 86.592873) - (xy 99.683259 86.696289) - (xy 99.703435 86.797718) - (xy 99.74301 86.893262) - (xy 99.800465 86.979249) - (xy 99.873591 87.052375) - (xy 99.959578 87.10983) - (xy 100.055122 87.149405) - (xy 100.156551 87.169581) - (xy 100.259967 87.169581) - (xy 100.361396 87.149405) - (xy 100.45694 87.10983) - (xy 100.542927 87.052375) - (xy 100.616053 86.979249) - (xy 100.673508 86.893262) - (xy 100.713083 86.797718) - (xy 100.733259 86.696289) - (xy 100.733259 86.592873) - (xy 100.724392 86.548292) - (xy 121.075 86.548292) - (xy 121.075 86.651708) - (xy 121.095176 86.753137) - (xy 121.134751 86.848681) - (xy 121.192206 86.934668) - (xy 121.207538 86.95) - (xy 121.192206 86.965332) - (xy 121.134751 87.051319) - (xy 121.095176 87.146863) - (xy 121.075 87.248292) - (xy 121.075 87.351708) - (xy 121.095176 87.453137) - (xy 121.134751 87.548681) - (xy 121.192206 87.634668) - (xy 121.207538 87.65) - (xy 121.192206 87.665332) - (xy 121.134751 87.751319) - (xy 121.095176 87.846863) - (xy 121.075 87.948292) - (xy 121.075 88.051708) - (xy 121.095176 88.153137) - (xy 121.134751 88.248681) - (xy 121.192206 88.334668) - (xy 121.265332 88.407794) - (xy 121.351319 88.465249) - (xy 121.446863 88.504824) - (xy 121.548292 88.525) - (xy 121.651708 88.525) - (xy 121.753137 88.504824) - (xy 121.848681 88.465249) - (xy 121.934668 88.407794) - (xy 122.007794 88.334668) - (xy 122.065249 88.248681) - (xy 122.104824 88.153137) - (xy 122.125 88.051708) - (xy 122.125 87.948292) - (xy 122.105109 87.848292) - (xy 125.675 87.848292) - (xy 125.675 87.951708) - (xy 125.695176 88.053137) - (xy 125.734751 88.148681) - (xy 125.792206 88.234668) - (xy 125.865332 88.307794) - (xy 125.951319 88.365249) - (xy 126.046863 88.404824) - (xy 126.148292 88.425) - (xy 126.251708 88.425) - (xy 126.353137 88.404824) - (xy 126.448681 88.365249) - (xy 126.534668 88.307794) - (xy 126.607794 88.234668) - (xy 126.665249 88.148681) - (xy 126.704824 88.053137) - (xy 126.725 87.951708) - (xy 126.725 87.848292) - (xy 126.704824 87.746863) - (xy 126.665249 87.651319) - (xy 126.607794 87.565332) - (xy 126.584067 87.541605) - (xy 126.634668 87.507794) - (xy 126.707794 87.434668) - (xy 126.765249 87.348681) - (xy 126.804824 87.253137) - (xy 126.825 87.151708) - (xy 126.825 87.048292) - (xy 126.804824 86.946863) - (xy 126.765249 86.851319) - (xy 126.707794 86.765332) - (xy 126.634668 86.692206) - (xy 126.548681 86.634751) - (xy 126.453137 86.595176) - (xy 126.351708 86.575) - (xy 126.248292 86.575) - (xy 126.146863 86.595176) - (xy 126.051319 86.634751) - (xy 125.965332 86.692206) - (xy 125.892206 86.765332) - (xy 125.834751 86.851319) - (xy 125.795176 86.946863) - (xy 125.775 87.048292) - (xy 125.775 87.151708) - (xy 125.795176 87.253137) - (xy 125.834751 87.348681) - (xy 125.892206 87.434668) - (xy 125.915933 87.458395) - (xy 125.865332 87.492206) - (xy 125.792206 87.565332) - (xy 125.734751 87.651319) - (xy 125.695176 87.746863) - (xy 125.675 87.848292) - (xy 122.105109 87.848292) - (xy 122.104824 87.846863) - (xy 122.065249 87.751319) - (xy 122.007794 87.665332) - (xy 121.992462 87.65) - (xy 122.007794 87.634668) - (xy 122.065249 87.548681) - (xy 122.104824 87.453137) - (xy 122.125 87.351708) - (xy 122.125 87.248292) - (xy 122.104824 87.146863) - (xy 122.065249 87.051319) - (xy 122.007794 86.965332) - (xy 121.992462 86.95) - (xy 122.007794 86.934668) - (xy 122.065249 86.848681) - (xy 122.104824 86.753137) - (xy 122.125 86.651708) - (xy 122.125 86.548292) - (xy 122.104824 86.446863) - (xy 122.065249 86.351319) - (xy 122.007794 86.265332) - (xy 121.934668 86.192206) - (xy 121.848681 86.134751) - (xy 121.753137 86.095176) - (xy 121.651708 86.075) - (xy 121.548292 86.075) - (xy 121.446863 86.095176) - (xy 121.351319 86.134751) - (xy 121.265332 86.192206) - (xy 121.192206 86.265332) - (xy 121.134751 86.351319) - (xy 121.095176 86.446863) - (xy 121.075 86.548292) - (xy 100.724392 86.548292) - (xy 100.713083 86.491444) - (xy 100.673508 86.3959) - (xy 100.616053 86.309913) - (xy 100.542927 86.236787) - (xy 100.45694 86.179332) - (xy 100.361396 86.139757) - (xy 100.259967 86.119581) - (xy 100.156551 86.119581) - (xy 100.055122 86.139757) - (xy 99.959578 86.179332) - (xy 99.873591 86.236787) - (xy 99.800465 86.309913) - (xy 99.74301 86.3959) - (xy 99.703435 86.491444) - (xy 99.683259 86.592873) - (xy 50.275 86.592873) - (xy 50.275 84.998292) - (xy 95.575 84.998292) - (xy 95.575 85.101708) - (xy 95.595176 85.203137) - (xy 95.634751 85.298681) - (xy 95.692206 85.384668) - (xy 95.765332 85.457794) - (xy 95.851319 85.515249) - (xy 95.946863 85.554824) - (xy 96.048292 85.575) - (xy 96.151708 85.575) - (xy 96.253137 85.554824) - (xy 96.348681 85.515249) - (xy 96.434668 85.457794) - (xy 96.507794 85.384668) - (xy 96.565249 85.298681) - (xy 96.604824 85.203137) - (xy 96.625 85.101708) - (xy 96.625 84.998292) - (xy 96.604824 84.896863) - (xy 96.565249 84.801319) - (xy 96.507794 84.715332) - (xy 96.434668 84.642206) - (xy 96.348681 84.584751) - (xy 96.253137 84.545176) - (xy 96.151708 84.525) - (xy 96.048292 84.525) - (xy 95.946863 84.545176) - (xy 95.851319 84.584751) - (xy 95.765332 84.642206) - (xy 95.692206 84.715332) - (xy 95.634751 84.801319) - (xy 95.595176 84.896863) - (xy 95.575 84.998292) - (xy 50.275 84.998292) - (xy 50.275 84.498292) - (xy 97.325 84.498292) - (xy 97.325 84.601708) - (xy 97.345176 84.703137) - (xy 97.384751 84.798681) - (xy 97.385632 84.8) - (xy 97.384751 84.801319) - (xy 97.345176 84.896863) - (xy 97.325 84.998292) - (xy 97.325 85.101708) - (xy 97.345176 85.203137) - (xy 97.384751 85.298681) - (xy 97.442206 85.384668) - (xy 97.482538 85.425) - (xy 97.442206 85.465332) - (xy 97.384751 85.551319) - (xy 97.345176 85.646863) - (xy 97.325 85.748292) - (xy 97.325 85.851708) - (xy 97.345176 85.953137) - (xy 97.384751 86.048681) - (xy 97.442206 86.134668) - (xy 97.515332 86.207794) - (xy 97.601319 86.265249) - (xy 97.696863 86.304824) - (xy 97.798292 86.325) - (xy 97.901708 86.325) - (xy 98.003137 86.304824) - (xy 98.098681 86.265249) - (xy 98.184668 86.207794) - (xy 98.257794 86.134668) - (xy 98.315249 86.048681) - (xy 98.354824 85.953137) - (xy 98.375 85.851708) - (xy 98.375 85.748292) - (xy 98.354824 85.646863) - (xy 98.315249 85.551319) - (xy 98.257794 85.465332) - (xy 98.217462 85.425) - (xy 98.257794 85.384668) - (xy 98.315249 85.298681) - (xy 98.354824 85.203137) - (xy 98.371062 85.121504) - (xy 99.568878 85.121504) - (xy 99.568878 85.22492) - (xy 99.589054 85.326349) - (xy 99.628629 85.421893) - (xy 99.686084 85.50788) - (xy 99.75921 85.581006) - (xy 99.845197 85.638461) - (xy 99.940741 85.678036) - (xy 100.04217 85.698212) - (xy 100.145586 85.698212) - (xy 100.247015 85.678036) - (xy 100.342559 85.638461) - (xy 100.428546 85.581006) - (xy 100.46126 85.548292) - (xy 106.875 85.548292) - (xy 106.875 85.651708) - (xy 106.895176 85.753137) - (xy 106.934751 85.848681) - (xy 106.992206 85.934668) - (xy 107.065332 86.007794) - (xy 107.151319 86.065249) - (xy 107.246863 86.104824) - (xy 107.348292 86.125) - (xy 107.451708 86.125) - (xy 107.553137 86.104824) - (xy 107.648681 86.065249) - (xy 107.65 86.064368) - (xy 107.651319 86.065249) - (xy 107.746863 86.104824) - (xy 107.848292 86.125) - (xy 107.951708 86.125) - (xy 108.053137 86.104824) - (xy 108.148681 86.065249) - (xy 108.15 86.064368) - (xy 108.151319 86.065249) - (xy 108.246863 86.104824) - (xy 108.348292 86.125) - (xy 108.451708 86.125) - (xy 108.553137 86.104824) - (xy 108.648681 86.065249) - (xy 108.734668 86.007794) - (xy 108.807794 85.934668) - (xy 108.865249 85.848681) - (xy 108.904824 85.753137) - (xy 108.925 85.651708) - (xy 108.925 85.548292) - (xy 108.904824 85.446863) - (xy 108.865249 85.351319) - (xy 108.807794 85.265332) - (xy 108.734668 85.192206) - (xy 108.648681 85.134751) - (xy 108.553137 85.095176) - (xy 108.451708 85.075) - (xy 108.348292 85.075) - (xy 108.246863 85.095176) - (xy 108.151319 85.134751) - (xy 108.15 85.135632) - (xy 108.148681 85.134751) - (xy 108.053137 85.095176) - (xy 107.951708 85.075) - (xy 107.848292 85.075) - (xy 107.746863 85.095176) - (xy 107.651319 85.134751) - (xy 107.65 85.135632) - (xy 107.648681 85.134751) - (xy 107.553137 85.095176) - (xy 107.451708 85.075) - (xy 107.348292 85.075) - (xy 107.246863 85.095176) - (xy 107.151319 85.134751) - (xy 107.065332 85.192206) - (xy 106.992206 85.265332) - (xy 106.934751 85.351319) - (xy 106.895176 85.446863) - (xy 106.875 85.548292) - (xy 100.46126 85.548292) - (xy 100.501672 85.50788) - (xy 100.559127 85.421893) - (xy 100.598702 85.326349) - (xy 100.618878 85.22492) - (xy 100.618878 85.121504) - (xy 100.598702 85.020075) - (xy 100.559127 84.924531) - (xy 100.501672 84.838544) - (xy 100.482119 84.818991) - (xy 100.542054 84.759056) - (xy 100.549246 84.748292) - (xy 118.275 84.748292) - (xy 118.275 84.851708) - (xy 118.295176 84.953137) - (xy 118.334751 85.048681) - (xy 118.392206 85.134668) - (xy 118.465332 85.207794) - (xy 118.551319 85.265249) - (xy 118.646863 85.304824) - (xy 118.748292 85.325) - (xy 118.851708 85.325) - (xy 118.953137 85.304824) - (xy 119.048681 85.265249) - (xy 119.134668 85.207794) - (xy 119.207794 85.134668) - (xy 119.265249 85.048681) - (xy 119.304824 84.953137) - (xy 119.325 84.851708) - (xy 119.325 84.748292) - (xy 119.304824 84.646863) - (xy 119.265249 84.551319) - (xy 119.207794 84.465332) - (xy 119.134668 84.392206) - (xy 119.048681 84.334751) - (xy 118.953137 84.295176) - (xy 118.851708 84.275) - (xy 118.748292 84.275) - (xy 118.646863 84.295176) - (xy 118.551319 84.334751) - (xy 118.465332 84.392206) - (xy 118.392206 84.465332) - (xy 118.334751 84.551319) - (xy 118.295176 84.646863) - (xy 118.275 84.748292) - (xy 100.549246 84.748292) - (xy 100.599509 84.673069) - (xy 100.639084 84.577525) - (xy 100.65926 84.476096) - (xy 100.65926 84.37268) - (xy 100.639084 84.271251) - (xy 100.599509 84.175707) - (xy 100.542054 84.08972) - (xy 100.468928 84.016594) - (xy 100.382941 83.959139) - (xy 100.287397 83.919564) - (xy 100.185968 83.899388) - (xy 100.082552 83.899388) - (xy 99.981123 83.919564) - (xy 99.885579 83.959139) - (xy 99.799592 84.016594) - (xy 99.726466 84.08972) - (xy 99.669011 84.175707) - (xy 99.629436 84.271251) - (xy 99.60926 84.37268) - (xy 99.60926 84.476096) - (xy 99.629436 84.577525) - (xy 99.669011 84.673069) - (xy 99.726466 84.759056) - (xy 99.746019 84.778609) - (xy 99.686084 84.838544) - (xy 99.628629 84.924531) - (xy 99.589054 85.020075) - (xy 99.568878 85.121504) - (xy 98.371062 85.121504) - (xy 98.375 85.101708) - (xy 98.375 84.998292) - (xy 98.354824 84.896863) - (xy 98.315249 84.801319) - (xy 98.314368 84.8) - (xy 98.315249 84.798681) - (xy 98.354824 84.703137) - (xy 98.375 84.601708) - (xy 98.375 84.498292) - (xy 98.354824 84.396863) - (xy 98.315249 84.301319) - (xy 98.257794 84.215332) - (xy 98.184668 84.142206) - (xy 98.098681 84.084751) - (xy 98.003137 84.045176) - (xy 97.901708 84.025) - (xy 97.798292 84.025) - (xy 97.696863 84.045176) - (xy 97.601319 84.084751) - (xy 97.515332 84.142206) - (xy 97.442206 84.215332) - (xy 97.384751 84.301319) - (xy 97.345176 84.396863) - (xy 97.325 84.498292) - (xy 50.275 84.498292) - (xy 50.275 83.848292) - (xy 122.275 83.848292) - (xy 122.275 83.951708) - (xy 122.295176 84.053137) - (xy 122.334751 84.148681) - (xy 122.392206 84.234668) - (xy 122.465332 84.307794) - (xy 122.551319 84.365249) - (xy 122.646863 84.404824) - (xy 122.748292 84.425) - (xy 122.851708 84.425) - (xy 122.953137 84.404824) - (xy 123.048681 84.365249) - (xy 123.134668 84.307794) - (xy 123.207794 84.234668) - (xy 123.265249 84.148681) - (xy 123.3 84.064783) - (xy 123.334751 84.148681) - (xy 123.392206 84.234668) - (xy 123.465332 84.307794) - (xy 123.551319 84.365249) - (xy 123.646863 84.404824) - (xy 123.748292 84.425) - (xy 123.851708 84.425) - (xy 123.953137 84.404824) - (xy 124.048681 84.365249) - (xy 124.134668 84.307794) - (xy 124.207794 84.234668) - (xy 124.265249 84.148681) - (xy 124.304824 84.053137) - (xy 124.325 83.951708) - (xy 124.325 83.948292) - (xy 126.175 83.948292) - (xy 126.175 84.051708) - (xy 126.195176 84.153137) - (xy 126.234751 84.248681) - (xy 126.292206 84.334668) - (xy 126.365332 84.407794) - (xy 126.451319 84.465249) - (xy 126.546863 84.504824) - (xy 126.648292 84.525) - (xy 126.751708 84.525) - (xy 126.853137 84.504824) - (xy 126.948681 84.465249) - (xy 127.034668 84.407794) - (xy 127.107794 84.334668) - (xy 127.165249 84.248681) - (xy 127.204824 84.153137) - (xy 127.225 84.051708) - (xy 127.225 83.948292) - (xy 127.204824 83.846863) - (xy 127.165249 83.751319) - (xy 127.107794 83.665332) - (xy 127.034668 83.592206) - (xy 126.948681 83.534751) - (xy 126.853137 83.495176) - (xy 126.751708 83.475) - (xy 126.648292 83.475) - (xy 126.546863 83.495176) - (xy 126.451319 83.534751) - (xy 126.365332 83.592206) - (xy 126.292206 83.665332) - (xy 126.234751 83.751319) - (xy 126.195176 83.846863) - (xy 126.175 83.948292) - (xy 124.325 83.948292) - (xy 124.325 83.848292) - (xy 124.304824 83.746863) - (xy 124.265249 83.651319) - (xy 124.207794 83.565332) - (xy 124.134668 83.492206) - (xy 124.048681 83.434751) - (xy 123.953137 83.395176) - (xy 123.851708 83.375) - (xy 123.748292 83.375) - (xy 123.646863 83.395176) - (xy 123.551319 83.434751) - (xy 123.465332 83.492206) - (xy 123.392206 83.565332) - (xy 123.334751 83.651319) - (xy 123.3 83.735217) - (xy 123.265249 83.651319) - (xy 123.207794 83.565332) - (xy 123.134668 83.492206) - (xy 123.048681 83.434751) - (xy 122.953137 83.395176) - (xy 122.851708 83.375) - (xy 122.748292 83.375) - (xy 122.646863 83.395176) - (xy 122.551319 83.434751) - (xy 122.465332 83.492206) - (xy 122.392206 83.565332) - (xy 122.334751 83.651319) - (xy 122.295176 83.746863) - (xy 122.275 83.848292) - (xy 50.275 83.848292) - (xy 50.275 81.748292) - (xy 92.975 81.748292) - (xy 92.975 81.851708) - (xy 92.995176 81.953137) - (xy 93.034751 82.048681) - (xy 93.092206 82.134668) - (xy 93.165332 82.207794) - (xy 93.251319 82.265249) - (xy 93.346863 82.304824) - (xy 93.448292 82.325) - (xy 93.551708 82.325) - (xy 93.653137 82.304824) - (xy 93.668906 82.298292) - (xy 99.175 82.298292) - (xy 99.175 82.401708) - (xy 99.195176 82.503137) - (xy 99.234751 82.598681) - (xy 99.292206 82.684668) - (xy 99.365332 82.757794) - (xy 99.451319 82.815249) - (xy 99.546863 82.854824) - (xy 99.648292 82.875) - (xy 99.751708 82.875) - (xy 99.853137 82.854824) - (xy 99.948681 82.815249) - (xy 100.034668 82.757794) - (xy 100.107794 82.684668) - (xy 100.165249 82.598681) - (xy 100.204824 82.503137) - (xy 100.219651 82.428594) - (xy 107.075 82.428594) - (xy 107.075 82.571406) - (xy 107.102861 82.711475) - (xy 107.157513 82.843416) - (xy 107.236856 82.962161) - (xy 107.337839 83.063144) - (xy 107.456584 83.142487) - (xy 107.588525 83.197139) - (xy 107.728594 83.225) - (xy 107.871406 83.225) - (xy 108.011475 83.197139) - (xy 108.143416 83.142487) - (xy 108.262161 83.063144) - (xy 108.363144 82.962161) - (xy 108.435 82.854621) - (xy 108.506856 82.962161) - (xy 108.607839 83.063144) - (xy 108.726584 83.142487) - (xy 108.858525 83.197139) - (xy 108.998594 83.225) - (xy 109.141406 83.225) - (xy 109.281475 83.197139) - (xy 109.413416 83.142487) - (xy 109.532161 83.063144) - (xy 109.633144 82.962161) - (xy 109.705 82.854621) - (xy 109.776856 82.962161) - (xy 109.877839 83.063144) - (xy 109.996584 83.142487) - (xy 110.128525 83.197139) - (xy 110.268594 83.225) - (xy 110.411406 83.225) - (xy 110.551475 83.197139) - (xy 110.683416 83.142487) - (xy 110.802161 83.063144) - (xy 110.903144 82.962161) - (xy 110.975 82.854621) - (xy 111.046856 82.962161) - (xy 111.147839 83.063144) - (xy 111.266584 83.142487) - (xy 111.398525 83.197139) - (xy 111.538594 83.225) - (xy 111.681406 83.225) - (xy 111.821475 83.197139) - (xy 111.953416 83.142487) - (xy 112.072161 83.063144) - (xy 112.173144 82.962161) - (xy 112.245 82.854621) - (xy 112.316856 82.962161) - (xy 112.417839 83.063144) - (xy 112.536584 83.142487) - (xy 112.668525 83.197139) - (xy 112.808594 83.225) - (xy 112.951406 83.225) - (xy 113.091475 83.197139) - (xy 113.223416 83.142487) - (xy 113.342161 83.063144) - (xy 113.443144 82.962161) - (xy 113.515 82.854621) - (xy 113.586856 82.962161) - (xy 113.687839 83.063144) - (xy 113.806584 83.142487) - (xy 113.938525 83.197139) - (xy 114.078594 83.225) - (xy 114.221406 83.225) - (xy 114.361475 83.197139) - (xy 114.493416 83.142487) - (xy 114.612161 83.063144) - (xy 114.713144 82.962161) - (xy 114.785 82.854621) - (xy 114.856856 82.962161) - (xy 114.957839 83.063144) - (xy 115.076584 83.142487) - (xy 115.208525 83.197139) - (xy 115.348594 83.225) - (xy 115.491406 83.225) - (xy 115.631475 83.197139) - (xy 115.763416 83.142487) - (xy 115.882161 83.063144) - (xy 115.983144 82.962161) - (xy 116.055 82.854621) - (xy 116.126856 82.962161) - (xy 116.227839 83.063144) - (xy 116.346584 83.142487) - (xy 116.478525 83.197139) - (xy 116.618594 83.225) - (xy 116.761406 83.225) - (xy 116.901475 83.197139) - (xy 117.033416 83.142487) - (xy 117.152161 83.063144) - (xy 117.253144 82.962161) - (xy 117.329228 82.848292) - (xy 118.275 82.848292) - (xy 118.275 82.951708) - (xy 118.295176 83.053137) - (xy 118.334751 83.148681) - (xy 118.392206 83.234668) - (xy 118.465332 83.307794) - (xy 118.551319 83.365249) - (xy 118.646863 83.404824) - (xy 118.748292 83.425) - (xy 118.851708 83.425) - (xy 118.953137 83.404824) - (xy 119.048681 83.365249) - (xy 119.134668 83.307794) - (xy 119.207794 83.234668) - (xy 119.265249 83.148681) - (xy 119.304824 83.053137) - (xy 119.325 82.951708) - (xy 119.325 82.848292) - (xy 119.304824 82.746863) - (xy 119.265249 82.651319) - (xy 119.207794 82.565332) - (xy 119.134668 82.492206) - (xy 119.048681 82.434751) - (xy 118.953137 82.395176) - (xy 118.851708 82.375) - (xy 118.748292 82.375) - (xy 118.646863 82.395176) - (xy 118.551319 82.434751) - (xy 118.465332 82.492206) - (xy 118.392206 82.565332) - (xy 118.334751 82.651319) - (xy 118.295176 82.746863) - (xy 118.275 82.848292) - (xy 117.329228 82.848292) - (xy 117.332487 82.843416) - (xy 117.387139 82.711475) - (xy 117.415 82.571406) - (xy 117.415 82.428594) - (xy 117.387139 82.288525) - (xy 117.332487 82.156584) - (xy 117.253144 82.037839) - (xy 117.152161 81.936856) - (xy 117.033416 81.857513) - (xy 116.901475 81.802861) - (xy 116.761406 81.775) - (xy 116.618594 81.775) - (xy 116.478525 81.802861) - (xy 116.346584 81.857513) - (xy 116.227839 81.936856) - (xy 116.126856 82.037839) - (xy 116.055 82.145379) - (xy 115.983144 82.037839) - (xy 115.882161 81.936856) - (xy 115.763416 81.857513) - (xy 115.631475 81.802861) - (xy 115.491406 81.775) - (xy 115.348594 81.775) - (xy 115.208525 81.802861) - (xy 115.076584 81.857513) - (xy 114.957839 81.936856) - (xy 114.856856 82.037839) - (xy 114.785 82.145379) - (xy 114.713144 82.037839) - (xy 114.612161 81.936856) - (xy 114.493416 81.857513) - (xy 114.361475 81.802861) - (xy 114.221406 81.775) - (xy 114.078594 81.775) - (xy 113.938525 81.802861) - (xy 113.806584 81.857513) - (xy 113.687839 81.936856) - (xy 113.586856 82.037839) - (xy 113.515 82.145379) - (xy 113.443144 82.037839) - (xy 113.342161 81.936856) - (xy 113.223416 81.857513) - (xy 113.091475 81.802861) - (xy 112.951406 81.775) - (xy 112.808594 81.775) - (xy 112.668525 81.802861) - (xy 112.536584 81.857513) - (xy 112.417839 81.936856) - (xy 112.316856 82.037839) - (xy 112.245 82.145379) - (xy 112.173144 82.037839) - (xy 112.072161 81.936856) - (xy 111.953416 81.857513) - (xy 111.821475 81.802861) - (xy 111.681406 81.775) - (xy 111.538594 81.775) - (xy 111.398525 81.802861) - (xy 111.266584 81.857513) - (xy 111.147839 81.936856) - (xy 111.046856 82.037839) - (xy 110.975 82.145379) - (xy 110.903144 82.037839) - (xy 110.802161 81.936856) - (xy 110.683416 81.857513) - (xy 110.551475 81.802861) - (xy 110.411406 81.775) - (xy 110.268594 81.775) - (xy 110.128525 81.802861) - (xy 109.996584 81.857513) - (xy 109.877839 81.936856) - (xy 109.776856 82.037839) - (xy 109.705 82.145379) - (xy 109.633144 82.037839) - (xy 109.532161 81.936856) - (xy 109.413416 81.857513) - (xy 109.281475 81.802861) - (xy 109.141406 81.775) - (xy 108.998594 81.775) - (xy 108.858525 81.802861) - (xy 108.726584 81.857513) - (xy 108.607839 81.936856) - (xy 108.506856 82.037839) - (xy 108.435 82.145379) - (xy 108.363144 82.037839) - (xy 108.262161 81.936856) - (xy 108.143416 81.857513) - (xy 108.011475 81.802861) - (xy 107.871406 81.775) - (xy 107.728594 81.775) - (xy 107.588525 81.802861) - (xy 107.456584 81.857513) - (xy 107.337839 81.936856) - (xy 107.236856 82.037839) - (xy 107.157513 82.156584) - (xy 107.102861 82.288525) - (xy 107.075 82.428594) - (xy 100.219651 82.428594) - (xy 100.225 82.401708) - (xy 100.225 82.298292) - (xy 100.204824 82.196863) - (xy 100.165249 82.101319) - (xy 100.107794 82.015332) - (xy 100.034668 81.942206) - (xy 99.948681 81.884751) - (xy 99.853137 81.845176) - (xy 99.751708 81.825) - (xy 99.648292 81.825) - (xy 99.546863 81.845176) - (xy 99.451319 81.884751) - (xy 99.365332 81.942206) - (xy 99.292206 82.015332) - (xy 99.234751 82.101319) - (xy 99.195176 82.196863) - (xy 99.175 82.298292) - (xy 93.668906 82.298292) - (xy 93.748681 82.265249) - (xy 93.834668 82.207794) - (xy 93.907794 82.134668) - (xy 93.965249 82.048681) - (xy 94.004824 81.953137) - (xy 94.025 81.851708) - (xy 94.025 81.748292) - (xy 123.575 81.748292) - (xy 123.575 81.851708) - (xy 123.595176 81.953137) - (xy 123.634751 82.048681) - (xy 123.692206 82.134668) - (xy 123.765332 82.207794) - (xy 123.851319 82.265249) - (xy 123.946863 82.304824) - (xy 124.048292 82.325) - (xy 124.151708 82.325) - (xy 124.253137 82.304824) - (xy 124.348681 82.265249) - (xy 124.434668 82.207794) - (xy 124.507794 82.134668) - (xy 124.565249 82.048681) - (xy 124.604824 81.953137) - (xy 124.625 81.851708) - (xy 124.625 81.748292) - (xy 124.604824 81.646863) - (xy 124.565249 81.551319) - (xy 124.507794 81.465332) - (xy 124.434668 81.392206) - (xy 124.348681 81.334751) - (xy 124.253137 81.295176) - (xy 124.151708 81.275) - (xy 124.048292 81.275) - (xy 123.946863 81.295176) - (xy 123.851319 81.334751) - (xy 123.765332 81.392206) - (xy 123.692206 81.465332) - (xy 123.634751 81.551319) - (xy 123.595176 81.646863) - (xy 123.575 81.748292) - (xy 94.025 81.748292) - (xy 94.004824 81.646863) - (xy 93.965249 81.551319) - (xy 93.907794 81.465332) - (xy 93.834668 81.392206) - (xy 93.748681 81.334751) - (xy 93.653137 81.295176) - (xy 93.551708 81.275) - (xy 93.448292 81.275) - (xy 93.346863 81.295176) - (xy 93.251319 81.334751) - (xy 93.165332 81.392206) - (xy 93.092206 81.465332) - (xy 93.034751 81.551319) - (xy 92.995176 81.646863) - (xy 92.975 81.748292) - (xy 50.275 81.748292) - (xy 50.275 80.948292) - (xy 59.175 80.948292) - (xy 59.175 81.051708) - (xy 59.195176 81.153137) - (xy 59.234751 81.248681) - (xy 59.292206 81.334668) - (xy 59.365332 81.407794) - (xy 59.451319 81.465249) - (xy 59.546863 81.504824) - (xy 59.648292 81.525) - (xy 59.751708 81.525) - (xy 59.853137 81.504824) - (xy 59.948681 81.465249) - (xy 60.034668 81.407794) - (xy 60.107794 81.334668) - (xy 60.165249 81.248681) - (xy 60.204824 81.153137) - (xy 60.225 81.051708) - (xy 60.225 80.948292) - (xy 60.204824 80.846863) - (xy 60.165249 80.751319) - (xy 60.107794 80.665332) - (xy 60.034668 80.592206) - (xy 59.948681 80.534751) - (xy 59.853137 80.495176) - (xy 59.751708 80.475) - (xy 59.648292 80.475) - (xy 59.546863 80.495176) - (xy 59.451319 80.534751) - (xy 59.365332 80.592206) - (xy 59.292206 80.665332) - (xy 59.234751 80.751319) - (xy 59.195176 80.846863) - (xy 59.175 80.948292) - (xy 50.275 80.948292) - (xy 50.275 79.448292) - (xy 100.675 79.448292) - (xy 100.675 79.551708) - (xy 100.695176 79.653137) - (xy 100.734751 79.748681) - (xy 100.792206 79.834668) - (xy 100.865332 79.907794) - (xy 100.951319 79.965249) - (xy 101.046863 80.004824) - (xy 101.148292 80.025) - (xy 101.251708 80.025) - (xy 101.353137 80.004824) - (xy 101.448681 79.965249) - (xy 101.534668 79.907794) - (xy 101.6 79.842462) - (xy 101.665332 79.907794) - (xy 101.751319 79.965249) - (xy 101.846863 80.004824) - (xy 101.948292 80.025) - (xy 102.051708 80.025) - (xy 102.153137 80.004824) - (xy 102.248681 79.965249) - (xy 102.334668 79.907794) - (xy 102.4 79.842462) - (xy 102.465332 79.907794) - (xy 102.551319 79.965249) - (xy 102.646863 80.004824) - (xy 102.748292 80.025) - (xy 102.851708 80.025) - (xy 102.953137 80.004824) - (xy 103.048681 79.965249) - (xy 103.134668 79.907794) - (xy 103.2 79.842462) - (xy 103.265332 79.907794) - (xy 103.351319 79.965249) - (xy 103.446863 80.004824) - (xy 103.548292 80.025) - (xy 103.651708 80.025) - (xy 103.753137 80.004824) - (xy 103.848681 79.965249) - (xy 103.934668 79.907794) - (xy 104 79.842462) - (xy 104.065332 79.907794) - (xy 104.151319 79.965249) - (xy 104.246863 80.004824) - (xy 104.348292 80.025) - (xy 104.451708 80.025) - (xy 104.553137 80.004824) - (xy 104.648681 79.965249) - (xy 104.734668 79.907794) - (xy 104.8 79.842462) - (xy 104.865332 79.907794) - (xy 104.951319 79.965249) - (xy 105.046863 80.004824) - (xy 105.148292 80.025) - (xy 105.251708 80.025) - (xy 105.353137 80.004824) - (xy 105.448681 79.965249) - (xy 105.534668 79.907794) - (xy 105.602491 79.839971) - (xy 105.646655 79.884135) - (xy 105.732642 79.94159) - (xy 105.828186 79.981165) - (xy 105.929615 80.001341) - (xy 106.033031 80.001341) - (xy 106.13446 79.981165) - (xy 106.230004 79.94159) - (xy 106.315991 79.884135) - (xy 106.381492 79.818634) - (xy 106.392206 79.834668) - (xy 106.465332 79.907794) - (xy 106.551319 79.965249) - (xy 106.646863 80.004824) - (xy 106.748292 80.025) - (xy 106.851708 80.025) - (xy 106.953137 80.004824) - (xy 107.048681 79.965249) - (xy 107.134668 79.907794) - (xy 107.207794 79.834668) - (xy 107.265249 79.748681) - (xy 107.304824 79.653137) - (xy 107.325 79.551708) - (xy 107.325 79.448292) - (xy 107.304824 79.346863) - (xy 107.265249 79.251319) - (xy 107.207794 79.165332) - (xy 107.134668 79.092206) - (xy 107.048681 79.034751) - (xy 106.953137 78.995176) - (xy 106.851708 78.975) - (xy 106.748292 78.975) - (xy 106.646863 78.995176) - (xy 106.551319 79.034751) - (xy 106.465332 79.092206) - (xy 106.399831 79.157707) - (xy 106.389117 79.141673) - (xy 106.315991 79.068547) - (xy 106.230004 79.011092) - (xy 106.13446 78.971517) - (xy 106.033031 78.951341) - (xy 105.929615 78.951341) - (xy 105.828186 78.971517) - (xy 105.732642 79.011092) - (xy 105.646655 79.068547) - (xy 105.578832 79.13637) - (xy 105.534668 79.092206) - (xy 105.448681 79.034751) - (xy 105.353137 78.995176) - (xy 105.251708 78.975) - (xy 105.148292 78.975) - (xy 105.046863 78.995176) - (xy 104.951319 79.034751) - (xy 104.865332 79.092206) - (xy 104.8 79.157538) - (xy 104.734668 79.092206) - (xy 104.648681 79.034751) - (xy 104.553137 78.995176) - (xy 104.451708 78.975) - (xy 104.348292 78.975) - (xy 104.246863 78.995176) - (xy 104.151319 79.034751) - (xy 104.065332 79.092206) - (xy 104 79.157538) - (xy 103.934668 79.092206) - (xy 103.848681 79.034751) - (xy 103.753137 78.995176) - (xy 103.651708 78.975) - (xy 103.548292 78.975) - (xy 103.446863 78.995176) - (xy 103.351319 79.034751) - (xy 103.265332 79.092206) - (xy 103.2 79.157538) - (xy 103.134668 79.092206) - (xy 103.048681 79.034751) - (xy 102.953137 78.995176) - (xy 102.851708 78.975) - (xy 102.748292 78.975) - (xy 102.646863 78.995176) - (xy 102.551319 79.034751) - (xy 102.465332 79.092206) - (xy 102.4 79.157538) - (xy 102.334668 79.092206) - (xy 102.248681 79.034751) - (xy 102.153137 78.995176) - (xy 102.051708 78.975) - (xy 101.948292 78.975) - (xy 101.846863 78.995176) - (xy 101.751319 79.034751) - (xy 101.665332 79.092206) - (xy 101.6 79.157538) - (xy 101.534668 79.092206) - (xy 101.448681 79.034751) - (xy 101.353137 78.995176) - (xy 101.251708 78.975) - (xy 101.148292 78.975) - (xy 101.046863 78.995176) - (xy 100.951319 79.034751) - (xy 100.865332 79.092206) - (xy 100.792206 79.165332) - (xy 100.734751 79.251319) - (xy 100.695176 79.346863) - (xy 100.675 79.448292) - (xy 50.275 79.448292) - (xy 50.275 76.448292) - (xy 58.275006 76.448292) - (xy 58.275006 76.551708) - (xy 58.295182 76.653137) - (xy 58.334757 76.748681) - (xy 58.392212 76.834668) - (xy 58.465338 76.907794) - (xy 58.551325 76.965249) - (xy 58.646869 77.004824) - (xy 58.748298 77.025) - (xy 58.851714 77.025) - (xy 58.953143 77.004824) - (xy 59.048687 76.965249) - (xy 59.134674 76.907794) - (xy 59.138103 76.904365) - (xy 59.198018 76.994034) - (xy 59.305966 77.101982) - (xy 59.4329 77.186796) - (xy 59.573941 77.245217) - (xy 59.723669 77.275) - (xy 59.876331 77.275) - (xy 60.026059 77.245217) - (xy 60.1671 77.186796) - (xy 60.294034 77.101982) - (xy 60.401982 76.994034) - (xy 60.486796 76.8671) - (xy 60.545217 76.726059) - (xy 60.575 76.576331) - (xy 60.575 76.453617) - (xy 62.589727 76.453617) - (xy 62.589727 76.557033) - (xy 62.609903 76.658462) - (xy 62.649478 76.754006) - (xy 62.706933 76.839993) - (xy 62.780059 76.913119) - (xy 62.866046 76.970574) - (xy 62.96159 77.010149) - (xy 63.063019 77.030325) - (xy 63.166435 77.030325) - (xy 63.267864 77.010149) - (xy 63.363408 76.970574) - (xy 63.449395 76.913119) - (xy 63.522521 76.839993) - (xy 63.579976 76.754006) - (xy 63.619551 76.658462) - (xy 63.639727 76.557033) - (xy 63.639727 76.453617) - (xy 63.638668 76.448292) - (xy 63.725 76.448292) - (xy 63.725 76.551708) - (xy 63.745176 76.653137) - (xy 63.784751 76.748681) - (xy 63.842206 76.834668) - (xy 63.915332 76.907794) - (xy 64.001319 76.965249) - (xy 64.096863 77.004824) - (xy 64.198292 77.025) - (xy 64.301708 77.025) - (xy 64.403137 77.004824) - (xy 64.498681 76.965249) - (xy 64.584668 76.907794) - (xy 64.657794 76.834668) - (xy 64.715249 76.748681) - (xy 64.754824 76.653137) - (xy 64.775 76.551708) - (xy 64.775 76.448292) - (xy 64.772017 76.433292) - (xy 66.26 76.433292) - (xy 66.26 76.536708) - (xy 66.280176 76.638137) - (xy 66.319751 76.733681) - (xy 66.377206 76.819668) - (xy 66.450332 76.892794) - (xy 66.536319 76.950249) - (xy 66.631863 76.989824) - (xy 66.733292 77.01) - (xy 66.836708 77.01) - (xy 66.938137 76.989824) - (xy 67.033681 76.950249) - (xy 67.119668 76.892794) - (xy 67.192794 76.819668) - (xy 67.250249 76.733681) - (xy 67.289824 76.638137) - (xy 67.31 76.536708) - (xy 67.31 76.448292) - (xy 67.525 76.448292) - (xy 67.525 76.551708) - (xy 67.545176 76.653137) - (xy 67.584751 76.748681) - (xy 67.642206 76.834668) - (xy 67.715332 76.907794) - (xy 67.801319 76.965249) - (xy 67.896863 77.004824) - (xy 67.998292 77.025) - (xy 68.101708 77.025) - (xy 68.203137 77.004824) - (xy 68.298681 76.965249) - (xy 68.384668 76.907794) - (xy 68.457794 76.834668) - (xy 68.515249 76.748681) - (xy 68.554824 76.653137) - (xy 68.575 76.551708) - (xy 68.575 76.448292) - (xy 70.075 76.448292) - (xy 70.075 76.551708) - (xy 70.095176 76.653137) - (xy 70.134751 76.748681) - (xy 70.192206 76.834668) - (xy 70.265332 76.907794) - (xy 70.351319 76.965249) - (xy 70.446863 77.004824) - (xy 70.548292 77.025) - (xy 70.651708 77.025) - (xy 70.753137 77.004824) - (xy 70.848681 76.965249) - (xy 70.934668 76.907794) - (xy 71.007794 76.834668) - (xy 71.065249 76.748681) - (xy 71.104824 76.653137) - (xy 71.125 76.551708) - (xy 71.125 76.448292) - (xy 71.325 76.448292) - (xy 71.325 76.551708) - (xy 71.345176 76.653137) - (xy 71.384751 76.748681) - (xy 71.442206 76.834668) - (xy 71.515332 76.907794) - (xy 71.601319 76.965249) - (xy 71.696863 77.004824) - (xy 71.798292 77.025) - (xy 71.901708 77.025) - (xy 72.003137 77.004824) - (xy 72.098681 76.965249) - (xy 72.184668 76.907794) - (xy 72.257794 76.834668) - (xy 72.315249 76.748681) - (xy 72.354824 76.653137) - (xy 72.375 76.551708) - (xy 72.375 76.448292) - (xy 73.875 76.448292) - (xy 73.875 76.551708) - (xy 73.895176 76.653137) - (xy 73.934751 76.748681) - (xy 73.992206 76.834668) - (xy 74.065332 76.907794) - (xy 74.151319 76.965249) - (xy 74.246863 77.004824) - (xy 74.348292 77.025) - (xy 74.451708 77.025) - (xy 74.553137 77.004824) - (xy 74.648681 76.965249) - (xy 74.734668 76.907794) - (xy 74.807794 76.834668) - (xy 74.865249 76.748681) - (xy 74.904824 76.653137) - (xy 74.925 76.551708) - (xy 74.925 76.448292) - (xy 75.175 76.448292) - (xy 75.175 76.551708) - (xy 75.195176 76.653137) - (xy 75.234751 76.748681) - (xy 75.292206 76.834668) - (xy 75.365332 76.907794) - (xy 75.451319 76.965249) - (xy 75.546863 77.004824) - (xy 75.648292 77.025) - (xy 75.751708 77.025) - (xy 75.853137 77.004824) - (xy 75.948681 76.965249) - (xy 76.034668 76.907794) - (xy 76.107794 76.834668) - (xy 76.165249 76.748681) - (xy 76.204824 76.653137) - (xy 76.225 76.551708) - (xy 76.225 76.448292) - (xy 77.675 76.448292) - (xy 77.675 76.551708) - (xy 77.695176 76.653137) - (xy 77.734751 76.748681) - (xy 77.792206 76.834668) - (xy 77.865332 76.907794) - (xy 77.951319 76.965249) - (xy 78.046863 77.004824) - (xy 78.148292 77.025) - (xy 78.251708 77.025) - (xy 78.353137 77.004824) - (xy 78.448681 76.965249) - (xy 78.534668 76.907794) - (xy 78.607794 76.834668) - (xy 78.665249 76.748681) - (xy 78.704824 76.653137) - (xy 78.725 76.551708) - (xy 78.725 76.448292) - (xy 78.975 76.448292) - (xy 78.975 76.551708) - (xy 78.995176 76.653137) - (xy 79.034751 76.748681) - (xy 79.092206 76.834668) - (xy 79.165332 76.907794) - (xy 79.251319 76.965249) - (xy 79.346863 77.004824) - (xy 79.448292 77.025) - (xy 79.551708 77.025) - (xy 79.653137 77.004824) - (xy 79.748681 76.965249) - (xy 79.834668 76.907794) - (xy 79.907794 76.834668) - (xy 79.965249 76.748681) - (xy 80.004824 76.653137) - (xy 80.025 76.551708) - (xy 80.025 76.448292) - (xy 81.475 76.448292) - (xy 81.475 76.551708) - (xy 81.495176 76.653137) - (xy 81.534751 76.748681) - (xy 81.592206 76.834668) - (xy 81.665332 76.907794) - (xy 81.751319 76.965249) - (xy 81.846863 77.004824) - (xy 81.948292 77.025) - (xy 82.051708 77.025) - (xy 82.153137 77.004824) - (xy 82.248681 76.965249) - (xy 82.334668 76.907794) - (xy 82.407794 76.834668) - (xy 82.465249 76.748681) - (xy 82.504824 76.653137) - (xy 82.525 76.551708) - (xy 82.525 76.448292) - (xy 82.524006 76.443292) - (xy 82.77 76.443292) - (xy 82.77 76.546708) - (xy 82.790176 76.648137) - (xy 82.829751 76.743681) - (xy 82.887206 76.829668) - (xy 82.960332 76.902794) - (xy 83.046319 76.960249) - (xy 83.141863 76.999824) - (xy 83.243292 77.02) - (xy 83.346708 77.02) - (xy 83.448137 76.999824) - (xy 83.543681 76.960249) - (xy 83.629668 76.902794) - (xy 83.702794 76.829668) - (xy 83.760249 76.743681) - (xy 83.799824 76.648137) - (xy 83.82 76.546708) - (xy 83.82 76.443292) - (xy 83.816097 76.423669) - (xy 84.425 76.423669) - (xy 84.425 76.576331) - (xy 84.454783 76.726059) - (xy 84.513204 76.8671) - (xy 84.598018 76.994034) - (xy 84.705966 77.101982) - (xy 84.8329 77.186796) - (xy 84.973941 77.245217) - (xy 85.123669 77.275) - (xy 85.276331 77.275) - (xy 85.426059 77.245217) - (xy 85.5671 77.186796) - (xy 85.667067 77.12) - (xy 91.493912 77.12) - (xy 91.493912 78.32) - (xy 91.50306 78.41288) - (xy 91.530152 78.502191) - (xy 91.574147 78.5845) - (xy 91.633355 78.656645) - (xy 91.7055 78.715853) - (xy 91.787809 78.759848) - (xy 91.87712 78.78694) - (xy 91.97 78.796088) - (xy 93.17 78.796088) - (xy 93.26288 78.78694) - (xy 93.352191 78.759848) - (xy 93.4345 78.715853) - (xy 93.506645 78.656645) - (xy 93.565853 78.5845) - (xy 93.609848 78.502191) - (xy 93.63694 78.41288) - (xy 93.646088 78.32) - (xy 93.646088 77.614122) - (xy 94.035 77.614122) - (xy 94.035 77.825878) - (xy 94.076312 78.033566) - (xy 94.157348 78.229203) - (xy 94.274993 78.405272) - (xy 94.424728 78.555007) - (xy 94.600797 78.672652) - (xy 94.796434 78.753688) - (xy 95.004122 78.795) - (xy 95.215878 78.795) - (xy 95.423566 78.753688) - (xy 95.619203 78.672652) - (xy 95.795272 78.555007) - (xy 95.945007 78.405272) - (xy 96.062652 78.229203) - (xy 96.143688 78.033566) - (xy 96.185 77.825878) - (xy 96.185 77.614122) - (xy 96.575 77.614122) - (xy 96.575 77.825878) - (xy 96.616312 78.033566) - (xy 96.697348 78.229203) - (xy 96.814993 78.405272) - (xy 96.964728 78.555007) - (xy 97.140797 78.672652) - (xy 97.336434 78.753688) - (xy 97.544122 78.795) - (xy 97.755878 78.795) - (xy 97.963566 78.753688) - (xy 98.159203 78.672652) - (xy 98.335272 78.555007) - (xy 98.485007 78.405272) - (xy 98.602652 78.229203) - (xy 98.683688 78.033566) - (xy 98.725 77.825878) - (xy 98.725 77.614122) - (xy 99.115 77.614122) - (xy 99.115 77.825878) - (xy 99.156312 78.033566) - (xy 99.237348 78.229203) - (xy 99.354993 78.405272) - (xy 99.504728 78.555007) - (xy 99.680797 78.672652) - (xy 99.876434 78.753688) - (xy 100.084122 78.795) - (xy 100.295878 78.795) - (xy 100.503566 78.753688) - (xy 100.699203 78.672652) - (xy 100.875272 78.555007) - (xy 101.025007 78.405272) - (xy 101.142652 78.229203) - (xy 101.223688 78.033566) - (xy 101.265 77.825878) - (xy 101.265 77.614122) - (xy 101.655 77.614122) - (xy 101.655 77.825878) - (xy 101.696312 78.033566) - (xy 101.777348 78.229203) - (xy 101.894993 78.405272) - (xy 102.044728 78.555007) - (xy 102.220797 78.672652) - (xy 102.416434 78.753688) - (xy 102.624122 78.795) - (xy 102.835878 78.795) - (xy 103.043566 78.753688) - (xy 103.239203 78.672652) - (xy 103.415272 78.555007) - (xy 103.565007 78.405272) - (xy 103.682652 78.229203) - (xy 103.763688 78.033566) - (xy 103.805 77.825878) - (xy 103.805 77.614122) - (xy 104.195 77.614122) - (xy 104.195 77.825878) - (xy 104.236312 78.033566) - (xy 104.317348 78.229203) - (xy 104.434993 78.405272) - (xy 104.584728 78.555007) - (xy 104.760797 78.672652) - (xy 104.956434 78.753688) - (xy 105.164122 78.795) - (xy 105.375878 78.795) - (xy 105.583566 78.753688) - (xy 105.779203 78.672652) - (xy 105.955272 78.555007) - (xy 106.105007 78.405272) - (xy 106.222652 78.229203) - (xy 106.303688 78.033566) - (xy 106.345 77.825878) - (xy 106.345 77.614122) - (xy 106.735 77.614122) - (xy 106.735 77.825878) - (xy 106.776312 78.033566) - (xy 106.857348 78.229203) - (xy 106.974993 78.405272) - (xy 107.124728 78.555007) - (xy 107.300797 78.672652) - (xy 107.496434 78.753688) - (xy 107.704122 78.795) - (xy 107.915878 78.795) - (xy 108.123566 78.753688) - (xy 108.319203 78.672652) - (xy 108.495272 78.555007) - (xy 108.645007 78.405272) - (xy 108.762652 78.229203) - (xy 108.843688 78.033566) - (xy 108.885 77.825878) - (xy 108.885 77.614122) - (xy 109.275 77.614122) - (xy 109.275 77.825878) - (xy 109.316312 78.033566) - (xy 109.397348 78.229203) - (xy 109.514993 78.405272) - (xy 109.664728 78.555007) - (xy 109.840797 78.672652) - (xy 110.036434 78.753688) - (xy 110.244122 78.795) - (xy 110.455878 78.795) - (xy 110.663566 78.753688) - (xy 110.859203 78.672652) - (xy 111.035272 78.555007) - (xy 111.185007 78.405272) - (xy 111.302652 78.229203) - (xy 111.383688 78.033566) - (xy 111.425 77.825878) - (xy 111.425 77.614122) - (xy 111.815 77.614122) - (xy 111.815 77.825878) - (xy 111.856312 78.033566) - (xy 111.937348 78.229203) - (xy 112.054993 78.405272) - (xy 112.204728 78.555007) - (xy 112.380797 78.672652) - (xy 112.576434 78.753688) - (xy 112.784122 78.795) - (xy 112.995878 78.795) - (xy 113.203566 78.753688) - (xy 113.399203 78.672652) - (xy 113.575272 78.555007) - (xy 113.725007 78.405272) - (xy 113.842652 78.229203) - (xy 113.923688 78.033566) - (xy 113.965 77.825878) - (xy 113.965 77.614122) - (xy 114.355 77.614122) - (xy 114.355 77.825878) - (xy 114.396312 78.033566) - (xy 114.477348 78.229203) - (xy 114.594993 78.405272) - (xy 114.744728 78.555007) - (xy 114.920797 78.672652) - (xy 115.116434 78.753688) - (xy 115.324122 78.795) - (xy 115.535878 78.795) - (xy 115.743566 78.753688) - (xy 115.939203 78.672652) - (xy 116.115272 78.555007) - (xy 116.265007 78.405272) - (xy 116.382652 78.229203) - (xy 116.463688 78.033566) - (xy 116.505 77.825878) - (xy 116.505 77.614122) - (xy 116.463688 77.406434) - (xy 116.382652 77.210797) - (xy 116.265007 77.034728) - (xy 116.115272 76.884993) - (xy 115.939203 76.767348) - (xy 115.743566 76.686312) - (xy 115.535878 76.645) - (xy 115.324122 76.645) - (xy 115.116434 76.686312) - (xy 114.920797 76.767348) - (xy 114.744728 76.884993) - (xy 114.594993 77.034728) - (xy 114.477348 77.210797) - (xy 114.396312 77.406434) - (xy 114.355 77.614122) - (xy 113.965 77.614122) - (xy 113.923688 77.406434) - (xy 113.842652 77.210797) - (xy 113.725007 77.034728) - (xy 113.575272 76.884993) - (xy 113.399203 76.767348) - (xy 113.203566 76.686312) - (xy 112.995878 76.645) - (xy 112.784122 76.645) - (xy 112.576434 76.686312) - (xy 112.380797 76.767348) - (xy 112.204728 76.884993) - (xy 112.054993 77.034728) - (xy 111.937348 77.210797) - (xy 111.856312 77.406434) - (xy 111.815 77.614122) - (xy 111.425 77.614122) - (xy 111.383688 77.406434) - (xy 111.302652 77.210797) - (xy 111.185007 77.034728) - (xy 111.035272 76.884993) - (xy 110.859203 76.767348) - (xy 110.663566 76.686312) - (xy 110.455878 76.645) - (xy 110.244122 76.645) - (xy 110.036434 76.686312) - (xy 109.840797 76.767348) - (xy 109.664728 76.884993) - (xy 109.514993 77.034728) - (xy 109.397348 77.210797) - (xy 109.316312 77.406434) - (xy 109.275 77.614122) - (xy 108.885 77.614122) - (xy 108.843688 77.406434) - (xy 108.762652 77.210797) - (xy 108.645007 77.034728) - (xy 108.495272 76.884993) - (xy 108.319203 76.767348) - (xy 108.123566 76.686312) - (xy 107.915878 76.645) - (xy 107.704122 76.645) - (xy 107.496434 76.686312) - (xy 107.300797 76.767348) - (xy 107.124728 76.884993) - (xy 106.974993 77.034728) - (xy 106.857348 77.210797) - (xy 106.776312 77.406434) - (xy 106.735 77.614122) - (xy 106.345 77.614122) - (xy 106.303688 77.406434) - (xy 106.222652 77.210797) - (xy 106.105007 77.034728) - (xy 105.955272 76.884993) - (xy 105.779203 76.767348) - (xy 105.583566 76.686312) - (xy 105.375878 76.645) - (xy 105.164122 76.645) - (xy 104.956434 76.686312) - (xy 104.760797 76.767348) - (xy 104.584728 76.884993) - (xy 104.434993 77.034728) - (xy 104.317348 77.210797) - (xy 104.236312 77.406434) - (xy 104.195 77.614122) - (xy 103.805 77.614122) - (xy 103.763688 77.406434) - (xy 103.682652 77.210797) - (xy 103.565007 77.034728) - (xy 103.415272 76.884993) - (xy 103.239203 76.767348) - (xy 103.043566 76.686312) - (xy 102.835878 76.645) - (xy 102.624122 76.645) - (xy 102.416434 76.686312) - (xy 102.220797 76.767348) - (xy 102.044728 76.884993) - (xy 101.894993 77.034728) - (xy 101.777348 77.210797) - (xy 101.696312 77.406434) - (xy 101.655 77.614122) - (xy 101.265 77.614122) - (xy 101.223688 77.406434) - (xy 101.142652 77.210797) - (xy 101.025007 77.034728) - (xy 100.875272 76.884993) - (xy 100.699203 76.767348) - (xy 100.503566 76.686312) - (xy 100.295878 76.645) - (xy 100.084122 76.645) - (xy 99.876434 76.686312) - (xy 99.680797 76.767348) - (xy 99.504728 76.884993) - (xy 99.354993 77.034728) - (xy 99.237348 77.210797) - (xy 99.156312 77.406434) - (xy 99.115 77.614122) - (xy 98.725 77.614122) - (xy 98.683688 77.406434) - (xy 98.602652 77.210797) - (xy 98.485007 77.034728) - (xy 98.335272 76.884993) - (xy 98.159203 76.767348) - (xy 97.963566 76.686312) - (xy 97.755878 76.645) - (xy 97.544122 76.645) - (xy 97.336434 76.686312) - (xy 97.140797 76.767348) - (xy 96.964728 76.884993) - (xy 96.814993 77.034728) - (xy 96.697348 77.210797) - (xy 96.616312 77.406434) - (xy 96.575 77.614122) - (xy 96.185 77.614122) - (xy 96.143688 77.406434) - (xy 96.062652 77.210797) - (xy 95.945007 77.034728) - (xy 95.795272 76.884993) - (xy 95.619203 76.767348) - (xy 95.423566 76.686312) - (xy 95.215878 76.645) - (xy 95.004122 76.645) - (xy 94.796434 76.686312) - (xy 94.600797 76.767348) - (xy 94.424728 76.884993) - (xy 94.274993 77.034728) - (xy 94.157348 77.210797) - (xy 94.076312 77.406434) - (xy 94.035 77.614122) - (xy 93.646088 77.614122) - (xy 93.646088 77.12) - (xy 93.63694 77.02712) - (xy 93.609848 76.937809) - (xy 93.565853 76.8555) - (xy 93.506645 76.783355) - (xy 93.4345 76.724147) - (xy 93.352191 76.680152) - (xy 93.26288 76.65306) - (xy 93.17 76.643912) - (xy 91.97 76.643912) - (xy 91.87712 76.65306) - (xy 91.787809 76.680152) - (xy 91.7055 76.724147) - (xy 91.633355 76.783355) - (xy 91.574147 76.8555) - (xy 91.530152 76.937809) - (xy 91.50306 77.02712) - (xy 91.493912 77.12) - (xy 85.667067 77.12) - (xy 85.694034 77.101982) - (xy 85.801982 76.994034) - (xy 85.886796 76.8671) - (xy 85.945217 76.726059) - (xy 85.975 76.576331) - (xy 85.975 76.423669) - (xy 85.945217 76.273941) - (xy 85.886796 76.1329) - (xy 85.801982 76.005966) - (xy 85.694034 75.898018) - (xy 85.5671 75.813204) - (xy 85.426059 75.754783) - (xy 85.276331 75.725) - (xy 85.123669 75.725) - (xy 84.973941 75.754783) - (xy 84.8329 75.813204) - (xy 84.705966 75.898018) - (xy 84.598018 76.005966) - (xy 84.513204 76.1329) - (xy 84.454783 76.273941) - (xy 84.425 76.423669) - (xy 83.816097 76.423669) - (xy 83.799824 76.341863) - (xy 83.760249 76.246319) - (xy 83.702794 76.160332) - (xy 83.629668 76.087206) - (xy 83.543681 76.029751) - (xy 83.448137 75.990176) - (xy 83.346708 75.97) - (xy 83.243292 75.97) - (xy 83.141863 75.990176) - (xy 83.046319 76.029751) - (xy 82.960332 76.087206) - (xy 82.887206 76.160332) - (xy 82.829751 76.246319) - (xy 82.790176 76.341863) - (xy 82.77 76.443292) - (xy 82.524006 76.443292) - (xy 82.504824 76.346863) - (xy 82.465249 76.251319) - (xy 82.407794 76.165332) - (xy 82.334668 76.092206) - (xy 82.248681 76.034751) - (xy 82.153137 75.995176) - (xy 82.051708 75.975) - (xy 81.948292 75.975) - (xy 81.846863 75.995176) - (xy 81.751319 76.034751) - (xy 81.665332 76.092206) - (xy 81.592206 76.165332) - (xy 81.534751 76.251319) - (xy 81.495176 76.346863) - (xy 81.475 76.448292) - (xy 80.025 76.448292) - (xy 80.004824 76.346863) - (xy 79.965249 76.251319) - (xy 79.907794 76.165332) - (xy 79.834668 76.092206) - (xy 79.748681 76.034751) - (xy 79.653137 75.995176) - (xy 79.551708 75.975) - (xy 79.448292 75.975) - (xy 79.346863 75.995176) - (xy 79.251319 76.034751) - (xy 79.165332 76.092206) - (xy 79.092206 76.165332) - (xy 79.034751 76.251319) - (xy 78.995176 76.346863) - (xy 78.975 76.448292) - (xy 78.725 76.448292) - (xy 78.704824 76.346863) - (xy 78.665249 76.251319) - (xy 78.607794 76.165332) - (xy 78.534668 76.092206) - (xy 78.448681 76.034751) - (xy 78.353137 75.995176) - (xy 78.251708 75.975) - (xy 78.148292 75.975) - (xy 78.046863 75.995176) - (xy 77.951319 76.034751) - (xy 77.865332 76.092206) - (xy 77.792206 76.165332) - (xy 77.734751 76.251319) - (xy 77.695176 76.346863) - (xy 77.675 76.448292) - (xy 76.225 76.448292) - (xy 76.204824 76.346863) - (xy 76.165249 76.251319) - (xy 76.107794 76.165332) - (xy 76.034668 76.092206) - (xy 75.948681 76.034751) - (xy 75.853137 75.995176) - (xy 75.751708 75.975) - (xy 75.648292 75.975) - (xy 75.546863 75.995176) - (xy 75.451319 76.034751) - (xy 75.365332 76.092206) - (xy 75.292206 76.165332) - (xy 75.234751 76.251319) - (xy 75.195176 76.346863) - (xy 75.175 76.448292) - (xy 74.925 76.448292) - (xy 74.904824 76.346863) - (xy 74.865249 76.251319) - (xy 74.807794 76.165332) - (xy 74.734668 76.092206) - (xy 74.648681 76.034751) - (xy 74.553137 75.995176) - (xy 74.451708 75.975) - (xy 74.348292 75.975) - (xy 74.246863 75.995176) - (xy 74.151319 76.034751) - (xy 74.065332 76.092206) - (xy 73.992206 76.165332) - (xy 73.934751 76.251319) - (xy 73.895176 76.346863) - (xy 73.875 76.448292) - (xy 72.375 76.448292) - (xy 72.354824 76.346863) - (xy 72.315249 76.251319) - (xy 72.257794 76.165332) - (xy 72.184668 76.092206) - (xy 72.098681 76.034751) - (xy 72.003137 75.995176) - (xy 71.901708 75.975) - (xy 71.798292 75.975) - (xy 71.696863 75.995176) - (xy 71.601319 76.034751) - (xy 71.515332 76.092206) - (xy 71.442206 76.165332) - (xy 71.384751 76.251319) - (xy 71.345176 76.346863) - (xy 71.325 76.448292) - (xy 71.125 76.448292) - (xy 71.104824 76.346863) - (xy 71.065249 76.251319) - (xy 71.007794 76.165332) - (xy 70.934668 76.092206) - (xy 70.848681 76.034751) - (xy 70.753137 75.995176) - (xy 70.651708 75.975) - (xy 70.548292 75.975) - (xy 70.446863 75.995176) - (xy 70.351319 76.034751) - (xy 70.265332 76.092206) - (xy 70.192206 76.165332) - (xy 70.134751 76.251319) - (xy 70.095176 76.346863) - (xy 70.075 76.448292) - (xy 68.575 76.448292) - (xy 68.554824 76.346863) - (xy 68.515249 76.251319) - (xy 68.457794 76.165332) - (xy 68.384668 76.092206) - (xy 68.298681 76.034751) - (xy 68.203137 75.995176) - (xy 68.101708 75.975) - (xy 67.998292 75.975) - (xy 67.896863 75.995176) - (xy 67.801319 76.034751) - (xy 67.715332 76.092206) - (xy 67.642206 76.165332) - (xy 67.584751 76.251319) - (xy 67.545176 76.346863) - (xy 67.525 76.448292) - (xy 67.31 76.448292) - (xy 67.31 76.433292) - (xy 67.289824 76.331863) - (xy 67.250249 76.236319) - (xy 67.192794 76.150332) - (xy 67.119668 76.077206) - (xy 67.033681 76.019751) - (xy 66.938137 75.980176) - (xy 66.836708 75.96) - (xy 66.733292 75.96) - (xy 66.631863 75.980176) - (xy 66.536319 76.019751) - (xy 66.450332 76.077206) - (xy 66.377206 76.150332) - (xy 66.319751 76.236319) - (xy 66.280176 76.331863) - (xy 66.26 76.433292) - (xy 64.772017 76.433292) - (xy 64.754824 76.346863) - (xy 64.715249 76.251319) - (xy 64.657794 76.165332) - (xy 64.584668 76.092206) - (xy 64.498681 76.034751) - (xy 64.403137 75.995176) - (xy 64.301708 75.975) - (xy 64.198292 75.975) - (xy 64.096863 75.995176) - (xy 64.001319 76.034751) - (xy 63.915332 76.092206) - (xy 63.842206 76.165332) - (xy 63.784751 76.251319) - (xy 63.745176 76.346863) - (xy 63.725 76.448292) - (xy 63.638668 76.448292) - (xy 63.619551 76.352188) - (xy 63.579976 76.256644) - (xy 63.522521 76.170657) - (xy 63.449395 76.097531) - (xy 63.363408 76.040076) - (xy 63.267864 76.000501) - (xy 63.166435 75.980325) - (xy 63.063019 75.980325) - (xy 62.96159 76.000501) - (xy 62.866046 76.040076) - (xy 62.780059 76.097531) - (xy 62.706933 76.170657) - (xy 62.649478 76.256644) - (xy 62.609903 76.352188) - (xy 62.589727 76.453617) - (xy 60.575 76.453617) - (xy 60.575 76.423669) - (xy 60.545217 76.273941) - (xy 60.486796 76.1329) - (xy 60.401982 76.005966) - (xy 60.294034 75.898018) - (xy 60.1671 75.813204) - (xy 60.026059 75.754783) - (xy 59.876331 75.725) - (xy 59.723669 75.725) - (xy 59.573941 75.754783) - (xy 59.4329 75.813204) - (xy 59.305966 75.898018) - (xy 59.198018 76.005966) - (xy 59.138103 76.095635) - (xy 59.134674 76.092206) - (xy 59.048687 76.034751) - (xy 58.953143 75.995176) - (xy 58.851714 75.975) - (xy 58.748298 75.975) - (xy 58.646869 75.995176) - (xy 58.551325 76.034751) - (xy 58.465338 76.092206) - (xy 58.392212 76.165332) - (xy 58.334757 76.251319) - (xy 58.295182 76.346863) - (xy 58.275006 76.448292) - (xy 50.275 76.448292) - (xy 50.275 75.074122) - (xy 91.495 75.074122) - (xy 91.495 75.285878) - (xy 91.536312 75.493566) - (xy 91.617348 75.689203) - (xy 91.734993 75.865272) - (xy 91.884728 76.015007) - (xy 92.060797 76.132652) - (xy 92.256434 76.213688) - (xy 92.464122 76.255) - (xy 92.675878 76.255) - (xy 92.883566 76.213688) - (xy 92.901752 76.206155) - (xy 94.331333 76.206155) - (xy 94.416241 76.432606) - (xy 94.673943 76.543883) - (xy 94.948402 76.602747) - (xy 95.229071 76.606936) - (xy 95.505165 76.556288) - (xy 95.766072 76.45275) - (xy 95.803759 76.432606) - (xy 95.888667 76.206155) - (xy 96.871333 76.206155) - (xy 96.956241 76.432606) - (xy 97.213943 76.543883) - (xy 97.488402 76.602747) - (xy 97.769071 76.606936) - (xy 98.045165 76.556288) - (xy 98.306072 76.45275) - (xy 98.343759 76.432606) - (xy 98.428667 76.206155) - (xy 99.411333 76.206155) - (xy 99.496241 76.432606) - (xy 99.753943 76.543883) - (xy 100.028402 76.602747) - (xy 100.309071 76.606936) - (xy 100.585165 76.556288) - (xy 100.846072 76.45275) - (xy 100.883759 76.432606) - (xy 100.968667 76.206155) - (xy 101.951333 76.206155) - (xy 102.036241 76.432606) - (xy 102.293943 76.543883) - (xy 102.568402 76.602747) - (xy 102.849071 76.606936) - (xy 103.125165 76.556288) - (xy 103.386072 76.45275) - (xy 103.423759 76.432606) - (xy 103.508667 76.206155) - (xy 104.491333 76.206155) - (xy 104.576241 76.432606) - (xy 104.833943 76.543883) - (xy 105.108402 76.602747) - (xy 105.389071 76.606936) - (xy 105.665165 76.556288) - (xy 105.926072 76.45275) - (xy 105.963759 76.432606) - (xy 106.048667 76.206155) - (xy 107.031333 76.206155) - (xy 107.116241 76.432606) - (xy 107.373943 76.543883) - (xy 107.648402 76.602747) - (xy 107.929071 76.606936) - (xy 108.205165 76.556288) - (xy 108.466072 76.45275) - (xy 108.503759 76.432606) - (xy 108.588667 76.206155) - (xy 109.571333 76.206155) - (xy 109.656241 76.432606) - (xy 109.913943 76.543883) - (xy 110.188402 76.602747) - (xy 110.469071 76.606936) - (xy 110.745165 76.556288) - (xy 111.006072 76.45275) - (xy 111.043759 76.432606) - (xy 111.128667 76.206155) - (xy 112.111333 76.206155) - (xy 112.196241 76.432606) - (xy 112.453943 76.543883) - (xy 112.728402 76.602747) - (xy 113.009071 76.606936) - (xy 113.285165 76.556288) - (xy 113.546072 76.45275) - (xy 113.583759 76.432606) - (xy 113.668667 76.206155) - (xy 112.89 75.427487) - (xy 112.111333 76.206155) - (xy 111.128667 76.206155) - (xy 110.35 75.427487) - (xy 109.571333 76.206155) - (xy 108.588667 76.206155) - (xy 107.81 75.427487) - (xy 107.031333 76.206155) - (xy 106.048667 76.206155) - (xy 105.27 75.427487) - (xy 104.491333 76.206155) - (xy 103.508667 76.206155) - (xy 102.73 75.427487) - (xy 101.951333 76.206155) - (xy 100.968667 76.206155) - (xy 100.19 75.427487) - (xy 99.411333 76.206155) - (xy 98.428667 76.206155) - (xy 97.65 75.427487) - (xy 96.871333 76.206155) - (xy 95.888667 76.206155) - (xy 95.11 75.427487) - (xy 94.331333 76.206155) - (xy 92.901752 76.206155) - (xy 93.079203 76.132652) - (xy 93.255272 76.015007) - (xy 93.405007 75.865272) - (xy 93.522652 75.689203) - (xy 93.603688 75.493566) - (xy 93.642375 75.299071) - (xy 93.683064 75.299071) - (xy 93.733712 75.575165) - (xy 93.83725 75.836072) - (xy 93.857394 75.873759) - (xy 94.083845 75.958667) - (xy 94.862513 75.18) - (xy 95.357487 75.18) - (xy 96.136155 75.958667) - (xy 96.362606 75.873759) - (xy 96.378151 75.837758) - (xy 96.397394 75.873759) - (xy 96.623845 75.958667) - (xy 97.402513 75.18) - (xy 97.897487 75.18) - (xy 98.676155 75.958667) - (xy 98.902606 75.873759) - (xy 98.918151 75.837758) - (xy 98.937394 75.873759) - (xy 99.163845 75.958667) - (xy 99.942513 75.18) - (xy 100.437487 75.18) - (xy 101.216155 75.958667) - (xy 101.442606 75.873759) - (xy 101.458151 75.837758) - (xy 101.477394 75.873759) - (xy 101.703845 75.958667) - (xy 102.482513 75.18) - (xy 102.977487 75.18) - (xy 103.756155 75.958667) - (xy 103.982606 75.873759) - (xy 103.998151 75.837758) - (xy 104.017394 75.873759) - (xy 104.243845 75.958667) - (xy 105.022513 75.18) - (xy 105.517487 75.18) - (xy 106.296155 75.958667) - (xy 106.522606 75.873759) - (xy 106.538151 75.837758) - (xy 106.557394 75.873759) - (xy 106.783845 75.958667) - (xy 107.562513 75.18) - (xy 108.057487 75.18) - (xy 108.836155 75.958667) - (xy 109.062606 75.873759) - (xy 109.078151 75.837758) - (xy 109.097394 75.873759) - (xy 109.323845 75.958667) - (xy 110.102513 75.18) - (xy 110.597487 75.18) - (xy 111.376155 75.958667) - (xy 111.602606 75.873759) - (xy 111.618151 75.837758) - (xy 111.637394 75.873759) - (xy 111.863845 75.958667) - (xy 112.642513 75.18) - (xy 113.137487 75.18) - (xy 113.916155 75.958667) - (xy 114.142606 75.873759) - (xy 114.253883 75.616057) - (xy 114.312747 75.341598) - (xy 114.316739 75.074122) - (xy 114.355 75.074122) - (xy 114.355 75.285878) - (xy 114.396312 75.493566) - (xy 114.477348 75.689203) - (xy 114.594993 75.865272) - (xy 114.744728 76.015007) - (xy 114.920797 76.132652) - (xy 115.116434 76.213688) - (xy 115.324122 76.255) - (xy 115.535878 76.255) - (xy 115.743566 76.213688) - (xy 115.939203 76.132652) - (xy 116.115272 76.015007) - (xy 116.265007 75.865272) - (xy 116.382652 75.689203) - (xy 116.463688 75.493566) - (xy 116.505 75.285878) - (xy 116.505 75.074122) - (xy 116.463688 74.866434) - (xy 116.382652 74.670797) - (xy 116.265007 74.494728) - (xy 116.115272 74.344993) - (xy 115.939203 74.227348) - (xy 115.743566 74.146312) - (xy 115.535878 74.105) - (xy 115.324122 74.105) - (xy 115.116434 74.146312) - (xy 114.920797 74.227348) - (xy 114.744728 74.344993) - (xy 114.594993 74.494728) - (xy 114.477348 74.670797) - (xy 114.396312 74.866434) - (xy 114.355 75.074122) - (xy 114.316739 75.074122) - (xy 114.316936 75.060929) - (xy 114.266288 74.784835) - (xy 114.16275 74.523928) - (xy 114.142606 74.486241) - (xy 113.916155 74.401333) - (xy 113.137487 75.18) - (xy 112.642513 75.18) - (xy 111.863845 74.401333) - (xy 111.637394 74.486241) - (xy 111.621849 74.522242) - (xy 111.602606 74.486241) - (xy 111.376155 74.401333) - (xy 110.597487 75.18) - (xy 110.102513 75.18) - (xy 109.323845 74.401333) - (xy 109.097394 74.486241) - (xy 109.081849 74.522242) - (xy 109.062606 74.486241) - (xy 108.836155 74.401333) - (xy 108.057487 75.18) - (xy 107.562513 75.18) - (xy 106.783845 74.401333) - (xy 106.557394 74.486241) - (xy 106.541849 74.522242) - (xy 106.522606 74.486241) - (xy 106.296155 74.401333) - (xy 105.517487 75.18) - (xy 105.022513 75.18) - (xy 104.243845 74.401333) - (xy 104.017394 74.486241) - (xy 104.001849 74.522242) - (xy 103.982606 74.486241) - (xy 103.756155 74.401333) - (xy 102.977487 75.18) - (xy 102.482513 75.18) - (xy 101.703845 74.401333) - (xy 101.477394 74.486241) - (xy 101.461849 74.522242) - (xy 101.442606 74.486241) - (xy 101.216155 74.401333) - (xy 100.437487 75.18) - (xy 99.942513 75.18) - (xy 99.163845 74.401333) - (xy 98.937394 74.486241) - (xy 98.921849 74.522242) - (xy 98.902606 74.486241) - (xy 98.676155 74.401333) - (xy 97.897487 75.18) - (xy 97.402513 75.18) - (xy 96.623845 74.401333) - (xy 96.397394 74.486241) - (xy 96.381849 74.522242) - (xy 96.362606 74.486241) - (xy 96.136155 74.401333) - (xy 95.357487 75.18) - (xy 94.862513 75.18) - (xy 94.083845 74.401333) - (xy 93.857394 74.486241) - (xy 93.746117 74.743943) - (xy 93.687253 75.018402) - (xy 93.683064 75.299071) - (xy 93.642375 75.299071) - (xy 93.645 75.285878) - (xy 93.645 75.074122) - (xy 93.603688 74.866434) - (xy 93.522652 74.670797) - (xy 93.405007 74.494728) - (xy 93.255272 74.344993) - (xy 93.079203 74.227348) - (xy 92.901753 74.153845) - (xy 94.331333 74.153845) - (xy 95.11 74.932513) - (xy 95.888667 74.153845) - (xy 96.871333 74.153845) - (xy 97.65 74.932513) - (xy 98.428667 74.153845) - (xy 99.411333 74.153845) - (xy 100.19 74.932513) - (xy 100.968667 74.153845) - (xy 101.951333 74.153845) - (xy 102.73 74.932513) - (xy 103.508667 74.153845) - (xy 104.491333 74.153845) - (xy 105.27 74.932513) - (xy 106.048667 74.153845) - (xy 107.031333 74.153845) - (xy 107.81 74.932513) - (xy 108.588667 74.153845) - (xy 109.571333 74.153845) - (xy 110.35 74.932513) - (xy 111.128667 74.153845) - (xy 112.111333 74.153845) - (xy 112.89 74.932513) - (xy 113.668667 74.153845) - (xy 113.583759 73.927394) - (xy 113.326057 73.816117) - (xy 113.051598 73.757253) - (xy 112.770929 73.753064) - (xy 112.494835 73.803712) - (xy 112.233928 73.90725) - (xy 112.196241 73.927394) - (xy 112.111333 74.153845) - (xy 111.128667 74.153845) - (xy 111.043759 73.927394) - (xy 110.786057 73.816117) - (xy 110.511598 73.757253) - (xy 110.230929 73.753064) - (xy 109.954835 73.803712) - (xy 109.693928 73.90725) - (xy 109.656241 73.927394) - (xy 109.571333 74.153845) - (xy 108.588667 74.153845) - (xy 108.503759 73.927394) - (xy 108.246057 73.816117) - (xy 107.971598 73.757253) - (xy 107.690929 73.753064) - (xy 107.414835 73.803712) - (xy 107.153928 73.90725) - (xy 107.116241 73.927394) - (xy 107.031333 74.153845) - (xy 106.048667 74.153845) - (xy 105.963759 73.927394) - (xy 105.706057 73.816117) - (xy 105.431598 73.757253) - (xy 105.150929 73.753064) - (xy 104.874835 73.803712) - (xy 104.613928 73.90725) - (xy 104.576241 73.927394) - (xy 104.491333 74.153845) - (xy 103.508667 74.153845) - (xy 103.423759 73.927394) - (xy 103.166057 73.816117) - (xy 102.891598 73.757253) - (xy 102.610929 73.753064) - (xy 102.334835 73.803712) - (xy 102.073928 73.90725) - (xy 102.036241 73.927394) - (xy 101.951333 74.153845) - (xy 100.968667 74.153845) - (xy 100.883759 73.927394) - (xy 100.626057 73.816117) - (xy 100.351598 73.757253) - (xy 100.070929 73.753064) - (xy 99.794835 73.803712) - (xy 99.533928 73.90725) - (xy 99.496241 73.927394) - (xy 99.411333 74.153845) - (xy 98.428667 74.153845) - (xy 98.343759 73.927394) - (xy 98.086057 73.816117) - (xy 97.811598 73.757253) - (xy 97.530929 73.753064) - (xy 97.254835 73.803712) - (xy 96.993928 73.90725) - (xy 96.956241 73.927394) - (xy 96.871333 74.153845) - (xy 95.888667 74.153845) - (xy 95.803759 73.927394) - (xy 95.546057 73.816117) - (xy 95.271598 73.757253) - (xy 94.990929 73.753064) - (xy 94.714835 73.803712) - (xy 94.453928 73.90725) - (xy 94.416241 73.927394) - (xy 94.331333 74.153845) - (xy 92.901753 74.153845) - (xy 92.883566 74.146312) - (xy 92.675878 74.105) - (xy 92.464122 74.105) - (xy 92.256434 74.146312) - (xy 92.060797 74.227348) - (xy 91.884728 74.344993) - (xy 91.734993 74.494728) - (xy 91.617348 74.670797) - (xy 91.536312 74.866434) - (xy 91.495 75.074122) - (xy 50.275 75.074122) - (xy 50.275 75.013454) - (xy 50.347236 74.276732) - (xy 50.557285 73.581016) - (xy 50.898467 72.939347) - (xy 51.357782 72.376169) - (xy 51.917745 71.912928) - (xy 52.557013 71.567277) - (xy 53.251249 71.352375) - (xy 53.986963 71.275047) - (xy 54.000379 71.275) - (xy 125.986546 71.275) - ) - ) - ) - (zone (net 7) (net_name "/SHLD") (layer "In2.Cu") (tstamp 00000000-0000-0000-0000-00005faf539c) (hatch edge 0.508) - (priority 2) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.2) (filled_areas_thickness no) - (fill yes (thermal_gap 0.3) (thermal_bridge_width 0.3) (smoothing fillet) (radius 0.5)) - (polygon - (pts - (xy 56.8 90.7) - (xy 56.8 100.3) - (xy 50 100.3) - (xy 50 90.7) - ) - ) - (filled_polygon - (layer "In2.Cu") - (pts - (xy 56.403307 90.814464) - (xy 56.499567 90.854336) - (xy 56.582232 90.917768) - (xy 56.645664 91.000433) - (xy 56.685536 91.096693) - (xy 56.7 91.206559) - (xy 56.7 99.793441) - (xy 56.685536 99.903307) - (xy 56.645664 99.999567) - (xy 56.582232 100.082232) - (xy 56.499567 100.145664) - (xy 56.403307 100.185536) - (xy 56.293441 100.2) - (xy 50.506559 100.2) - (xy 50.396693 100.185536) - (xy 50.300433 100.145664) - (xy 50.25 100.106965) - (xy 50.25 98.333377) - (xy 54.6751 98.333377) - (xy 54.6751 98.446623) - (xy 54.697193 98.557692) - (xy 54.74053 98.662317) - (xy 54.803446 98.756478) - (xy 54.883522 98.836554) - (xy 54.977683 98.89947) - (xy 55.082308 98.942807) - (xy 55.193377 98.9649) - (xy 55.306623 98.9649) - (xy 55.417692 98.942807) - (xy 55.522317 98.89947) - (xy 55.616478 98.836554) - (xy 55.696554 98.756478) - (xy 55.75947 98.662317) - (xy 55.802807 98.557692) - (xy 55.8249 98.446623) - (xy 55.8249 98.333377) - (xy 55.802807 98.222308) - (xy 55.75947 98.117683) - (xy 55.696554 98.023522) - (xy 55.616478 97.943446) - (xy 55.522317 97.88053) - (xy 55.417692 97.837193) - (xy 55.306623 97.8151) - (xy 55.193377 97.8151) - (xy 55.082308 97.837193) - (xy 54.977683 97.88053) - (xy 54.883522 97.943446) - (xy 54.803446 98.023522) - (xy 54.74053 98.117683) - (xy 54.697193 98.222308) - (xy 54.6751 98.333377) - (xy 50.25 98.333377) - (xy 50.25 95.19584) - (xy 54.9501 95.19584) - (xy 54.9501 95.30416) - (xy 54.971232 95.4104) - (xy 55.012685 95.510475) - (xy 55.072865 95.600541) - (xy 55.149459 95.677135) - (xy 55.239525 95.737315) - (xy 55.330503 95.775) - (xy 55.239525 95.812685) - (xy 55.149459 95.872865) - (xy 55.072865 95.949459) - (xy 55.012685 96.039525) - (xy 54.971232 96.1396) - (xy 54.9501 96.24584) - (xy 54.9501 96.35416) - (xy 54.971232 96.4604) - (xy 55.012685 96.560475) - (xy 55.072865 96.650541) - (xy 55.149459 96.727135) - (xy 55.239525 96.787315) - (xy 55.3396 96.828768) - (xy 55.44584 96.8499) - (xy 55.55416 96.8499) - (xy 55.6604 96.828768) - (xy 55.760475 96.787315) - (xy 55.850541 96.727135) - (xy 55.927135 96.650541) - (xy 55.987315 96.560475) - (xy 56.028768 96.4604) - (xy 56.0499 96.35416) - (xy 56.0499 96.24584) - (xy 56.028768 96.1396) - (xy 55.987315 96.039525) - (xy 55.927135 95.949459) - (xy 55.850541 95.872865) - (xy 55.760475 95.812685) - (xy 55.669497 95.775) - (xy 55.760475 95.737315) - (xy 55.850541 95.677135) - (xy 55.927135 95.600541) - (xy 55.987315 95.510475) - (xy 56.028768 95.4104) - (xy 56.0499 95.30416) - (xy 56.0499 95.19584) - (xy 56.028768 95.0896) - (xy 55.987315 94.989525) - (xy 55.927135 94.899459) - (xy 55.850541 94.822865) - (xy 55.760475 94.762685) - (xy 55.6604 94.721232) - (xy 55.55416 94.7001) - (xy 55.44584 94.7001) - (xy 55.3396 94.721232) - (xy 55.239525 94.762685) - (xy 55.149459 94.822865) - (xy 55.072865 94.899459) - (xy 55.012685 94.989525) - (xy 54.971232 95.0896) - (xy 54.9501 95.19584) - (xy 50.25 95.19584) - (xy 50.25 94.49584) - (xy 53.8501 94.49584) - (xy 53.8501 94.60416) - (xy 53.871232 94.7104) - (xy 53.912685 94.810475) - (xy 53.972865 94.900541) - (xy 54.049459 94.977135) - (xy 54.139525 95.037315) - (xy 54.2396 95.078768) - (xy 54.34584 95.0999) - (xy 54.45416 95.0999) - (xy 54.5604 95.078768) - (xy 54.660475 95.037315) - (xy 54.750541 94.977135) - (xy 54.827135 94.900541) - (xy 54.887315 94.810475) - (xy 54.928768 94.7104) - (xy 54.9499 94.60416) - (xy 54.9499 94.49584) - (xy 54.928768 94.3896) - (xy 54.887315 94.289525) - (xy 54.827135 94.199459) - (xy 54.750541 94.122865) - (xy 54.660475 94.062685) - (xy 54.5604 94.021232) - (xy 54.45416 94.0001) - (xy 54.34584 94.0001) - (xy 54.2396 94.021232) - (xy 54.139525 94.062685) - (xy 54.049459 94.122865) - (xy 53.972865 94.199459) - (xy 53.912685 94.289525) - (xy 53.871232 94.3896) - (xy 53.8501 94.49584) - (xy 50.25 94.49584) - (xy 50.25 92.553377) - (xy 54.6751 92.553377) - (xy 54.6751 92.666623) - (xy 54.697193 92.777692) - (xy 54.74053 92.882317) - (xy 54.803446 92.976478) - (xy 54.883522 93.056554) - (xy 54.977683 93.11947) - (xy 55.082308 93.162807) - (xy 55.193377 93.1849) - (xy 55.306623 93.1849) - (xy 55.417692 93.162807) - (xy 55.522317 93.11947) - (xy 55.616478 93.056554) - (xy 55.696554 92.976478) - (xy 55.75947 92.882317) - (xy 55.802807 92.777692) - (xy 55.8249 92.666623) - (xy 55.8249 92.553377) - (xy 55.802807 92.442308) - (xy 55.75947 92.337683) - (xy 55.696554 92.243522) - (xy 55.616478 92.163446) - (xy 55.522317 92.10053) - (xy 55.417692 92.057193) - (xy 55.306623 92.0351) - (xy 55.193377 92.0351) - (xy 55.082308 92.057193) - (xy 54.977683 92.10053) - (xy 54.883522 92.163446) - (xy 54.803446 92.243522) - (xy 54.74053 92.337683) - (xy 54.697193 92.442308) - (xy 54.6751 92.553377) - (xy 50.25 92.553377) - (xy 50.25 90.893035) - (xy 50.300433 90.854336) - (xy 50.396693 90.814464) - (xy 50.506559 90.8) - (xy 56.293441 90.8) - ) - ) - ) - (zone (net 2) (net_name "+3V3") (layer "In2.Cu") (tstamp 00000000-0000-0000-0000-00005faf53c6) (hatch edge 0.508) - (connect_pads (clearance 0.1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 50 71) - (xy 130 71) - (xy 129.75 120) - (xy 50 120) - ) - ) - (filled_polygon - (layer "In2.Cu") - (pts - (xy 124.898319 71.368244) - (xy 124.210967 71.652954) - (xy 123.592366 72.06629) - (xy 123.06629 72.592366) - (xy 122.652954 73.210967) - (xy 122.368244 73.898319) - (xy 122.2231 74.628008) - (xy 122.2231 75.371992) - (xy 122.368244 76.101681) - (xy 122.652954 76.789033) - (xy 123.06629 77.407634) - (xy 123.592366 77.93371) - (xy 124.210967 78.347046) - (xy 124.898319 78.631756) - (xy 125.628008 78.7769) - (xy 126.371992 78.7769) - (xy 127.101681 78.631756) - (xy 127.789033 78.347046) - (xy 128.407634 77.93371) - (xy 128.93371 77.407634) - (xy 129.347046 76.789033) - (xy 129.631756 76.101681) - (xy 129.723 75.642966) - (xy 129.723001 100.399683) - (xy 129.648596 114.98298) - (xy 129.631756 114.898319) - (xy 129.347046 114.210967) - (xy 128.93371 113.592366) - (xy 128.407634 113.06629) - (xy 127.789033 112.652954) - (xy 127.101681 112.368244) - (xy 126.371992 112.2231) - (xy 125.628008 112.2231) - (xy 124.898319 112.368244) - (xy 124.210967 112.652954) - (xy 123.592366 113.06629) - (xy 123.06629 113.592366) - (xy 122.652954 114.210967) - (xy 122.368244 114.898319) - (xy 122.2231 115.628008) - (xy 122.2231 116.371992) - (xy 122.368244 117.101681) - (xy 122.652954 117.789033) - (xy 123.06629 118.407634) - (xy 123.592366 118.93371) - (xy 124.210967 119.347046) - (xy 124.898319 119.631756) - (xy 125.357034 119.723) - (xy 77.661351 119.723) - (xy 77.70473 119.618275) - (xy 77.7269 119.50682) - (xy 77.7269 119.39318) - (xy 77.70473 119.281725) - (xy 77.661242 119.176736) - (xy 77.598107 119.082248) - (xy 77.565859 119.05) - (xy 77.598107 119.017752) - (xy 77.661242 118.923264) - (xy 77.70473 118.818275) - (xy 77.7269 118.70682) - (xy 77.7269 118.59318) - (xy 77.70473 118.481725) - (xy 77.661242 118.376736) - (xy 77.598107 118.282248) - (xy 77.517752 118.201893) - (xy 77.423264 118.138758) - (xy 77.318275 118.09527) - (xy 77.20682 118.0731) - (xy 77.09318 118.0731) - (xy 76.981725 118.09527) - (xy 76.876736 118.138758) - (xy 76.782248 118.201893) - (xy 76.701893 118.282248) - (xy 76.638758 118.376736) - (xy 76.59527 118.481725) - (xy 76.5731 118.59318) - (xy 76.5731 118.70682) - (xy 76.59527 118.818275) - (xy 76.638758 118.923264) - (xy 76.701893 119.017752) - (xy 76.734141 119.05) - (xy 76.701893 119.082248) - (xy 76.638758 119.176736) - (xy 76.59527 119.281725) - (xy 76.5731 119.39318) - (xy 76.5731 119.50682) - (xy 76.59527 119.618275) - (xy 76.638649 119.723) - (xy 75.375227 119.723) - (xy 75.427099 119.645368) - (xy 75.493201 119.485782) - (xy 75.5269 119.316367) - (xy 75.5269 119.143633) - (xy 75.493201 118.974218) - (xy 75.427099 118.814632) - (xy 75.331133 118.671009) - (xy 75.208991 118.548867) - (xy 75.065368 118.452901) - (xy 74.905782 118.386799) - (xy 74.736367 118.3531) - (xy 74.563633 118.3531) - (xy 74.394218 118.386799) - (xy 74.234632 118.452901) - (xy 74.091009 118.548867) - (xy 73.968867 118.671009) - (xy 73.872901 118.814632) - (xy 73.806799 118.974218) - (xy 73.7731 119.143633) - (xy 73.7731 119.316367) - (xy 73.806799 119.485782) - (xy 73.872901 119.645368) - (xy 73.924773 119.723) - (xy 72.661351 119.723) - (xy 72.70473 119.618275) - (xy 72.7269 119.50682) - (xy 72.7269 119.39318) - (xy 72.70473 119.281725) - (xy 72.661242 119.176736) - (xy 72.598107 119.082248) - (xy 72.565859 119.05) - (xy 72.598107 119.017752) - (xy 72.661242 118.923264) - (xy 72.70473 118.818275) - (xy 72.7269 118.70682) - (xy 72.7269 118.59318) - (xy 72.70473 118.481725) - (xy 72.661242 118.376736) - (xy 72.598107 118.282248) - (xy 72.517752 118.201893) - (xy 72.423264 118.138758) - (xy 72.318275 118.09527) - (xy 72.20682 118.0731) - (xy 72.09318 118.0731) - (xy 71.981725 118.09527) - (xy 71.876736 118.138758) - (xy 71.782248 118.201893) - (xy 71.701893 118.282248) - (xy 71.638758 118.376736) - (xy 71.59527 118.481725) - (xy 71.5731 118.59318) - (xy 71.5731 118.70682) - (xy 71.59527 118.818275) - (xy 71.638758 118.923264) - (xy 71.701893 119.017752) - (xy 71.734141 119.05) - (xy 71.701893 119.082248) - (xy 71.638758 119.176736) - (xy 71.59527 119.281725) - (xy 71.5731 119.39318) - (xy 71.5731 119.50682) - (xy 71.59527 119.618275) - (xy 71.638649 119.723) - (xy 54.642966 119.723) - (xy 55.101681 119.631756) - (xy 55.789033 119.347046) - (xy 56.407634 118.93371) - (xy 56.93371 118.407634) - (xy 57.347046 117.789033) - (xy 57.445981 117.55018) - (xy 63.044947 117.55018) - (xy 63.0481 117.582194) - (xy 63.0481 117.582202) - (xy 63.057533 117.677975) - (xy 63.094809 117.800858) - (xy 63.155343 117.914109) - (xy 63.236808 118.013373) - (xy 63.261685 118.033789) - (xy 64.06621 118.838315) - (xy 64.086627 118.863193) - (xy 64.185891 118.944657) - (xy 64.299142 119.005191) - (xy 64.422025 119.042467) - (xy 64.517798 119.0519) - (xy 64.517806 119.0519) - (xy 64.54982 119.055053) - (xy 64.581834 119.0519) - (xy 70.433132 119.0519) - (xy 70.465146 119.055053) - (xy 70.49716 119.0519) - (xy 70.497168 119.0519) - (xy 70.592941 119.042467) - (xy 70.715824 119.005191) - (xy 70.829075 118.944657) - (xy 70.928339 118.863193) - (xy 70.94876 118.83831) - (xy 72.280998 117.506073) - (xy 72.306799 117.635782) - (xy 72.372901 117.795368) - (xy 72.468867 117.938991) - (xy 72.591009 118.061133) - (xy 72.734632 118.157099) - (xy 72.894218 118.223201) - (xy 73.063633 118.2569) - (xy 73.236367 118.2569) - (xy 73.405782 118.223201) - (xy 73.565368 118.157099) - (xy 73.708991 118.061133) - (xy 73.831133 117.938991) - (xy 73.927099 117.795368) - (xy 73.993201 117.635782) - (xy 74.0269 117.466367) - (xy 74.0269 117.293633) - (xy 73.993201 117.124218) - (xy 73.927099 116.964632) - (xy 73.831133 116.821009) - (xy 73.708991 116.698867) - (xy 73.6387 116.6519) - (xy 75.6613 116.6519) - (xy 75.591009 116.698867) - (xy 75.468867 116.821009) - (xy 75.372901 116.964632) - (xy 75.306799 117.124218) - (xy 75.2731 117.293633) - (xy 75.2731 117.466367) - (xy 75.306799 117.635782) - (xy 75.372901 117.795368) - (xy 75.468867 117.938991) - (xy 75.591009 118.061133) - (xy 75.734632 118.157099) - (xy 75.894218 118.223201) - (xy 76.063633 118.2569) - (xy 76.236367 118.2569) - (xy 76.405782 118.223201) - (xy 76.565368 118.157099) - (xy 76.708991 118.061133) - (xy 76.831133 117.938991) - (xy 76.927099 117.795368) - (xy 76.993201 117.635782) - (xy 77.0269 117.466367) - (xy 77.0269 117.298824) - (xy 78.366391 118.638316) - (xy 78.386807 118.663193) - (xy 78.486071 118.744657) - (xy 78.599322 118.805191) - (xy 78.722205 118.842467) - (xy 78.817978 118.8519) - (xy 78.817986 118.8519) - (xy 78.85 118.855053) - (xy 78.882014 118.8519) - (xy 116.267986 118.8519) - (xy 116.3 118.855053) - (xy 116.332014 118.8519) - (xy 116.332022 118.8519) - (xy 116.427795 118.842467) - (xy 116.550678 118.805191) - (xy 116.663929 118.744657) - (xy 116.763193 118.663193) - (xy 116.783614 118.63831) - (xy 119.438321 115.983605) - (xy 119.463193 115.963193) - (xy 119.544657 115.863929) - (xy 119.579492 115.798758) - (xy 119.605191 115.750679) - (xy 119.629176 115.671611) - (xy 119.642467 115.627795) - (xy 119.6519 115.532022) - (xy 119.655054 115.5) - (xy 119.6519 115.467978) - (xy 119.6519 111.24318) - (xy 122.0231 111.24318) - (xy 122.0231 111.35682) - (xy 122.04527 111.468275) - (xy 122.088758 111.573264) - (xy 122.151893 111.667752) - (xy 122.232248 111.748107) - (xy 122.326736 111.811242) - (xy 122.431725 111.85473) - (xy 122.54318 111.8769) - (xy 122.65682 111.8769) - (xy 122.768275 111.85473) - (xy 122.873264 111.811242) - (xy 122.967752 111.748107) - (xy 123.048107 111.667752) - (xy 123.111242 111.573264) - (xy 123.15473 111.468275) - (xy 123.1769 111.35682) - (xy 123.1769 111.24318) - (xy 123.15473 111.131725) - (xy 123.111242 111.026736) - (xy 123.048107 110.932248) - (xy 122.967752 110.851893) - (xy 122.873264 110.788758) - (xy 122.768275 110.74527) - (xy 122.65682 110.7231) - (xy 122.54318 110.7231) - (xy 122.431725 110.74527) - (xy 122.326736 110.788758) - (xy 122.232248 110.851893) - (xy 122.151893 110.932248) - (xy 122.088758 111.026736) - (xy 122.04527 111.131725) - (xy 122.0231 111.24318) - (xy 119.6519 111.24318) - (xy 119.6519 110.44318) - (xy 123.7231 110.44318) - (xy 123.7231 110.55682) - (xy 123.74527 110.668275) - (xy 123.788758 110.773264) - (xy 123.851893 110.867752) - (xy 123.932248 110.948107) - (xy 124.026736 111.011242) - (xy 124.131725 111.05473) - (xy 124.24318 111.0769) - (xy 124.35682 111.0769) - (xy 124.468275 111.05473) - (xy 124.573264 111.011242) - (xy 124.667752 110.948107) - (xy 124.748107 110.867752) - (xy 124.811242 110.773264) - (xy 124.85473 110.668275) - (xy 124.8769 110.55682) - (xy 124.8769 110.44318) - (xy 124.85473 110.331725) - (xy 124.811242 110.226736) - (xy 124.748107 110.132248) - (xy 124.667752 110.051893) - (xy 124.573264 109.988758) - (xy 124.468275 109.94527) - (xy 124.35682 109.9231) - (xy 124.24318 109.9231) - (xy 124.131725 109.94527) - (xy 124.026736 109.988758) - (xy 123.932248 110.051893) - (xy 123.851893 110.132248) - (xy 123.788758 110.226736) - (xy 123.74527 110.331725) - (xy 123.7231 110.44318) - (xy 119.6519 110.44318) - (xy 119.6519 108.44318) - (xy 125.1231 108.44318) - (xy 125.1231 108.55682) - (xy 125.14527 108.668275) - (xy 125.188758 108.773264) - (xy 125.251893 108.867752) - (xy 125.332248 108.948107) - (xy 125.426736 109.011242) - (xy 125.531725 109.05473) - (xy 125.64318 109.0769) - (xy 125.75682 109.0769) - (xy 125.868275 109.05473) - (xy 125.973264 109.011242) - (xy 126.067752 108.948107) - (xy 126.148107 108.867752) - (xy 126.211242 108.773264) - (xy 126.25473 108.668275) - (xy 126.2769 108.55682) - (xy 126.2769 108.44318) - (xy 126.25473 108.331725) - (xy 126.211242 108.226736) - (xy 126.148107 108.132248) - (xy 126.067752 108.051893) - (xy 125.973264 107.988758) - (xy 125.868275 107.94527) - (xy 125.75682 107.9231) - (xy 125.64318 107.9231) - (xy 125.531725 107.94527) - (xy 125.426736 107.988758) - (xy 125.332248 108.051893) - (xy 125.251893 108.132248) - (xy 125.188758 108.226736) - (xy 125.14527 108.331725) - (xy 125.1231 108.44318) - (xy 119.6519 108.44318) - (xy 119.6519 107.04318) - (xy 122.2231 107.04318) - (xy 122.2231 107.15682) - (xy 122.24527 107.268275) - (xy 122.288758 107.373264) - (xy 122.351893 107.467752) - (xy 122.432248 107.548107) - (xy 122.526736 107.611242) - (xy 122.631725 107.65473) - (xy 122.74318 107.6769) - (xy 122.85682 107.6769) - (xy 122.968275 107.65473) - (xy 123.073264 107.611242) - (xy 123.167752 107.548107) - (xy 123.248107 107.467752) - (xy 123.3 107.390089) - (xy 123.351893 107.467752) - (xy 123.432248 107.548107) - (xy 123.526736 107.611242) - (xy 123.631725 107.65473) - (xy 123.74318 107.6769) - (xy 123.85682 107.6769) - (xy 123.968275 107.65473) - (xy 124.073264 107.611242) - (xy 124.167752 107.548107) - (xy 124.248107 107.467752) - (xy 124.311242 107.373264) - (xy 124.35473 107.268275) - (xy 124.3769 107.15682) - (xy 124.3769 107.04318) - (xy 124.35473 106.931725) - (xy 124.311242 106.826736) - (xy 124.248107 106.732248) - (xy 124.167752 106.651893) - (xy 124.073264 106.588758) - (xy 123.968275 106.54527) - (xy 123.85682 106.5231) - (xy 123.74318 106.5231) - (xy 123.631725 106.54527) - (xy 123.526736 106.588758) - (xy 123.432248 106.651893) - (xy 123.351893 106.732248) - (xy 123.3 106.809911) - (xy 123.248107 106.732248) - (xy 123.167752 106.651893) - (xy 123.073264 106.588758) - (xy 122.968275 106.54527) - (xy 122.85682 106.5231) - (xy 122.74318 106.5231) - (xy 122.631725 106.54527) - (xy 122.526736 106.588758) - (xy 122.432248 106.651893) - (xy 122.351893 106.732248) - (xy 122.288758 106.826736) - (xy 122.24527 106.931725) - (xy 122.2231 107.04318) - (xy 119.6519 107.04318) - (xy 119.6519 106.14318) - (xy 127.2231 106.14318) - (xy 127.2231 106.25682) - (xy 127.24527 106.368275) - (xy 127.288758 106.473264) - (xy 127.351893 106.567752) - (xy 127.432248 106.648107) - (xy 127.435081 106.65) - (xy 127.432248 106.651893) - (xy 127.351893 106.732248) - (xy 127.288758 106.826736) - (xy 127.24527 106.931725) - (xy 127.2231 107.04318) - (xy 127.2231 107.15682) - (xy 127.24527 107.268275) - (xy 127.288758 107.373264) - (xy 127.351893 107.467752) - (xy 127.432248 107.548107) - (xy 127.526736 107.611242) - (xy 127.631725 107.65473) - (xy 127.74318 107.6769) - (xy 127.85682 107.6769) - (xy 127.968275 107.65473) - (xy 128.073264 107.611242) - (xy 128.167752 107.548107) - (xy 128.248107 107.467752) - (xy 128.311242 107.373264) - (xy 128.35473 107.268275) - (xy 128.3769 107.15682) - (xy 128.3769 107.04318) - (xy 128.35473 106.931725) - (xy 128.311242 106.826736) - (xy 128.248107 106.732248) - (xy 128.167752 106.651893) - (xy 128.164919 106.65) - (xy 128.167752 106.648107) - (xy 128.248107 106.567752) - (xy 128.311242 106.473264) - (xy 128.35473 106.368275) - (xy 128.3769 106.25682) - (xy 128.3769 106.14318) - (xy 128.35473 106.031725) - (xy 128.311242 105.926736) - (xy 128.248107 105.832248) - (xy 128.167752 105.751893) - (xy 128.073264 105.688758) - (xy 127.968275 105.64527) - (xy 127.85682 105.6231) - (xy 127.74318 105.6231) - (xy 127.631725 105.64527) - (xy 127.526736 105.688758) - (xy 127.432248 105.751893) - (xy 127.351893 105.832248) - (xy 127.288758 105.926736) - (xy 127.24527 106.031725) - (xy 127.2231 106.14318) - (xy 119.6519 106.14318) - (xy 119.6519 105.921665) - (xy 119.731725 105.95473) - (xy 119.84318 105.9769) - (xy 119.95682 105.9769) - (xy 120.068275 105.95473) - (xy 120.173264 105.911242) - (xy 120.267752 105.848107) - (xy 120.348107 105.767752) - (xy 120.411242 105.673264) - (xy 120.45473 105.568275) - (xy 120.4769 105.45682) - (xy 120.4769 105.34318) - (xy 120.45473 105.231725) - (xy 120.411242 105.126736) - (xy 120.348107 105.032248) - (xy 120.267752 104.951893) - (xy 120.173264 104.888758) - (xy 120.068275 104.84527) - (xy 119.95682 104.8231) - (xy 119.84318 104.8231) - (xy 119.731725 104.84527) - (xy 119.6519 104.878335) - (xy 119.6519 103.84318) - (xy 119.723092 103.84318) - (xy 119.723092 103.95682) - (xy 119.745262 104.068275) - (xy 119.78875 104.173264) - (xy 119.851885 104.267752) - (xy 119.93224 104.348107) - (xy 120.026728 104.411242) - (xy 120.131717 104.45473) - (xy 120.243172 104.4769) - (xy 120.356812 104.4769) - (xy 120.468267 104.45473) - (xy 120.573256 104.411242) - (xy 120.667744 104.348107) - (xy 120.672671 104.34318) - (xy 121.3231 104.34318) - (xy 121.3231 104.45682) - (xy 121.34527 104.568275) - (xy 121.388758 104.673264) - (xy 121.451893 104.767752) - (xy 121.532248 104.848107) - (xy 121.626736 104.911242) - (xy 121.731725 104.95473) - (xy 121.84318 104.9769) - (xy 121.95682 104.9769) - (xy 122.068275 104.95473) - (xy 122.173264 104.911242) - (xy 122.267752 104.848107) - (xy 122.348107 104.767752) - (xy 122.411242 104.673264) - (xy 122.45473 104.568275) - (xy 122.4769 104.45682) - (xy 122.4769 104.34318) - (xy 122.5231 104.34318) - (xy 122.5231 104.45682) - (xy 122.54527 104.568275) - (xy 122.588758 104.673264) - (xy 122.651893 104.767752) - (xy 122.732248 104.848107) - (xy 122.826736 104.911242) - (xy 122.931725 104.95473) - (xy 123.04318 104.9769) - (xy 123.15682 104.9769) - (xy 123.268275 104.95473) - (xy 123.373264 104.911242) - (xy 123.467752 104.848107) - (xy 123.548107 104.767752) - (xy 123.611242 104.673264) - (xy 123.65473 104.568275) - (xy 123.6769 104.45682) - (xy 123.6769 104.34318) - (xy 123.65473 104.231725) - (xy 123.611242 104.126736) - (xy 123.548107 104.032248) - (xy 123.467752 103.951893) - (xy 123.373264 103.888758) - (xy 123.268275 103.84527) - (xy 123.15682 103.8231) - (xy 123.04318 103.8231) - (xy 122.931725 103.84527) - (xy 122.826736 103.888758) - (xy 122.732248 103.951893) - (xy 122.651893 104.032248) - (xy 122.588758 104.126736) - (xy 122.54527 104.231725) - (xy 122.5231 104.34318) - (xy 122.4769 104.34318) - (xy 122.45473 104.231725) - (xy 122.411242 104.126736) - (xy 122.348107 104.032248) - (xy 122.267752 103.951893) - (xy 122.173264 103.888758) - (xy 122.068275 103.84527) - (xy 121.95682 103.8231) - (xy 121.84318 103.8231) - (xy 121.731725 103.84527) - (xy 121.626736 103.888758) - (xy 121.532248 103.951893) - (xy 121.451893 104.032248) - (xy 121.388758 104.126736) - (xy 121.34527 104.231725) - (xy 121.3231 104.34318) - (xy 120.672671 104.34318) - (xy 120.748099 104.267752) - (xy 120.811234 104.173264) - (xy 120.854722 104.068275) - (xy 120.876892 103.95682) - (xy 120.876892 103.84318) - (xy 120.854722 103.731725) - (xy 120.811234 103.626736) - (xy 120.761491 103.55229) - (xy 120.767752 103.548107) - (xy 120.848107 103.467752) - (xy 120.911242 103.373264) - (xy 120.95473 103.268275) - (xy 120.9769 103.15682) - (xy 120.9769 103.04318) - (xy 120.957009 102.94318) - (xy 121.3231 102.94318) - (xy 121.3231 103.05682) - (xy 121.34527 103.168275) - (xy 121.388758 103.273264) - (xy 121.451893 103.367752) - (xy 121.532248 103.448107) - (xy 121.626736 103.511242) - (xy 121.731725 103.55473) - (xy 121.84318 103.5769) - (xy 121.95682 103.5769) - (xy 122.068275 103.55473) - (xy 122.173264 103.511242) - (xy 122.267752 103.448107) - (xy 122.348107 103.367752) - (xy 122.411242 103.273264) - (xy 122.45473 103.168275) - (xy 122.4769 103.05682) - (xy 122.4769 102.94318) - (xy 122.5231 102.94318) - (xy 122.5231 103.05682) - (xy 122.54527 103.168275) - (xy 122.588758 103.273264) - (xy 122.651893 103.367752) - (xy 122.732248 103.448107) - (xy 122.826736 103.511242) - (xy 122.931725 103.55473) - (xy 123.04318 103.5769) - (xy 123.15682 103.5769) - (xy 123.268275 103.55473) - (xy 123.373264 103.511242) - (xy 123.467752 103.448107) - (xy 123.548107 103.367752) - (xy 123.611242 103.273264) - (xy 123.65473 103.168275) - (xy 123.6769 103.05682) - (xy 123.6769 102.94318) - (xy 124.4231 102.94318) - (xy 124.4231 103.05682) - (xy 124.44527 103.168275) - (xy 124.488758 103.273264) - (xy 124.540031 103.35) - (xy 124.488758 103.426736) - (xy 124.44527 103.531725) - (xy 124.4231 103.64318) - (xy 124.4231 103.75682) - (xy 124.44527 103.868275) - (xy 124.488758 103.973264) - (xy 124.540031 104.05) - (xy 124.488758 104.126736) - (xy 124.44527 104.231725) - (xy 124.4231 104.34318) - (xy 124.4231 104.45682) - (xy 124.44527 104.568275) - (xy 124.488758 104.673264) - (xy 124.551893 104.767752) - (xy 124.632248 104.848107) - (xy 124.726736 104.911242) - (xy 124.831725 104.95473) - (xy 124.94318 104.9769) - (xy 125.05682 104.9769) - (xy 125.168275 104.95473) - (xy 125.273264 104.911242) - (xy 125.367752 104.848107) - (xy 125.448107 104.767752) - (xy 125.511242 104.673264) - (xy 125.55473 104.568275) - (xy 125.5769 104.45682) - (xy 125.5769 104.34318) - (xy 125.55473 104.231725) - (xy 125.511242 104.126736) - (xy 125.459969 104.05) - (xy 125.511242 103.973264) - (xy 125.55473 103.868275) - (xy 125.5769 103.75682) - (xy 125.5769 103.64318) - (xy 125.55473 103.531725) - (xy 125.518054 103.44318) - (xy 126.9231 103.44318) - (xy 126.9231 103.55682) - (xy 126.94527 103.668275) - (xy 126.988758 103.773264) - (xy 127.051893 103.867752) - (xy 127.132248 103.948107) - (xy 127.226736 104.011242) - (xy 127.331725 104.05473) - (xy 127.44318 104.0769) - (xy 127.55682 104.0769) - (xy 127.668275 104.05473) - (xy 127.773264 104.011242) - (xy 127.867752 103.948107) - (xy 127.948107 103.867752) - (xy 128.011242 103.773264) - (xy 128.05473 103.668275) - (xy 128.0769 103.55682) - (xy 128.0769 103.44318) - (xy 128.05473 103.331725) - (xy 128.011242 103.226736) - (xy 127.948107 103.132248) - (xy 127.867752 103.051893) - (xy 127.773264 102.988758) - (xy 127.668275 102.94527) - (xy 127.55682 102.9231) - (xy 127.44318 102.9231) - (xy 127.331725 102.94527) - (xy 127.226736 102.988758) - (xy 127.132248 103.051893) - (xy 127.051893 103.132248) - (xy 126.988758 103.226736) - (xy 126.94527 103.331725) - (xy 126.9231 103.44318) - (xy 125.518054 103.44318) - (xy 125.511242 103.426736) - (xy 125.459969 103.35) - (xy 125.511242 103.273264) - (xy 125.55473 103.168275) - (xy 125.5769 103.05682) - (xy 125.5769 102.94318) - (xy 125.55473 102.831725) - (xy 125.511242 102.726736) - (xy 125.448107 102.632248) - (xy 125.367752 102.551893) - (xy 125.273264 102.488758) - (xy 125.168275 102.44527) - (xy 125.05682 102.4231) - (xy 124.94318 102.4231) - (xy 124.831725 102.44527) - (xy 124.726736 102.488758) - (xy 124.632248 102.551893) - (xy 124.551893 102.632248) - (xy 124.488758 102.726736) - (xy 124.44527 102.831725) - (xy 124.4231 102.94318) - (xy 123.6769 102.94318) - (xy 123.65473 102.831725) - (xy 123.611242 102.726736) - (xy 123.548107 102.632248) - (xy 123.467752 102.551893) - (xy 123.373264 102.488758) - (xy 123.268275 102.44527) - (xy 123.15682 102.4231) - (xy 123.04318 102.4231) - (xy 122.931725 102.44527) - (xy 122.826736 102.488758) - (xy 122.732248 102.551893) - (xy 122.651893 102.632248) - (xy 122.588758 102.726736) - (xy 122.54527 102.831725) - (xy 122.5231 102.94318) - (xy 122.4769 102.94318) - (xy 122.45473 102.831725) - (xy 122.411242 102.726736) - (xy 122.348107 102.632248) - (xy 122.267752 102.551893) - (xy 122.173264 102.488758) - (xy 122.068275 102.44527) - (xy 121.95682 102.4231) - (xy 121.84318 102.4231) - (xy 121.731725 102.44527) - (xy 121.626736 102.488758) - (xy 121.532248 102.551893) - (xy 121.451893 102.632248) - (xy 121.388758 102.726736) - (xy 121.34527 102.831725) - (xy 121.3231 102.94318) - (xy 120.957009 102.94318) - (xy 120.95473 102.931725) - (xy 120.911242 102.826736) - (xy 120.848107 102.732248) - (xy 120.767752 102.651893) - (xy 120.673264 102.588758) - (xy 120.568275 102.54527) - (xy 120.45682 102.5231) - (xy 120.34318 102.5231) - (xy 120.231725 102.54527) - (xy 120.126736 102.588758) - (xy 120.032248 102.651893) - (xy 119.951893 102.732248) - (xy 119.888758 102.826736) - (xy 119.84527 102.931725) - (xy 119.8231 103.04318) - (xy 119.8231 103.15682) - (xy 119.84527 103.268275) - (xy 119.888758 103.373264) - (xy 119.938501 103.44771) - (xy 119.93224 103.451893) - (xy 119.851885 103.532248) - (xy 119.78875 103.626736) - (xy 119.745262 103.731725) - (xy 119.723092 103.84318) - (xy 119.6519 103.84318) - (xy 119.6519 102.370025) - (xy 119.93832 102.083606) - (xy 119.963193 102.063193) - (xy 120.028444 101.983685) - (xy 120.04527 102.068275) - (xy 120.088758 102.173264) - (xy 120.151893 102.267752) - (xy 120.232248 102.348107) - (xy 120.326736 102.411242) - (xy 120.431725 102.45473) - (xy 120.54318 102.4769) - (xy 120.65682 102.4769) - (xy 120.768275 102.45473) - (xy 120.873264 102.411242) - (xy 120.9 102.393378) - (xy 120.926736 102.411242) - (xy 121.031725 102.45473) - (xy 121.14318 102.4769) - (xy 121.25682 102.4769) - (xy 121.368275 102.45473) - (xy 121.473264 102.411242) - (xy 121.567752 102.348107) - (xy 121.648107 102.267752) - (xy 121.711242 102.173264) - (xy 121.75473 102.068275) - (xy 121.7769 101.95682) - (xy 121.7769 101.84318) - (xy 121.75473 101.731725) - (xy 121.711242 101.626736) - (xy 121.648107 101.532248) - (xy 121.567752 101.451893) - (xy 121.473264 101.388758) - (xy 121.368275 101.34527) - (xy 121.25682 101.3231) - (xy 121.14318 101.3231) - (xy 121.031725 101.34527) - (xy 120.926736 101.388758) - (xy 120.9 101.406622) - (xy 120.873264 101.388758) - (xy 120.768275 101.34527) - (xy 120.65682 101.3231) - (xy 120.54318 101.3231) - (xy 120.431725 101.34527) - (xy 120.326736 101.388758) - (xy 120.232248 101.451893) - (xy 120.1519 101.532241) - (xy 120.1519 99.7519) - (xy 120.967986 99.7519) - (xy 121 99.755053) - (xy 121.032014 99.7519) - (xy 121.032022 99.7519) - (xy 121.127795 99.742467) - (xy 121.250678 99.705191) - (xy 121.363929 99.644657) - (xy 121.463193 99.563193) - (xy 121.483614 99.53831) - (xy 122.734114 98.287811) - (xy 122.7231 98.34318) - (xy 122.7231 98.45682) - (xy 122.74527 98.568275) - (xy 122.788758 98.673264) - (xy 122.851893 98.767752) - (xy 122.924436 98.840295) - (xy 122.832248 98.901893) - (xy 122.751893 98.982248) - (xy 122.688758 99.076736) - (xy 122.64527 99.181725) - (xy 122.6231 99.29318) - (xy 122.6231 99.40682) - (xy 122.64527 99.518275) - (xy 122.688758 99.623264) - (xy 122.706622 99.65) - (xy 122.688758 99.676736) - (xy 122.64527 99.781725) - (xy 122.6231 99.89318) - (xy 122.6231 100.00682) - (xy 122.64527 100.118275) - (xy 122.688758 100.223264) - (xy 122.751893 100.317752) - (xy 122.832248 100.398107) - (xy 122.926736 100.461242) - (xy 123.031725 100.50473) - (xy 123.14318 100.5269) - (xy 123.25682 100.5269) - (xy 123.368275 100.50473) - (xy 123.473264 100.461242) - (xy 123.567752 100.398107) - (xy 123.648107 100.317752) - (xy 123.711242 100.223264) - (xy 123.75473 100.118275) - (xy 123.7769 100.00682) - (xy 123.7769 99.89318) - (xy 123.75473 99.781725) - (xy 123.711242 99.676736) - (xy 123.693378 99.65) - (xy 123.711242 99.623264) - (xy 123.75473 99.518275) - (xy 123.7769 99.40682) - (xy 123.7769 99.29318) - (xy 124.4231 99.29318) - (xy 124.4231 99.40682) - (xy 124.44527 99.518275) - (xy 124.488758 99.623264) - (xy 124.551893 99.717752) - (xy 124.632248 99.798107) - (xy 124.726736 99.861242) - (xy 124.831725 99.90473) - (xy 124.94318 99.9269) - (xy 125.05682 99.9269) - (xy 125.168275 99.90473) - (xy 125.273264 99.861242) - (xy 125.367752 99.798107) - (xy 125.422679 99.74318) - (xy 127.0231 99.74318) - (xy 127.0231 99.85682) - (xy 127.04527 99.968275) - (xy 127.088758 100.073264) - (xy 127.151893 100.167752) - (xy 127.232248 100.248107) - (xy 127.309911 100.3) - (xy 127.232248 100.351893) - (xy 127.151893 100.432248) - (xy 127.088758 100.526736) - (xy 127.04527 100.631725) - (xy 127.0231 100.74318) - (xy 127.0231 100.85682) - (xy 127.04527 100.968275) - (xy 127.088758 101.073264) - (xy 127.151893 101.167752) - (xy 127.232248 101.248107) - (xy 127.326736 101.311242) - (xy 127.431725 101.35473) - (xy 127.54318 101.3769) - (xy 127.65682 101.3769) - (xy 127.768275 101.35473) - (xy 127.873264 101.311242) - (xy 127.967752 101.248107) - (xy 128.048107 101.167752) - (xy 128.111242 101.073264) - (xy 128.15473 100.968275) - (xy 128.1769 100.85682) - (xy 128.1769 100.74318) - (xy 128.15473 100.631725) - (xy 128.111242 100.526736) - (xy 128.048107 100.432248) - (xy 127.967752 100.351893) - (xy 127.890089 100.3) - (xy 127.967752 100.248107) - (xy 128.048107 100.167752) - (xy 128.111242 100.073264) - (xy 128.15473 99.968275) - (xy 128.1769 99.85682) - (xy 128.1769 99.74318) - (xy 128.15473 99.631725) - (xy 128.111242 99.526736) - (xy 128.048107 99.432248) - (xy 127.967752 99.351893) - (xy 127.873264 99.288758) - (xy 127.768275 99.24527) - (xy 127.65682 99.2231) - (xy 127.54318 99.2231) - (xy 127.431725 99.24527) - (xy 127.326736 99.288758) - (xy 127.232248 99.351893) - (xy 127.151893 99.432248) - (xy 127.088758 99.526736) - (xy 127.04527 99.631725) - (xy 127.0231 99.74318) - (xy 125.422679 99.74318) - (xy 125.448107 99.717752) - (xy 125.511242 99.623264) - (xy 125.55473 99.518275) - (xy 125.5769 99.40682) - (xy 125.5769 99.29318) - (xy 125.55473 99.181725) - (xy 125.511242 99.076736) - (xy 125.448107 98.982248) - (xy 125.367752 98.901893) - (xy 125.273264 98.838758) - (xy 125.168275 98.79527) - (xy 125.05682 98.7731) - (xy 124.94318 98.7731) - (xy 124.831725 98.79527) - (xy 124.726736 98.838758) - (xy 124.632248 98.901893) - (xy 124.551893 98.982248) - (xy 124.488758 99.076736) - (xy 124.44527 99.181725) - (xy 124.4231 99.29318) - (xy 123.7769 99.29318) - (xy 123.75473 99.181725) - (xy 123.711242 99.076736) - (xy 123.648107 98.982248) - (xy 123.575564 98.909705) - (xy 123.667752 98.848107) - (xy 123.748107 98.767752) - (xy 123.811242 98.673264) - (xy 123.85473 98.568275) - (xy 123.8769 98.45682) - (xy 123.8769 98.34318) - (xy 123.85473 98.231725) - (xy 123.811242 98.126736) - (xy 123.748107 98.032248) - (xy 123.667752 97.951893) - (xy 123.573264 97.888758) - (xy 123.468275 97.84527) - (xy 123.35682 97.8231) - (xy 123.24318 97.8231) - (xy 123.187811 97.834114) - (xy 124.678745 96.34318) - (xy 125.9231 96.34318) - (xy 125.9231 96.45682) - (xy 125.94527 96.568275) - (xy 125.988758 96.673264) - (xy 126.051893 96.767752) - (xy 126.132248 96.848107) - (xy 126.226736 96.911242) - (xy 126.331725 96.95473) - (xy 126.44318 96.9769) - (xy 126.55682 96.9769) - (xy 126.668275 96.95473) - (xy 126.773264 96.911242) - (xy 126.867752 96.848107) - (xy 126.948107 96.767752) - (xy 127.011242 96.673264) - (xy 127.05473 96.568275) - (xy 127.0769 96.45682) - (xy 127.0769 96.34318) - (xy 127.05473 96.231725) - (xy 127.011242 96.126736) - (xy 126.948107 96.032248) - (xy 126.867752 95.951893) - (xy 126.773264 95.888758) - (xy 126.668275 95.84527) - (xy 126.55682 95.8231) - (xy 126.44318 95.8231) - (xy 126.331725 95.84527) - (xy 126.226736 95.888758) - (xy 126.132248 95.951893) - (xy 126.051893 96.032248) - (xy 125.988758 96.126736) - (xy 125.94527 96.231725) - (xy 125.9231 96.34318) - (xy 124.678745 96.34318) - (xy 126.038322 94.983604) - (xy 126.063193 94.963193) - (xy 126.144657 94.863929) - (xy 126.205191 94.750678) - (xy 126.242467 94.627795) - (xy 126.2519 94.532022) - (xy 126.2519 94.532015) - (xy 126.255053 94.500001) - (xy 126.2519 94.467987) - (xy 126.2519 92.5519) - (xy 127.132022 92.5519) - (xy 127.227795 92.542467) - (xy 127.350678 92.505191) - (xy 127.463929 92.444657) - (xy 127.563193 92.363193) - (xy 127.644657 92.263929) - (xy 127.705191 92.150678) - (xy 127.742467 92.027795) - (xy 127.755054 91.9) - (xy 127.742467 91.772205) - (xy 127.705191 91.649322) - (xy 127.644657 91.536071) - (xy 127.563193 91.436807) - (xy 127.463929 91.355343) - (xy 127.350678 91.294809) - (xy 127.227795 91.257533) - (xy 127.132022 91.2481) - (xy 125.632022 91.2481) - (xy 125.6 91.244946) - (xy 125.567978 91.2481) - (xy 125.472205 91.257533) - (xy 125.349322 91.294809) - (xy 125.236071 91.355343) - (xy 125.136807 91.436807) - (xy 125.055343 91.536071) - (xy 124.994809 91.649322) - (xy 124.957533 91.772205) - (xy 124.944946 91.9) - (xy 124.948101 91.932032) - (xy 124.9481 94.229974) - (xy 121.352276 97.8258) - (xy 121.311242 97.726736) - (xy 121.248107 97.632248) - (xy 121.167752 97.551893) - (xy 121.073264 97.488758) - (xy 120.968275 97.44527) - (xy 120.85682 97.4231) - (xy 120.74318 97.4231) - (xy 120.631725 97.44527) - (xy 120.526736 97.488758) - (xy 120.432248 97.551893) - (xy 120.351893 97.632248) - (xy 120.288758 97.726736) - (xy 120.24527 97.831725) - (xy 120.2231 97.94318) - (xy 120.2231 98.05682) - (xy 120.24527 98.168275) - (xy 120.288758 98.273264) - (xy 120.351893 98.367752) - (xy 120.432241 98.4481) - (xy 119.532022 98.4481) - (xy 119.5 98.444946) - (xy 119.422411 98.452588) - (xy 119.372205 98.457533) - (xy 119.249322 98.494809) - (xy 119.136071 98.555343) - (xy 119.036807 98.636807) - (xy 118.955343 98.736071) - (xy 118.894809 98.849322) - (xy 118.857533 98.972205) - (xy 118.844946 99.1) - (xy 118.8481 99.132023) - (xy 118.848101 100.47833) - (xy 118.768287 100.44527) - (xy 118.656832 100.4231) - (xy 118.543192 100.4231) - (xy 118.431737 100.44527) - (xy 118.326748 100.488758) - (xy 118.23226 100.551893) - (xy 118.151905 100.632248) - (xy 118.08877 100.726736) - (xy 118.045282 100.831725) - (xy 118.023112 100.94318) - (xy 118.023112 101.05682) - (xy 118.045282 101.168275) - (xy 118.08877 101.273264) - (xy 118.151905 101.367752) - (xy 118.23226 101.448107) - (xy 118.326748 101.511242) - (xy 118.431737 101.55473) - (xy 118.543192 101.5769) - (xy 118.601176 101.5769) - (xy 118.561689 101.616387) - (xy 118.536807 101.636807) - (xy 118.455343 101.736072) - (xy 118.394809 101.849323) - (xy 118.368577 101.9358) - (xy 118.298174 101.888758) - (xy 118.193185 101.84527) - (xy 118.08173 101.8231) - (xy 117.96809 101.8231) - (xy 117.856635 101.84527) - (xy 117.751646 101.888758) - (xy 117.657158 101.951893) - (xy 117.576803 102.032248) - (xy 117.513668 102.126736) - (xy 117.47018 102.231725) - (xy 117.44801 102.34318) - (xy 117.44801 102.45682) - (xy 117.47018 102.568275) - (xy 117.513668 102.673264) - (xy 117.576803 102.767752) - (xy 117.657158 102.848107) - (xy 117.751646 102.911242) - (xy 117.856635 102.95473) - (xy 117.96809 102.9769) - (xy 118.08173 102.9769) - (xy 118.193185 102.95473) - (xy 118.298174 102.911242) - (xy 118.3481 102.877882) - (xy 118.3481 103.178335) - (xy 118.268275 103.14527) - (xy 118.15682 103.1231) - (xy 118.04318 103.1231) - (xy 117.931725 103.14527) - (xy 117.826736 103.188758) - (xy 117.732248 103.251893) - (xy 117.651893 103.332248) - (xy 117.588758 103.426736) - (xy 117.54527 103.531725) - (xy 117.5231 103.64318) - (xy 117.5231 103.75682) - (xy 117.54527 103.868275) - (xy 117.588758 103.973264) - (xy 117.651893 104.067752) - (xy 117.684141 104.1) - (xy 117.651893 104.132248) - (xy 117.588758 104.226736) - (xy 117.54527 104.331725) - (xy 117.5231 104.44318) - (xy 117.5231 104.55682) - (xy 117.54527 104.668275) - (xy 117.588758 104.773264) - (xy 117.651893 104.867752) - (xy 117.732248 104.948107) - (xy 117.826736 105.011242) - (xy 117.931725 105.05473) - (xy 118.04318 105.0769) - (xy 118.15682 105.0769) - (xy 118.268275 105.05473) - (xy 118.3481 105.021665) - (xy 118.348101 115.229973) - (xy 116.029976 117.5481) - (xy 91.2019 117.5481) - (xy 91.2019 115.70901) - (xy 91.4431 115.70901) - (xy 91.4431 115.93099) - (xy 91.486406 116.148705) - (xy 91.571354 116.353788) - (xy 91.694679 116.538357) - (xy 91.851643 116.695321) - (xy 92.036212 116.818646) - (xy 92.241295 116.903594) - (xy 92.45901 116.9469) - (xy 92.68099 116.9469) - (xy 92.898705 116.903594) - (xy 93.103788 116.818646) - (xy 93.288357 116.695321) - (xy 93.445321 116.538357) - (xy 93.568646 116.353788) - (xy 93.653594 116.148705) - (xy 93.6969 115.93099) - (xy 93.6969 115.70901) - (xy 93.9831 115.70901) - (xy 93.9831 115.93099) - (xy 94.026406 116.148705) - (xy 94.111354 116.353788) - (xy 94.234679 116.538357) - (xy 94.391643 116.695321) - (xy 94.576212 116.818646) - (xy 94.781295 116.903594) - (xy 94.99901 116.9469) - (xy 95.22099 116.9469) - (xy 95.438705 116.903594) - (xy 95.643788 116.818646) - (xy 95.828357 116.695321) - (xy 95.985321 116.538357) - (xy 96.108646 116.353788) - (xy 96.193594 116.148705) - (xy 96.2369 115.93099) - (xy 96.2369 115.70901) - (xy 96.5231 115.70901) - (xy 96.5231 115.93099) - (xy 96.566406 116.148705) - (xy 96.651354 116.353788) - (xy 96.774679 116.538357) - (xy 96.931643 116.695321) - (xy 97.116212 116.818646) - (xy 97.321295 116.903594) - (xy 97.53901 116.9469) - (xy 97.76099 116.9469) - (xy 97.978705 116.903594) - (xy 98.183788 116.818646) - (xy 98.368357 116.695321) - (xy 98.525321 116.538357) - (xy 98.648646 116.353788) - (xy 98.733594 116.148705) - (xy 98.7769 115.93099) - (xy 98.7769 115.70901) - (xy 99.0631 115.70901) - (xy 99.0631 115.93099) - (xy 99.106406 116.148705) - (xy 99.191354 116.353788) - (xy 99.314679 116.538357) - (xy 99.471643 116.695321) - (xy 99.656212 116.818646) - (xy 99.861295 116.903594) - (xy 100.07901 116.9469) - (xy 100.30099 116.9469) - (xy 100.518705 116.903594) - (xy 100.723788 116.818646) - (xy 100.908357 116.695321) - (xy 101.065321 116.538357) - (xy 101.188646 116.353788) - (xy 101.273594 116.148705) - (xy 101.3169 115.93099) - (xy 101.3169 115.70901) - (xy 101.6031 115.70901) - (xy 101.6031 115.93099) - (xy 101.646406 116.148705) - (xy 101.731354 116.353788) - (xy 101.854679 116.538357) - (xy 102.011643 116.695321) - (xy 102.196212 116.818646) - (xy 102.401295 116.903594) - (xy 102.61901 116.9469) - (xy 102.84099 116.9469) - (xy 103.058705 116.903594) - (xy 103.263788 116.818646) - (xy 103.448357 116.695321) - (xy 103.605321 116.538357) - (xy 103.728646 116.353788) - (xy 103.813594 116.148705) - (xy 103.8569 115.93099) - (xy 103.8569 115.70901) - (xy 104.1431 115.70901) - (xy 104.1431 115.93099) - (xy 104.186406 116.148705) - (xy 104.271354 116.353788) - (xy 104.394679 116.538357) - (xy 104.551643 116.695321) - (xy 104.736212 116.818646) - (xy 104.941295 116.903594) - (xy 105.15901 116.9469) - (xy 105.38099 116.9469) - (xy 105.598705 116.903594) - (xy 105.803788 116.818646) - (xy 105.988357 116.695321) - (xy 106.145321 116.538357) - (xy 106.268646 116.353788) - (xy 106.353594 116.148705) - (xy 106.3969 115.93099) - (xy 106.3969 115.70901) - (xy 106.6831 115.70901) - (xy 106.6831 115.93099) - (xy 106.726406 116.148705) - (xy 106.811354 116.353788) - (xy 106.934679 116.538357) - (xy 107.091643 116.695321) - (xy 107.276212 116.818646) - (xy 107.481295 116.903594) - (xy 107.69901 116.9469) - (xy 107.92099 116.9469) - (xy 108.138705 116.903594) - (xy 108.343788 116.818646) - (xy 108.528357 116.695321) - (xy 108.685321 116.538357) - (xy 108.808646 116.353788) - (xy 108.893594 116.148705) - (xy 108.9369 115.93099) - (xy 108.9369 115.70901) - (xy 109.2231 115.70901) - (xy 109.2231 115.93099) - (xy 109.266406 116.148705) - (xy 109.351354 116.353788) - (xy 109.474679 116.538357) - (xy 109.631643 116.695321) - (xy 109.816212 116.818646) - (xy 110.021295 116.903594) - (xy 110.23901 116.9469) - (xy 110.46099 116.9469) - (xy 110.678705 116.903594) - (xy 110.883788 116.818646) - (xy 111.068357 116.695321) - (xy 111.225321 116.538357) - (xy 111.348646 116.353788) - (xy 111.433594 116.148705) - (xy 111.4769 115.93099) - (xy 111.4769 115.70901) - (xy 111.7631 115.70901) - (xy 111.7631 115.93099) - (xy 111.806406 116.148705) - (xy 111.891354 116.353788) - (xy 112.014679 116.538357) - (xy 112.171643 116.695321) - (xy 112.356212 116.818646) - (xy 112.561295 116.903594) - (xy 112.77901 116.9469) - (xy 113.00099 116.9469) - (xy 113.218705 116.903594) - (xy 113.423788 116.818646) - (xy 113.608357 116.695321) - (xy 113.765321 116.538357) - (xy 113.888646 116.353788) - (xy 113.973594 116.148705) - (xy 114.0169 115.93099) - (xy 114.0169 115.70901) - (xy 113.973594 115.491295) - (xy 113.888646 115.286212) - (xy 113.765321 115.101643) - (xy 113.608357 114.944679) - (xy 113.423788 114.821354) - (xy 113.218705 114.736406) - (xy 113.00099 114.6931) - (xy 112.77901 114.6931) - (xy 112.561295 114.736406) - (xy 112.356212 114.821354) - (xy 112.171643 114.944679) - (xy 112.014679 115.101643) - (xy 111.891354 115.286212) - (xy 111.806406 115.491295) - (xy 111.7631 115.70901) - (xy 111.4769 115.70901) - (xy 111.433594 115.491295) - (xy 111.348646 115.286212) - (xy 111.225321 115.101643) - (xy 111.068357 114.944679) - (xy 110.883788 114.821354) - (xy 110.678705 114.736406) - (xy 110.46099 114.6931) - (xy 110.23901 114.6931) - (xy 110.021295 114.736406) - (xy 109.816212 114.821354) - (xy 109.631643 114.944679) - (xy 109.474679 115.101643) - (xy 109.351354 115.286212) - (xy 109.266406 115.491295) - (xy 109.2231 115.70901) - (xy 108.9369 115.70901) - (xy 108.893594 115.491295) - (xy 108.808646 115.286212) - (xy 108.685321 115.101643) - (xy 108.528357 114.944679) - (xy 108.343788 114.821354) - (xy 108.138705 114.736406) - (xy 107.92099 114.6931) - (xy 107.69901 114.6931) - (xy 107.481295 114.736406) - (xy 107.276212 114.821354) - (xy 107.091643 114.944679) - (xy 106.934679 115.101643) - (xy 106.811354 115.286212) - (xy 106.726406 115.491295) - (xy 106.6831 115.70901) - (xy 106.3969 115.70901) - (xy 106.353594 115.491295) - (xy 106.268646 115.286212) - (xy 106.145321 115.101643) - (xy 105.988357 114.944679) - (xy 105.803788 114.821354) - (xy 105.598705 114.736406) - (xy 105.38099 114.6931) - (xy 105.15901 114.6931) - (xy 104.941295 114.736406) - (xy 104.736212 114.821354) - (xy 104.551643 114.944679) - (xy 104.394679 115.101643) - (xy 104.271354 115.286212) - (xy 104.186406 115.491295) - (xy 104.1431 115.70901) - (xy 103.8569 115.70901) - (xy 103.813594 115.491295) - (xy 103.728646 115.286212) - (xy 103.605321 115.101643) - (xy 103.448357 114.944679) - (xy 103.263788 114.821354) - (xy 103.058705 114.736406) - (xy 102.84099 114.6931) - (xy 102.61901 114.6931) - (xy 102.401295 114.736406) - (xy 102.196212 114.821354) - (xy 102.011643 114.944679) - (xy 101.854679 115.101643) - (xy 101.731354 115.286212) - (xy 101.646406 115.491295) - (xy 101.6031 115.70901) - (xy 101.3169 115.70901) - (xy 101.273594 115.491295) - (xy 101.188646 115.286212) - (xy 101.065321 115.101643) - (xy 100.908357 114.944679) - (xy 100.723788 114.821354) - (xy 100.518705 114.736406) - (xy 100.30099 114.6931) - (xy 100.07901 114.6931) - (xy 99.861295 114.736406) - (xy 99.656212 114.821354) - (xy 99.471643 114.944679) - (xy 99.314679 115.101643) - (xy 99.191354 115.286212) - (xy 99.106406 115.491295) - (xy 99.0631 115.70901) - (xy 98.7769 115.70901) - (xy 98.733594 115.491295) - (xy 98.648646 115.286212) - (xy 98.525321 115.101643) - (xy 98.368357 114.944679) - (xy 98.183788 114.821354) - (xy 97.978705 114.736406) - (xy 97.76099 114.6931) - (xy 97.53901 114.6931) - (xy 97.321295 114.736406) - (xy 97.116212 114.821354) - (xy 96.931643 114.944679) - (xy 96.774679 115.101643) - (xy 96.651354 115.286212) - (xy 96.566406 115.491295) - (xy 96.5231 115.70901) - (xy 96.2369 115.70901) - (xy 96.193594 115.491295) - (xy 96.108646 115.286212) - (xy 95.985321 115.101643) - (xy 95.828357 114.944679) - (xy 95.643788 114.821354) - (xy 95.438705 114.736406) - (xy 95.22099 114.6931) - (xy 94.99901 114.6931) - (xy 94.781295 114.736406) - (xy 94.576212 114.821354) - (xy 94.391643 114.944679) - (xy 94.234679 115.101643) - (xy 94.111354 115.286212) - (xy 94.026406 115.491295) - (xy 93.9831 115.70901) - (xy 93.6969 115.70901) - (xy 93.653594 115.491295) - (xy 93.568646 115.286212) - (xy 93.445321 115.101643) - (xy 93.288357 114.944679) - (xy 93.103788 114.821354) - (xy 92.898705 114.736406) - (xy 92.68099 114.6931) - (xy 92.45901 114.6931) - (xy 92.241295 114.736406) - (xy 92.036212 114.821354) - (xy 91.851643 114.944679) - (xy 91.694679 115.101643) - (xy 91.571354 115.286212) - (xy 91.486406 115.491295) - (xy 91.4431 115.70901) - (xy 91.2019 115.70901) - (xy 91.2019 113.16901) - (xy 91.4431 113.16901) - (xy 91.4431 113.39099) - (xy 91.486406 113.608705) - (xy 91.571354 113.813788) - (xy 91.694679 113.998357) - (xy 91.851643 114.155321) - (xy 92.036212 114.278646) - (xy 92.241295 114.363594) - (xy 92.45901 114.4069) - (xy 92.68099 114.4069) - (xy 92.898705 114.363594) - (xy 93.103788 114.278646) - (xy 93.288357 114.155321) - (xy 93.445321 113.998357) - (xy 93.568646 113.813788) - (xy 93.653594 113.608705) - (xy 93.6969 113.39099) - (xy 93.6969 113.16901) - (xy 93.9831 113.16901) - (xy 93.9831 113.39099) - (xy 94.026406 113.608705) - (xy 94.111354 113.813788) - (xy 94.234679 113.998357) - (xy 94.391643 114.155321) - (xy 94.576212 114.278646) - (xy 94.781295 114.363594) - (xy 94.99901 114.4069) - (xy 95.22099 114.4069) - (xy 95.438705 114.363594) - (xy 95.643788 114.278646) - (xy 95.828357 114.155321) - (xy 95.985321 113.998357) - (xy 96.108646 113.813788) - (xy 96.193594 113.608705) - (xy 96.2369 113.39099) - (xy 96.2369 113.16901) - (xy 96.5231 113.16901) - (xy 96.5231 113.39099) - (xy 96.566406 113.608705) - (xy 96.651354 113.813788) - (xy 96.774679 113.998357) - (xy 96.931643 114.155321) - (xy 97.116212 114.278646) - (xy 97.321295 114.363594) - (xy 97.53901 114.4069) - (xy 97.76099 114.4069) - (xy 97.978705 114.363594) - (xy 98.183788 114.278646) - (xy 98.368357 114.155321) - (xy 98.525321 113.998357) - (xy 98.648646 113.813788) - (xy 98.733594 113.608705) - (xy 98.7769 113.39099) - (xy 98.7769 113.16901) - (xy 99.0631 113.16901) - (xy 99.0631 113.39099) - (xy 99.106406 113.608705) - (xy 99.191354 113.813788) - (xy 99.314679 113.998357) - (xy 99.471643 114.155321) - (xy 99.656212 114.278646) - (xy 99.861295 114.363594) - (xy 100.07901 114.4069) - (xy 100.30099 114.4069) - (xy 100.518705 114.363594) - (xy 100.723788 114.278646) - (xy 100.908357 114.155321) - (xy 101.065321 113.998357) - (xy 101.188646 113.813788) - (xy 101.273594 113.608705) - (xy 101.3169 113.39099) - (xy 101.3169 113.16901) - (xy 101.6031 113.16901) - (xy 101.6031 113.39099) - (xy 101.646406 113.608705) - (xy 101.731354 113.813788) - (xy 101.854679 113.998357) - (xy 102.011643 114.155321) - (xy 102.196212 114.278646) - (xy 102.401295 114.363594) - (xy 102.61901 114.4069) - (xy 102.84099 114.4069) - (xy 103.058705 114.363594) - (xy 103.263788 114.278646) - (xy 103.448357 114.155321) - (xy 103.605321 113.998357) - (xy 103.728646 113.813788) - (xy 103.813594 113.608705) - (xy 103.8569 113.39099) - (xy 103.8569 113.16901) - (xy 104.1431 113.16901) - (xy 104.1431 113.39099) - (xy 104.186406 113.608705) - (xy 104.271354 113.813788) - (xy 104.394679 113.998357) - (xy 104.551643 114.155321) - (xy 104.736212 114.278646) - (xy 104.941295 114.363594) - (xy 105.15901 114.4069) - (xy 105.38099 114.4069) - (xy 105.598705 114.363594) - (xy 105.803788 114.278646) - (xy 105.988357 114.155321) - (xy 106.145321 113.998357) - (xy 106.268646 113.813788) - (xy 106.353594 113.608705) - (xy 106.3969 113.39099) - (xy 106.3969 113.16901) - (xy 106.6831 113.16901) - (xy 106.6831 113.39099) - (xy 106.726406 113.608705) - (xy 106.811354 113.813788) - (xy 106.934679 113.998357) - (xy 107.091643 114.155321) - (xy 107.276212 114.278646) - (xy 107.481295 114.363594) - (xy 107.69901 114.4069) - (xy 107.92099 114.4069) - (xy 108.138705 114.363594) - (xy 108.343788 114.278646) - (xy 108.528357 114.155321) - (xy 108.685321 113.998357) - (xy 108.808646 113.813788) - (xy 108.893594 113.608705) - (xy 108.9369 113.39099) - (xy 108.9369 113.16901) - (xy 109.2231 113.16901) - (xy 109.2231 113.39099) - (xy 109.266406 113.608705) - (xy 109.351354 113.813788) - (xy 109.474679 113.998357) - (xy 109.631643 114.155321) - (xy 109.816212 114.278646) - (xy 110.021295 114.363594) - (xy 110.23901 114.4069) - (xy 110.46099 114.4069) - (xy 110.678705 114.363594) - (xy 110.883788 114.278646) - (xy 111.068357 114.155321) - (xy 111.225321 113.998357) - (xy 111.348646 113.813788) - (xy 111.433594 113.608705) - (xy 111.4769 113.39099) - (xy 111.4769 113.16901) - (xy 111.433594 112.951295) - (xy 111.348646 112.746212) - (xy 111.225321 112.561643) - (xy 111.068357 112.404679) - (xy 110.883788 112.281354) - (xy 110.678705 112.196406) - (xy 110.46099 112.1531) - (xy 110.23901 112.1531) - (xy 110.021295 112.196406) - (xy 109.816212 112.281354) - (xy 109.631643 112.404679) - (xy 109.474679 112.561643) - (xy 109.351354 112.746212) - (xy 109.266406 112.951295) - (xy 109.2231 113.16901) - (xy 108.9369 113.16901) - (xy 108.893594 112.951295) - (xy 108.808646 112.746212) - (xy 108.685321 112.561643) - (xy 108.528357 112.404679) - (xy 108.343788 112.281354) - (xy 108.138705 112.196406) - (xy 107.92099 112.1531) - (xy 107.69901 112.1531) - (xy 107.481295 112.196406) - (xy 107.276212 112.281354) - (xy 107.091643 112.404679) - (xy 106.934679 112.561643) - (xy 106.811354 112.746212) - (xy 106.726406 112.951295) - (xy 106.6831 113.16901) - (xy 106.3969 113.16901) - (xy 106.353594 112.951295) - (xy 106.268646 112.746212) - (xy 106.145321 112.561643) - (xy 105.988357 112.404679) - (xy 105.803788 112.281354) - (xy 105.598705 112.196406) - (xy 105.38099 112.1531) - (xy 105.15901 112.1531) - (xy 104.941295 112.196406) - (xy 104.736212 112.281354) - (xy 104.551643 112.404679) - (xy 104.394679 112.561643) - (xy 104.271354 112.746212) - (xy 104.186406 112.951295) - (xy 104.1431 113.16901) - (xy 103.8569 113.16901) - (xy 103.813594 112.951295) - (xy 103.728646 112.746212) - (xy 103.605321 112.561643) - (xy 103.448357 112.404679) - (xy 103.263788 112.281354) - (xy 103.058705 112.196406) - (xy 102.84099 112.1531) - (xy 102.61901 112.1531) - (xy 102.401295 112.196406) - (xy 102.196212 112.281354) - (xy 102.011643 112.404679) - (xy 101.854679 112.561643) - (xy 101.731354 112.746212) - (xy 101.646406 112.951295) - (xy 101.6031 113.16901) - (xy 101.3169 113.16901) - (xy 101.273594 112.951295) - (xy 101.188646 112.746212) - (xy 101.065321 112.561643) - (xy 100.908357 112.404679) - (xy 100.723788 112.281354) - (xy 100.518705 112.196406) - (xy 100.30099 112.1531) - (xy 100.07901 112.1531) - (xy 99.861295 112.196406) - (xy 99.656212 112.281354) - (xy 99.471643 112.404679) - (xy 99.314679 112.561643) - (xy 99.191354 112.746212) - (xy 99.106406 112.951295) - (xy 99.0631 113.16901) - (xy 98.7769 113.16901) - (xy 98.733594 112.951295) - (xy 98.648646 112.746212) - (xy 98.525321 112.561643) - (xy 98.368357 112.404679) - (xy 98.183788 112.281354) - (xy 97.978705 112.196406) - (xy 97.76099 112.1531) - (xy 97.53901 112.1531) - (xy 97.321295 112.196406) - (xy 97.116212 112.281354) - (xy 96.931643 112.404679) - (xy 96.774679 112.561643) - (xy 96.651354 112.746212) - (xy 96.566406 112.951295) - (xy 96.5231 113.16901) - (xy 96.2369 113.16901) - (xy 96.193594 112.951295) - (xy 96.108646 112.746212) - (xy 95.985321 112.561643) - (xy 95.828357 112.404679) - (xy 95.643788 112.281354) - (xy 95.438705 112.196406) - (xy 95.22099 112.1531) - (xy 94.99901 112.1531) - (xy 94.781295 112.196406) - (xy 94.576212 112.281354) - (xy 94.391643 112.404679) - (xy 94.234679 112.561643) - (xy 94.111354 112.746212) - (xy 94.026406 112.951295) - (xy 93.9831 113.16901) - (xy 93.6969 113.16901) - (xy 93.653594 112.951295) - (xy 93.568646 112.746212) - (xy 93.445321 112.561643) - (xy 93.288357 112.404679) - (xy 93.103788 112.281354) - (xy 92.898705 112.196406) - (xy 92.68099 112.1531) - (xy 92.45901 112.1531) - (xy 92.241295 112.196406) - (xy 92.036212 112.281354) - (xy 91.851643 112.404679) - (xy 91.694679 112.561643) - (xy 91.571354 112.746212) - (xy 91.486406 112.951295) - (xy 91.4431 113.16901) - (xy 91.2019 113.16901) - (xy 91.2019 112.287245) - (xy 91.211242 112.273264) - (xy 91.25473 112.168275) - (xy 91.2769 112.05682) - (xy 91.2769 111.94318) - (xy 91.25473 111.831725) - (xy 91.211242 111.726736) - (xy 91.148107 111.632248) - (xy 91.067752 111.551893) - (xy 90.973264 111.488758) - (xy 90.868275 111.44527) - (xy 90.857768 111.44318) - (xy 100.6231 111.44318) - (xy 100.6231 111.55682) - (xy 100.64527 111.668275) - (xy 100.688758 111.773264) - (xy 100.751893 111.867752) - (xy 100.832248 111.948107) - (xy 100.926736 112.011242) - (xy 101.031725 112.05473) - (xy 101.14318 112.0769) - (xy 101.25682 112.0769) - (xy 101.368275 112.05473) - (xy 101.473264 112.011242) - (xy 101.567752 111.948107) - (xy 101.6 111.915859) - (xy 101.632248 111.948107) - (xy 101.726736 112.011242) - (xy 101.831725 112.05473) - (xy 101.94318 112.0769) - (xy 102.05682 112.0769) - (xy 102.168275 112.05473) - (xy 102.273264 112.011242) - (xy 102.367752 111.948107) - (xy 102.4 111.915859) - (xy 102.432248 111.948107) - (xy 102.526736 112.011242) - (xy 102.631725 112.05473) - (xy 102.74318 112.0769) - (xy 102.85682 112.0769) - (xy 102.968275 112.05473) - (xy 103.073264 112.011242) - (xy 103.167752 111.948107) - (xy 103.2 111.915859) - (xy 103.232248 111.948107) - (xy 103.326736 112.011242) - (xy 103.431725 112.05473) - (xy 103.54318 112.0769) - (xy 103.65682 112.0769) - (xy 103.768275 112.05473) - (xy 103.873264 112.011242) - (xy 103.967752 111.948107) - (xy 104 111.915859) - (xy 104.032248 111.948107) - (xy 104.126736 112.011242) - (xy 104.231725 112.05473) - (xy 104.34318 112.0769) - (xy 104.45682 112.0769) - (xy 104.568275 112.05473) - (xy 104.673264 112.011242) - (xy 104.767752 111.948107) - (xy 104.781436 111.934423) - (xy 104.832248 111.985235) - (xy 104.926736 112.04837) - (xy 105.031725 112.091858) - (xy 105.14318 112.114028) - (xy 105.25682 112.114028) - (xy 105.368275 112.091858) - (xy 105.473264 112.04837) - (xy 105.567752 111.985235) - (xy 105.648107 111.90488) - (xy 105.668596 111.874216) - (xy 105.699371 111.920274) - (xy 105.779726 112.000629) - (xy 105.874214 112.063764) - (xy 105.979203 112.107252) - (xy 106.090658 112.129422) - (xy 106.204298 112.129422) - (xy 106.315753 112.107252) - (xy 106.420742 112.063764) - (xy 106.51523 112.000629) - (xy 106.54355 111.972309) - (xy 106.594438 112.023197) - (xy 106.688926 112.086332) - (xy 106.793915 112.12982) - (xy 106.90537 112.15199) - (xy 107.01901 112.15199) - (xy 107.130465 112.12982) - (xy 107.235454 112.086332) - (xy 107.329942 112.023197) - (xy 107.410297 111.942842) - (xy 107.473432 111.848354) - (xy 107.51692 111.743365) - (xy 107.53909 111.63191) - (xy 107.53909 111.51827) - (xy 107.51692 111.406815) - (xy 107.473432 111.301826) - (xy 107.410297 111.207338) - (xy 107.329942 111.126983) - (xy 107.235454 111.063848) - (xy 107.130465 111.02036) - (xy 107.01901 110.99819) - (xy 106.90537 110.99819) - (xy 106.793915 111.02036) - (xy 106.688926 111.063848) - (xy 106.594438 111.126983) - (xy 106.566118 111.155303) - (xy 106.51523 111.104415) - (xy 106.420742 111.04128) - (xy 106.315753 110.997792) - (xy 106.204298 110.975622) - (xy 106.090658 110.975622) - (xy 105.979203 110.997792) - (xy 105.874214 111.04128) - (xy 105.779726 111.104415) - (xy 105.699371 111.18477) - (xy 105.678882 111.215434) - (xy 105.648107 111.169376) - (xy 105.567752 111.089021) - (xy 105.473264 111.025886) - (xy 105.368275 110.982398) - (xy 105.25682 110.960228) - (xy 105.14318 110.960228) - (xy 105.031725 110.982398) - (xy 104.926736 111.025886) - (xy 104.832248 111.089021) - (xy 104.818564 111.102705) - (xy 104.767752 111.051893) - (xy 104.673264 110.988758) - (xy 104.568275 110.94527) - (xy 104.45682 110.9231) - (xy 104.34318 110.9231) - (xy 104.231725 110.94527) - (xy 104.126736 110.988758) - (xy 104.032248 111.051893) - (xy 104 111.084141) - (xy 103.967752 111.051893) - (xy 103.873264 110.988758) - (xy 103.768275 110.94527) - (xy 103.65682 110.9231) - (xy 103.54318 110.9231) - (xy 103.431725 110.94527) - (xy 103.326736 110.988758) - (xy 103.232248 111.051893) - (xy 103.2 111.084141) - (xy 103.167752 111.051893) - (xy 103.073264 110.988758) - (xy 102.968275 110.94527) - (xy 102.85682 110.9231) - (xy 102.74318 110.9231) - (xy 102.631725 110.94527) - (xy 102.526736 110.988758) - (xy 102.432248 111.051893) - (xy 102.4 111.084141) - (xy 102.367752 111.051893) - (xy 102.273264 110.988758) - (xy 102.168275 110.94527) - (xy 102.05682 110.9231) - (xy 101.94318 110.9231) - (xy 101.831725 110.94527) - (xy 101.726736 110.988758) - (xy 101.632248 111.051893) - (xy 101.6 111.084141) - (xy 101.567752 111.051893) - (xy 101.473264 110.988758) - (xy 101.368275 110.94527) - (xy 101.25682 110.9231) - (xy 101.14318 110.9231) - (xy 101.031725 110.94527) - (xy 100.926736 110.988758) - (xy 100.832248 111.051893) - (xy 100.751893 111.132248) - (xy 100.688758 111.226736) - (xy 100.64527 111.331725) - (xy 100.6231 111.44318) - (xy 90.857768 111.44318) - (xy 90.75682 111.4231) - (xy 90.64318 111.4231) - (xy 90.531725 111.44527) - (xy 90.426736 111.488758) - (xy 90.332248 111.551893) - (xy 90.251893 111.632248) - (xy 90.188758 111.726736) - (xy 90.14527 111.831725) - (xy 90.1231 111.94318) - (xy 90.1231 112.05682) - (xy 90.14527 112.168275) - (xy 90.188758 112.273264) - (xy 90.198101 112.287247) - (xy 90.1981 117.5481) - (xy 83.3019 117.5481) - (xy 83.3019 116.287245) - (xy 83.311242 116.273264) - (xy 83.35473 116.168275) - (xy 83.3769 116.05682) - (xy 83.3769 115.94318) - (xy 87.7231 115.94318) - (xy 87.7231 116.05682) - (xy 87.74527 116.168275) - (xy 87.788758 116.273264) - (xy 87.851893 116.367752) - (xy 87.932248 116.448107) - (xy 88.026736 116.511242) - (xy 88.131725 116.55473) - (xy 88.24318 116.5769) - (xy 88.35682 116.5769) - (xy 88.468275 116.55473) - (xy 88.573264 116.511242) - (xy 88.667752 116.448107) - (xy 88.748107 116.367752) - (xy 88.811242 116.273264) - (xy 88.85473 116.168275) - (xy 88.8769 116.05682) - (xy 88.8769 115.94318) - (xy 88.85473 115.831725) - (xy 88.811242 115.726736) - (xy 88.748107 115.632248) - (xy 88.667752 115.551893) - (xy 88.573264 115.488758) - (xy 88.468275 115.44527) - (xy 88.35682 115.4231) - (xy 88.24318 115.4231) - (xy 88.131725 115.44527) - (xy 88.026736 115.488758) - (xy 87.932248 115.551893) - (xy 87.851893 115.632248) - (xy 87.788758 115.726736) - (xy 87.74527 115.831725) - (xy 87.7231 115.94318) - (xy 83.3769 115.94318) - (xy 83.35473 115.831725) - (xy 83.311242 115.726736) - (xy 83.248107 115.632248) - (xy 83.167752 115.551893) - (xy 83.073264 115.488758) - (xy 82.968275 115.44527) - (xy 82.85682 115.4231) - (xy 82.74318 115.4231) - (xy 82.631725 115.44527) - (xy 82.526736 115.488758) - (xy 82.432248 115.551893) - (xy 82.351893 115.632248) - (xy 82.288758 115.726736) - (xy 82.24527 115.831725) - (xy 82.2231 115.94318) - (xy 82.2231 116.05682) - (xy 82.24527 116.168275) - (xy 82.288758 116.273264) - (xy 82.298101 116.287247) - (xy 82.2981 117.5481) - (xy 79.120025 117.5481) - (xy 77.133614 115.56169) - (xy 77.113193 115.536807) - (xy 77.013929 115.455343) - (xy 76.900678 115.394809) - (xy 76.777795 115.357533) - (xy 76.682022 115.3481) - (xy 76.682014 115.3481) - (xy 76.65 115.344947) - (xy 76.617986 115.3481) - (xy 72.897168 115.3481) - (xy 72.865146 115.344946) - (xy 72.833124 115.3481) - (xy 72.737351 115.357533) - (xy 72.67591 115.376171) - (xy 72.614467 115.394809) - (xy 72.561539 115.4231) - (xy 72.501217 115.455343) - (xy 72.401953 115.536807) - (xy 72.381541 115.561679) - (xy 71.824996 116.118225) - (xy 71.791242 116.036736) - (xy 71.728107 115.942248) - (xy 71.647752 115.861893) - (xy 71.553264 115.798758) - (xy 71.448275 115.75527) - (xy 71.33682 115.7331) - (xy 71.22318 115.7331) - (xy 71.111725 115.75527) - (xy 71.006736 115.798758) - (xy 70.912248 115.861893) - (xy 70.831893 115.942248) - (xy 70.768758 116.036736) - (xy 70.72527 116.141725) - (xy 70.7031 116.25318) - (xy 70.7031 116.36682) - (xy 70.72527 116.478275) - (xy 70.768758 116.583264) - (xy 70.831893 116.677752) - (xy 70.912248 116.758107) - (xy 71.006736 116.821242) - (xy 71.088225 116.854996) - (xy 70.195122 117.7481) - (xy 68.094854 117.7481) - (xy 68.123264 117.736332) - (xy 68.217752 117.673197) - (xy 68.298107 117.592842) - (xy 68.361242 117.498354) - (xy 68.40473 117.393365) - (xy 68.4269 117.28191) - (xy 68.4269 117.16827) - (xy 68.40473 117.056815) - (xy 68.361242 116.951826) - (xy 68.298107 116.857338) - (xy 68.217752 116.776983) - (xy 68.123264 116.713848) - (xy 68.018275 116.67036) - (xy 67.90682 116.64819) - (xy 67.79318 116.64819) - (xy 67.681725 116.67036) - (xy 67.576736 116.713848) - (xy 67.482248 116.776983) - (xy 67.401893 116.857338) - (xy 67.338758 116.951826) - (xy 67.29527 117.056815) - (xy 67.2731 117.16827) - (xy 67.2731 117.28191) - (xy 67.29527 117.393365) - (xy 67.338758 117.498354) - (xy 67.401893 117.592842) - (xy 67.482248 117.673197) - (xy 67.576736 117.736332) - (xy 67.605146 117.7481) - (xy 64.819845 117.7481) - (xy 64.3519 117.280156) - (xy 64.3519 115.498105) - (xy 65.3731 115.498105) - (xy 65.3731 115.601895) - (xy 65.393349 115.703691) - (xy 65.433068 115.799581) - (xy 65.49073 115.885879) - (xy 65.564121 115.95927) - (xy 65.650419 116.016932) - (xy 65.746309 116.056651) - (xy 65.848105 116.0769) - (xy 65.951895 116.0769) - (xy 66.053691 116.056651) - (xy 66.149581 116.016932) - (xy 66.235879 115.95927) - (xy 66.30927 115.885879) - (xy 66.366932 115.799581) - (xy 66.406651 115.703691) - (xy 66.4269 115.601895) - (xy 66.4269 115.498105) - (xy 66.406651 115.396309) - (xy 66.366932 115.300419) - (xy 66.30927 115.214121) - (xy 66.235879 115.14073) - (xy 66.149581 115.083068) - (xy 66.053691 115.043349) - (xy 65.951895 115.0231) - (xy 65.848105 115.0231) - (xy 65.746309 115.043349) - (xy 65.650419 115.083068) - (xy 65.564121 115.14073) - (xy 65.49073 115.214121) - (xy 65.433068 115.300419) - (xy 65.393349 115.396309) - (xy 65.3731 115.498105) - (xy 64.3519 115.498105) - (xy 64.3519 114.398105) - (xy 65.3731 114.398105) - (xy 65.3731 114.501895) - (xy 65.393349 114.603691) - (xy 65.433068 114.699581) - (xy 65.49073 114.785879) - (xy 65.564121 114.85927) - (xy 65.650419 114.916932) - (xy 65.746309 114.956651) - (xy 65.848105 114.9769) - (xy 65.951895 114.9769) - (xy 66.053691 114.956651) - (xy 66.149581 114.916932) - (xy 66.235879 114.85927) - (xy 66.30927 114.785879) - (xy 66.366932 114.699581) - (xy 66.406651 114.603691) - (xy 66.4269 114.501895) - (xy 66.4269 114.398105) - (xy 66.406651 114.296309) - (xy 66.366932 114.200419) - (xy 66.30927 114.114121) - (xy 66.235879 114.04073) - (xy 66.149581 113.983068) - (xy 66.053691 113.943349) - (xy 65.951895 113.9231) - (xy 65.848105 113.9231) - (xy 65.746309 113.943349) - (xy 65.650419 113.983068) - (xy 65.564121 114.04073) - (xy 65.49073 114.114121) - (xy 65.433068 114.200419) - (xy 65.393349 114.296309) - (xy 65.3731 114.398105) - (xy 64.3519 114.398105) - (xy 64.3519 114.021665) - (xy 64.431725 114.05473) - (xy 64.54318 114.0769) - (xy 64.65682 114.0769) - (xy 64.768275 114.05473) - (xy 64.873264 114.011242) - (xy 64.967752 113.948107) - (xy 65.048107 113.867752) - (xy 65.111242 113.773264) - (xy 65.15473 113.668275) - (xy 65.1769 113.55682) - (xy 65.1769 113.44318) - (xy 65.15473 113.331725) - (xy 65.111242 113.226736) - (xy 65.093378 113.2) - (xy 65.111242 113.173264) - (xy 65.15473 113.068275) - (xy 65.1769 112.95682) - (xy 65.1769 112.84318) - (xy 66.6231 112.84318) - (xy 66.6231 112.95682) - (xy 66.64527 113.068275) - (xy 66.688758 113.173264) - (xy 66.706622 113.2) - (xy 66.688758 113.226736) - (xy 66.64527 113.331725) - (xy 66.6231 113.44318) - (xy 66.6231 113.55682) - (xy 66.64527 113.668275) - (xy 66.688758 113.773264) - (xy 66.751893 113.867752) - (xy 66.832248 113.948107) - (xy 66.926736 114.011242) - (xy 67.031725 114.05473) - (xy 67.14318 114.0769) - (xy 67.25682 114.0769) - (xy 67.368275 114.05473) - (xy 67.473264 114.011242) - (xy 67.567752 113.948107) - (xy 67.648107 113.867752) - (xy 67.711242 113.773264) - (xy 67.75473 113.668275) - (xy 67.7769 113.55682) - (xy 67.7769 113.44318) - (xy 67.766955 113.39318) - (xy 67.9231 113.39318) - (xy 67.9231 113.50682) - (xy 67.94527 113.618275) - (xy 67.988758 113.723264) - (xy 68.051893 113.817752) - (xy 68.132248 113.898107) - (xy 68.226736 113.961242) - (xy 68.331725 114.00473) - (xy 68.44318 114.0269) - (xy 68.55682 114.0269) - (xy 68.668275 114.00473) - (xy 68.773264 113.961242) - (xy 68.867752 113.898107) - (xy 68.948107 113.817752) - (xy 69.011242 113.723264) - (xy 69.05473 113.618275) - (xy 69.0769 113.50682) - (xy 69.0769 113.39318) - (xy 69.05473 113.281725) - (xy 69.041871 113.25068) - (xy 70.0306 113.25068) - (xy 70.0306 113.36432) - (xy 70.05277 113.475775) - (xy 70.096258 113.580764) - (xy 70.159393 113.675252) - (xy 70.239748 113.755607) - (xy 70.334236 113.818742) - (xy 70.439225 113.86223) - (xy 70.55068 113.8844) - (xy 70.66432 113.8844) - (xy 70.775775 113.86223) - (xy 70.880764 113.818742) - (xy 70.975252 113.755607) - (xy 71.055607 113.675252) - (xy 71.118742 113.580764) - (xy 71.16223 113.475775) - (xy 71.168713 113.44318) - (xy 87.7231 113.44318) - (xy 87.7231 113.55682) - (xy 87.74527 113.668275) - (xy 87.788758 113.773264) - (xy 87.851893 113.867752) - (xy 87.932248 113.948107) - (xy 88.026736 114.011242) - (xy 88.131725 114.05473) - (xy 88.24318 114.0769) - (xy 88.35682 114.0769) - (xy 88.468275 114.05473) - (xy 88.573264 114.011242) - (xy 88.667752 113.948107) - (xy 88.748107 113.867752) - (xy 88.811242 113.773264) - (xy 88.85473 113.668275) - (xy 88.8769 113.55682) - (xy 88.8769 113.44318) - (xy 88.85473 113.331725) - (xy 88.811242 113.226736) - (xy 88.748107 113.132248) - (xy 88.667752 113.051893) - (xy 88.573264 112.988758) - (xy 88.468275 112.94527) - (xy 88.35682 112.9231) - (xy 88.24318 112.9231) - (xy 88.131725 112.94527) - (xy 88.026736 112.988758) - (xy 87.932248 113.051893) - (xy 87.851893 113.132248) - (xy 87.788758 113.226736) - (xy 87.74527 113.331725) - (xy 87.7231 113.44318) - (xy 71.168713 113.44318) - (xy 71.1844 113.36432) - (xy 71.1844 113.25068) - (xy 71.16223 113.139225) - (xy 71.118742 113.034236) - (xy 71.055607 112.939748) - (xy 70.975252 112.859393) - (xy 70.880764 112.796258) - (xy 70.775775 112.75277) - (xy 70.66432 112.7306) - (xy 70.55068 112.7306) - (xy 70.439225 112.75277) - (xy 70.334236 112.796258) - (xy 70.239748 112.859393) - (xy 70.159393 112.939748) - (xy 70.096258 113.034236) - (xy 70.05277 113.139225) - (xy 70.0306 113.25068) - (xy 69.041871 113.25068) - (xy 69.011242 113.176736) - (xy 68.948107 113.082248) - (xy 68.867752 113.001893) - (xy 68.773264 112.938758) - (xy 68.668275 112.89527) - (xy 68.55682 112.8731) - (xy 68.44318 112.8731) - (xy 68.331725 112.89527) - (xy 68.226736 112.938758) - (xy 68.132248 113.001893) - (xy 68.051893 113.082248) - (xy 67.988758 113.176736) - (xy 67.94527 113.281725) - (xy 67.9231 113.39318) - (xy 67.766955 113.39318) - (xy 67.75473 113.331725) - (xy 67.711242 113.226736) - (xy 67.693378 113.2) - (xy 67.711242 113.173264) - (xy 67.75473 113.068275) - (xy 67.7769 112.95682) - (xy 67.7769 112.84318) - (xy 67.772858 112.822858) - (xy 67.79318 112.8269) - (xy 67.90682 112.8269) - (xy 68.018275 112.80473) - (xy 68.123264 112.761242) - (xy 68.217752 112.698107) - (xy 68.298107 112.617752) - (xy 68.361242 112.523264) - (xy 68.394413 112.44318) - (xy 73.2231 112.44318) - (xy 73.2231 112.55682) - (xy 73.24527 112.668275) - (xy 73.288758 112.773264) - (xy 73.351893 112.867752) - (xy 73.432248 112.948107) - (xy 73.526736 113.011242) - (xy 73.631725 113.05473) - (xy 73.74318 113.0769) - (xy 73.85682 113.0769) - (xy 73.968275 113.05473) - (xy 74.073264 113.011242) - (xy 74.167752 112.948107) - (xy 74.248107 112.867752) - (xy 74.311242 112.773264) - (xy 74.35473 112.668275) - (xy 74.3769 112.55682) - (xy 74.3769 112.44318) - (xy 76.6231 112.44318) - (xy 76.6231 112.55682) - (xy 76.64527 112.668275) - (xy 76.688758 112.773264) - (xy 76.751893 112.867752) - (xy 76.832248 112.948107) - (xy 76.926736 113.011242) - (xy 77.031725 113.05473) - (xy 77.14318 113.0769) - (xy 77.25682 113.0769) - (xy 77.368275 113.05473) - (xy 77.473264 113.011242) - (xy 77.567752 112.948107) - (xy 77.648107 112.867752) - (xy 77.711242 112.773264) - (xy 77.75473 112.668275) - (xy 77.7769 112.55682) - (xy 77.7769 112.44318) - (xy 77.75473 112.331725) - (xy 77.711242 112.226736) - (xy 77.648107 112.132248) - (xy 77.567752 112.051893) - (xy 77.473264 111.988758) - (xy 77.368275 111.94527) - (xy 77.25682 111.9231) - (xy 77.14318 111.9231) - (xy 77.031725 111.94527) - (xy 76.926736 111.988758) - (xy 76.832248 112.051893) - (xy 76.751893 112.132248) - (xy 76.688758 112.226736) - (xy 76.64527 112.331725) - (xy 76.6231 112.44318) - (xy 74.3769 112.44318) - (xy 74.35473 112.331725) - (xy 74.311242 112.226736) - (xy 74.248107 112.132248) - (xy 74.167752 112.051893) - (xy 74.073264 111.988758) - (xy 73.968275 111.94527) - (xy 73.85682 111.9231) - (xy 73.74318 111.9231) - (xy 73.631725 111.94527) - (xy 73.526736 111.988758) - (xy 73.432248 112.051893) - (xy 73.351893 112.132248) - (xy 73.288758 112.226736) - (xy 73.24527 112.331725) - (xy 73.2231 112.44318) - (xy 68.394413 112.44318) - (xy 68.40473 112.418275) - (xy 68.4269 112.30682) - (xy 68.4269 112.19318) - (xy 68.40473 112.081725) - (xy 68.361242 111.976736) - (xy 68.298107 111.882248) - (xy 68.217752 111.801893) - (xy 68.123264 111.738758) - (xy 68.018275 111.69527) - (xy 67.90682 111.6731) - (xy 67.79318 111.6731) - (xy 67.681725 111.69527) - (xy 67.576736 111.738758) - (xy 67.482248 111.801893) - (xy 67.401893 111.882248) - (xy 67.338758 111.976736) - (xy 67.29527 112.081725) - (xy 67.2731 112.19318) - (xy 67.2731 112.30682) - (xy 67.277142 112.327142) - (xy 67.25682 112.3231) - (xy 67.14318 112.3231) - (xy 67.031725 112.34527) - (xy 66.926736 112.388758) - (xy 66.832248 112.451893) - (xy 66.751893 112.532248) - (xy 66.688758 112.626736) - (xy 66.64527 112.731725) - (xy 66.6231 112.84318) - (xy 65.1769 112.84318) - (xy 65.15473 112.731725) - (xy 65.111242 112.626736) - (xy 65.048107 112.532248) - (xy 64.967752 112.451893) - (xy 64.873264 112.388758) - (xy 64.768275 112.34527) - (xy 64.65682 112.3231) - (xy 64.54318 112.3231) - (xy 64.431725 112.34527) - (xy 64.3519 112.378335) - (xy 64.3519 110.917978) - (xy 64.342467 110.822205) - (xy 64.305191 110.699322) - (xy 64.244657 110.586071) - (xy 64.163193 110.486807) - (xy 64.063929 110.405343) - (xy 64.050388 110.398105) - (xy 65.3731 110.398105) - (xy 65.3731 110.501895) - (xy 65.393349 110.603691) - (xy 65.433068 110.699581) - (xy 65.49073 110.785879) - (xy 65.564121 110.85927) - (xy 65.650419 110.916932) - (xy 65.746309 110.956651) - (xy 65.848105 110.9769) - (xy 65.951895 110.9769) - (xy 66.053691 110.956651) - (xy 66.149581 110.916932) - (xy 66.235879 110.85927) - (xy 66.30927 110.785879) - (xy 66.366932 110.699581) - (xy 66.406651 110.603691) - (xy 66.4269 110.501895) - (xy 66.4269 110.398105) - (xy 66.406651 110.296309) - (xy 66.366932 110.200419) - (xy 66.30927 110.114121) - (xy 66.235879 110.04073) - (xy 66.149581 109.983068) - (xy 66.053691 109.943349) - (xy 65.951895 109.9231) - (xy 65.848105 109.9231) - (xy 65.746309 109.943349) - (xy 65.650419 109.983068) - (xy 65.564121 110.04073) - (xy 65.49073 110.114121) - (xy 65.433068 110.200419) - (xy 65.393349 110.296309) - (xy 65.3731 110.398105) - (xy 64.050388 110.398105) - (xy 63.950678 110.344809) - (xy 63.827795 110.307533) - (xy 63.7 110.294946) - (xy 63.572206 110.307533) - (xy 63.449323 110.344809) - (xy 63.336072 110.405343) - (xy 63.236808 110.486807) - (xy 63.155344 110.586071) - (xy 63.09481 110.699322) - (xy 63.057534 110.822205) - (xy 63.048101 110.917978) - (xy 63.0481 111.867977) - (xy 63.0481 112.567979) - (xy 63.048101 116.967931) - (xy 63.0481 116.967941) - (xy 63.0481 117.518166) - (xy 63.044947 117.55018) - (xy 57.445981 117.55018) - (xy 57.631756 117.101681) - (xy 57.7769 116.371992) - (xy 57.7769 115.628008) - (xy 57.64068 114.94318) - (xy 58.823114 114.94318) - (xy 58.823114 115.05682) - (xy 58.845284 115.168275) - (xy 58.888772 115.273264) - (xy 58.951907 115.367752) - (xy 59.032262 115.448107) - (xy 59.12675 115.511242) - (xy 59.231739 115.55473) - (xy 59.343194 115.5769) - (xy 59.456834 115.5769) - (xy 59.568289 115.55473) - (xy 59.673278 115.511242) - (xy 59.767766 115.448107) - (xy 59.848121 115.367752) - (xy 59.911256 115.273264) - (xy 59.954744 115.168275) - (xy 59.976914 115.05682) - (xy 59.976914 114.94318) - (xy 59.954744 114.831725) - (xy 59.911256 114.726736) - (xy 59.848121 114.632248) - (xy 59.767766 114.551893) - (xy 59.673278 114.488758) - (xy 59.568289 114.44527) - (xy 59.456834 114.4231) - (xy 59.343194 114.4231) - (xy 59.231739 114.44527) - (xy 59.12675 114.488758) - (xy 59.032262 114.551893) - (xy 58.951907 114.632248) - (xy 58.888772 114.726736) - (xy 58.845284 114.831725) - (xy 58.823114 114.94318) - (xy 57.64068 114.94318) - (xy 57.631756 114.898319) - (xy 57.347046 114.210967) - (xy 56.93371 113.592366) - (xy 56.407634 113.06629) - (xy 55.924066 112.74318) - (xy 60.7231 112.74318) - (xy 60.7231 112.85682) - (xy 60.74527 112.968275) - (xy 60.788758 113.073264) - (xy 60.851893 113.167752) - (xy 60.932248 113.248107) - (xy 61.026736 113.311242) - (xy 61.131725 113.35473) - (xy 61.24318 113.3769) - (xy 61.35682 113.3769) - (xy 61.468275 113.35473) - (xy 61.573264 113.311242) - (xy 61.667752 113.248107) - (xy 61.748107 113.167752) - (xy 61.811242 113.073264) - (xy 61.85473 112.968275) - (xy 61.8769 112.85682) - (xy 61.8769 112.74318) - (xy 61.85473 112.631725) - (xy 61.811242 112.526736) - (xy 61.748107 112.432248) - (xy 61.667752 112.351893) - (xy 61.573264 112.288758) - (xy 61.468275 112.24527) - (xy 61.35682 112.2231) - (xy 61.24318 112.2231) - (xy 61.131725 112.24527) - (xy 61.026736 112.288758) - (xy 60.932248 112.351893) - (xy 60.851893 112.432248) - (xy 60.788758 112.526736) - (xy 60.74527 112.631725) - (xy 60.7231 112.74318) - (xy 55.924066 112.74318) - (xy 55.789033 112.652954) - (xy 55.101681 112.368244) - (xy 54.371992 112.2231) - (xy 53.628008 112.2231) - (xy 52.898319 112.368244) - (xy 52.210967 112.652954) - (xy 51.592366 113.06629) - (xy 51.06629 113.592366) - (xy 50.652954 114.210967) - (xy 50.368244 114.898319) - (xy 50.277 115.357034) - (xy 50.277 109.94318) - (xy 54.473104 109.94318) - (xy 54.473104 110.05682) - (xy 54.495274 110.168275) - (xy 54.538762 110.273264) - (xy 54.601897 110.367752) - (xy 54.682252 110.448107) - (xy 54.77674 110.511242) - (xy 54.881729 110.55473) - (xy 54.993184 110.5769) - (xy 55.106824 110.5769) - (xy 55.218279 110.55473) - (xy 55.323268 110.511242) - (xy 55.417756 110.448107) - (xy 55.498111 110.367752) - (xy 55.561246 110.273264) - (xy 55.604734 110.168275) - (xy 55.626904 110.05682) - (xy 55.626904 109.94318) - (xy 59.1231 109.94318) - (xy 59.1231 110.05682) - (xy 59.14527 110.168275) - (xy 59.188758 110.273264) - (xy 59.251893 110.367752) - (xy 59.332248 110.448107) - (xy 59.426736 110.511242) - (xy 59.531725 110.55473) - (xy 59.64318 110.5769) - (xy 59.75682 110.5769) - (xy 59.868275 110.55473) - (xy 59.973264 110.511242) - (xy 60.067752 110.448107) - (xy 60.148107 110.367752) - (xy 60.211242 110.273264) - (xy 60.25473 110.168275) - (xy 60.2769 110.05682) - (xy 60.2769 109.94318) - (xy 60.25473 109.831725) - (xy 60.218054 109.74318) - (xy 61.3231 109.74318) - (xy 61.3231 109.85682) - (xy 61.34527 109.968275) - (xy 61.388758 110.073264) - (xy 61.451893 110.167752) - (xy 61.532248 110.248107) - (xy 61.626736 110.311242) - (xy 61.731725 110.35473) - (xy 61.84318 110.3769) - (xy 61.95682 110.3769) - (xy 62.068275 110.35473) - (xy 62.173264 110.311242) - (xy 62.267752 110.248107) - (xy 62.348107 110.167752) - (xy 62.411242 110.073264) - (xy 62.45473 109.968275) - (xy 62.4769 109.85682) - (xy 62.4769 109.74318) - (xy 62.45473 109.631725) - (xy 62.411242 109.526736) - (xy 62.348107 109.432248) - (xy 62.267752 109.351893) - (xy 62.187253 109.298105) - (xy 65.3731 109.298105) - (xy 65.3731 109.401895) - (xy 65.393349 109.503691) - (xy 65.433068 109.599581) - (xy 65.49073 109.685879) - (xy 65.564121 109.75927) - (xy 65.650419 109.816932) - (xy 65.746309 109.856651) - (xy 65.848105 109.8769) - (xy 65.951895 109.8769) - (xy 66.053691 109.856651) - (xy 66.149581 109.816932) - (xy 66.235879 109.75927) - (xy 66.30927 109.685879) - (xy 66.366932 109.599581) - (xy 66.406651 109.503691) - (xy 66.4269 109.401895) - (xy 66.4269 109.35) - (xy 68.894947 109.35) - (xy 68.8981 109.382015) - (xy 68.898101 110.817972) - (xy 68.8981 110.817979) - (xy 68.8981 111.582022) - (xy 68.900791 111.609342) - (xy 68.907533 111.677794) - (xy 68.944809 111.800677) - (xy 69.005343 111.913928) - (xy 69.086807 112.013193) - (xy 69.186071 112.094657) - (xy 69.299322 112.155191) - (xy 69.422205 112.192467) - (xy 69.55 112.205054) - (xy 69.677795 112.192467) - (xy 69.800678 112.155191) - (xy 69.913929 112.094657) - (xy 70.013193 112.013193) - (xy 70.094657 111.913929) - (xy 70.155191 111.800678) - (xy 70.192467 111.677795) - (xy 70.2019 111.582022) - (xy 70.2019 110.84318) - (xy 72.3231 110.84318) - (xy 72.3231 110.95682) - (xy 72.34527 111.068275) - (xy 72.388758 111.173264) - (xy 72.451893 111.267752) - (xy 72.532248 111.348107) - (xy 72.626736 111.411242) - (xy 72.731725 111.45473) - (xy 72.84318 111.4769) - (xy 72.95682 111.4769) - (xy 73.068275 111.45473) - (xy 73.173264 111.411242) - (xy 73.267752 111.348107) - (xy 73.348107 111.267752) - (xy 73.411242 111.173264) - (xy 73.45473 111.068275) - (xy 73.4769 110.95682) - (xy 73.4769 110.84318) - (xy 75.8231 110.84318) - (xy 75.8231 110.95682) - (xy 75.84527 111.068275) - (xy 75.888758 111.173264) - (xy 75.951893 111.267752) - (xy 76.032248 111.348107) - (xy 76.126736 111.411242) - (xy 76.231725 111.45473) - (xy 76.34318 111.4769) - (xy 76.45682 111.4769) - (xy 76.568275 111.45473) - (xy 76.673264 111.411242) - (xy 76.767752 111.348107) - (xy 76.848107 111.267752) - (xy 76.911242 111.173264) - (xy 76.95473 111.068275) - (xy 76.9769 110.95682) - (xy 76.9769 110.94318) - (xy 86.62311 110.94318) - (xy 86.62311 111.05682) - (xy 86.64528 111.168275) - (xy 86.688768 111.273264) - (xy 86.751903 111.367752) - (xy 86.832258 111.448107) - (xy 86.926746 111.511242) - (xy 87.031735 111.55473) - (xy 87.14319 111.5769) - (xy 87.25683 111.5769) - (xy 87.368285 111.55473) - (xy 87.473274 111.511242) - (xy 87.567762 111.448107) - (xy 87.648117 111.367752) - (xy 87.711252 111.273264) - (xy 87.75474 111.168275) - (xy 87.77691 111.05682) - (xy 87.77691 110.94318) - (xy 87.75474 110.831725) - (xy 87.711252 110.726736) - (xy 87.648117 110.632248) - (xy 87.567762 110.551893) - (xy 87.473274 110.488758) - (xy 87.368285 110.44527) - (xy 87.25683 110.4231) - (xy 87.14319 110.4231) - (xy 87.031735 110.44527) - (xy 86.926746 110.488758) - (xy 86.832258 110.551893) - (xy 86.751903 110.632248) - (xy 86.688768 110.726736) - (xy 86.64528 110.831725) - (xy 86.62311 110.94318) - (xy 76.9769 110.94318) - (xy 76.9769 110.84318) - (xy 76.95473 110.731725) - (xy 76.911242 110.626736) - (xy 76.848107 110.532248) - (xy 76.767752 110.451893) - (xy 76.673264 110.388758) - (xy 76.568275 110.34527) - (xy 76.45682 110.3231) - (xy 76.34318 110.3231) - (xy 76.231725 110.34527) - (xy 76.126736 110.388758) - (xy 76.032248 110.451893) - (xy 75.951893 110.532248) - (xy 75.888758 110.626736) - (xy 75.84527 110.731725) - (xy 75.8231 110.84318) - (xy 73.4769 110.84318) - (xy 73.45473 110.731725) - (xy 73.411242 110.626736) - (xy 73.348107 110.532248) - (xy 73.267752 110.451893) - (xy 73.173264 110.388758) - (xy 73.068275 110.34527) - (xy 72.95682 110.3231) - (xy 72.84318 110.3231) - (xy 72.731725 110.34527) - (xy 72.626736 110.388758) - (xy 72.532248 110.451893) - (xy 72.451893 110.532248) - (xy 72.388758 110.626736) - (xy 72.34527 110.731725) - (xy 72.3231 110.84318) - (xy 70.2019 110.84318) - (xy 70.2019 109.620024) - (xy 71.170026 108.6519) - (xy 74.467986 108.6519) - (xy 74.5 108.655053) - (xy 74.532014 108.6519) - (xy 74.532022 108.6519) - (xy 74.627795 108.642467) - (xy 74.750678 108.605191) - (xy 74.863929 108.544657) - (xy 74.963193 108.463193) - (xy 74.983614 108.43831) - (xy 75.308264 108.11366) - (xy 80.4131 108.11366) - (xy 80.4131 108.686339) - (xy 80.429695 108.854831) - (xy 80.495276 109.071022) - (xy 80.601774 109.270265) - (xy 80.745095 109.444905) - (xy 80.919734 109.588226) - (xy 81.118977 109.694724) - (xy 81.335168 109.760305) - (xy 81.56 109.782449) - (xy 81.784831 109.760305) - (xy 82.001022 109.694724) - (xy 82.200265 109.588226) - (xy 82.374905 109.444905) - (xy 82.518226 109.270266) - (xy 82.624724 109.071023) - (xy 82.690305 108.854832) - (xy 82.7069 108.68634) - (xy 82.7069 108.113661) - (xy 82.690305 107.945169) - (xy 82.624724 107.728978) - (xy 82.529058 107.549999) - (xy 82.951761 107.549999) - (xy 82.951761 109.250001) - (xy 82.961911 109.353055) - (xy 82.991971 109.452149) - (xy 83.040785 109.543474) - (xy 83.106478 109.623522) - (xy 83.186526 109.689215) - (xy 83.277851 109.738029) - (xy 83.376945 109.768089) - (xy 83.479999 109.778239) - (xy 84.720001 109.778239) - (xy 84.823055 109.768089) - (xy 84.922149 109.738029) - (xy 85.013474 109.689215) - (xy 85.093522 109.623522) - (xy 85.159215 109.543474) - (xy 85.208029 109.452149) - (xy 85.238089 109.353055) - (xy 85.248239 109.250001) - (xy 85.248239 108.598105) - (xy 100.9231 108.598105) - (xy 100.9231 108.701895) - (xy 100.943349 108.803691) - (xy 100.983068 108.899581) - (xy 101.04073 108.985879) - (xy 101.114121 109.05927) - (xy 101.200419 109.116932) - (xy 101.296309 109.156651) - (xy 101.398105 109.1769) - (xy 101.501895 109.1769) - (xy 101.603691 109.156651) - (xy 101.699581 109.116932) - (xy 101.785879 109.05927) - (xy 101.85927 108.985879) - (xy 101.916932 108.899581) - (xy 101.956651 108.803691) - (xy 101.9769 108.701895) - (xy 101.9769 108.598105) - (xy 104.9231 108.598105) - (xy 104.9231 108.701895) - (xy 104.943349 108.803691) - (xy 104.983068 108.899581) - (xy 105.04073 108.985879) - (xy 105.114121 109.05927) - (xy 105.200419 109.116932) - (xy 105.296309 109.156651) - (xy 105.398105 109.1769) - (xy 105.501895 109.1769) - (xy 105.603691 109.156651) - (xy 105.6481 109.138256) - (xy 105.6481 109.167986) - (xy 105.644947 109.2) - (xy 105.6481 109.232014) - (xy 105.6481 109.232021) - (xy 105.657533 109.327794) - (xy 105.694809 109.450677) - (xy 105.755343 109.563928) - (xy 105.836807 109.663193) - (xy 105.861689 109.683614) - (xy 106.866393 110.688319) - (xy 106.886807 110.713193) - (xy 106.986071 110.794657) - (xy 107.099322 110.855191) - (xy 107.222205 110.892467) - (xy 107.317978 110.9019) - (xy 107.317985 110.9019) - (xy 107.349999 110.905053) - (xy 107.382013 110.9019) - (xy 111.779976 110.9019) - (xy 113.038669 112.160595) - (xy 113.00099 112.1531) - (xy 112.77901 112.1531) - (xy 112.561295 112.196406) - (xy 112.356212 112.281354) - (xy 112.171643 112.404679) - (xy 112.014679 112.561643) - (xy 111.891354 112.746212) - (xy 111.806406 112.951295) - (xy 111.7631 113.16901) - (xy 111.7631 113.39099) - (xy 111.806406 113.608705) - (xy 111.891354 113.813788) - (xy 112.014679 113.998357) - (xy 112.171643 114.155321) - (xy 112.356212 114.278646) - (xy 112.561295 114.363594) - (xy 112.77901 114.4069) - (xy 113.00099 114.4069) - (xy 113.218705 114.363594) - (xy 113.423788 114.278646) - (xy 113.608357 114.155321) - (xy 113.626601 114.137077) - (xy 113.626601 114.44385) - (xy 113.624173 114.468501) - (xy 113.626601 114.493151) - (xy 113.633864 114.56689) - (xy 113.662563 114.661498) - (xy 113.709168 114.748691) - (xy 113.771887 114.825115) - (xy 113.791042 114.840835) - (xy 114.374259 115.424052) - (xy 114.346406 115.491295) - (xy 114.3031 115.70901) - (xy 114.3031 115.93099) - (xy 114.346406 116.148705) - (xy 114.431354 116.353788) - (xy 114.554679 116.538357) - (xy 114.711643 116.695321) - (xy 114.896212 116.818646) - (xy 115.101295 116.903594) - (xy 115.31901 116.9469) - (xy 115.54099 116.9469) - (xy 115.758705 116.903594) - (xy 115.963788 116.818646) - (xy 116.148357 116.695321) - (xy 116.305321 116.538357) - (xy 116.428646 116.353788) - (xy 116.513594 116.148705) - (xy 116.5569 115.93099) - (xy 116.5569 115.70901) - (xy 116.513594 115.491295) - (xy 116.428646 115.286212) - (xy 116.305321 115.101643) - (xy 116.148357 114.944679) - (xy 115.963788 114.821354) - (xy 115.758705 114.736406) - (xy 115.54099 114.6931) - (xy 115.31901 114.6931) - (xy 115.105386 114.735592) - (xy 114.772355 114.402561) - (xy 114.83 114.408239) - (xy 116.03 114.408239) - (xy 116.133054 114.398089) - (xy 116.232148 114.368029) - (xy 116.323474 114.319215) - (xy 116.403521 114.253521) - (xy 116.469215 114.173474) - (xy 116.518029 114.082148) - (xy 116.548089 113.983054) - (xy 116.558239 113.88) - (xy 116.558239 112.68) - (xy 116.548089 112.576946) - (xy 116.518029 112.477852) - (xy 116.469215 112.386526) - (xy 116.403521 112.306479) - (xy 116.323474 112.240785) - (xy 116.232148 112.191971) - (xy 116.133054 112.161911) - (xy 116.03 112.151761) - (xy 114.83 112.151761) - (xy 114.726946 112.161911) - (xy 114.653496 112.184192) - (xy 114.642467 112.072205) - (xy 114.60519 111.949321) - (xy 114.544657 111.836071) - (xy 114.483605 111.761679) - (xy 112.533614 109.81169) - (xy 112.513193 109.786807) - (xy 112.413929 109.705343) - (xy 112.300678 109.644809) - (xy 112.177795 109.607533) - (xy 112.082022 109.5981) - (xy 112.082014 109.5981) - (xy 112.05 109.594947) - (xy 112.017986 109.5981) - (xy 107.620026 109.5981) - (xy 107.565106 109.54318) - (xy 116.9231 109.54318) - (xy 116.9231 109.65682) - (xy 116.94527 109.768275) - (xy 116.988758 109.873264) - (xy 117.051893 109.967752) - (xy 117.132248 110.048107) - (xy 117.226736 110.111242) - (xy 117.331725 110.15473) - (xy 117.44318 110.1769) - (xy 117.55682 110.1769) - (xy 117.668275 110.15473) - (xy 117.773264 110.111242) - (xy 117.867752 110.048107) - (xy 117.948107 109.967752) - (xy 118.011242 109.873264) - (xy 118.05473 109.768275) - (xy 118.0769 109.65682) - (xy 118.0769 109.54318) - (xy 118.05473 109.431725) - (xy 118.011242 109.326736) - (xy 117.948107 109.232248) - (xy 117.867752 109.151893) - (xy 117.773264 109.088758) - (xy 117.668275 109.04527) - (xy 117.55682 109.0231) - (xy 117.44318 109.0231) - (xy 117.331725 109.04527) - (xy 117.226736 109.088758) - (xy 117.132248 109.151893) - (xy 117.051893 109.232248) - (xy 116.988758 109.326736) - (xy 116.94527 109.431725) - (xy 116.9231 109.54318) - (xy 107.565106 109.54318) - (xy 106.9519 108.929976) - (xy 106.9519 108.423482) - (xy 107.0331 108.423482) - (xy 107.0331 108.576518) - (xy 107.062956 108.726613) - (xy 107.12152 108.868) - (xy 107.206542 108.995245) - (xy 107.314755 109.103458) - (xy 107.442 109.18848) - (xy 107.583387 109.247044) - (xy 107.733482 109.2769) - (xy 107.886518 109.2769) - (xy 108.036613 109.247044) - (xy 108.178 109.18848) - (xy 108.305245 109.103458) - (xy 108.413458 108.995245) - (xy 108.445 108.948039) - (xy 108.476542 108.995245) - (xy 108.584755 109.103458) - (xy 108.712 109.18848) - (xy 108.853387 109.247044) - (xy 109.003482 109.2769) - (xy 109.156518 109.2769) - (xy 109.306613 109.247044) - (xy 109.448 109.18848) - (xy 109.575245 109.103458) - (xy 109.683458 108.995245) - (xy 109.715 108.948039) - (xy 109.746542 108.995245) - (xy 109.854755 109.103458) - (xy 109.982 109.18848) - (xy 110.123387 109.247044) - (xy 110.273482 109.2769) - (xy 110.426518 109.2769) - (xy 110.576613 109.247044) - (xy 110.718 109.18848) - (xy 110.845245 109.103458) - (xy 110.953458 108.995245) - (xy 110.985 108.948039) - (xy 111.016542 108.995245) - (xy 111.124755 109.103458) - (xy 111.252 109.18848) - (xy 111.393387 109.247044) - (xy 111.543482 109.2769) - (xy 111.696518 109.2769) - (xy 111.846613 109.247044) - (xy 111.988 109.18848) - (xy 112.115245 109.103458) - (xy 112.223458 108.995245) - (xy 112.255 108.948039) - (xy 112.286542 108.995245) - (xy 112.394755 109.103458) - (xy 112.522 109.18848) - (xy 112.663387 109.247044) - (xy 112.813482 109.2769) - (xy 112.966518 109.2769) - (xy 113.116613 109.247044) - (xy 113.258 109.18848) - (xy 113.385245 109.103458) - (xy 113.493458 108.995245) - (xy 113.525 108.948039) - (xy 113.556542 108.995245) - (xy 113.664755 109.103458) - (xy 113.792 109.18848) - (xy 113.933387 109.247044) - (xy 114.083482 109.2769) - (xy 114.236518 109.2769) - (xy 114.386613 109.247044) - (xy 114.528 109.18848) - (xy 114.655245 109.103458) - (xy 114.763458 108.995245) - (xy 114.795 108.948039) - (xy 114.826542 108.995245) - (xy 114.934755 109.103458) - (xy 115.062 109.18848) - (xy 115.203387 109.247044) - (xy 115.353482 109.2769) - (xy 115.506518 109.2769) - (xy 115.656613 109.247044) - (xy 115.798 109.18848) - (xy 115.925245 109.103458) - (xy 116.033458 108.995245) - (xy 116.065 108.948039) - (xy 116.096542 108.995245) - (xy 116.204755 109.103458) - (xy 116.332 109.18848) - (xy 116.473387 109.247044) - (xy 116.623482 109.2769) - (xy 116.776518 109.2769) - (xy 116.926613 109.247044) - (xy 117.068 109.18848) - (xy 117.195245 109.103458) - (xy 117.303458 108.995245) - (xy 117.38848 108.868) - (xy 117.447044 108.726613) - (xy 117.4769 108.576518) - (xy 117.4769 108.423482) - (xy 117.447044 108.273387) - (xy 117.38848 108.132) - (xy 117.303458 108.004755) - (xy 117.195245 107.896542) - (xy 117.068 107.81152) - (xy 116.926613 107.752956) - (xy 116.776518 107.7231) - (xy 116.623482 107.7231) - (xy 116.473387 107.752956) - (xy 116.332 107.81152) - (xy 116.204755 107.896542) - (xy 116.096542 108.004755) - (xy 116.065 108.051961) - (xy 116.033458 108.004755) - (xy 115.925245 107.896542) - (xy 115.798 107.81152) - (xy 115.656613 107.752956) - (xy 115.506518 107.7231) - (xy 115.353482 107.7231) - (xy 115.203387 107.752956) - (xy 115.062 107.81152) - (xy 114.934755 107.896542) - (xy 114.826542 108.004755) - (xy 114.795 108.051961) - (xy 114.763458 108.004755) - (xy 114.655245 107.896542) - (xy 114.528 107.81152) - (xy 114.386613 107.752956) - (xy 114.236518 107.7231) - (xy 114.083482 107.7231) - (xy 113.933387 107.752956) - (xy 113.792 107.81152) - (xy 113.664755 107.896542) - (xy 113.556542 108.004755) - (xy 113.525 108.051961) - (xy 113.493458 108.004755) - (xy 113.385245 107.896542) - (xy 113.258 107.81152) - (xy 113.116613 107.752956) - (xy 112.966518 107.7231) - (xy 112.813482 107.7231) - (xy 112.663387 107.752956) - (xy 112.522 107.81152) - (xy 112.394755 107.896542) - (xy 112.286542 108.004755) - (xy 112.255 108.051961) - (xy 112.223458 108.004755) - (xy 112.115245 107.896542) - (xy 111.988 107.81152) - (xy 111.846613 107.752956) - (xy 111.696518 107.7231) - (xy 111.543482 107.7231) - (xy 111.393387 107.752956) - (xy 111.252 107.81152) - (xy 111.124755 107.896542) - (xy 111.016542 108.004755) - (xy 110.985 108.051961) - (xy 110.953458 108.004755) - (xy 110.845245 107.896542) - (xy 110.718 107.81152) - (xy 110.576613 107.752956) - (xy 110.426518 107.7231) - (xy 110.273482 107.7231) - (xy 110.123387 107.752956) - (xy 109.982 107.81152) - (xy 109.854755 107.896542) - (xy 109.746542 108.004755) - (xy 109.715 108.051961) - (xy 109.683458 108.004755) - (xy 109.575245 107.896542) - (xy 109.448 107.81152) - (xy 109.306613 107.752956) - (xy 109.156518 107.7231) - (xy 109.003482 107.7231) - (xy 108.853387 107.752956) - (xy 108.712 107.81152) - (xy 108.584755 107.896542) - (xy 108.476542 108.004755) - (xy 108.445 108.051961) - (xy 108.413458 108.004755) - (xy 108.305245 107.896542) - (xy 108.178 107.81152) - (xy 108.036613 107.752956) - (xy 107.886518 107.7231) - (xy 107.733482 107.7231) - (xy 107.583387 107.752956) - (xy 107.442 107.81152) - (xy 107.314755 107.896542) - (xy 107.206542 108.004755) - (xy 107.12152 108.132) - (xy 107.062956 108.273387) - (xy 107.0331 108.423482) - (xy 106.9519 108.423482) - (xy 106.9519 106.420025) - (xy 107.028745 106.34318) - (xy 115.5231 106.34318) - (xy 115.5231 106.45682) - (xy 115.54527 106.568275) - (xy 115.588758 106.673264) - (xy 115.651893 106.767752) - (xy 115.732248 106.848107) - (xy 115.826736 106.911242) - (xy 115.931725 106.95473) - (xy 116.04318 106.9769) - (xy 116.15682 106.9769) - (xy 116.268275 106.95473) - (xy 116.373264 106.911242) - (xy 116.467752 106.848107) - (xy 116.548107 106.767752) - (xy 116.611242 106.673264) - (xy 116.65473 106.568275) - (xy 116.6769 106.45682) - (xy 116.6769 106.34318) - (xy 116.65473 106.231725) - (xy 116.611242 106.126736) - (xy 116.548107 106.032248) - (xy 116.467752 105.951893) - (xy 116.373264 105.888758) - (xy 116.268275 105.84527) - (xy 116.15682 105.8231) - (xy 116.04318 105.8231) - (xy 115.931725 105.84527) - (xy 115.826736 105.888758) - (xy 115.732248 105.951893) - (xy 115.651893 106.032248) - (xy 115.588758 106.126736) - (xy 115.54527 106.231725) - (xy 115.5231 106.34318) - (xy 107.028745 106.34318) - (xy 107.320025 106.0519) - (xy 108.282022 106.0519) - (xy 108.377795 106.042467) - (xy 108.500678 106.005191) - (xy 108.613929 105.944657) - (xy 108.713193 105.863193) - (xy 108.794657 105.763929) - (xy 108.855191 105.650678) - (xy 108.892467 105.527795) - (xy 108.905054 105.4) - (xy 108.892467 105.272205) - (xy 108.855191 105.149322) - (xy 108.794657 105.036071) - (xy 108.713193 104.936807) - (xy 108.613929 104.855343) - (xy 108.500678 104.794809) - (xy 108.377795 104.757533) - (xy 108.282022 104.7481) - (xy 107.082013 104.7481) - (xy 107.049999 104.744947) - (xy 107.017985 104.7481) - (xy 107.017978 104.7481) - (xy 106.922205 104.757533) - (xy 106.799322 104.794809) - (xy 106.729279 104.832248) - (xy 106.686071 104.855343) - (xy 106.633972 104.8981) - (xy 106.586807 104.936807) - (xy 106.566395 104.961679) - (xy 105.861685 105.666391) - (xy 105.836808 105.686807) - (xy 105.790544 105.74318) - (xy 105.755343 105.786072) - (xy 105.69481 105.899322) - (xy 105.657533 106.022207) - (xy 105.644947 106.15) - (xy 105.648101 106.182024) - (xy 105.6481 108.161744) - (xy 105.603691 108.143349) - (xy 105.501895 108.1231) - (xy 105.398105 108.1231) - (xy 105.296309 108.143349) - (xy 105.200419 108.183068) - (xy 105.114121 108.24073) - (xy 105.04073 108.314121) - (xy 104.983068 108.400419) - (xy 104.943349 108.496309) - (xy 104.9231 108.598105) - (xy 101.9769 108.598105) - (xy 101.956651 108.496309) - (xy 101.916932 108.400419) - (xy 101.85927 108.314121) - (xy 101.785879 108.24073) - (xy 101.699581 108.183068) - (xy 101.603691 108.143349) - (xy 101.501895 108.1231) - (xy 101.398105 108.1231) - (xy 101.296309 108.143349) - (xy 101.200419 108.183068) - (xy 101.114121 108.24073) - (xy 101.04073 108.314121) - (xy 100.983068 108.400419) - (xy 100.943349 108.496309) - (xy 100.9231 108.598105) - (xy 85.248239 108.598105) - (xy 85.248239 107.549999) - (xy 85.238089 107.446945) - (xy 85.208029 107.347851) - (xy 85.159215 107.256526) - (xy 85.093522 107.176478) - (xy 85.013474 107.110785) - (xy 84.922149 107.061971) - (xy 84.823055 107.031911) - (xy 84.720001 107.021761) - (xy 83.479999 107.021761) - (xy 83.376945 107.031911) - (xy 83.277851 107.061971) - (xy 83.186526 107.110785) - (xy 83.106478 107.176478) - (xy 83.040785 107.256526) - (xy 82.991971 107.347851) - (xy 82.961911 107.446945) - (xy 82.951761 107.549999) - (xy 82.529058 107.549999) - (xy 82.518226 107.529734) - (xy 82.374905 107.355095) - (xy 82.200266 107.211774) - (xy 82.001023 107.105276) - (xy 81.784832 107.039695) - (xy 81.56 107.017551) - (xy 81.335169 107.039695) - (xy 81.118978 107.105276) - (xy 80.919735 107.211774) - (xy 80.745096 107.355095) - (xy 80.601775 107.529734) - (xy 80.495276 107.728977) - (xy 80.429695 107.945168) - (xy 80.4131 108.11366) - (xy 75.308264 108.11366) - (xy 76.238321 107.183605) - (xy 76.263193 107.163193) - (xy 76.344657 107.063929) - (xy 76.376514 107.004328) - (xy 76.405191 106.950679) - (xy 76.418769 106.905918) - (xy 76.426736 106.911242) - (xy 76.531725 106.95473) - (xy 76.64318 106.9769) - (xy 76.75682 106.9769) - (xy 76.868275 106.95473) - (xy 76.879171 106.950217) - (xy 76.888758 106.973362) - (xy 76.951893 107.06785) - (xy 77.032248 107.148205) - (xy 77.126736 107.21134) - (xy 77.231725 107.254828) - (xy 77.34318 107.276998) - (xy 77.45682 107.276998) - (xy 77.568275 107.254828) - (xy 77.673264 107.21134) - (xy 77.767752 107.148205) - (xy 77.848107 107.06785) - (xy 77.911242 106.973362) - (xy 77.95473 106.868373) - (xy 77.9769 106.756918) - (xy 77.9769 106.643278) - (xy 77.95473 106.531823) - (xy 77.911242 106.426834) - (xy 77.848107 106.332346) - (xy 77.767752 106.251991) - (xy 77.673264 106.188856) - (xy 77.568275 106.145368) - (xy 77.45682 106.123198) - (xy 77.34318 106.123198) - (xy 77.231725 106.145368) - (xy 77.220829 106.149881) - (xy 77.211242 106.126736) - (xy 77.148107 106.032248) - (xy 77.067752 105.951893) - (xy 76.973264 105.888758) - (xy 76.868275 105.84527) - (xy 76.75682 105.8231) - (xy 76.64318 105.8231) - (xy 76.531725 105.84527) - (xy 76.4519 105.878335) - (xy 76.4519 105.593458) - (xy 79.4231 105.593458) - (xy 79.4231 105.707098) - (xy 79.44527 105.818553) - (xy 79.488758 105.923542) - (xy 79.551893 106.01803) - (xy 79.632248 106.098385) - (xy 79.726736 106.16152) - (xy 79.831725 106.205008) - (xy 79.94318 106.227178) - (xy 80.05682 106.227178) - (xy 80.168275 106.205008) - (xy 80.273264 106.16152) - (xy 80.367752 106.098385) - (xy 80.448107 106.01803) - (xy 80.511242 105.923542) - (xy 80.55473 105.818553) - (xy 80.563015 105.7769) - (xy 80.65682 105.7769) - (xy 80.768275 105.75473) - (xy 80.873264 105.711242) - (xy 80.967752 105.648107) - (xy 81.048107 105.567752) - (xy 81.111242 105.473264) - (xy 81.15473 105.368275) - (xy 81.1769 105.25682) - (xy 81.1769 105.1769) - (xy 81.25682 105.1769) - (xy 81.368275 105.15473) - (xy 81.473264 105.111242) - (xy 81.567752 105.048107) - (xy 81.648107 104.967752) - (xy 81.711242 104.873264) - (xy 81.75473 104.768275) - (xy 81.7769 104.65682) - (xy 81.7769 104.5769) - (xy 81.85682 104.5769) - (xy 81.968275 104.55473) - (xy 82.073264 104.511242) - (xy 82.167752 104.448107) - (xy 82.248107 104.367752) - (xy 82.311242 104.273264) - (xy 82.35473 104.168275) - (xy 82.3769 104.05682) - (xy 82.3769 103.9769) - (xy 82.45682 103.9769) - (xy 82.568275 103.95473) - (xy 82.673264 103.911242) - (xy 82.767752 103.848107) - (xy 82.848107 103.767752) - (xy 82.911242 103.673264) - (xy 82.95473 103.568275) - (xy 82.9769 103.45682) - (xy 82.9769 103.3769) - (xy 83.05682 103.3769) - (xy 83.168275 103.35473) - (xy 83.273264 103.311242) - (xy 83.367752 103.248107) - (xy 83.448107 103.167752) - (xy 83.511242 103.073264) - (xy 83.55473 102.968275) - (xy 83.5769 102.85682) - (xy 83.5769 102.7769) - (xy 83.65682 102.7769) - (xy 83.768275 102.75473) - (xy 83.873264 102.711242) - (xy 83.967752 102.648107) - (xy 84.048107 102.567752) - (xy 84.111242 102.473264) - (xy 84.15473 102.368275) - (xy 84.1769 102.25682) - (xy 84.1769 102.14318) - (xy 84.15473 102.031725) - (xy 84.111242 101.926736) - (xy 84.048107 101.832248) - (xy 83.967752 101.751893) - (xy 83.873264 101.688758) - (xy 83.768275 101.64527) - (xy 83.65682 101.6231) - (xy 83.54318 101.6231) - (xy 83.431725 101.64527) - (xy 83.326736 101.688758) - (xy 83.232248 101.751893) - (xy 83.151893 101.832248) - (xy 83.088758 101.926736) - (xy 83.04527 102.031725) - (xy 83.0231 102.14318) - (xy 83.0231 102.2231) - (xy 82.94318 102.2231) - (xy 82.831725 102.24527) - (xy 82.726736 102.288758) - (xy 82.632248 102.351893) - (xy 82.551893 102.432248) - (xy 82.488758 102.526736) - (xy 82.44527 102.631725) - (xy 82.4231 102.74318) - (xy 82.4231 102.8231) - (xy 82.34318 102.8231) - (xy 82.231725 102.84527) - (xy 82.126736 102.888758) - (xy 82.032248 102.951893) - (xy 81.951893 103.032248) - (xy 81.888758 103.126736) - (xy 81.84527 103.231725) - (xy 81.8231 103.34318) - (xy 81.8231 103.4231) - (xy 81.74318 103.4231) - (xy 81.631725 103.44527) - (xy 81.526736 103.488758) - (xy 81.432248 103.551893) - (xy 81.351893 103.632248) - (xy 81.288758 103.726736) - (xy 81.24527 103.831725) - (xy 81.2231 103.94318) - (xy 81.2231 104.0231) - (xy 81.14318 104.0231) - (xy 81.031725 104.04527) - (xy 80.926736 104.088758) - (xy 80.832248 104.151893) - (xy 80.751893 104.232248) - (xy 80.688758 104.326736) - (xy 80.64527 104.431725) - (xy 80.6231 104.54318) - (xy 80.6231 104.6231) - (xy 80.54318 104.6231) - (xy 80.431725 104.64527) - (xy 80.326736 104.688758) - (xy 80.232248 104.751893) - (xy 80.151893 104.832248) - (xy 80.088758 104.926736) - (xy 80.04527 105.031725) - (xy 80.036985 105.073378) - (xy 79.94318 105.073378) - (xy 79.831725 105.095548) - (xy 79.726736 105.139036) - (xy 79.632248 105.202171) - (xy 79.551893 105.282526) - (xy 79.488758 105.377014) - (xy 79.44527 105.482003) - (xy 79.4231 105.593458) - (xy 76.4519 105.593458) - (xy 76.4519 105.240878) - (xy 77.738321 103.954459) - (xy 77.763193 103.934047) - (xy 77.844657 103.834783) - (xy 77.905191 103.721532) - (xy 77.942467 103.598649) - (xy 77.9519 103.502876) - (xy 77.9519 103.502869) - (xy 77.955053 103.470855) - (xy 77.9519 103.438841) - (xy 77.9519 102.14318) - (xy 78.5231 102.14318) - (xy 78.5231 102.25682) - (xy 78.54527 102.368275) - (xy 78.588758 102.473264) - (xy 78.651893 102.567752) - (xy 78.732248 102.648107) - (xy 78.826736 102.711242) - (xy 78.931725 102.75473) - (xy 79.04318 102.7769) - (xy 79.15682 102.7769) - (xy 79.268275 102.75473) - (xy 79.373264 102.711242) - (xy 79.467752 102.648107) - (xy 79.548107 102.567752) - (xy 79.611242 102.473264) - (xy 79.65473 102.368275) - (xy 79.6769 102.25682) - (xy 79.6769 102.14318) - (xy 79.65473 102.031725) - (xy 79.611242 101.926736) - (xy 79.567943 101.861934) - (xy 79.64318 101.8769) - (xy 79.75682 101.8769) - (xy 79.868275 101.85473) - (xy 79.973264 101.811242) - (xy 80.067752 101.748107) - (xy 80.148107 101.667752) - (xy 80.211242 101.573264) - (xy 80.25473 101.468275) - (xy 80.2769 101.35682) - (xy 80.2769 101.24318) - (xy 80.266917 101.192992) - (xy 84.223098 101.192992) - (xy 84.223098 101.306632) - (xy 84.245268 101.418087) - (xy 84.288756 101.523076) - (xy 84.351891 101.617564) - (xy 84.432246 101.697919) - (xy 84.526734 101.761054) - (xy 84.631723 101.804542) - (xy 84.743178 101.826712) - (xy 84.856818 101.826712) - (xy 84.968273 101.804542) - (xy 85.073262 101.761054) - (xy 85.16775 101.697919) - (xy 85.248105 101.617564) - (xy 85.31124 101.523076) - (xy 85.354728 101.418087) - (xy 85.376898 101.306632) - (xy 85.376898 101.192992) - (xy 85.354728 101.081537) - (xy 85.31124 100.976548) - (xy 85.248105 100.88206) - (xy 85.16775 100.801705) - (xy 85.073262 100.73857) - (xy 84.968273 100.695082) - (xy 84.856818 100.672912) - (xy 84.743178 100.672912) - (xy 84.631723 100.695082) - (xy 84.526734 100.73857) - (xy 84.432246 100.801705) - (xy 84.351891 100.88206) - (xy 84.288756 100.976548) - (xy 84.245268 101.081537) - (xy 84.223098 101.192992) - (xy 80.266917 101.192992) - (xy 80.25473 101.131725) - (xy 80.211242 101.026736) - (xy 80.148107 100.932248) - (xy 80.067752 100.851893) - (xy 79.973264 100.788758) - (xy 79.868275 100.74527) - (xy 79.75682 100.7231) - (xy 79.64318 100.7231) - (xy 79.531725 100.74527) - (xy 79.426736 100.788758) - (xy 79.332248 100.851893) - (xy 79.251893 100.932248) - (xy 79.188758 101.026736) - (xy 79.14527 101.131725) - (xy 79.1231 101.24318) - (xy 79.1231 101.35682) - (xy 79.14527 101.468275) - (xy 79.188758 101.573264) - (xy 79.232057 101.638066) - (xy 79.15682 101.6231) - (xy 79.04318 101.6231) - (xy 78.931725 101.64527) - (xy 78.826736 101.688758) - (xy 78.732248 101.751893) - (xy 78.651893 101.832248) - (xy 78.588758 101.926736) - (xy 78.54527 102.031725) - (xy 78.5231 102.14318) - (xy 77.9519 102.14318) - (xy 77.9519 100.020024) - (xy 78.471261 99.500664) - (xy 78.488758 99.542906) - (xy 78.551893 99.637394) - (xy 78.632248 99.717749) - (xy 78.726736 99.780884) - (xy 78.831725 99.824372) - (xy 78.94318 99.846542) - (xy 79.05682 99.846542) - (xy 79.168275 99.824372) - (xy 79.273264 99.780884) - (xy 79.367752 99.717749) - (xy 79.448107 99.637394) - (xy 79.511242 99.542906) - (xy 79.538583 99.4769) - (xy 83.2 99.4769) - (xy 83.254021 99.471579) - (xy 83.305965 99.455822) - (xy 83.353837 99.430234) - (xy 83.395798 99.395798) - (xy 83.430234 99.353837) - (xy 83.455822 99.305965) - (xy 83.471579 99.254021) - (xy 83.4769 99.2) - (xy 83.4769 97.942919) - (xy 83.525897 97.922624) - (xy 83.604006 97.870433) - (xy 83.670433 97.804006) - (xy 83.722624 97.725897) - (xy 83.758573 97.639107) - (xy 83.7769 97.546971) - (xy 83.7769 97.453029) - (xy 83.761757 97.3769) - (xy 84.438243 97.3769) - (xy 84.428482 97.425973) - (xy 84.115973 97.738482) - (xy 84.102554 97.749495) - (xy 84.091542 97.762913) - (xy 84.091537 97.762918) - (xy 84.058579 97.803077) - (xy 84.031443 97.853844) - (xy 84.025902 97.864211) - (xy 84.00578 97.930545) - (xy 84.000688 97.982247) - (xy 84.000688 97.982257) - (xy 83.998987 97.999528) - (xy 84.000688 98.016799) - (xy 84.000688 98.435317) - (xy 83.998987 98.452588) - (xy 84.000688 98.469859) - (xy 84.000688 98.46987) - (xy 84.005781 98.521572) - (xy 84.010994 98.538758) - (xy 84.025902 98.587905) - (xy 84.058579 98.649039) - (xy 84.091537 98.689198) - (xy 84.091543 98.689204) - (xy 84.102555 98.702622) - (xy 84.115973 98.713634) - (xy 86.338954 100.936616) - (xy 86.349966 100.950034) - (xy 86.363384 100.961046) - (xy 86.363389 100.961051) - (xy 86.397151 100.988758) - (xy 86.403549 100.994009) - (xy 86.464682 101.026686) - (xy 86.531016 101.046808) - (xy 86.582718 101.0519) - (xy 86.582729 101.0519) - (xy 86.6 101.053601) - (xy 86.617271 101.0519) - (xy 86.941999 101.0519) - (xy 86.945256 101.068275) - (xy 86.988744 101.173264) - (xy 87.051879 101.267752) - (xy 87.132234 101.348107) - (xy 87.226722 101.411242) - (xy 87.331711 101.45473) - (xy 87.443166 101.4769) - (xy 87.556806 101.4769) - (xy 87.668261 101.45473) - (xy 87.77325 101.411242) - (xy 87.867738 101.348107) - (xy 87.948093 101.267752) - (xy 88.011228 101.173264) - (xy 88.054716 101.068275) - (xy 88.076886 100.95682) - (xy 88.076886 100.84318) - (xy 88.054716 100.731725) - (xy 88.038916 100.69358) - (xy 88.073262 100.679353) - (xy 88.16775 100.616218) - (xy 88.248105 100.535863) - (xy 88.31124 100.441375) - (xy 88.354728 100.336386) - (xy 88.376898 100.224931) - (xy 88.376898 100.111291) - (xy 88.354728 99.999836) - (xy 88.31124 99.894847) - (xy 88.248105 99.800359) - (xy 88.16775 99.720004) - (xy 88.073262 99.656869) - (xy 87.968273 99.613381) - (xy 87.866717 99.59318) - (xy 90.2231 99.59318) - (xy 90.2231 99.70682) - (xy 90.24527 99.818275) - (xy 90.288758 99.923264) - (xy 90.351893 100.017752) - (xy 90.432248 100.098107) - (xy 90.526736 100.161242) - (xy 90.631725 100.20473) - (xy 90.74318 100.2269) - (xy 90.85682 100.2269) - (xy 90.968275 100.20473) - (xy 91.073264 100.161242) - (xy 91.167752 100.098107) - (xy 91.248107 100.017752) - (xy 91.311242 99.923264) - (xy 91.35473 99.818275) - (xy 91.3769 99.70682) - (xy 91.3769 99.59318) - (xy 91.35473 99.481725) - (xy 91.311242 99.376736) - (xy 91.248107 99.282248) - (xy 91.167752 99.201893) - (xy 91.073264 99.138758) - (xy 90.968275 99.09527) - (xy 90.85682 99.0731) - (xy 90.74318 99.0731) - (xy 90.631725 99.09527) - (xy 90.526736 99.138758) - (xy 90.432248 99.201893) - (xy 90.351893 99.282248) - (xy 90.288758 99.376736) - (xy 90.24527 99.481725) - (xy 90.2231 99.59318) - (xy 87.866717 99.59318) - (xy 87.856818 99.591211) - (xy 87.743178 99.591211) - (xy 87.631723 99.613381) - (xy 87.526734 99.656869) - (xy 87.432246 99.720004) - (xy 87.351891 99.800359) - (xy 87.288756 99.894847) - (xy 87.245268 99.999836) - (xy 87.223098 100.111291) - (xy 87.223098 100.224931) - (xy 87.245268 100.336386) - (xy 87.25012 100.3481) - (xy 86.745762 100.3481) - (xy 85.121929 98.724268) - (xy 85.125897 98.722624) - (xy 85.204006 98.670433) - (xy 85.270433 98.604006) - (xy 85.3 98.559756) - (xy 85.329567 98.604006) - (xy 85.395994 98.670433) - (xy 85.474103 98.722624) - (xy 85.560893 98.758573) - (xy 85.653029 98.7769) - (xy 85.746971 98.7769) - (xy 85.839107 98.758573) - (xy 85.925897 98.722624) - (xy 86.004006 98.670433) - (xy 86.070433 98.604006) - (xy 86.122624 98.525897) - (xy 86.157417 98.441899) - (xy 86.171213 98.446084) - (xy 86.249999 98.453844) - (xy 86.269736 98.4519) - (xy 87.030263 98.4519) - (xy 87.05 98.453844) - (xy 87.069737 98.4519) - (xy 87.128786 98.446084) - (xy 87.204544 98.423103) - (xy 87.274364 98.385784) - (xy 87.335561 98.335561) - (xy 87.348146 98.320226) - (xy 87.725192 97.94318) - (xy 90.2231 97.94318) - (xy 90.2231 98.05682) - (xy 90.24527 98.168275) - (xy 90.288758 98.273264) - (xy 90.351893 98.367752) - (xy 90.432248 98.448107) - (xy 90.526736 98.511242) - (xy 90.631725 98.55473) - (xy 90.74318 98.5769) - (xy 90.85682 98.5769) - (xy 90.968275 98.55473) - (xy 91.073264 98.511242) - (xy 91.167752 98.448107) - (xy 91.248107 98.367752) - (xy 91.311242 98.273264) - (xy 91.35473 98.168275) - (xy 91.3769 98.05682) - (xy 91.3769 97.94318) - (xy 91.35473 97.831725) - (xy 91.311242 97.726736) - (xy 91.248107 97.632248) - (xy 91.167752 97.551893) - (xy 91.073264 97.488758) - (xy 90.968275 97.44527) - (xy 90.85682 97.4231) - (xy 90.74318 97.4231) - (xy 90.631725 97.44527) - (xy 90.526736 97.488758) - (xy 90.432248 97.551893) - (xy 90.351893 97.632248) - (xy 90.288758 97.726736) - (xy 90.24527 97.831725) - (xy 90.2231 97.94318) - (xy 87.725192 97.94318) - (xy 89.370226 96.298146) - (xy 89.385561 96.285561) - (xy 89.435784 96.224364) - (xy 89.473103 96.154544) - (xy 89.496084 96.078786) - (xy 89.5019 96.019737) - (xy 89.503844 96) - (xy 89.5019 95.980263) - (xy 89.5019 95.913959) - (xy 89.548107 95.867752) - (xy 89.611242 95.773264) - (xy 89.65473 95.668275) - (xy 89.6769 95.55682) - (xy 89.6769 95.44318) - (xy 89.65473 95.331725) - (xy 89.611242 95.226736) - (xy 89.548107 95.132248) - (xy 89.467752 95.051893) - (xy 89.373264 94.988758) - (xy 89.268275 94.94527) - (xy 89.15682 94.9231) - (xy 89.04318 94.9231) - (xy 88.931725 94.94527) - (xy 88.826736 94.988758) - (xy 88.732248 95.051893) - (xy 88.651893 95.132248) - (xy 88.588758 95.226736) - (xy 88.54527 95.331725) - (xy 88.5231 95.44318) - (xy 88.5231 95.55682) - (xy 88.54527 95.668275) - (xy 88.588758 95.773264) - (xy 88.651893 95.867752) - (xy 88.657885 95.873744) - (xy 86.974974 97.556654) - (xy 86.9769 97.546971) - (xy 86.9769 97.453029) - (xy 86.958573 97.360893) - (xy 86.922624 97.274103) - (xy 86.870433 97.195994) - (xy 86.804006 97.129567) - (xy 86.759756 97.1) - (xy 86.804006 97.070433) - (xy 86.870433 97.004006) - (xy 86.922624 96.925897) - (xy 86.958573 96.839107) - (xy 86.9769 96.746971) - (xy 86.9769 96.653029) - (xy 86.958573 96.560893) - (xy 86.922624 96.474103) - (xy 86.870433 96.395994) - (xy 86.804006 96.329567) - (xy 86.759756 96.3) - (xy 86.804006 96.270433) - (xy 86.870433 96.204006) - (xy 86.922624 96.125897) - (xy 86.958573 96.039107) - (xy 86.9769 95.946971) - (xy 86.9769 95.853029) - (xy 86.958573 95.760893) - (xy 86.922624 95.674103) - (xy 86.870433 95.595994) - (xy 86.804006 95.529567) - (xy 86.759756 95.5) - (xy 86.804006 95.470433) - (xy 86.870433 95.404006) - (xy 86.922624 95.325897) - (xy 86.958573 95.239107) - (xy 86.9769 95.146971) - (xy 86.9769 95.053029) - (xy 86.958573 94.960893) - (xy 86.922624 94.874103) - (xy 86.870433 94.795994) - (xy 86.804006 94.729567) - (xy 86.725897 94.677376) - (xy 86.639107 94.641427) - (xy 86.546971 94.6231) - (xy 86.453029 94.6231) - (xy 86.360893 94.641427) - (xy 86.274103 94.677376) - (xy 86.195994 94.729567) - (xy 86.129567 94.795994) - (xy 86.077376 94.874103) - (xy 86.041427 94.960893) - (xy 86.0231 95.053029) - (xy 86.0231 95.146971) - (xy 86.041427 95.239107) - (xy 86.077376 95.325897) - (xy 86.129567 95.404006) - (xy 86.195994 95.470433) - (xy 86.240244 95.5) - (xy 86.195994 95.529567) - (xy 86.129567 95.595994) - (xy 86.077376 95.674103) - (xy 86.041427 95.760893) - (xy 86.0231 95.853029) - (xy 86.0231 95.946971) - (xy 86.041427 96.039107) - (xy 86.077376 96.125897) - (xy 86.129567 96.204006) - (xy 86.195994 96.270433) - (xy 86.240244 96.3) - (xy 86.195994 96.329567) - (xy 86.129567 96.395994) - (xy 86.1 96.440244) - (xy 86.070433 96.395994) - (xy 86.004006 96.329567) - (xy 85.925897 96.277376) - (xy 85.839107 96.241427) - (xy 85.746971 96.2231) - (xy 85.653029 96.2231) - (xy 85.5769 96.238243) - (xy 85.5769 93.9) - (xy 85.571579 93.845979) - (xy 85.555822 93.794035) - (xy 85.530234 93.746163) - (xy 85.495798 93.704202) - (xy 85.453837 93.669766) - (xy 85.405965 93.644178) - (xy 85.354021 93.628421) - (xy 85.3 93.6231) - (xy 84.561757 93.6231) - (xy 84.5769 93.546971) - (xy 84.5769 93.453029) - (xy 84.558573 93.360893) - (xy 84.522624 93.274103) - (xy 84.470433 93.195994) - (xy 84.404006 93.129567) - (xy 84.325897 93.077376) - (xy 84.2519 93.046726) - (xy 84.2519 91.853029) - (xy 84.4231 91.853029) - (xy 84.4231 91.946971) - (xy 84.441427 92.039107) - (xy 84.477376 92.125897) - (xy 84.529567 92.204006) - (xy 84.595994 92.270433) - (xy 84.640244 92.3) - (xy 84.595994 92.329567) - (xy 84.529567 92.395994) - (xy 84.477376 92.474103) - (xy 84.441427 92.560893) - (xy 84.4231 92.653029) - (xy 84.4231 92.746971) - (xy 84.441427 92.839107) - (xy 84.477376 92.925897) - (xy 84.529567 93.004006) - (xy 84.595994 93.070433) - (xy 84.674103 93.122624) - (xy 84.760893 93.158573) - (xy 84.853029 93.1769) - (xy 84.946971 93.1769) - (xy 85.039107 93.158573) - (xy 85.125897 93.122624) - (xy 85.204006 93.070433) - (xy 85.270433 93.004006) - (xy 85.3 92.959756) - (xy 85.329567 93.004006) - (xy 85.395994 93.070433) - (xy 85.474103 93.122624) - (xy 85.560893 93.158573) - (xy 85.653029 93.1769) - (xy 85.746971 93.1769) - (xy 85.839107 93.158573) - (xy 85.925897 93.122624) - (xy 86.004006 93.070433) - (xy 86.070433 93.004006) - (xy 86.1 92.959756) - (xy 86.129567 93.004006) - (xy 86.195994 93.070433) - (xy 86.240244 93.1) - (xy 86.195994 93.129567) - (xy 86.129567 93.195994) - (xy 86.077376 93.274103) - (xy 86.041427 93.360893) - (xy 86.0231 93.453029) - (xy 86.0231 93.546971) - (xy 86.041427 93.639107) - (xy 86.077376 93.725897) - (xy 86.129567 93.804006) - (xy 86.195994 93.870433) - (xy 86.274103 93.922624) - (xy 86.360893 93.958573) - (xy 86.453029 93.9769) - (xy 86.546971 93.9769) - (xy 86.639107 93.958573) - (xy 86.725897 93.922624) - (xy 86.804006 93.870433) - (xy 86.870433 93.804006) - (xy 86.922624 93.725897) - (xy 86.958573 93.639107) - (xy 86.9769 93.546971) - (xy 86.9769 93.453029) - (xy 86.958573 93.360893) - (xy 86.922624 93.274103) - (xy 86.870433 93.195994) - (xy 86.804006 93.129567) - (xy 86.759756 93.1) - (xy 86.804006 93.070433) - (xy 86.870433 93.004006) - (xy 86.922624 92.925897) - (xy 86.958573 92.839107) - (xy 86.9769 92.746971) - (xy 86.9769 92.653029) - (xy 86.958573 92.560893) - (xy 86.922624 92.474103) - (xy 86.870433 92.395994) - (xy 86.804006 92.329567) - (xy 86.725897 92.277376) - (xy 86.639107 92.241427) - (xy 86.546971 92.2231) - (xy 86.453029 92.2231) - (xy 86.360893 92.241427) - (xy 86.274103 92.277376) - (xy 86.195994 92.329567) - (xy 86.129567 92.395994) - (xy 86.1 92.440244) - (xy 86.070433 92.395994) - (xy 86.004006 92.329567) - (xy 85.959756 92.3) - (xy 86.004006 92.270433) - (xy 86.070433 92.204006) - (xy 86.122624 92.125897) - (xy 86.158573 92.039107) - (xy 86.1769 91.946971) - (xy 86.1769 91.853029) - (xy 86.158573 91.760893) - (xy 86.122624 91.674103) - (xy 86.070433 91.595994) - (xy 86.004006 91.529567) - (xy 85.925897 91.477376) - (xy 85.839107 91.441427) - (xy 85.746971 91.4231) - (xy 85.653029 91.4231) - (xy 85.560893 91.441427) - (xy 85.474103 91.477376) - (xy 85.395994 91.529567) - (xy 85.329567 91.595994) - (xy 85.3 91.640244) - (xy 85.270433 91.595994) - (xy 85.204006 91.529567) - (xy 85.125897 91.477376) - (xy 85.039107 91.441427) - (xy 84.946971 91.4231) - (xy 84.853029 91.4231) - (xy 84.760893 91.441427) - (xy 84.674103 91.477376) - (xy 84.595994 91.529567) - (xy 84.529567 91.595994) - (xy 84.477376 91.674103) - (xy 84.441427 91.760893) - (xy 84.4231 91.853029) - (xy 84.2519 91.853029) - (xy 84.2519 91.616472) - (xy 85.466472 90.4019) - (xy 86.636041 90.4019) - (xy 86.682248 90.448107) - (xy 86.776736 90.511242) - (xy 86.881725 90.55473) - (xy 86.99318 90.5769) - (xy 87.10682 90.5769) - (xy 87.218275 90.55473) - (xy 87.248101 90.542376) - (xy 87.2481 93.82408) - (xy 87.160893 93.841427) - (xy 87.074103 93.877376) - (xy 86.995994 93.929567) - (xy 86.929567 93.995994) - (xy 86.877376 94.074103) - (xy 86.841427 94.160893) - (xy 86.8231 94.253029) - (xy 86.8231 94.346971) - (xy 86.841427 94.439107) - (xy 86.877376 94.525897) - (xy 86.929567 94.604006) - (xy 86.995994 94.670433) - (xy 87.074103 94.722624) - (xy 87.160893 94.758573) - (xy 87.253029 94.7769) - (xy 87.346971 94.7769) - (xy 87.439107 94.758573) - (xy 87.525897 94.722624) - (xy 87.604006 94.670433) - (xy 87.670433 94.604006) - (xy 87.722624 94.525897) - (xy 87.758573 94.439107) - (xy 87.7769 94.346971) - (xy 87.7769 94.320762) - (xy 87.83662 94.261042) - (xy 87.850033 94.250034) - (xy 87.861042 94.23662) - (xy 87.861051 94.236611) - (xy 87.894009 94.196452) - (xy 87.926686 94.135318) - (xy 87.935275 94.107002) - (xy 87.939467 94.09318) - (xy 89.0231 94.09318) - (xy 89.0231 94.20682) - (xy 89.04527 94.318275) - (xy 89.088758 94.423264) - (xy 89.151893 94.517752) - (xy 89.232248 94.598107) - (xy 89.326736 94.661242) - (xy 89.431725 94.70473) - (xy 89.54318 94.7269) - (xy 89.65682 94.7269) - (xy 89.768275 94.70473) - (xy 89.873264 94.661242) - (xy 89.967752 94.598107) - (xy 90.048107 94.517752) - (xy 90.111242 94.423264) - (xy 90.15473 94.318275) - (xy 90.1769 94.20682) - (xy 90.1769 94.09318) - (xy 90.15473 93.981725) - (xy 90.111242 93.876736) - (xy 90.048107 93.782248) - (xy 89.967752 93.701893) - (xy 89.873264 93.638758) - (xy 89.768275 93.59527) - (xy 89.65682 93.5731) - (xy 89.54318 93.5731) - (xy 89.431725 93.59527) - (xy 89.326736 93.638758) - (xy 89.232248 93.701893) - (xy 89.151893 93.782248) - (xy 89.088758 93.876736) - (xy 89.04527 93.981725) - (xy 89.0231 94.09318) - (xy 87.939467 94.09318) - (xy 87.946808 94.068984) - (xy 87.9519 94.017282) - (xy 87.9519 94.017272) - (xy 87.953601 94.000001) - (xy 87.9519 93.98273) - (xy 87.9519 93.148105) - (xy 88.0731 93.148105) - (xy 88.0731 93.251895) - (xy 88.093349 93.353691) - (xy 88.133068 93.449581) - (xy 88.19073 93.535879) - (xy 88.264121 93.60927) - (xy 88.350419 93.666932) - (xy 88.446309 93.706651) - (xy 88.548105 93.7269) - (xy 88.651895 93.7269) - (xy 88.753691 93.706651) - (xy 88.849581 93.666932) - (xy 88.935879 93.60927) - (xy 88.993249 93.5519) - (xy 90.004239 93.5519) - (xy 91.0981 94.645762) - (xy 91.098101 97.282719) - (xy 91.096399 97.3) - (xy 91.098101 97.317281) - (xy 91.098101 97.317282) - (xy 91.103193 97.368984) - (xy 91.107214 97.382239) - (xy 91.123314 97.435317) - (xy 91.155991 97.496451) - (xy 91.188949 97.53661) - (xy 91.188955 97.536616) - (xy 91.199967 97.550034) - (xy 91.213385 97.561046) - (xy 92.07682 98.424481) - (xy 92.0731 98.44318) - (xy 92.0731 98.55682) - (xy 92.09527 98.668275) - (xy 92.138758 98.773264) - (xy 92.201893 98.867752) - (xy 92.282248 98.948107) - (xy 92.376736 99.011242) - (xy 92.481725 99.05473) - (xy 92.59318 99.0769) - (xy 92.70682 99.0769) - (xy 92.818275 99.05473) - (xy 92.923264 99.011242) - (xy 93.017752 98.948107) - (xy 93.098107 98.867752) - (xy 93.161242 98.773264) - (xy 93.20473 98.668275) - (xy 93.2269 98.55682) - (xy 93.2269 98.44318) - (xy 93.20473 98.331725) - (xy 93.161242 98.226736) - (xy 93.098107 98.132248) - (xy 93.017752 98.051893) - (xy 92.923264 97.988758) - (xy 92.818275 97.94527) - (xy 92.70682 97.9231) - (xy 92.59318 97.9231) - (xy 92.574481 97.92682) - (xy 91.8019 97.154239) - (xy 91.8019 97.04318) - (xy 95.5231 97.04318) - (xy 95.5231 97.15682) - (xy 95.54527 97.268275) - (xy 95.588758 97.373264) - (xy 95.651893 97.467752) - (xy 95.732248 97.548107) - (xy 95.826736 97.611242) - (xy 95.931725 97.65473) - (xy 96.04318 97.6769) - (xy 96.15682 97.6769) - (xy 96.268275 97.65473) - (xy 96.373264 97.611242) - (xy 96.467752 97.548107) - (xy 96.5481 97.467759) - (xy 96.5481 99.025346) - (xy 96.545672 99.05) - (xy 96.5481 99.074654) - (xy 96.5481 99.432241) - (xy 96.467752 99.351893) - (xy 96.373264 99.288758) - (xy 96.268275 99.24527) - (xy 96.15682 99.2231) - (xy 96.04318 99.2231) - (xy 95.931725 99.24527) - (xy 95.826736 99.288758) - (xy 95.732248 99.351893) - (xy 95.651893 99.432248) - (xy 95.588758 99.526736) - (xy 95.54527 99.631725) - (xy 95.5231 99.74318) - (xy 95.5231 99.85682) - (xy 95.54527 99.968275) - (xy 95.588758 100.073264) - (xy 95.651893 100.167752) - (xy 95.732248 100.248107) - (xy 95.826736 100.311242) - (xy 95.931725 100.35473) - (xy 96.04318 100.3769) - (xy 96.15682 100.3769) - (xy 96.268275 100.35473) - (xy 96.373264 100.311242) - (xy 96.467752 100.248107) - (xy 96.5481 100.167759) - (xy 96.548101 101.825342) - (xy 96.545672 101.85) - (xy 96.548101 101.874658) - (xy 96.548101 102.232242) - (xy 96.467752 102.151893) - (xy 96.373264 102.088758) - (xy 96.268275 102.04527) - (xy 96.15682 102.0231) - (xy 96.04318 102.0231) - (xy 95.931725 102.04527) - (xy 95.826736 102.088758) - (xy 95.732248 102.151893) - (xy 95.651893 102.232248) - (xy 95.588758 102.326736) - (xy 95.54527 102.431725) - (xy 95.5231 102.54318) - (xy 95.5231 102.65682) - (xy 95.54527 102.768275) - (xy 95.588758 102.873264) - (xy 95.651893 102.967752) - (xy 95.732248 103.048107) - (xy 95.826736 103.111242) - (xy 95.931725 103.15473) - (xy 96.04318 103.1769) - (xy 96.15682 103.1769) - (xy 96.268275 103.15473) - (xy 96.373264 103.111242) - (xy 96.467752 103.048107) - (xy 96.548101 102.967758) - (xy 96.548101 104.27534) - (xy 96.545672 104.3) - (xy 96.5481 104.324651) - (xy 96.5481 105.032241) - (xy 96.467752 104.951893) - (xy 96.373264 104.888758) - (xy 96.268275 104.84527) - (xy 96.15682 104.8231) - (xy 96.04318 104.8231) - (xy 95.931725 104.84527) - (xy 95.826736 104.888758) - (xy 95.732248 104.951893) - (xy 95.651893 105.032248) - (xy 95.588758 105.126736) - (xy 95.54527 105.231725) - (xy 95.5231 105.34318) - (xy 95.5231 105.45682) - (xy 95.54527 105.568275) - (xy 95.588758 105.673264) - (xy 95.651893 105.767752) - (xy 95.732248 105.848107) - (xy 95.826736 105.911242) - (xy 95.931725 105.95473) - (xy 96.04318 105.9769) - (xy 96.15682 105.9769) - (xy 96.268275 105.95473) - (xy 96.373264 105.911242) - (xy 96.467752 105.848107) - (xy 96.548101 105.767758) - (xy 96.548101 106.32534) - (xy 96.5481 106.32535) - (xy 96.5481 106.475347) - (xy 96.545672 106.5) - (xy 96.5481 106.52465) - (xy 96.548101 106.662754) - (xy 96.538758 106.676736) - (xy 96.49527 106.781725) - (xy 96.4731 106.89318) - (xy 96.4731 107.00682) - (xy 96.49527 107.118275) - (xy 96.538758 107.223264) - (xy 96.601893 107.317752) - (xy 96.682248 107.398107) - (xy 96.776736 107.461242) - (xy 96.881725 107.50473) - (xy 96.99318 107.5269) - (xy 97.10682 107.5269) - (xy 97.218275 107.50473) - (xy 97.275 107.481234) - (xy 97.331725 107.50473) - (xy 97.44318 107.5269) - (xy 97.55682 107.5269) - (xy 97.668275 107.50473) - (xy 97.773264 107.461242) - (xy 97.867752 107.398107) - (xy 97.948107 107.317752) - (xy 98.011242 107.223264) - (xy 98.05473 107.118275) - (xy 98.0769 107.00682) - (xy 98.0769 106.89318) - (xy 98.05473 106.781725) - (xy 98.011242 106.676736) - (xy 97.948107 106.582248) - (xy 97.867752 106.501893) - (xy 97.773264 106.438758) - (xy 97.668275 106.39527) - (xy 97.651783 106.39199) - (xy 97.5519 106.292107) - (xy 97.5519 105.894647) - (xy 97.576736 105.911242) - (xy 97.681725 105.95473) - (xy 97.79318 105.9769) - (xy 97.90682 105.9769) - (xy 98.018275 105.95473) - (xy 98.123264 105.911242) - (xy 98.217752 105.848107) - (xy 98.298107 105.767752) - (xy 98.361242 105.673264) - (xy 98.40473 105.568275) - (xy 98.4269 105.45682) - (xy 98.4269 105.34318) - (xy 98.424999 105.33362) - (xy 99.510974 105.33362) - (xy 99.510974 105.44726) - (xy 99.533144 105.558715) - (xy 99.576632 105.663704) - (xy 99.639767 105.758192) - (xy 99.657858 105.776283) - (xy 99.651893 105.782248) - (xy 99.588758 105.876736) - (xy 99.54527 105.981725) - (xy 99.5231 106.09318) - (xy 99.5231 106.20682) - (xy 99.54527 106.318275) - (xy 99.588758 106.423264) - (xy 99.651893 106.517752) - (xy 99.732248 106.598107) - (xy 99.826736 106.661242) - (xy 99.931725 106.70473) - (xy 100.04318 106.7269) - (xy 100.15682 106.7269) - (xy 100.268275 106.70473) - (xy 100.373264 106.661242) - (xy 100.467752 106.598107) - (xy 100.548107 106.517752) - (xy 100.611242 106.423264) - (xy 100.65473 106.318275) - (xy 100.6769 106.20682) - (xy 100.6769 106.09318) - (xy 100.65473 105.981725) - (xy 100.611242 105.876736) - (xy 100.548107 105.782248) - (xy 100.530016 105.764157) - (xy 100.535981 105.758192) - (xy 100.599116 105.663704) - (xy 100.642604 105.558715) - (xy 100.664774 105.44726) - (xy 100.664774 105.33362) - (xy 100.642604 105.222165) - (xy 100.599116 105.117176) - (xy 100.535981 105.022688) - (xy 100.455626 104.942333) - (xy 100.361138 104.879198) - (xy 100.256149 104.83571) - (xy 100.144694 104.81354) - (xy 100.031054 104.81354) - (xy 99.919599 104.83571) - (xy 99.81461 104.879198) - (xy 99.720122 104.942333) - (xy 99.639767 105.022688) - (xy 99.576632 105.117176) - (xy 99.533144 105.222165) - (xy 99.510974 105.33362) - (xy 98.424999 105.33362) - (xy 98.40473 105.231725) - (xy 98.361242 105.126736) - (xy 98.298107 105.032248) - (xy 98.290859 105.025) - (xy 98.298107 105.017752) - (xy 98.361242 104.923264) - (xy 98.40473 104.818275) - (xy 98.4269 104.70682) - (xy 98.4269 104.59318) - (xy 98.40473 104.481725) - (xy 98.361242 104.376736) - (xy 98.298107 104.282248) - (xy 98.217752 104.201893) - (xy 98.129882 104.14318) - (xy 101.1231 104.14318) - (xy 101.1231 104.25682) - (xy 101.14527 104.368275) - (xy 101.188758 104.473264) - (xy 101.251893 104.567752) - (xy 101.332248 104.648107) - (xy 101.426736 104.711242) - (xy 101.531725 104.75473) - (xy 101.64318 104.7769) - (xy 101.75682 104.7769) - (xy 101.868275 104.75473) - (xy 101.973264 104.711242) - (xy 102.067752 104.648107) - (xy 102.148107 104.567752) - (xy 102.211242 104.473264) - (xy 102.25473 104.368275) - (xy 102.2769 104.25682) - (xy 102.2769 104.14318) - (xy 102.25473 104.031725) - (xy 102.211242 103.926736) - (xy 102.148107 103.832248) - (xy 102.067752 103.751893) - (xy 101.973264 103.688758) - (xy 101.868275 103.64527) - (xy 101.75682 103.6231) - (xy 101.64318 103.6231) - (xy 101.531725 103.64527) - (xy 101.426736 103.688758) - (xy 101.332248 103.751893) - (xy 101.251893 103.832248) - (xy 101.188758 103.926736) - (xy 101.14527 104.031725) - (xy 101.1231 104.14318) - (xy 98.129882 104.14318) - (xy 98.123264 104.138758) - (xy 98.018275 104.09527) - (xy 97.90682 104.0731) - (xy 97.79318 104.0731) - (xy 97.681725 104.09527) - (xy 97.592162 104.132369) - (xy 97.5519 104.092107) - (xy 97.5519 103.343482) - (xy 107.0331 103.343482) - (xy 107.0331 103.496518) - (xy 107.062956 103.646613) - (xy 107.12152 103.788) - (xy 107.206542 103.915245) - (xy 107.314755 104.023458) - (xy 107.442 104.10848) - (xy 107.583387 104.167044) - (xy 107.733482 104.1969) - (xy 107.886518 104.1969) - (xy 108.036613 104.167044) - (xy 108.178 104.10848) - (xy 108.305245 104.023458) - (xy 108.413458 103.915245) - (xy 108.445 103.868039) - (xy 108.476542 103.915245) - (xy 108.584755 104.023458) - (xy 108.712 104.10848) - (xy 108.853387 104.167044) - (xy 109.003482 104.1969) - (xy 109.156518 104.1969) - (xy 109.306613 104.167044) - (xy 109.448 104.10848) - (xy 109.575245 104.023458) - (xy 109.683458 103.915245) - (xy 109.715 103.868039) - (xy 109.746542 103.915245) - (xy 109.854755 104.023458) - (xy 109.982 104.10848) - (xy 110.123387 104.167044) - (xy 110.273482 104.1969) - (xy 110.426518 104.1969) - (xy 110.576613 104.167044) - (xy 110.718 104.10848) - (xy 110.845245 104.023458) - (xy 110.953458 103.915245) - (xy 110.985 103.868039) - (xy 111.016542 103.915245) - (xy 111.124755 104.023458) - (xy 111.252 104.10848) - (xy 111.393387 104.167044) - (xy 111.543482 104.1969) - (xy 111.696518 104.1969) - (xy 111.846613 104.167044) - (xy 111.988 104.10848) - (xy 112.115245 104.023458) - (xy 112.223458 103.915245) - (xy 112.255 103.868039) - (xy 112.286542 103.915245) - (xy 112.394755 104.023458) - (xy 112.522 104.10848) - (xy 112.663387 104.167044) - (xy 112.813482 104.1969) - (xy 112.966518 104.1969) - (xy 113.116613 104.167044) - (xy 113.258 104.10848) - (xy 113.385245 104.023458) - (xy 113.493458 103.915245) - (xy 113.525 103.868039) - (xy 113.556542 103.915245) - (xy 113.664755 104.023458) - (xy 113.792 104.10848) - (xy 113.933387 104.167044) - (xy 114.083482 104.1969) - (xy 114.236518 104.1969) - (xy 114.386613 104.167044) - (xy 114.528 104.10848) - (xy 114.655245 104.023458) - (xy 114.763458 103.915245) - (xy 114.795 103.868039) - (xy 114.826542 103.915245) - (xy 114.934755 104.023458) - (xy 115.062 104.10848) - (xy 115.203387 104.167044) - (xy 115.353482 104.1969) - (xy 115.506518 104.1969) - (xy 115.656613 104.167044) - (xy 115.798 104.10848) - (xy 115.925245 104.023458) - (xy 116.033458 103.915245) - (xy 116.065 103.868039) - (xy 116.096542 103.915245) - (xy 116.204755 104.023458) - (xy 116.332 104.10848) - (xy 116.473387 104.167044) - (xy 116.623482 104.1969) - (xy 116.776518 104.1969) - (xy 116.926613 104.167044) - (xy 117.068 104.10848) - (xy 117.195245 104.023458) - (xy 117.303458 103.915245) - (xy 117.38848 103.788) - (xy 117.447044 103.646613) - (xy 117.4769 103.496518) - (xy 117.4769 103.343482) - (xy 117.447044 103.193387) - (xy 117.38848 103.052) - (xy 117.303458 102.924755) - (xy 117.195245 102.816542) - (xy 117.068 102.73152) - (xy 116.926613 102.672956) - (xy 116.776518 102.6431) - (xy 116.623482 102.6431) - (xy 116.473387 102.672956) - (xy 116.332 102.73152) - (xy 116.204755 102.816542) - (xy 116.096542 102.924755) - (xy 116.065 102.971961) - (xy 116.033458 102.924755) - (xy 115.925245 102.816542) - (xy 115.798 102.73152) - (xy 115.656613 102.672956) - (xy 115.506518 102.6431) - (xy 115.353482 102.6431) - (xy 115.203387 102.672956) - (xy 115.062 102.73152) - (xy 114.934755 102.816542) - (xy 114.826542 102.924755) - (xy 114.795 102.971961) - (xy 114.763458 102.924755) - (xy 114.655245 102.816542) - (xy 114.528 102.73152) - (xy 114.386613 102.672956) - (xy 114.236518 102.6431) - (xy 114.083482 102.6431) - (xy 113.933387 102.672956) - (xy 113.792 102.73152) - (xy 113.664755 102.816542) - (xy 113.556542 102.924755) - (xy 113.525 102.971961) - (xy 113.493458 102.924755) - (xy 113.385245 102.816542) - (xy 113.258 102.73152) - (xy 113.116613 102.672956) - (xy 112.966518 102.6431) - (xy 112.813482 102.6431) - (xy 112.663387 102.672956) - (xy 112.522 102.73152) - (xy 112.394755 102.816542) - (xy 112.286542 102.924755) - (xy 112.255 102.971961) - (xy 112.223458 102.924755) - (xy 112.115245 102.816542) - (xy 111.988 102.73152) - (xy 111.846613 102.672956) - (xy 111.696518 102.6431) - (xy 111.543482 102.6431) - (xy 111.393387 102.672956) - (xy 111.252 102.73152) - (xy 111.124755 102.816542) - (xy 111.016542 102.924755) - (xy 110.985 102.971961) - (xy 110.953458 102.924755) - (xy 110.845245 102.816542) - (xy 110.718 102.73152) - (xy 110.576613 102.672956) - (xy 110.426518 102.6431) - (xy 110.273482 102.6431) - (xy 110.123387 102.672956) - (xy 109.982 102.73152) - (xy 109.854755 102.816542) - (xy 109.746542 102.924755) - (xy 109.715 102.971961) - (xy 109.683458 102.924755) - (xy 109.575245 102.816542) - (xy 109.448 102.73152) - (xy 109.306613 102.672956) - (xy 109.156518 102.6431) - (xy 109.003482 102.6431) - (xy 108.853387 102.672956) - (xy 108.712 102.73152) - (xy 108.584755 102.816542) - (xy 108.476542 102.924755) - (xy 108.445 102.971961) - (xy 108.413458 102.924755) - (xy 108.305245 102.816542) - (xy 108.225477 102.763243) - (xy 108.268275 102.75473) - (xy 108.373264 102.711242) - (xy 108.467752 102.648107) - (xy 108.548107 102.567752) - (xy 108.611242 102.473264) - (xy 108.65473 102.368275) - (xy 108.6769 102.25682) - (xy 108.6769 102.14318) - (xy 108.65473 102.031725) - (xy 108.611242 101.926736) - (xy 108.548107 101.832248) - (xy 108.467752 101.751893) - (xy 108.373264 101.688758) - (xy 108.268275 101.64527) - (xy 108.15682 101.6231) - (xy 108.04318 101.6231) - (xy 107.931725 101.64527) - (xy 107.826736 101.688758) - (xy 107.732248 101.751893) - (xy 107.651893 101.832248) - (xy 107.588758 101.926736) - (xy 107.54527 102.031725) - (xy 107.5231 102.14318) - (xy 107.5231 102.25682) - (xy 107.54527 102.368275) - (xy 107.588758 102.473264) - (xy 107.651893 102.567752) - (xy 107.728276 102.644135) - (xy 107.583387 102.672956) - (xy 107.442 102.73152) - (xy 107.314755 102.816542) - (xy 107.206542 102.924755) - (xy 107.12152 103.052) - (xy 107.062956 103.193387) - (xy 107.0331 103.343482) - (xy 97.5519 103.343482) - (xy 97.5519 103.094647) - (xy 97.576736 103.111242) - (xy 97.681725 103.15473) - (xy 97.79318 103.1769) - (xy 97.90682 103.1769) - (xy 98.018275 103.15473) - (xy 98.123264 103.111242) - (xy 98.217752 103.048107) - (xy 98.298107 102.967752) - (xy 98.361242 102.873264) - (xy 98.40473 102.768275) - (xy 98.4269 102.65682) - (xy 98.4269 102.54318) - (xy 99.5231 102.54318) - (xy 99.5231 102.65682) - (xy 99.54527 102.768275) - (xy 99.588758 102.873264) - (xy 99.651893 102.967752) - (xy 99.732248 103.048107) - (xy 99.826736 103.111242) - (xy 99.931725 103.15473) - (xy 100.04318 103.1769) - (xy 100.15682 103.1769) - (xy 100.268275 103.15473) - (xy 100.373264 103.111242) - (xy 100.467752 103.048107) - (xy 100.548107 102.967752) - (xy 100.611242 102.873264) - (xy 100.65473 102.768275) - (xy 100.6769 102.65682) - (xy 100.6769 102.54318) - (xy 100.65473 102.431725) - (xy 100.611242 102.326736) - (xy 100.548107 102.232248) - (xy 100.467752 102.151893) - (xy 100.373264 102.088758) - (xy 100.268275 102.04527) - (xy 100.15682 102.0231) - (xy 100.04318 102.0231) - (xy 99.931725 102.04527) - (xy 99.826736 102.088758) - (xy 99.732248 102.151893) - (xy 99.651893 102.232248) - (xy 99.588758 102.326736) - (xy 99.54527 102.431725) - (xy 99.5231 102.54318) - (xy 98.4269 102.54318) - (xy 98.40473 102.431725) - (xy 98.361242 102.326736) - (xy 98.298107 102.232248) - (xy 98.290859 102.225) - (xy 98.298107 102.217752) - (xy 98.361242 102.123264) - (xy 98.40473 102.018275) - (xy 98.4269 101.90682) - (xy 98.4269 101.79318) - (xy 101.2731 101.79318) - (xy 101.2731 101.90682) - (xy 101.29527 102.018275) - (xy 101.338758 102.123264) - (xy 101.401893 102.217752) - (xy 101.409141 102.225) - (xy 101.401893 102.232248) - (xy 101.338758 102.326736) - (xy 101.29527 102.431725) - (xy 101.2731 102.54318) - (xy 101.2731 102.65682) - (xy 101.29527 102.768275) - (xy 101.338758 102.873264) - (xy 101.401893 102.967752) - (xy 101.482248 103.048107) - (xy 101.576736 103.111242) - (xy 101.681725 103.15473) - (xy 101.79318 103.1769) - (xy 101.90682 103.1769) - (xy 102.018275 103.15473) - (xy 102.123264 103.111242) - (xy 102.217752 103.048107) - (xy 102.298107 102.967752) - (xy 102.361242 102.873264) - (xy 102.40473 102.768275) - (xy 102.4269 102.65682) - (xy 102.4269 102.54318) - (xy 102.40473 102.431725) - (xy 102.361242 102.326736) - (xy 102.298107 102.232248) - (xy 102.290859 102.225) - (xy 102.298107 102.217752) - (xy 102.361242 102.123264) - (xy 102.40473 102.018275) - (xy 102.4269 101.90682) - (xy 102.4269 101.79318) - (xy 102.40473 101.681725) - (xy 102.361242 101.576736) - (xy 102.298107 101.482248) - (xy 102.217752 101.401893) - (xy 102.123264 101.338758) - (xy 102.018275 101.29527) - (xy 101.90682 101.2731) - (xy 101.79318 101.2731) - (xy 101.681725 101.29527) - (xy 101.576736 101.338758) - (xy 101.482248 101.401893) - (xy 101.401893 101.482248) - (xy 101.338758 101.576736) - (xy 101.29527 101.681725) - (xy 101.2731 101.79318) - (xy 98.4269 101.79318) - (xy 98.40473 101.681725) - (xy 98.361242 101.576736) - (xy 98.298107 101.482248) - (xy 98.217752 101.401893) - (xy 98.123264 101.338758) - (xy 98.018275 101.29527) - (xy 97.90682 101.2731) - (xy 97.79318 101.2731) - (xy 97.681725 101.29527) - (xy 97.576736 101.338758) - (xy 97.562755 101.3481) - (xy 97.5519 101.3481) - (xy 97.5519 100.294647) - (xy 97.576736 100.311242) - (xy 97.681725 100.35473) - (xy 97.79318 100.3769) - (xy 97.90682 100.3769) - (xy 98.018275 100.35473) - (xy 98.123264 100.311242) - (xy 98.217752 100.248107) - (xy 98.298107 100.167752) - (xy 98.361242 100.073264) - (xy 98.40473 99.968275) - (xy 98.4269 99.85682) - (xy 98.4269 99.74318) - (xy 99.5231 99.74318) - (xy 99.5231 99.85682) - (xy 99.54527 99.968275) - (xy 99.588758 100.073264) - (xy 99.651893 100.167752) - (xy 99.732248 100.248107) - (xy 99.826736 100.311242) - (xy 99.931725 100.35473) - (xy 100.04318 100.3769) - (xy 100.15682 100.3769) - (xy 100.268275 100.35473) - (xy 100.373264 100.311242) - (xy 100.467752 100.248107) - (xy 100.548107 100.167752) - (xy 100.611242 100.073264) - (xy 100.65473 99.968275) - (xy 100.6769 99.85682) - (xy 100.6769 99.74318) - (xy 100.65473 99.631725) - (xy 100.611242 99.526736) - (xy 100.548107 99.432248) - (xy 100.467752 99.351893) - (xy 100.373264 99.288758) - (xy 100.268275 99.24527) - (xy 100.15682 99.2231) - (xy 100.04318 99.2231) - (xy 99.931725 99.24527) - (xy 99.826736 99.288758) - (xy 99.732248 99.351893) - (xy 99.651893 99.432248) - (xy 99.588758 99.526736) - (xy 99.54527 99.631725) - (xy 99.5231 99.74318) - (xy 98.4269 99.74318) - (xy 98.40473 99.631725) - (xy 98.361242 99.526736) - (xy 98.298107 99.432248) - (xy 98.290859 99.425) - (xy 98.298107 99.417752) - (xy 98.361242 99.323264) - (xy 98.40473 99.218275) - (xy 98.4269 99.10682) - (xy 98.4269 98.99318) - (xy 101.2731 98.99318) - (xy 101.2731 99.10682) - (xy 101.29527 99.218275) - (xy 101.338758 99.323264) - (xy 101.401893 99.417752) - (xy 101.409141 99.425) - (xy 101.401893 99.432248) - (xy 101.338758 99.526736) - (xy 101.29527 99.631725) - (xy 101.2731 99.74318) - (xy 101.2731 99.85682) - (xy 101.29527 99.968275) - (xy 101.338758 100.073264) - (xy 101.401893 100.167752) - (xy 101.482248 100.248107) - (xy 101.576736 100.311242) - (xy 101.681725 100.35473) - (xy 101.79318 100.3769) - (xy 101.90682 100.3769) - (xy 102.018275 100.35473) - (xy 102.123264 100.311242) - (xy 102.217752 100.248107) - (xy 102.298107 100.167752) - (xy 102.361242 100.073264) - (xy 102.40473 99.968275) - (xy 102.4269 99.85682) - (xy 102.4269 99.74318) - (xy 102.407009 99.64318) - (xy 106.8231 99.64318) - (xy 106.8231 99.75682) - (xy 106.84527 99.868275) - (xy 106.888758 99.973264) - (xy 106.951893 100.067752) - (xy 107.032248 100.148107) - (xy 107.126736 100.211242) - (xy 107.231725 100.25473) - (xy 107.34318 100.2769) - (xy 107.45682 100.2769) - (xy 107.568275 100.25473) - (xy 107.673264 100.211242) - (xy 107.767752 100.148107) - (xy 107.800003 100.115856) - (xy 107.832254 100.148107) - (xy 107.926742 100.211242) - (xy 108.031731 100.25473) - (xy 108.143186 100.2769) - (xy 108.256826 100.2769) - (xy 108.368281 100.25473) - (xy 108.47327 100.211242) - (xy 108.567758 100.148107) - (xy 108.648113 100.067752) - (xy 108.711248 99.973264) - (xy 108.754736 99.868275) - (xy 108.776906 99.75682) - (xy 108.776906 99.64318) - (xy 108.754736 99.531725) - (xy 108.714852 99.435437) - (xy 108.773264 99.411242) - (xy 108.867752 99.348107) - (xy 108.948107 99.267752) - (xy 109.011242 99.173264) - (xy 109.05473 99.068275) - (xy 109.0769 98.95682) - (xy 109.0769 98.84318) - (xy 109.05473 98.731725) - (xy 109.011242 98.626736) - (xy 108.948107 98.532248) - (xy 108.867752 98.451893) - (xy 108.773264 98.388758) - (xy 108.668275 98.34527) - (xy 108.55682 98.3231) - (xy 108.44318 98.3231) - (xy 108.331725 98.34527) - (xy 108.226736 98.388758) - (xy 108.132248 98.451893) - (xy 108.051893 98.532248) - (xy 107.988758 98.626736) - (xy 107.94527 98.731725) - (xy 107.9231 98.84318) - (xy 107.9231 98.95682) - (xy 107.94527 99.068275) - (xy 107.985154 99.164563) - (xy 107.926742 99.188758) - (xy 107.832254 99.251893) - (xy 107.800003 99.284144) - (xy 107.767752 99.251893) - (xy 107.673264 99.188758) - (xy 107.568275 99.14527) - (xy 107.45682 99.1231) - (xy 107.34318 99.1231) - (xy 107.231725 99.14527) - (xy 107.126736 99.188758) - (xy 107.032248 99.251893) - (xy 106.951893 99.332248) - (xy 106.888758 99.426736) - (xy 106.84527 99.531725) - (xy 106.8231 99.64318) - (xy 102.407009 99.64318) - (xy 102.40473 99.631725) - (xy 102.361242 99.526736) - (xy 102.298107 99.432248) - (xy 102.290859 99.425) - (xy 102.298107 99.417752) - (xy 102.361242 99.323264) - (xy 102.40473 99.218275) - (xy 102.4269 99.10682) - (xy 102.4269 98.99318) - (xy 102.40473 98.881725) - (xy 102.361242 98.776736) - (xy 102.298107 98.682248) - (xy 102.217752 98.601893) - (xy 102.123264 98.538758) - (xy 102.018275 98.49527) - (xy 101.90682 98.4731) - (xy 101.79318 98.4731) - (xy 101.681725 98.49527) - (xy 101.576736 98.538758) - (xy 101.482248 98.601893) - (xy 101.401893 98.682248) - (xy 101.338758 98.776736) - (xy 101.29527 98.881725) - (xy 101.2731 98.99318) - (xy 98.4269 98.99318) - (xy 98.40473 98.881725) - (xy 98.361242 98.776736) - (xy 98.298107 98.682248) - (xy 98.217752 98.601893) - (xy 98.123264 98.538758) - (xy 98.018275 98.49527) - (xy 97.90682 98.4731) - (xy 97.79318 98.4731) - (xy 97.681725 98.49527) - (xy 97.576736 98.538758) - (xy 97.562755 98.5481) - (xy 97.5519 98.5481) - (xy 97.5519 97.594647) - (xy 97.576736 97.611242) - (xy 97.681725 97.65473) - (xy 97.79318 97.6769) - (xy 97.90682 97.6769) - (xy 98.018275 97.65473) - (xy 98.123264 97.611242) - (xy 98.217752 97.548107) - (xy 98.298107 97.467752) - (xy 98.361242 97.373264) - (xy 98.40473 97.268275) - (xy 98.4269 97.15682) - (xy 98.4269 97.04318) - (xy 99.5231 97.04318) - (xy 99.5231 97.15682) - (xy 99.54527 97.268275) - (xy 99.588758 97.373264) - (xy 99.651893 97.467752) - (xy 99.732248 97.548107) - (xy 99.826736 97.611242) - (xy 99.931725 97.65473) - (xy 100.04318 97.6769) - (xy 100.15682 97.6769) - (xy 100.268275 97.65473) - (xy 100.373264 97.611242) - (xy 100.467752 97.548107) - (xy 100.548107 97.467752) - (xy 100.611242 97.373264) - (xy 100.65473 97.268275) - (xy 100.6769 97.15682) - (xy 100.6769 97.04318) - (xy 100.65473 96.931725) - (xy 100.611242 96.826736) - (xy 100.548107 96.732248) - (xy 100.467752 96.651893) - (xy 100.373264 96.588758) - (xy 100.268275 96.54527) - (xy 100.15682 96.5231) - (xy 100.04318 96.5231) - (xy 99.931725 96.54527) - (xy 99.826736 96.588758) - (xy 99.732248 96.651893) - (xy 99.651893 96.732248) - (xy 99.588758 96.826736) - (xy 99.54527 96.931725) - (xy 99.5231 97.04318) - (xy 98.4269 97.04318) - (xy 98.40473 96.931725) - (xy 98.361242 96.826736) - (xy 98.298107 96.732248) - (xy 98.290859 96.725) - (xy 98.298107 96.717752) - (xy 98.361242 96.623264) - (xy 98.40473 96.518275) - (xy 98.4269 96.40682) - (xy 98.4269 96.29318) - (xy 101.2731 96.29318) - (xy 101.2731 96.40682) - (xy 101.29527 96.518275) - (xy 101.338758 96.623264) - (xy 101.401893 96.717752) - (xy 101.409141 96.725) - (xy 101.401893 96.732248) - (xy 101.338758 96.826736) - (xy 101.29527 96.931725) - (xy 101.2731 97.04318) - (xy 101.2731 97.15682) - (xy 101.29527 97.268275) - (xy 101.338758 97.373264) - (xy 101.401893 97.467752) - (xy 101.482248 97.548107) - (xy 101.576736 97.611242) - (xy 101.681725 97.65473) - (xy 101.79318 97.6769) - (xy 101.90682 97.6769) - (xy 102.018275 97.65473) - (xy 102.114191 97.615) - (xy 104.141761 97.615) - (xy 104.141761 98.465) - (xy 104.155274 98.602195) - (xy 104.195292 98.734118) - (xy 104.260278 98.855699) - (xy 104.347735 98.962265) - (xy 104.454301 99.049722) - (xy 104.575882 99.114708) - (xy 104.707805 99.154726) - (xy 104.845 99.168239) - (xy 105.695 99.168239) - (xy 105.832195 99.154726) - (xy 105.964118 99.114708) - (xy 106.085699 99.049722) - (xy 106.192265 98.962265) - (xy 106.279722 98.855699) - (xy 106.344708 98.734118) - (xy 106.384726 98.602195) - (xy 106.398239 98.465) - (xy 106.398239 97.615) - (xy 106.391166 97.54318) - (xy 106.7231 97.54318) - (xy 106.7231 97.65682) - (xy 106.74527 97.768275) - (xy 106.788758 97.873264) - (xy 106.851893 97.967752) - (xy 106.932248 98.048107) - (xy 107.026736 98.111242) - (xy 107.131725 98.15473) - (xy 107.24318 98.1769) - (xy 107.35682 98.1769) - (xy 107.468275 98.15473) - (xy 107.573264 98.111242) - (xy 107.667752 98.048107) - (xy 107.748107 97.967752) - (xy 107.811242 97.873264) - (xy 107.85473 97.768275) - (xy 107.8769 97.65682) - (xy 107.8769 97.54318) - (xy 107.85473 97.431725) - (xy 107.811242 97.326736) - (xy 107.748107 97.232248) - (xy 107.667752 97.151893) - (xy 107.573264 97.088758) - (xy 107.468275 97.04527) - (xy 107.35682 97.0231) - (xy 107.24318 97.0231) - (xy 107.131725 97.04527) - (xy 107.026736 97.088758) - (xy 106.932248 97.151893) - (xy 106.851893 97.232248) - (xy 106.788758 97.326736) - (xy 106.74527 97.431725) - (xy 106.7231 97.54318) - (xy 106.391166 97.54318) - (xy 106.384726 97.477805) - (xy 106.344708 97.345882) - (xy 106.279722 97.224301) - (xy 106.192265 97.117735) - (xy 106.085699 97.030278) - (xy 105.964118 96.965292) - (xy 105.832195 96.925274) - (xy 105.695 96.911761) - (xy 104.845 96.911761) - (xy 104.707805 96.925274) - (xy 104.575882 96.965292) - (xy 104.454301 97.030278) - (xy 104.347735 97.117735) - (xy 104.260278 97.224301) - (xy 104.195292 97.345882) - (xy 104.155274 97.477805) - (xy 104.141761 97.615) - (xy 102.114191 97.615) - (xy 102.123264 97.611242) - (xy 102.217752 97.548107) - (xy 102.298107 97.467752) - (xy 102.361242 97.373264) - (xy 102.40473 97.268275) - (xy 102.4269 97.15682) - (xy 102.4269 97.04318) - (xy 102.40473 96.931725) - (xy 102.361242 96.826736) - (xy 102.298107 96.732248) - (xy 102.290859 96.725) - (xy 102.298107 96.717752) - (xy 102.361242 96.623264) - (xy 102.40473 96.518275) - (xy 102.4269 96.40682) - (xy 102.4269 96.29318) - (xy 102.40473 96.181725) - (xy 102.361242 96.076736) - (xy 102.298107 95.982248) - (xy 102.217752 95.901893) - (xy 102.123264 95.838758) - (xy 102.018275 95.79527) - (xy 101.90682 95.7731) - (xy 101.79318 95.7731) - (xy 101.681725 95.79527) - (xy 101.576736 95.838758) - (xy 101.482248 95.901893) - (xy 101.401893 95.982248) - (xy 101.338758 96.076736) - (xy 101.29527 96.181725) - (xy 101.2731 96.29318) - (xy 98.4269 96.29318) - (xy 98.40473 96.181725) - (xy 98.361242 96.076736) - (xy 98.298107 95.982248) - (xy 98.217752 95.901893) - (xy 98.123264 95.838758) - (xy 98.018275 95.79527) - (xy 97.90682 95.7731) - (xy 97.79318 95.7731) - (xy 97.681725 95.79527) - (xy 97.576736 95.838758) - (xy 97.562755 95.8481) - (xy 97.424651 95.8481) - (xy 97.4 95.845672) - (xy 97.375349 95.8481) - (xy 97.30161 95.855363) - (xy 97.207002 95.884062) - (xy 97.11981 95.930667) - (xy 97.043386 95.993386) - (xy 97.027666 96.012541) - (xy 96.712541 96.327666) - (xy 96.693386 96.343386) - (xy 96.630667 96.41981) - (xy 96.584062 96.507003) - (xy 96.555364 96.60161) - (xy 96.555363 96.601612) - (xy 96.545672 96.7) - (xy 96.5481 96.72465) - (xy 96.5481 96.732241) - (xy 96.467752 96.651893) - (xy 96.373264 96.588758) - (xy 96.268275 96.54527) - (xy 96.15682 96.5231) - (xy 96.04318 96.5231) - (xy 95.931725 96.54527) - (xy 95.826736 96.588758) - (xy 95.732248 96.651893) - (xy 95.651893 96.732248) - (xy 95.588758 96.826736) - (xy 95.54527 96.931725) - (xy 95.5231 97.04318) - (xy 91.8019 97.04318) - (xy 91.8019 95.873596) - (xy 91.877065 95.90473) - (xy 91.98852 95.9269) - (xy 92.10216 95.9269) - (xy 92.213615 95.90473) - (xy 92.318604 95.861242) - (xy 92.413092 95.798107) - (xy 92.468019 95.74318) - (xy 92.5731 95.74318) - (xy 92.5731 95.85682) - (xy 92.59527 95.968275) - (xy 92.638758 96.073264) - (xy 92.701893 96.167752) - (xy 92.782248 96.248107) - (xy 92.876736 96.311242) - (xy 92.981725 96.35473) - (xy 93.09318 96.3769) - (xy 93.20682 96.3769) - (xy 93.318275 96.35473) - (xy 93.423264 96.311242) - (xy 93.517752 96.248107) - (xy 93.598107 96.167752) - (xy 93.661242 96.073264) - (xy 93.70473 95.968275) - (xy 93.7269 95.85682) - (xy 93.7269 95.74318) - (xy 93.70473 95.631725) - (xy 93.700202 95.620794) - (xy 93.723264 95.611242) - (xy 93.817752 95.548107) - (xy 93.898107 95.467752) - (xy 93.95072 95.38901) - (xy 104.1431 95.38901) - (xy 104.1431 95.61099) - (xy 104.186406 95.828705) - (xy 104.271354 96.033788) - (xy 104.394679 96.218357) - (xy 104.551643 96.375321) - (xy 104.736212 96.498646) - (xy 104.941295 96.583594) - (xy 105.15901 96.6269) - (xy 105.38099 96.6269) - (xy 105.598705 96.583594) - (xy 105.696273 96.54318) - (xy 113.7231 96.54318) - (xy 113.7231 96.65682) - (xy 113.74527 96.768275) - (xy 113.788758 96.873264) - (xy 113.851893 96.967752) - (xy 113.932248 97.048107) - (xy 114.026736 97.111242) - (xy 114.131725 97.15473) - (xy 114.24318 97.1769) - (xy 114.35682 97.1769) - (xy 114.468275 97.15473) - (xy 114.573264 97.111242) - (xy 114.667752 97.048107) - (xy 114.748107 96.967752) - (xy 114.811242 96.873264) - (xy 114.85473 96.768275) - (xy 114.8769 96.65682) - (xy 114.8769 96.54318) - (xy 114.85473 96.431725) - (xy 114.811242 96.326736) - (xy 114.748107 96.232248) - (xy 114.667752 96.151893) - (xy 114.573264 96.088758) - (xy 114.468275 96.04527) - (xy 114.35682 96.0231) - (xy 114.24318 96.0231) - (xy 114.131725 96.04527) - (xy 114.026736 96.088758) - (xy 113.932248 96.151893) - (xy 113.851893 96.232248) - (xy 113.788758 96.326736) - (xy 113.74527 96.431725) - (xy 113.7231 96.54318) - (xy 105.696273 96.54318) - (xy 105.803788 96.498646) - (xy 105.988357 96.375321) - (xy 106.145321 96.218357) - (xy 106.268646 96.033788) - (xy 106.353594 95.828705) - (xy 106.3969 95.61099) - (xy 106.3969 95.38901) - (xy 106.353594 95.171295) - (xy 106.300528 95.04318) - (xy 106.7231 95.04318) - (xy 106.7231 95.15682) - (xy 106.74527 95.268275) - (xy 106.788758 95.373264) - (xy 106.851893 95.467752) - (xy 106.932248 95.548107) - (xy 107.026736 95.611242) - (xy 107.131725 95.65473) - (xy 107.24318 95.6769) - (xy 107.35682 95.6769) - (xy 107.468275 95.65473) - (xy 107.573264 95.611242) - (xy 107.667752 95.548107) - (xy 107.748107 95.467752) - (xy 107.811242 95.373264) - (xy 107.85473 95.268275) - (xy 107.8769 95.15682) - (xy 107.8769 95.04318) - (xy 107.85473 94.931725) - (xy 107.811242 94.826736) - (xy 107.748107 94.732248) - (xy 107.667752 94.651893) - (xy 107.573264 94.588758) - (xy 107.468275 94.54527) - (xy 107.35682 94.5231) - (xy 107.24318 94.5231) - (xy 107.131725 94.54527) - (xy 107.026736 94.588758) - (xy 106.932248 94.651893) - (xy 106.851893 94.732248) - (xy 106.788758 94.826736) - (xy 106.74527 94.931725) - (xy 106.7231 95.04318) - (xy 106.300528 95.04318) - (xy 106.268646 94.966212) - (xy 106.145321 94.781643) - (xy 105.988357 94.624679) - (xy 105.803788 94.501354) - (xy 105.663344 94.44318) - (xy 110.5231 94.44318) - (xy 110.5231 94.55682) - (xy 110.54527 94.668275) - (xy 110.588758 94.773264) - (xy 110.651893 94.867752) - (xy 110.732248 94.948107) - (xy 110.826736 95.011242) - (xy 110.931725 95.05473) - (xy 111.04318 95.0769) - (xy 111.15682 95.0769) - (xy 111.268275 95.05473) - (xy 111.373264 95.011242) - (xy 111.467752 94.948107) - (xy 111.548107 94.867752) - (xy 111.611242 94.773264) - (xy 111.65473 94.668275) - (xy 111.6769 94.55682) - (xy 111.6769 94.54318) - (xy 119.5231 94.54318) - (xy 119.5231 94.65682) - (xy 119.54527 94.768275) - (xy 119.588758 94.873264) - (xy 119.651893 94.967752) - (xy 119.732248 95.048107) - (xy 119.826736 95.111242) - (xy 119.931725 95.15473) - (xy 120.04318 95.1769) - (xy 120.15682 95.1769) - (xy 120.268275 95.15473) - (xy 120.373264 95.111242) - (xy 120.467752 95.048107) - (xy 120.548107 94.967752) - (xy 120.611242 94.873264) - (xy 120.65473 94.768275) - (xy 120.6769 94.65682) - (xy 120.6769 94.54318) - (xy 120.657009 94.44318) - (xy 122.7231 94.44318) - (xy 122.7231 94.55682) - (xy 122.74527 94.668275) - (xy 122.788758 94.773264) - (xy 122.851893 94.867752) - (xy 122.932248 94.948107) - (xy 123.026736 95.011242) - (xy 123.131725 95.05473) - (xy 123.24318 95.0769) - (xy 123.35682 95.0769) - (xy 123.468275 95.05473) - (xy 123.573264 95.011242) - (xy 123.667752 94.948107) - (xy 123.748107 94.867752) - (xy 123.811242 94.773264) - (xy 123.85473 94.668275) - (xy 123.8769 94.55682) - (xy 123.8769 94.44318) - (xy 123.85473 94.331725) - (xy 123.811242 94.226736) - (xy 123.748107 94.132248) - (xy 123.667752 94.051893) - (xy 123.573264 93.988758) - (xy 123.468275 93.94527) - (xy 123.35682 93.9231) - (xy 123.24318 93.9231) - (xy 123.131725 93.94527) - (xy 123.026736 93.988758) - (xy 122.932248 94.051893) - (xy 122.851893 94.132248) - (xy 122.788758 94.226736) - (xy 122.74527 94.331725) - (xy 122.7231 94.44318) - (xy 120.657009 94.44318) - (xy 120.65473 94.431725) - (xy 120.611242 94.326736) - (xy 120.548107 94.232248) - (xy 120.467752 94.151893) - (xy 120.373264 94.088758) - (xy 120.268275 94.04527) - (xy 120.15682 94.0231) - (xy 120.04318 94.0231) - (xy 119.931725 94.04527) - (xy 119.826736 94.088758) - (xy 119.732248 94.151893) - (xy 119.651893 94.232248) - (xy 119.588758 94.326736) - (xy 119.54527 94.431725) - (xy 119.5231 94.54318) - (xy 111.6769 94.54318) - (xy 111.6769 94.44318) - (xy 111.65473 94.331725) - (xy 111.611242 94.226736) - (xy 111.548107 94.132248) - (xy 111.467752 94.051893) - (xy 111.373264 93.988758) - (xy 111.268275 93.94527) - (xy 111.15682 93.9231) - (xy 111.04318 93.9231) - (xy 110.931725 93.94527) - (xy 110.826736 93.988758) - (xy 110.732248 94.051893) - (xy 110.651893 94.132248) - (xy 110.588758 94.226736) - (xy 110.54527 94.331725) - (xy 110.5231 94.44318) - (xy 105.663344 94.44318) - (xy 105.598705 94.416406) - (xy 105.38099 94.3731) - (xy 105.15901 94.3731) - (xy 104.941295 94.416406) - (xy 104.736212 94.501354) - (xy 104.551643 94.624679) - (xy 104.394679 94.781643) - (xy 104.271354 94.966212) - (xy 104.186406 95.171295) - (xy 104.1431 95.38901) - (xy 93.95072 95.38901) - (xy 93.961242 95.373264) - (xy 94.00473 95.268275) - (xy 94.0269 95.15682) - (xy 94.0269 95.04318) - (xy 94.00473 94.931725) - (xy 93.961242 94.826736) - (xy 93.898107 94.732248) - (xy 93.817752 94.651893) - (xy 93.723264 94.588758) - (xy 93.618275 94.54527) - (xy 93.50682 94.5231) - (xy 93.39318 94.5231) - (xy 93.281725 94.54527) - (xy 93.176736 94.588758) - (xy 93.082248 94.651893) - (xy 93.001893 94.732248) - (xy 92.938758 94.826736) - (xy 92.89527 94.931725) - (xy 92.8731 95.04318) - (xy 92.8731 95.15682) - (xy 92.89527 95.268275) - (xy 92.899798 95.279206) - (xy 92.876736 95.288758) - (xy 92.782248 95.351893) - (xy 92.701893 95.432248) - (xy 92.638758 95.526736) - (xy 92.59527 95.631725) - (xy 92.5731 95.74318) - (xy 92.468019 95.74318) - (xy 92.493447 95.717752) - (xy 92.556582 95.623264) - (xy 92.60007 95.518275) - (xy 92.62224 95.40682) - (xy 92.62224 95.29318) - (xy 92.60007 95.181725) - (xy 92.578547 95.129764) - (xy 92.623264 95.111242) - (xy 92.717752 95.048107) - (xy 92.798107 94.967752) - (xy 92.861242 94.873264) - (xy 92.90473 94.768275) - (xy 92.9269 94.65682) - (xy 92.9269 94.54318) - (xy 92.90473 94.431725) - (xy 92.861242 94.326736) - (xy 92.798107 94.232248) - (xy 92.717752 94.151893) - (xy 92.704713 94.14318) - (xy 95.5231 94.14318) - (xy 95.5231 94.25682) - (xy 95.54527 94.368275) - (xy 95.588758 94.473264) - (xy 95.651893 94.567752) - (xy 95.732248 94.648107) - (xy 95.826736 94.711242) - (xy 95.931725 94.75473) - (xy 96.04318 94.7769) - (xy 96.15682 94.7769) - (xy 96.268275 94.75473) - (xy 96.373264 94.711242) - (xy 96.467752 94.648107) - (xy 96.548107 94.567752) - (xy 96.611242 94.473264) - (xy 96.65473 94.368275) - (xy 96.6769 94.25682) - (xy 96.6769 94.14318) - (xy 96.65473 94.031725) - (xy 96.611242 93.926736) - (xy 96.548107 93.832248) - (xy 96.467752 93.751893) - (xy 96.373264 93.688758) - (xy 96.268275 93.64527) - (xy 96.15682 93.6231) - (xy 96.04318 93.6231) - (xy 95.931725 93.64527) - (xy 95.826736 93.688758) - (xy 95.732248 93.751893) - (xy 95.651893 93.832248) - (xy 95.588758 93.926736) - (xy 95.54527 94.031725) - (xy 95.5231 94.14318) - (xy 92.704713 94.14318) - (xy 92.625019 94.089931) - (xy 92.65473 94.018203) - (xy 92.6769 93.906748) - (xy 92.6769 93.793108) - (xy 92.65473 93.681653) - (xy 92.611242 93.576664) - (xy 92.548107 93.482176) - (xy 92.467752 93.401821) - (xy 92.373264 93.338686) - (xy 92.268275 93.295198) - (xy 92.15682 93.273028) - (xy 92.04318 93.273028) - (xy 91.931725 93.295198) - (xy 91.826736 93.338686) - (xy 91.732248 93.401821) - (xy 91.651893 93.482176) - (xy 91.588758 93.576664) - (xy 91.54527 93.681653) - (xy 91.5231 93.793108) - (xy 91.5231 93.906748) - (xy 91.54527 94.018203) - (xy 91.588758 94.123192) - (xy 91.624811 94.177149) - (xy 90.411051 92.96339) - (xy 90.400034 92.949966) - (xy 90.346451 92.905991) - (xy 90.285318 92.873314) - (xy 90.218984 92.853192) - (xy 90.167282 92.8481) - (xy 90.167271 92.8481) - (xy 90.15 92.846399) - (xy 90.132729 92.8481) - (xy 88.993249 92.8481) - (xy 88.935879 92.79073) - (xy 88.849581 92.733068) - (xy 88.753691 92.693349) - (xy 88.651895 92.6731) - (xy 88.548105 92.6731) - (xy 88.446309 92.693349) - (xy 88.350419 92.733068) - (xy 88.264121 92.79073) - (xy 88.19073 92.864121) - (xy 88.133068 92.950419) - (xy 88.093349 93.046309) - (xy 88.0731 93.148105) - (xy 87.9519 93.148105) - (xy 87.9519 91.94318) - (xy 88.9231 91.94318) - (xy 88.9231 92.05682) - (xy 88.94527 92.168275) - (xy 88.988758 92.273264) - (xy 89.051893 92.367752) - (xy 89.132248 92.448107) - (xy 89.226736 92.511242) - (xy 89.331725 92.55473) - (xy 89.44318 92.5769) - (xy 89.55682 92.5769) - (xy 89.668275 92.55473) - (xy 89.773264 92.511242) - (xy 89.867752 92.448107) - (xy 89.948107 92.367752) - (xy 90.011242 92.273264) - (xy 90.05473 92.168275) - (xy 90.0769 92.05682) - (xy 90.0769 91.94318) - (xy 90.05473 91.831725) - (xy 90.011242 91.726736) - (xy 89.948107 91.632248) - (xy 89.867752 91.551893) - (xy 89.773264 91.488758) - (xy 89.668275 91.44527) - (xy 89.55682 91.4231) - (xy 89.44318 91.4231) - (xy 89.331725 91.44527) - (xy 89.226736 91.488758) - (xy 89.132248 91.551893) - (xy 89.051893 91.632248) - (xy 88.988758 91.726736) - (xy 88.94527 91.831725) - (xy 88.9231 91.94318) - (xy 87.9519 91.94318) - (xy 87.9519 89.817271) - (xy 87.953601 89.8) - (xy 87.9519 89.782729) - (xy 87.9519 89.782718) - (xy 87.946808 89.731016) - (xy 87.926686 89.664682) - (xy 87.926437 89.664216) - (xy 87.894009 89.603548) - (xy 87.861051 89.563389) - (xy 87.861046 89.563384) - (xy 87.850034 89.549966) - (xy 87.836616 89.538954) - (xy 87.51105 89.213389) - (xy 87.500034 89.199966) - (xy 87.446451 89.155991) - (xy 87.385318 89.123314) - (xy 87.318984 89.103192) - (xy 87.267282 89.0981) - (xy 87.267271 89.0981) - (xy 87.25 89.096399) - (xy 87.232729 89.0981) - (xy 81.317271 89.0981) - (xy 81.3 89.096399) - (xy 81.282729 89.0981) - (xy 81.282718 89.0981) - (xy 81.231016 89.103192) - (xy 81.164682 89.123314) - (xy 81.103549 89.155991) - (xy 81.063389 89.188949) - (xy 81.063384 89.188954) - (xy 81.049966 89.199966) - (xy 81.038954 89.213384) - (xy 79.144738 91.107601) - (xy 79.111242 91.026736) - (xy 79.048107 90.932248) - (xy 78.967752 90.851893) - (xy 78.873264 90.788758) - (xy 78.768275 90.74527) - (xy 78.65682 90.7231) - (xy 78.54318 90.7231) - (xy 78.431725 90.74527) - (xy 78.326736 90.788758) - (xy 78.232248 90.851893) - (xy 78.151893 90.932248) - (xy 78.088758 91.026736) - (xy 78.04527 91.131725) - (xy 78.0231 91.24318) - (xy 78.0231 91.35682) - (xy 78.04527 91.468275) - (xy 78.088758 91.573264) - (xy 78.151893 91.667752) - (xy 78.232248 91.748107) - (xy 78.326736 91.811242) - (xy 78.407601 91.844738) - (xy 78.363385 91.888954) - (xy 78.349966 91.899967) - (xy 78.338954 91.913385) - (xy 78.338949 91.91339) - (xy 78.305991 91.953549) - (xy 78.29351 91.9769) - (xy 78.273314 92.014683) - (xy 78.253192 92.081017) - (xy 78.2481 92.132719) - (xy 78.2481 92.132729) - (xy 78.246399 92.15) - (xy 78.2481 92.167271) - (xy 78.248101 93.9413) - (xy 78.232248 93.951893) - (xy 78.151893 94.032248) - (xy 78.088758 94.126736) - (xy 78.04527 94.231725) - (xy 78.0231 94.34318) - (xy 78.0231 94.45682) - (xy 78.04527 94.568275) - (xy 78.088758 94.673264) - (xy 78.151893 94.767752) - (xy 78.232248 94.848107) - (xy 78.326736 94.911242) - (xy 78.431725 94.95473) - (xy 78.54318 94.9769) - (xy 78.65682 94.9769) - (xy 78.768275 94.95473) - (xy 78.873264 94.911242) - (xy 78.967752 94.848107) - (xy 79.048107 94.767752) - (xy 79.111242 94.673264) - (xy 79.15473 94.568275) - (xy 79.1769 94.45682) - (xy 79.1769 94.34318) - (xy 79.15473 94.231725) - (xy 79.111242 94.126736) - (xy 79.048107 94.032248) - (xy 78.967752 93.951893) - (xy 78.9519 93.941301) - (xy 78.9519 92.295761) - (xy 79.394632 91.853029) - (xy 79.6231 91.853029) - (xy 79.6231 91.946971) - (xy 79.641427 92.039107) - (xy 79.677376 92.125897) - (xy 79.729567 92.204006) - (xy 79.795994 92.270433) - (xy 79.874103 92.322624) - (xy 79.960893 92.358573) - (xy 80.053029 92.3769) - (xy 80.146971 92.3769) - (xy 80.239107 92.358573) - (xy 80.325897 92.322624) - (xy 80.404006 92.270433) - (xy 80.470433 92.204006) - (xy 80.5 92.159756) - (xy 80.529567 92.204006) - (xy 80.595994 92.270433) - (xy 80.640244 92.3) - (xy 80.595994 92.329567) - (xy 80.529567 92.395994) - (xy 80.477376 92.474103) - (xy 80.441427 92.560893) - (xy 80.4231 92.653029) - (xy 80.4231 92.746971) - (xy 80.441427 92.839107) - (xy 80.477376 92.925897) - (xy 80.529567 93.004006) - (xy 80.595994 93.070433) - (xy 80.640244 93.1) - (xy 80.595994 93.129567) - (xy 80.529567 93.195994) - (xy 80.477376 93.274103) - (xy 80.441427 93.360893) - (xy 80.4231 93.453029) - (xy 80.4231 93.546971) - (xy 80.441427 93.639107) - (xy 80.477376 93.725897) - (xy 80.529567 93.804006) - (xy 80.595994 93.870433) - (xy 80.640244 93.9) - (xy 80.595994 93.929567) - (xy 80.529567 93.995994) - (xy 80.477376 94.074103) - (xy 80.441427 94.160893) - (xy 80.4231 94.253029) - (xy 80.4231 94.346971) - (xy 80.441427 94.439107) - (xy 80.477376 94.525897) - (xy 80.529567 94.604006) - (xy 80.595994 94.670433) - (xy 80.640244 94.7) - (xy 80.595994 94.729567) - (xy 80.529567 94.795994) - (xy 80.477376 94.874103) - (xy 80.441427 94.960893) - (xy 80.4231 95.053029) - (xy 80.4231 95.146971) - (xy 80.441427 95.239107) - (xy 80.477376 95.325897) - (xy 80.529567 95.404006) - (xy 80.595994 95.470433) - (xy 80.640244 95.5) - (xy 80.595994 95.529567) - (xy 80.529567 95.595994) - (xy 80.477376 95.674103) - (xy 80.441427 95.760893) - (xy 80.4231 95.853029) - (xy 80.4231 95.946971) - (xy 80.441427 96.039107) - (xy 80.477376 96.125897) - (xy 80.529567 96.204006) - (xy 80.595994 96.270433) - (xy 80.674103 96.322624) - (xy 80.760893 96.358573) - (xy 80.853029 96.3769) - (xy 80.946971 96.3769) - (xy 81.039107 96.358573) - (xy 81.125897 96.322624) - (xy 81.204006 96.270433) - (xy 81.270433 96.204006) - (xy 81.322624 96.125897) - (xy 81.358573 96.039107) - (xy 81.3769 95.946971) - (xy 81.3769 95.853029) - (xy 81.358573 95.760893) - (xy 81.322624 95.674103) - (xy 81.270433 95.595994) - (xy 81.204006 95.529567) - (xy 81.159756 95.5) - (xy 81.204006 95.470433) - (xy 81.270433 95.404006) - (xy 81.322624 95.325897) - (xy 81.358573 95.239107) - (xy 81.3769 95.146971) - (xy 81.3769 95.053029) - (xy 81.358573 94.960893) - (xy 81.322624 94.874103) - (xy 81.270433 94.795994) - (xy 81.204006 94.729567) - (xy 81.159756 94.7) - (xy 81.204006 94.670433) - (xy 81.270433 94.604006) - (xy 81.322624 94.525897) - (xy 81.358573 94.439107) - (xy 81.3769 94.346971) - (xy 81.3769 94.253029) - (xy 81.358573 94.160893) - (xy 81.322624 94.074103) - (xy 81.270433 93.995994) - (xy 81.204006 93.929567) - (xy 81.159756 93.9) - (xy 81.204006 93.870433) - (xy 81.270433 93.804006) - (xy 81.322624 93.725897) - (xy 81.358573 93.639107) - (xy 81.3769 93.546971) - (xy 81.3769 93.453029) - (xy 81.358573 93.360893) - (xy 81.322624 93.274103) - (xy 81.270433 93.195994) - (xy 81.204006 93.129567) - (xy 81.159756 93.1) - (xy 81.204006 93.070433) - (xy 81.270433 93.004006) - (xy 81.322624 92.925897) - (xy 81.358573 92.839107) - (xy 81.3769 92.746971) - (xy 81.3769 92.653029) - (xy 81.358573 92.560893) - (xy 81.322624 92.474103) - (xy 81.270433 92.395994) - (xy 81.204006 92.329567) - (xy 81.159756 92.3) - (xy 81.204006 92.270433) - (xy 81.270433 92.204006) - (xy 81.322624 92.125897) - (xy 81.358573 92.039107) - (xy 81.3769 91.946971) - (xy 81.3769 91.853029) - (xy 81.358573 91.760893) - (xy 81.322624 91.674103) - (xy 81.270433 91.595994) - (xy 81.204006 91.529567) - (xy 81.125897 91.477376) - (xy 81.039107 91.441427) - (xy 80.946971 91.4231) - (xy 80.853029 91.4231) - (xy 80.760893 91.441427) - (xy 80.674103 91.477376) - (xy 80.595994 91.529567) - (xy 80.529567 91.595994) - (xy 80.5 91.640244) - (xy 80.470433 91.595994) - (xy 80.404006 91.529567) - (xy 80.325897 91.477376) - (xy 80.239107 91.441427) - (xy 80.146971 91.4231) - (xy 80.053029 91.4231) - (xy 79.960893 91.441427) - (xy 79.874103 91.477376) - (xy 79.795994 91.529567) - (xy 79.729567 91.595994) - (xy 79.677376 91.674103) - (xy 79.641427 91.760893) - (xy 79.6231 91.853029) - (xy 79.394632 91.853029) - (xy 81.445762 89.8019) - (xy 84.929728 89.8019) - (xy 83.579774 91.151854) - (xy 83.564439 91.164439) - (xy 83.514216 91.225637) - (xy 83.476897 91.295457) - (xy 83.458917 91.35473) - (xy 83.453916 91.371215) - (xy 83.446156 91.45) - (xy 83.4481 91.469737) - (xy 83.4481 92.245152) - (xy 83.439107 92.241427) - (xy 83.346971 92.2231) - (xy 83.253029 92.2231) - (xy 83.160893 92.241427) - (xy 83.074103 92.277376) - (xy 82.995994 92.329567) - (xy 82.929567 92.395994) - (xy 82.9 92.440244) - (xy 82.870433 92.395994) - (xy 82.804006 92.329567) - (xy 82.725897 92.277376) - (xy 82.639107 92.241427) - (xy 82.546971 92.2231) - (xy 82.453029 92.2231) - (xy 82.360893 92.241427) - (xy 82.274103 92.277376) - (xy 82.195994 92.329567) - (xy 82.129567 92.395994) - (xy 82.077376 92.474103) - (xy 82.041427 92.560893) - (xy 82.0231 92.653029) - (xy 82.0231 92.746971) - (xy 82.041427 92.839107) - (xy 82.077376 92.925897) - (xy 82.129567 93.004006) - (xy 82.195994 93.070433) - (xy 82.240244 93.1) - (xy 82.195994 93.129567) - (xy 82.129567 93.195994) - (xy 82.077376 93.274103) - (xy 82.041427 93.360893) - (xy 82.0231 93.453029) - (xy 82.0231 93.546971) - (xy 82.038243 93.6231) - (xy 81.8 93.6231) - (xy 81.745979 93.628421) - (xy 81.694035 93.644178) - (xy 81.646163 93.669766) - (xy 81.604202 93.704202) - (xy 81.569766 93.746163) - (xy 81.544178 93.794035) - (xy 81.528421 93.845979) - (xy 81.5231 93.9) - (xy 81.5231 95.4) - (xy 81.528421 95.454021) - (xy 81.544178 95.505965) - (xy 81.569766 95.553837) - (xy 81.604202 95.595798) - (xy 81.8231 95.814696) - (xy 81.8231 95.985304) - (xy 81.704202 96.104202) - (xy 81.669766 96.146163) - (xy 81.644178 96.194035) - (xy 81.634227 96.22684) - (xy 81.560893 96.241427) - (xy 81.474103 96.277376) - (xy 81.395994 96.329567) - (xy 81.329567 96.395994) - (xy 81.277376 96.474103) - (xy 81.257081 96.5231) - (xy 78.35 96.5231) - (xy 78.295979 96.528421) - (xy 78.244035 96.544178) - (xy 78.196163 96.569766) - (xy 78.180847 96.582335) - (xy 77.21717 96.582335) - (xy 77.20716 96.572325) - (xy 77.248473 96.510495) - (xy 77.291961 96.405506) - (xy 77.314131 96.294051) - (xy 77.314131 96.180411) - (xy 77.291961 96.068956) - (xy 77.248473 95.963967) - (xy 77.185338 95.869479) - (xy 77.104983 95.789124) - (xy 77.010495 95.725989) - (xy 76.905506 95.682501) - (xy 76.794051 95.660331) - (xy 76.680411 95.660331) - (xy 76.568956 95.682501) - (xy 76.463967 95.725989) - (xy 76.369479 95.789124) - (xy 76.289124 95.869479) - (xy 76.225989 95.963967) - (xy 76.182501 96.068956) - (xy 76.160331 96.180411) - (xy 76.160331 96.294051) - (xy 76.182501 96.405506) - (xy 76.225989 96.510495) - (xy 76.289124 96.604983) - (xy 76.333282 96.649141) - (xy 76.291969 96.710971) - (xy 76.248481 96.81596) - (xy 76.226311 96.927415) - (xy 76.226311 97.041055) - (xy 76.248481 97.15251) - (xy 76.291969 97.257499) - (xy 76.355104 97.351987) - (xy 76.435459 97.432342) - (xy 76.529947 97.495477) - (xy 76.634936 97.538965) - (xy 76.746391 97.561135) - (xy 76.860031 97.561135) - (xy 76.971486 97.538965) - (xy 77.076475 97.495477) - (xy 77.170963 97.432342) - (xy 77.21717 97.386135) - (xy 78.0731 97.386135) - (xy 78.0731 98.054975) - (xy 76.861685 99.266391) - (xy 76.836808 99.286807) - (xy 76.783393 99.351893) - (xy 76.755343 99.386072) - (xy 76.69481 99.499322) - (xy 76.657533 99.622207) - (xy 76.644947 99.75) - (xy 76.648101 99.782024) - (xy 76.6481 101.367978) - (xy 76.6481 101.367979) - (xy 76.648101 103.200827) - (xy 75.36169 104.48724) - (xy 75.336807 104.507661) - (xy 75.255343 104.606926) - (xy 75.194809 104.720177) - (xy 75.157533 104.84306) - (xy 75.1481 104.938833) - (xy 75.1481 104.93884) - (xy 75.144947 104.970854) - (xy 75.1481 105.002869) - (xy 75.148101 106.429973) - (xy 74.229976 107.3481) - (xy 70.932013 107.3481) - (xy 70.899999 107.344947) - (xy 70.867985 107.3481) - (xy 70.867978 107.3481) - (xy 70.772205 107.357533) - (xy 70.649322 107.394809) - (xy 70.536071 107.455343) - (xy 70.436807 107.536807) - (xy 70.416395 107.561679) - (xy 69.11169 108.866386) - (xy 69.086807 108.886807) - (xy 69.005343 108.986072) - (xy 68.944809 109.099323) - (xy 68.907533 109.222206) - (xy 68.8981 109.317979) - (xy 68.8981 109.317986) - (xy 68.894947 109.35) - (xy 66.4269 109.35) - (xy 66.4269 109.298105) - (xy 66.406651 109.196309) - (xy 66.366932 109.100419) - (xy 66.30927 109.014121) - (xy 66.235879 108.94073) - (xy 66.149581 108.883068) - (xy 66.053691 108.843349) - (xy 65.951895 108.8231) - (xy 65.848105 108.8231) - (xy 65.746309 108.843349) - (xy 65.650419 108.883068) - (xy 65.564121 108.94073) - (xy 65.49073 109.014121) - (xy 65.433068 109.100419) - (xy 65.393349 109.196309) - (xy 65.3731 109.298105) - (xy 62.187253 109.298105) - (xy 62.173264 109.288758) - (xy 62.068275 109.24527) - (xy 61.95682 109.2231) - (xy 61.84318 109.2231) - (xy 61.731725 109.24527) - (xy 61.626736 109.288758) - (xy 61.532248 109.351893) - (xy 61.451893 109.432248) - (xy 61.388758 109.526736) - (xy 61.34527 109.631725) - (xy 61.3231 109.74318) - (xy 60.218054 109.74318) - (xy 60.211242 109.726736) - (xy 60.148107 109.632248) - (xy 60.067752 109.551893) - (xy 59.973264 109.488758) - (xy 59.868275 109.44527) - (xy 59.75682 109.4231) - (xy 59.64318 109.4231) - (xy 59.531725 109.44527) - (xy 59.426736 109.488758) - (xy 59.332248 109.551893) - (xy 59.251893 109.632248) - (xy 59.188758 109.726736) - (xy 59.14527 109.831725) - (xy 59.1231 109.94318) - (xy 55.626904 109.94318) - (xy 55.604734 109.831725) - (xy 55.561246 109.726736) - (xy 55.498111 109.632248) - (xy 55.417756 109.551893) - (xy 55.323268 109.488758) - (xy 55.218279 109.44527) - (xy 55.106824 109.4231) - (xy 54.993184 109.4231) - (xy 54.881729 109.44527) - (xy 54.77674 109.488758) - (xy 54.682252 109.551893) - (xy 54.601897 109.632248) - (xy 54.538762 109.726736) - (xy 54.495274 109.831725) - (xy 54.473104 109.94318) - (xy 50.277 109.94318) - (xy 50.277 107.94318) - (xy 54.4731 107.94318) - (xy 54.4731 108.05682) - (xy 54.49527 108.168275) - (xy 54.538758 108.273264) - (xy 54.601893 108.367752) - (xy 54.682248 108.448107) - (xy 54.776736 108.511242) - (xy 54.881725 108.55473) - (xy 54.99318 108.5769) - (xy 55.10682 108.5769) - (xy 55.218275 108.55473) - (xy 55.323264 108.511242) - (xy 55.417752 108.448107) - (xy 55.498107 108.367752) - (xy 55.561242 108.273264) - (xy 55.60473 108.168275) - (xy 55.6269 108.05682) - (xy 55.6269 107.94318) - (xy 59.1231 107.94318) - (xy 59.1231 108.05682) - (xy 59.14527 108.168275) - (xy 59.188758 108.273264) - (xy 59.251893 108.367752) - (xy 59.332248 108.448107) - (xy 59.426736 108.511242) - (xy 59.531725 108.55473) - (xy 59.64318 108.5769) - (xy 59.75682 108.5769) - (xy 59.868275 108.55473) - (xy 59.973264 108.511242) - (xy 60.067752 108.448107) - (xy 60.148107 108.367752) - (xy 60.211242 108.273264) - (xy 60.25473 108.168275) - (xy 60.2769 108.05682) - (xy 60.2769 107.94318) - (xy 60.25473 107.831725) - (xy 60.218054 107.74318) - (xy 64.0231 107.74318) - (xy 64.0231 107.85682) - (xy 64.04527 107.968275) - (xy 64.088758 108.073264) - (xy 64.106622 108.1) - (xy 64.088758 108.126736) - (xy 64.04527 108.231725) - (xy 64.0231 108.34318) - (xy 64.0231 108.45682) - (xy 64.04527 108.568275) - (xy 64.088758 108.673264) - (xy 64.151893 108.767752) - (xy 64.232248 108.848107) - (xy 64.326736 108.911242) - (xy 64.431725 108.95473) - (xy 64.54318 108.9769) - (xy 64.65682 108.9769) - (xy 64.768275 108.95473) - (xy 64.873264 108.911242) - (xy 64.967752 108.848107) - (xy 65.048107 108.767752) - (xy 65.111242 108.673264) - (xy 65.15473 108.568275) - (xy 65.1769 108.45682) - (xy 65.1769 108.34318) - (xy 65.15473 108.231725) - (xy 65.111242 108.126736) - (xy 65.093378 108.1) - (xy 65.111242 108.073264) - (xy 65.15473 107.968275) - (xy 65.1769 107.85682) - (xy 65.1769 107.74318) - (xy 66.6231 107.74318) - (xy 66.6231 107.85682) - (xy 66.64527 107.968275) - (xy 66.688758 108.073264) - (xy 66.706622 108.1) - (xy 66.688758 108.126736) - (xy 66.64527 108.231725) - (xy 66.6231 108.34318) - (xy 66.6231 108.45682) - (xy 66.64527 108.568275) - (xy 66.688758 108.673264) - (xy 66.751893 108.767752) - (xy 66.832248 108.848107) - (xy 66.926736 108.911242) - (xy 67.031725 108.95473) - (xy 67.14318 108.9769) - (xy 67.25682 108.9769) - (xy 67.368275 108.95473) - (xy 67.473264 108.911242) - (xy 67.567752 108.848107) - (xy 67.648107 108.767752) - (xy 67.711242 108.673264) - (xy 67.75473 108.568275) - (xy 67.7769 108.45682) - (xy 67.7769 108.34318) - (xy 67.766955 108.29318) - (xy 67.9231 108.29318) - (xy 67.9231 108.40682) - (xy 67.94527 108.518275) - (xy 67.988758 108.623264) - (xy 68.051893 108.717752) - (xy 68.132248 108.798107) - (xy 68.226736 108.861242) - (xy 68.331725 108.90473) - (xy 68.44318 108.9269) - (xy 68.55682 108.9269) - (xy 68.668275 108.90473) - (xy 68.773264 108.861242) - (xy 68.867752 108.798107) - (xy 68.948107 108.717752) - (xy 69.011242 108.623264) - (xy 69.05473 108.518275) - (xy 69.0769 108.40682) - (xy 69.0769 108.29318) - (xy 69.05473 108.181725) - (xy 69.011242 108.076736) - (xy 68.948107 107.982248) - (xy 68.867752 107.901893) - (xy 68.773264 107.838758) - (xy 68.668275 107.79527) - (xy 68.55682 107.7731) - (xy 68.44318 107.7731) - (xy 68.331725 107.79527) - (xy 68.226736 107.838758) - (xy 68.132248 107.901893) - (xy 68.051893 107.982248) - (xy 67.988758 108.076736) - (xy 67.94527 108.181725) - (xy 67.9231 108.29318) - (xy 67.766955 108.29318) - (xy 67.75473 108.231725) - (xy 67.711242 108.126736) - (xy 67.693378 108.1) - (xy 67.711242 108.073264) - (xy 67.75473 107.968275) - (xy 67.7769 107.85682) - (xy 67.7769 107.74318) - (xy 67.75473 107.631725) - (xy 67.711242 107.526736) - (xy 67.648107 107.432248) - (xy 67.567752 107.351893) - (xy 67.473264 107.288758) - (xy 67.368275 107.24527) - (xy 67.25682 107.2231) - (xy 67.14318 107.2231) - (xy 67.031725 107.24527) - (xy 66.926736 107.288758) - (xy 66.832248 107.351893) - (xy 66.751893 107.432248) - (xy 66.688758 107.526736) - (xy 66.64527 107.631725) - (xy 66.6231 107.74318) - (xy 65.1769 107.74318) - (xy 65.15473 107.631725) - (xy 65.111242 107.526736) - (xy 65.048107 107.432248) - (xy 64.967752 107.351893) - (xy 64.873264 107.288758) - (xy 64.768275 107.24527) - (xy 64.65682 107.2231) - (xy 64.54318 107.2231) - (xy 64.431725 107.24527) - (xy 64.326736 107.288758) - (xy 64.232248 107.351893) - (xy 64.151893 107.432248) - (xy 64.088758 107.526736) - (xy 64.04527 107.631725) - (xy 64.0231 107.74318) - (xy 60.218054 107.74318) - (xy 60.211242 107.726736) - (xy 60.148107 107.632248) - (xy 60.067752 107.551893) - (xy 59.973264 107.488758) - (xy 59.868275 107.44527) - (xy 59.75682 107.4231) - (xy 59.64318 107.4231) - (xy 59.531725 107.44527) - (xy 59.426736 107.488758) - (xy 59.332248 107.551893) - (xy 59.251893 107.632248) - (xy 59.188758 107.726736) - (xy 59.14527 107.831725) - (xy 59.1231 107.94318) - (xy 55.6269 107.94318) - (xy 55.60473 107.831725) - (xy 55.561242 107.726736) - (xy 55.498107 107.632248) - (xy 55.417752 107.551893) - (xy 55.323264 107.488758) - (xy 55.218275 107.44527) - (xy 55.10682 107.4231) - (xy 54.99318 107.4231) - (xy 54.881725 107.44527) - (xy 54.776736 107.488758) - (xy 54.682248 107.551893) - (xy 54.601893 107.632248) - (xy 54.538758 107.726736) - (xy 54.49527 107.831725) - (xy 54.4731 107.94318) - (xy 50.277 107.94318) - (xy 50.277 105.94318) - (xy 54.47311 105.94318) - (xy 54.47311 106.05682) - (xy 54.49528 106.168275) - (xy 54.538768 106.273264) - (xy 54.601903 106.367752) - (xy 54.682258 106.448107) - (xy 54.776746 106.511242) - (xy 54.881735 106.55473) - (xy 54.99319 106.5769) - (xy 55.10683 106.5769) - (xy 55.218285 106.55473) - (xy 55.323274 106.511242) - (xy 55.417762 106.448107) - (xy 55.498117 106.367752) - (xy 55.561252 106.273264) - (xy 55.60474 106.168275) - (xy 55.62691 106.05682) - (xy 55.62691 105.94318) - (xy 59.1231 105.94318) - (xy 59.1231 106.05682) - (xy 59.14527 106.168275) - (xy 59.188758 106.273264) - (xy 59.251893 106.367752) - (xy 59.332248 106.448107) - (xy 59.426736 106.511242) - (xy 59.531725 106.55473) - (xy 59.64318 106.5769) - (xy 59.75682 106.5769) - (xy 59.868275 106.55473) - (xy 59.973264 106.511242) - (xy 60.067752 106.448107) - (xy 60.148107 106.367752) - (xy 60.211242 106.273264) - (xy 60.25473 106.168275) - (xy 60.2769 106.05682) - (xy 60.2769 105.94318) - (xy 60.25473 105.831725) - (xy 60.218054 105.74318) - (xy 68.6231 105.74318) - (xy 68.6231 105.85682) - (xy 68.64527 105.968275) - (xy 68.688758 106.073264) - (xy 68.751893 106.167752) - (xy 68.832248 106.248107) - (xy 68.926736 106.311242) - (xy 69.031725 106.35473) - (xy 69.14318 106.3769) - (xy 69.25682 106.3769) - (xy 69.368275 106.35473) - (xy 69.473264 106.311242) - (xy 69.567752 106.248107) - (xy 69.6 106.215859) - (xy 69.632248 106.248107) - (xy 69.726736 106.311242) - (xy 69.831725 106.35473) - (xy 69.94318 106.3769) - (xy 70.05682 106.3769) - (xy 70.168275 106.35473) - (xy 70.273264 106.311242) - (xy 70.367752 106.248107) - (xy 70.4 106.215859) - (xy 70.432248 106.248107) - (xy 70.526736 106.311242) - (xy 70.631725 106.35473) - (xy 70.74318 106.3769) - (xy 70.85682 106.3769) - (xy 70.968275 106.35473) - (xy 71.073264 106.311242) - (xy 71.167752 106.248107) - (xy 71.2 106.215859) - (xy 71.232248 106.248107) - (xy 71.326736 106.311242) - (xy 71.431725 106.35473) - (xy 71.54318 106.3769) - (xy 71.65682 106.3769) - (xy 71.768275 106.35473) - (xy 71.796159 106.34318) - (xy 72.6231 106.34318) - (xy 72.6231 106.45682) - (xy 72.64527 106.568275) - (xy 72.688758 106.673264) - (xy 72.751893 106.767752) - (xy 72.832248 106.848107) - (xy 72.926736 106.911242) - (xy 73.031725 106.95473) - (xy 73.14318 106.9769) - (xy 73.25682 106.9769) - (xy 73.368275 106.95473) - (xy 73.379206 106.950202) - (xy 73.388758 106.973264) - (xy 73.451893 107.067752) - (xy 73.532248 107.148107) - (xy 73.626736 107.211242) - (xy 73.731725 107.25473) - (xy 73.84318 107.2769) - (xy 73.95682 107.2769) - (xy 74.068275 107.25473) - (xy 74.173264 107.211242) - (xy 74.267752 107.148107) - (xy 74.348107 107.067752) - (xy 74.411242 106.973264) - (xy 74.45473 106.868275) - (xy 74.4769 106.75682) - (xy 74.4769 106.64318) - (xy 74.45473 106.531725) - (xy 74.411242 106.426736) - (xy 74.348107 106.332248) - (xy 74.267752 106.251893) - (xy 74.173264 106.188758) - (xy 74.068275 106.14527) - (xy 73.95682 106.1231) - (xy 73.84318 106.1231) - (xy 73.731725 106.14527) - (xy 73.720794 106.149798) - (xy 73.711242 106.126736) - (xy 73.648107 106.032248) - (xy 73.567752 105.951893) - (xy 73.473264 105.888758) - (xy 73.368275 105.84527) - (xy 73.25682 105.8231) - (xy 73.14318 105.8231) - (xy 73.031725 105.84527) - (xy 72.926736 105.888758) - (xy 72.832248 105.951893) - (xy 72.751893 106.032248) - (xy 72.688758 106.126736) - (xy 72.64527 106.231725) - (xy 72.6231 106.34318) - (xy 71.796159 106.34318) - (xy 71.873264 106.311242) - (xy 71.967752 106.248107) - (xy 72.048107 106.167752) - (xy 72.111242 106.073264) - (xy 72.15473 105.968275) - (xy 72.1769 105.85682) - (xy 72.1769 105.74318) - (xy 72.15473 105.631725) - (xy 72.111242 105.526736) - (xy 72.048107 105.432248) - (xy 71.967752 105.351893) - (xy 71.873264 105.288758) - (xy 71.768275 105.24527) - (xy 71.65682 105.2231) - (xy 71.54318 105.2231) - (xy 71.431725 105.24527) - (xy 71.326736 105.288758) - (xy 71.232248 105.351893) - (xy 71.2 105.384141) - (xy 71.167752 105.351893) - (xy 71.073264 105.288758) - (xy 70.968275 105.24527) - (xy 70.85682 105.2231) - (xy 70.74318 105.2231) - (xy 70.631725 105.24527) - (xy 70.526736 105.288758) - (xy 70.432248 105.351893) - (xy 70.4 105.384141) - (xy 70.367752 105.351893) - (xy 70.273264 105.288758) - (xy 70.168275 105.24527) - (xy 70.05682 105.2231) - (xy 69.94318 105.2231) - (xy 69.831725 105.24527) - (xy 69.726736 105.288758) - (xy 69.632248 105.351893) - (xy 69.6 105.384141) - (xy 69.567752 105.351893) - (xy 69.473264 105.288758) - (xy 69.368275 105.24527) - (xy 69.25682 105.2231) - (xy 69.14318 105.2231) - (xy 69.031725 105.24527) - (xy 68.926736 105.288758) - (xy 68.832248 105.351893) - (xy 68.751893 105.432248) - (xy 68.688758 105.526736) - (xy 68.64527 105.631725) - (xy 68.6231 105.74318) - (xy 60.218054 105.74318) - (xy 60.211242 105.726736) - (xy 60.148107 105.632248) - (xy 60.067752 105.551893) - (xy 59.973264 105.488758) - (xy 59.868275 105.44527) - (xy 59.75682 105.4231) - (xy 59.64318 105.4231) - (xy 59.531725 105.44527) - (xy 59.426736 105.488758) - (xy 59.332248 105.551893) - (xy 59.251893 105.632248) - (xy 59.188758 105.726736) - (xy 59.14527 105.831725) - (xy 59.1231 105.94318) - (xy 55.62691 105.94318) - (xy 55.60474 105.831725) - (xy 55.561252 105.726736) - (xy 55.498117 105.632248) - (xy 55.417762 105.551893) - (xy 55.323274 105.488758) - (xy 55.218285 105.44527) - (xy 55.10683 105.4231) - (xy 54.99319 105.4231) - (xy 54.881735 105.44527) - (xy 54.776746 105.488758) - (xy 54.682258 105.551893) - (xy 54.601903 105.632248) - (xy 54.538768 105.726736) - (xy 54.49528 105.831725) - (xy 54.47311 105.94318) - (xy 50.277 105.94318) - (xy 50.277 103.94318) - (xy 54.4731 103.94318) - (xy 54.4731 104.05682) - (xy 54.49527 104.168275) - (xy 54.538758 104.273264) - (xy 54.601893 104.367752) - (xy 54.682248 104.448107) - (xy 54.776736 104.511242) - (xy 54.881725 104.55473) - (xy 54.99318 104.5769) - (xy 55.10682 104.5769) - (xy 55.218275 104.55473) - (xy 55.323264 104.511242) - (xy 55.417752 104.448107) - (xy 55.498107 104.367752) - (xy 55.561242 104.273264) - (xy 55.60473 104.168275) - (xy 55.6269 104.05682) - (xy 55.6269 103.94318) - (xy 59.1231 103.94318) - (xy 59.1231 104.05682) - (xy 59.14527 104.168275) - (xy 59.188758 104.273264) - (xy 59.251893 104.367752) - (xy 59.332248 104.448107) - (xy 59.426736 104.511242) - (xy 59.531725 104.55473) - (xy 59.64318 104.5769) - (xy 59.75682 104.5769) - (xy 59.868275 104.55473) - (xy 59.973264 104.511242) - (xy 60.067752 104.448107) - (xy 60.148107 104.367752) - (xy 60.211242 104.273264) - (xy 60.25473 104.168275) - (xy 60.2769 104.05682) - (xy 60.2769 103.94318) - (xy 60.25473 103.831725) - (xy 60.211242 103.726736) - (xy 60.148107 103.632248) - (xy 60.067752 103.551893) - (xy 59.973264 103.488758) - (xy 59.868275 103.44527) - (xy 59.75682 103.4231) - (xy 59.64318 103.4231) - (xy 59.531725 103.44527) - (xy 59.426736 103.488758) - (xy 59.332248 103.551893) - (xy 59.251893 103.632248) - (xy 59.188758 103.726736) - (xy 59.14527 103.831725) - (xy 59.1231 103.94318) - (xy 55.6269 103.94318) - (xy 55.60473 103.831725) - (xy 55.561242 103.726736) - (xy 55.498107 103.632248) - (xy 55.417752 103.551893) - (xy 55.323264 103.488758) - (xy 55.218275 103.44527) - (xy 55.10682 103.4231) - (xy 54.99318 103.4231) - (xy 54.881725 103.44527) - (xy 54.776736 103.488758) - (xy 54.682248 103.551893) - (xy 54.601893 103.632248) - (xy 54.538758 103.726736) - (xy 54.49527 103.831725) - (xy 54.4731 103.94318) - (xy 50.277 103.94318) - (xy 50.277 101.94318) - (xy 54.4731 101.94318) - (xy 54.4731 102.05682) - (xy 54.49527 102.168275) - (xy 54.538758 102.273264) - (xy 54.601893 102.367752) - (xy 54.682248 102.448107) - (xy 54.776736 102.511242) - (xy 54.881725 102.55473) - (xy 54.99318 102.5769) - (xy 55.10682 102.5769) - (xy 55.218275 102.55473) - (xy 55.323264 102.511242) - (xy 55.417752 102.448107) - (xy 55.498107 102.367752) - (xy 55.561242 102.273264) - (xy 55.60473 102.168275) - (xy 55.6269 102.05682) - (xy 55.6269 101.94318) - (xy 59.1231 101.94318) - (xy 59.1231 102.05682) - (xy 59.14527 102.168275) - (xy 59.188758 102.273264) - (xy 59.251893 102.367752) - (xy 59.332248 102.448107) - (xy 59.426736 102.511242) - (xy 59.531725 102.55473) - (xy 59.64318 102.5769) - (xy 59.75682 102.5769) - (xy 59.868275 102.55473) - (xy 59.973264 102.511242) - (xy 60.067752 102.448107) - (xy 60.148107 102.367752) - (xy 60.211242 102.273264) - (xy 60.25473 102.168275) - (xy 60.2769 102.05682) - (xy 60.2769 101.94318) - (xy 60.25473 101.831725) - (xy 60.211242 101.726736) - (xy 60.148107 101.632248) - (xy 60.067752 101.551893) - (xy 59.973264 101.488758) - (xy 59.868275 101.44527) - (xy 59.857768 101.44318) - (xy 66.4231 101.44318) - (xy 66.4231 101.55682) - (xy 66.44527 101.668275) - (xy 66.488758 101.773264) - (xy 66.551893 101.867752) - (xy 66.632248 101.948107) - (xy 66.726736 102.011242) - (xy 66.831725 102.05473) - (xy 66.94318 102.0769) - (xy 67.05682 102.0769) - (xy 67.168275 102.05473) - (xy 67.273264 102.011242) - (xy 67.367752 101.948107) - (xy 67.448107 101.867752) - (xy 67.449999 101.86492) - (xy 67.451891 101.867752) - (xy 67.532246 101.948107) - (xy 67.626734 102.011242) - (xy 67.731723 102.05473) - (xy 67.843178 102.0769) - (xy 67.956818 102.0769) - (xy 68.068273 102.05473) - (xy 68.173262 102.011242) - (xy 68.26775 101.948107) - (xy 68.324999 101.890858) - (xy 68.382248 101.948107) - (xy 68.476736 102.011242) - (xy 68.581725 102.05473) - (xy 68.69318 102.0769) - (xy 68.80682 102.0769) - (xy 68.918275 102.05473) - (xy 69.023264 102.011242) - (xy 69.117752 101.948107) - (xy 69.175 101.89086) - (xy 69.232247 101.948107) - (xy 69.326735 102.011242) - (xy 69.431724 102.05473) - (xy 69.543179 102.0769) - (xy 69.656819 102.0769) - (xy 69.768274 102.05473) - (xy 69.873263 102.011242) - (xy 69.967751 101.948107) - (xy 70.048106 101.867752) - (xy 70.111241 101.773264) - (xy 70.154729 101.668275) - (xy 70.176899 101.55682) - (xy 70.176899 101.44318) - (xy 70.154729 101.331725) - (xy 70.111241 101.226736) - (xy 70.048106 101.132248) - (xy 69.967751 101.051893) - (xy 69.879881 100.99318) - (xy 73.6731 100.99318) - (xy 73.6731 101.10682) - (xy 73.69527 101.218275) - (xy 73.738758 101.323264) - (xy 73.801893 101.417752) - (xy 73.882248 101.498107) - (xy 73.976736 101.561242) - (xy 74.081725 101.60473) - (xy 74.19318 101.6269) - (xy 74.30682 101.6269) - (xy 74.418275 101.60473) - (xy 74.523264 101.561242) - (xy 74.617752 101.498107) - (xy 74.698107 101.417752) - (xy 74.761242 101.323264) - (xy 74.80473 101.218275) - (xy 74.8269 101.10682) - (xy 74.8269 100.99318) - (xy 74.80473 100.881725) - (xy 74.761242 100.776736) - (xy 74.698107 100.682248) - (xy 74.617752 100.601893) - (xy 74.523264 100.538758) - (xy 74.418275 100.49527) - (xy 74.30682 100.4731) - (xy 74.19318 100.4731) - (xy 74.081725 100.49527) - (xy 73.976736 100.538758) - (xy 73.882248 100.601893) - (xy 73.801893 100.682248) - (xy 73.738758 100.776736) - (xy 73.69527 100.881725) - (xy 73.6731 100.99318) - (xy 69.879881 100.99318) - (xy 69.873263 100.988758) - (xy 69.768274 100.94527) - (xy 69.656819 100.9231) - (xy 69.543179 100.9231) - (xy 69.431724 100.94527) - (xy 69.326735 100.988758) - (xy 69.232247 101.051893) - (xy 69.175 101.109141) - (xy 69.117752 101.051893) - (xy 69.023264 100.988758) - (xy 68.918275 100.94527) - (xy 68.80682 100.9231) - (xy 68.69318 100.9231) - (xy 68.581725 100.94527) - (xy 68.476736 100.988758) - (xy 68.382248 101.051893) - (xy 68.324999 101.109142) - (xy 68.26775 101.051893) - (xy 68.173262 100.988758) - (xy 68.068273 100.94527) - (xy 67.956818 100.9231) - (xy 67.843178 100.9231) - (xy 67.731723 100.94527) - (xy 67.626734 100.988758) - (xy 67.532246 101.051893) - (xy 67.451891 101.132248) - (xy 67.449999 101.13508) - (xy 67.448107 101.132248) - (xy 67.367752 101.051893) - (xy 67.273264 100.988758) - (xy 67.168275 100.94527) - (xy 67.05682 100.9231) - (xy 66.94318 100.9231) - (xy 66.831725 100.94527) - (xy 66.726736 100.988758) - (xy 66.632248 101.051893) - (xy 66.551893 101.132248) - (xy 66.488758 101.226736) - (xy 66.44527 101.331725) - (xy 66.4231 101.44318) - (xy 59.857768 101.44318) - (xy 59.75682 101.4231) - (xy 59.64318 101.4231) - (xy 59.531725 101.44527) - (xy 59.426736 101.488758) - (xy 59.332248 101.551893) - (xy 59.251893 101.632248) - (xy 59.188758 101.726736) - (xy 59.14527 101.831725) - (xy 59.1231 101.94318) - (xy 55.6269 101.94318) - (xy 55.60473 101.831725) - (xy 55.561242 101.726736) - (xy 55.498107 101.632248) - (xy 55.417752 101.551893) - (xy 55.323264 101.488758) - (xy 55.218275 101.44527) - (xy 55.10682 101.4231) - (xy 54.99318 101.4231) - (xy 54.881725 101.44527) - (xy 54.776736 101.488758) - (xy 54.682248 101.551893) - (xy 54.601893 101.632248) - (xy 54.538758 101.726736) - (xy 54.49527 101.831725) - (xy 54.4731 101.94318) - (xy 50.277 101.94318) - (xy 50.277 100.542101) - (xy 50.334448 100.557494) - (xy 50.463858 100.574531) - (xy 50.5 100.5769) - (xy 51.118827 100.5769) - (xy 51.147701 100.585659) - (xy 51.261834 100.5969) - (xy 51.938166 100.5969) - (xy 52.052299 100.585659) - (xy 52.081173 100.5769) - (xy 55.048827 100.5769) - (xy 55.077701 100.585659) - (xy 55.191834 100.5969) - (xy 56.368166 100.5969) - (xy 56.482299 100.585659) - (xy 56.628745 100.541235) - (xy 56.763711 100.469094) - (xy 56.795313 100.443158) - (xy 65.3231 100.443158) - (xy 65.3231 100.556798) - (xy 65.34527 100.668253) - (xy 65.388758 100.773242) - (xy 65.451893 100.86773) - (xy 65.532248 100.948085) - (xy 65.626736 101.01122) - (xy 65.731725 101.054708) - (xy 65.84318 101.076878) - (xy 65.95682 101.076878) - (xy 66.068275 101.054708) - (xy 66.173264 101.01122) - (xy 66.267752 100.948085) - (xy 66.348107 100.86773) - (xy 66.411242 100.773242) - (xy 66.45473 100.668253) - (xy 66.4769 100.556798) - (xy 66.4769 100.443158) - (xy 66.45473 100.331703) - (xy 66.411242 100.226714) - (xy 66.348107 100.132226) - (xy 66.267752 100.051871) - (xy 66.173264 99.988736) - (xy 66.068275 99.945248) - (xy 65.95682 99.923078) - (xy 65.84318 99.923078) - (xy 65.731725 99.945248) - (xy 65.626736 99.988736) - (xy 65.532248 100.051871) - (xy 65.451893 100.132226) - (xy 65.388758 100.226714) - (xy 65.34527 100.331703) - (xy 65.3231 100.443158) - (xy 56.795313 100.443158) - (xy 56.882009 100.372009) - (xy 56.979094 100.253711) - (xy 57.051235 100.118745) - (xy 57.095659 99.972299) - (xy 57.110659 99.82) - (xy 57.095659 99.667701) - (xy 57.0769 99.605861) - (xy 57.0769 99.143174) - (xy 57.2231 99.143174) - (xy 57.2231 99.256814) - (xy 57.24527 99.368269) - (xy 57.288758 99.473258) - (xy 57.351893 99.567746) - (xy 57.432248 99.648101) - (xy 57.526736 99.711236) - (xy 57.631725 99.754724) - (xy 57.74318 99.776894) - (xy 57.85682 99.776894) - (xy 57.968275 99.754724) - (xy 58.073264 99.711236) - (xy 58.167752 99.648101) - (xy 58.248107 99.567746) - (xy 58.311242 99.473258) - (xy 58.35473 99.368269) - (xy 58.3769 99.256814) - (xy 58.3769 99.24318) - (xy 75.4231 99.24318) - (xy 75.4231 99.35682) - (xy 75.44527 99.468275) - (xy 75.488758 99.573264) - (xy 75.551893 99.667752) - (xy 75.632248 99.748107) - (xy 75.726736 99.811242) - (xy 75.831725 99.85473) - (xy 75.94318 99.8769) - (xy 76.05682 99.8769) - (xy 76.168275 99.85473) - (xy 76.273264 99.811242) - (xy 76.367752 99.748107) - (xy 76.448107 99.667752) - (xy 76.511242 99.573264) - (xy 76.55473 99.468275) - (xy 76.5769 99.35682) - (xy 76.5769 99.2769) - (xy 76.65682 99.2769) - (xy 76.768275 99.25473) - (xy 76.873264 99.211242) - (xy 76.967752 99.148107) - (xy 77.048107 99.067752) - (xy 77.111242 98.973264) - (xy 77.15473 98.868275) - (xy 77.1769 98.75682) - (xy 77.1769 98.64318) - (xy 77.15473 98.531725) - (xy 77.111242 98.426736) - (xy 77.048107 98.332248) - (xy 76.967752 98.251893) - (xy 76.873264 98.188758) - (xy 76.768275 98.14527) - (xy 76.65682 98.1231) - (xy 76.54318 98.1231) - (xy 76.431725 98.14527) - (xy 76.326736 98.188758) - (xy 76.232248 98.251893) - (xy 76.151893 98.332248) - (xy 76.088758 98.426736) - (xy 76.04527 98.531725) - (xy 76.0231 98.64318) - (xy 76.0231 98.7231) - (xy 75.94318 98.7231) - (xy 75.831725 98.74527) - (xy 75.726736 98.788758) - (xy 75.632248 98.851893) - (xy 75.551893 98.932248) - (xy 75.488758 99.026736) - (xy 75.44527 99.131725) - (xy 75.4231 99.24318) - (xy 58.3769 99.24318) - (xy 58.3769 99.143174) - (xy 58.35473 99.031719) - (xy 58.311242 98.92673) - (xy 58.248107 98.832242) - (xy 58.167752 98.751887) - (xy 58.073264 98.688752) - (xy 57.968275 98.645264) - (xy 57.85682 98.623094) - (xy 57.74318 98.623094) - (xy 57.631725 98.645264) - (xy 57.526736 98.688752) - (xy 57.432248 98.751887) - (xy 57.351893 98.832242) - (xy 57.288758 98.92673) - (xy 57.24527 99.031719) - (xy 57.2231 99.143174) - (xy 57.0769 99.143174) - (xy 57.0769 97.693171) - (xy 61.14328 97.693171) - (xy 61.14328 97.806811) - (xy 61.16545 97.918266) - (xy 61.208938 98.023255) - (xy 61.272073 98.117743) - (xy 61.352428 98.198098) - (xy 61.446916 98.261233) - (xy 61.551905 98.304721) - (xy 61.66336 98.326891) - (xy 61.777 98.326891) - (xy 61.888455 98.304721) - (xy 61.993444 98.261233) - (xy 62.087932 98.198098) - (xy 62.168287 98.117743) - (xy 62.231422 98.023255) - (xy 62.248021 97.98318) - (xy 66.7331 97.98318) - (xy 66.7331 98.09682) - (xy 66.75527 98.208275) - (xy 66.798758 98.313264) - (xy 66.861893 98.407752) - (xy 66.942248 98.488107) - (xy 67.036736 98.551242) - (xy 67.141725 98.59473) - (xy 67.25318 98.6169) - (xy 67.36682 98.6169) - (xy 67.478275 98.59473) - (xy 67.583264 98.551242) - (xy 67.677752 98.488107) - (xy 67.758107 98.407752) - (xy 67.821242 98.313264) - (xy 67.86473 98.208275) - (xy 67.8869 98.09682) - (xy 67.8869 97.98318) - (xy 68.0031 97.98318) - (xy 68.0031 98.09682) - (xy 68.02527 98.208275) - (xy 68.068758 98.313264) - (xy 68.131893 98.407752) - (xy 68.212248 98.488107) - (xy 68.306736 98.551242) - (xy 68.411725 98.59473) - (xy 68.52318 98.6169) - (xy 68.63682 98.6169) - (xy 68.748275 98.59473) - (xy 68.853264 98.551242) - (xy 68.947752 98.488107) - (xy 69.028107 98.407752) - (xy 69.091242 98.313264) - (xy 69.13473 98.208275) - (xy 69.1569 98.09682) - (xy 69.1569 97.98318) - (xy 69.2731 97.98318) - (xy 69.2731 98.09682) - (xy 69.29527 98.208275) - (xy 69.338758 98.313264) - (xy 69.401893 98.407752) - (xy 69.482248 98.488107) - (xy 69.576736 98.551242) - (xy 69.681725 98.59473) - (xy 69.79318 98.6169) - (xy 69.90682 98.6169) - (xy 70.018275 98.59473) - (xy 70.123264 98.551242) - (xy 70.217752 98.488107) - (xy 70.298107 98.407752) - (xy 70.361242 98.313264) - (xy 70.40473 98.208275) - (xy 70.4269 98.09682) - (xy 70.4269 97.98318) - (xy 70.5431 97.98318) - (xy 70.5431 98.09682) - (xy 70.56527 98.208275) - (xy 70.608758 98.313264) - (xy 70.671893 98.407752) - (xy 70.752248 98.488107) - (xy 70.846736 98.551242) - (xy 70.951725 98.59473) - (xy 71.06318 98.6169) - (xy 71.17682 98.6169) - (xy 71.288275 98.59473) - (xy 71.393264 98.551242) - (xy 71.487752 98.488107) - (xy 71.568107 98.407752) - (xy 71.631242 98.313264) - (xy 71.67473 98.208275) - (xy 71.6969 98.09682) - (xy 71.6969 97.98318) - (xy 71.8131 97.98318) - (xy 71.8131 98.09682) - (xy 71.83527 98.208275) - (xy 71.878758 98.313264) - (xy 71.941893 98.407752) - (xy 72.022248 98.488107) - (xy 72.116736 98.551242) - (xy 72.221725 98.59473) - (xy 72.33318 98.6169) - (xy 72.44682 98.6169) - (xy 72.558275 98.59473) - (xy 72.663264 98.551242) - (xy 72.757752 98.488107) - (xy 72.838107 98.407752) - (xy 72.901242 98.313264) - (xy 72.94473 98.208275) - (xy 72.9669 98.09682) - (xy 72.9669 97.98318) - (xy 72.94473 97.871725) - (xy 72.901242 97.766736) - (xy 72.838107 97.672248) - (xy 72.757752 97.591893) - (xy 72.663264 97.528758) - (xy 72.558275 97.48527) - (xy 72.44682 97.4631) - (xy 72.33318 97.4631) - (xy 72.221725 97.48527) - (xy 72.116736 97.528758) - (xy 72.022248 97.591893) - (xy 71.941893 97.672248) - (xy 71.878758 97.766736) - (xy 71.83527 97.871725) - (xy 71.8131 97.98318) - (xy 71.6969 97.98318) - (xy 71.67473 97.871725) - (xy 71.631242 97.766736) - (xy 71.568107 97.672248) - (xy 71.487752 97.591893) - (xy 71.393264 97.528758) - (xy 71.288275 97.48527) - (xy 71.17682 97.4631) - (xy 71.06318 97.4631) - (xy 70.951725 97.48527) - (xy 70.846736 97.528758) - (xy 70.752248 97.591893) - (xy 70.671893 97.672248) - (xy 70.608758 97.766736) - (xy 70.56527 97.871725) - (xy 70.5431 97.98318) - (xy 70.4269 97.98318) - (xy 70.40473 97.871725) - (xy 70.361242 97.766736) - (xy 70.298107 97.672248) - (xy 70.217752 97.591893) - (xy 70.123264 97.528758) - (xy 70.018275 97.48527) - (xy 69.90682 97.4631) - (xy 69.79318 97.4631) - (xy 69.681725 97.48527) - (xy 69.576736 97.528758) - (xy 69.482248 97.591893) - (xy 69.401893 97.672248) - (xy 69.338758 97.766736) - (xy 69.29527 97.871725) - (xy 69.2731 97.98318) - (xy 69.1569 97.98318) - (xy 69.13473 97.871725) - (xy 69.091242 97.766736) - (xy 69.028107 97.672248) - (xy 68.947752 97.591893) - (xy 68.853264 97.528758) - (xy 68.748275 97.48527) - (xy 68.63682 97.4631) - (xy 68.52318 97.4631) - (xy 68.411725 97.48527) - (xy 68.306736 97.528758) - (xy 68.212248 97.591893) - (xy 68.131893 97.672248) - (xy 68.068758 97.766736) - (xy 68.02527 97.871725) - (xy 68.0031 97.98318) - (xy 67.8869 97.98318) - (xy 67.86473 97.871725) - (xy 67.821242 97.766736) - (xy 67.758107 97.672248) - (xy 67.677752 97.591893) - (xy 67.583264 97.528758) - (xy 67.478275 97.48527) - (xy 67.36682 97.4631) - (xy 67.25318 97.4631) - (xy 67.141725 97.48527) - (xy 67.036736 97.528758) - (xy 66.942248 97.591893) - (xy 66.861893 97.672248) - (xy 66.798758 97.766736) - (xy 66.75527 97.871725) - (xy 66.7331 97.98318) - (xy 62.248021 97.98318) - (xy 62.27491 97.918266) - (xy 62.29708 97.806811) - (xy 62.29708 97.693171) - (xy 62.27491 97.581716) - (xy 62.231422 97.476727) - (xy 62.168287 97.382239) - (xy 62.087932 97.301884) - (xy 61.993444 97.238749) - (xy 61.888455 97.195261) - (xy 61.777 97.173091) - (xy 61.66336 97.173091) - (xy 61.551905 97.195261) - (xy 61.446916 97.238749) - (xy 61.352428 97.301884) - (xy 61.272073 97.382239) - (xy 61.208938 97.476727) - (xy 61.16545 97.581716) - (xy 61.14328 97.693171) - (xy 57.0769 97.693171) - (xy 57.0769 94.64318) - (xy 57.3231 94.64318) - (xy 57.3231 94.75682) - (xy 57.34527 94.868275) - (xy 57.388758 94.973264) - (xy 57.451893 95.067752) - (xy 57.532248 95.148107) - (xy 57.626736 95.211242) - (xy 57.71415 95.24745) - (xy 57.626736 95.283658) - (xy 57.532248 95.346793) - (xy 57.451893 95.427148) - (xy 57.388758 95.521636) - (xy 57.34527 95.626625) - (xy 57.3231 95.73808) - (xy 57.3231 95.85172) - (xy 57.34527 95.963175) - (xy 57.388758 96.068164) - (xy 57.451893 96.162652) - (xy 57.532248 96.243007) - (xy 57.626736 96.306142) - (xy 57.67108 96.32451) - (xy 57.650419 96.333068) - (xy 57.564121 96.39073) - (xy 57.49073 96.464121) - (xy 57.433068 96.550419) - (xy 57.393349 96.646309) - (xy 57.3731 96.748105) - (xy 57.3731 96.851895) - (xy 57.393349 96.953691) - (xy 57.433068 97.049581) - (xy 57.49073 97.135879) - (xy 57.564121 97.20927) - (xy 57.650419 97.266932) - (xy 57.746309 97.306651) - (xy 57.848105 97.3269) - (xy 57.951895 97.3269) - (xy 58.053691 97.306651) - (xy 58.149581 97.266932) - (xy 58.235879 97.20927) - (xy 58.30927 97.135879) - (xy 58.366932 97.049581) - (xy 58.406651 96.953691) - (xy 58.4269 96.851895) - (xy 58.4269 96.748105) - (xy 58.419953 96.71318) - (xy 66.7331 96.71318) - (xy 66.7331 96.82682) - (xy 66.75527 96.938275) - (xy 66.798758 97.043264) - (xy 66.861893 97.137752) - (xy 66.942248 97.218107) - (xy 67.036736 97.281242) - (xy 67.141725 97.32473) - (xy 67.25318 97.3469) - (xy 67.36682 97.3469) - (xy 67.478275 97.32473) - (xy 67.583264 97.281242) - (xy 67.677752 97.218107) - (xy 67.758107 97.137752) - (xy 67.821242 97.043264) - (xy 67.86473 96.938275) - (xy 67.8869 96.82682) - (xy 67.8869 96.71318) - (xy 68.0031 96.71318) - (xy 68.0031 96.82682) - (xy 68.02527 96.938275) - (xy 68.068758 97.043264) - (xy 68.131893 97.137752) - (xy 68.212248 97.218107) - (xy 68.306736 97.281242) - (xy 68.411725 97.32473) - (xy 68.52318 97.3469) - (xy 68.63682 97.3469) - (xy 68.748275 97.32473) - (xy 68.853264 97.281242) - (xy 68.947752 97.218107) - (xy 69.028107 97.137752) - (xy 69.091242 97.043264) - (xy 69.13473 96.938275) - (xy 69.1569 96.82682) - (xy 69.1569 96.71318) - (xy 69.2731 96.71318) - (xy 69.2731 96.82682) - (xy 69.29527 96.938275) - (xy 69.338758 97.043264) - (xy 69.401893 97.137752) - (xy 69.482248 97.218107) - (xy 69.576736 97.281242) - (xy 69.681725 97.32473) - (xy 69.79318 97.3469) - (xy 69.90682 97.3469) - (xy 70.018275 97.32473) - (xy 70.123264 97.281242) - (xy 70.217752 97.218107) - (xy 70.298107 97.137752) - (xy 70.361242 97.043264) - (xy 70.40473 96.938275) - (xy 70.4269 96.82682) - (xy 70.4269 96.71318) - (xy 70.5431 96.71318) - (xy 70.5431 96.82682) - (xy 70.56527 96.938275) - (xy 70.608758 97.043264) - (xy 70.671893 97.137752) - (xy 70.752248 97.218107) - (xy 70.846736 97.281242) - (xy 70.951725 97.32473) - (xy 71.06318 97.3469) - (xy 71.17682 97.3469) - (xy 71.288275 97.32473) - (xy 71.393264 97.281242) - (xy 71.487752 97.218107) - (xy 71.568107 97.137752) - (xy 71.631242 97.043264) - (xy 71.67473 96.938275) - (xy 71.6969 96.82682) - (xy 71.6969 96.71318) - (xy 71.8131 96.71318) - (xy 71.8131 96.82682) - (xy 71.83527 96.938275) - (xy 71.878758 97.043264) - (xy 71.941893 97.137752) - (xy 72.022248 97.218107) - (xy 72.116736 97.281242) - (xy 72.221725 97.32473) - (xy 72.33318 97.3469) - (xy 72.44682 97.3469) - (xy 72.558275 97.32473) - (xy 72.663264 97.281242) - (xy 72.757752 97.218107) - (xy 72.838107 97.137752) - (xy 72.901242 97.043264) - (xy 72.94473 96.938275) - (xy 72.9669 96.82682) - (xy 72.9669 96.71318) - (xy 72.94473 96.601725) - (xy 72.901242 96.496736) - (xy 72.838107 96.402248) - (xy 72.757752 96.321893) - (xy 72.663264 96.258758) - (xy 72.558275 96.21527) - (xy 72.44682 96.1931) - (xy 72.33318 96.1931) - (xy 72.221725 96.21527) - (xy 72.116736 96.258758) - (xy 72.022248 96.321893) - (xy 71.941893 96.402248) - (xy 71.878758 96.496736) - (xy 71.83527 96.601725) - (xy 71.8131 96.71318) - (xy 71.6969 96.71318) - (xy 71.67473 96.601725) - (xy 71.631242 96.496736) - (xy 71.568107 96.402248) - (xy 71.487752 96.321893) - (xy 71.393264 96.258758) - (xy 71.288275 96.21527) - (xy 71.17682 96.1931) - (xy 71.06318 96.1931) - (xy 70.951725 96.21527) - (xy 70.846736 96.258758) - (xy 70.752248 96.321893) - (xy 70.671893 96.402248) - (xy 70.608758 96.496736) - (xy 70.56527 96.601725) - (xy 70.5431 96.71318) - (xy 70.4269 96.71318) - (xy 70.40473 96.601725) - (xy 70.361242 96.496736) - (xy 70.298107 96.402248) - (xy 70.217752 96.321893) - (xy 70.123264 96.258758) - (xy 70.018275 96.21527) - (xy 69.90682 96.1931) - (xy 69.79318 96.1931) - (xy 69.681725 96.21527) - (xy 69.576736 96.258758) - (xy 69.482248 96.321893) - (xy 69.401893 96.402248) - (xy 69.338758 96.496736) - (xy 69.29527 96.601725) - (xy 69.2731 96.71318) - (xy 69.1569 96.71318) - (xy 69.13473 96.601725) - (xy 69.091242 96.496736) - (xy 69.028107 96.402248) - (xy 68.947752 96.321893) - (xy 68.853264 96.258758) - (xy 68.748275 96.21527) - (xy 68.63682 96.1931) - (xy 68.52318 96.1931) - (xy 68.411725 96.21527) - (xy 68.306736 96.258758) - (xy 68.212248 96.321893) - (xy 68.131893 96.402248) - (xy 68.068758 96.496736) - (xy 68.02527 96.601725) - (xy 68.0031 96.71318) - (xy 67.8869 96.71318) - (xy 67.86473 96.601725) - (xy 67.821242 96.496736) - (xy 67.758107 96.402248) - (xy 67.677752 96.321893) - (xy 67.583264 96.258758) - (xy 67.478275 96.21527) - (xy 67.36682 96.1931) - (xy 67.25318 96.1931) - (xy 67.141725 96.21527) - (xy 67.036736 96.258758) - (xy 66.942248 96.321893) - (xy 66.861893 96.402248) - (xy 66.798758 96.496736) - (xy 66.75527 96.601725) - (xy 66.7331 96.71318) - (xy 58.419953 96.71318) - (xy 58.406651 96.646309) - (xy 58.366932 96.550419) - (xy 58.30927 96.464121) - (xy 58.235879 96.39073) - (xy 58.149581 96.333068) - (xy 58.12892 96.32451) - (xy 58.173264 96.306142) - (xy 58.267752 96.243007) - (xy 58.348107 96.162652) - (xy 58.411242 96.068164) - (xy 58.45473 95.963175) - (xy 58.4769 95.85172) - (xy 58.4769 95.73808) - (xy 58.45473 95.626625) - (xy 58.411242 95.521636) - (xy 58.35882 95.44318) - (xy 66.7331 95.44318) - (xy 66.7331 95.55682) - (xy 66.75527 95.668275) - (xy 66.798758 95.773264) - (xy 66.861893 95.867752) - (xy 66.942248 95.948107) - (xy 67.036736 96.011242) - (xy 67.141725 96.05473) - (xy 67.25318 96.0769) - (xy 67.36682 96.0769) - (xy 67.478275 96.05473) - (xy 67.583264 96.011242) - (xy 67.677752 95.948107) - (xy 67.758107 95.867752) - (xy 67.821242 95.773264) - (xy 67.86473 95.668275) - (xy 67.8869 95.55682) - (xy 67.8869 95.44318) - (xy 68.0031 95.44318) - (xy 68.0031 95.55682) - (xy 68.02527 95.668275) - (xy 68.068758 95.773264) - (xy 68.131893 95.867752) - (xy 68.212248 95.948107) - (xy 68.306736 96.011242) - (xy 68.411725 96.05473) - (xy 68.52318 96.0769) - (xy 68.63682 96.0769) - (xy 68.748275 96.05473) - (xy 68.853264 96.011242) - (xy 68.947752 95.948107) - (xy 69.028107 95.867752) - (xy 69.091242 95.773264) - (xy 69.13473 95.668275) - (xy 69.1569 95.55682) - (xy 69.1569 95.44318) - (xy 69.2731 95.44318) - (xy 69.2731 95.55682) - (xy 69.29527 95.668275) - (xy 69.338758 95.773264) - (xy 69.401893 95.867752) - (xy 69.482248 95.948107) - (xy 69.576736 96.011242) - (xy 69.681725 96.05473) - (xy 69.79318 96.0769) - (xy 69.90682 96.0769) - (xy 70.018275 96.05473) - (xy 70.123264 96.011242) - (xy 70.217752 95.948107) - (xy 70.298107 95.867752) - (xy 70.361242 95.773264) - (xy 70.40473 95.668275) - (xy 70.4269 95.55682) - (xy 70.4269 95.44318) - (xy 70.5431 95.44318) - (xy 70.5431 95.55682) - (xy 70.56527 95.668275) - (xy 70.608758 95.773264) - (xy 70.671893 95.867752) - (xy 70.752248 95.948107) - (xy 70.846736 96.011242) - (xy 70.951725 96.05473) - (xy 71.06318 96.0769) - (xy 71.17682 96.0769) - (xy 71.288275 96.05473) - (xy 71.393264 96.011242) - (xy 71.487752 95.948107) - (xy 71.568107 95.867752) - (xy 71.631242 95.773264) - (xy 71.67473 95.668275) - (xy 71.6969 95.55682) - (xy 71.6969 95.44318) - (xy 71.8131 95.44318) - (xy 71.8131 95.55682) - (xy 71.83527 95.668275) - (xy 71.878758 95.773264) - (xy 71.941893 95.867752) - (xy 72.022248 95.948107) - (xy 72.116736 96.011242) - (xy 72.221725 96.05473) - (xy 72.33318 96.0769) - (xy 72.44682 96.0769) - (xy 72.558275 96.05473) - (xy 72.663264 96.011242) - (xy 72.757752 95.948107) - (xy 72.838107 95.867752) - (xy 72.901242 95.773264) - (xy 72.94473 95.668275) - (xy 72.9669 95.55682) - (xy 72.9669 95.44318) - (xy 72.94473 95.331725) - (xy 72.901242 95.226736) - (xy 72.838107 95.132248) - (xy 72.774049 95.06819) - (xy 74.323096 95.06819) - (xy 74.323096 95.18183) - (xy 74.345266 95.293285) - (xy 74.388754 95.398274) - (xy 74.451889 95.492762) - (xy 74.532244 95.573117) - (xy 74.626732 95.636252) - (xy 74.673708 95.65571) - (xy 74.629693 95.673942) - (xy 74.535205 95.737077) - (xy 74.45485 95.817432) - (xy 74.391715 95.91192) - (xy 74.348227 96.016909) - (xy 74.326057 96.128364) - (xy 74.326057 96.242004) - (xy 74.348227 96.353459) - (xy 74.391715 96.458448) - (xy 74.45485 96.552936) - (xy 74.535205 96.633291) - (xy 74.629693 96.696426) - (xy 74.734682 96.739914) - (xy 74.846137 96.762084) - (xy 74.959777 96.762084) - (xy 75.071232 96.739914) - (xy 75.176221 96.696426) - (xy 75.270709 96.633291) - (xy 75.351064 96.552936) - (xy 75.414199 96.458448) - (xy 75.457687 96.353459) - (xy 75.479857 96.242004) - (xy 75.479857 96.128364) - (xy 75.457687 96.016909) - (xy 75.414199 95.91192) - (xy 75.351064 95.817432) - (xy 75.270709 95.737077) - (xy 75.176221 95.673942) - (xy 75.129245 95.654484) - (xy 75.17326 95.636252) - (xy 75.267748 95.573117) - (xy 75.348103 95.492762) - (xy 75.381232 95.44318) - (xy 77.5231 95.44318) - (xy 77.5231 95.55682) - (xy 77.54527 95.668275) - (xy 77.588758 95.773264) - (xy 77.651893 95.867752) - (xy 77.732248 95.948107) - (xy 77.826736 96.011242) - (xy 77.931725 96.05473) - (xy 78.04318 96.0769) - (xy 78.15682 96.0769) - (xy 78.268275 96.05473) - (xy 78.373264 96.011242) - (xy 78.467752 95.948107) - (xy 78.548107 95.867752) - (xy 78.611242 95.773264) - (xy 78.65473 95.668275) - (xy 78.6769 95.55682) - (xy 78.6769 95.44318) - (xy 78.65473 95.331725) - (xy 78.611242 95.226736) - (xy 78.548107 95.132248) - (xy 78.467752 95.051893) - (xy 78.373264 94.988758) - (xy 78.268275 94.94527) - (xy 78.15682 94.9231) - (xy 78.04318 94.9231) - (xy 77.931725 94.94527) - (xy 77.826736 94.988758) - (xy 77.732248 95.051893) - (xy 77.651893 95.132248) - (xy 77.588758 95.226736) - (xy 77.54527 95.331725) - (xy 77.5231 95.44318) - (xy 75.381232 95.44318) - (xy 75.411238 95.398274) - (xy 75.454726 95.293285) - (xy 75.476896 95.18183) - (xy 75.476896 95.06819) - (xy 75.454726 94.956735) - (xy 75.411238 94.851746) - (xy 75.348103 94.757258) - (xy 75.267748 94.676903) - (xy 75.17326 94.613768) - (xy 75.068271 94.57028) - (xy 74.956816 94.54811) - (xy 74.843176 94.54811) - (xy 74.731721 94.57028) - (xy 74.626732 94.613768) - (xy 74.532244 94.676903) - (xy 74.451889 94.757258) - (xy 74.388754 94.851746) - (xy 74.345266 94.956735) - (xy 74.323096 95.06819) - (xy 72.774049 95.06819) - (xy 72.757752 95.051893) - (xy 72.663264 94.988758) - (xy 72.558275 94.94527) - (xy 72.44682 94.9231) - (xy 72.33318 94.9231) - (xy 72.221725 94.94527) - (xy 72.116736 94.988758) - (xy 72.022248 95.051893) - (xy 71.941893 95.132248) - (xy 71.878758 95.226736) - (xy 71.83527 95.331725) - (xy 71.8131 95.44318) - (xy 71.6969 95.44318) - (xy 71.67473 95.331725) - (xy 71.631242 95.226736) - (xy 71.568107 95.132248) - (xy 71.487752 95.051893) - (xy 71.393264 94.988758) - (xy 71.288275 94.94527) - (xy 71.17682 94.9231) - (xy 71.06318 94.9231) - (xy 70.951725 94.94527) - (xy 70.846736 94.988758) - (xy 70.752248 95.051893) - (xy 70.671893 95.132248) - (xy 70.608758 95.226736) - (xy 70.56527 95.331725) - (xy 70.5431 95.44318) - (xy 70.4269 95.44318) - (xy 70.40473 95.331725) - (xy 70.361242 95.226736) - (xy 70.298107 95.132248) - (xy 70.217752 95.051893) - (xy 70.123264 94.988758) - (xy 70.018275 94.94527) - (xy 69.90682 94.9231) - (xy 69.79318 94.9231) - (xy 69.681725 94.94527) - (xy 69.576736 94.988758) - (xy 69.482248 95.051893) - (xy 69.401893 95.132248) - (xy 69.338758 95.226736) - (xy 69.29527 95.331725) - (xy 69.2731 95.44318) - (xy 69.1569 95.44318) - (xy 69.13473 95.331725) - (xy 69.091242 95.226736) - (xy 69.028107 95.132248) - (xy 68.947752 95.051893) - (xy 68.853264 94.988758) - (xy 68.748275 94.94527) - (xy 68.63682 94.9231) - (xy 68.52318 94.9231) - (xy 68.411725 94.94527) - (xy 68.306736 94.988758) - (xy 68.212248 95.051893) - (xy 68.131893 95.132248) - (xy 68.068758 95.226736) - (xy 68.02527 95.331725) - (xy 68.0031 95.44318) - (xy 67.8869 95.44318) - (xy 67.86473 95.331725) - (xy 67.821242 95.226736) - (xy 67.758107 95.132248) - (xy 67.677752 95.051893) - (xy 67.583264 94.988758) - (xy 67.478275 94.94527) - (xy 67.36682 94.9231) - (xy 67.25318 94.9231) - (xy 67.141725 94.94527) - (xy 67.036736 94.988758) - (xy 66.942248 95.051893) - (xy 66.861893 95.132248) - (xy 66.798758 95.226736) - (xy 66.75527 95.331725) - (xy 66.7331 95.44318) - (xy 58.35882 95.44318) - (xy 58.348107 95.427148) - (xy 58.267752 95.346793) - (xy 58.173264 95.283658) - (xy 58.08585 95.24745) - (xy 58.173264 95.211242) - (xy 58.267752 95.148107) - (xy 58.348107 95.067752) - (xy 58.411242 94.973264) - (xy 58.45473 94.868275) - (xy 58.4769 94.75682) - (xy 58.4769 94.64318) - (xy 58.45473 94.531725) - (xy 58.411242 94.426736) - (xy 58.348107 94.332248) - (xy 58.309039 94.29318) - (xy 63.4231 94.29318) - (xy 63.4231 94.40682) - (xy 63.44527 94.518275) - (xy 63.488758 94.623264) - (xy 63.551893 94.717752) - (xy 63.632248 94.798107) - (xy 63.726736 94.861242) - (xy 63.831725 94.90473) - (xy 63.94318 94.9269) - (xy 64.05682 94.9269) - (xy 64.168275 94.90473) - (xy 64.273264 94.861242) - (xy 64.367752 94.798107) - (xy 64.448107 94.717752) - (xy 64.511242 94.623264) - (xy 64.55473 94.518275) - (xy 64.5769 94.40682) - (xy 64.5769 94.29318) - (xy 64.55473 94.181725) - (xy 64.551191 94.17318) - (xy 66.7331 94.17318) - (xy 66.7331 94.28682) - (xy 66.75527 94.398275) - (xy 66.798758 94.503264) - (xy 66.861893 94.597752) - (xy 66.942248 94.678107) - (xy 67.036736 94.741242) - (xy 67.141725 94.78473) - (xy 67.25318 94.8069) - (xy 67.36682 94.8069) - (xy 67.478275 94.78473) - (xy 67.583264 94.741242) - (xy 67.677752 94.678107) - (xy 67.758107 94.597752) - (xy 67.821242 94.503264) - (xy 67.86473 94.398275) - (xy 67.8869 94.28682) - (xy 67.8869 94.17318) - (xy 68.0031 94.17318) - (xy 68.0031 94.28682) - (xy 68.02527 94.398275) - (xy 68.068758 94.503264) - (xy 68.131893 94.597752) - (xy 68.212248 94.678107) - (xy 68.306736 94.741242) - (xy 68.411725 94.78473) - (xy 68.52318 94.8069) - (xy 68.63682 94.8069) - (xy 68.748275 94.78473) - (xy 68.853264 94.741242) - (xy 68.947752 94.678107) - (xy 69.028107 94.597752) - (xy 69.091242 94.503264) - (xy 69.13473 94.398275) - (xy 69.1569 94.28682) - (xy 69.1569 94.17318) - (xy 69.2731 94.17318) - (xy 69.2731 94.28682) - (xy 69.29527 94.398275) - (xy 69.338758 94.503264) - (xy 69.401893 94.597752) - (xy 69.482248 94.678107) - (xy 69.576736 94.741242) - (xy 69.681725 94.78473) - (xy 69.79318 94.8069) - (xy 69.90682 94.8069) - (xy 70.018275 94.78473) - (xy 70.123264 94.741242) - (xy 70.217752 94.678107) - (xy 70.298107 94.597752) - (xy 70.361242 94.503264) - (xy 70.40473 94.398275) - (xy 70.4269 94.28682) - (xy 70.4269 94.17318) - (xy 70.5431 94.17318) - (xy 70.5431 94.28682) - (xy 70.56527 94.398275) - (xy 70.608758 94.503264) - (xy 70.671893 94.597752) - (xy 70.752248 94.678107) - (xy 70.846736 94.741242) - (xy 70.951725 94.78473) - (xy 71.06318 94.8069) - (xy 71.17682 94.8069) - (xy 71.288275 94.78473) - (xy 71.393264 94.741242) - (xy 71.487752 94.678107) - (xy 71.568107 94.597752) - (xy 71.631242 94.503264) - (xy 71.67473 94.398275) - (xy 71.6969 94.28682) - (xy 71.6969 94.17318) - (xy 71.8131 94.17318) - (xy 71.8131 94.28682) - (xy 71.83527 94.398275) - (xy 71.878758 94.503264) - (xy 71.941893 94.597752) - (xy 72.022248 94.678107) - (xy 72.116736 94.741242) - (xy 72.221725 94.78473) - (xy 72.33318 94.8069) - (xy 72.44682 94.8069) - (xy 72.558275 94.78473) - (xy 72.663264 94.741242) - (xy 72.757752 94.678107) - (xy 72.838107 94.597752) - (xy 72.901242 94.503264) - (xy 72.94473 94.398275) - (xy 72.9669 94.28682) - (xy 72.9669 94.17318) - (xy 72.94473 94.061725) - (xy 72.901242 93.956736) - (xy 72.838107 93.862248) - (xy 72.760964 93.785105) - (xy 76.965025 93.785105) - (xy 76.965025 93.898745) - (xy 76.987195 94.0102) - (xy 77.030683 94.115189) - (xy 77.093818 94.209677) - (xy 77.174173 94.290032) - (xy 77.268661 94.353167) - (xy 77.37365 94.396655) - (xy 77.485105 94.418825) - (xy 77.598745 94.418825) - (xy 77.7102 94.396655) - (xy 77.815189 94.353167) - (xy 77.909677 94.290032) - (xy 77.990032 94.209677) - (xy 78.053167 94.115189) - (xy 78.096655 94.0102) - (xy 78.118825 93.898745) - (xy 78.118825 93.785105) - (xy 78.096655 93.67365) - (xy 78.053167 93.568661) - (xy 77.990032 93.474173) - (xy 77.909677 93.393818) - (xy 77.815189 93.330683) - (xy 77.7102 93.287195) - (xy 77.598745 93.265025) - (xy 77.485105 93.265025) - (xy 77.37365 93.287195) - (xy 77.268661 93.330683) - (xy 77.174173 93.393818) - (xy 77.093818 93.474173) - (xy 77.030683 93.568661) - (xy 76.987195 93.67365) - (xy 76.965025 93.785105) - (xy 72.760964 93.785105) - (xy 72.757752 93.781893) - (xy 72.663264 93.718758) - (xy 72.558275 93.67527) - (xy 72.44682 93.6531) - (xy 72.33318 93.6531) - (xy 72.221725 93.67527) - (xy 72.116736 93.718758) - (xy 72.022248 93.781893) - (xy 71.941893 93.862248) - (xy 71.878758 93.956736) - (xy 71.83527 94.061725) - (xy 71.8131 94.17318) - (xy 71.6969 94.17318) - (xy 71.67473 94.061725) - (xy 71.631242 93.956736) - (xy 71.568107 93.862248) - (xy 71.487752 93.781893) - (xy 71.393264 93.718758) - (xy 71.288275 93.67527) - (xy 71.17682 93.6531) - (xy 71.06318 93.6531) - (xy 70.951725 93.67527) - (xy 70.846736 93.718758) - (xy 70.752248 93.781893) - (xy 70.671893 93.862248) - (xy 70.608758 93.956736) - (xy 70.56527 94.061725) - (xy 70.5431 94.17318) - (xy 70.4269 94.17318) - (xy 70.40473 94.061725) - (xy 70.361242 93.956736) - (xy 70.298107 93.862248) - (xy 70.217752 93.781893) - (xy 70.123264 93.718758) - (xy 70.018275 93.67527) - (xy 69.90682 93.6531) - (xy 69.79318 93.6531) - (xy 69.681725 93.67527) - (xy 69.576736 93.718758) - (xy 69.482248 93.781893) - (xy 69.401893 93.862248) - (xy 69.338758 93.956736) - (xy 69.29527 94.061725) - (xy 69.2731 94.17318) - (xy 69.1569 94.17318) - (xy 69.13473 94.061725) - (xy 69.091242 93.956736) - (xy 69.028107 93.862248) - (xy 68.947752 93.781893) - (xy 68.853264 93.718758) - (xy 68.748275 93.67527) - (xy 68.63682 93.6531) - (xy 68.52318 93.6531) - (xy 68.411725 93.67527) - (xy 68.306736 93.718758) - (xy 68.212248 93.781893) - (xy 68.131893 93.862248) - (xy 68.068758 93.956736) - (xy 68.02527 94.061725) - (xy 68.0031 94.17318) - (xy 67.8869 94.17318) - (xy 67.86473 94.061725) - (xy 67.821242 93.956736) - (xy 67.758107 93.862248) - (xy 67.677752 93.781893) - (xy 67.583264 93.718758) - (xy 67.478275 93.67527) - (xy 67.36682 93.6531) - (xy 67.25318 93.6531) - (xy 67.141725 93.67527) - (xy 67.036736 93.718758) - (xy 66.942248 93.781893) - (xy 66.861893 93.862248) - (xy 66.798758 93.956736) - (xy 66.75527 94.061725) - (xy 66.7331 94.17318) - (xy 64.551191 94.17318) - (xy 64.511242 94.076736) - (xy 64.448107 93.982248) - (xy 64.367752 93.901893) - (xy 64.273264 93.838758) - (xy 64.168275 93.79527) - (xy 64.05682 93.7731) - (xy 63.94318 93.7731) - (xy 63.831725 93.79527) - (xy 63.726736 93.838758) - (xy 63.632248 93.901893) - (xy 63.551893 93.982248) - (xy 63.488758 94.076736) - (xy 63.44527 94.181725) - (xy 63.4231 94.29318) - (xy 58.309039 94.29318) - (xy 58.267752 94.251893) - (xy 58.173264 94.188758) - (xy 58.068275 94.14527) - (xy 57.95682 94.1231) - (xy 57.84318 94.1231) - (xy 57.731725 94.14527) - (xy 57.626736 94.188758) - (xy 57.532248 94.251893) - (xy 57.451893 94.332248) - (xy 57.388758 94.426736) - (xy 57.34527 94.531725) - (xy 57.3231 94.64318) - (xy 57.0769 94.64318) - (xy 57.0769 92.90318) - (xy 66.7331 92.90318) - (xy 66.7331 93.01682) - (xy 66.75527 93.128275) - (xy 66.798758 93.233264) - (xy 66.861893 93.327752) - (xy 66.942248 93.408107) - (xy 67.036736 93.471242) - (xy 67.141725 93.51473) - (xy 67.25318 93.5369) - (xy 67.36682 93.5369) - (xy 67.478275 93.51473) - (xy 67.583264 93.471242) - (xy 67.677752 93.408107) - (xy 67.758107 93.327752) - (xy 67.821242 93.233264) - (xy 67.86473 93.128275) - (xy 67.8869 93.01682) - (xy 67.8869 92.90318) - (xy 68.0031 92.90318) - (xy 68.0031 93.01682) - (xy 68.02527 93.128275) - (xy 68.068758 93.233264) - (xy 68.131893 93.327752) - (xy 68.212248 93.408107) - (xy 68.306736 93.471242) - (xy 68.411725 93.51473) - (xy 68.52318 93.5369) - (xy 68.63682 93.5369) - (xy 68.748275 93.51473) - (xy 68.853264 93.471242) - (xy 68.947752 93.408107) - (xy 69.028107 93.327752) - (xy 69.091242 93.233264) - (xy 69.13473 93.128275) - (xy 69.1569 93.01682) - (xy 69.1569 92.90318) - (xy 69.2731 92.90318) - (xy 69.2731 93.01682) - (xy 69.29527 93.128275) - (xy 69.338758 93.233264) - (xy 69.401893 93.327752) - (xy 69.482248 93.408107) - (xy 69.576736 93.471242) - (xy 69.681725 93.51473) - (xy 69.79318 93.5369) - (xy 69.90682 93.5369) - (xy 70.018275 93.51473) - (xy 70.123264 93.471242) - (xy 70.217752 93.408107) - (xy 70.298107 93.327752) - (xy 70.361242 93.233264) - (xy 70.40473 93.128275) - (xy 70.4269 93.01682) - (xy 70.4269 92.90318) - (xy 70.5431 92.90318) - (xy 70.5431 93.01682) - (xy 70.56527 93.128275) - (xy 70.608758 93.233264) - (xy 70.671893 93.327752) - (xy 70.752248 93.408107) - (xy 70.846736 93.471242) - (xy 70.951725 93.51473) - (xy 71.06318 93.5369) - (xy 71.17682 93.5369) - (xy 71.288275 93.51473) - (xy 71.393264 93.471242) - (xy 71.487752 93.408107) - (xy 71.568107 93.327752) - (xy 71.631242 93.233264) - (xy 71.67473 93.128275) - (xy 71.6969 93.01682) - (xy 71.6969 92.90318) - (xy 71.8131 92.90318) - (xy 71.8131 93.01682) - (xy 71.83527 93.128275) - (xy 71.878758 93.233264) - (xy 71.941893 93.327752) - (xy 72.022248 93.408107) - (xy 72.116736 93.471242) - (xy 72.221725 93.51473) - (xy 72.33318 93.5369) - (xy 72.44682 93.5369) - (xy 72.558275 93.51473) - (xy 72.663264 93.471242) - (xy 72.757752 93.408107) - (xy 72.838107 93.327752) - (xy 72.901242 93.233264) - (xy 72.94473 93.128275) - (xy 72.9669 93.01682) - (xy 72.9669 92.90318) - (xy 72.94473 92.791725) - (xy 72.901242 92.686736) - (xy 72.838107 92.592248) - (xy 72.757752 92.511893) - (xy 72.663264 92.448758) - (xy 72.558275 92.40527) - (xy 72.44682 92.3831) - (xy 72.33318 92.3831) - (xy 72.221725 92.40527) - (xy 72.116736 92.448758) - (xy 72.022248 92.511893) - (xy 71.941893 92.592248) - (xy 71.878758 92.686736) - (xy 71.83527 92.791725) - (xy 71.8131 92.90318) - (xy 71.6969 92.90318) - (xy 71.67473 92.791725) - (xy 71.631242 92.686736) - (xy 71.568107 92.592248) - (xy 71.487752 92.511893) - (xy 71.393264 92.448758) - (xy 71.288275 92.40527) - (xy 71.17682 92.3831) - (xy 71.06318 92.3831) - (xy 70.951725 92.40527) - (xy 70.846736 92.448758) - (xy 70.752248 92.511893) - (xy 70.671893 92.592248) - (xy 70.608758 92.686736) - (xy 70.56527 92.791725) - (xy 70.5431 92.90318) - (xy 70.4269 92.90318) - (xy 70.40473 92.791725) - (xy 70.361242 92.686736) - (xy 70.298107 92.592248) - (xy 70.217752 92.511893) - (xy 70.123264 92.448758) - (xy 70.018275 92.40527) - (xy 69.90682 92.3831) - (xy 69.79318 92.3831) - (xy 69.681725 92.40527) - (xy 69.576736 92.448758) - (xy 69.482248 92.511893) - (xy 69.401893 92.592248) - (xy 69.338758 92.686736) - (xy 69.29527 92.791725) - (xy 69.2731 92.90318) - (xy 69.1569 92.90318) - (xy 69.13473 92.791725) - (xy 69.091242 92.686736) - (xy 69.028107 92.592248) - (xy 68.947752 92.511893) - (xy 68.853264 92.448758) - (xy 68.748275 92.40527) - (xy 68.63682 92.3831) - (xy 68.52318 92.3831) - (xy 68.411725 92.40527) - (xy 68.306736 92.448758) - (xy 68.212248 92.511893) - (xy 68.131893 92.592248) - (xy 68.068758 92.686736) - (xy 68.02527 92.791725) - (xy 68.0031 92.90318) - (xy 67.8869 92.90318) - (xy 67.86473 92.791725) - (xy 67.821242 92.686736) - (xy 67.758107 92.592248) - (xy 67.677752 92.511893) - (xy 67.583264 92.448758) - (xy 67.478275 92.40527) - (xy 67.36682 92.3831) - (xy 67.25318 92.3831) - (xy 67.141725 92.40527) - (xy 67.036736 92.448758) - (xy 66.942248 92.511893) - (xy 66.861893 92.592248) - (xy 66.798758 92.686736) - (xy 66.75527 92.791725) - (xy 66.7331 92.90318) - (xy 57.0769 92.90318) - (xy 57.0769 91.844636) - (xy 57.088758 91.873264) - (xy 57.151893 91.967752) - (xy 57.232248 92.048107) - (xy 57.326736 92.111242) - (xy 57.431725 92.15473) - (xy 57.54318 92.1769) - (xy 57.65682 92.1769) - (xy 57.768275 92.15473) - (xy 57.808331 92.138138) - (xy 75.39625 92.138138) - (xy 75.39625 92.251778) - (xy 75.41842 92.363233) - (xy 75.461908 92.468222) - (xy 75.525043 92.56271) - (xy 75.605398 92.643065) - (xy 75.699886 92.7062) - (xy 75.804875 92.749688) - (xy 75.91633 92.771858) - (xy 76.02997 92.771858) - (xy 76.141425 92.749688) - (xy 76.246414 92.7062) - (xy 76.340902 92.643065) - (xy 76.421257 92.56271) - (xy 76.484392 92.468222) - (xy 76.52788 92.363233) - (xy 76.55005 92.251778) - (xy 76.55005 92.138138) - (xy 76.52788 92.026683) - (xy 76.484392 91.921694) - (xy 76.421257 91.827206) - (xy 76.340902 91.746851) - (xy 76.246414 91.683716) - (xy 76.141425 91.640228) - (xy 76.02997 91.618058) - (xy 75.91633 91.618058) - (xy 75.804875 91.640228) - (xy 75.699886 91.683716) - (xy 75.605398 91.746851) - (xy 75.525043 91.827206) - (xy 75.461908 91.921694) - (xy 75.41842 92.026683) - (xy 75.39625 92.138138) - (xy 57.808331 92.138138) - (xy 57.873264 92.111242) - (xy 57.967752 92.048107) - (xy 58.048107 91.967752) - (xy 58.111242 91.873264) - (xy 58.15473 91.768275) - (xy 58.1769 91.65682) - (xy 58.1769 91.54318) - (xy 58.15473 91.431725) - (xy 58.111242 91.326736) - (xy 58.048107 91.232248) - (xy 57.967752 91.151893) - (xy 57.873264 91.088758) - (xy 57.768275 91.04527) - (xy 57.65682 91.0231) - (xy 57.54318 91.0231) - (xy 57.431725 91.04527) - (xy 57.326736 91.088758) - (xy 57.232248 91.151893) - (xy 57.151893 91.232248) - (xy 57.097495 91.313661) - (xy 57.110659 91.18) - (xy 57.095659 91.027701) - (xy 57.051235 90.881255) - (xy 56.979094 90.746289) - (xy 56.882009 90.627991) - (xy 56.763711 90.530906) - (xy 56.628745 90.458765) - (xy 56.482299 90.414341) - (xy 56.368166 90.4031) - (xy 55.191834 90.4031) - (xy 55.077701 90.414341) - (xy 55.048827 90.4231) - (xy 52.081173 90.4231) - (xy 52.052299 90.414341) - (xy 51.938166 90.4031) - (xy 51.261834 90.4031) - (xy 51.147701 90.414341) - (xy 51.118827 90.4231) - (xy 50.5 90.4231) - (xy 50.463858 90.425469) - (xy 50.334448 90.442506) - (xy 50.277 90.457899) - (xy 50.277 90.14318) - (xy 60.0731 90.14318) - (xy 60.0731 90.25682) - (xy 60.09527 90.368275) - (xy 60.138758 90.473264) - (xy 60.201893 90.567752) - (xy 60.282248 90.648107) - (xy 60.376736 90.711242) - (xy 60.481725 90.75473) - (xy 60.59318 90.7769) - (xy 60.70682 90.7769) - (xy 60.818275 90.75473) - (xy 60.923264 90.711242) - (xy 61.017752 90.648107) - (xy 61.098107 90.567752) - (xy 61.161242 90.473264) - (xy 61.191906 90.399233) - (xy 64.465475 90.399233) - (xy 64.465475 90.512873) - (xy 64.487645 90.624328) - (xy 64.531133 90.729317) - (xy 64.594268 90.823805) - (xy 64.674623 90.90416) - (xy 64.769111 90.967295) - (xy 64.8741 91.010783) - (xy 64.985555 91.032953) - (xy 65.099195 91.032953) - (xy 65.21065 91.010783) - (xy 65.315639 90.967295) - (xy 65.410127 90.90416) - (xy 65.424219 90.890068) - (xy 65.432258 90.898107) - (xy 65.526746 90.961242) - (xy 65.631735 91.00473) - (xy 65.74319 91.0269) - (xy 65.85683 91.0269) - (xy 65.968285 91.00473) - (xy 66.073274 90.961242) - (xy 66.167762 90.898107) - (xy 66.248117 90.817752) - (xy 66.311252 90.723264) - (xy 66.35474 90.618275) - (xy 66.37691 90.50682) - (xy 66.37691 90.39318) - (xy 67.0231 90.39318) - (xy 67.0231 90.50682) - (xy 67.04527 90.618275) - (xy 67.088758 90.723264) - (xy 67.151893 90.817752) - (xy 67.232248 90.898107) - (xy 67.326736 90.961242) - (xy 67.431725 91.00473) - (xy 67.54318 91.0269) - (xy 67.65682 91.0269) - (xy 67.768275 91.00473) - (xy 67.873264 90.961242) - (xy 67.967752 90.898107) - (xy 68.048107 90.817752) - (xy 68.111242 90.723264) - (xy 68.15473 90.618275) - (xy 68.1769 90.50682) - (xy 68.1769 90.39318) - (xy 72.5231 90.39318) - (xy 72.5231 90.50682) - (xy 72.54527 90.618275) - (xy 72.588758 90.723264) - (xy 72.651893 90.817752) - (xy 72.732248 90.898107) - (xy 72.826736 90.961242) - (xy 72.931725 91.00473) - (xy 73.04318 91.0269) - (xy 73.15682 91.0269) - (xy 73.268275 91.00473) - (xy 73.373264 90.961242) - (xy 73.467752 90.898107) - (xy 73.548107 90.817752) - (xy 73.611242 90.723264) - (xy 73.65473 90.618275) - (xy 73.6769 90.50682) - (xy 73.6769 90.39318) - (xy 73.65473 90.281725) - (xy 73.611242 90.176736) - (xy 73.548107 90.082248) - (xy 73.467752 90.001893) - (xy 73.373264 89.938758) - (xy 73.268275 89.89527) - (xy 73.15682 89.8731) - (xy 73.04318 89.8731) - (xy 72.931725 89.89527) - (xy 72.826736 89.938758) - (xy 72.732248 90.001893) - (xy 72.651893 90.082248) - (xy 72.588758 90.176736) - (xy 72.54527 90.281725) - (xy 72.5231 90.39318) - (xy 68.1769 90.39318) - (xy 68.15473 90.281725) - (xy 68.111242 90.176736) - (xy 68.048107 90.082248) - (xy 67.967752 90.001893) - (xy 67.873264 89.938758) - (xy 67.768275 89.89527) - (xy 67.65682 89.8731) - (xy 67.54318 89.8731) - (xy 67.431725 89.89527) - (xy 67.326736 89.938758) - (xy 67.232248 90.001893) - (xy 67.151893 90.082248) - (xy 67.088758 90.176736) - (xy 67.04527 90.281725) - (xy 67.0231 90.39318) - (xy 66.37691 90.39318) - (xy 66.35474 90.281725) - (xy 66.311252 90.176736) - (xy 66.248117 90.082248) - (xy 66.167762 90.001893) - (xy 66.073274 89.938758) - (xy 65.968285 89.89527) - (xy 65.85683 89.8731) - (xy 65.74319 89.8731) - (xy 65.631735 89.89527) - (xy 65.560131 89.924929) - (xy 65.561244 89.923264) - (xy 65.604732 89.818275) - (xy 65.626902 89.70682) - (xy 65.626902 89.59318) - (xy 65.604732 89.481725) - (xy 65.561244 89.376736) - (xy 65.498109 89.282248) - (xy 65.417754 89.201893) - (xy 65.323266 89.138758) - (xy 65.218277 89.09527) - (xy 65.106822 89.0731) - (xy 64.993182 89.0731) - (xy 64.881727 89.09527) - (xy 64.776738 89.138758) - (xy 64.68225 89.201893) - (xy 64.601895 89.282248) - (xy 64.53876 89.376736) - (xy 64.495272 89.481725) - (xy 64.473102 89.59318) - (xy 64.473102 89.70682) - (xy 64.495272 89.818275) - (xy 64.53876 89.923264) - (xy 64.601895 90.017752) - (xy 64.633356 90.049213) - (xy 64.594268 90.088301) - (xy 64.531133 90.182789) - (xy 64.487645 90.287778) - (xy 64.465475 90.399233) - (xy 61.191906 90.399233) - (xy 61.20473 90.368275) - (xy 61.2269 90.25682) - (xy 61.2269 90.14318) - (xy 61.20473 90.031725) - (xy 61.161242 89.926736) - (xy 61.098107 89.832248) - (xy 61.017752 89.751893) - (xy 60.923264 89.688758) - (xy 60.818275 89.64527) - (xy 60.70682 89.6231) - (xy 60.59318 89.6231) - (xy 60.481725 89.64527) - (xy 60.376736 89.688758) - (xy 60.282248 89.751893) - (xy 60.201893 89.832248) - (xy 60.138758 89.926736) - (xy 60.09527 90.031725) - (xy 60.0731 90.14318) - (xy 50.277 90.14318) - (xy 50.277 88.94318) - (xy 54.4731 88.94318) - (xy 54.4731 89.05682) - (xy 54.49527 89.168275) - (xy 54.538758 89.273264) - (xy 54.601893 89.367752) - (xy 54.682248 89.448107) - (xy 54.776736 89.511242) - (xy 54.881725 89.55473) - (xy 54.99318 89.5769) - (xy 55.10682 89.5769) - (xy 55.218275 89.55473) - (xy 55.323264 89.511242) - (xy 55.417752 89.448107) - (xy 55.498107 89.367752) - (xy 55.561242 89.273264) - (xy 55.60473 89.168275) - (xy 55.6269 89.05682) - (xy 55.6269 88.94318) - (xy 55.607009 88.84318) - (xy 74.1231 88.84318) - (xy 74.1231 88.95682) - (xy 74.14527 89.068275) - (xy 74.188758 89.173264) - (xy 74.251893 89.267752) - (xy 74.332248 89.348107) - (xy 74.426736 89.411242) - (xy 74.531725 89.45473) - (xy 74.64318 89.4769) - (xy 74.75682 89.4769) - (xy 74.868275 89.45473) - (xy 74.973264 89.411242) - (xy 75.067752 89.348107) - (xy 75.148107 89.267752) - (xy 75.211242 89.173264) - (xy 75.25473 89.068275) - (xy 75.2769 88.95682) - (xy 75.2769 88.84318) - (xy 75.25473 88.731725) - (xy 75.211242 88.626736) - (xy 75.148107 88.532248) - (xy 75.067752 88.451893) - (xy 74.973264 88.388758) - (xy 74.868275 88.34527) - (xy 74.75682 88.3231) - (xy 74.64318 88.3231) - (xy 74.531725 88.34527) - (xy 74.426736 88.388758) - (xy 74.332248 88.451893) - (xy 74.251893 88.532248) - (xy 74.188758 88.626736) - (xy 74.14527 88.731725) - (xy 74.1231 88.84318) - (xy 55.607009 88.84318) - (xy 55.60473 88.831725) - (xy 55.561242 88.726736) - (xy 55.498107 88.632248) - (xy 55.417752 88.551893) - (xy 55.323264 88.488758) - (xy 55.218275 88.44527) - (xy 55.10682 88.4231) - (xy 54.99318 88.4231) - (xy 54.881725 88.44527) - (xy 54.776736 88.488758) - (xy 54.682248 88.551893) - (xy 54.601893 88.632248) - (xy 54.538758 88.726736) - (xy 54.49527 88.831725) - (xy 54.4731 88.94318) - (xy 50.277 88.94318) - (xy 50.277 87.99318) - (xy 70.873108 87.99318) - (xy 70.873108 88.10682) - (xy 70.895278 88.218275) - (xy 70.938766 88.323264) - (xy 71.001901 88.417752) - (xy 71.082256 88.498107) - (xy 71.176744 88.561242) - (xy 71.281733 88.60473) - (xy 71.393188 88.6269) - (xy 71.506828 88.6269) - (xy 71.618283 88.60473) - (xy 71.723272 88.561242) - (xy 71.81776 88.498107) - (xy 71.898115 88.417752) - (xy 71.96125 88.323264) - (xy 72.004738 88.218275) - (xy 72.019675 88.143178) - (xy 75.3231 88.143178) - (xy 75.3231 88.256818) - (xy 75.34527 88.368273) - (xy 75.388758 88.473262) - (xy 75.451893 88.56775) - (xy 75.532248 88.648105) - (xy 75.626736 88.71124) - (xy 75.731725 88.754728) - (xy 75.84318 88.776898) - (xy 75.95682 88.776898) - (xy 76.068275 88.754728) - (xy 76.173264 88.71124) - (xy 76.267752 88.648105) - (xy 76.348107 88.56775) - (xy 76.364524 88.54318) - (xy 87.0731 88.54318) - (xy 87.0731 88.65682) - (xy 87.09527 88.768275) - (xy 87.138758 88.873264) - (xy 87.201893 88.967752) - (xy 87.282248 89.048107) - (xy 87.376736 89.111242) - (xy 87.481725 89.15473) - (xy 87.59318 89.1769) - (xy 87.70682 89.1769) - (xy 87.818275 89.15473) - (xy 87.923264 89.111242) - (xy 88.017752 89.048107) - (xy 88.098107 88.967752) - (xy 88.161242 88.873264) - (xy 88.20473 88.768275) - (xy 88.2269 88.65682) - (xy 88.2269 88.591472) - (xy 89.116472 87.7019) - (xy 90.486041 87.7019) - (xy 90.532248 87.748107) - (xy 90.626736 87.811242) - (xy 90.731725 87.85473) - (xy 90.84318 87.8769) - (xy 90.95682 87.8769) - (xy 91.068275 87.85473) - (xy 91.173264 87.811242) - (xy 91.267752 87.748107) - (xy 91.348107 87.667752) - (xy 91.411242 87.573264) - (xy 91.45473 87.468275) - (xy 91.4769 87.35682) - (xy 91.4769 87.24318) - (xy 91.45473 87.131725) - (xy 91.411242 87.026736) - (xy 91.348107 86.932248) - (xy 91.267752 86.851893) - (xy 91.173264 86.788758) - (xy 91.068275 86.74527) - (xy 90.95682 86.7231) - (xy 90.84318 86.7231) - (xy 90.731725 86.74527) - (xy 90.626736 86.788758) - (xy 90.532248 86.851893) - (xy 90.486041 86.8981) - (xy 88.969737 86.8981) - (xy 88.95 86.896156) - (xy 88.871214 86.903916) - (xy 88.795455 86.926897) - (xy 88.764992 86.94318) - (xy 88.725636 86.964216) - (xy 88.664439 87.014439) - (xy 88.651854 87.029774) - (xy 87.658528 88.0231) - (xy 87.59318 88.0231) - (xy 87.481725 88.04527) - (xy 87.376736 88.088758) - (xy 87.282248 88.151893) - (xy 87.201893 88.232248) - (xy 87.138758 88.326736) - (xy 87.09527 88.431725) - (xy 87.0731 88.54318) - (xy 76.364524 88.54318) - (xy 76.411242 88.473262) - (xy 76.45473 88.368273) - (xy 76.4769 88.256818) - (xy 76.4769 88.143178) - (xy 76.45473 88.031723) - (xy 76.411242 87.926734) - (xy 76.348107 87.832246) - (xy 76.267752 87.751891) - (xy 76.173264 87.688756) - (xy 76.068275 87.645268) - (xy 75.95682 87.623098) - (xy 75.84318 87.623098) - (xy 75.731725 87.645268) - (xy 75.626736 87.688756) - (xy 75.532248 87.751891) - (xy 75.451893 87.832246) - (xy 75.388758 87.926734) - (xy 75.34527 88.031723) - (xy 75.3231 88.143178) - (xy 72.019675 88.143178) - (xy 72.026908 88.10682) - (xy 72.026908 87.99318) - (xy 72.004738 87.881725) - (xy 71.96125 87.776736) - (xy 71.898115 87.682248) - (xy 71.81776 87.601893) - (xy 71.723272 87.538758) - (xy 71.618283 87.49527) - (xy 71.506828 87.4731) - (xy 71.393188 87.4731) - (xy 71.281733 87.49527) - (xy 71.176744 87.538758) - (xy 71.082256 87.601893) - (xy 71.001901 87.682248) - (xy 70.938766 87.776736) - (xy 70.895278 87.881725) - (xy 70.873108 87.99318) - (xy 50.277 87.99318) - (xy 50.277 86.94318) - (xy 54.473076 86.94318) - (xy 54.473076 87.05682) - (xy 54.495246 87.168275) - (xy 54.538734 87.273264) - (xy 54.601869 87.367752) - (xy 54.682224 87.448107) - (xy 54.776712 87.511242) - (xy 54.881701 87.55473) - (xy 54.993156 87.5769) - (xy 55.106796 87.5769) - (xy 55.218251 87.55473) - (xy 55.32324 87.511242) - (xy 55.417728 87.448107) - (xy 55.498083 87.367752) - (xy 55.561218 87.273264) - (xy 55.604706 87.168275) - (xy 55.626876 87.05682) - (xy 55.626876 86.94318) - (xy 55.604706 86.831725) - (xy 55.561218 86.726736) - (xy 55.498083 86.632248) - (xy 55.417728 86.551893) - (xy 55.32324 86.488758) - (xy 55.218251 86.44527) - (xy 55.106796 86.4231) - (xy 54.993156 86.4231) - (xy 54.881701 86.44527) - (xy 54.776712 86.488758) - (xy 54.682224 86.551893) - (xy 54.601869 86.632248) - (xy 54.538734 86.726736) - (xy 54.495246 86.831725) - (xy 54.473076 86.94318) - (xy 50.277 86.94318) - (xy 50.277 85.74318) - (xy 95.5231 85.74318) - (xy 95.5231 85.85682) - (xy 95.54527 85.968275) - (xy 95.588758 86.073264) - (xy 95.651893 86.167752) - (xy 95.732248 86.248107) - (xy 95.826736 86.311242) - (xy 95.931725 86.35473) - (xy 96.04318 86.3769) - (xy 96.15682 86.3769) - (xy 96.268275 86.35473) - (xy 96.373264 86.311242) - (xy 96.467752 86.248107) - (xy 96.5481 86.167759) - (xy 96.548101 87.80534) - (xy 96.545672 87.83) - (xy 96.5481 87.85465) - (xy 96.5481 88.232241) - (xy 96.467752 88.151893) - (xy 96.373264 88.088758) - (xy 96.268275 88.04527) - (xy 96.15682 88.0231) - (xy 96.04318 88.0231) - (xy 95.931725 88.04527) - (xy 95.826736 88.088758) - (xy 95.732248 88.151893) - (xy 95.651893 88.232248) - (xy 95.588758 88.326736) - (xy 95.54527 88.431725) - (xy 95.5231 88.54318) - (xy 95.5231 88.65682) - (xy 95.54527 88.768275) - (xy 95.588758 88.873264) - (xy 95.651893 88.967752) - (xy 95.732248 89.048107) - (xy 95.826736 89.111242) - (xy 95.931725 89.15473) - (xy 96.04318 89.1769) - (xy 96.15682 89.1769) - (xy 96.268275 89.15473) - (xy 96.373264 89.111242) - (xy 96.467752 89.048107) - (xy 96.5481 88.967759) - (xy 96.548101 90.64534) - (xy 96.545672 90.67) - (xy 96.5481 90.69465) - (xy 96.5481 91.032241) - (xy 96.467752 90.951893) - (xy 96.373264 90.888758) - (xy 96.268275 90.84527) - (xy 96.15682 90.8231) - (xy 96.04318 90.8231) - (xy 95.931725 90.84527) - (xy 95.826736 90.888758) - (xy 95.732248 90.951893) - (xy 95.651893 91.032248) - (xy 95.588758 91.126736) - (xy 95.54527 91.231725) - (xy 95.5231 91.34318) - (xy 95.5231 91.45682) - (xy 95.54527 91.568275) - (xy 95.588758 91.673264) - (xy 95.651893 91.767752) - (xy 95.732248 91.848107) - (xy 95.826736 91.911242) - (xy 95.931725 91.95473) - (xy 96.04318 91.9769) - (xy 96.15682 91.9769) - (xy 96.268275 91.95473) - (xy 96.373264 91.911242) - (xy 96.467752 91.848107) - (xy 96.5481 91.767759) - (xy 96.548101 93.12534) - (xy 96.545672 93.15) - (xy 96.555363 93.248388) - (xy 96.584062 93.342997) - (xy 96.593628 93.360893) - (xy 96.630668 93.43019) - (xy 96.693387 93.506614) - (xy 96.712536 93.522329) - (xy 96.977666 93.787459) - (xy 96.993386 93.806614) - (xy 97.06981 93.869333) - (xy 97.124836 93.898745) - (xy 97.157002 93.915938) - (xy 97.25161 93.944637) - (xy 97.328218 93.952183) - (xy 97.29527 94.031725) - (xy 97.2731 94.14318) - (xy 97.2731 94.25682) - (xy 97.29527 94.368275) - (xy 97.338758 94.473264) - (xy 97.401893 94.567752) - (xy 97.482248 94.648107) - (xy 97.576736 94.711242) - (xy 97.681725 94.75473) - (xy 97.79318 94.7769) - (xy 97.90682 94.7769) - (xy 98.018275 94.75473) - (xy 98.123264 94.711242) - (xy 98.217752 94.648107) - (xy 98.298107 94.567752) - (xy 98.361242 94.473264) - (xy 98.40473 94.368275) - (xy 98.4269 94.25682) - (xy 98.4269 94.14318) - (xy 99.5231 94.14318) - (xy 99.5231 94.25682) - (xy 99.54527 94.368275) - (xy 99.588758 94.473264) - (xy 99.651893 94.567752) - (xy 99.732248 94.648107) - (xy 99.826736 94.711242) - (xy 99.931725 94.75473) - (xy 100.04318 94.7769) - (xy 100.15682 94.7769) - (xy 100.268275 94.75473) - (xy 100.373264 94.711242) - (xy 100.467752 94.648107) - (xy 100.548107 94.567752) - (xy 100.611242 94.473264) - (xy 100.65473 94.368275) - (xy 100.6769 94.25682) - (xy 100.6769 94.14318) - (xy 100.65473 94.031725) - (xy 100.611242 93.926736) - (xy 100.548107 93.832248) - (xy 100.467752 93.751893) - (xy 100.373264 93.688758) - (xy 100.268275 93.64527) - (xy 100.15682 93.6231) - (xy 100.04318 93.6231) - (xy 99.931725 93.64527) - (xy 99.826736 93.688758) - (xy 99.732248 93.751893) - (xy 99.651893 93.832248) - (xy 99.588758 93.926736) - (xy 99.54527 94.031725) - (xy 99.5231 94.14318) - (xy 98.4269 94.14318) - (xy 98.40473 94.031725) - (xy 98.361242 93.926736) - (xy 98.298107 93.832248) - (xy 98.290859 93.825) - (xy 98.298107 93.817752) - (xy 98.361242 93.723264) - (xy 98.40473 93.618275) - (xy 98.4269 93.50682) - (xy 98.4269 93.39318) - (xy 101.2731 93.39318) - (xy 101.2731 93.50682) - (xy 101.29527 93.618275) - (xy 101.338758 93.723264) - (xy 101.401893 93.817752) - (xy 101.409141 93.825) - (xy 101.401893 93.832248) - (xy 101.338758 93.926736) - (xy 101.29527 94.031725) - (xy 101.2731 94.14318) - (xy 101.2731 94.25682) - (xy 101.29527 94.368275) - (xy 101.338758 94.473264) - (xy 101.401893 94.567752) - (xy 101.482248 94.648107) - (xy 101.576736 94.711242) - (xy 101.681725 94.75473) - (xy 101.79318 94.7769) - (xy 101.90682 94.7769) - (xy 102.018275 94.75473) - (xy 102.123264 94.711242) - (xy 102.217752 94.648107) - (xy 102.298107 94.567752) - (xy 102.361242 94.473264) - (xy 102.40473 94.368275) - (xy 102.4269 94.25682) - (xy 102.4269 94.14318) - (xy 102.40473 94.031725) - (xy 102.361242 93.926736) - (xy 102.298107 93.832248) - (xy 102.290859 93.825) - (xy 102.298107 93.817752) - (xy 102.361242 93.723264) - (xy 102.40473 93.618275) - (xy 102.4269 93.50682) - (xy 102.4269 93.39318) - (xy 102.40473 93.281725) - (xy 102.361242 93.176736) - (xy 102.298107 93.082248) - (xy 102.217752 93.001893) - (xy 102.123264 92.938758) - (xy 102.018275 92.89527) - (xy 101.90682 92.8731) - (xy 101.79318 92.8731) - (xy 101.681725 92.89527) - (xy 101.576736 92.938758) - (xy 101.482248 93.001893) - (xy 101.401893 93.082248) - (xy 101.338758 93.176736) - (xy 101.29527 93.281725) - (xy 101.2731 93.39318) - (xy 98.4269 93.39318) - (xy 98.40473 93.281725) - (xy 98.361242 93.176736) - (xy 98.298107 93.082248) - (xy 98.217752 93.001893) - (xy 98.123264 92.938758) - (xy 98.018275 92.89527) - (xy 97.90682 92.8731) - (xy 97.79318 92.8731) - (xy 97.681725 92.89527) - (xy 97.576736 92.938758) - (xy 97.562755 92.9481) - (xy 97.557893 92.9481) - (xy 97.5519 92.942107) - (xy 97.5519 92.84901) - (xy 104.1431 92.84901) - (xy 104.1431 93.07099) - (xy 104.186406 93.288705) - (xy 104.271354 93.493788) - (xy 104.394679 93.678357) - (xy 104.551643 93.835321) - (xy 104.736212 93.958646) - (xy 104.941295 94.043594) - (xy 105.15901 94.0869) - (xy 105.38099 94.0869) - (xy 105.598705 94.043594) - (xy 105.803788 93.958646) - (xy 105.988357 93.835321) - (xy 106.145321 93.678357) - (xy 106.268646 93.493788) - (xy 106.353594 93.288705) - (xy 106.3969 93.07099) - (xy 106.3969 92.84901) - (xy 106.353594 92.631295) - (xy 106.317096 92.54318) - (xy 122.7231 92.54318) - (xy 122.7231 92.65682) - (xy 122.74527 92.768275) - (xy 122.788758 92.873264) - (xy 122.851893 92.967752) - (xy 122.932248 93.048107) - (xy 123.026736 93.111242) - (xy 123.131725 93.15473) - (xy 123.24318 93.1769) - (xy 123.35682 93.1769) - (xy 123.468275 93.15473) - (xy 123.573264 93.111242) - (xy 123.667752 93.048107) - (xy 123.748107 92.967752) - (xy 123.811242 92.873264) - (xy 123.85473 92.768275) - (xy 123.8769 92.65682) - (xy 123.8769 92.54318) - (xy 123.85473 92.431725) - (xy 123.811242 92.326736) - (xy 123.748107 92.232248) - (xy 123.675564 92.159705) - (xy 123.767752 92.098107) - (xy 123.848107 92.017752) - (xy 123.911242 91.923264) - (xy 123.95473 91.818275) - (xy 123.9769 91.70682) - (xy 123.9769 91.59318) - (xy 123.95473 91.481725) - (xy 123.911242 91.376736) - (xy 123.893378 91.35) - (xy 123.911242 91.323264) - (xy 123.95473 91.218275) - (xy 123.9769 91.10682) - (xy 123.9769 90.99318) - (xy 123.95473 90.881725) - (xy 123.911242 90.776736) - (xy 123.848107 90.682248) - (xy 123.767752 90.601893) - (xy 123.673264 90.538758) - (xy 123.568275 90.49527) - (xy 123.45682 90.4731) - (xy 123.34318 90.4731) - (xy 123.231725 90.49527) - (xy 123.126736 90.538758) - (xy 123.032248 90.601893) - (xy 122.951893 90.682248) - (xy 122.888758 90.776736) - (xy 122.84527 90.881725) - (xy 122.8231 90.99318) - (xy 122.8231 91.10682) - (xy 122.84527 91.218275) - (xy 122.888758 91.323264) - (xy 122.906622 91.35) - (xy 122.888758 91.376736) - (xy 122.84527 91.481725) - (xy 122.8231 91.59318) - (xy 122.8231 91.70682) - (xy 122.84527 91.818275) - (xy 122.888758 91.923264) - (xy 122.951893 92.017752) - (xy 123.024436 92.090295) - (xy 122.932248 92.151893) - (xy 122.851893 92.232248) - (xy 122.788758 92.326736) - (xy 122.74527 92.431725) - (xy 122.7231 92.54318) - (xy 106.317096 92.54318) - (xy 106.268646 92.426212) - (xy 106.145321 92.241643) - (xy 105.988357 92.084679) - (xy 105.803788 91.961354) - (xy 105.598705 91.876406) - (xy 105.38099 91.8331) - (xy 105.15901 91.8331) - (xy 104.941295 91.876406) - (xy 104.736212 91.961354) - (xy 104.551643 92.084679) - (xy 104.394679 92.241643) - (xy 104.271354 92.426212) - (xy 104.186406 92.631295) - (xy 104.1431 92.84901) - (xy 97.5519 92.84901) - (xy 97.5519 91.894647) - (xy 97.576736 91.911242) - (xy 97.681725 91.95473) - (xy 97.79318 91.9769) - (xy 97.90682 91.9769) - (xy 98.018275 91.95473) - (xy 98.123264 91.911242) - (xy 98.217752 91.848107) - (xy 98.298107 91.767752) - (xy 98.361242 91.673264) - (xy 98.40473 91.568275) - (xy 98.4269 91.45682) - (xy 98.4269 91.34318) - (xy 99.5231 91.34318) - (xy 99.5231 91.45682) - (xy 99.54527 91.568275) - (xy 99.588758 91.673264) - (xy 99.651893 91.767752) - (xy 99.732248 91.848107) - (xy 99.826736 91.911242) - (xy 99.931725 91.95473) - (xy 100.04318 91.9769) - (xy 100.15682 91.9769) - (xy 100.268275 91.95473) - (xy 100.373264 91.911242) - (xy 100.467752 91.848107) - (xy 100.548107 91.767752) - (xy 100.611242 91.673264) - (xy 100.65473 91.568275) - (xy 100.6769 91.45682) - (xy 100.6769 91.34318) - (xy 100.65473 91.231725) - (xy 100.611242 91.126736) - (xy 100.548107 91.032248) - (xy 100.467752 90.951893) - (xy 100.373264 90.888758) - (xy 100.268275 90.84527) - (xy 100.15682 90.8231) - (xy 100.04318 90.8231) - (xy 99.931725 90.84527) - (xy 99.826736 90.888758) - (xy 99.732248 90.951893) - (xy 99.651893 91.032248) - (xy 99.588758 91.126736) - (xy 99.54527 91.231725) - (xy 99.5231 91.34318) - (xy 98.4269 91.34318) - (xy 98.40473 91.231725) - (xy 98.361242 91.126736) - (xy 98.298107 91.032248) - (xy 98.290859 91.025) - (xy 98.298107 91.017752) - (xy 98.361242 90.923264) - (xy 98.40473 90.818275) - (xy 98.4269 90.70682) - (xy 98.4269 90.59318) - (xy 101.2731 90.59318) - (xy 101.2731 90.70682) - (xy 101.29527 90.818275) - (xy 101.338758 90.923264) - (xy 101.401893 91.017752) - (xy 101.409141 91.025) - (xy 101.401893 91.032248) - (xy 101.338758 91.126736) - (xy 101.29527 91.231725) - (xy 101.2731 91.34318) - (xy 101.2731 91.45682) - (xy 101.29527 91.568275) - (xy 101.338758 91.673264) - (xy 101.401893 91.767752) - (xy 101.482248 91.848107) - (xy 101.576736 91.911242) - (xy 101.681725 91.95473) - (xy 101.79318 91.9769) - (xy 101.90682 91.9769) - (xy 102.018275 91.95473) - (xy 102.123264 91.911242) - (xy 102.217752 91.848107) - (xy 102.298107 91.767752) - (xy 102.361242 91.673264) - (xy 102.40473 91.568275) - (xy 102.4269 91.45682) - (xy 102.4269 91.34318) - (xy 102.40473 91.231725) - (xy 102.361242 91.126736) - (xy 102.298107 91.032248) - (xy 102.290859 91.025) - (xy 102.298107 91.017752) - (xy 102.361242 90.923264) - (xy 102.40473 90.818275) - (xy 102.419667 90.74318) - (xy 106.9731 90.74318) - (xy 106.9731 90.85682) - (xy 106.99527 90.968275) - (xy 107.038758 91.073264) - (xy 107.101893 91.167752) - (xy 107.182248 91.248107) - (xy 107.276736 91.311242) - (xy 107.381725 91.35473) - (xy 107.49318 91.3769) - (xy 107.60682 91.3769) - (xy 107.718275 91.35473) - (xy 107.823264 91.311242) - (xy 107.917752 91.248107) - (xy 107.922679 91.24318) - (xy 116.4231 91.24318) - (xy 116.4231 91.35682) - (xy 116.44527 91.468275) - (xy 116.488758 91.573264) - (xy 116.551893 91.667752) - (xy 116.632248 91.748107) - (xy 116.726736 91.811242) - (xy 116.831725 91.85473) - (xy 116.94318 91.8769) - (xy 117.05682 91.8769) - (xy 117.168275 91.85473) - (xy 117.273264 91.811242) - (xy 117.367752 91.748107) - (xy 117.448107 91.667752) - (xy 117.511242 91.573264) - (xy 117.55473 91.468275) - (xy 117.5769 91.35682) - (xy 117.5769 91.24318) - (xy 117.557009 91.14318) - (xy 118.4231 91.14318) - (xy 118.4231 91.25682) - (xy 118.44527 91.368275) - (xy 118.488758 91.473264) - (xy 118.551893 91.567752) - (xy 118.632248 91.648107) - (xy 118.726736 91.711242) - (xy 118.831725 91.75473) - (xy 118.94318 91.7769) - (xy 119.05682 91.7769) - (xy 119.168275 91.75473) - (xy 119.273264 91.711242) - (xy 119.367752 91.648107) - (xy 119.422679 91.59318) - (xy 121.0231 91.59318) - (xy 121.0231 91.70682) - (xy 121.04527 91.818275) - (xy 121.088758 91.923264) - (xy 121.151893 92.017752) - (xy 121.232248 92.098107) - (xy 121.326736 92.161242) - (xy 121.431725 92.20473) - (xy 121.54318 92.2269) - (xy 121.65682 92.2269) - (xy 121.768275 92.20473) - (xy 121.873264 92.161242) - (xy 121.967752 92.098107) - (xy 122.048107 92.017752) - (xy 122.111242 91.923264) - (xy 122.15473 91.818275) - (xy 122.1769 91.70682) - (xy 122.1769 91.59318) - (xy 122.15473 91.481725) - (xy 122.111242 91.376736) - (xy 122.048107 91.282248) - (xy 121.967752 91.201893) - (xy 121.873264 91.138758) - (xy 121.768275 91.09527) - (xy 121.65682 91.0731) - (xy 121.54318 91.0731) - (xy 121.431725 91.09527) - (xy 121.326736 91.138758) - (xy 121.232248 91.201893) - (xy 121.151893 91.282248) - (xy 121.088758 91.376736) - (xy 121.04527 91.481725) - (xy 121.0231 91.59318) - (xy 119.422679 91.59318) - (xy 119.448107 91.567752) - (xy 119.511242 91.473264) - (xy 119.55473 91.368275) - (xy 119.5769 91.25682) - (xy 119.5769 91.14318) - (xy 119.55473 91.031725) - (xy 119.511242 90.926736) - (xy 119.448107 90.832248) - (xy 119.367752 90.751893) - (xy 119.273264 90.688758) - (xy 119.168275 90.64527) - (xy 119.05682 90.6231) - (xy 118.94318 90.6231) - (xy 118.831725 90.64527) - (xy 118.726736 90.688758) - (xy 118.632248 90.751893) - (xy 118.551893 90.832248) - (xy 118.488758 90.926736) - (xy 118.44527 91.031725) - (xy 118.4231 91.14318) - (xy 117.557009 91.14318) - (xy 117.55473 91.131725) - (xy 117.511242 91.026736) - (xy 117.448107 90.932248) - (xy 117.367752 90.851893) - (xy 117.273264 90.788758) - (xy 117.168275 90.74527) - (xy 117.05682 90.7231) - (xy 116.94318 90.7231) - (xy 116.831725 90.74527) - (xy 116.726736 90.788758) - (xy 116.632248 90.851893) - (xy 116.551893 90.932248) - (xy 116.488758 91.026736) - (xy 116.44527 91.131725) - (xy 116.4231 91.24318) - (xy 107.922679 91.24318) - (xy 107.998107 91.167752) - (xy 108.061242 91.073264) - (xy 108.10473 90.968275) - (xy 108.1269 90.85682) - (xy 108.1269 90.74318) - (xy 108.10473 90.631725) - (xy 108.061242 90.526736) - (xy 107.998107 90.432248) - (xy 107.917752 90.351893) - (xy 107.823264 90.288758) - (xy 107.718275 90.24527) - (xy 107.60682 90.2231) - (xy 107.49318 90.2231) - (xy 107.381725 90.24527) - (xy 107.276736 90.288758) - (xy 107.182248 90.351893) - (xy 107.101893 90.432248) - (xy 107.038758 90.526736) - (xy 106.99527 90.631725) - (xy 106.9731 90.74318) - (xy 102.419667 90.74318) - (xy 102.4269 90.70682) - (xy 102.4269 90.59318) - (xy 102.40473 90.481725) - (xy 102.361242 90.376736) - (xy 102.298107 90.282248) - (xy 102.217752 90.201893) - (xy 102.123264 90.138758) - (xy 102.018275 90.09527) - (xy 101.90682 90.0731) - (xy 101.79318 90.0731) - (xy 101.681725 90.09527) - (xy 101.576736 90.138758) - (xy 101.482248 90.201893) - (xy 101.401893 90.282248) - (xy 101.338758 90.376736) - (xy 101.29527 90.481725) - (xy 101.2731 90.59318) - (xy 98.4269 90.59318) - (xy 98.40473 90.481725) - (xy 98.361242 90.376736) - (xy 98.298107 90.282248) - (xy 98.217752 90.201893) - (xy 98.123264 90.138758) - (xy 98.018275 90.09527) - (xy 97.90682 90.0731) - (xy 97.79318 90.0731) - (xy 97.681725 90.09527) - (xy 97.576736 90.138758) - (xy 97.562755 90.1481) - (xy 97.5519 90.1481) - (xy 97.5519 89.74318) - (xy 118.1231 89.74318) - (xy 118.1231 89.85682) - (xy 118.14527 89.968275) - (xy 118.188758 90.073264) - (xy 118.251893 90.167752) - (xy 118.332248 90.248107) - (xy 118.426736 90.311242) - (xy 118.531725 90.35473) - (xy 118.64318 90.3769) - (xy 118.75682 90.3769) - (xy 118.868275 90.35473) - (xy 118.973264 90.311242) - (xy 119.067752 90.248107) - (xy 119.148107 90.167752) - (xy 119.211242 90.073264) - (xy 119.25473 89.968275) - (xy 119.2769 89.85682) - (xy 119.2769 89.74318) - (xy 119.25473 89.631725) - (xy 119.211242 89.526736) - (xy 119.148107 89.432248) - (xy 119.067752 89.351893) - (xy 118.973264 89.288758) - (xy 118.868275 89.24527) - (xy 118.75682 89.2231) - (xy 118.64318 89.2231) - (xy 118.531725 89.24527) - (xy 118.426736 89.288758) - (xy 118.332248 89.351893) - (xy 118.251893 89.432248) - (xy 118.188758 89.526736) - (xy 118.14527 89.631725) - (xy 118.1231 89.74318) - (xy 97.5519 89.74318) - (xy 97.5519 89.094647) - (xy 97.576736 89.111242) - (xy 97.681725 89.15473) - (xy 97.79318 89.1769) - (xy 97.90682 89.1769) - (xy 98.018275 89.15473) - (xy 98.123264 89.111242) - (xy 98.217752 89.048107) - (xy 98.298107 88.967752) - (xy 98.361242 88.873264) - (xy 98.40473 88.768275) - (xy 98.4269 88.65682) - (xy 98.4269 88.54318) - (xy 99.5231 88.54318) - (xy 99.5231 88.65682) - (xy 99.54527 88.768275) - (xy 99.588758 88.873264) - (xy 99.651893 88.967752) - (xy 99.732248 89.048107) - (xy 99.826736 89.111242) - (xy 99.931725 89.15473) - (xy 100.04318 89.1769) - (xy 100.15682 89.1769) - (xy 100.268275 89.15473) - (xy 100.373264 89.111242) - (xy 100.467752 89.048107) - (xy 100.548107 88.967752) - (xy 100.611242 88.873264) - (xy 100.65473 88.768275) - (xy 100.6769 88.65682) - (xy 100.6769 88.54318) - (xy 100.65473 88.431725) - (xy 100.611242 88.326736) - (xy 100.548107 88.232248) - (xy 100.467752 88.151893) - (xy 100.373264 88.088758) - (xy 100.268275 88.04527) - (xy 100.15682 88.0231) - (xy 100.04318 88.0231) - (xy 99.931725 88.04527) - (xy 99.826736 88.088758) - (xy 99.732248 88.151893) - (xy 99.651893 88.232248) - (xy 99.588758 88.326736) - (xy 99.54527 88.431725) - (xy 99.5231 88.54318) - (xy 98.4269 88.54318) - (xy 98.40473 88.431725) - (xy 98.361242 88.326736) - (xy 98.298107 88.232248) - (xy 98.290859 88.225) - (xy 98.298107 88.217752) - (xy 98.361242 88.123264) - (xy 98.40473 88.018275) - (xy 98.4269 87.90682) - (xy 98.4269 87.814348) - (xy 101.251932 87.814348) - (xy 101.251932 87.927988) - (xy 101.274102 88.039443) - (xy 101.31759 88.144432) - (xy 101.380725 88.23892) - (xy 101.39942 88.257615) - (xy 101.339361 88.3475) - (xy 101.295873 88.452489) - (xy 101.273703 88.563944) - (xy 101.273703 88.677584) - (xy 101.295873 88.789039) - (xy 101.339361 88.894028) - (xy 101.402496 88.988516) - (xy 101.482851 89.068871) - (xy 101.577339 89.132006) - (xy 101.682328 89.175494) - (xy 101.793783 89.197664) - (xy 101.907423 89.197664) - (xy 102.018878 89.175494) - (xy 102.123867 89.132006) - (xy 102.218355 89.068871) - (xy 102.29871 88.988516) - (xy 102.361845 88.894028) - (xy 102.405333 88.789039) - (xy 102.427503 88.677584) - (xy 102.427503 88.563944) - (xy 102.405333 88.452489) - (xy 102.361845 88.3475) - (xy 102.29871 88.253012) - (xy 102.280015 88.234317) - (xy 102.340074 88.144432) - (xy 102.383562 88.039443) - (xy 102.405732 87.927988) - (xy 102.405732 87.814348) - (xy 102.383562 87.702893) - (xy 102.340074 87.597904) - (xy 102.290347 87.523482) - (xy 107.0231 87.523482) - (xy 107.0231 87.676518) - (xy 107.052956 87.826613) - (xy 107.11152 87.968) - (xy 107.196542 88.095245) - (xy 107.304755 88.203458) - (xy 107.432 88.28848) - (xy 107.573387 88.347044) - (xy 107.723482 88.3769) - (xy 107.876518 88.3769) - (xy 108.026613 88.347044) - (xy 108.168 88.28848) - (xy 108.295245 88.203458) - (xy 108.403458 88.095245) - (xy 108.435 88.048039) - (xy 108.466542 88.095245) - (xy 108.574755 88.203458) - (xy 108.702 88.28848) - (xy 108.843387 88.347044) - (xy 108.993482 88.3769) - (xy 109.146518 88.3769) - (xy 109.296613 88.347044) - (xy 109.438 88.28848) - (xy 109.565245 88.203458) - (xy 109.673458 88.095245) - (xy 109.705 88.048039) - (xy 109.736542 88.095245) - (xy 109.844755 88.203458) - (xy 109.972 88.28848) - (xy 110.113387 88.347044) - (xy 110.263482 88.3769) - (xy 110.416518 88.3769) - (xy 110.566613 88.347044) - (xy 110.708 88.28848) - (xy 110.835245 88.203458) - (xy 110.943458 88.095245) - (xy 110.975 88.048039) - (xy 111.006542 88.095245) - (xy 111.114755 88.203458) - (xy 111.242 88.28848) - (xy 111.383387 88.347044) - (xy 111.533482 88.3769) - (xy 111.686518 88.3769) - (xy 111.836613 88.347044) - (xy 111.978 88.28848) - (xy 112.105245 88.203458) - (xy 112.213458 88.095245) - (xy 112.245 88.048039) - (xy 112.276542 88.095245) - (xy 112.384755 88.203458) - (xy 112.512 88.28848) - (xy 112.653387 88.347044) - (xy 112.803482 88.3769) - (xy 112.956518 88.3769) - (xy 113.106613 88.347044) - (xy 113.248 88.28848) - (xy 113.375245 88.203458) - (xy 113.483458 88.095245) - (xy 113.515 88.048039) - (xy 113.546542 88.095245) - (xy 113.654755 88.203458) - (xy 113.782 88.28848) - (xy 113.923387 88.347044) - (xy 114.073482 88.3769) - (xy 114.226518 88.3769) - (xy 114.376613 88.347044) - (xy 114.518 88.28848) - (xy 114.645245 88.203458) - (xy 114.753458 88.095245) - (xy 114.785 88.048039) - (xy 114.816542 88.095245) - (xy 114.924755 88.203458) - (xy 115.052 88.28848) - (xy 115.193387 88.347044) - (xy 115.343482 88.3769) - (xy 115.496518 88.3769) - (xy 115.646613 88.347044) - (xy 115.788 88.28848) - (xy 115.915245 88.203458) - (xy 116.023458 88.095245) - (xy 116.055 88.048039) - (xy 116.086542 88.095245) - (xy 116.194755 88.203458) - (xy 116.322 88.28848) - (xy 116.463387 88.347044) - (xy 116.532783 88.360848) - (xy 116.488758 88.426736) - (xy 116.44527 88.531725) - (xy 116.4231 88.64318) - (xy 116.4231 88.75682) - (xy 116.44527 88.868275) - (xy 116.488758 88.973264) - (xy 116.551893 89.067752) - (xy 116.632248 89.148107) - (xy 116.726736 89.211242) - (xy 116.831725 89.25473) - (xy 116.94318 89.2769) - (xy 117.05682 89.2769) - (xy 117.168275 89.25473) - (xy 117.273264 89.211242) - (xy 117.367752 89.148107) - (xy 117.448107 89.067752) - (xy 117.464525 89.04318) - (xy 124.8231 89.04318) - (xy 124.8231 89.15682) - (xy 124.84527 89.268275) - (xy 124.888758 89.373264) - (xy 124.951893 89.467752) - (xy 125.032248 89.548107) - (xy 125.126736 89.611242) - (xy 125.231725 89.65473) - (xy 125.34318 89.6769) - (xy 125.45682 89.6769) - (xy 125.568275 89.65473) - (xy 125.673264 89.611242) - (xy 125.7 89.593378) - (xy 125.726736 89.611242) - (xy 125.831725 89.65473) - (xy 125.94318 89.6769) - (xy 126.05682 89.6769) - (xy 126.168275 89.65473) - (xy 126.273264 89.611242) - (xy 126.367752 89.548107) - (xy 126.448107 89.467752) - (xy 126.511242 89.373264) - (xy 126.55473 89.268275) - (xy 126.5769 89.15682) - (xy 126.5769 89.04318) - (xy 126.55473 88.931725) - (xy 126.511242 88.826736) - (xy 126.448107 88.732248) - (xy 126.367752 88.651893) - (xy 126.273264 88.588758) - (xy 126.168275 88.54527) - (xy 126.05682 88.5231) - (xy 125.94318 88.5231) - (xy 125.831725 88.54527) - (xy 125.726736 88.588758) - (xy 125.7 88.606622) - (xy 125.673264 88.588758) - (xy 125.568275 88.54527) - (xy 125.45682 88.5231) - (xy 125.34318 88.5231) - (xy 125.231725 88.54527) - (xy 125.126736 88.588758) - (xy 125.032248 88.651893) - (xy 124.951893 88.732248) - (xy 124.888758 88.826736) - (xy 124.84527 88.931725) - (xy 124.8231 89.04318) - (xy 117.464525 89.04318) - (xy 117.511242 88.973264) - (xy 117.55473 88.868275) - (xy 117.5769 88.75682) - (xy 117.5769 88.64318) - (xy 117.55473 88.531725) - (xy 117.511242 88.426736) - (xy 117.448107 88.332248) - (xy 117.367752 88.251893) - (xy 117.273264 88.188758) - (xy 117.22142 88.167283) - (xy 117.293458 88.095245) - (xy 117.37848 87.968) - (xy 117.437044 87.826613) - (xy 117.4669 87.676518) - (xy 117.4669 87.54318) - (xy 118.6231 87.54318) - (xy 118.6231 87.65682) - (xy 118.64527 87.768275) - (xy 118.688758 87.873264) - (xy 118.751893 87.967752) - (xy 118.832248 88.048107) - (xy 118.926736 88.111242) - (xy 119.031725 88.15473) - (xy 119.14318 88.1769) - (xy 119.25682 88.1769) - (xy 119.368275 88.15473) - (xy 119.473264 88.111242) - (xy 119.567752 88.048107) - (xy 119.648107 87.967752) - (xy 119.711242 87.873264) - (xy 119.75473 87.768275) - (xy 119.7769 87.65682) - (xy 119.7769 87.54318) - (xy 119.75473 87.431725) - (xy 119.711242 87.326736) - (xy 119.648107 87.232248) - (xy 119.567752 87.151893) - (xy 119.473264 87.088758) - (xy 119.368275 87.04527) - (xy 119.25682 87.0231) - (xy 119.14318 87.0231) - (xy 119.031725 87.04527) - (xy 118.926736 87.088758) - (xy 118.832248 87.151893) - (xy 118.751893 87.232248) - (xy 118.688758 87.326736) - (xy 118.64527 87.431725) - (xy 118.6231 87.54318) - (xy 117.4669 87.54318) - (xy 117.4669 87.523482) - (xy 117.437044 87.373387) - (xy 117.37848 87.232) - (xy 117.293458 87.104755) - (xy 117.185245 86.996542) - (xy 117.058 86.91152) - (xy 116.916613 86.852956) - (xy 116.766518 86.8231) - (xy 116.613482 86.8231) - (xy 116.463387 86.852956) - (xy 116.322 86.91152) - (xy 116.194755 86.996542) - (xy 116.086542 87.104755) - (xy 116.055 87.151961) - (xy 116.023458 87.104755) - (xy 115.915245 86.996542) - (xy 115.788 86.91152) - (xy 115.646613 86.852956) - (xy 115.496518 86.8231) - (xy 115.343482 86.8231) - (xy 115.193387 86.852956) - (xy 115.052 86.91152) - (xy 114.924755 86.996542) - (xy 114.816542 87.104755) - (xy 114.785 87.151961) - (xy 114.753458 87.104755) - (xy 114.645245 86.996542) - (xy 114.518 86.91152) - (xy 114.376613 86.852956) - (xy 114.226518 86.8231) - (xy 114.073482 86.8231) - (xy 113.923387 86.852956) - (xy 113.782 86.91152) - (xy 113.654755 86.996542) - (xy 113.546542 87.104755) - (xy 113.515 87.151961) - (xy 113.483458 87.104755) - (xy 113.375245 86.996542) - (xy 113.248 86.91152) - (xy 113.106613 86.852956) - (xy 112.956518 86.8231) - (xy 112.803482 86.8231) - (xy 112.653387 86.852956) - (xy 112.512 86.91152) - (xy 112.384755 86.996542) - (xy 112.276542 87.104755) - (xy 112.245 87.151961) - (xy 112.213458 87.104755) - (xy 112.105245 86.996542) - (xy 111.978 86.91152) - (xy 111.836613 86.852956) - (xy 111.686518 86.8231) - (xy 111.533482 86.8231) - (xy 111.383387 86.852956) - (xy 111.242 86.91152) - (xy 111.114755 86.996542) - (xy 111.006542 87.104755) - (xy 110.975 87.151961) - (xy 110.943458 87.104755) - (xy 110.835245 86.996542) - (xy 110.708 86.91152) - (xy 110.566613 86.852956) - (xy 110.416518 86.8231) - (xy 110.263482 86.8231) - (xy 110.113387 86.852956) - (xy 109.972 86.91152) - (xy 109.844755 86.996542) - (xy 109.736542 87.104755) - (xy 109.705 87.151961) - (xy 109.673458 87.104755) - (xy 109.565245 86.996542) - (xy 109.438 86.91152) - (xy 109.296613 86.852956) - (xy 109.146518 86.8231) - (xy 108.993482 86.8231) - (xy 108.843387 86.852956) - (xy 108.702 86.91152) - (xy 108.574755 86.996542) - (xy 108.466542 87.104755) - (xy 108.435 87.151961) - (xy 108.403458 87.104755) - (xy 108.295245 86.996542) - (xy 108.168 86.91152) - (xy 108.026613 86.852956) - (xy 107.876518 86.8231) - (xy 107.723482 86.8231) - (xy 107.573387 86.852956) - (xy 107.432 86.91152) - (xy 107.304755 86.996542) - (xy 107.196542 87.104755) - (xy 107.11152 87.232) - (xy 107.052956 87.373387) - (xy 107.0231 87.523482) - (xy 102.290347 87.523482) - (xy 102.276939 87.503416) - (xy 102.196584 87.423061) - (xy 102.102096 87.359926) - (xy 101.997107 87.316438) - (xy 101.885652 87.294268) - (xy 101.772012 87.294268) - (xy 101.660557 87.316438) - (xy 101.555568 87.359926) - (xy 101.46108 87.423061) - (xy 101.380725 87.503416) - (xy 101.31759 87.597904) - (xy 101.274102 87.702893) - (xy 101.251932 87.814348) - (xy 98.4269 87.814348) - (xy 98.4269 87.79318) - (xy 98.40473 87.681725) - (xy 98.361242 87.576736) - (xy 98.298107 87.482248) - (xy 98.217752 87.401893) - (xy 98.123264 87.338758) - (xy 98.018275 87.29527) - (xy 97.90682 87.2731) - (xy 97.79318 87.2731) - (xy 97.681725 87.29527) - (xy 97.576736 87.338758) - (xy 97.562755 87.3481) - (xy 97.5519 87.3481) - (xy 97.5519 86.294647) - (xy 97.576736 86.311242) - (xy 97.681725 86.35473) - (xy 97.79318 86.3769) - (xy 97.90682 86.3769) - (xy 98.018275 86.35473) - (xy 98.123264 86.311242) - (xy 98.217752 86.248107) - (xy 98.298107 86.167752) - (xy 98.361242 86.073264) - (xy 98.40473 85.968275) - (xy 98.425875 85.861972) - (xy 99.436497 85.861972) - (xy 99.436497 85.975612) - (xy 99.458667 86.087067) - (xy 99.502155 86.192056) - (xy 99.56529 86.286544) - (xy 99.645645 86.366899) - (xy 99.687314 86.394742) - (xy 99.653529 86.476306) - (xy 99.631359 86.587761) - (xy 99.631359 86.701401) - (xy 99.653529 86.812856) - (xy 99.697017 86.917845) - (xy 99.760152 87.012333) - (xy 99.840507 87.092688) - (xy 99.934995 87.155823) - (xy 100.039984 87.199311) - (xy 100.151439 87.221481) - (xy 100.265079 87.221481) - (xy 100.376534 87.199311) - (xy 100.481523 87.155823) - (xy 100.576011 87.092688) - (xy 100.656366 87.012333) - (xy 100.719501 86.917845) - (xy 100.762989 86.812856) - (xy 100.785159 86.701401) - (xy 100.785159 86.587761) - (xy 100.776292 86.54318) - (xy 121.0231 86.54318) - (xy 121.0231 86.65682) - (xy 121.04527 86.768275) - (xy 121.088758 86.873264) - (xy 121.140031 86.95) - (xy 121.088758 87.026736) - (xy 121.04527 87.131725) - (xy 121.0231 87.24318) - (xy 121.0231 87.35682) - (xy 121.04527 87.468275) - (xy 121.088758 87.573264) - (xy 121.140031 87.65) - (xy 121.088758 87.726736) - (xy 121.04527 87.831725) - (xy 121.0231 87.94318) - (xy 121.0231 88.05682) - (xy 121.04527 88.168275) - (xy 121.088758 88.273264) - (xy 121.151893 88.367752) - (xy 121.232248 88.448107) - (xy 121.326736 88.511242) - (xy 121.431725 88.55473) - (xy 121.54318 88.5769) - (xy 121.65682 88.5769) - (xy 121.768275 88.55473) - (xy 121.873264 88.511242) - (xy 121.967752 88.448107) - (xy 122.048107 88.367752) - (xy 122.111242 88.273264) - (xy 122.15473 88.168275) - (xy 122.1769 88.05682) - (xy 122.1769 87.94318) - (xy 122.9231 87.94318) - (xy 122.9231 88.05682) - (xy 122.94527 88.168275) - (xy 122.988758 88.273264) - (xy 123.051893 88.367752) - (xy 123.132248 88.448107) - (xy 123.226736 88.511242) - (xy 123.331725 88.55473) - (xy 123.44318 88.5769) - (xy 123.55682 88.5769) - (xy 123.668275 88.55473) - (xy 123.773264 88.511242) - (xy 123.867752 88.448107) - (xy 123.948107 88.367752) - (xy 124.011242 88.273264) - (xy 124.05473 88.168275) - (xy 124.0769 88.05682) - (xy 124.0769 87.94318) - (xy 124.1231 87.94318) - (xy 124.1231 88.05682) - (xy 124.14527 88.168275) - (xy 124.188758 88.273264) - (xy 124.251893 88.367752) - (xy 124.332248 88.448107) - (xy 124.426736 88.511242) - (xy 124.531725 88.55473) - (xy 124.64318 88.5769) - (xy 124.75682 88.5769) - (xy 124.868275 88.55473) - (xy 124.973264 88.511242) - (xy 125.067752 88.448107) - (xy 125.148107 88.367752) - (xy 125.211242 88.273264) - (xy 125.25473 88.168275) - (xy 125.2769 88.05682) - (xy 125.2769 87.94318) - (xy 125.257009 87.84318) - (xy 125.6231 87.84318) - (xy 125.6231 87.95682) - (xy 125.64527 88.068275) - (xy 125.688758 88.173264) - (xy 125.751893 88.267752) - (xy 125.832248 88.348107) - (xy 125.926736 88.411242) - (xy 126.031725 88.45473) - (xy 126.14318 88.4769) - (xy 126.25682 88.4769) - (xy 126.368275 88.45473) - (xy 126.473264 88.411242) - (xy 126.567752 88.348107) - (xy 126.648107 88.267752) - (xy 126.711242 88.173264) - (xy 126.75473 88.068275) - (xy 126.7769 87.95682) - (xy 126.7769 87.84318) - (xy 126.75473 87.731725) - (xy 126.711242 87.626736) - (xy 126.661497 87.552287) - (xy 126.667752 87.548107) - (xy 126.748107 87.467752) - (xy 126.811242 87.373264) - (xy 126.85473 87.268275) - (xy 126.8769 87.15682) - (xy 126.8769 87.04318) - (xy 126.85473 86.931725) - (xy 126.811242 86.826736) - (xy 126.748107 86.732248) - (xy 126.667752 86.651893) - (xy 126.573264 86.588758) - (xy 126.468275 86.54527) - (xy 126.35682 86.5231) - (xy 126.24318 86.5231) - (xy 126.131725 86.54527) - (xy 126.026736 86.588758) - (xy 125.932248 86.651893) - (xy 125.851893 86.732248) - (xy 125.788758 86.826736) - (xy 125.74527 86.931725) - (xy 125.7231 87.04318) - (xy 125.7231 87.15682) - (xy 125.74527 87.268275) - (xy 125.788758 87.373264) - (xy 125.838503 87.447713) - (xy 125.832248 87.451893) - (xy 125.751893 87.532248) - (xy 125.688758 87.626736) - (xy 125.64527 87.731725) - (xy 125.6231 87.84318) - (xy 125.257009 87.84318) - (xy 125.25473 87.831725) - (xy 125.211242 87.726736) - (xy 125.148107 87.632248) - (xy 125.067752 87.551893) - (xy 124.973264 87.488758) - (xy 124.868275 87.44527) - (xy 124.75682 87.4231) - (xy 124.64318 87.4231) - (xy 124.531725 87.44527) - (xy 124.426736 87.488758) - (xy 124.332248 87.551893) - (xy 124.251893 87.632248) - (xy 124.188758 87.726736) - (xy 124.14527 87.831725) - (xy 124.1231 87.94318) - (xy 124.0769 87.94318) - (xy 124.05473 87.831725) - (xy 124.011242 87.726736) - (xy 123.948107 87.632248) - (xy 123.867752 87.551893) - (xy 123.773264 87.488758) - (xy 123.668275 87.44527) - (xy 123.55682 87.4231) - (xy 123.44318 87.4231) - (xy 123.331725 87.44527) - (xy 123.226736 87.488758) - (xy 123.132248 87.551893) - (xy 123.051893 87.632248) - (xy 122.988758 87.726736) - (xy 122.94527 87.831725) - (xy 122.9231 87.94318) - (xy 122.1769 87.94318) - (xy 122.15473 87.831725) - (xy 122.111242 87.726736) - (xy 122.059969 87.65) - (xy 122.111242 87.573264) - (xy 122.15473 87.468275) - (xy 122.1769 87.35682) - (xy 122.1769 87.24318) - (xy 122.15473 87.131725) - (xy 122.111242 87.026736) - (xy 122.059969 86.95) - (xy 122.111242 86.873264) - (xy 122.15473 86.768275) - (xy 122.1769 86.65682) - (xy 122.1769 86.54318) - (xy 122.9231 86.54318) - (xy 122.9231 86.65682) - (xy 122.94527 86.768275) - (xy 122.988758 86.873264) - (xy 123.051893 86.967752) - (xy 123.132248 87.048107) - (xy 123.226736 87.111242) - (xy 123.331725 87.15473) - (xy 123.44318 87.1769) - (xy 123.55682 87.1769) - (xy 123.668275 87.15473) - (xy 123.773264 87.111242) - (xy 123.867752 87.048107) - (xy 123.948107 86.967752) - (xy 124.011242 86.873264) - (xy 124.05473 86.768275) - (xy 124.0769 86.65682) - (xy 124.0769 86.54318) - (xy 124.1231 86.54318) - (xy 124.1231 86.65682) - (xy 124.14527 86.768275) - (xy 124.188758 86.873264) - (xy 124.251893 86.967752) - (xy 124.332248 87.048107) - (xy 124.426736 87.111242) - (xy 124.531725 87.15473) - (xy 124.64318 87.1769) - (xy 124.75682 87.1769) - (xy 124.868275 87.15473) - (xy 124.973264 87.111242) - (xy 125.067752 87.048107) - (xy 125.148107 86.967752) - (xy 125.211242 86.873264) - (xy 125.25473 86.768275) - (xy 125.2769 86.65682) - (xy 125.2769 86.54318) - (xy 125.25473 86.431725) - (xy 125.211242 86.326736) - (xy 125.148107 86.232248) - (xy 125.067752 86.151893) - (xy 124.973264 86.088758) - (xy 124.868275 86.04527) - (xy 124.75682 86.0231) - (xy 124.64318 86.0231) - (xy 124.531725 86.04527) - (xy 124.426736 86.088758) - (xy 124.332248 86.151893) - (xy 124.251893 86.232248) - (xy 124.188758 86.326736) - (xy 124.14527 86.431725) - (xy 124.1231 86.54318) - (xy 124.0769 86.54318) - (xy 124.05473 86.431725) - (xy 124.011242 86.326736) - (xy 123.948107 86.232248) - (xy 123.867752 86.151893) - (xy 123.773264 86.088758) - (xy 123.668275 86.04527) - (xy 123.55682 86.0231) - (xy 123.44318 86.0231) - (xy 123.331725 86.04527) - (xy 123.226736 86.088758) - (xy 123.132248 86.151893) - (xy 123.051893 86.232248) - (xy 122.988758 86.326736) - (xy 122.94527 86.431725) - (xy 122.9231 86.54318) - (xy 122.1769 86.54318) - (xy 122.15473 86.431725) - (xy 122.111242 86.326736) - (xy 122.048107 86.232248) - (xy 121.967752 86.151893) - (xy 121.873264 86.088758) - (xy 121.768275 86.04527) - (xy 121.65682 86.0231) - (xy 121.54318 86.0231) - (xy 121.431725 86.04527) - (xy 121.326736 86.088758) - (xy 121.232248 86.151893) - (xy 121.151893 86.232248) - (xy 121.088758 86.326736) - (xy 121.04527 86.431725) - (xy 121.0231 86.54318) - (xy 100.776292 86.54318) - (xy 100.762989 86.476306) - (xy 100.719501 86.371317) - (xy 100.656366 86.276829) - (xy 100.576011 86.196474) - (xy 100.534342 86.168631) - (xy 100.568127 86.087067) - (xy 100.590297 85.975612) - (xy 100.590297 85.861972) - (xy 100.568127 85.750517) - (xy 100.524639 85.645528) - (xy 100.461504 85.55104) - (xy 100.381149 85.470685) - (xy 100.286661 85.40755) - (xy 100.181672 85.364062) - (xy 100.070217 85.341892) - (xy 99.956577 85.341892) - (xy 99.845122 85.364062) - (xy 99.740133 85.40755) - (xy 99.645645 85.470685) - (xy 99.56529 85.55104) - (xy 99.502155 85.645528) - (xy 99.458667 85.750517) - (xy 99.436497 85.861972) - (xy 98.425875 85.861972) - (xy 98.4269 85.85682) - (xy 98.4269 85.74318) - (xy 98.40473 85.631725) - (xy 98.361242 85.526736) - (xy 98.298107 85.432248) - (xy 98.290859 85.425) - (xy 98.298107 85.417752) - (xy 98.361242 85.323264) - (xy 98.40473 85.218275) - (xy 98.4269 85.10682) - (xy 98.4269 84.99318) - (xy 98.40473 84.881725) - (xy 98.370878 84.8) - (xy 98.40473 84.718275) - (xy 98.4269 84.60682) - (xy 98.4269 84.49318) - (xy 98.40473 84.381725) - (xy 98.398866 84.367568) - (xy 99.55736 84.367568) - (xy 99.55736 84.481208) - (xy 99.57953 84.592663) - (xy 99.623018 84.697652) - (xy 99.686153 84.79214) - (xy 99.766508 84.872495) - (xy 99.860996 84.93563) - (xy 99.965985 84.979118) - (xy 100.07744 85.001288) - (xy 100.19108 85.001288) - (xy 100.302535 84.979118) - (xy 100.407524 84.93563) - (xy 100.502012 84.872495) - (xy 100.582367 84.79214) - (xy 100.645502 84.697652) - (xy 100.68899 84.592663) - (xy 100.71116 84.481208) - (xy 100.71116 84.367568) - (xy 100.68899 84.256113) - (xy 100.645502 84.151124) - (xy 100.582367 84.056636) - (xy 100.502012 83.976281) - (xy 100.407524 83.913146) - (xy 100.302535 83.869658) - (xy 100.19108 83.847488) - (xy 100.07744 83.847488) - (xy 99.965985 83.869658) - (xy 99.860996 83.913146) - (xy 99.766508 83.976281) - (xy 99.686153 84.056636) - (xy 99.623018 84.151124) - (xy 99.57953 84.256113) - (xy 99.55736 84.367568) - (xy 98.398866 84.367568) - (xy 98.361242 84.276736) - (xy 98.298107 84.182248) - (xy 98.217752 84.101893) - (xy 98.123264 84.038758) - (xy 98.018275 83.99527) - (xy 97.90682 83.9731) - (xy 97.79318 83.9731) - (xy 97.681725 83.99527) - (xy 97.576736 84.038758) - (xy 97.482248 84.101893) - (xy 97.401893 84.182248) - (xy 97.338758 84.276736) - (xy 97.29527 84.381725) - (xy 97.29199 84.398217) - (xy 97.11254 84.577667) - (xy 97.093386 84.593386) - (xy 97.030667 84.66981) - (xy 96.984062 84.757003) - (xy 96.962664 84.827542) - (xy 96.71254 85.077667) - (xy 96.693386 85.093386) - (xy 96.630667 85.16981) - (xy 96.584062 85.257003) - (xy 96.555363 85.351611) - (xy 96.552872 85.3769) - (xy 96.547482 85.431623) - (xy 96.467752 85.351893) - (xy 96.373264 85.288758) - (xy 96.268275 85.24527) - (xy 96.15682 85.2231) - (xy 96.04318 85.2231) - (xy 95.931725 85.24527) - (xy 95.826736 85.288758) - (xy 95.732248 85.351893) - (xy 95.651893 85.432248) - (xy 95.588758 85.526736) - (xy 95.54527 85.631725) - (xy 95.5231 85.74318) - (xy 50.277 85.74318) - (xy 50.277 84.94318) - (xy 54.473102 84.94318) - (xy 54.473102 85.05682) - (xy 54.495272 85.168275) - (xy 54.53876 85.273264) - (xy 54.601895 85.367752) - (xy 54.68225 85.448107) - (xy 54.776738 85.511242) - (xy 54.881727 85.55473) - (xy 54.993182 85.5769) - (xy 55.106822 85.5769) - (xy 55.218277 85.55473) - (xy 55.323266 85.511242) - (xy 55.417754 85.448107) - (xy 55.498109 85.367752) - (xy 55.561244 85.273264) - (xy 55.604732 85.168275) - (xy 55.626902 85.05682) - (xy 55.626902 84.94318) - (xy 55.604732 84.831725) - (xy 55.561244 84.726736) - (xy 55.498109 84.632248) - (xy 55.417754 84.551893) - (xy 55.323266 84.488758) - (xy 55.218277 84.44527) - (xy 55.106822 84.4231) - (xy 54.993182 84.4231) - (xy 54.881727 84.44527) - (xy 54.776738 84.488758) - (xy 54.68225 84.551893) - (xy 54.601895 84.632248) - (xy 54.53876 84.726736) - (xy 54.495272 84.831725) - (xy 54.473102 84.94318) - (xy 50.277 84.94318) - (xy 50.277 82.94318) - (xy 54.4731 82.94318) - (xy 54.4731 83.05682) - (xy 54.49527 83.168275) - (xy 54.538758 83.273264) - (xy 54.601893 83.367752) - (xy 54.682248 83.448107) - (xy 54.776736 83.511242) - (xy 54.881725 83.55473) - (xy 54.99318 83.5769) - (xy 55.10682 83.5769) - (xy 55.218275 83.55473) - (xy 55.323264 83.511242) - (xy 55.417752 83.448107) - (xy 55.498107 83.367752) - (xy 55.561242 83.273264) - (xy 55.60473 83.168275) - (xy 55.6269 83.05682) - (xy 55.6269 82.94318) - (xy 55.60473 82.831725) - (xy 55.561242 82.726736) - (xy 55.498107 82.632248) - (xy 55.417752 82.551893) - (xy 55.323264 82.488758) - (xy 55.218275 82.44527) - (xy 55.10682 82.4231) - (xy 54.99318 82.4231) - (xy 54.881725 82.44527) - (xy 54.776736 82.488758) - (xy 54.682248 82.551893) - (xy 54.601893 82.632248) - (xy 54.538758 82.726736) - (xy 54.49527 82.831725) - (xy 54.4731 82.94318) - (xy 50.277 82.94318) - (xy 50.277 81.74318) - (xy 92.9231 81.74318) - (xy 92.9231 81.85682) - (xy 92.94527 81.968275) - (xy 92.988758 82.073264) - (xy 93.051893 82.167752) - (xy 93.132248 82.248107) - (xy 93.226736 82.311242) - (xy 93.331725 82.35473) - (xy 93.44318 82.3769) - (xy 93.55682 82.3769) - (xy 93.668275 82.35473) - (xy 93.773264 82.311242) - (xy 93.800295 82.29318) - (xy 99.1231 82.29318) - (xy 99.1231 82.40682) - (xy 99.14527 82.518275) - (xy 99.188758 82.623264) - (xy 99.251893 82.717752) - (xy 99.332248 82.798107) - (xy 99.426736 82.861242) - (xy 99.531725 82.90473) - (xy 99.64318 82.9269) - (xy 99.75682 82.9269) - (xy 99.868275 82.90473) - (xy 99.973264 82.861242) - (xy 100.067752 82.798107) - (xy 100.110355 82.755504) - (xy 100.114121 82.75927) - (xy 100.200419 82.816932) - (xy 100.296309 82.856651) - (xy 100.398105 82.8769) - (xy 100.501895 82.8769) - (xy 100.603691 82.856651) - (xy 100.699581 82.816932) - (xy 100.785879 82.75927) - (xy 100.85927 82.685879) - (xy 100.916932 82.599581) - (xy 100.956651 82.503691) - (xy 100.9769 82.401895) - (xy 100.9769 82.298105) - (xy 100.956651 82.196309) - (xy 100.916932 82.100419) - (xy 100.85927 82.014121) - (xy 100.785879 81.94073) - (xy 100.699581 81.883068) - (xy 100.603691 81.843349) - (xy 100.501895 81.8231) - (xy 100.398105 81.8231) - (xy 100.296309 81.843349) - (xy 100.200419 81.883068) - (xy 100.114121 81.94073) - (xy 100.110355 81.944496) - (xy 100.067752 81.901893) - (xy 99.973264 81.838758) - (xy 99.868275 81.79527) - (xy 99.75682 81.7731) - (xy 99.64318 81.7731) - (xy 99.531725 81.79527) - (xy 99.426736 81.838758) - (xy 99.332248 81.901893) - (xy 99.251893 81.982248) - (xy 99.188758 82.076736) - (xy 99.14527 82.181725) - (xy 99.1231 82.29318) - (xy 93.800295 82.29318) - (xy 93.867752 82.248107) - (xy 93.948107 82.167752) - (xy 94.011242 82.073264) - (xy 94.05473 81.968275) - (xy 94.0769 81.85682) - (xy 94.0769 81.74318) - (xy 94.057009 81.64318) - (xy 96.7231 81.64318) - (xy 96.7231 81.75682) - (xy 96.74527 81.868275) - (xy 96.788758 81.973264) - (xy 96.851893 82.067752) - (xy 96.932248 82.148107) - (xy 97.026736 82.211242) - (xy 97.131725 82.25473) - (xy 97.24318 82.2769) - (xy 97.35682 82.2769) - (xy 97.468275 82.25473) - (xy 97.573264 82.211242) - (xy 97.667752 82.148107) - (xy 97.748107 82.067752) - (xy 97.811242 81.973264) - (xy 97.85473 81.868275) - (xy 97.8769 81.75682) - (xy 97.8769 81.64318) - (xy 97.85473 81.531725) - (xy 97.811242 81.426736) - (xy 97.748107 81.332248) - (xy 97.667752 81.251893) - (xy 97.573264 81.188758) - (xy 97.468275 81.14527) - (xy 97.35682 81.1231) - (xy 97.24318 81.1231) - (xy 97.131725 81.14527) - (xy 97.026736 81.188758) - (xy 96.932248 81.251893) - (xy 96.851893 81.332248) - (xy 96.788758 81.426736) - (xy 96.74527 81.531725) - (xy 96.7231 81.64318) - (xy 94.057009 81.64318) - (xy 94.05473 81.631725) - (xy 94.011242 81.526736) - (xy 93.948107 81.432248) - (xy 93.867752 81.351893) - (xy 93.773264 81.288758) - (xy 93.668275 81.24527) - (xy 93.55682 81.2231) - (xy 93.44318 81.2231) - (xy 93.331725 81.24527) - (xy 93.226736 81.288758) - (xy 93.132248 81.351893) - (xy 93.051893 81.432248) - (xy 92.988758 81.526736) - (xy 92.94527 81.631725) - (xy 92.9231 81.74318) - (xy 50.277 81.74318) - (xy 50.277 80.94318) - (xy 54.4731 80.94318) - (xy 54.4731 81.05682) - (xy 54.49527 81.168275) - (xy 54.538758 81.273264) - (xy 54.601893 81.367752) - (xy 54.682248 81.448107) - (xy 54.776736 81.511242) - (xy 54.881725 81.55473) - (xy 54.99318 81.5769) - (xy 55.10682 81.5769) - (xy 55.218275 81.55473) - (xy 55.323264 81.511242) - (xy 55.417752 81.448107) - (xy 55.498107 81.367752) - (xy 55.561242 81.273264) - (xy 55.60473 81.168275) - (xy 55.6269 81.05682) - (xy 55.6269 80.94318) - (xy 55.60473 80.831725) - (xy 55.561242 80.726736) - (xy 55.498107 80.632248) - (xy 55.417752 80.551893) - (xy 55.323264 80.488758) - (xy 55.218275 80.44527) - (xy 55.10682 80.4231) - (xy 54.99318 80.4231) - (xy 54.881725 80.44527) - (xy 54.776736 80.488758) - (xy 54.682248 80.551893) - (xy 54.601893 80.632248) - (xy 54.538758 80.726736) - (xy 54.49527 80.831725) - (xy 54.4731 80.94318) - (xy 50.277 80.94318) - (xy 50.277 80.352118) - (xy 62.44801 80.352118) - (xy 62.44801 80.465758) - (xy 62.47018 80.577213) - (xy 62.513668 80.682202) - (xy 62.576803 80.77669) - (xy 62.657158 80.857045) - (xy 62.751646 80.92018) - (xy 62.856635 80.963668) - (xy 62.96809 80.985838) - (xy 63.08173 80.985838) - (xy 63.193185 80.963668) - (xy 63.298174 80.92018) - (xy 63.392662 80.857045) - (xy 63.473017 80.77669) - (xy 63.536152 80.682202) - (xy 63.57964 80.577213) - (xy 63.60181 80.465758) - (xy 63.60181 80.352118) - (xy 63.600033 80.34318) - (xy 66.2231 80.34318) - (xy 66.2231 80.45682) - (xy 66.24527 80.568275) - (xy 66.288758 80.673264) - (xy 66.351893 80.767752) - (xy 66.432248 80.848107) - (xy 66.526736 80.911242) - (xy 66.631725 80.95473) - (xy 66.74318 80.9769) - (xy 66.85682 80.9769) - (xy 66.968275 80.95473) - (xy 67.073264 80.911242) - (xy 67.167752 80.848107) - (xy 67.248107 80.767752) - (xy 67.311242 80.673264) - (xy 67.35473 80.568275) - (xy 67.3769 80.45682) - (xy 67.3769 80.34318) - (xy 70.0231 80.34318) - (xy 70.0231 80.45682) - (xy 70.04527 80.568275) - (xy 70.088758 80.673264) - (xy 70.151893 80.767752) - (xy 70.232248 80.848107) - (xy 70.326736 80.911242) - (xy 70.431725 80.95473) - (xy 70.54318 80.9769) - (xy 70.65682 80.9769) - (xy 70.768275 80.95473) - (xy 70.873264 80.911242) - (xy 70.967752 80.848107) - (xy 71.048107 80.767752) - (xy 71.111242 80.673264) - (xy 71.15473 80.568275) - (xy 71.1769 80.45682) - (xy 71.1769 80.34318) - (xy 73.8231 80.34318) - (xy 73.8231 80.45682) - (xy 73.84527 80.568275) - (xy 73.888758 80.673264) - (xy 73.951893 80.767752) - (xy 74.032248 80.848107) - (xy 74.126736 80.911242) - (xy 74.231725 80.95473) - (xy 74.34318 80.9769) - (xy 74.45682 80.9769) - (xy 74.568275 80.95473) - (xy 74.673264 80.911242) - (xy 74.767752 80.848107) - (xy 74.848107 80.767752) - (xy 74.911242 80.673264) - (xy 74.95473 80.568275) - (xy 74.9769 80.45682) - (xy 74.9769 80.34318) - (xy 77.6231 80.34318) - (xy 77.6231 80.45682) - (xy 77.64527 80.568275) - (xy 77.688758 80.673264) - (xy 77.751893 80.767752) - (xy 77.832248 80.848107) - (xy 77.926736 80.911242) - (xy 78.031725 80.95473) - (xy 78.14318 80.9769) - (xy 78.25682 80.9769) - (xy 78.368275 80.95473) - (xy 78.473264 80.911242) - (xy 78.567752 80.848107) - (xy 78.648107 80.767752) - (xy 78.711242 80.673264) - (xy 78.75473 80.568275) - (xy 78.7769 80.45682) - (xy 78.7769 80.34318) - (xy 81.4231 80.34318) - (xy 81.4231 80.45682) - (xy 81.44527 80.568275) - (xy 81.488758 80.673264) - (xy 81.551893 80.767752) - (xy 81.632248 80.848107) - (xy 81.726736 80.911242) - (xy 81.831725 80.95473) - (xy 81.94318 80.9769) - (xy 82.05682 80.9769) - (xy 82.168275 80.95473) - (xy 82.273264 80.911242) - (xy 82.367752 80.848107) - (xy 82.448107 80.767752) - (xy 82.511242 80.673264) - (xy 82.55473 80.568275) - (xy 82.5769 80.45682) - (xy 82.5769 80.34318) - (xy 85.2231 80.34318) - (xy 85.2231 80.45682) - (xy 85.24527 80.568275) - (xy 85.288758 80.673264) - (xy 85.351893 80.767752) - (xy 85.432248 80.848107) - (xy 85.526736 80.911242) - (xy 85.631725 80.95473) - (xy 85.74318 80.9769) - (xy 85.85682 80.9769) - (xy 85.968275 80.95473) - (xy 86.073264 80.911242) - (xy 86.167752 80.848107) - (xy 86.248107 80.767752) - (xy 86.311242 80.673264) - (xy 86.35473 80.568275) - (xy 86.3769 80.45682) - (xy 86.3769 80.34318) - (xy 86.35473 80.231725) - (xy 86.311242 80.126736) - (xy 86.248107 80.032248) - (xy 86.167752 79.951893) - (xy 86.073264 79.888758) - (xy 85.968275 79.84527) - (xy 85.85682 79.8231) - (xy 85.74318 79.8231) - (xy 85.631725 79.84527) - (xy 85.526736 79.888758) - (xy 85.432248 79.951893) - (xy 85.351893 80.032248) - (xy 85.288758 80.126736) - (xy 85.24527 80.231725) - (xy 85.2231 80.34318) - (xy 82.5769 80.34318) - (xy 82.55473 80.231725) - (xy 82.511242 80.126736) - (xy 82.448107 80.032248) - (xy 82.367752 79.951893) - (xy 82.273264 79.888758) - (xy 82.168275 79.84527) - (xy 82.05682 79.8231) - (xy 81.94318 79.8231) - (xy 81.831725 79.84527) - (xy 81.726736 79.888758) - (xy 81.632248 79.951893) - (xy 81.551893 80.032248) - (xy 81.488758 80.126736) - (xy 81.44527 80.231725) - (xy 81.4231 80.34318) - (xy 78.7769 80.34318) - (xy 78.75473 80.231725) - (xy 78.711242 80.126736) - (xy 78.648107 80.032248) - (xy 78.567752 79.951893) - (xy 78.473264 79.888758) - (xy 78.368275 79.84527) - (xy 78.25682 79.8231) - (xy 78.14318 79.8231) - (xy 78.031725 79.84527) - (xy 77.926736 79.888758) - (xy 77.832248 79.951893) - (xy 77.751893 80.032248) - (xy 77.688758 80.126736) - (xy 77.64527 80.231725) - (xy 77.6231 80.34318) - (xy 74.9769 80.34318) - (xy 74.95473 80.231725) - (xy 74.911242 80.126736) - (xy 74.848107 80.032248) - (xy 74.767752 79.951893) - (xy 74.673264 79.888758) - (xy 74.568275 79.84527) - (xy 74.45682 79.8231) - (xy 74.34318 79.8231) - (xy 74.231725 79.84527) - (xy 74.126736 79.888758) - (xy 74.032248 79.951893) - (xy 73.951893 80.032248) - (xy 73.888758 80.126736) - (xy 73.84527 80.231725) - (xy 73.8231 80.34318) - (xy 71.1769 80.34318) - (xy 71.15473 80.231725) - (xy 71.111242 80.126736) - (xy 71.048107 80.032248) - (xy 70.967752 79.951893) - (xy 70.873264 79.888758) - (xy 70.768275 79.84527) - (xy 70.65682 79.8231) - (xy 70.54318 79.8231) - (xy 70.431725 79.84527) - (xy 70.326736 79.888758) - (xy 70.232248 79.951893) - (xy 70.151893 80.032248) - (xy 70.088758 80.126736) - (xy 70.04527 80.231725) - (xy 70.0231 80.34318) - (xy 67.3769 80.34318) - (xy 67.35473 80.231725) - (xy 67.311242 80.126736) - (xy 67.248107 80.032248) - (xy 67.167752 79.951893) - (xy 67.073264 79.888758) - (xy 66.968275 79.84527) - (xy 66.85682 79.8231) - (xy 66.74318 79.8231) - (xy 66.631725 79.84527) - (xy 66.526736 79.888758) - (xy 66.432248 79.951893) - (xy 66.351893 80.032248) - (xy 66.288758 80.126736) - (xy 66.24527 80.231725) - (xy 66.2231 80.34318) - (xy 63.600033 80.34318) - (xy 63.57964 80.240663) - (xy 63.536152 80.135674) - (xy 63.473017 80.041186) - (xy 63.392662 79.960831) - (xy 63.298174 79.897696) - (xy 63.193185 79.854208) - (xy 63.08173 79.832038) - (xy 62.96809 79.832038) - (xy 62.856635 79.854208) - (xy 62.751646 79.897696) - (xy 62.657158 79.960831) - (xy 62.576803 80.041186) - (xy 62.513668 80.135674) - (xy 62.47018 80.240663) - (xy 62.44801 80.352118) - (xy 50.277 80.352118) - (xy 50.277 79.49318) - (xy 57.5731 79.49318) - (xy 57.5731 79.60682) - (xy 57.59527 79.718275) - (xy 57.638758 79.823264) - (xy 57.701893 79.917752) - (xy 57.782248 79.998107) - (xy 57.876736 80.061242) - (xy 57.981725 80.10473) - (xy 58.09318 80.1269) - (xy 58.20682 80.1269) - (xy 58.318275 80.10473) - (xy 58.423264 80.061242) - (xy 58.517752 79.998107) - (xy 58.598107 79.917752) - (xy 58.661242 79.823264) - (xy 58.70473 79.718275) - (xy 58.7269 79.60682) - (xy 58.7269 79.49318) - (xy 58.70473 79.381725) - (xy 58.661242 79.276736) - (xy 58.598107 79.182248) - (xy 58.517752 79.101893) - (xy 58.423264 79.038758) - (xy 58.318275 78.99527) - (xy 58.20682 78.9731) - (xy 58.09318 78.9731) - (xy 57.981725 78.99527) - (xy 57.876736 79.038758) - (xy 57.782248 79.101893) - (xy 57.701893 79.182248) - (xy 57.638758 79.276736) - (xy 57.59527 79.381725) - (xy 57.5731 79.49318) - (xy 50.277 79.49318) - (xy 50.277 75.642966) - (xy 50.368244 76.101681) - (xy 50.652954 76.789033) - (xy 51.06629 77.407634) - (xy 51.592366 77.93371) - (xy 52.210967 78.347046) - (xy 52.898319 78.631756) - (xy 53.628008 78.7769) - (xy 54.371992 78.7769) - (xy 55.101681 78.631756) - (xy 55.789033 78.347046) - (xy 56.407634 77.93371) - (xy 56.93371 77.407634) - (xy 57.347046 76.789033) - (xy 57.500501 76.418557) - (xy 58.9731 76.418557) - (xy 58.9731 76.581443) - (xy 59.004877 76.741198) - (xy 59.067211 76.891684) - (xy 59.157705 77.027118) - (xy 59.272882 77.142295) - (xy 59.408316 77.232789) - (xy 59.558802 77.295123) - (xy 59.718557 77.3269) - (xy 59.881443 77.3269) - (xy 60.041198 77.295123) - (xy 60.191684 77.232789) - (xy 60.327118 77.142295) - (xy 60.442295 77.027118) - (xy 60.475662 76.977181) - (xy 60.526637 77.011242) - (xy 60.631626 77.05473) - (xy 60.743081 77.0769) - (xy 60.856721 77.0769) - (xy 60.968176 77.05473) - (xy 61.073165 77.011242) - (xy 61.167653 76.948107) - (xy 61.248008 76.867752) - (xy 61.311143 76.773264) - (xy 61.34995 76.679576) - (xy 61.388758 76.773266) - (xy 61.451893 76.867754) - (xy 61.532248 76.948109) - (xy 61.626736 77.011244) - (xy 61.731725 77.054732) - (xy 61.84318 77.076902) - (xy 61.95682 77.076902) - (xy 62.068275 77.054732) - (xy 62.173264 77.011244) - (xy 62.267752 76.948109) - (xy 62.348107 76.867754) - (xy 62.411242 76.773266) - (xy 62.45473 76.668277) - (xy 62.4769 76.556822) - (xy 62.4769 76.448505) - (xy 62.537827 76.448505) - (xy 62.537827 76.562145) - (xy 62.559997 76.6736) - (xy 62.603485 76.778589) - (xy 62.66662 76.873077) - (xy 62.746975 76.953432) - (xy 62.841463 77.016567) - (xy 62.946452 77.060055) - (xy 63.057907 77.082225) - (xy 63.171547 77.082225) - (xy 63.283002 77.060055) - (xy 63.387991 77.016567) - (xy 63.482479 76.953432) - (xy 63.562834 76.873077) - (xy 63.625969 76.778589) - (xy 63.669457 76.6736) - (xy 63.682893 76.606053) - (xy 63.69527 76.668275) - (xy 63.738758 76.773264) - (xy 63.801893 76.867752) - (xy 63.882248 76.948107) - (xy 63.976736 77.011242) - (xy 64.081725 77.05473) - (xy 64.19318 77.0769) - (xy 64.30682 77.0769) - (xy 64.418275 77.05473) - (xy 64.523264 77.011242) - (xy 64.617752 76.948107) - (xy 64.698107 76.867752) - (xy 64.761242 76.773264) - (xy 64.80473 76.668275) - (xy 64.8269 76.55682) - (xy 64.8269 76.44318) - (xy 64.9231 76.44318) - (xy 64.9231 76.55682) - (xy 64.94527 76.668275) - (xy 64.988758 76.773264) - (xy 65.051893 76.867752) - (xy 65.132248 76.948107) - (xy 65.226736 77.011242) - (xy 65.331725 77.05473) - (xy 65.44318 77.0769) - (xy 65.55682 77.0769) - (xy 65.668275 77.05473) - (xy 65.773264 77.011242) - (xy 65.867752 76.948107) - (xy 65.948107 76.867752) - (xy 66.011242 76.773264) - (xy 66.05473 76.668275) - (xy 66.0769 76.55682) - (xy 66.0769 76.44318) - (xy 66.073917 76.42818) - (xy 66.2081 76.42818) - (xy 66.2081 76.54182) - (xy 66.23027 76.653275) - (xy 66.273758 76.758264) - (xy 66.336893 76.852752) - (xy 66.417248 76.933107) - (xy 66.511736 76.996242) - (xy 66.616725 77.03973) - (xy 66.72818 77.0619) - (xy 66.84182 77.0619) - (xy 66.953275 77.03973) - (xy 67.058264 76.996242) - (xy 67.152752 76.933107) - (xy 67.233107 76.852752) - (xy 67.296242 76.758264) - (xy 67.33973 76.653275) - (xy 67.3619 76.54182) - (xy 67.3619 76.44318) - (xy 67.4731 76.44318) - (xy 67.4731 76.55682) - (xy 67.49527 76.668275) - (xy 67.538758 76.773264) - (xy 67.601893 76.867752) - (xy 67.682248 76.948107) - (xy 67.776736 77.011242) - (xy 67.881725 77.05473) - (xy 67.99318 77.0769) - (xy 68.10682 77.0769) - (xy 68.218275 77.05473) - (xy 68.323264 77.011242) - (xy 68.417752 76.948107) - (xy 68.498107 76.867752) - (xy 68.561242 76.773264) - (xy 68.60473 76.668275) - (xy 68.6269 76.55682) - (xy 68.6269 76.44318) - (xy 68.723096 76.44318) - (xy 68.723096 76.55682) - (xy 68.745266 76.668275) - (xy 68.788754 76.773264) - (xy 68.851889 76.867752) - (xy 68.932244 76.948107) - (xy 69.026732 77.011242) - (xy 69.131721 77.05473) - (xy 69.243176 77.0769) - (xy 69.356816 77.0769) - (xy 69.468271 77.05473) - (xy 69.57326 77.011242) - (xy 69.667748 76.948107) - (xy 69.748103 76.867752) - (xy 69.811238 76.773264) - (xy 69.854726 76.668275) - (xy 69.876896 76.55682) - (xy 69.876896 76.44318) - (xy 70.0231 76.44318) - (xy 70.0231 76.55682) - (xy 70.04527 76.668275) - (xy 70.088758 76.773264) - (xy 70.151893 76.867752) - (xy 70.232248 76.948107) - (xy 70.326736 77.011242) - (xy 70.431725 77.05473) - (xy 70.54318 77.0769) - (xy 70.65682 77.0769) - (xy 70.768275 77.05473) - (xy 70.873264 77.011242) - (xy 70.967752 76.948107) - (xy 71.048107 76.867752) - (xy 71.111242 76.773264) - (xy 71.15473 76.668275) - (xy 71.1769 76.55682) - (xy 71.1769 76.44318) - (xy 71.2731 76.44318) - (xy 71.2731 76.55682) - (xy 71.29527 76.668275) - (xy 71.338758 76.773264) - (xy 71.401893 76.867752) - (xy 71.482248 76.948107) - (xy 71.576736 77.011242) - (xy 71.681725 77.05473) - (xy 71.79318 77.0769) - (xy 71.90682 77.0769) - (xy 72.018275 77.05473) - (xy 72.123264 77.011242) - (xy 72.217752 76.948107) - (xy 72.298107 76.867752) - (xy 72.361242 76.773264) - (xy 72.40473 76.668275) - (xy 72.4269 76.55682) - (xy 72.4269 76.44318) - (xy 72.523106 76.44318) - (xy 72.523106 76.55682) - (xy 72.545276 76.668275) - (xy 72.588764 76.773264) - (xy 72.651899 76.867752) - (xy 72.732254 76.948107) - (xy 72.826742 77.011242) - (xy 72.931731 77.05473) - (xy 73.043186 77.0769) - (xy 73.156826 77.0769) - (xy 73.268281 77.05473) - (xy 73.37327 77.011242) - (xy 73.467758 76.948107) - (xy 73.548113 76.867752) - (xy 73.611248 76.773264) - (xy 73.654736 76.668275) - (xy 73.676906 76.55682) - (xy 73.676906 76.44318) - (xy 73.8231 76.44318) - (xy 73.8231 76.55682) - (xy 73.84527 76.668275) - (xy 73.888758 76.773264) - (xy 73.951893 76.867752) - (xy 74.032248 76.948107) - (xy 74.126736 77.011242) - (xy 74.231725 77.05473) - (xy 74.34318 77.0769) - (xy 74.45682 77.0769) - (xy 74.568275 77.05473) - (xy 74.673264 77.011242) - (xy 74.767752 76.948107) - (xy 74.848107 76.867752) - (xy 74.911242 76.773264) - (xy 74.95473 76.668275) - (xy 74.9769 76.55682) - (xy 74.9769 76.44318) - (xy 75.1231 76.44318) - (xy 75.1231 76.55682) - (xy 75.14527 76.668275) - (xy 75.188758 76.773264) - (xy 75.251893 76.867752) - (xy 75.332248 76.948107) - (xy 75.426736 77.011242) - (xy 75.531725 77.05473) - (xy 75.64318 77.0769) - (xy 75.75682 77.0769) - (xy 75.868275 77.05473) - (xy 75.973264 77.011242) - (xy 76.067752 76.948107) - (xy 76.148107 76.867752) - (xy 76.211242 76.773264) - (xy 76.25473 76.668275) - (xy 76.2769 76.55682) - (xy 76.2769 76.44318) - (xy 76.323098 76.44318) - (xy 76.323098 76.55682) - (xy 76.345268 76.668275) - (xy 76.388756 76.773264) - (xy 76.451891 76.867752) - (xy 76.532246 76.948107) - (xy 76.626734 77.011242) - (xy 76.731723 77.05473) - (xy 76.843178 77.0769) - (xy 76.956818 77.0769) - (xy 77.068273 77.05473) - (xy 77.173262 77.011242) - (xy 77.26775 76.948107) - (xy 77.348105 76.867752) - (xy 77.41124 76.773264) - (xy 77.454728 76.668275) - (xy 77.476898 76.55682) - (xy 77.476898 76.44318) - (xy 77.6231 76.44318) - (xy 77.6231 76.55682) - (xy 77.64527 76.668275) - (xy 77.688758 76.773264) - (xy 77.751893 76.867752) - (xy 77.832248 76.948107) - (xy 77.926736 77.011242) - (xy 78.031725 77.05473) - (xy 78.14318 77.0769) - (xy 78.25682 77.0769) - (xy 78.368275 77.05473) - (xy 78.473264 77.011242) - (xy 78.567752 76.948107) - (xy 78.648107 76.867752) - (xy 78.711242 76.773264) - (xy 78.75473 76.668275) - (xy 78.7769 76.55682) - (xy 78.7769 76.44318) - (xy 78.9231 76.44318) - (xy 78.9231 76.55682) - (xy 78.94527 76.668275) - (xy 78.988758 76.773264) - (xy 79.051893 76.867752) - (xy 79.132248 76.948107) - (xy 79.226736 77.011242) - (xy 79.331725 77.05473) - (xy 79.44318 77.0769) - (xy 79.55682 77.0769) - (xy 79.668275 77.05473) - (xy 79.773264 77.011242) - (xy 79.867752 76.948107) - (xy 79.948107 76.867752) - (xy 80.011242 76.773264) - (xy 80.05473 76.668275) - (xy 80.0769 76.55682) - (xy 80.0769 76.44318) - (xy 80.223112 76.44318) - (xy 80.223112 76.55682) - (xy 80.245282 76.668275) - (xy 80.28877 76.773264) - (xy 80.351905 76.867752) - (xy 80.43226 76.948107) - (xy 80.526748 77.011242) - (xy 80.631737 77.05473) - (xy 80.743192 77.0769) - (xy 80.856832 77.0769) - (xy 80.968287 77.05473) - (xy 81.073276 77.011242) - (xy 81.167764 76.948107) - (xy 81.248119 76.867752) - (xy 81.311254 76.773264) - (xy 81.354742 76.668275) - (xy 81.376912 76.55682) - (xy 81.376912 76.44318) - (xy 81.4231 76.44318) - (xy 81.4231 76.55682) - (xy 81.44527 76.668275) - (xy 81.488758 76.773264) - (xy 81.551893 76.867752) - (xy 81.632248 76.948107) - (xy 81.726736 77.011242) - (xy 81.831725 77.05473) - (xy 81.94318 77.0769) - (xy 82.05682 77.0769) - (xy 82.168275 77.05473) - (xy 82.273264 77.011242) - (xy 82.367752 76.948107) - (xy 82.448107 76.867752) - (xy 82.511242 76.773264) - (xy 82.55473 76.668275) - (xy 82.5769 76.55682) - (xy 82.5769 76.44318) - (xy 82.575906 76.43818) - (xy 82.7181 76.43818) - (xy 82.7181 76.55182) - (xy 82.74027 76.663275) - (xy 82.783758 76.768264) - (xy 82.846893 76.862752) - (xy 82.927248 76.943107) - (xy 83.021736 77.006242) - (xy 83.126725 77.04973) - (xy 83.23818 77.0719) - (xy 83.35182 77.0719) - (xy 83.463275 77.04973) - (xy 83.568264 77.006242) - (xy 83.662752 76.943107) - (xy 83.743107 76.862752) - (xy 83.745865 76.858624) - (xy 83.751968 76.867758) - (xy 83.832323 76.948113) - (xy 83.926811 77.011248) - (xy 84.0318 77.054736) - (xy 84.143255 77.076906) - (xy 84.256895 77.076906) - (xy 84.36835 77.054736) - (xy 84.473339 77.011248) - (xy 84.524334 76.977174) - (xy 84.557705 77.027118) - (xy 84.672882 77.142295) - (xy 84.808316 77.232789) - (xy 84.958802 77.295123) - (xy 85.118557 77.3269) - (xy 85.281443 77.3269) - (xy 85.441198 77.295123) - (xy 85.591684 77.232789) - (xy 85.727118 77.142295) - (xy 85.749413 77.12) - (xy 91.441761 77.12) - (xy 91.441761 78.32) - (xy 91.451911 78.423054) - (xy 91.481971 78.522148) - (xy 91.530785 78.613474) - (xy 91.596479 78.693521) - (xy 91.676526 78.759215) - (xy 91.767852 78.808029) - (xy 91.866946 78.838089) - (xy 91.97 78.848239) - (xy 93.17 78.848239) - (xy 93.273054 78.838089) - (xy 93.348101 78.815324) - (xy 93.348101 78.949621) - (xy 93.29481 79.049322) - (xy 93.257533 79.172207) - (xy 93.244947 79.3) - (xy 93.257533 79.427793) - (xy 93.29481 79.550678) - (xy 93.355343 79.663928) - (xy 93.416395 79.738319) - (xy 94.391492 80.713418) - (xy 94.411906 80.738292) - (xy 94.51117 80.819756) - (xy 94.624421 80.88029) - (xy 94.747304 80.917566) - (xy 94.843077 80.926999) - (xy 94.843084 80.926999) - (xy 94.875098 80.930152) - (xy 94.907112 80.926999) - (xy 99.905075 80.926999) - (xy 105.016395 86.038321) - (xy 105.036807 86.063193) - (xy 105.061679 86.083605) - (xy 105.095355 86.111242) - (xy 105.136071 86.144657) - (xy 105.249322 86.205191) - (xy 105.372205 86.242467) - (xy 105.467978 86.2519) - (xy 105.467985 86.2519) - (xy 105.499999 86.255053) - (xy 105.532013 86.2519) - (xy 107.832022 86.2519) - (xy 107.85 86.250129) - (xy 107.867978 86.2519) - (xy 108.432022 86.2519) - (xy 108.527795 86.242467) - (xy 108.650678 86.205191) - (xy 108.763929 86.144657) - (xy 108.863193 86.063193) - (xy 108.944657 85.963929) - (xy 109.005191 85.850678) - (xy 109.042467 85.727795) - (xy 109.055054 85.6) - (xy 109.042467 85.472205) - (xy 109.005191 85.349322) - (xy 108.944657 85.236071) - (xy 108.863193 85.136807) - (xy 108.763929 85.055343) - (xy 108.650678 84.994809) - (xy 108.527795 84.957533) - (xy 108.432022 84.9481) - (xy 107.867978 84.9481) - (xy 107.85 84.949871) - (xy 107.832022 84.9481) - (xy 105.770026 84.9481) - (xy 104.665106 83.84318) - (xy 118.2231 83.84318) - (xy 118.2231 83.95682) - (xy 118.24527 84.068275) - (xy 118.288758 84.173264) - (xy 118.351893 84.267752) - (xy 118.432248 84.348107) - (xy 118.435081 84.35) - (xy 118.432248 84.351893) - (xy 118.351893 84.432248) - (xy 118.288758 84.526736) - (xy 118.24527 84.631725) - (xy 118.2231 84.74318) - (xy 118.2231 84.85682) - (xy 118.24527 84.968275) - (xy 118.288758 85.073264) - (xy 118.351893 85.167752) - (xy 118.432248 85.248107) - (xy 118.526736 85.311242) - (xy 118.631725 85.35473) - (xy 118.74318 85.3769) - (xy 118.85682 85.3769) - (xy 118.968275 85.35473) - (xy 119.073264 85.311242) - (xy 119.167752 85.248107) - (xy 119.248107 85.167752) - (xy 119.297934 85.09318) - (xy 126.0731 85.09318) - (xy 126.0731 85.20682) - (xy 126.09527 85.318275) - (xy 126.138758 85.423264) - (xy 126.201893 85.517752) - (xy 126.282248 85.598107) - (xy 126.376736 85.661242) - (xy 126.481725 85.70473) - (xy 126.59318 85.7269) - (xy 126.70682 85.7269) - (xy 126.818275 85.70473) - (xy 126.923264 85.661242) - (xy 127.017752 85.598107) - (xy 127.098107 85.517752) - (xy 127.161242 85.423264) - (xy 127.20473 85.318275) - (xy 127.2269 85.20682) - (xy 127.2269 85.09318) - (xy 127.20473 84.981725) - (xy 127.161242 84.876736) - (xy 127.098107 84.782248) - (xy 127.017752 84.701893) - (xy 126.923264 84.638758) - (xy 126.818275 84.59527) - (xy 126.725924 84.5769) - (xy 126.75682 84.5769) - (xy 126.868275 84.55473) - (xy 126.973264 84.511242) - (xy 127.067752 84.448107) - (xy 127.148107 84.367752) - (xy 127.211242 84.273264) - (xy 127.25473 84.168275) - (xy 127.2769 84.05682) - (xy 127.2769 83.94318) - (xy 127.25473 83.831725) - (xy 127.211242 83.726736) - (xy 127.148107 83.632248) - (xy 127.067752 83.551893) - (xy 126.973264 83.488758) - (xy 126.868275 83.44527) - (xy 126.75682 83.4231) - (xy 126.64318 83.4231) - (xy 126.531725 83.44527) - (xy 126.426736 83.488758) - (xy 126.332248 83.551893) - (xy 126.251893 83.632248) - (xy 126.188758 83.726736) - (xy 126.14527 83.831725) - (xy 126.1231 83.94318) - (xy 126.1231 84.05682) - (xy 126.14527 84.168275) - (xy 126.188758 84.273264) - (xy 126.251893 84.367752) - (xy 126.332248 84.448107) - (xy 126.426736 84.511242) - (xy 126.531725 84.55473) - (xy 126.624076 84.5731) - (xy 126.59318 84.5731) - (xy 126.481725 84.59527) - (xy 126.376736 84.638758) - (xy 126.282248 84.701893) - (xy 126.201893 84.782248) - (xy 126.138758 84.876736) - (xy 126.09527 84.981725) - (xy 126.0731 85.09318) - (xy 119.297934 85.09318) - (xy 119.311242 85.073264) - (xy 119.35473 84.968275) - (xy 119.3769 84.85682) - (xy 119.3769 84.74318) - (xy 119.35473 84.631725) - (xy 119.311242 84.526736) - (xy 119.248107 84.432248) - (xy 119.167752 84.351893) - (xy 119.164919 84.35) - (xy 119.167752 84.348107) - (xy 119.248107 84.267752) - (xy 119.311242 84.173264) - (xy 119.35473 84.068275) - (xy 119.3769 83.95682) - (xy 119.3769 83.84318) - (xy 122.2231 83.84318) - (xy 122.2231 83.95682) - (xy 122.24527 84.068275) - (xy 122.288758 84.173264) - (xy 122.351893 84.267752) - (xy 122.432248 84.348107) - (xy 122.526736 84.411242) - (xy 122.631725 84.45473) - (xy 122.74318 84.4769) - (xy 122.85682 84.4769) - (xy 122.968275 84.45473) - (xy 123.073264 84.411242) - (xy 123.167752 84.348107) - (xy 123.248107 84.267752) - (xy 123.3 84.190089) - (xy 123.351893 84.267752) - (xy 123.432248 84.348107) - (xy 123.526736 84.411242) - (xy 123.631725 84.45473) - (xy 123.74318 84.4769) - (xy 123.85682 84.4769) - (xy 123.968275 84.45473) - (xy 124.073264 84.411242) - (xy 124.167752 84.348107) - (xy 124.248107 84.267752) - (xy 124.311242 84.173264) - (xy 124.35473 84.068275) - (xy 124.3769 83.95682) - (xy 124.3769 83.84318) - (xy 124.35473 83.731725) - (xy 124.311242 83.626736) - (xy 124.248107 83.532248) - (xy 124.167752 83.451893) - (xy 124.073264 83.388758) - (xy 123.968275 83.34527) - (xy 123.85682 83.3231) - (xy 123.74318 83.3231) - (xy 123.631725 83.34527) - (xy 123.526736 83.388758) - (xy 123.432248 83.451893) - (xy 123.351893 83.532248) - (xy 123.3 83.609911) - (xy 123.248107 83.532248) - (xy 123.167752 83.451893) - (xy 123.073264 83.388758) - (xy 122.968275 83.34527) - (xy 122.85682 83.3231) - (xy 122.74318 83.3231) - (xy 122.631725 83.34527) - (xy 122.526736 83.388758) - (xy 122.432248 83.451893) - (xy 122.351893 83.532248) - (xy 122.288758 83.626736) - (xy 122.24527 83.731725) - (xy 122.2231 83.84318) - (xy 119.3769 83.84318) - (xy 119.35473 83.731725) - (xy 119.311242 83.626736) - (xy 119.248107 83.532248) - (xy 119.167752 83.451893) - (xy 119.073264 83.388758) - (xy 118.968275 83.34527) - (xy 118.85682 83.3231) - (xy 118.74318 83.3231) - (xy 118.631725 83.34527) - (xy 118.526736 83.388758) - (xy 118.432248 83.451893) - (xy 118.351893 83.532248) - (xy 118.288758 83.626736) - (xy 118.24527 83.731725) - (xy 118.2231 83.84318) - (xy 104.665106 83.84318) - (xy 103.12003 82.298105) - (xy 103.9231 82.298105) - (xy 103.9231 82.401895) - (xy 103.943349 82.503691) - (xy 103.983068 82.599581) - (xy 104.04073 82.685879) - (xy 104.114121 82.75927) - (xy 104.200419 82.816932) - (xy 104.296309 82.856651) - (xy 104.398105 82.8769) - (xy 104.501895 82.8769) - (xy 104.603691 82.856651) - (xy 104.699581 82.816932) - (xy 104.785879 82.75927) - (xy 104.85927 82.685879) - (xy 104.916932 82.599581) - (xy 104.956651 82.503691) - (xy 104.972605 82.423482) - (xy 107.0231 82.423482) - (xy 107.0231 82.576518) - (xy 107.052956 82.726613) - (xy 107.11152 82.868) - (xy 107.196542 82.995245) - (xy 107.304755 83.103458) - (xy 107.432 83.18848) - (xy 107.573387 83.247044) - (xy 107.723482 83.2769) - (xy 107.876518 83.2769) - (xy 108.026613 83.247044) - (xy 108.168 83.18848) - (xy 108.295245 83.103458) - (xy 108.403458 82.995245) - (xy 108.435 82.948039) - (xy 108.466542 82.995245) - (xy 108.574755 83.103458) - (xy 108.702 83.18848) - (xy 108.843387 83.247044) - (xy 108.993482 83.2769) - (xy 109.146518 83.2769) - (xy 109.296613 83.247044) - (xy 109.438 83.18848) - (xy 109.565245 83.103458) - (xy 109.673458 82.995245) - (xy 109.705 82.948039) - (xy 109.736542 82.995245) - (xy 109.844755 83.103458) - (xy 109.972 83.18848) - (xy 110.113387 83.247044) - (xy 110.263482 83.2769) - (xy 110.416518 83.2769) - (xy 110.566613 83.247044) - (xy 110.708 83.18848) - (xy 110.835245 83.103458) - (xy 110.943458 82.995245) - (xy 110.975 82.948039) - (xy 111.006542 82.995245) - (xy 111.114755 83.103458) - (xy 111.242 83.18848) - (xy 111.383387 83.247044) - (xy 111.533482 83.2769) - (xy 111.686518 83.2769) - (xy 111.836613 83.247044) - (xy 111.978 83.18848) - (xy 112.105245 83.103458) - (xy 112.213458 82.995245) - (xy 112.245 82.948039) - (xy 112.276542 82.995245) - (xy 112.384755 83.103458) - (xy 112.512 83.18848) - (xy 112.653387 83.247044) - (xy 112.803482 83.2769) - (xy 112.956518 83.2769) - (xy 113.106613 83.247044) - (xy 113.248 83.18848) - (xy 113.375245 83.103458) - (xy 113.483458 82.995245) - (xy 113.515 82.948039) - (xy 113.546542 82.995245) - (xy 113.654755 83.103458) - (xy 113.782 83.18848) - (xy 113.923387 83.247044) - (xy 114.073482 83.2769) - (xy 114.226518 83.2769) - (xy 114.376613 83.247044) - (xy 114.518 83.18848) - (xy 114.645245 83.103458) - (xy 114.753458 82.995245) - (xy 114.785 82.948039) - (xy 114.816542 82.995245) - (xy 114.924755 83.103458) - (xy 115.052 83.18848) - (xy 115.193387 83.247044) - (xy 115.343482 83.2769) - (xy 115.496518 83.2769) - (xy 115.646613 83.247044) - (xy 115.788 83.18848) - (xy 115.915245 83.103458) - (xy 116.023458 82.995245) - (xy 116.055 82.948039) - (xy 116.086542 82.995245) - (xy 116.194755 83.103458) - (xy 116.322 83.18848) - (xy 116.463387 83.247044) - (xy 116.613482 83.2769) - (xy 116.766518 83.2769) - (xy 116.916613 83.247044) - (xy 117.058 83.18848) - (xy 117.185245 83.103458) - (xy 117.293458 82.995245) - (xy 117.37848 82.868) - (xy 117.437044 82.726613) - (xy 117.4669 82.576518) - (xy 117.4669 82.423482) - (xy 117.437044 82.273387) - (xy 117.37848 82.132) - (xy 117.293458 82.004755) - (xy 117.185245 81.896542) - (xy 117.058 81.81152) - (xy 116.916613 81.752956) - (xy 116.867467 81.74318) - (xy 123.5231 81.74318) - (xy 123.5231 81.85682) - (xy 123.54527 81.968275) - (xy 123.588758 82.073264) - (xy 123.651893 82.167752) - (xy 123.732248 82.248107) - (xy 123.826736 82.311242) - (xy 123.931725 82.35473) - (xy 124.04318 82.3769) - (xy 124.15682 82.3769) - (xy 124.268275 82.35473) - (xy 124.373264 82.311242) - (xy 124.467752 82.248107) - (xy 124.548107 82.167752) - (xy 124.611242 82.073264) - (xy 124.65473 81.968275) - (xy 124.6769 81.85682) - (xy 124.6769 81.74318) - (xy 124.65473 81.631725) - (xy 124.611242 81.526736) - (xy 124.548107 81.432248) - (xy 124.467752 81.351893) - (xy 124.373264 81.288758) - (xy 124.268275 81.24527) - (xy 124.15682 81.2231) - (xy 124.04318 81.2231) - (xy 123.931725 81.24527) - (xy 123.826736 81.288758) - (xy 123.732248 81.351893) - (xy 123.651893 81.432248) - (xy 123.588758 81.526736) - (xy 123.54527 81.631725) - (xy 123.5231 81.74318) - (xy 116.867467 81.74318) - (xy 116.766518 81.7231) - (xy 116.613482 81.7231) - (xy 116.463387 81.752956) - (xy 116.322 81.81152) - (xy 116.194755 81.896542) - (xy 116.086542 82.004755) - (xy 116.055 82.051961) - (xy 116.023458 82.004755) - (xy 115.915245 81.896542) - (xy 115.788 81.81152) - (xy 115.646613 81.752956) - (xy 115.496518 81.7231) - (xy 115.343482 81.7231) - (xy 115.193387 81.752956) - (xy 115.052 81.81152) - (xy 114.924755 81.896542) - (xy 114.816542 82.004755) - (xy 114.785 82.051961) - (xy 114.753458 82.004755) - (xy 114.645245 81.896542) - (xy 114.518 81.81152) - (xy 114.376613 81.752956) - (xy 114.226518 81.7231) - (xy 114.073482 81.7231) - (xy 113.923387 81.752956) - (xy 113.782 81.81152) - (xy 113.654755 81.896542) - (xy 113.546542 82.004755) - (xy 113.515 82.051961) - (xy 113.483458 82.004755) - (xy 113.375245 81.896542) - (xy 113.248 81.81152) - (xy 113.106613 81.752956) - (xy 112.956518 81.7231) - (xy 112.803482 81.7231) - (xy 112.653387 81.752956) - (xy 112.512 81.81152) - (xy 112.384755 81.896542) - (xy 112.276542 82.004755) - (xy 112.245 82.051961) - (xy 112.213458 82.004755) - (xy 112.105245 81.896542) - (xy 111.978 81.81152) - (xy 111.836613 81.752956) - (xy 111.686518 81.7231) - (xy 111.533482 81.7231) - (xy 111.383387 81.752956) - (xy 111.242 81.81152) - (xy 111.114755 81.896542) - (xy 111.006542 82.004755) - (xy 110.975 82.051961) - (xy 110.943458 82.004755) - (xy 110.835245 81.896542) - (xy 110.708 81.81152) - (xy 110.566613 81.752956) - (xy 110.416518 81.7231) - (xy 110.263482 81.7231) - (xy 110.113387 81.752956) - (xy 109.972 81.81152) - (xy 109.844755 81.896542) - (xy 109.736542 82.004755) - (xy 109.705 82.051961) - (xy 109.673458 82.004755) - (xy 109.565245 81.896542) - (xy 109.438 81.81152) - (xy 109.296613 81.752956) - (xy 109.146518 81.7231) - (xy 108.993482 81.7231) - (xy 108.843387 81.752956) - (xy 108.702 81.81152) - (xy 108.574755 81.896542) - (xy 108.466542 82.004755) - (xy 108.435 82.051961) - (xy 108.403458 82.004755) - (xy 108.295245 81.896542) - (xy 108.168 81.81152) - (xy 108.026613 81.752956) - (xy 107.876518 81.7231) - (xy 107.723482 81.7231) - (xy 107.573387 81.752956) - (xy 107.432 81.81152) - (xy 107.304755 81.896542) - (xy 107.196542 82.004755) - (xy 107.11152 82.132) - (xy 107.052956 82.273387) - (xy 107.0231 82.423482) - (xy 104.972605 82.423482) - (xy 104.9769 82.401895) - (xy 104.9769 82.298105) - (xy 104.956651 82.196309) - (xy 104.916932 82.100419) - (xy 104.85927 82.014121) - (xy 104.785879 81.94073) - (xy 104.699581 81.883068) - (xy 104.603691 81.843349) - (xy 104.501895 81.8231) - (xy 104.398105 81.8231) - (xy 104.296309 81.843349) - (xy 104.200419 81.883068) - (xy 104.114121 81.94073) - (xy 104.04073 82.014121) - (xy 103.983068 82.100419) - (xy 103.943349 82.196309) - (xy 103.9231 82.298105) - (xy 103.12003 82.298105) - (xy 101.265105 80.44318) - (xy 123.9231 80.44318) - (xy 123.9231 80.55682) - (xy 123.94527 80.668275) - (xy 123.988758 80.773264) - (xy 124.051893 80.867752) - (xy 124.132248 80.948107) - (xy 124.226736 81.011242) - (xy 124.331725 81.05473) - (xy 124.44318 81.0769) - (xy 124.55682 81.0769) - (xy 124.668275 81.05473) - (xy 124.773264 81.011242) - (xy 124.867752 80.948107) - (xy 124.948107 80.867752) - (xy 125.011242 80.773264) - (xy 125.05473 80.668275) - (xy 125.0769 80.55682) - (xy 125.0769 80.44318) - (xy 125.05473 80.331725) - (xy 125.011242 80.226736) - (xy 124.948107 80.132248) - (xy 124.867752 80.051893) - (xy 124.773264 79.988758) - (xy 124.668275 79.94527) - (xy 124.55682 79.9231) - (xy 124.44318 79.9231) - (xy 124.331725 79.94527) - (xy 124.226736 79.988758) - (xy 124.132248 80.051893) - (xy 124.051893 80.132248) - (xy 123.988758 80.226736) - (xy 123.94527 80.331725) - (xy 123.9231 80.44318) - (xy 101.265105 80.44318) - (xy 100.658713 79.836789) - (xy 100.638292 79.811906) - (xy 100.539028 79.730442) - (xy 100.425777 79.669908) - (xy 100.302894 79.632632) - (xy 100.207121 79.623199) - (xy 100.207113 79.623199) - (xy 100.175099 79.620046) - (xy 100.143085 79.623199) - (xy 95.145125 79.623199) - (xy 94.965106 79.44318) - (xy 100.6231 79.44318) - (xy 100.6231 79.55682) - (xy 100.64527 79.668275) - (xy 100.688758 79.773264) - (xy 100.751893 79.867752) - (xy 100.832248 79.948107) - (xy 100.926736 80.011242) - (xy 101.031725 80.05473) - (xy 101.14318 80.0769) - (xy 101.25682 80.0769) - (xy 101.368275 80.05473) - (xy 101.473264 80.011242) - (xy 101.567752 79.948107) - (xy 101.6 79.915859) - (xy 101.632248 79.948107) - (xy 101.726736 80.011242) - (xy 101.831725 80.05473) - (xy 101.94318 80.0769) - (xy 102.05682 80.0769) - (xy 102.168275 80.05473) - (xy 102.273264 80.011242) - (xy 102.367752 79.948107) - (xy 102.4 79.915859) - (xy 102.432248 79.948107) - (xy 102.526736 80.011242) - (xy 102.631725 80.05473) - (xy 102.74318 80.0769) - (xy 102.85682 80.0769) - (xy 102.968275 80.05473) - (xy 103.073264 80.011242) - (xy 103.167752 79.948107) - (xy 103.2 79.915859) - (xy 103.232248 79.948107) - (xy 103.326736 80.011242) - (xy 103.431725 80.05473) - (xy 103.54318 80.0769) - (xy 103.65682 80.0769) - (xy 103.768275 80.05473) - (xy 103.873264 80.011242) - (xy 103.967752 79.948107) - (xy 104 79.915859) - (xy 104.032248 79.948107) - (xy 104.126736 80.011242) - (xy 104.231725 80.05473) - (xy 104.34318 80.0769) - (xy 104.45682 80.0769) - (xy 104.568275 80.05473) - (xy 104.673264 80.011242) - (xy 104.767752 79.948107) - (xy 104.8 79.915859) - (xy 104.832248 79.948107) - (xy 104.926736 80.011242) - (xy 105.031725 80.05473) - (xy 105.14318 80.0769) - (xy 105.25682 80.0769) - (xy 105.368275 80.05473) - (xy 105.473264 80.011242) - (xy 105.567752 79.948107) - (xy 105.602491 79.913368) - (xy 105.613571 79.924448) - (xy 105.708059 79.987583) - (xy 105.813048 80.031071) - (xy 105.924503 80.053241) - (xy 106.038143 80.053241) - (xy 106.149598 80.031071) - (xy 106.254587 79.987583) - (xy 106.349075 79.924448) - (xy 106.378832 79.894691) - (xy 106.432248 79.948107) - (xy 106.526736 80.011242) - (xy 106.631725 80.05473) - (xy 106.74318 80.0769) - (xy 106.85682 80.0769) - (xy 106.968275 80.05473) - (xy 107.073264 80.011242) - (xy 107.167752 79.948107) - (xy 107.248107 79.867752) - (xy 107.311242 79.773264) - (xy 107.35473 79.668275) - (xy 107.3769 79.55682) - (xy 107.3769 79.44318) - (xy 107.35473 79.331725) - (xy 107.311242 79.226736) - (xy 107.248107 79.132248) - (xy 107.167752 79.051893) - (xy 107.073264 78.988758) - (xy 106.968275 78.94527) - (xy 106.85682 78.9231) - (xy 106.74318 78.9231) - (xy 106.631725 78.94527) - (xy 106.526736 78.988758) - (xy 106.432248 79.051893) - (xy 106.402491 79.08165) - (xy 106.349075 79.028234) - (xy 106.254587 78.965099) - (xy 106.149598 78.921611) - (xy 106.038143 78.899441) - (xy 105.924503 78.899441) - (xy 105.813048 78.921611) - (xy 105.708059 78.965099) - (xy 105.613571 79.028234) - (xy 105.578832 79.062973) - (xy 105.567752 79.051893) - (xy 105.473264 78.988758) - (xy 105.368275 78.94527) - (xy 105.25682 78.9231) - (xy 105.14318 78.9231) - (xy 105.031725 78.94527) - (xy 104.926736 78.988758) - (xy 104.832248 79.051893) - (xy 104.8 79.084141) - (xy 104.767752 79.051893) - (xy 104.673264 78.988758) - (xy 104.568275 78.94527) - (xy 104.45682 78.9231) - (xy 104.34318 78.9231) - (xy 104.231725 78.94527) - (xy 104.126736 78.988758) - (xy 104.032248 79.051893) - (xy 104 79.084141) - (xy 103.967752 79.051893) - (xy 103.873264 78.988758) - (xy 103.768275 78.94527) - (xy 103.65682 78.9231) - (xy 103.54318 78.9231) - (xy 103.431725 78.94527) - (xy 103.326736 78.988758) - (xy 103.232248 79.051893) - (xy 103.2 79.084141) - (xy 103.167752 79.051893) - (xy 103.073264 78.988758) - (xy 102.968275 78.94527) - (xy 102.85682 78.9231) - (xy 102.74318 78.9231) - (xy 102.631725 78.94527) - (xy 102.526736 78.988758) - (xy 102.432248 79.051893) - (xy 102.4 79.084141) - (xy 102.367752 79.051893) - (xy 102.273264 78.988758) - (xy 102.168275 78.94527) - (xy 102.05682 78.9231) - (xy 101.94318 78.9231) - (xy 101.831725 78.94527) - (xy 101.726736 78.988758) - (xy 101.632248 79.051893) - (xy 101.6 79.084141) - (xy 101.567752 79.051893) - (xy 101.473264 78.988758) - (xy 101.368275 78.94527) - (xy 101.25682 78.9231) - (xy 101.14318 78.9231) - (xy 101.031725 78.94527) - (xy 100.926736 78.988758) - (xy 100.832248 79.051893) - (xy 100.751893 79.132248) - (xy 100.688758 79.226736) - (xy 100.64527 79.331725) - (xy 100.6231 79.44318) - (xy 94.965106 79.44318) - (xy 94.3519 78.829976) - (xy 94.3519 78.555578) - (xy 94.391643 78.595321) - (xy 94.576212 78.718646) - (xy 94.781295 78.803594) - (xy 94.99901 78.8469) - (xy 95.22099 78.8469) - (xy 95.438705 78.803594) - (xy 95.643788 78.718646) - (xy 95.828357 78.595321) - (xy 95.985321 78.438357) - (xy 96.108646 78.253788) - (xy 96.193594 78.048705) - (xy 96.2369 77.83099) - (xy 96.2369 77.60901) - (xy 96.5231 77.60901) - (xy 96.5231 77.83099) - (xy 96.566406 78.048705) - (xy 96.651354 78.253788) - (xy 96.774679 78.438357) - (xy 96.931643 78.595321) - (xy 97.116212 78.718646) - (xy 97.321295 78.803594) - (xy 97.53901 78.8469) - (xy 97.76099 78.8469) - (xy 97.978705 78.803594) - (xy 98.183788 78.718646) - (xy 98.368357 78.595321) - (xy 98.525321 78.438357) - (xy 98.648646 78.253788) - (xy 98.733594 78.048705) - (xy 98.7769 77.83099) - (xy 98.7769 77.60901) - (xy 99.0631 77.60901) - (xy 99.0631 77.83099) - (xy 99.106406 78.048705) - (xy 99.191354 78.253788) - (xy 99.314679 78.438357) - (xy 99.471643 78.595321) - (xy 99.656212 78.718646) - (xy 99.861295 78.803594) - (xy 100.07901 78.8469) - (xy 100.30099 78.8469) - (xy 100.518705 78.803594) - (xy 100.723788 78.718646) - (xy 100.908357 78.595321) - (xy 101.065321 78.438357) - (xy 101.188646 78.253788) - (xy 101.273594 78.048705) - (xy 101.3169 77.83099) - (xy 101.3169 77.60901) - (xy 101.6031 77.60901) - (xy 101.6031 77.83099) - (xy 101.646406 78.048705) - (xy 101.731354 78.253788) - (xy 101.854679 78.438357) - (xy 102.011643 78.595321) - (xy 102.196212 78.718646) - (xy 102.401295 78.803594) - (xy 102.61901 78.8469) - (xy 102.84099 78.8469) - (xy 103.058705 78.803594) - (xy 103.263788 78.718646) - (xy 103.448357 78.595321) - (xy 103.605321 78.438357) - (xy 103.728646 78.253788) - (xy 103.813594 78.048705) - (xy 103.8569 77.83099) - (xy 103.8569 77.60901) - (xy 104.1431 77.60901) - (xy 104.1431 77.83099) - (xy 104.186406 78.048705) - (xy 104.271354 78.253788) - (xy 104.394679 78.438357) - (xy 104.551643 78.595321) - (xy 104.736212 78.718646) - (xy 104.941295 78.803594) - (xy 105.15901 78.8469) - (xy 105.38099 78.8469) - (xy 105.598705 78.803594) - (xy 105.803788 78.718646) - (xy 105.988357 78.595321) - (xy 106.145321 78.438357) - (xy 106.268646 78.253788) - (xy 106.353594 78.048705) - (xy 106.3969 77.83099) - (xy 106.3969 77.60901) - (xy 106.6831 77.60901) - (xy 106.6831 77.83099) - (xy 106.726406 78.048705) - (xy 106.811354 78.253788) - (xy 106.934679 78.438357) - (xy 107.091643 78.595321) - (xy 107.276212 78.718646) - (xy 107.481295 78.803594) - (xy 107.69901 78.8469) - (xy 107.92099 78.8469) - (xy 108.138705 78.803594) - (xy 108.343788 78.718646) - (xy 108.528357 78.595321) - (xy 108.685321 78.438357) - (xy 108.808646 78.253788) - (xy 108.893594 78.048705) - (xy 108.9369 77.83099) - (xy 108.9369 77.60901) - (xy 109.2231 77.60901) - (xy 109.2231 77.83099) - (xy 109.266406 78.048705) - (xy 109.351354 78.253788) - (xy 109.474679 78.438357) - (xy 109.631643 78.595321) - (xy 109.816212 78.718646) - (xy 110.021295 78.803594) - (xy 110.23901 78.8469) - (xy 110.46099 78.8469) - (xy 110.678705 78.803594) - (xy 110.883788 78.718646) - (xy 111.068357 78.595321) - (xy 111.225321 78.438357) - (xy 111.348646 78.253788) - (xy 111.433594 78.048705) - (xy 111.4769 77.83099) - (xy 111.4769 77.60901) - (xy 111.7631 77.60901) - (xy 111.7631 77.83099) - (xy 111.806406 78.048705) - (xy 111.891354 78.253788) - (xy 112.014679 78.438357) - (xy 112.171643 78.595321) - (xy 112.356212 78.718646) - (xy 112.561295 78.803594) - (xy 112.77901 78.8469) - (xy 113.00099 78.8469) - (xy 113.218705 78.803594) - (xy 113.423788 78.718646) - (xy 113.608357 78.595321) - (xy 113.765321 78.438357) - (xy 113.888646 78.253788) - (xy 113.973594 78.048705) - (xy 114.0169 77.83099) - (xy 114.0169 77.60901) - (xy 114.3031 77.60901) - (xy 114.3031 77.83099) - (xy 114.346406 78.048705) - (xy 114.431354 78.253788) - (xy 114.554679 78.438357) - (xy 114.711643 78.595321) - (xy 114.896212 78.718646) - (xy 115.101295 78.803594) - (xy 115.31901 78.8469) - (xy 115.54099 78.8469) - (xy 115.758705 78.803594) - (xy 115.963788 78.718646) - (xy 116.148357 78.595321) - (xy 116.305321 78.438357) - (xy 116.428646 78.253788) - (xy 116.513594 78.048705) - (xy 116.5569 77.83099) - (xy 116.5569 77.60901) - (xy 116.513594 77.391295) - (xy 116.428646 77.186212) - (xy 116.305321 77.001643) - (xy 116.148357 76.844679) - (xy 115.963788 76.721354) - (xy 115.758705 76.636406) - (xy 115.54099 76.5931) - (xy 115.31901 76.5931) - (xy 115.101295 76.636406) - (xy 114.896212 76.721354) - (xy 114.711643 76.844679) - (xy 114.554679 77.001643) - (xy 114.431354 77.186212) - (xy 114.346406 77.391295) - (xy 114.3031 77.60901) - (xy 114.0169 77.60901) - (xy 113.973594 77.391295) - (xy 113.888646 77.186212) - (xy 113.765321 77.001643) - (xy 113.608357 76.844679) - (xy 113.423788 76.721354) - (xy 113.218705 76.636406) - (xy 113.00099 76.5931) - (xy 112.77901 76.5931) - (xy 112.561295 76.636406) - (xy 112.356212 76.721354) - (xy 112.171643 76.844679) - (xy 112.014679 77.001643) - (xy 111.891354 77.186212) - (xy 111.806406 77.391295) - (xy 111.7631 77.60901) - (xy 111.4769 77.60901) - (xy 111.433594 77.391295) - (xy 111.348646 77.186212) - (xy 111.225321 77.001643) - (xy 111.068357 76.844679) - (xy 110.883788 76.721354) - (xy 110.678705 76.636406) - (xy 110.46099 76.5931) - (xy 110.23901 76.5931) - (xy 110.021295 76.636406) - (xy 109.816212 76.721354) - (xy 109.631643 76.844679) - (xy 109.474679 77.001643) - (xy 109.351354 77.186212) - (xy 109.266406 77.391295) - (xy 109.2231 77.60901) - (xy 108.9369 77.60901) - (xy 108.893594 77.391295) - (xy 108.808646 77.186212) - (xy 108.685321 77.001643) - (xy 108.528357 76.844679) - (xy 108.343788 76.721354) - (xy 108.138705 76.636406) - (xy 107.92099 76.5931) - (xy 107.69901 76.5931) - (xy 107.481295 76.636406) - (xy 107.276212 76.721354) - (xy 107.091643 76.844679) - (xy 106.934679 77.001643) - (xy 106.811354 77.186212) - (xy 106.726406 77.391295) - (xy 106.6831 77.60901) - (xy 106.3969 77.60901) - (xy 106.353594 77.391295) - (xy 106.268646 77.186212) - (xy 106.145321 77.001643) - (xy 105.988357 76.844679) - (xy 105.803788 76.721354) - (xy 105.598705 76.636406) - (xy 105.38099 76.5931) - (xy 105.15901 76.5931) - (xy 104.941295 76.636406) - (xy 104.736212 76.721354) - (xy 104.551643 76.844679) - (xy 104.394679 77.001643) - (xy 104.271354 77.186212) - (xy 104.186406 77.391295) - (xy 104.1431 77.60901) - (xy 103.8569 77.60901) - (xy 103.813594 77.391295) - (xy 103.728646 77.186212) - (xy 103.605321 77.001643) - (xy 103.448357 76.844679) - (xy 103.263788 76.721354) - (xy 103.058705 76.636406) - (xy 102.84099 76.5931) - (xy 102.61901 76.5931) - (xy 102.401295 76.636406) - (xy 102.196212 76.721354) - (xy 102.011643 76.844679) - (xy 101.854679 77.001643) - (xy 101.731354 77.186212) - (xy 101.646406 77.391295) - (xy 101.6031 77.60901) - (xy 101.3169 77.60901) - (xy 101.273594 77.391295) - (xy 101.188646 77.186212) - (xy 101.065321 77.001643) - (xy 100.908357 76.844679) - (xy 100.723788 76.721354) - (xy 100.518705 76.636406) - (xy 100.30099 76.5931) - (xy 100.07901 76.5931) - (xy 99.861295 76.636406) - (xy 99.656212 76.721354) - (xy 99.471643 76.844679) - (xy 99.314679 77.001643) - (xy 99.191354 77.186212) - (xy 99.106406 77.391295) - (xy 99.0631 77.60901) - (xy 98.7769 77.60901) - (xy 98.733594 77.391295) - (xy 98.648646 77.186212) - (xy 98.525321 77.001643) - (xy 98.368357 76.844679) - (xy 98.183788 76.721354) - (xy 97.978705 76.636406) - (xy 97.76099 76.5931) - (xy 97.53901 76.5931) - (xy 97.321295 76.636406) - (xy 97.116212 76.721354) - (xy 96.931643 76.844679) - (xy 96.774679 77.001643) - (xy 96.651354 77.186212) - (xy 96.566406 77.391295) - (xy 96.5231 77.60901) - (xy 96.2369 77.60901) - (xy 96.193594 77.391295) - (xy 96.108646 77.186212) - (xy 95.985321 77.001643) - (xy 95.828357 76.844679) - (xy 95.643788 76.721354) - (xy 95.438705 76.636406) - (xy 95.22099 76.5931) - (xy 94.99901 76.5931) - (xy 94.781295 76.636406) - (xy 94.576212 76.721354) - (xy 94.391643 76.844679) - (xy 94.3519 76.884422) - (xy 94.3519 76.53465) - (xy 94.354328 76.509999) - (xy 94.344637 76.41161) - (xy 94.322019 76.33705) - (xy 94.315938 76.317002) - (xy 94.269333 76.22981) - (xy 94.206614 76.153386) - (xy 94.187465 76.137671) - (xy 93.625741 75.575948) - (xy 93.653594 75.508705) - (xy 93.6969 75.29099) - (xy 93.6969 75.06901) - (xy 93.9831 75.06901) - (xy 93.9831 75.29099) - (xy 94.026406 75.508705) - (xy 94.111354 75.713788) - (xy 94.234679 75.898357) - (xy 94.391643 76.055321) - (xy 94.576212 76.178646) - (xy 94.781295 76.263594) - (xy 94.99901 76.3069) - (xy 95.22099 76.3069) - (xy 95.438705 76.263594) - (xy 95.643788 76.178646) - (xy 95.828357 76.055321) - (xy 95.985321 75.898357) - (xy 96.108646 75.713788) - (xy 96.193594 75.508705) - (xy 96.2369 75.29099) - (xy 96.2369 75.06901) - (xy 96.5231 75.06901) - (xy 96.5231 75.29099) - (xy 96.566406 75.508705) - (xy 96.651354 75.713788) - (xy 96.774679 75.898357) - (xy 96.931643 76.055321) - (xy 97.116212 76.178646) - (xy 97.321295 76.263594) - (xy 97.53901 76.3069) - (xy 97.76099 76.3069) - (xy 97.978705 76.263594) - (xy 98.183788 76.178646) - (xy 98.368357 76.055321) - (xy 98.525321 75.898357) - (xy 98.648646 75.713788) - (xy 98.733594 75.508705) - (xy 98.7769 75.29099) - (xy 98.7769 75.06901) - (xy 99.0631 75.06901) - (xy 99.0631 75.29099) - (xy 99.106406 75.508705) - (xy 99.191354 75.713788) - (xy 99.314679 75.898357) - (xy 99.471643 76.055321) - (xy 99.656212 76.178646) - (xy 99.861295 76.263594) - (xy 100.07901 76.3069) - (xy 100.30099 76.3069) - (xy 100.518705 76.263594) - (xy 100.723788 76.178646) - (xy 100.908357 76.055321) - (xy 101.065321 75.898357) - (xy 101.188646 75.713788) - (xy 101.273594 75.508705) - (xy 101.3169 75.29099) - (xy 101.3169 75.06901) - (xy 101.6031 75.06901) - (xy 101.6031 75.29099) - (xy 101.646406 75.508705) - (xy 101.731354 75.713788) - (xy 101.854679 75.898357) - (xy 102.011643 76.055321) - (xy 102.196212 76.178646) - (xy 102.401295 76.263594) - (xy 102.61901 76.3069) - (xy 102.84099 76.3069) - (xy 103.058705 76.263594) - (xy 103.263788 76.178646) - (xy 103.448357 76.055321) - (xy 103.605321 75.898357) - (xy 103.728646 75.713788) - (xy 103.813594 75.508705) - (xy 103.8569 75.29099) - (xy 103.8569 75.06901) - (xy 104.1431 75.06901) - (xy 104.1431 75.29099) - (xy 104.186406 75.508705) - (xy 104.271354 75.713788) - (xy 104.394679 75.898357) - (xy 104.551643 76.055321) - (xy 104.736212 76.178646) - (xy 104.941295 76.263594) - (xy 105.15901 76.3069) - (xy 105.38099 76.3069) - (xy 105.598705 76.263594) - (xy 105.803788 76.178646) - (xy 105.988357 76.055321) - (xy 106.145321 75.898357) - (xy 106.268646 75.713788) - (xy 106.353594 75.508705) - (xy 106.3969 75.29099) - (xy 106.3969 75.06901) - (xy 106.6831 75.06901) - (xy 106.6831 75.29099) - (xy 106.726406 75.508705) - (xy 106.811354 75.713788) - (xy 106.934679 75.898357) - (xy 107.091643 76.055321) - (xy 107.276212 76.178646) - (xy 107.481295 76.263594) - (xy 107.69901 76.3069) - (xy 107.92099 76.3069) - (xy 108.138705 76.263594) - (xy 108.343788 76.178646) - (xy 108.528357 76.055321) - (xy 108.685321 75.898357) - (xy 108.808646 75.713788) - (xy 108.893594 75.508705) - (xy 108.9369 75.29099) - (xy 108.9369 75.06901) - (xy 109.2231 75.06901) - (xy 109.2231 75.29099) - (xy 109.266406 75.508705) - (xy 109.351354 75.713788) - (xy 109.474679 75.898357) - (xy 109.631643 76.055321) - (xy 109.816212 76.178646) - (xy 110.021295 76.263594) - (xy 110.23901 76.3069) - (xy 110.46099 76.3069) - (xy 110.678705 76.263594) - (xy 110.883788 76.178646) - (xy 111.068357 76.055321) - (xy 111.225321 75.898357) - (xy 111.348646 75.713788) - (xy 111.433594 75.508705) - (xy 111.4769 75.29099) - (xy 111.4769 75.06901) - (xy 111.7631 75.06901) - (xy 111.7631 75.29099) - (xy 111.806406 75.508705) - (xy 111.891354 75.713788) - (xy 112.014679 75.898357) - (xy 112.171643 76.055321) - (xy 112.356212 76.178646) - (xy 112.561295 76.263594) - (xy 112.77901 76.3069) - (xy 113.00099 76.3069) - (xy 113.218705 76.263594) - (xy 113.423788 76.178646) - (xy 113.608357 76.055321) - (xy 113.765321 75.898357) - (xy 113.888646 75.713788) - (xy 113.973594 75.508705) - (xy 114.0169 75.29099) - (xy 114.0169 75.06901) - (xy 114.3031 75.06901) - (xy 114.3031 75.29099) - (xy 114.346406 75.508705) - (xy 114.431354 75.713788) - (xy 114.554679 75.898357) - (xy 114.711643 76.055321) - (xy 114.896212 76.178646) - (xy 115.101295 76.263594) - (xy 115.31901 76.3069) - (xy 115.54099 76.3069) - (xy 115.758705 76.263594) - (xy 115.963788 76.178646) - (xy 116.148357 76.055321) - (xy 116.305321 75.898357) - (xy 116.428646 75.713788) - (xy 116.513594 75.508705) - (xy 116.5569 75.29099) - (xy 116.5569 75.06901) - (xy 116.513594 74.851295) - (xy 116.428646 74.646212) - (xy 116.305321 74.461643) - (xy 116.148357 74.304679) - (xy 115.963788 74.181354) - (xy 115.758705 74.096406) - (xy 115.54099 74.0531) - (xy 115.31901 74.0531) - (xy 115.101295 74.096406) - (xy 114.896212 74.181354) - (xy 114.711643 74.304679) - (xy 114.554679 74.461643) - (xy 114.431354 74.646212) - (xy 114.346406 74.851295) - (xy 114.3031 75.06901) - (xy 114.0169 75.06901) - (xy 113.973594 74.851295) - (xy 113.888646 74.646212) - (xy 113.765321 74.461643) - (xy 113.608357 74.304679) - (xy 113.423788 74.181354) - (xy 113.218705 74.096406) - (xy 113.00099 74.0531) - (xy 112.77901 74.0531) - (xy 112.561295 74.096406) - (xy 112.356212 74.181354) - (xy 112.171643 74.304679) - (xy 112.014679 74.461643) - (xy 111.891354 74.646212) - (xy 111.806406 74.851295) - (xy 111.7631 75.06901) - (xy 111.4769 75.06901) - (xy 111.433594 74.851295) - (xy 111.348646 74.646212) - (xy 111.225321 74.461643) - (xy 111.068357 74.304679) - (xy 110.883788 74.181354) - (xy 110.678705 74.096406) - (xy 110.46099 74.0531) - (xy 110.23901 74.0531) - (xy 110.021295 74.096406) - (xy 109.816212 74.181354) - (xy 109.631643 74.304679) - (xy 109.474679 74.461643) - (xy 109.351354 74.646212) - (xy 109.266406 74.851295) - (xy 109.2231 75.06901) - (xy 108.9369 75.06901) - (xy 108.893594 74.851295) - (xy 108.808646 74.646212) - (xy 108.685321 74.461643) - (xy 108.528357 74.304679) - (xy 108.343788 74.181354) - (xy 108.138705 74.096406) - (xy 107.92099 74.0531) - (xy 107.69901 74.0531) - (xy 107.481295 74.096406) - (xy 107.276212 74.181354) - (xy 107.091643 74.304679) - (xy 106.934679 74.461643) - (xy 106.811354 74.646212) - (xy 106.726406 74.851295) - (xy 106.6831 75.06901) - (xy 106.3969 75.06901) - (xy 106.353594 74.851295) - (xy 106.268646 74.646212) - (xy 106.145321 74.461643) - (xy 105.988357 74.304679) - (xy 105.803788 74.181354) - (xy 105.598705 74.096406) - (xy 105.38099 74.0531) - (xy 105.15901 74.0531) - (xy 104.941295 74.096406) - (xy 104.736212 74.181354) - (xy 104.551643 74.304679) - (xy 104.394679 74.461643) - (xy 104.271354 74.646212) - (xy 104.186406 74.851295) - (xy 104.1431 75.06901) - (xy 103.8569 75.06901) - (xy 103.813594 74.851295) - (xy 103.728646 74.646212) - (xy 103.605321 74.461643) - (xy 103.448357 74.304679) - (xy 103.263788 74.181354) - (xy 103.058705 74.096406) - (xy 102.84099 74.0531) - (xy 102.61901 74.0531) - (xy 102.401295 74.096406) - (xy 102.196212 74.181354) - (xy 102.011643 74.304679) - (xy 101.854679 74.461643) - (xy 101.731354 74.646212) - (xy 101.646406 74.851295) - (xy 101.6031 75.06901) - (xy 101.3169 75.06901) - (xy 101.273594 74.851295) - (xy 101.188646 74.646212) - (xy 101.065321 74.461643) - (xy 100.908357 74.304679) - (xy 100.723788 74.181354) - (xy 100.518705 74.096406) - (xy 100.30099 74.0531) - (xy 100.07901 74.0531) - (xy 99.861295 74.096406) - (xy 99.656212 74.181354) - (xy 99.471643 74.304679) - (xy 99.314679 74.461643) - (xy 99.191354 74.646212) - (xy 99.106406 74.851295) - (xy 99.0631 75.06901) - (xy 98.7769 75.06901) - (xy 98.733594 74.851295) - (xy 98.648646 74.646212) - (xy 98.525321 74.461643) - (xy 98.368357 74.304679) - (xy 98.183788 74.181354) - (xy 97.978705 74.096406) - (xy 97.76099 74.0531) - (xy 97.53901 74.0531) - (xy 97.321295 74.096406) - (xy 97.116212 74.181354) - (xy 96.931643 74.304679) - (xy 96.774679 74.461643) - (xy 96.651354 74.646212) - (xy 96.566406 74.851295) - (xy 96.5231 75.06901) - (xy 96.2369 75.06901) - (xy 96.193594 74.851295) - (xy 96.108646 74.646212) - (xy 95.985321 74.461643) - (xy 95.828357 74.304679) - (xy 95.643788 74.181354) - (xy 95.438705 74.096406) - (xy 95.22099 74.0531) - (xy 94.99901 74.0531) - (xy 94.781295 74.096406) - (xy 94.576212 74.181354) - (xy 94.391643 74.304679) - (xy 94.234679 74.461643) - (xy 94.111354 74.646212) - (xy 94.026406 74.851295) - (xy 93.9831 75.06901) - (xy 93.6969 75.06901) - (xy 93.653594 74.851295) - (xy 93.568646 74.646212) - (xy 93.445321 74.461643) - (xy 93.288357 74.304679) - (xy 93.103788 74.181354) - (xy 92.898705 74.096406) - (xy 92.68099 74.0531) - (xy 92.45901 74.0531) - (xy 92.241295 74.096406) - (xy 92.036212 74.181354) - (xy 91.851643 74.304679) - (xy 91.694679 74.461643) - (xy 91.571354 74.646212) - (xy 91.486406 74.851295) - (xy 91.4431 75.06901) - (xy 91.4431 75.29099) - (xy 91.486406 75.508705) - (xy 91.571354 75.713788) - (xy 91.694679 75.898357) - (xy 91.851643 76.055321) - (xy 92.036212 76.178646) - (xy 92.241295 76.263594) - (xy 92.45901 76.3069) - (xy 92.68099 76.3069) - (xy 92.894614 76.264408) - (xy 93.227645 76.597439) - (xy 93.17 76.591761) - (xy 91.97 76.591761) - (xy 91.866946 76.601911) - (xy 91.767852 76.631971) - (xy 91.676526 76.680785) - (xy 91.596479 76.746479) - (xy 91.530785 76.826526) - (xy 91.481971 76.917852) - (xy 91.451911 77.016946) - (xy 91.441761 77.12) - (xy 85.749413 77.12) - (xy 85.842295 77.027118) - (xy 85.932789 76.891684) - (xy 85.995123 76.741198) - (xy 86.0269 76.581443) - (xy 86.0269 76.418557) - (xy 85.995123 76.258802) - (xy 85.932789 76.108316) - (xy 85.842295 75.972882) - (xy 85.727118 75.857705) - (xy 85.591684 75.767211) - (xy 85.441198 75.704877) - (xy 85.281443 75.6731) - (xy 85.118557 75.6731) - (xy 84.958802 75.704877) - (xy 84.808316 75.767211) - (xy 84.672882 75.857705) - (xy 84.557705 75.972882) - (xy 84.524328 76.022834) - (xy 84.473339 75.988764) - (xy 84.36835 75.945276) - (xy 84.256895 75.923106) - (xy 84.143255 75.923106) - (xy 84.0318 75.945276) - (xy 83.926811 75.988764) - (xy 83.832323 76.051899) - (xy 83.751968 76.132254) - (xy 83.74921 76.136382) - (xy 83.743107 76.127248) - (xy 83.662752 76.046893) - (xy 83.568264 75.983758) - (xy 83.463275 75.94027) - (xy 83.35182 75.9181) - (xy 83.23818 75.9181) - (xy 83.126725 75.94027) - (xy 83.021736 75.983758) - (xy 82.927248 76.046893) - (xy 82.846893 76.127248) - (xy 82.783758 76.221736) - (xy 82.74027 76.326725) - (xy 82.7181 76.43818) - (xy 82.575906 76.43818) - (xy 82.55473 76.331725) - (xy 82.511242 76.226736) - (xy 82.448107 76.132248) - (xy 82.367752 76.051893) - (xy 82.273264 75.988758) - (xy 82.168275 75.94527) - (xy 82.05682 75.9231) - (xy 81.94318 75.9231) - (xy 81.831725 75.94527) - (xy 81.726736 75.988758) - (xy 81.632248 76.051893) - (xy 81.551893 76.132248) - (xy 81.488758 76.226736) - (xy 81.44527 76.331725) - (xy 81.4231 76.44318) - (xy 81.376912 76.44318) - (xy 81.354742 76.331725) - (xy 81.311254 76.226736) - (xy 81.248119 76.132248) - (xy 81.167764 76.051893) - (xy 81.073276 75.988758) - (xy 80.968287 75.94527) - (xy 80.856832 75.9231) - (xy 80.743192 75.9231) - (xy 80.631737 75.94527) - (xy 80.526748 75.988758) - (xy 80.43226 76.051893) - (xy 80.351905 76.132248) - (xy 80.28877 76.226736) - (xy 80.245282 76.331725) - (xy 80.223112 76.44318) - (xy 80.0769 76.44318) - (xy 80.05473 76.331725) - (xy 80.011242 76.226736) - (xy 79.948107 76.132248) - (xy 79.867752 76.051893) - (xy 79.773264 75.988758) - (xy 79.668275 75.94527) - (xy 79.55682 75.9231) - (xy 79.44318 75.9231) - (xy 79.331725 75.94527) - (xy 79.226736 75.988758) - (xy 79.132248 76.051893) - (xy 79.051893 76.132248) - (xy 78.988758 76.226736) - (xy 78.94527 76.331725) - (xy 78.9231 76.44318) - (xy 78.7769 76.44318) - (xy 78.75473 76.331725) - (xy 78.711242 76.226736) - (xy 78.648107 76.132248) - (xy 78.567752 76.051893) - (xy 78.473264 75.988758) - (xy 78.368275 75.94527) - (xy 78.25682 75.9231) - (xy 78.14318 75.9231) - (xy 78.031725 75.94527) - (xy 77.926736 75.988758) - (xy 77.832248 76.051893) - (xy 77.751893 76.132248) - (xy 77.688758 76.226736) - (xy 77.64527 76.331725) - (xy 77.6231 76.44318) - (xy 77.476898 76.44318) - (xy 77.454728 76.331725) - (xy 77.41124 76.226736) - (xy 77.348105 76.132248) - (xy 77.26775 76.051893) - (xy 77.173262 75.988758) - (xy 77.068273 75.94527) - (xy 76.956818 75.9231) - (xy 76.843178 75.9231) - (xy 76.731723 75.94527) - (xy 76.626734 75.988758) - (xy 76.532246 76.051893) - (xy 76.451891 76.132248) - (xy 76.388756 76.226736) - (xy 76.345268 76.331725) - (xy 76.323098 76.44318) - (xy 76.2769 76.44318) - (xy 76.25473 76.331725) - (xy 76.211242 76.226736) - (xy 76.148107 76.132248) - (xy 76.067752 76.051893) - (xy 75.973264 75.988758) - (xy 75.868275 75.94527) - (xy 75.75682 75.9231) - (xy 75.64318 75.9231) - (xy 75.531725 75.94527) - (xy 75.426736 75.988758) - (xy 75.332248 76.051893) - (xy 75.251893 76.132248) - (xy 75.188758 76.226736) - (xy 75.14527 76.331725) - (xy 75.1231 76.44318) - (xy 74.9769 76.44318) - (xy 74.95473 76.331725) - (xy 74.911242 76.226736) - (xy 74.848107 76.132248) - (xy 74.767752 76.051893) - (xy 74.673264 75.988758) - (xy 74.568275 75.94527) - (xy 74.45682 75.9231) - (xy 74.34318 75.9231) - (xy 74.231725 75.94527) - (xy 74.126736 75.988758) - (xy 74.032248 76.051893) - (xy 73.951893 76.132248) - (xy 73.888758 76.226736) - (xy 73.84527 76.331725) - (xy 73.8231 76.44318) - (xy 73.676906 76.44318) - (xy 73.654736 76.331725) - (xy 73.611248 76.226736) - (xy 73.548113 76.132248) - (xy 73.467758 76.051893) - (xy 73.37327 75.988758) - (xy 73.268281 75.94527) - (xy 73.156826 75.9231) - (xy 73.043186 75.9231) - (xy 72.931731 75.94527) - (xy 72.826742 75.988758) - (xy 72.732254 76.051893) - (xy 72.651899 76.132248) - (xy 72.588764 76.226736) - (xy 72.545276 76.331725) - (xy 72.523106 76.44318) - (xy 72.4269 76.44318) - (xy 72.40473 76.331725) - (xy 72.361242 76.226736) - (xy 72.298107 76.132248) - (xy 72.217752 76.051893) - (xy 72.123264 75.988758) - (xy 72.018275 75.94527) - (xy 71.90682 75.9231) - (xy 71.79318 75.9231) - (xy 71.681725 75.94527) - (xy 71.576736 75.988758) - (xy 71.482248 76.051893) - (xy 71.401893 76.132248) - (xy 71.338758 76.226736) - (xy 71.29527 76.331725) - (xy 71.2731 76.44318) - (xy 71.1769 76.44318) - (xy 71.15473 76.331725) - (xy 71.111242 76.226736) - (xy 71.048107 76.132248) - (xy 70.967752 76.051893) - (xy 70.873264 75.988758) - (xy 70.768275 75.94527) - (xy 70.65682 75.9231) - (xy 70.54318 75.9231) - (xy 70.431725 75.94527) - (xy 70.326736 75.988758) - (xy 70.232248 76.051893) - (xy 70.151893 76.132248) - (xy 70.088758 76.226736) - (xy 70.04527 76.331725) - (xy 70.0231 76.44318) - (xy 69.876896 76.44318) - (xy 69.854726 76.331725) - (xy 69.811238 76.226736) - (xy 69.748103 76.132248) - (xy 69.667748 76.051893) - (xy 69.57326 75.988758) - (xy 69.468271 75.94527) - (xy 69.356816 75.9231) - (xy 69.243176 75.9231) - (xy 69.131721 75.94527) - (xy 69.026732 75.988758) - (xy 68.932244 76.051893) - (xy 68.851889 76.132248) - (xy 68.788754 76.226736) - (xy 68.745266 76.331725) - (xy 68.723096 76.44318) - (xy 68.6269 76.44318) - (xy 68.60473 76.331725) - (xy 68.561242 76.226736) - (xy 68.498107 76.132248) - (xy 68.417752 76.051893) - (xy 68.323264 75.988758) - (xy 68.218275 75.94527) - (xy 68.10682 75.9231) - (xy 67.99318 75.9231) - (xy 67.881725 75.94527) - (xy 67.776736 75.988758) - (xy 67.682248 76.051893) - (xy 67.601893 76.132248) - (xy 67.538758 76.226736) - (xy 67.49527 76.331725) - (xy 67.4731 76.44318) - (xy 67.3619 76.44318) - (xy 67.3619 76.42818) - (xy 67.33973 76.316725) - (xy 67.296242 76.211736) - (xy 67.233107 76.117248) - (xy 67.152752 76.036893) - (xy 67.058264 75.973758) - (xy 66.953275 75.93027) - (xy 66.84182 75.9081) - (xy 66.72818 75.9081) - (xy 66.616725 75.93027) - (xy 66.511736 75.973758) - (xy 66.417248 76.036893) - (xy 66.336893 76.117248) - (xy 66.273758 76.211736) - (xy 66.23027 76.316725) - (xy 66.2081 76.42818) - (xy 66.073917 76.42818) - (xy 66.05473 76.331725) - (xy 66.011242 76.226736) - (xy 65.948107 76.132248) - (xy 65.867752 76.051893) - (xy 65.773264 75.988758) - (xy 65.668275 75.94527) - (xy 65.55682 75.9231) - (xy 65.44318 75.9231) - (xy 65.331725 75.94527) - (xy 65.226736 75.988758) - (xy 65.132248 76.051893) - (xy 65.051893 76.132248) - (xy 64.988758 76.226736) - (xy 64.94527 76.331725) - (xy 64.9231 76.44318) - (xy 64.8269 76.44318) - (xy 64.80473 76.331725) - (xy 64.761242 76.226736) - (xy 64.698107 76.132248) - (xy 64.617752 76.051893) - (xy 64.523264 75.988758) - (xy 64.418275 75.94527) - (xy 64.30682 75.9231) - (xy 64.19318 75.9231) - (xy 64.081725 75.94527) - (xy 63.976736 75.988758) - (xy 63.882248 76.051893) - (xy 63.801893 76.132248) - (xy 63.738758 76.226736) - (xy 63.69527 76.331725) - (xy 63.681834 76.399272) - (xy 63.669457 76.33705) - (xy 63.625969 76.232061) - (xy 63.562834 76.137573) - (xy 63.482479 76.057218) - (xy 63.387991 75.994083) - (xy 63.283002 75.950595) - (xy 63.171547 75.928425) - (xy 63.057907 75.928425) - (xy 62.946452 75.950595) - (xy 62.841463 75.994083) - (xy 62.746975 76.057218) - (xy 62.66662 76.137573) - (xy 62.603485 76.232061) - (xy 62.559997 76.33705) - (xy 62.537827 76.448505) - (xy 62.4769 76.448505) - (xy 62.4769 76.443182) - (xy 62.45473 76.331727) - (xy 62.411242 76.226738) - (xy 62.348107 76.13225) - (xy 62.267752 76.051895) - (xy 62.173264 75.98876) - (xy 62.068275 75.945272) - (xy 61.95682 75.923102) - (xy 61.84318 75.923102) - (xy 61.731725 75.945272) - (xy 61.626736 75.98876) - (xy 61.532248 76.051895) - (xy 61.451893 76.13225) - (xy 61.388758 76.226738) - (xy 61.349951 76.320426) - (xy 61.311143 76.226736) - (xy 61.248008 76.132248) - (xy 61.167653 76.051893) - (xy 61.073165 75.988758) - (xy 60.968176 75.94527) - (xy 60.856721 75.9231) - (xy 60.743081 75.9231) - (xy 60.631626 75.94527) - (xy 60.526637 75.988758) - (xy 60.475662 76.022819) - (xy 60.442295 75.972882) - (xy 60.327118 75.857705) - (xy 60.191684 75.767211) - (xy 60.041198 75.704877) - (xy 59.881443 75.6731) - (xy 59.718557 75.6731) - (xy 59.558802 75.704877) - (xy 59.408316 75.767211) - (xy 59.272882 75.857705) - (xy 59.157705 75.972882) - (xy 59.067211 76.108316) - (xy 59.004877 76.258802) - (xy 58.9731 76.418557) - (xy 57.500501 76.418557) - (xy 57.631756 76.101681) - (xy 57.7769 75.371992) - (xy 57.7769 74.628008) - (xy 57.631756 73.898319) - (xy 57.347046 73.210967) - (xy 56.93371 72.592366) - (xy 56.407634 72.06629) - (xy 55.789033 71.652954) - (xy 55.101681 71.368244) - (xy 54.642966 71.277) - (xy 125.357034 71.277) - ) - ) - ) - (zone (net 29) (net_name "+1V2") (layer "In2.Cu") (tstamp 00000000-0000-0000-0000-00005faf53c9) (hatch edge 0.508) - (priority 1) - (connect_pads (clearance 0.1)) - (min_thickness 0.1) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 78.35 96.8) - (xy 78.35 99.2) - (xy 83.2 99.2) - (xy 83.2 97.1) - (xy 85.3 97.1) - (xy 85.3 93.9) - (xy 81.8 93.9) - (xy 81.8 95.4) - (xy 82.1 95.7) - (xy 82.1 96.1) - (xy 81.9 96.3) - (xy 81.9 96.8) - ) - ) - (filled_polygon - (layer "In2.Cu") - (pts - (xy 85.25 97.05) - (xy 83.2 97.05) - (xy 83.190245 97.050961) - (xy 83.180866 97.053806) - (xy 83.172221 97.058427) - (xy 83.164645 97.064645) - (xy 83.158427 97.072221) - (xy 83.153806 97.080866) - (xy 83.150961 97.090245) - (xy 83.15 97.1) - (xy 83.15 97.129283) - (xy 83.110576 97.145613) - (xy 83.045079 97.189377) - (xy 82.989377 97.245079) - (xy 82.945613 97.310576) - (xy 82.915468 97.383353) - (xy 82.9001 97.460613) - (xy 82.9001 97.539387) - (xy 82.915468 97.616647) - (xy 82.945613 97.689424) - (xy 82.989377 97.754921) - (xy 83.045079 97.810623) - (xy 83.110576 97.854387) - (xy 83.15 97.870717) - (xy 83.15 99.15) - (xy 79.485895 99.15) - (xy 79.480689 99.123826) - (xy 79.443006 99.03285) - (xy 79.388298 98.950974) - (xy 79.318668 98.881344) - (xy 79.236792 98.826636) - (xy 79.145816 98.788953) - (xy 79.049236 98.769742) - (xy 78.950764 98.769742) - (xy 78.854184 98.788953) - (xy 78.763208 98.826636) - (xy 78.681332 98.881344) - (xy 78.611702 98.950974) - (xy 78.556994 99.03285) - (xy 78.519311 99.123826) - (xy 78.514105 99.15) - (xy 78.4 99.15) - (xy 78.4 98.260613) - (xy 80.5001 98.260613) - (xy 80.5001 98.339387) - (xy 80.515468 98.416647) - (xy 80.545613 98.489424) - (xy 80.589377 98.554921) - (xy 80.645079 98.610623) - (xy 80.710576 98.654387) - (xy 80.783353 98.684532) - (xy 80.860613 98.6999) - (xy 80.939387 98.6999) - (xy 81.016647 98.684532) - (xy 81.089424 98.654387) - (xy 81.154921 98.610623) - (xy 81.210623 98.554921) - (xy 81.254387 98.489424) - (xy 81.284532 98.416647) - (xy 81.2999 98.339387) - (xy 81.2999 98.260613) - (xy 81.3001 98.260613) - (xy 81.3001 98.339387) - (xy 81.315468 98.416647) - (xy 81.345613 98.489424) - (xy 81.389377 98.554921) - (xy 81.445079 98.610623) - (xy 81.510576 98.654387) - (xy 81.583353 98.684532) - (xy 81.660613 98.6999) - (xy 81.739387 98.6999) - (xy 81.816647 98.684532) - (xy 81.889424 98.654387) - (xy 81.954921 98.610623) - (xy 82.010623 98.554921) - (xy 82.054387 98.489424) - (xy 82.084532 98.416647) - (xy 82.0999 98.339387) - (xy 82.0999 98.260613) - (xy 82.1001 98.260613) - (xy 82.1001 98.339387) - (xy 82.115468 98.416647) - (xy 82.145613 98.489424) - (xy 82.189377 98.554921) - (xy 82.245079 98.610623) - (xy 82.310576 98.654387) - (xy 82.383353 98.684532) - (xy 82.460613 98.6999) - (xy 82.539387 98.6999) - (xy 82.616647 98.684532) - (xy 82.689424 98.654387) - (xy 82.754921 98.610623) - (xy 82.810623 98.554921) - (xy 82.854387 98.489424) - (xy 82.884532 98.416647) - (xy 82.8999 98.339387) - (xy 82.8999 98.260613) - (xy 82.884532 98.183353) - (xy 82.854387 98.110576) - (xy 82.810623 98.045079) - (xy 82.754921 97.989377) - (xy 82.689424 97.945613) - (xy 82.616647 97.915468) - (xy 82.539387 97.9001) - (xy 82.460613 97.9001) - (xy 82.383353 97.915468) - (xy 82.310576 97.945613) - (xy 82.245079 97.989377) - (xy 82.189377 98.045079) - (xy 82.145613 98.110576) - (xy 82.115468 98.183353) - (xy 82.1001 98.260613) - (xy 82.0999 98.260613) - (xy 82.084532 98.183353) - (xy 82.054387 98.110576) - (xy 82.010623 98.045079) - (xy 81.954921 97.989377) - (xy 81.889424 97.945613) - (xy 81.816647 97.915468) - (xy 81.739387 97.9001) - (xy 81.660613 97.9001) - (xy 81.583353 97.915468) - (xy 81.510576 97.945613) - (xy 81.445079 97.989377) - (xy 81.389377 98.045079) - (xy 81.345613 98.110576) - (xy 81.315468 98.183353) - (xy 81.3001 98.260613) - (xy 81.2999 98.260613) - (xy 81.284532 98.183353) - (xy 81.254387 98.110576) - (xy 81.210623 98.045079) - (xy 81.154921 97.989377) - (xy 81.089424 97.945613) - (xy 81.016647 97.915468) - (xy 80.939387 97.9001) - (xy 80.860613 97.9001) - (xy 80.783353 97.915468) - (xy 80.710576 97.945613) - (xy 80.645079 97.989377) - (xy 80.589377 98.045079) - (xy 80.545613 98.110576) - (xy 80.515468 98.183353) - (xy 80.5001 98.260613) - (xy 78.4 98.260613) - (xy 78.4 97.460613) - (xy 80.5001 97.460613) - (xy 80.5001 97.539387) - (xy 80.515468 97.616647) - (xy 80.545613 97.689424) - (xy 80.589377 97.754921) - (xy 80.645079 97.810623) - (xy 80.710576 97.854387) - (xy 80.783353 97.884532) - (xy 80.860613 97.8999) - (xy 80.939387 97.8999) - (xy 81.016647 97.884532) - (xy 81.089424 97.854387) - (xy 81.154921 97.810623) - (xy 81.210623 97.754921) - (xy 81.254387 97.689424) - (xy 81.284532 97.616647) - (xy 81.2999 97.539387) - (xy 81.2999 97.460613) - (xy 81.284532 97.383353) - (xy 81.254387 97.310576) - (xy 81.210623 97.245079) - (xy 81.154921 97.189377) - (xy 81.089424 97.145613) - (xy 81.016647 97.115468) - (xy 80.939387 97.1001) - (xy 80.860613 97.1001) - (xy 80.783353 97.115468) - (xy 80.710576 97.145613) - (xy 80.645079 97.189377) - (xy 80.589377 97.245079) - (xy 80.545613 97.310576) - (xy 80.515468 97.383353) - (xy 80.5001 97.460613) - (xy 78.4 97.460613) - (xy 78.4 96.85) - (xy 81.329283 96.85) - (xy 81.345613 96.889424) - (xy 81.389377 96.954921) - (xy 81.445079 97.010623) - (xy 81.510576 97.054387) - (xy 81.583353 97.084532) - (xy 81.660613 97.0999) - (xy 81.739387 97.0999) - (xy 81.816647 97.084532) - (xy 81.889424 97.054387) - (xy 81.954921 97.010623) - (xy 82.010623 96.954921) - (xy 82.054387 96.889424) - (xy 82.084532 96.816647) - (xy 82.0999 96.739387) - (xy 82.0999 96.660613) - (xy 82.084532 96.583353) - (xy 82.054387 96.510576) - (xy 82.010623 96.445079) - (xy 81.954921 96.389377) - (xy 81.95 96.386089) - (xy 81.95 96.32071) - (xy 82.135355 96.135355) - (xy 82.141573 96.127779) - (xy 82.146194 96.119134) - (xy 82.149039 96.109755) - (xy 82.15 96.1) - (xy 82.15 95.860613) - (xy 82.9001 95.860613) - (xy 82.9001 95.939387) - (xy 82.915468 96.016647) - (xy 82.945613 96.089424) - (xy 82.989377 96.154921) - (xy 83.045079 96.210623) - (xy 83.110576 96.254387) - (xy 83.183353 96.284532) - (xy 83.260613 96.2999) - (xy 83.339387 96.2999) - (xy 83.416647 96.284532) - (xy 83.489424 96.254387) - (xy 83.554921 96.210623) - (xy 83.610623 96.154921) - (xy 83.654387 96.089424) - (xy 83.684532 96.016647) - (xy 83.6999 95.939387) - (xy 83.6999 95.860613) - (xy 83.7001 95.860613) - (xy 83.7001 95.939387) - (xy 83.715468 96.016647) - (xy 83.745613 96.089424) - (xy 83.789377 96.154921) - (xy 83.845079 96.210623) - (xy 83.910576 96.254387) - (xy 83.983353 96.284532) - (xy 84.060613 96.2999) - (xy 84.139387 96.2999) - (xy 84.216647 96.284532) - (xy 84.289424 96.254387) - (xy 84.354921 96.210623) - (xy 84.410623 96.154921) - (xy 84.454387 96.089424) - (xy 84.484532 96.016647) - (xy 84.4999 95.939387) - (xy 84.4999 95.860613) - (xy 84.484532 95.783353) - (xy 84.454387 95.710576) - (xy 84.410623 95.645079) - (xy 84.354921 95.589377) - (xy 84.289424 95.545613) - (xy 84.216647 95.515468) - (xy 84.139387 95.5001) - (xy 84.060613 95.5001) - (xy 83.983353 95.515468) - (xy 83.910576 95.545613) - (xy 83.845079 95.589377) - (xy 83.789377 95.645079) - (xy 83.745613 95.710576) - (xy 83.715468 95.783353) - (xy 83.7001 95.860613) - (xy 83.6999 95.860613) - (xy 83.684532 95.783353) - (xy 83.654387 95.710576) - (xy 83.610623 95.645079) - (xy 83.554921 95.589377) - (xy 83.489424 95.545613) - (xy 83.416647 95.515468) - (xy 83.339387 95.5001) - (xy 83.260613 95.5001) - (xy 83.183353 95.515468) - (xy 83.110576 95.545613) - (xy 83.045079 95.589377) - (xy 82.989377 95.645079) - (xy 82.945613 95.710576) - (xy 82.915468 95.783353) - (xy 82.9001 95.860613) - (xy 82.15 95.860613) - (xy 82.15 95.7) - (xy 82.149039 95.690245) - (xy 82.146194 95.680866) - (xy 82.141573 95.672221) - (xy 82.135355 95.664645) - (xy 81.85 95.37929) - (xy 81.85 95.060613) - (xy 82.1001 95.060613) - (xy 82.1001 95.139387) - (xy 82.115468 95.216647) - (xy 82.145613 95.289424) - (xy 82.189377 95.354921) - (xy 82.245079 95.410623) - (xy 82.310576 95.454387) - (xy 82.383353 95.484532) - (xy 82.460613 95.4999) - (xy 82.539387 95.4999) - (xy 82.616647 95.484532) - (xy 82.689424 95.454387) - (xy 82.754921 95.410623) - (xy 82.810623 95.354921) - (xy 82.854387 95.289424) - (xy 82.884532 95.216647) - (xy 82.8999 95.139387) - (xy 82.8999 95.060613) - (xy 82.9001 95.060613) - (xy 82.9001 95.139387) - (xy 82.915468 95.216647) - (xy 82.945613 95.289424) - (xy 82.989377 95.354921) - (xy 83.045079 95.410623) - (xy 83.110576 95.454387) - (xy 83.183353 95.484532) - (xy 83.260613 95.4999) - (xy 83.339387 95.4999) - (xy 83.416647 95.484532) - (xy 83.489424 95.454387) - (xy 83.554921 95.410623) - (xy 83.610623 95.354921) - (xy 83.654387 95.289424) - (xy 83.684532 95.216647) - (xy 83.6999 95.139387) - (xy 83.6999 95.060613) - (xy 83.7001 95.060613) - (xy 83.7001 95.139387) - (xy 83.715468 95.216647) - (xy 83.745613 95.289424) - (xy 83.789377 95.354921) - (xy 83.845079 95.410623) - (xy 83.910576 95.454387) - (xy 83.983353 95.484532) - (xy 84.060613 95.4999) - (xy 84.139387 95.4999) - (xy 84.216647 95.484532) - (xy 84.289424 95.454387) - (xy 84.354921 95.410623) - (xy 84.410623 95.354921) - (xy 84.454387 95.289424) - (xy 84.484532 95.216647) - (xy 84.4999 95.139387) - (xy 84.4999 95.060613) - (xy 84.484532 94.983353) - (xy 84.454387 94.910576) - (xy 84.410623 94.845079) - (xy 84.354921 94.789377) - (xy 84.289424 94.745613) - (xy 84.216647 94.715468) - (xy 84.139387 94.7001) - (xy 84.060613 94.7001) - (xy 83.983353 94.715468) - (xy 83.910576 94.745613) - (xy 83.845079 94.789377) - (xy 83.789377 94.845079) - (xy 83.745613 94.910576) - (xy 83.715468 94.983353) - (xy 83.7001 95.060613) - (xy 83.6999 95.060613) - (xy 83.684532 94.983353) - (xy 83.654387 94.910576) - (xy 83.610623 94.845079) - (xy 83.554921 94.789377) - (xy 83.489424 94.745613) - (xy 83.416647 94.715468) - (xy 83.339387 94.7001) - (xy 83.260613 94.7001) - (xy 83.183353 94.715468) - (xy 83.110576 94.745613) - (xy 83.045079 94.789377) - (xy 82.989377 94.845079) - (xy 82.945613 94.910576) - (xy 82.915468 94.983353) - (xy 82.9001 95.060613) - (xy 82.8999 95.060613) - (xy 82.884532 94.983353) - (xy 82.854387 94.910576) - (xy 82.810623 94.845079) - (xy 82.754921 94.789377) - (xy 82.689424 94.745613) - (xy 82.616647 94.715468) - (xy 82.539387 94.7001) - (xy 82.460613 94.7001) - (xy 82.383353 94.715468) - (xy 82.310576 94.745613) - (xy 82.245079 94.789377) - (xy 82.189377 94.845079) - (xy 82.145613 94.910576) - (xy 82.115468 94.983353) - (xy 82.1001 95.060613) - (xy 81.85 95.060613) - (xy 81.85 93.95) - (xy 85.25 93.95) - ) - ) - ) - (zone (net 200) (net_name "Net-(R6-Pad1)") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005faf5384) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.0256) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.3)) - (polygon - (pts - (xy 122.9 99.05) - (xy 126.45 99.05) - (xy 126.45 100.25) - (xy 122.9 100.25) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 126.352335 99.147665) - (xy 126.4372 99.352547) - (xy 126.4372 99.947453) - (xy 126.352335 100.152335) - (xy 126.147453 100.2372) - (xy 123.202547 100.2372) - (xy 122.997665 100.152335) - (xy 122.9128 99.947453) - (xy 122.9128 99.352547) - (xy 122.997665 99.147665) - (xy 123.202547 99.0628) - (xy 126.147453 99.0628) - ) - ) - ) - (zone (net 201) (net_name "Net-(R56-Pad1)") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005faf5387) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.0256) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.3)) - (polygon - (pts - (xy 123.7 91.95) - (xy 120.15 91.95) - (xy 120.15 90.75) - (xy 123.7 90.75) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 123.602335 90.847665) - (xy 123.6872 91.052547) - (xy 123.6872 91.647453) - (xy 123.602335 91.852335) - (xy 123.397453 91.9372) - (xy 120.452547 91.9372) - (xy 120.247665 91.852335) - (xy 120.1628 91.647453) - (xy 120.1628 91.052547) - (xy 120.247665 90.847665) - (xy 120.452547 90.7628) - (xy 123.397453 90.7628) - ) - ) - ) - (zone (net 202) (net_name "/IO_Banks/IO_Buffer_B/ISNS_H") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005faf538a) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.0256) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.2)) - (polygon - (pts - (xy 123.55 100.95) - (xy 126.45 100.95) - (xy 126.45 103.05) - (xy 123.55 103.05) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 126.381624 101.018376) - (xy 126.4372 101.152547) - (xy 126.4372 102.847453) - (xy 126.381624 102.981624) - (xy 126.247453 103.0372) - (xy 125.4627 103.0372) - (xy 125.4627 102.954428) - (xy 125.444919 102.865035) - (xy 125.41004 102.780829) - (xy 125.359403 102.705046) - (xy 125.294954 102.640597) - (xy 125.219171 102.58996) - (xy 125.134965 102.555081) - (xy 125.045572 102.5373) - (xy 124.954428 102.5373) - (xy 124.865035 102.555081) - (xy 124.780829 102.58996) - (xy 124.705046 102.640597) - (xy 124.640597 102.705046) - (xy 124.58996 102.780829) - (xy 124.555081 102.865035) - (xy 124.5373 102.954428) - (xy 124.5373 103.0372) - (xy 123.752547 103.0372) - (xy 123.618376 102.981624) - (xy 123.5628 102.847453) - (xy 123.5628 101.152547) - (xy 123.618376 101.018376) - (xy 123.752547 100.9628) - (xy 126.247453 100.9628) - ) - ) - ) - (zone (net 107) (net_name "/IO_Banks/VIOB") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005faf538d) (hatch edge 0.508) - (priority 1) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.0256) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.3)) - (polygon - (pts - (xy 123.55 103.7) - (xy 124.7 103.7) - (xy 124.7 102.7) - (xy 125.3 102.7) - (xy 125.3 103.7) - (xy 126.45 103.7) - (xy 126.45 104.7) - (xy 123.55 104.7) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 125.202335 102.797665) - (xy 125.2872 103.002547) - (xy 125.2872 103.4) - (xy 125.287446 103.402497) - (xy 125.288174 103.404898) - (xy 125.376042 103.61703) - (xy 125.377225 103.619243) - (xy 125.378817 103.621183) - (xy 125.380757 103.622775) - (xy 125.38297 103.623958) - (xy 125.595102 103.711826) - (xy 125.597503 103.712554) - (xy 125.6 103.7128) - (xy 126.147453 103.7128) - (xy 126.352335 103.797665) - (xy 126.4372 104.002547) - (xy 126.4372 104.397453) - (xy 126.352335 104.602335) - (xy 126.147453 104.6872) - (xy 123.852547 104.6872) - (xy 123.647665 104.602335) - (xy 123.5628 104.397453) - (xy 123.5628 104.002547) - (xy 123.647665 103.797665) - (xy 123.852547 103.7128) - (xy 124.4 103.7128) - (xy 124.402497 103.712554) - (xy 124.404898 103.711826) - (xy 124.61703 103.623958) - (xy 124.619243 103.622775) - (xy 124.621183 103.621183) - (xy 124.622775 103.619243) - (xy 124.623958 103.61703) - (xy 124.711826 103.404898) - (xy 124.712554 103.402497) - (xy 124.7128 103.4) - (xy 124.7128 103.002547) - (xy 124.797665 102.797665) - (xy 125 102.713855) - ) - ) - ) - (zone (net 108) (net_name "/IO_Banks/VIOA") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005faf5390) (hatch edge 0.508) - (priority 1) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.0256) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.2)) - (polygon - (pts - (xy 123.05 87.3) - (xy 121.9 87.3) - (xy 121.9 88.3) - (xy 121.3 88.3) - (xy 121.3 87.3) - (xy 120.15 87.3) - (xy 120.15 86.3) - (xy 123.05 86.3) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 122.981624 86.368376) - (xy 123.0372 86.502547) - (xy 123.0372 87.097453) - (xy 122.981624 87.231624) - (xy 122.847453 87.2872) - (xy 122.1 87.2872) - (xy 122.097503 87.287446) - (xy 122.095102 87.288174) - (xy 121.953681 87.346753) - (xy 121.951468 87.347936) - (xy 121.949528 87.349528) - (xy 121.947936 87.351468) - (xy 121.946753 87.353681) - (xy 121.888174 87.495102) - (xy 121.887446 87.497503) - (xy 121.8872 87.5) - (xy 121.8872 88.097453) - (xy 121.831624 88.231624) - (xy 121.697453 88.2872) - (xy 121.502547 88.2872) - (xy 121.368376 88.231624) - (xy 121.3128 88.097453) - (xy 121.3128 87.5) - (xy 121.312554 87.497503) - (xy 121.311826 87.495102) - (xy 121.253247 87.353681) - (xy 121.252064 87.351468) - (xy 121.250472 87.349528) - (xy 121.248532 87.347936) - (xy 121.246319 87.346753) - (xy 121.104898 87.288174) - (xy 121.102497 87.287446) - (xy 121.1 87.2872) - (xy 120.352547 87.2872) - (xy 120.218376 87.231624) - (xy 120.1628 87.097453) - (xy 120.1628 86.502547) - (xy 120.218376 86.368376) - (xy 120.352547 86.3128) - (xy 122.847453 86.3128) - ) - ) - ) - (zone (net 203) (net_name "/IO_Banks/IO_Buffer_A/ISNS_H") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005faf5399) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.0256) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing fillet) (radius 0.2)) - (polygon - (pts - (xy 123.05 90.05) - (xy 120.15 90.05) - (xy 120.15 87.95) - (xy 123.05 87.95) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 121.1373 88.1) - (xy 121.140426 88.131742) - (xy 121.149685 88.162263) - (xy 121.208264 88.303684) - (xy 121.223299 88.331812) - (xy 121.243532 88.356467) - (xy 121.268187 88.376701) - (xy 121.296316 88.391736) - (xy 121.437737 88.450315) - (xy 121.468259 88.459574) - (xy 121.5 88.4627) - (xy 121.7 88.4627) - (xy 121.731742 88.459574) - (xy 121.762263 88.450315) - (xy 121.903684 88.391736) - (xy 121.931812 88.376701) - (xy 121.956467 88.356468) - (xy 121.976701 88.331813) - (xy 121.991736 88.303684) - (xy 122.050315 88.162263) - (xy 122.059574 88.131741) - (xy 122.0627 88.1) - (xy 122.0627 87.9628) - (xy 122.847453 87.9628) - (xy 122.981624 88.018376) - (xy 123.0372 88.152547) - (xy 123.0372 89.847453) - (xy 122.981624 89.981624) - (xy 122.847453 90.0372) - (xy 120.352547 90.0372) - (xy 120.218376 89.981624) - (xy 120.1628 89.847453) - (xy 120.1628 88.152547) - (xy 120.218376 88.018376) - (xy 120.352547 87.9628) - (xy 121.1373 87.9628) - ) - ) - ) - (zone (net 7) (net_name "/SHLD") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005faf539f) (hatch edge 0.508) - (priority 2) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.2) (filled_areas_thickness no) - (fill yes (thermal_gap 0.3) (thermal_bridge_width 0.3) (smoothing fillet) (radius 0.5)) - (polygon - (pts - (xy 56.8 90.7) - (xy 56.8 100.3) - (xy 50 100.3) - (xy 50 90.7) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 56.403307 90.814464) - (xy 56.499567 90.854336) - (xy 56.582232 90.917768) - (xy 56.645664 91.000433) - (xy 56.685536 91.096693) - (xy 56.7 91.206559) - (xy 56.7 99.793441) - (xy 56.685536 99.903307) - (xy 56.645664 99.999567) - (xy 56.582232 100.082232) - (xy 56.499567 100.145664) - (xy 56.403307 100.185536) - (xy 56.293441 100.2) - (xy 50.506559 100.2) - (xy 50.396693 100.185536) - (xy 50.300433 100.145664) - (xy 50.25 100.106965) - (xy 50.25 98.333377) - (xy 54.6751 98.333377) - (xy 54.6751 98.446623) - (xy 54.697193 98.557692) - (xy 54.74053 98.662317) - (xy 54.803446 98.756478) - (xy 54.883522 98.836554) - (xy 54.977683 98.89947) - (xy 55.082308 98.942807) - (xy 55.193377 98.9649) - (xy 55.306623 98.9649) - (xy 55.417692 98.942807) - (xy 55.522317 98.89947) - (xy 55.616478 98.836554) - (xy 55.696554 98.756478) - (xy 55.75947 98.662317) - (xy 55.802807 98.557692) - (xy 55.8249 98.446623) - (xy 55.8249 98.333377) - (xy 55.802807 98.222308) - (xy 55.75947 98.117683) - (xy 55.696554 98.023522) - (xy 55.616478 97.943446) - (xy 55.522317 97.88053) - (xy 55.417692 97.837193) - (xy 55.306623 97.8151) - (xy 55.193377 97.8151) - (xy 55.082308 97.837193) - (xy 54.977683 97.88053) - (xy 54.883522 97.943446) - (xy 54.803446 98.023522) - (xy 54.74053 98.117683) - (xy 54.697193 98.222308) - (xy 54.6751 98.333377) - (xy 50.25 98.333377) - (xy 50.25 94.49584) - (xy 53.8501 94.49584) - (xy 53.8501 94.60416) - (xy 53.871232 94.7104) - (xy 53.912685 94.810475) - (xy 53.972865 94.900541) - (xy 54.049459 94.977135) - (xy 54.139525 95.037315) - (xy 54.2396 95.078768) - (xy 54.34584 95.0999) - (xy 54.45416 95.0999) - (xy 54.5604 95.078768) - (xy 54.660475 95.037315) - (xy 54.750541 94.977135) - (xy 54.827135 94.900541) - (xy 54.887315 94.810475) - (xy 54.920307 94.730825) - (xy 55.021967 94.832485) - (xy 55.092626 94.879698) - (xy 55.072865 94.899459) - (xy 55.012685 94.989525) - (xy 54.971232 95.0896) - (xy 54.9501 95.19584) - (xy 54.9501 95.30416) - (xy 54.971232 95.4104) - (xy 55.012685 95.510475) - (xy 55.072865 95.600541) - (xy 55.122599 95.650275) - (xy 55.021967 95.717515) - (xy 54.917515 95.821967) - (xy 54.835448 95.944789) - (xy 54.778919 96.081262) - (xy 54.7501 96.226141) - (xy 54.7501 96.373859) - (xy 54.778919 96.518738) - (xy 54.835448 96.655211) - (xy 54.917515 96.778033) - (xy 55.021967 96.882485) - (xy 55.144789 96.964552) - (xy 55.281262 97.021081) - (xy 55.426141 97.0499) - (xy 55.573859 97.0499) - (xy 55.718738 97.021081) - (xy 55.855211 96.964552) - (xy 55.978033 96.882485) - (xy 56.082485 96.778033) - (xy 56.164552 96.655211) - (xy 56.221081 96.518738) - (xy 56.2499 96.373859) - (xy 56.2499 96.226141) - (xy 56.221081 96.081262) - (xy 56.164552 95.944789) - (xy 56.082485 95.821967) - (xy 55.978033 95.717515) - (xy 55.877401 95.650275) - (xy 55.927135 95.600541) - (xy 55.987315 95.510475) - (xy 56.028768 95.4104) - (xy 56.0499 95.30416) - (xy 56.0499 95.19584) - (xy 56.028768 95.0896) - (xy 55.987315 94.989525) - (xy 55.927135 94.899459) - (xy 55.907374 94.879698) - (xy 55.978033 94.832485) - (xy 56.082485 94.728033) - (xy 56.164552 94.605211) - (xy 56.221081 94.468738) - (xy 56.2499 94.323859) - (xy 56.2499 94.176141) - (xy 56.221081 94.031262) - (xy 56.164552 93.894789) - (xy 56.082485 93.771967) - (xy 55.978033 93.667515) - (xy 55.855211 93.585448) - (xy 55.718738 93.528919) - (xy 55.573859 93.5001) - (xy 55.426141 93.5001) - (xy 55.281262 93.528919) - (xy 55.144789 93.585448) - (xy 55.021967 93.667515) - (xy 54.917515 93.771967) - (xy 54.835448 93.894789) - (xy 54.822893 93.9251) - (xy 54.71596 93.9251) - (xy 54.699999 93.923528) - (xy 54.636308 93.929801) - (xy 54.575065 93.948379) - (xy 54.518622 93.978548) - (xy 54.484908 94.006216) - (xy 54.45416 94.0001) - (xy 54.34584 94.0001) - (xy 54.2396 94.021232) - (xy 54.139525 94.062685) - (xy 54.049459 94.122865) - (xy 53.972865 94.199459) - (xy 53.912685 94.289525) - (xy 53.871232 94.3896) - (xy 53.8501 94.49584) - (xy 50.25 94.49584) - (xy 50.25 92.553377) - (xy 54.6751 92.553377) - (xy 54.6751 92.666623) - (xy 54.697193 92.777692) - (xy 54.74053 92.882317) - (xy 54.803446 92.976478) - (xy 54.883522 93.056554) - (xy 54.977683 93.11947) - (xy 55.082308 93.162807) - (xy 55.193377 93.1849) - (xy 55.306623 93.1849) - (xy 55.417692 93.162807) - (xy 55.522317 93.11947) - (xy 55.616478 93.056554) - (xy 55.696554 92.976478) - (xy 55.75947 92.882317) - (xy 55.802807 92.777692) - (xy 55.8249 92.666623) - (xy 55.8249 92.553377) - (xy 55.802807 92.442308) - (xy 55.75947 92.337683) - (xy 55.696554 92.243522) - (xy 55.616478 92.163446) - (xy 55.522317 92.10053) - (xy 55.417692 92.057193) - (xy 55.306623 92.0351) - (xy 55.193377 92.0351) - (xy 55.082308 92.057193) - (xy 54.977683 92.10053) - (xy 54.883522 92.163446) - (xy 54.803446 92.243522) - (xy 54.74053 92.337683) - (xy 54.697193 92.442308) - (xy 54.6751 92.553377) - (xy 50.25 92.553377) - (xy 50.25 90.893035) - (xy 50.300433 90.854336) - (xy 50.396693 90.814464) - (xy 50.506559 90.8) - (xy 56.293441 90.8) - ) - ) - ) - (zone (net 204) (net_name "/SWSH") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005faf53a8) (hatch edge 0.508) - (priority 2) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.2) (filled_areas_thickness no) - (fill yes (thermal_gap 0.3) (thermal_bridge_width 0.3) (smoothing fillet) (radius 0.5)) - (polygon - (pts - (xy 77.5 119.8) - (xy 71.8 119.8) - (xy 71.8 118.3) - (xy 77.5 118.3) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 72.358967 118.468444) - (xy 72.369149 118.480851) - (xy 72.418622 118.521452) - (xy 72.475065 118.551621) - (xy 72.517729 118.564563) - (xy 72.536307 118.570199) - (xy 72.599999 118.576472) - (xy 72.61596 118.5749) - (xy 76.757185 118.5749) - (xy 76.773146 118.576472) - (xy 76.789107 118.5749) - (xy 76.836838 118.570199) - (xy 76.898081 118.551621) - (xy 76.954524 118.521452) - (xy 77.003997 118.480851) - (xy 77.014179 118.468444) - (xy 77.072248 118.410375) - (xy 77.103307 118.414464) - (xy 77.199567 118.454336) - (xy 77.282232 118.517768) - (xy 77.345664 118.600433) - (xy 77.385536 118.696693) - (xy 77.4 118.806559) - (xy 77.4 119.293441) - (xy 77.385536 119.403307) - (xy 77.345664 119.499567) - (xy 77.282232 119.582232) - (xy 77.199567 119.645664) - (xy 77.103307 119.685536) - (xy 76.993441 119.7) - (xy 72.306559 119.7) - (xy 72.196693 119.685536) - (xy 72.100433 119.645664) - (xy 72.017768 119.582232) - (xy 71.954336 119.499567) - (xy 71.914464 119.403307) - (xy 71.9 119.293441) - (xy 71.9 118.806559) - (xy 71.914464 118.696693) - (xy 71.954336 118.600433) - (xy 72.017768 118.517768) - (xy 72.100433 118.454336) - (xy 72.196693 118.414464) - (xy 72.292389 118.401866) - ) - ) - ) - (zone (net 3) (net_name "GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005faf53c3) (hatch edge 0.508) - (connect_pads yes (clearance 0.1)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 60.4 107.2) - (xy 72.4 107.2) - (xy 72.4 119) - (xy 60.4 119) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 72.273 108.788649) - (xy 72.168275 108.74527) - (xy 72.05682 108.7231) - (xy 71.94318 108.7231) - (xy 71.831725 108.74527) - (xy 71.726736 108.788758) - (xy 71.632248 108.851893) - (xy 71.551893 108.932248) - (xy 71.488758 109.026736) - (xy 71.44527 109.131725) - (xy 71.4231 109.24318) - (xy 71.4231 109.35682) - (xy 71.44527 109.468275) - (xy 71.488758 109.573264) - (xy 71.503815 109.595798) - (xy 71.466457 109.626457) - (xy 71.413511 109.690972) - (xy 71.374168 109.764577) - (xy 71.349941 109.844442) - (xy 71.341761 109.9275) - (xy 71.341761 110.2725) - (xy 71.349941 110.355558) - (xy 71.374168 110.435423) - (xy 71.413511 110.509028) - (xy 71.466457 110.573543) - (xy 71.530972 110.626489) - (xy 71.604577 110.665832) - (xy 71.684442 110.690059) - (xy 71.7675 110.698239) - (xy 72.0625 110.698239) - (xy 72.145558 110.690059) - (xy 72.225423 110.665832) - (xy 72.273 110.640401) - (xy 72.273 117.3981) - (xy 64.645761 117.3981) - (xy 64.6019 117.354239) - (xy 64.6019 116.76727) - (xy 64.603601 116.749999) - (xy 64.6019 116.732728) - (xy 64.6019 116.732718) - (xy 64.596808 116.681016) - (xy 64.576686 116.614682) - (xy 64.544009 116.553548) - (xy 64.511051 116.513389) - (xy 64.511046 116.513384) - (xy 64.500034 116.499966) - (xy 64.486616 116.488954) - (xy 64.391031 116.393369) - (xy 68.966921 116.393369) - (xy 68.966921 116.507009) - (xy 68.989091 116.618464) - (xy 69.032579 116.723453) - (xy 69.095714 116.817941) - (xy 69.176069 116.898296) - (xy 69.270557 116.961431) - (xy 69.375546 117.004919) - (xy 69.487001 117.027089) - (xy 69.600641 117.027089) - (xy 69.712096 117.004919) - (xy 69.817085 116.961431) - (xy 69.911573 116.898296) - (xy 69.991928 116.817941) - (xy 70.055063 116.723453) - (xy 70.098551 116.618464) - (xy 70.120721 116.507009) - (xy 70.120721 116.393369) - (xy 70.098551 116.281914) - (xy 70.06775 116.207553) - (xy 70.10473 116.118275) - (xy 70.1269 116.00682) - (xy 70.1269 115.89318) - (xy 70.10473 115.781725) - (xy 70.061242 115.676736) - (xy 69.998107 115.582248) - (xy 69.917752 115.501893) - (xy 69.823264 115.438758) - (xy 69.718275 115.39527) - (xy 69.60682 115.3731) - (xy 69.49318 115.3731) - (xy 69.381725 115.39527) - (xy 69.276736 115.438758) - (xy 69.182248 115.501893) - (xy 69.101893 115.582248) - (xy 69.038758 115.676736) - (xy 68.99527 115.781725) - (xy 68.9731 115.89318) - (xy 68.9731 116.00682) - (xy 68.99527 116.118275) - (xy 69.026071 116.192636) - (xy 68.989091 116.281914) - (xy 68.966921 116.393369) - (xy 64.391031 116.393369) - (xy 64.21105 116.213389) - (xy 64.200034 116.199966) - (xy 64.146451 116.155991) - (xy 64.085318 116.123314) - (xy 64.018984 116.103192) - (xy 63.967282 116.0981) - (xy 63.967271 116.0981) - (xy 63.95 116.096399) - (xy 63.932729 116.0981) - (xy 63.46727 116.0981) - (xy 63.449999 116.096399) - (xy 63.432728 116.0981) - (xy 63.432718 116.0981) - (xy 63.381016 116.103192) - (xy 63.331294 116.118275) - (xy 63.314682 116.123314) - (xy 63.253548 116.155991) - (xy 63.213389 116.188949) - (xy 63.213384 116.188954) - (xy 63.199966 116.199966) - (xy 63.188954 116.213384) - (xy 62.913385 116.488954) - (xy 62.899966 116.499967) - (xy 62.888954 116.513385) - (xy 62.888949 116.51339) - (xy 62.855991 116.553549) - (xy 62.839011 116.585317) - (xy 62.832178 116.5981) - (xy 61.245762 116.5981) - (xy 60.6519 116.004239) - (xy 60.6519 114.22818) - (xy 70.0231 114.22818) - (xy 70.0231 114.34182) - (xy 70.04527 114.453275) - (xy 70.088758 114.558264) - (xy 70.151893 114.652752) - (xy 70.232248 114.733107) - (xy 70.326736 114.796242) - (xy 70.431725 114.83973) - (xy 70.54318 114.8619) - (xy 70.65682 114.8619) - (xy 70.768275 114.83973) - (xy 70.873264 114.796242) - (xy 70.967752 114.733107) - (xy 71.048107 114.652752) - (xy 71.111242 114.558264) - (xy 71.15473 114.453275) - (xy 71.1769 114.34182) - (xy 71.1769 114.22818) - (xy 71.15473 114.116725) - (xy 71.111242 114.011736) - (xy 71.048107 113.917248) - (xy 70.967752 113.836893) - (xy 70.910676 113.798756) - (xy 70.975252 113.755607) - (xy 71.055607 113.675252) - (xy 71.118742 113.580764) - (xy 71.16223 113.475775) - (xy 71.1844 113.36432) - (xy 71.1844 113.25068) - (xy 71.16223 113.139225) - (xy 71.118742 113.034236) - (xy 71.055607 112.939748) - (xy 70.975252 112.859393) - (xy 70.880764 112.796258) - (xy 70.775775 112.75277) - (xy 70.66432 112.7306) - (xy 70.55068 112.7306) - (xy 70.439225 112.75277) - (xy 70.334236 112.796258) - (xy 70.239748 112.859393) - (xy 70.159393 112.939748) - (xy 70.096258 113.034236) - (xy 70.05277 113.139225) - (xy 70.0306 113.25068) - (xy 70.0306 113.36432) - (xy 70.05277 113.475775) - (xy 70.096258 113.580764) - (xy 70.159393 113.675252) - (xy 70.239748 113.755607) - (xy 70.296824 113.793744) - (xy 70.232248 113.836893) - (xy 70.151893 113.917248) - (xy 70.088758 114.011736) - (xy 70.04527 114.116725) - (xy 70.0231 114.22818) - (xy 60.6519 114.22818) - (xy 60.6519 113.445761) - (xy 60.890901 113.20676) - (xy 60.932248 113.248107) - (xy 61.026736 113.311242) - (xy 61.131725 113.35473) - (xy 61.24318 113.3769) - (xy 61.35682 113.3769) - (xy 61.468275 113.35473) - (xy 61.573264 113.311242) - (xy 61.667752 113.248107) - (xy 61.748107 113.167752) - (xy 61.811242 113.073264) - (xy 61.85473 112.968275) - (xy 61.8769 112.85682) - (xy 61.8769 112.74318) - (xy 61.85473 112.631725) - (xy 61.811242 112.526736) - (xy 61.748107 112.432248) - (xy 61.667752 112.351893) - (xy 61.573264 112.288758) - (xy 61.468275 112.24527) - (xy 61.35682 112.2231) - (xy 61.24318 112.2231) - (xy 61.131725 112.24527) - (xy 61.026736 112.288758) - (xy 60.932248 112.351893) - (xy 60.851893 112.432248) - (xy 60.841301 112.4481) - (xy 60.817271 112.4481) - (xy 60.8 112.446399) - (xy 60.782729 112.4481) - (xy 60.782718 112.4481) - (xy 60.731016 112.453192) - (xy 60.664682 112.473314) - (xy 60.603548 112.505991) - (xy 60.563389 112.538949) - (xy 60.563384 112.538954) - (xy 60.549966 112.549966) - (xy 60.538954 112.563384) - (xy 60.527 112.575338) - (xy 60.527 110.89318) - (xy 63.1231 110.89318) - (xy 63.1231 111.00682) - (xy 63.14527 111.118275) - (xy 63.188758 111.223264) - (xy 63.189918 111.225) - (xy 63.188758 111.226736) - (xy 63.14527 111.331725) - (xy 63.1231 111.44318) - (xy 63.1231 111.55682) - (xy 63.14527 111.668275) - (xy 63.188758 111.773264) - (xy 63.189918 111.775) - (xy 63.188758 111.776736) - (xy 63.14527 111.881725) - (xy 63.1231 111.99318) - (xy 63.1231 112.10682) - (xy 63.14527 112.218275) - (xy 63.188758 112.323264) - (xy 63.189918 112.325) - (xy 63.188758 112.326736) - (xy 63.14527 112.431725) - (xy 63.1231 112.54318) - (xy 63.1231 112.65682) - (xy 63.14527 112.768275) - (xy 63.188758 112.873264) - (xy 63.251893 112.967752) - (xy 63.332248 113.048107) - (xy 63.426736 113.111242) - (xy 63.531725 113.15473) - (xy 63.64318 113.1769) - (xy 63.75682 113.1769) - (xy 63.868275 113.15473) - (xy 63.973264 113.111242) - (xy 64.067752 113.048107) - (xy 64.148107 112.967752) - (xy 64.211242 112.873264) - (xy 64.25473 112.768275) - (xy 64.2769 112.65682) - (xy 64.2769 112.54318) - (xy 64.25473 112.431725) - (xy 64.211242 112.326736) - (xy 64.210082 112.325) - (xy 64.211242 112.323264) - (xy 64.25473 112.218275) - (xy 64.2769 112.10682) - (xy 64.2769 111.99318) - (xy 64.25473 111.881725) - (xy 64.211242 111.776736) - (xy 64.210082 111.775) - (xy 64.211242 111.773264) - (xy 64.25473 111.668275) - (xy 64.2769 111.55682) - (xy 64.2769 111.44318) - (xy 64.25473 111.331725) - (xy 64.211242 111.226736) - (xy 64.210082 111.225) - (xy 64.211242 111.223264) - (xy 64.25473 111.118275) - (xy 64.2769 111.00682) - (xy 64.2769 110.89318) - (xy 64.268311 110.85) - (xy 68.894947 110.85) - (xy 68.8981 110.882014) - (xy 68.8981 111.517986) - (xy 68.894947 111.55) - (xy 68.8981 111.582014) - (xy 68.8981 111.582022) - (xy 68.907533 111.677795) - (xy 68.908884 111.682248) - (xy 68.94481 111.800678) - (xy 69.005343 111.913928) - (xy 69.086807 112.013193) - (xy 69.164435 112.0769) - (xy 69.186072 112.094657) - (xy 69.299323 112.155191) - (xy 69.422206 112.192467) - (xy 69.55 112.205054) - (xy 69.677795 112.192467) - (xy 69.800678 112.155191) - (xy 69.913929 112.094657) - (xy 70.013193 112.013193) - (xy 70.033613 111.988311) - (xy 70.170024 111.8519) - (xy 70.227254 111.8519) - (xy 70.282 111.88848) - (xy 70.423387 111.947044) - (xy 70.573482 111.9769) - (xy 70.726518 111.9769) - (xy 70.876613 111.947044) - (xy 71.018 111.88848) - (xy 71.145245 111.803458) - (xy 71.253458 111.695245) - (xy 71.33848 111.568) - (xy 71.397044 111.426613) - (xy 71.4269 111.276518) - (xy 71.4269 111.123482) - (xy 71.397044 110.973387) - (xy 71.33848 110.832) - (xy 71.253458 110.704755) - (xy 71.145245 110.596542) - (xy 71.018 110.51152) - (xy 70.876613 110.452956) - (xy 70.726518 110.4231) - (xy 70.573482 110.4231) - (xy 70.423387 110.452956) - (xy 70.282 110.51152) - (xy 70.227254 110.5481) - (xy 70.170024 110.5481) - (xy 70.033613 110.411689) - (xy 70.013193 110.386807) - (xy 69.913928 110.305343) - (xy 69.800677 110.244809) - (xy 69.677794 110.207533) - (xy 69.55 110.194946) - (xy 69.422205 110.207533) - (xy 69.299322 110.244809) - (xy 69.186071 110.305343) - (xy 69.086807 110.386807) - (xy 69.005343 110.486072) - (xy 68.944809 110.599323) - (xy 68.907533 110.722206) - (xy 68.8981 110.817979) - (xy 68.8981 110.817986) - (xy 68.894947 110.85) - (xy 64.268311 110.85) - (xy 64.25473 110.781725) - (xy 64.211242 110.676736) - (xy 64.148107 110.582248) - (xy 64.067752 110.501893) - (xy 63.973264 110.438758) - (xy 63.868275 110.39527) - (xy 63.75682 110.3731) - (xy 63.64318 110.3731) - (xy 63.531725 110.39527) - (xy 63.426736 110.438758) - (xy 63.332248 110.501893) - (xy 63.251893 110.582248) - (xy 63.188758 110.676736) - (xy 63.14527 110.781725) - (xy 63.1231 110.89318) - (xy 60.527 110.89318) - (xy 60.527 108.470661) - (xy 61.670661 107.327) - (xy 72.273 107.327) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "base board") + (rev "C2") + (comment 1 "License 0BSD/Apache") + (comment 2 "Author: @whitequark") + (comment 3 "https://github.com/GlasgowEmbedded/glasgow") + ) + (layers + (0 "F.Cu" signal) + (1 "In1.Cu" power) + (2 "In2.Cu" power) + (31 "B.Cu" signal) + (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") + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 50 120) + (pcbplotparams + (layerselection 0x003d0fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions yes) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue no) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk yes) + (outputformat 1) + (mirror no) + (drillshape 0) + (scaleselection 1) + (outputdirectory "revC2") + ) + ) + (net 0 "") + (net 1 "/SDA") + (net 2 "+3V3") + (net 3 "GND") + (net 4 "/SCL") + (net 5 "+5V") + (net 6 "/~{CY_RESET}") + (net 7 "/SHLD") + (net 8 "/USB_P") + (net 9 "/XTALOUT") + (net 10 "/XTALIN") + (net 11 "/USB_N") + (net 12 "/D0") + (net 13 "/D1") + (net 14 "/D2") + (net 15 "/D3") + (net 16 "/D4") + (net 17 "/D5") + (net 18 "/D6") + (net 19 "/D7") + (net 20 "/FLAGA") + (net 21 "/FLAGB") + (net 22 "/FLAGC") + (net 23 "/OE") + (net 24 "/A0") + (net 25 "/A1") + (net 26 "/PKTEND") + (net 27 "/FPGA_DONE") + (net 28 "/~{FPGA_RESET}") + (net 29 "+1V2") + (net 30 "/CLKIF") + (net 31 "/FLAGD") + (net 32 "/VUSB") + (net 33 "/LED_CY") + (net 34 "Net-(D2-Pad2)") + (net 35 "Net-(D5-Pad2)") + (net 36 "/LED_ERR") + (net 37 "/LED_ACT") + (net 38 "Net-(D4-Pad2)") + (net 39 "Net-(D3-Pad2)") + (net 40 "/LED_FPGA") + (net 41 "Net-(D1-Pad2)") + (net 42 "/~{ALERT}") + (net 43 "/CLKREF") + (net 44 "/ENVB") + (net 45 "/ENVA") + (net 46 "/WR") + (net 47 "/RD") + (net 48 "/VCCPLL1") + (net 49 "/VCCPLL0") + (net 50 "/GNDPLL1") + (net 51 "/GNDPLL0") + (net 52 "Net-(D6-Pad2)") + (net 53 "Net-(D10-Pad2)") + (net 54 "Net-(D9-Pad2)") + (net 55 "Net-(D8-Pad2)") + (net 56 "Net-(D7-Pad2)") + (net 57 "/IO_Banks/IO_Buffer_B/Y0") + (net 58 "/IO_Banks/IO_Buffer_B/Z0") + (net 59 "/IO_Banks/IO_Buffer_B/Y7") + (net 60 "/IO_Banks/IO_Buffer_B/Z7") + (net 61 "/IO_Banks/IO_Buffer_B/Y1") + (net 62 "/IO_Banks/IO_Buffer_B/Y2") + (net 63 "/IO_Banks/IO_Buffer_B/Y3") + (net 64 "/IO_Banks/IO_Buffer_B/Y4") + (net 65 "/IO_Banks/IO_Buffer_B/Y5") + (net 66 "/IO_Banks/IO_Buffer_B/Y6") + (net 67 "/IO_Banks/IO_Buffer_B/Z1") + (net 68 "/IO_Banks/IO_Buffer_B/Z2") + (net 69 "/IO_Banks/IO_Buffer_B/Z3") + (net 70 "/IO_Banks/IO_Buffer_B/Z5") + (net 71 "/IO_Banks/IO_Buffer_B/Z4") + (net 72 "/IO_Banks/IO_Buffer_B/Z6") + (net 73 "/IO_Banks/IO_Buffer_A/Y0") + (net 74 "/IO_Banks/IO_Buffer_A/Z0") + (net 75 "/IO_Banks/IO_Buffer_A/Y7") + (net 76 "/IO_Banks/IO_Buffer_A/Z7") + (net 77 "/IO_Banks/IO_Buffer_A/Y1") + (net 78 "/IO_Banks/IO_Buffer_A/Y2") + (net 79 "/IO_Banks/IO_Buffer_A/Y3") + (net 80 "/IO_Banks/IO_Buffer_A/Y4") + (net 81 "/IO_Banks/IO_Buffer_A/Y5") + (net 82 "/IO_Banks/IO_Buffer_A/Y6") + (net 83 "/IO_Banks/IO_Buffer_A/Z1") + (net 84 "/IO_Banks/IO_Buffer_A/Z2") + (net 85 "/IO_Banks/IO_Buffer_A/Z3") + (net 86 "/IO_Banks/IO_Buffer_A/Z5") + (net 87 "/IO_Banks/IO_Buffer_A/Z4") + (net 88 "/IO_Banks/IO_Buffer_A/Z6") + (net 89 "/IO_Banks/QB6") + (net 90 "/IO_Banks/QB5") + (net 91 "/IO_Banks/QB4") + (net 92 "/IO_Banks/QB3") + (net 93 "/IO_Banks/QB2") + (net 94 "/IO_Banks/QB1") + (net 95 "/IO_Banks/QB7") + (net 96 "/IO_Banks/QB0") + (net 97 "/IO_Banks/QA0") + (net 98 "/IO_Banks/QA7") + (net 99 "/IO_Banks/QA1") + (net 100 "/IO_Banks/QA2") + (net 101 "/IO_Banks/QA3") + (net 102 "/IO_Banks/QA4") + (net 103 "/IO_Banks/QA5") + (net 104 "/IO_Banks/QA6") + (net 105 "/IO_Banks/U1") + (net 106 "/IO_Banks/IO_Buffer_A/VSENSE") + (net 107 "/IO_Banks/VIOB") + (net 108 "/IO_Banks/VIOA") + (net 109 "/IO_Banks/U2") + (net 110 "/IO_Banks/IO_Buffer_B/VSENSE") + (net 111 "/IO_Banks/U5") + (net 112 "/IO_Banks/U4") + (net 113 "/IO_Banks/U3") + (net 114 "/IO_Banks/Z0_P") + (net 115 "/IO_Banks/Z2_N") + (net 116 "/IO_Banks/Z3_N") + (net 117 "/IO_Banks/Z3_P") + (net 118 "/IO_Banks/Z6_P") + (net 119 "/IO_Banks/Z8_P") + (net 120 "/IO_Banks/Z10_P") + (net 121 "/IO_Banks/Z11_P") + (net 122 "/IO_Banks/Z11_N") + (net 123 "/IO_Banks/Z0_N") + (net 124 "/IO_Banks/Z2_P") + (net 125 "/IO_Banks/Z4_P") + (net 126 "/IO_Banks/Z5_P") + (net 127 "/IO_Banks/Z6_N") + (net 128 "/IO_Banks/Z8_N") + (net 129 "/IO_Banks/Z10_N") + (net 130 "/IO_Banks/Z12_N") + (net 131 "/IO_Banks/Z12_P") + (net 132 "/IO_Banks/Z1_N") + (net 133 "/IO_Banks/Z4_N") + (net 134 "/IO_Banks/Z5_N") + (net 135 "/IO_Banks/Z7_N") + (net 136 "/IO_Banks/Z9_P") + (net 137 "/IO_Banks/Z9_N") + (net 138 "/IO_Banks/Z1_P") + (net 139 "/IO_Banks/VIO_AUX") + (net 140 "/IO_Banks/Z7_P") + (net 141 "/IO_Banks/DA0") + (net 142 "/IO_Banks/DA4") + (net 143 "/IO_Banks/DA6") + (net 144 "/IO_Banks/DA1") + (net 145 "/IO_Banks/DA3") + (net 146 "/IO_Banks/DA5") + (net 147 "/IO_Banks/DA7") + (net 148 "/IO_Banks/DB0") + (net 149 "/IO_Banks/DB4") + (net 150 "/IO_Banks/DB6") + (net 151 "/IO_Banks/DB1") + (net 152 "/IO_Banks/DB3") + (net 153 "/IO_Banks/DB5") + (net 154 "/IO_Banks/DB7") + (net 155 "/IO_Banks/DA2") + (net 156 "/IO_Banks/DB2") + (net 157 "/IO_Banks/IO_Buffer_B/VFB") + (net 158 "/IO_Banks/IO_Buffer_A/VFB") + (net 159 "/IO_Banks/~{SYNC}") + (net 160 "Net-(R40-Pad1)") + (net 161 "Net-(R37-Pad1)") + (net 162 "Net-(R36-Pad1)") + (net 163 "Net-(R10-Pad1)") + (net 164 "Net-(R39-Pad2)") + (net 165 "Net-(R43-Pad2)") + (net 166 "Net-(R38-Pad2)") + (net 167 "Net-(D12-Pad1)") + (net 168 "Net-(D13-Pad1)") + (net 169 "Net-(R45-Pad2)") + (net 170 "Net-(R45-Pad1)") + (net 171 "Net-(D14-Pad2)") + (net 172 "Net-(D15-Pad2)") + (net 173 "Net-(RN1-Pad5)") + (net 174 "Net-(RN1-Pad6)") + (net 175 "Net-(RN1-Pad7)") + (net 176 "Net-(RN2-Pad5)") + (net 177 "Net-(RN2-Pad6)") + (net 178 "Net-(RN2-Pad8)") + (net 179 "Net-(RN2-Pad7)") + (net 180 "Net-(RN7-Pad5)") + (net 181 "Net-(RN7-Pad6)") + (net 182 "Net-(RN7-Pad7)") + (net 183 "Net-(RN8-Pad5)") + (net 184 "Net-(RN8-Pad6)") + (net 185 "Net-(RN8-Pad8)") + (net 186 "Net-(RN8-Pad7)") + (net 187 "/xVBUS") + (net 188 "/CC1") + (net 189 "/CC2") + (net 190 "Net-(C44-Pad2)") + (net 191 "Net-(C44-Pad1)") + (net 192 "Net-(C58-Pad2)") + (net 193 "Net-(C58-Pad1)") + (net 194 "Net-(D18-Pad3)") + (net 195 "/IO_Banks/IO_Buffer_B/VIO_EN") + (net 196 "Net-(D19-Pad3)") + (net 197 "/IO_Banks/IO_Buffer_A/VIO_EN") + (net 198 "Net-(D24-Pad2)") + (net 199 "Net-(R4-Pad2)") + (net 200 "Net-(R6-Pad1)") + (net 201 "Net-(R56-Pad1)") + (net 202 "/IO_Banks/IO_Buffer_B/ISNS_H") + (net 203 "/IO_Banks/IO_Buffer_A/ISNS_H") + (net 204 "/SWSH") + (net 205 "Net-(C90-Pad2)") + (net 206 "Net-(C91-Pad2)") + (net 207 "/IO_Banks/IO_Buffer_B/X0") + (net 208 "/IO_Banks/IO_Buffer_A/X0") + (net 209 "/IO_Banks/IO_Buffer_B/P7") + (net 210 "/IO_Banks/IO_Buffer_B/P6") + (net 211 "/IO_Banks/IO_Buffer_B/P5") + (net 212 "/IO_Banks/IO_Buffer_B/P4") + (net 213 "/IO_Banks/IO_Buffer_B/P3") + (net 214 "/IO_Banks/IO_Buffer_B/P2") + (net 215 "/IO_Banks/IO_Buffer_B/P1") + (net 216 "/IO_Banks/IO_Buffer_B/P0") + (net 217 "/IO_Banks/IO_Buffer_A/P7") + (net 218 "/IO_Banks/IO_Buffer_A/P6") + (net 219 "/IO_Banks/IO_Buffer_A/P5") + (net 220 "/IO_Banks/IO_Buffer_A/P4") + (net 221 "/IO_Banks/IO_Buffer_A/P3") + (net 222 "/IO_Banks/IO_Buffer_A/P2") + (net 223 "/IO_Banks/IO_Buffer_A/P1") + (net 224 "/IO_Banks/IO_Buffer_A/P0") + (net 225 "/~{MR}") + (net 226 "/IO_Banks/IO_Buffer_B/VDAC") + (net 227 "/IO_Banks/IO_Buffer_A/VDAC") + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ad5dbcb") + (at 76.4 105) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP5" + (at 0 -1.448 0) + (layer "F.SilkS") + (hide yes) + (uuid "bc437823-b055-4b4d-9e9b-36084255baed") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "SCL" + (at 0 0 0) + (layer "F.Fab") + (uuid "5cd8fe45-fa49-4729-81c8-b7c257fc3660") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "48da9d1f-c0d4-4bdd-aa3e-cc1da00bf072") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3bdf79d2-75e4-4f04-8608-4a09d352fd29") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dea606e3-a7a2-46e6-b8f3-a0df9be49d6b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ae22a82") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "f9a350f0-b8ca-4c85-b0c4-eb0366ea7894") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "9a9a7510-b2a5-43df-8d9d-d3aaa288fb46") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (hide yes) + (uuid "ed281390-78e7-4141-803e-8c3c15908eac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 4 "/SCL") + (uuid "046b86e4-3f99-4b1b-8afc-2b7655e8b091") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ad5dbe1") + (at 76.4 103.3) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP4" + (at 0 -1.448 0) + (layer "F.SilkS") + (hide yes) + (uuid "a1511268-85a7-4e3f-80bb-303e6d2919e8") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "SDA" + (at 0 0 0) + (layer "F.Fab") + (uuid "51f88087-859c-4bc7-a7f1-d8cac8d2db4e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "21f91f4d-185a-420d-b885-a630a4121187") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea58852e-d2f6-4575-b825-64c855144eb2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34b5e6b7-1089-468e-8439-d4df116a08e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ae223ce") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "2ecc83c5-7c71-4e10-83c8-795f7b03e775") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "d5ca9d6f-41c3-4170-9464-97fcc7d1575c") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (hide yes) + (uuid "c7dc6ce5-fc1b-4b59-ba74-47bc7bca464b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 1 "/SDA") + (uuid "2c888038-917e-41df-b5eb-b211b97604f8") + ) + ) + (footprint "Fiducial:Fiducial_0.75mm_Mask1.5mm" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005aecd5c4") + (at 58 118.5) + (descr "Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B)") + (tags "fiducial") + (property "Reference" "FID1" + (at 0 -2 0) + (layer "F.SilkS") + (hide yes) + (uuid "d9cf2d61-3126-40fe-a66d-ae5145f94be8") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "Fiducial_0.75mm_Mask1.5mm" + (at 0 2 0) + (layer "F.Fab") + (hide yes) + (uuid "a9d76dfc-52ba-46de-beb4-dab7b94ee663") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "75376a32-4e03-4b70-9add-b308bc72e8d5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9affd579-b977-4bca-8efd-071adb3f6900") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "615a39c7-70b7-46aa-894f-3fa2a5211b53") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0b110cbc-e477-4bdc-9c81-26a3d588d354") + ) + (fp_circle + (center 0 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "6762c669-2824-49a2-8bd4-3f19091dd75a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "044de712-d3da-40ed-9c9f-d91ef285c74c") + (effects + (font + (size 0.3 0.3) + (thickness 0.05) + ) + ) + ) + (pad "" smd circle + (at 0 0) + (size 0.75 0.75) + (layers "F.Cu" "F.Mask") + (solder_mask_margin 0.375) + (clearance 0.375) + (uuid "83e349fb-6338-43f9-ad3f-2e7f4b8bb4a9") + ) + ) + (footprint "Fiducial:Fiducial_0.75mm_Mask1.5mm" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005aecd5ec") + (at 122 72.5) + (descr "Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B)") + (tags "fiducial") + (property "Reference" "FID2" + (at 0 -2 0) + (layer "F.SilkS") + (hide yes) + (uuid "9cacb6ad-6bbf-4ffe-b0a4-2df24045e046") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "Fiducial_0.75mm_Mask1.5mm" + (at 0 2 0) + (layer "F.Fab") + (hide yes) + (uuid "be5a7017-fe9d-43ea-9a6a-8fe8deb78420") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3343285c-f11c-4fbe-a8a3-e86361182b6a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c954852-345d-4c1b-b61e-f226282bc4d4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35a922a6-97e9-4aa8-a09d-83d913dc5938") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "c20aea50-e9e4-4978-b938-d613d445aab7") + ) + (fp_circle + (center 0 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "49488c82-6277-4d05-a051-6a9df142c373") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e0d7c1d9-102e-4758-a8b7-ff248f1ce315") + (effects + (font + (size 0.3 0.3) + (thickness 0.05) + ) + ) + ) + (pad "" smd circle + (at 0 0) + (size 0.75 0.75) + (layers "F.Cu" "F.Mask") + (solder_mask_margin 0.375) + (clearance 0.375) + (uuid "2028d85e-9e27-4758-8c0b-559fad072813") + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005be41647") + (at 127 107.6 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C30" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "12368119-64a6-4e2c-9075-8eb76c0372b6") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at 0 -0.7 -90) + (layer "F.Fab") + (uuid "b426553d-4a7e-4896-84cf-af69497a695e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b461c22-1fb6-47ae-8a2c-149a658e5595") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca116dc9-057f-440c-aa78-8430b66dd49a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3851ed0e-3305-4ccc-b9e0-25ba4894d9d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b00cf39") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "18294f4f-7edc-4152-bf13-29a24ca720f2") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8b9dc805-4667-42a6-97ef-c89f0fe31327") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3cbb184a-f234-407b-9174-d026edde4a38") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "03933f33-7fdb-43de-9d7d-a565cad8a277") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7bd9338-9aed-41bb-820b-e4615e63ea41") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb3823e8-bdbd-4f66-b957-b61f7f04dd87") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1aac4077-bad0-4463-b828-61cc63a5ccc0") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4ee0880b-0024-42bc-8cdf-89b0f253ab70") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "69a7514c-f517-4b46-bf93-1effc96b0e95") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "0023162f-a07e-408b-b318-1e8e9f305001") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "02565f97-cd17-42be-94e0-c07f1614224c") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005be63918") + (at 59 108 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R22" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "faac20b9-b485-48a5-b3cc-a28f27addd22") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "10k" + (at 0 -0.7 -90) + (layer "F.Fab") + (uuid "c94215f9-113f-448f-98fd-054d6638fcc8") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b58df8c4-ff84-4f8e-a763-d42dcd0564a5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8f6e0b21-2c0c-499f-9683-3da87142f970") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "24827c1c-dbf1-4ab0-ab73-313880379494") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34db") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce3b7f99-7920-4450-9cce-f9c9b5b48a38") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42bc3c7f-b3b6-4f0c-a537-b14815fbc249") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb504713-e5b7-4ed9-8870-06ffee60d198") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a94bff12-7060-4bcd-bf86-841cb9e69064") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "279041df-5701-40f8-b43b-c55f9f224924") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "061a7cdc-b409-4101-babe-bad3b941f399") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1f16c423-5a09-4e62-aa92-b6b9f364f9e3") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db3bdaef-0751-479c-99b1-2d09837cc205") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "ba105837-9e06-4662-9965-7593b1cae8d0") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 112 "/IO_Banks/U4") + (uuid "28c99006-db10-4e32-8623-230b8bc5f422") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 54 "Net-(D9-Pad2)") + (uuid "5788f6ee-a950-4b1b-aaa9-d2665c0c4242") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005be63996") + (at 59 110 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R23" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "40346a5c-41cd-4378-9d56-9e921a1e0734") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "4k7" + (at 0 -0.7 -90) + (layer "F.Fab") + (uuid "149c5d61-baf1-4212-9ad9-405f30b44c95") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b0ea7a24-3ca4-4e3f-961a-7741006b5e97") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d67380b6-7cfa-4fe8-8b84-0f6b7567abaf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "28217d2f-8fbc-4e04-a079-183a2472e2d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34eb") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6eb8a12c-f7dd-45db-ac57-5cf35b00d623") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "55439d6c-cdf1-4cc6-9c90-3dbefeda32d9") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3fab55da-a730-4225-adf1-b91eeeb16267") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "113c2e5c-5d21-44b9-9699-61a03d05b219") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "252ee15c-9ab5-448c-b1d6-904530764041") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f893dfa-8241-4004-a564-8340bce225c5") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7b7956cd-1bdf-4509-92c9-b55e8439ae86") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ee3dc48-8cba-4d55-baee-99d61bca8a95") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "9c946c42-87b3-4cd8-b0a1-90fe0d9167f2") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 111 "/IO_Banks/U5") + (uuid "a4e9d70b-0682-4de7-a82a-24ad7fb3af1b") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 53 "Net-(D10-Pad2)") + (uuid "b7676e80-9730-4696-8871-001d34b8b393") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bed18c7") + (at 73.1 89) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP6" + (at 0.5 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "263da285-41de-4988-ae91-446223e949e6") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "CLKREF" + (at 0 0 0) + (layer "F.Fab") + (uuid "ca9a0a0f-1a72-4fab-bca9-dcb6e80026e8") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4eef7f3f-2718-4785-a297-5fd549a7f94b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "363e8c67-5a40-4184-b86d-ffe63b222f31") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f3f5282e-b8fc-4de8-8daa-02c07f872348") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ae93638") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "d79532c7-c634-482e-bc5b-76b7f79f9d3b") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "a383ae1e-3ba1-4761-8163-d95206e1b33b") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (hide yes) + (uuid "d337bedd-aa0b-4401-9bda-d7ac17531682") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 43 "/CLKREF") + (uuid "6ccd433d-6c2a-4816-b21d-4a0768a4b1bf") + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bee7565") + (at 75.55 100.5 45) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R9" + (at 0 0 45) + (layer "F.SilkS") + (hide yes) + (uuid "f345a031-cb21-4b90-913a-e2bf8193b582") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "100k" + (at 0.035355 -0.671751 45) + (layer "F.Fab") + (uuid "3fc7e44e-eaa5-446c-aee1-c1bf6217aff8") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 45) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7d0eb1da-6530-4f30-81bf-144d573c3fd4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 45) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b9c8d02-fa0f-4e0d-8533-08b738cbbb95") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 45) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df157218-6fa4-4260-bfd8-db02defa325d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b9b5966") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c43a9791-6012-406d-8c2c-303c5f2e5e41") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a0741fe9-d93d-4357-a2d0-5bf3cdec3ffd") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f0fd0799-ace0-42b0-a563-79b81de9738f") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2d1e1fda-3c36-4d71-895c-6f1946ddf04d") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7fe6591b-8f40-443d-8aeb-5a9e439d5b11") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d477b005-312c-49d6-9daa-9d09f8b1b229") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6cd77dcc-687e-4bef-bdd7-1e33399d0f19") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3b3d2d84-2ac8-47cd-8dba-03b5f636c156") + ) + (fp_text user "${REFERENCE}" + (at 0 0 45) + (layer "F.Fab") + (uuid "c780881d-a88b-414a-bb24-96d11e675688") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 45) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "be777c60-066a-42c5-a3fc-a93a51cb5f92") + ) + (pad "2" smd roundrect + (at 0.485 0 45) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 28 "/~{FPGA_RESET}") + (uuid "cc6a3e5e-2422-44b6-beae-ae2c7fe3db22") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DFN_QFN:Cypress_QFN-56-1EP_8x8mm_P0.5mm_EP6.22x6.22mm_ThermalVias" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005befb37d") + (at 69.85 95.5) + (descr "56-Lead Plastic Quad Flat, No Lead Package (ML) - 8x8x0.9 mm Body [QFN] (see datasheet at http://www.cypress.com/file/138911/download and app note at http://www.cypress.com/file/140006/download)") + (tags "QFN 0.5") + (property "Reference" "U1" + (at 0 -0.7 0) + (layer "F.SilkS") + (hide yes) + (uuid "2dc87334-fd40-4e01-9fef-3fdc57ef4547") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CY7C68013A-56LTX" + (at 0.05 -3.1 180) + (layer "F.Fab") + (uuid "40305e0e-c9f1-49e6-9a11-38396c5aad44") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7f10a4e-cd0e-40e6-b716-2c10381d3c5e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "702aff45-138c-459f-829e-01bda76b9eec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aae5527a-0dd9-4fdf-bbe6-abf6559ad75c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005aca0321") + (attr smd) + (fp_line + (start -4.12 4.12) + (end -4.12 3.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c4416a0d-4e3c-4c32-a29d-3eba7ddf3012") + ) + (fp_line + (start -4.12 4.12) + (end -3.72 4.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f4248fc-bac1-4746-8fce-b7d7e338527c") + ) + (fp_line + (start -3.72 -4.12) + (end -4.12 -4.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3d65116-caf8-44db-9529-7f66d3f2b20e") + ) + (fp_line + (start 3.72 -4.12) + (end 4.12 -4.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d335cde-5d82-409a-94b4-460411cc13b4") + ) + (fp_line + (start 4.12 -4.12) + (end 4.12 -3.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2e36d1d-3f98-4b91-bfed-417c09bb03e1") + ) + (fp_line + (start 4.12 3.72) + (end 4.12 4.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84625814-3c34-4997-9c1c-566a30048a0f") + ) + (fp_line + (start 4.12 4.12) + (end 3.72 4.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2af80b09-e4ec-4fbf-9a6a-889b6439a0cb") + ) + (fp_line + (start -2.54 -1.905) + (end 2.54 -1.905) + (stroke + (width 0.8636) + (type solid) + ) + (layer "F.Mask") + (uuid "f6dd3a30-118f-450f-a0e1-e755e60c59b2") + ) + (fp_line + (start -2.54 -0.635) + (end 2.54 -0.635) + (stroke + (width 0.8636) + (type solid) + ) + (layer "F.Mask") + (uuid "ffb2a04f-519f-4d64-837d-926b42c94e96") + ) + (fp_line + (start -2.54 0.635) + (end 2.54 0.635) + (stroke + (width 0.8636) + (type solid) + ) + (layer "F.Mask") + (uuid "d80c7616-7cc4-4a44-a28a-538f77882cc1") + ) + (fp_line + (start -2.54 1.905) + (end 2.54 1.905) + (stroke + (width 0.8636) + (type solid) + ) + (layer "F.Mask") + (uuid "037de9aa-a34e-4431-8769-841d7d04060a") + ) + (fp_line + (start -1.905 -2.54) + (end -1.905 2.54) + (stroke + (width 0.8636) + (type solid) + ) + (layer "F.Mask") + (uuid "d585006f-9358-47f4-9303-a822a0a26736") + ) + (fp_line + (start -0.635 -2.54) + (end -0.635 2.54) + (stroke + (width 0.8636) + (type solid) + ) + (layer "F.Mask") + (uuid "624700dd-baae-4a20-a2e6-b73e4b0e622b") + ) + (fp_line + (start 0.635 -2.54) + (end 0.635 2.54) + (stroke + (width 0.8636) + (type solid) + ) + (layer "F.Mask") + (uuid "8258c8e2-5f0a-41a7-a67d-d3054f44d244") + ) + (fp_line + (start 1.905 -2.54) + (end 1.905 2.54) + (stroke + (width 0.8636) + (type solid) + ) + (layer "F.Mask") + (uuid "901ecf50-b5b1-4442-9f78-15fbc62c10b5") + ) + (fp_circle + (center -2.54 -2.54) + (end -2.24 -2.54) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "ec0b3062-fec8-4159-b282-3c3e632ad68c") + ) + (fp_circle + (center -2.54 -1.27) + (end -2.24 -1.27) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "355967bb-76d7-417b-99f5-a39dd20a6464") + ) + (fp_circle + (center -2.54 0) + (end -2.24 0) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "e50054c1-942f-418a-bfd7-d248cd0d4c57") + ) + (fp_circle + (center -2.54 1.27) + (end -2.24 1.27) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "7dc8afb2-47e3-4136-9ae3-dbe9b5c6384f") + ) + (fp_circle + (center -2.54 2.54) + (end -2.24 2.54) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "0f81970b-f55e-4039-a8ff-40c0a07bab88") + ) + (fp_circle + (center -1.27 -2.54) + (end -0.97 -2.54) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "9c8e37e8-5fb2-4bbf-bf72-b7b396f9cb47") + ) + (fp_circle + (center -1.27 -1.27) + (end -0.97 -1.27) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "9c465d0a-3acf-44e4-926b-a8e6ae8ccd7b") + ) + (fp_circle + (center -1.27 0) + (end -0.97 0) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "e2bdcc34-a8c3-4e8f-a2ac-f5a61abfc6ba") + ) + (fp_circle + (center -1.27 1.27) + (end -0.97 1.27) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "4ca74f24-ecf3-4ff5-afc6-b10ba78ad56b") + ) + (fp_circle + (center -1.27 2.54) + (end -0.97 2.54) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "b3d2b3b2-eee3-4354-96ae-35ebc3a7e3fd") + ) + (fp_circle + (center 0 -2.54) + (end 0.3 -2.54) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "518648e5-4c77-424a-b965-aef22f525c53") + ) + (fp_circle + (center 0 -1.27) + (end 0.3 -1.27) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "76d14182-5fab-4f07-b34a-9bc7b5ea7c05") + ) + (fp_circle + (center 0 0) + (end 0 -0.3) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "b28f3137-f7d9-42eb-8fa2-54c6b8433ccd") + ) + (fp_circle + (center 0 1.27) + (end 0.3 1.27) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "7aceb50e-cb67-4afd-9c8c-716237856cce") + ) + (fp_circle + (center 0 2.54) + (end 0.3 2.54) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "d026afe8-5538-4de1-aecf-36ce48ac0de0") + ) + (fp_circle + (center 1.27 -2.54) + (end 1.57 -2.54) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "580bcbef-c9c2-457f-8868-2dffbabb4aea") + ) + (fp_circle + (center 1.27 -1.27) + (end 1.57 -1.27) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "d96154b3-e481-4778-addc-507db9c3272d") + ) + (fp_circle + (center 1.27 0) + (end 1.57 0) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "922db659-b88c-4732-a911-2b45c05f13fc") + ) + (fp_circle + (center 1.27 1.27) + (end 1.57 1.27) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "6bac8064-9e5b-4360-8ae1-29dc97f679dc") + ) + (fp_circle + (center 1.27 2.54) + (end 1.57 2.54) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "67dceaff-b3ab-4673-8804-ffccf009d830") + ) + (fp_circle + (center 2.54 -2.54) + (end 2.84 -2.54) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "8d059e65-4e84-42b9-8a98-f1a833ba10dc") + ) + (fp_circle + (center 2.54 -1.27) + (end 2.84 -1.27) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "fbdeacd2-5f57-493f-956d-539f97abf67b") + ) + (fp_circle + (center 2.54 0) + (end 2.84 0) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "bc4499ed-d675-4463-a987-f8cd58a9102c") + ) + (fp_circle + (center 2.54 1.27) + (end 2.84 1.27) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "aa519abb-0e99-4d57-a68c-08794f0a2550") + ) + (fp_circle + (center 2.54 2.54) + (end 2.84 2.54) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "F.Mask") + (uuid "5194aa52-8a01-4b48-9fe0-6f06965993f4") + ) + (fp_poly + (pts + (xy -3.11 -3.11) (xy -2.75 -3.11) (xy -2.75 3.11) (xy -3.11 3.11) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "94bbdd44-f7f7-4f1f-93b7-2ab019235a58") + ) + (fp_poly + (pts + (xy -3.11 3.11) (xy -3.11 2.75) (xy 3.11 2.75) (xy 3.11 3.11) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "7f0652db-34e0-4fb2-8abe-37eb1d07dc0f") + ) + (fp_poly + (pts + (xy 3.11 -3.11) (xy 3.11 -2.75) (xy -3.11 -2.75) (xy -3.11 -3.11) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "110e359e-5f88-4430-8754-51124b3f8591") + ) + (fp_poly + (pts + (xy 3.11 3.11) (xy 2.75 3.11) (xy 2.75 -3.11) (xy 3.11 -3.11) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Mask") + (uuid "28449fbe-c83c-4caf-9302-16b9df6b395f") + ) + (fp_line + (start -4.43 -4.43) + (end 4.43 -4.43) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0653ab69-e029-4b96-ac20-3fc5f586df4c") + ) + (fp_line + (start -4.43 4.43) + (end -4.43 -4.43) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2c831197-3673-4a55-945e-4f3263f57df0") + ) + (fp_line + (start 4.43 -4.43) + (end 4.43 4.43) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7727d576-9cb7-40e7-a454-bc3de6719932") + ) + (fp_line + (start 4.43 4.43) + (end -4.43 4.43) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "264d62b2-4dce-43cb-8ed6-cc9704332239") + ) + (fp_line + (start -4 -3.5) + (end -3.5 -4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b6faa3d1-9cab-4cf0-bbf1-abc808bc9059") + ) + (fp_line + (start -4 4) + (end -4 -3.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "04c74dd5-f6c8-4c9d-8c28-3b17ac54986b") + ) + (fp_line + (start -3.5 -4) + (end 4 -4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6bd49631-1768-47cd-8529-b0e9abf84fcc") + ) + (fp_line + (start 4 -4) + (end 4 4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da4d06af-2dcb-4ea0-8ec1-6de34a3ad748") + ) + (fp_line + (start 4 4) + (end -4 4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18a17eb6-f45e-4c15-bce2-217ce6b1e774") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "baa08606-faaa-40a4-8243-f2559d90760d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" smd rect + (at -1.555 -1.555) + (size 2.6 2.6) + (layers "F.Paste") + (uuid "aea808cc-4bf1-43cf-a5ab-50c99cef3fb0") + ) + (pad "" smd rect + (at -1.555 1.555) + (size 2.6 2.6) + (layers "F.Paste") + (uuid "173c0ec0-a585-41ac-b74a-281413a04c6b") + ) + (pad "" smd rect + (at 1.555 -1.555) + (size 2.6 2.6) + (layers "F.Paste") + (uuid "30aad354-f659-4962-8ba3-32f351d490c0") + ) + (pad "" smd rect + (at 1.555 1.555) + (size 2.6 2.6) + (layers "F.Paste") + (uuid "cf2b32de-2b9d-4f88-bf8d-de5c55282622") + ) + (pad "1" smd oval + (at -4 -3.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 47 "/RD") + (uuid "00f6a67c-a032-469e-9560-b139d4e1b4a7") + ) + (pad "2" smd oval + (at -4 -2.75) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 46 "/WR") + (uuid "4d65018e-4d1b-43c4-a8bd-5faea86df2b4") + ) + (pad "3" smd oval + (at -4 -2.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "82d6bed5-fe1c-4371-abeb-57e5be235891") + ) + (pad "4" smd oval + (at -4 -1.75) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 9 "/XTALOUT") + (uuid "d66a0670-bd7d-4660-9acf-4f66033949da") + ) + (pad "5" smd oval + (at -4 -1.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 10 "/XTALIN") + (uuid "9cb3ab70-f859-494a-87ac-434fbc66c33e") + ) + (pad "6" smd oval + (at -4 -0.75) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "5b896b72-bf91-4f1d-b645-e2f615417a3f") + ) + (pad "7" smd oval + (at -4 -0.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "33745c76-493d-4e4a-a755-f97ece143302") + ) + (pad "8" smd oval + (at -4 0.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 8 "/USB_P") + (uuid "61a38305-be0b-4f78-b599-39311c073f79") + ) + (pad "9" smd oval + (at -4 0.75) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 11 "/USB_N") + (uuid "6620ece5-b552-42e3-b4a7-a863bb396ec1") + ) + (pad "10" smd oval + (at -4 1.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "59b21f1a-4908-44f3-b1d8-8559abe21d1e") + ) + (pad "11" smd oval + (at -4 1.75) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "5032b52d-fb14-4fb1-916e-c43f68350d75") + ) + (pad "12" smd oval + (at -4 2.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "948e17a4-3323-4e8b-8f06-cbf9d51cce76") + ) + (pad "13" smd oval + (at -4 2.75) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 30 "/CLKIF") + (uuid "42a0b0eb-418d-4a6c-b34a-c60d1edfa6b1") + ) + (pad "14" smd oval + (at -4 3.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "ad8e30e7-0cff-47ce-9ecc-a330acae07ee") + ) + (pad "15" smd oval + (at -3.25 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "/SCL") + (uuid "86071cfe-1543-479d-bd7a-9553562bc5e9") + ) + (pad "16" smd oval + (at -2.75 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "/SDA") + (uuid "614a403a-474a-4306-b606-97f15c564ef8") + ) + (pad "17" smd oval + (at -2.25 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "2aa993cf-8d94-4933-945f-a8ecf80ac0d1") + ) + (pad "18" smd oval + (at -1.75 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 12 "/D0") + (uuid "4bbfefb7-b361-4f0e-bef5-16e1f34225fb") + ) + (pad "19" smd oval + (at -1.25 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "/D1") + (uuid "2cb074dd-6c48-4e02-bb35-805b51be3a4d") + ) + (pad "20" smd oval + (at -0.75 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 14 "/D2") + (uuid "a103e322-082e-4ef6-b79f-47cebf258ece") + ) + (pad "21" smd oval + (at -0.25 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 15 "/D3") + (uuid "b2325eae-af62-4e68-9662-6f6e3d96e8a5") + ) + (pad "22" smd oval + (at 0.25 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 16 "/D4") + (uuid "f62776f2-b1bc-4eb1-b10e-80f3fbeb02b2") + ) + (pad "23" smd oval + (at 0.75 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 17 "/D5") + (uuid "456f3608-87cf-433a-aedd-b2464bdf3711") + ) + (pad "24" smd oval + (at 1.25 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 18 "/D6") + (uuid "e3425811-e111-437c-8bf3-b2d34027d572") + ) + (pad "25" smd oval + (at 1.75 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 19 "/D7") + (uuid "1e747565-f7ad-415f-b1ff-c794f09a92cc") + ) + (pad "26" smd oval + (at 2.25 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "7ad4f157-8206-4a71-b933-a1f876b6f131") + ) + (pad "27" smd oval + (at 2.75 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "89cd789a-84c0-474b-9887-eaaa1a706f44") + ) + (pad "28" smd oval + (at 3.25 4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "b0e002dd-b1fa-41a7-b5d3-8a6b1ac4a333") + ) + (pad "29" smd oval + (at 4 3.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 20 "/FLAGA") + (uuid "2410cb12-10cd-45ed-a4e0-13df7fd75755") + ) + (pad "30" smd oval + (at 4 2.75) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 21 "/FLAGB") + (uuid "55dcd4b1-3ec3-494e-849b-67d739100f19") + ) + (pad "31" smd oval + (at 4 2.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 22 "/FLAGC") + (uuid "71721ead-7191-497d-a00f-8fb300e9f5c2") + ) + (pad "32" smd oval + (at 4 1.75) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "02103ae5-54fb-4b80-a4c2-6096261b830e") + ) + (pad "33" smd oval + (at 4 1.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 42 "/~{ALERT}") + (uuid "d8004053-a96a-4db9-be88-aefe8064c65c") + ) + (pad "34" smd oval + (at 4 0.75) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 28 "/~{FPGA_RESET}") + (uuid "043d2135-ee0b-4418-abd9-474991e268c8") + ) + (pad "35" smd oval + (at 4 0.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 23 "/OE") + (uuid "919646d5-113f-4e62-80f4-2ec58c8b72a8") + ) + (pad "36" smd oval + (at 4 -0.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 27 "/FPGA_DONE") + (uuid "1e275933-5be0-491f-88b9-c7c31ea8dbc6") + ) + (pad "37" smd oval + (at 4 -0.75) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 24 "/A0") + (uuid "d627ad9d-77b8-4964-bd3a-daf6ffeefcc1") + ) + (pad "38" smd oval + (at 4 -1.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 25 "/A1") + (uuid "18e9f180-adaa-4063-b433-8c7af5ab470b") + ) + (pad "39" smd oval + (at 4 -1.75) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 26 "/PKTEND") + (uuid "ac3af095-2965-4605-bd85-c6fa579f63d9") + ) + (pad "40" smd oval + (at 4 -2.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 31 "/FLAGD") + (uuid "d28e5e59-d0f8-4887-a713-d142448c8207") + ) + (pad "41" smd oval + (at 4 -2.75) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "42770697-efd8-47a4-998a-d1be32b61634") + ) + (pad "42" smd oval + (at 4 -3.25) + (size 1 0.28) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "/~{CY_RESET}") + (uuid "b8e5fc14-76d4-4e5d-851b-fd5f4482d6c8") + ) + (pad "43" smd oval + (at 3.25 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "732f4616-9686-45b7-995e-72519f23bdcd") + ) + (pad "44" smd oval + (at 2.75 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "abe00674-f224-458e-b299-3c29db445920") + ) + (pad "45" smd oval + (at 2.25 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 45 "/ENVA") + (uuid "dd84530f-c5fe-45e5-8faf-e2719fcb14cd") + ) + (pad "46" smd oval + (at 1.75 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "95b30749-aec6-48f0-8358-fd329add7197") + ) + (pad "47" smd oval + (at 1.25 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 33 "/LED_CY") + (uuid "46088382-79ac-4353-aa89-fc04c12ff305") + ) + (pad "48" smd oval + (at 0.75 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 40 "/LED_FPGA") + (uuid "9a9a81d4-4b02-4e51-b077-4c33c37c3f03") + ) + (pad "49" smd oval + (at 0.25 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 37 "/LED_ACT") + (uuid "703f336d-49ef-4e14-8ab0-abbb7a306402") + ) + (pad "50" smd oval + (at -0.25 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 36 "/LED_ERR") + (uuid "3c27dc86-1701-4cfb-9ebf-f044da440656") + ) + (pad "51" smd oval + (at -0.75 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 44 "/ENVB") + (uuid "7ed990c4-589c-4cbf-bb60-54f487a656d0") + ) + (pad "52" smd oval + (at -1.25 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "6dc2201e-16f3-4f96-8313-5f06f3f5c55a") + ) + (pad "53" smd oval + (at -1.75 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "20d20a6c-03cf-4a4c-8a77-7b10171706e4") + ) + (pad "54" smd oval + (at -2.25 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 43 "/CLKREF") + (uuid "ef7e2720-82b6-4019-98b0-a817c76185f2") + ) + (pad "55" smd oval + (at -2.75 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "3a86913b-d325-469d-99bf-10362833b6d6") + ) + (pad "56" smd oval + (at -3.25 -4) + (size 0.28 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "99921c9c-f70f-424f-91b9-ff64e00621a6") + ) + (pad "57" thru_hole circle + (at -2.54 -2.54) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "02eeeaf0-02f1-49a3-b288-95e452374a4f") + ) + (pad "57" thru_hole circle + (at -2.54 -1.27) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "c95246c9-d5b7-4a1a-acdf-abbfffd5ef88") + ) + (pad "57" thru_hole circle + (at -2.54 0) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "5338c7e8-2840-4211-817d-a6a02bfa9066") + ) + (pad "57" thru_hole circle + (at -2.54 1.27) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "bcfbf0fc-e1d4-4713-9434-d5f3b1b90b7a") + ) + (pad "57" thru_hole circle + (at -2.54 2.54) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "186cf002-bafb-4518-a4f7-985d13883de2") + ) + (pad "57" thru_hole circle + (at -1.27 -2.54) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "94c92652-21ac-42f1-b571-6f41123e5974") + ) + (pad "57" thru_hole circle + (at -1.27 -1.27) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "db00ed9d-5cbd-42e1-a367-f32e41a8348a") + ) + (pad "57" thru_hole circle + (at -1.27 0) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "4f5a593d-b109-4ea1-9106-1a00245b0fa7") + ) + (pad "57" thru_hole circle + (at -1.27 1.27) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "4206ccdf-4d5e-4a49-85ca-882972e6150d") + ) + (pad "57" thru_hole circle + (at -1.27 2.54) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "206bfdd0-417d-49a5-beaa-7015cee73d7c") + ) + (pad "57" thru_hole circle + (at 0 -2.54) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "a109695a-7a5a-4ff1-81f1-c62e064d8fdd") + ) + (pad "57" thru_hole circle + (at 0 -1.27) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "01baf5d7-8575-49fa-b750-4bb78f7ed398") + ) + (pad "57" thru_hole circle + (at 0 0) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "b1e517d4-8f6a-4c9e-aba5-0ea1b3399e42") + ) + (pad "57" smd rect + (at 0 0) + (size 6.1 6.1) + (layers "B.Cu") + (net 3 "GND") + (zone_connect 2) + (uuid "eefeaa69-a5fe-42d9-8e5a-806a1b488e12") + ) + (pad "57" smd rect + (at 0 0) + (size 6.22 6.22) + (layers "F.Cu") + (net 3 "GND") + (uuid "e1e708ba-caba-4519-94a2-17f6e949ea23") + ) + (pad "57" thru_hole circle + (at 0 1.27) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "365f8d25-a297-4f89-a07e-59a6a6975ec7") + ) + (pad "57" thru_hole circle + (at 0 2.54) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "1699bc09-f09e-4839-81f2-9ca65ce464d7") + ) + (pad "57" thru_hole circle + (at 1.27 -2.54) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "9c3666ff-48f7-42fc-87ea-b19fd9bff60f") + ) + (pad "57" thru_hole circle + (at 1.27 -1.27) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "c173dca6-6ab6-465e-85ec-e09c8c8bfdd9") + ) + (pad "57" thru_hole circle + (at 1.27 0) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "99fdad4b-67df-4338-ab02-f49dc004d666") + ) + (pad "57" thru_hole circle + (at 1.27 1.27) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "7d1243ca-b23d-40f1-a05b-8212e796f3b7") + ) + (pad "57" thru_hole circle + (at 1.27 2.54) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "792685e9-fe40-4fbf-a788-175ee65815ee") + ) + (pad "57" thru_hole circle + (at 2.54 -2.54) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "4cea73b9-aa6a-4e61-a258-be68f53395e5") + ) + (pad "57" thru_hole circle + (at 2.54 -1.27) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "d372b0df-12cb-4d18-93e5-ecca155a1076") + ) + (pad "57" thru_hole circle + (at 2.54 0) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "908f0efd-a885-4394-a6f7-105887c97de7") + ) + (pad "57" thru_hole circle + (at 2.54 1.27) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "65d3983e-1c45-41bc-a3b4-bd022070289f") + ) + (pad "57" thru_hole circle + (at 2.54 2.54) + (size 0.6 0.6) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "76d5873b-ee9f-4286-852b-3e416f5e58d4") + ) + (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-56-1EP_8x8mm_P0.5mm_EP6.22x6.22mm_ThermalVias.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf53dcd") + (at 120.9 90.7 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R33" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "3e759481-bd1e-43d1-a516-704165a0cc70") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "49k9" + (at 0 0.7 90) + (layer "F.Fab") + (uuid "a0fbbaf8-8c31-444a-8589-c494a935cb8e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "42f51eac-9548-4f03-b9fd-0b45a9545976") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8803877a-1f05-4b3b-87b0-d77315427804") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6136ff05-3bec-4b14-b398-12837e0e4039") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b083b9f") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9cf04930-92e2-4361-96fe-0e85f3c4b63b") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1000fa4-8405-4913-bb2a-3a576510c1f7") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "032ce8f7-50b1-4b5b-8ab4-9b0ab129f543") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6cf1f8a5-0115-4654-96fb-fd5a2b2f392e") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18fa4eac-44be-4c19-85bd-ae41ed4e9ca9") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7406101f-106a-45d1-912f-650a7ccfd0e7") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "33c8b5d9-f488-4aa6-bc3f-f58a56be5f10") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd3d50e3-7ada-4dea-9ce2-d0c01a14134a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "b00f55cd-2fd0-4be3-95f5-ff701f60c355") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 227 "/IO_Banks/IO_Buffer_A/VDAC") + (uuid "ba823e13-91c7-47a9-b198-7b27ae88618f") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 158 "/IO_Banks/IO_Buffer_A/VFB") + (uuid "63644b3f-486a-46db-be27-481471e940f4") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf53e5b") + (at 57 102) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D6" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "c8072c34-0f81-4552-9fbe-4bfe60c53e21") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "BLU" + (at -1.2 0 90) + (layer "F.Fab") + (uuid "fec6f717-d723-4676-89ef-8ea691e209c2") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d228e7e-fc60-42fe-b250-e7afb47a2732") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1aebea03-cd0a-4e59-a90e-f3495ef646b8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fee080de-bdd5-47d0-baab-838fe0804357") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e3491") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d16cb66-2809-411d-912c-d3db0f48bd04") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7806469b-c133-4e19-b2d5-f2b690b4b2f3") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5fe7a4eb-9f04-4df6-a1fa-36c071e280d7") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "16d5bf81-590a-4149-97e0-64f3b3ad6f52") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "90fa0465-7fe5-474b-8e7c-9f955c02a0f6") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a6c7f556-10bb-4a6d-b61b-a732ec6fa5cc") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "18cf1537-83e6-4374-a277-6e3e21479ab0") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a10b569c-d672-485d-9c05-2cb4795deeca") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d4d8c24-5b38-445b-8733-2a81ba21d33e") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db902262-2864-4997-aeff-8abaa132424a") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b21625e3-a75b-41d7-9f13-4c0e12ba16cb") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a6891c49-3648-41ce-811e-fccb4c4653af") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "64256223-cf3b-4a78-97d3-f1dca769968f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "df93f76b-86da-45ae-87e2-4b691af12b00") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 52 "Net-(D6-Pad2)") + (uuid "7e498af5-a41b-4f8f-8a13-10c00a9160aa") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf53ec7") + (at 57 106) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D8" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "84febc35-87fd-4cad-8e04-2b66390cfc12") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "WHT" + (at -1.2 0 90) + (layer "F.Fab") + (uuid "494d4ce3-60c4-4021-8bd1-ab41a12b14ed") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4097df9-c6ff-4bf8-8cd8-d0af43820bd4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0baa101b-326c-46f7-9479-e5ce0691a743") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c43326c5-2eb3-419f-ae1e-f71a3d797b16") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34a4") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb1b2aa2-a3cc-4a96-87ec-70fcae365f0f") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a67dbe3b-ec7d-4ea5-b0e5-715c5263d8da") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8370835-89ad-4b62-9f40-d0c10470788a") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c480dba7-51ff-4a4f-9251-e48b2784c64a") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bc1d5740-b0c7-4566-95b0-470ac47a1fb3") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a419542a-0c78-421e-9ac7-81d3afba6186") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "414f80f7-b2d5-43c3-a018-819efe44fe30") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b69fc79-c78f-4df1-9a05-c51d4173705f") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c8eae28-a7c3-4e6a-bd81-98cf70031070") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f2392fe0-54af-4e02-8793-9ba2471944b5") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a6ee718-8cdf-4fa6-be7c-8fe885d98fd7") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c66e6e2-f12d-4b23-910e-e478d272dfd5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "55cff608-ab38-48d9-ac09-2d0a877ceca1") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "0fc912fd-5036-4a55-b598-a9af40810824") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 55 "Net-(D8-Pad2)") + (uuid "e0b36e60-bb2b-489c-a764-1b81e551ce62") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf54044") + (at 57 89) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D5" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "5698a460-6e24-4857-84d8-4a43acd2325d") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "RED" + (at -1.2 0 90) + (layer "F.Fab") + (uuid "dde4c43d-f33e-48ba-86f3-779fdfce00c2") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ce4a55e3-4ae6-40c7-b4bb-c937415e1a37") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d9b750c6-c615-4865-b612-f30ad038947f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3287e3b0-7b61-4f0f-ae25-763d38484b6b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b098021") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c488362-c230-4f6d-82f9-a229b1171a23") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89df70f4-3579-42b9-861e-6beb04a3b25e") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5e6f7cb-0a81-4357-a11f-231d23300342") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "74096bdc-b668-408c-af3a-b048c20bd605") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dc628a9d-67e8-4a03-b99f-8cc7a42af6ef") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0938c137-668b-4d2f-b92b-cadb1df72bdb") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1b98de85-f9de-4825-baf2-c96991615275") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42bd0f96-a831-406e-abb7-03ed1bbd785f") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9bb406d9-c650-4e67-9a26-3195d4de542e") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "57543893-39bf-4d83-b4e0-8d020b4a6d48") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c5933cf-1535-4465-90dd-da9b75afcdcf") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8cb5a828-8cef-4784-b78d-175b49646952") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "629fdb7a-7978-43d0-987e-b84465775826") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "df9a1242-2d73-4343-b170-237bc9a8080f") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 35 "Net-(D5-Pad2)") + (uuid "2d0d333a-99a0-4575-9433-710c8cc7ac0b") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf54056") + (at 57 87) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D4" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "2522909e-6f5c-4f36-9c3a-869dca14e50f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "YEL" + (at -1.2 0 90) + (layer "F.Fab") + (uuid "a647641f-bf16-4177-91ee-b01f347ff91c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd1c3444-69ea-44f1-840b-d9a58f0505bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9c48941f-b62c-4f8d-9854-963e666ef3db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c015e620-8d0b-436e-ae1c-c46c78306048") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b097e38") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ef1307e-4e79-474d-a93c-be38f714571c") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b24c67bf-acb7-486e-9d7b-fb513b8c7fc6") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "653e74f0-0a40-4ab5-8f5c-787bbaf1d723") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "83a363ef-2850-4113-853b-2966af02d72d") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81b95d0d-8967-4ed1-8d40-39925d015ae8") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e07c4b69-e0b4-4217-9b28-38d44f166b31") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd4dd248-3e78-4985-a4fc-58bc05b74cbf") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7255cbd1-8d38-4545-be9a-7fc5488ef942") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "08da8f18-02c3-4a28-a400-670f01755980") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "971d1932-4a99-4265-9c76-26e554bde4fe") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "444b2eaf-241d-42e5-8717-27a83d099c5b") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec2e3d8a-128c-4be8-b432-9738bca934ae") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "469f89fd-f629-46b7-b106-a0088168c9ec") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "d8dc9b6c-67d0-4a0d-a791-6f7d43ef3652") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 38 "Net-(D4-Pad2)") + (uuid "848c6095-3966-404d-9f2a-51150fd8dc54") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf54068") + (at 57 85) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D3" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "0ff398d7-e6e2-4972-a7a4-438407886f34") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "GRN" + (at -1.2 0 90) + (layer "F.Fab") + (uuid "18dee026-9999-4f10-8c36-736131349406") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e992c0ea-f3e5-4de7-9faf-691155b4b929") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f46d957e-cb72-439f-8943-2734a48e8226") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be051c5a-c988-4463-9c28-67966a63e988") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b097da8") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29987966-1d19-4068-93f6-a61cdfb40ffa") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2276ec6c-cdcc-4369-86b4-8267d991001e") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ba19f6c-fa3a-4bf3-8c57-119de0f02b65") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "153169ce-9fac-4868-bc4e-e1381c5bb726") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b121f1ff-8472-460b-ab2d-5110ddd1ca28") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9e427954-2486-4c91-89b5-6af73a073442") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "db532ed2-914c-41b4-b389-de2bf235d0a7") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "799d9f4a-bb6b-44d5-9f4c-3a30db59943d") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab0ea55a-63b3-4ece-836d-2844713a821f") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c220da05-2a98-47be-9327-0c73c5263c41") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23345f3e-d08d-4834-b1dc-64de02569916") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9f95f1fc-aa31-4ce6-996a-4b385731d8eb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "0d095387-710d-4633-a6c3-04eab60b585a") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "ea7c53f9-3aa8-4198-9879-de95a5257915") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 39 "Net-(D3-Pad2)") + (uuid "a12b751e-ae7a-468c-af3d-31ed4d501b01") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf5407a") + (at 57 83) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D2" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "b66731e7-61d5-4447-bf6a-e91a62b82298") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "GRN" + (at -1.2 0 90) + (layer "F.Fab") + (uuid "c56bbebe-0c9a-418d-911e-b8ba7c53125d") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "382799ed-daeb-4dd8-b65d-6de4224499bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1cb1586-1bf2-4cfb-8196-e645845a6f72") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a3d0e9c9-3a69-4ecb-984b-cceafb90fddd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b097d14") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92bd1111-b941-4c03-b7ec-a08a9359bc50") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4688ff87-8262-46f4-ad96-b5f4e529cfa9") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ce41a48-c5e2-4d5f-8548-1c7b5c309a8a") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e36ce87-4661-4b8f-956a-16dc559e1b50") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2d617fad-47fe-4db9-836a-4bceb9c31c3b") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4d3a1f72-d521-46ae-8fe1-3f8221038335") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6316acb7-63a1-40e7-8695-2822d4a240b5") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da337fe1-c322-4637-ad26-2622b82ac8ee") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5b70b09b-6762-4725-9d48-805300c0bdc8") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8765371a-21c2-4fe3-a3af-88f5eb1f02a0") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ed952427-2217-4500-9bbc-0c2746b198ad") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "843b53af-dd34-4db8-aa6b-5035b25affc7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4f4bd227-fa4c-47f4-ad05-ee16ad4c58c2") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "122b5574-57fe-4d2d-80bf-3cabd28e7128") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 34 "Net-(D2-Pad2)") + (uuid "e42fd0d4-9927-4308-81d9-4cca814c8ea9") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf5ac2d") + (at 59 85 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R14" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "f08895dc-4dcb-4aef-a39b-5a08864cdaaf") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "20k" + (at 0 0.7 -90) + (layer "F.Fab") + (uuid "6133fb54-5524-482e-9ae2-adbf29aced9e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "409738c9-bf12-422d-95c9-93dfa2dcc76b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ec1240b-417e-4027-82bc-f30a0a563dba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "75995c7b-9c81-4dab-92c9-92babed24127") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b478672") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6d7ff8c0-8a2a-4636-844f-c7210ff3e6f2") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "232ccf4f-3322-4e62-990b-290e6ff36fcd") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42b61d5b-39d6-462b-b2cc-57656078085f") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bf8d857b-70bf-41ee-a068-5771461e04e9") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2ba25c40-ea42-478e-9150-1d94fa1c8ae9") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "acb6c3f3-e677-4f35-9fc2-138ba10f33af") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7ac5cea-ed28-4028-87d0-45e58c709cf1") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a33f5a4-a470-4c04-9e2d-532b5f01a5d6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "f284b1e2-75a4-4a3f-a5f4-6f05f15fb4f5") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 40 "/LED_FPGA") + (uuid "96781640-c07e-4eea-a372-067ded96b703") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 39 "Net-(D3-Pad2)") + (uuid "93ac15d8-5f91-4361-acff-be4992b93b51") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf5ac57") + (at 59 87 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R15" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "722636b6-8ff0-452f-9357-23deb317d921") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "2k2" + (at 0 0.7 -90) + (layer "F.Fab") + (uuid "406d491e-5b01-46dc-a768-fd0992cdb346") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19868b9c-7c2c-4067-855f-2fb7342b45ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ee95c7d-4a68-4e81-a7c5-a15a2074a301") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "25fb4d8b-43ca-4300-9d3c-e712c9de64b4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b2e1435") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "18d3014d-7089-41b5-ab03-53cc0a265580") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e000728f-e3c5-4fc4-86af-db9ceb3a6542") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "662bafcb-dcfb-4471-a8a9-f5c777fdf249") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "720ec55a-7c69-4064-b792-ef3dbba4eab9") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4ef5db0-5fba-4fcd-ab64-2ef2646c5c6d") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15ea3484-2685-47cb-9e01-ec01c6d477b8") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d115a0df-1034-4583-83af-ff1cb8acfa17") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c6462399-f2e4-4f1a-b34a-b49a04c8bdb9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "3f96e159-1f3b-4ee7-a46e-e60d78f2137a") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 37 "/LED_ACT") + (uuid "0e0f9829-27a5-43b2-a0ae-121d3ce72ef4") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 38 "Net-(D4-Pad2)") + (uuid "77aa6db5-9b8d-4983-b88e-30fe5af25975") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf6ddb1") + (at 59 104 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R20" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "3cbf5e00-b482-4934-aa40-30cce8ae8ed1") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "10k" + (at 0 -0.7 -90) + (layer "F.Fab") + (uuid "3e5b385e-4a64-4053-880e-e0031299a98c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f84bc5bc-0095-43f1-9b05-fb74ab953565") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ef787b81-51e9-45f1-8bf0-a0425f98a904") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4952055b-4a53-4bc4-b346-c81a21d6d56f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34f4") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "312b1e58-9b66-4b2d-a1b3-1fc15a2c69a6") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "30d408b7-6af3-4a56-9ac7-f437419bd0d5") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "17231e44-85ac-4aa3-a964-cf2197ceeee6") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6ac64fb0-ce26-4829-9754-fa3e990c5a4f") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c44a1f42-bfb7-4458-84fa-8fa19240d227") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c824a5e3-df89-44cd-8628-dfb590cfba5c") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cdb664ee-3f00-4c5a-af63-9c9dadcc63d1") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b6fc183f-bc5d-42e5-8140-8e73917464cc") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "c0650eb2-979b-4bda-ab40-56676fbfe3b8") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 109 "/IO_Banks/U2") + (uuid "f9068831-8f5b-4b4f-886a-9c4e538eb3c4") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 56 "Net-(D7-Pad2)") + (uuid "9c7765b1-1026-4264-833e-5fa1c39587b3") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf8fa9f") + (at 100.1 99.7) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U27" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "134ebdd2-d265-4b1a-8213-3e042a51f566") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "46988679-cc79-4024-bbc1-b1f167609765") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2468045d-b3b4-49e6-89a5-06631389689f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31f3023b-b8bc-4135-bd50-1c8f7e4ab6cc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "694de3c1-f3b0-448e-b9ee-9daa69891237") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e4203") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "32f61989-73fd-4834-bc42-216f4a71d9ad") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8276875-e9c3-4942-8dc8-97d96e3f05f5") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af4061e0-2fb3-421c-9efe-82e8563650d9") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f180349-2cf1-4faf-8ede-f82101d0fa01") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "72f86fac-1de9-4853-b551-bbe9529da2a3") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9e494106-9748-4063-aab8-1d81407059de") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6228b587-c759-4f5a-aee2-44d44c696a08") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "067b3699-1a46-41cc-9c7c-3cbbde83e2fb") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "abaf0800-b23b-4bb1-9bdf-6551a3604128") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "638492c1-39c4-4e69-a3a1-232b324e5b21") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9bbfc9f6-2a80-4dea-9ff5-2759035e5aa6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "2dd2edde-b79d-4ec7-87aa-5955ab5302f8") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "9bf78976-ad42-44da-b016-b92a04213a48") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "b04080e5-2876-4809-b8eb-6b6d5549c662") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 173 "Net-(RN1-Pad5)") + (uuid "f5496577-1f0e-43c4-b7b1-d474695074a1") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 63 "/IO_Banks/IO_Buffer_B/Y3") + (uuid "e23e042d-8f92-4013-8975-7e4b18e4c81f") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 152 "/IO_Banks/DB3") + (uuid "57f6b820-62fa-4d98-887a-d2a380a76964") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "5879090f-e6ed-48e6-a17d-670ffa2c5461") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf924c5") + (at 100.1 96.9) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U26" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "1e153892-978d-4400-8801-39c4a5561d8b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "660190eb-2890-4958-8da2-d63590e8e03c") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b9f07ef4-f571-402a-a362-00a52db89e39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1ff7044-711e-44a9-8b66-44e06c770fe5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d783f9b5-a6fb-44f8-a996-9814ee83309d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e41ce") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d0be09d-133e-4cac-b0d8-fd336835cc6c") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff5ead9b-37b8-4bc9-9ac4-39775f57c6cf") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "25f3023a-0b40-4b57-b672-1aea8836d4eb") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b217b8c4-9da3-40f9-a62d-8788048abf37") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aa1a0bd5-2e16-4ae4-84c6-ff71de2d0c53") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "453a77ad-fac0-4cd4-9fca-6e04f8cfa3e5") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a961303-0ee0-4514-9c41-71f7612da80d") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e865536-7e57-40b8-97a2-c3d4b4b14caf") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b85d8111-c66c-4649-8ef3-173324d8dc2f") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "651c91fd-ec54-4600-b738-56cbf235205c") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "199f157d-6f84-41da-be4c-6e21ffdc4f00") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "acbae352-7edb-481c-9de1-1fbd99403011") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "ca6bed28-5471-4a76-b6aa-41bb1fbae087") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "9d48d597-b34c-4d62-95c8-00458414359f") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 175 "Net-(RN1-Pad7)") + (uuid "d8e5be0d-d98f-406a-bb3b-e2b68228703b") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 61 "/IO_Banks/IO_Buffer_B/Y1") + (uuid "91c9976e-33f3-4776-850e-36ee5d251977") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 151 "/IO_Banks/DB1") + (uuid "33112a1f-3ef4-4453-945b-eafb5950befb") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "97c50482-6541-4532-8eba-6810ebff5ba3") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf933a7") + (at 100.1 91.3) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U17" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "bfb98b57-4773-47e2-9d39-fe5066822d93") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "769ea560-2289-4ed4-9a90-b0dea97e737b") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e419b3d9-743d-4a02-b922-c895b5ff113a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bd6d236e-6f18-4750-a504-79c74241219e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4feb9a41-0518-4379-9f7e-14af7e3b2d8a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e4238") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc35943f-a590-4110-881f-43b94dc3ef60") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9020c88-312f-49d4-af97-70066f9a1449") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad1c7d30-fa47-47fd-bb07-e836ca23dcc6") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4669b17e-5fae-4b5d-94be-7208bcd71fb5") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a8f98be-3861-4e9a-bd06-b6217ad585d8") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6388b06e-af5c-405f-b16c-ee4225810f35") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fa2a5346-d622-407d-8ea5-af43140584bc") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a593f909-65fb-4700-bd27-abc51f135083") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a74d645f-303f-41ae-8029-4f5b19b6a1a3") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8e996cd-46bc-414d-bd5b-ed4d35049e19") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "edc4c457-3ea2-4523-ae95-caa82d496aba") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "0862a9b0-7459-4a5b-8ff5-5feddf0d18fe") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "2c73e00f-5d35-4d88-becf-fdafa0c411c7") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "b7f2850c-f58b-4cf9-8802-41c268c3767e") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 186 "Net-(RN8-Pad7)") + (uuid "ca23c7b9-efd5-48e1-a126-b6d8dbdfb631") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 81 "/IO_Banks/IO_Buffer_A/Y5") + (uuid "e8530ead-dfd3-493b-9a95-dadf905bde55") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 146 "/IO_Banks/DA5") + (uuid "6cd7c58d-b03d-4db3-ab50-a7d7e7c1e928") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "3db2b854-567f-4631-b764-bc8442698c9a") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf93464") + (at 96.1 94.1) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U10" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "01f83146-4808-4dce-868e-509173e2f2d2") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "daf70a07-a3d2-4ced-9e93-1c9d8ce83d0f") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4a105c30-80fd-468c-8bac-e951865e505c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6aa8718b-7452-4626-9bcf-e622e38e3ba8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8408c5ae-b863-43a5-b92f-39d28ef10cbf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4b6b3e") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ebc05d4e-ad2b-4267-bddb-704aafe43beb") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68d5716c-39ed-4b45-ac19-32a5be0d9a55") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "739b591f-ee89-4e4b-a089-6321966edc77") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ddd913a-01fd-481e-b154-5f1b5423e9cd") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8fec7a85-0782-4e68-84e4-1af1e7efedfe") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8642366e-14d5-4a4a-acc5-de8c0e7dc7d5") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d98ff9ae-e1f8-4424-8c9a-9e8a74700dc5") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cddc9cef-9af1-487a-a149-58cdefb033b4") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d348d117-4b9d-47d4-9150-4630fb2e9cf8") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc4733a3-c200-4f8e-9f63-f3b7c6201473") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3234a86c-96a3-4c56-805c-943fb18854fb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "306ffac2-e971-4e23-bc08-cf0f4dfd52da") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "a8761ae8-82cc-4f21-a73e-d7a72c17af3d") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "8eafe96b-e358-4fb5-a4aa-165e62856b90") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 184 "Net-(RN8-Pad6)") + (uuid "84d4acf2-95da-4bde-aaf9-948b78559314") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 82 "/IO_Banks/IO_Buffer_A/Y6") + (uuid "5d503fda-9a47-407e-8971-e2fb41c46bdb") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 143 "/IO_Banks/DA6") + (uuid "375f294e-3277-4ea1-8dfb-a816af1d5545") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "7451c90d-0ac1-4167-b535-6d5bd1a11100") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf93479") + (at 96.1 91.3) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U9" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "37a423bc-f22b-4f78-8391-c64cc41bfdd6") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "7279a0ce-75b5-4d17-adea-e5e9949407a6") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7bbe882e-f8c7-47c6-bfe7-dc4b504752c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4e70752-ef6b-44c0-aded-52e6cdb7f181") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a21246d9-4244-47f4-90ed-1946dfcb4ba6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4b0e48") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f48726b8-0a84-4a45-918f-9908a36bbb39") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd1edec3-c7ba-4ffa-8ee5-8e55b6e96e86") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a43f40c-f75b-4db3-8642-220e4b806437") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d253b606-c6d4-4ab5-bb6d-97f4b72f210a") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec4fc551-9561-4ff0-a309-1fd93dc95354") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1087999d-983e-42bf-b325-b81c766947cc") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4055fe96-6cd0-4098-a3eb-28bdaf898065") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5289bc61-7716-4d1c-91dd-03b886b4760f") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77697486-3706-446b-b0dc-99c11e5b6fb4") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "57a35f7e-1eec-4bce-82d8-651d3f20ac22") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3915f1cf-e224-42a7-8e50-b5aa000e1dd3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "85322b6b-1523-4ed9-b09b-510e91ab3a2d") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "a889c295-2d25-4852-8cf9-7f4cc11f3612") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "ccdcd4fd-03cc-4196-93ad-841bb5ede2f5") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 185 "Net-(RN8-Pad8)") + (uuid "c217d968-abfe-45cc-8ff9-0996be5bc8c7") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 80 "/IO_Banks/IO_Buffer_A/Y4") + (uuid "1cdb9155-c146-40d9-bead-b709bf7a6467") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 142 "/IO_Banks/DA4") + (uuid "3e93cc50-fa1e-445b-8e48-b92594ec9006") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "a4d622ec-e75f-4ce0-9338-865fac55dc34") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf9348e") + (at 96.1 88.5) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U6" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "6489fbbd-1bc4-4ea3-ab88-9e537d0c503b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "65a8b55e-a85b-43de-a7c0-277e3d0e143e") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bbbe2994-7ebc-4e9a-8606-227d95a331e3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9523146d-8705-491d-a560-f738e0c22350") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7bc288fb-17dc-4ef8-a18f-37eb2769ce57") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4abdd7") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3561e74a-3b9b-4754-9c3b-0a6e0ad07bbe") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75ba5b33-e060-4096-9e03-9e491baa032d") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec2613d6-2c9f-4946-a9d8-3b4a9b4e8849") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "426744f5-151b-4336-9db2-19b96ec1a6aa") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7fd315ac-f7ff-493a-b66d-c21006776546") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c399657a-fff5-4af1-9c4f-92ee20314fd7") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f13f820d-4755-457a-8991-c3f574f18812") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a6483b00-4f49-4b33-b874-e2e0d3fd9303") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e0c64dd-f348-4f5d-bdb3-f38525a89a3b") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9aaaa8fa-18b5-4eb7-81f6-7a4bacda9721") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ea392df3-7bcd-432a-9a3e-652caf424282") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "d1c6bcd9-9093-4bbd-b2e6-1e566a3f681f") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "70292c19-a672-4311-9469-cca02074edfc") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "264dd9e4-b78e-4ffa-a984-843578879636") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 181 "Net-(RN7-Pad6)") + (uuid "6cb58166-d5fb-414a-98d8-94eda5c527bb") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 78 "/IO_Banks/IO_Buffer_A/Y2") + (uuid "24cd1f42-b647-4e9b-b653-0e0199312c5a") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 155 "/IO_Banks/DA2") + (uuid "4b5f6fe1-0c92-46e0-9515-7c9e2b820408") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "44e82717-bcc3-4b7c-b3a9-8798c22c88d0") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf93cec") + (at 96.1 96.9) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U22" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "5199ad7b-ab84-4971-9df3-53270a0a37ba") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "0fe1f74e-4cc8-412d-b8bc-832159a1ad3e") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba6f3520-1087-4f74-bdbf-06b323da1e52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1bce3a20-fed0-4bc0-ba92-36f5916ea2a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c3808222-987d-411d-8366-44a69474aada") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b3d9a66") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97db2584-9d07-47ab-a55c-f2cbce602789") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2d5f057-3d3f-4824-ba53-bea972f61938") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "578b9c3f-045a-4830-a037-9fe8cd94bc66") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cad3b6e3-3bb4-4763-abef-63fde40972bf") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "43d1f199-f4ee-4683-993f-3ccce3985416") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6fc49b93-842f-4814-8ca6-1e11c16fa8fa") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d93d269d-5381-4718-9ad0-eea6c95f2fda") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d950027-8eed-46d2-abb8-2762744219c2") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7915db52-1f07-44c7-b796-c7fc1aca7b67") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e239469c-9034-4436-88b6-92607b1872a3") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dca3b52c-6cfb-46fe-8a89-560fb218906c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "c6765903-bc36-44e7-9cb8-22f731f64003") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "19b27451-36d1-4db8-a770-a2f4704d803b") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "a2c9cbc7-7eac-476f-b409-1772289f1cc4") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 207 "/IO_Banks/IO_Buffer_B/X0") + (uuid "61e76907-90d9-4f86-b582-ad651e60aa0c") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 57 "/IO_Banks/IO_Buffer_B/Y0") + (uuid "3a04ac0e-2ee8-4210-b45b-490cd2425450") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 148 "/IO_Banks/DB0") + (uuid "b48e1e47-217a-4f46-9867-a25c61e99a99") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "cf7be387-da08-4d97-a3e9-4ac4123d2c0a") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf93d2e") + (at 96.1 102.5) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U24" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "49bc590d-585a-47df-bda3-e46f7daa6990") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "78aafe37-8da2-4652-8543-18ebef8d21dc") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f73b9fd-a2e9-4f8c-80e7-1397e873aed8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd458b6a-c73f-4c28-8c96-4105a2a4fcc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4a958b2-33db-48ff-8c1f-f15b5b9d36bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4b0e48") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4e3d105c-3308-491c-a0aa-594e6247a479") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e01103b1-667c-4bf0-b447-ad1d0f4d8e00") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7924cdcb-45b3-439a-a58e-4e78f2ff9e7a") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cc268aca-4ea7-4c71-a771-346b177957a8") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fb070305-7327-4d47-aaa2-52c1d26471d3") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5821604d-5ceb-420a-b7e4-ba8f3233a4b7") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4d8a27f3-5994-4c02-859b-09c0a8d34a6d") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "878a2718-59d9-4c03-a97a-b08c3d833cb9") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45d251bd-4b8c-43e0-a1a3-865b3e4a5a83") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80cc6be9-668a-4344-9b65-0659b9071698") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "76bf3f12-008a-4a13-b216-e7dae9728db6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "d0da5fea-7bb8-466a-808d-a285a956d318") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "3a9c4d0d-b8e3-4e3b-8868-df708ade9fd9") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "8e99653b-c67d-4ba5-a650-293257580275") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 178 "Net-(RN2-Pad8)") + (uuid "eec6f1b0-e4aa-49f8-b4a3-e9424cd19e76") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 64 "/IO_Banks/IO_Buffer_B/Y4") + (uuid "3b8985d9-c9ce-4e5c-9b0f-dabde5c52713") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 149 "/IO_Banks/DB4") + (uuid "4b325ae5-e73e-4571-bbb6-af750e7a58b8") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "2bf286a9-8d8a-4f20-af25-6a1b3ef01eaf") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005bf93df3") + (at 96.1 105.3) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U25" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "dad8a6e3-ca6f-4733-9963-045950c983e5") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "2621aeaa-9788-4950-9c8a-57743e174960") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7935c9b6-08dc-459a-b45a-c9b8e2ede11e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8a328ea8-b041-40d2-a96f-9fd4aadfd167") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d4b7b84c-e32f-4e51-9292-75a700f7c7a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4b6b3e") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03de85dc-b128-49ac-8b1c-15f0b91dca0a") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62a86672-b56e-46bd-bc25-5c0442dd543c") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fed927fe-eafb-4471-ac5d-756725ea174d") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51854738-fa9c-4052-b2b8-d2dde367270a") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "39d4d534-3997-4fb4-b0b6-d0e644ff29b2") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5af0907a-cc5c-4a2d-827a-e091ca759470") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "00614f02-5f74-445d-b8a3-482b8dcb3aea") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8db28752-04fe-4bac-819e-f19842492596") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7d063b0-344e-43df-a36a-e52b467e2d0c") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35318ab5-9d7c-4bdd-a72a-c62185738587") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef36da6c-b409-4756-be92-54a96426032e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "ccf8ec35-bf77-4453-a4d1-8a3097a3a3a3") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "0a2b5435-df6f-448f-96cd-9db62b5b9e70") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "a345cb5a-bcc4-40ab-9689-42a3820311de") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 177 "Net-(RN2-Pad6)") + (uuid "55b6b040-a746-4424-a5b4-1f45a1d15120") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 66 "/IO_Banks/IO_Buffer_B/Y6") + (uuid "e4e5efbf-5f6e-47bb-b454-0f7ee3ed75bc") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 150 "/IO_Banks/DB6") + (uuid "4373547b-d3a9-4735-9a12-7e388d4b1d9d") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "a3300d9e-5df3-4330-94ad-c751f1cdcdcb") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c00d302") + (at 120.4 87.4 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C57" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "1ba61ca8-eff1-4195-94e0-1ee4595db443") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at -1 0 180) + (layer "F.Fab") + (uuid "1063b77d-0539-4616-96b6-7e5745bee84f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1aa0e00-ef6e-4ecb-86ac-465b84c7a041") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ea9d25c-f8e1-4a6a-a945-6e40f9852507") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d0903157-fe9e-4fc4-af71-4d383df49b16") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b058ab5") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6c1474f6-d415-4c7b-8b59-fc1f9a710de3") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ed9c6735-a258-49b1-8520-ac27227c4247") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f2b987d-c54d-48dc-baee-31991a9bc8e8") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a31bfce-eb76-442d-8bef-3e115ed8f786") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43f6715d-6047-4a53-9965-45b03d6a45a3") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5b445edb-76df-4826-893e-90e637127bf7") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6167ac01-a97a-4a6f-b811-bc0a02b4630c") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f3695f3-cb76-4d00-bf77-69e655b009cf") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "2acaf2de-fd39-445f-943c-c4718e83fc64") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "19564a71-ce37-42d2-a51c-a25445cf57c5") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "a96a8ef0-6ebd-4160-86c3-7cb63441e0a6") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c058419") + (at 57 81) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D1" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "91c82043-0b26-427f-b23c-6094224ddfc2") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "GRN" + (at -1.2 0 90) + (layer "F.Fab") + (uuid "8615dae0-65cf-4932-8e6f-9a0f32429a5e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "30b7e6f3-e36d-496d-af03-76824ea68396") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "69b42819-cbff-4919-b6fb-7056d7055450") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "da28a38c-bb95-469d-8865-556d15fea4d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b095c2b") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2cd3975a-2259-4fa9-8133-e1586b9b9618") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe4869dc-e96e-4bb4-a38d-2ca990635f2d") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70abf340-8b3e-403e-a5e2-d8f35caa2f87") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53719fc4-141e-4c58-98cd-ab3bf9a4e1c0") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c5565d96-c729-4597-a74f-7f75befcc39d") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "21573090-1953-4b11-9042-108ae79fe9c5") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b547dd70-2ea7-4cfd-a1ee-911561975d81") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6dcb5b4-0971-448a-b9ab-6db37a750704") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dff67d5c-d976-4516-ae67-dbbdb70f8ddd") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "68039801-1b0f-480a-861d-d55f24af0c17") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "af6ac8e6-193c-4bd2-ac0b-7f515b538a8b") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7de6564c-7ad6-4d57-a54c-8d2835ff5cdc") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "3b6dda98-f455-4961-854e-3c4cceecffcc") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "42f10020-b50a-4739-a546-6b63e441c980") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 41 "Net-(D1-Pad2)") + (uuid "eafb53d1-7486-4935-b154-2efbffbed6ca") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:PinSocket_1x08_P1.27mm_Vertical_DNP" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c145924") + (at 107.8 87.6 90) + (descr "Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x08 1.27mm single row DNP") + (property "Reference" "J9" + (at 0 -2.135 90) + (layer "F.SilkS") + (hide yes) + (uuid "e11ae5a5-aa10-4f10-b346-f16e33c7899a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x08" + (at 0 11.025 90) + (layer "F.Fab") + (hide yes) + (uuid "f23ac723-a36d-491d-9473-7ec0ffed332d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63c54cfb-abfc-4500-a1d4-bd64c1ca4e55") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3cc74694-79fa-4e71-a79f-14f7c24cdf0d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a6422fb-d999-4583-bae1-4d6e4c5b9975") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005db11458") + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start 1.75 -1.15) + (end 1.75 10.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c3d5daf8-d359-42b2-a7c2-0d080ba7e212") + ) + (fp_line + (start -1.8 -1.15) + (end 1.75 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9112ddd5-10d5-48b8-954f-f1d5adcacbd9") + ) + (fp_line + (start 1.75 10.05) + (end -1.8 10.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3dd7cdb-b730-487d-804d-99150ba318ef") + ) + (fp_line + (start -1.8 10.05) + (end -1.8 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4bbde53d-6894-4e18-9480-84a6a26d5f6b") + ) + (fp_line + (start 0.635 -0.635) + (end 1.27 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "199124ca-dd64-45cf-a063-97cc545cbea7") + ) + (fp_line + (start -1.27 -0.635) + (end 0.635 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c346b00c-b5e0-4939-beb4-7f48172ef334") + ) + (fp_line + (start 1.27 0) + (end 1.27 9.525) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca9b74ce-0dee-401c-9544-f599f4cf538d") + ) + (fp_line + (start 1.27 9.525) + (end -1.27 9.525) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "099473f1-6598-46ff-a50f-4c520832170d") + ) + (fp_line + (start -1.27 9.525) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1876c30c-72b2-4a8d-9f32-bf8b213530b4") + ) + (fp_text user "${REFERENCE}" + (at 0 4.445 0) + (layer "F.Fab") + (uuid "57f248a7-365e-4c42-b80d-5a7d1f9dfaf3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 224 "/IO_Banks/IO_Buffer_A/P0") + (uuid "1bd80cf9-f42a-4aee-a408-9dbf4e81e625") + ) + (pad "2" thru_hole oval + (at 0 1.27 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 223 "/IO_Banks/IO_Buffer_A/P1") + (uuid "80095e91-6317-4cfb-9aea-884c9a1accc5") + ) + (pad "3" thru_hole oval + (at 0 2.54 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 222 "/IO_Banks/IO_Buffer_A/P2") + (uuid "15699041-ed40-45ee-87d8-f5e206a88536") + ) + (pad "4" thru_hole oval + (at 0 3.81 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 221 "/IO_Banks/IO_Buffer_A/P3") + (uuid "968a6172-7a4e-40ab-a78a-e4d03671e136") + ) + (pad "5" thru_hole oval + (at 0 5.08 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 220 "/IO_Banks/IO_Buffer_A/P4") + (uuid "26a22c19-4cc5-4237-9651-0edc4f854154") + ) + (pad "6" thru_hole oval + (at 0 6.35 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 219 "/IO_Banks/IO_Buffer_A/P5") + (uuid "c1b11207-7c0a-49b3-a41d-2fe677d5f3b8") + ) + (pad "7" thru_hole oval + (at 0 7.62 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 218 "/IO_Banks/IO_Buffer_A/P6") + (uuid "402c62e6-8d8e-473a-a0cf-2b86e4908cd7") + ) + (pad "8" thru_hole oval + (at 0 8.89 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 217 "/IO_Banks/IO_Buffer_A/P7") + (uuid "3b65c51e-c243-447e-bee9-832d94c1630e") + ) + ) + (footprint "Glasgow:PinSocket_1x08_P1.27mm_Vertical_DNP" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c14597b") + (at 116.7 108.5 -90) + (descr "Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x08 1.27mm single row DNP") + (property "Reference" "J6" + (at 0 -2.135 90) + (layer "F.SilkS") + (hide yes) + (uuid "f6a5c856-f2b5-40eb-a958-b666a0d408a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x08" + (at 0 11.025 90) + (layer "F.Fab") + (hide yes) + (uuid "2b25e886-ded1-450a-ada1-ece4208052e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c251e06-9772-4456-97bf-f2e663e347f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1a16979-e362-484b-b5f4-94950fac8d84") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "771d45bb-eda6-4ba6-9460-0f6de8525a22") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005dad05ff") + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start -1.8 10.05) + (end -1.8 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ffa442c7-cbef-461f-8613-c211201cec06") + ) + (fp_line + (start 1.75 10.05) + (end -1.8 10.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "456c5e47-d71e-4708-b061-1e61634d8648") + ) + (fp_line + (start -1.8 -1.15) + (end 1.75 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "319c683d-aed6-4e7d-aee2-ff9871746d52") + ) + (fp_line + (start 1.75 -1.15) + (end 1.75 10.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "162e5bdd-61a8-46a3-8485-826b5d58e1a1") + ) + (fp_line + (start -1.27 9.525) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f3fba7a-cf45-4bd8-9035-07e6fa0b4732") + ) + (fp_line + (start 1.27 9.525) + (end -1.27 9.525) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb1a49ef-0a06-4f40-9008-61d1d1c36198") + ) + (fp_line + (start 1.27 0) + (end 1.27 9.525) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0f0f7bb5-ade7-4a81-82b4-43be6a8ad05c") + ) + (fp_line + (start -1.27 -0.635) + (end 0.635 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4346fe55-f906-453a-b81a-1c013104a598") + ) + (fp_line + (start 0.635 -0.635) + (end 1.27 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e6153e6-2c19-46de-9a8e-b310a2a07861") + ) + (fp_text user "${REFERENCE}" + (at 0 4.445 0) + (layer "F.Fab") + (uuid "c512fed3-9770-476b-b048-e781b4f3cd72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 58 "/IO_Banks/IO_Buffer_B/Z0") + (uuid "56d2bc5d-fd72-4542-ab0f-053a5fd60efa") + ) + (pad "2" thru_hole oval + (at 0 1.27 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 67 "/IO_Banks/IO_Buffer_B/Z1") + (uuid "09bbea88-8bd7-48ec-baae-1b4a9a11a40e") + ) + (pad "3" thru_hole oval + (at 0 2.54 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 68 "/IO_Banks/IO_Buffer_B/Z2") + (uuid "41c18011-40db-4384-9ba4-c0158d0d9d6a") + ) + (pad "4" thru_hole oval + (at 0 3.81 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 69 "/IO_Banks/IO_Buffer_B/Z3") + (uuid "0fb27e11-fde6-4a25-adbb-e9684771b369") + ) + (pad "5" thru_hole oval + (at 0 5.08 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 71 "/IO_Banks/IO_Buffer_B/Z4") + (uuid "08ec951f-e7eb-41cf-9589-697107a98e88") + ) + (pad "6" thru_hole oval + (at 0 6.35 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 70 "/IO_Banks/IO_Buffer_B/Z5") + (uuid "2eea20e6-112c-411a-b615-885ae773135a") + ) + (pad "7" thru_hole oval + (at 0 7.62 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 72 "/IO_Banks/IO_Buffer_B/Z6") + (uuid "49fec31e-3712-4229-8142-b191d90a97d0") + ) + (pad "8" thru_hole oval + (at 0 8.89 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 60 "/IO_Banks/IO_Buffer_B/Z7") + (uuid "022502e0-e724-4b75-bc35-3c5984dbeb76") + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c153cfe") + (at 126.9 90.3 90) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C82" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "cfec88d2-05ea-4320-9be6-2559d89ee700") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "4u7" + (at -1.15 0 0) + (layer "F.Fab") + (uuid "f7475c2a-e91e-435c-bec2-3307ef3e1f94") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa69508c-a37b-40de-8183-f0b36dbccd88") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a089152-599c-43bc-869a-31127c303d7d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "98590617-a651-4937-900d-cffb9bf8d091") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005ddaeb2c") + (attr smd) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85ec87eb-bb51-43f3-adf5-d04ca264762d") + ) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cebfc912-6282-4a1e-923e-74c4961c2aad") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6579642b-a152-47f7-af0e-0d8866bdfcb8") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5de5a872-aa15-495b-b53b-b8a64bbfa4f0") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eac540a2-0555-4530-b9cb-9b037a65c0a7") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a16dbf15-8f5b-4766-b048-90ba89efcc02") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0f3121ae-1081-4d81-b548-dceafa613e21") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66cc4ddc-a52d-4ad7-986e-68f000539802") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8f8bb641-6f96-48dd-a2de-b7e2aaf6efe0") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe1c93f4-4468-424b-a088-27aef08b62b4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "6e416a78-df14-48ee-9842-e6e24081191e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 90) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "+5V") + (uuid "6e21d8a8-05db-450e-863d-764ba51b5b58") + ) + (pad "2" smd roundrect + (at 0.7875 0 90) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "b2f7301d-582c-4990-a060-4a71ef08c6eb") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c15d37b") + (at 119.7 100.7 -90) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C31" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "e8558fbd-ea42-43a6-966a-7bd304bdfaad") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "4u7" + (at -1.2 0 0) + (layer "F.Fab") + (uuid "ab26a42e-b7f6-4a80-b26c-c01085e448c7") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f1986fe-e6a7-4684-b04d-c5927e793f3b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fff6e92e-26ca-45dc-a675-a70c134c62dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7d697fbe-3b1a-4439-b091-ed42b48cede1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005ddaeb2c") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df1435bb-8018-455d-9925-63e774164119") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6776c573-26e6-4a02-ab96-18129f258651") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee3188d0-94cf-4bcc-9f57-e516684fc142") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2fea3f9c-a97b-4a77-88f7-98b3d8a00622") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "46a20b99-b616-4fa4-af79-eecf92b5c191") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6dfa921c-8a4f-4fcf-a0e7-8718b6271ea9") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dbd87a35-3166-440e-a8f0-c71d214a12a6") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a067c43d-047d-48ca-a682-5bbb620e3988") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b894b8a-c098-4d9d-be0f-2ef41dea274e") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ba85d0a-e58f-45a8-9d86-ad6c976003b7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "a9ad6ea5-8293-424c-89d4-c01baf033429") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 270) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "+5V") + (uuid "5f74c6fb-337b-40a9-9b79-933f2f30429a") + ) + (pad "2" smd roundrect + (at 0.7875 0 270) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "ff203a9b-3d2e-4e1d-a6f0-12d16e5120fb") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c15d3cc") + (at 123.3 103.7 180) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C53" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "aa52a4ee-249d-4f84-a65a-9c1702b5bb75") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "4u7" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "09321bf4-1ea1-49b5-b1f9-ac29d6606a74") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "67eb99f3-641e-4756-9a7a-54ede867c2d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6ef414c7-69ad-4d1f-b539-81ab15f6870f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73f3eeff-d104-4d3b-ab88-0b9085e0c97b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005dce4ed0") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed76cb21-0b5e-4ca2-8075-7e28e38e7199") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ddee80f-a354-4a11-ae03-acb37cf50626") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "89be6ff8-dff7-4df0-876d-d5989d658e36") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5b867f3d-ce38-4d21-95dd-fe114f76e9dc") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3742a313-c63e-4807-a7bf-be5a0ae2c781") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5080cf4c-abda-4232-b279-44d0e6b9bde3") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16aa2316-1a67-45e5-b6c4-e59dd85814f4") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7f4b7c2c-9af8-4317-9338-c2a6d8990ded") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3b909fd4-b382-4019-8708-80d1d9a9fe1c") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5891aa7f-2e48-4492-8db1-d54810991036") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "b5de2bf0-583c-45d9-bc5e-15007fe3ede8") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "5f8cf0a3-5039-4ac4-8310-e201f8c0505f") + ) + (pad "2" smd roundrect + (at 0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "fd693e1b-ee8d-4a26-aae0-561ba4b09a82") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c15d417") + (at 125.7 102.2 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R28" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "a498800d-c7f2-4a17-96da-2f9a8f6ad361") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "59k" + (at 0 0.7 -90) + (layer "F.Fab") + (uuid "e8863b0a-bdcc-4c2a-b3e9-c6dcfc091d1e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02cf77ec-980d-4ba0-a146-ec6f9995a27e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5c0035d6-a128-4e9d-a35c-64a81a2663fd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "336a2fcd-344b-44d4-8698-0e9948fc6a4c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b072576") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d1d272e9-a112-40e9-8ccd-279b04adb456") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "802934f8-7c36-4345-a27f-3454fedf92f5") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d2b287bc-2f46-4c35-bfa6-97b6a4a32736") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3900a3b0-431b-4976-9497-7ceb8bad1232") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c0cd657-4a0d-4409-9555-bb1ce90e34ed") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "511ca6ca-1c86-41e8-b3f2-11a64d5df8db") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1cdea97-084c-4836-89b5-4ca1fb43c3fe") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "278c08c8-62b2-42d5-ba30-8cbcfc259807") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "19d84518-aa56-4a89-beed-78ce8456d9cf") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 157 "/IO_Banks/IO_Buffer_B/VFB") + (uuid "d877237b-ec99-4b5c-877c-78f09f24b4c8") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "2eb5c7ae-ece1-4fed-b4e9-592cfba8365c") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c15d4ec") + (at 125.7 100.3 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R27" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "eba3e869-9c4e-40f7-aa3e-e2c1bcfc73f2") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "49k9" + (at 0 0.7 -90) + (layer "F.Fab") + (uuid "e921d58d-34eb-4712-9ae1-ea79177cfaf4") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ecdb2943-d3e7-42a7-9d11-93ac52206916") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c44d896-91d0-4482-9ee6-0ca0eeb78c25") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1701e402-ebcf-4500-86de-3ae873cb2380") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b083b9f") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6cb9631d-f4f9-464d-ad18-d53fa23081fa") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ebca813b-d03c-4d15-a46c-a958b096aefa") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3739076a-baeb-4668-95d4-28b7b5f3ab71") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "39bba2de-58c8-476c-98e2-bfd08f6032b9") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7453f44-321c-4050-b18b-a12237a10415") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c91abc1a-9225-47cc-9d9c-5d96a0e6c5bb") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d932e413-55ae-457b-a959-bad83c84d724") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a4724856-e209-425c-bddb-8aaca3cddaab") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "0db1eaf5-5010-44fc-a4d5-224d3d02536a") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 226 "/IO_Banks/IO_Buffer_B/VDAC") + (uuid "6dcb6b48-87fc-45e5-b5d2-2e548601fab8") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 157 "/IO_Banks/IO_Buffer_B/VFB") + (uuid "2e687927-3955-4336-8c63-93be156bb630") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Fiducial:Fiducial_0.75mm_Mask1.5mm" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c160ea2") + (at 122 118.5) + (descr "Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B)") + (tags "fiducial") + (property "Reference" "FID3" + (at 0 -2 0) + (layer "F.SilkS") + (hide yes) + (uuid "8b963561-586b-4575-b721-87e7914602c6") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "Fiducial_0.75mm_Mask1.5mm" + (at 0 2 0) + (layer "F.Fab") + (hide yes) + (uuid "da862bae-4511-4bb9-b18d-fa60a2737feb") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0254fa47-0e7b-44f9-9854-fcf56ac5d368") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85587bfe-2e42-4a9d-bc41-167b4222b25d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c35602d3-17bd-40d0-a15a-5fbadd87e78d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "82204892-ec79-4d38-a593-52fb9a9b4b87") + ) + (fp_circle + (center 0 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "b8c8c7a1-d546-4878-9de9-463ec76dff98") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "dec284d9-246c-4619-8dcc-8f4886f9349e") + (effects + (font + (size 0.3 0.3) + (thickness 0.05) + ) + ) + ) + (pad "" smd circle + (at 0 0) + (size 0.75 0.75) + (layers "F.Cu" "F.Mask") + (solder_mask_margin 0.375) + (clearance 0.375) + (uuid "ae8bb5ae-95ee-4e2d-8a0c-ae5b6149b4e3") + ) + ) + (footprint "Fiducial:Fiducial_0.5mm_Dia_1mm_Outer" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c161239") + (at 78.6 90.4) + (descr "Circular Fiducial, 0.5mm bare copper top; 1mm keepout (Level C)") + (tags "marker") + (property "Reference" "FID8" + (at 0 -1.5 0) + (layer "F.SilkS") + (hide yes) + (uuid "50cff528-e450-4316-9cb8-2214e4d20985") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "Fiducial_0.5mm_Dia_1mm_Outer" + (at -0.6 -3.4 0) + (layer "F.Fab") + (hide yes) + (uuid "ff1f874f-92dd-4417-98ba-01533012ca7a") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fb98d366-dd0a-4ec7-adac-a11f3de91100") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b6cbd3b-5a2b-4c07-a4c1-d285e242a870") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "863a7af0-b80c-405f-a0fa-94bc08656b80") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_circle + (center 0 0) + (end 0.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "a225e9fd-6545-4110-8e72-7e9c999e5896") + ) + (fp_circle + (center 0 0) + (end 0.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e452492d-035a-4361-8fab-fa3eca341746") + ) + (pad "~" smd circle + (at 0 0) + (size 0.5 0.5) + (layers "F.Cu" "F.Mask") + (solder_mask_margin 0.25) + (clearance 0.25) + (uuid "ce26a67b-8096-4ac9-9430-883e76869ef9") + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c161349") + (at 125.7 90.3 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C59" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "f66e7f65-5501-4321-8ccd-03563508f0c3") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at -0.9 0 0) + (layer "F.Fab") + (uuid "6f8b6e75-4ad5-4b67-aeaa-581ac81efbdc") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe9d290e-5126-488e-aaa1-295bdc2502cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "337e28f5-3a7c-41f5-9e6a-e01af91ec600") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2bc1662f-5ffd-49a1-993f-f117dba3a57b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005ad9c9d7") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c8fa5c9-e85d-47eb-8ff6-525f12f1e0f8") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29247d4e-2970-4492-af98-cbe5a7c43fda") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "36c4a32b-9a7b-41a6-9eb3-32a4e05cd500") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66d971b9-10a0-41f4-91b7-1d6842ea0b4d") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ed9fa7f1-c410-42e5-9bc1-ad6bd344391f") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "75e89c98-f890-426a-8fa1-7783981e0a3c") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e7cb52f-3bca-40b3-a79f-340d11cdb039") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6df354e5-0ed8-486f-aaba-922f1d8df851") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "70baef17-e834-4128-ab71-7a0e5bb0e8be") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "+5V") + (uuid "21ec310c-afa2-4595-bab5-c6ae1e9a8417") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "93b4ba79-90d0-48a3-97cc-50ed69cdc627") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c162ef3") + (at 120.9 88.8 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R34" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "a8091706-fc03-485f-99de-85f037326f50") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "59k" + (at 0 0.7 -90) + (layer "F.Fab") + (uuid "e25f0cb2-d101-4680-8039-e28dc3ef0e9b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "851e5451-d973-4035-8dd5-39544ef5020f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82acc265-2774-4599-a4d1-db7548971cfc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ccd6aaaf-cee4-461d-be96-0d9f92c7359b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b072576") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "600790da-009c-416b-b328-c098d09ec7e9") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d92bbe04-d739-4545-819a-e5ee4b4b49b1") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5745a04b-39bd-4cb4-89ea-e90a2c48774a") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c97c8102-2bf1-4ea4-9aa9-15a404c92447") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d418f4a-1f96-40d9-af23-daa03b7feb31") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d083eb6c-4193-4c6e-8bed-de8b6ee512ce") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1949e7c9-6123-4a49-85e5-c886919fc2f5") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec13d830-67f1-4408-9fd2-96be273e8b39") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "c7be7d36-044c-4624-98a0-a11901bbb38c") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 158 "/IO_Banks/IO_Buffer_A/VFB") + (uuid "897c79e5-3d91-4f46-8ead-84d2a2b4a77c") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "b81dfee1-a640-4f3f-9d50-8f16edf039b6") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c16a7d7") + (at 59.35 93.15 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C12" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "4b8be3ff-4f25-49f4-9eee-d26026895d38") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "9p" + (at -1.05 0 90) + (layer "F.Fab") + (uuid "9c352ce5-8dcd-4676-8f85-0d97597fd098") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e2ce936-6d40-426a-8e06-9b59d591464e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e52a4400-c6a3-4c63-b482-51369d826b5e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7445b44c-e2fc-43dd-ab5a-38ec6e545688") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ad0b949") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2687370f-49a5-4bc5-9d99-d875739be787") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "52039751-7c90-4bad-b446-00e9c6094980") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4035c6d5-0218-4683-a405-7b7b1fd841f8") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "463adae5-2b8d-4805-b9f3-b2a6f8105566") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "473c668c-5f7b-4cf5-8012-906483dc5dc1") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a3b3ac1-1149-4af0-88a5-7f64e33c4898") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7856fd3e-7cb2-4617-9f08-e93b38475b94") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac99f243-aa8f-4496-82dd-cd58dae79415") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "3cd62bef-586b-4354-a0d8-b45f0b86f8d4") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 10 "/XTALIN") + (uuid "9cda867b-4eb8-4af0-9da1-fb3c11f6d1f3") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "33f0ff87-5826-47b7-a189-ca3528f1f211") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c1776cc") + (at 59 89 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R16" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "34a11a07-8b7f-45d2-96e3-89fd43e62756") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "10k" + (at 0 0.7 -90) + (layer "F.Fab") + (uuid "47993d80-a37e-426e-90c9-fd54b49ed166") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d3cf5df-83c2-47b7-896a-ae4f0e41521f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f27b7ca8-80d5-4ce3-9166-a474ed2e2203") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bdd77ff8-8d33-43d0-9eee-e44afb055904") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b4782c1") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2026567f-be64-41dd-8011-b0897ba0ff2e") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77ef8901-6325-4427-901a-4acd9074dd7b") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "981ff4de-0330-4757-b746-0cb983df5e7c") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88a17e56-466a-45e7-9047-7346a507f505") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "01024d27-e392-4482-9e67-565b0c294fe8") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54093c93-5e7e-4c8d-8d94-40c077747c12") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "acf5d924-0760-425a-996c-c1d965700be8") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb9a832c-737d-49fb-bbb4-29a0ba3e8178") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "fead07ab-5a70-40db-ada8-c72dcc827bfc") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 36 "/LED_ERR") + (uuid "59e09498-d26e-4ba7-b47d-fece2ea7c274") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 35 "Net-(D5-Pad2)") + (uuid "7943ed8c-e760-4ace-9c5f-baf5589fae39") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c188e5a") + (at 76.4 90.3) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R17" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "ea4e4e6a-929c-474e-821a-a752170b4f9c") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "100k" + (at 0 0.7 0) + (layer "F.Fab") + (uuid "d312a4d8-3900-420d-83df-acf2d1616827") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2c79005-0cb6-4f7e-87d6-e773287cd708") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e250d841-a956-47d6-b0d8-98ba80b339f6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27063891-3366-4d0d-b6b7-c0b7aee52b54") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b4b69b8") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80f86dbb-173a-407f-b1a5-5b28f6434658") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "36fe93c2-af62-4a4b-9468-8717b77d7462") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "069233a4-10e9-4ab0-93ae-dd50bb113bf6") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3d33aeba-5fad-431d-9fc6-10af2aa4505a") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d5df1fc-5823-451d-82cf-c63d48b6fd73") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa1d3239-81d4-4212-8a56-e966a88e3268") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e9a1be5-219f-4a33-9196-b331202ab340") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1b2cb8f7-8af3-444a-a537-e59bc9bc19b4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "dd7ae9c7-e47d-4f28-b899-d6d6d37bcbaf") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 42 "/~{ALERT}") + (uuid "28fad468-16c1-495b-a9b8-03671489953a") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "176991c5-eef2-490b-a3a2-c63f70c1b762") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c188fd4") + (at 59 81 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R12" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "9640e044-e4b2-4c33-9e1c-1d9894a69337") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "20k" + (at 0 0.7 -90) + (layer "F.Fab") + (uuid "3335d379-08d8-4469-9fa1-495ed5a43fba") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b2bc6531-d946-45e5-9c88-d23523cb95ec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ce730b5-08f9-4079-a849-dd7e3666f399") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1fe6b203-1784-4c97-a348-421a38613b15") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b18b70c") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd50b8dc-829d-4a1d-8f2a-6471f378ba87") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d1441985-7b63-4bf8-a06d-c70da2e3b78b") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0c544a8c-9f45-4205-9bca-1d91c95d58ef") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "74012f9c-57f0-452a-9ea1-1e3437e264b8") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "22c28634-55a5-4f76-9217-6b70ddd108b8") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4d2fd49e-2cb2-44d4-8935-68488970d97b") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cfdef906-c924-4492-999d-4de066c0bce1") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f220d6a7-3170-4e04-8de6-2df0c3962fe0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "bb5d2eae-a96e-45dd-89aa-125fe22cc2fa") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "c37d3f0c-41ec-4928-8869-febc821c6326") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 41 "Net-(D1-Pad2)") + (uuid "facb0614-068b-4c9c-a466-d374df96a94c") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c18913b") + (at 59 83 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R13" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "9f4abbc0-6ac3-48f0-b823-2c1c19349540") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "20k" + (at 0 0.7 -90) + (layer "F.Fab") + (uuid "d5f4d798-57d3-493b-b57c-3b6e89508879") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0992f3ab-3871-422d-8c2f-8b98ebb5919f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4fa7ed8d-47bb-4d7f-b1ae-420fa7350c86") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc935d82-2bb0-4fcb-9430-9170a054e6c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b4785d4") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dd2d59b3-ddef-491f-bb57-eb3d3820bdeb") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b44c0167-50fe-4c67-94fb-5ce2e6f52544") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "765684c2-53b3-4ef7-bd1b-7a4a73d87b76") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bd29b6d3-a58c-4b1f-9c20-de4efb708ab2") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42ecdba3-f348-4384-8d4b-cd21e56f3613") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e4504518-96e7-4c9e-8457-7273f5a490f1") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a22bec73-a69c-4ab7-8d8d-f6a6b09f925f") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a5610bb-d01a-4417-8271-dc424dd2c838") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "5a390647-51ba-4684-b747-9001f749ff71") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 33 "/LED_CY") + (uuid "2681e64d-bedc-4e1f-87d2-754aaa485bbd") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 34 "Net-(D2-Pad2)") + (uuid "c811ed5f-f509-4605-b7d3-da6f79935a1e") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:Crystal_SMD_3225-4Pin_3.2x2.5mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c1894ee") + (at 61.9 92.4) + (descr "SMD Crystal SERIES SMD3225/4 http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, 3.2x2.5mm^2 package") + (tags "SMD SMT crystal") + (property "Reference" "Y1" + (at 0 0.3 180) + (layer "F.SilkS") + (hide yes) + (uuid "4fa99099-f9f2-4dd5-ac40-ec35aef9f960") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "24M" + (at 0 -0.8 180) + (layer "F.Fab") + (uuid "f48f0041-ce42-4bd4-9cbf-e7a61f40b63d") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5495c09c-1d7b-4105-a2e6-a73ab197cef9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a316cae-6414-47ca-81a0-a40404c846ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d482dae9-1696-435b-b041-b911b45c29cc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acc4bc0") + (attr smd) + (fp_line + (start -2 -1.65) + (end -2 1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1cf58251-c1b2-4126-887d-6d7eeec86d3e") + ) + (fp_line + (start -2 1.65) + (end 2 1.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "906df0a0-5839-47c0-b332-cec00bfc8d50") + ) + (fp_line + (start -2.1 -1.7) + (end -2.1 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9399a2b1-4c2e-41f3-8f9a-0a23f3b4fe50") + ) + (fp_line + (start -2.1 1.7) + (end 2.1 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "36ab2ee8-a550-4312-900e-fe60a1ab52df") + ) + (fp_line + (start 2.1 -1.7) + (end -2.1 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af344df5-f8f1-4300-8c40-51d1681a9cb2") + ) + (fp_line + (start 2.1 1.7) + (end 2.1 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "33529587-bbb4-4ca0-bcdf-15fd64295461") + ) + (fp_line + (start -1.6 -1.25) + (end -1.6 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bce33354-18a7-44b2-9dba-ee85e434d6ee") + ) + (fp_line + (start -1.6 0.25) + (end -0.6 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "abaf618d-6655-4799-acfb-78bd7f6588da") + ) + (fp_line + (start -1.6 1.25) + (end 1.6 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b36ced1f-5291-481a-8fe7-e37301bca3e6") + ) + (fp_line + (start 1.6 -1.25) + (end -1.6 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3972d90f-ee24-4cf5-8d82-ff4abccf2f2b") + ) + (fp_line + (start 1.6 1.25) + (end 1.6 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2ac31afe-6dde-403d-bbdc-3366c8b144f8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c469846c-a104-4bfc-aae8-66d18a7e7de0") + (effects + (font + (size 0.7 0.7) + (thickness 0.105) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1 0.85) + (size 1.4 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 10 "/XTALIN") + (uuid "907bca71-7218-4f03-b4bd-586121fcf8e0") + ) + (pad "2" smd roundrect + (at 1.1 0.85) + (size 1.4 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "345d0db5-afa8-4790-839b-293d8c7171b3") + ) + (pad "3" smd roundrect + (at 1.1 -0.85) + (size 1.4 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 9 "/XTALOUT") + (uuid "46f1fe2c-bc01-4b14-852f-f73c7cee1411") + ) + (pad "4" smd roundrect + (at -1.1 -0.85) + (size 1.4 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "de759948-161e-4bbe-93f4-670a576de500") + ) + (model "${KISYS3DMOD}/Crystal.3dshapes/Crystal_SMD_3225-4Pin_3.2x2.5mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_BGA:BGA-121_9.0x9.0mm_Layout11x11_P0.8mm_Ball0.4mm_Pad0.35mm_NSMD" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c189e1f") + (at 83.7 95.5 -90) + (descr "121-ball, 0.8mm BGA (based on http://www.latticesemi.com/view_document?document_id=213)") + (tags "BGA 0.8mm 9mm 121") + (property "Reference" "U30" + (at -0.7 0 180) + (layer "F.SilkS") + (hide yes) + (uuid "7de887d4-da14-4b22-b372-4b04f388a01c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "ICE40HX8K-BG121" + (at -3.9 0 0) + (layer "F.Fab") + (uuid "aa579943-6256-421f-99a1-5324cbab689c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "141ca04a-a3b4-4fe6-8e35-fa1f0500793a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f02a111-56a1-4a67-9318-cd845adca605") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f5544f3f-6354-4441-b2de-b381bd5299da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005bd3e5fd") + (solder_mask_margin 0.075) + (attr smd) + (fp_line + (start -4.625 4.625) + (end 4.625 4.625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3b42dfd-ce96-4628-b908-9d21e2397845") + ) + (fp_line + (start -4.625 -3.525) + (end -4.625 4.625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "edf1a077-1088-4990-81c3-c25e6cc707f4") + ) + (fp_line + (start -3.525 -4.625) + (end 4.625 -4.625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11c27008-7f57-4c97-8e78-104a00b57e21") + ) + (fp_line + (start 4.625 -4.625) + (end 4.625 4.625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df69d4e4-80df-4941-9e37-c1292de22a0e") + ) + (fp_line + (start 5.5 5.5) + (end -5.5 5.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8df555a8-8fbe-4a70-abf3-a1df61d9b519") + ) + (fp_line + (start -5.5 -5.5) + (end -5.5 5.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0cf98fc2-f6b0-4092-b522-dce81950aae3") + ) + (fp_line + (start -5.5 -5.5) + (end 5.5 -5.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ca45b514-6983-4efd-a95c-b42f4f0187dc") + ) + (fp_line + (start 5.5 -5.5) + (end 5.5 5.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0af77c4b-93ab-4a5f-a0dc-d745ce2ad9af") + ) + (fp_line + (start -4.5 4.5) + (end 4.5 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8f83e7e3-f3a2-4d64-8dcf-30acf74c6e09") + ) + (fp_line + (start 4.5 4.5) + (end 4.5 -4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2bb9bb3-7b79-4460-84fb-890b1c1622a7") + ) + (fp_line + (start -4.5 -3.5) + (end -4.5 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d3512588-edde-4735-a9a1-be9f02a7cc04") + ) + (fp_line + (start -3.5 -4.5) + (end -4.5 -3.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a20106a5-7c6c-476e-9e8e-7784d2dfd43d") + ) + (fp_line + (start -3.5 -4.5) + (end 4.5 -4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "091e352a-dde1-4955-b710-a880d17c4919") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "15f6edf6-ca99-4936-a366-b591ef4ffb27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "A1" smd circle + (at -4 -4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 97 "/IO_Banks/QA0") + (uuid "334fe293-3e67-4319-8c33-ffefcb519490") + ) + (pad "A2" smd circle + (at -3.2 -4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 99 "/IO_Banks/QA1") + (uuid "2d109ff6-27c1-4e7c-877b-f84b3f819540") + ) + (pad "A3" smd circle + (at -2.4 -4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 101 "/IO_Banks/QA3") + (uuid "8a8fbe83-dafd-4a29-9543-267bbfa3cded") + ) + (pad "A4" smd circle + (at -1.6 -4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 103 "/IO_Banks/QA5") + (uuid "c2dc9cfd-c5ea-4d25-bc89-e7c48837663d") + ) + (pad "A5" smd circle + (at -0.8 -4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 98 "/IO_Banks/QA7") + (uuid "f9a94835-b1c5-4742-837e-47556f9855a6") + ) + (pad "A6" smd circle + (at 0 -4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 104 "/IO_Banks/QA6") + (uuid "e6de03b0-04a7-49d0-b345-b86e80b226d9") + ) + (pad "A7" smd circle + (at 0.8 -4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 145 "/IO_Banks/DA3") + (uuid "325a3248-47e8-40c8-90f1-244066c65a9e") + ) + (pad "A8" smd circle + (at 1.6 -4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 146 "/IO_Banks/DA5") + (uuid "36d12c11-edfd-4a90-8686-995da7ce1748") + ) + (pad "A9" smd circle + (at 2.4 -4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 147 "/IO_Banks/DA7") + (uuid "7a7be03b-d30a-4fc6-abe7-e94916bf3a0b") + ) + (pad "A10" smd circle + (at 3.2 -4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 164 "Net-(R39-Pad2)") + (uuid "a9cb1444-eba6-4ddf-88fb-081d86707002") + ) + (pad "A11" smd circle + (at 4 -4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 169 "Net-(R45-Pad2)") + (uuid "a7cf9252-7b9d-4fb8-9c38-9f8f0d721bbd") + ) + (pad "B1" smd circle + (at -4 -3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 114 "/IO_Banks/Z0_P") + (uuid "f768c20f-2a32-4fea-a800-b4a82a15d553") + ) + (pad "B2" smd circle + (at -3.2 -3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 123 "/IO_Banks/Z0_N") + (uuid "9918c5b5-1c15-4ec9-ae58-aee6884a34b0") + ) + (pad "B3" smd circle + (at -2.4 -3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 100 "/IO_Banks/QA2") + (uuid "30b67311-4a25-4ff6-b039-8b63a8d8435a") + ) + (pad "B4" smd circle + (at -1.6 -3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 163 "Net-(R10-Pad1)") + (uuid "06860a96-9024-4961-be5b-75ca7af1d996") + ) + (pad "B5" smd circle + (at -0.8 -3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 102 "/IO_Banks/QA4") + (uuid "43e0cf57-aac5-427c-996d-14e52f36da40") + ) + (pad "B6" smd circle + (at 0 -3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 102 "/IO_Banks/QA4") + (uuid "fabcdf52-b758-43bb-a760-cb0bfaea8957") + ) + (pad "B7" smd circle + (at 0.8 -3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 104 "/IO_Banks/QA6") + (uuid "3e9fa01f-48e9-4c58-997e-0bab5b5694a8") + ) + (pad "B8" smd circle + (at 1.6 -3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 142 "/IO_Banks/DA4") + (uuid "e1772ffd-d3c3-4dc7-9a3d-473657b66706") + ) + (pad "B9" smd circle + (at 2.4 -3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 143 "/IO_Banks/DA6") + (uuid "6a86cf05-0add-42b9-a9a0-9b4aeb996306") + ) + (pad "B10" smd circle + (at 3.2 -3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "e6ff890c-25e5-40fd-9cc5-af46b1daf66b") + ) + (pad "B11" smd circle + (at 4 -3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 96 "/IO_Banks/QB0") + (uuid "2907f03e-6b26-4b62-93d5-6d22be7dc3a8") + ) + (pad "C1" smd circle + (at -4 -2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 115 "/IO_Banks/Z2_N") + (uuid "6a277219-bb06-41a3-9db9-d19bf10eb337") + ) + (pad "C2" smd circle + (at -3.2 -2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 124 "/IO_Banks/Z2_P") + (uuid "879dcbdf-30dc-4f81-b637-1fd4000b50f1") + ) + (pad "C3" smd circle + (at -2.4 -2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 132 "/IO_Banks/Z1_N") + (uuid "48cc21ce-c00d-4b37-9243-62c970c20152") + ) + (pad "C4" smd circle + (at -1.6 -2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 138 "/IO_Banks/Z1_P") + (uuid "fb56868c-b19c-4212-a841-9013b46ee67d") + ) + (pad "C5" smd circle + (at -0.8 -2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 50 "/GNDPLL1") + (uuid "efa11081-d903-4889-9ae0-ed8f6dc4ba7b") + ) + (pad "C6" smd circle + (at 0 -2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 48 "/VCCPLL1") + (uuid "dd4c734f-379a-44f0-b625-376dcffe44ea") + ) + (pad "C7" smd circle + (at 0.8 -2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 141 "/IO_Banks/DA0") + (uuid "e59d4447-9c6c-4094-a5a3-603fca57ff44") + ) + (pad "C8" smd circle + (at 1.6 -2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 144 "/IO_Banks/DA1") + (uuid "aade9b49-ca5a-42a0-aec3-2c819e72c349") + ) + (pad "C9" smd circle + (at 2.4 -2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 165 "Net-(R43-Pad2)") + (uuid "7328a55a-6fe1-4aeb-912c-4ea65c72eb6f") + ) + (pad "C10" smd circle + (at 3.2 -2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "0eb948a8-05b7-4742-8179-6fa05bebcf8c") + ) + (pad "C11" smd circle + (at 4 -2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 94 "/IO_Banks/QB1") + (uuid "b81bd43c-084d-4a5d-88ab-195d5e5035a2") + ) + (pad "D1" smd circle + (at -4 -1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 116 "/IO_Banks/Z3_N") + (uuid "f007eacd-cde9-49e9-b1d1-4508796cc6a6") + ) + (pad "D2" smd circle + (at -3.2 -1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 125 "/IO_Banks/Z4_P") + (uuid "097c0309-c6c3-4ba8-be84-f8e75f093831") + ) + (pad "D3" smd circle + (at -2.4 -1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 133 "/IO_Banks/Z4_N") + (uuid "d3d3b61e-72a7-4ced-b048-77694ef8fa81") + ) + (pad "D4" smd circle + (at -1.6 -1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 29 "+1V2") + (uuid "e6ce6c79-9170-4ea2-b9bd-87d942d1f8ee") + ) + (pad "D5" smd circle + (at -0.8 -1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 43 "/CLKREF") + (uuid "0c7c12ca-6132-4301-a870-d65994808e03") + ) + (pad "D6" smd circle + (at 0 -1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "591e969d-7122-41e3-8c35-363e2a9714ca") + ) + (pad "D7" smd circle + (at 0.8 -1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 155 "/IO_Banks/DA2") + (uuid "d7be9a91-16f0-4839-a91f-250dcabde07e") + ) + (pad "D8" smd circle + (at 1.6 -1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 29 "+1V2") + (uuid "2bed6ca1-bcbb-4623-afa9-a76487076467") + ) + (pad "D9" smd circle + (at 2.4 -1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 112 "/IO_Banks/U4") + (uuid "eac88b9b-4226-43c7-9238-94c134da0ab1") + ) + (pad "D10" smd circle + (at 3.2 -1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 93 "/IO_Banks/QB2") + (uuid "38bef892-3741-43c0-a6af-4a33f7f712a2") + ) + (pad "D11" smd circle + (at 4 -1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 92 "/IO_Banks/QB3") + (uuid "9f9126b0-dd1e-49be-922e-fd09297e0548") + ) + (pad "E1" smd circle + (at -4 -0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 117 "/IO_Banks/Z3_P") + (uuid "c5659d85-4e68-4ee7-aea7-324cee125bb2") + ) + (pad "E2" smd circle + (at -3.2 -0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 126 "/IO_Banks/Z5_P") + (uuid "452fc0a0-38a9-4217-86a8-959200c7ad90") + ) + (pad "E3" smd circle + (at -2.4 -0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 134 "/IO_Banks/Z5_N") + (uuid "621a4ecc-ab75-4d67-8f43-b240467c7c59") + ) + (pad "E4" smd circle + (at -1.6 -0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 139 "/IO_Banks/VIO_AUX") + (uuid "97353067-49c7-424b-b0c3-9e3cd462b0d3") + ) + (pad "E5" smd circle + (at -0.8 -0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "ccb75d38-f2cc-49f6-b121-a5d2c20c1ac8") + ) + (pad "E6" smd circle + (at 0 -0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "da583fd8-297c-45d1-a802-ffe1e43db9b6") + ) + (pad "E7" smd circle + (at 0.8 -0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "bfffbad2-4c7e-4467-a541-750984bf2cf4") + ) + (pad "E8" smd circle + (at 1.6 -0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 111 "/IO_Banks/U5") + (uuid "87e411ae-3114-4a62-90e0-49212cb778c5") + ) + (pad "E9" smd circle + (at 2.4 -0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 113 "/IO_Banks/U3") + (uuid "50a665e2-2679-4e9c-82aa-3fe56e2d0dad") + ) + (pad "E10" smd circle + (at 3.2 -0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 91 "/IO_Banks/QB4") + (uuid "ccbccc68-d102-4809-a3c8-c848af50e594") + ) + (pad "E11" smd circle + (at 4 -0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 90 "/IO_Banks/QB5") + (uuid "d3de50b0-1589-4d91-93f2-c442506abfb3") + ) + (pad "F1" smd circle + (at -4 0 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 118 "/IO_Banks/Z6_P") + (uuid "ef3c20a9-74fe-4bea-a401-04991b56d78b") + ) + (pad "F2" smd circle + (at -3.2 0 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 127 "/IO_Banks/Z6_N") + (uuid "01d2f9bc-2a40-45e2-aace-1a8287a77613") + ) + (pad "F3" smd circle + (at -2.4 0 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 135 "/IO_Banks/Z7_N") + (uuid "b80b6596-4fbd-40ff-ac5c-6709b32c0242") + ) + (pad "F4" smd circle + (at -1.6 0 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 140 "/IO_Banks/Z7_P") + (uuid "3afe9e8a-a6f8-41da-98b3-705e23be9e97") + ) + (pad "F5" smd circle + (at -0.8 0 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "077c7713-5f8a-46ad-9e1e-0a158b076dfa") + ) + (pad "F6" smd circle + (at 0 0 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "ab31a2ed-32be-4673-85c4-0890d6200220") + ) + (pad "F7" smd circle + (at 0.8 0 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "ee4c6544-dcb2-4120-b150-5c4d1c49c47d") + ) + (pad "F8" smd circle + (at 1.6 0 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "2a21fb11-bf9f-4892-8443-9e0ba5dd08ff") + ) + (pad "F9" smd circle + (at 2.4 0 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 148 "/IO_Banks/DB0") + (uuid "94cbfc13-d61a-4fdd-b97d-9f86f3a34f14") + ) + (pad "F10" smd circle + (at 3.2 0 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 95 "/IO_Banks/QB7") + (uuid "b97186d5-6279-44a4-aecc-e1c14fe16aef") + ) + (pad "F11" smd circle + (at 4 0 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 89 "/IO_Banks/QB6") + (uuid "357049db-c668-4a77-9a25-ce8b90dfd32b") + ) + (pad "G1" smd circle + (at -4 0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 119 "/IO_Banks/Z8_P") + (uuid "caaac10f-fff3-4567-8b4f-23e44ea7421b") + ) + (pad "G2" smd circle + (at -3.2 0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 128 "/IO_Banks/Z8_N") + (uuid "a24665dd-f547-4b22-bca9-e623facf4851") + ) + (pad "G3" smd circle + (at -2.4 0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 136 "/IO_Banks/Z9_P") + (uuid "d74f7fae-7a50-40eb-bb78-aad3d94a03cc") + ) + (pad "G4" smd circle + (at -1.6 0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 139 "/IO_Banks/VIO_AUX") + (uuid "49772ec2-b234-4a8d-ac9a-dfc43e3dd4d3") + ) + (pad "G5" smd circle + (at -0.8 0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "cc8e494f-d931-404a-adc2-01db1160bf35") + ) + (pad "G6" smd circle + (at 0 0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "5d78904d-6d60-4d3d-ae57-28c5f7a80ab6") + ) + (pad "G7" smd circle + (at 0.8 0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "54ca8ca9-4f16-40cf-97a4-31a0081cfa8b") + ) + (pad "G8" smd circle + (at 1.6 0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 109 "/IO_Banks/U2") + (uuid "0839ce8d-bc94-4a18-9387-0ce4b277e1aa") + ) + (pad "G9" smd circle + (at 2.4 0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 105 "/IO_Banks/U1") + (uuid "9da68e0b-2159-406c-82cd-eecb076ea953") + ) + (pad "G10" smd circle + (at 3.2 0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 156 "/IO_Banks/DB2") + (uuid "a323acdd-4972-4d4f-943b-bc6a88029a1e") + ) + (pad "G11" smd circle + (at 4 0.8 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 151 "/IO_Banks/DB1") + (uuid "483ee375-806b-49a8-b71d-1527b4383c9b") + ) + (pad "H1" smd circle + (at -4 1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 120 "/IO_Banks/Z10_P") + (uuid "a5b40df4-4d8f-4b25-b2e7-4d2e44c53578") + ) + (pad "H2" smd circle + (at -3.2 1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 129 "/IO_Banks/Z10_N") + (uuid "e50f3aa8-ce7d-480b-8970-ce974ebb6ef9") + ) + (pad "H3" smd circle + (at -2.4 1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 137 "/IO_Banks/Z9_N") + (uuid "c6572db3-53c6-44c0-87ba-0d5a5981aa0d") + ) + (pad "H4" smd circle + (at -1.6 1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 29 "+1V2") + (uuid "75aaa758-c71e-4301-9dfe-aaf75724b73a") + ) + (pad "H5" smd circle + (at -0.8 1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (uuid "e48c6b79-23e7-490e-8d34-0153e7625f18") + ) + (pad "H6" smd circle + (at 0 1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "da2ed981-b137-4b7d-9461-d29cd9991155") + ) + (pad "H7" smd circle + (at 0.8 1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 12 "/D0") + (uuid "56f55bb6-4eed-416b-b118-9d46bea66843") + ) + (pad "H8" smd circle + (at 1.6 1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 29 "+1V2") + (uuid "1194f695-0776-4569-9365-1388ff1f61b6") + ) + (pad "H9" smd circle + (at 2.4 1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "/SCL") + (uuid "84c59850-a617-4b8e-9935-4a3c13fa674f") + ) + (pad "H10" smd circle + (at 3.2 1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 149 "/IO_Banks/DB4") + (uuid "ad5d15be-ae28-4e5f-924a-e7113f09b336") + ) + (pad "H11" smd circle + (at 4 1.6 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 152 "/IO_Banks/DB3") + (uuid "a05b7b41-d584-47db-9de6-426482000335") + ) + (pad "J1" smd circle + (at -4 2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 121 "/IO_Banks/Z11_P") + (uuid "8adcd312-ab4a-4413-b6a5-effc7c373c70") + ) + (pad "J2" smd circle + (at -3.2 2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 130 "/IO_Banks/Z12_N") + (uuid "dafe6b83-eb3b-467f-a569-9f3ec0c65625") + ) + (pad "J3" smd circle + (at -2.4 2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 31 "/FLAGD") + (uuid "b9c3387d-aead-45c5-a28c-bc48d72a0777") + ) + (pad "J4" smd circle + (at -1.6 2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 46 "/WR") + (uuid "ff2c165b-fcf1-4e49-a130-75315ee7c31f") + ) + (pad "J5" smd circle + (at -0.8 2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 47 "/RD") + (uuid "736ec575-72b6-45b5-94b5-96acf35c7142") + ) + (pad "J6" smd circle + (at 0 2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 49 "/VCCPLL0") + (uuid "d178c3af-8898-4af4-a6d3-7a15fb4da7ca") + ) + (pad "J7" smd circle + (at 0.8 2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "/D1") + (uuid "036afffe-cbbf-4ead-9c0c-ea4c435dd04c") + ) + (pad "J8" smd circle + (at 1.6 2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "/SDA") + (uuid "37d1dfa4-5d65-41f6-b95b-52682d6e97aa") + ) + (pad "J9" smd circle + (at 2.4 2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 14 "/D2") + (uuid "e6c97644-92a3-4952-ae44-73243f67c959") + ) + (pad "J10" smd circle + (at 3.2 2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 150 "/IO_Banks/DB6") + (uuid "d33c5df5-b20b-4d7e-94bb-ebafd74441c3") + ) + (pad "J11" smd circle + (at 4 2.4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 153 "/IO_Banks/DB5") + (uuid "d873f0f6-b4ce-4566-acf6-f884a791b77a") + ) + (pad "K1" smd circle + (at -4 3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 122 "/IO_Banks/Z11_N") + (uuid "d13e8b6d-8b82-4ae1-a8ab-4cc22756669a") + ) + (pad "K2" smd circle + (at -3.2 3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 131 "/IO_Banks/Z12_P") + (uuid "3faa37f9-f43e-4a39-a505-8dea3e4e48b1") + ) + (pad "K3" smd circle + (at -2.4 3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 24 "/A0") + (uuid "56a51644-b55f-492b-aa38-d2c3e210984a") + ) + (pad "K4" smd circle + (at -1.6 3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 42 "/~{ALERT}") + (uuid "1f704f17-bb46-4ea0-8728-305025749850") + ) + (pad "K5" smd circle + (at -0.8 3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 21 "/FLAGB") + (uuid "ffb7f592-c2f7-48ee-8e65-c3d73c901745") + ) + (pad "K6" smd circle + (at 0 3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 30 "/CLKIF") + (uuid "e0c3cfb6-c1df-42ef-b490-624c6637e557") + ) + (pad "K7" smd circle + (at 0.8 3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 19 "/D7") + (uuid "59ed5280-2b07-4e66-a7e0-df21615d622c") + ) + (pad "K8" smd circle + (at 1.6 3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 27 "/FPGA_DONE") + (uuid "a873e942-d614-4558-aa34-f59b59912653") + ) + (pad "K9" smd circle + (at 2.4 3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 17 "/D5") + (uuid "464aa031-265c-410d-83c1-58d5ac5e6c8d") + ) + (pad "K10" smd circle + (at 3.2 3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 15 "/D3") + (uuid "595b9142-c99b-431d-80f8-51bc3ccf4062") + ) + (pad "K11" smd circle + (at 4 3.2 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 154 "/IO_Banks/DB7") + (uuid "813ef21e-74e3-4161-8789-36ea572d843c") + ) + (pad "L1" smd circle + (at -4 4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 26 "/PKTEND") + (uuid "189c54ec-05be-46a0-93fa-42df75545856") + ) + (pad "L2" smd circle + (at -3.2 4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 25 "/A1") + (uuid "0b19eaa6-0683-4d7f-86d9-491c9b0ed27d") + ) + (pad "L3" smd circle + (at -2.4 4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 23 "/OE") + (uuid "5be29995-ce72-4907-83d6-de89bfe201b7") + ) + (pad "L4" smd circle + (at -1.6 4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 22 "/FLAGC") + (uuid "df0456f5-9234-4080-ae65-72a31d473a34") + ) + (pad "L5" smd circle + (at -0.8 4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 43 "/CLKREF") + (uuid "370a6913-8e45-4426-bb85-85426eb46db9") + ) + (pad "L6" smd circle + (at 0 4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 51 "/GNDPLL0") + (uuid "026eb23b-a059-48fb-a705-445100e5df17") + ) + (pad "L7" smd circle + (at 0.8 4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 20 "/FLAGA") + (uuid "4e7cc6e5-aced-4989-bbbb-e93c89ac78a7") + ) + (pad "L8" smd circle + (at 1.6 4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 18 "/D6") + (uuid "7d48fea1-5a07-43f0-9ab1-5fc2a66580c1") + ) + (pad "L9" smd circle + (at 2.4 4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 28 "/~{FPGA_RESET}") + (uuid "3127bfbe-9998-4981-8240-6dbe5c6c4200") + ) + (pad "L10" smd circle + (at 3.2 4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 16 "/D4") + (uuid "35bc867a-9c04-4f91-a36d-12dfdd2da01e") + ) + (pad "L11" smd circle + (at 4 4 270) + (size 0.35 0.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "bc37e474-697e-494e-b44a-99e7cedaeb3c") + ) + (model "${KISYS3DMOD}/Package_BGA.3dshapes/BGA-121_9.0x9.0mm_Layout11x11_P0.8mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c18b6ef") + (at 58.85 91.7 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C13" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "bf9e4529-e167-447c-a045-25248a85a1d5") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at 0 0.7 0) + (layer "F.Fab") + (uuid "f4ba32ab-ab3d-4753-a0b7-a2a898ba4b27") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c23c9c3b-7667-4d0a-be27-c148d47ff4c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "daffa0f8-8013-474a-882e-3b8b05b2a79e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ce86688-1f13-4e6e-ba43-57fe2cba9c21") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acf7322") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4b77d0a4-5200-4718-ad55-d12fcc0160fd") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "970b75d2-be6a-4922-bf76-1e9d7e25dec5") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "49c7cb3f-a658-4999-a305-f40b4dfcb82f") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b719a6ee-0144-4966-8b91-52a9b865a921") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca0a8209-494a-467f-a97e-e0b7c2ab04fe") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03a6503e-3bc6-4f20-910b-4b25d7b2c144") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6ab39d7-8d43-4958-82a0-c13a1e508052") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0da5400b-a1bf-449b-b183-0fcf28aff5c0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "316172bf-52bc-46b4-adac-2d48a0e34563") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 7 "/SHLD") + (uuid "bda69756-c3f2-469b-b8db-4654be9ef247") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "d7f30e11-d126-4e7b-a554-c013237d8438") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c18c255") + (at 100.1 88.5) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U16" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "39e0f00a-b805-421f-8ed9-5c24ef6aaebe") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "0bedad37-3e3c-4266-b4c1-07c7e3d0463e") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "28535163-7b9a-464f-a21a-974252e20c45") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c073786-e38a-4488-9af9-9070ad8bd296") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5da346a6-5339-4c11-baa2-44e7fd625ec6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e4203") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e9472d5-2e62-43cd-b888-fa5c05783852") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45108c5b-3874-4f53-b99e-7b06655c64f6") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "239e2fad-43c2-4c5d-b01d-958b74c9d73b") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "72941de6-4056-41a3-be67-7819992eeaa3") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "231482ff-1119-4860-be3c-5d6a4f33d8bb") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb2fdfc9-f8f7-4d99-a460-31e1e9e1906f") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a15fd52-148b-4d62-9349-832a33a996d2") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "81b5884f-0b53-4d9c-bd56-68349a70cfdc") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38cc4717-2b78-451d-a8e8-c30858d9cd68") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "21fe1bc1-d1c8-4902-93fe-7cb124f6bf69") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0aed48c5-a79a-4a41-bde0-89e9736637c1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "b92fa812-e3bc-485d-a2c8-52969ffa6bfa") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "2367e08a-8f8d-4bc0-b6ce-e2a4cddd902f") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "1292b9fb-45f9-4291-9d3e-a52497cdea91") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 180 "Net-(RN7-Pad5)") + (uuid "7ddf1699-d6ad-4845-a07e-3473cde5e6f7") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 79 "/IO_Banks/IO_Buffer_A/Y3") + (uuid "485ee4d3-27de-4a80-88eb-91e13dbef2a5") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 145 "/IO_Banks/DA3") + (uuid "7ae39c29-5978-4de8-b0d8-d1c366a90b03") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "88070912-713c-4330-af62-557ab402d00d") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c18c2d4") + (at 100.1 85.7) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U11" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "980b19d6-0b6e-4e93-8693-7a08045bf388") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "7c2084e9-3b2e-4e85-bb04-4d1893a867c2") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d3df2e7-6b7b-49ae-abe0-964b57c7ed2d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a989fb29-f007-4633-b7c3-3adda3f8bb17") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97211511-2ae3-4ce6-8e24-3b8214f8f477") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e41ce") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97973004-ab59-4480-8ec1-1121dd7cf977") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c1bd5d9-fec6-47a5-aae3-ae852ddca055") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "327c7a09-4eab-4720-836f-192dc5a1409c") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b9f7803b-2d1f-4d54-9314-0bb75d4d2a99") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2dc6e2fb-c613-4b10-8cd4-8c427cd8b3b9") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2e4cda97-bc29-413c-9d0e-c7b888cdcecd") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9aea78df-3dca-44b6-a4c7-387472e7d15c") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "91660baf-326e-48a4-991d-b0cf8125a873") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a92045c5-4f45-4090-af92-e196e8719e05") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "68b1cfb0-f603-4a17-a333-c498c12b2e4f") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42198247-7404-4437-9b4d-7a47b904f11e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "6a8b8413-8e59-4e68-a535-8f5e8b45f9c3") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "a78d65ce-1ebe-48d4-902e-55f5beb03611") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "9f1c6574-d23a-419e-b919-1dc55a0404ca") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 182 "Net-(RN7-Pad7)") + (uuid "0e6865fe-4e04-44c2-874d-f26c6b58e9dd") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 77 "/IO_Banks/IO_Buffer_A/Y1") + (uuid "c39275c1-7838-4ebf-8487-0dfef76f3fff") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 144 "/IO_Banks/DA1") + (uuid "5d1de36e-0591-465f-a55e-a456bc8d900f") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "6e9efc33-f983-4f3b-8a53-1b607511aaf7") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c193239") + (at 59 106 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R21" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "20ec6350-74a5-4d42-b316-fcebf33d4f1f") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "6k8" + (at 0 -0.7 -90) + (layer "F.Fab") + (uuid "7bcd2b39-3ed2-4d2c-8455-de5fcab07493") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "70e209e7-e494-417c-a404-636b7b2254ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "75be84ac-012c-4ce0-a1a9-d930b68602f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "94208c23-e94f-4f4e-a5ce-9cf2ba8fa977") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34fd") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc83cf23-e446-4a86-a627-d51de5b41357") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d08ce24e-7717-4be5-87bb-ae091c6d4b8b") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dab29796-d6b3-4d2d-805f-0b5d2109d9de") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5066ec9a-19df-47c4-8835-fbd519c75492") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b0435ce7-bdba-4ce7-b15a-4c85a5fe1252") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c81031fb-1f04-4fac-8d59-ac8a1a81a15c") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bdd0b335-10a1-4a58-b644-8a502b93dd0b") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62832516-11f1-4f5c-b685-8f41c44bdcd7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "854c8829-725c-43a9-9fc5-c324d25b9b34") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 113 "/IO_Banks/U3") + (uuid "4bc86510-eacc-4743-bf0b-cadae3d7b4b3") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 55 "Net-(D8-Pad2)") + (uuid "f9ff75f9-641a-49cb-8196-d4ed678570a7") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c1932ad") + (at 57 108) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D9" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "0a79db37-f1d9-40b1-a24d-8bdfb8f637e2") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "PNK" + (at -1.2 0 90) + (layer "F.Fab") + (uuid "315d2b15-cfe6-4672-b3ad-24773f3df12c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eca80272-ff82-452d-9f38-2d1a632f661d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ebf5ced-20a4-40b1-a529-24162ceacae7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8abd2985-3887-476e-9301-a0eaeab7e1ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34ad") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "93afd2e8-e16c-4e06-b872-cf0e624aee35") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a09cb1c4-cc63-49c7-a35f-4b80c3ba2217") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7df9ce6f-7f38-4582-a049-7f92faf1abc9") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "82907d2e-4560-49c2-9cfc-01b127317195") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab34b936-8ca5-4be1-8599-504cb86609fc") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80ace02d-cb21-4f08-bc25-572a9e56ff99") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a319d05-1a85-43fe-a179-ebcee7212a03") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be118b00-015b-445a-8fc5-7bf35350fda8") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "48034820-9d25-4020-8e74-d44c1441e803") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8312cc4-6502-4783-b578-55c01e0393af") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45a58c23-3e6d-4df0-af01-6d5948b0075c") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dd3da890-32ef-4a5a-aea4-e5d2141f1ff1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "5641be26-f5e9-482f-8616-297f17f4eae2") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "90d503cf-92b2-4120-a4b0-03a2eddde893") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 54 "Net-(D9-Pad2)") + (uuid "86143bb0-7899-4df8-b1df-baa3c0ac7889") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c193310") + (at 59 102 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R11" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "12d86e6a-3017-4551-9f6b-0f686bdbb6d8") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "4k7" + (at 0 -0.7 -90) + (layer "F.Fab") + (uuid "626b5ec8-8450-48aa-9676-e66ed01335de") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4d725d7-fc4a-46cf-a42a-52c44355a700") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1980b77-168d-43f1-b26c-3b647c9851fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b368c64-3058-4ac6-8659-a575eff9794b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34d0") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb3adeee-1a92-483a-ace7-e1ef71d12c76") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b5f68693-01fd-47c9-b617-85a6609e1dab") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9d5e7df5-7472-4dc8-a9fc-73987a422b16") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "25657308-4817-4a2b-914f-6d67d6d1baac") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "24a6640c-c25f-456d-8c74-892f609dcf13") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b61e78c1-958a-4345-a047-f6894dcd028d") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cbdd1bbf-3cd0-4ee4-887c-601a6f0db5ee") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a5c104d3-89c9-4abc-a64e-c0025d27215c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "fd050c79-bed7-4987-a57a-77020a3e1a94") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 105 "/IO_Banks/U1") + (uuid "7ab7b1db-1ff2-493f-8f9c-36792ad21c73") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 52 "Net-(D6-Pad2)") + (uuid "bf1f6226-2275-4b86-9c1d-d63e3a6430dd") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c193364") + (at 57 104) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D7" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "e3c3d042-f4c5-4fb1-a6b8-52aa1c14cc0e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "PNK" + (at -1.2 0 90) + (layer "F.Fab") + (uuid "8385d9f6-6997-423b-b38d-d0ab00c45f3f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "23f1ad16-fc7e-4232-9ee4-bd41ba123bdf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "096d1f7b-b8d8-408b-ba63-bfcf9e777636") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40b3d602-df68-451a-87ed-8611bb3554fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e349b") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04d60995-4f82-4f17-8f82-2f27a0a779cc") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f44a349-1ba9-4965-b217-aa1589a07228") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f74eb612-4697-4cb4-afe4-9f94828b954d") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "40b38567-9d6a-4691-bccf-1b4dbe39957b") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b45059f3-613f-4b7a-a70a-ed75a9e941e6") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "05e45f00-3c6b-4c0c-9ffb-3fe26fcda007") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2fb9964c-4cd4-4e81-b5e8-f78759d3adb5") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b2001159-b6cb-4000-85f5-34f6c410920f") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "621c8eb9-ae87-439a-b350-badb5d559a5a") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb191df4-267d-4797-80dd-be346b8eeb99") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fab1abc4-c49d-4b88-8c7f-939d7feb7b6c") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "72cc7949-68f8-4ef8-adcb-a65c1d042672") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "1a813eeb-ee58-4579-81e1-3f9a7227213c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "b754bfb3-a198-47be-8e7b-61bec885a5db") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 56 "Net-(D7-Pad2)") + (uuid "01109662-12b4-48a3-b68d-624008909c2a") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c1933e5") + (at 57 110) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D10" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "4d51bc15-1f84-46be-8e16-e836b10f854e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "BLU" + (at -1.2 0 90) + (layer "F.Fab") + (uuid "cd48b13f-c989-4ac1-a7f0-053afcd77527") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9eb11389-ef6e-41b0-b4fd-187d9372f78b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64fbf9a4-8041-4b27-baf8-b29b8c5f5648") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f247c164-9b8c-4619-8d1a-ef372f729a52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e34b6") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7114de55-86d9-46c1-a412-07f5eb895435") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f879c0e8-5893-4eb4-8e59-2292a632100f") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29cd9e70-9b68-44f7-96b2-fe993c246832") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e7376da1-2f59-4570-81e8-46fca0289df0") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "750e60a2-e808-4253-8275-b79930fb2714") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "10fa1a8c-62cb-4b8f-b916-b18d737ff71b") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9e18f8b3-9e1a-4022-9224-10c12ca8a28d") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "47484446-e64c-4a82-88af-15de92cf6ad4") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dd5f7736-b8aa-44f2-a044-e514d63d48f3") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5206328f-de7d-41ba-bad8-f1768b7701cb") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f33286e-7553-4442-acf0-23c61fcd6ab0") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e1d63b8-5189-41bb-8b6a-c4ada546b2d5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "2f5467a7-bd49-433c-92f2-60a842e66f7b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "71aa3829-956e-4ff9-af3f-b06e50ab2b5a") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 53 "Net-(D10-Pad2)") + (uuid "41524d81-a7f7-45af-a8c6-15609b68d1fd") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c19427b") + (at 125.3 81.4 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R18" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "f75bced6-245a-490c-a39b-3a0d1b65c852") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "10k" + (at 0 0.7 90) + (layer "F.Fab") + (uuid "38134ebd-0595-4638-9fc3-f48d527bf8a2") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "667f42e8-8af4-49b0-861c-14064301c053") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05582188-48e0-45b3-b9ef-ef2cf859b129") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b1751cf-9ee0-4f47-b07b-c7fe3f8e144e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b08bf5d") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2cfd8b65-c57f-44e9-b75d-735b42146491") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b52fd3a8-77a9-486e-9d72-e8640bb775c2") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3e7f16d-a250-4de7-87e5-9bc710a55c24") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "21b4b02d-73c0-4ae0-b147-e60dae395da4") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe6381fb-e684-46de-8891-ee7b19da70c7") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c14e0e25-addb-4acf-be94-fc826be74200") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e56433f-8047-4182-a23d-dde6a3760eda") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "68d357fe-ef13-4a8c-b5b7-37c38f47c25e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "79554df7-9d43-44f1-8fa6-0ceeb5d746bd") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 45 "/ENVA") + (uuid "45a58a3c-0ae3-4319-9136-f718ae1af278") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "47f8e668-273a-44f0-a487-9421f049d27f") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:PinSocket_1x08_P1.27mm_Vertical_DNP" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c19cb57") + (at 116.7 103.42 -90) + (descr "Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x08 1.27mm single row DNP") + (property "Reference" "J7" + (at 0 -2.135 90) + (layer "F.SilkS") + (hide yes) + (uuid "966ee9ec-860e-45bb-af89-30bda72b2032") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x08" + (at 0 11.025 90) + (layer "F.Fab") + (hide yes) + (uuid "83184391-76ed-44f0-8cd0-01f89f157bdb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "138ec328-fcfe-4be3-9e1d-f7789fe813fd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "addb45bc-b4ad-4783-86ca-28ceb26cbec3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f42ff8b9-f2bd-4dd6-8c40-b93c0eaaea86") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005db11458") + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start -1.8 10.05) + (end -1.8 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "db6412d3-e6c3-4bdd-abf4-a8f55d56df31") + ) + (fp_line + (start 1.75 10.05) + (end -1.8 10.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96ef76a5-90c3-4767-98ba-2b61887e28d3") + ) + (fp_line + (start -1.8 -1.15) + (end 1.75 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5576cd03-3bad-40c5-9316-1d286895d52a") + ) + (fp_line + (start 1.75 -1.15) + (end 1.75 10.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51cc007a-3378-4ce3-909c-71e94822f8d1") + ) + (fp_line + (start -1.27 9.525) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1cacb878-9da4-41fc-aa80-018bc841e19a") + ) + (fp_line + (start 1.27 9.525) + (end -1.27 9.525) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4ce9470f-5633-41bf-89ac-74a810939893") + ) + (fp_line + (start 1.27 0) + (end 1.27 9.525) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa23bfe3-454b-4a2b-bfe1-101c747eb84e") + ) + (fp_line + (start -1.27 -0.635) + (end 0.635 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a1a39fc-8030-4c93-9d9c-d79ba6824099") + ) + (fp_line + (start 0.635 -0.635) + (end 1.27 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1de61170-5337-44c5-ba28-bd477db4bff1") + ) + (fp_text user "${REFERENCE}" + (at 0 4.445 0) + (layer "F.Fab") + (uuid "49b5f540-e128-4e08-bb09-f321f8e64056") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 216 "/IO_Banks/IO_Buffer_B/P0") + (uuid "dd70858b-2f9a-4b3f-9af5-ead3a9ba57e9") + ) + (pad "2" thru_hole oval + (at 0 1.27 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 215 "/IO_Banks/IO_Buffer_B/P1") + (uuid "000b46d6-b833-4804-8f56-56d539f76d09") + ) + (pad "3" thru_hole oval + (at 0 2.54 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 214 "/IO_Banks/IO_Buffer_B/P2") + (uuid "ceb12634-32ca-4cbf-9ff5-5e8b53ab18ad") + ) + (pad "4" thru_hole oval + (at 0 3.81 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 213 "/IO_Banks/IO_Buffer_B/P3") + (uuid "113ffcdf-4c54-4e37-81dc-f91efa934ba7") + ) + (pad "5" thru_hole oval + (at 0 5.08 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 212 "/IO_Banks/IO_Buffer_B/P4") + (uuid "c7cd39db-931a-4d86-96b8-57e6b39f58f9") + ) + (pad "6" thru_hole oval + (at 0 6.35 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 211 "/IO_Banks/IO_Buffer_B/P5") + (uuid "2102c637-9f11-48f1-aae6-b4139dc22be2") + ) + (pad "7" thru_hole oval + (at 0 7.62 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 210 "/IO_Banks/IO_Buffer_B/P6") + (uuid "3f2a6679-91d7-4b6c-bf5c-c4d5abb2bc44") + ) + (pad "8" thru_hole oval + (at 0 8.89 270) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 209 "/IO_Banks/IO_Buffer_B/P7") + (uuid "272c2a78-b5f5-4b61-aed3-ec69e0e92729") + ) + ) + (footprint "Glasgow:SOT-23-5" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c19d092") + (at 123.3 101.2) + (descr "5-pin SOT23 package") + (tags "SOT-23-5") + (property "Reference" "U14" + (at 0 0 -90) + (layer "F.SilkS") + (hide yes) + (uuid "f9f43e84-340b-4af7-8310-0549b26e116e") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (property "Value" "TPS73101DBV" + (at -1.2 0 90) + (layer "F.Fab") + (uuid "df586b02-02b3-429d-a0c0-fe4a87110a37") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "406a8a61-260a-4d9e-897d-fc8c1e184476") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8a0b08b5-9250-448c-8378-c7ac95f784a7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b506bbaf-f325-4b42-9e42-3343a95a2af1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b047dc9") + (attr smd) + (fp_line + (start -0.9 1.61) + (end 0.9 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d227fc0c-bf2f-4fed-b7fc-74a4cfce6442") + ) + (fp_line + (start 0.9 -1.61) + (end -1.55 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bd5b512-af4d-43db-aa46-0fc231d1db36") + ) + (fp_line + (start -1.9 -1.8) + (end 1.9 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29440566-f617-45c7-8f5f-efafe2f0d24b") + ) + (fp_line + (start -1.9 1.8) + (end -1.9 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "faea1312-325a-42de-ac79-3fa8abc809f3") + ) + (fp_line + (start 1.9 -1.8) + (end 1.9 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "27785605-ef8c-4fa7-8f40-8dba236a9cba") + ) + (fp_line + (start 1.9 1.8) + (end -1.9 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "97660885-3db5-4ad6-a54d-91f2fd79e84a") + ) + (fp_line + (start -0.9 -0.9) + (end -0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0df6109b-09d2-45fb-ae96-95a5ff5e96e3") + ) + (fp_line + (start -0.9 -0.9) + (end -0.25 -1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7cb4adc7-e689-43cd-a738-0ba18c62365e") + ) + (fp_line + (start 0.9 -1.55) + (end -0.25 -1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "01f8b511-43b6-4be5-9a9b-f237d246e930") + ) + (fp_line + (start 0.9 -1.55) + (end 0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9aba9eaa-06af-4d38-b822-b427891cc96f") + ) + (fp_line + (start 0.9 1.55) + (end -0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3b74bf39-a850-41ab-80d6-abe0d70218a3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "b6c83280-9de8-48fe-abf6-b38751f1f93a") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1 -0.95) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "+5V") + (uuid "137b3fef-8b87-4da9-a1e4-8bcd4c388b4b") + ) + (pad "2" smd roundrect + (at -1.1 0) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "7087eb60-8768-46f6-a30a-c818144536a3") + ) + (pad "3" smd roundrect + (at -1.1 0.95) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 195 "/IO_Banks/IO_Buffer_B/VIO_EN") + (uuid "d7bfc8f5-b2ce-497c-9380-8c2afa187a14") + ) + (pad "4" smd roundrect + (at 1.1 0.95) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 157 "/IO_Banks/IO_Buffer_B/VFB") + (uuid "9ee7ef3c-98e3-451b-9ca1-8bc26f368a03") + ) + (pad "5" smd roundrect + (at 1.1 -0.95) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 200 "Net-(R6-Pad1)") + (uuid "4f0dfebc-e7f6-45a5-9f1e-4a46e29fdb26") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c19f505") + (at 107.9 101.4 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C29" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "2a78e7b6-f2ac-4df8-839a-744e896c13f8") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at -1 0 180) + (layer "F.Fab") + (uuid "4a1cfed3-30cf-4c54-9500-d2ce3443bf5d") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "910b1616-2143-4a5c-80ed-6fd642c3486d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55693c29-26f5-400d-9e45-b1c05e4b3787") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d97685c-6fce-41a3-a007-ba7c837263a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005de2f032") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "93f0c4e8-9d67-428c-9664-8fa4164531ef") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d188f1a0-ade4-4d69-ae1e-541e00700f3a") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8715f141-d743-43b2-ada1-88f322ec6115") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ccc541eb-5a09-4582-af39-bd9fa3d454f7") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0c24d40b-c736-4f1e-ba7b-5b05f603e868") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "04748a16-5476-4809-b159-9184ff58426c") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a4e2b28f-5b19-4d32-91bd-2099770d0ca1") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "101cf0e0-bff1-4683-8835-f5664c549143") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "61883613-061e-4067-9ab0-38640276cb65") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "394ee05a-f63c-4046-8f7d-aa3eeeff066d") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "5ebea71b-f639-417d-b6fc-be1cb769bb6f") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c1ad02d") + (at 126.2 103.6) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C46" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "59b42903-2dc7-4011-ab5b-d7b81bd233c3") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at 1 0 180) + (layer "F.Fab") + (uuid "56f7eae0-0597-47f4-93b5-2f63bf3c7b84") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d72ca4e7-9d45-441b-be30-3fab652789ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "710a3965-fe3e-41fd-8239-b7cf92867b42") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "452b2d12-5432-43dc-bdff-5f7c873ab3b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b058ab5") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "33f197c7-472d-407b-a7c3-ca5bf645861f") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8a7f232f-ace6-406f-b920-9b02082b4d0d") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "07a6c6d8-e1c1-4f8f-af69-dfa81e0f4ba2") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dd10163f-a041-4080-beea-991cfe918582") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8090f862-f6f6-4854-a7a7-f2ef12b13e56") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bfb1d728-5367-4e16-a311-9bc76f3c8670") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a34034d-827a-48d2-9ea5-ae8128e3a135") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f882fe15-e202-4444-a6f6-575412f1c9a6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e82a6e2d-1a74-4e83-87b6-27ce032478fa") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "a062f88f-2948-4763-b6d1-5678e6b9e205") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "26820f5c-8822-4371-879b-2c5fdeb709c6") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c1ad1ee") + (at 125.1 109.6 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R19" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "81426942-03df-4d35-9d29-ababe5398c8c") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "10k" + (at 0 -0.7 90) + (layer "F.Fab") + (uuid "e257d839-8586-48e5-b48a-72d334801100") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d5c9120-f77e-4730-8014-0342f1145933") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "60ae2493-c509-42d0-950f-1bc0bf9601aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10071df6-9985-4b50-9218-c97fb82e238d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b0699a3") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f30fcbb-b329-4f41-9ecf-e9563f7bad41") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "52f9f752-d599-45aa-84e7-067d4712d497") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be98d2a2-7d36-4a73-94b3-c73f117673cd") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "526683c3-f134-41ff-ac4d-d8bc5c0aa2ec") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "296e8eb3-22ac-4c85-9e99-1eac29f38629") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7731824d-e3dc-4461-9a60-8c20750c0ce5") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c2af6e8-53b1-4c0a-8172-d4614319b889") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e38d9802-657c-44db-bd21-c8ec795ba204") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "6140af20-22e4-48ac-a2b4-7233783628c2") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 44 "/ENVB") + (uuid "f2a31fe7-1ac8-4e74-a762-4fe4d4432d0c") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "0fc0af60-7c5e-465c-98a4-0c40535accc6") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c1b52ec") + (at 100.1 94.1) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U18" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "4ea989fb-9cda-4210-89d1-fe153727e40c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "f64aa569-ea55-4736-9c96-3bfc2b30ccbd") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "db17479b-4ad7-479c-b57b-63ede084a1a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa108036-079b-4d64-98ad-688bedd36f9c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c8b84b4-848f-4eaf-965b-fbaf4f01d663") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e426d") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f157df02-fcb0-4ae7-85ca-bfc4444eda90") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0eb397c-0f0a-48f2-a4a7-a39c38857565") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f3dab665-64fc-433e-8a62-3743b891ab83") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ea92114-4add-4ede-abc4-5938831a4fe1") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62faf466-a5e1-4997-954a-e3f3f47e0a99") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8cd8d6bd-0601-49fc-9009-a437af9b27c1") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1d4ec9d6-b4f1-4935-a655-c469bc01feb9") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "206ace7c-6dae-4c64-b30f-758119e57387") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4cfa277c-b6f4-4575-8b74-ea83242e8813") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7afec855-ed33-4dd1-8a74-3d2203c81740") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "791f08b2-190f-425b-84e1-3aec99a46611") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "64272f01-95d4-4c13-ba7c-3f30a36f0035") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "407396c7-a5e2-4ecf-b616-5f9c7dafa52b") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "633a5fce-b259-449f-9fbe-80229fc70017") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 183 "Net-(RN8-Pad5)") + (uuid "e873deca-9d09-405a-95a4-80d6995b5991") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 75 "/IO_Banks/IO_Buffer_A/Y7") + (uuid "31e8e591-b069-4d14-81fb-1e93e03fe645") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 147 "/IO_Banks/DA7") + (uuid "58b8f6af-04ea-4eb0-addd-d814725f2fe4") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "564f1f04-6ff3-46a0-97e8-50ef7acc139d") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_0402_1005Metric_DNP" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c1c5e79") + (at 70.6 113.8 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor DNP") + (property "Reference" "R40" + (at 0 -1.17 90) + (layer "F.SilkS") + (hide yes) + (uuid "f66bb685-9833-454c-bf31-b96598f50347") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "DNP" + (at 0 0.7 90) + (layer "F.Fab") + (uuid "56f0a67a-a93a-477a-9778-70fe2cfeeb5a") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "48f3f93a-bc5c-4373-bd2c-fcc89e143650") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a8314acb-6a2c-47c1-b133-876c8338bd92") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "127e2d0c-f5cc-47b2-b668-c85f9be24d14") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cdc036d") + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "26296271-780a-4da9-8e69-910d9240bca1") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a819bf9a-0c8b-443a-b488-e5f1395d77ad") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7ac1ccc5-26c5-4b73-8425-7bbec927bf24") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e29e8d7d-cee8-47d4-8444-1d7032daf03c") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bab3431c-ede6-417b-8033-763748a11a9f") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a7e7b16-fc7c-4e64-9ace-48cc78112437") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "96ee9b8e-4543-4639-b9ea-44b8baaaf94e") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "173fd4a7-b485-4e9d-8724-470865466784") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "5f059fcf-8990-4db3-9058-7f232d9600e1") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.25) + (net 160 "Net-(R40-Pad1)") + (uuid "d8f24303-7e52-49a9-9e82-8d60c3aaa009") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "6a25c4e1-7129-430c-892b-6eecb6ffdb47") + ) + ) + (footprint "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005c58b6f8") + (at 112.7 92.2) + (descr "TSSOP, 16 Pin (JEDEC MO-153 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "TSSOP SO") + (property "Reference" "U19" + (at 0 0 180) + (layer "F.SilkS") + (hide yes) + (uuid "bea25862-abba-489f-bceb-f737bbb678c5") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "PCA6408APW" + (at -0.1 2.1 0) + (layer "F.Fab") + (uuid "4ce03590-e0e1-4703-b46c-7b385c2aeba2") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "629b9805-1a97-4a1d-afcc-18a99bf2a060") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c7e2096d-5eb0-4e4d-90f7-f5ad32d48903") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8422fc85-7869-4934-b99c-fafa5afcba1f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005bf6e34e") + (attr smd) + (fp_line + (start 0 -2.735) + (end -3.6 -2.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "52a1d204-b22e-4db5-8d92-714309c2afa6") + ) + (fp_line + (start 0 -2.735) + (end 2.2 -2.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6793a3ff-08b6-42e1-b9fd-e5b5d7259e5d") + ) + (fp_line + (start 0 2.735) + (end -2.2 2.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4c4d437-bfda-443b-b6ba-40a4fa35f626") + ) + (fp_line + (start 0 2.735) + (end 2.2 2.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3154fe1e-b45f-4d3b-8bab-828e398110b6") + ) + (fp_line + (start -3.85 -2.75) + (end -3.85 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c706a30-a30f-400b-bdc7-8a33c80e630b") + ) + (fp_line + (start -3.85 2.75) + (end 3.85 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d384d600-b3e0-4fe0-b0f2-7b0b50bd1c21") + ) + (fp_line + (start 3.85 -2.75) + (end -3.85 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f294a229-6752-4bf0-afcf-4e666738928a") + ) + (fp_line + (start 3.85 2.75) + (end 3.85 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5b9a3805-90b0-44a6-a86e-5b6c07ff9037") + ) + (fp_line + (start -2.2 -1.5) + (end -1.2 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4583b099-356b-4a04-b729-523bb48053d4") + ) + (fp_line + (start -2.2 2.5) + (end -2.2 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c480991-e59f-463a-a3ee-fd8cbf828098") + ) + (fp_line + (start -1.2 -2.5) + (end 2.2 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ea184c9-73d1-4b8a-8896-3886b45cbf01") + ) + (fp_line + (start 2.2 -2.5) + (end 2.2 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3adffa25-31fb-4382-82fd-edd96b480895") + ) + (fp_line + (start 2.2 2.5) + (end -2.2 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "94948756-7c1a-45cf-a5a0-6bfd584eaefe") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "ca48b8c9-42a1-436b-92cc-1c6a5ab062ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2.8625 -2.275) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "db076b15-ed3c-497e-91a0-4c967b3f7f23") + ) + (pad "2" smd roundrect + (at -2.8625 -1.625) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "98f7a6a3-ac69-4163-be23-0a2022dda0b0") + ) + (pad "3" smd roundrect + (at -2.8625 -0.975) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 161 "Net-(R37-Pad1)") + (uuid "18ca81dd-94c5-4d8f-956e-df7c87fd0b93") + ) + (pad "4" smd roundrect + (at -2.8625 -0.325) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 224 "/IO_Banks/IO_Buffer_A/P0") + (uuid "911aa946-11a4-4082-a79a-bc4f1c265350") + ) + (pad "5" smd roundrect + (at -2.8625 0.325) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 223 "/IO_Banks/IO_Buffer_A/P1") + (uuid "971da4aa-7a1c-47f1-a56d-06807cbf9be9") + ) + (pad "6" smd roundrect + (at -2.8625 0.975) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 222 "/IO_Banks/IO_Buffer_A/P2") + (uuid "e30fb371-7146-4845-9860-595357c2a1b2") + ) + (pad "7" smd roundrect + (at -2.8625 1.625) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 221 "/IO_Banks/IO_Buffer_A/P3") + (uuid "e45fe090-bc92-4bd8-84a2-e503098da63b") + ) + (pad "8" smd roundrect + (at -2.8625 2.275) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "d67f868d-53f9-4bb4-bd2c-92ef211808ff") + ) + (pad "9" smd roundrect + (at 2.8625 2.275) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 220 "/IO_Banks/IO_Buffer_A/P4") + (uuid "f36d557b-f4f0-40bb-affa-1654c552b6a6") + ) + (pad "10" smd roundrect + (at 2.8625 1.625) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 219 "/IO_Banks/IO_Buffer_A/P5") + (uuid "f4c296cd-7bdd-4b60-9028-ba2456db2135") + ) + (pad "11" smd roundrect + (at 2.8625 0.975) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 218 "/IO_Banks/IO_Buffer_A/P6") + (uuid "ef9e2014-f971-4117-ab40-0672621efad5") + ) + (pad "12" smd roundrect + (at 2.8625 0.325) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 217 "/IO_Banks/IO_Buffer_A/P7") + (uuid "74af2b77-c1c9-4eae-bff8-96bc046b8c06") + ) + (pad "13" smd roundrect + (at 2.8625 -0.325) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "2d1af4b2-022f-4455-819b-78883658e880") + ) + (pad "14" smd roundrect + (at 2.8625 -0.975) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "/SCL") + (uuid "9d98d134-0903-4480-ac01-2f2837a27307") + ) + (pad "15" smd roundrect + (at 2.8625 -1.625) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/SDA") + (uuid "572bf966-40b4-4074-84f8-0470619143e0") + ) + (pad "16" smd roundrect + (at 2.8625 -2.275) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "79c29df9-918f-4473-b11b-3fedd120bff2") + ) + (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-16_4.4x5mm_P0.65mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca4bd14") + (at 103 96.75 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R39" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "f0ad63ea-1ab9-4134-81c2-eb508b42ee41") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "47R" + (at -0.05 -0.8 -90) + (layer "F.Fab") + (uuid "0721f147-3ec4-43cf-9f27-709ea322fb67") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a4b527a-3f1e-4a6c-8107-b42ed750f0db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9eae11ac-11a8-4c05-9329-1bae85d05a93") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "697a692a-aaa3-46db-a86d-618d28f6daf3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cbf658e") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "11f13304-bd4b-4b91-bb72-2e84ab0b85a5") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b8589e00-0483-400e-942d-568ea8cb1ed7") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "32126f38-74e0-48e9-8055-092c94173587") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a199448e-aaff-46f6-b21d-e01219dfab4b") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1bb09192-a617-4d89-aa89-2f67303cf870") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "466ef885-12bc-4564-b8f6-796484be711c") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f4d79b65-a8e9-4444-a42a-afc59dad5c4c") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab8e2811-db35-4b77-9a03-4dc781cfe928") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "32d0a9c3-e885-4b75-a829-8b912e45dfaa") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 167 "Net-(D12-Pad1)") + (uuid "756c4d9d-af44-437f-a135-c09675b4bdd2") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 164 "Net-(R39-Pad2)") + (uuid "b25edb9d-bb03-4e75-a40b-623ddd163e24") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca4fe0a") + (at 103 94.9 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R43" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "bc67e8e3-b72d-401c-a508-235d91d69b71") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "47R" + (at 0 0.8 -90) + (layer "F.Fab") + (uuid "e5e86bc8-314d-423c-9f02-0d544472aacf") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bfaecceb-b020-48aa-add1-4bfb1db27301") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc4e7be9-e5af-434f-b1eb-8cf3171b4845") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4cf242c3-4984-4497-8a95-abc151555b0a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cbf65f8") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "76027acc-26e3-449a-ac06-42967bcb2137") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2efb1d28-ca19-43e0-bfcb-4ebd8e6a220b") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5778953d-c3f1-4eab-88e0-47485d04ab27") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "067fb9a1-5278-4e90-ad48-93993d2ed931") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e8df529-8d47-4e77-865b-b182783e5fc5") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "91ab3f4d-d809-4607-a1fa-cd4bd6a0726c") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c3da690-2fa9-46db-8a28-a3110e00961e") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3510a739-668e-4f11-83a1-6481b757b3f0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "0851a28a-072d-4eb8-9eb6-9182523e5197") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 168 "Net-(D13-Pad1)") + (uuid "5eed351f-98f5-471e-9233-df27873867e0") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 165 "Net-(R43-Pad2)") + (uuid "d4d1bd68-a9e6-402c-9443-93b1d7dcbad3") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca5f9b4") + (at 100.1 102.5) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U28" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "cb65e3b7-af7c-4e91-bec7-ee202fea2815") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "6f9f8538-0b96-4eb3-a978-1c7439c0e8bf") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a85b2327-d719-483a-ab67-b24d7723a9d3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "833da2b0-7fcb-464b-a3b0-4e4e3cc60df5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89ccfd86-8116-4a53-8508-693c6e96961c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e4238") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b908b981-26a7-43ab-bb19-96137e6f2a5a") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2551b77-8cbc-4e7a-af3b-fc16fb61dc91") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2733a655-db42-498b-a705-184e4fe256a3") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5006a2d1-be56-41dc-888f-67fb86bea03b") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b7d17bac-1e38-46d5-a98a-e0926b878e04") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d05ca12a-32d4-4c55-95ec-69bfada58ba7") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "838ac53b-3ec1-4b97-9af6-c64a64ade18e") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29ec1054-96e5-4371-8fe7-f31c027b27f9") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3b6b0ef8-cb49-4806-a385-9d93130ffdc0") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "caaf1f33-3031-4927-a17d-4cf530ad7fd5") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "393f0e56-c2d5-4ea4-8463-50265bc94d2d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "e62f9cc5-f046-442e-9360-e5ca54404aa5") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "bc234a96-8e81-44f9-b2e6-4514c92af46f") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "7a6f4622-4213-4c81-84d2-b9b224d2a864") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 179 "Net-(RN2-Pad7)") + (uuid "5e066231-f8d2-43bf-bff3-80c6fb0c9c86") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 65 "/IO_Banks/IO_Buffer_B/Y5") + (uuid "f86cba30-221c-4482-a722-9565a7604bea") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 153 "/IO_Banks/DB5") + (uuid "61dc775a-14c7-4cce-be48-c5d6e8045697") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "6640c556-30bc-4fc7-a797-35ec65cf0f77") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca5fb4b") + (at 96.1 99.7) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U23" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "70b4eaa4-61ff-4379-b06d-623ca05164b1") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "e1e9dd9e-df2b-4b75-b02e-38146938802b") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "65a57536-c98b-42e8-9b17-017621659b87") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "745882f2-d96d-4587-a496-8f056e91ef19") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd1121d7-64e6-4389-9d08-842544299c09") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4abdd7") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adda719e-cc0a-4a85-b429-67f8b39774f5") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aaf14fa5-bc5e-4b91-b0fb-212df5ce1861") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51153875-01b9-46f2-8b14-6306c8586588") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "622fea85-fc3a-49dd-a4af-3bfd36c6693d") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "38f1f681-d503-49fe-ab87-4225bebb7b32") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "494350ab-d17d-4de3-8b96-f15451154d6a") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ae113a97-dd90-42bf-96ea-bb92e7431ac6") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "279cd597-6735-4af4-af86-33cfd2693447") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e65c2eb9-e95a-44ea-ab2b-9e65a76fb5f9") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b39d7b4a-582f-449b-82fa-4a80df318fb1") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e955124-6939-410c-81be-086896fd0cd7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "7c2c7978-0926-492c-8e3d-93ac33c3f226") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "ea84d6c1-7995-47e1-9817-9e2e1b9b4529") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "15b3207d-6547-4224-a45d-823705a30761") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 174 "Net-(RN1-Pad6)") + (uuid "5daca09e-60a3-4181-a1f0-19c5300b582a") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 62 "/IO_Banks/IO_Buffer_B/Y2") + (uuid "e8be39d5-6d33-44d1-b22d-658056cfaa92") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 156 "/IO_Banks/DB2") + (uuid "314fcc6b-e3a4-4081-8c91-6170b707f3b4") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "899f4c1a-985b-472e-a9b0-465d356ef34c") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005caa2b14") + (at 117.515 101.6) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C22" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "ce5b66e8-b710-4452-b68c-9cd786041b99") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at 0 -0.6 0) + (layer "F.Fab") + (uuid "ac02b2f8-c056-4302-8a70-922401ce745e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aaf7bca9-ff24-4851-88fa-1026cc7c4335") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d11b4b4-cfc3-4a01-89ac-af82ff1d8d8c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "93b1305b-f626-4865-beec-b69f447d1ebe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005ca6f3da") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d545362-a0a6-4087-a172-801b8cc16e9c") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ebcc9974-0863-4467-b1f2-b125d31c0229") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4b80a0c2-a6b8-4a3a-946d-9c751151a81a") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af955edb-4849-4b65-b9d3-15c31dc09130") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7764b1a7-b9be-4d0c-ae2b-ec64c2b9ca7c") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e94c8831-dc7c-42f3-8bce-1f08d86449eb") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0914afec-b28e-4607-a61c-87317a658cd3") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7d0284b-26f3-46a0-a20a-63616420e27a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "9c3944cd-af5e-4177-a216-36500543154a") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "599d37bf-e5d7-4e62-88ce-3397cea01f7d") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "aebfe24b-377d-4164-95d2-c4d0c36a345c") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cabb4bb") + (at 86.35 107.65 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R44" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "9e0599fe-97ee-4f13-a349-762a8f42c861") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "10k" + (at 1.25 0 90) + (layer "F.Fab") + (uuid "396b75b5-8301-434d-a10a-ad2aa7eccc47") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "812729bb-2483-428e-8b54-bf2e6418107e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "48dd292e-6805-4a4f-a7a7-df05446b02e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "537d74f3-6b99-4436-9316-f8952336e371") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cb2b53c") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81d72d8d-724d-4c93-8ab9-b3c57fbafb28") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c4c70c0e-f519-4592-adc2-f00b1054ec15") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1074f14-d9b1-488c-9ce1-52a2bed8b998") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "415e1f95-00fc-414f-b0b4-01c34224fbe9") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "97c3dd92-a207-4078-9546-dd9a0d177665") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d51710a-5034-4125-a1c4-2645789501a1") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a396d2f-1519-47b1-a6f7-3489c517a4a7") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0697cf2d-5bde-4d22-b531-1987bc5be453") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "b5e42dbc-1969-4137-a800-eaea7a44fee4") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 159 "/IO_Banks/~{SYNC}") + (uuid "b84cd507-81d3-4b97-84f4-ffd2f1f1857e") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "acd3eed8-82ea-477a-b50a-3a7848551491") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cacc73f") + (at 117.5 100.4) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R36" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "9f7ebdbd-7042-4071-80c3-7ab04fac5b31") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "10k" + (at 0 -0.6 0) + (layer "F.Fab") + (uuid "1f9baa42-e71d-4974-9dd7-8602eb2c7b95") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "abeb2c4f-13f8-433c-812a-27245d0d554c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9147ba9f-6f34-44a2-904d-0d8c481acc2c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a61a1634-ece8-42ac-b8c7-d942ce37292c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005cc4e0e7") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bf13312f-ada2-417f-977f-b72906fe6e82") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8ff96613-5ef2-4d3b-a3d6-dd6f490d1fbe") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88b744be-f31d-4958-bcaf-424b08bdf839") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e83da059-e1d8-4d98-9aca-6ae561b9b284") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cabb84ba-f7b2-4006-92c2-32649fbfe01f") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "41b2f027-a9f8-44ee-9a65-3f24b6354ad8") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45428425-fb0f-4d83-8cf8-877871e2f14c") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "00df8845-5d76-4522-b8f0-b23c28656080") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "b2548ee7-dffa-4a08-870e-385a03c52553") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 162 "Net-(R36-Pad1)") + (uuid "0778d228-2b23-458f-a853-33dfe5d5d4fb") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "1819c0cd-3f0e-40a5-b093-f1bbee1c4b62") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cacc852") + (at 107.9 100.5) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R41" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "e891b433-8f8c-451a-9a1f-eebc6bd34030") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "2k2" + (at 1.2 0 180) + (layer "F.Fab") + (uuid "f5eefedd-0db6-4b1a-9794-8335a9efcb3e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a689b4ab-9350-4f73-9f10-507d8276f876") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ee97a425-fde2-4831-8ecd-7930dadc0ef2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89b1c71c-fd76-4773-b493-5d91b2d6ed04") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005c5d4477") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5bb1372f-fe7c-4101-958b-6333cd082f96") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2822bca8-30aa-4ab2-8bfe-35bd6bca2a80") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02255283-2707-4e92-96ff-96f5779d9534") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "320090ba-4f6a-4f98-be3a-019d4a87b84a") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7345a5a6-65ff-44a1-addd-120a34bb25dc") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c31fb822-2ed0-43a7-a405-1e3d0205cd17") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb9a0309-9ad7-454e-b1f6-0754790b2de6") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e92d65f-aa92-43fa-b45b-e0f93a36117e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4efbfedb-0d6a-488e-863f-1beaaa36ba93") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "8b92f201-07d8-4821-a7c1-053fe8198e60") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "da3e179c-c09f-419b-8a15-09fcdbadff32") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cad0a6f") + (at 108.35 90.35 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C84" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "6a20c84c-a6b5-42cd-8ff2-4f58202ed23a") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at 0 0.65 -90) + (layer "F.Fab") + (uuid "8f208eed-0d52-4843-b906-b6076007522e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e4aecb9b-9011-4b4b-b28b-134fb301e1d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7f0cd109-ded9-4c68-8da3-14143b8e686b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f921c3e7-3f1e-4ad3-a43b-38fc2016d2ab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005ca6f3da") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e3c508c-caf1-4a10-bd28-1d0b6eea77c8") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd4a54b8-ae25-452f-9cac-4f606f47831d") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1d86bdd-caf2-4592-8051-deda04e358cb") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66038996-a46c-4850-9f62-775499845652") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2bd6b25f-a519-4224-8dd9-2e42d262ce2e") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8db99888-6384-4a2a-acc0-44d300fa62c8") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c241c652-c35f-4701-94ad-a6100be927fd") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c85ef790-7bde-464c-8cf2-1f387f0eb910") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "17e5b642-051d-4e1e-b1cb-f47871102246") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "87fb4618-ffba-4098-894c-2a108e97e5a6") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "d0e004d1-b1b1-462b-bad1-8511c9cab91d") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cad171b") + (at 120.9 100.7 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C45" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "03493525-9e42-4edf-a568-7919892a473f") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at -0.9 0 0) + (layer "F.Fab") + (uuid "053c8083-a9af-4404-9cbb-5f2f2c004e29") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8f1e8fd5-fab3-430f-9170-ebbbbede85ea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "84a1296a-e9ea-4f26-a18c-54881afea530") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d4c835b2-a267-49ea-9f25-2d17ab9b4fd9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005ad9c9d7") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "309cce7c-76a5-40f7-bf52-1289c4234f67") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a5c7abb9-628b-4db0-9244-e209be576760") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c3e774d4-dedc-494a-89d3-3634a87fe5fb") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7dfadc2c-0002-4536-9a16-40d98cd244d0") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "81b0798c-3dcf-44aa-bdff-27c7582e7f35") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b710c32-5910-4fb5-8e24-08ea454479d9") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9a1ee4ae-e660-49f2-995b-2f9e786a47d2") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7d36348-4d86-4887-8ce8-77f3dc661022") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "538ab23b-56dc-41b1-84f0-d71d488e9061") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "+5V") + (uuid "a5447a5a-3f78-463f-92b3-8019d9cbd4f4") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "b4877e61-d908-4a92-9ac0-5dfa5a23f7e8") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:TSSOP-16_4.4x5mm_P0.65mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cad943a") + (at 112.7 98.8 180) + (descr "TSSOP, 16 Pin (JEDEC MO-153 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "TSSOP SO") + (property "Reference" "U5" + (at 0 0 180) + (layer "F.SilkS") + (hide yes) + (uuid "278f19a2-5733-4692-9e34-9325919f9eaf") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "PCA6408APW" + (at 0 2.1 180) + (layer "F.Fab") + (uuid "d9e4bb90-e4df-4aae-93aa-3267aceb0fcc") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f5fa1c17-b2a9-4b78-81cf-78bf5c850c6b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05786b5e-8e9f-40e0-8f50-60df62ff3e3c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6c9413f6-ae70-43e1-a1f2-b1a1c4a14097") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005bf6e34e") + (attr smd) + (fp_line + (start 0 2.735) + (end 2.2 2.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "818111a6-1429-497e-b8d7-f2616a7ec373") + ) + (fp_line + (start 0 2.735) + (end -2.2 2.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "875855ef-0e49-4c33-b3c6-eba229f835d9") + ) + (fp_line + (start 0 -2.735) + (end 2.2 -2.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce5b0dfe-37f0-4d1b-9f56-10ae411d36e6") + ) + (fp_line + (start 0 -2.735) + (end -3.6 -2.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f352e561-93ae-4eda-af14-a930a36aa74a") + ) + (fp_line + (start 3.85 2.75) + (end 3.85 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c970f863-2eeb-4363-945c-2275a112fd4c") + ) + (fp_line + (start 3.85 -2.75) + (end -3.85 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6cc0d10d-dc8b-4db1-81e5-cf2206998221") + ) + (fp_line + (start -3.85 2.75) + (end 3.85 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "951ff854-9b87-48ab-8827-7adbe6fee82c") + ) + (fp_line + (start -3.85 -2.75) + (end -3.85 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53906e9b-fef0-4118-8258-7632423cbac6") + ) + (fp_line + (start 2.2 2.5) + (end -2.2 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b40f7e0e-63a8-4843-8bd1-9c6ba9993089") + ) + (fp_line + (start 2.2 -2.5) + (end 2.2 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9d2bfb75-3655-468a-99b3-1689c86cc127") + ) + (fp_line + (start -1.2 -2.5) + (end 2.2 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c8413d4-dc71-4cd7-a62e-95ffe5554e70") + ) + (fp_line + (start -2.2 2.5) + (end -2.2 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90dc18a7-d136-49c5-aca7-9f578dd2dde7") + ) + (fp_line + (start -2.2 -1.5) + (end -1.2 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4bccbd24-4903-4ab1-b103-73c4cb552b83") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "9ab92207-1da7-4613-a632-d3972813f57b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2.8625 -2.275 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "dbd136bb-61c9-4567-9827-33a734e5ddcc") + ) + (pad "2" smd roundrect + (at -2.8625 -1.625 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "02b7dc0f-ae19-4a97-a2ae-2d27bb773810") + ) + (pad "3" smd roundrect + (at -2.8625 -0.975 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 162 "Net-(R36-Pad1)") + (uuid "eb8672c1-01f2-4628-93ed-ee7e8695390b") + ) + (pad "4" smd roundrect + (at -2.8625 -0.325 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 216 "/IO_Banks/IO_Buffer_B/P0") + (uuid "00036662-fa99-4284-af32-cf49578c390a") + ) + (pad "5" smd roundrect + (at -2.8625 0.325 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 215 "/IO_Banks/IO_Buffer_B/P1") + (uuid "7cb6b52f-a428-4a6e-b5b7-84f253789f4d") + ) + (pad "6" smd roundrect + (at -2.8625 0.975 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 214 "/IO_Banks/IO_Buffer_B/P2") + (uuid "0206e765-825a-4e51-9371-9f239143e77c") + ) + (pad "7" smd roundrect + (at -2.8625 1.625 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 213 "/IO_Banks/IO_Buffer_B/P3") + (uuid "0366978a-3e89-4bad-abec-cf07fade1137") + ) + (pad "8" smd roundrect + (at -2.8625 2.275 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "c638678c-430a-49cf-a0d4-86651f3fbb2f") + ) + (pad "9" smd roundrect + (at 2.8625 2.275 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 212 "/IO_Banks/IO_Buffer_B/P4") + (uuid "ff54cdc2-4b40-4994-8140-ac296a31bdc0") + ) + (pad "10" smd roundrect + (at 2.8625 1.625 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 211 "/IO_Banks/IO_Buffer_B/P5") + (uuid "df68d577-4fdb-42a9-a618-f997c5cb205b") + ) + (pad "11" smd roundrect + (at 2.8625 0.975 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 210 "/IO_Banks/IO_Buffer_B/P6") + (uuid "5e79d815-3e66-452c-bc9d-447f9c537736") + ) + (pad "12" smd roundrect + (at 2.8625 0.325 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 209 "/IO_Banks/IO_Buffer_B/P7") + (uuid "45d6e2c6-b846-4a31-b2e4-41223b271484") + ) + (pad "13" smd roundrect + (at 2.8625 -0.325 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "b9f93fb3-7ced-4059-90cb-aad416d993c2") + ) + (pad "14" smd roundrect + (at 2.8625 -0.975 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "/SCL") + (uuid "11a85d83-ca23-4a66-9a7a-3b010acc3da7") + ) + (pad "15" smd roundrect + (at 2.8625 -1.625 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/SDA") + (uuid "f178515b-b448-485d-b4f3-17f976e8a7a0") + ) + (pad "16" smd roundrect + (at 2.8625 -2.275 180) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "40480825-a2e7-4339-bc0c-57c639418bad") + ) + (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-16_4.4x5mm_P0.65mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cad9532") + (at 117.5 90.5 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R42" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "c6eee1a5-ce5b-4b65-a757-42b9a373c5f9") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "2k2" + (at 1.2 0 180) + (layer "F.Fab") + (uuid "de164944-e0ff-4245-95cd-3a1fe8a54ea1") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c75397dd-f6be-46ba-93cc-9b1aa19bc82b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "383f39c5-e507-4c07-b371-8cc4429f87d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb261f30-c37f-4195-9ed6-99238247ea8f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005c5d4477") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "05499e26-93dd-42aa-90e2-fbaa7c4c234f") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f12d2856-5cdd-423a-969e-209ea0a827b0") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5f147dbc-8839-4259-84a6-550f161d5db4") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "50bd7bc6-2aea-4db8-83b6-a1bb3ebfc448") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3afd1f3a-79a1-4f2e-8317-5e77dc8ad7fc") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2c1b22e6-07d6-40b5-ba5a-538b240bceca") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5825cc6-95a9-4e27-8336-4f8229fc1924") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3487a00e-b4f8-4ca1-aade-63cba41672f2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "9cab9706-7505-4908-9c2c-bcf939504758") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "4fdb0b3e-8025-4e8e-9fb5-a8e68093e6f0") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "9c47c972-bf4c-469f-9943-1310ab7b1641") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cad956b") + (at 119.9 88.8 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R35" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "22c5ec8c-92fa-43bc-955a-ac62de3d0d1e") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "24k3" + (at 0 0.7 -90) + (layer "F.Fab") + (uuid "40f359aa-e8bc-4d4c-ab4e-c4039d94c199") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5589e75-826a-4938-802a-745ac75bc0a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "69abb6a6-fb85-4174-ada9-d911c2c037d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "298445f5-6aa3-4519-bb0e-5c2d23f95401") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b07b07b") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c72f16d-8cd5-48da-94bc-78d9517b0075") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c3ec28d0-7d6a-45c7-8929-905948ef9c11") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a716e681-e2d2-4217-9700-8aaa0b177bfd") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "84062cb7-1fa9-4726-ab10-7af55c35f7bf") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6fcc8cde-7812-4760-94c7-e0a6bb74b8cd") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7d67ba7-4b2e-4b7b-bc09-1781cc024e35") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9a96519-3311-4449-9395-320ce48a3d34") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c11575e-b6b1-413d-bf81-6caffda4ed79") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "6405479c-163e-47e9-aea2-046cee20d9e5") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "7df7f280-31c2-4471-a723-052a8da1acce") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 158 "/IO_Banks/IO_Buffer_A/VFB") + (uuid "f420da17-70b9-4289-9973-71af4d270f42") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cad95ee") + (at 126.7 102.2 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R29" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "4032b56d-a53a-4bb5-ac3b-c59eec722e3e") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "24k3" + (at 0 0.7 90) + (layer "F.Fab") + (uuid "fc2d25a4-7345-4c18-bb97-43e3a9203355") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e0c7741-186a-47d2-91a3-9c469bf86306") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b19a1c8-f673-48f7-b277-327d28dcf5d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2664adfd-d8f0-4616-a6ec-ac67335ae1dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b07b07b") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f8997d81-479e-4edf-9f9c-860c85e4f531") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7437b41b-d18a-408f-a04e-b9dbafcc6f80") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cbdc5cfe-d71b-4757-8e65-75ba99306a9d") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6a567bea-b4ae-4ae0-8fe6-f1ab689e091c") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1747514-84b8-48bd-8139-cb62e6af9645") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc293504-8b38-48c4-933a-87973ac3dddb") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d69f5b76-89bb-4a28-a3a3-1df6ed8fd235") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46ef7791-0c18-4f00-822c-2403dcd88336") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "0f7bfd96-768d-43a9-8026-375cd6547c7f") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "fde28206-88c1-43b9-9334-84fa7b5f5d38") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 157 "/IO_Banks/IO_Buffer_B/VFB") + (uuid "a578d721-17ff-4726-b495-f28c5276fca2") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cafbff6") + (at 92 97.7 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R10" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "ed1f5df2-cfb6-4083-a9e5-5d196546ef9b") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "2k2" + (at 0 0.7 180) + (layer "F.Fab") + (uuid "a7cad282-51c3-4f24-be5e-311c2c5e959b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c67644d-6b61-4d7a-a6c2-74b1743f8c2c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8c984f7b-3145-4b43-8c41-4921eb3ea16b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "75c18e2b-1d91-43cc-928f-be2c2090335e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9610a4") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4648968b-aa58-4f57-8f45-54b088364670") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b31ebd25-cf4c-4c3e-b83d-0ec793b65cd9") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7a6d9a4e-fe6a-4427-9f0c-a10fd3ceb923") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b8382866-f10b-4adc-84fc-f6e5dd44681b") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1422f38-9fce-4f5e-878a-341530beaf9c") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d91b4df3-08ca-4c95-92de-3004566cf2e7") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9bac5a37-2a55-41dd-96ea-ec02b69e3ef4") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18e95a1d-9d1d-4b93-8e4c-2d03c344acc0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "058e77a4-10af-4bc8-a984-5984d3bbee4c") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 163 "Net-(R10-Pad1)") + (uuid "83d9db3e-661a-47bf-b26c-99313ad8bac9") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "4c4b4317-29d0-438a-b331-525ede18773a") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cb04acd") + (at 94.7 107.3) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP3" + (at 0 -1.75 0) + (layer "F.SilkS") + (hide yes) + (uuid "f0eaad98-d205-41c4-a0e6-ff5881df4ae0") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "3V3" + (at 0 0 0) + (layer "F.Fab") + (uuid "b134eb71-28da-4fab-b4ff-66250b349fbc") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ed4439ec-3def-4fef-b8f3-929fe883aa6e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b377fbe-9ccf-46e6-ab0a-b9e2e2323608") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "740658b3-467d-406b-8627-0049de93c3f6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ae0058e") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "91693c2d-393b-42f7-a860-3895f87b3638") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "edf14a6b-0d70-4db0-9e28-784d655ee5be") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (hide yes) + (uuid "b9fd7874-550d-4b45-bf4e-6567fdb916af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 2 "+3V3") + (uuid "40b56ce4-b09f-4e90-85cf-ab6bc76787eb") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cb08fd8") + (at 94.7 109) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP1" + (at 0 -1.75 0) + (layer "F.SilkS") + (hide yes) + (uuid "f0786ee3-a048-405f-8056-d584552fedf1") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "5V" + (at 0 0 0) + (layer "F.Fab") + (uuid "ccda9c76-c57b-44a6-8d1b-073f6f0dc746") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20984719-82b4-47a4-a2cf-0026b8483a5f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6e4e4f3-ec37-4c20-af42-f2770b3eb682") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a61a46f1-7cb2-478d-a2bf-42258da3b05d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005adb3d1e") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "542c0bc2-7279-4d6b-bfea-489836939f96") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "48573f01-35ca-4940-a0fb-37a7195d04a8") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (hide yes) + (uuid "709590f4-b237-4a3b-993d-ad7f0777012b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 5 "+5V") + (uuid "1d23c79a-356b-440d-9928-a8b6c266b834") + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cb0ad1b") + (at 74.9 105.9 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "0c990048-7035-4646-8b07-f79fbfddff62") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "2k2" + (at 0 -0.7 90) + (layer "F.Fab") + (uuid "b33915f1-896a-4971-bf05-1a91d75ab3fc") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e67e508-a96f-453e-9069-0afb31306a90") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a55ccee-5296-4895-8330-2bd5d91d2fdb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e96e2e44-f4f2-4b1a-9895-59a7a082f249") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ad252ca") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6e8e2ce6-25e4-45c5-9bc7-02a69f9cfe4b") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d2b2a0fb-ef5f-4895-93c7-ef2955a86bd7") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e0670b1-a793-48f4-9da3-84fa0c929ebd") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "32648182-78d1-48bd-92e8-99a019338fe4") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "17a1090e-1ea0-4ddd-9da2-e68411fa1c2d") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "beb27022-33ac-4698-9809-f25d7ef525da") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "17dccccc-0b52-460b-b2ea-f26a9b3fe290") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ebf55b2-09a7-4dc8-8b62-2c2166fb1446") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "416f2dc9-040a-4c76-990c-e10ccd505522") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "/SCL") + (uuid "a82dccd0-c2cd-4bf9-86b4-efddd3a8276f") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "5bce6732-4026-40a9-a828-7e9b55a30ffd") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:D_SOD-523" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cb0c447") + (at 107.8 97.6 -90) + (descr "http://www.diodes.com/datasheets/ap02001.pdf p.144") + (tags "Diode SOD523") + (property "Reference" "D12" + (at -0.9 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "3bad0292-560e-4959-9af2-db7bbf622092") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "ESD5Z5.0T1G" + (at 0.2 -0.9 90) + (layer "F.Fab") + (uuid "7f0c1ea5-31ba-4e3c-b23d-dc37801fb19b") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64e91a1a-da15-44c9-af81-552fdff44960") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6c63222e-c999-45ff-8439-d4301cbab48a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3263b29-f878-4539-a2ef-5ad4bfa7beed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cb8809b") + (attr smd) + (fp_line + (start 0.7 0.6) + (end -1.15 0.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02bc6b3e-0522-400e-b6b8-d18c2cfd2960") + ) + (fp_line + (start -1.15 -0.6) + (end -1.15 0.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6828e5b1-9686-4f2b-afeb-e93e9ba5ac33") + ) + (fp_line + (start 0.7 -0.6) + (end -1.15 -0.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e10817d-5099-439b-9504-1c054cce61ce") + ) + (fp_line + (start -1.25 0.7) + (end -1.25 -0.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66aa1bc3-ffb7-43d4-88ae-6c86417d54bc") + ) + (fp_line + (start 1.25 0.7) + (end -1.25 0.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67d86072-2f7f-4489-beb0-6ba3aea587e9") + ) + (fp_line + (start -1.25 -0.7) + (end 1.25 -0.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8acaf6b9-a3a5-456a-a486-3bf8ee9b4b79") + ) + (fp_line + (start 1.25 -0.7) + (end 1.25 0.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ecdb34a2-4cdc-4a30-a88c-cbf5ac83399c") + ) + (fp_line + (start -0.65 0.45) + (end -0.65 -0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "baaf558e-dfc4-48a9-a946-c8fcc5540262") + ) + (fp_line + (start 0.65 0.45) + (end -0.65 0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0b9e7ca0-9d50-423a-94c8-1dda9a2eaa73") + ) + (fp_line + (start -0.2 0.2) + (end -0.2 -0.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4512e1de-1ae8-4271-aab5-cfad75ab4cbf") + ) + (fp_line + (start 0.1 0.2) + (end 0.1 -0.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e61ab51-cbb1-4b94-801a-34a87b40bc16") + ) + (fp_line + (start -0.2 0) + (end 0.1 0.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e1e6281-0991-4814-9e62-4e28c44fa195") + ) + (fp_line + (start -0.2 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2c7f194e-4495-4fdc-8feb-e71a81fd860a") + ) + (fp_line + (start 0.1 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f094a04e-97d3-4bf8-800d-8371147afe46") + ) + (fp_line + (start 0.1 -0.2) + (end -0.2 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "93214faa-922d-478e-8ec1-80d24a2b2723") + ) + (fp_line + (start -0.65 -0.45) + (end 0.65 -0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0f426fa1-fc2f-405a-ad53-6e830f7ee04b") + ) + (fp_line + (start 0.65 -0.45) + (end 0.65 0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2418aed3-fab0-4ebf-be99-31f25345da31") + ) + (fp_text user "DNP" + (at 1 0 0) + (layer "F.Fab") + (uuid "1913ae2c-1bc2-48d9-914f-4c532d02ffb4") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at -1 0 180) + (layer "F.Fab") + (uuid "d44b001a-c4b5-4120-9284-6c7991794e28") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7 0 90) + (size 0.6 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 167 "Net-(D12-Pad1)") + (uuid "bcc40fb8-020a-4739-8e85-82c40b31a03a") + ) + (pad "2" smd roundrect + (at 0.7 0 90) + (size 0.6 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "0f47421c-1e82-4036-b8e8-a06d02b43b87") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-523.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cb233aa") + (at 88.55 101.5 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R45" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "dc6a9fd0-8a12-4e12-ba4e-7f59c3508f44") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "47R" + (at 1.25 0 180) + (layer "F.Fab") + (uuid "5ff98705-cf67-403d-b0a1-4c57aba0bbdc") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa04abfe-cf72-46c8-9c91-f7cb203590d5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b31d4c17-ab23-4906-b854-dff5465cdf7b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d71050c3-56f4-45f6-8bc5-b450c1c6c948") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cb5da66") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0de56762-ce56-43f6-b2d4-e1179688ff91") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "31f320f8-9fca-458c-80c9-a63045dda05e") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "59e71b82-fd2c-4d50-9aac-2d0df67acc80") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0091242a-bd9b-46a6-8cd0-cc81fa5db24e") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "857af45d-9795-41a2-9845-b5953516cc70") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92f9a7fe-12b9-455c-b3cb-646f2e8901ef") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38de0c27-43f9-4d0c-b62d-48e6b8ab2200") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "22e92cb2-fddd-4edc-a5bc-370417db5793") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "2f51df0b-67e2-48cd-baf9-810701c16be9") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 170 "Net-(R45-Pad1)") + (uuid "4ccb0e93-36f7-4d7b-baba-2457a90267b7") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 169 "Net-(R45-Pad2)") + (uuid "5e182438-6e6f-45ba-bef5-6be708805673") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cb2c632") + (at 105.27 98.04 180) + (descr "Through hole straight pin header, 1x03, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x03 2.54mm single row") + (property "Reference" "J10" + (at -0.03 -0.01 180) + (layer "F.SilkS") + (hide yes) + (uuid "4e677390-a246-4ca0-954c-746e0870f88f") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "AUX" + (at -0.93 2.54 90) + (layer "F.Fab") + (uuid "35fb7c56-dc85-43f7-b954-81b8040a8500") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2568d9ce-59e9-420b-b98f-54e4b2bcae84") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "374dc94a-0918-43a5-9877-b5a8daf2c475") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ed3e8985-90a8-4645-bec3-d38f6ae2c14a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c072c23") + (attr through_hole) + (fp_line + (start 1.33 1.27) + (end 1.33 6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58cc7831-f944-4d33-8c61-2fd5bebc61e0") + ) + (fp_line + (start -1.33 6.41) + (end 1.33 6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92a23ed4-a5ea-4cea-bc33-0a83191a0d32") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f203116d-f256-4611-a03e-9536bbedaf2f") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 6.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9de304ba-fba7-4896-b969-9d87a3522d74") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d45d1afe-78e6-4045-862c-b274469da903") + ) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ae963fb-e34f-4e11-9adf-78839a5b2ef1") + ) + (fp_line + (start 1.8 6.85) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "291935ec-f8ff-41f0-8717-e68b8af7b8c1") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "73ee7e03-97a8-4121-b568-c25f3934a935") + ) + (fp_line + (start -1.8 6.85) + (end 1.8 6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "49a65079-57a9-46fc-8711-1d7f2cab8dbf") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 6.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "87ba184f-bff5-4989-8217-6af375cc3dd8") + ) + (fp_line + (start 1.27 6.35) + (end -1.27 6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "74855e0d-40e4-4940-a544-edae9207b2ea") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 6.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d68dca9b-48b3-498b-9b5f-3b3838250f82") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59f60168-cced-43c9-aaa5-41a1a8a2f631") + ) + (fp_line + (start -1.27 6.35) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e697b96-cf4c-43ef-b321-8c2422b088bf") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "165f4d8d-26a9-4cf2-a8d6-9936cd983be4") + ) + (fp_text user "DNP" + (at -0.03 2.54 90) + (layer "F.Fab") + (uuid "ef94502b-f22d-4da7-a17f-4100090b03a1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 2.54 -90) + (layer "F.Fab") + (hide yes) + (uuid "f6a3288e-9575-42bb-af05-a920d59aded8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "10b20c6b-8045-46d1-a965-0d7dd9a1b5fa") + ) + (pad "2" thru_hole oval + (at 0 2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 167 "Net-(D12-Pad1)") + (uuid "082aed28-f9e8-49e7-96ee-b5aa9f0319c7") + ) + (pad "3" thru_hole oval + (at 0 5.08 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 168 "Net-(D13-Pad1)") + (uuid "fe6d9604-2924-4f38-950b-a31e8a281973") + ) + ) + (footprint "Glasgow:MountingHole_3.5mm_Pad_Via_CrtYd" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cbde4a4") + (at 54 116) + (descr "Mounting Hole 3.5mm with Courtyard for Washers + Tolerance") + (tags "mounting hole 3.5mm Courtyard") + (property "Reference" "MK1" + (at 0 -4.5 0) + (layer "F.SilkS") + (hide yes) + (uuid "bbbe638a-e56f-4270-af80-e1e96cce71e8") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "Mounting_Hole_PAD" + (at 0 4.5 0) + (layer "F.Fab") + (hide yes) + (uuid "4e5c0499-4917-48e7-9f4d-c201cc63ee81") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa5e4b26-b1d9-4240-b032-e7b45ffd62a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4dba7099-e620-473d-9afb-854fa9250da9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c74d8379-eb86-460b-a20c-2bffac49fe45") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ad602a3") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.5 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "5677ce6f-2f2b-441c-afdd-2baebbd3014e") + ) + (fp_circle + (center 0 0) + (end 3.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "e2546db5-a1db-4f9e-8034-a00a080f8427") + ) + (fp_circle + (center 0 0) + (end 5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "1efab745-4ea2-4503-bd05-3123a3de84ef") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "dfec3e8d-8c25-49f6-a37d-8d2d914dbfd2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at -2.625 0) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "cc28128d-dda5-4a0d-848a-18ff95d24656") + ) + (pad "1" thru_hole circle + (at -1.856155 -1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "6e72ccaa-c091-4330-a23e-92e3f7e9d19d") + ) + (pad "1" thru_hole circle + (at -1.856155 1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "33b067b5-f5f2-47ca-b6f5-0655e1c3b542") + ) + (pad "1" thru_hole circle + (at 0 -2.625) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "b1c9b65b-80b5-4113-9a9c-1b6fb2c1c939") + ) + (pad "1" thru_hole circle + (at 0 0) + (size 7 7) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "7b4ce615-f0d5-4b1f-9b49-d02fdef0cf8b") + ) + (pad "1" thru_hole circle + (at 0 2.625) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "ad2404c6-4ebc-4c59-b4a0-c769f8c853bf") + ) + (pad "1" thru_hole circle + (at 1.856155 -1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "201da9bb-18a8-4628-9f72-99fe7bd0fa03") + ) + (pad "1" thru_hole circle + (at 1.856155 1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "f6e556b2-bac9-4e15-9a71-952ab3e508d1") + ) + (pad "1" thru_hole circle + (at 2.625 0) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "c657675e-8deb-40bb-80e5-5beec789b8d6") + ) + ) + (footprint "Glasgow:MountingHole_3.5mm_Pad_Via_CrtYd" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cbde4b4") + (at 54 75) + (descr "Mounting Hole 3.5mm with Courtyard for Washers + Tolerance") + (tags "mounting hole 3.5mm Courtyard") + (property "Reference" "MK2" + (at 0 -4.5 0) + (layer "F.SilkS") + (hide yes) + (uuid "b413ae81-6cdf-4dbb-8fe0-87b77f1bd3d0") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "Mounting_Hole_PAD" + (at 0 4.5 0) + (layer "F.Fab") + (hide yes) + (uuid "a9881c4d-1698-40b0-8ef8-bcb44452f73f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d69443f-adc5-42e2-9f80-776b53dc4dd4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d93bf593-3559-46af-b556-9ca1c54b8614") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c540379-01c7-4719-8782-2115e1dbeda4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ad64d62") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.5 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "32062560-499b-44dc-9b07-a0809ef2ea64") + ) + (fp_circle + (center 0 0) + (end 3.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "fe601422-18d3-4f37-bb00-5caa5362248b") + ) + (fp_circle + (center 0 0) + (end 5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "8b014bea-020e-4c32-8a2e-afb44e577967") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "ea6e2566-2683-41e4-8014-dff521dc4537") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at -2.625 0) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "c74fc314-66d8-4de7-ba0f-a8d825b92c4d") + ) + (pad "1" thru_hole circle + (at -1.856155 -1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "43d6a7dc-ede7-42a0-80b8-3bc25a5c4a75") + ) + (pad "1" thru_hole circle + (at -1.856155 1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "6ae5519f-a82c-423d-89f5-15a3d808e9b8") + ) + (pad "1" thru_hole circle + (at 0 -2.625) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "7d590ff0-32de-4f01-bf4c-caa51c97e2a2") + ) + (pad "1" thru_hole circle + (at 0 0) + (size 7 7) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "abc99c1d-371a-46da-9c0e-ac8fa4c77b83") + ) + (pad "1" thru_hole circle + (at 0 2.625) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "570e06c8-e282-47ad-a16f-1c101653bcd2") + ) + (pad "1" thru_hole circle + (at 1.856155 -1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "0b9dfbfe-1e19-4396-b6a1-78bceb1cec64") + ) + (pad "1" thru_hole circle + (at 1.856155 1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "375c7386-b2fa-41e4-9578-da51d4d7b33c") + ) + (pad "1" thru_hole circle + (at 2.625 0) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "551a9c77-351f-46d5-a216-b0289f2b7181") + ) + ) + (footprint "Glasgow:MountingHole_3.5mm_Pad_Via_CrtYd" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cbde4d4") + (at 126 116) + (descr "Mounting Hole 3.5mm with Courtyard for Washers + Tolerance") + (tags "mounting hole 3.5mm Courtyard") + (property "Reference" "MK4" + (at 0 -4.5 0) + (layer "F.SilkS") + (hide yes) + (uuid "6d16bcfc-df0c-4f97-ab20-04b67f6e6cdf") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "Mounting_Hole_PAD" + (at 0 4.5 0) + (layer "F.Fab") + (hide yes) + (uuid "27994758-1755-48e3-ada0-9f89b9661f59") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64cb5621-770d-4ca1-9bfa-15e22f87a8ff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b31d3c2f-3db6-4de7-812f-5e2b61c69a18") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fbc7362c-e1fd-4953-a811-f902ffc5bd0d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ad64e04") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.5 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "fd96f853-b86f-4839-b405-9056fd204602") + ) + (fp_circle + (center 0 0) + (end 3.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "63d2de20-f243-448e-8f9b-9238fd5af361") + ) + (fp_circle + (center 0 0) + (end 5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "87bf82be-e16c-461b-9bae-ecedbbb19a0f") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "d8b207de-03d1-4ee0-b9cb-fbacfbe21441") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at -2.625 0) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "c82be33c-e02b-4b8b-b17d-c492fbe24198") + ) + (pad "1" thru_hole circle + (at -1.856155 -1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "5914939e-95f1-4848-b987-27742538e48f") + ) + (pad "1" thru_hole circle + (at -1.856155 1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "a5de6c3b-15c4-42d6-884e-57cc5dc4ca9a") + ) + (pad "1" thru_hole circle + (at 0 -2.625) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "1f3221c1-4baa-402d-95dc-dc90b854dc09") + ) + (pad "1" thru_hole circle + (at 0 0) + (size 7 7) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "4a075904-512b-4037-94e6-7684d38257fa") + ) + (pad "1" thru_hole circle + (at 0 2.625) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "bd8e008e-dca2-4859-870a-2092654287c0") + ) + (pad "1" thru_hole circle + (at 1.856155 -1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "c72c22c7-03ff-4aff-8914-f4bb4f8b74fb") + ) + (pad "1" thru_hole circle + (at 1.856155 1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "2ba2b3eb-224f-4796-afc6-e3fdf39ecfbd") + ) + (pad "1" thru_hole circle + (at 2.625 0) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "c8cc2583-f9e2-422a-a9d1-626546f60513") + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cbe85fc") + (at 123.3 87.3) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C83" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "4cc0e615-05a0-4f42-a208-4011ba8ef841") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "4u7" + (at 1.3 0 90) + (layer "F.Fab") + (uuid "98966de3-2364-43d8-a2e0-b03bb9487b03") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d3c078c-8e58-4b3c-b80a-7eeb33989f86") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d8ff134-f158-4bee-b517-eb0cda5d1b8f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "719d36b4-b832-4d54-900a-a71dbbdd7e75") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005dce4ed0") + (attr smd) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "929a9b03-e99e-4b88-8e16-759f8c6b59a5") + ) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "631c7be5-8dc2-4df4-ab73-737bb928e763") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "24adc223-60f0-4497-98a3-d664c5a13280") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6d2a06fb-0b1e-452a-ab38-11a5f45e1b32") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13ac70df-e9b9-44e5-96e6-20f0b0dc6a3a") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "278a91dc-d57d-4a5c-a045-34b6bd84131f") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc2e9f96-3bed-4896-b995-f56e799f1c77") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "751d823e-1d7b-4501-9658-d06d459b0e16") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b21299b9-3c4d-43df-b399-7f9b08eb5470") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c210293b-1d7a-4e96-92e9-058784106727") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4cfd9a02-97ef-4af4-a6b8-db9be1a8fda5") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "aadc3df5-0e2d-4f3d-b72e-6f184da74c89") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "92761c09-a591-4c8e-af4d-e0e2262cb01d") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:MountingHole_3.5mm_Pad_Via_CrtYd" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cbedcbd") + (at 126 75) + (descr "Mounting Hole 3.5mm with Courtyard for Washers + Tolerance") + (tags "mounting hole 3.5mm Courtyard") + (property "Reference" "MK3" + (at 0 -4.5 0) + (layer "F.SilkS") + (hide yes) + (uuid "969d876f-dc87-40bf-9e96-03cbb9ea5e82") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "Mounting_Hole_PAD" + (at 0 4.5 0) + (layer "F.Fab") + (hide yes) + (uuid "524dc8d0-13b4-43fe-b274-8ac08bc4b894") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e4cd18d7-c8d0-4b7e-a13b-ead02659b7c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "078fd07e-9a47-4395-8f0a-853d6067de2f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7dd64503-846b-4993-9eb2-06b36772515f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ad64dae") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.5 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "7fd11519-eb9e-4413-8ca2-e43e38c699f6") + ) + (fp_circle + (center 0 0) + (end 3.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0667208e-872f-444a-9ed0-78a1b5f392d2") + ) + (fp_circle + (center 0 0) + (end 5 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "7aad0cca-fb50-4041-9a10-5380cb0860ac") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "bc29a09d-ebbe-4bab-9edb-114e75ee17a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at -2.625 0) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "a3722fe0-facc-42fa-a01b-a26433c9d7fe") + ) + (pad "1" thru_hole circle + (at -1.856155 -1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "f8df4375-570f-4eb0-868e-4f350bd24547") + ) + (pad "1" thru_hole circle + (at -1.856155 1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "57881c8f-ea31-4450-bce6-89885e0a9bfd") + ) + (pad "1" thru_hole circle + (at 0 -2.625) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "60a7dcc1-b459-4b69-be02-f48b66a815f0") + ) + (pad "1" thru_hole circle + (at 0 0) + (size 7 7) + (drill 3.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "22fd57c4-481e-4417-b920-694451210da2") + ) + (pad "1" thru_hole circle + (at 0 2.625) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "217a6ab0-8c75-4e09-8113-c7b7b906da43") + ) + (pad "1" thru_hole circle + (at 1.856155 -1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "fbca7d5b-4a19-4f46-9697-74b3068179aa") + ) + (pad "1" thru_hole circle + (at 1.856155 1.856155) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "41ef6d8e-078c-46e5-a743-15f86f94b1c5") + ) + (pad "1" thru_hole circle + (at 2.625 0) + (size 0.8 0.8) + (drill 0.5) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "da151d0a-a1fa-4865-aa78-eb4b6082fbfd") + ) + ) + (footprint "Glasgow:PinSocket_1x08_P1.27mm_Vertical_DNP" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cbee180") + (at 107.8 82.5 90) + (descr "Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated") + (tags "Through hole socket strip THT 1x08 1.27mm single row DNP") + (property "Reference" "J8" + (at 0 -2.135 90) + (layer "F.SilkS") + (hide yes) + (uuid "706c1cb9-5d96-4282-9efc-6147f0125147") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x08" + (at 0 11.025 90) + (layer "F.Fab") + (hide yes) + (uuid "eb391a95-1c1d-4613-b508-c76b8bc13a73") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f7af15e4-d849-47da-b921-ce190281d021") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c26a2167-dbfa-4307-a91c-e30946639f5a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31f7fa52-f718-4963-8de8-691d58d9bb82") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005dad05ff") + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start 1.75 -1.15) + (end 1.75 10.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4a53fa56-d65b-42a4-a4be-8f49c4c015bb") + ) + (fp_line + (start -1.8 -1.15) + (end 1.75 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6150c02b-beb5-4af1-951e-3666a285a6ea") + ) + (fp_line + (start 1.75 10.05) + (end -1.8 10.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3bbbbb7d-391c-4fee-ac81-3c47878edc38") + ) + (fp_line + (start -1.8 10.05) + (end -1.8 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9ed09117-33cf-45a3-85a7-2606522feaf8") + ) + (fp_line + (start 0.635 -0.635) + (end 1.27 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8b47531-6c06-4e54-9fc9-cd9d0f3dd69f") + ) + (fp_line + (start -1.27 -0.635) + (end 0.635 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ce1dd44-f307-4f98-9f0d-478fd87daa64") + ) + (fp_line + (start 1.27 0) + (end 1.27 9.525) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4970ec6e-3725-4619-b57d-dc2c2cb86ed0") + ) + (fp_line + (start 1.27 9.525) + (end -1.27 9.525) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "755f94aa-38f0-4a64-a7c7-6c71cb18cddf") + ) + (fp_line + (start -1.27 9.525) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c2999b2-1cf1-4204-9d23-243401b77aa3") + ) + (fp_text user "${REFERENCE}" + (at 0 4.445 0) + (layer "F.Fab") + (uuid "0c5dddf1-38df-43d2-b49c-e7b691dab0ab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 74 "/IO_Banks/IO_Buffer_A/Z0") + (uuid "ca56e1ad-54bf-4df5-a4f7-99f5d61d0de9") + ) + (pad "2" thru_hole oval + (at 0 1.27 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 83 "/IO_Banks/IO_Buffer_A/Z1") + (uuid "254f7cc6-cee1-44ca-9afe-939b318201aa") + ) + (pad "3" thru_hole oval + (at 0 2.54 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 84 "/IO_Banks/IO_Buffer_A/Z2") + (uuid "5f48b0f2-82cf-40ce-afac-440f97643c36") + ) + (pad "4" thru_hole oval + (at 0 3.81 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 85 "/IO_Banks/IO_Buffer_A/Z3") + (uuid "1855ca44-ab48-4b76-a210-97fc81d916c4") + ) + (pad "5" thru_hole oval + (at 0 5.08 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 87 "/IO_Banks/IO_Buffer_A/Z4") + (uuid "3457afc5-3e4f-4220-81d1-b079f653a722") + ) + (pad "6" thru_hole oval + (at 0 6.35 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 86 "/IO_Banks/IO_Buffer_A/Z5") + (uuid "e86e4fae-9ca7-4857-a93c-bc6a3048f887") + ) + (pad "7" thru_hole oval + (at 0 7.62 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 88 "/IO_Banks/IO_Buffer_A/Z6") + (uuid "5e755161-24a5-4650-a6e3-9836bf074412") + ) + (pad "8" thru_hole oval + (at 0 8.89 90) + (size 1 1) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 76 "/IO_Banks/IO_Buffer_A/Z7") + (uuid "58390862-1833-41dd-9c4e-98073ea0da33") + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cc0c450") + (at 122.6 80.5 180) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D15" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "a4541b62-7a39-4707-9c6f-80dce1be9cee") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "GRN" + (at -1.5 0 180) + (layer "F.Fab") + (uuid "b9c0c276-e6f1-47dd-b072-0f92904248ca") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca3c6c2e-caad-4771-b9c1-093e89686b2a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd18cf93-8df5-4e67-9fae-8a899fc7c476") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2bd9db41-6fe4-4c63-88be-5792ee749ca3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005cc5f544") + (attr smd) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53fda1fb-12bd-4536-80e1-aab5c0e3fc58") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2938bf2d-2d32-4cb0-9d4d-563ea28ffffa") + ) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "929c74c0-78bf-4efe-a778-fa328e951865") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "87a0ffb1-5477-4b20-a3ac-fef5af129a33") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c62adb8b-b306-48da-b0ae-f6a287e54f62") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "89bd1fdd-6a91-474e-8495-7a2ba7eb6260") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8b022692-69b7-4bd6-bf38-57edecf356fa") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0f62e92c-dce6-45dc-a560-b9db10f66ff3") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d5a7688c-7438-4b6d-999f-4f2a3cb18fd6") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "22ab392d-1989-4185-9178-8083812ea067") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f030cfe8-f922-4a12-a58d-2ff6e60a9bb9") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6fd21292-6577-40e1-bbda-18906b5e9f6f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "2dc66f7e-d85d-4081-ae71-fd8851d6aeda") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "b606e532-e4c7-444d-b9ff-879f52cfde92") + ) + (pad "2" smd roundrect + (at 0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 172 "Net-(D15-Pad2)") + (uuid "0c9bbc06-f1c0-4359-8448-9c515b32a886") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cc0fd6e") + (at 119.6 83.4 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C55" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "3c4329db-4ede-479c-997c-374e89902f61") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at 0 -0.7 -90) + (layer "F.Fab") + (uuid "720c67b8-4657-41ae-ae43-c8da408b5d9e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d8b65615-dadc-4a56-9ca2-b1659cb109a5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81592bf8-5000-455b-9935-5e1c5919174e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "77a6578e-a46e-42e1-895b-5933c498c64e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b00cf39") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "147ddcca-5eb3-4302-b1bf-01383fc9ed96") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "76cec44e-1374-41e1-9e39-24281d608b83") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1f2dc288-4960-4a9d-8c0d-3474d8b43843") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec41bd13-d169-4b04-82e8-82bf8614a606") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0b8ceece-c05d-4f0e-b938-e90c8b58ba81") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca6b774e-c29f-4bd6-8b0a-46bbe776a618") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15726e40-44c3-4dfd-b1e6-c5949c00a75b") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25b5bd75-5df8-41e4-aee3-b067f228cacf") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "4c3e1426-c6e6-4301-880c-cd7d6c3cf37c") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "a21946e4-4c39-4737-801b-2250133670ba") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "a84b6748-b569-4076-91f9-9010a982772b") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x10_P2.54mm_Vertical" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cc11840") + (at 92.57 77.72 90) + (descr "Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x10 2.54mm double row") + (property "Reference" "J2" + (at 0.07 11.43 0) + (layer "F.SilkS") + (hide yes) + (uuid "6bd46644-7209-4d4d-acd8-f4c0d045bc61") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IDC-Header_2x10_P2.54mm" + (at 3.27 11.93 0) + (layer "F.Fab") + (uuid "befdfbe5-f3e5-423b-a34e-7bba3f218536") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b268035-3238-4540-9845-fc87c50eeec1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "286b9fca-9438-4456-8ed4-09887755fad4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "91d8f804-bdc2-47ad-b132-241adc3b0dca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005afc7f21") + (attr through_hole) + (fp_line + (start 5.83 -5.21) + (end 5.83 28.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e69c64f9-717d-4a97-b3df-80325ec2fa63") + ) + (fp_line + (start -3.29 -5.21) + (end 5.83 -5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "799e761c-1426-40e9-a069-1f4cb353bfaa") + ) + (fp_line + (start 4.52 -3.91) + (end 4.52 26.77) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b0b4c3cb-e7ea-49c0-8162-be3bbab3e4ec") + ) + (fp_line + (start -1.98 -3.91) + (end 4.52 -3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b794d099-f823-4d35-9755-ca1c45247ee9") + ) + (fp_line + (start -1.98 9.38) + (end -1.98 -3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de370984-7922-4327-a0ba-7cd613995df4") + ) + (fp_line + (start -3.29 9.38) + (end -1.98 9.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99e6b8eb-b08e-4d42-84dd-8b7f6765b7b7") + ) + (fp_line + (start -1.98 13.48) + (end -1.98 13.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa047297-22f8-4de0-a969-0b3451b8e164") + ) + (fp_line + (start -1.98 13.48) + (end -3.29 13.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e79c8e11-ed47-4701-ae80-a54cdb6682a5") + ) + (fp_line + (start 4.52 26.77) + (end -1.98 26.77) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e87a6f80-914f-4f62-9c9f-9ba62a88ee3d") + ) + (fp_line + (start -1.98 26.77) + (end -1.98 13.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df3dc9a2-ba40-4c3a-87fe-61cc8e23d71b") + ) + (fp_line + (start 5.83 28.07) + (end -3.29 28.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2518d4ea-25cc-4e57-a0d6-8482034e7318") + ) + (fp_line + (start -3.29 28.07) + (end -3.29 -5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db851147-6a1e-4d19-898c-0ba71182359b") + ) + (fp_line + (start 6.22 -5.6) + (end -3.68 -5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c052668-6749-425a-9a77-35f046c8aa39") + ) + (fp_line + (start -3.68 -5.6) + (end -3.68 28.46) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab8b0540-9c9f-4195-88f5-7bed0b0a8ed6") + ) + (fp_line + (start 6.22 28.46) + (end 6.22 -5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9db16341-dac0-4aab-9c62-7d88c111c1ce") + ) + (fp_line + (start -3.68 28.46) + (end 6.22 28.46) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b7d06af4-a5b1-447f-9b1a-8b44eb1cc204") + ) + (fp_line + (start 5.72 -5.1) + (end 5.72 27.96) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c07eebcc-30d2-439d-8030-faea6ade4486") + ) + (fp_line + (start -2.18 -5.1) + (end 5.72 -5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3d552623-2969-4b15-8623-368144f225e9") + ) + (fp_line + (start -3.18 -4.1) + (end -2.18 -5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e65bab67-68b7-4b22-a939-6f2c05164d2a") + ) + (fp_line + (start 4.52 -3.91) + (end 4.52 26.77) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e70d061b-28f0-4421-ad15-0598604086e8") + ) + (fp_line + (start -1.98 -3.91) + (end 4.52 -3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8bd46048-cab7-4adf-af9a-bc2710c1894c") + ) + (fp_line + (start -1.98 9.38) + (end -1.98 -3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "992a2b00-5e28-4edd-88b5-994891512d8d") + ) + (fp_line + (start -3.18 9.38) + (end -1.98 9.38) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18f1018d-5857-4c32-a072-f3de80352f74") + ) + (fp_line + (start -1.98 13.48) + (end -1.98 13.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4fd9bc4f-0ae3-42d4-a1b4-9fb1b2a0a7fd") + ) + (fp_line + (start -1.98 13.48) + (end -3.18 13.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71af7b65-0e6b-402e-b1a4-b66be507b4dc") + ) + (fp_line + (start 4.52 26.77) + (end -1.98 26.77) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02f8904b-a7b2-49dd-b392-764e7e29fb51") + ) + (fp_line + (start -1.98 26.77) + (end -1.98 13.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86e98417-f5e4-48ba-8147-ef66cc03dde6") + ) + (fp_line + (start 5.72 27.96) + (end -3.18 27.96) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92848721-49b5-4e4c-b042-6fd51e1d562f") + ) + (fp_line + (start -3.18 27.96) + (end -3.18 -4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db1ed10a-ef86-43bf-93dc-9be76327f6d2") + ) + (fp_text user "${REFERENCE}" + (at 1.27 11.43 180) + (layer "F.Fab") + (uuid "bc3b3f93-69e0-44a5-b919-319b81d13095") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.1470588235) + (net 106 "/IO_Banks/IO_Buffer_A/VSENSE") + (uuid "8aeae536-fd36-430e-be47-1a856eced2fc") + ) + (pad "2" thru_hole circle + (at 2.54 0 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 108 "/IO_Banks/VIOA") + (uuid "2f424da3-8fae-4941-bc6d-20044787372f") + ) + (pad "3" thru_hole circle + (at 0 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 74 "/IO_Banks/IO_Buffer_A/Z0") + (uuid "eb473bfd-fc2d-4cf0-8714-6b7dd95b0a03") + ) + (pad "4" thru_hole circle + (at 2.54 2.54 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "41485de5-6ed3-4c83-b69e-ef83ae18093c") + ) + (pad "5" thru_hole circle + (at 0 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 83 "/IO_Banks/IO_Buffer_A/Z1") + (uuid "fb35e3b1-aff6-41a7-9cf0-52694b95edeb") + ) + (pad "6" thru_hole circle + (at 2.54 5.08 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "3bca658b-a598-4669-a7cb-3f9b5f47bb5a") + ) + (pad "7" thru_hole circle + (at 0 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 84 "/IO_Banks/IO_Buffer_A/Z2") + (uuid "fa20e708-ec85-4e0b-8402-f74a2724f920") + ) + (pad "8" thru_hole circle + (at 2.54 7.62 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "bef2abc2-bf3e-4a72-ad03-f8da3cd893cb") + ) + (pad "9" thru_hole circle + (at 0 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 85 "/IO_Banks/IO_Buffer_A/Z3") + (uuid "21492bcd-343a-4b2b-b55a-b4586c11bdeb") + ) + (pad "10" thru_hole circle + (at 2.54 10.16 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "b7aa0362-7c9e-4a42-b191-ab15a38bf3c5") + ) + (pad "11" thru_hole circle + (at 0 12.7 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 87 "/IO_Banks/IO_Buffer_A/Z4") + (uuid "96315415-cfed-47d2-b3dd-d782358bd0df") + ) + (pad "12" thru_hole circle + (at 2.54 12.7 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "dd1edfbb-5fb6-42cd-b740-fd54ab3ef1f1") + ) + (pad "13" thru_hole circle + (at 0 15.24 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 86 "/IO_Banks/IO_Buffer_A/Z5") + (uuid "46cbe85d-ff47-428e-b187-4ebd50a66e0c") + ) + (pad "14" thru_hole circle + (at 2.54 15.24 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "42d3f9d6-2a47-41a8-b942-295fcb83bcd8") + ) + (pad "15" thru_hole circle + (at 0 17.78 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 88 "/IO_Banks/IO_Buffer_A/Z6") + (uuid "015f5586-ba76-4a98-9114-f5cd2c67134d") + ) + (pad "16" thru_hole circle + (at 2.54 17.78 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "7bea05d4-1dec-4cd6-aa53-302dde803254") + ) + (pad "17" thru_hole circle + (at 0 20.32 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 76 "/IO_Banks/IO_Buffer_A/Z7") + (uuid "541721d1-074b-496e-a833-813044b3e8ca") + ) + (pad "18" thru_hole circle + (at 2.54 20.32 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "a5362821-c161-4c7a-a00c-40e1d7472d56") + ) + (pad "19" thru_hole circle + (at 0 22.86 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "d05faa1f-5f69-41bf-86d3-2cd224432e1b") + ) + (pad "20" thru_hole circle + (at 2.54 22.86 90) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "1cc5480b-56b7-4379-98e2-ccafc88911a7") + ) + (model "${KISYS3DMOD}/Connector_IDC.3dshapes/IDC-Header_2x10_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cc1441e") + (at 122.6 109.2 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R46" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "8a51259a-0b00-485b-ae12-40bbbcbb1fbf") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "20k" + (at -1.2 0 0) + (layer "F.Fab") + (uuid "05c1c0ae-f846-4942-b9ca-9f0f8f62492d") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "236f2cfe-ee01-4d02-bff7-ded2601938c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "170433a0-b8bf-4c36-8476-02cb34d61286") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2434a628-c086-4874-9b6b-2c71c1a05c5e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005cc5f54e") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "184b2fad-24f5-4073-ae78-9c4ec35fa867") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "28c42959-8e72-4709-83e0-fbb99eade23c") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cfc25d70-2748-49fe-bb69-5196d9ea547d") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "83616a1b-53cb-4bc4-bfc7-a340c75ffaa4") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "91fb974e-99de-4e0c-bee5-7a6f88905951") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7134724f-277a-4c58-bbec-7ceaf30b9ed0") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "028825a5-a5a1-4471-a5f1-08090406bcd8") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80308ea8-7152-4634-99bf-492db3c9f37a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "d0e758c8-d140-4a8a-8239-760094b94ecd") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 44 "/ENVB") + (uuid "b7986f62-ea7a-4dc5-91cd-26acb8e0379b") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 171 "Net-(D14-Pad2)") + (uuid "530e1c0a-bb5b-44a7-b162-4c6f9e290093") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cc2bb7c") + (at 122.6 81.8 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R47" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "4711680f-0033-4792-90b3-99dc2aa8a7cf") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "20k" + (at -1.2 0 180) + (layer "F.Fab") + (uuid "4da42412-11c8-43c1-a7e4-fee17c98b4ba") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f5e8fe0-4f13-4d68-963a-f883d6cca631") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ddf48dbb-6467-4f9d-93eb-25b6cc62f76f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f63d76a-c59a-452e-b986-786a82d3564a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005cc5f54e") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "94b2d264-2d2c-4376-b127-a770616fcdbf") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3493c959-87a4-4c52-b026-4808a6774531") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "14891ca4-c283-4a64-98dc-86c5d6e033a0") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3b1beb9-ce17-4882-bb4d-7e5a00c65d48") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "362755ad-ea41-482e-bb23-627c6eb15a40") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c4b1e7cf-3aa3-45c5-8585-741388413869") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2efaba24-aee5-4bea-ae84-dbce9fb4b72e") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6dd24007-4e31-4437-a050-fa6e699c9468") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "edff7200-18c6-4e0c-99f9-a118fc24b63a") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 45 "/ENVA") + (uuid "e0e4f26b-9768-45ce-836e-303c9ffcd23d") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 172 "Net-(D15-Pad2)") + (uuid "4227d0f4-4162-4ece-9ec9-195feb76c6dd") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005cc994ea") + (at 77.3 101.4) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP2" + (at 0 -1.448 0) + (layer "F.SilkS") + (hide yes) + (uuid "43beef6b-84fd-4602-9d39-3c51fadccc5b") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "1V2" + (at 0 0 0) + (layer "F.Fab") + (uuid "5f72faf8-8342-4403-84e1-1a42e963da2b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "debec524-bb9f-4731-b483-35020bdc5ac5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b502116-212e-4ae8-9350-307ddaaac026") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "25b97ac5-6115-454d-b8ad-4357e89fc0e2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ae0012c") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "96752d91-b1d8-4e14-870e-215a5a87ee0e") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "382ce14f-0b78-4c2d-9fe1-67023cc607e4") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (hide yes) + (uuid "2f670aab-9e89-41fe-876d-bce239efa431") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 29 "+1V2") + (uuid "9f7adb6b-5df9-4d03-b0e6-cbdba04bf2fb") + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ccace07") + (at 122.6 110.5 180) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D14" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "341dde39-440e-4d05-8def-6a5cecefd88c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "GRN" + (at -1.5 0 180) + (layer "F.Fab") + (uuid "e07e1653-d05d-4bf2-bea3-6515a06de065") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b92ee4a7-0e88-4a4c-8342-36427b74eb03") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68fc0506-b503-4095-948c-a834956136e2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa4b544e-3524-4e87-917d-029732c4835a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005cc5f544") + (attr smd) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ec9be40-1d5a-4e2d-8a4d-4be2d3c079d5") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b632afec-1444-4246-8afb-cc14a57567e7") + ) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b75907b-b2ae-4362-89fa-d520339aaa5c") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "680c3e83-f590-4924-85a1-36d51b076683") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0cc094e7-c1c0-457d-bd94-3db91c23be55") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c0314b1-f82f-432d-95a0-65e191202552") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be030c62-e776-405f-97d8-4a4c1aa2e428") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35343f32-90ff-4059-a108-111fb444c3d2") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9666bb6a-0c1d-4c92-be6d-94a465ec5c51") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6e77d4d6-0239-4c20-98f8-23ae4f71d638") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b982f8b-ca29-4ebf-88fc-8a50b24e0802") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e46ecd61-0bbe-4b9f-a151-a2cacac5967b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c10ace36-a93c-4c08-ac75-059ef9e1f71c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "b853d9ac-7829-468f-99ac-dc9996502e94") + ) + (pad "2" smd roundrect + (at 0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 171 "Net-(D14-Pad2)") + (uuid "5dbda758-e74b-4ccf-ad68-495d537d68ba") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-23-5" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ccaceb6") + (at 123.3 89.8 180) + (descr "5-pin SOT23 package") + (tags "SOT-23-5") + (property "Reference" "U31" + (at 0 0 -90) + (layer "F.SilkS") + (hide yes) + (uuid "2a393301-5f42-4cdb-951b-80f063c75605") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (property "Value" "TPS73101DBV" + (at -1.4 0 -90) + (layer "F.Fab") + (uuid "1b6100b1-6db6-46ed-838f-9445ada9c264") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5c82331-a254-437c-83c0-30d638e1b066") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ee9a1fc3-1167-4fe2-8956-f0bc32c764e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f08b521-dfb3-4796-8634-0f61e630e349") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b047dc9") + (attr smd) + (fp_line + (start 0.9 -1.61) + (end -1.55 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e3aa148-4292-4380-9408-1e897be8da4f") + ) + (fp_line + (start -0.9 1.61) + (end 0.9 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ceef4c0-1081-4e21-b370-88a8d72ec333") + ) + (fp_line + (start 1.9 1.8) + (end -1.9 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cc576a5e-88e5-4abe-8854-daea569a0ede") + ) + (fp_line + (start 1.9 -1.8) + (end 1.9 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3a1142ec-0e07-4e47-a6a1-757767a49405") + ) + (fp_line + (start -1.9 1.8) + (end -1.9 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e73f602-ec3e-4ba0-bf5b-e2ed95cca693") + ) + (fp_line + (start -1.9 -1.8) + (end 1.9 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "09526a0f-66b4-4763-b3df-6bad533d60b5") + ) + (fp_line + (start 0.9 1.55) + (end -0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e2dc4785-3e17-472a-82b9-5050a49344b6") + ) + (fp_line + (start 0.9 -1.55) + (end 0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee7c5229-8122-44df-afad-d951332531ee") + ) + (fp_line + (start 0.9 -1.55) + (end -0.25 -1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0fa594db-6fe0-4ea8-92c4-4e1c8599e0fb") + ) + (fp_line + (start -0.9 -0.9) + (end -0.25 -1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cfcf83b1-0e49-4dd8-a896-3cd24e007c9e") + ) + (fp_line + (start -0.9 -0.9) + (end -0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "55d77ab4-691b-4b46-af02-3a8de5ec7d03") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "4805cbab-da73-4d3e-afa3-21868e76e954") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1 -0.95 180) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "+5V") + (uuid "9dcf989b-04cd-40f0-a8ff-a3c29c952c7a") + ) + (pad "2" smd roundrect + (at -1.1 0 180) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "05e5f229-ee1b-4890-b97c-8e7ece60ba60") + ) + (pad "3" smd roundrect + (at -1.1 0.95 180) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 197 "/IO_Banks/IO_Buffer_A/VIO_EN") + (uuid "5a98c2c3-356a-422d-99fb-014d511f11c4") + ) + (pad "4" smd roundrect + (at 1.1 0.95 180) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 158 "/IO_Banks/IO_Buffer_A/VFB") + (uuid "9be5bfd6-bb09-4bcc-b7df-07ae161053e2") + ) + (pad "5" smd roundrect + (at 1.1 -0.95 180) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 201 "Net-(R56-Pad1)") + (uuid "37081654-8f99-4a40-95a5-cb89ab90304e") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-5.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:D_SOD-523" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ccb1905") + (at 86.4 110.1 -90) + (descr "http://www.diodes.com/datasheets/ap02001.pdf p.144") + (tags "Diode SOD523") + (property "Reference" "D11" + (at -0.95 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "10d3aed9-3207-41eb-9bd0-983b84fe7dc7") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "ESD5Z5.0T1G" + (at 2.8 0 90) + (layer "F.Fab") + (uuid "3b8443c1-0791-438c-b19a-6f0e16558dc6") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8567e6d0-519c-4a68-a3e4-2220eb5cde1a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e3a0c8f-17fa-4dc5-897d-44a44c9b57ec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aa9d1b15-bda5-4efc-b327-e90deae62e3c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005d1dfdd1") + (attr smd) + (fp_line + (start 0.7 0.6) + (end -1.15 0.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa95aa83-2b8d-4500-b597-eb1e65e745bd") + ) + (fp_line + (start -1.15 -0.6) + (end -1.15 0.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "855028b5-6994-4987-8790-222fcec51db2") + ) + (fp_line + (start 0.7 -0.6) + (end -1.15 -0.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6654ac8e-8fcc-43eb-ae73-37be136e0b7d") + ) + (fp_line + (start -1.25 0.7) + (end -1.25 -0.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1773d560-d7f1-4884-a909-1c8383179166") + ) + (fp_line + (start 1.25 0.7) + (end -1.25 0.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e78f283-2134-461a-8a09-0c78a77896f2") + ) + (fp_line + (start -1.25 -0.7) + (end 1.25 -0.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ca43c489-f5ed-435d-a5f0-814512efeb9c") + ) + (fp_line + (start 1.25 -0.7) + (end 1.25 0.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e5459efe-5389-41dd-946e-468444e0da3e") + ) + (fp_line + (start -0.65 0.45) + (end -0.65 -0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45dc6788-a6ca-4954-b773-6fcc3cd9a485") + ) + (fp_line + (start 0.65 0.45) + (end -0.65 0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac5eb4a7-a387-48d6-b4f5-8a76d938534b") + ) + (fp_line + (start -0.2 0.2) + (end -0.2 -0.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83058c9b-309f-4f4d-b8e7-c7c6ed97bc4b") + ) + (fp_line + (start 0.1 0.2) + (end 0.1 -0.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "922bae2e-bcad-4760-a906-21dea416b5dc") + ) + (fp_line + (start -0.2 0) + (end 0.1 0.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "af881887-5cc6-4605-8c4c-7bf922a8bf80") + ) + (fp_line + (start -0.2 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "68881549-1588-438c-abf8-f6f2c2b6b5a2") + ) + (fp_line + (start 0.1 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a27f7727-7dd2-4cb4-a780-123706d8c0c2") + ) + (fp_line + (start 0.1 -0.2) + (end -0.2 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c10b2aa5-469e-4378-b2ef-2b9b8ace50be") + ) + (fp_line + (start -0.65 -0.45) + (end 0.65 -0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f8256e6-5dfc-4cdc-9d77-818253414951") + ) + (fp_line + (start 0.65 -0.45) + (end 0.65 0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e5a4010-57bc-4174-9811-569781b8c606") + ) + (fp_text user "${REFERENCE}" + (at -1 0 180) + (layer "F.Fab") + (uuid "e053a144-33eb-4ad0-a28f-c3ec3e6f8862") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7 0 90) + (size 0.6 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 159 "/IO_Banks/~{SYNC}") + (uuid "cb9df0ef-ece0-455c-bce6-7041640241fe") + ) + (pad "2" smd roundrect + (at 0.7 0 90) + (size 0.6 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "eabde296-8108-4f58-988b-0a8aad10b025") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-523.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ccbb0e7") + (at 74.9 103.8 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "4629e325-a0a2-4fa0-9b82-0617c92179cc") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "2k2" + (at 0 0.7 90) + (layer "F.Fab") + (uuid "0bb237b7-3c36-4dd2-83be-cd2c222b4c4e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "778886e3-24f7-4dcc-9f55-0a355a168f65") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5b9c9f86-ab1d-4446-9c55-efe214b3d6c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fc83f63e-dfa3-466d-bc32-854a873e09d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acb7b47") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cfed5c4e-149f-45c5-874a-d4efe242083a") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d83e328-7f8e-4ff2-9f4c-9b7ab1a82636") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b40b1eac-9bfc-4cbe-b825-0212be42c854") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "de13e0f2-e58c-4cc2-84c5-b6bd1aedd8ac") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4240fef1-07ee-4e87-9e5d-71a8ccd28e59") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "263960db-ac36-42ac-a092-0ee4b342f26f") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "084b112d-dcfd-4801-aa54-60bf427059e5") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cba1ad96-6b70-46fa-bd41-9f290718bd7c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "9d92388b-f9fb-415c-bdca-ff98123c4da4") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/SDA") + (uuid "6def0e3c-7a9e-4825-984c-dcd13175ed64") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "e9d7dac9-cbbf-4204-819c-cc96a1f4e4ef") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_Array_Convex_4x0402" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea8cc1f") + (at 105.7 105 -90) + (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") + (tags "resistor array") + (property "Reference" "RN3" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "c8fd9dd3-06ad-4146-9239-0065013959ef") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "33R" + (at -1.3 0 180) + (layer "F.Fab") + (uuid "98b00c9d-9188-4bce-aa70-92d12dd9cf82") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f8f42623-aab5-4ef9-8a1f-0a1372566a98") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b707f947-f462-4876-9e63-54c4bd43e028") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "18cea792-23b1-41d7-bc08-809117b48822") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005eafcc23") + (attr smd) + (fp_line + (start 0.25 1.18) + (end -0.25 1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa918b6d-f6cf-4471-be3b-4ff713f55a2e") + ) + (fp_line + (start 0.25 -1.18) + (end -0.25 -1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9031bb33-c6aa-4758-bf5c-3274ed3ebab7") + ) + (fp_line + (start 1 1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "16121028-bdf5-49c0-aae7-e28fe5bfa771") + ) + (fp_line + (start 1 1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e97b5984-9f0f-43a4-9b8a-838eef4cceb2") + ) + (fp_line + (start -1 -1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4db55cb8-197b-4402-871f-ce582b65664b") + ) + (fp_line + (start -1 -1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9aedbb9e-8340-4899-b813-05b23382a36b") + ) + (fp_line + (start -0.5 1) + (end -0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fea7c5d1-76d6-41a0-b5e3-29889dbb8ce0") + ) + (fp_line + (start 0.5 1) + (end -0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1a9fb80-4cc4-410f-9616-e19c969dcab5") + ) + (fp_line + (start -0.5 -1) + (end 0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3f43d730-2a73-49fe-9672-32428e7f5b49") + ) + (fp_line + (start 0.5 -1) + (end 0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9186dae5-6dc3-4744-9f90-e697559c6ac8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "a24ce0e2-fdd3-4e6a-b754-5dee9713dd27") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.5 -0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 57 "/IO_Banks/IO_Buffer_B/Y0") + (uuid "2454fd1b-3484-4838-8b7e-d26357238fe1") + ) + (pad "2" smd roundrect + (at -0.5 -0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 61 "/IO_Banks/IO_Buffer_B/Y1") + (uuid "c3c499b1-9227-4e4b-9982-f9f1aa6203b9") + ) + (pad "3" smd roundrect + (at -0.5 0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 62 "/IO_Banks/IO_Buffer_B/Y2") + (uuid "ae77c3c8-1144-468e-ad5b-a0b4090735bd") + ) + (pad "4" smd roundrect + (at -0.5 0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 63 "/IO_Banks/IO_Buffer_B/Y3") + (uuid "fb30f9bb-6a0b-4d8a-82b0-266eab794bc6") + ) + (pad "5" smd roundrect + (at 0.5 0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 69 "/IO_Banks/IO_Buffer_B/Z3") + (uuid "d0a0deb1-4f0f-4ede-b730-2c6d67cb9618") + ) + (pad "6" smd roundrect + (at 0.5 0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 68 "/IO_Banks/IO_Buffer_B/Z2") + (uuid "6bd115d6-07e0-45db-8f2e-3cbb0429104f") + ) + (pad "7" smd roundrect + (at 0.5 -0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 67 "/IO_Banks/IO_Buffer_B/Z1") + (uuid "ce72ea62-9343-4a4f-81bf-8ac601f5d005") + ) + (pad "8" smd roundrect + (at 0.5 -0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 58 "/IO_Banks/IO_Buffer_B/Z0") + (uuid "97fe2a5c-4eee-4c7a-9c43-47749b396494") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_Array_Convex_4x0402" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea8cc36") + (at 103.2 105 -90) + (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") + (tags "resistor array") + (property "Reference" "RN4" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "fd3499d5-6fd2-49a4-bdb0-109cee899fde") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "33R" + (at -1.3 0 180) + (layer "F.Fab") + (uuid "71f92193-19b0-44ed-bc7f-77535083d769") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "730b9dd7-c5bb-4554-89ea-f04165c3fc45") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "11cefd1d-7fb5-417f-81f1-57c203584d87") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0687c9d4-1810-4363-bb16-10f4b960c618") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005eb2c386") + (attr smd) + (fp_line + (start 0.25 1.18) + (end -0.25 1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc0dbc57-3ae8-4ce5-a05c-2d6003bba475") + ) + (fp_line + (start 0.25 -1.18) + (end -0.25 -1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8b92953-cd23-44e6-85ce-083fb8c3f20f") + ) + (fp_line + (start 1 1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b52d6ff3-fef1-496e-8dd5-ebb89b6bce6a") + ) + (fp_line + (start 1 1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "221bef83-3ea7-4d3f-adeb-53a8a07c6273") + ) + (fp_line + (start -1 -1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "009b5465-0a65-4237-93e7-eb65321eeb18") + ) + (fp_line + (start -1 -1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "00f3ea8b-8a54-4e56-84ff-d98f6c00496c") + ) + (fp_line + (start -0.5 1) + (end -0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0520f61d-4522-4301-a3fa-8ed0bf060f69") + ) + (fp_line + (start 0.5 1) + (end -0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "411d4270-c66c-4318-b7fb-1470d34862b8") + ) + (fp_line + (start -0.5 -1) + (end 0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "795e68e2-c9ba-45cf-9bff-89b8fae05b5a") + ) + (fp_line + (start 0.5 -1) + (end 0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8fcec304-c6b1-4655-8326-beacd0476953") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "143ed874-a01f-4ced-ba4e-bbb66ddd1f70") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.5 -0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 64 "/IO_Banks/IO_Buffer_B/Y4") + (uuid "b09666f9-12f1-4ee9-8877-2292c94258ca") + ) + (pad "2" smd roundrect + (at -0.5 -0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 65 "/IO_Banks/IO_Buffer_B/Y5") + (uuid "4d586a18-26c5-441e-a9ff-8125ee516126") + ) + (pad "3" smd roundrect + (at -0.5 0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 66 "/IO_Banks/IO_Buffer_B/Y6") + (uuid "477892a1-722e-4cda-bb6c-fcdb8ba5f93e") + ) + (pad "4" smd roundrect + (at -0.5 0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 59 "/IO_Banks/IO_Buffer_B/Y7") + (uuid "9186fd02-f30d-4e17-aa38-378ab73e3908") + ) + (pad "5" smd roundrect + (at 0.5 0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 60 "/IO_Banks/IO_Buffer_B/Z7") + (uuid "4ba06b66-7669-4c70-b585-f5d4c9c33527") + ) + (pad "6" smd roundrect + (at 0.5 0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 72 "/IO_Banks/IO_Buffer_B/Z6") + (uuid "60ff6322-62e2-4602-9bc0-7a0f0a5ecfbf") + ) + (pad "7" smd roundrect + (at 0.5 -0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 70 "/IO_Banks/IO_Buffer_B/Z5") + (uuid "aa130053-a451-4f12-97f7-3d4d891a5f83") + ) + (pad "8" smd roundrect + (at 0.5 -0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 71 "/IO_Banks/IO_Buffer_B/Z4") + (uuid "e7369115-d491-4ef3-be3d-f5298992c3e8") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_Array_Convex_4x0402" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea8cc4d") + (at 113.4 106 90) + (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") + (tags "resistor array") + (property "Reference" "RN5" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "9a0b74a5-4879-4b51-8e8e-6d85a0107422") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "10k" + (at 0.9 0 180) + (layer "F.Fab") + (uuid "eae14f5f-515c-4a6f-ad0e-e8ef233d14bf") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d2c32fee-66b8-451b-9c06-6deebde11faa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf7a1213-85fd-4ccc-aaee-644f3347f5fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8109cf16-c4e2-43bc-9a66-f6aa64f9f204") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005eb390f9") + (attr smd) + (fp_line + (start 0.25 -1.18) + (end -0.25 -1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f411f68-04bd-4175-a406-bcaa4cf6601e") + ) + (fp_line + (start 0.25 1.18) + (end -0.25 1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1fa508ef-df83-4c99-846b-9acf535b3ad9") + ) + (fp_line + (start -1 -1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "155b0b7c-70b4-4a26-a550-bac13cab0aa4") + ) + (fp_line + (start -1 -1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "399fc36a-ed5d-44b5-82f7-c6f83d9acc14") + ) + (fp_line + (start 1 1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00") + ) + (fp_line + (start 1 1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "00e38d63-5436-49db-81f5-697421f168fc") + ) + (fp_line + (start 0.5 -1) + (end 0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa") + ) + (fp_line + (start -0.5 -1) + (end 0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f675e5f-8fe6-4148-baf1-da97afc770f8") + ) + (fp_line + (start 0.5 1) + (end -0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "917920ab-0c6e-4927-974d-ef342cdd4f63") + ) + (fp_line + (start -0.5 1) + (end -0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8fc062a7-114d-48eb-a8f8-71128838f380") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "6e435cd4-da2b-4602-a0aa-5dd988834dff") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.5 -0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 69 "/IO_Banks/IO_Buffer_B/Z3") + (uuid "d88958ac-68cd-4955-a63f-0eaa329dec86") + ) + (pad "2" smd roundrect + (at -0.5 -0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 68 "/IO_Banks/IO_Buffer_B/Z2") + (uuid "e5864fe6-2a71-47f0-90ce-38c3f8901580") + ) + (pad "3" smd roundrect + (at -0.5 0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 67 "/IO_Banks/IO_Buffer_B/Z1") + (uuid "699feae1-8cdd-4d2b-947f-f24849c73cdb") + ) + (pad "4" smd roundrect + (at -0.5 0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 58 "/IO_Banks/IO_Buffer_B/Z0") + (uuid "61fe4c73-be59-4519-98f1-a634322a841d") + ) + (pad "5" smd roundrect + (at 0.5 0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 216 "/IO_Banks/IO_Buffer_B/P0") + (uuid "70e4263f-d95a-4431-b3f3-cfc800c82056") + ) + (pad "6" smd roundrect + (at 0.5 0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 215 "/IO_Banks/IO_Buffer_B/P1") + (uuid "38a501e2-0ee8-439d-bd02-e9e90e7503e9") + ) + (pad "7" smd roundrect + (at 0.5 -0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 214 "/IO_Banks/IO_Buffer_B/P2") + (uuid "f9c81c26-f253-4227-a69f-53e64841cfbe") + ) + (pad "8" smd roundrect + (at 0.5 -0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 213 "/IO_Banks/IO_Buffer_B/P3") + (uuid "c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_Array_Convex_4x0402" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea8cc64") + (at 110.9 106 90) + (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") + (tags "resistor array") + (property "Reference" "RN6" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "224768bc-6009-43ba-aa4a-70cbaa15b5a3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "10k" + (at 0.9 0 180) + (layer "F.Fab") + (uuid "fef37e8b-0ff0-4da2-8a57-acaf19551d1a") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b948764-e225-4ff4-8cff-9f971b2aa508") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de1e6aa6-0d50-4f2d-918c-ec714ffebc81") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dafdcccd-4a8b-48d2-9b0c-c5c130f2ac99") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005eb2cc53") + (attr smd) + (fp_line + (start 0.25 -1.18) + (end -0.25 -1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8fc38ec-0b98-40bc-ae2f-e5cc29973bca") + ) + (fp_line + (start 0.25 1.18) + (end -0.25 1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34d03349-6d78-4165-a683-2d8b76f2bae8") + ) + (fp_line + (start -1 -1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb4b1afc-c46e-451d-8dad-36b7dec82f26") + ) + (fp_line + (start -1 -1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "37b6c6d6-3e12-4736-912a-ea6e2bf06721") + ) + (fp_line + (start 1 1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "86dc7a78-7d51-4111-9eea-8a8f7977eb16") + ) + (fp_line + (start 1 1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e32ee344-1030-4498-9cac-bfbf7540faf4") + ) + (fp_line + (start 0.5 -1) + (end 0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e1c30a32-820e-4b17-aec9-5cb8b76f0ccc") + ) + (fp_line + (start -0.5 -1) + (end 0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89c0bc4d-eee5-4a77-ac35-d30b35db5cbe") + ) + (fp_line + (start 0.5 1) + (end -0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8") + ) + (fp_line + (start -0.5 1) + (end -0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a7531a95-7ca1-4f34-955e-18120cec99e6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "d21cc5e4-177a-4e1d-a8d5-060ed33e5b8e") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.5 -0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 60 "/IO_Banks/IO_Buffer_B/Z7") + (uuid "26801cfb-b53b-4a6a-a2f4-5f4986565765") + ) + (pad "2" smd roundrect + (at -0.5 -0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 72 "/IO_Banks/IO_Buffer_B/Z6") + (uuid "c7af8405-da2e-4a34-b9b8-518f342f8995") + ) + (pad "3" smd roundrect + (at -0.5 0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 70 "/IO_Banks/IO_Buffer_B/Z5") + (uuid "aa79024d-ca7e-4c24-b127-7df08bbd0c75") + ) + (pad "4" smd roundrect + (at -0.5 0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 71 "/IO_Banks/IO_Buffer_B/Z4") + (uuid "c49d23ab-146d-4089-864f-2d22b5b414b9") + ) + (pad "5" smd roundrect + (at 0.5 0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 212 "/IO_Banks/IO_Buffer_B/P4") + (uuid "0bcafe80-ffba-4f1e-ae51-95a595b006db") + ) + (pad "6" smd roundrect + (at 0.5 0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 211 "/IO_Banks/IO_Buffer_B/P5") + (uuid "026ac84e-b8b2-4dd2-b675-8323c24fd778") + ) + (pad "7" smd roundrect + (at 0.5 -0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 210 "/IO_Banks/IO_Buffer_B/P6") + (uuid "34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d") + ) + (pad "8" smd roundrect + (at 0.5 -0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 209 "/IO_Banks/IO_Buffer_B/P7") + (uuid "da25bf79-0abb-4fac-a221-ca5c574dfc29") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_Array_Convex_4x0402" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea8cc7b") + (at 90.8 90.3) + (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") + (tags "resistor array") + (property "Reference" "RN7" + (at 0 0.3 90) + (layer "F.SilkS") + (hide yes) + (uuid "4a850cb6-bb24-4274-a902-e49f34f0a0e3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "33R" + (at -0.9 0 90) + (layer "F.Fab") + (uuid "e5203297-b913-4288-a576-12a92185cb52") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cca08512-3fac-41d0-8a6b-f1bcce4d89b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6798e54e-1e59-44d0-81db-b4c98f1f5422") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8aa50ebe-b91c-4970-a555-240c9663c4e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005eac6f23") + (attr smd) + (fp_line + (start 0.25 -1.18) + (end -0.25 -1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7667b23-296e-4362-a7e3-949632c8954b") + ) + (fp_line + (start 0.25 1.18) + (end -0.25 1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b873bc5d-a9af-4bd9-afcb-87ce4d417120") + ) + (fp_line + (start -1 -1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c04386e0-b49e-4fff-b380-675af13a62cb") + ) + (fp_line + (start -1 -1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "03c7f780-fc1b-487a-b30d-567d6c09fdc8") + ) + (fp_line + (start 1 1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4107d40a-e5df-4255-aacc-13f9928e090c") + ) + (fp_line + (start 1 1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b9bb0e73-161a-4d06-b6eb-a9f66d8a95f5") + ) + (fp_line + (start -0.5 -1) + (end 0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "700e8b73-5976-423f-a3f3-ab3d9f3e9760") + ) + (fp_line + (start -0.5 1) + (end -0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c76d4423-ef1b-4a6f-8176-33d65f2877bb") + ) + (fp_line + (start 0.5 -1) + (end 0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b4300db7-1220-431a-b7c3-2edbdf8fa6fc") + ) + (fp_line + (start 0.5 1) + (end -0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "79e31048-072a-4a40-a625-26bb0b5f046b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "1f8b2c0c-b042-4e2e-80f6-4959a27b238f") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.5 -0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 97 "/IO_Banks/QA0") + (uuid "1c68b844-c861-46b7-b734-0242168a4220") + ) + (pad "2" smd roundrect + (at -0.5 -0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 99 "/IO_Banks/QA1") + (uuid "d2d7bea6-0c22-495f-8666-323b30e03150") + ) + (pad "3" smd roundrect + (at -0.5 0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 100 "/IO_Banks/QA2") + (uuid "0f324b67-75ef-407f-8dbc-3c1fc5c2abba") + ) + (pad "4" smd roundrect + (at -0.5 0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 101 "/IO_Banks/QA3") + (uuid "e7bb7815-0d52-4bb8-b29a-8cf960bd2905") + ) + (pad "5" smd roundrect + (at 0.5 0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 180 "Net-(RN7-Pad5)") + (uuid "0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9") + ) + (pad "6" smd roundrect + (at 0.5 0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 181 "Net-(RN7-Pad6)") + (uuid "0ae82096-0994-4fb0-9a2a-d4ac4804abac") + ) + (pad "7" smd roundrect + (at 0.5 -0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 182 "Net-(RN7-Pad7)") + (uuid "8195a7cf-4576-44dd-9e0e-ee048fdb93dd") + ) + (pad "8" smd roundrect + (at 0.5 -0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 208 "/IO_Banks/IO_Buffer_A/X0") + (uuid "e0f06b5c-de63-4833-a591-ca9e19217a35") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_Array_Convex_4x0402" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea8cc92") + (at 90.8 92.8) + (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") + (tags "resistor array") + (property "Reference" "RN8" + (at 0 0.3 90) + (layer "F.SilkS") + (hide yes) + (uuid "a24ddb4f-c217-42ca-b6cb-d12da84fb2b9") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "33R" + (at -0.9 0 90) + (layer "F.Fab") + (uuid "a6ccc556-da88-4006-ae1a-cc35733efef3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9206648a-27c0-437d-9ced-e1d6ef253882") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0256e634-703b-4e64-8572-27c7533ac9f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c1e2841-6205-4bcc-b638-7d4278c75c60") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005eafc4a6") + (attr smd) + (fp_line + (start 0.25 -1.18) + (end -0.25 -1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4aa537c-eb9d-4dbb-ac87-fae46af42391") + ) + (fp_line + (start 0.25 1.18) + (end -0.25 1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9403623-c00c-4b71-bc5c-d763ff009386") + ) + (fp_line + (start -1 -1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5fc9acb6-6dbb-4598-825b-4b9e7c4c67c4") + ) + (fp_line + (start -1 -1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a53767ed-bb28-4f90-abe0-e0ea734812a4") + ) + (fp_line + (start 1 1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f31f11f-c374-4640-b9a4-07bbdba8d354") + ) + (fp_line + (start 1 1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "18b7e157-ae67-48ad-bd7c-9fef6fe45b22") + ) + (fp_line + (start -0.5 -1) + (end 0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc2801a1-d539-4721-b31f-fe196b9f13df") + ) + (fp_line + (start -0.5 1) + (end -0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6d1d60ff-408a-47a7-892f-c5cf9ef6ca75") + ) + (fp_line + (start 0.5 -1) + (end 0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "970e0f64-111f-41e3-9f5a-fb0d0f6fa101") + ) + (fp_line + (start 0.5 1) + (end -0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b6135480-ace6-42b2-9c47-856ef57cded1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "065b9982-55f2-4822-977e-07e8a06e7b35") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.5 -0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 102 "/IO_Banks/QA4") + (uuid "31540a7e-dc9e-4e4d-96b1-dab15efa5f4b") + ) + (pad "2" smd roundrect + (at -0.5 -0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 103 "/IO_Banks/QA5") + (uuid "19b0959e-a79b-43b2-a5ad-525ced7e9131") + ) + (pad "3" smd roundrect + (at -0.5 0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 104 "/IO_Banks/QA6") + (uuid "109caac1-5036-4f23-9a66-f569d871501b") + ) + (pad "4" smd roundrect + (at -0.5 0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 98 "/IO_Banks/QA7") + (uuid "e67b9f8c-019b-4145-98a4-96545f6bb128") + ) + (pad "5" smd roundrect + (at 0.5 0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 183 "Net-(RN8-Pad5)") + (uuid "998b7fa5-31a5-472e-9572-49d5226d6098") + ) + (pad "6" smd roundrect + (at 0.5 0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 184 "Net-(RN8-Pad6)") + (uuid "e4d2f565-25a0-48c6-be59-f4bf31ad2558") + ) + (pad "7" smd roundrect + (at 0.5 -0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 186 "Net-(RN8-Pad7)") + (uuid "7c04618d-9115-4179-b234-a8faf854ea92") + ) + (pad "8" smd roundrect + (at 0.5 -0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 185 "Net-(RN8-Pad8)") + (uuid "e502d1d5-04b0-4d4b-b5c3-8c52d09668e7") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_Array_Convex_4x0402" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea8ccc0") + (at 105.7 86 90) + (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") + (tags "resistor array") + (property "Reference" "RN10" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "a5e521b9-814e-4853-a5ac-f158785c6269") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "33R" + (at -1.3 0 180) + (layer "F.Fab") + (uuid "262f1ea9-0133-4b43-be36-456207ea857c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e437f952-ad4b-497a-a680-6ff24fb488a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "347f918a-87fe-404e-93cd-6d5d0e3ccad5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ec515ea-6a2b-4cd0-866b-a4ceee2cc10e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005eb2c386") + (attr smd) + (fp_line + (start 0.25 -1.18) + (end -0.25 -1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4f86a46-3bc8-4daa-9125-a63f297eb114") + ) + (fp_line + (start 0.25 1.18) + (end -0.25 1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22999e73-da32-43a5-9163-4b3a41614f25") + ) + (fp_line + (start -1 -1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6e68f0cd-800e-4167-9553-71fc59da1eeb") + ) + (fp_line + (start -1 -1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "658dad07-97fd-466c-8b49-21892ac96ea4") + ) + (fp_line + (start 1 1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "40b14a16-fb82-4b9d-89dd-55cd98abb5cc") + ) + (fp_line + (start 1 1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c09938fd-06b9-4771-9f63-2311626243b3") + ) + (fp_line + (start 0.5 -1) + (end 0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5edcefbe-9766-42c8-9529-28d0ec865573") + ) + (fp_line + (start -0.5 -1) + (end 0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "721d1be9-236e-470b-ba69-f1cc6c43faf9") + ) + (fp_line + (start 0.5 1) + (end -0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec5c2062-3a41-4636-8803-069e60a1641a") + ) + (fp_line + (start -0.5 1) + (end -0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "81a15393-727e-448b-a777-b18773023d89") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c1c799a0-3c93-493a-9ad7-8a0561bc69ee") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.5 -0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 80 "/IO_Banks/IO_Buffer_A/Y4") + (uuid "a29f8df0-3fae-4edf-8d9c-bd5a875b13e3") + ) + (pad "2" smd roundrect + (at -0.5 -0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 81 "/IO_Banks/IO_Buffer_A/Y5") + (uuid "20cca02e-4c4d-4961-b6b4-b40a1731b220") + ) + (pad "3" smd roundrect + (at -0.5 0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 82 "/IO_Banks/IO_Buffer_A/Y6") + (uuid "5487601b-81d3-4c70-8f3d-cf9df9c63302") + ) + (pad "4" smd roundrect + (at -0.5 0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 75 "/IO_Banks/IO_Buffer_A/Y7") + (uuid "cb614b23-9af3-4aec-bed8-c1374e001510") + ) + (pad "5" smd roundrect + (at 0.5 0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 76 "/IO_Banks/IO_Buffer_A/Z7") + (uuid "2d697cf0-e02e-4ed1-a048-a704dab0ee43") + ) + (pad "6" smd roundrect + (at 0.5 0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 88 "/IO_Banks/IO_Buffer_A/Z6") + (uuid "240c10af-51b5-420e-a6f4-a2c8f5db1db5") + ) + (pad "7" smd roundrect + (at 0.5 -0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 86 "/IO_Banks/IO_Buffer_A/Z5") + (uuid "592f25e6-a01b-47fd-8172-3da01117d00a") + ) + (pad "8" smd roundrect + (at 0.5 -0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 87 "/IO_Banks/IO_Buffer_A/Z4") + (uuid "503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_Array_Convex_4x0402" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea8ccd7") + (at 110.9 85 -90) + (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") + (tags "resistor array") + (property "Reference" "RN11" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "5cf2db29-f7ab-499a-9907-cdeba64bf0f3") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "10k" + (at 0.9 0 180) + (layer "F.Fab") + (uuid "feb26ecb-9193-46ea-a41b-d09305bf0a3e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "db03dcf1-f964-4e9a-a278-1bda109e03fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40d86f12-1d09-49b6-ae3a-c7552018fe03") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c60fc52a-0d1b-4e51-8aad-cd5239689506") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005eb390f9") + (attr smd) + (fp_line + (start 0.25 1.18) + (end -0.25 1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cff34251-839c-4da9-a0ad-85d0fc4e32af") + ) + (fp_line + (start 0.25 -1.18) + (end -0.25 -1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56") + ) + (fp_line + (start 1 1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be645d0f-8568-47a0-a152-e3ddd33563eb") + ) + (fp_line + (start 1 1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ebd06df3-d52b-4cff-99a2-a771df6d3733") + ) + (fp_line + (start -1 -1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c9667181-b3c7-4b01-b8b4-baa29a9aea63") + ) + (fp_line + (start -1 -1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d5b800ca-1ab6-4b66-b5f7-2dda5658b504") + ) + (fp_line + (start -0.5 1) + (end -0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29195ea4-8218-44a1-b4bf-466bee0082e4") + ) + (fp_line + (start 0.5 1) + (end -0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ce8d3ab-2662-4158-8a2a-18b782908fc5") + ) + (fp_line + (start -0.5 -1) + (end 0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459") + ) + (fp_line + (start 0.5 -1) + (end 0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b0906e10-2fbc-4309-a8b4-6fc4cd1a5490") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "382ca670-6ae8-4de6-90f9-f241d1337171") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.5 -0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 85 "/IO_Banks/IO_Buffer_A/Z3") + (uuid "057af6bb-cf6f-4bfb-b0c0-2e92a2c09a47") + ) + (pad "2" smd roundrect + (at -0.5 -0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 84 "/IO_Banks/IO_Buffer_A/Z2") + (uuid "4632212f-13ce-4392-bc68-ccb9ba333770") + ) + (pad "3" smd roundrect + (at -0.5 0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 83 "/IO_Banks/IO_Buffer_A/Z1") + (uuid "cb16d05e-318b-4e51-867b-70d791d75bea") + ) + (pad "4" smd roundrect + (at -0.5 0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 74 "/IO_Banks/IO_Buffer_A/Z0") + (uuid "173f6f06-e7d0-42ac-ab03-ce6b79b9eeee") + ) + (pad "5" smd roundrect + (at 0.5 0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 224 "/IO_Banks/IO_Buffer_A/P0") + (uuid "bd9595a1-04f3-4fda-8f1b-e65ad874edd3") + ) + (pad "6" smd roundrect + (at 0.5 0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 223 "/IO_Banks/IO_Buffer_A/P1") + (uuid "309b3bff-19c8-41ec-a84d-63399c649f46") + ) + (pad "7" smd roundrect + (at 0.5 -0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 222 "/IO_Banks/IO_Buffer_A/P2") + (uuid "2e842263-c0ba-46fd-a760-6624d4c78278") + ) + (pad "8" smd roundrect + (at 0.5 -0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 221 "/IO_Banks/IO_Buffer_A/P3") + (uuid "8c0807a7-765b-4fa5-baaa-e09a2b610e6b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_Array_Convex_4x0402" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ea8ccee") + (at 113.4 85 -90) + (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") + (tags "resistor array") + (property "Reference" "RN12" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "c8029a4c-945d-42ca-871a-dd73ff50a1a3") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "10k" + (at 0.9 0 180) + (layer "F.Fab") + (uuid "6781326c-6e0d-4753-8f28-0f5c687e01f9") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8c14fb38-4b82-45ab-9f46-f43101788003") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36b40152-57a3-46dd-b073-87b719e77c71") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "333164cb-f23f-433f-b9b1-800023e3b2ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005eb2cc53") + (attr smd) + (fp_line + (start 0.25 1.18) + (end -0.25 1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15fe8f3d-6077-4e0e-81d0-8ec3f4538981") + ) + (fp_line + (start 0.25 -1.18) + (end -0.25 -1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e40e8cef-4fb0-4fc3-be09-3875b2cc8469") + ) + (fp_line + (start 1 1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e1535036-5d36-405f-bb86-3819621c4f23") + ) + (fp_line + (start 1 1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "82be7aae-5d06-4178-8c3e-98760c41b054") + ) + (fp_line + (start -1 -1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e65b62be-e01b-4688-a999-1d1be370c4ae") + ) + (fp_line + (start -1 -1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "814763c2-92e5-4a2c-941c-9bbd073f6e87") + ) + (fp_line + (start -0.5 1) + (end -0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9b3c58a7-a9b9-4498-abc0-f9f43e4f0292") + ) + (fp_line + (start 0.5 1) + (end -0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c094494a-f6f7-43fc-a007-4951484ddf3a") + ) + (fp_line + (start -0.5 -1) + (end 0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5b34a16c-5a14-4291-8242-ea6d6ac54372") + ) + (fp_line + (start 0.5 -1) + (end 0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35a9f71f-ba35-47f6-814e-4106ac36c51e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c701ee8e-1214-4781-a973-17bef7b6e3eb") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.5 -0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 76 "/IO_Banks/IO_Buffer_A/Z7") + (uuid "9193c41e-d425-447d-b95c-6986d66ea01c") + ) + (pad "2" smd roundrect + (at -0.5 -0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 88 "/IO_Banks/IO_Buffer_A/Z6") + (uuid "7e0a03ae-d054-4f76-a131-5c09b8dc1636") + ) + (pad "3" smd roundrect + (at -0.5 0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 86 "/IO_Banks/IO_Buffer_A/Z5") + (uuid "d6fb27cf-362d-4568-967c-a5bf49d5931b") + ) + (pad "4" smd roundrect + (at -0.5 0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 87 "/IO_Banks/IO_Buffer_A/Z4") + (uuid "20c315f4-1e4f-49aa-8d61-778a7389df7e") + ) + (pad "5" smd roundrect + (at 0.5 0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 220 "/IO_Banks/IO_Buffer_A/P4") + (uuid "d9c6d5d2-0b49-49ba-a970-cd2c32f74c54") + ) + (pad "6" smd roundrect + (at 0.5 0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 219 "/IO_Banks/IO_Buffer_A/P5") + (uuid "a6b7df29-bcf8-46a9-b623-7eaac47f5110") + ) + (pad "7" smd roundrect + (at 0.5 -0.25 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 218 "/IO_Banks/IO_Buffer_A/P6") + (uuid "7a4ce4b3-518a-4819-b8b2-5127b3347c64") + ) + (pad "8" smd roundrect + (at 0.5 -0.8 270) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 217 "/IO_Banks/IO_Buffer_A/P7") + (uuid "a9b3f6e4-7a6d-4ae8-ad28-3d8458e0ca1a") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ec97efe") + (at 96.1 85.7) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U4" + (at 0 0.1 180) + (layer "F.SilkS") + (hide yes) + (uuid "e294d04e-3720-4cda-b63e-078484e0733c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "b11ebd64-c9c7-457c-8a22-c5fed71aadd1") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ec9d767c-83e9-4ad5-bc1c-eda8ef19e0ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b81ca11b-4270-451a-8d60-8226f8090706") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e760eea-fb6f-400b-a340-d06f356a1980") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b3d9a66") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4512ec7-3389-4b56-9e8b-bdbd8a828957") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c09f8970-d399-4978-b7bf-c426fa2f915a") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "97e1f64a-ea8c-4ff4-8e5c-27686d0544c1") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3a07246e-3a61-43dd-8b09-0bdf03c3e6f3") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7aec2799-4000-4098-a752-1bed4b75fdcf") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a2d16f16-08e6-4947-a6d1-6d787ead02c9") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "331e4b06-587c-447e-bea7-ab3ccd3f7d67") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f4bbdb8-5bb2-4c5f-b604-50c819181981") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5d580eb5-0e83-488b-a0fd-a803c630f551") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "441f9c55-be25-4fae-8b9b-6a71ad3b0b86") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d1c6119-4f8d-41bb-ac26-14b7b55b90f2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "21de29f1-55e6-491f-9b72-2d0cf15d30d9") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "51c3e3cc-739b-4bac-a271-7f779051de39") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "5b3893c6-e4cc-4fa9-be23-63d62d12d2ee") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 208 "/IO_Banks/IO_Buffer_A/X0") + (uuid "93b57547-14ef-426b-8dd7-720b4647ee08") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 73 "/IO_Banks/IO_Buffer_A/Y0") + (uuid "99f42b58-88eb-419e-9dff-f13059ef50e4") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 141 "/IO_Banks/DA0") + (uuid "a7f09cc9-2878-4daf-b4fb-2ce63103f4de") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "885fe160-5562-498c-ba18-9f416e1d87d2") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ec99332") + (at 90.8 99.6) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U32" + (at 0 0 180) + (layer "F.SilkS") + (hide yes) + (uuid "91d0ac33-7c52-4428-ba83-8720a383522c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at -1 0 -90) + (layer "F.Fab") + (uuid "b4180bb0-8dc9-48ec-9931-26e9377a82e1") + (effects + (font + (size 0.2 0.2) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1882dd9-b383-45a7-9a98-0982f44c7f38") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4acaeda7-078a-41bb-9647-d1ae4883b725") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fc737495-e31c-47b6-9d2c-c30375bece95") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005ca4f297") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3585a139-cfc6-4b57-99ce-0163d84caa4b") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c89b3dc0-3882-490a-b628-aad226ceaf7d") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9aa4051b-5d8e-420b-bd92-028862775303") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d6a069f-4023-40e5-b77a-c447eb7c2730") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0816bee4-5935-4741-bd0f-c370f413b02b") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8e2a2f6b-8167-4ac5-b2a6-8fefc2e5007d") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2ca7d35c-f03b-45eb-bc5e-72292d02981d") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b5ef57e-9829-4c8c-a772-0c450fa178e8") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6792a032-9256-487f-aa0b-8c689e242f4e") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e06f99ab-70c9-48e0-9786-de35bc5b9bdc") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "060a9d78-785b-4e95-9f27-c70c9bd79368") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "260c26af-1e30-4624-94a4-7cbfebc53f93") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "ca9b4264-1527-4eb9-9c4a-0f8f3219656b") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "2d9bce5f-b18b-47a2-9654-99086bc7c8ca") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 170 "Net-(R45-Pad1)") + (uuid "dd7274bb-36be-4baa-903e-939c1f1b99f6") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 166 "Net-(R38-Pad2)") + (uuid "5cfef867-dff5-4abc-9cf1-6fa8f45eaef2") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 163 "Net-(R10-Pad1)") + (uuid "a277cb94-54f4-4201-9b19-13124e8120b4") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "c6f64293-5e29-4afa-8644-d8f9ea3d34e8") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-363_SC-70-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ecc945e") + (at 100.1 105.3) + (descr "SOT-363, SC-70-6") + (tags "SOT-363 SC-70-6") + (property "Reference" "U29" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "3472ac51-2496-4774-b525-ca48b4eac389") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "SN74LVC1T45DCKR" + (at 1.2 0 -90) + (layer "F.Fab") + (uuid "f69e205d-71f1-4bed-8e46-d37fa1b7672f") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f84f9ed5-00a7-4a5b-b116-57169eecc191") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "564814f9-989f-41cb-8082-44849ce64a88") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "61766472-08b3-4d25-916e-7991909fd783") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e426d") + (attr smd) + (fp_line + (start -0.7 1.16) + (end 0.7 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d916b305-a832-4de9-944b-164deaf38300") + ) + (fp_line + (start 0.7 -1.16) + (end -1.2 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d2043d0-1e2a-47a8-b40c-1d3c6b8242cf") + ) + (fp_line + (start -1.6 -1.4) + (end -1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "accfea22-0220-4bfc-bc57-88d0ba04c651") + ) + (fp_line + (start -1.6 -1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "584970dc-5538-419b-b998-8d8d4ada798f") + ) + (fp_line + (start -1.6 1.4) + (end 1.6 1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c81b9e4-c3e8-4c27-acdb-80b385e836a7") + ) + (fp_line + (start 1.6 1.4) + (end 1.6 -1.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "85ce4d4c-d093-4323-9a04-70d33e2d6c7e") + ) + (fp_line + (start -0.675 -0.6) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e72b1b6-3005-465f-b29c-9fb2358144c7") + ) + (fp_line + (start -0.175 -1.1) + (end -0.675 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32152384-5f30-4790-a5a7-40a77da6c53b") + ) + (fp_line + (start 0.675 -1.1) + (end -0.175 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "825fbe04-7d0f-48c0-b196-0082d6b05859") + ) + (fp_line + (start 0.675 -1.1) + (end 0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a43f2ef-4839-435a-bede-c90252339a51") + ) + (fp_line + (start 0.675 1.1) + (end -0.675 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce81dad1-984f-418b-94c3-c50892ce4eaf") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "e37b0ec1-e6e0-41cc-abe1-ad47cc32e2d2") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "e48d619a-e38f-4825-9d22-87e3b38d9c99") + ) + (pad "2" smd roundrect + (at -0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "07ea9fe0-fccf-4161-ae79-4bb53994d273") + ) + (pad "3" smd roundrect + (at -0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 176 "Net-(RN2-Pad5)") + (uuid "98fdaaa4-ab6c-4567-b372-3bc94fd81e5f") + ) + (pad "4" smd roundrect + (at 0.95 0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 59 "/IO_Banks/IO_Buffer_B/Y7") + (uuid "34f494d3-f727-4e92-b04b-bb02d398ea06") + ) + (pad "5" smd roundrect + (at 0.95 0) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 154 "/IO_Banks/DB7") + (uuid "a86ebb7d-c08b-41a3-932e-4967a39ce5f9") + ) + (pad "6" smd roundrect + (at 0.95 -0.65) + (size 0.65 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "c36e7618-99ac-4188-82ad-148b9401ee0f") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-363_SC-70-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:D_SOD-523" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ecc9519") + (at 107.8 95.1 -90) + (descr "http://www.diodes.com/datasheets/ap02001.pdf p.144") + (tags "Diode SOD523") + (property "Reference" "D13" + (at -0.9 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "7dc1ce1b-568c-4602-a1cf-8ad58eddd87c") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "ESD5Z5.0T1G" + (at -0.2 -0.9 90) + (layer "F.Fab") + (uuid "4559dd26-8d90-4217-a8b2-1adb39d7efbd") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9a26a1d-55a3-4b21-8c12-ddd4323d1ad9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "87cb253e-8eaa-4ee5-aaa3-1ffa7f36ce7f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ccacdbb-e05b-4158-bea4-8b3376b5c284") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cb88f58") + (attr smd) + (fp_line + (start 0.7 0.6) + (end -1.15 0.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "866c2804-79f0-42ad-b60b-35330f41683f") + ) + (fp_line + (start -1.15 -0.6) + (end -1.15 0.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bcb83b99-261c-469f-8af0-a0322b6b6b83") + ) + (fp_line + (start 0.7 -0.6) + (end -1.15 -0.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2a6f153-6152-4b4a-a95b-ba79228f774c") + ) + (fp_line + (start -1.25 0.7) + (end -1.25 -0.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d5e4519a-6c2a-4312-baa7-395373ccf3bd") + ) + (fp_line + (start 1.25 0.7) + (end -1.25 0.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "18c86c44-f8fe-4b42-a28c-0fca03224b5f") + ) + (fp_line + (start -1.25 -0.7) + (end 1.25 -0.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88437818-a1b8-44b4-bc00-e42bba625dc9") + ) + (fp_line + (start 1.25 -0.7) + (end 1.25 0.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cbf52acc-7d17-4162-af1b-92c9f7574539") + ) + (fp_line + (start -0.65 0.45) + (end -0.65 -0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ce7d010-913b-4e34-8311-b9fad075fcaf") + ) + (fp_line + (start 0.65 0.45) + (end -0.65 0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3398ffa0-8151-4ab9-9a1e-05a8f3e68625") + ) + (fp_line + (start -0.2 0.2) + (end -0.2 -0.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c15f1642-2bad-485f-ac22-f9329a013e94") + ) + (fp_line + (start 0.1 0.2) + (end 0.1 -0.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89a5c41e-d361-4706-aae5-5c9b84b69e11") + ) + (fp_line + (start -0.2 0) + (end 0.1 0.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5af7677d-8b5c-4dfa-a482-9a873acac0d3") + ) + (fp_line + (start -0.2 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4d6acc38-20a2-49b8-8ec8-88bfa5c9826b") + ) + (fp_line + (start 0.1 0) + (end 0.25 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff60da9d-fe92-4759-b91e-bcaff4d8cbf3") + ) + (fp_line + (start 0.1 -0.2) + (end -0.2 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23fd8ab2-9115-4418-91e6-98eecb4fbf95") + ) + (fp_line + (start -0.65 -0.45) + (end 0.65 -0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80974d09-14d4-49e4-885a-2070ecdadbdc") + ) + (fp_line + (start 0.65 -0.45) + (end 0.65 0.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4271cdf-2b7a-4efd-8fa1-f506ca5d8e3f") + ) + (fp_text user "${REFERENCE}" + (at -1 0 180) + (layer "F.Fab") + (uuid "994fc6db-04e3-467f-a34e-4a116e6eee69") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (fp_text user "DNP" + (at 1 0 0) + (layer "F.Fab") + (uuid "b7378d4f-15e7-48c2-b38c-9dd31063481b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7 0 90) + (size 0.6 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 168 "Net-(D13-Pad1)") + (uuid "cb0f55e2-3db9-424f-95d5-cc3e943c6710") + ) + (pad "2" smd roundrect + (at 0.7 0 90) + (size 0.6 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "9e68a39c-8e96-496e-9540-23ea32b85a2c") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-523.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_Array_Convex_4x0402" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eccd151") + (at 90.8 105.4) + (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") + (tags "resistor array") + (property "Reference" "RN2" + (at 0 0.3 90) + (layer "F.SilkS") + (hide yes) + (uuid "1171ce37-6ad7-4662-bb68-5592c945ebf3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "33R" + (at -0.9 0 90) + (layer "F.Fab") + (uuid "d4c9471f-7503-4339-928c-d1abae1eede6") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9865da6b-3fa4-4000-a6c8-f4d900b40a4f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ef61541-73ec-4c46-bc45-a1fa69b7bdc6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89e3fb6b-a516-4442-b4b5-0e7aa4055690") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005eafc4a6") + (attr smd) + (fp_line + (start 0.25 -1.18) + (end -0.25 -1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1fbb0219-551e-409b-a61b-76e8cebdfb9d") + ) + (fp_line + (start 0.25 1.18) + (end -0.25 1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7bfba61b-6752-4a45-9ee6-5984dcb15041") + ) + (fp_line + (start -1 -1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54212c01-b363-47b8-a145-45c40df316f4") + ) + (fp_line + (start -1 -1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "99dfa524-0366-4808-b4e8-328fc38e8656") + ) + (fp_line + (start 1 1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f8f3a9fc-1e34-4573-a767-508104e8d242") + ) + (fp_line + (start 1 1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "180245d9-4a3f-4d1b-adcc-b4eafac722e0") + ) + (fp_line + (start -0.5 -1) + (end 0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e17e6c0e-7e5b-43f0-ad48-0a2760b45b04") + ) + (fp_line + (start -0.5 1) + (end -0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "99332785-d9f1-4363-9377-26ddc18e6d2c") + ) + (fp_line + (start 0.5 -1) + (end 0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e4e20505-1208-4100-a4aa-676f50844c06") + ) + (fp_line + (start 0.5 1) + (end -0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "79770cd5-32d7-429a-8248-0d9e6212231a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "43707e99-bdd7-4b02-9974-540ed6c2b0aa") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.5 -0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 91 "/IO_Banks/QB4") + (uuid "c8b6b273-3d20-4a46-8069-f6d608563604") + ) + (pad "2" smd roundrect + (at -0.5 -0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 90 "/IO_Banks/QB5") + (uuid "dae72997-44fc-4275-b36f-cd70bf46cfba") + ) + (pad "3" smd roundrect + (at -0.5 0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 89 "/IO_Banks/QB6") + (uuid "5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7") + ) + (pad "4" smd roundrect + (at -0.5 0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 95 "/IO_Banks/QB7") + (uuid "9dcdc92b-2219-4a4a-8954-45f02cc3ab25") + ) + (pad "5" smd roundrect + (at 0.5 0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 176 "Net-(RN2-Pad5)") + (uuid "28e37b45-f843-47c2-85c9-ca19f5430ece") + ) + (pad "6" smd roundrect + (at 0.5 0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 177 "Net-(RN2-Pad6)") + (uuid "88610282-a92d-4c3d-917a-ea95d59e0759") + ) + (pad "7" smd roundrect + (at 0.5 -0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 179 "Net-(RN2-Pad7)") + (uuid "3c5e5ea9-793d-46e3-86bc-5884c4490dc7") + ) + (pad "8" smd roundrect + (at 0.5 -0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 178 "Net-(RN2-Pad8)") + (uuid "98914cc3-56fe-40bb-820a-3d157225c145") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_Array_Convex_4x0402" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eccd264") + (at 90.8 102.9) + (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") + (tags "resistor array") + (property "Reference" "RN1" + (at 0 0.3 90) + (layer "F.SilkS") + (hide yes) + (uuid "2d67a417-188f-4014-9282-000265d80009") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "33R" + (at -0.9 0 90) + (layer "F.Fab") + (uuid "84e5506c-143e-495f-9aa4-d3a71622f213") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "86030d4c-a7f0-48e6-833b-548e85e1f1c7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2255a76-49fc-4e30-beba-4b50cfe37562") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6461fc2-b8a2-4086-aeaf-5ec348a0c561") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005eac6f23") + (attr smd) + (fp_line + (start 0.25 -1.18) + (end -0.25 -1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca5a4651-0d1d-441b-b17d-01518ef3b656") + ) + (fp_line + (start 0.25 1.18) + (end -0.25 1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a13ab237-8f8d-4e16-8c47-4440653b8534") + ) + (fp_line + (start -1 -1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "87d7448e-e139-4209-ae0b-372f805267da") + ) + (fp_line + (start -1 -1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "099096e4-8c2a-4d84-a16f-06b4b6330e7a") + ) + (fp_line + (start 1 1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc") + ) + (fp_line + (start 1 1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "34a74736-156e-4bf3-9200-cd137cfa59da") + ) + (fp_line + (start -0.5 -1) + (end 0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "097edb1b-8998-4e70-b670-bba125982348") + ) + (fp_line + (start -0.5 1) + (end -0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6284122b-79c3-4e04-925e-3d32cc3ec077") + ) + (fp_line + (start 0.5 -1) + (end 0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "994b6220-4755-4d84-91b3-6122ac1c2c5e") + ) + (fp_line + (start 0.5 1) + (end -0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67763d19-f622-4e1e-81e5-5b24da7c3f99") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "477311b9-8f81-40c8-9c55-fd87e287247a") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.5 -0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 96 "/IO_Banks/QB0") + (uuid "98c78427-acd5-4f90-9ad6-9f61c4809aec") + ) + (pad "2" smd roundrect + (at -0.5 -0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 94 "/IO_Banks/QB1") + (uuid "f4eb0267-179f-46c9-b516-9bfb06bac1ba") + ) + (pad "3" smd roundrect + (at -0.5 0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 93 "/IO_Banks/QB2") + (uuid "8087f566-a94d-4bbc-985b-e49ee7762296") + ) + (pad "4" smd roundrect + (at -0.5 0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 92 "/IO_Banks/QB3") + (uuid "3a52f112-cb97-43db-aaeb-20afe27664d7") + ) + (pad "5" smd roundrect + (at 0.5 0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 173 "Net-(RN1-Pad5)") + (uuid "ee41cb8e-512d-41d2-81e1-3c50fff32aeb") + ) + (pad "6" smd roundrect + (at 0.5 0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 174 "Net-(RN1-Pad6)") + (uuid "1e518c2a-4cb7-4599-a1fa-5b9f847da7d3") + ) + (pad "7" smd roundrect + (at 0.5 -0.25) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 175 "Net-(RN1-Pad7)") + (uuid "41acfe41-fac7-432a-a7a3-946566e2d504") + ) + (pad "8" smd roundrect + (at 0.5 -0.8) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 207 "/IO_Banks/IO_Buffer_B/X0") + (uuid "644ae9fc-3c8e-4089-866e-a12bf371c3e9") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ecdafd9") + (at 108.35 92.25 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R37" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "a6234708-f271-498d-a64f-24d32f758b07") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "10k" + (at 0 0.65 -90) + (layer "F.Fab") + (uuid "460fc9a8-446e-45a7-9d6c-c272be997294") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "954bc0a1-5a5f-4a85-b879-a7ded56dd675") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "61a62ddb-0323-4a24-a5be-729150ea4039") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c19ff0d3-56ea-46e4-8a8a-be045c749666") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005cc4e0e7") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8076946b-39c8-4690-98a2-00aa57004f71") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0a48df92-b4d0-4159-8735-44ccb72b15cf") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e473f0f-ce9b-4736-9d15-b0634cd33cc5") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f6efca1-2344-4f21-9408-2acae7613ef6") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ff605c0-ff0e-408c-aa65-991dfa0817c9") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15ac6ca2-8d6d-4f7f-8d3b-a3e2b642d350") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63ab8de0-d3a0-4f2a-a526-51c4913ddee6") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89c18b9c-1cb9-45ef-bf7e-879d882b206b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "0b363f34-1a8a-4e77-8f3a-c31d1cc15ae6") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 161 "Net-(R37-Pad1)") + (uuid "a0e869d7-248c-47f1-9ad2-ae615ac9e86e") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "26583c74-f20e-4728-8049-ea12adf4dac5") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:USB_C_Receptacle_HRO_TYPE-C-31-M-12" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ece3732") + (at 52.65 95.5 -90) + (descr "USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf") + (tags "usb usb-c 2.0 pd") + (property "Reference" "J1" + (at 0 0 0) + (layer "F.Fab") + (uuid "626679e8-6101-4722-ac57-5b8d9dab4c8b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "USB_C_USB2.0" + (at 0 4.65 -90) + (layer "F.Fab") + (uuid "b7bf6e08-7978-4190-aff5-c90d967f0f9c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c93b0ca-439d-4a75-bf7d-944eef0106da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "363b5585-d25f-4530-86cb-cb6824b8ab23") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0cfd99d-6d5d-4d31-8256-af43f586e2cf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ed2e76f") + (attr smd) + (fp_line + (start -4.7 3.9) + (end 4.7 3.9) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b59f18ce-2e34-4b6e-b14d-8d73b8268179") + ) + (fp_line + (start -4.7 2) + (end -4.7 3.9) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84d296ba-3d39-4264-ad19-947f90c54396") + ) + (fp_line + (start 4.7 2) + (end 4.7 3.9) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "18d11f32-e1a6-4f29-8e3c-0bfeb07299bd") + ) + (fp_line + (start -4.7 -1.9) + (end -4.7 0.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a90361cd-254c-4d27-ae1f-9a6c85bafe28") + ) + (fp_line + (start 4.7 -1.9) + (end 4.7 0.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6325c32f-c82a-4357-b022-f9c7e76f412e") + ) + (fp_line + (start -5.32 4.15) + (end 5.32 4.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53e34696-241f-47e5-a477-f469335c8a61") + ) + (fp_line + (start -5.32 -5.27) + (end -5.32 4.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9390234f-bf3f-46cd-b6a0-8a438ec76e9f") + ) + (fp_line + (start -5.32 -5.27) + (end 5.32 -5.27) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8cdc8ef9-532e-4bf5-9998-7213b9e692a2") + ) + (fp_line + (start 5.32 -5.27) + (end 5.32 4.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9e813ec2-d4ce-4e2e-b379-c6fedb4c45db") + ) + (fp_line + (start -4.47 3.65) + (end 4.47 3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a222fb6-5159-4931-9015-19df65643140") + ) + (fp_line + (start -4.47 -3.65) + (end -4.47 3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7ce7415d-7c22-49f6-8215-488853ccc8c6") + ) + (fp_line + (start -4.47 -3.65) + (end 4.47 -3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "691af561-538d-4e8f-a916-26cad45eb7d6") + ) + (fp_line + (start 4.47 -3.65) + (end 4.47 3.65) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88002554-c459-46e5-8b22-6ea6fe07fd4c") + ) + (pad "" smd roundrect + (at -4.62 -3.13 270) + (size 1.6 2.1) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "844d7d7a-b386-45a8-aaf6-bf41bbcb43b5") + ) + (pad "" smd roundrect + (at -4.62 1.05 270) + (size 1.6 1.6) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "a07b6b2b-7179-4297-b163-5e47ffbe76d3") + ) + (pad "" np_thru_hole circle + (at -2.89 -2.6 270) + (size 0.65 0.65) + (drill 0.65) + (layers "*.Cu" "*.Mask") + (uuid "c8a7af6e-c432-4fa3-91ee-c8bf0c5a9ebe") + ) + (pad "" np_thru_hole circle + (at 2.89 -2.6 270) + (size 0.65 0.65) + (drill 0.65) + (layers "*.Cu" "*.Mask") + (uuid "fe14c012-3d58-4e5e-9a37-4b9765a7f764") + ) + (pad "" smd roundrect + (at 4.62 -3.13 270) + (size 1.6 2.1) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "ebca7c5e-ae52-43e5-ac6c-69a96a9a5b24") + ) + (pad "" smd roundrect + (at 4.62 1.05 270) + (size 1.6 1.6) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "d1a9be32-38ba-44e6-bc35-f031541ab1fe") + ) + (pad "A1" smd roundrect + (at -3.25 -4.045 270) + (size 0.6 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "a6738794-75ae-48a6-8949-ed8717400d71") + ) + (pad "A4" smd roundrect + (at -2.45 -4.045 270) + (size 0.6 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 187 "/xVBUS") + (uuid "24b72b0d-63b8-4e06-89d0-e94dcf39a600") + ) + (pad "A5" smd roundrect + (at -1.25 -4.045 270) + (size 0.3 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 188 "/CC1") + (uuid "03f57fb4-32a3-4bc6-85b9-fd8ece4a9592") + ) + (pad "A6" smd roundrect + (at -0.25 -4.045 270) + (size 0.3 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "/USB_P") + (uuid "c454102f-dc92-4550-9492-797fc8e6b49c") + ) + (pad "A7" smd roundrect + (at 0.25 -4.045 270) + (size 0.3 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 11 "/USB_N") + (uuid "18ca5aef-6a2c-41ac-9e7f-bf7acb716e53") + ) + (pad "A8" smd roundrect + (at 1.25 -4.045 270) + (size 0.3 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "528fd7da-c9a6-40ae-9f1a-60f6a7f4d534") + ) + (pad "A9" smd roundrect + (at 2.45 -4.045 270) + (size 0.6 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 187 "/xVBUS") + (uuid "07d160b6-23e1-4aa0-95cb-440482e6fc15") + ) + (pad "A12" smd roundrect + (at 3.25 -4.045 270) + (size 0.6 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "90e761f6-1432-4f73-ad28-fa8869b7ec31") + ) + (pad "B1" smd roundrect + (at 3.25 -4.045 270) + (size 0.6 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "a62609cd-29b7-4918-b97d-7b2404ba61cf") + ) + (pad "B4" smd roundrect + (at 2.45 -4.045 270) + (size 0.6 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 187 "/xVBUS") + (uuid "4431c0f6-83ea-4eee-95a8-991da2f03ccd") + ) + (pad "B5" smd roundrect + (at 1.75 -4.045 270) + (size 0.3 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 189 "/CC2") + (uuid "7a879184-fad8-4feb-afb5-86fe8d34f1f7") + ) + (pad "B6" smd roundrect + (at 0.75 -4.045 270) + (size 0.3 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "/USB_P") + (uuid "e413cfad-d7bd-41ab-b8dd-4b67484671a6") + ) + (pad "B7" smd roundrect + (at -0.75 -4.045 270) + (size 0.3 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 11 "/USB_N") + (uuid "f9b1563b-384a-447c-9f47-736504e995c8") + ) + (pad "B8" smd roundrect + (at -1.75 -4.045 270) + (size 0.3 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "b78cb2c1-ae4b-4d9b-acd8-d7fe342342f2") + ) + (pad "B9" smd roundrect + (at -2.45 -4.045 270) + (size 0.6 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 187 "/xVBUS") + (uuid "1e48966e-d29d-4521-8939-ec8ac570431d") + ) + (pad "B12" smd roundrect + (at -3.25 -4.045 270) + (size 0.6 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "d692b5e6-71b2-4fa6-bc83-618add8d8fef") + ) + (pad "S1" thru_hole oval + (at -4.32 -3.13 270) + (size 1 2.1) + (drill oval 0.6 1.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/SHLD") + (uuid "91fe070a-a49b-4bc5-805a-42f23e10d114") + ) + (pad "S1" thru_hole oval + (at -4.32 1.05 270) + (size 1 1.6) + (drill oval 0.6 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/SHLD") + (uuid "d01102e9-b170-4eb1-a0a4-9a31feb850b7") + ) + (pad "S1" thru_hole oval + (at 4.32 -3.13 270) + (size 1 2.1) + (drill oval 0.6 1.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/SHLD") + (uuid "501880c3-8633-456f-9add-0e8fa1932ba6") + ) + (pad "S1" thru_hole oval + (at 4.32 1.05 270) + (size 1 1.6) + (drill oval 0.6 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "/SHLD") + (uuid "6afc19cf-38b4-47a3-bc2b-445b18724310") + ) + (model "$(KIPRJMOD)/../../packages3D/USB_C_Receptacle_HRO_TYPE-C-31-M-12.step" + (offset + (xyz -4.5 -3.6 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ecea33b") + (at 61.9 90.2 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C11" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "29052f11-eb52-41b4-aa3f-c148433f61d5") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "9p" + (at -1 0 180) + (layer "F.Fab") + (uuid "6360866e-61e1-4dc6-a707-8374bcb5b436") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bec92b1b-ecb8-4de8-9a7a-fca2135cc456") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd500e00-6553-4513-9f48-b4e23d1a59ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b2ae63aa-210e-4c51-ad78-998002a6f579") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acb69d3") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "03ceb6fa-e744-4405-b1b0-49ed782742c2") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b097fa98-254e-4992-920b-6c95a164d429") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f98860f1-b458-44b8-bcfb-dd360d643f09") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "444af21c-c3d4-4580-a6f3-31660448e88e") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "73c4a22b-6852-466b-986e-cd58834dbe20") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2cb9c49e-82d7-476b-bc58-8c6fff3dddf8") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fdf1b3e7-069e-4f76-9d87-caaeb7d55ad9") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4bb5736a-d22c-47e8-a09f-02490b2d7b1d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "eefbb01a-1017-402d-94d8-5e1519140627") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 9 "/XTALOUT") + (uuid "d7c96d03-c33d-42a4-b9f5-33ebc94d6064") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "7442195e-b309-4104-87d4-096c8b6e0583") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ecfcb55") + (at 58.4 93.15 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R53" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "6933eb41-d471-4ac8-9862-a876011c4773") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "5k1" + (at 1.15 0 90) + (layer "F.Fab") + (uuid "0432af54-cd35-4c3c-88e6-bbc1a7d2c6b4") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "475250df-3d76-441b-b429-c54ad52a604c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d93d80b-9d33-4816-8efd-91e1eb21df4b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e30905d0-796f-4649-b301-fb667fb4044b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f3fb3ba") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c564e755-48d6-44b3-a4f6-ab960a5df536") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a28887cd-2bdd-4ab6-b51e-99cd821ad1c9") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3e63fcaa-261d-4d3c-a5b9-9e80616e71a6") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ed456be0-07b8-43ac-86b3-64162a4bcc9a") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "50e82998-94a9-4b38-a960-5b276fe8586e") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1641185a-e805-403b-b872-eb3450148cc8") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "918a6a26-88ff-465a-a552-2e52adce8a03") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7f8f1c43-60e8-4996-bc14-4119dfb0064e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "2b3b0810-cd1d-48a1-a104-fe015cf2af3c") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "7de935c6-9119-4940-8080-9aaeda4f0cdd") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 188 "/CC1") + (uuid "774bd91e-6eb9-41ae-a7fd-20b88a031e1c") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed6bc3d") + (at 59.05 96.3 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C8" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "256f1b08-c503-4652-af63-7c28ab1c6219") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at 1.05 0 0) + (layer "F.Fab") + (uuid "7b7b3eb8-bf5e-436f-93fa-fbc636b3b09a") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29a90cf8-008c-4ed0-97c2-d8cff4cf2a3a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "48b0e33d-28aa-465c-92f8-7c2d25c7f474") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33a76a8d-c4ec-49a1-a762-3edd1af23a1c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b5bff50") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eef31ba5-994a-4dab-8b67-8b56d6ec3764") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "914b97a7-9ab8-451c-a722-b00b43b0407a") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1f956cf2-b76b-4fb9-b9c3-2661e20caba1") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "927b13de-a1b2-4c42-9cb3-5b1a43c05216") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "34f66f22-45b2-4607-96e4-1850e941d14c") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1b2910e6-315c-4be6-b9e1-e1c7b037fc23") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "375fb0e4-801c-4d69-a5d2-50c5b1699807") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe276b31-4f82-46e6-9162-872c14ea41bb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "152dc8ca-1ae6-4745-a4ba-ab361a35bfc2") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 32 "/VUSB") + (uuid "2adf8031-c396-4042-8cb1-90a52ba48945") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "fd4c7d1c-8c57-45d5-ae7b-8381a3e73b19") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Inductor_SMD:L_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed6bca0") + (at 59.05 98.2) + (descr "Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Reference" "FB1" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "0453b36c-6c69-499f-9b57-55ad3a11aaa3") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "600R, 0.5A" + (at -1.65 0 180) + (layer "F.Fab") + (uuid "1381c62d-fe0d-40e1-a24a-30e3ebdfd353") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fcb4b3ea-8720-4d64-9ccb-935f25956332") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b436258-1cbc-4373-9be4-e8eaf912342e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81888c8d-655a-4b64-b45d-457c1a2c57a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c13076a") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b70d6b3f-6f1d-4320-ad47-e49881abf53e") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f0309d13-8efe-436d-8475-3c44be07c0fd") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3fa9edc2-9fbb-43b5-b42c-e2e44b077acf") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0079f128-ad52-4f7c-b867-0c198ef9053a") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a0179d36-a12b-48cd-8026-953a422b4036") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ec1c8c3-cc5a-45f3-bea9-696588128a47") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7484c77c-e105-4a67-8a28-565b967352a5") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fdf4a8d8-6f6e-4596-9e52-1eaf9b2199c0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f9cb99d2-037a-4225-bd3a-68863e2a34af") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 187 "/xVBUS") + (uuid "7a194d1a-1282-4094-9dcc-620cb8f217b0") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 32 "/VUSB") + (uuid "cb7a5af0-8d51-414d-8e4c-5f9db1141b2f") + ) + (model "${KISYS3DMOD}/Inductor_SMD.3dshapes/L_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-23-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed6f5bd") + (at 61.9 97.3) + (descr "6-pin SOT-23 package") + (tags "SOT-23-6") + (property "Reference" "U15" + (at 0 0 -90) + (layer "F.SilkS") + (hide yes) + (uuid "f1a8edab-bf46-4526-a465-5634381ae6a3") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (property "Value" "TPD3S014" + (at 1.4 0 90) + (layer "F.Fab") + (uuid "6a208df9-979b-4538-9095-200a47936ed0") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a4c24ca1-a8e0-4dd1-ad89-3baedf371b02") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8567efb7-ba3d-4605-a1ce-bf04afbfe677") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a1f37fe-5a10-4310-ac87-c07a857b2e99") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b280725") + (attr smd) + (fp_line + (start -0.9 1.61) + (end 0.9 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e904e67d-687b-4696-862e-14a432e67103") + ) + (fp_line + (start 0.9 -1.61) + (end -1.55 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2923af67-92f1-438c-9cec-9c0efa70f5c2") + ) + (fp_line + (start -1.9 -1.8) + (end -1.9 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b22b3c7-87af-4c06-91e6-d5b323c7430d") + ) + (fp_line + (start -1.9 1.8) + (end 1.9 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ceb6cdcb-8e0b-4367-b390-08e19d41682c") + ) + (fp_line + (start 1.9 -1.8) + (end -1.9 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "efc35da1-a63a-4255-80cb-ee36b2acd693") + ) + (fp_line + (start 1.9 1.8) + (end 1.9 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c7a234a1-ffa5-48e7-99f2-0165a3be0943") + ) + (fp_line + (start -0.9 -0.9) + (end -0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad660c70-c749-4a2b-b6f8-2d6803a806d8") + ) + (fp_line + (start -0.9 -0.9) + (end -0.25 -1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c02cb16b-594f-4980-84bc-d3a41f893fe1") + ) + (fp_line + (start 0.9 -1.55) + (end -0.25 -1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff0e0c14-7ce9-493b-9fd4-786183bf280d") + ) + (fp_line + (start 0.9 -1.55) + (end 0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43e1e6bc-da65-4644-935c-20e1310f6db3") + ) + (fp_line + (start 0.9 1.55) + (end -0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0dda1646-a646-4a28-a8d2-393b8c94d637") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "5bc6c1c5-1078-47c0-bb58-2c09d06acf6d") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1 -0.95) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 32 "/VUSB") + (uuid "d6ace78d-04f5-4e4f-a59a-9296b53097d3") + ) + (pad "2" smd roundrect + (at -1.1 0) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "cc35063f-3def-4196-bca4-fc65afdf4d1b") + ) + (pad "3" smd roundrect + (at -1.1 0.95) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 32 "/VUSB") + (uuid "0c1f89ce-0c30-4b40-9919-454d5a2b39e2") + ) + (pad "4" smd roundrect + (at 1.1 0.95) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "+5V") + (uuid "fcad587d-8ae7-4c7d-a56f-02c87f607c8d") + ) + (pad "5" smd roundrect + (at 1.1 0) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 11 "/USB_N") + (uuid "b28b3aad-ce7a-4d5e-8b52-2d16de7b6b1e") + ) + (pad "6" smd roundrect + (at 1.1 -0.95) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "/USB_P") + (uuid "fab03173-e991-4b31-9f3e-4fd52fb45287") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ed786f8") + (at 59.05 97.25 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R52" + (at 0 0 180) + (layer "F.SilkS") + (hide yes) + (uuid "9c162611-d326-45c2-97a0-d5c1a6e19742") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "5k1" + (at 1.15 0 180) + (layer "F.Fab") + (uuid "965e9f3d-a63a-4e76-b8e8-1c3bcdc42f90") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9d294143-dcbf-4739-bd4c-531ffd92a72f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17691ce1-add1-4432-8b30-bf6cc8bfbe73") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e5d33199-e121-43dc-b2a3-9625657d2847") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f3cf62b") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a3ab1103-5095-446b-a5db-e9210387a84b") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "465b9a35-7fb3-44cf-baad-d436034be791") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0daddb18-1491-4767-9ffd-66c8a8ce3cbd") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cb23e2e7-de0c-4a6a-9419-1c472c13f509") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0da7e2aa-d9f3-4593-ac1b-d89c546ab178") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7c70258-e563-4ab0-a10c-bab04504f68f") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "180f785b-776f-4bd7-9484-793776580425") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5985ca3b-83e7-485c-a804-db4e4c6c7fcd") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "fe3862ad-c819-4b65-9e75-6bbc512422a7") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "aa939002-c65a-4bc5-8b33-1d5bc4c91f9d") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 189 "/CC2") + (uuid "c9a96d3d-0de1-42f4-91c4-77ed8c428365") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:D_SOD-323" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005edddcb9") + (at 116.35 106 180) + (descr "SOD-323") + (tags "SOD-323") + (property "Reference" "D16" + (at -1.3 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "a8333ca2-6919-4fe3-9f28-bacc852923df") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "CDSOD323-T36S" + (at 0 1 0) + (layer "F.Fab") + (uuid "ca2c6135-06b9-49ec-b90b-71e52fd66fd1") + (effects + (font + (size 0.3 0.3) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c5f5201-fe6b-4409-b352-56689b6a02de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b37f8254-ae71-4364-a83a-436fee37c073") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6a108c8-a261-4e29-a511-bf0b47b204f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005ef4b8df") + (attr smd) + (fp_line + (start -1.75 0.85) + (end 0.8 0.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f6b89db-12ed-4dac-b3ce-819a49798117") + ) + (fp_line + (start -1.75 -0.85) + (end 0.8 -0.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87110cd9-2ac8-40e0-9e87-2e8196cde92a") + ) + (fp_line + (start -1.75 -0.85) + (end -1.75 0.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d86ba37-b98f-40a5-b35f-96db8417b185") + ) + (fp_line + (start 1.7 -0.95) + (end 1.7 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2a507df7-40c5-4523-b0fd-269cea55efb9") + ) + (fp_line + (start -1.75 0.95) + (end 1.7 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c6d0e6be-376d-4beb-9794-508920a2265a") + ) + (fp_line + (start -1.75 -0.95) + (end 1.7 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "86a34ff8-9697-4394-b32e-9c903027c8af") + ) + (fp_line + (start -1.75 -0.95) + (end -1.75 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7d283b62-f314-41a0-b56b-d307f2ebfa85") + ) + (fp_line + (start 0.9 0.7) + (end -0.9 0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba3f68df-a80d-4363-9b28-2b49507e87bd") + ) + (fp_line + (start 0.9 -0.7) + (end 0.9 0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee4527a8-96f7-423b-b0eb-5c3b1bed75f9") + ) + (fp_line + (start 0.2 0.35) + (end -0.3 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b03cb553-3709-44f5-9a1e-0bd7ca2daf93") + ) + (fp_line + (start 0.2 0) + (end 0.45 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b2fcabdc-443d-41f9-9892-34509b22b3c4") + ) + (fp_line + (start 0.2 -0.35) + (end 0.2 0.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fda0167e-248a-4b89-bf7b-490df46aeb7d") + ) + (fp_line + (start -0.3 0) + (end 0.2 -0.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a362cc7-5245-4ed2-8f66-3a6d74eaba39") + ) + (fp_line + (start -0.3 0) + (end -0.5 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee94ab47-8315-46a5-bfc7-60550df5879d") + ) + (fp_line + (start -0.3 -0.35) + (end -0.3 0.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cac6ef5d-79dc-46ad-ba83-77cb1377c287") + ) + (fp_line + (start -0.9 0.7) + (end -0.9 -0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b6a3e709-356a-4a55-ac00-07ba73afac37") + ) + (fp_line + (start -0.9 -0.7) + (end 0.9 -0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "845f389f-ac5c-4af4-aa4f-3b1355707a5f") + ) + (fp_text user "${REFERENCE}" + (at -1.3 0 90) + (layer "F.Fab") + (uuid "da710602-5c6f-4ba5-b461-48eb0116bbbe") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -1.15 0 180) + (size 0.9 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 110 "/IO_Banks/IO_Buffer_B/VSENSE") + (uuid "0ef32369-e37b-408d-9752-7cbb993d9abb") + ) + (pad "2" smd roundrect + (at 1.15 0 180) + (size 0.9 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "f0d5ae26-c535-4a37-9220-b3d08bfeda2f") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-323.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:D_SOD-323" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005edddcd1") + (at 95.65 82.7) + (descr "SOD-323") + (tags "SOD-323") + (property "Reference" "D17" + (at -1.25 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "1354903a-b7d2-4e04-b220-6c6c8f058ef7") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "CDSOD323-T36S" + (at 0 -1.1 0) + (layer "F.Fab") + (uuid "e0660a46-ff2a-4b28-b311-cf71bc999b82") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f58b522-4bd7-43a8-89e3-803403884f08") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "900fe758-384c-4bb9-8896-768eab18309d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de439956-c644-402a-894b-38a4f9b78af1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005ef4b8df") + (attr smd) + (fp_line + (start -1.75 -0.85) + (end -1.75 0.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88a7e34c-57e7-48ce-a358-6866b2c01d90") + ) + (fp_line + (start -1.75 -0.85) + (end 0.8 -0.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c345fc5-964b-48c0-9452-55507c868edc") + ) + (fp_line + (start -1.75 0.85) + (end 0.8 0.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "224e8890-cdee-45fd-bd2e-64fe49c2de75") + ) + (fp_line + (start -1.75 -0.95) + (end -1.75 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe2b05f5-675b-44d0-956c-c5829b7c692a") + ) + (fp_line + (start -1.75 -0.95) + (end 1.7 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4a56ac62-5ec2-46fc-a86c-9adf2d8fead1") + ) + (fp_line + (start -1.75 0.95) + (end 1.7 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "78d3a4a0-e724-44e1-963f-de88a39d4158") + ) + (fp_line + (start 1.7 -0.95) + (end 1.7 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4612f9f0-1343-4ba7-94dd-7d3e9fc08dad") + ) + (fp_line + (start -0.9 -0.7) + (end 0.9 -0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b3cefd2-e7d7-4d25-8bb9-37548c3e8b03") + ) + (fp_line + (start -0.9 0.7) + (end -0.9 -0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90671817-460f-456a-a6e3-6cfa468bea55") + ) + (fp_line + (start -0.3 -0.35) + (end -0.3 0.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a6d88d7d-92d8-4fc8-b103-7599e55f18c0") + ) + (fp_line + (start -0.3 0) + (end -0.5 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "773bdc81-beec-4a4b-9485-1c1dd15c6e5a") + ) + (fp_line + (start -0.3 0) + (end 0.2 -0.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d22f8c08-7c7a-481b-96ff-cad6b4c95453") + ) + (fp_line + (start 0.2 -0.35) + (end 0.2 0.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5a54919-b960-48fc-8517-e9e32dce0bf0") + ) + (fp_line + (start 0.2 0) + (end 0.45 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b878984-ad62-40d5-87be-d30f465ae2b3") + ) + (fp_line + (start 0.2 0.35) + (end -0.3 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cce13a3b-854c-49ae-8b19-551eed5c4f96") + ) + (fp_line + (start 0.9 -0.7) + (end 0.9 0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6d401fdd-c1f6-4321-96c4-4843b6143be9") + ) + (fp_line + (start 0.9 0.7) + (end -0.9 0.7) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef3c2ca7-fcc8-4cff-8fc1-0c762aa25455") + ) + (fp_text user "${REFERENCE}" + (at 1.35 0 90) + (layer "F.Fab") + (uuid "87bdd00e-f10c-4d37-9a6b-480b5e87ca33") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -1.15 0) + (size 0.9 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 106 "/IO_Banks/IO_Buffer_A/VSENSE") + (uuid "83181dd0-bbcd-4a99-a5a2-7d6961abb51a") + ) + (pad "2" smd roundrect + (at 1.15 0) + (size 0.9 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "7b845862-cbd0-4fb3-909e-eb8579f14aa2") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-323.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-323_SC-70" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005edddce6") + (at 120.1 103.3 180) + (descr "SOT-323, SC-70") + (tags "SOT-323 SC-70") + (property "Reference" "D18" + (at 0 0 -90) + (layer "F.SilkS") + (hide yes) + (uuid "bc408f2c-2338-4a2e-9d30-e90fd4d4f487") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (property "Value" "BAT54CW" + (at 0 -1.5 0) + (layer "F.Fab") + (uuid "fdd41a68-206a-4076-b64a-8b7633d428d6") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6118cb67-1944-4de9-b436-d808267e1ad3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e2fac5f9-029e-4851-8684-15d41d0f1eba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "363505fc-03bc-48f5-8be5-f36f4d126207") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f511f77") + (attr smd) + (fp_line + (start 0.73 0.5) + (end 0.73 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6476e233-d260-45fe-84d2-9ade7d0003a0") + ) + (fp_line + (start 0.73 -1.16) + (end 0.73 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a29e1299-22c5-4fd2-9a37-e405785962a9") + ) + (fp_line + (start 0.73 -1.16) + (end -1.3 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "efd79052-e146-4d61-9e0a-ba764a5a966b") + ) + (fp_line + (start -0.68 1.16) + (end 0.73 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84315919-677c-4909-a747-2c92c96d5870") + ) + (fp_line + (start 1.7 1.3) + (end -1.7 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8dcf40e6-09a5-42e4-8b46-f4738540468d") + ) + (fp_line + (start 1.7 -1.3) + (end 1.7 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a8cdda0e-7b06-4b92-8078-341b4e32614a") + ) + (fp_line + (start -1.7 1.3) + (end -1.7 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "90207e9d-650a-4c45-b7d5-e506cc85537d") + ) + (fp_line + (start -1.7 -1.3) + (end 1.7 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d6cc98ff-7d68-4734-afa1-c7dd225e08d3") + ) + (fp_line + (start 0.67 1.1) + (end -0.68 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "04868f85-bc69-4fa9-8e62-d78ffe5ae58e") + ) + (fp_line + (start 0.67 -1.1) + (end 0.67 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4102ae0e-3d75-40cd-957b-0b4db5d3f5ee") + ) + (fp_line + (start 0.67 -1.1) + (end -0.18 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd8c6c53-febf-40c1-af77-5373add0fde7") + ) + (fp_line + (start -0.18 -1.1) + (end -0.68 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9a88d63d-f7e5-416d-9807-a8e942aef287") + ) + (fp_line + (start -0.68 -0.6) + (end -0.68 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2792ed93-89db-4e51-99ff-281323e776eb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "335263d3-7e35-4a9c-83c2-cd71d45f0688") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -1 -0.65 90) + (size 0.45 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 42 "/~{ALERT}") + (uuid "a17368fb-646b-4ffd-9057-0994609f8a46") + ) + (pad "2" smd roundrect + (at -1 0.65 90) + (size 0.45 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 195 "/IO_Banks/IO_Buffer_B/VIO_EN") + (uuid "ad2d033c-4040-4813-b5da-82cf827f9d86") + ) + (pad "3" smd roundrect + (at 1 0 90) + (size 0.45 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 194 "Net-(D18-Pad3)") + (uuid "33b48673-c959-4510-b6fa-fd3f7bdb00fd") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-323_SC-70.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-323_SC-70" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005edddcfb") + (at 126.5 87.7) + (descr "SOT-323, SC-70") + (tags "SOT-323 SC-70") + (property "Reference" "D19" + (at 0 0 -90) + (layer "F.SilkS") + (hide yes) + (uuid "2ee28fa9-d785-45a1-9a1b-1be02ad8cd0b") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (property "Value" "BAT54CW" + (at 1.1 0 -90) + (layer "F.Fab") + (uuid "0e32af77-726b-4e11-9f99-2e2484ba9e9b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c8cd460-d998-4f48-88ca-970617891d44") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "539c0c9e-2919-44a9-a7b5-56d11d950993") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4dba83de-bc3e-4685-a8e4-d4e9caa39f96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f511f77") + (attr smd) + (fp_line + (start -0.68 1.16) + (end 0.73 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d32956af-146b-4a09-a053-d9d64b8dd86d") + ) + (fp_line + (start 0.73 -1.16) + (end -1.3 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a239fd1d-dfbb-49fd-b565-8c3de9dcf42b") + ) + (fp_line + (start 0.73 -1.16) + (end 0.73 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "152cd84e-bbed-4df5-a866-d1ab977b0966") + ) + (fp_line + (start 0.73 0.5) + (end 0.73 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a427111-6480-4b0c-b097-d8b6a0ee1819") + ) + (fp_line + (start -1.7 -1.3) + (end 1.7 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a686ed7c-c2d1-4d29-9d54-727faf9fd6bf") + ) + (fp_line + (start -1.7 1.3) + (end -1.7 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "15189cef-9045-423b-b4f6-a763d4e75704") + ) + (fp_line + (start 1.7 -1.3) + (end 1.7 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2a4111b7-8149-4814-9344-3b8119cd75e4") + ) + (fp_line + (start 1.7 1.3) + (end -1.7 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "560d05a7-84e4-403a-80d1-f287a4032b8a") + ) + (fp_line + (start -0.68 -0.6) + (end -0.68 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9fdca5c2-1fbd-4774-a9c3-8795a40c206d") + ) + (fp_line + (start -0.18 -1.1) + (end -0.68 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa8663be-9516-4b07-84d2-4c4d668b8596") + ) + (fp_line + (start 0.67 -1.1) + (end -0.18 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "06665bf8-cef1-4e75-8d5b-1537b3c1b090") + ) + (fp_line + (start 0.67 -1.1) + (end 0.67 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a0d52767-051a-423c-a600-928281f27952") + ) + (fp_line + (start 0.67 1.1) + (end -0.68 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "178ae27e-edb9-4ffb-bd13-c0a6dd659606") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "dfcef016-1bf5-4158-8a79-72d38a522877") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -1 -0.65 270) + (size 0.45 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 42 "/~{ALERT}") + (uuid "6ff9bb63-d6fd-4e32-bb60-7ac65509c2e9") + ) + (pad "2" smd roundrect + (at -1 0.65 270) + (size 0.45 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 197 "/IO_Banks/IO_Buffer_A/VIO_EN") + (uuid "1a22eb2d-f625-4371-a918-ff1b97dc8219") + ) + (pad "3" smd roundrect + (at 1 0 270) + (size 0.45 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 196 "Net-(D19-Pad3)") + (uuid "f674b8e7-203d-419e-988a-58e0f9ae4fad") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-323_SC-70.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005edde40c") + (at 126.7 100.3 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R26" + (at 0 -1.17 90) + (layer "F.SilkS") + (hide yes) + (uuid "79bd7607-8381-4bff-b61a-a2c7ffa05fe5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 0 -0.7 90) + (layer "F.Fab") + (uuid "c0e13d91-53b7-4de6-8d61-7c13732113b8") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e94409c2-7c82-4a11-8374-c8800eb5a36b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a79c3900-9c41-4258-90ba-9ad2a852cd86") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d20cb8d-a1b8-4c86-bc3b-9e078ddae72b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f2a58a0") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "60ca4740-3009-4486-93d6-c2502818122b") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b7496a40-6116-4192-b413-2a22be4b5f9f") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "19d6a411-8997-491d-aace-09fdbc63404d") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f45c8190-2f27-434c-8fbf-7d8a911faaab") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6fff55eb-076f-4a2f-86d3-091fcb2366e9") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9cdaf74c-bd9d-4293-9612-c30a4bca9a30") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da37a168-b259-4f98-9030-90f2f5ac962a") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "218a2487-4406-4830-b6ad-8a4182eda4f4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "55b28997-b330-40d1-b32a-125cd071668d") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 195 "/IO_Banks/IO_Buffer_B/VIO_EN") + (uuid "d97f24b8-3f5c-4536-a071-0786594f3ffe") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 44 "/ENVB") + (uuid "5aa1c642-a9f0-4211-8572-3a7e8453422e") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:VSSOP-10_3x3mm_P0.5mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005eddeca9") + (at 123.3 106.6) + (descr "VSSOP, 10 Pin (http://www.ti.com/lit/ds/symlink/ads1115.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "VSSOP SO") + (property "Reference" "U12" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "abe3c03e-744a-4406-8e50-6a10745f0c43") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "INA233" + (at 0 1.1 0) + (layer "F.Fab") + (uuid "2cb05d43-df82-498c-aae1-4b1a0a350f82") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9bbf08f0-947e-40f2-a055-169b48d5a7cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e1f39121-b970-4846-98e5-123c29b28ffe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1054e0e-13f3-48b3-a571-9709640c20cc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005ee2ecd6") + (attr smd) + (fp_line + (start 0 -1.61) + (end -2.925 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1c71a89-4e45-4a56-a6ef-342af5f92d5c") + ) + (fp_line + (start 0 -1.61) + (end 1.5 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e20929e2-2c15-4a75-b1ed-9caa9bd27df7") + ) + (fp_line + (start 0 1.61) + (end -1.5 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "faa605d9-8c1c-4d31-b7c1-3dc31a22eb34") + ) + (fp_line + (start 0 1.61) + (end 1.5 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "617498ce-8469-4f4b-9f2b-09a2437561eb") + ) + (fp_line + (start -3.18 -1.75) + (end -3.18 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6999550c-f78a-4aae-9243-1b3881f5bb3b") + ) + (fp_line + (start -3.18 1.75) + (end 3.18 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "44a8a96b-3053-4222-9241-aa484f5ebe13") + ) + (fp_line + (start 3.18 -1.75) + (end -3.18 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8202d57b-d5d2-4a80-8c03-3c6bdbbd1ddf") + ) + (fp_line + (start 3.18 1.75) + (end 3.18 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02289c61-13df-495e-a809-03e3a71bb201") + ) + (fp_line + (start -1.5 -0.75) + (end -0.75 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2a33a3d-c501-4e33-b67b-7d07ef8aa4a7") + ) + (fp_line + (start -1.5 1.5) + (end -1.5 -0.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6a5cab3-78e5-4acf-8c67-f401df2846d0") + ) + (fp_line + (start -0.75 -1.5) + (end 1.5 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ebadfd51-5a1d-4821-b341-8a1acb4abb01") + ) + (fp_line + (start 1.5 -1.5) + (end 1.5 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "37f8ba3f-cca4-4b16-b699-07a704844fc9") + ) + (fp_line + (start 1.5 1.5) + (end -1.5 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f4c659c-2ccb-4fb1-808e-7868af588a89") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "7e90deb5-aef9-4d2b-a440-4cb0dbfaaa93") + (effects + (font + (size 0.75 0.75) + (thickness 0.11) + ) + ) + ) + (pad "1" smd roundrect + (at -2.2 -1) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "87a32952-c8e5-40ba-af1d-1a8829a6c906") + ) + (pad "2" smd roundrect + (at -2.2 -0.5) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "a8a389df-8d18-4e17-a74f-f60d5d77371e") + ) + (pad "3" smd roundrect + (at -2.2 0) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 194 "Net-(D18-Pad3)") + (uuid "fe431a80-868e-482d-aa91-c96eb8387d6a") + ) + (pad "4" smd roundrect + (at -2.2 0.5) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/SDA") + (uuid "aa0e7fe7-e9c2-477f-bcb2-53a1ebd9e3a6") + ) + (pad "5" smd roundrect + (at -2.2 1) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "/SCL") + (uuid "0b43a8fb-b3d3-4444-a4b0-cf952c07dcfe") + ) + (pad "6" smd roundrect + (at 2.2 1) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "6df433d7-73cd-4877-8d2e-047853b9077c") + ) + (pad "7" smd roundrect + (at 2.2 0.5) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "d5b0938b-9efb-4b58-8ac4-d92da9ed2e30") + ) + (pad "8" smd roundrect + (at 2.2 0) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 205 "Net-(C90-Pad2)") + (uuid "fd146ca2-8fb8-4c71-9277-84f69bc5d3fc") + ) + (pad "9" smd roundrect + (at 2.2 -0.5) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 191 "Net-(C44-Pad1)") + (uuid "1020b588-7eb0-4b70-bbff-c77a867c3142") + ) + (pad "10" smd roundrect + (at 2.2 -1) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 190 "Net-(C44-Pad2)") + (uuid "5bb32dcb-8a97-4374-8a16-bc17822d4db3") + ) + (model "${KISYS3DMOD}/Package_SO.3dshapes/VSSOP-10_3x3mm_P0.5mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:UDFN-14_3.5x1.35mm_P0.5mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005efc3bc7") + (at 100.95 108.65 90) + (descr "https://www.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sp3012_datasheet.pdf.pdf") + (tags "UDFN 0.5 uQFN") + (property "Reference" "D21" + (at -0.025 0 180) + (layer "F.SilkS") + (hide yes) + (uuid "edb2db40-12f7-45b3-a514-2a1299ac0231") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SP3012-06UTG" + (at 0.95 0 180) + (layer "F.Fab") + (uuid "baa534a0-611b-4c48-8e86-5106dc852bd8") + (effects + (font + (size 0.3 0.3) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "16837c38-3dad-489c-ae9f-5fae92a93d73") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bce98076-6ece-4afe-9c8f-0891e8eff88d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a4b60c0-7695-49c5-807f-089a3f8a8da6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f447f6c") + (attr smd) + (fp_line + (start 0.675 -1.85) + (end 0 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02b1295e-cf95-47ff-9c57-f8ada28f2e94") + ) + (fp_line + (start -0.675 1.85) + (end 0.675 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "617edc57-1dbf-4296-b365-6d76f68a1c0f") + ) + (fp_line + (start 1.075 -2) + (end 1.075 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "811f5389-c208-4640-ab1a-b454491bb330") + ) + (fp_line + (start -1.075 -2) + (end 1.075 -2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8e715b73-353f-4cfc-aa33-1eac54b89b6c") + ) + (fp_line + (start -1.075 -2) + (end -1.075 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d4876469-b949-49ce-b8fe-43cb458692a4") + ) + (fp_line + (start -1.075 2) + (end 1.075 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5b04e20f-8575-4362-b040-2e2133d670c8") + ) + (fp_line + (start -0.3375 -1.75) + (end 0.675 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25247d0c-5910-484b-9651-5750d422a450") + ) + (fp_line + (start -0.675 -1.4125) + (end -0.3375 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59142adb-6887-41fc-851e-9a7f51511d60") + ) + (fp_line + (start 0.675 1.75) + (end 0.675 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b6f041a4-3ea0-418b-94a2-50c938beafa2") + ) + (fp_line + (start -0.675 1.75) + (end -0.675 -1.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5fc4054a-b929-433e-a947-747fb7ed003d") + ) + (fp_line + (start -0.675 1.75) + (end 0.675 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4aee84d1-0859-48ac-a053-5a981ee1b24a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "69f75991-c8c0-49a9-aed8-daa6ca9a5d73") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.575 -1.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 60 "/IO_Banks/IO_Buffer_B/Z7") + (uuid "71079b24-2e2e-494b-a607-86ccdae75c6e") + ) + (pad "2" smd roundrect + (at -0.575 -1 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 72 "/IO_Banks/IO_Buffer_B/Z6") + (uuid "49b38f13-9789-4c6d-bbd5-2c69a9e19e69") + ) + (pad "3" smd roundrect + (at -0.575 -0.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 70 "/IO_Banks/IO_Buffer_B/Z5") + (uuid "245a6fb4-6361-4438-82ca-8861d43ca7f5") + ) + (pad "4" smd roundrect + (at -0.575 0 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 71 "/IO_Banks/IO_Buffer_B/Z4") + (uuid "f205e125-3760-485b-b76a-dc2502dc5679") + ) + (pad "5" smd roundrect + (at -0.575 0.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "f60d71f9-9a8e-4a62-960d-f7b9664aea76") + ) + (pad "6" smd roundrect + (at -0.575 1 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "337d1242-91ab-4446-8b9e-7609c6a49e3c") + ) + (pad "7" smd roundrect + (at -0.575 1.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "624c6565-c4fd-4d29-87af-f77dd1ba0898") + ) + (pad "8" smd roundrect + (at 0.575 1.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "d68589fa-205b-4356-a20d-821c85f5f45e") + ) + (pad "9" smd roundrect + (at 0.575 1 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "5290e0d7-1f24-4c0b-91ff-28c5a304ab9a") + ) + (pad "10" smd roundrect + (at 0.575 0.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "d9ad01c4-9416-4b1f-8447-afc1d446fa8a") + ) + (pad "11" smd roundrect + (at 0.575 0 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 71 "/IO_Banks/IO_Buffer_B/Z4") + (uuid "4d55ddc7-73be-49f7-98ea-a0ba474cbdb0") + ) + (pad "12" smd roundrect + (at 0.575 -0.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 70 "/IO_Banks/IO_Buffer_B/Z5") + (uuid "ae293969-fa6d-4cb1-9969-16f8784d07e3") + ) + (pad "13" smd roundrect + (at 0.575 -1 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 72 "/IO_Banks/IO_Buffer_B/Z6") + (uuid "bb673c7a-d2b0-45b0-bfe2-0b113c092a77") + ) + (pad "14" smd roundrect + (at 0.575 -1.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 60 "/IO_Banks/IO_Buffer_B/Z7") + (uuid "62a1b97d-067d-487c-835b-0166330d25fe") + ) + (model "../../packages3D/UDFN-14_1.35x3.5mm_Pitch0.5mm.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:UDFN-14_3.5x1.35mm_P0.5mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005efc3c03") + (at 104.95 82.35 -90) + (descr "https://www.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sp3012_datasheet.pdf.pdf") + (tags "UDFN 0.5 uQFN") + (property "Reference" "D23" + (at 0.025 0 180) + (layer "F.SilkS") + (hide yes) + (uuid "85d211d4-76e7-4e49-a9c8-2e1cc8ab5805") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SP3012-06UTG" + (at -0.95 0 180) + (layer "F.Fab") + (uuid "4c717b47-484c-4d70-8fcd-83c406ff2d17") + (effects + (font + (size 0.3 0.3) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c1a2d93-fc2a-477b-a4d4-b4d6b1005fc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "87d90d3d-b324-4112-a4a5-ced17007a538") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "024520cf-4f88-4bf9-a8d0-c837e76bd98a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f447f6c") + (attr smd) + (fp_line + (start -0.675 1.85) + (end 0.675 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de5c2064-b9e1-4057-a8cc-9308019ef4d3") + ) + (fp_line + (start 0.675 -1.85) + (end 0 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15a0f067-831a-4ddb-bdef-5fb7df267d8f") + ) + (fp_line + (start -1.075 2) + (end 1.075 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b7c4f37-42c0-4571-a44b-b808484d3d74") + ) + (fp_line + (start -1.075 -2) + (end -1.075 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "133d5403-9be3-4603-824b-d3b76147e745") + ) + (fp_line + (start -1.075 -2) + (end 1.075 -2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6fddc16f-ccc1-4ade-884c-d6efda461da8") + ) + (fp_line + (start 1.075 -2) + (end 1.075 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9b315454-a4a0-4952-bdbe-d4a8e96c16f9") + ) + (fp_line + (start -0.675 1.75) + (end 0.675 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4fc3183f-297c-42b7-b3bd-25a9ea18c844") + ) + (fp_line + (start -0.675 1.75) + (end -0.675 -1.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "08ac4c42-16f0-4513-b91e-bf0b3a111257") + ) + (fp_line + (start 0.675 1.75) + (end 0.675 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e0781b80-6f1b-4d08-b53f-b7d3f582e2ea") + ) + (fp_line + (start -0.675 -1.4125) + (end -0.3375 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35431843-170f-401f-88d7-da91172bed86") + ) + (fp_line + (start -0.3375 -1.75) + (end 0.675 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "09ab0b5c-3dee-42c8-b9e5-de0673874ccd") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "1ab4dceb-24cc-4050-aa74-e8fbb39d3760") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.575 -1.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 76 "/IO_Banks/IO_Buffer_A/Z7") + (uuid "6ae901e7-3f37-4fdc-9fbb-f82666744826") + ) + (pad "2" smd roundrect + (at -0.575 -1 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 88 "/IO_Banks/IO_Buffer_A/Z6") + (uuid "acfcaba7-a8b8-4c21-a793-d3e0373f34dc") + ) + (pad "3" smd roundrect + (at -0.575 -0.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 86 "/IO_Banks/IO_Buffer_A/Z5") + (uuid "44509293-79e2-4fab-8860-b0cecb591afa") + ) + (pad "4" smd roundrect + (at -0.575 0 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 87 "/IO_Banks/IO_Buffer_A/Z4") + (uuid "87f44303-a6e8-48e5-bb6d-f89abb09a999") + ) + (pad "5" smd roundrect + (at -0.575 0.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "3b19a97f-624a-48d9-8072-15bdeede0fff") + ) + (pad "6" smd roundrect + (at -0.575 1 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "aaf0fd50-bb22-4408-be5a-88f5ba4193be") + ) + (pad "7" smd roundrect + (at -0.575 1.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "acd72527-a657-482d-a530-89a1347375fc") + ) + (pad "8" smd roundrect + (at 0.575 1.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "7684f860-395c-40b3-8cc0-a644dcdbc220") + ) + (pad "9" smd roundrect + (at 0.575 1 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "dbfb14d7-1f97-4dd2-9004-1d129d3b4221") + ) + (pad "10" smd roundrect + (at 0.575 0.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "e6cd2cdd-d49b-4491-8a15-4c46254b5c0a") + ) + (pad "11" smd roundrect + (at 0.575 0 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 87 "/IO_Banks/IO_Buffer_A/Z4") + (uuid "d9198b20-68ab-4f03-9039-95a74aeba0d6") + ) + (pad "12" smd roundrect + (at 0.575 -0.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 86 "/IO_Banks/IO_Buffer_A/Z5") + (uuid "0e18138e-f1a3-4288-bb34-3b6bcfb64ff6") + ) + (pad "13" smd roundrect + (at 0.575 -1 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 88 "/IO_Banks/IO_Buffer_A/Z6") + (uuid "bbb99edd-f016-43ea-b1c7-0bcdd1915ee8") + ) + (pad "14" smd roundrect + (at 0.575 -1.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 76 "/IO_Banks/IO_Buffer_A/Z7") + (uuid "6f78c1fb-f693-4737-b750-74e50c35a564") + ) + (model "../../packages3D/UDFN-14_1.35x3.5mm_Pitch0.5mm.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f02b43d") + (at 62.4 110.6 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C16" + (at 0 -1.17 0) + (layer "F.SilkS") + (hide yes) + (uuid "cc93ecb4-fd7b-48b7-868d-89f294f07c27") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "u1" + (at 0 0.7 0) + (layer "F.Fab") + (uuid "b4eddc61-2cab-493a-b874-62b106cef9f4") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "76501e4f-b2a6-47ee-a2e4-bd54de35347f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ababaaf2-06ba-468c-8187-d33599d66986") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "070b488b-e9d2-4e5e-b8e9-63f66c4c49e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f058094") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b58219a-a31d-4ba4-804a-77c6d706d8bc") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "58728297-c362-4c70-a751-4d60ffa81b1a") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5f7505cc-53a6-463b-b397-33ff845b1ac0") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5125c4d9-cf5c-4fe5-9dc8-c939e40fcd6f") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "60fc0348-15d2-462c-9b87-dbb507b8717b") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9efb25aa-d11e-4d2f-96a9-326a2f75dcc1") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1b603f4-7037-47e9-a9dc-a0bb6f7e58b1") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d09d8e7f-f203-4b36-92ba-f9f29b6e7d13") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "91637a62-ec43-463a-9edc-420af478d9cb") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "+5V") + (uuid "a1223b95-aa11-427a-b201-9190a86a68be") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "7a3fed5a-9b6f-45f0-9ad7-54e1bda0ea60") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f02bbe4") + (at 74.9 90.985 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C88" + (at 0 -1.17 90) + (layer "F.SilkS") + (hide yes) + (uuid "f89b1d5e-28c8-498c-b199-7acbd8607540") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "u1" + (at -1.015 0 90) + (layer "F.Fab") + (uuid "ce4b6c19-1441-4e43-8af4-a7f34dfbb538") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b2b30f61-eae2-41b2-bafc-eea8ec262d96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "77dec5f5-8592-4221-abf0-2db4f60e624f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9fb14922-2ba9-4120-baed-326a0b672722") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f05a509") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7184670c-7656-49ee-9a6f-5771dc120d69") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "325f33ca-3e2f-400b-a27c-dce9977a2780") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5c986000-fc83-4495-a50f-9f4b94e485bc") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c5b8388-0c5b-43a4-a3f4-d7cd72b89084") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b8eb5c02-d344-4431-a592-0e7ad9f9a78f") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e981540-9cda-414d-abbb-d34e005f000e") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "52820a90-7869-43b3-b870-39c015371964") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7f989f7-95da-4be3-9e33-743523ae1ee0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "92ee3d85-c13e-4120-ad64-bd390adf040c") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "/~{CY_RESET}") + (uuid "35e13391-5257-46f3-93a5-87ffd4e862a4") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "26edc121-4167-44e5-9aaf-65f4ac255233") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-323_SC-70" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f02bfad") + (at 60.7 115.85 180) + (descr "SOT-323, SC-70") + (tags "SOT-323 SC-70") + (property "Reference" "D24" + (at -0.05 -1.95 0) + (layer "F.SilkS") + (hide yes) + (uuid "a5dfaf18-d33f-45c4-b76f-2a5051ec9118") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "BAT54AW" + (at -1.15 0 90) + (layer "F.Fab") + (uuid "f9570ec9-4338-4208-aee7-369a45a284f8") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27249448-daae-4713-83d3-00321b46c3b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e55d7867-bd2a-409e-a330-c357ea2011e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "90902ef9-4c7a-490a-b172-50bb430fe107") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f20fdd5") + (attr smd) + (fp_line + (start 0.73 0.5) + (end 0.73 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01c54577-6862-4ca7-bb55-524c2e995aee") + ) + (fp_line + (start 0.73 -1.16) + (end 0.73 -0.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b9c1722-a1fd-4391-b4b4-854b2cc1549f") + ) + (fp_line + (start 0.73 -1.16) + (end -1.3 -1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7984c59d-64f6-424c-8273-5bab21ab292d") + ) + (fp_line + (start -0.68 1.16) + (end 0.73 1.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d0a8609-a059-4734-b988-da00f509164d") + ) + (fp_line + (start 1.7 1.3) + (end -1.7 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9812a82a-67c8-4c7e-8eb9-2d5188d40486") + ) + (fp_line + (start 1.7 -1.3) + (end 1.7 1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "09741e1c-c412-4f50-b5b7-03d5820a1bad") + ) + (fp_line + (start -1.7 1.3) + (end -1.7 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee80c1b4-78a3-4713-a7cd-fc09dd9d2b28") + ) + (fp_line + (start -1.7 -1.3) + (end 1.7 -1.3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "874dbaf8-adf6-4f01-81a0-e037bac53346") + ) + (fp_line + (start 0.67 1.1) + (end -0.68 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "059f4155-bed3-4fb2-9baa-d569f31b7e5d") + ) + (fp_line + (start 0.67 -1.1) + (end 0.67 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9d4bb085-5413-4cad-9765-4f916ffbe612") + ) + (fp_line + (start 0.67 -1.1) + (end -0.18 -1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "338b7824-6fa7-42ef-b79a-c6dc90689f4e") + ) + (fp_line + (start -0.18 -1.1) + (end -0.68 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6fb8126a-bcf3-40a3-924c-e2fbe8dba36a") + ) + (fp_line + (start -0.68 -0.6) + (end -0.68 1.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a63aa46-8c18-43d5-8def-1c886562be17") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "b400c80e-5312-495d-b0d5-8365ed4de032") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -1 -0.65 90) + (size 0.45 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "45fc93ca-f8ba-48a8-9189-1c9886475cd3") + ) + (pad "2" smd roundrect + (at -1 0.65 90) + (size 0.45 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 198 "Net-(D24-Pad2)") + (uuid "c9863f4f-bdf5-49f4-b18e-dce622ff9931") + ) + (pad "3" smd roundrect + (at 1 0 90) + (size 0.45 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "/~{CY_RESET}") + (uuid "802bd717-75a4-4efc-bdc3-ab512c6bce65") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-323_SC-70.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f03c4a2") + (at 62.8 117.485 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R4" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "aafd680e-f3de-44c3-b8d2-897188909f89") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "100k" + (at 0 0.8 90) + (layer "F.Fab") + (uuid "eb14ae89-b776-4a7c-b1cb-51227ede5631") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fec01ba6-0c7f-47c0-82a3-0af7c03be956") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f78effc3-c4f3-40e4-acea-1a21c315faeb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cde7829e-a430-43e7-8b1d-315f3f0524fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f06d941") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0844b132-5386-469c-86ff-d527c8a00608") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0774b60f-e343-428b-9125-3ca983239ad5") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6b847b8a-c935-4366-8f7b-7cdbe96384da") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9924c304-97d1-4655-9ab8-854a335a84c2") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef11623e-ea9c-4a76-a028-9fae209a45f2") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee6e4a23-bb7c-4f28-ab56-3ba1b79e1c04") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7844cf9-69d3-4f7a-977a-bfc30d5d4c82") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "825065db-dc11-43e9-aa2e-59e6b2cd21f3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "eaab2e59-ff73-4d74-b3d3-7e7c2515083f") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "b3dbf4ad-71cb-48f5-9655-41b47deeea78") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 199 "Net-(R4-Pad2)") + (uuid "4d7ffc75-3dd8-46f7-86f3-405d41c4571a") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f03c4b1") + (at 62.8 115.585 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R5" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "a12c94a5-1fd0-4cb6-9bfe-f7529f451405") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "100k" + (at -0.015 0.8 90) + (layer "F.Fab") + (uuid "7fc6eda3-a41a-4ab9-935d-37e18cb30594") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bed5ae5e-62b9-44ca-b697-32327a09f1dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56cd2062-b450-438d-b78a-f9893c3b5f15") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd172f89-a2d2-43a5-9e7d-121cd874c0b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f069ba1") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2dba072b-3aba-4c6e-8dad-0c854cc5ab37") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42eea0a0-d889-4e4e-980c-c3b6b62767e5") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fcb7a65f-f4cd-47e7-94e9-48c450d0d7f3") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a2f96f4e-d95d-4c20-90ff-804397e6e6ba") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0452da17-4ccf-4bdc-9fc3-b0a09600bd55") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "82bf2831-f69a-4cf1-ad28-e7c6c4e8c86f") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a6347fea-87e1-4897-bfe2-729d24d2f085") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a0e74fdd-2272-42b1-9d9a-65553efcd00a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "f17daa22-500e-4b54-81a7-f5c3878a87d9") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 199 "Net-(R4-Pad2)") + (uuid "62ab9051-fded-466c-9df1-9b40d76dc590") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "/~{CY_RESET}") + (uuid "ff163833-80b9-4bc7-baa1-aa11870ad397") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f0bcee8") + (at 106.5 100.95 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R57" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "663e5097-d637-4088-8d27-2d72ff835abc") + (effects + (font + (size 0.3 0.3) + (thickness 0.05) + ) + ) + ) + (property "Value" "2k2" + (at 0 0.7 90) + (layer "F.Fab") + (uuid "ec0137ed-9765-4dfb-9cee-4a1826ddb19d") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8f08494c-046c-42cd-95fb-5c8ef45b44bb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "428adfb8-0eb9-4df4-8328-7af851df1318") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46cb40d8-84ee-4707-9ebe-64e62621df0d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f1ddda7") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cdea6ba1-cc65-46ec-9776-a403fa76c4fe") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "12721b60-b423-4830-af94-c68b76872f05") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e2701ea2-e23f-44f2-a20e-c9e74ea88bb1") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29f4961c-cbd7-42a0-91e7-8ae77405e061") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f43f384e-6bcf-4d6c-ac65-2e849bdb75c5") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3db00451-fbc3-4980-9f8f-a31cdc894554") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66ee8aac-1ba7-441e-b772-397a32c7c475") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fa7e24a1-3452-454e-88a7-8a0ff878392a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "bfcdffb4-9a75-4453-a5cf-48d0c88fa2a7") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "bcd0d850-a20d-42e1-b97f-b14f9222717c") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "69675058-6b96-42da-8df5-92aaf6930be8") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f0bcef7") + (at 118 88.2 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R58" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "6afdccaa-d9c7-4949-88e8-e04bfdac5efc") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "2k2" + (at 0.9 0 180) + (layer "F.Fab") + (uuid "d2683b99-bb18-4d41-a0c5-df26e16e4210") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "25f726f9-1509-4125-a085-457b0b558373") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d132ee3-495e-4a44-b214-3836de956c49") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ba677b1-f18d-40f0-90c5-07ddd249c444") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f1ddda7") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7c3fa13a-5250-4394-8d82-80430597df04") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6024ea82-89e7-47fa-a1cd-0f37ee126f02") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f368b66f-c8a4-4ccf-b925-3f03c13bf28f") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bca69a58-3f8f-4ac5-9ef0-70bfa6c247ee") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4be2d863-39fc-49fd-99c7-77790b42f677") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e63748d3-3196-486f-8f95-bb4d9876653d") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f4f6e269-d484-4c43-84cc-450e042e2e24") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a3d660d2-1195-4764-9c63-d090a7cbc79a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "32f4eb0d-8b7c-4e0f-8b4a-904219172497") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "867dcf96-6334-4832-b3d2-cf7aefc9cce8") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "47c4da32-a886-4a7a-86ef-2f3db3797d7d") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f40ebf1") + (at 87.3 107.65 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R38" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "51109312-7d0a-421f-b3e2-aba2dc60cdef") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "47R" + (at 1.25 0 -90) + (layer "F.Fab") + (uuid "2dd501cf-8eda-49fe-a57f-33525d6fa48c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b217070d-dffe-478e-87ef-092a58c9e58a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f13d3fc9-c56a-422e-8534-dc7f1748b188") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "956240e2-b10d-4b36-8188-44d54031459a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cbf4ec8") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8e63c288-73a9-425f-b92a-2acba82b2a8c") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "98601396-516b-4f99-b971-aae10874eaa3") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "17fe3b89-79e8-4a30-906a-b7ddedec1f39") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a0007471-c831-4cb1-9696-d917fe483ac9") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9dfad586-c5b6-4d25-b1ad-e1b0b6cec690") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac05fe0d-7b9e-49ce-ba14-25572d5d0e43") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa76f3ed-6f50-4f29-b290-276b3f3318d1") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9833f4ca-4c1d-4d33-a7f0-ac01a9fd10d9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "272de00d-7b70-4755-8eb2-294619ac59a5") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 159 "/IO_Banks/~{SYNC}") + (uuid "24bb835b-5a44-4797-a754-f3c7f98a784b") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 166 "Net-(R38-Pad2)") + (uuid "19255830-03be-4aca-880c-0f68e7ccf512") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:PinHeader_2x22_P1.27mm_Vertical__SMD" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f41d019") + (at 72.5 76.5 90) + (descr "surface-mounted straight pin header, 2x22, 1.27mm pitch, double rows") + (tags "Surface mounted pin header SMD 2x22 1.27mm double row") + (property "Reference" "J5" + (at -2.05 -14.85 90) + (layer "F.SilkS") + (hide yes) + (uuid "a8fb8ee0-623f-4870-a716-ecc88f37ef9a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "PinHeader_2x22_P1.27mm" + (at 1.1 0 180) + (layer "F.Fab") + (uuid "713e0777-58b2-4487-baca-60d0ebed27c3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07cf17c0-0b56-413e-a168-4581c3e3b45f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5c516e5a-65ac-448f-a8fb-4ec388425935") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f3166fa2-95f0-4d63-a5e5-8bb3d142a9cc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e342d") + (attr smd) + (fp_line + (start 1.765 -14.03) + (end 1.765 -13.965) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84d4e166-b429-409a-ab37-c6a10fd82ff5") + ) + (fp_line + (start -1.765 -14.03) + (end 1.765 -14.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e57b728-64e6-4470-8f27-a43c0dd85050") + ) + (fp_line + (start -1.765 -14.03) + (end -1.765 -13.965) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2165c9a4-eb84-4cb6-a870-2fdc39d2511b") + ) + (fp_line + (start -3.09 -13.965) + (end -1.765 -13.965) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "75b944f9-bf25-4dc7-8104-e9f80b4f359b") + ) + (fp_line + (start 1.765 13.965) + (end 1.765 14.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2de1ffee-2174-41d2-8969-68b8d21e5a7d") + ) + (fp_line + (start -1.765 13.965) + (end -1.765 14.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e87738fc-e372-4c48-9de9-398fd8b4874c") + ) + (fp_line + (start -1.765 14.03) + (end 1.765 14.03) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bac7c5b3-99df-445a-ade9-1e608bbbe27e") + ) + (fp_line + (start 4.3 -14.5) + (end -4.3 -14.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e0830067-5b66-4ce1-b2d1-aaa8af20baf7") + ) + (fp_line + (start -4.3 -14.5) + (end -4.3 14.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a7f2e97b-29f3-44fd-bf8a-97a3c1528b61") + ) + (fp_line + (start 4.3 14.5) + (end 4.3 -14.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6cb93665-0bcd-4104-8633-fffd1811eee0") + ) + (fp_line + (start -4.3 14.5) + (end 4.3 14.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f2b3ce3-2f20-426d-b769-e0329b6a8111") + ) + (fp_line + (start 1.705 -13.97) + (end 1.705 13.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "901440f4-e2a6-4447-83cc-f58a2b26f5c4") + ) + (fp_line + (start -1.27 -13.97) + (end 1.705 -13.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f19c9655-8ddb-411a-96dd-bd986870c3c6") + ) + (fp_line + (start 2.8 -13.535) + (end 2.8 -13.135) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e1b88aa4-d887-4eea-83ff-5c009f4390c4") + ) + (fp_line + (start 1.755 -13.535) + (end 2.8 -13.535) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "869d6302-ae22-478f-9723-3feacbb12eef") + ) + (fp_line + (start -1.705 -13.535) + (end -1.27 -13.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7e5a060-eb57-4238-9312-26bc885fc97d") + ) + (fp_line + (start -1.705 -13.535) + (end -2.8 -13.535) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2c60448a-e30f-46b2-89e1-a44f51688efc") + ) + (fp_line + (start -2.8 -13.535) + (end -2.8 -13.135) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d66d3c12-11ce-4566-9a45-962e329503d8") + ) + (fp_line + (start 2.8 -13.135) + (end 1.755 -13.135) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4a54c707-7b6f-4a3d-a74d-5e3526114aba") + ) + (fp_line + (start -2.8 -13.135) + (end -1.705 -13.135) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b1fce17-dec7-457e-ba3b-a77604e77dc9") + ) + (fp_line + (start 2.8 -12.265) + (end 2.8 -11.865) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "283c990c-ae5a-4e41-a3ad-b40ca29fe90e") + ) + (fp_line + (start 1.755 -12.265) + (end 2.8 -12.265) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1bac86f-cbf6-4c5b-b60d-c26fa73d9c09") + ) + (fp_line + (start -1.755 -12.265) + (end -2.8 -12.265) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4aa97874-2fd2-414c-b381-9420384c2fd8") + ) + (fp_line + (start -2.8 -12.265) + (end -2.8 -11.865) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25bc3602-3fb4-4a04-94e3-21ba22562c24") + ) + (fp_line + (start 2.8 -11.865) + (end 1.755 -11.865) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "49575217-40b0-4890-8acf-12982cca52b5") + ) + (fp_line + (start -2.8 -11.865) + (end -1.755 -11.865) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7760a75a-d74b-4185-b34e-cbc7b2c339b6") + ) + (fp_line + (start 2.8 -10.995) + (end 2.8 -10.595) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "269f19c3-6824-45a8-be29-fa58d70cbb42") + ) + (fp_line + (start 1.755 -10.995) + (end 2.8 -10.995) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38cfe839-c630-43d3-a9ec-6a89ba9e318a") + ) + (fp_line + (start -1.755 -10.995) + (end -2.8 -10.995) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4cafb73d-1ad8-4d24-acf7-63d78095ae46") + ) + (fp_line + (start -2.8 -10.995) + (end -2.8 -10.595) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be4b72db-0e02-4d9b-844a-aff689b4e648") + ) + (fp_line + (start 2.8 -10.595) + (end 1.755 -10.595) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da481376-0e49-44d3-91b8-aaa39b869dd1") + ) + (fp_line + (start -2.8 -10.595) + (end -1.755 -10.595) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5889287d-b845-4684-b23e-663811b25d27") + ) + (fp_line + (start 2.8 -9.725) + (end 2.8 -9.325) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "582622a2-fad4-4737-9a80-be9fffbba8ab") + ) + (fp_line + (start 1.755 -9.725) + (end 2.8 -9.725) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e0a9f64-1b78-4597-8d50-d12d2268a95a") + ) + (fp_line + (start -1.755 -9.725) + (end -2.8 -9.725) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f988d6ea-11c5-4837-b1d1-5c292ded50c6") + ) + (fp_line + (start -2.8 -9.725) + (end -2.8 -9.325) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d3e133b7-2c84-4206-a2b1-e693cb57fe56") + ) + (fp_line + (start 2.8 -9.325) + (end 1.755 -9.325) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1dfbf353-5b24-4c0f-8322-8fcd514ae75e") + ) + (fp_line + (start -2.8 -9.325) + (end -1.755 -9.325) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9aaeec6e-84fe-4644-b0bc-5de24626ff48") + ) + (fp_line + (start 2.8 -8.455) + (end 2.8 -8.055) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "96db52e2-6336-4f5e-846e-528c594d0509") + ) + (fp_line + (start 1.755 -8.455) + (end 2.8 -8.455) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0ff5d1c-5481-4958-b844-4f68a17d4166") + ) + (fp_line + (start -1.755 -8.455) + (end -2.8 -8.455) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e0c7ddff-8c90-465f-be62-21fb49b059fa") + ) + (fp_line + (start -2.8 -8.455) + (end -2.8 -8.055) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "337e8520-cbd2-42c0-8d17-743bab17cbbd") + ) + (fp_line + (start 2.8 -8.055) + (end 1.755 -8.055) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59fc765e-1357-4c94-9529-5635418c7d73") + ) + (fp_line + (start -2.8 -8.055) + (end -1.755 -8.055) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fdc60c06-30fa-4dfb-96b4-809b755999e1") + ) + (fp_line + (start 2.8 -7.185) + (end 2.8 -6.785) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b13e8448-bf35-4ec0-9c70-3f2250718cc2") + ) + (fp_line + (start 1.755 -7.185) + (end 2.8 -7.185) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f580eb1-88cc-489d-a7ca-9efa5e590715") + ) + (fp_line + (start -1.755 -7.185) + (end -2.8 -7.185) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89a8e170-a222-41c0-b545-c9f4c5604011") + ) + (fp_line + (start -2.8 -7.185) + (end -2.8 -6.785) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9529c01f-e1cd-40be-b7f0-83780a544249") + ) + (fp_line + (start 2.8 -6.785) + (end 1.755 -6.785) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c7d6eaf-f256-4349-8203-d2e836872231") + ) + (fp_line + (start -2.8 -6.785) + (end -1.755 -6.785) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d68e5ddb-039c-483f-88a3-1b0b7964b482") + ) + (fp_line + (start 2.8 -5.915) + (end 2.8 -5.515) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0dfdfa9f-1e3f-4e14-b64b-12bde76a80c7") + ) + (fp_line + (start 1.755 -5.915) + (end 2.8 -5.915) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a41dd27-ec14-44d5-b505-aad1d829f79a") + ) + (fp_line + (start -1.755 -5.915) + (end -2.8 -5.915) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dde8619c-5a8c-40eb-9845-65e6a654222d") + ) + (fp_line + (start -2.8 -5.915) + (end -2.8 -5.515) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7df8431-dcf5-4ab4-b8f8-21c1cafc5246") + ) + (fp_line + (start 2.8 -5.515) + (end 1.755 -5.515) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7d81bce-286e-41e4-9181-3511e9c0455e") + ) + (fp_line + (start -2.8 -5.515) + (end -1.755 -5.515) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d38aa458-d7c4-47af-ba08-2b6be506a3fd") + ) + (fp_line + (start 2.8 -4.645) + (end 2.8 -4.245) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b91a3ee-fdcd-4bfe-ad57-c8d5ea9903a8") + ) + (fp_line + (start 1.755 -4.645) + (end 2.8 -4.645) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "252f1275-081d-4d77-8bd5-3b9e6916ef42") + ) + (fp_line + (start -1.755 -4.645) + (end -2.8 -4.645) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98fe66f3-ec8b-4515-ae34-617f2124a7ec") + ) + (fp_line + (start -2.8 -4.645) + (end -2.8 -4.245) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc3d51c1-8b35-4da3-a742-0ebe104989d7") + ) + (fp_line + (start 2.8 -4.245) + (end 1.755 -4.245) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd793ae5-cde5-43f6-8def-1f95f35b1be6") + ) + (fp_line + (start -2.8 -4.245) + (end -1.755 -4.245) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62e8c4d4-266c-4e53-8981-1028251d724c") + ) + (fp_line + (start 2.8 -3.375) + (end 2.8 -2.975) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "142dd724-2a9f-4eea-ab21-209b1bc7ec65") + ) + (fp_line + (start 1.755 -3.375) + (end 2.8 -3.375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c8d03bf-f31d-4aa0-b8db-a227ffd7d8d6") + ) + (fp_line + (start -1.755 -3.375) + (end -2.8 -3.375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10e52e95-44f3-4059-a86d-dcda603e0623") + ) + (fp_line + (start -2.8 -3.375) + (end -2.8 -2.975) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "74f5ec08-7600-4a0b-a9e4-aae29f9ea08a") + ) + (fp_line + (start 2.8 -2.975) + (end 1.755 -2.975) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15a82541-58d8-45b5-99c5-fb52e017e3ea") + ) + (fp_line + (start -2.8 -2.975) + (end -1.755 -2.975) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e70b6168-f98e-4322-bc55-500948ef7b77") + ) + (fp_line + (start 2.8 -2.105) + (end 2.8 -1.705) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f44d04c5-0d17-4d52-8328-ef3b4fdfba5f") + ) + (fp_line + (start 1.755 -2.105) + (end 2.8 -2.105) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6983918-fe05-46ea-b355-bc522ec53440") + ) + (fp_line + (start -1.755 -2.105) + (end -2.8 -2.105) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0fc5db66-6188-4c1f-bb14-0868bef113eb") + ) + (fp_line + (start -2.8 -2.105) + (end -2.8 -1.705) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3d6cdd62-5634-4e30-acf8-1b9c1dbf6653") + ) + (fp_line + (start 2.8 -1.705) + (end 1.755 -1.705) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "759788bd-3cb9-4d38-b58c-5cb10b7dca6b") + ) + (fp_line + (start -2.8 -1.705) + (end -1.755 -1.705) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb59b92a-e4d0-4b9e-82cd-26304f5c15b8") + ) + (fp_line + (start 2.8 -0.835) + (end 2.8 -0.435) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a70978e-dcc2-4620-a99c-514362812927") + ) + (fp_line + (start 1.755 -0.835) + (end 2.8 -0.835) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62a1f3d4-027d-4ecf-a37a-6fcf4263e9d2") + ) + (fp_line + (start -1.755 -0.835) + (end -2.8 -0.835) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "20caf6d2-76a7-497e-ac56-f6d31eb9027b") + ) + (fp_line + (start -2.8 -0.835) + (end -2.8 -0.435) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f291a4b-4ecb-4692-9ad2-324f9784c0d4") + ) + (fp_line + (start 2.8 -0.435) + (end 1.755 -0.435) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "319639ae-c2c5-486d-93b1-d03bb1b64252") + ) + (fp_line + (start -2.8 -0.435) + (end -1.755 -0.435) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f447e585-df78-4239-b8cb-4653b3837bb1") + ) + (fp_line + (start 2.8 0.435) + (end 2.8 0.835) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dbe92a0d-89cb-4d3f-9497-c2c1d93a3018") + ) + (fp_line + (start 1.755 0.435) + (end 2.8 0.435) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ab71a3c-340b-469a-ada5-4f87f0b7b2fa") + ) + (fp_line + (start -1.755 0.435) + (end -2.8 0.435) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc4ad874-c922-4070-89f9-7262080469d8") + ) + (fp_line + (start -2.8 0.435) + (end -2.8 0.835) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a5c8e189-1ddc-4a66-984b-e0fd1529d346") + ) + (fp_line + (start 2.8 0.835) + (end 1.755 0.835) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "97581b9a-3f6b-4e88-8768-6fdb60e6aca6") + ) + (fp_line + (start -2.8 0.835) + (end -1.755 0.835) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c71f56c1-5b7c-4373-9716-fffac482104c") + ) + (fp_line + (start 2.8 1.705) + (end 2.8 2.105) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0e249018-17e7-42b3-ae5d-5ebf3ae299ae") + ) + (fp_line + (start 1.755 1.705) + (end 2.8 1.705) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "01f82238-6335-48fe-8b0a-6853e227345a") + ) + (fp_line + (start -1.755 1.705) + (end -2.8 1.705) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "13bbfffc-affb-4b43-9eb1-f2ed90a8a919") + ) + (fp_line + (start -2.8 1.705) + (end -2.8 2.105) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71f8d568-0f23-4ff2-8e60-1600ce517a48") + ) + (fp_line + (start 2.8 2.105) + (end 1.755 2.105) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63489ebf-0f52-43a6-a0ab-158b1a7d4988") + ) + (fp_line + (start -2.8 2.105) + (end -1.755 2.105) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c00778a-4692-4f9b-87d5-2d355077ce1e") + ) + (fp_line + (start 2.8 2.975) + (end 2.8 3.375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e300709f-6c72-488d-a598-efcbd6d3af54") + ) + (fp_line + (start 1.755 2.975) + (end 2.8 2.975) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8efee08b-b92e-4ba6-8722-c058e18114fe") + ) + (fp_line + (start -1.755 2.975) + (end -2.8 2.975) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6d68f56-4a40-4849-b8d1-13d5ca292900") + ) + (fp_line + (start -2.8 2.975) + (end -2.8 3.375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd5e758d-cb66-484a-ae8b-21f53ceee49e") + ) + (fp_line + (start 2.8 3.375) + (end 1.755 3.375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "52a8f1be-73ca-41a8-bc24-2320706b0ec1") + ) + (fp_line + (start -2.8 3.375) + (end -1.755 3.375) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7db990e4-92e1-4f99-b4d2-435bbec1ba83") + ) + (fp_line + (start 2.8 4.245) + (end 2.8 4.645) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c411b3e-aca2-424f-b644-2d21c9d80fa7") + ) + (fp_line + (start 1.755 4.245) + (end 2.8 4.245) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f4a8afbe-ed68-4253-959f-6be4d2cbf8c5") + ) + (fp_line + (start -1.755 4.245) + (end -2.8 4.245) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e36988d2-ecb2-461b-a443-7006f447e828") + ) + (fp_line + (start -2.8 4.245) + (end -2.8 4.645) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d102186a-5b58-41d0-9985-3dbb3593f397") + ) + (fp_line + (start 2.8 4.645) + (end 1.755 4.645) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6d0c9e39-9878-44c8-8283-9a59e45006fa") + ) + (fp_line + (start -2.8 4.645) + (end -1.755 4.645) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c2008c8-0626-4a09-a873-065e83502a0e") + ) + (fp_line + (start 2.8 5.515) + (end 2.8 5.915) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "810ed4ff-ffe2-4032-9af6-fb5ada3bae5b") + ) + (fp_line + (start 1.755 5.515) + (end 2.8 5.515) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f345e52a-8e0a-425a-b438-90809dd3b799") + ) + (fp_line + (start -1.755 5.515) + (end -2.8 5.515) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c607e49-ee5c-4e85-a7da-6fede9912412") + ) + (fp_line + (start -2.8 5.515) + (end -2.8 5.915) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5e5220d-5b7e-47da-a902-b997ec8d4d58") + ) + (fp_line + (start 2.8 5.915) + (end 1.755 5.915) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f2480d0c-9b08-4037-9175-b2369af04d4c") + ) + (fp_line + (start -2.8 5.915) + (end -1.755 5.915) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0cbeb329-a88d-4a47-a5c2-a1d693de2f8c") + ) + (fp_line + (start 2.8 6.785) + (end 2.8 7.185) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a25b7e01-1754-4cc9-8a14-3d9c461e5af5") + ) + (fp_line + (start 1.755 6.785) + (end 2.8 6.785) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83021f70-e61e-4ad3-bae7-b9f02b28be4f") + ) + (fp_line + (start -1.755 6.785) + (end -2.8 6.785) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eac8d865-0226-4958-b547-6b5592f39713") + ) + (fp_line + (start -2.8 6.785) + (end -2.8 7.185) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "443bc73a-8dc0-4e2f-a292-a5eff00efa5b") + ) + (fp_line + (start 2.8 7.185) + (end 1.755 7.185) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "014d13cd-26ad-4d0e-86ad-a43b541cab14") + ) + (fp_line + (start -2.8 7.185) + (end -1.755 7.185) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc75e5ae-3348-4e7a-bd16-4df685ee47bd") + ) + (fp_line + (start 2.8 8.055) + (end 2.8 8.455) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b854a395-bfc6-4140-9640-75d4f9296771") + ) + (fp_line + (start 1.755 8.055) + (end 2.8 8.055) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d0cd3439-276c-41ba-b38d-f84f6da38415") + ) + (fp_line + (start -1.755 8.055) + (end -2.8 8.055) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7744b6ee-910d-401d-b730-65c35d3d8092") + ) + (fp_line + (start -2.8 8.055) + (end -2.8 8.455) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "633292d3-80c5-4986-be82-ce926e9f09f4") + ) + (fp_line + (start 2.8 8.455) + (end 1.755 8.455) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5bf5b4a-5213-48af-a5cd-0d67969d2de6") + ) + (fp_line + (start -2.8 8.455) + (end -1.755 8.455) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dda1e6ca-91ec-4136-b90b-3c54d79454b9") + ) + (fp_line + (start 2.8 9.325) + (end 2.8 9.725) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59cb2966-1e9c-4b3b-b3c8-7499378d8dde") + ) + (fp_line + (start 1.755 9.325) + (end 2.8 9.325) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1427bb3f-0689-4b41-a816-cd79a5202fd0") + ) + (fp_line + (start -1.755 9.325) + (end -2.8 9.325) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "89c9afdc-c346-4300-a392-5f9dd8c1e5bd") + ) + (fp_line + (start -2.8 9.325) + (end -2.8 9.725) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8b7bbefd-8f78-41f8-809c-2534a5de3b39") + ) + (fp_line + (start 2.8 9.725) + (end 1.755 9.725) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "590fefcc-03e7-45d6-b6c9-e51a7c3c36c4") + ) + (fp_line + (start -2.8 9.725) + (end -1.755 9.725) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "78f9c3d3-3556-46f6-9744-05ad54b330f0") + ) + (fp_line + (start 2.8 10.595) + (end 2.8 10.995) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5ff19d63-2cb4-438b-93c4-e66d37a05329") + ) + (fp_line + (start 1.755 10.595) + (end 2.8 10.595) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "637f12be-fa48-4ce4-96b2-04c21a8795c8") + ) + (fp_line + (start -1.755 10.595) + (end -2.8 10.595) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14094ad2-b562-4efa-8c6f-51d7a3134345") + ) + (fp_line + (start -2.8 10.595) + (end -2.8 10.995) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cbebc05a-c4dd-4baf-8c08-196e84e08b27") + ) + (fp_line + (start 2.8 10.995) + (end 1.755 10.995) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fa00d3f4-bb71-4b1d-aa40-ae9267e2c41f") + ) + (fp_line + (start -2.8 10.995) + (end -1.755 10.995) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f7447e92-4293-41c4-be3f-69b30aad1f17") + ) + (fp_line + (start 2.8 11.865) + (end 2.8 12.265) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "701e1517-e8cf-46f4-b538-98e721c97380") + ) + (fp_line + (start 1.755 11.865) + (end 2.8 11.865) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1cb22080-0f59-4c18-a6e6-8685ef44ec53") + ) + (fp_line + (start -1.755 11.865) + (end -2.8 11.865) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "616287d9-a51f-498c-8b91-be46a0aa3a7f") + ) + (fp_line + (start -2.8 11.865) + (end -2.8 12.265) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a599509f-fbb9-4db4-9adf-9e96bab1138d") + ) + (fp_line + (start 2.8 12.265) + (end 1.755 12.265) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "235067e2-1686-40fe-a9a0-61704311b2b1") + ) + (fp_line + (start -2.8 12.265) + (end -1.755 12.265) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8bdea5f6-7a53-427a-92b8-fd15994c2e8c") + ) + (fp_line + (start 2.8 13.135) + (end 2.8 13.535) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f31b97b-d794-46d6-bbd9-7a5638bcf704") + ) + (fp_line + (start 1.755 13.135) + (end 2.8 13.135) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e7c3a32-8dda-4e6a-9838-c94d1f165575") + ) + (fp_line + (start -1.755 13.135) + (end -2.8 13.135) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "31f91ec8-56e4-4e08-9ccd-012652772211") + ) + (fp_line + (start -2.8 13.135) + (end -2.8 13.535) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be41ac9e-b8ba-4089-983b-b84269707f1c") + ) + (fp_line + (start 2.8 13.535) + (end 1.755 13.535) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c9169cc-3a77-4ae0-8afc-cbfc472a28c5") + ) + (fp_line + (start -2.8 13.535) + (end -1.755 13.535) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98861672-254d-432b-8e5a-10d885a5ffdc") + ) + (fp_line + (start 1.705 13.97) + (end -1.705 13.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "576f00e6-a1be-45d3-9b93-e26d9e0fe306") + ) + (fp_line + (start -1.705 13.97) + (end -1.705 -13.535) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a0dee8e6-f88a-4f05-aba0-bab3aafdf2bc") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "F.Fab") + (uuid "34c0bee6-7425-4435-8857-d1fe8dfb6d89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 -12.7 90) + (size 1.1 1.1) + (drill 1.1) + (layers "*.Cu" "*.Mask") + (uuid "9e0e6fc0-a269-4822-b93d-4c5e6689ff11") + ) + (pad "" np_thru_hole circle + (at 0 12.7 90) + (size 1.1 1.1) + (drill 1.1) + (layers "*.Cu" "*.Mask") + (uuid "718e5c6d-0e4c-46d8-a149-2f2bfc54c7f1") + ) + (pad "1" smd roundrect + (at -1.975 -13.335 90) + (size 2.55 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "1c9f6fea-1796-4a2d-80b3-ae22ce51c8f5") + ) + (pad "1" smd roundrect + (at -0.8 -13.525 90) + (size 0.6 0.38) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.5) + (net 3 "GND") + (uuid "3249bd81-9fd4-4194-9b4f-2e333b2195b8") + ) + (pad "1" smd custom + (at -0.8 -13.335 90) + (size 0.2 0.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (zone_connect 0) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_poly + (pts + (xy 0.3 0.08) (xy 0 0.38) (xy -0.1 0.38) (xy -0.1 -0.19) (xy 0.3 -0.19) + ) + (width 0) + (fill yes) + ) + ) + (uuid "347562f5-b152-4e7b-8a69-40ca6daaaad4") + ) + (pad "2" smd roundrect + (at 0.8 -13.525 270) + (size 0.6 0.38) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.5) + (net 2 "+3V3") + (uuid "a0e7a81b-2259-4f8d-8368-ba75f2004714") + ) + (pad "2" smd custom + (at 0.8 -13.335 90) + (size 0.2 0.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (zone_connect 0) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_poly + (pts + (xy 0.1 0.38) (xy 0 0.38) (xy -0.3 0.08) (xy -0.3 -0.19) (xy 0.1 -0.19) + ) + (width 0) + (fill yes) + ) + ) + (uuid "be2983fa-f06e-485e-bea1-3dd96b916ec5") + ) + (pad "2" smd roundrect + (at 1.975 -13.335 90) + (size 2.55 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "f56d244f-1fa4-4475-ac1d-f41eed31a48b") + ) + (pad "3" smd roundrect + (at -1.975 -12.065 90) + (size 2.55 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 122 "/IO_Banks/Z11_N") + (uuid "be6b17f9-34f5-44e9-a4c7-725d2e274a9d") + ) + (pad "3" smd custom + (at -0.8 -12.065 270) + (size 0.2 0.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 122 "/IO_Banks/Z11_N") + (zone_connect 0) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_poly + (pts + (xy 0.1 0.38) (xy 0 0.38) (xy -0.3 0.08) (xy -0.3 -0.19) (xy 0.1 -0.19) + ) + (width 0) + (fill yes) + ) + ) + (uuid "3efa2ece-8f3f-4a8c-96e9-6ab3ec6f1f70") + ) + (pad "3" smd roundrect + (at -0.8 -11.875 90) + (size 0.6 0.38) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.5) + (net 122 "/IO_Banks/Z11_N") + (uuid "430d6d73-9de6-41ca-b788-178d709f4aae") + ) + (pad "4" smd custom + (at 0.8 -12.065 270) + (size 0.2 0.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (zone_connect 0) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_poly + (pts + (xy 0.3 0.08) (xy 0 0.38) (xy -0.1 0.38) (xy -0.1 -0.19) (xy 0.3 -0.19) + ) + (width 0) + (fill yes) + ) + ) + (uuid "cee2f43a-7d22-4585-a857-73949bd17a9d") + ) + (pad "4" smd roundrect + (at 0.8 -11.875 270) + (size 0.6 0.38) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.5) + (net 3 "GND") + (uuid "775e8983-a723-43c5-bf00-61681f0840f3") + ) + (pad "4" smd roundrect + (at 1.975 -12.065 90) + (size 2.55 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "b12e5309-5d01-40ef-a9c3-8453e00a555e") + ) + (pad "5" smd roundrect + (at -1.875 -10.795 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 121 "/IO_Banks/Z11_P") + (uuid "0d993e48-cea3-4104-9c5a-d8f97b64a3ac") + ) + (pad "6" smd roundrect + (at 1.875 -10.795 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "cf21dfe3-ab4f-4ad9-b7cf-dc892d833b13") + ) + (pad "7" smd roundrect + (at -1.875 -9.525 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "20901d7e-a300-4069-8967-a6a7e97a68bc") + ) + (pad "8" smd roundrect + (at 1.875 -9.525 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 131 "/IO_Banks/Z12_P") + (uuid "422b10b9-e829-44a2-8808-05edd8cb3050") + ) + (pad "9" smd roundrect + (at -1.875 -8.255 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 120 "/IO_Banks/Z10_P") + (uuid "fad4c712-0a2e-465d-a9f8-83d26bd66e37") + ) + (pad "10" smd roundrect + (at 1.875 -8.255 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 130 "/IO_Banks/Z12_N") + (uuid "e2b24e25-1a0d-434a-876b-c595b47d80d2") + ) + (pad "11" smd roundrect + (at -1.875 -6.985 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 129 "/IO_Banks/Z10_N") + (uuid "35c09d1f-2914-4d1e-a002-df30af772f3b") + ) + (pad "12" smd roundrect + (at 1.875 -6.985 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "051b8cb0-ae77-4e09-98a7-bf2103319e66") + ) + (pad "13" smd roundrect + (at -1.875 -5.715 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "974c48bf-534e-4335-98e1-b0426c783e99") + ) + (pad "14" smd roundrect + (at 1.875 -5.715 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 137 "/IO_Banks/Z9_N") + (uuid "f28e56e7-283b-4b9a-ae27-95e89770fbf8") + ) + (pad "15" smd roundrect + (at -1.875 -4.445 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 119 "/IO_Banks/Z8_P") + (uuid "aa1c6f47-cbd4-4cbd-8265-e5ac08b7ffc8") + ) + (pad "16" smd roundrect + (at 1.875 -4.445 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 136 "/IO_Banks/Z9_P") + (uuid "a92f3b72-ed6d-4d99-9da6-35771bec3c77") + ) + (pad "17" smd roundrect + (at -1.875 -3.175 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 128 "/IO_Banks/Z8_N") + (uuid "888fd7cb-2fc6-480c-bcfa-0b71303087d3") + ) + (pad "18" smd roundrect + (at 1.875 -3.175 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "4a7e3849-3bc9-4bb3-b16a-fab2f5cee0e5") + ) + (pad "19" smd roundrect + (at -1.875 -1.905 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "79451892-db6b-4999-916d-6392174ee493") + ) + (pad "20" smd roundrect + (at 1.875 -1.905 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 135 "/IO_Banks/Z7_N") + (uuid "8e295ed4-82cb-4d9f-8888-7ad2dd4d5129") + ) + (pad "21" smd roundrect + (at -1.875 -0.635 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 118 "/IO_Banks/Z6_P") + (uuid "7acd513a-187b-4936-9f93-2e521ce33ad5") + ) + (pad "22" smd roundrect + (at 1.875 -0.635 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 140 "/IO_Banks/Z7_P") + (uuid "083becc8-e25d-4206-9636-55457650bbe3") + ) + (pad "23" smd roundrect + (at -1.875 0.635 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 127 "/IO_Banks/Z6_N") + (uuid "725cdf26-4b92-46db-bca9-10d930002dda") + ) + (pad "24" smd roundrect + (at 1.875 0.635 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "3e3d55c8-e0ea-48fb-8421-a84b7cb7055b") + ) + (pad "25" smd roundrect + (at -1.875 1.905 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "123968c6-74e7-4754-8c36-08ea08e42555") + ) + (pad "26" smd roundrect + (at 1.875 1.905 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 134 "/IO_Banks/Z5_N") + (uuid "ee29d712-3378-4507-a00b-003526b29bb1") + ) + (pad "27" smd roundrect + (at -1.875 3.175 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 117 "/IO_Banks/Z3_P") + (uuid "5f312b85-6822-40a3-b417-2df49696ca2d") + ) + (pad "28" smd roundrect + (at 1.875 3.175 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 126 "/IO_Banks/Z5_P") + (uuid "99186658-0361-40ba-ae93-62f23c5622e6") + ) + (pad "29" smd roundrect + (at -1.875 4.445 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 116 "/IO_Banks/Z3_N") + (uuid "2b64d2cb-d62a-4762-97ea-f1b0d4293c4f") + ) + (pad "30" smd roundrect + (at 1.875 4.445 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "10d8ad0e-6a08-4053-92aa-23a15910fd21") + ) + (pad "31" smd roundrect + (at -1.875 5.715 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "fc83cd71-1198-4019-87a1-dc154bceead3") + ) + (pad "32" smd roundrect + (at 1.875 5.715 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 125 "/IO_Banks/Z4_P") + (uuid "475ed8b3-90bf-48cd-bce5-d8f48b689541") + ) + (pad "33" smd roundrect + (at -1.875 6.985 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 115 "/IO_Banks/Z2_N") + (uuid "df2a6036-7274-4398-9365-148b6ddab90d") + ) + (pad "34" smd roundrect + (at 1.875 6.985 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 133 "/IO_Banks/Z4_N") + (uuid "7b766787-7689-40b8-9ef5-c0b1af45a9ae") + ) + (pad "35" smd roundrect + (at -1.875 8.255 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 124 "/IO_Banks/Z2_P") + (uuid "aee7520e-3bfc-435f-a66b-1dd1f5aa6a87") + ) + (pad "36" smd roundrect + (at 1.875 8.255 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "2c95b9a6-9c71-4108-9cde-57ddfdd2dd19") + ) + (pad "37" smd roundrect + (at -1.875 9.525 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "8486c294-aa7e-43c3-b257-1ca3356dd17a") + ) + (pad "38" smd roundrect + (at 1.875 9.525 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 132 "/IO_Banks/Z1_N") + (uuid "0b9f21ed-3d41-4f23-ae45-74117a5f3153") + ) + (pad "39" smd roundrect + (at -1.875 10.795 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 114 "/IO_Banks/Z0_P") + (uuid "a76a574b-1cac-43eb-81e6-0e2e278cea39") + ) + (pad "40" smd roundrect + (at 1.875 10.795 90) + (size 2.75 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 138 "/IO_Banks/Z1_P") + (uuid "76afa8e0-9b3a-439d-843c-ad039d3b6354") + ) + (pad "41" smd roundrect + (at -1.975 12.065 90) + (size 2.55 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 123 "/IO_Banks/Z0_N") + (uuid "946404ba-9297-43ec-9d67-30184041145f") + ) + (pad "41" smd roundrect + (at -0.8 11.875 90) + (size 0.6 0.38) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.5) + (net 123 "/IO_Banks/Z0_N") + (uuid "0cc9bf07-55b9-458f-b8aa-41b2f51fa940") + ) + (pad "41" smd custom + (at -0.8 12.065 90) + (size 0.2 0.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 123 "/IO_Banks/Z0_N") + (zone_connect 0) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_poly + (pts + (xy 0.3 0.08) (xy 0 0.38) (xy -0.1 0.38) (xy -0.1 -0.19) (xy 0.3 -0.19) + ) + (width 0) + (fill yes) + ) + ) + (uuid "8ac400bf-c9b3-4af4-b0a7-9aa9ab4ad17e") + ) + (pad "42" smd roundrect + (at 0.8 11.875 270) + (size 0.6 0.38) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.5) + (net 3 "GND") + (uuid "dc1d84c8-33da-4489-be8e-2a1de3001779") + ) + (pad "42" smd custom + (at 0.8 12.065 90) + (size 0.2 0.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (zone_connect 0) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_poly + (pts + (xy 0.1 0.38) (xy 0 0.38) (xy -0.3 0.08) (xy -0.3 -0.19) (xy 0.1 -0.19) + ) + (width 0) + (fill yes) + ) + ) + (uuid "5d49e9a6-41dd-4072-adde-ef1036c1979b") + ) + (pad "42" smd roundrect + (at 1.975 12.065 90) + (size 2.55 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "a64aeb89-c24a-493b-9aab-87a6be930bde") + ) + (pad "43" smd roundrect + (at -1.975 13.335 90) + (size 2.55 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "1b023dd4-5185-4576-b544-68a05b9c360b") + ) + (pad "43" smd custom + (at -0.8 13.335 270) + (size 0.2 0.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 3 "GND") + (zone_connect 0) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_poly + (pts + (xy 0.1 0.38) (xy 0 0.38) (xy -0.3 0.08) (xy -0.3 -0.19) (xy 0.1 -0.19) + ) + (width 0) + (fill yes) + ) + ) + (uuid "6cb535a7-247d-4f99-997d-c21b160eadfa") + ) + (pad "43" smd roundrect + (at -0.8 13.525 90) + (size 0.6 0.38) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.5) + (net 3 "GND") + (uuid "241e0c85-4796-48eb-a5a0-1c0f2d6e5910") + ) + (pad "44" smd custom + (at 0.8 13.335 270) + (size 0.2 0.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 139 "/IO_Banks/VIO_AUX") + (zone_connect 0) + (thermal_bridge_angle 45) + (options + (clearance outline) + (anchor rect) + ) + (primitives + (gr_poly + (pts + (xy 0.3 0.08) (xy 0 0.38) (xy -0.1 0.38) (xy -0.1 -0.19) (xy 0.3 -0.19) + ) + (width 0) + (fill yes) + ) + ) + (uuid "386ad9e3-71fa-420f-8722-88548b024fc5") + ) + (pad "44" smd roundrect + (at 0.8 13.525 270) + (size 0.6 0.38) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.5) + (net 139 "/IO_Banks/VIO_AUX") + (uuid "7f9683c1-2203-43df-8fa1-719a0dc360df") + ) + (pad "44" smd roundrect + (at 1.975 13.335 90) + (size 2.55 0.76) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 139 "/IO_Banks/VIO_AUX") + (uuid "90f81af1-b6de-44aa-a46b-6504a157ce6c") + ) + (model "${KISYS3DMOD}/Connector_PinHeader_1.27mm.3dshapes/PinHeader_2x22_P1.27mm_Vertical_SMD.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f41d48a") + (at 59.05 99.15 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R3" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "7c849e86-e149-44f3-8e6f-1e68de7023ea") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "100k" + (at 1.35 0 0) + (layer "F.Fab") + (uuid "cfbc958e-3fb8-49ab-a1a0-0abbb8af3f4b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb097da2-e53d-4cdc-bc5b-32fe556dcda9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f507bb6-9cf8-46bd-86b2-02678626367b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "461bd25f-62ea-447a-a26c-77236979b40c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005accf0f2") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8197234b-d466-4dd0-b29a-d8c861bfb7ac") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "acdd6813-47a9-43b9-8c0d-c0787f18321e") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bbdd926d-7d86-45cf-ae08-f1f150d09cfe") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5b182f66-b0c8-4347-9c9e-3ee95097eabe") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "363b8f67-740c-4671-ae42-143e2627bd6b") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1f863df-0c8c-46fa-8804-767e10582681") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c37a23f-9362-4abd-952a-d541c9b780f8") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee556f6c-0a63-4195-b5e3-678d6f90db6b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "9038b135-ccf5-4442-8ebb-a3944fd0e705") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 7 "/SHLD") + (uuid "9272ccd5-e950-4f99-baec-47da7f19129b") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "7670d6a4-669e-4a95-8178-29fc8bb78054") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f429741") + (at 64.4 99.9) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP7" + (at 0 -1.448 0) + (layer "F.SilkS") + (hide yes) + (uuid "f98a1b91-9aa3-4c7d-9ab6-cc42f1ef1222") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "3V3" + (at 0 0 0) + (layer "F.Fab") + (uuid "b5439700-fda7-4956-b08c-8949e60f6fe5") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1fe35ba-9fa9-4a59-a7cf-edcc2579c70c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be301545-9c38-4a8a-8fb5-d98747dcaa9f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fefea40-d276-44ef-b9a4-215980c8b6eb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b12b6ca") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "91c13ed2-1035-4e8a-b348-26e573bcfce9") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "6a44edfe-2ae4-4a26-af04-29021170551e") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (hide yes) + (uuid "4e9d9bbb-bb4b-4f71-a57a-a915249deb73") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 30 "/CLKIF") + (uuid "a02123a2-48d6-42d7-8224-1acec1028ae3") + ) + ) + (footprint "Capacitor_SMD:CP_Elec_6.3x5.9" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f447b59") + (at 67.6 104.2) + (descr "SMD capacitor, aluminum electrolytic, Panasonic C6, 6.3x5.9mm") + (tags "capacitor electrolytic") + (property "Reference" "C87" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "741561bb-6157-4c58-bb00-0f2a32b21238") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "150u" + (at 0 1.45 0) + (layer "F.Fab") + (uuid "3019c847-3ccf-490a-9dd6-694227c3fba5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "61cfc2b6-d844-4b74-963a-dc744268f316") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ad9d24ec-6173-4190-a42f-da71f8aa9d8e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c8cd44d1-c05d-46de-b7e1-02ac4988d38d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cce6160") + (attr smd) + (fp_line + (start -4.4375 -1.8475) + (end -3.65 -1.8475) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "782e74f8-8e76-4e6f-bfec-df9b9d96b19d") + ) + (fp_line + (start -4.04375 -2.24125) + (end -4.04375 -1.45375) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7035c1b-863b-4bbf-a32a-6ebba2814e2c") + ) + (fp_line + (start -3.41 -2.345563) + (end -3.41 -1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "986fa662-6dc8-4009-9871-995c9cfdbebc") + ) + (fp_line + (start -3.41 -2.345563) + (end -2.345563 -3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de7d8275-fd45-47d5-ae9a-4b0c51b81f57") + ) + (fp_line + (start -3.41 2.345563) + (end -3.41 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd1b9f49-f6c4-4c81-a715-14d19fd506d7") + ) + (fp_line + (start -3.41 2.345563) + (end -2.345563 3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b013cb8-9e09-4a62-b02d-814d5cfa604e") + ) + (fp_line + (start -2.345563 -3.41) + (end 3.41 -3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ec648ca-df29-4910-86ed-6f48e345dbdb") + ) + (fp_line + (start -2.345563 3.41) + (end 3.41 3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "30cf5573-2ac5-4d4b-8678-7fcebe2bcd36") + ) + (fp_line + (start 3.41 -3.41) + (end 3.41 -1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7b67c11-d515-46cf-bcf0-0f0ef2d0158a") + ) + (fp_line + (start 3.41 3.41) + (end 3.41 1.06) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1aaf34a3-282e-4633-82fa-9d6cdf32efbb") + ) + (fp_line + (start -4.8 -1.05) + (end -4.8 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "00c9c1c9-df78-4bf8-a378-9edee7dafbe3") + ) + (fp_line + (start -4.8 1.05) + (end -3.55 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "127b0e8c-8b10-4db4-b691-908ac98caaf1") + ) + (fp_line + (start -3.55 -2.4) + (end -3.55 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d5128f0b-0a4f-4337-a7f7-9a3dfe4ad4f9") + ) + (fp_line + (start -3.55 -2.4) + (end -2.4 -3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c7524402-4dbd-4d05-888d-edab7e79a150") + ) + (fp_line + (start -3.55 -1.05) + (end -4.8 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "92419cc9-1070-47aa-876c-2cf8f5a03a47") + ) + (fp_line + (start -3.55 1.05) + (end -3.55 2.4) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6428332e-b689-4aa8-86bb-3bee31b6f177") + ) + (fp_line + (start -3.55 2.4) + (end -2.4 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fed6a1e7-e233-4dff-87e0-8992a65c8dd0") + ) + (fp_line + (start -2.4 -3.55) + (end 3.55 -3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad4fcc27-bf1e-4e2e-ab26-9b8032da7693") + ) + (fp_line + (start -2.4 3.55) + (end 3.55 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ff15691-c9f8-4e08-a694-3230522780fc") + ) + (fp_line + (start 3.55 -3.55) + (end 3.55 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7c49dc93-96a1-4a8f-a667-a4ee5ad692a0") + ) + (fp_line + (start 3.55 -1.05) + (end 4.8 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1558a593-7554-4709-a27f-f70400a2199d") + ) + (fp_line + (start 3.55 1.05) + (end 3.55 3.55) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "098afe52-27f0-4ec0-bf39-4eb766d2a851") + ) + (fp_line + (start 4.8 -1.05) + (end 4.8 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96815f61-f3f5-43c2-b68f-856577233f16") + ) + (fp_line + (start 4.8 1.05) + (end 3.55 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7cbc8c8d-fbc1-4902-ac93-6c241131aada") + ) + (fp_line + (start -3.3 -2.3) + (end -3.3 2.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7cc510d9-2339-42a7-bb31-eff1142f0636") + ) + (fp_line + (start -3.3 -2.3) + (end -2.3 -3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3b450865-b2ef-4d25-9b34-4d42975b5e24") + ) + (fp_line + (start -3.3 2.3) + (end -2.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c38e5ef-0105-4756-a059-34a9c3247d1f") + ) + (fp_line + (start -2.704838 -1.33) + (end -2.074838 -1.33) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d35d7027-ac1b-44b2-9664-3d8a37ee0f4e") + ) + (fp_line + (start -2.389838 -1.645) + (end -2.389838 -1.015) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0de7d0e7-c8d5-482b-8e8a-d56acfc6ebd8") + ) + (fp_line + (start -2.3 -3.3) + (end 3.3 -3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e247c2e-b63e-4a70-8c32-64933e91ced0") + ) + (fp_line + (start -2.3 3.3) + (end 3.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a60f8360-f38f-439d-b446-391101ae4282") + ) + (fp_line + (start 3.3 -3.3) + (end 3.3 3.3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5b29962f-685a-409c-915c-9c4a92ed442a") + ) + (fp_circle + (center 0 0) + (end 3.15 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "669e2f76-dce7-4b88-b383-d3587e6cc0cc") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "fb4e7351-d265-4999-adf6-bc7596c21cf3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2.8 0) + (size 3.5 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.15625) + (net 5 "+5V") + (uuid "119c633c-175b-4b38-bbc1-1a076032c16e") + ) + (pad "2" smd roundrect + (at 2.8 0) + (size 3.5 1.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.15625) + (net 3 "GND") + (uuid "c66790a8-2c84-47da-b059-a728d9f51463") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/CP_Elec_6.3x5.9.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:TSSOP-8_4.4x3mm_P0.65mm" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f44afea") + (at 76.4 110.9 90) + (descr "TSSOP, 8 Pin (JEDEC MO-153 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "TSSOP SO") + (property "Reference" "U2" + (at 0 0 -90) + (layer "F.SilkS") + (hide yes) + (uuid "a26bc030-7d8a-4b19-aa84-9206cc0de2b0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CAT24M01X" + (at 0 -1.05 -90) + (layer "F.Fab") + (uuid "d66c8b0e-b6b3-43ea-8c6d-9724edcc57d6") + (effects + (font + (size 0.3 0.3) + (thickness 0.0625) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a79411c7-16c4-423b-b1c1-4df74fc50a09") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "28e03054-3003-45c7-89cf-c456243846b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8be7c006-cdb6-4e1b-8794-960cd40fc84f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acd2bb9") + (attr smd) + (fp_line + (start 0 -1.61) + (end 2.2 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01657d30-6f8e-4bbd-a3dd-6a0742c69aca") + ) + (fp_line + (start 0 -1.61) + (end -3.6 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3aec5e23-e675-4bcf-9a9e-48cb59d51927") + ) + (fp_line + (start 0 1.61) + (end 2.2 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5fcd820-f4f0-487d-8e2f-6defe7618982") + ) + (fp_line + (start 0 1.61) + (end -2.2 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72729c20-0465-4f8c-be80-3c22bb337ef7") + ) + (fp_line + (start 3.85 -1.75) + (end -3.85 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3d19e22b-2666-4e7d-825d-37a04ed07fa1") + ) + (fp_line + (start -3.85 -1.75) + (end -3.85 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62af6e3c-7d06-438a-b62f-014ae3262ea1") + ) + (fp_line + (start 3.85 1.75) + (end 3.85 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "054f8e07-0141-451f-a3c4-ea786b83b680") + ) + (fp_line + (start -3.85 1.75) + (end 3.85 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ed6caead-58a0-4a37-97cf-621d3ffb0ca4") + ) + (fp_line + (start 2.2 -1.5) + (end 2.2 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c546008e-7661-419e-94b3-0bbb9fd14ec8") + ) + (fp_line + (start -1.45 -1.5) + (end 2.2 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a6460cc6-b11c-4dff-a0ea-9de680e68ca8") + ) + (fp_line + (start -2.2 -0.75) + (end -1.45 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "afc1392c-4488-4251-8167-de520abba754") + ) + (fp_line + (start 2.2 1.5) + (end -2.2 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42688fc6-3e24-4a56-9963-828da46dcdfb") + ) + (fp_line + (start -2.2 1.5) + (end -2.2 -0.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "248d15cd-dd0c-425d-94cb-b44ccf865457") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "bf67f245-1714-4d39-b76d-53f1523ab5f8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2.8625 -0.975 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "ccd45da3-3d73-496d-8f2e-5edf69377f63") + ) + (pad "2" smd roundrect + (at -2.8625 -0.325 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "0a83f85d-78ad-480a-a5ba-773caced8f09") + ) + (pad "3" smd roundrect + (at -2.8625 0.325 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "9116f42f-8d27-4055-8fab-af8b6ed6959f") + ) + (pad "4" smd roundrect + (at -2.8625 0.975 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "c14f4f41-991c-47f8-ba74-4a4e89170acf") + ) + (pad "5" smd roundrect + (at 2.8625 0.975 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/SDA") + (uuid "8afefa03-006b-4e40-b19e-6596c7cc472e") + ) + (pad "6" smd roundrect + (at 2.8625 0.325 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "/SCL") + (uuid "a6386af6-d744-458e-b19d-8fd97b5ad9f9") + ) + (pad "7" smd roundrect + (at 2.8625 -0.325 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "01600802-66c5-45a2-be7f-4fa2327d845b") + ) + (pad "8" smd roundrect + (at 2.8625 -0.975 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "fc80fa5b-8c07-4dda-8002-331dcafd556b") + ) + (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-8_4.4x3mm_P0.65mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:TSSOP-8_4.4x3mm_P0.65mm" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f44b032") + (at 72.9 110.9 90) + (descr "TSSOP, 8 Pin (JEDEC MO-153 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "TSSOP SO") + (property "Reference" "U3" + (at 0 0 -90) + (layer "F.SilkS") + (hide yes) + (uuid "e8cb6cb3-dd2b-4328-8592-132e369ebb71") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "BL24C256A-SFRC" + (at 0 1.1 -90) + (layer "F.Fab") + (uuid "f630bdcd-b048-45d2-91a0-928349b89dad") + (effects + (font + (size 0.3 0.3) + (thickness 0.0625) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37266d9e-c5ca-440c-949d-8fac0849828d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4fa37736-a4d2-4ddd-9d85-a806f6c5c178") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2b7d850-7679-4276-a425-3375c537522d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acd332d") + (attr smd) + (fp_line + (start 0 -1.61) + (end 2.2 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b79d8d99-88b5-4d84-a010-b6d768d67ec8") + ) + (fp_line + (start 0 -1.61) + (end -3.6 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6025c071-1487-4c03-a645-f67437519813") + ) + (fp_line + (start 0 1.61) + (end 2.2 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d678ff1-21aa-4e6f-ae06-abf24406f3c8") + ) + (fp_line + (start 0 1.61) + (end -2.2 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2c0fc07-9ed2-42e8-8fef-f02fce3412ee") + ) + (fp_line + (start 3.85 -1.75) + (end -3.85 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c374668c-56af-42dd-a650-35352e96de63") + ) + (fp_line + (start -3.85 -1.75) + (end -3.85 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "25b39db8-8576-4473-b331-b912323e85f4") + ) + (fp_line + (start 3.85 1.75) + (end 3.85 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "08d1dac8-0d6e-4029-9a06-c8863d7fbd51") + ) + (fp_line + (start -3.85 1.75) + (end 3.85 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "40962e92-90b6-487d-b0dc-0a6c42b5ebc2") + ) + (fp_line + (start 2.2 -1.5) + (end 2.2 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59246647-4e57-4b5f-9f1e-b0cc1fb90bb2") + ) + (fp_line + (start -1.45 -1.5) + (end 2.2 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "51bdd1cb-8a01-4b1c-940a-3ff4dd1de87c") + ) + (fp_line + (start -2.2 -0.75) + (end -1.45 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ffde4898-4c0e-4c24-bd8c-aadcd7279172") + ) + (fp_line + (start 2.2 1.5) + (end -2.2 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "086ab04d-4086-427c-992f-819b91a9021d") + ) + (fp_line + (start -2.2 1.5) + (end -2.2 -0.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5aa0e472-160b-49ac-864f-0fa7cd9cf9b0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "e7c8f673-e523-47ce-91b8-92cf1c7605ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -2.8625 -0.975 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "eb06cbed-9a37-40e7-bc33-37acd0ee650a") + ) + (pad "2" smd roundrect + (at -2.8625 -0.325 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 160 "Net-(R40-Pad1)") + (uuid "172b515f-13aa-42a2-b6ac-db67c2e524e7") + ) + (pad "3" smd roundrect + (at -2.8625 0.325 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "a5c35670-98af-44c6-a3f4-bbad7ffecfd3") + ) + (pad "4" smd roundrect + (at -2.8625 0.975 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "5bd90e77-727e-49e2-881e-09f4ce3768d4") + ) + (pad "5" smd roundrect + (at 2.8625 0.975 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/SDA") + (uuid "af7ccd5a-4c05-4a49-a412-ca568e4c81d2") + ) + (pad "6" smd roundrect + (at 2.8625 0.325 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "/SCL") + (uuid "911557e5-adec-4d13-9794-a18b325eb4ea") + ) + (pad "7" smd roundrect + (at 2.8625 -0.325 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "d40ed1bf-6a69-492a-acf3-f71f1c7a81f2") + ) + (pad "8" smd roundrect + (at 2.8625 -0.975 90) + (size 1.475 0.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "67320774-1745-4c89-bec7-2213f7bb7ecc") + ) + (model "${KISYS3DMOD}/Package_SO.3dshapes/TSSOP-8_4.4x3mm_P0.65mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:Molex_KK-254_1x02_P2.54mm_Horizontal" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f4629c8") + (at 84.1 108.4) + (descr "Molex KK-254 Interconnect System, old/engineering part number: AE-6410-02A example for new part number: 22-27-2021, 2 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator") + (tags "connector Molex KK-254 side entry") + (property "Reference" "J4" + (at -1.3 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "6f5a9f10-1b2c-4916-b4e5-cb5bd0f851a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x02" + (at -1.35 6 90) + (layer "F.Fab") + (uuid "bde3f73b-f869-498d-a8d7-18346cb7179e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d705b2ca-868d-49ee-94db-953076fbbe64") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f49a6b9f-7a5c-4e4c-b5e7-02d2c38195b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f842ee21-410d-42d7-a255-7b6fd0b10b39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c961091") + (attr through_hole) + (fp_line + (start -3.937 2.286) + (end -3.302 2.286) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cdfb661b-489b-4b76-99f4-62b92bb1ab18") + ) + (fp_line + (start -3.937 5.715) + (end -3.937 2.286) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "acb0068c-c0e7-44cf-a209-296716acb6a2") + ) + (fp_line + (start -3.302 2.286) + (end -3.302 2.921) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28b01cd2-da3a-46ec-8825-b0f31a0b8987") + ) + (fp_line + (start -2.921 1.397) + (end -2.921 2.921) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c6bba6d7-3631-448e-9df8-b5a9e3238ade") + ) + (fp_line + (start -2.921 5.715) + (end -2.921 11.557) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39845449-7a31-4262-86b1-e7af14a6659f") + ) + (fp_line + (start -2.54 5.715) + (end -3.937 5.715) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ea0f2f7-b064-4b8f-bd17-48195d1c83d1") + ) + (fp_line + (start -2.54 5.715) + (end -2.54 10.541) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f2f68c4-6fa0-45ce-b5c2-e911daddcd12") + ) + (fp_line + (start -2.286 11.049) + (end -2.54 10.541) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e592cd4-1950-44ef-9727-8e526f4c4e12") + ) + (fp_line + (start -2.159 1.397) + (end -2.159 2.921) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea745685-58a4-4364-a674-15381eadb187") + ) + (fp_line + (start -2.159 11.049) + (end -2.159 11.557) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd6c35f3-ae45-4706-ad6f-8028797ca8e0") + ) + (fp_line + (start -1.778 2.286) + (end -0.762 2.286) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b471778-f61d-4b9d-a507-3d4f82ec4b7c") + ) + (fp_line + (start -1.778 2.921) + (end -3.302 2.921) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09c6ca89-863f-42d4-867e-9a769c316610") + ) + (fp_line + (start -1.778 2.921) + (end -1.778 2.286) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34ddb753-e57c-4ca8-a67b-d7cdf62cae93") + ) + (fp_line + (start -0.762 2.286) + (end -0.762 2.921) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11c7c8d4-4c4b-4330-bb59-1eec2e98b255") + ) + (fp_line + (start -0.381 1.397) + (end -0.381 2.921) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4184668-3bdd-4cb2-a053-4f3d5e57b541") + ) + (fp_line + (start -0.381 11.049) + (end -0.381 11.557) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07652224-af43-42a2-841c-1883ba305bc4") + ) + (fp_line + (start -0.25 11.049) + (end -2.286 11.049) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a150f0c9-1a23-4200-b489-18791f6d5ce5") + ) + (fp_line + (start 0 5.715) + (end 0 10.541) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6706c54-6a82-42d1-a6c9-48341690e19d") + ) + (fp_line + (start 0 5.715) + (end 1.397 5.715) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "692d87e9-6b70-46cc-9c78-b75193a484cc") + ) + (fp_line + (start 0 10.541) + (end -2.54 10.541) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2295a793-dfca-4b86-a3e5-abf1834e2790") + ) + (fp_line + (start 0 10.541) + (end -0.25 11.049) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e77c17df-b20e-4e7d-b937-f281c75a0014") + ) + (fp_line + (start 0.381 1.397) + (end 0.381 2.921) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63286bbb-78a3-4368-a50a-f6bf5f1653b0") + ) + (fp_line + (start 0.381 5.715) + (end 0.381 11.557) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8e1a8b8-63f0-4e53-a6cb-c8edf9a649c4") + ) + (fp_line + (start 0.762 2.286) + (end 1.397 2.286) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "adcbf4d0-ed9c-4c7d-b78f-3bcbe974bdcb") + ) + (fp_line + (start 0.762 2.921) + (end -0.762 2.921) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "300aa512-2f66-4c26-a530-50c091b3a099") + ) + (fp_line + (start 0.762 2.921) + (end 0.762 2.286) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5bbde4f9-fcdb-4d27-a2d6-3847fcdd87ba") + ) + (fp_line + (start 1.143 0) + (end 1.651 -0.254) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2db53d0-2821-4ebe-bf21-b864eac8ca44") + ) + (fp_line + (start 1.397 2.286) + (end 1.397 5.715) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "725579dd-9ec6-473d-8843-6a11e99f108c") + ) + (fp_line + (start 1.651 -0.254) + (end 1.651 0.254) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f1ab70d-3263-42b5-9c61-0360188ff2b7") + ) + (fp_line + (start 1.651 0.254) + (end 1.143 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa0466c6-766f-4bb4-abf1-502a6a06f91d") + ) + (fp_line + (start -4.318 -1.651) + (end -4.318 13.081) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "70cda344-73be-4466-a097-1fd56f3b19e2") + ) + (fp_line + (start -4.318 13.081) + (end 1.77 13.081) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "64d1d0fe-4fd6-4a55-8314-56a651e1ccab") + ) + (fp_line + (start 1.77 -1.651) + (end -4.318 -1.651) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a323243c-4cab-4689-aa04-1e663cf86177") + ) + (fp_line + (start 1.778 13.081) + (end 1.77 -1.651) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a49e8613-3cd2-48ed-8977-6bb5023f7722") + ) + (fp_line + (start -3.937 -1.27) + (end -3.937 11.557) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80f8c1b4-10dd-40fe-b7f7-67988bc3ad81") + ) + (fp_line + (start -3.937 11.557) + (end 1.397 11.557) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be5bbcc0-5b09-43de-a42f-297f80f602a5") + ) + (fp_line + (start 0.562893 0) + (end 1.27 -0.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e80b0e91-f15f-4e36-9a9c-b2cfd5a01d2a") + ) + (fp_line + (start 1.27 0.5) + (end 0.562893 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46491a9d-8b3d-4c74-b09a-70c876f162e5") + ) + (fp_line + (start 1.397 -1.27) + (end -3.937 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8621ac5-1e7e-4e87-8c69-5fd403df9470") + ) + (fp_line + (start 1.397 11.557) + (end 1.397 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "883105b0-f6a6-466b-ba58-a2fcc1f18e4b") + ) + (fp_text user "${REFERENCE}" + (at -1.27 -2.413 180) + (layer "F.Fab") + (uuid "bf4036b4-c410-489a-b46c-abee2c31db09") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 180) + (size 1.74 2.2) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.1436775862) + (net 3 "GND") + (uuid "5cff09b0-b3d4-41a7-a6a4-7f917b40eda9") + ) + (pad "2" thru_hole oval + (at -2.54 0 180) + (size 1.74 2.2) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 159 "/IO_Banks/~{SYNC}") + (uuid "5a397f61-35c4-4c18-9dcd-73a2d44cc9af") + ) + (model "../../packages3D/Molex_KK-254_1x02_P2.54mm_Horizontal-PN022057028.step" + (offset + (xyz -1.3 -4.3 4.1) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 180 0 0) + ) + ) + ) + (footprint "Glasgow:DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm_ThermalVias" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f476c85") + (at 65.9 115 180) + (descr "6-Lead Plastic Dual Flat, No Lead Package (MA) - 2x2x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf)") + (tags "DFN 0.65") + (property "Reference" "U8" + (at 0 0.4 180) + (layer "F.SilkS") + (hide yes) + (uuid "32af351e-30db-43fd-8004-85c42f0661d4") + (effects + (font + (size 0.6 0.6) + (thickness 0.1) + ) + ) + ) + (property "Value" "TLV75533PDRVR" + (at 0 1.4 180) + (layer "F.Fab") + (uuid "adae0e75-68d2-4a2b-98da-d0b9556bd126") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb3d631e-2da0-4d36-99f8-0f62709145bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ef805938-9867-44e8-bf66-aecb42029664") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1e45bb0d-8df4-4c00-9d05-e76f92c81c07") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cec297b") + (attr smd) + (fp_line + (start -0.725 1.1) + (end 0.725 1.1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "815e38da-4e8a-4d91-9c77-2aa0746d5639") + ) + (fp_line + (start -1.45 -1.1) + (end 0.725 -1.1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fa8342e-2989-40ca-b0ae-b207f17ca831") + ) + (fp_line + (start 1.65 -1.25) + (end 1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88ce3174-a8b3-4149-886a-872ed4746e98") + ) + (fp_line + (start -1.65 1.25) + (end 1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8a2747cd-9545-4996-b99f-a27623db4e36") + ) + (fp_line + (start -1.65 -1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3a64311-031c-492b-817d-d8c8c6fedbb6") + ) + (fp_line + (start -1.65 -1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4371cedd-a894-45a7-8f2e-b664b567a667") + ) + (fp_line + (start 1 1) + (end -1 1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "c03374e9-87ea-401d-8ec8-f0596c74ecdf") + ) + (fp_line + (start 1 -1) + (end 1 1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "1dfbb08e-4502-4041-b288-07dbab29f6fa") + ) + (fp_line + (start 0 -1) + (end 1 -1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "ed5d521b-24d1-4974-b18e-6b700d9b109f") + ) + (fp_line + (start -1 1) + (end -1 0) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "1525535f-a14f-4148-bf1a-2c1a2802f16c") + ) + (fp_line + (start -1 0) + (end 0 -1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "fa0658a8-b566-42fd-96ec-033831ff4d14") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c9293921-3f4d-4839-bf8f-cb50bb7c5431") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "" smd roundrect + (at 0 -0.45 180) + (size 1 0.7) + (layers "F.Paste") + (roundrect_rratio 0.07099857143) + (uuid "439a0826-2a4b-4f2a-9a85-b9cbf2766a09") + ) + (pad "" smd roundrect + (at 0 0.45 180) + (size 1 0.7) + (layers "F.Paste") + (roundrect_rratio 0.07099857143) + (uuid "b6d945bb-e2eb-4605-8009-e2c500075502") + ) + (pad "1" smd roundrect + (at -1.05 -0.65 180) + (size 0.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.143) + (net 2 "+3V3") + (uuid "a8f3fb57-d72d-4e56-b518-98e829534921") + ) + (pad "2" smd roundrect + (at -1.05 0 180) + (size 0.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.143) + (net 2 "+3V3") + (uuid "70396b64-ba42-4955-ac7d-aeff65748330") + ) + (pad "3" smd roundrect + (at -1.05 0.65 180) + (size 0.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.143) + (net 3 "GND") + (uuid "e0a50294-8c6e-4d53-aeda-b230ef3f0916") + ) + (pad "4" smd roundrect + (at 1.05 0.65 180) + (size 0.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.143) + (net 198 "Net-(D24-Pad2)") + (uuid "c2f385f2-7a78-4f82-b8fd-1151e835fc14") + ) + (pad "5" smd roundrect + (at 1.05 0 180) + (size 0.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.143) + (net 5 "+5V") + (uuid "3d3bdad0-548d-4071-9075-ac87e9e96ee0") + ) + (pad "6" smd roundrect + (at 1.05 -0.65 180) + (size 0.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.143) + (net 5 "+5V") + (uuid "e74c1c14-2c10-4ed2-af66-d46451b14517") + ) + (pad "7" thru_hole circle + (at 0 -0.55 180) + (size 0.5 0.5) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "f6429ab2-213c-4030-a705-9f073170a98c") + ) + (pad "7" smd roundrect + (at 0 0 180) + (size 1 1.6) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.05) + (net 3 "GND") + (uuid "7e11542a-c428-4e80-830e-94b7e05e0716") + ) + (pad "7" smd roundrect + (at 0 0 180) + (size 1 1.6) + (layers "B.Cu") + (roundrect_rratio 0.05) + (net 3 "GND") + (uuid "ba1f0967-2682-40e7-8282-722799674775") + ) + (pad "7" thru_hole circle + (at 0 0.55 180) + (size 0.5 0.5) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "2dfa347b-08b4-4ee1-b0ac-49ade4fe9171") + ) + (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm_ThermalVias" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f476cdc") + (at 65.9 109.9 180) + (descr "6-Lead Plastic Dual Flat, No Lead Package (MA) - 2x2x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf)") + (tags "DFN 0.65") + (property "Reference" "U36" + (at 0 0.3 180) + (layer "F.SilkS") + (hide yes) + (uuid "850230a1-e985-4aec-bfc1-cca85f47f39d") + (effects + (font + (size 0.6 0.6) + (thickness 0.1) + ) + ) + ) + (property "Value" "TLV73312PQDRVR" + (at 0 1.4 180) + (layer "F.Fab") + (uuid "609c03aa-db26-47fb-b858-1a8c9396360a") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bed84831-1178-4d9f-a537-47d6e4222e07") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "adbc7f66-74de-4a3b-adac-8547eaa40eb6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5110d9ff-b286-4915-aee8-76409983c4f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cec599a") + (attr smd) + (fp_line + (start -0.725 1.1) + (end 0.725 1.1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4a9ddd8-7ada-440b-a9de-a5d7da8f72b2") + ) + (fp_line + (start -1.45 -1.1) + (end 0.725 -1.1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "c0b7f3c6-3a8b-4cbc-8e07-4879365e8103") + ) + (fp_line + (start 1.65 -1.25) + (end 1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "26499fda-28f0-49df-ae6e-bde6da76eedc") + ) + (fp_line + (start -1.65 1.25) + (end 1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "726d5642-3df2-46ac-8dab-77f2dd7a181f") + ) + (fp_line + (start -1.65 -1.25) + (end 1.65 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8b0e77d6-7888-4840-a867-95c0b6bc01b5") + ) + (fp_line + (start -1.65 -1.25) + (end -1.65 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "99e435f9-35c9-4f7b-81bb-55482767f5f5") + ) + (fp_line + (start 1 1) + (end -1 1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "33e14999-b5ae-46d2-ac28-01787a512419") + ) + (fp_line + (start 1 -1) + (end 1 1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "fbbacad4-e3d6-4bc2-a42d-a5503b96ba41") + ) + (fp_line + (start 0 -1) + (end 1 -1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "e4f43349-3f67-4924-9783-e918db4d09eb") + ) + (fp_line + (start -1 1) + (end -1 0) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "c78980a8-e749-4c70-b9e3-d042eb419706") + ) + (fp_line + (start -1 0) + (end 0 -1) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.Fab") + (uuid "b8fcd648-8385-4e85-ba16-e9b058ae3ba3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "fffbe5d9-ab4f-4620-8b07-dfed6958ef21") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "" smd roundrect + (at 0 -0.45 180) + (size 1 0.7) + (layers "F.Paste") + (roundrect_rratio 0.07099857143) + (uuid "cbba6077-8b44-42ce-8e79-5897f04e7903") + ) + (pad "" smd roundrect + (at 0 0.45 180) + (size 1 0.7) + (layers "F.Paste") + (roundrect_rratio 0.07099857143) + (uuid "f7d43406-366f-4e28-b077-a5ba452fce9a") + ) + (pad "1" smd roundrect + (at -1.05 -0.65 180) + (size 0.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.143) + (net 29 "+1V2") + (uuid "d070d92e-528b-4236-9018-11247fadff60") + ) + (pad "2" smd roundrect + (at -1.05 0 180) + (size 0.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.143) + (net 29 "+1V2") + (uuid "9fe6b1ab-b272-4c55-88f3-15c955c8b1f3") + ) + (pad "3" smd roundrect + (at -1.05 0.65 180) + (size 0.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.143) + (net 3 "GND") + (uuid "533e0349-e9bd-4e8f-92c0-75eac764bdf1") + ) + (pad "4" smd roundrect + (at 1.05 0.65 180) + (size 0.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.143) + (net 5 "+5V") + (uuid "c1212456-d2b9-440c-9946-508c16588497") + ) + (pad "5" smd roundrect + (at 1.05 0 180) + (size 0.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.143) + (net 5 "+5V") + (uuid "30470147-1c1c-474c-b510-0051dbe7652d") + ) + (pad "6" smd roundrect + (at 1.05 -0.65 180) + (size 0.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.143) + (net 5 "+5V") + (uuid "46d408fa-dd49-4762-9c6e-4858cc3099bc") + ) + (pad "7" thru_hole circle + (at 0 -0.55 180) + (size 0.5 0.5) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "1748450e-a8ca-4e49-95b9-4d9e086df7db") + ) + (pad "7" smd roundrect + (at 0 0 180) + (size 1 1.6) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.05) + (net 3 "GND") + (uuid "cf0a08fc-a7e1-4e2e-b77b-d5d82ed08115") + ) + (pad "7" smd roundrect + (at 0 0 180) + (size 1 1.6) + (layers "B.Cu") + (roundrect_rratio 0.05) + (net 3 "GND") + (uuid "c04eca05-a0f9-4bc2-a3af-c428ab1358bc") + ) + (pad "7" thru_hole circle + (at 0 0.55 180) + (size 0.5 0.5) + (drill 0.3) + (layers "*.Cu") + (remove_unused_layers no) + (net 3 "GND") + (zone_connect 2) + (uuid "09660697-d5c8-4aef-8c5c-0260789058fc") + ) + (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f476d34") + (at 65.9 111.9 180) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C86" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "3cfddd47-0913-4692-89bb-8a69d22be5a7") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "4u7" + (at 0 -0.8 180) + (layer "F.Fab") + (uuid "7983b95c-14e4-4dec-ab4e-09c81071d9de") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "77c93766-feba-4212-b3bc-35d484d9ee5f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "25df400a-a39d-4908-a155-4423d310df21") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "979b78eb-36cf-4db3-a1ce-f405ce8a2a80") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005d231c97") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9ff0621-eacb-4187-ba89-29f236eec881") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0fe3ebe2-61a9-477a-a657-d783c4c4d70e") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2949af22-2432-469e-9f07-eee60be8acbd") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3997254a-8057-4464-ba07-e37f0720cbd8") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cb0f5a26-0827-4807-aea7-55b25947b9d5") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "356199c8-c0f7-4995-bef0-53ad752a30c5") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "56bbedad-6259-4443-b321-0ffa1f89c336") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "832b1e20-f118-4505-ad00-93c040f2f83d") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b4afdd30-7a78-4cd8-8670-bb6dd787dcdc") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8eacb9d3-c41d-4b39-abd1-0bc8f2e97411") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f46fb303-7470-41c0-b6e8-4553c1d6503f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "03d57b22-a0ad-4d3d-9d1c-5573371e6c2f") + ) + (pad "2" smd roundrect + (at 0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "+5V") + (uuid "159c8092-f459-40eb-b409-c2cace814e6e") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f476db2") + (at 65.9 117 180) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C26" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "3ba59656-e36e-4caa-8957-90ed8686b3d3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "4u7" + (at 0 -0.8 180) + (layer "F.Fab") + (uuid "2f29ffe5-cbdc-4a3f-81e6-c7d9f4c5145a") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29779e55-04a5-4eef-a513-455815396dc6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ad254d85-3dc2-4d46-8cd2-095a81aa5df3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c991af67-0a17-4402-84cb-ab995df50aac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b691af7") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "978f967d-6cc0-4f07-b852-e2800feefa07") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "914ccec4-572a-4ec0-b281-596368eea274") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7c1dbd41-291a-4aad-bf3b-16497f84df7b") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d799aac7-79c2-4447-bfa3-8eb302b60af7") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "31b8e579-7afa-4dee-9f20-b2fefaae3c16") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6540157e-dd56-419f-8e12-b9f763e7e5a8") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ecc0874-e7f5-4102-a6b7-0222cf1fccc2") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "82782dc2-cb84-4d0c-b85e-b3903aca1e13") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c94b6f38-b2c7-494d-9fba-9edbdd8e122a") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e0c0da6-a302-49a1-8b88-4dccac856a0b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "7e509ce7-bdc7-45fb-b2d0-c14a958a5480") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "ac99d2b9-3592-44c3-94eb-e556103750a4") + ) + (pad "2" smd roundrect + (at 0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "+5V") + (uuid "d26fce45-c1d6-42bc-931d-972bf3799097") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f476de2") + (at 68.5 110.3 90) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C27" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "e746ec00-0dfd-4bc7-b357-6b4860c148ef") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "4u7" + (at -1.2 0 180) + (layer "F.Fab") + (uuid "11547ba3-d459-4ced-9333-92979d5b86e1") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a2195abb-7391-4566-8c26-ed258f566b4c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d08b2962-2247-4b42-864e-7d730b5c58f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d2492915-3e13-4d64-a889-7218fafd6179") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b691c9b") + (attr smd) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "914a2046-646f-4d53-b355-ce2139e25907") + ) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a568413-17bd-4a87-b1ac-928e77fa1b6a") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "60628c1f-f7b2-4a4b-be6f-62bc1a819432") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "810d1828-323c-409a-960d-456fda8be10a") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3a274653-eff3-4ffe-9be8-2bfd0950af0a") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "33e40dd5-556d-4de0-ab08-235c61b7ba9f") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1c7ec62e-d96c-4a0d-ac32-e919b90a3c5b") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c2079b33-906e-4c67-b0b6-7e228acc166b") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "82941cb3-7e8d-4836-8b43-647cd4390ab6") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ad8e352-005c-4299-8beb-56f3b58c96b7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "56b53988-7c92-40d8-a754-683f4429d93e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 90) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 29 "+1V2") + (uuid "2056f16f-2d4a-4f35-8a56-49ab69eeef16") + ) + (pad "2" smd roundrect + (at 0.7875 0 90) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "21c9358c-c2dd-4df5-9cfe-ea9bd0b49374") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f476e12") + (at 68.5 115.4 90) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C28" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "062fbe79-da43-4e6a-bd6f-509557f2df9b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "4u7" + (at 1.15 0 180) + (layer "F.Fab") + (uuid "7147b342-4ca8-4694-a1ec-b615c151a5d0") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c29a6d71-77ec-446d-b92c-3cddd6a9a942") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4af9e1c-5a78-44b4-8686-b753f5f2d6f6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f0a43fb-ab96-4ca4-b3ea-572caa024ca1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b691d43") + (attr smd) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a57e46ab-4127-4b88-afea-d94b5d7bc928") + ) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84e154cc-34e9-48ac-ab7e-fc52b3bc90d0") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "57e17378-f1f7-42d0-9ad3-fb44c2d5cdc3") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "710852c3-85af-44f2-af12-adc5798f2795") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "226f524c-89b4-46ed-86fd-c8ea41059fd4") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6ae47305-86b3-4e27-b3c6-46e195fdaa6d") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1b73b2b-a0dd-4b0e-8d3d-c3beea420b93") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "037a257a-ceb2-409c-ab24-48a743172dae") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5b5611ee-3a4f-4573-978f-2e48db0ecaf5") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3d8571f7-688f-49ac-8d91-22508c277f45") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "45899113-d22e-4a5b-822e-9aca23b124ee") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 90) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "eecd895d-4aa1-458c-8512-c9957fd00fad") + ) + (pad "2" smd roundrect + (at 0.7875 0 90) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "8527ef2e-5212-4629-b6f5-b0130ab61dab") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_IDC:IDC-Header_2x10_P2.54mm_Vertical" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f482245") + (at 115.43 113.28 -90) + (descr "Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0") + (tags "Through hole vertical IDC box header THT 2x10 2.54mm double row") + (property "Reference" "J3" + (at -0.03 11.43 0) + (layer "F.SilkS") + (hide yes) + (uuid "12fa3c3f-3d14-451a-a6a8-884fd1b32fa7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "IDC-Header_2x10_P2.54mm" + (at 3.02 11.43 0) + (layer "F.Fab") + (uuid "f4a1ab68-998b-43e3-aa33-40b58210bc99") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f6b37608-8dcd-44c6-92d0-42d7fc086349") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc386971-830c-4588-b658-b5218bc0c09a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6a5418b-2291-4428-aa17-55074dfb5270") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005afc7f21") + (attr through_hole) + (fp_line + (start -3.29 28.07) + (end -3.29 -5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef4533db-6ea4-4b68-b436-8e9575be570d") + ) + (fp_line + (start 5.83 28.07) + (end -3.29 28.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5dba25f-5f9b-4770-84f9-c038fb119360") + ) + (fp_line + (start -1.98 26.77) + (end -1.98 13.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89a3dae6-dcb5-435b-a383-656b6a19a316") + ) + (fp_line + (start 4.52 26.77) + (end -1.98 26.77) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b54cae5b-c17c-4ed7-b249-2e7d5e83609a") + ) + (fp_line + (start -1.98 13.48) + (end -3.29 13.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d13b0eae-4711-4325-a6bb-aa8e3646e86e") + ) + (fp_line + (start -1.98 13.48) + (end -1.98 13.48) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a917c6d9-225d-4c90-bf25-fe8eff8abd3f") + ) + (fp_line + (start -3.29 9.38) + (end -1.98 9.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1317ff66-8ecf-46c9-9612-8d2eae03c537") + ) + (fp_line + (start -1.98 9.38) + (end -1.98 -3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1755646e-fc08-4e43-a301-d9b3ea704cf6") + ) + (fp_line + (start -1.98 -3.91) + (end 4.52 -3.91) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd5f7d77-0f73-4021-88a8-0641f0fe8d98") + ) + (fp_line + (start 4.52 -3.91) + (end 4.52 26.77) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "26bc8641-9bca-4204-9709-deedbe202a36") + ) + (fp_line + (start -3.29 -5.21) + (end 5.83 -5.21) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63caf46e-0228-40de-b819-c6bd29dd1711") + ) + (fp_line + (start 5.83 -5.21) + (end 5.83 28.07) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8aff0f38-92a8-45ec-b106-b185e93ca3fd") + ) + (fp_line + (start -3.68 28.46) + (end 6.22 28.46) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3993c707-5291-41b6-83c0-d1c09cb3833a") + ) + (fp_line + (start 6.22 28.46) + (end 6.22 -5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "78b44915-d68e-4488-a873-34767153ef98") + ) + (fp_line + (start -3.68 -5.6) + (end -3.68 28.46) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "17ff35b3-d658-499b-9a46-ea36063fed4e") + ) + (fp_line + (start 6.22 -5.6) + (end -3.68 -5.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e76ec524-408a-4daa-89f6-0edfdbcfb621") + ) + (fp_line + (start -3.18 27.96) + (end -3.18 -4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "653a86ba-a1ae-4175-9d4c-c788087956d0") + ) + (fp_line + (start 5.72 27.96) + (end -3.18 27.96) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ed2c840-383d-4cbd-bc3b-c4ea4c97b333") + ) + (fp_line + (start -1.98 26.77) + (end -1.98 13.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f33ec0db-ef0f-4576-8054-2833161a8f30") + ) + (fp_line + (start 4.52 26.77) + (end -1.98 26.77) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ba17a9b-d889-426c-b4fe-048bed6b6be8") + ) + (fp_line + (start -1.98 13.48) + (end -3.18 13.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a7fc0812-140f-4d96-9cd8-ead8c1c610b1") + ) + (fp_line + (start -1.98 13.48) + (end -1.98 13.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "94a10cae-6ef2-4b64-9d98-fb22aa3306cc") + ) + (fp_line + (start -3.18 9.38) + (end -1.98 9.38) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df83f395-2d18-47e2-a370-952ca41c2b3a") + ) + (fp_line + (start -1.98 9.38) + (end -1.98 -3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7233cb6b-d8fd-4fcd-9b4f-8b0ed19b1b12") + ) + (fp_line + (start -1.98 -3.91) + (end 4.52 -3.91) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e50c80c5-80c4-46a3-8c1e-c9c3a71a0934") + ) + (fp_line + (start 4.52 -3.91) + (end 4.52 26.77) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "761c8e29-382a-475c-a37a-7201cc9cd0f5") + ) + (fp_line + (start -3.18 -4.1) + (end -2.18 -5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29cbb0bc-f66b-4d11-80e7-5bb270e42496") + ) + (fp_line + (start -2.18 -5.1) + (end 5.72 -5.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1c19c11-0a13-4237-b6b4-fb2ef1db7c6d") + ) + (fp_line + (start 5.72 -5.1) + (end 5.72 27.96) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a0919c2-460c-4229-b872-14e318e1ba8b") + ) + (fp_text user "${REFERENCE}" + (at 1.27 11.43 0) + (layer "F.Fab") + (uuid "c401e9c6-1deb-4979-99be-7c801c952098") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.1470588235) + (net 110 "/IO_Banks/IO_Buffer_B/VSENSE") + (uuid "355ced6c-c08a-4586-9a09-7a9c624536f6") + ) + (pad "2" thru_hole circle + (at 2.54 0 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 107 "/IO_Banks/VIOB") + (uuid "bd085057-7c0e-463a-982b-968a2dc1f0f8") + ) + (pad "3" thru_hole circle + (at 0 2.54 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 58 "/IO_Banks/IO_Buffer_B/Z0") + (uuid "c2dd13db-24b6-40f1-b75b-b9ab893d92ea") + ) + (pad "4" thru_hole circle + (at 2.54 2.54 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "c66a19ed-90c0-4502-ae75-6a4c4ab9f297") + ) + (pad "5" thru_hole circle + (at 0 5.08 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 67 "/IO_Banks/IO_Buffer_B/Z1") + (uuid "d8200a86-aa75-47a3-ad2a-7f4c9c999a6f") + ) + (pad "6" thru_hole circle + (at 2.54 5.08 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "8eb98c56-17e4-4de6-a3e3-06dcfa392040") + ) + (pad "7" thru_hole circle + (at 0 7.62 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 68 "/IO_Banks/IO_Buffer_B/Z2") + (uuid "465137b4-f6f7-4d51-9b40-b161947d5cc1") + ) + (pad "8" thru_hole circle + (at 2.54 7.62 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "22962957-1efd-404d-83db-5b233b6c15b0") + ) + (pad "9" thru_hole circle + (at 0 10.16 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 69 "/IO_Banks/IO_Buffer_B/Z3") + (uuid "d1cd5391-31d2-459f-8adb-4ae3f304a833") + ) + (pad "10" thru_hole circle + (at 2.54 10.16 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "cd1cff81-9d8a-4511-96d6-4ddb79484001") + ) + (pad "11" thru_hole circle + (at 0 12.7 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 71 "/IO_Banks/IO_Buffer_B/Z4") + (uuid "4086cbd7-6ba7-4e63-8da9-17e60627ee17") + ) + (pad "12" thru_hole circle + (at 2.54 12.7 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "88606262-3ac5-44a1-aacc-18b26cf4d396") + ) + (pad "13" thru_hole circle + (at 0 15.24 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 70 "/IO_Banks/IO_Buffer_B/Z5") + (uuid "bb8162f0-99c8-4884-be5b-c0d0c7e81ff6") + ) + (pad "14" thru_hole circle + (at 2.54 15.24 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "0554bea0-89b2-4e25-9ea3-4c73921c94cb") + ) + (pad "15" thru_hole circle + (at 0 17.78 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 72 "/IO_Banks/IO_Buffer_B/Z6") + (uuid "91fc5800-6029-46b1-848d-ca0091f97267") + ) + (pad "16" thru_hole circle + (at 2.54 17.78 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "8d063f79-9282-4820-bcf4-1ff3c006cf08") + ) + (pad "17" thru_hole circle + (at 0 20.32 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 60 "/IO_Banks/IO_Buffer_B/Z7") + (uuid "275b6416-db29-42cc-9307-bf426917c3b4") + ) + (pad "18" thru_hole circle + (at 2.54 20.32 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "af186015-d283-4209-aade-a247e5de01df") + ) + (pad "19" thru_hole circle + (at 0 22.86 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "3c22d605-7855-4cc6-8ad2-906cadbd02dc") + ) + (pad "20" thru_hole circle + (at 2.54 22.86 270) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "29126f72-63f7-4275-8b12-6b96a71c6f17") + ) + (model "${KISYS3DMOD}/Connector_IDC.3dshapes/IDC-Header_2x10_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-143" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f484203") + (at 61.2 112.8) + (descr "SOT-143 Based on the Diodes Footprint recommendation https://www.diodes.com/assets/Package-Files/SOT143.pdf") + (tags "SOT-143") + (property "Reference" "U7" + (at 0.02 -2.38 0) + (layer "F.SilkS") + (hide yes) + (uuid "8de2d84c-ff45-4d4f-bc49-c166f6ae6b91") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "APX811-40UG-7" + (at 1.15 0 90) + (layer "F.Fab") + (uuid "935057d5-6882-4c15-9a35-54677912ba12") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b278984-7b27-4009-a329-186225b64225") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41e0fdd0-52fa-4072-81d6-7dca16409663") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d3ee3eb-fe74-45db-939f-c81f634c9a01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f3cd805") + (attr smd) + (fp_line + (start -0.65 1.5) + (end 0.65 1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eab9c52c-3aa0-43a7-bc7f-7e234ff1e9f4") + ) + (fp_line + (start 0.65 -1.5) + (end -1.3 -1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3d57924-54a6-421d-a3a0-a044fc909e88") + ) + (fp_line + (start -1.6 1.75) + (end -1.6 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "71c6e723-673c-45a9-a0e4-9742220c52a3") + ) + (fp_line + (start -1.6 1.75) + (end 1.6 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b4833916-7a3e-4498-86fb-ec6d13262ffe") + ) + (fp_line + (start 1.6 -1.75) + (end -1.6 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cc48dd41-7768-48d3-b096-2c4cc2126c9d") + ) + (fp_line + (start 1.6 -1.75) + (end 1.6 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4185c36c-c66e-4dbd-be5d-841e551f4885") + ) + (fp_line + (start -0.65 -1.15) + (end -0.3 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f73b5500-6337-4860-a114-6e307f65ec9f") + ) + (fp_line + (start -0.65 1.5) + (end -0.65 -1.15) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c088f712-1abe-4cac-9a8b-d564931395aa") + ) + (fp_line + (start -0.3 -1.5) + (end 0.65 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ea6fde00-59dc-4a79-a647-7e38199fae0e") + ) + (fp_line + (start 0.65 -1.5) + (end 0.65 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f") + ) + (fp_line + (start 0.65 1.5) + (end -0.65 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0fd35a3e-b394-4aae-875a-fac843f9cbb7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "e091e263-c616-48ef-a460-465c70218987") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -1 -0.75) + (size 0.7 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "cb721686-5255-4788-a3b0-ce4312e32eb7") + ) + (pad "2" smd roundrect + (at -1 0.95) + (size 0.7 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 198 "Net-(D24-Pad2)") + (uuid "f959907b-1cef-4760-b043-4260a660a2ae") + ) + (pad "3" smd roundrect + (at 1 0.95) + (size 0.7 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 225 "/~{MR}") + (uuid "30317bf0-88bb-49e7-bf8b-9f3883982225") + ) + (pad "4" smd roundrect + (at 1 -0.95) + (size 0.7 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "+5V") + (uuid "3e915099-a18e-49f4-89bb-abe64c2dade5") + ) + (model "../../packages3D/SOT-143.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz -90 0 90) + ) + ) + ) + (footprint "Glasgow:UDFN-14_3.5x1.35mm_P0.5mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f486eb5") + (at 104.95 108.65 90) + (descr "https://www.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sp3012_datasheet.pdf.pdf") + (tags "UDFN 0.5 uQFN") + (property "Reference" "D20" + (at -0.025 0 180) + (layer "F.SilkS") + (hide yes) + (uuid "927b1eb6-e6f4-412f-9a58-8dc81a4889a0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SP3012-06UTG" + (at 0.95 0 180) + (layer "F.Fab") + (uuid "f364b99f-4502-4cba-a96d-4ed35ad108b5") + (effects + (font + (size 0.3 0.3) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5c2e8f4-0f30-4d9f-b311-7bd6e5d14ff2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fef81df5-277f-4331-8d86-fdb90ceb37e3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e49ed5a-a5a9-4e27-af77-208db79e0b87") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f44cf84") + (attr smd) + (fp_line + (start 0.675 -1.85) + (end 0 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "57121f1d-c971-4830-b974-00f7d706f0c9") + ) + (fp_line + (start -0.675 1.85) + (end 0.675 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76862e4a-1816-475c-9943-666036c637f7") + ) + (fp_line + (start 1.075 -2) + (end 1.075 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "15e1670d-9e79-4a5e-88ad-fbbb238a3e8a") + ) + (fp_line + (start -1.075 -2) + (end 1.075 -2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b14aea3f-7e9b-4416-ac0e-1c7beb3cd27c") + ) + (fp_line + (start -1.075 -2) + (end -1.075 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad09de7f-a090-4e65-951a-7cf11f73b06d") + ) + (fp_line + (start -1.075 2) + (end 1.075 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7c3df708-fb44-40cc-b435-cd67e8cec48a") + ) + (fp_line + (start -0.3375 -1.75) + (end 0.675 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45676199-bb82-4d58-98c1-b606deb355be") + ) + (fp_line + (start -0.675 -1.4125) + (end -0.3375 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "55ac7ee1-f461-406b-8cf5-da47a7717180") + ) + (fp_line + (start 0.675 1.75) + (end 0.675 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8019bb27-2172-4d60-932e-7bd55a890b6c") + ) + (fp_line + (start -0.675 1.75) + (end -0.675 -1.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0588e431-d56d-4df4-9ffd-6cd4bba412cb") + ) + (fp_line + (start -0.675 1.75) + (end 0.675 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1128c56-7c01-4d79-834b-ceab4dc35180") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "ec13b96e-bc69-4de2-80ef-a515cc44afb5") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.575 -1.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 69 "/IO_Banks/IO_Buffer_B/Z3") + (uuid "aeaaa120-9cc5-4520-9a70-067fbc8f5b7b") + ) + (pad "2" smd roundrect + (at -0.575 -1 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 68 "/IO_Banks/IO_Buffer_B/Z2") + (uuid "4375ab9a-cebb-448a-bb75-1fa4fe977171") + ) + (pad "3" smd roundrect + (at -0.575 -0.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 67 "/IO_Banks/IO_Buffer_B/Z1") + (uuid "9475edbb-286b-4bed-b5f0-0b68a18bdc52") + ) + (pad "4" smd roundrect + (at -0.575 0 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 58 "/IO_Banks/IO_Buffer_B/Z0") + (uuid "3bdaeac5-b4b7-4a96-b0da-b5e1b46798c2") + ) + (pad "5" smd roundrect + (at -0.575 0.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "da7e6488-201f-4286-b86a-ca5aced3697a") + ) + (pad "6" smd roundrect + (at -0.575 1 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "ca2c5f3f-362b-4808-b8c2-86726d31aa11") + ) + (pad "7" smd roundrect + (at -0.575 1.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "6f3f676d-a47a-4e8c-8d6e-02275a3490d7") + ) + (pad "8" smd roundrect + (at 0.575 1.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "e62e65e6-b466-4769-8746-eb8cd9450c76") + ) + (pad "9" smd roundrect + (at 0.575 1 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "f7c5fcef-379b-481f-a910-961b8aba9e9d") + ) + (pad "10" smd roundrect + (at 0.575 0.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "934c5f28-c928-4621-8122-b999b3ed10dd") + ) + (pad "11" smd roundrect + (at 0.575 0 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 58 "/IO_Banks/IO_Buffer_B/Z0") + (uuid "f413d088-6fb9-4a8a-88fd-666ff68b7fdf") + ) + (pad "12" smd roundrect + (at 0.575 -0.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 67 "/IO_Banks/IO_Buffer_B/Z1") + (uuid "567a04d6-5dce-4e5f-9e8e-f34010ecea5b") + ) + (pad "13" smd roundrect + (at 0.575 -1 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 68 "/IO_Banks/IO_Buffer_B/Z2") + (uuid "ea8efd53-9e19-4e37-86f5-e6c0c681f735") + ) + (pad "14" smd roundrect + (at 0.575 -1.5 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 69 "/IO_Banks/IO_Buffer_B/Z3") + (uuid "f11a78b7-152e-46cf-81d1-bc8194db05a9") + ) + (model "../../packages3D/UDFN-14_1.35x3.5mm_Pitch0.5mm.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_Array_Convex_4x0402" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f487134") + (at 103.2 86 90) + (descr "Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf)") + (tags "resistor array") + (property "Reference" "RN9" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "6a2b20ae-096c-4d9f-92f8-2087c865914f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Value" "33R" + (at -1.3 0 180) + (layer "F.Fab") + (uuid "4e315e69-0417-463a-8b7f-469a08d1496e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4f9ea722-33c8-452b-a36e-209d42eb0f93") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e8e15bb1-eac7-40e0-9daa-895de4bf7d10") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe69b224-388c-4112-9b38-2402619827b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005eafcc23") + (attr smd) + (fp_line + (start 0.25 -1.18) + (end -0.25 -1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b1ddb058-f7b2-429c-9489-f4e2242ad7e5") + ) + (fp_line + (start 0.25 1.18) + (end -0.25 1.18) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eee16674-2d21-45b6-ab5e-d669125df26c") + ) + (fp_line + (start -1 -1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f449bd37-cc90-4487-aee6-2a20b8d2843a") + ) + (fp_line + (start -1 -1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c106154f-d948-43e5-abfa-e1b96055d91b") + ) + (fp_line + (start 1 1.25) + (end 1 -1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c24d6ac8-802d-4df3-a210-9cb1f693e865") + ) + (fp_line + (start 1 1.25) + (end -1 1.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88668202-3f0b-4d07-84d4-dcd790f57272") + ) + (fp_line + (start 0.5 -1) + (end 0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4fa10683-33cd-4dcd-8acc-2415cd63c62a") + ) + (fp_line + (start -0.5 -1) + (end 0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2846428d-39de-4eae-8ce2-64955d56c493") + ) + (fp_line + (start 0.5 1) + (end -0.5 1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd") + ) + (fp_line + (start -0.5 1) + (end -0.5 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "071522c0-d0ed-49b9-906e-6295f67fb0dc") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.5 -0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 73 "/IO_Banks/IO_Buffer_A/Y0") + (uuid "7afa54c4-2181-41d3-81f7-39efc497ecae") + ) + (pad "2" smd roundrect + (at -0.5 -0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 77 "/IO_Banks/IO_Buffer_A/Y1") + (uuid "eae0ab9f-65b2-44d3-aba7-873c3227fba7") + ) + (pad "3" smd roundrect + (at -0.5 0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 78 "/IO_Banks/IO_Buffer_A/Y2") + (uuid "70fb572d-d5ec-41e7-9482-63d4578b4f47") + ) + (pad "4" smd roundrect + (at -0.5 0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 79 "/IO_Banks/IO_Buffer_A/Y3") + (uuid "2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea") + ) + (pad "5" smd roundrect + (at 0.5 0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 85 "/IO_Banks/IO_Buffer_A/Z3") + (uuid "37f31dec-63fc-4634-a141-5dc5d2b60fe4") + ) + (pad "6" smd roundrect + (at 0.5 0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 84 "/IO_Banks/IO_Buffer_A/Z2") + (uuid "91c1eb0a-67ae-4ef0-95ce-d060a03a7313") + ) + (pad "7" smd roundrect + (at 0.5 -0.25 90) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 83 "/IO_Banks/IO_Buffer_A/Z1") + (uuid "cf386a39-fc62-49dd-8ec5-e044f6bd67ce") + ) + (pad "8" smd roundrect + (at 0.5 -0.8 90) + (size 0.5 0.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 74 "/IO_Banks/IO_Buffer_A/Z0") + (uuid "009a4fb4-fcc0-4623-ae5d-c1bae3219583") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_Array_Convex_4x0402.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_SO:VSSOP-10_3x3mm_P0.5mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f4875f8") + (at 123.3 84.4 180) + (descr "VSSOP, 10 Pin (http://www.ti.com/lit/ds/symlink/ads1115.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "VSSOP SO") + (property "Reference" "U21" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "767e3782-90bf-4d7f-b1ef-719aa7013187") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "INA233" + (at 0 1.1 0) + (layer "F.Fab") + (uuid "c34f5129-9516-486b-b322-ada2d7baa6ba") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6811fca-5146-45b7-be4a-4c9d986f695e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6368f46a-fe59-4c88-b798-870361a1380b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a17e131e-e8e0-46f4-9806-d6a2ef1d12e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005ee2ecd6") + (attr smd) + (fp_line + (start 0 1.61) + (end 1.5 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1f70d207-e63d-4692-be1f-5b6fa8599d57") + ) + (fp_line + (start 0 1.61) + (end -1.5 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f69de914-d2d4-4fcf-a7d6-ce76fea2e1a7") + ) + (fp_line + (start 0 -1.61) + (end 1.5 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7de2887-c7b2-4bb7-a339-632f4f906224") + ) + (fp_line + (start 0 -1.61) + (end -2.925 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de91796c-56de-4405-8fcc-748bd6a08e86") + ) + (fp_line + (start 3.18 1.75) + (end 3.18 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dc9eba43-a0ae-45fc-b91c-9050201557b9") + ) + (fp_line + (start 3.18 -1.75) + (end -3.18 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "407d0cd8-54f8-47a8-90cb-42c8a441d04f") + ) + (fp_line + (start -3.18 1.75) + (end 3.18 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b6e7e52e-fa7c-4663-b29b-8d72461a55fb") + ) + (fp_line + (start -3.18 -1.75) + (end -3.18 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af35a153-e4cc-4cb5-9b0a-a247aa9a27b2") + ) + (fp_line + (start 1.5 1.5) + (end -1.5 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7da78911-dd6f-4bbd-9a74-8a3476ec1fb5") + ) + (fp_line + (start 1.5 -1.5) + (end 1.5 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3f0c3fb9-57f0-4439-b2df-3c934842d7db") + ) + (fp_line + (start -0.75 -1.5) + (end 1.5 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f76f4233-905d-4cb5-a153-eed7fe8e458e") + ) + (fp_line + (start -1.5 1.5) + (end -1.5 -0.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "58e02161-61cc-4d0f-bdc8-c497a25ae380") + ) + (fp_line + (start -1.5 -0.75) + (end -0.75 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "581488ee-fe1f-43d1-a23d-526666571191") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "ea3cd08e-2d6a-4ba3-9c39-87a3d44d2015") + (effects + (font + (size 0.75 0.75) + (thickness 0.11) + ) + ) + ) + (pad "1" smd roundrect + (at -2.2 -1 180) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "e978c208-72f4-4c78-b109-bcb5e56d4024") + ) + (pad "2" smd roundrect + (at -2.2 -0.5 180) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "65d0582b-c8a1-45a8-a0e9-e797f01caa63") + ) + (pad "3" smd roundrect + (at -2.2 0 180) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 196 "Net-(D19-Pad3)") + (uuid "6e24aa9b-c7e6-40f2-905b-b9c541e0e2f6") + ) + (pad "4" smd roundrect + (at -2.2 0.5 180) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/SDA") + (uuid "88f2670e-1113-4ed9-b644-cfdac6e8b249") + ) + (pad "5" smd roundrect + (at -2.2 1 180) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "/SCL") + (uuid "2a756062-4e0c-4114-bc6d-4d6635f2d703") + ) + (pad "6" smd roundrect + (at 2.2 1 180) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "758f4e53-9507-488a-960b-2e8e487b7ac8") + ) + (pad "7" smd roundrect + (at 2.2 0.5 180) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "fea6a04b-4bfd-450f-890a-ba5d162e31d9") + ) + (pad "8" smd roundrect + (at 2.2 0 180) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 206 "Net-(C91-Pad2)") + (uuid "373b5b59-9fbb-41a2-845d-56a1ed5a82dd") + ) + (pad "9" smd roundrect + (at 2.2 -0.5 180) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 193 "Net-(C58-Pad1)") + (uuid "4de018aa-33f9-4679-9406-fafd70ff0142") + ) + (pad "10" smd roundrect + (at 2.2 -1 180) + (size 1.45 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 192 "Net-(C58-Pad2)") + (uuid "eca8c1f1-6751-4304-8a65-b05952048507") + ) + (model "${KISYS3DMOD}/Package_SO.3dshapes/VSSOP-10_3x3mm_P0.5mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f5b2266") + (at 72.25 115.55 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C89" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "25ca9482-069d-43de-b77e-6f2ad77fa017") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at 0.95 0 -90) + (layer "F.Fab") + (uuid "18b6dcb6-5ab3-481b-b998-33e8cf6d281f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79e0c1b4-0f29-43bd-9432-d318e9a6dbf5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "91022682-5e0e-4733-9267-0eaa40f0d880") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "042b603b-a54e-43d4-ad8c-f896945a3627") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f4262be") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fa16f237-4e21-4b18-8c54-f7de4e62bbb6") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7be13a36-eb8e-440f-aaac-2fd6665d9f61") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a072347a-1cac-4ead-8c61-cfe38fd40342") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d32fbdb-2a37-4863-af10-fc85c1c6174f") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "75d5a810-84fd-42c4-a0b7-6b82d09662a2") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "539dec9e-2c45-4201-ab13-cbbbab8fc31b") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "91c69423-de51-44fe-bc70-fec455b50634") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7308e13a-4809-4e8e-af65-9905819aa376") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f58742f8-e57e-4646-a6f5-0463e0eceeb8") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 225 "/~{MR}") + (uuid "9b4851fe-4e2f-4de0-a685-8e53004d88aa") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "41fc1c23-edd4-45a5-8036-7f62b013770f") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:C_0402_1005Metric_DNP" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f5ffcf5") + (at 127 105.7 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor DNP") + (property "Reference" "C90" + (at 0 -1.17 90) + (layer "F.SilkS") + (hide yes) + (uuid "6d1e2df9-cc89-4e18-a541-699f0d20dd45") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "DNP" + (at 0 0.7 90) + (layer "F.Fab") + (uuid "f2044410-03ac-4994-9652-9e5f480320f0") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0105517a-9579-44f4-8806-002d932dfcee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "755f68f5-2229-45e0-a047-644b315e3be2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d9e1234-1876-4db8-b71a-18ce9b72b5f7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f76553a") + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "848901d5-fdee-4920-a04d-fbc03c912e79") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f7758f2a-e5c9-405c-960a-353b36eaf72d") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3d2a15cb-c492-4d9a-b1dd-7d5f099d2d31") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "868b5d0d-f911-4724-9580-d9e69eb9f709") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3d70e675-48ae-4edd-b95d-3ca51e634018") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "926b329f-cd0d-410a-bc4a-e36446f8965a") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ed247857-b2a3-4b23-90ad-758c01ae5e8e") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5a3f95b-1a53-41b4-b208-bf168c9d9c6d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "1d1a7683-c090-4798-9b40-7ed0d9f3ce3b") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "7247fe96-7885-4063-8282-ea2fd2b28b0d") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.25) + (net 205 "Net-(C90-Pad2)") + (uuid "b5ffe018-0d06-4a1b-95ee-b5763a35798d") + ) + ) + (footprint "Glasgow:C_0402_1005Metric_DNP" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f5ffd04") + (at 119.6 85.3 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor DNP") + (property "Reference" "C91" + (at 0 -1.17 90) + (layer "F.SilkS") + (hide yes) + (uuid "778b0e81-d70b-4705-ae45-b4c475c88dab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "DNP" + (at 0 0.7 90) + (layer "F.Fab") + (uuid "dfba7148-cad3-4f40-9835-b1394bd30a2c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "30c1b940-73db-45dd-8d4b-fb2739cfdd22") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c31d664-5425-4cd0-9c44-725813b2e79d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "30261ea0-aeb0-4b5c-961f-6a88d28b47cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f76553a") + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4f3dc5bc-04e8-4dcc-91dd-8782e84f321d") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3273ec61-4a33-41c2-82bf-cde7c8587c1b") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f565cf54-67ba-4424-8d47-087433645499") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c2211bf7-6ed0-4800-9f21-d6a078bedba2") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "009b0d62-e9ea-4825-9fdf-befd291c76ce") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45836d49-cd5f-417d-b0f6-c8b43d196a36") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62cbcc21-2cec-41ab-be06-499e1a78d7e7") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef400389-7e37-4c93-8647-76318089d59f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "92d17eb0-c75d-48d9-ae9e-ea0c7f723be4") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "761492e2-a989-4596-80c3-fcd6943df072") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.25) + (net 206 "Net-(C91-Pad2)") + (uuid "fc12372f-6e31-40f9-8043-b00b861f0171") + ) + ) + (footprint "Glasgow:UDFN-14_3.5x1.35mm_P0.5mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f6490e5") + (at 100.95 82.35 -90) + (descr "https://www.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sp3012_datasheet.pdf.pdf") + (tags "UDFN 0.5 uQFN") + (property "Reference" "D22" + (at 0.025 0 180) + (layer "F.SilkS") + (hide yes) + (uuid "5dffd1d6-faf9-418e-b9a0-84fb6b6b4454") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SP3012-06UTG" + (at -0.95 0 180) + (layer "F.Fab") + (uuid "55fa5fa0-9426-4801-b40c-682e71189d8a") + (effects + (font + (size 0.3 0.3) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d874cdba-d276-4be3-85fc-87703124e300") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "009ec392-609b-4ac6-b77f-77476097f40e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72ecf736-07c9-47f0-a9e5-5674068b4459") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f44cf84") + (attr smd) + (fp_line + (start -0.675 1.85) + (end 0.675 1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4a80e68-9a9c-4dac-84a7-a9f3c47a0961") + ) + (fp_line + (start 0.675 -1.85) + (end 0 -1.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1d977e9-aa2c-4b7a-b2e3-8ff3b816e1f2") + ) + (fp_line + (start -1.075 2) + (end 1.075 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "020b7e1f-8bb0-4882-91d4-7894bf18db84") + ) + (fp_line + (start -1.075 -2) + (end -1.075 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a458d6a-a84c-4faf-913e-90bab231d3f8") + ) + (fp_line + (start -1.075 -2) + (end 1.075 -2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29ec1a54-dea0-4d1a-a3dc-a7441a09bb9e") + ) + (fp_line + (start 1.075 -2) + (end 1.075 2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ab1512b-eb91-4574-b11f-326e0ff10082") + ) + (fp_line + (start -0.675 1.75) + (end 0.675 1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "de2abbd8-9b48-47ba-b77e-4c65ca048af6") + ) + (fp_line + (start -0.675 1.75) + (end -0.675 -1.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "84d5cf13-52aa-4648-82e7-8be6e886a6b2") + ) + (fp_line + (start 0.675 1.75) + (end 0.675 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b9f8b708-1745-43ec-9646-59495cbc6e07") + ) + (fp_line + (start -0.675 -1.4125) + (end -0.3375 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5778dc8c-60fe-435e-b75a-362eae1b81ab") + ) + (fp_line + (start -0.3375 -1.75) + (end 0.675 -1.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2a4b1ad-c51a-492d-9e99-410eec4f55a3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e5889358-36b5-4652-9d71-4d4aa652a144") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -0.575 -1.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 85 "/IO_Banks/IO_Buffer_A/Z3") + (uuid "7e232027-e1fd-4d55-a751-dd67130d7d22") + ) + (pad "2" smd roundrect + (at -0.575 -1 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 84 "/IO_Banks/IO_Buffer_A/Z2") + (uuid "19264aae-fe9e-4afc-84ac-56ec33a3b20d") + ) + (pad "3" smd roundrect + (at -0.575 -0.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 83 "/IO_Banks/IO_Buffer_A/Z1") + (uuid "073c8287-235c-4712-a9a0-60a07a1119d5") + ) + (pad "4" smd roundrect + (at -0.575 0 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 74 "/IO_Banks/IO_Buffer_A/Z0") + (uuid "d3dd0ba2-2496-4e95-8d54-12ee57bcbce2") + ) + (pad "5" smd roundrect + (at -0.575 0.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "e463ba2a-1cbc-4995-82d8-59710b3fcd2f") + ) + (pad "6" smd roundrect + (at -0.575 1 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "0e416ef5-3e03-4fa4-b2a6-3ab634a5ee03") + ) + (pad "7" smd roundrect + (at -0.575 1.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "751752b1-1f0f-490c-ba43-2d34c357b41e") + ) + (pad "8" smd roundrect + (at 0.575 1.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "3dfbccca-f469-4a6f-a8bd-5f55435b5cfa") + ) + (pad "9" smd roundrect + (at 0.575 1 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "a353a360-a1da-42d3-a5f2-38aafc184a50") + ) + (pad "10" smd roundrect + (at 0.575 0.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "c202ddee-78ab-4ebb-beca-559aaf118430") + ) + (pad "11" smd roundrect + (at 0.575 0 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 74 "/IO_Banks/IO_Buffer_A/Z0") + (uuid "3d213c37-de80-490e-9f45-2814d3fc958b") + ) + (pad "12" smd roundrect + (at 0.575 -0.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 83 "/IO_Banks/IO_Buffer_A/Z1") + (uuid "3768cce7-1e64-480e-bb38-0c6794a852ac") + ) + (pad "13" smd roundrect + (at 0.575 -1 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 84 "/IO_Banks/IO_Buffer_A/Z2") + (uuid "18208121-3872-4be3-a687-40854be3e1c8") + ) + (pad "14" smd roundrect + (at 0.575 -1.5 270) + (size 0.5 0.3) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 85 "/IO_Banks/IO_Buffer_A/Z3") + (uuid "2cd2fee2-51b2-4fcd-8c94-c435e6791358") + ) + (model "../../packages3D/UDFN-14_1.35x3.5mm_Pitch0.5mm.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f66f3b4") + (at 120.9 94.1 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C56" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "ef0a2071-6555-49e0-bc78-da38debe66e0") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at 0.9 0 0) + (layer "F.Fab") + (uuid "d80c6f3c-2d1f-40d3-bf71-8046ae8efa09") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "30c5b3b8-35ba-4b8d-abe8-fd856f754f28") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b710d3bb-6c74-43f6-885c-e9a7d7839211") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f782c06d-7aa1-4b9e-980c-6fa7e5852f42") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b013969") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b78fb96-b83a-454d-9c4c-243d3fcbdc74") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13c15b23-49c6-473a-a640-272df9fa9b60") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fda9dddb-894c-4a9c-afd9-e6bb2b3fb708") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4155505f-3687-467b-8149-9afc3d422f5e") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35d35ecc-35d5-4891-8a97-348283c292df") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7bdf0f3e-3a1c-4abb-9c33-d80432067514") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03e75cc6-2d96-4d7f-9d3b-b64b049a6429") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b180f6d0-d840-4b9f-8540-82b63ef22fd3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "0ae82e1e-e87b-4074-a3ac-4ce032970e6f") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "39bb9734-8b7d-4247-bc38-bd4a5d9ed06f") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "70b8744a-7f56-4a6d-a71a-1de076f49081") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-23-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f66f400") + (at 123.3 93.6) + (descr "6-pin SOT-23 package") + (tags "SOT-23-6") + (property "Reference" "U20" + (at 0 -0.1 -90) + (layer "F.SilkS") + (hide yes) + (uuid "eb6a726e-fed9-4891-95fa-b4d4a5f77b35") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (property "Value" "DAC081C081CIMK" + (at 1.4 0 -90) + (layer "F.Fab") + (uuid "d70d1cd3-1668-4688-8eb7-f773efb7bb87") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "70f7f49b-af44-4d7a-9ed0-164a70e72f01") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41db70b3-f3e1-46dc-8d83-b92750271c94") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ec7201a7-0162-4076-ae6a-303df9ccb34f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005ae8e38a") + (attr smd) + (fp_line + (start -0.9 1.61) + (end 0.9 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c646c61-400f-4f60-98b8-05ed5e632a3f") + ) + (fp_line + (start 0.9 -1.61) + (end -1.55 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8aeda7bd-b078-427a-a185-d5bc595c6436") + ) + (fp_line + (start -1.9 -1.8) + (end -1.9 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c3e06bd-c8bb-4ec8-84e0-f7f9437909b3") + ) + (fp_line + (start -1.9 1.8) + (end 1.9 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "311665d9-0fab-4325-8b46-f3638bf521df") + ) + (fp_line + (start 1.9 -1.8) + (end -1.9 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "251669f2-aed1-46fe-b2e4-9582ff1e4084") + ) + (fp_line + (start 1.9 1.8) + (end 1.9 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3198b8ca-7d11-4e0c-89a4-c173f9fcf724") + ) + (fp_line + (start -0.9 -0.9) + (end -0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90fd611c-300b-48cf-a7c4-0d604953cd00") + ) + (fp_line + (start -0.9 -0.9) + (end -0.25 -1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5eedf685-0df3-4da8-aded-0e6ed1cb2507") + ) + (fp_line + (start 0.9 -1.55) + (end -0.25 -1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc4f0835-889b-4d2e-876e-ca524c79ae62") + ) + (fp_line + (start 0.9 -1.55) + (end 0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7eb32ed1-4320-49ba-8487-1c88e4824fe3") + ) + (fp_line + (start 0.9 1.55) + (end -0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4d967454-338c-4b89-8534-9457e15bf2f2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "3d416885-b8b5-4f5c-bc29-39c6376095e8") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1 -0.95) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 227 "/IO_Banks/IO_Buffer_A/VDAC") + (uuid "6b8ac91e-9d2b-49db-8a80-1da009ad1c5e") + ) + (pad "2" smd roundrect + (at -1.1 0) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "c7f7bd58-1ebd-40fd-a39d-a95530a751b6") + ) + (pad "3" smd roundrect + (at -1.1 0.95) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "3c121a93-b189-409b-a104-2bdd37ff0b51") + ) + (pad "4" smd roundrect + (at 1.1 0.95) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/SDA") + (uuid "9b07d532-5f76-4469-8dbf-25ac27eef589") + ) + (pad "5" smd roundrect + (at 1.1 0) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "/SCL") + (uuid "9a595c4c-9ac1-4ae3-8ff3-1b7f2281a894") + ) + (pad "6" smd roundrect + (at 1.1 -0.95) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "a26bdee6-0e16-4ea6-87f7-fb32c714896e") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f673ef2") + (at 119.9 90.7 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R55" + (at 0 -1.17 90) + (layer "F.SilkS") + (hide yes) + (uuid "47a2dd37-ad02-4281-9a66-8ff7ab400570") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10k" + (at 0 -0.7 90) + (layer "F.Fab") + (uuid "5a67196f-9472-4a8d-961f-eac8ec999d85") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "418e6e57-0327-4132-960c-e22b56e404fa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4cb50f32-d63b-490f-85e8-eeb4b8695971") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eea4f025-dd3f-408f-9e9e-7dc259b08411") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f2a58a0") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d5eb7c6e-b098-49b0-b366-c8b7c67afed0") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e1df8cea-32a4-457d-86df-d8e326022a52") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a1b97586-5ccb-4d4b-808f-ce5452376c86") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a6187c22-3622-4a1a-a49a-b21e96986f96") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fda94f0a-876e-4bf0-ad10-35819851e3e9") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0e6fae4-0008-43ed-8719-bf62839f601f") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "504cb9e4-5572-4208-bc9d-30a7efff8b9a") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "72e9c34a-4fbc-4581-8ad2-e93bc3c3ccb0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "e9597133-3d67-41f8-aabc-5b61d8d3c3c1") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 197 "/IO_Banks/IO_Buffer_A/VIO_EN") + (uuid "b42a4498-7f71-4787-a0f1-b44423616ac9") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 45 "/ENVA") + (uuid "af66589f-0dae-4737-851f-f8cddd35005b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SOT-23-6" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f6ca95a") + (at 123.3 97.4 180) + (descr "6-pin SOT-23 package") + (tags "SOT-23-6") + (property "Reference" "U13" + (at 0 0 -90) + (layer "F.SilkS") + (hide yes) + (uuid "aa9c9fa8-922d-4661-b6ba-f949438fcd13") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (property "Value" "DAC081C081CIMK" + (at 1.2 0 90) + (layer "F.Fab") + (uuid "a4649f24-d20d-45cd-afcf-e14e3a6451b5") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ab67889-9777-4850-9570-507ae212ea8c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7e4ec936-0445-40da-a463-4cc51ea7a381") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "30c8e16d-a4fa-45b1-8890-e0555264dd7f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005ae8e38a") + (attr smd) + (fp_line + (start 0.9 -1.61) + (end -1.55 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a685b37-4a30-4b2a-9c54-4a8e4fc58508") + ) + (fp_line + (start -0.9 1.61) + (end 0.9 1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8e9f158-11ed-47d8-aeca-b823f9f18779") + ) + (fp_line + (start 1.9 1.8) + (end 1.9 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "001e2ab6-998e-46c3-b909-18e1a6eca211") + ) + (fp_line + (start 1.9 -1.8) + (end -1.9 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b9601a0d-d977-4b3d-b39f-d76ae64bf1a5") + ) + (fp_line + (start -1.9 1.8) + (end 1.9 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "648efa99-1bab-4fd0-bb68-0877ea0a00d2") + ) + (fp_line + (start -1.9 -1.8) + (end -1.9 1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4d68bfd0-600e-4f1c-a4c7-76529ae0afbb") + ) + (fp_line + (start 0.9 1.55) + (end -0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77da69f1-4a7e-4daf-b100-27fb75871e8c") + ) + (fp_line + (start 0.9 -1.55) + (end 0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e48c2411-8cec-4a56-a964-fc311cc46655") + ) + (fp_line + (start 0.9 -1.55) + (end -0.25 -1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aed451a7-38ba-4d37-91a4-86065f3970c8") + ) + (fp_line + (start -0.9 -0.9) + (end -0.25 -1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e70e5b60-a459-4c08-abff-54232432d8fa") + ) + (fp_line + (start -0.9 -0.9) + (end -0.9 1.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53ded23b-dad2-4c6d-9d77-91fa13f8ed66") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "5b55646c-afd9-4127-85d7-7d899753820b") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1 -0.95 180) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 226 "/IO_Banks/IO_Buffer_B/VDAC") + (uuid "c9549976-7e08-4d60-8899-3ba07e9939f9") + ) + (pad "2" smd roundrect + (at -1.1 0 180) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "86bba780-a183-42d2-86e6-b1ca627942a1") + ) + (pad "3" smd roundrect + (at -1.1 0.95 180) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "a99fd9b5-8940-4c26-9884-c49137a564b7") + ) + (pad "4" smd roundrect + (at 1.1 0.95 180) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/SDA") + (uuid "3ea03728-7a77-4313-bf8a-27a007c9d6a6") + ) + (pad "5" smd roundrect + (at 1.1 0 180) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "/SCL") + (uuid "44e721b9-a161-4059-8ad4-0330db8573e5") + ) + (pad "6" smd roundrect + (at 1.1 -0.95 180) + (size 1.06 0.65) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "bb6903ed-84a9-4c39-98ce-b2fbbf83ed6c") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f6ca9b6") + (at 125.7 96.885 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C32" + (at 0 0 90) + (layer "F.SilkS") + (hide yes) + (uuid "9f680a18-1241-4418-aadb-0c206c9b1e25") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at 0.885 0 180) + (layer "F.Fab") + (uuid "3b6f4330-bdb8-40df-a620-2777b9dcf025") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e0930615-23c8-4c4d-8a85-11d9b494e3ac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "828b4ee6-667c-48f4-ba70-c2a963f9d066") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e8ff956e-2c9a-427e-8536-0635e70a3777") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b013969") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e7e1dfac-c1af-406d-9f8e-6fde94e0102c") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "729ec6c1-399d-419e-a69c-f6fb09d801a5") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7457f92b-d768-49d2-a7c7-6385146769b6") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "926f4738-cb7b-4379-bba2-492c7899975b") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fa029060-e57f-4aa6-a571-1f23e687032b") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a5bd6a24-c5c1-4715-81cc-bb0140eee476") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ae637ec-7362-4a65-97c0-20e6d5770fa2") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8c7bd4ce-3cc3-4104-be74-26d37631d034") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "5e913aea-9f40-4ef2-954f-5459dfa8324f") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "1c32e674-b900-4cad-b800-47a5c2453658") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "17c56aac-1c19-441e-ad0e-d5f91eeedcde") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:SW_Tactile_SPST_Angled_TC-1109DE" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f70544b") + (at 74.65 117.38 180) + (descr "tactile switch SPST right angle, TC-1109DE") + (tags "tactile switch SPST angled XKB TC-1109DE") + (property "Reference" "SW1" + (at 0 -0.02 0) + (layer "F.Fab") + (uuid "5c30b9b4-3014-4f50-9329-27a539b67e01") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "RST" + (at 0 1.78 180) + (layer "F.Fab") + (uuid "9a2d648d-863a-4b7b-80f9-d537185c212b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "662c1d7a-ecd7-460f-9316-2f935a646c6f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "368ab468-3639-4164-9304-5e73f4879960") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1753078-0fc5-47a5-89b2-0cee1f0d2d5e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f4addef") + (attr through_hole) + (fp_line + (start 2.25 0.95) + (end -2.25 0.95) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "57276367-9ce4-4738-88d7-6e8cb94c966c") + ) + (fp_line + (start 2.25 -1.85) + (end 2.25 0.95) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3b3d7f4-943f-4cff-b180-87ef3e1bcbff") + ) + (fp_line + (start 0.7 -1.85) + (end 2.25 -1.85) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "011ee658-718d-416a-85fd-961729cd1ee5") + ) + (fp_line + (start -2.25 -1.85) + (end -0.7 -1.85) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "f64497d1-1d62-44a4-8e5e-6fba4ebc969a") + ) + (fp_line + (start -2.25 -1.85) + (end -2.25 0.95) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "30c33e3e-fb78-498d-bffe-76273d527004") + ) + (fp_line + (start 2.5 1.2) + (end -2.5 1.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3f8a5430-68a9-4732-9b89-4e00dd8ae219") + ) + (fp_line + (start 2.5 -2.1) + (end 2.5 1.2) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96de0051-7945-413a-9219-1ab367546962") + ) + (fp_line + (start -2.5 1.2) + (end -2.5 -2.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42ff012d-5eb7-42b9-bb45-415cf26799c6") + ) + (fp_line + (start -2.5 -2.1) + (end 2.5 -2.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2db910a0-b943-40b4-b81f-068ba5265f56") + ) + (fp_line + (start 2.25 0.95) + (end 2.25 -1.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8bd6470-fafd-47f2-8ed5-9449988187ce") + ) + (fp_line + (start 1.25 -8.05) + (end 1.25 -1.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eed466bf-cd88-4860-9abf-41a594ca08bd") + ) + (fp_line + (start -1.25 -2.85) + (end 1.25 -2.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "802c2dc3-ca9f-491e-9d66-7893e89ac34c") + ) + (fp_line + (start -1.25 -3.35) + (end 1.25 -3.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bdf40d30-88ff-4479-bad1-69529464b61b") + ) + (fp_line + (start -1.25 -3.55) + (end 1.25 -3.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c9b9e62d-dede-4d1a-9a05-275614f8bdb2") + ) + (fp_line + (start -1.25 -4.05) + (end 1.25 -4.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a1a4d88-972a-46ce-b25e-6cb796bd41f7") + ) + (fp_line + (start -1.25 -4.55) + (end 1.25 -4.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "36d783e7-096f-4c97-9672-7e08c083b87b") + ) + (fp_line + (start -1.25 -5.05) + (end 1.25 -5.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb6062da-8dcd-4826-92fd-4071e9e97213") + ) + (fp_line + (start -1.25 -5.55) + (end 1.25 -5.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29bb7297-26fb-4776-9266-2355d022bab0") + ) + (fp_line + (start -1.25 -6.05) + (end 1.25 -6.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb8d02e9-145c-465d-b6a8-bae84d47a94b") + ) + (fp_line + (start -1.25 -6.55) + (end 1.25 -6.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "72b36951-3ec7-4569-9c88-cf9b4afe1cae") + ) + (fp_line + (start -1.25 -7.05) + (end 1.25 -7.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c843bdb-6c9e-40dd-85e2-0567846e18ba") + ) + (fp_line + (start -1.25 -7.55) + (end 1.25 -7.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ffdf05e-e119-49f9-85e9-13e4901df42a") + ) + (fp_line + (start -1.25 -8.05) + (end 1.25 -8.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c4cab9c5-d6e5-4660-b910-603a51b56783") + ) + (fp_line + (start -1.25 -8.05) + (end -1.25 -1.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "72508b1f-1505-46cb-9d37-2081c5a12aca") + ) + (fp_line + (start -2.25 0.95) + (end 2.25 0.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce") + ) + (fp_line + (start -2.25 -1.85) + (end 2.25 -1.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5b0a5a46-7b51-4262-a80e-d33dd1806615") + ) + (fp_line + (start -2.25 -1.85) + (end -2.25 0.95) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5217a0c-7f55-4c30-adda-7f8d95709d1b") + ) + (fp_text user "B" + (at 0 -3.1 0) + (layer "F.Fab") + (uuid "18c61c95-8af1-4986-b67e-c7af9c15ab6b") + (effects + (font + (size 0.25 0.25) + (thickness 0.0625) + ) + ) + ) + (fp_text user "D" + (at 0 -3.8 0) + (layer "F.Fab") + (uuid "4e27930e-1827-4788-aa6b-487321d46602") + (effects + (font + (size 0.25 0.25) + (thickness 0.0625) + ) + ) + ) + (fp_text user "H" + (at 0 -5.8 0) + (layer "F.Fab") + (uuid "593b8647-0095-46cc-ba23-3cf2a86edb5e") + (effects + (font + (size 0.25 0.25) + (thickness 0.0625) + ) + ) + ) + (fp_text user "G" + (at 0 -5.3 0) + (layer "F.Fab") + (uuid "60aa0ce8-9d0e-48ca-bbf9-866403979e9b") + (effects + (font + (size 0.25 0.25) + (thickness 0.0625) + ) + ) + ) + (fp_text user "J" + (at 0 -6.8 0) + (layer "F.Fab") + (uuid "7a74c4b1-6243-4a12-85a2-bc41d346e7aa") + (effects + (font + (size 0.25 0.25) + (thickness 0.0625) + ) + ) + ) + (fp_text user "L" + (at 0 -7.8 0) + (layer "F.Fab") + (uuid "7d76d925-f900-42af-a03f-bb32d2381b09") + (effects + (font + (size 0.25 0.25) + (thickness 0.0625) + ) + ) + ) + (fp_text user "E" + (at 0 -4.3 0) + (layer "F.Fab") + (uuid "8cd050d6-228c-4da0-9533-b4f8d14cfb34") + (effects + (font + (size 0.25 0.25) + (thickness 0.0625) + ) + ) + ) + (fp_text user "A" + (at 0 -2.6 0) + (layer "F.Fab") + (uuid "a5be2cb8-c68d-4180-8412-69a6b4c5b1d4") + (effects + (font + (size 0.25 0.25) + (thickness 0.0625) + ) + ) + ) + (fp_text user "F" + (at 0 -4.8 0) + (layer "F.Fab") + (uuid "bde95c06-433a-4c03-bc48-e3abcdb4e054") + (effects + (font + (size 0.25 0.25) + (thickness 0.0625) + ) + ) + ) + (fp_text user "I" + (at 0 -6.3 0) + (layer "F.Fab") + (uuid "ed8a7f02-cf05-41d0-97b4-4388ef205e73") + (effects + (font + (size 0.25 0.25) + (thickness 0.0625) + ) + ) + ) + (fp_text user "K" + (at 0 -7.3 0) + (layer "F.Fab") + (uuid "f1e619ac-5067-41df-8384-776ec70a6093") + (effects + (font + (size 0.25 0.25) + (thickness 0.0625) + ) + ) + ) + (pad "1" thru_hole circle + (at -1.5 0 180) + (size 1.2 1.2) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "GND") + (uuid "2e90e294-82e1-45da-9bf1-b91dfe0dc8f6") + ) + (pad "2" thru_hole circle + (at 1.5 0 180) + (size 1.2 1.2) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 225 "/~{MR}") + (uuid "ba6fc20e-7eff-4d5f-81e4-d1fad93be155") + ) + (pad "3" thru_hole circle + (at 0 -1.85 180) + (size 1.2 1.2) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 204 "/SWSH") + (uuid "7e1217ba-8a3d-4079-8d7b-b45f90cfbf53") + ) + (model "../../packages3D/tc-1109de-b-f.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Symbol:OSHW-Logo2_9.8x8mm_SilkScreen" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f774f61") + (at 86.9 85.3) + (descr "Open Source Hardware Symbol") + (tags "Logo Symbol OSHW") + (property "Reference" "REF**" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "0f560957-a8c5-442f-b20c-c2d88613742c") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (property "Value" "OSHW-Logo2_9.8x8mm_SilkScreen" + (at 0.75 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5f6afe3e-3cb2-473a-819c-dc94ae52a6be") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7f341bd2-b70f-41cb-899f-ef41d5e7cbe5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b6eadb9-691b-49e1-8f20-737f916ac160") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4bd89199-be08-4d4f-a646-6569008b5d14") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_poly + (pts + (xy 3.570807 2.636782) (xy 3.594161 2.646988) (xy 3.649902 2.691134) (xy 3.697569 2.754967) (xy 3.727048 2.823087) + (xy 3.731846 2.85667) (xy 3.71576 2.903556) (xy 3.680475 2.928365) (xy 3.642644 2.943387) (xy 3.625321 2.946155) + (xy 3.616886 2.926066) (xy 3.60023 2.882351) (xy 3.592923 2.862598) (xy 3.551948 2.794271) (xy 3.492622 2.760191) + (xy 3.416552 2.761239) (xy 3.410918 2.762581) (xy 3.370305 2.781836) (xy 3.340448 2.819375) (xy 3.320055 2.879809) + (xy 3.307836 2.967751) (xy 3.3025 3.087813) (xy 3.302 3.151698) (xy 3.301752 3.252403) (xy 3.300126 3.321054) + (xy 3.295801 3.364673) (xy 3.287454 3.390282) (xy 3.273765 3.404903) (xy 3.253411 3.415558) (xy 3.252234 3.416095) + (xy 3.213038 3.432667) (xy 3.193619 3.438769) (xy 3.190635 3.420319) (xy 3.188081 3.369323) (xy 3.18614 3.292308) + (xy 3.184997 3.195805) (xy 3.184769 3.125184) (xy 3.185932 2.988525) (xy 3.190479 2.884851) (xy 3.199999 2.808108) + (xy 3.216081 2.752246) (xy 3.240313 2.711212) (xy 3.274286 2.678954) (xy 3.307833 2.65644) (xy 3.388499 2.626476) + (xy 3.482381 2.619718) (xy 3.570807 2.636782) + ) + (stroke + (width 0.01) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2a6075ae-c7fa-41db-86b8-3f996740bdc2") + ) + (fp_poly + (pts + (xy -1.728336 2.595089) (xy -1.665633 2.631358) (xy -1.622039 2.667358) (xy -1.590155 2.705075) + (xy -1.56819 2.751199) (xy -1.554351 2.812421) (xy -1.546847 2.895431) (xy -1.543883 3.006919) (xy -1.543539 3.087062) + (xy -1.543539 3.382065) (xy -1.709615 3.456515) (xy -1.719385 3.133402) (xy -1.723421 3.012729) + (xy -1.727656 2.925141) (xy -1.732903 2.86465) (xy -1.739975 2.825268) (xy -1.749689 2.801007) (xy -1.762856 2.78588) + (xy -1.767081 2.782606) (xy -1.831091 2.757034) (xy -1.895792 2.767153) (xy -1.934308 2.794) (xy -1.949975 2.813024) + (xy -1.96082 2.837988) (xy -1.967712 2.875834) (xy -1.971521 2.933502) (xy -1.973117 3.017935) (xy -1.973385 3.105928) + (xy -1.973437 3.216323) (xy -1.975328 3.294463) (xy -1.981655 3.347165) (xy -1.995017 3.381242) + (xy -2.018015 3.403511) (xy -2.053246 3.420787) (xy -2.100303 3.438738) (xy -2.151697 3.458278) + (xy -2.145579 3.111485) (xy -2.143116 2.986468) (xy -2.140233 2.894082) (xy -2.136102 2.827881) + (xy -2.129893 2.78142) (xy -2.120774 2.748256) (xy -2.107917 2.721944) (xy -2.092416 2.698729) (xy -2.017629 2.624569) + (xy -1.926372 2.581684) (xy -1.827117 2.571412) (xy -1.728336 2.595089) + ) + (stroke + (width 0.01) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "282c8e53-3acc-42f0-a92a-6aa976b97a93") + ) + (fp_poly + (pts + (xy 0.713362 2.62467) (xy 0.802117 2.657421) (xy 0.874022 2.71535) (xy 0.902144 2.756128) (xy 0.932802 2.830954) + (xy 0.932165 2.885058) (xy 0.899987 2.921446) (xy 0.888081 2.927633) (xy 0.836675 2.946925) (xy 0.810422 2.941982) + (xy 0.80153 2.909587) (xy 0.801077 2.891692) (xy 0.784797 2.825859) (xy 0.742365 2.779807) (xy 0.683388 2.757564) + (xy 0.617475 2.763161) (xy 0.563895 2.792229) (xy 0.545798 2.80881) (xy 0.532971 2.828925) (xy 0.524306 2.859332) + (xy 0.518696 2.906788) (xy 0.515035 2.97805) (xy 0.512215 3.079875) (xy 0.511484 3.112115) (xy 0.50882 3.22241) + (xy 0.505792 3.300036) (xy 0.50125 3.351396) (xy 0.494046 3.38289) (xy 0.483033 3.40092) (xy 0.46706 3.411888) + (xy 0.456834 3.416733) (xy 0.413406 3.433301) (xy 0.387842 3.438769) (xy 0.379395 3.420507) (xy 0.374239 3.365296) + (xy 0.372346 3.272499) (xy 0.373689 3.141478) (xy 0.374107 3.121269) (xy 0.377058 3.001733) (xy 0.380548 2.914449) + (xy 0.385514 2.852591) (xy 0.392893 2.809336) (xy 0.403624 2.77786) (xy 0.418645 2.751339) (xy 0.426502 2.739975) + (xy 0.471553 2.689692) (xy 0.52194 2.650581) (xy 0.528108 2.647167) (xy 0.618458 2.620212) (xy 0.713362 2.62467) + ) + (stroke + (width 0.01) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "12c8f4c9-cb79-4390-b96c-a717c693de17") + ) + (fp_poly + (pts + (xy -0.840154 2.49212) (xy -0.834428 2.57198) (xy -0.827851 2.619039) (xy -0.818738 2.639566) (xy -0.805402 2.639829) + (xy -0.801077 2.637378) (xy -0.743556 2.619636) (xy -0.668732 2.620672) (xy -0.592661 2.63891) (xy -0.545082 2.662505) + (xy -0.496298 2.700198) (xy -0.460636 2.742855) (xy -0.436155 2.797057) (xy -0.420913 2.869384) + (xy -0.41297 2.966419) (xy -0.410384 3.094742) (xy -0.410338 3.119358) (xy -0.410308 3.39587) (xy -0.471839 3.41732) + (xy -0.515541 3.431912) (xy -0.539518 3.438706) (xy -0.540223 3.438769) (xy -0.542585 3.420345) + (xy -0.544594 3.369526) (xy -0.546099 3.292993) (xy -0.546947 3.19743) (xy -0.547077 3.139329) (xy -0.547349 3.024771) + (xy -0.548748 2.942667) (xy -0.552151 2.886393) (xy -0.558433 2.849326) (xy -0.568471 2.824844) + (xy -0.583139 2.806325) (xy -0.592298 2.797406) (xy -0.655211 2.761466) (xy -0.723864 2.758775) + (xy -0.786152 2.78917) (xy -0.797671 2.800144) (xy -0.814567 2.820779) (xy -0.826286 2.845256) (xy -0.833767 2.880647) + (xy -0.837946 2.934026) (xy -0.839763 3.012466) (xy -0.840154 3.120617) (xy -0.840154 3.39587) (xy -0.901685 3.41732) + (xy -0.945387 3.431912) (xy -0.969364 3.438706) (xy -0.97007 3.438769) (xy -0.971874 3.420069) (xy -0.9735 3.367322) + (xy -0.974883 3.285557) (xy -0.975958 3.179805) (xy -0.97666 3.055094) (xy -0.976923 2.916455) (xy -0.976923 2.381806) + (xy -0.849923 2.328236) (xy -0.840154 2.49212) + ) + (stroke + (width 0.01) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eaa0d51a-ee4e-4d3a-a801-bddb7027e94c") + ) + (fp_poly + (pts + (xy 2.395929 2.636662) (xy 2.398911 2.688068) (xy 2.401247 2.766192) (xy 2.402749 2.864857) (xy 2.403231 2.968343) + (xy 2.403231 3.318533) (xy 2.341401 3.380363) (xy 2.298793 3.418462) (xy 2.26139 3.433895) (xy 2.21027 3.432918) + (xy 2.189978 3.430433) (xy 2.126554 3.4232) (xy 2.074095 3.419055) (xy 2.061308 3.418672) (xy 2.018199 3.421176) + (xy 1.956544 3.427462) (xy 1.932638 3.430433) (xy 1.873922 3.435028) (xy 1.834464 3.425046) (xy 1.795338 3.394228) + (xy 1.781215 3.380363) (xy 1.719385 3.318533) (xy 1.719385 2.663503) (xy 1.76915 2.640829) (xy 1.812002 2.624034) + (xy 1.837073 2.618154) (xy 1.843501 2.636736) (xy 1.849509 2.688655) (xy 1.854697 2.768172) (xy 1.858664 2.869546) + (xy 1.860577 2.955192) (xy 1.865923 3.292231) (xy 1.91256 3.298825) (xy 1.954976 3.294214) (xy 1.97576 3.279287) + (xy 1.98157 3.251377) (xy 1.98653 3.191925) (xy 1.990246 3.108466) (xy 1.992324 3.008532) (xy 1.992624 2.957104) + (xy 1.992923 2.661054) (xy 2.054454 2.639604) (xy 2.098004 2.62502) (xy 2.121694 2.618219) (xy 2.122377 2.618154) + (xy 2.124754 2.636642) (xy 2.127366 2.687906) (xy 2.129995 2.765649) (xy 2.132421 2.863574) (xy 2.134115 2.955192) + (xy 2.139461 3.292231) (xy 2.256692 3.292231) (xy 2.262072 2.984746) (xy 2.267451 2.677261) (xy 2.324601 2.647707) + (xy 2.366797 2.627413) (xy 2.39177 2.618204) (xy 2.392491 2.618154) (xy 2.395929 2.636662) + ) + (stroke + (width 0.01) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "db742b9e-1fed-4e0c-b783-f911ab5116aa") + ) + (fp_poly + (pts + (xy -3.983114 2.587256) (xy -3.891536 2.635409) (xy -3.823951 2.712905) (xy -3.799943 2.762727) + (xy -3.781262 2.837533) (xy -3.771699 2.932052) (xy -3.770792 3.03521) (xy -3.778079 3.135935) (xy -3.793097 3.223153) + (xy -3.815385 3.285791) (xy -3.822235 3.296579) (xy -3.903368 3.377105) (xy -3.999734 3.425336) + (xy -4.104299 3.43945) (xy -4.210032 3.417629) (xy -4.239457 3.404547) (xy -4.296759 3.364231) (xy -4.34705 3.310775) + (xy -4.351803 3.303995) (xy -4.371122 3.271321) (xy -4.383892 3.236394) (xy -4.391436 3.190414) + (xy -4.395076 3.124584) (xy -4.396135 3.030105) (xy -4.396154 3.008923) (xy -4.396106 3.002182) + (xy -4.200769 3.002182) (xy -4.199632 3.091349) (xy -4.195159 3.15052) (xy -4.185754 3.188741) (xy -4.169824 3.215053) + (xy -4.161692 3.223846) (xy -4.114942 3.257261) (xy -4.069553 3.255737) (xy -4.02366 3.226752) (xy -3.996288 3.195809) + (xy -3.980077 3.150643) (xy -3.970974 3.07942) (xy -3.970349 3.071114) (xy -3.968796 2.942037) (xy -3.985035 2.846172) + (xy -4.018848 2.784107) (xy -4.070016 2.756432) (xy -4.08828 2.754923) (xy -4.13624 2.762513) (xy -4.169047 2.788808) + (xy -4.189105 2.839095) (xy -4.198822 2.918664) (xy -4.200769 3.002182) (xy -4.396106 3.002182) + (xy -4.395426 2.908249) (xy -4.392371 2.837906) (xy -4.385678 2.789163) (xy -4.37404 2.753288) (xy -4.356147 2.721548) + (xy -4.352192 2.715648) (xy -4.285733 2.636104) (xy -4.213315 2.589929) (xy -4.125151 2.571599) + (xy -4.095213 2.570703) (xy -3.983114 2.587256) + ) + (stroke + (width 0.01) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d72c89a6-7578-4468-964e-2a845431195f") + ) + (fp_poly + (pts + (xy 4.245224 2.647838) (xy 4.322528 2.698361) (xy 4.359814 2.74359) (xy 4.389353 2.825663) (xy 4.391699 2.890607) + (xy 4.386385 2.977445) (xy 4.186115 3.065103) (xy 4.088739 3.109887) (xy 4.025113 3.145913) (xy 3.992029 3.177117) + (xy 3.98628 3.207436) (xy 4.004658 3.240805) (xy 4.024923 3.262923) (xy 4.083889 3.298393) (xy 4.148024 3.300879) + (xy 4.206926 3.273235) (xy 4.250197 3.21832) (xy 4.257936 3.198928) (xy 4.295006 3.138364) (xy 4.337654 3.112552) + (xy 4.396154 3.090471) (xy 4.396154 3.174184) (xy 4.390982 3.23115) (xy 4.370723 3.279189) (xy 4.328262 3.334346) + (xy 4.321951 3.341514) (xy 4.27472 3.390585) (xy 4.234121 3.41692) (xy 4.183328 3.429035) (xy 4.14122 3.433003) + (xy 4.065902 3.433991) (xy 4.012286 3.421466) (xy 3.978838 3.402869) (xy 3.926268 3.361975) (xy 3.889879 3.317748) + (xy 3.86685 3.262126) (xy 3.854359 3.187047) (xy 3.849587 3.084449) (xy 3.849206 3.032376) (xy 3.850501 2.969948) + (xy 3.968471 2.969948) (xy 3.969839 3.003438) (xy 3.973249 3.008923) (xy 3.995753 3.001472) (xy 4.044182 2.981753) + (xy 4.108908 2.953718) (xy 4.122443 2.947692) (xy 4.204244 2.906096) (xy 4.249312 2.869538) (xy 4.259217 2.835296) + (xy 4.235526 2.800648) (xy 4.21596 2.785339) (xy 4.14536 2.754721) (xy 4.07928 2.75978) (xy 4.023959 2.797151) + (xy 3.985636 2.863473) (xy 3.973349 2.916116) (xy 3.968471 2.969948) (xy 3.850501 2.969948) (xy 3.85173 2.91072) + (xy 3.861032 2.82071) (xy 3.87946 2.755167) (xy 3.90936 2.706912) (xy 3.95308 2.668767) (xy 3.972141 2.65644) + (xy 4.058726 2.624336) (xy 4.153522 2.622316) (xy 4.245224 2.647838) + ) + (stroke + (width 0.01) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c67ad10d-2f75-4ec6-a139-47058f7f06b2") + ) + (fp_poly + (pts + (xy 1.602081 2.780289) (xy 1.601833 2.92632) (xy 1.600872 3.038655) (xy 1.598794 3.122678) (xy 1.595193 3.183769) + (xy 1.589665 3.227309) (xy 1.581804 3.258679) (xy 1.571207 3.283262) (xy 1.563182 3.297294) (xy 1.496728 3.373388) + (xy 1.41247 3.421084) (xy 1.319249 3.438199) (xy 1.2259 3.422546) (xy 1.170312 3.394418) (xy 1.111957 3.34576) + (xy 1.072186 3.286333) (xy 1.04819 3.208507) (xy 1.037161 3.104652) (xy 1.035599 3.028462) (xy 1.035809 3.022986) + (xy 1.172308 3.022986) (xy 1.173141 3.110355) (xy 1.176961 3.168192) (xy 1.185746 3.206029) (xy 1.201474 3.233398) + (xy 1.220266 3.254042) (xy 1.283375 3.29389) (xy 1.351137 3.297295) (xy 1.415179 3.264025) (xy 1.420164 3.259517) + (xy 1.441439 3.236067) (xy 1.454779 3.208166) (xy 1.462001 3.166641) (xy 1.464923 3.102316) (xy 1.465385 3.0312) + (xy 1.464383 2.941858) (xy 1.460238 2.882258) (xy 1.451236 2.843089) (xy 1.435667 2.81504) (xy 1.422902 2.800144) + (xy 1.3636 2.762575) (xy 1.295301 2.758057) (xy 1.23011 2.786753) (xy 1.217528 2.797406) (xy 1.196111 2.821063) + (xy 1.182744 2.849251) (xy 1.175566 2.891245) (xy 1.172719 2.956319) (xy 1.172308 3.022986) (xy 1.035809 3.022986) + (xy 1.040322 2.905765) (xy 1.056362 2.813577) (xy 1.086528 2.744269) (xy 1.133629 2.690211) (xy 1.170312 2.662505) + (xy 1.23699 2.632572) (xy 1.314272 2.618678) (xy 1.38611 2.622397) (xy 1.426308 2.6374) (xy 1.442082 2.64167) + (xy 1.45255 2.62575) (xy 1.459856 2.583089) (xy 1.465385 2.518106) (xy 1.471437 2.445732) (xy 1.479844 2.402187) + (xy 1.495141 2.377287) (xy 1.521864 2.360845) (xy 1.538654 2.353564) (xy 1.602154 2.326963) (xy 1.602081 2.780289) + ) + (stroke + (width 0.01) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4344bc11-e822-474b-8d61-d12211e719b1") + ) + (fp_poly + (pts + (xy -2.465746 2.599745) (xy -2.388714 2.651567) (xy -2.329184 2.726412) (xy -2.293622 2.821654) + (xy -2.286429 2.891756) (xy -2.287246 2.921009) (xy -2.294086 2.943407) (xy -2.312888 2.963474) + (xy -2.349592 2.985733) (xy -2.410138 3.014709) (xy -2.500466 3.054927) (xy -2.500923 3.055129) + (xy -2.584067 3.09321) (xy -2.652247 3.127025) (xy -2.698495 3.152933) (xy -2.715842 3.167295) (xy -2.715846 3.167411) + (xy -2.700557 3.198685) (xy -2.664804 3.233157) (xy -2.623758 3.25799) (xy -2.602963 3.262923) (xy -2.54623 3.245862) + (xy -2.497373 3.203133) (xy -2.473535 3.156155) (xy -2.450603 3.121522) (xy -2.405682 3.082081) + (xy -2.352877 3.048009) (xy -2.30629 3.02948) (xy -2.296548 3.028462) (xy -2.285582 3.045215) (xy -2.284921 3.088039) + (xy -2.29298 3.145781) (xy -2.308173 3.207289) (xy -2.328914 3.261409) (xy -2.329962 3.26351) (xy -2.392379 3.35066) + (xy -2.473274 3.409939) (xy -2.565144 3.439034) (xy -2.660487 3.435634) (xy -2.751802 3.397428) + (xy -2.755862 3.394741) (xy -2.827694 3.329642) (xy -2.874927 3.244705) (xy -2.901066 3.133021) + (xy -2.904574 3.101643) (xy -2.910787 2.953536) (xy -2.903339 2.884468) (xy -2.715846 2.884468) + (xy -2.71341 2.927552) (xy -2.700086 2.940126) (xy -2.666868 2.930719) (xy -2.614506 2.908483) (xy -2.555976 2.88061) + (xy -2.554521 2.879872) (xy -2.504911 2.853777) (xy -2.485 2.836363) (xy -2.48991 2.818107) (xy -2.510584 2.79412) + (xy -2.563181 2.759406) (xy -2.619823 2.756856) (xy -2.670631 2.782119) (xy -2.705724 2.830847) + (xy -2.715846 2.884468) (xy -2.903339 2.884468) (xy -2.898008 2.835036) (xy -2.865222 2.741055) + (xy -2.819579 2.675215) (xy -2.737198 2.608681) (xy -2.646454 2.575676) (xy -2.553815 2.573573) + (xy -2.465746 2.599745) + ) + (stroke + (width 0.01) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5f38bdb2-3657-474e-8e86-d6bb0b298110") + ) + (fp_poly + (pts + (xy 0.053501 2.626303) (xy 0.13006 2.654733) (xy 0.130936 2.655279) (xy 0.178285 2.690127) (xy 0.213241 2.730852) + (xy 0.237825 2.783925) (xy 0.254062 2.855814) (xy 0.263975 2.952992) (xy 0.269586 3.081928) (xy 0.270077 3.100298) + (xy 0.277141 3.377287) (xy 0.217695 3.408028) (xy 0.174681 3.428802) (xy 0.14871 3.438646) (xy 0.147509 3.438769) + (xy 0.143014 3.420606) (xy 0.139444 3.371612) (xy 0.137248 3.300031) (xy 0.136769 3.242068) (xy 0.136758 3.14817) + (xy 0.132466 3.089203) (xy 0.117503 3.061079) (xy 0.085482 3.059706) (xy 0.030014 3.080998) (xy -0.053731 3.120136) + (xy -0.115311 3.152643) (xy -0.146983 3.180845) (xy -0.156294 3.211582) (xy -0.156308 3.213104) + (xy -0.140943 3.266054) (xy -0.095453 3.29466) (xy -0.025834 3.298803) (xy 0.024313 3.298084) (xy 0.050754 3.312527) + (xy 0.067243 3.347218) (xy 0.076733 3.391416) (xy 0.063057 3.416493) (xy 0.057907 3.420082) (xy 0.009425 3.434496) + (xy -0.058469 3.436537) (xy -0.128388 3.426983) (xy -0.177932 3.409522) (xy -0.24643 3.351364) (xy -0.285366 3.270408) + (xy -0.293077 3.20716) (xy -0.287193 3.150111) (xy -0.265899 3.103542) (xy -0.223735 3.062181) (xy -0.155241 3.020755) + (xy -0.054956 2.973993) (xy -0.048846 2.97135) (xy 0.04149 2.929617) (xy 0.097235 2.895391) (xy 0.121129 2.864635) + (xy 0.115913 2.833311) (xy 0.084328 2.797383) (xy 0.074883 2.789116) (xy 0.011617 2.757058) (xy -0.053936 2.758407) + (xy -0.111028 2.789838) (xy -0.148907 2.848024) (xy -0.152426 2.859446) (xy -0.1867 2.914837) (xy -0.230191 2.941518) + (xy -0.293077 2.96796) (xy -0.293077 2.899548) (xy -0.273948 2.80011) (xy -0.217169 2.708902) (xy -0.187622 2.678389) + (xy -0.120458 2.639228) (xy -0.035044 2.6215) (xy 0.053501 2.626303) + ) + (stroke + (width 0.01) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "12f8e43c-8f83-48d3-a9b5-5f3ebc0b6c43") + ) + (fp_poly + (pts + (xy -3.231114 2.584505) (xy -3.156461 2.621727) (xy -3.090569 2.690261) (xy -3.072423 2.715648) + (xy -3.052655 2.748866) (xy -3.039828 2.784945) (xy -3.03249 2.833098) (xy -3.029187 2.902536) (xy -3.028462 2.994206) + (xy -3.031737 3.11983) (xy -3.043123 3.214154) (xy -3.064959 3.284523) (xy -3.099581 3.338286) (xy -3.14933 3.382788) + (xy -3.152986 3.385423) (xy -3.202015 3.412377) (xy -3.261055 3.425712) (xy -3.336141 3.429) (xy -3.458205 3.429) + (xy -3.458256 3.547497) (xy -3.459392 3.613492) (xy -3.466314 3.652202) (xy -3.484402 3.675419) + (xy -3.519038 3.694933) (xy -3.527355 3.69892) (xy -3.56628 3.717603) (xy -3.596417 3.729403) (xy -3.618826 3.730422) + (xy -3.634567 3.716761) (xy -3.644698 3.684522) (xy -3.650277 3.629804) (xy -3.652365 3.548711) + (xy -3.652019 3.437344) (xy -3.6503 3.291802) (xy -3.649763 3.248269) (xy -3.647828 3.098205) (xy -3.646096 3.000042) + (xy -3.458308 3.000042) (xy -3.457252 3.083364) (xy -3.452562 3.13788) (xy -3.441949 3.173837) (xy -3.423128 3.201482) + (xy -3.41035 3.214965) (xy -3.35811 3.254417) (xy -3.311858 3.257628) (xy -3.264133 3.225049) (xy -3.262923 3.223846) + (xy -3.243506 3.198668) (xy -3.231693 3.164447) (xy -3.225735 3.111748) (xy -3.22388 3.031131) (xy -3.223846 3.013271) + (xy -3.22833 2.902175) (xy -3.242926 2.825161) (xy -3.26935 2.778147) (xy -3.309317 2.75705) (xy -3.332416 2.754923) + (xy -3.387238 2.7649) (xy -3.424842 2.797752) (xy -3.447477 2.857857) (xy -3.457394 2.949598) (xy -3.458308 3.000042) + (xy -3.646096 3.000042) (xy -3.645778 2.98206) (xy -3.643127 2.894679) (xy -3.639394 2.830905) (xy -3.634093 2.785582) + (xy -3.626742 2.753555) (xy -3.616857 2.729668) (xy -3.603954 2.708764) (xy -3.598421 2.700898) + (xy -3.525031 2.626595) (xy -3.43224 2.584467) (xy -3.324904 2.572722) (xy -3.231114 2.584505) + ) + (stroke + (width 0.01) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "83c5181e-f5ee-453c-ae5c-d7256ba8837d") + ) + (fp_poly + (pts + (xy 2.887333 2.633528) (xy 2.94359 2.659117) (xy 2.987747 2.690124) (xy 3.020101 2.724795) (xy 3.042438 2.76952) + (xy 3.056546 2.830692) (xy 3.064211 2.914701) (xy 3.06722 3.02794) (xy 3.067538 3.102509) (xy 3.067538 3.39342) + (xy 3.017773 3.416095) (xy 2.978576 3.432667) (xy 2.959157 3.438769) (xy 2.955442 3.42061) (xy 2.952495 3.371648) + (xy 2.950691 3.300153) (xy 2.950308 3.243385) (xy 2.948661 3.161371) (xy 2.944222 3.096309) (xy 2.93774 3.056467) + (xy 2.93259 3.048) (xy 2.897977 3.056646) (xy 2.84364 3.078823) (xy 2.780722 3.108886) (xy 2.720368 3.141192) + (xy 2.673721 3.170098) (xy 2.651926 3.189961) (xy 2.651839 3.190175) (xy 2.653714 3.226935) (xy 2.670525 3.262026) + (xy 2.700039 3.290528) (xy 2.743116 3.300061) (xy 2.779932 3.29895) (xy 2.832074 3.298133) (xy 2.859444 3.310349) + (xy 2.875882 3.342624) (xy 2.877955 3.34871) (xy 2.885081 3.394739) (xy 2.866024 3.422687) (xy 2.816353 3.436007) + (xy 2.762697 3.43847) (xy 2.666142 3.42021) (xy 2.616159 3.394131) (xy 2.554429 3.332868) (xy 2.52169 3.25767) + (xy 2.518753 3.178211) (xy 2.546424 3.104167) (xy 2.588047 3.057769) (xy 2.629604 3.031793) (xy 2.694922 2.998907) + (xy 2.771038 2.965557) (xy 2.783726 2.960461) (xy 2.867333 2.923565) (xy 2.91553 2.891046) (xy 2.93103 2.858718) + (xy 2.91655 2.822394) (xy 2.891692 2.794) (xy 2.832939 2.759039) (xy 2.768293 2.756417) (xy 2.709008 2.783358) + (xy 2.666339 2.837088) (xy 2.660739 2.85095) (xy 2.628133 2.901936) (xy 2.58053 2.939787) (xy 2.520461 2.97085) + (xy 2.520461 2.882768) (xy 2.523997 2.828951) (xy 2.539156 2.786534) (xy 2.572768 2.741279) (xy 2.605035 2.70642) + (xy 2.655209 2.657062) (xy 2.694193 2.630547) (xy 2.736064 2.619911) (xy 2.78346 2.618154) (xy 2.887333 2.633528) + ) + (stroke + (width 0.01) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8f12311d-6f4c-4d28-a5bc-d6cb462bade7") + ) + (fp_poly + (pts + (xy 0.139878 -3.712224) (xy 0.245612 -3.711645) (xy 0.322132 -3.710078) (xy 0.374372 -3.707028) + (xy 0.407263 -3.702004) (xy 0.425737 -3.694511) (xy 0.434727 -3.684056) (xy 0.439163 -3.670147) + (xy 0.439594 -3.668346) (xy 0.446333 -3.635855) (xy 0.458808 -3.571748) (xy 0.475719 -3.482849) + (xy 0.495771 -3.375981) (xy 0.517664 -3.257967) (xy 0.518429 -3.253822) (xy 0.540359 -3.138169) + (xy 0.560877 -3.035986) (xy 0.578659 -2.953402) (xy 0.592381 -2.896544) (xy 0.600718 -2.871542) + (xy 0.601116 -2.871099) (xy 0.625677 -2.85889) (xy 0.676315 -2.838544) (xy 0.742095 -2.814455) (xy 0.742461 -2.814326) + (xy 0.825317 -2.783182) (xy 0.923 -2.743509) (xy 1.015077 -2.703619) (xy 1.019434 -2.701647) (xy 1.169407 -2.63358) + (xy 1.501498 -2.860361) (xy 1.603374 -2.929496) (xy 1.695657 -2.991303) (xy 1.773003 -3.042267) + (xy 1.830064 -3.078873) (xy 1.861495 -3.097606) (xy 1.864479 -3.098996) (xy 1.887321 -3.09281) (xy 1.929982 -3.062965) + (xy 1.994128 -3.008053) (xy 2.081421 -2.926666) (xy 2.170535 -2.840078) (xy 2.256441 -2.754753) + (xy 2.333327 -2.676892) (xy 2.396564 -2.611303) (xy 2.441523 -2.562795) (xy 2.463576 -2.536175) + (xy 2.464396 -2.534805) (xy 2.466834 -2.516537) (xy 2.45765 -2.486705) (xy 2.434574 -2.441279) (xy 2.395337 -2.37623) + (xy 2.33767 -2.28753) (xy 2.260795 -2.173343) (xy 2.19257 -2.072838) (xy 2.131582 -1.982697) (xy 2.081356 -1.908151) + (xy 2.045416 -1.854435) (xy 2.027287 -1.826782) (xy 2.026146 -1.824905) (xy 2.028359 -1.79841) (xy 2.045138 -1.746914) + (xy 2.073142 -1.680149) (xy 2.083122 -1.658828) (xy 2.126672 -1.563841) (xy 2.173134 -1.456063) + (xy 2.210877 -1.362808) (xy 2.238073 -1.293594) (xy 2.259675 -1.240994) (xy 2.272158 -1.213503) + (xy 2.273709 -1.211384) (xy 2.296668 -1.207876) (xy 2.350786 -1.198262) (xy 2.428868 -1.183911) + (xy 2.523719 -1.166193) (xy 2.628143 -1.146475) (xy 2.734944 -1.126126) (xy 2.836926 -1.106514) + (xy 2.926894 -1.089009) (xy 2.997653 -1.074978) (xy 3.042006 -1.065791) (xy 3.052885 -1.063193) + (xy 3.064122 -1.056782) (xy 3.072605 -1.042303) (xy 3.078714 -1.014867) (xy 3.082832 -0.969589) + (xy 3.085341 -0.90158) (xy 3.086621 -0.805953) (xy 3.087054 -0.67782) (xy 3.087077 -0.625299) (xy 3.087077 -0.198155) + (xy 2.9845 -0.177909) (xy 2.927431 -0.16693) (xy 2.842269 -0.150905) (xy 2.739372 -0.131767) (xy 2.629096 -0.111449) + (xy 2.598615 -0.105868) (xy 2.496855 -0.086083) (xy 2.408205 -0.066627) (xy 2.340108 -0.049303) + (xy 2.300004 -0.035912) (xy 2.293323 -0.031921) (xy 2.276919 -0.003658) (xy 2.253399 0.051109) (xy 2.227316 0.121588) + (xy 2.222142 0.136769) (xy 2.187956 0.230896) (xy 2.145523 0.337101) (xy 2.103997 0.432473) (xy 2.103792 0.432916) + (xy 2.03464 0.582525) (xy 2.489512 1.251617) (xy 2.1975 1.544116) (xy 2.10918 1.63117) (xy 2.028625 1.707909) + (xy 1.96036 1.770237) (xy 1.908908 1.814056) (xy 1.878794 1.83527) (xy 1.874474 1.836616) (xy 1.849111 1.826016) + (xy 1.797358 1.796547) (xy 1.724868 1.751705) (xy 1.637294 1.694984) (xy 1.542612 1.631462) (xy 1.446516 1.566668) + (xy 1.360837 1.510287) (xy 1.291016 1.465788) (xy 1.242494 1.436639) (xy 1.220782 1.426308) (xy 1.194293 1.43505) + (xy 1.144062 1.458087) (xy 1.080451 1.490631) (xy 1.073708 1.494249) (xy 0.988046 1.53721) (xy 0.929306 1.558279) + (xy 0.892772 1.558503) (xy 0.873731 1.538928) (xy 0.87362 1.538654) (xy 0.864102 1.515472) (xy 0.841403 1.460441) + (xy 0.807282 1.377822) (xy 0.7635 1.271872) (xy 0.711816 1.146852) (xy 0.653992 1.00702) (xy 0.597991 0.871637) + (xy 0.536447 0.722234) (xy 0.479939 0.583832) (xy 0.430161 0.460673) (xy 0.388806 0.357002) (xy 0.357568 0.277059) + (xy 0.338141 0.225088) (xy 0.332154 0.205692) (xy 0.347168 0.183443) (xy 0.386439 0.147982) (xy 0.438807 0.108887) + (xy 0.587941 -0.014755) (xy 0.704511 -0.156478) (xy 0.787118 -0.313296) (xy 0.834366 -0.482225) + (xy 0.844857 -0.660278) (xy 0.837231 -0.742461) (xy 0.795682 -0.912969) (xy 0.724123 -1.063541) + (xy 0.626995 -1.192691) (xy 0.508734 -1.298936) (xy 0.37378 -1.38079) (xy 0.226571 -1.436768) (xy 0.071544 -1.465385) + (xy -0.086861 -1.465156) (xy -0.244206 -1.434595) (xy -0.396054 -1.372218) (xy -0.537965 -1.27654) + (xy -0.597197 -1.222428) (xy -0.710797 -1.08348) (xy -0.789894 -0.931639) (xy -0.835014 -0.771333) + (xy -0.846684 -0.606988) (xy -0.825431 -0.443029) (xy -0.77178 -0.283882) (xy -0.68626 -0.133975) + (xy -0.569395 0.002267) (xy -0.438807 0.108887) (xy -0.384412 0.149642) (xy -0.345986 0.184718) + (xy -0.332154 0.205726) (xy -0.339397 0.228635) (xy -0.359995 0.283365) (xy -0.392254 0.365672) + (xy -0.434479 0.471315) (xy -0.484977 0.59605) (xy -0.542052 0.735636) (xy -0.598146 0.87167) (xy -0.660033 1.021201) + (xy -0.717356 1.159767) (xy -0.768356 1.283107) (xy -0.811273 1.386964) (xy -0.844347 1.46708) (xy -0.865819 1.519195) + (xy -0.873775 1.538654) (xy -0.892571 1.558423) (xy -0.928926 1.558365) (xy -0.987521 1.537441) + (xy -1.073032 1.494613) (xy -1.073708 1.494249) (xy -1.138093 1.461012) (xy -1.190139 1.436802) + (xy -1.219488 1.426404) (xy -1.220783 1.426308) (xy -1.242876 1.436855) (xy -1.291652 1.466184) + (xy -1.361669 1.510827) (xy -1.447486 1.567314) (xy -1.542612 1.631462) (xy -1.63946 1.696411) (xy -1.726747 1.752896) + (xy -1.798819 1.797421) (xy -1.850023 1.82649) (xy -1.874474 1.836616) (xy -1.89699 1.823307) (xy -1.942258 1.786112) + (xy -2.005756 1.729128) (xy -2.082961 1.656449) (xy -2.169349 1.572171) (xy -2.197601 1.544016) + (xy -2.489713 1.251416) (xy -2.267369 0.925104) (xy -2.199798 0.824897) (xy -2.140493 0.734963) + (xy -2.092783 0.66051) (xy -2.059993 0.606751) (xy -2.045452 0.578894) (xy -2.045026 0.576912) (xy -2.052692 0.550655) + (xy -2.073311 0.497837) (xy -2.103315 0.42731) (xy -2.124375 0.380093) (xy -2.163752 0.289694) (xy -2.200835 0.198366) + (xy -2.229585 0.1212) (xy -2.237395 0.097692) (xy -2.259583 0.034916) (xy -2.281273 -0.013589) (xy -2.293187 -0.031921) + (xy -2.319477 -0.043141) (xy -2.376858 -0.059046) (xy -2.457882 -0.077833) (xy -2.555105 -0.097701) + (xy -2.598615 -0.105868) (xy -2.709104 -0.126171) (xy -2.815084 -0.14583) (xy -2.906199 -0.162912) + (xy -2.972092 -0.175482) (xy -2.9845 -0.177909) (xy -3.087077 -0.198155) (xy -3.087077 -0.625299) + (xy -3.086847 -0.765754) (xy -3.085901 -0.872021) (xy -3.083859 -0.948987) (xy -3.080338 -1.00154) + (xy -3.074957 -1.034567) (xy -3.067334 -1.052955) (xy -3.057088 -1.061592) (xy -3.052885 -1.063193) + (xy -3.02753 -1.068873) (xy -2.971516 -1.080205) (xy -2.892036 -1.095821) (xy -2.796288 -1.114353) + (xy -2.691467 -1.134431) (xy -2.584768 -1.154688) (xy -2.483387 -1.173754) (xy -2.394521 -1.190261) + (xy -2.325363 -1.202841) (xy -2.283111 -1.210125) (xy -2.27371 -1.211384) (xy -2.265193 -1.228237) + (xy -2.24634 -1.27313) (xy -2.220676 -1.33757) (xy -2.210877 -1.362808) (xy -2.171352 -1.460314) + (xy -2.124808 -1.568041) (xy -2.083123 -1.658828) (xy -2.05245 -1.728247) (xy -2.032044 -1.78529) + (xy -2.025232 -1.820223) (xy -2.026318 -1.824905) (xy -2.040715 -1.847009) (xy -2.073588 -1.896169) + (xy -2.12141 -1.967152) (xy -2.180652 -2.054722) (xy -2.247785 -2.153643) (xy -2.261059 -2.17317) + (xy -2.338954 -2.28886) (xy -2.396213 -2.376956) (xy -2.435119 -2.441514) (xy -2.457956 -2.486589) + (xy -2.467006 -2.516237) (xy -2.464552 -2.534515) (xy -2.464489 -2.534631) (xy -2.445173 -2.558639) + (xy -2.402449 -2.605053) (xy -2.340949 -2.669063) (xy -2.265302 -2.745855) (xy -2.180139 -2.830618) + (xy -2.170535 -2.840078) (xy -2.06321 -2.944011) (xy -1.980385 -3.020325) (xy -1.920395 -3.070429) + (xy -1.881577 -3.09573) (xy -1.86448 -3.098996) (xy -1.839527 -3.08475) (xy -1.787745 -3.051844) + (xy -1.71448 -3.003792) (xy -1.62508 -2.94411) (xy -1.524889 -2.876312) (xy -1.501499 -2.860361) + (xy -1.169407 -2.63358) (xy -1.019435 -2.701647) (xy -0.92823 -2.741315) (xy -0.830331 -2.781209) + (xy -0.746169 -2.813017) (xy -0.742462 -2.814326) (xy -0.676631 -2.838424) (xy -0.625884 -2.8588) + (xy -0.601158 -2.871064) (xy -0.601116 -2.871099) (xy -0.593271 -2.893266) (xy -0.579934 -2.947783) + (xy -0.56243 -3.02852) (xy -0.542083 -3.12935) (xy -0.520218 -3.244144) (xy -0.518429 -3.253822) + (xy -0.496496 -3.372096) (xy -0.47636 -3.479458) (xy -0.45932 -3.569083) (xy -0.446672 -3.634149) + (xy -0.439716 -3.667832) (xy -0.439594 -3.668346) (xy -0.435361 -3.682675) (xy -0.427129 -3.693493) + (xy -0.409967 -3.701294) (xy -0.378942 -3.706571) (xy -0.329122 -3.709818) (xy -0.255576 -3.711528) + (xy -0.153371 -3.712193) (xy -0.017575 -3.712307) (xy 0 -3.712308) (xy 0.139878 -3.712224) + ) + (stroke + (width 0.01) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "98970bf0-1168-4b4e-a1c9-3b0c8d7eaacf") + ) + ) + (footprint "pkl_logos:null_Logo_SilkS_4mm" + (locked yes) + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f7c9631") + (at 65.7 87.65) + (property "Reference" "REF**" + (at 0 3 0) + (layer "F.Fab") + (hide yes) + (uuid "d1eca865-05c5-48a4-96cf-ed5f8a640e25") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "null_Logo_SilkS_4mm" + (at 0 -3 0) + (layer "F.Fab") + (hide yes) + (uuid "cebb9021-66d3-4116-98d4-5e6f3c1552be") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "221b3466-5857-4aaf-9114-80b1220ef57b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "714adb6f-7bc9-403c-8cba-e5e79de4fa81") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa0258eb-1862-43bf-8e16-ab42dfd1263e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start -2 -2) + (end -2 2) + (stroke + (width 0.16) + (type solid) + ) + (layer "F.SilkS") + (uuid "66bc2bca-dab7-4947-a0ff-403cdaf9fb89") + ) + (fp_line + (start -2 2) + (end 2 2) + (stroke + (width 0.16) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b686d17-1000-4762-ba31-589d599a3edf") + ) + (fp_line + (start -1.5 -0.5) + (end -1 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "63c56ea4-91a3-4172-b9de-a4388cc8f894") + ) + (fp_line + (start -1.5 0.5) + (end -1.5 -0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "5701b80f-f006-4814-81c9-0c7f006088a9") + ) + (fp_line + (start -1 0.5) + (end -1 -0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "c25449d6-d734-4953-b762-98f82a830248") + ) + (fp_line + (start -0.7 -0.5) + (end -0.7 0.2) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7e4abd8-69f5-4706-b12e-898194e5bf56") + ) + (fp_line + (start -0.1 0.2) + (end -0.1 -0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "44646447-0a8e-4aec-a74e-22bf765d0f33") + ) + (fp_line + (start 0.2 -0.5) + (end 0.2 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "2878a73c-5447-4cd9-8194-14f52ab9459c") + ) + (fp_line + (start 0.2 0.5) + (end 0.7 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "955cc99e-a129-42cf-abc7-aa99813fdb5f") + ) + (fp_line + (start 1 -0.5) + (end 1 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "04cf2f2c-74bf-400d-b4f6-201720df00ed") + ) + (fp_line + (start 1 0.5) + (end 1.5 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "1bdd5841-68b7-42e2-9447-cbdb608d8a08") + ) + (fp_line + (start 2 -2) + (end -2 -2) + (stroke + (width 0.16) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b6bb172-1ac4-440a-ac75-c1917d9d59c7") + ) + (fp_line + (start 2 -2) + (end 2 2) + (stroke + (width 0.16) + (type solid) + ) + (layer "F.SilkS") + (uuid "9286cf02-1563-41d2-9931-c192c33bab31") + ) + (fp_arc + (start -0.1 0.2) + (mid -0.4 0.5) + (end -0.7 0.2) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "aeb03be9-98f0-43f6-9432-1bb35aa04bab") + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f8427e7") + (at 117.5 89.6) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C54" + (at 0 0 0) + (layer "F.SilkS") + (hide yes) + (uuid "f3509610-03b3-4a5c-988c-cbd92bd1f824") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + ) + ) + (property "Value" "u1" + (at -1 0 180) + (layer "F.Fab") + (uuid "69eb8847-3a16-4dc2-b290-73e92782f93c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1085c12-2580-44c7-96ef-35f121adf1f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "53e836eb-2b2b-400e-82c4-f7829eac57c8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "60259181-9485-4a75-9ad3-b7cca8f3f4ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005de2f032") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6586c7bc-7012-4335-b0bd-43918f23a8fd") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2215c3cc-9572-458d-8c50-c154d8a21edd") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "93bf1c04-96c6-49e8-9a85-ee6cc4606fcb") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "58588507-da7d-4bcc-b9cd-bfc861c19ac1") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64955e90-795b-4570-8dbb-13ab629cef78") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02194d0f-938a-44ee-84f8-af9da96e20a6") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3897df55-4e8e-4d33-b5e2-ac09206305eb") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e382949-b4c3-41d4-b556-66ee3e494bfa") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "71ae16fb-a509-4131-a92e-a0b0b25743ff") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "752adc48-1717-4d51-9f8e-0abf0c5bc60d") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "f07599c7-599f-45fe-bd1e-15999cff5f04") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Fiducial:Fiducial_0.75mm_Mask1.5mm" + (locked yes) + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005aecd683") + (at 58 118.5) + (descr "Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B)") + (tags "fiducial") + (property "Reference" "FID4" + (at 0 2 0) + (layer "B.SilkS") + (hide yes) + (uuid "58126faf-01a4-4f91-8e8c-ca9e47b48048") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "Fiducial_0.75mm_Mask1.5mm" + (at 0 -2 0) + (layer "B.Fab") + (hide yes) + (uuid "44b926bf-8bdd-4191-846d-2dfabab2cecb") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6f75744-130c-40ee-8bea-5092561553d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "15ed0768-ccdf-4712-9cea-981856a5b24d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ee685c4-7f6b-43e8-95ec-a3cb9c5f8113") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "efd7a1e0-5bed-4583-a94e-5ccec9e4eb74") + ) + (fp_circle + (center 0 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "e8274862-c966-456a-98d5-9c42f72963c1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "f7070c76-b83b-43a9-a243-491723819616") + (effects + (font + (size 0.3 0.3) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "" smd circle + (at 0 0) + (size 0.75 0.75) + (layers "B.Cu" "B.Mask") + (solder_mask_margin 0.375) + (clearance 0.375) + (uuid "f5eb7390-4215-4bb5-bc53-f82f663cc9a5") + ) + ) + (footprint "Fiducial:Fiducial_0.75mm_Mask1.5mm" + (locked yes) + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005aecd6d3") + (at 122 72.5) + (descr "Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B)") + (tags "fiducial") + (property "Reference" "FID5" + (at 0 2 0) + (layer "B.SilkS") + (hide yes) + (uuid "b66b83a0-313f-4b03-b851-c6e9577a6eb7") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "Fiducial_0.75mm_Mask1.5mm" + (at 0 -2 0) + (layer "B.Fab") + (hide yes) + (uuid "dad2f9a9-292b-4f7e-9524-a263f3c1ba74") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "798aa1b1-9404-4eae-894e-06fd30b8cef3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "928f256d-44d7-43a5-931e-d94a3c75d80f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "16562491-0e6a-4696-b4f3-128b23b2f717") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "5c32b099-dba7-4228-8a5e-c2156f635ce2") + ) + (fp_circle + (center 0 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "112371bd-7aa2-4b47-b184-50d12afc2534") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "7ca71fec-e7f1-454f-9196-b80d15925fff") + (effects + (font + (size 0.3 0.3) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "" smd circle + (at 0 0) + (size 0.75 0.75) + (layers "B.Cu" "B.Mask") + (solder_mask_margin 0.375) + (clearance 0.375) + (uuid "6f1beb86-67e1-46bf-8c2b-6d1e1485d5c0") + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bcbaef6") + (at 83.7 96.7 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C23" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "7f27dd6e-61a8-4bb4-ac85-149b149d66f3") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 -0.8 180) + (layer "B.Fab") + (uuid "0915a960-c1d1-4819-9c53-aeb8cd5149bf") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6155e181-8749-4c22-82ed-553eccb0a0fc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e94180e3-4c76-4712-a464-f3554dfe3120") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "174f5753-fb40-47cf-941a-b88da6c7939f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b0dd01d") + (attr smd) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c7d84f6e-a707-4ffd-8ab8-e4d824111c03") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "606bed62-2645-43b2-8746-701feb5d482c") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "00f08a0b-82b9-45e5-8519-9f3c6377cd02") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "26fb18d1-6ffa-4a4a-b050-bfff5417256a") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2c1ead4c-ba2b-4a8a-bb34-69dfd6a07338") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1b6d0560-1178-425c-aa39-65ccb9b9adf6") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d0f188d9-dfb1-44a8-ad95-8dc6e323156b") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a0b9f050-1be7-488f-85b2-08f372f83ded") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "c9994eea-4a76-4588-a706-ad2e04aff285") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "e174db42-2133-4bde-8bf0-5dfc27789f4d") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "03273d97-5274-435d-8d30-f6cf1379d2ec") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bcd3f1c") + (at 84.9 95.5 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C77" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "63d855ac-697e-4eed-8221-860e4b1819e2") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 1 0 90) + (layer "B.Fab") + (uuid "3259f80d-9863-4549-b902-9b908fd99360") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "373ad4e3-7aa1-471d-bfd6-a34a791ecc34") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ce601bb4-84e6-41ef-ac35-89a767859042") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "758ffd6b-037a-46d2-96ae-dfab0efe5b5f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005bcedc3e") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d02abb4a-6862-4e43-bda0-9136ef818539") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "025baa4e-9c0e-4171-ba18-c81707277562") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ae877162-4ceb-4c8a-bbfe-7112f9e7e7ea") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7338b5a9-3a85-4450-86b4-5007c87a58ff") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e130aa5f-12f3-4c64-8445-319d961fa089") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cb6ca4a6-d548-496b-82da-ad3ca44106a9") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8c1aa883-be0a-4c66-94de-9db387d409d3") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "79977da0-fdcb-4922-8297-b08770982ade") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "43d2d4b8-f1d7-4f2a-aa85-7cb4bf6c251c") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 29 "+1V2") + (uuid "fa74e58b-1d1f-4c19-a9e0-9a5b12093d6c") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "571912b7-93f1-48e7-9716-795cf2eaaab5") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be41495") + (at 99.15 93.75 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C48" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "5362a7bb-6a5c-4582-8a84-dd179357b30c") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "8d9e19c9-1c38-4d1f-a346-c1ec50453cc1") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4245079-e044-4c5a-a4fd-12872867b1ae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b31ca3ea-7836-46e3-81d4-0874f43fd595") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5b3d105b-78ea-4ac4-a6f0-5228b661b057") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e4276") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "925356e8-9fe3-4fca-8329-eba967a76629") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f8978d6f-bc80-4d45-99fe-9eda6ceed8ec") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "84164d3c-90bc-45b0-ac63-7f7a93843cb3") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "96916265-4653-41c3-9a80-f6775aa2b630") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c82525cb-40e6-49c8-b5ba-a548b20e026a") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e762fafd-aba3-4f95-8923-69fc7014c1b7") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fbb57290-3adc-4d24-918c-497402e97c67") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "37104389-0ffa-4ff9-884c-f7e490c8571a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "1a253373-7aaa-4800-82a0-f05224ca4a7a") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "da88cf57-0975-4f67-b828-34f4f4c6151f") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "7505eede-a417-42c3-88a2-1fe21ee21a2a") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be414a3") + (at 101.05 85.35 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C49" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "8f9bfdb5-2a57-4831-bd00-f02c2bbb920e") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "bab9a1de-c8d3-471f-9075-142844f4fafd") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d72edb47-3b63-46db-8abc-7de3cb454108") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6caa3065-273e-4973-9599-b950b4a2e34c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72409956-b38d-4360-bc33-07019b112059") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e41ee") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d9afab37-6d16-489e-a6df-20a54d2ee9f9") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3c0146c9-302b-4005-9f50-7766581fb71a") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "74936d8a-1d36-412e-8d34-dbf39e66d962") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cc3838d6-9c6c-4d91-aba1-bd29599115d5") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1995a1af-4656-4a47-a563-d0a3f10ab4cf") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "011a5828-4c3c-4dde-9bdb-284a3f3c4a43") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "837176e9-8fab-41d2-86dd-da3b1b3dd39f") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8356d232-ef50-40f0-a742-8beed5a9bc27") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "63530c34-e56d-412b-a20c-0f5801e0b75c") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "3e6b83fc-7519-4ddb-953c-bb9f626bfed6") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "60fcc63f-51e7-4ba1-b8e2-7f58e866098a") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be414cd") + (at 101.05 93.75 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C52" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "3d243fdb-41fd-499a-9e6c-1ff5343cde77") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "4fd71ace-e7e5-4178-b283-ff6aff72d6c4") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41c9ad08-2dda-49ae-977f-1c04410a2905") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "75efded8-35e3-42a6-bb5d-57caa1b60b83") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b1de58f-0fe7-41a6-81f9-682948bb1e07") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e428d") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "53b141a8-4fb6-4e1f-b3eb-8e36e10c5cc1") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3def0672-3d83-48f7-bcb3-c4be8da902d5") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bb5d112d-8806-45ee-9ac3-33210f67d54f") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "53dc5eaa-73e3-43ab-9e31-a54cd5adc72f") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e462b99b-dc16-4632-9277-f42cc1c75e32") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d9389f84-cc8b-46ce-9bf9-2f7fd6b103c4") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "98b6599a-8370-4d52-ab50-e7859ffdc872") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5467a1d8-1da8-4db6-8370-a392f817657d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "6d2ec6c5-646f-4865-962c-fb5a5edbf1c2") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "b0c06db7-a576-4fd8-83c7-c014cc52b2d6") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "d9191217-fb4c-4445-8d6b-28ba96ed5884") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be41591") + (at 97.05 96.5 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C64" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "68e8d19c-3f2e-4510-b728-540a6aad5333") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "80a2470c-00a2-4c03-b1a3-19751e820fe5") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "08794673-25d1-4ab3-95d5-21056a4a21d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eaf96bff-6444-45d0-84c7-72e12db03885") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "92b1ba83-ce4a-4183-bfd4-c5b594a23362") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b489612") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "adffe7bf-3d92-4a46-b38a-4af65fbd0352") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9354e3c1-baf3-4fb1-ad89-26708e92f2f3") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0ae20a84-6157-4c53-abb1-49e9a43fddea") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8f769b74-1b51-4a11-b217-f7821e4b85b4") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "522ec98c-f663-42b7-a5dd-6f3331445a72") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b62153a3-dd80-4823-b1b6-9a0be52853db") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0088ccd1-e5dc-4cdb-b7f6-e7b2983dc5af") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b5c982b8-42bf-46d3-8d37-9f6cd5db17ab") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "13dfcd3b-0f2c-4213-9f4e-8f701fa294b3") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "eb1f5f67-1647-4e1c-ab18-120e742c63a6") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "f474eb24-c3d2-44ec-9cc5-fc85f895cc59") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be415c9") + (at 97.05 90.95 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C40" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "1159df6c-6629-41f1-a8b5-e0c16ac2435d") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "83e6323e-c1d6-44e5-ace0-3d300f8821e3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c20822e-6542-470e-9277-254646109f53") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa519fbb-6985-4c78-abf8-d08ee6bfe328") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bbd48106-f9fe-4d78-926f-01fc5fe74ac2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4b0e68") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6d7729f9-9d51-4b7c-bb0a-c926d4ef9093") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8f43871f-66bd-48f6-8a27-9d3168ee9b0c") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "748aaee6-99ae-41ad-8caa-46dcb39df129") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d4faf341-fbfa-4ae9-aad0-69ba44e7c909") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e23187f9-dcd6-499f-90d3-0eec00b87622") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a7928873-604e-41b4-8f3c-a9332a26491c") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "89b31927-f663-4a3a-a530-c0fd8571c8d7") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "772b2560-c224-4933-9225-40be66422908") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "73872e39-ae4d-44e4-b9c1-d79891d9d4d4") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "3fe57f75-cef2-49bf-8f39-08e2d5e470a6") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "6311912c-38c9-4819-91b4-41931ccb7cc5") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be4161d") + (at 99.15 96.55 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C68" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "5aeb1e78-7ed8-446f-a1fa-e72019642e8e") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at -0.05 0.75 -90) + (layer "B.Fab") + (uuid "55366e14-cec9-493d-901d-448b04d2f286") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9787f9b0-1399-4011-bfb8-6388ac8dc2ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aee1cab1-d1ef-40e0-ba82-a1c7ffae254f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "727da06c-2fa1-46c4-9dfb-c99a10b0c26a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e41d7") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "883e7763-c7c3-4085-8e36-b949c37033d0") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "917b5326-3ee0-4010-87d4-41a23aedd531") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "de4d9514-3cb5-4e56-aa34-9a36cc7ab2fb") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "03d91a1d-a585-47a4-99f9-06bc1c5af887") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8bcf2b99-1928-47d5-9785-f90fe779323f") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c457d6bc-d372-4e5a-9060-512765531115") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "004f1cac-5431-476d-8d12-f0d7e1d2971c") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c898c915-89f5-4003-9fb8-8b0c3f06dfe7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "3b82d8e3-a040-434a-9991-6271f6273782") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "719bf2e0-5e5d-4c1c-a2a4-f786f1849e85") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "96597868-124d-4a3c-974d-f269e7248232") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be41655") + (at 99.15 99.35 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C69" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "8740e3f7-ac5e-48a5-a1b9-2b3a8f9906e3") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "53f26f66-9378-431b-b932-a3fd4a84e669") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ab767acf-162d-4552-8068-fbcea774e018") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29197754-9f43-4636-bedd-8efabe472d5d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7275a40-066b-4463-91c2-184fb410001e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e420c") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2ea2fe11-f110-4c15-9711-2061b7ff7476") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fe42ae90-db4c-434c-84ff-afc19cdb6192") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "08a3676a-a023-48ec-ba8b-baec3d88899a") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9481d1bb-33fc-4de3-be43-996175f1f1b7") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e4c8997f-0e4e-473d-84d3-edfc0a922603") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f0e1c089-c805-4c36-a781-0522715b0167") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3fd84676-c0dc-47ea-8930-0afc793ec874") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5805d656-927a-4296-aa49-a0ba3d7b6fe1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "1f9097e7-c345-4ea0-87cd-6931bd3e5e20") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "1a6fe569-c5e5-4a21-a4ea-d60011b774d2") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "43daede3-09f4-4370-a4cd-1742a0f3e737") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be41663") + (at 99.15 102.15 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C70" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "021b2d69-a9cd-4da6-96cb-34c5471ab313") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "80ac0b57-0388-409c-bf8b-2ee44690ae03") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9050e63c-e0ce-4d99-9c8f-f22cad3b06c6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "12027b34-5a74-4da4-8015-ff13c76ca9ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00e4f0c7-d690-4f5f-aeef-e3e6b46f83ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e4241") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "650bb676-81fa-4c22-b009-9b66603eb921") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8f80a3f1-1ae2-4b8d-bd35-7a182c6a8d2e") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "39cca1bd-96d6-42ee-8c69-5de87b57e546") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "72140a8f-2088-44fc-93d1-40511c6ac353") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b28cafae-d394-4513-8ad8-4a26f2715041") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f0df0d69-5126-4627-835f-c98c904e9fca") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fc39fdda-1f03-48e6-9966-c4215f48ab0d") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "66f0428d-5d42-4a2b-bd34-e3c56deaabd4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "507ddcf1-9cbb-4b45-975b-709e12df4ebb") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "f24191bb-7c3d-46c7-90d2-d6965006ff76") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "abfde176-9928-4197-ac35-08e17e97277e") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be41671") + (at 99.15 104.95 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C71" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "abc0decb-50d4-4467-9412-db8d85ff63ff") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "d1e483df-ea1d-4033-835a-7e444a60718e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ab099105-b85c-4686-bfc1-bd21d94caee7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b6c028c-6aa9-4aa9-ba7a-f26e4a85e5d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de39493b-b2dd-47fd-8866-3958e6ba60a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e4276") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a2c6ddb8-c592-4f88-8d0d-4d49eee9bee0") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "71bde7f6-c970-4790-a48c-3a26a72d30aa") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "693758c0-e8d0-4612-bd48-760fa3b657da") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ce52e298-4c1f-4e90-ab4b-157701b38695") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "02c9d8ea-754a-43f7-a713-860920f64b9c") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "29ce0296-11ac-4570-b91c-c76b451384c1") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c9a2e9f0-afbe-44db-b1e6-81fd64eb369e") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fad1a70b-66b0-4f20-86d8-daec3418c997") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "4c574d69-3841-4646-9cb9-67e1549af41a") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "271396f2-2847-47d1-bb55-41a773d0e0d6") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "b5459239-bbba-4698-9494-ff8aed069c28") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be4167f") + (at 101.05 96.55 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C72" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "3525d7fb-9fbb-407a-b98f-dbe710a5769f") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "cdd161f0-22d1-4053-9a0b-ffab3a54d82f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b404dc49-39da-40c3-b548-a1004ec09700") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "58bc3822-ba21-4376-9015-41fb6f110267") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71b4b972-2b5e-4f9b-a57a-666187257c08") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e41ee") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8fc2e36b-243b-47e2-890e-f3a8d0cb9deb") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "efca2809-2036-46b8-8545-a5bdd08b5301") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0c23fd3c-8e92-44f9-9905-f0d6b673c1e2") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "098660ff-f93c-4ccb-8579-57628aa895a7") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9462ae22-4e7f-462a-824e-86cf308ddca1") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "791865d8-d8e2-4bb4-a45d-5c1ab6b1ca50") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5569ffb9-3194-4ed5-a115-e717546fbbd5") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "877182c1-f7de-4075-b871-3852bba4d685") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "f25c7d87-b8db-41e0-abfc-bec8048ef2cc") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "66096f4f-c798-4425-8537-e7adeb21bec3") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "fffd8529-ec61-4c2e-ae6d-c3e663947951") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be4168d") + (at 101.05 99.35 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C73" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "3e308dc9-2a7e-453c-9c0d-ed6716a1e4ef") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "0661954e-f25b-4f99-a409-ca063613e2b5") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8cf2c953-66de-489e-be6b-4ddb2167afb0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d10c382a-d283-419c-b7a0-bb7475dbd775") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f3ce4607-f2f1-4cc1-94ef-73781908725f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e4223") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6319e6b6-80ef-4c5d-932b-ba0c8406594e") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "20f8741b-5a66-456e-a4d1-e6dbaeead04f") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8c0d65e1-4a4d-4982-a3de-a94643ed355b") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "52949d6c-3d13-4c3f-aaae-0190262c1362") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6a72c50c-7d61-40e1-9db3-e13eee38f0d7") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1e7a3df3-1564-4fca-a73a-2e1c26f2240d") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b36fe0b5-bec7-4179-a8f9-f7d791244aaa") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5ed93df5-0550-4f68-8138-6b58ec386db8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "c3d693bb-8b79-4c4c-8f6d-fcf59053a0c7") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "611e7c21-be02-4a2c-b017-7fcdbe00c6cf") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "7778230f-f910-4a2e-99e2-9b1e861be1ad") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be4170b") + (at 101.05 102.15 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C74" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "9510165e-3a21-421a-9d20-c6065294b8e2") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "059050bd-8528-4253-99a9-2b538d18cf46") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e9af9e59-3e6e-4527-9966-b2f7c9c6c010") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37d6c8ec-4217-462a-b740-2a4c58d7cb50") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ba7eaab-57bc-4d3b-bb8e-8f9d7ac60f91") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e4258") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "997cb231-50c8-4d21-8ed8-7374ef99c345") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c609c484-2253-4f34-947c-2a26d9dba820") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "16f5debb-7b35-41b9-bae0-84ba2f44a466") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5e372dc8-30ff-4a61-8ed0-592ad0944ea6") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6a4191db-6adc-4433-b658-a6bfdfa95a8a") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "accfdd65-ff36-4857-91ff-9c83807ce9b1") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f93750aa-9072-471e-8eda-727f7c99e298") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "060e7195-8501-4e09-8c43-1c823c24812a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "5bffc67e-1f19-4ce8-a04b-5942212e56a5") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "e78c6541-571c-4ae3-b37a-ce88f45e4767") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "a9942b9f-63fc-470a-be46-0575b71f7cd0") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be48c55") + (at 82.1 97.5) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C18" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "5341f75f-445e-45d6-8d7c-693459db4b8f") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.8 0) + (layer "B.Fab") + (uuid "135e3642-358a-4af8-829a-e9d8d5db6f15") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b628d6b-fdf1-45b4-9bac-601685c316c8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f7300be4-c670-413b-adfc-de4e9734ad3b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06b62acb-fc7c-4bfb-8345-d48608c4b70b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c082b33") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dc50a505-bdbb-49e4-a166-7ad91ea76a60") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "398ac0ce-a6d7-46e9-b0d2-f38a583f93bc") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4274c955-0ff2-4ffd-b308-32c7740d7229") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4b680c6f-6bf5-42bc-954e-399a8095278c") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "378e526d-5a27-490c-9809-30a858151ca1") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d26c0188-a8c0-40f8-947a-e0efe65dd5bd") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "46331abf-ef2b-44f7-8e7b-2addf2a04973") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ee2b5b55-18f1-44b0-8eb7-645cdcfe2722") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "2da0c218-f525-488e-ae52-b37371a9c8c4") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 29 "+1V2") + (uuid "8ebf6100-3981-45dc-a269-6504480f2134") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "03180fc3-312d-4869-989b-36a0aa8fbbab") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be4c27a") + (at 83.7 94.3 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C33" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "c16eb0f2-fb9f-47b4-a16c-9ce01bbd9c9d") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.8 180) + (layer "B.Fab") + (uuid "e7dde0d3-3ac1-418e-87d9-d9726ff40441") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ddb62e7-5879-4620-be1c-1b384efd882c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba1330d3-c382-4460-9da8-b09b36c9a188") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6198f89c-e1d8-4fd2-971b-d4f98efc08a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005cf06543") + (attr smd) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "711e8266-1663-4d18-8cd6-839cb071c47e") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "40ca69cc-5122-41ab-a4ee-b5af8c1d68be") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "57e60628-6d13-49e5-8e0f-1cf31bada668") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fa6267a2-77b5-42f5-98c6-40bbae0f2c13") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c73c7613-9204-490f-8db2-c65c1d852fa6") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2fca283b-07ad-4fe4-8cca-34dc149535e1") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4713d2a5-700c-4223-8e8c-bc814fca4fb1") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "59ef6ce2-45ac-469c-a048-8dda8c329f97") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "022b0300-c8f8-48b2-9d2c-ae80ff824354") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 139 "/IO_Banks/VIO_AUX") + (uuid "0d587a0a-c67c-4fed-9eec-791a57f2bb2e") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "999751fc-78d3-4f80-b9fe-ca01ec165983") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be56bbb") + (at 79.815 94.9 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C78" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "1129c821-4221-413a-b124-7cd2b452dee3") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.8 180) + (layer "B.Fab") + (uuid "5a703fbc-431f-40f4-ad99-bbe431b7f329") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "858210cb-9178-468f-9082-16e5882402f8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2ed6d1f3-79ee-45dc-9d6c-6944b7f6fbac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6b614b7b-f356-4ea9-8b58-a9b69064b89c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005bda7918") + (attr smd) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "702adbad-cc32-40cc-8557-12ccbcc447f5") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7da14e3c-031d-42a9-a820-92c0765992b7") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a73753d8-f00b-4be9-a8c8-167668e414ea") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7b448334-a672-4f67-8bb7-9dc7daa7fefe") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e494b54b-7300-4f8c-8bb9-32c84d3e63f0") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "31d3bb61-3ab8-4ee5-98f7-19fcbef58004") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c11800a1-7754-4ac5-a9a8-c6989ec2e1ac") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ab1be128-b506-44db-b353-1b6cf0f1bff8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "b73189eb-ce33-4fd6-899f-a0fe6fefce38") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 49 "/VCCPLL0") + (uuid "875d8101-02ec-4109-9cb3-dc03033ea564") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 51 "/GNDPLL0") + (uuid "2cde09e2-1478-4e90-84f2-de808fbc4e00") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be63934") + (at 77.9 97.6 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R31" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "7264e754-94bf-45f8-8f07-c4ba0c236301") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "100R" + (at 0 -0.8 180) + (layer "B.Fab") + (uuid "71ebaa7f-b6f6-4306-8ae2-f18bcc629bcd") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "736e7cfe-c9c8-47c3-943f-867f2dc1fcfa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "90da7849-7646-4dc1-b4f6-05f05b1da7c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2da38977-1d04-47c5-9daf-5bd94205c77a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005bf227e9") + (attr smd) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ffcbff8e-ab26-41db-bf1a-b4c132bdb8a6") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "32e6d5f9-b73a-409b-a341-b80aa666fbb4") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e7e6cb6d-7647-4949-b7bd-8bc1e899dd19") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cb658bfb-bb44-442b-af68-cdf8168ed728") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f47134a4-be82-4ad4-a1ad-bf72ff4ae546") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "66da1b23-6a31-4d09-b903-23246835c884") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "45da367c-fc2c-42ee-903c-c1df37d60691") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "15f78139-6d94-44b2-bfa9-7b1fafdf24a2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "9d5ddb59-1e9e-4537-9599-057acace239b") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 49 "/VCCPLL0") + (uuid "31bc72e3-7b37-4039-ae03-b411f4438425") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 29 "+1V2") + (uuid "cd8fc82c-2372-4ab9-b58f-1c5bd1ca2b34") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005be9c493") + (at 78.6 96.4 180) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C76" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "664ea685-f665-4315-aadf-581a656f41df") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Value" "4u7" + (at -1.15 0 -90) + (layer "B.Fab") + (uuid "578f33ff-8d12-4136-bb61-e55b7655fa5b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2e3ff9e-74bf-40f2-961c-005f37c0860d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6b413bd-846e-46a0-8990-83d0b10675d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0950ebad-0f8d-4ad4-97c6-5861b7babc3f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c364e77") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "401b5a0c-f502-4551-9d61-fa50a303707e") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1d2d8ec8-1f1b-4d06-9a35-eff8e386bdb8") + ) + (fp_line + (start 1.48 0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bf3524aa-7451-4bff-a4df-53f0aa1c0aeb") + ) + (fp_line + (start 1.48 -0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e315fb88-f764-4ec7-a92b-006692d5e26f") + ) + (fp_line + (start -1.48 0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "22614aba-2c26-4590-8e12-a7a6b6de48de") + ) + (fp_line + (start -1.48 -0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "92822296-9b31-4c78-bfe1-2dc7c2e425bc") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ac0e5582-f44c-4bc2-8ae7-2c3f1115fb00") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4c069f0b-8c76-44a0-a999-7bd72a3e8dee") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9d2af601-5327-4706-9acb-978b65e95af5") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "35e60fa0-27cf-4d0e-8bab-b364400c08c0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "1a1da3ab-0792-420a-a2dd-c670f9cd52e8") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 180) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 49 "/VCCPLL0") + (uuid "9050328c-80d1-449f-94a8-27658961ba9d") + ) + (pad "2" smd roundrect + (at 0.7875 0 180) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 51 "/GNDPLL0") + (uuid "d0060422-f68b-4ffa-bca8-6f70dc4f862d") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bea726c") + (at 85.3 93.5) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C24" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "8b487b8b-12fd-4cf3-8cdb-1ef50af640be") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0.1 -0.8 0) + (layer "B.Fab") + (uuid "0392df2f-b1af-48ff-aa24-2cc5cb8498b9") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cab32ccf-8b5d-47c3-9a88-65abb55e34ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "74c5d315-85b6-47ae-9af4-c0f3d2b7dfab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ec9ad5f-aafd-4518-80d5-bcbf64b133a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b0dd093") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9cb2aa88-c3a2-4cc1-bdd9-a23918a92f25") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c50299e9-9259-4a70-896e-dc1c1b1ee1d5") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fbfd32a9-c3c0-412d-baa0-00d63242f652") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f0fd2e44-a386-4ee9-98ea-d37af6599518") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "86915ed6-ec29-4952-8c3f-87e8b2adac8a") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "952273a1-b0c0-4d7a-93ce-f59799a5c249") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3bdc1b02-322d-48f9-9d18-b7443809881e") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7d49c9c5-5903-4690-a2d3-e7457b1c219b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "92887ca2-ec31-4498-981b-8dceb06ee776") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 29 "+1V2") + (uuid "fdff2fcd-c6ae-4363-94be-e87012c3e9e7") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "a7238a92-fd90-4f03-97ca-e07dac351f72") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bed17e1") + (at 67.3 91.55) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C7" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "9fe4ec8e-d675-4b57-9038-b2ad5a9800f8") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 -0.75 0) + (layer "B.Fab") + (uuid "5cdb6c77-dfe0-4421-823c-8da8613d150a") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63d01faf-31d2-47e8-8fa6-93db157c2777") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f52f5185-cfc8-45a5-94e6-8e6c708c514f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "54e8eda7-c19e-496f-8f9f-79a44057ee91") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acf720b") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b0228418-dad2-4b8d-a837-f46810bb487f") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a05199a1-3017-4a2a-b893-ebc3b2f9310b") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0dc2cd70-6de8-45e8-a340-01c8679e5b63") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f2ccfe83-d3b4-4bcf-8563-fa0bd5654db1") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "64fbefce-a964-4fb3-859a-3fdb8eab745c") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4318fcb5-9334-4981-bad4-6943832d199d") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6fc07099-549a-4dc5-8c80-3ec767b4b363") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "32afcd4b-97fd-4b03-bb8d-932fb13e0a23") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "0abebbfd-5438-41bc-8a59-6ad99b886f3c") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "ec7993b9-2e80-41d7-a9e6-32c1a4acb73d") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "2e435b0f-671e-4da0-9b1a-48c487e95e18") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bed180b") + (at 72.1 99.45 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C6" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "8302248e-97db-45f0-9e4e-d0367b746f41") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 -0.75 180) + (layer "B.Fab") + (uuid "ed88958c-7dea-458c-986f-dc1186d3fd0d") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3508773f-81d4-48fe-9661-b17b7c7ff50b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d892edf8-cecc-452a-8b01-7a5a64047fec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b32320a-f5f8-453a-b6a8-e68c2be16edc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acf71c9") + (attr smd) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7629cb9f-5c7a-4585-8c5f-2f63280a0e51") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fb08eb4e-4d01-46b4-b939-0155c8ef8388") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "86e8ff80-aa78-4d5e-beaa-330ad4719b0a") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "96eb5ece-27d8-4ab5-afe7-8640e2051015") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "06d89049-bb08-4c35-aa48-22c05c01103e") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "16fca551-3571-4517-ab94-7c1b9d1a3ce1") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "21fe163d-5c16-42b5-8408-6e6165b7b3e7") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c54946dc-b56a-4075-a391-5835ff06fc87") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "1be57cee-9843-43f2-b029-ce77e4d23583") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "30834466-df1e-45cc-9752-de058ac1c411") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "12a70400-b291-4d8b-93c0-ccb9a5f9af47") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bed1835") + (at 65.9 93.765 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C9" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "06c3c04c-6c4b-4c5d-8552-dca1efe1a3db") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.8 -90) + (layer "B.Fab") + (uuid "b84e5c3c-d5ba-45dc-a996-457d3d15ea34") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "26b91877-7220-4791-a7b0-c5945008c52b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3bc71bd4-21da-4a38-a733-660ba532b170") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72f54ed6-dbcf-4fb3-911d-0f1de8c48bae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acf72a1") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f886ffaf-1f6a-4587-bede-09aad32c7906") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4e6baf82-1448-4d68-8aef-496f449563d1") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0be455d7-9219-470e-8eb0-7925a3f97f66") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3bd73262-7ee1-4541-8298-a0d7411e1d75") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6a336e3f-79e9-4231-8ca2-38a798f05f9f") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3862ae54-0889-40d0-a519-841ecb949575") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9f9a1dc2-1e64-4561-84e9-c59e56eccfbe") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7cba27a8-b26c-4e33-ad8e-83f2f8589f1f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "42b93640-dc22-413d-916b-9e4ab2755ea6") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "6ad02073-0558-42a4-92fa-4add44c180cf") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "87a79b8f-2884-4c6d-9e08-6da03103a9bc") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bed185f") + (at 68.1 99.45) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C10" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "e11a3537-54f2-4cd9-a01e-8d25f34fd41b") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 0) + (layer "B.Fab") + (uuid "95b9926a-6923-4d22-94a9-a7e0924d3712") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6a98a64f-c6d7-498d-9741-5c22a336cdae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9fd21e00-9541-4262-804f-24671c290f8f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "722904cf-9173-428b-bbe7-a8f9ddd6412d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ad97c38") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1ce35f55-7b10-4f85-a37b-4d1001366d27") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f85a42e4-203a-4e25-98e4-36d444206b66") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6d82f96f-5cd4-4338-b574-ad84bd842bec") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ba9f795f-8c46-48a3-ba64-f5c3f70c3f24") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4824cc17-4fe1-4945-ad51-0aeea24cae8e") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9b0f93ef-a45a-4738-a37f-ee43c3ce3020") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6fed9995-8ff3-4083-85d0-0bba783437a3") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "08402209-d3fd-42d4-8065-6a77e812c43c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "aa8a688f-5fa8-4705-b079-d93e40bd66a2") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "edc5129d-f46c-479a-bd75-243c78b54fdb") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "8a9dd820-4ec5-4959-94a2-489c1e5fdf0f") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bed1889") + (at 72.5 91.55 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C5" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "e3fcbf5e-ef0b-42f1-a0b5-f37d0a27f3c9") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 180) + (layer "B.Fab") + (uuid "f96df586-90b1-4dc4-869b-df72f115a13d") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6a8c80d5-9ddc-4a11-9432-83e70f26518e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03e4692e-43d3-414a-89bc-c68e8db76e22") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52030879-4a6d-41df-a62b-59e46448ca85") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acf7188") + (attr smd) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4f61ecac-c991-4ada-87f6-95087892525e") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bde06726-cef4-4003-a1b5-ea6b7a6034a0") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2c258e51-8ac2-4b9d-aba4-645b6790e3ee") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e5803e45-bd73-45c0-b324-74c3d0cd5ee0") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2228514e-5299-4258-98b9-e9cdf9417856") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d09fca4c-55e2-452c-818b-2a461bf643cc") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2231b7ac-f92b-4941-9374-f0bfb259582f") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b3627424-c4d5-42f4-9736-1aa72fac30b8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "023b8036-b37e-4e6b-b316-94c2bd8af4ab") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "6c1a3235-4d99-4e6f-a98c-377099e15df8") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "12b6afa4-4d3a-430e-8416-f3d60b11b644") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (locked yes) + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bed1aad") + (at 65.4 99.5) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "376da264-b219-4ddc-be78-a640bbee3aef") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Value" "4u7" + (at 0 0.8 180) + (layer "B.Fab") + (uuid "7b8f4734-c91c-4c35-bc25-8ba9e0a60f64") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c949204-631a-4e32-8305-05e2a560f5ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0af8815-51a4-4863-87e8-60de5d66a6cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "aeb8ecb5-90f9-4f11-8ef0-e72a62340310") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acf0aa9") + (attr smd) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f7833f4-976f-4a80-99c4-69f2976ed565") + ) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "e5f06cd2-492e-41b2-8ded-13a3fa1042bb") + ) + (fp_line + (start -1.48 -0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ec7073f7-f754-4ee6-a977-3d11d16480f8") + ) + (fp_line + (start -1.48 0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a8470270-920a-4fed-9691-22526135f92c") + ) + (fp_line + (start 1.48 -0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f99552ce-0729-4ada-aef3-5686270d7c4d") + ) + (fp_line + (start 1.48 0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "513c5122-3fbb-44b6-aa2c-74224719f915") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "63892cea-0371-47b0-925d-c40106168946") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "419715bf-ffaa-4f14-ba39-b7cca3633324") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b45faf1e-b7a2-4d73-9833-db84a2fde78b") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f88265e8-a27a-4259-b3ad-7df91a571c60") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "34d3baf1-c1a6-463d-a7da-03fde565ea93") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "0d1c133a-5b0b-4fe0-b915-2f72b13b37e9") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "24d3ee68-60f0-4c8a-a72b-065f1026fd87") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bed1b41") + (at 65.9 97.75 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C2" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "f5322e2e-cac3-432e-bda8-0a4cf8376319") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.8 -90) + (layer "B.Fab") + (uuid "69f84cd4-9488-4b2f-b15f-3d9e11632cf3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b98f5786-98c8-4977-8dee-c854410b87c9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a744c918-c410-4495-92ee-3ff61c7dd7b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a9b9a907-c6a6-48f6-95d5-87dff7c6e301") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acd6c50") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7290aba7-9701-4a7f-9efd-a4c38f1a6ef8") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0a523061-715f-43ef-b1dd-3d745a3e7e1d") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "19cf3f75-846d-40c4-99e9-986cfa896c10") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6335d0a4-3503-455f-8a16-33bc2cc40641") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5760e242-d884-4525-b413-5cdf8762836e") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "22ce5f01-00e9-4ddd-a65e-815d60dce969") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d3a8e1a9-d4d6-43c3-a281-bf9d31297aeb") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "65778b97-4bd1-4830-a540-c2ec5320ce4e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "5d2142a2-f5ce-4a20-b509-6fc8dca8fa51") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "0e86af0a-1fe7-477d-99bc-1729cff58217") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "3324d408-a5b9-4560-951d-d219dc33ad00") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bed1b6e") + (at 65.9 95.75 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C3" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "3be24049-710e-4c21-b592-150779e27859") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.8 -90) + (layer "B.Fab") + (uuid "4e171e27-0952-4a5f-bd26-afc8662a6d9a") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85f9e74c-14e9-49d5-83f4-cb15e6f0caf8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "12b4e43e-08f8-4af0-9d47-0fe1a0f7e503") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3910a087-fab5-4498-84ab-bfc410da269d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acf711c") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a120ec1a-c3ea-4c4e-ad75-54278c183a82") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "708692df-f1ed-4dfd-8869-70b93a8004bc") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b06fdf55-9b05-48ab-b20a-f43456e8f5ec") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "64e4ea00-3ecf-4df6-ac5f-77cf4ced88fb") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cec5c91b-0f2e-497a-af3e-a5a152b16bf2") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "659c7120-8885-4090-b510-a594ad335b4b") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "90eccc84-68e3-440b-b8e7-b46a28e3379b") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a66a3b2f-f268-4e38-987e-b27ec003ce16") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "241ce13e-c8b1-478b-8ebc-cce2a81df2bb") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "ec08b450-01ec-4ec7-a2c0-7827a3b475fe") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "a818dbd6-8d05-4bed-8e76-065b136c4a97") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bed1ba1") + (at 73.8 97.765 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C4" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "52c6d709-bf2c-4bb8-aab3-486121f784ad") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0.035 -0.8 -90) + (layer "B.Fab") + (uuid "2c93e68b-23e0-4a8f-845c-7911d3abc09e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "259ceb9c-909d-4d02-bffa-0dc84704c93e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d45c36c1-00ff-4710-a911-51d2b8914b88") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dfe561cf-cb21-45ff-8d31-fc0140a9c5b6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005acf7152") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9971c3bf-26e0-4673-ae70-dced6a212970") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b49d4886-5858-45d9-91aa-e4893360ac04") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "88948196-6a74-42af-a5e6-9dd2ac95ca88") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f8cfd3aa-e4ff-4f9d-9bf9-0adf19203b52") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "db8a60a1-6c78-42ba-b45c-08cf72ddf99e") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "925e8005-688d-4114-907f-02037a34dbc7") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "69029636-79e5-47ae-bb14-9bc5dbdeb2b4") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ce891766-6938-4d56-b79d-ae359292360c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "934f6b2e-d892-4606-8ba6-f8b20bec47c8") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "50065ec5-a536-420d-8f46-a78724f6ee74") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "5f6b5c30-781a-4047-9227-2733b7cc980c") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bee9778") + (at 80.05 99.5 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C81" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "dd792a1f-5f61-4685-b19e-ee5d59c531f5") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 90) + (layer "B.Fab") + (uuid "69428fcf-c4b7-4246-91ed-cfe5d045b05f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a6e157c0-e2ff-406e-b5df-81563843d979") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d9ff14b3-0974-4ad0-9368-998daf9b8411") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "759406dd-7ed2-4b59-9ab4-4aa28e5985aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c2c0b38") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9c5eb8ba-0370-4530-b0dd-d326ff9cd796") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3ac1108e-506a-4c75-b603-f9a6a39785e0") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ef546906-3f95-4037-a4d5-06936948161a") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "79fc1ef9-e921-4832-95d3-5ae7ff6b03fb") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b4d73ef7-d069-453b-a7bd-227eec81fabc") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1344c258-0a0e-4ec4-be37-1204c6a78d6a") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d8f086f0-c0a8-403b-adaf-40c349e5337e") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "76585e07-3216-453f-b827-82d9c90a2876") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "5ce1aa0c-f98f-4b94-80bd-f188cf4c57de") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "047ad835-c24f-4b94-8c87-da79f6183cc4") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "93ca340a-e8ae-4e1b-bdac-fe7f0eea36ae") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005befa460") + (at 89.85 95.75 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R32" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "414c44f1-6dc8-47ac-8734-d071cba6d2ba") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "100R" + (at -0.05 0.85 -90) + (layer "B.Fab") + (uuid "3a95a55b-8a78-4e07-8313-782b4be21acd") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e1aa7f93-5fb6-46b4-ae2c-eab0b2c76ac5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d2efca4-76cd-478d-a2bd-322b0e004507") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c253586-4937-43b7-a47d-6b6e936c13b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005bf22e2d") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "de4ed296-9fb5-4bc2-9de6-dd78d5bf94a9") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "616d2ae0-660e-4201-aead-18acef1aaa51") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4bcce46c-d9ae-4ab2-a9c8-5cc8f50b0e43") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5c9a0412-4fb3-44e0-8564-dd1f1d19974f") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "074bd178-4b8d-4443-a5fb-cfcbc87a942c") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6551c37f-9afc-4b25-9b2a-c1739b8edf17") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5a8a64e8-0b04-48e4-b608-5cc887a127c8") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ce87f310-f0ba-406a-b736-4ce38509611a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "735ca608-844b-43da-824c-192e28c319d3") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 48 "/VCCPLL1") + (uuid "39349f81-a647-4568-a49b-eb371290ec0d") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 29 "+1V2") + (uuid "b7bb8bee-8b45-4682-ba4f-3c97e6c96b19") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bf934b8") + (at 97.05 85.35 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C38" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "9b2c3896-c54b-4cf2-8fa5-0036fca2d447") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "6755f669-82b7-4ff1-bfd2-0c84dbe58282") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d2879a5d-3e13-4dc3-a7c1-e92125b8490d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cd4efd35-c0ca-4cf3-9e86-0f4ac941ab16") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5c00355-7e32-4e00-9d49-609b22d8f943") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b489612") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e6e5213e-6aad-48c9-a436-d90409753d19") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b9288ffb-24d0-402b-b179-78cd1bd46e32") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "50cd2860-5a3b-49f4-b0e5-143db7d397c7") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0f924090-ddb0-4e05-904c-8a63a32e091d") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "165b2e7b-1b46-4d73-a3c9-4eda1d2e3f87") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "476d457b-c549-4355-a12e-b5454fb7f25c") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5b1d9dd6-e256-4086-9ce7-efa87daa8a99") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "51a42fbb-e03a-42b8-8723-2ff8b13b7002") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "201a0ca7-5d89-410f-baa8-63fe4094eb66") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "e8858172-31ad-4b9d-9cff-5ab15d2d3f69") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "675bb9b6-2005-4a9f-96b9-341a2d5d4912") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bf934c6") + (at 95.15 85.35 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C34" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "d765feb8-0d2b-4f91-9055-021e050d2c2d") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "d525482e-5dc6-4c44-b919-a131777fba8e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d16daa2a-0cde-47fb-85ac-eb8ea1ef3c30") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e535525a-fe10-4378-a3cc-68517520dd62") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c6d50e2-558c-4d68-88f3-3aa31ca49ed6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b46cb87") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "57943a54-0d5a-4776-92d5-28c3ef73c2a2") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8afdbac1-8ba5-475c-b038-16f606d61c74") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6c1dc8fe-cd68-4d9d-b5d0-383668c0989d") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bf76e491-9dd7-40e2-950e-c79b71b72d93") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b5b9cc39-57c4-4b34-9753-47ab693cf9f1") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b0e60bf5-2ca9-4c6d-859b-816ea2de1be9") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "39e74c5c-b798-4d06-8858-8667944befeb") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "87c4c6cd-a743-45fa-8a20-56ccd5bd596e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "06af765d-0fb4-424b-b8bb-f25711eb599e") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "0fc4267c-2119-444e-b3b2-d8a7bd88ec8a") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "66cf9899-100d-45fb-9b9f-8f866de8a3fe") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bfe38e6") + (at 95.15 96.5 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C60" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "81049ca2-49e7-44ea-98ba-da99c1259c4b") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "817cea77-3614-46eb-ac46-8f839c322ae1") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ee12ad5-6846-4857-8dea-e926ebbbecf9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "966fe0aa-1138-4504-b10b-8d6400db1a0f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "44c6b231-a602-42f2-bce8-b87b77441298") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b46cb87") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f95acf52-40ba-412b-9d45-8c2880174473") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "340170db-45d6-4c78-9448-445128dd4314") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ac6f6ed4-8668-453c-b29a-e5d6005ea361") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "09cf0645-d8e1-425c-a1b1-50dc308b5fe2") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "00b32290-b6a3-4fed-82ff-3034599f39a3") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f1960b60-73de-4c92-b6c5-7fa1993f2c9c") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "db3f768b-4ec7-4178-b70b-b4b036c84502") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0fa0e183-23fd-4787-b228-f9207d787009") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "c8c01ccd-b5d2-48a3-9337-31437bc0d5b2") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "139845db-428c-441f-ab00-21d347aa3d8b") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "f33c1be6-4001-4ece-aa46-3a20267b8ad4") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bfe4ab8") + (at 97.05 99.35 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C65" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "bb94c706-c1c6-4e19-ac2a-271d09f29af0") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "797fc62f-ec08-4f23-905c-e7ecf00b70db") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "604110b7-e93e-413b-8ecf-63368e5d7b5b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d239f99a-1f9b-4d33-926d-f74d03dcb8cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73a3f1e5-55f9-4dc5-aba2-dcde627c24d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4abdf7") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cc21dc29-228f-465d-a019-7ba199ef3d01") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "466e4ca4-208a-4476-ac72-f3a29ddf098e") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "202557b3-1d57-491a-8c53-22fb6f02d7ed") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "671bbafc-9abd-4d27-a6cb-0c6370106f29") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f8ef65e0-d7d9-4c2c-b81d-41f323f525ce") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f4d5987b-377d-484f-83a0-d26e07453a42") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "56cab98c-3eb1-41cd-bdf8-fa073613afc8") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "66b7ab9e-b2bf-4ee7-8912-f23a2d210480") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "bc600043-b23a-4784-acf2-3275a6d2f518") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "d6a10cc9-e23d-4cff-880c-1c4e7c655172") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "4ca1471d-e84a-43e6-9ec2-ac5bbbc86c1a") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bfe4ac9") + (at 95.15 99.35 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C61" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "bdc2dce2-a873-4024-ba32-25e14d4c7d3a") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "af6768f8-3c5e-4c2e-ad12-97c0640b49b0") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1046049-4797-437a-b00e-9dd390ca12d1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3dcbd3b0-870f-458b-9c1c-06f8c4572170") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02e6ae92-549a-43c8-a3be-e888619bbe22") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4abde0") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "febb7d9c-f8af-428a-b455-1415daa5c3f8") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bf3b8360-7021-4a05-9a17-ac671301ba24") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "32ad7fbe-e026-4d57-9f6b-f4af30c894d9") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2501f8af-64a4-4048-910a-af6739d92186") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "14e5ac74-9e6a-429c-a85f-3f85c24f6634") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7db1c116-53cc-43a8-9a9d-fcc8da2afbb1") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "20a5fa03-1925-401c-ab1e-0afe600eece7") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "72c8bab7-3236-4d5e-a06f-9f8b3d4cd3c8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "2887f18d-0aa0-4560-89a5-469e7311c504") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "16c12f8d-a9ce-4e1f-b395-2ad0bc43e76b") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "0ec6de6a-5daa-4a3a-bcf9-49d82195b230") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bfe4b02") + (at 95.15 102.15 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C62" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "81cea36f-374e-495b-8b76-6e2c7f3900a5") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "6a92e431-970e-4e94-9939-6a30a7a953f8") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d58a1d52-15bb-4ac1-bfb2-e95e6e9900a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ce7331a-0da0-4cd8-baac-71de97e468eb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eeab3e4c-de2a-4c1e-8fe2-b4905ffb84f6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4b0e51") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "75b6e061-3edd-496d-8819-9872e3fcd769") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "23d6215c-5ccd-448a-9dca-fb24b263b819") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "210b172c-b965-4a60-99f4-39f3cf0b0a90") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "623f0fd1-05e3-4aed-b4a4-842ebc101656") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bfeadbcb-526c-43a6-b7fe-4e2f50efd84c") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0b16503a-4feb-4e18-bd0a-8dd91a4e6919") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "20610dee-24a2-4a35-9d47-947d8d2d938e") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fe98897e-19da-4293-b75e-59fc03fd1c77") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "7ab43dd5-158c-4fb4-89fd-0268b2095c18") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "4b49296e-e16b-4f09-89ae-9e00f97c6e61") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "4833e46b-f647-4405-8958-8388c09e9ad1") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bfe4b12") + (at 97.05 102.15 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C66" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "0a2dcef2-f4fa-403a-9225-8dae005dca8c") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "f78d2d90-68bc-4c20-bfb3-6426e74fa17f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8114e2ae-7651-4b22-907b-5e5502b38790") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83f32f67-6755-45a3-a664-9e84250b5854") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7db7a13d-5a89-47ed-9469-d2da07aa946e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4b0e68") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fd1b2abd-acdb-456a-b12a-78be5659d6b2") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "241e4967-98ec-42a7-b49a-322999e65405") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a36d7b4b-db39-449f-92b3-ad84819e8020") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c611bc05-49b5-40ec-8cdb-1a1bb2d058ad") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9f3f87e9-c583-4ec3-ad63-18af982de461") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "026d934d-d564-4c37-9113-57bb727fc2e9") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "974678fc-a03f-4be4-9b67-a5d08857a8c2") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "afb8b546-2d34-49f9-b048-809d9d067ebb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "fb7c97ee-bfba-49df-b0a6-949d8c1dbc80") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "f16f0137-553b-4915-92a0-bc14383612e0") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "84e61ea2-1c29-4ec5-923f-b6010cf9ee5a") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bfe4b51") + (at 95.15 104.95 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C63" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "f864b1b6-4eef-439c-a377-b3311f670600") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "ca268094-9355-4b91-985a-5a3fe3fac8eb") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4265fdb7-d24f-4688-9d83-f836f743edda") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "78de1567-bd5e-44cb-b15a-1b6c577ba666") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ee957f83-f1fe-4786-b8ba-076fdf98b4de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4b6b47") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "455224ec-2cfb-4dcc-94d6-2eef7f2439f1") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1ce026d3-9575-405f-b43c-ff2ecd8b10ba") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3078fc62-fc65-44c3-8730-e98e32046f59") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "65bba264-2c3c-4c29-b317-ace99b3292ef") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "af0f2ee1-555d-4dbc-be05-20fe82a3a7f0") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "94a13df2-3769-436a-b0de-767acbdcaaeb") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "659697ef-1fff-4bfd-84cb-8690a980c4b2") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "529fff1f-db37-4ef0-8786-6c10d525699f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "7062bf88-353f-4702-82fc-9273f24f7311") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "5da4882e-c667-4e22-8c6f-59ed3561f408") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "a6da1c49-f5f8-4bd8-8a1f-6e9f0765716a") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bfe4b62") + (at 97.05 104.95 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C67" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "88000859-78d2-4c43-bac7-0b3d749f1368") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "80420a0d-53ba-4be4-b9a3-8c2223dbfa01") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba87b003-9ba6-4b6c-a1d2-9c0ac6fcb2d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ccf5df05-4904-4ff2-a0c5-cbf88382d52b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "498e6f75-2c45-4e76-b03d-65f0cc7b285e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4b6b5e") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0a998541-d8f3-40a0-8891-39bc18400019") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5992c750-33c2-4cd0-8fc1-226c3984215d") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7c0cf58c-e25b-422b-8099-af386f9b94eb") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8ae499bf-fd09-4ee4-b80a-645a7ba044dd") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d4286bc5-3f3a-4659-80b9-42b41fa62ce8") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8c21236c-b177-4669-8716-36f516ca4a7d") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "898c0094-ff4f-4630-91c1-84e767f091ad") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "eb4b6ec1-d280-45a5-a867-b25d0ed2f45b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "3d1b4b72-33ab-463a-81f8-af08de108647") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "cb143420-fca2-4cbd-801e-28377ce9b27c") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "be275fba-58f6-4a8a-b37c-129fb648aed7") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bff64bc") + (at 95.15 88.15 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C35" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "9caa825e-43a9-45d3-8dad-ce1e46623c13") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "49e13fb6-9495-424e-bd9f-1ff5b065001b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d61148a-67cf-41a8-be91-2ce6ef87fb15") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f9ce3f46-0d52-4611-b328-0f30a63c6b36") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ad1f44c-78df-4e30-b075-621cce39a7dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4abde0") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cdbabdff-d445-4ad0-8e7c-a52b2d06f74a") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4da6302c-cd1f-4909-89d2-621a3bbeb204") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d47cd15e-87a5-4fca-ba12-29ea14d72c4e") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c57e2c9b-795f-49e5-8ca2-7169d63a4374") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dc7fe6ab-e2e1-48c0-b2af-0f1c6ebb04ac") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "059c55b9-3878-4a5d-8c36-f2e1ac20b66c") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d17a8152-3efa-4cbc-b6d7-fac93119bd8f") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "41512000-8ddc-4c35-95f9-181a97b6f8de") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "9ffa7a41-84e2-439f-ab9e-a1334179edc6") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "8255a4a1-ab2d-4484-a456-579f6137ea5a") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "f0660c30-1630-4fed-a3e9-3ee2ebca41e2") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bff6573") + (at 95.15 93.75 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C37" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "0d0df2ac-f3f7-482e-ba7c-5f666b048a62") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "8cb07eef-4e4e-47a5-9a8b-ea7986073b39") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd588323-5140-40fb-956d-5af1fe30f653") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "721b35dd-e125-4288-a3f1-380eae56ff39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d8c3cce4-ea37-4c47-8511-14dd131c0e70") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4b6b47") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0a8229a4-9df7-43bb-a8d3-ff415d614cd1") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d978c51f-73a6-4c68-a2f0-34685b94acb5") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "af7e52d1-be2a-4da2-9768-453b8924e9cd") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "754b5411-6980-4296-853f-191c0eb30474") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b5f14956-a9e6-4c63-951c-e4703e1cd030") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3ce75223-3147-40f3-b47b-f7fa88e08c27") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bcecf866-87db-4f8d-b360-a530337f4827") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0ee88c70-b4a6-4a69-8494-c8cddbda5aef") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "14ff9087-b8eb-4ee6-bbfe-2436601097d4") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "a3c7a0be-f018-44c9-b3c2-73fbc0d13b4a") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "11cda506-0128-4093-b8a5-7efe9e45a170") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005bff6582") + (at 95.15 90.95 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C36" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "67193e61-d6ec-495c-a7e9-03793b500be1") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "8343fa38-8498-4902-a32d-1c52f3862967") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62ef7d29-adea-4233-89e0-5e3a3d087c6e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5fb76ae-cc48-4e1a-ac74-5ef6e4692ce6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "350adaae-88eb-444d-b8b3-2efadb9b2daf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4b0e51") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "96116b5a-a0de-4cfe-b1e6-46c282049706") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cf686d81-9f88-4310-8cca-09c4155d1a81") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "86e1da85-bdb0-4d78-b747-ecb447b1b842") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a7e4ce5c-98fb-48d0-9ff3-cdec8a457bcf") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4d10f603-e406-4c93-8862-aac8f1d98067") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5a0ec604-4c22-4400-9220-19e76cf5f05c") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b3e6123a-0f64-4e83-8feb-91055195c388") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "00b05432-76ab-49fd-b0b3-e99bb163c16c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "2570aee6-6e18-4261-b22f-3d8d6a2e1ea5") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "f364e29b-5711-4bf2-8799-5bbae295994d") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "c9e56185-f336-4312-a98e-d42d46197976") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005c065dca") + (at 81.7 94.7 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C25" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "ff613fa3-41c8-4c36-92a9-a9f958011df0") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at -1.4 -0.05 -90) + (layer "B.Fab") + (uuid "87cac154-b9d1-4a7e-a967-b26bda25a107") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c494703f-5d5c-4701-93d9-d1bfe8f917a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "58f1ae24-f954-4693-9685-3146066b4fc6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6877c0ec-ec67-46a5-b931-5c4dba7d2ecd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b0dd103") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e9849bc8-6aec-48ee-9fbf-9516057c0506") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0f39e560-9336-4a48-a641-fec45e29a92d") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9d2fde8e-b826-4531-95cf-8efc22c2d5d7") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6f5f0c33-b595-427a-8f2d-635a21b1d521") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "49c37692-773a-4783-950a-c26c3d94c603") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "72ba5474-7379-4b9c-915b-82f389a67577") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e82afd7a-801a-4e3e-8de5-eae8d5f80978") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e0f03b95-0eb4-4fed-9b1a-3564bb334a58") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "35c7b937-91fd-45b7-ba9b-d8002e5399af") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 29 "+1V2") + (uuid "09578cae-3e9a-4372-a934-d377a0227b7c") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "e4570e31-f9dd-4e13-a8d5-42733b999b4d") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:nono_hana_lines" + (locked yes) + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005c07534e") + (at 73.8 82.5 180) + (descr "Imported from /home/marcan/media/images/nono_hana3.svg") + (tags "svg2mod") + (property "Reference" "NONO_HANA" + (at 0 12.841393 180) + (layer "B.SilkS") + (hide yes) + (uuid "077985bd-c8a6-43b8-af30-1141a8334306") + (effects + (font + (size 1.524 1.524) + (thickness 0.3048) + ) + (justify mirror) + ) + ) + (property "Value" "MECHOKKU" + (at 0 -12.841393 180) + (layer "B.SilkS") + (hide yes) + (uuid "3c3e78d8-62d7-4020-ae7c-c489234b27d5") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0004e7e-754e-4d6e-9f29-d0c7a6f3efa9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d4eeeb8-661a-454a-b9da-9f884ccbf200") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "341171ab-d331-4ddf-9f2e-5be779390c80") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start 17.296 -3.272) + (end 17.296 -1.899) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "94b40fef-8e3d-4a32-a137-035c86ca86c8") + ) + (fp_line + (start 16.686 -3.272) + (end 17.296 -3.272) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6c1d0ff6-53d9-4a5b-89a8-5313d6ca7d94") + ) + (fp_line + (start 16.123 -3.006) + (end 16.101 -3.061) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1bc69943-163a-4f23-a1b2-869455d3610c") + ) + (fp_line + (start 16.101 -2.951) + (end 16.123 -3.006) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb5999d5-f86c-445a-9ff9-2a1b539dc199") + ) + (fp_line + (start 16.101 -3.061) + (end 16.046 -3.084) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "21ca756f-3477-4ce7-b401-446af31305b1") + ) + (fp_line + (start 16.046 -1.528) + (end 16.044 -1.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a58c2dc5-d0b2-4b7a-84f6-0ad19b70b65a") + ) + (fp_line + (start 16.046 -2.613) + (end 16.046 -2.643) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "196e2e1c-99db-48a2-923e-0258bca0805d") + ) + (fp_line + (start 16.046 -2.929) + (end 16.101 -2.951) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9b138bc-0203-4547-9bd8-5f8e532ba1ac") + ) + (fp_line + (start 16.046 -3.084) + (end 15.991 -3.061) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4ee7e00d-7ebf-4975-bd69-7b422f82b3e0") + ) + (fp_line + (start 16.045 -2.53) + (end 16.046 -2.613) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9eb5fc74-7ee2-4483-b24f-769829d8a6c2") + ) + (fp_line + (start 16.044 -1.7) + (end 16.044 -1.885) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b29e116d-0c94-4f3d-a318-db4c1054931b") + ) + (fp_line + (start 16.044 -1.885) + (end 16.043 -2.071) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "328427ae-624d-4ad5-9eae-c7dba1277b8f") + ) + (fp_line + (start 16.044 -2.248) + (end 16.044 -2.404) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "414df5d7-f19b-4687-a4de-327c40e73e20") + ) + (fp_line + (start 16.044 -2.404) + (end 16.045 -2.53) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1fd107d-3e8c-4d45-b1b9-b910fe926734") + ) + (fp_line + (start 16.043 -2.071) + (end 16.044 -2.248) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7cd22ddf-b7a3-4ab8-89e3-a5e58213159b") + ) + (fp_line + (start 15.996 -0.313) + (end 15.974 -0.368) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ff870511-3a90-49f1-9990-5aec7ad35822") + ) + (fp_line + (start 15.991 -2.951) + (end 16.046 -2.929) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "55811421-7465-4b7c-a8c0-f5132bc3a205") + ) + (fp_line + (start 15.991 -3.061) + (end 15.968 -3.006) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a773823e-0f26-4fe7-b141-87b580d11b17") + ) + (fp_line + (start 15.974 -0.258) + (end 15.996 -0.313) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6a82e1e6-8e23-40fe-9f7f-da90c0712b96") + ) + (fp_line + (start 15.974 -0.368) + (end 15.919 -0.39) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a092ea0d-146f-427f-adaf-641182334974") + ) + (fp_line + (start 15.968 -3.006) + (end 15.991 -2.951) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1971aaa8-4fc8-4165-91ab-821ea2d686e3") + ) + (fp_line + (start 15.919 1.165) + (end 15.917 0.993) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "719303cc-9ddf-4f19-9751-b8db3875f499") + ) + (fp_line + (start 15.919 -0.236) + (end 15.974 -0.258) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2c6281c-1798-4c93-a973-786fd5788e7e") + ) + (fp_line + (start 15.919 -0.39) + (end 15.864 -0.368) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4126d392-495e-4ef5-9351-6f700c8637bc") + ) + (fp_line + (start 15.918 0.163) + (end 15.918 0.08) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "89b81b16-224b-4483-a357-720a8e6eb208") + ) + (fp_line + (start 15.918 0.08) + (end 15.919 0.05) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c77b66c0-41f5-4d31-abb8-e152e2d28a11") + ) + (fp_line + (start 15.917 0.993) + (end 15.916 0.808) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "202e566d-5dd9-4e58-8d82-bf96da938851") + ) + (fp_line + (start 15.917 0.445) + (end 15.917 0.289) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e671ffe9-4ebb-42bd-be8d-cda9a798e138") + ) + (fp_line + (start 15.917 0.289) + (end 15.918 0.163) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a43ae97f-ff8c-43dd-8d6d-82a22f1be9b5") + ) + (fp_line + (start 15.916 0.808) + (end 15.916 0.622) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0c9e7917-e0a0-46fb-b233-2640231d0e2c") + ) + (fp_line + (start 15.916 0.622) + (end 15.917 0.445) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2b670198-954c-4e3b-b1b0-4485bbd2f4ee") + ) + (fp_line + (start 15.864 -0.258) + (end 15.919 -0.236) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a43a5da1-e224-4f65-b747-f67973f2af88") + ) + (fp_line + (start 15.864 -0.368) + (end 15.841 -0.313) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "63a30107-e64a-4f1f-b117-b90cb84b149e") + ) + (fp_line + (start 15.841 -0.313) + (end 15.864 -0.258) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cacc113d-885e-464c-bed1-96200200e5f6") + ) + (fp_line + (start 15.111 -2.659) + (end 15.093 -2.788) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0887e962-8f08-410d-9589-9308e22a7936") + ) + (fp_line + (start 15.093 -2.788) + (end 15.043 -2.898) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e4d2c258-274a-4398-b6a0-528d81ed8508") + ) + (fp_line + (start 15.089 -2.517) + (end 15.111 -2.659) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "462f3238-fbc0-42d6-b76e-a63d29cc32e1") + ) + (fp_line + (start 15.043 -2.898) + (end 14.966 -2.99) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "24edf58e-a5f8-4553-99c5-1a11459c3da5") + ) + (fp_line + (start 15.026 -2.406) + (end 15.089 -2.517) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "98a311ac-38c5-418c-9c79-a5650558a468") + ) + (fp_line + (start 14.977 0.035) + (end 14.959 -0.094) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3dd67e23-151f-4030-9f89-07540f8b3bb5") + ) + (fp_line + (start 14.966 -2.99) + (end 14.866 -3.062) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc00fa94-a583-43b2-92cf-d179c920f4b4") + ) + (fp_line + (start 14.959 -0.094) + (end 14.909 -0.205) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e16db058-fa43-40bf-9cff-c2ed4fab6ab5") + ) + (fp_line + (start 14.955 0.176) + (end 14.977 0.035) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3de27c1c-897a-4a6c-b0f7-6b3c6fd91fd1") + ) + (fp_line + (start 14.931 -2.324) + (end 15.026 -2.406) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4fbf7295-52ca-4bf6-b81b-f54f8903681f") + ) + (fp_line + (start 14.909 -0.205) + (end 14.832 -0.297) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "60b868e3-a9f8-4d20-ae5a-40ca53af4adb") + ) + (fp_line + (start 14.891 0.287) + (end 14.955 0.176) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5946461c-3619-4297-ada8-808db114b5fb") + ) + (fp_line + (start 14.884 -1.593) + (end 14.831 -1.632) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "51957904-d257-41c5-8124-dcc959977230") + ) + (fp_line + (start 14.866 -3.062) + (end 14.746 -3.114) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "159574a9-ecec-48bb-adb0-3dc9e65d4e79") + ) + (fp_line + (start 14.837 -1.595) + (end 14.884 -1.593) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1f3dd671-b973-4373-871e-23d23284bfad") + ) + (fp_line + (start 14.832 -0.297) + (end 14.732 -0.369) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c47c1013-522e-4afa-9dd5-776b2bbec89a") + ) + (fp_line + (start 14.831 -1.632) + (end 14.738 -1.709) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d039718a-5f93-4d2d-b957-a40b11652989") + ) + (fp_line + (start 14.813 -2.267) + (end 14.931 -2.324) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d3006e26-11be-4e7f-bb12-87a5d58c58e2") + ) + (fp_line + (start 14.797 0.369) + (end 14.891 0.287) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "54cae88e-0c1e-4c17-9589-ea6ab2d12694") + ) + (fp_line + (start 14.75 1.101) + (end 14.697 1.061) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd08cf63-80f1-4a88-b3ea-950c9bf1164b") + ) + (fp_line + (start 14.746 -3.114) + (end 14.612 -3.145) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "82a9a530-e248-4dc9-896c-25f6d73fe113") + ) + (fp_line + (start 14.738 -1.709) + (end 14.614 -1.813) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "feb38b83-6d1c-4038-a568-147252bfbe12") + ) + (fp_line + (start 14.732 -0.369) + (end 14.612 -0.421) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "56ba8f65-c244-4416-8ed2-b5691db880ab") + ) + (fp_line + (start 14.714 -1.602) + (end 14.837 -1.595) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4501435-1b74-4814-ac8d-457d48a8c57b") + ) + (fp_line + (start 14.703 1.098) + (end 14.75 1.101) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e15d097a-4761-479a-be84-b8e07d19b4c7") + ) + (fp_line + (start 14.697 1.061) + (end 14.603 0.984) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "160cb44e-5e81-454b-9642-f95193231b95") + ) + (fp_line + (start 14.683 -2.234) + (end 14.813 -2.267) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "35119bf0-23c9-4bb2-becd-2a858b5cb4d5") + ) + (fp_line + (start 14.679 0.426) + (end 14.797 0.369) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "70b53718-ed58-494c-b8a6-19eb974c07c4") + ) + (fp_line + (start 14.665 -2.986) + (end 14.703 -3.125) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c195be24-c988-452d-b72d-6611cbe671f7") + ) + (fp_line + (start 14.614 -1.813) + (end 14.47 -1.937) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8217ca7d-977c-4985-a684-eea82e5113b4") + ) + (fp_line + (start 14.612 -0.421) + (end 14.478 -0.452) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1b0f55f9-5fa5-489c-9db2-e63c29ecdd31") + ) + (fp_line + (start 14.612 -3.145) + (end 14.467 -3.155) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a5c7f988-1d57-48d4-82d1-1deaeac9e184") + ) + (fp_line + (start 14.603 0.984) + (end 14.48 0.88) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "82771776-27f6-4c8a-8652-f67ca7a2b4f5") + ) + (fp_line + (start 14.595 -2.859) + (end 14.665 -2.986) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3a2b4e4a-e4df-4836-8ba6-f50f59704c20") + ) + (fp_line + (start 14.58 1.091) + (end 14.703 1.098) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "790a7af5-fcf5-40e0-b396-fbdab7c5dbb1") + ) + (fp_line + (start 14.548 0.459) + (end 14.679 0.426) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a82c7da7-6077-4900-b925-87315eda8158") + ) + (fp_line + (start 14.547 -2.221) + (end 14.683 -2.234) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "85e63610-ac9f-46a7-bbdc-5b101fccdd1d") + ) + (fp_line + (start 14.542 -1.612) + (end 14.714 -1.602) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ef855f52-01db-4405-9940-c5f27401f345") + ) + (fp_line + (start 14.531 -0.293) + (end 14.569 -0.431) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e2c309e4-b8cd-4d42-b61b-673943cf082a") + ) + (fp_line + (start 14.48 0.88) + (end 14.336 0.757) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9e00edb4-f0f4-46bc-a82d-075ebfd0d3ed") + ) + (fp_line + (start 14.478 -0.452) + (end 14.333 -0.462) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "95a9cb1b-c155-4d37-a2b5-cecc3f928209") + ) + (fp_line + (start 14.475 -2.763) + (end 14.595 -2.859) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5bf810e2-0301-40b2-b0db-351f308659e8") + ) + (fp_line + (start 14.47 -1.937) + (end 14.314 -2.071) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a8f15f81-c64f-4a6a-8184-eabd4f5daa6f") + ) + (fp_line + (start 14.467 -3.155) + (end 14.316 -3.143) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "853b4aa5-bf64-4f10-b1c5-492731c47e3b") + ) + (fp_line + (start 14.461 -0.166) + (end 14.531 -0.293) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a4372ae3-288f-4a9a-96e7-306ddba718f6") + ) + (fp_line + (start 14.417 -2.226) + (end 14.547 -2.221) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "11ff4295-88a4-4344-8a86-eb31e1762c79") + ) + (fp_line + (start 14.413 0.472) + (end 14.548 0.459) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "005f6ea1-3526-4e97-86e4-41388e3bc145") + ) + (fp_line + (start 14.408 1.081) + (end 14.58 1.091) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d3da282-0e78-426f-87a5-378da2e8e9cf") + ) + (fp_line + (start 14.348 -1.622) + (end 14.542 -1.612) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d3349b0a-8f2b-4222-bb13-fa4f0f887f4d") + ) + (fp_line + (start 14.347 -2.731) + (end 14.475 -2.763) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe2c9782-2ff0-473c-98b0-ea9a985143fb") + ) + (fp_line + (start 14.341 -0.07) + (end 14.461 -0.166) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "939bb0a1-244e-4741-90f1-d06027d85c51") + ) + (fp_line + (start 14.336 0.757) + (end 14.18 0.622) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "292c02f1-523d-4844-90f0-a744ec5ae311") + ) + (fp_line + (start 14.333 -0.462) + (end 14.182 -0.45) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "44d6780b-0f7d-4066-bfb2-bff50f00afa0") + ) + (fp_line + (start 14.316 -3.143) + (end 14.191 -3.106) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "becc5b0d-0352-4ad7-ac5e-da033ca0b239") + ) + (fp_line + (start 14.314 -2.071) + (end 14.156 -2.208) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4821a0f1-0757-49b5-bc91-a0ccf3e9f548") + ) + (fp_line + (start 14.286 -2.246) + (end 14.417 -2.226) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "065bbab7-8db3-4432-af94-d82301097bd8") + ) + (fp_line + (start 14.283 0.467) + (end 14.413 0.472) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0eaea668-c353-4e5e-8f10-4648bd7737ed") + ) + (fp_line + (start 14.214 1.071) + (end 14.408 1.081) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "49fbb162-ed97-4907-b60a-506613a9940b") + ) + (fp_line + (start 14.213 -0.038) + (end 14.341 -0.07) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "784b6458-3ae8-48f4-9482-731714d7927e") + ) + (fp_line + (start 14.211 -2.741) + (end 14.347 -2.731) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5a1ce9b7-22a6-4b53-b971-3e729d539c8a") + ) + (fp_line + (start 14.191 -3.106) + (end 14.111 -3.049) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "68d14432-223b-47bb-bd26-18873cfb3df2") + ) + (fp_line + (start 14.182 -0.45) + (end 14.057 -0.413) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "eb8e38cd-dc17-4593-889c-e9f58005f6e7") + ) + (fp_line + (start 14.18 0.622) + (end 14.022 0.485) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "283ed2be-f188-4938-9d07-b9e8bad5f0d4") + ) + (fp_line + (start 14.176 -2.277) + (end 14.286 -2.246) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d98d557d-4f4f-49b3-9745-359bb04d0ef7") + ) + (fp_line + (start 14.16 -1.632) + (end 14.348 -1.622) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "84aac022-880b-473d-82ad-f2827a88892f") + ) + (fp_line + (start 14.156 -2.208) + (end 14.006 -2.34) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "bdd60e70-d069-432f-96bc-1e17050cb723") + ) + (fp_line + (start 14.152 0.448) + (end 14.283 0.467) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ab276e50-f838-4362-9aac-7d16f40393c4") + ) + (fp_line + (start 14.12 -2.787) + (end 14.211 -2.741) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5351e629-ee47-4afd-b6e5-171421799e39") + ) + (fp_line + (start 14.111 -3.049) + (end 14.069 -2.984) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1cd4cd25-b3d1-4eb2-9ee3-b812e12c968e") + ) + (fp_line + (start 14.076 -0.048) + (end 14.213 -0.038) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3da2a955-efa4-4cba-97bf-5c3895b6ca21") + ) + (fp_line + (start 14.073 -2.326) + (end 14.176 -2.277) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1c10afe0-5886-4b8e-82fe-b4df69c407ee") + ) + (fp_line + (start 14.069 -2.984) + (end 14.064 -2.876) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "81ee098e-cdb0-4a5b-b358-35fb3f1d56ba") + ) + (fp_line + (start 14.064 -2.876) + (end 14.12 -2.787) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d44b129-c661-445a-acd1-16280b0de7da") + ) + (fp_line + (start 14.057 -0.413) + (end 13.977 -0.356) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f01a08c4-d9f1-4838-af18-b59bca81082c") + ) + (fp_line + (start 14.042 0.416) + (end 14.152 0.448) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "bc3f6e1f-c81e-4889-865a-0e223a5a22e2") + ) + (fp_line + (start 14.026 1.062) + (end 14.214 1.071) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4fe3cd02-8864-4b3e-a1a0-2dfa4d191ca2") + ) + (fp_line + (start 14.022 0.485) + (end 13.872 0.354) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b3ca595-07d8-471d-a599-10e87e77b20e") + ) + (fp_line + (start 14.006 -2.34) + (end 13.873 -2.456) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9e50feee-fd1e-48c9-aa44-dd6062da7f84") + ) + (fp_line + (start 14.003 -1.639) + (end 14.16 -1.632) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2923d83c-3334-4b85-acfa-e9f2eb6f5eb5") + ) + (fp_line + (start 13.985 -0.094) + (end 14.076 -0.048) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0c83fcb5-bcc7-4f84-8394-d4fc9899e233") + ) + (fp_line + (start 13.977 -0.356) + (end 13.935 -0.291) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "74d431fd-cb2a-4a57-b8ad-03906426963d") + ) + (fp_line + (start 13.963 -2.399) + (end 14.073 -2.326) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f87c0f2d-c04c-46a9-b58e-d24759249a2d") + ) + (fp_line + (start 13.939 0.367) + (end 14.042 0.416) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7a86bf7d-69ff-410f-8ee7-d09db8d8408f") + ) + (fp_line + (start 13.935 -0.291) + (end 13.929 -0.183) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e584f27e-45dd-4fdd-8c50-c7400e4b2ab2") + ) + (fp_line + (start 13.929 -0.183) + (end 13.985 -0.094) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "92832a32-dcb2-4058-8ad9-237ebe5ab0e8") + ) + (fp_line + (start 13.906 -1.641) + (end 14.003 -1.639) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "73917165-0d82-4691-91ca-2eb1b8bbe05e") + ) + (fp_line + (start 13.873 -2.456) + (end 13.766 -2.55) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "debb48c2-0606-4abf-b967-c5cd55bd0d6c") + ) + (fp_line + (start 13.872 0.354) + (end 13.738 0.237) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "29c8820e-a6aa-4b1b-a048-868ed62704c1") + ) + (fp_line + (start 13.869 1.055) + (end 14.026 1.062) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "55e351e3-7efa-4d55-acad-86a345fc5120") + ) + (fp_line + (start 13.833 -2.5) + (end 13.963 -2.399) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b7be77a-2656-471e-885e-8c6c59fe59f7") + ) + (fp_line + (start 13.829 0.294) + (end 13.939 0.367) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9cddc00-5d9b-447c-bc13-6730f163df7a") + ) + (fp_line + (start 13.772 1.052) + (end 13.869 1.055) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f72330a-26a9-4809-a923-58f7e3cfd4de") + ) + (fp_line + (start 13.766 -2.55) + (end 13.695 -2.613) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c36de2cd-62e2-4141-94ed-8598a4021bc0") + ) + (fp_line + (start 13.738 0.237) + (end 13.631 0.143) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6213c200-cc8a-481c-883f-35278b9518d8") + ) + (fp_line + (start 13.699 0.193) + (end 13.829 0.294) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "13a33b3d-968c-43e3-9f2a-66108de201d4") + ) + (fp_line + (start 13.695 -2.613) + (end 13.669 -2.635) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0583253-7f1c-498c-afba-93bf9b28c781") + ) + (fp_line + (start 13.669 -2.635) + (end 13.833 -2.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "150efa79-228d-47e2-89bf-fd8363924d0f") + ) + (fp_line + (start 13.631 0.143) + (end 13.56 0.081) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7d595168-bd99-442a-961b-c33b87293e60") + ) + (fp_line + (start 13.56 0.081) + (end 13.534 0.058) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c0520a89-1ce8-4759-a56c-c54f903f83db") + ) + (fp_line + (start 13.534 0.058) + (end 13.699 0.193) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4a1069b5-b54d-43c2-8699-49962b3c7a7c") + ) + (fp_line + (start 13.255 -2.878) + (end 13.115 -2.998) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e1f19822-404e-437b-a507-e38cc4c0bfe0") + ) + (fp_line + (start 13.115 -2.998) + (end 12.981 -3.06) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8659c80d-80a2-43b9-ad9c-32ad48891220") + ) + (fp_line + (start 12.981 -3.06) + (end 12.864 -3.074) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "09fb80d2-b024-4766-bca5-51e910d26f69") + ) + (fp_line + (start 12.864 -3.074) + (end 12.777 -3.046) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f23aaf25-de61-4f0e-9770-0b4e07746fe6") + ) + (fp_line + (start 12.796 -2.107) + (end 12.795 -1.983) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ccc51975-f79d-42b1-9218-b1bb4e005f58") + ) + (fp_line + (start 12.795 -1.983) + (end 12.759 -1.894) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "38d2e88e-817b-499b-a8dc-6ffe82e53baa") + ) + (fp_line + (start 12.777 -3.046) + (end 12.733 -2.995) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "75ada5c7-eed3-466b-a900-bb7cf3da6f9e") + ) + (fp_line + (start 12.776 -2.267) + (end 12.796 -2.107) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f4c67df3-763c-4141-be1b-5de814d62315") + ) + (fp_line + (start 12.759 -1.894) + (end 12.679 -1.84) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d12fa963-6d6a-4144-97fd-b5e112c10b91") + ) + (fp_line + (start 12.744 -2.46) + (end 12.776 -2.267) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c4e5f4b1-3784-4173-92ec-f445bea03d2c") + ) + (fp_line + (start 12.733 -2.995) + (end 12.71 -2.913) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "bcad968c-ae8b-4b0c-9fcd-d2e0cc6f448c") + ) + (fp_line + (start 12.725 0.574) + (end 12.906 0.627) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a3a95987-dbc7-46c3-9b74-39d0bc0f6070") + ) + (fp_line + (start 12.718 -2.649) + (end 12.744 -2.46) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "21fc70bf-38cb-4f64-80c8-52f8fb5c596f") + ) + (fp_line + (start 12.71 -2.913) + (end 12.706 -2.799) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "56a200fd-1c90-48ad-bf2a-e7048d300d28") + ) + (fp_line + (start 12.709 0.044) + (end 12.514 0.072) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c5d34e60-e5d5-4bd8-a53c-3ee26cb5d342") + ) + (fp_line + (start 12.706 -2.799) + (end 12.718 -2.649) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c15af059-8b9d-458f-a49d-de88857a3451") + ) + (fp_line + (start 12.679 -1.84) + (end 12.598 -1.821) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6050ade4-d8f2-4a7b-93e2-d062e93e9edb") + ) + (fp_line + (start 12.653 0.155) + (end 12.709 0.044) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "917603e2-441d-4888-a037-0b830871fafd") + ) + (fp_line + (start 12.613 0.998) + (end 12.76 1.039) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "bf38fd98-a723-4065-8c4e-fb6cd31212e5") + ) + (fp_line + (start 12.598 -1.821) + (end 12.509 -1.818) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6ac440ba-4881-4f79-8968-a3e9f9fd1b3e") + ) + (fp_line + (start 12.591 0.28) + (end 12.653 0.155) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f10b6dc0-f39f-4ec0-980e-83a59fc7dc9c") + ) + (fp_line + (start 12.552 0.534) + (end 12.725 0.574) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0f122926-6ab0-4321-bb42-3042bba502d6") + ) + (fp_line + (start 12.527 0.416) + (end 12.591 0.28) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5bc20856-921d-4ca5-8e51-26fc99168376") + ) + (fp_line + (start 12.514 0.072) + (end 12.377 0.094) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c3fea3e-cdf1-4761-ab1e-fc29ca86c948") + ) + (fp_line + (start 12.509 -1.818) + (end 12.408 -1.839) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "22df74e7-4d34-42bf-850f-da14c7fd1281") + ) + (fp_line + (start 12.469 0.968) + (end 12.613 0.998) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "189734b9-8485-4c30-8cf0-796856677229") + ) + (fp_line + (start 12.462 0.558) + (end 12.527 0.416) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "eed9d712-571a-4fa2-b617-7f564bf5e0ac") + ) + (fp_line + (start 12.408 -1.839) + (end 12.294 -1.889) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "83128908-7808-4723-b26c-8992131a5841") + ) + (fp_line + (start 12.397 0.702) + (end 12.462 0.558) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "468fcc7f-55f8-4783-b36e-f80ec4401b15") + ) + (fp_line + (start 12.388 0.507) + (end 12.552 0.534) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "26a83821-4bc7-4e41-803f-5e8d19182c3e") + ) + (fp_line + (start 12.377 0.094) + (end 12.326 0.103) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0d439aa8-8969-4698-9c32-7041f6e45f4c") + ) + (fp_line + (start 12.335 0.844) + (end 12.397 0.702) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "12d443ad-5d40-4934-b2b7-007530e8bfde") + ) + (fp_line + (start 12.328 0.945) + (end 12.469 0.968) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f3df0678-96d4-4652-9001-a89868c1f45e") + ) + (fp_line + (start 12.303 -0.457) + (end 12.592 -0.429) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2b3bf4ed-88d9-4ab0-910a-0ad2b3b622a5") + ) + (fp_line + (start 12.294 -1.889) + (end 12.163 -1.977) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e7d76002-13e3-46e0-a8a6-c532d4210de7") + ) + (fp_line + (start 12.277 0.981) + (end 12.335 0.844) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "dff5dc14-121e-4820-8bdd-194a2b3cb201") + ) + (fp_line + (start 12.233 0.491) + (end 12.388 0.507) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ef58db98-6c88-473d-9622-1b8b6864b4df") + ) + (fp_line + (start 12.225 1.108) + (end 12.277 0.981) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3e85f78b-004a-4a21-9691-8920952aaa64") + ) + (fp_line + (start 12.189 0.93) + (end 12.328 0.945) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c530039a-9616-48cc-81ab-7c9b301e469d") + ) + (fp_line + (start 12.18 1.221) + (end 12.225 1.108) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1b03311f-6d16-4213-808a-96597816d097") + ) + (fp_line + (start 12.163 -1.977) + (end 12.012 -2.109) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "284b4b05-f802-48af-884a-d2ca721ae34d") + ) + (fp_line + (start 12.086 0.483) + (end 12.233 0.491) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "88effe7d-dade-4834-8c1a-104d0976182d") + ) + (fp_line + (start 12.083 -0.461) + (end 12.303 -0.457) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f656a274-a08d-4499-8245-beb474616c55") + ) + (fp_line + (start 12.051 0.922) + (end 12.189 0.93) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f274d35-c819-4fa4-bf08-0f05441a1514") + ) + (fp_line + (start 12.012 -2.109) + (end 11.841 -2.292) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e32da30-1a3e-4135-adaf-bbf389b0c3fc") + ) + (fp_line + (start 11.952 -1.837) + (end 11.872 -1.964) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "73ede880-e7f5-4d7b-b9cb-33e82f1b044f") + ) + (fp_line + (start 11.949 0.481) + (end 12.086 0.483) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5d19829e-e95d-4ae6-bbd1-c9f884742daf") + ) + (fp_line + (start 11.921 -0.448) + (end 12.083 -0.461) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d5fec05f-99a8-472c-a775-2ec1b2b5bea9") + ) + (fp_line + (start 11.914 0.921) + (end 12.051 0.922) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "df70582b-c4f2-479d-8c60-1cee46d8e0bc") + ) + (fp_line + (start 11.898 -1.476) + (end 11.892 -1.538) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "06cccf2c-d0d0-41ad-bc61-a0c3e7cbae93") + ) + (fp_line + (start 11.892 -1.538) + (end 11.885 -1.625) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "51ce9675-eb70-4a97-98fd-269bf17eea73") + ) + (fp_line + (start 11.885 -1.625) + (end 11.875 -1.734) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9b1315d-9c8a-4956-90df-e5669cf68010") + ) + (fp_line + (start 11.883 -1.849) + (end 11.952 -1.837) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "58a29587-ce99-4765-b407-30c1ea49813b") + ) + (fp_line + (start 11.875 -1.734) + (end 11.865 -1.864) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "292ce6ba-0c6b-4913-be49-83f41145002d") + ) + (fp_line + (start 11.872 -1.964) + (end 11.854 -2.015) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "aeeba41f-21f1-411c-816e-2bda876a1c79") + ) + (fp_line + (start 11.865 -1.864) + (end 11.855 -2.013) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6ef5f8e0-5c2d-4349-9162-179c7c438d89") + ) + (fp_line + (start 11.855 -2.013) + (end 11.846 -2.178) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d7fbff7-ad9e-4962-b4e0-56a226f3dd6a") + ) + (fp_line + (start 11.846 -2.178) + (end 11.838 -2.357) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a8cefac6-64e1-41d0-bc58-04e647fd0fde") + ) + (fp_line + (start 11.838 -2.357) + (end 11.832 -2.549) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c933003a-40a8-41cc-a69c-ec19f80cd86d") + ) + (fp_line + (start 11.832 -2.549) + (end 11.829 -2.751) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "43ca08d4-846a-41b1-a610-aa6c41c9f133") + ) + (fp_line + (start 11.83 -2.961) + (end 11.836 -3.177) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "908ce94b-b837-4c84-b759-ec4fbb006eea") + ) + (fp_line + (start 11.829 -2.751) + (end 11.83 -2.961) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "56f922ba-5e6c-4b39-98b8-ceef758779a3") + ) + (fp_line + (start 11.823 -2.228) + (end 11.843 -2.201) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5423c8e8-edb6-4a4c-b102-71ca45602660") + ) + (fp_line + (start 11.82 0.484) + (end 11.949 0.481) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d16f4efb-8280-42d4-b6f7-9241e542014e") + ) + (fp_line + (start 11.806 -0.421) + (end 11.921 -0.448) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "556af892-f4e4-492b-b72b-6477c8bec323") + ) + (fp_line + (start 11.778 0.924) + (end 11.914 0.921) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e3106c4-aefe-4ef5-8aa8-6f8a9c16fe7d") + ) + (fp_line + (start 11.767 -2.302) + (end 11.823 -2.228) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "39ac7e3c-47f1-43e5-b70d-8dfebc468916") + ) + (fp_line + (start 11.757 -1.868) + (end 11.883 -1.849) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c1e78faf-25fc-46b6-b4c5-f5cb445c8db9") + ) + (fp_line + (start 11.727 -0.385) + (end 11.806 -0.421) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fb66491d-bc49-47b5-a124-d31f60ba1b6d") + ) + (fp_line + (start 11.699 0.489) + (end 11.82 0.484) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fbef883a-9c30-4b66-add6-8cab5f0ab881") + ) + (fp_line + (start 11.685 -2.412) + (end 11.767 -2.302) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "526a7a5e-afe2-4029-a038-8c14d846f3f2") + ) + (fp_line + (start 11.674 -0.345) + (end 11.727 -0.385) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2b398e0-0116-42e4-b9c2-9636582e46d5") + ) + (fp_line + (start 11.64 0.932) + (end 11.778 0.924) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "88c5e61d-a3df-45b2-8bd8-f2c4869aaa32") + ) + (fp_line + (start 11.636 -0.305) + (end 11.674 -0.345) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f36426ed-7479-4f20-ba5d-0f7f3108a945") + ) + (fp_line + (start 11.629 0.103) + (end 11.588 -0.052) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "25dcf1b7-43fe-4f66-9cb1-3580284f763b") + ) + (fp_line + (start 11.589 -1.891) + (end 11.757 -1.868) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1d7026ad-e7ce-455a-bbec-9db9975b9151") + ) + (fp_line + (start 11.588 -0.052) + (end 11.586 -0.195) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1f5dbe4-d66e-4e26-be2b-62f3bc80c54d") + ) + (fp_line + (start 11.587 0.495) + (end 11.699 0.489) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3e2d784c-b1ea-4086-bef2-82018cbe1d69") + ) + (fp_line + (start 11.586 -0.195) + (end 11.636 -0.305) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5aec5c76-9c76-4aad-b7fa-9f497abad71a") + ) + (fp_line + (start 11.584 -2.55) + (end 11.685 -2.412) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0bd4229-67bb-4dc7-9d0c-fc6ab8405f53") + ) + (fp_line + (start 11.501 0.944) + (end 11.64 0.932) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "145b7d46-7bd4-4ee4-8136-50beb81c7f77") + ) + (fp_line + (start 11.483 0.5) + (end 11.587 0.495) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7daf5828-f3c9-4b7d-a7a2-cf463fb6219f") + ) + (fp_line + (start 11.472 -2.703) + (end 11.584 -2.55) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cd48f1a3-c9ad-4bac-abff-bd98a26719eb") + ) + (fp_line + (start 11.394 -1.913) + (end 11.589 -1.891) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "dbc0323b-700b-465c-8416-a9e9aea1c906") + ) + (fp_line + (start 11.358 -2.864) + (end 11.472 -2.703) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "50e6b88c-1bd3-4928-86fd-758de4de04a3") + ) + (fp_line + (start 10.91 -2.041) + (end 10.96 -2.074) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0ea296d6-5875-4618-860c-bfe68796f5b4") + ) + (fp_line + (start 10.871 0.5) + (end 10.906 0.439) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b4dab82-e313-4c7a-b63b-b5f6b48d648b") + ) + (fp_line + (start 10.805 1.024) + (end 10.697 1.024) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6dda73be-73a3-4bdf-aea3-f2d520a51491") + ) + (fp_line + (start 10.793 0.628) + (end 10.871 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "14c24f6d-c2bf-4b01-9d4b-7f0755e08445") + ) + (fp_line + (start 10.79 -1.963) + (end 10.91 -2.041) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "43b4c41e-2f8b-4ca3-9572-a148323b8957") + ) + (fp_line + (start 10.746 -2.896) + (end 10.898 -3.01) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5eb244d0-032b-4a57-a147-44faacc0e313") + ) + (fp_line + (start 10.732 1.024) + (end 10.805 1.024) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2ad27911-6b4b-41d3-af19-3a88d479912c") + ) + (fp_line + (start 10.713 0.745) + (end 10.793 0.628) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e702a3ea-106a-406d-9f17-c06eda1e35d1") + ) + (fp_line + (start 10.697 1.024) + (end 10.586 1.02) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "825e7db8-0294-426e-853c-3be31e57f559") + ) + (fp_line + (start 10.641 -1.874) + (end 10.79 -1.963) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "86bb7e54-f037-47a0-b596-e108d6b4f269") + ) + (fp_line + (start 10.636 1.021) + (end 10.732 1.024) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1bd13fbe-d376-42a1-8a94-f12442f4121a") + ) + (fp_line + (start 10.596 -2.809) + (end 10.746 -2.896) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "557efbe0-59d9-4c3b-875e-681f1d0eabac") + ) + (fp_line + (start 10.589 0.351) + (end 10.621 0.293) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c35e417c-496e-4303-b5c4-321c3cede22a") + ) + (fp_line + (start 10.586 1.02) + (end 10.473 1.004) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "54c2b029-df21-4268-9a74-8433670031c7") + ) + (fp_line + (start 10.519 1.015) + (end 10.636 1.021) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a6e79250-4ea1-4a1f-b168-c1d347acb43a") + ) + (fp_line + (start 10.515 0.478) + (end 10.589 0.351) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "756b369e-c079-4259-88cc-888037ab7efa") + ) + (fp_line + (start 10.503 -1.804) + (end 10.641 -1.874) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "721eced1-7601-448b-b032-57ae840a5bc6") + ) + (fp_line + (start 10.473 1.004) + (end 10.36 0.972) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "293bc8e1-4ff1-450d-8ef0-4276b77002bf") + ) + (fp_line + (start 10.452 -0.439) + (end 10.63 -0.46) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8bdd2fb5-8fc3-46f1-ade7-9687b983a86b") + ) + (fp_line + (start 10.452 -2.748) + (end 10.596 -2.809) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa7a6ff2-91e8-47a3-8788-97a1388c06f6") + ) + (fp_line + (start 10.445 -2.937) + (end 10.417 -3.039) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "79a5a253-5ade-4145-9002-16ea61146340") + ) + (fp_line + (start 10.444 -2.909) + (end 10.445 -2.937) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "bc96b171-0e5f-4f36-b582-eb709cbba257") + ) + (fp_line + (start 10.442 -2.831) + (end 10.444 -2.909) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "36cd765a-f621-46fc-9b88-d90e333169eb") + ) + (fp_line + (start 10.439 -2.707) + (end 10.442 -2.831) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd9691e0-5bea-4f21-9741-4d29638cd32d") + ) + (fp_line + (start 10.434 -2.542) + (end 10.439 -2.707) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "50804f87-f832-4c63-a5a7-b7f94bf6665d") + ) + (fp_line + (start 10.43 0.602) + (end 10.515 0.478) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7d7305a7-c7da-4881-b215-37c7f2ad171a") + ) + (fp_line + (start 10.428 -2.343) + (end 10.434 -2.542) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb61a608-4d4c-465e-98f1-04dc591a70ac") + ) + (fp_line + (start 10.419 -2.114) + (end 10.428 -2.343) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d3bd2f73-786f-472c-89b7-10fd054df22c") + ) + (fp_line + (start 10.417 -3.039) + (end 10.344 -3.113) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "263e9b7e-c3cd-4442-851e-d2b54de99d8e") + ) + (fp_line + (start 10.385 1.006) + (end 10.519 1.015) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c36f7147-bc6f-4cbe-8b56-617ae1aaead3") + ) + (fp_line + (start 10.36 0.972) + (end 10.247 0.915) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b7fe22f-5db7-4fb0-a6e2-91b9a8e5f484") + ) + (fp_line + (start 10.344 -3.113) + (end 10.241 -3.157) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "95ef25aa-dac6-44d9-90a0-efd49308b704") + ) + (fp_line + (start 10.316 -2.71) + (end 10.452 -2.748) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "07e949c9-5dcb-46f5-aaf7-f5997cc8a90a") + ) + (fp_line + (start 10.295 -0.399) + (end 10.452 -0.439) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "638185a1-f9cc-47fc-9abd-4b70c0817d94") + ) + (fp_line + (start 10.247 0.915) + (end 10.135 0.829) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "778130e2-5dcf-4ba4-bd77-4acc3a461105") + ) + (fp_line + (start 10.241 -3.157) + (end 10.122 -3.172) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b29a0e42-fd5a-49a8-8a01-edc4123e673b") + ) + (fp_line + (start 10.234 0.994) + (end 10.385 1.006) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3eb6166e-d2a4-4778-a9e3-fd9ea19f972e") + ) + (fp_line + (start 10.19 -2.694) + (end 10.316 -2.71) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1838018b-76e2-46c4-810f-488a77452c50") + ) + (fp_line + (start 10.161 -0.341) + (end 10.295 -0.399) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "38cad123-e6f8-46ac-bb65-7bf207c8a5a7") + ) + (fp_line + (start 10.135 0.829) + (end 10.026 0.708) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c908cdd7-5bf2-4e04-ae66-bd89b22bab8d") + ) + (fp_line + (start 10.122 -3.172) + (end 10.003 -3.159) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "75f01a69-5b72-43de-ae85-3f0e1d096e8d") + ) + (fp_line + (start 10.076 -2.698) + (end 10.19 -2.694) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "283f6910-e54a-4bc1-a20d-86715c3ab323") + ) + (fp_line + (start 10.071 0.98) + (end 10.234 0.994) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1b80aaa4-9cfe-448e-8ff1-d2c69f706b2e") + ) + (fp_line + (start 10.05 -0.267) + (end 10.161 -0.341) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "05c66f7d-5ec1-4b7f-80d5-ea1eb396392f") + ) + (fp_line + (start 10.046 -1.819) + (end 10.23 -1.768) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ca221485-8dbb-436e-8b3e-94c2d532aee3") + ) + (fp_line + (start 10.026 0.708) + (end 9.92 0.545) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "35a1a735-588f-4c50-9b46-cb8744ae8f02") + ) + (fp_line + (start 10.003 -3.159) + (end 9.898 -3.117) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b8dbe2de-283b-405e-95ac-e8f8950e16ea") + ) + (fp_line + (start 9.978 -2.72) + (end 10.076 -2.698) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e76ed5b3-3300-4086-a950-0e5fe7abe0d2") + ) + (fp_line + (start 9.961 -0.18) + (end 10.05 -0.267) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "78620eb8-ad4c-482d-b1a5-6c31619b2879") + ) + (fp_line + (start 9.92 0.545) + (end 9.865 0.411) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7eaae2d7-b4ad-4554-8c8a-2037170131bd") + ) + (fp_line + (start 9.909 -1.451) + (end 9.887 -1.566) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f7a980e1-d757-405b-965e-cb3c9b1ceca1") + ) + (fp_line + (start 9.898 0.964) + (end 10.071 0.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "116b375f-957b-4eda-a12b-df384678f533") + ) + (fp_line + (start 9.898 -2.758) + (end 9.978 -2.72) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec94d7fb-8ff3-47fc-9bcb-6ab1990a40ec") + ) + (fp_line + (start 9.898 -3.117) + (end 9.823 -3.048) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e226f21d-d833-4b38-a2cd-20826072ac2f") + ) + (fp_line + (start 9.896 -0.079) + (end 9.961 -0.18) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "51e64652-1e71-4dd7-be6f-f96020dbcaac") + ) + (fp_line + (start 9.887 -1.566) + (end 9.862 -1.681) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f3c28ff0-c3be-47ce-bf6f-f3061324a07d") + ) + (fp_line + (start 9.865 0.411) + (end 9.839 0.279) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c4587bb7-c73a-4ad0-bcd4-d7dc9697e09b") + ) + (fp_line + (start 9.862 -1.681) + (end 9.831 -1.797) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c665bf8f-ade8-4a9d-95ae-f4e3ccaa66bf") + ) + (fp_line + (start 9.858 -1.851) + (end 10.046 -1.819) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a064c737-c686-4181-95db-c4c0eab13acb") + ) + (fp_line + (start 9.854 0.032) + (end 9.896 -0.079) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8c5a6fce-194d-4416-8856-cb66ff818319") + ) + (fp_line + (start 9.839 0.279) + (end 9.836 0.153) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "67c7a478-1f53-477a-9997-e375f47aa773") + ) + (fp_line + (start 9.839 -2.811) + (end 9.898 -2.758) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5ee2adf0-1a71-404c-91ed-e0ee9563acff") + ) + (fp_line + (start 9.836 0.153) + (end 9.854 0.032) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "638749f1-b1e7-4781-9f0f-dba065a717aa") + ) + (fp_line + (start 9.831 -1.797) + (end 9.794 -1.916) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c0eebf2a-4881-44d5-83b5-dc6c113fd0d3") + ) + (fp_line + (start 9.823 -3.048) + (end 9.792 -2.951) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0bc86cc1-c86c-41e0-9315-281c18af05f0") + ) + (fp_line + (start 9.802 -2.876) + (end 9.839 -2.811) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd7e3921-456d-4e00-b0f0-baf8980505ac") + ) + (fp_line + (start 9.794 -1.916) + (end 9.747 -2.038) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b576af53-9779-4b42-bea4-4d91783d8c4b") + ) + (fp_line + (start 9.792 -2.951) + (end 9.802 -2.876) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d547ab08-9a5d-4bc3-bdc6-eb70399817c6") + ) + (fp_line + (start 9.747 -2.038) + (end 9.691 -2.166) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "236eb5d3-1a80-4626-bf3d-45645c8c1c5e") + ) + (fp_line + (start 9.718 0.946) + (end 9.898 0.964) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8519174e-f406-4836-8f33-e219a5351591") + ) + (fp_line + (start 9.692 -5.017) + (end 9.685 -5.147) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "01fb1e6b-cb11-499c-98a0-6bff6dff5959") + ) + (fp_line + (start 9.691 -2.166) + (end 9.623 -2.301) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7cd8109f-5f99-46a5-9e32-14f7754144db") + ) + (fp_line + (start 9.685 -4.886) + (end 9.692 -5.017) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f5707a39-7e4e-416d-b856-204502394794") + ) + (fp_line + (start 9.685 -5.147) + (end 9.665 -5.276) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf4939e9-8ae0-4af4-8ec6-e88cfbcbfe6e") + ) + (fp_line + (start 9.679 -1.867) + (end 9.858 -1.851) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ba3030b2-37eb-4eb2-b7ee-c2f135251592") + ) + (fp_line + (start 9.665 -4.756) + (end 9.685 -4.886) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e5b90e39-3962-49db-a2a4-466531862883") + ) + (fp_line + (start 9.665 -5.276) + (end 9.632 -5.403) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d976a998-0355-4b51-98dc-421418498533") + ) + (fp_line + (start 9.632 -4.626) + (end 9.665 -4.756) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "294d1b3f-d421-48e2-92a4-f8f5eef13748") + ) + (fp_line + (start 9.632 -5.403) + (end 9.585 -5.528) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "436b9e93-01ad-4cd2-a39e-eee50a26ba10") + ) + (fp_line + (start 9.623 -2.301) + (end 9.541 -2.444) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9a616d4-042f-40dd-b821-3bd00708dff1") + ) + (fp_line + (start 9.585 -4.498) + (end 9.632 -4.626) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4925c46f-467c-40b3-95db-ef4df267cd8b") + ) + (fp_line + (start 9.585 -5.528) + (end 9.525 -5.65) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b859b76-0528-49b2-a54e-fd6560111b42") + ) + (fp_line + (start 9.541 -2.444) + (end 9.445 -2.596) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "811381f4-772f-4b0d-8bef-e02e7a34c83e") + ) + (fp_line + (start 9.532 0.926) + (end 9.718 0.946) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9452562-ce7e-4680-9c6e-6998b86cb475") + ) + (fp_line + (start 9.525 -4.372) + (end 9.585 -4.498) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4a9da171-847e-4bc4-93f9-edfe5c4b8354") + ) + (fp_line + (start 9.525 -5.65) + (end 9.452 -5.768) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b6f6bd1a-2333-4a7e-8ef6-f8a63bf31635") + ) + (fp_line + (start 9.519 -1.873) + (end 9.679 -1.867) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2fdba96d-8ce8-4d3e-9e54-485e4b754b6d") + ) + (fp_line + (start 9.452 -4.248) + (end 9.525 -4.372) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "becc358e-ef6d-41ed-a412-61ca01ad5ed6") + ) + (fp_line + (start 9.452 -5.768) + (end 9.366 -5.882) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2e0de0fd-ad73-4e93-8d2e-96ad3d9f4bc7") + ) + (fp_line + (start 9.445 -2.596) + (end 9.332 -2.758) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb30a1ab-4552-453e-850d-50bc465e6071") + ) + (fp_line + (start 9.39 -1.872) + (end 9.519 -1.873) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "97cc39d8-c871-4e37-a9ca-8f3a0ea043e7") + ) + (fp_line + (start 9.366 -4.129) + (end 9.452 -4.248) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5fc5324e-c2ef-45c8-948a-a82775445cd5") + ) + (fp_line + (start 9.366 -5.882) + (end 9.266 -5.99) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "26b5b06d-6731-4f1d-a50f-a1a758285eac") + ) + (fp_line + (start 9.344 0.905) + (end 9.532 0.926) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "bdf9dfdb-3e3e-46cc-8bb8-4372561c164b") + ) + (fp_line + (start 9.305 -1.868) + (end 9.39 -1.872) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed2acee5-b6b0-4723-bb74-ad84b2a662e5") + ) + (fp_line + (start 9.274 -1.866) + (end 9.305 -1.868) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "50d6612f-7f92-41c4-9e0a-c8c46e77f4d3") + ) + (fp_line + (start 9.266 -4.013) + (end 9.366 -4.129) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c4d75d3d-bb31-481d-a4a7-a0f504882b68") + ) + (fp_line + (start 9.157 0.882) + (end 9.344 0.905) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "834d0192-2f8f-45da-a664-ea874d4070f9") + ) + (fp_line + (start 8.867 -4.729) + (end 8.916 -4.762) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8e73e860-7df5-47ee-9d85-a51cffff4073") + ) + (fp_line + (start 8.747 -4.652) + (end 8.867 -4.729) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c065b0a4-0b93-48f2-9339-44d26009eb1c") + ) + (fp_line + (start 8.702 -5.584) + (end 8.854 -5.698) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "475da62c-4191-4a2f-9bbc-249deb6d8df7") + ) + (fp_line + (start 8.655 -0.004) + (end 8.632 0.134) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6a8a1901-a3c7-470d-99d9-02146451972b") + ) + (fp_line + (start 8.655 -2.697) + (end 8.632 -2.559) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "755ad553-6d1c-4617-8f56-6e9d2cd4d51f") + ) + (fp_line + (start 8.638 -0.143) + (end 8.655 -0.004) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec53b93c-c93c-4a00-b315-00a9db4c857c") + ) + (fp_line + (start 8.638 -2.836) + (end 8.655 -2.697) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6f9df934-4054-4d8a-b681-1657a9279a59") + ) + (fp_line + (start 8.632 0.134) + (end 8.579 0.256) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c4eb404f-f3d2-4506-bf24-56396736d56f") + ) + (fp_line + (start 8.632 -2.559) + (end 8.579 -2.438) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ff355897-ead3-4120-8dcb-1bb00ca0370c") + ) + (fp_line + (start 8.597 -4.563) + (end 8.747 -4.652) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a658002a-8a7e-43ad-8acb-33b00307f4c4") + ) + (fp_line + (start 8.586 -0.253) + (end 8.638 -0.143) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fcdae4f4-bcbc-432a-b7d5-ee4bdd3d104f") + ) + (fp_line + (start 8.586 -2.946) + (end 8.638 -2.836) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fb847691-a236-48f0-9f44-65a418dab540") + ) + (fp_line + (start 8.579 0.256) + (end 8.505 0.358) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7c7cfeb1-8cd1-4c5f-8e65-42b386d94011") + ) + (fp_line + (start 8.579 -2.438) + (end 8.505 -2.335) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "09ab9b2a-26ef-4942-ba61-f8a6673867aa") + ) + (fp_line + (start 8.553 -5.498) + (end 8.702 -5.584) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "28a2cccb-c5e0-45cc-a452-0336e0813126") + ) + (fp_line + (start 8.505 0.358) + (end 8.42 0.439) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "009110da-fae2-454e-8387-1e8fd70409cb") + ) + (fp_line + (start 8.505 -2.335) + (end 8.42 -2.254) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0270c5c4-c68e-47b7-a6f1-50651981be2d") + ) + (fp_line + (start 8.504 -0.336) + (end 8.586 -0.253) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "16b71e23-859c-4e16-8af1-5d30a5c2b726") + ) + (fp_line + (start 8.504 -3.03) + (end 8.586 -2.946) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1d64fb24-a192-4276-96bc-30811b5dbebf") + ) + (fp_line + (start 8.46 -4.493) + (end 8.597 -4.563) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fac37166-6544-4a5a-8523-75c307b4539f") + ) + (fp_line + (start 8.409 -5.437) + (end 8.553 -5.498) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "52113c98-6292-463e-b72c-6132239a046a") + ) + (fp_line + (start 8.402 -0.397) + (end 8.504 -0.336) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "be52ce9f-4498-483f-a791-994a787b7224") + ) + (fp_line + (start 8.402 -3.09) + (end 8.504 -3.03) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae39d000-e1da-4f40-b995-9482be0f1de9") + ) + (fp_line + (start 8.402 -5.625) + (end 8.374 -5.728) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "77a2b2d1-2483-4c81-b108-6030d548a09e") + ) + (fp_line + (start 8.401 -5.598) + (end 8.402 -5.625) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "86ed86f4-0151-45c5-905f-b4a048144531") + ) + (fp_line + (start 8.399 -5.52) + (end 8.401 -5.598) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d7cdfc88-84f0-4354-8fda-98af7b5493ec") + ) + (fp_line + (start 8.396 -5.396) + (end 8.399 -5.52) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e09508cd-85e8-48bb-9bcb-9bab32279ab6") + ) + (fp_line + (start 8.391 -5.231) + (end 8.396 -5.396) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "bc90f0c0-612e-411d-9c41-1a8ebb2b39fc") + ) + (fp_line + (start 8.384 -5.032) + (end 8.391 -5.231) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "59e03393-006d-471e-9536-bbbd75e54503") + ) + (fp_line + (start 8.376 -4.802) + (end 8.384 -5.032) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9a1807dc-d64a-4457-9c2b-93b6612c3b2e") + ) + (fp_line + (start 8.374 -5.728) + (end 8.301 -5.801) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9cb160c0-5456-4bd7-aa7f-b9388d25eb35") + ) + (fp_line + (start 8.301 -5.801) + (end 8.198 -5.846) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "66749c6a-b16f-43be-bab1-76caa7a8a44a") + ) + (fp_line + (start 8.287 -0.437) + (end 8.402 -0.397) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1b642110-eaa8-451d-b449-e92e71e75978") + ) + (fp_line + (start 8.287 -3.13) + (end 8.402 -3.09) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "87098d73-0d35-4a8f-aa7f-ade9272dc761") + ) + (fp_line + (start 8.272 -5.399) + (end 8.409 -5.437) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "95ef5708-8f43-434f-b139-406a942bfd2d") + ) + (fp_line + (start 8.198 -5.846) + (end 8.079 -5.861) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9ee66366-9074-4bc0-8447-8c0b7199acdf") + ) + (fp_line + (start 8.165 -0.459) + (end 8.287 -0.437) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "442f453a-9b44-44ab-a898-82f45629c72d") + ) + (fp_line + (start 8.165 -3.152) + (end 8.287 -3.13) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "87e4b1bb-0b21-4bc6-b11f-269a3347496b") + ) + (fp_line + (start 8.146 -5.383) + (end 8.272 -5.399) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e7987f0c-e4c6-4aae-a5d6-e1cfea057719") + ) + (fp_line + (start 8.079 -5.861) + (end 7.96 -5.848) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "06b57733-f545-49fc-900f-f90ae9b9047c") + ) + (fp_line + (start 8.046 -0.468) + (end 8.165 -0.459) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "78fa7842-f3c6-48db-8c77-7797633506e5") + ) + (fp_line + (start 8.046 -3.161) + (end 8.165 -3.152) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4cdd8415-dbde-4f4a-9692-de5bfb341275") + ) + (fp_line + (start 8.033 -5.387) + (end 8.146 -5.383) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e3e2138-6822-4c2d-8218-89e25ffe3f06") + ) + (fp_line + (start 8.002 -4.508) + (end 8.186 -4.456) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e707534-c918-46f7-a5cb-689e5a18b5bb") + ) + (fp_line + (start 7.96 -5.848) + (end 7.855 -5.806) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0d33a0a3-6701-41b8-8040-7340c4d8cd33") + ) + (fp_line + (start 7.952 0.265) + (end 8.177 0.284) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9feb2246-afac-4ea1-a19b-0b21b94e2662") + ) + (fp_line + (start 7.952 -2.428) + (end 8.177 -2.409) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4cd38139-85d8-4bb0-8ec5-44fb4adb00fa") + ) + (fp_line + (start 7.948 0.804) + (end 8.183 0.818) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f4f8401f-00e2-4058-8b4d-acf3075d7f77") + ) + (fp_line + (start 7.948 -1.889) + (end 8.183 -1.876) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8ae55606-cfbf-467b-98ad-b305173bd9ee") + ) + (fp_line + (start 7.935 -5.409) + (end 8.033 -5.387) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "956ad4a4-cb8d-4eef-aba4-03ec6d18e652") + ) + (fp_line + (start 7.917 -0.458) + (end 8.046 -0.468) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f1d34821-cc17-42fc-b481-1c7f738497e3") + ) + (fp_line + (start 7.917 -3.151) + (end 8.046 -3.161) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e4da03fa-98df-4f6e-905c-6338b6b66b7e") + ) + (fp_line + (start 7.865 -4.14) + (end 7.844 -4.255) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6f80fbb2-ac4c-4cbd-929c-985047ad8ccc") + ) + (fp_line + (start 7.855 -5.447) + (end 7.935 -5.409) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "89bc2a9a-0459-4374-90b7-e699bb20f381") + ) + (fp_line + (start 7.855 -5.806) + (end 7.78 -5.737) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b2837d6b-6cc1-45c4-aa75-fd2bb220208e") + ) + (fp_line + (start 7.844 -4.255) + (end 7.818 -4.37) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e7a006ce-0f82-4892-91e0-922dbe7a9a24") + ) + (fp_line + (start 7.818 -4.37) + (end 7.788 -4.486) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3836c63d-ca60-4e8e-a339-40980bdccc31") + ) + (fp_line + (start 7.815 -4.54) + (end 8.002 -4.508) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "93ebecb5-a9cc-4d2c-95d6-f1997abc5a8e") + ) + (fp_line + (start 7.804 -0.422) + (end 7.917 -0.458) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "94d07718-2fcc-40a0-ad0e-c4bb67bc804a") + ) + (fp_line + (start 7.804 -3.115) + (end 7.917 -3.151) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "372eb80c-116e-4b19-abae-92abb6d35e81") + ) + (fp_line + (start 7.795 -5.499) + (end 7.855 -5.447) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a631a287-dbe8-4491-9924-f1eeb226bfe0") + ) + (fp_line + (start 7.788 -4.486) + (end 7.75 -4.604) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "288344de-d424-4b26-b740-94d18e9ae516") + ) + (fp_line + (start 7.78 -5.737) + (end 7.748 -5.64) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0bb36be2-ca53-49e2-aeb3-4c5728e3d819") + ) + (fp_line + (start 7.762 0.258) + (end 7.952 0.265) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "be6377f8-a401-401c-9bdf-6f9152f2a7bd") + ) + (fp_line + (start 7.762 -2.436) + (end 7.952 -2.428) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b6af5a7-591e-4959-8c60-02f298d40677") + ) + (fp_line + (start 7.759 -5.564) + (end 7.795 -5.499) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "33aa4306-27d6-4090-96fe-2e0a2a713e0b") + ) + (fp_line + (start 7.75 0.802) + (end 7.948 0.804) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "751eb404-33b7-4b8f-8aa0-576b234652fb") + ) + (fp_line + (start 7.75 -1.892) + (end 7.948 -1.889) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6832f754-a6e6-478a-bd86-858502b6adf6") + ) + (fp_line + (start 7.75 -4.604) + (end 7.704 -4.727) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "eec00f97-9726-4990-8aef-95005e7267d9") + ) + (fp_line + (start 7.748 -5.64) + (end 7.759 -5.564) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0fa8234-8777-4a66-8b79-9ecbb37d6605") + ) + (fp_line + (start 7.726 1.206) + (end 7.708 1.057) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a8aaba27-4342-41ce-bbda-d0444467961f") + ) + (fp_line + (start 7.726 -1.487) + (end 7.708 -1.636) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2adbad2b-46af-4caa-a651-e9f024a9fb8b") + ) + (fp_line + (start 7.712 -0.359) + (end 7.804 -0.422) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "39a58874-d2bf-449b-9f58-07b2f1a46d16") + ) + (fp_line + (start 7.712 -3.052) + (end 7.804 -3.115) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc98aaf7-0aba-4c7e-a96d-56e31c31a588") + ) + (fp_line + (start 7.708 1.057) + (end 7.688 0.902) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c760136f-382d-4dce-baed-596591861912") + ) + (fp_line + (start 7.708 -1.636) + (end 7.688 -1.791) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e254fbf4-1596-4274-a2c3-cd2c87e0c836") + ) + (fp_line + (start 7.704 -4.727) + (end 7.648 -4.855) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1ddaccf1-4d0b-44e5-b2c4-dfcabfdb2934") + ) + (fp_line + (start 7.688 0.902) + (end 7.669 0.745) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "31f4dc6c-dde9-45e8-b29d-489d35e0f1d0") + ) + (fp_line + (start 7.688 -1.791) + (end 7.669 -1.949) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6a3fe70d-92b9-4ad1-8a4f-a944ee5522b9") + ) + (fp_line + (start 7.669 0.745) + (end 7.649 0.587) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a9d66172-b21f-445f-bff6-1303cec8590d") + ) + (fp_line + (start 7.669 -1.949) + (end 7.649 -2.106) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf4ac78b-a9ac-469c-829f-72c6f81e6f21") + ) + (fp_line + (start 7.649 0.587) + (end 7.632 0.432) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "20fac508-78eb-4aa5-add1-1566151feb66") + ) + (fp_line + (start 7.649 -2.106) + (end 7.632 -2.262) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5dfa8f9a-6e69-407d-b1ae-eb50492ca459") + ) + (fp_line + (start 7.648 -4.855) + (end 7.58 -4.99) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "58633a66-53a7-4a80-bb62-9adf9147da29") + ) + (fp_line + (start 7.643 -0.268) + (end 7.712 -0.359) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "268c6477-051a-4631-8f4a-c86c47bf5102") + ) + (fp_line + (start 7.643 -2.961) + (end 7.712 -3.052) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f3f0408-a3b0-4f22-91e2-9a024ab006ab") + ) + (fp_line + (start 7.635 -4.556) + (end 7.815 -4.54) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "642bef19-f089-4145-8521-0c78a2141a57") + ) + (fp_line + (start 7.632 0.432) + (end 7.616 0.281) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9c3dbdfa-1d03-4398-9be7-f28a12c9bf19") + ) + (fp_line + (start 7.632 -2.262) + (end 7.616 -2.412) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8231f06e-2ee3-4905-af5e-c0d72e3085eb") + ) + (fp_line + (start 7.616 0.281) + (end 7.603 0.139) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d3292e9-89ed-435a-b615-fc52a41b2a3d") + ) + (fp_line + (start 7.616 -2.412) + (end 7.603 -2.554) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e93b4aa0-7fe2-4b97-9fb5-c5458e04e006") + ) + (fp_line + (start 7.603 0.139) + (end 7.594 0.006) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e4a5f4a-ba57-4793-9c6e-04e153b677a9") + ) + (fp_line + (start 7.603 -0.146) + (end 7.643 -0.268) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "491de0e1-cd41-47a4-a79b-f86c4b58fa87") + ) + (fp_line + (start 7.603 -2.554) + (end 7.594 -2.687) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3487b883-d132-4810-af37-6ee3794b3652") + ) + (fp_line + (start 7.603 -2.84) + (end 7.643 -2.961) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4497622e-6a35-4d56-b145-e61873b6a125") + ) + (fp_line + (start 7.6 0.262) + (end 7.762 0.258) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae81fe48-d57e-4488-a23e-f57c11561913") + ) + (fp_line + (start 7.6 -2.432) + (end 7.762 -2.436) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c221eefe-1cf5-48d5-b941-f08de75c2fe3") + ) + (fp_line + (start 7.594 0.006) + (end 7.603 -0.146) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7bfe75c7-ef59-483f-8531-f86433a553f4") + ) + (fp_line + (start 7.594 -2.687) + (end 7.603 -2.84) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1a89e2c-c297-4307-a1ff-efd1e2a95a5d") + ) + (fp_line + (start 7.584 0.808) + (end 7.75 0.802) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f2471ff2-4a7f-4d16-9dbe-788438e7c5fb") + ) + (fp_line + (start 7.584 -1.885) + (end 7.75 -1.892) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "73f848b4-ade7-4987-86e9-cda67c99315b") + ) + (fp_line + (start 7.58 -4.99) + (end 7.498 -5.132) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d23ca5ac-bc4d-44a2-90ac-0b3eaa4af6f8") + ) + (fp_line + (start 7.498 -5.132) + (end 7.402 -5.284) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "89311f2b-7f4a-4f24-93ac-72dc2e834d5d") + ) + (fp_line + (start 7.475 -4.562) + (end 7.635 -4.556) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "60af2486-27b0-4394-8b74-bf0b63a58ade") + ) + (fp_line + (start 7.46 0.275) + (end 7.6 0.262) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "13f293f5-71fa-4ce7-bfc1-43137bddb382") + ) + (fp_line + (start 7.46 -2.419) + (end 7.6 -2.432) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c04e50f2-d5aa-4a23-a606-4b4ca7d7a313") + ) + (fp_line + (start 7.446 0.822) + (end 7.584 0.808) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4e13e2a-b1f5-417e-8d80-b3e4cb5e5e55") + ) + (fp_line + (start 7.446 -1.871) + (end 7.584 -1.885) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "41f99891-7a2b-4f30-b64b-8a3195d07d40") + ) + (fp_line + (start 7.402 -5.284) + (end 7.289 -5.447) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a7be9e53-3c65-4638-b824-3d5371aceb9f") + ) + (fp_line + (start 7.347 -4.561) + (end 7.475 -4.562) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "229089b5-d96a-45a7-930c-5b21e68180d7") + ) + (fp_line + (start 7.333 0.296) + (end 7.46 0.275) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0a7da8e8-4a29-4619-8c2a-45042f49f661") + ) + (fp_line + (start 7.333 -2.398) + (end 7.46 -2.419) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "de589fca-e528-4d9d-88c3-9fb59d406d80") + ) + (fp_line + (start 7.332 0.841) + (end 7.446 0.822) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2335745d-4b86-4498-9fad-6d2729137fe3") + ) + (fp_line + (start 7.332 -1.852) + (end 7.446 -1.871) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7aafb32f-7d1e-405c-a119-d6e845ab6ed7") + ) + (fp_line + (start 7.261 -4.557) + (end 7.347 -4.561) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b5ea13a8-3e37-4201-b115-0647094f76a8") + ) + (fp_line + (start 7.237 0.864) + (end 7.332 0.841) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a8b74637-32ba-4af1-a789-5bc40c758bab") + ) + (fp_line + (start 7.237 -1.83) + (end 7.332 -1.852) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e2b7ca4-bf12-4484-baf4-f8f4ad434bb3") + ) + (fp_line + (start 7.23 -4.555) + (end 7.261 -4.557) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f03ae41-61bd-4463-bc12-db0dde34447c") + ) + (fp_line + (start 7.215 0.323) + (end 7.333 0.296) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "77482be5-b12a-41cb-b345-89c6c297fbe1") + ) + (fp_line + (start 7.215 -2.371) + (end 7.333 -2.398) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9da855b0-f953-4d94-ac15-68c62fcf943f") + ) + (fp_line + (start 7.158 0.887) + (end 7.237 0.864) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "77576d54-df18-461f-833a-af44e90f9ec8") + ) + (fp_line + (start 7.158 -1.806) + (end 7.237 -1.83) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d3a51349-28f4-4529-a091-383e21c10a0b") + ) + (fp_line + (start 7.096 0.354) + (end 7.215 0.323) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "198a2a45-a86c-4371-8a75-c6e4c84fad3d") + ) + (fp_line + (start 7.096 -2.339) + (end 7.215 -2.371) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b176ccc-587a-4308-8c95-991bd5be9b68") + ) + (fp_line + (start 6.71 -5.59) + (end 6.799 -5.667) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c38bcb76-072f-4dac-ae3c-2878c12baaaa") + ) + (fp_line + (start 6.627 0.5) + (end 6.663 0.439) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9e5493fd-e148-46c4-ab73-9e150e0f216c") + ) + (fp_line + (start 6.627 -2.194) + (end 6.663 -2.254) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "030f7528-01d8-4f5d-b375-396511a3f702") + ) + (fp_line + (start 6.616 -5.515) + (end 6.71 -5.59) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "27e112bb-379e-4535-a70d-a0e678c371ae") + ) + (fp_line + (start 6.615 -4.617) + (end 6.766 -4.59) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "05ce1968-bece-4bfd-ade8-db196bc5f219") + ) + (fp_line + (start 6.562 1.024) + (end 6.454 1.024) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8dc0cb95-6a64-4146-a98b-201faa29efcd") + ) + (fp_line + (start 6.562 -1.67) + (end 6.454 -1.669) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5df1d574-4ca4-471a-801a-bb2b89833513") + ) + (fp_line + (start 6.549 0.628) + (end 6.627 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6db64f46-9e2d-4604-b932-a6f7a66a0d14") + ) + (fp_line + (start 6.549 -2.065) + (end 6.627 -2.194) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2ee91d7b-5181-4f17-a629-4c470c00b784") + ) + (fp_line + (start 6.513 -5.448) + (end 6.616 -5.515) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0239a7dc-4f11-4dd5-9564-b10e3cb51ffa") + ) + (fp_line + (start 6.489 1.024) + (end 6.562 1.024) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8338e846-812b-41c6-ad83-c397e10d62a8") + ) + (fp_line + (start 6.489 -1.669) + (end 6.562 -1.67) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "806b945e-fc59-4641-ae29-5257d31d3d70") + ) + (fp_line + (start 6.469 0.745) + (end 6.549 0.628) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6647797e-9035-4291-9495-e7c7119a3fd1") + ) + (fp_line + (start 6.469 -1.948) + (end 6.549 -2.065) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4406c962-ad4e-4078-b602-6c519257203f") + ) + (fp_line + (start 6.454 1.024) + (end 6.343 1.02) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "18b61e14-f0cb-4bda-9e7e-35086cd0bce5") + ) + (fp_line + (start 6.454 -1.669) + (end 6.343 -1.673) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4208e0be-10e2-4b80-a414-1519879271b4") + ) + (fp_line + (start 6.45 -4.634) + (end 6.615 -4.617) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b656459b-45a8-4466-bf55-064e0e9bbeb4") + ) + (fp_line + (start 6.396 -5.391) + (end 6.513 -5.448) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "86388482-65de-4962-9ebf-7d4d6c1dfcb6") + ) + (fp_line + (start 6.393 1.021) + (end 6.489 1.024) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5ce23b6b-bd8c-44d9-a91a-04985175beda") + ) + (fp_line + (start 6.393 -1.672) + (end 6.489 -1.669) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "165068c6-cae0-4fb2-b201-2f3f8a0b28a0") + ) + (fp_line + (start 6.361 -5.564) + (end 6.332 -5.691) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6a7b2059-d977-4612-95c2-3fe01e6e1434") + ) + (fp_line + (start 6.357 -5.428) + (end 6.361 -5.564) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "21a00f46-105c-4e4b-a84f-ed4acb136567") + ) + (fp_line + (start 6.353 -5.283) + (end 6.357 -5.428) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4fffb586-b915-45cc-a9a2-02cc516bb571") + ) + (fp_line + (start 6.348 -5.13) + (end 6.353 -5.283) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b64729b-0793-4b75-90fd-6a59598d76c3") + ) + (fp_line + (start 6.346 0.351) + (end 6.377 0.293) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7d1347db-292a-4095-85d4-76da0d3f5524") + ) + (fp_line + (start 6.346 -2.342) + (end 6.377 -2.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "360bedc1-8522-4c8c-bbbd-baca6d69d40e") + ) + (fp_line + (start 6.343 1.02) + (end 6.23 1.004) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0150d2b-85b3-4331-b915-3086266e149b") + ) + (fp_line + (start 6.343 -1.673) + (end 6.23 -1.689) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3fb2e8e3-7579-49ea-8f1f-0415e04bfd8d") + ) + (fp_line + (start 6.343 -4.196) + (end 6.338 -4.341) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "32d1147a-7743-4223-ab67-db4aaf57b1b9") + ) + (fp_line + (start 6.343 -4.972) + (end 6.348 -5.13) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ca51fbb9-a837-4f97-892a-477f8b6ae176") + ) + (fp_line + (start 6.339 -4.811) + (end 6.343 -4.972) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d77aae80-2ebb-449c-8753-33e439daa878") + ) + (fp_line + (start 6.338 -4.341) + (end 6.336 -4.493) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f0172b04-3281-4d5a-a911-69e210ac9ebd") + ) + (fp_line + (start 6.336 -4.493) + (end 6.336 -4.651) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "22ebd635-5838-472e-8b50-03affaba3376") + ) + (fp_line + (start 6.336 -4.651) + (end 6.339 -4.811) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "711f8627-5a3c-4396-84c3-6cf951de66c5") + ) + (fp_line + (start 6.332 -5.691) + (end 6.261 -5.772) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "97c3e317-415d-4b4f-8101-e9340ae149a3") + ) + (fp_line + (start 6.279 -4.644) + (end 6.45 -4.634) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4f489d12-440e-4cd0-933d-b6701961a6d6") + ) + (fp_line + (start 6.276 1.015) + (end 6.393 1.021) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "aff48226-032f-4dae-a36a-f783c883d29a") + ) + (fp_line + (start 6.276 -1.678) + (end 6.393 -1.672) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f5c5a33-bffa-44be-b723-f59e60ea9e4b") + ) + (fp_line + (start 6.271 0.478) + (end 6.346 0.351) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5fb34c2f-8685-4006-a370-36a5c54e8539") + ) + (fp_line + (start 6.271 -2.216) + (end 6.346 -2.342) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "520fd06c-b6b9-4c42-9bfc-5c3d2d29f14b") + ) + (fp_line + (start 6.261 -5.352) + (end 6.396 -5.391) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e6835982-f526-41dd-96a3-dbcd46ab9645") + ) + (fp_line + (start 6.261 -5.772) + (end 6.156 -5.814) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c09e814d-1e36-4717-a65f-fd59e1f66b26") + ) + (fp_line + (start 6.23 1.004) + (end 6.117 0.972) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "95ef63d7-a7a2-4718-a404-714eb6412ee9") + ) + (fp_line + (start 6.23 -1.689) + (end 6.117 -1.722) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "56de11c8-54d5-46a3-86f3-42d9503bfc91") + ) + (fp_line + (start 6.208 -0.439) + (end 6.387 -0.46) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d2fb2423-7bf4-4222-994d-25a9683eab67") + ) + (fp_line + (start 6.208 -3.132) + (end 6.387 -3.153) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "88c879b0-2510-4f44-a16d-26dd08b3c12a") + ) + (fp_line + (start 6.186 0.602) + (end 6.271 0.478) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d875da09-775c-45a3-be03-ee257d013433") + ) + (fp_line + (start 6.186 -2.091) + (end 6.271 -2.216) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7bd6fa35-9259-4a2d-8279-ba81ed2069f9") + ) + (fp_line + (start 6.156 -5.814) + (end 6.028 -5.824) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d71f0cba-ee35-4c7d-8e36-e6e267833f6a") + ) + (fp_line + (start 6.141 1.006) + (end 6.276 1.015) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "869eca01-6daf-4865-b0e8-f32a37e3566c") + ) + (fp_line + (start 6.141 -1.687) + (end 6.276 -1.678) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c21b20df-9e93-4f8b-bf07-89242b210ced") + ) + (fp_line + (start 6.117 0.972) + (end 6.004 0.915) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1e5ef30-0c74-4f13-89aa-ab10a4b051eb") + ) + (fp_line + (start 6.117 -1.722) + (end 6.004 -1.778) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "22b36c73-46e7-4496-8b98-f69a5955de22") + ) + (fp_line + (start 6.11 -4.647) + (end 6.279 -4.644) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fed97871-4d75-4194-a3d3-5b61f2a948a5") + ) + (fp_line + (start 6.103 -5.335) + (end 6.261 -5.352) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cea40dd1-610e-46e4-9f6c-d23f0a3ddd3f") + ) + (fp_line + (start 6.052 -0.399) + (end 6.208 -0.439) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1b2c37f1-2f41-4eef-9163-74d93552bfe4") + ) + (fp_line + (start 6.052 -3.092) + (end 6.208 -3.132) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1fad9050-55c5-4235-9608-ea9460329cdb") + ) + (fp_line + (start 6.028 -5.824) + (end 5.899 -5.804) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f1084b0d-b992-4d4c-9074-1c148a908ad5") + ) + (fp_line + (start 6.004 0.915) + (end 5.892 0.829) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "69b62df2-080c-4fbc-a9ff-a83e6181a480") + ) + (fp_line + (start 6.004 -1.778) + (end 5.892 -1.864) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "658cbe5a-e7f5-4f80-bc14-54c2ecfeca7c") + ) + (fp_line + (start 5.991 0.994) + (end 6.141 1.006) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a4f92507-f2b3-4f75-987d-55004c3588b9") + ) + (fp_line + (start 5.991 -1.699) + (end 6.141 -1.687) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0c64a8a2-476d-4ce5-9a4f-cce66f41d837") + ) + (fp_line + (start 5.951 -4.645) + (end 6.11 -4.647) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "02b39166-9f7a-4094-8bda-785f43edf3d1") + ) + (fp_line + (start 5.918 -0.341) + (end 6.052 -0.399) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2b626917-a177-4b61-81a1-fd2a69eb9f9a") + ) + (fp_line + (start 5.918 -3.034) + (end 6.052 -3.092) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2965d96a-703d-45a6-8083-ee4575c36bb7") + ) + (fp_line + (start 5.899 -5.804) + (end 5.794 -5.756) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "bd5bb503-514b-468b-8abd-7e31ffd332b7") + ) + (fp_line + (start 5.894 -5.354) + (end 6.103 -5.335) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c8b9676b-221e-4cd7-863c-5d1cf75e0f5a") + ) + (fp_line + (start 5.892 0.829) + (end 5.783 0.708) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "007d1aa0-0a35-4c79-bc8d-e834bd3664f0") + ) + (fp_line + (start 5.892 -1.864) + (end 5.783 -1.985) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8198e596-d523-4ba3-91d9-8f9c41f56b37") + ) + (fp_line + (start 5.828 0.98) + (end 5.991 0.994) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d7add1e-d22e-4c3c-ab8e-6362e975e5d0") + ) + (fp_line + (start 5.828 -1.713) + (end 5.991 -1.699) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "713f8bf8-d771-4862-bb18-7b6f3b027ba3") + ) + (fp_line + (start 5.812 -4.64) + (end 5.951 -4.645) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f09822c0-7fac-44ce-a87f-366f7a49f250") + ) + (fp_line + (start 5.807 -0.267) + (end 5.918 -0.341) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "680ed401-4444-41a7-a749-88310d3efeaa") + ) + (fp_line + (start 5.807 -2.961) + (end 5.918 -3.034) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b55f6fd6-b5a9-46c1-9ccf-a9b9dbedb0ae") + ) + (fp_line + (start 5.794 -5.756) + (end 5.722 -5.686) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e6e4ba06-5100-4065-b809-01784b64c06b") + ) + (fp_line + (start 5.783 0.708) + (end 5.677 0.545) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4ce0e23d-dbb3-4d2d-b549-50bee3d446b9") + ) + (fp_line + (start 5.783 -1.985) + (end 5.677 -2.149) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c08dad7-0b97-4355-8528-fd74d397da31") + ) + (fp_line + (start 5.769 -5.417) + (end 5.894 -5.354) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed4682aa-5710-4438-810d-939bc55b81c3") + ) + (fp_line + (start 5.722 -5.686) + (end 5.695 -5.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d2524e3e-228a-471d-b6ab-7febc5f574b2") + ) + (fp_line + (start 5.718 -0.18) + (end 5.807 -0.267) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b3dfbe76-e5a2-48e9-bf61-46c24ad01a97") + ) + (fp_line + (start 5.718 -2.873) + (end 5.807 -2.961) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "43bdf38e-b010-49fa-901f-90246bfdfc87") + ) + (fp_line + (start 5.709 -5.505) + (end 5.769 -5.417) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a5acfc13-660b-4475-8069-b28733a7b5eb") + ) + (fp_line + (start 5.7 -4.634) + (end 5.812 -4.64) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "94dd7c58-d6bf-4547-ab6b-8de0e37bf355") + ) + (fp_line + (start 5.695 -5.6) + (end 5.709 -5.505) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8bdf40b7-7312-4b98-8ee3-177dfa3c1a46") + ) + (fp_line + (start 5.677 0.545) + (end 5.621 0.411) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4ddef27-9e8b-4c9f-ba6b-bbd22b45d51a") + ) + (fp_line + (start 5.677 -2.149) + (end 5.621 -2.282) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a881fee1-2247-4b84-acc6-5a7e843e2ba6") + ) + (fp_line + (start 5.655 0.964) + (end 5.828 0.98) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0c9b9dd2-dc58-4681-9b25-b9c3d020fbdc") + ) + (fp_line + (start 5.655 -1.729) + (end 5.828 -1.713) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9661476a-e3cc-43ad-bbdf-24b6874ef400") + ) + (fp_line + (start 5.653 -0.079) + (end 5.718 -0.18) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1916e9e-4224-4c5d-a9c6-82b80a4bae89") + ) + (fp_line + (start 5.653 -2.772) + (end 5.718 -2.873) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d75bbaff-de62-4f47-b2c1-42ba1e99da40") + ) + (fp_line + (start 5.621 0.411) + (end 5.596 0.279) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b06d0f18-c7c1-4973-8806-d4fa87df5412") + ) + (fp_line + (start 5.621 -2.282) + (end 5.596 -2.415) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c623739f-e556-4bf3-bf0d-ea8f14f7750e") + ) + (fp_line + (start 5.611 0.032) + (end 5.653 -0.079) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9fdbccc2-2f8e-4736-8eda-6be5762e5cd4") + ) + (fp_line + (start 5.611 -2.661) + (end 5.653 -2.772) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e7cc72e9-2528-4173-ac91-2a1600dc3104") + ) + (fp_line + (start 5.596 0.279) + (end 5.593 0.153) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "937939a7-3d48-498a-98b7-bb48d04ada01") + ) + (fp_line + (start 5.596 -2.415) + (end 5.593 -2.54) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6ec4beb8-dbfb-4b48-921c-f98b9d0706b5") + ) + (fp_line + (start 5.593 0.153) + (end 5.611 0.032) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e9f702de-b437-4ae2-a03e-b707e9309898") + ) + (fp_line + (start 5.593 -2.54) + (end 5.611 -2.661) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1b27d1c8-f65f-4837-ac2a-4472d56cd4ff") + ) + (fp_line + (start 5.474 0.946) + (end 5.655 0.964) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0bca7c3-16fb-43b6-91c1-9db8fac52cb2") + ) + (fp_line + (start 5.474 -1.747) + (end 5.655 -1.729) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1a8a76a0-6023-468a-bf57-4aeb52d09b1d") + ) + (fp_line + (start 5.336 -5.377) + (end 5.384 -5.255) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9a573a5f-16ed-4bac-a9aa-25b5d86e5dd3") + ) + (fp_line + (start 5.289 0.926) + (end 5.474 0.946) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b7bd606-8d7f-4fbd-a2d5-a4d4e067ee34") + ) + (fp_line + (start 5.289 -1.767) + (end 5.474 -1.747) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5fc32f47-b50c-49bd-8a82-dd68c0426109") + ) + (fp_line + (start 5.288 -5.505) + (end 5.336 -5.377) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8ef3e563-c1f8-49c5-a3f8-41d88bb0ede4") + ) + (fp_line + (start 5.271 -4.198) + (end 5.241 -4.37) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5413e9f0-4b25-4379-9452-5ca9a4dfa90a") + ) + (fp_line + (start 5.248 -5.632) + (end 5.288 -5.505) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d5a6653e-3f63-4910-afbc-8ebf149f0d3d") + ) + (fp_line + (start 5.241 -4.37) + (end 5.213 -4.532) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "64940337-2175-44aa-ab05-e1e92e28a356") + ) + (fp_line + (start 5.227 -5.859) + (end 5.225 -5.752) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "dac75ca8-9fd9-4f25-9f22-82af6f3fdad2") + ) + (fp_line + (start 5.225 -5.752) + (end 5.248 -5.632) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e6ba8e5a-5295-4d99-9539-f0f44fc4499c") + ) + (fp_line + (start 5.213 -4.532) + (end 5.189 -4.688) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f7925461-00b9-45fa-8499-f4088f9215ce") + ) + (fp_line + (start 5.193 -5.706) + (end 5.227 -5.859) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "518a4131-64e9-4ba1-a442-4691a53e2b81") + ) + (fp_line + (start 5.189 -4.688) + (end 5.17 -4.838) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "da49333a-2ae3-46a7-85b7-29e867a658b0") + ) + (fp_line + (start 5.17 -4.838) + (end 5.156 -4.984) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "780076de-fb73-43f2-b5aa-1c95059ff25d") + ) + (fp_line + (start 5.169 -5.558) + (end 5.193 -5.706) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f6fee84b-bfc5-4648-8e13-9d6d04247a23") + ) + (fp_line + (start 5.156 -4.984) + (end 5.148 -5.128) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "77b08f8f-0764-4619-ae58-4700c5781fa2") + ) + (fp_line + (start 5.154 -5.413) + (end 5.169 -5.558) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf646d51-a95b-4acb-92eb-03438484ca3f") + ) + (fp_line + (start 5.148 -5.128) + (end 5.147 -5.27) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1b097a20-994c-479c-9cb5-f236aa61c8fa") + ) + (fp_line + (start 5.147 -5.27) + (end 5.154 -5.413) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9273aad3-d4fd-4f46-88b0-3a63b54fdc41") + ) + (fp_line + (start 5.101 0.905) + (end 5.289 0.926) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "91815931-350b-44ea-ae11-854683127765") + ) + (fp_line + (start 5.101 -1.789) + (end 5.289 -1.767) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cc0d08d7-1c65-4883-9efb-f30fa51da8b0") + ) + (fp_line + (start 4.913 0.882) + (end 5.101 0.905) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fae21104-6d06-49da-9a8b-b74f2e8a3574") + ) + (fp_line + (start 4.913 -1.811) + (end 5.101 -1.789) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b73bc21e-e4fc-434c-9782-67f831579d00") + ) + (fp_line + (start 4.596 -4.8) + (end 4.592 -4.86) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f698b56-319a-4e7a-acc3-9c3c494e9e07") + ) + (fp_line + (start 4.592 -4.86) + (end 4.583 -5.011) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "75c56b73-e91e-4c3e-8fb7-792f0cb19b7b") + ) + (fp_line + (start 4.583 -5.011) + (end 4.569 -5.211) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e5d0253-acc2-4f0d-86a2-9343225c71a7") + ) + (fp_line + (start 4.569 -5.211) + (end 4.552 -5.418) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0bf07fd4-aa7e-4f51-a6a6-44b27866d654") + ) + (fp_line + (start 4.559 -0.106) + (end 4.64 0.088) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cfb29de7-5d87-4b80-bc4c-399de4fa7fae") + ) + (fp_line + (start 4.559 -2.799) + (end 4.64 -2.605) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1df88bde-ee9c-4b31-90f5-5e91fa88d17a") + ) + (fp_line + (start 4.552 -5.418) + (end 4.534 -5.59) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f0b46255-e918-4a38-931d-8a945e9905c3") + ) + (fp_line + (start 4.534 -5.59) + (end 4.492 -5.781) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "bbc3af49-fdef-47bd-8494-93433b79685b") + ) + (fp_line + (start 4.492 -5.781) + (end 4.425 -5.891) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0e38842-ac03-4c5b-8a1e-55adbb4b8c0c") + ) + (fp_line + (start 4.468 -0.25) + (end 4.559 -0.106) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f3948324-ce3a-4786-8e6f-06525e602a33") + ) + (fp_line + (start 4.468 -2.944) + (end 4.559 -2.799) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c78f65fa-a030-469f-965a-f81d8f3afba6") + ) + (fp_line + (start 4.425 -5.891) + (end 4.33 -5.929) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f5a1385-75d4-4463-bc21-a6137b8c26df") + ) + (fp_line + (start 4.371 -0.352) + (end 4.468 -0.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9086bc6-f594-4bed-870a-3805d2b7840b") + ) + (fp_line + (start 4.371 -3.045) + (end 4.468 -2.944) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2022f2c2-2d52-4762-8871-c3aaafed73b6") + ) + (fp_line + (start 4.33 -5.929) + (end 4.182 -5.928) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e1df4b0e-82c2-4440-ac04-3c42a4367634") + ) + (fp_line + (start 4.271 -0.414) + (end 4.371 -0.352) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "13b44301-e8b6-44a2-a883-05207972227f") + ) + (fp_line + (start 4.271 -3.107) + (end 4.371 -3.045) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fec985c7-f284-4d68-8727-af7eebd8b5f8") + ) + (fp_line + (start 4.182 -5.928) + (end 4.022 -5.921) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "55159f70-13f1-47a3-bb2b-c74826aa604c") + ) + (fp_line + (start 4.172 -0.443) + (end 4.271 -0.414) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "14be568d-2e52-4aed-b81b-dddc75cbdd07") + ) + (fp_line + (start 4.172 -3.136) + (end 4.271 -3.107) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2ab6f680-d446-4f8f-9f8c-8ce4722c87d3") + ) + (fp_line + (start 4.107 -4.235) + (end 4.1 -4.298) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e93952e0-b012-4dcc-a5ce-167d55bdd575") + ) + (fp_line + (start 4.1 -4.298) + (end 4.083 -4.452) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa2a3668-9582-4466-b44e-6720f86e983f") + ) + (fp_line + (start 4.083 -4.452) + (end 4.06 -4.651) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8abe8ec-485d-44a5-b5c3-6d01cfd7fd8c") + ) + (fp_line + (start 4.075 -0.444) + (end 4.172 -0.443) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d827258b-50c4-46fc-b3a5-4b37a0dc9ee6") + ) + (fp_line + (start 4.075 -3.137) + (end 4.172 -3.136) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "111becb9-cb80-417e-8fbe-97b6e8030333") + ) + (fp_line + (start 4.06 -4.651) + (end 4.035 -4.844) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9c26b72f-cc8f-4568-a8a9-f55225c27554") + ) + (fp_line + (start 4.041 -4.796) + (end 4.596 -4.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "87f4b7ba-c2c6-4980-9aad-767b93259fb9") + ) + (fp_line + (start 4.035 -4.844) + (end 4.012 -4.985) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9e07d90c-56c0-4c4f-855e-0025effe6c99") + ) + (fp_line + (start 4.022 -5.921) + (end 3.947 -5.918) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cdbac3ad-7252-4da8-b1a5-17f3fd6da071") + ) + (fp_line + (start 3.985 -0.422) + (end 4.075 -0.444) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "796db869-0097-47e7-801f-cda0ea750e7a") + ) + (fp_line + (start 3.985 -3.115) + (end 4.075 -3.137) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "461c24bd-c29b-4d81-bd76-c5414eb04a70") + ) + (fp_line + (start 3.9 -0.347) + (end 3.985 -0.422) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e20b2d01-f0a2-4c23-a8cf-4b8afc873d5b") + ) + (fp_line + (start 3.9 -3.04) + (end 3.985 -3.115) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6b065e8e-fef9-4b30-824e-7d9ccd606772") + ) + (fp_line + (start 3.867 -0.177) + (end 3.867 -0.236) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f48357f-c353-4808-811f-74ed7ffaa7c6") + ) + (fp_line + (start 3.867 -0.236) + (end 3.9 -0.347) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d7822b4-339e-43c0-b115-d4b16189cc93") + ) + (fp_line + (start 3.867 -2.87) + (end 3.867 -2.929) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "80bbd906-780d-49d4-9591-df6c1a36ee85") + ) + (fp_line + (start 3.867 -2.929) + (end 3.9 -3.04) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3c0e161b-77de-41cd-8057-090b9a285b00") + ) + (fp_line + (start 3.866 -0.046) + (end 3.867 -0.177) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e584287a-6232-40cf-a082-8dea5986b945") + ) + (fp_line + (start 3.866 -2.739) + (end 3.867 -2.87) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "84ba6563-aa9a-4a44-a402-ba732fd7b0d2") + ) + (fp_line + (start 3.864 0.18) + (end 3.863 0.084) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d2456fb5-2b99-45e1-9d17-eb9a485a3bd3") + ) + (fp_line + (start 3.864 -2.514) + (end 3.863 -2.609) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4df412ae-87c4-4ec7-8738-a6a72291cb75") + ) + (fp_line + (start 3.863 0.084) + (end 3.866 -0.046) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "caefe669-4c1f-4a42-9061-2eea0460c08d") + ) + (fp_line + (start 3.863 -2.609) + (end 3.866 -2.739) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c946c69-aabf-45dc-9f47-f37983b2dc53") + ) + (fp_line + (start 3.85 0.286) + (end 3.864 0.18) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec51372b-772c-40c6-ad58-bf05ad60b91d") + ) + (fp_line + (start 3.85 -2.407) + (end 3.864 -2.514) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "642badde-3a43-415c-9e9a-0400e9ad9539") + ) + (fp_line + (start 3.79 0.374) + (end 3.85 0.286) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "408b3778-6552-41b5-9096-89c71f84e5ce") + ) + (fp_line + (start 3.79 -2.319) + (end 3.85 -2.407) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6ae74015-156b-4b08-b0b7-49ff17fb760f") + ) + (fp_line + (start 3.746 1.188) + (end 3.627 0.985) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "16010e58-8aee-45c1-99df-d1cc2bd80779") + ) + (fp_line + (start 3.746 -1.505) + (end 3.627 -1.708) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "df0a2432-7a90-46bd-b54d-8bf995c9c0f2") + ) + (fp_line + (start 3.652 0.412) + (end 3.79 0.374) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cda7fe71-fae2-4327-88a1-ff4efc19520d") + ) + (fp_line + (start 3.652 -2.281) + (end 3.79 -2.319) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "347b3477-2f16-4a24-a474-1e5febecef0e") + ) + (fp_line + (start 3.627 0.985) + (end 3.514 0.784) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "76973292-11cb-4c20-8b65-30d05bb4f01c") + ) + (fp_line + (start 3.627 -1.708) + (end 3.514 -1.909) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a203993-fbf3-470f-ab7c-4d95a24716de") + ) + (fp_line + (start 3.521 0.393) + (end 3.652 0.412) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9fdb0f1-e046-40fb-9db7-42844093657b") + ) + (fp_line + (start 3.521 -2.301) + (end 3.652 -2.281) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f28095b2-5bdd-4916-8fd7-8ee2cde7e2ae") + ) + (fp_line + (start 3.514 0.784) + (end 3.408 0.589) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6dd0f16-8940-44d4-96ec-2f3144e7eef5") + ) + (fp_line + (start 3.514 -1.909) + (end 3.408 -2.104) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "719e34f3-a935-4f7b-982b-9c19691e49e1") + ) + (fp_line + (start 3.408 0.589) + (end 3.311 0.401) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8e0527a1-64cc-4c21-af5a-5910f4c387cc") + ) + (fp_line + (start 3.408 -2.104) + (end 3.311 -2.292) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e9b2f4e0-b0c4-45da-921b-36e4af201264") + ) + (fp_line + (start 3.405 0.336) + (end 3.521 0.393) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c12eea70-3a89-4f4e-bec5-6645406eead7") + ) + (fp_line + (start 3.405 -2.357) + (end 3.521 -2.301) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "951f92e3-c509-40e8-964b-37dd7e0e82bf") + ) + (fp_line + (start 3.344 -4.533) + (end 3.342 -4.654) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "581c7a64-fba5-4d4a-824b-f49a62311590") + ) + (fp_line + (start 3.342 -4.42) + (end 3.344 -4.533) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f230696-6936-45fb-9c05-e7c58419a4fe") + ) + (fp_line + (start 3.342 -4.654) + (end 3.334 -4.784) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d2c2573f-95ca-4b27-b2b0-4a4afcd9537c") + ) + (fp_line + (start 3.339 -4.318) + (end 3.342 -4.42) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0ab7eac0-2505-46ca-a15f-2fbf3a0464df") + ) + (fp_line + (start 3.337 -4.228) + (end 3.339 -4.318) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a4eb21c6-285b-40a9-9401-daa21a94bf6e") + ) + (fp_line + (start 3.334 -4.784) + (end 3.318 -4.92) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "30fbf204-bef9-4135-9949-e958965476e5") + ) + (fp_line + (start 3.318 -4.92) + (end 3.292 -5.061) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f4b94c24-3cba-40a3-b656-5a69ae755497") + ) + (fp_line + (start 3.311 0.401) + (end 3.223 0.225) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "24c732be-56c7-40ff-a440-789a73d66281") + ) + (fp_line + (start 3.311 -2.292) + (end 3.223 -2.468) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "361dcb36-1f5d-45a8-a966-bd2a77e39204") + ) + (fp_line + (start 3.298 0.246) + (end 3.405 0.336) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1afdd221-608b-420b-8eb2-861de263adb5") + ) + (fp_line + (start 3.298 -2.447) + (end 3.405 -2.357) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6ddca9c6-d93f-48af-8707-e3012416640e") + ) + (fp_line + (start 3.292 -5.061) + (end 3.254 -5.206) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf7c2f27-dfb2-4d35-9ded-39d46e2f0bdd") + ) + (fp_line + (start 3.254 -5.206) + (end 3.201 -5.353) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d2e3cbd-a7da-4440-b490-4f19b09f58e0") + ) + (fp_line + (start 3.223 0.225) + (end 3.144 0.063) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "aed766cc-c8d5-45cf-84bc-1c29216ccceb") + ) + (fp_line + (start 3.223 -2.468) + (end 3.144 -2.63) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa7a68a5-1582-4679-bafe-2a2ea2733064") + ) + (fp_line + (start 3.201 0.124) + (end 3.298 0.246) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d26a8420-78a3-4a9e-b4f4-5a9910f59c4d") + ) + (fp_line + (start 3.201 -2.569) + (end 3.298 -2.447) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0f28d312-e674-493b-bb0d-24fe0fb55a5f") + ) + (fp_line + (start 3.201 -5.353) + (end 3.131 -5.502) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b0215d2-13f6-48a7-8cfc-233a25ea1f30") + ) + (fp_line + (start 3.144 0.063) + (end 3.076 -0.083) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9c08e9bc-2359-4642-8957-cdc10638112d") + ) + (fp_line + (start 3.144 -2.63) + (end 3.076 -2.776) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f38d61d-85a4-4a20-aa88-865d9c66b0b4") + ) + (fp_line + (start 3.14 0.03) + (end 3.201 0.124) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "49edae70-5dd4-4020-bb66-e19aaf00297f") + ) + (fp_line + (start 3.14 -2.664) + (end 3.201 -2.569) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f711db5e-77b0-4494-90e8-aecb55e572ba") + ) + (fp_line + (start 3.131 -5.502) + (end 3.041 -5.651) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1982601b-2a8e-40bd-a5af-aba91929618d") + ) + (fp_line + (start 3.082 -0.076) + (end 3.14 0.03) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa837821-0cb5-4c2d-b2ac-2376f32f5c33") + ) + (fp_line + (start 3.082 -2.769) + (end 3.14 -2.664) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "58eb1f49-1e5e-4c0c-97da-fb971f13fe25") + ) + (fp_line + (start 3.076 -0.083) + (end 3.019 -0.208) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "999a9de1-b184-4a7a-88ce-e26d61a272e3") + ) + (fp_line + (start 3.076 -2.776) + (end 3.019 -2.901) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b90d0267-ce26-4e19-a4c7-fd16cc7a521c") + ) + (fp_line + (start 3.041 -5.651) + (end 2.931 -5.798) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "85195ff4-4022-4363-b14b-87d01de5d306") + ) + (fp_line + (start 3.025 -0.192) + (end 3.082 -0.076) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8de39313-d6b3-49d5-879e-e7c755da7625") + ) + (fp_line + (start 3.025 -2.886) + (end 3.082 -2.769) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "290311ab-2acc-454a-9a59-6cba16c0a08d") + ) + (fp_line + (start 3.019 -0.208) + (end 2.973 -0.311) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "09dffe2f-119c-4acf-b279-934de0a0dda7") + ) + (fp_line + (start 3.019 -2.901) + (end 2.973 -3.004) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a76c0baf-6e69-4f8d-a142-018c46047833") + ) + (fp_line + (start 2.973 -0.311) + (end 2.939 -0.388) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9c221d52-946b-4b75-8659-2771c7e549f2") + ) + (fp_line + (start 2.973 -3.004) + (end 2.939 -3.081) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "24cb67fc-f0c9-4f6e-88c1-7636ab854c5e") + ) + (fp_line + (start 2.968 -0.318) + (end 3.025 -0.192) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "90871ced-792e-45f5-b74e-584f9a150cb4") + ) + (fp_line + (start 2.968 -3.012) + (end 3.025 -2.886) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2cad3fe2-0f3b-467e-9c49-f271aa1ec49b") + ) + (fp_line + (start 2.939 -0.388) + (end 2.919 -0.436) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe7aa45c-11dc-4d1a-9253-27a0da27aa34") + ) + (fp_line + (start 2.939 -3.081) + (end 2.919 -3.13) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0f642eb-e44e-4747-9d08-48aa7b02d88d") + ) + (fp_line + (start 2.931 -5.798) + (end 2.797 -5.943) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "847e8d9f-68b8-458e-a56b-095489c111da") + ) + (fp_line + (start 2.919 -0.436) + (end 2.912 -0.453) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0ef56f0-51f0-42df-b28a-72491f7f6bb8") + ) + (fp_line + (start 2.919 -3.13) + (end 2.912 -3.146) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b89754be-9738-4e5f-8e95-e260ee696903") + ) + (fp_line + (start 2.912 -0.453) + (end 2.968 -0.318) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "de119e3e-b85f-435d-9e15-bdebccebd1c5") + ) + (fp_line + (start 2.912 -3.146) + (end 2.968 -3.012) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "de6a8a79-ffb1-408e-99f7-331b8dd7ba96") + ) + (fp_line + (start 2.87 -4.231) + (end 4.107 -4.235) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f95c6027-15cc-4326-9d31-38f6dba6baec") + ) + (fp_line + (start 2.531 -4.868) + (end 2.486 -4.982) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "11f8ac59-56bf-4d1a-8ad3-b4e0fd1dc52f") + ) + (fp_line + (start 2.498 -4.184) + (end 2.393 -4.314) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c484a812-1402-4e4a-b9af-2e216b21f631") + ) + (fp_line + (start 2.486 -4.982) + (end 2.438 -5.094) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c579301-bff6-451b-b47f-4ab2a3b968be") + ) + (fp_line + (start 2.438 -5.094) + (end 2.385 -5.204) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb4d8b56-fff0-4e32-bb68-134e4476c746") + ) + (fp_line + (start 2.394 0.653) + (end 2.444 0.62) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "317a2bf1-677c-46ed-b6b4-eef240063844") + ) + (fp_line + (start 2.394 -2.041) + (end 2.444 -2.074) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "15fcf661-f7ee-4981-92aa-29fa30316a60") + ) + (fp_line + (start 2.393 -4.314) + (end 2.282 -4.434) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "250e48fb-e2d3-44be-a21e-1a17c0d65000") + ) + (fp_line + (start 2.385 -5.204) + (end 2.33 -5.313) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "78ede9a5-24b2-446b-883e-d0eb187e6d79") + ) + (fp_line + (start 2.282 -4.434) + (end 2.174 -4.535) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1418a8af-ecf9-4c29-a7a3-d0ed1e478705") + ) + (fp_line + (start 2.274 0.73) + (end 2.394 0.653) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "eab7c737-4450-406f-9f80-b2e18bb45dd6") + ) + (fp_line + (start 2.274 -1.963) + (end 2.394 -2.041) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "55dcb42c-b26a-49b8-8a1f-cc80851d2e4d") + ) + (fp_line + (start 2.23 -0.202) + (end 2.382 -0.316) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e91ad237-6778-4565-a41c-5451c22b839e") + ) + (fp_line + (start 2.23 -2.896) + (end 2.382 -3.01) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "aac506cf-4156-47e4-9980-1111a3bb6bcc") + ) + (fp_line + (start 2.182 -4.691) + (end 2.312 -4.828) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e99125d6-a0ca-4b37-842b-335296080c6e") + ) + (fp_line + (start 2.174 -4.535) + (end 2.082 -4.606) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fb134e24-116f-4c1a-a910-69e228b2dca7") + ) + (fp_line + (start 2.125 0.819) + (end 2.274 0.73) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3036986f-780f-4e5b-8e4b-4e66acc1e072") + ) + (fp_line + (start 2.125 -1.874) + (end 2.274 -1.963) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "05bdee95-c42e-4b6f-9645-2ec41619b2fe") + ) + (fp_line + (start 2.08 -0.116) + (end 2.23 -0.202) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "59a4dc33-016c-4cea-b648-6fe1c8836f68") + ) + (fp_line + (start 2.08 -2.809) + (end 2.23 -2.896) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d12ed3c-0713-4da7-86c7-5331347f3457") + ) + (fp_line + (start 2.078 -5.355) + (end 2.078 -5.542) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c873fbd2-c35e-4523-8311-de379b125b9d") + ) + (fp_line + (start 2.078 -5.542) + (end 2.076 -5.729) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "75288219-cb62-4584-bfee-979eec5f882a") + ) + (fp_line + (start 2.077 -5.172) + (end 2.078 -5.355) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "078044b2-8672-471f-8af0-713545e8135d") + ) + (fp_line + (start 2.076 -5.014) + (end 2.077 -5.172) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "36709ce8-feaf-4ca8-a999-4108fb101352") + ) + (fp_line + (start 2.076 -5.729) + (end 2.071 -5.864) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "179b931a-ee6e-4f42-a650-8fcc15be33cf") + ) + (fp_line + (start 2.075 -4.903) + (end 2.076 -5.014) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "25f1074a-6ae7-40ed-8106-5e5622cabe99") + ) + (fp_line + (start 2.074 -4.861) + (end 2.075 -4.903) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f69224be-c98a-48ad-a04c-1caaa0418333") + ) + (fp_line + (start 2.071 -5.864) + (end 2.06 -5.921) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ce1926e7-aefc-4410-8ad7-0050d6aebd28") + ) + (fp_line + (start 2.062 -4.586) + (end 2.182 -4.691) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "819f78e6-941f-4dad-85f1-b4c7c6b3f0f2") + ) + (fp_line + (start 2.06 -5.921) + (end 1.949 -5.936) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "543a1648-5784-4e1c-9576-bc01c6ff98bf") + ) + (fp_line + (start 1.987 0.889) + (end 2.125 0.819) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "142e2caa-2b2c-4696-83a8-bdbb5b82c7f7") + ) + (fp_line + (start 1.987 -1.804) + (end 2.125 -1.874) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b3d89762-54ee-4dc0-8c86-98a5d2a2dca5") + ) + (fp_line + (start 1.957 -4.509) + (end 2.062 -4.586) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c8a3bad8-b631-46f3-ad1c-65cbb9e97856") + ) + (fp_line + (start 1.949 -5.936) + (end 1.792 -5.933) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1c72f17e-d445-4a58-842c-0dfdfce350d3") + ) + (fp_line + (start 1.936 -0.054) + (end 2.08 -0.116) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d732dada-3bdf-40ee-b2d0-4e0254c2408c") + ) + (fp_line + (start 1.936 -2.748) + (end 2.08 -2.809) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e92c974a-b07f-4799-a79e-f281f85dbc1a") + ) + (fp_line + (start 1.929 -0.243) + (end 1.901 -0.346) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "657bd73d-9c40-4ca8-b3ea-e75927d498b6") + ) + (fp_line + (start 1.929 -2.937) + (end 1.901 -3.039) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2652ca87-c786-4061-81b7-9315b84b5d2c") + ) + (fp_line + (start 1.928 -0.216) + (end 1.929 -0.243) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "acee6893-1f8a-43f2-93df-e612d6c0d353") + ) + (fp_line + (start 1.928 -2.909) + (end 1.929 -2.937) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f8deac2f-522c-4605-b44f-70351a68e5b0") + ) + (fp_line + (start 1.927 -0.138) + (end 1.928 -0.216) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "679e5b0e-a017-43d8-8845-79a886253d82") + ) + (fp_line + (start 1.927 -2.831) + (end 1.928 -2.909) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0afa5357-c57e-42cd-b476-72d99f39fe9f") + ) + (fp_line + (start 1.923 -0.014) + (end 1.927 -0.138) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f577817-ea32-42aa-bedc-809b6d0ffec6") + ) + (fp_line + (start 1.923 -2.707) + (end 1.927 -2.831) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f138c51d-0ee0-424a-a154-6e86a60a846b") + ) + (fp_line + (start 1.918 0.151) + (end 1.923 -0.014) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf02db11-2ff8-4f79-b3e9-9802575ab786") + ) + (fp_line + (start 1.918 -2.542) + (end 1.923 -2.707) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "10a5cee8-0f6f-4aac-80c1-915f5fcf52f0") + ) + (fp_line + (start 1.912 0.35) + (end 1.918 0.151) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "23d0e929-f5a1-4c62-b387-0887d9659f38") + ) + (fp_line + (start 1.912 -2.343) + (end 1.918 -2.542) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c2288b71-0313-4831-b20b-64c01771a6a6") + ) + (fp_line + (start 1.904 0.58) + (end 1.912 0.35) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "61d63f1b-dbdf-4e18-9e78-d70eac21ae65") + ) + (fp_line + (start 1.904 -2.114) + (end 1.912 -2.343) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0b2da3ef-2445-490e-b668-8ae41309ee36") + ) + (fp_line + (start 1.901 -0.346) + (end 1.829 -0.419) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "30f27120-8919-4f22-a0e2-49bd0c1104a0") + ) + (fp_line + (start 1.901 -3.039) + (end 1.829 -3.113) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3a13a33d-0399-4bf3-800a-72a2421cb176") + ) + (fp_line + (start 1.869 -4.453) + (end 1.957 -4.509) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ada0013d-cfe2-4fa3-ae62-0cfc7e1da447") + ) + (fp_line + (start 1.829 -0.419) + (end 1.725 -0.463) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae121872-4c9f-495f-b631-8204082b9825") + ) + (fp_line + (start 1.829 -3.113) + (end 1.725 -3.157) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "36786f1c-5181-4b16-85f0-7a9b5e48989f") + ) + (fp_line + (start 1.804 -4.413) + (end 1.869 -4.453) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ab1e0f05-b1ba-418b-9e43-ba5776957f76") + ) + (fp_line + (start 1.8 -0.017) + (end 1.936 -0.054) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "31880686-d14b-45e6-a2ae-8550fa4d37d7") + ) + (fp_line + (start 1.8 -2.71) + (end 1.936 -2.748) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6af91ec1-f5c6-4c49-998d-22cb7b1bdc03") + ) + (fp_line + (start 1.792 -5.933) + (end 1.713 -5.928) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7bafe9bc-eba9-4810-a855-8b4f34bb53ef") + ) + (fp_line + (start 1.725 -0.463) + (end 1.607 -0.479) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "126f84ae-523c-4569-b046-7ee124f46a5a") + ) + (fp_line + (start 1.725 -3.157) + (end 1.607 -3.172) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e27c7e3-130d-477a-b693-9d7d6d05e3e3") + ) + (fp_line + (start 1.674 -0.001) + (end 1.8 -0.017) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "42b75c7f-e205-4778-8b80-6010e5eef40d") + ) + (fp_line + (start 1.674 -2.694) + (end 1.8 -2.71) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ac975f7b-5c1b-42e6-a54b-1829692bd60c") + ) + (fp_line + (start 1.673 -4.188) + (end 2.498 -4.184) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b37ba0e4-c660-44d5-bd24-47ff6d2ba9c7") + ) + (fp_line + (start 1.673 -4.861) + (end 2.531 -4.868) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f9960147-0877-4502-ad52-336fc5c83a18") + ) + (fp_line + (start 1.607 -0.479) + (end 1.487 -0.466) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7d4fcb23-c914-48df-941d-94cf5f1f85b5") + ) + (fp_line + (start 1.607 -3.172) + (end 1.487 -3.159) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c50a4250-2225-4797-b4a1-1bc3d1138c0f") + ) + (fp_line + (start 1.56 -0.005) + (end 1.674 -0.001) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8764b520-89c4-4e8f-9e4f-12a445e1a616") + ) + (fp_line + (start 1.56 -2.698) + (end 1.674 -2.694) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "52194c94-e7df-49ff-beb1-04a1b4f2344e") + ) + (fp_line + (start 1.553 -4.177) + (end 1.553 -4.934) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "466f8d1c-c448-4a97-87ec-4e94847952fc") + ) + (fp_line + (start 1.553 -4.934) + (end 0.708 -4.934) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e8a5d0de-f294-42b4-a32d-95b01f36190d") + ) + (fp_line + (start 1.53 0.874) + (end 1.714 0.926) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0e144a3-6f5f-4307-ac4c-47637e9032bf") + ) + (fp_line + (start 1.53 -1.819) + (end 1.714 -1.768) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f5bc60e0-ca9c-4444-9bc3-6e40e983addd") + ) + (fp_line + (start 1.487 -0.466) + (end 1.383 -0.424) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4f69bb40-cbf2-45c5-8c23-3e0667e1f6c1") + ) + (fp_line + (start 1.487 -3.159) + (end 1.383 -3.117) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "11d75bf4-5480-4a2f-baa3-58a51cac0470") + ) + (fp_line + (start 1.462 -0.027) + (end 1.56 -0.005) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e31b63b1-e50c-436f-8b2d-c664bc43a016") + ) + (fp_line + (start 1.462 -2.72) + (end 1.56 -2.698) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b91a28b-e778-4691-8d2b-bb09bc10e8e8") + ) + (fp_line + (start 1.393 1.242) + (end 1.371 1.127) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a97a52d6-fe14-4f06-b35e-2dc42532437e") + ) + (fp_line + (start 1.393 -1.451) + (end 1.371 -1.566) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a58b425b-6fc3-4a86-ae11-a84decf83c5a") + ) + (fp_line + (start 1.383 -0.424) + (end 1.307 -0.355) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2480dd87-1dff-4a50-81a2-52ef161ac45c") + ) + (fp_line + (start 1.383 -3.117) + (end 1.307 -3.048) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0fe73d7c-983e-4368-b1af-2c7091659c0b") + ) + (fp_line + (start 1.382 -0.065) + (end 1.462 -0.027) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5498fdb6-915a-4445-8b00-6524ae4d6c27") + ) + (fp_line + (start 1.382 -2.758) + (end 1.462 -2.72) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c1d15993-12e6-4c0d-a72e-2f76d98a62f2") + ) + (fp_line + (start 1.371 1.127) + (end 1.346 1.013) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "644a2620-03c0-4432-a2a3-b8177b485182") + ) + (fp_line + (start 1.371 -1.566) + (end 1.346 -1.681) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6e18bff7-8b21-4bb4-8a05-3a319b07518f") + ) + (fp_line + (start 1.346 1.013) + (end 1.315 0.896) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "729e0aa9-1770-4b96-8a01-af601278faec") + ) + (fp_line + (start 1.346 -1.681) + (end 1.315 -1.797) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "95a40d19-41c6-4680-9b37-9cb1bed1a413") + ) + (fp_line + (start 1.342 0.842) + (end 1.53 0.874) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0df376e0-b3b8-4926-8318-ef70bcc43326") + ) + (fp_line + (start 1.342 -1.851) + (end 1.53 -1.819) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "53a382a5-9123-45f3-a2e9-3b2de6ca541d") + ) + (fp_line + (start 1.323 -0.117) + (end 1.382 -0.065) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00d22a94-4415-4f7c-bba5-9ac8913c5f96") + ) + (fp_line + (start 1.323 -2.811) + (end 1.382 -2.758) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b867fb16-61a5-4031-9766-9c1c9e8171a2") + ) + (fp_line + (start 1.315 0.896) + (end 1.278 0.778) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7847981b-5502-41f3-9413-b29fe20c5b32") + ) + (fp_line + (start 1.315 -1.797) + (end 1.278 -1.916) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "720f9518-b0d8-4879-8ffc-0a3335e2eb9d") + ) + (fp_line + (start 1.307 -0.355) + (end 1.276 -0.258) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "61b6f2c4-b226-47d6-bbd8-9d67fcaf35c3") + ) + (fp_line + (start 1.307 -3.048) + (end 1.276 -2.951) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "05bcb62f-e639-408b-893f-71715cd8f94a") + ) + (fp_line + (start 1.287 -0.182) + (end 1.323 -0.117) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8ce5f070-df4e-4d8d-b78f-3ef1b6a0875c") + ) + (fp_line + (start 1.287 -2.876) + (end 1.323 -2.811) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e8a669b7-c663-4fa5-9b1f-ce9eb01dc726") + ) + (fp_line + (start 1.278 0.778) + (end 1.231 0.655) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe36219f-13f1-47e3-b06a-60e954519022") + ) + (fp_line + (start 1.278 -1.916) + (end 1.231 -2.038) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "42f4679b-2c4d-49cf-8f9e-afb5127a3112") + ) + (fp_line + (start 1.276 -0.258) + (end 1.287 -0.182) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed74c2b7-a3ac-4886-84f5-377b5e1bbbfc") + ) + (fp_line + (start 1.276 -2.951) + (end 1.287 -2.876) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "446bf57c-8a66-4199-8c1c-73dc66bbce20") + ) + (fp_line + (start 1.231 0.655) + (end 1.175 0.527) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6b732b9b-51f6-479d-b29b-3f7cb9c273ef") + ) + (fp_line + (start 1.231 -2.038) + (end 1.175 -2.166) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "619cf9e3-25a5-4699-bab6-469aedc62cab") + ) + (fp_line + (start 1.175 0.527) + (end 1.107 0.392) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f4ca593-2b3f-4c1d-83fb-6afbc1dc83bd") + ) + (fp_line + (start 1.175 -2.166) + (end 1.107 -2.301) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cbbec9dc-3ece-41ba-b187-0bad09b173d6") + ) + (fp_line + (start 1.163 0.826) + (end 1.342 0.842) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "91e34627-a183-42e4-bafa-955f631c2bab") + ) + (fp_line + (start 1.163 -1.867) + (end 1.342 -1.851) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6162fbb8-6718-45ec-b23f-6a6f1488ec21") + ) + (fp_line + (start 1.133 -4.177) + (end 1.133 -5.757) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f251369-eace-44ab-848c-cd3c5957381c") + ) + (fp_line + (start 1.107 0.392) + (end 1.026 0.25) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "34e4c084-25ed-4154-b584-44597cd86748") + ) + (fp_line + (start 1.107 -2.301) + (end 1.025 -2.444) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7da9f5c8-a062-40f4-88c6-61890bbc359f") + ) + (fp_line + (start 1.026 0.25) + (end 0.929 0.098) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b8a69dfb-4ff5-4171-8662-f4fd81f9fc4a") + ) + (fp_line + (start 1.025 -2.444) + (end 0.929 -2.596) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "99772301-d596-41c7-ac2d-d8320c28783c") + ) + (fp_line + (start 1.003 0.82) + (end 1.163 0.826) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c360b637-6f5d-44e0-97f7-af09c2986ed7") + ) + (fp_line + (start 1.003 -1.873) + (end 1.163 -1.867) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c548aac3-2100-48bf-a57e-c299f9466e79") + ) + (fp_line + (start 0.929 0.098) + (end 0.816 -0.065) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "d5926ae5-e972-4dcc-8335-d8bd16db6dbc") + ) + (fp_line + (start 0.929 -2.596) + (end 0.816 -2.758) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "df425070-f6bd-4dc2-bc2c-ec8e49ad418d") + ) + (fp_line + (start 0.874 0.821) + (end 1.003 0.82) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc56b098-c3aa-474b-aac9-da58d4f42386") + ) + (fp_line + (start 0.874 -1.872) + (end 1.003 -1.873) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e861688-f76d-4846-81a3-359bef1f427a") + ) + (fp_line + (start 0.789 0.825) + (end 0.874 0.821) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a28b42a6-1c1a-4667-9b8b-ad6bdfd23632") + ) + (fp_line + (start 0.789 -1.868) + (end 0.874 -1.872) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "3adb9496-2d9f-40cf-b330-cf802996ea7f") + ) + (fp_line + (start 0.758 0.827) + (end 0.789 0.825) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb592211-9895-49a1-bb6a-47f7a9f85864") + ) + (fp_line + (start 0.758 -1.866) + (end 0.789 -1.868) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c6750bbb-1f60-4923-a832-20fb722c1b93") + ) + (fp_line + (start 0.708 -4.177) + (end 1.553 -4.177) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "594eb499-401a-4092-9a2b-1cc8f8989e5b") + ) + (fp_line + (start 0.708 -4.552) + (end 1.553 -4.552) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "22f1a18b-d140-451a-a871-4c11294da049") + ) + (fp_line + (start 0.708 -4.934) + (end 0.708 -4.177) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f4c333e-95dd-4f0c-b8a5-bc57a1ff22fb") + ) + (fp_line + (start 0.684 -5.306) + (end 1.582 -5.306) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec5e2d7d-3bc6-4fcb-8261-5aceb45c3c19") + ) + (fp_line + (start 0.618 -5.841) + (end 1.655 -5.666) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a3a4ba60-3271-4e9a-ba37-9a84bcaf9db5") + ) + (fp_line + (start 0.41 1.337) + (end -0.199 1.337) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "474da0bb-a80f-4ce4-b14e-5f26d8f31e91") + ) + (fp_line + (start 0.37 -4.013) + (end 0.27 -4.129) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c913718-efbb-4ec8-bb76-bae88d46ed51") + ) + (fp_line + (start 0.27 -4.129) + (end 0.184 -4.248) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "47472735-41ec-4096-96fb-ce611f148c4c") + ) + (fp_line + (start 0.27 -5.882) + (end 0.37 -5.99) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "233cfd4a-3e69-493d-b359-bfb36c843ecb") + ) + (fp_line + (start 0.184 -4.248) + (end 0.111 -4.372) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a02008a9-68e1-4709-bfc0-24c27997889b") + ) + (fp_line + (start 0.184 -5.768) + (end 0.27 -5.882) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "93d4d131-a9f1-4257-bd4f-e06ad27b3631") + ) + (fp_line + (start 0.111 -4.372) + (end 0.051 -4.498) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec464e2c-70c1-4b51-8600-7384ed6e411a") + ) + (fp_line + (start 0.111 -5.65) + (end 0.184 -5.768) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e8a30a4a-b90d-43dc-9cd2-b512b8cb2467") + ) + (fp_line + (start 0.051 -4.498) + (end 0.004 -4.626) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "947acefe-ac33-4206-9de3-25b50b4731dd") + ) + (fp_line + (start 0.051 -5.528) + (end 0.111 -5.65) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "673ed119-91db-4148-9876-56639d2d2321") + ) + (fp_line + (start 0.004 -4.626) + (end -0.029 -4.756) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1b0fa014-c61e-4314-8f3d-160bae26aa4c") + ) + (fp_line + (start 0.004 -5.403) + (end 0.051 -5.528) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "da656b2e-e4c4-44c7-b28a-53f21ed84da8") + ) + (fp_line + (start -0.029 -4.756) + (end -0.049 -4.886) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f75ebc7d-c37e-40c2-a424-54729f414b88") + ) + (fp_line + (start -0.029 -5.276) + (end 0.004 -5.403) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "9f6748e8-8f0d-48e2-827e-24181f021855") + ) + (fp_line + (start -0.049 -4.886) + (end -0.056 -5.017) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a4d49e7c-3f1b-4d80-bed7-772a82216d80") + ) + (fp_line + (start -0.049 -5.147) + (end -0.029 -5.276) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "41dd8dbe-60e2-416e-bb81-b16a7ee0f28c") + ) + (fp_line + (start -0.056 -5.017) + (end -0.049 -5.147) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "14fc535c-cb89-48aa-90fe-76e1fd47f505") + ) + (fp_line + (start -0.199 1.337) + (end -0.199 -0.036) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ee5ea3d6-1422-40d3-882b-9d8b9c72bbba") + ) + (fp_line + (start -0.618 -9.663) + (end -0.469 -9.779) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5900b9d3-f54e-4689-953a-e125f5f9fa71") + ) + (fp_line + (start -0.724 -9.567) + (end -0.618 -9.663) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f2cb3dc7-19c3-4d39-8479-4368f9d1680c") + ) + (fp_line + (start -0.729 -3.832) + (end -0.754 -3.951) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b6346b0a-bb01-4e48-89f7-5054374e0d0d") + ) + (fp_line + (start -0.733 -3.748) + (end -0.729 -3.832) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "27c35e8b-315a-496f-813b-9dd8fc243144") + ) + (fp_line + (start -0.752 -6.042) + (end -0.806 -6.145) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5bc4bec0-de82-443a-a56c-94cfb0912fcb") + ) + (fp_line + (start -0.754 -3.951) + (end -0.785 -4.064) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ff097b5-a55d-47f6-a955-3ddc5f3d0fd8") + ) + (fp_line + (start -0.772 -3.653) + (end -0.733 -3.748) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "272d2299-18dd-4a3e-a196-6d15ba4f51c4") + ) + (fp_line + (start -0.785 -4.064) + (end -0.825 -4.174) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "58e43a80-a74c-4a45-a990-a8fe7ecac27a") + ) + (fp_line + (start -0.8 -9.482) + (end -0.724 -9.567) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a4813917-c395-4e03-b658-4133a12249cd") + ) + (fp_line + (start -0.806 -6.145) + (end -0.87 -6.245) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "86b1650c-27f6-4516-8b60-2a6a434a183e") + ) + (fp_line + (start -0.825 -4.174) + (end -0.876 -4.284) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3b5cbb6d-677b-4641-88bd-7044bfd6bfae") + ) + (fp_line + (start -0.84 -3.551) + (end -0.772 -3.653) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e8a7eef6-149e-4a80-9869-67336b262eab") + ) + (fp_line + (start -0.859 -9.398) + (end -0.8 -9.482) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1c36527b-20ab-4863-8486-3913ee2e57f4") + ) + (fp_line + (start -0.87 -6.245) + (end -0.942 -6.342) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "86a6b9b9-3de3-44b4-b763-98233419d240") + ) + (fp_line + (start -0.876 -4.284) + (end -0.942 -4.395) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d75f1379-cf40-49b3-9b28-2d291ed900e9") + ) + (fp_line + (start -0.913 -9.306) + (end -0.859 -9.398) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4c756fc2-8fde-4459-8921-e1db5a89f1ba") + ) + (fp_line + (start -0.932 -3.442) + (end -0.84 -3.551) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "25e5e3b2-c628-460f-8b34-28a2c7950e5f") + ) + (fp_line + (start -0.94 -6.07) + (end -0.752 -6.042) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d70b07f0-7794-49ac-aab9-bba7744f562e") + ) + (fp_line + (start -0.942 -4.395) + (end -1.024 -4.511) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ee86ad28-2e8a-4b4f-a90f-b244d52f0462") + ) + (fp_line + (start -0.942 -6.342) + (end -1.022 -6.434) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c645efa1-5cf3-4d27-be7a-303fdbabecd8") + ) + (fp_line + (start -0.975 -9.198) + (end -0.913 -9.306) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ab5db7e5-9de7-449f-b70b-9d0dd610b10b") + ) + (fp_line + (start -1.022 -6.434) + (end -1.11 -6.52) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "446c08d7-8986-4d18-8f0f-30d613706dfc") + ) + (fp_line + (start -1.024 -4.511) + (end -1.125 -4.634) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "de9ed2c1-1e41-42ee-81d4-f29b6bd22835") + ) + (fp_line + (start -1.044 -3.329) + (end -0.932 -3.442) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "da423bcf-af02-422a-8d3f-915d7fd393eb") + ) + (fp_line + (start -1.058 -9.064) + (end -0.975 -9.198) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4cd135a5-fdd1-4851-864a-dadf7c96d9ff") + ) + (fp_line + (start -1.105 -6.079) + (end -0.94 -6.07) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc48681f-9397-420c-a160-4d40e8208b22") + ) + (fp_line + (start -1.11 -6.52) + (end -1.206 -6.599) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d18dfc73-4f65-499b-85e8-0e65b03fabb2") + ) + (fp_line + (start -1.125 -4.634) + (end -1.248 -4.768) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "42ec88f7-d7f3-40cf-8759-f8c5477df41e") + ) + (fp_line + (start -1.171 -3.214) + (end -1.044 -3.329) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "69e05192-f084-4bb3-aff6-f350c539f1a8") + ) + (fp_line + (start -1.171 -8.909) + (end -1.058 -9.064) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae3c331f-8808-430e-931c-7d9b2cc37f5b") + ) + (fp_line + (start -1.206 -6.599) + (end -1.309 -6.669) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "111c2bf6-9865-4ea4-a9f9-1702355a872d") + ) + (fp_line + (start -1.248 -4.768) + (end -1.396 -4.914) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "be40a792-1fff-4ce1-a6d8-41730132bad4") + ) + (fp_line + (start -1.249 -6.07) + (end -1.105 -6.079) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "31518452-8dcd-4719-9aa4-aad4159920e6") + ) + (fp_line + (start -1.281 -8.793) + (end -1.171 -8.909) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc5e93f7-8264-46ce-a278-5944e151e5a7") + ) + (fp_line + (start -1.304 1.364) + (end -1.304 1.185) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "98fe4024-dd1f-4460-ab6c-997be1e2af2c") + ) + (fp_line + (start -1.304 1.185) + (end -1.321 0.978) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d068a394-7054-45f9-ac53-014bf75c7213") + ) + (fp_line + (start -1.307 -3.099) + (end -1.171 -3.214) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0f0d22b0-c2a7-436a-931c-fa4be6782d48") + ) + (fp_line + (start -1.309 -6.669) + (end -1.418 -6.731) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0130066-f120-45ab-8ca4-de7cd402c362") + ) + (fp_line + (start -1.31 1.542) + (end -1.304 1.364) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1000aad2-ee88-468e-a417-b002fef105e7") + ) + (fp_line + (start -1.32 1.719) + (end -1.31 1.542) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "39367e70-4fd8-4578-b7c9-16f6f15e83e4") + ) + (fp_line + (start -1.321 0.978) + (end -1.35 0.778) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd955970-c990-4603-96b5-f465442bdb88") + ) + (fp_line + (start -1.335 1.896) + (end -1.32 1.719) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd52c1ac-e295-4f41-943d-ac9b91f9f1bf") + ) + (fp_line + (start -1.35 0.778) + (end -1.389 0.584) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0732623-9278-4ea6-a530-e8f3094216dc") + ) + (fp_line + (start -1.354 2.071) + (end -1.335 1.896) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3e82ba62-7189-4489-87d5-60db49657901") + ) + (fp_line + (start -1.371 -6.046) + (end -1.249 -6.07) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c027fa6b-8e6d-4e11-8804-979831dae8d5") + ) + (fp_line + (start -1.378 2.245) + (end -1.354 2.071) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c77559f1-9310-438e-bb42-9cac3de0d116") + ) + (fp_line + (start -1.387 -8.714) + (end -1.281 -8.793) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "303c400a-1ac8-4f8f-ae11-254f46fa0fb3") + ) + (fp_line + (start -1.389 0.584) + (end -1.437 0.398) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "23e32b5c-4ca6-4614-a426-44d605a7d8fd") + ) + (fp_line + (start -1.396 -4.914) + (end -1.473 -4.995) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "93927c49-5ee1-4ac6-b668-9cc01dba8402") + ) + (fp_line + (start -1.407 2.418) + (end -1.378 2.245) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a118e01-ce68-4cb9-aa2c-69460d69aea9") + ) + (fp_line + (start -1.418 -6.731) + (end -1.534 -6.781) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f1353e9e-7eae-44e9-872c-ec11c41e5657") + ) + (fp_line + (start -1.437 0.398) + (end -1.492 0.219) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "79fa940a-2b5a-472f-9a29-806c2daad595") + ) + (fp_line + (start -1.439 2.59) + (end -1.407 2.418) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "12eac6d1-24b8-4ea7-b275-251ba8bf5245") + ) + (fp_line + (start -1.448 -2.985) + (end -1.307 -3.099) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c71e1710-20a1-4e33-88ae-549fb47faa61") + ) + (fp_line + (start -1.473 -4.995) + (end -1.541 -5.082) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5cdb2718-315e-4c06-804f-561b680e75ba") + ) + (fp_line + (start -1.474 -6.006) + (end -1.371 -6.046) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "139dad75-0222-4e43-bc59-5c28bfe18b85") + ) + (fp_line + (start -1.476 2.761) + (end -1.439 2.59) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "23d00a59-0b4c-4084-acf1-2d0e73667d5f") + ) + (fp_line + (start -1.488 -8.671) + (end -1.387 -8.714) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3661902e-90e5-456c-bea6-67cccf66598c") + ) + (fp_line + (start -1.492 0.219) + (end -1.554 0.048) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9a025d13-3f10-4480-b02b-5650c6d28ed8") + ) + (fp_line + (start -1.516 2.931) + (end -1.476 2.761) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dbe20cc9-b99f-4e22-ad59-f96e667d1efa") + ) + (fp_line + (start -1.521 -8.948) + (end -1.505 -8.975) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9a17b82f-671a-43cc-889d-8f643334e78c") + ) + (fp_line + (start -1.534 -6.781) + (end -1.656 -6.82) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "15328724-62c0-4c64-8165-7ba7fa235831") + ) + (fp_line + (start -1.541 -5.082) + (end -1.599 -5.174) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "26fd21bc-b3dd-4d3f-828b-c65aac383c0b") + ) + (fp_line + (start -1.554 0.048) + (end -1.62 -0.116) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4eeb2bf2-5aa0-4534-94bd-c0dab739d13b") + ) + (fp_line + (start -1.558 -5.954) + (end -1.474 -6.006) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e4121a8-838d-461e-bd87-c7b273513df5") + ) + (fp_line + (start -1.561 3.099) + (end -1.516 2.931) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c261f2c7-400a-44c0-9c0a-e7dc7bbb3f90") + ) + (fp_line + (start -1.565 -8.873) + (end -1.521 -8.948) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "537c2196-fe60-48a5-847c-84653e479b38") + ) + (fp_line + (start -1.582 -8.665) + (end -1.488 -8.671) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f5ee5341-69c8-428a-a259-66f576fa2d08") + ) + (fp_line + (start -1.588 -2.876) + (end -1.448 -2.985) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d82759b1-57a0-4293-812e-59347193bfc5") + ) + (fp_line + (start -1.599 -5.174) + (end -1.648 -5.269) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5367a494-64b6-4f8c-adca-814c4b88525b") + ) + (fp_line + (start -1.609 3.266) + (end -1.561 3.099) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f9fdab0b-0971-4c0c-831c-cda73093deb5") + ) + (fp_line + (start -1.62 -0.116) + (end -1.689 -0.272) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "11896c2c-8771-4362-a4aa-2f8901fb1bc7") + ) + (fp_line + (start -1.624 -5.891) + (end -1.558 -5.954) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "61a8149a-2c46-4891-a026-d1321b4c0b29") + ) + (fp_line + (start -1.631 -8.761) + (end -1.565 -8.873) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "10ddf54c-6d59-4755-8fb8-43466141a83a") + ) + (fp_line + (start -1.648 -5.269) + (end -1.685 -5.366) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5dcbb3b6-1c66-4989-97d2-485c6610a0cb") + ) + (fp_line + (start -1.656 -6.82) + (end -1.783 -6.847) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1fcbe337-d147-4e02-846e-7f1ec4528bd0") + ) + (fp_line + (start -1.66 3.432) + (end -1.609 3.266) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "97675b30-915a-43e3-828c-166fb0161c3a") + ) + (fp_line + (start -1.667 -8.692) + (end -1.582 -8.665) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "301727b6-248b-4eb4-8c37-cb369ee1a241") + ) + (fp_line + (start -1.672 -5.818) + (end -1.624 -5.891) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "67ed65af-3dae-472c-882d-b64c8e40e12c") + ) + (fp_line + (start -1.685 -5.366) + (end -1.71 -5.462) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0f6ecb7-ddaf-4b1e-9b89-cdfe3f1f4a12") + ) + (fp_line + (start -1.689 -0.272) + (end -1.76 -0.421) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fedb7d4b-8ca2-493c-b9a1-22e781d6d436") + ) + (fp_line + (start -1.704 -5.737) + (end -1.672 -5.818) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "54801b85-fd78-4df4-a039-798d15f1a062") + ) + (fp_line + (start -1.71 -5.462) + (end -1.722 -5.558) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b75e6d15-4d7a-4aec-ab57-dc77af04a9b9") + ) + (fp_line + (start -1.715 3.597) + (end -1.66 3.432) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2df83ebe-1ddf-4544-b413-d0b7b3d7c49e") + ) + (fp_line + (start -1.716 -8.623) + (end -1.631 -8.761) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7eebb937-5634-42da-bd7e-2e0260369d0e") + ) + (fp_line + (start -1.72 -5.65) + (end -1.704 -5.737) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6ccf7be9-8d30-475d-8941-1f167d5de7ec") + ) + (fp_line + (start -1.722 -5.558) + (end -1.72 -5.65) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "367a0318-2a8d-4844-b1c5-a4b9f86a1709") + ) + (fp_line + (start -1.723 -2.772) + (end -1.588 -2.876) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d432cbe6-4998-44d8-87df-626563ccc34f") + ) + (fp_line + (start -1.76 -0.421) + (end -1.832 -0.562) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3bced514-7c6a-4929-a2f4-97c9dfd34def") + ) + (fp_line + (start -1.774 3.759) + (end -1.715 3.597) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0850d44a-6bde-4886-b872-ef2fda5e1590") + ) + (fp_line + (start -1.783 -6.847) + (end -1.916 -6.859) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "75080b0b-6140-45af-8605-622af6de8bea") + ) + (fp_line + (start -1.812 -8.468) + (end -1.716 -8.623) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "106f01f3-bf47-4150-bb7b-1a3318a6eb3d") + ) + (fp_line + (start -1.832 -0.562) + (end -1.903 -0.695) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f508a62c-3c21-46de-b321-51b8800cff11") + ) + (fp_line + (start -1.835 3.921) + (end -1.774 3.759) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "57a07bfe-e0c8-4178-9efc-c658d0aa0c5b") + ) + (fp_line + (start -1.848 -2.675) + (end -1.723 -2.772) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c6505e92-8e90-436d-b6f5-959c6248d156") + ) + (fp_line + (start -1.879 0.172) + (end -1.968 0.069) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "971c1271-0f6f-46b9-8494-7107930ab4af") + ) + (fp_line + (start -1.899 4.081) + (end -1.835 3.921) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3e1cb3e4-d855-414e-b1ff-d8f86a215960") + ) + (fp_line + (start -1.903 -0.695) + (end -1.971 -0.819) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dbc9643b-8b89-4ff3-80f6-063535be3753") + ) + (fp_line + (start -1.916 -6.859) + (end -2.053 -6.856) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "34d6d782-5641-4526-b346-05de03ea8c0e") + ) + (fp_line + (start -1.916 -8.307) + (end -1.812 -8.468) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e9862dd4-26d2-4ddd-91fc-972d848045f5") + ) + (fp_line + (start -1.957 -2.588) + (end -1.848 -2.675) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "04b9ebfa-2699-4160-9e9c-0c509052f4c5") + ) + (fp_line + (start -1.967 4.239) + (end -1.899 4.081) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2a6f1b1e-6809-43d7-b0c5-e4424e33d333") + ) + (fp_line + (start -1.968 0.069) + (end -2.053 -0.042) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4362e6ac-6290-4071-922f-911c69fdd561") + ) + (fp_line + (start -1.971 -0.819) + (end -2.036 -0.936) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1b6f5437-7cc3-4fb0-a914-07fa3cdc968c") + ) + (fp_line + (start -2.023 -8.151) + (end -1.916 -8.307) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "57e128ae-5e07-4818-9f5a-1cee0e65c680") + ) + (fp_line + (start -2.036 -0.936) + (end -2.096 -1.045) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5edbc061-8621-4c13-864b-a2a2b212044e") + ) + (fp_line + (start -2.037 4.396) + (end -1.967 4.239) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ff579cc0-821d-40ca-8f3d-8708c2d87acb") + ) + (fp_line + (start -2.046 -2.513) + (end -1.957 -2.588) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4796a06-5ec1-4b7e-a305-c6447cc5c644") + ) + (fp_line + (start -2.053 -0.042) + (end -2.134 -0.158) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1aa01b33-85ec-45ea-bfaa-b88738576f2f") + ) + (fp_line + (start -2.053 -6.856) + (end -2.195 -6.836) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e1a929c4-c484-4255-9524-8c224d1f6e73") + ) + (fp_line + (start -2.096 -1.045) + (end -2.149 -1.145) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f09eeb0b-a016-4287-8ed5-683b4c4b51a3") + ) + (fp_line + (start -2.109 4.551) + (end -2.037 4.396) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e0743f9-25f1-4e27-8ba3-1bbc1755dc6c") + ) + (fp_line + (start -2.109 -2.451) + (end -2.046 -2.513) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d29d03c-427b-4b84-bf4f-2d6f7ba5364a") + ) + (fp_line + (start -2.126 -8.009) + (end -2.023 -8.151) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "23f1f71f-cee3-412e-8e0b-8dacdc450a11") + ) + (fp_line + (start -2.134 -0.158) + (end -2.209 -0.28) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d759aa0-1145-43ae-a507-a45f6fc89e2a") + ) + (fp_line + (start -2.149 -1.145) + (end -2.195 -1.237) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "158af5df-cc1b-4506-bbe6-cb7505295b5b") + ) + (fp_line + (start -2.184 4.704) + (end -2.109 4.551) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f9c4e12-0101-4393-8a50-030440ea6a07") + ) + (fp_line + (start -2.193 -2.337) + (end -2.109 -2.451) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "efb5ebae-d680-4d30-add6-fa2b005bc2e3") + ) + (fp_line + (start -2.195 -1.237) + (end -2.231 -1.321) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2fc6c800-22f6-42f6-a664-0677d01cefba") + ) + (fp_line + (start -2.195 -6.836) + (end -2.341 -6.799) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "23a49e10-e7d0-41d9-a15a-25ac614cee99") + ) + (fp_line + (start -2.209 -0.28) + (end -2.278 -0.405) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9c8b409b-0d1b-49e5-8fed-acd83e0e8b3e") + ) + (fp_line + (start -2.217 -2.364) + (end -2.115 -2.444) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4445e598-1c38-4291-936b-eafc95d0cf78") + ) + (fp_line + (start -2.221 -7.893) + (end -2.126 -8.009) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "83fee08f-7316-4ff9-a4fd-e9a9372f4d8f") + ) + (fp_line + (start -2.231 -1.321) + (end -2.257 -1.396) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2460f6d2-1d7c-4c35-9be4-33dfefab8082") + ) + (fp_line + (start -2.25 -2.213) + (end -2.193 -2.337) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "56d5d2e4-dbd9-4665-9c2f-4cd76f3e3bd2") + ) + (fp_line + (start -2.257 -1.396) + (end -2.271 -1.462) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5338134d-a05d-4ad9-9bd6-6a3cccd5d5a9") + ) + (fp_line + (start -2.262 4.855) + (end -2.184 4.704) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3834130c-65dd-40f7-94b2-4c0e44ecd63c") + ) + (fp_line + (start -2.271 -1.462) + (end -2.288 -1.626) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3850e2d4-b49e-4213-938e-107014b88c2f") + ) + (fp_line + (start -2.278 -0.405) + (end -2.342 -0.534) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "62b6b2b3-6ade-4e95-8062-936451a2172f") + ) + (fp_line + (start -2.284 -2.079) + (end -2.25 -2.213) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2edba9d3-c333-4296-851f-3df46822dd7b") + ) + (fp_line + (start -2.288 -1.626) + (end -2.299 -1.785) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5379d081-922a-4828-9d43-7b2f2572d06c") + ) + (fp_line + (start -2.296 -7.805) + (end -2.221 -7.893) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "be0c7a50-2d41-4fd6-8c28-37a4cf00d900") + ) + (fp_line + (start -2.299 -1.785) + (end -2.299 -1.936) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5d9cc826-4756-4365-b769-24e883398d0a") + ) + (fp_line + (start -2.299 -1.936) + (end -2.284 -2.079) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "97db24fe-c1f7-4f86-9060-dc632af2d885") + ) + (fp_line + (start -2.306 -2.276) + (end -2.217 -2.364) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1a657991-5c9c-41a4-9f2e-22f0c7450b3a") + ) + (fp_line + (start -2.341 5.005) + (end -2.262 4.855) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "619e5559-5c6e-40cc-87da-be0d8df0f585") + ) + (fp_line + (start -2.341 -6.799) + (end -2.491 -6.743) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b8e9717b-c8d9-44dd-9eb5-d37e3b2c2fb5") + ) + (fp_line + (start -2.342 -0.534) + (end -2.399 -0.666) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0afc6592-c2db-4caa-a22b-f13f9e7e1c40") + ) + (fp_line + (start -2.378 -7.707) + (end -2.296 -7.805) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "94e689a1-e70f-45cb-8a5b-dc77827f725b") + ) + (fp_line + (start -2.381 -2.179) + (end -2.306 -2.276) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8ae8bcca-6404-4249-9a1b-d6efa82cff52") + ) + (fp_line + (start -2.399 -0.666) + (end -2.448 -0.8) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f6533ba-c4f9-46fc-b56b-e4570f6ba8d8") + ) + (fp_line + (start -2.423 5.153) + (end -2.341 5.005) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bdbfc897-0a76-4ef8-acff-58a8a30c7547") + ) + (fp_line + (start -2.443 -2.074) + (end -2.381 -2.179) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d628bd18-95ed-41eb-b4b4-f043ded47592") + ) + (fp_line + (start -2.448 -0.8) + (end -2.49 -0.935) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f6662114-e94f-4466-8b01-5f4d76363a86") + ) + (fp_line + (start -2.467 -7.601) + (end -2.378 -7.707) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9256f7aa-4f1a-4001-bdef-7fbb32e451e0") + ) + (fp_line + (start -2.478 2.313) + (end -2.484 2.244) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7fd7cb09-496d-4f85-a95b-f531a0ea6ec8") + ) + (fp_line + (start -2.48 1.79) + (end -2.482 1.703) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e60f5c1d-c97e-4327-8023-b78c1d20bdfb") + ) + (fp_line + (start -2.481 1.872) + (end -2.48 1.79) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "99187cb6-681b-4886-9fc6-864207b7616f") + ) + (fp_line + (start -2.482 1.703) + (end -2.486 1.611) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "34f20938-82be-4faa-a3bd-ea4ff60955a6") + ) + (fp_line + (start -2.483 1.952) + (end -2.481 1.872) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb857b3f-cfd2-48ea-8ae4-988435afb17f") + ) + (fp_line + (start -2.484 2.244) + (end -2.487 2.173) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b8ea754-7305-433d-91ba-90a4340e15a7") + ) + (fp_line + (start -2.485 2.028) + (end -2.483 1.952) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b67db6fb-e010-4837-9b46-419c0d446aba") + ) + (fp_line + (start -2.486 1.611) + (end -2.494 1.515) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e93f1ff9-82cc-426b-b31b-274f08cc4327") + ) + (fp_line + (start -2.487 2.173) + (end -2.487 2.102) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b5c8a737-214c-4638-bb5c-b013b02f97ab") + ) + (fp_line + (start -2.487 2.102) + (end -2.485 2.028) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "78e707fb-3e9a-4f67-9527-ee34cdefd91a") + ) + (fp_line + (start -2.49 -0.935) + (end -2.524 -1.07) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4f2de74c-a0a3-419c-86d3-f1056d120362") + ) + (fp_line + (start -2.491 -6.743) + (end -2.644 -6.668) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3d774050-1f75-473e-bdf5-d052504e6a25") + ) + (fp_line + (start -2.492 -1.964) + (end -2.443 -2.074) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f1df4d4-ea41-4805-990c-fc64e9beb3f8") + ) + (fp_line + (start -2.494 1.515) + (end -2.507 1.413) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc463df2-2692-4a08-9d95-1a693251e4f0") + ) + (fp_line + (start -2.506 5.299) + (end -2.423 5.153) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5552a350-225a-4c3c-8643-df2be6c7b9a2") + ) + (fp_line + (start -2.507 1.413) + (end -2.526 1.305) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0739a502-7fa1-4e85-8cae-604fd21c9156") + ) + (fp_line + (start -2.524 -1.07) + (end -2.549 -1.205) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0d2152d-05bb-45b9-922c-65dc46f5a5df") + ) + (fp_line + (start -2.526 1.305) + (end -2.552 1.19) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "baa2bb27-3ff4-481e-b331-7cfee71362fe") + ) + (fp_line + (start -2.529 -1.847) + (end -2.492 -1.964) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "95e16380-a797-4ef6-bc92-67bfd44afe75") + ) + (fp_line + (start -2.549 -1.205) + (end -2.565 -1.339) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3d38eca7-b037-4400-970c-46db57e3c3cb") + ) + (fp_line + (start -2.552 1.19) + (end -2.585 1.069) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7de04273-7eda-4419-ad6c-938bfee9f2d2") + ) + (fp_line + (start -2.554 -1.726) + (end -2.529 -1.847) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "93b580d1-c2df-48c4-9d06-465ca9d3eebc") + ) + (fp_line + (start -2.563 -7.487) + (end -2.467 -7.601) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "eb5c3818-51cd-4092-a6a2-1d306912382e") + ) + (fp_line + (start -2.565 -1.339) + (end -2.572 -1.471) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ac5a5c45-797a-4bbe-bfd5-5ce5a8aa3463") + ) + (fp_line + (start -2.568 -1.6) + (end -2.554 -1.726) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ba80136a-34d0-4a97-a9c9-c43ab3f7be6e") + ) + (fp_line + (start -2.572 -1.471) + (end -2.568 -1.6) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8c497335-9f19-4d8f-81b9-d3f6e5560190") + ) + (fp_line + (start -2.585 1.069) + (end -2.627 0.939) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f42c2843-70f0-463a-bc38-eee11dd73b5f") + ) + (fp_line + (start -2.592 5.443) + (end -2.506 5.299) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "563db87b-34c4-4832-bfe7-c025196b0284") + ) + (fp_line + (start -2.627 0.939) + (end -2.678 0.802) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c435621a-1e7b-4aea-a701-d5d27a54bd0d") + ) + (fp_line + (start -2.644 -6.668) + (end -2.8 -6.571) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "15ddbae8-4879-44da-8c42-497366b84781") + ) + (fp_line + (start -2.664 -7.369) + (end -2.563 -7.487) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d28c26df-aeff-4f6a-a1dc-f734efaf55cb") + ) + (fp_line + (start -2.678 0.802) + (end -2.74 0.656) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "72635b6d-f5d1-44fe-86b5-9bebc2da5d46") + ) + (fp_line + (start -2.679 5.584) + (end -2.592 5.443) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1509b6e6-a266-4bd3-bef6-1700f12ad930") + ) + (fp_line + (start -2.74 0.656) + (end -2.813 0.5) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0ece2b87-02c1-4250-9204-efdee0b5a9d0") + ) + (fp_line + (start -2.768 5.724) + (end -2.679 5.584) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b1631ef5-5ba5-48ed-9e83-a55482a37a65") + ) + (fp_line + (start -2.769 -7.249) + (end -2.664 -7.369) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9e0ba15-f372-4a9e-a627-d594778258ac") + ) + (fp_line + (start -2.8 -6.571) + (end -2.871 -6.848) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9098a6bf-eae0-4636-90c3-6c2f5d9401fd") + ) + (fp_line + (start -2.813 0.5) + (end -2.898 0.335) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3fcf515a-b2e5-4769-a263-706606d34687") + ) + (fp_line + (start -2.814 2.363) + (end -2.816 2.219) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3e6949fd-a9d6-4530-9145-d07c13ad2635") + ) + (fp_line + (start -2.815 2.505) + (end -2.814 2.363) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c5ed04ff-a810-4989-b637-8cc763ae2ab6") + ) + (fp_line + (start -2.816 2.219) + (end -2.822 2.072) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "be78c320-66c9-47db-84c6-e07682b2c3ee") + ) + (fp_line + (start -2.818 2.645) + (end -2.815 2.505) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d7b44d07-2cb6-4c10-bad9-adf2185ee6fd") + ) + (fp_line + (start -2.822 2.072) + (end -2.831 1.922) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "06691abe-4a61-4d84-ab64-63ace23bf8b5") + ) + (fp_line + (start -2.824 2.782) + (end -2.818 2.645) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4159a1b3-645b-4fcf-a72d-9242b2067a63") + ) + (fp_line + (start -2.831 1.922) + (end -2.844 1.771) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e41ebddf-cb62-48cb-abb2-1cc22a5eecdd") + ) + (fp_line + (start -2.833 2.916) + (end -2.824 2.782) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "21491966-3c4c-414a-8ddc-0c7176ddff87") + ) + (fp_line + (start -2.844 3.047) + (end -2.833 2.916) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7d6a83ee-b39d-480d-9568-6e909628ec27") + ) + (fp_line + (start -2.844 1.771) + (end -2.861 1.617) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5632ff9d-82e3-45b5-a86b-5a4683beef51") + ) + (fp_line + (start -2.856 3.175) + (end -2.844 3.047) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "791a5e22-eefd-4c9f-8145-64da9c193893") + ) + (fp_line + (start -2.858 5.862) + (end -2.768 5.724) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "391e77f9-45fd-4544-9a96-6b9be0f3494b") + ) + (fp_line + (start -2.861 1.617) + (end -2.882 1.462) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "24e41c56-597e-4023-adfa-f1d5bfd2a519") + ) + (fp_line + (start -2.871 3.301) + (end -2.856 3.175) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "363809f4-b895-434e-8ee8-f8b8fb35d4fe") + ) + (fp_line + (start -2.871 -6.848) + (end -2.917 -6.986) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0673bd15-bb27-42a3-b8dd-ff34de638161") + ) + (fp_line + (start -2.879 -7.127) + (end -2.769 -7.249) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "58a22765-7f2e-4f66-9ea8-f56fcca75dda") + ) + (fp_line + (start -2.882 1.462) + (end -2.907 1.304) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1b73c962-e471-4ec3-ab97-9114c97a5609") + ) + (fp_line + (start -2.886 3.423) + (end -2.871 3.301) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "49956dd5-35c0-4b9f-8b2a-6f2b8918bd8c") + ) + (fp_line + (start -2.898 0.335) + (end -2.997 0.16) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "70791199-43db-4ae1-bf3d-59e94aad8d59") + ) + (fp_line + (start -2.904 3.542) + (end -2.886 3.423) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a5129eb7-d259-4824-8f60-442feba02c79") + ) + (fp_line + (start -2.907 1.304) + (end -2.937 1.145) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e5ef96dd-e14b-40bb-acac-746f5d3aee37") + ) + (fp_line + (start -2.917 -6.986) + (end -2.941 -7.034) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d618158f-4184-4754-aa33-65a98e706342") + ) + (fp_line + (start -2.922 3.657) + (end -2.904 3.542) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e567c545-204a-4e4a-bfa9-ae48e2366f9a") + ) + (fp_line + (start -2.937 1.145) + (end -2.971 0.984) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fb7d0d2c-09e5-46e0-8091-1901472a84d1") + ) + (fp_line + (start -2.941 3.769) + (end -2.922 3.657) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f66b82ab-c203-4cb4-84ea-abcb2cd50a9c") + ) + (fp_line + (start -2.941 -7.034) + (end -2.948 -7.039) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f84570f0-8f86-40f4-8c85-4d0ad12444b2") + ) + (fp_line + (start -2.949 5.997) + (end -2.858 5.862) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "72587f14-3879-4ab1-8ee7-30f0f8e50d93") + ) + (fp_line + (start -2.961 3.878) + (end -2.941 3.769) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ce824579-a256-4757-8547-32bf1db63637") + ) + (fp_line + (start -2.971 0.984) + (end -3.011 0.821) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c080aa7-74cc-491d-a4fa-a35e9d41b2a9") + ) + (fp_line + (start -2.99 -7.007) + (end -2.879 -7.127) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cc016ca4-b9a4-4d80-91ba-91d6e0df5bcc") + ) + (fp_line + (start -2.997 0.16) + (end -3.109 -0.026) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e26f0b22-8514-418f-977b-cb0a9761b0f5") + ) + (fp_line + (start -3.011 0.821) + (end -3.056 0.657) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "79094860-9de1-4089-9ad1-fb708c7e674c") + ) + (fp_line + (start -3.041 6.131) + (end -2.949 5.997) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "90a47af4-b3af-42ad-8a92-2ac33f1eaf7d") + ) + (fp_line + (start -3.056 0.657) + (end -3.106 0.491) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "40b12084-e9ea-4a47-a64f-d44ca516c9e8") + ) + (fp_line + (start -3.104 -6.89) + (end -2.99 -7.007) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dea160a0-c7eb-439d-aa99-b60757115fc7") + ) + (fp_line + (start -3.106 0.491) + (end -3.162 0.324) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "564c737a-c22b-400c-8665-990100e2bad2") + ) + (fp_line + (start -3.109 -0.026) + (end -3.237 -0.223) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "437daa66-7365-482e-804c-8098c6a0905c") + ) + (fp_line + (start -3.135 6.262) + (end -3.041 6.131) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e5e10b7e-d4e1-472a-acd2-b7ba1a3292f0") + ) + (fp_line + (start -3.162 0.324) + (end -3.223 0.156) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0e39e32b-7468-4f6e-a6f0-b54d61a16933") + ) + (fp_line + (start -3.219 -6.777) + (end -3.104 -6.89) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "22abab2e-9885-4da7-9852-348f356dd096") + ) + (fp_line + (start -3.223 0.156) + (end -3.291 -0.014) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c83a95be-f351-410b-916d-b5948688be99") + ) + (fp_line + (start -3.229 6.391) + (end -3.135 6.262) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "af4e708f-3ecb-432a-8234-bc33a136a64e") + ) + (fp_line + (start -3.237 -0.223) + (end -3.381 -0.432) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "311a70eb-5859-4da6-8fe4-344b06368e0f") + ) + (fp_line + (start -3.26 -8.171) + (end -3.284 -8.348) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c587e41e-e411-44d4-a360-b7b652a17e87") + ) + (fp_line + (start -3.284 -8.348) + (end -3.305 -8.537) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec7a7d72-678f-4bfb-a06b-17a4d013c413") + ) + (fp_line + (start -3.291 -0.014) + (end -3.366 -0.185) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "565082b3-06ce-46fa-857c-fecdf53c89f1") + ) + (fp_line + (start -3.305 -8.537) + (end -3.323 -8.731) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f0e1ea6-d278-4117-9e02-aaadcc59362e") + ) + (fp_line + (start -3.313 -5.447) + (end -3.263 -5.215) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e72994f-410e-42ab-a8f9-f801527ca6d0") + ) + (fp_line + (start -3.323 -8.731) + (end -3.339 -8.925) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "17540f0f-267d-4f0f-8f00-5539a89bd637") + ) + (fp_line + (start -3.324 6.517) + (end -3.229 6.391) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "db002d44-34dc-4a16-a373-be2b73d8ad8e") + ) + (fp_line + (start -3.333 -6.672) + (end -3.219 -6.777) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "99a76074-fcd3-4150-83c8-79f76bdad1c5") + ) + (fp_line + (start -3.339 -8.925) + (end -3.352 -9.113) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "36d7002b-bf2e-428b-a91a-b4ed755cac59") + ) + (fp_line + (start -3.352 -9.113) + (end -3.363 -9.288) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a2de683-0cbb-47f9-b48d-61ac1c60565d") + ) + (fp_line + (start -3.363 -9.288) + (end -3.371 -9.444) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "99f4f4aa-2f14-4bf9-b8a7-da1480e9e168") + ) + (fp_line + (start -3.366 -0.185) + (end -3.446 -0.356) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7db41bda-359c-420f-bdf5-221e6a8efd3d") + ) + (fp_line + (start -3.371 -9.444) + (end -3.378 -9.576) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "286a9e39-c26f-49c3-809f-c04839a4ac04") + ) + (fp_line + (start -3.377 -5.657) + (end -3.313 -5.447) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c16107e-b60f-4f98-bbed-8abfeb5d4011") + ) + (fp_line + (start -3.378 -9.576) + (end -3.383 -9.678) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "706bece9-b980-4420-a866-a63a48a63c89") + ) + (fp_line + (start -3.381 -0.432) + (end -3.542 -0.653) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cdb2878b-f702-4635-9e4c-1cc8cfe5a84c") + ) + (fp_line + (start -3.383 -9.678) + (end -3.385 -9.744) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5696a53f-2631-4279-8564-21adeaab997c") + ) + (fp_line + (start -3.385 -9.744) + (end -3.386 -9.767) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f57b03a6-125b-453a-8f2a-24b446ebba66") + ) + (fp_line + (start -3.42 6.641) + (end -3.324 6.517) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "26fd0d92-e1d7-4ec3-9cd1-0c12f182f0d8") + ) + (fp_line + (start -3.446 -0.356) + (end -3.534 -0.529) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "486e42a8-ccd7-4296-b46d-c1c0b1981be4") + ) + (fp_line + (start -3.447 -6.577) + (end -3.333 -6.672) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dcff1695-539e-442e-afee-9485378ce13a") + ) + (fp_line + (start -3.453 -5.846) + (end -3.377 -5.657) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b9a4b22-a241-4855-9d5c-4ff2f9005b1b") + ) + (fp_line + (start -3.516 6.763) + (end -3.42 6.641) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c95ae74a-ca90-4a39-aa68-19d5d2714b13") + ) + (fp_line + (start -3.534 -0.529) + (end -3.628 -0.702) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "49b6beb3-5d64-4af2-830b-e99a8a5ac007") + ) + (fp_line + (start -3.539 -6.015) + (end -3.453 -5.846) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e4f6c439-e664-4982-a00a-ae1d4844df2b") + ) + (fp_line + (start -3.542 -0.653) + (end -3.72 -0.886) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cd74d053-e62a-45a3-9f24-631862f85655") + ) + (fp_line + (start -3.559 -6.492) + (end -3.447 -6.577) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b748f219-0f44-41d7-bcf2-9a96e7f8b594") + ) + (fp_line + (start -3.612 6.882) + (end -3.516 6.763) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e69b829b-c0b7-43a9-80d0-4376f3776ee0") + ) + (fp_line + (start -3.634 -6.165) + (end -3.539 -6.015) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c3c15276-82a5-4b64-990f-7f503a97141e") + ) + (fp_line + (start -3.669 -6.42) + (end -3.559 -6.492) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7da919a6-904e-41c7-b0f6-91d865a93890") + ) + (fp_line + (start -3.678 2.681) + (end -3.678 2.526) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dfdaa22a-0489-48da-8a56-737e4c4366e1") + ) + (fp_line + (start -3.678 2.526) + (end -3.68 2.37) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "54562a16-6662-4d1b-9b50-45ed0ae36481") + ) + (fp_line + (start -3.68 2.836) + (end -3.678 2.681) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "18406746-0f9d-4d88-9ef2-8423e08576f0") + ) + (fp_line + (start -3.68 2.37) + (end -3.686 2.213) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "168a0226-3f44-46ec-a72a-15290137bd66") + ) + (fp_line + (start -3.685 2.991) + (end -3.68 2.836) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "20ac7a70-5cb9-4418-b061-8e4ee8d36b79") + ) + (fp_line + (start -3.686 2.213) + (end -3.694 2.056) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1bbbcb7-3394-4d47-a7e2-c5aca5915b62") + ) + (fp_line + (start -3.693 3.144) + (end -3.685 2.991) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0823f78-79d3-470b-87e6-694e750395bc") + ) + (fp_line + (start -3.694 2.056) + (end -3.705 1.899) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ccefc75b-fd16-4e82-963f-281710a98051") + ) + (fp_line + (start -3.704 3.297) + (end -3.693 3.144) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f47ba0cc-ecae-4aef-a30d-acee22ce59db") + ) + (fp_line + (start -3.705 1.899) + (end -3.719 1.742) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "318b1c02-8f98-40e0-8672-6e5f766110ad") + ) + (fp_line + (start -3.709 6.999) + (end -3.612 6.882) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b29fb2cb-e4b7-4450-8086-3c4d31478159") + ) + (fp_line + (start -3.717 3.45) + (end -3.704 3.297) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "73b08644-febb-4c1e-9b8f-826cf4cd7348") + ) + (fp_line + (start -3.719 1.742) + (end -3.736 1.584) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2b7fcec9-f103-4c1e-8056-817283941746") + ) + (fp_line + (start -3.72 -0.66) + (end -3.73 -0.54) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8bd335e3-f9cc-4141-b62c-89e6f2cea9b6") + ) + (fp_line + (start -3.72 -0.79) + (end -3.72 -0.66) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "cdb51342-07be-44c9-aae9-c15b7e1e8215") + ) + (fp_line + (start -3.73 -0.54) + (end -3.75 -0.43) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "03feac72-98b7-4654-a672-d344349eb6a0") + ) + (fp_line + (start -3.732 3.601) + (end -3.717 3.45) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6f581e98-caac-4a3a-b0ed-76aab462e56a") + ) + (fp_line + (start -3.736 1.584) + (end -3.755 1.426) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cd008119-17d3-4098-90f3-4ace8a150683") + ) + (fp_line + (start -3.736 -6.297) + (end -3.634 -6.165) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd27925d-9b2e-4663-bdb7-e46b9715b801") + ) + (fp_line + (start -3.75 3.751) + (end -3.732 3.601) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc50af72-15b3-4fb5-bf25-289e8b8f51f6") + ) + (fp_line + (start -3.75 -0.43) + (end -3.78 -0.34) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2cdac68d-7c68-4dee-83f4-c82da698979f") + ) + (fp_line + (start -3.75 -0.96) + (end -3.72 -0.79) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "717ae1df-ca35-43c4-858a-8a998842a6fa") + ) + (fp_line + (start -3.755 1.426) + (end -3.778 1.268) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae0ad2a8-816d-4ed9-8122-ce73b249d5bc") + ) + (fp_line + (start -3.77 3.901) + (end -3.75 3.751) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e12ec3e8-0d5b-47b1-abb9-9b31a4bb451e") + ) + (fp_line + (start -3.775 -6.363) + (end -3.669 -6.42) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "da61999d-a804-4700-a8ed-895bc2af0a31") + ) + (fp_line + (start -3.778 1.268) + (end -3.804 1.11) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "956f8a88-9acc-4e52-9280-d386fdb26e68") + ) + (fp_line + (start -3.78 -0.34) + (end -3.81 -0.27) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6c7215dc-2dbc-4951-bfca-623bac82e99f") + ) + (fp_line + (start -3.79 -1.1) + (end -3.75 -0.96) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6b6fa031-d624-43d1-842e-f25c3d8a114c") + ) + (fp_line + (start -3.792 4.049) + (end -3.77 3.901) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "381ea437-8589-413a-8d00-c27a465a3773") + ) + (fp_line + (start -3.804 1.11) + (end -3.832 0.952) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "37c732a1-cf44-4113-843f-85a5910958ec") + ) + (fp_line + (start -3.806 7.113) + (end -3.709 6.999) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9328bf5e-c997-4667-847d-cf51587a0583") + ) + (fp_line + (start -3.81 -0.27) + (end -3.85 -0.21) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "75f2082b-4d7b-452b-8a4f-d706b382cdc7") + ) + (fp_line + (start -3.817 4.196) + (end -3.792 4.049) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "17c7b03d-e4b9-4587-b2ce-0ee7a9d30575") + ) + (fp_line + (start -3.82 -1.2) + (end -3.79 -1.1) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "105fbd65-eb38-4079-82aa-c51ab8697030") + ) + (fp_line + (start -3.832 0.952) + (end -3.864 0.794) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b2d11b31-1b82-4d0c-a24f-3ecd947114ec") + ) + (fp_line + (start -3.842 -6.412) + (end -3.736 -6.297) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e51830a2-6dc5-4f13-834b-b490ff3a07e5") + ) + (fp_line + (start -3.844 4.342) + (end -3.817 4.196) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2009ab3a-f4bf-4c63-a0fe-9d170c762787") + ) + (fp_line + (start -3.85 -0.21) + (end -3.89 -0.17) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "71d48a52-b8b3-40ee-8443-1f8ed57774db") + ) + (fp_line + (start -3.85 -1.29) + (end -3.82 -1.2) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "71885243-5b46-48dd-99ac-0bd8b9c078df") + ) + (fp_line + (start -3.864 0.794) + (end -3.899 0.636) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0795232-a4f5-40af-bd8a-4a69f1a39aa6") + ) + (fp_line + (start -3.874 4.487) + (end -3.844 4.342) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fdd0a3ff-3d05-4dc5-8f2c-3aa967326c19") + ) + (fp_line + (start -3.88 -1.37) + (end -3.85 -1.29) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "78ec32a0-9a51-4ce8-b9fc-3040bef6a908") + ) + (fp_line + (start -3.89 -0.17) + (end -3.95 -0.13) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c84e14d3-e4ed-44aa-a72a-e3cd27cfffa7") + ) + (fp_line + (start -3.899 0.636) + (end -3.937 0.478) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7966563c-e279-4a7c-bf41-af45d42c4a74") + ) + (fp_line + (start -3.903 7.224) + (end -3.806 7.113) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "45c7911f-b027-440e-9e3e-77a146b41944") + ) + (fp_line + (start -3.905 4.631) + (end -3.874 4.487) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d290f63-844a-4f7b-8aec-c610c29b1e2f") + ) + (fp_line + (start -3.91 -0.68) + (end -3.89 -0.74) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b31efc5a-7b21-4ce8-b439-1c9342fcef4e") + ) + (fp_line + (start -3.92 -1.48) + (end -3.88 -1.37) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c69d9541-5e9c-4448-bf12-ab294afe5277") + ) + (fp_line + (start -3.93 -0.62) + (end -3.91 -0.68) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "73ec9bbc-dc9a-43b6-8948-b32c01d65371") + ) + (fp_line + (start -3.937 0.478) + (end -3.978 0.321) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "33193802-955d-4a94-98cf-a3ed27526865") + ) + (fp_line + (start -3.939 4.773) + (end -3.905 4.631) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "432045b0-7589-468b-8659-999ac30c51fa") + ) + (fp_line + (start -3.95 -0.13) + (end -4.01 -0.11) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd9d3f06-47e9-4e96-bdfc-1a5f59e67669") + ) + (fp_line + (start -3.951 -6.511) + (end -3.842 -6.412) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cba11463-444d-4fb1-9f76-b3065c51a98b") + ) + (fp_line + (start -3.97 -1.58) + (end -3.92 -1.48) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddae4b2b-20d9-4a3e-92ee-cab9e27340aa") + ) + (fp_line + (start -3.975 4.914) + (end -3.939 4.773) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2926e945-d9e3-4a4e-9b51-aad244dc04f4") + ) + (fp_line + (start -3.978 0.321) + (end -4.022 0.163) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c61a2d85-d3d7-4faf-9bef-d07618588ca0") + ) + (fp_line + (start -3.98 -0.56) + (end -3.93 -0.62) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe1771f5-b72c-4bc4-add4-a2ba0d9e31fd") + ) + (fp_line + (start -3.999 7.333) + (end -3.903 7.224) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6a5fe9e5-baaf-40a3-a520-f60ee8a61237") + ) + (fp_line + (start -4.01 -0.11) + (end -4.08 -0.11) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "392feb7d-639c-4109-b633-4f77161d9a00") + ) + (fp_line + (start -4.013 5.053) + (end -3.975 4.914) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "978f5906-8b9c-49a6-9b77-25cbc28e396e") + ) + (fp_line + (start -4.022 0.163) + (end -4.07 0.007) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "570b0686-0fc3-46c1-be51-39569bba54ce") + ) + (fp_line + (start -4.03 -1.71) + (end -3.97 -1.58) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "135735c6-9c20-4bf3-849f-8a3683d0618a") + ) + (fp_line + (start -4.044 -2.164) + (end -4.199 -2.39) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7d512d14-3ca4-4934-b506-eb07d268c7dc") + ) + (fp_line + (start -4.053 5.191) + (end -4.013 5.053) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "334446cd-af18-48a8-bb73-a88f4d220620") + ) + (fp_line + (start -4.06 -0.51) + (end -3.98 -0.56) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "af865e07-b961-449a-8717-ceb1273ebf79") + ) + (fp_line + (start -4.062 -6.595) + (end -3.951 -6.511) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "28f5d24e-b605-4fad-9e07-a157526f5710") + ) + (fp_line + (start -4.07 0.007) + (end -4.121 -0.15) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7cc91655-208f-4c40-986f-00fd054b4b29") + ) + (fp_line + (start -4.07 -1.79) + (end -4.03 -1.71) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e06d1eab-cb86-4592-b7c5-13289f2591ff") + ) + (fp_line + (start -4.08 -0.11) + (end -4.12 -0.12) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "61c1ad0a-88fa-4e84-b6d4-f39d3cd9072a") + ) + (fp_line + (start -4.095 7.439) + (end -3.999 7.333) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4be25af8-39f2-4002-9837-911821c1b9cc") + ) + (fp_line + (start -4.095 5.328) + (end -4.053 5.191) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f7eedf75-4d8e-4db5-a979-879f661d7288") + ) + (fp_line + (start -4.1 -9.771) + (end -4.132 -9.539) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "191379e4-86ba-4bf3-8d2d-4cd5385d32c3") + ) + (fp_line + (start -4.12 -0.12) + (end -4.16 -0.21) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "32f7f993-844d-4647-82bc-7e4c69fc685b") + ) + (fp_line + (start -4.13 -0.51) + (end -4.06 -0.51) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "cdf16225-865b-428c-89bd-8853cabfea19") + ) + (fp_line + (start -4.13 -1.89) + (end -4.07 -1.79) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c8686b97-f23e-4a0e-b4c0-aa3988218b00") + ) + (fp_line + (start -4.132 -9.539) + (end -4.167 -9.31) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "463e71c6-e035-4ed0-9a41-c3c9633f2c78") + ) + (fp_line + (start -4.139 5.463) + (end -4.095 5.328) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a54a2d51-4b66-4d14-b33d-1444b55de06d") + ) + (fp_line + (start -4.16 -0.21) + (end -4.24 -0.38) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5bcf876f-136c-4dac-ae61-fa226f0c392d") + ) + (fp_line + (start -4.167 -9.31) + (end -4.203 -9.084) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2330a65f-a667-4564-b2ea-fd267508069a") + ) + (fp_line + (start -4.171 -6.664) + (end -4.062 -6.595) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7759bcaf-350b-4897-a675-aaf4fb3e75fe") + ) + (fp_line + (start -4.18 -1.98) + (end -4.13 -1.89) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "54cef379-8a16-4ade-956d-519a53329bc3") + ) + (fp_line + (start -4.185 5.596) + (end -4.139 5.463) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2798cc00-37db-458a-b5f8-bea65ae99be7") + ) + (fp_line + (start -4.191 7.543) + (end -4.095 7.439) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8aff71fc-0b55-4238-837c-95b0b4aac181") + ) + (fp_line + (start -4.199 -2.39) + (end -4.335 -2.596) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3d927ca0-f4ad-42ab-b902-dfef8d84eebb") + ) + (fp_line + (start -4.203 -9.084) + (end -4.242 -8.863) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "34bb2d5a-a1fd-4187-b623-25a5b805199b") + ) + (fp_line + (start -4.21 -0.54) + (end -4.13 -0.51) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8269e9fd-85b6-4956-b9ff-6bc28fa3d59b") + ) + (fp_line + (start -4.233 5.727) + (end -4.185 5.596) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "92adc2a7-705f-4e7b-90a7-1c91d9f5977d") + ) + (fp_line + (start -4.24 -0.38) + (end -4.25 -0.4) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0580ba4c-51c4-4298-ad74-e9c2ef4e04a2") + ) + (fp_line + (start -4.242 -8.863) + (end -4.283 -8.646) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "066893ee-f587-4ad1-a5e3-e3171a7f7252") + ) + (fp_line + (start -4.25 -0.4) + (end -4.34 -0.56) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f3a1eef-c0ff-4ac8-8219-88f2fd3d4333") + ) + (fp_line + (start -4.26 -2.1) + (end -4.18 -1.98) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e09a27a3-bdcb-4a52-8356-44f3d9cdc103") + ) + (fp_line + (start -4.279 -6.72) + (end -4.171 -6.664) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6c6796b-c630-4de8-9473-cbbc978a0a21") + ) + (fp_line + (start -4.283 5.857) + (end -4.233 5.727) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9c1b71cf-44fe-4b7f-bf7f-4966704258c9") + ) + (fp_line + (start -4.283 -8.646) + (end -4.326 -8.433) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c8a20bd-e92e-46ff-b900-260ee00ab04b") + ) + (fp_line + (start -4.286 7.643) + (end -4.191 7.543) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "570ee06f-38f1-44a9-ae2b-f08cf56305e0") + ) + (fp_line + (start -4.312 -5.752) + (end -4.33 -5.947) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9a7ade3c-a81d-4038-a57c-b220b9c3cd90") + ) + (fp_line + (start -4.322 -5.585) + (end -4.312 -5.752) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d2d83bcc-f2f8-4838-be35-0f2248bff3b6") + ) + (fp_line + (start -4.326 -8.433) + (end -4.369 -8.226) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3223d5c1-12ae-4383-9a3d-a77618f00732") + ) + (fp_line + (start -4.33 -5.947) + (end -4.376 -6.115) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b1dbc88-c8c5-476c-80ac-830e56684be9") + ) + (fp_line + (start -4.334 5.985) + (end -4.283 5.857) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bff35e53-0373-44e5-a0ce-05175bbecd57") + ) + (fp_line + (start -4.335 -2.596) + (end -4.452 -2.782) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8847e751-6992-4f80-92c5-c3bef4b5dbf6") + ) + (fp_line + (start -4.34 -0.56) + (end -4.51 -0.83) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b8825d99-40ea-4358-a66a-e9f243080c3f") + ) + (fp_line + (start -4.34 -2.21) + (end -4.26 -2.1) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "42ba407d-a036-422b-9b59-0018a6ff74da") + ) + (fp_line + (start -4.353 -5.427) + (end -4.322 -5.585) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "20d6997e-64c7-454b-9573-baf26e1ad11b") + ) + (fp_line + (start -4.369 -8.226) + (end -4.415 -8.025) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4969850b-ae26-4ccb-823e-8fd7d1c082fe") + ) + (fp_line + (start -4.37 -0.63) + (end -4.21 -0.54) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f68e48ba-1983-4674-be66-79dbf442fe2e") + ) + (fp_line + (start -4.376 -6.115) + (end -4.44 -6.261) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f587f477-194d-41ae-8a6d-91fbd85f9d3f") + ) + (fp_line + (start -4.38 -1.51) + (end -4.39 -1.57) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "eb154998-e619-45d3-80ac-fd884505378c") + ) + (fp_line + (start -4.381 7.741) + (end -4.286 7.643) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ab15be4c-1efb-422a-9053-a5c97ba751b0") + ) + (fp_line + (start -4.382 -6.764) + (end -4.279 -6.72) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4450c83-6da6-4393-a892-92bf8cbec8aa") + ) + (fp_line + (start -4.387 6.111) + (end -4.334 5.985) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e085e529-431d-4fe9-aed9-287036ceabd6") + ) + (fp_line + (start -4.39 -1.44) + (end -4.38 -1.51) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6c353f58-6a07-42df-b4f4-806225c5678c") + ) + (fp_line + (start -4.39 -1.57) + (end -4.43 -1.67) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ee86355-6575-4d7f-b27a-ccda75d5cc71") + ) + (fp_line + (start -4.401 -5.278) + (end -4.353 -5.427) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "240fde71-00e0-458d-bf75-b4d973cb180b") + ) + (fp_line + (start -4.41 -2.3) + (end -4.34 -2.21) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "49b7236a-821c-4deb-be5e-c6a591113940") + ) + (fp_line + (start -4.41 -6.086) + (end -4.611 -6.058) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "26769327-3160-41f1-82e7-11d5d542abde") + ) + (fp_line + (start -4.415 -8.025) + (end -4.461 -7.829) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "73892a2a-cb53-43a4-8e7c-751de25d1e29") + ) + (fp_line + (start -4.43 -1.36) + (end -4.39 -1.44) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2a3624de-1e65-44b5-8315-a1c35dfa4ff3") + ) + (fp_line + (start -4.43 -1.67) + (end -4.47 -1.73) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f63e0144-2120-44f8-87b4-16ef8ae471f6") + ) + (fp_line + (start -4.44 -6.261) + (end -4.517 -6.386) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c60ba6ae-e013-424d-bb59-f3de27f735b1") + ) + (fp_line + (start -4.452 -2.782) + (end -4.552 -2.951) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4736f749-4a0e-4a05-b1aa-d51f1c3fc23d") + ) + (fp_line + (start -4.461 -7.829) + (end -4.507 -7.64) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e038545-c5a5-4131-a49e-7b5043e7ec34") + ) + (fp_line + (start -4.462 -5.136) + (end -4.401 -5.278) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "511ddebd-9f54-463b-bc54-5ebdd708d33d") + ) + (fp_line + (start -4.47 -1.3) + (end -4.43 -1.36) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0fd3f13d-0c3f-4c8e-b91e-1739efdf550b") + ) + (fp_line + (start -4.47 -1.73) + (end -4.54 -1.83) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d2bcc63-a2dd-418c-bd5f-ddaef4fca43f") + ) + (fp_line + (start -4.474 7.836) + (end -4.381 7.741) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f9c5087-aeae-41db-97be-1dd276294553") + ) + (fp_line + (start -4.478 -6.796) + (end -4.382 -6.764) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "15f86f86-6612-462a-a1d2-f730a8788a9a") + ) + (fp_line + (start -4.507 -7.64) + (end -4.555 -7.457) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9cb0289b-897f-4a33-9575-6ead0989832a") + ) + (fp_line + (start -4.51 -0.83) + (end -4.64 -1.03) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9abd6d67-ba40-4dee-af1a-810a8242c86f") + ) + (fp_line + (start -4.51 -2.41) + (end -4.41 -2.3) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "52d8e7e5-a13c-454e-a4ac-2f9fbb38f9bc") + ) + (fp_line + (start -4.517 -6.386) + (end -4.599 -6.491) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c7a7077f-9289-4bb4-8f3b-a449cb499057") + ) + (fp_line + (start -4.532 -5.002) + (end -4.462 -5.136) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "adfaccc9-bb80-495a-9038-d58935037d76") + ) + (fp_line + (start -4.54 -1.83) + (end -4.61 -1.93) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ba0a6746-a0cb-4d84-a93c-280700fe503d") + ) + (fp_line + (start -4.552 -2.951) + (end -4.636 -3.104) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddcf9a83-0126-4df6-88fa-3363d508d3a6") + ) + (fp_line + (start -4.555 -7.457) + (end -4.603 -7.281) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7c1fd6fc-5c53-4ccb-a456-46fe6fc0bc71") + ) + (fp_line + (start -4.56 -1.19) + (end -4.47 -1.3) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe4cc217-32a1-4374-9d51-46234fb59001") + ) + (fp_line + (start -4.567 7.927) + (end -4.474 7.836) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "64d84e49-aaf5-4eba-8a78-1b20287a1fe2") + ) + (fp_line + (start -4.567 -6.818) + (end -4.478 -6.796) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e5abcaa8-c89a-49d4-9e47-28a25f37d322") + ) + (fp_line + (start -4.58 -2.47) + (end -4.51 -2.41) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "baac58cf-ba1a-4451-8078-47a320ad2217") + ) + (fp_line + (start -4.599 -6.491) + (end -4.678 -6.579) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "835ada2e-dc88-46f5-b472-12f6a1e8c9f4") + ) + (fp_line + (start -4.603 -7.281) + (end -4.651 -7.113) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dbe6edc1-ee1c-41ad-b94e-6a468b80b874") + ) + (fp_line + (start -4.606 -4.873) + (end -4.532 -5.002) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "764ce9a2-c363-448f-a68c-a7dbf5cd80c1") + ) + (fp_line + (start -4.61 2.21) + (end -4.62 2.43) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9fa50f42-0778-414e-80a5-be6ea027c650") + ) + (fp_line + (start -4.61 -1.93) + (end -4.67 -2.01) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0106ccf0-8034-415a-8047-b288cb28580b") + ) + (fp_line + (start -4.611 -6.058) + (end -4.773 -6.037) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed265626-f6f5-4029-beb9-f6ad275e86b5") + ) + (fp_line + (start -4.62 2.43) + (end -4.62 2.58) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1a95a4e-59c6-4de0-bc59-72f75a6c6058") + ) + (fp_line + (start -4.62 1.9) + (end -4.61 2.21) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4949c210-134d-4c0f-a922-5b5c8c6df145") + ) + (fp_line + (start -4.63 2.721) + (end -4.632 2.479) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a6d1221a-1077-412d-8a73-7025f9b4ca20") + ) + (fp_line + (start -4.63 2.52) + (end -4.78 2.75) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f494321-e87f-4a8e-bbe5-a937d805b012") + ) + (fp_line + (start -4.63 1.67) + (end -4.62 1.9) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c3f25bab-d21c-43b9-bb4f-57d9b5e2645a") + ) + (fp_line + (start -4.631 2.951) + (end -4.63 2.721) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "07838c19-bdee-4759-9a7b-a62a5deb9737") + ) + (fp_line + (start -4.632 2.479) + (end -4.637 2.226) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2aabebab-10c6-4637-946b-cda31980f550") + ) + (fp_line + (start -4.634 3.171) + (end -4.631 2.951) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "833beff7-0439-4b25-8f23-ed949f699ed1") + ) + (fp_line + (start -4.636 -3.104) + (end -4.706 -3.243) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "782b86fa-ef9f-4c16-a991-b44a80f0f0c3") + ) + (fp_line + (start -4.64 3.38) + (end -4.634 3.171) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "965bc598-5f52-4615-847f-179635cd5cde") + ) + (fp_line + (start -4.64 1.44) + (end -4.63 1.67) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9f32a78e-0b59-4846-9068-4909840a34ae") + ) + (fp_line + (start -4.64 -1.03) + (end -4.75 -1.16) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9326384b-4777-4c92-aa2f-2d08e6267257") + ) + (fp_line + (start -4.645 -6.83) + (end -4.567 -6.818) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "163cdeae-7841-4f2c-b738-e36b081d5e19") + ) + (fp_line + (start -4.647 3.579) + (end -4.64 3.38) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4221b138-87b6-4073-a6e3-acb41ba2e601") + ) + (fp_line + (start -4.65 -2.53) + (end -4.58 -2.47) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f42c6fb6-c981-412b-ba48-b5195e6314ca") + ) + (fp_line + (start -4.651 -7.113) + (end -4.698 -6.952) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bd3e3af4-a5b8-4e4b-95b1-3c69a267c242") + ) + (fp_line + (start -4.657 3.767) + (end -4.647 3.579) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b78bfc8f-0469-4499-ad41-c131461c3c5d") + ) + (fp_line + (start -4.658 8.016) + (end -4.567 7.927) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cdce2be4-88ef-44ed-b591-e6404a14a2cf") + ) + (fp_line + (start -4.66 1.24) + (end -4.64 1.44) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "064a14d4-7625-4c17-9926-3bc8bef61c95") + ) + (fp_line + (start -4.669 3.944) + (end -4.657 3.767) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "aa565413-e7e1-4f3c-8a91-55e3e0a6e3ef") + ) + (fp_line + (start -4.67 1.11) + (end -4.66 1.24) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "18918f47-bbcf-470e-91e3-9d9829868ca1") + ) + (fp_line + (start -4.67 -1.07) + (end -4.56 -1.19) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddb850dd-54a7-4b63-bc5c-bb6ecd4a3633") + ) + (fp_line + (start -4.67 -2.01) + (end -4.73 -2.09) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e03d2ab-f849-4512-9569-879b25ae0e0c") + ) + (fp_line + (start -4.678 -6.579) + (end -4.748 -6.652) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "345a9ac1-be31-400b-9c5d-4af388112d4b") + ) + (fp_line + (start -4.68 -4.748) + (end -4.606 -4.873) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b08a146a-6e43-46ac-8c31-9d5442623eb3") + ) + (fp_line + (start -4.683 4.112) + (end -4.669 3.944) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ca09fd4-d48a-436a-8dbe-2bf5119efecb") + ) + (fp_line + (start -4.698 4.27) + (end -4.683 4.112) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2aa21f9e-73e7-40d1-a630-0290bc6939b1") + ) + (fp_line + (start -4.698 -6.952) + (end -4.746 -6.799) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a49f7437-7605-4a08-b3ab-0ea16e8bc6c8") + ) + (fp_line + (start -4.7 0.83) + (end -4.67 1.11) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2a5ed4f1-2e39-45ae-bf53-791630bc4cad") + ) + (fp_line + (start -4.706 -3.243) + (end -4.762 -3.37) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3fc3a397-ec3a-4314-aa6a-44925ef4cbbe") + ) + (fp_line + (start -4.712 -6.834) + (end -4.645 -6.83) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1330eb77-c16f-4a58-a897-f5af49736826") + ) + (fp_line + (start -4.716 4.418) + (end -4.698 4.27) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d52775ee-dd56-474f-8b5c-c66029880e5c") + ) + (fp_line + (start -4.73 0.6) + (end -4.7 0.83) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f9875c50-c584-4495-882f-e1b77ce22046") + ) + (fp_line + (start -4.73 -2.09) + (end -4.79 -2.16) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e93a39c0-ae2f-4d69-82ed-37fb069ff7a5") + ) + (fp_line + (start -4.735 4.556) + (end -4.716 4.418) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d90db84e-7df3-4d1b-b263-27f7c3991121") + ) + (fp_line + (start -4.746 -6.799) + (end -4.793 -6.655) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1675ce03-54b6-4252-90b1-150b2d4729ec") + ) + (fp_line + (start -4.748 8.102) + (end -4.658 8.016) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dfe0615d-48dd-4d5e-ae77-f5a2410688c9") + ) + (fp_line + (start -4.748 -6.652) + (end -4.8 -6.713) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9421d8ab-ec24-4783-b746-a12fbd00100e") + ) + (fp_line + (start -4.75 -1.16) + (end -4.8 -1.22) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3b960909-0ba4-465c-b3f3-fd447a704a1b") + ) + (fp_line + (start -4.75 -4.627) + (end -4.68 -4.748) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "96930a67-6215-4f2b-a9cc-16f78c9fd164") + ) + (fp_line + (start -4.755 4.685) + (end -4.735 4.556) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "504b138d-cda6-48ea-a44b-2c0d0cf874fc") + ) + (fp_line + (start -4.76 -2.61) + (end -4.65 -2.53) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa52b214-9e18-40f6-ba83-46690adc9999") + ) + (fp_line + (start -4.762 -3.37) + (end -4.807 -3.486) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1fbda89d-82ba-4f0a-b113-988f269883dc") + ) + (fp_line + (start -4.766 -6.83) + (end -4.712 -6.834) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "05fda319-28dc-4877-8331-02cb10501361") + ) + (fp_line + (start -4.77 0.37) + (end -4.73 0.6) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f642266-c43d-457e-a3d0-ae48d6438db5") + ) + (fp_line + (start -4.773 -6.037) + (end -4.894 -6.029) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a5e505c0-c0af-4f61-a9d4-cf031c548012") + ) + (fp_line + (start -4.777 4.805) + (end -4.755 4.685) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c9dc1467-f8a9-424e-ab40-9eace7cb7fbb") + ) + (fp_line + (start -4.78 2.75) + (end -4.99 3.05) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7d74b5e4-377b-4d94-8b21-289fadde7386") + ) + (fp_line + (start -4.793 -6.655) + (end -4.839 -6.52) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "daa8252e-3760-4210-b0ae-513325376d6c") + ) + (fp_line + (start -4.8 4.915) + (end -4.777 4.805) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1b8d5810-67b5-41f5-a4e9-e6c2cc9fec50") + ) + (fp_line + (start -4.8 -1.22) + (end -4.9 -1.34) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa730bff-7ae7-4cfc-aa0b-6b723ed31b48") + ) + (fp_line + (start -4.8 -6.713) + (end -4.828 -6.762) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2415334a-b998-4d19-a8b5-e60e8af2aff4") + ) + (fp_line + (start -4.804 -6.819) + (end -4.766 -6.83) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9cdc04e7-a7c1-410b-8dd7-1b5a287afb98") + ) + (fp_line + (start -4.807 -3.486) + (end -4.841 -3.594) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "90dda447-2750-402e-9a9e-df264b0c0bc9") + ) + (fp_line + (start -4.81 0.16) + (end -4.77 0.37) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "12b06950-23c0-46a3-97b4-485917511191") + ) + (fp_line + (start -4.812 -4.509) + (end -4.75 -4.627) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "325006ce-4c23-4f07-9871-dc0cd047f7fd") + ) + (fp_line + (start -4.825 5.017) + (end -4.8 4.915) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a281de60-7af0-498c-be0b-24572e88b490") + ) + (fp_line + (start -4.825 -6.802) + (end -4.804 -6.819) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a5e5a32b-d259-4833-9676-56ada82e83c2") + ) + (fp_line + (start -4.828 -6.762) + (end -4.825 -6.802) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "88ec470b-1595-4040-bc2a-91476c84ca2e") + ) + (fp_line + (start -4.83 1.16) + (end -4.68 1.24) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c034fa22-c359-4a30-b345-2b159807ba6c") + ) + (fp_line + (start -4.837 8.185) + (end -4.748 8.102) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8524da93-8e55-4af1-8974-d6a0c4c21263") + ) + (fp_line + (start -4.839 -6.52) + (end -4.884 -6.394) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "31d127b8-e8f8-47b6-acc4-5f7197d756d8") + ) + (fp_line + (start -4.841 -3.594) + (end -4.867 -3.695) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "27b5a6bb-bf08-4e16-abae-290afd548f36") + ) + (fp_line + (start -4.85 5.11) + (end -4.825 5.017) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "24fbbd33-4896-414c-ba79-167809dd0e90") + ) + (fp_line + (start -4.85 -2.66) + (end -4.76 -2.61) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "aef4ec1b-4636-45ef-b743-73a2cf716b99") + ) + (fp_line + (start -4.861 -4.391) + (end -4.812 -4.509) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "74796a55-82bc-4f74-9e9c-c7cb232069e3") + ) + (fp_line + (start -4.867 -3.695) + (end -4.884 -3.791) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "961e37cd-505c-40aa-baef-0a680d665d8f") + ) + (fp_line + (start -4.87 0.52) + (end -4.76 0.52) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b31a9ad-c09d-47b9-beaa-1384fac3ffb7") + ) + (fp_line + (start -4.87 -0.07) + (end -4.81 0.16) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9eb4c32c-a62b-416a-a386-ea1abd0b0a0d") + ) + (fp_line + (start -4.877 5.194) + (end -4.85 5.11) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2be498d5-e7b2-4098-b853-d60412f65c3b") + ) + (fp_line + (start -4.884 -3.791) + (end -4.896 -3.883) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2fa17bd4-23af-495d-84c8-95f8b6beb5a8") + ) + (fp_line + (start -4.884 -6.394) + (end -4.928 -6.278) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f3472d8-b33a-40c5-a248-c96394fd69de") + ) + (fp_line + (start -4.894 -4.275) + (end -4.861 -4.391) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf672f56-2d68-4c6c-a783-23e23c937b72") + ) + (fp_line + (start -4.894 -6.029) + (end -4.971 -6.037) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "31446a24-8ce7-4dca-ab0b-d907a8be5e8d") + ) + (fp_line + (start -4.896 -3.883) + (end -4.902 -3.974) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "76d9276c-0bff-44cf-81b5-cc0de1c97f12") + ) + (fp_line + (start -4.9 0.5) + (end -4.99 0.32) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3b0df787-46aa-47b2-a11b-96df99f09a2e") + ) + (fp_line + (start -4.9 -1.34) + (end -4.97 -1.41) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dce81c27-16c7-4397-b7d9-dfe2225cc620") + ) + (fp_line + (start -4.902 -3.974) + (end -4.905 -4.065) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e03d7bc9-2bd0-42b5-96ba-4ca164fb4c50") + ) + (fp_line + (start -4.905 5.27) + (end -4.877 5.194) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c2f8c49f-d49f-49e2-940a-a7b9765ffdf0") + ) + (fp_line + (start -4.905 -4.065) + (end -4.906 -4.157) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b6fc4182-53d3-44c8-80e1-53918daa9139") + ) + (fp_line + (start -4.906 -4.157) + (end -4.894 -4.275) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e721274f-b458-4ab5-8d4d-44bffaffa7c9") + ) + (fp_line + (start -4.91 0.56) + (end -4.9 0.5) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "aed6fd45-9008-49c0-8589-6686d15e36cc") + ) + (fp_line + (start -4.924 8.264) + (end -4.837 8.185) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6bdf4c09-0d97-4f84-a45b-4830c8cb3132") + ) + (fp_line + (start -4.928 -6.278) + (end -4.97 -6.171) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "23d269d6-d694-442a-bf5d-98bf3544fc31") + ) + (fp_line + (start -4.93 -0.31) + (end -4.87 -0.07) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8c7ad431-18a5-4197-b13f-e4bbf0da7038") + ) + (fp_line + (start -4.933 5.338) + (end -4.905 5.27) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "eb79b938-dc23-4503-beb0-3634b653c9e4") + ) + (fp_line + (start -4.94 -2.7) + (end -4.85 -2.66) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "14b56486-a565-4ad2-9d4e-44e6442ea175") + ) + (fp_line + (start -4.95 1.09) + (end -4.83 1.16) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a6d8eddd-c1b7-4ec6-be66-ae5ff2fbee45") + ) + (fp_line + (start -4.963 5.397) + (end -4.933 5.338) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "84282cc7-416d-48c2-ae9f-c0149b35065e") + ) + (fp_line + (start -4.97 -1.41) + (end -5.04 -1.48) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "678b0808-6a49-4948-bc77-b41d6e5561d1") + ) + (fp_line + (start -4.97 -6.171) + (end -5.011 -6.075) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1ea7795-8403-4edb-b959-1b29f77ed16f") + ) + (fp_line + (start -4.98 0.79) + (end -4.91 0.56) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "1a65f33c-7c56-44cc-9cf1-6ac54f672e8b") + ) + (fp_line + (start -4.99 3.05) + (end -5.13 3.24) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "31f8ed65-f1fb-4ea1-b8ac-285bac028b77") + ) + (fp_line + (start -4.99 0.32) + (end -5.07 0.18) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7d6807f0-5c24-4921-bebf-780c435de47a") + ) + (fp_line + (start -4.99 0.02) + (end -4.88 -0.02) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e97b323-0f13-4745-becc-fa60e39b31ab") + ) + (fp_line + (start -5.01 8.341) + (end -4.924 8.264) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3e3af5be-1b4c-4ba4-b660-3033fdf1caed") + ) + (fp_line + (start -5.011 -6.075) + (end -5.05 -5.99) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "13126287-e9cb-4238-b299-7176f08d4c96") + ) + (fp_line + (start -5.02 -0.6) + (end -4.93 -0.31) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "035e0cf3-8ba7-4e18-8dd3-f8e636f1c886") + ) + (fp_line + (start -5.03 0.53) + (end -5.06 0.41) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ee19a334-b72e-4d54-9a8e-a742ee56e7f1") + ) + (fp_line + (start -5.03 -2.73) + (end -4.94 -2.7) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "11d8a1c9-2fe6-4f06-af2c-43205f80d2b1") + ) + (fp_line + (start -5.04 0.93) + (end -4.98 0.79) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a95d1158-4fd7-4b29-842d-f674925ed1fa") + ) + (fp_line + (start -5.04 0.57) + (end -5.03 0.53) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "245afab8-87c2-4797-af78-aa00d5229c94") + ) + (fp_line + (start -5.04 -1.48) + (end -5.12 -1.56) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2a093840-0bdf-41ea-a70e-7ac20376c639") + ) + (fp_line + (start -5.05 -5.99) + (end -5.087 -5.916) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0fc92961-6e51-49df-b0eb-dd1791483003") + ) + (fp_line + (start -5.06 1.03) + (end -4.95 1.09) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5ed661fa-d25a-413c-8f9b-894484c176c8") + ) + (fp_line + (start -5.06 0.41) + (end -5.1 0.25) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5ee97714-8ad8-47a4-bd70-3ebc8406c7b5") + ) + (fp_line + (start -5.06 0.05) + (end -4.99 0.02) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "53ca97d4-db85-46f1-866a-72ac5fba2bbf") + ) + (fp_line + (start -5.07 0.18) + (end -5.14 0.06) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b9495fa-3f87-4963-9a1b-e0a11c6e50cd") + ) + (fp_line + (start -5.087 -5.916) + (end -5.122 -5.853) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "345b5742-5f5b-4133-bd63-f955ca19a62c") + ) + (fp_line + (start -5.09 1.04) + (end -5.04 0.93) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9569f35a-5d83-4bd3-8b6f-04dd6bf8bb08") + ) + (fp_line + (start -5.094 8.414) + (end -5.01 8.341) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1f2605ff-0052-4214-ba00-e5f83f987c66") + ) + (fp_line + (start -5.1 0.78) + (end -5.04 0.57) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "435960f9-5f02-4a62-b70b-90c1310d341d") + ) + (fp_line + (start -5.1 -0.85) + (end -5.02 -0.6) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9396dbf5-aa3c-4ba1-a9ae-1945fbb2026c") + ) + (fp_line + (start -5.102 -9.57) + (end -5.078 -9.78) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "70b621b6-45b5-43cb-9683-d589118723d7") + ) + (fp_line + (start -5.11 0.09) + (end -5.06 0.05) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "40f2d922-dc77-4165-a4ba-77aa54d0f1fa") + ) + (fp_line + (start -5.12 -1.56) + (end -5.19 -1.62) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "849ef7e5-8097-4aee-8015-323905546838") + ) + (fp_line + (start -5.122 -5.853) + (end -5.154 -5.802) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9f5a0760-2470-4cfd-9545-71255379b79a") + ) + (fp_line + (start -5.13 3.24) + (end -5.27 3.43) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "78d085a5-c3fc-425f-84dd-abbb97b59cb5") + ) + (fp_line + (start -5.13 -2.75) + (end -5.03 -2.73) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7bd40de0-7f89-4558-8bbf-b6a812e84074") + ) + (fp_line + (start -5.13 -9.359) + (end -5.102 -9.57) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f2c9904-545b-4337-acd6-8707e0924818") + ) + (fp_line + (start -5.14 0.06) + (end -5.27 -0.1) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3d219812-261f-4741-b119-3a36b9052a99") + ) + (fp_line + (start -5.154 -5.802) + (end -5.184 -5.763) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0d41751-5d18-4c9f-b863-fe47b2319611") + ) + (fp_line + (start -5.16 0.54) + (end -5.19 0.68) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9995dd7-4a06-4a52-9152-cf099c9e9707") + ) + (fp_line + (start -5.16 0.41) + (end -5.16 0.54) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7af2029e-2b92-4284-9c35-cc656514173c") + ) + (fp_line + (start -5.16 -1.77) + (end -5.14 -1.59) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "309e2839-3c95-45df-b7ac-fa723f3d94a2") + ) + (fp_line + (start -5.163 -9.149) + (end -5.13 -9.359) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "73e2a101-0bc0-414b-9aa7-7eeb8a3caef1") + ) + (fp_line + (start -5.17 1.18) + (end -5.09 1.04) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9a0f5593-2efd-4f52-bc76-f583ab6c95eb") + ) + (fp_line + (start -5.17 0.28) + (end -5.16 0.41) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "684dd321-c877-439a-a4d1-bec26f55cf89") + ) + (fp_line + (start -5.175 8.484) + (end -5.094 8.414) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc153f76-4971-47fe-9c36-88d5ca4ab507") + ) + (fp_line + (start -5.18 0.19) + (end -5.17 0.28) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1dfa0d9-6085-48b0-8c67-e7d0c2f5ffb4") + ) + (fp_line + (start -5.18 -1.88) + (end -5.16 -1.77) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "096afd04-538e-4b21-921b-0720cfc0fc33") + ) + (fp_line + (start -5.184 -5.763) + (end -5.21 -5.737) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2a9ff3d1-92b0-4583-8230-9357a432a3ac") + ) + (fp_line + (start -5.19 1.01) + (end -5.1 0.78) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c41835e2-2b20-4f99-a85d-b1859480e6e6") + ) + (fp_line + (start -5.19 0.68) + (end -5.23 0.81) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a3f3a018-6a6b-4914-95d4-b6f25692820f") + ) + (fp_line + (start -5.19 -1.62) + (end -5.24 -1.66) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd545dac-856c-48de-9df2-9bd1e3b69ae7") + ) + (fp_line + (start -5.199 -8.94) + (end -5.163 -9.149) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e382fedc-c868-44fd-9740-47cc05b15c1c") + ) + (fp_line + (start -5.2 -1.11) + (end -5.1 -0.85) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b5c2c10d-e882-4621-912f-0aa3c082e54a") + ) + (fp_line + (start -5.21 -2.01) + (end -5.18 -1.88) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "1bc36098-a67a-43e9-af34-67229b47b5d8") + ) + (fp_line + (start -5.21 -5.737) + (end -5.335 -5.683) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f883bdf-20bc-42c6-8194-9d44dfe04af6") + ) + (fp_line + (start -5.22 0.05) + (end -5.18 0.19) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "23714fc1-59db-4500-9d38-af86ea69fe3f") + ) + (fp_line + (start -5.23 0.81) + (end -5.27 0.91) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9c476165-300e-4e08-a354-4288b203c377") + ) + (fp_line + (start -5.23 -2.75) + (end -5.13 -2.75) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7a892666-f893-4a9e-a892-48887ab6e38d") + ) + (fp_line + (start -5.23 -2.75) + (end -5.34 -2.74) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3ff9be75-0570-418f-a5fc-6ed51d4eae5c") + ) + (fp_line + (start -5.238 -8.732) + (end -5.199 -8.94) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "74a9c3ca-08aa-4a6a-9a4f-5ecc24362076") + ) + (fp_line + (start -5.24 -1.66) + (end -5.29 -1.7) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5a10edf2-528f-4464-9121-d3df9cb8c8cc") + ) + (fp_line + (start -5.25 -2.12) + (end -5.21 -2.01) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9cf43076-18a1-462b-9c97-88acb00965fa") + ) + (fp_line + (start -5.255 8.55) + (end -5.175 8.484) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae2d0972-d851-4e32-b78e-a1894c29cfe1") + ) + (fp_line + (start -5.26 1.32) + (end -5.17 1.18) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7c11a07f-525c-45a7-9ad1-361ea90615cc") + ) + (fp_line + (start -5.26 -0.05) + (end -5.22 0.05) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9ea636a1-ff23-411e-b275-b6f4b33edb43") + ) + (fp_line + (start -5.27 3.43) + (end -5.42 3.62) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "46c350bb-7de4-4e81-aafd-4af55e37aab0") + ) + (fp_line + (start -5.27 0.91) + (end -5.35 1.07) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "141d55e7-f9fa-486e-a08c-0c5785aa9581") + ) + (fp_line + (start -5.27 -0.1) + (end -5.33 -0.17) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a991215c-d7f8-4d74-b4fb-3a6d0eed12fe") + ) + (fp_line + (start -5.28 -8.526) + (end -5.238 -8.732) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "051d4750-b73a-474f-abf5-a58dadb01c92") + ) + (fp_line + (start -5.29 -1.33) + (end -5.2 -1.11) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ad10a4b7-2487-448c-860c-e5fa438bed4f") + ) + (fp_line + (start -5.29 -1.7) + (end -5.43 -1.76) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "eae6cb64-c798-40f3-b4c3-dcefb9e0714c") + ) + (fp_line + (start -5.31 1.19) + (end -5.19 1.01) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "53450cca-0496-4005-a7ef-5b1ae88fa402") + ) + (fp_line + (start -5.325 -8.322) + (end -5.28 -8.526) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ad9624f8-cf25-4b9a-95b1-2c64fccd57f6") + ) + (fp_line + (start -5.33 -0.17) + (end -5.26 -0.05) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a9d015c2-a71b-46ad-b3a4-6eea7301ee51") + ) + (fp_line + (start -5.33 -2.33) + (end -5.25 -2.12) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "63065c9b-8053-430e-bdb0-072a1e704078") + ) + (fp_line + (start -5.333 8.613) + (end -5.255 8.55) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "03ae5596-bc68-4919-b712-a127d93338cc") + ) + (fp_line + (start -5.335 -5.683) + (end -5.504 -5.668) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "37b282c6-a944-47fd-a51e-f59b7e5f431e") + ) + (fp_line + (start -5.339 -3.554) + (end -5.339 -3.675) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e12656ad-962f-4bd5-a35d-a45aa6b4e27e") + ) + (fp_line + (start -5.339 -3.675) + (end -5.343 -3.8) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3450ae82-42ae-493f-904b-d8b1a09c107a") + ) + (fp_line + (start -5.34 1.43) + (end -5.26 1.32) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d43221d1-87f4-4ac1-9c13-f0572b2d8d4f") + ) + (fp_line + (start -5.34 -2.74) + (end -5.46 -2.71) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "36f0c0d0-5fbc-41c5-b480-ee52e9c49a15") + ) + (fp_line + (start -5.341 -3.438) + (end -5.339 -3.554) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d221b3b-0bfe-4439-a426-0f2594b9c7bf") + ) + (fp_line + (start -5.343 -3.8) + (end -5.352 -3.929) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "741e6598-04b9-4005-a079-9081c23103ab") + ) + (fp_line + (start -5.345 -3.327) + (end -5.341 -3.438) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "53d63574-d294-4160-8943-1f901b80728f") + ) + (fp_line + (start -5.35 1.07) + (end -5.43 1.2) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b910f5a9-203b-4617-b055-34ba181d7395") + ) + (fp_line + (start -5.352 -3.929) + (end -5.365 -4.061) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0a1ac2c6-8da8-4410-b772-69afa2855077") + ) + (fp_line + (start -5.365 -4.061) + (end -5.383 -4.196) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c355ca51-32bc-4d88-a250-07d5621dd709") + ) + (fp_line + (start -5.372 -8.123) + (end -5.325 -8.322) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f03f8712-a7f0-45ba-8dbf-7ce6f298ed42") + ) + (fp_line + (start -5.383 -4.196) + (end -5.407 -4.334) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "119a2ba9-03f2-48af-8f1a-4a96cb25a3bf") + ) + (fp_line + (start -5.39 -2.49) + (end -5.33 -2.33) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "97a1499d-8f21-4661-8bed-0e1e89d0838c") + ) + (fp_line + (start -5.4 -1.59) + (end -5.29 -1.33) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "450fd788-d806-48b1-a032-8afdc8273e6e") + ) + (fp_line + (start -5.407 -4.334) + (end -5.438 -4.475) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f252e204-5b1e-4386-b15b-42d6a51ae097") + ) + (fp_line + (start -5.408 8.673) + (end -5.333 8.613) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ef996d8d-e885-4c54-b48b-e12cd0bd7e8e") + ) + (fp_line + (start -5.42 3.62) + (end -5.57 3.81) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d7abc30b-0879-4741-86ef-a26cf4381a4c") + ) + (fp_line + (start -5.42 1.53) + (end -5.34 1.43) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a382881d-447e-4c02-8a48-4f80e0b390fe") + ) + (fp_line + (start -5.421 -7.927) + (end -5.372 -8.123) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e9c7b14-3332-49ee-a587-5014a80db3f9") + ) + (fp_line + (start -5.43 1.2) + (end -5.54 1.34) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c6b1739-bddf-40c7-873c-328e9672302a") + ) + (fp_line + (start -5.43 -1.76) + (end -5.45 -1.69) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "bd6b504f-39ab-4c2b-a42f-5daebc471130") + ) + (fp_line + (start -5.438 -4.475) + (end -5.476 -4.618) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dff62e1d-c592-4963-80cb-25d776cdc1f4") + ) + (fp_line + (start -5.45 -1.68) + (end -5.41 -1.59) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "da65d86f-f94d-4db5-8413-9b29c5e2c0d0") + ) + (fp_line + (start -5.471 -7.735) + (end -5.421 -7.927) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6d4e5957-6764-40d7-9d3e-e16ba095c79a") + ) + (fp_line + (start -5.476 -4.618) + (end -5.521 -4.762) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "742f6656-c86d-41c0-937e-ef6ded3bd482") + ) + (fp_line + (start -5.481 8.729) + (end -5.408 8.673) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3fe74e96-d630-4db9-83b3-437a4cba15b4") + ) + (fp_line + (start -5.5 -2.74) + (end -5.39 -2.49) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f65da57c-5a39-4e71-a4f8-1adb60cea20b") + ) + (fp_line + (start -5.504 -5.668) + (end -5.694 -5.68) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "019b9904-3bfd-4fd4-9d41-96b38c16849e") + ) + (fp_line + (start -5.52 1.64) + (end -5.42 1.53) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8020425b-e9f3-495c-818a-7f5fd22a8d70") + ) + (fp_line + (start -5.521 -4.762) + (end -5.575 -4.908) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "251435cb-df17-46ab-aac4-3d24ccac8db0") + ) + (fp_line + (start -5.523 -7.549) + (end -5.471 -7.735) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a56a0e1-0b83-4459-b285-5106d6ccafbb") + ) + (fp_line + (start -5.54 1.34) + (end -5.63 1.44) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d7208a74-6fe9-46b0-b74b-3a9c1ced3fc4") + ) + (fp_line + (start -5.55 1.51) + (end -5.31 1.19) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1df41ee-57e8-4cf8-a863-aa2ac7fada82") + ) + (fp_line + (start -5.55 -2.83) + (end -5.5 -2.74) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "32a33c14-ad35-4ab3-9d14-69821847ef1b") + ) + (fp_line + (start -5.551 8.782) + (end -5.481 8.729) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "190829cf-8172-400f-bba0-21761cc942eb") + ) + (fp_line + (start -5.57 3.81) + (end -5.72 4) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c7f74e02-22a2-44c3-ba93-2cb4738b7c33") + ) + (fp_line + (start -5.575 -4.908) + (end -5.638 -5.055) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e68fac9b-3de3-4acb-9bb0-3dee3685df22") + ) + (fp_line + (start -5.575 -7.369) + (end -5.523 -7.549) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5600b446-cc57-4d99-a6dd-3cb2f076483c") + ) + (fp_line + (start -5.619 8.831) + (end -5.551 8.782) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "510813ff-4301-4d7b-b640-805049ac6194") + ) + (fp_line + (start -5.62 0.52) + (end -5.62 0.38) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7055685d-2e9b-46e1-bc20-a497c53cfccc") + ) + (fp_line + (start -5.62 0.38) + (end -5.62 0.29) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0a3cbae7-b160-4bf5-bc29-b843867e2bbd") + ) + (fp_line + (start -5.62 0.29) + (end -5.63 0.15) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fdc927f3-9ea5-4abb-b957-1dbde7dca836") + ) + (fp_line + (start -5.627 -7.195) + (end -5.575 -7.369) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8cb63406-42c5-417f-9384-cf8cdba62340") + ) + (fp_line + (start -5.63 1.74) + (end -5.52 1.64) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f75ad864-f096-4907-b31d-1a5733db4331") + ) + (fp_line + (start -5.63 1.44) + (end -5.72 1.53) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4dee428b-9873-45f7-9e00-b3849b95bf1c") + ) + (fp_line + (start -5.63 0.63) + (end -5.62 0.52) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "67f80db7-ac30-4dde-8bf8-915428d171ed") + ) + (fp_line + (start -5.63 0.15) + (end -5.68 -0.02) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b85d2401-b9b9-4c27-b2e2-c9d9ab116d00") + ) + (fp_line + (start -5.63 -2.94) + (end -5.55 -2.83) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dfa04c8b-bd8e-46e0-b63e-f2b2ac1e224a") + ) + (fp_line + (start -5.638 -5.055) + (end -5.711 -5.203) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7efaeda2-e767-44b9-adb2-3a0c3f4d2f1d") + ) + (fp_line + (start -5.66 0.77) + (end -5.63 0.63) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "48afede4-072d-4812-9a6d-de4cc719bbfc") + ) + (fp_line + (start -5.68 -0.02) + (end -5.73 -0.14) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d50411b2-0b2f-41b7-bf8d-fb8f1d6295a1") + ) + (fp_line + (start -5.68 -7.028) + (end -5.627 -7.195) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2e2c4431-7ad4-4101-b72a-e48147e24a71") + ) + (fp_line + (start -5.683 8.877) + (end -5.619 8.831) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7112d2ae-7915-4f1a-aae6-e71244f669d8") + ) + (fp_line + (start -5.694 -5.68) + (end -5.881 -5.709) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6570804-0f13-4bd8-a39e-13afafdb752a") + ) + (fp_line + (start -5.7 0.9) + (end -5.66 0.77) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a7d728a2-9639-442c-9b0f-3544c5006fbb") + ) + (fp_line + (start -5.711 -5.203) + (end -5.794 -5.351) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dacfc6b2-f197-4446-86ee-d141533404be") + ) + (fp_line + (start -5.72 4) + (end -5.88 4.18) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f38fe8c7-e201-4a5d-b85e-99900ccf700f") + ) + (fp_line + (start -5.72 1.81) + (end -5.63 1.74) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a8d0f58f-0f06-444b-8a1a-c732d79b81a2") + ) + (fp_line + (start -5.72 1.53) + (end -5.84 1.63) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c96c3a49-3f05-45b3-9f34-07e1339feb50") + ) + (fp_line + (start -5.725 4.247) + (end -5.727 4.403) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e3877396-3ff6-4b1d-9715-0d1a70961579") + ) + (fp_line + (start -5.725 4.108) + (end -5.725 4.247) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "977371ef-232c-40b3-8805-7fed7909b206") + ) + (fp_line + (start -5.725 3.987) + (end -5.725 4.108) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9caefee8-6dcd-4815-b6e5-c75999fb9c90") + ) + (fp_line + (start -5.727 4.403) + (end -5.73 4.569) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f094eb5d-05c7-4c16-84d0-9d4665317bfb") + ) + (fp_line + (start -5.73 4.569) + (end -5.735 4.744) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4ff71e44-dddb-450e-9f6f-fe3947968fd4") + ) + (fp_line + (start -5.73 -0.14) + (end -5.79 -0.23) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "27907456-675f-4372-8456-3255fdd1a95d") + ) + (fp_line + (start -5.732 -6.869) + (end -5.68 -7.028) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "822cf157-ecb8-46d7-8cc6-5f0248fd6b37") + ) + (fp_line + (start -5.735 4.744) + (end -5.744 4.923) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "138f5600-7fba-4219-9f21-9ce4066a1d82") + ) + (fp_line + (start -5.74 0.98) + (end -5.7 0.9) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "162f154d-2c07-4117-86f4-e015b02985f7") + ) + (fp_line + (start -5.744 4.923) + (end -5.755 5.101) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b5691874-e380-4013-b466-13948504ae2f") + ) + (fp_line + (start -5.745 8.919) + (end -5.683 8.877) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "52fe3400-bf18-4fe5-aa6e-2be779b65697") + ) + (fp_line + (start -5.755 5.101) + (end -5.77 5.276) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b86cb50-e2ef-475e-93e3-77fea6b5a690") + ) + (fp_line + (start -5.77 5.276) + (end -5.79 5.442) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7167e0fb-15b0-446d-969c-ecf63e50097d") + ) + (fp_line + (start -5.784 -6.718) + (end -5.732 -6.869) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9f7b3295-d16c-467f-88f6-2ab8ee650e3a") + ) + (fp_line + (start -5.79 5.442) + (end -5.815 5.598) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c25b90aa-c787-46a1-8b80-e5b9fd45039a") + ) + (fp_line + (start -5.79 -0.23) + (end -5.84 -0.29) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "116dcb13-d6f5-40e1-b835-53753121c5b4") + ) + (fp_line + (start -5.794 -5.351) + (end -5.888 -5.499) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8ebdeb0-2bbd-4a1b-a259-f95c97f44cbe") + ) + (fp_line + (start -5.81 -3.15) + (end -5.63 -2.94) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a7b396e8-387b-4006-982d-ca6acb770010") + ) + (fp_line + (start -5.815 5.598) + (end -5.846 5.737) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1cd08355-701e-4fba-886f-d48517dcccf5") + ) + (fp_line + (start -5.82 1.1) + (end -5.74 0.98) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c5500aa7-533e-4660-a458-6bb3014c7d4e") + ) + (fp_line + (start -5.83 1.89) + (end -5.72 1.81) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "68617ba5-42bf-490f-8799-0863bd897117") + ) + (fp_line + (start -5.834 -6.576) + (end -5.784 -6.718) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bdb69042-8fa0-4d7e-be19-fed7218cdfd8") + ) + (fp_line + (start -5.84 1.75) + (end -5.55 1.51) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d62b9747-f33c-4238-945e-0988aa465b71") + ) + (fp_line + (start -5.84 1.63) + (end -5.96 1.72) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c148c1ef-0e9d-4e98-93bb-63ce4325ce1d") + ) + (fp_line + (start -5.84 -0.29) + (end -5.91 -0.36) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a49b3da8-6010-4095-aa91-6b927d37e1a9") + ) + (fp_line + (start -5.846 5.737) + (end -5.883 5.858) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f8dfa45-14b0-4de4-b3b0-e7b73da81a0a") + ) + (fp_line + (start -5.864 -9.305) + (end -5.866 -9.545) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7fa098fb-b644-4e64-920e-8328b5d12f21") + ) + (fp_line + (start -5.865 -9.073) + (end -5.864 -9.305) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f43b8cc-e232-4de4-a8bc-56a1a1c0a87a") + ) + (fp_line + (start -5.866 -9.545) + (end -5.872 -9.793) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "487ede9d-e4e2-47c1-b417-084ff862638c") + ) + (fp_line + (start -5.868 -8.848) + (end -5.865 -9.073) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f6c96c0d-4cf7-4e5a-ad96-cb52e5fda138") + ) + (fp_line + (start -5.875 -8.631) + (end -5.868 -8.848) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9801ccc8-5152-40bb-932d-67072f8cd8ad") + ) + (fp_line + (start -5.88 4.18) + (end -6.05 4.37) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "36adf605-c4e5-49a0-bfb5-ef01a47e7ac6") + ) + (fp_line + (start -5.881 -5.709) + (end -6.043 -5.743) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4829bee0-faa8-43f7-b2d7-8a6e5d1b3050") + ) + (fp_line + (start -5.883 -6.443) + (end -5.834 -6.576) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "73975e5a-04c0-454b-b7b1-06dcb3c81497") + ) + (fp_line + (start -5.883 -8.423) + (end -5.875 -8.631) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dba4ad5b-8704-4fc8-9247-b9c4709cf1cf") + ) + (fp_line + (start -5.888 -5.499) + (end -5.993 -5.646) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b2ecb88a-4c09-46d5-b24a-de38dbb48f75") + ) + (fp_line + (start -5.894 -8.221) + (end -5.883 -8.423) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "842c62a3-da79-4cc2-9eb8-0e81d553171d") + ) + (fp_line + (start -5.907 -8.028) + (end -5.894 -8.221) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d92eb7fd-0303-4aaa-b39e-7bf35dbafd2d") + ) + (fp_line + (start -5.91 1.2) + (end -5.82 1.1) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6d5bf990-e87a-4829-a61f-8ea7b3162465") + ) + (fp_line + (start -5.91 -0.36) + (end -6.03 -0.45) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9397f066-146e-4896-a893-48ef11276451") + ) + (fp_line + (start -5.922 -7.843) + (end -5.907 -8.028) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c98cb3c-93cf-496b-a0fd-51386a56d77e") + ) + (fp_line + (start -5.924 9.028) + (end -5.745 8.919) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ab8aff0-29e4-4be7-af1f-6a97b7752e20") + ) + (fp_line + (start -5.93 -6.321) + (end -5.883 -6.443) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1cf3838-7a06-43e1-a94f-aa849ba69819") + ) + (fp_line + (start -5.938 -7.666) + (end -5.922 -7.843) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b2944857-047d-4655-a00b-49e658220448") + ) + (fp_line + (start -5.955 -7.497) + (end -5.938 -7.666) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "22fad860-3ccd-4e16-bb76-65feba77694a") + ) + (fp_line + (start -5.96 1.95) + (end -5.83 1.89) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "88d47af8-f385-41c3-a158-4c2020d5a72a") + ) + (fp_line + (start -5.96 1.72) + (end -6.11 1.8) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "22f315f8-0151-4d27-8242-3486735e4932") + ) + (fp_line + (start -5.97 -3.31) + (end -5.81 -3.15) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f940397b-29a5-4617-bd9c-f177a971b5e8") + ) + (fp_line + (start -5.974 -7.337) + (end -5.955 -7.497) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "25ada721-670a-4020-ae0b-77410c4e375a") + ) + (fp_line + (start -5.975 -6.21) + (end -5.93 -6.321) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a43501fb-72a9-4536-bb81-9f53755e8169") + ) + (fp_line + (start -5.993 -5.646) + (end -6.11 -5.793) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9004cee7-358e-4c08-9d64-a05f28a4e7b6") + ) + (fp_line + (start -5.993 -7.184) + (end -5.974 -7.337) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9f7324c5-50a2-442c-8a80-edf04aa2b2ac") + ) + (fp_line + (start -6.013 -7.039) + (end -5.993 -7.184) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2ecadc66-69f8-45d0-bf37-af9bed077d19") + ) + (fp_line + (start -6.018 -6.109) + (end -5.975 -6.21) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3c847883-a462-4ea9-9466-d1dd1edc5a97") + ) + (fp_line + (start -6.03 -0.45) + (end -6.12 -0.5) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "aff84b5c-8e56-466e-b662-9df2e66e5713") + ) + (fp_line + (start -6.034 -6.903) + (end -6.013 -7.039) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "44f6de44-c3d8-405f-ac4c-196fb6e5deee") + ) + (fp_line + (start -6.043 -5.743) + (end -6.156 -5.771) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "77b09fa1-fbbb-49ab-94c4-069660b694ff") + ) + (fp_line + (start -6.05 4.37) + (end -6.22 4.54) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b90f2dfd-9639-4bac-9825-9f33089900c6") + ) + (fp_line + (start -6.055 -6.775) + (end -6.034 -6.903) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "48d919bf-1f23-4426-bfff-25ceb2530f1f") + ) + (fp_line + (start -6.057 -6.021) + (end -6.018 -6.109) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b11964f-5943-49c9-bbf0-08d035779463") + ) + (fp_line + (start -6.06 1.31) + (end -5.91 1.2) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6d675b8-f9ac-4030-acc8-a357acd0a266") + ) + (fp_line + (start -6.076 -6.655) + (end -6.055 -6.775) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f40e620-2b34-4c9e-b852-1ba39e3dbc3a") + ) + (fp_line + (start -6.08 2) + (end -5.96 1.95) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f2f1aeb-24f2-4597-bbb9-54b12c752d6f") + ) + (fp_line + (start -6.094 -5.946) + (end -6.057 -6.021) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "449c1c23-1f0d-4ed5-b566-2c18ec95c2a3") + ) + (fp_line + (start -6.096 -6.544) + (end -6.076 -6.655) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd1d5da9-cff8-4c76-9b2b-14585edbbb1e") + ) + (fp_line + (start -6.106 9.12) + (end -5.924 9.028) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "443b842e-cdd6-495f-a7fb-0cef04c17274") + ) + (fp_line + (start -6.11 1.8) + (end -6.26 1.86) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "99fae41c-2f63-4408-bdc3-75a6970f2a0d") + ) + (fp_line + (start -6.117 -6.441) + (end -6.096 -6.544) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6c5e0d12-8ed5-4c38-93b5-5d0f856a23b9") + ) + (fp_line + (start -6.12 -0.5) + (end -6.23 -0.54) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d22db607-bea2-4c52-8eb6-eb70b4714d8e") + ) + (fp_line + (start -6.127 -5.884) + (end -6.094 -5.946) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "43cc948b-7aa9-4530-a448-911bd0e35fae") + ) + (fp_line + (start -6.137 -6.347) + (end -6.117 -6.441) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b05af61d-3c1d-44cf-aea2-61fd169c9d1a") + ) + (fp_line + (start -6.14 -0.72) + (end -6.12 -0.71) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0c190730-a9e0-4c4a-8e33-74ee97fb990f") + ) + (fp_line + (start -6.15 1.36) + (end -6.06 1.31) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f52f1267-ef72-4576-80d0-5917f82db729") + ) + (fp_line + (start -6.15 -5.94) + (end -6.19 -6.15) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2415f537-fa6d-4c04-bd97-00b9f7ab939d") + ) + (fp_line + (start -6.155 -5.835) + (end -6.127 -5.884) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e6eb6955-2cd6-4a24-9d4c-bf3c42dcce77") + ) + (fp_line + (start -6.155 -6.26) + (end -6.137 -6.347) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b7e9cf10-b74e-4e80-a7f1-e33a29fe56de") + ) + (fp_line + (start -6.156 -5.771) + (end -6.199 -5.783) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "899f373a-cf16-4f13-9d21-dfc8f80ca371") + ) + (fp_line + (start -6.16 1.93) + (end -5.84 1.75) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "388986aa-d9a5-485c-b2a5-20f9608e57de") + ) + (fp_line + (start -6.17 -3.49) + (end -5.97 -3.31) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "39146702-2809-457e-9c0d-9bd6a611c17a") + ) + (fp_line + (start -6.17 -6.12) + (end -6.155 -6.26) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f46f4b86-daf6-4869-98cb-928039f00f5f") + ) + (fp_line + (start -6.18 -5.802) + (end -6.155 -5.835) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cfdd684c-0d04-48e4-a62a-4b899d9ad32f") + ) + (fp_line + (start -6.19 -6.15) + (end -6.25 -6.5) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b75ad8c5-9f55-49ef-9af8-7ab1b11ab9d4") + ) + (fp_line + (start -6.199 -5.783) + (end -6.18 -5.802) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f88a249-af85-4825-b9e1-a3ec67ffc637") + ) + (fp_line + (start -6.22 4.54) + (end -6.43 4.74) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5a4bc6d2-0d85-4372-a33c-675ce6ae880e") + ) + (fp_line + (start -6.22 -0.75) + (end -6.14 -0.72) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "09986a87-49c2-4491-b1b1-87dfad52ab95") + ) + (fp_line + (start -6.23 -0.54) + (end -6.35 -0.57) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8ac61b3-a533-4f15-9856-f7b341d352a1") + ) + (fp_line + (start -6.24 -5.82) + (end -6.15 -5.94) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "748d63ca-ef14-4e90-85ec-56619f2bea16") + ) + (fp_line + (start -6.25 1.42) + (end -6.15 1.36) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9e70a67e-a0cb-4ed7-a04f-451f35eb0aa2") + ) + (fp_line + (start -6.25 1.34) + (end -6.25 1.42) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e29ecb3b-bdd4-4ff6-80c6-b91117ba47bf") + ) + (fp_line + (start -6.25 1.27) + (end -6.25 1.34) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "adad9755-afe1-4118-bfb8-41d502969aa3") + ) + (fp_line + (start -6.25 -6.5) + (end -6.28 -6.75) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e701a39e-8bd3-440b-8d4a-26c336209834") + ) + (fp_line + (start -6.26 2.05) + (end -6.08 2) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fad34361-5673-4b6b-8616-ccc33cd00c24") + ) + (fp_line + (start -6.26 1.86) + (end -6.38 1.89) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "16e7dd30-8a60-41e6-8325-60db1ff50bda") + ) + (fp_line + (start -6.26 1.2) + (end -6.25 1.27) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4f483546-5fe1-407e-aca5-4726d4b59bdf") + ) + (fp_line + (start -6.27 1.16) + (end -6.26 1.2) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8106e159-fb99-406c-bc50-06500718779d") + ) + (fp_line + (start -6.28 -6.75) + (end -6.3 -6.91) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "665ff082-de8d-4434-bdea-5354e7d0b15e") + ) + (fp_line + (start -6.29 9.196) + (end -6.106 9.12) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "481d8c49-260f-40f8-9d7a-177fecb9140f") + ) + (fp_line + (start -6.3 1.06) + (end -6.27 1.16) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c815f8c2-60a3-41e6-9457-b1a6b30692c1") + ) + (fp_line + (start -6.3 -0.77) + (end -6.22 -0.75) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e8c88107-4c00-44bc-b07f-5c8bcb21af78") + ) + (fp_line + (start -6.3 -3.6) + (end -6.17 -3.49) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f27a0a1a-93ad-49f4-89fe-1730de977ec9") + ) + (fp_line + (start -6.3 -6.91) + (end -6.33 -7.09) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "98155800-78e7-48e2-b416-a5948d22b132") + ) + (fp_line + (start -6.32 -5.74) + (end -6.24 -5.82) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "32a2f93b-16df-4770-bc80-527fdb2ae15f") + ) + (fp_line + (start -6.33 1.01) + (end -6.3 1.06) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "cd5e5396-17e0-450e-8b9a-002266132cf2") + ) + (fp_line + (start -6.33 -7.09) + (end -6.39 -7.39) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7594fd2b-c5d9-4333-9f70-e53128d27c5a") + ) + (fp_line + (start -6.35 -0.57) + (end -6.5 -0.58) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e469a82-52a7-4eb1-be03-bc9c0642b27e") + ) + (fp_line + (start -6.38 1.89) + (end -6.53 1.91) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "bad15ef1-4174-4239-b07e-7b1abace56d9") + ) + (fp_line + (start -6.39 3.53) + (end -6.48 3.51) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "43d030b0-c46c-4448-bc9e-987f12c7559d") + ) + (fp_line + (start -6.39 3.53) + (end -7.82 2.64) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c9a3c459-3ae2-4228-8c64-9130d340c1be") + ) + (fp_line + (start -6.39 0.94) + (end -6.33 1.01) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7075a498-5749-4f19-ba7d-9b8161486d1a") + ) + (fp_line + (start -6.39 -7.39) + (end -6.44 -7.59) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6a787b26-86fe-4c4f-b92f-6381c95ee933") + ) + (fp_line + (start -6.4 -0.79) + (end -6.3 -0.77) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "04f09747-54bd-4ccb-936d-3baa80652154") + ) + (fp_line + (start -6.43 4.74) + (end -6.61 4.9) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "efac1476-0526-4b34-8ce9-2b1c7beb121b") + ) + (fp_line + (start -6.43 -5.64) + (end -6.32 -5.74) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "51aef7ea-783f-44d5-8cab-9faf10da9064") + ) + (fp_line + (start -6.44 -7.59) + (end -6.5 -7.81) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f787304-0f09-428f-9615-a178d53b5ed2") + ) + (fp_line + (start -6.45 2.08) + (end -6.26 2.05) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "777a7d71-7105-4515-9e2c-011e98c36c8b") + ) + (fp_line + (start -6.45 0.89) + (end -6.39 0.94) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6487266-4010-40c8-82a0-ce8d241c85c6") + ) + (fp_line + (start -6.47 -3.73) + (end -6.3 -3.6) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c06b07a5-81e8-4fba-b75f-eafa053e1406") + ) + (fp_line + (start -6.474 9.258) + (end -6.29 9.196) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "45b2cd71-50dd-4f61-80ce-9a5382fe6dd4") + ) + (fp_line + (start -6.48 3.51) + (end -6.62 3.46) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f0305a19-1293-46c9-9810-aa49b8dab8a4") + ) + (fp_line + (start -6.5 -0.58) + (end -6.66 -0.56) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e50812bf-0199-4ce8-96e2-2acd9a19f7c3") + ) + (fp_line + (start -6.5 -5.58) + (end -6.43 -5.64) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "58d7fa4b-9912-4b07-bc12-5c063b15dc64") + ) + (fp_line + (start -6.5 -7.81) + (end -6.55 -7.95) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "06bccb0b-2f4b-4092-834b-3871294199da") + ) + (fp_line + (start -6.52 -7.78) + (end -6.5 -7.81) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d926cf39-414a-4944-b6d1-f15d112b5842") + ) + (fp_line + (start -6.53 1.91) + (end -6.66 1.91) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3c6ce34b-07ed-4efb-887e-8dcc88f1612e") + ) + (fp_line + (start -6.53 0.85) + (end -6.45 0.89) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dcff4fe4-a296-4fc0-a12d-bb6b3501faf2") + ) + (fp_line + (start -6.53 -0.8) + (end -6.4 -0.79) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0e37a1ae-bf06-4c70-ae4c-e7cee553b0b3") + ) + (fp_line + (start -6.54 3.41) + (end -6.39 3.53) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2143a25a-25e8-4e2e-9312-ce2f7400ce5a") + ) + (fp_line + (start -6.55 -7.95) + (end -6.59 -8.04) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f603df29-ba7f-4366-8b24-7592d4086934") + ) + (fp_line + (start -6.56 -7.74) + (end -6.52 -7.78) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0a5752b-7977-4fe6-89e3-7b0cd68f3242") + ) + (fp_line + (start -6.57 -5.52) + (end -6.5 -5.58) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "23b2684a-2e45-4486-8777-c94a6d847baf") + ) + (fp_line + (start -6.59 1.98) + (end -6.16 1.93) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3aed5f29-363b-4eca-a21e-756b68fe8f23") + ) + (fp_line + (start -6.59 -8.04) + (end -6.64 -8.15) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6707dd1-1c60-4d7e-8bf8-d81571e173bf") + ) + (fp_line + (start -6.6 -7.7) + (end -6.56 -7.74) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9110f47f-a990-4603-9888-a44e93a8108c") + ) + (fp_line + (start -6.61 4.9) + (end -6.79 5.04) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "88c300c8-0e7a-4e34-88e0-147438387595") + ) + (fp_line + (start -6.61 -0.79) + (end -6.53 -0.8) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ba033dd1-a5e2-4136-b71b-d0a1cef6fc1f") + ) + (fp_line + (start -6.62 3.46) + (end -6.76 3.4) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "02bac189-ce88-4201-a986-e602f9553dc1") + ) + (fp_line + (start -6.62 2.09) + (end -6.45 2.08) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d4a14347-f106-4fab-9c3e-cd8a875c683c") + ) + (fp_line + (start -6.62 -7.68) + (end -6.6 -7.7) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f64ffca7-3c88-48d2-8d78-4bd7ec67bd1b") + ) + (fp_line + (start -6.64 3.32) + (end -6.54 3.41) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa93048a-0287-417c-a157-84428f11f7dd") + ) + (fp_line + (start -6.64 -8.15) + (end -6.69 -8.24) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6d259b3b-196b-4e6b-acdf-fc3e09319776") + ) + (fp_line + (start -6.65 0.82) + (end -6.53 0.85) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f081c5ee-2d7c-454a-ae5e-f89b6ddc1d26") + ) + (fp_line + (start -6.658 9.305) + (end -6.474 9.258) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "28aab436-a04a-4f1d-a887-4f09513fdc8a") + ) + (fp_line + (start -6.66 1.91) + (end -6.75 1.91) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f8371471-4211-4368-9dd3-157e5ded70c0") + ) + (fp_line + (start -6.66 -0.56) + (end -6.78 -0.53) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a39b3356-a010-429a-a766-68905309a2a8") + ) + (fp_line + (start -6.67 -3.88) + (end -6.47 -3.73) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f21a2c3b-3754-4d5f-9b26-191ad8769b23") + ) + (fp_line + (start -6.68 -0.78) + (end -6.61 -0.79) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ebcfdf36-110d-4f79-9de0-e4fcd76c1d6e") + ) + (fp_line + (start -6.69 -8.24) + (end -6.74 -8.32) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4f5c185a-e11b-4d82-a8bc-b9689c9c633b") + ) + (fp_line + (start -6.7 -7.65) + (end -6.62 -7.68) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b3d79b21-e9ec-46a6-9b4b-229c9984a42a") + ) + (fp_line + (start -6.71 -5.41) + (end -6.57 -5.52) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6ba3164-fde5-407c-b20d-e6bb69620a1b") + ) + (fp_line + (start -6.73 3.25) + (end -6.64 3.32) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7056f785-c3a5-4410-b6bb-e5d4b16e698a") + ) + (fp_line + (start -6.74 0.82) + (end -6.65 0.82) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "702bcc4a-1260-4306-a7ef-df0173640909") + ) + (fp_line + (start -6.74 -8.32) + (end -6.76 -8.32) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f093f1d-323b-4b4e-b33a-3f6815b22768") + ) + (fp_line + (start -6.75 1.91) + (end -6.85 1.89) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f5f8e07-82d7-4697-8ac1-989270a8e323") + ) + (fp_line + (start -6.75 -7.64) + (end -6.7 -7.65) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4b64ce61-cd9f-4068-855a-a918a6209675") + ) + (fp_line + (start -6.76 3.4) + (end -6.99 3.29) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "226e6848-5ca6-48e1-bb24-ee9637a3e720") + ) + (fp_line + (start -6.76 -8.32) + (end -6.82 -8.21) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "73cb09ad-e380-49f3-bc9d-038b1104bc93") + ) + (fp_line + (start -6.77 -0.75) + (end -6.68 -0.78) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f90672d0-2ca8-4eaf-98ba-17042306fced") + ) + (fp_line + (start -6.78 -0.53) + (end -6.88 -0.48) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "95b7f2da-98e3-4cce-ac19-d396a7cb212b") + ) + (fp_line + (start -6.79 5.04) + (end -6.9 5.12) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "eae70e4c-a4fe-42ec-9720-c05b32ed5140") + ) + (fp_line + (start -6.79 2.07) + (end -6.62 2.09) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d2eb360b-2bc4-4408-a8b3-07959277e262") + ) + (fp_line + (start -6.79 -7.64) + (end -6.75 -7.64) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "df5d2842-95e0-4dc7-91e0-af6aa7f859bb") + ) + (fp_line + (start -6.82 -5.33) + (end -6.71 -5.41) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d4afa5e8-9757-447e-9a26-66d5df023d71") + ) + (fp_line + (start -6.82 -8.21) + (end -6.87 -8.14) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "bad86c5b-550c-459d-ae24-5ea963bd342c") + ) + (fp_line + (start -6.83 3.16) + (end -6.73 3.25) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "60e6d176-aade-439f-80d8-764c13ba9024") + ) + (fp_line + (start -6.841 9.341) + (end -6.658 9.305) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "226748a0-9c54-4438-a724-741c7846a7bf") + ) + (fp_line + (start -6.85 1.89) + (end -6.98 1.86) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "74e18c92-61e9-4154-8a7c-dfbd4a946e5e") + ) + (fp_line + (start -6.85 -0.72) + (end -6.77 -0.75) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d44cf594-638f-424d-936a-6e9ed7c314ce") + ) + (fp_line + (start -6.85 -7.65) + (end -6.79 -7.64) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "029d749e-2289-4769-a0ce-e768bbda0cd0") + ) + (fp_line + (start -6.86 0.82) + (end -6.74 0.82) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0f6ca36b-4e91-4d2e-9f6d-1a233014754f") + ) + (fp_line + (start -6.87 -8.14) + (end -6.95 -8.02) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b77bfad-fdd5-4e7d-86ed-ad21fd1ee4e0") + ) + (fp_line + (start -6.88 -0.48) + (end -6.99 -0.4) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4c181c82-3856-46b2-8d6b-7ada0b0e0dbd") + ) + (fp_line + (start -6.9 5.12) + (end -6.91 5.34) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "beed807b-094b-4007-a6bf-646ea2fee72e") + ) + (fp_line + (start -6.9 -7.67) + (end -6.85 -7.65) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a899f147-0456-4c4c-a26b-178ed678750a") + ) + (fp_line + (start -6.91 5.34) + (end -6.92 5.57) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fc08e6b2-9093-4242-9028-d1ac105c2346") + ) + (fp_line + (start -6.91 -0.69) + (end -6.85 -0.72) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "cca964ad-d64e-4c84-a05a-4b48498db544") + ) + (fp_line + (start -6.91 -5.27) + (end -6.82 -5.33) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b10dfd5a-5d78-45f7-bb38-39704568a3b6") + ) + (fp_line + (start -6.92 5.57) + (end -6.93 5.81) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "024cc201-4a12-4ae8-bfab-38147f08c82b") + ) + (fp_line + (start -6.93 5.81) + (end -6.97 6.15) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "43a0eb75-5fcf-4672-aa9e-0cc7c7115f22") + ) + (fp_line + (start -6.94 3.08) + (end -6.83 3.16) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3be5bd27-9454-4a5f-b633-97d435ecd4be") + ) + (fp_line + (start -6.94 1.95) + (end -6.59 1.98) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "bc0c4d76-7073-443a-8935-0c1edc20eb60") + ) + (fp_line + (start -6.94 -7.69) + (end -6.9 -7.67) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ba659ad4-f6ac-4fc8-b519-f7116425af73") + ) + (fp_line + (start -6.95 2.04) + (end -6.79 2.07) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8baf31fa-31f2-4e84-ad86-348df774f617") + ) + (fp_line + (start -6.95 -8.02) + (end -7.02 -7.93) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3ae98a70-72b8-4d72-8f0c-ecef7b1ca6d6") + ) + (fp_line + (start -6.96 0.84) + (end -6.86 0.82) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e13a898a-5de8-4d94-a80e-b064cdd01fc8") + ) + (fp_line + (start -6.97 6.15) + (end -7 6.43) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "857117d1-7a42-453d-94a5-a2a1563415c2") + ) + (fp_line + (start -6.98 1.86) + (end -7.09 1.83) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "056c9c13-522f-449c-84bd-83c95f6465a1") + ) + (fp_line + (start -6.98 -7.72) + (end -6.94 -7.69) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e710d65f-4900-4930-9990-68422a72b78f") + ) + (fp_line + (start -6.99 3.29) + (end -7.23 3.15) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "45580b2c-f853-4bae-b48d-8b2b7a8c9649") + ) + (fp_line + (start -6.99 -0.4) + (end -7.09 -0.31) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6a680daf-5077-4fe1-a6fb-381b32e17c20") + ) + (fp_line + (start -6.99 -0.65) + (end -6.91 -0.69) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d3262cbf-1f75-4047-bb3d-01b21ddbafa6") + ) + (fp_line + (start -7 6.43) + (end -7.01 5.99) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5985685d-e43d-436c-af13-33e3e86848ac") + ) + (fp_line + (start -7.01 5.99) + (end -7.04 5.71) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8bbd3c40-a2e0-418c-842d-ed1052422596") + ) + (fp_line + (start -7.01 -5.2) + (end -6.91 -5.27) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "97c58935-8898-41d5-af6f-2caecb03bd8b") + ) + (fp_line + (start -7.02 -7.76) + (end -6.98 -7.72) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f8dfbcec-1704-46b0-8ba3-862aa1011c94") + ) + (fp_line + (start -7.02 -7.93) + (end -7.12 -7.8) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f930fa91-6adf-4e04-b42b-e0932fc06543") + ) + (fp_line + (start -7.021 9.365) + (end -6.841 9.341) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a56d1fde-b4ad-42de-a848-9c94bc0cbe09") + ) + (fp_line + (start -7.04 5.71) + (end -7.07 5.41) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "789426ba-1b00-402b-9dd7-4cc463c090a5") + ) + (fp_line + (start -7.05 0.88) + (end -6.96 0.84) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8ce025a1-9853-4cfa-8a57-0f90476397e9") + ) + (fp_line + (start -7.05 -0.62) + (end -6.99 -0.65) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1cf4093-87af-4b49-8879-3ac410551bfc") + ) + (fp_line + (start -7.05 -4.14) + (end -6.67 -3.88) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2717f789-6e9a-45e5-ba68-0e97a483a090") + ) + (fp_line + (start -7.05 -7.8) + (end -7.02 -7.76) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b14e97f-a7f6-455f-85ae-a0954b928855") + ) + (fp_line + (start -7.07 5.41) + (end -7.12 5) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "65acf8e5-9f16-4350-9eac-4ec481b2ee30") + ) + (fp_line + (start -7.08 -7.85) + (end -7.05 -7.8) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9e64fec-799c-44df-859d-e1ddb2b2b9a0") + ) + (fp_line + (start -7.09 2.97) + (end -6.94 3.08) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6ec69bf0-bd27-4e31-8522-71d586cb9b08") + ) + (fp_line + (start -7.09 1.83) + (end -7.17 1.79) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "51e38831-b6fe-409b-99e0-ea87fc114c30") + ) + (fp_line + (start -7.09 -0.31) + (end -7.17 -0.21) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2b3e8080-6e59-452f-841b-e804bf3dea49") + ) + (fp_line + (start -7.1 -5.14) + (end -7.01 -5.2) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6109efee-34d5-4820-b2f1-2e5974922f54") + ) + (fp_line + (start -7.11 0.93) + (end -7.05 0.88) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "552d2777-af2b-41ec-a31e-cd43b7c8490e") + ) + (fp_line + (start -7.12 5) + (end -7.15 5) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2ff466f2-a10f-4d30-86d0-258970718dd1") + ) + (fp_line + (start -7.12 -0.58) + (end -7.05 -0.62) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2596afc-a768-4a7c-9191-a7e735f775bd") + ) + (fp_line + (start -7.12 -7.8) + (end -7.25 -7.65) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "16fbbcc3-471d-4df7-bd39-383fab759fde") + ) + (fp_line + (start -7.13 1.99) + (end -6.95 2.04) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d854e56c-a962-466d-bce7-bfb3c9c54498") + ) + (fp_line + (start -7.15 5) + (end -7.22 5.11) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7331b4f5-537b-4797-b38c-6afa10e0716d") + ) + (fp_line + (start -7.15 0.99) + (end -7.11 0.93) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8af22483-6986-4db8-a478-e3da735ace71") + ) + (fp_line + (start -7.17 1.79) + (end -7.29 1.73) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0c493ec-d4a1-42a2-9d32-6efc5916ca66") + ) + (fp_line + (start -7.17 -0.21) + (end -7.23 -0.11) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "29d94e71-4a82-4acd-a9a6-3ce8158eea40") + ) + (fp_line + (start -7.197 9.38) + (end -7.021 9.365) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5ea450c5-c799-4c49-a77b-90af3b812ea4") + ) + (fp_line + (start -7.2 -5.08) + (end -7.1 -5.14) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "cfc3b2fc-1257-4353-9902-85cb6291fba4") + ) + (fp_line + (start -7.21 2.88) + (end -7.09 2.97) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6884c1b4-ba74-400a-b15a-2bf546c04e73") + ) + (fp_line + (start -7.21 1.12) + (end -7.15 0.99) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "692dffb0-eeb3-460d-80d8-8bd9541d6d51") + ) + (fp_line + (start -7.22 5.11) + (end -7.25 5.29) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a85ba885-21f0-4ec6-a484-69d88e0e6f44") + ) + (fp_line + (start -7.23 3.15) + (end -7.46 3) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "26cd24ad-dc7e-4f22-8cf0-d09179b0d265") + ) + (fp_line + (start -7.23 -0.11) + (end -7.27 -0.04) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe776f0b-ee51-486d-9e06-f8f16374a646") + ) + (fp_line + (start -7.24 1.08) + (end -7.23 1.11) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "57be4481-578e-480a-b137-dcb8fd95babf") + ) + (fp_line + (start -7.25 5.29) + (end -7.28 5.51) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a510e5e5-5ef7-4d6a-a501-65eee345df9c") + ) + (fp_line + (start -7.25 -7.65) + (end -7.37 -7.53) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5d82a0b1-5c8e-42d0-8222-7c4b7e42e518") + ) + (fp_line + (start -7.27 -0.04) + (end -7.31 0.05) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "55682d2e-622c-420d-9c4c-b25e379c0cee") + ) + (fp_line + (start -7.27 -4.28) + (end -7.05 -4.14) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ce3b15b-ff03-4c37-a69c-50cee9ac8363") + ) + (fp_line + (start -7.28 5.51) + (end -7.31 5.69) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f3de2775-f0cf-4183-8569-58c2de09dee1") + ) + (fp_line + (start -7.28 0.96) + (end -7.24 1.08) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "42460404-dc50-4148-9d5f-cac0b90af438") + ) + (fp_line + (start -7.28 -5.03) + (end -7.2 -5.08) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "47d22e24-7c7f-4617-a22e-884660a7a8ff") + ) + (fp_line + (start -7.29 1.73) + (end -7.36 1.67) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "10d4acf9-eb07-4704-a954-054e4658f650") + ) + (fp_line + (start -7.31 5.69) + (end -7.34 5.85) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c5ec54f0-0d08-4954-a314-8acf9272ac84") + ) + (fp_line + (start -7.31 0.05) + (end -7.35 0.18) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "708c8a34-f258-4554-8b50-7818f1e46fec") + ) + (fp_line + (start -7.32 0.82) + (end -7.28 0.96) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f9bc0e2e-b866-4474-96af-9520a16e439e") + ) + (fp_line + (start -7.34 5.85) + (end -7.38 6.07) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c82a2eee-3656-406a-a5cb-6b727ac05b34") + ) + (fp_line + (start -7.34 0.73) + (end -7.32 0.82) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b2e7361-0d1f-4a92-a4d0-dd4722c9bc0c") + ) + (fp_line + (start -7.35 2.79) + (end -7.21 2.88) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "306245f6-c9a6-4171-8c7a-27ad4c131cc8") + ) + (fp_line + (start -7.35 0.18) + (end -7.37 0.31) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "291cc86e-d7a1-4f14-983b-0e47c854bfea") + ) + (fp_line + (start -7.36 1.67) + (end -7.43 1.62) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4572eec0-5fb0-46c6-89b0-d3341f37f9b8") + ) + (fp_line + (start -7.36 0.61) + (end -7.34 0.73) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "be9bd86b-4cd5-4bd2-a31b-b062107d2a54") + ) + (fp_line + (start -7.37 9.386) + (end -7.197 9.38) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "730780c7-40bd-484b-b640-ae047209b478") + ) + (fp_line + (start -7.37 1.88) + (end -7.13 1.99) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6359131-a990-459a-850e-6c100e2b0fca") + ) + (fp_line + (start -7.37 0.5) + (end -7.36 0.61) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "1947ea8e-3ea5-493b-ab1c-4e8c5a675398") + ) + (fp_line + (start -7.37 0.42) + (end -7.37 0.5) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5356313d-c6c9-4e43-8779-7f5954c39660") + ) + (fp_line + (start -7.37 0.31) + (end -7.37 0.42) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "efd7d119-139b-46c7-a740-b97f28a1acd9") + ) + (fp_line + (start -7.37 -7.53) + (end -7.49 -7.42) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "066e1992-d763-4a9e-8986-82a289c6f7d3") + ) + (fp_line + (start -7.38 6.07) + (end -7.42 6.25) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "aa8e79d5-4110-472a-8939-dffc4dee8b42") + ) + (fp_line + (start -7.39 1.75) + (end -6.94 1.95) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "29ba223f-0062-42d7-819b-390aa3bcacc3") + ) + (fp_line + (start -7.39 -4.98) + (end -7.28 -5.03) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6b24a7a2-717b-4448-a40d-7886a2ed3d71") + ) + (fp_line + (start -7.42 6.25) + (end -7.46 6.43) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8bb0a05e-e024-4c96-8062-b72bb8f6b3b6") + ) + (fp_line + (start -7.43 1.62) + (end -7.52 1.51) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "497283dc-5316-4045-8e79-68a8bb50f4f5") + ) + (fp_line + (start -7.43 -4.37) + (end -7.27 -4.28) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "179ded49-c8d7-40c2-a728-5841fda625bd") + ) + (fp_line + (start -7.45 1.67) + (end -7.39 1.75) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e9dcbc0-ed04-41e3-9512-fbb37cd7d179") + ) + (fp_line + (start -7.46 6.43) + (end -7.5 6.63) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "eaf7bad2-f505-4235-ac62-4996b9281847") + ) + (fp_line + (start -7.46 3) + (end -7.65 2.86) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3f473a8d-2328-4446-9e36-aaf72c0dfceb") + ) + (fp_line + (start -7.49 1.59) + (end -7.45 1.67) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e02aa7f6-3311-45f9-a392-49d8927cbc6a") + ) + (fp_line + (start -7.49 -7.42) + (end -7.59 -7.34) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d4bb1d66-04fd-4536-a2d7-b63f444dbb57") + ) + (fp_line + (start -7.5 6.63) + (end -7.57 6.44) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "142e2cf6-b82f-4007-9894-377d26b8ab0d") + ) + (fp_line + (start -7.5 2.7) + (end -7.35 2.79) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "211ba5f5-6627-4b10-b9d4-2b719a124b05") + ) + (fp_line + (start -7.5 -4.93) + (end -7.39 -4.98) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7dc50517-93ab-4193-ac41-8278ba10e249") + ) + (fp_line + (start -7.52 1.51) + (end -7.49 1.59) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "18282a1a-7012-465b-b257-9994d1176f23") + ) + (fp_line + (start -7.536 9.385) + (end -7.37 9.386) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6e23d37a-3804-4cb0-9f56-ede150eedda5") + ) + (fp_line + (start -7.55 1.77) + (end -7.37 1.88) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9180d7c2-ce82-4cd5-b2d5-d944586fb090") + ) + (fp_line + (start -7.55 -2.36) + (end -7.53 -2.33) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f50237bb-f9c4-46da-b66f-024d10bb7b7e") + ) + (fp_line + (start -7.57 6.44) + (end -7.61 6.26) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7bdee640-e6be-4899-b318-a0ad1af68164") + ) + (fp_line + (start -7.59 -4.91) + (end -7.5 -4.93) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "98e246fc-6637-419f-a1a8-e2b22f10addf") + ) + (fp_line + (start -7.59 -7.34) + (end -7.7 -7.26) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7af171ef-c1a8-4817-ac3c-eb72938c314e") + ) + (fp_line + (start -7.6 -2.43) + (end -7.55 -2.36) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "35fc5917-85ed-430a-af29-e1aaa9fddb54") + ) + (fp_line + (start -7.61 6.26) + (end -7.65 6.09) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "28221cea-e5dd-4443-909d-f89dc42a5054") + ) + (fp_line + (start -7.61 2.64) + (end -7.5 2.7) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "80215c98-408c-4508-93c7-1e56cf06a8a8") + ) + (fp_line + (start -7.65 6.09) + (end -7.69 5.87) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "01478f52-711e-460d-9130-927d9df325cb") + ) + (fp_line + (start -7.65 2.86) + (end -7.8 2.73) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd41e0a0-0c45-4beb-acb0-15535c603bb5") + ) + (fp_line + (start -7.65 -2.49) + (end -7.6 -2.43) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7af1455e-5ab2-4286-8c74-1c6dee563208") + ) + (fp_line + (start -7.65 -4.49) + (end -7.43 -4.37) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3cdd1d4e-65c2-4726-934e-57a60432541b") + ) + (fp_line + (start -7.66 -5.48) + (end -7.69 -4.92) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ff3e9ca9-6dc0-4496-aebe-20f4a6d61445") + ) + (fp_line + (start -7.67 -4.92) + (end -7.59 -4.91) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "27fc8656-6226-4381-8e8c-fcbb6b9cbbc0") + ) + (fp_line + (start -7.69 5.87) + (end -7.79 5.26) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "59fe4e68-4119-4952-b511-7d1576b16691") + ) + (fp_line + (start -7.696 -4.535) + (end -7.671 -4.974) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5cab06cf-94fa-4c5d-abc1-110cb0208f01") + ) + (fp_line + (start -7.697 9.378) + (end -7.536 9.385) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9c7af13e-949e-4a55-a6b7-45ef51b4f106") + ) + (fp_line + (start -7.7 -7.26) + (end -7.78 -7.21) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "56ff2288-13d4-4098-a5c7-84a24b2613d1") + ) + (fp_line + (start -7.73 -2.56) + (end -7.65 -2.49) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d7ca4669-23a4-4571-85ab-fbd03c4b29b9") + ) + (fp_line + (start -7.75 2.58) + (end -7.61 2.64) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ee19307b-ab88-4d6f-9dfb-4149660b5a08") + ) + (fp_line + (start -7.78 -7.21) + (end -7.88 -7.16) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "93ef09ab-58f4-40ee-8d2b-6370d66890c0") + ) + (fp_line + (start -7.79 5.26) + (end -7.88 5.47) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9a88a97-e7e1-4571-8028-07e1b736766b") + ) + (fp_line + (start -7.8 2.73) + (end -7.9 2.63) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9486185-1c1d-4547-bd7d-6cdded6e4187") + ) + (fp_line + (start -7.8 -4.56) + (end -7.65 -4.49) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "cefc466a-271e-483c-abaa-dae7c1574727") + ) + (fp_line + (start -7.81 -2.6) + (end -7.73 -2.56) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7048b6de-9faa-47a1-99c5-b74e17a09a6e") + ) + (fp_line + (start -7.823 -9.756) + (end -7.816 -9.781) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a5d527e3-93e5-4f7c-9403-79aabfbdc470") + ) + (fp_line + (start -7.842 -9.685) + (end -7.823 -9.756) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "92587ea2-e589-4cd0-a110-fdbbe9573c25") + ) + (fp_line + (start -7.849 9.365) + (end -7.697 9.378) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1c6c46b2-dd9e-430f-85e9-621815ceca94") + ) + (fp_line + (start -7.86 2.55) + (end -7.75 2.58) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "1d5c7df0-522c-4a10-9a69-07abea9a1183") + ) + (fp_line + (start -7.87 6.38) + (end -7.9 6.15) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "1c44338c-b9a1-4269-978f-e8fd90211a46") + ) + (fp_line + (start -7.875 -9.575) + (end -7.842 -9.685) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "66734891-cd33-4205-a68e-7aa74d4b75f8") + ) + (fp_line + (start -7.88 6.17) + (end -7.87 6.38) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7d09a68e-643b-46b5-bca3-b94cb9bccd70") + ) + (fp_line + (start -7.88 5.97) + (end -7.88 6.17) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3da59bc6-70b3-471f-bbfc-55990eeb98e5") + ) + (fp_line + (start -7.88 5.66) + (end -7.88 5.97) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5256a2e5-5d23-4520-bca8-57cb50ff01c2") + ) + (fp_line + (start -7.88 5.47) + (end -7.88 5.66) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9795a58d-0ac3-430a-9422-aa4c197a5f6c") + ) + (fp_line + (start -7.88 -7.16) + (end -7.99 -7.11) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fb07492c-d4ca-4a78-b92a-c3b14ed44b3f") + ) + (fp_line + (start -7.9 6.15) + (end -7.97 5.85) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "cef3c07b-49ed-4b95-b754-4daff9ad0cb2") + ) + (fp_line + (start -7.9 2.63) + (end -7.97 2.53) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8fe07dfe-267e-4da8-ab2a-a7d656544a34") + ) + (fp_line + (start -7.9 -2.64) + (end -7.81 -2.6) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "aa4294ff-e846-499a-a8cf-1632eb69d9c0") + ) + (fp_line + (start -7.9 -4.61) + (end -7.8 -4.56) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "77ef8d87-4775-444f-8280-518fd29c4b5c") + ) + (fp_line + (start -7.921 -9.435) + (end -7.875 -9.575) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b3eebb03-af8c-48e8-a7d9-5ec3741206fa") + ) + (fp_line + (start -7.97 5.85) + (end -8.03 5.59) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "1962e27a-f25d-407c-98fc-1bbfd329b44d") + ) + (fp_line + (start -7.97 2.53) + (end -7.86 2.55) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd04ef58-75d9-44e8-b553-d9bff716e067") + ) + (fp_line + (start -7.981 -9.269) + (end -7.921 -9.435) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a32fe8ab-5810-40f6-8eab-48332c0ee5a0") + ) + (fp_line + (start -7.99 -2.67) + (end -7.9 -2.64) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b08b6d2-d7a0-45d0-95d4-d9dfb9198b27") + ) + (fp_line + (start -7.99 -7.11) + (end -8.09 -7.08) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d2f6c7ec-fb14-4c80-b507-e05e76c13bdf") + ) + (fp_line + (start -7.993 9.35) + (end -7.849 9.365) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ab3e0d45-ad5b-42a1-ab02-8fee32ad804e") + ) + (fp_line + (start -8.006 -7.739) + (end -8.009 -7.893) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2e4a6d1a-b585-4ad5-95d8-aff8c32bcfec") + ) + (fp_line + (start -8.009 -7.588) + (end -8.006 -7.739) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d633a4de-1388-46e7-ac55-24bd558a0816") + ) + (fp_line + (start -8.009 -7.893) + (end -8.018 -8.047) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0441cbd-426e-47d4-952b-8c03883e1f7a") + ) + (fp_line + (start -8.017 -7.442) + (end -8.009 -7.588) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c884feb5-afbc-4baf-9f12-868c0ed27bc9") + ) + (fp_line + (start -8.018 -8.047) + (end -8.037 -8.198) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ebeadaad-fbad-490e-b1e8-497ced7ea37f") + ) + (fp_line + (start -8.02 -4.66) + (end -7.9 -4.61) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa96cd3f-f267-4e6d-9212-fd48f9f4aabe") + ) + (fp_line + (start -8.026 -7.304) + (end -8.017 -7.442) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a64a7c06-7057-47f9-be64-f537af3193b4") + ) + (fp_line + (start -8.03 5.59) + (end -8.08 5.37) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "cbc71f36-8fad-4a3c-aed3-9c3f6e0161dd") + ) + (fp_line + (start -8.036 -7.178) + (end -8.026 -7.304) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bc2b91cd-dad2-489e-a5a6-c25b0772eb90") + ) + (fp_line + (start -8.037 -8.198) + (end -8.065 -8.343) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "434de308-3c0f-471e-b2ea-4b1db61e07dc") + ) + (fp_line + (start -8.054 -9.087) + (end -7.981 -9.269) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3b398e0a-4c10-4dcc-aa1f-5dcd51a576d9") + ) + (fp_line + (start -8.065 -8.343) + (end -8.106 -8.479) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "11b49d13-b047-4242-be65-9a9b1c80ec58") + ) + (fp_line + (start -8.08 5.37) + (end -8.23 5.33) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "54fb0b19-4912-47f8-a26c-6bb537aff49e") + ) + (fp_line + (start -8.09 -2.7) + (end -7.99 -2.67) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "eaed3b7c-c5dc-4575-9b71-e56338e01b38") + ) + (fp_line + (start -8.09 -7.08) + (end -8.2 -7.07) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e9a87a3-418a-43a4-a902-c2e3103424a6") + ) + (fp_line + (start -8.106 -8.479) + (end -8.161 -8.603) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "006bc43b-d3a8-4a38-a8dc-5a24da3f9b4d") + ) + (fp_line + (start -8.128 9.331) + (end -7.993 9.35) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3520b9bf-2dfc-4868-a650-86ff98682e83") + ) + (fp_line + (start -8.141 -8.895) + (end -8.054 -9.087) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bade9875-e59b-4d52-b529-c48d7c265fc4") + ) + (fp_line + (start -8.161 -8.603) + (end -8.23 -8.712) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "496eb987-d081-4e1e-a63a-28ee1d48f2f8") + ) + (fp_line + (start -8.19 -2.72) + (end -8.09 -2.7) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2904c703-ae82-4d76-85d3-cfc7aa518669") + ) + (fp_line + (start -8.2 -7.07) + (end -8.3 -7.07) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d51ba27b-8ed7-4eca-b0be-3ba1363dff58") + ) + (fp_line + (start -8.21 -4.73) + (end -8.02 -4.66) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b914471-3d1b-40f6-8fee-092f137ff2e0") + ) + (fp_line + (start -8.23 5.33) + (end -8.47 5.28) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d2a12db-b659-4807-8426-fec9fa84c156") + ) + (fp_line + (start -8.242 -8.699) + (end -8.141 -8.895) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7dd46673-4551-4937-beee-2ea3f888f7bc") + ) + (fp_line + (start -8.252 9.312) + (end -8.128 9.331) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "506110af-ac51-4501-bfa6-1552a848d599") + ) + (fp_line + (start -8.29 -2.74) + (end -8.19 -2.72) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b3f487ff-b47c-4488-ba8c-08e7b412da21") + ) + (fp_line + (start -8.3 -4.76) + (end -8.21 -4.73) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ebd0fc89-8e13-43bb-945a-2e8b75c613c1") + ) + (fp_line + (start -8.3 -7.07) + (end -8.41 -7.08) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec620b77-8919-4285-a6c0-f21b0acac14b") + ) + (fp_line + (start -8.336 -8.572) + (end -8.242 -8.699) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d46f6682-7aa3-41f8-8dfe-bfed3b1f9948") + ) + (fp_line + (start -8.364 9.293) + (end -8.252 9.312) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "494a6b97-f33e-4834-b724-0c3a3ff54317") + ) + (fp_line + (start -8.37 -2.75) + (end -8.29 -2.74) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "135dc062-d77d-4089-9b0c-b888ac79f63d") + ) + (fp_line + (start -8.39 -4.78) + (end -8.3 -4.76) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5962fb65-4840-4342-83d8-ebe11a13a0c5") + ) + (fp_line + (start -8.41 -7.08) + (end -8.49 -7.09) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ea31f51c-3f0e-4e37-9fd4-9e1b1b7d7784") + ) + (fp_line + (start -8.444 -8.496) + (end -8.336 -8.572) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "328b655f-3682-4d72-b986-09747092cdfb") + ) + (fp_line + (start -8.463 9.275) + (end -8.364 9.293) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9f8ba78-9b7b-4a7c-8351-c9f145a140ab") + ) + (fp_line + (start -8.47 5.28) + (end -8.67 5.23) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ffed2abe-19c1-484a-85f6-c11ad414bcd4") + ) + (fp_line + (start -8.49 -4.8) + (end -8.39 -4.78) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "169fbf9e-c683-4879-aed2-ef27f2a35b47") + ) + (fp_line + (start -8.49 -7.09) + (end -8.57 -7.09) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "836c1b72-6495-4f81-a125-58f0f7d787c2") + ) + (fp_line + (start -8.549 9.259) + (end -8.463 9.275) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6b1d6bcd-1928-474b-8dbd-6dab746597ca") + ) + (fp_line + (start -8.56 -4.81) + (end -8.49 -4.8) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ce536418-0469-43d5-9a1a-c3f749bdbad3") + ) + (fp_line + (start -8.561 -8.462) + (end -8.444 -8.496) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "11ccd497-2713-4d03-8a7a-1dbd53fbc1f7") + ) + (fp_line + (start -8.57 -7.09) + (end -8.61 -7.09) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0fa241a2-e684-4224-bccf-feed816795b0") + ) + (fp_line + (start -8.59 -6.76) + (end -7.66 -5.48) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e67cf9e7-1746-4856-8edd-555e3682799f") + ) + (fp_line + (start -8.61 -7.09) + (end -8.71 -7.07) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8da81810-0dba-4c36-b58c-934ee2c0935b") + ) + (fp_line + (start -8.62 9.248) + (end -8.549 9.259) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4dfbe524-132d-43d4-8ae0-9aa2f72df70b") + ) + (fp_line + (start -8.67 5.23) + (end -8.99 5.15) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c50e5885-8a58-4ee4-a5e7-bcd8f4b418f2") + ) + (fp_line + (start -8.675 9.241) + (end -8.62 9.248) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "415d6a7d-98b2-4d17-b46f-6f38749a3ba2") + ) + (fp_line + (start -8.681 -8.462) + (end -8.561 -8.462) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "46c31fef-8b6d-4892-b7d6-1b9818ed82f5") + ) + (fp_line + (start -8.69 -6.9) + (end -8.59 -6.76) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "feea9af2-e998-45d6-8a1e-4e08486a5acb") + ) + (fp_line + (start -8.7 -4.81) + (end -8.56 -4.81) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dacff3a5-d976-4461-a265-5c771e382f92") + ) + (fp_line + (start -8.71 -7.07) + (end -8.81 -7.02) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "1dc423f3-1741-4cb4-aa3d-a702d125d769") + ) + (fp_line + (start -8.713 9.241) + (end -8.675 9.241) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1a0c5194-0d7e-4fcc-a11d-049fac80c4dc") + ) + (fp_line + (start -8.747 9.248) + (end -8.713 9.241) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1002411f-a485-468c-981b-cec2ce41d8bd") + ) + (fp_line + (start -8.75 -0.84) + (end -8.75 -0.87) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "45005e12-36a9-4853-a83d-a87ffad800b4") + ) + (fp_line + (start -8.75 -6.98) + (end -8.69 -6.9) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "379db743-d2de-4c85-9575-f43ed26c5e74") + ) + (fp_line + (start -8.76 -0.79) + (end -8.75 -0.84) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "ffadf13e-d327-4e72-a129-20b1a691d829") + ) + (fp_line + (start -8.78 -0.73) + (end -8.76 -0.79) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "10e85d49-8c1d-4e38-920c-77246389daec") + ) + (fp_line + (start -8.79 9.26) + (end -8.747 9.248) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0f11060-bc65-49c7-b1f8-1ffca12c5c16") + ) + (fp_line + (start -8.801 -8.49) + (end -8.681 -8.462) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9f289b4a-cc82-473b-9973-1ab4c36355f8") + ) + (fp_line + (start -8.81 -0.67) + (end -8.78 -0.73) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c15462ce-d862-47c0-8d02-faaa43912ad5") + ) + (fp_line + (start -8.81 -7.02) + (end -8.85 -6.98) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0c1f62a-b351-48b8-ac88-59c1c4ffa2ff") + ) + (fp_line + (start -8.84 -0.62) + (end -8.81 -0.67) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e5cd445-0654-433f-a688-b9a23b9e5558") + ) + (fp_line + (start -8.842 9.276) + (end -8.79 9.26) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "86856bef-d161-4600-b8d6-44f81ad42b7c") + ) + (fp_line + (start -8.85 -6.98) + (end -8.89 -6.93) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "525775d5-0e6e-4c76-b5ab-199b2e54ac41") + ) + (fp_line + (start -8.89 -6.93) + (end -8.98 -6.96) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f389684-fc2a-46a1-b11d-5ff1e4efe356") + ) + (fp_line + (start -8.904 9.296) + (end -8.842 9.276) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5bf032d7-1ed3-461e-8d9e-98362eeab2a2") + ) + (fp_line + (start -8.916 -8.536) + (end -8.801 -8.49) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "99e5628a-8c61-4f9d-aa6e-5b585271b505") + ) + (fp_line + (start -8.95 -2.78) + (end -8.91 -2.78) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9bf41a0b-ea8e-4983-9913-df79ab0696ea") + ) + (fp_line + (start -8.974 9.318) + (end -8.904 9.296) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "975ad921-d330-495d-a812-58638ba9e7c7") + ) + (fp_line + (start -8.98 -4.76) + (end -8.7 -4.81) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b073885-8463-4cb0-87e3-a1e25fbb0a07") + ) + (fp_line + (start -8.98 -6.96) + (end -9.08 -7) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c8b3bfbd-79b7-4863-9ae7-79b3f077a5ad") + ) + (fp_line + (start -8.99 5.15) + (end -9.28 5.07) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "1108f7d7-1300-4e64-9d0c-b460edb02c0e") + ) + (fp_line + (start -9.021 -8.593) + (end -8.916 -8.536) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c7050574-27e1-4a80-9dab-24805663409e") + ) + (fp_line + (start -9.055 9.34) + (end -8.974 9.318) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "310e28e7-f7b1-4197-b25d-4003c7dcabae") + ) + (fp_line + (start -9.08 -7) + (end -9.19 -7.05) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2dd9a5be-3aa9-4cf6-850b-b3df04cedb00") + ) + (fp_line + (start -9.112 -8.652) + (end -9.021 -8.593) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c9af433b-c759-435f-b23f-8e61bde22221") + ) + (fp_line + (start -9.12 -2.76) + (end -8.95 -2.78) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c4a3c708-c9b1-415d-ade1-45ed1cc0c8de") + ) + (fp_line + (start -9.145 9.362) + (end -9.055 9.34) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "80f56a42-ff05-4345-8ffd-85584fdb3701") + ) + (fp_line + (start -9.15 6.755) + (end -9.189 6.659) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "18ee575f-d41e-4a26-ac0a-b229112d8877") + ) + (fp_line + (start -9.183 -8.706) + (end -9.112 -8.652) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "058fedcc-704d-4293-8197-34a17ef8dc07") + ) + (fp_line + (start -9.189 6.659) + (end -9.225 6.535) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3381b763-2886-4e76-a243-cbcc2ec8a032") + ) + (fp_line + (start -9.19 -4.71) + (end -8.98 -4.76) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "15dc4b2e-003f-454e-bdaf-e1febd8c55e0") + ) + (fp_line + (start -9.19 -7.05) + (end -9.28 -7.09) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "759bd0f6-2646-44e7-94e8-5efbb41acb61") + ) + (fp_line + (start -9.22 -2.74) + (end -9.12 -2.76) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "84b3d674-c896-4b45-8754-206b7ffab72a") + ) + (fp_line + (start -9.225 6.535) + (end -9.258 6.388) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4fe15866-5386-4410-a27b-4fc15182a4f3") + ) + (fp_line + (start -9.231 -8.746) + (end -9.183 -8.706) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c27162ce-dec2-4696-8422-f740d31716cf") + ) + (fp_line + (start -9.246 9.382) + (end -9.145 9.362) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8c65d639-2c7e-432d-bc2d-cd7263d4f689") + ) + (fp_line + (start -9.258 6.388) + (end -9.288 6.225) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c6e8924b-3698-49bc-af6d-d7a327eada39") + ) + (fp_line + (start -9.276 -8.805) + (end -9.231 -8.746) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1f64cc6-dc73-41aa-a86c-99d2c0c7e9e8") + ) + (fp_line + (start -9.28 5.07) + (end -9.58 4.99) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b80aa845-c1c7-4a36-86eb-13202c5b8807") + ) + (fp_line + (start -9.28 -7.09) + (end -9.37 -7.14) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "70852beb-7102-4701-922b-9248dc6321b9") + ) + (fp_line + (start -9.288 6.225) + (end -9.315 6.051) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b90997e2-4c7f-4479-862f-ab35dfea4f77") + ) + (fp_line + (start -9.315 6.051) + (end -9.338 5.871) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8fa4f87a-9012-4f6f-a6c0-ec1c5f716184") + ) + (fp_line + (start -9.324 -8.898) + (end -9.276 -8.805) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5417d93e-ea72-4615-a825-50b48895bd92") + ) + (fp_line + (start -9.338 5.871) + (end -9.358 5.691) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "08fae221-7b6f-4c57-be73-6210c6206091") + ) + (fp_line + (start -9.34 -2.71) + (end -9.22 -2.74) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5add257c-7316-4000-a2a3-e6a8c316ab9c") + ) + (fp_line + (start -9.35 -8.705) + (end -9.277 -8.746) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b81cd904-69d1-4c8b-81f2-302fdf1cfeb0") + ) + (fp_line + (start -9.356 9.399) + (end -9.246 9.382) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ec15bc3b-566a-44e3-a715-82c18713a059") + ) + (fp_line + (start -9.358 5.691) + (end -9.375 5.517) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9ad54c14-6dd1-4741-ab11-80a0275cae72") + ) + (fp_line + (start -9.37 -7.14) + (end -9.47 -7.2) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "eb15020f-39fa-457e-8bb2-2cd2948845ca") + ) + (fp_line + (start -9.375 5.517) + (end -9.388 5.354) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc2e4d69-ab4d-4864-999d-7aa340dd63c7") + ) + (fp_line + (start -9.375 -9.019) + (end -9.324 -8.898) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3bd1d24a-0ba6-444e-896e-ab4ac7dd5127") + ) + (fp_line + (start -9.388 5.354) + (end -9.397 5.207) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3b5147db-69cc-4871-96a7-79c3437a6213") + ) + (fp_line + (start -9.397 5.207) + (end -9.403 5.083) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "21a4e5f9-158c-4a1e-a6d3-12c826291e62") + ) + (fp_line + (start -9.403 5.083) + (end -9.405 4.987) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "646182ef-83d3-48ef-8f13-39bd3cf49786") + ) + (fp_line + (start -9.417 -8.63) + (end -9.35 -8.705) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "771145ed-2e00-4172-ac95-37a36c6a35ce") + ) + (fp_line + (start -9.429 -9.159) + (end -9.375 -9.019) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e26d1df-a557-446c-8724-16a2959e6714") + ) + (fp_line + (start -9.43 -4.64) + (end -9.19 -4.71) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe148714-b0cf-44d7-9b6c-f06914620619") + ) + (fp_line + (start -9.47 -7.2) + (end -9.55 -7.26) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "582bf52d-f931-4c83-b941-f1087e1fcfee") + ) + (fp_line + (start -9.477 9.412) + (end -9.356 9.399) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0b8883f-56d3-436a-a178-a658388f963b") + ) + (fp_line + (start -9.477 -8.526) + (end -9.417 -8.63) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2a891096-042c-4004-b161-8bd2c0b59fd7") + ) + (fp_line + (start -9.487 -9.311) + (end -9.429 -9.159) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e096fb6c-9c86-457b-8f2e-4be4f1ee308e") + ) + (fp_line + (start -9.5 -2.66) + (end -9.34 -2.71) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d2f717ee-b5b0-430b-b4ae-27d4ab833fc2") + ) + (fp_line + (start -9.531 -8.398) + (end -9.477 -8.526) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "42dd1fad-d6e1-4a22-bcd7-61c29a70aea6") + ) + (fp_line + (start -9.547 -9.469) + (end -9.487 -9.311) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2629f374-664b-4a6a-877f-847eba3a2928") + ) + (fp_line + (start -9.55 -7.26) + (end -9.65 -7.37) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f7aa75c5-0bfb-4814-b8eb-5f8a9a128aa9") + ) + (fp_line + (start -9.577 -8.252) + (end -9.531 -8.398) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "96e87ac2-5565-47ab-ae62-263f85b93211") + ) + (fp_line + (start -9.58 4.99) + (end -9.88 4.89) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e17afcb0-49dd-4f12-a913-1d8e2e4c5b94") + ) + (fp_line + (start -9.609 9.419) + (end -9.477 9.412) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b2f6028-5234-4df8-8d41-bf003f728f58") + ) + (fp_line + (start -9.611 -9.624) + (end -9.547 -9.469) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "920d067c-09ea-4120-b810-77cbd11822fb") + ) + (fp_line + (start -9.616 -8.094) + (end -9.577 -8.252) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "430b98dc-0155-464c-95fc-2bf720cc2dd3") + ) + (fp_line + (start -9.63 -2.61) + (end -9.5 -2.66) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0f262423-d4d1-4f04-805d-93d3f5b41978") + ) + (fp_line + (start -9.646 -7.928) + (end -9.616 -8.094) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "776fdb81-16bd-40fc-866b-5d7c4f5af091") + ) + (fp_line + (start -9.65 -7.37) + (end -9.79 -7.54) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "66cddf54-c141-4b9d-b300-069491227c2d") + ) + (fp_line + (start -9.666 -7.762) + (end -9.646 -7.928) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f0d59009-bdb6-4150-8249-d2a9c5928391") + ) + (fp_line + (start -9.677 -7.599) + (end -9.666 -7.762) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6c55033c-55b9-4835-9ab8-f334f8a3ffed") + ) + (fp_line + (start -9.678 -7.446) + (end -9.677 -7.599) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0157ed9d-375b-4b39-a7c1-9cb08dcf67bf") + ) + (fp_line + (start -9.679 -9.77) + (end -9.611 -9.624) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a27ad806-2f49-493b-a712-5cefb34fea4e") + ) + (fp_line + (start -9.68 -4.56) + (end -9.43 -4.64) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c485d3ef-a691-4d45-9595-86938e754812") + ) + (fp_line + (start -9.75 2.46) + (end -9.85 2.51) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f21cb60-1df5-4469-8858-6fe21b88fa8a") + ) + (fp_line + (start -9.75 -2.55) + (end -9.63 -2.61) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "39527c7c-05aa-4994-8d55-39b3fd9e47ff") + ) + (fp_line + (start -9.751 9.42) + (end -9.609 9.419) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "83226cf4-4bcb-4755-8744-16fd92f3a724") + ) + (fp_line + (start -9.76 2.5) + (end -9.75 2.46) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c5c59683-c7c2-4b4e-928e-13e0f78a5fa5") + ) + (fp_line + (start -9.79 -7.54) + (end -9.87 -7.63) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9dffc0da-762b-42b7-80b1-72a451bb294f") + ) + (fp_line + (start -9.8 2.58) + (end -9.76 2.5) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e72304a-4161-4a22-8d65-75ee76dcdf69") + ) + (fp_line + (start -9.85 2.51) + (end -9.98 2.58) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "bdf0e688-b15d-45d8-a79c-81e4aaf38323") + ) + (fp_line + (start -9.85 -2.49) + (end -9.75 -2.55) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e60f163-8805-4bc8-82a5-453da20ba1a2") + ) + (fp_line + (start -9.85 -4.49) + (end -9.68 -4.56) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0988bdab-20b2-4388-83a8-9cfbb33342b3") + ) + (fp_line + (start -9.87 -7.63) + (end -9.97 -7.74) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a8e78b6b-5175-49a4-b7f2-c08b88186745") + ) + (fp_line + (start -9.88 4.89) + (end -10.12 4.81) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "045e2b02-bbb9-4128-b50f-816a961b17ef") + ) + (fp_line + (start -9.88 2.68) + (end -9.8 2.58) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "917dba0e-1b1e-4fc1-b97b-7105df526305") + ) + (fp_line + (start -9.884 -4.5) + (end -9.932 -5.045) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9ade8aaa-dfca-436d-be8a-be74784ef565") + ) + (fp_line + (start -9.904 9.413) + (end -9.751 9.42) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b129856-cc2d-4792-b90f-5af9599716ce") + ) + (fp_line + (start -9.91 -2.45) + (end -9.85 -2.49) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "74b09255-300b-41bc-a348-4c1575c49b6b") + ) + (fp_line + (start -9.91 -4.97) + (end -9.95 -5.46) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd087f5c-4502-4ee7-8af3-5178468c0f00") + ) + (fp_line + (start -9.93 -4.96) + (end -9.91 -4.97) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6fe48f1e-4227-4f41-a8f4-0e7ec51a11e0") + ) + (fp_line + (start -9.95 -5.46) + (end -8.78 -6.97) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f3300c0f-bc1d-4506-88a5-7b5425daafbe") + ) + (fp_line + (start -9.97 -7.74) + (end -10.07 -7.85) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f10ab2e-0baa-42eb-b877-7c3c9e704ef3") + ) + (fp_line + (start -9.98 2.78) + (end -9.88 2.68) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "68d49974-bc49-4d87-a030-93a7fa8ebeb6") + ) + (fp_line + (start -9.98 2.58) + (end -10.08 2.64) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2eb44e1a-4042-4ea6-aca2-4836a6ec84e9") + ) + (fp_line + (start -9.99 -2.39) + (end -9.91 -2.45) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd5d8675-d91a-46c9-a0f4-ca5bb7941f9f") + ) + (fp_line + (start -10 -4.96) + (end -9.93 -4.96) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d54211d-88b2-466c-9078-d1f5c442f872") + ) + (fp_line + (start -10.06 -4.41) + (end -9.85 -4.49) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "787ed861-bac6-4a43-9839-40cdf7ee276e") + ) + (fp_line + (start -10.068 9.396) + (end -9.904 9.413) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dad24ddf-e25d-4aa8-b795-2adc252edc45") + ) + (fp_line + (start -10.07 2.87) + (end -9.98 2.78) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a500369a-3292-46a6-8a64-7c1bf6098bda") + ) + (fp_line + (start -10.07 -4.97) + (end -10 -4.96) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b5bbbea-ca45-4da3-962b-10accf46ad7c") + ) + (fp_line + (start -10.07 -7.85) + (end -10.16 -7.96) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "65fd9534-1b91-42a6-8ecd-7a42d8ae4ade") + ) + (fp_line + (start -10.08 2.64) + (end -10.24 2.74) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "056f9cb3-715f-434f-b47c-815c372d9a5b") + ) + (fp_line + (start -10.09 -2.31) + (end -9.99 -2.39) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a68ab9f-49b9-4556-9773-ed86cd9bea27") + ) + (fp_line + (start -10.12 4.81) + (end -10.47 4.68) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd0c6a70-4754-40da-b8db-cbc81b3ceeb4") + ) + (fp_line + (start -10.14 -5) + (end -10.07 -4.97) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e40bd00-596e-4595-8afb-832031e7cd39") + ) + (fp_line + (start -10.15 0.4) + (end -10.16 0.27) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "baf92a55-8ef9-4ff0-acd3-40422e2bd4e3") + ) + (fp_line + (start -10.15 -2.26) + (end -10.09 -2.31) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0339f2f9-1d07-4033-b6d0-c95452f524c6") + ) + (fp_line + (start -10.16 0.57) + (end -10.15 0.4) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a15739ab-9211-4aeb-9603-bc7b827421d7") + ) + (fp_line + (start -10.16 0.27) + (end -10.17 0.14) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "aa9444f9-67db-4b57-841d-ad4324b4a525") + ) + (fp_line + (start -10.16 -7.96) + (end -10.28 -8.1) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "775b50f1-c021-45e5-b4f4-3da4bfa305be") + ) + (fp_line + (start -10.17 0.14) + (end -10.19 0.01) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "589039ca-2779-4520-b3e8-3f7f6261d041") + ) + (fp_line + (start -10.18 0.71) + (end -10.16 0.57) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "495255cc-4ba2-4e9c-a47f-68873ed977bf") + ) + (fp_line + (start -10.19 0.01) + (end -10.24 -0.13) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9fb1e52-5bfb-4074-afb5-c49d4199f8ba") + ) + (fp_line + (start -10.2 2.97) + (end -10.07 2.87) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e3401cc1-8833-4b9f-9419-4adbb09db133") + ) + (fp_line + (start -10.21 0.89) + (end -10.18 0.71) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e01567b-a9f5-4f86-b76a-2572d29d2d44") + ) + (fp_line + (start -10.21 -5.05) + (end -10.14 -5) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4660c6bf-e69d-4a4d-bdfe-d125b039e05b") + ) + (fp_line + (start -10.24 2.74) + (end -10.38 2.83) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "22785b00-396f-44a8-8e08-62628c54033a") + ) + (fp_line + (start -10.24 -0.13) + (end -10.33 -0.28) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b1d0c301-b4b9-4a22-806b-1c100e83ef02") + ) + (fp_line + (start -10.244 9.369) + (end -10.068 9.396) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7bd09790-9a37-4331-94a2-940c4fb9585b") + ) + (fp_line + (start -10.25 -5.09) + (end -10.21 -5.05) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa5d9c89-54e0-49e6-a404-29eddf2326d4") + ) + (fp_line + (start -10.26 1.84) + (end -10.15 1.76) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "13f30964-a0e5-4b66-a3b0-82966c8576ce") + ) + (fp_line + (start -10.26 1.04) + (end -10.21 0.89) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5a379621-58ee-4146-baab-da833a7fa375") + ) + (fp_line + (start -10.28 -8.1) + (end -10.36 -8.19) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2e7f3dd4-50ff-427a-80eb-8563e69a085c") + ) + (fp_line + (start -10.3 -4.31) + (end -10.06 -4.41) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f184863f-807b-4eb3-ae9e-2a8857f5a82a") + ) + (fp_line + (start -10.32 1.66) + (end -10.18 1.56) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "897136b5-a5d5-4581-a6bf-48c25cde5ca5") + ) + (fp_line + (start -10.32 1.17) + (end -10.26 1.04) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f4648014-6a49-47fe-aa14-831ac44193be") + ) + (fp_line + (start -10.33 -0.28) + (end -10.39 -0.36) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8dc186eb-86cf-41e1-8b58-fae7324b6144") + ) + (fp_line + (start -10.35 -5.18) + (end -10.25 -5.09) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6e4bbe2c-1e2d-4539-b6d8-5d5edc57b4de") + ) + (fp_line + (start -10.36 -8.19) + (end -10.4 -8.24) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "27101d2b-1f80-4d40-be5b-78bdcb31c291") + ) + (fp_line + (start -10.38 3.1) + (end -10.2 2.97) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2097c02a-9419-426d-a010-cdecd44e7e36") + ) + (fp_line + (start -10.38 2.83) + (end -10.49 2.91) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dde2f451-a39d-4356-be48-b264625a1f92") + ) + (fp_line + (start -10.39 -0.36) + (end -10.47 -0.44) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f89ddfd4-8c5b-4ab4-8c95-e6e9a5e87dd0") + ) + (fp_line + (start -10.4 1.93) + (end -10.26 1.84) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ef79b516-f387-4bff-98aa-61eff96e72d2") + ) + (fp_line + (start -10.4 -8.24) + (end -10.49 -8.32) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "888c6fdf-c198-440a-97af-035b863dc875") + ) + (fp_line + (start -10.42 1.72) + (end -10.32 1.66) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f5156e03-6da9-4205-8d49-0997e01031c7") + ) + (fp_line + (start -10.431 9.33) + (end -10.244 9.369) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d2f72b7f-67e2-4cf3-9de6-340a26ecf95b") + ) + (fp_line + (start -10.44 1.31) + (end -10.32 1.17) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ea98f420-4e24-48e8-aa57-57b261e9db18") + ) + (fp_line + (start -10.47 4.68) + (end -10.77 4.55) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "39b77ad4-840a-4880-8672-f09699d06495") + ) + (fp_line + (start -10.47 1.86) + (end -10.2 1.63) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7590e24b-577c-4fcd-9e1f-ab45b189df19") + ) + (fp_line + (start -10.47 -0.44) + (end -10.55 -0.49) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8e46ddad-6bfa-40af-b04f-edc6699bc195") + ) + (fp_line + (start -10.49 2.91) + (end -10.59 2.98) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa7a662e-0f2e-4762-a1b6-993570cda4cb") + ) + (fp_line + (start -10.49 -8.32) + (end -10.59 -8.39) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2fb7c72d-0d63-4df2-879e-15ff023fd1c7") + ) + (fp_line + (start -10.508 6.594) + (end -10.56 6.508) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9e39ed40-271f-40f8-b1c9-20b888c10512") + ) + (fp_line + (start -10.51 3.18) + (end -10.38 3.1) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "38559462-8913-458e-9fcc-77f1adc4f527") + ) + (fp_line + (start -10.52 1.98) + (end -10.4 1.93) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4cd7fbd1-3778-4a48-ab60-c36eed16d8c5") + ) + (fp_line + (start -10.53 1.78) + (end -10.42 1.72) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e997c615-0a9d-46fc-872f-6b2d14f01b36") + ) + (fp_line + (start -10.53 -5.36) + (end -10.35 -5.18) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "cc4a02a5-f906-413a-8c0e-7a4399db78ee") + ) + (fp_line + (start -10.55 1.38) + (end -10.44 1.31) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b14c35da-dd14-4b8d-93a9-00f219a92f41") + ) + (fp_line + (start -10.55 -0.49) + (end -10.66 -0.55) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f33894b1-3004-4ac0-b141-e83279084e93") + ) + (fp_line + (start -10.56 6.508) + (end -10.613 6.399) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe0a8ab1-7b25-4d9a-9a3b-f8c5e10b289a") + ) + (fp_line + (start -10.59 2.98) + (end -10.67 3.04) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6356fe97-06cd-4a4b-b2f2-2e98498da4a1") + ) + (fp_line + (start -10.59 -4.18) + (end -10.3 -4.31) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "208a6583-df1c-4ff8-9045-47b7770a5518") + ) + (fp_line + (start -10.59 -8.39) + (end -10.7 -8.43) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "346289f5-7fed-42d0-915e-ef27086b0782") + ) + (fp_line + (start -10.613 6.399) + (end -10.666 6.271) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "689e49bf-7f41-4390-9297-8151fb94eb64") + ) + (fp_line + (start -10.629 9.279) + (end -10.431 9.33) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "09684b6c-5d15-4020-b96b-0b388e8ee3ea") + ) + (fp_line + (start -10.64 -5.45) + (end -10.53 -5.36) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3097fea7-46a7-47a9-9cae-e148c8b5c995") + ) + (fp_line + (start -10.65 1.82) + (end -10.53 1.78) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5d6cfde2-9586-45a3-9d7e-b9db5ad7bc21") + ) + (fp_line + (start -10.66 -0.55) + (end -10.78 -0.59) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b5b7cf73-4d60-464f-a67b-f4c9c9d02016") + ) + (fp_line + (start -10.666 6.271) + (end -10.72 6.126) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6e9aab82-e6c0-4960-99af-e7c5a83d520f") + ) + (fp_line + (start -10.67 3.04) + (end -10.77 3.12) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2103272c-7211-4351-8c30-d9ee75c2fa7e") + ) + (fp_line + (start -10.67 1.42) + (end -10.55 1.38) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b746e97a-71d3-4558-80c6-41ab04fe3fba") + ) + (fp_line + (start -10.69 3.29) + (end -10.51 3.18) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6b4ca676-3379-4b8d-a1e2-e3fc88dc7cd2") + ) + (fp_line + (start -10.7 2.04) + (end -10.52 1.98) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9eaea750-5e59-4015-bbbc-7f0606821920") + ) + (fp_line + (start -10.7 -8.43) + (end -10.82 -8.43) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "55baceed-f7d9-4d73-84e4-b06c780623b7") + ) + (fp_line + (start -10.71 1.95) + (end -10.47 1.86) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "738c73ca-416f-4cdc-b135-180d4d696484") + ) + (fp_line + (start -10.72 6.126) + (end -10.772 5.968) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "db09a492-3111-4077-8b89-2ff4c8eebad3") + ) + (fp_line + (start -10.76 -5.54) + (end -10.64 -5.45) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8bb2ea49-8b54-4a72-9f61-f9dccb873903") + ) + (fp_line + (start -10.77 4.55) + (end -10.95 4.46) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ccf65e24-b980-469f-8862-e397985c8f5a") + ) + (fp_line + (start -10.77 3.12) + (end -10.86 3.19) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f238640e-3401-420a-ac31-a433f268cbfc") + ) + (fp_line + (start -10.77 1.42) + (end -10.67 1.42) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b918e6b-2a60-4fa5-ad8b-e73e23f85e4f") + ) + (fp_line + (start -10.772 5.968) + (end -10.823 5.801) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f29ec2b-5253-4ae2-bf8f-40e83998f739") + ) + (fp_line + (start -10.78 -0.59) + (end -10.92 -0.63) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f207e00-886c-4f46-9355-3a8e7985a8d3") + ) + (fp_line + (start -10.79 1.85) + (end -10.65 1.82) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b86d498-b713-4140-97c2-940c95f43f16") + ) + (fp_line + (start -10.79 -0.8) + (end -10.73 -0.78) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "77a09c2e-107d-4a82-95c7-b222303ba715") + ) + (fp_line + (start -10.81 3.26) + (end -9.92 2.63) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dcc8b3c7-e00a-4c96-92c3-7cf68574fa70") + ) + (fp_line + (start -10.82 -8.43) + (end -10.88 -8.4) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "88071c39-7478-4d42-a0c9-ea227d61f16f") + ) + (fp_line + (start -10.823 5.801) + (end -10.871 5.627) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a97391c0-c438-44dc-aec7-4249e6f62568") + ) + (fp_line + (start -10.84 9.213) + (end -10.629 9.279) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "88b7d164-35a2-420d-9da6-a56db04f962b") + ) + (fp_line + (start -10.84 1.26) + (end -10.85 1.34) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b082fdbd-d670-4041-a5e5-3ca0b09bb0a0") + ) + (fp_line + (start -10.84 1.19) + (end -10.84 1.26) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a2de80f-1df5-4bd5-a81c-0dc71a22a3a3") + ) + (fp_line + (start -10.85 1.34) + (end -10.89 1.42) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7e14a6ba-72c9-486f-8ebf-f83333348517") + ) + (fp_line + (start -10.85 1.11) + (end -10.84 1.19) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "684829a1-14fb-436a-9093-a9211cbef360") + ) + (fp_line + (start -10.86 3.37) + (end -10.69 3.29) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5404664b-083c-4ae7-9324-834241f1df76") + ) + (fp_line + (start -10.86 3.19) + (end -10.94 3.26) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "bace1c82-95a6-4669-a7e7-5bc2416e7e84") + ) + (fp_line + (start -10.87 1.4) + (end -10.77 1.42) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "91c784cb-86f4-4eb1-9d7f-7df9c50ff534") + ) + (fp_line + (start -10.87 -0.82) + (end -10.79 -0.8) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b1ef00bc-27fd-4f4a-a155-1b738e608b48") + ) + (fp_line + (start -10.87 -5.62) + (end -10.76 -5.54) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "84f23cc9-9d15-4bf2-9356-88729f7800a5") + ) + (fp_line + (start -10.871 5.627) + (end -10.916 5.45) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cdf69da0-bf1d-48b6-92e4-7b762bd4454d") + ) + (fp_line + (start -10.88 1.02) + (end -10.85 1.11) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "51a502e9-5635-4e96-97f0-80e9b324d808") + ) + (fp_line + (start -10.88 -8.4) + (end -10.94 -8.33) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2adf9a42-71f2-422d-9815-628bfa0df6ad") + ) + (fp_line + (start -10.91 2.07) + (end -10.7 2.04) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "72745e37-6398-4523-a0b8-fcae44c9df22") + ) + (fp_line + (start -10.916 5.45) + (end -10.957 5.273) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3eee2221-7af9-4d6a-ba79-a48c3fd1ac35") + ) + (fp_line + (start -10.92 -0.63) + (end -11.09 -0.65) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "245ce96e-de23-4c93-af58-f40e4cd70189") + ) + (fp_line + (start -10.94 3.26) + (end -11.05 3.36) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "67ab6325-5225-42ee-86cc-5aee5e01efce") + ) + (fp_line + (start -10.94 0.92) + (end -10.88 1.02) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa9ed6b5-4e5c-4243-98fd-8dcda9f36d63") + ) + (fp_line + (start -10.94 -8.33) + (end -11.01 -8.24) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fb9b0b15-c800-4199-a9df-1e999ba6a70c") + ) + (fp_line + (start -10.95 4.46) + (end -11.19 4.34) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "61c5e7b9-ec75-459b-8f55-aa6dcdc47663") + ) + (fp_line + (start -10.95 -0.83) + (end -10.87 -0.82) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "07678248-0774-49ca-a377-01b7e220adb6") + ) + (fp_line + (start -10.957 5.273) + (end -10.993 5.099) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "44c331f8-33e4-4ba1-bb1e-3071cc175bfd") + ) + (fp_line + (start -10.98 1.87) + (end -10.79 1.85) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "70e18146-fcad-491b-ae29-6b6b530cc027") + ) + (fp_line + (start -10.98 -3.98) + (end -10.59 -4.18) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e216a3d4-c7c0-40e0-9701-6d206641d342") + ) + (fp_line + (start -10.99 3.41) + (end -10.86 3.37) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "21846961-2a78-4e46-8242-5b4de77ca82d") + ) + (fp_line + (start -10.993 5.099) + (end -11.023 4.932) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b694997-43fc-41fd-818b-681c539b1571") + ) + (fp_line + (start -11 0.84) + (end -10.94 0.92) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "efbd2f04-62a1-49d5-9d60-2e126a66fb46") + ) + (fp_line + (start -11.01 -5.74) + (end -10.87 -5.62) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ebb76e06-409d-47e2-b43c-bf014de25a3d") + ) + (fp_line + (start -11.01 -8.24) + (end -11.09 -8.08) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "cebe7807-269a-438d-9ce8-7474a1e8d4b1") + ) + (fp_line + (start -11.023 4.932) + (end -11.047 4.775) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0e852933-f119-4b7f-a503-b829e02656a9") + ) + (fp_line + (start -11.047 4.775) + (end -11.064 4.631) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "96cc7009-e5c2-4181-9848-d145b9196cc4") + ) + (fp_line + (start -11.05 3.36) + (end -11.15 3.45) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9c9046c-34c5-4cac-9cb3-760e2219db2a") + ) + (fp_line + (start -11.05 1.97) + (end -10.71 1.95) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d32ff0d3-6db2-4544-ab69-6c0b14790da2") + ) + (fp_line + (start -11.062 9.132) + (end -10.84 9.213) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "92ff4797-ba89-46c8-b3a8-8260d960e660") + ) + (fp_line + (start -11.064 4.631) + (end -11.072 4.504) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e208ea3a-d990-4992-b395-c95b18b77f83") + ) + (fp_line + (start -11.07 0.77) + (end -11 0.84) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "aae81720-20e6-4276-a88c-0d6e7e7f9f9d") + ) + (fp_line + (start -11.072 4.504) + (end -11.072 4.396) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "73486422-c87a-4ad4-8fe5-a3ffc70cb20a") + ) + (fp_line + (start -11.08 -0.84) + (end -10.95 -0.83) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "03f16627-7ce3-4e9a-9706-778678e98c1c") + ) + (fp_line + (start -11.09 -0.65) + (end -11.26 -0.65) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd472471-f193-48d5-889c-efd694d3f702") + ) + (fp_line + (start -11.09 -8.08) + (end -11.14 -7.96) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2aa21e55-25c6-4cf4-bd8a-94f164963f6d") + ) + (fp_line + (start -11.13 2.08) + (end -10.91 2.07) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "1613aea2-74ff-456a-8f58-2ae446640750") + ) + (fp_line + (start -11.14 -7.96) + (end -11.17 -7.86) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "bf14984d-f9cd-45a2-a01c-a06d3ed0e284") + ) + (fp_line + (start -11.15 3.45) + (end -10.81 3.26) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "716698ac-ed16-401e-958b-a147596def51") + ) + (fp_line + (start -11.15 3.45) + (end -10.99 3.41) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "988c23bd-6bf9-4ea3-a1d5-3f5ff466a45e") + ) + (fp_line + (start -11.15 0.71) + (end -11.07 0.77) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dcb7ef5d-30e6-47b3-91df-35b8913e714b") + ) + (fp_line + (start -11.15 -5.86) + (end -11.01 -5.74) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f263cfd5-7b24-4140-97ba-078a691115b5") + ) + (fp_line + (start -11.16 1.84) + (end -10.98 1.87) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "63777433-96ab-4b15-8870-c77f38cbb556") + ) + (fp_line + (start -11.16 -3.88) + (end -10.98 -3.98) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0c3dbbcf-98e0-48d2-853d-b67234b32313") + ) + (fp_line + (start -11.17 -7.86) + (end -11.21 -7.75) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "218239a9-f46b-4a60-abfb-8e61afe4c024") + ) + (fp_line + (start -11.19 4.34) + (end -11.37 4.24) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d577f635-837f-4cd5-b539-f043f68e5a8d") + ) + (fp_line + (start -11.2 -0.84) + (end -11.08 -0.84) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "811d06c8-e35a-4323-8e51-11882cc1e2ee") + ) + (fp_line + (start -11.21 -7.75) + (end -11.25 -7.61) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc13dc22-84a0-4f1c-b185-bc18995f27cf") + ) + (fp_line + (start -11.23 1.94) + (end -11.05 1.97) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0fafb5a-7612-49f2-857e-07a48cf36c67") + ) + (fp_line + (start -11.25 -7.61) + (end -11.28 -7.5) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc121f4e-0673-4834-a909-ead2af2c069f") + ) + (fp_line + (start -11.26 0.65) + (end -11.15 0.71) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c29c1e3f-2ce6-4f84-9b87-2633c5cfebc0") + ) + (fp_line + (start -11.26 -0.65) + (end -11.41 -0.62) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c511469e-d1c5-496e-ab1b-d9bdfe9a1e6d") + ) + (fp_line + (start -11.27 -5.99) + (end -11.15 -5.86) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c6fedfa-d124-4a32-aaf9-1170178a9e41") + ) + (fp_line + (start -11.28 2.05) + (end -11.13 2.08) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2a134ab3-6275-4421-945b-c8f4bea31494") + ) + (fp_line + (start -11.28 -6.13) + (end -11.27 -5.99) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "98ff4f6d-a60b-43b0-818a-c3cd573da89f") + ) + (fp_line + (start -11.28 -7.5) + (end -11.36 -7.03) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dca493a0-6eda-488f-a002-b8342b37cfb9") + ) + (fp_line + (start -11.29 -6.27) + (end -11.28 -6.13) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0ecfe0e1-844f-49ac-b5dc-cd55b19a7c78") + ) + (fp_line + (start -11.297 9.034) + (end -11.062 9.132) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5ecea6c7-cbcd-4340-9db8-55b54a886e1e") + ) + (fp_line + (start -11.298 -5.682) + (end -11.11 -5.8) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bcd9d733-3cca-4780-8540-cda4d5f83456") + ) + (fp_line + (start -11.31 -0.83) + (end -11.2 -0.84) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "181135d6-242b-4baf-94b0-054802ef6df0") + ) + (fp_line + (start -11.31 -6.42) + (end -11.29 -6.27) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "1eea39a5-2762-4e3a-8c74-b0e5bc37cc89") + ) + (fp_line + (start -11.325 -6.007) + (end -11.354 -5.974) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "875404be-e359-458a-af29-1bd3403dd55f") + ) + (fp_line + (start -11.325 -6.032) + (end -11.325 -6.007) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "aeef9f8f-2515-46d6-a613-4e8d98d0e468") + ) + (fp_line + (start -11.33 -6.6) + (end -11.31 -6.42) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "24b42847-745f-4b13-9d2d-3ca8b56bc9de") + ) + (fp_line + (start -11.333 -6.082) + (end -11.325 -6.032) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e5e03502-ed28-4743-9af6-23bafe8e639e") + ) + (fp_line + (start -11.34 1.8) + (end -11.16 1.84) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed15d2ab-884d-4309-8fc5-a20c99e91302") + ) + (fp_line + (start -11.348 -6.156) + (end -11.333 -6.082) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "93340c38-8bfd-447a-bf60-be3c6dc860d9") + ) + (fp_line + (start -11.35 -6.75) + (end -11.33 -6.6) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e7e186e0-cb0c-4704-816f-05a9b3696b56") + ) + (fp_line + (start -11.354 -5.974) + (end -11.415 -5.934) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f683b564-906b-42f6-a233-cd22c58657dd") + ) + (fp_line + (start -11.36 0.62) + (end -11.26 0.65) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9599f3c3-e1c5-4ec3-bf30-95ca53eb453b") + ) + (fp_line + (start -11.36 -6.85) + (end -11.35 -6.75) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "07e7e87d-9255-44b7-964c-2876bb9fc44d") + ) + (fp_line + (start -11.36 -6.96) + (end -11.36 -6.85) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "05b39569-aaa4-4273-9b2f-9e1c6ca4bf60") + ) + (fp_line + (start -11.36 -7.04) + (end -11.36 -6.96) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "67cd1818-ab6d-4ba5-a3d8-70afbf35fabc") + ) + (fp_line + (start -11.369 -6.251) + (end -11.348 -6.156) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "539ff21e-64a5-4d0a-a3c6-87ad104f3729") + ) + (fp_line + (start -11.37 4.24) + (end -11.54 4.14) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "694a41fe-e775-441c-bcd9-127b58faffa2") + ) + (fp_line + (start -11.385 -5.593) + (end -11.298 -5.682) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8fac398c-22c9-4741-a001-aab7ea92da04") + ) + (fp_line + (start -11.394 -6.848) + (end -11.404 -6.975) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6db4c715-f604-4ad5-b3e6-77e085153a04") + ) + (fp_line + (start -11.397 -6.366) + (end -11.369 -6.251) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "815a0815-7930-45ec-8d6e-dc110f979c75") + ) + (fp_line + (start -11.4 -0.81) + (end -11.31 -0.83) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f1926e02-3170-4727-853e-1c4f3bbf137d") + ) + (fp_line + (start -11.404 -6.975) + (end -11.413 -7.115) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a6353897-349e-4000-937a-994d7719e8ce") + ) + (fp_line + (start -11.41 -0.62) + (end -11.54 -0.57) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "deee85ef-cb82-4743-a884-4753952d560e") + ) + (fp_line + (start -11.413 -7.115) + (end -11.421 -7.266) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "78a4062b-d2b4-4346-a029-0257bf4c7e99") + ) + (fp_line + (start -11.415 -5.934) + (end -11.504 -5.892) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "013a1c32-db17-4fdf-9087-65b8bebaf5c1") + ) + (fp_line + (start -11.421 -7.266) + (end -11.428 -7.427) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0b264411-5df7-4227-b41c-4ba7687d2096") + ) + (fp_line + (start -11.428 -7.427) + (end -11.433 -7.596) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d67f893e-d62b-44c0-a1ed-06c27930b246") + ) + (fp_line + (start -11.43 -6.498) + (end -11.397 -6.366) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd2d066c-2ff9-43c4-ab8e-a65d2b71b5c1") + ) + (fp_line + (start -11.433 -7.596) + (end -11.438 -7.77) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ea318c4c-2aac-4b16-8f77-376b163fde73") + ) + (fp_line + (start -11.438 -7.77) + (end -11.442 -7.949) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "de044b0e-b1ea-4e31-a233-e607dfa30726") + ) + (fp_line + (start -11.442 -7.949) + (end -11.445 -8.13) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "74bbc32f-8eb0-4d3c-9612-5a45a4c49fbd") + ) + (fp_line + (start -11.445 -8.13) + (end -11.448 -8.312) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1452f510-68cb-471e-a2d7-5f55b38265b4") + ) + (fp_line + (start -11.448 -8.312) + (end -11.449 -8.492) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "949cc60c-3f6b-4495-915a-ef19f31633cf") + ) + (fp_line + (start -11.449 -8.492) + (end -11.451 -8.67) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b30e6612-e5d5-44fe-802a-8ee7b6f86412") + ) + (fp_line + (start -11.451 -8.67) + (end -11.452 -8.842) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2afbd14f-e6ea-4bea-882b-7e9761a0434e") + ) + (fp_line + (start -11.452 -8.842) + (end -11.452 -9.008) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "790aac60-8af7-4c8a-86b0-99f3fe64112a") + ) + (fp_line + (start -11.452 -9.008) + (end -11.452 -9.166) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5a9c0dbe-9c68-4f1b-bb8c-18e35b87c9b2") + ) + (fp_line + (start -11.452 -9.166) + (end -11.452 -9.314) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "23425199-2ac8-404e-b295-8bb0276f526e") + ) + (fp_line + (start -11.452 -9.314) + (end -11.452 -9.449) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e362064-1c5c-469c-8576-28390879d190") + ) + (fp_line + (start -11.452 -9.449) + (end -11.452 -9.571) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc419a21-b30b-44db-8d8a-272c5f8ad6c6") + ) + (fp_line + (start -11.452 -9.571) + (end -11.452 -9.678) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1f347f0-3fa4-4dbd-b2cf-d3082bc4e36a") + ) + (fp_line + (start -11.452 -9.678) + (end -11.451 -9.767) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bba52ae1-2c60-4612-b640-b785ed4cdd7e") + ) + (fp_line + (start -11.462 -5.492) + (end -11.385 -5.593) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "07b7ccce-8895-49f2-b220-e85ac43040b1") + ) + (fp_line + (start -11.467 -6.647) + (end -11.43 -6.498) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3a41f6b2-d64e-4fc9-9c78-62461e28f42c") + ) + (fp_line + (start -11.47 0.62) + (end -11.36 0.62) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7da8efaf-d0d3-4bd4-ace3-f78d8c4be5ba") + ) + (fp_line + (start -11.47 -3.68) + (end -11.16 -3.88) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "89fa7fcb-3c2b-4c1b-b3ed-e2a1cf745f7d") + ) + (fp_line + (start -11.5 1.98) + (end -11.28 2.05) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c2fd4927-8431-4c85-b75d-1336c8306cc2") + ) + (fp_line + (start -11.5 -0.78) + (end -11.4 -0.81) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6bd7efd5-74f5-4b09-8bb7-5762073a2f78") + ) + (fp_line + (start -11.504 -5.892) + (end -11.614 -5.855) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d5316dab-96ab-4569-a34d-520f96a50c86") + ) + (fp_line + (start -11.509 -6.809) + (end -11.467 -6.647) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c8ce7d0f-bd8a-416c-9bb9-339f4090a830") + ) + (fp_line + (start -11.528 -5.381) + (end -11.462 -5.492) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b32ef33-8c7b-417f-9260-1a8773398f8f") + ) + (fp_line + (start -11.53 1.73) + (end -11.34 1.8) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4f0ad253-6758-4fab-a304-5619bb190326") + ) + (fp_line + (start -11.54 4.14) + (end -11.73 4.02) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d86ee7d3-b7d0-400c-a7d2-6d9a947e3d7b") + ) + (fp_line + (start -11.54 -0.57) + (end -11.63 -0.5) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "824bf9be-cd2c-4ab7-8842-76df6ed72469") + ) + (fp_line + (start -11.543 8.919) + (end -11.297 9.034) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd07efd4-24c4-483d-a118-ed58a9223c8c") + ) + (fp_line + (start -11.555 -6.983) + (end -11.509 -6.809) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "92ba8945-0271-4dc3-a102-541bc7646045") + ) + (fp_line + (start -11.57 0.63) + (end -11.47 0.62) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a67f115f-343e-401e-a6fd-6c057cd578a5") + ) + (fp_line + (start -11.585 -5.259) + (end -11.528 -5.381) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3a013e8f-5b12-499b-8d2d-0ad49966db1a") + ) + (fp_line + (start -11.604 -7.167) + (end -11.555 -6.983) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "31ae1ddb-55f8-4875-b94d-87a4d0c86414") + ) + (fp_line + (start -11.61 -3.57) + (end -11.47 -3.68) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "76ff16ff-0d33-4704-b0f8-f9c9f4b3e595") + ) + (fp_line + (start -11.614 -5.855) + (end -11.74 -5.829) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "39f65f62-d48a-4aa3-a9a3-c17d058105fe") + ) + (fp_line + (start -11.62 1.8) + (end -11.23 1.94) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e34767e1-a29c-42c3-8abb-ef0a479b6adf") + ) + (fp_line + (start -11.63 -0.5) + (end -11.71 -0.42) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5ed3eb6e-4113-4e4a-93ef-848547ba49e9") + ) + (fp_line + (start -11.632 -5.128) + (end -11.585 -5.259) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "58b75830-9e39-45c9-8547-367ebee8a907") + ) + (fp_line + (start -11.65 0.66) + (end -11.57 0.63) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "17108590-0e42-43c2-ab9e-625e7b4f94b1") + ) + (fp_line + (start -11.655 -7.359) + (end -11.604 -7.167) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4a8c099c-07ef-47db-b188-6f8b7978d1d4") + ) + (fp_line + (start -11.66 1.68) + (end -11.53 1.73) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddcc8852-5683-4366-8128-1d6ff0a98b06") + ) + (fp_line + (start -11.671 -4.989) + (end -11.632 -5.128) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e6a27cb0-d090-4b8c-9a7b-e787b9ea11b6") + ) + (fp_line + (start -11.673 8.853) + (end -11.543 8.919) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d2b76814-7e11-4ea5-b409-7892e0c8500a") + ) + (fp_line + (start -11.699 -3.572) + (end -11.718 -3.731) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b664cd6-f39e-4636-850d-30ba11a608d8") + ) + (fp_line + (start -11.701 -4.844) + (end -11.671 -4.989) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "20cc5dd3-f607-44c7-ac7e-e7aebd9790dd") + ) + (fp_line + (start -11.708 -7.556) + (end -11.655 -7.359) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2361ed9d-44ac-40c1-ab71-db1419d4ef87") + ) + (fp_line + (start -11.71 1.89) + (end -11.5 1.98) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0669899-5470-43ea-a529-f6722444bf9b") + ) + (fp_line + (start -11.71 -0.42) + (end -11.78 -0.32) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "42ad14a7-9025-4df7-8122-1178f2977a3b") + ) + (fp_line + (start -11.718 -3.731) + (end -11.733 -3.892) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "eba6f904-5352-4ca5-9d68-7095d5553d23") + ) + (fp_line + (start -11.72 0.71) + (end -11.65 0.66) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "049a81eb-a1e0-4ed0-b066-8d01132f517e") + ) + (fp_line + (start -11.723 -4.693) + (end -11.701 -4.844) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d92cfbfa-da4b-4f63-8ad6-7bb6977d4f44") + ) + (fp_line + (start -11.728 6.134) + (end -11.764 6.083) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e1a7683-466d-4d67-bce5-496395f4b0d5") + ) + (fp_line + (start -11.73 4.02) + (end -11.9 3.9) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "91125ed1-04ac-414b-89bd-9ef46367e239") + ) + (fp_line + (start -11.733 -3.892) + (end -11.743 -4.055) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6995beeb-7854-4705-ae35-78174cb5e8c5") + ) + (fp_line + (start -11.738 -4.537) + (end -11.723 -4.693) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "97208e50-b896-4df8-8da4-ea2fc6b46da5") + ) + (fp_line + (start -11.74 -5.829) + (end -11.877 -5.819) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "85762fc6-4dad-4d00-b3f3-d625c47e2b72") + ) + (fp_line + (start -11.743 -4.055) + (end -11.747 -4.217) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "26aff78d-1dc4-4822-8817-49ee707b8453") + ) + (fp_line + (start -11.746 -4.379) + (end -11.738 -4.537) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "66f97120-6c7e-441a-9997-acbf3e610e6e") + ) + (fp_line + (start -11.747 -4.217) + (end -11.746 -4.379) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "03590f33-763d-44e7-bd58-7b869bb7ef20") + ) + (fp_line + (start -11.75 -3.44) + (end -11.61 -3.57) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "97931d4a-7c02-4a9b-a790-a3569eede93c") + ) + (fp_line + (start -11.762 -7.758) + (end -11.708 -7.556) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d6a4f0e-aa68-4d44-9390-8ea258fa2bc4") + ) + (fp_line + (start -11.764 6.083) + (end -11.805 6.009) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a559f63f-b3a0-4b81-aa6a-605d4da47af6") + ) + (fp_line + (start -11.77 1.02) + (end -11.78 0.89) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2be23707-43d6-4159-94ab-fc7f4974c9b7") + ) + (fp_line + (start -11.77 0.79) + (end -11.72 0.71) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "18772a97-fc71-460d-b717-9449db055c90") + ) + (fp_line + (start -11.78 0.89) + (end -11.77 0.79) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "afd20e7b-0c57-49fa-a2aa-4d47f56f629d") + ) + (fp_line + (start -11.78 -0.32) + (end -11.84 -0.21) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4cb4ec2e-02f5-4446-8447-db3933681d2a") + ) + (fp_line + (start -11.8 1.61) + (end -11.66 1.68) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f04153d-9d5e-47af-b99d-bc6a387c9a6f") + ) + (fp_line + (start -11.801 8.782) + (end -11.673 8.853) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "96bdf5ea-ca81-4096-814f-ff6d6aaf3220") + ) + (fp_line + (start -11.805 6.009) + (end -11.848 5.913) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "85a22866-16c5-4384-bc0b-22ed5b68a467") + ) + (fp_line + (start -11.817 -7.962) + (end -11.762 -7.758) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dff28682-682a-4b0a-b26e-2014cb392df5") + ) + (fp_line + (start -11.84 -0.21) + (end -11.9 -0.09) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "05e97569-cb43-4bfe-9c28-ea03e56f9c42") + ) + (fp_line + (start -11.848 5.913) + (end -11.894 5.799) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6150d77e-0e79-4609-a9ad-f39ba34a63b4") + ) + (fp_line + (start -11.86 0.88) + (end -11.77 1.02) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6e58d35e-842e-41f9-b302-a0606bc2c8e5") + ) + (fp_line + (start -11.872 -8.166) + (end -11.817 -7.962) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e2d57c80-00fb-4077-9c97-5541d2825a6b") + ) + (fp_line + (start -11.877 -5.819) + (end -12.017 -5.832) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2bf34b7c-94ca-4ac8-94c5-6312536f342f") + ) + (fp_line + (start -11.89 1.77) + (end -11.71 1.89) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "117b8cf8-9cfc-4fcf-807b-fcc5fb20a42c") + ) + (fp_line + (start -11.894 5.799) + (end -11.941 5.668) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4203b01-a27f-440d-ad64-759637213d6e") + ) + (fp_line + (start -11.9 3.9) + (end -12.07 3.77) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6e2f7fa6-1ee9-4775-917f-ada02dc13bcd") + ) + (fp_line + (start -11.9 0.78) + (end -11.86 0.88) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "44caae53-1a52-43c9-bdd2-601a68a99b9d") + ) + (fp_line + (start -11.9 -0.09) + (end -11.95 0.05) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "89ef2bc0-8232-4be3-b051-e70f2b9027de") + ) + (fp_line + (start -11.91 1.54) + (end -11.8 1.61) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "62cf0a26-9096-4000-923a-60daf3aa23f8") + ) + (fp_line + (start -11.926 -8.368) + (end -11.872 -8.166) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "736f4bca-0539-488f-ab5b-c659fa9836b0") + ) + (fp_line + (start -11.928 8.708) + (end -11.801 8.782) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "30d4a5b8-34e9-412f-9d1a-e616a8a28215") + ) + (fp_line + (start -11.93 0.69) + (end -11.9 0.78) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "da74547b-896f-459c-8aa8-f161d000dade") + ) + (fp_line + (start -11.941 5.668) + (end -11.989 5.523) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "eec607c7-6f4a-49f4-b728-3da8374be4ce") + ) + (fp_line + (start -11.95 0.05) + (end -11.97 0.19) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fedd826e-74ae-4512-8096-f38aaffedb7c") + ) + (fp_line + (start -11.96 0.56) + (end -11.93 0.69) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f009ac58-f532-4e59-a1ec-f6a687be6983") + ) + (fp_line + (start -11.97 1.7) + (end -11.89 1.77) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5bd3fd9a-6dfb-4bec-b754-8acaba09e506") + ) + (fp_line + (start -11.97 0.41) + (end -11.96 0.56) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f5fdbe12-8908-4b4e-99cf-dfba67105b79") + ) + (fp_line + (start -11.97 0.19) + (end -11.98 0.32) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0db2329c-20dc-462b-b20a-ad6f2e2cbe93") + ) + (fp_line + (start -11.979 -8.567) + (end -11.926 -8.368) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4b8fad9-0954-4267-898b-11fce62b39de") + ) + (fp_line + (start -11.98 0.32) + (end -11.97 0.41) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a5e8c014-a02c-48a7-a56b-b148c03b0656") + ) + (fp_line + (start -11.989 5.523) + (end -12.037 5.365) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "aaa13f87-8acd-40d7-bdde-65d39b0b7892") + ) + (fp_line + (start -12.017 -5.832) + (end -12.156 -5.873) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "61e795c9-5bb5-48b3-b7a0-cb64f04c7adc") + ) + (fp_line + (start -12.02 1.54) + (end -11.62 1.8) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a80af2d-ce13-4b11-8a6d-9856813678bd") + ) + (fp_line + (start -12.02 1.45) + (end -11.91 1.54) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e66cdece-4893-4be4-8985-52fc83792731") + ) + (fp_line + (start -12.03 -3.12) + (end -11.75 -3.44) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "effa9ffa-d173-4290-8a92-c5f93d4c73ba") + ) + (fp_line + (start -12.03 -8.759) + (end -11.979 -8.567) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e42b8b80-020c-4fee-b000-fd91abf3966d") + ) + (fp_line + (start -12.037 5.365) + (end -12.085 5.198) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "260f62f6-a6cf-45e0-9208-51504e701f69") + ) + (fp_line + (start -12.055 8.63) + (end -11.928 8.708) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b6670714-a829-420f-8f82-042c74d803a5") + ) + (fp_line + (start -12.07 3.77) + (end -12.23 3.65) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b52c85a5-ff67-4555-aaf4-e70f1c30d55d") + ) + (fp_line + (start -12.07 -2.02) + (end -12.33 -1.89) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "09ee1140-4c75-47e3-aead-8d07ca2decb8") + ) + (fp_line + (start -12.079 -8.944) + (end -12.03 -8.759) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e04409c2-b3ba-460e-bddc-62e0044901c2") + ) + (fp_line + (start -12.085 5.198) + (end -12.131 5.023) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "38c40dcc-c1da-4f6f-a147-01497313c7b0") + ) + (fp_line + (start -12.11 1.59) + (end -11.97 1.7) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dbe43468-eebc-441c-9a62-ca4c32a51ee8") + ) + (fp_line + (start -12.126 -9.119) + (end -12.079 -8.944) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d0a1cd4-a5be-46cc-a28f-17278e9b94e9") + ) + (fp_line + (start -12.131 5.023) + (end -12.174 4.843) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b26d003-7efb-405a-8332-1a189f9d4920") + ) + (fp_line + (start -12.14 1.35) + (end -12.02 1.45) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e2eaff9d-4c94-4311-bec0-a13146b760ca") + ) + (fp_line + (start -12.15 -2.96) + (end -12.03 -3.12) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb6506b0-3912-438a-b6ea-123a23611666") + ) + (fp_line + (start -12.156 -5.873) + (end -12.288 -5.949) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ca12753c-a5f4-49a4-bb14-a01420a86edb") + ) + (fp_line + (start -12.168 -9.283) + (end -12.126 -9.119) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3191783e-5075-4348-8aac-846f923d21cb") + ) + (fp_line + (start -12.174 4.843) + (end -12.216 4.66) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "22312754-c8c2-4400-b598-394e06b2be81") + ) + (fp_line + (start -12.18 8.548) + (end -12.055 8.63) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d7329050-0c4f-4d4d-b156-c34af61257ff") + ) + (fp_line + (start -12.207 -9.432) + (end -12.168 -9.283) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "753c83e3-0e5d-49a7-99fa-14d791ee9328") + ) + (fp_line + (start -12.216 4.66) + (end -12.253 4.476) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3b199d04-ad2b-4bc0-b66c-8629e7796fdd") + ) + (fp_line + (start -12.22 1.49) + (end -12.11 1.59) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd382246-183c-47cd-a1d2-b4a783a36f10") + ) + (fp_line + (start -12.23 3.65) + (end -12.4 3.5) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8a72df0-904a-413a-8147-12e635dec35e") + ) + (fp_line + (start -12.24 -1.74) + (end -12.07 -2.02) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3a77c15f-41c3-499d-9555-62ddb29becbf") + ) + (fp_line + (start -12.24 -9.567) + (end -12.207 -9.432) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "16ea365c-d7f5-4c44-b4c6-7d8ef461a0ca") + ) + (fp_line + (start -12.25 1.22) + (end -12.14 1.35) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c7daa16d-2cdc-48f9-84e1-6fd3b9ab8609") + ) + (fp_line + (start -12.253 4.476) + (end -12.286 4.293) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2d4ba971-ddd9-4f08-ae0a-4bc49faa5143") + ) + (fp_line + (start -12.269 -9.684) + (end -12.24 -9.567) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f6c6b658-1bf6-4c26-b6a1-d4c107527951") + ) + (fp_line + (start -12.286 4.293) + (end -12.314 4.114) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f9c966ae-23e4-43cd-95e1-ebb675260935") + ) + (fp_line + (start -12.288 -5.949) + (end -12.406 -6.065) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "eca73914-6f4b-487c-b8f6-6bedca0fa3fb") + ) + (fp_line + (start -12.291 -9.781) + (end -12.269 -9.684) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b34ce9ce-d270-4842-8d95-94720e40d3ca") + ) + (fp_line + (start -12.305 8.463) + (end -12.18 8.548) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e595c6c4-f51e-40bc-a76d-c0a08bbd62be") + ) + (fp_line + (start -12.314 4.114) + (end -12.336 3.941) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1533b475-c834-40d3-ae2c-55eb46ae810f") + ) + (fp_line + (start -12.33 1.37) + (end -12.22 1.49) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "05c31076-da2c-45da-9c66-4c7e663f0d51") + ) + (fp_line + (start -12.33 -1.89) + (end -12.48 -1.73) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4fe3dbff-9ade-4331-87a1-ea9a258a23f7") + ) + (fp_line + (start -12.33 -2.72) + (end -12.15 -2.96) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c9a40d5d-4fe7-4da0-89eb-466f8c6c321b") + ) + (fp_line + (start -12.336 3.941) + (end -12.352 3.777) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c652bfd-7025-48e8-86f2-beee7cb38bd7") + ) + (fp_line + (start -12.35 -0.24) + (end -12.42 -0.11) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6fe3653d-0c70-4c24-9b09-50a757a60c08") + ) + (fp_line + (start -12.35 -0.24) + (end -12.46 -0.12) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a83a46a9-63ee-4d26-bfce-0ba963092218") + ) + (fp_line + (start -12.35 -1.54) + (end -12.24 -1.74) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "60600ea1-a9e4-471b-8bf1-dc221bd1fd73") + ) + (fp_line + (start -12.352 3.777) + (end -12.361 3.623) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f3642676-ce32-431a-adfa-a8e750bc449d") + ) + (fp_line + (start -12.361 3.623) + (end -12.361 3.481) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ca7eee62-ed2f-41f0-ba4a-5f9abd56ee97") + ) + (fp_line + (start -12.37 1.03) + (end -12.25 1.22) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fcf53a3f-59b9-4ab4-bae0-543d7757d600") + ) + (fp_line + (start -12.4 3.5) + (end -12.55 3.37) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "514ae2b1-96b3-4a21-b8c7-764f8d6a410f") + ) + (fp_line + (start -12.406 -6.065) + (end -12.431 -6.132) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b396834-9f2e-4234-8e77-e2f453053d8c") + ) + (fp_line + (start -12.418 -6.054) + (end -12.657 -6.069) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e00f560-8021-4e81-b35e-f0ec870c4011") + ) + (fp_line + (start -12.42 -0.11) + (end -12.45 0.04) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "bc12d55d-3029-4430-9232-337b1a62028e") + ) + (fp_line + (start -12.428 8.374) + (end -12.305 8.463) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a9fdce30-e0b1-49dc-914c-0573fb33fbc7") + ) + (fp_line + (start -12.43 1.23) + (end -12.33 1.37) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "890d9893-7e60-484a-abe1-7afea6fa8e4b") + ) + (fp_line + (start -12.43 -2.57) + (end -12.33 -2.72) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "79af4db6-baae-4c77-a86f-0586761cb86a") + ) + (fp_line + (start -12.431 -6.132) + (end -12.459 -6.211) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3655f956-9a76-438c-8e5d-c0f5921a3841") + ) + (fp_line + (start -12.44 0.84) + (end -12.37 1.03) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b7cf2839-b1c0-4185-bd2b-8b40d3060ac9") + ) + (fp_line + (start -12.45 0.04) + (end -12.48 0.26) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "67ddd466-4c05-43d1-b9c1-73558050f6fc") + ) + (fp_line + (start -12.459 -6.211) + (end -12.49 -6.302) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a66bd857-144e-4ab0-ab7a-3c10ed80cb1e") + ) + (fp_line + (start -12.46 -0.12) + (end -12.54 0.04) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f19e33ae-597f-4b9a-8f2d-c4d9c6bead68") + ) + (fp_line + (start -12.48 0.99) + (end -12.02 1.54) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7cea007c-3280-4e58-94e8-fd0f1c985899") + ) + (fp_line + (start -12.48 0.62) + (end -12.44 0.84) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f1da6dec-d569-4cfe-b70b-354611bf1d93") + ) + (fp_line + (start -12.48 0.26) + (end -12.49 0.45) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b798044-1ece-4731-8e5b-91c47e4f5d0a") + ) + (fp_line + (start -12.48 -1.73) + (end -12.65 -1.56) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4c92833e-b01f-4974-b990-2d70f23eadc4") + ) + (fp_line + (start -12.49 0.45) + (end -12.48 0.62) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "69ab893d-e72a-4903-8a42-16f6b5eb229b") + ) + (fp_line + (start -12.49 -1.26) + (end -12.35 -1.54) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a5cff95b-ff4c-4ebd-a886-b64b2a629dfb") + ) + (fp_line + (start -12.49 -6.302) + (end -12.522 -6.403) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "050ccb9c-c92e-4885-96ad-3c8ee62baa70") + ) + (fp_line + (start -12.5 -0.06) + (end -12.62 -0.15) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe1bd8e9-7e87-4635-aee4-ff9ac1345deb") + ) + (fp_line + (start -12.52 1.06) + (end -12.43 1.23) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "27260fd1-7e11-444d-9206-9db48718c252") + ) + (fp_line + (start -12.522 -6.403) + (end -12.557 -6.514) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c31b0de8-04f3-4322-ac80-83337fa9be21") + ) + (fp_line + (start -12.54 0.04) + (end -12.58 0.15) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f4708d09-7ba1-402c-9e48-47aea89c0016") + ) + (fp_line + (start -12.55 8.281) + (end -12.428 8.374) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "713e4d09-6cf1-49fc-bf2e-c643eb7890b8") + ) + (fp_line + (start -12.55 3.37) + (end -12.66 3.26) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ca9af257-407b-4fa6-90c5-8313bc030faa") + ) + (fp_line + (start -12.55 0.32) + (end -12.48 0.99) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9fd2c636-f5cd-47e5-bbbc-56f7c25ff6b0") + ) + (fp_line + (start -12.55 -2.41) + (end -12.43 -2.57) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d92867dc-3e98-46a9-a48e-3161efe31b10") + ) + (fp_line + (start -12.557 -6.514) + (end -12.594 -6.635) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "df48a6c9-82c3-4d2f-b81e-04590b6597d8") + ) + (fp_line + (start -12.56 0.96) + (end -12.7 0.98) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "06a29087-be12-4782-ab0c-68019175faac") + ) + (fp_line + (start -12.579 5.627) + (end -12.6 5.53) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0e11718f-21aa-474d-9bf4-88d875870740") + ) + (fp_line + (start -12.58 0.89) + (end -12.52 1.06) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3b61ba43-a744-4e60-91dd-12af0722c056") + ) + (fp_line + (start -12.58 0.15) + (end -12.62 0.32) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f1123692-e88c-4735-9dea-b1b05fe89dfa") + ) + (fp_line + (start -12.58 -1.06) + (end -12.49 -1.26) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "048ad1d5-0daa-43af-83fc-460c468159ce") + ) + (fp_line + (start -12.59 -2.35) + (end -12.55 -2.41) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f04224a8-ae30-44b3-a012-c883be8c361b") + ) + (fp_line + (start -12.594 -6.635) + (end -12.632 -6.764) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a6e0def8-4f4c-4324-b688-07d61c9eec31") + ) + (fp_line + (start -12.6 5.53) + (end -12.623 5.409) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3afae848-3ba1-40f3-a73d-cfa98c2ff8b2") + ) + (fp_line + (start -12.61 0.76) + (end -12.58 0.89) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a060e16f-f275-448b-8fa2-1c2b832ead39") + ) + (fp_line + (start -12.62 0.32) + (end -12.63 0.43) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a4d743e5-4d99-4f49-8c16-51449c411a94") + ) + (fp_line + (start -12.62 -0.15) + (end -12.79 -0.23) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b7529180-b981-4b46-93d8-91bc4911cdab") + ) + (fp_line + (start -12.623 5.409) + (end -12.647 5.269) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "97972d9a-c8ac-431f-b1f4-0da8477b5639") + ) + (fp_line + (start -12.63 0.61) + (end -12.61 0.76) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "27ab07ca-24f6-4b98-9e32-937f5364edd2") + ) + (fp_line + (start -12.63 0.43) + (end -12.63 0.61) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "79cb8c11-b1cf-43c7-a62f-48509fedf1ce") + ) + (fp_line + (start -12.632 -6.764) + (end -12.672 -6.901) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8e238b6-5437-4b14-9ba7-0337f0b828ab") + ) + (fp_line + (start -12.64 0.45) + (end -12.89 0.41) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ba1ab41c-bcc1-4114-96ed-6de21e86cec1") + ) + (fp_line + (start -12.647 5.269) + (end -12.672 5.113) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1ed7574f-dfd9-48ef-889b-e65459b62f49") + ) + (fp_line + (start -12.65 -1.56) + (end -12.95 -1.22) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "81172fbc-f24e-4173-965f-d88ed2c48035") + ) + (fp_line + (start -12.65 -2.35) + (end -12.59 -2.35) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "37fed5f7-4342-43d4-8e52-4cb994a65b60") + ) + (fp_line + (start -12.657 -6.069) + (end -12.857 -6.095) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b6f980e-ea4f-4b84-b3d3-77fe02511849") + ) + (fp_line + (start -12.66 3.26) + (end -12.78 3.15) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb081485-e2b1-4818-82d4-d89be29e0cf2") + ) + (fp_line + (start -12.66 -0.84) + (end -12.58 -1.06) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3945bbe9-fa16-48fb-a830-b6e58168c3db") + ) + (fp_line + (start -12.671 8.186) + (end -12.55 8.281) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8f0c1305-7bd7-41b0-a77d-0a9232a17e2e") + ) + (fp_line + (start -12.672 5.113) + (end -12.697 4.943) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "27b32d30-a0e6-48e4-8f63-c61987047d29") + ) + (fp_line + (start -12.672 -6.901) + (end -12.713 -7.046) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a560f403-c7e0-4d97-9b6c-c5351bebb237") + ) + (fp_line + (start -12.697 4.943) + (end -12.722 4.763) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "40415c49-a61c-4fd6-a3e4-d55a8f8b8c4e") + ) + (fp_line + (start -12.7 0.98) + (end -12.81 1.01) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "34b6b129-a76c-4a62-91cc-2743f5f4b2c4") + ) + (fp_line + (start -12.713 -7.046) + (end -12.755 -7.197) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5cfe5589-d53d-4797-82e8-c31b86c5fbb8") + ) + (fp_line + (start -12.722 4.763) + (end -12.748 4.576) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bead2789-cf29-4cdd-ad3a-a7fd6922e223") + ) + (fp_line + (start -12.73 -0.61) + (end -12.66 -0.84) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "06c9fff9-d234-4acc-8340-4f6ddcba6a9a") + ) + (fp_line + (start -12.748 4.576) + (end -12.772 4.385) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d5ad3607-7629-4f44-bfe3-a3b510cd5b14") + ) + (fp_line + (start -12.75 -2.35) + (end -12.65 -2.35) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c4d478b4-b5a6-43c6-843f-26702f99ff1d") + ) + (fp_line + (start -12.755 -7.197) + (end -12.798 -7.353) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "502090da-c5a3-4316-9f8a-2de92274b2b8") + ) + (fp_line + (start -12.77 -0.46) + (end -12.73 -0.61) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8e3c7592-f609-41c4-a633-9cb7fa93b36f") + ) + (fp_line + (start -12.772 4.385) + (end -12.796 4.194) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb5eb8e7-f7ba-4f62-8bfe-a6dd2b84605e") + ) + (fp_line + (start -12.78 3.15) + (end -12.91 3.02) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a52727ba-c795-46c8-abd8-04003e3b5d32") + ) + (fp_line + (start -12.786 -6.756) + (end -12.877 -6.682) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7614d1b3-3ead-4914-90b1-e5e05187dd06") + ) + (fp_line + (start -12.79 8.087) + (end -12.671 8.186) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "64bbd1a8-b20b-4d12-891d-7b53b4a0334a") + ) + (fp_line + (start -12.796 4.194) + (end -12.818 4.005) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "79e1811e-908a-4ac6-a9ea-8cf4bbc9a51d") + ) + (fp_line + (start -12.798 -7.353) + (end -12.84 -7.515) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bf046f55-cad5-4e6d-8fc5-1978a2a4f4dc") + ) + (fp_line + (start -12.81 1.01) + (end -12.95 1.05) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "975ff309-e329-4b51-a1c6-9bae2657c1a6") + ) + (fp_line + (start -12.818 4.005) + (end -12.838 3.821) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1dfde70-d9fc-446f-93d2-31e0ac9baaa9") + ) + (fp_line + (start -12.838 3.821) + (end -12.857 3.647) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "92786ddd-53cc-4458-af25-eb5a2b46154e") + ) + (fp_line + (start -12.84 -0.12) + (end -12.77 -0.46) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9fb424fe-4f6c-4d22-8792-3bb91a9b6a60") + ) + (fp_line + (start -12.84 -7.515) + (end -12.884 -7.682) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5bd9bd00-e17c-4137-8daf-974f4e7eb479") + ) + (fp_line + (start -12.85 -2.35) + (end -12.75 -2.35) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7243eb0d-2759-4180-82f4-00ea24b88636") + ) + (fp_line + (start -12.857 3.647) + (end -12.873 3.484) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "50d092a1-cb48-4b36-9419-53ddb3f8fa14") + ) + (fp_line + (start -12.857 -6.095) + (end -13.01 -6.124) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a9c3bdaa-fab4-451c-a38a-fd9d9b673d6c") + ) + (fp_line + (start -12.873 3.484) + (end -12.886 3.337) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ceb65f05-08ce-47e9-8a7e-aa1335099416") + ) + (fp_line + (start -12.877 -6.682) + (end -12.956 -6.594) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f2d404b6-1993-4de0-b78d-3ca9612287c7") + ) + (fp_line + (start -12.88 0.11) + (end -12.84 -0.12) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "378d878c-684c-4413-91f7-56517fc1da45") + ) + (fp_line + (start -12.884 -7.682) + (end -12.927 -7.852) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0886377c-acad-41ba-a045-1d436eadaaab") + ) + (fp_line + (start -12.886 3.337) + (end -12.896 3.208) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5a5b7060-983c-4989-878e-3126720e998d") + ) + (fp_line + (start -12.892 -3.791) + (end -12.897 -3.645) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d1d67aa-bd89-4416-8ff1-ea3aed8edbd3") + ) + (fp_line + (start -12.894 -3.937) + (end -12.892 -3.791) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a07f1e79-1d7d-4a07-b840-3da61e06e5e0") + ) + (fp_line + (start -12.896 3.208) + (end -12.902 3.1) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed92ba08-98ec-48df-9584-41c899a43f78") + ) + (fp_line + (start -12.897 -3.645) + (end -12.91 -3.499) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ff3f0dce-48a8-4a4e-9a85-b6808253807b") + ) + (fp_line + (start -12.902 3.1) + (end -12.905 3.017) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c55c653-303a-4aa1-b520-46d1ee447caa") + ) + (fp_line + (start -12.904 -4.085) + (end -12.894 -3.937) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8fecaef3-3ec3-48db-b92b-42aba82b3c34") + ) + (fp_line + (start -12.908 7.985) + (end -12.79 8.087) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9c1c6f8-c198-49f9-bff0-eab2393a0053") + ) + (fp_line + (start -12.91 3.02) + (end -12.93 2.69) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "55cd752b-c945-4ee3-943d-9a764cf13c98") + ) + (fp_line + (start -12.91 0.32) + (end -12.88 0.11) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "12b00521-7c4e-40ed-8476-41166bc98232") + ) + (fp_line + (start -12.91 -3.499) + (end -12.929 -3.354) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "42921c6f-25e8-4512-9139-83b5b81397a7") + ) + (fp_line + (start -12.922 -4.233) + (end -12.904 -4.085) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "94f92a53-a887-4e67-921d-9685969e3c14") + ) + (fp_line + (start -12.927 -7.852) + (end -12.969 -8.025) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fb6ae0ae-5f09-42f3-a277-43e9524a252b") + ) + (fp_line + (start -12.929 -3.354) + (end -12.955 -3.209) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9c7258e-64f4-44a0-b9ed-474106f56c42") + ) + (fp_line + (start -12.93 2.69) + (end -12.95 2.33) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae57a25c-90b2-489d-a892-baf3543d30b1") + ) + (fp_line + (start -12.94 0.59) + (end -12.91 0.32) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "0771d364-a669-462b-8c26-3e56d6fd2b2c") + ) + (fp_line + (start -12.94 -2.34) + (end -12.85 -2.35) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "84a7fc7b-5bd9-45c8-89b5-3a5bcad31a54") + ) + (fp_line + (start -12.945 -6.703) + (end -12.786 -6.756) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "56b75d3c-fa69-4f57-9aa5-64cfbf200c32") + ) + (fp_line + (start -12.948 -4.382) + (end -12.922 -4.233) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5841a60a-7434-4694-9b2f-60c2321b8bd0") + ) + (fp_line + (start -12.95 2.33) + (end -12.97 1.79) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5839a4ee-743d-44ba-92fc-43f59394a1eb") + ) + (fp_line + (start -12.95 -1.22) + (end -13.16 -0.97) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a023770-9607-43f4-98b6-819a42a13144") + ) + (fp_line + (start -12.955 -3.209) + (end -12.987 -3.064) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "26584013-aa69-4f6e-9469-cf96829118fe") + ) + (fp_line + (start -12.956 -6.594) + (end -13.023 -6.495) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8d258870-19f3-4d71-9a3d-1390358a4e5a") + ) + (fp_line + (start -12.96 0.96) + (end -12.94 0.59) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6b27d8b2-ee0e-419a-8cca-494e0b743c57") + ) + (fp_line + (start -12.969 -8.025) + (end -13.011 -8.2) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e1640c92-0a7b-4990-ae42-e9436c2a460d") + ) + (fp_line + (start -12.97 1.79) + (end -12.97 1.25) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "bcb3df34-74ce-4a88-a925-e228ed093aaf") + ) + (fp_line + (start -12.97 1.25) + (end -12.96 0.96) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8fe65e92-8ad0-4c44-9f8d-c997fb37f7c6") + ) + (fp_line + (start -12.983 -4.532) + (end -12.948 -4.382) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "39549a53-fe72-4509-a12d-de170bbf0433") + ) + (fp_line + (start -12.987 -3.064) + (end -13.025 -2.919) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9209bac-cc1b-4bd5-9b0c-8896b0dbce47") + ) + (fp_line + (start -13.01 -6.124) + (end -13.108 -6.147) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "81d7db25-c179-4d9d-b74b-6c074422c80f") + ) + (fp_line + (start -13.011 -8.2) + (end -13.053 -8.377) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0454b0ed-4e94-46b1-9058-7210ddee62e4") + ) + (fp_line + (start -13.02 -1.79) + (end -12.93 -1.82) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0f67d00-898d-4d86-831c-879d20ea58d1") + ) + (fp_line + (start -13.023 -6.495) + (end -13.079 -6.384) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f80a85fd-e6d4-41d6-ba9f-12f575651e85") + ) + (fp_line + (start -13.025 7.881) + (end -12.908 7.985) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0c5561a-ecf5-4fb9-9963-743c221a8335") + ) + (fp_line + (start -13.025 -2.919) + (end -13.068 -2.774) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "14b6a088-e29e-4f65-bb62-fd783c1ab88e") + ) + (fp_line + (start -13.028 -4.684) + (end -12.983 -4.532) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "71c1b4b1-fe29-4ef4-89f5-de4386e105a9") + ) + (fp_line + (start -13.053 -8.377) + (end -13.093 -8.555) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "794e55a0-75fe-436a-8b64-c2f248c65f18") + ) + (fp_line + (start -13.068 -2.774) + (end -13.117 -2.628) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6b4ae552-c3dc-4d02-ab1a-556e15ae247d") + ) + (fp_line + (start -13.07 -2.31) + (end -12.94 -2.34) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "52eb69d9-05dd-4db7-bb13-e7fdbccb6632") + ) + (fp_line + (start -13.079 -4.857) + (end -13.028 -4.684) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4035093c-8c14-4085-bfea-fcb41c163f69") + ) + (fp_line + (start -13.079 -6.384) + (end -13.125 -6.262) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddb83956-0781-4967-adf3-cb27a82b32ef") + ) + (fp_line + (start -13.09 -1.76) + (end -13.02 -1.79) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c767b374-7106-4464-9a46-293eb217d465") + ) + (fp_line + (start -13.091 -6.642) + (end -12.945 -6.703) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e525b640-a490-46b0-aa2a-5838f1d12b7d") + ) + (fp_line + (start -13.093 -8.555) + (end -13.132 -8.734) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c5b3284-d7e2-4069-8087-eaf4a8346272") + ) + (fp_line + (start -13.108 -6.147) + (end -13.143 -6.157) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b6a8d92-8f02-4344-a7df-ac07f7a6431e") + ) + (fp_line + (start -13.117 -2.628) + (end -13.171 -2.482) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8157d0c3-4115-4fef-882d-18ff9f3b1e49") + ) + (fp_line + (start -13.121 -5.029) + (end -13.079 -4.857) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "94865570-11cc-4b49-8ee4-db024780b3ae") + ) + (fp_line + (start -13.125 -6.262) + (end -13.159 -6.131) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ab2c56a-308f-45dd-b534-f28d44e59352") + ) + (fp_line + (start -13.132 -8.734) + (end -13.17 -8.912) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "752fa345-d8be-4e99-aad1-e88671f99643") + ) + (fp_line + (start -13.14 7.773) + (end -13.025 7.881) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf6465a5-cdc8-43ab-af6a-066f3abc4788") + ) + (fp_line + (start -13.155 -5.199) + (end -13.121 -5.029) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "58518ef0-9375-45b7-b518-1100f14f6963") + ) + (fp_line + (start -13.159 -6.131) + (end -13.183 -5.991) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "afd59d07-bfd6-4bc9-8176-e0ddec1872a1") + ) + (fp_line + (start -13.16 -0.97) + (end -13.27 -0.82) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "25f0552e-e11c-44a2-829b-0ccf4f160607") + ) + (fp_line + (start -13.16 -1.72) + (end -13.09 -1.76) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ed10cf49-3728-47fc-ad8f-3d2a7ebae505") + ) + (fp_line + (start -13.16 -2.28) + (end -13.07 -2.31) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ab98ccd-8a88-4127-bdc9-df594bbf05d4") + ) + (fp_line + (start -13.17 -8.912) + (end -13.206 -9.088) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "37e843e9-2538-4a91-9a9b-f536fa0a9e84") + ) + (fp_line + (start -13.171 -2.482) + (end -13.229 -2.335) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1d3dd843-278a-491c-aee7-c4ca56549357") + ) + (fp_line + (start -13.18 -5.366) + (end -13.155 -5.199) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4cb674e3-7fd0-4bdf-83d4-7b2424e2e5c0") + ) + (fp_line + (start -13.183 -5.991) + (end -13.197 -5.844) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f254f8e4-0eca-46a4-a3de-477f70bd6ec4") + ) + (fp_line + (start -13.195 -5.531) + (end -13.18 -5.366) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "75fcab2b-759b-4221-b3ed-5bcbea1afb05") + ) + (fp_line + (start -13.197 -5.844) + (end -13.201 -5.69) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4ed59335-4075-4e12-a596-bab87aafc796") + ) + (fp_line + (start -13.2 5.881) + (end -13.243 5.829) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4d4c722c-847e-4f75-bf0d-16ad704831ef") + ) + (fp_line + (start -13.201 -5.69) + (end -13.195 -5.531) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "389820b3-dc0f-41a8-9487-f37594ec848d") + ) + (fp_line + (start -13.206 -9.088) + (end -13.239 -9.263) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8d33a8d3-c5cc-40b4-ba71-6923d60927e2") + ) + (fp_line + (start -13.225 -6.574) + (end -13.091 -6.642) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b0b2e9d-7b62-4d86-ba92-8de66c2be81f") + ) + (fp_line + (start -13.229 -2.335) + (end -13.292 -2.187) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a3c07522-2d1f-4d1c-a6e5-18097136531a") + ) + (fp_line + (start -13.23 -1.65) + (end -13.16 -1.72) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "7474435c-27e8-4a39-84b9-efe9d8235613") + ) + (fp_line + (start -13.239 -9.263) + (end -13.271 -9.435) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "677a1070-c11b-49a9-8186-12e0a3e880b1") + ) + (fp_line + (start -13.243 5.829) + (end -13.286 5.769) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "745a27e0-733b-4d2b-b0f0-d4c1457e893e") + ) + (fp_line + (start -13.254 7.664) + (end -13.14 7.773) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "89d9af53-e698-40c4-8ab2-a44fdf0a4c6c") + ) + (fp_line + (start -13.27 -0.82) + (end -13.36 -0.69) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2dd0add1-9a95-4b8c-a47a-bb7c827bbb1c") + ) + (fp_line + (start -13.271 -9.435) + (end -13.3 -9.605) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "92cf4db4-2dba-4763-9cd8-3c7f8aff8f24") + ) + (fp_line + (start -13.286 5.769) + (end -13.328 5.7) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "25c0c83a-69e4-4bb3-a4ba-e35ba5e17f0f") + ) + (fp_line + (start -13.29 -1.59) + (end -13.23 -1.65) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d55bd6d0-3dd4-4415-832b-0acecc2890ca") + ) + (fp_line + (start -13.29 -2.22) + (end -13.16 -2.28) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f3c7c7b-952a-4c09-b23f-5b10f026f34c") + ) + (fp_line + (start -13.3 -9.605) + (end -13.326 -9.77) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "418a0e9c-c95f-4d4a-a88f-ec13faf3303c") + ) + (fp_line + (start -13.328 5.7) + (end -13.369 5.622) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6f52f85c-aac3-4a99-8226-7744ad08fdc3") + ) + (fp_line + (start -13.34 -1.53) + (end -13.29 -1.59) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ba4b9df0-26df-428a-b87a-cb6a6b17587e") + ) + (fp_line + (start -13.346 -6.499) + (end -13.225 -6.574) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ba54b977-6e85-4849-863a-8aba90c0983f") + ) + (fp_line + (start -13.36 -0.69) + (end -13.5 -0.47) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "8efb4ac1-5730-4dda-97f5-8467abb9129c") + ) + (fp_line + (start -13.366 7.551) + (end -13.254 7.664) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "824a1256-25d4-4c20-968f-40a07210c698") + ) + (fp_line + (start -13.369 5.622) + (end -13.41 5.537) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "42795956-f125-4166-860d-4316fe3791b8") + ) + (fp_line + (start -13.37 -2.17) + (end -13.29 -2.22) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b85e7fcc-fcb8-4f3f-b9d9-a567574ce4fb") + ) + (fp_line + (start -13.39 -1.46) + (end -13.34 -1.53) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fba77be3-0033-48c6-9180-70b1821df298") + ) + (fp_line + (start -13.4 -0.94) + (end -13.4 -1) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6115d08d-ef27-4828-8c89-a6e903cffdaa") + ) + (fp_line + (start -13.4 -1) + (end -13.41 -1.06) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e577afa2-1c52-4e68-895a-b4c7f4efbfd1") + ) + (fp_line + (start -13.41 5.537) + (end -13.45 5.443) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c7699973-e377-4c8c-8edc-6474ca187ece") + ) + (fp_line + (start -13.41 -0.87) + (end -13.4 -0.94) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "2bcb8eff-5353-49d7-940f-1af0870f1ac9") + ) + (fp_line + (start -13.41 -1.06) + (end -13.43 -1.14) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f5353591-704c-4807-a94a-1731cc459740") + ) + (fp_line + (start -13.43 -1.14) + (end -13.44 -1.2) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "07e4ffe7-a231-410f-8aa1-cd8347b537a5") + ) + (fp_line + (start -13.43 -1.37) + (end -13.39 -1.46) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0513d50-b001-43f1-81c8-191e60f750b2") + ) + (fp_line + (start -13.44 -1.2) + (end -13.44 -1.29) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4be9bcff-98b2-46ca-809c-98605f99802f") + ) + (fp_line + (start -13.44 -1.29) + (end -13.43 -1.37) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "24c1c334-4100-406a-88c9-ddba1e9d3400") + ) + (fp_line + (start -13.45 5.443) + (end -13.489 5.342) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "10df6e07-cc84-4b25-a71b-19a35b4b40da") + ) + (fp_line + (start -13.456 -6.417) + (end -13.346 -6.499) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f37be837-3bee-4441-b239-c214f98ba58a") + ) + (fp_line + (start -13.46 -2.11) + (end -13.37 -2.17) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9d701cfb-72eb-49e5-b06c-a0a537ec2982") + ) + (fp_line + (start -13.47 -0.74) + (end -13.41 -0.87) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "656d53ce-f566-445c-b0e6-a23f4f7c85c3") + ) + (fp_line + (start -13.477 7.437) + (end -13.366 7.551) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "08601885-ffd0-426c-9b07-2dc479593fb1") + ) + (fp_line + (start -13.489 5.342) + (end -13.527 5.234) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e1b0380f-01af-4f4c-986f-502b633a3c03") + ) + (fp_line + (start -13.5 -0.47) + (end -13.62 -0.26) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "04ecc5b9-1245-4cd5-a81b-6d27476f97b6") + ) + (fp_line + (start -13.52 -0.66) + (end -13.47 -0.74) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "af3133d6-3567-4a5e-85de-7a388c670552") + ) + (fp_line + (start -13.527 5.234) + (end -13.564 5.119) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e02b47af-92a8-4b6e-841f-f88d0fa73eb7") + ) + (fp_line + (start -13.54 -2.05) + (end -13.46 -2.11) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "40aaa59f-8dcd-4cd6-9868-6ce419e8ad14") + ) + (fp_line + (start -13.555 -6.329) + (end -13.456 -6.417) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f6e226e-a567-408b-beb0-c8a8e2ec508f") + ) + (fp_line + (start -13.564 5.119) + (end -13.6 4.998) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "65908b01-f0a0-46e1-84f2-bf49d46af2a7") + ) + (fp_line + (start -13.58 -0.6) + (end -13.52 -0.66) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "104e71da-dfca-45be-b72b-a07760a6df68") + ) + (fp_line + (start -13.584 -6.368) + (end -13.552 -6.343) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d6962950-4b71-4ba8-ac78-7b9bfb3edf70") + ) + (fp_line + (start -13.586 7.32) + (end -13.477 7.437) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "785187eb-3061-4043-a954-4178556793a1") + ) + (fp_line + (start -13.6 4.998) + (end -13.634 4.871) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "899d6960-0494-4e8f-9091-802503c02d1b") + ) + (fp_line + (start -13.614 -3.614) + (end -13.667 -3.723) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "13d0922b-6304-4dca-bf30-664d82859d66") + ) + (fp_line + (start -13.62 -0.26) + (end -13.7 -0.08) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4aa05282-739f-4be5-b861-04abac698d96") + ) + (fp_line + (start -13.62 -1.98) + (end -13.54 -2.05) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e69003da-ee45-47fd-a7b8-43f97b6fde29") + ) + (fp_line + (start -13.634 4.871) + (end -13.668 4.737) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "94a21413-9821-4587-923e-f37548a5150a") + ) + (fp_line + (start -13.643 -6.235) + (end -13.555 -6.329) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ff667a13-f89b-40a5-99a3-00684de2da09") + ) + (fp_line + (start -13.65 -0.57) + (end -13.58 -0.6) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "bb101303-688e-47cd-94d7-3f017d5bbc1b") + ) + (fp_line + (start -13.667 -3.723) + (end -13.717 -3.836) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "07e820f6-5352-4622-89c6-9dc8d877ae52") + ) + (fp_line + (start -13.668 4.737) + (end -13.7 4.598) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9e2ad25e-29e1-4c10-8e33-16d30c4ff9b9") + ) + (fp_line + (start -13.673 -6.434) + (end -13.584 -6.368) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b56f428-76c6-47f4-814c-d4162e003c52") + ) + (fp_line + (start -13.69 -1.91) + (end -13.62 -1.98) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b25d305d-f454-4595-910d-184c3b47ae06") + ) + (fp_line + (start -13.693 7.201) + (end -13.586 7.32) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b0b40da2-8918-4f0b-b11b-1408b929feb5") + ) + (fp_line + (start -13.7 4.598) + (end -13.73 4.454) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c5ef9b89-6cfe-4b79-a0bb-48d12c79b541") + ) + (fp_line + (start -13.7 -0.08) + (end -13.79 0.08) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0320f27-0744-407b-87d8-0c108bce1795") + ) + (fp_line + (start -13.717 -3.836) + (end -13.765 -3.952) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "08895aac-0eaf-4885-9893-39d7cbab257b") + ) + (fp_line + (start -13.72 -0.56) + (end -13.65 -0.57) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "a2e558f5-613f-46e9-9cf9-2bb36cf255b2") + ) + (fp_line + (start -13.72 -6.137) + (end -13.643 -6.235) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4ab287b0-f7e5-4d54-ac56-3885f4c05418") + ) + (fp_line + (start -13.73 4.454) + (end -13.759 4.305) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b84db75-decc-418f-80b8-9703cc547aae") + ) + (fp_line + (start -13.759 4.305) + (end -13.787 4.152) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4e944601-14c5-4478-a9d6-8d2ad19dcc43") + ) + (fp_line + (start -13.76 -1.83) + (end -13.69 -1.91) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "e483f698-f72e-4267-b2e6-53386eaa9d25") + ) + (fp_line + (start -13.762 0.119) + (end -13.724 -0.046) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "af5a6355-b37d-4130-98e5-c563dae6ea34") + ) + (fp_line + (start -13.765 -3.952) + (end -13.809 -4.072) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "251bbd6b-00ad-4956-8621-28b4b522b62b") + ) + (fp_line + (start -13.78 -0.56) + (end -13.72 -0.56) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "d87cc3e6-70e4-41ba-bfa9-1612995ab3dd") + ) + (fp_line + (start -13.787 4.152) + (end -13.812 3.994) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f22aae5d-f6eb-438b-9ba4-dcb7ba01f85f") + ) + (fp_line + (start -13.787 -6.033) + (end -13.72 -6.137) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "de673e63-5f43-4989-8aea-860e28e93f50") + ) + (fp_line + (start -13.79 0.08) + (end -13.91 0.03) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "29294d56-41f1-4ba6-be62-297226dcdbdf") + ) + (fp_line + (start -13.796 0.287) + (end -13.762 0.119) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ecb190c3-7d33-4f9e-917d-98f2e006b7de") + ) + (fp_line + (start -13.799 7.081) + (end -13.693 7.201) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3bdc61da-fd87-4d91-ae6a-f160ef1e6b25") + ) + (fp_line + (start -13.805 -6.532) + (end -13.673 -6.434) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "321c97ce-037e-4926-8c05-7be14a63f7fd") + ) + (fp_line + (start -13.809 -4.072) + (end -13.85 -4.194) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8699357b-081e-4490-9c44-11d25a40de14") + ) + (fp_line + (start -13.812 3.994) + (end -13.836 3.833) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d7fccf28-3bfa-4b51-bf91-5d4755a0686e") + ) + (fp_line + (start -13.827 0.458) + (end -13.796 0.287) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "04b78285-4974-4fa0-8f4e-46d399f5727c") + ) + (fp_line + (start -13.836 3.833) + (end -13.858 3.668) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0af1aa5-82ff-4825-8836-86496e7db65f") + ) + (fp_line + (start -13.84 -1.71) + (end -13.76 -1.83) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ca1ed9ca-0cff-4782-8c33-4386bceb5f4f") + ) + (fp_line + (start -13.845 -5.925) + (end -13.787 -6.033) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4bb129a-27c6-47af-a65b-1d062a176af1") + ) + (fp_line + (start -13.85 -0.57) + (end -13.78 -0.56) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "b367d731-810d-4dbe-aa2e-ab2616fc23ec") + ) + (fp_line + (start -13.85 -4.194) + (end -13.888 -4.318) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "eccdf86f-23ac-4077-b13e-27dc356e9a70") + ) + (fp_line + (start -13.854 0.631) + (end -13.827 0.458) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c3f6c24d-368b-47d2-9a0a-d716bb140344") + ) + (fp_line + (start -13.858 3.668) + (end -13.878 3.499) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "01106a52-6b7d-40fd-b165-c927be1f6a1d") + ) + (fp_line + (start -13.878 3.499) + (end -13.895 3.328) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "37e43d63-cb41-40f8-97c4-4ee588727924") + ) + (fp_line + (start -13.878 0.807) + (end -13.854 0.631) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b2de1057-44b4-4b1a-b3d7-c19d3cd25553") + ) + (fp_line + (start -13.888 -4.318) + (end -13.921 -4.444) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0164702-426e-4c87-abe5-fbfeda4c6ede") + ) + (fp_line + (start -13.893 -5.813) + (end -13.845 -5.925) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "60e61964-6ea7-468c-b4d5-c464c2964fb4") + ) + (fp_line + (start -13.895 3.328) + (end -13.911 3.154) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9fb044e3-00d4-4901-9cd7-c364c152358f") + ) + (fp_line + (start -13.898 0.985) + (end -13.878 0.807) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e16a8ef9-72be-44ea-a34c-71d53d6ff2bf") + ) + (fp_line + (start -13.9 -0.6) + (end -13.85 -0.57) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "47c2b278-ae5d-4e95-b5c8-9e4f00c4a0ec") + ) + (fp_line + (start -13.903 6.958) + (end -13.799 7.081) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0129fe7-e9e9-4c74-af85-e2b335707eb4") + ) + (fp_line + (start -13.91 0.03) + (end -14 -0.04) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "f23ff5c1-67ee-41ec-99a6-6a21a3430465") + ) + (fp_line + (start -13.911 3.154) + (end -13.924 2.978) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "69cceaac-6f1b-4182-8e1c-91402953f92a") + ) + (fp_line + (start -13.915 1.164) + (end -13.898 0.985) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8d9ea4cf-1047-42af-bf72-13258f22d6ad") + ) + (fp_line + (start -13.92 -1.58) + (end -13.84 -1.71) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "352f28bf-b1c2-4de5-992d-e57cf2e8483f") + ) + (fp_line + (start -13.921 -4.444) + (end -13.949 -4.571) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9937346-f6e7-4a0d-8b88-940809bc0c5f") + ) + (fp_line + (start -13.924 2.978) + (end -13.935 2.8) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e96432f3-c6ee-4cdc-892b-eb9f8e5ebd05") + ) + (fp_line + (start -13.929 1.345) + (end -13.915 1.164) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "430cb5a0-6865-46d0-be60-5d722d3e8d80") + ) + (fp_line + (start -13.932 -5.697) + (end -13.893 -5.813) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5b1cf420-b469-4a8f-a998-9abdfd8b7687") + ) + (fp_line + (start -13.935 2.8) + (end -13.944 2.62) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "478afa34-e0e2-4584-885c-121c8a802996") + ) + (fp_line + (start -13.94 1.527) + (end -13.929 1.345) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1441258-3477-4706-8540-9e88ae0dac49") + ) + (fp_line + (start -13.944 2.62) + (end -13.95 2.44) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3785db90-bbe9-4018-bab6-3a4673f84f27") + ) + (fp_line + (start -13.948 1.709) + (end -13.94 1.527) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "eef9a49b-90d1-4463-b2c5-af035d3ae9d7") + ) + (fp_line + (start -13.949 -4.571) + (end -13.972 -4.698) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d205f026-5c37-4a8f-96d0-c67ab0976f34") + ) + (fp_line + (start -13.95 2.44) + (end -13.954 2.258) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e8e23712-f080-4685-ae22-9028780f7b13") + ) + (fp_line + (start -13.95 -0.65) + (end -13.9 -0.6) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "4bc286e0-6a16-4d35-a592-670f1762f921") + ) + (fp_line + (start -13.953 1.892) + (end -13.948 1.709) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "728dda43-38f9-4d13-b2a9-59e599c86d99") + ) + (fp_line + (start -13.954 2.258) + (end -13.955 2.075) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a65cad0c-0ef1-4ea5-a965-4eae7ac1f6af") + ) + (fp_line + (start -13.955 2.075) + (end -13.953 1.892) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "082621c8-b51d-48fd-937c-afceb255b94e") + ) + (fp_line + (start -13.963 -5.579) + (end -13.932 -5.697) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c97ec1e3-38c3-4514-9704-1b06a25c7c8d") + ) + (fp_line + (start -13.968 -6.651) + (end -13.805 -6.532) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4ed25a91-62bc-460f-b416-f09c2b72ae30") + ) + (fp_line + (start -13.972 -4.698) + (end -13.99 -4.826) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f82b8be3-e209-4493-8527-8e48e4d9c1ce") + ) + (fp_line + (start -13.98 -1.46) + (end -13.92 -1.58) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "11c13b9d-0404-4268-bab1-f545d338c0be") + ) + (fp_line + (start -13.986 -5.458) + (end -13.963 -5.579) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b555eee7-8149-4892-8ba4-057aabcbbee2") + ) + (fp_line + (start -13.99 -4.826) + (end -14.003 -4.955) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8b8cbcc8-2fab-4017-82d7-9e2b0dd87d55") + ) + (fp_line + (start -14 -0.04) + (end -14.05 -0.1) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "c97ac9e6-267e-495c-9e16-6838757c4006") + ) + (fp_line + (start -14.001 -5.334) + (end -13.986 -5.458) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ae9a2cfc-2e02-4731-9394-e388bba596f8") + ) + (fp_line + (start -14.003 -4.955) + (end -14.009 -5.082) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c40d36bb-2efa-4bc3-859b-223faaa66f3e") + ) + (fp_line + (start -14.004 6.834) + (end -13.903 6.958) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "505c1d3e-8ca5-438e-9eae-18483f12882c") + ) + (fp_line + (start -14.008 -5.209) + (end -14.001 -5.334) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fae1c1af-89ba-4c18-88bc-46f514e9bd6f") + ) + (fp_line + (start -14.009 -5.082) + (end -14.008 -5.209) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f686f314-e4c1-4c2d-a83a-58da96d3edf9") + ) + (fp_line + (start -14.05 -0.1) + (end -14.11 -0.2) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "75b3e860-eda3-41e8-8dba-396cd6130ad6") + ) + (fp_line + (start -14.06 -1.27) + (end -13.98 -1.46) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "553f8fdd-c870-4163-a81b-a10a24a3351e") + ) + (fp_line + (start -14.1 -1.16) + (end -14.06 -1.27) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "21f58734-fe5c-4a86-add9-a9d5a28072d0") + ) + (fp_line + (start -14.104 6.708) + (end -14.004 6.834) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e188f4e0-97d6-45d5-9852-98640c6abc42") + ) + (fp_line + (start -14.11 -0.2) + (end -14.15 -0.34) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "64f601f9-168a-49d5-acec-502d01d3c42d") + ) + (fp_line + (start -14.14 -1.02) + (end -14.1 -1.16) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "6ce712c5-fc40-4079-b769-1caeda39d8f3") + ) + (fp_line + (start -14.15 -0.34) + (end -14.17 -0.43) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "9fdfdce1-97e8-4aba-b333-1f8d317b5f20") + ) + (fp_line + (start -14.15 -6.78) + (end -13.968 -6.651) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2330617f-82c2-43f9-8a7c-826ddfdbb89f") + ) + (fp_line + (start -14.16 -0.91) + (end -14.14 -1.02) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "ada693f8-405a-4ed4-a362-368ec4995726") + ) + (fp_line + (start -14.17 -0.43) + (end -14.18 -0.57) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "3e4b4d52-ec1d-4c6c-8348-5ce6174b6e25") + ) + (fp_line + (start -14.18 -0.57) + (end -14.18 -0.69) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "65d5c78a-4863-4a6e-8ee9-7f7694e5dd47") + ) + (fp_line + (start -14.18 -0.69) + (end -14.16 -0.91) + (stroke + (width 0.13) + (type solid) + ) + (layer "B.SilkS") + (uuid "fd71d7ce-19f7-411b-9f95-5e5cb5d86d98") + ) + (fp_line + (start -14.19 -7.607) + (end -14.132 -9.779) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7288ce3d-ad6e-43f5-96ca-99065d7798d0") + ) + (fp_line + (start -14.196 4.647) + (end -14.238 4.555) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "43758126-6174-43ff-b8a7-6d55ec68152a") + ) + (fp_line + (start -14.202 6.581) + (end -14.104 6.708) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "03a79994-33b9-4df6-bdb0-d3807834d731") + ) + (fp_line + (start -14.213 -1.022) + (end -14.121 -1.134) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "edbc17dd-aa76-4d77-81ec-11ed42efea05") + ) + (fp_line + (start -14.216 -6.837) + (end -14.15 -6.78) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "262fe442-673c-4133-92f6-23f6d42651f0") + ) + (fp_line + (start -14.238 4.555) + (end -14.28 4.457) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5fe5bd8d-5a86-4565-bd10-e08c6de9aa03") + ) + (fp_line + (start -14.245 -0.141) + (end -14.172 -0.276) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "666dc23c-d707-448f-841d-377a6e08a250") + ) + (fp_line + (start -14.259 -6.894) + (end -14.318 -6.882) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "532cb9ef-7fac-483b-aaf5-b83d764d0176") + ) + (fp_line + (start -14.28 4.457) + (end -14.32 4.351) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "885a1129-9446-432d-8d93-f91d54873594") + ) + (fp_line + (start -14.297 -6.923) + (end -14.216 -6.837) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6f75ea3e-6135-44f5-9313-1aad839ab6f6") + ) + (fp_line + (start -14.298 6.453) + (end -14.202 6.581) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb082ca8-e559-493c-a769-6ac76ddc831e") + ) + (fp_line + (start -14.302 -0.905) + (end -14.213 -1.022) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a4a90bd3-5586-4453-acbb-4d2c22443f49") + ) + (fp_line + (start -14.312 -0.001) + (end -14.245 -0.141) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c1518dae-2aaf-4360-9028-98a626546353") + ) + (fp_line + (start -14.318 -6.882) + (end -14.394 -6.845) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b37c8835-0989-48c9-97ba-c045f0d7107f") + ) + (fp_line + (start -14.32 4.351) + (end -14.359 4.239) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ba660766-df56-40bf-b584-d5d4ed6cb6fc") + ) + (fp_line + (start -14.359 4.239) + (end -14.397 4.121) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2c3d5c2f-c119-4276-9b7e-33808f1d9396") + ) + (fp_line + (start -14.372 0.142) + (end -14.312 -0.001) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b09870ad-8985-4a1c-a7b1-3acb9a1b9282") + ) + (fp_line + (start -14.388 -0.785) + (end -14.302 -0.905) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6fb81dc6-41d5-4f97-ab8d-08492b739776") + ) + (fp_line + (start -14.39 -7.032) + (end -14.297 -6.923) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ca0eab8e-e3fd-464d-bb03-d1603b8a651b") + ) + (fp_line + (start -14.392 6.323) + (end -14.298 6.453) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "29e27db0-3c69-4f62-9b26-37b540cf4f34") + ) + (fp_line + (start -14.394 -6.845) + (end -14.479 -6.781) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "65f89bc6-cda1-4481-b360-d7547150b31e") + ) + (fp_line + (start -14.397 4.121) + (end -14.433 3.998) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "46255620-16a2-4e81-9e4a-58dddcf89388") + ) + (fp_line + (start -14.427 0.29) + (end -14.372 0.142) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bbeadbd3-dc9d-4bb3-9f60-a643fa1fa7e6") + ) + (fp_line + (start -14.433 3.998) + (end -14.468 3.869) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "41e442c4-3daa-4776-bd79-7990c939b354") + ) + (fp_line + (start -14.468 3.869) + (end -14.501 3.736) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9cd1ba63-2087-4000-a5a9-797dad78d993") + ) + (fp_line + (start -14.472 -0.66) + (end -14.388 -0.785) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e807127d-3013-4e6e-a160-f258e33d9fb8") + ) + (fp_line + (start -14.477 0.44) + (end -14.427 0.29) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "462f8e7e-09c6-4676-ba4f-fd07b2868aa8") + ) + (fp_line + (start -14.479 -6.781) + (end -14.567 -6.687) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a1a639a-559c-483d-9c99-1b2fafbdacf1") + ) + (fp_line + (start -14.484 6.192) + (end -14.392 6.323) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c4e3a83a-2945-4c21-9d1d-f3f3be86b7bd") + ) + (fp_line + (start -14.493 -7.162) + (end -14.39 -7.032) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e7130644-c4ae-4f9d-997d-5b4fa9d09578") + ) + (fp_line + (start -14.501 3.736) + (end -14.531 3.598) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "83250ce3-cee5-48b2-8a3e-b1e7887d6a15") + ) + (fp_line + (start -14.52 0.594) + (end -14.477 0.44) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bc007755-47dc-4b01-a9a3-8f34e8741895") + ) + (fp_line + (start -14.531 3.598) + (end -14.56 3.456) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "296b967f-b7a9-453f-856a-7b874fdca3db") + ) + (fp_line + (start -14.552 -0.533) + (end -14.472 -0.66) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "737d10d1-31d2-4ac3-8e9f-c01d3ad411b5") + ) + (fp_line + (start -14.559 0.75) + (end -14.52 0.594) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "471f517c-6d52-459f-9d7a-aedf176fc9e0") + ) + (fp_line + (start -14.56 3.456) + (end -14.587 3.31) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7a25e2e8-d883-44ae-8207-1f946e50b1fa") + ) + (fp_line + (start -14.567 -6.687) + (end -14.653 -6.561) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1db46316-f403-492b-8814-154fc43d62a8") + ) + (fp_line + (start -14.574 6.061) + (end -14.484 6.192) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dd4b4783-44b6-4bbf-bf18-b846491e4d4c") + ) + (fp_line + (start -14.587 3.31) + (end -14.611 3.161) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "52da99c6-c348-4007-8828-51a963a2879f") + ) + (fp_line + (start -14.592 0.908) + (end -14.559 0.75) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5d00cbc9-46cb-472e-b705-59da8e971192") + ) + (fp_line + (start -14.602 -7.308) + (end -14.493 -7.162) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "500298f6-b9ed-4e53-bde6-024545f1a90a") + ) + (fp_line + (start -14.611 3.161) + (end -14.632 3.008) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e2743b78-cc59-458c-8fb0-4238f348a49f") + ) + (fp_line + (start -14.621 1.068) + (end -14.592 0.908) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5da519c8-016f-4f2c-843d-d8fc54aa43f1") + ) + (fp_line + (start -14.629 -0.402) + (end -14.552 -0.533) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0504c604-5989-41d4-98b3-73baf39661a4") + ) + (fp_line + (start -14.632 3.008) + (end -14.65 2.853) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2952439a-4d93-45a3-a998-2b2fce2c5fe9") + ) + (fp_line + (start -14.644 1.23) + (end -14.621 1.068) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "50cd7dd2-4ee6-4ead-a8d7-6798eb55f8db") + ) + (fp_line + (start -14.65 2.853) + (end -14.666 2.696) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3eff8f32-349a-4846-b484-abdc036c7174") + ) + (fp_line + (start -14.653 -6.561) + (end -14.728 -6.401) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c2d81a3b-9b02-4ddc-9c7b-c0e881678970") + ) + (fp_line + (start -14.661 5.929) + (end -14.574 6.061) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e325a134-36dc-4151-9d17-8bf13dc78564") + ) + (fp_line + (start -14.663 1.393) + (end -14.644 1.23) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9272e8b-2d00-4d6b-ae8c-fd62ef331586") + ) + (fp_line + (start -14.666 2.696) + (end -14.678 2.536) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ad8c2a20-27d0-4e2a-aabf-44a509bf342a") + ) + (fp_line + (start -14.677 1.556) + (end -14.663 1.393) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ea7f95ca-1368-4ccc-b3c5-17a85c05a2dd") + ) + (fp_line + (start -14.678 2.536) + (end -14.687 2.375) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1416f46f-efcf-4c99-81af-d39cf81f2652") + ) + (fp_line + (start -14.687 2.375) + (end -14.693 2.212) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c2a5cbbc-a316-4826-81b8-a34d52b5eb58") + ) + (fp_line + (start -14.687 1.721) + (end -14.677 1.556) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5f4676ff-2597-415d-a32e-98d53038f432") + ) + (fp_line + (start -14.693 2.212) + (end -14.695 2.049) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9ceeff0a-ae63-43da-8fd2-e3d57063537d") + ) + (fp_line + (start -14.693 1.885) + (end -14.687 1.721) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "84e64de5-2809-4251-a45b-2b46d2cc79df") + ) + (fp_line + (start -14.695 2.049) + (end -14.693 1.885) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "06fb8a5e-69f3-44ca-bc88-4da9a1408625") + ) + (fp_line + (start -14.703 -0.268) + (end -14.629 -0.402) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b66c522-eb2b-4ac5-8fa6-badbd9e03844") + ) + (fp_line + (start -14.716 -7.466) + (end -14.602 -7.308) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b9fce689-53c2-4275-98d8-2c8da9bd740a") + ) + (fp_line + (start -14.728 -6.401) + (end -14.788 -6.203) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "10a7d7ef-d6be-484c-be36-2908e6c77393") + ) + (fp_line + (start -14.746 5.796) + (end -14.661 5.929) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9b774066-2c22-4032-af01-4291adb02340") + ) + (fp_line + (start -14.774 -0.131) + (end -14.703 -0.268) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "06d56cea-efec-4ee2-a30e-da196d83ccb4") + ) + (fp_line + (start -14.788 -6.203) + (end -14.953 -6.318) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b540f997-cabb-4061-85a0-370b4e9dd03a") + ) + (fp_line + (start -14.829 5.663) + (end -14.746 5.796) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d98b06b1-d759-4372-889f-6ac21114139f") + ) + (fp_line + (start -14.832 -7.631) + (end -14.716 -7.466) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "238ce6dc-0557-409a-ab04-93448fccaac4") + ) + (fp_line + (start -14.842 0.009) + (end -14.774 -0.131) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7c938fcf-5266-4f01-b9d8-797ff7c61f4c") + ) + (fp_line + (start -14.905 0.151) + (end -14.842 0.009) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc4bf440-2891-440b-98cc-4ec7ceadee72") + ) + (fp_line + (start -14.909 5.529) + (end -14.829 5.663) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3581de8b-daeb-467a-8039-51714599e4ba") + ) + (fp_line + (start -14.948 -7.799) + (end -14.832 -7.631) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5fa23453-de94-4f47-ab66-80326a468ae1") + ) + (fp_line + (start -14.953 -6.318) + (end -15.108 -6.4) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d76ec66c-d0c1-4040-8259-8685c076073a") + ) + (fp_line + (start -14.966 0.294) + (end -14.905 0.151) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "97816a30-8562-4b40-bfd6-82faaadf14b2") + ) + (fp_line + (start -14.987 5.395) + (end -14.909 5.529) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b1f2f40-abe7-4adb-bfe4-3f1a7f99a0f2") + ) + (fp_line + (start -15.022 0.44) + (end -14.966 0.294) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4f4277d9-4ff1-4fe4-9af0-84cedee4b2b6") + ) + (fp_line + (start -15.06 -7.967) + (end -14.948 -7.799) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5126ac84-dc56-4e60-b120-fd81ef65886b") + ) + (fp_line + (start -15.062 5.261) + (end -14.987 5.395) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddfa4cf0-3486-4284-897b-3a9e51f271d9") + ) + (fp_line + (start -15.075 0.587) + (end -15.022 0.44) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "92563de1-61c4-4e3f-8603-96474790934f") + ) + (fp_line + (start -15.108 -6.4) + (end -15.254 -6.452) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fb7b20d7-70ea-48e6-baf1-01a0d3c92377") + ) + (fp_line + (start -15.119 -1.345) + (end -15.121 -1.452) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "21443f6e-c9cb-43b6-9145-0fe007529b00") + ) + (fp_line + (start -15.121 -1.452) + (end -15.133 -1.559) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d3ea5011-250b-4076-bf21-0457c1dc2816") + ) + (fp_line + (start -15.124 0.736) + (end -15.075 0.587) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4a151dd5-28d8-42af-b70d-d52cf427540e") + ) + (fp_line + (start -15.127 -1.234) + (end -15.119 -1.345) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "36915340-9dd2-4d10-bb2e-946e32cc121b") + ) + (fp_line + (start -15.133 -1.559) + (end -15.155 -1.669) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "82f0532d-1a6d-464b-ad29-fc3e8108d6a8") + ) + (fp_line + (start -15.135 5.127) + (end -15.062 5.261) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7bc13ee4-2194-461b-9242-0d96ebba241b") + ) + (fp_line + (start -15.147 -1.118) + (end -15.127 -1.234) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0368658f-3125-4888-be8d-2d00cf819e46") + ) + (fp_line + (start -15.155 -1.669) + (end -15.185 -1.783) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ca6052ba-b6c7-4761-b3cb-c749f8cbf361") + ) + (fp_line + (start -15.167 -8.129) + (end -15.06 -7.967) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "78ce8c1e-89e0-4419-807a-81faccaa13a1") + ) + (fp_line + (start -15.169 0.886) + (end -15.124 0.736) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "db3e62ed-d2c4-4262-9844-874282d066c8") + ) + (fp_line + (start -15.178 -0.993) + (end -15.147 -1.118) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5d4ed9ca-985c-4d79-b913-0fd671b604bc") + ) + (fp_line + (start -15.185 -1.783) + (end -15.224 -1.905) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "606cc23c-679a-4fa3-b3b1-c023026298b1") + ) + (fp_line + (start -15.206 4.993) + (end -15.135 5.127) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f420833d-9f22-43c2-813c-6543682555e5") + ) + (fp_line + (start -15.21 1.036) + (end -15.169 0.886) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d789eb5c-7750-4e88-bd51-088f1d8d4899") + ) + (fp_line + (start -15.222 -0.857) + (end -15.178 -0.993) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b89e3fe5-d3a3-4087-a7a3-319b60fcc6e9") + ) + (fp_line + (start -15.224 -1.905) + (end -15.271 -2.037) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8cc78138-26c2-4be3-a4bd-4ad124dd5c3d") + ) + (fp_line + (start -15.235 -5.634) + (end -15.133 -5.501) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bf1a0735-8349-4149-9917-9c06c3ec36d7") + ) + (fp_line + (start -15.246 1.188) + (end -15.21 1.036) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4ed19592-a5c4-4f6f-8e35-67fef4315ee4") + ) + (fp_line + (start -15.254 -6.452) + (end -15.389 -6.478) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "00185541-0a55-4e62-91d8-99e7a7720d36") + ) + (fp_line + (start -15.265 -8.282) + (end -15.167 -8.129) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d5605fa7-538d-473c-8da8-4e6409672b1d") + ) + (fp_line + (start -15.273 4.859) + (end -15.206 4.993) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3be2f64a-643b-4527-aaf5-307341a81097") + ) + (fp_line + (start -15.278 -0.708) + (end -15.222 -0.857) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b5e1d796-f3d8-4363-a6bf-5bf078e880e8") + ) + (fp_line + (start -15.279 1.339) + (end -15.246 1.188) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5baacfaf-4f9b-484a-b0ad-900c2c96f940") + ) + (fp_line + (start -15.284 -8.703) + (end -15.237 -8.689) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f63dd01b-d31b-4c8b-8944-cc162e8dda4e") + ) + (fp_line + (start -15.307 1.491) + (end -15.279 1.339) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3491c78b-620e-46ca-a1c1-053b49774cc7") + ) + (fp_line + (start -15.311 -2.006) + (end -15.312 -1.886) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d54fce64-01e8-4f5c-8f34-4e64d47e3402") + ) + (fp_line + (start -15.312 -1.886) + (end -15.34 -1.761) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "128cfb34-809d-4606-bf29-7ab91f99e879") + ) + (fp_line + (start -15.326 -5.742) + (end -15.235 -5.634) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d28736e8-ee75-491e-b9af-2d7eb8b3297e") + ) + (fp_line + (start -15.33 1.643) + (end -15.307 1.491) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b5a26653-4e77-4514-a8f1-63ca7c4f9ab9") + ) + (fp_line + (start -15.335 -2.122) + (end -15.311 -2.006) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "62ed984b-c070-4de1-bd86-30aeb09fb9cd") + ) + (fp_line + (start -15.338 4.726) + (end -15.273 4.859) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "59550421-1010-45d2-ae78-ff36e5bca6b7") + ) + (fp_line + (start -15.34 -1.761) + (end -15.379 -1.649) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e9febdd1-669e-46f3-983e-2ded7b5fa339") + ) + (fp_line + (start -15.347 -0.542) + (end -15.278 -0.708) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dc538eb4-034b-4b8a-a5e5-4a3e1e9a8cd3") + ) + (fp_line + (start -15.349 1.794) + (end -15.33 1.643) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "dcbc5a2e-2561-4663-8736-09acc9fe0209") + ) + (fp_line + (start -15.353 -8.421) + (end -15.265 -8.282) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "49389a66-8741-452b-8284-834f65c51e1b") + ) + (fp_line + (start -15.363 2.681) + (end -15.373 2.537) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6d4529c3-e736-41f4-9e85-842fded7472a") + ) + (fp_line + (start -15.364 1.945) + (end -15.349 1.794) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "78502c21-b204-41a4-a74c-663a74be7530") + ) + (fp_line + (start -15.373 2.537) + (end -15.378 2.391) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0e0a4b84-f32d-4d0d-bb01-e1a33da32acb") + ) + (fp_line + (start -15.374 2.095) + (end -15.364 1.945) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b2561a4b-5655-4b54-95c4-147a5b85fc10") + ) + (fp_line + (start -15.378 2.391) + (end -15.378 2.244) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe9073de-b4ae-429c-945b-a199d6313a17") + ) + (fp_line + (start -15.378 2.244) + (end -15.374 2.095) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1c55eaff-dfb6-4adc-bdb2-1121eb73358d") + ) + (fp_line + (start -15.379 -1.649) + (end -15.425 -1.521) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3a5e9d83-8605-4e38-a4d6-7131b7911750") + ) + (fp_line + (start -15.381 -2.232) + (end -15.335 -2.122) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c1fbee58-f474-4414-9110-64abd03ed7c9") + ) + (fp_line + (start -15.389 -6.478) + (end -15.514 -6.48) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f4cf6dc4-65fc-4b8e-a0d8-0a9074993d40") + ) + (fp_line + (start -15.401 4.594) + (end -15.338 4.726) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3adb8c69-132c-478c-b246-f381b0e1424c") + ) + (fp_line + (start -15.406 -8.74) + (end -15.284 -8.703) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "395c69d5-4334-48e5-8637-2379eafb3eeb") + ) + (fp_line + (start -15.413 -5.832) + (end -15.326 -5.742) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c8d1a84b-8d98-4130-891c-9d4b5bdb0535") + ) + (fp_line + (start -15.425 -1.521) + (end -15.477 -1.381) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cbb6579a-72cf-4504-9bef-bb32135a4790") + ) + (fp_line + (start -15.428 -8.543) + (end -15.353 -8.421) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a632aa3e-0113-4f5d-90b5-27bac9ed8392") + ) + (fp_line + (start -15.43 -0.357) + (end -15.347 -0.542) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "20a40fd4-4825-456a-b45d-96e8fe1622a5") + ) + (fp_line + (start -15.448 -2.338) + (end -15.381 -2.232) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6a3aff19-5e5c-466c-80b5-82ab994aaee1") + ) + (fp_line + (start -15.46 4.462) + (end -15.401 4.594) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b027388d-8092-416a-ae2f-62be7825303f") + ) + (fp_line + (start -15.477 -1.381) + (end -15.535 -1.23) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fa7c0f69-d4a4-4907-b41c-63da412a1d61") + ) + (fp_line + (start -15.487 -8.642) + (end -15.428 -8.543) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ea15999-0781-4c2e-a266-2adaf5a39946") + ) + (fp_line + (start -15.502 -5.906) + (end -15.413 -5.832) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "02ca9350-9e0f-471f-a345-bee2587bb572") + ) + (fp_line + (start -15.514 -6.48) + (end -15.629 -6.462) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "84daabe5-262d-44f3-8073-3a5eff98700f") + ) + (fp_line + (start -15.517 4.331) + (end -15.46 4.462) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "5c4ddc3a-1b67-4d06-8b43-5f565c9d4f71") + ) + (fp_line + (start -15.527 -0.151) + (end -15.43 -0.357) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "572f678c-7489-4a0c-81c3-6f024e0707be") + ) + (fp_line + (start -15.527 -8.715) + (end -15.487 -8.642) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0470f6f8-3373-4410-9688-3749de7c241a") + ) + (fp_line + (start -15.533 -2.44) + (end -15.448 -2.338) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "22591446-6d82-47ac-b525-9e9deb496c8c") + ) + (fp_line + (start -15.535 -1.23) + (end -15.597 -1.07) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e44dd86d-8737-430e-a0f5-f7ecf3fa5a6b") + ) + (fp_line + (start -15.547 -8.758) + (end -15.527 -8.715) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e721791d-da51-4bae-ab44-002be5ea386c") + ) + (fp_line + (start -15.57 4.2) + (end -15.517 4.331) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e61e3b10-16bb-45fa-9a42-277efd2ec104") + ) + (fp_line + (start -15.57 -8.794) + (end -15.406 -8.74) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "584c482d-1251-462e-825c-3a0578bafc6d") + ) + (fp_line + (start -15.597 -1.07) + (end -15.661 -0.905) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6505825f-43ee-4fb8-b546-c0b2310ed040") + ) + (fp_line + (start -15.602 -5.971) + (end -15.502 -5.906) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d1c3595d-d061-4c53-823c-19aa0d9a8865") + ) + (fp_line + (start -15.629 -6.462) + (end -15.732 -6.425) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "128a7556-cb3d-406d-b84d-6d9efc7f9ed8") + ) + (fp_line + (start -15.634 -2.537) + (end -15.533 -2.44) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "18eef4d3-c3b1-4511-89f0-f3ca5fbf521d") + ) + (fp_line + (start -15.639 0.08) + (end -15.527 -0.151) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a82cec30-45c1-49b3-b9e6-e30cc49eb759") + ) + (fp_line + (start -15.653 3.989) + (end -15.57 4.2) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ccdce88e-24b7-4692-934b-22bb9b0763dc") + ) + (fp_line + (start -15.661 -0.905) + (end -15.728 -0.737) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d427b096-2104-4cac-9d5d-d2195401989e") + ) + (fp_line + (start -15.717 -6.032) + (end -15.602 -5.971) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "85c4eb9a-1efe-40fd-86af-36f89108b5f9") + ) + (fp_line + (start -15.728 -0.737) + (end -15.795 -0.567) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "fab79269-47fb-42f7-a3ad-b9ec94b79b4b") + ) + (fp_line + (start -15.729 3.782) + (end -15.653 3.989) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9a68bf85-c16f-48ee-8e66-0d9ea8ea8b23") + ) + (fp_line + (start -15.732 -6.425) + (end -15.825 -6.373) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "86c73e16-9c05-4385-b59b-206056f7ac90") + ) + (fp_line + (start -15.746 -8.856) + (end -15.57 -8.794) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "afbfe9c5-779f-420f-9855-96eed1cd3301") + ) + (fp_line + (start -15.748 -2.629) + (end -15.634 -2.537) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d32a4687-3a9c-4aaa-9fc8-6c464698f554") + ) + (fp_line + (start -15.795 -0.567) + (end -15.861 -0.399) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "408e380e-a780-4259-a7f0-5062d5808d11") + ) + (fp_line + (start -15.8 3.577) + (end -15.729 3.782) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "201a8082-80bc-49cb-a857-a9c917ee8418") + ) + (fp_line + (start -15.825 -6.373) + (end -15.905 -6.31) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b034f82f-3ce9-4423-89ad-7ecf03d348d0") + ) + (fp_line + (start -15.856 -6.092) + (end -15.717 -6.032) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b67591ef-79c1-406a-9cdd-2d6de62566a6") + ) + (fp_line + (start -15.861 -0.399) + (end -15.926 -0.234) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "30979a3d-28d7-46ae-b5aa-513ad60b71a4") + ) + (fp_line + (start -15.865 3.377) + (end -15.8 3.577) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3d6472eb-4872-48d0-9b65-1b39f6d4a46a") + ) + (fp_line + (start -15.874 -2.717) + (end -15.748 -2.629) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cbdd084c-3cde-4340-9de6-6f6ca3f79e91") + ) + (fp_line + (start -15.902 -8.919) + (end -15.746 -8.856) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "89f897c4-98dd-4e30-9e76-7ca9bf021cd3") + ) + (fp_line + (start -15.905 -6.31) + (end -15.974 -6.237) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "22cb26b9-d501-4786-ab70-b7ac2868619c") + ) + (fp_line + (start -15.924 3.181) + (end -15.865 3.377) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f50538bf-e44a-4d20-ab4a-ccf1e95ea69c") + ) + (fp_line + (start -15.926 -0.234) + (end -15.988 -0.076) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d43d6c5b-08dc-4efb-9ffc-91ecf13d0a2f") + ) + (fp_line + (start -15.974 -6.237) + (end -16.03 -6.157) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0affae9-b1e8-4941-9e7e-2ad29ff3f86b") + ) + (fp_line + (start -15.978 2.99) + (end -15.924 3.181) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "555e8fc3-19b4-40e8-abc6-87d7c193534e") + ) + (fp_line + (start -15.988 -0.076) + (end -16.045 0.074) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4cbba380-690c-405e-bbfb-a0cd7ef65d0e") + ) + (fp_line + (start -16.007 -8.977) + (end -15.902 -8.919) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9f9c31ca-425c-43ab-adfe-2e1ae4fe8686") + ) + (fp_line + (start -16.009 -2.801) + (end -15.874 -2.717) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2f58dd1b-258a-4fb6-a155-4e2931ab012c") + ) + (fp_line + (start -16.025 -6.157) + (end -15.856 -6.092) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "959ed360-eb0a-4a79-8f34-5faaf7fec5ad") + ) + (fp_line + (start -16.027 2.803) + (end -15.978 2.99) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "422a6702-d1c1-4e76-898e-ec20aaee30c2") + ) + (fp_line + (start -16.03 -6.157) + (end -16.195 -6.209) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "c837798c-83c8-4e02-b288-fa03714cab74") + ) + (fp_line + (start -16.045 0.074) + (end -16.098 0.213) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "826dab59-fbdd-42ab-9237-6c754170917b") + ) + (fp_line + (start -16.071 2.621) + (end -16.027 2.803) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7b485fa8-406a-42d5-9a01-13ae76ec07b5") + ) + (fp_line + (start -16.083 -9.09) + (end -16.007 -8.977) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "044452e8-a3b4-4d08-9835-701cc0a60807") + ) + (fp_line + (start -16.098 0.213) + (end -16.145 0.339) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "22127bf3-28e1-4f2a-9132-0b2244d2149e") + ) + (fp_line + (start -16.11 2.444) + (end -16.071 2.621) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1533d6a-9d56-4622-800a-f5af923f4a97") + ) + (fp_line + (start -16.118 -9.246) + (end -16.083 -9.09) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8233de19-691a-4981-9177-f647c5ab854c") + ) + (fp_line + (start -16.138 -9.399) + (end -16.118 -9.246) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7803a0ea-b6d3-457b-b195-42c8dc80b579") + ) + (fp_line + (start -16.145 2.272) + (end -16.11 2.444) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "0f99d31f-3e61-45ba-a78c-4a282f861613") + ) + (fp_line + (start -16.145 0.339) + (end -16.184 0.449) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d4a7ff11-09f1-4325-94c0-c1b4b4278fe4") + ) + (fp_line + (start -16.15 -2.88) + (end -16.009 -2.801) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "85e898d6-983f-4977-9dfa-e5b961e989c1") + ) + (fp_line + (start -16.168 -9.506) + (end -16.138 -9.399) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "588d3cbf-6c0a-4102-8f72-574f6ea20133") + ) + (fp_line + (start -16.175 2.107) + (end -16.145 2.272) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e08b3dd0-5717-45d9-897c-a2c963f9de1a") + ) + (fp_line + (start -16.184 0.449) + (end -16.214 0.541) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a11284ee-2f71-4eb8-b0ee-e01b498d0140") + ) + (fp_line + (start -16.195 -6.209) + (end -16.343 -6.237) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "755d3d18-6013-47c4-9133-c783ae2db259") + ) + (fp_line + (start -16.2 1.947) + (end -16.175 2.107) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "233d14ec-e17f-4b70-ace9-a65479e58a33") + ) + (fp_line + (start -16.214 0.541) + (end -16.23 0.598) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bf9ad5a6-c4c4-4072-8854-6425d90cd19f") + ) + (fp_line + (start -16.222 1.794) + (end -16.2 1.947) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "91a85248-7895-453a-bdbc-36a6edbe91db") + ) + (fp_line + (start -16.23 0.598) + (end -16.243 0.665) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "eb8da7b1-c954-4f96-b636-28a01b4ed609") + ) + (fp_line + (start -16.239 1.647) + (end -16.222 1.794) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a0400e61-7ec0-4cc7-a41d-d7c451e758fe") + ) + (fp_line + (start -16.243 0.665) + (end -16.254 0.741) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f574310b-3071-4841-b3bc-44ccc3dd1422") + ) + (fp_line + (start -16.253 1.507) + (end -16.239 1.647) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e44b0081-5f25-4984-8fb5-ea876fb2fc1c") + ) + (fp_line + (start -16.254 0.741) + (end -16.263 0.826) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e34d78fc-c821-4e5c-ac82-ce6fcdcd9454") + ) + (fp_line + (start -16.263 1.375) + (end -16.253 1.507) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0937f55-5a21-4b1f-aa30-aba62e4969e5") + ) + (fp_line + (start -16.263 0.826) + (end -16.269 0.919) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e1754158-40dc-4df5-848e-7e0c189ace53") + ) + (fp_line + (start -16.263 -9.618) + (end -16.168 -9.506) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7fd58396-b4e5-46f4-aa37-499fb1457243") + ) + (fp_line + (start -16.269 1.249) + (end -16.263 1.375) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "de01c5f0-8b67-4f95-a915-b01789f320eb") + ) + (fp_line + (start -16.269 0.919) + (end -16.272 1.021) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d4e5a639-c802-4fd5-bd43-bd9483f1fee3") + ) + (fp_line + (start -16.272 1.131) + (end -16.269 1.249) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "40ef82a7-1843-41e2-896c-620f16b91b4f") + ) + (fp_line + (start -16.272 1.021) + (end -16.272 1.131) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e0bbf399-c52b-4993-8f0b-a5400682c686") + ) + (fp_line + (start -16.296 -2.956) + (end -16.15 -2.88) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d23aa89d-c621-4b1b-a845-8c26429d6622") + ) + (fp_line + (start -16.343 -6.237) + (end -16.477 -6.243) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ffe6d5f3-f9a5-48a9-88db-d2d7822b944f") + ) + (fp_line + (start -16.377 -9.731) + (end -16.263 -9.618) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3d0ee88c-fab5-44ff-91c4-a21e663a09de") + ) + (fp_line + (start -16.433 -9.782) + (end -16.377 -9.731) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "6db6b2d8-cd53-4924-910c-ce03370c85ba") + ) + (fp_line + (start -16.438 -5.238) + (end -16.455 -5.131) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "1ebce183-d3ad-4022-b82e-9e0d8cd628db") + ) + (fp_line + (start -16.443 -5.331) + (end -16.438 -5.238) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "4c77837f-2440-4b7b-8e7e-430f981c7c04") + ) + (fp_line + (start -16.445 -3.027) + (end -16.296 -2.956) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a97d9593-88f3-490c-93d3-a1f528046ef8") + ) + (fp_line + (start -16.455 -5.131) + (end -16.494 -5.01) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e342f8d7-ca8a-47a5-a679-3c984454e9a5") + ) + (fp_line + (start -16.465 -5.411) + (end -16.443 -5.331) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "53548090-4b36-44b5-9ef5-2fa214b2fbf4") + ) + (fp_line + (start -16.477 -6.243) + (end -16.597 -6.228) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "77f65cef-2bce-414e-8b99-31f9cd0b59b0") + ) + (fp_line + (start -16.494 -5.01) + (end -16.559 -4.877) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "3b9ce6b0-047c-4e71-81a7-b0a5c13aa4d2") + ) + (fp_line + (start -16.503 -5.478) + (end -16.465 -5.411) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "09433d97-62ec-42de-89f2-7d0b68dc1b9d") + ) + (fp_line + (start -16.555 -5.531) + (end -16.503 -5.478) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "937928d4-4dfb-4f2f-91d0-697ec54ac283") + ) + (fp_line + (start -16.559 -4.877) + (end -16.652 -4.73) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "ddc0999f-48c1-4a48-960f-30f430270283") + ) + (fp_line + (start -16.567 -3.089) + (end -16.445 -3.027) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b45301a2-b6d7-44bd-8834-616acde30aef") + ) + (fp_line + (start -16.597 -6.228) + (end -16.704 -6.194) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "aee35d5f-0638-4cb1-b58c-265232f425a0") + ) + (fp_line + (start -16.617 -5.57) + (end -16.555 -5.531) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f16972fb-4b2b-49d7-8715-9f31f5431405") + ) + (fp_line + (start -16.652 -4.73) + (end -16.769 -4.552) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9a334c2d-ea1e-4f9b-9563-937977728978") + ) + (fp_line + (start -16.678 -3.157) + (end -16.567 -3.089) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "411f21c0-dcce-4bff-ac0e-7c5571730a65") + ) + (fp_line + (start -16.688 -5.596) + (end -16.617 -5.57) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "198642f2-8db4-475b-ac24-9da65c994a3a") + ) + (fp_line + (start -16.704 -6.194) + (end -16.8 -6.143) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "33ef82c8-b659-42b6-9429-5436a00e7b54") + ) + (fp_line + (start -16.765 -5.608) + (end -16.688 -5.596) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b6ceb85d-46f8-42e1-9c68-672660fbaf7c") + ) + (fp_line + (start -16.769 -4.552) + (end -16.865 -4.385) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "49c3a7d7-9453-4986-bcff-387f274073df") + ) + (fp_line + (start -16.775 -3.231) + (end -16.678 -3.157) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "33770b56-77ab-4a0c-a675-0ef4f02f8519") + ) + (fp_line + (start -16.8 -6.143) + (end -16.885 -6.077) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bfff8af5-be9c-44df-80bd-23ee2cf9c437") + ) + (fp_line + (start -16.846 -5.606) + (end -16.765 -5.608) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "61415144-ce8f-483a-82b7-e2e320f7f0b4") + ) + (fp_line + (start -16.859 -3.31) + (end -16.775 -3.231) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0292983-0ab9-4b24-b3bd-f154f790c7ec") + ) + (fp_line + (start -16.865 -4.385) + (end -16.939 -4.228) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d0f42cc3-e2d7-4f51-9d6f-0c2eaccb6ae7") + ) + (fp_line + (start -16.885 -6.077) + (end -16.96 -5.996) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "8672a05d-b750-4ddd-a92d-4c58fddcdd4e") + ) + (fp_line + (start -16.928 -3.397) + (end -16.859 -3.31) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "7f29ecb0-6265-4d60-8278-7704387a2057") + ) + (fp_line + (start -16.928 -5.591) + (end -16.846 -5.606) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b4efa293-75b5-42d5-996c-b449774d5ba5") + ) + (fp_line + (start -16.939 -4.228) + (end -16.993 -4.082) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a9240eb1-cd96-4728-9dbf-17ea5e90b45d") + ) + (fp_line + (start -16.96 -5.996) + (end -17.027 -5.903) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "469553b1-52fa-4564-9359-73b74ba8f58f") + ) + (fp_line + (start -16.981 -3.49) + (end -16.928 -3.397) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "922b14e9-e5b4-4506-8c7b-f653748d7f34") + ) + (fp_line + (start -16.993 -4.082) + (end -17.027 -3.946) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a3eaa329-1c23-49fc-9fb5-976de81b788e") + ) + (fp_line + (start -17.009 -5.562) + (end -16.928 -5.591) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "9fb9a654-045f-4c58-ba9d-e6e9d641e3ae") + ) + (fp_line + (start -17.019 -3.592) + (end -16.981 -3.49) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "cb9ac0e7-73b9-4ed2-8689-9778cfd89978") + ) + (fp_line + (start -17.027 -3.946) + (end -17.043 -3.819) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "d9cdb60a-ecfa-4866-ad81-ca393f637bae") + ) + (fp_line + (start -17.027 -5.903) + (end -17.087 -5.798) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "b64fe3cc-3a1f-41b6-9ac9-fa971c4a06a6") + ) + (fp_line + (start -17.039 -3.701) + (end -17.019 -3.592) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "f21d4058-0da2-4512-b5f5-f906032f560a") + ) + (fp_line + (start -17.043 -3.819) + (end -17.039 -3.701) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "96d488aa-4d20-4ba2-8d75-10df5865e575") + ) + (fp_line + (start -17.086 -5.519) + (end -17.009 -5.562) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "bf8bfbb4-4b7a-430e-865f-8acab9f8c04d") + ) + (fp_line + (start -17.087 -5.798) + (end -17.14 -5.685) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "2276e018-ceb6-4356-b3fe-3b8fe418011b") + ) + (fp_line + (start -17.14 -5.685) + (end -17.188 -5.564) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "90f1070b-d0d3-4d94-9527-f4c1c7006642") + ) + (fp_line + (start -17.158 -5.462) + (end -17.086 -5.519) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "636332c5-387a-4243-bc33-7882b1adfdac") + ) + (fp_line + (start -17.188 -5.564) + (end -17.232 -5.437) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "18a9dea8-caa6-40a3-962a-7699d9146e17") + ) + (fp_line + (start -17.221 -5.391) + (end -17.158 -5.462) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "a95b6208-cd25-486f-8a35-f7d7b1426174") + ) + (fp_line + (start -17.232 -5.437) + (end -17.273 -5.305) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "e8531c3a-ab79-4096-b3fb-b5b6ae94c3f7") + ) + (fp_line + (start -17.273 -5.305) + (end -17.221 -5.391) + (stroke + (width 0.159) + (type solid) + ) + (layer "B.SilkS") + (uuid "73fd78b9-9aa5-40d0-adab-1e5886c90dd7") + ) + (fp_poly + (pts + (xy -3.661 2.871) (xy -2.874 1.598) (xy -2.841 2.045) (xy -3.689 3.503) (xy -3.661 2.871) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "b98190a3-4e75-4ed8-b75b-e1b37bee46b3") + ) + (fp_poly + (pts + (xy -14.615 1.266) (xy -13.862 0.621) (xy -13.81 0.305) (xy -13.851 0.34) (xy -13.958 0.431) (xy -14.104 0.556) + (xy -14.263 0.692) (xy -14.41 0.817) (xy -14.519 0.911) (xy -14.564 0.949) (xy -14.615 1.266) + ) + (stroke + (width 0.159) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "7850e091-0fbf-4f7c-a328-cd019df441e0") + ) + (fp_poly + (pts + (xy -3.881 0.701) (xy -3.841 0.736) (xy -3.757 0.819) (xy -3.64 0.938) (xy -3.503 1.081) (xy -3.356 1.235) + (xy -3.21 1.389) (xy -3.077 1.529) (xy -2.968 1.644) (xy -2.894 1.723) (xy -2.867 1.751) (xy -2.967 1.294) + (xy -4.012 0.198) (xy -3.881 0.701) + ) + (stroke + (width 0.159) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "65d50500-96c3-4685-9691-5f83fde7ff57") + ) + (fp_poly + (pts + (xy -2.934 3.699) (xy -3.688 2.21) (xy -3.692 1.66) (xy -3.611 1.802) (xy -3.533 1.939) (xy -3.457 2.073) + (xy -3.384 2.205) (xy -3.313 2.334) (xy -3.244 2.463) (xy -3.176 2.591) (xy -3.11 2.719) (xy -3.046 2.848) + (xy -2.983 2.979) (xy -2.921 3.112) (xy -2.859 3.249) (xy -2.934 3.699) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "6d7c23f0-27c3-4fa6-89cc-f79a540be70c") + ) + (fp_poly + (pts + (xy -6.42 0.77) (xy -6.33 0.73) (xy -6.25 0.65) (xy -6.2 0.53) (xy -6.18 0.37) (xy -6.2 0.21) (xy -6.26 0.1) + (xy -6.34 0.03) (xy -6.47 0) (xy -6.55 0) (xy -6.64 0.03) (xy -6.75 0.1) (xy -6.82 0.19) (xy -6.86 0.29) + (xy -6.87 0.37) (xy -6.87 0.44) (xy -6.85 0.57) (xy -6.8 0.67) (xy -6.74 0.74) (xy -6.7 0.76) (xy -6.64 0.78) + (xy -6.57 0.79) (xy -6.49 0.79) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "093c99d2-6e87-428b-a172-e8573afe4705") + ) + (fp_poly + (pts + (xy -10.78 0.69) (xy -10.68 0.6) (xy -10.61 0.47) (xy -10.6 0.41) (xy -10.59 0.32) (xy -10.62 0.17) + (xy -10.65 0.1) (xy -10.7 0.03) (xy -10.77 -0.03) (xy -10.85 -0.08) (xy -10.96 -0.1) (xy -11.1 -0.06) + (xy -11.21 0.03) (xy -11.26 0.11) (xy -11.28 0.15) (xy -11.32 0.31) (xy -11.31 0.41) (xy -11.29 0.49) + (xy -11.25 0.55) (xy -11.22 0.6) (xy -11.15 0.64) (xy -11.05 0.71) (xy -11.02 0.72) (xy -10.92 0.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "7622577b-cb45-48f8-91b9-adcbe403ee14") + ) + (fp_poly + (pts + (xy -14.549 3.36) (xy -14.464 3.189) (xy -14.379 3.003) (xy -14.298 2.809) (xy -14.222 2.617) (xy -14.153 2.432) + (xy -14.092 2.264) (xy -14.041 2.12) (xy -14.003 2.007) (xy -13.978 1.934) (xy -13.97 1.908) (xy -13.961 1.343) + (xy -14.01 1.466) (xy -14.073 1.621) (xy -14.146 1.799) (xy -14.226 1.991) (xy -14.308 2.188) (xy -14.388 2.38) + (xy -14.463 2.557) (xy -14.528 2.711) (xy -14.579 2.833) (xy -14.613 2.913) (xy -14.625 2.942) (xy -14.549 3.36) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "ed06b896-4df0-4238-b6eb-bbbe5360e849") + ) + (fp_poly + (pts + (xy -14.681 2.464) (xy -14.645 2.496) (xy -14.568 2.579) (xy -14.462 2.698) (xy -14.338 2.84) (xy -14.21 2.991) + (xy -14.09 3.138) (xy -13.989 3.267) (xy -13.92 3.365) (xy -13.924 3.128) (xy -13.928 2.974) (xy -13.931 2.89) + (xy -13.933 2.864) (xy -14.035 2.77) (xy -14.15 2.653) (xy -14.27 2.521) (xy -14.389 2.385) (xy -14.498 2.254) + (xy -14.59 2.139) (xy -14.658 2.049) (xy -14.693 1.992) (xy -14.69 2.26) (xy -14.684 2.414) (xy -14.681 2.464) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "B.SilkS") + (uuid "551310a4-3882-4605-bfec-f0802df1435c") + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005c0ce3e6") + (at 99.15 85.35 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C42" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "5af15f77-9ad4-4313-9a9a-129da0422f84") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "42cc1569-bc07-4b3c-aa19-1ff89972468d") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37df2891-61a3-4e47-9416-1ca9478a7c7b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bfee2c18-3c03-49bb-b3cf-31e3d4d4865c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5284aaf4-e229-477d-a507-f84b70efd063") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e41d7") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f24ea7b2-ebfa-4ea1-8cae-6634f89d1c67") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3b6c68ad-83f1-4a2b-98c7-df1fa569cc7b") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4b76407f-687d-4d08-9903-f82746b4f564") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "21d27098-69a5-4a06-96f8-ddc5527c30f5") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f1e5486a-9d07-4cc8-a57f-292620c7f9d8") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cfac8b7e-1e41-47ee-8f09-44d931e7ee9a") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "791c38a7-3faa-4b20-911e-7bc58d8d0bcb") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fe6083ad-2b4f-43c9-b95a-28723ffda0c4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "9f735f94-c12e-4d19-924f-16af0f881e41") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "d1da60fa-2462-4a63-a4d1-04f7b6885589") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "87b9636d-970f-48ad-aeba-dc46a88c56f3") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005c0ce4d5") + (at 99.15 88.15 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C43" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "af666baa-7bde-462f-9d4f-35385ecdb0d8") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "eb560573-fc0d-47fa-9a61-bcf0833493fd") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "552783c5-4d38-4c6f-af88-490584e6dcb9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "054eb7e0-8098-4d4c-aa97-9d45abdff954") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d9cdc246-6f06-4f67-937f-2a5e920303b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e420c") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4bfc6338-2b8a-4c65-a6d6-dce3629de4d6") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4392324d-9081-4a90-a8f8-034039c26428") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ebf88075-73e2-4b25-844b-28376450bdd6") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2fab88e5-3684-4e86-847a-a61e40f2929d") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "93ee28a1-6ba9-4128-bc76-2e2f97bdd23b") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "74723815-ff24-4751-bdf7-c3366d66938c") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8500fa94-7ae2-45c3-be6b-d12542c9287e") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c083c486-b973-42d0-b821-adaa33b07eda") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "5f734aaa-2969-44ca-8f3a-d5537c454e57") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "a5aada8c-cdfc-4e6b-8825-10a5f618ff45") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "1dea7a53-5cac-46c5-8231-53d33f12b777") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005c0ce554") + (at 99.15 90.95 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C47" + (at 0 0 -90) + (layer "B.SilkS") + (hide yes) + (uuid "e4e15119-ae70-490d-80a8-8a2039342a2a") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "d98937cd-28a5-40ae-ab04-40417579821b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40757f68-5009-4afd-9c37-4b5d4686d34d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "992e76c1-77c9-4141-99bd-734583bda7fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a04dd00-6a00-4e22-813b-9e96dec47605") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e4241") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4a73c226-8cca-4b17-95fe-3a0f0a43e916") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "73b24033-4198-48bf-a619-45de6ea04481") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "438bd43d-22e5-4570-965f-181e769703d4") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3e0158c5-71a6-469b-bd14-8feedcd99e2d") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "54d50405-241d-4e78-88f6-83e047880581") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1a52c975-2989-40aa-8d45-ddfa7f62da20") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "de4ffb7f-166e-4095-8b0a-e385f35bb285") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "831bc991-45be-49b7-9a67-d2dfa8b7fc7b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "6a3aac14-e57c-49cd-ac67-e411212cffbe") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "8aa5a6c9-21fe-4028-b30e-4c4ffeeb7a27") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "b2a930fa-18ff-4d8d-ac3e-8e85e1b23fad") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005c0ce60b") + (at 97.05 93.75 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C41" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "e7aab7d4-78fb-4484-9ae2-48039fdcd717") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "e6f87877-896c-4e2e-b547-e5d4a90af9a1") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba4701c4-3af1-4026-bd55-27c8dee41da9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7996cc29-edf0-46b7-8d11-1e338bb9708a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c41ef5b0-cd17-415f-9aaf-f1460eea6268") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4b6b5e") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b3d7b958-bb22-4eab-8d78-ea0d69d46d8d") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "813ef75f-ec48-44cb-be47-ea5dce18d1d4") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f468e3bd-802f-4a5b-8b3e-9d656cb4dfb7") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "908dbf48-cf2c-4c24-af60-15eaa604ddbb") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "91fab6d6-ef29-432f-80f4-5191a25f896a") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "665122c6-5978-4523-b37b-0e50a2a66731") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "14d177e6-f355-4bb1-8f3c-ce81903ebacb") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e52d8b1b-2191-4fb3-8f27-d0b11b3d5574") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "d059ffa8-9d81-4f40-b0c7-ef6c05c002ef") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "c99a02fb-bd2d-4c4f-9631-abc3ea7dd88e") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "be9206a0-1e3f-464c-b99b-a19991c12874") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Fiducial:Fiducial_0.75mm_Mask1.5mm" + (locked yes) + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005c160e8a") + (at 122 118.5) + (descr "Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B)") + (tags "fiducial") + (property "Reference" "FID6" + (at 0 2 0) + (layer "B.SilkS") + (hide yes) + (uuid "3e87b259-dfc1-4885-8dcf-7e7ae39674ed") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "Fiducial_0.75mm_Mask1.5mm" + (at 0 -2 0) + (layer "B.Fab") + (hide yes) + (uuid "ba116096-3ccc-4cc8-a185-5325439e4e24") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "86427808-9577-4f7a-bbbb-6d5501d354ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b6e8b45a-83ad-4deb-812d-ca482c2db040") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bafbb0aa-4ee2-496b-8193-0fbec28c1693") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "7668b629-abd6-4e14-be84-df90ae487fc6") + ) + (fp_circle + (center 0 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Fab") + (uuid "31bfc3e7-147b-4531-a0c5-e3a305c1647d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "37657eee-b379-4145-b65d-79c82b53e49e") + (effects + (font + (size 0.3 0.3) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "" smd circle + (at 0 0) + (size 0.75 0.75) + (layers "B.Cu" "B.Mask") + (solder_mask_margin 0.375) + (clearance 0.375) + (uuid "363189af-2faa-46a4-b025-5a779d801f2e") + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005c9f31b9") + (at 85.9 100) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C19" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "a543a4a0-b8e2-45a4-be48-7207020a5b1f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Value" "4u7" + (at 1.2 0 90) + (layer "B.Fab") + (uuid "7da6dd22-6820-4812-8b65-ceb1440c016d") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46676089-307b-4368-93d7-ea13a3346191") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ba61f38-0949-4098-ba4d-d3d997c94eee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "475eec45-fa31-48f4-bcc9-79b040fa594a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b0dccfb") + (attr smd) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "895d5ca3-0e9a-421e-88ea-3017edd2db62") + ) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f8db64f8-1695-46e3-9667-49f16b5c734b") + ) + (fp_line + (start -1.48 -0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2f122013-8dbc-4371-941a-b52e2115db20") + ) + (fp_line + (start -1.48 0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aeae1c08-0511-41ff-896d-95b95a86eb35") + ) + (fp_line + (start 1.48 -0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0d7333ca-0587-43cb-9af7-f59016c85820") + ) + (fp_line + (start 1.48 0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6597e724-ffad-43f1-9619-cca25cced87f") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "47890384-6eaa-420c-b9ae-e68a6a7f17b5") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "62c6f8ce-78e5-4ab3-bb01-2fcb0df87aa6") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "825ca21e-b6a1-4e84-a612-f8e2fae8ac04") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9f5c7a80-7220-432e-865b-d1468e8a8d4c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "fc329e60-968a-4f61-ba77-53d29ff8c1c7") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "2571f4c8-d7fc-4e8c-94df-f480e56bb717") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "9cab0c4e-2726-433f-a46f-c25156ae2489") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ca39c02") + (at 88.3 111) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP12" + (at 0 1.448 0) + (layer "B.SilkS") + (hide yes) + (uuid "4780a920-b601-4f7f-a8a3-6f88eae2541d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "GND" + (at 0 0 0) + (layer "B.Fab") + (uuid "16b8eb60-80f0-442d-8743-a5c8fa03e869") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0825fb38-c0a9-4830-a67c-9e6821bc595d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "38f590d9-3afd-4290-9b38-3cf2d2ff5c8f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "323faf0f-c56e-4e5b-b502-1474f6125b51") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca9d135") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "5d2f3ae9-e953-4b8b-8ec2-7e1e969f3fae") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "f2d201ea-d050-4595-9ca9-725c46100429") + ) + (fp_text user "${REFERENCE}" + (at 0 1.45 0) + (layer "B.Fab") + (hide yes) + (uuid "b477ea08-8de0-4172-99c0-8de7d4429a1d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "B.Cu" "B.Mask") + (net 3 "GND") + (uuid "d30845ee-4a41-400f-befd-0997b98a1421") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ca39c0a") + (at 88.3 113.5) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP11" + (at 0 1.448 0) + (layer "B.SilkS") + (hide yes) + (uuid "3ee16bd1-f136-44b9-8ced-1b3969b2d15e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "SCL" + (at 0 0 0) + (layer "B.Fab") + (uuid "ab8f9fbb-f2f4-4c37-a683-74ad001db8c6") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bea57683-932c-48fc-aca6-c73b816c8dd3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ad51ca1-54ef-41c1-b1bf-f8c2dd0f3f63") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ecce2f2-fcac-4045-af41-b6e6b015d452") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca9ce28") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "9b341d0d-a566-494e-9992-b55027cf4044") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "8b6cdbf8-21f4-4048-9aa4-5e699f9f7818") + ) + (fp_text user "${REFERENCE}" + (at 0 1.45 0) + (layer "B.Fab") + (hide yes) + (uuid "b6049450-f12f-4eca-adfb-237ec3a8e84f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "B.Cu" "B.Mask") + (net 4 "/SCL") + (uuid "18cf3d0e-decb-4baa-bbca-50180b40811e") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ca39c12") + (at 88.3 116) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP10" + (at 0 1.448 0) + (layer "B.SilkS") + (hide yes) + (uuid "7e4ade4d-f930-4ad3-894b-4ea6a9806a26") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "SDA" + (at 0 0 0) + (layer "B.Fab") + (uuid "63800a5c-5070-4e17-84b3-b1e9d7317ddc") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd6e44e9-6a19-4ff8-b90d-3e96e42b503a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a2b2a653-7697-47e5-a150-55580ef81603") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a4fcba8-6995-4542-a232-64d7c8d9ad94") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca9cd70") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "d792aec0-aee7-4228-a679-0b33947e4320") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "2f988663-1a29-4f09-b2d7-92ad5d94794b") + ) + (fp_text user "${REFERENCE}" + (at 0 1.45 0) + (layer "B.Fab") + (hide yes) + (uuid "a42ea6ad-a447-49fc-9906-7fcad9b38814") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "B.Cu" "B.Mask") + (net 1 "/SDA") + (uuid "aa0ce9b9-e072-46d6-baab-d92c3c3ccc38") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ca39c22") + (at 81.5 116) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP8" + (at 0 1.448 0) + (layer "B.SilkS") + (hide yes) + (uuid "8d5f01ef-0b95-4d49-8a56-4edab785359d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "5V" + (at 0 0 0) + (layer "B.Fab") + (uuid "fe55d0af-9e3d-44b0-a017-d02aa2b5afd1") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a4a49b9-05ea-4217-ae33-74db0a38b661") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8696d385-24f6-478f-9af3-d1c756da2c84") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bfb1e877-4646-4771-82d2-6114227e66c7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca9b5fe") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "4cf19d8f-ca41-49ab-87c3-8375eb220775") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "b17afead-77f6-4856-a39f-5e144a23bcd9") + ) + (fp_text user "${REFERENCE}" + (at 0 1.45 0) + (layer "B.Fab") + (hide yes) + (uuid "49dd41aa-f677-45d8-941f-226f9b63a72f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "B.Cu" "B.Mask") + (net 5 "+5V") + (uuid "da24dc07-eed2-4940-92b1-4171ce93a6eb") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ca403c9") + (at 81.5 111) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP9" + (at 0 1.448 0) + (layer "B.SilkS") + (hide yes) + (uuid "fa79abb7-df1b-43f8-b136-f19ec7e0d640") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "3V3" + (at 0 0 0) + (layer "B.Fab") + (uuid "30134960-62b7-46de-97b1-73a11e3e05a7") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "daf2dc7a-161d-4dbe-99b3-42d0214cbfb9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ab0e8cf8-3d6b-4f4c-a620-0964c0db2ef1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64fe55c2-6cb0-482d-95f2-a91275403b93") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca9ccba") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "43840adf-0035-4ada-a0ac-bd5446501e0d") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "81e76c84-5e2c-4882-83ea-73a677842c28") + ) + (fp_text user "${REFERENCE}" + (at 0 1.45 0) + (layer "B.Fab") + (hide yes) + (uuid "1c43bb8e-759f-4135-b23d-5307782a8854") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "B.Cu" "B.Mask") + (net 2 "+3V3") + (uuid "6da48a38-05d9-4d5b-a152-1cc97faab2a4") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cacecf5") + (at 55.5 94.25) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP13" + (at 0 1.448 0) + (layer "B.SilkS") + (hide yes) + (uuid "c6c09f1d-8526-474d-84d1-9ef4e9ca3baa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "VBUS" + (at 0 0 0) + (layer "B.Fab") + (uuid "675cfbd2-e790-4842-b368-f626e1795786") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b990388-7da9-4bbc-9725-f604e12a1ac6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df61957a-588d-4878-b11a-6fba9eae1e26") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a83dcb2e-6ee7-4141-b0e4-de462e7392d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005caf0599") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "22a8e1bc-22fb-4e62-add4-2ae0c07ce05c") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "f3749464-3429-4e5d-8e9e-7776a190bf7c") + ) + (fp_text user "${REFERENCE}" + (at 0 1.45 0) + (layer "B.Fab") + (hide yes) + (uuid "34bc4df9-50ad-433a-a204-50b962ec67ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "B.Cu" "B.Mask") + (net 187 "/xVBUS") + (uuid "1754779f-f1ea-4e4f-9a64-93d7ee7943e3") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cad0bb5") + (at 57.9 96.8) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP14" + (at 0 1.448 0) + (layer "B.SilkS") + (hide yes) + (uuid "8b6d23e1-36db-42f1-8a08-9f4ec1369434") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "USBGND" + (at 0 0 0) + (layer "B.Fab") + (uuid "f85d4ea0-e9e5-4e74-b9b9-4ca2bb2e7cd7") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c6487f4-17b8-4371-b1f7-c30930d77c72") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9fd91616-50cd-4626-8780-e9d0273b21f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c4e00f2-8be7-466e-85f3-160ff50e27f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005caf1844") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "64ab901b-ea46-43a5-9f7f-64cceeb0129b") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "8d461b4d-62dc-488b-8977-3c95555f9343") + ) + (fp_text user "${REFERENCE}" + (at 0 1.45 0) + (layer "B.Fab") + (hide yes) + (uuid "32f708e0-df94-44e7-a6ae-cda54a0cd338") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "B.Cu" "B.Mask") + (net 3 "GND") + (uuid "db03190e-bc4a-40e3-ac97-45f05ba708cb") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cad756a") + (at 57.9 94.7) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP16" + (at 0 1.448 0) + (layer "B.SilkS") + (hide yes) + (uuid "0a6b5814-2972-4ec4-8bea-46828fb75039") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "USBDM" + (at 0 0 0) + (layer "B.Fab") + (uuid "917cd117-92bc-45a7-bf89-1770f5fb3f75") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb88772d-b466-4863-9f82-2cdc100bc44d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "92eda3e3-ac3c-4562-8f25-a80ca833c3e9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d84366d9-699a-4684-8ceb-bf6eb8f18d9f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005caee18c") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "2a24dffe-c9d6-428a-aa0a-97de6a340b8b") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "e65cdd4f-d044-4664-ac08-106160a06115") + ) + (fp_text user "${REFERENCE}" + (at 0 1.45 0) + (layer "B.Fab") + (hide yes) + (uuid "1401aaf2-7f13-48d0-8a1f-1a41703e0721") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "B.Cu" "B.Mask") + (net 11 "/USB_N") + (uuid "99f2690c-1a6d-4fbb-ba61-f3d41eb4c0b7") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cad75c3") + (at 55.5 96.3) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP15" + (at 0 1.448 0) + (layer "B.SilkS") + (hide yes) + (uuid "73b3efd7-d2be-46cf-b06c-e91017a9877c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "USBDP" + (at 0 0 0) + (layer "B.Fab") + (uuid "81c8ed7b-6f74-439b-b839-9329368f223c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3e947095-52e3-4de0-8165-42aaa8421129") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5e43b7a-bdba-47ec-bd1c-689fc5cd8250") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a291495-f4fd-492b-b2d9-eb90e9525b92") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005caede5c") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "4c7e0aa8-63d6-4bff-88aa-64f636f5b95e") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "f573056c-87a1-403e-987f-f1dc1f10bd0b") + ) + (fp_text user "${REFERENCE}" + (at 0 1.45 0) + (layer "B.Fab") + (hide yes) + (uuid "8c875065-be0e-41c1-a837-74699c7ba035") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "B.Cu" "B.Mask") + (net 8 "/USB_P") + (uuid "60e87dc7-656f-4705-b8d6-ece6cbaf41c3") + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cb0d6d5") + (at 88.4 95.5 90) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C80" + (at 0 0 -90) + (layer "B.SilkS") + (hide yes) + (uuid "6d646c30-feab-4e3e-adf0-5427b73b5f08") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Value" "4u7" + (at 1.15 0 180) + (layer "B.Fab") + (uuid "3f206607-332e-4c96-8963-5302804f476f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f2ee8224-fae3-457c-b7af-b856fe7c459c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "80905dcc-ae5c-4166-af57-f4e6ac64a115") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc9e8cff-f9b5-4a12-9eea-ca020eb69de1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005bda8a1e") + (attr smd) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "c2564ecf-bd43-431d-b9a2-c7be54487485") + ) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4208e41d-1d0a-40b9-bf94-fcbeb6562f9d") + ) + (fp_line + (start 1.48 -0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "376a6f44-cf22-4d88-ac13-30f83803795f") + ) + (fp_line + (start -1.48 -0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "33064f56-88c0-44a1-ac52-96957fe5ad49") + ) + (fp_line + (start 1.48 0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "52d326d4-51c9-4c17-8412-9aaf3e6cdf4c") + ) + (fp_line + (start -1.48 0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "df3e0d78-29b1-4811-9600-571610f4b8a8") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d1f81642-eb3a-4277-b357-9cbb5a3aa5ac") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b20fb198-6b0b-4cab-9ba8-ea9b46e8088f") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "68f7174d-ce7a-41b4-89f8-dd7e3ded57a1") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e3903eeb-8b72-4b40-a088-cbbba270c01b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "60d30b2f-02cb-42f2-b2ed-c84cb33e3e36") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 90) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 48 "/VCCPLL1") + (uuid "4625ef31-ba9f-4b3e-8ebc-93b4658ad74a") + ) + (pad "2" smd roundrect + (at 0.7875 0 90) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 50 "/GNDPLL1") + (uuid "a6694369-d7a9-41d0-a88e-8a3c16982564") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cb23fcf") + (at 89.8 99.25 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C85" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "880d94e0-447e-413a-a558-cee4b897ff70") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 90) + (layer "B.Fab") + (uuid "01c517db-db70-46d2-9618-e9aeac9589c3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "01ce2c68-ef60-43c6-a991-c7cef946381c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8c1cb3d8-3f53-4ac5-8a2e-b756ce97a315") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "69410e8e-845f-402a-a903-953ec6bc2a1e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005ccc4d9e") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "600a126b-a6d3-4e08-b413-ce35e3c2d92f") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "11ec77c4-ba99-45b0-907a-173e45347d10") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c11bad25-a9cf-44c7-a96e-564f6c19521c") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5827dae2-8d8c-4f89-84c9-2b4c97f9f78f") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b199093d-fc35-4a57-84d4-9203d9dc1821") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2416b761-64cf-46de-a335-39e84b411ea4") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "df6b5968-848c-4920-8f3e-400c3b00eb75") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6e71b84d-ba93-46db-b655-09de6e7c8c28") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "3745d030-b1db-42b3-88e5-5fb982cc9164") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "888059b3-2471-43ee-a2b4-3fd09f693b37") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "2086f1f4-059c-4ac4-858b-c6e65c5b1092") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cb276a6") + (at 85.7 94.8 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C21" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "4a5d9644-2379-4885-b4a6-a8623a813c99") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at -1.05 0 90) + (layer "B.Fab") + (uuid "44a3d6e0-81da-4c53-981a-168ed3134773") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4bf343a9-9955-40f7-bda4-03fdb7f93226") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ba8ffe3-4a0e-4378-ac8a-f268517c8a61") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a549c30b-04e0-4309-9357-19acfc53307e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b0dcf1b") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ce6d7a5f-f433-4e4b-b5b7-b76118558c78") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4213bb43-a38a-4b14-8bc2-c3c7ea3d73b0") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1088c273-6236-415b-85a3-3a7f49436fe6") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d86de366-b062-45a7-bdc6-eee27735041a") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "be813dec-c91f-4c06-808b-c742fd6baf99") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c32c2d53-75ef-4371-af70-06a6dd412bcc") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f8f6e65d-70e9-4022-98b8-a0f0810215e8") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5d69439c-bbdc-43f5-bd41-c6169c74e2f5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "e8194575-5e83-424b-9bc1-c0b79369f99c") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "f93adc76-130d-446e-8a52-b160db229a99") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "0916deba-2579-44ce-bcc0-0c56d78c5bd3") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cb314ce") + (at 87.2 95.5 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C79" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "9475e9d3-6cc0-4d12-b7fe-a51d2e5bd435") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 1.3 0 90) + (layer "B.Fab") + (uuid "3877bb8a-9764-43f3-9a49-eb9f7872e89b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "268e1522-3e1c-47fe-a16d-9f3efa8ce469") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7cef6621-8318-451a-9f8e-dace8b5d5a3b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83e469dd-5b8b-40f9-95d8-a7e89563496d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005bda8948") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3fe87333-5931-44bb-90b4-566c7f950fdc") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "628499d2-8b42-43be-a524-586c217f7f60") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ec3b3a1b-bc30-4c1b-a40c-639e4fb72f82") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f8ae011a-48ba-46df-a69d-fb189c06c99d") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d520a0ab-a6bc-42dd-ab73-4b176d116f70") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4ca11800-26b8-4900-b5ae-e2296f6874b2") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "915226b4-fe40-4872-bc2a-395b435a2e92") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6fad6f02-8123-4aad-9fb4-c4c0c238e26f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "64131ccf-1d90-4b59-a3de-335452800ea3") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 48 "/VCCPLL1") + (uuid "58fbda34-e62f-4525-a3b1-91a77c26980f") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 50 "/GNDPLL1") + (uuid "0041fa45-5fe1-41a7-84c3-9ed152d8ffa8") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cb34414") + (at 70.65 111.2) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP17" + (at 0 1.448 0) + (layer "B.SilkS") + (hide yes) + (uuid "c49cdd63-d196-49a7-b408-7af3848e936c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1V2" + (at 0 0 0) + (layer "B.Fab") + (uuid "1e3fd3d5-91a2-4915-bf3d-e5e3d46d180b") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4f27d186-c21f-4742-a3d1-624d58cf7478") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "92cc1c13-2c82-4d21-8ef8-58efdf9e2066") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dafb99c7-401e-4c00-bb7a-85ce31edfdb4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005cc2abf8") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "4c492959-c00a-430a-b92b-afb6f355a82a") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "1427beee-3bac-4761-90c7-1d211b9ad51c") + ) + (fp_text user "${REFERENCE}" + (at 0 1.45 0) + (layer "B.Fab") + (hide yes) + (uuid "2bc709a0-58c7-4027-bd09-68d5e2408c67") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "B.Cu" "B.Mask") + (net 29 "+1V2") + (uuid "46f17238-8a86-42fa-a9fd-be51f506f7e6") + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cc279d9") + (at 124.05 103.4 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R48" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "8e75264b-b45e-45ec-b230-7e1dce7d68b3") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Value" "0R15" + (at 0 0.8 90) + (layer "B.Fab") + (uuid "5a010660-4a0b-4680-b361-32d4c3b60537") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb38e730-3d81-4b42-84e6-f9e2b38f3301") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "21e0fa3d-6887-4bb9-ad70-20265f521e62") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dadccd5d-6f26-4701-8c88-8c3b0aac02ff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005cd0c19c") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ce55d4e5-cb2b-4927-9979-4a7fc840f632") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "312474c5-a081-4cd1-b2e6-730f0718514a") + ) + (fp_line + (start -1.48 0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a6dd3322-fcf5-4e4f-88bb-77a3d82a4d05") + ) + (fp_line + (start 1.48 0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "61a18b62-4111-4a9d-8fca-04c4c6f90cc3") + ) + (fp_line + (start -1.48 -0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "97693043-81ba-44a2-b87b-aca6193e0970") + ) + (fp_line + (start 1.48 -0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "717b25a7-c9c2-4f6f-b744-a96113325c99") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "dbbbcbf5-ed09-4c20-902c-70f108158aba") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b7dfd91c-6180-48d0-832a-f6a5a032a686") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "81ab7ed7-7160-4650-b711-4daa2902dc8b") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "72f9157b-77da-4a6d-9880-0711b21f6e23") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "9404ce4c-2ce6-4f88-8062-13577800d257") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 270) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 202 "/IO_Banks/IO_Buffer_B/ISNS_H") + (uuid "f87a4771-a0a7-489f-9d85-4574dbea71cc") + ) + (pad "2" smd roundrect + (at 0.7875 0 270) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "f2c43eeb-76da-49f4-b8e6-cd74ebb3190b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cccabd4") + (at 122.55 87.6 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R49" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "25625d99-d45f-4b2f-9e62-009a122611f4") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Value" "0R15" + (at 0 0.85 -90) + (layer "B.Fab") + (uuid "d23840a6-3c61-45ca-968a-bc57332fd7a4") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64c2da6f-62aa-4f21-adb1-04a05e274047") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0132406a-c3eb-484d-8a19-7e9cd7c30f38") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1245aea6-eb1b-4ccd-a8f9-2128384de23d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005cd0c19c") + (attr smd) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "4c6a1dad-7acf-4a52-99b0-316025d1ab04") + ) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "02491520-945f-40c4-9160-4e5db9ac115d") + ) + (fp_line + (start 1.48 -0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b5d84bc0-4d9a-4d1d-a476-5c6b51309fca") + ) + (fp_line + (start -1.48 -0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "909d0bdd-8a15-40f2-9dfd-be4a5d2d6b25") + ) + (fp_line + (start 1.48 0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fe9bdc33-eab1-4bdc-9603-57decb38d2a2") + ) + (fp_line + (start -1.48 0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a46a2b22-69cf-45fb-b1d2-32ac89bbd3c8") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "64269ac3-771b-4c0d-91e0-eafc3dc4a07f") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2edc487e-09a5-4e4e-9675-a7b323f56380") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a43f2e19-4e11-4e86-a12a-58a691d6df28") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "100847e3-630c-4c13-ba45-180e92370805") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "b1240f00-ec43-4c0b-9a41-43264db8a893") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 90) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 203 "/IO_Banks/IO_Buffer_A/ISNS_H") + (uuid "4198eb99-d244-457e-8768-395280df1a66") + ) + (pad "2" smd roundrect + (at 0.7875 0 90) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "3e011a46-81bd-4ecd-b93e-57dffb1143e5") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cd07154") + (at 122 99.8) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP18" + (at 0 1.448 0) + (layer "B.SilkS") + (hide yes) + (uuid "1c6434d3-2eb4-45c4-919b-76bc5df93b2a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "VDAC" + (at 0 0 0) + (layer "B.Fab") + (uuid "14202ecb-5941-455d-a867-b86716db90d7") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "22a701e6-9f1f-4cdd-a704-47f849a86eee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a730779-92a2-4eb1-a0e8-a0c1a1965528") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eee73f29-9a55-4c65-a45e-f23cc9892b9d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005d2659d6") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "21930fd1-46a2-4b3e-9765-d207f0464a07") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "02c86f21-caef-4fbc-95b0-d828a7114318") + ) + (fp_text user "${REFERENCE}" + (at 0 1.45 0) + (layer "B.Fab") + (hide yes) + (uuid "3406438b-af44-4c6b-93b5-d0d24ae94a91") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "B.Cu" "B.Mask") + (net 226 "/IO_Banks/IO_Buffer_B/VDAC") + (uuid "dd25caf2-c470-499e-9b28-d47564283b2f") + ) + ) + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005cd0715c") + (at 124.6 91.2) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP19" + (at 0 1.448 0) + (layer "B.SilkS") + (hide yes) + (uuid "19aec941-d967-4940-a58a-9060a38854cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "VDAC" + (at 0 0 0) + (layer "B.Fab") + (uuid "7e98c7bb-1d59-4b79-8dd7-3fc856d94f6e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9360ec81-3c29-4da5-914f-1b53e428616a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40fbc38c-db44-4bd2-924b-8d050a88875d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc8ae57a-2e58-4ec8-a3ad-61f56f665e97") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005d2659d6") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "B.SilkS") + (uuid "1a9e2b11-80b9-435f-a9bf-a5b45e4a1043") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "B.CrtYd") + (uuid "7ea5fa02-788a-478b-aebb-c1380934d36b") + ) + (fp_text user "${REFERENCE}" + (at 0 1.45 0) + (layer "B.Fab") + (hide yes) + (uuid "c1383de0-8b89-4198-8e13-094764dd7221") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "B.Cu" "B.Mask") + (net 227 "/IO_Banks/IO_Buffer_A/VDAC") + (uuid "4d9c5bb1-1a0b-4685-9b64-9623bdfa6e36") + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ecae8cd") + (at 101.05 104.95 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C75" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "19947266-d718-4a7e-8ce7-a9e04db709cf") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "835102f4-9b14-413b-a145-1f010f51931f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cef8bbb0-b21e-41d1-a0d4-1e686f44c331") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ccbfb88f-687d-4d9b-a722-f08e1e89bab9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "630fe08c-5faf-438e-89ae-8eb54d3240bb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005b4e428d") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3c1baf09-a0fa-4d5b-9e19-dad36989c504") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "38283c07-56ee-45a4-9359-035eeacc2402") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "42d1103b-01a9-4ce4-8c43-2c32be677f5a") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a771c02c-8b53-42d8-99ed-0a81252d0009") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9a2b75a3-2170-46bd-a4ae-f41d05639556") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "172ae4b5-4844-4ae8-a220-06196fc931d3") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c031f799-3699-4973-829d-1bc94d1dc5d0") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f232b395-a0ab-4461-b901-fad8834664e8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "92f3f87e-5e1a-419d-afde-68dd17a44605") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "83d289e8-09e9-450f-aa29-e4a965c20aed") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "3a343692-2c55-4f37-9ead-c72b1953e9cb") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ecaeb3d") + (at 101.05 90.95 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C51" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "c5ca144b-4a8c-4b43-8d11-73bfc7ce35b4") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "fba6e488-9940-4c72-a3c3-f2539158fdfc") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1b9643f9-da71-4101-affa-ba2d317978e9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "04a79db7-5b71-4897-9ab7-633e4f45c306") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83c926f6-75c5-4190-a4a5-75a107f23608") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e4258") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "74a9d92f-93b8-42e6-97b6-ac630c5378b8") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "862b97e2-70d6-4aea-9357-60983bc901d8") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "36815cf6-0422-444c-a3e8-ed66ef92f617") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0b71d1a0-f7f1-4898-a4ea-edf5332f8ca7") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2ab4e285-80ef-4098-93e3-671fb896f742") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fa98a317-14ca-498d-8226-47acdff0c9f6") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5c19c8eb-a9eb-4833-b94e-16d408a4c614") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1bcfdeb5-4398-4ba9-8d2b-1afb409aafd2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "120c613d-4c12-4293-ae3a-6a512771985f") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "72e8fcce-5083-40f6-a91f-3bfabc7c7549") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "f0ad4449-626d-4aef-bbd4-02eba1183b71") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ed214c6") + (at 97.05 88.15 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C39" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "82ef8600-aff7-4e4e-83cc-272869fe14ce") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.75 -90) + (layer "B.Fab") + (uuid "1dee4846-8791-4542-adda-b250a1fd785e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fc24dc0e-3e02-47ce-b5ee-13bc9c739402") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f912b6b-6ffe-437c-a354-836320b2d66b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "74af5d6f-c63e-494f-b2b9-2ca503c4f924") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4abdf7") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8c412f01-bba7-48e8-b847-df07ecccd1d3") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b8e16f60-cf7a-442c-9536-5f2af8ffcced") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7004b745-8e5c-4780-8ef3-3997612a270f") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f1bf644e-4d5f-4687-800c-1d45ba8aee3e") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e0b2e383-60c6-4fac-9ee5-cb930796bb4b") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f5ec4301-2f32-46c4-8f0d-2c5a15cb6fc4") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2c10cbb6-bb66-42f5-8d9b-60929154543b") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "eebb738b-731b-4116-9d82-911722ba4406") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "ae4aa54e-a780-4e26-8a76-8295f04ee892") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "38826a5f-2a18-4a0f-a0ad-83c05a6f55cc") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "cc59dc89-7281-4329-8665-69cac2c9dc68") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ed21aeb") + (at 101.05 88.15 -90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C50" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "cfa7d3f6-0cc9-4375-a0ac-d721b57ce3a3") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at -0.05 0.75 -90) + (layer "B.Fab") + (uuid "7b7e0923-b508-4aa1-91a7-05a7557a88ee") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc248e8c-46c8-446e-b737-ef1bf56f3021") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "525d2379-b7e9-42ec-8111-52020704b29b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f21df470-d7b9-47ec-ba5d-7c0f4ba93098") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005b4e4223") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b2fb7a1b-c9ba-4acd-a02e-25484040900c") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f626dfdc-a42e-49fe-92eb-181cb51736dc") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b559f405-4de0-4485-9eb1-aa1ba6266fb3") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dd81f792-3a25-482c-b21e-05ec2d4eb5d6") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "53b9d0a9-bdca-4a98-a62c-67ea855d8049") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d98ae824-3371-435f-8ca0-a21a12804f20") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "37be8254-7e2c-4f4c-a147-46fa446006a2") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e7d18ef0-3fda-41de-bee8-09bcd775905e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "888c76fa-7b17-4835-83d9-86e7676bd4ef") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "9428c84f-f95c-4fa2-a59d-586cb3c5d4fd") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "c9d7f80c-93d3-40b6-82bc-9669a79c7f05") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eddd5e4") + (at 123.3 107.8 180) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C44" + (at 0 1.17 0) + (layer "B.SilkS") + (hide yes) + (uuid "5ed637ac-40ac-434c-a406-609e25d3658d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.65 0) + (layer "B.Fab") + (uuid "46aac001-1e0b-4992-9b6b-7fbd6860af0e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72fabfc9-5aa5-476d-899b-da7ef69586fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f5186bf1-39e7-4aa3-94a9-9f0e13193148") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1bfde834-e6f6-4c2d-af5f-3806e9685768") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f19a98a") + (attr smd) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "55870dc1-a751-4fb1-a7eb-fe844b64659b") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eed5fd95-a7ce-441e-bbe1-d330431c5e6d") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e9581bdc-0c32-481f-b3ec-f590264a37c8") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e419300a-5404-42ba-8c9b-e8cd5066ac8e") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c0c3e2b6-4759-48ec-95b1-882d85817a23") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b71ea2fc-03b3-4a1a-950e-5a040f1be797") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cb264f5c-8c6d-42d7-b52d-ea304b08528f") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5c60e2fd-e25b-42a0-9a7e-d020a279558a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "3d8ae180-8beb-4868-96bd-080dbdab2951") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 191 "Net-(C44-Pad1)") + (uuid "75f982a1-6ab8-4209-a4a8-58e41c3ce9c1") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 190 "Net-(C44-Pad2)") + (uuid "7a4a5c0e-c639-4f33-aa7f-cf5502abd572") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005eddd749") + (at 123.3 83.2) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C58" + (at 0 1.17 0) + (layer "B.SilkS") + (hide yes) + (uuid "95376300-f16d-43b2-b149-df8f49eb2782") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0 0.7 0) + (layer "B.Fab") + (uuid "3662e68b-207e-47a3-930c-038dfd8202b6") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a4eb027-c4f2-4b49-a110-999b72c7672f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6c5d7e45-ba71-43c2-8a8a-9da73216f6e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2bd327ce-613e-4664-93c7-45fdf1c8211f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f19a98a") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8f2a6709-854c-4caf-959b-d289d2962128") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cf06bbbc-3fa0-42b7-9a99-642ec3689891") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a8ed9f4d-0385-4ec2-831d-b6c7165c148a") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "56801e6d-c4ab-4f7b-8289-2119a52fa227") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5a29cdb1-72f4-490b-b940-70ed3bd8dac4") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "58c4b7f1-3bfe-4269-af43-3ce726a108d9") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b830f01d-0d9c-451a-9ac4-3e5744deb516") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a8b5a69a-24fc-4f3a-af15-1ced0fb0d73b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "f83c7689-506f-4228-94dd-e1c4dd714e67") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 193 "Net-(C58-Pad1)") + (uuid "a067890f-6be8-49e9-b75d-ff2c32452685") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 192 "Net-(C58-Pad2)") + (uuid "8dcf91a3-1716-406f-975d-a5e4d347a64c") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005edde3fd") + (at 123.8 105.9 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R25" + (at 0 1.17 90) + (layer "B.SilkS") + (hide yes) + (uuid "b70f4be0-be81-40f1-b237-a16be3740211") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4R7" + (at 0 -0.7 -90) + (layer "B.Fab") + (uuid "b285d77c-3eef-4763-b6e4-d7759b529dfd") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05eba1c6-1e56-4b94-8e60-2dedb9a2815c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc358f0f-d506-41c0-925a-e684e2f2e1af") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "51fa875c-5026-4d5a-bb69-e175417f9df0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f1a23b9") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e89e5b16-554a-4d97-8f95-fc89c9b40d74") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "10e5ae6d-e43e-4ff8-abc5-fd9df16782da") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "28f921ab-5f55-47f8-b726-02e567145cd5") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "557d128f-cf69-4c70-9959-d139ac95c63c") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e4d0483b-1c21-4fb6-87dd-47e636746c0e") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4263a0e8-33fc-439f-9b56-889a4f5d7b26") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "856c0384-2dfc-47d2-a66c-a145c3149f14") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4223805d-8db1-4df1-b73a-3d99f37f1701") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "b2cac11a-5f3b-43d7-88e5-8d0241ac6453") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "afc58bc7-e8b3-4ec7-b7ec-e155055196a5") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 191 "Net-(C44-Pad1)") + (uuid "c9ab240f-b898-4113-9b58-995237cd751a") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005edde6c0") + (at 122.8 85.1 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R54" + (at 0 1.17 90) + (layer "B.SilkS") + (hide yes) + (uuid "544c9ad7-a0b6-4f88-9dcd-908e3e2acf79") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4R7" + (at 0 -0.65 90) + (layer "B.Fab") + (uuid "5c9202d7-6a93-43b3-87c0-77347fd72885") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20d1a31d-1420-4f01-b0ab-89e487a3a8c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "11bdb62a-9fb4-408e-8adf-d7c653bd3e90") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5ce5eed-2189-4a1d-ac28-2e355bcdde0a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f1a23b9") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "65e58d89-f213-4051-b36b-7b3454867ad5") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9959c68a-7d2a-4f14-b245-3548992673f3") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "08fa8ff6-09a7-484c-b1d9-0e3b7c49bb26") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "321eb03e-d5d7-4c98-9326-4c49d56670ae") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6f13bfbf-7f19-4b33-9de2-b8c15c8c88ee") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "628f0a9f-12ce-4a6a-8ea2-8c2cdfc4161e") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "604495b3-3885-49af-8442-bcf3d7361dc4") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "12481f4a-71b0-43a4-a69b-bc048ed999f0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "9d541d6f-313d-4469-a000-68242c1dd6d6") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "baaf14d0-0c5c-4bf0-82d7-5ee71082500d") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 193 "Net-(C58-Pad1)") + (uuid "01422660-08c8-48f3-98ca-26cbe7f98f5b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_0603_1608Metric_DNP" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f0b48b7") + (at 125.95 100.6 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor DNP") + (property "Reference" "R6" + (at 0 1.43 90) + (layer "B.SilkS") + (hide yes) + (uuid "a7c83b25-afbd-4974-8870-387db8f81a5c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "DNP" + (at 0 0.8 90) + (layer "B.Fab") + (uuid "c7db4903-f95a-49f5-bcce-c52f0ca8defc") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "323542c0-93d1-479a-80fe-e5b6476d74bb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "993b7dcc-7879-4435-a58a-577b811145de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca58abaf-9373-4589-8953-375e299da8ab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f25ea2a") + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "897277a3-b7ce-4d18-8c5f-1c984a246298") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1d9dc91c-3457-4ca5-8e42-43be60ae0831") + ) + (fp_line + (start -1.48 0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f1c2e9b0-6f9f-485b-b482-d408df476d0f") + ) + (fp_line + (start 1.48 0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2a4f1c24-6486-4fd8-8092-72bb07a81274") + ) + (fp_line + (start -1.48 -0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e6bf257d-5112-423c-b70a-adf8446f29da") + ) + (fp_line + (start 1.48 -0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "2c10387c-3cac-4a7c-bbfb-95d69f41a890") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1ae3634a-f90f-4c6a-8ba7-b38f98d4ccb2") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ed612f6d-67c1-4198-976d-84139f8d99bc") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7d2422a2-6679-4b2f-b253-47eef0da2414") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "80b9a57f-3326-43ca-b6ca-5e911992b3c4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "4c144ffa-02d0-42da-aef1-f5175cbde9c0") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 270) + (size 0.875 0.95) + (layers "B.Cu" "B.Mask") + (roundrect_rratio 0.25) + (net 200 "Net-(R6-Pad1)") + (uuid "017667a9-f5de-49c7-af53-4f9af2f3a311") + ) + (pad "2" smd roundrect + (at 0.7875 0 270) + (size 0.875 0.95) + (layers "B.Cu" "B.Mask") + (roundrect_rratio 0.25) + (net 202 "/IO_Banks/IO_Buffer_B/ISNS_H") + (uuid "bc204c79-0619-4b16-889d-335bfdd71ce0") + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f0b48c8") + (at 124.05 100.6 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R7" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "4b042b6c-c042-4cf1-ba6e-bd77c51dbedb") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Value" "0R33" + (at 0 0.8 -90) + (layer "B.Fab") + (uuid "90f2ca05-313f-4af8-87b1-a8109224a221") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a4dda4c7-67ff-424f-97ac-1c304e3978b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1fe403ed-b4bd-43b2-94a0-8de9158ff138") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2624b674-ebe3-47d8-83c6-aee65aeb7fa9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f25dfb3") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "900cb6c8-1d05-4537-a4f0-9a7cc1a2ea1c") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "b500fd76-a613-4f44-aac4-99213e86ff44") + ) + (fp_line + (start -1.48 0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bc05cdd5-f72f-4c21-b397-0fa889871114") + ) + (fp_line + (start 1.48 0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b4fbe1fb-a9a3-4020-9a82-d3fa1900cd85") + ) + (fp_line + (start -1.48 -0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "278deae2-fb37-4957-b2cb-afac30cacb12") + ) + (fp_line + (start 1.48 -0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "31070a40-077c-4123-96dd-e39f8a0007ce") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9e5fe65d-f158-4eb5-af93-2b5d0b9a0d55") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a86cc026-cc17-4a81-85bf-4c26f61b9f32") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "056788ec-4ecf-4826-b996-bd884a6442a0") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "792ace59-9f73-49b7-92df-01568ab2b00b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "70186eba-dcad-4878-bf16-887f6eee49df") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 270) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 200 "Net-(R6-Pad1)") + (uuid "27e3c71f-5a63-4710-8adf-b600b805ce02") + ) + (pad "2" smd roundrect + (at 0.7875 0 270) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 202 "/IO_Banks/IO_Buffer_B/ISNS_H") + (uuid "de588ed9-a530-46f0-aa03-e0307ff72286") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_0603_1608Metric_DNP" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f0b48d9") + (at 120.65 90.4 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor DNP") + (property "Reference" "R8" + (at 0 1.43 90) + (layer "B.SilkS") + (hide yes) + (uuid "4e7a230a-c1a4-4455-81ee-277835acf4a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "DNP" + (at 0 0.85 90) + (layer "B.Fab") + (uuid "2bbd6c26-4114-4518-8f4a-c6fdadc046b6") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "98b1af34-7714-412e-ade0-cfaa21288529") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf5e0440-8bce-4973-96f5-025941c47075") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "482a8694-0506-49d0-a47d-9e404cf6fc97") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f25ea2a") + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "41ab46ed-40f5-461d-81aa-1f02dc069a49") + ) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8d71ad3-6fd1-4a98-9c1f-70c4fbf3d1d1") + ) + (fp_line + (start 1.48 -0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "51f5536d-48d2-4807-be44-93f427952b0e") + ) + (fp_line + (start -1.48 -0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b6924901-677d-424a-a3f4-52c8dd1fa5f5") + ) + (fp_line + (start 1.48 0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fe4068b9-89da-4c59-ba51-b5949772f5d8") + ) + (fp_line + (start -1.48 0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "92574e8a-729f-48de-afcb-97b4f5e826f8") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "105d44ff-63b9-4299-9078-473af583971a") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "de438bc3-2eba-4b9f-95e9-35ce5db157f6") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "341e67eb-d5e1-4cb7-9d11-5aa4ab832a2a") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7043f61a-4f1e-4cab-9031-a6449e41a893") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "1053b01a-057e-4e79-a21c-42780a737ea9") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 90) + (size 0.875 0.95) + (layers "B.Cu" "B.Mask") + (roundrect_rratio 0.25) + (net 201 "Net-(R56-Pad1)") + (uuid "a1701438-3c8b-4b49-8695-36ec7f9ae4d2") + ) + (pad "2" smd roundrect + (at 0.7875 0 90) + (size 0.875 0.95) + (layers "B.Cu" "B.Mask") + (roundrect_rratio 0.25) + (net 203 "/IO_Banks/IO_Buffer_A/ISNS_H") + (uuid "f8a90052-1a8b-4ce5-a1fd-87db944dceac") + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f0b4dae") + (at 122.55 90.4 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R56" + (at 0.0125 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "19a5aacd-255a-4bf3-89c1-efd2ab61016c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Value" "0R33" + (at 0 0.85 90) + (layer "B.Fab") + (uuid "9c2a29da-c83f-4ec8-bbcf-9d775812af04") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fdcfcee-48a2-4abe-852f-66b81987c726") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9cf004e3-8c8d-4394-a70b-6fed1ac7fbcc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52ce6e1a-68c8-426f-abce-23d7bd6e63b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f25dfb3") + (attr smd) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2ba21493-929b-4122-ac0f-7aeaf8602cef") + ) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "60960af7-b938-44a8-82b5-e9c36f2e6817") + ) + (fp_line + (start 1.48 -0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3388a811-b444-4ecc-a564-b22a1b731ab4") + ) + (fp_line + (start -1.48 -0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8aa8d47e-f495-4049-8ac9-7f2ac3205412") + ) + (fp_line + (start 1.48 0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "73a6ec8e-8641-4014-be28-4611d398be32") + ) + (fp_line + (start -1.48 0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "47957453-fce7-4d98-833c-e34bb8a852a5") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d33c6077-a8ec-48ca-b0e0-97f3539ef54c") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5fba7ff8-02f1-4ac0-93c4-5bd7becbcf63") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4b534cd1-c414-4029-9164-e46766faf60e") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3dbc1b14-20e2-4dcb-8347-d33c13d3f0e0") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "6e508bf2-c65e-4107-867d-a3cf9a86c69e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 90) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 201 "Net-(R56-Pad1)") + (uuid "e8e598ff-c991-433d-8dd6-c9fce2fe1eaa") + ) + (pad "2" smd roundrect + (at 0.7875 0 90) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 203 "/IO_Banks/IO_Buffer_A/ISNS_H") + (uuid "846ce0b5-f99e-4df4-8803-62f82ae6f3e3") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (locked yes) + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f44afb8") + (at 75.9 110.1) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C17" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "a565fbe1-90b3-4bf4-85a9-0bf50a5110f2") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0.015 -0.8 0) + (layer "B.Fab") + (uuid "f0252edc-e8f7-43bb-bd44-03523a4233fa") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c762fe7d-813f-4fa4-9c4d-92540e6a7e7c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd5785b2-1b22-48bb-80a1-4f4cb779cba3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "69ef05be-9fbf-49f2-a83b-2c05a83e53e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ad48d38") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "944edb35-9f5b-4576-8b54-6d6a09845a77") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fb527929-5a76-4386-92c7-ed3f3a2f2a66") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "95ceb3ed-a7d7-4f46-a5b5-e573dd4a910f") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "c806ca64-4076-499b-9029-155759542c55") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "fee6e0a9-3581-4681-828a-d7e7c0b72a48") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cc1b77af-799a-48de-a9a3-c6ffc84bdf10") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f25683b1-1686-4fa1-8724-b9fecbc674e7") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8f49d87f-befd-444f-8bc1-dc45adf26600") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "2c11cd86-c17d-4d8f-89a3-4b809d7b5b0d") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "8781291e-cbb2-406c-8d33-4c9ef34481d5") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "b68c71cf-bc60-42db-9be0-09ce7c79f3ac") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (locked yes) + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f4552b9") + (at 72.4 110.1) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C15" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "a43a3659-882e-4070-9e47-a5404e6e1e6a") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0.015 -0.8 0) + (layer "B.Fab") + (uuid "3c2b8904-a734-4a85-a82f-6473c641e8e2") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8baf084d-5da8-40f9-97d5-27b545a7f0bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea225538-71d0-4b43-9612-f1052a2509b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6d58879-cd3b-4591-9866-8321b64cc695") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ad0e0a2") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "169ff030-0e51-4ebc-85c7-e586ef119eec") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f50dd647-c734-445d-8b14-8c68d6377091") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d5f0102a-ccd2-481d-aac9-a500663069d8") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1200673d-b2ca-414e-bac3-885bbdf7d3d1") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "77aa92e7-fbdc-48fb-aa69-35a8ea21ae59") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "06fcb724-535c-414c-9bd9-2c4253d1061a") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "55e5b7d2-eb43-4f5b-9f89-b1eff1e119d9") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "175390ca-dcdb-4f63-8291-35ba8b07b140") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "8dbd1a68-f406-4c7f-8b06-9547e6122f38") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "946ab5b8-e96e-4804-a78e-a4b89c867544") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "b3ed612d-4b95-418f-bfae-ed954c910011") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f4840a9") + (at 87.65 98.8) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C20" + (at 0 0 0) + (layer "B.SilkS") + (hide yes) + (uuid "1407bcdb-092b-40e2-b543-e87309754b16") + (effects + (font + (size 0.25 0.25) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (property "Value" "u1" + (at 0.05 -0.8 0) + (layer "B.Fab") + (uuid "c41f1e29-aebd-4106-9e20-ba3cc383b8ef") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3214fddb-d65c-4d6b-a6f3-705889de2dbe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4bedef79-6f6e-4e44-b71b-d6ee9401a962") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "824e5b60-3315-46ad-b212-2ea4d6c641ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005b0dcdb9") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "19cec2a5-b60e-466c-a462-027339cdd498") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a0ca6efd-c9af-475a-a623-f71718ecb07a") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4fff1af1-1b2c-4ddd-8ebf-aaa1cf12600d") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a95ce777-284a-4f22-8128-95b18ef905fe") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bf369b9c-273d-46f2-9162-086fc0edb50e") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d2876e9b-6795-46e8-877a-953cac4c8682") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aa6ef6ac-68c2-4840-9d51-c5640cd77ca8") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7d7dfbee-e276-47ab-a29b-12b4be9b22c4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "2d50fb9d-f113-4cb6-a44f-bea4c65d531a") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "0520d68c-bdec-4d10-8756-c63de315da38") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "76d9ca26-93f4-45a6-a893-a23ea5569a70") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f49d658") + (at 78.15 101.325 -90) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C14" + (at 0 0 90) + (layer "B.SilkS") + (hide yes) + (uuid "a4971cc2-2bc0-4979-86df-10f6aaaa3b65") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Value" "4u7" + (at -1.125 0 180) + (layer "B.Fab") + (uuid "5da06777-0696-4bb2-8c9a-78c96b4b3e90") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "99b68a49-695b-409e-bf09-e83d13930fb4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5fda57b-53cd-42e4-aaf7-447fd06cef4d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e59e1883-81ba-4092-9779-1e9e13139da7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c9cea94") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "0fffb828-f291-41d3-a83c-4eaa3df13f3a") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f8e927af-4836-4b0f-8a57-dbca5a18a442") + ) + (fp_line + (start -1.48 0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "45245258-c97a-4586-bc43-2154c85c0ef6") + ) + (fp_line + (start 1.48 0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1bb16fed-1537-47fa-90f6-8dc136da5d16") + ) + (fp_line + (start -1.48 -0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "72733f59-fc61-4ff2-8fe5-0440be71758a") + ) + (fp_line + (start 1.48 -0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dd01ca49-c8a2-4580-af9a-2e9bce9769bc") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e6235600-87cc-4c82-b15f-34fb66b9bf0e") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e73ef891-c9f9-42ab-894b-b2580ee0b0a1") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1d6c2d6c-bee0-401d-9749-98f17833afdd") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3785b88e-f652-4024-afb0-be4c22cdaea8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "1d801ac4-6429-45d9-ad70-9dd82bd9c030") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 270) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 29 "+1V2") + (uuid "bf958b11-f26e-429d-9cb0-d1379a98f463") + ) + (pad "2" smd roundrect + (at 0.7875 0 270) + (size 0.875 0.95) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "GND") + (uuid "443de8e6-6c50-4145-a643-8098c9ffc1e6") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f5caa69") + (at 122.8 105.9 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R24" + (at 0 1.17 90) + (layer "B.SilkS") + (hide yes) + (uuid "6a5b3eea-de35-4a54-8316-e56ea2a634e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4R7" + (at 0 0.65 -90) + (layer "B.Fab") + (uuid "cec22d4a-eda3-4d50-8609-c3a123c120be") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "863ce3fd-b3ad-4b77-aaab-f8144a412d46") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0a3764e-b148-4c5f-a102-64b1201ae0d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d960aa4-e8f0-4f72-b3e7-ce3cfb430991") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f1a3005") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "481354ed-51b9-4db2-9835-781681979b4b") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "77121855-7958-40c5-81ca-b386a811e84c") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "90912a07-8f0d-457a-b78a-1c112c8f2052") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3cf0233f-86e3-4b85-ad75-fb8a46f37498") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "7a332b0c-4cba-438b-85c1-9efe2690fb62") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "da7eee34-4516-4154-9034-7c9b8e2afe41") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "05c4a04b-0442-4e18-9747-3d9fc4a562fe") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1c4dfe58-85b1-467f-8e9d-bdb7a0d0ca8e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "8cf4e6c7-f213-4dc6-a215-9a85d8791784") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 202 "/IO_Banks/IO_Buffer_B/ISNS_H") + (uuid "2628b16a-8b1e-4398-be45-c147110e73bb") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 190 "Net-(C44-Pad2)") + (uuid "594594ee-9de8-45bc-b621-a9251877b0c2") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f5cab31") + (at 123.8 85.1 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R30" + (at 0 1.17 90) + (layer "B.SilkS") + (hide yes) + (uuid "e47d9cf3-579e-4750-bc6d-bf58b55862bb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4R7" + (at 0 0.7 90) + (layer "B.Fab") + (uuid "414a1d4c-7afc-4ffa-8579-88675cedc4ce") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e24df0d9-65c2-448e-8d49-b8081e23743b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a05a54b-8edc-41cb-8d00-948e5b85d58c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0db13336-510a-4129-aca9-f133ef65c1db") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f1a3005") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b4856fa9-d711-4b3f-8ccf-343375c62dce") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0a52fedd-967a-423d-aaaf-3875f20f935b") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b8381d48-3c5b-401b-ac19-279d8173864c") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "199ade13-7442-4da9-8eea-a8e7681e2aee") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5684e95c-6824-46cf-8e72-881178a51d31") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8e6e5f4d-6567-459b-ac23-dfc1d101e708") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "17adff9d-c581-42e4-b552-035b922b5256") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "0a2d185c-629f-461f-8b6b-f91f1894e6ba") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "48a8c1f5-4bcb-4560-9762-44aaefee4419") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 203 "/IO_Banks/IO_Buffer_A/ISNS_H") + (uuid "bca99a8e-598f-436a-9158-7a050d1f7ca4") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 192 "Net-(C58-Pad2)") + (uuid "5da0928a-9939-439c-bcbe-74de097058a8") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f600bf1") + (at 127 105.9 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R59" + (at 0 1.17 90) + (layer "B.SilkS") + (hide yes) + (uuid "9ed54841-4bec-491f-817d-b7e8b25ca06c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4R7" + (at 0 -0.65 90) + (layer "B.Fab") + (uuid "c2e901e5-a4cd-4374-af38-0566255ecbea") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af932fa2-e8fa-4c71-b0f9-5f29d457fccd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "10c638d9-11f8-4991-adcc-023235f3e4dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "856b0e7f-6cee-4fbe-a431-04948e2c7c39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005f789b92") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "dd4f23cd-8f89-457c-8b93-3828f8c20a8d") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "872313a4-03e6-4e4a-b850-f54dcb50f9fc") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "5ef603f2-8407-4088-9f29-0b64dd4b046f") + ) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "bce25bd3-0fe5-4c8f-bd6c-39e2d62ee70a") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "76ee303c-1cfc-45a8-ae72-af3efaba6c47") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "844f01a0-ac23-4a99-910e-4e91c579bb2b") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f8e9fc00-8f60-4688-b1c9-6de1e4c0c204") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1cbbfee4-06dd-44ee-af91-d336edf2459c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "e4d60aa0-829b-452e-a0b4-f0b282cbe2f3") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 205 "Net-(C90-Pad2)") + (uuid "741879e3-3045-40c7-849d-7f437c35ee91") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 110 "/IO_Banks/IO_Buffer_B/VSENSE") + (uuid "ac81fb15-6f1a-451b-a962-fb87ffd26f6b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f600c00") + (at 120.8 85.1 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R60" + (at 0 1.17 90) + (layer "B.SilkS") + (hide yes) + (uuid "dc0df782-a446-4364-8dc7-0190637b5f77") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "4R7" + (at 0 -0.7 90) + (layer "B.Fab") + (uuid "f2a44eaf-666f-422c-bb4d-a717499c3d1a") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "04c5387c-c9d5-4d9f-b071-5c52ce6e73eb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f619561d-b81a-4ef4-9489-c98bbce00e05") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4bc196f1-e939-43f0-8ba5-0c650020c65c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005f789b92") + (attr smd) + (fp_line + (start -0.93 0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "835d4ac3-3fb1-48d9-8c28-6093fe917376") + ) + (fp_line + (start 0.93 0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "0674c5a1-ca4b-4b6b-aa60-3847e1a37d52") + ) + (fp_line + (start -0.93 -0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "aae29862-3850-48eb-b7a8-38a62a8029dd") + ) + (fp_line + (start 0.93 -0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1a85ffd6-ef8b-418f-990e-456d1ffab00e") + ) + (fp_line + (start -0.5 0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "4e66ba18-389e-4ff9-97c1-8bd8fb047a01") + ) + (fp_line + (start 0.5 0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "bf26cee8-9c9f-4547-9a40-e7028b986d1e") + ) + (fp_line + (start -0.5 -0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "cc5561df-9d20-4574-af60-64f10025a0ed") + ) + (fp_line + (start 0.5 -0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d0111086-5d68-4ab0-b707-7da6b263c90b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "1f01b2a1-9ae4-4793-9d17-5ed5c0966b9f") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 206 "Net-(C91-Pad2)") + (uuid "0aa1e38d-f07a-4820-b628-a171234563bb") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 106 "/IO_Banks/IO_Buffer_A/VSENSE") + (uuid "e2df2a45-3811-4210-89e0-9a66f3cb9430") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Glasgow:R_0603_1608Metric_DNP" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f71b6d7") + (at 125.95 103.4 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor DNP") + (property "Reference" "R50" + (at 0 1.43 90) + (layer "B.SilkS") + (hide yes) + (uuid "97cc05bf-4ed5-449c-b0c8-131e5126a7ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "DNP" + (at 0 0.8 90) + (layer "B.Fab") + (uuid "45484f82-420e-44d0-a58e-382bb939dac5") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ebf9c089-6348-4921-9144-8167a6fbb6ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6613e635-898a-4bd2-9356-5d66aa614be3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa22bda1-6517-4127-b58a-355849cb0762") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e338e/00000000-0000-0000-0000-00005cc70bfc") + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "7ce4aab5-8271-4432-a4b1-bff168293b45") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe1ad3bd-92cc-4e1c-8cc9-a77278095945") + ) + (fp_line + (start -1.48 0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "89fb4a63-a18d-4c7e-be12-f061ef4bf0c0") + ) + (fp_line + (start 1.48 0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d554632b-6dd0-47f8-b59b-3ce25177ca3e") + ) + (fp_line + (start -1.48 -0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "4ef07d45-f940-4cb6-bb96-2ddec13fd099") + ) + (fp_line + (start 1.48 -0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3bb9c3d4-9a6f-41ac-8d1e-92ed4fe334c0") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ac8576da-4e00-41a0-9609-eb655e96e10b") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "59ee13a4-660e-47e2-a73a-01cfe11439e9") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9600911d-0df3-419b-8d4a-8d1432a7daf2") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "24fd922c-d488-4d61-b6dc-9d3e359ccc82") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "0f9b475c-adb7-41fc-b827-33d4eaa86b99") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 270) + (size 0.875 0.95) + (layers "B.Cu" "B.Mask") + (roundrect_rratio 0.25) + (net 202 "/IO_Banks/IO_Buffer_B/ISNS_H") + (uuid "71a9f036-1f13-462e-ac9e-81caaaa7f807") + ) + (pad "2" smd roundrect + (at 0.7875 0 270) + (size 0.875 0.95) + (layers "B.Cu" "B.Mask") + (roundrect_rratio 0.25) + (net 107 "/IO_Banks/VIOB") + (uuid "50a799a7-f8f3-4f13-9288-b10696e9a7da") + ) + ) + (footprint "pkl_logos:null_Logo_SilkS_6.5mm" + (locked yes) + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f7cc25c") + (at 59.5 107 180) + (property "Reference" "REF**" + (at 0 -5 0) + (layer "B.Fab") + (hide yes) + (uuid "0fafc6b9-fd35-4a55-9270-7a8e7ce3cb13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "null_Logo_SilkS_6.5mm" + (at 0 5 0) + (layer "B.Fab") + (hide yes) + (uuid "66218487-e316-4467-9eba-79d4626ab24e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb3306ce-dc0d-4e8a-ad1a-64ab927f6f88") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8519ffe3-746e-45bc-8bc0-a009f708db52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d0e5654-477c-4f86-919d-397ed34f9c26") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start 3.25 3.25) + (end 3.25 -3.25) + (stroke + (width 0.26) + (type solid) + ) + (layer "B.SilkS") + (uuid "cf815d51-c956-4c5a-adde-c373cb025b07") + ) + (fp_line + (start 3.25 3.25) + (end -3.25 3.25) + (stroke + (width 0.26) + (type solid) + ) + (layer "B.SilkS") + (uuid "6513181c-0a6a-4560-9a18-17450c36ae2a") + ) + (fp_line + (start 1 0.5) + (end 1 -0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "7d0dab95-9e7a-486e-a1d7-fc48860fd57d") + ) + (fp_line + (start 1 -0.5) + (end 1.5 -0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "6241e6d3-a754-45b6-9f7c-e43019b93226") + ) + (fp_line + (start 0.2 0.5) + (end 0.2 -0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "0ceb97d6-1b0f-4b71-921e-b0955c30c998") + ) + (fp_line + (start 0.2 -0.5) + (end 0.7 -0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1241b7f2-e266-4f5c-8a97-9f0f9d0eef37") + ) + (fp_line + (start -0.1 -0.2) + (end -0.1 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a7f25f41-0b4c-4430-b6cd-b2160b2db099") + ) + (fp_line + (start -0.7 0.5) + (end -0.7 -0.2) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "b8b961e9-8a60-45fc-999a-a7a3baff4e0d") + ) + (fp_line + (start -1 -0.5) + (end -1 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "35ef9c4a-35f6-467b-a704-b1d9354880cf") + ) + (fp_line + (start -1.5 0.5) + (end -1 -0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "f357ddb5-3f44-43b0-b00d-d64f5c62ba4a") + ) + (fp_line + (start -1.5 -0.5) + (end -1.5 0.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "12a24e86-2c38-4685-bba9-fff8dddb4cb0") + ) + (fp_line + (start -3.25 3.25) + (end -3.25 -3.25) + (stroke + (width 0.26) + (type solid) + ) + (layer "B.SilkS") + (uuid "3e0392c0-affc-4114-9de5-1f1cfe79418a") + ) + (fp_line + (start -3.25 -3.25) + (end 3.25 -3.25) + (stroke + (width 0.26) + (type solid) + ) + (layer "B.SilkS") + (uuid "dca1d7db-c913-4d73-a2cc-fdc9651eda69") + ) + (fp_arc + (start -0.7 -0.2) + (mid -0.4 -0.5) + (end -0.1 -0.2) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "c8a44971-63c1-4a19-879d-b6647b2dc08d") + ) + ) + (footprint "Glasgow:R_0603_1608Metric_DNP" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f8eae04") + (at 120.65 87.6 90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor DNP") + (property "Reference" "R51" + (at 0 1.43 90) + (layer "B.SilkS") + (hide yes) + (uuid "e002a979-85bc-451a-a77b-29ce2a8f19f9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "DNP" + (at 0 0.85 90) + (layer "B.Fab") + (uuid "8313e187-c805-4927-8002-313a51839243") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e72393b-f27b-4938-8865-3bc987fe9c39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ca2646e-07c1-4b68-a5de-cfc63fadb473") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "26680729-4786-4d1e-935f-720d230da548") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005c7b59b0/00000000-0000-0000-0000-00005c9e337e/00000000-0000-0000-0000-00005cc70bfc") + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f240e733-157e-4a15-812f-78f42d8a8322") + ) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a4911204-1308-4d17-90a9-1ff5f9c57c9b") + ) + (fp_line + (start 1.48 -0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b5cea0b5-192f-476b-a3c8-0c26e2231699") + ) + (fp_line + (start -1.48 -0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fc13962a-a464-4fa2-b9a6-4c26667104ee") + ) + (fp_line + (start 1.48 0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "524d7aa8-362f-459a-b2ae-4ca2a0b1612b") + ) + (fp_line + (start -1.48 0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "8fd0b33a-45bf-4216-9d7e-a62e1c071730") + ) + (fp_line + (start 0.8 -0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "01c59306-91a3-452b-92b5-9af8f8f257d6") + ) + (fp_line + (start -0.8 -0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e1fe6230-75c5-4750-aaea-24a9b80589d8") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "ef3a2f4c-5879-4e98-ad30-6b8614410fba") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3f43c2dc-daa2-45ba-b8ca-7ae5aebed882") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "B.Fab") + (uuid "c482f4f0-b441-4301-a9f1-c7f9e511d699") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 90) + (size 0.875 0.95) + (layers "B.Cu" "B.Mask") + (roundrect_rratio 0.25) + (net 203 "/IO_Banks/IO_Buffer_A/ISNS_H") + (uuid "15a5a11b-0ea1-4f6e-b356-cc2d530615ed") + ) + (pad "2" smd roundrect + (at 0.7875 0 90) + (size 0.875 0.95) + (layers "B.Cu" "B.Mask") + (roundrect_rratio 0.25) + (net 108 "/IO_Banks/VIOA") + (uuid "8afe1dbf-1187-4362-8af8-a90ca839a6b3") + ) + ) + (gr_line + (start 95.11 117.95) + (end 101.8 117.95) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca53068") + ) + (gr_line + (start 112.89 117.95) + (end 106.2 117.95) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca53069") + ) + (gr_line + (start 112.89 117.1) + (end 112.89 117.95) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca5306a") + ) + (gr_line + (start 95.11 117.1) + (end 95.11 117.95) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb03011") + ) + (gr_line + (start 95.11 73.9) + (end 95.11 73.05) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb0360e") + ) + (gr_line + (start 112.89 73.05) + (end 106.2 73.05) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb03610") + ) + (gr_line + (start 112.89 73.9) + (end 112.89 73.05) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb03611") + ) + (gr_line + (start 95.11 73.05) + (end 101.8 73.05) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb03612") + ) + (gr_line + (start 115.83 107.6) + (end 115.83 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb126e") + ) + (gr_line + (start 115.43 107.6) + (end 115.83 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb126f") + ) + (gr_line + (start 115.43 107.6) + (end 115.43 107.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1270") + ) + (gr_line + (start 115.83 104.3) + (end 115.43 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1271") + ) + (gr_line + (start 115.43 104) + (end 115.43 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1272") + ) + (gr_line + (start 115.43 104.3) + (end 115.03 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1274") + ) + (gr_line + (start 115.03 107.6) + (end 115.43 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1275") + ) + (gr_line + (start 115.03 104.3) + (end 115.03 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1276") + ) + (gr_line + (start 114.16 107.6) + (end 114.56 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1280") + ) + (gr_line + (start 113.76 107.6) + (end 114.16 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1281") + ) + (gr_line + (start 114.56 107.6) + (end 114.56 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1282") + ) + (gr_line + (start 114.16 104) + (end 114.16 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1283") + ) + (gr_line + (start 114.16 104.3) + (end 113.76 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1285") + ) + (gr_line + (start 113.76 104.3) + (end 113.76 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1286") + ) + (gr_line + (start 114.56 104.3) + (end 114.16 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1287") + ) + (gr_line + (start 114.16 107.6) + (end 114.16 107.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1288") + ) + (gr_line + (start 112.89 104.3) + (end 112.49 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1292") + ) + (gr_line + (start 112.49 104.3) + (end 112.49 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1293") + ) + (gr_line + (start 113.29 104.3) + (end 112.89 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1294") + ) + (gr_line + (start 113.29 107.6) + (end 113.29 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1295") + ) + (gr_line + (start 112.89 104) + (end 112.89 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1296") + ) + (gr_line + (start 112.89 107.6) + (end 113.29 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1297") + ) + (gr_line + (start 112.89 107.6) + (end 112.89 107.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1298") + ) + (gr_line + (start 112.49 107.6) + (end 112.89 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1299") + ) + (gr_line + (start 111.62 107.6) + (end 112.02 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12a4") + ) + (gr_line + (start 111.22 104.3) + (end 111.22 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12a5") + ) + (gr_line + (start 112.02 107.6) + (end 112.02 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12a6") + ) + (gr_line + (start 111.62 104.3) + (end 111.22 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12a7") + ) + (gr_line + (start 111.62 104) + (end 111.62 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12a8") + ) + (gr_line + (start 112.02 104.3) + (end 111.62 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12a9") + ) + (gr_line + (start 111.22 107.6) + (end 111.62 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12ab") + ) + (gr_line + (start 111.62 107.6) + (end 111.62 107.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12ac") + ) + (gr_line + (start 110.35 104.3) + (end 109.95 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12b6") + ) + (gr_line + (start 109.95 107.6) + (end 110.35 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12b7") + ) + (gr_line + (start 109.95 104.3) + (end 109.95 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12b9") + ) + (gr_line + (start 110.35 107.6) + (end 110.75 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12ba") + ) + (gr_line + (start 110.35 107.6) + (end 110.35 107.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12bb") + ) + (gr_line + (start 110.35 104) + (end 110.35 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12bc") + ) + (gr_line + (start 110.75 107.6) + (end 110.75 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12bd") + ) + (gr_line + (start 110.75 104.3) + (end 110.35 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12be") + ) + (gr_line + (start 109.48 107.6) + (end 109.48 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12c8") + ) + (gr_line + (start 109.08 107.6) + (end 109.48 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12c9") + ) + (gr_line + (start 109.08 107.6) + (end 109.08 107.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12ca") + ) + (gr_line + (start 109.08 104.3) + (end 108.68 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12cb") + ) + (gr_line + (start 108.68 104.3) + (end 108.68 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12cc") + ) + (gr_line + (start 109.08 104) + (end 109.08 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12cd") + ) + (gr_line + (start 108.68 107.6) + (end 109.08 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12ce") + ) + (gr_line + (start 109.48 104.3) + (end 109.08 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12cf") + ) + (gr_line + (start 107.81 104.3) + (end 107.41 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12da") + ) + (gr_line + (start 108.21 107.6) + (end 108.21 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12dc") + ) + (gr_line + (start 107.81 107.6) + (end 107.81 107.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12dd") + ) + (gr_line + (start 107.81 107.6) + (end 108.21 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12de") + ) + (gr_line + (start 107.41 107.6) + (end 107.81 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12df") + ) + (gr_line + (start 107.41 104.3) + (end 107.41 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12e0") + ) + (gr_line + (start 108.21 104.3) + (end 107.81 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12e1") + ) + (gr_line + (start 107.81 104) + (end 107.81 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12e2") + ) + (gr_line + (start 109.08 83.4) + (end 108.68 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c20") + ) + (gr_line + (start 111.62 83.4) + (end 111.22 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c21") + ) + (gr_line + (start 112.89 86.7) + (end 113.29 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c22") + ) + (gr_line + (start 115.43 86.7) + (end 115.83 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c23") + ) + (gr_line + (start 115.03 86.7) + (end 115.43 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c25") + ) + (gr_line + (start 109.48 86.7) + (end 109.48 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c26") + ) + (gr_line + (start 114.16 83.4) + (end 113.76 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c27") + ) + (gr_line + (start 111.22 86.7) + (end 111.62 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c28") + ) + (gr_line + (start 117.1 86.7) + (end 117.1 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c2a") + ) + (gr_line + (start 110.75 86.7) + (end 110.75 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c2b") + ) + (gr_line + (start 110.35 86.7) + (end 110.75 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c2c") + ) + (gr_line + (start 115.83 86.7) + (end 115.83 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c2d") + ) + (gr_line + (start 112.49 83.4) + (end 112.49 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c2e") + ) + (gr_line + (start 113.29 86.7) + (end 113.29 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c2f") + ) + (gr_line + (start 113.76 83.4) + (end 113.76 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c30") + ) + (gr_line + (start 110.35 86.7) + (end 110.35 87) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c31") + ) + (gr_line + (start 115.43 83.1) + (end 115.43 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c32") + ) + (gr_line + (start 107.81 83.1) + (end 107.81 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c33") + ) + (gr_line + (start 116.7 86.7) + (end 117.1 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c35") + ) + (gr_line + (start 116.7 86.7) + (end 116.7 87) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c36") + ) + (gr_line + (start 112.89 83.4) + (end 112.49 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c37") + ) + (gr_line + (start 117.1 83.4) + (end 116.7 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c38") + ) + (gr_line + (start 109.08 86.7) + (end 109.08 87) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c39") + ) + (gr_line + (start 114.56 83.4) + (end 114.16 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c3a") + ) + (gr_line + (start 116.7 83.1) + (end 116.7 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c3b") + ) + (gr_line + (start 109.08 86.7) + (end 109.48 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c3c") + ) + (gr_line + (start 108.21 83.4) + (end 107.81 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c3d") + ) + (gr_line + (start 112.89 83.1) + (end 112.89 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c3e") + ) + (gr_line + (start 110.35 83.4) + (end 109.95 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c3f") + ) + (gr_line + (start 108.68 86.7) + (end 109.08 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c41") + ) + (gr_line + (start 108.68 83.4) + (end 108.68 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c42") + ) + (gr_line + (start 107.81 83.4) + (end 107.41 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c43") + ) + (gr_line + (start 111.22 83.4) + (end 111.22 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c44") + ) + (gr_line + (start 109.95 83.4) + (end 109.95 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c45") + ) + (gr_line + (start 114.56 86.7) + (end 114.56 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c46") + ) + (gr_line + (start 114.16 83.1) + (end 114.16 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c47") + ) + (gr_line + (start 110.35 83.1) + (end 110.35 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c48") + ) + (gr_line + (start 109.95 86.7) + (end 110.35 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c49") + ) + (gr_line + (start 109.48 83.4) + (end 109.08 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c4a") + ) + (gr_line + (start 114.16 86.7) + (end 114.56 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c4b") + ) + (gr_line + (start 109.08 83.1) + (end 109.08 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c4c") + ) + (gr_line + (start 115.43 83.4) + (end 115.03 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c4d") + ) + (gr_line + (start 107.41 86.7) + (end 107.81 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c4e") + ) + (gr_line + (start 113.29 83.4) + (end 112.89 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c4f") + ) + (gr_line + (start 107.81 86.7) + (end 108.21 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c50") + ) + (gr_line + (start 111.62 86.7) + (end 112.02 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c51") + ) + (gr_line + (start 111.62 86.7) + (end 111.62 87) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c52") + ) + (gr_line + (start 116.7 83.4) + (end 116.3 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c53") + ) + (gr_line + (start 115.03 83.4) + (end 115.03 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c54") + ) + (gr_line + (start 114.16 86.7) + (end 114.16 87) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c55") + ) + (gr_line + (start 110.75 83.4) + (end 110.35 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c56") + ) + (gr_line + (start 111.62 83.1) + (end 111.62 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c57") + ) + (gr_line + (start 113.76 86.7) + (end 114.16 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c58") + ) + (gr_line + (start 115.83 83.4) + (end 115.43 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c5a") + ) + (gr_line + (start 115.43 86.7) + (end 115.43 87) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c5b") + ) + (gr_line + (start 112.02 86.7) + (end 112.02 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c5c") + ) + (gr_line + (start 107.81 86.7) + (end 107.81 87) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c5d") + ) + (gr_line + (start 112.49 86.7) + (end 112.89 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c5e") + ) + (gr_line + (start 112.02 83.4) + (end 111.62 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c5f") + ) + (gr_line + (start 107.41 83.4) + (end 107.41 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c62") + ) + (gr_line + (start 108.21 86.7) + (end 108.21 83.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c63") + ) + (gr_line + (start 116.3 86.7) + (end 116.7 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c64") + ) + (gr_line + (start 116.3 83.4) + (end 116.3 86.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c65") + ) + (gr_line + (start 112.89 86.7) + (end 112.89 87) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c66") + ) + (gr_line + (start 129 92.2) + (end 129 94.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005f8ffdc0") + ) + (gr_line + (start 106.8 98.8) + (end 106.8 94.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005f8ffdc3") + ) + (gr_line + (start 106.8 94.4) + (end 129 94.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005f8ffdc6") + ) + (gr_line + (start 129 94.4) + (end 129 98.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005f8ffdc9") + ) + (gr_line + (start 129 98.8) + (end 106.8 98.8) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005f8ffdcc") + ) + (gr_line + (start 119.4 94.4) + (end 119.4 92.2) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005f8ffdcf") + ) + (gr_line + (start 129 92.2) + (end 119.4 92.2) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005f8ffdd2") + ) + (gr_line + (start 116.3 107.6) + (end 116.7 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "1c29e414-397e-4fe3-9282-d1236b08d101") + ) + (gr_line + (start 116.7 107.6) + (end 117.1 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "24217754-65f8-4058-9ca8-8216e58d0e1a") + ) + (gr_line + (start 116.3 104.3) + (end 116.3 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "27208b49-19e9-4d2b-ae5f-f9d3f61dd96a") + ) + (gr_line + (start 117.1 107.6) + (end 117.1 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "77c3608e-7555-4ea2-9cf6-8b737d2fa1ab") + ) + (gr_line + (start 116.7 104) + (end 116.7 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "80e098c7-ff0f-40d9-839f-9ee0ada137c7") + ) + (gr_line + (start 116.7 107.6) + (end 116.7 107.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "8a32e254-34b1-4b9c-b7a4-13d903135be2") + ) + (gr_line + (start 117.1 104.3) + (end 116.7 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "a98f71dd-c354-4853-808a-84ac5a6fd5b8") + ) + (gr_line + (start 116.7 104.3) + (end 116.3 104.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "B.SilkS") + (uuid "e1db068e-8ed8-4edf-a7f4-035239f5ddee") + ) + (gr_line + (start 51 101.5) + (end 51 110.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005bf53f8b") + ) + (gr_line + (start 51 80.5) + (end 51 89.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005bf53fa7") + ) + (gr_line + (start 61 101) + (end 51.5 101) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005c1935b9") + ) + (gr_line + (start 51.5 111) + (end 61 111) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005c1935ba") + ) + (gr_line + (start 61.5 110.5) + (end 61.5 101.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005c1935bb") + ) + (gr_line + (start 74.1 81.05) + (end 74.1 85.2) + (stroke + (width 0.2) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005c1952ec") + ) + (gr_line + (start 71.2 114.9) + (end 79.75 114.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f3ab7c4") + ) + (gr_line + (start 63.4 114.6) + (end 63.4 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f476d7d") + ) + (gr_line + (start 78 114.9) + (end 78 119.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f6fe6c6") + ) + (gr_line + (start 61.5 110) + (end 63.4 110) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f70b4cf") + ) + (gr_line + (start 98.9 81.3) + (end 98.9 84.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f7c248f") + ) + (gr_line + (start 98.9 106.5) + (end 98.9 109.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f7c2494") + ) + (gr_arc + (start 51.5 111) + (mid 51.146447 110.853553) + (end 51 110.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f8b9281") + ) + (gr_line + (start 129 82.4) + (end 129 91.2) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f94d8db") + ) + (gr_line + (start 70 119.5) + (end 70 113.2) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "06238c72-f351-48ec-8a71-67d629a9b0b4") + ) + (gr_line + (start 51.5 90) + (end 61 90) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "10114497-f494-407b-abed-85fabc05bbd8") + ) + (gr_line + (start 78 119.5) + (end 77.6 119.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "1df894b0-6bd9-44a9-ae83-bc06d12215e1") + ) + (gr_line + (start 59 119.5) + (end 59 111) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "27c8c828-a053-4c69-b7ae-c7f1bafdd083") + ) + (gr_arc + (start 51 80.5) + (mid 51.146447 80.146447) + (end 51.5 80) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "28d92791-e03b-49b7-ab76-0b79e48b37f2") + ) + (gr_line + (start 61.5 89.5) + (end 61.5 80.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ce31869-dfa4-442d-b82c-c59ac0baaa21") + ) + (gr_line + (start 70 113.2) + (end 70 107.63) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "31a2ebc5-5e48-4c9f-8faf-f8514423da76") + ) + (gr_line + (start 71.2 119.5) + (end 71.7 119.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "37a89ef0-9ec8-4461-ad1e-65a0a27a98ea") + ) + (gr_line + (start 70 113.2) + (end 63.4 113.2) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e338933-e9f4-45de-9ca2-d8dcfcaf8f59") + ) + (gr_line + (start 79.75 106.6) + (end 79.75 114.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b4e7679-acd2-4382-b146-320233504a7f") + ) + (gr_line + (start 62.7 119.5) + (end 59 119.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f46b8e8-9e73-4b6a-8e59-fbe50391f07b") + ) + (gr_line + (start 101.7 84.5) + (end 101.7 106.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "511544ba-bbf8-4f33-a977-0fcd63e86ccc") + ) + (gr_line + (start 62.7 119.5) + (end 71.2 119.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "518bc6cb-8998-45f3-9ca5-d6ef52682784") + ) + (gr_line + (start 129 82.4) + (end 118.5 82.4) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "52a0f0b5-ecc7-4927-b13c-0655c9a7b663") + ) + (gr_arc + (start 61 101) + (mid 61.353553 101.146447) + (end 61.5 101.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "56486356-64f4-4148-b335-6b45c342341d") + ) + (gr_line + (start 118.5 81.3) + (end 118.5 109.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "5de151cb-70ef-4de6-8791-7554d8803ed7") + ) + (gr_line + (start 116.8 95.5) + (end 108.8 95.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "63d57e58-1d9b-44cb-8e5e-34d48fa96f84") + ) + (gr_line + (start 129 104.7) + (end 118.5 104.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "67522698-b563-4886-bdbf-5c433326fba2") + ) + (gr_line + (start 107 106.5) + (end 93.9 106.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ab0df03-3bba-4c66-ae19-73cf336e8ecc") + ) + (gr_arc + (start 51.5 90) + (mid 51.146447 89.853553) + (end 51 89.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c738b90-c565-4419-b3f8-c71fa068a959") + ) + (gr_line + (start 129 86.3) + (end 118.5 86.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c900bf0-cac7-4987-a689-121ebc5161e1") + ) + (gr_line + (start 61 80) + (end 51.5 80) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "71b5bf6c-9c51-4eb1-aafa-cdb78154edfa") + ) + (gr_line + (start 118.5 109.7) + (end 98.9 109.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c047bc0-9e6e-464e-8bc2-a129de6017bb") + ) + (gr_line + (start 71.2 114.9) + (end 71.2 119.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ce1f786-7a18-4eef-a77e-235ded1e3c77") + ) + (gr_arc + (start 61.5 110.5) + (mid 61.353553 110.853553) + (end 61 111) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "82e9af86-fd44-49c7-8996-479996b9b858") + ) + (gr_line + (start 93.9 90.6) + (end 93.9 84.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "896232b1-e057-4484-b9cd-53ea18de7753") + ) + (gr_arc + (start 51 101.5) + (mid 51.146447 101.146447) + (end 51.5 101) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f6e74de-71c3-4969-bfa3-21ee2db29d12") + ) + (gr_line + (start 118.5 81.3) + (end 98.9 81.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "931b2192-b16b-4ebe-b929-3a8ff8451b32") + ) + (gr_line + (start 93.9 100.4) + (end 93.9 106.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "94e07222-a37e-40c1-9001-a754ffe8b148") + ) + (gr_line + (start 107 93.5) + (end 108.8 93.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "9533c33a-6bad-4dda-b0d3-7708db91a8a9") + ) + (gr_arc + (start 61.5 89.5) + (mid 61.353553 89.853553) + (end 61 90) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a1d0aac-d424-44a1-ad3f-6accfbc230c0") + ) + (gr_line + (start 63.4 107.6) + (end 65.2 107.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "9bbfb08d-99f6-488c-9cb1-4f610e8a9435") + ) + (gr_line + (start 79.75 106.6) + (end 71.03 106.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "9e0d3b28-81d0-4a81-a086-055a625bb7b3") + ) + (gr_line + (start 128.7 99.3) + (end 118.5 99.3) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f3fe97e-1e9e-485d-9bc4-cdfd2b3b791e") + ) + (gr_arc + (start 61 80) + (mid 61.353553 80.146447) + (end 61.5 80.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5860b45-4fc2-46a1-acd5-e3fbb8cba155") + ) + (gr_line + (start 128.7 91.7) + (end 118.5 91.7) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "adeb541d-0e55-423b-b1a5-ac8cec777f8d") + ) + (gr_line + (start 118.5 95.5) + (end 128.7 95.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae2697a6-5b6c-4144-a80c-f59c20cf01e1") + ) + (gr_line + (start 63.4 114.6) + (end 63.4 119.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "bca00d08-1d1a-4671-abf5-2a3e69bc9ac6") + ) + (gr_line + (start 93.9 84.5) + (end 107 84.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "dbac7066-2fdd-4dac-b00e-c1d1e9a2ff24") + ) + (gr_line + (start 108.8 93.5) + (end 108.8 98.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd68fbf7-1b9e-464f-b0f8-c410d28cca58") + ) + (gr_line + (start 129 108.6) + (end 118.5 108.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "e417e4c5-b508-4e5a-afd1-7dc505f57056") + ) + (gr_line + (start 107 81.3) + (end 107 93.5) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8f1b820-faa5-4505-aec2-16ae742413fe") + ) + (gr_line + (start 107 98.9) + (end 107 109.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef77e506-7008-4d46-8706-e95f795db707") + ) + (gr_line + (start 129 99.8) + (end 129 108.6) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "f535cada-7757-4632-8f16-ee8a06da7cc6") + ) + (gr_line + (start 108.8 98.9) + (end 107 98.9) + (stroke + (width 0.15) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5677c41-5f29-4841-b647-470fd7be97f4") + ) + (gr_line + (start 50 95.5) + (end 130 95.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005ae3353a") + ) + (gr_line + (start 115.43 79.25) + (end 115.43 71) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "10356099-7b8d-4914-a3cc-f6f01f45e7f8") + ) + (gr_line + (start 90 120) + (end 90 71) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "81918f47-d111-4fbd-b94f-dab2f828be4c") + ) + (gr_line + (start 54 115) + (end 54 129.5) + (stroke + (width 0.3) + (type solid) + ) + (layer "Dwgs.User") + (uuid "96e9151c-3ffb-4971-98de-85cb948ccc16") + ) + (gr_line + (start 92.57 79.25) + (end 92.57 71) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "cf5dd1c2-be2b-47c8-94fd-611c7b3d29ad") + ) + (gr_line + (start 58.5 67.75) + (end 58.5 62) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "e3433533-3c75-4c09-9fd7-b400a02b8643") + ) + (gr_line + (start 58.5 67.75) + (end 57.75 65) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "e420f8e5-ffc8-42a9-9342-9eec085f7288") + ) + (gr_line + (start 130 113.28) + (end 91 113.28) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "e84c1345-f09e-4367-a88c-c0057c80e52f") + ) + (gr_line + (start 58.5 67.75) + (end 59.25 65) + (stroke + (width 0.15) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f03fc069-cba6-471f-842b-09342e567306") + ) + (gr_line + (start 126 115) + (end 126 128.5) + (stroke + (width 0.3) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f61337de-df22-47d1-92dc-eb1819702425") + ) + (gr_line + (start 91 77.72) + (end 130 77.72) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "fab6e5d8-40f2-4d6a-a034-ef09d49a2969") + ) + (gr_arc + (start 54 120) + (mid 51.171573 118.828427) + (end 50 116) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "01338850-e9ed-4272-b85d-8d56e9298864") + ) + (gr_line + (start 50 116) + (end 50 75) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "06279e58-47a9-4b33-bb57-83d7a618b3cc") + ) + (gr_line + (start 126 120) + (end 54 120) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "0a152b35-cee2-4ae5-98f7-8023305fb425") + ) + (gr_line + (start 130 75) + (end 130 116) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "7aa052d0-9b16-4032-98c4-1554e6486510") + ) + (gr_arc + (start 50 75) + (mid 51.171573 72.171573) + (end 54 71) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "b7f80015-e90a-4fbe-b601-45518e1720d7") + ) + (gr_line + (start 54 71) + (end 126 71) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "bd70cb30-fb80-4819-8695-036c532484ae") + ) + (gr_arc + (start 130 116) + (mid 128.828427 118.828427) + (end 126 120) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d6846ea7-7fd6-41fd-b190-936bea2a4eb0") + ) + (gr_arc + (start 126 71) + (mid 128.828427 72.171573) + (end 130 75) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ffa3077b-4b8f-4457-b85f-2611ac6fe647") + ) + (gr_line + (start 104.3 89.1) + (end 104.3 81.6) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "00000000-0000-0000-0000-00005c224b16") + ) + (gr_line + (start 120.2 91.1) + (end 109.15 91.1) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "00000000-0000-0000-0000-00005c224b17") + ) + (gr_line + (start 104.3 81.6) + (end 88.7 81.6) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "00000000-0000-0000-0000-00005c224b18") + ) + (gr_line + (start 88.7 81.6) + (end 88.7 71) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "00000000-0000-0000-0000-00005c224b19") + ) + (gr_line + (start 120.2 91.1) + (end 120.2 71) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "00000000-0000-0000-0000-00005c224b1a") + ) + (gr_line + (start 120.2 99.9) + (end 109.15 99.9) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "005f7bba-a8a9-4e07-ad6d-de2e5146ff30") + ) + (gr_line + (start 77.7 104.5) + (end 77.7 120) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "3a0a9998-2cda-4da2-9cf5-e90d754bd38f") + ) + (gr_line + (start 87.9 104.5) + (end 77.7 104.5) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "45099ef8-b470-4f34-a90e-0a936a6b6d10") + ) + (gr_line + (start 104.3 109.4) + (end 87.9 109.4) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "6ffa4a0b-131d-4bfe-aa83-11979c841713") + ) + (gr_line + (start 109.15 99.9) + (end 109.15 91.1) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "731de235-0a1b-4129-aca9-586f376a2413") + ) + (gr_line + (start 87.9 109.4) + (end 87.9 104.5) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "8fb20e93-f7b0-4261-985f-c093706f08ba") + ) + (gr_line + (start 104.3 89.1) + (end 101.4 89.1) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "aed52a1c-d78d-4328-9a5b-0dae9cca9894") + ) + (gr_line + (start 104.3 101.9) + (end 104.3 109.4) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "ba546f3f-9f91-45b7-b7e2-ee37445d0461") + ) + (gr_line + (start 101.4 101.9) + (end 104.3 101.9) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "cb71c3f8-0ed5-4b40-9de3-746f0ee4a205") + ) + (gr_line + (start 120.2 99.9) + (end 120.2 120) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "e443601b-4cd7-4597-8edb-fe734fe053c8") + ) + (gr_line + (start 101.4 89.1) + (end 101.4 101.9) + (stroke + (width 0.2) + (type solid) + ) + (layer "B.Fab") + (uuid "f241e0ee-d3d0-4acb-927b-10754037fbc9") + ) + (gr_text "5V" + (at 80.5 116.05 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca3bc42") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify left mirror) + ) + ) + (gr_text "SCL" + (at 87.25 113.55 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca3bc53") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify left mirror) + ) + ) + (gr_text "GND" + (at 87.25 111.05 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca3bc56") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify left mirror) + ) + ) + (gr_text "V" + (at 115.43 118 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca53066") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "GND" + (at 104 118 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca5306b") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "2" + (at 107.81 111.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca53fbe") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "S" + (at 115.43 111.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca53fbf") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "5" + (at 100.19 111.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca53fc0") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "0" + (at 112.89 111.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca53fc1") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "1" + (at 110.35 111.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca53fc2") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "A" + (at 119.3 76.65 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca65fb3") + (effects + (font + (size 2.8 2.8) + (thickness 0.3) + ) + (justify mirror) + ) + ) + (gr_text "V" + (at 92.6 73.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca666e2") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "B" + (at 119.3 114.65 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ca677d8") + (effects + (font + (size 2.8 2.8) + (thickness 0.3) + ) + (justify mirror) + ) + ) + (gr_text "7" + (at 95.11 111.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb02fa5") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "6" + (at 97.65 111.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb02fdb") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "GND" + (at 104 73.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb0365c") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "S" + (at 92.57 80 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb037bc") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "6" + (at 110.35 80 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb037bf") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "7" + (at 112.89 80 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb037c2") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "5" + (at 107.81 80 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb037c5") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "4" + (at 105.27 80 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb037c8") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "0" + (at 95.11 80 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb037cb") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "1" + (at 97.65 80 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb037ce") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "2" + (at 100.19 80 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb037d1") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "3" + (at 102.73 80 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb037d4") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "4" + (at 102.73 111.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb037e3") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "3" + (at 105.27 111.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb037e8") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "1V2" + (at 72.4 112.9 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cb35192") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify left mirror) + ) + ) + (gr_text "VUSB" + (at 50.6 94.2 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cbb2feb") + (effects + (font + (size 1 1) + (thickness 0.16) + ) + (justify right mirror) + ) + ) + (gr_text "D-" + (at 58.7 94.7 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cbb2fef") + (effects + (font + (size 1 1) + (thickness 0.16) + ) + (justify right mirror) + ) + ) + (gr_text "D+" + (at 52.2 96.3 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cbb2ff1") + (effects + (font + (size 1 1) + (thickness 0.16) + ) + (justify right mirror) + ) + ) + (gr_text "GND" + (at 58.7 96.8 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cbb2ff3") + (effects + (font + (size 1 1) + (thickness 0.16) + ) + (justify right mirror) + ) + ) + (gr_text "3V3" + (at 80.5 111.05 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cc97353") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify left mirror) + ) + ) + (gr_text "G" + (at 85.3 108.45 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ccace41") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify right mirror) + ) + ) + (gr_text "VDAC" + (at 125.3 91.2 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cd09ae2") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify right mirror) + ) + ) + (gr_text "VDAC" + (at 121.3 99.8 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cd09b2b") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify left mirror) + ) + ) + (gr_text "SDA" + (at 87.25 116.05 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005cd09bd0") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify left mirror) + ) + ) + (gr_text "B\n0" + (at 116.7 106 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1258") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "B\n1" + (at 115.43 106 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1273") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "B\n2" + (at 114.16 106 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1284") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "B\n3" + (at 112.89 106 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb129a") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "B\n4" + (at 111.62 106 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12aa") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "B\n5" + (at 110.35 106 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12b8") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "B\n6" + (at 109.08 106 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12d0") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "B\n7" + (at 107.81 106 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb12db") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "A\n1" + (at 109.08 85.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c24") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "A\n3" + (at 111.62 85.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c29") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "A\n6" + (at 115.43 85.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c34") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "A\n7" + (at 116.7 85.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c40") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "A\n4" + (at 112.89 85.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c59") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "A\n0" + (at 107.81 85.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c60") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "A\n2" + (at 110.35 85.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c61") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "A\n5" + (at 114.16 85.1 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1c67") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "Pull-Up/Down\nResistors Bank A" + (at 112.2 89.5 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1cc2") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "Pull-Up/Down\nResistors Bank B" + (at 112.3 101.6 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb1cc5") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "NULL" + (at 59 111.5 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ed7c0f2") + (effects + (font + (size 1 1) + (thickness 0.2) + ) + (justify mirror) + ) + ) + (gr_text "manufactured\nby" + (at 59 101.75 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005ed7c0f8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "A" + (at 124.6 89.7 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005f7d0e74") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "B" + (at 122 101.5 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005f7d1c06") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify mirror) + ) + ) + (gr_text "Serial No:" + (at 128.8 93.3 0) + (layer "B.SilkS") + (uuid "00000000-0000-0000-0000-00005f8ffdba") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify left mirror) + ) + ) + (gr_text "S" + (at 80.5 108.45 0) + (layer "B.SilkS") + (uuid "c8c88636-920e-4be2-a4e2-fc3f7ddd659c") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + (justify left mirror) + ) + ) + (gr_text "CLKREF" + (at 74 89 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ad617e6") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "U1" + (at 53 102 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005bf53f79") + (effects + (font + (size 1.2 1.2) + (thickness 0.15) + ) + ) + ) + (gr_text "U2" + (at 53 104 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005bf53f7c") + (effects + (font + (size 1.2 1.2) + (thickness 0.15) + ) + ) + ) + (gr_text "U3" + (at 53 106 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005bf53f7f") + (effects + (font + (size 1.2 1.2) + (thickness 0.15) + ) + ) + ) + (gr_text "U4" + (at 53 108 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005bf53f82") + (effects + (font + (size 1.2 1.2) + (thickness 0.15) + ) + ) + ) + (gr_text "U5" + (at 53 110 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005bf53f85") + (effects + (font + (size 1.2 1.2) + (thickness 0.15) + ) + ) + ) + (gr_text "ERR" + (at 53 89 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005bf53fa9") + (effects + (font + (size 1.2 1.2) + (thickness 0.15) + ) + ) + ) + (gr_text "ACT" + (at 53 87 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005bf53faa") + (effects + (font + (size 1.2 1.2) + (thickness 0.15) + ) + ) + ) + (gr_text "ICE" + (at 53 85 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005bf53fab") + (effects + (font + (size 1.2 1.2) + (thickness 0.15) + ) + ) + ) + (gr_text "FX2" + (at 53 83 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005bf53fac") + (effects + (font + (size 1.2 1.2) + (thickness 0.15) + ) + ) + ) + (gr_text "FX2MEM" + (at 70.7 110.2 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005bf62952") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "A" + (at 92.5 83 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005c0dfe9d") + (effects + (font + (size 2.8 2.8) + (thickness 0.3) + ) + ) + ) + (gr_text "B" + (at 92.5 108.2 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005c0dfea2") + (effects + (font + (size 2.8 2.8) + (thickness 0.3) + ) + ) + ) + (gr_text "by" + (at 71.5 84.6 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005c1952f6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "SCL" + (at 77.2 103.3 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005cb0500a") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "5V" + (at 95.5 109 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005cb0504d") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "3V3" + (at 95.5 107.3 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005cb05052") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "LVDS" + (at 72.5 72.2 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005cb3982d") + (effects + (font + (size 1.2 1.2) + (thickness 0.2) + ) + ) + ) + (gr_text "VIO B" + (at 122.6 112 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005cc1364a") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "PWR" + (at 53 81 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005cc30c71") + (effects + (font + (size 1.2 1.2) + (thickness 0.15) + ) + ) + ) + (gr_text "SYNC" + (at 82.9 106.3 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005cc30d66") + (effects + (font + (size 1.2 1.2) + (thickness 0.2) + ) + ) + ) + (gr_text "SDA" + (at 77.2 105 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005cc98790") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "USB FIFO" + (at 69.8 90.5 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ec9171d") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "FPGA" + (at 83.6 90.2 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ec92036") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "iCE40HX8K" + (at 84.2 100.9 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ec929e0") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "FX2" + (at 72.2 100.6 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ec93c13") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "LEVEL SHIFTERS" + (at 93.5 95.5 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ec9590a") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "DAC A" + (at 128.3 93.7 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ec9b174") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (gr_text "VREG A" + (at 128.3 89 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ec9bb33") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (gr_text "ADC A" + (at 128.3 84.3 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ec9c4cd") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (gr_text "DAC B" + (at 128.3 97.4 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ec9cf99") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (gr_text "VREG B" + (at 128.3 102 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ec9cfb6") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (gr_text "ADC B" + (at 128.3 106.6 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ec9cfba") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (gr_text "10kΩ" + (at 108.4 106 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ec9d959") + (effects + (font + (size 0.6 0.6) + (thickness 0.125) + ) + ) + ) + (gr_text "AUX" + (at 104.9 90.6 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eca07b4") + (effects + (font + (size 1.2 1.2) + (thickness 0.2) + ) + ) + ) + (gr_text "VIO SET/SENSE" + (at 129.4 95.5 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eca2c1a") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (gr_text "VREG_1V2" + (at 66.7 108.3 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eca3665") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "VREG_3V3" + (at 66.7 118.8 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eca3f84") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "USER LEDS" + (at 60.5 106 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecb802e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "B7" + (at 98.5 105.3 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecc80d8") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "B6" + (at 94.5 105.3 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecc89f2") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "B4" + (at 94.5 102.5 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca56c") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "B5" + (at 98.5 102.5 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca56e") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "B0" + (at 94.5 96.9 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca58b") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "B1" + (at 98.5 96.9 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca58c") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "B3" + (at 98.5 99.7 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca58d") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "B2" + (at 94.5 99.7 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca58e") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "A6" + (at 94.5 94.1 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca5ce") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "A7" + (at 98.5 94.1 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca5d1") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "A4" + (at 94.5 91.3 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca5d5") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "A5" + (at 98.5 91.3 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca5d6") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "A0" + (at 94.5 85.7 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca620") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "A2" + (at 94.5 88.5 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca621") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "A3" + (at 98.5 88.5 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca622") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "A1" + (at 98.5 85.7 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ecca646") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "SYNC" + (at 89 99.6 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005eccb874") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "CLKIF" + (at 63.6 99.9 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed7735d") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify right) + ) + ) + (gr_text "mfr." + (at 68.1 86.8 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed78f99") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "PWR" + (at 60.5 117.7 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed798c6") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "NULL" + (at 73.6 86.8 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed7b748") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "@whitequark\n@awygle\n@marcan42" + (at 74.3 83 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed7b74d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "0" + (at 112.85 119.6 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed804b1") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "V" + (at 115.45 119.6 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed8173d") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "1" + (at 110.4 119.6 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed829e2") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "2" + (at 107.8 119.6 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed829e5") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "3" + (at 105.25 119.6 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed829e8") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "4" + (at 102.75 119.6 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed829eb") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "5" + (at 100.2 119.6 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed829ee") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "6" + (at 97.65 119.6 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed829f1") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "7" + (at 95.1 119.6 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed9964d") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "N" + (at 92.6 119.6 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed99653") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "0" + (at 95.1 71.4 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed99688") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "1" + (at 97.65 71.4 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed99689") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "2" + (at 100.2 71.4 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed9968a") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "3" + (at 102.75 71.4 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed9968b") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "4" + (at 105.25 71.4 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed9968c") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "5" + (at 107.8 71.4 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed9968d") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "6" + (at 110.4 71.4 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed9968e") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "N" + (at 115.45 71.4 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed9968f") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "7" + (at 112.85 71.4 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed99690") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "V" + (at 92.6 71.4 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005ed99691") + (effects + (font + (size 0.7 0.7) + (thickness 0.16) + ) + ) + ) + (gr_text "ESD PROTECTION" + (at 102.95 83.85 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f026256") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "IO PULL-UP/DOWN" + (at 117.5 95.5 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f443739") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "10kΩ" + (at 108.3 85 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f4451fc") + (effects + (font + (size 0.6 0.6) + (thickness 0.125) + ) + ) + ) + (gr_text "STATUS LEDS" + (at 60.5 85 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f46218a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "ICE_MEM" + (at 78.9 110.9 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f46c05f") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "RECOVER" + (at 70.6 117.1 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f46e581") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (gr_text "1V2" + (at 78.1 101.4 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f49d625") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "RESET" + (at 75.2 115.7 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f5b1449") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "Glasgow\nrevC2" + (at 63 83 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f6abb09") + (effects + (font + (size 1.6 1.6) + (thickness 0.25) + ) + (justify left) + ) + ) + (gr_text "SEQ" + (at 60.5 118.8 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f6c983c") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "PU/PD A" + (at 112.7 88.8 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f753cfc") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (gr_text "PU/PD B" + (at 112.7 102.3 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f76fdb3") + (effects + (font + (size 0.7 0.7) + (thickness 0.15) + ) + ) + ) + (gr_text "by" + (at 71.5 86.8 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005f77d1ab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "ESD PROTECTION" + (at 102.95 107.25 0) + (layer "F.SilkS") + (uuid "0753a923-93bf-488d-8302-90672e56c3a6") + (effects + (font + (size 0.6 0.6) + (thickness 0.15) + ) + ) + ) + (gr_text "VIO A" + (at 122.6 79.1 0) + (layer "F.SilkS") + (uuid "c3571a90-f3db-4d0f-b074-e6cc898f7921") + (effects + (font + (size 0.8 0.8) + (thickness 0.15) + ) + ) + ) + (gr_text "Caution:\nCheck washer & screw size for \nconflicts with LVDS connector" + (at 49.75 59.5 0) + (layer "Dwgs.User") + (uuid "08fac9fb-bd01-4e29-bb0a-a4ebc41404d7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (gr_text "YYYYMMDDhhmmNN" + (at 112.5 125.5 0) + (layer "Dwgs.User") + (uuid "cb529731-ad89-4f50-9cb5-385f3e06ad96") + (effects + (font + (size 1.2 1.2) + (thickness 0.16) + ) + ) + ) + (gr_text "Wave soldering keepout" + (at 104.6 69.4 0) + (layer "B.Fab") + (uuid "00000000-0000-0000-0000-00005c224b6d") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + (justify mirror) + ) + ) + (gr_text "Wave soldering keepout" + (at 104.6 121.3 0) + (layer "B.Fab") + (uuid "f5606098-a4b5-4eeb-9fa5-f9d99a2e7a01") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + (justify mirror) + ) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005bf5391f") + (pts + (xy 50 71) (xy 50 120) + ) + (height 3) + (gr_text "49.0000 mm" + (at 45.2 95.5 90) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005bf5391f") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.3) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005cadf4af") + (pts + (xy 130 120) (xy 50 120) + ) + (height -3) + (gr_text "80.0000 mm" + (at 90 121.2 0) + (layer "Dwgs.User") + (uuid "00000000-0000-0000-0000-00005cadf4af") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.3) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "6d34db10-7ee4-4cde-a4af-6e0f89095ed8") + (pts + (xy 54 127.5) (xy 126 127.5) + ) + (height 1.5) + (gr_text "72.0000 mm" + (at 90 127.2 0) + (layer "Dwgs.User") + (uuid "6d34db10-7ee4-4cde-a4af-6e0f89095ed8") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.3) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "919d6ac8-d98a-4062-ab2e-bc89b789e944") + (pts + (xy 115.43 71) (xy 130 71) + ) + (height -3.75) + (gr_text "14.5700 mm" + (at 122.715 65.45 0) + (layer "Dwgs.User") + (uuid "919d6ac8-d98a-4062-ab2e-bc89b789e944") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.3) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "a45d6a95-35ca-4a4b-8709-dc847dc368c4") + (pts + (xy 130 113.28) (xy 130 77.72) + ) + (height 3.25) + (gr_text "35.5600 mm" + (at 131.45 95.5 90) + (layer "Dwgs.User") + (uuid "a45d6a95-35ca-4a4b-8709-dc847dc368c4") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.3) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "afbd0dc0-ada5-456e-b1c4-2dfc3cb1bff1") + (pts + (xy 50 71) (xy 92.57 71) + ) + (height -3.749999) + (gr_text "42.5700 mm" + (at 71.285 65.450001 0) + (layer "Dwgs.User") + (uuid "afbd0dc0-ada5-456e-b1c4-2dfc3cb1bff1") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.3) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "bd72fe48-0065-44ec-a7be-6c365f617f93") + (pts + (xy 130 120) (xy 130 113.28) + ) + (height 3.25) + (gr_text "6.7200 mm" + (at 131.45 116.64 90) + (layer "Dwgs.User") + (uuid "bd72fe48-0065-44ec-a7be-6c365f617f93") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.3) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "cc31ce4a-ad9b-4479-bbdf-beeab98489e8") + (pts + (xy 92.57 71) (xy 115.43 71) + ) + (height -3.75) + (gr_text "22.8600 mm" + (at 104 65.45 0) + (layer "Dwgs.User") + (uuid "cc31ce4a-ad9b-4479-bbdf-beeab98489e8") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.3) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "d54152f9-c36d-467e-9e7d-25b7302beb08") + (pts + (xy 55 75) (xy 55 116) + ) + (height 12) + (gr_text "41.0000 mm" + (at 41.2 95.5 90) + (layer "Dwgs.User") + (uuid "d54152f9-c36d-467e-9e7d-25b7302beb08") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.3) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "d8d734de-94b6-4db4-b630-c5060091044f") + (pts + (xy 130 77.72) (xy 130 71) + ) + (height 3.25) + (gr_text "6.7200 mm" + (at 131.45 74.36 90) + (layer "Dwgs.User") + (uuid "d8d734de-94b6-4db4-b630-c5060091044f") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 2) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.3) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0) keep_text_aligned) + ) + (segment + (start 73.875 106.725) + (end 73.9 106.7) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "07eaf204-1b64-40e2-ac14-6483777f6f08") + ) + (segment + (start 116.9 91.3) + (end 116.175 90.575) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "0c100e24-d6e9-4165-9e6a-35608d735eda") + ) + (segment + (start 77.4 106.323146) + (end 77.4 106.700098) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "0d86b945-64e9-4651-9ea5-c62eab42eae7") + ) + (segment + (start 123.35 94.55) + (end 123.3 94.5) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "1649514f-be2c-4397-84a3-b203c4176700") + ) + (segment + (start 76.4 103.3) + (end 77.4 104.3) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "1e19bf05-b5da-4f98-a090-ff9ce77e27ae") + ) + (segment + (start 126.6 83.9) + (end 126.7 84) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "27792339-96aa-456f-97bd-92f46f99c363") + ) + (segment + (start 121.1 107.1) + (end 119.7 107.1) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "2902cb0a-8f42-4c95-9ea3-5e179bfad9e8") + ) + (segment + (start 77.375 106.725098) + (end 77.4 106.700098) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "2d645c45-f9f6-4fe6-be8a-3c78754dd9d2") + ) + (segment + (start 116.175 90.575) + (end 115.5625 90.575) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "3088288d-3cfa-4c14-8168-16550ce6caa8") + ) + (segment + (start 117 91.3) + (end 117 92.444214) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "35af6bdd-53ff-42e4-b72a-2b3ff4a35922") + ) + (segment + (start 73.9 106.325099) + (end 73.9 106.7) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "3a0155a8-2358-4768-b398-e7751d6c5ecc") + ) + (segment + (start 67.899998 101.5) + (end 69.174957 102.774959) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "41b33326-48eb-4de1-92a9-8af053ffde51") + ) + (segment + (start 67 100.600002) + (end 67.899998 101.5) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "463ef955-df04-4e3f-a3b0-531d202b4f5e") + ) + (segment + (start 117 91.3) + (end 116.9 91.3) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "4dadde73-8e76-4cfe-b75e-df86e70b9bf2") + ) + (segment + (start 109.225 100.425) + (end 108.5 99.7) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "4fc19362-ead1-43c9-864e-c345502a3d15") + ) + (segment + (start 122.2 96.45) + (end 122.35 96.45) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "56736959-a6ac-419b-abfb-5783ac2576e0") + ) + (segment + (start 72.924959 102.774959) + (end 73.6 103.45) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "57213f4c-92e3-4d08-8a8c-4b0179c0d87e") + ) + (segment + (start 116.124227 117.499909) + (end 89.79991 117.49991) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "5776c7b2-505a-4422-8b44-5d47c379972c") + ) + (segment + (start 121.005786 96.45) + (end 122.2 96.45) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "5d0d7524-b89d-4f6c-9d44-8457b02a6678") + ) + (segment + (start 124.25 94.55) + (end 124.4 94.55) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "6325db16-d337-46ef-8950-87c3050a5897") + ) + (segment + (start 119.7 107.1) + (end 118.8 106.2) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "6a625978-850a-45fd-8737-a5233c233ebd") + ) + (segment + (start 69.174957 102.774959) + (end 72.924959 102.774959) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "6d012fbc-a5e9-4e1f-84d4-e411fd28d128") + ) + (segment + (start 122.35 96.45) + (end 124.25 94.55) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "6ebe6d63-4056-48e8-9eff-d825f638146f") + ) + (segment + (start 67.1 99.5) + (end 67 99.6) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "6f252de8-4e33-4d64-8d6f-88700c27788c") + ) + (segment + (start 109.8375 100.425) + (end 109.225 100.425) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "71f8263d-ecbe-4680-9fab-3e7606b7c02c") + ) + (segment + (start 117 92.444214) + (end 121.005786 96.45) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "73c3bc2f-5c04-45ab-a74e-bb865b4065e4") + ) + (segment + (start 67 99.6) + (end 67 100.600002) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "74d268c9-25be-4958-a09c-af7914daec91") + ) + (segment + (start 121.9 107.1) + (end 122.2 107.4) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "77dbfddd-e2d7-43c4-9e2f-d61569f3a788") + ) + (segment + (start 89.79991 117.49991) + (end 88.3 116) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "7b4f6d54-7ed6-4901-bb69-20ba0e1e7347") + ) + (segment + (start 77.4 104.3) + (end 77.4 106.323146) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "7d7c0909-b3f4-402e-a872-2a12bf0901e1") + ) + (segment + (start 121 112.624136) + (end 116.124227 117.499909) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "86283825-26b2-484d-a379-58509c7afb04") + ) + (segment + (start 124.4 94.55) + (end 123.35 94.55) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "87af81b5-cad9-406d-8283-65af2b602860") + ) + (segment + (start 115.65 90.575) + (end 116.125 90.575) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "8a074e17-a3f7-486c-80fa-4a2f6b8a0475") + ) + (segment + (start 81.3 97.1) + (end 80.9 97.5) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "8a50b5f7-d609-409d-947b-39530ce2e158") + ) + (segment + (start 122.2 107.4) + (end 122.2 107.812068) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "8af92a00-d5f4-44c2-808c-388f9f4dff42") + ) + (segment + (start 118.8 104.4) + (end 118.1 103.7) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "c36f8251-808c-4f72-8a4b-d0fe3ef6d78f") + ) + (segment + (start 108.5 99.7) + (end 108.200006 99.7) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "c9789b4c-cc81-459b-b9d0-f302a21ecbc2") + ) + (segment + (start 118.8 106.2) + (end 118.8 104.4) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "ca75c077-f24e-4105-bb17-e07a86a020b8") + ) + (segment + (start 73.6 106.025099) + (end 73.9 106.325099) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "e2bca42a-ec74-4cf4-ad33-e5df024b4233") + ) + (segment + (start 73.6 103.45) + (end 73.6 106.025099) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "ed6eac1d-cbe2-4fed-8bae-5f5999b4509d") + ) + (segment + (start 125.5 83.9) + (end 126.6 83.9) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "f1edfb03-e4be-48d6-8c11-f9cfbb2135de") + ) + (segment + (start 121 109.012068) + (end 121 112.624136) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "f20e7d11-a476-4b8a-926b-dff7faa8a7ed") + ) + (segment + (start 74.915 103.3) + (end 74.9 103.315) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "f4284b96-7f53-4727-87ba-13514b698f1c") + ) + (segment + (start 122.2 107.812068) + (end 121 109.012068) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "f63310ec-6ab5-4dc4-b39c-007271092b15") + ) + (segment + (start 121.1 107.1) + (end 121.9 107.1) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "f6ed04a0-ba11-4b67-938a-2ac59d652fb6") + ) + (segment + (start 73.875 108.0375) + (end 73.875 106.725) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "fade96c7-0c0f-4c4d-a287-8f5d4debf57d") + ) + (segment + (start 77.375 108.0375) + (end 77.375 106.725098) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "fd0bfc2c-c242-4c45-a2ce-a3cfcb0ffc5b") + ) + (segment + (start 76.4 103.3) + (end 74.915 103.3) + (width 0.15) + (layer "F.Cu") + (net 1) + (uuid "fdb977b4-5517-4144-ba6e-5f128153b962") + ) + (via + (at 117 91.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "231c7a8f-bda3-47fb-aab7-21543e5f3c6a") + ) + (via + (at 118.1 103.7) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "471eb4c1-1fb6-4731-b769-cc81195874cc") + ) + (via + (at 80.9 97.5) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "636b6990-8277-4c2a-98f1-ac38d762ce7f") + ) + (via + (at 67.899998 101.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "89e7c424-2927-41ed-9462-887c20f01298") + ) + (via + (at 88.3 116) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "9036254a-4409-4c3b-aa32-ac5ac201e1cc") + ) + (via + (at 123.3 94.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "b28ef261-063d-448f-8ef0-25d86b62b1da") + ) + (via + (at 73.9 106.7) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "be61f1ea-ef51-46ab-8e39-8bbf9dc2cda7") + ) + (via + (at 77.4 106.700098) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "ce1d4c31-a2d4-4852-849e-0e281377f354") + ) + (via + (at 108.200006 99.7) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "ce5a0737-4574-43c4-8820-2d26c3912c9e") + ) + (via + (at 126.7 84) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "f6f1d552-75bb-4b55-b8a4-e2bf105fbebb") + ) + (segment + (start 88.3 116) + (end 86.3 114) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "00000000-0000-0000-0000-00005f736850") + ) + (segment + (start 86.3 114) + (end 86.3 108.1) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "0a21e7d0-6c69-4634-b2b6-f0d0223d8049") + ) + (segment + (start 74.2 107) + (end 77.100098 107) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "0b47a2df-49cd-4668-b0c4-1fbc36b963fe") + ) + (segment + (start 123.3 94.5) + (end 125.824136 94.5) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "16dd7632-1c5d-4f48-b1fe-004194c18703") + ) + (segment + (start 128.07509 92.249048) + (end 128.07509 85.37509) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "1d951c73-3340-406f-913b-29953a74ecaf") + ) + (segment + (start 119.200178 102.599822) + (end 118.1 103.7) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "29da739d-c2ca-49f2-9ee2-ee6636ae1dea") + ) + (segment + (start 73.9 106.7) + (end 74.2 107) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "57d2206c-a4ba-4c98-97c6-a583fecd3e2d") + ) + (segment + (start 128.07509 85.37509) + (end 126.7 84) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "5d8ede79-525a-4699-a26f-2f9fda21b037") + ) + (segment + (start 115.3 91.3) + (end 117 91.3) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "5f285648-9d61-4112-a5f7-49852771fb7f") + ) + (segment + (start 88.3 116) + (end 88.3 116) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "6ab74b71-198a-4d67-b9ed-53d2613a5b5e") + ) + (segment + (start 125.824136 94.5) + (end 128.07509 92.249048) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "6d1dfd97-4859-4482-9e7b-8df75fcc7c9b") + ) + (segment + (start 80.402224 97.5) + (end 79.157492 98.744732) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "99cb45f3-8712-48c5-a89d-7f7ff790252c") + ) + (segment + (start 118.875773 100.399911) + (end 119.200178 100.724316) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "a8caaf32-6833-4065-a1df-1481de0313ff") + ) + (segment + (start 78.605268 98.744732) + (end 74.45 102.9) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "ae4b48d1-169e-45bb-b19f-58bcb008b5b3") + ) + (segment + (start 69.299998 102.9) + (end 67.899998 101.5) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "afeb84e1-d938-4e56-83bd-1d5356935b97") + ) + (segment + (start 74.45 102.9) + (end 69.299998 102.9) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "b01f9676-1c70-4d30-9cab-c3b74551b840") + ) + (segment + (start 84.675099 106.475099) + (end 77.624999 106.475099) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "b4c08003-7d1e-480f-b89a-36b9dac27931") + ) + (segment + (start 108.200006 99.7) + (end 107.9 99.399994) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "b54d57a7-95c9-46b9-bf84-99ca3de4bc2a") + ) + (segment + (start 77.624999 106.475099) + (end 77.4 106.700098) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "b8af3bc1-3a02-4fd1-af9a-dcb440758d52") + ) + (segment + (start 77.100098 107) + (end 77.4 106.700098) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "bd5b91f6-b8ff-4dfe-8838-df5a4239b202") + ) + (segment + (start 79.157492 98.744732) + (end 78.605268 98.744732) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "c4d5ae6d-ad32-41a7-bb77-33891f4910d2") + ) + (segment + (start 107.9 98.7) + (end 115.3 91.3) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "cd63438d-19a2-4af3-acb2-4b7b2f4b4eda") + ) + (segment + (start 80.9 97.5) + (end 80.402224 97.5) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "d3bd7f28-045a-433f-9bed-a7cad9dd77cd") + ) + (segment + (start 107.9 99.399994) + (end 107.9 98.7) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "dd1797cf-5eb4-4a7a-9963-d4ae1d89ae98") + ) + (segment + (start 119.200178 100.724316) + (end 119.200178 102.599822) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "e2b3c15f-d02f-4b2f-9280-cfb1bf389e80") + ) + (segment + (start 108.200006 99.7) + (end 108.899916 100.39991) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "e956ff4d-e455-4edd-96aa-f86004139587") + ) + (segment + (start 86.3 108.1) + (end 84.675099 106.475099) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "efbb107e-c155-45b9-a022-6056017c473f") + ) + (segment + (start 108.899916 100.39991) + (end 118.875773 100.399911) + (width 0.15) + (layer "B.Cu") + (net 1) + (uuid "f09b019e-77fc-4bdf-929e-199e22d4cb41") + ) + (segment + (start 67.1 90.75) + (end 66.8 90.45) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed1792") + ) + (segment + (start 65.85 93.25) + (end 64.9 93.25) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed1795") + ) + (segment + (start 67.1 91.5) + (end 67.1 90.75) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed17b0") + ) + (segment + (start 65.85 95.25) + (end 64.9 95.25) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed17b3") + ) + (segment + (start 73.8 91.55) + (end 73.54 91.55) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed18b8") + ) + (segment + (start 72.6 99.5) + (end 72.6 100.45) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed18bb") + ) + (segment + (start 73.49 91.5) + (end 73.8 91.55) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed18eb") + ) + (segment + (start 73.1 91.5) + (end 73.49 91.5) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed1af5") + ) + (segment + (start 65.85 97.25) + (end 64.9 97.25) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed1b25") + ) + (segment + (start 70.6 114.285) + (end 71.4025 114.285) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005f47025f") + ) + (segment + (start 66.95 115.65) + (end 67.875 115.65) + (width 0.35) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005f476c48") + ) + (segment + (start 67.875 115.65) + (end 68.5 116.275) + (width 0.35) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005f476c54") + ) + (segment + (start 66.95 115.65) + (end 66.95 115) + (width 0.35) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005f476c63") + ) + (segment + (start 126.47 97.37) + (end 126.5 97.4) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005f6ca994") + ) + (segment + (start 125.87 97.4) + (end 125.9 97.37) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005f6ca997") + ) + (segment + (start 125.7 97.37) + (end 126.47 97.37) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005f6ca99a") + ) + (segment + (start 124.4 97.4) + (end 125.87 97.4) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005f6ca99d") + ) + (segment + (start 71.4025 114.285) + (end 71.925 113.7625) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "019410ec-340a-474b-a3cb-d3a780f307b4") + ) + (segment + (start 69.3125 116.1875) + (end 69.55 115.95) + (width 0.75) + (layer "F.Cu") + (net 2) + (uuid "033022b3-11f9-419e-a78e-1c7d6e6cd45c") + ) + (segment + (start 82.1 95.5) + (end 81.7 95.9) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "033d1a03-0224-4be7-bf03-d823040c5124") + ) + (segment + (start 96.1 87.85) + (end 95.15 87.85) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "03697bdb-be93-4e64-898e-2a285d8a1b68") + ) + (segment + (start 91.75 98.95) + (end 90.85 98.95) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "03b7ea59-04ff-4bfc-a26f-17e4b04b9d62") + ) + (segment + (start 121.1 83.4) + (end 120.085 83.4) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "082217f1-4379-4503-b728-55106d6bf1c7") + ) + (segment + (start 127.8 108.1) + (end 127.015 108.1) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "0985b497-b03a-4484-9da9-bc0206e0cfbd") + ) + (segment + (start 75.425 109.225) + (end 75.5 109.3) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "09f1068c-65c4-4548-86dc-26e5a88a3923") + ) + (segment + (start 90.85 98.95) + (end 90.8 98.9) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "0bc45e0a-f3b4-457e-8294-593a75a7697d") + ) + (segment + (start 99.970666 85.05) + (end 100.093878 85.173212) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "0ccdb2ff-af2a-433c-990e-e25fac040a27") + ) + (segment + (start 61.7 116.5) + (end 61.7 117.21919) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "0e8dd633-3dec-4dce-9bdb-5d167ff90b26") + ) + (segment + (start 117.03 101.6) + (end 117.03 102.34509) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "0fe9e525-e3a8-46cc-800f-899dfab6f8e4") + ) + (segment + (start 107.55 89.85) + (end 108.35 89.85) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "129eaff2-2269-463c-b45a-6ec00be62569") + ) + (segment + (start 69.281132 116.1875) + (end 69.543821 116.450189) + (width 0.75) + (layer "F.Cu") + (net 2) + (uuid "16165d61-b1b6-457b-9112-2a44bf6cf509") + ) + (segment + (start 62.45081 117.97) + (end 61.989606 117.508796) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "1669bc16-1636-4fde-a4cb-95c6656af335") + ) + (segment + (start 74.65 97.25) + (end 74.75 97.25) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "1ad7167c-d842-43e1-aa03-616956653f99") + ) + (segment + (start 62.8 117.97) + (end 62.45081 117.97) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "1be8b492-ceeb-41d4-8a97-de6f54e38f35") + ) + (segment + (start 86.35 107.165) + (end 87.165 106.35) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "1bf8b756-d049-40ef-860f-32108b6e6ef2") + ) + (segment + (start 73.85 97.25) + (end 74.75 97.25) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "1ecc1846-9d45-47c8-a9a5-7ee29d34b71f") + ) + (segment + (start 59.485 81) + (end 59.7 81) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "2235fd0e-bbb7-4dcf-8575-21064ddca5b1") + ) + (segment + (start 71.925 108.0375) + (end 71.925 109.225) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "250658cf-3442-4875-98b9-880ff77de779") + ) + (segment + (start 99.15 101.85) + (end 100.1 101.85) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "262e5a50-f3b9-4460-b23f-a4ed98d34790") + ) + (segment + (start 74.15 105.4) + (end 74.885 105.4) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "269dc11e-3732-4b0d-8804-d7467b2caa7b") + ) + (segment + (start 99.15 96.25) + (end 100 96.25) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "2a80c087-92b7-41d9-aa30-5ded2596780f") + ) + (segment + (start 117.985 99.715) + (end 118.2 99.5) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "2d596433-9303-455a-b481-8baffdc68f31") + ) + (segment + (start 91 98.9) + (end 90.95 98.95) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "2d665c4d-1437-426f-b9cd-c53451fe5b1a") + ) + (segment + (start 59.165 75.535) + (end 58.8 75.9) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "2e68d109-cc4d-465c-aef0-0344d11ba114") + ) + (segment + (start 61.7 117.21919) + (end 61.989606 117.508796) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "2faae2bb-a0c2-4054-ae9f-2d25525a48e8") + ) + (segment + (start 68.5 116.1875) + (end 69.281132 116.1875) + (width 0.75) + (layer "F.Cu") + (net 2) + (uuid "31f48bfa-414a-4ea3-87a1-96ca97a99923") + ) + (segment + (start 125.5 107.6) + (end 126.515 107.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "3663e84d-fbb5-4cbb-a94c-3bf2e0f4528b") + ) + (segment + (start 108.865 89.865) + (end 108.9 89.9) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "37a13556-8115-4188-a66b-25cd57806830") + ) + (segment + (start 59 81.485) + (end 59.485 81) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "393c5f35-b604-403b-bb49-564befc1d4e1") + ) + (segment + (start 120.1 106.1) + (end 119.9 106.3) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "4451a169-326b-4ea5-98a4-34b43dbe20d5") + ) + (segment + (start 108.925 89.925) + (end 108.9 89.9) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "4a7dab24-7ac3-44a5-99dc-f2d1a519f3e0") + ) + (segment + (start 99.15 93.45) + (end 100.1 93.45) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "4b6b12d9-455f-48e6-a68d-b23c9408e091") + ) + (segment + (start 120.9 93.615) + (end 120.115 93.615) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "4b9f66ac-7648-42bc-a33f-c121d6a3f822") + ) + (segment + (start 67.6 99.5) + (end 67.6 100.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "561099e0-143b-4476-90ab-c417c91b1a04") + ) + (segment + (start 86.5 99.1) + (end 86.1 98.7) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "575a00a1-dec2-49af-ab3a-df281627a881") + ) + (segment + (start 95.15 99.05) + (end 96.1 99.05) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "58566856-5539-42fb-a348-d1f63282f371") + ) + (segment + (start 95.15 101.85) + (end 96.1 101.85) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "58c005b6-6e50-4fc2-9acb-ce195450e776") + ) + (segment + (start 127.015 108.1) + (end 127 108.085) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "5c63621d-ec4d-4786-b82a-0c343c64d5c6") + ) + (segment + (start 96 96.25) + (end 96.1 96.35) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "633327ee-5c92-4cdd-8991-349aa39eaddb") + ) + (segment + (start 100 96.25) + (end 100.1 96.35) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "63ba11bb-a8d4-4ad2-916f-bb8801f9c48e") + ) + (segment + (start 94.7 107.3) + (end 93.599998 107.3) + (width 0.45) + (layer "F.Cu") + (net 2) + (uuid "64eb1ba8-8f26-45fc-8b44-198922f1ecef") + ) + (segment + (start 119.585 82.9) + (end 119.6 82.915) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "662606c8-aaf1-4232-93cf-2451973718d4") + ) + (segment + (start 58.8 76.499994) + (end 58.800006 76.5) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "66f6f596-d133-4b42-be47-c4fe19e2ffad") + ) + (segment + (start 71.925 109.225) + (end 72 109.3) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "6ca9fad1-a6ca-4e25-863a-5e5ecd5baa89") + ) + (segment + (start 89.85 98.95) + (end 90.75 98.95) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "6ee20d1c-a46d-41e5-9769-e0e93e111749") + ) + (segment + (start 100.090782 104.65) + (end 100.100153 104.640629) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "6f655528-a61c-4c23-868b-815cc79f5f8e") + ) + (segment + (start 99.15 104.65) + (end 100.090782 104.65) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "707b1282-fdf9-4928-869a-9dbf3a817513") + ) + (segment + (start 79.7 99.5) + (end 79.20001 99.99999) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "71507327-aca7-400b-91af-35ed0f809b8f") + ) + (segment + (start 116.6 101.6) + (end 117.03 101.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "720775db-3021-4d2f-ad19-0d71c433bbc1") + ) + (segment + (start 115.5625 101.075) + (end 116.075 101.075) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "7380ac1d-fc0a-40cc-ac6d-59fcc4b4c293") + ) + (segment + (start 95.15 104.65) + (end 96.1 104.65) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "744fa3bf-042a-4e23-80b7-83021ae2aef0") + ) + (segment + (start 120.115 93.615) + (end 120.1 93.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "791c50b4-352a-490b-b0da-8762615e4520") + ) + (segment + (start 70.6 114.285) + (end 70.6 114.285) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "797336a2-12e4-4dd0-a33e-dc6624c7dd5e") + ) + (segment + (start 95.15 96.25) + (end 96 96.25) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "7a289eba-f626-41bf-8419-f5e4380e1684") + ) + (segment + (start 108.35 92.75) + (end 108.35 93.5) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "82914227-3c4b-483b-a930-04aff92c73ce") + ) + (segment + (start 74.75 97.25) + (end 74.8 97.3) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "8367ac6f-a401-42a3-80d6-61003e3b96b7") + ) + (segment + (start 74.885 105.4) + (end 74.9 105.415) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "83d90ef5-ba1f-4396-a807-2497210769f8") + ) + (segment + (start 87.165 106.35) + (end 87.65 106.35) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "851a5144-622e-4e9b-84aa-b2177ea53c92") + ) + (segment + (start 68.5 116.1875) + (end 69.3125 116.1875) + (width 0.75) + (layer "F.Cu") + (net 2) + (uuid "85ee03d2-f1a1-49f6-9979-78546eb28de8") + ) + (segment + (start 120.085 83.4) + (end 119.6 82.915) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "8908b45d-e610-4e95-b4ce-9dd90ff3d44f") + ) + (segment + (start 95.15 93.45) + (end 96.1 93.45) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "8d859ebf-9390-4cb5-961d-e7beaa0a4ae4") + ) + (segment + (start 83.7 97.1) + (end 84.1 97.5) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "8e2bb03d-9e85-4adc-9962-f0a6d5e6180c") + ) + (segment + (start 99.15 90.65) + (end 100.086954 90.65) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "8ec07e79-d89b-4a66-8963-3bbe64adaa98") + ) + (segment + (start 118.8 82.9) + (end 119.585 82.9) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "9b8a176a-79a3-459e-8dd3-801628986fde") + ) + (segment + (start 96.1 85.05) + (end 95.15 85.05) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "9e638bcf-fa6d-4b48-9460-259b57d4aead") + ) + (segment + (start 122.2 93.6) + (end 120.915 93.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "a0640d39-d3f5-4c67-8446-2d0c8eeedef9") + ) + (segment + (start 58.8 75.9) + (end 58.8 76.499994) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "ab43ca15-9c06-47f9-b257-1383a2b21523") + ) + (segment + (start 72.6 91.5) + (end 73.1 91.5) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "acaabde7-e8f4-4725-896f-2d7564a7cbe9") + ) + (segment + (start 116.075 101.075) + (end 116.6 101.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "ad08e5d4-999e-4573-a2c5-ea4aea5fe9da") + ) + (segment + (start 85.3 95.5) + (end 85.7 95.9) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "afde7c3c-69e5-42e6-a877-f5b517d6b101") + ) + (segment + (start 121.1 106.1) + (end 120.1 106.1) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "afea6a16-f8f4-4ca1-a9fd-72414bb3f1f2") + ) + (segment + (start 108.35 89.865) + (end 108.865 89.865) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "b2e7f506-f7d4-448a-af52-7dbef3267d9c") + ) + (segment + (start 95.15 90.65) + (end 96.1 90.65) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "b4832bec-cee0-4007-85c7-ba416296063e") + ) + (segment + (start 117.03 102.34509) + (end 116.97509 102.4) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "b5e2b85f-37c3-47bf-a6ce-5070daaefef1") + ) + (segment + (start 59.165 74.55) + (end 59.165 75.535) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "b816ca3f-a882-4972-80a7-12605138b1a3") + ) + (segment + (start 120.915 93.6) + (end 120.9 93.615) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "c8fcd968-155f-44aa-a800-8cf269c9dcc4") + ) + (segment + (start 100.086954 90.65) + (end 100.093477 90.643477) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "cefd0a94-cc8a-494c-9a46-c853604e1e17") + ) + (segment + (start 74.9 104.285) + (end 74.9 105.415) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "d04e4a25-fea8-400a-b78a-19b8bbedb78b") + ) + (segment + (start 99.15 87.85) + (end 100.1 87.85) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "db91ded9-e685-4c4e-ad4e-cb4be4f91c6b") + ) + (segment + (start 75.425 108.0375) + (end 75.425 109.225) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "dbf9d52f-7c18-496f-9222-1cd5f4d22ee1") + ) + (segment + (start 69.55 116.44401) + (end 69.543821 116.450189) + (width 0.75) + (layer "F.Cu") + (net 2) + (uuid "dc587071-cf10-4ce9-ae6c-4c72ef2698a5") + ) + (segment + (start 74.885008 97.335) + (end 74.850008 97.3) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "e1c39d3d-107f-47ac-a722-15091d16106c") + ) + (segment + (start 74.850008 97.3) + (end 74.8 97.3) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "e3e3c9f3-0c5c-4c7a-bbd0-cd87170d7267") + ) + (segment + (start 79.20001 99.99999) + (end 79.20001 100) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "e4c50208-faff-4dc6-92f3-177bc479ae49") + ) + (segment + (start 76.885 90.3) + (end 77.6 90.3) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "e7c62455-092d-4b40-96ae-88b150e3c5b0") + ) + (segment + (start 109.8375 89.925) + (end 108.925 89.925) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "eb29ba2a-5b69-462a-8dfe-fda22900794c") + ) + (segment + (start 99.15 85.05) + (end 99.970666 85.05) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "ec888ac4-0ee1-4143-9135-f22c778450e6") + ) + (segment + (start 117.985 100.4) + (end 117.985 99.715) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "ee16771b-aed3-4080-b343-6e728660dc9f") + ) + (segment + (start 126.515 107.6) + (end 127 108.085) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "efb07059-b232-415f-82e7-2121df62d44e") + ) + (segment + (start 76.075 113.7625) + (end 76.075 112.525) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "f1cdc1e3-579a-49cb-b214-bbcfabf1e8e7") + ) + (segment + (start 90.75 98.95) + (end 90.8 98.9) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "f4845d12-0be5-41c4-b912-ce5c5913119c") + ) + (segment + (start 69.55 115.95) + (end 69.55 116.44401) + (width 0.75) + (layer "F.Cu") + (net 2) + (uuid "f4b1cc82-032f-46e4-b914-51c04d09819d") + ) + (segment + (start 76.075 112.525) + (end 76.1 112.5) + (width 0.15) + (layer "F.Cu") + (net 2) + (uuid "f559c4d6-733f-431c-8eeb-d76337ee4def") + ) + (segment + (start 85.474999 95.674999) + (end 85.7 95.9) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "f748c853-29f7-4110-bf47-e0834adfce78") + ) + (segment + (start 99.15 99.05) + (end 100.1 99.05) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "fff14835-a6f2-47f8-9733-ef3f4514ad5e") + ) + (via + (at 84.1 97.5) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bcbfde9") + ) + (via + (at 67.6 100.45) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed16e1") + ) + (via + (at 64.9 93.25) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed171d") + ) + (via + (at 72.6 100.45) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed175f") + ) + (via + (at 64.9 97.25) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed1777") + ) + (via + (at 66.8 90.45) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed17bc") + ) + (via + (at 73.8 91.55) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed1b07") + ) + (via + (at 64.9 95.25) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed1b2e") + ) + (via + (at 96.1 93.45) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bf934d4") + ) + (via + (at 69.55 115.95) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005f476e52") + ) + (via + (at 126.5 97.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005f6ca9a6") + ) + (via + (at 72 109.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "08f0a69d-2047-4f15-9147-57cc2889ba57") + ) + (via + (at 96.1 96.35) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "0d7ea15c-2362-4fab-90f8-243454047248") + ) + (via + (at 70.6 114.285) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "16ead93d-be53-43b7-9993-da59fdfe87a9") + ) + (via + (at 100.100153 104.640629) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "24d37c6d-393a-4463-b6e2-ce0a45fb85d0") + ) + (via + (at 74.15 105.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "26c54d9e-426a-46a2-8f80-7ac178df51ff") + ) + (via + (at 107.55 89.85) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "29aa7255-4535-4402-9651-8cd792feb408") + ) + (via + (at 75.5 109.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "2e723b17-b264-49e0-99dc-3ace6ec6c590") + ) + (via + (at 77.6 90.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "37d3bf2b-1361-43a6-a660-8e584912f573") + ) + (via + (at 74.8 97.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "39b32f38-e85c-4148-a7da-5963c53275c0") + ) + (via + (at 85.7 95.9) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "3f7ea723-dba9-4dc0-bf29-c9e6ac75f873") + ) + (via + (at 119.9 106.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "40bfb65c-939e-4197-86e3-6cf6a69d7e87") + ) + (via + (at 100.093878 85.173212) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "4205e181-09c1-4838-b4a1-364bb5008947") + ) + (via + (at 81.7 95.9) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "4388a610-6af2-4754-ae87-0d8d8eb1ac3a") + ) + (via + (at 96.1 90.65) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "439e57fb-3fda-43db-b0fd-ac5b4eacc4c0") + ) + (via + (at 96.1 101.85) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "583bd426-b49b-4e7c-ad61-436f13b7a903") + ) + (via + (at 100.1 99.05) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "5a10a771-39a7-44fa-a5c7-5eb4da2ba051") + ) + (via + (at 100.1 87.85) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "5b7004c0-970a-4c32-afa1-b9c30b457ebb") + ) + (via + (at 76.1 112.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "63889b5b-319a-4ec7-9d88-38746b1ff624") + ) + (via + (at 118.2 99.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "6a8c9545-2ebc-4800-b1d5-30a9f4b64728") + ) + (via + (at 127.8 108.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "711d27c5-efee-45ca-9b31-41d211608a1f") + ) + (via + (at 90.8 98.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "72263aa2-32c4-4252-a768-30b77365cca2") + ) + (via + (at 93.599998 107.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "72c154d2-0438-41fd-8965-7baa4162aa0d") + ) + (via + (at 82.8 111) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "72eb8031-447e-41e3-aaa5-59f792bf0a9e") + ) + (via + (at 96.1 104.65) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "74b247e1-12fe-4245-a089-e07f9f950569") + ) + (via + (at 100.1 101.85) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "78516991-6fde-4cb5-a03e-6a16e2b8674c") + ) + (via + (at 118.8 82.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "84847bbf-1fe6-4ed8-a373-9509cff409cf") + ) + (via + (at 100.1 93.45) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "9beabaab-ef77-45bf-a024-5b1095c39aa2") + ) + (via + (at 96.1 87.85) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "a4a8cafe-8ceb-47fb-895b-66d60129db29") + ) + (via + (at 87.65 106.35) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "a7157fd2-7969-454f-a8c5-69dde8689e15") + ) + (via + (at 116.97509 102.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "acdf6299-4f0d-45e2-9790-c2e029bf8238") + ) + (via + (at 61.989606 117.508796) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "acf9d5e3-00c4-46a2-8fb1-130f2ff8990c") + ) + (via + (at 86.5 99.1) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "ad88d1c1-a355-41d5-9f44-f354b8bdcfb9") + ) + (via + (at 69.543821 116.450189) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "b2023a43-10ff-43ab-80df-26954228ee9c") + ) + (via + (at 58.800006 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "b270f771-721b-49fe-aa42-63a5cebe1f4d") + ) + (via + (at 108.35 93.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "b4b71689-5ffe-4e48-b200-1a13c10bff4a") + ) + (via + (at 96.1 85.05) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "ca81851d-473a-4bc3-9a8c-9742dc8638de") + ) + (via + (at 100.1 96.35) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "cb6e0760-74c5-4d61-9d5c-e561e72a4768") + ) + (via + (at 100.093477 90.643477) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "cc3751c1-5834-4b4a-b5b0-11d94044b147") + ) + (via + (at 79.20001 100) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "e0c90fa4-34d6-4bdd-8060-6f1e3b1600cd") + ) + (via + (at 59.7 81) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "e30e2336-2dbc-4130-9889-d5f2eae65709") + ) + (via + (at 120.1 93.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "e75dd901-2fb2-4ad2-9bd3-4f38583036d1") + ) + (via + (at 96.1 99.05) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "f0efb02d-e7cf-4fd7-879b-eb2dd5ed72d8") + ) + (segment + (start 64.9 95.25) + (end 65.885 95.25) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed170b") + ) + (segment + (start 72.6 100.45) + (end 72.6 99.465) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed1765") + ) + (segment + (start 64.9 93.25) + (end 65.87 93.25) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed179b") + ) + (segment + (start 66.8 90.45) + (end 66.8 91.535) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed17aa") + ) + (segment + (start 65.885 97.25) + (end 65.9 97.265) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed17c5") + ) + (segment + (start 64.9 97.25) + (end 65.885 97.25) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed18d6") + ) + (segment + (start 65.87 93.25) + (end 65.9 93.28) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed18e2") + ) + (segment + (start 72.985 91.55) + (end 73.8 91.55) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed1af2") + ) + (segment + (start 72.6 99.465) + (end 72.585 99.45) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed1afb") + ) + (segment + (start 66.8 91.535) + (end 66.815 91.55) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed1b13") + ) + (segment + (start 65.885 95.25) + (end 65.9 95.265) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "00000000-0000-0000-0000-00005bed1b19") + ) + (segment + (start 95.15 101.665) + (end 95.915 101.665) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "07756cb7-21df-421d-ad3f-fe92ab64ed3b") + ) + (segment + (start 99.15 98.865) + (end 99.915 98.865) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "0ada491f-7b3a-4275-b2ca-22fca6089023") + ) + (segment + (start 71.915 109.385) + (end 72 109.3) + (width 0.15) + (layer "B.Cu") + (net 2) + (uuid "12290910-e1c4-4f12-a089-9b99be24c1fc") + ) + (segment + (start 86.0125 99.1) + (end 85.1125 100) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "15ce1418-55b0-4ffc-8756-eed419e71700") + ) + (segment + (start 90.665 98.765) + (end 90.8 98.9) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "16f4e47b-2fb8-4bbd-8c1d-9c3549f80104") + ) + (segment + (start 95.915 93.265) + (end 96.1 93.45) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "17097b6a-6dff-4d55-bfe4-2e00a7dbfa44") + ) + (segment + (start 95.15 87.665) + (end 95.915 87.665) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "1730ad64-5abb-47c1-8e63-dc47a691de8c") + ) + (segment + (start 71.915 110.1) + (end 71.915 109.385) + (width 0.15) + (layer "B.Cu") + (net 2) + (uuid "18e3600f-2088-4659-97d0-c83b17047ead") + ) + (segment + (start 95.915 84.865) + (end 96.1 85.05) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "22b0c7f9-c0ec-4168-8739-32e2106e4f72") + ) + (segment + (start 95.915 90.465) + (end 96.1 90.65) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "2d76fa07-e974-4de0-891a-f95e693718df") + ) + (segment + (start 100.1 96.35) + (end 99.815 96.065) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "31d2966a-64ad-4958-af20-c744c9715e5a") + ) + (segment + (start 67.6 99.465) + (end 67.615 99.45) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "31d58769-4cff-4557-a551-62670289ca77") + ) + (segment + (start 89.8 98.765) + (end 90.665 98.765) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "347d7251-9011-468c-9c97-37e621ebef39") + ) + (segment + (start 79.20001 100) + (end 80.035 100) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "3597f731-eae6-47ca-8690-cde5f7bdb161") + ) + (segment + (start 95.15 104.465) + (end 95.915 104.465) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "3a40cb9a-6096-4b48-bae2-62ca7cd7dbcd") + ) + (segment + (start 64.6125 99.5) + (end 64.6125 97.5375) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "3f5f21f6-8b37-4d90-8f91-3910f2c42fc7") + ) + (segment + (start 95.915 104.465) + (end 96.1 104.65) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "4007d7d0-a61d-41fc-9edf-2524d58da09a") + ) + (segment + (start 84.1 96.785) + (end 84.185 96.7) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "4ac39e6e-a6ad-43fd-a8a9-7dcc022ec2a8") + ) + (segment + (start 74.78 97.28) + (end 74.8 97.3) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "4c436fb9-5de1-4241-82c9-60c46b745983") + ) + (segment + (start 99.15 93.265) + (end 99.915 93.265) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "4c614581-218c-490b-91c8-5ade65ca0f20") + ) + (segment + (start 90.865 98.765) + (end 91 98.9) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "50c39737-c5cb-410e-ad94-5bd8f0d6cb73") + ) + (segment + (start 99.458212 85.173212) + (end 100.093878 85.173212) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "54e6c901-b772-4f6e-a5cb-832c30ac5735") + ) + (segment + (start 95.15 93.265) + (end 95.915 93.265) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "5523ea8b-07e8-4d9d-9226-769001b2978d") + ) + (segment + (start 95.915 101.665) + (end 96.1 101.85) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "5e337a7c-5c7e-412e-b445-f14ae21eb616") + ) + (segment + (start 86.8 98.8) + (end 87.165 98.8) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "5fd956ea-65d6-43f8-ada9-d42beef6dfb4") + ) + (segment + (start 95.765 96.015) + (end 95.15 96.015) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "63c68231-6aa9-4356-95c8-8162109f0cbb") + ) + (segment + (start 95.915 98.865) + (end 96.1 99.05) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "644bbd24-d19c-4ac4-8536-811a45903237") + ) + (segment + (start 86.5 99.1) + (end 86.0125 99.1) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "6cbd3a6d-e8b4-4a95-be74-c741893631c8") + ) + (segment + (start 96.1 96.35) + (end 95.765 96.015) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "70645270-a353-43c4-be7f-6de4c43aab8b") + ) + (segment + (start 99.15 90.465) + (end 99.915 90.465) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "72c37b71-e5ea-462b-ac39-1f2cc9e4d966") + ) + (segment + (start 84.1 97.5) + (end 84.1 96.785) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "754bf98a-8769-4626-8a48-f7ea25e97916") + ) + (segment + (start 95.15 90.465) + (end 95.915 90.465) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "76e79a62-3d9e-4b48-8edc-44dbee8f7c72") + ) + (segment + (start 99.924524 104.465) + (end 100.100153 104.640629) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "780c110f-d675-44a5-9b77-e6d74a308504") + ) + (segment + (start 86.8 98.8) + (end 86.5 99.1) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "7a4a755d-2ace-41c1-b10d-7757788b8203") + ) + (segment + (start 81.5 111) + (end 82.8 111) + (width 0.45) + (layer "B.Cu") + (net 2) + (uuid "85ae0676-f861-4514-b9fb-20bc3f549861") + ) + (segment + (start 75.415 110.1) + (end 75.415 109.385) + (width 0.15) + (layer "B.Cu") + (net 2) + (uuid "86c06a99-e0bc-40d5-a7f9-e5b1bfafe6eb") + ) + (segment + (start 99.915 87.665) + (end 100.1 87.85) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "88c272e3-7b52-4676-9687-514e2ed58139") + ) + (segment + (start 99.15 84.865) + (end 99.458212 85.173212) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "95568ddf-be8c-46db-99de-cfd2b3a0cf9e") + ) + (segment + (start 95.15 98.865) + (end 95.915 98.865) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "a3049de8-f8f1-485d-b5d4-7c1d239712c3") + ) + (segment + (start 99.15 87.665) + (end 99.915 87.665) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "aa64bad3-91e8-4042-b2a1-e02e618aa8f1") + ) + (segment + (start 95.15 84.865) + (end 95.915 84.865) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "abea12a4-22aa-493e-b609-93e74c746b7c") + ) + (segment + (start 64.6125 97.5375) + (end 64.9 97.25) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "b4c71b9b-cad5-4be5-a07b-be9362f17a2f") + ) + (segment + (start 99.915 98.865) + (end 100.1 99.05) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "bcfc8ebe-3259-407f-9ca0-83b908ed29de") + ) + (segment + (start 74.8 97.3) + (end 73.82 97.3) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "beb01147-abc1-4a6b-88ff-a8947d580d9d") + ) + (segment + (start 99.915 101.665) + (end 100.1 101.85) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "c11397e4-75c5-4d0c-a6c1-44995f0f2a5b") + ) + (segment + (start 99.815 96.065) + (end 99.15 96.065) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "cb34bf35-7c91-43c2-a28f-65fba630a61e") + ) + (segment + (start 80.035 100) + (end 80.05 99.985) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "cdd42cb8-ead0-4737-ab17-eae6bdd72f23") + ) + (segment + (start 99.915 93.265) + (end 100.1 93.45) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "ce3ea810-844d-4c98-ad5c-fe628191e4a6") + ) + (segment + (start 99.15 104.465) + (end 99.924524 104.465) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "cfd66066-4bfb-415b-aff3-80ee08e719fe") + ) + (segment + (start 85.7 95.9) + (end 85.7 95.285) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "d063ba46-22f6-4e50-9d5e-95f13fbaf268") + ) + (segment + (start 73.82 97.3) + (end 73.8 97.28) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "d6441129-9f99-4c29-8263-dd5ca075e046") + ) + (segment + (start 95.915 87.665) + (end 96.1 87.85) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "e22ecb52-9362-41d3-a43c-a881b8d24db9") + ) + (segment + (start 67.6 100.6) + (end 67.6 99.465) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "e2543627-5409-4a7b-8859-04e0792eebb7") + ) + (segment + (start 99.915 90.465) + (end 100.093477 90.643477) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "e9cfdde6-7112-4587-8587-8eb874bda1d5") + ) + (segment + (start 75.415 109.385) + (end 75.5 109.3) + (width 0.15) + (layer "B.Cu") + (net 2) + (uuid "f5ac3e38-b2da-4b8b-af3b-5e4281e16a0c") + ) + (segment + (start 99.15 101.665) + (end 99.915 101.665) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "ff3c247f-58c6-479d-ba30-61d36386d3d2") + ) + (segment + (start 84.1 95.1) + (end 84.5 94.7) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bcd3358") + ) + (segment + (start 84.1 95.9) + (end 83.7 96.3) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bcd335a") + ) + (segment + (start 83.3 95.9) + (end 84.1 95.1) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bcd335c") + ) + (segment + (start 83.3 95.1) + (end 83.7 94.7) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bcd52de") + ) + (segment + (start 66.62501 92.07501) + (end 66.9 92.35) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed16e7") + ) + (segment + (start 73.85 92.75) + (end 72.6 92.75) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed16f6") + ) + (segment + (start 72.1 98.33) + (end 72.39 98.04) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1717") + ) + (segment + (start 72.8 98.45) + (end 72.39 98.04) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1720") + ) + (segment + (start 66.62501 91.52501) + (end 66.62501 92.07501) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1726") + ) + (segment + (start 65.87501 98.72499) + (end 66.62501 98.72499) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed17b6") + ) + (segment + (start 66.62501 98.72499) + (end 67.010001 98.339999) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed17ce") + ) + (segment + (start 72.6 92.75) + (end 72.39 92.96) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed18a6") + ) + (segment + (start 72.1 99.5) + (end 72.1 98.33) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed18a9") + ) + (segment + (start 66.9 92.55) + (end 67.31 92.96) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed18ac") + ) + (segment + (start 65.85 96.75) + (end 67.29 96.75) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed18be") + ) + (segment + (start 68.1 91.5) + (end 68.1 92.48) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed18dc") + ) + (segment + (start 66.79 94.75) + (end 67.31 94.23) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1ad7") + ) + (segment + (start 73.1 99.5) + (end 73.1 98.946912) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1ae0") + ) + (segment + (start 65.85 98.75) + (end 65.87501 98.72499) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1ae3") + ) + (segment + (start 68.1 92.48) + (end 68.58 92.96) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1ae6") + ) + (segment + (start 67.010001 98.339999) + (end 67.31 98.04) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1aef") + ) + (segment + (start 67.29 96.75) + (end 67.31 96.77) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1b01") + ) + (segment + (start 67.02 97.75) + (end 67.31 98.04) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1b10") + ) + (segment + (start 65.85 94.75) + (end 66.79 94.75) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1b16") + ) + (segment + (start 73.1 98.946912) + (end 73.096912 98.946912) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1b1f") + ) + (segment + (start 66.6 91.5) + (end 66.62501 91.52501) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1b22") + ) + (segment + (start 66.9 92.35) + (end 66.9 92.55) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1b2b") + ) + (segment + (start 73.096912 98.946912) + (end 72.8 98.65) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1b31") + ) + (segment + (start 72.8 98.65) + (end 72.8 98.45) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1b5e") + ) + (segment + (start 65.85 97.75) + (end 67.02 97.75) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1b8e") + ) + (segment + (start 68.5 114.525) + (end 68.5 113.45) + (width 0.75) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476c5d") + ) + (segment + (start 66.95 114.35) + (end 66 114.35) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476c66") + ) + (segment + (start 66.95 109.25) + (end 68.325 109.25) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476d1d") + ) + (segment + (start 66.95 114.35) + (end 68.325 114.35) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476d23") + ) + (segment + (start 66 114.35) + (end 65.9 114.45) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476d62") + ) + (segment + (start 66 109.25) + (end 65.9 109.35) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476d95") + ) + (segment + (start 68.325 114.35) + (end 68.5 114.525) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476d9e") + ) + (segment + (start 68.325 109.25) + (end 68.5 109.425) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476e01") + ) + (segment + (start 66.95 109.25) + (end 66 109.25) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476e34") + ) + (segment + (start 104.45 82.35) + (end 104.45 81.775) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f63ccaf") + ) + (segment + (start 104.45 82.35) + (end 104.45 82.925) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f63ccb2") + ) + (segment + (start 125.7 96.4) + (end 126.5 96.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f6ca98b") + ) + (segment + (start 124.4 96.45) + (end 125.85 96.45) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f6ca98e") + ) + (segment + (start 125.85 96.45) + (end 125.9 96.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f6ca991") + ) + (segment + (start 55.049976 87) + (end 56.2125 87) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "00cf5cd6-6352-4ecd-9e35-417d88e8c660") + ) + (segment + (start 95.15 94.1) + (end 96 94.1) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "047e0d1e-484a-4d10-b086-6b188a78c581") + ) + (segment + (start 96 88.5) + (end 96.1 88.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "051bc363-fba1-444e-8503-a4b387f3616c") + ) + (segment + (start 58.4 96.3) + (end 57.9 96.8) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "05e7bc89-2182-401c-803d-ae34796e9841") + ) + (segment + (start 100 99.7) + (end 100.1 99.8) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "05fa7b1a-8ed3-4b32-82c0-6b7ad7df3417") + ) + (segment + (start 60.435 74.45) + (end 60.799901 74.814901) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "06246b13-4cc5-4813-9e84-3092eaa4c6ff") + ) + (segment + (start 115.3 106) + (end 115.7 106.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "074815e6-91a0-4090-a290-29b93ecec84f") + ) + (segment + (start 57.350006 98.75) + (end 57.8 99.199994) + (width 0.45) + (layer "F.Cu") + (net 3) + (uuid "086594ea-2541-4bd8-a558-78942abcd4c0") + ) + (segment + (start 100 91.3) + (end 100.1 91.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "086cae51-9891-41f4-b716-2063551784ef") + ) + (segment + (start 84.1 95.9) + (end 83.3 95.1) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "0b2c0cb9-1971-415f-8b99-11d474dae28d") + ) + (segment + (start 84.1 108.4) + (end 84.1 108.5) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "0c7a4b18-4f87-4530-9664-42ea05ddb3cf") + ) + (segment + (start 73.135 74.45) + (end 73.135 76.465006) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "0ebc7e3d-c040-4c6e-aaf8-1870c68a4ff3") + ) + (segment + (start 119.915 86.1) + (end 119.6 85.785) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "101971e4-52cb-45ae-89fb-a8ea4a06502a") + ) + (segment + (start 63 93.25) + (end 63 93.35) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "110e0661-9a24-4e5c-a8df-427c10f2d91e") + ) + (segment + (start 95.15 91.3) + (end 96 91.3) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "11a364a0-8d31-431e-8b25-ceb35237b885") + ) + (segment + (start 75.49491 91.792468) + (end 75.49491 90.84491) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "12ffb73f-62d0-42c1-8932-5ebb64fff657") + ) + (segment + (start 58.265 91.6) + (end 58.365 91.7) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "13603ae1-712a-48d0-9b7f-9476417e67d2") + ) + (segment + (start 107.415 100.5) + (end 107.415 99.715) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "13caf2ba-ce4a-41a0-b219-61c581683518") + ) + (segment + (start 82.9 95.5) + (end 83.3 95.1) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "149f0dc4-9b74-4a1a-a37b-7eb355956a7a") + ) + (segment + (start 83.7 94.7) + (end 84.5 95.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "19a5a40d-c31a-4b14-b306-06b0a763bddb") + ) + (segment + (start 118.7 89.8) + (end 118.185 89.8) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "1a32102d-4d08-4a90-b777-29f41d092d6c") + ) + (segment + (start 66.785 78.45) + (end 66.785 80.385) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "1c6e452a-3519-4b92-98f5-9c74f0717054") + ) + (segment + (start 99.15 91.3) + (end 100 91.3) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "1cd3d1b4-e18e-4851-9980-bde55fb0c52d") + ) + (segment + (start 78.215 78.45) + (end 78.215 80.385) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "1da291cc-3aa5-4632-8f99-7dae246a7f56") + ) + (segment + (start 126.685 103.6) + (end 127.4 103.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "1e338d48-329f-4bcc-9503-54fc71796eff") + ) + (segment + (start 60.8 91.55) + (end 60.8 90.35) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "1fc1f7a5-2a0c-44bb-8e36-dd6ae1a56c20") + ) + (segment + (start 108.925 90.575) + (end 108.85 90.65) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "2194fffb-efb2-4804-822b-bc479e4ddd6a") + ) + (segment + (start 69.325 76.474996) + (end 69.299996 76.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "21f7e9f1-0a4c-49be-a4ca-8c8253ab27e6") + ) + (segment + (start 82.025 78.45) + (end 82.025 80.375) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "238b4f36-a253-431c-a93e-34af7da002ac") + ) + (segment + (start 84.1 108.5) + (end 86.4 110.8) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "24485594-06f1-4f4f-813a-edf2c9ea9d9c") + ) + (segment + (start 124.5 80.5) + (end 124.885 80.5) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "250c8859-53d9-4b16-9e33-bcef2d0d08db") + ) + (segment + (start 82.9 96.3) + (end 83.3 95.9) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "27ffb4d8-9026-4ae6-9928-ea9707dfcbd9") + ) + (segment + (start 61.915 109.815) + (end 61.9 109.8) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "28341e20-fb49-4b1f-918f-f121ca9dc24b") + ) + (segment + (start 108.35 90.835) + (end 108.665 90.835) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "2a6b41d0-b2b4-448f-b144-f3f20353eb05") + ) + (segment + (start 82.5 95.1) + (end 82.9 94.7) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "2a80e520-c5bd-402d-9b26-1a7536775a36") + ) + (segment + (start 96 94.1) + (end 96.1 94.2) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "2a884ec1-8b99-4278-96d4-ba229cbf2441") + ) + (segment + (start 107.3 95.1) + (end 107.3 95.3) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "2bf49df7-ea46-4971-ac75-61f89d8629a7") + ) + (segment + (start 66.775 111.9) + (end 65.9 111.025) + (width 0.75) + (layer "F.Cu") + (net 3) + (uuid "2d4b4a06-1fbc-412f-a73f-b6cb8a54c8ff") + ) + (segment + (start 122.2 94.55) + (end 120.935 94.55) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "2d6614eb-bffa-4bcf-95c6-23d2c0802bc5") + ) + (segment + (start 66.785 80.385) + (end 66.8 80.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "2e44eb9d-5214-4281-b589-6f1d5d809dae") + ) + (segment + (start 86.4 110.8) + (end 86.6 111) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "2ede9c4e-2cb4-4cc6-be11-9369562144c1") + ) + (segment + (start 100.1 97.1) + (end 99.9 96.9) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "2f9221d0-9237-419d-a405-ed6293d81ca2") + ) + (segment + (start 105.45 108.65) + (end 105.45 109.225) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "3688e7bc-20ca-4400-aef0-08fcb44e27f3") + ) + (segment + (start 95.15 102.5) + (end 96 102.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "373cfb3d-1a7a-436a-b7e1-9b37a06e2161") + ) + (segment + (start 55.05 89) + (end 56.2125 89) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "3903491a-81fe-4388-bfed-3194999660b5") + ) + (segment + (start 119.715 87.6) + (end 119.915 87.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "39597e81-f70e-461a-8b54-a3cbec89ae00") + ) + (segment + (start 125.5 85.4) + (end 126.4 85.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "39f4a93e-a66f-49d9-9489-04177f4bdb50") + ) + (segment + (start 84.565 74.45) + (end 84.565 75.635) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "3a3c2d06-2914-4049-8266-3e33b3477ac7") + ) + (segment + (start 100.45 82.35) + (end 100.45 81.775) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "3f416a4b-2bb5-4bff-a2a4-4a29a930d78c") + ) + (segment + (start 118 102.37509) + (end 118.02491 102.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "429d8298-5e79-4d7a-bf0d-7cf25fa82a32") + ) + (segment + (start 99.15 102.5) + (end 100 102.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "434ce540-1e3b-4615-8e43-e1d53b209b0a") + ) + (segment + (start 63 93.35) + (end 64 94.35) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "43fce39d-e397-4218-a870-6e68ca7850bb") + ) + (segment + (start 96 99.7) + (end 96.1 99.8) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "4527f044-2daf-485b-b819-36ca805762b3") + ) + (segment + (start 85.835 80.435) + (end 85.835 78.45) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "4605c20a-6c32-4ba9-9d98-157265e5d2d4") + ) + (segment + (start 123.3875 110.5) + (end 124.3 110.5) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "4717d0fe-4403-41d8-b34e-f32ad0c89ac4") + ) + (segment + (start 74.457053 100.842947) + (end 74.25 101.05) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "4acead20-afd3-40c9-9779-362a2fa8e3db") + ) + (segment + (start 85.835 78.45) + (end 85.835 80.365) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "4bee3b93-9a25-4a62-bc3b-7a216b6aba9d") + ) + (segment + (start 120.935 94.55) + (end 120.9 94.585) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "4c0a6173-3bb5-488a-ae98-333b4befcac8") + ) + (segment + (start 126.985 107.1) + (end 127 107.115) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "4c995c14-dfa3-48d5-bf30-8cab81eff6dd") + ) + (segment + (start 100 88.5) + (end 100.1 88.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "4e0e0a7b-af34-4e88-ae9b-2f3f183beb60") + ) + (segment + (start 111.075 94.475) + (end 111.1 94.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "4fc9de57-db53-4765-a283-4ab5d54b31ca") + ) + (segment + (start 96 102.5) + (end 96.1 102.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "5099fd13-c25a-4ef5-a9ee-44f3ca76b570") + ) + (segment + (start 75.49491 90.84491) + (end 75.15 90.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "53d290a8-b212-4513-90cb-06afc49296a0") + ) + (segment + (start 58.6 78.45) + (end 58.15 78.9) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "5516558a-0e9a-45b2-b088-49662b07da26") + ) + (segment + (start 84.1 95.9) + (end 84.5 96.3) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "55abb9fe-9cbe-43e6-ace1-61fdae65126e") + ) + (segment + (start 71.765 115.825) + (end 71.28 116.31) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "561ecb3f-ead7-4771-b6c0-d34cd21c92d3") + ) + (segment + (start 73.875 113.7625) + (end 73.875 112.575) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "56c12040-eff0-4d0c-861f-a536ce2e9e88") + ) + (segment + (start 107.3 97.8) + (end 107.8 98.3) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "56fc397a-84b6-4638-aad1-83d58d79386e") + ) + (segment + (start 56.2125 104) + (end 55.05 104) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "5732fe89-5269-4719-98b5-f2ef3f341659") + ) + (segment + (start 91.515 97.7) + (end 91.1 97.7) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "585819ae-ea97-462d-b721-ee07b43ece32") + ) + (segment + (start 84.5 95.5) + (end 84.1 95.9) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "5881ee20-278a-4e12-9254-07f1db1cba4c") + ) + (segment + (start 82.1 94.7) + (end 82.5 95.1) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "59005896-4816-4eaa-bcde-06df3c15d37e") + ) + (segment + (start 91 99.65) + (end 90.95 99.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "5a4b792d-7daf-49f9-a003-f77559fa2efd") + ) + (segment + (start 61.415 90.2) + (end 60.65 90.2) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "5ac9e4bc-322c-4ce1-942d-8bdf6f2db28f") + ) + (segment + (start 77.375 112.675) + (end 77.2 112.5) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "5d7ba739-ec09-4eb2-88de-f93b63931246") + ) + (segment + (start 61.705 74.55) + (end 61.705 76.305002) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "5e1866e0-7fc9-4bfe-b82d-d200c9cd8c20") + ) + (segment + (start 59.35 92.665) + (end 59.685 92.665) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "5e9726ce-4d01-40c5-88cc-419709628a07") + ) + (segment + (start 60.2 112.05) + (end 60.465 112.05) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "6241da48-a043-44e0-a826-013c06f564e0") + ) + (segment + (start 118.8 83.9) + (end 119.585 83.9) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "63ca843c-6ec1-4317-af47-c941b7151e0c") + ) + (segment + (start 55.05 83) + (end 56.2125 83) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "6539cbd1-50bb-4d3c-82f9-984d64bc120e") + ) + (segment + (start 56.695 98.75) + (end 57.350006 98.75) + (width 0.45) + (layer "F.Cu") + (net 3) + (uuid "66462769-23b4-4752-8c12-21d728be199b") + ) + (segment + (start 80.755 76.454988) + (end 80.800012 76.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "6752af1f-7117-4db8-a4d6-67772bc5edb1") + ) + (segment + (start 99.15 88.5) + (end 100 88.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "686b705f-3684-4570-911d-2cd72fefbdbe") + ) + (segment + (start 75.4 92.15) + (end 75.4 91.887378) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "6887f346-34fb-47be-9aca-e3608346da89") + ) + (segment + (start 84.200075 76.000075) + (end 84.200075 76.500006) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "6a39023a-a193-4053-9314-e48e7fa182bd") + ) + (segment + (start 69.325 74.45) + (end 69.325 76.474996) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "6a9026f4-97ad-4ca6-b8a7-4b78e7eaa11b") + ) + (segment + (start 62.975 78.45) + (end 62.975 80.359028) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "6e2190a8-0a8f-4569-8c96-006456c6e6b2") + ) + (segment + (start 62.975 80.359028) + (end 63.02491 80.408938) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "6faf24c9-afc6-43f9-9326-68c5c2ccabec") + ) + (segment + (start 60.465 112.05) + (end 61.915 110.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "6fb83118-ad28-42d7-96d2-7cafd7b0e464") + ) + (segment + (start 70.595 78.45) + (end 70.595 80.395) + (width 0.25) + (locked yes) + (layer "F.Cu") + (net 3) + (uuid "716e5416-b330-423a-811f-046a4ee64f5e") + ) + (segment + (start 121.15 98.35) + (end 120.8 98) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "72556f8f-c552-4b43-94e1-656395d6a1e4") + ) + (segment + (start 75.207053 100.842947) + (end 74.457053 100.842947) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "7302d1b8-5eb7-435f-8a27-1e073843e0b6") + ) + (segment + (start 124.685 110.5) + (end 125.1 110.085) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "73265981-a663-420e-888a-cc68bcfa91fd") + ) + (segment + (start 56.2125 108) + (end 55.05 108) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "73b04aae-a23e-4dbe-82bb-c66e31df0d3d") + ) + (segment + (start 68.5 109.425) + (end 68.5 108.35) + (width 0.75) + (layer "F.Cu") + (net 3) + (uuid "74a11fb2-4d5c-4874-ac13-c84be9c8bd99") + ) + (segment + (start 61.915 110.6) + (end 61.915 109.815) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "76228c87-6eaf-40df-b82d-cd476ff79bab") + ) + (segment + (start 99.15 99.7) + (end 100 99.7) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "7807b0c6-5091-4f3d-9363-0b79274786b0") + ) + (segment + (start 119.2 87.6) + (end 119.715 87.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "790a19b0-516d-4651-b0b4-2f431397247f") + ) + (segment + (start 95.15 88.5) + (end 96 88.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "7a1bfc36-ef05-4214-80d9-db7f491573ae") + ) + (segment + (start 65.515 74.45) + (end 65.515 76.485) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "7b669a9c-8885-4737-8192-e35d45fe2c93") + ) + (segment + (start 99.794605 85.7) + (end 100.013397 85.918792) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "7db5d8f0-a910-4752-a005-fa209f1abdec") + ) + (segment + (start 65.9 111.025) + (end 65.9 110.3) + (width 0.75) + (layer "F.Cu") + (net 3) + (uuid "7e321d44-b31c-441e-a648-29f6a530a65c") + ) + (segment + (start 99.9 96.9) + (end 99.15 96.9) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "7ee5ae77-ad6f-4554-84d3-ed4b63e95639") + ) + (segment + (start 120.1 105.6) + (end 119.9 105.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "7efe52c7-849a-457d-9282-4b14b5977cfd") + ) + (segment + (start 74.8 92.75) + (end 75.4 92.15) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "7fa0dac8-3c7a-41e3-abec-5a25513b953e") + ) + (segment + (start 125.5 107.1) + (end 126.985 107.1) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "82685c86-25ea-4101-9a87-13af464cb716") + ) + (segment + (start 127.4 103.6) + (end 127.5 103.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "82b0fb7d-5548-49c3-b3cc-d6b0947d4a74") + ) + (segment + (start 119.915 87.4) + (end 119.915 86.1) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "841a7e74-47a7-43e9-bffb-88532f83f87f") + ) + (segment + (start 127.8 107.1) + (end 127.015 107.1) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "8486c2c0-8885-4923-869a-317f2a5ae0e5") + ) + (segment + (start 117.985 89.6) + (end 117.985 88.7) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "86337d21-21ff-41d9-b410-84c294e6d4c7") + ) + (segment + (start 83.7 96.3) + (end 82.5 95.1) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "88a3fa09-9050-4a94-a796-98b43c4981e7") + ) + (segment + (start 75.4 91.887378) + (end 75.49491 91.792468) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "89418c64-83aa-43cf-af96-a0ed16e8498f") + ) + (segment + (start 101.45 109.225) + (end 101.45 108.65) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "8a06555e-37b5-4e52-aed5-4db5d56c9572") + ) + (segment + (start 115.2 106) + (end 115.3 106) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "8a23bcdb-c019-4bd7-82a4-b9066bcb3aba") + ) + (segment + (start 60.799901 74.814901) + (end 60.799901 76.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "8a37a2ac-9063-4f9f-8082-a7cf43d90bfd") + ) + (segment + (start 56.695 92.25) + (end 56.95 92.25) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "8a4c24a3-c62b-431a-82c4-21c1528bd47f") + ) + (segment + (start 115.7 106.4) + (end 116.1 106.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "8ac7fb36-f939-44c0-b12d-167c3839b5d7") + ) + (segment + (start 109.8375 90.575) + (end 108.925 90.575) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "8bd21d15-4278-4bfb-9081-da5dec67eaa5") + ) + (segment + (start 126.4 85.4) + (end 126.65 85.15) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "8c4bbe2b-6fb3-4548-8dd3-0f1711d4f6b1") + ) + (segment + (start 122.2 98.35) + (end 121.15 98.35) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "8dfdb0e8-afed-4da2-ac56-e7242954fe39") + ) + (segment + (start 65.515 76.485) + (end 65.5 76.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "8ef8ab63-d78b-49e0-89aa-d7de17fdbe74") + ) + (segment + (start 57.985 92.25) + (end 58.4 92.665) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "8f97d945-610e-4294-8734-ed76e417b74a") + ) + (segment + (start 95.15 85.7) + (end 96 85.7) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "90fdb165-1708-491a-9fd1-cc0451817176") + ) + (segment + (start 108.665 90.835) + (end 108.85 90.65) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "91e74aa6-705f-40ba-b6bd-d9322523111d") + ) + (segment + (start 82.9 94.7) + (end 83.3 95.1) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "92eb945d-261b-4129-876b-6425a392ebe4") + ) + (segment + (start 56.2125 106) + (end 55.05001 106) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "94286f16-e2e4-4646-9bba-2737d286be03") + ) + (segment + (start 105.45 108.65) + (end 105.45 108.075) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "9685dfb3-079c-44b1-b353-b4be89013d60") + ) + (segment + (start 107.3 95.3) + (end 107.8 95.8) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "96adc462-1b4d-4667-ae88-0eba76ead221") + ) + (segment + (start 99.2 88.6) + (end 99.35 88.6) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "98ff61a0-d52b-40c3-bed0-01da892c0ad0") + ) + (segment + (start 107.415 100.5) + (end 106.535 100.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "99c24618-7c42-44ff-8b2e-8907a5455d99") + ) + (segment + (start 78.215 80.385) + (end 78.2 80.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "9b4b514c-b288-40ab-af4d-fb8827371f01") + ) + (segment + (start 95.15 105.3) + (end 96 105.3) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "9c27bafe-dc9a-4fc8-9304-3713da742e75") + ) + (segment + (start 76.945 76.454998) + (end 76.899998 76.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "9ceea79f-ef80-4e41-a251-1e78376f0a53") + ) + (segment + (start 74.405 80.395) + (end 74.4 80.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "9d6f01bf-507b-4b70-82a7-182a04da9e3f") + ) + (segment + (start 96.1 97.1) + (end 95.9 96.9) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "9e4d6234-d287-46a7-833e-1086cbe33e30") + ) + (segment + (start 74.405 78.45) + (end 74.405 80.395) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "9e8cf55f-aa42-463b-a91a-de04527fe165") + ) + (segment + (start 91.1 97.7) + (end 90.8 98) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "9ebed9e1-911b-4fe8-b83b-dcb1a9c76cab") + ) + (segment + (start 65.9 116.125) + (end 67.00009 117.22509) + (width 0.75) + (layer "F.Cu") + (net 3) + (uuid "9f9e43f1-b8a6-44c2-ac1e-7dffea579c90") + ) + (segment + (start 71.765 115.55) + (end 71.765 115.825) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "a1ebed7a-a9d4-44c5-815d-29f5bd7a1e04") + ) + (segment + (start 126.685 102.7) + (end 126.7 102.685) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "a2e977b9-6800-45b4-ae87-35d4429567ec") + ) + (segment + (start 84.2 76) + (end 84.200075 76.000075) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "a39d52c1-2020-4018-824d-ae6a843ea56a") + ) + (segment + (start 76.945 74.45) + (end 76.945 76.454998) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "a587fbd2-119d-431c-964c-d65c1fee09ba") + ) + (segment + (start 109.8375 94.475) + (end 111.075 94.475) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "a65c679d-4e37-4dd0-959d-9bd93ba347d2") + ) + (segment + (start 99.15 85.7) + (end 99.794605 85.7) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "a679272f-a3f0-45fb-87aa-a0b2b5803612") + ) + (segment + (start 61.705 76.305002) + (end 61.9 76.500002) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "aba21c1b-7164-4ac1-b852-2ab77931dfce") + ) + (segment + (start 89.85 99.6) + (end 90.75 99.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "abaed4f7-8b9b-42fb-b7e6-2364a8a9edf3") + ) + (segment + (start 84.565 75.635) + (end 84.2 76) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "ac57bf13-f9c0-4cc2-ad04-7a6ba98578e1") + ) + (segment + (start 119.9 88.315) + (end 119.9 87.415) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "aeab754d-8d4c-4cc3-9c25-d1bfe755ade9") + ) + (segment + (start 73.135 76.465006) + (end 73.100006 76.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "aede887e-5713-4410-b301-8003185f738f") + ) + (segment + (start 121.1 83.9) + (end 119.615 83.9) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "af06ce4b-2df5-4288-9410-daa02c29db28") + ) + (segment + (start 58.585 96.3) + (end 59.535 97.25) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "afd0b185-caaf-4f93-99db-f0b618dfdb0d") + ) + (segment + (start 100 94.1) + (end 100.1 94.2) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "b0c8d4da-76f3-4ccc-b25a-47e4bbfa1923") + ) + (segment + (start 118.185 89.8) + (end 117.985 89.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "b19b6cb2-1dcd-4bd7-9b24-4b717ad5e944") + ) + (segment + (start 117.985 90.5) + (end 117.985 89.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "b38839ce-5ed1-4137-8d01-8e29148f2f0d") + ) + (segment + (start 56.695 92.25) + (end 57.985 92.25) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "b428b46e-6bb2-4218-88bb-f65b402ba084") + ) + (segment + (start 121.1 105.6) + (end 120.1 105.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "b480ff03-7cab-42b4-91d0-4a8efdc14314") + ) + (segment + (start 119.615 83.9) + (end 119.6 83.885) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "b4b3542d-81a0-443a-a057-e92e83e673be") + ) + (segment + (start 67.00009 117.22509) + (end 67.85 117.22509) + (width 0.75) + (layer "F.Cu") + (net 3) + (uuid "b5647ba5-029c-4236-bd62-3bae1d163b2c") + ) + (segment + (start 99.15 94.1) + (end 100 94.1) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "b7cdbf56-648f-4b61-a929-f6df4844931e") + ) + (segment + (start 65.9 115.4) + (end 65.9 116.125) + (width 0.75) + (layer "F.Cu") + (net 3) + (uuid "b8207972-6e65-4219-8942-8eacaca882e0") + ) + (segment + (start 96.8 82.7) + (end 96.8 82.2) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "b9b56633-e27e-4ae9-b502-b04db674814a") + ) + (segment + (start 55.050002 85) + (end 56.2125 85) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "bc4e65d0-bed7-4df4-aec5-b3069edc8bb5") + ) + (segment + (start 99.15 105.3) + (end 99.997434 105.3) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "bfb424f2-8d7e-4d71-b295-e557e237f849") + ) + (segment + (start 101.45 108.075) + (end 101.45 108.65) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "bfe12dbb-c55e-453d-a584-ff2c4ff6cb79") + ) + (segment + (start 119.9 87.415) + (end 119.915 87.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "c0d7ddc3-0fb2-4859-8099-85cf17faa495") + ) + (segment + (start 80.755 74.45) + (end 80.755 76.454988) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "c0ed410a-0280-4a8c-8ff3-f58b7b1340fc") + ) + (segment + (start 114.375 96.525) + (end 114.3 96.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "c17611e7-b006-48aa-88a5-0a087d80bf70") + ) + (segment + (start 82.025 80.375) + (end 82 80.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "c1815e63-5999-4d25-8dc0-c63ae372e426") + ) + (segment + (start 96 91.3) + (end 96.1 91.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "c21aac6a-b524-482d-8502-14ec07c89028") + ) + (segment + (start 73.875 112.575) + (end 73.8 112.5) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "c3294148-c5cf-4dea-85ec-5236abe37d55") + ) + (segment + (start 59.165 78.45) + (end 58.6 78.45) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "c5e565c1-0842-4bfc-851a-fbd402286348") + ) + (segment + (start 126.685 103.6) + (end 126.685 104.9) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "c673263c-ad3f-41fc-9390-265c5a6a6f7b") + ) + (segment + (start 73.85 92.75) + (end 74.8 92.75) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "c72fcd80-1de6-44b7-a66e-ef16a209414f") + ) + (segment + (start 60.75 97.25) + (end 60.8 97.3) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "c9fd13d8-34fc-4eff-b8ce-cde6d5a9c87a") + ) + (segment + (start 120.9 94.585) + (end 120.115 94.585) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "ca01648a-63a4-4a74-a0bb-87c77046fe26") + ) + (segment + (start 124.3 110.5) + (end 124.685 110.5) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "ca732df0-841c-46b2-96b9-d77d13584bfd") + ) + (segment + (start 107.3 97.6) + (end 107.3 97.8) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "cbd6cf0e-99e6-44bc-97bd-0952965c9140") + ) + (segment + (start 90.75 99.6) + (end 90.8 99.65) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "cc55bf8f-d3a8-4da6-a5f8-64c109c81511") + ) + (segment + (start 96 105.3) + (end 96.1 105.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "ce9231c3-ef0f-4298-8666-3e023bba7902") + ) + (segment + (start 118 101.6) + (end 118 102.37509) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "d18c946f-d9af-4bde-a889-de42a35dba9a") + ) + (segment + (start 115.5625 96.525) + (end 114.375 96.525) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "d2463a16-5ee1-4ea5-b724-3f5c6b12b298") + ) + (segment + (start 55.05 81) + (end 56.2125 81) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "d2df3c51-fc8c-42ad-b1f0-21d6e1a01262") + ) + (segment + (start 58.565 96.3) + (end 58.4 96.3) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "d3197f7f-9a98-4fbd-957b-d629a634d50a") + ) + (segment + (start 56.2125 102) + (end 55.05 102) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "d4dfd9e4-ce5c-41c0-b701-8839ef24f026") + ) + (segment + (start 117.985 88.7) + (end 118 88.685) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "d4e95aa0-57e4-47b6-a6b2-4749d2491cdb") + ) + (segment + (start 96 85.7) + (end 96.1 85.8) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "d60ddee3-3685-41f4-9f86-979901131b67") + ) + (segment + (start 96.8 82.2) + (end 97.3 81.7) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "d60ee6ad-5508-4033-91ca-1337fb1b7a0d") + ) + (segment + (start 85.835 80.365) + (end 85.8 80.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "d868ec48-42f4-4608-baef-8e135bf87a69") + ) + (segment + (start 120.115 94.585) + (end 120.1 94.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "daee85e0-2341-48ca-a66d-285e2859aad2") + ) + (segment + (start 107.415 101.4) + (end 107.415 100.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "db199a83-944d-41ec-bbed-2b8082a8e54e") + ) + (segment + (start 58.15 78.9) + (end 58.15 79.55) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "de43a907-7986-43a1-85df-813a5b950da3") + ) + (segment + (start 56.95 92.25) + (end 57.6 91.6) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "df4f4040-e068-4ce3-96d0-0cff8393069f") + ) + (segment + (start 106.535 100.5) + (end 106.5 100.465) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "df689fde-5163-400f-8865-2f685726ded9") + ) + (segment + (start 95.9 96.9) + (end 95.15 96.9) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "e005c0e7-6fe6-45fc-9b8c-d6458ada7d94") + ) + (segment + (start 125.5 84.9) + (end 126.4 84.9) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "e0ae035f-3c19-4c84-8f48-c368909f211f") + ) + (segment + (start 107.55 90.8) + (end 108.35 90.8) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "e22a8115-21c4-4079-b548-13d39057d641") + ) + (segment + (start 56.2125 110) + (end 55.050004 110) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "e2673b7c-e103-49fa-98d5-69b8ba8dd292") + ) + (segment + (start 67.5 111.9) + (end 66.775 111.9) + (width 0.75) + (layer "F.Cu") + (net 3) + (uuid "e550c2c8-2970-49c1-af5a-e118415b14be") + ) + (segment + (start 119.585 83.9) + (end 119.6 83.885) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "e674f944-0cd1-4e2f-b586-f61f20182a0d") + ) + (segment + (start 59.685 92.665) + (end 60.8 91.55) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "e682de9f-cfe4-4eb4-bf46-5f9ba649d8da") + ) + (segment + (start 86.6 111) + (end 87.20001 111) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "e8afce4a-ebb8-4874-a1f4-346211b1e38e") + ) + (segment + (start 107.415 99.715) + (end 107.4 99.7) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "e99b2455-6317-4d3a-90e2-7596a3a7b6ec") + ) + (segment + (start 57.8 99.199994) + (end 58.515006 99.199994) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "eaaff8d9-f32f-4e04-b6ed-1ce44c33cc75") + ) + (segment + (start 126.4 84.9) + (end 126.65 85.15) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "ec0769d5-8342-4541-99ef-679eace61bff") + ) + (segment + (start 99.997434 105.3) + (end 100.087874 105.39044) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "ec712280-0db0-4074-8487-e2eabcb78806") + ) + (segment + (start 126.685 103.6) + (end 126.685 102.7) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "ecb1077d-c343-42c9-9672-52914a1f9f16") + ) + (segment + (start 100 102.5) + (end 100.1 102.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "eda8071c-e750-4143-94ce-008a130d30f2") + ) + (segment + (start 82.5 95.1) + (end 82.9 95.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "ef0448bc-4f6c-4a2b-b2c1-bcb39e98b287") + ) + (segment + (start 67.85 112.25) + (end 67.5 111.9) + (width 0.75) + (layer "F.Cu") + (net 3) + (uuid "f10fe1b6-f645-44d8-a779-e60b8654088d") + ) + (segment + (start 61.270189 97.3) + (end 61.72018 97.749991) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "f1bf31f1-be51-4bf7-bd62-4c1691fb964a") + ) + (segment + (start 58.565 96.3) + (end 58.585 96.3) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "f2571a4c-3e67-4916-9c0e-b0974b924c84") + ) + (segment + (start 123.3875 80.5) + (end 124.5 80.5) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "f28dc298-8497-4d7a-b050-43d8f1dd7baa") + ) + (segment + (start 95.15 99.7) + (end 96 99.7) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "f2b8258f-65e5-419b-9b3b-e90f689aca3a") + ) + (segment + (start 57.6 91.6) + (end 58.265 91.6) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "f3434646-3f1c-47a6-a46a-5a793de1a675") + ) + (segment + (start 58.515006 99.199994) + (end 58.565 99.15) + (width 0.35) + (layer "F.Cu") + (net 3) + (uuid "f75a76d7-0540-438e-8217-4f5bb9bcfbf5") + ) + (segment + (start 127.015 107.1) + (end 127 107.115) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "f7cc2c86-e8e2-4ce3-b9df-c0ec35396fd8") + ) + (segment + (start 126.685 104.9) + (end 127 105.215) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "f7db3756-bfcc-4fbd-af9e-ae41e26d5446") + ) + (segment + (start 77.375 113.7625) + (end 77.375 112.675) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "f8b0dcee-6bce-4fc3-b08f-85a62ef6ed48") + ) + (segment + (start 100.45 82.35) + (end 100.45 82.925) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "f9180e1a-3c2d-4fe2-9461-17c5e5e7c1b0") + ) + (segment + (start 59.535 97.25) + (end 60.75 97.25) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "f9bb99c7-ccda-4b6c-a116-fa3715af7191") + ) + (segment + (start 124.885 80.5) + (end 125.3 80.915) + (width 0.15) + (layer "F.Cu") + (net 3) + (uuid "f9f8e3b3-1388-4946-813f-1a5d5e0d1869") + ) + (segment + (start 60.8 97.3) + (end 61.270189 97.3) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "fd23d600-64d7-41d7-a114-849a5c445d5c") + ) + (segment + (start 60.8 90.35) + (end 60.65 90.2) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "fd4c7253-893d-46b0-ad35-78e7474dbe90") + ) + (segment + (start 75.15 90.5) + (end 74.9 90.5) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "fde3844e-a48f-4ec9-a1ca-0d79508f5e3f") + ) + (segment + (start 70.595 80.395) + (end 70.6 80.4) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "ff8c2871-7c9b-4de3-baec-30db09fd1a6f") + ) + (via + (at 67.2 108.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005cc0a0d0") + ) + (via + (at 67.2 107.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005cc0a0d1") + ) + (via + (at 64.6 108.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005cc0a0d2") + ) + (via + (at 64.6 107.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005cc0a0d3") + ) + (via + (at 70 105.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005cc9d73a") + ) + (via + (at 69.2 105.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005cc9d73d") + ) + (via + (at 70.8 105.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005cc9d740") + ) + (via + (at 71.6 105.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005cc9dcba") + ) + (via + (at 107.3 95.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005ecdbb7c") + ) + (via + (at 58.15 79.55) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f423986") + ) + (via + (at 64.6 112.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476d53") + ) + (via + (at 68.5 113.45) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476d5c") + ) + (via + (at 67.2 112.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476d68") + ) + (via + (at 67.85 112.25) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476d86") + ) + (via + (at 67.2 113.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476e3d") + ) + (via + (at 64.6 113.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f476e4f") + ) + (via + (at 104.45 82.35) + (size 0.5) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (locked yes) + (net 3) + (uuid "00000000-0000-0000-0000-00005f63ccb5") + ) + (via + (at 124.7 88) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f6bed66") + ) + (via + (at 126.5 96.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f6ca9a3") + ) + (via + (at 123.5 86.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f6d476f") + ) + (via + (at 123.5 88) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005f6dc2be") + ) + (via + (at 87.799998 100.168111) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "0150a597-9ca4-4081-88d2-6ff7d09ea1a2") + ) + (via + (at 55.05 102) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "04b75106-8d7d-48e6-ae2b-ca4f98924cb4") + ) + (via + (at 60.65 90.2) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "0c3f101c-5d7c-4f8f-abf0-4066322fab6b") + ) + (via + (at 73.100006 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (locked yes) + (net 3) + (uuid "119cd2ee-6025-406f-acfc-adcac3592135") + ) + (via + (at 68.5 108.35) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "14c9319a-850d-4254-aa4f-5f36c5dcf324") + ) + (via + (at 84.200075 76.500006) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "1a3908e6-1e81-477c-b81d-11898b35bbc6") + ) + (via + (at 60.799901 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "1b4be093-1a7b-4454-8070-4dd739e51e0d") + ) + (via + (at 120.1 94.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "2157593c-310f-447e-8a97-4b9a8bb259bb") + ) + (via + (at 121.9 104.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "22bf7020-c313-444e-b812-8d62167db083") + ) + (via + (at 120.6 101.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "22e6b722-f353-48a3-8b94-904b9f7c9138") + ) + (via + (at 72.9 110.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "24235b8f-6a6a-4b6a-9ea7-d1902865a5fc") + ) + (via + (at 63.02491 80.408938) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "249cef6d-6e38-4ebb-bf7b-c4567d4a2239") + ) + (via + (at 100.1 102.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "27411561-01fe-4286-8cc7-c1b63d59df39") + ) + (via + (at 83.3 95.1) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "2c7a209c-0737-4684-96db-c09c9b3ed448") + ) + (via + (at 96.1 85.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "3436835c-3e0c-44d3-b9a8-f52345b6262c") + ) + (via + (at 84.1 95.1) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "370b7821-636e-4f27-a8f2-d2d53fbbba42") + ) + (via + (at 82.5 95.1) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "387bb5da-fa7e-421d-9ebe-48224515155f") + ) + (via + (at 90.8 98) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "44a4c769-84c0-40cc-ba77-e33e71d5411d") + ) + (via + (at 71.28 116.31) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "502baeba-5eb0-4abb-aa89-c5aa74a6ea7f") + ) + (via + (at 82 80.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "5193b92c-0f95-414f-9c12-4288fbf1289f") + ) + (via + (at 101.45 108.65) + (size 0.5) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "5467d68a-a197-4fb0-ba4f-7c59ac89c187") + ) + (via + (at 79.1 102.2) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "56504f65-96d9-4604-a878-5df8bedb6653") + ) + (via + (at 124.3 110.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "57827e05-5bc2-4fd8-89d5-a292512dab24") + ) + (via + (at 127.8 107.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "5a74d17d-0f11-4987-9b3a-4d48db182776") + ) + (via + (at 61.9 109.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "5bbd11fe-5f00-4df8-b47a-cfb88b4fa049") + ) + (via + (at 124.7 86.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "5ca1b4f0-e4cd-4f1a-9bfa-ba57d20cfd00") + ) + (via + (at 120.8 98) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "5ce9fb3d-8baf-4e66-abba-9674249b5e7b") + ) + (via + (at 76.899998 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "5d8b52e3-6cf3-4957-a7be-c8e9a1edb540") + ) + (via + (at 100.1 88.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "5daee066-1855-4535-b7df-24f9ec7c3328") + ) + (via + (at 84.1 95.9) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "5ee72b24-30a2-4ba3-ba3d-ec1cb3a2b25f") + ) + (via + (at 74.25 101.05) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "64d362b5-8df7-456f-a9ec-8c9312ae7ead") + ) + (via + (at 97.3 81.7) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "672cbe39-a10a-45bc-b930-efeb4d296788") + ) + (via + (at 96.1 94.2) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "6c237791-d668-4ad2-b63f-2fe5ae10a9e5") + ) + (via + (at 121.9 103) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "6ee2eff6-d2ee-43b3-a39c-023a759b20f4") + ) + (via + (at 107.3 97.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "70f53d3a-f58b-46f3-aa80-cb222b643443") + ) + (via + (at 96.1 91.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "7505679c-58e4-4acf-8c10-5ecea69d9437") + ) + (via + (at 55.05 104) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "76d746f4-3f58-4c51-b2a3-c1e775832b8f") + ) + (via + (at 96.1 97.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "7816bf3c-78ac-4d86-8419-8f9745c22f9d") + ) + (via + (at 80.800012 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "7982b0aa-ef8e-47f9-a2a9-295924d921de") + ) + (via + (at 83.3 95.9) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "7af6484f-4c0f-4bb6-8c11-76d16aa0127b") + ) + (via + (at 55.05 108) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "7b48c09d-366d-471a-ab6a-af36bac922ac") + ) + (via + (at 107.4 99.7) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "7cea92c9-9703-4eba-a1eb-fed08832ec20") + ) + (via + (at 105.45 108.65) + (size 0.5) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "7e7b8ea5-9941-47ad-aa89-670ebd77f6b0") + ) + (via + (at 78.2 80.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "7e881b05-98b1-4290-99fa-d895271485f2") + ) + (via + (at 79 99.269642) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "7ed6c747-b2e1-4fcd-a83a-251e00b9c400") + ) + (via + (at 85.8 80.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "88a77af6-5cc0-4264-b177-412fab1f38d2") + ) + (via + (at 124.5 80.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "8b641929-9b2e-4337-9bbf-c366664cc31a") + ) + (via + (at 55.050002 85) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "8ba9c3fb-46f6-4875-a664-e313ccfeba0c") + ) + (via + (at 61.9 76.500002) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "8c334f51-6a0b-406c-9f2c-47b0eaeba7c1") + ) + (via + (at 127.5 103.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "8c738627-4c1f-44d2-b911-7c712b768eb7") + ) + (via + (at 119.9 105.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "8c964be6-6c78-49c2-9297-d6e2f99f7949") + ) + (via + (at 121.2 101.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "8edd53b2-4877-4a5b-b217-9b3c553b9301") + ) + (via + (at 100.1 97.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "91aeb66b-3414-4567-889a-6c6508c65350") + ) + (via + (at 116.1 106.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "947d6c7d-dc19-4856-a158-49558a98847f") + ) + (via + (at 69.299996 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "99a27256-a88a-4355-b453-612ad2615aaf") + ) + (via + (at 65.5 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "9a8828a5-2e2e-4063-b51c-f89d08e28152") + ) + (via + (at 96.1 105.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "9b0bdd01-8671-43b0-a690-85b1b211ff4e") + ) + (via + (at 100.087874 105.39044) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "9d3ccc3f-3b98-4650-998a-594b38c6aef7") + ) + (via + (at 55.05 89) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "9e19b2a4-ed99-43e2-8f47-aa18bac2b22e") + ) + (via + (at 57.8 99.199994) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "9fa9f26f-181c-4272-9534-03061d2c9314") + ) + (via + (at 55.050004 110) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "a2512eb5-1205-4c98-854b-ff2f58d6be51") + ) + (via + (at 100.45 82.35) + (size 0.5) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "a623a541-6c5f-4a82-a0ec-79f85b6b21ef") + ) + (via + (at 74.4 80.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (locked yes) + (net 3) + (uuid "ae93933d-bd7e-4401-b9d9-e5d7ebc1523c") + ) + (via + (at 126.65 85.15) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "afa81dbf-1d19-4d13-85d9-6f57cc013431") + ) + (via + (at 66.8 80.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "b146471c-fbe5-47f5-9d13-b2781f1eec8e") + ) + (via + (at 96.1 88.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "b93ddd20-6b06-4f50-a42d-38095b2ae703") + ) + (via + (at 111.1 94.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "b95cfbfd-3a54-4134-b7e5-41629bc2a09a") + ) + (via + (at 118.02491 102.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "bb3522ef-5746-4cd6-b341-aa2d4b5b0454") + ) + (via + (at 100.1 91.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "be0ab508-aa20-451b-a044-589ecdabc56c") + ) + (via + (at 118.7 89.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "be3c23a4-c711-4e7e-b832-1f8432ee1a89") + ) + (via + (at 123.1 103) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "cefe2b25-c132-4a9d-862f-6dd88da4c699") + ) + (via + (at 87.20001 111) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "d16083c3-7c83-434a-9e65-4483d6829db9") + ) + (via + (at 114.3 96.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "d1a36df1-5a51-492c-9a9f-effbb0092bf0") + ) + (via + (at 123.1 104.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "d3e24f48-830a-418c-af57-c8b94c641cc7") + ) + (via + (at 77.2 112.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "d4a466e6-8a1e-4638-ab95-eadf0a391ad3") + ) + (via + (at 67.85 117.22509) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "d79bf46a-b22c-4b45-aae3-08c4a2e809dd") + ) + (via + (at 125.4 89.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "da0518d1-a4a1-4d96-a115-d0b555fd0563") + ) + (via + (at 90.8 99.65) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "da5e2eb9-cffc-4a6d-876e-eb7dcbbad407") + ) + (via + (at 55.05 83) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "da9cac19-080a-44fc-94cf-8e4d6da93cd3") + ) + (via + (at 126 89.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "db2e9df3-5866-477c-b122-58d40133d766") + ) + (via + (at 76.4 110.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "dcd4b78d-219c-45b8-be13-9686b097509b") + ) + (via + (at 100.013397 85.918792) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "df2e1f24-b744-41fa-a600-538bf3e9f386") + ) + (via + (at 100.1 94.2) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "dffcf68d-1dc4-432b-936a-b761a573d792") + ) + (via + (at 55.05 81) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "e1bb8278-8661-48b3-8c4a-2e2543ea53b5") + ) + (via + (at 57.6 91.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "e354d1a0-bc02-4502-986b-30666a66a9b1") + ) + (via + (at 96.1 99.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "ea2eed49-fb11-4f73-83f2-9d60b06a6d38") + ) + (via + (at 73.8 112.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "ef3bcccf-ae5e-4054-a9c6-4ecc26db9104") + ) + (via + (at 100.1 99.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "efa4b020-3993-41c9-8e0f-db13f1b098c8") + ) + (via + (at 55.05001 106) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "f03478ba-f8e8-4ce7-a1fa-dca7b15de97a") + ) + (via + (at 107.55 90.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "f467e92c-cfec-45d6-9135-43909aa23e31") + ) + (via + (at 64 94.35) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "f4d361d4-830c-4f52-84de-4efdea02d66c") + ) + (via + (at 96.1 102.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "f543f73a-af58-44c6-b30a-defb5d769ed9") + ) + (via + (at 70.6 80.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (locked yes) + (net 3) + (uuid "f55b2315-ffcf-45cb-b8d5-dd0439b81933") + ) + (via + (at 55.049976 87) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "f8933443-3eda-49a4-a3dd-e25c75852b5a") + ) + (via + (at 119.2 87.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "fa7db4f9-3398-4772-8fa3-435b9044520a") + ) + (via + (at 61.72018 97.749991) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "faad28a2-09fa-4ce9-a367-71b6860b94ed") + ) + (via + (at 118.8 83.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "faf61677-95ff-471d-9fae-9fe321aafb8b") + ) + (via + (at 57.9 96.8) + (size 0.5) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 3) + (uuid "ff965ae9-0de4-48fa-a1a6-d1580e191547") + ) + (segment + (start 68.585 98.045) + (end 68.58 98.04) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed16e4") + ) + (segment + (start 67.785 91.55) + (end 67.785 93.435) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1714") + ) + (segment + (start 65.9 98.235) + (end 67.115 98.235) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed171a") + ) + (segment + (start 67.115 98.235) + (end 67.31 98.04) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1723") + ) + (segment + (start 67.785 93.435) + (end 69.85 95.5) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed172c") + ) + (segment + (start 72.015 91.55) + (end 72.015 93.335) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed17a4") + ) + (segment + (start 72.6 98.25) + (end 72.39 98.04) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed18df") + ) + (segment + (start 71.615 97.265) + (end 69.85 95.5) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1ace") + ) + (segment + (start 68.585 99.45) + (end 68.585 98.045) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1ad4") + ) + (segment + (start 65.9 96.235) + (end 68.045 96.235) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1ada") + ) + (segment + (start 68.045 96.235) + (end 68.58 96.77) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1af8") + ) + (segment + (start 72.015 93.335) + (end 72.090001 93.259999) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1b1c") + ) + (segment + (start 72.090001 93.259999) + (end 72.39 92.96) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005bed1b8b") + ) + (segment + (start 71.615 99.45) + (end 71.615 97.265) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005c051e9a") + ) + (segment + (start 73.8 98.25) + (end 72.6 98.25) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "00000000-0000-0000-0000-00005c052020") + ) + (segment + (start 99.15 91.435) + (end 100.065 91.435) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "020fd0ad-bd2d-4e06-933b-071e53d0bd21") + ) + (segment + (start 96.065 94.235) + (end 96.1 94.2) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "0887eb27-c795-47c8-8b85-804ff1430157") + ) + (segment + (start 96.065 99.835) + (end 96.1 99.8) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "0a51dd9b-3906-4808-a2b6-49c2b3782c9a") + ) + (segment + (start 79.1 102.2) + (end 79.2 102.1) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "0b95d5f8-be59-4aa4-9e3b-2ddb0751a97c") + ) + (segment + (start 85.7 94.315) + (end 85.7 93.585) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "0bf9a605-1ed3-48a5-aa63-5e0c16fb660e") + ) + (segment + (start 96.065 85.835) + (end 96.1 85.8) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "0da0b0c5-5d6c-4977-8d60-d7b14bc6367d") + ) + (segment + (start 87.635371 100.164629) + (end 87.796516 100.164629) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "12a61f3b-c9a1-475a-b95a-228fd98d7166") + ) + (segment + (start 96.1 97.1) + (end 96.215 96.985) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "169f70c7-a5a0-443e-a23e-d95b9745d0f6") + ) + (segment + (start 85 95.015) + (end 85.7 94.315) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "17c2b79c-d7bc-4b6f-ae65-62d9c6c44a17") + ) + (segment + (start 79.795358 99.269642) + (end 79 99.269642) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "18243035-4751-445a-8818-f87dcc6e150a") + ) + (segment + (start 97.05 91.435) + (end 96.135 91.435) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "1af2914c-4be8-475a-8589-caf6b4c3e0ae") + ) + (segment + (start 84.815 95.1) + (end 84.9 95.015) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "1b9d78c4-3203-44e3-958f-425f2e4ec9ec") + ) + (segment + (start 82.585 97.384602) + (end 83.215 96.754602) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "1c1eddbd-710f-43b1-b47c-5e4765a94756") + ) + (segment + (start 85.7 93.585) + (end 85.785 93.5) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "1d9bf0eb-4cb4-4316-98f4-e0581ba1b289") + ) + (segment + (start 66.1875 99.2125) + (end 66.1875 99.5) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "1e3639f5-e7e3-4694-9294-3921c4c3d8d8") + ) + (segment + (start 100.043314 105.435) + (end 100.087874 105.39044) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "2054b6b3-5651-4b1d-8d76-ae66606df61d") + ) + (segment + (start 89.8 99.735) + (end 90.715 99.735) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "21329ce4-f53b-4757-a186-68e3ce22792c") + ) + (segment + (start 100.135 99.835) + (end 100.1 99.8) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "2545c40d-c5a0-44b7-87db-18f60adb5bad") + ) + (segment + (start 67.31 98.09) + (end 66.1875 99.2125) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "274414ab-1890-467f-a7af-4d612100a2a6") + ) + (segment + (start 84.9 95.015) + (end 85 95.015) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "2a047ba3-1265-48c2-9aba-747f2aba922c") + ) + (segment + (start 99.15 105.435) + (end 100.043314 105.435) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "2cf9b91f-36d1-4c3a-b482-be26cfa6723f") + ) + (segment + (start 100.135 91.435) + (end 100.1 91.4) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "2da2b35e-fda1-484d-b0a3-ffd88fcf83e8") + ) + (segment + (start 84.1 95.1) + (end 84.815 95.1) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "2e8a0e7d-b8cb-4d7e-ba29-f94a45314cf7") + ) + (segment + (start 96.215 96.985) + (end 97.05 96.985) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "2f4d6b2b-8ccf-4f14-8b63-a283c9158275") + ) + (segment + (start 97.05 105.435) + (end 96.135 105.435) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "32c25dd0-46bd-40ce-a824-a7705bb3c6a2") + ) + (segment + (start 65.9 94.25) + (end 67.29 94.25) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "35519fd5-08ff-4fab-91c9-037e2a0c1c90") + ) + (segment + (start 101.05 94.235) + (end 100.135 94.235) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "3759ef51-a358-4e64-b33b-579b81274c8b") + ) + (segment + (start 99.929605 85.835) + (end 100.013397 85.918792) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "376b0330-5976-42a1-9795-d51a0cb15beb") + ) + (segment + (start 76.385 110.885) + (end 76.4 110.9) + (width 0.15) + (layer "B.Cu") + (net 3) + (uuid "39330a4e-f967-4eed-99b5-76d5f2ae48f1") + ) + (segment + (start 100.097189 85.835) + (end 100.013397 85.918792) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "42e27ade-eeba-4263-a787-39f108a3f5bf") + ) + (segment + (start 100.1 97.1) + (end 100.035 97.035) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "4d770cf5-2570-44ce-82d7-01b22dd0dfa9") + ) + (segment + (start 100.065 94.235) + (end 100.1 94.2) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "4f926a51-5226-43cc-9957-25202b8286cb") + ) + (segment + (start 95.15 91.435) + (end 96.065 91.435) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "560363b2-f1f5-4f4e-a01c-b944d8cc7821") + ) + (segment + (start 67.31 98.04) + (end 67.31 98.09) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "5740f5f1-37d4-456c-875e-9ebb35ecd00c") + ) + (segment + (start 100.065 102.635) + (end 100.1 102.6) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "57893719-4e3e-402f-8b67-10cb9a3285f4") + ) + (segment + (start 100.065 88.635) + (end 100.1 88.6) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "57e89710-4035-4fce-b4ab-3eb33fbf297d") + ) + (segment + (start 95.15 88.635) + (end 96.065 88.635) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "5915437d-3d33-40dc-bddd-7a4b3a8695a3") + ) + (segment + (start 97.05 99.835) + (end 96.135 99.835) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "59a5c6ab-d31a-4edc-bdbf-2291924abbc1") + ) + (segment + (start 88.25 111) + (end 87.20001 111) + (width 0.45) + (layer "B.Cu") + (net 3) + (uuid "5b484aaf-46b1-4f93-a082-ea4e63e72dd8") + ) + (segment + (start 97.05 94.235) + (end 96.135 94.235) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "5bc3b26b-97af-443e-88ec-f1e480af5ab0") + ) + (segment + (start 96.135 91.435) + (end 96.1 91.4) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "5cc6d770-b491-48db-80e1-a31881bdc80d") + ) + (segment + (start 96.065 105.435) + (end 96.1 105.4) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "5d9748b0-9ada-4af4-8128-cf3ea6000962") + ) + (segment + (start 82.5 95.1) + (end 81.785 95.1) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "5eaefe45-4377-4f72-b5ff-c30dbfcff29f") + ) + (segment + (start 81.785 95.1) + (end 81.7 95.185) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "609c70f4-1479-4ca4-a93e-8230d97706fb") + ) + (segment + (start 86.855611 100.168111) + (end 86.6875 100) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "67ffeb0f-301e-465b-88a4-09ca3188f9fc") + ) + (segment + (start 95.15 99.835) + (end 96.065 99.835) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "76a70ff5-b708-4b9c-ba2f-bb11f1823490") + ) + (segment + (start 83.3 94.385) + (end 83.215 94.3) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "7ab6fae9-56c8-4516-b817-e0c8cea9f716") + ) + (segment + (start 97.05 102.635) + (end 96.135 102.635) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "7c8e1fcd-d984-4f9d-ab1e-50f0418861b3") + ) + (segment + (start 95.15 85.835) + (end 96.065 85.835) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "7cd7460a-de4d-4e2d-ab86-f2bbbcecffa6") + ) + (segment + (start 99.15 99.835) + (end 100.065 99.835) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "7fe205fe-6e0e-4d47-97e6-ac4d30e9624d") + ) + (segment + (start 96.135 102.635) + (end 96.1 102.6) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "831f34f7-bb54-4f24-afae-cc9c189e51b1") + ) + (segment + (start 78.2375 102.2) + (end 78.15 102.1125) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "8548e026-66af-4296-90e9-67eb8298e6f4") + ) + (segment + (start 99.15 85.835) + (end 99.929605 85.835) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "86359855-82b9-4b88-b24d-0cce9e35d2ed") + ) + (segment + (start 97.05 85.835) + (end 96.135 85.835) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "8656927c-d21a-4c21-bbce-59fe9fc6c17c") + ) + (segment + (start 97.05 88.635) + (end 96.135 88.635) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "86ab502a-b4f3-439d-b0ba-23f8fc09431b") + ) + (segment + (start 95.15 105.435) + (end 96.065 105.435) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "86dffbef-4b48-463a-9a3d-e6af423c0b62") + ) + (segment + (start 100.065 99.835) + (end 100.1 99.8) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "8abaee25-a262-4309-8b76-32f8b2d7e0ff") + ) + (segment + (start 88.135 99.833109) + (end 87.799998 100.168111) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "8afd9c35-4e4d-476d-9e26-4a9f78600246") + ) + (segment + (start 100.1 97.1) + (end 100.165 97.035) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "8caa6ac8-9324-4dbf-9999-0ab7579656ee") + ) + (segment + (start 96.135 85.835) + (end 96.1 85.8) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "931bb4cf-a6ba-41ca-ba4c-951036e4380b") + ) + (segment + (start 100.165 97.035) + (end 101.05 97.035) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "962defff-51d6-4ea0-9a4d-3205cf1d6dd3") + ) + (segment + (start 100.135 88.635) + (end 100.1 88.6) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "970d452e-0d6e-457f-9ba4-3c0630e216dc") + ) + (segment + (start 101.05 88.635) + (end 100.135 88.635) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "9994c4c6-47d1-4ef0-b938-b5690fdc29dc") + ) + (segment + (start 96.1 97.1) + (end 95.985 96.985) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "9dd98557-9d35-4410-bb42-c60c8569f6b4") + ) + (segment + (start 80.05 99.015) + (end 79.795358 99.269642) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "9f7dbd4a-2bf2-4d43-a3ce-a0a9f7633e85") + ) + (segment + (start 101.05 85.835) + (end 100.097189 85.835) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "9f9d4e75-460b-4229-b546-57433be75d08") + ) + (segment + (start 100.135 102.635) + (end 100.1 102.6) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "a0f97c88-a377-4734-bf9e-5236e5048cb7") + ) + (segment + (start 83.3 95.1) + (end 84.1 95.1) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "a1aad2b7-d537-4ebe-9600-9849a0eda02a") + ) + (segment + (start 88.135 98.8) + (end 88.135 99.833109) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "a294cc83-b7a3-4d8e-8390-ecf01eed960d") + ) + (segment + (start 95.15 102.635) + (end 96.065 102.635) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "a3830df9-d1d3-4c2b-bae2-e61676fadddd") + ) + (segment + (start 82.585 97.5) + (end 82.585 97.384602) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "a3d9cdb6-e43b-461e-a4de-1d1950b91964") + ) + (segment + (start 96.135 94.235) + (end 96.1 94.2) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "a42a2024-e3b5-49be-a857-760197edaacf") + ) + (segment + (start 99.15 88.635) + (end 100.065 88.635) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "a966cc50-e3cb-495c-a79b-6ec88d834960") + ) + (segment + (start 84.1 95.9) + (end 83.3 95.9) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "b1ffd1fd-32ab-4a8c-9cb0-68c64d5846a8") + ) + (segment + (start 82.5 95.1) + (end 83.3 95.1) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "b298629a-6446-4c5e-b89f-d777a2adc734") + ) + (segment + (start 100.135 94.235) + (end 100.1 94.2) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "b69519ee-5035-4725-9f32-90c7cfdb2f78") + ) + (segment + (start 96.065 88.635) + (end 96.1 88.6) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "b7cc3d0e-1fc8-4cd7-a3c2-1509da6ebf42") + ) + (segment + (start 100.132434 105.435) + (end 100.087874 105.39044) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "b9d7e704-05fd-4e1e-9a19-5200b9526e44") + ) + (segment + (start 100.035 97.035) + (end 99.15 97.035) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "b9fcbea8-79b2-47b3-ba05-6d88b4193114") + ) + (segment + (start 83.3 96.615) + (end 83.215 96.7) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "bb129291-f2e6-46dd-9837-54ea9080eef3") + ) + (segment + (start 101.05 105.435) + (end 100.132434 105.435) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "bea06c88-f6d1-4881-a90f-de290cdec45c") + ) + (segment + (start 96.135 105.435) + (end 96.1 105.4) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "bf2d37ee-0580-41c4-a68d-fd6a44353604") + ) + (segment + (start 95.985 96.985) + (end 95.15 96.985) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "c162194b-67d4-4e41-9f8f-ed2653e0d196") + ) + (segment + (start 83.3 95.9) + (end 83.3 96.615) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "c1dda76a-acc4-4d23-b272-ba16345aa407") + ) + (segment + (start 99.15 102.635) + (end 100.065 102.635) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "c41eb38f-5020-436b-a7e8-2800b1b42cb3") + ) + (segment + (start 72.885 110.1) + (end 72.885 110.885) + (width 0.15) + (layer "B.Cu") + (net 3) + (uuid "c7c34d7a-e4e9-4020-9eb2-3f57bf5616f3") + ) + (segment + (start 84.1 95.1) + (end 84.1 95.9) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "cd3851c8-43a7-44ba-a57d-7da51bf4d405") + ) + (segment + (start 96.065 102.635) + (end 96.1 102.6) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "d0ced54f-6264-423b-87ce-3bef76a25c53") + ) + (segment + (start 99.15 94.235) + (end 100.065 94.235) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "d190d7a3-7bf5-42db-8c6f-15b2790a1189") + ) + (segment + (start 96.135 88.635) + (end 96.1 88.6) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "d646c145-0888-4122-a9ee-c80c4050d447") + ) + (segment + (start 100.065 91.435) + (end 100.1 91.4) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "dc542a74-3cf6-4d42-8438-45e8782471ea") + ) + (segment + (start 83.3 95.9) + (end 83.3 95.1) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "def56ef8-2877-4427-9903-57250c5a3b07") + ) + (segment + (start 96.135 99.835) + (end 96.1 99.8) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "e5b1a537-025d-4960-bf65-60bf80ff2612") + ) + (segment + (start 95.15 94.235) + (end 96.065 94.235) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "eabefcf5-7a2a-47a2-a506-c7f7fecadbd6") + ) + (segment + (start 76.385 110.1) + (end 76.385 110.885) + (width 0.15) + (layer "B.Cu") + (net 3) + (uuid "ec455f14-8610-4dde-a4b5-a166f9fea2dc") + ) + (segment + (start 101.05 102.635) + (end 100.135 102.635) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "ee202a96-96ee-464e-a148-4b76788af37e") + ) + (segment + (start 67.29 94.25) + (end 67.31 94.23) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "f0438862-6f0b-4bc2-aa8e-eb45642585c1") + ) + (segment + (start 101.05 91.435) + (end 100.135 91.435) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "f0565a46-1cb7-47ed-968c-18708859f551") + ) + (segment + (start 101.05 99.835) + (end 100.135 99.835) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "f311b56d-bf9d-4440-a0f6-3437d0e78bcd") + ) + (segment + (start 90.715 99.735) + (end 90.8 99.65) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "f621dca6-2e8a-4ab7-8a4b-480d0a1e895d") + ) + (segment + (start 87.796516 100.164629) + (end 87.799998 100.168111) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "f722ea3c-0557-407a-b5bf-641f8a291a63") + ) + (segment + (start 72.885 110.885) + (end 72.9 110.9) + (width 0.15) + (layer "B.Cu") + (net 3) + (uuid "fa113599-7f96-408a-8974-e29046fc38ba") + ) + (segment + (start 83.215 96.754602) + (end 83.215 96.7) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "fb9fd0cb-b849-4e64-8a61-8cf837849888") + ) + (segment + (start 96.065 91.435) + (end 96.1 91.4) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "fbdc63e1-c554-4671-b0ed-f93dd16f3e69") + ) + (segment + (start 83.3 95.1) + (end 83.3 94.385) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "fd4bdd26-e48c-49cf-9f62-cc6bfc3c25b9") + ) + (segment + (start 87.799998 100.168111) + (end 86.855611 100.168111) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "ff9989c6-7a02-4da9-9a30-c5fc15f960c5") + ) + (segment + (start 79.1 102.2) + (end 78.2375 102.2) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "ff9a1aba-a8b3-4e68-bf1a-5125133ea3ee") + ) + (segment + (start 122.199992 97.400008) + (end 122.2 97.4) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "00000000-0000-0000-0000-00005f6ca985") + ) + (segment + (start 120.7 108.887932) + (end 121.1 108.487932) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "02c1c33f-c8b0-4d35-8737-30d2579ed90a") + ) + (segment + (start 116.6 92.46835) + (end 116.6 91.707753) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "083e1a17-4d2b-41f4-9f1b-ca7db66d10c6") + ) + (segment + (start 124.45 95.2) + (end 124.9 95.2) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "08bad1ef-7879-432e-92ea-cae26bc2291c") + ) + (segment + (start 122.4 97.4) + (end 123.5 96.3) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "0f744dc3-8721-49cc-9c6c-bbc875ac49de") + ) + (segment + (start 121.1 108.487932) + (end 121.1 107.6) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "13f7a552-a646-40e6-b51b-e08ee801d2ce") + ) + (segment + (start 73.2 103.55) + (end 73.2 106.4) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "15d09f2a-616a-4679-9c4a-51cbcd498c23") + ) + (segment + (start 126.9 83.4) + (end 125.5 83.4) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "160deb35-a0f6-4e92-8900-29c92dc5c1d8") + ) + (segment + (start 125.2 94.2) + (end 124.6 93.6) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "1c5ea616-a39d-40ac-92a4-ccfd992fdc70") + ) + (segment + (start 123.5 96.3) + (end 123.5 96.15) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "1de9dde9-f32f-45ab-be8b-8ff4403cbd31") + ) + (segment + (start 120.7 112.5) + (end 120.7 108.887932) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "1eeecfbb-3527-478e-b14e-f1a92259fe26") + ) + (segment + (start 118.5 104.9) + (end 118.1 104.5) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "244d0622-2f04-4395-b0ce-fa7cdc47da8f") + ) + (segment + (start 76.7 105.3) + (end 76.4 105) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "2af41a6f-50e3-4940-94db-0303a147d3dd") + ) + (segment + (start 108.5 98.9) + (end 108.5 99) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "30e6816a-934e-4ead-9b92-dcd91099f61d") + ) + (segment + (start 82.1 97.9) + (end 81.7 98.3) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "342b238b-4bf8-4acb-8775-5aea0771c70f") + ) + (segment + (start 73.225 108.0375) + (end 73.225 106.425) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "37423ebb-da61-4b53-82b9-56249cacb701") + ) + (segment + (start 66.6 99.5) + (end 66.6 101.1) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "37831b48-f4c4-4a4e-96f6-6caf87351379") + ) + (segment + (start 66.6 101.1) + (end 67 101.5) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "457f42c3-5be7-4c16-bf1a-e05a256ab5fe") + ) + (segment + (start 108.5 99) + (end 109.275 99.775) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "4871090e-e0b1-4014-8fea-f2f7f4c1f8bb") + ) + (segment + (start 126.3 93.6) + (end 128.07491 91.82509) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "4c3f0484-35fb-40b3-9c12-239ebdd949e5") + ) + (segment + (start 76.7 106.4) + (end 76.7 105.3) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "54bb022c-4f06-483c-8e47-3bfbe88d31c6") + ) + (segment + (start 88.3 113.5) + (end 92 117.2) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "5505926f-28db-45fe-8341-9fd8bebcd326") + ) + (segment + (start 123.5 96.15) + (end 124.45 95.2) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "554e6b91-842b-4b82-acea-8be18d8f5bac") + ) + (segment + (start 73.225 106.425) + (end 73.2 106.4) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "5560282b-6508-4de2-a053-9ca94efbff45") + ) + (segment + (start 117.715825 93.584175) + (end 116.6 92.46835) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "5d5b0a64-b828-4f15-a96b-3a0ad38c9616") + ) + (segment + (start 76.725 106.425) + (end 76.7 106.4) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "62e6bbf2-0687-4e77-93ce-ef97a656e234") + ) + (segment + (start 124.6 93.6) + (end 124.4 93.6) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "62f14c43-2006-4d9c-9ab8-2c0be4ab8f71") + ) + (segment + (start 128.07491 91.82509) + (end 128.07491 84.57491) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "6c40c0fe-1748-458d-bd29-8f24d16f7097") + ) + (segment + (start 121.1 107.6) + (end 119.7 107.6) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "6c499f23-5677-483d-b56c-f6cb8af766ab") + ) + (segment + (start 108.5 98.9) + (end 108.5 96.6) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "796618ff-adc1-4daf-832e-9d9cc9a2585a") + ) + (segment + (start 92 117.2) + (end 116 117.2) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "7b05dc4b-8994-4544-9dfc-6bb51aca0e1a") + ) + (segment + (start 75.7 106.4) + (end 74.915 106.4) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "7f9079fb-4bb5-49c4-a614-f2b01b46359a") + ) + (segment + (start 118.5 106.4) + (end 118.5 104.9) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "8332abe0-513c-4c6f-9236-05683cae4596") + ) + (segment + (start 122.2 97.4) + (end 121.53165 97.4) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "833632e3-89a5-48d8-98b6-547be90ad674") + ) + (segment + (start 72.75 103.1) + (end 73.2 103.55) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "8d170399-f0ef-41c8-b923-0b2c3f069513") + ) + (segment + (start 75.7 106.4) + (end 76.7 106.4) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "9037c378-1baa-4d51-90fc-227832322b98") + ) + (segment + (start 74.915 106.4) + (end 74.9 106.385) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "90fa28c9-f9fd-49f1-8866-c2b4919ee438") + ) + (segment + (start 124.9 95.2) + (end 125.2 94.9) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "925b0ad6-5413-4b16-a720-28e9e56ec287") + ) + (segment + (start 109.275 99.775) + (end 109.8375 99.775) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "9c13bc04-6c55-4fe1-abf9-4cf52a065eec") + ) + (segment + (start 125.2 94.9) + (end 125.2 94.2) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "a039febc-b3cb-4b9f-b74e-8b5ae338878a") + ) + (segment + (start 68.6 103.1) + (end 72.75 103.1) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "a411903f-4de6-4ee7-aee3-770ddf1a3374") + ) + (segment + (start 128.07491 84.57491) + (end 126.9 83.4) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "a41c656b-c1d5-4600-8933-88a1e064dd0d") + ) + (segment + (start 119.7 107.6) + (end 118.5 106.4) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "acbe3bc2-da2d-4575-a015-e9f4e495bd9e") + ) + (segment + (start 124.4 93.6) + (end 126.3 93.6) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "bd576e5e-f6a8-448a-bb78-4f045c3f1b37") + ) + (segment + (start 108.5 96.6) + (end 109.6 95.5) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "bf9951cf-d5ee-44c8-a616-67f84aa7d89c") + ) + (segment + (start 122.2 97.4) + (end 122.4 97.4) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "c3f23d07-a72a-42cc-a576-aacd2bbb7961") + ) + (segment + (start 67 101.5) + (end 68.6 103.1) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "cbe9fb0f-1393-4f98-ab3d-28189cd4fb56") + ) + (segment + (start 109.6 95.5) + (end 115.8 95.5) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "d7bbb03c-7336-4248-b4d9-336c31f2f8c4") + ) + (segment + (start 116.6 91.707753) + (end 116.117247 91.225) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "d92c98e1-57d8-4c84-9de3-bd59837d7fba") + ) + (segment + (start 121.53165 97.4) + (end 117.715825 93.584175) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "eb245694-5d4a-4580-b58e-31acf2bba517") + ) + (segment + (start 116 117.2) + (end 120.7 112.5) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "f02c5fd3-b856-4d17-92b9-4d41a44228f0") + ) + (segment + (start 116.117247 91.225) + (end 115.5625 91.225) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "f90a51ff-416f-4eac-82ed-38c599a6ae3f") + ) + (segment + (start 115.8 95.5) + (end 117.715825 93.584175) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "fb7892a0-29e9-4d08-86e9-ed9ad1c00745") + ) + (segment + (start 76.725 108.0375) + (end 76.725 106.425) + (width 0.15) + (layer "F.Cu") + (net 4) + (uuid "fd350e29-c281-44e5-a505-56f7267dc7c1") + ) + (via + (at 73.2 106.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 4) + (uuid "070b0340-976b-4974-ba01-f7973267eaea") + ) + (via + (at 108.5 98.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 4) + (uuid "0e3033c9-10ba-4ec4-9f5a-f9c0baa896c5") + ) + (via + (at 67 101.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 4) + (uuid "306ab86b-fe51-4cc4-b4d0-913617d0e9a1") + ) + (via + (at 118.1 104.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 4) + (uuid "308921f5-5212-48d1-b87d-a5e65e963425") + ) + (via + (at 76.7 106.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 4) + (uuid "51ce5234-071a-423f-81eb-848386f1f5dc") + ) + (via + (at 88.3 113.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 4) + (uuid "ebc12e1b-80b0-437c-bc63-293e25268c98") + ) + (via + (at 81.7 98.3) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 4) + (uuid "f2be5d42-df5c-4a4a-8834-2bf8607644b3") + ) + (segment + (start 88.3 113.5) + (end 88.3 113.5) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "00000000-0000-0000-0000-00005f73684e") + ) + (segment + (start 76.7 106.4) + (end 76.45 106.15) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "22370bd4-e871-4aed-a947-13389824a5f4") + ) + (segment + (start 76.7 106.4) + (end 76.924812 106.175188) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "48cffc50-fb06-4eb1-9b93-78f85a43b110") + ) + (segment + (start 108.5 98.9) + (end 109.7 100.1) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "4c6335cd-12b0-4110-b591-a416d64018c7") + ) + (segment + (start 73.45 106.15) + (end 73.2 106.4) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "5a58d39a-2ec3-4ef0-abec-6ec66d1cf4f2") + ) + (segment + (start 119.500089 103.099911) + (end 118.1 104.5) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "5eb1f7ee-9a6a-4ec6-9280-6b1b89d7fdfb") + ) + (segment + (start 109.7 100.1) + (end 119 100.1) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "744ca325-0072-47d4-b749-801bb8d1a28d") + ) + (segment + (start 84.875188 106.175188) + (end 86.6 107.9) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "7dcc42dc-83c5-4a58-bb53-a5f05330d5f8") + ) + (segment + (start 81.7 98.3) + (end 81.7 100.45) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "92b9c171-f48f-4a07-a929-746ef8b65aa5") + ) + (segment + (start 76.45 106.15) + (end 73.45 106.15) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "9d9f9a95-294c-4de2-8938-8eb1193fae0e") + ) + (segment + (start 119 100.1) + (end 119.500089 100.600089) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "9fbfb825-a6e0-4204-ba89-ecec7e2dcf5c") + ) + (segment + (start 86.6 111.8) + (end 88.3 113.5) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "b1ea61e3-8197-47f3-a174-72d230429ed2") + ) + (segment + (start 81.7 100.45) + (end 78.95 103.2) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "c6856901-58da-4d47-8b84-a30396a67ec7") + ) + (segment + (start 78.95 103.2) + (end 68.7 103.2) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "dc0220f9-04c1-449e-84d0-375c676e54f2") + ) + (segment + (start 68.7 103.2) + (end 67 101.5) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "ec1e31f9-8ff4-4179-bca9-591f5f6c21ff") + ) + (segment + (start 86.6 107.9) + (end 86.6 111.8) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "f21adf6a-f285-4b44-adee-f33ac0ad1ce8") + ) + (segment + (start 119.500089 100.600089) + (end 119.500089 103.099911) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "f2227206-4c84-434c-b85d-b3d50163b425") + ) + (segment + (start 76.924812 106.175188) + (end 84.875188 106.175188) + (width 0.15) + (layer "B.Cu") + (net 4) + (uuid "f4e605a5-bff5-4896-ba3d-c2d51cc5f9d8") + ) + (segment + (start 94.7 109) + (end 93.7 109) + (width 0.45) + (layer "F.Cu") + (net 5) + (uuid "00000000-0000-0000-0000-00005cb08fb9") + ) + (segment + (start 64.85 109.25) + (end 64.85 109.9) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "00000000-0000-0000-0000-00005f476cba") + ) + (segment + (start 63.7 111.9) + (end 63.7 112.6) + (width 0.75) + (layer "F.Cu") + (net 5) + (uuid "00000000-0000-0000-0000-00005f476cbd") + ) + (segment + (start 63.65 111.85) + (end 63.7 111.9) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "00000000-0000-0000-0000-00005f476d77") + ) + (segment + (start 64.85 109.9) + (end 64.85 110.55) + (width 0.35) + (layer "F.Cu") + (net 5) + (uuid "00000000-0000-0000-0000-00005f476d89") + ) + (segment + (start 64.85 115) + (end 64.85 115.65) + (width 0.35) + (layer "F.Cu") + (net 5) + (uuid "00000000-0000-0000-0000-00005f476e49") + ) + (segment + (start 64.85 110.55) + (end 64.85 111.725) + (width 0.35) + (layer "F.Cu") + (net 5) + (uuid "00000000-0000-0000-0000-00005f476e5e") + ) + (segment + (start 64.85 111.725) + (end 65.025 111.9) + (width 0.35) + (layer "F.Cu") + (net 5) + (uuid "00000000-0000-0000-0000-00005f476e67") + ) + (segment + (start 64.8 104.2) + (end 63.7 104.2) + (width 0.75) + (layer "F.Cu") + (net 5) + (uuid "18908268-5e23-434f-a0e7-cbb2b0392f45") + ) + (segment + (start 62.2 111.85) + (end 63.5 111.85) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "21d8c47c-4cf0-4c07-9491-9a6bb6d4083a") + ) + (segment + (start 63.7 116.999962) + (end 63.7 117.55018) + (width 0.75) + (layer "F.Cu") + (net 5) + (uuid "2b71dc2a-4c96-42a0-bd46-95937452e3f3") + ) + (segment + (start 64.85 115.65) + (end 64.85 116.7375) + (width 0.35) + (layer "F.Cu") + (net 5) + (uuid "38f6964d-c259-4242-95b5-b9af9bf14d6c") + ) + (segment + (start 63.700038 117) + (end 63.7 116.999962) + (width 0.75) + (layer "F.Cu") + (net 5) + (uuid "519c04a5-b809-4083-bdcb-581e5798f389") + ) + (segment + (start 63 98.25) + (end 63 101.8) + (width 0.75) + (layer "F.Cu") + (net 5) + (uuid "57c102eb-b177-4220-ac3e-15a5da0e4ef6") + ) + (segment + (start 63.7 102.5) + (end 63.7 104.2) + (width 0.75) + (layer "F.Cu") + (net 5) + (uuid "754700b8-82bc-4d0e-926c-196988658878") + ) + (segment + (start 63 101.8) + (end 63.7 102.5) + (width 0.75) + (layer "F.Cu") + (net 5) + (uuid "8f7a1c62-e866-4146-b861-025badda20d3") + ) + (segment + (start 64.85 116.7375) + (end 65.1125 117) + (width 0.35) + (layer "F.Cu") + (net 5) + (uuid "8ffd1010-e240-4259-9498-37bf8e52f29e") + ) + (segment + (start 63.7 104.2) + (end 63.7 112.6) + (width 0.75) + (layer "F.Cu") + (net 5) + (uuid "931eb86e-e3f8-4687-aff5-9e37ac6b9849") + ) + (segment + (start 65.1125 117) + (end 63.700038 117) + (width 0.75) + (layer "F.Cu") + (net 5) + (uuid "a94c856f-aa13-433f-9f44-bd4724bec9ed") + ) + (segment + (start 62.2 111.285) + (end 62.3 111.185) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "b09903a5-693f-4dec-87b4-b28ce4c6d7db") + ) + (segment + (start 62.3 111.185) + (end 62.885 110.6) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "c39b5135-fbe0-4931-ad80-ed9c1070d5dd") + ) + (segment + (start 63.5 111.85) + (end 63.7 112.05) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "cf6c9828-d663-47f6-a4ca-8ec07a2d5311") + ) + (segment + (start 62.2 111.85) + (end 62.2 111.285) + (width 0.25) + (layer "F.Cu") + (net 5) + (uuid "e0dc366a-91de-469c-9519-00ce64d02647") + ) + (segment + (start 93.7 109) + (end 90.7 112) + (width 0.45) + (layer "F.Cu") + (net 5) + (uuid "ece535e5-4fc3-4a25-aa21-10feba6cc504") + ) + (segment + (start 65.1125 111.9) + (end 63.7 111.9) + (width 0.75) + (layer "F.Cu") + (net 5) + (uuid "f8824121-5c2e-4d31-8731-4a8b3bb87bbc") + ) + (via + (at 63.7 112.05) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "00000000-0000-0000-0000-00005f476d71") + ) + (via + (at 63.7 116.999962) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "00000000-0000-0000-0000-00005f476da1") + ) + (via + (at 63.7 112.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "00000000-0000-0000-0000-00005f476e43") + ) + (via + (at 126.6 91.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "003ad17d-831b-4d0b-96cd-c4dc99e2314f") + ) + (via + (at 120.5 99.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "20f6e38c-67a5-4644-b9a7-6ec89b3b64fd") + ) + (via + (at 63.7 110.95) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "48016a16-8602-46dd-bd85-d3687867709e") + ) + (via + (at 90.7 112) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "4887c61f-5eee-47ed-8575-94bf50340195") + ) + (via + (at 120 99.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "6d37ba34-3704-4806-86e1-7fae824ef21b") + ) + (via + (at 126.1 91.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "79d5e4ae-1bbc-4f06-959e-391f5b194e0e") + ) + (via + (at 119.5 99.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "8ee69a29-e666-41b5-8ae6-a4a1a8687d7c") + ) + (via + (at 121 99.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "92c15745-902a-4afa-9c24-dd3fb8f004e2") + ) + (via + (at 63.7 117.55018) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "9bc1f9b0-8c47-431f-99ec-8a9b89e7b1d6") + ) + (via + (at 127.1 91.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "a15870b4-20f7-4f81-83ab-93da37c2d447") + ) + (via + (at 125.6 91.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "a4523af0-9cc4-4355-96d1-c401269d0754") + ) + (via + (at 82.8 116) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "d04609a5-dda0-4859-95b5-7b9c98ee48d6") + ) + (via + (at 63.7 111.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 5) + (uuid "e02cc154-2e4b-4cc3-94d2-75105d00954f") + ) + (segment + (start 90.7 118.2) + (end 90.7 112) + (width 0.45) + (layer "In2.Cu") + (net 5) + (uuid "06305251-e378-4891-9146-8f07d688bb2e") + ) + (segment + (start 63.7 112.6) + (end 63.7 116.999962) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "08f73a32-8b79-4586-8a34-9772d25ce1d2") + ) + (segment + (start 126.6 91.9) + (end 127.1 91.9) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "0c8d52d9-074d-40bc-b82c-fc19c0dd0720") + ) + (segment + (start 70.465146 118.4) + (end 64.54982 118.4) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "0f438ca3-64ee-42a4-ac03-e250d39c13cc") + ) + (segment + (start 120 99.1) + (end 120.5 99.1) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "12ab2339-befe-4c2a-83fe-ca919424ff18") + ) + (segment + (start 64.54982 118.4) + (end 63.7 117.55018) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "2aa797da-22c8-4162-a9ff-e88bddb1e2cb") + ) + (segment + (start 76.65 116) + (end 72.865146 116) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "39d923a3-b0d2-4d5a-a6a0-2b7be3deae1a") + ) + (segment + (start 82.8 118.2) + (end 78.85 118.2) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "407bc257-b626-46dc-bc77-2c05c4d78a75") + ) + (segment + (start 63.7 116.999962) + (end 63.7 117.55018) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "439749f2-96d3-44a8-bdc0-e4c1c8bbc1ad") + ) + (segment + (start 119.5 99.1) + (end 119.5 101.6) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "4bdf9273-f70d-4ee3-a52b-4a4d159d5e4d") + ) + (segment + (start 125.6 91.9) + (end 126.1 91.9) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "513c787d-af71-4c0e-b09c-7970ce5cab4f") + ) + (segment + (start 88.9 118.2) + (end 82.8 118.2) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "568648f7-ac47-48c3-bd62-92ec15744260") + ) + (segment + (start 119.5 99.1) + (end 120 99.1) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "59147bef-e7d3-42c9-9796-6326ea61071b") + ) + (segment + (start 78.85 118.2) + (end 76.65 116) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "6951e00b-3d43-4e07-a569-ed8cfb5a2610") + ) + (segment + (start 125.6 94.5) + (end 125.6 91.9) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "8b6a3786-a85d-466b-bca1-67385267d6f5") + ) + (segment + (start 121 99.1) + (end 125.6 94.5) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "8ceacb90-c76b-4dd9-89e7-625dcc9359be") + ) + (segment + (start 126.1 91.9) + (end 126.6 91.9) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "938031ef-949a-4d30-a689-e9f1a13859a1") + ) + (segment + (start 72.865146 116) + (end 70.465146 118.4) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "a454f013-fe39-462a-9b17-ff02f0725582") + ) + (segment + (start 120.5 99.1) + (end 121 99.1) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "a76336ab-532c-408d-8b31-294993bffb9b") + ) + (segment + (start 116.3 118.2) + (end 90.7 118.2) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "b84635d3-89fc-4969-a377-9e49692b6958") + ) + (segment + (start 88.9 118.2) + (end 90.7 118.2) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "c48a8f6a-aabd-46bb-b189-6c52e59ce28e") + ) + (segment + (start 119 115.5) + (end 116.3 118.2) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "c7a4b59d-cad2-44a0-b409-ce5b6e36e650") + ) + (segment + (start 119.5 101.6) + (end 119 102.1) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "c7a57b9c-7174-45c9-aecd-68da1b96447c") + ) + (segment + (start 119 102.1) + (end 119 115.5) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "e09afd86-2143-4e84-8ea7-5c1a72bd1bca") + ) + (segment + (start 82.8 118.2) + (end 82.8 116) + (width 0.45) + (layer "In2.Cu") + (net 5) + (uuid "e98b420c-006d-4677-8a40-42adba797a66") + ) + (segment + (start 63.7 112.05) + (end 63.7 110.95) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "e9b94cbb-b6a7-43f9-a9af-38d866bd1cb6") + ) + (segment + (start 88.8 118.1) + (end 88.9 118.2) + (width 0.45) + (layer "In2.Cu") + (net 5) + (uuid "eba43cf1-6d26-4220-8888-7152819486ce") + ) + (segment + (start 63.7 111.9) + (end 63.7 112.6) + (width 0.75) + (layer "In2.Cu") + (net 5) + (uuid "f9143c05-379b-4137-8b16-9228ffdb5a30") + ) + (segment + (start 81.5 116) + (end 82.8 116) + (width 0.45) + (layer "B.Cu") + (net 5) + (uuid "d7278cec-9bf5-40d0-a7e9-73a064c77d8d") + ) + (segment + (start 74.1 89.5) + (end 74.7 88.9) + (width 0.15) + (layer "F.Cu") + (net 6) + (uuid "0719659f-0e4d-4bc3-90f2-cca9c1f2f3c2") + ) + (segment + (start 74.9 91.47) + (end 74.67 91.47) + (width 0.15) + (layer "F.Cu") + (net 6) + (uuid "08b67bcf-72a4-4cb2-89cf-2d3abed391df") + ) + (segment + (start 74.67 91.47) + (end 74.1 90.9) + (width 0.15) + (layer "F.Cu") + (net 6) + (uuid "118ed1ab-c2e9-4045-abaf-c084798b5aaf") + ) + (segment + (start 59.75 115.8) + (end 59.7 115.85) + (width 0.15) + (layer "F.Cu") + (net 6) + (uuid "20d44f6a-736a-43bd-ba74-17795621b636") + ) + (segment + (start 62.1 115.8) + (end 62.8 115.1) + (width 0.15) + (layer "F.Cu") + (net 6) + (uuid "778a6e9b-8450-4751-9ce7-950e829a0e06") + ) + (segment + (start 59.75 115.8) + (end 59.75 115.349986) + (width 0.15) + (layer "F.Cu") + (net 6) + (uuid "7eb94617-5480-430e-a7f8-6949d726c747") + ) + (segment + (start 74.1 90.9) + (end 74.1 89.5) + (width 0.15) + (layer "F.Cu") + (net 6) + (uuid "94ac34a7-c765-4491-9d5a-70eb0b4da71b") + ) + (segment + (start 74.7 92.25) + (end 74.9 92.05) + (width 0.15) + (layer "F.Cu") + (net 6) + (uuid "bb7e1885-8c5b-40e4-a514-27aa758ecfd2") + ) + (segment + (start 62.1 115.8) + (end 59.75 115.8) + (width 0.15) + (layer "F.Cu") + (net 6) + (uuid "bbc86d48-5ce4-4ddd-b79b-6c45ad7d510b") + ) + (segment + (start 59.75 115.349986) + (end 59.400014 115) + (width 0.15) + (layer "F.Cu") + (net 6) + (uuid "be38f05b-751e-404a-94cf-568c58838c13") + ) + (segment + (start 73.85 92.25) + (end 74.7 92.25) + (width 0.15) + (layer "F.Cu") + (net 6) + (uuid "f49665ae-fbc7-4b7f-a9b5-8cfef2850911") + ) + (segment + (start 74.9 92.05) + (end 74.9 91.47) + (width 0.15) + (layer "F.Cu") + (net 6) + (uuid "f7d1aafb-cad3-45ec-8cfb-85ffdf9aba98") + ) + (via + (at 74.7 88.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 6) + (uuid "1275c83d-99ca-4102-9f58-3870f21768df") + ) + (via + (at 59.400014 115) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 6) + (uuid "6c024c95-51fb-487b-814f-0e8912890c7e") + ) + (segment + (start 58.8 114.399986) + (end 58.8 93.6) + (width 0.15) + (layer "B.Cu") + (net 6) + (uuid "8ce074e2-062d-45e5-82d2-ca5a35b1194f") + ) + (segment + (start 59.400014 115) + (end 58.8 114.399986) + (width 0.15) + (layer "B.Cu") + (net 6) + (uuid "d9305b65-05ec-4b58-9e1d-12260ccab5b4") + ) + (segment + (start 58.8 93.6) + (end 63.5 88.9) + (width 0.15) + (layer "B.Cu") + (net 6) + (uuid "e752d96b-3281-4b9e-a872-dc825e6e6a02") + ) + (segment + (start 63.5 88.9) + (end 74.7 88.9) + (width 0.15) + (layer "B.Cu") + (net 6) + (uuid "f418e77d-5d63-4bf4-8e48-568fcb58ce44") + ) + (segment + (start 55.78 99.82) + (end 55.784895 99.824895) + (width 0.35) + (layer "F.Cu") + (net 7) + (uuid "0965facf-d28f-4f3e-92e5-6e21d166dbf1") + ) + (segment + (start 51.950204 91.18) + (end 51.855294 91.27491) + (width 0.45) + (layer "F.Cu") + (net 7) + (uuid "293534a1-9613-4dcd-a048-ce9a885cba35") + ) + (segment + (start 59.535 99.16809) + (end 59.535 99.15) + (width 0.35) + (layer "F.Cu") + (net 7) + (uuid "3e5caddd-242d-4fcc-bbff-f6dff96a5c42") + ) + (segment + (start 51.855294 91.27491) + (end 51.6 91.27491) + (width 0.45) + (layer "F.Cu") + (net 7) + (uuid "59501395-780b-47e4-8967-9f965674a799") + ) + (segment + (start 57.300047 90.975099) + (end 58.628189 90.975099) + (width 0.35) + (layer "F.Cu") + (net 7) + (uuid "60d76cd4-7135-41b5-bb14-f84115e2b595") + ) + (segment + (start 58.628189 90.975099) + (end 59.335 91.68191) + (width 0.35) + (layer "F.Cu") + (net 7) + (uuid "63fcfc59-7439-416e-96ce-38a112eb4939") + ) + (segment + (start 57.095146 91.18) + (end 57.300047 90.975099) + (width 0.35) + (layer "F.Cu") + (net 7) + (uuid "6f13e8dd-8f95-4897-aa4a-7af39b71330f") + ) + (segment + (start 51.855294 99.72509) + (end 51.6 99.72509) + (width 0.45) + (layer "F.Cu") + (net 7) + (uuid "711565b5-75c9-4d3f-bcee-afb8175cf923") + ) + (segment + (start 51.950204 99.82) + (end 51.855294 99.72509) + (width 0.45) + (layer "F.Cu") + (net 7) + (uuid "92239969-8570-4b17-96c9-822f147e1ad8") + ) + (segment + (start 59.335 91.68191) + (end 59.335 91.7) + (width 0.35) + (layer "F.Cu") + (net 7) + (uuid "b982722b-1bf7-4726-a5b9-a2b33c43ad35") + ) + (segment + (start 55.385 100.215) + (end 55.78 99.82) + (width 0.15) + (layer "F.Cu") + (net 7) + (uuid "d9661e06-f322-4141-a260-e567444a0f5a") + ) + (segment + (start 55.78 91.18) + (end 57.095146 91.18) + (width 0.35) + (layer "F.Cu") + (net 7) + (uuid "dcb39c74-b4fc-4cef-b985-815393bc340d") + ) + (segment + (start 58.878195 99.824895) + (end 59.535 99.16809) + (width 0.35) + (layer "F.Cu") + (net 7) + (uuid "de3a62ce-7926-4017-b32c-e08b5240df4f") + ) + (segment + (start 55.784895 99.824895) + (end 58.878195 99.824895) + (width 0.35) + (layer "F.Cu") + (net 7) + (uuid "e9f190b0-025c-4d65-aa92-d0adf3a7e80c") + ) + (segment + (start 63.854582 96.655) + (end 63.305 96.655) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "023011fd-8c6b-4c59-927b-38a6b78ac7d1") + ) + (segment + (start 62.07 96.279582) + (end 62.07 95.779582) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "03470583-2232-4b86-bf64-2b41cf6830fa") + ) + (segment + (start 56.695 95.25) + (end 55.5 95.25) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "0a6c6964-517b-4ffa-8358-a6e43ec1666e") + ) + (segment + (start 64.679582 95.83) + (end 63.854582 96.655) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "0a75f060-9ad0-4ebe-ae07-34bbdb9c610f") + ) + (segment + (start 62.695 96.655) + (end 62.445418 96.655) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "39dd521d-c0d3-4dc3-9f04-954364f19b5c") + ) + (segment + (start 65.27 95.83) + (end 64.679582 95.83) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "3de3899f-ecd3-4a2a-a1ab-87cef4e94650") + ) + (segment + (start 61.599975 95.309557) + (end 58.159557 95.309557) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "54b537a8-62a1-4be1-9498-f1c4ca3d7436") + ) + (segment + (start 55.5 96.3) + (end 55.55 96.25) + (width 0.15) + (layer "F.Cu") + (net 8) + (uuid "702fdb0c-a8a4-413d-9e3e-882a2050d7d4") + ) + (segment + (start 58.1 95.25) + (end 56.695 95.25) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "826883eb-791a-4f94-b3a6-d07e9c71fba1") + ) + (segment + (start 65.85 95.75) + (end 65.35 95.75) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "886549e8-81c2-4c47-8464-9e4afcaa7ca4") + ) + (segment + (start 62.07 95.779582) + (end 61.599975 95.309557) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "a5424812-224a-4644-80cd-92ea92f4e925") + ) + (segment + (start 63 96.35) + (end 62.695 96.655) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "bc2aaecf-ae79-4198-ab1e-39c2988be733") + ) + (segment + (start 62.445418 96.655) + (end 62.07 96.279582) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "c0b69167-0a59-4444-b4cb-8bf56c302e75") + ) + (segment + (start 58.159557 95.309557) + (end 58.1 95.25) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "c46a482e-bfa4-4ed5-a49f-3179709c39a1") + ) + (segment + (start 63.305 96.655) + (end 63 96.35) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "c8433008-0d24-4e18-80ed-1ae1b5db5976") + ) + (segment + (start 55.55 96.25) + (end 56.695 96.25) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "d0754a39-0cf1-4bbe-83a4-6155f2cbc878") + ) + (segment + (start 65.35 95.75) + (end 65.27 95.83) + (width 0.19) + (layer "F.Cu") + (net 8) + (uuid "d3531ad3-ea7d-429d-956e-ff3da633d95c") + ) + (via + (at 55.5 96.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 8) + (uuid "5d4cd7a9-9d01-410d-9083-4554f6297a52") + ) + (via + (at 55.5 95.25) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 8) + (uuid "cbc96328-cf32-4afa-9f80-62cf7d10af5b") + ) + (segment + (start 55.5 95.25) + (end 55.5 96.3) + (width 0.19) + (layer "B.Cu") + (net 8) + (uuid "80dd68ce-19f1-43e0-b3ab-1ab0c515cbd3") + ) + (segment + (start 64.375099 91.825099) + (end 64.1 91.55) + (width 0.15) + (layer "F.Cu") + (net 9) + (uuid "19e307b0-9d00-403a-8bb3-c92eee75b593") + ) + (segment + (start 64.375099 93.525099) + (end 64.375099 91.825099) + (width 0.15) + (layer "F.Cu") + (net 9) + (uuid "35a12103-805d-4405-8e54-4107a0ca3f53") + ) + (segment + (start 65.151953 93.774901) + (end 64.624901 93.774901) + (width 0.15) + (layer "F.Cu") + (net 9) + (uuid "49e9801a-ca64-4887-acaa-1852b72c90b0") + ) + (segment + (start 64.624901 93.774901) + (end 64.375099 93.525099) + (width 0.15) + (layer "F.Cu") + (net 9) + (uuid "53c0fa19-4857-45ef-a0b0-d2d75f95cdd8") + ) + (segment + (start 63 90.815) + (end 62.385 90.2) + (width 0.15) + (layer "F.Cu") + (net 9) + (uuid "7f8fbb93-4f2a-4425-aea4-b1770dc59032") + ) + (segment + (start 63 91.55) + (end 63 90.815) + (width 0.15) + (layer "F.Cu") + (net 9) + (uuid "d9e327bb-1596-4eec-a37e-dc1a060a7642") + ) + (segment + (start 65.176854 93.75) + (end 65.151953 93.774901) + (width 0.15) + (layer "F.Cu") + (net 9) + (uuid "ed7edbba-6232-4633-a3d9-aa5db534a6f7") + ) + (segment + (start 65.85 93.75) + (end 65.176854 93.75) + (width 0.15) + (layer "F.Cu") + (net 9) + (uuid "f1a29b82-192c-4de7-a23b-43420d01f97d") + ) + (segment + (start 64.1 91.55) + (end 63 91.55) + (width 0.15) + (layer "F.Cu") + (net 9) + (uuid "f1f7556c-fcf2-4b20-867c-8cb0f74b0683") + ) + (segment + (start 59.35 93.635) + (end 60.415 93.635) + (width 0.15) + (layer "F.Cu") + (net 10) + (uuid "15050c72-4761-4f45-adda-e792a17aff6e") + ) + (segment + (start 62.37491 92.42509) + (end 63.67509 92.42509) + (width 0.15) + (layer "F.Cu") + (net 10) + (uuid "378cfa89-f09c-4c8c-af77-cd02a8552a7a") + ) + (segment + (start 60.8 93.25) + (end 61.55 93.25) + (width 0.15) + (layer "F.Cu") + (net 10) + (uuid "61d94332-0639-4424-8336-c9d6898c23db") + ) + (segment + (start 60.415 93.635) + (end 60.8 93.25) + (width 0.15) + (layer "F.Cu") + (net 10) + (uuid "70a0f318-f409-4702-b87e-5a45304f2899") + ) + (segment + (start 61.55 93.25) + (end 62.37491 92.42509) + (width 0.15) + (layer "F.Cu") + (net 10) + (uuid "74afa8b0-4911-4ea3-a426-5a8473b668c7") + ) + (segment + (start 64.05 92.8) + (end 64.05 93.65) + (width 0.15) + (layer "F.Cu") + (net 10) + (uuid "a7acf19a-b646-4516-930d-cc3a712cfb93") + ) + (segment + (start 64.05 93.65) + (end 64.65 94.25) + (width 0.15) + (layer "F.Cu") + (net 10) + (uuid "abc47acb-1014-4dc0-b4ea-4c6ec1f014cb") + ) + (segment + (start 64.65 94.25) + (end 65.85 94.25) + (width 0.15) + (layer "F.Cu") + (net 10) + (uuid "c3d1cefa-d91a-4950-b899-566ac1f71848") + ) + (segment + (start 63.67509 92.42509) + (end 64.05 92.8) + (width 0.15) + (layer "F.Cu") + (net 10) + (uuid "ea3686cf-49e2-4eee-bcb5-157cb4912daa") + ) + (segment + (start 57.8551 95.75) + (end 57.9 95.7949) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "0684fa04-c65a-4231-8382-299958b436ea") + ) + (segment + (start 64.820418 96.17) + (end 63.995418 96.995) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "16a6fd43-9f0e-44ac-9133-5182c45db8d2") + ) + (segment + (start 62.304582 96.995) + (end 61.73 96.420418) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "1c391ca7-e610-404c-bdff-cd84da814875") + ) + (segment + (start 61.459139 95.649557) + (end 58.045343 95.649557) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "29d37ced-1693-4fce-a991-b508060f0dfc") + ) + (segment + (start 58.045343 95.649557) + (end 57.9 95.7949) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "36d58d7d-a4b8-4f86-acfc-a10a897dba24") + ) + (segment + (start 63 97.3) + (end 62.695 96.995) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "3804fc39-2d72-4f7a-9dd6-f57f608400a5") + ) + (segment + (start 65.27 96.17) + (end 64.820418 96.17) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "3c79fe7d-3551-4b1d-b325-197084f4b84b") + ) + (segment + (start 56.695 95.75) + (end 56.670098 95.774902) + (width 0.15) + (layer "F.Cu") + (net 11) + (uuid "46fd1604-52c4-4275-97de-e76c2fafee1c") + ) + (segment + (start 61.73 95.920418) + (end 61.459139 95.649557) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "87a79767-538e-4d08-8134-e360e8713c22") + ) + (segment + (start 65.35 96.25) + (end 65.27 96.17) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "8e0100ab-5bec-42c9-88a7-058bf79e923b") + ) + (segment + (start 57.85 94.75) + (end 57.9 94.7) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "9d88ec4c-16ba-42ca-8cb0-a045e547e117") + ) + (segment + (start 63.305 96.995) + (end 63 97.3) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "a529e7ed-8f49-4463-ab2a-c3de3fcceb55") + ) + (segment + (start 61.73 96.420418) + (end 61.73 95.920418) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "b425b92a-180f-40c3-80f1-78d9319641fc") + ) + (segment + (start 65.85 96.25) + (end 65.35 96.25) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "c17a692d-d9c3-4fb6-bb86-5b6537026a30") + ) + (segment + (start 56.695 94.75) + (end 57.85 94.75) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "df6a19e9-6359-4874-b780-a07aa80e9e7b") + ) + (segment + (start 62.695 96.995) + (end 62.304582 96.995) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "e9ea92b8-5fc3-45d6-8060-cc143ae0add8") + ) + (segment + (start 56.695 95.75) + (end 57.8551 95.75) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "f14c9d55-3fd6-454b-8099-321d8e7884dd") + ) + (segment + (start 56.670099 94.725099) + (end 56.695 94.75) + (width 0.15) + (layer "F.Cu") + (net 11) + (uuid "facc7a1b-48f7-432d-8c99-461c31468767") + ) + (segment + (start 63.995418 96.995) + (end 63.305 96.995) + (width 0.19) + (layer "F.Cu") + (net 11) + (uuid "fd65a7a2-1ecb-46f9-946f-192774b5bf17") + ) + (via + (at 57.9 95.7949) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 11) + (uuid "85fabedf-a691-4822-be4c-4415cd1d4dcf") + ) + (via + (at 57.9 94.7) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 11) + (uuid "a53fdea7-3617-4e29-ba39-1fc4cced14bc") + ) + (segment + (start 57.9 94.7) + (end 57.9 95.7949) + (width 0.19) + (layer "B.Cu") + (net 11) + (uuid "a3f793ac-c8f8-4b6b-a1a0-68bdc0e9870a") + ) + (segment + (start 57.8 94.6) + (end 57.9 94.7) + (width 0.15) + (layer "B.Cu") + (net 11) + (uuid "e5588e62-caec-4581-8753-afa8055836e7") + ) + (segment + (start 82.1 96.3) + (end 81.7 96.7) + (width 0.15) + (layer "F.Cu") + (net 12) + (uuid "02a96c24-0d82-47eb-873e-8d40348f697a") + ) + (segment + (start 68.2 99.6) + (end 68.2 100.95) + (width 0.15) + (layer "F.Cu") + (net 12) + (uuid "6483a61d-b10a-47a8-8abb-aca573d14ee8") + ) + (segment + (start 68.2 100.95) + (end 68.75 101.5) + (width 0.15) + (layer "F.Cu") + (net 12) + (uuid "666b891b-b018-4831-bf52-1949ea9940bc") + ) + (segment + (start 68.1 99.5) + (end 68.2 99.6) + (width 0.15) + (layer "F.Cu") + (net 12) + (uuid "87b77cd9-8a80-463a-8114-083d84bc0705") + ) + (via + (at 81.7 96.7) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 12) + (uuid "df917ce8-76f2-4592-b9d9-a6899cc26e5e") + ) + (via + (at 68.75 101.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 12) + (uuid "e2b3c6db-26a0-4a0f-91e3-f3850153add5") + ) + (segment + (start 79.033265 98.444821) + (end 78.455179 98.444821) + (width 0.15) + (layer "B.Cu") + (net 12) + (uuid "0d03cc43-b3c0-44e3-b277-ab5798119472") + ) + (segment + (start 69.85 102.6) + (end 68.75 101.5) + (width 0.15) + (layer "B.Cu") + (net 12) + (uuid "82a93119-2d30-45bb-a052-4a4952078f0b") + ) + (segment + (start 74.3 102.6) + (end 69.85 102.6) + (width 0.15) + (layer "B.Cu") + (net 12) + (uuid "85b192e9-1296-47df-8a8b-8a83605903f9") + ) + (segment + (start 78.455179 98.444821) + (end 74.3 102.6) + (width 0.15) + (layer "B.Cu") + (net 12) + (uuid "c066cd7d-8290-4a60-bad8-b6ca2a3e6034") + ) + (segment + (start 80.778086 96.7) + (end 79.033265 98.444821) + (width 0.15) + (layer "B.Cu") + (net 12) + (uuid "e29fbd41-23d7-49ea-bb95-609e3ee10525") + ) + (segment + (start 81.7 96.7) + (end 80.778086 96.7) + (width 0.15) + (layer "B.Cu") + (net 12) + (uuid "f71ffbfe-7487-46f7-9787-7603011b3ed0") + ) + (segment + (start 68.6 100.500001) + (end 69.599999 101.5) + (width 0.15) + (layer "F.Cu") + (net 13) + (uuid "0bb2bec8-60b9-4621-862e-dd28e83eac02") + ) + (segment + (start 81.3 96.3) + (end 80.9 95.9) + (width 0.15) + (layer "F.Cu") + (net 13) + (uuid "1f797175-97b5-4fed-b82b-5985f9063700") + ) + (segment + (start 68.6 99.5) + (end 68.6 100.500001) + (width 0.15) + (layer "F.Cu") + (net 13) + (uuid "86f9672f-2972-4389-8803-0beec1f46b13") + ) + (via + (at 69.599999 101.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 13) + (uuid "2ab0cdef-3157-4105-946f-bd107ad3a90b") + ) + (via + (at 80.9 95.9) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 13) + (uuid "6ec197e0-b2d8-430a-861c-b9262679c80a") + ) + (segment + (start 80.9 95.9) + (end 80.5 96.3) + (width 0.15) + (layer "B.Cu") + (net 13) + (uuid "1c81ad4b-41d6-4dad-809b-763df952f995") + ) + (segment + (start 80.5 96.3) + (end 80.5 96.553948) + (width 0.15) + (layer "B.Cu") + (net 13) + (uuid "5a7e080e-c8e3-4363-bc71-fffdb411c399") + ) + (segment + (start 74.175862 102.3) + (end 70.399999 102.3) + (width 0.15) + (layer "B.Cu") + (net 13) + (uuid "7dfa6a3a-4e9d-4576-ba16-f19bf4781a79") + ) + (segment + (start 80.5 96.553948) + (end 78.909037 98.144911) + (width 0.15) + (layer "B.Cu") + (net 13) + (uuid "9946e4ec-df9e-4ee9-8338-b7a27244c651") + ) + (segment + (start 70.399999 102.3) + (end 69.599999 101.5) + (width 0.15) + (layer "B.Cu") + (net 13) + (uuid "a6c62207-e47b-4cb7-87a4-29e345d3d7b5") + ) + (segment + (start 78.330951 98.144911) + (end 74.175862 102.3) + (width 0.15) + (layer "B.Cu") + (net 13) + (uuid "ae8b6961-8107-40d3-955d-29b1e559f30e") + ) + (segment + (start 78.909037 98.144911) + (end 78.330951 98.144911) + (width 0.15) + (layer "B.Cu") + (net 13) + (uuid "f0efa3ea-26e1-4220-ae1d-41709ae949ef") + ) + (segment + (start 79.175724 101.3) + (end 79.7 101.3) + (width 0.15) + (layer "F.Cu") + (net 14) + (uuid "00000000-0000-0000-0000-00005c1840af") + ) + (segment + (start 81.3 97.9) + (end 80.9 98.3) + (width 0.15) + (layer "F.Cu") + (net 14) + (uuid "1f8dcc6c-c7da-4849-bb70-8201f83376c2") + ) + (segment + (start 69.1 99.5) + (end 69.1 100.15) + (width 0.15) + (layer "F.Cu") + (net 14) + (uuid "56b78539-f62e-470c-9da7-3e5e5b21b3e9") + ) + (segment + (start 69.1 100.15) + (end 71.425049 102.475049) + (width 0.15) + (layer "F.Cu") + (net 14) + (uuid "56cf6c95-e7f6-48ae-aae1-9e5085352c59") + ) + (segment + (start 78.000675 102.475049) + (end 79.175724 101.3) + (width 0.15) + (layer "F.Cu") + (net 14) + (uuid "a6599f2c-a813-4ec4-889a-a3c42b3d9024") + ) + (segment + (start 71.425049 102.475049) + (end 78.000675 102.475049) + (width 0.15) + (layer "F.Cu") + (net 14) + (uuid "bbfc1ca5-3a42-4933-9256-9cd6bffa31d2") + ) + (via + (at 80.9 98.3) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "f44cc862-d425-4144-8846-d84278a3c917") + ) + (via + (at 79.7 101.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "fdff5ae7-e28b-42b9-8347-c09e41256987") + ) + (segment + (start 80.9 100.1) + (end 79.7 101.3) + (width 0.15) + (layer "B.Cu") + (net 14) + (uuid "205a3b57-99d5-435b-9c92-8597aceee934") + ) + (segment + (start 80.9 98.3) + (end 80.9 100.1) + (width 0.15) + (layer "B.Cu") + (net 14) + (uuid "859e57f8-924d-41ca-8a18-dd872a799da4") + ) + (segment + (start 80.1 99.922998) + (end 80.1 99.1) + (width 0.15) + (layer "F.Cu") + (net 15) + (uuid "1f89da5b-01d8-4397-9b1a-3edd4d082490") + ) + (segment + (start 71.700764 102.175041) + (end 77.847957 102.175041) + (width 0.15) + (layer "F.Cu") + (net 15) + (uuid "85c1f97c-ff6c-4097-b911-5ccc94f75358") + ) + (segment + (start 69.6 100.15) + (end 71.62504 102.17504) + (width 0.15) + (layer "F.Cu") + (net 15) + (uuid "8fea12e2-1823-4288-abe4-5b0715c0fb19") + ) + (segment + (start 69.6 99.5) + (end 69.6 100.15) + (width 0.15) + (layer "F.Cu") + (net 15) + (uuid "bd61b8b1-5311-4f29-825b-35eaa7255178") + ) + (segment + (start 71.62504 102.17504) + (end 71.700764 102.175041) + (width 0.15) + (layer "F.Cu") + (net 15) + (uuid "e454861c-dc15-4164-baf5-32394e274b30") + ) + (segment + (start 77.847957 102.175041) + (end 80.1 99.922998) + (width 0.15) + (layer "F.Cu") + (net 15) + (uuid "f25aea70-48ac-48e3-986c-692bb727cdb4") + ) + (segment + (start 80.1 99.1) + (end 80.5 98.7) + (width 0.15) + (layer "F.Cu") + (net 15) + (uuid "fc782be4-46f5-4c85-8258-1674fad3a318") + ) + (segment + (start 79.7 98.7) + (end 78.8 98.7) + (width 0.15) + (layer "F.Cu") + (net 16) + (uuid "30084e43-451f-478f-8a47-d076fd2a84ac") + ) + (segment + (start 78.8 98.7) + (end 75.624968 101.875032) + (width 0.15) + (layer "F.Cu") + (net 16) + (uuid "815e7a78-679c-402b-a1bc-e669504ba03e") + ) + (segment + (start 71.825031 101.875031) + (end 70.1 100.15) + (width 0.15) + (layer "F.Cu") + (net 16) + (uuid "95ca36bc-2e45-4dc3-91c7-efa7ec6ec218") + ) + (segment + (start 70.1 100.15) + (end 70.1 99.5) + (width 0.15) + (layer "F.Cu") + (net 16) + (uuid "a755017f-9e38-42a3-b998-3319150635cb") + ) + (segment + (start 75.624968 101.875032) + (end 71.825031 101.875031) + (width 0.15) + (layer "F.Cu") + (net 16) + (uuid "e52e0a83-759d-493a-9a13-b398aad4196a") + ) + (segment + (start 70.6 100.15) + (end 72.025021 101.575021) + (width 0.15) + (layer "F.Cu") + (net 17) + (uuid "0876a5de-1ac0-4bdd-a680-09b7f9879678") + ) + (segment + (start 72.025021 101.575021) + (end 75.5007 101.575021) + (width 0.15) + (layer "F.Cu") + (net 17) + (uuid "0c0442e2-0379-476d-aa5a-9a1d983a9f57") + ) + (segment + (start 78.775721 98.3) + (end 80.1 98.3) + (width 0.15) + (layer "F.Cu") + (net 17) + (uuid "21186083-1284-4b0f-b200-24289459ef69") + ) + (segment + (start 80.1 98.3) + (end 80.5 97.9) + (width 0.15) + (layer "F.Cu") + (net 17) + (uuid "30640b3e-fc6e-4501-b0e2-163297e96389") + ) + (segment + (start 70.6 99.5) + (end 70.6 100.15) + (width 0.15) + (layer "F.Cu") + (net 17) + (uuid "f93132b3-7938-433f-9af0-2a8ca5cb9da7") + ) + (segment + (start 75.5007 101.575021) + (end 78.775721 98.3) + (width 0.15) + (layer "F.Cu") + (net 17) + (uuid "fec1f419-4539-4c8f-bb35-f7581eeb82a5") + ) + (segment + (start 76.434868 98.108958) + (end 77.693927 98.108958) + (width 0.15) + (layer "F.Cu") + (net 18) + (uuid "1deb64ab-886a-4b6e-be8c-26b043bdf14e") + ) + (segment + (start 71.1 99.5) + (end 71.1 100.151281) + (width 0.15) + (layer "F.Cu") + (net 18) + (uuid "42049cf4-6031-4554-9a87-e2f5f10c5908") + ) + (segment + (start 73.268814 101.275012) + (end 76.434868 98.108958) + (width 0.15) + (layer "F.Cu") + (net 18) + (uuid "424012fd-48f4-4cba-9107-720f1512372b") + ) + (segment + (start 71.1 100.151281) + (end 72.223731 101.275012) + (width 0.15) + (layer "F.Cu") + (net 18) + (uuid "5681024e-9aed-4582-8c90-6025718c4ce1") + ) + (segment + (start 72.223731 101.275012) + (end 73.268814 101.275012) + (width 0.15) + (layer "F.Cu") + (net 18) + (uuid "865e229f-c0af-4c87-b09d-9c7cfa4caca4") + ) + (segment + (start 78.702885 97.1) + (end 79.7 97.1) + (width 0.15) + (layer "F.Cu") + (net 18) + (uuid "a6cced2a-bcca-4fba-9a8c-00e226ba77c8") + ) + (segment + (start 77.693927 98.108958) + (end 78.702885 97.1) + (width 0.15) + (layer "F.Cu") + (net 18) + (uuid "ee18c713-bb3c-48dc-8cad-fcb3d23507d3") + ) + (segment + (start 78.678604 96.7) + (end 77.569557 97.809047) + (width 0.15) + (layer "F.Cu") + (net 19) + (uuid "227753f9-e85e-497a-80f7-471ef190e093") + ) + (segment + (start 71.6 100.227002) + (end 71.6 99.5) + (width 0.15) + (layer "F.Cu") + (net 19) + (uuid "23a9b3df-ce2e-4f15-92a4-05c00d9cd2cc") + ) + (segment + (start 77.569557 97.809047) + (end 76.310501 97.809047) + (width 0.15) + (layer "F.Cu") + (net 19) + (uuid "39d0df36-408c-4fce-aad7-d408c69bc328") + ) + (segment + (start 72.347999 100.975001) + (end 71.6 100.227002) + (width 0.15) + (layer "F.Cu") + (net 19) + (uuid "467b4061-0036-4f37-bc11-2c9e5580407c") + ) + (segment + (start 76.310501 97.809047) + (end 73.144547 100.975001) + (width 0.15) + (layer "F.Cu") + (net 19) + (uuid "b9faa690-021f-46a9-825e-888b17a3e0e8") + ) + (segment + (start 80.1 96.7) + (end 78.678604 96.7) + (width 0.15) + (layer "F.Cu") + (net 19) + (uuid "d11572a2-0ec3-435f-b83d-bf2571d2a572") + ) + (segment + (start 80.5 96.3) + (end 80.1 96.7) + (width 0.15) + (layer "F.Cu") + (net 19) + (uuid "d2802bc6-fde7-4e5a-9c74-f641b83c05e7") + ) + (segment + (start 73.144547 100.975001) + (end 72.347999 100.975001) + (width 0.15) + (layer "F.Cu") + (net 19) + (uuid "efd9dcb5-02b4-4da1-9200-ec0e18dda701") + ) + (segment + (start 76.186133 97.509136) + (end 77.44519 97.509136) + (width 0.15) + (layer "F.Cu") + (net 20) + (uuid "45d9b0ec-c123-4a03-aec0-d6746c60472f") + ) + (segment + (start 74.945269 98.75) + (end 76.186133 97.509136) + (width 0.15) + (layer "F.Cu") + (net 20) + (uuid "97999207-c682-4225-b2e0-e3e80702a663") + ) + (segment + (start 78.654326 96.3) + (end 79.7 96.3) + (width 0.15) + (layer "F.Cu") + (net 20) + (uuid "c69fbcf7-2a61-46a3-94ed-8e3219926627") + ) + (segment + (start 73.85 98.75) + (end 74.945269 98.75) + (width 0.15) + (layer "F.Cu") + (net 20) + (uuid "dc9823c9-958f-4ebb-96c5-159cad0b2341") + ) + (segment + (start 77.44519 97.509136) + (end 78.654326 96.3) + (width 0.15) + (layer "F.Cu") + (net 20) + (uuid "e751bf5f-4820-41d7-9bbc-f969376cdcd1") + ) + (segment + (start 78.3 94.9) + (end 77.332126 94.9) + (width 0.15) + (layer "F.Cu") + (net 21) + (uuid "3888c16e-82e8-4f8a-b0b3-392417555b2f") + ) + (segment + (start 76.100011 97.170979) + (end 75.02099 98.25) + (width 0.15) + (layer "F.Cu") + (net 21) + (uuid "3c3c90c5-afde-4331-ad0d-f16229df987f") + ) + (segment + (start 76.100011 96.132115) + (end 76.100011 97.170979) + (width 0.15) + (layer "F.Cu") + (net 21) + (uuid "45e40ec9-e71e-48e7-83f2-98d6cde99a11") + ) + (segment + (start 80.1 95.1) + (end 78.5 95.1) + (width 0.15) + (layer "F.Cu") + (net 21) + (uuid "6055532a-24fb-434b-9bbc-cffd4eac4612") + ) + (segment + (start 78.5 95.1) + (end 78.3 94.9) + (width 0.15) + (layer "F.Cu") + (net 21) + (uuid "b02b3d11-005a-4a6b-9449-26c2ff1f2644") + ) + (segment + (start 75.02099 98.25) + (end 73.85 98.25) + (width 0.15) + (layer "F.Cu") + (net 21) + (uuid "bee5c5bf-c27a-44af-96ec-441e050091a2") + ) + (segment + (start 77.332126 94.9) + (end 76.100011 96.132115) + (width 0.15) + (layer "F.Cu") + (net 21) + (uuid "ea720a8c-9a07-4d6c-adc7-fc4b83f5af5a") + ) + (segment + (start 80.5 94.7) + (end 80.1 95.1) + (width 0.15) + (layer "F.Cu") + (net 21) + (uuid "f9acc4f2-e918-475f-b8d3-558affb8c3e8") + ) + (segment + (start 77.623007 94.599989) + (end 77.207999 94.599989) + (width 0.15) + (layer "F.Cu") + (net 22) + (uuid "2f1489e1-5057-4dbd-be34-ff4a268fe63f") + ) + (segment + (start 79.7 93.9) + (end 79.674998 93.874998) + (width 0.15) + (layer "F.Cu") + (net 22) + (uuid "41535fbb-fac6-4207-a5fb-0ce65c02f2f6") + ) + (segment + (start 75.8 97.046712) + (end 74.946712 97.9) + (width 0.15) + (layer "F.Cu") + (net 22) + (uuid "6f39e325-a1a5-4e3b-8076-cb94d21f9750") + ) + (segment + (start 74.6 97.9) + (end 74.45 97.75) + (width 0.15) + (layer "F.Cu") + (net 22) + (uuid "76a7753a-727d-406d-8b87-18635ccc272b") + ) + (segment + (start 74.946712 97.9) + (end 74.6 97.9) + (width 0.15) + (layer "F.Cu") + (net 22) + (uuid "a04b51e7-8d77-4778-94bd-8ab8885e5bad") + ) + (segment + (start 79.674998 93.874998) + (end 78.347998 93.874998) + (width 0.15) + (layer "F.Cu") + (net 22) + (uuid "adc0d4a4-b490-48cc-ac8c-68ad9b2ac288") + ) + (segment + (start 77.207999 94.599989) + (end 75.8 96.007988) + (width 0.15) + (layer "F.Cu") + (net 22) + (uuid "d4a25001-5824-4485-9e46-f564e7d797f1") + ) + (segment + (start 78.347998 93.874998) + (end 77.623007 94.599989) + (width 0.15) + (layer "F.Cu") + (net 22) + (uuid "e0e0ffaf-138e-497d-96d4-f8bc23379e6f") + ) + (segment + (start 74.45 97.75) + (end 73.85 97.75) + (width 0.15) + (layer "F.Cu") + (net 22) + (uuid "e14fd10c-3ad8-4e99-8cca-40f72c0483ff") + ) + (segment + (start 75.8 96.007988) + (end 75.8 97.046712) + (width 0.15) + (layer "F.Cu") + (net 22) + (uuid "f9d8cb6e-9c63-4d3d-96d0-601a897e5bd0") + ) + (segment + (start 74.5 95.75) + (end 74.6 95.65) + (width 0.15) + (layer "F.Cu") + (net 23) + (uuid "2cca5513-154c-4754-acfb-9f9dd73a748a") + ) + (segment + (start 76.9 93.9) + (end 76.9 93.741514) + (width 0.15) + (layer "F.Cu") + (net 23) + (uuid "2f1d6725-2284-4e27-a0ee-fd677164caf9") + ) + (segment + (start 76.9 93.741514) + (end 77.541514 93.1) + (width 0.15) + (layer "F.Cu") + (net 23) + (uuid "31d27d57-2781-410f-9201-8603f9b58b2c") + ) + (segment + (start 78.677004 93.1) + (end 78.8 93.1) + (width 0.15) + (layer "F.Cu") + (net 23) + (uuid "3b63e359-1b65-4b4e-bd51-4dee4f5a5983") + ) + (segment + (start 74.6 95.65) + (end 75.15 95.65) + (width 0.15) + (layer "F.Cu") + (net 23) + (uuid "3e666765-0ac1-4bbb-bbb4-e69aaf33a81b") + ) + (segment + (start 75.15 95.65) + (end 76.9 93.9) + (width 0.15) + (layer "F.Cu") + (net 23) + (uuid "3e9c1a55-7729-470d-bcfe-ca15f9e9819e") + ) + (segment + (start 77.541514 93.1) + (end 78.8 93.1) + (width 0.15) + (layer "F.Cu") + (net 23) + (uuid "594a37f4-7e8b-4a25-b566-9211f5ce110f") + ) + (segment + (start 73.85 95.75) + (end 74.5 95.75) + (width 0.15) + (layer "F.Cu") + (net 23) + (uuid "bc964bc0-a69c-442b-8523-2abfc302e59b") + ) + (segment + (start 78.8 93.1) + (end 79.7 93.1) + (width 0.15) + (layer "F.Cu") + (net 23) + (uuid "ef510bef-5ad4-4d12-8588-ea70173e71c8") + ) + (segment + (start 80.5 93.1) + (end 80.1 92.7) + (width 0.15) + (layer "F.Cu") + (net 24) + (uuid "2713445a-5e01-40d8-94c6-c4d9a94c1daa") + ) + (segment + (start 74.5 94.75) + (end 73.85 94.75) + (width 0.15) + (layer "F.Cu") + (net 24) + (uuid "65e36e29-7a79-403a-a1b5-d40ad42edffb") + ) + (segment + (start 80.1 92.7) + (end 77.517376 92.7) + (width 0.15) + (layer "F.Cu") + (net 24) + (uuid "89460726-8ec5-4f46-968d-a3160f4c5f93") + ) + (segment + (start 77.517376 92.7) + (end 75.617376 94.6) + (width 0.15) + (layer "F.Cu") + (net 24) + (uuid "9b8a3f3b-1d5f-41e8-8e66-8a5056a0d9ec") + ) + (segment + (start 75.617376 94.6) + (end 74.65 94.6) + (width 0.15) + (layer "F.Cu") + (net 24) + (uuid "c340d0fc-d55d-475c-8e5a-10e62389c6d5") + ) + (segment + (start 74.65 94.6) + (end 74.5 94.75) + (width 0.15) + (layer "F.Cu") + (net 24) + (uuid "c459c58d-c409-4c7e-a828-f0ab8a98ebbe") + ) + (segment + (start 75.543238 94.25) + (end 73.85 94.25) + (width 0.15) + (layer "F.Cu") + (net 25) + (uuid "0bd0a832-b0e1-43ea-86ff-02f01787a42f") + ) + (segment + (start 79.7 92.3) + (end 77.493238 92.3) + (width 0.15) + (layer "F.Cu") + (net 25) + (uuid "159b2b43-b2c7-4a0a-bbfa-6e0a0b5bc451") + ) + (segment + (start 77.493238 92.3) + (end 75.543238 94.25) + (width 0.15) + (layer "F.Cu") + (net 25) + (uuid "30d908b4-1bb2-4a37-ba92-c0290b7ae530") + ) + (segment + (start 79.7 91.5) + (end 79.200011 91.999989) + (width 0.15) + (layer "F.Cu") + (net 26) + (uuid "90d228ac-5ec9-4302-b393-9e4058ef8745") + ) + (segment + (start 77.369111 91.999989) + (end 75.6191 93.75) + (width 0.15) + (layer "F.Cu") + (net 26) + (uuid "affc5cb4-e803-4042-bd42-b811a85bb331") + ) + (segment + (start 79.200011 91.999989) + (end 77.369111 91.999989) + (width 0.15) + (layer "F.Cu") + (net 26) + (uuid "d64a19a6-886c-4e58-9ed2-ff6211fd90b4") + ) + (segment + (start 75.6191 93.75) + (end 73.85 93.75) + (width 0.15) + (layer "F.Cu") + (net 26) + (uuid "ee3458ee-2979-445b-906e-4341985ec192") + ) + (segment + (start 74.775006 95.25) + (end 74.899996 95.12501) + (width 0.15) + (layer "F.Cu") + (net 27) + (uuid "17389fd7-4396-47ba-9330-8fa6cd46b625") + ) + (segment + (start 80.5 97.1) + (end 80.1 97.5) + (width 0.15) + (layer "F.Cu") + (net 27) + (uuid "2ce839a7-ae56-4836-a547-aefa450214ac") + ) + (segment + (start 78.727164 97.5) + (end 77.527164 98.7) + (width 0.15) + (layer "F.Cu") + (net 27) + (uuid "3099aac3-de20-4ae5-be8b-164c9e8cfa59") + ) + (segment + (start 77.527164 98.7) + (end 76.6 98.7) + (width 0.15) + (layer "F.Cu") + (net 27) + (uuid "447488b3-4b37-48db-9cd4-985a63171964") + ) + (segment + (start 73.85 95.25) + (end 74.775006 95.25) + (width 0.15) + (layer "F.Cu") + (net 27) + (uuid "8f73cfef-83d6-4c7e-9ace-ef42c0bcb4d0") + ) + (segment + (start 80.1 97.5) + (end 78.727164 97.5) + (width 0.15) + (layer "F.Cu") + (net 27) + (uuid "d5416c8a-c23b-480a-8ee1-ddcea162b66c") + ) + (via + (at 76.6 98.7) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 27) + (uuid "79849926-397f-4a0b-9f3b-683394a36d27") + ) + (via + (at 74.899996 95.12501) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 27) + (uuid "f17ac7f1-ed89-442c-9bef-8a53af152a56") + ) + (segment + (start 75.8 97.9) + (end 76.6 98.7) + (width 0.15) + (layer "B.Cu") + (net 27) + (uuid "c4fe70a2-bc63-4866-ba00-544cba292eeb") + ) + (segment + (start 75.8 96.025014) + (end 75.8 97.9) + (width 0.15) + (layer "B.Cu") + (net 27) + (uuid "c8305b78-9b06-4ff7-822d-2bc2495a74ca") + ) + (segment + (start 74.899996 95.12501) + (end 75.8 96.025014) + (width 0.15) + (layer "B.Cu") + (net 27) + (uuid "ce0183bd-126a-4a79-9acb-8b4bfe630f86") + ) + (segment + (start 74.838141 96.25) + (end 74.902957 96.185184) + (width 0.15) + (layer "F.Cu") + (net 28) + (uuid "0970517f-6cb0-4b64-8e0e-50a1e2c633a8") + ) + (segment + (start 75.892947 100.157053) + (end 75.892947 99.407053) + (width 0.15) + (layer "F.Cu") + (net 28) + (uuid "3c0f72d0-6e34-4105-9d6b-3c52d838711d") + ) + (segment + (start 75.892947 99.407053) + (end 76 99.3) + (width 0.15) + (layer "F.Cu") + (net 28) + (uuid "5a96ec7d-775a-4197-bd3a-b35afffc8167") + ) + (segment + (start 79.7 97.9) + (end 78.751442 97.9) + (width 0.15) + (layer "F.Cu") + (net 28) + (uuid "5ec3bd07-85f5-47e9-a70f-b13f8032dfa2") + ) + (segment + (start 78.751442 97.9) + (end 77.351442 99.3) + (width 0.15) + (layer "F.Cu") + (net 28) + (uuid "9fc4b9a5-798a-4f12-8c62-459ffe902494") + ) + (segment + (start 77.351442 99.3) + (end 76 99.3) + (width 0.15) + (layer "F.Cu") + (net 28) + (uuid "ddde8db6-e78c-400a-8a53-c5bb6cc6bdfd") + ) + (segment + (start 76 100.185) + (end 75.985 100.2) + (width 0.15) + (layer "F.Cu") + (net 28) + (uuid "ec8770e3-61e7-4e65-b480-f689f92d0c40") + ) + (segment + (start 73.85 96.25) + (end 74.838141 96.25) + (width 0.15) + (layer "F.Cu") + (net 28) + (uuid "ff4b7d11-a1c8-4839-82ac-cf1bfed96fb7") + ) + (via + (at 76 99.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 28) + (uuid "a2063d70-2593-4d78-b9f8-8463a5e421c9") + ) + (via + (at 74.902957 96.185184) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 28) + (uuid "e6d89a6c-16c2-4ac4-8377-9031f8311e7a") + ) + (segment + (start 75.399999 98.699999) + (end 75.399999 96.682226) + (width 0.15) + (layer "B.Cu") + (net 28) + (uuid "25237b40-8948-4f26-acc7-59a4a5b78d06") + ) + (segment + (start 75.399999 96.682226) + (end 74.902957 96.185184) + (width 0.15) + (layer "B.Cu") + (net 28) + (uuid "d3e20a31-aa70-4f6a-b009-c2c565ae2cab") + ) + (segment + (start 76 99.3) + (end 75.399999 98.699999) + (width 0.15) + (layer "B.Cu") + (net 28) + (uuid "f88b4c9e-6f8a-493c-bb45-41f0d6bbe154") + ) + (segment + (start 69.55 111.55) + (end 69.55 110.85) + (width 0.75) + (layer "F.Cu") + (net 29) + (uuid "00000000-0000-0000-0000-00005f476d1a") + ) + (segment + (start 66.95 109.9) + (end 66.95 110.55) + (width 0.35) + (layer "F.Cu") + (net 29) + (uuid "00000000-0000-0000-0000-00005f476d80") + ) + (segment + (start 66.95 110.55) + (end 67.875 110.55) + (width 0.35) + (layer "F.Cu") + (net 29) + (uuid "00000000-0000-0000-0000-00005f476d83") + ) + (segment + (start 67.875 110.55) + (end 68.5 111.175) + (width 0.35) + (layer "F.Cu") + (net 29) + (uuid "00000000-0000-0000-0000-00005f476e55") + ) + (segment + (start 69.3125 111.0875) + (end 69.55 110.85) + (width 0.75) + (layer "F.Cu") + (net 29) + (uuid "26dabacb-c140-48a7-9522-6c9958b48d56") + ) + (segment + (start 82.1 93.9) + (end 82.5 94.3) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "2cbc974e-e9a8-4982-b0c0-af5d0c57669a") + ) + (segment + (start 69.0875 111.0875) + (end 69.55 111.55) + (width 0.75) + (layer "F.Cu") + (net 29) + (uuid "36b647b6-962d-4f42-b5da-084a10dc2051") + ) + (segment + (start 85.3 93.9) + (end 84.9 94.3) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "44182a8e-38b8-4533-8e1f-449873eda03c") + ) + (segment + (start 82.1 97.1) + (end 82.5 96.7) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "467e4075-f5fb-4b6b-aadc-5845b758f1cd") + ) + (segment + (start 68.5 111.0875) + (end 69.3125 111.0875) + (width 0.75) + (layer "F.Cu") + (net 29) + (uuid "71492eae-dcde-4d8c-a6f1-80770a680a3d") + ) + (segment + (start 68.5 111.0875) + (end 69.0875 111.0875) + (width 0.75) + (layer "F.Cu") + (net 29) + (uuid "936b4d07-8f51-46f1-a55b-b47f721662ef") + ) + (segment + (start 85.3 97.1) + (end 84.9 96.7) + (width 0.25) + (layer "F.Cu") + (net 29) + (uuid "ba32d4d4-380c-47b4-9043-b10e96b7d52a") + ) + (via + (at 69.55 111.55) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 29) + (uuid "00000000-0000-0000-0000-00005f476d14") + ) + (via + (at 69.55 110.85) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 29) + (uuid "00000000-0000-0000-0000-00005f476e37") + ) + (via + (at 77.3 101.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 29) + (uuid "21e3bd42-09d5-4909-b490-5b05f0b8e880") + ) + (via + (at 84.9 96.7) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 29) + (uuid "49b02e6f-696e-430b-8d9e-e8afeb9b0afb") + ) + (via + (at 82.5 96.7) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 29) + (uuid "69bde10d-2bcd-44c3-8574-3b0fc8606272") + ) + (via + (at 82.5 94.3) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 29) + (uuid "839513d1-f12b-48ae-92f2-d199bce11181") + ) + (via + (at 76.803211 96.984235) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 29) + (uuid "95513a05-1ba8-4d8a-991b-c2b0dc386b34") + ) + (via + (at 89.1 95.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 29) + (uuid "bc3b55ee-da4a-47e7-827f-dc787b3d7436") + ) + (via + (at 84.9 94.3) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 29) + (uuid "e7cc63fe-687a-4121-9439-ff9d1ac38731") + ) + (segment + (start 77.3 101.4) + (end 77.3 103.470854) + (width 0.75) + (layer "In2.Cu") + (net 29) + (uuid "001d7921-8ef3-4c59-bb6a-c681f4193469") + ) + (segment + (start 77.3 103.470854) + (end 75.8 104.970854) + (width 0.75) + (layer "In2.Cu") + (net 29) + (uuid "063ef32a-e380-47c9-bffe-e4e1261667e5") + ) + (segment + (start 79.134235 96.984235) + (end 76.803211 96.984235) + (width 0.25) + (layer "In2.Cu") + (net 29) + (uuid "07c4c238-6403-4327-b6d6-e3cef522d132") + ) + (segment + (start 79.6 97.45) + (end 79.134235 96.984235) + (width 0.25) + (layer "In2.Cu") + (net 29) + (uuid "0dac2fad-51ba-45c3-9ce2-db75253acc13") + ) + (segment + (start 82.5 94.3) + (end 84.9 94.3) + (width 0.45) + (layer "In2.Cu") + (net 29) + (uuid "0eeb0702-3b6d-40b6-9f90-f47610b73b7f") + ) + (segment + (start 81.401755 97.224901) + (end 81.151953 96.975099) + (width 0.25) + (layer "In2.Cu") + (net 29) + (uuid "16cff3e8-3080-4592-ae43-53c1cb829122") + ) + (segment + (start 74.5 108) + (end 70.9 108) + (width 0.75) + (layer "In2.Cu") + (net 29) + (uuid "2c1b1998-f439-4485-b7ce-0b13438f40bf") + ) + (segment + (start 89.1 95.5) + (end 89.1 96) + (width 0.25) + (layer "In2.Cu") + (net 29) + (uuid "2d1dad02-6a1d-46d3-b854-5aa81ab4f8f5") + ) + (segment + (start 75.8 106.7) + (end 74.5 108) + (width 0.75) + (layer "In2.Cu") + (net 29) + (uuid "2e00a52e-9c16-45d3-84a5-a06979b617b4") + ) + (segment + (start 69.55 111.55) + (end 69.55 111.25) + (width 0.75) + (layer "In2.Cu") + (net 29) + (uuid "56e38e93-0fc1-4dbf-8748-4e5e01cc51df") + ) + (segment + (start 86.25 98.05) + (end 84.9 96.7) + (width 0.25) + (layer "In2.Cu") + (net 29) + (uuid "5af55f91-716b-4e7d-8c75-1fd345b7c35e") + ) + (segment + (start 80.074901 96.975099) + (end 79.6 97.45) + (width 0.25) + (layer "In2.Cu") + (net 29) + (uuid "5ced3591-5f4a-4853-9704-7577f257b998") + ) + (segment + (start 69.55 109.35) + (end 69.55 111.55) + (width 0.75) + (layer "In2.Cu") + (net 29) + (uuid "5cf2293a-aff5-41a8-84ef-ba37fb1d0a5f") + ) + (segment + (start 77.3 99.75) + (end 79.6 97.45) + (width 0.75) + (layer "In2.Cu") + (net 29) + (uuid "74d44c9a-48e5-4795-9d19-f13c167dd17e") + ) + (segment + (start 89.1 96) + (end 87.05 98.05) + (width 0.25) + (layer "In2.Cu") + (net 29) + (uuid "771a40f7-19a7-4bfc-b88f-460c1a7e5602") + ) + (segment + (start 87.05 98.05) + (end 86.25 98.05) + (width 0.25) + (layer "In2.Cu") + (net 29) + (uuid "77f36f29-ab03-4c19-9c6a-a2d42f26a525") + ) + (segment + (start 69.55 110.85) + (end 69.55 111.55) + (width 0.75) + (layer "In2.Cu") + (net 29) + (uuid "9c5b9441-9345-4fb8-a0a8-0fe2abe371b3") + ) + (segment + (start 82.5 96.7) + (end 81.975099 97.224901) + (width 0.25) + (layer "In2.Cu") + (net 29) + (uuid "9d89eb5e-6285-4416-b4d6-f808b388a814") + ) + (segment + (start 70.9 108) + (end 69.55 109.35) + (width 0.75) + (layer "In2.Cu") + (net 29) + (uuid "a7298114-aaca-4638-99f8-608a3e4d556d") + ) + (segment + (start 81.975099 97.224901) + (end 81.401755 97.224901) + (width 0.25) + (layer "In2.Cu") + (net 29) + (uuid "a87a66dd-3cc7-4cd7-a72c-f0f51f6f816b") + ) + (segment + (start 77.3 101.4) + (end 77.3 99.75) + (width 0.75) + (layer "In2.Cu") + (net 29) + (uuid "b3328878-1c43-458d-a283-b891018f774d") + ) + (segment + (start 81.151953 96.975099) + (end 80.074901 96.975099) + (width 0.25) + (layer "In2.Cu") + (net 29) + (uuid "b7dd2a49-0387-4ad6-b4c9-7354e222318e") + ) + (segment + (start 84.9 96.7) + (end 82.5 96.7) + (width 0.45) + (layer "In2.Cu") + (net 29) + (uuid "d583e5aa-df48-4517-a3ec-278f49235b4f") + ) + (segment + (start 75.8 104.970854) + (end 75.8 106.7) + (width 0.75) + (layer "In2.Cu") + (net 29) + (uuid "f43814e9-3efe-4c4b-ac59-406ee892c94e") + ) + (segment + (start 84.9 94.3) + (end 84.9 96.7) + (width 0.45) + (layer "In2.Cu") + (net 29) + (uuid "f5b0e31d-7898-4c6c-9cca-f1b7a86abb45") + ) + (segment + (start 69.55 110.85) + (end 69.55 111.55) + (width 0.75) + (layer "B.Cu") + (net 29) + (uuid "00000000-0000-0000-0000-00005f476e31") + ) + (segment + (start 89.335 95.265) + (end 89.85 95.265) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "01cf62da-95ed-4a12-955e-985e346f552c") + ) + (segment + (start 78.15 100.55) + (end 77.3 101.4) + (width 0.45) + (layer "B.Cu") + (net 29) + (uuid "06555ac3-0ee6-4a86-ad0c-e09cac2dcd90") + ) + (segment + (start 81.785 94.3) + (end 81.7 94.215) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "0b5c1c5f-fb5b-4b9d-a898-815b7f5bbff0") + ) + (segment + (start 82.5 94.3) + (end 81.785 94.3) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "1f486c18-119a-4f8e-8b7f-27fca79f94e3") + ) + (segment + (start 77.218976 97.4) + (end 76.803211 96.984235) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "210b4586-7fb1-453c-a012-150951ba2378") + ) + (segment + (start 84.9 94.3) + (end 84.9 93.585) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "26e6a71c-c103-4752-83f3-0693e9588dec") + ) + (segment + (start 69.9 111.2) + (end 69.55 110.85) + (width 0.75) + (layer "B.Cu") + (net 29) + (uuid "3d9e546c-3086-43dc-be44-fcc39a73206d") + ) + (segment + (start 89.1 95.5) + (end 89.335 95.265) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "41c9c3b8-2883-4fdc-b499-17634b4fcf10") + ) + (segment + (start 77.53 97.4) + (end 77.218976 97.4) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "516d561c-e210-47a1-b528-cf70e07f88f1") + ) + (segment + (start 69.9 111.2) + (end 69.55 111.55) + (width 0.75) + (layer "B.Cu") + (net 29) + (uuid "5993cabe-beaa-4522-af32-bcdd72e041ca") + ) + (segment + (start 84.9 93.585) + (end 84.815 93.5) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "5f42c77d-de3f-4a8b-9183-4c2c96e5f090") + ) + (segment + (start 81.615 97.5) + (end 81.667622 97.5) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "a5aaa91d-99ad-4de2-919b-f14e62be944c") + ) + (segment + (start 70.65 111.2) + (end 69.9 111.2) + (width 0.75) + (layer "B.Cu") + (net 29) + (uuid "c44034cf-c892-4783-8fa4-88851e408cd3") + ) + (segment + (start 78.15 100.45) + (end 78.15 100.55) + (width 0.45) + (layer "B.Cu") + (net 29) + (uuid "d8b0ff31-7470-40f0-bc24-bdf69a8dcefa") + ) + (segment + (start 82.467622 96.7) + (end 82.5 96.7) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "e09d8845-4a94-490b-8ae5-49fcd1e96d3f") + ) + (segment + (start 81.667622 97.5) + (end 82.467622 96.7) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "e519dea5-160e-4d87-8e3b-1a646a8af848") + ) + (segment + (start 84.9 96.7) + (end 84.9 95.985) + (width 0.25) + (layer "B.Cu") + (net 29) + (uuid "f5f05fac-8b73-49ca-b75f-f55bcc5a81fd") + ) + (segment + (start 80.1 95.9) + (end 78.607106 95.9) + (width 0.15) + (layer "F.Cu") + (net 30) + (uuid "0e70e462-56bb-4e9b-b060-51e913ae478e") + ) + (segment + (start 78.607106 95.9) + (end 78.269875 96.237231) + (width 0.15) + (layer "F.Cu") + (net 30) + (uuid "1d852d89-1cdb-456f-bd75-e5bf330ec7fa") + ) + (segment + (start 64.4 98.8) + (end 64.4 99.9) + (width 0.15) + (layer "F.Cu") + (net 30) + (uuid "28200062-4f55-4fa7-a570-28e2ab274545") + ) + (segment + (start 64.95 98.25) + (end 64.4 98.8) + (width 0.15) + (layer "F.Cu") + (net 30) + (uuid "34e7faba-97d7-42e6-a0e1-28c41f9bdbc0") + ) + (segment + (start 64.4 99.9) + (end 65.300022 99.9) + (width 0.15) + (layer "F.Cu") + (net 30) + (uuid "49265804-0096-4217-9537-f218fbd69c52") + ) + (segment + (start 78.269875 96.237231) + (end 76.737231 96.237231) + (width 0.15) + (layer "F.Cu") + (net 30) + (uuid "693f6a68-d06a-4d5a-9783-5457f185ef44") + ) + (segment + (start 80.5 95.5) + (end 80.1 95.9) + (width 0.15) + (layer "F.Cu") + (net 30) + (uuid "8fc3dc64-0316-4483-955b-6cc65ff9e1c8") + ) + (segment + (start 65.85 98.25) + (end 64.95 98.25) + (width 0.15) + (layer "F.Cu") + (net 30) + (uuid "b6fdfb81-c406-4c88-ae0b-ee646ef2d740") + ) + (segment + (start 65.300022 99.9) + (end 65.9 100.499978) + (width 0.15) + (layer "F.Cu") + (net 30) + (uuid "ddf0cbdf-337f-4f75-b87c-643f7eb59917") + ) + (via + (at 76.737231 96.237231) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 30) + (uuid "afb634bf-d2d4-4560-a891-17cee2360f85") + ) + (via + (at 65.9 100.499978) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 30) + (uuid "bd95337d-9eef-45a7-b43d-6568794bd766") + ) + (segment + (start 76.2 96.774462) + (end 76.2 97.4) + (width 0.15) + (layer "B.Cu") + (net 30) + (uuid "36974a30-0f6e-490b-94b6-6d027376cd96") + ) + (segment + (start 76.2 97.4) + (end 77.2 98.4) + (width 0.15) + (layer "B.Cu") + (net 30) + (uuid "3c65acc2-e8fe-49eb-a1b1-0df75c185195") + ) + (segment + (start 66.374923 100.974901) + (end 65.9 100.499978) + (width 0.15) + (layer "B.Cu") + (net 30) + (uuid "61a133b2-1b67-437e-91a5-ef37d7fdd63a") + ) + (segment + (start 69.824901 100.974901) + (end 66.374923 100.974901) + (width 0.15) + (layer "B.Cu") + (net 30) + (uuid "6ba0f3ce-e065-4fb8-87f2-48fb68077157") + ) + (segment + (start 74.05 102) + (end 70.85 102) + (width 0.15) + (layer "B.Cu") + (net 30) + (uuid "71b25962-3bdb-41b6-8555-b03d1677ed65") + ) + (segment + (start 77.2 98.85) + (end 74.05 102) + (width 0.15) + (layer "B.Cu") + (net 30) + (uuid "c6014d18-e232-44ed-a070-a1c74153bc15") + ) + (segment + (start 77.2 98.4) + (end 77.2 98.85) + (width 0.15) + (layer "B.Cu") + (net 30) + (uuid "ccc38513-0f34-4f05-9f98-ef75de618c91") + ) + (segment + (start 76.737231 96.237231) + (end 76.2 96.774462) + (width 0.15) + (layer "B.Cu") + (net 30) + (uuid "d4d4fa68-34f2-4653-bbf0-2d24f29cf971") + ) + (segment + (start 70.85 102) + (end 69.824901 100.974901) + (width 0.15) + (layer "B.Cu") + (net 30) + (uuid "f437d67e-d44f-4b38-a6c9-f36d153cdec4") + ) + (segment + (start 81.3 93.1) + (end 80.9 92.7) + (width 0.15) + (layer "F.Cu") + (net 31) + (uuid "1bea6288-df93-4227-8757-c98eaa833a6f") + ) + (segment + (start 77.644962 91.3) + (end 78.6 91.3) + (width 0.15) + (layer "F.Cu") + (net 31) + (uuid "8104aa50-a939-4715-a570-a261cb482238") + ) + (segment + (start 73.85 93.25) + (end 75.694962 93.25) + (width 0.15) + (layer "F.Cu") + (net 31) + (uuid "98559c04-1edf-4a16-a403-ee803395c189") + ) + (segment + (start 75.694962 93.25) + (end 77.644962 91.3) + (width 0.15) + (layer "F.Cu") + (net 31) + (uuid "c63ea0fb-2c6c-4f97-86fb-617c2560809e") + ) + (via + (at 78.6 91.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "43c60605-74b4-4257-83a1-c4affa06551c") + ) + (via + (at 80.9 92.7) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 31) + (uuid "d34385b1-fadf-4359-a8b1-59e02579d7e5") + ) + (segment + (start 80.9 92.7) + (end 80 92.7) + (width 0.15) + (layer "B.Cu") + (net 31) + (uuid "72b286fc-dc7e-4ad5-b2dc-5afc9698e4b6") + ) + (segment + (start 80 92.7) + (end 78.6 91.3) + (width 0.15) + (layer "B.Cu") + (net 31) + (uuid "d1bcc174-49ee-47dc-8537-17590e91bff5") + ) + (segment + (start 62.24509 97.493136) + (end 62.24509 98.15491) + (width 0.15) + (layer "F.Cu") + (net 32) + (uuid "071fe165-eed0-4ec5-8ce3-44801c72d2c9") + ) + (segment + (start 60.75 96.3) + (end 60.8 96.35) + (width 0.25) + (layer "F.Cu") + (net 32) + (uuid "198c8220-35a2-4b8b-97eb-1f4e2ae5b6f2") + ) + (segment + (start 60.75 98.2) + (end 60.8 98.25) + (width 0.45) + (layer "F.Cu") + (net 32) + (uuid "1a585210-4cd2-4cf8-9787-2016b6bc4329") + ) + (segment + (start 60.824901 98.274901) + (end 60.8 98.25) + (width 0.15) + (layer "F.Cu") + (net 32) + (uuid "3781d0c5-d328-422a-90a6-6ba9d7b972df") + ) + (segment + (start 61.1 96.35) + (end 61.975099 97.225099) + (width 0.15) + (layer "F.Cu") + (net 32) + (uuid "50abaddd-47f5-4d26-a1ac-040e0a5b2a4e") + ) + (segment + (start 60.8 96.35) + (end 61.1 96.35) + (width 0.15) + (layer "F.Cu") + (net 32) + (uuid "54d721eb-e499-47c4-8998-1dcd3829302f") + ) + (segment + (start 62.24509 98.15491) + (end 62.125099 98.274901) + (width 0.15) + (layer "F.Cu") + (net 32) + (uuid "8257417e-3db1-4b7e-a79b-84d4ba8c4011") + ) + (segment + (start 62.125099 98.274901) + (end 60.824901 98.274901) + (width 0.15) + (layer "F.Cu") + (net 32) + (uuid "896391fa-77aa-4617-be63-4c92c9128a73") + ) + (segment + (start 61.977053 97.225099) + (end 62.24509 97.493136) + (width 0.15) + (layer "F.Cu") + (net 32) + (uuid "cc25d09c-35c7-41e7-be08-11221978f8bb") + ) + (segment + (start 59.535 98.2) + (end 60.75 98.2) + (width 0.45) + (layer "F.Cu") + (net 32) + (uuid "d57c0ffa-3d5d-4de8-a2cb-de72ea1cf372") + ) + (segment + (start 59.535 96.3) + (end 60.75 96.3) + (width 0.25) + (layer "F.Cu") + (net 32) + (uuid "da0c8d41-b39e-4471-8532-960046ed3b3c") + ) + (segment + (start 61.975099 97.225099) + (end 61.977053 97.225099) + (width 0.15) + (layer "F.Cu") + (net 32) + (uuid "f1e08948-6b85-492c-99de-5fd6a459b81f") + ) + (segment + (start 68.35 87.95) + (end 63.465 87.95) + (width 0.15) + (layer "F.Cu") + (net 33) + (uuid "36411ff6-02f2-4518-91f8-2ec78503d07a") + ) + (segment + (start 63.465 87.95) + (end 59 83.485) + (width 0.15) + (layer "F.Cu") + (net 33) + (uuid "e954e8e4-5e66-4ebc-9dad-43e918b0d8d3") + ) + (segment + (start 71.1 91.5) + (end 71.1 90.7) + (width 0.15) + (layer "F.Cu") + (net 33) + (uuid "fdbeb6f2-ee7c-43eb-840b-d8ad9458d56d") + ) + (segment + (start 71.1 90.7) + (end 68.35 87.95) + (width 0.15) + (layer "F.Cu") + (net 33) + (uuid "fe29d3b6-92be-4e54-a383-392356bcc809") + ) + (segment + (start 58.515 83) + (end 59 82.515) + (width 0.15) + (layer "F.Cu") + (net 34) + (uuid "5fc03015-6f9b-4e08-9fd5-ba1cb6c63544") + ) + (segment + (start 57.7875 83) + (end 58.515 83) + (width 0.15) + (layer "F.Cu") + (net 34) + (uuid "ebe6845e-77ef-4a3b-8777-25f774d9ada6") + ) + (segment + (start 58.515 89) + (end 59 88.515) + (width 0.15) + (layer "F.Cu") + (net 35) + (uuid "3d92c55c-1734-42df-b448-2eee86d15983") + ) + (segment + (start 57.7875 89) + (end 58.515 89) + (width 0.15) + (layer "F.Cu") + (net 35) + (uuid "92529218-3086-4e38-a5d7-361f20edc13a") + ) + (segment + (start 67.9 89) + (end 59.485 89) + (width 0.15) + (layer "F.Cu") + (net 36) + (uuid "161f5455-8297-4c70-b65c-7a745abba5c6") + ) + (segment + (start 69.6 91.5) + (end 69.6 90.7) + (width 0.15) + (layer "F.Cu") + (net 36) + (uuid "19a78422-b95d-4f86-b628-f6242f9aacfd") + ) + (segment + (start 59.485 89) + (end 59 89.485) + (width 0.15) + (layer "F.Cu") + (net 36) + (uuid "40af157d-bec1-489e-8581-29ec391f5c92") + ) + (segment + (start 69.6 90.7) + (end 67.9 89) + (width 0.15) + (layer "F.Cu") + (net 36) + (uuid "c2f82502-a672-445f-b0f1-8868bd6c28f2") + ) + (segment + (start 68.05 88.65) + (end 60.165 88.65) + (width 0.15) + (layer "F.Cu") + (net 37) + (uuid "2069990d-6014-4631-8e6f-d382b53b2ed1") + ) + (segment + (start 70.1 91.5) + (end 70.1 90.7) + (width 0.15) + (layer "F.Cu") + (net 37) + (uuid "2859838c-f7b0-4be7-9045-7fdc963d3d85") + ) + (segment + (start 60.165 88.65) + (end 59 87.485) + (width 0.15) + (layer "F.Cu") + (net 37) + (uuid "30304e2e-fae0-4942-8805-94df7afa183a") + ) + (segment + (start 70.1 90.7) + (end 68.05 88.65) + (width 0.15) + (layer "F.Cu") + (net 37) + (uuid "82e15225-a105-45b2-84d4-4b70931897e0") + ) + (segment + (start 57.7875 87) + (end 58.515 87) + (width 0.15) + (layer "F.Cu") + (net 38) + (uuid "2d9eeeec-9b58-4b2a-bc33-b5b8498b0fa3") + ) + (segment + (start 58.515 87) + (end 59 86.515) + (width 0.15) + (layer "F.Cu") + (net 38) + (uuid "3af48b74-9eb6-4a31-be66-715160acfc85") + ) + (segment + (start 57.7875 85) + (end 58.515 85) + (width 0.15) + (layer "F.Cu") + (net 39) + (uuid "63c4f6ba-7934-4f34-b900-9d85f4b16ec3") + ) + (segment + (start 58.515 85) + (end 59 84.515) + (width 0.15) + (layer "F.Cu") + (net 39) + (uuid "e8b9f5a2-9c61-4573-a103-20f29d774825") + ) + (segment + (start 68.2 88.3) + (end 61.815 88.3) + (width 0.15) + (layer "F.Cu") + (net 40) + (uuid "3074fade-b34d-479b-8200-fadd967b837d") + ) + (segment + (start 70.6 90.7) + (end 68.2 88.3) + (width 0.15) + (layer "F.Cu") + (net 40) + (uuid "588bef68-8354-4667-a575-3c31f5656918") + ) + (segment + (start 61.815 88.3) + (end 59 85.485) + (width 0.15) + (layer "F.Cu") + (net 40) + (uuid "a3acb1a5-1a94-45cb-a7eb-6abc9d5b9709") + ) + (segment + (start 70.6 91.5) + (end 70.6 90.7) + (width 0.15) + (layer "F.Cu") + (net 40) + (uuid "a5da963a-270f-4c3d-a079-114d8eef79b7") + ) + (segment + (start 57.7875 81) + (end 58.515 81) + (width 0.15) + (layer "F.Cu") + (net 41) + (uuid "4e98eeda-3e56-41f0-b5f8-40eea7e26c81") + ) + (segment + (start 58.515 81) + (end 59 80.515) + (width 0.15) + (layer "F.Cu") + (net 41) + (uuid "b20fce31-a979-44b0-8b02-4f26d5d97078") + ) + (segment + (start 75.49999 95.88386) + (end 77.541925 93.841925) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "061b0977-703d-47fc-ba64-d6fb3f8737c3") + ) + (segment + (start 73.85 96.75) + (end 75.25 96.75) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "0f924b75-883b-4726-a9f0-fbdae6b526a3") + ) + (segment + (start 126.25 87.05) + (end 126.3 87.1) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "14024e4b-59d0-4f66-8eba-1d0eb8f5d9a6") + ) + (segment + (start 75.49999 96.50001) + (end 75.49999 95.88386) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "16ee6ea3-f8e7-42d6-adf2-84c0e1e68606") + ) + (segment + (start 80.5 93.9) + (end 80.1 93.5) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "4bb6aa50-20a8-40c0-9694-aa4503d2e061") + ) + (segment + (start 80.1 93.5) + (end 77.88385 93.5) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "59d8ba21-cafb-4664-ad77-269d60e2afa7") + ) + (segment + (start 75.25 96.75) + (end 75.49999 96.50001) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "6c9aaaba-b9a5-4111-8987-89315ec6be88") + ) + (segment + (start 75.49999 96.50001) + (end 75.49999 96.5) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "73c391c7-0be1-4b2b-8b04-862892b96a80") + ) + (segment + (start 120.349992 103.95) + (end 120.299992 103.9) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "91ba689b-5dd8-4302-8420-efca48ac6b5f") + ) + (segment + (start 121.1 103.95) + (end 120.349992 103.95) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "96fa3736-070f-437c-b67e-34080cd0f9e4") + ) + (segment + (start 75.915 90.3) + (end 75.9 90.285) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "b3ee6304-4586-4924-9942-14d87bd91c7d") + ) + (segment + (start 75.915 90.3) + (end 75.915 92.136808) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "b44b23f0-bd88-4300-979d-37f303b9f6a0") + ) + (segment + (start 75.9 90.285) + (end 75.9 88.199998) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "c14d7200-f91c-4b1f-9467-64c3336c7ef2") + ) + (segment + (start 75.915 92.136808) + (end 75.97315 92.194958) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "e92cc26d-27f8-43e9-a58e-4cbff1061bf5") + ) + (segment + (start 125.5 87.05) + (end 126.25 87.05) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "f46360b3-2778-4224-b87e-99e44d6e0b71") + ) + (segment + (start 77.88385 93.5) + (end 77.541925 93.841925) + (width 0.15) + (layer "F.Cu") + (net 42) + (uuid "f98741d9-e0ab-4e63-868b-6552fb9e4771") + ) + (via + (at 77.541925 93.841925) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 42) + (uuid "230e039b-1200-49f4-9764-81cfdd0b465a") + ) + (via + (at 75.9 88.199998) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 42) + (uuid "29ba5cb3-8244-4e9f-a028-bde92e99adb1") + ) + (via + (at 126.3 87.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 42) + (uuid "b8a5679e-0824-4fd4-bd37-515f1c75fd73") + ) + (via + (at 75.97315 92.194958) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 42) + (uuid "cf4cb541-1fc3-4ad8-99c6-748cb872c6eb") + ) + (via + (at 120.299992 103.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 42) + (uuid "fcd8b1c2-0644-4e8e-b5df-9c237120459f") + ) + (segment + (start 65.56304 73.3) + (end 62.5 76.36304) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "0db9632a-21af-4acb-9c05-e041f8c89b3a") + ) + (segment + (start 62.5 76.36304) + (end 62.5 81) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "21029bc5-ec40-4631-a1f1-024a4085a56f") + ) + (segment + (start 126.1 84.6) + (end 123.5 82) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "35505c17-306b-4361-9895-a67ced902f2d") + ) + (segment + (start 118.9 98) + (end 123 93.9) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "355984fe-c4ef-4584-9c88-7aed9a4b1db8") + ) + (segment + (start 126.3 87.1) + (end 126.1 86.9) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "395df0a5-800c-4cca-a0f1-3ad76d2e76ca") + ) + (segment + (start 115.97606 73.3) + (end 65.56304 73.3) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "412488c3-13b7-4cf8-8c58-0304d4e5151b") + ) + (segment + (start 127.775179 88.575179) + (end 126.3 87.1) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "41d12f3f-11c6-402c-bcf2-6f6e169eb2f6") + ) + (segment + (start 68.6 87.1) + (end 74.800002 87.1) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "49c4dcb9-cb9b-421e-b7b9-e495c75a42b7") + ) + (segment + (start 126 93.9) + (end 127.775179 92.124821) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "537d030b-54bb-4562-9f1e-378ccefb4b2e") + ) + (segment + (start 127.775179 92.124821) + (end 127.775179 88.575179) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "5aee846a-8592-4b29-bd9b-9c316ee83d69") + ) + (segment + (start 75.97315 92.27315) + (end 77.541925 93.841925) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "5be841dc-3b4a-40c9-969b-e11a4fb210b2") + ) + (segment + (start 75.97315 92.194958) + (end 75.97315 92.27315) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "7785b82d-e310-4126-be03-f0dab068352e") + ) + (segment + (start 74.800002 87.1) + (end 75.9 88.199998) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "7bc6e4f1-1e6a-45c4-bde8-9944381fe3ce") + ) + (segment + (start 123.5 82) + (end 123.5 80.82394) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "aba0fc13-5864-4b93-a0d5-5b97e1e36281") + ) + (segment + (start 119.8 100.4) + (end 118.9 99.5) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "b5e82878-b519-4073-ad55-f1d9914c05ff") + ) + (segment + (start 118.9 99.5) + (end 118.9 98) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "b7ea6100-ff11-4609-86f6-89b95a0d171e") + ) + (segment + (start 126.1 86.9) + (end 126.1 84.6) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "b93d027f-21f6-4fc9-ad3f-317eded6973b") + ) + (segment + (start 119.8 103.400008) + (end 119.8 100.4) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "bb5372f2-1ad0-4a4d-b4cb-b3226f0cfcbd") + ) + (segment + (start 123.5 80.82394) + (end 115.97606 73.3) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "bdfead1f-ec4f-41f7-bfd1-971493371164") + ) + (segment + (start 123 93.9) + (end 126 93.9) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "e321aecd-3c35-4269-8106-100a64352fd1") + ) + (segment + (start 62.5 81) + (end 68.6 87.1) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "e4e8c3f3-f9c5-4fd5-9df8-595c4d009ab6") + ) + (segment + (start 120.299992 103.9) + (end 119.8 103.400008) + (width 0.15) + (layer "B.Cu") + (net 42) + (uuid "f927b2bd-934b-468f-bf89-dd56567c0ccd") + ) + (segment + (start 67.6 91.5) + (end 67.6 90.45) + (width 0.15) + (layer "F.Cu") + (net 43) + (uuid "00000000-0000-0000-0000-00005bed176b") + ) + (segment + (start 78.899999 94.699999) + (end 78.6 94.4) + (width 0.15) + (layer "F.Cu") + (net 43) + (uuid "12d6a58e-297d-4423-a9b1-8d6158bbfbac") + ) + (segment + (start 86.499901 94.300099) + (end 86.5 94.3) + (width 0.15) + (layer "F.Cu") + (net 43) + (uuid "23708b85-adf5-4cbf-a4c4-69f9be2b941b") + ) + (segment + (start 85.3 94.7) + (end 85.699901 94.300099) + (width 0.15) + (layer "F.Cu") + (net 43) + (uuid "2eb128af-cf78-4727-9276-c766eac2782b") + ) + (segment + (start 86.500099 94.299901) + (end 87.299901 94.299901) + (width 0.15) + (layer "F.Cu") + (net 43) + (uuid "623a95d3-92aa-43fc-bfb7-1927169d4600") + ) + (segment + (start 87.299901 94.299901) + (end 87.3 94.3) + (width 0.15) + (layer "F.Cu") + (net 43) + (uuid "8ef140e1-a86a-45e5-8f2c-e06066832fcb") + ) + (segment + (start 79.7 94.7) + (end 78.899999 94.699999) + (width 0.15) + (layer "F.Cu") + (net 43) + (uuid "97823ebb-0711-4a96-9596-e1b6f4baec60") + ) + (segment + (start 85.699901 94.300099) + (end 86.499901 94.300099) + (width 0.15) + (layer "F.Cu") + (net 43) + (uuid "b352d21a-9d0c-42da-bdfe-356afec9821e") + ) + (segment + (start 86.499901 94.300099) + (end 86.500099 94.299901) + (width 0.15) + (layer "F.Cu") + (net 43) + (uuid "bf3dac99-ac50-4ac6-bfbd-9ed628e3720e") + ) + (segment + (start 73.1 89) + (end 73.1 90.45) + (width 0.15) + (layer "F.Cu") + (net 43) + (uuid "fb078252-2c69-4f10-b8ca-ec674f33126f") + ) + (via + (at 67.6 90.45) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 43) + (uuid "00000000-0000-0000-0000-00005bed17b9") + ) + (via + (at 87.3 94.3) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 43) + (uuid "00000000-0000-0000-0000-00005cb0eb86") + ) + (via + (at 73.1 90.45) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 43) + (uuid "047cf595-1972-4c2a-a70b-65489a060f88") + ) + (via + (at 78.6 94.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 43) + (uuid "675b2a1e-1d1e-4f5b-91f1-23d348015a92") + ) + (segment + (start 78.6 92.15) + (end 78.6 94.4) + (width 0.15) + (layer "In2.Cu") + (net 43) + (uuid "67a11f6a-4ece-4dc6-a8e5-fd9307451010") + ) + (segment + (start 87.6 94) + (end 87.6 89.8) + (width 0.15) + (layer "In2.Cu") + (net 43) + (uuid "6a6afd5b-5f14-4832-96b7-394ff3546428") + ) + (segment + (start 87.25 89.45) + (end 81.3 89.45) + (width 0.15) + (layer "In2.Cu") + (net 43) + (uuid "afaec224-6eb9-4aa4-acce-937066a89442") + ) + (segment + (start 87.3 94.3) + (end 87.6 94) + (width 0.15) + (layer "In2.Cu") + (net 43) + (uuid "c339890a-ec9b-43c8-bca3-90f292a91f7c") + ) + (segment + (start 81.3 89.45) + (end 78.6 92.15) + (width 0.15) + (layer "In2.Cu") + (net 43) + (uuid "e8fbed20-1a41-45ab-b1f5-aa1a8c24ac3c") + ) + (segment + (start 87.6 89.8) + (end 87.25 89.45) + (width 0.15) + (layer "In2.Cu") + (net 43) + (uuid "fbe4ca78-db1d-425c-822e-cbaf51a10d48") + ) + (segment + (start 67.6 90.45) + (end 75.35 90.45) + (width 0.15) + (layer "B.Cu") + (net 43) + (uuid "2ea45036-6908-4767-a4a0-ac16e09767ee") + ) + (segment + (start 75.35 90.45) + (end 78.6 93.7) + (width 0.15) + (layer "B.Cu") + (net 43) + (uuid "bdda70c2-3421-4655-b5b9-d211191a6325") + ) + (segment + (start 78.6 93.7) + (end 78.6 94.4) + (width 0.15) + (layer "B.Cu") + (net 43) + (uuid "f243ec58-1f6e-418e-a663-db153af2a742") + ) + (segment + (start 126.715 100.8) + (end 126.7 100.785) + (width 0.15) + (layer "F.Cu") + (net 44) + (uuid "0e20cbc1-6cd0-4252-8a14-c1d9146f2a63") + ) + (segment + (start 69.1 91.5) + (end 69.1 90.85) + (width 0.15) + (layer "F.Cu") + (net 44) + (uuid "34407fba-357b-4052-9216-06c1e2cae3ea") + ) + (segment + (start 122.6 109.685) + (end 123.085 109.2) + (width 0.15) + (layer "F.Cu") + (net 44) + (uuid "4c7091d4-515a-46e1-8ca0-f82aa5cb62fb") + ) + (segment + (start 67.9 89.65) + (end 65.050002 89.65) + (width 0.15) + (layer "F.Cu") + (net 44) + (uuid "55f629e5-1c97-4453-a1ae-599ac25f2ed5") + ) + (segment + (start 122.6 111.3) + (end 122.6 109.685) + (width 0.15) + (layer "F.Cu") + (net 44) + (uuid "685e6150-e36f-47e8-b723-9a93196f7f6d") + ) + (segment + (start 123.085 109.2) + (end 125.015 109.2) + (width 0.15) + (layer "F.Cu") + (net 44) + (uuid "76a39676-455f-4955-a088-1c75859bcc04") + ) + (segment + (start 125.015 109.2) + (end 125.1 109.115) + (width 0.15) + (layer "F.Cu") + (net 44) + (uuid "9bab507b-ffe8-4c5e-9c8f-1c526f0716c7") + ) + (segment + (start 127.6 100.8) + (end 126.715 100.8) + (width 0.15) + (layer "F.Cu") + (net 44) + (uuid "ce619f39-5aaf-49e9-a33c-26732dec8e95") + ) + (segment + (start 69.1 90.85) + (end 67.9 89.65) + (width 0.15) + (layer "F.Cu") + (net 44) + (uuid "d00d1a13-a7a0-45e0-aac5-1ff3926884e0") + ) + (segment + (start 125.1 109.115) + (end 125.1 109.1) + (width 0.15) + (layer "F.Cu") + (net 44) + (uuid "d375f196-6f2b-4a02-b59f-0abcafe1e5a7") + ) + (segment + (start 125.1 109.1) + (end 125.7 108.5) + (width 0.15) + (layer "F.Cu") + (net 44) + (uuid "f7a08f47-28a3-4664-b73f-efd412909c91") + ) + (via + (at 125.7 108.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 44) + (uuid "4f4ed3ff-b7e3-455c-be2d-f1d3c4be2168") + ) + (via + (at 65.050002 89.65) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 44) + (uuid "5081823b-af15-4652-8f62-e115e4598367") + ) + (via + (at 122.6 111.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 44) + (uuid "6b56dce3-891e-4c99-a6a2-469129a36085") + ) + (via + (at 127.6 100.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 44) + (uuid "7b973887-a7d0-4ced-9ce0-e7012bc4f667") + ) + (segment + (start 72.6 118.25) + (end 76.773146 118.25) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "0a4a5095-16ff-4ec8-b82d-45b4d38ffde6") + ) + (segment + (start 72.42509 118.07509) + (end 72.6 118.25) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "100a73e7-13ce-43bc-8783-1b4a2e371823") + ) + (segment + (start 76.773146 118.25) + (end 77.423146 117.6) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "17c369cf-c27d-429e-9fd7-b60e8872935e") + ) + (segment + (start 65.050002 89.65) + (end 59.1 95.600002) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "1dce7b9d-4f2a-4eaf-92bf-fbc13310290c") + ) + (segment + (start 116.3 117.6) + (end 122.6 111.3) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "1fc3251f-68ef-4f72-a209-18ab14ab73e6") + ) + (segment + (start 125.7 105.668332) + (end 125.7 108.5) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "3019cd7d-d905-4256-ac07-1e58a26f3c06") + ) + (segment + (start 126.768332 104.6) + (end 125.7 105.668332) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "654b3b97-d6ef-4fab-aedc-733bab6d7f72") + ) + (segment + (start 127.6 100.8) + (end 128.07509 101.27509) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "666a127f-bbf1-44d7-9945-883a859a094b") + ) + (segment + (start 59.1 113.9) + (end 60 114.8) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "71f2cbf5-af41-499d-8ff4-ed093ab1d4ae") + ) + (segment + (start 59.1 95.600002) + (end 59.1 113.9) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "7862272e-1ed3-4eaf-b82a-6f1cad5ee0bb") + ) + (segment + (start 128.07509 103.82491) + (end 127.3 104.6) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "893c591c-b6ff-4f7c-af38-4373a74e1168") + ) + (segment + (start 127.3 104.6) + (end 126.768332 104.6) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "ab962808-f856-4da6-875e-d33b9b900c1c") + ) + (segment + (start 61.779046 118.07509) + (end 72.42509 118.07509) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "b80a23dc-70c6-40fa-a1c3-f168abe051ed") + ) + (segment + (start 128.07509 101.27509) + (end 128.07509 103.82491) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "bfb630e3-509a-4343-86ca-b017c6eec725") + ) + (segment + (start 60 116.296044) + (end 61.779046 118.07509) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "c82e7cff-bb88-4413-b346-ca9d65f6bb50") + ) + (segment + (start 60 114.8) + (end 60 116.296044) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "e0f5ae2f-e387-43fe-ac3d-a4e01e46f514") + ) + (segment + (start 77.423146 117.6) + (end 116.3 117.6) + (width 0.15) + (layer "B.Cu") + (net 44) + (uuid "f5ae382e-762f-45ff-b350-8e2d7e80445d") + ) + (segment + (start 119.9 90.215) + (end 118.6 88.915) + (width 0.15) + (layer "F.Cu") + (net 45) + (uuid "211d3d27-78ea-4fe2-80e0-bfa6a0d4871e") + ) + (segment + (start 125.215 81.8) + (end 125.3 81.885) + (width 0.15) + (layer "F.Cu") + (net 45) + (uuid "25a58b38-e4e5-4924-abd3-89b90e72c12a") + ) + (segment + (start 118.2 82.7) + (end 118.524901 82.375099) + (width 0.15) + (layer "F.Cu") + (net 45) + (uuid "3c0d1729-78ee-4d33-bce7-cc51fe5e484f") + ) + (segment + (start 122.509901 82.375099) + (end 123.085 81.8) + (width 0.15) + (layer "F.Cu") + (net 45) + (uuid "45828bdf-f7b0-4855-a703-656f7143fd1d") + ) + (segment + (start 118.524901 82.375099) + (end 122.509901 82.375099) + (width 0.15) + (layer "F.Cu") + (net 45) + (uuid "677e0101-81f0-4545-8c72-23c9f6cef51e") + ) + (segment + (start 124.1 81.8) + (end 125.215 81.8) + (width 0.15) + (layer "F.Cu") + (net 45) + (uuid "88592dbe-2ce3-4d58-ab18-cf429f21123f") + ) + (segment + (start 118.6 88.915) + (end 118.6 85.5) + (width 0.15) + (layer "F.Cu") + (net 45) + (uuid "92c2acfc-5f23-4a08-bda4-c69b711da6d1") + ) + (segment + (start 118.6 85.5) + (end 118.2 85.1) + (width 0.15) + (layer "F.Cu") + (net 45) + (uuid "931a035c-dacd-431f-910b-def670bdc676") + ) + (segment + (start 72.1 88.699992) + (end 71.450008 88.05) + (width 0.15) + (layer "F.Cu") + (net 45) + (uuid "b9258fdc-8fc7-4b0b-a1a5-ded4a5045e1f") + ) + (segment + (start 118.2 85.1) + (end 118.2 82.7) + (width 0.15) + (layer "F.Cu") + (net 45) + (uuid "c9521a26-be15-4a1e-8acc-422906829663") + ) + (segment + (start 123.085 81.8) + (end 124.1 81.8) + (width 0.15) + (layer "F.Cu") + (net 45) + (uuid "e4a73b93-c925-4263-a4d5-8e9e5fe2b9aa") + ) + (segment + (start 72.1 91.5) + (end 72.1 88.699992) + (width 0.15) + (layer "F.Cu") + (net 45) + (uuid "fcd57f8b-d459-4ae2-86a3-533252fa35fb") + ) + (via + (at 71.450008 88.05) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 45) + (uuid "a954b9c2-8815-41d9-8ee2-182c3d4b4e66") + ) + (via + (at 124.1 81.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 45) + (uuid "b8e4c1bf-3a7f-4504-a864-a1b83d43598f") + ) + (segment + (start 124.1 80.95) + (end 124.1 81.8) + (width 0.15) + (layer "B.Cu") + (net 45) + (uuid "0e441e9b-127f-4bc3-9162-215c89745050") + ) + (segment + (start 61.324803 76.325197) + (end 64.65 73) + (width 0.15) + (layer "B.Cu") + (net 45) + (uuid "371abc5a-52a7-4b87-8ec7-281e5dbbd659") + ) + (segment + (start 64.65 73) + (end 116.15 73) + (width 0.15) + (layer "B.Cu") + (net 45) + (uuid "4b3e8ab8-6573-4361-8b87-a68e53872f35") + ) + (segment + (start 116.15 73) + (end 124.1 80.95) + (width 0.15) + (layer "B.Cu") + (net 45) + (uuid "4deae685-5592-43f0-91c3-86e99199860c") + ) + (segment + (start 68.65 88.05) + (end 61.324803 80.724803) + (width 0.15) + (layer "B.Cu") + (net 45) + (uuid "7e9a6c0f-8a1d-43ad-a1d8-ac71f765670e") + ) + (segment + (start 71.450008 88.05) + (end 68.65 88.05) + (width 0.15) + (layer "B.Cu") + (net 45) + (uuid "838ee847-cd88-4ea8-b449-591cf4767883") + ) + (segment + (start 61.324803 80.724803) + (end 61.324803 76.325197) + (width 0.15) + (layer "B.Cu") + (net 45) + (uuid "e34e1373-69b0-4599-a75a-7458f19f5398") + ) + (segment + (start 65.85 92.75) + (end 65.2 92.75) + (width 0.15) + (layer "F.Cu") + (net 46) + (uuid "09373d7d-0888-443f-8d1d-933eca6bfb41") + ) + (segment + (start 65.042375 92.592375) + (end 65.042375 90.456053) + (width 0.15) + (layer "F.Cu") + (net 46) + (uuid "2d8b9790-5907-4e6e-b72e-7ac4fbb88d88") + ) + (segment + (start 81.3 93.9) + (end 80.9 93.5) + (width 0.15) + (layer "F.Cu") + (net 46) + (uuid "706e8940-8275-4fec-9841-867bd410d21e") + ) + (segment + (start 65.2 92.75) + (end 65.042375 92.592375) + (width 0.15) + (layer "F.Cu") + (net 46) + (uuid "d9b30be8-188a-4d88-adbe-b65dd464c9b2") + ) + (via + (at 65.042375 90.456053) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 46) + (uuid "73894dbb-be06-4c9d-b554-a3676ed6b03f") + ) + (via + (at 80.9 93.5) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 46) + (uuid "8f37976d-7277-408d-b960-1ce55db355b4") + ) + (segment + (start 80.022998 93.5) + (end 76.072999 89.550001) + (width 0.15) + (layer "B.Cu") + (net 46) + (uuid "154356df-d96a-4426-aa08-058870f95ab8") + ) + (segment + (start 80.9 93.5) + (end 80.022998 93.5) + (width 0.15) + (layer "B.Cu") + (net 46) + (uuid "8ef0504e-10cf-411e-b449-949a0f5c8d74") + ) + (segment + (start 65.948427 89.550001) + (end 65.042375 90.456053) + (width 0.15) + (layer "B.Cu") + (net 46) + (uuid "91149e49-c287-4972-9e49-d34c57b6ffb6") + ) + (segment + (start 76.072999 89.550001) + (end 65.948427 89.550001) + (width 0.15) + (layer "B.Cu") + (net 46) + (uuid "b06ad5b8-3b55-4295-ac00-2db4462d06a0") + ) + (segment + (start 65.85 92.25) + (end 65.8 92.2) + (width 0.15) + (layer "F.Cu") + (net 47) + (uuid "00000000-0000-0000-0000-00005bed16f0") + ) + (segment + (start 65.8 90.45001) + (end 65.80001 90.45) + (width 0.15) + (layer "F.Cu") + (net 47) + (uuid "00000000-0000-0000-0000-00005bed1729") + ) + (segment + (start 65.8 92.2) + (end 65.8 90.45001) + (width 0.15) + (layer "F.Cu") + (net 47) + (uuid "00000000-0000-0000-0000-00005bed177a") + ) + (segment + (start 81.3 94.7) + (end 80.9 94.3) + (width 0.15) + (layer "F.Cu") + (net 47) + (uuid "0142204c-ea7a-450e-87e1-a014ac16ed83") + ) + (via + (at 65.80001 90.45) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 47) + (uuid "00000000-0000-0000-0000-00005bed1702") + ) + (via + (at 80.9 94.3) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 47) + (uuid "9ece809e-238e-4eae-a7ef-e6776d72e441") + ) + (segment + (start 66.35001 89.9) + (end 65.80001 90.45) + (width 0.15) + (layer "B.Cu") + (net 47) + (uuid "29d472a1-c0d6-42c9-b2e5-a264b93a7ff1") + ) + (segment + (start 80 94.3) + (end 75.6 89.9) + (width 0.15) + (layer "B.Cu") + (net 47) + (uuid "80aa8240-b182-45b1-bd96-4b2cb6340d6c") + ) + (segment + (start 80.9 94.3) + (end 80 94.3) + (width 0.15) + (layer "B.Cu") + (net 47) + (uuid "9f3d3c80-f673-4138-8cfd-081612cb606b") + ) + (segment + (start 75.6 89.9) + (end 66.35001 89.9) + (width 0.15) + (layer "B.Cu") + (net 47) + (uuid "ef914691-5491-42fb-853b-5015433cd48c") + ) + (segment + (start 86.1 95.5) + (end 86.5 95.9) + (width 0.25) + (layer "F.Cu") + (net 48) + (uuid "cc823f72-f0e4-4202-8e7e-d5cbcbc3c9fe") + ) + (via + (at 86.5 95.9) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 48) + (uuid "6aa9c80e-1912-43b9-a8eb-b3770c197706") + ) + (segment + (start 88.4525 96.235) + (end 88.4 96.2875) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "61e30f2a-bbab-456f-8dcb-4ec058acfb34") + ) + (segment + (start 89.85 96.235) + (end 88.4525 96.235) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "8dfc800f-bbc1-4904-adda-6117ec751bf8") + ) + (segment + (start 87.2 95.985) + (end 88.0975 95.985) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "93d2313f-0919-4c6f-b07d-ab630442d056") + ) + (segment + (start 87.115 95.9) + (end 87.2 95.985) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "d62c7b9b-2733-4c7c-acaf-935bbb5b42fb") + ) + (segment + (start 86.5 95.9) + (end 87.115 95.9) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "e6e65e08-50ae-42e3-98ba-61e01e0d282e") + ) + (segment + (start 88.0975 95.985) + (end 88.4 96.2875) + (width 0.25) + (layer "B.Cu") + (net 48) + (uuid "e7e652d0-8288-428b-b475-904d727ce73f") + ) + (segment + (start 81.3 95.5) + (end 80.9 95.1) + (width 0.25) + (layer "F.Cu") + (net 49) + (uuid "30159ef0-c9e2-4381-b859-6b95be33d741") + ) + (via + (at 80.9 95.1) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 49) + (uuid "957ba4db-aa36-4e4d-bd34-5b618c123340") + ) + (segment + (start 80.3 94.9) + (end 80.7 94.9) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "5081eb15-8a0f-4df5-99a1-45a578bcf2b3") + ) + (segment + (start 78.385 97.6) + (end 78.385 97.4025) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "6b57d1f0-e39c-4e10-877e-87d046ef1ca7") + ) + (segment + (start 79.3875 95.8125) + (end 79.7 95.5) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "9b6983ab-5e08-4595-9719-d4ecbaaf3e69") + ) + (segment + (start 80.3 94.9) + (end 79.7 95.5) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "b7efe5ee-cba0-4cf1-9fc1-5d8b92fb1e3c") + ) + (segment + (start 80.7 94.9) + (end 80.9 95.1) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "c107415c-b711-4daf-9fa8-c54a734d686a") + ) + (segment + (start 78.385 97.4025) + (end 79.3875 96.4) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "f28e73ed-6678-4287-afb3-a74990f3cdec") + ) + (segment + (start 79.3875 96.4) + (end 79.3875 95.8125) + (width 0.25) + (layer "B.Cu") + (net 49) + (uuid "f3451d93-7b25-4ac2-b91a-ade9475b795b") + ) + (segment + (start 86.1 94.7) + (end 86.5 95.1) + (width 0.25) + (layer "F.Cu") + (net 50) + (uuid "6a55e82c-d9f3-44e0-9840-548f1508f9e5") + ) + (via + (at 86.5 95.1) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 50) + (uuid "00000000-0000-0000-0000-00005bcc2249") + ) + (segment + (start 87.115 95.1) + (end 87.2 95.015) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "156f5591-d451-4a24-a44e-adad07c7198c") + ) + (segment + (start 88.0975 95.015) + (end 88.4 94.7125) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "23993c88-8623-4417-86a3-d34de7ceb975") + ) + (segment + (start 86.5 95.1) + (end 87.115 95.1) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "97846007-050c-419e-9b8a-69c25944b547") + ) + (segment + (start 87.2 95.015) + (end 88.0975 95.015) + (width 0.25) + (layer "B.Cu") + (net 50) + (uuid "a9ca37b3-d0be-4022-acd0-baf378937a34") + ) + (segment + (start 79.7 95.5) + (end 78.1 95.5) + (width 0.25) + (layer "F.Cu") + (net 51) + (uuid "d89c0302-0446-4752-af61-f743a32c5cb4") + ) + (via + (at 78.1 95.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 51) + (uuid "482a3072-c406-4d6e-98eb-4f243fe895ec") + ) + (segment + (start 78.73 95.5) + (end 78.1 95.5) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "66006605-5e5d-4251-a272-e6c139326918") + ) + (segment + (start 77.8125 95.7875) + (end 78.1 95.5) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "699d29e0-a030-4fdd-a263-d48c20bd508b") + ) + (segment + (start 77.8125 96.4) + (end 77.8125 95.7875) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "7713a595-9783-456a-b872-e287f366565c") + ) + (segment + (start 77.95 96.5) + (end 78.1 96.35) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "8bb5768b-eef7-4bd7-ba83-5342f0c87c55") + ) + (segment + (start 79.33 94.9) + (end 78.73 95.5) + (width 0.25) + (layer "B.Cu") + (net 51) + (uuid "e344d08c-9791-4702-9b1d-772328e3e2eb") + ) + (segment + (start 58.515 102) + (end 59 102.485) + (width 0.15) + (layer "F.Cu") + (net 52) + (uuid "097e0edc-0bee-47b5-b180-d68199aa4ff8") + ) + (segment + (start 57.7875 102) + (end 58.515 102) + (width 0.15) + (layer "F.Cu") + (net 52) + (uuid "ff377cbc-6042-46e6-9644-84dbcdaf714a") + ) + (segment + (start 58.515 110) + (end 59 110.485) + (width 0.15) + (layer "F.Cu") + (net 53) + (uuid "8a6a411d-204d-43ed-94fb-e96e770c773b") + ) + (segment + (start 57.7875 110) + (end 58.515 110) + (width 0.15) + (layer "F.Cu") + (net 53) + (uuid "9bcbe648-8b58-4679-b991-5ade9ccff5d7") + ) + (segment + (start 58.515 108) + (end 59 108.485) + (width 0.15) + (layer "F.Cu") + (net 54) + (uuid "43f72311-9d74-4379-aff9-849c5d7414c8") + ) + (segment + (start 57.7875 108) + (end 58.515 108) + (width 0.15) + (layer "F.Cu") + (net 54) + (uuid "c73f2658-4dbb-4270-ab67-0945856ad2be") + ) + (segment + (start 58.515 106) + (end 59 106.485) + (width 0.15) + (layer "F.Cu") + (net 55) + (uuid "0714f491-06f6-4d59-94af-d621f2a0fbb5") + ) + (segment + (start 57.7875 106) + (end 58.515 106) + (width 0.15) + (layer "F.Cu") + (net 55) + (uuid "70958d22-1d71-4a37-b537-5eef707aa4aa") + ) + (segment + (start 57.7875 104) + (end 58.515 104) + (width 0.15) + (layer "F.Cu") + (net 56) + (uuid "17b65212-5089-4b10-8076-6ae933d78b8b") + ) + (segment + (start 58.515 104) + (end 59 104.485) + (width 0.15) + (layer "F.Cu") + (net 56) + (uuid "3e35ec55-6e98-4581-9a29-9732a6489518") + ) + (segment + (start 97.05 97.55) + (end 97.5 97.55) + (width 0.15) + (layer "F.Cu") + (net 57) + (uuid "0987bcda-4395-4567-9f2f-fd3f36ad50ca") + ) + (segment + (start 103.3 99.85) + (end 103.3 98.85) + (width 0.15) + (layer "F.Cu") + (net 57) + (uuid "111be01c-3f3d-4a63-a730-20593490b837") + ) + (segment + (start 98.4 96.2) + (end 98.8 95.8) + (width 0.15) + (layer "F.Cu") + (net 57) + (uuid "208852a4-c92a-4457-a020-d509b402d330") + ) + (segment + (start 97.6 97.65) + (end 98.05 97.65) + (width 0.15) + (layer "F.Cu") + (net 57) + (uuid "246a44c3-90fb-41e6-886b-06b92f51e86e") + ) + (segment + (start 102.05 95.8) + (end 102.4 96.15) + (width 0.15) + (layer "F.Cu") + (net 57) + (uuid "2e20faf4-7401-46d5-ae6b-fc5bbb32f6ff") + ) + (segment + (start 98.4 97.3) + (end 98.4 96.2) + (width 0.15) + (layer "F.Cu") + (net 57) + (uuid "420b1d11-9e30-4ae1-acfb-fa89a4b9c393") + ) + (segment + (start 97.5 97.55) + (end 97.6 97.65) + (width 0.15) + (layer "F.Cu") + (net 57) + (uuid "4e6be61f-eaa0-45db-867d-8103ce1c52cc") + ) + (segment + (start 98.05 97.65) + (end 98.4 97.3) + (width 0.15) + (layer "F.Cu") + (net 57) + (uuid "51c712eb-6513-4a0f-8db4-ad2acb415d80") + ) + (segment + (start 102.4 96.15) + (end 102.4 97.95) + (width 0.15) + (layer "F.Cu") + (net 57) + (uuid "58649918-4caf-4312-87ca-bee40c1faef6") + ) + (segment + (start 106.45 103) + (end 103.3 99.85) + (width 0.15) + (layer "F.Cu") + (net 57) + (uuid "7faad178-1f35-477d-8c35-5c147faab156") + ) + (segment + (start 98.8 95.8) + (end 102.05 95.8) + (width 0.15) + (layer "F.Cu") + (net 57) + (uuid "a3883662-2d57-4471-9f3d-7b28e4d02ced") + ) + (segment + (start 103.3 98.85) + (end 102.4 97.95) + (width 0.15) + (layer "F.Cu") + (net 57) + (uuid "e01a6a9d-ae69-48fb-b6ca-710c1a58f75a") + ) + (segment + (start 106.45 104.5) + (end 106.45 103) + (width 0.15) + (layer "F.Cu") + (net 57) + (uuid "e47999ae-4ad0-4f52-b93a-798690a80d13") + ) + (segment + (start 116.7 107.85) + (end 116.7 108.5) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "232b7211-753c-4422-8761-f002a6366e2c") + ) + (segment + (start 112.89 113.23) + (end 111.16 111.5) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "3492ce37-1494-4852-8154-fd63a95fbc2b") + ) + (segment + (start 107.03728 111.5) + (end 106.96219 111.57509) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "353d8f56-c879-4848-ac81-f1be0cc16cb5") + ) + (segment + (start 106.45 106.05) + (end 104.95 107.55) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "37e25b07-cf59-45fe-844f-5417bc730cd4") + ) + (segment + (start 104.95 109.225) + (end 104.95 109.57819) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "3e942485-4fed-40e5-834c-00a79e2bbdec") + ) + (segment + (start 106.45 105.5) + (end 106.45 106.05) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "4366765e-6f2c-4b1b-bc2c-586c12e15a4f") + ) + (segment + (start 111.16 111.5) + (end 107.03728 111.5) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "55b7b837-6ec7-48fe-8372-494d9537ee18") + ) + (segment + (start 116.15 107.3) + (end 116.7 107.85) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "5ce2b821-ee51-47bf-a99a-99a689e122d8") + ) + (segment + (start 114.15 107.05) + (end 114.4 107.3) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "5dfebc01-82bd-47aa-889f-df4a888075f2") + ) + (segment + (start 114.15 106.5) + (end 114.15 107.05) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "663fe1d8-89ab-4700-8122-8d58553b6ff7") + ) + (segment + (start 104.95 109.57819) + (end 106.9469 111.57509) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "9b28b110-ff08-4a97-acb1-2e048d2695da") + ) + (segment + (start 104.95 107.55) + (end 104.95 108.075) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "b2954992-4006-4aa7-a40c-8f96617211bc") + ) + (segment + (start 106.9469 111.57509) + (end 106.96219 111.57509) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "dfc3633f-55bc-4e6d-bdf0-26a787b4081c") + ) + (segment + (start 104.95 108.075) + (end 104.95 109.225) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "eced4280-6cc0-4d49-a29f-12ebbeb71445") + ) + (segment + (start 114.4 107.3) + (end 116.15 107.3) + (width 0.15) + (layer "F.Cu") + (net 58) + (uuid "f1d40f84-afbd-415f-9d66-bdf030c4ecbb") + ) + (via + (at 106.96219 111.57509) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 58) + (uuid "0ef56b98-f633-4377-a32d-4e908908bbdd") + ) + (segment + (start 107.23728 111.3) + (end 106.96219 111.57509) + (width 0.15) + (layer "B.Cu") + (net 58) + (uuid "0e4fe764-47ff-46fb-a357-7161a110fc25") + ) + (segment + (start 116.7 108.5) + (end 113.9 111.3) + (width 0.15) + (layer "B.Cu") + (net 58) + (uuid "59739e5e-6177-4c9f-b020-cdc056197113") + ) + (segment + (start 113.9 111.3) + (end 107.23728 111.3) + (width 0.15) + (layer "B.Cu") + (net 58) + (uuid "ad78a59c-c953-4e79-a106-393d7ce34cb7") + ) + (segment + (start 101.2 105.95) + (end 102.45 104.7) + (width 0.15) + (layer "F.Cu") + (net 59) + (uuid "11be9a5f-750a-41bb-a02c-6c54833166f1") + ) + (segment + (start 101.05 105.95) + (end 101.2 105.95) + (width 0.15) + (layer "F.Cu") + (net 59) + (uuid "1c675ee7-93c4-4e30-b06c-53770e29aa3d") + ) + (segment + (start 102.45 104.7) + (end 102.45 104.5) + (width 0.15) + (layer "F.Cu") + (net 59) + (uuid "2ed9ddec-a8f0-44fc-b94b-c361a4d3ce1b") + ) + (segment + (start 101.6 106.7) + (end 100.5 106.7) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "04b4594e-0a49-4715-a6a1-54c2247add38") + ) + (segment + (start 96.84 111.5) + (end 95.11 113.23) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "0b63af30-21b6-452c-bfef-7b00d419e9da") + ) + (segment + (start 101.2 111.5) + (end 96.84 111.5) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "2e2597db-7b14-4f87-b3f7-8f0264db605b") + ) + (segment + (start 99.45 109.225) + (end 99.45 109.75) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "3a9f292f-d950-4971-a152-b9709c501468") + ) + (segment + (start 108.91 107.4) + (end 109.7 107.4) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "58a19930-7e6b-47cd-84cb-b0b147cfc2d9") + ) + (segment + (start 102.45 105.5) + (end 102.45 105.85) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "5d0e0548-1055-49dd-838a-e3e6d8ce65fc") + ) + (segment + (start 99.45 108.075) + (end 99.45 109.225) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "750cb84e-d795-4364-9358-ec0975478b7f") + ) + (segment + (start 107.81 108.5) + (end 108.91 107.4) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "7cb7f6ee-23b9-4dcb-98d4-db030b94d28c") + ) + (segment + (start 100.5 106.7) + (end 99.45 107.75) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "84de1abd-37fc-4251-b1df-d4f45bbe0070") + ) + (segment + (start 110.15 106.95) + (end 110.15 106.5) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "98263902-b805-479d-ae0a-2ad72f3ab34b") + ) + (segment + (start 99.45 109.75) + (end 101.2 111.5) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "c4e7cf52-843c-437e-965a-7eb7fc0f3b87") + ) + (segment + (start 102.45 105.85) + (end 101.6 106.7) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "dca9abab-49c2-4d6d-88f5-a24a9063e847") + ) + (segment + (start 99.45 107.75) + (end 99.45 108.075) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "f5085a91-2c3d-4f5c-900f-9ea6af63a392") + ) + (segment + (start 109.7 107.4) + (end 110.15 106.95) + (width 0.15) + (layer "F.Cu") + (net 60) + (uuid "f88c21c5-2a57-43db-90d2-6edb95829507") + ) + (via + (at 101.2 111.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 60) + (uuid "00000000-0000-0000-0000-00005cac5f3f") + ) + (segment + (start 107.8 108.5) + (end 107.81 108.5) + (width 0.15) + (layer "B.Cu") + (net 60) + (uuid "187ef78f-31ae-4766-b71e-18f19d93ab5e") + ) + (segment + (start 107.100099 109.199901) + (end 107.8 108.5) + (width 0.15) + (layer "B.Cu") + (net 60) + (uuid "652b30fa-1bd3-4fc0-9348-449333ab0130") + ) + (segment + (start 101.2 111.5) + (end 103.500099 109.199901) + (width 0.15) + (layer "B.Cu") + (net 60) + (uuid "aff00d57-63ea-46b6-99f8-32eff51e9707") + ) + (segment + (start 103.500099 109.199901) + (end 107.100099 109.199901) + (width 0.15) + (layer "B.Cu") + (net 60) + (uuid "e9ffb4af-af8a-465a-aabc-c654e7bccf5d") + ) + (segment + (start 105.95 104.5) + (end 105.95 102.924139) + (width 0.15) + (layer "F.Cu") + (net 61) + (uuid "00329900-4ca5-49ff-8a25-859da940a56a") + ) + (segment + (start 105.95 102.924139) + (end 103.000089 99.974227) + (width 0.15) + (layer "F.Cu") + (net 61) + (uuid "69a96e32-957f-40bb-9a63-5fff93857e5c") + ) + (segment + (start 103.000089 99.974227) + (end 103.000089 99.000089) + (width 0.15) + (layer "F.Cu") + (net 61) + (uuid "7b170979-1103-46dd-8022-e2a129c4bf7d") + ) + (segment + (start 101.55 97.55) + (end 101.05 97.55) + (width 0.15) + (layer "F.Cu") + (net 61) + (uuid "88829688-4ef3-4bd2-aabd-0fd5cefeaa65") + ) + (segment + (start 103.000089 99.000089) + (end 101.55 97.55) + (width 0.15) + (layer "F.Cu") + (net 61) + (uuid "c0f5505d-de33-45db-ba63-a83687750c00") + ) + (segment + (start 98.4 99) + (end 98.4 100) + (width 0.15) + (layer "F.Cu") + (net 62) + (uuid "065f10d3-1257-4cb1-9736-006a21042fdd") + ) + (segment + (start 98.05 100.35) + (end 97.05 100.35) + (width 0.15) + (layer "F.Cu") + (net 62) + (uuid "080075e5-bebb-4551-8646-138341beed87") + ) + (segment + (start 102.05 98.5) + (end 98.9 98.5) + (width 0.15) + (layer "F.Cu") + (net 62) + (uuid "10dfac46-9067-4751-a078-8b3b3c2c59bd") + ) + (segment + (start 98.9 98.5) + (end 98.4 99) + (width 0.15) + (layer "F.Cu") + (net 62) + (uuid "79b2448b-a329-4291-a39b-4d2e35c6ecb6") + ) + (segment + (start 102.700179 100.098455) + (end 102.700178 99.150178) + (width 0.15) + (layer "F.Cu") + (net 62) + (uuid "8446dd72-3d3d-4e93-add2-1fa278f95796") + ) + (segment + (start 98.4 100) + (end 98.05 100.35) + (width 0.15) + (layer "F.Cu") + (net 62) + (uuid "86d72536-c49a-473d-92a8-728f0c71fa7a") + ) + (segment + (start 102.700178 99.150178) + (end 102.05 98.5) + (width 0.15) + (layer "F.Cu") + (net 62) + (uuid "9a22861a-f0d5-45ff-9510-d64aac14d2d5") + ) + (segment + (start 105.45 104.5) + (end 105.45 102.848274) + (width 0.15) + (layer "F.Cu") + (net 62) + (uuid "aafe30f6-950f-4f66-8450-9d9ba8b7e6cf") + ) + (segment + (start 105.45 102.848274) + (end 102.700179 100.098455) + (width 0.15) + (layer "F.Cu") + (net 62) + (uuid "d92585aa-452e-4bb8-9772-e4eb958de396") + ) + (segment + (start 101.05 100.35) + (end 102.527586 100.35) + (width 0.15) + (layer "F.Cu") + (net 63) + (uuid "6f527f8c-1a5e-48f8-a0bf-9a8e377c506a") + ) + (segment + (start 104.95 104.5) + (end 104.95 102.772414) + (width 0.15) + (layer "F.Cu") + (net 63) + (uuid "e5961230-8e5e-4030-adc9-ec796956cd9e") + ) + (segment + (start 104.95 102.772414) + (end 102.527586 100.35) + (width 0.15) + (layer "F.Cu") + (net 63) + (uuid "f2e8d99e-45cf-4a5a-8e0d-2b00b4a43220") + ) + (segment + (start 98.05 103.15) + (end 97.05 103.15) + (width 0.15) + (layer "F.Cu") + (net 64) + (uuid "08eda504-c447-4739-9a90-937971b2a8a2") + ) + (segment + (start 98.4 101.8) + (end 98.4 102.8) + (width 0.15) + (layer "F.Cu") + (net 64) + (uuid "25d3287d-6816-48d6-8ae5-b1912e983433") + ) + (segment + (start 102.05 101.25) + (end 98.95 101.25) + (width 0.15) + (layer "F.Cu") + (net 64) + (uuid "4551c894-a1ba-4adc-a7d4-a826b569edd6") + ) + (segment + (start 103.95 104.5) + (end 103.95 103.15) + (width 0.15) + (layer "F.Cu") + (net 64) + (uuid "5b97e075-068b-41e4-8ebc-3e263fbff27a") + ) + (segment + (start 98.4 102.8) + (end 98.05 103.15) + (width 0.15) + (layer "F.Cu") + (net 64) + (uuid "7d8f0369-0f22-4824-95fe-9de45ac90be0") + ) + (segment + (start 98.95 101.25) + (end 98.4 101.8) + (width 0.15) + (layer "F.Cu") + (net 64) + (uuid "962bbcda-aa4a-4389-8f03-f28addb0f938") + ) + (segment + (start 103.95 103.15) + (end 102.05 101.25) + (width 0.15) + (layer "F.Cu") + (net 64) + (uuid "96729b13-d92e-4dbd-8a50-2d4056cff867") + ) + (segment + (start 103.45 104.15) + (end 103.45 104.5) + (width 0.15) + (layer "F.Cu") + (net 65) + (uuid "bdeb6957-4199-4c46-befc-fc6addc59e85") + ) + (segment + (start 102.45 103.15) + (end 103.45 104.15) + (width 0.15) + (layer "F.Cu") + (net 65) + (uuid "f7e200ad-0805-42f5-9f32-792f4044fcf7") + ) + (segment + (start 101.05 103.15) + (end 102.45 103.15) + (width 0.15) + (layer "F.Cu") + (net 65) + (uuid "feef402d-e20c-433f-bbed-b3d5c8efee26") + ) + (segment + (start 98.4 105.65) + (end 98.4 104.6) + (width 0.15) + (layer "F.Cu") + (net 66) + (uuid "1955ac4c-d275-4f06-9653-49e1cd02ddef") + ) + (segment + (start 98.4 104.6) + (end 99.4 103.6) + (width 0.15) + (layer "F.Cu") + (net 66) + (uuid "42a85541-797c-4235-aa9e-30313bc35d2e") + ) + (segment + (start 98.1 105.95) + (end 98.4 105.65) + (width 0.15) + (layer "F.Cu") + (net 66) + (uuid "7eb85542-4e0f-4e38-8271-1a829c78fba8") + ) + (segment + (start 97.05 105.95) + (end 98.1 105.95) + (width 0.15) + (layer "F.Cu") + (net 66) + (uuid "b9cad7db-d7a5-48f7-95b5-88e509e4924f") + ) + (segment + (start 102.95 104.15) + (end 102.95 104.5) + (width 0.15) + (layer "F.Cu") + (net 66) + (uuid "ce33739c-5d28-4c4f-8ccf-84b467a2a283") + ) + (segment + (start 99.4 103.6) + (end 102.4 103.6) + (width 0.15) + (layer "F.Cu") + (net 66) + (uuid "eb5326f9-79d1-4584-a9a1-77d190619f83") + ) + (segment + (start 102.4 103.6) + (end 102.95 104.15) + (width 0.15) + (layer "F.Cu") + (net 66) + (uuid "f5e93f07-8ba1-4875-bdb1-578538b87209") + ) + (segment + (start 104.45 108.075) + (end 104.45 109.225) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "44640551-9b76-4cc6-9a43-08dfaad9a8b0") + ) + (segment + (start 104.45 109.225) + (end 104.45 109.855044) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "475abcdd-1c9a-435a-986b-0b7bcf8e6050") + ) + (segment + (start 105.95 106.05) + (end 104.45 107.55) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "5bbadc66-c8cb-40bb-b849-bf0cfb5b9bfd") + ) + (segment + (start 114.275099 107.775099) + (end 114.705099 107.775099) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "5cdbd729-8fc8-4e3c-aeca-cc441b06d9af") + ) + (segment + (start 109.22 112.1) + (end 106.694956 112.1) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "8ac482af-b968-4b44-a171-9184a7062740") + ) + (segment + (start 104.45 107.55) + (end 104.45 108.075) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "9677d615-2065-49f0-9c19-00ccd7311426") + ) + (segment + (start 113.65 106.5) + (end 113.65 107.15) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "b2a64c85-6c77-43aa-ace7-b9c5df7cc3a9") + ) + (segment + (start 114.930001 108.000001) + (end 115.43 108.5) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "bd57fed4-7d1d-46bd-aaad-dc347ada20e7") + ) + (segment + (start 106.694956 112.1) + (end 106.147478 111.552522) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "c39ffbd7-3e51-47d1-b7bf-50e41c82f512") + ) + (segment + (start 113.65 107.15) + (end 114.275099 107.775099) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "c70c2c63-e3e6-4e94-9872-5f0b6ccafa30") + ) + (segment + (start 109.500001 112.380001) + (end 110.35 113.23) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "cb3cd171-d468-491b-9c95-f8629d0bdbae") + ) + (segment + (start 110.35 113.23) + (end 109.22 112.1) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "dc0ca2fc-3599-4142-ace0-e48580dd6bc3") + ) + (segment + (start 104.45 109.855044) + (end 106.147478 111.552522) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "e29d70ee-75c6-46e2-b1ec-fc6cbaafb75e") + ) + (segment + (start 114.705099 107.775099) + (end 114.930001 108.000001) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "e468d6e5-512f-4a1c-89fc-a17594043023") + ) + (segment + (start 105.95 105.5) + (end 105.95 106.05) + (width 0.15) + (layer "F.Cu") + (net 67) + (uuid "f4e92608-53ba-49a5-880c-443776c87820") + ) + (via + (at 106.147478 111.552522) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 67) + (uuid "e8092471-fd1b-4ebc-a2ed-5061dd61fc09") + ) + (segment + (start 115.43 108.5) + (end 112.93 111) + (width 0.15) + (layer "B.Cu") + (net 67) + (uuid "00f8a3d6-cdbe-4347-bfd0-95863f6ab0d1") + ) + (segment + (start 106.7 111) + (end 106.147478 111.552522) + (width 0.15) + (layer "B.Cu") + (net 67) + (uuid "4b2089e8-7821-4964-afff-2240cbfc4353") + ) + (segment + (start 112.93 111) + (end 106.7 111) + (width 0.15) + (layer "B.Cu") + (net 67) + (uuid "a527d286-9d25-4a7e-8741-ad3ea6eaf81e") + ) + (segment + (start 110.7 113.23) + (end 110.35 113.23) + (width 0.15) + (layer "B.Cu") + (net 67) + (uuid "c139c62f-3dad-4b4f-9d8d-71dc87c95cf0") + ) + (segment + (start 105.45 105.5) + (end 105.45 106.05) + (width 0.15) + (layer "F.Cu") + (net 68) + (uuid "1b29494c-5043-406d-bf79-c0615c997c7d") + ) + (segment + (start 113.15 106.5) + (end 113.15 107.49) + (width 0.15) + (layer "F.Cu") + (net 68) + (uuid "1f4f382b-33fa-48ed-8275-67996b02a002") + ) + (segment + (start 107.81 113.23) + (end 106.892872 113.23) + (width 0.15) + (layer "F.Cu") + (net 68) + (uuid "43fc1e82-5e3e-4778-97d5-5aab5f5cda80") + ) + (segment + (start 103.95 110.287128) + (end 105.2 111.537128) + (width 0.15) + (layer "F.Cu") + (net 68) + (uuid "6bc9a906-3e2d-4011-8199-3846424d52ba") + ) + (segment + (start 113.15 107.49) + (end 114.16 108.5) + (width 0.15) + (layer "F.Cu") + (net 68) + (uuid "7dbe8c59-a0df-4583-bc5f-d341bb4ca0b9") + ) + (segment + (start 103.95 107.55) + (end 103.95 108.075) + (width 0.15) + (layer "F.Cu") + (net 68) + (uuid "8acaac88-7019-4252-84c9-306dcfcc2788") + ) + (segment + (start 103.95 108.075) + (end 103.95 109.225) + (width 0.15) + (layer "F.Cu") + (net 68) + (uuid "ced23a17-cc8a-4c5d-95f6-018b51394a9f") + ) + (segment + (start 106.892872 113.23) + (end 105.2 111.537128) + (width 0.15) + (layer "F.Cu") + (net 68) + (uuid "d10143d8-9195-4117-b528-293ccad4be7a") + ) + (segment + (start 103.95 109.225) + (end 103.95 110.287128) + (width 0.15) + (layer "F.Cu") + (net 68) + (uuid "ef7ac9b1-db97-468d-83bd-7a544b867249") + ) + (segment + (start 105.45 106.05) + (end 103.95 107.55) + (width 0.15) + (layer "F.Cu") + (net 68) + (uuid "efb7663b-478f-437d-8e78-460792d39854") + ) + (via + (at 105.2 111.537128) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 68) + (uuid "1a289dcf-69c9-49a0-bec6-52d900eb2efb") + ) + (segment + (start 111.96 110.7) + (end 106.076311 110.7) + (width 0.15) + (layer "B.Cu") + (net 68) + (uuid "1df7d795-7db4-4143-a50f-46eb18061ee1") + ) + (segment + (start 114.16 108.5) + (end 111.96 110.7) + (width 0.15) + (layer "B.Cu") + (net 68) + (uuid "1e5e66ba-c1fb-429d-8298-15aaf7561e0e") + ) + (segment + (start 106.076311 110.7) + (end 105.239183 111.537128) + (width 0.15) + (layer "B.Cu") + (net 68) + (uuid "5406c20d-7637-4803-8080-5c028aedcec5") + ) + (segment + (start 105.239183 111.537128) + (end 105.2 111.537128) + (width 0.15) + (layer "B.Cu") + (net 68) + (uuid "9c0c20c0-f8b4-4d6b-9edd-afcb84c71847") + ) + (segment + (start 104.95 106.05) + (end 103.45 107.55) + (width 0.15) + (layer "F.Cu") + (net 69) + (uuid "0822003a-4943-41d2-9c41-77d7bd200eaa") + ) + (segment + (start 103.45 107.55) + (end 103.45 108.075) + (width 0.15) + (layer "F.Cu") + (net 69) + (uuid "1920b526-be50-4044-921e-738679d05aad") + ) + (segment + (start 112.65 108.26) + (end 112.89 108.5) + (width 0.15) + (layer "F.Cu") + (net 69) + (uuid "4b70455a-43b1-4df7-9afe-a0b577ba88a2") + ) + (segment + (start 103.45 108.075) + (end 103.45 109.225) + (width 0.15) + (layer "F.Cu") + (net 69) + (uuid "503696a5-f7c6-46e6-9d56-2abb1bf6f3cc") + ) + (segment + (start 103.45 110.55) + (end 104.4 111.5) + (width 0.15) + (layer "F.Cu") + (net 69) + (uuid "63a5166e-d5d7-400d-8cd8-a44cd76b5051") + ) + (segment + (start 112.65 106.5) + (end 112.65 108.26) + (width 0.15) + (layer "F.Cu") + (net 69) + (uuid "768db496-9afd-460c-9570-d71b341c3e36") + ) + (segment + (start 103.45 109.225) + (end 103.45 110.55) + (width 0.15) + (layer "F.Cu") + (net 69) + (uuid "7a57c193-8053-4916-9ab0-4158f2cee9c7") + ) + (segment + (start 104.95 105.5) + (end 104.95 106.05) + (width 0.15) + (layer "F.Cu") + (net 69) + (uuid "927a06dd-851f-48af-8a3b-cc054f4d78b0") + ) + (segment + (start 104.4 112.36) + (end 105.27 113.23) + (width 0.15) + (layer "F.Cu") + (net 69) + (uuid "a6293838-577d-4da9-a5a7-ca09d375fd6d") + ) + (segment + (start 104.4 111.5) + (end 104.4 112.36) + (width 0.15) + (layer "F.Cu") + (net 69) + (uuid "fa369d3a-866a-42c9-ad22-30b5dbd54591") + ) + (via + (at 104.4 111.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 69) + (uuid "b39cd62a-05d5-45b8-b3a1-d2f855a03f9e") + ) + (segment + (start 105.5 110.4) + (end 110.99 110.4) + (width 0.15) + (layer "B.Cu") + (net 69) + (uuid "4155e270-926a-40e7-8335-32c4492be238") + ) + (segment + (start 110.99 110.4) + (end 112.89 108.5) + (width 0.15) + (layer "B.Cu") + (net 69) + (uuid "743c0d62-edfe-49df-bf40-223d4f0a2aa7") + ) + (segment + (start 104.4 111.5) + (end 105.5 110.4) + (width 0.15) + (layer "B.Cu") + (net 69) + (uuid "ce1565db-6500-4f31-a794-5c49cde70b8a") + ) + (segment + (start 101.4 110.1) + (end 102.8 111.5) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "02b59e3b-0b48-42a3-b20f-cf55afc4a498") + ) + (segment + (start 102 107.3) + (end 103.45 105.85) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "040cd12b-c3fe-43d5-bd3d-a38854f64adf") + ) + (segment + (start 102.8 111.5) + (end 101.07 113.23) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "10df5a3b-5f9f-486b-b03f-16dfd5ab6d31") + ) + (segment + (start 111.15 106.5) + (end 111.15 107.7) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "234d0cad-2342-477d-8b48-ac499d315f22") + ) + (segment + (start 100.45 107.75) + (end 100.9 107.3) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "2f01dcfe-6b8a-4547-bc10-77322b943924") + ) + (segment + (start 100.45 108.075) + (end 100.45 107.75) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "6444e430-d06d-4912-bd65-6bbc77a3f88f") + ) + (segment + (start 100.45 109.65) + (end 100.9 110.1) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "684e3ce4-c618-4e88-b5d6-0d1ed8811c2a") + ) + (segment + (start 103.45 105.85) + (end 103.45 105.5) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "6ad83ab5-dcd8-494c-b884-9f355d90844c") + ) + (segment + (start 100.9 107.3) + (end 102 107.3) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "a6fb77b5-8aaa-4f0c-9a5f-42000d51af92") + ) + (segment + (start 100.45 109.225) + (end 100.45 109.65) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "c4f3ee90-5c8e-4b82-9da9-0376d9763529") + ) + (segment + (start 101.07 113.23) + (end 100.19 113.23) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "cf573ebb-4e77-4a7c-822b-e8512bd3ac37") + ) + (segment + (start 100.45 108.075) + (end 100.45 109.225) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "d55803bb-9466-4e20-b4f0-f5bb6827c207") + ) + (segment + (start 111.15 107.7) + (end 110.35 108.5) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "e697d0cf-5a89-4209-8b91-7775fd3169ca") + ) + (segment + (start 100.9 110.1) + (end 101.4 110.1) + (width 0.15) + (layer "F.Cu") + (net 70) + (uuid "e77b9723-376d-4560-be0d-26563be50d83") + ) + (via + (at 102.8 111.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 70) + (uuid "00000000-0000-0000-0000-00005cac5f3b") + ) + (segment + (start 102.8 111.5) + (end 104.500279 109.799721) + (width 0.15) + (layer "B.Cu") + (net 70) + (uuid "2bc25db2-f44e-42f0-9b80-76e31e41df78") + ) + (segment + (start 109.050279 109.799721) + (end 110.35 108.5) + (width 0.15) + (layer "B.Cu") + (net 70) + (uuid "579e2e1b-a36a-4e8d-bded-52641f77f452") + ) + (segment + (start 104.500279 109.799721) + (end 109.050279 109.799721) + (width 0.15) + (layer "B.Cu") + (net 70) + (uuid "6105d40b-7881-487a-b226-cc4a8d723fd7") + ) + (segment + (start 103.6 111.5) + (end 103.6 112.36) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "14ae0d04-7351-4b74-914e-ee80835af948") + ) + (segment + (start 101.09991 107.60009) + (end 102.174569 107.60009) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "1699c587-754b-4a3a-b46e-2ad83e8e2884") + ) + (segment + (start 101.9 109.8) + (end 103.6 111.5) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "1a72723a-40a5-494c-8482-12b4dc7d2337") + ) + (segment + (start 102.174569 107.60009) + (end 103.95 105.824659) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "311e7d6b-1a77-47ea-8ccb-30ee5d54793d") + ) + (segment + (start 100.95 107.75) + (end 101.09991 107.60009) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "47f1e5ed-3a1b-4dbd-971b-d6b2b4751745") + ) + (segment + (start 100.95 108.075) + (end 100.95 107.75) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "4e75b0c2-b14e-4dc5-ab75-21a67ea38904") + ) + (segment + (start 111.65 106.5) + (end 111.65 108.47) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "59b8bf0d-c185-40df-bb16-20ea960e1493") + ) + (segment + (start 100.95 109.65) + (end 101.1 109.8) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "6644d3fc-2dc3-4b6f-a4e4-e4c6d7749bea") + ) + (segment + (start 103.95 105.824659) + (end 103.95 105.5) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "6af26b9e-6400-444e-8527-15e02169770e") + ) + (segment + (start 100.95 109.225) + (end 100.95 109.65) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "6c319460-254f-4764-8594-04a29186b80e") + ) + (segment + (start 100.95 108.075) + (end 100.95 109.225) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "7ffdf580-675e-46da-93c4-08319bf8426a") + ) + (segment + (start 101.1 109.8) + (end 101.9 109.8) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "9bb1ef3c-118b-4827-bd75-538a6c260d81") + ) + (segment + (start 103.6 112.36) + (end 102.73 113.23) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "ed8554ed-ef04-4f3d-a301-df5e2389907f") + ) + (segment + (start 111.65 108.47) + (end 111.62 108.5) + (width 0.15) + (layer "F.Cu") + (net 71) + (uuid "ffc2fbf2-a3f5-4e45-9446-b4ee1f75b08e") + ) + (via + (at 103.6 111.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 71) + (uuid "00000000-0000-0000-0000-00005cac5f2c") + ) + (segment + (start 103.6 111.5) + (end 105 110.1) + (width 0.15) + (layer "B.Cu") + (net 71) + (uuid "4c8f85b7-738f-47cd-a8f5-b5d7783c6b06") + ) + (segment + (start 105 110.1) + (end 110.02 110.1) + (width 0.15) + (layer "B.Cu") + (net 71) + (uuid "9870e85c-b122-4e1e-9057-f39d0568ed82") + ) + (segment + (start 110.02 110.1) + (end 111.62 108.5) + (width 0.15) + (layer "B.Cu") + (net 71) + (uuid "b2cd0c43-0c71-49a7-a6aa-1676af95b692") + ) + (segment + (start 99.95 109.225) + (end 99.95 109.65) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "01fdb066-a87f-469c-aedd-c6b50e49b8aa") + ) + (segment + (start 110.65 106.5) + (end 110.65 106.93) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "06450730-5a99-4eb4-9240-f0dbc0523d91") + ) + (segment + (start 101.8 107) + (end 102.95 105.85) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "08db8083-9999-4857-95a1-20712bd9a372") + ) + (segment + (start 99.95 108.075) + (end 99.95 109.225) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "3fc25901-854c-4f60-b126-f2c1c0360263") + ) + (segment + (start 99.95 107.75) + (end 100.7 107) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "5537c63f-3513-479c-afbd-d44353a14380") + ) + (segment + (start 101.4 112.1) + (end 98.78 112.1) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "5faf5d32-c69b-4ea5-8598-1d698eb87d58") + ) + (segment + (start 98.78 112.1) + (end 97.65 113.23) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "63e758c4-280b-423e-9922-65c98852e728") + ) + (segment + (start 99.95 108.075) + (end 99.95 107.75) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "82828ee3-2c3c-4dff-90c7-508fdff7951c") + ) + (segment + (start 102 111.5) + (end 101.4 112.1) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "8754c8ad-8208-4779-a399-e236a119fdb3") + ) + (segment + (start 100.7 107) + (end 101.8 107) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "9b779c32-8eea-43b7-a711-857ac7ebff5c") + ) + (segment + (start 99.95 109.65) + (end 100.7 110.4) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "a4311fa4-ba59-421f-b3c2-d5a599f12e31") + ) + (segment + (start 109.579999 108.000001) + (end 109.08 108.5) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "aa187f99-5abf-4aaf-99c2-f9281d13fd98") + ) + (segment + (start 110.65 106.93) + (end 109.579999 108.000001) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "b1dbea83-cbb9-410a-9d6f-0f78a5b53585") + ) + (segment + (start 102.95 105.85) + (end 102.95 105.5) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "dcc475f9-932f-4368-80e8-ae594caf77b1") + ) + (segment + (start 100.7 110.4) + (end 100.9 110.4) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "f3ed6b05-c44f-4a57-837e-a6bc9769f052") + ) + (segment + (start 100.9 110.4) + (end 102 111.5) + (width 0.15) + (layer "F.Cu") + (net 72) + (uuid "ffb03990-fc3b-4cc7-b247-0ccb88bf866d") + ) + (via + (at 102 111.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 72) + (uuid "00000000-0000-0000-0000-00005cac5f3d") + ) + (segment + (start 105.676182 109.499812) + (end 108.080188 109.499812) + (width 0.15) + (layer "B.Cu") + (net 72) + (uuid "249b64a0-39fb-4071-b23e-bf9bccb7abc0") + ) + (segment + (start 108.080188 109.499812) + (end 109.08 108.5) + (width 0.15) + (layer "B.Cu") + (net 72) + (uuid "4a1dbcb4-ac35-4d6f-afb3-f98894298a3b") + ) + (segment + (start 104.000188 109.499812) + (end 105.676182 109.499812) + (width 0.15) + (layer "B.Cu") + (net 72) + (uuid "6ee24903-dd9c-4b80-9fbb-1ed43d5b5fed") + ) + (segment + (start 102 111.5) + (end 104.000188 109.499812) + (width 0.15) + (layer "B.Cu") + (net 72) + (uuid "be0f6ff5-89d1-4987-92dc-0284b6ca8ea9") + ) + (segment + (start 98.374901 86.051953) + (end 98.374901 84.525099) + (width 0.15) + (layer "F.Cu") + (net 73) + (uuid "0cf0c4b0-36cf-4067-8907-36d99d44645c") + ) + (segment + (start 101.9 86) + (end 102.4 86.5) + (width 0.15) + (layer "F.Cu") + (net 73) + (uuid "42e2a60f-6e29-48b6-9d39-3d8e5ec4e0cb") + ) + (segment + (start 97.05 86.35) + (end 98.076854 86.35) + (width 0.15) + (layer "F.Cu") + (net 73) + (uuid "54f2aadc-6c67-45f7-a995-192b30cba7d0") + ) + (segment + (start 98.076854 86.35) + (end 98.374901 86.051953) + (width 0.15) + (layer "F.Cu") + (net 73) + (uuid "6a36caa8-ab8f-4fae-8466-a01178993630") + ) + (segment + (start 99 83.9) + (end 99.881792 83.9) + (width 0.15) + (layer "F.Cu") + (net 73) + (uuid "71e39ffd-3201-49e4-aa2f-1bb383ce04ec") + ) + (segment + (start 99.881792 83.9) + (end 99.882306 83.899486) + (width 0.15) + (layer "F.Cu") + (net 73) + (uuid "73343cc2-5396-4bac-a898-561589bb74cc") + ) + (segment + (start 100.799486 83.899486) + (end 101.9 85) + (width 0.15) + (layer "F.Cu") + (net 73) + (uuid "b0350f09-3b4c-4c2f-823e-68f5ed02e87f") + ) + (segment + (start 98.374901 84.525099) + (end 99 83.9) + (width 0.15) + (layer "F.Cu") + (net 73) + (uuid "b212d6ec-c50e-4013-a932-130ab8b4a4f5") + ) + (segment + (start 99.882306 83.899486) + (end 100.799486 83.899486) + (width 0.15) + (layer "F.Cu") + (net 73) + (uuid "b5ed4283-32c7-4821-bf8a-efdd64e538b4") + ) + (segment + (start 102.4 86.5) + (end 102.45 86.5) + (width 0.15) + (layer "F.Cu") + (net 73) + (uuid "f83ab25f-30d3-4036-907c-2dff3354852a") + ) + (segment + (start 101.9 85) + (end 101.9 86) + (width 0.15) + (layer "F.Cu") + (net 73) + (uuid "f83b2011-56a4-4738-9759-82c041a54cd2") + ) + (segment + (start 101.2 79.5) + (end 96.84 79.5) + (width 0.15) + (layer "F.Cu") + (net 74) + (uuid "00000000-0000-0000-0000-00005cadf0b8") + ) + (segment + (start 96.84 79.5) + (end 95.11 77.77) + (width 0.15) + (layer "F.Cu") + (net 74) + (uuid "00000000-0000-0000-0000-00005cadf0bd") + ) + (segment + (start 102.45 84.95) + (end 100.95 83.45) + (width 0.15) + (layer "F.Cu") + (net 74) + (uuid "076eb927-3d46-4a02-9606-353f0ad48221") + ) + (segment + (start 100.95 81.775) + (end 100.95 79.75) + (width 0.15) + (layer "F.Cu") + (net 74) + (uuid "14803a49-4d31-4b8d-9c88-f299f9c6d9f4") + ) + (segment + (start 100.95 79.75) + (end 101.2 79.5) + (width 0.15) + (layer "F.Cu") + (net 74) + (uuid "1d39649f-62bf-400e-9a68-821a3fed2758") + ) + (segment + (start 109.8 83.8) + (end 110.15 84.15) + (width 0.15) + (layer "F.Cu") + (net 74) + (uuid "677e36d4-fdc0-4f02-816a-cff7b98c377c") + ) + (segment + (start 110.15 84.15) + (end 110.15 84.5) + (width 0.15) + (layer "F.Cu") + (net 74) + (uuid "6ad5c8e3-405d-4457-b239-10abb6e3be61") + ) + (segment + (start 102.45 85.5) + (end 102.45 84.95) + (width 0.15) + (layer "F.Cu") + (net 74) + (uuid "9599fa5f-6f95-43e1-a114-a47b273efb03") + ) + (segment + (start 109.11 83.8) + (end 109.8 83.8) + (width 0.15) + (layer "F.Cu") + (net 74) + (uuid "985fd5f3-6af4-4ae8-a42d-ff3618876ccb") + ) + (segment + (start 100.95 83.45) + (end 100.95 82.925) + (width 0.15) + (layer "F.Cu") + (net 74) + (uuid "a06f1fc7-5ab4-4723-81c4-0f3820d9e4b8") + ) + (segment + (start 107.81 82.5) + (end 109.11 83.8) + (width 0.15) + (layer "F.Cu") + (net 74) + (uuid "bcece3bf-4407-48ff-981b-c694b4e89afb") + ) + (segment + (start 100.95 81.775) + (end 100.95 82.925) + (width 0.15) + (layer "F.Cu") + (net 74) + (uuid "f03f55de-d373-48ec-9dbe-d0d0adec259a") + ) + (via + (at 101.2 79.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 74) + (uuid "00000000-0000-0000-0000-00005cadf0ad") + ) + (segment + (start 107.8 82.5) + (end 107.81 82.5) + (width 0.15) + (layer "B.Cu") + (net 74) + (uuid "b9d3bb34-4636-49dc-9c3d-41fc00a94a83") + ) + (segment + (start 103.566982 81.866982) + (end 107.166982 81.866982) + (width 0.15) + (layer "B.Cu") + (net 74) + (uuid "e681df62-d41e-4f17-b2e9-7b3665eb7d10") + ) + (segment + (start 107.166982 81.866982) + (end 107.8 82.5) + (width 0.15) + (layer "B.Cu") + (net 74) + (uuid "e9e13584-3706-4d6f-831a-fa3cb32d12d2") + ) + (segment + (start 101.2 79.5) + (end 103.566982 81.866982) + (width 0.15) + (layer "B.Cu") + (net 74) + (uuid "eb87634c-0a24-4c22-a613-24b02cc87f42") + ) + (segment + (start 102.4 94.4) + (end 102.4 92.5) + (width 0.15) + (layer "F.Cu") + (net 75) + (uuid "4f02179d-1136-4cfb-ad19-0f115600a014") + ) + (segment + (start 102.4 92.5) + (end 106.45 88.45) + (width 0.15) + (layer "F.Cu") + (net 75) + (uuid "72d726fa-6d90-4503-be2f-6f8a3d8bacb9") + ) + (segment + (start 106.45 88.45) + (end 106.45 86.5) + (width 0.15) + (layer "F.Cu") + (net 75) + (uuid "e0d0ef9a-cc29-45a5-ba6f-b69ca3458fa1") + ) + (segment + (start 101.05 94.75) + (end 102.05 94.75) + (width 0.15) + (layer "F.Cu") + (net 75) + (uuid "f165fe75-c037-46ac-b999-db59b79b2d9c") + ) + (segment + (start 102.05 94.75) + (end 102.4 94.4) + (width 0.15) + (layer "F.Cu") + (net 75) + (uuid "fd4426aa-13d0-423c-b6b9-4eac4fa5a72a") + ) + (segment + (start 111.16 79.5) + (end 112.89 77.77) + (width 0.15) + (layer "F.Cu") + (net 76) + (uuid "00000000-0000-0000-0000-00005cadf0b6") + ) + (segment + (start 106.8 79.5) + (end 111.16 79.5) + (width 0.15) + (layer "F.Cu") + (net 76) + (uuid "00000000-0000-0000-0000-00005cadf0b7") + ) + (segment + (start 106.45 85.5) + (end 106.45 82.925) + (width 0.15) + (layer "F.Cu") + (net 76) + (uuid "00fb83d9-fc01-42a2-9fd9-b7df476dd474") + ) + (segment + (start 116.7 83.15) + (end 116.7 82.5) + (width 0.15) + (layer "F.Cu") + (net 76) + (uuid "263e5887-7a2b-4bcd-9115-a003f2992817") + ) + (segment + (start 106.45 81.775) + (end 106.45 79.85) + (width 0.15) + (layer "F.Cu") + (net 76) + (uuid "5975f01a-610f-490e-b296-f1b3c751fbd6") + ) + (segment + (start 114.4 83.9) + (end 115.95 83.9) + (width 0.15) + (layer "F.Cu") + (net 76) + (uuid "5b6f3b1e-207e-4ba8-952e-9f23ba3fd0ad") + ) + (segment + (start 106.45 82.925) + (end 106.45 81.775) + (width 0.15) + (layer "F.Cu") + (net 76) + (uuid "666f63f2-f9b2-4a47-a90a-fece5b9dae61") + ) + (segment + (start 115.95 83.9) + (end 116.7 83.15) + (width 0.15) + (layer "F.Cu") + (net 76) + (uuid "920418c3-c219-44ea-8bea-fb3407c67f4c") + ) + (segment + (start 114.15 84.15) + (end 114.4 83.9) + (width 0.15) + (layer "F.Cu") + (net 76) + (uuid "b547e680-0d28-41ca-b95d-d73b894ade74") + ) + (segment + (start 114.15 84.5) + (end 114.15 84.15) + (width 0.15) + (layer "F.Cu") + (net 76) + (uuid "bf6c81a9-c877-44e2-b4cd-4da46f7e7e11") + ) + (segment + (start 106.45 79.85) + (end 106.8 79.5) + (width 0.15) + (layer "F.Cu") + (net 76) + (uuid "e31ba313-0add-40a3-8a7f-cd4c405ba338") + ) + (via + (at 106.8 79.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 76) + (uuid "00000000-0000-0000-0000-00005cadf0b2") + ) + (segment + (start 106.8 79.5) + (end 107 79.7) + (width 0.15) + (layer "B.Cu") + (net 76) + (uuid "4b6b2bce-1915-4957-a689-a90edd28f844") + ) + (segment + (start 113.9 79.7) + (end 116.7 82.5) + (width 0.15) + (layer "B.Cu") + (net 76) + (uuid "8e42e473-9e0e-488e-89ba-7f5913ea26f1") + ) + (segment + (start 107 79.7) + (end 113.9 79.7) + (width 0.15) + (layer "B.Cu") + (net 76) + (uuid "9be93230-8e67-4c0d-9153-9047436e32f5") + ) + (segment + (start 101.05 86.35) + (end 101.15 86.35) + (width 0.15) + (layer "F.Cu") + (net 77) + (uuid "3be18151-77b1-489d-ae85-4670ddf010eb") + ) + (segment + (start 101.15 86.35) + (end 101.80009 87.00009) + (width 0.15) + (layer "F.Cu") + (net 77) + (uuid "4709c8c0-c285-4179-80d8-1c68c6b4b1ab") + ) + (segment + (start 101.80009 87.00009) + (end 102.69991 87.00009) + (width 0.15) + (layer "F.Cu") + (net 77) + (uuid "5ceea8f2-f416-4c6d-9821-df752bd8836c") + ) + (segment + (start 102.95 86.75) + (end 102.95 86.5) + (width 0.15) + (layer "F.Cu") + (net 77) + (uuid "6315b159-71f7-4faa-954d-f775bc821c86") + ) + (segment + (start 102.69991 87.00009) + (end 102.95 86.75) + (width 0.15) + (layer "F.Cu") + (net 77) + (uuid "6e358669-3de0-4722-aa93-76f2cbf033ca") + ) + (segment + (start 103.45 87.05) + (end 103.45 86.5) + (width 0.15) + (layer "F.Cu") + (net 78) + (uuid "1360c45e-a323-4701-bbd5-3356d317c548") + ) + (segment + (start 97.05 89.15) + (end 98.05 89.15) + (width 0.15) + (layer "F.Cu") + (net 78) + (uuid "26e710fa-e187-4e29-9de4-4e8ff64e7115") + ) + (segment + (start 98.4 88.8) + (end 98.4 87.8) + (width 0.15) + (layer "F.Cu") + (net 78) + (uuid "29902c54-555d-4f3d-8424-9457e1979181") + ) + (segment + (start 103.2 87.3) + (end 103.45 87.05) + (width 0.15) + (layer "F.Cu") + (net 78) + (uuid "352b0a7d-3f24-4a0b-a3df-fdd93f6b208f") + ) + (segment + (start 98.05 89.15) + (end 98.4 88.8) + (width 0.15) + (layer "F.Cu") + (net 78) + (uuid "e9aa2fb5-2618-4199-8a86-7c2846f0622c") + ) + (segment + (start 98.4 87.8) + (end 98.9 87.3) + (width 0.15) + (layer "F.Cu") + (net 78) + (uuid "edb123bb-7dba-41db-8cf8-49d551b88892") + ) + (segment + (start 98.9 87.3) + (end 103.2 87.3) + (width 0.15) + (layer "F.Cu") + (net 78) + (uuid "f4077211-e2b9-4e29-b066-b7867371809f") + ) + (segment + (start 103.95 87.85) + (end 103.95 86.5) + (width 0.15) + (layer "F.Cu") + (net 79) + (uuid "66f3de78-c9d9-483e-bcfd-31650773f2af") + ) + (segment + (start 102.65 89.15) + (end 103.95 87.85) + (width 0.15) + (layer "F.Cu") + (net 79) + (uuid "6c5c9815-f3e2-4d91-9d67-c04651c16947") + ) + (segment + (start 101.05 89.15) + (end 102.65 89.15) + (width 0.15) + (layer "F.Cu") + (net 79) + (uuid "87e9f15d-ead3-4eb3-b376-13ccb17b64e9") + ) + (segment + (start 103.45 90.1) + (end 104.95 88.6) + (width 0.15) + (layer "F.Cu") + (net 80) + (uuid "55f70603-f8f6-49f0-80f8-cc3a768c13e0") + ) + (segment + (start 98.4 91.6) + (end 98.4 90.6) + (width 0.15) + (layer "F.Cu") + (net 80) + (uuid "89224ec1-a4ea-49ae-afe6-848488ef152b") + ) + (segment + (start 104.95 88.6) + (end 104.95 86.5) + (width 0.15) + (layer "F.Cu") + (net 80) + (uuid "a30772ac-39e3-44e3-9f32-e1ea63c13a8d") + ) + (segment + (start 98.05 91.95) + (end 98.4 91.6) + (width 0.15) + (layer "F.Cu") + (net 80) + (uuid "a78886fd-1fd1-4cb9-be01-8d2d87401b11") + ) + (segment + (start 98.9 90.1) + (end 103.45 90.1) + (width 0.15) + (layer "F.Cu") + (net 80) + (uuid "c008e4af-391b-4da0-80e9-6309dc522cc7") + ) + (segment + (start 97.05 91.95) + (end 98.05 91.95) + (width 0.15) + (layer "F.Cu") + (net 80) + (uuid "f8f8e06f-de48-40ca-a115-6ea1ab576a37") + ) + (segment + (start 98.4 90.6) + (end 98.9 90.1) + (width 0.15) + (layer "F.Cu") + (net 80) + (uuid "fb3a4ec9-1881-4bf8-b816-36a975625905") + ) + (segment + (start 105.45 88.55) + (end 102.05 91.95) + (width 0.15) + (layer "F.Cu") + (net 81) + (uuid "719421a3-64ab-42be-82c4-287bbaf79c49") + ) + (segment + (start 105.45 88.55) + (end 105.45 86.5) + (width 0.15) + (layer "F.Cu") + (net 81) + (uuid "8a319a49-da7c-4605-9edc-b6b88d6dcace") + ) + (segment + (start 102.05 91.95) + (end 101.05 91.95) + (width 0.15) + (layer "F.Cu") + (net 81) + (uuid "e69e58e8-a6b9-465f-ac96-56108c089b42") + ) + (segment + (start 98.4 94.4) + (end 98.4 93.4) + (width 0.15) + (layer "F.Cu") + (net 82) + (uuid "40c8e655-7341-4885-8c8d-7b5167388112") + ) + (segment + (start 101.55 92.9) + (end 105.95 88.5) + (width 0.15) + (layer "F.Cu") + (net 82) + (uuid "424f4081-7ea5-4682-9340-63ad3b63825a") + ) + (segment + (start 98.9 92.9) + (end 101.55 92.9) + (width 0.15) + (layer "F.Cu") + (net 82) + (uuid "534369cd-0130-4870-b9b2-eeaea5bdaf34") + ) + (segment + (start 98.05 94.75) + (end 98.4 94.4) + (width 0.15) + (layer "F.Cu") + (net 82) + (uuid "63d618ab-b14e-4d8b-b4b9-93250a810480") + ) + (segment + (start 105.95 88.5) + (end 105.95 86.5) + (width 0.15) + (layer "F.Cu") + (net 82) + (uuid "c861cf8a-31e4-47f9-9d70-ba48e4f39ce1") + ) + (segment + (start 97.05 94.75) + (end 98.05 94.75) + (width 0.15) + (layer "F.Cu") + (net 82) + (uuid "ea452b47-2f32-4dcb-9278-cfa8a910bc64") + ) + (segment + (start 98.4 93.4) + (end 98.9 92.9) + (width 0.15) + (layer "F.Cu") + (net 82) + (uuid "f5fd901d-bb62-4aaa-95cf-27f5d0887927") + ) + (segment + (start 101.4 78.9) + (end 98.78 78.9) + (width 0.15) + (layer "F.Cu") + (net 83) + (uuid "00000000-0000-0000-0000-00005cadf0b3") + ) + (segment + (start 102 79.5) + (end 101.4 78.9) + (width 0.15) + (layer "F.Cu") + (net 83) + (uuid "00000000-0000-0000-0000-00005cadf0b9") + ) + (segment + (start 98.499999 78.619999) + (end 97.65 77.77) + (width 0.15) + (layer "F.Cu") + (net 83) + (uuid "00000000-0000-0000-0000-00005cadf0bc") + ) + (segment + (start 98.78 78.9) + (end 97.65 77.77) + (width 0.15) + (layer "F.Cu") + (net 83) + (uuid "00000000-0000-0000-0000-00005cadf0c1") + ) + (segment + (start 102.95 85.5) + (end 102.95 84.95) + (width 0.15) + (layer "F.Cu") + (net 83) + (uuid "0ac1ca77-fa0e-42ff-b870-a28ecc9930e0") + ) + (segment + (start 110.65 84.07) + (end 109.08 82.5) + (width 0.15) + (layer "F.Cu") + (net 83) + (uuid "0b814e92-8bdf-44c5-a281-6d1309a0c258") + ) + (segment + (start 110.65 84.5) + (end 110.65 84.07) + (width 0.15) + (layer "F.Cu") + (net 83) + (uuid "55f7ca5c-5371-4a9f-a7c2-fc045fdc28dd") + ) + (segment + (start 101.45 81.775) + (end 101.45 80.05) + (width 0.15) + (layer "F.Cu") + (net 83) + (uuid "741ade0e-280d-4ca1-95c1-c006eda937d0") + ) + (segment + (start 101.45 80.05) + (end 102 79.5) + (width 0.15) + (layer "F.Cu") + (net 83) + (uuid "9d086bec-30a3-4a02-8bbd-87f9bec5497a") + ) + (segment + (start 101.45 81.775) + (end 101.45 82.925) + (width 0.15) + (layer "F.Cu") + (net 83) + (uuid "ad54b3b5-44fb-4f88-9eeb-d4a301863726") + ) + (segment + (start 102.95 84.95) + (end 101.45 83.45) + (width 0.15) + (layer "F.Cu") + (net 83) + (uuid "d599ee5f-5c96-4c6d-a4f2-87e98db0087b") + ) + (segment + (start 101.45 83.45) + (end 101.45 82.925) + (width 0.15) + (layer "F.Cu") + (net 83) + (uuid "d5f12618-2c91-4dab-af46-e5d162090f3e") + ) + (via + (at 102 79.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 83) + (uuid "00000000-0000-0000-0000-00005cadf0ba") + ) + (segment + (start 97.3 77.77) + (end 97.65 77.77) + (width 0.15) + (layer "B.Cu") + (net 83) + (uuid "00000000-0000-0000-0000-00005cadf0bb") + ) + (segment + (start 109.08 82.43) + (end 108.217071 81.567071) + (width 0.15) + (layer "B.Cu") + (net 83) + (uuid "183f9cc5-f7bf-4a7d-8840-199b0d535784") + ) + (segment + (start 108.217071 81.567071) + (end 104.067071 81.567071) + (width 0.15) + (layer "B.Cu") + (net 83) + (uuid "7b3dd545-45b0-4731-905e-8bf82667ad49") + ) + (segment + (start 109.08 82.5) + (end 109.08 82.43) + (width 0.15) + (layer "B.Cu") + (net 83) + (uuid "c56ca6d7-4408-4172-9f5a-b8ad2e62934c") + ) + (segment + (start 103.150089 80.650089) + (end 102 79.5) + (width 0.15) + (layer "B.Cu") + (net 83) + (uuid "d894c276-c90b-442d-90d1-b5f4470e8e44") + ) + (segment + (start 104.067071 81.567071) + (end 103.150089 80.650089) + (width 0.15) + (layer "B.Cu") + (net 83) + (uuid "e6ef41fa-c4e4-475a-bb00-9a2450227d3b") + ) + (segment + (start 102.8 79.5) + (end 101.07 77.77) + (width 0.15) + (layer "F.Cu") + (net 84) + (uuid "00000000-0000-0000-0000-00005cadf0ab") + ) + (segment + (start 101.07 77.77) + (end 100.19 77.77) + (width 0.15) + (layer "F.Cu") + (net 84) + (uuid "00000000-0000-0000-0000-00005cadf0b1") + ) + (segment + (start 103.45 85.5) + (end 103.45 84.95) + (width 0.15) + (layer "F.Cu") + (net 84) + (uuid "01c950c2-84d4-4062-97ce-28407e323c63") + ) + (segment + (start 101.95 81.775) + (end 101.95 82.925) + (width 0.15) + (layer "F.Cu") + (net 84) + (uuid "29106fb5-143e-4e20-878e-052e2b3383b0") + ) + (segment + (start 111.15 83.25) + (end 110.4 82.5) + (width 0.15) + (layer "F.Cu") + (net 84) + (uuid "653e558c-0db8-47f9-b1a1-b5c494d08c2b") + ) + (segment + (start 101.95 81.775) + (end 101.95 80.35) + (width 0.15) + (layer "F.Cu") + (net 84) + (uuid "7491ada3-7c6d-4a6a-a92a-c5d4d44a5eec") + ) + (segment + (start 101.95 80.35) + (end 102.8 79.5) + (width 0.15) + (layer "F.Cu") + (net 84) + (uuid "7a371838-7673-4e2a-955b-9b6e37993916") + ) + (segment + (start 110.4 82.5) + (end 110.35 82.5) + (width 0.15) + (layer "F.Cu") + (net 84) + (uuid "8921cdcb-9d7b-4ff1-bc19-a12e21bf0b3b") + ) + (segment + (start 101.95 83.45) + (end 101.95 82.925) + (width 0.15) + (layer "F.Cu") + (net 84) + (uuid "ce9c7494-9578-4820-832b-24c759eda913") + ) + (segment + (start 103.45 84.95) + (end 101.95 83.45) + (width 0.15) + (layer "F.Cu") + (net 84) + (uuid "ec240158-4420-40eb-b932-11bb3b531694") + ) + (segment + (start 111.15 84.5) + (end 111.15 83.25) + (width 0.15) + (layer "F.Cu") + (net 84) + (uuid "f82b4508-4c5b-428f-bdf5-c329908b6c52") + ) + (via + (at 102.8 79.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 84) + (uuid "00000000-0000-0000-0000-00005cadf0c0") + ) + (segment + (start 102.8 79.5) + (end 104.56716 81.26716) + (width 0.15) + (layer "B.Cu") + (net 84) + (uuid "3423b69d-31f4-49a7-a31b-7a75e0771985") + ) + (segment + (start 109.11716 81.26716) + (end 110.35 82.5) + (width 0.15) + (layer "B.Cu") + (net 84) + (uuid "7f198ec7-c600-404b-8dab-5c59483f2f1b") + ) + (segment + (start 104.56716 81.26716) + (end 109.11716 81.26716) + (width 0.15) + (layer "B.Cu") + (net 84) + (uuid "ef1750b5-68c5-4625-b3bf-a354304ca90d") + ) + (segment + (start 103.6 79.5) + (end 103.6 78.64) + (width 0.15) + (layer "F.Cu") + (net 85) + (uuid "00000000-0000-0000-0000-00005cadf0c5") + ) + (segment + (start 103.6 78.64) + (end 102.73 77.77) + (width 0.15) + (layer "F.Cu") + (net 85) + (uuid "00000000-0000-0000-0000-00005cadf0c7") + ) + (segment + (start 111.65 82.53) + (end 111.62 82.5) + (width 0.15) + (layer "F.Cu") + (net 85) + (uuid "00c745e6-aece-4592-bb45-863e0c3493e6") + ) + (segment + (start 103.95 84.95) + (end 102.45 83.45) + (width 0.15) + (layer "F.Cu") + (net 85) + (uuid "4b597009-f606-4d44-9290-2540d43f4576") + ) + (segment + (start 103.95 85.5) + (end 103.95 84.95) + (width 0.15) + (layer "F.Cu") + (net 85) + (uuid "90e410ad-8466-4f6d-aba5-640aff7389dc") + ) + (segment + (start 102.45 83.45) + (end 102.45 82.925) + (width 0.15) + (layer "F.Cu") + (net 85) + (uuid "9bc8d37e-6524-4792-a3c0-c3af33cfb037") + ) + (segment + (start 111.65 84.5) + (end 111.65 82.53) + (width 0.15) + (layer "F.Cu") + (net 85) + (uuid "c72e35e2-9dc3-49cd-966d-ae0b7adc5f36") + ) + (segment + (start 102.45 81.775) + (end 102.45 82.925) + (width 0.15) + (layer "F.Cu") + (net 85) + (uuid "c86a34d9-c3ab-4d19-8a30-00e7e7c82d1c") + ) + (segment + (start 102.45 80.65) + (end 103.6 79.5) + (width 0.15) + (layer "F.Cu") + (net 85) + (uuid "f21e9b47-e558-4d3f-b62a-ebc426bbabdc") + ) + (segment + (start 102.45 81.775) + (end 102.45 80.65) + (width 0.15) + (layer "F.Cu") + (net 85) + (uuid "f94c34c0-495b-4a04-932f-a104dfbb4387") + ) + (via + (at 103.6 79.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 85) + (uuid "00000000-0000-0000-0000-00005cadf0c6") + ) + (segment + (start 103.6 79.5) + (end 105.05 80.95) + (width 0.15) + (layer "B.Cu") + (net 85) + (uuid "17ccf778-148c-4376-973c-201f1208d0c7") + ) + (segment + (start 110.07 80.95) + (end 111.62 82.5) + (width 0.15) + (layer "B.Cu") + (net 85) + (uuid "826b2e7e-a3b0-4777-a346-97940fa19137") + ) + (segment + (start 105.05 80.95) + (end 110.07 80.95) + (width 0.15) + (layer "B.Cu") + (net 85) + (uuid "c053eef2-976d-4d9e-bb09-b4a17e78f69d") + ) + (segment + (start 106.93 77.77) + (end 107.81 77.77) + (width 0.15) + (layer "F.Cu") + (net 86) + (uuid "00000000-0000-0000-0000-00005cadf0af") + ) + (segment + (start 105.2 79.5) + (end 106.93 77.77) + (width 0.15) + (layer "F.Cu") + (net 86) + (uuid "00000000-0000-0000-0000-00005cadf0c3") + ) + (segment + (start 114 82.5) + (end 114.16 82.5) + (width 0.15) + (layer "F.Cu") + (net 86) + (uuid "02ab9e83-b6ac-4ce5-9d19-df0ae2667345") + ) + (segment + (start 113.15 84.5) + (end 113.15 83.35) + (width 0.15) + (layer "F.Cu") + (net 86) + (uuid "0a8e66ca-b42f-47a8-90a2-65ba28df9f27") + ) + (segment + (start 105.45 81.775) + (end 105.45 79.75) + (width 0.15) + (layer "F.Cu") + (net 86) + (uuid "5111b7c8-68e3-4c77-ace5-6af40b0080a6") + ) + (segment + (start 105.45 82.925) + (end 105.45 81.775) + (width 0.15) + (layer "F.Cu") + (net 86) + (uuid "732e8305-8542-4ec9-a6f9-891c40c52084") + ) + (segment + (start 105.45 85.5) + (end 105.45 82.925) + (width 0.15) + (layer "F.Cu") + (net 86) + (uuid "bc5f329d-1562-423b-9d91-410d0a841cbb") + ) + (segment + (start 113.15 83.35) + (end 114 82.5) + (width 0.15) + (layer "F.Cu") + (net 86) + (uuid "c51e6c18-e7b4-479e-9aba-1bcac67c96b5") + ) + (segment + (start 105.45 79.75) + (end 105.2 79.5) + (width 0.15) + (layer "F.Cu") + (net 86) + (uuid "f120288e-9f69-4d32-a2e0-e59a5b923307") + ) + (via + (at 105.2 79.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 86) + (uuid "00000000-0000-0000-0000-00005cadf0b4") + ) + (segment + (start 105.2 79.5) + (end 106.024811 80.324811) + (width 0.15) + (layer "B.Cu") + (net 86) + (uuid "1df5d875-8a9c-43e5-b202-fc86872522cf") + ) + (segment + (start 106.024811 80.324811) + (end 111.984811 80.324811) + (width 0.15) + (layer "B.Cu") + (net 86) + (uuid "4481f8e7-d64d-4cdd-a0b1-9920ebca6cc1") + ) + (segment + (start 111.984811 80.324811) + (end 114.16 82.5) + (width 0.15) + (layer "B.Cu") + (net 86) + (uuid "496408b5-bafd-4ac7-b0e0-ca6302c5c175") + ) + (segment + (start 104.4 79.5) + (end 104.4 78.64) + (width 0.15) + (layer "F.Cu") + (net 87) + (uuid "00000000-0000-0000-0000-00005cadf0ac") + ) + (segment + (start 104.4 78.64) + (end 105.27 77.77) + (width 0.15) + (layer "F.Cu") + (net 87) + (uuid "00000000-0000-0000-0000-00005cadf0b0") + ) + (segment + (start 112.65 82.74) + (end 112.89 82.5) + (width 0.15) + (layer "F.Cu") + (net 87) + (uuid "064abe55-57b0-4ac1-9c72-8bf5912a5cf3") + ) + (segment + (start 104.95 80.05) + (end 104.4 79.5) + (width 0.15) + (layer "F.Cu") + (net 87) + (uuid "304ee429-19e2-422a-b5cc-5db169e0bed7") + ) + (segment + (start 112.65 84.5) + (end 112.65 82.74) + (width 0.15) + (layer "F.Cu") + (net 87) + (uuid "8c780c89-d34b-494c-874e-0f918ad6b985") + ) + (segment + (start 104.95 82.925) + (end 104.95 81.775) + (width 0.15) + (layer "F.Cu") + (net 87) + (uuid "9ea1cd6f-05ef-42a8-b6f2-1ac8664c9201") + ) + (segment + (start 104.95 81.775) + (end 104.95 80.05) + (width 0.15) + (layer "F.Cu") + (net 87) + (uuid "f837476f-96c8-4925-a631-e5d17a2f93e0") + ) + (segment + (start 104.95 85.5) + (end 104.95 82.925) + (width 0.15) + (layer "F.Cu") + (net 87) + (uuid "fa287af3-8143-4b7d-ba6a-f713228393e0") + ) + (via + (at 104.4 79.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 87) + (uuid "00000000-0000-0000-0000-00005cadf0b5") + ) + (segment + (start 104.4 79.5) + (end 105.524721 80.624721) + (width 0.15) + (layer "B.Cu") + (net 87) + (uuid "2bb84d21-052f-4073-8b99-82886d4d4112") + ) + (segment + (start 111.014721 80.624721) + (end 112.89 82.5) + (width 0.15) + (layer "B.Cu") + (net 87) + (uuid "6c2ea91d-9d21-4f86-b34e-488254f42828") + ) + (segment + (start 105.524721 80.624721) + (end 111.014721 80.624721) + (width 0.15) + (layer "B.Cu") + (net 87) + (uuid "dc15a2d0-32dc-479c-b484-dca1980e4759") + ) + (segment + (start 105.95 79.507664) + (end 105.981323 79.476341) + (width 0.15) + (layer "F.Cu") + (net 88) + (uuid "253e8299-1705-44ca-9a51-bd571ef18c53") + ) + (segment + (start 105.95 81.775) + (end 105.95 79.507664) + (width 0.15) + (layer "F.Cu") + (net 88) + (uuid "2a23bd6f-56fe-4fa4-91c1-1a42c1f1044b") + ) + (segment + (start 114.930001 82.999999) + (end 115.43 82.5) + (width 0.15) + (layer "F.Cu") + (net 88) + (uuid "41cd32a6-18c1-4e73-8ff6-512e12117aae") + ) + (segment + (start 105.95 82.925) + (end 105.95 81.775) + (width 0.15) + (layer "F.Cu") + (net 88) + (uuid "4b0bc2c0-4409-4d50-8ab7-515d21105fa7") + ) + (segment + (start 106.557664 78.9) + (end 105.981323 79.476341) + (width 0.15) + (layer "F.Cu") + (net 88) + (uuid "4f6c8b78-eb1c-4f0a-8689-6fa04cad4d25") + ) + (segment + (start 110.35 77.77) + (end 109.22 78.9) + (width 0.15) + (layer "F.Cu") + (net 88) + (uuid "6a55645f-81c4-4e79-81ad-b47a1cd6d21f") + ) + (segment + (start 113.65 84.05) + (end 114.700001 82.999999) + (width 0.15) + (layer "F.Cu") + (net 88) + (uuid "7867b632-d2fd-4db9-9675-d8279a64bbd8") + ) + (segment + (start 113.65 84.5) + (end 113.65 84.05) + (width 0.15) + (layer "F.Cu") + (net 88) + (uuid "93f79444-95e3-43bb-9e0f-7f87c472f06c") + ) + (segment + (start 105.95 85.5) + (end 105.95 82.925) + (width 0.15) + (layer "F.Cu") + (net 88) + (uuid "ae0eb942-1210-4424-a0a5-52d6dd582b76") + ) + (segment + (start 114.700001 82.999999) + (end 114.930001 82.999999) + (width 0.15) + (layer "F.Cu") + (net 88) + (uuid "e7e8ed8d-4df9-4204-93ee-c3c93707dcc6") + ) + (segment + (start 109.22 78.9) + (end 106.557664 78.9) + (width 0.15) + (layer "F.Cu") + (net 88) + (uuid "f057ee4d-afb2-4143-affd-1fb6d971c08b") + ) + (via + (at 105.981323 79.476341) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 88) + (uuid "192f61fc-7dce-45ff-9804-254058671e1e") + ) + (segment + (start 112.954901 80.024901) + (end 106.529883 80.024901) + (width 0.15) + (layer "B.Cu") + (net 88) + (uuid "4a78cb2b-cd00-486b-b4d8-9d949cfea530") + ) + (segment + (start 106.529883 80.024901) + (end 105.981323 79.476341) + (width 0.15) + (layer "B.Cu") + (net 88) + (uuid "59c95135-890c-43c3-a270-40645d86673b") + ) + (segment + (start 115.43 82.5) + (end 112.954901 80.024901) + (width 0.15) + (layer "B.Cu") + (net 88) + (uuid "b604da46-18e9-4b30-9939-9017478a4026") + ) + (segment + (start 88.45 105.65) + (end 90.3 105.65) + (width 0.15) + (layer "F.Cu") + (net 89) + (uuid "643a5c35-c8ac-4fca-a8bf-42bed6f5de92") + ) + (segment + (start 83.7 99.5) + (end 83.7 100.9) + (width 0.15) + (layer "F.Cu") + (net 89) + (uuid "668d2714-2659-4f31-9b9d-e656d508e0f7") + ) + (segment + (start 83.7 100.9) + (end 88.45 105.65) + (width 0.15) + (layer "F.Cu") + (net 89) + (uuid "9d599c6e-ce87-40a6-8808-1c09f41e6d87") + ) + (segment + (start 84.5 100.047974) + (end 85.375547 100.923521) + (width 0.15) + (layer "F.Cu") + (net 90) + (uuid "332a53c1-86b9-41d8-b807-08e149df3114") + ) + (segment + (start 85.375547 102.051409) + (end 88.474138 105.15) + (width 0.15) + (layer "F.Cu") + (net 90) + (uuid "63ec8a7f-f3b0-4fe7-af1e-8a11758001d1") + ) + (segment + (start 84.5 99.5) + (end 84.5 100.047974) + (width 0.15) + (layer "F.Cu") + (net 90) + (uuid "b93167de-12ba-429c-8300-6636a60201a9") + ) + (segment + (start 88.474138 105.15) + (end 90.3 105.15) + (width 0.15) + (layer "F.Cu") + (net 90) + (uuid "c8c30a72-1398-4339-a4f5-bc055ad3914e") + ) + (segment + (start 85.375547 100.923521) + (end 85.375547 102.051409) + (width 0.15) + (layer "F.Cu") + (net 90) + (uuid "fc77e163-f822-40fe-965a-434258b29d99") + ) + (segment + (start 84.9 99.8) + (end 85.675458 100.575458) + (width 0.15) + (layer "F.Cu") + (net 91) + (uuid "3f880761-1290-4db9-843f-64b281d8eeb8") + ) + (segment + (start 85.675458 100.575458) + (end 85.675458 101.927182) + (width 0.15) + (layer "F.Cu") + (net 91) + (uuid "457f929f-17ed-4eee-8eba-3af909e8c516") + ) + (segment + (start 85.675458 101.927182) + (end 88.398276 104.65) + (width 0.15) + (layer "F.Cu") + (net 91) + (uuid "5ff9cbc6-4717-4cba-bd26-95666bb409c6") + ) + (segment + (start 88.398276 104.65) + (end 90.3 104.65) + (width 0.15) + (layer "F.Cu") + (net 91) + (uuid "609bf8a4-4bf1-44f9-81ae-3e0378237a17") + ) + (segment + (start 84.5 98.7) + (end 84.9 99.1) + (width 0.15) + (layer "F.Cu") + (net 91) + (uuid "79f4663e-6634-40d9-97a9-f02a99908fe7") + ) + (segment + (start 84.9 99.1) + (end 84.9 99.8) + (width 0.15) + (layer "F.Cu") + (net 91) + (uuid "d389ca73-eb35-4667-a436-887152e976b7") + ) + (segment + (start 85.3 99.775862) + (end 85.3 99.5) + (width 0.15) + (layer "F.Cu") + (net 92) + (uuid "6a30c802-8cc9-40ef-a454-dc69fc466dc3") + ) + (segment + (start 85.975369 101.802955) + (end 85.975369 100.451231) + (width 0.15) + (layer "F.Cu") + (net 92) + (uuid "8e79823e-4332-4e10-8228-ec68b8b05a31") + ) + (segment + (start 87.822414 103.65) + (end 85.975369 101.802955) + (width 0.15) + (layer "F.Cu") + (net 92) + (uuid "9264500c-9af3-4dc7-9fd6-bcf2403182e5") + ) + (segment + (start 85.975369 100.451231) + (end 85.3 99.775862) + (width 0.15) + (layer "F.Cu") + (net 92) + (uuid "d111cf52-884c-43b5-97af-3858ea037080") + ) + (segment + (start 87.822414 103.65) + (end 90.3 103.65) + (width 0.15) + (layer "F.Cu") + (net 92) + (uuid "ee737e09-c622-45af-bfe6-b2882f4c573f") + ) + (segment + (start 86.275279 101.625279) + (end 87.8 103.15) + (width 0.15) + (layer "F.Cu") + (net 93) + (uuid "050c5cda-66b9-4037-847e-1cf26f1838cf") + ) + (segment + (start 87.8 103.15) + (end 90.3 103.15) + (width 0.15) + (layer "F.Cu") + (net 93) + (uuid "3179ef1b-faa6-4773-ac15-5874e7722161") + ) + (segment + (start 85.3 98.7) + (end 85.7 99.1) + (width 0.15) + (layer "F.Cu") + (net 93) + (uuid "3b87441e-9545-4daa-bf5c-0e30f2dd4c01") + ) + (segment + (start 85.7 99.1) + (end 85.7 99.7) + (width 0.15) + (layer "F.Cu") + (net 93) + (uuid "8668ba6c-a6bc-4d3d-98ce-0bc64e565efe") + ) + (segment + (start 86.275279 100.275279) + (end 86.275279 101.625279) + (width 0.15) + (layer "F.Cu") + (net 93) + (uuid "90d01286-7cbc-4fd5-a315-3016824c1ec2") + ) + (segment + (start 85.7 99.7) + (end 86.275279 100.275279) + (width 0.15) + (layer "F.Cu") + (net 93) + (uuid "f150533b-1259-41c5-ad28-2c6245d0e07a") + ) + (segment + (start 86.575189 101.425189) + (end 87.8 102.65) + (width 0.15) + (layer "F.Cu") + (net 94) + (uuid "21a1c133-f7c0-4c55-bfae-87489f29c903") + ) + (segment + (start 86.1 99.5) + (end 86.575189 99.975189) + (width 0.15) + (layer "F.Cu") + (net 94) + (uuid "33a21ba8-7858-449f-82f5-cbfa2271ef38") + ) + (segment + (start 87.8 102.65) + (end 90.3 102.65) + (width 0.15) + (layer "F.Cu") + (net 94) + (uuid "8b35786c-1ac8-42d8-9a5a-dad573bd0094") + ) + (segment + (start 86.575189 99.975189) + (end 86.575189 101.425189) + (width 0.15) + (layer "F.Cu") + (net 94) + (uuid "9a971457-c691-4066-b994-419c780d940d") + ) + (segment + (start 83.300099 101.100099) + (end 88.35 106.15) + (width 0.15) + (layer "F.Cu") + (net 95) + (uuid "201d8130-4090-4b9e-92e2-27643553a176") + ) + (segment + (start 83.7 98.7) + (end 83.300099 99.099901) + (width 0.15) + (layer "F.Cu") + (net 95) + (uuid "50e2510b-285f-450d-924c-851068760a2c") + ) + (segment + (start 88.35 106.15) + (end 90.3 106.15) + (width 0.15) + (layer "F.Cu") + (net 95) + (uuid "c8b088e8-33f6-4063-86e4-a7b123b42783") + ) + (segment + (start 83.300099 99.099901) + (end 83.300099 101.100099) + (width 0.15) + (layer "F.Cu") + (net 95) + (uuid "e240e68f-4c1e-46fd-8a6c-f3f42b719d85") + ) + (segment + (start 86.875097 101.225097) + (end 87.8 102.15) + (width 0.15) + (layer "F.Cu") + (net 96) + (uuid "17bfb2da-c5fc-4e07-91e1-b9c5ab3fe262") + ) + (segment + (start 86.9 99.5) + (end 86.875097 99.524903) + (width 0.15) + (layer "F.Cu") + (net 96) + (uuid "8454cb6b-0849-4c10-be37-c442a713f93e") + ) + (segment + (start 86.875097 99.524903) + (end 86.875097 101.225097) + (width 0.15) + (layer "F.Cu") + (net 96) + (uuid "9eb142f5-c818-4799-9b6e-f56193c12346") + ) + (segment + (start 87.8 102.15) + (end 90.3 102.15) + (width 0.15) + (layer "F.Cu") + (net 96) + (uuid "fc4c5b7f-1db9-479f-ba4e-7302e24bc012") + ) + (segment + (start 89.65 89.55) + (end 90.3 89.55) + (width 0.15) + (layer "F.Cu") + (net 97) + (uuid "2bfcf6e0-11c2-44b1-80ee-745466c52dd6") + ) + (segment + (start 87.7 91.5) + (end 89.65 89.55) + (width 0.15) + (layer "F.Cu") + (net 97) + (uuid "55a4aa31-3b32-463a-ba6d-3748b48c1bb5") + ) + (segment + (start 88.25 94.7) + (end 87.7 94.7) + (width 0.15) + (layer "F.Cu") + (net 98) + (uuid "1ae937f3-6362-41be-91e8-31a4c41cd4db") + ) + (segment + (start 89.4 93.55) + (end 88.25 94.7) + (width 0.15) + (layer "F.Cu") + (net 98) + (uuid "b6977247-0e8e-422f-b397-a64eed1d46da") + ) + (segment + (start 90.3 93.55) + (end 89.4 93.55) + (width 0.15) + (layer "F.Cu") + (net 98) + (uuid "c1aa5d71-e58c-4cc6-a009-40e4a06e0e62") + ) + (segment + (start 88.099901 91.900099) + (end 88.099901 91.550099) + (width 0.15) + (layer "F.Cu") + (net 99) + (uuid "2cd5ef3f-7192-4e09-8416-f9427ed5ab4b") + ) + (segment + (start 89.6 90.05) + (end 90.3 90.05) + (width 0.15) + (layer "F.Cu") + (net 99) + (uuid "4eea8901-693e-4bab-9813-6b166be4ff8f") + ) + (segment + (start 87.7 92.3) + (end 88.099901 91.900099) + (width 0.15) + (layer "F.Cu") + (net 99) + (uuid "dbe385c6-e91f-43c7-a63d-4da8ea5e8e89") + ) + (segment + (start 88.099901 91.550099) + (end 89.6 90.05) + (width 0.15) + (layer "F.Cu") + (net 99) + (uuid "f14a4953-2b73-43fc-aef6-e15f67af62eb") + ) + (segment + (start 86.9 93.1) + (end 87.300099 92.699901) + (width 0.15) + (layer "F.Cu") + (net 100) + (uuid "4f6aa278-908b-4606-ab16-3f89a1d8ebf8") + ) + (segment + (start 88.4 92.191854) + (end 88.4 91.75) + (width 0.15) + (layer "F.Cu") + (net 100) + (uuid "593b6382-e8d0-4286-af7e-c963ce1047fa") + ) + (segment + (start 87.891953 92.699901) + (end 88.4 92.191854) + (width 0.15) + (layer "F.Cu") + (net 100) + (uuid "70379515-959d-4646-8467-4ecd8407148a") + ) + (segment + (start 89.6 90.55) + (end 90.3 90.55) + (width 0.15) + (layer "F.Cu") + (net 100) + (uuid "ab3fca1c-45bb-469f-9f25-aa7e33ef6c3f") + ) + (segment + (start 87.300099 92.699901) + (end 87.891953 92.699901) + (width 0.15) + (layer "F.Cu") + (net 100) + (uuid "f52d2bef-e44b-4029-9335-e50fd8ba2057") + ) + (segment + (start 88.4 91.75) + (end 89.6 90.55) + (width 0.15) + (layer "F.Cu") + (net 100) + (uuid "f744641e-4674-436f-97f8-bda7558362c2") + ) + (segment + (start 89.6 91.05) + (end 90.3 91.05) + (width 0.15) + (layer "F.Cu") + (net 101) + (uuid "4118ca42-cbf5-4007-8f00-3c853caebfae") + ) + (segment + (start 87.7 93.1) + (end 87.95 93.1) + (width 0.15) + (layer "F.Cu") + (net 101) + (uuid "5e131de0-59dd-4487-8337-de0dce828791") + ) + (segment + (start 87.95 93.1) + (end 88.704812 92.345188) + (width 0.15) + (layer "F.Cu") + (net 101) + (uuid "a944a0a0-302a-485c-ac01-78d811b92b30") + ) + (segment + (start 88.704812 92.345188) + (end 88.704812 91.945188) + (width 0.15) + (layer "F.Cu") + (net 101) + (uuid "eec9adee-0ca3-4f4a-bc2a-d385e11c22f3") + ) + (segment + (start 88.704812 91.945188) + (end 89.6 91.05) + (width 0.15) + (layer "F.Cu") + (net 101) + (uuid "eef0b708-d745-482f-aca0-70f6e8b031a8") + ) + (segment + (start 86.9 94.7) + (end 87.3 95.1) + (width 0.15) + (layer "F.Cu") + (net 102) + (uuid "0dd8a88a-3c85-402b-a2dd-d98bc5ddbd5e") + ) + (segment + (start 88.3 95.1) + (end 87.3 95.1) + (width 0.15) + (layer "F.Cu") + (net 102) + (uuid "11fed0fd-e478-4d70-a2a4-ec27e972ebf4") + ) + (segment + (start 89.55 92.05) + (end 89.5 92) + (width 0.15) + (layer "F.Cu") + (net 102) + (uuid "2c9e77bc-a78b-4385-bbfd-f567e0df96c3") + ) + (segment + (start 87.3 95.1) + (end 86.9 95.5) + (width 0.15) + (layer "F.Cu") + (net 102) + (uuid "2db73e12-8d55-4c9f-9111-06321ff1bf3b") + ) + (segment + (start 89.25 94.15) + (end 88.3 95.1) + (width 0.15) + (layer "F.Cu") + (net 102) + (uuid "397c7179-11c5-4ba2-8026-b27a0edfc173") + ) + (segment + (start 89.6 94.15) + (end 89.25 94.15) + (width 0.15) + (layer "F.Cu") + (net 102) + (uuid "3aa9856c-47e9-4ecc-b55c-c27c5da2092b") + ) + (segment + (start 90.3 92.05) + (end 89.55 92.05) + (width 0.15) + (layer "F.Cu") + (net 102) + (uuid "4d24f783-afb0-42a0-9683-e8b59325e024") + ) + (via + (at 89.5 92) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 102) + (uuid "7df80943-5e57-4498-aea6-993562316ae9") + ) + (via + (at 89.6 94.15) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 102) + (uuid "e7073ff3-5477-4e8e-8eac-c6c839211d13") + ) + (segment + (start 89.6 94.15) + (end 89.5 94.05) + (width 0.15) + (layer "B.Cu") + (net 102) + (uuid "33dd8803-71f2-44bd-b4cc-8dfca4a89608") + ) + (segment + (start 89.5 94.05) + (end 89.5 92) + (width 0.15) + (layer "B.Cu") + (net 102) + (uuid "611b89fe-c54b-4f54-9b17-d4142ae633a4") + ) + (segment + (start 87.7 93.9) + (end 88.6 93.9) + (width 0.15) + (layer "F.Cu") + (net 103) + (uuid "274465f0-41e7-4702-aa90-f3037c193441") + ) + (segment + (start 89.95 92.55) + (end 90.3 92.55) + (width 0.15) + (layer "F.Cu") + (net 103) + (uuid "86960213-2693-47e1-b326-e76a23d0259a") + ) + (segment + (start 88.6 93.9) + (end 89.95 92.55) + (width 0.15) + (layer "F.Cu") + (net 103) + (uuid "e7f4f65b-4817-4bf4-8a32-98fca2dc75cb") + ) + (segment + (start 90.55 93.05) + (end 90.3 93.05) + (width 0.15) + (layer "F.Cu") + (net 104) + (uuid "06bea721-6e44-443f-a10b-fdb382354c72") + ) + (segment + (start 90.8 94.1) + (end 90.8 93.3) + (width 0.15) + (layer "F.Cu") + (net 104) + (uuid "2bf57d54-6508-4cde-9868-7d1a1f902503") + ) + (segment + (start 87.7 95.5) + (end 88.35 95.5) + (width 0.15) + (layer "F.Cu") + (net 104) + (uuid "39dd4899-db7b-4f42-9636-f6aaf1c5eb3e") + ) + (segment + (start 87.7 95.5) + (end 86.9 96.3) + (width 0.15) + (layer "F.Cu") + (net 104) + (uuid "3ba82779-31bf-4934-9ae9-ede599803b0b") + ) + (segment + (start 90.2 94.7) + (end 90.8 94.1) + (width 0.15) + (layer "F.Cu") + (net 104) + (uuid "468f1465-a526-429e-822b-774275d0ce38") + ) + (segment + (start 88.35 95.5) + (end 89.15 94.7) + (width 0.15) + (layer "F.Cu") + (net 104) + (uuid "5606c2c9-8d20-49a7-a220-882fb12b6de9") + ) + (segment + (start 90.8 93.3) + (end 90.55 93.05) + (width 0.15) + (layer "F.Cu") + (net 104) + (uuid "c63dc724-2c12-428d-a6d9-e73eaba68b2c") + ) + (segment + (start 89.15 94.7) + (end 90.2 94.7) + (width 0.15) + (layer "F.Cu") + (net 104) + (uuid "fe34a838-864c-4aee-999e-a4d9d2a53aa1") + ) + (segment + (start 59.7 102) + (end 59.485 102) + (width 0.15) + (layer "F.Cu") + (net 105) + (uuid "b481b075-9fdf-42c9-9f4f-1820179a57db") + ) + (segment + (start 59.485 102) + (end 59 101.515) + (width 0.15) + (layer "F.Cu") + (net 105) + (uuid "ce049c30-6629-4827-b32b-d3c8b0d57289") + ) + (segment + (start 82.9 97.9) + (end 82.5 98.3) + (width 0.15) + (layer "F.Cu") + (net 105) + (uuid "f7929113-ed56-486c-8bcb-866485096b1d") + ) + (via + (at 59.7 102) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 105) + (uuid "21ae025c-519f-452f-85f8-6c4a5765c910") + ) + (via + (at 82.5 98.3) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 105) + (uuid "b2a6473b-dbac-4141-9e30-38f28870da3c") + ) + (segment + (start 79.151813 103.49991) + (end 82.5 100.151723) + (width 0.15) + (layer "B.Cu") + (net 105) + (uuid "c594017f-aa60-467a-ab4f-3544e1ac6b56") + ) + (segment + (start 59.7 102) + (end 61.199911 103.499911) + (width 0.15) + (layer "B.Cu") + (net 105) + (uuid "c9519dbb-7fda-4b2d-904a-05f32731be38") + ) + (segment + (start 61.199911 103.499911) + (end 79.151813 103.49991) + (width 0.15) + (layer "B.Cu") + (net 105) + (uuid "eb5539f7-1c4d-429b-928b-15d4b3d0598a") + ) + (segment + (start 82.5 100.151723) + (end 82.5 98.3) + (width 0.15) + (layer "B.Cu") + (net 105) + (uuid "fbcf8f18-273b-4de6-a7fa-1aa52b6a30eb") + ) + (segment + (start 92.57 80.87) + (end 92.57 77.72) + (width 0.15) + (layer "F.Cu") + (net 106) + (uuid "4de616e9-df97-4be5-8245-b4f9a1bccef4") + ) + (segment + (start 93.5 81.8) + (end 92.57 80.87) + (width 0.15) + (layer "F.Cu") + (net 106) + (uuid "7f34b5b2-ee3d-4697-be45-f73e198e75ed") + ) + (segment + (start 94.4 82.7) + (end 94.5 82.7) + (width 0.15) + (layer "F.Cu") + (net 106) + (uuid "877fe9ac-5928-4653-8b19-041752216d68") + ) + (segment + (start 93.5 81.8) + (end 94.4 82.7) + (width 0.15) + (layer "F.Cu") + (net 106) + (uuid "a65de6f7-a57d-4433-8d00-2faaf28702a5") + ) + (via + (at 93.5 81.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 106) + (uuid "c1d61362-65a2-49c7-92c4-42116f69f186") + ) + (segment + (start 94.2 81.1) + (end 93.5 81.8) + (width 0.15) + (layer "B.Cu") + (net 106) + (uuid "08def91c-96a1-4452-a029-3015fe0a2365") + ) + (segment + (start 103.8 83.3) + (end 101.6 81.1) + (width 0.15) + (layer "B.Cu") + (net 106) + (uuid "403f035e-89c7-4267-bc39-540407f9432f") + ) + (segment + (start 120.8 85.585) + (end 118.685 85.585) + (width 0.15) + (layer "B.Cu") + (net 106) + (uuid "5112e7ff-94f4-4953-9b3b-e89ab066bf44") + ) + (segment + (start 116.4 83.3) + (end 103.8 83.3) + (width 0.15) + (layer "B.Cu") + (net 106) + (uuid "633ef1d6-5811-4caa-b46b-b2c44b20f0ff") + ) + (segment + (start 101.6 81.1) + (end 94.2 81.1) + (width 0.15) + (layer "B.Cu") + (net 106) + (uuid "8a26463c-6132-4640-81bb-e4ad34aa7d3c") + ) + (segment + (start 118.685 85.585) + (end 116.4 83.3) + (width 0.15) + (layer "B.Cu") + (net 106) + (uuid "c3d52d09-a3df-4a1f-b4d9-6c9229ec3718") + ) + (segment + (start 97.75 96.25) + (end 97.85 96.35) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "0548b5b4-cb6a-4383-985b-2777ce991c3e") + ) + (segment + (start 97.05 99.05) + (end 97.85 99.05) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "148d4173-b063-4b10-8a8d-efdde1f30322") + ) + (segment + (start 105.95 108.075) + (end 105.95 108.4) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "1875410c-e4b4-4ec3-b634-5e1a0d17ab0f") + ) + (segment + (start 116.109494 100.425) + (end 116.684494 101) + (width 0.15) + (layer "F.Cu") + (net 107) + (uuid "19f4b8b4-be0c-4288-abe5-c17502fc672f") + ) + (segment + (start 101.05 104.65) + (end 101.25 104.65) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "2b02e529-0dd1-4c56-92a3-7eb22d2ee260") + ) + (segment + (start 97.05 104.65) + (end 97.85 104.65) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "2d5b3e10-9b65-4abf-803e-969a546fc8e3") + ) + (segment + (start 105.95 108.4) + (end 106.2 108.65) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "2db578cd-b125-49d3-b68b-3360b8f58d41") + ) + (segment + (start 97.05 96.25) + (end 97.75 96.25) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "4110e71c-ac60-4e49-a67d-42ff60f3a0ba") + ) + (segment + (start 106.45 108.4) + (end 106.2 108.65) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "44ec5d8a-0a8a-4230-b003-6ed9c113dcbb") + ) + (segment + (start 108.385 101.4) + (end 108.385 101.915) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "480d5422-6d33-4319-a5c2-9ce1cd04fa90") + ) + (segment + (start 105.95 109.225) + (end 105.95 108.9) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "5278fb5e-f15e-42fe-84df-a59fee8119f1") + ) + (segment + (start 106.45 108.075) + (end 106.45 108.4) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "70e94f88-657e-428d-84a0-9ae84ea57cd7") + ) + (segment + (start 125.7 103.585) + (end 125.715 103.6) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "7d64a0a0-384d-4e31-a03a-22264a524862") + ) + (segment + (start 108.395 101.075) + (end 108.385 101.085) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "8d3d3e35-82e0-40ba-907a-a8ab9693853e") + ) + (segment + (start 101.05 99.05) + (end 101.85 99.05) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "a4016004-dc80-4dea-8e6b-d39f67a11e91") + ) + (segment + (start 115.5625 100.425) + (end 116.109494 100.425) + (width 0.15) + (layer "F.Cu") + (net 107) + (uuid "a4ac0519-b7a7-4509-bdb5-35a62928ff28") + ) + (segment + (start 108.385 101.085) + (end 108.385 100.5) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "b825db6d-eaf6-475d-bf93-964d29afb19e") + ) + (segment + (start 116.684494 101) + (end 118.600012 101) + (width 0.15) + (layer "F.Cu") + (net 107) + (uuid "c3669e3b-86e7-4f68-8bdd-1c04746bf6b7") + ) + (segment + (start 97.05 101.85) + (end 97.85 101.85) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "c8fb0e8c-a702-4abf-8afe-bedb64abe0e1") + ) + (segment + (start 105.95 108.9) + (end 106.2 108.65) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "cb232dae-017e-46a0-81d3-8ae4432055dd") + ) + (segment + (start 101.75 96.25) + (end 101.85 96.35) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "ce1871bd-0dbe-421e-af45-ef8b1716fbf2") + ) + (segment + (start 109.8375 101.075) + (end 108.395 101.075) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "d08f9431-ef8a-42b7-a850-bcd8bb770f1b") + ) + (segment + (start 106.5 101.435) + (end 107.265 102.2) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "da1874bd-bc34-4d30-85e0-173930a32a31") + ) + (segment + (start 101.05 96.25) + (end 101.75 96.25) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "dc2f95e5-e18b-4da3-b935-6bac0924cb34") + ) + (segment + (start 101.05 101.85) + (end 101.85 101.85) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "de9814ea-c668-40c7-a581-41a00d5ad413") + ) + (segment + (start 106.45 109.225) + (end 106.45 108.9) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "e5c9e5a1-eb3c-47d6-be9a-b6b058a3d5d9") + ) + (segment + (start 108.385 101.915) + (end 108.1 102.2) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "e82e6c3a-dba3-44b6-823e-2bd844f08cca") + ) + (segment + (start 108.385 101.4) + (end 108.385 101.085) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "ecff6837-a08b-483d-9647-9310dfc674e3") + ) + (segment + (start 101.25 104.65) + (end 101.7 104.2) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "ed93faec-dea3-4b89-9648-290ad7f4effb") + ) + (segment + (start 107.265 102.2) + (end 108.1 102.2) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "f68ae795-1f05-4a39-94cd-eb3e2d140979") + ) + (segment + (start 125.7 102.685) + (end 125.7 103.585) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "f8d4ba33-e493-4c36-93a3-a7a967fd6532") + ) + (segment + (start 106.45 108.9) + (end 106.2 108.65) + (width 0.25) + (layer "F.Cu") + (net 107) + (uuid "fa2253b1-674a-48db-8f5b-f4c85dcb27ae") + ) + (via + (at 125 103) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "00000000-0000-0000-0000-00005f6fc260") + ) + (via + (at 125 104.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "00000000-0000-0000-0000-00005f6fc261") + ) + (via + (at 125 103.7) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "00000000-0000-0000-0000-00005f6fc262") + ) + (via + (at 97.05 106.95) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "0f8c7f8e-c569-41d5-a9c5-be2602986fec") + ) + (via + (at 118.600012 101) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "13a13473-0513-4470-a633-0eb288464690") + ) + (via + (at 97.85 96.35) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "18648368-8315-41f6-b287-55706b48f79e") + ) + (via + (at 97.85 104.65) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "34123646-538f-4d29-99e3-ef929983a259") + ) + (via + (at 108.1 102.2) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "3a6e1b00-aa08-416c-85dc-bf006b0a4a78") + ) + (via + (at 101.85 101.85) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "3bb6370c-713d-4d7f-8232-809c9ec621ba") + ) + (via + (at 97.85 99.05) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "46a7dba6-e84c-4e04-a72e-86e4c6e4e198") + ) + (via + (at 101.85 99.05) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "69b9c43b-f07d-440f-a8c0-3e74d8fe8255") + ) + (via + (at 97.85 101.85) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "792df31f-d7c8-4ab7-9004-848451dfcc4f") + ) + (via + (at 107.3 105.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "bac0882a-cd95-40e5-bcae-36dd00c1e400") + ) + (via + (at 108.25 105.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "cd456294-dca4-4c26-9abc-c7a07f86c1c8") + ) + (via + (at 107.75 105.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "d92a0282-1577-4ce4-be7e-0b4d890f47ad") + ) + (via + (at 101.85 96.35) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "deb67a9b-326e-4e7c-9ffe-380d8b743b4a") + ) + (via + (at 101.7 104.2) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "deba7d89-f9a2-4354-82a6-0d3192f950f8") + ) + (via + (at 106.2 108.65) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "df8f1fc7-0af7-4ef1-91a4-ae074793bf79") + ) + (via + (at 97.5 106.95) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 107) + (uuid "e6c57be4-076b-4791-b5f7-950dec1eba7d") + ) + (segment + (start 107.3 105.4) + (end 107.3 105.4) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "00000000-0000-0000-0000-00005ea8e485") + ) + (segment + (start 112.05 110.25) + (end 107.35 110.25) + (width 0.75) + (layer "In2.Cu") + (net 107) + (uuid "02fad080-98cd-46ab-9ee4-13a74595ac68") + ) + (segment + (start 97.05 96.7) + (end 97.05 104.3) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "0bc4a849-5f93-40a7-8f00-efd98ea94086") + ) + (segment + (start 97.85 96.35) + (end 97.4 96.35) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "20b6f547-8f23-4ca0-8198-b15b71fba76d") + ) + (segment + (start 97.4 104.65) + (end 97.85 104.65) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "253438e1-b2d5-45c8-bcfc-742c8344ecea") + ) + (segment + (start 114.128501 114.468501) + (end 114.128501 112.328501) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "3be93bf9-8c44-4bd5-ab0f-f48691dd7c5d") + ) + (segment + (start 114.128501 112.328501) + (end 114 112.2) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "3de5b137-b7ed-4a67-a65d-5332350a142e") + ) + (segment + (start 114 112.2) + (end 112.05 110.25) + (width 0.75) + (layer "In2.Cu") + (net 107) + (uuid "3e2733b2-429a-48e0-a5f6-9bc75cea3fb3") + ) + (segment + (start 107.3 105.4) + (end 107.75 105.4) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "422c943d-0851-47e8-8fa0-a7c617f12578") + ) + (segment + (start 97.05 106.35) + (end 97.05 106.95) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "447c289f-e3ea-4183-b81d-b7026faccfd7") + ) + (segment + (start 115.43 115.77) + (end 114.128501 114.468501) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "4a7a8704-b751-4f8c-aedf-2558a0174a72") + ) + (segment + (start 97.05 106.5) + (end 97.05 106.35) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "4fc9e638-a9e7-4d3f-b340-780df412591d") + ) + (segment + (start 107.35 110.25) + (end 106.3 109.2) + (width 0.75) + (layer "In2.Cu") + (net 107) + (uuid "785e7afb-5347-4e11-b292-701c649113fb") + ) + (segment + (start 106.3 109.2) + (end 106.3 106.15) + (width 0.75) + (layer "In2.Cu") + (net 107) + (uuid "7e75e4cc-e0cb-4b98-b80b-d3c04ae9a412") + ) + (segment + (start 97.5 106.95) + (end 97.05 106.5) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "7f8398d1-1fcb-4b17-b71c-c5df98433848") + ) + (segment + (start 106.3 106.15) + (end 107.05 105.4) + (width 0.75) + (layer "In2.Cu") + (net 107) + (uuid "8c6484b7-f099-4c5c-b5fd-abaa05b4ab18") + ) + (segment + (start 97.4 96.35) + (end 97.05 96.7) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "95576a76-91bb-4db4-bcad-45ffa1fb7580") + ) + (segment + (start 97.85 101.85) + (end 97.05 101.85) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "a423b214-b454-4185-84f8-c95ee23e5bb6") + ) + (segment + (start 107.05 105.4) + (end 108.25 105.4) + (width 0.75) + (layer "In2.Cu") + (net 107) + (uuid "a72be1e0-9af1-4c8b-a80a-e23a2ce6ded3") + ) + (segment + (start 97.05 104.3) + (end 97.05 106.35) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "b15cb383-7ebe-47e4-8de4-90e4bb592ca1") + ) + (segment + (start 97.85 99.05) + (end 97.05 99.05) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "b57691ac-45e2-4fef-b67e-be0698b53c0a") + ) + (segment + (start 97.05 106.95) + (end 97.5 106.95) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "cb625889-a39e-48a1-b5ca-64b654415724") + ) + (segment + (start 107.75 105.4) + (end 108.25 105.4) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "ea0658cd-816e-408e-924b-067dc4ea75f8") + ) + (segment + (start 97.05 104.3) + (end 97.4 104.65) + (width 0.45) + (layer "In2.Cu") + (net 107) + (uuid "fbc71af7-de54-4238-9761-e2dd07bc84ed") + ) + (segment + (start 102.7 99.05) + (end 101.85 99.05) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "05d71641-765e-42e9-b112-428ee2e771ec") + ) + (segment + (start 118.6 101) + (end 118.600012 101) + (width 0.15) + (layer "B.Cu") + (net 107) + (uuid "0aadf54d-dacf-4007-aabb-7ac26ba5bd37") + ) + (segment + (start 101.85 96.35) + (end 101.565 96.065) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "102c4f15-f7f0-47b3-b463-90324a621426") + ) + (segment + (start 97.665 104.465) + (end 97.85 104.65) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "13ca6f98-495b-4848-a1b9-619bdbf2e008") + ) + (segment + (start 97.515 96.015) + (end 97.05 96.015) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "188bd81e-55cf-4eb8-ac51-32c0165c3b7f") + ) + (segment + (start 108.25 105.4) + (end 107.3 105.4) + (width 0.75) + (layer "B.Cu") + (net 107) + (uuid "1c67d947-286e-4eeb-ad61-68de893b3f2c") + ) + (segment + (start 101.05 101.665) + (end 101.665 101.665) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "207f3729-b16f-4bed-8e25-6323ca6af59d") + ) + (segment + (start 125 104.4) + (end 125 108) + (width 0.75) + (layer "B.Cu") + (net 107) + (uuid "22ba7011-af16-481a-be60-4832e2fa49b7") + ) + (segment + (start 97.5 106.95) + (end 97.05 106.95) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "2a3045fd-49b2-4e17-94bf-b5864659b054") + ) + (segment + (start 120.9 108.8) + (end 117.5 105.4) + (width 0.75) + (layer "B.Cu") + (net 107) + (uuid "3147e880-51e1-4334-9901-8c646d0f1c58") + ) + (segment + (start 117.5 105.4) + (end 108.25 105.4) + (width 0.75) + (layer "B.Cu") + (net 107) + (uuid "36ddd131-24a1-406c-a011-522c67b17ac1") + ) + (segment + (start 107.75 105.4) + (end 108.25 105.4) + (width 0.75) + (layer "B.Cu") + (net 107) + (uuid "3962f024-df76-4ce5-a845-a5bfd0cc118f") + ) + (segment + (start 97.05 104.465) + (end 97.665 104.465) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "3969f1a4-cee5-45d1-af73-48102fab1b79") + ) + (segment + (start 106.2 105.4) + (end 102.7 105.4) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "3ec4c6d4-d672-41bf-9275-f96679fe932f") + ) + (segment + (start 102.7 101.85) + (end 101.85 101.85) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "52a2307e-13fb-47e4-a814-168f6f383b45") + ) + (segment + (start 97.665 101.665) + (end 97.85 101.85) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "5880b9b0-aa32-4505-8669-deb95429be37") + ) + (segment + (start 106.9 103.183146) + (end 107.883146 102.2) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "58f281db-090d-4a92-8a73-05e2a97a7ee9") + ) + (segment + (start 101.05 98.865) + (end 101.665 98.865) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "5b17d47a-a4a2-4ddf-966a-e6b5821094ec") + ) + (segment + (start 107.3 105.4) + (end 106.2 105.4) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "5ed867d6-e24b-4827-bb08-f4f5e703c946") + ) + (segment + (start 123.8 104.4375) + (end 124.05 104.1875) + (width 0.15) + (layer "B.Cu") + (net 107) + (uuid "6613902d-850f-4102-9d7b-cc5a5ef20ea0") + ) + (segment + (start 102.7 101.85) + (end 102.7 99.05) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "66b19a0b-d07c-43ff-9bd5-abe61a163306") + ) + (segment + (start 102.7 99.05) + (end 102.7 96.9) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "674dfd9c-2241-44b5-bfb4-f6d11b1ff583") + ) + (segment + (start 97.05 98.865) + (end 97.665 98.865) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "69814d9b-0367-4de8-9718-43b37031d240") + ) + (segment + (start 101.7 104.2) + (end 102.7 104.2) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "76adfc93-1bf2-41b7-b4bf-eb835ea8821f") + ) + (segment + (start 102.7 105.4) + (end 102.7 104.2) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "7d02c8da-c1f5-46b6-a684-03b1f9fa82ce") + ) + (segment + (start 101.85 96.35) + (end 102.15 96.35) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "872056a8-3317-408d-800b-762b71027ed5") + ) + (segment + (start 97.05 101.665) + (end 97.665 101.665) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "8eb5e770-d904-422f-814b-21543d34976a") + ) + (segment + (start 102.7 106.05) + (end 101.8 106.95) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "973720a6-f461-4d46-b2fe-59915df69d25") + ) + (segment + (start 101.7 104.2) + (end 101.315 104.2) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "9858a585-1ecc-4893-a1c6-bacba18521ec") + ) + (segment + (start 97.85 96.35) + (end 97.515 96.015) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "996c5414-4d36-42a5-a5a3-5c685d76f56d") + ) + (segment + (start 101.565 96.065) + (end 101.05 96.065) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "9c614a92-4db0-4682-b200-e8121deaa926") + ) + (segment + (start 123.8 105.415) + (end 123.8 104.4375) + (width 0.15) + (layer "B.Cu") + (net 107) + (uuid "9d68ca63-4f76-4c15-8edd-c79507b64ea4") + ) + (segment + (start 101.8 106.95) + (end 97.5 106.95) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "a2da6c4b-cf98-4d3d-b54c-e05e54dfd2b6") + ) + (segment + (start 97.665 98.865) + (end 97.85 99.05) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "abdf1fc0-a5f4-4a26-adc8-ba7216defb10") + ) + (segment + (start 101.315 104.2) + (end 101.05 104.465) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "ae5c31ab-a505-4959-ae0e-cec81fcbf815") + ) + (segment + (start 117.5 105.4) + (end 117.5 102.1) + (width 0.15) + (layer "B.Cu") + (net 107) + (uuid "af925654-dfb9-45aa-816e-cb4703dcab2f") + ) + (segment + (start 124.2 108.8) + (end 120.9 108.8) + (width 0.75) + (layer "B.Cu") + (net 107) + (uuid "b3c4f9ea-9465-428d-a878-c35a35b4a0ec") + ) + (segment + (start 125 108) + (end 124.2 108.8) + (width 0.75) + (layer "B.Cu") + (net 107) + (uuid "bc34c2e7-0338-47b3-9692-4e3e8064b41c") + ) + (segment + (start 102.7 104.2) + (end 102.7 101.85) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "bd988d63-63f5-4347-8fd4-8694affd2c22") + ) + (segment + (start 106.2 108.65) + (end 106.2 105.4) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "c0d36b8c-6b63-418d-9fae-b9063f7e525a") + ) + (segment + (start 101.665 101.665) + (end 101.85 101.85) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "c7f16784-da95-4ab7-905d-9889694975ee") + ) + (segment + (start 106.9 105.4) + (end 106.9 103.183146) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "cc490913-daab-4fa1-87b9-975705ee9dbd") + ) + (segment + (start 107.883146 102.2) + (end 108.1 102.2) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "d6a8f316-1392-4ab3-858a-2bdd1e8ab61d") + ) + (segment + (start 102.15 96.35) + (end 102.7 96.9) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "dc4ad6d5-b7e2-4098-b974-50466b3890e2") + ) + (segment + (start 117.5 102.1) + (end 118.6 101) + (width 0.15) + (layer "B.Cu") + (net 107) + (uuid "e07d5869-f4e0-43a4-8e08-83daa6e67700") + ) + (segment + (start 101.665 98.865) + (end 101.85 99.05) + (width 0.25) + (layer "B.Cu") + (net 107) + (uuid "facfc131-66c7-4b5b-b59f-7d81e0c94438") + ) + (segment + (start 102.7 105.4) + (end 102.7 106.05) + (width 0.45) + (layer "B.Cu") + (net 107) + (uuid "fcf72183-7571-4ba1-a298-770fa333efdf") + ) + (segment + (start 116.575 89.925) + (end 116.9 89.6) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "0536025a-6414-4951-bfd6-905537685d7e") + ) + (segment + (start 99.45 82.1) + (end 99.7 82.35) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "0d525ad4-3f7e-4e8e-b572-5aed774da48c") + ) + (segment + (start 100.95 85.05) + (end 100.324388 84.424388) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "3081c45f-0a62-4dc8-a706-c2b3c5e194d8") + ) + (segment + (start 97.05 93.45) + (end 97.85 93.45) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "3397e828-549f-4d19-910c-989534dfee84") + ) + (segment + (start 117.015 89.6) + (end 117.015 88.715) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "35328af0-2bbe-4eda-b255-c9bb9c6e435e") + ) + (segment + (start 117.015 89.6) + (end 117.015 90.5) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "39f69e4c-3d98-4642-8cee-de7f9bf86b5e") + ) + (segment + (start 101.05 85.05) + (end 100.95 85.05) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "437250d9-eb22-42a7-a0ee-f2e6a9628e2b") + ) + (segment + (start 118 87.715) + (end 117.985 87.715) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "51e52e2d-6785-4c86-9dd7-8aebf7924453") + ) + (segment + (start 101.05 93.45) + (end 101.85 93.45) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "55d86872-e23e-4870-a2e5-31f924442b2e") + ) + (segment + (start 99.45 82.6) + (end 99.7 82.35) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "5e1594bb-0ff8-4379-a06e-7271e78563fe") + ) + (segment + (start 99.95 81.775) + (end 99.95 82.1) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "602a1461-f2fc-4f38-9213-73e41c428934") + ) + (segment + (start 99.45 81.775) + (end 99.45 82.1) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "64c39fd2-36c7-4cd2-b0b8-1a1e70b12069") + ) + (segment + (start 117.015 88.685) + (end 117 88.7) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "8416cc67-e5d6-41f8-bce2-3d8fbd36986b") + ) + (segment + (start 99.95 82.925) + (end 99.95 82.6) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "895c2a55-d35b-4bc4-9770-a708d43f72ca") + ) + (segment + (start 115.5625 89.925) + (end 116.575 89.925) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "97d7f8c9-b0b4-436a-9b5e-5ccb959ea185") + ) + (segment + (start 101.05 90.65) + (end 101.85 90.65) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "9934072c-5674-4ed3-9146-61b9347f189d") + ) + (segment + (start 120.9 87.415) + (end 120.885 87.4) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "99a7cfc8-5cbf-4d9c-aad3-f866de8a288d") + ) + (segment + (start 97.05 85.05) + (end 97.85 85.05) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "a1357a48-2956-4148-ac29-519f0e770f12") + ) + (segment + (start 97.05 90.65) + (end 97.85 90.65) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "a3c320b8-4eef-49ac-b336-329b66e86bef") + ) + (segment + (start 99.95 82.1) + (end 99.7 82.35) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "b64d922b-f1cc-4940-96f6-60cbefb80766") + ) + (segment + (start 100.324388 84.424388) + (end 100.13426 84.424388) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "b7148d4c-a9db-4405-915a-b55a0c6f6c34") + ) + (segment + (start 120.9 88.315) + (end 120.9 87.415) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "b78043a5-7a02-4945-aa76-579ca8313cb9") + ) + (segment + (start 99.45 82.925) + (end 99.45 82.6) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "cd568267-8fa9-414e-ae44-a717296573c5") + ) + (segment + (start 99.95 82.6) + (end 99.7 82.35) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "d7d96405-8ab4-4875-86e3-09261d23b5fe") + ) + (segment + (start 97.85 87.85) + (end 97.05 87.85) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "e0ba3ee5-78a5-4635-88aa-b5b3d5589222") + ) + (segment + (start 116.9 89.6) + (end 117.015 89.6) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "e794ab59-7bcd-4983-8681-ae56dc6f451c") + ) + (segment + (start 101.05 87.85) + (end 101.807664 87.85) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "ecebfbae-5921-4400-8c7c-d6d4cfb57f3d") + ) + (segment + (start 117.015 88.715) + (end 117 88.7) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "f069c764-5d8d-402a-b60c-f5f2b694001c") + ) + (segment + (start 117.985 87.715) + (end 117 88.7) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "f239c5a8-dbfe-4237-89fc-56c709be30b1") + ) + (segment + (start 101.807664 87.85) + (end 101.828832 87.871168) + (width 0.25) + (layer "F.Cu") + (net 108) + (uuid "f3569ccd-85e3-4d52-b53d-a2b9f3673ed0") + ) + (via + (at 99.7 82.35) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "00000000-0000-0000-0000-00005f63234c") + ) + (via + (at 121.6 86.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "00000000-0000-0000-0000-00005f6dd067") + ) + (via + (at 117 88.7) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "00000000-0000-0000-0000-00005f84285c") + ) + (via + (at 100.13426 84.424388) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "0693453a-34c3-4bfd-b360-f7994c4e507f") + ) + (via + (at 97.85 85.05) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "27ff589f-3de7-4185-b7df-d1dbb0da622f") + ) + (via + (at 108.4 85.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "3f70786c-51ba-4695-9a71-96452e835d07") + ) + (via + (at 97.85 84.55) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "473b087a-2cc3-4010-941a-e9503cdfb920") + ) + (via + (at 101.85 90.65) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "4ad4b122-59d5-4232-8523-59915ddbd9d1") + ) + (via + (at 97.85 87.85) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "58ed07e4-b138-4a86-827e-36284fa14c0b") + ) + (via + (at 97.85 93.45) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "73eb1d6b-3e2d-4317-bc4c-c77f232aa2cf") + ) + (via + (at 121.6 87.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "7d393522-d44b-4d20-8f0b-b7142987aa89") + ) + (via + (at 121.6 88) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "b7bae9c8-4fed-4c69-a28c-182e2480bcdb") + ) + (via + (at 107.4 85.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "c2e16797-bb9c-43d0-8751-7646864e22e4") + ) + (via + (at 97.85 90.65) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "d9e49fc4-46fe-482b-8906-61af7c1472eb") + ) + (via + (at 101.828832 87.871168) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "da502ba4-a51e-4a20-8efb-4020dc3cfdab") + ) + (via + (at 101.85 93.45) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "e476f79c-e0c8-465e-9770-99d67609efe1") + ) + (via + (at 107.9 85.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 108) + (uuid "ec870b96-a94e-4dc6-9900-ce74b92f8bb5") + ) + (segment + (start 107.4 85.6) + (end 107.4 85.6) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "00000000-0000-0000-0000-00005ea933c0") + ) + (segment + (start 92.57 75.23) + (end 93.85 76.51) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "05a60061-f69f-4cf0-982b-3b600d194cef") + ) + (segment + (start 97.85 85.05) + (end 97.45 85.05) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "156771b5-21dc-43d8-ba98-5c070b5e3b90") + ) + (segment + (start 100.175099 80.275099) + (end 105.5 85.6) + (width 0.75) + (layer "In2.Cu") + (net 108) + (uuid "2ba2153f-5796-496f-8155-2ce7ede27b36") + ) + (segment + (start 97.05 90.67) + (end 97.05 93.15) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "349aae3a-4c5e-4552-af38-0bc89507f49c") + ) + (segment + (start 97.85 90.65) + (end 97.07 90.65) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "401fab3c-23b1-4753-9559-4f10bf6840bd") + ) + (segment + (start 93.85 79.25) + (end 93.9 79.3) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "550e0f79-ef9f-4d36-adf7-81e26d574c59") + ) + (segment + (start 97.05 87.83) + (end 97.05 90.67) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "553e83e2-46ab-4c23-99b1-63f20f063cd2") + ) + (segment + (start 97.85 85.05) + (end 97.85 84.55) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "5d56d28a-c4af-4430-8964-9b60bd37a4ca") + ) + (segment + (start 97.85 84.55) + (end 97.45 84.95) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "62ff3f34-d3e2-41a5-ae11-1b931533f98a") + ) + (segment + (start 97.35 93.45) + (end 97.85 93.45) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "677f7fd6-fe65-4132-818c-44a0c91f5c31") + ) + (segment + (start 105.5 85.6) + (end 107.4 85.6) + (width 0.75) + (layer "In2.Cu") + (net 108) + (uuid "6face538-98d0-40ae-a653-e8999ce4e018") + ) + (segment + (start 97.45 85.05) + (end 97.05 85.45) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "74a79877-8958-41da-8944-562e6bba6c01") + ) + (segment + (start 97.07 87.85) + (end 97.05 87.83) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "7a0dea2f-98b5-4afe-8d5d-f39ea5db6892") + ) + (segment + (start 97.05 93.15) + (end 97.35 93.45) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "915afd34-85f2-4f65-b2f6-5c607c325148") + ) + (segment + (start 94.875099 80.275099) + (end 100.175099 80.275099) + (width 0.75) + (layer "In2.Cu") + (net 108) + (uuid "9f5edf3b-5178-43d3-aa8f-02c9bfd2d660") + ) + (segment + (start 97.05 85.45) + (end 97.05 87.83) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "afcd91b3-4753-4f50-890c-aed354e976e6") + ) + (segment + (start 107.8 85.6) + (end 107.4 85.6) + (width 0.75) + (layer "In2.Cu") + (net 108) + (uuid "c02ea828-b111-4d1d-9474-98d811361c61") + ) + (segment + (start 97.85 87.85) + (end 97.07 87.85) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "c73bfff6-9c34-45cb-853c-863990f11aa7") + ) + (segment + (start 107.9 85.6) + (end 108.4 85.6) + (width 0.75) + (layer "In2.Cu") + (net 108) + (uuid "cce66d06-ed54-4eae-867a-a3f52946556d") + ) + (segment + (start 97.07 90.65) + (end 97.05 90.67) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "dfcff0c6-14ab-4e61-b849-baf49cfbbd13") + ) + (segment + (start 93.9 79.3) + (end 94.875099 80.275099) + (width 0.75) + (layer "In2.Cu") + (net 108) + (uuid "e65316a3-9c56-496e-85b2-f924401c4d9f") + ) + (segment + (start 93.85 76.51) + (end 93.85 79.25) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "eb0915de-c86a-4d8e-a0f1-84dcf28d1327") + ) + (segment + (start 97.45 84.95) + (end 97.45 85.05) + (width 0.45) + (layer "In2.Cu") + (net 108) + (uuid "f27144ea-3be0-41a7-9439-aa5788ec9192") + ) + (segment + (start 102.7 88.85) + (end 102.7 89.8) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "00000000-0000-0000-0000-00005c58a101") + ) + (segment + (start 102.7 87.8) + (end 102.7 88.85) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "00000000-0000-0000-0000-00005c58a104") + ) + (segment + (start 102.7 88.85) + (end 102.7 90.2) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "00000000-0000-0000-0000-00005c58a140") + ) + (segment + (start 97.85 90.65) + (end 97.665 90.465) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "004d701c-7e69-4a10-9c95-7de04fa2be20") + ) + (segment + (start 100.765 84.865) + (end 100.324388 84.424388) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "025b67ec-fe6a-4ee1-9f43-89b9b5fad3d7") + ) + (segment + (start 97.05 93.265) + (end 97.665 93.265) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "04dfc243-0f51-4603-bf53-e1e3c0de09b3") + ) + (segment + (start 102.1 84) + (end 102.7 84.6) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "225fc398-2971-432f-ba6d-b4d5757d1c6e") + ) + (segment + (start 108.45 85.6) + (end 107.8 85.6) + (width 0.75) + (layer "B.Cu") + (net 108) + (uuid "227f15c7-95b9-498e-a2ac-436548e5f17f") + ) + (segment + (start 100.324388 84.424388) + (end 100.13426 84.424388) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "3258ef2e-7dfd-4b7b-a84c-a8f03af613a6") + ) + (segment + (start 117.475105 88.224895) + (end 117.475105 86.675105) + (width 0.15) + (layer "B.Cu") + (net 108) + (uuid "4c5d541c-ce39-4174-91d3-196fb89df6ca") + ) + (segment + (start 99.7 82.35) + (end 99.7 84) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "53c3dfa0-4629-47d5-b909-4a3f4eb869c5") + ) + (segment + (start 117 88.7) + (end 117.475105 88.224895) + (width 0.15) + (layer "B.Cu") + (net 108) + (uuid "53f0b1d5-7cba-43d7-9d8a-c6182e695929") + ) + (segment + (start 101.05 87.665) + (end 101.622664 87.665) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "59e90f16-96b8-49bc-86de-566bbe3dd75d") + ) + (segment + (start 100.1 84) + (end 102.1 84) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "607bd1dc-3a6b-4b00-8871-0e4f8cbd31b4") + ) + (segment + (start 102.7 85.6) + (end 102.7 87.8) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "6383d51c-2a4a-451b-80f6-d8ddd181fcca") + ) + (segment + (start 102.628832 87.871168) + (end 101.828832 87.871168) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "6915e2da-1017-43ad-9e3e-de99af10b4da") + ) + (segment + (start 102.7 92.6) + (end 102.7 90.2) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "6e377ae5-9877-4223-a4f6-977c4c2655d4") + ) + (segment + (start 101.85 93.45) + (end 102.7 92.6) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "73123040-7d91-4ece-b049-ee26e19f852f") + ) + (segment + (start 107.8 85.6) + (end 102.7 85.6) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "77882400-606a-4159-9b6d-7be7ce590e63") + ) + (segment + (start 97.665 87.665) + (end 97.85 87.85) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "787fdc1e-7e28-46d4-9188-bbfe7882ee50") + ) + (segment + (start 116.4 85.6) + (end 117.475105 86.675105) + (width 0.75) + (layer "B.Cu") + (net 108) + (uuid "7ee5ea0c-defb-4d0b-bcbd-00ad41ed6f6f") + ) + (segment + (start 120.512605 86.675105) + (end 120.65 86.8125) + (width 0.75) + (layer "B.Cu") + (net 108) + (uuid "82b4e16b-220e-4644-bf1c-0c096f491472") + ) + (segment + (start 100.1 84) + (end 100.1 84.390128) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "85705930-0850-44b9-bc2d-76e756994d34") + ) + (segment + (start 97.85 85.05) + (end 98.9 84) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "8727dfe0-a564-4062-a385-c46672a2b168") + ) + (segment + (start 97.05 84.865) + (end 97.665 84.865) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "8bf24a80-dffc-49df-8d9b-da527be5fdc9") + ) + (segment + (start 102.7 84.6) + (end 102.7 85.6) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "8edc60cf-d5df-4697-953b-31cc055aba5f") + ) + (segment + (start 101.05 84.865) + (end 100.765 84.865) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "9dbd9e26-9782-45c4-9403-4d72b07f29de") + ) + (segment + (start 97.665 84.865) + (end 97.85 85.05) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "9eac701a-d699-4247-93a2-af5e41c3ae6e") + ) + (segment + (start 101.665 93.265) + (end 101.85 93.45) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "a86ce70c-0b0b-4e00-81fd-fa720b16c5ec") + ) + (segment + (start 97.05 87.665) + (end 97.665 87.665) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "abcba4f1-6f59-48a1-8ae5-91c9b3b973a4") + ) + (segment + (start 101.622664 87.665) + (end 101.828832 87.871168) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "aea380b3-0b16-4ad3-8281-37f0d2673e39") + ) + (segment + (start 117.475105 86.675105) + (end 120.512605 86.675105) + (width 0.75) + (layer "B.Cu") + (net 108) + (uuid "b1bdb303-cb9b-4bc2-a172-da9546d29135") + ) + (segment + (start 122.8 85.585) + (end 122.8 86.5625) + (width 0.15) + (layer "B.Cu") + (net 108) + (uuid "b96b731a-92c2-4e6b-a452-39f1d33f53c2") + ) + (segment + (start 97.665 93.265) + (end 97.85 93.45) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "c07aea70-6106-44bf-96ff-8e775e4243b1") + ) + (segment + (start 97.85 85.05) + (end 97.85 84.55) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "c2a16d20-3dbd-442b-870b-24ac58660317") + ) + (segment + (start 108.4 85.6) + (end 116.4 85.6) + (width 0.75) + (layer "B.Cu") + (net 108) + (uuid "c517de34-4f09-44c4-870e-606e92563fb1") + ) + (segment + (start 122.8 86.5625) + (end 122.55 86.8125) + (width 0.15) + (layer "B.Cu") + (net 108) + (uuid "ca677453-09f3-4d39-9e39-a44be56569d9") + ) + (segment + (start 107.4 85.6) + (end 107.8 85.6) + (width 0.75) + (layer "B.Cu") + (net 108) + (uuid "d7d62d74-e40d-48f8-9eac-491ee6420441") + ) + (segment + (start 98.9 84) + (end 99.7 84) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "dafa8fd1-c18d-4c85-9433-2b8c8008bb67") + ) + (segment + (start 100.1 84.390128) + (end 100.13426 84.424388) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "db1fd106-5c41-422b-b451-e2c7dd2c942d") + ) + (segment + (start 101.05 90.465) + (end 101.665 90.465) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "db41e836-6945-404a-8e36-2d5f7579c882") + ) + (segment + (start 107.9 85.6) + (end 108.45 85.6) + (width 0.75) + (layer "B.Cu") + (net 108) + (uuid "de097fb4-477c-417d-bbd4-baadec4de0d9") + ) + (segment + (start 101.665 90.465) + (end 101.85 90.65) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "eb6fd056-8f4f-49ff-8c38-0d5402a7e363") + ) + (segment + (start 99.7 84) + (end 100.1 84) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "ed4be033-e859-4855-b148-62dd9430802f") + ) + (segment + (start 97.665 90.465) + (end 97.05 90.465) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "eda12c9f-b24f-4458-a3cc-61f318dc57fe") + ) + (segment + (start 101.05 93.265) + (end 101.665 93.265) + (width 0.25) + (layer "B.Cu") + (net 108) + (uuid "f3fc3ce5-4efa-4006-8983-46e918c0de75") + ) + (segment + (start 101.85 90.65) + (end 102.7 90.65) + (width 0.45) + (layer "B.Cu") + (net 108) + (uuid "f7f4a858-5dd0-45b8-96db-a2ada69019ef") + ) + (segment + (start 59.7 104) + (end 59.485 104) + (width 0.15) + (layer "F.Cu") + (net 109) + (uuid "28717230-cde2-4374-9345-a50192a67a85") + ) + (segment + (start 59.485 104) + (end 59 103.515) + (width 0.15) + (layer "F.Cu") + (net 109) + (uuid "f054547f-18bb-49fc-9aff-91e047769f87") + ) + (segment + (start 82.9 97.1) + (end 83.3 97.5) + (width 0.15) + (layer "F.Cu") + (net 109) + (uuid "f80c9353-1371-4ac2-a3fe-3c48b88b02f5") + ) + (via + (at 83.3 97.5) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 109) + (uuid "6fecb7b3-ef3d-4da6-9d91-57f091c44310") + ) + (via + (at 59.7 104) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 109) + (uuid "fcd784d4-f3bc-4084-8a2a-7b74ccc9478b") + ) + (segment + (start 59.900179 103.799821) + (end 79.313972 103.799821) + (width 0.15) + (layer "B.Cu") + (net 109) + (uuid "18dcb17a-d81c-4b8b-8db2-863005a99fab") + ) + (segment + (start 59.7 104) + (end 59.900179 103.799821) + (width 0.15) + (layer "B.Cu") + (net 109) + (uuid "2a1e126f-a9a5-414b-9647-9870ac9981f9") + ) + (segment + (start 79.313972 103.799821) + (end 83.3 99.813793) + (width 0.15) + (layer "B.Cu") + (net 109) + (uuid "b6456347-a8b0-4beb-be5d-c94cb7d030d6") + ) + (segment + (start 83.3 99.813793) + (end 83.3 97.5) + (width 0.15) + (layer "B.Cu") + (net 109) + (uuid "cbfed367-b5ba-46b2-9266-1ffd7189ad3b") + ) + (segment + (start 115.43 113.23) + (end 115.43 113.07) + (width 0.15) + (layer "F.Cu") + (net 110) + (uuid "26a15f37-7ac7-4448-bfb4-f78a37fce015") + ) + (segment + (start 117.5 111.21) + (end 117.5 109.6) + (width 0.15) + (layer "F.Cu") + (net 110) + (uuid "5bd841b6-a43c-46d8-90c7-db7ac89fc03c") + ) + (segment + (start 115.43 113.28) + (end 117.5 111.21) + (width 0.15) + (layer "F.Cu") + (net 110) + (uuid "86fb7087-6ba8-4b85-b696-07c14f0a9fb5") + ) + (segment + (start 117.5 109.6) + (end 117.5 106) + (width 0.15) + (layer "F.Cu") + (net 110) + (uuid "d9eab248-d285-42c2-aad1-421e7ad0932f") + ) + (via + (at 117.5 109.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 110) + (uuid "cd7002a5-dbf1-4947-bf07-b7ae28be3b4a") + ) + (segment + (start 125.4 109.6) + (end 117.5 109.6) + (width 0.15) + (layer "B.Cu") + (net 110) + (uuid "29362189-417c-4468-9232-108cda3b71ea") + ) + (segment + (start 126.3 106.115) + (end 127 105.415) + (width 0.15) + (layer "B.Cu") + (net 110) + (uuid "303645b5-0595-4359-bc0c-fa2e355b9b37") + ) + (segment + (start 126.3 108.7) + (end 125.4 109.6) + (width 0.15) + (layer "B.Cu") + (net 110) + (uuid "8c739bd2-de70-4300-9968-1db1f7710ee7") + ) + (segment + (start 126.3 108.7) + (end 126.3 106.115) + (width 0.15) + (layer "B.Cu") + (net 110) + (uuid "d4ab4d52-91a2-4bd6-b99c-6a29304c4a20") + ) + (segment + (start 84.5 97.1) + (end 84.9 97.5) + (width 0.15) + (layer "F.Cu") + (net 111) + (uuid "4057ebbd-1f13-4712-be52-149107078d8a") + ) + (segment + (start 59.485 110) + (end 59 109.515) + (width 0.15) + (layer "F.Cu") + (net 111) + (uuid "9bb00585-5f66-486f-af08-33b57e222015") + ) + (segment + (start 59.7 110) + (end 59.485 110) + (width 0.15) + (layer "F.Cu") + (net 111) + (uuid "c9abd8e7-9bac-4f32-b61e-7ee03ea544b5") + ) + (via + (at 84.9 97.5) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 111) + (uuid "02879dbe-eeb5-4a9a-a50e-ab49eebaa379") + ) + (via + (at 59.7 110) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 111) + (uuid "941e76d6-9fd4-4142-8d7c-0459047fe9ad") + ) + (via + (at 87.499986 100.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 111) + (uuid "f73e1218-235c-459b-ba0f-fb94c818f020") + ) + (segment + (start 86.6 100.7) + (end 87.299986 100.7) + (width 0.15) + (layer "In2.Cu") + (net 111) + (uuid "0821495a-eabb-4e98-9f5d-a59cd0bdb233") + ) + (segment + (start 84.352588 97.999528) + (end 84.352588 98.452588) + (width 0.15) + (layer "In2.Cu") + (net 111) + (uuid "0e5b0074-540c-4a44-9a74-437e915bfe17") + ) + (segment + (start 84.352588 98.452588) + (end 86.6 100.7) + (width 0.15) + (layer "In2.Cu") + (net 111) + (uuid "1b66f574-96c0-4e05-9e34-7d4bc613a80b") + ) + (segment + (start 87.299986 100.7) + (end 87.499986 100.9) + (width 0.15) + (layer "In2.Cu") + (net 111) + (uuid "4f66cf15-7f3b-4b56-a1e8-64c6c9dcdf1a") + ) + (segment + (start 84.9 97.5) + (end 84.852116 97.5) + (width 0.15) + (layer "In2.Cu") + (net 111) + (uuid "a88ab135-8e60-4e00-8b42-69ad4dc1bc3a") + ) + (segment + (start 84.852116 97.5) + (end 84.352588 97.999528) + (width 0.15) + (layer "In2.Cu") + (net 111) + (uuid "d66427b6-f782-4949-a4b8-5d050dca1a28") + ) + (segment + (start 83.724138 100.7) + (end 87.299986 100.7) + (width 0.15) + (layer "B.Cu") + (net 111) + (uuid "38c0a790-c5fa-4388-a86a-80b1711f9932") + ) + (segment + (start 87.299986 100.7) + (end 87.499986 100.9) + (width 0.15) + (layer "B.Cu") + (net 111) + (uuid "47365df8-1aaa-451c-a591-086776031635") + ) + (segment + (start 59.7 108.8) + (end 63.800448 104.699552) + (width 0.15) + (layer "B.Cu") + (net 111) + (uuid "a72c3f86-13e9-4f1e-b7c0-a682d6d5ed14") + ) + (segment + (start 79.724586 104.699552) + (end 83.724138 100.7) + (width 0.15) + (layer "B.Cu") + (net 111) + (uuid "abf7705a-0a79-44fa-8fe5-162ff4415fcf") + ) + (segment + (start 63.800448 104.699552) + (end 79.724586 104.699552) + (width 0.15) + (layer "B.Cu") + (net 111) + (uuid "cdab9592-9fc5-4cb1-a573-b6e4c01917d9") + ) + (segment + (start 59.7 110) + (end 59.7 108.8) + (width 0.15) + (layer "B.Cu") + (net 111) + (uuid "da74f95f-1d78-40c1-9f65-cff7fb20eeaa") + ) + (segment + (start 59.7 108) + (end 59.485 108) + (width 0.15) + (layer "F.Cu") + (net 112) + (uuid "2a47e126-8855-40dd-9e4e-56cb5c33cec1") + ) + (segment + (start 85.3 97.9) + (end 85.7 98.3) + (width 0.15) + (layer "F.Cu") + (net 112) + (uuid "79467a30-f83f-4a69-bc32-033df608d42c") + ) + (segment + (start 59.485 108) + (end 59 107.515) + (width 0.15) + (layer "F.Cu") + (net 112) + (uuid "fe294f12-b7ae-46d2-886f-9cdff5563bdf") + ) + (via + (at 59.7 108) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 112) + (uuid "014fd689-fe01-4a73-ac80-3c226a12a5bc") + ) + (via + (at 85.7 98.3) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 112) + (uuid "89658244-8e23-45d4-89fa-a2eb92c896cb") + ) + (segment + (start 59.7 106.9) + (end 62.200359 104.399641) + (width 0.15) + (layer "B.Cu") + (net 112) + (uuid "031a6158-41bb-434c-9952-f633292a0643") + ) + (segment + (start 62.200359 104.399641) + (end 79.600359 104.399641) + (width 0.15) + (layer "B.Cu") + (net 112) + (uuid "2ce4fb29-0ccb-4d7f-a490-6e4518b7173f") + ) + (segment + (start 59.7 108) + (end 59.7 106.9) + (width 0.15) + (layer "B.Cu") + (net 112) + (uuid "8b764051-f191-46fd-bc3d-0b22f8af5e5b") + ) + (segment + (start 79.600359 104.399641) + (end 85.7 98.3) + (width 0.15) + (layer "B.Cu") + (net 112) + (uuid "b5c4303a-4bc2-4089-a1eb-ab41ec53cfbe") + ) + (segment + (start 59.485 106) + (end 59 105.515) + (width 0.15) + (layer "F.Cu") + (net 113) + (uuid "80e302b7-97a6-4d5e-8db8-a2ecb63bf436") + ) + (segment + (start 59.7 106) + (end 59.485 106) + (width 0.15) + (layer "F.Cu") + (net 113) + (uuid "f3d70c8e-f430-4b64-af12-2fd415c5bbfb") + ) + (segment + (start 84.5 97.9) + (end 84.9 98.3) + (width 0.15) + (layer "F.Cu") + (net 113) + (uuid "fdb3150f-7b5c-4b67-b101-e0eba3c66191") + ) + (via + (at 59.7 106) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 113) + (uuid "1c0d02da-5b5c-42ee-b683-56c0e59ebf5f") + ) + (via + (at 84.9 98.3) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 113) + (uuid "9f1245f2-9177-4975-bfa0-f75992444b8a") + ) + (segment + (start 84.9 98.65) + (end 79.450269 104.099731) + (width 0.15) + (layer "B.Cu") + (net 113) + (uuid "18af1d88-91db-4163-9359-d7124e411ab6") + ) + (segment + (start 61.600269 104.099731) + (end 79.450269 104.099731) + (width 0.15) + (layer "B.Cu") + (net 113) + (uuid "2e1fa008-357a-4aac-8cf5-970493fa664d") + ) + (segment + (start 59.7 106) + (end 61.600269 104.099731) + (width 0.15) + (layer "B.Cu") + (net 113) + (uuid "d768292d-7ad8-48cb-973b-82d3c96ed0e4") + ) + (segment + (start 84.9 98.3) + (end 84.9 98.65) + (width 0.15) + (layer "B.Cu") + (net 113) + (uuid "f6a0f3c6-29f4-4236-9faf-ca3f64f72dcc") + ) + (segment + (start 86.9 91.5) + (end 86.9 90.982211) + (width 0.15) + (layer "F.Cu") + (net 114) + (uuid "00000000-0000-0000-0000-00005c252b8c") + ) + (segment + (start 86.9 90.982211) + (end 86.903894 90.978317) + (width 0.15) + (layer "F.Cu") + (net 114) + (uuid "00000000-0000-0000-0000-00005c252b8d") + ) + (segment + (start 90.694296 85.208547) + (end 90.72438 85.178463) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "00c55c1c-0cba-4f17-bcf3-9b5b05423d3b") + ) + (segment + (start 87.444998 89.544793) + (end 87.430049 89.479299) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "01960b21-575a-4d3d-b069-91e54760a01e") + ) + (segment + (start 90.747017 85.142437) + (end 90.761069 85.102278) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "071b894b-1c6b-479b-a0ea-39e03282b25c") + ) + (segment + (start 89.4666 81.960018) + (end 88.906582 81.4) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "0857a56e-8d39-4447-ac0e-f99300a1e4be") + ) + (segment + (start 90.72438 84.941536) + (end 90.694296 84.911452) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "08bbe74e-336e-46fb-bf46-95e809a2c1f8") + ) + (segment + (start 88.276315 82.558019) + (end 88.355387 82.478947) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "08ccf264-3383-4f3c-893a-acd643e7c727") + ) + (segment + (start 90.761069 85.017721) + (end 90.747017 84.977562) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "08ce8577-efd1-4e27-befb-b8dbf3ece86e") + ) + (segment + (start 89.4666 87.36606) + (end 89.4666 85.749374) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "0bf800eb-f2d5-423e-8b19-520ef2f4a155") + ) + (segment + (start 88.666742 83.81) + (end 90.575832 83.81) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "132ee6cc-d1c6-4353-8285-1a73e85e62b9") + ) + (segment + (start 88.505982 89.375) + (end 89.4666 88.414382) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "143f1439-c2ea-4633-a520-a38dc84d6de4") + ) + (segment + (start 88.13424 89.416885) + (end 88.194766 89.446032) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "14402da7-aa14-4f51-9c77-4cb07e5abca1") + ) + (segment + (start 87.827247 89.162545) + (end 87.887773 89.191693) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "14536782-593c-4ad4-8783-d6ffcfe98424") + ) + (segment + (start 90.575832 83.43) + (end 88.666742 83.43) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "17d5d2a7-780a-42d7-9688-e565c287f347") + ) + (segment + (start 86.9 90.982211) + (end 86.9 90.980982) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "18d8abaa-19c1-45ff-b0a6-4a9fbd8b1327") + ) + (segment + (start 89.4666 85.749374) + (end 89.479121 85.638253) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "19b165b4-f5fb-47f0-a984-7b7ffb370056") + ) + (segment + (start 89.318878 82.365236) + (end 89.359037 82.351184) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "1b128abf-9d8d-4499-9283-f29f38c8c0b1") + ) + (segment + (start 90.618111 84.874763) + (end 90.575832 84.87) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "1eae0866-fb43-460e-ba70-4206816f3ae0") + ) + (segment + (start 90.65827 85.231184) + (end 90.694296 85.208547) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "21baf089-0668-4767-b44b-1272d0a61348") + ) + (segment + (start 89.339699 87.568022) + (end 89.382202 87.541316) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "227730e1-4daf-4051-8b85-ab4727bd16bc") + ) + (segment + (start 88.906582 81.4) + (end 84.740982 81.4) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "24a64e54-c891-4470-ae0c-1b45a3de5893") + ) + (segment + (start 89.018278 87.814382) + (end 89.023899 87.764501) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "2520ef0f-2c3f-4f87-8160-b56bbdf830a2") + ) + (segment + (start 88.392933 89.446032) + (end 88.453459 89.416885) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "25c3edd1-654a-424f-b192-1d4ebd3105bd") + ) + (segment + (start 89.447784 82.262437) + (end 89.461836 82.222278) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "26144704-4429-42b6-bdf2-578a883a62f7") + ) + (segment + (start 89.479121 85.638253) + (end 89.516054 85.532704) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "269a7af4-73b7-4598-900c-69837bb9cd7e") + ) + (segment + (start 88.276315 83.998019) + (end 88.355387 83.918947) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "27e0d9b0-39ad-45f9-85a5-c876ae8c22ab") + ) + (segment + (start 88.081717 89.375) + (end 88.13424 89.416885) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "2851291f-bb9a-48a3-864b-324f9bb82d65") + ) + (segment + (start 89.040477 87.717122) + (end 89.067183 87.674619) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "28f6e37d-1a92-457e-a624-01fe097c3518") + ) + (segment + (start 90.765832 83.62) + (end 90.761069 83.577721) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "2a0ad4ab-7ad6-4aa1-bfa4-41d615e61747") + ) + (segment + (start 87.887773 89.191693) + (end 87.940295 89.233578) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "2bcf2398-81f3-4114-ae64-1b97f6217a90") + ) + (segment + (start 88.666742 84.87) + (end 88.555621 84.857479) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "2d09bdfd-a6c5-427d-8a7f-fcce2026b09a") + ) + (segment + (start 88.355387 84.761052) + (end 88.276315 84.68198) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "31bf73f8-5ead-4618-bd11-6325766f2985") + ) + (segment + (start 89.067183 88.105822) + (end 89.040477 88.063319) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "353ae3e9-aaa3-42cb-9754-fa9a32ea32df") + ) + (segment + (start 89.29232 88.195841) + (end 89.192559 88.1846) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "3b411859-c475-4152-8f3c-e97504e9815d") + ) + (segment + (start 89.023899 88.01594) + (end 89.018278 87.96606) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "3c048d02-8b0a-4f38-b4ad-44dab638b480") + ) + (segment + (start 89.067183 87.674619) + (end 89.102677 87.639125) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "3d6103bb-2562-4c86-863e-06bf4ba2cb86") + ) + (segment + (start 90.747017 83.702437) + (end 90.761069 83.662278) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "40be7de3-7f10-4f5b-b785-369347b10ff3") + ) + (segment + (start 88.453459 89.416885) + (end 88.505982 89.375) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "42d37021-b389-4783-805d-b83ed1a0f3ee") + ) + (segment + (start 88.167368 84.309374) + (end 88.179888 84.198253) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "4730213f-fecd-4d57-8774-30198ac3be94") + ) + (segment + (start 89.575548 85.438019) + (end 89.65462 85.358947) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "479097ab-e3d0-447b-aae4-7b0052552ef6") + ) + (segment + (start 87.568553 89.191693) + (end 87.629079 89.162545) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "47f8feda-cdab-4cb7-833a-5d8c6b1e99a5") + ) + (segment + (start 90.618111 83.434763) + (end 90.575832 83.43) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "4840e595-7cf2-44ea-9466-cfcfe23584ce") + ) + (segment + (start 90.65827 83.791184) + (end 90.694296 83.768547) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "48669775-70cc-40a5-94a1-98dd1f45b670") + ) + (segment + (start 90.575832 83.81) + (end 90.618111 83.805236) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "496e64ba-6e02-48ce-95c3-8caba5f906c5") + ) + (segment + (start 88.355387 83.918947) + (end 88.450072 83.859453) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "4a771e9b-0ca6-409f-947f-c204980139c5") + ) + (segment + (start 88.179888 84.198253) + (end 88.216821 84.092704) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "4d207e29-6ebf-499f-918c-af95670aa95f") + ) + (segment + (start 89.339699 88.212419) + (end 89.29232 88.195841) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "4e0bef99-39db-445c-a84c-f54440c5149f") + ) + (segment + (start 88.216821 83.147295) + (end 88.179888 83.041746) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "55785d1b-646a-4d97-9117-bf24339cded2") + ) + (segment + (start 90.72438 83.738463) + (end 90.747017 83.702437) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "566a47da-d256-44dd-a419-fb386f5cd0a9") + ) + (segment + (start 89.382202 87.541316) + (end 89.417696 87.505822) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "56f05713-7180-4e4d-8974-115667201784") + ) + (segment + (start 90.65827 83.448815) + (end 90.618111 83.434763) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "590cfe68-8dbc-4487-94bc-72db5cc3618a") + ) + (segment + (start 87.430049 89.41212) + (end 87.444998 89.346626) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "5a7a8c16-813c-4d39-bb38-4fe8173d3667") + ) + (segment + (start 88.450072 82.419453) + (end 88.555621 82.38252) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "5b3d0377-820c-4868-8ab2-62f2ccecf4af") + ) + (segment + (start 83.76 79.745) + (end 83.295 79.28) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "5b57745b-2437-4ee1-96eb-24fdd2bf735e") + ) + (segment + (start 90.694296 83.471452) + (end 90.65827 83.448815) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "5e777f30-d70b-4ace-a0d7-2b0a061ed0c7") + ) + (segment + (start 89.192559 88.1846) + (end 89.14518 88.168022) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "5ff2baa3-7c8e-4eca-beb9-d74306e1eb40") + ) + (segment + (start 88.167368 82.930625) + (end 88.167368 82.869374) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "62629afb-fadb-4e6d-9fb2-f0d0a992c06d") + ) + (segment + (start 90.761069 83.662278) + (end 90.765832 83.62) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "635b68a2-f1b0-4934-ad88-3936c4efc5ed") + ) + (segment + (start 84.740982 81.4) + (end 83.76 80.419018) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "66303165-a70b-491c-b70b-4e0fb6bafe71") + ) + (segment + (start 88.555621 83.82252) + (end 88.666742 83.81) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "68186617-d0a0-4c59-9cb4-fb6168cf2c27") + ) + (segment + (start 87.940295 89.233578) + (end 88.081717 89.375) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "69b7a55d-fcf7-4c88-a8e8-8aff20186c63") + ) + (segment + (start 90.694296 83.768547) + (end 90.72438 83.738463) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "6a5a6f55-7b94-4f23-a936-000d67306e5a") + ) + (segment + (start 88.327439 89.460981) + (end 88.392933 89.446032) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "6d0c9227-9fa4-4fdd-a7a1-f5cf102ac4cd") + ) + (segment + (start 88.555621 84.857479) + (end 88.450072 84.820546) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "6d386c72-fb86-4a9d-951f-d7ac92fee46c") + ) + (segment + (start 88.216821 82.652704) + (end 88.276315 82.558019) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "6d960629-d6b8-430c-be2d-b13bed3caaa6") + ) + (segment + (start 87.474145 89.605319) + (end 87.444998 89.544793) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "7039daa0-8fbe-4fdd-8fe6-857ecf015e49") + ) + (segment + (start 88.450072 84.820546) + (end 88.355387 84.761052) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "7123082d-6905-4d3a-bb4e-8ec6161fa741") + ) + (segment + (start 89.102677 87.639125) + (end 89.14518 87.612419) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "71cb4ea9-de6b-4c21-bb56-b5a0aa88bb5e") + ) + (segment + (start 89.395063 82.328547) + (end 89.425147 82.298463) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "760ccadd-9b2c-47c9-801e-d310d960488c") + ) + (segment + (start 89.65462 85.358947) + (end 89.749305 85.299453) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "7842327e-24cc-4966-bbc6-008891e58a64") + ) + (segment + (start 89.102677 88.141316) + (end 89.067183 88.105822) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "7956388e-953c-44cd-9818-020b2e5e3f13") + ) + (segment + (start 90.575832 85.25) + (end 90.618111 85.245236) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "79b07a77-61f2-4588-8ca1-cd9d93652d3b") + ) + (segment + (start 88.26026 89.460981) + (end 88.327439 89.460981) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "79ebc4fd-f3ee-41c6-a71e-44d05ed56953") + ) + (segment + (start 89.46098 87.41594) + (end 89.4666 87.36606) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "7d830e22-5b15-4106-abc9-fcdc42c188aa") + ) + (segment + (start 87.761752 89.147597) + (end 87.827247 89.162545) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "7e5da8d0-bec9-4daa-a9a1-871fdaa0d15e") + ) + (segment + (start 90.72438 85.178463) + (end 90.747017 85.142437) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "7f1071c0-9149-45d0-a92a-30725c431ec1") + ) + (segment + (start 83.295 79.28) + (end 83.295 78.45) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "80698eae-e9ee-43a8-9e77-ecf7cf0bb6a6") + ) + (segment + (start 89.023899 87.764501) + (end 89.040477 87.717122) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "82ac7f36-0833-480e-b907-9745ca7ca4f9") + ) + (segment + (start 88.666742 82.37) + (end 89.2766 82.37) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "87dc1565-4e60-4710-a87c-80f20d4d883c") + ) + (segment + (start 87.629079 89.162545) + (end 87.694574 89.147597) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "87fb9274-ce0a-43ed-9548-d862df88c4ff") + ) + (segment + (start 88.179888 82.758253) + (end 88.216821 82.652704) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "8b353f3b-d551-4621-9d55-57916af604b2") + ) + (segment + (start 88.450072 83.859453) + (end 88.555621 83.82252) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "8e42a765-7221-4fea-a4e3-8a63da4d86b7") + ) + (segment + (start 87.694574 89.147597) + (end 87.761752 89.147597) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "8e4d82fa-aa95-4d41-98ce-c8c301af382f") + ) + (segment + (start 89.018278 87.96606) + (end 89.018278 87.814382) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "8ef8a52a-51fc-49db-ba7f-3096a3625242") + ) + (segment + (start 87.430049 89.479299) + (end 87.430049 89.41212) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "93450976-0cb7-4814-822b-881aa49d80ad") + ) + (segment + (start 87.657453 90.223528) + (end 87.699337 90.171005) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "98252151-a21b-4d30-b04b-b4f5249ef21a") + ) + (segment + (start 90.575832 84.87) + (end 88.666742 84.87) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "99df0b0d-a0d1-476e-8bf4-25488b46a13d") + ) + (segment + (start 87.516031 89.233578) + (end 87.568553 89.191693) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "9b43fb95-e64f-4883-81b7-f74720872524") + ) + (segment + (start 89.040477 88.063319) + (end 89.023899 88.01594) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "9c6c5675-d78d-4a6d-b00f-22547ffb1790") + ) + (segment + (start 86.9 90.980982) + (end 87.657453 90.223528) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "9cb35d60-e2a6-4cef-b26f-35c25d9959a4") + ) + (segment + (start 87.699337 90.171005) + (end 87.728485 90.110479) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "9f7cc47c-56e9-4e63-9c9a-0b58cfd14c7f") + ) + (segment + (start 89.516054 85.532704) + (end 89.575548 85.438019) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "a00f68bb-ee61-4ac7-8c3a-3ba7c93ca3dc") + ) + (segment + (start 89.29232 87.5846) + (end 89.339699 87.568022) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "a072b0ff-1f7a-45c3-af75-d1bbb7cec40b") + ) + (segment + (start 89.425147 82.298463) + (end 89.447784 82.262437) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "a0c512a3-ea9c-4a19-8532-65b6471b3634") + ) + (segment + (start 87.444998 89.346626) + (end 87.474145 89.2861) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "a163b8ed-3eea-4a51-bd03-037f3e4ba562") + ) + (segment + (start 90.618111 85.245236) + (end 90.65827 85.231184) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "a1e770e0-ecd6-4aa7-821c-6c5ac75b460b") + ) + (segment + (start 88.555621 83.417479) + (end 88.450072 83.380546) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "a49a89e5-63b0-4848-88da-c2ac2750bedf") + ) + (segment + (start 89.2766 82.37) + (end 89.318878 82.365236) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "a681347c-2da8-48f2-88a6-f192a29fe2c6") + ) + (segment + (start 90.747017 84.977562) + (end 90.72438 84.941536) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "a9f92e22-6acf-408e-ad19-f57422bc2f18") + ) + (segment + (start 89.46098 88.364501) + (end 89.444402 88.317122) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "aab0f042-00c9-4150-a7a3-38b2c47f3885") + ) + (segment + (start 90.65827 84.888815) + (end 90.618111 84.874763) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "ab8516fc-40b0-4425-b618-ff70f4064f3a") + ) + (segment + (start 88.666742 83.43) + (end 88.555621 83.417479) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "ad5d6fa8-3272-4896-939e-ff699dffe9a8") + ) + (segment + (start 90.747017 83.537562) + (end 90.72438 83.501536) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "ad95e89e-d4be-4048-aff6-492a5c618284") + ) + (segment + (start 90.765832 85.06) + (end 90.761069 85.017721) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "b047ff12-846b-410d-b3b4-1a9e4d17b65d") + ) + (segment + (start 89.461836 82.222278) + (end 89.4666 82.18) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "b6951de8-f291-4b8d-b19a-b7672e467037") + ) + (segment + (start 83.76 80.419018) + (end 83.76 79.745) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "b71e1d9b-4594-4123-9dc5-04bb2b1b79b2") + ) + (segment + (start 88.355387 83.321052) + (end 88.276315 83.24198) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "b836f022-e430-4e77-b4ee-df94229558c9") + ) + (segment + (start 87.728485 89.912311) + (end 87.699337 89.851785) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "b862642c-ed4b-4559-9556-a95cf75c164f") + ) + (segment + (start 89.359037 82.351184) + (end 89.395063 82.328547) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "b87cd799-25ce-4945-86bb-105989ba247b") + ) + (segment + (start 89.854854 85.26252) + (end 89.965975 85.25) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "ba39f310-23c5-4a56-baa7-cf88b08d466d") + ) + (segment + (start 90.694296 84.911452) + (end 90.65827 84.888815) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "bb78bcc8-2207-436d-85e8-1a293d8d6b70") + ) + (segment + (start 89.749305 85.299453) + (end 89.854854 85.26252) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "bfe48729-56df-40a2-af3a-8aebff35285b") + ) + (segment + (start 88.216821 84.587295) + (end 88.179888 84.481746) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "c546fb29-ecb0-4e79-aa38-a734eb1fb469") + ) + (segment + (start 90.761069 85.102278) + (end 90.765832 85.06) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "c62445a8-7b6c-4d38-ba5b-86ce798ed628") + ) + (segment + (start 88.167368 82.869374) + (end 88.179888 82.758253) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "c87a424a-a7eb-4797-a218-080412caf897") + ) + (segment + (start 87.743433 89.977806) + (end 87.728485 89.912311) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "c8d7a374-cd5e-44ac-b410-5396dbb56979") + ) + (segment + (start 89.14518 87.612419) + (end 89.192559 87.595841) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "cbb04d4e-2bbc-4354-bc50-1edc5f88068e") + ) + (segment + (start 88.555621 82.38252) + (end 88.666742 82.37) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "cdfea846-3bf0-40a7-89a9-d0b97bdcb7a9") + ) + (segment + (start 87.699337 89.851785) + (end 87.657452 89.799263) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "cf6556fa-15b5-4ffd-9acb-fe480d703c43") + ) + (segment + (start 88.179888 83.041746) + (end 88.167368 82.930625) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "d009f129-1a79-4ec0-9ded-8e918c1b1dd2") + ) + (segment + (start 87.657452 89.799263) + (end 87.516031 89.657842) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "d30ff73b-7370-497f-aedd-a5bc68a9e258") + ) + (segment + (start 88.276315 84.68198) + (end 88.216821 84.587295) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "d3c2f818-637c-4930-b455-27c5b563023d") + ) + (segment + (start 90.72438 83.501536) + (end 90.694296 83.471452) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "d974580c-0f3b-4d13-832f-cfcaaedaf9e1") + ) + (segment + (start 90.618111 83.805236) + (end 90.65827 83.791184) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "da969ec6-bb3e-4e1c-8491-8e576ca3ce42") + ) + (segment + (start 89.4666 82.18) + (end 89.4666 81.960018) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "dc4d88b9-34c5-41bf-b3b1-2fac278e5dd5") + ) + (segment + (start 89.382202 88.239125) + (end 89.339699 88.212419) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "dfe9e57c-b62e-4af1-bb1b-a03cd7a96f62") + ) + (segment + (start 90.761069 83.577721) + (end 90.747017 83.537562) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "e397848a-7c5f-4dca-a1cb-8dda896b045e") + ) + (segment + (start 87.728485 90.110479) + (end 87.743433 90.044984) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "e56fb3e7-b1cd-44a7-b0d8-8b043c54e482") + ) + (segment + (start 88.450072 83.380546) + (end 88.355387 83.321052) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "e621fb0a-a1d3-4881-bd45-bd4cf8c0774d") + ) + (segment + (start 89.4666 88.414382) + (end 89.46098 88.364501) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "e631b78c-5ebe-49d3-ac74-86ce32f8377f") + ) + (segment + (start 88.179888 84.481746) + (end 88.167368 84.370625) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "e6eee968-23e9-4572-80ab-bcd284ad16ec") + ) + (segment + (start 89.192559 87.595841) + (end 89.29232 87.5846) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "ea62720f-111f-4969-b99e-90423881da9a") + ) + (segment + (start 87.516031 89.657842) + (end 87.474145 89.605319) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "ebdaa12a-f436-45e2-86d2-ef38b1ccd3b8") + ) + (segment + (start 89.444402 87.463319) + (end 89.46098 87.41594) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "ec2952dd-055b-4f00-906e-4bdb54383563") + ) + (segment + (start 88.355387 82.478947) + (end 88.450072 82.419453) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "ecf7a819-eed4-4b2f-900b-cf51870b7e77") + ) + (segment + (start 88.194766 89.446032) + (end 88.26026 89.460981) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "ed8f0653-64b3-4729-ac54-faa0cb350b23") + ) + (segment + (start 88.167368 84.370625) + (end 88.167368 84.309374) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "ef05591f-673b-4c8c-a0a5-8a246f1538bb") + ) + (segment + (start 87.474145 89.2861) + (end 87.516031 89.233578) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "f0616fbe-0b76-4323-9592-4637233b5dd1") + ) + (segment + (start 87.743433 90.044984) + (end 87.743433 89.977806) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "f106e3cf-c9fd-4997-98a8-021ef1e58b19") + ) + (segment + (start 89.417696 88.274619) + (end 89.382202 88.239125) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "f8d012dd-63b9-47a5-958f-658194a808e3") + ) + (segment + (start 88.276315 83.24198) + (end 88.216821 83.147295) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "fa622127-2c8b-45a5-b225-aeabe299c2e5") + ) + (segment + (start 89.14518 88.168022) + (end 89.102677 88.141316) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "fada7a6a-6555-4c99-899e-76cb1976c774") + ) + (segment + (start 88.216821 84.092704) + (end 88.276315 83.998019) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "fc95e3c4-abd9-4e4f-9838-bf55ff3c4d47") + ) + (segment + (start 89.417696 87.505822) + (end 89.444402 87.463319) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "fcf13612-6ee9-491a-ac58-f518c1fd5742") + ) + (segment + (start 89.444402 88.317122) + (end 89.417696 88.274619) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "fcf9f414-02c4-4fec-a256-798c611f1c57") + ) + (segment + (start 89.965975 85.25) + (end 90.575832 85.25) + (width 0.19) + (layer "F.Cu") + (net 114) + (uuid "fd7a9d01-6879-446c-ae2d-79a9c89ce315") + ) + (segment + (start 85.786184 89.6) + (end 85.796184 89.6) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "012023c1-75d5-42bb-a5d6-9afa9a06a07a") + ) + (segment + (start 84.975637 83.634479) + (end 84.938704 83.52893) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "01442344-1e31-4712-9aac-1e47e7a4c94a") + ) + (segment + (start 85.551635 90.087046) + (end 85.515894 90.030165) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "0379ca40-a8b5-41c6-a6e3-6a60b06d346b") + ) + (segment + (start 81.6614 82.3214) + (end 79.95 80.61) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "03e0db4a-f985-4ff6-bafd-b767f48ef534") + ) + (segment + (start 84.975637 86.019888) + (end 85.035131 85.925203) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "054101c1-0d95-42ad-a86e-081992d8495a") + ) + (segment + (start 85.425558 82.857184) + (end 85.906184 82.857184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "0c7df807-3073-4929-bb80-e67459aef9d0") + ) + (segment + (start 87.247369 84.189621) + (end 87.261421 84.149462) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "0dea0345-6808-4180-bd83-4a32bb9ba8d2") + ) + (segment + (start 85.314437 85.344663) + (end 85.208888 85.30773) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "0f839a75-2624-460b-a611-50606af1c250") + ) + (segment + (start 87.224732 83.98872) + (end 87.194648 83.958636) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "1264107e-2d4b-4e98-b7c7-eb6ef798b0dd") + ) + (segment + (start 85.425558 85.357184) + (end 85.314437 85.344663) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "12b62308-0110-44f9-bd12-18b8f33836d6") + ) + (segment + (start 85.114203 82.966131) + (end 85.208888 82.906637) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "13c6b480-64d5-4c28-8352-28caeafe01dd") + ) + (segment + (start 87.118463 85.73242) + (end 87.158622 85.718368) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "15bada79-b471-4cea-a050-83b5702b8a21") + ) + (segment + (start 84.975637 84.579888) + (end 85.035131 84.485203) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "15f9f0da-b70e-44e5-a556-118f15c5b3c9") + ) + (segment + (start 85.425558 83.917184) + (end 85.314437 83.904663) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "16108561-d524-4af7-aebe-99ff2f7b86ac") + ) + (segment + (start 87.266184 84.107184) + (end 87.261421 84.064905) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "1857d341-b9a6-4dcc-8268-0e1835ecd488") + ) + (segment + (start 84.926184 83.356558) + (end 84.938704 83.245437) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "1a622bb9-7aee-4243-b4ab-f317a8bc32ff") + ) + (segment + (start 85.838881 88.191008) + (end 85.848517 88.163471) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "1b521835-2349-436c-8ca1-0d0dfe01c54f") + ) + (segment + (start 85.796184 90.2) + (end 85.786184 90.2) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "1dff855a-a009-4e39-83d8-9c546ab45a49") + ) + (segment + (start 86.088663 90.433243) + (end 86.066475 90.369834) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "21445f35-cdf9-45ed-b042-42162bce0eb5") + ) + (segment + (start 86.054731 86.86872) + (end 86.024647 86.838636) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "244378a4-0ae8-45dc-8d8b-2cdab6257252") + ) + (segment + (start 87.266184 85.547184) + (end 87.261421 85.504905) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "2c203647-e05b-47b1-926f-f043cd026bbe") + ) + (segment + (start 85.936908 88.092981) + (end 85.994891 88.086448) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "2cdcc656-da86-481a-a13d-9c01966402ef") + ) + (segment + (start 85.848517 88.163471) + (end 85.864039 88.138768) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "2d2134fc-04dc-41a0-88f2-a691a7c0b23c") + ) + (segment + (start 84.938704 84.685437) + (end 84.975637 84.579888) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "2ddfd9c2-a794-4ad9-be67-ca54dcea94fe") + ) + (segment + (start 85.835614 88.55943) + (end 85.835614 88.22) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "2e8dbda0-cfae-4f3f-8632-81c2c998844f") + ) + (segment + (start 86.088663 89.366756) + (end 86.096184 89.3) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "2eb89399-e40d-4d1d-a4ae-36fbed97cafc") + ) + (segment + (start 86.06776 88.040661) + (end 86.083282 88.015958) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "30d1dc11-d8a4-4ec6-afe6-67e95405630d") + ) + (segment + (start 79.95 80.61) + (end 79.95 79.745) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "38b8e048-8ae7-4914-85e3-21d11b35d3aa") + ) + (segment + (start 85.862941 89.592478) + (end 85.92635 89.57029) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "38ebecd2-9aff-4503-8633-02620016d6e8") + ) + (segment + (start 85.864039 88.138768) + (end 85.884668 88.118139) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "39243d70-affd-49ec-862f-024c1a45fba5") + ) + (segment + (start 87.076184 85.357184) + (end 85.425558 85.357184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "39317b40-527a-44fa-939d-21685b49f897") + ) + (segment + (start 86.066475 89.430165) + (end 86.088663 89.366756) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "399cc718-1211-4c70-b4e3-14786b4c88e1") + ) + (segment + (start 86.077368 86.904746) + (end 86.054731 86.86872) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "3b914da7-fc6a-4a2c-ad66-6baadb933ad2") + ) + (segment + (start 86.083282 88.015958) + (end 86.092918 87.988421) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "3cd7f312-40ea-4e98-84c4-48881e4882cb") + ) + (segment + (start 85.786184 90.2) + (end 85.719428 90.192478) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "3d65096b-2ccd-4f03-afa3-bd1be62a8c57") + ) + (segment + (start 87.247369 84.024746) + (end 87.224732 83.98872) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "3df43fbc-36ba-406a-97a8-4326d8392fc2") + ) + (segment + (start 85.92635 89.57029) + (end 85.983231 89.534549) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "3f996ac3-594f-4e77-8f6c-6ec9cf4dda69") + ) + (segment + (start 87.224732 84.225647) + (end 87.247369 84.189621) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "4021e16a-2acc-4454-b438-9a04e709dc05") + ) + (segment + (start 87.261421 84.064905) + (end 87.247369 84.024746) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "40d6773b-f995-4ae2-936b-0b3313e95fef") + ) + (segment + (start 85.208888 84.346637) + (end 85.314437 84.309704) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "424542e9-c5bd-4a22-bf4c-0e377695a4de") + ) + (segment + (start 85.835614 88.22) + (end 85.838881 88.191008) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "46411048-26da-4369-ba01-0ac72fcae2e6") + ) + (segment + (start 86.047131 88.718139) + (end 86.022428 88.702617) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "46945706-1994-4ecb-abe6-6dae4533fbe8") + ) + (segment + (start 85.864039 88.640661) + (end 85.848517 88.615958) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "48a5aae9-6385-4517-8319-1880b076c0e6") + ) + (segment + (start 86.092918 87.988421) + (end 86.096184 87.95943) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "49a73562-fc7a-44a1-8562-76326a6322ae") + ) + (segment + (start 87.158622 85.718368) + (end 87.194648 85.695731) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "4c85f529-4709-4480-8a51-c5d874b24f2d") + ) + (segment + (start 86.1 91.5) + (end 86.1 90.979626) + (width 0.15) + (layer "F.Cu") + (net 115) + (uuid "4ca656fa-7191-4256-9c54-82e6a0cbb5b4") + ) + (segment + (start 85.208888 85.30773) + (end 85.114203 85.248236) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "4d026afc-a80d-4fe2-a064-8ffcbda3c645") + ) + (segment + (start 87.076184 83.917184) + (end 85.425558 83.917184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "4ef82331-263a-49b3-89d8-f243c422362c") + ) + (segment + (start 87.261421 84.149462) + (end 87.266184 84.107184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "4fd1f931-3e2e-4c57-9ba4-5a8c68737b5f") + ) + (segment + (start 85.884668 88.66129) + (end 85.864039 88.640661) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "5280a91a-1586-4439-b982-455f53d1bce1") + ) + (segment + (start 85.551635 89.712953) + (end 85.599138 89.66545) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "52c6d3b3-5b19-4940-92e8-46629b64a163") + ) + (segment + (start 84.926184 83.417809) + (end 84.926184 83.356558) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "55103a27-f952-4645-ab61-b2e709f2bcb7") + ) + (segment + (start 85.035131 83.729164) + (end 84.975637 83.634479) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "561664d3-17c0-486f-894d-22917c6df3ef") + ) + (segment + (start 85.948462 82.85242) + (end 85.988621 82.838368) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "597011a0-fe9f-4552-be03-d403f0404619") + ) + (segment + (start 85.314437 83.904663) + (end 85.208888 83.86773) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "59ed0714-79bd-4669-9c65-215a9921469e") + ) + (segment + (start 85.656019 89.629709) + (end 85.719428 89.607521) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "59ff2921-a262-47d7-869b-983d85fdef03") + ) + (segment + (start 85.208888 86.74773) + (end 85.114203 86.688236) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "5a092e90-94de-47c2-9927-70ba208e7c04") + ) + (segment + (start 84.938704 84.96893) + (end 84.926184 84.857809) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "5b6de017-d547-4a82-9481-9433b802e7c4") + ) + (segment + (start 86.022428 88.702617) + (end 85.994891 88.692981) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "5cca554f-4493-4aeb-a530-f254ededae9e") + ) + (segment + (start 85.796184 89.6) + (end 85.862941 89.592478) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "5d415a7e-4f6a-4136-aabb-40423e249c07") + ) + (segment + (start 87.247369 85.629621) + (end 87.261421 85.589462) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "5eb84820-20c2-41bf-a1a2-820c66368a1f") + ) + (segment + (start 85.909371 88.102617) + (end 85.936908 88.092981) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "5f0f4914-432d-4e36-8115-2a8f3e154413") + ) + (segment + (start 84.938704 86.40893) + (end 84.926184 86.297809) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "62fee58a-5a4b-4f7e-a7db-a7ec2266b4f3") + ) + (segment + (start 85.114203 86.688236) + (end 85.035131 86.609164) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "63d21e0c-c764-4ae4-bee8-aeb1460cdc7d") + ) + (segment + (start 85.906184 86.797184) + (end 85.425558 86.797184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "6419661a-a939-4852-a270-933023c6552f") + ) + (segment + (start 84.975637 83.139888) + (end 85.035131 83.045203) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "6a875d62-c023-487f-82f0-27dbcf74f2b9") + ) + (segment + (start 85.906184 82.857184) + (end 85.948462 82.85242) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "6b179552-2c1c-4ec5-8670-a280b23b2966") + ) + (segment + (start 87.118463 84.29242) + (end 87.158622 84.278368) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "6cd1c3bb-7b84-4800-8d53-33977d4aa4ce") + ) + (segment + (start 85.994891 88.086448) + (end 86.022428 88.076812) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "6e33aeeb-1b7e-46d7-8f44-ec30e8201196") + ) + (segment + (start 85.656019 90.17029) + (end 85.599138 90.134549) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "6e916640-96fc-44f4-ae7b-999d88a42e78") + ) + (segment + (start 85.599138 90.134549) + (end 85.551635 90.087046) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "6f3a6318-425b-4da2-8ff4-1d651b72b6b2") + ) + (segment + (start 85.948462 86.801947) + (end 85.906184 86.797184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "7023e80b-5dcd-4c99-b211-bda07ca1e029") + ) + (segment + (start 87.158622 84.278368) + (end 87.194648 84.255731) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "7091bb98-3d83-4fd5-9549-d21d2af60000") + ) + (segment + (start 85.515894 90.030165) + (end 85.493706 89.966756) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "73cea840-88be-4bb9-bf1e-7f99a6a23668") + ) + (segment + (start 87.118463 85.361947) + (end 87.076184 85.357184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "75af7e93-2196-42a0-9209-de4ddb25ad77") + ) + (segment + (start 85.114203 84.406131) + (end 85.208888 84.346637) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "76184348-e5f2-4bad-aae0-2aab96ed79a3") + ) + (segment + (start 85.314437 84.309704) + (end 85.425558 84.297184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "79487df3-ea74-43e2-bbfd-3ce433940212") + ) + (segment + (start 85.035131 83.045203) + (end 85.114203 82.966131) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "7a3ac884-8928-4c9e-9181-7992eedf5489") + ) + (segment + (start 86.096184 89.3) + (end 86.096184 88.82) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "7c406297-a971-4bf4-9b67-d46489ccd020") + ) + (segment + (start 85.884668 88.118139) + (end 85.909371 88.102617) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "7cc18747-46e3-4897-ad5b-1656f666171e") + ) + (segment + (start 85.114203 85.248236) + (end 85.035131 85.169164) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "7d71b99b-9002-4eec-b931-5a93f61b4ffe") + ) + (segment + (start 84.938704 83.245437) + (end 84.975637 83.139888) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "7e5a0a5b-efa5-40cd-aaa0-ccdb46e8a0a0") + ) + (segment + (start 86.096184 90.5) + (end 86.088663 90.433243) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "7e9591ad-94d2-4f24-a989-4627684296dd") + ) + (segment + (start 85.114203 85.846131) + (end 85.208888 85.786637) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "7fc608db-1df7-438c-8478-60ec240f9b4d") + ) + (segment + (start 87.076184 85.737184) + (end 87.118463 85.73242) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "8079120a-6a0b-4692-9252-2a72c6e5d144") + ) + (segment + (start 87.076184 84.297184) + (end 87.118463 84.29242) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "80d45b27-f0cc-406a-8a03-c36bfa72de95") + ) + (segment + (start 85.035131 86.609164) + (end 84.975637 86.514479) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "8162ff1e-dfaa-4d86-b090-962a0005a4b1") + ) + (segment + (start 85.862941 90.207521) + (end 85.796184 90.2) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "82800454-ce8e-4149-a1ee-28cc36a99a09") + ) + (segment + (start 84.975637 85.074479) + (end 84.938704 84.96893) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "8328fdee-be6f-4244-bcf6-0a08fa3b4156") + ) + (segment + (start 79.485 79.28) + (end 79.485 78.45) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "8530c92e-97a2-4d9a-a10d-0aec8d000091") + ) + (segment + (start 85.909371 88.676812) + (end 85.884668 88.66129) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "85a47cf4-b41b-444a-84f0-30c08e6996f1") + ) + (segment + (start 84.975637 86.514479) + (end 84.938704 86.40893) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "8a10f05b-f1a8-4fbe-bc63-29ceaacd17a4") + ) + (segment + (start 85.208888 83.86773) + (end 85.114203 83.808236) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "8a27e092-92fb-4ef1-bec7-aeae85b25c82") + ) + (segment + (start 85.719428 90.192478) + (end 85.656019 90.17029) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "8a65caab-d5ec-4c04-8e13-7d1155a5c38c") + ) + (segment + (start 85.035131 85.925203) + (end 85.114203 85.846131) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "8a876222-65de-4f3b-ac9d-be0db2df898e") + ) + (segment + (start 85.719428 89.607521) + (end 85.786184 89.6) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "8afea0dd-8a3a-4118-856d-4b06ba1173b6") + ) + (segment + (start 84.926184 86.297809) + (end 84.926184 86.236558) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "90298e9e-3b06-4854-a2c7-5bea10b3fa68") + ) + (segment + (start 85.425558 85.737184) + (end 87.076184 85.737184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "95589da1-41ce-4ceb-8fc8-bfd893562be9") + ) + (segment + (start 86.077368 82.749621) + (end 86.09142 82.709462) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "9716896b-83bd-43bd-a585-fb3abecd443f") + ) + (segment + (start 84.938704 86.125437) + (end 84.975637 86.019888) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "98060f6a-0fd9-43a5-abcd-87e9cb83ea41") + ) + (segment + (start 86.096184 90.97581) + (end 86.096184 90.5) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "9b06b510-93d4-45d5-a04b-3b1b5bbebedf") + ) + (segment + (start 85.983231 90.26545) + (end 85.92635 90.229709) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "9b65c9d0-858c-4826-94e3-1e53a6bb86da") + ) + (segment + (start 86.024647 86.838636) + (end 85.988621 86.815999) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "9e885b90-070c-44ee-a862-66cb7a82bcb6") + ) + (segment + (start 86.030734 90.312953) + (end 85.983231 90.26545) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "9ef1878b-d9e0-40a1-8a39-790b6c7302c6") + ) + (segment + (start 85.314437 85.749704) + (end 85.425558 85.737184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "a33a0e4c-89ff-40ee-80e7-153a9b124f00") + ) + (segment + (start 86.024647 82.815731) + (end 86.054731 82.785647) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "a5e33bac-0d04-4e7c-98ca-b020d3f8ad0a") + ) + (segment + (start 84.926184 84.857809) + (end 84.926184 84.796558) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "a6cfadf5-18e0-4f9c-b98d-03570140b7f6") + ) + (segment + (start 86.096184 88.82) + (end 86.092918 88.791008) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "a6ec9a24-da98-43e9-b4ce-46c84e06e93a") + ) + (segment + (start 85.599138 89.66545) + (end 85.656019 89.629709) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "a8b41d3a-b15e-4c2e-b6b6-c2dcef71f675") + ) + (segment + (start 85.515894 89.769834) + (end 85.551635 89.712953) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "abfff7e4-4e89-4e2d-816e-624233b98cb4") + ) + (segment + (start 85.314437 86.784663) + (end 85.208888 86.74773) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "ad4a9cab-4f59-4a8e-8d4d-069f781c2a35") + ) + (segment + (start 86.06776 88.738768) + (end 86.047131 88.718139) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "ae31076c-874a-40a6-9aa6-59a134ed76b0") + ) + (segment + (start 86.09142 82.709462) + (end 86.096184 82.667184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "ae899d07-0fc0-4c94-a836-74d76802259d") + ) + (segment + (start 86.096184 86.987184) + (end 86.09142 86.944905) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "aff13891-e26e-4447-8851-ae7bd82730cc") + ) + (segment + (start 85.994891 88.692981) + (end 85.936908 88.686448) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "b2d2c42f-0606-483f-b2ca-07b067e11e4c") + ) + (segment + (start 86.083282 88.763471) + (end 86.06776 88.738768) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "b390641c-4c2a-4f3b-b7c8-19ffe7c5c0ec") + ) + (segment + (start 85.936908 88.686448) + (end 85.909371 88.676812) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "b3d78ca9-b568-4f88-a1bb-71c6dd3819fd") + ) + (segment + (start 85.486184 89.9) + (end 85.493706 89.833243) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "b4ed5b0d-3007-4698-9f7e-3c8aa45719af") + ) + (segment + (start 85.035131 84.485203) + (end 85.114203 84.406131) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "bff2afc8-bf04-4a20-9e15-2b02310b6d79") + ) + (segment + (start 87.224732 85.665647) + (end 87.247369 85.629621) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "c0062cd0-7f62-4c33-b7f4-9133416a4a47") + ) + (segment + (start 85.208888 85.786637) + (end 85.314437 85.749704) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "c1e6fe52-7e9f-4e57-8124-de3350fe9d71") + ) + (segment + (start 85.035131 85.169164) + (end 84.975637 85.074479) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "c224753b-c3cc-412e-b299-999953063464") + ) + (segment + (start 79.95 79.745) + (end 79.485 79.28) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "c31baa4d-09c0-4c48-b93c-1c91a45d1149") + ) + (segment + (start 85.838881 88.588421) + (end 85.835614 88.55943) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "c568bc4c-cb07-4982-a752-1be24c63ce97") + ) + (segment + (start 85.314437 82.869704) + (end 85.425558 82.857184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "ca04d088-9d6e-44be-a42b-87756ac6b0e4") + ) + (segment + (start 87.194648 83.958636) + (end 87.158622 83.935999) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "cb494a0b-0e55-4bc9-a95d-4b7a09ffc13b") + ) + (segment + (start 87.158622 85.375999) + (end 87.118463 85.361947) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "cc741e4a-caf8-4fa0-a1eb-7a452183c306") + ) + (segment + (start 87.194648 84.255731) + (end 87.224732 84.225647) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "cd299587-3566-48c2-b7b0-ede206393480") + ) + (segment + (start 85.92635 90.229709) + (end 85.862941 90.207521) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "d195bb34-6ea9-4505-9e6a-c33a00918675") + ) + (segment + (start 85.7504 82.3214) + (end 81.6614 82.3214) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "d3af8b90-faf6-4b21-8a25-518b1d8c352e") + ) + (segment + (start 84.926184 84.796558) + (end 84.938704 84.685437) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "d4a6c31a-e278-4516-9e30-a7e8754faa9b") + ) + (segment + (start 87.118463 83.921947) + (end 87.076184 83.917184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "d571735a-923b-4288-add3-741d1340044b") + ) + (segment + (start 86.066475 90.369834) + (end 86.030734 90.312953) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "d75b5b01-b636-4a7a-b0c8-6340d666a7aa") + ) + (segment + (start 85.425558 84.297184) + (end 87.076184 84.297184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "d771e94e-0f74-4731-86f5-86187afaa8f6") + ) + (segment + (start 87.224732 85.42872) + (end 87.194648 85.398636) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "d7fa523f-71f5-4bb7-862e-933803564a39") + ) + (segment + (start 86.022428 88.076812) + (end 86.047131 88.06129) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "dc498d98-f25c-4794-8cda-adcd3dae7c5b") + ) + (segment + (start 85.988621 86.815999) + (end 85.948462 86.801947) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "df50afc1-b4f4-4a08-9387-9825fc7d6670") + ) + (segment + (start 85.493706 89.966756) + (end 85.486184 89.9) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e0d18875-4dd0-4b48-8aed-abf8573f00aa") + ) + (segment + (start 87.194648 85.695731) + (end 87.224732 85.665647) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e1360ab8-bfb8-4140-afa9-5baf0340aad3") + ) + (segment + (start 86.096184 87.95943) + (end 86.096184 86.987184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e1911f83-4ef9-4bee-b675-1e4780547b8e") + ) + (segment + (start 85.114203 83.808236) + (end 85.035131 83.729164) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e322e877-fa4b-40a1-b9eb-04bd2db5ed6c") + ) + (segment + (start 84.926184 86.236558) + (end 84.938704 86.125437) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e387c53d-8ff8-43f7-829b-d15628513571") + ) + (segment + (start 86.047131 88.06129) + (end 86.06776 88.040661) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e3898bcd-ba25-495d-bce5-2258be9d151b") + ) + (segment + (start 85.988621 82.838368) + (end 86.024647 82.815731) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e3f12138-6632-405e-aba7-aaa8ec08b644") + ) + (segment + (start 87.261421 85.504905) + (end 87.247369 85.464746) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e4195b8f-3996-4a59-b6a1-76534a4e174b") + ) + (segment + (start 85.983231 89.534549) + (end 86.030734 89.487046) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e49247ab-5c22-47ea-ad92-3fa9cf32a411") + ) + (segment + (start 86.096184 82.667184) + (end 85.7504 82.3214) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e5ef0be7-b6ed-4eb9-bd74-bc9e15afb65c") + ) + (segment + (start 87.158622 83.935999) + (end 87.118463 83.921947) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e6aafbb3-a8b6-4bac-b79c-e328c884cdff") + ) + (segment + (start 85.848517 88.615958) + (end 85.838881 88.588421) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e6cba99f-921b-4b3b-baa2-62138eafb0a3") + ) + (segment + (start 86.054731 82.785647) + (end 86.077368 82.749621) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e787f522-daba-4130-b443-190b5b855e39") + ) + (segment + (start 87.261421 85.589462) + (end 87.266184 85.547184) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e8cea180-3543-4ce6-acfb-619197762cfc") + ) + (segment + (start 86.092918 88.791008) + (end 86.083282 88.763471) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e8f9c24b-2922-4d79-bb12-10e72531ce5d") + ) + (segment + (start 85.425558 86.797184) + (end 85.314437 86.784663) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "e90e04a4-2fa1-4750-af45-3d38f1d9d020") + ) + (segment + (start 87.247369 85.464746) + (end 87.224732 85.42872) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "ed099fb5-d5f9-4bc0-a703-8a3d6f62e55a") + ) + (segment + (start 85.493706 89.833243) + (end 85.515894 89.769834) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "ee6d8ae1-bbaa-45e2-9e12-8fd479184d18") + ) + (segment + (start 86.1 90.979626) + (end 86.096184 90.97581) + (width 0.15) + (layer "F.Cu") + (net 115) + (uuid "ee73db22-8c3f-4535-b1f1-24cf681a0352") + ) + (segment + (start 87.194648 85.398636) + (end 87.158622 85.375999) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "f262ae55-055d-4209-ace7-75cdfbe3c92e") + ) + (segment + (start 84.938704 83.52893) + (end 84.926184 83.417809) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "f913e180-a2ac-4ba1-b1e8-0b08fcaa55fb") + ) + (segment + (start 85.208888 82.906637) + (end 85.314437 82.869704) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "f9edafc5-53e1-4c43-8957-d21f40780481") + ) + (segment + (start 86.030734 89.487046) + (end 86.066475 89.430165) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "fbcfdfa5-2258-4171-a524-17fc515f012c") + ) + (segment + (start 86.09142 86.944905) + (end 86.077368 86.904746) + (width 0.19) + (layer "F.Cu") + (net 115) + (uuid "ffa2b118-bc4b-4b99-a4fc-58657f2b84da") + ) + (segment + (start 77.150626 81.715) + (end 76.67 81.715) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "00705667-1998-4399-a5bf-af2ebfd82034") + ) + (segment + (start 75.381536 80.613547) + (end 75.417562 80.636184) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "01473b40-a501-4b7d-9200-f7912f5aad08") + ) + (segment + (start 78.005333 83.508892) + (end 78.025242 83.521401) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "0967eaf7-3e4f-4a2f-9d90-7cb2691f23b6") + ) + (segment + (start 82.006615 83.874237) + (end 82.029252 83.910263) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "0b04b070-0d20-4a4e-8269-6ba14a597ba7") + ) + (segment + (start 81.992563 83.834078) + (end 82.006615 83.874237) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "0ccf3bde-866e-4231-b785-fc8e0833134f") + ) + (segment + (start 76.467479 79.886746) + (end 76.430546 79.992295) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "0fa66da5-0371-4282-aa61-1dab22b21bd0") + ) + (segment + (start 82.095362 83.962984) + (end 82.135521 83.977036) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "1208c2e6-8275-4b36-8b7e-41791556fdf1") + ) + (segment + (start 76.498816 81.822562) + (end 76.484764 81.862721) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "14dfd598-a72d-4fe1-aa24-f16a07e972b3") + ) + (segment + (start 79.410563 82.664079) + (end 79.424615 82.704238) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "15231d1a-4f4c-4d4c-8f35-26dfb618d04b") + ) + (segment + (start 78.3458 82.141175) + (end 78.35832 82.030054) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "185b6d6a-f17d-49d8-9711-8423ffb11006") + ) + (segment + (start 77.261747 80.66752) + (end 77.367296 80.704453) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "1a7f6efa-ef60-433d-acc0-6f9a9126bc57") + ) + (segment + (start 78.264164 83.529167) + (end 78.286357 83.521401) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "1ae72f91-4936-4acf-864c-826897b5085a") + ) + (segment + (start 75.457721 80.650236) + (end 75.5 80.655) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "1b43b0f1-3603-4533-b8c5-30aff6cc5ebb") + ) + (segment + (start 76.29198 80.166052) + (end 76.197295 80.225546) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "1beb94ac-0980-4446-a15a-6f6028c2875b") + ) + (segment + (start 78.845174 81.6418) + (end 78.906425 81.6418) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "2164f6c1-ad79-41ca-8543-491ce96de329") + ) + (segment + (start 81.878852 82.999819) + (end 81.938346 83.094504) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "21cc6309-19d3-4729-a9a9-b5621c52b7c2") + ) + (segment + (start 81.488425 82.8118) + (end 81.599546 82.82432) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "2225601c-daae-46cb-9467-08f7096b4a9f") + ) + (segment + (start 76.484764 81.862721) + (end 76.48 81.905) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "24c704a1-3d54-4688-8a8e-e29e75acf676") + ) + (segment + (start 79.553521 82.807037) + (end 79.5958 82.8118) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "28ce41bc-9df6-4fd2-a7c0-7b88a103d2db") + ) + (segment + (start 77.541053 81.52698) + (end 77.461981 81.606052) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "2b57e035-c5f2-4692-ba8d-3bdd0e309a9c") + ) + (segment + (start 78.0708 83.5318) + (end 78.2408 83.5318) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "2d6f9751-3136-4d28-8a9e-0cd9bb26a883") + ) + (segment + (start 76.67 81.715) + (end 76.627722 81.719763) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "2e1ed5c9-c168-40c3-b373-b813fb2f506a") + ) + (segment + (start 79.5958 82.8118) + (end 81.488425 82.8118) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "2fd862e9-db34-40e2-a9bb-aa09460a2702") + ) + (segment + (start 75.328815 80.382562) + (end 75.314763 80.422721) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "30c38d61-c40c-4343-b062-4ca436ed88b8") + ) + (segment + (start 81.705095 82.861253) + (end 81.79978 82.920747) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "326a4693-fdaa-4642-9895-c43c0f658e2d") + ) + (segment + (start 77.807934 82.903275) + (end 77.874324 82.969665) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "3407777c-d948-490d-a2f0-b3ad3390e217") + ) + (segment + (start 77.1618 82.8118) + (end 77.546513 82.8118) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "3461eeb7-7801-4932-b532-6f5fec8d4434") + ) + (segment + (start 75.328815 80.547437) + (end 75.351452 80.583463) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "35eab331-86c6-4cb6-9184-78f5a185c17a") + ) + (segment + (start 81.9878 83.7918) + (end 81.992563 83.834078) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "3918f455-43b5-4b75-9cb3-d94d2246a79e") + ) + (segment + (start 77.9658 83.4268) + (end 77.968432 83.450164) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "3abc7d0d-7f0b-4ca9-ad83-e4dc3d16650e") + ) + (segment + (start 76.371052 80.08698) + (end 76.29198 80.166052) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "3f14e26b-7cdc-410d-b3d8-a1e1b508e5c6") + ) + (segment + (start 77.63748 81.043253) + (end 77.65 81.154374) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "4bbbd8c8-4e36-4cd9-a712-7bf873ec1ef3") + ) + (segment + (start 82.220078 83.977036) + (end 82.260237 83.962984) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "4c2fb79c-207e-4f92-8ea1-7543e9ed400d") + ) + (segment + (start 77.924277 83.049164) + (end 77.955287 83.137786) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "4d3f805b-53d2-4562-81c5-c956db5aea1d") + ) + (segment + (start 76.551537 81.756452) + (end 76.521453 81.786536) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "4e6870e4-1f97-40e7-8a7a-56d8572ba4b0") + ) + (segment + (start 77.367296 80.704453) + (end 77.461981 80.763947) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "4ef92708-c2d9-4531-af23-a1f9f476bf8c") + ) + (segment + (start 78.286357 83.521401) + (end 78.306266 83.508892) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "501d4bce-cdc1-4f22-a879-fa6401679036") + ) + (segment + (start 75.351452 80.346536) + (end 75.328815 80.382562) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "5039f9ed-3687-480a-b451-438b92d2c07f") + ) + (segment + (start 76.091746 80.262479) + (end 75.980625 80.275) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "50613ac1-50d8-41b2-be0d-eeac7e93c1bf") + ) + (segment + (start 76.945 78.45) + (end 76.945 79.28) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "51ce36e4-ec15-4597-aa48-2cb2bb66cff9") + ) + (segment + (start 82.059336 83.940347) + (end 82.095362 83.962984) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "55294602-c4e4-487a-a338-ed7752769dfd") + ) + (segment + (start 82.867174 82.8118) + (end 83.3718 82.8118) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "562714aa-c0c0-438a-9d24-8b0e8acf55de") + ) + (segment + (start 78.343167 83.450164) + (end 78.3458 83.4268) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "5774bdd1-8194-448a-aec7-dfa84546f3f4") + ) + (segment + (start 79.017546 81.654321) + (end 79.123095 81.691254) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "5b0e5992-43d0-4051-b54f-4291a56f93c2") + ) + (segment + (start 77.546513 82.8118) + (end 77.639813 82.822312) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "5b367d3d-1497-4aa7-b0d9-36ab9417df1d") + ) + (segment + (start 77.728435 82.853322) + (end 77.807934 82.903275) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "5c90fc84-95ac-4548-bdd9-458023368f41") + ) + (segment + (start 84.5488 86.8856) + (end 85.07 87.4068) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "5e066100-2ddd-4cf4-b70e-2e800bbbf810") + ) + (segment + (start 82.296263 83.940347) + (end 82.326347 83.910263) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "621a76b0-8cc0-4f42-9108-665d857c9cff") + ) + (segment + (start 77.600547 81.432295) + (end 77.541053 81.52698) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "63e61c71-224b-4a45-a318-e6a3057bc573") + ) + (segment + (start 79.356346 81.924505) + (end 79.393279 82.030054) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "64785f4f-92fd-44e0-8e9a-2f3a123d3461") + ) + (segment + (start 78.322892 83.492266) + (end 78.335401 83.472357) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "6543b822-f58e-4dae-90e3-419252c93ac4") + ) + (segment + (start 85.07 87.4068) + (end 85.07 91.27) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "658ce690-6c9f-41d9-8898-795178553f10") + ) + (segment + (start 82.650504 82.861253) + (end 82.756053 82.82432) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "694c47cb-504e-491d-90eb-b415fea4902c") + ) + (segment + (start 77.65 81.154374) + (end 77.65 81.215625) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "6995d692-6799-4a4b-8ee5-526e62999268") + ) + (segment + (start 78.533819 81.750748) + (end 78.628504 81.691254) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "6c4d8446-8c8f-40a4-9ee7-f453b9e2653f") + ) + (segment + (start 79.296852 81.82982) + (end 79.356346 81.924505) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "701e1175-d532-4c5e-b013-c61641cdf82e") + ) + (segment + (start 79.123095 81.691254) + (end 79.21778 81.750748) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "7107631d-3008-45ea-9b99-7324c892add5") + ) + (segment + (start 78.906425 81.6418) + (end 79.017546 81.654321) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "712800d2-6d31-48fd-89fb-bd6a85b1e45c") + ) + (segment + (start 82.3678 83.311174) + (end 82.38032 83.200053) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "7139156b-2052-4ab2-89c5-dcffdf426f7e") + ) + (segment + (start 75.417562 80.636184) + (end 75.457721 80.650236) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "7269c319-0767-4b85-898a-3b8bb1c1b467") + ) + (segment + (start 78.025242 83.521401) + (end 78.047435 83.529167) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "765e88c2-7918-4daa-8f5e-e11a684828f1") + ) + (segment + (start 76.48 79.775625) + (end 76.467479 79.886746) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "7aa48356-0363-4881-a22e-060e5a1f9201") + ) + (segment + (start 77.461981 81.606052) + (end 77.367296 81.665546) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "7b95f590-2273-4982-8124-36c87c237ff9") + ) + (segment + (start 81.79978 82.920747) + (end 81.878852 82.999819) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "7c289ea3-a8eb-4bf9-bc4d-6cc10ec3f1c3") + ) + (segment + (start 82.417253 83.094504) + (end 82.476747 82.999819) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "7ea7cc4a-9f54-4274-8035-370397e0f165") + ) + (segment + (start 83.3718 82.8118) + (end 84.5488 83.9888) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "7f40c856-382c-4bbd-93d8-6fb835f56b9c") + ) + (segment + (start 78.734053 81.654321) + (end 78.845174 81.6418) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "7f58cd76-4864-4f5f-9f53-2c98b95a7a5e") + ) + (segment + (start 77.639813 82.822312) + (end 77.728435 82.853322) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "7f9b3afe-36aa-4100-8eb1-fe067dbbac71") + ) + (segment + (start 79.424615 82.704238) + (end 79.447252 82.740264) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "87cb998e-4374-4fa5-80f2-a9ac2e0f7d0f") + ) + (segment + (start 75.314763 80.422721) + (end 75.31 80.465) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "89cfe07c-b311-490b-a875-0a71de4bf2f3") + ) + (segment + (start 84.5488 83.9888) + (end 84.5488 86.8856) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "8a4bd203-982c-47eb-8d5f-c6411ccb82db") + ) + (segment + (start 76.430546 79.992295) + (end 76.371052 80.08698) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "8c76b6f5-ee3a-4ad1-bdeb-0ae5ad222b2c") + ) + (segment + (start 79.513362 82.792985) + (end 79.553521 82.807037) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "8f231690-1732-47a4-90a6-90695890cfcc") + ) + (segment + (start 76.521453 81.786536) + (end 76.498816 81.822562) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "918959b8-9288-4c0c-ae06-910b676ebb49") + ) + (segment + (start 77.261747 81.702479) + (end 77.150626 81.715) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "92c33c20-8ebf-40f4-8eec-0574c9f8029b") + ) + (segment + (start 75.980625 80.275) + (end 75.5 80.275) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "9389fcf1-09bd-481d-a4ef-9384a42d56e2") + ) + (segment + (start 77.988707 83.492266) + (end 78.005333 83.508892) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "93915dab-1c1b-47e1-b561-978ee5d4fe83") + ) + (segment + (start 82.555819 82.920747) + (end 82.650504 82.861253) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "96139d2d-c1bd-4d47-a0e0-6cd2e2c10003") + ) + (segment + (start 78.3458 83.4268) + (end 78.3458 82.141175) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "982fa09f-eeba-44d9-8ab2-78b2219a92ba") + ) + (segment + (start 77.955287 83.137786) + (end 77.9658 83.231086) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "98d9e41e-e58a-4a5d-93bd-e0f3498c6e85") + ) + (segment + (start 75.314763 80.507278) + (end 75.328815 80.547437) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "9b533e2a-a396-4b85-abf3-b4e562338c74") + ) + (segment + (start 76.197295 80.225546) + (end 76.091746 80.262479) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "9bda1d5c-c299-49f4-8ecc-fbce1c1f38f7") + ) + (segment + (start 76.48 79.745) + (end 76.48 79.775625) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "9feb89e8-a76d-45d5-8af6-f4e73565a5d4") + ) + (segment + (start 79.4058 82.141175) + (end 79.4058 82.6218) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "a101baee-116e-4be1-9a34-0dfd37bf6955") + ) + (segment + (start 77.874324 82.969665) + (end 77.924277 83.049164) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "a7f9e962-df3d-48ec-bb65-e4cd721b1fdb") + ) + (segment + (start 75.457721 80.279763) + (end 75.417562 80.293815) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "a84d850c-55c4-4dbc-a068-1021420b8e3b") + ) + (segment + (start 75.31 80.465) + (end 75.314763 80.507278) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "aa11e936-cdab-420f-a78f-caa32c69260a") + ) + (segment + (start 78.2408 83.5318) + (end 78.264164 83.529167) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "aba076c8-6076-4aad-ba55-ee571a49789c") + ) + (segment + (start 81.9878 83.311174) + (end 81.9878 83.7918) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "ae41ddc8-040a-4a4c-a52c-c9a78e4e42c9") + ) + (segment + (start 82.348984 83.874237) + (end 82.363036 83.834078) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "b05bc7c8-c777-46cb-992c-675a01f2ec86") + ) + (segment + (start 82.756053 82.82432) + (end 82.867174 82.8118) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "b3bb3afd-0c5e-4d37-b0c0-6be758fe9570") + ) + (segment + (start 81.975279 83.200053) + (end 81.9878 83.311174) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "b4169a8e-18b5-44ca-805a-3c8b3f7f3c21") + ) + (segment + (start 82.326347 83.910263) + (end 82.348984 83.874237) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "b4d49ec5-8673-4fa4-863f-d751fb2fb39d") + ) + (segment + (start 76.48 82.13) + (end 77.1618 82.8118) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "b4da0752-9255-4bac-97d9-905e5effd578") + ) + (segment + (start 81.599546 82.82432) + (end 81.705095 82.861253) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "b54c8dc8-4d54-40c6-8cf3-b0d8930fbdd1") + ) + (segment + (start 82.029252 83.910263) + (end 82.059336 83.940347) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "b817450e-6b27-4189-817d-6368469ba5d9") + ) + (segment + (start 76.587563 81.733815) + (end 76.551537 81.756452) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "ba884cb2-63bf-4c50-8b66-c3860de5c02e") + ) + (segment + (start 75.5 80.655) + (end 77.150626 80.655) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "be5ec1ea-219c-4d90-a7fa-10877a9e34cd") + ) + (segment + (start 77.63748 81.326746) + (end 77.600547 81.432295) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "c06319b8-828c-45ad-ac58-f153ffd2bb82") + ) + (segment + (start 76.627722 81.719763) + (end 76.587563 81.733815) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "c344f906-0de8-44d1-959b-83d7cf9f3e3f") + ) + (segment + (start 75.417562 80.293815) + (end 75.381536 80.316452) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "c417a097-3716-42e2-a277-85bd091132c6") + ) + (segment + (start 78.395253 81.924505) + (end 78.454747 81.82982) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "c50648e3-d832-40ab-97aa-98c6541e7e5b") + ) + (segment + (start 77.600547 80.937704) + (end 77.63748 81.043253) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "c50735f4-6020-400c-a452-2ae81a0d9fc9") + ) + (segment + (start 77.65 81.215625) + (end 77.63748 81.326746) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "ceeaa25e-5dd0-4b0b-abeb-d03824759358") + ) + (segment + (start 76.48 81.905) + (end 76.48 82.13) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "d18540cc-7c2f-43ec-944a-ac415cbaf3fd") + ) + (segment + (start 78.628504 81.691254) + (end 78.734053 81.654321) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "d4cdb3fb-b506-4945-a14b-7c5d340efa50") + ) + (segment + (start 82.3678 83.7918) + (end 82.3678 83.311174) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "d52d6dac-e0dc-43f7-adb2-c28cdd357ce8") + ) + (segment + (start 75.5 80.275) + (end 75.457721 80.279763) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "d700fab8-54ff-4598-b1ed-2da6ebf65439") + ) + (segment + (start 76.945 79.28) + (end 76.48 79.745) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "d7a258e2-d08c-4fd4-b61c-45edb53abc36") + ) + (segment + (start 82.363036 83.834078) + (end 82.3678 83.7918) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "d7a292ee-143d-4a40-b486-e947e1002c69") + ) + (segment + (start 78.306266 83.508892) + (end 78.322892 83.492266) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "d977a94d-6c9a-43b3-ae85-8020f05b746b") + ) + (segment + (start 75.381536 80.316452) + (end 75.351452 80.346536) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "d9f9cd76-2103-4a02-8698-c124fe624175") + ) + (segment + (start 78.047435 83.529167) + (end 78.0708 83.5318) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "da17c545-f7d6-4b7a-b32a-9980c1fdd5ea") + ) + (segment + (start 78.35832 82.030054) + (end 78.395253 81.924505) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "db5b3db1-1522-4f64-8767-8904a5729aa9") + ) + (segment + (start 82.135521 83.977036) + (end 82.1778 83.9818) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "db8d6a05-f70e-480e-9940-340484e3d966") + ) + (segment + (start 77.367296 81.665546) + (end 77.261747 81.702479) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "dc1b6b19-ccbc-4248-8ca8-8304abf46fd8") + ) + (segment + (start 77.968432 83.450164) + (end 77.976198 83.472357) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "dd0bc3b7-bdeb-431d-8fc7-11d5fc431ce6") + ) + (segment + (start 78.454747 81.82982) + (end 78.533819 81.750748) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "dde0a94d-9f7e-4c0d-b9bd-67d919096fa1") + ) + (segment + (start 77.461981 80.763947) + (end 77.541053 80.843019) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "df8d538f-19c3-445a-b5f3-6d1f567a40f1") + ) + (segment + (start 79.21778 81.750748) + (end 79.296852 81.82982) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "e07a8a1f-2f55-45df-a48e-0e2a457fd07e") + ) + (segment + (start 81.938346 83.094504) + (end 81.975279 83.200053) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "e370e64b-1579-4d62-8fdb-aef8912519b5") + ) + (segment + (start 79.447252 82.740264) + (end 79.477336 82.770348) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "e3d78610-a48b-4b2a-9edf-1d7c13e98198") + ) + (segment + (start 79.477336 82.770348) + (end 79.513362 82.792985) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "e8114f3b-2f27-4cbc-82e5-8ea668dafa63") + ) + (segment + (start 82.38032 83.200053) + (end 82.417253 83.094504) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "e8a25d38-5aa4-4107-9d31-ac0ccc1ef2d4") + ) + (segment + (start 82.476747 82.999819) + (end 82.555819 82.920747) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "e9f39fed-d7bb-4b81-b2f3-618e19551949") + ) + (segment + (start 75.351452 80.583463) + (end 75.381536 80.613547) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "ea7b464b-d0cf-4813-9723-6442e8bfdf5d") + ) + (segment + (start 79.4058 82.6218) + (end 79.410563 82.664079) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "ecbf66a8-16ff-4c97-a0be-9263bc18baed") + ) + (segment + (start 77.150626 80.655) + (end 77.261747 80.66752) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "eeaf5c2e-573f-4dd1-ac5b-fbfecd16bd55") + ) + (segment + (start 85.07 91.27) + (end 85.3 91.5) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "eee0e712-9905-455b-9345-42af9d32ddf8") + ) + (segment + (start 78.335401 83.472357) + (end 78.343167 83.450164) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "f101ae28-4986-4bcf-8265-69b1e80f2543") + ) + (segment + (start 77.976198 83.472357) + (end 77.988707 83.492266) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "f4ad0534-361a-4967-ab71-475e6d58c79b") + ) + (segment + (start 82.260237 83.962984) + (end 82.296263 83.940347) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "f543c112-e3e8-4b69-adab-faeaf3f67f68") + ) + (segment + (start 77.9658 83.231086) + (end 77.9658 83.4268) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "f59167db-872b-4b99-80b8-512ed5d5cee0") + ) + (segment + (start 79.393279 82.030054) + (end 79.4058 82.141175) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "f7a0212c-a673-43fe-ae57-c300516cfc9a") + ) + (segment + (start 82.1778 83.9818) + (end 82.220078 83.977036) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "fc614e1a-ac15-48a7-ad33-9abf7a3275a3") + ) + (segment + (start 77.541053 80.843019) + (end 77.600547 80.937704) + (width 0.19) + (layer "F.Cu") + (net 116) + (uuid "fd758cad-e0d7-4141-bc52-0b1a72d4a012") + ) + (segment + (start 77.623167 83.233435) + (end 77.615401 83.211242) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "032983ee-e812-4071-a400-9e645fa62c9a") + ) + (segment + (start 81.697253 84.039095) + (end 81.66032 83.933546) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "0421db1b-df66-4562-8a25-b69ad8a2a1ec") + ) + (segment + (start 77.12 80.995) + (end 75.469374 80.995) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "046caca7-6452-48ac-8484-8bb8ae5c5195") + ) + (segment + (start 78.704615 82.089363) + (end 78.690563 82.129522) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "04c1e606-7509-4a6b-a3ab-c23c6d39cab3") + ) + (segment + (start 76.135236 79.787278) + (end 76.14 79.745) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "04ecab63-3ba3-4607-adfb-660554b07e19") + ) + (segment + (start 76.189454 81.657704) + (end 76.248948 81.563019) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "06a9ae71-e3c1-4cc3-b2e3-a63700a1b326") + ) + (segment + (start 83.2118 83.1518) + (end 82.8978 83.1518) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "0a6bdd72-9a6d-4fef-bc2b-7dbd4b0ca8f7") + ) + (segment + (start 77.238464 81.333547) + (end 77.268548 81.303463) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "0b1ccb02-cb5d-443c-8926-aa166e5cdf03") + ) + (segment + (start 84.2088 84.1488) + (end 83.2118 83.1518) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "0c063618-eac8-441c-8aa9-fa17b2f6c52c") + ) + (segment + (start 81.500078 83.156563) + (end 81.4578 83.1518) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "0d52fbf2-1bfa-42d9-ae91-95d10277d4e9") + ) + (segment + (start 76.098547 79.863463) + (end 76.121184 79.827437) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "0df5eab7-c1e3-4790-b3c7-36cd2cb464e6") + ) + (segment + (start 82.208425 84.3218) + (end 82.147174 84.3218) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "134e7d69-ce12-4f3f-8131-19801eae8228") + ) + (segment + (start 78.266513 83.8718) + (end 78.045086 83.8718) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "13f76433-d9fc-4f51-8436-5a1972596cce") + ) + (segment + (start 82.712563 83.299521) + (end 82.7078 83.3418) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "148def83-e840-40b3-b987-61484e549627") + ) + (segment + (start 78.359813 83.861287) + (end 78.266513 83.8718) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "15a931d1-3929-4b03-95b4-c140735d2b1a") + ) + (segment + (start 75.675 79.28) + (end 75.675 78.45) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "166f624f-9d52-4171-9ced-5cb6bdd9c702") + ) + (segment + (start 78.757336 82.023253) + (end 78.727252 82.053337) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "179fd1ce-179f-48a3-aea8-329427a4adbe") + ) + (segment + (start 77.291185 81.102562) + (end 77.268548 81.066536) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "1d1d1180-d14e-439a-993b-59283a64ff30") + ) + (segment + (start 77.12 81.375) + (end 77.162279 81.370236) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "22fd0b99-335b-4814-8e02-dee040a2d596") + ) + (segment + (start 82.7078 83.3418) + (end 82.7078 83.822425) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "24fa128e-b9bf-4865-8068-d8f7f5245e9a") + ) + (segment + (start 74.98252 80.606746) + (end 74.97 80.495625) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "26d34c7a-663c-44ce-bf5d-9011a0023f0c") + ) + (segment + (start 76.14 81.874374) + (end 76.152521 81.763253) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "276430ee-7a5d-49cc-bfc8-a189d35f3f0c") + ) + (segment + (start 79.454053 83.13928) + (end 79.348504 83.102347) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "2939a6c2-7245-480d-be39-15e09247a117") + ) + (segment + (start 81.628984 83.259362) + (end 81.606347 83.223336) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "299e4937-4c28-477f-ad0b-a3034df93b47") + ) + (segment + (start 79.174747 82.963781) + (end 79.115253 82.869096) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "2c577a47-dd99-484d-98e7-a1a6118d18cf") + ) + (segment + (start 77.636312 83.545813) + (end 77.6258 83.452513) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "3064363d-f6c5-452f-a8e1-931c68c1d1c5") + ) + (segment + (start 78.6858 83.452513) + (end 78.675287 83.545813) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "30c09179-27b1-46a1-8b7f-52075e174d5d") + ) + (segment + (start 84.2088 87.0282) + (end 84.2088 84.1488) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "315a378e-cf44-42c9-a926-d09acef28212") + ) + (segment + (start 77.305237 81.227278) + (end 77.31 81.185) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "3326710d-69e9-4099-a97d-86d21f9b321f") + ) + (segment + (start 82.855521 83.156563) + (end 82.815362 83.170615) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "34f49b81-03af-49c6-80ba-1d6c08956c69") + ) + (segment + (start 76.248948 81.563019) + (end 76.32802 81.483947) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "38573ee9-02d4-4361-96f6-67e115767ba9") + ) + (segment + (start 78.045086 83.8718) + (end 77.951786 83.861287) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "38c8d13c-d60b-4203-9dc8-3ee086e34d77") + ) + (segment + (start 77.586266 83.174707) + (end 77.566357 83.162198) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "3dd68dde-fa6a-4678-8da5-bedcb21224da") + ) + (segment + (start 75.252704 80.945546) + (end 75.158019 80.886052) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "3f65c4bd-282c-46b6-be29-3255d65994f3") + ) + (segment + (start 78.793362 82.000616) + (end 78.757336 82.023253) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "3f680384-dde5-43fe-ae66-7e84ca7b2960") + ) + (segment + (start 76.639375 81.375) + (end 77.12 81.375) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "42a2b2c3-5ebb-49d9-aedb-3a59eff4693b") + ) + (segment + (start 76.528254 81.38752) + (end 76.639375 81.375) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "44356c0d-9b78-48f4-a3d4-ef05db46f5b0") + ) + (segment + (start 82.425095 84.272346) + (end 82.319546 84.309279) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "44e4199d-9a44-4390-be79-46db6e1a8ab7") + ) + (segment + (start 78.675287 83.545813) + (end 78.644277 83.634435) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "45b35778-5b42-45b5-9373-4070b82d2d64") + ) + (segment + (start 81.6478 83.3418) + (end 81.643036 83.299521) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "4837dbb1-4aa5-47bc-ad85-830f60f9154f") + ) + (segment + (start 77.951786 83.861287) + (end 77.863164 83.830277) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "49fb3fcb-e2cb-4d87-9fef-1064751f6f1d") + ) + (segment + (start 76.152521 81.763253) + (end 76.189454 81.657704) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "4e24b314-e05b-43cf-a94e-9cd9a7f098a1") + ) + (segment + (start 82.779336 83.193252) + (end 82.749252 83.223336) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "4fa580aa-b85d-4ae8-9378-5e7ebbe09297") + ) + (segment + (start 77.268548 81.303463) + (end 77.291185 81.267437) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "56459b18-45d7-4c0f-a105-5ccf602efeea") + ) + (segment + (start 81.66032 83.933546) + (end 81.6478 83.822425) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "57038053-edc6-4c25-96eb-1eb96c9030ec") + ) + (segment + (start 78.527934 83.780324) + (end 78.448435 83.830277) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "58384b45-46e8-4700-a9e2-ec2006ff86bc") + ) + (segment + (start 79.565174 83.1518) + (end 79.454053 83.13928) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "5a24153b-bbbe-445a-adb4-43d1faaeefb1") + ) + (segment + (start 79.253819 83.042853) + (end 79.174747 82.963781) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "5b02613f-efef-4dd0-85cc-be1c896d096d") + ) + (segment + (start 84.73 91.27) + (end 84.73 87.5494) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "5d17f24e-8476-4ac5-9700-8c367183ed7f") + ) + (segment + (start 84.73 87.5494) + (end 84.2088 87.0282) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "5d8d8bc3-0909-447a-ad63-1de268dd75be") + ) + (segment + (start 76.14 79.745) + (end 75.675 79.28) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "60326336-7b2b-461c-98a1-dabb6c7f4270") + ) + (segment + (start 75.469374 79.935) + (end 75.95 79.935) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "60e2be4a-af7b-4af4-afa0-88d123bc0a82") + ) + (segment + (start 76.032437 79.916184) + (end 76.068463 79.893547) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "6146eab9-fca2-4bb4-bc11-0a211214f1c3") + ) + (segment + (start 77.162279 80.999763) + (end 77.12 80.995) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "6500a9af-de45-4a95-a856-5049be5bcd22") + ) + (segment + (start 78.958237 82.000616) + (end 78.918078 81.986564) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "6628d3d8-83d2-460d-98e6-b6b2da80b08c") + ) + (segment + (start 77.31 81.185) + (end 77.305237 81.142721) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "67a6b916-ca7a-41fc-ae72-435f634ad18a") + ) + (segment + (start 78.594324 83.713934) + (end 78.527934 83.780324) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "68922338-a848-4dd0-84b7-a8a63bd059bd") + ) + (segment + (start 76.32802 81.483947) + (end 76.422705 81.424453) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "6b4371c5-3a90-4fb2-825e-41df9b3602a8") + ) + (segment + (start 75.95 79.935) + (end 75.992278 79.930236) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "6e958aa7-1db9-4b24-90a4-c8c3cae6a83e") + ) + (segment + (start 82.695279 83.933546) + (end 82.658346 84.039095) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "71c001eb-8d0e-43ac-8ecd-70f2339bde42") + ) + (segment + (start 82.8978 83.1518) + (end 82.855521 83.156563) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "71ec2bcf-c838-4d93-88b9-769d3aedab35") + ) + (segment + (start 81.540237 83.170615) + (end 81.500078 83.156563) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "75ab8b51-2d15-471a-a9a4-eba49bbe99e8") + ) + (segment + (start 77.566357 83.162198) + (end 77.544164 83.154432) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "795cd1df-7fbd-43e5-b8c7-37253d4ed335") + ) + (segment + (start 79.024347 82.053337) + (end 78.994263 82.023253) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "79a4d627-c9cc-4d76-8b31-68992e42badf") + ) + (segment + (start 79.061036 82.129522) + (end 79.046984 82.089363) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "7b6ce823-e462-46b4-a6fd-c3a914d95298") + ) + (segment + (start 76.14 82.29) + (end 76.14 81.874374) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "7bc87a0d-e6d4-4780-ab6c-05e332dd0dff") + ) + (segment + (start 77.162279 81.370236) + (end 77.202438 81.356184) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "7c15e983-d86d-4112-8b09-d22a0e2aa9db") + ) + (segment + (start 77.602892 83.191333) + (end 77.586266 83.174707) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "7d6d569a-7369-4b37-b54d-19f8e663e1c4") + ) + (segment + (start 82.147174 84.3218) + (end 82.036053 84.309279) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "7d74f531-c792-4beb-b3ab-45711ef608ce") + ) + (segment + (start 74.97 80.434374) + (end 74.98252 80.323253) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "7d762afa-16da-4370-a601-da79b712e852") + ) + (segment + (start 78.918078 81.986564) + (end 78.8758 81.9818) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "80c36662-4376-4d9a-a113-6e8b250b4f5b") + ) + (segment + (start 78.6858 82.1718) + (end 78.6858 83.452513) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "828dbe95-df72-484b-8359-7d74924a9081") + ) + (segment + (start 82.749252 83.223336) + (end 82.726615 83.259362) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "85945bde-65a4-464c-8df1-b3e98a224ac0") + ) + (segment + (start 77.291185 81.267437) + (end 77.305237 81.227278) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "85d017ce-00d8-4b9d-9318-d2d75da9809b") + ) + (segment + (start 81.4578 83.1518) + (end 79.565174 83.1518) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "88b16220-4c4f-42e7-aeb8-2abb4c1d64b0") + ) + (segment + (start 77.615401 83.211242) + (end 77.602892 83.191333) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "89ca5dbf-ffcd-4580-a3a6-e1aae7fb38ca") + ) + (segment + (start 76.121184 79.827437) + (end 76.135236 79.787278) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "89cc9ca6-9bb9-4622-9549-65a2508f1be8") + ) + (segment + (start 79.0658 82.1718) + (end 79.061036 82.129522) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "8e54e158-76fc-4c8e-a3c6-1da9e699dd0f") + ) + (segment + (start 75.992278 79.930236) + (end 76.032437 79.916184) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "90514dae-c258-49f0-8ea2-e8465b60870e") + ) + (segment + (start 82.598852 84.13378) + (end 82.51978 84.212852) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "9421d72d-6c35-45b9-bec5-28812acbfa17") + ) + (segment + (start 82.7078 83.822425) + (end 82.695279 83.933546) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "94f9fc1d-fa1f-467f-a677-015d995c241e") + ) + (segment + (start 75.019453 80.217704) + (end 75.078947 80.123019) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "97b2f2a2-5f01-4427-b6c0-4abfca18df4f") + ) + (segment + (start 81.643036 83.299521) + (end 81.628984 83.259362) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "9d08780f-41dd-4f44-a71d-1980e770a14f") + ) + (segment + (start 75.358253 79.94752) + (end 75.469374 79.935) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "9d9de513-b0b8-4917-bc60-ace8437915b6") + ) + (segment + (start 79.07832 82.763547) + (end 79.0658 82.652426) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "9e9af72c-36cd-4137-88d9-d05214970ed2") + ) + (segment + (start 77.6258 83.452513) + (end 77.6258 83.2568) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "a0ab7880-64b9-4d89-90ef-d0e980743707") + ) + (segment + (start 78.8758 81.9818) + (end 78.833521 81.986564) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "a1dc82c7-483b-405f-bfaa-f81bfff53176") + ) + (segment + (start 76.068463 79.893547) + (end 76.098547 79.863463) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "a23c704e-cf1d-4079-ad48-e433a8ff6f02") + ) + (segment + (start 78.833521 81.986564) + (end 78.793362 82.000616) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "a344ec94-dcd9-46ae-9dd4-c95f08a5d127") + ) + (segment + (start 77.268548 81.066536) + (end 77.238464 81.036452) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "a4a4a9b2-b00e-4de8-947c-82cb95b02a26") + ) + (segment + (start 77.0018 83.1518) + (end 76.14 82.29) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "a60cae8f-8184-4052-aafa-5c693f20018a") + ) + (segment + (start 78.690563 82.129522) + (end 78.6858 82.1718) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "a74a2ecb-b3d3-4857-b4a0-0f6b8b1ff3de") + ) + (segment + (start 77.202438 81.013815) + (end 77.162279 80.999763) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "a7f29850-1cc4-46c1-b46d-ef6833aa6812") + ) + (segment + (start 81.835819 84.212852) + (end 81.756747 84.13378) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "a9573b65-99e2-4b1d-bc11-425f3ef28790") + ) + (segment + (start 81.930504 84.272346) + (end 81.835819 84.212852) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "a9abde18-ebc3-4002-b722-2bc86dd4a3d7") + ) + (segment + (start 77.863164 83.830277) + (end 77.783665 83.780324) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "aad3ecca-07e1-46b3-8d4e-5b051506e807") + ) + (segment + (start 79.115253 82.869096) + (end 79.07832 82.763547) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "ab5eedbe-bf43-43a6-87ca-b41cff2974ef") + ) + (segment + (start 81.6478 83.822425) + (end 81.6478 83.3418) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "ab731dfd-2dd4-498d-958c-3d160d8187a7") + ) + (segment + (start 77.202438 81.356184) + (end 77.238464 81.333547) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "aee17aa9-4063-4345-8a9e-06f60fdbf52e") + ) + (segment + (start 82.036053 84.309279) + (end 81.930504 84.272346) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "b13e8723-f8d8-4f28-9777-6c1ea174d677") + ) + (segment + (start 75.158019 80.043947) + (end 75.252704 79.984453) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "b1b11244-2b27-47ec-9510-8d42301d7457") + ) + (segment + (start 81.756747 84.13378) + (end 81.697253 84.039095) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "b1f049ee-f5f1-47a7-b81d-3d332f99b222") + ) + (segment + (start 79.348504 83.102347) + (end 79.253819 83.042853) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "b2379fe0-48d5-466d-894e-8e6da216df1b") + ) + (segment + (start 81.606347 83.223336) + (end 81.576263 83.193252) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "b2c625b6-ed7a-4a50-9105-173b384188fa") + ) + (segment + (start 75.019453 80.712295) + (end 74.98252 80.606746) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "b3f4024e-c845-4e84-a604-50ec3e25c806") + ) + (segment + (start 79.0658 82.652426) + (end 79.0658 82.1718) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "b42b3d16-0988-4f7b-ad3f-dfc376005ee3") + ) + (segment + (start 75.358253 80.982479) + (end 75.252704 80.945546) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "b5375a30-795b-4cf7-9ccc-662a90ba72a4") + ) + (segment + (start 82.815362 83.170615) + (end 82.779336 83.193252) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "b8278e17-3eb3-4fd1-9f48-28b80be960d1") + ) + (segment + (start 75.469374 80.995) + (end 75.358253 80.982479) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "baa31255-dcaa-42e5-9813-ab408734d04d") + ) + (segment + (start 78.994263 82.023253) + (end 78.958237 82.000616) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "bc3d4f5b-663c-4281-9d35-34f106289c36") + ) + (segment + (start 79.046984 82.089363) + (end 79.024347 82.053337) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "bd03a794-c35b-42b3-a331-b23630dee108") + ) + (segment + (start 78.727252 82.053337) + (end 78.704615 82.089363) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "be36ee5b-66ad-4d8f-bcc4-a9b73594987a") + ) + (segment + (start 82.319546 84.309279) + (end 82.208425 84.3218) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "c0c76d32-7e63-431c-a91f-d7e0377055a1") + ) + (segment + (start 77.667322 83.634435) + (end 77.636312 83.545813) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "c1b88f66-c809-46f2-b417-fd2dcc47fb09") + ) + (segment + (start 82.658346 84.039095) + (end 82.598852 84.13378) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "c4a49376-0337-41b4-b572-6ebddf88df51") + ) + (segment + (start 78.644277 83.634435) + (end 78.594324 83.713934) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "c69efd68-b8d0-497d-ae25-5b69017e5c77") + ) + (segment + (start 75.078947 80.123019) + (end 75.158019 80.043947) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "c7bc1157-d136-494e-a26b-e0c9397a0f48") + ) + (segment + (start 77.5208 83.1518) + (end 77.0018 83.1518) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "c8daeb28-c525-4e55-a264-b6cb07a30f2d") + ) + (segment + (start 84.5 91.5) + (end 84.73 91.27) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "cb30d182-7015-4e89-a57f-5cf0f91a6a00") + ) + (segment + (start 81.576263 83.193252) + (end 81.540237 83.170615) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "ccc300cc-1b9f-42a0-aa7a-badea07fb048") + ) + (segment + (start 76.422705 81.424453) + (end 76.528254 81.38752) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "d6a08934-0f05-4531-86f0-e5931f2293f7") + ) + (segment + (start 77.544164 83.154432) + (end 77.5208 83.1518) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "d807ab4e-782e-412a-a12e-09a77b8c3305") + ) + (segment + (start 82.726615 83.259362) + (end 82.712563 83.299521) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "dc433355-3ad7-4180-9e66-d99beece9b35") + ) + (segment + (start 77.305237 81.142721) + (end 77.291185 81.102562) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "dc529472-5f5c-4aee-8587-2ceaebef495d") + ) + (segment + (start 77.717275 83.713934) + (end 77.667322 83.634435) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "e05b7cfa-a126-4de7-a891-69e35c32483e") + ) + (segment + (start 75.158019 80.886052) + (end 75.078947 80.80698) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "e0a3a04a-2f9e-4cce-bac0-1a7c08ef4522") + ) + (segment + (start 77.6258 83.2568) + (end 77.623167 83.233435) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "e28785e6-23a6-4d97-8af1-f33c992f70f8") + ) + (segment + (start 77.783665 83.780324) + (end 77.717275 83.713934) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "e753ce67-cb56-42f0-a3cb-c1a35f060ac2") + ) + (segment + (start 75.078947 80.80698) + (end 75.019453 80.712295) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "ee4ece16-ea5e-4429-865a-74aa915cfdb5") + ) + (segment + (start 78.448435 83.830277) + (end 78.359813 83.861287) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "f237088e-96e2-418f-90a8-1a6d3de16438") + ) + (segment + (start 82.51978 84.212852) + (end 82.425095 84.272346) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "f5bf0ae3-d365-4548-8580-8061d71f1037") + ) + (segment + (start 74.98252 80.323253) + (end 75.019453 80.217704) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "fa5537e7-6338-4bb0-9e15-feffe54ef305") + ) + (segment + (start 74.97 80.495625) + (end 74.97 80.434374) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "fbdefb4d-fd15-4873-9acd-9339d311048c") + ) + (segment + (start 77.238464 81.036452) + (end 77.202438 81.013815) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "fc65146f-31de-4f3b-a678-0e5eb0846754") + ) + (segment + (start 75.252704 79.984453) + (end 75.358253 79.94752) + (width 0.19) + (layer "F.Cu") + (net 117) + (uuid "fc9167ff-04c2-4c93-8861-366b600933d2") + ) + (segment + (start 72.33 81.21) + (end 72.33 79.7976) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "05e5aed7-fcfc-4948-924a-84068c260504") + ) + (segment + (start 74.667936 83.471053) + (end 74.637852 83.501137) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "07ebb60f-fb2a-48a4-962a-de9c09946415") + ) + (segment + (start 82.559422 87.358362) + (end 82.574372 87.292869) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "08808fe0-8321-40f0-87db-1dbf09a432da") + ) + (segment + (start 83.703894 87.601912) + (end 83.6 87.498018) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "0ef85940-4adb-41a4-83fc-003701079c89") + ) + (segment + (start 71.209453 82.177295) + (end 71.17252 82.071746) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "18cb0eba-8a8a-4f65-bcfb-e4b573f41717") + ) + (segment + (start 72.342521 83.228253) + (end 72.379454 83.122704) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "1992d216-1490-4c97-aa95-5bfb9ccd240a") + ) + (segment + (start 74.971636 83.577322) + (end 74.957584 83.537163) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "1a8c4807-51ee-4184-99a5-8ca606ef9a04") + ) + (segment + (start 82.751471 86.649489) + (end 80.701582 84.5996) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "1b56a254-a8ac-4c1f-bd8a-18987367c0d7") + ) + (segment + (start 83.703894 90.978317) + (end 83.703894 87.601912) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "1dc9fe8f-9ba7-4752-b35b-209e9c1d8e03") + ) + (segment + (start 71.268947 82.27198) + (end 71.209453 82.177295) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "1e8f3caa-a030-4464-ae06-305861ce90a1") + ) + (segment + (start 71.548253 82.447479) + (end 71.442704 82.410546) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "1fc058ad-015c-4037-9def-602f4afaeffa") + ) + (segment + (start 83.175736 87.498019) + (end 83.069668 87.604084) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "2137a754-68ae-4f4e-a1ec-bf2fd0b0da8e") + ) + (segment + (start 74.904863 83.471053) + (end 74.868837 83.448416) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "253dd402-7945-4965-9215-af3d12fbb86c") + ) + (segment + (start 73.428464 82.501452) + (end 73.392438 82.478815) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "2edd44c4-5de4-4704-8723-b2a583035ed4") + ) + (segment + (start 71.548253 81.41252) + (end 71.659374 81.4) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "305f4b4e-bb09-4dd2-8a7a-72ee18a3c317") + ) + (segment + (start 83.288785 87.426986) + (end 83.228258 87.456132) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "33e0e933-7271-4fd2-9fbb-71fc2a2a02fd") + ) + (segment + (start 82.837452 86.895211) + (end 82.837451 86.828031) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "34166259-b695-4995-84ae-ae012444fa7d") + ) + (segment + (start 83.547478 87.456133) + (end 83.486951 87.426985) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "3697f0f4-6373-4046-b61b-1ad7ff59c0f0") + ) + (segment + (start 74.934947 83.501137) + (end 74.904863 83.471053) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "37ee2ee5-5ff9-40e8-92ab-916139fab015") + ) + (segment + (start 72.33 83.987718) + (end 72.33 83.339374) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "3c407d2e-acb4-4954-aa89-953b5bf32219") + ) + (segment + (start 82.574371 87.491035) + (end 82.559423 87.425542) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "408ec30e-75c0-47bf-b5c7-39debd044b89") + ) + (segment + (start 72.829375 82.84) + (end 73.31 82.84) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "44207840-dc74-4d0d-945e-c789f2057a59") + ) + (segment + (start 74.5964 84.100226) + (end 74.583879 84.211347) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "44fb6ff5-66a5-430f-a711-1c86b2b9bf27") + ) + (segment + (start 74.744121 83.434364) + (end 74.703962 83.448416) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "46d61df5-6f9c-4adc-a561-3ee6eabf14c9") + ) + (segment + (start 74.868837 83.448416) + (end 74.828678 83.434364) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "47897850-63c5-4efc-850e-6228078bb7fd") + ) + (segment + (start 71.16 81.899374) + (end 71.17252 81.788253) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "4b888a50-5370-4bf7-8b51-30c46a355df4") + ) + (segment + (start 74.7864 83.4296) + (end 74.744121 83.434364) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "4d0b4730-b3d1-43cb-accd-4cc79974c8c5") + ) + (segment + (start 71.442704 81.449453) + (end 71.548253 81.41252) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "50581b30-3b51-44ee-a91b-60b6946454b3") + ) + (segment + (start 80.701582 84.5996) + (end 75.475774 84.5996) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "539c89a6-2166-48a4-9d80-c821c5878b05") + ) + (segment + (start 73.31 82.46) + (end 71.659374 82.46) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "53d08dff-55c3-471b-a196-29c9997738a7") + ) + (segment + (start 73.392438 82.478815) + (end 73.352279 82.464763) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "558c51b3-5a50-4dfc-b3fb-8cd54beec97f") + ) + (segment + (start 75.259104 84.550147) + (end 75.164419 84.490653) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "5682f88e-f517-4df7-a9c6-71d974b02487") + ) + (segment + (start 74.097025 84.5996) + (end 72.941882 84.5996) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "594e6540-6208-46c1-b5d4-dcb0989d0555") + ) + (segment + (start 83.7 90.982211) + (end 83.703894 90.978317) + (width 0.15) + (layer "F.Cu") + (net 118) + (uuid "5e63cadd-7129-4602-85ba-a2e3a92d35da") + ) + (segment + (start 72.379454 83.122704) + (end 72.438948 83.028019) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "5fe5f375-4e42-4c76-a2a1-ff8c6cf7ef08") + ) + (segment + (start 72.33 83.339374) + (end 72.342521 83.228253) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "62fd05da-18be-4540-b449-44960a4a13cc") + ) + (segment + (start 71.209453 81.682704) + (end 71.268947 81.588019) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "636f34ca-fe5c-4fa3-9b0a-fc24e3fb6a40") + ) + (segment + (start 73.458548 82.768463) + (end 73.481185 82.732437) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "63e5ff26-038e-439d-8c62-8aaacf766e0c") + ) + (segment + (start 82.837451 86.828031) + (end 82.822503 86.762538) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "64ae7880-ed3a-4487-9340-03c8a9b59359") + ) + (segment + (start 83.486951 87.426985) + (end 83.421458 87.412037) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "65f29be7-48a1-4d66-ae8b-22966b008698") + ) + (segment + (start 75.085347 84.411581) + (end 75.025853 84.316896) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "6e5e3d92-cdf9-42e6-94a9-9762d1429ab6") + ) + (segment + (start 82.603519 87.551562) + (end 82.574371 87.491035) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "6e7e407b-0d47-4dbd-9bf1-a34a597b3588") + ) + (segment + (start 83.069668 87.604084) + (end 83.017147 87.64597) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "7070310a-657f-44bc-9016-03478f46faa5") + ) + (segment + (start 74.98892 84.211347) + (end 74.9764 84.100226) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "72504f11-f169-4f76-9103-8f0a4cac0355") + ) + (segment + (start 82.758454 87.675117) + (end 82.697927 87.645969) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "72dde318-a584-48d9-bd77-fc61c9c8eb1a") + ) + (segment + (start 74.828678 83.434364) + (end 74.7864 83.4296) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "7349c1ab-64ef-42ce-90b2-1e8844d20382") + ) + (segment + (start 72.311184 81.292437) + (end 72.325236 81.252278) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "7371030c-e749-4243-9d28-0ced56d1712a") + ) + (segment + (start 73.428464 82.798547) + (end 73.458548 82.768463) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "750644c1-86f5-4c6e-9b7f-55b5431e304f") + ) + (segment + (start 73.458548 82.531536) + (end 73.428464 82.501452) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "761fe907-e5d9-42db-98c6-e1ff4e3d741c") + ) + (segment + (start 73.392438 82.821184) + (end 73.428464 82.798547) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "78e9fb0c-04a5-4088-a599-fae1a0fda152") + ) + (segment + (start 71.659374 82.46) + (end 71.548253 82.447479) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "79c6174e-308c-4188-a00d-615078ea377e") + ) + (segment + (start 82.75147 87.073752) + (end 82.793356 87.021231) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "79e5be35-ba2c-4cca-80e6-59e097b31534") + ) + (segment + (start 73.5 82.65) + (end 73.495237 82.607721) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "7af82ed2-a54e-42b9-ae2e-4355c2f65219") + ) + (segment + (start 72.51802 82.948947) + (end 72.612705 82.889453) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "7b3c629d-da61-4b40-a0b3-eff98c08378d") + ) + (segment + (start 83.354278 87.412036) + (end 83.288785 87.426986) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "7fdfee26-10cd-4247-b234-dcf3fd07e96b") + ) + (segment + (start 71.865 79.3326) + (end 71.865 78.45) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "82e86ded-6ef0-4071-9932-633313c36400") + ) + (segment + (start 82.822502 86.960704) + (end 82.837452 86.895211) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "840ad091-023c-4369-b33c-3d0a4b61211f") + ) + (segment + (start 75.475774 84.5996) + (end 75.364653 84.58708) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "842fa1fe-d3d9-4bc9-9e7f-83a0acac2461") + ) + (segment + (start 74.40838 84.490653) + (end 74.313695 84.550147) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "85e9d98c-58e1-4f28-8c17-acf434e6ec93") + ) + (segment + (start 74.9764 84.100226) + (end 74.9764 83.6196) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "86e137a9-2771-411e-86c0-859646a5f15f") + ) + (segment + (start 71.17252 81.788253) + (end 71.209453 81.682704) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "8b408a99-8ca9-46c5-887d-b29e5eaa5309") + ) + (segment + (start 82.603518 87.232342) + (end 82.645405 87.17982) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "8dbfbe80-45ef-4f6d-967e-7a61585412c0") + ) + (segment + (start 72.718254 82.85252) + (end 72.829375 82.84) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "931c61bf-2bf3-47e8-97a7-bc3e3f9c090d") + ) + (segment + (start 74.546946 84.316896) + (end 74.487452 84.411581) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "964ee9a7-a460-44e1-89e3-ed5e7adf38f1") + ) + (segment + (start 74.487452 84.411581) + (end 74.40838 84.490653) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "99992e40-dc20-4a11-86ba-f447f640311b") + ) + (segment + (start 73.481185 82.567562) + (end 73.458548 82.531536) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "9af3f2de-b9d4-460b-86a7-32171488fd22") + ) + (segment + (start 72.941882 84.5996) + (end 72.33 83.987718) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "9af5594e-e861-4257-879d-dd72da5cd8d7") + ) + (segment + (start 72.222437 81.381184) + (end 72.258463 81.358547) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "9b3a96f6-f800-4007-973f-923c87a791c6") + ) + (segment + (start 82.793356 87.021231) + (end 82.822502 86.960704) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "9c94b945-ad5e-443f-8e5c-233dcc011443") + ) + (segment + (start 74.5964 83.6196) + (end 74.5964 84.100226) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "a016aaa5-6230-4802-a64e-c1b910c4a95c") + ) + (segment + (start 82.559423 87.425542) + (end 82.559422 87.358362) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "a21e13ee-73c0-4aa7-a410-ce75b1d10f6a") + ) + (segment + (start 83.6 87.498018) + (end 83.547478 87.456133) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "a566955d-5910-4abb-bb52-516fbffe2604") + ) + (segment + (start 73.352279 82.464763) + (end 73.31 82.46) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "a757803b-14ff-428f-a3fa-6b75a2d71bdb") + ) + (segment + (start 74.957584 83.537163) + (end 74.934947 83.501137) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "ac4764e8-c76b-45ba-ae9f-5ade273597d5") + ) + (segment + (start 71.348019 82.351052) + (end 71.268947 82.27198) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "af1855bf-1165-47af-a318-51c7c077dc73") + ) + (segment + (start 73.481185 82.732437) + (end 73.495237 82.692278) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "b0ad5a41-9a6a-4aba-a998-46cfb89c30f2") + ) + (segment + (start 72.288547 81.328463) + (end 72.311184 81.292437) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "b275f341-ffeb-405b-9474-34ae25398424") + ) + (segment + (start 71.17252 82.071746) + (end 71.16 81.960625) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "b5937a1d-d2cf-4adf-af37-fd95a3ce4028") + ) + (segment + (start 72.182278 81.395236) + (end 72.222437 81.381184) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "bb05515f-2e75-40e9-b955-d5a87d499885") + ) + (segment + (start 71.268947 81.588019) + (end 71.348019 81.508947) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "bbd1c20a-f2a3-4e77-8533-55f3b9a5efa3") + ) + (segment + (start 75.364653 84.58708) + (end 75.259104 84.550147) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "c094127d-306b-4c11-be56-23fb1d275288") + ) + (segment + (start 74.601163 83.577322) + (end 74.5964 83.6196) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "c190d89e-9712-4d18-b416-ca3a4a623235") + ) + (segment + (start 83.228258 87.456132) + (end 83.175736 87.498019) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "c5610753-5270-4196-b60c-ef161cb1a431") + ) + (segment + (start 75.025853 84.316896) + (end 74.98892 84.211347) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "c7b12abe-ed41-4f50-ac10-dd4835ba4d6b") + ) + (segment + (start 72.325236 81.252278) + (end 72.33 81.21) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "ca078e73-7f39-4401-ab16-3d6bf2e2c4cd") + ) + (segment + (start 75.164419 84.490653) + (end 75.085347 84.411581) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "ca7dc9cb-c16e-4c37-970c-27b942a5a7e8") + ) + (segment + (start 82.574372 87.292869) + (end 82.603518 87.232342) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "cbb2e553-9a84-4a8e-b29e-b27d4b1bded5") + ) + (segment + (start 83.421458 87.412037) + (end 83.354278 87.412036) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "cc850dc5-b03e-4031-9fe6-82f8450f7cf8") + ) + (segment + (start 71.16 81.960625) + (end 71.16 81.899374) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "d00eb34c-2567-48c9-a05e-31a38ffacbc9") + ) + (segment + (start 82.697927 87.645969) + (end 82.645404 87.604084) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "d3f78ab5-c29f-4893-bb68-e1304a0fc877") + ) + (segment + (start 74.313695 84.550147) + (end 74.208146 84.58708) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "d3ff16ad-199c-4151-b51d-a68d2ef279b4") + ) + (segment + (start 71.659374 81.4) + (end 72.14 81.4) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "d7eef30a-27ef-4d1b-8717-44760df6a163") + ) + (segment + (start 72.258463 81.358547) + (end 72.288547 81.328463) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "d91a9b5d-6912-4767-bb72-66d4706b4dda") + ) + (segment + (start 72.14 81.4) + (end 72.182278 81.395236) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "da959f72-6281-40f3-a701-501288021aec") + ) + (segment + (start 82.891127 87.690066) + (end 82.823947 87.690065) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "daab761a-e185-4cfe-be14-9e0d054f34e6") + ) + (segment + (start 73.352279 82.835236) + (end 73.392438 82.821184) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "dcc5e860-8e31-455e-9fff-99d1a4b62679") + ) + (segment + (start 74.615215 83.537163) + (end 74.601163 83.577322) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "e0ce8632-f9df-46d0-a7b2-e7c8b1d6e07e") + ) + (segment + (start 72.612705 82.889453) + (end 72.718254 82.85252) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "e0d41972-4853-44c3-b56e-2e6e5e611045") + ) + (segment + (start 74.637852 83.501137) + (end 74.615215 83.537163) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "e14f9a61-7e67-4b14-baee-298f4f644b28") + ) + (segment + (start 82.823947 87.690065) + (end 82.758454 87.675117) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "e18456f8-0f8e-48d5-904e-1c183513d0d1") + ) + (segment + (start 82.645405 87.17982) + (end 82.75147 87.073752) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "e366d2e1-3bec-4e90-890c-3ded3abbdb14") + ) + (segment + (start 72.33 79.7976) + (end 71.865 79.3326) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "e469efab-02d9-481a-8ff9-667805ff02b0") + ) + (segment + (start 73.495237 82.692278) + (end 73.5 82.65) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "e9c4a692-966d-4bdf-937b-f786726bbbb3") + ) + (segment + (start 82.793355 86.702011) + (end 82.751471 86.649489) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "ec254d45-b07c-4ead-8b60-d8e5f205e88c") + ) + (segment + (start 73.31 82.84) + (end 73.352279 82.835236) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "ee11cad2-1209-482b-aef9-afe5eeef9131") + ) + (segment + (start 73.495237 82.607721) + (end 73.481185 82.567562) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "f0cbddc6-b1d9-40e2-b14d-d4535f1f1e9b") + ) + (segment + (start 71.442704 82.410546) + (end 71.348019 82.351052) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "f18a0af4-c22b-4c2b-ae65-0110681c942f") + ) + (segment + (start 71.348019 81.508947) + (end 71.442704 81.449453) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "f218931a-28a2-400d-8221-f44f359a183d") + ) + (segment + (start 82.822503 86.762538) + (end 82.793355 86.702011) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "f4600315-2859-4100-b700-20728bd6ae90") + ) + (segment + (start 74.703962 83.448416) + (end 74.667936 83.471053) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "f48199cf-bc70-4608-a6c6-d28303061c72") + ) + (segment + (start 83.7 91.5) + (end 83.7 90.982211) + (width 0.15) + (layer "F.Cu") + (net 118) + (uuid "f4ce5382-76f5-4be8-8e80-743a87779c99") + ) + (segment + (start 74.583879 84.211347) + (end 74.546946 84.316896) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "f5e6aae7-2c13-4be8-97dd-4e90c01e0ed8") + ) + (segment + (start 83.017147 87.64597) + (end 82.95662 87.675116) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "f749455d-bed3-4083-a6b4-4813d24ca838") + ) + (segment + (start 82.645404 87.604084) + (end 82.603519 87.551562) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "fcabeaf1-1ea9-4c78-8f83-0b274a7870cc") + ) + (segment + (start 74.9764 83.6196) + (end 74.971636 83.577322) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "fdfc51ad-5bb5-4d37-a9fc-897ff5d4ed8a") + ) + (segment + (start 74.208146 84.58708) + (end 74.097025 84.5996) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "ff053595-254e-4a92-9b35-d27b80d283b1") + ) + (segment + (start 72.438948 83.028019) + (end 72.51802 82.948947) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "ff59047d-9aad-4a3c-9067-1daab615996e") + ) + (segment + (start 82.95662 87.675116) + (end 82.891127 87.690066) + (width 0.19) + (layer "F.Cu") + (net 118) + (uuid "ffe97b91-751f-4d06-9859-9b4f726468e9") + ) + (segment + (start 82.9 91.5) + (end 82.9 90.982211) + (width 0.15) + (layer "F.Cu") + (net 119) + (uuid "00000000-0000-0000-0000-00005c251b03") + ) + (segment + (start 82.9 90.982211) + (end 82.903894 90.978317) + (width 0.15) + (layer "F.Cu") + (net 119) + (uuid "00000000-0000-0000-0000-00005c251b06") + ) + (segment + (start 68.554685 83.005543) + (end 68.615902 82.908117) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "00acac7c-29b3-40c0-a0cf-1c2da39d9ba7") + ) + (segment + (start 82.055365 88.016213) + (end 79.342163 85.303011) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "00c8a1c2-a1d5-4598-9f78-253afd23639f") + ) + (segment + (start 82.658172 88.77876) + (end 82.592679 88.79371) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "02e31199-6506-4250-948f-b47be4811a3c") + ) + (segment + (start 69.375129 82.643437) + (end 69.397663 82.607573) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "06afc5ac-4a85-4611-a646-d14679941fba") + ) + (segment + (start 67.78467 81.353502) + (end 67.882096 81.292285) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "075f968e-1748-48c5-a6e1-dfd4591849ef") + ) + (segment + (start 82.055364 88.440476) + (end 82.09725 88.387955) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "08a29e36-283d-41fe-bc47-0d9e3f7edca0") + ) + (segment + (start 67.882096 82.282914) + (end 67.78467 82.221697) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "10c83777-5889-42be-92b7-5a5e453c6d21") + ) + (segment + (start 69.375129 82.405868) + (end 69.345179 82.375918) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "123327d8-a20c-44da-861e-34a1f508ff24") + ) + (segment + (start 81.957947 88.962159) + (end 81.916062 88.909637) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "136f24ab-7b8a-4b96-87e9-b51854289072") + ) + (segment + (start 67.604088 81.640896) + (end 67.642091 81.53229) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "1730d895-3213-45bc-a70e-97bb1fe4d61e") + ) + (segment + (start 68.903296 82.727535) + (end 69.017635 82.714653) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "1763eeb9-6c3b-4381-a46b-ffbfdec1a2c1") + ) + (segment + (start 68.615902 82.908117) + (end 68.697264 82.826755) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "1961fd7e-ea48-4fcd-9643-319fdbe0bda8") + ) + (segment + (start 67.990702 82.320917) + (end 67.882096 82.282914) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "1f9ead9e-a176-413e-94e0-0ab0ad620283") + ) + (segment + (start 69.345179 82.375918) + (end 69.309315 82.353384) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "20eec6d0-f6eb-4a26-a8df-05d21baa9716") + ) + (segment + (start 81.871966 88.783617) + (end 81.871965 88.716437) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "2116c76d-9e93-4b10-b30d-5e28b04fa219") + ) + (segment + (start 68.5038 84.8638) + (end 68.5038 83.228488) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "223873b7-2004-483f-af65-94e569d61fe2") + ) + (segment + (start 81.916061 88.590417) + (end 81.957948 88.537895) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "250eab80-ff32-4779-b40b-1f2a8b95ba56") + ) + (segment + (start 82.47963 88.864743) + (end 82.382211 88.962159) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "2512fc0e-a3d7-4b48-adc4-01abe2261077") + ) + (segment + (start 82.790845 88.793709) + (end 82.725352 88.778761) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "27885fda-6e4f-4ef4-948c-56da520d34f6") + ) + (segment + (start 67.78467 82.221697) + (end 67.703308 82.140335) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "2b4629f5-0683-4d3d-9df5-f662d0b5b3c6") + ) + (segment + (start 69.397663 82.441732) + (end 69.375129 82.405868) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "359cbb30-7237-49b6-842a-b3aa8d503be3") + ) + (segment + (start 81.886915 88.650944) + (end 81.916061 88.590417) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "3b0be981-c999-4618-9ce8-a3d25d027584") + ) + (segment + (start 68.943011 85.303011) + (end 68.5038 84.8638) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "3bfaf15f-42b2-4092-895f-946550d9ddd6") + ) + (segment + (start 69.227248 82.714653) + (end 69.269337 82.70991) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "3d4a3e1d-c69b-43e5-a8c0-516f2642b1e6") + ) + (segment + (start 69.416395 82.5238) + (end 69.411652 82.48171) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "4141abd4-6f38-4dcb-820d-4712831ff660") + ) + (segment + (start 82.09725 88.068735) + (end 82.055365 88.016213) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "45e5666b-23c8-48ce-a02f-7cef3178bbf9") + ) + (segment + (start 67.591205 81.755235) + (end 67.604088 81.640896) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "47f0fc71-ff78-496f-bb04-036a9aeaa71c") + ) + (segment + (start 68.6819 82.334653) + (end 68.6819 82.3338) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "4944e3b2-9e46-4c16-825a-60bb3167f857") + ) + (segment + (start 81.886914 88.84911) + (end 81.871966 88.783617) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "4dee30ae-1deb-4f98-b1e3-1320895cc9a4") + ) + (segment + (start 68.432585 81.200134) + (end 68.462535 81.170184) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "53a6de7b-9cdd-42d2-a20c-2570e60e6114") + ) + (segment + (start 69.269337 82.339395) + (end 69.227248 82.334653) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "57e87282-fda0-4fe1-9c9f-ad677bd23537") + ) + (segment + (start 68.356743 81.236657) + (end 68.396721 81.222668) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "5b477e6b-ba6d-4108-a26c-c5a8467efd2d") + ) + (segment + (start 82.09725 88.387955) + (end 82.126398 88.327429) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "5c4ef3fb-31b1-4cc2-b877-62be82f2b495") + ) + (segment + (start 67.703308 82.140335) + (end 67.642091 82.042909) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "5e469914-4ac0-4213-b750-176640cfc2ad") + ) + (segment + (start 68.485069 81.13432) + (end 68.499058 81.094342) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "689b9dac-7963-4ed8-bd29-1d769b381dc7") + ) + (segment + (start 67.642091 82.042909) + (end 67.604088 81.934303) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "6ca37845-c8b0-426a-bf5b-60cf4677f720") + ) + (segment + (start 69.411652 82.567595) + (end 69.416395 82.525506) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "6da15fb6-0bd3-45b0-b831-dbf332c93715") + ) + (segment + (start 68.055 79.3326) + (end 68.055 78.45) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "72aaafe1-59c5-4faa-a53f-7222ea3c210b") + ) + (segment + (start 68.5038 81.052253) + (end 68.5038 79.7814) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "74d0c03c-8c8d-41ca-88ef-943a50752f39") + ) + (segment + (start 81.871965 88.716437) + (end 81.886915 88.650944) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "761b0593-f2ff-411c-8b0c-245169f759df") + ) + (segment + (start 82.141347 88.261934) + (end 82.141347 88.194756) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "76c06582-5795-4518-bd4c-f1318941f448") + ) + (segment + (start 69.345179 82.673387) + (end 69.375129 82.643437) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "77f54dad-fe29-4a45-a081-5341fc9247a1") + ) + (segment + (start 68.462535 81.170184) + (end 68.485069 81.13432) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "7c15b75e-260c-477b-b803-c731cbb88717") + ) + (segment + (start 82.32969 89.004045) + (end 82.269164 89.033193) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "7cef73a4-2c3e-4029-a70f-f9d0a1fe9014") + ) + (segment + (start 67.990702 81.254282) + (end 68.105041 81.2414) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "82e59a42-c476-4a44-afa9-44352baae650") + ) + (segment + (start 82.01047 89.004045) + (end 81.957947 88.962159) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "8378e18f-07c0-4f62-8bfb-668d554e4b58") + ) + (segment + (start 82.126398 88.129261) + (end 82.09725 88.068735) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "855dd221-719d-4f13-a491-5af78b4e21ef") + ) + (segment + (start 81.916062 88.909637) + (end 81.886914 88.84911) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "88ea289b-ba92-49bf-93fc-9c7189f7ac27") + ) + (segment + (start 68.5038 79.7814) + (end 68.055 79.3326) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "8effd443-b0b6-40d4-943d-96cc25aee3c6") + ) + (segment + (start 69.309315 82.695921) + (end 69.345179 82.673387) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "9259a944-3fbe-4710-912e-c818d1125aa8") + ) + (segment + (start 69.397663 82.607573) + (end 69.411652 82.567595) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "94069df3-d084-45cb-b4f4-949947f56b07") + ) + (segment + (start 67.604088 81.934303) + (end 67.591205 81.819964) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "9a78ba4f-7ad6-434a-80d4-1cb7d8eb7b1e") + ) + (segment + (start 67.882096 81.292285) + (end 67.990702 81.254282) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "9f6e2397-6fb1-48d7-b3be-a371c7937a78") + ) + (segment + (start 82.725352 88.778761) + (end 82.658172 88.77876) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "a020bf6e-574c-4ecb-89ab-06ce8f4215f3") + ) + (segment + (start 68.516682 83.114149) + (end 68.554685 83.005543) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "a72b0211-01ed-437e-8ed0-dd4a1c9ad8e3") + ) + (segment + (start 67.703308 81.434864) + (end 67.78467 81.353502) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "a79ba571-c51f-4b9a-b540-ffe850e1a04c") + ) + (segment + (start 82.592679 88.79371) + (end 82.532152 88.822856) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "a8c6e955-9dfc-402c-a68f-f2a1040963a2") + ) + (segment + (start 82.136491 89.048142) + (end 82.070996 89.033193) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "afb43903-35e9-4979-b900-1894511bea86") + ) + (segment + (start 69.017635 82.714653) + (end 69.227248 82.714653) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "b41b8662-a47e-4e32-89cc-be25aca3d202") + ) + (segment + (start 82.382211 88.962159) + (end 82.32969 89.004045) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "b5370146-7c44-45d2-9690-dc465b620837") + ) + (segment + (start 67.591205 81.819964) + (end 67.591205 81.755235) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "b68fda76-0f5e-4a36-bcab-5b3584fae8f4") + ) + (segment + (start 82.851372 88.822857) + (end 82.790845 88.793709) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "b8576b39-1899-434e-a216-d803d9a57b8b") + ) + (segment + (start 68.6819 82.3338) + (end 68.105041 82.3338) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "bac7fbd1-68f8-4b6f-a8f9-bb12a8130667") + ) + (segment + (start 69.411652 82.48171) + (end 69.397663 82.441732) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "be2a135a-a2aa-4611-94a9-27f4b5ae252e") + ) + (segment + (start 69.309315 82.353384) + (end 69.269337 82.339395) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "be4d0263-a0ca-4e2d-8d72-cac3a4c648d6") + ) + (segment + (start 68.79469 82.765538) + (end 68.903296 82.727535) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "c02dec66-3347-45d6-a39c-72e292107530") + ) + (segment + (start 68.105041 82.3338) + (end 67.990702 82.320917) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "c3830ef6-be43-4bda-a92d-9603c4d4a53f") + ) + (segment + (start 67.642091 81.53229) + (end 67.703308 81.434864) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "c9332aec-df54-4a77-b442-bc6fc86d7f94") + ) + (segment + (start 82.141347 88.194756) + (end 82.126398 88.129261) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "ccdab3c6-4679-4a05-8105-d580b4b8c4a3") + ) + (segment + (start 81.957948 88.537895) + (end 82.055364 88.440476) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "d0ade068-a785-4f8f-b1b2-440023ceade8") + ) + (segment + (start 68.499058 81.094342) + (end 68.5038 81.052253) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "d6246bde-b285-4a6b-b460-1bfb9b9cb9d8") + ) + (segment + (start 68.396721 81.222668) + (end 68.432585 81.200134) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "daf9da28-0f62-4030-a96d-6aecd6fce210") + ) + (segment + (start 68.5038 83.228488) + (end 68.516682 83.114149) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "dca40884-2d13-4cbb-9578-73c9e6725c52") + ) + (segment + (start 82.903894 88.864742) + (end 82.851372 88.822857) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "e044fd7a-13ed-4916-9f2e-12e374f299f7") + ) + (segment + (start 69.269337 82.70991) + (end 69.309315 82.695921) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "e08835d1-b006-4059-8a37-3d1cc09f3130") + ) + (segment + (start 82.203669 89.048142) + (end 82.136491 89.048142) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "e27c78a2-cebb-482a-800a-b65a56c98f27") + ) + (segment + (start 79.342163 85.303011) + (end 68.943011 85.303011) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "e89e487d-962c-468f-8748-4a78b03a2d87") + ) + (segment + (start 82.126398 88.327429) + (end 82.141347 88.261934) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "ea9fa722-e327-45f6-9d6b-7b37bebbf94f") + ) + (segment + (start 68.105041 81.2414) + (end 68.314653 81.2414) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "eb7cb112-0dc6-4e04-a48c-c6722833a597") + ) + (segment + (start 68.697264 82.826755) + (end 68.79469 82.765538) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "eec362bb-bf42-4077-9c1d-e4fc7df8fa92") + ) + (segment + (start 82.532152 88.822856) + (end 82.47963 88.864743) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "ef78c02e-028c-418b-afc1-43ac71d6e7a4") + ) + (segment + (start 82.269164 89.033193) + (end 82.203669 89.048142) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "f34bcbe9-dd3e-41aa-b596-1cb4a1b38ba6") + ) + (segment + (start 69.227248 82.334653) + (end 68.6819 82.334653) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "f6723e16-11a1-40ca-a3aa-0182b869f65f") + ) + (segment + (start 82.070996 89.033193) + (end 82.01047 89.004045) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "f77b53dd-50e0-4183-9628-2f1478767dfa") + ) + (segment + (start 69.416395 82.525506) + (end 69.416395 82.5238) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "f8d5d1fa-d0ca-4f93-8e2d-41b81dcfc0e2") + ) + (segment + (start 68.314653 81.2414) + (end 68.356743 81.236657) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "faa455ea-93b0-4a12-9af2-c32e7eee6d37") + ) + (segment + (start 82.903894 90.978317) + (end 82.903894 88.864742) + (width 0.19) + (layer "F.Cu") + (net 119) + (uuid "ff476df7-7811-4a3b-9a3c-14594a603288") + ) + (segment + (start 82.1 91.5) + (end 82.1 90.982211) + (width 0.15) + (layer "F.Cu") + (net 120) + (uuid "00000000-0000-0000-0000-00005c2518f0") + ) + (segment + (start 82.1 90.982211) + (end 82.103894 90.978317) + (width 0.15) + (layer "F.Cu") + (net 120) + (uuid "00000000-0000-0000-0000-00005c2518f1") + ) + (segment + (start 65.648293 84.82828) + (end 65.624978 84.93043) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "117a69c6-586b-4874-8933-b2b6d6f17c65") + ) + (segment + (start 81.67963 90.194313) + (end 81.732152 90.152426) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "1180f33e-f224-4439-92e9-4a12a9c6cc68") + ) + (segment + (start 65.921445 84.484045) + (end 65.899582 84.511461) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "12774864-68d1-41bd-8ecd-2f52f5fadf2a") + ) + (segment + (start 81.732152 90.152426) + (end 81.792679 90.12328) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "13030d30-734c-4cbd-a5fd-0ec42dfec30a") + ) + (segment + (start 66.676533 85.239131) + (end 66.708127 85.223916) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "133a7e37-edd9-4edc-a4f0-22cbd64e0f01") + ) + (segment + (start 81.858172 90.10833) + (end 81.925352 90.108331) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "1fff8eda-cf00-4483-abcd-4098c2d0d203") + ) + (segment + (start 66.02322 85.512285) + (end 66.12537 85.5356) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "2118517c-8b8a-41ec-81ab-8062b363d313") + ) + (segment + (start 66.12537 85.5356) + (end 66.230148 85.5356) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "2247813f-5099-42cc-bb54-13250fbde752") + ) + (segment + (start 66.843162 85.239131) + (end 66.870579 85.260995) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "22481caf-a411-4676-bff1-4dbf905b91d9") + ) + (segment + (start 81.078266 89.989163) + (end 81.063316 90.054656) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "270362a3-8950-4f77-98e4-bac313381ddd") + ) + (segment + (start 65.759081 84.651961) + (end 65.693754 84.733879) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "28b4c581-3ce0-4270-b648-cde0b021b636") + ) + (segment + (start 81.201821 90.342263) + (end 81.262348 90.371411) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "2a1c64bd-a33b-48c1-81d8-8d20d1ee86d8") + ) + (segment + (start 64.71 83.100418) + (end 65.899582 84.289999) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "2ff9d7a6-b249-453e-b010-e44f393ca31d") + ) + (segment + (start 66.649117 85.260995) + (end 66.676533 85.239131) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "321a2845-e6e0-4930-bfd6-33010b86c3c9") + ) + (segment + (start 66.426699 85.466824) + (end 66.508617 85.401496) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "32a267be-7d09-4fc0-92b3-879ef08c2c00") + ) + (segment + (start 81.149299 89.876114) + (end 81.107412 89.928636) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "35170df7-f335-47f9-9cba-7516227db891") + ) + (segment + (start 66.777381 85.216113) + (end 66.811569 85.223916) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "36e57b13-3df7-42ec-957c-e2f6ac92dea9") + ) + (segment + (start 81.297249 89.398305) + (end 81.326397 89.458832) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "3b73cf81-d235-41af-8618-0c4dee949baa") + ) + (segment + (start 66.508617 85.401496) + (end 66.649117 85.260995) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "3d449522-83a2-4a5a-9bde-b31c1824732b") + ) + (segment + (start 65.928819 85.466824) + (end 66.02322 85.512285) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "41de5b9c-2796-4bcd-b811-50b80d97ccc6") + ) + (segment + (start 81.063317 90.121836) + (end 81.078265 90.187329) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "42151424-72de-42e9-bb72-9aab531a324c") + ) + (segment + (start 81.326396 89.656998) + (end 81.29725 89.717525) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "503ec6ae-e212-420c-8080-bbe801b6bc49") + ) + (segment + (start 66.332298 85.512285) + (end 66.426699 85.466824) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "546a90c2-0bff-46d3-8a2d-b116f051573d") + ) + (segment + (start 64.71 79.745) + (end 64.71 83.100418) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "54868a61-f8d7-4b55-a385-60c58a7ea289") + ) + (segment + (start 81.341345 89.524325) + (end 81.341346 89.591505) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "5a880622-77c6-4576-8a7e-d1980dc401ec") + ) + (segment + (start 65.693754 84.733879) + (end 65.648293 84.82828) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "5f11cbc9-4f94-4ad7-a6f8-cf893a7142bc") + ) + (segment + (start 67.779582 86.17) + (end 67.779582 86.169998) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "675e145f-ff58-4959-a10b-0f4679993b30") + ) + (segment + (start 65.693754 85.231758) + (end 65.759081 85.313677) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "6b76a6e8-618e-4376-9f34-8820c3f2f5f8") + ) + (segment + (start 81.395021 90.38636) + (end 81.460514 90.37141) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "709f660e-e6d0-4bd1-827f-32aca80578cf") + ) + (segment + (start 66.811569 85.223916) + (end 66.843162 85.239131) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "71e9e527-c0c1-4cee-bd2c-087de593da42") + ) + (segment + (start 65.899582 84.511461) + (end 65.759081 84.651961) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "76d31174-71d1-4770-8792-a40389b285dc") + ) + (segment + (start 64.245 79.28) + (end 64.71 79.745) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "7fc41378-914d-4073-b102-735bf7f58ee4") + ) + (segment + (start 81.326397 89.458832) + (end 81.341345 89.524325) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "81b5fd11-e9f4-4c43-80b0-63a672a7caa1") + ) + (segment + (start 81.262348 90.371411) + (end 81.327841 90.386359) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "81dbf23c-b2e6-4946-a551-9579f314c640") + ) + (segment + (start 81.341346 89.591505) + (end 81.326396 89.656998) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "8b5e0205-c587-4050-b94f-cc54059e40a4") + ) + (segment + (start 81.792679 90.12328) + (end 81.858172 90.10833) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "8d8fff34-bdfe-40fd-8db6-b59d24bcb492") + ) + (segment + (start 64.245 78.45) + (end 64.245 79.28) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "8dec6793-e1e0-4372-a6fb-1b5a13103d3c") + ) + (segment + (start 67.779582 86.169998) + (end 66.870579 85.260995) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "8ef3eff7-809f-4f2d-8754-572000d32517") + ) + (segment + (start 81.149298 90.300378) + (end 81.201821 90.342263) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "92177fdd-ba26-4d30-8678-97d6de6dedcb") + ) + (segment + (start 65.93666 84.349009) + (end 65.944463 84.383197) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "942958dd-085e-47cc-9b16-5711fba9cfa2") + ) + (segment + (start 66.708127 85.223916) + (end 66.742315 85.216113) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "98734a40-3d1c-478e-895c-4baa2166cc77") + ) + (segment + (start 81.460514 90.37141) + (end 81.521041 90.342264) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "9df2190e-9f4b-4de2-a2c1-29d7053ab6c9") + ) + (segment + (start 81.107412 89.928636) + (end 81.078266 89.989163) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "a2e8a457-7e94-4209-ab67-2d36a7db9325") + ) + (segment + (start 81.063316 90.054656) + (end 81.063317 90.121836) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "a3425917-a21e-4245-a985-ab4010fbb495") + ) + (segment + (start 81.327841 90.386359) + (end 81.395021 90.38636) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "a389f5ae-a3ea-4235-92ca-4f5d714a2728") + ) + (segment + (start 65.846901 85.401496) + (end 65.928819 85.466824) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "a5341750-b486-45f5-bb4e-3da98ba69466") + ) + (segment + (start 82.051372 90.152427) + (end 82.103894 90.194312) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "a9bc1498-9bdd-4d30-a558-09b9f0ed7286") + ) + (segment + (start 81.255364 89.770046) + (end 81.149299 89.876114) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "acb78d7b-c7e9-4c76-bddc-07ed09c9860f") + ) + (segment + (start 81.521041 90.342264) + (end 81.573562 90.300378) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "af1b8d8a-af73-4164-abf7-747ac1cfdb1e") + ) + (segment + (start 81.29725 89.717525) + (end 81.255364 89.770046) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "b344ef60-d81b-475a-bccd-eb65bb4e4254") + ) + (segment + (start 81.990845 90.123279) + (end 82.051372 90.152427) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "b3bb63c6-55dd-4f0b-884f-e30194d119d3") + ) + (segment + (start 66.230148 85.5356) + (end 66.332298 85.512285) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "b4a1779b-db62-4351-9b68-13bb74ce400b") + ) + (segment + (start 82.103894 90.194312) + (end 82.103894 90.978317) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "b4df3032-1614-4d87-8bc4-5dfe3ecf8672") + ) + (segment + (start 65.624978 85.035207) + (end 65.648293 85.137357) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "bd0f0b93-1e88-47ef-a957-29430ead2d09") + ) + (segment + (start 67.779582 86.17) + (end 78.079582 86.17) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "bd9e7851-ccb2-4617-ba3b-e445716ae6f3") + ) + (segment + (start 81.573562 90.300378) + (end 81.67963 90.194313) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "be679199-4dd7-4cff-ba3d-8a47068afa40") + ) + (segment + (start 65.944463 84.383197) + (end 65.944463 84.418263) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "c2f74e31-91e1-41dc-bd5c-9221879f24db") + ) + (segment + (start 78.079582 86.17) + (end 81.255365 89.345783) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "c793010c-b146-4572-8fac-1c9ea6a4f0fb") + ) + (segment + (start 65.82661 85.381205) + (end 65.846901 85.401496) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "cb3f320c-6f9e-4ad1-a806-80082baf6c65") + ) + (segment + (start 81.107413 90.247856) + (end 81.149298 90.300378) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "cf3250e4-4f23-4cfe-8dc4-66b78b473216") + ) + (segment + (start 65.944463 84.418263) + (end 65.93666 84.452451) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "d12795c1-73af-4373-8c72-16541f2692e0") + ) + (segment + (start 81.255365 89.345783) + (end 81.297249 89.398305) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "d1e4e366-e9cf-4996-82af-e03a2bb8f5b5") + ) + (segment + (start 65.624978 84.93043) + (end 65.624978 85.035207) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "d58a7833-fa76-4cd8-8e45-85e8d4b1c178") + ) + (segment + (start 81.925352 90.108331) + (end 81.990845 90.123279) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "d66451d9-0ea8-410b-8ebe-f019fe924330") + ) + (segment + (start 81.078265 90.187329) + (end 81.107413 90.247856) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "e1605231-4776-43cb-bbce-dd1eaa56060c") + ) + (segment + (start 65.759081 85.313677) + (end 65.82661 85.381205) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "e22d95a1-cf42-4652-ae68-374fda22460e") + ) + (segment + (start 65.648293 85.137357) + (end 65.693754 85.231758) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "e2627827-ebb9-4b37-8f40-71f044209507") + ) + (segment + (start 66.742315 85.216113) + (end 66.777381 85.216113) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "e4583a93-4738-49c4-82f9-aad1ffbe9bd8") + ) + (segment + (start 65.921445 84.317416) + (end 65.93666 84.349009) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "eeee06f1-b1d6-4a0a-9afb-bc6f990265ed") + ) + (segment + (start 65.899582 84.289999) + (end 65.921445 84.317416) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "f01be539-8af9-4336-b175-e7160c3959b7") + ) + (segment + (start 65.93666 84.452451) + (end 65.921445 84.484045) + (width 0.19) + (layer "F.Cu") + (net 120) + (uuid "ff6fab5b-7288-498e-8d31-cc3055d34559") + ) + (segment + (start 69.335295 86.772853) + (end 69.42998 86.832347) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "003b23e1-9f8f-44e1-8bbd-edccb11ef6b9") + ) + (segment + (start 69.765721 87.888636) + (end 69.808 87.8934) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "050d588d-ac5c-4040-88ce-7a2d860568e9") + ) + (segment + (start 70.106947 86.911419) + (end 70.186019 86.832347) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "05393446-e542-4965-bdf8-b21243643222") + ) + (segment + (start 69.229746 86.73592) + (end 69.335295 86.772853) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "0976ae08-39c8-474c-be26-5628b6c436bc") + ) + (segment + (start 69.979184 87.785837) + (end 69.993236 87.745678) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "0e1e508e-da81-487a-9f18-28aa1e3fdb08") + ) + (segment + (start 66.5834 86.7234) + (end 69.118625 86.7234) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "124c09a8-124f-4901-9b0a-4c3e13c42c9e") + ) + (segment + (start 69.618 87.222774) + (end 69.618 87.7034) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "16834039-4a62-4b91-b724-3329ca64dfc7") + ) + (segment + (start 70.186019 86.832347) + (end 70.280704 86.772853) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "172e5a15-6f5c-4128-9119-ba2935e437bc") + ) + (segment + (start 69.998 87.222774) + (end 70.01052 87.111653) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "2089460c-da8d-4c59-a3f4-c4396b9a45d9") + ) + (segment + (start 69.993236 87.745678) + (end 69.998 87.7034) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "32b2bf14-b129-4ca5-97b7-f506ab93cf88") + ) + (segment + (start 69.926463 87.851947) + (end 69.956547 87.821863) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "38b21de1-76b2-4aaf-a210-f0f47fdc4637") + ) + (segment + (start 69.605479 87.111653) + (end 69.618 87.222774) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "4723f5e3-420c-498f-bedb-b1c6c3fa9e18") + ) + (segment + (start 69.956547 87.821863) + (end 69.979184 87.785837) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "61542e25-9bb4-43a3-9f04-5553d6b2db23") + ) + (segment + (start 70.01052 87.111653) + (end 70.047453 87.006104) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "6b5f3da8-29f9-42ad-aa8f-ad2b128165de") + ) + (segment + (start 61.705 78.45) + (end 61.705 79.28) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "6e15b75b-60d7-4580-a4c7-66bc9677384d") + ) + (segment + (start 61.24 81.38) + (end 66.5834 86.7234) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "701ae27e-9ee0-455c-9f00-48cbb30a9dbe") + ) + (segment + (start 69.890437 87.874584) + (end 69.926463 87.851947) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "709129a3-cf8f-42ae-a88c-02cd627de08a") + ) + (segment + (start 81.07 91.27) + (end 81.3 91.5) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "72220e21-cffc-4d1b-b705-d0627d1aa080") + ) + (segment + (start 70.280704 86.772853) + (end 70.386253 86.73592) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "77eb857c-68a8-44c0-9fd9-5696b0ca7ab0") + ) + (segment + (start 69.42998 86.832347) + (end 69.509052 86.911419) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "77ec979a-bbed-4878-a6e4-46946d314fef") + ) + (segment + (start 70.386253 86.73592) + (end 70.497374 86.7234) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "7dce0df9-3c03-4d99-b668-931d27be5d82") + ) + (segment + (start 69.689536 87.851947) + (end 69.725562 87.874584) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "81a8578d-4991-432e-90c5-863c1508a25f") + ) + (segment + (start 69.118625 86.7234) + (end 69.229746 86.73592) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "8a77548a-d660-4ba3-b2e8-c9f4d780df3c") + ) + (segment + (start 81.07 90.722) + (end 81.07 91.27) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "8ee44ea3-b3e4-42f2-b0ee-dcf81bb527c1") + ) + (segment + (start 69.725562 87.874584) + (end 69.765721 87.888636) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "91bb8b47-fc6f-4d4f-8ce3-2f186f15a2fe") + ) + (segment + (start 77.0714 86.7234) + (end 81.07 90.722) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "956f2d50-2c8b-420d-a349-c8daef44b631") + ) + (segment + (start 61.24 79.745) + (end 61.24 81.38) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "97de2987-507c-4bd8-ae6e-aab51caa6c38") + ) + (segment + (start 70.497374 86.7234) + (end 77.0714 86.7234) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "aaa938e5-df51-4d6a-9372-31d876b6cc7c") + ) + (segment + (start 69.850278 87.888636) + (end 69.890437 87.874584) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "af94a592-0290-41d6-acfb-25e9e5f847d6") + ) + (segment + (start 70.047453 87.006104) + (end 70.106947 86.911419) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "b9016350-04d6-478a-bec1-b25b7ff38bb7") + ) + (segment + (start 69.568546 87.006104) + (end 69.605479 87.111653) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "bc39b306-5284-444f-85a9-8952a0ab0cca") + ) + (segment + (start 69.998 87.7034) + (end 69.998 87.222774) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "cd562bae-2426-44e6-8196-59eee5439809") + ) + (segment + (start 69.622763 87.745678) + (end 69.636815 87.785837) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "cf5e824f-c15b-4c19-aa9c-bb9acc0a0116") + ) + (segment + (start 69.509052 86.911419) + (end 69.568546 87.006104) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "dc006734-5eba-43ed-a599-0387633a0c3f") + ) + (segment + (start 69.636815 87.785837) + (end 69.659452 87.821863) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "e12c0ccb-fcea-4a8b-916b-ad9f925d6730") + ) + (segment + (start 61.705 79.28) + (end 61.24 79.745) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "eec8ec34-bf2d-47df-a801-1df1a5b7ccfd") + ) + (segment + (start 69.659452 87.821863) + (end 69.689536 87.851947) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "f22282a1-4b0e-4766-a4b6-a099b8643b2c") + ) + (segment + (start 69.808 87.8934) + (end 69.850278 87.888636) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "fa2b348b-9278-4cb7-9f20-c7e0ca742d16") + ) + (segment + (start 69.618 87.7034) + (end 69.622763 87.745678) + (width 0.19) + (layer "F.Cu") + (net 121) + (uuid "fe0cbb3c-aa17-4eee-bcfd-474e47039506") + ) + (segment + (start 69.278 87.734025) + (end 69.29052 87.845146) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "0203bcfc-aafc-4b71-a9ca-59acef9ad030") + ) + (segment + (start 69.777374 88.2334) + (end 69.838625 88.2334) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "062c3e62-6132-4418-9102-8ea620d8c673") + ) + (segment + (start 69.088 87.0634) + (end 69.130278 87.068163) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "06e097c0-3078-4b51-976b-3e2d594f4373") + ) + (segment + (start 70.055295 88.183946) + (end 70.14998 88.124452) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "06ea578f-4ffe-4133-9157-a8de2c2cff9b") + ) + (segment + (start 70.356815 87.170962) + (end 70.379452 87.134936) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "08b51f1f-59d6-4485-a983-f22640cd23b9") + ) + (segment + (start 60.435 79.28) + (end 60.9 79.745) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "0c41276f-7137-4e99-8728-5268c5b6f56b") + ) + (segment + (start 69.327453 87.950695) + (end 69.386947 88.04538) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "0cf5128c-e217-48c5-8f79-0662f10a805a") + ) + (segment + (start 69.259184 87.170962) + (end 69.273236 87.211121) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "2cf5c5cf-2fd1-4013-a95f-98a8f601560d") + ) + (segment + (start 69.236547 87.134936) + (end 69.259184 87.170962) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "306588f9-0bef-492b-9993-ee34bb151552") + ) + (segment + (start 69.130278 87.068163) + (end 69.170437 87.082215) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "39211402-b9fe-4fbe-b865-b92525ce6e3f") + ) + (segment + (start 69.560704 88.183946) + (end 69.666253 88.220879) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "3c87c8e9-ddf9-4c5e-aafb-cc1d2f78abf4") + ) + (segment + (start 69.170437 87.082215) + (end 69.206463 87.104852) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "3dde0f44-0665-4453-b19d-e21159b30787") + ) + (segment + (start 69.278 87.2534) + (end 69.278 87.734025) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "4600b549-e24e-4889-b3b7-e9ef9d4c6984") + ) + (segment + (start 69.386947 88.04538) + (end 69.466019 88.124452) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "47b07f0a-8fd0-430f-a507-f3e6a09cb004") + ) + (segment + (start 60.435 78.45) + (end 60.435 79.28) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "575bb6cd-262c-4b83-a5e2-f6e46a426eee") + ) + (segment + (start 70.14998 88.124452) + (end 70.229052 88.04538) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "5888d949-d3d9-46a9-a990-f5214907a7ee") + ) + (segment + (start 69.273236 87.211121) + (end 69.278 87.2534) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "5c74aafb-1a1d-42fd-8951-32eaa4bc449f") + ) + (segment + (start 70.379452 87.134936) + (end 70.409536 87.104852) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "64af8af0-70c4-4d3f-baf4-cc6407210ae5") + ) + (segment + (start 70.445562 87.082215) + (end 70.485721 87.068163) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "6c8ff1e8-ea85-42ce-a076-682529c8b193") + ) + (segment + (start 70.288546 87.950695) + (end 70.325479 87.845146) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "7697919f-6419-43a7-b7e4-faada51a4190") + ) + (segment + (start 70.528 87.0634) + (end 76.9288 87.0634) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "80249f38-3d6f-4942-bb6e-3ecff896cc8d") + ) + (segment + (start 76.9288 87.0634) + (end 80.73 90.8646) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "869097ea-179a-49cb-b6ac-48ab7dfc4bb0") + ) + (segment + (start 70.485721 87.068163) + (end 70.528 87.0634) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "97226c85-e3e2-4894-9089-1db62ca23c2d") + ) + (segment + (start 69.466019 88.124452) + (end 69.560704 88.183946) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "97df8333-19eb-483d-8357-5f1986e4e76a") + ) + (segment + (start 70.229052 88.04538) + (end 70.288546 87.950695) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "aa5081cc-2afd-4741-b13b-b00043a7c75e") + ) + (segment + (start 70.409536 87.104852) + (end 70.445562 87.082215) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "b3afd6b2-53a8-4a05-a5f4-29af7e4ceb21") + ) + (segment + (start 69.949746 88.220879) + (end 70.055295 88.183946) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "bf43ec24-28e7-4ce4-b4b9-2393c8a8a5e1") + ) + (segment + (start 80.73 90.8646) + (end 80.73 91.27) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "c1dac7c7-720b-45c0-ab6b-95c45671d5bf") + ) + (segment + (start 60.9 81.53) + (end 66.4334 87.0634) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "c8777a65-b71a-41ac-96a2-aafd8b1dd0c4") + ) + (segment + (start 69.838625 88.2334) + (end 69.949746 88.220879) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "cf5ce238-bd8f-49da-85c0-ea4970cf033d") + ) + (segment + (start 66.4334 87.0634) + (end 69.088 87.0634) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "cf6d8427-f674-4301-9cc8-4afd6efb333c") + ) + (segment + (start 70.325479 87.845146) + (end 70.338 87.734025) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "cfaac833-ee95-4a6c-a968-02252b228900") + ) + (segment + (start 70.338 87.734025) + (end 70.338 87.2534) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "dc17e151-85cb-4597-871e-ac2e8629b14b") + ) + (segment + (start 60.9 79.745) + (end 60.9 81.53) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "dea17859-4b35-4115-a09c-975f56c2272b") + ) + (segment + (start 70.342763 87.211121) + (end 70.356815 87.170962) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "e77f1d56-c211-430d-accf-66e21b6abde1") + ) + (segment + (start 69.29052 87.845146) + (end 69.327453 87.950695) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "eaa29450-aab1-4ea3-a04e-df1bb6f4d81b") + ) + (segment + (start 70.338 87.2534) + (end 70.342763 87.211121) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "eb12aa98-e68c-43ca-bc7f-9875f10a6dd9") + ) + (segment + (start 80.73 91.27) + (end 80.5 91.5) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "ec7a7a39-e46c-48ab-bb4c-b026b3ba7d5e") + ) + (segment + (start 69.666253 88.220879) + (end 69.777374 88.2334) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "f2ba1a27-e532-4fae-ab61-113a78a8283e") + ) + (segment + (start 69.206463 87.104852) + (end 69.236547 87.134936) + (width 0.19) + (layer "F.Cu") + (net 122) + (uuid "fe8509f7-76fd-449c-b387-9e6c92428ede") + ) + (segment + (start 86.9 92.3) + (end 87.300001 91.899999) + (width 0.15) + (layer "F.Cu") + (net 123) + (uuid "00000000-0000-0000-0000-00005c252b89") + ) + (segment + (start 90.717579 84.54252) + (end 90.823128 84.579453) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "040091b6-3b41-4388-823e-3e4bb29961ad") + ) + (segment + (start 89.794079 82.321746) + (end 89.757146 82.427295) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "05f9ec85-3bd2-499e-90ac-77ba12899f5c") + ) + (segment + (start 88.697368 83.09) + (end 90.606458 83.09) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "08951927-dcdb-48ef-a4ba-b24fecadcc5f") + ) + (segment + (start 88.526183 82.982437) + (end 88.54882 83.018463) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "0a2ab516-8c00-42e4-a6c3-7c1326be2fa4") + ) + (segment + (start 88.61493 83.071184) + (end 88.655089 83.085236) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "0c6937ba-51f6-4519-8f84-88ceaad1bc17") + ) + (segment + (start 88.578904 83.048547) + (end 88.61493 83.071184) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "0cd87488-af1a-4477-9fbc-7ce7afd11eee") + ) + (segment + (start 89.9966 85.59) + (end 89.954322 85.594763) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "0f45c489-1f27-4e6c-94ec-665602e92e75") + ) + (segment + (start 88.655089 82.714763) + (end 88.61493 82.728815) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "10224ade-6f57-429e-ac15-00ad22fe9f7e") + ) + (segment + (start 90.996885 83.96198) + (end 90.917813 84.041052) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "114364c7-1f8b-4235-8067-60478051261a") + ) + (segment + (start 90.823128 84.100546) + (end 90.717579 84.137479) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "1433699e-6408-48ff-8e3a-786ab98bf4a0") + ) + (segment + (start 89.8066 82.210625) + (end 89.794079 82.321746) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "168f41d0-4927-4001-8390-27338686940d") + ) + (segment + (start 89.418346 82.697479) + (end 89.307225 82.71) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "1a989543-efd7-4d4b-a1ec-cbcc61edf372") + ) + (segment + (start 88.54882 82.781536) + (end 88.526183 82.817562) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "1d82602f-ea3e-4538-8d77-86ee1415a698") + ) + (segment + (start 90.823128 84.579453) + (end 90.917813 84.638947) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "203f4ce3-c884-42de-9cdb-aced29342910") + ) + (segment + (start 89.8066 85.78) + (end 89.8066 88.555218) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "22e0be77-6791-4d19-a377-1cc6548b0165") + ) + (segment + (start 88.512131 82.857721) + (end 88.507368 82.9) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "2873e490-c9bf-4c89-897a-2c4ba6a0f218") + ) + (segment + (start 91.093312 83.478253) + (end 91.105832 83.589374) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "2cf158c2-508a-432c-ba85-07cefc99e466") + ) + (segment + (start 88.54882 84.458463) + (end 88.578904 84.488547) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "2f579084-179d-43a4-88b5-9243e1fb8a76") + ) + (segment + (start 88.526183 84.257562) + (end 88.512131 84.297721) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "323274f2-2105-4d6c-846b-729d72181070") + ) + (segment + (start 89.825416 85.697562) + (end 89.811364 85.737721) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "32c54628-ba9f-439d-8e46-a37f5ed19b6e") + ) + (segment + (start 90.996885 85.40198) + (end 90.917813 85.481052) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "33d3bb03-e7de-43e7-9b78-b6bebee3ec95") + ) + (segment + (start 88.526183 84.422437) + (end 88.54882 84.458463) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "360e8a35-d319-4688-98f9-3f60cc165def") + ) + (segment + (start 84.565 78.45) + (end 84.565 79.28) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "36c747c7-03f2-4304-9560-cd439fc5ec3a") + ) + (segment + (start 87.300001 91.061817) + (end 87.311818 91.05) + (width 0.15) + (layer "F.Cu") + (net 123) + (uuid "3f881838-2d91-44d0-9264-bfaaaf0089bb") + ) + (segment + (start 90.606458 83.09) + (end 90.717579 83.10252) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "3fd36cfa-1902-4c95-8d23-c93e84d4b40e") + ) + (segment + (start 88.61493 84.168815) + (end 88.578904 84.191452) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "40bd0573-3c41-4804-a39b-2ef5d2f9e69e") + ) + (segment + (start 90.606458 84.15) + (end 88.697368 84.15) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "428c5f14-5076-4145-85f3-76837b0b41f8") + ) + (segment + (start 90.917813 84.638947) + (end 90.996885 84.718019) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "4802eff1-a344-4d99-8d81-de6759199d18") + ) + (segment + (start 89.523895 82.660546) + (end 89.418346 82.697479) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "488ff63f-1512-4eec-9188-185416b28e19") + ) + (segment + (start 88.697368 84.53) + (end 90.606458 84.53) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "4cceec49-7c2d-4a4e-98f2-aba77bccf634") + ) + (segment + (start 88.61493 82.728815) + (end 88.578904 82.751452) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "529c2d9a-1c14-47a2-ac28-8742ccbc3f38") + ) + (segment + (start 87.300001 91.899999) + (end 87.300001 91.061817) + (width 0.15) + (layer "F.Cu") + (net 123) + (uuid "54d4bf73-7dda-45cb-ace2-887dd281c77f") + ) + (segment + (start 91.105832 83.650625) + (end 91.093312 83.761746) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "550d6148-b27f-4819-913a-1187ee8f2e67") + ) + (segment + (start 90.823128 85.540546) + (end 90.717579 85.577479) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "60250710-b6ec-448a-9a76-47c76eda6bc6") + ) + (segment + (start 90.717579 84.137479) + (end 90.606458 84.15) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "63398651-4f6e-4e62-9035-ee4c0ea976b7") + ) + (segment + (start 89.954322 85.594763) + (end 89.914163 85.608815) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "68185cad-14e6-40aa-9a77-a6e5a4e688e3") + ) + (segment + (start 91.056379 83.867295) + (end 90.996885 83.96198) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "6ba09acc-98f1-48e4-bbc2-2b3e8d01ace7") + ) + (segment + (start 91.093312 85.201746) + (end 91.056379 85.307295) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "745fe90e-c09f-4980-939d-c86bb79f5d7c") + ) + (segment + (start 88.512131 84.297721) + (end 88.507368 84.34) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "765f4fd0-f068-4d04-a953-8890777f159f") + ) + (segment + (start 91.056379 85.307295) + (end 90.996885 85.40198) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "76fef458-871c-4867-a311-2db07c25db94") + ) + (segment + (start 84.881018 81.0592) + (end 89.046618 81.0592) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "777373b6-39b2-4574-afde-52150cdad405") + ) + (segment + (start 91.056379 84.812704) + (end 91.093312 84.918253) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "78007619-e171-40c9-9364-4c0a1270949e") + ) + (segment + (start 89.757146 82.427295) + (end 89.697652 82.52198) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "7821cb42-6184-478c-ad6a-d32093b0b8ee") + ) + (segment + (start 89.914163 85.608815) + (end 89.878137 85.631452) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "78815432-d35e-41a2-a9a7-e02ef02401d5") + ) + (segment + (start 90.996885 84.718019) + (end 91.056379 84.812704) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "78de31e4-8d4c-4852-83a5-0327196b1ea4") + ) + (segment + (start 90.917813 84.041052) + (end 90.823128 84.100546) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "7afa9cf0-e9ce-4a4c-8666-1282f970bfa7") + ) + (segment + (start 88.54882 83.018463) + (end 88.578904 83.048547) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "7b292ab1-954a-4e1e-9491-c38a40018cab") + ) + (segment + (start 88.578904 82.751452) + (end 88.54882 82.781536) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "7e895bde-8d5a-40b7-9647-75bc017e128c") + ) + (segment + (start 88.697368 84.15) + (end 88.655089 84.154763) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "7f257b01-3707-4234-a8a7-c978bc248bdc") + ) + (segment + (start 90.917813 83.198947) + (end 90.996885 83.278019) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "82c71995-2f5f-4c50-9cf5-197a190346e8") + ) + (segment + (start 91.105832 85.029374) + (end 91.105832 85.090625) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "8377d102-2334-41db-a504-ea4c01d4b2b5") + ) + (segment + (start 91.056379 83.372704) + (end 91.093312 83.478253) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "8388ed1d-6564-4156-b47e-40ff74523401") + ) + (segment + (start 88.655089 84.154763) + (end 88.61493 84.168815) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "871784c6-10d1-4698-80e4-c571e86d0b8f") + ) + (segment + (start 90.917813 85.481052) + (end 90.823128 85.540546) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "88e977cb-0363-487e-9eee-f64d388982f2") + ) + (segment + (start 88.512131 84.382278) + (end 88.526183 84.422437) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "8d532acb-e4fe-4320-afda-821433d43151") + ) + (segment + (start 88.578904 84.191452) + (end 88.54882 84.221536) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "99b7ee30-d4cc-4090-b732-a28e629306b9") + ) + (segment + (start 89.046618 81.0592) + (end 89.8066 81.819182) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "99e78964-1449-4321-ad33-c70620f1a12d") + ) + (segment + (start 88.578904 84.488547) + (end 88.61493 84.511184) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "a01eb089-caf7-4be5-8795-4e02a73c1c22") + ) + (segment + (start 89.8066 88.555218) + (end 87.311818 91.05) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "a10cdecd-53db-4a94-874a-3261fddc42c8") + ) + (segment + (start 91.093312 83.761746) + (end 91.056379 83.867295) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "a46bbdfb-1282-44e8-9ec3-18b8ffefa335") + ) + (segment + (start 90.717579 83.10252) + (end 90.823128 83.139453) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "abb0809b-06bb-4421-8ce2-56e12207b876") + ) + (segment + (start 89.8066 81.819182) + (end 89.8066 82.210625) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "acf81f41-e953-4bf3-a109-1c59a82f6fa5") + ) + (segment + (start 84.1 79.745) + (end 84.1 80.278182) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "ae7beb79-fa9f-4771-9523-280bf183a91c") + ) + (segment + (start 89.307225 82.71) + (end 88.697368 82.71) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "aed29b76-2f22-4444-939b-86d2222e841c") + ) + (segment + (start 91.105832 85.090625) + (end 91.093312 85.201746) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "bcc82edf-d3ff-47ec-b91e-82b6e866fdd7") + ) + (segment + (start 90.606458 85.59) + (end 89.9966 85.59) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "bd864223-4618-41c8-b016-2349a6aa6e7a") + ) + (segment + (start 88.655089 83.085236) + (end 88.697368 83.09) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "bffe0d82-38cc-4eb6-9e96-aeb9104edd49") + ) + (segment + (start 88.54882 84.221536) + (end 88.526183 84.257562) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "c002ad88-760c-4144-8b40-796e60dfda02") + ) + (segment + (start 90.996885 83.278019) + (end 91.056379 83.372704) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "c872d2ad-8322-4fc0-9071-2e713e2db61c") + ) + (segment + (start 88.526183 82.817562) + (end 88.512131 82.857721) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "ce000487-8f23-4225-81cf-cf3930f97144") + ) + (segment + (start 88.512131 82.942278) + (end 88.526183 82.982437) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "cec2d87d-a9ac-4f12-8bc3-e8b27b27e0e6") + ) + (segment + (start 89.878137 85.631452) + (end 89.848053 85.661536) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "d4696d13-3be9-4660-8bd6-d67f74943fb9") + ) + (segment + (start 89.811364 85.737721) + (end 89.8066 85.78) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "d4aad45c-dd3f-471c-a2b6-23b7bdcac6c9") + ) + (segment + (start 90.606458 84.53) + (end 90.717579 84.54252) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "d725fbaa-ed0d-48a3-9a0f-2495c5adae48") + ) + (segment + (start 90.717579 85.577479) + (end 90.606458 85.59) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "d77ee948-16e9-475a-86b0-90edc83948cf") + ) + (segment + (start 89.848053 85.661536) + (end 89.825416 85.697562) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "df5486e5-2dda-4607-88ce-0ab88846dbb7") + ) + (segment + (start 88.655089 84.525236) + (end 88.697368 84.53) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "e0c15636-d057-4570-9ad9-688d870adc71") + ) + (segment + (start 88.697368 82.71) + (end 88.655089 82.714763) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "e544cd72-919a-4803-aa73-b6113158fc3c") + ) + (segment + (start 88.507368 82.9) + (end 88.512131 82.942278) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "eae73756-f3a0-4116-b3bb-77202bc0f2c1") + ) + (segment + (start 88.61493 84.511184) + (end 88.655089 84.525236) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "ebadc82c-41f0-420d-8df8-9d16a4db976d") + ) + (segment + (start 84.1 80.278182) + (end 84.881018 81.0592) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "ed3de7a8-91a8-4a0a-bed2-aeb1ccafa7a7") + ) + (segment + (start 84.565 79.28) + (end 84.1 79.745) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "ef83ac21-029e-4cb2-aaa1-0f7208b5ec6a") + ) + (segment + (start 91.093312 84.918253) + (end 91.105832 85.029374) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "f5e12565-aa00-4ae9-bb70-0d9946968974") + ) + (segment + (start 88.507368 84.34) + (end 88.512131 84.382278) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "f7024204-2535-4bf3-9771-78594da79847") + ) + (segment + (start 91.105832 83.589374) + (end 91.105832 83.650625) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "fbe4f56d-4439-4393-9c07-5ee376b3b90e") + ) + (segment + (start 89.697652 82.52198) + (end 89.61858 82.601052) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "fc27eabb-efe6-4ad4-b173-fcc0d9c3ff74") + ) + (segment + (start 90.823128 83.139453) + (end 90.917813 83.198947) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "fd3b44ce-3f24-41f1-9b02-5a9988d00e7f") + ) + (segment + (start 89.61858 82.601052) + (end 89.523895 82.660546) + (width 0.19) + (layer "F.Cu") + (net 123) + (uuid "ff86d4a9-3ed1-49ff-b332-47f615b32b3a") + ) + (segment + (start 87.10681 83.577184) + (end 87.217931 83.589704) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "0024f212-330e-4409-bc80-39d52158739b") + ) + (segment + (start 87.418165 85.968236) + (end 87.32348 86.02773) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "007ac4e5-06f6-4642-906a-29e6269c815d") + ) + (segment + (start 86.499901 91.039527) + (end 86.436184 90.97581) + (width 0.15) + (layer "F.Cu") + (net 124) + (uuid "04be4ed0-382b-4bb5-a7ce-f68503e9d342") + ) + (segment + (start 87.497237 83.765203) + (end 87.556731 83.859888) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "04c70a07-0cff-4b94-af95-b84b67d9ad12") + ) + (segment + (start 87.497237 85.889164) + (end 87.418165 85.968236) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "0f5a2e01-d597-48ef-909e-e9e384f657f8") + ) + (segment + (start 86.04793 86.469704) + (end 86.153479 86.506637) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "0ffd9c88-1117-4587-890d-074a10d28172") + ) + (segment + (start 87.497237 85.205203) + (end 87.556731 85.299888) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "12851b0c-4591-4c5c-a45d-d83274cb360a") + ) + (segment + (start 85.456184 83.577184) + (end 87.10681 83.577184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "12c4064e-3745-4a0a-8c79-6e7fca6753a2") + ) + (segment + (start 85.266184 86.267184) + (end 85.270947 86.309462) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "148751ef-fa53-496b-97ec-4ff0fa9e5ca4") + ) + (segment + (start 87.593664 83.965437) + (end 87.606184 84.076558) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "1504993f-0210-4978-9602-705fbf4a4abb") + ) + (segment + (start 87.418165 83.686131) + (end 87.497237 83.765203) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "1546f61e-86a5-46aa-af88-c924053755a1") + ) + (segment + (start 87.10681 84.637184) + (end 85.456184 84.637184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "1b654861-7ad0-46cd-9511-c3764485ff3d") + ) + (segment + (start 85.33772 84.975731) + (end 85.373746 84.998368) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "1e8d5694-bd66-424c-b5d0-f5ef5d8db7b2") + ) + (segment + (start 85.266184 84.827184) + (end 85.270947 84.869462) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "1fc621d7-0771-4780-bb80-9328c837ac5d") + ) + (segment + (start 85.284999 84.744746) + (end 85.270947 84.784905) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "20b92884-79f3-416d-8a35-5bbbbb3ee90e") + ) + (segment + (start 85.284999 83.304746) + (end 85.270947 83.344905) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "21177cae-2aee-4341-870e-670a028f8807") + ) + (segment + (start 85.284999 83.469621) + (end 85.307636 83.505647) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "213e89b5-88b3-40d2-8968-686da6967de9") + ) + (segment + (start 87.32348 84.58773) + (end 87.217931 84.624663) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "2337534c-b66f-4e92-875a-54fd47ddea8d") + ) + (segment + (start 87.10681 86.077184) + (end 85.456184 86.077184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "2a66162f-f78f-4601-a231-bd4bbbb44907") + ) + (segment + (start 85.284999 86.184746) + (end 85.270947 86.224905) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "2c25634f-0d1e-4c95-a734-cfa5017b9a2b") + ) + (segment + (start 87.606184 84.076558) + (end 87.606184 84.137809) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "2c5035ed-fbc4-41de-aa77-98b463e3778d") + ) + (segment + (start 85.307636 84.945647) + (end 85.33772 84.975731) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "303b271c-20a6-4e97-9568-2d6bf58ffbdb") + ) + (segment + (start 85.936809 86.457184) + (end 86.04793 86.469704) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "303e7cb5-3760-4a39-bdab-d0ed4c8544d0") + ) + (segment + (start 85.33772 84.678636) + (end 85.307636 84.70872) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "35dfa760-b1e5-4ba6-a557-5fa2ba46066f") + ) + (segment + (start 87.32348 85.066637) + (end 87.418165 85.126131) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "3928aa73-252c-442b-874f-fa0f82f5d3db") + ) + (segment + (start 86.248164 86.566131) + (end 86.327236 86.645203) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "3a2fcdd8-ffac-4f66-9995-597e61432034") + ) + (segment + (start 86.423663 86.845437) + (end 86.436184 86.956558) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "3ac110c1-1811-4067-b6c2-bd5f2ace9a08") + ) + (segment + (start 86.327236 86.645203) + (end 86.38673 86.739888) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "46b9c1d2-6312-4eb8-97f3-93485d1c87ec") + ) + (segment + (start 85.373746 86.095999) + (end 85.33772 86.118636) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "47cdebdb-6a63-4842-b11c-dee9978bcfb0") + ) + (segment + (start 87.556731 84.354479) + (end 87.497237 84.449164) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "496879c0-2b74-4d3e-a9e7-9eac02c3a27a") + ) + (segment + (start 85.307636 86.14872) + (end 85.284999 86.184746) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "4ad54eeb-08a6-4cdc-b827-65a5195e64b8") + ) + (segment + (start 86.499901 91.900099) + (end 86.499901 91.039527) + (width 0.15) + (layer "F.Cu") + (net 124) + (uuid "4ed9a42f-68c7-4e31-b77c-65e165f8eb62") + ) + (segment + (start 87.32348 86.02773) + (end 87.217931 86.064663) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "537e9900-e3b4-4c09-b221-27d745e19ade") + ) + (segment + (start 85.373746 84.655999) + (end 85.33772 84.678636) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "54bfe257-f0ac-41d8-8647-8c85b6e2e667") + ) + (segment + (start 85.270947 84.869462) + (end 85.284999 84.909621) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "551e4dbb-44d0-40be-9bf7-a85c98fc2b3c") + ) + (segment + (start 85.307636 84.70872) + (end 85.284999 84.744746) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "58be3b99-7ee2-4519-a069-e2ada8242dce") + ) + (segment + (start 86.04793 83.184663) + (end 85.936809 83.197184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "5db7acb6-8a8d-4fd8-a275-1b22d7703766") + ) + (segment + (start 85.456184 83.197184) + (end 85.413905 83.201947) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "621d6731-7f0d-4186-91dd-822cdc188dcd") + ) + (segment + (start 85.413905 83.201947) + (end 85.373746 83.215999) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "63f4f2c3-230e-4140-b561-60dc7b883135") + ) + (segment + (start 85.270947 84.784905) + (end 85.266184 84.827184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "6953b908-825b-4761-b3fb-40eac78d158e") + ) + (segment + (start 87.497237 84.449164) + (end 87.418165 84.528236) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "6d269d0e-47ef-4b69-9b18-c624dbebc56e") + ) + (segment + (start 86.38673 82.914479) + (end 86.327236 83.009164) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "6dcbae78-6cb9-4665-af59-4f3b0374b146") + ) + (segment + (start 87.556731 83.859888) + (end 87.593664 83.965437) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "6e0a2141-20d2-4d75-ae1d-91919e8b58ee") + ) + (segment + (start 80.755 79.28) + (end 80.29 79.745) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "6fdc6513-85fa-4ac4-9fba-94c952fa0cb6") + ) + (segment + (start 80.755 78.45) + (end 80.755 79.28) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "700c960f-8a0f-4c1f-8452-d7aaefd611a8") + ) + (segment + (start 85.373746 84.998368) + (end 85.413905 85.01242) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "70f43e74-9fe6-4ce3-8013-09cc1375891c") + ) + (segment + (start 85.266184 83.387184) + (end 85.270947 83.429462) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "71070041-e598-4cf8-9b6e-932bbf134d95") + ) + (segment + (start 86.153479 83.14773) + (end 86.04793 83.184663) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "71784fda-316d-4591-94f4-4c01f99343ac") + ) + (segment + (start 85.33772 86.118636) + (end 85.307636 86.14872) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "71e6f62e-21ae-4488-acc6-99d9ecbff73c") + ) + (segment + (start 87.32348 83.626637) + (end 87.418165 83.686131) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "73109fbb-15f6-4d8c-a8e6-0b760c4e14c4") + ) + (segment + (start 85.307636 83.505647) + (end 85.33772 83.535731) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "7a96de05-6219-40b4-8855-7099188603c1") + ) + (segment + (start 85.284999 86.349621) + (end 85.307636 86.385647) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "7bf4b767-ff56-4cba-af0e-f111782ec127") + ) + (segment + (start 86.153479 86.506637) + (end 86.248164 86.566131) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "7ca2c321-73d3-4aed-bc04-05762eab546f") + ) + (segment + (start 85.413905 86.45242) + (end 85.456184 86.457184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "7cdf4dbf-2f70-4049-90fa-45b4b9d8d02b") + ) + (segment + (start 85.413905 86.081947) + (end 85.373746 86.095999) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "7e6c76fa-edcf-4033-bca7-2d53f8cc6f39") + ) + (segment + (start 87.556731 85.794479) + (end 87.497237 85.889164) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "81b230f9-4a01-4956-b133-0c80c7f2d11e") + ) + (segment + (start 86.38673 86.739888) + (end 86.423663 86.845437) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "8326c248-4963-4df7-8949-20fc1935f203") + ) + (segment + (start 87.593664 85.68893) + (end 87.556731 85.794479) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "85b94d87-d148-42c7-8567-8d445153713a") + ) + (segment + (start 87.593664 84.24893) + (end 87.556731 84.354479) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "861a184f-1e37-4cbd-92a4-773fa2a72d4d") + ) + (segment + (start 87.10681 85.017184) + (end 87.217931 85.029704) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "86fed3de-6c75-486e-9228-38c55296cc6a") + ) + (segment + (start 85.413905 85.01242) + (end 85.456184 85.017184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "8af69020-ca2f-49fb-b40b-eec6f13c666d") + ) + (segment + (start 87.217931 83.589704) + (end 87.32348 83.626637) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "8e36a2bb-6b6b-458b-8dd0-1aa1904df7a1") + ) + (segment + (start 85.270947 83.429462) + (end 85.284999 83.469621) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "92d50662-a39e-4fa1-bb6f-cc8b44dd326d") + ) + (segment + (start 87.418165 84.528236) + (end 87.32348 84.58773) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "9309004f-a94d-4658-b89e-f86cdf680a74") + ) + (segment + (start 85.307636 86.385647) + (end 85.33772 86.415731) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "9449bab2-cd39-4c54-9ab1-20d7b3fe8713") + ) + (segment + (start 86.327236 83.009164) + (end 86.248164 83.088236) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "959515dd-32a5-4c45-9397-74bbfcecd51e") + ) + (segment + (start 86.436184 82.526184) + (end 86.436184 82.697809) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "99754b5a-d3f9-4951-abfb-b6120d6ad026") + ) + (segment + (start 85.456184 84.637184) + (end 85.413905 84.641947) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "9b4f46fe-6874-4ed6-8941-5b832417f422") + ) + (segment + (start 86.436184 82.697809) + (end 86.423663 82.80893) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "9c05760e-1c55-4cc9-af2b-fa0e019403a5") + ) + (segment + (start 87.593664 85.405437) + (end 87.606184 85.516558) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "a24d6f3e-2dc7-4ce9-abd5-3d169f00aa0f") + ) + (segment + (start 85.456184 86.077184) + (end 85.413905 86.081947) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "a2d3eb96-58a0-4346-af1e-78bb35a50430") + ) + (segment + (start 87.606184 84.137809) + (end 87.593664 84.24893) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "a5ce70c5-73ff-4b0f-924d-9b93b2148b4d") + ) + (segment + (start 86.436184 86.956558) + (end 86.436184 90.97581) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "a9c0a7a1-1088-4ac8-97de-66e1a8d55f21") + ) + (segment + (start 87.606184 85.577809) + (end 87.593664 85.68893) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "aa13fc65-f545-4672-9a25-25b0be4e162e") + ) + (segment + (start 87.217931 84.624663) + (end 87.10681 84.637184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "aeb531e5-7619-461e-b363-c4f883e50da2") + ) + (segment + (start 85.270947 86.309462) + (end 85.284999 86.349621) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "b03c0664-d273-4829-8656-d3c3d28dbde7") + ) + (segment + (start 85.284999 84.909621) + (end 85.307636 84.945647) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "b69fab54-af55-4ce0-a994-dcb15b070446") + ) + (segment + (start 86.248164 83.088236) + (end 86.153479 83.14773) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "b80307c4-d762-4504-97c1-9f773e31429c") + ) + (segment + (start 80.29 80.4) + (end 81.87 81.98) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "b9a9d7d2-4f0b-4e9a-bedb-ef3db267ac8e") + ) + (segment + (start 85.456184 85.017184) + (end 87.10681 85.017184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "ba84e302-ab90-4219-a417-9b8ba5a09b88") + ) + (segment + (start 85.33772 86.415731) + (end 85.373746 86.438368) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "bf277ff6-7a97-44b5-8b55-dc07e588f1e9") + ) + (segment + (start 87.217931 86.064663) + (end 87.10681 86.077184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "c720abca-e3c1-4dc7-99bf-3246b5dc5e2d") + ) + (segment + (start 85.270947 83.344905) + (end 85.266184 83.387184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "cdd9ecd7-ced4-4db8-87f6-e4d2a850d141") + ) + (segment + (start 85.413905 84.641947) + (end 85.373746 84.655999) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "ce09d690-a6b7-4ada-9e8e-809b6ba41372") + ) + (segment + (start 85.89 81.98) + (end 86.436184 82.526184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "cf9a163d-9ae3-4e15-91ee-4ad8d165de4f") + ) + (segment + (start 85.307636 83.26872) + (end 85.284999 83.304746) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "d541c241-6514-4616-8a13-b9e39e22f5ed") + ) + (segment + (start 85.270947 86.224905) + (end 85.266184 86.267184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "db661329-9c51-496c-9e62-370ebf0236be") + ) + (segment + (start 87.556731 85.299888) + (end 87.593664 85.405437) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "e053d9fe-2ebd-413c-8800-b7f3bae15a28") + ) + (segment + (start 80.29 79.745) + (end 80.29 80.4) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "e0f935bf-8ae1-4181-b156-5066581ad10f") + ) + (segment + (start 86.423663 82.80893) + (end 86.38673 82.914479) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "e1d2d27f-1d9b-4489-8009-acbd89eb68bd") + ) + (segment + (start 85.33772 83.238636) + (end 85.307636 83.26872) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "e233d8e1-eb06-464d-b849-6b465f31cedc") + ) + (segment + (start 87.217931 85.029704) + (end 87.32348 85.066637) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "e5b6791b-2629-495a-a81d-53fd10246ee0") + ) + (segment + (start 85.456184 86.457184) + (end 85.936809 86.457184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "e5b69512-c732-453d-800e-d518726f4a8f") + ) + (segment + (start 85.373746 83.558368) + (end 85.413905 83.57242) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "e6818560-73b8-43fe-9b6d-67886be2ac8c") + ) + (segment + (start 87.606184 85.516558) + (end 87.606184 85.577809) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "e9099a42-c661-4a82-adcf-e2becad79412") + ) + (segment + (start 85.373746 86.438368) + (end 85.413905 86.45242) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "ea93861d-1d6a-4d36-8fe2-a449808348d2") + ) + (segment + (start 85.413905 83.57242) + (end 85.456184 83.577184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "eabc76c1-818e-4bac-a6b1-6e41f948badc") + ) + (segment + (start 85.373746 83.215999) + (end 85.33772 83.238636) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "ef104935-6652-4eaa-8d34-7cca02b76ca8") + ) + (segment + (start 86.1 92.3) + (end 86.499901 91.900099) + (width 0.15) + (layer "F.Cu") + (net 124) + (uuid "efb83c0e-1f3e-4bd5-9b78-99894f4b6c0c") + ) + (segment + (start 81.87 81.98) + (end 85.89 81.98) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "f525c2ca-e7ba-4514-91bc-134c7eeb6847") + ) + (segment + (start 85.33772 83.535731) + (end 85.373746 83.558368) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "f54301a6-e34e-4c8a-a6fe-2b7d44893692") + ) + (segment + (start 85.936809 83.197184) + (end 85.456184 83.197184) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "f5c4b84c-7bc0-4e6b-8d5e-5a8a56481670") + ) + (segment + (start 87.418165 85.126131) + (end 87.497237 85.205203) + (width 0.19) + (layer "F.Cu") + (net 124) + (uuid "f999fc93-bcff-4556-99bc-f323ad89af2b") + ) + (segment + (start 85.3 92.3) + (end 85.7 91.9) + (width 0.19) + (layer "F.Cu") + (net 125) + (uuid "49f0f5d8-b6d7-48f6-9d59-444d7611e25f") + ) + (segment + (start 78.215 76.485) + (end 78.2 76.5) + (width 0.19) + (layer "F.Cu") + (net 125) + (uuid "71abad6c-458d-4215-a314-804c61e2af0c") + ) + (segment + (start 78.215 74.55) + (end 78.215 76.485) + (width 0.19) + (layer "F.Cu") + (net 125) + (uuid "94f0775f-2871-46c7-bf3e-05b77cbf69f0") + ) + (via + (at 85.7 91.9) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 125) + (uuid "23c97224-fe33-4f11-bb56-70b2592779b3") + ) + (via + (at 78.2 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 125) + (uuid "a1b31035-7c3e-442a-8ae4-f22faa38439d") + ) + (segment + (start 85.064518 86.800625) + (end 85.064518 86.739374) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "0150466f-ce29-4592-90c4-9b392099c1dd") + ) + (segment + (start 87.087919 86.221184) + (end 87.123945 86.198547) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "0158dc01-9bf3-4790-9026-f6a57ca733ab") + ) + (segment + (start 86.412704 85.810546) + (end 86.318019 85.751052) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "04f08b3b-9cdb-4c32-9518-cb2b93f4877b") + ) + (segment + (start 85.606511 90.634549) + (end 85.559008 90.587046) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "101106de-7571-4edf-8239-74dfc5e0968e") + ) + (segment + (start 85.173466 87.11198) + (end 85.113972 87.017295) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "136ded61-8d97-4e47-931f-77369da3d9e2") + ) + (segment + (start 85.960166 90.07029) + (end 86.017047 90.034549) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "146bccde-fd04-4ba9-8bf7-701bfecbe28b") + ) + (segment + (start 87.190718 86.092278) + (end 87.195482 86.05) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "16bcb3ad-bced-43b9-b1e9-04f1ddd49272") + ) + (segment + (start 87.176666 85.967562) + (end 87.154029 85.931536) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "1804e07a-985b-4158-b38e-f605143f2194") + ) + (segment + (start 85.113972 86.522704) + (end 85.173466 86.428019) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "180c5448-3d3e-49f1-b655-4a64a70b336b") + ) + (segment + (start 85.523267 90.530165) + (end 85.501079 90.466756) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "24865460-1e85-4c47-a7e3-bb10b3c1fa5e") + ) + (segment + (start 85.793557 90.1) + (end 85.83 90.1) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "265c9570-d0c1-4bcb-a49b-0a3e2279d2ec") + ) + (segment + (start 86.318019 85.751052) + (end 86.238947 85.67198) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "296b9d47-6790-4880-ad18-d49058804612") + ) + (segment + (start 85.793557 90.7) + (end 85.726801 90.692478) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "2bcbcaea-3caf-4690-a136-2989fa8ddd84") + ) + (segment + (start 85.501079 90.333243) + (end 85.523267 90.269834) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "2cdad8ef-b5c8-42b4-91da-9d5f6d9b006b") + ) + (segment + (start 86.238947 85.67198) + (end 86.179453 85.577295) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "33150f27-98b3-4b2a-92cc-16b50b335e66") + ) + (segment + (start 85.663392 90.67029) + (end 85.606511 90.634549) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "3912a0fa-daac-4ee7-a844-09f149496e38") + ) + (segment + (start 86.518253 85.847479) + (end 86.412704 85.810546) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "3cd58b05-9f2f-4dba-8fdd-b8dfd6af0b3d") + ) + (segment + (start 86.629374 85.86) + (end 86.518253 85.847479) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "3eeddd3a-9a95-4683-a914-5c508db430a3") + ) + (segment + (start 87.005482 86.24) + (end 87.04776 86.235236) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "4400a03f-43f5-4fdb-be50-2ac899677f37") + ) + (segment + (start 85.94 87.3) + (end 85.563893 87.3) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "447e5882-860c-4e96-b185-356241d7142f") + ) + (segment + (start 85.252538 87.191052) + (end 85.173466 87.11198) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "451f47e3-f295-4391-9dbc-b51a7dee1441") + ) + (segment + (start 85.606511 90.16545) + (end 85.663392 90.129709) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "466502de-6b33-43dd-979c-d2b77f804196") + ) + (segment + (start 86.019167 91.9) + (end 86.13 91.789167) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "4a794a6c-2999-494a-8e8f-8c2da759703b") + ) + (segment + (start 86.088548 87.371536) + (end 86.058464 87.341452) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "5150934a-26af-49e0-8b4e-b61d7f2eb935") + ) + (segment + (start 87.154029 85.931536) + (end 87.123945 85.901452) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "531279c0-34b1-4a3f-903e-0e74c9a65a51") + ) + (segment + (start 85.563893 86.24) + (end 87.005482 86.24) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "561f0f92-2f38-4311-bbdf-743431f68ade") + ) + (segment + (start 85.347223 87.250546) + (end 85.252538 87.191052) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "580a5929-8839-4640-8897-c9032bfe5b1a") + ) + (segment + (start 86.13 91.789167) + (end 86.13 91) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "584394c2-ba17-43e3-8201-b01256ad2a0e") + ) + (segment + (start 86.111185 87.407562) + (end 86.088548 87.371536) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "5afe1881-ef0d-47e0-8150-9eacf02489e8") + ) + (segment + (start 85.173466 86.428019) + (end 85.252538 86.348947) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "618ad346-24d0-4905-a0a6-ccdb54731a90") + ) + (segment + (start 86.13 91) + (end 86.122479 90.933243) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "63e820eb-0663-4109-8e84-5af6c1fc907b") + ) + (segment + (start 86.13 87.49) + (end 86.125237 87.447721) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "656b042d-303f-4221-8f97-e16356b26f03") + ) + (segment + (start 85.077039 86.628253) + (end 85.113972 86.522704) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "6d055421-2d78-4e6e-a357-1cdaa124e7ac") + ) + (segment + (start 85.563893 87.3) + (end 85.452772 87.287479) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "6ed5c84d-0fcf-4468-9101-ae43e2ccaf4e") + ) + (segment + (start 87.190718 86.007721) + (end 87.176666 85.967562) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "7036b744-5b80-4a03-a228-1abb46c5e5eb") + ) + (segment + (start 86.14252 85.471746) + (end 86.13 85.360625) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "76ad0888-3bab-4b86-8b13-d7bc1d7358f8") + ) + (segment + (start 85.7 91.9) + (end 86.019167 91.9) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "7883b55e-a470-4788-8dc6-9d00271e750b") + ) + (segment + (start 87.176666 86.132437) + (end 87.190718 86.092278) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "797ad399-fb7a-4974-9578-213442a93a1f") + ) + (segment + (start 87.195482 86.05) + (end 87.190718 86.007721) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "82b20692-18f3-42f9-b84e-cc52f609679c") + ) + (segment + (start 85.982279 87.304763) + (end 85.94 87.3) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "854aceaf-679d-4f8f-a909-6b77b5655a3d") + ) + (segment + (start 85.559008 90.212953) + (end 85.606511 90.16545) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "85e5ba4e-27c5-4953-97da-30453358411c") + ) + (segment + (start 86.06455 89.987046) + (end 86.100291 89.930165) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "866c8619-d28d-4451-872e-a561b01a3a0c") + ) + (segment + (start 86.13 85.075018) + (end 85.552982 84.498) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "8708cfe9-1765-468c-8dd7-03ec5e4c238c") + ) + (segment + (start 87.087919 85.878815) + (end 87.04776 85.864763) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "87d12864-a0e8-4310-9a66-a8b9c6099da4") + ) + (segment + (start 79.907582 84.498) + (end 79.28 83.870418) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "89093827-bb23-4e39-8ebb-d4aae8eed604") + ) + (segment + (start 85.726801 90.107521) + (end 85.793557 90.1) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "8bcf6e53-34b2-4037-af92-6fe4b43c7b40") + ) + (segment + (start 86.100291 89.930165) + (end 86.122479 89.866756) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "8fd1450e-ea75-4d52-965c-6c240f70223d") + ) + (segment + (start 85.559008 90.587046) + (end 85.523267 90.530165) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "919bcbfc-021a-470c-9645-2e8489f1084b") + ) + (segment + (start 87.005482 85.86) + (end 86.629374 85.86) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "93afe5b9-ac56-4aea-8798-699080b634cf") + ) + (segment + (start 85.252538 86.348947) + (end 85.347223 86.289453) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "9a371df2-e129-41a2-a3b9-8b3756d89187") + ) + (segment + (start 87.04776 85.864763) + (end 87.005482 85.86) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "a0688260-74a7-4f2c-9b0c-212164329bbf") + ) + (segment + (start 85.726801 90.692478) + (end 85.663392 90.67029) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "a3c84e25-728b-472b-9b69-338d327e13fe") + ) + (segment + (start 86.017047 90.76545) + (end 85.960166 90.729709) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "a4a844eb-6832-4a7c-b2ce-f7f1bea6c3c8") + ) + (segment + (start 87.04776 86.235236) + (end 87.087919 86.221184) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "a87071ac-2cd6-4b07-9235-3c4b5bc31fe5") + ) + (segment + (start 87.123945 85.901452) + (end 87.087919 85.878815) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "a8e55b34-4798-4f7c-aee3-8ca78260a315") + ) + (segment + (start 85.064518 86.739374) + (end 85.077039 86.628253) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "a94f6726-1ee9-4031-860b-9c4ed4817348") + ) + (segment + (start 85.347223 86.289453) + (end 85.452772 86.25252) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "b4140fa0-0615-425c-916b-faae760f3997") + ) + (segment + (start 78.68 79.620418) + (end 79.28 80.220418) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "b7e0373e-df68-4c93-beee-baa5b417ab4c") + ) + (segment + (start 86.06455 90.812953) + (end 86.017047 90.76545) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "b81289f2-27cf-4233-b1fc-a46009c0e108") + ) + (segment + (start 86.022438 87.318815) + (end 85.982279 87.304763) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "bb8accc2-7fc6-4ae1-8ce2-396db33598fe") + ) + (segment + (start 86.13 85.360625) + (end 86.13 85.075018) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "bda08703-e500-49e3-bd10-9b08c995cd10") + ) + (segment + (start 85.493557 90.4) + (end 85.501079 90.333243) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "be02c95d-2968-40ec-875d-106e3ff13333") + ) + (segment + (start 85.113972 87.017295) + (end 85.077039 86.911746) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "be4e3182-e93b-45a4-bbe8-21857207947c") + ) + (segment + (start 85.077039 86.911746) + (end 85.064518 86.800625) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "c23b46f3-9f34-434c-a011-177f3da1b6cb") + ) + (segment + (start 85.523267 90.269834) + (end 85.559008 90.212953) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "c61b62f0-0adc-4230-9006-9b609c54ab78") + ) + (segment + (start 87.123945 86.198547) + (end 87.154029 86.168463) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "cb438843-ed0d-411e-bfc5-3c174b13b68c") + ) + (segment + (start 85.83 90.7) + (end 85.793557 90.7) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "cc5cfc5b-07f7-4d97-89c7-bcfdfbae9ca7") + ) + (segment + (start 86.100291 90.869834) + (end 86.06455 90.812953) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "cd686fa2-3907-48d7-9aa3-708fb6aa952b") + ) + (segment + (start 85.552982 84.498) + (end 79.907582 84.498) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "d01fb9f2-b282-4994-a3f3-5c1da32a4f3f") + ) + (segment + (start 86.179453 85.577295) + (end 86.14252 85.471746) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "d0ac86b1-b99f-4034-93a6-dc8be23a6c79") + ) + (segment + (start 86.125237 87.447721) + (end 86.111185 87.407562) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "d1e09193-4976-4c3a-ad43-78fdc2586714") + ) + (segment + (start 85.896757 90.092478) + (end 85.960166 90.07029) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "d648eaaa-3a89-4bb2-9494-d54ed1d490a3") + ) + (segment + (start 86.017047 90.034549) + (end 86.06455 89.987046) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "d97cb9e5-e1de-4528-aee5-e0e31141e6d5") + ) + (segment + (start 86.122479 89.866756) + (end 86.13 89.8) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "dfd63753-db29-48f9-a7a5-3094ae11fa80") + ) + (segment + (start 86.13 89.8) + (end 86.13 87.49) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "e2eda691-8139-4c23-a673-309dbd7ed26b") + ) + (segment + (start 85.960166 90.729709) + (end 85.896757 90.707521) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "e61c7578-28ab-439b-b249-5303c0f3bbca") + ) + (segment + (start 85.663392 90.129709) + (end 85.726801 90.107521) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "eb494f91-bc8e-43f6-8fe9-d70c43d08a20") + ) + (segment + (start 86.058464 87.341452) + (end 86.022438 87.318815) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "ec757e41-9112-4773-80bb-3ad613ac7c07") + ) + (segment + (start 85.452772 86.25252) + (end 85.563893 86.24) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "ee9d6224-5e30-47d6-b0c2-9df6218d6d54") + ) + (segment + (start 78.68 76.98) + (end 78.68 79.620418) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "eed28a44-bddf-462e-8a43-ccd5f9988091") + ) + (segment + (start 78.68 76.98) + (end 78.2 76.5) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "eeee76ad-73ca-4993-9388-c85573db5dc0") + ) + (segment + (start 87.154029 86.168463) + (end 87.176666 86.132437) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "f0171ac8-a0fb-47d8-8b5b-b5e6f52da220") + ) + (segment + (start 85.896757 90.707521) + (end 85.83 90.7) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "f09990f5-d050-407b-a16e-286afcf6ec3b") + ) + (segment + (start 79.28 80.220418) + (end 79.28 83.870418) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "f9b1b22b-1009-4772-8e07-56ad65f011c7") + ) + (segment + (start 85.501079 90.466756) + (end 85.493557 90.4) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "facb326d-f536-4420-8c25-620402cb00da") + ) + (segment + (start 85.452772 87.287479) + (end 85.347223 87.250546) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "fb19e5c5-3acf-4ea1-afa6-c5d46f40644d") + ) + (segment + (start 85.83 90.1) + (end 85.896757 90.092478) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "fd139142-05da-4c50-8a33-ae6a9be8379b") + ) + (segment + (start 86.122479 90.933243) + (end 86.100291 90.869834) + (width 0.19) + (layer "B.Cu") + (net 125) + (uuid "ff31bacf-7a4e-4c4a-b704-7770900ce996") + ) + (segment + (start 84.5 92.3) + (end 84.9 91.9) + (width 0.19) + (layer "F.Cu") + (net 126) + (uuid "51cf9155-5cbf-44eb-a7c5-327615922a8e") + ) + (segment + (start 75.675 76.475) + (end 75.7 76.5) + (width 0.19) + (layer "F.Cu") + (net 126) + (uuid "7684b0c8-a3c0-4a5f-badc-1e8985b77239") + ) + (segment + (start 75.675 74.55) + (end 75.675 76.475) + (width 0.19) + (layer "F.Cu") + (net 126) + (uuid "fb6abd4e-9046-424c-8044-a7bde2514fa8") + ) + (via + (at 84.9 91.9) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 126) + (uuid "26fbbf36-de83-4ec9-86e9-2c6274a79e91") + ) + (via + (at 75.7 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 126) + (uuid "c044deb4-b2f4-40ab-97a2-4d5b189c7360") + ) + (segment + (start 76.887575 81.196605) + (end 76.996596 81.221488) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "01e717af-b651-488b-9795-be6c9d32c722") + ) + (segment + (start 77.346324 81.571215) + (end 77.371207 81.680236) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "05897786-b525-4d78-82b8-fa6953dd70aa") + ) + (segment + (start 83.161432 87.313541) + (end 83.161432 87.425368) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "05c4c139-3f46-4667-ba33-20ff92decf09") + ) + (segment + (start 84.394723 89.320739) + (end 84.423871 89.381265) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "05d6ccc2-421b-4e9d-91cd-1ea66144224c") + ) + (segment + (start 77.879935 83.480608) + (end 77.861474 83.51894) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "062f6c01-892e-4432-b018-78dd0c56a985") + ) + (segment + (start 77.346324 81.901081) + (end 77.297805 82.001832) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "0635105a-4279-41fa-8671-05374d9628ac") + ) + (segment + (start 77.371207 81.680236) + (end 77.371207 81.79206) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "066403ff-b6e2-416f-826a-61b431c3e41e") + ) + (segment + (start 76.861704 82.462378) + (end 76.843243 82.50071) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "06ba0042-8f17-4c6d-a05a-28e0ebd6e508") + ) + (segment + (start 77.852006 83.602966) + (end 77.861474 83.644446) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "07352ce2-5fc8-4c81-93f6-467a81384cd3") + ) + (segment + (start 84.288115 89.767842) + (end 84.258968 89.828368) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "0810d445-1df3-46a9-896a-86ad16793678") + ) + (segment + (start 84.288115 90.087061) + (end 84.330001 90.139584) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "0cbac7ea-faad-4611-9469-c068d0df90b7") + ) + (segment + (start 84.580833 91.9) + (end 84.9 91.9) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "0dba7856-ae93-41bc-96df-582d25943769") + ) + (segment + (start 77.001306 82.752266) + (end 77.043852 82.752266) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "11d03159-5e3e-48f0-af87-085ef31deac5") + ) + (segment + (start 75.87 80.129582) + (end 75.87 81.679583) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "120a8b8d-4a70-4759-b067-b948fdd1c60e") + ) + (segment + (start 84.330001 90.139584) + (end 84.47 90.279582) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "120d5c34-42b1-4760-a910-3ec442962e9f") + ) + (segment + (start 83.018305 87.722573) + (end 82.599998 88.140881) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "1253f61d-1c5e-4364-ab6b-bc8de9865944") + ) + (segment + (start 78.246315 82.401267) + (end 78.316037 82.488696) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "12be1cbc-ecf1-4078-9b67-219bc61150eb") + ) + (segment + (start 76.843243 82.626216) + (end 76.861704 82.66455) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "18ad2d06-5888-43fe-8647-32dfde3d8195") + ) + (segment + (start 82.545543 88.296505) + (end 82.555011 88.337985) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "1af72c4e-3894-48fc-aaa7-a35e77814d7a") + ) + (segment + (start 83.594519 89.362087) + (end 83.660014 89.377036) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "1b3de975-3fed-46c6-bf34-1ccd4e975852") + ) + (segment + (start 77.228084 82.089259) + (end 77.20643 82.110916) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "1b9443a3-51ba-4b98-961a-84902a38a4f3") + ) + (segment + (start 82.887564 86.903302) + (end 82.974994 86.973025) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "1e655699-05b4-4cd0-9aad-da2bdc56f348") + ) + (segment + (start 83.981096 89.226331) + (end 84.041622 89.197184) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "208ec1ff-0813-487b-bc7b-93951f623775") + ) + (segment + (start 83.088028 87.635143) + (end 83.018305 87.722573) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "2186453a-2dc3-4eaf-b066-af452af6ee43") + ) + (segment + (start 77.906461 83.716044) + (end 81.581749 87.391332) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "22c59815-9d35-4ac7-962e-eeb16c0fa3b3") + ) + (segment + (start 84.394723 89.639959) + (end 84.352838 89.692481) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "24db9cc1-c5ef-4eef-9e9e-7893e55a7a3b") + ) + (segment + (start 75.87 81.679583) + (end 75.903262 81.706109) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "26e4a474-8a0f-44e4-a083-5156b33d5329") + ) + (segment + (start 81.615013 87.417859) + (end 81.653346 87.436319) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "282974fe-b174-408c-9e38-1a53189dc3f1") + ) + (segment + (start 84.041622 89.197184) + (end 84.107116 89.182235) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "2a34971c-1470-4565-bbe4-2f625be16b77") + ) + (segment + (start 78.316036 83.020062) + (end 78.246315 83.107489) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "2cad6738-f676-453c-ac40-beae8de1ae5c") + ) + (segment + (start 77.861474 83.644446) + (end 77.879935 83.68278) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "2e989e21-a1e8-42fb-88bc-90b86bc3c254") + ) + (segment + (start 77.879935 83.68278) + (end 77.906461 83.716044) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "36da77aa-944d-411f-8a1e-21d6c3dc6938") + ) + (segment + (start 83.161432 87.425368) + (end 83.136548 87.534391) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "374c7829-2dbc-45c7-a580-4e320844da2e") + ) + (segment + (start 82.599998 88.409582) + (end 83.481472 89.291055) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "378ba148-7b8d-402f-885d-db8e3eaa3a38") + ) + (segment + (start 78.389438 82.698466) + (end 78.389438 82.81029) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "3933c78d-e0e9-4bc8-9448-57f853d56416") + ) + (segment + (start 78.115578 82.288237) + (end 78.203005 82.357958) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "3962a870-64da-40dd-8df7-4f70b48df1a9") + ) + (segment + (start 83.727192 89.377036) + (end 83.792687 89.362087) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "3a6e83fd-c5eb-4fa7-b068-9d70284c7a10") + ) + (segment + (start 77.793982 82.214835) + (end 77.905806 82.214835) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "3b79a65d-a2a1-446e-97b2-66bb2ab83341") + ) + (segment + (start 84.244019 89.961041) + (end 84.258968 90.026535) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "3c3b2c5b-9273-4940-ad26-912b78e599ac") + ) + (segment + (start 81.778852 87.436319) + (end 81.817185 87.417859) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "4211fb63-0168-4bf5-96b9-2b71d5057742") + ) + (segment + (start 77.228084 81.383037) + (end 77.297806 81.470466) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "42c05a67-b42f-4b6d-9c44-571af09eeb4b") + ) + (segment + (start 84.47 91.789167) + (end 84.580833 91.9) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "436937bc-ec66-4fa5-bfce-abac93d55497") + ) + (segment + (start 82.555011 88.212479) + (end 82.545543 88.253958) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "44aa0d60-164f-4aed-b896-c988740fd182") + ) + (segment + (start 75.903262 81.706109) + (end 75.941596 81.72457) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "45bcfb46-28b0-4271-bdc2-4f1dfb3523c7") + ) + (segment + (start 82.677789 86.829899) + (end 82.786812 86.854782) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "46019d8b-1482-4465-95e7-afb5c6302e4c") + ) + (segment + (start 83.792687 89.362087) + (end 83.853213 89.332939) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "47248fef-8650-4b9f-a0fd-0b34bca3bdcd") + ) + (segment + (start 76.105434 81.706109) + (end 76.138698 81.679581) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "4b2bd551-ac9c-461d-83b5-b0e48139d320") + ) + (segment + (start 77.123665 82.724339) + (end 77.156929 82.697811) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "4b308f82-5bc1-4d5d-abeb-df3a70f5e2de") + ) + (segment + (start 77.861474 83.51894) + (end 77.852006 83.56042) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "4e48718a-391e-4e64-9346-7d8c183fddaf") + ) + (segment + (start 83.088028 87.103766) + (end 83.136548 87.204519) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "4f4a7542-c5d6-4593-90d8-3a346eae1e46") + ) + (segment + (start 75.22 79.479582) + (end 75.87 80.129582) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "4f5716ce-ffc6-49a0-972d-b38678e33ea2") + ) + (segment + (start 83.905735 89.291054) + (end 83.928573 89.268217) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "52d46255-2988-456e-9707-eea6d5e482c0") + ) + (segment + (start 78.389438 82.81029) + (end 78.364555 82.919311) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "54036806-5cd0-45d6-88ff-9467c591e789") + ) + (segment + (start 76.478552 81.339728) + (end 76.565979 81.270006) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "5d6d8d55-7d6d-4b4e-8983-82b07f83ff22") + ) + (segment + (start 84.352838 89.692481) + (end 84.330001 89.715319) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "5e06cb04-0c54-4e7e-90eb-5dd13205d35b") + ) + (segment + (start 77.043852 82.752266) + (end 77.085333 82.7428) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "60740de8-9b7d-46a3-983e-2b60d3dfd97b") + ) + (segment + (start 77.097347 81.270007) + (end 77.184774 81.339728) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "62ffb49f-deb6-406c-b4d6-064c024cb1cc") + ) + (segment + (start 78.364555 82.589445) + (end 78.389438 82.698466) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "66e429ab-5bfc-44d1-aa13-226f0a2b169d") + ) + (segment + (start 76.861704 82.66455) + (end 76.888231 82.697813) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "67d33389-f745-465b-8df2-61a36467c6a1") + ) + (segment + (start 84.244019 89.893862) + (end 84.244019 89.961041) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "6ad5fec5-941c-4786-9db6-ebc04940edd5") + ) + (segment + (start 83.136548 87.534391) + (end 83.088028 87.635143) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "6cf77a8f-b6e2-4c86-80e3-e5160be183d1") + ) + (segment + (start 77.20643 82.110916) + (end 76.88823 82.429113) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "6ebf6e9a-cf89-4e3a-8810-69a7d387c654") + ) + (segment + (start 82.573471 88.174145) + (end 82.555011 88.212479) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "6ef139b4-3ba3-4cdc-b888-89de3792c315") + ) + (segment + (start 77.156929 82.697811) + (end 77.496783 82.357958) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "71945cf9-0c80-485a-9685-f92532801f5d") + ) + (segment + (start 82.555011 88.337985) + (end 82.573471 88.376318) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "753f62c5-386e-495e-ae91-30abf8399c1f") + ) + (segment + (start 83.533993 89.332939) + (end 83.594519 89.362087) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "75bd6933-626a-4c8b-b55f-f5e2578cd6f7") + ) + (segment + (start 83.853213 89.332939) + (end 83.905735 89.291054) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "76e18e6c-5c22-4b66-9b86-0d0d73f7c400") + ) + (segment + (start 76.025621 81.734036) + (end 76.067102 81.72457) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "788cb877-debb-45c7-980b-0cec9662bcb8") + ) + (segment + (start 82.974994 86.973025) + (end 83.018306 87.016337) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "78fa10c3-f2e6-4394-a742-2192f3e37de9") + ) + (segment + (start 84.330001 89.715319) + (end 84.288115 89.767842) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "7a42afd2-be33-4d2a-932e-fdd9c31f30af") + ) + (segment + (start 81.694826 87.445787) + (end 81.737372 87.445787) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "7a90775c-1fe6-4f36-9f90-6ac91a02dbe1") + ) + (segment + (start 82.356187 86.903302) + (end 82.45694 86.854782) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "7b52a0f9-1b31-4394-b486-aab406b9436d") + ) + (segment + (start 82.565963 86.829899) + (end 82.677789 86.829899) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "7f26421b-a926-4ddd-aad3-417c8a4b9595") + ) + (segment + (start 77.297805 82.001832) + (end 77.228084 82.089259) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "81615618-6bbd-42ed-8136-8ac4ae65afca") + ) + (segment + (start 75.7 76.5) + (end 75.22 76.98) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "8236a635-ccca-4db1-92ae-27ce5451df22") + ) + (segment + (start 76.66673 81.221488) + (end 76.775751 81.196605) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "84d531ea-1cb2-489f-bf88-0b44a02b77dd") + ) + (segment + (start 78.224661 83.129146) + (end 77.906461 83.447343) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "85712b66-b957-4742-952c-e4510b3a5ae3") + ) + (segment + (start 76.833775 82.54219) + (end 76.833775 82.584736) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "893e404c-85a0-48e8-9725-eef1b796e7fd") + ) + (segment + (start 84.239789 89.197184) + (end 84.300315 89.226331) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "90928d33-f055-4614-9cd8-f524bef61505") + ) + (segment + (start 78.316037 82.488696) + (end 78.364555 82.589445) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "91274633-6bf7-4cc5-ab5d-a7a0dd7245c8") + ) + (segment + (start 78.203005 82.357958) + (end 78.246315 82.401267) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "972d1dd0-6bd0-4f7d-a961-e0d0c99ad948") + ) + (segment + (start 78.246315 83.107489) + (end 78.224661 83.129146) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "97d3ee99-e06e-413d-846f-04cfef708fe9") + ) + (segment + (start 82.268758 86.973025) + (end 82.356187 86.903302) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "993fb5c8-773b-49bf-a903-7401e8aa299c") + ) + (segment + (start 81.850449 87.391332) + (end 82.268758 86.973025) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "9b631613-8665-491a-b2ec-365bed932f1b") + ) + (segment + (start 78.014827 82.239718) + (end 78.115578 82.288237) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "9c9e0837-9d02-497d-9fbd-bab3b1067259") + ) + (segment + (start 77.184774 81.339728) + (end 77.228084 81.383037) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "9ce491df-683d-48e6-b09b-aa9d6a83e74c") + ) + (segment + (start 76.88823 82.429113) + (end 76.861704 82.462378) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "9ed4a053-cf7d-4429-833e-af65438f05f8") + ) + (segment + (start 76.888231 82.697813) + (end 76.921493 82.724339) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "9f70a7d9-ab86-4b51-9028-0dab8dee5e7d") + ) + (segment + (start 77.58421 82.288236) + (end 77.684961 82.239718) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "a0c2ed19-a636-40a2-8970-6e4539968ab6") + ) + (segment + (start 84.300315 89.226331) + (end 84.352838 89.268217) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "a6b2d2ea-5f44-4953-80c6-29c6290485aa") + ) + (segment + (start 81.581749 87.391332) + (end 81.615013 87.417859) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "a7919d6f-5cdd-4804-b7ac-62cfa830c33f") + ) + (segment + (start 84.258968 90.026535) + (end 84.288115 90.087061) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "a9a92f9f-fe70-4ab5-b356-985c6bbadfd8") + ) + (segment + (start 76.775751 81.196605) + (end 76.887575 81.196605) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "ab8d1bbb-1dd9-4216-91b5-08a2fd3a63cd") + ) + (segment + (start 75.941596 81.72457) + (end 75.983075 81.734036) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "abe6a0d7-50b7-4a64-95cb-16cecf82e6f2") + ) + (segment + (start 77.496783 82.357958) + (end 77.58421 82.288236) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "ac03d6d7-dd4f-41da-97a7-016f08e37c9b") + ) + (segment + (start 76.138698 81.679581) + (end 76.478552 81.339728) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "afb44acf-44da-492b-ae00-6960a89d10a2") + ) + (segment + (start 77.905806 82.214835) + (end 78.014827 82.239718) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "b1ae57e1-dd0a-428b-abac-e543a71573b8") + ) + (segment + (start 84.43882 89.513938) + (end 84.423871 89.579433) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "b25bfc6d-27db-4541-8579-e080067c86c3") + ) + (segment + (start 77.371207 81.79206) + (end 77.346324 81.901081) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "b380278d-7c92-43cf-91a9-1c97dfe82a8c") + ) + (segment + (start 84.258968 89.828368) + (end 84.244019 89.893862) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "b4d8e623-d912-463c-a6c7-bc18df423336") + ) + (segment + (start 77.906461 83.447343) + (end 77.879935 83.480608) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "b6d26486-826b-4a6c-a9ee-7f9568c07c62") + ) + (segment + (start 83.660014 89.377036) + (end 83.727192 89.377036) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "b7a90408-1e98-4738-9095-30f50e260855") + ) + (segment + (start 81.817185 87.417859) + (end 81.850449 87.391332) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "bad2fc9b-9ffb-44c2-b1b7-fb27e8bb6176") + ) + (segment + (start 84.174295 89.182235) + (end 84.239789 89.197184) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "bda8a30d-6033-42b7-853a-22600c7cfc23") + ) + (segment + (start 76.959827 82.7428) + (end 77.001306 82.752266) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "bde004bf-fddc-460d-8bad-3a449b6995b6") + ) + (segment + (start 83.136548 87.204519) + (end 83.161432 87.313541) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "bfc508cd-4b05-4aa9-b232-f1206189e950") + ) + (segment + (start 84.352838 89.268217) + (end 84.394723 89.320739) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "bfd6c3fd-c866-43d5-b941-065d88cfa78c") + ) + (segment + (start 84.423871 89.381265) + (end 84.43882 89.44676) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "c1a46e10-33c6-4ee8-8ac3-af2f927d54a7") + ) + (segment + (start 84.47 90.279582) + (end 84.47 91.789167) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "c243ff0e-b9b8-4ed3-bac7-aebfdd3ea969") + ) + (segment + (start 76.565979 81.270006) + (end 76.66673 81.221488) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "c82d1802-175a-4f3b-8e87-55ba65630bcc") + ) + (segment + (start 77.684961 82.239718) + (end 77.793982 82.214835) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "c9eca091-1eea-443e-97ed-24518ab35e5f") + ) + (segment + (start 82.573471 88.376318) + (end 82.599998 88.409582) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "ccd897d1-43b5-404a-82a9-5ecfdfb103bd") + ) + (segment + (start 81.653346 87.436319) + (end 81.694826 87.445787) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "cdd4ce57-2b09-4a98-8b90-c7c0c63c5a7b") + ) + (segment + (start 83.928573 89.268217) + (end 83.981096 89.226331) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "cee25955-9e13-45c9-9d86-cf56eac2b929") + ) + (segment + (start 76.843243 82.50071) + (end 76.833775 82.54219) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "d0ef9572-f9f1-402b-82aa-afe53ec77b54") + ) + (segment + (start 77.085333 82.7428) + (end 77.123665 82.724339) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "d8b5d407-beb2-4895-920b-72a93c2cd67a") + ) + (segment + (start 82.786812 86.854782) + (end 82.887564 86.903302) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "d8f1aa4a-2f21-4570-b6e4-a5df899c3581") + ) + (segment + (start 84.423871 89.579433) + (end 84.394723 89.639959) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "d98f98bd-8349-4ec6-8efd-55c02fac1f37") + ) + (segment + (start 78.364555 82.919311) + (end 78.316036 83.020062) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "da61e499-db71-4ce0-a1a7-26fdb1ef6e11") + ) + (segment + (start 82.545543 88.253958) + (end 82.545543 88.296505) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "db3e7b5e-c154-4be6-815f-ed69e1f2bd95") + ) + (segment + (start 76.921493 82.724339) + (end 76.959827 82.7428) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "db93065d-d7a9-442c-84f2-46c614861f72") + ) + (segment + (start 84.107116 89.182235) + (end 84.174295 89.182235) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "ddcb9fa4-a6a2-4bdd-a959-54c0c6f976da") + ) + (segment + (start 82.599998 88.140881) + (end 82.573471 88.174145) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "ddf4eee7-ecaf-4690-b61c-20517a21ac9c") + ) + (segment + (start 84.43882 89.44676) + (end 84.43882 89.513938) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "dfcfc963-5b80-4490-b1ae-520b3ee6dc3e") + ) + (segment + (start 75.983075 81.734036) + (end 76.025621 81.734036) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "e4471cac-1f08-4eb3-856b-eb1fe77f6adc") + ) + (segment + (start 76.067102 81.72457) + (end 76.105434 81.706109) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "e61112af-6140-44f5-b7a6-941c2d3d06cd") + ) + (segment + (start 77.297806 81.470466) + (end 77.346324 81.571215) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "f3da0bc5-1aa4-426f-a5c9-c36485bc6e0e") + ) + (segment + (start 77.852006 83.56042) + (end 77.852006 83.602966) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "f53a99df-250f-4a1e-afbf-bad4642182eb") + ) + (segment + (start 75.22 76.98) + (end 75.22 79.479582) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "fb4efd18-28c9-499c-9f48-5d7447461da3") + ) + (segment + (start 81.737372 87.445787) + (end 81.778852 87.436319) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "fb6ab0db-6009-4d4c-87e7-4cd2af8cba4a") + ) + (segment + (start 76.833775 82.584736) + (end 76.843243 82.626216) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "fdfc3f0a-437f-4206-b6a3-f5ef59d15f6b") + ) + (segment + (start 83.481472 89.291055) + (end 83.533993 89.332939) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "fe8cbf07-3009-44a6-9e53-be7de4bcb490") + ) + (segment + (start 82.45694 86.854782) + (end 82.565963 86.829899) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "ff0cc134-7c76-46f5-8168-386778db5317") + ) + (segment + (start 83.018306 87.016337) + (end 83.088028 87.103766) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "ff14d0d7-f586-47b8-af56-707d6fdbcef9") + ) + (segment + (start 76.996596 81.221488) + (end 77.097347 81.270007) + (width 0.19) + (layer "B.Cu") + (net 126) + (uuid "ff30d046-a2da-475f-8b0f-fa3676850cb3") + ) + (segment + (start 73.340626 82.12) + (end 73.451747 82.13252) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "01b34e41-af93-4e1d-928b-489fa2be9377") + ) + (segment + (start 72.741537 83.221452) + (end 72.711453 83.251536) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "01d02d44-e617-4355-9df5-011b6684844b") + ) + (segment + (start 74.237584 84.152038) + (end 74.251636 84.111879) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "0409d5bd-6b96-47d6-bb8d-c9ff70be817d") + ) + (segment + (start 72.48198 81.631052) + (end 72.387295 81.690546) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "04f0d028-c817-480c-944a-42cbfccafa9e") + ) + (segment + (start 73.135 79.3412) + (end 72.67 79.8062) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "07ac831c-fcc7-4f73-a1e7-c50f81a964a0") + ) + (segment + (start 74.755774 83.0896) + (end 74.817025 83.0896) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "09e04927-dfea-4dda-908e-bd0fc3f3fc1f") + ) + (segment + (start 72.674764 83.327721) + (end 72.67 83.37) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "0d9a5925-3677-4baf-8c3e-88d6199b0d1b") + ) + (segment + (start 74.539104 83.139054) + (end 74.644653 83.102121) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "0f4e4efe-dbfd-4d8e-846f-b5579e1bec3c") + ) + (segment + (start 72.387295 81.690546) + (end 72.281746 81.727479) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "13671488-0cb9-4f6b-86f5-8833a4c93942") + ) + (segment + (start 71.571536 82.078547) + (end 71.607562 82.101184) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "1775dfeb-f12d-4fbf-bc30-325244073ad9") + ) + (segment + (start 74.214947 84.188064) + (end 74.237584 84.152038) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "1a1055f1-ea24-44dd-af71-c6fd3b00671f") + ) + (segment + (start 73.82748 82.791746) + (end 73.790547 82.897295) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "24eff49c-bd8f-4b46-ac8e-1e6a98d4d952") + ) + (segment + (start 71.69 81.74) + (end 71.647721 81.744763) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "256be11b-c4ef-4bf9-938a-cee2fdf981c8") + ) + (segment + (start 84.100001 91.899999) + (end 84.100001 91.034424) + (width 0.15) + (layer "F.Cu") + (net 127) + (uuid "29931f0a-b7aa-4d73-a2c2-d75d63c18b79") + ) + (segment + (start 75.335215 84.152038) + (end 75.357852 84.188064) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "2c717313-0b37-481e-88c0-c2bd1005d3a3") + ) + (segment + (start 73.340626 83.18) + (end 72.86 83.18) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "2d5f70d7-69b2-4905-9bb4-9e48714ab5d1") + ) + (segment + (start 72.817722 83.184763) + (end 72.777563 83.198815) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "2e3a20d3-1ad7-4a50-986d-ad937c1980c1") + ) + (segment + (start 75.423962 84.240785) + (end 75.464121 84.254837) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "3204d897-eb37-43b1-9986-8727e4837938") + ) + (segment + (start 73.451747 82.13252) + (end 73.557296 82.169453) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "396a4260-a2a2-4915-8e46-e45b012de968") + ) + (segment + (start 73.557296 83.130546) + (end 73.451747 83.167479) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "3ba6d5cf-4b1d-4ed7-ac3d-737a53e61328") + ) + (segment + (start 71.607562 81.758815) + (end 71.571536 81.781452) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "3bb32800-0789-4851-bbe9-2310d9db13a8") + ) + (segment + (start 74.928146 83.102121) + (end 75.033695 83.139054) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "3e191d7e-e900-4f02-8795-d23bc33d50f8") + ) + (segment + (start 75.321163 84.111879) + (end 75.335215 84.152038) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "4097d8ff-d5fe-4916-b054-086b1f2834f9") + ) + (segment + (start 74.817025 83.0896) + (end 74.928146 83.102121) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "43990297-22a0-4f30-9cdc-2e77b673b5a9") + ) + (segment + (start 72.657479 81.351746) + (end 72.620546 81.457295) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "45144977-764a-422c-9c40-bbfc27fb2a22") + ) + (segment + (start 73.135 78.45) + (end 73.135 79.3412) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "46634196-2c70-4f35-b871-e4f4df0ea48a") + ) + (segment + (start 72.688816 83.287562) + (end 72.674764 83.327721) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "46a4ea48-c711-4ba8-bcde-157460e3d207") + ) + (segment + (start 72.711453 83.251536) + (end 72.688816 83.287562) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "47d45996-5914-498d-9155-02c861625a77") + ) + (segment + (start 71.607562 82.101184) + (end 71.647721 82.115236) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "4f4df253-634f-42c8-aaa5-1ea87996b9c7") + ) + (segment + (start 74.0664 84.2596) + (end 74.108678 84.254837) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "54dc5a27-69ab-4c71-9379-d9b7428afbc7") + ) + (segment + (start 74.2564 83.588975) + (end 74.26892 83.477854) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "55acbe99-c906-4a3c-a508-a08335067413") + ) + (segment + (start 73.651981 83.071052) + (end 73.557296 83.130546) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "55f62029-af66-4168-97aa-c791fab7ce0f") + ) + (segment + (start 73.731053 82.99198) + (end 73.651981 83.071052) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "56835a6b-d255-4c83-9acc-b8d3949119e6") + ) + (segment + (start 74.365347 83.27762) + (end 74.444419 83.198548) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "569d9c28-24cb-4f61-939d-4d953f0ea8c0") + ) + (segment + (start 72.67 83.846882) + (end 73.082718 84.2596) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "56fc849c-b296-4403-9bb4-03c6bcf87048") + ) + (segment + (start 74.251636 84.111879) + (end 74.2564 84.0696) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "590b274a-c1c3-4a51-a54b-4d295f6b762d") + ) + (segment + (start 75.033695 83.139054) + (end 75.12838 83.198548) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "59811369-676b-43e7-b8c3-81d491e17681") + ) + (segment + (start 72.67 79.8062) + (end 72.67 81.240625) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "64165021-903e-4c98-8b4e-c2affe1d5d80") + ) + (segment + (start 73.557296 82.169453) + (end 73.651981 82.228947) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "644d5ac8-9c43-456e-ab0c-b053f9bc520a") + ) + (segment + (start 75.387936 84.218148) + (end 75.423962 84.240785) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "6c843bf6-f38e-4194-9a8e-7f72e1165388") + ) + (segment + (start 84.100001 91.034424) + (end 84.043894 90.978317) + (width 0.15) + (layer "F.Cu") + (net 127) + (uuid "6d1860a3-107e-4663-8919-17e3714526b4") + ) + (segment + (start 72.170625 81.74) + (end 71.69 81.74) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "6fb4bc4d-95d1-4777-8dcd-c64486ab8513") + ) + (segment + (start 75.266946 83.372305) + (end 75.303879 83.477854) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "70d65ff4-afad-4ea7-8548-e2d8889f8505") + ) + (segment + (start 73.84 82.619374) + (end 73.84 82.680625) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "76ce120a-34c6-4d15-953e-c7bd07fff34c") + ) + (segment + (start 74.108678 84.254837) + (end 74.148837 84.240785) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "80d5ce8f-7b4b-4b27-8849-8e3320f8b7bb") + ) + (segment + (start 75.464121 84.254837) + (end 75.5064 84.2596) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "8182fba2-d22e-49bb-8581-cb8bff7574c0") + ) + (segment + (start 71.518815 81.847562) + (end 71.504763 81.887721) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "86d09f33-14ae-4f74-a6af-aea72179a890") + ) + (segment + (start 73.790547 82.897295) + (end 73.731053 82.99198) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "8a188f49-4c5c-4f81-a06e-7d5bf5b3768d") + ) + (segment + (start 72.777563 83.198815) + (end 72.741537 83.221452) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "8f1980cf-17d4-499a-9160-7b3fb6f5be43") + ) + (segment + (start 83.7 92.3) + (end 84.100001 91.899999) + (width 0.15) + (layer "F.Cu") + (net 127) + (uuid "9016872b-f4eb-46f2-af63-dddde3fdf79b") + ) + (segment + (start 74.26892 83.477854) + (end 74.305853 83.372305) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "964742c0-ee94-4927-91df-9434b273df16") + ) + (segment + (start 72.561052 81.55198) + (end 72.48198 81.631052) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "97aedeae-8c43-48df-bb4a-83746ecf0a47") + ) + (segment + (start 73.082718 84.2596) + (end 74.0664 84.2596) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "99be5d76-300e-4f20-a443-cae8947edfd5") + ) + (segment + (start 74.444419 83.198548) + (end 74.539104 83.139054) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "9ce4b7f0-c207-4d42-bf5a-92740e8ee18b") + ) + (segment + (start 75.3164 84.0696) + (end 75.321163 84.111879) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "9d523c28-c698-4f1a-8526-c7c1680a0aae") + ) + (segment + (start 74.305853 83.372305) + (end 74.365347 83.27762) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "9dee1416-5d24-4079-8f3b-80db1b19ce66") + ) + (segment + (start 71.541452 82.048463) + (end 71.571536 82.078547) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "9efa549b-079b-4747-bbda-5d5b1defcab0") + ) + (segment + (start 73.731053 82.308019) + (end 73.790547 82.402704) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "a0139dbf-800f-4b31-affb-7aba7e231628") + ) + (segment + (start 71.647721 82.115236) + (end 71.69 82.12) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "a1c9bc98-3d1a-4cf6-9b8d-ab2ca2f32910") + ) + (segment + (start 71.5 81.93) + (end 71.504763 81.972278) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "aa9b2cea-b8fe-44be-befd-4138a19b60f8") + ) + (segment + (start 71.69 82.12) + (end 73.340626 82.12) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "abd02f2b-63a6-4b27-b14c-97cc6e52ac01") + ) + (segment + (start 74.2564 84.0696) + (end 74.2564 83.588975) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "abe514bc-8004-41a1-b6db-5571155df230") + ) + (segment + (start 74.148837 84.240785) + (end 74.184863 84.218148) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "add90365-59e6-451f-89f8-8665d94a32ba") + ) + (segment + (start 71.504763 81.972278) + (end 71.518815 82.012437) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "b0299914-5178-40c4-9716-29d440fcbc3d") + ) + (segment + (start 75.303879 83.477854) + (end 75.3164 83.588975) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "b31233f9-2da6-4a1a-a3d8-a08f13d9a8b2") + ) + (segment + (start 73.84 82.680625) + (end 73.82748 82.791746) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "b31f38ac-b940-4846-9b48-43ebbd4f4b50") + ) + (segment + (start 75.12838 83.198548) + (end 75.207452 83.27762) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "b4f3deb9-ff7a-4ab8-aa63-bde787a78d58") + ) + (segment + (start 72.620546 81.457295) + (end 72.561052 81.55198) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "b722165f-6032-4da5-a108-e8e66a953064") + ) + (segment + (start 75.207452 83.27762) + (end 75.266946 83.372305) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "b8a55507-a42b-46fa-a8a9-72c49d93e96c") + ) + (segment + (start 71.504763 81.887721) + (end 71.5 81.93) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "b9808a34-010f-4b17-a061-e7a1a2fdcf61") + ) + (segment + (start 80.842418 84.2596) + (end 84.043894 87.461076) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "c3b485fe-0f1e-46fb-b3ff-8782ddd819b9") + ) + (segment + (start 73.82748 82.508253) + (end 73.84 82.619374) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "c610ffa4-59c6-4bf2-8434-5819d53174ea") + ) + (segment + (start 74.184863 84.218148) + (end 74.214947 84.188064) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "c9d53f80-06bb-493c-9aa4-5b1b4d518923") + ) + (segment + (start 75.3164 83.588975) + (end 75.3164 84.0696) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "ca5218cb-dd0d-46db-a2b9-396537593985") + ) + (segment + (start 72.67 81.240625) + (end 72.657479 81.351746) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "cb35c4bf-2cc6-4f62-88e1-b2a4f9b396ce") + ) + (segment + (start 75.5064 84.2596) + (end 80.842418 84.2596) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "d169cf48-9f6d-465e-a5b6-60a89aa51c3a") + ) + (segment + (start 71.647721 81.744763) + (end 71.607562 81.758815) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "d32575d0-9ea4-47af-9110-76bd238916d6") + ) + (segment + (start 71.571536 81.781452) + (end 71.541452 81.811536) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "da009e15-84e6-4d2d-82c9-90fd55d22bc7") + ) + (segment + (start 72.67 83.37) + (end 72.67 83.846882) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "deee5d66-03d0-49d4-8b0a-7e83ff3bfec6") + ) + (segment + (start 71.541452 81.811536) + (end 71.518815 81.847562) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "e246b4c6-330f-4c5e-b9dd-b100eb27bc9f") + ) + (segment + (start 84.043894 87.461076) + (end 84.043894 90.978317) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "e4cfcdc3-a72b-4bc9-9839-3b7ced13c35a") + ) + (segment + (start 71.518815 82.012437) + (end 71.541452 82.048463) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "e7e10faf-54ab-46bd-a086-b88bca32ddb0") + ) + (segment + (start 73.651981 82.228947) + (end 73.731053 82.308019) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "eb31c53c-9f60-4217-aa46-79aa78f31786") + ) + (segment + (start 74.644653 83.102121) + (end 74.755774 83.0896) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "efbd3197-cbc9-408a-a2b5-e8292a952aae") + ) + (segment + (start 73.451747 83.167479) + (end 73.340626 83.18) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "f15774e0-050c-4269-822a-19c35f37516d") + ) + (segment + (start 73.790547 82.402704) + (end 73.82748 82.508253) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "f341cc8d-f0b2-4738-917e-2a4bc6c6fbcd") + ) + (segment + (start 75.357852 84.188064) + (end 75.387936 84.218148) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "f5edecff-c7e4-4ade-b33f-898c336b9ff1") + ) + (segment + (start 72.86 83.18) + (end 72.817722 83.184763) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "f9ccdf98-0678-4d6c-9291-23d2bce68e2f") + ) + (segment + (start 72.281746 81.727479) + (end 72.170625 81.74) + (width 0.19) + (layer "F.Cu") + (net 127) + (uuid "fdbc71b1-4096-4d2c-99bc-b62ad2c2fdeb") + ) + (segment + (start 83.300001 91.899999) + (end 83.300001 91.034424) + (width 0.15) + (layer "F.Cu") + (net 128) + (uuid "00000000-0000-0000-0000-00005c251b04") + ) + (segment + (start 83.300001 91.034424) + (end 83.243894 90.978317) + (width 0.15) + (layer "F.Cu") + (net 128) + (uuid "00000000-0000-0000-0000-00005c251b05") + ) + (segment + (start 82.9 92.3) + (end 83.300001 91.899999) + (width 0.15) + (layer "F.Cu") + (net 128) + (uuid "00000000-0000-0000-0000-00005c251b07") + ) + (segment + (start 68.931215 83.112118) + (end 68.967079 83.089584) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "004c30d9-3726-4058-8db0-bb836a778fc7") + ) + (segment + (start 68.346165 81.5976) + (end 68.460504 81.584717) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "047327b2-82e1-40fe-998b-4d304bb25c38") + ) + (segment + (start 68.094463 81.972857) + (end 68.054485 81.958868) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "05fd22cb-dff4-4a8c-8f01-3428b502748b") + ) + (segment + (start 68.666536 81.485497) + (end 68.747898 81.404135) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "06bc1d3f-a817-499c-b305-bf090751aa70") + ) + (segment + (start 68.136552 81.5976) + (end 68.346165 81.5976) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "08ea73d9-b82c-41dc-bb2a-d12314dfd682") + ) + (segment + (start 67.966137 81.87052) + (end 67.952148 81.830542) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "169878d4-1485-4df7-81b4-2b96d7152417") + ) + (segment + (start 69.57913 82.090555) + (end 69.481704 82.029338) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "1f6dc4c0-95ef-489e-9315-edd5a136afd5") + ) + (segment + (start 69.373098 81.991335) + (end 69.258759 81.978453) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "1fce8e02-82e8-4e7b-8f74-05bef82294b8") + ) + (segment + (start 69.049147 83.070853) + (end 69.258759 83.070853) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "22ef120b-7d29-4557-88e0-3f20e90904cc") + ) + (segment + (start 69.772595 82.557017) + (end 69.772595 82.492288) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "29c8103b-55df-4ba7-bb30-27604469a02c") + ) + (segment + (start 68.86 79.7808) + (end 69.325 79.3158) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "2b1ccc34-c439-431e-a579-6de321c72079") + ) + (segment + (start 69.721709 82.779962) + (end 69.759712 82.671356) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "2e5fbd59-f8ae-420c-b89e-8c299bbfff35") + ) + (segment + (start 68.86 83.26) + (end 68.864742 83.21791) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "3106b59c-fb61-4c51-93a8-cbf05e262ac5") + ) + (segment + (start 68.6819 81.978453) + (end 68.6819 81.9776) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "315ed40d-2ed2-43d4-ab56-86ff969d4795") + ) + (segment + (start 67.952148 81.744657) + (end 67.966137 81.704679) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "33878cb0-de93-49ba-844f-9667b0ba12b2") + ) + (segment + (start 69.373098 83.05797) + (end 69.481704 83.019967) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "35766383-03d6-4f8b-9c16-d16020f426e2") + ) + (segment + (start 69.759712 82.671356) + (end 69.772595 82.557017) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "3aa5dba9-698a-429b-b5bc-746b0a7330f7") + ) + (segment + (start 79.483 84.963) + (end 69.1134 84.963) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "3b3f3fca-2138-4431-a2c0-99b7edf94769") + ) + (segment + (start 68.86 81.083764) + (end 68.86 79.7808) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "3e1ef0a3-447d-45fd-b694-212639e9d367") + ) + (segment + (start 69.660492 82.171917) + (end 69.57913 82.090555) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "47cc1fdc-68c6-49ff-9b87-55bdcf3ac29c") + ) + (segment + (start 67.947405 81.786747) + (end 67.952148 81.744657) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "49155c9e-7231-4c58-a78b-200933cd83a4") + ) + (segment + (start 67.966137 81.704679) + (end 67.988671 81.668815) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "4fd18a45-1988-4bb0-a09a-5786f3c32b09") + ) + (segment + (start 67.988671 81.668815) + (end 68.018621 81.638865) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "4fd42951-5201-4f4f-ba4a-0a34ccbab4bb") + ) + (segment + (start 68.967079 83.089584) + (end 69.007057 83.075595) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "52aa4775-b499-4300-a415-65cd614bc4ca") + ) + (segment + (start 69.660492 82.877388) + (end 69.721709 82.779962) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "52bf8c9f-a7b7-4b89-8df7-108d979d1b8c") + ) + (segment + (start 68.847118 81.198103) + (end 68.86 81.083764) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "53046843-cc40-4c50-a32a-9cce118673bf") + ) + (segment + (start 68.018621 81.638865) + (end 68.054485 81.616331) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "5521e7cc-abaf-4215-9357-e1d0e534cd15") + ) + (segment + (start 68.054485 81.616331) + (end 68.094463 81.602342) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "5a842bd1-1095-4f3b-97a3-0a536f38bd93") + ) + (segment + (start 68.018621 81.936334) + (end 67.988671 81.906384) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "5b40dd14-548e-441a-8e60-aabed75d2537") + ) + (segment + (start 68.56911 81.546714) + (end 68.666536 81.485497) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "5ec0eab3-d17e-4a75-a0fd-484b9f8a2298") + ) + (segment + (start 69.258759 81.978453) + (end 68.6819 81.978453) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "5fdbeecb-600c-4689-a92f-7820269d7655") + ) + (segment + (start 69.481704 82.029338) + (end 69.373098 81.991335) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "6ef55297-f259-4bec-96f2-100cf5bb0b4d") + ) + (segment + (start 83.243894 88.723894) + (end 79.483 84.963) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "6fb3a23c-5f44-4c81-8833-edf45280e766") + ) + (segment + (start 67.947405 81.788453) + (end 67.947405 81.786747) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "7f1b199d-4649-4d00-aca5-e87902c18ee3") + ) + (segment + (start 68.86 84.7096) + (end 68.86 83.26) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "80425a2d-fa15-49dc-9961-181ebace8d4b") + ) + (segment + (start 68.809115 81.306709) + (end 68.847118 81.198103) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "91642b02-a1e3-45f1-86d5-e95c74a72c2a") + ) + (segment + (start 69.481704 83.019967) + (end 69.57913 82.95875) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "945a9e1b-922c-4978-88f4-f5ae5b2dedbd") + ) + (segment + (start 69.258759 83.070853) + (end 69.373098 83.05797) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "9dc173d9-2295-4e5d-9cce-c16607ef685f") + ) + (segment + (start 67.988671 81.906384) + (end 67.966137 81.87052) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "a32010b5-ad76-441e-91c4-e41e9f21be41") + ) + (segment + (start 69.007057 83.075595) + (end 69.049147 83.070853) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "a36399ad-ceeb-4f74-af38-3845225fb3ea") + ) + (segment + (start 69.721709 82.269343) + (end 69.660492 82.171917) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "a6522efe-efaa-4294-8978-e8c504504a39") + ) + (segment + (start 69.57913 82.95875) + (end 69.660492 82.877388) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "a845d920-34db-4ec2-8a4f-b210460ecd98") + ) + (segment + (start 68.460504 81.584717) + (end 68.56911 81.546714) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "aa876ceb-6942-440f-b8b1-e714f33be91a") + ) + (segment + (start 68.054485 81.958868) + (end 68.018621 81.936334) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "b3956231-dfd8-4fed-845c-2e002f76a53d") + ) + (segment + (start 68.878731 83.177932) + (end 68.901265 83.142068) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "b44dfd56-9f75-4375-bfb1-0c583048d194") + ) + (segment + (start 69.772595 82.492288) + (end 69.759712 82.377949) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "b594cf00-c46f-44a2-bd88-8d9301ac717c") + ) + (segment + (start 67.952148 81.830542) + (end 67.947405 81.788453) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "b9b15629-ffab-4853-9407-4fe9382fb370") + ) + (segment + (start 69.1134 84.963) + (end 68.86 84.7096) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "bcb96e75-d5fc-4b1f-b953-f4f9adcffd66") + ) + (segment + (start 68.864742 83.21791) + (end 68.878731 83.177932) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "caf4aaf7-79b6-4ab9-8e5c-e1f9281d43be") + ) + (segment + (start 68.901265 83.142068) + (end 68.931215 83.112118) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "d4045c67-d300-4772-8433-39c154ed762a") + ) + (segment + (start 68.094463 81.602342) + (end 68.136552 81.5976) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "dc05fe33-69eb-4ea0-b860-d8aaa13c1628") + ) + (segment + (start 68.747898 81.404135) + (end 68.809115 81.306709) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "de79dd56-ea24-41fe-b664-f8c19a2b4f94") + ) + (segment + (start 68.136552 81.9776) + (end 68.094463 81.972857) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "decc1120-527f-4db0-bbf7-5cd6825d374e") + ) + (segment + (start 68.6819 81.9776) + (end 68.136552 81.9776) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "f4a68905-ff4a-4e39-af6f-f66697925411") + ) + (segment + (start 83.243894 90.978317) + (end 83.243894 88.723894) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "f8753b4e-bdc5-4280-8b64-c12425c6d0cf") + ) + (segment + (start 69.759712 82.377949) + (end 69.721709 82.269343) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "fccf2c44-52fa-4770-b86c-c998258c418e") + ) + (segment + (start 69.325 79.3158) + (end 69.325 78.45) + (width 0.19) + (layer "F.Cu") + (net 128) + (uuid "fd3c6633-cd21-4d22-84a1-a796a98570ef") + ) + (segment + (start 82.1 92.3) + (end 82.500001 91.899999) + (width 0.15) + (layer "F.Cu") + (net 129) + (uuid "00000000-0000-0000-0000-00005c2518ed") + ) + (segment + (start 82.500001 91.899999) + (end 82.500001 91.034424) + (width 0.15) + (layer "F.Cu") + (net 129) + (uuid "00000000-0000-0000-0000-00005c2518ee") + ) + (segment + (start 82.500001 91.034424) + (end 82.443894 90.978317) + (width 0.15) + (layer "F.Cu") + (net 129) + (uuid "00000000-0000-0000-0000-00005c2518ef") + ) + (segment + (start 66.261073 85.162652) + (end 66.288489 85.140788) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "01a881a1-9de1-4060-a8bc-0b4e4830c12c") + ) + (segment + (start 66.707458 84.866184) + (end 66.812235 84.866184) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "12b351f9-6591-4abc-b4c0-05a9ef03306e") + ) + (segment + (start 66.225617 84.15179) + (end 66.271079 84.246191) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "18d685cd-dbe0-43a0-95a9-c950c9289910") + ) + (segment + (start 65.997925 84.899504) + (end 65.98271 84.931098) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "1e1e59e6-047e-4f4b-9de9-484befb33325") + ) + (segment + (start 66.288489 85.140788) + (end 66.428989 85.000287) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "2478a6e7-1dd9-4441-8257-f76832ff8e9d") + ) + (segment + (start 66.067027 85.140788) + (end 66.094444 85.162652) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "287ef878-3010-4032-8614-43b8c94551f4") + ) + (segment + (start 67.920418 85.83) + (end 78.220418 85.83) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "2d780a09-e5db-42e5-98dc-04102e06b3c7") + ) + (segment + (start 66.160225 85.18567) + (end 66.195292 85.18567) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "2f467f40-c1c7-4678-b309-b0c274b5a57f") + ) + (segment + (start 66.16029 84.731588) + (end 66.019789 84.872088) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "3325dcee-e044-4ae9-a82c-6bcc1829217a") + ) + (segment + (start 66.294394 84.348342) + (end 66.294394 84.453119) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "42f26f97-84ba-4654-93f0-c5bfb573e97d") + ) + (segment + (start 66.229479 85.177867) + (end 66.261073 85.162652) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "476229cc-ca1e-4a0f-8f09-96ad5be435cb") + ) + (segment + (start 65.05 79.745) + (end 65.05 82.959582) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "4be58d4e-ca21-49a0-8c0d-288b1ff6c928") + ) + (segment + (start 66.225617 84.64967) + (end 66.16029 84.731588) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "5138a8f4-6cf1-40a6-bfda-ac7bc846950e") + ) + (segment + (start 82.443894 90.053476) + (end 82.443894 90.978317) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "521bfbc1-de05-4506-b52a-e16453f953ad") + ) + (segment + (start 66.094444 85.162652) + (end 66.126038 85.177867) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "5a4ab1af-60d4-416e-8b38-9da9038b6357") + ) + (segment + (start 65.05 82.959582) + (end 66.16029 84.069872) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "5e07ba15-f0a7-44ae-8349-208976b3deb4") + ) + (segment + (start 66.195292 85.18567) + (end 66.229479 85.177867) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "670a1dc8-be36-4704-abd3-8881a9d343d6") + ) + (segment + (start 66.428989 85.000287) + (end 66.510907 84.93496) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "71e41a10-44db-4346-b6f4-dfa3ed0bff8e") + ) + (segment + (start 66.271079 84.555269) + (end 66.225617 84.64967) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "72fad346-a235-4d41-bebd-99ff84b4d0cc") + ) + (segment + (start 66.126038 85.177867) + (end 66.160225 85.18567) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "7a102d43-ab4c-40c7-a83e-136119ac6f29") + ) + (segment + (start 66.914385 84.889499) + (end 67.008786 84.93496) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "7bc18e02-6cb3-49ad-b48f-6e9322b1f910") + ) + (segment + (start 66.605308 84.889499) + (end 66.707458 84.866184) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "7cffe4c2-f26d-4fcb-b1af-4916ea13e751") + ) + (segment + (start 66.271079 84.246191) + (end 66.294394 84.348342) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "7dcddee7-cb64-4a9d-bde8-637d2ee9257b") + ) + (segment + (start 65.98271 85.03454) + (end 65.997925 85.066133) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "80e43d42-e22c-4ccc-bcf4-b2a49d6ebc7e") + ) + (segment + (start 66.16029 84.069872) + (end 66.225617 84.15179) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "86819d76-65c8-4796-96b4-d5a97cd6067b") + ) + (segment + (start 65.974907 84.965286) + (end 65.974907 85.000352) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "8fbfcd09-9c09-4387-bd00-860fc9adc9cf") + ) + (segment + (start 65.515 78.45) + (end 65.515 79.28) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "993ff105-4d18-4c9e-91c5-e8c562468585") + ) + (segment + (start 66.812235 84.866184) + (end 66.914385 84.889499) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "99ad4273-f643-44c1-b5af-850a553fee20") + ) + (segment + (start 65.98271 84.931098) + (end 65.974907 84.965286) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "9d0a5abd-40bc-4885-b217-96052c4c153c") + ) + (segment + (start 66.019789 84.872088) + (end 65.997925 84.899504) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "b1af12d0-5ec6-432e-8950-479189cae1e0") + ) + (segment + (start 67.110995 85.020578) + (end 67.920418 85.83) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "b3031e3f-415e-4b5b-a1bc-6773b71af3ea") + ) + (segment + (start 67.008786 84.93496) + (end 67.090705 85.000287) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "b7a6af85-c77d-476d-9e20-ce1bdec0fad4") + ) + (segment + (start 66.510907 84.93496) + (end 66.605308 84.889499) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "c8d74c15-d74e-45cd-bd61-9f0d2cf30be2") + ) + (segment + (start 65.515 79.28) + (end 65.05 79.745) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "d7a161cc-643f-433a-8c8b-2a8c5217185d") + ) + (segment + (start 65.974907 85.000352) + (end 65.98271 85.03454) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "d8e72ba6-4f3e-4aa1-82ef-56e32c3bfa0c") + ) + (segment + (start 65.997925 85.066133) + (end 66.019789 85.09355) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "e43e5894-ce0d-49fa-9364-b277a96db1ea") + ) + (segment + (start 67.090705 85.000287) + (end 67.110995 85.020578) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "e4957fbd-8bef-42d4-bb57-1c907e00bc66") + ) + (segment + (start 66.294394 84.453119) + (end 66.271079 84.555269) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "e4bf0dba-c0ae-4510-ab52-5f49cc86f479") + ) + (segment + (start 66.019789 85.09355) + (end 66.067027 85.140788) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "e63c64b6-caf4-4b0c-874d-4aa57ce0edfc") + ) + (segment + (start 78.220418 85.83) + (end 82.443894 90.053476) + (width 0.19) + (layer "F.Cu") + (net 129) + (uuid "f79600f0-8aca-4c42-bd73-ad5321120380") + ) + (segment + (start 64.245 75.94) + (end 64.25 75.945) + (width 0.19) + (layer "F.Cu") + (net 130) + (uuid "4ea17c7e-e3e8-444a-8772-7da08997798e") + ) + (segment + (start 64.25 75.945) + (end 64.25 76.5) + (width 0.19) + (layer "F.Cu") + (net 130) + (uuid "67a5fcdd-3751-43e3-a6a2-427f0894f42a") + ) + (segment + (start 81.3 92.3) + (end 80.9 91.9) + (width 0.19) + (layer "F.Cu") + (net 130) + (uuid "be018165-e64e-479e-b052-7d78eaa03fff") + ) + (segment + (start 64.245 74.55) + (end 64.245 75.94) + (width 0.19) + (layer "F.Cu") + (net 130) + (uuid "f0412283-6407-4174-b91b-30d83aae4df4") + ) + (via + (at 80.9 91.9) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 130) + (uuid "94619743-b221-4688-a590-ffc62d3dfeb6") + ) + (via + (at 64.25 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 130) + (uuid "eb650ecd-d4fe-415b-bc6b-e47e991b2653") + ) + (segment + (start 64.25 76.5) + (end 63.795 76.955) + (width 0.19) + (layer "B.Cu") + (net 130) + (uuid "11969c42-3fb7-49a4-8349-6c0ffcdab2e8") + ) + (segment + (start 75.380418 86.05) + (end 80.67 91.339582) + (width 0.19) + (layer "B.Cu") + (net 130) + (uuid "1e58ffc7-8d50-4250-bea4-a79ddbf6a0f0") + ) + (segment + (start 63.909722 80.00659) + (end 63.909722 81.169304) + (width 0.19) + (layer "B.Cu") + (net 130) + (uuid "263756cf-3853-4524-8df2-424ae259267e") + ) + (segment + (start 63.795 76.955) + (end 63.795 79.891868) + (width 0.19) + (layer "B.Cu") + (net 130) + (uuid "3a7238f6-7c6a-4e04-a22f-a51222d7d622") + ) + (segment + (start 63.909722 81.169304) + (end 68.790418 86.05) + (width 0.19) + (layer "B.Cu") + (net 130) + (uuid "4d81b61f-606d-440e-8d6f-61b5eb92b469") + ) + (segment + (start 80.67 91.67) + (end 80.9 91.9) + (width 0.19) + (layer "B.Cu") + (net 130) + (uuid "6a48d0b8-0f65-4f63-bab3-30726f0b768c") + ) + (segment + (start 63.795 79.891868) + (end 63.909722 80.00659) + (width 0.19) + (layer "B.Cu") + (net 130) + (uuid "6aa0c7aa-154b-4cf1-b26b-41c107eb038a") + ) + (segment + (start 80.67 91.339582) + (end 80.67 91.67) + (width 0.19) + (layer "B.Cu") + (net 130) + (uuid "7a049f60-81da-4f43-97b9-4697f544c134") + ) + (segment + (start 68.790418 86.05) + (end 75.380418 86.05) + (width 0.19) + (layer "B.Cu") + (net 130) + (uuid "9a064237-81c6-4294-a4e7-2aadc7d202ff") + ) + (segment + (start 62.975 76.365598) + (end 63.114727 76.505325) + (width 0.19) + (layer "F.Cu") + (net 131) + (uuid "762c3c0b-490f-4700-be51-c6a7ba896fe3") + ) + (segment + (start 80.5 92.3) + (end 80.1 91.9) + (width 0.19) + (layer "F.Cu") + (net 131) + (uuid "d5345ffb-e660-46fd-91a1-6d7002bcf227") + ) + (segment + (start 62.975 74.55) + (end 62.975 76.365598) + (width 0.19) + (layer "F.Cu") + (net 131) + (uuid "f147520a-ecc2-4b7e-b9c3-9b0e6b1e15d3") + ) + (via + (at 80.1 91.9) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 131) + (uuid "a547f32b-da49-47ea-b9ae-0902c7d12faa") + ) + (via + (at 63.114727 76.505325) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 131) + (uuid "ae6bf646-b66b-4f78-ba4e-7b721157abf0") + ) + (segment + (start 80.33 91.67) + (end 80.33 91.480418) + (width 0.19) + (layer "B.Cu") + (net 131) + (uuid "20cf0c08-e332-4a8c-b3c4-79dc756d878b") + ) + (segment + (start 63.455 76.845598) + (end 63.114727 76.505325) + (width 0.19) + (layer "B.Cu") + (net 131) + (uuid "3b323332-8a11-49b8-a74e-223bd1a1ed65") + ) + (segment + (start 80.1 91.9) + (end 80.33 91.67) + (width 0.19) + (layer "B.Cu") + (net 131) + (uuid "3f15e562-4f32-44ce-815c-9c786ca24011") + ) + (segment + (start 75.239582 86.39) + (end 68.649582 86.39) + (width 0.19) + (layer "B.Cu") + (net 131) + (uuid "594930f1-e293-46b0-acd1-9b54a30140d1") + ) + (segment + (start 63.569811 80.147385) + (end 63.455 80.032574) + (width 0.19) + (layer "B.Cu") + (net 131) + (uuid "66d0b029-d6ef-4887-83a5-7b5a638e0189") + ) + (segment + (start 80.33 91.480418) + (end 75.239582 86.39) + (width 0.19) + (layer "B.Cu") + (net 131) + (uuid "7729d814-cbf4-4ef1-859f-b9981597edc7") + ) + (segment + (start 68.649582 86.39) + (end 63.569811 81.310229) + (width 0.19) + (layer "B.Cu") + (net 131) + (uuid "82a6fa17-8830-478d-9595-5eea2fe7cc7f") + ) + (segment + (start 63.569811 81.310229) + (end 63.569811 80.147385) + (width 0.19) + (layer "B.Cu") + (net 131) + (uuid "861998fc-4dee-48f6-95a3-eb29158ee06f") + ) + (segment + (start 63.455 80.032574) + (end 63.455 76.845598) + (width 0.19) + (layer "B.Cu") + (net 131) + (uuid "acebdaf1-95a8-40ac-9403-49765c8ed878") + ) + (segment + (start 82.025 76.475) + (end 82 76.5) + (width 0.19) + (layer "F.Cu") + (net 132) + (uuid "18cf4fb6-ca92-44ec-95f1-2adb5dfd4536") + ) + (segment + (start 86.1 93.1) + (end 86.5 92.7) + (width 0.19) + (layer "F.Cu") + (net 132) + (uuid "7b9091e3-c19e-46f9-ae71-24084fa5948d") + ) + (segment + (start 82.025 74.55) + (end 82.025 76.475) + (width 0.19) + (layer "F.Cu") + (net 132) + (uuid "ffe7044a-20ff-4a46-b7ee-d79e7c7642c8") + ) + (via + (at 86.5 92.7) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 132) + (uuid "75eec3cf-9547-42aa-85af-69b0ba8314ca") + ) + (via + (at 82 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 132) + (uuid "a300f4fa-2ba8-4ace-9c94-ef81b544be56") + ) + (segment + (start 89.135601 88.38) + (end 89.17788 88.375236) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "02c6f949-f3c3-4e34-8bc1-8aa811f53123") + ) + (segment + (start 89.254065 88.041452) + (end 89.218039 88.018815) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "03cc8415-eebf-4a5c-ab19-44f88336b0b6") + ) + (segment + (start 87.054399 87.500625) + (end 87.054399 87.439374) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "0797c66f-ceb9-4e97-aebd-deb488997a28") + ) + (segment + (start 88.12455 92.152535) + (end 88.077047 92.105032) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "10eda7e0-58cb-4103-9491-731ead664fb6") + ) + (segment + (start 88.077047 92.105032) + (end 88.020166 92.069291) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "133f6cc1-bcfd-4f10-9fd0-b453e060e86b") + ) + (segment + (start 89.17788 88.375236) + (end 89.218039 88.361184) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "1b63caaa-e76e-48aa-b5d5-8c0240fe2072") + ) + (segment + (start 87.163346 87.128019) + (end 87.242418 87.048947) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "1db3d041-c339-439c-b35c-74029c0d8dd1") + ) + (segment + (start 83.800382 83.5582) + (end 83.13 82.887818) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "24587fcd-cc31-4cad-9b1b-ca9128ef77b0") + ) + (segment + (start 88.171184 86.832437) + (end 88.185236 86.792278) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "290b2ff8-7fd3-4ba9-b5b0-28135feaafe8") + ) + (segment + (start 87.066919 87.328253) + (end 87.103852 87.222704) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "2c4112c8-10d4-476b-88b9-bdf3ce23c8fe") + ) + (segment + (start 88.298948 88.568019) + (end 88.37802 88.488947) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "2cef1244-ff69-49b2-9f29-bb30a4e78f9b") + ) + (segment + (start 88.182479 91.206338) + (end 88.19 91.139582) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "2d492720-f026-4f74-9ef3-225bf440080e") + ) + (segment + (start 88.19 86.75) + (end 88.19 84.899818) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "2f53eade-34a2-4820-9c7c-99c05a6a68e9") + ) + (segment + (start 87.55977 91.739582) + (end 87.567292 91.672825) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "2fdd0155-aa4a-445c-a81e-55a7d6115848") + ) + (segment + (start 89.306786 88.107562) + (end 89.284149 88.071536) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "325ed895-5487-4db3-a885-9f6364ea8820") + ) + (segment + (start 87.553773 88) + (end 87.442652 87.987479) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "3f731978-3766-4ada-a37b-2df47224368b") + ) + (segment + (start 88.082437 86.921184) + (end 88.118463 86.898547) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "43cc368e-4915-491d-a959-587ee1a58f20") + ) + (segment + (start 89.284149 88.308463) + (end 89.306786 88.272437) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "4688d2e0-8ec6-455e-bd8c-2ca1be46fa78") + ) + (segment + (start 87.103852 87.717295) + (end 87.066919 87.611746) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "486ae507-96f4-496a-94ff-81dad4472f27") + ) + (segment + (start 87.58948 91.869747) + (end 87.567292 91.806338) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "492caf45-c836-4c55-ac2e-4219c2a3308c") + ) + (segment + (start 89.135601 88) + (end 87.553773 88) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "4d5b9e80-6f31-4685-9cf8-a5b9368c8ed0") + ) + (segment + (start 88.118463 86.898547) + (end 88.148547 86.868463) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "531073ef-6d5c-421e-b8f5-49e402c33432") + ) + (segment + (start 87.567292 91.672825) + (end 87.58948 91.609416) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "5615ff77-3dce-4275-869b-627ce27663bc") + ) + (segment + (start 86.848382 83.5582) + (end 83.800382 83.5582) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "57b46e54-0fd7-428f-89e9-2384adc40b64") + ) + (segment + (start 88.472705 88.429453) + (end 88.578254 88.39252) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "5a3c2b27-b63a-4a61-862e-cb294b053222") + ) + (segment + (start 89.320838 88.232278) + (end 89.325601 88.19) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "5b15f03e-73df-440c-a6ff-1acb5500f047") + ) + (segment + (start 87.242418 87.891052) + (end 87.163346 87.81198) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "5c464d57-4d88-40fb-872d-85a1f36faa94") + ) + (segment + (start 88 86.94) + (end 88.042278 86.935236) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "61c2b459-e28e-4686-b9d2-432b81df13d1") + ) + (segment + (start 89.284149 88.071536) + (end 89.254065 88.041452) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "663bf4d0-d6a3-4d64-b545-4ed7dcbaf405") + ) + (segment + (start 88.689375 88.38) + (end 89.135601 88.38) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "6b636d0a-0dff-42e7-bbe9-686722679f54") + ) + (segment + (start 88.020166 92.069291) + (end 87.956757 92.047103) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "6bced446-6fa1-4a44-9b3f-54cd3597a1e2") + ) + (segment + (start 87.89 91.439582) + (end 87.956757 91.43206) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "6cfbdb56-d9c5-4e37-9afa-d7bf5354506a") + ) + (segment + (start 88.160291 92.209416) + (end 88.12455 92.152535) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "6ff9a761-b7a5-4cf8-90e4-22a2e91c08a1") + ) + (segment + (start 87.103852 87.222704) + (end 87.163346 87.128019) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "70240b84-210b-475c-af2e-726312429f46") + ) + (segment + (start 89.218039 88.018815) + (end 89.17788 88.004763) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "7a90b126-f9f8-4924-a1d5-a7c60735cdea") + ) + (segment + (start 88.020166 91.409872) + (end 88.077047 91.374131) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "8231b19c-ae8e-483e-8754-7633ede6e6be") + ) + (segment + (start 87.337103 86.989453) + (end 87.442652 86.95252) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "86de4ddf-d43a-4f36-b0f3-5a169286f341") + ) + (segment + (start 88.37802 88.488947) + (end 88.472705 88.429453) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "870fb605-9fcd-48c1-ae9c-67ff711a2f9f") + ) + (segment + (start 82.48 76.98) + (end 82 76.5) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "8f666109-3a9f-4466-928f-d81c5e1d486b") + ) + (segment + (start 87.729605 91.469291) + (end 87.793014 91.447103) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "9141dbb7-513a-4a00-a5a5-e91c4c8d872d") + ) + (segment + (start 83.13 82.887818) + (end 83.13 80.270418) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "95e0ce7f-ac5a-48f9-8dba-7c3632711fbc") + ) + (segment + (start 88.042278 86.935236) + (end 88.082437 86.921184) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "96031465-d3a9-41d3-ae75-8bacd78d3b0b") + ) + (segment + (start 88.578254 88.39252) + (end 88.689375 88.38) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "97bf3737-ccff-4581-9b59-ee01090732fb") + ) + (segment + (start 89.306786 88.272437) + (end 89.320838 88.232278) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "9ae9fb9d-266e-49ee-866a-ae65e8e77413") + ) + (segment + (start 88.19 84.899818) + (end 86.848382 83.5582) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "9bee20ca-f928-4382-a0a3-ea84cc6f7ab5") + ) + (segment + (start 87.625221 91.926628) + (end 87.58948 91.869747) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "a18d6495-cf46-44b6-991e-be83e928a500") + ) + (segment + (start 87.85977 91.439582) + (end 87.89 91.439582) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "a3afe9a9-bdcb-4cad-ac0c-659718c5a0e6") + ) + (segment + (start 82.48 79.620418) + (end 82.48 76.98) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "a452a9fc-5991-4009-9e56-7642676d69c4") + ) + (segment + (start 87.567292 91.806338) + (end 87.55977 91.739582) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "a86f34a7-9793-4735-ac95-aaea2e6de655") + ) + (segment + (start 88.19 88.879374) + (end 88.202521 88.768253) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "a951150c-9089-41ba-8bfe-69460782c403") + ) + (segment + (start 89.17788 88.004763) + (end 89.135601 88) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "aa55bf39-14de-4fef-83f5-89558c78bbbe") + ) + (segment + (start 87.054399 87.439374) + (end 87.066919 87.328253) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "b0339997-f8df-4e8f-bc05-6f4287a03446") + ) + (segment + (start 87.672724 91.974131) + (end 87.625221 91.926628) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "b12465db-eb25-45dc-bf13-67bf3d2f916d") + ) + (segment + (start 89.325601 88.19) + (end 89.320838 88.147721) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "b1d75004-c17b-479e-bc25-e66a388f9e06") + ) + (segment + (start 89.218039 88.361184) + (end 89.254065 88.338547) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "b29f51b7-69d4-4d97-a81d-c57880f223e3") + ) + (segment + (start 87.729605 92.009872) + (end 87.672724 91.974131) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "b3875ce7-9b02-4372-805c-4ee8d43b1097") + ) + (segment + (start 87.163346 87.81198) + (end 87.103852 87.717295) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "b7fbf3b4-93ab-445d-9566-3163014a531c") + ) + (segment + (start 86.65 92.55) + (end 87.979582 92.55) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "b9ad88d6-3ed9-406b-a6f9-0fb8cd5b9198") + ) + (segment + (start 87.672724 91.505032) + (end 87.729605 91.469291) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "bbfacb1b-ce19-4d1d-8515-dae0895f92da") + ) + (segment + (start 87.89 92.039582) + (end 87.85977 92.039582) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "bcd21354-8675-4c3c-9733-46fb5a2aed5e") + ) + (segment + (start 87.066919 87.611746) + (end 87.054399 87.500625) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "bdd72f5a-8362-413b-a25c-c67c011a503b") + ) + (segment + (start 88.148547 86.868463) + (end 88.171184 86.832437) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "c3bdb2a5-2c7e-47d4-86b1-9d26bdc9aeb6") + ) + (segment + (start 88.077047 91.374131) + (end 88.12455 91.326628) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "c64623ea-1b89-43ec-92c6-a2d8ff19adad") + ) + (segment + (start 83.13 80.270418) + (end 82.48 79.620418) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "cc3c5f12-550a-4280-aa78-14043a83d70d") + ) + (segment + (start 87.625221 91.552535) + (end 87.672724 91.505032) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "ce513be5-314f-4c8a-b67c-995b4d660942") + ) + (segment + (start 88.182479 92.272825) + (end 88.160291 92.209416) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "d2506162-850f-42a6-a1bc-6d348881d664") + ) + (segment + (start 87.956757 91.43206) + (end 88.020166 91.409872) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "d250ce07-2cae-4efd-a4fd-02b1bd04a321") + ) + (segment + (start 87.442652 86.95252) + (end 87.553773 86.94) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "d8b36db3-e421-47fb-9f81-fa29281191ff") + ) + (segment + (start 87.793014 91.447103) + (end 87.85977 91.439582) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "dcb61648-645f-4571-abae-fc007ea2e009") + ) + (segment + (start 88.202521 88.768253) + (end 88.239454 88.662704) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "de84fde4-fca5-453f-a4ea-201cfbeb9b6e") + ) + (segment + (start 88.19 92.339582) + (end 88.182479 92.272825) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "dec6b0cf-8f44-4044-9437-a7d2158e242f") + ) + (segment + (start 88.19 91.139582) + (end 88.19 88.879374) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "dfc40f91-a734-4293-bf46-99478e8cc1b1") + ) + (segment + (start 87.979582 92.55) + (end 88.19 92.339582) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "e2ae356e-ef23-4b31-8a5e-0f3c3f7013b8") + ) + (segment + (start 87.793014 92.03206) + (end 87.729605 92.009872) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "e9d0477e-d73d-4e76-9e22-f805c7ec5a75") + ) + (segment + (start 87.956757 92.047103) + (end 87.89 92.039582) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "eb2624a4-e9f6-4cd4-8d3e-fb8ff88633b2") + ) + (segment + (start 87.58948 91.609416) + (end 87.625221 91.552535) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "eb3fa262-6a75-4e1a-83ba-aaa20bcd9b61") + ) + (segment + (start 86.5 92.7) + (end 86.65 92.55) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "ebd184bb-c19c-4c6e-a42e-85078de2656e") + ) + (segment + (start 87.242418 87.048947) + (end 87.337103 86.989453) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "ef976f13-811f-4718-86ce-6e64d45a2a35") + ) + (segment + (start 89.254065 88.338547) + (end 89.284149 88.308463) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "efb88c16-4dc3-4a75-a901-6474a0438565") + ) + (segment + (start 87.85977 92.039582) + (end 87.793014 92.03206) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "f28244be-a819-452a-bfdb-f5adf4a3dd4e") + ) + (segment + (start 87.337103 87.950546) + (end 87.242418 87.891052) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "f471511e-31e1-4009-8eea-755c17ca702b") + ) + (segment + (start 88.12455 91.326628) + (end 88.160291 91.269747) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "f8009b5e-2814-48af-8478-16f2aae29be6") + ) + (segment + (start 88.239454 88.662704) + (end 88.298948 88.568019) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "f888d71b-37ae-40d1-b9f5-0cb7096abe99") + ) + (segment + (start 87.553773 86.94) + (end 88 86.94) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "fad25daf-d489-46ee-a7a9-e23c39213e36") + ) + (segment + (start 88.185236 86.792278) + (end 88.19 86.75) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "fc14d469-c804-4bf8-a3cf-018bda51c02f") + ) + (segment + (start 89.320838 88.147721) + (end 89.306786 88.107562) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "fd99790e-438a-42a9-9069-1cb336dcfcf2") + ) + (segment + (start 88.160291 91.269747) + (end 88.182479 91.206338) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "fdb6572c-2ca1-433e-8009-350697236f10") + ) + (segment + (start 87.442652 87.987479) + (end 87.337103 87.950546) + (width 0.19) + (layer "B.Cu") + (net 132) + (uuid "ffc0cc9b-8b8a-480f-8610-e64deac9ad98") + ) + (segment + (start 79.485 74.55) + (end 79.485 76.485) + (width 0.19) + (layer "F.Cu") + (net 133) + (uuid "09a932de-1c91-4c68-b7e2-a313cdf52b1c") + ) + (segment + (start 79.485 76.485) + (end 79.5 76.5) + (width 0.19) + (layer "F.Cu") + (net 133) + (uuid "76610d91-facf-4235-900b-9058d28275cf") + ) + (segment + (start 85.3 93.1) + (end 85.7 92.7) + (width 0.19) + (layer "F.Cu") + (net 133) + (uuid "a620e621-1b7e-4b19-8287-961a171e5b5f") + ) + (via + (at 85.7 92.7) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 133) + (uuid "554214d2-daab-4520-80ec-601b7eccd28f") + ) + (via + (at 79.5 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 133) + (uuid "ebc4415c-8d4a-421a-8be3-ffc1aa524126") + ) + (segment + (start 79.62 80.079582) + (end 79.62 83.729582) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "014f8295-6d70-452f-ab2a-4d78d17e2492") + ) + (segment + (start 85.409282 86.727721) + (end 85.423334 86.687562) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "038a3fe5-035a-4e1c-ba13-3474b63e4a27") + ) + (segment + (start 87.486028 86.297295) + (end 87.522961 86.191746) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "04d90da3-abb8-4261-a30e-0573c14c30cb") + ) + (segment + (start 86.47 91.93) + (end 86.47 87.459374) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "0953a15f-41c5-4512-8441-c561acfc82be") + ) + (segment + (start 87.426534 85.708019) + (end 87.347462 85.628947) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "099ecb97-3df4-4f7a-ae82-6f5f72579f60") + ) + (segment + (start 86.66 85.52) + (end 86.617721 85.515236) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "0c2735a5-d0a3-4460-89e2-7c0f8b7b8eb7") + ) + (segment + (start 85.55224 86.584763) + (end 85.594518 86.58) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "0ce9cc78-df9b-4060-98e7-f7490b8e9cd0") + ) + (segment + (start 87.522961 86.191746) + (end 87.535482 86.080625) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "1538e725-d385-4b5a-8db8-b54abefda181") + ) + (segment + (start 85.423334 86.852437) + (end 85.409282 86.812278) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "160d7da3-6a0c-4973-a861-fc6711fb21ee") + ) + (segment + (start 85.594518 86.58) + (end 87.036107 86.58) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "193e919a-c460-4fb7-9c3e-fd639131023b") + ) + (segment + (start 85.512081 86.941184) + (end 85.476055 86.918547) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "220052ba-37c7-49c1-b787-e1735b9d9ea5") + ) + (segment + (start 85.409282 86.812278) + (end 85.404518 86.77) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "250f52da-7765-4dd5-bb69-47e21f55eb47") + ) + (segment + (start 86.488815 85.412437) + (end 86.474763 85.372278) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "28b09ee5-79ea-416c-b172-3b74e9af0025") + ) + (segment + (start 86.361053 87.148019) + (end 86.281981 87.068947) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "2f701125-c28c-48bc-8a14-7e160df65c4f") + ) + (segment + (start 86.47 87.459374) + (end 86.45748 87.348253) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "315b3a26-bb45-4f0c-bb77-695ffaa06241") + ) + (segment + (start 79.02 76.98) + (end 79.02 79.479582) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "320adaf7-dc9c-419f-a01e-756c06ecdf37") + ) + (segment + (start 85.423334 86.687562) + (end 85.445971 86.651536) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "34fd4f0d-8a0e-4c87-9735-a2f8fb0669c5") + ) + (segment + (start 87.486028 85.802704) + (end 87.426534 85.708019) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "3b7a6484-25ea-4de3-bd00-93cbcc108700") + ) + (segment + (start 86.420547 87.242704) + (end 86.361053 87.148019) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "3c9b2b46-c2cd-4696-8b9d-3f11ddf419ed") + ) + (segment + (start 87.147228 86.567479) + (end 87.252777 86.530546) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "3e184d1d-0ed1-4966-bad3-a99086b9fdf1") + ) + (segment + (start 85.476055 86.918547) + (end 85.445971 86.888463) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "413fa6c8-eab6-4121-8179-60afbdbfd451") + ) + (segment + (start 85.445971 86.651536) + (end 85.476055 86.621452) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "42a6714f-29f5-4288-bf3d-168f4914fc24") + ) + (segment + (start 87.252777 85.569453) + (end 87.147228 85.53252) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "52343ac2-4969-42df-af1e-ed7deb794aea") + ) + (segment + (start 86.617721 85.515236) + (end 86.577562 85.501184) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "5dd7f75c-8284-404c-8cb0-dc1e34bd844b") + ) + (segment + (start 80.048418 84.158) + (end 79.62 83.729582) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "68f4e72b-a890-47b0-8f3f-e8d32a954350") + ) + (segment + (start 86.187296 87.009453) + (end 86.081747 86.97252) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "6f7aefc6-165b-4f07-8770-d82065a6dbd9") + ) + (segment + (start 85.512081 86.598815) + (end 85.55224 86.584763) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "7bd282e3-2a70-4cac-baf3-c167ababd5e1") + ) + (segment + (start 86.45748 87.348253) + (end 86.420547 87.242704) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "7ff34d67-9963-4a29-8a7c-048f5151ea76") + ) + (segment + (start 87.147228 85.53252) + (end 87.036107 85.52) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "86aa238d-5603-441f-91cf-2016857475e7") + ) + (segment + (start 85.476055 86.621452) + (end 85.512081 86.598815) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "89697cf9-acb5-4a62-8cc6-c81470699852") + ) + (segment + (start 85.404518 86.77) + (end 85.409282 86.727721) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "9697916d-66b8-4aee-a817-e114bb15d21b") + ) + (segment + (start 85.970626 86.96) + (end 85.594518 86.96) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "a59d5dac-7b86-4797-b51e-25d2651242a5") + ) + (segment + (start 86.281981 87.068947) + (end 86.187296 87.009453) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "a7c35b77-ba8b-4d68-8788-bdc9065f215a") + ) + (segment + (start 86.081747 86.97252) + (end 85.970626 86.96) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "ab4e5ce2-6d4e-48b1-a1e2-5cc8328b6d01") + ) + (segment + (start 86.511452 85.448463) + (end 86.488815 85.412437) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "acbaeb39-965c-4106-9a9d-967aab1f141a") + ) + (segment + (start 85.693818 84.158) + (end 80.048418 84.158) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "ae02a797-fc2f-41d1-bd99-a9d040fc5b6e") + ) + (segment + (start 86.47 84.934182) + (end 85.693818 84.158) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "ae8e6a57-da88-4fc2-a435-e3e6aa3bc05e") + ) + (segment + (start 87.347462 86.471052) + (end 87.426534 86.39198) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "aea8ebdd-24cc-48f6-a569-93b1b6a74142") + ) + (segment + (start 85.55224 86.955236) + (end 85.512081 86.941184) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "b0cdfefb-6573-4f05-8ff9-3d77beb0003f") + ) + (segment + (start 85.594518 86.96) + (end 85.55224 86.955236) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "b0ef12b3-0323-43fa-9b14-ad54b3f965fb") + ) + (segment + (start 85.7 92.7) + (end 86.47 91.93) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "bcac8344-6c3c-483a-bfc7-6efc2a7899bd") + ) + (segment + (start 86.474763 85.372278) + (end 86.47 85.33) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "ce6d32c6-6d41-4605-b4f3-081551060a5b") + ) + (segment + (start 87.252777 86.530546) + (end 87.347462 86.471052) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "d6efc302-0bf6-4400-b1bf-e882afa87eb2") + ) + (segment + (start 87.426534 86.39198) + (end 87.486028 86.297295) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "d76440e7-254a-414e-97a0-fa232eb45d78") + ) + (segment + (start 79.02 79.479582) + (end 79.62 80.079582) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "d8f6b77f-bde2-4824-b9e2-53c92a41d9c6") + ) + (segment + (start 87.522961 85.908253) + (end 87.486028 85.802704) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "d94772bc-24d5-4084-a116-79cfd5ce463b") + ) + (segment + (start 87.535482 86.019374) + (end 87.522961 85.908253) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "db4f3c25-f8e7-4f26-99f8-988930ae814e") + ) + (segment + (start 86.47 85.33) + (end 86.47 84.934182) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "dc2878cb-be21-461f-b890-2b441b974fd0") + ) + (segment + (start 87.036107 85.52) + (end 86.66 85.52) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "e23133d0-f8d3-4954-9ba7-66f5ffe9589f") + ) + (segment + (start 87.535482 86.080625) + (end 87.535482 86.019374) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "e92c22e6-7552-47c2-b1db-72a1cf20525c") + ) + (segment + (start 85.445971 86.888463) + (end 85.423334 86.852437) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "ef814817-39b1-4f2c-9ca1-8eb371d353c8") + ) + (segment + (start 87.036107 86.58) + (end 87.147228 86.567479) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "f1ad2e2b-0a61-49d4-b91a-3860524e5701") + ) + (segment + (start 87.347462 85.628947) + (end 87.252777 85.569453) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "f26eef80-4bbc-4a89-9d33-7638d574c997") + ) + (segment + (start 79.02 76.98) + (end 79.5 76.5) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "f2c2003a-c581-4ec1-ab3c-804ed5cb4c4a") + ) + (segment + (start 86.541536 85.478547) + (end 86.511452 85.448463) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "ff014dc0-cda0-4de4-8041-dd33d31d79ef") + ) + (segment + (start 86.577562 85.501184) + (end 86.541536 85.478547) + (width 0.19) + (layer "B.Cu") + (net 133) + (uuid "ffc4c81d-43da-4c7e-9e8a-6d97b9020ba5") + ) + (segment + (start 74.405 74.55) + (end 74.405 75.94) + (width 0.19) + (layer "F.Cu") + (net 134) + (uuid "149dc58e-d6c0-4a35-bd96-f9eaba940aac") + ) + (segment + (start 84.5 93.1) + (end 84.9 92.7) + (width 0.19) + (layer "F.Cu") + (net 134) + (uuid "1e091c79-0aaf-47f2-8a21-e6566940edd1") + ) + (segment + (start 74.405 75.94) + (end 74.4 75.945) + (width 0.19) + (layer "F.Cu") + (net 134) + (uuid "c54fb8a0-45d1-45a2-8c1a-18202c23b702") + ) + (segment + (start 74.4 75.945) + (end 74.4 76.5) + (width 0.19) + (layer "F.Cu") + (net 134) + (uuid "e3b69b93-5b26-4cf4-8fe9-2cb08e040041") + ) + (via + (at 84.9 92.7) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 134) + (uuid "669b46a0-5bfb-4d32-a401-05ee7c9b41c4") + ) + (via + (at 74.4 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (locked yes) + (net 134) + (uuid "ecac5a56-f911-4bee-84f1-e3531dc6bf8a") + ) + (segment + (start 76.169282 82.059894) + (end 76.270031 82.011374) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "003769a2-1c9b-453d-a885-fc8bd30eea19") + ) + (segment + (start 75.651238 81.941654) + (end 75.738665 82.011375) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "009ca92a-73e7-464a-868b-6ecc73fc7584") + ) + (segment + (start 76.810391 81.547345) + (end 76.852937 81.547345) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "00c8d1f4-67a6-4aef-9fe6-c42cda13d3a1") + ) + (segment + (start 77.64439 83.934804) + (end 77.64439 83.93482) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "01686e47-a235-4821-830f-7420314a62c7") + ) + (segment + (start 77.984245 82.62003) + (end 78.010771 82.653293) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "03b21780-41fc-412f-9634-726d758979eb") + ) + (segment + (start 77.95098 82.593502) + (end 77.984245 82.62003) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "0504d703-b843-4030-bc98-78936cc272ba") + ) + (segment + (start 78.029232 82.817133) + (end 78.010771 82.855465) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "078febc3-6e7c-4da9-a2f4-288a922e88fe") + ) + (segment + (start 77.52615 83.746626) + (end 77.574669 83.847377) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "1013dbaf-2030-4b19-85bd-3658da4d0627") + ) + (segment + (start 78.029232 82.691627) + (end 78.0387 82.733107) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "121413a3-6566-4a3e-89ca-69b316cbcba6") + ) + (segment + (start 81.362981 87.653411) + (end 81.450411 87.723134) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "1323f5f3-dbac-4a0a-af10-526e72d94ecd") + ) + (segment + (start 84.13 90.420418) + (end 84.13 91.93) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "1444d49f-1253-44c6-b265-5d56e5057df7") + ) + (segment + (start 82.756227 87.235105) + (end 82.782754 87.268369) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "1584f212-b800-4e6e-a2b2-c30287671a15") + ) + (segment + (start 76.852937 81.547345) + (end 76.894417 81.556813) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "16ec93a2-15f8-4482-90b2-46f71079e412") + ) + (segment + (start 84.13 91.93) + (end 84.9 92.7) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "188de152-e92e-47fb-8225-359244b8c92b") + ) + (segment + (start 75.53 80.270418) + (end 75.53 81.820418) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "18d3c765-8cf6-489c-8100-aec7b3b93ea4") + ) + (segment + (start 82.810682 87.390728) + (end 82.801214 87.432208) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "1f9cecfe-a46c-4bd3-8969-ab4588715251") + ) + (segment + (start 76.507919 82.39853) + (end 76.483036 82.507551) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "1fc2dbaf-1fa2-4a4d-84e9-d55cb2f026a8") + ) + (segment + (start 74.4 76.5) + (end 74.88 76.98) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "20ff2437-7714-47c8-8f0f-c35c92aed053") + ) + (segment + (start 74.88 79.620418) + (end 75.53 80.270418) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "2137906f-9d9a-4f2a-b4c3-18311f4a4bdf") + ) + (segment + (start 82.810682 87.348182) + (end 82.810682 87.390728) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "213d10bd-6da1-43cd-94f6-1926533eb049") + ) + (segment + (start 77.871168 82.565575) + (end 77.912648 82.575043) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "22db35ee-4455-4953-8441-c3ceb16425a1") + ) + (segment + (start 77.011001 81.798903) + (end 76.99254 81.837235) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "267f21dc-eb4d-4356-a9ba-52fdccf36790") + ) + (segment + (start 75.948437 82.084777) + (end 76.060261 82.084777) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "26a9e495-f35f-4de9-a9c1-65db91c6f629") + ) + (segment + (start 82.722962 87.208577) + (end 82.756227 87.235105) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "28d5f755-ae65-42a6-882e-df3c414cf483") + ) + (segment + (start 77.288262 83.029604) + (end 77.375691 82.959884) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "2b1643d4-0ee8-436c-8dac-31a9f0b9c255") + ) + (segment + (start 82.684629 87.190117) + (end 82.722962 87.208577) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "30e9fa5b-d1d5-472d-9536-55c2458f6048") + ) + (segment + (start 81.660186 87.796537) + (end 81.772013 87.796538) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "316f7731-ca0e-4353-9d0a-b39b70f911ba") + ) + (segment + (start 77.912648 82.575043) + (end 77.95098 82.593502) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "398326f2-da46-4ebe-9538-675da775d35b") + ) + (segment + (start 76.697314 81.6018) + (end 76.730577 81.575272) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "3a582103-5d4e-4956-acc4-e64fc6bb88a2") + ) + (segment + (start 76.483036 82.619375) + (end 76.507919 82.728396) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "3aa405ac-d4bb-4c24-9d29-928b6888466e") + ) + (segment + (start 75.839416 82.059894) + (end 75.948437 82.084777) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "3b2bac1a-1ef0-450e-9597-a68fe8adac05") + ) + (segment + (start 82.268197 88.009543) + (end 82.219677 88.110295) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "3df985c3-f366-4b7a-ba51-3a16b0d3445c") + ) + (segment + (start 76.932749 81.575272) + (end 76.966014 81.6018) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "3e057ea7-db96-40ab-b702-d00c6f847df7") + ) + (segment + (start 75.53 81.820418) + (end 75.651238 81.941654) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "3f95d178-4956-495f-95a9-23b546571839") + ) + (segment + (start 76.626159 82.916574) + (end 76.669469 82.959884) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "413078ef-44b8-4eba-944e-21004800040c") + ) + (segment + (start 77.787142 82.575043) + (end 77.828622 82.565575) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "44c8d76e-892e-4829-bd98-8a20675ac743") + ) + (segment + (start 82.337919 87.922113) + (end 82.268197 88.009543) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "50038f9a-8a1c-4f6e-ad7e-6d16d1dd0f27") + ) + (segment + (start 76.99254 81.635063) + (end 77.011001 81.673397) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "53d211d4-4a9b-4d71-b0e3-6feb2b61cff0") + ) + (segment + (start 76.768911 81.556813) + (end 76.810391 81.547345) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "548448ca-d03e-4849-b350-2cf91023bb9d") + ) + (segment + (start 76.556438 82.829147) + (end 76.626159 82.916574) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "5588b5a5-244c-4298-8e13-0e28f3399ca2") + ) + (segment + (start 76.669469 82.959884) + (end 76.756896 83.029605) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "5734c599-c465-44c2-80dc-aee5a5f975ea") + ) + (segment + (start 82.52079 87.208577) + (end 82.559123 87.190117) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "58955aa9-a88a-42f4-9820-5d4761e98aec") + ) + (segment + (start 81.981788 87.723134) + (end 82.069218 87.653411) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "58e0b45e-f213-4152-9f59-435178d20c89") + ) + (segment + (start 77.828622 82.565575) + (end 77.871168 82.565575) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "6174ff9d-b396-48af-af74-61c8efa9e518") + ) + (segment + (start 82.337919 88.62835) + (end 84.129988 90.420418) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "66e950dd-c09b-4c99-b636-9d966fca99b5") + ) + (segment + (start 82.559123 87.190117) + (end 82.600603 87.180649) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "6a77bcc9-37e2-4a21-8399-22676ac88aca") + ) + (segment + (start 77.020469 81.714877) + (end 77.020469 81.757423) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "7310c988-f48d-401e-8a72-5b080259745e") + ) + (segment + (start 82.756227 87.503805) + (end 82.337919 87.922113) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "7413b2cc-42f9-4b79-8935-d73b76c29038") + ) + (segment + (start 77.715545 82.62003) + (end 77.748808 82.593502) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "79a3868b-51be-4940-9fb9-587951cd7b21") + ) + (segment + (start 82.219677 88.440168) + (end 82.268196 88.54092) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "7a1b577e-e44c-4f8c-b05d-ebbd05308e3f") + ) + (segment + (start 81.881036 87.771654) + (end 81.981788 87.723134) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "7e58d554-24f7-40f2-9134-b86aa46d686e") + ) + (segment + (start 77.501267 83.637605) + (end 77.52615 83.746626) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "827067f8-941d-41b2-a241-7467adb8ddca") + ) + (segment + (start 84.129988 90.420418) + (end 84.13 90.420418) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "84c9434b-7c88-4cb7-af58-d4c707d96eb2") + ) + (segment + (start 77.078492 83.103007) + (end 77.187513 83.078124) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "86889156-f428-4283-bb74-1151ef5e0280") + ) + (segment + (start 82.487526 87.235104) + (end 82.52079 87.208577) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "87019881-3576-447e-b2ba-7392046d3395") + ) + (segment + (start 78.010771 82.653293) + (end 78.029232 82.691627) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "8ae184b6-caa0-4b46-af6b-6d13661eb3b3") + ) + (segment + (start 77.574669 83.847377) + (end 77.64439 83.934804) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "8b769127-90f2-48a9-b9ec-b84163ab0da2") + ) + (segment + (start 75.738665 82.011375) + (end 75.839416 82.059894) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "8cbbddaa-560a-4858-a57e-0d4d594fb21f") + ) + (segment + (start 76.060261 82.084777) + (end 76.169282 82.059894) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "9680b06e-8bd5-49a6-9f23-ef9a640c5e60") + ) + (segment + (start 81.551163 87.771654) + (end 81.660186 87.796537) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "969ada28-080e-4379-85bc-8937b0648932") + ) + (segment + (start 76.99254 81.837235) + (end 76.966014 81.8705) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "97835a66-8e73-42f9-bad6-b01a3b1147f6") + ) + (segment + (start 77.748808 82.593502) + (end 77.787142 82.575043) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "9971bc0e-c92e-4044-b7f4-be9ae3113372") + ) + (segment + (start 77.984245 82.88873) + (end 77.64439 83.228582) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "9cacb0d9-d577-4ed9-acef-1936b30304fe") + ) + (segment + (start 76.966014 81.6018) + (end 76.99254 81.635063) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "9df28155-15fe-4528-a9e4-7915f199e051") + ) + (segment + (start 77.501267 83.525781) + (end 77.501267 83.637605) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "a5d2a7d4-11d3-4ff9-a61d-2d4964edff84") + ) + (segment + (start 81.450411 87.723134) + (end 81.551163 87.771654) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "a757f215-f4c8-4fe5-80c6-1ded97666da9") + ) + (segment + (start 76.966014 81.8705) + (end 76.626159 82.210352) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "a7ca47dd-1151-4851-9fda-27a9e4aedeb2") + ) + (segment + (start 77.187513 83.078124) + (end 77.288262 83.029604) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "a83c5b21-cadb-4730-af6f-68b5b15dd36c") + ) + (segment + (start 76.894417 81.556813) + (end 76.932749 81.575272) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "ad375982-9c56-4665-b3bb-446cbde097e0") + ) + (segment + (start 82.268196 88.54092) + (end 82.337919 88.62835) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "af1a5134-bc52-4cc1-b322-f38a966e94c8") + ) + (segment + (start 81.772013 87.796538) + (end 81.881036 87.771654) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "b0027566-73aa-4cb3-ae34-33f4aa7d89c5") + ) + (segment + (start 82.600603 87.180649) + (end 82.643149 87.180649) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "b0c04ae3-0ceb-4b6b-b857-1f3ef7c9e2af") + ) + (segment + (start 76.270031 82.011374) + (end 76.35746 81.941654) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "b332e204-7bb1-4429-a8f0-2694ea85959e") + ) + (segment + (start 77.64439 83.93482) + (end 81.362981 87.653411) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "b6a23e91-69f5-44fe-a673-f9196ceb2100") + ) + (segment + (start 82.801214 87.306702) + (end 82.810682 87.348182) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "b7566894-bee0-4aaa-9760-08f4ebfd56df") + ) + (segment + (start 77.011001 81.673397) + (end 77.020469 81.714877) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "ba26c8b7-4366-4b8e-b1e8-b548f7e2e619") + ) + (segment + (start 77.375691 82.959884) + (end 77.715545 82.62003) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "bacc9b22-f238-4f63-8390-1290cdc595e3") + ) + (segment + (start 76.626159 82.210352) + (end 76.556439 82.297781) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "bb577846-6cdc-45d3-bf90-477828bbfe1c") + ) + (segment + (start 82.219677 88.110295) + (end 82.194793 88.219318) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "be3c1a07-d7c7-4961-a2bf-88f27591b364") + ) + (segment + (start 82.643149 87.180649) + (end 82.684629 87.190117) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "c0381c78-7f89-4555-8dfb-23e3977606df") + ) + (segment + (start 77.57467 83.316011) + (end 77.52615 83.41676) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "c14a0c21-f396-40b0-aa4b-c47ef0c95c1e") + ) + (segment + (start 77.52615 83.41676) + (end 77.501267 83.525781) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "c543297c-e0a1-4a70-8afc-74909d8a4147") + ) + (segment + (start 82.194793 88.331145) + (end 82.219677 88.440168) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "c56af65a-343a-459f-98cd-e41415611fef") + ) + (segment + (start 82.069218 87.653411) + (end 82.487526 87.235104) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "c941ec54-73ba-44d4-80d8-cc471212017b") + ) + (segment + (start 76.556439 82.297781) + (end 76.507919 82.39853) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "cd07ed3a-453d-4f50-b8c3-e623931181a5") + ) + (segment + (start 76.35746 81.941654) + (end 76.697314 81.6018) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "d0b3f7e0-c984-43c5-8137-24e45e8fba8a") + ) + (segment + (start 82.801214 87.432208) + (end 82.782754 87.470541) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "d140f61b-05cc-4457-a933-4af9f6fec536") + ) + (segment + (start 74.88 76.98) + (end 74.88 79.620418) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "d1680dcf-fe78-4aaf-8f43-a5cbcc9a798c") + ) + (segment + (start 78.0387 82.775653) + (end 78.029232 82.817133) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "d5cd53a1-e779-4e22-b286-7a3ba4cc2555") + ) + (segment + (start 76.857647 83.078124) + (end 76.966668 83.103007) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "d8c36ddf-4b24-4ec0-a65d-ca2a7692767a") + ) + (segment + (start 78.0387 82.733107) + (end 78.0387 82.775653) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "ddbf1831-bd5c-4862-80a4-a697cd270798") + ) + (segment + (start 77.020469 81.757423) + (end 77.011001 81.798903) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "de2fdc11-3a2f-43dc-9dc9-eedd52b69df0") + ) + (segment + (start 76.730577 81.575272) + (end 76.768911 81.556813) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "dfd57df2-9b3d-44b7-940b-2891e33c9b91") + ) + (segment + (start 82.194793 88.219318) + (end 82.194793 88.331145) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "e21396fb-d38d-4523-9a75-52acb1f5f431") + ) + (segment + (start 76.483036 82.507551) + (end 76.483036 82.619375) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "e23d99fc-a483-4ef1-8fad-cdf02092ab67") + ) + (segment + (start 82.782754 87.268369) + (end 82.801214 87.306702) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "ea47cdd8-68da-4e42-8dd7-6aff2dc060e4") + ) + (segment + (start 78.010771 82.855465) + (end 77.984245 82.88873) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "eacebde2-7377-4d73-b09e-26076daeabae") + ) + (segment + (start 77.64439 83.228582) + (end 77.57467 83.316011) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "f475b91c-6c04-4dc7-8ae7-4580eb16af73") + ) + (segment + (start 76.507919 82.728396) + (end 76.556438 82.829147) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "fba4920e-fdf5-46ca-bff8-f6116ea09a34") + ) + (segment + (start 76.756896 83.029605) + (end 76.857647 83.078124) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "fbc9f5eb-34a8-43b6-a221-6b8fc9700042") + ) + (segment + (start 76.966668 83.103007) + (end 77.078492 83.103007) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "fca64849-632b-415c-a0c3-f944d2c7e066") + ) + (segment + (start 82.782754 87.470541) + (end 82.756227 87.503805) + (width 0.19) + (layer "B.Cu") + (net 134) + (uuid "fd0b9026-2db6-4605-b3fc-3cbfb3de32d7") + ) + (segment + (start 83.7 93.1) + (end 83.3 92.7) + (width 0.19) + (layer "F.Cu") + (net 135) + (uuid "181743ff-74dc-4f2c-91cb-dcb6366eea9e") + ) + (segment + (start 70.595 74.55) + (end 70.595 76.495) + (width 0.19) + (layer "F.Cu") + (net 135) + (uuid "82d2910f-0748-403d-81f4-85c865a706f8") + ) + (segment + (start 70.595 76.495) + (end 70.6 76.5) + (width 0.19) + (layer "F.Cu") + (net 135) + (uuid "e8a4982c-5945-4fe0-891e-bc335a0dfa3f") + ) + (via + (at 70.6 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (locked yes) + (net 135) + (uuid "38dd9331-3993-4c71-b601-6438d2c96aeb") + ) + (via + (at 83.3 92.7) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 135) + (uuid "8cf7229b-0521-469c-9144-be5ad2da2891") + ) + (segment + (start 71.512055 80.211094) + (end 71.502587 80.169615) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "006e2d2d-ea55-4517-8464-6fa4323dbbb5") + ) + (segment + (start 71.484127 80.333454) + (end 71.502587 80.295121) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "006ee3ed-debe-4691-83ff-02d6d0593074") + ) + (segment + (start 71.349236 81.574347) + (end 71.248485 81.525828) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "02e53112-42dc-4e92-9413-ebf4a1fcdc4a") + ) + (segment + (start 83.054278 91.054436) + (end 82.988785 91.069386) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "08bde83c-13ad-46b4-a6d3-b0304a376443") + ) + (segment + (start 82.631278 91.342858) + (end 82.565785 91.357808) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "092e7d37-8400-4bb1-b982-de410524d5ad") + ) + (segment + (start 83.3 91.140418) + (end 83.247478 91.098533) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "0a7544f5-5161-4eb8-9d0e-92ecb292b2b0") + ) + (segment + (start 82.278176 90.900084) + (end 82.320063 90.847562) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "0d85a382-c005-4748-b335-df7644a39b93") + ) + (segment + (start 82.320063 90.847562) + (end 82.45147 90.716152) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "0e844798-58b5-40d6-82fe-e86239f9ed61") + ) + (segment + (start 71.679103 81.574347) + (end 71.570082 81.59923) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "10b7afba-2f26-4685-a649-74b6bff7f4cf") + ) + (segment + (start 71.512055 80.253641) + (end 71.512055 80.211094) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "1436a783-6564-4cf1-b04a-2e5a11e5eb64") + ) + (segment + (start 70.999506 80.894749) + (end 71.048025 80.793998) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "19ee241d-7a47-403f-a241-1274e6acc907") + ) + (segment + (start 72.893574 80.984916) + (end 72.963296 80.897488) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "19fbe35e-7125-477c-9a61-cbd629d6d687") + ) + (segment + (start 73.357603 80.402012) + (end 73.348135 80.360532) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "1a6b794f-ac33-41c9-98bc-f09c7170071a") + ) + (segment + (start 82.522503 90.404938) + (end 82.493355 90.344411) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "1ba404f0-04ad-4385-9d95-7df0d1a185bb") + ) + (segment + (start 82.493355 90.344411) + (end 82.451471 90.291889) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "1eed5896-aa04-45cd-9356-be7e685c823f") + ) + (segment + (start 73.348135 80.486038) + (end 73.357603 80.444558) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "1f237565-0c19-4f15-a7f3-5a6af74fe928") + ) + (segment + (start 72.820171 81.306512) + (end 72.820172 81.194688) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "24e28a03-111e-405c-837e-8b09a44b6a67") + ) + (segment + (start 82.451471 90.291889) + (end 75.319182 83.1596) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "25b61c92-3315-4800-8495-82c6c5c4f472") + ) + (segment + (start 82.537451 90.470431) + (end 82.522503 90.404938) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "265aada9-546e-42a1-9085-a1861ab7040f") + ) + (segment + (start 73.067713 80.262409) + (end 73.034448 80.288935) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "2bad4e8b-36aa-4a0b-ab67-e9477132d368") + ) + (segment + (start 82.493356 90.663631) + (end 82.522502 90.603104) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "2e710243-54dd-4d59-ae18-135e4df4f90e") + ) + (segment + (start 83.186951 91.069385) + (end 83.121458 91.054437) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "2f83e6f9-a167-419d-801a-208190ee547a") + ) + (segment + (start 75.319182 83.1596) + (end 75.2996 83.1596) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "303ed950-0310-4c87-acf3-d81cf7ecd25d") + ) + (segment + (start 72.461694 80.861694) + (end 71.867282 81.456106) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "31255751-7676-4170-a371-07b9ff014b0c") + ) + (segment + (start 73.190071 80.23448) + (end 73.147525 80.23448) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "34e34647-01e2-4c33-b82e-e87242e10cd9") + ) + (segment + (start 70.999506 81.224617) + (end 70.974623 81.115595) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "36b23572-1a49-43e3-8bdd-cadffe8174ae") + ) + (segment + (start 73.269885 80.262409) + (end 73.231552 80.243948) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "3823150a-b9c1-440b-b100-07f0f20cd8ad") + ) + (segment + (start 71.867282 81.456106) + (end 71.779854 81.525828) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "3aa723d9-24a0-4bf0-a280-c60fcfe4d231") + ) + (segment + (start 83.121458 91.054437) + (end 83.054278 91.054436) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "3bf9d9e3-3041-4ea1-ad6f-34bc1dc2c61a") + ) + (segment + (start 82.320062 91.271826) + (end 82.278177 91.219304) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "40d949b9-e0e4-4df7-8565-5117f67c5ae6") + ) + (segment + (start 71.484127 80.131282) + (end 71.4576 80.098017) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "4189fff4-b8ed-41c1-8452-4be4b4658190") + ) + (segment + (start 71.161057 81.456106) + (end 71.117747 81.412796) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "41cd091d-6410-4c0a-b273-1a0100005cab") + ) + (segment + (start 71.08 79.720418) + (end 71.08 76.98) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "46c35bc8-3e06-4afa-a332-565364e00f33") + ) + (segment + (start 75.2996 83.1596) + (end 75.29001 83.15001) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "47fd4d92-b4de-4163-bfe2-b6d02e8c7867") + ) + (segment + (start 73.106046 80.243948) + (end 73.067713 80.262409) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "481216d5-b80b-4cc5-9ced-a9b7689cce71") + ) + (segment + (start 75.29001 83.15001) + (end 74.509592 83.15001) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "52059813-023e-4ddf-808d-4b81dba594da") + ) + (segment + (start 73.231552 80.243948) + (end 73.190071 80.23448) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "5407f733-370b-43dc-b0b7-bcbd4c8230e1") + ) + (segment + (start 82.498605 91.357807) + (end 82.433112 91.342859) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "5e23f656-42f1-49ba-9065-f0060c8bd0c8") + ) + (segment + (start 82.691805 91.313712) + (end 82.631278 91.342858) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "619cdd21-5bfa-43f7-a620-3f39ca77c47d") + ) + (segment + (start 72.845055 81.415535) + (end 72.820171 81.306512) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "6862ba36-36ee-4189-a5cf-413acd253e1e") + ) + (segment + (start 71.4576 80.366718) + (end 71.484127 80.333454) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "68bd9244-ad41-43e6-b7c7-8d19b53f9a7a") + ) + (segment + (start 70.974623 81.00377) + (end 70.999506 80.894749) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "6b88ceb7-3edb-467d-9e94-661682389487") + ) + (segment + (start 71.4576 80.098017) + (end 71.08 79.720418) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "6e06ca07-ff8b-4c78-b39a-a5fe1e23bc6a") + ) + (segment + (start 82.433112 91.342859) + (end 82.372585 91.313711) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "71fb0dd0-7f7d-4578-8182-fe7618936e64") + ) + (segment + (start 72.963296 81.603714) + (end 72.893573 81.516284) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "74d3a132-2947-4901-bc7f-d869835b09c4") + ) + (segment + (start 71.117747 80.70657) + (end 71.4576 80.366718) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "7689129e-1bb3-40b6-8372-84ac358ffd8c") + ) + (segment + (start 73.303148 80.288935) + (end 73.269885 80.262409) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "76905880-725a-462d-b269-bf15bdd3487a") + ) + (segment + (start 82.744326 91.271826) + (end 82.691805 91.313712) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "7808a6a2-6879-4bfa-8e14-54461307a776") + ) + (segment + (start 72.461692 80.861692) + (end 72.461694 80.861694) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "806a040a-651b-439f-9240-0e13101ec59b") + ) + (segment + (start 71.048025 80.793998) + (end 71.117747 80.70657) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "80ec60f4-9b67-4979-b8b9-9b5fca1af63f") + ) + (segment + (start 73.034448 80.288935) + (end 72.461692 80.861692) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "877b6e9e-21db-4423-88dd-5713442699de") + ) + (segment + (start 82.45147 90.716152) + (end 82.493356 90.663631) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "89d56407-28a2-4abe-be89-c96c82f164b8") + ) + (segment + (start 82.875736 91.140419) + (end 82.744326 91.271826) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "8b77f24d-f7cd-444b-ab03-794d7a0142bc") + ) + (segment + (start 71.117747 81.412796) + (end 71.048025 81.325367) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "9b947aa1-ba9d-4a23-bc1a-15da5f7737a9") + ) + (segment + (start 72.820172 81.194688) + (end 72.845055 81.085667) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "a07a9195-5a50-4332-a32e-70931b08a17c") + ) + (segment + (start 73.329676 80.524372) + (end 73.348135 80.486038) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "a1e1e66a-1ccb-4b67-a0ae-0e4ba63b448c") + ) + (segment + (start 73.357603 80.444558) + (end 73.357603 80.402012) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "a4e693f1-e8be-4638-b20a-f43f39a9ed46") + ) + (segment + (start 82.278177 91.219304) + (end 82.249029 91.158777) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "a5f1a03a-0328-4fbe-bb03-43667d97f62d") + ) + (segment + (start 72.893573 81.516284) + (end 72.845055 81.415535) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "ae9affef-b25d-4f38-ae2b-90f62540bf33") + ) + (segment + (start 82.372585 91.313711) + (end 82.320062 91.271826) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "b1be4d84-c1d3-4423-a438-5b8aab47cf76") + ) + (segment + (start 82.234081 91.093284) + (end 82.23408 91.026104) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "b36e399c-fd07-48dc-9ff5-2204b47fbf43") + ) + (segment + (start 82.928258 91.098532) + (end 82.875736 91.140419) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "b732cc50-0fc0-462d-9a1e-3f2e21bf5b03") + ) + (segment + (start 82.249029 91.158777) + (end 82.234081 91.093284) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "ba379001-8a2f-4d3a-935e-d0598e96bab4") + ) + (segment + (start 71.570082 81.59923) + (end 71.458257 81.59923) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "bc3db71a-0a53-4081-b5aa-fe17bf15977b") + ) + (segment + (start 82.24903 90.960611) + (end 82.278176 90.900084) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "bc53214e-c35a-4232-aa65-7d7a85a50d5b") + ) + (segment + (start 82.565785 91.357808) + (end 82.498605 91.357807) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "be9ef0fd-d4b4-4417-94cd-667047c78598") + ) + (segment + (start 73.303148 80.557635) + (end 73.329676 80.524372) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "c265f793-32eb-40fe-ae1f-7b1e7bbc7832") + ) + (segment + (start 71.08 76.98) + (end 70.6 76.5) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "c4103d5d-d800-4fc4-a8aa-ae98d32157d8") + ) + (segment + (start 83.247478 91.098533) + (end 83.186951 91.069385) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "c5eadc3a-a238-4717-a7be-7ea411c3e051") + ) + (segment + (start 71.458257 81.59923) + (end 71.349236 81.574347) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "ce8dfa98-203f-40a0-9cf4-f4a488bed6c7") + ) + (segment + (start 82.988785 91.069386) + (end 82.928258 91.098532) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "cf37ca1a-dcd1-4867-b763-c64780e6daa4") + ) + (segment + (start 73.147525 80.23448) + (end 73.106046 80.243948) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "d0013b1e-e07d-4ede-965c-248637e236ca") + ) + (segment + (start 82.522502 90.603104) + (end 82.537452 90.537611) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "d0b95d2b-fcbe-4a4e-bc55-a0bb10a8db6e") + ) + (segment + (start 72.963296 80.897488) + (end 73.303148 80.557635) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "d684b765-f5c2-4f33-ae67-80a66e1e6291") + ) + (segment + (start 71.502587 80.169615) + (end 71.484127 80.131282) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "d8a8e656-94cb-4a0a-b6af-8fccae1d35bd") + ) + (segment + (start 74.509592 83.15001) + (end 72.963296 81.603714) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "da45010f-ef64-4740-82f1-fee030820c70") + ) + (segment + (start 71.779854 81.525828) + (end 71.679103 81.574347) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "da64d7a9-605e-4774-9d7e-acd2b184f656") + ) + (segment + (start 71.248485 81.525828) + (end 71.161057 81.456106) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "dd038ad4-76ef-437e-9f4f-6b7fc7622117") + ) + (segment + (start 71.048025 81.325367) + (end 70.999506 81.224617) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "de22b9d9-5bc1-4cd3-825e-62cfb6fe5a54") + ) + (segment + (start 82.23408 91.026104) + (end 82.24903 90.960611) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "e27a3211-bfdc-4d61-bce2-6ac9cdb99b60") + ) + (segment + (start 70.974623 81.115595) + (end 70.974623 81.00377) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "ec25b6d1-bc2f-4f4a-bf31-6a2de60886c7") + ) + (segment + (start 72.845055 81.085667) + (end 72.893574 80.984916) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "f19d9769-1603-4d69-89b3-a18763e14ed0") + ) + (segment + (start 71.502587 80.295121) + (end 71.512055 80.253641) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "f1c1bfee-9d38-4668-8bc0-0aa6ec063599") + ) + (segment + (start 83.3 92.7) + (end 83.3 91.140418) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "f2518bdf-dfcb-414a-be5f-be02942363ae") + ) + (segment + (start 82.537452 90.537611) + (end 82.537451 90.470431) + (width 0.19) + (layer "B.Cu") + (net 135) + (uuid "f4f19b50-41f2-4d25-9e20-0ba8b7e9341d") + ) + (segment + (start 73.329676 80.3222) + (end 73.303148 80.288935) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "fa4de52f-10f7-4f11-b19f-4b87abd5fc6f") + ) + (segment + (start 73.348135 80.360532) + (end 73.329676 80.3222) + (width 0.19) + (locked yes) + (layer "B.Cu") + (net 135) + (uuid "fd59c2b3-d7cb-4f86-91de-a2495abbfcee") + ) + (segment + (start 68.055 76.495) + (end 68.05 76.5) + (width 0.19) + (layer "F.Cu") + (net 136) + (uuid "2d0f1b51-3fe6-4cf6-ad0d-dbf065e90f7d") + ) + (segment + (start 82.9 93.1) + (end 82.5 92.7) + (width 0.19) + (layer "F.Cu") + (net 136) + (uuid "543eca2b-0423-4325-b9e6-4b173022a60a") + ) + (segment + (start 68.055 74.55) + (end 68.055 76.495) + (width 0.19) + (layer "F.Cu") + (net 136) + (uuid "6916b03b-1110-449f-9f3c-ab347cf003e7") + ) + (via + (at 82.5 92.7) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 136) + (uuid "2d702b15-ed66-4913-94cd-254176bdf30b") + ) + (via + (at 68.05 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 136) + (uuid "80be4997-7cfe-4061-b95f-42478c21188b") + ) + (segment + (start 81.540941 90.244192) + (end 81.511793 90.183666) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "01b8be9d-07b4-4ed5-be0d-c2f1fdf5d66a") + ) + (segment + (start 81.356859 90.060111) + (end 81.291365 90.045162) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "08599c5d-18df-4076-8d95-9afe2b0b7202") + ) + (segment + (start 73.407901 83.348253) + (end 73.370968 83.242704) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "0bfd5bd4-f6c4-4d83-955a-e9ca3b2d3945") + ) + (segment + (start 81.417385 90.089258) + (end 81.356859 90.060111) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "0f6d055a-7653-48a2-ad13-6963f919680e") + ) + (segment + (start 73.527984 84.111184) + (end 73.491958 84.088547) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "14a6eaeb-f870-4fce-8922-536c75d77523") + ) + (segment + (start 81.098166 90.089258) + (end 81.045643 90.131144) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "15df5716-568d-4590-986f-8c9a24f18879") + ) + (segment + (start 72.859794 82.959998) + (end 72.748672 82.972519) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "177fb786-26e4-4fbf-927a-5546acb72b0f") + ) + (segment + (start 73.137716 83.009452) + (end 73.032167 82.972519) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "17f3f0ed-b2b7-45fc-b694-33cf35ed990e") + ) + (segment + (start 81.540941 90.44236) + (end 81.55589 90.376865) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "18c5a2e9-5477-4075-9795-9d29ce509901") + ) + (segment + (start 73.370968 83.242704) + (end 73.311473 83.148019) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "1b3cc04c-8f88-4e39-b15d-e0c4efafc2d5") + ) + (segment + (start 72.643123 83.009452) + (end 72.548438 83.068947) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "1e3b2927-b0e2-4e4d-9cd2-17d58f1622c7") + ) + (segment + (start 73.568143 84.125236) + (end 73.527984 84.111184) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "1f07eb91-ef46-4237-a9f5-5823737e0d44") + ) + (segment + (start 80.847191 90.237034) + (end 80.780013 90.237034) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "1f1c3e7c-3f92-4f3f-a04d-2d2bee3bcd18") + ) + (segment + (start 80.653992 90.192937) + (end 80.601471 90.151053) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "285faa58-5511-4bdc-8168-a316b4849db7") + ) + (segment + (start 72.288881 84.088547) + (end 72.252855 84.111184) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "2b0bef20-f708-448f-9474-c9123c116b77") + ) + (segment + (start 81.364018 90.75386) + (end 81.378967 90.688366) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "2c36de4c-1408-4a4c-b53d-373b61b29b08") + ) + (segment + (start 73.032167 82.972519) + (end 72.921045 82.959998) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "30ef4218-0d7f-4a70-9faa-91236305a5f0") + ) + (segment + (start 73.491958 84.088547) + (end 73.461874 84.058463) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "321442de-1be8-447c-864f-6a257a7c6538") + ) + (segment + (start 82.180833 92.7) + (end 82.07 92.589167) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "34600403-f41d-47ed-8742-771add37111a") + ) + (segment + (start 81.469908 90.555408) + (end 81.511793 90.502885) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "37319c31-277d-4b56-af30-35197009e21c") + ) + (segment + (start 73.311473 83.148019) + (end 73.232401 83.068947) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "3cc6f3de-4ec4-43f1-b67c-aadcbe7b6b0b") + ) + (segment + (start 73.420422 83.939999) + (end 73.420422 83.459375) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "3dfe6e06-2202-4157-bc8a-3522e54ef3eb") + ) + (segment + (start 72.355654 83.982278) + (end 72.341602 84.022437) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "3e7fe04a-5983-45ca-b62b-77d9b2d44905") + ) + (segment + (start 81.045643 90.131144) + (end 81.025734 90.151052) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "3fd02374-7d7f-4117-8b30-31486dac145e") + ) + (segment + (start 73.420422 83.459375) + (end 73.407901 83.348253) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "4107ae43-ef7b-4881-bf28-19412946e234") + ) + (segment + (start 72.360418 83.939999) + (end 72.355654 83.982278) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "423a3779-6340-43c9-b0d8-41838fe555ec") + ) + (segment + (start 72.921045 82.959998) + (end 72.859794 82.959998) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "44215043-e16b-4aaa-aae3-9f3418e3232c") + ) + (segment + (start 72.409871 83.242704) + (end 72.372938 83.348253) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "4b356d62-06c0-4c73-a43b-f6fddfcd530a") + ) + (segment + (start 80.780013 90.237034) + (end 80.714518 90.222085) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "4e8b36cb-36d9-4e70-92aa-dec5e9f22925") + ) + (segment + (start 72.318965 84.058463) + (end 72.288881 84.088547) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "54052e69-eebf-4471-a198-82c77dc1d60f") + ) + (segment + (start 72.212696 84.125236) + (end 72.170418 84.129999) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "5e503b29-3031-4fd6-91d6-f98554d3ad08") + ) + (segment + (start 72.469366 83.148019) + (end 72.409871 83.242704) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "5f035f2a-aeef-423b-a786-3d49a7fb5ead") + ) + (segment + (start 81.55589 90.376865) + (end 81.55589 90.309687) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "639ff5ca-19c7-4840-989d-4e2fbafcd8f8") + ) + (segment + (start 73.425185 83.982278) + (end 73.420422 83.939999) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "69cdd0d8-522b-4693-aa44-8c2d93247b48") + ) + (segment + (start 82.07 92.589167) + (end 82.07 91.619582) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "6aa368e3-62ff-4ec4-825d-d1eafdd7705a") + ) + (segment + (start 73.232401 83.068947) + (end 73.137716 83.009452) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "6b108d36-a186-49de-b4c2-20009b4a0b21") + ) + (segment + (start 72.372938 83.348253) + (end 72.360418 83.459375) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "6e2bde36-3557-450e-b921-7aec7811cf84") + ) + (segment + (start 73.439237 84.022437) + (end 73.425185 83.982278) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "6f1a399c-1042-4788-9320-b4244d9a5601") + ) + (segment + (start 72.548438 83.068947) + (end 72.469366 83.148019) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "78c30601-5832-48ad-b6c7-ad6fbb7ead50") + ) + (segment + (start 81.408114 90.62784) + (end 81.45 90.575317) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "8688c7fe-15c1-4b10-a8b1-ce59cbfbf70b") + ) + (segment + (start 74.580417 84.129999) + (end 73.610422 84.129999) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "888ac178-64f7-43b4-b707-72fcc082fe7f") + ) + (segment + (start 81.025734 90.151052) + (end 80.973211 90.192937) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "8b4ca528-ab57-4c66-99e1-d0d80f15af79") + ) + (segment + (start 81.378967 90.688366) + (end 81.408114 90.62784) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "8d04db28-587f-40ce-88ca-5f8fa78962a8") + ) + (segment + (start 80.912686 90.222085) + (end 80.847191 90.237034) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "8d8da327-4d6d-4753-917c-b1e70e7ab3bc") + ) + (segment + (start 81.469908 90.131144) + (end 81.417385 90.089258) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "90e98690-6d4d-4f70-87ff-bd5aeaba0a2f") + ) + (segment + (start 73.461874 84.058463) + (end 73.439237 84.022437) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "9ae7cfed-1027-4b6e-8f75-8f6e2e1a67f4") + ) + (segment + (start 80.973211 90.192937) + (end 80.912686 90.222085) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "a215d009-312b-4641-aa25-3a4b24e6dd5a") + ) + (segment + (start 72.341602 84.022437) + (end 72.318965 84.058463) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "a3c554b3-eab3-4645-9075-14ef062ef6c5") + ) + (segment + (start 81.45 90.999582) + (end 81.408114 90.947059) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "a8052a31-dc71-4c31-b6ee-8053c40690f1") + ) + (segment + (start 81.291365 90.045162) + (end 81.224186 90.045162) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "a8f1073b-46c5-443e-8c2f-c44fa76db77e") + ) + (segment + (start 82.07 91.619582) + (end 81.45 90.999582) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "b1ee61f1-2d36-448d-8eca-a89ce8991ff8") + ) + (segment + (start 73.610422 84.129999) + (end 73.568143 84.125236) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "b47be51e-333f-44c9-8c8f-4c613d93b46c") + ) + (segment + (start 81.511793 90.502885) + (end 81.540941 90.44236) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "b58a7b9c-ad17-45e3-b88e-7f13c1337f60") + ) + (segment + (start 82.5 92.7) + (end 82.180833 92.7) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "b631e025-a8e2-4a19-bb6a-e279684a284c") + ) + (segment + (start 80.714518 90.222085) + (end 80.653992 90.192937) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "ba910aa5-1c14-49e2-8e02-8063979f6496") + ) + (segment + (start 81.224186 90.045162) + (end 81.158692 90.060111) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "be8a1446-c460-4ce8-8c5a-a6e97ca6fc24") + ) + (segment + (start 80.601471 90.151053) + (end 74.580417 84.129999) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "bfe2e29b-66a8-4293-90aa-30815a841c98") + ) + (segment + (start 72.360418 83.459375) + (end 72.360418 83.939999) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "c56f6c39-52f3-4ced-bfef-f7afd2e0d3ed") + ) + (segment + (start 67.57 76.98) + (end 68.05 76.5) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "cb027bc5-d0a9-4990-a23a-4ce8077c67ad") + ) + (segment + (start 81.364018 90.821039) + (end 81.364018 90.75386) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "cbd527f6-1da5-4f88-81f4-e3f921102a71") + ) + (segment + (start 81.511793 90.183666) + (end 81.469908 90.131144) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "cd0e1ec8-5612-4244-a876-838286424de9") + ) + (segment + (start 72.170418 84.129999) + (end 67.57 79.529582) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "ced7ff5d-8af6-4196-a922-4309a6254898") + ) + (segment + (start 72.252855 84.111184) + (end 72.212696 84.125236) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "cfb053e8-8e77-464b-b4c5-367808d00c5d") + ) + (segment + (start 81.158692 90.060111) + (end 81.098166 90.089258) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "d37c9a21-a75d-4c2f-950c-c4469540ead5") + ) + (segment + (start 81.408114 90.947059) + (end 81.378967 90.886533) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "d7432726-5d7b-451b-8377-3142f9ef0121") + ) + (segment + (start 72.748672 82.972519) + (end 72.643123 83.009452) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "d7764635-58fb-46ec-b859-3262d065eb36") + ) + (segment + (start 67.57 79.529582) + (end 67.57 76.98) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "da6fc741-ed69-49b3-9f8a-8e9982940ddd") + ) + (segment + (start 81.378967 90.886533) + (end 81.364018 90.821039) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "e5441b9b-23fb-4b9e-b72c-6c7a6ca8614d") + ) + (segment + (start 81.55589 90.309687) + (end 81.540941 90.244192) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "e58a7eb3-037c-4a74-aecd-96a5df6a265b") + ) + (segment + (start 81.45 90.575317) + (end 81.469908 90.555408) + (width 0.19) + (layer "B.Cu") + (net 136) + (uuid "f255db96-29d0-4680-8627-2238d36b7cb1") + ) + (segment + (start 82.1 93.1) + (end 82.5 93.5) + (width 0.19) + (layer "F.Cu") + (net 137) + (uuid "1e5b20c9-f4fe-4d0b-889a-1324fa2066bf") + ) + (segment + (start 66.785 74.55) + (end 66.785 76.485) + (width 0.19) + (layer "F.Cu") + (net 137) + (uuid "8830097d-cad9-4676-a81e-4878e22c4f3e") + ) + (via + (at 82.5 93.5) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 137) + (uuid "47972058-f5f7-4644-ae11-3425d6fc1a17") + ) + (via + (at 66.785 76.485) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 137) + (uuid "7cf72dd7-746a-434c-8387-58881fc4baab") + ) + (segment + (start 73.038967 83.371537) + (end 73.061604 83.407563) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "0b35d416-2ef3-43da-b21e-3b5705733789") + ) + (segment + (start 72.848141 83.304764) + (end 72.89042 83.3) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "0f733580-5b91-4bca-b709-bd216e3b7eef") + ) + (segment + (start 72.201043 84.470001) + (end 72.312165 84.457481) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "1fd2c422-69ae-40c0-b3b2-cb505077339f") + ) + (segment + (start 73.008883 83.341453) + (end 73.038967 83.371537) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "2580c68a-c2d0-4057-b65d-257475e039f0") + ) + (segment + (start 72.417714 84.420548) + (end 72.512399 84.361053) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "2894bc9b-9bd8-48c6-8471-dc813ff5b0ea") + ) + (segment + (start 73.363125 84.420548) + (end 73.468674 84.457481) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "2fb6fd09-e0b5-4e7f-bfd7-b71afc6fbc75") + ) + (segment + (start 72.705183 83.447722) + (end 72.719235 83.407563) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "31af7245-9902-4c67-9c46-45d414056b6f") + ) + (segment + (start 73.08042 83.970625) + (end 73.09294 84.081747) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "3ae60b79-6b36-48fc-be8e-c0a4c0198126") + ) + (segment + (start 72.89042 83.3) + (end 72.932698 83.304764) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "3b00799e-766d-4cd1-be14-3a80ca9949c0") + ) + (segment + (start 73.09294 84.081747) + (end 73.129873 84.187296) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "3bfe518e-5ed2-4867-9e5b-08cfa7fb6ff5") + ) + (segment + (start 67.23 79.670418) + (end 72.029582 84.47) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "3ed91cb0-bc23-445d-a759-9b595792536a") + ) + (segment + (start 73.189368 84.281981) + (end 73.26844 84.361053) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "46921c1f-bdeb-4788-94e2-0c9bd6035141") + ) + (segment + (start 74.439583 84.470001) + (end 81.73 91.760418) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "495fbf89-b2c6-4363-a38a-f5ea705c56f2") + ) + (segment + (start 73.468674 84.457481) + (end 73.579796 84.470001) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "4a4d6419-cb92-4ebb-b6da-f8b2cd3770f6") + ) + (segment + (start 72.312165 84.457481) + (end 72.417714 84.420548) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "4defc198-fb73-4f9a-8a9d-cd22f4be094e") + ) + (segment + (start 73.579796 84.470001) + (end 74.439583 84.470001) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "5cf9a8f8-8d0c-4d56-aee3-5fefebf5207d") + ) + (segment + (start 72.741872 83.371537) + (end 72.771956 83.341453) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "6131eb75-3400-4160-b54e-66401a49f1f7") + ) + (segment + (start 72.70042 83.970625) + (end 72.70042 83.49) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "6c2dd628-6246-46f7-b03e-d5661252b6f5") + ) + (segment + (start 72.70042 83.49) + (end 72.705183 83.447722) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "71e78e2d-da1f-4d1f-bf31-ca964bf28463") + ) + (segment + (start 73.075656 83.447722) + (end 73.08042 83.49) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "78ed0760-2ecc-4041-a0a7-a3acf0bd8fbf") + ) + (segment + (start 72.807982 83.318816) + (end 72.848141 83.304764) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "7f0c31f7-42b0-49fc-9bb9-9868e916f54e") + ) + (segment + (start 73.08042 83.49) + (end 73.08042 83.970625) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "83a83c44-dc1b-4727-aa1a-90e3c68f1bc9") + ) + (segment + (start 81.73 92.73) + (end 82.5 93.5) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "83c43cd1-eea8-49b2-b3d7-28c19a42f1d6") + ) + (segment + (start 73.129873 84.187296) + (end 73.189368 84.281981) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "8f77faa8-2d4a-4750-9ffd-4f5c63ff8509") + ) + (segment + (start 72.512399 84.361053) + (end 72.591471 84.281981) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "a819b369-d4cd-4c57-81de-9506d85375a3") + ) + (segment + (start 72.771956 83.341453) + (end 72.807982 83.318816) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "aad7a2f8-ae00-44dc-aa53-18a3e10940de") + ) + (segment + (start 72.591471 84.281981) + (end 72.650966 84.187296) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "b0f3c26f-a516-4d34-802a-9992a1d59159") + ) + (segment + (start 67.23 76.93) + (end 67.23 79.670418) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "b83aa53f-6f3f-48bf-b41f-2e5458df2888") + ) + (segment + (start 72.972857 83.318816) + (end 73.008883 83.341453) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "b9f54358-990a-4b01-81f0-fe0150e4dc7c") + ) + (segment + (start 72.687899 84.081747) + (end 72.70042 83.970625) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "c8975fa3-221a-41c8-9198-61b3c0a9beb7") + ) + (segment + (start 66.785 76.485) + (end 67.23 76.93) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "cca20c0e-4dd8-43e2-8d36-77b8f7eb2b62") + ) + (segment + (start 72.650966 84.187296) + (end 72.687899 84.081747) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "d4edaa72-3492-434b-be68-7546139b8aef") + ) + (segment + (start 72.029582 84.47) + (end 72.201043 84.470001) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "d63769fb-fd44-487c-ac6d-09d1e60989cf") + ) + (segment + (start 81.73 91.760418) + (end 81.73 92.73) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "db15dec2-e9aa-4788-9a08-8bfa72d20665") + ) + (segment + (start 72.719235 83.407563) + (end 72.741872 83.371537) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "dde39aca-e054-4065-a90c-6efaf131d96a") + ) + (segment + (start 73.061604 83.407563) + (end 73.075656 83.447722) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "e09ee552-eb48-4e80-8b06-29cfae21f4b7") + ) + (segment + (start 73.26844 84.361053) + (end 73.363125 84.420548) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "e470444a-0d39-4cb6-a5a1-718b2c3125b7") + ) + (segment + (start 72.932698 83.304764) + (end 72.972857 83.318816) + (width 0.19) + (layer "B.Cu") + (net 137) + (uuid "ede82a11-8f5c-4b80-9a2f-e6845171235f") + ) + (segment + (start 86.1 93.9) + (end 86.5 93.5) + (width 0.19) + (layer "F.Cu") + (net 138) + (uuid "5fe54f6b-77ca-46f4-afd8-492fe85cc5d6") + ) + (segment + (start 83.295 74.55) + (end 83.295 76.495) + (width 0.19) + (layer "F.Cu") + (net 138) + (uuid "a349d333-1a5f-4436-9e07-9dd43b13bf92") + ) + (via + (at 86.5 93.5) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 138) + (uuid "745426e3-e0e8-456a-8219-3ff990cba810") + ) + (via + (at 83.295 76.495) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 138) + (uuid "fd5299da-3099-4934-9d33-520c8e829f28") + ) + (segment + (start 87.54212 87.284763) + (end 87.501961 87.298815) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "0b356b53-a01f-4236-b73f-8baf2d089803") + ) + (segment + (start 87.584399 87.28) + (end 87.54212 87.284763) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "0bc18cda-4c00-4100-b480-200f5dc55abb") + ) + (segment + (start 89.665601 88.220625) + (end 89.653081 88.331746) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "0ff5c88c-73e0-4e46-bbf2-1d9a50aea9bc") + ) + (segment + (start 88.141746 87.267479) + (end 88.030625 87.28) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "127aaa5c-8253-49f6-b082-1d530e769903") + ) + (segment + (start 88.34198 87.171052) + (end 88.247295 87.230546) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "1842fdd5-ce8e-4359-9673-4dc81f1aa52c") + ) + (segment + (start 86.989218 83.2182) + (end 88.53 84.758982) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "1cf656a7-4e83-4083-b55b-6e1a17d2a42e") + ) + (segment + (start 88.637563 88.738815) + (end 88.601537 88.761452) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "24e4b0fd-9bbb-4147-a390-c76f91b7d13b") + ) + (segment + (start 89.653081 88.048253) + (end 89.665601 88.159374) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "297157d3-b3d7-4820-b1b7-bac9d2362487") + ) + (segment + (start 87.394399 87.47) + (end 87.399162 87.512278) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "2ee40cc8-e059-4bf6-82ce-1cade27551a9") + ) + (segment + (start 87.501961 87.298815) + (end 87.465935 87.321452) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "31193021-77c0-479b-9405-5629628af049") + ) + (segment + (start 87.465935 87.618547) + (end 87.501961 87.641184) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "36126ff6-0a25-4bde-acae-97a13d5e98ea") + ) + (segment + (start 89.477582 88.611052) + (end 89.382897 88.670546) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "391eb9b8-dbc1-449a-bcd8-7cb86a123b0c") + ) + (segment + (start 89.616148 88.437295) + (end 89.556654 88.53198) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "3be0e6d2-f85d-4741-82c9-d5674ced85c5") + ) + (segment + (start 89.166227 87.66) + (end 89.277348 87.67252) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "3c86e526-5d16-4f6f-b77a-d73a2343c989") + ) + (segment + (start 88.110418 92.9) + (end 87.1 92.9) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "42dfcfdc-f5fb-40d3-80dc-3b68897fd0c1") + ) + (segment + (start 89.653081 88.331746) + (end 89.616148 88.437295) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "4643e829-0db0-4eac-b7c4-7100a7ed94d9") + ) + (segment + (start 87.435851 87.351536) + (end 87.413214 87.387562) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "48d5a2e0-0aca-47bb-a89c-7d967129b113") + ) + (segment + (start 89.382897 88.670546) + (end 89.277348 88.707479) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "4a635721-9696-45b4-9fb6-a5c12dd0205b") + ) + (segment + (start 89.382897 87.709453) + (end 89.477582 87.768947) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "53910c11-b2ed-4412-98e6-b0f2bb4eb76c") + ) + (segment + (start 87.1 92.9) + (end 86.5 93.5) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "53a70198-fbdf-4642-baa6-d8e70c3152d4") + ) + (segment + (start 83.47 80.129582) + (end 83.47 82.746982) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "53c2082f-14d4-4f8b-b15e-479d0706e172") + ) + (segment + (start 89.477582 87.768947) + (end 89.556654 87.848019) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "5fef7766-d31c-4e0a-b637-f991dc7e201b") + ) + (segment + (start 88.53 88.91) + (end 88.53 92.480418) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "683ace21-d451-4a3b-9c6a-2ff48233eccb") + ) + (segment + (start 82.82 79.479582) + (end 83.47 80.129582) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "6cc37b0d-5d45-4e55-9e68-18ce835c859a") + ) + (segment + (start 89.277348 88.707479) + (end 89.166227 88.72) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "7398263b-8990-41fb-907f-d10d18bfa2f0") + ) + (segment + (start 87.399162 87.512278) + (end 87.413214 87.552437) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "7813208a-bea3-45ad-9228-0e9f3023642d") + ) + (segment + (start 88.571453 88.791536) + (end 88.548816 88.827562) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "784f2ed4-8f1b-4283-9869-b3ecce1e695e") + ) + (segment + (start 88.421052 87.09198) + (end 88.34198 87.171052) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "7b17e7f4-21d7-46c7-abe6-3f17b6471acc") + ) + (segment + (start 87.465935 87.321452) + (end 87.435851 87.351536) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "7b95a133-3c73-458b-a9bd-3a88746916e8") + ) + (segment + (start 83.47 82.746982) + (end 83.941218 83.2182) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "7db2a4b9-f872-48cc-a2a7-1f09e20dda1e") + ) + (segment + (start 83.941218 83.2182) + (end 86.989218 83.2182) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "7f122db3-4e8f-42ea-ab12-0fd958eff2bd") + ) + (segment + (start 87.413214 87.552437) + (end 87.435851 87.588463) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "8a190336-2c38-4cca-9e01-39e4fde8d4f3") + ) + (segment + (start 88.517479 86.891746) + (end 88.480546 86.997295) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "8c9a7c3f-7001-4ff4-84f2-ceebbba8b103") + ) + (segment + (start 82.82 76.97) + (end 82.82 79.479582) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "900cbe97-baf8-4c02-a824-562c02dac994") + ) + (segment + (start 87.413214 87.387562) + (end 87.399162 87.427721) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "90a33f4d-1aae-47dc-98bb-6b59a222fa5c") + ) + (segment + (start 88.030625 87.28) + (end 87.584399 87.28) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "93187180-9f21-401e-89e0-97ed31a5dad1") + ) + (segment + (start 88.677722 88.724763) + (end 88.637563 88.738815) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "9f0d3469-bad0-4554-bd2d-fa8f3ee34b83") + ) + (segment + (start 89.556654 88.53198) + (end 89.477582 88.611052) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "a21e67a9-d827-4127-8487-8028a72e1ca5") + ) + (segment + (start 88.53 92.480418) + (end 88.110418 92.9) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "a6bf9111-8852-4077-bff6-579c92450f65") + ) + (segment + (start 88.480546 86.997295) + (end 88.421052 87.09198) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "a89dfac0-e876-4a5b-883b-2e60b5a0dbd9") + ) + (segment + (start 88.247295 87.230546) + (end 88.141746 87.267479) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "af8adf60-fd23-4203-acdf-0ca290e807c5") + ) + (segment + (start 89.665601 88.159374) + (end 89.665601 88.220625) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "bdb3261b-fff4-4209-af72-4ab02bd38f6a") + ) + (segment + (start 87.399162 87.427721) + (end 87.394399 87.47) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "c804502d-9093-4d5d-ab28-0e2e8f4bcfa9") + ) + (segment + (start 87.435851 87.588463) + (end 87.465935 87.618547) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "d2862343-0cb7-49c2-8522-eb4f6ea77ba0") + ) + (segment + (start 83.295 76.495) + (end 82.82 76.97) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "db25ded8-11d6-4044-a831-59c0188314fb") + ) + (segment + (start 87.584399 87.66) + (end 89.166227 87.66) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "db635bad-02c7-4bee-9f0f-2fd4ceff6162") + ) + (segment + (start 89.277348 87.67252) + (end 89.382897 87.709453) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "dd41c2e0-b4ce-4921-abb2-802f93978879") + ) + (segment + (start 89.616148 87.942704) + (end 89.653081 88.048253) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "e218ab19-5dc7-4662-985b-5eeac30cca01") + ) + (segment + (start 88.53 84.758982) + (end 88.53 86.780625) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "e36f1f60-bcd7-4dd1-81ba-22b0a7500da2") + ) + (segment + (start 89.166227 88.72) + (end 88.72 88.72) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "e7039928-5079-45ca-a48a-07e39e8123eb") + ) + (segment + (start 88.601537 88.761452) + (end 88.571453 88.791536) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "e8f54bcd-4cc0-4e1a-9ba9-e52e415a5e0a") + ) + (segment + (start 87.501961 87.641184) + (end 87.54212 87.655236) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "e9e11b56-7bb7-41f0-b2f6-46f1c799284e") + ) + (segment + (start 88.53 86.780625) + (end 88.517479 86.891746) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "f1bfb516-2b63-4559-b53e-bffa10670766") + ) + (segment + (start 89.556654 87.848019) + (end 89.616148 87.942704) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "f2324b07-205c-4859-9f16-e97e1c23bdeb") + ) + (segment + (start 88.72 88.72) + (end 88.677722 88.724763) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "f84edbfc-03d4-45b1-af86-25dcd07558c9") + ) + (segment + (start 87.54212 87.655236) + (end 87.584399 87.66) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "fb195313-1766-4287-98ea-84490509b1ad") + ) + (segment + (start 88.534764 88.867721) + (end 88.53 88.91) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "fe25c852-9aa1-4448-b215-65e3e40376bb") + ) + (segment + (start 88.548816 88.827562) + (end 88.534764 88.867721) + (width 0.19) + (layer "B.Cu") + (net 138) + (uuid "ffa746dd-d043-4c75-886c-5af92d85f594") + ) + (segment + (start 83.3 94.3) + (end 84.1 94.3) + (width 0.15) + (layer "F.Cu") + (net 139) + (uuid "00000000-0000-0000-0000-00005be491b0") + ) + (segment + (start 82.9 93.9) + (end 83.3 94.3) + (width 0.15) + (layer "F.Cu") + (net 139) + (uuid "15e78e6a-8c84-4259-bcfc-c1d391a2ae95") + ) + (segment + (start 84.5 93.9) + (end 84.1 93.5) + (width 0.25) + (layer "F.Cu") + (net 139) + (uuid "19b6fdb7-c2da-4e40-b2bb-be0a937611f0") + ) + (segment + (start 91.8 81.6) + (end 91.8 86.4) + (width 0.25) + (layer "F.Cu") + (net 139) + (uuid "7a3b9ac5-fcc1-4bed-ad9a-229d2e73d454") + ) + (segment + (start 85.835 75.635) + (end 91.8 81.6) + (width 0.25) + (layer "F.Cu") + (net 139) + (uuid "7d0aa032-9b1f-469d-85cd-a28c4fe41bd4") + ) + (segment + (start 91.8 86.4) + (end 90.9 87.3) + (width 0.25) + (layer "F.Cu") + (net 139) + (uuid "93896a65-437a-4791-9a6b-e8a9c8a87532") + ) + (segment + (start 85.835 74.55) + (end 85.835 75.635) + (width 0.25) + (layer "F.Cu") + (net 139) + (uuid "db3e8e2d-38e0-44e0-969f-fe042827f6c4") + ) + (segment + (start 84.1 94.3) + (end 84.5 93.9) + (width 0.15) + (layer "F.Cu") + (net 139) + (uuid "f013c151-ac7e-4593-b00a-2800549138e9") + ) + (via + (at 87.05 90) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 139) + (uuid "00000000-0000-0000-0000-00005ca88d27") + ) + (via + (at 90.9 87.3) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 139) + (uuid "58823427-58af-44e5-80d5-48bc77238358") + ) + (via + (at 87.65 88.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 139) + (uuid "5d29caa1-4557-44fa-bb85-0f450d3fb07f") + ) + (via + (at 84.1 93.5) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 139) + (uuid "edbfbac3-6e34-49e2-bde2-da2e644df2d6") + ) + (segment + (start 87.05 90) + (end 85.3 90) + (width 0.25) + (layer "In2.Cu") + (net 139) + (uuid "0a58ef32-8739-483b-bb5a-625cbde6f753") + ) + (segment + (start 83.85 91.45) + (end 83.85 93.25) + (width 0.25) + (layer "In2.Cu") + (net 139) + (uuid "1a0d16dd-6aaa-4b2c-86a5-0bf3e1487bb3") + ) + (segment + (start 83.85 93.25) + (end 84.1 93.5) + (width 0.25) + (layer "In2.Cu") + (net 139) + (uuid "26c91b62-d25c-48d6-9bbd-ed17c15eaa3a") + ) + (segment + (start 85.3 90) + (end 83.85 91.45) + (width 0.25) + (layer "In2.Cu") + (net 139) + (uuid "659894ec-5e2b-4557-9417-6770ae62f629") + ) + (segment + (start 88.95 87.3) + (end 87.65 88.6) + (width 0.25) + (layer "In2.Cu") + (net 139) + (uuid "aea88a60-f8c3-41bf-a498-8c79a6b8af2e") + ) + (segment + (start 90.9 87.3) + (end 88.95 87.3) + (width 0.25) + (layer "In2.Cu") + (net 139) + (uuid "dfe7aa15-3d3f-4a25-935c-577ae609d381") + ) + (segment + (start 84.1 94.215) + (end 84.185 94.3) + (width 0.25) + (layer "B.Cu") + (net 139) + (uuid "69479798-8209-4114-83e4-7a990d07ac93") + ) + (segment + (start 87.05 90) + (end 87.05 89.2) + (width 0.25) + (layer "B.Cu") + (net 139) + (uuid "9ed7b54d-1070-4ee2-89e9-21fc51538815") + ) + (segment + (start 84.1 94.315) + (end 84.085 94.3) + (width 0.25) + (layer "B.Cu") + (net 139) + (uuid "b56ea8f1-42c1-49cc-979b-0919a293b73f") + ) + (segment + (start 84.1 93.5) + (end 84.1 94.215) + (width 0.25) + (layer "B.Cu") + (net 139) + (uuid "bed3e9d8-4e84-4615-9d2f-00dc784cd9bf") + ) + (segment + (start 87.05 89.2) + (end 87.65 88.6) + (width 0.25) + (layer "B.Cu") + (net 139) + (uuid "e50473c5-30f6-4097-99b3-59261cd2b239") + ) + (segment + (start 83.7 93.9) + (end 83.3 93.5) + (width 0.19) + (layer "F.Cu") + (net 140) + (uuid "07bd7b4f-7b3b-45d2-9ddd-a93347273d96") + ) + (segment + (start 71.865 74.55) + (end 71.865 76.485) + (width 0.19) + (layer "F.Cu") + (net 140) + (uuid "18e0d667-71c2-4288-ab78-9b784fe175c7") + ) + (segment + (start 71.865 76.485) + (end 71.85 76.5) + (width 0.19) + (layer "F.Cu") + (net 140) + (uuid "f8d6de01-495e-41db-8881-c56f47d6e1ab") + ) + (via + (at 71.85 76.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (locked yes) + (net 140) + (uuid "02cfcace-e3c9-4ff8-9a7d-8c9ddff38412") + ) + (via + (at 83.3 93.5) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 140) + (uuid "95dadb7f-38d6-469a-ba01-f29b5bbbb213") + ) + (segment + (start 83.64 92.307398) + (end 83.64 90.999572) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "0948929a-3b1b-4037-9169-f6cddd5f437f") + ) + (segment + (start 71.451416 81.23902) + (end 71.413083 81.22056) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "0a938a27-1c05-4e4e-b796-22e009abeed7") + ) + (segment + (start 73.180382 81.187848) + (end 73.198841 81.149514) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "0b15f4f9-1505-417c-9138-2fb4322440c7") + ) + (segment + (start 73.003866 79.908623) + (end 72.903115 79.957141) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "0c89e906-e5d3-4c6a-a57b-42f59e1b8e45") + ) + (segment + (start 73.634944 80.68897) + (end 73.683463 80.588219) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "10462b04-fbbf-48c0-9377-7042f2677f34") + ) + (segment + (start 71.325364 81.080956) + (end 71.325364 81.03841) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "1dea4ff1-b927-47e9-a939-baaa8ed35543") + ) + (segment + (start 71.719673 79.879255) + (end 71.42 79.579582) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "232202d1-06da-4f5d-8460-0e8c5adb7df8") + ) + (segment + (start 71.862797 80.176455) + (end 71.837913 80.067434) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "25ad2632-b253-4ec8-acc6-610649cc2496") + ) + (segment + (start 72.903115 79.957141) + (end 72.815687 80.026864) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "2bdb6275-447c-48c2-a84b-aa998dd2916b") + ) + (segment + (start 71.648519 81.194033) + (end 71.615255 81.22056) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "2e924d2d-94f7-4a0f-8528-9d6e8f6bb0eb") + ) + (segment + (start 75.450428 82.81) + (end 74.650418 82.81) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "3034e429-f9f9-44a2-8240-03a24b63e1fb") + ) + (segment + (start 73.708345 80.367372) + (end 73.683462 80.258351) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "39145082-825f-48b4-964e-958e59a83d09") + ) + (segment + (start 71.42 76.93) + (end 71.85 76.5) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "39f40aaa-21ba-483e-bd0b-4ebb5d156b94") + ) + (segment + (start 71.379819 80.925333) + (end 71.719673 80.58548) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "3b3aecbf-6421-43b8-938a-3cca2cf234ee") + ) + (segment + (start 73.634943 80.1576) + (end 73.565221 80.070172) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "432159f1-6ae4-4ef4-a946-9e666d388f88") + ) + (segment + (start 71.353292 80.958597) + (end 71.379819 80.925333) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "449c80fe-e391-40ac-9b79-7ce070d272f3") + ) + (segment + (start 73.434483 79.95714) + (end 73.333732 79.908621) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "47c2d869-3b61-41cb-b7da-0bcda9d848a9") + ) + (segment + (start 71.413083 81.22056) + (end 71.379819 81.194033) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "5409cc31-4322-4031-ade5-4014b3199ad7") + ) + (segment + (start 73.170914 81.229328) + (end 73.180382 81.187848) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "5ff8b22f-1347-41d2-a81f-35ad79604a9b") + ) + (segment + (start 73.565221 80.070172) + (end 73.521911 80.026862) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "60108ae7-ffef-4936-bf39-c8dd84762005") + ) + (segment + (start 71.862797 80.28828) + (end 71.862797 80.176455) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "6a7c960a-ea90-47ce-8d9a-a047368cb5f9") + ) + (segment + (start 73.225369 81.384951) + (end 73.198841 81.351686) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "761c79a0-cb1a-42d4-9066-3a8bac939cdf") + ) + (segment + (start 73.198841 81.351686) + (end 73.180382 81.313354) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "793885b0-bfaa-4c5f-82aa-79183476bde6") + ) + (segment + (start 71.492896 81.248488) + (end 71.451416 81.23902) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "82b43a70-cb19-4531-8dd9-530241cf5458") + ) + (segment + (start 83.64 90.999572) + (end 75.450428 82.81) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "84afeae7-d3ce-4bad-bd47-1af44e760c0d") + ) + (segment + (start 73.333732 79.908621) + (end 73.224711 79.883738) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "84dacc7f-a77b-42d8-9b09-c921bef5b098") + ) + (segment + (start 71.334832 81.122436) + (end 71.325364 81.080956) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "86af766d-6b15-4b5b-88af-d0249ebdfc4e") + ) + (segment + (start 73.683463 80.588219) + (end 73.708346 80.479198) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "893925c2-1ab8-47db-9b31-6f7c1392d4b2") + ) + (segment + (start 71.334832 80.99693) + (end 71.353292 80.958597) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "8e2f2bec-6702-4270-8919-51904da9c633") + ) + (segment + (start 71.837913 80.067434) + (end 71.789394 79.966683) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "8f776380-fcbf-4da6-96c0-055517925d40") + ) + (segment + (start 71.576922 81.23902) + (end 71.535442 81.248488) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "94ebab51-a200-451b-80c5-4a6910538d4b") + ) + (segment + (start 71.789394 80.498052) + (end 71.837913 80.397301) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "9bb4ee23-ff73-4dcc-a513-1e5c07762bc3") + ) + (segment + (start 73.225369 81.116251) + (end 73.565222 80.776398) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "a2635da5-8463-46db-9199-0a173306f41b") + ) + (segment + (start 74.650418 82.81) + (end 73.225369 81.384951) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "adb76a2a-bf68-4549-b705-c85f6ebc67ff") + ) + (segment + (start 71.719673 80.58548) + (end 71.789394 80.498052) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "ae0bc033-5ea1-4c90-ad13-904a827000a4") + ) + (segment + (start 71.615255 81.22056) + (end 71.576922 81.23902) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "b4ac8718-0185-4931-9448-0b4d31607c34") + ) + (segment + (start 72.815687 80.026864) + (end 71.648519 81.194033) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "b6195440-02a8-48ee-b1aa-3caabc4545a9") + ) + (segment + (start 73.180382 81.313354) + (end 73.170914 81.271874) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "b6293148-80da-4885-8e0f-57c4d2b34389") + ) + (segment + (start 73.565222 80.776398) + (end 73.634944 80.68897) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "b7a8bb85-3cbd-412a-a236-de199b98a95e") + ) + (segment + (start 73.683462 80.258351) + (end 73.634943 80.1576) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "bd397544-ff56-4d51-b3c9-1b9f1f5e47be") + ) + (segment + (start 71.837913 80.397301) + (end 71.862797 80.28828) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "bd70800d-ea87-4cfb-8569-015a3335aba5") + ) + (segment + (start 83.795001 92.462399) + (end 83.64 92.307398) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "cc72aed2-4aae-4bd8-a39d-953a894a4e46") + ) + (segment + (start 71.325364 81.03841) + (end 71.334832 80.99693) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "dacbea34-75ab-42a1-bf85-d5355de73d0a") + ) + (segment + (start 73.224711 79.883738) + (end 73.112887 79.883739) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "e0acb921-ea02-4d94-bc81-5859e8c5322f") + ) + (segment + (start 73.198841 81.149514) + (end 73.225369 81.116251) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "e30bacad-bc87-4d97-871f-8cd10b44fad9") + ) + (segment + (start 71.42 79.579582) + (end 71.42 76.93) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "e3840d29-bc06-4b40-9743-1d787bfecc4d") + ) + (segment + (start 73.170914 81.271874) + (end 73.170914 81.229328) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "e3c683e2-6fd6-42bc-abcb-c5a86eb1977f") + ) + (segment + (start 73.521911 80.026862) + (end 73.434483 79.95714) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "e412785b-4527-40b0-a133-202e6c25d7ad") + ) + (segment + (start 71.789394 79.966683) + (end 71.719673 79.879255) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "e4c46226-7b35-4875-ac0e-124e67d7599d") + ) + (segment + (start 71.353292 81.160769) + (end 71.334832 81.122436) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "e9e4fd16-8f8b-4fe2-80d0-307d4503be2e") + ) + (segment + (start 83.3 93.5) + (end 83.795001 93.004999) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "ea2c0fc1-2833-4b4e-b574-ad2fc842bfc0") + ) + (segment + (start 71.379819 81.194033) + (end 71.353292 81.160769) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "ecae4260-91c4-40c9-afb8-0400b711958b") + ) + (segment + (start 83.795001 93.004999) + (end 83.795001 92.462399) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "f1588d22-76aa-429a-a1f8-983ff509ccce") + ) + (segment + (start 73.112887 79.883739) + (end 73.003866 79.908623) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "f4b777c9-c30a-4e78-abfd-d3896532f997") + ) + (segment + (start 71.535442 81.248488) + (end 71.492896 81.248488) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "f67f3eb8-4f81-49e3-b2b7-2f620cf92995") + ) + (segment + (start 73.708346 80.479198) + (end 73.708345 80.367372) + (width 0.19) + (layer "B.Cu") + (net 140) + (uuid "f9f308d7-b844-4d61-97b2-be32493c4dd7") + ) + (segment + (start 86.1 96.3) + (end 86.5 96.7) + (width 0.15) + (layer "F.Cu") + (net 141) + (uuid "1efa2a2c-3448-4385-898c-4c1577e22b00") + ) + (segment + (start 97.75 85.7) + (end 97.85 85.8) + (width 0.15) + (layer "F.Cu") + (net 141) + (uuid "6707b221-21a1-482b-a9e0-e56d0908d37f") + ) + (segment + (start 97.05 85.7) + (end 97.75 85.7) + (width 0.15) + (layer "F.Cu") + (net 141) + (uuid "8bb352fe-5b3d-4124-a7b4-72612a8bc725") + ) + (via + (at 97.85 85.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 141) + (uuid "53e279a4-b5b3-499f-8110-968401aa2145") + ) + (via + (at 86.5 96.7) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 141) + (uuid "a57ab6a7-0401-4f24-a727-566f19f6bf8f") + ) + (segment + (start 90.9 90.55) + (end 95.05 86.4) + (width 0.15) + (layer "B.Cu") + (net 141) + (uuid "2191ee3c-d665-4bbf-86c6-27a01e88d037") + ) + (segment + (start 86.5 96.7) + (end 87.1 97.3) + (width 0.15) + (layer "B.Cu") + (net 141) + (uuid "2fe5e3ff-d493-4d18-b003-5cc9a0c9b828") + ) + (segment + (start 90.9 96.05) + (end 90.9 90.55) + (width 0.15) + (layer "B.Cu") + (net 141) + (uuid "5b38404c-9d33-4532-aedb-596c65eb3b0c") + ) + (segment + (start 97.85 85.9) + (end 97.85 85.8) + (width 0.15) + (layer "B.Cu") + (net 141) + (uuid "6ab4c4d6-d725-40d0-88ed-760cd2295b33") + ) + (segment + (start 95.05 86.4) + (end 97.35 86.4) + (width 0.15) + (layer "B.Cu") + (net 141) + (uuid "7971072e-a92c-48d5-b888-05b4188e9d14") + ) + (segment + (start 97.35 86.4) + (end 97.85 85.9) + (width 0.15) + (layer "B.Cu") + (net 141) + (uuid "886fa588-653d-4a74-abca-89c5231551f6") + ) + (segment + (start 89.65 97.3) + (end 90.9 96.05) + (width 0.15) + (layer "B.Cu") + (net 141) + (uuid "b8f7ceb7-63e9-44dd-87d4-0738492fd165") + ) + (segment + (start 87.1 97.3) + (end 89.65 97.3) + (width 0.15) + (layer "B.Cu") + (net 141) + (uuid "dd81417d-c494-45ad-9b1b-cbe25b267081") + ) + (segment + (start 87.3 96.7) + (end 89.10431 96.7) + (width 0.15) + (layer "F.Cu") + (net 142) + (uuid "1adc423c-5f41-4ee4-af46-7ca13603c8b6") + ) + (segment + (start 97.05 91.3) + (end 97.75 91.3) + (width 0.15) + (layer "F.Cu") + (net 142) + (uuid "1e44c00f-e5b2-43a0-b666-789bdb1b5f41") + ) + (segment + (start 91.20431 94.6) + (end 92.35 94.6) + (width 0.15) + (layer "F.Cu") + (net 142) + (uuid "50181d10-cd98-45a3-93c6-0f9891cdd117") + ) + (segment + (start 89.10431 96.7) + (end 91.20431 94.6) + (width 0.15) + (layer "F.Cu") + (net 142) + (uuid "ae47d330-8d42-4636-a310-b64b7b9bbbb1") + ) + (segment + (start 97.75 91.3) + (end 97.85 91.4) + (width 0.15) + (layer "F.Cu") + (net 142) + (uuid "e89ca4bf-246b-4272-b8e4-cedcfb06e0f2") + ) + (segment + (start 86.9 97.1) + (end 87.3 96.7) + (width 0.15) + (layer "F.Cu") + (net 142) + (uuid "e954ab09-528d-4081-b16b-f7720a5b239f") + ) + (via + (at 92.35 94.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 142) + (uuid "5e4caf29-9a12-4f75-a8fa-7da0ee273177") + ) + (via + (at 97.85 91.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 142) + (uuid "ed3a8e53-8903-4e5c-bb21-7b99b835b679") + ) + (segment + (start 94.15 92) + (end 97.35 92) + (width 0.15) + (layer "B.Cu") + (net 142) + (uuid "04a67e5f-b8a7-437e-9b6f-1b3edf30dbe6") + ) + (segment + (start 92.65 94.3) + (end 92.65 93.5) + (width 0.15) + (layer "B.Cu") + (net 142) + (uuid "18fb3775-02d7-4bbd-8b21-eff9f0c6fdef") + ) + (segment + (start 97.35 92) + (end 97.85 91.5) + (width 0.15) + (layer "B.Cu") + (net 142) + (uuid "5705426a-2a3c-4964-b66b-006a26d4718d") + ) + (segment + (start 97.85 91.4) + (end 97.85 91.5) + (width 0.15) + (layer "B.Cu") + (net 142) + (uuid "6bc118e0-0ba2-41b5-b194-aa4c301a21fa") + ) + (segment + (start 92.35 94.6) + (end 92.65 94.3) + (width 0.15) + (layer "B.Cu") + (net 142) + (uuid "95cc270b-7f08-4ea2-9ec5-598d642c2120") + ) + (segment + (start 92.65 93.5) + (end 94.15 92) + (width 0.15) + (layer "B.Cu") + (net 142) + (uuid "ce9ff381-3ead-4219-bd0b-62fa0308a50a") + ) + (segment + (start 97.75 94.1) + (end 97.85 94.2) + (width 0.15) + (layer "F.Cu") + (net 143) + (uuid "0b059e08-48b7-4333-b01d-cdf123e12b69") + ) + (segment + (start 97.05 94.1) + (end 97.75 94.1) + (width 0.15) + (layer "F.Cu") + (net 143) + (uuid "0bb79875-05c7-4b8a-9d2d-5fca0ef83c84") + ) + (segment + (start 93.45 95.1) + (end 93.090908 95.1) + (width 0.15) + (layer "F.Cu") + (net 143) + (uuid "44334397-682f-4f0a-8a10-bde4f0c3e121") + ) + (segment + (start 91.940908 96.25) + (end 90.402586 96.25) + (width 0.15) + (layer "F.Cu") + (net 143) + (uuid "461ea6a6-1c8c-4a40-93fd-fe807bf8de70") + ) + (segment + (start 89.152586 97.5) + (end 87.3 97.5) + (width 0.15) + (layer "F.Cu") + (net 143) + (uuid "703f0412-fd3d-452a-9a1e-d660beacff96") + ) + (segment + (start 90.402586 96.25) + (end 89.152586 97.5) + (width 0.15) + (layer "F.Cu") + (net 143) + (uuid "8b624943-8a07-4643-8235-6403850bf4e3") + ) + (segment + (start 93.090908 95.1) + (end 91.940908 96.25) + (width 0.15) + (layer "F.Cu") + (net 143) + (uuid "d618548f-a200-4619-96bb-6d3c613c7ef6") + ) + (segment + (start 87.3 97.5) + (end 86.9 97.9) + (width 0.15) + (layer "F.Cu") + (net 143) + (uuid "e816ae3b-6b15-42ac-8c6b-0d5e93524c26") + ) + (via + (at 97.85 94.2) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 143) + (uuid "312bb836-549f-41e7-9e03-466341a7fc0a") + ) + (via + (at 93.45 95.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 143) + (uuid "861c5f1b-e718-4c3f-a884-aec24e938b73") + ) + (segment + (start 93.45 95.1) + (end 93.75 94.8) + (width 0.15) + (layer "B.Cu") + (net 143) + (uuid "299405f9-a8da-40aa-a785-951754bc9be1") + ) + (segment + (start 97.35 94.8) + (end 97.85 94.3) + (width 0.15) + (layer "B.Cu") + (net 143) + (uuid "77179773-7113-438d-9335-affb27d632b2") + ) + (segment + (start 97.85 94.3) + (end 97.85 94.2) + (width 0.15) + (layer "B.Cu") + (net 143) + (uuid "82600301-a18a-4c3e-bdc4-87f22675d3db") + ) + (segment + (start 93.75 94.8) + (end 97.35 94.8) + (width 0.15) + (layer "B.Cu") + (net 143) + (uuid "d8182d60-4f4c-4963-b83e-0b84c63a2287") + ) + (segment + (start 86.1 97.1) + (end 86.5 97.5) + (width 0.15) + (layer "F.Cu") + (net 144) + (uuid "02def6a4-1be0-4765-90e3-5ec2fc49ab46") + ) + (segment + (start 100.915506 85.7) + (end 100.50009 86.115416) + (width 0.15) + (layer "F.Cu") + (net 144) + (uuid "1d671dab-7070-485b-8f55-0effa957e3b0") + ) + (segment + (start 100.50009 86.35275) + (end 100.208259 86.644581) + (width 0.15) + (layer "F.Cu") + (net 144) + (uuid "231a3042-ec36-4c9a-bd14-ea32ea232394") + ) + (segment + (start 100.50009 86.115416) + (end 100.50009 86.35275) + (width 0.15) + (layer "F.Cu") + (net 144) + (uuid "fade7e8a-567f-48a0-80a0-084bb672c228") + ) + (segment + (start 101.05 85.7) + (end 100.915506 85.7) + (width 0.15) + (layer "F.Cu") + (net 144) + (uuid "fca4ec6e-796a-45e7-89d9-55d88a463990") + ) + (via + (at 100.208259 86.644581) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 144) + (uuid "7949aaa2-4b3f-4638-a96c-66c5271f64a7") + ) + (via + (at 86.5 97.5) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 144) + (uuid "7f5d3454-9806-4a54-bc8c-558c0cff31ba") + ) + (segment + (start 100.244581 86.644581) + (end 100.208259 86.644581) + (width 0.15) + (layer "B.Cu") + (net 144) + (uuid "1c10fcc2-9534-40d3-b060-c7269391a9b7") + ) + (segment + (start 91.199911 96.200089) + (end 91.199911 90.800089) + (width 0.15) + (layer "B.Cu") + (net 144) + (uuid "25022057-82b0-4c49-907e-d0a6b68009ef") + ) + (segment + (start 95.2 86.7) + (end 100.15284 86.7) + (width 0.15) + (layer "B.Cu") + (net 144) + (uuid "5da1b3e2-2ab5-47dc-8486-8f43d0855a5f") + ) + (segment + (start 89.650001 97.749999) + (end 91.199911 96.200089) + (width 0.15) + (layer "B.Cu") + (net 144) + (uuid "9d6c09f7-9592-42b1-83ad-df5976415556") + ) + (segment + (start 100.15284 86.7) + (end 100.208259 86.644581) + (width 0.15) + (layer "B.Cu") + (net 144) + (uuid "ad677986-03ed-4222-a588-552ed690d99a") + ) + (segment + (start 100.3 86.7) + (end 100.244581 86.644581) + (width 0.15) + (layer "B.Cu") + (net 144) + (uuid "b5da5fea-2f84-4148-9c58-7ebce2a23220") + ) + (segment + (start 91.2 90.8) + (end 91.2 90.7) + (width 0.15) + (layer "B.Cu") + (net 144) + (uuid "d6cc26a0-8644-4a7e-b46e-915b392648c7") + ) + (segment + (start 86.749999 97.749999) + (end 89.650001 97.749999) + (width 0.15) + (layer "B.Cu") + (net 144) + (uuid "d92bc81a-cab1-4a1a-9d75-265341390522") + ) + (segment + (start 91.199911 90.800089) + (end 91.2 90.8) + (width 0.15) + (layer "B.Cu") + (net 144) + (uuid "de780387-a4c5-4304-93a8-4511117cdb7f") + ) + (segment + (start 86.5 97.5) + (end 86.749999 97.749999) + (width 0.15) + (layer "B.Cu") + (net 144) + (uuid "e6189ce8-a734-4cdd-8b9c-df9b8754f8db") + ) + (segment + (start 91.2 90.7) + (end 95.2 86.7) + (width 0.15) + (layer "B.Cu") + (net 144) + (uuid "f9d5744d-77fa-4b55-a6bf-767efdf63adc") + ) + (segment + (start 87.7 96.3) + (end 89.080172 96.3) + (width 0.15) + (layer "F.Cu") + (net 145) + (uuid "08584984-41e2-4306-a11a-2c92beeab496") + ) + (segment + (start 101.729839 88.5) + (end 101.850603 88.620764) + (width 0.15) + (layer "F.Cu") + (net 145) + (uuid "16730711-7f10-43a4-bfc6-446fa858de0e") + ) + (segment + (start 101.05 88.5) + (end 101.729839 88.5) + (width 0.15) + (layer "F.Cu") + (net 145) + (uuid "7056ff67-e056-42f2-aeab-9ff8b5067fdb") + ) + (segment + (start 91.280172 94.1) + (end 91.849928 94.1) + (width 0.15) + (layer "F.Cu") + (net 145) + (uuid "707902af-a5f3-48ec-a51f-a0c2442c9b0c") + ) + (segment + (start 89.080172 96.3) + (end 91.280172 94.1) + (width 0.15) + (layer "F.Cu") + (net 145) + (uuid "9d93e407-fc35-4e86-a215-c19eb08948f0") + ) + (segment + (start 91.849928 94.1) + (end 92.1 93.849928) + (width 0.15) + (layer "F.Cu") + (net 145) + (uuid "db69fae9-7767-478c-832a-6db5f206105f") + ) + (via + (at 92.1 93.849928) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 145) + (uuid "28e3163d-b55c-4639-bde5-e9846083b2ef") + ) + (via + (at 101.850603 88.620764) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 145) + (uuid "8c0e3242-6a45-4fa8-812f-f80c75857091") + ) + (segment + (start 94.45 89.5) + (end 101.05 89.5) + (width 0.15) + (layer "B.Cu") + (net 145) + (uuid "62176864-d0cf-476b-8cca-51d4d8c36c5c") + ) + (segment + (start 101.05 89.5) + (end 101.850603 88.699397) + (width 0.15) + (layer "B.Cu") + (net 145) + (uuid "a862cf8b-c453-47c1-8c6a-76db59b415bd") + ) + (segment + (start 101.850603 88.699397) + (end 101.850603 88.620764) + (width 0.15) + (layer "B.Cu") + (net 145) + (uuid "b73c8aa6-04a5-47a3-a2ee-6cc8eb977a8a") + ) + (segment + (start 92.1 91.85) + (end 94.45 89.5) + (width 0.15) + (layer "B.Cu") + (net 145) + (uuid "baba7914-ad97-4a88-860e-067bb0c199b1") + ) + (segment + (start 92.1 93.849928) + (end 92.1 91.85) + (width 0.15) + (layer "B.Cu") + (net 145) + (uuid "fa52629e-3ea5-4a5e-a7dc-9119b807e272") + ) + (segment + (start 89.128448 97.1) + (end 90.278359 95.950089) + (width 0.15) + (layer "F.Cu") + (net 146) + (uuid "0ef34299-b177-4ea0-bde9-f7b973b3fa62") + ) + (segment + (start 87.7 97.1) + (end 89.128448 97.1) + (width 0.15) + (layer "F.Cu") + (net 146) + (uuid "3bf116e8-393e-4d50-bf5c-f6f2cd6bc27e") + ) + (segment + (start 101.75 91.3) + (end 101.85 91.4) + (width 0.15) + (layer "F.Cu") + (net 146) + (uuid "3cad4871-f357-423c-bb38-142f118d87a8") + ) + (segment + (start 91.445251 95.950089) + (end 92.04534 95.35) + (width 0.15) + (layer "F.Cu") + (net 146) + (uuid "7068626d-7f23-4875-a6f9-39025b8514cc") + ) + (segment + (start 90.278359 95.950089) + (end 91.445251 95.950089) + (width 0.15) + (layer "F.Cu") + (net 146) + (uuid "8d01c4b4-562a-4614-89c1-5389ec45aadb") + ) + (segment + (start 101.05 91.3) + (end 101.75 91.3) + (width 0.15) + (layer "F.Cu") + (net 146) + (uuid "c15faa43-69fa-498e-864f-c612ce90dcf8") + ) + (via + (at 101.85 91.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 146) + (uuid "0847b7d3-501a-4c52-b4e0-7f51a1d59aa6") + ) + (via + (at 92.04534 95.35) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 146) + (uuid "b9997694-493b-4213-8468-c035595461bc") + ) + (segment + (start 101.85 91.5) + (end 101.05 92.3) + (width 0.15) + (layer "B.Cu") + (net 146) + (uuid "155021cd-e812-41e5-9f53-36d11b2e48a3") + ) + (segment + (start 92.949911 93.650089) + (end 92.949911 94.850089) + (width 0.15) + (layer "B.Cu") + (net 146) + (uuid "3946475f-a80b-4ec5-9c58-c925a1c63762") + ) + (segment + (start 101.85 91.4) + (end 101.85 91.5) + (width 0.15) + (layer "B.Cu") + (net 146) + (uuid "7d328d81-b03a-46b4-9434-cb80d367ff66") + ) + (segment + (start 92.949911 94.850089) + (end 92.45 95.35) + (width 0.15) + (layer "B.Cu") + (net 146) + (uuid "a3d9e0bf-98f1-4a23-b70b-146421eebf6c") + ) + (segment + (start 92.45 95.35) + (end 92.04534 95.35) + (width 0.15) + (layer "B.Cu") + (net 146) + (uuid "bfe3fc90-fb5f-403b-a751-e191f1c0a662") + ) + (segment + (start 94.3 92.3) + (end 92.949911 93.650089) + (width 0.15) + (layer "B.Cu") + (net 146) + (uuid "e1ab8f9f-19cc-4c98-a11e-6925638e1584") + ) + (segment + (start 101.05 92.3) + (end 94.3 92.3) + (width 0.15) + (layer "B.Cu") + (net 146) + (uuid "f22e1e5b-b975-4acf-87e7-697bc2e6cf6c") + ) + (segment + (start 90.526724 96.55) + (end 92.4 96.55) + (width 0.15) + (layer "F.Cu") + (net 147) + (uuid "29c52676-2231-4899-8737-2d7b01cdbb50") + ) + (segment + (start 101.75 94.1) + (end 101.85 94.2) + (width 0.15) + (layer "F.Cu") + (net 147) + (uuid "40d9ec2e-f6f0-4815-b49c-1bf4ed37afd3") + ) + (segment + (start 89.176724 97.9) + (end 90.526724 96.55) + (width 0.15) + (layer "F.Cu") + (net 147) + (uuid "4b9056a5-abb0-4dd3-88b8-5db019e8957e") + ) + (segment + (start 87.7 97.9) + (end 89.176724 97.9) + (width 0.15) + (layer "F.Cu") + (net 147) + (uuid "718adca7-d9bd-46da-ba2f-96356bce6006") + ) + (segment + (start 92.4 96.55) + (end 93.15 95.8) + (width 0.15) + (layer "F.Cu") + (net 147) + (uuid "b79e5df4-129f-4fb0-a094-757abe1b9174") + ) + (segment + (start 101.05 94.1) + (end 101.75 94.1) + (width 0.15) + (layer "F.Cu") + (net 147) + (uuid "bab293be-84e7-44d3-8bb3-d23ed8a48dea") + ) + (via + (at 93.15 95.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 147) + (uuid "55af291b-bf11-4f0a-b1ae-ccff728b3536") + ) + (via + (at 101.85 94.2) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 147) + (uuid "ba19ed87-6acf-49a5-9def-fa3621e94dfd") + ) + (segment + (start 101.85 94.3) + (end 101.85 94.2) + (width 0.15) + (layer "B.Cu") + (net 147) + (uuid "1143c84b-aba4-422b-8027-68ad4888dae2") + ) + (segment + (start 101.35 94.8) + (end 101.85 94.3) + (width 0.15) + (layer "B.Cu") + (net 147) + (uuid "21da7366-3f36-493d-89e0-e98b2adb8e26") + ) + (segment + (start 94.2 95.1) + (end 97.7 95.1) + (width 0.15) + (layer "B.Cu") + (net 147) + (uuid "30a5898d-4bac-46ac-b409-1a5087097191") + ) + (segment + (start 93.15 95.8) + (end 93.5 95.8) + (width 0.15) + (layer "B.Cu") + (net 147) + (uuid "8861eca9-5667-4bd3-8c03-35789af57be3") + ) + (segment + (start 98 94.8) + (end 101.35 94.8) + (width 0.15) + (layer "B.Cu") + (net 147) + (uuid "c2cf3bcd-ef00-4445-a243-c799f68d4e04") + ) + (segment + (start 97.7 95.1) + (end 98 94.8) + (width 0.15) + (layer "B.Cu") + (net 147) + (uuid "e0d9c35c-90b9-4352-9feb-cdbf34f36f2c") + ) + (segment + (start 93.5 95.8) + (end 94.2 95.1) + (width 0.15) + (layer "B.Cu") + (net 147) + (uuid "e6e34111-36ab-4857-956c-628227e5add3") + ) + (segment + (start 97.65 96.9) + (end 97.05 96.9) + (width 0.15) + (layer "F.Cu") + (net 148) + (uuid "2f3f5b11-727e-43bc-a8ae-a4a5ff1e54ca") + ) + (segment + (start 83.7 97.9) + (end 84.1 98.3) + (width 0.15) + (layer "F.Cu") + (net 148) + (uuid "42765826-837e-4375-ad5d-c11d8588d303") + ) + (segment + (start 84.1 98.3) + (end 84.1 100.549814) + (width 0.15) + (layer "F.Cu") + (net 148) + (uuid "7f4cfeae-964a-4567-879b-03dbbac6ee65") + ) + (segment + (start 97.85 97.1) + (end 97.65 96.9) + (width 0.15) + (layer "F.Cu") + (net 148) + (uuid "b284832d-7ebb-45ab-a1bb-1c3767c33b6a") + ) + (segment + (start 84.1 100.549814) + (end 84.799998 101.249812) + (width 0.15) + (layer "F.Cu") + (net 148) + (uuid "c4557704-a1cf-416d-9a78-6f17fe01b7f4") + ) + (via + (at 84.799998 101.249812) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 148) + (uuid "1f1a0825-264a-47ce-bd3c-7671b1bef242") + ) + (via + (at 97.85 97.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 148) + (uuid "4793bb92-bc24-454d-a22f-efa2e7fd5618") + ) + (segment + (start 85.350186 101.8) + (end 84.799998 101.249812) + (width 0.15) + (layer "B.Cu") + (net 148) + (uuid "53d68171-f530-440f-8ccc-6d26b222dfaf") + ) + (segment + (start 94.25 97.65) + (end 90.1 101.8) + (width 0.15) + (layer "B.Cu") + (net 148) + (uuid "7402bf76-87d0-4f8c-82ce-6ff55227f4b5") + ) + (segment + (start 97.85 97.1) + (end 97.8 97.1) + (width 0.15) + (layer "B.Cu") + (net 148) + (uuid "888310ab-a564-4e9b-96e0-ff5f6046bc87") + ) + (segment + (start 97.8 97.1) + (end 97.25 97.65) + (width 0.15) + (layer "B.Cu") + (net 148) + (uuid "973e8b12-0022-4818-94f2-acc42275a911") + ) + (segment + (start 97.25 97.65) + (end 94.25 97.65) + (width 0.15) + (layer "B.Cu") + (net 148) + (uuid "ac58a97f-c6a4-48b8-a535-98c8a0992524") + ) + (segment + (start 90.1 101.8) + (end 85.350186 101.8) + (width 0.15) + (layer "B.Cu") + (net 148) + (uuid "fdc41eae-4b30-43fe-aa73-4ef1b20eb03d") + ) + (segment + (start 81.7 103.475736) + (end 81.8 103.575736) + (width 0.15) + (layer "F.Cu") + (net 149) + (uuid "07230b56-2bd1-4f43-897b-f158afe3da2d") + ) + (segment + (start 82.1 98.7) + (end 81.7 99.1) + (width 0.15) + (layer "F.Cu") + (net 149) + (uuid "1abd7d02-e6a0-430e-9c1a-c873ee160172") + ) + (segment + (start 81.8 103.575736) + (end 81.8 104) + (width 0.15) + (layer "F.Cu") + (net 149) + (uuid "1c34ae6f-59e1-41cd-9442-b86210a762ec") + ) + (segment + (start 97.75 102.5) + (end 97.85 102.6) + (width 0.15) + (layer "F.Cu") + (net 149) + (uuid "1ede663d-ba50-4484-9b1c-7fb1f1ce1196") + ) + (segment + (start 97.05 102.5) + (end 97.75 102.5) + (width 0.15) + (layer "F.Cu") + (net 149) + (uuid "9231f031-834c-43ea-bccc-14701d558eb5") + ) + (segment + (start 81.7 99.1) + (end 81.7 103.475736) + (width 0.15) + (layer "F.Cu") + (net 149) + (uuid "ee82b68e-edcf-4d9a-8c83-5f8c4dfcb9b7") + ) + (via + (at 81.8 104) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 149) + (uuid "030b8db5-a857-4477-86bd-aa043049706b") + ) + (via + (at 97.85 102.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 149) + (uuid "fb06a7a0-d125-43a6-a4f7-f6b47e26038f") + ) + (segment + (start 81.924264 104) + (end 81.949165 103.975099) + (width 0.15) + (layer "B.Cu") + (net 149) + (uuid "3e123b38-e187-4f51-b7b2-5272f0190b64") + ) + (segment + (start 91.4 104) + (end 92.2 103.2) + (width 0.15) + (layer "B.Cu") + (net 149) + (uuid "44089cb1-189b-4dab-885d-c8f28f9a1c16") + ) + (segment + (start 97.35 103.2) + (end 97.85 102.7) + (width 0.15) + (layer "B.Cu") + (net 149) + (uuid "4a6348c6-da97-439f-a5b9-9410b86a2e1a") + ) + (segment + (start 81.8 104) + (end 91.4 104) + (width 0.15) + (layer "B.Cu") + (net 149) + (uuid "c5534ee3-bcf2-4647-96ab-5df6be353aff") + ) + (segment + (start 97.85 102.7) + (end 97.85 102.6) + (width 0.15) + (layer "B.Cu") + (net 149) + (uuid "c8f080a7-00b1-4637-bf60-fe312493339e") + ) + (segment + (start 92.2 103.2) + (end 97.35 103.2) + (width 0.15) + (layer "B.Cu") + (net 149) + (uuid "d705cf07-0999-4b76-ae59-88ffc0b66a7c") + ) + (segment + (start 97.05 105.3) + (end 97.75 105.3) + (width 0.15) + (layer "F.Cu") + (net 150) + (uuid "37e4ea77-2acf-4a9d-8949-dfe86bdaa79a") + ) + (segment + (start 80.9 99.1) + (end 80.9 103.3) + (width 0.15) + (layer "F.Cu") + (net 150) + (uuid "4d3ed626-fb55-4347-ad19-5dc3d0da3d16") + ) + (segment + (start 81.3 98.7) + (end 80.9 99.1) + (width 0.15) + (layer "F.Cu") + (net 150) + (uuid "742c3cd0-4536-430d-a10a-0739cf9bb5c9") + ) + (segment + (start 97.75 105.3) + (end 97.85 105.4) + (width 0.15) + (layer "F.Cu") + (net 150) + (uuid "a6e6d531-d503-45fd-92be-ce262798918f") + ) + (segment + (start 80.9 103.3) + (end 80.6 103.6) + (width 0.15) + (layer "F.Cu") + (net 150) + (uuid "bec82dc0-4224-40f1-96ed-5fe31df64a8b") + ) + (segment + (start 80.6 103.6) + (end 80.6 105.2) + (width 0.15) + (layer "F.Cu") + (net 150) + (uuid "dc55ab87-7038-450c-89c4-b7d128d6f5bd") + ) + (via + (at 97.85 105.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 150) + (uuid "3263b5f7-8027-473f-bb36-bbe701aa4ed1") + ) + (via + (at 80.6 105.2) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 150) + (uuid "a6f3c419-66c0-41ae-81eb-8de627c8ad1d") + ) + (segment + (start 92.1 106) + (end 97.35 106) + (width 0.15) + (layer "B.Cu") + (net 150) + (uuid "010d499c-6db7-48dc-ab87-796ca70e4bcf") + ) + (segment + (start 80.6 105.2) + (end 91.3 105.2) + (width 0.15) + (locked yes) + (layer "B.Cu") + (net 150) + (uuid "0c98a2e9-2d4e-4344-b88b-089b05583d5f") + ) + (segment + (start 91.3 105.2) + (end 92.1 106) + (width 0.15) + (layer "B.Cu") + (net 150) + (uuid "6bec6e76-445c-46e1-9fec-0cf087ac813a") + ) + (segment + (start 97.35 106) + (end 97.85 105.5) + (width 0.15) + (layer "B.Cu") + (net 150) + (uuid "9f082b73-a03c-435a-a716-12cd0fd6f2f8") + ) + (segment + (start 97.85 105.5) + (end 97.85 105.4) + (width 0.15) + (layer "B.Cu") + (net 150) + (uuid "d9a6ae30-f9ee-4692-9ce6-37ab2b3096e0") + ) + (segment + (start 82.9 101.5) + (end 83.6 102.2) + (width 0.15) + (layer "F.Cu") + (net 151) + (uuid "3338a2c5-067c-47fe-9cba-1b5a40c37bf5") + ) + (segment + (start 101.65 96.9) + (end 101.05 96.9) + (width 0.15) + (layer "F.Cu") + (net 151) + (uuid "3a0b55bb-3e7d-4bdf-b3a9-4b43d04ae9d0") + ) + (segment + (start 101.85 97.1) + (end 101.65 96.9) + (width 0.15) + (layer "F.Cu") + (net 151) + (uuid "bf2939cf-e36c-4811-9abc-4f6cf613d402") + ) + (segment + (start 82.9 99.5) + (end 82.9 101.5) + (width 0.15) + (layer "F.Cu") + (net 151) + (uuid "cd31d24f-2539-4e45-bae0-2bcf3b69fee6") + ) + (via + (at 83.6 102.2) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 151) + (uuid "1e0821e1-9167-41db-a48a-b5528409c695") + ) + (via + (at 101.85 97.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 151) + (uuid "4b538ba0-8484-4041-a896-1e2e6185831e") + ) + (segment + (start 101.85 97.1) + (end 101 97.95) + (width 0.15) + (layer "B.Cu") + (net 151) + (uuid "9eeb9ba3-fcbe-4512-be0d-ab3150c61247") + ) + (segment + (start 94.4 97.95) + (end 90.15 102.2) + (width 0.15) + (layer "B.Cu") + (net 151) + (uuid "bb7251a8-9c6f-490e-a604-fe4b34be3d98") + ) + (segment + (start 101 97.95) + (end 94.4 97.95) + (width 0.15) + (layer "B.Cu") + (net 151) + (uuid "ef79f53c-b25e-41d5-b612-b9852b0826d1") + ) + (segment + (start 90.15 102.2) + (end 83.6 102.2) + (width 0.15) + (layer "B.Cu") + (net 151) + (uuid "f0625f86-6b6f-4701-bae8-155df6c5a4b2") + ) + (segment + (start 82.100001 103.100001) + (end 82.4 103.4) + (width 0.15) + (layer "F.Cu") + (net 152) + (uuid "599933e2-df6e-401d-9ecb-f6cfacedd087") + ) + (segment + (start 82.1 99.5) + (end 82.100001 103.100001) + (width 0.15) + (layer "F.Cu") + (net 152) + (uuid "770cf459-91ff-42ec-86ea-bf95b593d092") + ) + (segment + (start 101.05 99.7) + (end 101.75 99.7) + (width 0.15) + (layer "F.Cu") + (net 152) + (uuid "a62f23e5-a2bd-4897-ad7d-14e42694a634") + ) + (segment + (start 101.75 99.7) + (end 101.85 99.8) + (width 0.15) + (layer "F.Cu") + (net 152) + (uuid "e5617538-8520-4e0a-95ec-47eb41ed16dd") + ) + (via + (at 82.4 103.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 152) + (uuid "37903ffd-3069-4ee3-8d15-4173446c93e3") + ) + (via + (at 101.85 99.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 152) + (uuid "9140caae-c9d3-4d6b-b6f1-80fed3ad7ccf") + ) + (segment + (start 82.4 103.4) + (end 90.5 103.4) + (width 0.15) + (layer "B.Cu") + (net 152) + (uuid "41459947-67dc-49bd-ad93-861dea5ef306") + ) + (segment + (start 90.5 103.4) + (end 93.2 100.7) + (width 0.15) + (layer "B.Cu") + (net 152) + (uuid "962bca1c-fca6-4d07-948e-499b91c1d250") + ) + (segment + (start 101.85 99.9) + (end 101.85 99.8) + (width 0.15) + (layer "B.Cu") + (net 152) + (uuid "a4f65d48-27b0-40b6-8f60-1150050d5356") + ) + (segment + (start 93.2 100.7) + (end 101.05 100.7) + (width 0.15) + (layer "B.Cu") + (net 152) + (uuid "c203bf88-e7dc-44ef-9201-f9ad95c5b15e") + ) + (segment + (start 101.05 100.7) + (end 101.85 99.9) + (width 0.15) + (layer "B.Cu") + (net 152) + (uuid "c2432184-94f2-4547-84b0-08ed2bdeb73d") + ) + (segment + (start 81.3 99.5) + (end 81.3 103.5) + (width 0.15) + (layer "F.Cu") + (net 153) + (uuid "093e9e63-fe1e-4feb-bbbe-9d5002218a03") + ) + (segment + (start 81.2 103.6) + (end 81.2 104.6) + (width 0.15) + (layer "F.Cu") + (net 153) + (uuid "40d6e624-bf54-49eb-9aa2-bbc747013036") + ) + (segment + (start 101.75 102.5) + (end 101.85 102.6) + (width 0.15) + (layer "F.Cu") + (net 153) + (uuid "6178f510-4299-4af5-9cf4-5da2f76b462b") + ) + (segment + (start 81.3 103.5) + (end 81.2 103.6) + (width 0.15) + (layer "F.Cu") + (net 153) + (uuid "a6cf71dc-c7e4-40ab-83eb-49ea01eef86d") + ) + (segment + (start 101.05 102.5) + (end 101.75 102.5) + (width 0.15) + (layer "F.Cu") + (net 153) + (uuid "ca1af6e0-b911-4719-a936-e41d586110b5") + ) + (via + (at 81.2 104.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 153) + (uuid "85ef8bdf-deb4-4e9c-b8e7-4fab903e486a") + ) + (via + (at 101.85 102.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 153) + (uuid "93d3b745-2356-49e1-8638-bdda7117a797") + ) + (segment + (start 91.3 104.6) + (end 92.4 103.5) + (width 0.15) + (layer "B.Cu") + (net 153) + (uuid "10692a86-88cb-4f0b-922d-2b307367527d") + ) + (segment + (start 81.2 104.6) + (end 91.3 104.6) + (width 0.15) + (layer "B.Cu") + (net 153) + (uuid "76e95515-ec02-475e-aae9-d14666efcdd3") + ) + (segment + (start 101.85 102.7) + (end 101.85 102.6) + (width 0.15) + (layer "B.Cu") + (net 153) + (uuid "c563890b-e6db-4f82-a201-e3086b67b284") + ) + (segment + (start 92.4 103.5) + (end 101.05 103.5) + (width 0.15) + (layer "B.Cu") + (net 153) + (uuid "dd937b20-e452-4904-9f06-88dd90424feb") + ) + (segment + (start 101.05 103.5) + (end 101.85 102.7) + (width 0.15) + (layer "B.Cu") + (net 153) + (uuid "ea55eceb-d87d-40c7-bc6a-d89a536ccedc") + ) + (segment + (start 80.5 99.5) + (end 80.5 103.15) + (width 0.15) + (layer "F.Cu") + (net 154) + (uuid "0dda147f-ff28-4177-a33d-79b9551cc6e4") + ) + (segment + (start 101.05 105.3) + (end 100.915506 105.3) + (width 0.15) + (layer "F.Cu") + (net 154) + (uuid "14bfbe5a-dddf-442c-9df8-4d6c9030e865") + ) + (segment + (start 100.915506 105.3) + (end 100.50009 105.715416) + (width 0.15) + (layer "F.Cu") + (net 154) + (uuid "2764d33d-0f38-4801-856a-b81163753f7f") + ) + (segment + (start 100.50009 105.74991) + (end 100.1 106.15) + (width 0.15) + (layer "F.Cu") + (net 154) + (uuid "87167cdd-cfab-4814-a3b0-d049553a15cb") + ) + (segment + (start 100.50009 105.715416) + (end 100.50009 105.74991) + (width 0.15) + (layer "F.Cu") + (net 154) + (uuid "88f42f1f-5b79-4315-a039-7bbb84228026") + ) + (segment + (start 80 103.65) + (end 80 105.650278) + (width 0.15) + (layer "F.Cu") + (net 154) + (uuid "a67b01ec-cf6c-4eef-9d7b-fbb0c0c865c6") + ) + (segment + (start 80.5 103.15) + (end 80 103.65) + (width 0.15) + (layer "F.Cu") + (net 154) + (uuid "e5740b0c-59ff-4f83-b5b0-41dbe17a5251") + ) + (via + (at 100.1 106.15) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 154) + (uuid "6e79c319-6479-4032-b19e-29e4ce34a245") + ) + (via + (at 80 105.650278) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 154) + (uuid "8445dacb-1773-4653-87d7-55d6d433fe85") + ) + (segment + (start 91.9 106.3) + (end 91.4 105.8) + (width 0.15) + (layer "B.Cu") + (net 154) + (uuid "386e4c7c-a79f-425e-a674-f354ec7d9c46") + ) + (segment + (start 100.1 106.15) + (end 99.95 106.3) + (width 0.15) + (layer "B.Cu") + (net 154) + (uuid "844026ab-5510-44d9-a079-87d06366c2ae") + ) + (segment + (start 80.149722 105.8) + (end 80 105.650278) + (width 0.15) + (layer "B.Cu") + (net 154) + (uuid "b5cc2d67-4472-495b-b63e-2b900c11b159") + ) + (segment + (start 91.4 105.8) + (end 80.149722 105.8) + (width 0.15) + (layer "B.Cu") + (net 154) + (uuid "e5884003-4a8e-4f88-b334-0ec9eea462f4") + ) + (segment + (start 99.95 106.3) + (end 91.9 106.3) + (width 0.15) + (layer "B.Cu") + (net 154) + (uuid "e8623586-c035-4557-bb05-dccb494757ad") + ) + (segment + (start 85.3 96.3) + (end 85.7 96.7) + (width 0.15) + (layer "F.Cu") + (net 155) + (uuid "0d0a8cf0-7e30-4463-a75a-b09ac9dce329") + ) + (segment + (start 97.05 88.5) + (end 97.75 88.5) + (width 0.15) + (layer "F.Cu") + (net 155) + (uuid "5505a4aa-1259-4d42-b49a-fd5d080ec933") + ) + (segment + (start 97.75 88.5) + (end 97.85 88.6) + (width 0.15) + (layer "F.Cu") + (net 155) + (uuid "88a081c8-84cc-4057-8a06-f0b6a8705176") + ) + (via + (at 85.7 96.7) + (size 0.4) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 155) + (uuid "0839b970-6b3f-436b-9950-69bdb059b8ae") + ) + (via + (at 97.85 88.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 155) + (uuid "aecf1641-6f94-4611-8eea-726660437d93") + ) + (segment + (start 97.35 89.2) + (end 97.85 88.7) + (width 0.15) + (layer "B.Cu") + (net 155) + (uuid "400448d0-a4cc-4753-9bb1-9726da57fbff") + ) + (segment + (start 94.3 89.2) + (end 97.35 89.2) + (width 0.15) + (layer "B.Cu") + (net 155) + (uuid "72a9d340-3067-4475-80fd-24ce7b24e203") + ) + (segment + (start 85.7 97.5) + (end 86.39501 98.19501) + (width 0.15) + (layer "B.Cu") + (net 155) + (uuid "94afcfad-7615-435b-b94f-0648ec319154") + ) + (segment + (start 89.65499 98.19501) + (end 91.5 96.35) + (width 0.15) + (layer "B.Cu") + (net 155) + (uuid "9d05a6cf-a6f3-4790-ad14-ba1a64d0a8b7") + ) + (segment + (start 85.7 96.7) + (end 85.7 97.5) + (width 0.15) + (layer "B.Cu") + (net 155) + (uuid "a0dae631-0958-4bfd-9c7e-ff447d92d353") + ) + (segment + (start 86.39501 98.19501) + (end 89.65499 98.19501) + (width 0.15) + (layer "B.Cu") + (net 155) + (uuid "cebf034e-02ff-4461-87be-b9b33628bc2c") + ) + (segment + (start 91.5 96.35) + (end 91.5 92) + (width 0.15) + (layer "B.Cu") + (net 155) + (uuid "da06455a-cfd6-4278-a2c0-9c38c8567165") + ) + (segment + (start 91.5 92) + (end 94.3 89.2) + (width 0.15) + (layer "B.Cu") + (net 155) + (uuid "f41e4c05-0e99-458b-9ab8-02cf11d5f8ca") + ) + (segment + (start 97.85 88.7) + (end 97.85 88.6) + (width 0.15) + (layer "B.Cu") + (net 155) + (uuid "fd0be62d-bbd3-4747-a469-547112a5377c") + ) + (segment + (start 97.05 99.7) + (end 97.75 99.7) + (width 0.15) + (layer "F.Cu") + (net 156) + (uuid "2215b67b-b7c5-48e7-ada2-5ba365cf8893") + ) + (segment + (start 82.5 99.1) + (end 82.5 102.3) + (width 0.15) + (layer "F.Cu") + (net 156) + (uuid "4d01397d-02cd-4b8d-bbe7-c9f3f874dd1e") + ) + (segment + (start 97.75 99.7) + (end 97.85 99.8) + (width 0.15) + (layer "F.Cu") + (net 156) + (uuid "5cd70b7b-0f7f-40d0-b802-af0f41233514") + ) + (segment + (start 82.5 102.3) + (end 83 102.8) + (width 0.15) + (layer "F.Cu") + (net 156) + (uuid "5e9e941d-dafa-4599-9260-448c68f78d39") + ) + (segment + (start 82.9 98.7) + (end 82.5 99.1) + (width 0.15) + (layer "F.Cu") + (net 156) + (uuid "c772f9a8-a183-4777-a436-fd70c4943a72") + ) + (via + (at 83 102.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 156) + (uuid "945ccb28-0c0c-4ae9-ae5a-c142ec81fc7c") + ) + (via + (at 97.85 99.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 156) + (uuid "eabf8a4c-0fa4-4340-97f4-9fa42fe6866f") + ) + (segment + (start 97.85 99.9) + (end 97.85 99.8) + (width 0.15) + (layer "B.Cu") + (net 156) + (uuid "0307a132-0210-4e36-aad0-4ed6f586c395") + ) + (segment + (start 93.05 100.4) + (end 97.35 100.4) + (width 0.15) + (layer "B.Cu") + (net 156) + (uuid "2bf5989b-dbca-4c02-aa7d-bb6aa609dc09") + ) + (segment + (start 90.65 102.8) + (end 93.05 100.4) + (width 0.15) + (layer "B.Cu") + (net 156) + (uuid "3dac3e5d-849f-42af-8fff-d10c03c4cf2c") + ) + (segment + (start 97.35 100.4) + (end 97.85 99.9) + (width 0.15) + (layer "B.Cu") + (net 156) + (uuid "a2329962-92bd-41a4-a5e0-1143c48c2ad6") + ) + (segment + (start 83 102.8) + (end 90.65 102.8) + (width 0.15) + (layer "B.Cu") + (net 156) + (uuid "c1853b81-ab98-4592-83d0-d09e989a75c5") + ) + (segment + (start 125.265 102.15) + (end 125.7 101.715) + (width 0.15) + (layer "F.Cu") + (net 157) + (uuid "57b15af2-ab7c-4bfa-914a-19bfe5e15fd1") + ) + (segment + (start 124.4 102.15) + (end 125.265 102.15) + (width 0.15) + (layer "F.Cu") + (net 157) + (uuid "afaba1e2-ef7a-42f2-9580-4c73c4f4bbcc") + ) + (segment + (start 125.7 101.715) + (end 126.7 101.715) + (width 0.15) + (layer "F.Cu") + (net 157) + (uuid "df3b493d-e01e-4e84-8bfa-52213610299c") + ) + (segment + (start 125.7 100.785) + (end 125.7 101.715) + (width 0.15) + (layer "F.Cu") + (net 157) + (uuid "f0eacb93-6554-4147-93a0-599fc6a385d7") + ) + (segment + (start 120.9 90.215) + (end 120.9 89.285) + (width 0.15) + (layer "F.Cu") + (net 158) + (uuid "03f8e540-f6a1-44f3-a3d2-783b53f45adc") + ) + (segment + (start 121.335 88.85) + (end 120.9 89.285) + (width 0.15) + (layer "F.Cu") + (net 158) + (uuid "1c7c01ca-31a5-4632-8e4c-0a77391eac8f") + ) + (segment + (start 122.2 88.85) + (end 121.335 88.85) + (width 0.15) + (layer "F.Cu") + (net 158) + (uuid "917b6e14-70e8-4470-948d-730eec027d80") + ) + (segment + (start 119.9 89.285) + (end 120.9 89.285) + (width 0.15) + (layer "F.Cu") + (net 158) + (uuid "f9b30b40-7bf6-4e31-9bb4-7f34e740cd2d") + ) + (segment + (start 82.88491 107.07509) + (end 81.56 108.4) + (width 0.15) + (layer "F.Cu") + (net 159) + (uuid "2fce977f-ea3d-48c6-9950-6a9e9c9347ff") + ) + (segment + (start 86.35 108.135) + (end 85.29009 107.07509) + (width 0.15) + (layer "F.Cu") + (net 159) + (uuid "311500c0-4575-4730-9666-6c63fba69ec7") + ) + (segment + (start 86.35 109.35) + (end 86.4 109.4) + (width 0.15) + (layer "F.Cu") + (net 159) + (uuid "3126424b-5087-4b26-9561-f2e5d1deb677") + ) + (segment + (start 86.35 108.135) + (end 86.35 109.35) + (width 0.15) + (layer "F.Cu") + (net 159) + (uuid "69b8d062-0946-466a-ab5e-1703755111a8") + ) + (segment + (start 85.29009 107.07509) + (end 82.88491 107.07509) + (width 0.15) + (layer "F.Cu") + (net 159) + (uuid "6a1b1b3a-c86c-418d-8b46-56f6a0b7b240") + ) + (segment + (start 87.3 108.135) + (end 86.35 108.135) + (width 0.15) + (layer "F.Cu") + (net 159) + (uuid "fff0ffa5-782c-4d4c-b7ca-701e7c5864bd") + ) + (segment + (start 70.6075 113.3075) + (end 71.11491 112.80009) + (width 0.15) + (layer "F.Cu") + (net 160) + (uuid "00000000-0000-0000-0000-00005f47025d") + ) + (segment + (start 71.11491 112.80009) + (end 72.159584 112.80009) + (width 0.15) + (layer "F.Cu") + (net 160) + (uuid "0dbd9c65-5462-425d-809b-a52c26305703") + ) + (segment + (start 70.6 113.315) + (end 70.6075 113.3075) + (width 0.15) + (layer "F.Cu") + (net 160) + (uuid "166836c3-5b94-4799-a0ac-04cba118c6aa") + ) + (segment + (start 72.159584 112.80009) + (end 72.575 113.215506) + (width 0.15) + (layer "F.Cu") + (net 160) + (uuid "8fde348d-fc67-4c49-92f7-b54064824a84") + ) + (segment + (start 72.575 113.215506) + (end 72.575 113.7625) + (width 0.15) + (layer "F.Cu") + (net 160) + (uuid "d64c3522-7fcf-4ff3-ba0f-e9a13ab078b3") + ) + (via + (at 70.6075 113.3075) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 160) + (uuid "cedb4780-a1d2-4316-a7d6-ce790b92c0e1") + ) + (segment + (start 108.975 91.225) + (end 109.8375 91.225) + (width 0.15) + (layer "F.Cu") + (net 161) + (uuid "1d73ceff-5d2d-4005-aba9-92b768d11e14") + ) + (segment + (start 108.35 91.765) + (end 108.435 91.765) + (width 0.15) + (layer "F.Cu") + (net 161) + (uuid "7e30e983-e9f8-4732-8f73-81b2e1911022") + ) + (segment + (start 108.435 91.765) + (end 108.975 91.225) + (width 0.15) + (layer "F.Cu") + (net 161) + (uuid "c7de4378-5b5c-4ea2-bee2-dd0489d7826e") + ) + (segment + (start 116.39 99.775) + (end 117.015 100.4) + (width 0.15) + (layer "F.Cu") + (net 162) + (uuid "24d02113-4a49-49fd-966f-fa146ba768b7") + ) + (segment + (start 115.5625 99.775) + (end 116.39 99.775) + (width 0.15) + (layer "F.Cu") + (net 162) + (uuid "b8b5a19f-1265-4d59-a473-be692330ee3c") + ) + (segment + (start 92.65 99.25) + (end 92.3 99.6) + (width 0.15) + (layer "F.Cu") + (net 163) + (uuid "138f1880-267a-4cf0-89d9-93f27ab943b1") + ) + (segment + (start 87.3 93.5) + (end 86.9 93.9) + (width 0.15) + (layer "F.Cu") + (net 163) + (uuid "1e46b6d4-9228-4643-8d5c-d94b73de88f7") + ) + (segment + (start 92.65 98.5) + (end 92.685 98.465) + (width 0.15) + (layer "F.Cu") + (net 163) + (uuid "273d306b-c878-4753-9721-478a5725fe26") + ) + (segment + (start 92.65 98.5) + (end 92.65 97.865) + (width 0.15) + (layer "F.Cu") + (net 163) + (uuid "4f28bce8-cbce-4bf4-86e5-c68d6f15e557") + ) + (segment + (start 92.3 99.6) + (end 91.75 99.6) + (width 0.15) + (layer "F.Cu") + (net 163) + (uuid "8db72d04-aa4e-4246-8b1e-434f2f787f79") + ) + (segment + (start 92.65 97.865) + (end 92.485 97.7) + (width 0.15) + (layer "F.Cu") + (net 163) + (uuid "90146c19-1be3-40dc-ab0e-a10af12a19b3") + ) + (segment + (start 92.65 98.5) + (end 92.65 99.25) + (width 0.15) + (layer "F.Cu") + (net 163) + (uuid "d66e67f7-c757-4204-a0b8-2fd904150171") + ) + (segment + (start 88.6 93.2) + (end 88.3 93.5) + (width 0.15) + (layer "F.Cu") + (net 163) + (uuid "de0c33d8-d6f2-4627-908a-fad2987cc03b") + ) + (segment + (start 88.3 93.5) + (end 87.3 93.5) + (width 0.15) + (layer "F.Cu") + (net 163) + (uuid "f913e1a4-1abc-4d5f-8da4-49238c3e1f2a") + ) + (via + (at 88.6 93.2) + (size 0.5) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 163) + (uuid "02d4aec0-0b89-41e2-a332-b4ea915a391a") + ) + (via + (at 92.65 98.5) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 163) + (uuid "9f4b2713-e28b-4866-98f3-05924f0c3711") + ) + (segment + (start 91.45 94.5) + (end 91.45 97.3) + (width 0.15) + (layer "In2.Cu") + (net 163) + (uuid "31d125ad-08cb-403f-9d31-356889442106") + ) + (segment + (start 90.15 93.2) + (end 91.45 94.5) + (width 0.15) + (layer "In2.Cu") + (net 163) + (uuid "59f1dae8-0fac-4441-b098-87dca831d461") + ) + (segment + (start 88.6 93.2) + (end 90.15 93.2) + (width 0.15) + (layer "In2.Cu") + (net 163) + (uuid "5f091d3c-9b63-4a96-8626-8a903efff083") + ) + (segment + (start 91.45 97.3) + (end 92.65 98.5) + (width 0.15) + (layer "In2.Cu") + (net 163) + (uuid "a8f08e73-1b45-46c5-91e8-b6b4cc5df371") + ) + (segment + (start 102.235 95.5) + (end 98.65 95.5) + (width 0.15) + (layer "F.Cu") + (net 164) + (uuid "3d5d1965-7e4f-443b-ac22-0029a0011f47") + ) + (segment + (start 98.35 95.8) + (end 94.5 95.8) + (width 0.15) + (layer "F.Cu") + (net 164) + (uuid "4beb5b03-60d3-49da-ad35-51f275a031d5") + ) + (segment + (start 90.775 97.15) + (end 89.225 98.7) + (width 0.15) + (layer "F.Cu") + (net 164) + (uuid "55fea3d7-3338-41ba-9742-415078f59a75") + ) + (segment + (start 93.15 97.15) + (end 90.775 97.15) + (width 0.15) + (layer "F.Cu") + (net 164) + (uuid "7f4db288-e106-42ae-84bf-b619f2f4cd2f") + ) + (segment + (start 89.225 98.7) + (end 87.7 98.7) + (width 0.15) + (layer "F.Cu") + (net 164) + (uuid "939d2085-ca84-435b-8eaa-0232903653b7") + ) + (segment + (start 94.5 95.8) + (end 93.15 97.15) + (width 0.15) + (layer "F.Cu") + (net 164) + (uuid "a2d38e73-de81-451b-b412-a1bf3fcd84fd") + ) + (segment + (start 103 96.265) + (end 102.235 95.5) + (width 0.15) + (layer "F.Cu") + (net 164) + (uuid "cd94b3d8-5381-4dc9-ab80-eb2941c424f7") + ) + (segment + (start 98.65 95.5) + (end 98.35 95.8) + (width 0.15) + (layer "F.Cu") + (net 164) + (uuid "e3d53688-13a3-417b-809d-afed2a8b9fb6") + ) + (segment + (start 93 96.85) + (end 94.35 95.5) + (width 0.15) + (layer "F.Cu") + (net 165) + (uuid "04c8e39d-4c41-4fe5-b67b-37713d5ef63e") + ) + (segment + (start 102.815 95.2) + (end 103 95.385) + (width 0.15) + (layer "F.Cu") + (net 165) + (uuid "0887a3da-00a4-4248-a756-d9d7c84dbec7") + ) + (segment + (start 86.1 97.9) + (end 86.5 98.3) + (width 0.15) + (layer "F.Cu") + (net 165) + (uuid "0e8b578f-501a-401d-b6ea-6b84cca24be2") + ) + (segment + (start 94.35 95.5) + (end 98.2 95.5) + (width 0.15) + (layer "F.Cu") + (net 165) + (uuid "108bd930-f6d7-4881-b7b2-cedd88799d7e") + ) + (segment + (start 98.2 95.5) + (end 98.5 95.2) + (width 0.15) + (layer "F.Cu") + (net 165) + (uuid "136dcc7b-7931-4aa9-af01-bd6853fb3726") + ) + (segment + (start 86.500099 98.299901) + (end 89.200961 98.299901) + (width 0.15) + (layer "F.Cu") + (net 165) + (uuid "6c586ed8-cc39-4dec-ac31-556692d71056") + ) + (segment + (start 90.650862 96.85) + (end 93 96.85) + (width 0.15) + (layer "F.Cu") + (net 165) + (uuid "83e4f5b2-2aa2-4328-b1f7-13d7940d942d") + ) + (segment + (start 89.200961 98.299901) + (end 90.650862 96.85) + (width 0.15) + (layer "F.Cu") + (net 165) + (uuid "b55e2b67-02d7-431c-9f50-cce83c10eba3") + ) + (segment + (start 98.5 95.2) + (end 102.815 95.2) + (width 0.15) + (layer "F.Cu") + (net 165) + (uuid "c442067c-149a-47c7-81be-21c640e3af79") + ) + (segment + (start 86.5 98.3) + (end 86.500099 98.299901) + (width 0.15) + (layer "F.Cu") + (net 165) + (uuid "ef44cf4a-1a33-4569-916b-eeeb075d8ff6") + ) + (segment + (start 90.8 106.5) + (end 90.15 107.15) + (width 0.15) + (layer "F.Cu") + (net 166) + (uuid "12783491-f223-4d6c-b1a2-c1bcbb00a602") + ) + (segment + (start 91.95 100.25) + (end 90.8 101.4) + (width 0.15) + (layer "F.Cu") + (net 166) + (uuid "33cac85e-ede3-4c6e-8898-83b52af97ad6") + ) + (segment + (start 87.315 107.15) + (end 87.3 107.165) + (width 0.15) + (layer "F.Cu") + (net 166) + (uuid "6ce469a7-436a-43c9-8dd8-511e34aced0a") + ) + (segment + (start 90.8 101.4) + (end 90.8 106.5) + (width 0.15) + (layer "F.Cu") + (net 166) + (uuid "b47a41eb-6c33-4519-8949-2ee12b7853bf") + ) + (segment + (start 90.15 107.15) + (end 87.315 107.15) + (width 0.15) + (layer "F.Cu") + (net 166) + (uuid "f95e47b6-40c9-4296-8651-5a1a9a584abf") + ) + (segment + (start 103.535 97.235) + (end 105.27 95.5) + (width 0.15) + (layer "F.Cu") + (net 167) + (uuid "3ed9a403-ef9d-4586-b1ac-96680f7ee2d6") + ) + (segment + (start 106.4 95.5) + (end 107.8 96.9) + (width 0.15) + (layer "F.Cu") + (net 167) + (uuid "afa27a61-0fe6-4d30-b9ca-f2717b179afc") + ) + (segment + (start 103 97.235) + (end 103.535 97.235) + (width 0.15) + (layer "F.Cu") + (net 167) + (uuid "bc9d2462-5a93-4cbc-995b-c6246bf109ef") + ) + (segment + (start 105.27 95.5) + (end 106.4 95.5) + (width 0.15) + (layer "F.Cu") + (net 167) + (uuid "f6aa633b-aef8-450c-a675-7a9541ec9f83") + ) + (segment + (start 103.815 94.415) + (end 105.27 92.96) + (width 0.15) + (layer "F.Cu") + (net 168) + (uuid "2af67c9f-1758-4649-8401-6b678ded3579") + ) + (segment + (start 106.36 92.96) + (end 107.8 94.4) + (width 0.15) + (layer "F.Cu") + (net 168) + (uuid "770267bd-6b08-4ce9-9859-255364603a92") + ) + (segment + (start 105.27 92.96) + (end 106.36 92.96) + (width 0.15) + (layer "F.Cu") + (net 168) + (uuid "a49f0862-b292-4cc7-8130-32fdc172f8a1") + ) + (segment + (start 103 94.415) + (end 103.815 94.415) + (width 0.15) + (layer "F.Cu") + (net 168) + (uuid "efcd783b-122c-443e-8bfd-32f779ffa29b") + ) + (segment + (start 88.1 101.5) + (end 88.35 101.25) + (width 0.15) + (layer "F.Cu") + (net 169) + (uuid "366beb35-98dc-4b97-8c7f-596e44284f35") + ) + (segment + (start 88.35 99.85) + (end 88.35 100.4) + (width 0.15) + (layer "F.Cu") + (net 169) + (uuid "4e741225-715b-4a98-b214-a966a085dc44") + ) + (segment + (start 88.065 101.5) + (end 88.1 101.5) + (width 0.15) + (layer "F.Cu") + (net 169) + (uuid "5c88f8d0-b13e-4854-9626-de92b1d5210f") + ) + (segment + (start 88.35 100.4) + (end 88.35 101.25) + (width 0.15) + (layer "F.Cu") + (net 169) + (uuid "8f178b98-487c-46a1-8766-657a5f78fcd0") + ) + (segment + (start 87.7 99.5) + (end 88 99.5) + (width 0.15) + (layer "F.Cu") + (net 169) + (uuid "b9ccad94-e541-445d-90ae-bf1a5a694c36") + ) + (segment + (start 88 99.5) + (end 88.35 99.85) + (width 0.15) + (layer "F.Cu") + (net 169) + (uuid "bc703488-d0cb-41d1-978a-d7199d33e932") + ) + (segment + (start 89.5 100.25) + (end 89.85 100.25) + (width 0.15) + (layer "F.Cu") + (net 170) + (uuid "45123bbf-35bf-4418-9b58-8a65877f0c2e") + ) + (segment + (start 89.035 100.715) + (end 89.5 100.25) + (width 0.15) + (layer "F.Cu") + (net 170) + (uuid "6d529d2a-9b70-4d27-bb8d-b58a72c79a5d") + ) + (segment + (start 89.035 101.5) + (end 89.035 100.715) + (width 0.15) + (layer "F.Cu") + (net 170) + (uuid "e09acb6e-ec5a-4f70-a333-09df8386dcb1") + ) + (segment + (start 122.115 110.1975) + (end 121.8125 110.5) + (width 0.15) + (layer "F.Cu") + (net 171) + (uuid "09682f05-b4e6-4e50-98a0-ce1e14e1d9ed") + ) + (segment + (start 122.115 109.2) + (end 122.115 110.1975) + (width 0.15) + (layer "F.Cu") + (net 171) + (uuid "494d55a2-ad9a-4bf0-bbf7-1a7cb99de5df") + ) + (segment + (start 122.115 80.8025) + (end 121.8125 80.5) + (width 0.15) + (layer "F.Cu") + (net 172) + (uuid "2d53adfe-0908-4806-be0d-b2a8f118289f") + ) + (segment + (start 122.115 81.8) + (end 122.115 80.8025) + (width 0.15) + (layer "F.Cu") + (net 172) + (uuid "5d4ceaf8-c3e3-49cd-90ca-75e1dd74cbea") + ) + (segment + (start 94.65 100.8) + (end 98.05 100.8) + (width 0.15) + (layer "F.Cu") + (net 173) + (uuid "2531baad-8e8d-4d4c-bd98-5bc629cbfac5") + ) + (segment + (start 98.05 100.8) + (end 98.5 100.35) + (width 0.15) + (layer "F.Cu") + (net 173) + (uuid "9a441871-eb22-4c72-ac35-2200feab42b2") + ) + (segment + (start 91.8 103.65) + (end 94.65 100.8) + (width 0.15) + (layer "F.Cu") + (net 173) + (uuid "d0ca70e9-1a7a-444e-8f18-b05a865d90f8") + ) + (segment + (start 91.8 103.65) + (end 91.3 103.65) + (width 0.15) + (layer "F.Cu") + (net 173) + (uuid "d99f388b-c9e1-4133-85bb-35a7e94ba703") + ) + (segment + (start 98.5 100.35) + (end 99.15 100.35) + (width 0.15) + (layer "F.Cu") + (net 173) + (uuid "f1155fb4-bf22-47f2-86ef-561531e00f0a") + ) + (segment + (start 91.85 103.15) + (end 91.3 103.15) + (width 0.15) + (layer "F.Cu") + (net 174) + (uuid "2e3cdf77-70fa-4689-bb1c-908e0df9b623") + ) + (segment + (start 91.85 103.15) + (end 94.65 100.35) + (width 0.15) + (layer "F.Cu") + (net 174) + (uuid "6713b300-5aa2-43a8-baf4-1d32de8c46bc") + ) + (segment + (start 94.65 100.35) + (end 95.15 100.35) + (width 0.15) + (layer "F.Cu") + (net 174) + (uuid "b4f7722d-7e5d-4d82-a603-1bfc1c1c1d4a") + ) + (segment + (start 93.95 98.7) + (end 94.65 98) + (width 0.15) + (layer "F.Cu") + (net 175) + (uuid "2067b84c-c3ac-495c-9258-8c411a333fff") + ) + (segment + (start 98.6 97.55) + (end 99.15 97.55) + (width 0.15) + (layer "F.Cu") + (net 175) + (uuid "2ef30c41-c60c-44e1-9efd-b5fee6b5953b") + ) + (segment + (start 94.65 98) + (end 98.15 98) + (width 0.15) + (layer "F.Cu") + (net 175) + (uuid "760f49b2-3b1f-4100-9d74-d73c84ac5cd9") + ) + (segment + (start 98.15 98) + (end 98.6 97.55) + (width 0.15) + (layer "F.Cu") + (net 175) + (uuid "87255772-8253-41d2-b95e-270e99dbf334") + ) + (segment + (start 93.95 100.6) + (end 93.95 98.7) + (width 0.15) + (layer "F.Cu") + (net 175) + (uuid "96364f16-2c24-44e3-8d9d-4291948c5c82") + ) + (segment + (start 91.9 102.65) + (end 93.95 100.6) + (width 0.15) + (layer "F.Cu") + (net 175) + (uuid "c4872144-a59f-4c5a-95c7-320838b6cd84") + ) + (segment + (start 91.9 102.65) + (end 91.3 102.65) + (width 0.15) + (layer "F.Cu") + (net 175) + (uuid "cab9dca3-b53b-4add-b9b5-d4999e91bcba") + ) + (segment + (start 94.37509 106.15) + (end 94.6 106.37491) + (width 0.15) + (layer "F.Cu") + (net 176) + (uuid "2b1bd8c8-3e2b-4acf-a87a-3998c5b53791") + ) + (segment + (start 98.22509 106.37491) + (end 98.65 105.95) + (width 0.15) + (layer "F.Cu") + (net 176) + (uuid "3c24ab61-861f-414b-bf23-eb9f1d4e8369") + ) + (segment + (start 98.65 105.95) + (end 99.15 105.95) + (width 0.15) + (layer "F.Cu") + (net 176) + (uuid "4fb8e930-5b30-4677-9c00-1bb0f49844f8") + ) + (segment + (start 94.37509 106.15) + (end 91.3 106.15) + (width 0.15) + (layer "F.Cu") + (net 176) + (uuid "dfa5cda6-847a-4227-96f2-e496a862f11b") + ) + (segment + (start 94.6 106.37491) + (end 98.22509 106.37491) + (width 0.15) + (layer "F.Cu") + (net 176) + (uuid "e3d47b4f-ef01-4193-9ff4-2e6deb26c70e") + ) + (segment + (start 94.65 105.95) + (end 95.15 105.95) + (width 0.15) + (layer "F.Cu") + (net 177) + (uuid "4d3bbe28-4dea-4c44-9638-c90a5e4e0201") + ) + (segment + (start 94.35 105.65) + (end 91.3 105.65) + (width 0.15) + (layer "F.Cu") + (net 177) + (uuid "6dd4c5c1-cbca-4eb3-9be0-3e6afa74ef4c") + ) + (segment + (start 94.35 105.65) + (end 94.65 105.95) + (width 0.15) + (layer "F.Cu") + (net 177) + (uuid "9b0d1423-5d98-486e-89d3-5c48e864e7f2") + ) + (segment + (start 93.15 104.65) + (end 91.3 104.65) + (width 0.15) + (layer "F.Cu") + (net 178) + (uuid "28f1f78a-2a0e-408c-8286-8740eff044c4") + ) + (segment + (start 94.65 103.15) + (end 95.15 103.15) + (width 0.15) + (layer "F.Cu") + (net 178) + (uuid "b2544925-8b5a-4ea0-a984-e8bb7b233a82") + ) + (segment + (start 93.15 104.65) + (end 94.65 103.15) + (width 0.15) + (layer "F.Cu") + (net 178) + (uuid "db6c64ab-2cc8-4022-af1e-aea2dfbec6c5") + ) + (segment + (start 93.1 105.15) + (end 91.3 105.15) + (width 0.15) + (layer "F.Cu") + (net 179) + (uuid "1daa71b7-fe89-485e-89e1-0f616c375703") + ) + (segment + (start 94.65 103.6) + (end 98.05 103.6) + (width 0.15) + (layer "F.Cu") + (net 179) + (uuid "81596297-554a-4de2-8067-66e2218b2a33") + ) + (segment + (start 98.05 103.6) + (end 98.5 103.15) + (width 0.15) + (layer "F.Cu") + (net 179) + (uuid "8d7b65f4-0311-4f29-b834-3006df46024f") + ) + (segment + (start 93.1 105.15) + (end 94.65 103.6) + (width 0.15) + (layer "F.Cu") + (net 179) + (uuid "a79ef794-7d94-40c2-ad8b-60b70bdcbce3") + ) + (segment + (start 98.5 103.15) + (end 99.15 103.15) + (width 0.15) + (layer "F.Cu") + (net 179) + (uuid "c722eb12-5565-42a7-b155-1e63cf50d6bc") + ) + (segment + (start 91.3 91.05) + (end 92.15 91.05) + (width 0.15) + (layer "F.Cu") + (net 180) + (uuid "03a26f24-94f7-4bdf-906a-637e454f67c8") + ) + (segment + (start 98.05 89.6) + (end 98.5 89.15) + (width 0.15) + (layer "F.Cu") + (net 180) + (uuid "096a6a76-6ad7-4046-bdd5-f6080215d455") + ) + (segment + (start 98.5 89.15) + (end 99.15 89.15) + (width 0.15) + (layer "F.Cu") + (net 180) + (uuid "3a167e27-0664-4993-810a-5228b728cdfc") + ) + (segment + (start 93.6 89.6) + (end 98.05 89.6) + (width 0.15) + (layer "F.Cu") + (net 180) + (uuid "6c85fbb9-9c94-4e2a-97b9-7ac0786ef1e8") + ) + (segment + (start 92.15 91.05) + (end 93.6 89.6) + (width 0.15) + (layer "F.Cu") + (net 180) + (uuid "c0dd5973-99bd-4f9b-b2d9-6f49662ccef2") + ) + (segment + (start 93.45 89.15) + (end 95.15 89.15) + (width 0.15) + (layer "F.Cu") + (net 181) + (uuid "4bd7775d-4dd8-4c3e-9f87-e7c7d1e59575") + ) + (segment + (start 92.05 90.55) + (end 93.45 89.15) + (width 0.15) + (layer "F.Cu") + (net 181) + (uuid "8249b123-3867-4005-86be-14bfa774027c") + ) + (segment + (start 91.3 90.55) + (end 92.05 90.55) + (width 0.15) + (layer "F.Cu") + (net 181) + (uuid "9ed9df9e-4356-4894-b3a5-62e8b047d882") + ) + (segment + (start 92.375 89.525) + (end 92.375 88.475) + (width 0.15) + (layer "F.Cu") + (net 182) + (uuid "1a6e28a6-1aa7-4d36-b87a-9e422e410ae1") + ) + (segment + (start 94.05 86.8) + (end 98.1 86.8) + (width 0.15) + (layer "F.Cu") + (net 182) + (uuid "39445800-79f9-4630-adad-814e66b31acb") + ) + (segment + (start 98.1 86.8) + (end 98.55 86.35) + (width 0.15) + (layer "F.Cu") + (net 182) + (uuid "509be4de-4cfd-4f03-a29b-e210350800cc") + ) + (segment + (start 98.55 86.35) + (end 99.15 86.35) + (width 0.15) + (layer "F.Cu") + (net 182) + (uuid "5a5c6dfc-600b-47d4-aecd-43acaa6e33ba") + ) + (segment + (start 99.25 86.425) + (end 99.25 86.2375) + (width 0.15) + (layer "F.Cu") + (net 182) + (uuid "a8cbc6b7-8f51-4071-b6f7-171eb2878c76") + ) + (segment + (start 91.85 90.05) + (end 92.375 89.525) + (width 0.15) + (layer "F.Cu") + (net 182) + (uuid "b7c8d0aa-544c-4aec-b23f-13caaf02b8c0") + ) + (segment + (start 91.3 90.05) + (end 91.85 90.05) + (width 0.15) + (layer "F.Cu") + (net 182) + (uuid "ea81c411-2268-41fd-9757-453e00d9452b") + ) + (segment + (start 92.375 88.475) + (end 94.05 86.8) + (width 0.15) + (layer "F.Cu") + (net 182) + (uuid "fa3f7565-6ef0-46f2-a9e7-3149f7e0f4b9") + ) + (segment + (start 98.05 95.2) + (end 98.5 94.75) + (width 0.15) + (layer "F.Cu") + (net 183) + (uuid "0c8091c9-7242-4f00-b772-308298fbcc7f") + ) + (segment + (start 91.65 93.55) + (end 91.9 93.3) + (width 0.15) + (layer "F.Cu") + (net 183) + (uuid "2032126c-c367-4571-8230-203f30fd5db2") + ) + (segment + (start 91.3 93.55) + (end 91.65 93.55) + (width 0.15) + (layer "F.Cu") + (net 183) + (uuid "2486d034-c139-44f6-95d9-d15266420386") + ) + (segment + (start 94.3 95.2) + (end 98.05 95.2) + (width 0.15) + (layer "F.Cu") + (net 183) + (uuid "628c2ec1-218a-4ee9-8cee-6a9c4f0d584e") + ) + (segment + (start 98.5 94.75) + (end 99.15 94.75) + (width 0.15) + (layer "F.Cu") + (net 183) + (uuid "68ed8682-136b-4079-9e50-a0ddb08f3f1f") + ) + (segment + (start 92.4 93.3) + (end 94.3 95.2) + (width 0.15) + (layer "F.Cu") + (net 183) + (uuid "91fc54ff-4276-41b0-a00a-1e9cd1288e91") + ) + (segment + (start 91.9 93.3) + (end 92.4 93.3) + (width 0.15) + (layer "F.Cu") + (net 183) + (uuid "9d1cef05-e407-4a01-9fa1-d7e772ae8939") + ) + (segment + (start 92.5 92.9) + (end 94.35 94.75) + (width 0.15) + (layer "F.Cu") + (net 184) + (uuid "4a1a595b-1734-48c3-9baf-7268eeda2fed") + ) + (segment + (start 91.65 93.05) + (end 91.8 92.9) + (width 0.15) + (layer "F.Cu") + (net 184) + (uuid "78e81778-93af-435e-a586-e84f43c1e8cf") + ) + (segment + (start 91.8 92.9) + (end 92.5 92.9) + (width 0.15) + (layer "F.Cu") + (net 184) + (uuid "7df9af83-9689-4570-9ac2-a6e8ee799f65") + ) + (segment + (start 94.35 94.75) + (end 95.15 94.75) + (width 0.15) + (layer "F.Cu") + (net 184) + (uuid "9bd8ef1d-532a-4927-afe5-162e6702eed1") + ) + (segment + (start 91.3 93.05) + (end 91.65 93.05) + (width 0.15) + (layer "F.Cu") + (net 184) + (uuid "9ecb94ee-7e12-48b4-8ea9-b4e057833e6f") + ) + (segment + (start 94.65 91.95) + (end 95.15 91.95) + (width 0.15) + (layer "F.Cu") + (net 185) + (uuid "5de8373c-ecf8-4238-9df8-c7ca8677bc92") + ) + (segment + (start 91.3 92.05) + (end 94.55 92.05) + (width 0.15) + (layer "F.Cu") + (net 185) + (uuid "63b3c4d1-b453-4a31-a8d8-3c9df73d72c3") + ) + (segment + (start 94.55 92.05) + (end 94.65 91.95) + (width 0.15) + (layer "F.Cu") + (net 185) + (uuid "78ab49fd-1f22-4ced-8ead-c231e2f0cc80") + ) + (segment + (start 98.5 91.95) + (end 99.15 91.95) + (width 0.15) + (layer "F.Cu") + (net 186) + (uuid "0822ca37-715d-4e56-a8e3-be77335446d8") + ) + (segment + (start 97.9 92.55) + (end 98.5 91.95) + (width 0.15) + (layer "F.Cu") + (net 186) + (uuid "3d5cf56e-bd9f-4579-b0ce-3221501e1e55") + ) + (segment + (start 91.3 92.55) + (end 97.9 92.55) + (width 0.15) + (layer "F.Cu") + (net 186) + (uuid "b2e7fb91-c4cb-46b7-aaee-b9207f560847") + ) + (segment + (start 57.65 97.95) + (end 57.9 98.2) + (width 0.45) + (layer "F.Cu") + (net 187) + (uuid "35dc7cfb-7ee4-4dbb-84a4-bb95121c0c75") + ) + (segment + (start 55.275 93.675) + (end 55.9 93.05) + (width 0.45) + (layer "F.Cu") + (net 187) + (uuid "6b91675f-3f4a-4c45-b82b-8db2163a75ff") + ) + (segment + (start 54.4 94.55) + (end 55.275 93.675) + (width 0.45) + (layer "F.Cu") + (net 187) + (uuid "84a31ba5-ed36-4843-b612-7c06c39a7b75") + ) + (segment + (start 57.9 98.2) + (end 58.565 98.2) + (width 0.45) + (layer "F.Cu") + (net 187) + (uuid "8d4c482b-c37a-47ca-8580-9a0af7f9dca1") + ) + (segment + (start 54.4 96.504822) + (end 54.4 94.55) + (width 0.45) + (layer "F.Cu") + (net 187) + (uuid "936f5f7d-9be8-412e-8435-863140abf04c") + ) + (segment + (start 56.695 97.95) + (end 57.65 97.95) + (width 0.45) + (layer "F.Cu") + (net 187) + (uuid "b8f93d9e-3376-48f0-bc60-af47ca8099cf") + ) + (segment + (start 55.9 93.05) + (end 56.695 93.05) + (width 0.45) + (layer "F.Cu") + (net 187) + (uuid "bffbc01e-fc5f-43bb-931c-f3ac0b6e9132") + ) + (segment + (start 55.845178 97.95) + (end 54.4 96.504822) + (width 0.45) + (layer "F.Cu") + (net 187) + (uuid "cb1a7bfd-ab72-4873-b268-3da8b3476d2c") + ) + (segment + (start 56.695 97.95) + (end 55.845178 97.95) + (width 0.45) + (layer "F.Cu") + (net 187) + (uuid "cd19f639-8366-47a4-8069-f7d3ddfea166") + ) + (via + (at 54.4 94.55) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 187) + (uuid "ec4b384c-ee6d-4566-9d00-d7e728ee5f9d") + ) + (segment + (start 54.7 94.25) + (end 54.4 94.55) + (width 0.15) + (layer "B.Cu") + (net 187) + (uuid "30c081a8-6eb9-49ff-8afb-4e4de5006481") + ) + (segment + (start 55.5 94.25) + (end 54.7 94.25) + (width 0.15) + (layer "B.Cu") + (net 187) + (uuid "93e2b194-78b4-4c72-b805-e35e3550b188") + ) + (segment + (start 58.4 93.635) + (end 58.215 93.635) + (width 0.15) + (layer "F.Cu") + (net 188) + (uuid "32f3f8e6-d772-4584-9f38-a27045fc5ece") + ) + (segment + (start 57.6 94.25) + (end 56.695 94.25) + (width 0.15) + (layer "F.Cu") + (net 188) + (uuid "421f213e-6920-4f9b-a902-220bdc9b2799") + ) + (segment + (start 58.215 93.635) + (end 57.6 94.25) + (width 0.15) + (layer "F.Cu") + (net 188) + (uuid "cfda341f-96d1-4c17-862a-547f7b32dd8a") + ) + (segment + (start 56.695 97.25) + (end 57.573146 97.25) + (width 0.15) + (layer "F.Cu") + (net 189) + (uuid "088528ed-9597-4a2f-884e-b077d4d99f3c") + ) + (segment + (start 57.573146 97.25) + (end 57.648047 97.324901) + (width 0.15) + (layer "F.Cu") + (net 189) + (uuid "109c6eb3-f539-4af6-b725-b5526e7d4f77") + ) + (segment + (start 58.490099 97.324901) + (end 58.565 97.25) + (width 0.15) + (layer "F.Cu") + (net 189) + (uuid "800e4b03-3f41-427c-8741-99a61b567cb8") + ) + (segment + (start 57.648047 97.324901) + (end 58.490099 97.324901) + (width 0.15) + (layer "F.Cu") + (net 189) + (uuid "adc99d30-654f-450a-bbee-2e855bf37d09") + ) + (segment + (start 125.5 105.6) + (end 124.3 105.6) + (width 0.15) + (layer "F.Cu") + (net 190) + (uuid "5e20d763-c921-4d63-a858-87fb60de84b1") + ) + (segment + (start 124.3 105.6) + (end 122.8 107.1) + (width 0.15) + (layer "F.Cu") + (net 190) + (uuid "f102e821-7127-4fff-ac26-eb6d03ccdf05") + ) + (via + (at 122.8 107.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 190) + (uuid "af222ede-15a1-480a-a68f-046c5727ab62") + ) + (segment + (start 122.8 107.1) + (end 122.8 107.785) + (width 0.15) + (layer "B.Cu") + (net 190) + (uuid "5d6a8fee-0f28-4bb9-866f-abcc0089d992") + ) + (segment + (start 122.8 107.785) + (end 122.815 107.8) + (width 0.15) + (layer "B.Cu") + (net 190) + (uuid "bd72c5fa-1dbb-45a7-a8cc-b54e08de1542") + ) + (segment + (start 122.8 106.385) + (end 122.8 107.1) + (width 0.15) + (layer "B.Cu") + (net 190) + (uuid "c8d33ae3-b1bb-425c-9632-1a5ff0a82f74") + ) + (segment + (start 124.8 106.1) + (end 123.8 107.1) + (width 0.15) + (layer "F.Cu") + (net 191) + (uuid "520536b8-173a-4330-a5d3-1ea2b3d01cc1") + ) + (segment + (start 125.5 106.1) + (end 124.8 106.1) + (width 0.15) + (layer "F.Cu") + (net 191) + (uuid "6729d992-881d-49eb-bf82-7ed0b3e17c26") + ) + (via + (at 123.8 107.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 191) + (uuid "9df6f9ef-cb34-4f37-ab2b-899e9268ad06") + ) + (segment + (start 123.8 107.785) + (end 123.785 107.8) + (width 0.15) + (layer "B.Cu") + (net 191) + (uuid "4f5c7825-f151-475a-994f-314420c1d9e4") + ) + (segment + (start 123.8 106.385) + (end 123.8 107.1) + (width 0.15) + (layer "B.Cu") + (net 191) + (uuid "4fdb285e-eeb6-4771-90b6-c7689b4ef4bc") + ) + (segment + (start 123.8 107.1) + (end 123.8 107.785) + (width 0.15) + (layer "B.Cu") + (net 191) + (uuid "cd0fde5f-7c66-4ac4-8628-621a7f363a34") + ) + (segment + (start 121.1 85.4) + (end 122.3 85.4) + (width 0.15) + (layer "F.Cu") + (net 192) + (uuid "7030eb79-dc96-459b-8c83-5cdc3077b868") + ) + (segment + (start 122.3 85.4) + (end 123.8 83.9) + (width 0.15) + (layer "F.Cu") + (net 192) + (uuid "bacbe3d3-6f50-4a71-b037-4286caca8a01") + ) + (via + (at 123.8 83.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 192) + (uuid "44aa47bd-365c-4577-80d5-7553d9d014dc") + ) + (segment + (start 123.8 83.9) + (end 123.8 83.215) + (width 0.15) + (layer "B.Cu") + (net 192) + (uuid "02b7b349-66c5-48c5-9dff-d4bd2ab5754e") + ) + (segment + (start 123.8 83.215) + (end 123.785 83.2) + (width 0.15) + (layer "B.Cu") + (net 192) + (uuid "a7956c98-3751-48f8-9cf9-52e42f508bcd") + ) + (segment + (start 123.8 83.9) + (end 123.8 84.615) + (width 0.15) + (layer "B.Cu") + (net 192) + (uuid "ff2b007a-1051-433e-89e1-2c6a6ce772b7") + ) + (segment + (start 121.1 84.9) + (end 121.8 84.9) + (width 0.15) + (layer "F.Cu") + (net 193) + (uuid "627acdfd-3512-473a-b188-1aec9c8bfe60") + ) + (segment + (start 121.8 84.9) + (end 122.8 83.9) + (width 0.15) + (layer "F.Cu") + (net 193) + (uuid "e4ed55e5-1cb8-43e3-9354-acf98aa8a2a0") + ) + (via + (at 122.8 83.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 193) + (uuid "03ef7221-9fdd-4d00-b6be-e31f84ede9bb") + ) + (segment + (start 122.8 83.9) + (end 122.8 83.215) + (width 0.15) + (layer "B.Cu") + (net 193) + (uuid "33d2cf6a-17a8-43d8-8e4d-4b0233bee5d3") + ) + (segment + (start 122.8 83.215) + (end 122.815 83.2) + (width 0.15) + (layer "B.Cu") + (net 193) + (uuid "96146dfa-bf7c-437d-9aba-b0962b1d455d") + ) + (segment + (start 122.8 83.9) + (end 122.8 84.615) + (width 0.15) + (layer "B.Cu") + (net 193) + (uuid "f7a8d521-528d-4c3e-8f36-18a7d1e7b579") + ) + (segment + (start 119.1 103.7) + (end 120.6 105.2) + (width 0.15) + (layer "F.Cu") + (net 194) + (uuid "16595c5e-947e-4356-a721-4de7af140f24") + ) + (segment + (start 121.9 105.2) + (end 122.1 105.4) + (width 0.15) + (layer "F.Cu") + (net 194) + (uuid "168b849d-a11f-4345-8475-a8c5dc9976f6") + ) + (segment + (start 119.1 103.3) + (end 119.1 103.7) + (width 0.15) + (layer "F.Cu") + (net 194) + (uuid "8cd199ca-f2b1-4e76-8df7-cc75b8672d85") + ) + (segment + (start 122.1 105.4) + (end 122.1 106.4) + (width 0.15) + (layer "F.Cu") + (net 194) + (uuid "b00fd2c3-987a-4ede-9abf-dbf812950399") + ) + (segment + (start 121.9 106.6) + (end 121.1 106.6) + (width 0.15) + (layer "F.Cu") + (net 194) + (uuid "c3d0a12e-720e-4555-9147-e48f3bcc60b5") + ) + (segment + (start 120.6 105.2) + (end 121.9 105.2) + (width 0.15) + (layer "F.Cu") + (net 194) + (uuid "d63d48bb-8353-4f86-81fa-3af96f4dae35") + ) + (segment + (start 122.1 106.4) + (end 121.9 106.6) + (width 0.15) + (layer "F.Cu") + (net 194) + (uuid "dc57fc7f-ac0a-4abc-9ee6-49dd5a65998a") + ) + (segment + (start 126.7 99.815) + (end 127.585 99.815) + (width 0.15) + (layer "F.Cu") + (net 195) + (uuid "0a89e4ab-f990-4287-96d0-85310b2aa55a") + ) + (segment + (start 121.35 102.65) + (end 121.85 102.15) + (width 0.15) + (layer "F.Cu") + (net 195) + (uuid "2fca306f-980a-4bfb-80ef-b4c23cb6606b") + ) + (segment + (start 120.85 102.65) + (end 120.4 103.1) + (width 0.15) + (layer "F.Cu") + (net 195) + (uuid "41609430-bac5-4e0d-a94e-1c7a6a92ed5d") + ) + (segment + (start 121.1 102.65) + (end 121.35 102.65) + (width 0.15) + (layer "F.Cu") + (net 195) + (uuid "6eaea755-9b7d-4dde-a2b7-732ecc73818f") + ) + (segment + (start 127.585 99.815) + (end 127.6 99.8) + (width 0.15) + (layer "F.Cu") + (net 195) + (uuid "7bd5faee-e4b9-458a-949c-5399f7441628") + ) + (segment + (start 121.85 102.15) + (end 122.2 102.15) + (width 0.15) + (layer "F.Cu") + (net 195) + (uuid "ea418b41-82b5-4541-8ae8-6dea418c2c3e") + ) + (segment + (start 121.1 102.65) + (end 120.85 102.65) + (width 0.15) + (layer "F.Cu") + (net 195) + (uuid "f0dbed5f-c639-49b8-b226-86c5fea8ad3a") + ) + (via + (at 120.4 103.1) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 195) + (uuid "237896ea-253b-4ba6-8e17-7580b9ab2494") + ) + (via + (at 127.6 99.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 195) + (uuid "59e9c694-e689-43d6-a9c2-7bdb38b4386d") + ) + (segment + (start 120.9 103.1) + (end 120.4 103.1) + (width 0.15) + (layer "B.Cu") + (net 195) + (uuid "34273e70-4108-4e5c-a028-34d21a5c1efd") + ) + (segment + (start 123.4 100.6) + (end 120.9 103.1) + (width 0.15) + (layer "B.Cu") + (net 195) + (uuid "6e07fda6-6908-4f4b-80a7-95fe1231aada") + ) + (segment + (start 126.8 100.6) + (end 123.4 100.6) + (width 0.15) + (layer "B.Cu") + (net 195) + (uuid "936bfc53-c96b-4a2a-919d-38082ae3a191") + ) + (segment + (start 127.6 99.8) + (end 126.8 100.6) + (width 0.15) + (layer "B.Cu") + (net 195) + (uuid "f3ae65a7-022a-4ae3-b418-1c60483f398f") + ) + (segment + (start 127.5 87.3) + (end 126 85.8) + (width 0.15) + (layer "F.Cu") + (net 196) + (uuid "44effc68-1ba3-4d29-bfb4-844239496cee") + ) + (segment + (start 124.7 85.8) + (end 124.5 85.6) + (width 0.15) + (layer "F.Cu") + (net 196) + (uuid "6f566def-ccf5-4f24-8c95-5a152fda8ef8") + ) + (segment + (start 127.5 87.7) + (end 127.5 87.3) + (width 0.15) + (layer "F.Cu") + (net 196) + (uuid "8d65618c-ded0-46c8-bc19-937388a5135f") + ) + (segment + (start 124.5 85.6) + (end 124.5 84.6) + (width 0.15) + (layer "F.Cu") + (net 196) + (uuid "91f4375e-13a6-4343-9f53-7b08366312cb") + ) + (segment + (start 126 85.8) + (end 124.7 85.8) + (width 0.15) + (layer "F.Cu") + (net 196) + (uuid "c3377dc3-cd3f-4c1f-b057-76e1afc2a9ee") + ) + (segment + (start 124.7 84.4) + (end 125.5 84.4) + (width 0.15) + (layer "F.Cu") + (net 196) + (uuid "d7419199-80cd-4ec8-90a7-c7841f41c706") + ) + (segment + (start 124.5 84.6) + (end 124.7 84.4) + (width 0.15) + (layer "F.Cu") + (net 196) + (uuid "fa167c12-ae03-4911-9142-b7a91aabddca") + ) + (segment + (start 125.75 88.35) + (end 126.2 87.9) + (width 0.15) + (layer "F.Cu") + (net 197) + (uuid "00933cba-ec0d-4aa1-abc9-1cfc51f01a16") + ) + (segment + (start 119.9 91.185) + (end 119.015 91.185) + (width 0.15) + (layer "F.Cu") + (net 197) + (uuid "456cd388-95f0-4163-bd52-a6c7f4e1aa1c") + ) + (segment + (start 125.25 88.35) + (end 125.5 88.35) + (width 0.15) + (layer "F.Cu") + (net 197) + (uuid "61f4c60b-bf77-42f5-84b4-fda320eaf3e7") + ) + (segment + (start 124.75 88.85) + (end 125.25 88.35) + (width 0.15) + (layer "F.Cu") + (net 197) + (uuid "b40d0d48-a69b-4c05-9623-c1adbdeff36d") + ) + (segment + (start 119.015 91.185) + (end 119 91.2) + (width 0.15) + (layer "F.Cu") + (net 197) + (uuid "b842f545-f8c4-496e-ae71-639a8f14f124") + ) + (segment + (start 124.4 88.85) + (end 124.75 88.85) + (width 0.15) + (layer "F.Cu") + (net 197) + (uuid "bb949b82-fec6-420a-abfc-d18fb4547420") + ) + (segment + (start 125.5 88.35) + (end 125.75 88.35) + (width 0.15) + (layer "F.Cu") + (net 197) + (uuid "ffaa889d-94f7-457c-bd22-177342aa4d78") + ) + (via + (at 126.2 87.9) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 197) + (uuid "5d1c7aa0-6170-4264-866d-7db5e62fedd5") + ) + (via + (at 119 91.2) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 197) + (uuid "e1c6d4fd-c5b0-4d46-8760-f7a20e8d24b3") + ) + (segment + (start 125.7 87.9) + (end 126.2 87.9) + (width 0.15) + (layer "B.Cu") + (net 197) + (uuid "25c97741-d0da-4efc-a99f-bd32e98fef10") + ) + (segment + (start 123.2 90.4) + (end 125.7 87.9) + (width 0.15) + (layer "B.Cu") + (net 197) + (uuid "4978a171-a407-46ca-af53-8ee0deb5d339") + ) + (segment + (start 119 91.2) + (end 119.8 90.4) + (width 0.15) + (layer "B.Cu") + (net 197) + (uuid "628ad3a2-194f-414b-94eb-3ce970ebd5dc") + ) + (segment + (start 119.8 90.4) + (end 123.2 90.4) + (width 0.15) + (layer "B.Cu") + (net 197) + (uuid "e4bb9a9d-3f07-45c4-8505-94f130a7639d") + ) + (segment + (start 64.85 114.35) + (end 63.55 114.35) + (width 0.15) + (layer "F.Cu") + (net 198) + (uuid "00000000-0000-0000-0000-00005f476dd1") + ) + (segment + (start 63.55 114.35) + (end 63.4 114.5) + (width 0.15) + (layer "F.Cu") + (net 198) + (uuid "00000000-0000-0000-0000-00005f476e3a") + ) + (segment + (start 60.25 113.75) + (end 60.2 113.75) + (width 0.15) + (layer "F.Cu") + (net 198) + (uuid "05cb81f5-327c-4838-803b-41ae5ca80737") + ) + (segment + (start 63.4 114.5) + (end 62.4 114.5) + (width 0.15) + (layer "F.Cu") + (net 198) + (uuid "3f4c9a38-1487-4f3f-8f2a-cc23293e5969") + ) + (segment + (start 62.4 114.5) + (end 61.7 115.2) + (width 0.15) + (layer "F.Cu") + (net 198) + (uuid "bce1534c-362e-45ed-a9dd-a44d6954485a") + ) + (segment + (start 61.7 115.2) + (end 60.25 113.75) + (width 0.15) + (layer "F.Cu") + (net 198) + (uuid "eeff06ce-5dd6-48ad-98cf-4489d7624b9c") + ) + (segment + (start 62.8 117) + (end 62.8 116.07) + (width 0.15) + (layer "F.Cu") + (net 199) + (uuid "bfed4ad2-3fa7-41f6-abd2-2e437cef4025") + ) + (segment + (start 124.4 100.25) + (end 123.25 100.25) + (width 0.65) + (layer "F.Cu") + (net 200) + (uuid "00000000-0000-0000-0000-00005f701924") + ) + (segment + (start 123.25 100.25) + (end 123.25 100.25) + (width 0.65) + (layer "F.Cu") + (net 200) + (uuid "00000000-0000-0000-0000-00005f7b2e10") + ) + (via + (at 125 99.35) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 200) + (uuid "13f15df1-85d9-427e-adf4-63f682b8c906") + ) + (via + (at 123.2 99.35) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 200) + (uuid "21556fb3-4545-4e9b-b34b-561306b93e8b") + ) + (via + (at 123.2 99.95) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 200) + (uuid "a02685dd-d915-4b16-805e-6e2e51bcfd93") + ) + (via + (at 123.4 91.65) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 201) + (uuid "00000000-0000-0000-0000-00005f7add7e") + ) + (via + (at 121.6 91.65) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 201) + (uuid "4e33add5-8994-4bfc-b11b-4ed7b1094c2b") + ) + (via + (at 123.4 91.05) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 201) + (uuid "a5c13482-e4bd-416e-bff7-1f8569a0e102") + ) + (segment + (start 123.8375 102.4) + (end 124.05 102.6125) + (width 0.15) + (layer "B.Cu") + (net 202) + (uuid "4a21d358-49d2-4752-862b-bf1c32cf9341") + ) + (segment + (start 122.8 105.415) + (end 122.5 105.115) + (width 0.15) + (layer "B.Cu") + (net 202) + (uuid "8a65df5e-ec08-483c-afca-b88724ed42af") + ) + (segment + (start 122.8 102.4) + (end 123.8375 102.4) + (width 0.15) + (layer "B.Cu") + (net 202) + (uuid "d0b7a114-3739-4879-b858-4db4d8fb9b8f") + ) + (segment + (start 122.5 102.7) + (end 122.8 102.4) + (width 0.15) + (layer "B.Cu") + (net 202) + (uuid "e06620f1-6613-429a-ab9d-1435eff32a58") + ) + (segment + (start 122.5 105.115) + (end 122.5 102.7) + (width 0.15) + (layer "B.Cu") + (net 202) + (uuid "fc2b0ef8-a367-4ea9-a602-bd171c23de7c") + ) + (segment + (start 124.1 85.885) + (end 124.1 88.3) + (width 0.15) + (layer "B.Cu") + (net 203) + (uuid "07ffbaad-8e7b-438d-94db-f42b8695db20") + ) + (segment + (start 124.1 88.3) + (end 123.8 88.6) + (width 0.15) + (layer "B.Cu") + (net 203) + (uuid "2ca9392d-bde0-4181-86c5-56e524a77aac") + ) + (segment + (start 123.8 88.6) + (end 122.7625 88.6) + (width 0.15) + (layer "B.Cu") + (net 203) + (uuid "85dbff05-be6f-4fea-93ec-8f920eff8644") + ) + (segment + (start 123.8 85.585) + (end 124.1 85.885) + (width 0.15) + (layer "B.Cu") + (net 203) + (uuid "8b918202-59dd-40dd-8d25-5ade1176d40d") + ) + (segment + (start 122.7625 88.6) + (end 122.55 88.3875) + (width 0.15) + (layer "B.Cu") + (net 203) + (uuid "92eaba14-1ba6-49d7-8a55-64129d195b8b") + ) + (via + (at 72.15 118.65) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 204) + (uuid "1c26b2a1-6180-4d81-82a0-b957aec51ced") + ) + (via + (at 72.15 119.45) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 204) + (uuid "a9a4e7f4-65c4-4f5d-ac14-565557d2140d") + ) + (via + (at 77.15 119.45) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 204) + (uuid "add34c53-8568-4486-87b8-6086759ffdfc") + ) + (via + (at 77.15 118.65) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 204) + (uuid "ba6de366-936b-404f-9d48-15a12c188700") + ) + (segment + (start 126.585 106.6) + (end 127 106.185) + (width 0.15) + (layer "F.Cu") + (net 205) + (uuid "126ce113-cb27-45a9-b6cc-8f485a625bdb") + ) + (segment + (start 127.015 106.2) + (end 127 106.185) + (width 0.15) + (layer "F.Cu") + (net 205) + (uuid "8e299ddc-1f56-4137-a8ec-cd5521d55593") + ) + (segment + (start 127.8 106.2) + (end 127.015 106.2) + (width 0.15) + (layer "F.Cu") + (net 205) + (uuid "99a989eb-2d20-47d8-b213-ff3e9d3babc0") + ) + (segment + (start 125.5 106.6) + (end 126.585 106.6) + (width 0.15) + (layer "F.Cu") + (net 205) + (uuid "f4938d4d-a527-459a-a9bc-459fb1b6e055") + ) + (via + (at 127.8 106.2) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 205) + (uuid "8d65c9ab-d01f-47b9-9a50-b30639aa215d") + ) + (segment + (start 127.185 106.2) + (end 127 106.385) + (width 0.15) + (layer "B.Cu") + (net 205) + (uuid "7cc8ef94-7a5e-4faa-aeb4-3bb1548223bc") + ) + (segment + (start 127.8 106.2) + (end 127.185 106.2) + (width 0.15) + (layer "B.Cu") + (net 205) + (uuid "eb6ec024-ac8e-427c-bbd2-1659c2cc7a6d") + ) + (segment + (start 119.585 84.8) + (end 119.6 84.815) + (width 0.15) + (layer "F.Cu") + (net 206) + (uuid "09940018-3fa9-4a88-b3b9-be0e55e01f98") + ) + (segment + (start 118.8 84.8) + (end 119.585 84.8) + (width 0.15) + (layer "F.Cu") + (net 206) + (uuid "0a37d534-7811-4ccd-b7c7-11cb3f115732") + ) + (segment + (start 121.1 84.4) + (end 120.015 84.4) + (width 0.15) + (layer "F.Cu") + (net 206) + (uuid "97afb878-d10c-4fc4-9b00-d3b0fb4faef5") + ) + (segment + (start 120.015 84.4) + (end 119.6 84.815) + (width 0.15) + (layer "F.Cu") + (net 206) + (uuid "edaf969f-353e-44bd-9eea-e5dbfe1f2308") + ) + (via + (at 118.8 84.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 206) + (uuid "4a6940d3-5f4c-4f89-8907-3e172e6612ac") + ) + (segment + (start 118.8 84.8) + (end 120.615 84.8) + (width 0.15) + (layer "B.Cu") + (net 206) + (uuid "392ad4e5-a898-42b1-b069-9568d5fef0f5") + ) + (segment + (start 120.615 84.8) + (end 120.8 84.615) + (width 0.15) + (layer "B.Cu") + (net 206) + (uuid "86f585ae-7fec-451b-9f4d-5178606c3d7d") + ) + (segment + (start 91.95 102.15) + (end 93.65 100.45) + (width 0.15) + (layer "F.Cu") + (net 207) + (uuid "0a588191-ca91-48f0-9112-a50f1595c31c") + ) + (segment + (start 93.65 98.55) + (end 94.65 97.55) + (width 0.15) + (layer "F.Cu") + (net 207) + (uuid "7d19444d-d1c3-48fb-aa26-90b94c129f4f") + ) + (segment + (start 91.95 102.15) + (end 91.3 102.15) + (width 0.15) + (layer "F.Cu") + (net 207) + (uuid "c18aebae-089c-4755-ac9e-31abe3fcd33f") + ) + (segment + (start 93.65 100.45) + (end 93.65 98.55) + (width 0.15) + (layer "F.Cu") + (net 207) + (uuid "d7aa7cc0-ad3c-4865-b37f-852f0b767b74") + ) + (segment + (start 94.65 97.55) + (end 95.15 97.55) + (width 0.15) + (layer "F.Cu") + (net 207) + (uuid "eaa096a8-7535-4043-9df9-5af58c8951ff") + ) + (segment + (start 94.05 86.35) + (end 95.15 86.35) + (width 0.15) + (layer "F.Cu") + (net 208) + (uuid "29ea5a22-b0c8-455f-adfc-a1e4ae7ca3cd") + ) + (segment + (start 91.75 89.55) + (end 92 89.3) + (width 0.15) + (layer "F.Cu") + (net 208) + (uuid "92a25898-49c8-4de4-8b88-e267422fab0f") + ) + (segment + (start 92 88.4) + (end 94.05 86.35) + (width 0.15) + (layer "F.Cu") + (net 208) + (uuid "971f6f2b-78bc-4de0-9bca-4a8b5b2e3953") + ) + (segment + (start 91.3 89.55) + (end 91.75 89.55) + (width 0.15) + (layer "F.Cu") + (net 208) + (uuid "c07ddfa4-9b91-489b-85a9-c85d116d25a2") + ) + (segment + (start 92 89.3) + (end 92 88.4) + (width 0.15) + (layer "F.Cu") + (net 208) + (uuid "e675dc08-91e5-4020-8c46-87d0a1a7ad99") + ) + (segment + (start 109.09 104.7) + (end 107.81 103.42) + (width 0.15) + (layer "F.Cu") + (net 209) + (uuid "280efeff-3fbf-41c9-8761-bfb42a8b675f") + ) + (segment + (start 107.81 103.42) + (end 109.13 102.1) + (width 0.15) + (layer "F.Cu") + (net 209) + (uuid "2af03734-769d-4be2-8727-78cbed8fec04") + ) + (segment + (start 110.9 98.725) + (end 110.65 98.475) + (width 0.15) + (layer "F.Cu") + (net 209) + (uuid "36fb4ee6-56ec-4072-9a5a-e587ffbd1405") + ) + (segment + (start 110.104822 102.1) + (end 110.9 101.304822) + (width 0.15) + (layer "F.Cu") + (net 209) + (uuid "56ae7ec6-fe23-44e9-ba90-5f368a6a9156") + ) + (segment + (start 109.8 104.7) + (end 109.09 104.7) + (width 0.15) + (layer "F.Cu") + (net 209) + (uuid "57976132-cdd3-4187-8fe7-5ed48bfa0c27") + ) + (segment + (start 110.15 105.5) + (end 110.15 105.05) + (width 0.15) + (layer "F.Cu") + (net 209) + (uuid "65e36f4d-8b19-4c5b-b17c-e48567fa1d25") + ) + (segment + (start 110.65 98.475) + (end 109.75 98.475) + (width 0.15) + (layer "F.Cu") + (net 209) + (uuid "8f600e15-43ff-418a-b10d-266b258e7e96") + ) + (segment + (start 110.15 105.05) + (end 109.8 104.7) + (width 0.15) + (layer "F.Cu") + (net 209) + (uuid "9620f79f-8766-4e5b-8c5f-3701fb2e966b") + ) + (segment + (start 110.9 101.304822) + (end 110.9 98.725) + (width 0.15) + (layer "F.Cu") + (net 209) + (uuid "e6854cff-2607-407d-b45f-37658e3ea8a5") + ) + (segment + (start 109.13 102.1) + (end 110.104822 102.1) + (width 0.15) + (layer "F.Cu") + (net 209) + (uuid "fd311845-9fb5-4d5d-a9bb-aed486ea7382") + ) + (segment + (start 110.65 104.99) + (end 109.579999 103.919999) + (width 0.15) + (layer "F.Cu") + (net 210) + (uuid "1b0c8f08-284d-4341-b01b-d852beef6156") + ) + (segment + (start 109.579999 103.919999) + (end 109.08 103.42) + (width 0.15) + (layer "F.Cu") + (net 210) + (uuid "5083ae27-40f3-48c8-b21d-d01446c16b35") + ) + (segment + (start 109.9 102.6) + (end 110.4 102.6) + (width 0.15) + (layer "F.Cu") + (net 210) + (uuid "73d050ef-f762-4ee7-9a74-1bdbcc45a8b9") + ) + (segment + (start 110.4 102.6) + (end 111.4 101.6) + (width 0.15) + (layer "F.Cu") + (net 210) + (uuid "7f5d4b80-85fa-41b4-8798-8171f9f34da2") + ) + (segment + (start 111.4 98.575) + (end 110.65 97.825) + (width 0.15) + (layer "F.Cu") + (net 210) + (uuid "8be8d604-5f9c-4c81-a719-cae6d25dfadc") + ) + (segment + (start 110.65 105.5) + (end 110.65 104.99) + (width 0.15) + (layer "F.Cu") + (net 210) + (uuid "eccad5a0-ddbd-4a3e-af28-d21812660dc8") + ) + (segment + (start 109.08 103.42) + (end 109.9 102.6) + (width 0.15) + (layer "F.Cu") + (net 210) + (uuid "f7d7b81c-2ec6-4de3-9046-99caefb0a3fe") + ) + (segment + (start 110.65 97.825) + (end 109.75 97.825) + (width 0.15) + (layer "F.Cu") + (net 210) + (uuid "fcc139da-dbba-455d-848b-3880779809de") + ) + (segment + (start 111.4 101.6) + (end 111.4 98.575) + (width 0.15) + (layer "F.Cu") + (net 210) + (uuid "fd4efd5f-cfec-44b2-af2d-0803b79fdf25") + ) + (segment + (start 110.65 97.175) + (end 109.75 97.175) + (width 0.15) + (layer "F.Cu") + (net 211) + (uuid "381122a5-61de-477a-a31e-93953cb280d7") + ) + (segment + (start 111.9 98.425) + (end 110.65 97.175) + (width 0.15) + (layer "F.Cu") + (net 211) + (uuid "62ca13ac-9249-49d8-88a7-edca7cb8d779") + ) + (segment + (start 111.9 101.87) + (end 111.9 98.425) + (width 0.15) + (layer "F.Cu") + (net 211) + (uuid "7932276f-e466-46ab-8dd0-14c93ec225da") + ) + (segment + (start 111.15 104.25) + (end 110.35 103.45) + (width 0.15) + (layer "F.Cu") + (net 211) + (uuid "9a5fd4ec-6e7a-49cc-a40e-d6c92b4c48b2") + ) + (segment + (start 111.15 105.5) + (end 111.15 104.25) + (width 0.15) + (layer "F.Cu") + (net 211) + (uuid "a085a619-5d6b-4f83-aa76-3a2c8d9d4400") + ) + (segment + (start 110.35 103.45) + (end 110.35 103.42) + (width 0.15) + (layer "F.Cu") + (net 211) + (uuid "a7ba0c4e-fb2d-4510-9a83-e9bb5cb063de") + ) + (segment + (start 110.35 103.42) + (end 111.9 101.87) + (width 0.15) + (layer "F.Cu") + (net 211) + (uuid "be695461-148d-4cf2-9b91-4c1471393aa9") + ) + (segment + (start 110.65 96.525) + (end 109.75 96.525) + (width 0.15) + (layer "F.Cu") + (net 212) + (uuid "0a2861c7-a509-4461-8924-97e0675c528b") + ) + (segment + (start 111.62 102.88) + (end 112.4 102.1) + (width 0.15) + (layer "F.Cu") + (net 212) + (uuid "328a8647-9779-4c82-9a67-025fad83d179") + ) + (segment + (start 112.4 102.1) + (end 112.4 98.275) + (width 0.15) + (layer "F.Cu") + (net 212) + (uuid "37eb6c67-4df1-46c5-adb2-054a3a0833d0") + ) + (segment + (start 111.62 103.42) + (end 111.62 102.88) + (width 0.15) + (layer "F.Cu") + (net 212) + (uuid "4622cac4-f3d7-46c0-8425-a2f1acd90bc1") + ) + (segment + (start 111.65 105.5) + (end 111.65 103.45) + (width 0.15) + (layer "F.Cu") + (net 212) + (uuid "9d39e6f5-f0ca-4097-9abb-0c1a3ffda0a2") + ) + (segment + (start 112.4 98.275) + (end 110.65 96.525) + (width 0.15) + (layer "F.Cu") + (net 212) + (uuid "a878e3e8-3cae-4714-a0c6-2dee94a8087f") + ) + (segment + (start 111.65 103.45) + (end 111.62 103.42) + (width 0.15) + (layer "F.Cu") + (net 212) + (uuid "e263f145-c30f-4f99-a5dd-397981f376f4") + ) + (segment + (start 112.65 103.66) + (end 112.89 103.42) + (width 0.15) + (layer "F.Cu") + (net 213) + (uuid "12fcb490-73fe-49cc-a715-9de866409e28") + ) + (segment + (start 112.9 99.025) + (end 114.75 97.175) + (width 0.15) + (layer "F.Cu") + (net 213) + (uuid "2b96d226-4ba5-4e3e-8ffd-306ced54709b") + ) + (segment + (start 112.65 105.5) + (end 112.65 103.66) + (width 0.15) + (layer "F.Cu") + (net 213) + (uuid "70a02cb3-32c3-45c2-b8a6-ade29276fd45") + ) + (segment + (start 114.75 97.175) + (end 115.65 97.175) + (width 0.15) + (layer "F.Cu") + (net 213) + (uuid "88b0678a-9820-4205-a659-ba4e39780b94") + ) + (segment + (start 112.9 103.41) + (end 112.9 99.025) + (width 0.15) + (layer "F.Cu") + (net 213) + (uuid "e377372f-53ea-426b-b6e2-033763198435") + ) + (segment + (start 112.89 103.42) + (end 112.9 103.41) + (width 0.15) + (layer "F.Cu") + (net 213) + (uuid "fa85ff52-f8a9-411b-96ae-708e326d7701") + ) + (segment + (start 114.16 103.42) + (end 114.16 102.86) + (width 0.15) + (layer "F.Cu") + (net 214) + (uuid "0223024b-71b0-433d-a37e-0b81f2b202f7") + ) + (segment + (start 114.16 102.86) + (end 113.4 102.1) + (width 0.15) + (layer "F.Cu") + (net 214) + (uuid "099343d8-d26e-413c-b90c-17f2ec456dc4") + ) + (segment + (start 113.4 102.1) + (end 113.4 99.175) + (width 0.15) + (layer "F.Cu") + (net 214) + (uuid "3a13b198-711c-4d2c-ac3e-bd5497fbc427") + ) + (segment + (start 114.75 97.825) + (end 115.65 97.825) + (width 0.15) + (layer "F.Cu") + (net 214) + (uuid "4e0042be-50b1-475f-bba5-d671d7dd9f7b") + ) + (segment + (start 113.4 99.175) + (end 114.75 97.825) + (width 0.15) + (layer "F.Cu") + (net 214) + (uuid "71c75c1e-ef4d-439e-b6f9-73f0580b2862") + ) + (segment + (start 114.16 103.44) + (end 114.16 103.42) + (width 0.15) + (layer "F.Cu") + (net 214) + (uuid "e7ea2ad9-9842-46b4-b0c6-448b93eaa4d0") + ) + (segment + (start 113.15 104.45) + (end 114.16 103.44) + (width 0.15) + (layer "F.Cu") + (net 214) + (uuid "ee6905a0-7920-4d8d-9601-60473eacbd48") + ) + (segment + (start 113.15 105.5) + (end 113.15 104.45) + (width 0.15) + (layer "F.Cu") + (net 214) + (uuid "f4bd5585-ed5b-476b-ba33-b686b4b7ca0c") + ) + (segment + (start 114.75 98.475) + (end 113.9 99.325) + (width 0.15) + (layer "F.Cu") + (net 215) + (uuid "2a595d80-15cf-4357-8076-478d91d106d5") + ) + (segment + (start 113.9 99.325) + (end 113.9 101.89) + (width 0.15) + (layer "F.Cu") + (net 215) + (uuid "2f5f9a85-d35f-44b8-95b6-8a5486a2748e") + ) + (segment + (start 113.65 105.5) + (end 113.65 105.05) + (width 0.15) + (layer "F.Cu") + (net 215) + (uuid "331e547e-7449-4824-a532-49aac5842245") + ) + (segment + (start 114.705099 104.144901) + (end 114.930001 103.919999) + (width 0.15) + (layer "F.Cu") + (net 215) + (uuid "3c7225be-0e5f-435d-9f37-bd4538e8d536") + ) + (segment + (start 114.930001 103.919999) + (end 115.43 103.42) + (width 0.15) + (layer "F.Cu") + (net 215) + (uuid "50fbe0e6-6963-4046-a119-94555949febb") + ) + (segment + (start 113.9 101.89) + (end 114.930001 102.920001) + (width 0.15) + (layer "F.Cu") + (net 215) + (uuid "72662c72-4703-4c84-90e9-84d8c915dc8c") + ) + (segment + (start 114.930001 102.920001) + (end 115.43 103.42) + (width 0.15) + (layer "F.Cu") + (net 215) + (uuid "8c997ffc-059b-4e1c-b2c7-dbc0abc4825f") + ) + (segment + (start 113.65 105.05) + (end 114.555099 104.144901) + (width 0.15) + (layer "F.Cu") + (net 215) + (uuid "9e84aa4b-4573-4f84-8edf-3b9e1afe1424") + ) + (segment + (start 115.65 98.475) + (end 114.75 98.475) + (width 0.15) + (layer "F.Cu") + (net 215) + (uuid "ac9e6c46-44b8-4d55-a41d-775fd311b6e4") + ) + (segment + (start 114.555099 104.144901) + (end 114.705099 104.144901) + (width 0.15) + (layer "F.Cu") + (net 215) + (uuid "d2c9e762-78b9-44f8-b09b-ecc0c5236ed4") + ) + (segment + (start 114.4 101.6) + (end 114.9 102.1) + (width 0.15) + (layer "F.Cu") + (net 216) + (uuid "223c5d3a-ad3b-4b76-a4e5-ced4f889c015") + ) + (segment + (start 115.4 102.1) + (end 116.7 103.4) + (width 0.15) + (layer "F.Cu") + (net 216) + (uuid "2623d6cf-f221-488b-8577-990bdece26e9") + ) + (segment + (start 114.15 105.15) + (end 114.6 104.7) + (width 0.15) + (layer "F.Cu") + (net 216) + (uuid "2b9a2d5f-5cc4-4e2a-82f1-2a8a02d7c38c") + ) + (segment + (start 116.7 103.4) + (end 116.7 103.42) + (width 0.15) + (layer "F.Cu") + (net 216) + (uuid "3cd13752-93b7-4392-bcad-a209e5ae2cdd") + ) + (segment + (start 116.07 104.7) + (end 116.7 104.07) + (width 0.15) + (layer "F.Cu") + (net 216) + (uuid "625364ad-dc0f-4ef8-aff4-e331d309e3a6") + ) + (segment + (start 114.4 99.5) + (end 114.4 101.6) + (width 0.15) + (layer "F.Cu") + (net 216) + (uuid "679b96cb-7bce-406a-852a-a7804aff169b") + ) + (segment + (start 114.775 99.125) + (end 114.4 99.5) + (width 0.15) + (layer "F.Cu") + (net 216) + (uuid "74902a4c-3d2e-4cd2-be89-cd4d47f9bc99") + ) + (segment + (start 114.15 105.5) + (end 114.15 105.15) + (width 0.15) + (layer "F.Cu") + (net 216) + (uuid "879b4a40-2cb4-4a49-8833-1ab82d5905e7") + ) + (segment + (start 114.9 102.1) + (end 115.4 102.1) + (width 0.15) + (layer "F.Cu") + (net 216) + (uuid "c89f0a1d-dd23-4110-acc2-d3ff736a4812") + ) + (segment + (start 114.6 104.7) + (end 116.07 104.7) + (width 0.15) + (layer "F.Cu") + (net 216) + (uuid "e3206dce-efea-4c89-8cfd-d41bb52a4c0c") + ) + (segment + (start 116.7 104.07) + (end 116.7 103.42) + (width 0.15) + (layer "F.Cu") + (net 216) + (uuid "e5f4b62e-4ea8-4014-b845-4f36ee3853d9") + ) + (segment + (start 115.65 99.125) + (end 114.775 99.125) + (width 0.15) + (layer "F.Cu") + (net 216) + (uuid "e8885089-96ba-4731-a75f-c51ec6dc2615") + ) + (segment + (start 115.97 86.2) + (end 116.7 86.93) + (width 0.15) + (layer "F.Cu") + (net 217) + (uuid "3502b704-a693-4b5b-b40b-a15d88bfe8c5") + ) + (segment + (start 114.15 85.85) + (end 114.5 86.2) + (width 0.15) + (layer "F.Cu") + (net 217) + (uuid "3e9918f5-fe20-41be-989a-3532ae9c8232") + ) + (segment + (start 115.4 88.904822) + (end 114.9 88.904822) + (width 0.15) + (layer "F.Cu") + (net 217) + (uuid "48aef473-6868-4933-97ff-808849fd4047") + ) + (segment + (start 116.7 87.604822) + (end 115.4 88.904822) + (width 0.15) + (layer "F.Cu") + (net 217) + (uuid "4c14047a-a6b3-4fa7-8d18-c345b7a86919") + ) + (segment + (start 114.4 89.404822) + (end 114.4 92.175) + (width 0.15) + (layer "F.Cu") + (net 217) + (uuid "5c64e8e8-6c2d-483f-aafc-e21e16486282") + ) + (segment + (start 116.7 86.93) + (end 116.7 87.6) + (width 0.15) + (layer "F.Cu") + (net 217) + (uuid "7080766e-5700-4a31-bc1e-1d239e4d43bf") + ) + (segment + (start 114.75 92.525) + (end 115.65 92.525) + (width 0.15) + (layer "F.Cu") + (net 217) + (uuid "89d091f6-7f8b-49e3-8444-c751890b79e1") + ) + (segment + (start 114.4 92.175) + (end 114.75 92.525) + (width 0.15) + (layer "F.Cu") + (net 217) + (uuid "92f759df-e7f5-4cd6-b760-c1a61545e330") + ) + (segment + (start 114.5 86.2) + (end 115.97 86.2) + (width 0.15) + (layer "F.Cu") + (net 217) + (uuid "cc5a6e04-bda2-40e3-8484-b0788216003d") + ) + (segment + (start 114.9 88.904822) + (end 114.4 89.404822) + (width 0.15) + (layer "F.Cu") + (net 217) + (uuid "d1978bc8-b2e5-4383-86cd-8e6961b2903b") + ) + (segment + (start 114.15 85.5) + (end 114.15 85.85) + (width 0.15) + (layer "F.Cu") + (net 217) + (uuid "d36bb421-cc82-4f72-b347-48d8dc89169a") + ) + (segment + (start 116.7 87.584822) + (end 116.7 87.604822) + (width 0.15) + (layer "F.Cu") + (net 217) + (uuid "eb1920c2-67c1-466a-a7c9-b984b617ff6a") + ) + (segment + (start 115.43 87.584822) + (end 113.9 89.114822) + (width 0.15) + (layer "F.Cu") + (net 218) + (uuid "2bbec90f-8feb-47ec-9815-fa8e648303bb") + ) + (segment + (start 113.65 86.05) + (end 114.455099 86.855099) + (width 0.15) + (layer "F.Cu") + (net 218) + (uuid "3ca9ce70-655c-4b2f-bb51-a75d4fcfb275") + ) + (segment + (start 114.75 93.175) + (end 115.65 93.175) + (width 0.15) + (layer "F.Cu") + (net 218) + (uuid "45a5dcbc-7ce7-4d05-9003-3b0e7f174e02") + ) + (segment + (start 113.9 92.325) + (end 114.75 93.175) + (width 0.15) + (layer "F.Cu") + (net 218) + (uuid "59ddb583-fb32-4cb5-85af-681e583a67b4") + ) + (segment + (start 113.9 89.114822) + (end 113.9 92.325) + (width 0.15) + (layer "F.Cu") + (net 218) + (uuid "76d384a4-98a7-41cb-9c07-a4294de84d79") + ) + (segment + (start 114.705099 86.855099) + (end 115.43 87.58) + (width 0.15) + (layer "F.Cu") + (net 218) + (uuid "acf4f524-fc76-4512-89b7-475e5825ad70") + ) + (segment + (start 114.455099 86.855099) + (end 114.705099 86.855099) + (width 0.15) + (layer "F.Cu") + (net 218) + (uuid "c7335ccf-c114-4670-bb9b-2fe738581c01") + ) + (segment + (start 113.65 85.5) + (end 113.65 86.05) + (width 0.15) + (layer "F.Cu") + (net 218) + (uuid "dc4d8133-067d-42ec-b8cf-0b00dfb778ed") + ) + (segment + (start 114.75 93.825) + (end 115.65 93.825) + (width 0.15) + (layer "F.Cu") + (net 219) + (uuid "11dd635d-8920-41b8-9329-b249747dad94") + ) + (segment + (start 114.08 87.584822) + (end 114.16 87.584822) + (width 0.15) + (layer "F.Cu") + (net 219) + (uuid "1ceca03a-f8f2-4010-b86d-48b676d933ec") + ) + (segment + (start 113.15 85.5) + (end 113.15 86.55) + (width 0.15) + (layer "F.Cu") + (net 219) + (uuid "606267ee-55fc-46e3-baae-a925799f1b42") + ) + (segment + (start 113.4 92.475) + (end 114.75 93.825) + (width 0.15) + (layer "F.Cu") + (net 219) + (uuid "67bedb36-b4bc-46f8-88cb-7faa65478d6a") + ) + (segment + (start 114.16 88.144822) + (end 113.4 88.904822) + (width 0.15) + (layer "F.Cu") + (net 219) + (uuid "6dead470-a003-4d9a-a776-ac69dd42634c") + ) + (segment + (start 114.16 87.56) + (end 114.16 87.58) + (width 0.15) + (layer "F.Cu") + (net 219) + (uuid "be7fa36e-76d0-45aa-8e70-7b6a33824775") + ) + (segment + (start 113.4 88.904822) + (end 113.4 92.475) + (width 0.15) + (layer "F.Cu") + (net 219) + (uuid "beb3c8d5-5d21-4d26-a44c-d3f9c4f5aa91") + ) + (segment + (start 113.15 86.55) + (end 114.16 87.56) + (width 0.15) + (layer "F.Cu") + (net 219) + (uuid "da1d1405-ab65-4805-ad68-8c6c081f5f27") + ) + (segment + (start 114.16 87.584822) + (end 114.16 88.144822) + (width 0.15) + (layer "F.Cu") + (net 219) + (uuid "dea8b7d8-5a3b-4f48-bdf6-9a80143c0003") + ) + (segment + (start 112.65 85.5) + (end 112.65 87.34) + (width 0.15) + (layer "F.Cu") + (net 220) + (uuid "01e988da-5e38-4b10-bd0b-4c6b0b7ce455") + ) + (segment + (start 112.89 87.584822) + (end 112.9 87.594822) + (width 0.15) + (layer "F.Cu") + (net 220) + (uuid "53e270ac-224a-4586-a55a-ff444842f43e") + ) + (segment + (start 114.75 94.475) + (end 115.65 94.475) + (width 0.15) + (layer "F.Cu") + (net 220) + (uuid "989f61f2-8a68-4f45-bdc4-13bbaae0f9e8") + ) + (segment + (start 112.65 87.34) + (end 112.89 87.58) + (width 0.15) + (layer "F.Cu") + (net 220) + (uuid "a2820de7-ac5e-4e6c-b34d-05443eb45397") + ) + (segment + (start 112.9 87.594822) + (end 112.9 92.625) + (width 0.15) + (layer "F.Cu") + (net 220) + (uuid "cc7b36fd-334a-443d-918e-57dadff3cb0c") + ) + (segment + (start 112.9 92.625) + (end 114.75 94.475) + (width 0.15) + (layer "F.Cu") + (net 220) + (uuid "eb3dd94f-5032-494c-9000-b327e5febd9d") + ) + (segment + (start 110.675 93.825) + (end 109.75 93.825) + (width 0.15) + (layer "F.Cu") + (net 221) + (uuid "4a7114a3-2bb3-4cb4-b743-8cfc00b40467") + ) + (segment + (start 112.4 92.1) + (end 110.675 93.825) + (width 0.15) + (layer "F.Cu") + (net 221) + (uuid "5527f1ed-3051-4d26-b710-5ff4d76a7a30") + ) + (segment + (start 112.4 88.904822) + (end 112.4 92.1) + (width 0.15) + (layer "F.Cu") + (net 221) + (uuid "6da116a1-5f1e-47d9-b6a8-d86deaea917f") + ) + (segment + (start 111.62 87.584822) + (end 111.62 88.124822) + (width 0.15) + (layer "F.Cu") + (net 221) + (uuid "899bea46-5445-4b40-86ff-4ed4bb43eb2c") + ) + (segment + (start 111.65 85.5) + (end 111.65 87.55) + (width 0.15) + (layer "F.Cu") + (net 221) + (uuid "9c5bd5d2-ecdb-4048-b835-b5ee55546689") + ) + (segment + (start 111.65 87.55) + (end 111.62 87.58) + (width 0.15) + (layer "F.Cu") + (net 221) + (uuid "e090ef15-faf0-4129-8b2d-7aef61ce847a") + ) + (segment + (start 111.62 88.124822) + (end 112.4 88.904822) + (width 0.15) + (layer "F.Cu") + (net 221) + (uuid "fc12bb2a-c1cc-45ac-8d8d-2c2e05f58e78") + ) + (segment + (start 110.35 87.58) + (end 110.35 87.565) + (width 0.15) + (layer "F.Cu") + (net 222) + (uuid "3941e38b-0a75-43ff-adf9-87a54448401a") + ) + (segment + (start 111.15 86.765) + (end 111.15 85.5) + (width 0.15) + (layer "F.Cu") + (net 222) + (uuid "3fce9cf2-f532-47a5-a866-cfa1b81d5b6e") + ) + (segment + (start 110.675 93.175) + (end 109.75 93.175) + (width 0.15) + (layer "F.Cu") + (net 222) + (uuid "54ded1e9-f0ba-4d23-8aa1-228fbd364775") + ) + (segment + (start 110.35 87.565) + (end 111.15 86.765) + (width 0.15) + (layer "F.Cu") + (net 222) + (uuid "b00d80fd-bfac-486b-88f3-26d0a8aeeebb") + ) + (segment + (start 111.9 91.95) + (end 110.675 93.175) + (width 0.15) + (layer "F.Cu") + (net 222) + (uuid "d7d31544-a2bf-4ba0-8307-8924e326bbdf") + ) + (segment + (start 110.35 87.584822) + (end 111.9 89.134822) + (width 0.15) + (layer "F.Cu") + (net 222) + (uuid "f8c61750-5c0e-4749-ae24-a771253cc5da") + ) + (segment + (start 111.9 89.134822) + (end 111.9 91.95) + (width 0.15) + (layer "F.Cu") + (net 222) + (uuid "fa7e5dc4-a142-4ee0-91f5-e79b80fca880") + ) + (segment + (start 110.4 88.404822) + (end 111.4 89.404822) + (width 0.15) + (layer "F.Cu") + (net 223) + (uuid "449acd15-9361-48c2-a00c-17e59109a21f") + ) + (segment + (start 109.804901 86.855099) + (end 109.08 87.58) + (width 0.15) + (layer "F.Cu") + (net 223) + (uuid "55fdbf37-93ec-4489-b99d-2778986cddf5") + ) + (segment + (start 111.4 89.404822) + (end 111.4 91.8) + (width 0.15) + (layer "F.Cu") + (net 223) + (uuid "572730cf-1936-404a-8d9e-1dba9092e2f5") + ) + (segment + (start 109.9 88.404822) + (end 110.4 88.404822) + (width 0.15) + (layer "F.Cu") + (net 223) + (uuid "691faf73-5aa1-4ed9-9a31-9b56032bfa62") + ) + (segment + (start 111.4 91.8) + (end 110.675 92.525) + (width 0.15) + (layer "F.Cu") + (net 223) + (uuid "98ee6ad8-aaf7-496e-97d5-aa9df059b815") + ) + (segment + (start 109.08 87.584822) + (end 109.9 88.404822) + (width 0.15) + (layer "F.Cu") + (net 223) + (uuid "bf462a90-66cb-442d-b0cd-a4dac643f64b") + ) + (segment + (start 110.65 86.01) + (end 109.804901 86.855099) + (width 0.15) + (layer "F.Cu") + (net 223) + (uuid "c28bdfe9-0b98-47ff-a1f0-83c04c9b112d") + ) + (segment + (start 110.65 85.5) + (end 110.65 86.01) + (width 0.15) + (layer "F.Cu") + (net 223) + (uuid "d70f70cb-6194-44f9-96e2-0896e72a0528") + ) + (segment + (start 110.675 92.525) + (end 109.75 92.525) + (width 0.15) + (layer "F.Cu") + (net 223) + (uuid "deab0f9d-7409-46b8-aa6f-7a02e787bfc9") + ) + (segment + (start 109.19 86.2) + (end 107.81 87.58) + (width 0.15) + (layer "F.Cu") + (net 224) + (uuid "2b1fe2f9-5f6e-4294-8dd7-e4c1886b9022") + ) + (segment + (start 110.15 85.95) + (end 109.9 86.2) + (width 0.15) + (layer "F.Cu") + (net 224) + (uuid "2b9f2be9-94ac-4f24-8583-0445b8833796") + ) + (segment + (start 109.9 86.2) + (end 109.19 86.2) + (width 0.15) + (layer "F.Cu") + (net 224) + (uuid "5003e034-4792-4507-9398-cd2c311a6b61") + ) + (segment + (start 109.125178 88.9) + (end 110.1 88.9) + (width 0.15) + (layer "F.Cu") + (net 224) + (uuid "89c2d918-efba-4d1b-84c4-45bdd1d2856d") + ) + (segment + (start 107.81 87.584822) + (end 109.125178 88.9) + (width 0.15) + (layer "F.Cu") + (net 224) + (uuid "a0a28fa4-b96b-4a66-a268-94b1e9e96d9a") + ) + (segment + (start 110.15 85.5) + (end 110.15 85.95) + (width 0.15) + (layer "F.Cu") + (net 224) + (uuid "b18b7e30-aeea-4c28-aa60-796f96ce13e3") + ) + (segment + (start 110.9 89.7) + (end 110.9 91.625) + (width 0.15) + (layer "F.Cu") + (net 224) + (uuid "b2659e03-fc58-4ec6-bb50-904450704b6f") + ) + (segment + (start 110.65 91.875) + (end 109.75 91.875) + (width 0.15) + (layer "F.Cu") + (net 224) + (uuid "baf3f486-9645-4072-853a-f8734fc0ca74") + ) + (segment + (start 110.1 88.9) + (end 110.9 89.7) + (width 0.15) + (layer "F.Cu") + (net 224) + (uuid "da2675cc-ada3-4c0b-9c03-9334c1009a8c") + ) + (segment + (start 110.9 91.625) + (end 110.65 91.875) + (width 0.15) + (layer "F.Cu") + (net 224) + (uuid "db44d871-451d-45a4-8ac9-c1e4ae35d5cf") + ) + (segment + (start 61.3 112.8) + (end 61.35 112.8) + (width 0.15) + (layer "F.Cu") + (net 225) + (uuid "00000000-0000-0000-0000-00005f5b39ed") + ) + (segment + (start 73.1 117.33) + (end 73.15 117.38) + (width 0.15) + (layer "F.Cu") + (net 225) + (uuid "52396e61-2497-45f0-b170-f0aa7c52a4c3") + ) + (segment + (start 61.3 112.85) + (end 62.2 113.75) + (width 0.15) + (layer "F.Cu") + (net 225) + (uuid "6615c595-191c-4fe5-b7e9-4a579d552656") + ) + (segment + (start 61.3 112.8) + (end 61.3 112.85) + (width 0.15) + (layer "F.Cu") + (net 225) + (uuid "668b82fe-b542-4bd0-b2a5-5dae0ac43510") + ) + (segment + (start 73.1 115.915) + (end 73.1 117.33) + (width 0.15) + (layer "F.Cu") + (net 225) + (uuid "b7dac85f-7f4a-467c-97a9-e1aea0272b0c") + ) + (segment + (start 72.735 115.55) + (end 73.1 115.915) + (width 0.15) + (layer "F.Cu") + (net 225) + (uuid "c399aef9-3678-4747-9295-3eabdcc57d0c") + ) + (via + (at 61.3 112.8) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 225) + (uuid "00000000-0000-0000-0000-00005f5b39f3") + ) + (segment + (start 64.5 117.75) + (end 64.25 117.5) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "2cd4313e-ce8a-4a88-bbb4-b316831d36bc") + ) + (segment + (start 72.78 117.75) + (end 64.5 117.75) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "41c89c8e-0f97-4797-9a39-8582a63268a5") + ) + (segment + (start 63.45 116.45) + (end 63.15 116.75) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "448ff7ec-6a16-4e42-9b2d-0967b95502fd") + ) + (segment + (start 63.15 116.9) + (end 63.1 116.95) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "56185341-c702-4c71-bbfd-6bbdf2cbaaa3") + ) + (segment + (start 63.1 116.95) + (end 61.1 116.95) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "66a7c890-ac40-4f36-85c1-502128bd5c2d") + ) + (segment + (start 60.3 113.3) + (end 60.8 112.8) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "73772adc-97ef-4c2a-96e3-7debb2e7ad38") + ) + (segment + (start 73.15 117.38) + (end 72.78 117.75) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "79df5ddf-0c98-40c8-8d1f-cdc63a7174ea") + ) + (segment + (start 60.8 112.8) + (end 61.3 112.8) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "aff58ab2-469a-4812-b652-5c3f4c39b206") + ) + (segment + (start 64.25 117.5) + (end 64.25 116.75) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "b63bd667-f2d9-44ef-91c8-0a8a156c214f") + ) + (segment + (start 63.95 116.45) + (end 63.45 116.45) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "be1ea428-d74e-4125-8596-38f82be06487") + ) + (segment + (start 60.3 116.15) + (end 60.3 113.3) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "d0b2ef87-fb55-49de-8104-c83c37eb45ce") + ) + (segment + (start 61.1 116.95) + (end 60.3 116.15) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "f2a6aecd-4122-4a99-9e8d-04b4d349c70a") + ) + (segment + (start 63.15 116.75) + (end 63.15 116.9) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "f851dc23-a7aa-409a-9752-b640c2926160") + ) + (segment + (start 64.25 116.75) + (end 63.95 116.45) + (width 0.15) + (layer "B.Cu") + (net 225) + (uuid "f8ffdbf9-0674-41ec-af69-a8c71090d156") + ) + (segment + (start 124.8 98.35) + (end 124.4 98.35) + (width 0.15) + (layer "F.Cu") + (net 226) + (uuid "0f1b8694-bd8f-414b-b289-9db60dcaca68") + ) + (segment + (start 125.7 99.25) + (end 124.8 98.35) + (width 0.15) + (layer "F.Cu") + (net 226) + (uuid "389d9729-de06-4c29-ba18-f1238edaa5ea") + ) + (segment + (start 125.7 99.815) + (end 125.7 99.25) + (width 0.15) + (layer "F.Cu") + (net 226) + (uuid "3ae3fbd7-43c3-40f9-ba93-33b016cd17e5") + ) + (segment + (start 123.35 98.35) + (end 123.3 98.4) + (width 0.15) + (layer "F.Cu") + (net 226) + (uuid "4af2240a-5a5d-48d2-a9b4-a18e1ae31a7e") + ) + (segment + (start 124.4 98.35) + (end 123.35 98.35) + (width 0.15) + (layer "F.Cu") + (net 226) + (uuid "677f84bc-8f99-4d53-ae54-328e7b493deb") + ) + (via + (at 123.3 98.4) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 226) + (uuid "54a3c92d-a091-405f-b445-603c0f2e1fb3") + ) + (segment + (start 123.3 98.4) + (end 122 99.7) + (width 0.15) + (layer "B.Cu") + (net 226) + (uuid "245c66f7-0773-48d6-80be-4de688085350") + ) + (segment + (start 122 99.7) + (end 122 99.8) + (width 0.15) + (layer "B.Cu") + (net 226) + (uuid "8460a8f9-202d-446c-a727-76b53e0a37f9") + ) + (segment + (start 120.9 91.7) + (end 121.85 92.65) + (width 0.15) + (layer "F.Cu") + (net 227) + (uuid "2ffab9c3-5c7a-4d55-af94-9f9bd8be80ab") + ) + (segment + (start 122.2 92.65) + (end 123.25 92.65) + (width 0.15) + (layer "F.Cu") + (net 227) + (uuid "31a67758-bbb4-4e87-9887-0fd058e08392") + ) + (segment + (start 123.25 92.65) + (end 123.3 92.6) + (width 0.15) + (layer "F.Cu") + (net 227) + (uuid "6f5f2808-7569-4f25-a31d-4cad79f12aa5") + ) + (segment + (start 120.9 91.185) + (end 120.9 91.7) + (width 0.15) + (layer "F.Cu") + (net 227) + (uuid "90b329ee-5b84-4045-8310-ebe2c622371c") + ) + (segment + (start 121.85 92.65) + (end 122.2 92.65) + (width 0.15) + (layer "F.Cu") + (net 227) + (uuid "f0c486ea-8fdb-49cc-877f-2ed6f80e037d") + ) + (via + (at 123.3 92.6) + (size 0.6) + (drill 0.3) + (layers "F.Cu" "B.Cu") + (net 227) + (uuid "9d204501-9bc1-49d3-901e-dc3cce70c8f8") + ) + (segment + (start 124.6 91.3) + (end 124.6 91.2) + (width 0.15) + (layer "B.Cu") + (net 227) + (uuid "423003da-2228-4a7b-8146-f8c48f6599ae") + ) + (segment + (start 123.3 92.6) + (end 124.6 91.3) + (width 0.15) + (layer "B.Cu") + (net 227) + (uuid "e2099293-451c-44e4-a9f8-cf4488cdfcfc") + ) + (zone + (net 200) + (net_name "Net-(R6-Pad1)") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf5372") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.3) + ) + (polygon + (pts + (xy 122.9 99.05) (xy 125.3 99.05) (xy 125.3 99.65) (xy 124.925 99.65) (xy 124.925 100.575) (xy 122.9 100.575) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 125.065251 99.192467) (xy 125.12057 99.22943) (xy 125.157533 99.284749) (xy 125.173 99.362509) + (xy 125.173 99.431928) (xy 125.134168 99.504577) (xy 125.131481 99.513434) (xy 124.98588 99.552447) + (xy 124.96258 99.561217) (xy 124.941438 99.574364) (xy 124.928947 99.585317) (xy 124.860317 99.653947) + (xy 124.844523 99.673193) (xy 124.832787 99.695149) (xy 124.827447 99.71088) (xy 124.802327 99.80463) + (xy 124.798 99.8375) (xy 124.798 100.262491) (xy 124.782533 100.340251) (xy 124.74557 100.39557) + (xy 124.690251 100.432533) (xy 124.612491 100.448) (xy 123.212509 100.448) (xy 123.134749 100.432533) + (xy 123.07943 100.39557) (xy 123.042467 100.340251) (xy 123.027 100.262491) (xy 123.027 99.362509) + (xy 123.042467 99.284749) (xy 123.07943 99.22943) (xy 123.134749 99.192467) (xy 123.212509 99.177) + (xy 124.987491 99.177) + ) + ) + ) + (zone + (net 201) + (net_name "Net-(R56-Pad1)") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf5375") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.3) + ) + (polygon + (pts + (xy 123.7 91.95) (xy 121.3 91.95) (xy 121.3 91.35) (xy 121.675 91.35) (xy 121.675 90.425) (xy 123.7 90.425) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 123.465251 90.567467) (xy 123.52057 90.60443) (xy 123.557533 90.659749) (xy 123.573 90.737509) + (xy 123.573 91.637491) (xy 123.557533 91.715251) (xy 123.52057 91.77057) (xy 123.465251 91.807533) + (xy 123.387491 91.823) (xy 121.612509 91.823) (xy 121.534749 91.807533) (xy 121.47943 91.77057) + (xy 121.442467 91.715251) (xy 121.427 91.637491) (xy 121.427 91.568072) (xy 121.465832 91.495423) + (xy 121.468519 91.486566) (xy 121.61412 91.447553) (xy 121.63742 91.438783) (xy 121.658562 91.425636) + (xy 121.671053 91.414683) (xy 121.739683 91.346053) (xy 121.755477 91.326807) (xy 121.767213 91.304851) + (xy 121.772553 91.28912) (xy 121.797673 91.19537) (xy 121.802 91.1625) (xy 121.802 90.737509) (xy 121.817467 90.659749) + (xy 121.85443 90.60443) (xy 121.909749 90.567467) (xy 121.987509 90.552) (xy 123.387491 90.552) + ) + ) + ) + (zone + (net 3) + (net_name "GND") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf5378") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.3) + ) + (polygon + (pts + (xy 121.6 102.7) (xy 122.9 102.7) (xy 122.9 101.6) (xy 121.5 101.6) (xy 121.5 102.2) (xy 119.1 102.2) + (xy 119.1 100.875) (xy 123.4 100.875) (xy 123.4 104.7) (xy 121.6 104.7) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 123.165251 101.017467) (xy 123.22057 101.05443) (xy 123.257533 101.109749) (xy 123.273 101.187509) + (xy 123.273 104.387491) (xy 123.257533 104.465251) (xy 123.22057 104.52057) (xy 123.165251 104.557533) + (xy 123.087491 104.573) (xy 121.912509 104.573) (xy 121.834749 104.557533) (xy 121.77943 104.52057) + (xy 121.742467 104.465251) (xy 121.727 104.387491) (xy 121.727 104.07508) (xy 121.728239 104.0625) + (xy 121.728239 103.8375) (xy 121.727 103.82492) (xy 121.727 103.012509) (xy 121.742467 102.934749) + (xy 121.77943 102.87943) (xy 121.834749 102.842467) (xy 121.912509 102.827) (xy 122.6 102.827) (xy 122.624776 102.82456) + (xy 122.739581 102.801724) (xy 122.763406 102.794497) (xy 122.785363 102.782761) (xy 122.88269 102.717729) + (xy 122.901935 102.701934) (xy 122.917729 102.68269) (xy 122.982761 102.585363) (xy 122.994497 102.563406) + (xy 123.001724 102.539581) (xy 123.02456 102.424776) (xy 123.027 102.4) (xy 123.027 101.9) (xy 123.02456 101.875224) + (xy 123.001724 101.760419) (xy 122.994497 101.736594) (xy 122.982761 101.714637) (xy 122.917729 101.61731) + (xy 122.901934 101.598065) (xy 122.88269 101.582271) (xy 122.785363 101.517239) (xy 122.763406 101.505503) + (xy 122.739581 101.498276) (xy 122.624776 101.47544) (xy 122.6 101.473) (xy 121.8 101.473) (xy 121.775224 101.47544) + (xy 121.660419 101.498276) (xy 121.636594 101.505503) (xy 121.614637 101.517239) (xy 121.51731 101.582271) + (xy 121.498065 101.598066) (xy 121.482271 101.61731) (xy 121.417239 101.714637) (xy 121.405503 101.736594) + (xy 121.398276 101.760419) (xy 121.357533 101.965251) (xy 121.32057 102.02057) (xy 121.265251 102.057533) + (xy 121.187491 102.073) (xy 119.412509 102.073) (xy 119.334749 102.057533) (xy 119.27943 102.02057) + (xy 119.242467 101.965251) (xy 119.227 101.887491) (xy 119.227 101.187509) (xy 119.242467 101.109749) + (xy 119.27943 101.05443) (xy 119.334749 101.017467) (xy 119.412509 101.002) (xy 123.087491 101.002) + ) + ) + ) + (zone + (net 5) + (net_name "+5V") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf537b") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.3) + ) + (polygon + (pts + (xy 119.2 98.8) (xy 121.3 98.8) (xy 121.3 99.925) (xy 122.3 99.925) (xy 122.3 100.575) (xy 119.2 100.575) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 121.065251 98.942467) (xy 121.12057 98.97943) (xy 121.157533 99.034749) (xy 121.173 99.112509) + (xy 121.173 99.625) (xy 121.17544 99.649776) (xy 121.198276 99.764581) (xy 121.205503 99.788406) + (xy 121.217239 99.810363) (xy 121.282271 99.90769) (xy 121.298066 99.926935) (xy 121.31731 99.942729) + (xy 121.414637 100.007761) (xy 121.436594 100.019497) (xy 121.460419 100.026724) (xy 121.575224 100.04956) + (xy 121.6 100.052) (xy 121.987491 100.052) (xy 122.065251 100.067467) (xy 122.12057 100.10443) (xy 122.157533 100.159749) + (xy 122.173 100.237509) (xy 122.173 100.262491) (xy 122.157533 100.340251) (xy 122.12057 100.39557) + (xy 122.065251 100.432533) (xy 121.987491 100.448) (xy 119.512509 100.448) (xy 119.434749 100.432533) + (xy 119.37943 100.39557) (xy 119.342467 100.340251) (xy 119.327 100.262491) (xy 119.327 99.112509) + (xy 119.342467 99.034749) (xy 119.37943 98.97943) (xy 119.434749 98.942467) (xy 119.512509 98.927) + (xy 120.987491 98.927) + ) + ) + ) + (zone + (net 107) + (net_name "/IO_Banks/VIOB") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf537e") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.0256) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.3) + ) + (polygon + (pts + (xy 126.1 104.7) (xy 123.6 104.7) (xy 123.6 102.7) (xy 126.1 102.7) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 126.002335 102.797665) (xy 126.0872 103.002547) (xy 126.0872 104.397453) (xy 126.002335 104.602335) + (xy 125.797453 104.6872) (xy 123.902547 104.6872) (xy 123.697665 104.602335) (xy 123.6128 104.397453) + (xy 123.6128 103.002547) (xy 123.697665 102.797665) (xy 123.902547 102.7128) (xy 125.797453 102.7128) + ) + ) + ) + (zone + (net 108) + (net_name "/IO_Banks/VIOA") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf5381") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.0256) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.3) + ) + (polygon + (pts + (xy 123 88.3) (xy 120.5 88.3) (xy 120.5 86.3) (xy 123 86.3) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 122.902335 86.397665) (xy 122.9872 86.602547) (xy 122.9872 87.997453) (xy 122.902335 88.202335) + (xy 122.697453 88.2872) (xy 120.802547 88.2872) (xy 120.597665 88.202335) (xy 120.5128 87.997453) + (xy 120.5128 86.602547) (xy 120.597665 86.397665) (xy 120.802547 86.3128) (xy 122.697453 86.3128) + ) + ) + ) + (zone + (net 3) + (net_name "GND") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf5393") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.3) + ) + (polygon + (pts + (xy 125 88.3) (xy 123.7 88.3) (xy 123.7 89.4) (xy 125.1 89.4) (xy 125.1 88.8) (xy 127.5 88.8) (xy 127.5 90.125) + (xy 123.2 90.125) (xy 123.2 86.3) (xy 125 86.3) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 124.765251 86.442467) (xy 124.82057 86.47943) (xy 124.857533 86.534749) (xy 124.873 86.612509) + (xy 124.873 86.92492) (xy 124.871761 86.9375) (xy 124.871761 87.1625) (xy 124.873 87.17508) (xy 124.873 87.987491) + (xy 124.857533 88.065251) (xy 124.82057 88.12057) (xy 124.765251 88.157533) (xy 124.687491 88.173) + (xy 124 88.173) (xy 123.975224 88.17544) (xy 123.860419 88.198276) (xy 123.836594 88.205503) (xy 123.814637 88.217239) + (xy 123.71731 88.282271) (xy 123.698065 88.298066) (xy 123.682271 88.31731) (xy 123.617239 88.414637) + (xy 123.605503 88.436594) (xy 123.598276 88.460419) (xy 123.57544 88.575224) (xy 123.573 88.6) (xy 123.573 89.1) + (xy 123.57544 89.124776) (xy 123.598276 89.239581) (xy 123.605503 89.263406) (xy 123.617239 89.285363) + (xy 123.682271 89.38269) (xy 123.698066 89.401935) (xy 123.71731 89.417729) (xy 123.814637 89.482761) + (xy 123.836594 89.494497) (xy 123.860419 89.501724) (xy 123.975224 89.52456) (xy 124 89.527) (xy 124.8 89.527) + (xy 124.824776 89.52456) (xy 124.939581 89.501724) (xy 124.963406 89.494497) (xy 124.985363 89.482761) + (xy 125.08269 89.417729) (xy 125.101935 89.401934) (xy 125.117729 89.38269) (xy 125.182761 89.285363) + (xy 125.194497 89.263406) (xy 125.201724 89.239581) (xy 125.242467 89.034749) (xy 125.27943 88.97943) + (xy 125.334749 88.942467) (xy 125.412509 88.927) (xy 127.187491 88.927) (xy 127.265251 88.942467) + (xy 127.32057 88.97943) (xy 127.357533 89.034749) (xy 127.373 89.112509) (xy 127.373 89.812491) + (xy 127.357533 89.890251) (xy 127.32057 89.94557) (xy 127.265251 89.982533) (xy 127.187491 89.998) + (xy 123.512509 89.998) (xy 123.434749 89.982533) (xy 123.37943 89.94557) (xy 123.342467 89.890251) + (xy 123.327 89.812491) (xy 123.327 86.612509) (xy 123.342467 86.534749) (xy 123.37943 86.47943) + (xy 123.434749 86.442467) (xy 123.512509 86.427) (xy 124.687491 86.427) + ) + ) + ) + (zone + (net 5) + (net_name "+5V") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf5396") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.3) + ) + (polygon + (pts + (xy 127.4 92.2) (xy 125.3 92.2) (xy 125.3 91.075) (xy 124.3 91.075) (xy 124.3 90.425) (xy 127.4 90.425) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 127.165251 90.567467) (xy 127.22057 90.60443) (xy 127.257533 90.659749) (xy 127.273 90.737509) + (xy 127.273 91.887491) (xy 127.257533 91.965251) (xy 127.22057 92.02057) (xy 127.165251 92.057533) + (xy 127.087491 92.073) (xy 125.612509 92.073) (xy 125.534749 92.057533) (xy 125.47943 92.02057) + (xy 125.442467 91.965251) (xy 125.427 91.887491) (xy 125.427 91.375) (xy 125.42456 91.350224) (xy 125.401724 91.235419) + (xy 125.394497 91.211594) (xy 125.382761 91.189637) (xy 125.317729 91.09231) (xy 125.301934 91.073065) + (xy 125.28269 91.057271) (xy 125.185363 90.992239) (xy 125.163406 90.980503) (xy 125.139581 90.973276) + (xy 125.024776 90.95044) (xy 125 90.948) (xy 124.612509 90.948) (xy 124.534749 90.932533) (xy 124.47943 90.89557) + (xy 124.442467 90.840251) (xy 124.427 90.762491) (xy 124.427 90.737509) (xy 124.442467 90.659749) + (xy 124.47943 90.60443) (xy 124.534749 90.567467) (xy 124.612509 90.552) (xy 127.087491 90.552) + ) + ) + ) + (zone + (net 7) + (net_name "/SHLD") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf53a5") + (hatch edge 0.508) + (priority 2) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.2) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.3) + (thermal_bridge_width 0.3) + (smoothing fillet) + (radius 0.5) + ) + (polygon + (pts + (xy 56.8 90.7) (xy 56.8 100.3) (xy 50 100.3) (xy 50 90.7) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 56.403307 90.814464) (xy 56.499567 90.854336) (xy 56.582232 90.917768) (xy 56.645664 91.000433) + (xy 56.685536 91.096693) (xy 56.7 91.206559) (xy 56.7 91.698891) (xy 56.12 91.698891) (xy 56.041748 91.706598) + (xy 55.966502 91.729424) (xy 55.897156 91.76649) (xy 55.836373 91.816373) (xy 55.78649 91.877156) + (xy 55.749424 91.946502) (xy 55.726598 92.021748) (xy 55.718891 92.1) (xy 55.718891 92.276952) (xy 55.696554 92.243522) + (xy 55.616478 92.163446) (xy 55.522317 92.10053) (xy 55.417692 92.057193) (xy 55.306623 92.0351) + (xy 55.193377 92.0351) (xy 55.082308 92.057193) (xy 54.977683 92.10053) (xy 54.883522 92.163446) + (xy 54.803446 92.243522) (xy 54.74053 92.337683) (xy 54.697193 92.442308) (xy 54.6751 92.553377) + (xy 54.6751 92.666623) (xy 54.697193 92.777692) (xy 54.74053 92.882317) (xy 54.803446 92.976478) + (xy 54.883522 93.056554) (xy 54.977683 93.11947) (xy 55.082308 93.162807) (xy 55.110063 93.168328) + (xy 54.955691 93.3227) (xy 54.955686 93.322704) (xy 54.261519 94.016872) (xy 54.2396 94.021232) + (xy 54.139525 94.062685) (xy 54.049459 94.122865) (xy 53.972865 94.199459) (xy 53.912685 94.289525) + (xy 53.871232 94.3896) (xy 53.8501 94.49584) (xy 53.8501 94.60416) (xy 53.871232 94.7104) (xy 53.912685 94.810475) + (xy 53.925101 94.829057) (xy 53.9251 96.48151) (xy 53.922804 96.504822) (xy 53.9251 96.528134) (xy 53.9251 96.528143) + (xy 53.931972 96.597918) (xy 53.959127 96.687436) (xy 54.003225 96.769938) (xy 54.062571 96.842251) + (xy 54.08069 96.857121) (xy 55.067072 97.843504) (xy 54.977683 97.88053) (xy 54.883522 97.943446) + (xy 54.803446 98.023522) (xy 54.74053 98.117683) (xy 54.697193 98.222308) (xy 54.6751 98.333377) + (xy 54.6751 98.446623) (xy 54.697193 98.557692) (xy 54.74053 98.662317) (xy 54.803446 98.756478) + (xy 54.883522 98.836554) (xy 54.977683 98.89947) (xy 55.082308 98.942807) (xy 55.193377 98.9649) + (xy 55.306623 98.9649) (xy 55.417692 98.942807) (xy 55.522317 98.89947) (xy 55.616478 98.836554) + (xy 55.696554 98.756478) (xy 55.718891 98.723048) (xy 55.718891 98.9) (xy 55.726598 98.978252) (xy 55.749424 99.053498) + (xy 55.78649 99.122844) (xy 55.836373 99.183627) (xy 55.897156 99.23351) (xy 55.966502 99.270576) + (xy 56.041748 99.293402) (xy 56.12 99.301109) (xy 56.7 99.301109) (xy 56.7 99.793441) (xy 56.685536 99.903307) + (xy 56.645664 99.999567) (xy 56.582232 100.082232) (xy 56.499567 100.145664) (xy 56.403307 100.185536) + (xy 56.293441 100.2) (xy 50.506559 100.2) (xy 50.396693 100.185536) (xy 50.300433 100.145664) (xy 50.25 100.106965) + (xy 50.25 90.893035) (xy 50.300433 90.854336) (xy 50.396693 90.814464) (xy 50.506559 90.8) (xy 56.293441 90.8) + ) + ) + ) + (zone + (net 204) + (net_name "/SWSH") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf53ab") + (hatch edge 0.508) + (priority 2) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.2) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.3) + (thermal_bridge_width 0.3) + (smoothing fillet) + (radius 0.5) + ) + (polygon + (pts + (xy 77.5 119.8) (xy 71.8 119.8) (xy 71.8 118.3) (xy 77.5 118.3) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 77.103307 118.414464) (xy 77.199567 118.454336) (xy 77.282232 118.517768) (xy 77.345664 118.600433) + (xy 77.385536 118.696693) (xy 77.4 118.806559) (xy 77.4 119.293441) (xy 77.385536 119.403307) (xy 77.345664 119.499567) + (xy 77.282232 119.582232) (xy 77.199567 119.645664) (xy 77.103307 119.685536) (xy 76.993441 119.7) + (xy 72.306559 119.7) (xy 72.196693 119.685536) (xy 72.100433 119.645664) (xy 72.017768 119.582232) + (xy 71.954336 119.499567) (xy 71.914464 119.403307) (xy 71.9 119.293441) (xy 71.9 118.806559) (xy 71.914464 118.696693) + (xy 71.954336 118.600433) (xy 72.017768 118.517768) (xy 72.100433 118.454336) (xy 72.196693 118.414464) + (xy 72.306559 118.4) (xy 76.993441 118.4) + ) + ) + ) + (zone + (net 3) + (net_name "GND") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf53b1") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 63.7 107.4) (xy 63.7 118.1) (xy 69.4 118.1) (xy 69.4 107.4) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 69.273 110.2231) (xy 68.314696 110.2231) (xy 67.595798 109.504202) (xy 67.553837 109.469766) + (xy 67.505965 109.444178) (xy 67.454021 109.428421) (xy 67.4 109.4231) (xy 66.6 109.4231) (xy 66.545979 109.428421) + (xy 66.494035 109.444178) (xy 66.446163 109.469766) (xy 66.404202 109.504202) (xy 66.369766 109.546163) + (xy 66.344178 109.594035) (xy 66.328421 109.645979) (xy 66.3231 109.7) (xy 66.3231 110.8) (xy 66.328421 110.854021) + (xy 66.344178 110.905965) (xy 66.369766 110.953837) (xy 66.404202 110.995798) (xy 66.804202 111.395798) + (xy 66.846163 111.430234) (xy 66.894035 111.455822) (xy 66.945979 111.471579) (xy 67 111.4769) (xy 67.485304 111.4769) + (xy 68.104202 112.095798) (xy 68.146163 112.130234) (xy 68.194035 112.155822) (xy 68.245979 112.171579) + (xy 68.3 112.1769) (xy 69.273 112.1769) (xy 69.273 115.3231) (xy 68.314696 115.3231) (xy 67.595798 114.604202) + (xy 67.553837 114.569766) (xy 67.505965 114.544178) (xy 67.454021 114.528421) (xy 67.4 114.5231) + (xy 66.6 114.5231) (xy 66.545979 114.528421) (xy 66.494035 114.544178) (xy 66.446163 114.569766) + (xy 66.404202 114.604202) (xy 66.369766 114.646163) (xy 66.344178 114.694035) (xy 66.328421 114.745979) + (xy 66.3231 114.8) (xy 66.3231 115.9) (xy 66.328421 115.954021) (xy 66.344178 116.005965) (xy 66.369766 116.053837) + (xy 66.404202 116.095798) (xy 66.804202 116.495798) (xy 66.846163 116.530234) (xy 66.894035 116.555822) + (xy 66.945979 116.571579) (xy 67 116.5769) (xy 67.485304 116.5769) (xy 68.104202 117.195798) (xy 68.146163 117.230234) + (xy 68.194035 117.255822) (xy 68.245979 117.271579) (xy 68.3 117.2769) (xy 69.273 117.2769) (xy 69.273 117.973) + (xy 64.196326 117.973) (xy 64.244657 117.914109) (xy 64.305191 117.800858) (xy 64.311484 117.780112) + (xy 64.314696 117.7769) (xy 65.6 117.7769) (xy 65.654021 117.771579) (xy 65.705965 117.755822) (xy 65.753837 117.730234) + (xy 65.795798 117.695798) (xy 65.830234 117.653837) (xy 65.855822 117.605965) (xy 65.871579 117.554021) + (xy 65.8769 117.5) (xy 65.8769 116.7) (xy 65.871579 116.645979) (xy 65.855822 116.594035) (xy 65.830234 116.546163) + (xy 65.795798 116.504202) (xy 65.4769 116.185304) (xy 65.4769 114.8) (xy 65.471579 114.745979) (xy 65.455822 114.694035) + (xy 65.430234 114.646163) (xy 65.395798 114.604202) (xy 65.353837 114.569766) (xy 65.334958 114.559675) + (xy 65.347068 114.519751) (xy 65.353239 114.4571) (xy 65.353239 114.2429) (xy 65.347068 114.180249) + (xy 65.328794 114.120005) (xy 65.299117 114.064485) (xy 65.25918 114.01582) (xy 65.210515 113.975883) + (xy 65.154995 113.946206) (xy 65.094751 113.927932) (xy 65.0321 113.921761) (xy 64.6679 113.921761) + (xy 64.605249 113.927932) (xy 64.545005 113.946206) (xy 64.489485 113.975883) (xy 64.462413 113.9981) + (xy 63.827 113.9981) (xy 63.827 113.242545) (xy 63.827795 113.242467) (xy 63.950678 113.205191) + (xy 64.063929 113.144657) (xy 64.163193 113.063193) (xy 64.244657 112.963929) (xy 64.305191 112.850678) + (xy 64.342467 112.727795) (xy 64.34748 112.6769) (xy 65.6 112.6769) (xy 65.654021 112.671579) (xy 65.705965 112.655822) + (xy 65.753837 112.630234) (xy 65.795798 112.595798) (xy 65.830234 112.553837) (xy 65.855822 112.505965) + (xy 65.871579 112.454021) (xy 65.8769 112.4) (xy 65.8769 111.6) (xy 65.871579 111.545979) (xy 65.855822 111.494035) + (xy 65.830234 111.446163) (xy 65.795798 111.404202) (xy 65.4769 111.085304) (xy 65.4769 109.7) (xy 65.471579 109.645979) + (xy 65.455822 109.594035) (xy 65.430234 109.546163) (xy 65.395798 109.504202) (xy 65.353837 109.469766) + (xy 65.334958 109.459675) (xy 65.347068 109.419751) (xy 65.353239 109.3571) (xy 65.353239 109.1429) + (xy 65.347068 109.080249) (xy 65.328794 109.020005) (xy 65.299117 108.964485) (xy 65.25918 108.91582) + (xy 65.210515 108.875883) (xy 65.154995 108.846206) (xy 65.094751 108.827932) (xy 65.0321 108.821761) + (xy 64.6679 108.821761) (xy 64.605249 108.827932) (xy 64.545005 108.846206) (xy 64.489485 108.875883) + (xy 64.44082 108.91582) (xy 64.400883 108.964485) (xy 64.371206 109.020005) (xy 64.352932 109.080249) + (xy 64.3519 109.090726) (xy 64.3519 107.527) (xy 69.273 107.527) + ) + ) + ) + (zone + (net 3) + (net_name "GND") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf53b4") + (hatch edge 0.508) + (connect_pads thru_hole_only + (clearance 0.1) + ) + (min_thickness 0.1) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 68.65 103.75) (xy 68.65 106.15) (xy 72.15 106.15) (xy 72.15 103.75) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 72.1 106.1) (xy 68.7 106.1) (xy 68.7 103.8) (xy 72.1 103.8) + ) + ) + ) + (zone + (net 2) + (net_name "+3V3") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf53b7") + (hatch edge 0.508) + (priority 1) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 66.6 114.8) (xy 66.6 115.9) (xy 67 116.3) (xy 67.6 116.3) (xy 68.3 117) (xy 69.6 117) (xy 69.6 115.6) + (xy 68.2 115.6) (xy 67.4 114.8) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 68.110197 115.689803) (xy 68.129443 115.705597) (xy 68.151399 115.717333) (xy 68.175224 115.72456) + (xy 68.2 115.727) (xy 69.473 115.727) (xy 69.473 116.873) (xy 68.400985 116.873) (xy 68.394657 116.861161) + (xy 68.313193 116.761897) (xy 68.213929 116.680433) (xy 68.100678 116.619899) (xy 68.098994 116.619388) + (xy 67.689803 116.210197) (xy 67.670557 116.194403) (xy 67.648601 116.182667) (xy 67.624776 116.17544) + (xy 67.6 116.173) (xy 67.052606 116.173) (xy 66.727 115.847394) (xy 66.727 114.927) (xy 67.347394 114.927) + ) + ) + ) + (zone + (net 29) + (net_name "+1V2") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf53ba") + (hatch edge 0.508) + (priority 1) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 66.6 109.7) (xy 66.6 110.8) (xy 67 111.2) (xy 67.6 111.2) (xy 68.3 111.9) (xy 69.6 111.9) (xy 69.6 110.5) + (xy 68.2 110.5) (xy 67.4 109.7) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 68.110197 110.589803) (xy 68.129443 110.605597) (xy 68.151399 110.617333) (xy 68.175224 110.62456) + (xy 68.2 110.627) (xy 69.473 110.627) (xy 69.473 111.773) (xy 68.352606 111.773) (xy 67.689803 111.110197) + (xy 67.670557 111.094403) (xy 67.648601 111.082667) (xy 67.624776 111.07544) (xy 67.6 111.073) (xy 67.052606 111.073) + (xy 66.727 110.747394) (xy 66.727 109.827) (xy 67.347394 109.827) + ) + ) + ) + (zone + (net 5) + (net_name "+5V") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf53bd") + (hatch edge 0.508) + (priority 1) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 63.7 111.6) (xy 64.2 111.6) (xy 64.2 109.7) (xy 65.2 109.7) (xy 65.2 111.2) (xy 65.6 111.6) + (xy 65.6 112.4) (xy 64.2 112.4) (xy 63.7 112.9) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 65.073 111.2) (xy 65.07544 111.224776) (xy 65.082667 111.248601) (xy 65.094403 111.270557) (xy 65.110197 111.289803) + (xy 65.473 111.652606) (xy 65.473 112.273) (xy 64.2 112.273) (xy 64.175224 112.27544) (xy 64.151399 112.282667) + (xy 64.129443 112.294403) (xy 64.110197 112.310197) (xy 63.827 112.593394) (xy 63.827 111.727) (xy 64.2 111.727) + (xy 64.224776 111.72456) (xy 64.248601 111.717333) (xy 64.270557 111.705597) (xy 64.289803 111.689803) + (xy 64.305597 111.670557) (xy 64.317333 111.648601) (xy 64.32456 111.624776) (xy 64.327 111.6) (xy 64.327 109.827) + (xy 65.073 109.827) + ) + ) + ) + (zone + (net 5) + (net_name "+5V") + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005faf53c0") + (hatch edge 0.508) + (priority 1) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 64.2 114.8) (xy 65.2 114.8) (xy 65.2 116.3) (xy 65.6 116.7) (xy 65.6 117.5) (xy 64.2 117.5) + (xy 63.7 118) (xy 63.7 116.7) (xy 64.2 116.7) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 65.073 116.3) (xy 65.07544 116.324776) (xy 65.082667 116.348601) (xy 65.094403 116.370557) (xy 65.110197 116.389803) + (xy 65.473 116.752606) (xy 65.473 117.373) (xy 64.2 117.373) (xy 64.175224 117.37544) (xy 64.151399 117.382667) + (xy 64.129443 117.394403) (xy 64.110197 117.410197) (xy 63.827 117.693394) (xy 63.827 116.827) (xy 64.2 116.827) + (xy 64.224776 116.82456) (xy 64.248601 116.817333) (xy 64.270557 116.805597) (xy 64.289803 116.789803) + (xy 64.305597 116.770557) (xy 64.317333 116.748601) (xy 64.32456 116.724776) (xy 64.327 116.7) (xy 64.327 114.927) + (xy 65.073 114.927) + ) + ) + ) + (zone + (net 0) + (net_name "") + (layers "F&B.Cu") + (uuid "00000000-0000-0000-0000-00005cca7240") + (hatch edge 0.508) + (connect_pads + (clearance 0) + ) + (min_thickness 0.0256) + (filled_areas_thickness no) + (keepout + (tracks not_allowed) + (vias not_allowed) + (pads allowed) + (copperpour allowed) + (footprints allowed) + ) + (fill + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 50 120) (xy 130 120) (xy 130 71) (xy 50 71) + ) + ) + (polygon + (pts + (xy 51.7 90.9) (xy 50.35 90.9) (xy 50.35 100.1) (xy 51.7 100.1) (xy 51.7 118.3) (xy 71.7 118.3) + (xy 71.7 119.8) (xy 77.6 119.8) (xy 77.6 118.3) (xy 128.3 118.3) (xy 128.3 72.7) (xy 51.7 72.7) + ) + ) + ) + (zone + (net 7) + (net_name "/SHLD") + (layer "In1.Cu") + (uuid "00000000-0000-0000-0000-00005faf53a2") + (hatch edge 0.508) + (priority 2) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.2) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.3) + (thermal_bridge_width 0.3) + (smoothing fillet) + (radius 0.5) + ) + (polygon + (pts + (xy 56.8 90.7) (xy 56.8 100.3) (xy 50 100.3) (xy 50 90.7) + ) + ) + (filled_polygon + (layer "In1.Cu") + (pts + (xy 56.403307 90.814464) (xy 56.499567 90.854336) (xy 56.582232 90.917768) (xy 56.645664 91.000433) + (xy 56.685536 91.096693) (xy 56.7 91.206559) (xy 56.7 99.793441) (xy 56.685536 99.903307) (xy 56.645664 99.999567) + (xy 56.582232 100.082232) (xy 56.499567 100.145664) (xy 56.403307 100.185536) (xy 56.293441 100.2) + (xy 50.506559 100.2) (xy 50.396693 100.185536) (xy 50.300433 100.145664) (xy 50.25 100.106965) (xy 50.25 98.333377) + (xy 54.6751 98.333377) (xy 54.6751 98.446623) (xy 54.697193 98.557692) (xy 54.74053 98.662317) (xy 54.803446 98.756478) + (xy 54.883522 98.836554) (xy 54.977683 98.89947) (xy 55.082308 98.942807) (xy 55.193377 98.9649) + (xy 55.306623 98.9649) (xy 55.417692 98.942807) (xy 55.522317 98.89947) (xy 55.616478 98.836554) + (xy 55.696554 98.756478) (xy 55.75947 98.662317) (xy 55.802807 98.557692) (xy 55.8249 98.446623) + (xy 55.8249 98.333377) (xy 55.802807 98.222308) (xy 55.75947 98.117683) (xy 55.696554 98.023522) + (xy 55.616478 97.943446) (xy 55.522317 97.88053) (xy 55.417692 97.837193) (xy 55.306623 97.8151) + (xy 55.193377 97.8151) (xy 55.082308 97.837193) (xy 54.977683 97.88053) (xy 54.883522 97.943446) + (xy 54.803446 98.023522) (xy 54.74053 98.117683) (xy 54.697193 98.222308) (xy 54.6751 98.333377) + (xy 50.25 98.333377) (xy 50.25 95.19584) (xy 54.9501 95.19584) (xy 54.9501 95.30416) (xy 54.971232 95.4104) + (xy 55.012685 95.510475) (xy 55.072865 95.600541) (xy 55.149459 95.677135) (xy 55.239525 95.737315) + (xy 55.330503 95.775) (xy 55.239525 95.812685) (xy 55.149459 95.872865) (xy 55.072865 95.949459) + (xy 55.012685 96.039525) (xy 54.971232 96.1396) (xy 54.9501 96.24584) (xy 54.9501 96.35416) (xy 54.971232 96.4604) + (xy 55.012685 96.560475) (xy 55.072865 96.650541) (xy 55.149459 96.727135) (xy 55.239525 96.787315) + (xy 55.3396 96.828768) (xy 55.44584 96.8499) (xy 55.55416 96.8499) (xy 55.6604 96.828768) (xy 55.760475 96.787315) + (xy 55.850541 96.727135) (xy 55.927135 96.650541) (xy 55.987315 96.560475) (xy 56.028768 96.4604) + (xy 56.0499 96.35416) (xy 56.0499 96.24584) (xy 56.028768 96.1396) (xy 55.987315 96.039525) (xy 55.927135 95.949459) + (xy 55.850541 95.872865) (xy 55.760475 95.812685) (xy 55.669497 95.775) (xy 55.760475 95.737315) + (xy 55.850541 95.677135) (xy 55.927135 95.600541) (xy 55.987315 95.510475) (xy 56.028768 95.4104) + (xy 56.0499 95.30416) (xy 56.0499 95.19584) (xy 56.028768 95.0896) (xy 55.987315 94.989525) (xy 55.927135 94.899459) + (xy 55.850541 94.822865) (xy 55.760475 94.762685) (xy 55.6604 94.721232) (xy 55.55416 94.7001) (xy 55.44584 94.7001) + (xy 55.3396 94.721232) (xy 55.239525 94.762685) (xy 55.149459 94.822865) (xy 55.072865 94.899459) + (xy 55.012685 94.989525) (xy 54.971232 95.0896) (xy 54.9501 95.19584) (xy 50.25 95.19584) (xy 50.25 94.49584) + (xy 53.8501 94.49584) (xy 53.8501 94.60416) (xy 53.871232 94.7104) (xy 53.912685 94.810475) (xy 53.972865 94.900541) + (xy 54.049459 94.977135) (xy 54.139525 95.037315) (xy 54.2396 95.078768) (xy 54.34584 95.0999) (xy 54.45416 95.0999) + (xy 54.5604 95.078768) (xy 54.660475 95.037315) (xy 54.750541 94.977135) (xy 54.827135 94.900541) + (xy 54.887315 94.810475) (xy 54.928768 94.7104) (xy 54.9499 94.60416) (xy 54.9499 94.49584) (xy 54.928768 94.3896) + (xy 54.887315 94.289525) (xy 54.827135 94.199459) (xy 54.750541 94.122865) (xy 54.660475 94.062685) + (xy 54.5604 94.021232) (xy 54.45416 94.0001) (xy 54.34584 94.0001) (xy 54.2396 94.021232) (xy 54.139525 94.062685) + (xy 54.049459 94.122865) (xy 53.972865 94.199459) (xy 53.912685 94.289525) (xy 53.871232 94.3896) + (xy 53.8501 94.49584) (xy 50.25 94.49584) (xy 50.25 92.553377) (xy 54.6751 92.553377) (xy 54.6751 92.666623) + (xy 54.697193 92.777692) (xy 54.74053 92.882317) (xy 54.803446 92.976478) (xy 54.883522 93.056554) + (xy 54.977683 93.11947) (xy 55.082308 93.162807) (xy 55.193377 93.1849) (xy 55.306623 93.1849) (xy 55.417692 93.162807) + (xy 55.522317 93.11947) (xy 55.616478 93.056554) (xy 55.696554 92.976478) (xy 55.75947 92.882317) + (xy 55.802807 92.777692) (xy 55.8249 92.666623) (xy 55.8249 92.553377) (xy 55.802807 92.442308) + (xy 55.75947 92.337683) (xy 55.696554 92.243522) (xy 55.616478 92.163446) (xy 55.522317 92.10053) + (xy 55.417692 92.057193) (xy 55.306623 92.0351) (xy 55.193377 92.0351) (xy 55.082308 92.057193) + (xy 54.977683 92.10053) (xy 54.883522 92.163446) (xy 54.803446 92.243522) (xy 54.74053 92.337683) + (xy 54.697193 92.442308) (xy 54.6751 92.553377) (xy 50.25 92.553377) (xy 50.25 90.893035) (xy 50.300433 90.854336) + (xy 50.396693 90.814464) (xy 50.506559 90.8) (xy 56.293441 90.8) + ) + ) + ) + (zone + (net 204) + (net_name "/SWSH") + (layer "In1.Cu") + (uuid "00000000-0000-0000-0000-00005faf53ae") + (hatch edge 0.508) + (priority 2) + (connect_pads + (clearance 0.1) + ) + (min_thickness 0.2) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.3) + (thermal_bridge_width 0.3) + (smoothing fillet) + (radius 0.5) + ) + (polygon + (pts + (xy 77.5 119.8) (xy 71.8 119.8) (xy 71.8 118.3) (xy 77.5 118.3) + ) + ) + (filled_polygon + (layer "In1.Cu") + (pts + (xy 74.046515 118.555805) (xy 74.65 119.159289) (xy 75.253485 118.555805) (xy 75.203105 118.4) (xy 76.993441 118.4) + (xy 77.103307 118.414464) (xy 77.199567 118.454336) (xy 77.282232 118.517768) (xy 77.345664 118.600433) + (xy 77.385536 118.696693) (xy 77.4 118.806559) (xy 77.4 119.293441) (xy 77.385536 119.403307) (xy 77.345664 119.499567) + (xy 77.282232 119.582232) (xy 77.199567 119.645664) (xy 77.103307 119.685536) (xy 76.993441 119.7) + (xy 75.532711 119.7) (xy 75.582339 119.604757) (xy 75.637536 119.415666) (xy 75.654782 119.219439) + (xy 75.633415 119.023619) (xy 75.574256 118.83573) (xy 75.491314 118.680553) (xy 75.324195 118.626515) + (xy 74.720711 119.23) (xy 74.734853 119.244142) (xy 74.664142 119.314853) (xy 74.65 119.300711) + (xy 74.635858 119.314853) (xy 74.565147 119.244142) (xy 74.579289 119.23) (xy 73.975805 118.626515) + (xy 73.808686 118.680553) (xy 73.717661 118.855243) (xy 73.662464 119.044334) (xy 73.645218 119.240561) + (xy 73.666585 119.436381) (xy 73.725744 119.62427) (xy 73.766222 119.7) (xy 72.306559 119.7) (xy 72.196693 119.685536) + (xy 72.100433 119.645664) (xy 72.017768 119.582232) (xy 71.954336 119.499567) (xy 71.914464 119.403307) + (xy 71.9 119.293441) (xy 71.9 118.806559) (xy 71.914464 118.696693) (xy 71.954336 118.600433) (xy 72.017768 118.517768) + (xy 72.100433 118.454336) (xy 72.196693 118.414464) (xy 72.306559 118.4) (xy 74.096895 118.4) + ) + ) + ) + (zone + (net 3) + (net_name "GND") + (layer "In1.Cu") + (uuid "00000000-0000-0000-0000-00005faf53cc") + (hatch edge 0.508) + (connect_pads + (clearance 0.15) + ) + (min_thickness 0.15) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.5) + (thermal_bridge_width 0.5) + ) + (polygon + (pts + (xy 50 120) (xy 130 120) (xy 130 71) (xy 50 71) + ) + ) + (filled_polygon + (layer "In1.Cu") + (pts + (xy 126.723268 71.347236) (xy 127.418984 71.557285) (xy 128.060653 71.898467) (xy 128.623831 72.357782) + (xy 129.087072 72.917745) (xy 129.432723 73.557013) (xy 129.647625 74.251249) (xy 129.724953 74.986963) + (xy 129.725 75.000379) (xy 129.725001 115.986536) (xy 129.652764 116.723268) (xy 129.442714 117.418988) + (xy 129.101532 118.060655) (xy 128.642213 118.623836) (xy 128.082255 119.087072) (xy 127.442983 119.432726) + (xy 126.74875 119.647626) (xy 126.013029 119.724953) (xy 125.999621 119.725) (xy 77.597663 119.725) + (xy 77.615249 119.698681) (xy 77.654824 119.603137) (xy 77.655085 119.601824) (xy 77.690836 119.515514) + (xy 77.706038 119.458778) (xy 77.723075 119.329368) (xy 77.725 119.3) (xy 77.725 118.8) (xy 77.723075 118.770632) + (xy 77.706038 118.641222) (xy 77.690836 118.584486) (xy 77.655085 118.498176) (xy 77.654824 118.496863) + (xy 77.615249 118.401319) (xy 77.557794 118.315332) (xy 77.484668 118.242206) (xy 77.398681 118.184751) + (xy 77.303137 118.145176) (xy 77.301824 118.144915) (xy 77.215514 118.109164) (xy 77.158778 118.093962) + (xy 77.104277 118.086787) (xy 76.996452 117.978962) (xy 77.197506 117.924746) (xy 77.283653 117.70992) + (xy 77.326235 117.482417) (xy 77.323614 117.250976) (xy 77.275892 117.024495) (xy 77.197506 116.835254) + (xy 76.99645 116.781037) (xy 76.397487 117.38) (xy 76.41163 117.394143) (xy 76.164143 117.64163) + (xy 76.15 117.627487) (xy 76.135858 117.64163) (xy 75.888371 117.394143) (xy 75.902513 117.38) (xy 75.30355 116.781037) + (xy 75.102494 116.835254) (xy 75.016347 117.05008) (xy 74.973765 117.277583) (xy 74.976386 117.509024) + (xy 75.024108 117.735505) (xy 75.102494 117.924746) (xy 75.303548 117.978962) (xy 75.20751 118.075) + (xy 73.59482 118.075) (xy 73.675907 118.020819) (xy 73.790819 117.905907) (xy 73.881106 117.770784) + (xy 73.943296 117.620644) (xy 73.975 117.461255) (xy 73.975 117.298745) (xy 73.943296 117.139356) + (xy 73.881106 116.989216) (xy 73.790819 116.854093) (xy 73.675907 116.739181) (xy 73.540784 116.648894) + (xy 73.390644 116.586704) (xy 73.231255 116.555) (xy 73.068745 116.555) (xy 72.909356 116.586704) + (xy 72.759216 116.648894) (xy 72.624093 116.739181) (xy 72.509181 116.854093) (xy 72.418894 116.989216) + (xy 72.356704 117.139356) (xy 72.325 117.298745) (xy 72.325 117.461255) (xy 72.356704 117.620644) + (xy 72.418894 117.770784) (xy 72.509181 117.905907) (xy 72.624093 118.020819) (xy 72.70518 118.075) + (xy 72.3 118.075) (xy 72.270632 118.076925) (xy 72.141222 118.093962) (xy 72.084486 118.109164) + (xy 71.998176 118.144915) (xy 71.996863 118.145176) (xy 71.901319 118.184751) (xy 71.815332 118.242206) + (xy 71.742206 118.315332) (xy 71.684751 118.401319) (xy 71.645176 118.496863) (xy 71.644915 118.498176) + (xy 71.609164 118.584486) (xy 71.593962 118.641222) (xy 71.576925 118.770632) (xy 71.575 118.8) + (xy 71.575 119.3) (xy 71.576925 119.329368) (xy 71.593962 119.458778) (xy 71.609164 119.515514) + (xy 71.644915 119.601824) (xy 71.645176 119.603137) (xy 71.684751 119.698681) (xy 71.702337 119.725) + (xy 54.013454 119.725) (xy 53.276732 119.652764) (xy 52.581012 119.442714) (xy 51.939345 119.101532) + (xy 51.376164 118.642213) (xy 50.912928 118.082255) (xy 50.574901 117.457088) (xy 61.464606 117.457088) + (xy 61.464606 117.560504) (xy 61.484782 117.661933) (xy 61.524357 117.757477) (xy 61.581812 117.843464) + (xy 61.654938 117.91659) (xy 61.740925 117.974045) (xy 61.836469 118.01362) (xy 61.937898 118.033796) + (xy 62.041314 118.033796) (xy 62.142743 118.01362) (xy 62.238287 117.974045) (xy 62.324274 117.91659) + (xy 62.3974 117.843464) (xy 62.454855 117.757477) (xy 62.49443 117.661933) (xy 62.514606 117.560504) + (xy 62.514606 117.457088) (xy 62.49443 117.355659) (xy 62.454855 117.260115) (xy 62.3974 117.174128) + (xy 62.324274 117.101002) (xy 62.238287 117.043547) (xy 62.142743 117.003972) (xy 62.041314 116.983796) + (xy 61.937898 116.983796) (xy 61.836469 117.003972) (xy 61.740925 117.043547) (xy 61.654938 117.101002) + (xy 61.581812 117.174128) (xy 61.524357 117.260115) (xy 61.484782 117.355659) (xy 61.464606 117.457088) + (xy 50.574901 117.457088) (xy 50.567274 117.442983) (xy 50.414131 116.948254) (xy 63.175 116.948254) + (xy 63.175 117.05167) (xy 63.195176 117.153099) (xy 63.234751 117.248643) (xy 63.25241 117.275071) + (xy 63.234751 117.301499) (xy 63.195176 117.397043) (xy 63.175 117.498472) (xy 63.175 117.601888) + (xy 63.195176 117.703317) (xy 63.234751 117.798861) (xy 63.292206 117.884848) (xy 63.365332 117.957974) + (xy 63.451319 118.015429) (xy 63.546863 118.055004) (xy 63.648292 118.07518) (xy 63.751708 118.07518) + (xy 63.853137 118.055004) (xy 63.948681 118.015429) (xy 64.034668 117.957974) (xy 64.107794 117.884848) + (xy 64.165249 117.798861) (xy 64.204824 117.703317) (xy 64.225 117.601888) (xy 64.225 117.498472) + (xy 64.204824 117.397043) (xy 64.165249 117.301499) (xy 64.14759 117.275071) (xy 64.165249 117.248643) + (xy 64.204824 117.153099) (xy 64.225 117.05167) (xy 64.225 116.948254) (xy 64.204824 116.846825) + (xy 64.165249 116.751281) (xy 64.107794 116.665294) (xy 64.034668 116.592168) (xy 63.948681 116.534713) + (xy 63.853137 116.495138) (xy 63.751708 116.474962) (xy 63.648292 116.474962) (xy 63.546863 116.495138) + (xy 63.451319 116.534713) (xy 63.365332 116.592168) (xy 63.292206 116.665294) (xy 63.234751 116.751281) + (xy 63.195176 116.846825) (xy 63.175 116.948254) (xy 50.414131 116.948254) (xy 50.352374 116.74875) + (xy 50.31556 116.398481) (xy 69.018821 116.398481) (xy 69.018821 116.501897) (xy 69.038997 116.603326) + (xy 69.078572 116.69887) (xy 69.136027 116.784857) (xy 69.209153 116.857983) (xy 69.29514 116.915438) + (xy 69.390684 116.955013) (xy 69.492113 116.975189) (xy 69.595529 116.975189) (xy 69.696958 116.955013) + (xy 69.792502 116.915438) (xy 69.878489 116.857983) (xy 69.951615 116.784857) (xy 70.00907 116.69887) + (xy 70.048645 116.603326) (xy 70.062524 116.53355) (xy 75.551037 116.53355) (xy 76.15 117.132513) + (xy 76.748963 116.53355) (xy 76.694746 116.332494) (xy 76.47992 116.246347) (xy 76.252417 116.203765) + (xy 76.020976 116.206386) (xy 75.794495 116.254108) (xy 75.605254 116.332494) (xy 75.551037 116.53355) + (xy 70.062524 116.53355) (xy 70.068821 116.501897) (xy 70.068821 116.398481) (xy 70.048645 116.297052) + (xy 70.010712 116.205471) (xy 70.015249 116.198681) (xy 70.054824 116.103137) (xy 70.075 116.001708) + (xy 70.075 115.948292) (xy 82.275 115.948292) (xy 82.275 116.051708) (xy 82.295176 116.153137) (xy 82.334751 116.248681) + (xy 82.392206 116.334668) (xy 82.465332 116.407794) (xy 82.551319 116.465249) (xy 82.646863 116.504824) + (xy 82.748292 116.525) (xy 82.851708 116.525) (xy 82.953137 116.504824) (xy 83.048681 116.465249) + (xy 83.134668 116.407794) (xy 83.207794 116.334668) (xy 83.265249 116.248681) (xy 83.304824 116.153137) + (xy 83.325 116.051708) (xy 83.325 115.948292) (xy 87.775 115.948292) (xy 87.775 116.051708) (xy 87.795176 116.153137) + (xy 87.834751 116.248681) (xy 87.892206 116.334668) (xy 87.965332 116.407794) (xy 88.051319 116.465249) + (xy 88.146863 116.504824) (xy 88.248292 116.525) (xy 88.351708 116.525) (xy 88.453137 116.504824) + (xy 88.548681 116.465249) (xy 88.634668 116.407794) (xy 88.707794 116.334668) (xy 88.765249 116.248681) + (xy 88.804824 116.153137) (xy 88.825 116.051708) (xy 88.825 115.948292) (xy 88.804824 115.846863) + (xy 88.765249 115.751319) (xy 88.740395 115.714122) (xy 91.495 115.714122) (xy 91.495 115.925878) + (xy 91.536312 116.133566) (xy 91.617348 116.329203) (xy 91.734993 116.505272) (xy 91.884728 116.655007) + (xy 92.060797 116.772652) (xy 92.256434 116.853688) (xy 92.464122 116.895) (xy 92.675878 116.895) + (xy 92.883566 116.853688) (xy 92.901752 116.846155) (xy 94.331333 116.846155) (xy 94.416241 117.072606) + (xy 94.673943 117.183883) (xy 94.948402 117.242747) (xy 95.229071 117.246936) (xy 95.505165 117.196288) + (xy 95.766072 117.09275) (xy 95.803759 117.072606) (xy 95.888667 116.846155) (xy 96.871333 116.846155) + (xy 96.956241 117.072606) (xy 97.213943 117.183883) (xy 97.488402 117.242747) (xy 97.769071 117.246936) + (xy 98.045165 117.196288) (xy 98.306072 117.09275) (xy 98.343759 117.072606) (xy 98.428667 116.846155) + (xy 99.411333 116.846155) (xy 99.496241 117.072606) (xy 99.753943 117.183883) (xy 100.028402 117.242747) + (xy 100.309071 117.246936) (xy 100.585165 117.196288) (xy 100.846072 117.09275) (xy 100.883759 117.072606) + (xy 100.968667 116.846155) (xy 101.951333 116.846155) (xy 102.036241 117.072606) (xy 102.293943 117.183883) + (xy 102.568402 117.242747) (xy 102.849071 117.246936) (xy 103.125165 117.196288) (xy 103.386072 117.09275) + (xy 103.423759 117.072606) (xy 103.508667 116.846155) (xy 104.491333 116.846155) (xy 104.576241 117.072606) + (xy 104.833943 117.183883) (xy 105.108402 117.242747) (xy 105.389071 117.246936) (xy 105.665165 117.196288) + (xy 105.926072 117.09275) (xy 105.963759 117.072606) (xy 106.048667 116.846155) (xy 107.031333 116.846155) + (xy 107.116241 117.072606) (xy 107.373943 117.183883) (xy 107.648402 117.242747) (xy 107.929071 117.246936) + (xy 108.205165 117.196288) (xy 108.466072 117.09275) (xy 108.503759 117.072606) (xy 108.588667 116.846155) + (xy 109.571333 116.846155) (xy 109.656241 117.072606) (xy 109.913943 117.183883) (xy 110.188402 117.242747) + (xy 110.469071 117.246936) (xy 110.745165 117.196288) (xy 111.006072 117.09275) (xy 111.043759 117.072606) + (xy 111.128667 116.846155) (xy 112.111333 116.846155) (xy 112.196241 117.072606) (xy 112.453943 117.183883) + (xy 112.728402 117.242747) (xy 113.009071 117.246936) (xy 113.285165 117.196288) (xy 113.546072 117.09275) + (xy 113.583759 117.072606) (xy 113.668667 116.846155) (xy 112.89 116.067487) (xy 112.111333 116.846155) + (xy 111.128667 116.846155) (xy 110.35 116.067487) (xy 109.571333 116.846155) (xy 108.588667 116.846155) + (xy 107.81 116.067487) (xy 107.031333 116.846155) (xy 106.048667 116.846155) (xy 105.27 116.067487) + (xy 104.491333 116.846155) (xy 103.508667 116.846155) (xy 102.73 116.067487) (xy 101.951333 116.846155) + (xy 100.968667 116.846155) (xy 100.19 116.067487) (xy 99.411333 116.846155) (xy 98.428667 116.846155) + (xy 97.65 116.067487) (xy 96.871333 116.846155) (xy 95.888667 116.846155) (xy 95.11 116.067487) + (xy 94.331333 116.846155) (xy 92.901752 116.846155) (xy 93.079203 116.772652) (xy 93.255272 116.655007) + (xy 93.405007 116.505272) (xy 93.522652 116.329203) (xy 93.603688 116.133566) (xy 93.642375 115.939071) + (xy 93.683064 115.939071) (xy 93.733712 116.215165) (xy 93.83725 116.476072) (xy 93.857394 116.513759) + (xy 94.083845 116.598667) (xy 94.862513 115.82) (xy 95.357487 115.82) (xy 96.136155 116.598667) + (xy 96.362606 116.513759) (xy 96.378151 116.477758) (xy 96.397394 116.513759) (xy 96.623845 116.598667) + (xy 97.402513 115.82) (xy 97.897487 115.82) (xy 98.676155 116.598667) (xy 98.902606 116.513759) + (xy 98.918151 116.477758) (xy 98.937394 116.513759) (xy 99.163845 116.598667) (xy 99.942513 115.82) + (xy 100.437487 115.82) (xy 101.216155 116.598667) (xy 101.442606 116.513759) (xy 101.458151 116.477758) + (xy 101.477394 116.513759) (xy 101.703845 116.598667) (xy 102.482513 115.82) (xy 102.977487 115.82) + (xy 103.756155 116.598667) (xy 103.982606 116.513759) (xy 103.998151 116.477758) (xy 104.017394 116.513759) + (xy 104.243845 116.598667) (xy 105.022513 115.82) (xy 105.517487 115.82) (xy 106.296155 116.598667) + (xy 106.522606 116.513759) (xy 106.538151 116.477758) (xy 106.557394 116.513759) (xy 106.783845 116.598667) + (xy 107.562513 115.82) (xy 108.057487 115.82) (xy 108.836155 116.598667) (xy 109.062606 116.513759) + (xy 109.078151 116.477758) (xy 109.097394 116.513759) (xy 109.323845 116.598667) (xy 110.102513 115.82) + (xy 110.597487 115.82) (xy 111.376155 116.598667) (xy 111.602606 116.513759) (xy 111.618151 116.477758) + (xy 111.637394 116.513759) (xy 111.863845 116.598667) (xy 112.642513 115.82) (xy 113.137487 115.82) + (xy 113.916155 116.598667) (xy 114.142606 116.513759) (xy 114.253883 116.256057) (xy 114.312747 115.981598) + (xy 114.316739 115.714122) (xy 114.355 115.714122) (xy 114.355 115.925878) (xy 114.396312 116.133566) + (xy 114.477348 116.329203) (xy 114.594993 116.505272) (xy 114.744728 116.655007) (xy 114.920797 116.772652) + (xy 115.116434 116.853688) (xy 115.324122 116.895) (xy 115.535878 116.895) (xy 115.743566 116.853688) + (xy 115.939203 116.772652) (xy 116.115272 116.655007) (xy 116.265007 116.505272) (xy 116.382652 116.329203) + (xy 116.463688 116.133566) (xy 116.505 115.925878) (xy 116.505 115.714122) (xy 116.463688 115.506434) + (xy 116.382652 115.310797) (xy 116.265007 115.134728) (xy 116.115272 114.984993) (xy 115.939203 114.867348) + (xy 115.743566 114.786312) (xy 115.535878 114.745) (xy 115.324122 114.745) (xy 115.116434 114.786312) + (xy 114.920797 114.867348) (xy 114.744728 114.984993) (xy 114.594993 115.134728) (xy 114.477348 115.310797) + (xy 114.396312 115.506434) (xy 114.355 115.714122) (xy 114.316739 115.714122) (xy 114.316936 115.700929) + (xy 114.266288 115.424835) (xy 114.16275 115.163928) (xy 114.142606 115.126241) (xy 113.916155 115.041333) + (xy 113.137487 115.82) (xy 112.642513 115.82) (xy 111.863845 115.041333) (xy 111.637394 115.126241) + (xy 111.621849 115.162242) (xy 111.602606 115.126241) (xy 111.376155 115.041333) (xy 110.597487 115.82) + (xy 110.102513 115.82) (xy 109.323845 115.041333) (xy 109.097394 115.126241) (xy 109.081849 115.162242) + (xy 109.062606 115.126241) (xy 108.836155 115.041333) (xy 108.057487 115.82) (xy 107.562513 115.82) + (xy 106.783845 115.041333) (xy 106.557394 115.126241) (xy 106.541849 115.162242) (xy 106.522606 115.126241) + (xy 106.296155 115.041333) (xy 105.517487 115.82) (xy 105.022513 115.82) (xy 104.243845 115.041333) + (xy 104.017394 115.126241) (xy 104.001849 115.162242) (xy 103.982606 115.126241) (xy 103.756155 115.041333) + (xy 102.977487 115.82) (xy 102.482513 115.82) (xy 101.703845 115.041333) (xy 101.477394 115.126241) + (xy 101.461849 115.162242) (xy 101.442606 115.126241) (xy 101.216155 115.041333) (xy 100.437487 115.82) + (xy 99.942513 115.82) (xy 99.163845 115.041333) (xy 98.937394 115.126241) (xy 98.921849 115.162242) + (xy 98.902606 115.126241) (xy 98.676155 115.041333) (xy 97.897487 115.82) (xy 97.402513 115.82) + (xy 96.623845 115.041333) (xy 96.397394 115.126241) (xy 96.381849 115.162242) (xy 96.362606 115.126241) + (xy 96.136155 115.041333) (xy 95.357487 115.82) (xy 94.862513 115.82) (xy 94.083845 115.041333) + (xy 93.857394 115.126241) (xy 93.746117 115.383943) (xy 93.687253 115.658402) (xy 93.683064 115.939071) + (xy 93.642375 115.939071) (xy 93.645 115.925878) (xy 93.645 115.714122) (xy 93.603688 115.506434) + (xy 93.522652 115.310797) (xy 93.405007 115.134728) (xy 93.255272 114.984993) (xy 93.079203 114.867348) + (xy 92.901753 114.793845) (xy 94.331333 114.793845) (xy 95.11 115.572513) (xy 95.888667 114.793845) + (xy 96.871333 114.793845) (xy 97.65 115.572513) (xy 98.428667 114.793845) (xy 99.411333 114.793845) + (xy 100.19 115.572513) (xy 100.968667 114.793845) (xy 101.951333 114.793845) (xy 102.73 115.572513) + (xy 103.508667 114.793845) (xy 104.491333 114.793845) (xy 105.27 115.572513) (xy 106.048667 114.793845) + (xy 107.031333 114.793845) (xy 107.81 115.572513) (xy 108.588667 114.793845) (xy 109.571333 114.793845) + (xy 110.35 115.572513) (xy 111.128667 114.793845) (xy 112.111333 114.793845) (xy 112.89 115.572513) + (xy 113.668667 114.793845) (xy 113.583759 114.567394) (xy 113.326057 114.456117) (xy 113.051598 114.397253) + (xy 112.770929 114.393064) (xy 112.494835 114.443712) (xy 112.233928 114.54725) (xy 112.196241 114.567394) + (xy 112.111333 114.793845) (xy 111.128667 114.793845) (xy 111.043759 114.567394) (xy 110.786057 114.456117) + (xy 110.511598 114.397253) (xy 110.230929 114.393064) (xy 109.954835 114.443712) (xy 109.693928 114.54725) + (xy 109.656241 114.567394) (xy 109.571333 114.793845) (xy 108.588667 114.793845) (xy 108.503759 114.567394) + (xy 108.246057 114.456117) (xy 107.971598 114.397253) (xy 107.690929 114.393064) (xy 107.414835 114.443712) + (xy 107.153928 114.54725) (xy 107.116241 114.567394) (xy 107.031333 114.793845) (xy 106.048667 114.793845) + (xy 105.963759 114.567394) (xy 105.706057 114.456117) (xy 105.431598 114.397253) (xy 105.150929 114.393064) + (xy 104.874835 114.443712) (xy 104.613928 114.54725) (xy 104.576241 114.567394) (xy 104.491333 114.793845) + (xy 103.508667 114.793845) (xy 103.423759 114.567394) (xy 103.166057 114.456117) (xy 102.891598 114.397253) + (xy 102.610929 114.393064) (xy 102.334835 114.443712) (xy 102.073928 114.54725) (xy 102.036241 114.567394) + (xy 101.951333 114.793845) (xy 100.968667 114.793845) (xy 100.883759 114.567394) (xy 100.626057 114.456117) + (xy 100.351598 114.397253) (xy 100.070929 114.393064) (xy 99.794835 114.443712) (xy 99.533928 114.54725) + (xy 99.496241 114.567394) (xy 99.411333 114.793845) (xy 98.428667 114.793845) (xy 98.343759 114.567394) + (xy 98.086057 114.456117) (xy 97.811598 114.397253) (xy 97.530929 114.393064) (xy 97.254835 114.443712) + (xy 96.993928 114.54725) (xy 96.956241 114.567394) (xy 96.871333 114.793845) (xy 95.888667 114.793845) + (xy 95.803759 114.567394) (xy 95.546057 114.456117) (xy 95.271598 114.397253) (xy 94.990929 114.393064) + (xy 94.714835 114.443712) (xy 94.453928 114.54725) (xy 94.416241 114.567394) (xy 94.331333 114.793845) + (xy 92.901753 114.793845) (xy 92.883566 114.786312) (xy 92.675878 114.745) (xy 92.464122 114.745) + (xy 92.256434 114.786312) (xy 92.060797 114.867348) (xy 91.884728 114.984993) (xy 91.734993 115.134728) + (xy 91.617348 115.310797) (xy 91.536312 115.506434) (xy 91.495 115.714122) (xy 88.740395 115.714122) + (xy 88.707794 115.665332) (xy 88.634668 115.592206) (xy 88.548681 115.534751) (xy 88.453137 115.495176) + (xy 88.351708 115.475) (xy 88.248292 115.475) (xy 88.146863 115.495176) (xy 88.051319 115.534751) + (xy 87.965332 115.592206) (xy 87.892206 115.665332) (xy 87.834751 115.751319) (xy 87.795176 115.846863) + (xy 87.775 115.948292) (xy 83.325 115.948292) (xy 83.304824 115.846863) (xy 83.265249 115.751319) + (xy 83.207794 115.665332) (xy 83.134668 115.592206) (xy 83.048681 115.534751) (xy 82.953137 115.495176) + (xy 82.851708 115.475) (xy 82.748292 115.475) (xy 82.646863 115.495176) (xy 82.551319 115.534751) + (xy 82.465332 115.592206) (xy 82.392206 115.665332) (xy 82.334751 115.751319) (xy 82.295176 115.846863) + (xy 82.275 115.948292) (xy 70.075 115.948292) (xy 70.075 115.898292) (xy 70.054824 115.796863) (xy 70.015249 115.701319) + (xy 69.957794 115.615332) (xy 69.884668 115.542206) (xy 69.798681 115.484751) (xy 69.703137 115.445176) + (xy 69.601708 115.425) (xy 69.498292 115.425) (xy 69.396863 115.445176) (xy 69.301319 115.484751) + (xy 69.215332 115.542206) (xy 69.142206 115.615332) (xy 69.084751 115.701319) (xy 69.045176 115.796863) + (xy 69.025 115.898292) (xy 69.025 116.001708) (xy 69.045176 116.103137) (xy 69.083109 116.194718) + (xy 69.078572 116.201508) (xy 69.038997 116.297052) (xy 69.018821 116.398481) (xy 50.31556 116.398481) + (xy 50.275047 116.013029) (xy 50.275 115.999621) (xy 50.275 114.948292) (xy 58.875014 114.948292) + (xy 58.875014 115.051708) (xy 58.89519 115.153137) (xy 58.934765 115.248681) (xy 58.99222 115.334668) + (xy 59.065346 115.407794) (xy 59.151333 115.465249) (xy 59.246877 115.504824) (xy 59.348306 115.525) + (xy 59.451722 115.525) (xy 59.553151 115.504824) (xy 59.648695 115.465249) (xy 59.734682 115.407794) + (xy 59.807808 115.334668) (xy 59.865263 115.248681) (xy 59.904838 115.153137) (xy 59.925014 115.051708) + (xy 59.925014 114.948292) (xy 59.904838 114.846863) (xy 59.865263 114.751319) (xy 59.807808 114.665332) + (xy 59.734682 114.592206) (xy 59.648695 114.534751) (xy 59.553151 114.495176) (xy 59.451722 114.475) + (xy 59.348306 114.475) (xy 59.246877 114.495176) (xy 59.151333 114.534751) (xy 59.065346 114.592206) + (xy 58.99222 114.665332) (xy 58.934765 114.751319) (xy 58.89519 114.846863) (xy 58.875014 114.948292) + (xy 50.275 114.948292) (xy 50.275 114.233292) (xy 70.075 114.233292) (xy 70.075 114.336708) (xy 70.095176 114.438137) + (xy 70.134751 114.533681) (xy 70.192206 114.619668) (xy 70.265332 114.692794) (xy 70.351319 114.750249) + (xy 70.446863 114.789824) (xy 70.548292 114.81) (xy 70.651708 114.81) (xy 70.753137 114.789824) + (xy 70.848681 114.750249) (xy 70.934668 114.692794) (xy 71.007794 114.619668) (xy 71.065249 114.533681) + (xy 71.104824 114.438137) (xy 71.125 114.336708) (xy 71.125 114.233292) (xy 71.104824 114.131863) + (xy 71.065249 114.036319) (xy 71.007794 113.950332) (xy 70.934668 113.877206) (xy 70.848681 113.819751) + (xy 70.795694 113.797803) (xy 70.856181 113.772749) (xy 70.942168 113.715294) (xy 71.015294 113.642168) + (xy 71.072749 113.556181) (xy 71.112324 113.460637) (xy 71.114779 113.448292) (xy 87.775 113.448292) + (xy 87.775 113.551708) (xy 87.795176 113.653137) (xy 87.834751 113.748681) (xy 87.892206 113.834668) + (xy 87.965332 113.907794) (xy 88.051319 113.965249) (xy 88.146863 114.004824) (xy 88.248292 114.025) + (xy 88.351708 114.025) (xy 88.453137 114.004824) (xy 88.548681 113.965249) (xy 88.634668 113.907794) + (xy 88.707794 113.834668) (xy 88.765249 113.748681) (xy 88.804824 113.653137) (xy 88.825 113.551708) + (xy 88.825 113.448292) (xy 88.804824 113.346863) (xy 88.765249 113.251319) (xy 88.713668 113.174122) + (xy 91.495 113.174122) (xy 91.495 113.385878) (xy 91.536312 113.593566) (xy 91.617348 113.789203) + (xy 91.734993 113.965272) (xy 91.884728 114.115007) (xy 92.060797 114.232652) (xy 92.256434 114.313688) + (xy 92.464122 114.355) (xy 92.675878 114.355) (xy 92.883566 114.313688) (xy 93.079203 114.232652) + (xy 93.255272 114.115007) (xy 93.405007 113.965272) (xy 93.522652 113.789203) (xy 93.603688 113.593566) + (xy 93.645 113.385878) (xy 93.645 113.174122) (xy 94.035 113.174122) (xy 94.035 113.385878) (xy 94.076312 113.593566) + (xy 94.157348 113.789203) (xy 94.274993 113.965272) (xy 94.424728 114.115007) (xy 94.600797 114.232652) + (xy 94.796434 114.313688) (xy 95.004122 114.355) (xy 95.215878 114.355) (xy 95.423566 114.313688) + (xy 95.619203 114.232652) (xy 95.795272 114.115007) (xy 95.945007 113.965272) (xy 96.062652 113.789203) + (xy 96.143688 113.593566) (xy 96.185 113.385878) (xy 96.185 113.174122) (xy 96.575 113.174122) (xy 96.575 113.385878) + (xy 96.616312 113.593566) (xy 96.697348 113.789203) (xy 96.814993 113.965272) (xy 96.964728 114.115007) + (xy 97.140797 114.232652) (xy 97.336434 114.313688) (xy 97.544122 114.355) (xy 97.755878 114.355) + (xy 97.963566 114.313688) (xy 98.159203 114.232652) (xy 98.335272 114.115007) (xy 98.485007 113.965272) + (xy 98.602652 113.789203) (xy 98.683688 113.593566) (xy 98.725 113.385878) (xy 98.725 113.174122) + (xy 99.115 113.174122) (xy 99.115 113.385878) (xy 99.156312 113.593566) (xy 99.237348 113.789203) + (xy 99.354993 113.965272) (xy 99.504728 114.115007) (xy 99.680797 114.232652) (xy 99.876434 114.313688) + (xy 100.084122 114.355) (xy 100.295878 114.355) (xy 100.503566 114.313688) (xy 100.699203 114.232652) + (xy 100.875272 114.115007) (xy 101.025007 113.965272) (xy 101.142652 113.789203) (xy 101.223688 113.593566) + (xy 101.265 113.385878) (xy 101.265 113.174122) (xy 101.655 113.174122) (xy 101.655 113.385878) + (xy 101.696312 113.593566) (xy 101.777348 113.789203) (xy 101.894993 113.965272) (xy 102.044728 114.115007) + (xy 102.220797 114.232652) (xy 102.416434 114.313688) (xy 102.624122 114.355) (xy 102.835878 114.355) + (xy 103.043566 114.313688) (xy 103.239203 114.232652) (xy 103.415272 114.115007) (xy 103.565007 113.965272) + (xy 103.682652 113.789203) (xy 103.763688 113.593566) (xy 103.805 113.385878) (xy 103.805 113.174122) + (xy 104.195 113.174122) (xy 104.195 113.385878) (xy 104.236312 113.593566) (xy 104.317348 113.789203) + (xy 104.434993 113.965272) (xy 104.584728 114.115007) (xy 104.760797 114.232652) (xy 104.956434 114.313688) + (xy 105.164122 114.355) (xy 105.375878 114.355) (xy 105.583566 114.313688) (xy 105.779203 114.232652) + (xy 105.955272 114.115007) (xy 106.105007 113.965272) (xy 106.222652 113.789203) (xy 106.303688 113.593566) + (xy 106.345 113.385878) (xy 106.345 113.174122) (xy 106.735 113.174122) (xy 106.735 113.385878) + (xy 106.776312 113.593566) (xy 106.857348 113.789203) (xy 106.974993 113.965272) (xy 107.124728 114.115007) + (xy 107.300797 114.232652) (xy 107.496434 114.313688) (xy 107.704122 114.355) (xy 107.915878 114.355) + (xy 108.123566 114.313688) (xy 108.319203 114.232652) (xy 108.495272 114.115007) (xy 108.645007 113.965272) + (xy 108.762652 113.789203) (xy 108.843688 113.593566) (xy 108.885 113.385878) (xy 108.885 113.174122) + (xy 109.275 113.174122) (xy 109.275 113.385878) (xy 109.316312 113.593566) (xy 109.397348 113.789203) + (xy 109.514993 113.965272) (xy 109.664728 114.115007) (xy 109.840797 114.232652) (xy 110.036434 114.313688) + (xy 110.244122 114.355) (xy 110.455878 114.355) (xy 110.663566 114.313688) (xy 110.859203 114.232652) + (xy 111.035272 114.115007) (xy 111.185007 113.965272) (xy 111.302652 113.789203) (xy 111.383688 113.593566) + (xy 111.425 113.385878) (xy 111.425 113.174122) (xy 111.815 113.174122) (xy 111.815 113.385878) + (xy 111.856312 113.593566) (xy 111.937348 113.789203) (xy 112.054993 113.965272) (xy 112.204728 114.115007) + (xy 112.380797 114.232652) (xy 112.576434 114.313688) (xy 112.784122 114.355) (xy 112.995878 114.355) + (xy 113.203566 114.313688) (xy 113.399203 114.232652) (xy 113.575272 114.115007) (xy 113.725007 113.965272) + (xy 113.842652 113.789203) (xy 113.923688 113.593566) (xy 113.965 113.385878) (xy 113.965 113.174122) + (xy 113.923688 112.966434) (xy 113.842652 112.770797) (xy 113.781984 112.68) (xy 114.353912 112.68) + (xy 114.353912 113.88) (xy 114.36306 113.97288) (xy 114.390152 114.062191) (xy 114.434147 114.1445) + (xy 114.493355 114.216645) (xy 114.5655 114.275853) (xy 114.647809 114.319848) (xy 114.73712 114.34694) + (xy 114.83 114.356088) (xy 116.03 114.356088) (xy 116.12288 114.34694) (xy 116.212191 114.319848) + (xy 116.2945 114.275853) (xy 116.366645 114.216645) (xy 116.425853 114.1445) (xy 116.469848 114.062191) + (xy 116.49694 113.97288) (xy 116.506088 113.88) (xy 116.506088 112.68) (xy 116.49694 112.58712) + (xy 116.469848 112.497809) (xy 116.425853 112.4155) (xy 116.366645 112.343355) (xy 116.2945 112.284147) + (xy 116.212191 112.240152) (xy 116.12288 112.21306) (xy 116.03 112.203912) (xy 114.83 112.203912) + (xy 114.73712 112.21306) (xy 114.647809 112.240152) (xy 114.5655 112.284147) (xy 114.493355 112.343355) + (xy 114.434147 112.4155) (xy 114.390152 112.497809) (xy 114.36306 112.58712) (xy 114.353912 112.68) + (xy 113.781984 112.68) (xy 113.725007 112.594728) (xy 113.575272 112.444993) (xy 113.399203 112.327348) + (xy 113.203566 112.246312) (xy 112.995878 112.205) (xy 112.784122 112.205) (xy 112.576434 112.246312) + (xy 112.380797 112.327348) (xy 112.204728 112.444993) (xy 112.054993 112.594728) (xy 111.937348 112.770797) + (xy 111.856312 112.966434) (xy 111.815 113.174122) (xy 111.425 113.174122) (xy 111.383688 112.966434) + (xy 111.302652 112.770797) (xy 111.185007 112.594728) (xy 111.035272 112.444993) (xy 110.859203 112.327348) + (xy 110.663566 112.246312) (xy 110.455878 112.205) (xy 110.244122 112.205) (xy 110.036434 112.246312) + (xy 109.840797 112.327348) (xy 109.664728 112.444993) (xy 109.514993 112.594728) (xy 109.397348 112.770797) + (xy 109.316312 112.966434) (xy 109.275 113.174122) (xy 108.885 113.174122) (xy 108.843688 112.966434) + (xy 108.762652 112.770797) (xy 108.645007 112.594728) (xy 108.495272 112.444993) (xy 108.319203 112.327348) + (xy 108.123566 112.246312) (xy 107.915878 112.205) (xy 107.704122 112.205) (xy 107.496434 112.246312) + (xy 107.300797 112.327348) (xy 107.124728 112.444993) (xy 106.974993 112.594728) (xy 106.857348 112.770797) + (xy 106.776312 112.966434) (xy 106.735 113.174122) (xy 106.345 113.174122) (xy 106.303688 112.966434) + (xy 106.222652 112.770797) (xy 106.105007 112.594728) (xy 105.955272 112.444993) (xy 105.779203 112.327348) + (xy 105.583566 112.246312) (xy 105.375878 112.205) (xy 105.164122 112.205) (xy 104.956434 112.246312) + (xy 104.760797 112.327348) (xy 104.584728 112.444993) (xy 104.434993 112.594728) (xy 104.317348 112.770797) + (xy 104.236312 112.966434) (xy 104.195 113.174122) (xy 103.805 113.174122) (xy 103.763688 112.966434) + (xy 103.682652 112.770797) (xy 103.565007 112.594728) (xy 103.415272 112.444993) (xy 103.239203 112.327348) + (xy 103.043566 112.246312) (xy 102.835878 112.205) (xy 102.624122 112.205) (xy 102.416434 112.246312) + (xy 102.220797 112.327348) (xy 102.044728 112.444993) (xy 101.894993 112.594728) (xy 101.777348 112.770797) + (xy 101.696312 112.966434) (xy 101.655 113.174122) (xy 101.265 113.174122) (xy 101.223688 112.966434) + (xy 101.142652 112.770797) (xy 101.025007 112.594728) (xy 100.875272 112.444993) (xy 100.699203 112.327348) + (xy 100.503566 112.246312) (xy 100.295878 112.205) (xy 100.084122 112.205) (xy 99.876434 112.246312) + (xy 99.680797 112.327348) (xy 99.504728 112.444993) (xy 99.354993 112.594728) (xy 99.237348 112.770797) + (xy 99.156312 112.966434) (xy 99.115 113.174122) (xy 98.725 113.174122) (xy 98.683688 112.966434) + (xy 98.602652 112.770797) (xy 98.485007 112.594728) (xy 98.335272 112.444993) (xy 98.159203 112.327348) + (xy 97.963566 112.246312) (xy 97.755878 112.205) (xy 97.544122 112.205) (xy 97.336434 112.246312) + (xy 97.140797 112.327348) (xy 96.964728 112.444993) (xy 96.814993 112.594728) (xy 96.697348 112.770797) + (xy 96.616312 112.966434) (xy 96.575 113.174122) (xy 96.185 113.174122) (xy 96.143688 112.966434) + (xy 96.062652 112.770797) (xy 95.945007 112.594728) (xy 95.795272 112.444993) (xy 95.619203 112.327348) + (xy 95.423566 112.246312) (xy 95.215878 112.205) (xy 95.004122 112.205) (xy 94.796434 112.246312) + (xy 94.600797 112.327348) (xy 94.424728 112.444993) (xy 94.274993 112.594728) (xy 94.157348 112.770797) + (xy 94.076312 112.966434) (xy 94.035 113.174122) (xy 93.645 113.174122) (xy 93.603688 112.966434) + (xy 93.522652 112.770797) (xy 93.405007 112.594728) (xy 93.255272 112.444993) (xy 93.079203 112.327348) + (xy 92.883566 112.246312) (xy 92.675878 112.205) (xy 92.464122 112.205) (xy 92.256434 112.246312) + (xy 92.060797 112.327348) (xy 91.884728 112.444993) (xy 91.734993 112.594728) (xy 91.617348 112.770797) + (xy 91.536312 112.966434) (xy 91.495 113.174122) (xy 88.713668 113.174122) (xy 88.707794 113.165332) + (xy 88.634668 113.092206) (xy 88.548681 113.034751) (xy 88.453137 112.995176) (xy 88.351708 112.975) + (xy 88.248292 112.975) (xy 88.146863 112.995176) (xy 88.051319 113.034751) (xy 87.965332 113.092206) + (xy 87.892206 113.165332) (xy 87.834751 113.251319) (xy 87.795176 113.346863) (xy 87.775 113.448292) + (xy 71.114779 113.448292) (xy 71.1325 113.359208) (xy 71.1325 113.255792) (xy 71.112324 113.154363) + (xy 71.072749 113.058819) (xy 71.015294 112.972832) (xy 70.942168 112.899706) (xy 70.856181 112.842251) + (xy 70.760637 112.802676) (xy 70.659208 112.7825) (xy 70.555792 112.7825) (xy 70.454363 112.802676) + (xy 70.358819 112.842251) (xy 70.272832 112.899706) (xy 70.199706 112.972832) (xy 70.142251 113.058819) + (xy 70.102676 113.154363) (xy 70.0825 113.255792) (xy 70.0825 113.359208) (xy 70.102676 113.460637) + (xy 70.142251 113.556181) (xy 70.199706 113.642168) (xy 70.272832 113.715294) (xy 70.358819 113.772749) + (xy 70.411806 113.794697) (xy 70.351319 113.819751) (xy 70.265332 113.877206) (xy 70.192206 113.950332) + (xy 70.134751 114.036319) (xy 70.095176 114.131863) (xy 70.075 114.233292) (xy 50.275 114.233292) + (xy 50.275 112.748292) (xy 60.775 112.748292) (xy 60.775 112.851708) (xy 60.795176 112.953137) (xy 60.834751 113.048681) + (xy 60.892206 113.134668) (xy 60.965332 113.207794) (xy 61.051319 113.265249) (xy 61.146863 113.304824) + (xy 61.248292 113.325) (xy 61.351708 113.325) (xy 61.453137 113.304824) (xy 61.548681 113.265249) + (xy 61.634668 113.207794) (xy 61.707794 113.134668) (xy 61.765249 113.048681) (xy 61.804824 112.953137) + (xy 61.825 112.851708) (xy 61.825 112.748292) (xy 61.804824 112.646863) (xy 61.765249 112.551319) + (xy 61.707794 112.465332) (xy 61.634668 112.392206) (xy 61.548681 112.334751) (xy 61.453137 112.295176) + (xy 61.351708 112.275) (xy 61.248292 112.275) (xy 61.146863 112.295176) (xy 61.051319 112.334751) + (xy 60.965332 112.392206) (xy 60.892206 112.465332) (xy 60.834751 112.551319) (xy 60.795176 112.646863) + (xy 60.775 112.748292) (xy 50.275 112.748292) (xy 50.275 110.898292) (xy 63.175 110.898292) (xy 63.175 111.001708) + (xy 63.195176 111.103137) (xy 63.234751 111.198681) (xy 63.252337 111.225) (xy 63.234751 111.251319) + (xy 63.195176 111.346863) (xy 63.175 111.448292) (xy 63.175 111.551708) (xy 63.195176 111.653137) + (xy 63.234751 111.748681) (xy 63.252337 111.775) (xy 63.234751 111.801319) (xy 63.195176 111.896863) + (xy 63.175 111.998292) (xy 63.175 112.101708) (xy 63.195176 112.203137) (xy 63.234751 112.298681) + (xy 63.252337 112.325) (xy 63.234751 112.351319) (xy 63.195176 112.446863) (xy 63.175 112.548292) + (xy 63.175 112.651708) (xy 63.195176 112.753137) (xy 63.234751 112.848681) (xy 63.292206 112.934668) + (xy 63.365332 113.007794) (xy 63.451319 113.065249) (xy 63.546863 113.104824) (xy 63.648292 113.125) + (xy 63.751708 113.125) (xy 63.853137 113.104824) (xy 63.948681 113.065249) (xy 64.034668 113.007794) + (xy 64.107794 112.934668) (xy 64.165249 112.848681) (xy 64.204824 112.753137) (xy 64.225 112.651708) + (xy 64.225 112.548292) (xy 64.205109 112.448292) (xy 75.575 112.448292) (xy 75.575 112.551708) (xy 75.595176 112.653137) + (xy 75.634751 112.748681) (xy 75.692206 112.834668) (xy 75.765332 112.907794) (xy 75.851319 112.965249) + (xy 75.946863 113.004824) (xy 76.048292 113.025) (xy 76.151708 113.025) (xy 76.253137 113.004824) + (xy 76.348681 112.965249) (xy 76.434668 112.907794) (xy 76.507794 112.834668) (xy 76.565249 112.748681) + (xy 76.604824 112.653137) (xy 76.625 112.551708) (xy 76.625 112.448292) (xy 76.604824 112.346863) + (xy 76.565249 112.251319) (xy 76.507794 112.165332) (xy 76.434668 112.092206) (xy 76.348681 112.034751) + (xy 76.253137 111.995176) (xy 76.151708 111.975) (xy 76.048292 111.975) (xy 75.946863 111.995176) + (xy 75.851319 112.034751) (xy 75.765332 112.092206) (xy 75.692206 112.165332) (xy 75.634751 112.251319) + (xy 75.595176 112.346863) (xy 75.575 112.448292) (xy 64.205109 112.448292) (xy 64.204824 112.446863) + (xy 64.165249 112.351319) (xy 64.147663 112.325) (xy 64.165249 112.298681) (xy 64.204824 112.203137) + (xy 64.225 112.101708) (xy 64.225 111.998292) (xy 64.204824 111.896863) (xy 64.165249 111.801319) + (xy 64.147663 111.775) (xy 64.165249 111.748681) (xy 64.204824 111.653137) (xy 64.225 111.551708) + (xy 64.225 111.448292) (xy 64.204824 111.346863) (xy 64.165249 111.251319) (xy 64.147663 111.225) + (xy 64.165249 111.198681) (xy 64.204824 111.103137) (xy 64.225 111.001708) (xy 64.225 110.898292) + (xy 64.205109 110.798292) (xy 69.025 110.798292) (xy 69.025 110.901708) (xy 69.045176 111.003137) + (xy 69.084751 111.098681) (xy 69.142206 111.184668) (xy 69.157538 111.2) (xy 69.142206 111.215332) + (xy 69.084751 111.301319) (xy 69.045176 111.396863) (xy 69.025 111.498292) (xy 69.025 111.601708) + (xy 69.045176 111.703137) (xy 69.084751 111.798681) (xy 69.142206 111.884668) (xy 69.215332 111.957794) + (xy 69.301319 112.015249) (xy 69.396863 112.054824) (xy 69.498292 112.075) (xy 69.601708 112.075) + (xy 69.703137 112.054824) (xy 69.798681 112.015249) (xy 69.884668 111.957794) (xy 69.89417 111.948292) + (xy 90.175 111.948292) (xy 90.175 112.051708) (xy 90.195176 112.153137) (xy 90.234751 112.248681) + (xy 90.292206 112.334668) (xy 90.365332 112.407794) (xy 90.451319 112.465249) (xy 90.546863 112.504824) + (xy 90.648292 112.525) (xy 90.751708 112.525) (xy 90.853137 112.504824) (xy 90.948681 112.465249) + (xy 91.034668 112.407794) (xy 91.107794 112.334668) (xy 91.165249 112.248681) (xy 91.204824 112.153137) + (xy 91.225 112.051708) (xy 91.225 111.948292) (xy 91.204824 111.846863) (xy 91.165249 111.751319) + (xy 91.107794 111.665332) (xy 91.034668 111.592206) (xy 90.948681 111.534751) (xy 90.853137 111.495176) + (xy 90.751708 111.475) (xy 90.648292 111.475) (xy 90.546863 111.495176) (xy 90.451319 111.534751) + (xy 90.365332 111.592206) (xy 90.292206 111.665332) (xy 90.234751 111.751319) (xy 90.195176 111.846863) + (xy 90.175 111.948292) (xy 69.89417 111.948292) (xy 69.957794 111.884668) (xy 70.015249 111.798681) + (xy 70.054824 111.703137) (xy 70.075 111.601708) (xy 70.075 111.498292) (xy 70.054824 111.396863) + (xy 70.015249 111.301319) (xy 69.957794 111.215332) (xy 69.942462 111.2) (xy 69.957794 111.184668) + (xy 70.015249 111.098681) (xy 70.054824 111.003137) (xy 70.065733 110.948292) (xy 82.275 110.948292) + (xy 82.275 111.051708) (xy 82.295176 111.153137) (xy 82.334751 111.248681) (xy 82.392206 111.334668) + (xy 82.465332 111.407794) (xy 82.551319 111.465249) (xy 82.646863 111.504824) (xy 82.748292 111.525) + (xy 82.851708 111.525) (xy 82.953137 111.504824) (xy 83.048681 111.465249) (xy 83.074058 111.448292) + (xy 100.675 111.448292) (xy 100.675 111.551708) (xy 100.695176 111.653137) (xy 100.734751 111.748681) + (xy 100.792206 111.834668) (xy 100.865332 111.907794) (xy 100.951319 111.965249) (xy 101.046863 112.004824) + (xy 101.148292 112.025) (xy 101.251708 112.025) (xy 101.353137 112.004824) (xy 101.448681 111.965249) + (xy 101.534668 111.907794) (xy 101.6 111.842462) (xy 101.665332 111.907794) (xy 101.751319 111.965249) + (xy 101.846863 112.004824) (xy 101.948292 112.025) (xy 102.051708 112.025) (xy 102.153137 112.004824) + (xy 102.248681 111.965249) (xy 102.334668 111.907794) (xy 102.4 111.842462) (xy 102.465332 111.907794) + (xy 102.551319 111.965249) (xy 102.646863 112.004824) (xy 102.748292 112.025) (xy 102.851708 112.025) + (xy 102.953137 112.004824) (xy 103.048681 111.965249) (xy 103.134668 111.907794) (xy 103.2 111.842462) + (xy 103.265332 111.907794) (xy 103.351319 111.965249) (xy 103.446863 112.004824) (xy 103.548292 112.025) + (xy 103.651708 112.025) (xy 103.753137 112.004824) (xy 103.848681 111.965249) (xy 103.934668 111.907794) + (xy 104 111.842462) (xy 104.065332 111.907794) (xy 104.151319 111.965249) (xy 104.246863 112.004824) + (xy 104.348292 112.025) (xy 104.451708 112.025) (xy 104.553137 112.004824) (xy 104.648681 111.965249) + (xy 104.734668 111.907794) (xy 104.783578 111.858884) (xy 104.792206 111.871796) (xy 104.865332 111.944922) + (xy 104.951319 112.002377) (xy 105.046863 112.041952) (xy 105.148292 112.062128) (xy 105.251708 112.062128) + (xy 105.353137 112.041952) (xy 105.448681 112.002377) (xy 105.534668 111.944922) (xy 105.607794 111.871796) + (xy 105.665249 111.785809) (xy 105.670551 111.773009) (xy 105.682229 111.801203) (xy 105.739684 111.88719) + (xy 105.81281 111.960316) (xy 105.898797 112.017771) (xy 105.994341 112.057346) (xy 106.09577 112.077522) + (xy 106.199186 112.077522) (xy 106.300615 112.057346) (xy 106.396159 112.017771) (xy 106.482146 111.960316) + (xy 106.545707 111.896755) (xy 106.554396 111.909758) (xy 106.627522 111.982884) (xy 106.713509 112.040339) + (xy 106.809053 112.079914) (xy 106.910482 112.10009) (xy 107.013898 112.10009) (xy 107.115327 112.079914) + (xy 107.210871 112.040339) (xy 107.296858 111.982884) (xy 107.369984 111.909758) (xy 107.427439 111.823771) + (xy 107.467014 111.728227) (xy 107.48719 111.626798) (xy 107.48719 111.523382) (xy 107.467014 111.421953) + (xy 107.427439 111.326409) (xy 107.375243 111.248292) (xy 122.075 111.248292) (xy 122.075 111.351708) + (xy 122.095176 111.453137) (xy 122.134751 111.548681) (xy 122.192206 111.634668) (xy 122.265332 111.707794) + (xy 122.351319 111.765249) (xy 122.446863 111.804824) (xy 122.548292 111.825) (xy 122.651708 111.825) + (xy 122.753137 111.804824) (xy 122.848681 111.765249) (xy 122.934668 111.707794) (xy 123.007794 111.634668) + (xy 123.065249 111.548681) (xy 123.104824 111.453137) (xy 123.125 111.351708) (xy 123.125 111.248292) + (xy 123.104824 111.146863) (xy 123.065249 111.051319) (xy 123.007794 110.965332) (xy 122.934668 110.892206) + (xy 122.848681 110.834751) (xy 122.753137 110.795176) (xy 122.651708 110.775) (xy 122.548292 110.775) + (xy 122.446863 110.795176) (xy 122.351319 110.834751) (xy 122.265332 110.892206) (xy 122.192206 110.965332) + (xy 122.134751 111.051319) (xy 122.095176 111.146863) (xy 122.075 111.248292) (xy 107.375243 111.248292) + (xy 107.369984 111.240422) (xy 107.296858 111.167296) (xy 107.210871 111.109841) (xy 107.115327 111.070266) + (xy 107.013898 111.05009) (xy 106.910482 111.05009) (xy 106.809053 111.070266) (xy 106.713509 111.109841) + (xy 106.627522 111.167296) (xy 106.563961 111.230857) (xy 106.555272 111.217854) (xy 106.482146 111.144728) + (xy 106.396159 111.087273) (xy 106.300615 111.047698) (xy 106.199186 111.027522) (xy 106.09577 111.027522) + (xy 105.994341 111.047698) (xy 105.898797 111.087273) (xy 105.81281 111.144728) (xy 105.739684 111.217854) + (xy 105.682229 111.303841) (xy 105.676927 111.316641) (xy 105.665249 111.288447) (xy 105.607794 111.20246) + (xy 105.534668 111.129334) (xy 105.448681 111.071879) (xy 105.353137 111.032304) (xy 105.251708 111.012128) + (xy 105.148292 111.012128) (xy 105.046863 111.032304) (xy 104.951319 111.071879) (xy 104.865332 111.129334) + (xy 104.816422 111.178244) (xy 104.807794 111.165332) (xy 104.734668 111.092206) (xy 104.648681 111.034751) + (xy 104.553137 110.995176) (xy 104.451708 110.975) (xy 104.348292 110.975) (xy 104.246863 110.995176) + (xy 104.151319 111.034751) (xy 104.065332 111.092206) (xy 104 111.157538) (xy 103.934668 111.092206) + (xy 103.848681 111.034751) (xy 103.753137 110.995176) (xy 103.651708 110.975) (xy 103.548292 110.975) + (xy 103.446863 110.995176) (xy 103.351319 111.034751) (xy 103.265332 111.092206) (xy 103.2 111.157538) + (xy 103.134668 111.092206) (xy 103.048681 111.034751) (xy 102.953137 110.995176) (xy 102.851708 110.975) + (xy 102.748292 110.975) (xy 102.646863 110.995176) (xy 102.551319 111.034751) (xy 102.465332 111.092206) + (xy 102.4 111.157538) (xy 102.334668 111.092206) (xy 102.248681 111.034751) (xy 102.153137 110.995176) + (xy 102.051708 110.975) (xy 101.948292 110.975) (xy 101.846863 110.995176) (xy 101.751319 111.034751) + (xy 101.665332 111.092206) (xy 101.6 111.157538) (xy 101.534668 111.092206) (xy 101.448681 111.034751) + (xy 101.353137 110.995176) (xy 101.251708 110.975) (xy 101.148292 110.975) (xy 101.046863 110.995176) + (xy 100.951319 111.034751) (xy 100.865332 111.092206) (xy 100.792206 111.165332) (xy 100.734751 111.251319) + (xy 100.695176 111.346863) (xy 100.675 111.448292) (xy 83.074058 111.448292) (xy 83.134668 111.407794) + (xy 83.207794 111.334668) (xy 83.265249 111.248681) (xy 83.304824 111.153137) (xy 83.325 111.051708) + (xy 83.325 110.948292) (xy 83.304824 110.846863) (xy 83.265249 110.751319) (xy 83.207794 110.665332) + (xy 83.134668 110.592206) (xy 83.048681 110.534751) (xy 82.953137 110.495176) (xy 82.851708 110.475) + (xy 82.748292 110.475) (xy 82.646863 110.495176) (xy 82.551319 110.534751) (xy 82.465332 110.592206) + (xy 82.392206 110.665332) (xy 82.334751 110.751319) (xy 82.295176 110.846863) (xy 82.275 110.948292) + (xy 70.065733 110.948292) (xy 70.075 110.901708) (xy 70.075 110.798292) (xy 70.054824 110.696863) + (xy 70.015249 110.601319) (xy 69.957794 110.515332) (xy 69.884668 110.442206) (xy 69.798681 110.384751) + (xy 69.703137 110.345176) (xy 69.601708 110.325) (xy 69.498292 110.325) (xy 69.396863 110.345176) + (xy 69.301319 110.384751) (xy 69.215332 110.442206) (xy 69.142206 110.515332) (xy 69.084751 110.601319) + (xy 69.045176 110.696863) (xy 69.025 110.798292) (xy 64.205109 110.798292) (xy 64.204824 110.796863) + (xy 64.165249 110.701319) (xy 64.107794 110.615332) (xy 64.034668 110.542206) (xy 63.948681 110.484751) + (xy 63.853137 110.445176) (xy 63.751708 110.425) (xy 63.648292 110.425) (xy 63.546863 110.445176) + (xy 63.451319 110.484751) (xy 63.365332 110.542206) (xy 63.292206 110.615332) (xy 63.234751 110.701319) + (xy 63.195176 110.796863) (xy 63.175 110.898292) (xy 50.275 110.898292) (xy 50.275 109.948292) (xy 59.175 109.948292) + (xy 59.175 110.051708) (xy 59.195176 110.153137) (xy 59.234751 110.248681) (xy 59.292206 110.334668) + (xy 59.365332 110.407794) (xy 59.451319 110.465249) (xy 59.546863 110.504824) (xy 59.648292 110.525) + (xy 59.751708 110.525) (xy 59.853137 110.504824) (xy 59.948681 110.465249) (xy 60.034668 110.407794) + (xy 60.107794 110.334668) (xy 60.165249 110.248681) (xy 60.204824 110.153137) (xy 60.225 110.051708) + (xy 60.225 109.948292) (xy 60.204824 109.846863) (xy 60.165249 109.751319) (xy 60.107794 109.665332) + (xy 60.034668 109.592206) (xy 59.948681 109.534751) (xy 59.853137 109.495176) (xy 59.751708 109.475) + (xy 59.648292 109.475) (xy 59.546863 109.495176) (xy 59.451319 109.534751) (xy 59.365332 109.592206) + (xy 59.292206 109.665332) (xy 59.234751 109.751319) (xy 59.195176 109.846863) (xy 59.175 109.948292) + (xy 50.275 109.948292) (xy 50.275 109.248292) (xy 71.475 109.248292) (xy 71.475 109.351708) (xy 71.495176 109.453137) + (xy 71.534751 109.548681) (xy 71.592206 109.634668) (xy 71.665332 109.707794) (xy 71.751319 109.765249) + (xy 71.846863 109.804824) (xy 71.948292 109.825) (xy 72.051708 109.825) (xy 72.153137 109.804824) + (xy 72.248681 109.765249) (xy 72.334668 109.707794) (xy 72.407794 109.634668) (xy 72.465249 109.548681) + (xy 72.504824 109.453137) (xy 72.525 109.351708) (xy 72.525 109.248292) (xy 74.975 109.248292) (xy 74.975 109.351708) + (xy 74.995176 109.453137) (xy 75.034751 109.548681) (xy 75.092206 109.634668) (xy 75.165332 109.707794) + (xy 75.251319 109.765249) (xy 75.346863 109.804824) (xy 75.448292 109.825) (xy 75.551708 109.825) + (xy 75.653137 109.804824) (xy 75.748681 109.765249) (xy 75.834668 109.707794) (xy 75.907794 109.634668) + (xy 75.965249 109.548681) (xy 76.004824 109.453137) (xy 76.025 109.351708) (xy 76.025 109.248292) + (xy 76.004824 109.146863) (xy 75.965249 109.051319) (xy 75.907794 108.965332) (xy 75.834668 108.892206) + (xy 75.748681 108.834751) (xy 75.653137 108.795176) (xy 75.551708 108.775) (xy 75.448292 108.775) + (xy 75.346863 108.795176) (xy 75.251319 108.834751) (xy 75.165332 108.892206) (xy 75.092206 108.965332) + (xy 75.034751 109.051319) (xy 74.995176 109.146863) (xy 74.975 109.248292) (xy 72.525 109.248292) + (xy 72.504824 109.146863) (xy 72.465249 109.051319) (xy 72.407794 108.965332) (xy 72.334668 108.892206) + (xy 72.248681 108.834751) (xy 72.153137 108.795176) (xy 72.051708 108.775) (xy 71.948292 108.775) + (xy 71.846863 108.795176) (xy 71.751319 108.834751) (xy 71.665332 108.892206) (xy 71.592206 108.965332) + (xy 71.534751 109.051319) (xy 71.495176 109.146863) (xy 71.475 109.248292) (xy 50.275 109.248292) + (xy 50.275 107.948292) (xy 59.175 107.948292) (xy 59.175 108.051708) (xy 59.195176 108.153137) (xy 59.234751 108.248681) + (xy 59.292206 108.334668) (xy 59.365332 108.407794) (xy 59.451319 108.465249) (xy 59.546863 108.504824) + (xy 59.648292 108.525) (xy 59.751708 108.525) (xy 59.853137 108.504824) (xy 59.948681 108.465249) + (xy 60.034668 108.407794) (xy 60.107794 108.334668) (xy 60.165249 108.248681) (xy 60.204824 108.153137) + (xy 60.212169 108.116209) (xy 80.465 108.116209) (xy 80.465 108.68379) (xy 80.480844 108.844656) + (xy 80.543457 109.051065) (xy 80.645136 109.241293) (xy 80.781972 109.408028) (xy 80.948707 109.544864) + (xy 81.138934 109.646543) (xy 81.345343 109.709156) (xy 81.56 109.730298) (xy 81.774656 109.709156) + (xy 81.981065 109.646543) (xy 82.171293 109.544864) (xy 82.225959 109.5) (xy 82.652218 109.5) (xy 82.66332 109.61272) + (xy 82.696199 109.721108) (xy 82.749592 109.820998) (xy 82.821446 109.908554) (xy 82.909002 109.980408) + (xy 83.008892 110.033801) (xy 83.11728 110.06668) (xy 83.23 110.077782) (xy 83.78125 110.075) (xy 83.925 109.93125) + (xy 83.925 108.575) (xy 84.275 108.575) (xy 84.275 109.93125) (xy 84.41875 110.075) (xy 84.97 110.077782) + (xy 85.08272 110.06668) (xy 85.191108 110.033801) (xy 85.290998 109.980408) (xy 85.378554 109.908554) + (xy 85.450408 109.820998) (xy 85.503801 109.721108) (xy 85.53668 109.61272) (xy 85.543025 109.548292) + (xy 116.975 109.548292) (xy 116.975 109.651708) (xy 116.995176 109.753137) (xy 117.034751 109.848681) + (xy 117.092206 109.934668) (xy 117.165332 110.007794) (xy 117.251319 110.065249) (xy 117.346863 110.104824) + (xy 117.448292 110.125) (xy 117.551708 110.125) (xy 117.653137 110.104824) (xy 117.748681 110.065249) + (xy 117.834668 110.007794) (xy 117.907794 109.934668) (xy 117.965249 109.848681) (xy 118.004824 109.753137) + (xy 118.025 109.651708) (xy 118.025 109.548292) (xy 118.004824 109.446863) (xy 117.965249 109.351319) + (xy 117.907794 109.265332) (xy 117.834668 109.192206) (xy 117.748681 109.134751) (xy 117.653137 109.095176) + (xy 117.551708 109.075) (xy 117.448292 109.075) (xy 117.346863 109.095176) (xy 117.251319 109.134751) + (xy 117.165332 109.192206) (xy 117.092206 109.265332) (xy 117.034751 109.351319) (xy 116.995176 109.446863) + (xy 116.975 109.548292) (xy 85.543025 109.548292) (xy 85.547782 109.5) (xy 85.545 108.71875) (xy 85.424542 108.598292) + (xy 105.675 108.598292) (xy 105.675 108.701708) (xy 105.695176 108.803137) (xy 105.734751 108.898681) + (xy 105.792206 108.984668) (xy 105.865332 109.057794) (xy 105.951319 109.115249) (xy 106.046863 109.154824) + (xy 106.148292 109.175) (xy 106.251708 109.175) (xy 106.353137 109.154824) (xy 106.448681 109.115249) + (xy 106.534668 109.057794) (xy 106.607794 108.984668) (xy 106.665249 108.898681) (xy 106.704824 108.803137) + (xy 106.725 108.701708) (xy 106.725 108.598292) (xy 106.704824 108.496863) (xy 106.676547 108.428594) + (xy 107.085 108.428594) (xy 107.085 108.571406) (xy 107.112861 108.711475) (xy 107.167513 108.843416) + (xy 107.246856 108.962161) (xy 107.347839 109.063144) (xy 107.466584 109.142487) (xy 107.598525 109.197139) + (xy 107.738594 109.225) (xy 107.881406 109.225) (xy 108.021475 109.197139) (xy 108.153416 109.142487) + (xy 108.272161 109.063144) (xy 108.373144 108.962161) (xy 108.445 108.854621) (xy 108.516856 108.962161) + (xy 108.617839 109.063144) (xy 108.736584 109.142487) (xy 108.868525 109.197139) (xy 109.008594 109.225) + (xy 109.151406 109.225) (xy 109.291475 109.197139) (xy 109.423416 109.142487) (xy 109.542161 109.063144) + (xy 109.643144 108.962161) (xy 109.715 108.854621) (xy 109.786856 108.962161) (xy 109.887839 109.063144) + (xy 110.006584 109.142487) (xy 110.138525 109.197139) (xy 110.278594 109.225) (xy 110.421406 109.225) + (xy 110.561475 109.197139) (xy 110.693416 109.142487) (xy 110.812161 109.063144) (xy 110.913144 108.962161) + (xy 110.985 108.854621) (xy 111.056856 108.962161) (xy 111.157839 109.063144) (xy 111.276584 109.142487) + (xy 111.408525 109.197139) (xy 111.548594 109.225) (xy 111.691406 109.225) (xy 111.831475 109.197139) + (xy 111.963416 109.142487) (xy 112.082161 109.063144) (xy 112.183144 108.962161) (xy 112.255 108.854621) + (xy 112.326856 108.962161) (xy 112.427839 109.063144) (xy 112.546584 109.142487) (xy 112.678525 109.197139) + (xy 112.818594 109.225) (xy 112.961406 109.225) (xy 113.101475 109.197139) (xy 113.233416 109.142487) + (xy 113.352161 109.063144) (xy 113.453144 108.962161) (xy 113.525 108.854621) (xy 113.596856 108.962161) + (xy 113.697839 109.063144) (xy 113.816584 109.142487) (xy 113.948525 109.197139) (xy 114.088594 109.225) + (xy 114.231406 109.225) (xy 114.371475 109.197139) (xy 114.503416 109.142487) (xy 114.622161 109.063144) + (xy 114.723144 108.962161) (xy 114.795 108.854621) (xy 114.866856 108.962161) (xy 114.967839 109.063144) + (xy 115.086584 109.142487) (xy 115.218525 109.197139) (xy 115.358594 109.225) (xy 115.501406 109.225) + (xy 115.641475 109.197139) (xy 115.773416 109.142487) (xy 115.892161 109.063144) (xy 115.993144 108.962161) + (xy 116.065 108.854621) (xy 116.136856 108.962161) (xy 116.237839 109.063144) (xy 116.356584 109.142487) + (xy 116.488525 109.197139) (xy 116.628594 109.225) (xy 116.771406 109.225) (xy 116.911475 109.197139) + (xy 117.043416 109.142487) (xy 117.162161 109.063144) (xy 117.263144 108.962161) (xy 117.342487 108.843416) + (xy 117.397139 108.711475) (xy 117.425 108.571406) (xy 117.425 108.448292) (xy 125.175 108.448292) + (xy 125.175 108.551708) (xy 125.195176 108.653137) (xy 125.234751 108.748681) (xy 125.292206 108.834668) + (xy 125.365332 108.907794) (xy 125.451319 108.965249) (xy 125.546863 109.004824) (xy 125.648292 109.025) + (xy 125.751708 109.025) (xy 125.853137 109.004824) (xy 125.948681 108.965249) (xy 126.034668 108.907794) + (xy 126.107794 108.834668) (xy 126.165249 108.748681) (xy 126.204824 108.653137) (xy 126.225 108.551708) + (xy 126.225 108.448292) (xy 126.204824 108.346863) (xy 126.165249 108.251319) (xy 126.107794 108.165332) + (xy 126.034668 108.092206) (xy 125.968947 108.048292) (xy 127.275 108.048292) (xy 127.275 108.151708) + (xy 127.295176 108.253137) (xy 127.334751 108.348681) (xy 127.392206 108.434668) (xy 127.465332 108.507794) + (xy 127.551319 108.565249) (xy 127.646863 108.604824) (xy 127.748292 108.625) (xy 127.851708 108.625) + (xy 127.953137 108.604824) (xy 128.048681 108.565249) (xy 128.134668 108.507794) (xy 128.207794 108.434668) + (xy 128.265249 108.348681) (xy 128.304824 108.253137) (xy 128.325 108.151708) (xy 128.325 108.048292) + (xy 128.304824 107.946863) (xy 128.265249 107.851319) (xy 128.207794 107.765332) (xy 128.134668 107.692206) + (xy 128.048681 107.634751) (xy 127.953137 107.595176) (xy 127.851708 107.575) (xy 127.748292 107.575) + (xy 127.646863 107.595176) (xy 127.551319 107.634751) (xy 127.465332 107.692206) (xy 127.392206 107.765332) + (xy 127.334751 107.851319) (xy 127.295176 107.946863) (xy 127.275 108.048292) (xy 125.968947 108.048292) + (xy 125.948681 108.034751) (xy 125.853137 107.995176) (xy 125.751708 107.975) (xy 125.648292 107.975) + (xy 125.546863 107.995176) (xy 125.451319 108.034751) (xy 125.365332 108.092206) (xy 125.292206 108.165332) + (xy 125.234751 108.251319) (xy 125.195176 108.346863) (xy 125.175 108.448292) (xy 117.425 108.448292) + (xy 117.425 108.428594) (xy 117.397139 108.288525) (xy 117.342487 108.156584) (xy 117.263144 108.037839) + (xy 117.162161 107.936856) (xy 117.043416 107.857513) (xy 116.911475 107.802861) (xy 116.771406 107.775) + (xy 116.628594 107.775) (xy 116.488525 107.802861) (xy 116.356584 107.857513) (xy 116.237839 107.936856) + (xy 116.136856 108.037839) (xy 116.065 108.145379) (xy 115.993144 108.037839) (xy 115.892161 107.936856) + (xy 115.773416 107.857513) (xy 115.641475 107.802861) (xy 115.501406 107.775) (xy 115.358594 107.775) + (xy 115.218525 107.802861) (xy 115.086584 107.857513) (xy 114.967839 107.936856) (xy 114.866856 108.037839) + (xy 114.795 108.145379) (xy 114.723144 108.037839) (xy 114.622161 107.936856) (xy 114.503416 107.857513) + (xy 114.371475 107.802861) (xy 114.231406 107.775) (xy 114.088594 107.775) (xy 113.948525 107.802861) + (xy 113.816584 107.857513) (xy 113.697839 107.936856) (xy 113.596856 108.037839) (xy 113.525 108.145379) + (xy 113.453144 108.037839) (xy 113.352161 107.936856) (xy 113.233416 107.857513) (xy 113.101475 107.802861) + (xy 112.961406 107.775) (xy 112.818594 107.775) (xy 112.678525 107.802861) (xy 112.546584 107.857513) + (xy 112.427839 107.936856) (xy 112.326856 108.037839) (xy 112.255 108.145379) (xy 112.183144 108.037839) + (xy 112.082161 107.936856) (xy 111.963416 107.857513) (xy 111.831475 107.802861) (xy 111.691406 107.775) + (xy 111.548594 107.775) (xy 111.408525 107.802861) (xy 111.276584 107.857513) (xy 111.157839 107.936856) + (xy 111.056856 108.037839) (xy 110.985 108.145379) (xy 110.913144 108.037839) (xy 110.812161 107.936856) + (xy 110.693416 107.857513) (xy 110.561475 107.802861) (xy 110.421406 107.775) (xy 110.278594 107.775) + (xy 110.138525 107.802861) (xy 110.006584 107.857513) (xy 109.887839 107.936856) (xy 109.786856 108.037839) + (xy 109.715 108.145379) (xy 109.643144 108.037839) (xy 109.542161 107.936856) (xy 109.423416 107.857513) + (xy 109.291475 107.802861) (xy 109.151406 107.775) (xy 109.008594 107.775) (xy 108.868525 107.802861) + (xy 108.736584 107.857513) (xy 108.617839 107.936856) (xy 108.516856 108.037839) (xy 108.445 108.145379) + (xy 108.373144 108.037839) (xy 108.272161 107.936856) (xy 108.153416 107.857513) (xy 108.021475 107.802861) + (xy 107.881406 107.775) (xy 107.738594 107.775) (xy 107.598525 107.802861) (xy 107.466584 107.857513) + (xy 107.347839 107.936856) (xy 107.246856 108.037839) (xy 107.167513 108.156584) (xy 107.112861 108.288525) + (xy 107.085 108.428594) (xy 106.676547 108.428594) (xy 106.665249 108.401319) (xy 106.607794 108.315332) + (xy 106.534668 108.242206) (xy 106.448681 108.184751) (xy 106.353137 108.145176) (xy 106.251708 108.125) + (xy 106.148292 108.125) (xy 106.046863 108.145176) (xy 105.951319 108.184751) (xy 105.865332 108.242206) + (xy 105.792206 108.315332) (xy 105.734751 108.401319) (xy 105.695176 108.496863) (xy 105.675 108.598292) + (xy 85.424542 108.598292) (xy 85.40125 108.575) (xy 84.275 108.575) (xy 83.925 108.575) (xy 82.79875 108.575) + (xy 82.655 108.71875) (xy 82.652218 109.5) (xy 82.225959 109.5) (xy 82.338028 109.408028) (xy 82.474864 109.241293) + (xy 82.576543 109.051066) (xy 82.639156 108.844657) (xy 82.655 108.683791) (xy 82.655 108.11621) + (xy 82.639156 107.955344) (xy 82.576543 107.748935) (xy 82.474864 107.558707) (xy 82.338028 107.391972) + (xy 82.22596 107.3) (xy 82.652218 107.3) (xy 82.655 108.08125) (xy 82.79875 108.225) (xy 83.925 108.225) + (xy 83.925 106.86875) (xy 84.275 106.86875) (xy 84.275 108.225) (xy 85.40125 108.225) (xy 85.545 108.08125) + (xy 85.547782 107.3) (xy 85.54269 107.248292) (xy 93.074998 107.248292) (xy 93.074998 107.351708) + (xy 93.095174 107.453137) (xy 93.134749 107.548681) (xy 93.192204 107.634668) (xy 93.26533 107.707794) + (xy 93.351317 107.765249) (xy 93.446861 107.804824) (xy 93.54829 107.825) (xy 93.651706 107.825) + (xy 93.753135 107.804824) (xy 93.848679 107.765249) (xy 93.934666 107.707794) (xy 94.007792 107.634668) + (xy 94.065247 107.548681) (xy 94.104822 107.453137) (xy 94.124998 107.351708) (xy 94.124998 107.248292) + (xy 94.104822 107.146863) (xy 94.065247 107.051319) (xy 94.007792 106.965332) (xy 93.940752 106.898292) + (xy 96.525 106.898292) (xy 96.525 107.001708) (xy 96.545176 107.103137) (xy 96.584751 107.198681) + (xy 96.642206 107.284668) (xy 96.715332 107.357794) (xy 96.801319 107.415249) (xy 96.896863 107.454824) + (xy 96.998292 107.475) (xy 97.101708 107.475) (xy 97.203137 107.454824) (xy 97.275 107.425058) (xy 97.346863 107.454824) + (xy 97.448292 107.475) (xy 97.551708 107.475) (xy 97.653137 107.454824) (xy 97.748681 107.415249) + (xy 97.834668 107.357794) (xy 97.907794 107.284668) (xy 97.965249 107.198681) (xy 98.004824 107.103137) + (xy 98.015733 107.048292) (xy 122.275 107.048292) (xy 122.275 107.151708) (xy 122.295176 107.253137) + (xy 122.334751 107.348681) (xy 122.392206 107.434668) (xy 122.465332 107.507794) (xy 122.551319 107.565249) + (xy 122.646863 107.604824) (xy 122.748292 107.625) (xy 122.851708 107.625) (xy 122.953137 107.604824) + (xy 123.048681 107.565249) (xy 123.134668 107.507794) (xy 123.207794 107.434668) (xy 123.265249 107.348681) + (xy 123.3 107.264783) (xy 123.334751 107.348681) (xy 123.392206 107.434668) (xy 123.465332 107.507794) + (xy 123.551319 107.565249) (xy 123.646863 107.604824) (xy 123.748292 107.625) (xy 123.851708 107.625) + (xy 123.953137 107.604824) (xy 124.048681 107.565249) (xy 124.134668 107.507794) (xy 124.207794 107.434668) + (xy 124.265249 107.348681) (xy 124.304824 107.253137) (xy 124.325 107.151708) (xy 124.325 107.048292) + (xy 124.304824 106.946863) (xy 124.265249 106.851319) (xy 124.207794 106.765332) (xy 124.134668 106.692206) + (xy 124.048681 106.634751) (xy 123.953137 106.595176) (xy 123.851708 106.575) (xy 123.748292 106.575) + (xy 123.646863 106.595176) (xy 123.551319 106.634751) (xy 123.465332 106.692206) (xy 123.392206 106.765332) + (xy 123.334751 106.851319) (xy 123.3 106.935217) (xy 123.265249 106.851319) (xy 123.207794 106.765332) + (xy 123.134668 106.692206) (xy 123.048681 106.634751) (xy 122.953137 106.595176) (xy 122.851708 106.575) + (xy 122.748292 106.575) (xy 122.646863 106.595176) (xy 122.551319 106.634751) (xy 122.465332 106.692206) + (xy 122.392206 106.765332) (xy 122.334751 106.851319) (xy 122.295176 106.946863) (xy 122.275 107.048292) + (xy 98.015733 107.048292) (xy 98.025 107.001708) (xy 98.025 106.898292) (xy 98.004824 106.796863) + (xy 97.965249 106.701319) (xy 97.907794 106.615332) (xy 97.834668 106.542206) (xy 97.748681 106.484751) + (xy 97.653137 106.445176) (xy 97.551708 106.425) (xy 97.448292 106.425) (xy 97.346863 106.445176) + (xy 97.275 106.474942) (xy 97.203137 106.445176) (xy 97.101708 106.425) (xy 96.998292 106.425) (xy 96.896863 106.445176) + (xy 96.801319 106.484751) (xy 96.715332 106.542206) (xy 96.642206 106.615332) (xy 96.584751 106.701319) + (xy 96.545176 106.796863) (xy 96.525 106.898292) (xy 93.940752 106.898292) (xy 93.934666 106.892206) + (xy 93.848679 106.834751) (xy 93.753135 106.795176) (xy 93.651706 106.775) (xy 93.54829 106.775) + (xy 93.446861 106.795176) (xy 93.351317 106.834751) (xy 93.26533 106.892206) (xy 93.192204 106.965332) + (xy 93.134749 107.051319) (xy 93.095174 107.146863) (xy 93.074998 107.248292) (xy 85.54269 107.248292) + (xy 85.53668 107.18728) (xy 85.503801 107.078892) (xy 85.450408 106.979002) (xy 85.378554 106.891446) + (xy 85.290998 106.819592) (xy 85.191108 106.766199) (xy 85.08272 106.73332) (xy 84.97 106.722218) + (xy 84.41875 106.725) (xy 84.275 106.86875) (xy 83.925 106.86875) (xy 83.78125 106.725) (xy 83.23 106.722218) + (xy 83.11728 106.73332) (xy 83.008892 106.766199) (xy 82.909002 106.819592) (xy 82.821446 106.891446) + (xy 82.749592 106.979002) (xy 82.696199 107.078892) (xy 82.66332 107.18728) (xy 82.652218 107.3) + (xy 82.22596 107.3) (xy 82.171293 107.255136) (xy 81.981066 107.153457) (xy 81.774657 107.090844) + (xy 81.56 107.069702) (xy 81.345344 107.090844) (xy 81.138935 107.153457) (xy 80.948708 107.255136) + (xy 80.781973 107.391972) (xy 80.645137 107.558707) (xy 80.543457 107.748934) (xy 80.480844 107.955343) + (xy 80.465 108.116209) (xy 60.212169 108.116209) (xy 60.225 108.051708) (xy 60.225 107.948292) (xy 60.204824 107.846863) + (xy 60.165249 107.751319) (xy 60.107794 107.665332) (xy 60.034668 107.592206) (xy 59.948681 107.534751) + (xy 59.853137 107.495176) (xy 59.751708 107.475) (xy 59.648292 107.475) (xy 59.546863 107.495176) + (xy 59.451319 107.534751) (xy 59.365332 107.592206) (xy 59.292206 107.665332) (xy 59.234751 107.751319) + (xy 59.195176 107.846863) (xy 59.175 107.948292) (xy 50.275 107.948292) (xy 50.275 105.948292) (xy 59.175 105.948292) + (xy 59.175 106.051708) (xy 59.195176 106.153137) (xy 59.234751 106.248681) (xy 59.292206 106.334668) + (xy 59.365332 106.407794) (xy 59.451319 106.465249) (xy 59.546863 106.504824) (xy 59.648292 106.525) + (xy 59.751708 106.525) (xy 59.853137 106.504824) (xy 59.948681 106.465249) (xy 60.034668 106.407794) + (xy 60.09417 106.348292) (xy 72.675 106.348292) (xy 72.675 106.451708) (xy 72.695176 106.553137) + (xy 72.734751 106.648681) (xy 72.792206 106.734668) (xy 72.865332 106.807794) (xy 72.951319 106.865249) + (xy 73.046863 106.904824) (xy 73.148292 106.925) (xy 73.251708 106.925) (xy 73.353137 106.904824) + (xy 73.407294 106.882392) (xy 73.434751 106.948681) (xy 73.492206 107.034668) (xy 73.565332 107.107794) + (xy 73.651319 107.165249) (xy 73.746863 107.204824) (xy 73.848292 107.225) (xy 73.951708 107.225) + (xy 74.053137 107.204824) (xy 74.148681 107.165249) (xy 74.234668 107.107794) (xy 74.307794 107.034668) + (xy 74.365249 106.948681) (xy 74.404824 106.853137) (xy 74.425 106.751708) (xy 74.425 106.648292) + (xy 74.404824 106.546863) (xy 74.365249 106.451319) (xy 74.307794 106.365332) (xy 74.290754 106.348292) + (xy 76.175 106.348292) (xy 76.175 106.451708) (xy 76.195176 106.553137) (xy 76.234751 106.648681) + (xy 76.292206 106.734668) (xy 76.365332 106.807794) (xy 76.451319 106.865249) (xy 76.546863 106.904824) + (xy 76.648292 106.925) (xy 76.751708 106.925) (xy 76.853137 106.904824) (xy 76.907259 106.882406) + (xy 76.934751 106.948779) (xy 76.992206 107.034766) (xy 77.065332 107.107892) (xy 77.151319 107.165347) + (xy 77.246863 107.204922) (xy 77.348292 107.225098) (xy 77.451708 107.225098) (xy 77.553137 107.204922) + (xy 77.648681 107.165347) (xy 77.734668 107.107892) (xy 77.807794 107.034766) (xy 77.865249 106.948779) + (xy 77.904824 106.853235) (xy 77.925 106.751806) (xy 77.925 106.64839) (xy 77.904824 106.546961) + (xy 77.865249 106.451417) (xy 77.807794 106.36543) (xy 77.740656 106.298292) (xy 87.125 106.298292) + (xy 87.125 106.401708) (xy 87.145176 106.503137) (xy 87.184751 106.598681) (xy 87.242206 106.684668) + (xy 87.315332 106.757794) (xy 87.401319 106.815249) (xy 87.496863 106.854824) (xy 87.598292 106.875) + (xy 87.701708 106.875) (xy 87.803137 106.854824) (xy 87.898681 106.815249) (xy 87.984668 106.757794) + (xy 88.057794 106.684668) (xy 88.115249 106.598681) (xy 88.154824 106.503137) (xy 88.175 106.401708) + (xy 88.175 106.298292) (xy 88.154824 106.196863) (xy 88.115249 106.101319) (xy 88.113227 106.098292) + (xy 99.575 106.098292) (xy 99.575 106.201708) (xy 99.595176 106.303137) (xy 99.634751 106.398681) + (xy 99.692206 106.484668) (xy 99.765332 106.557794) (xy 99.851319 106.615249) (xy 99.946863 106.654824) + (xy 100.048292 106.675) (xy 100.151708 106.675) (xy 100.253137 106.654824) (xy 100.348681 106.615249) + (xy 100.434668 106.557794) (xy 100.507794 106.484668) (xy 100.565249 106.398681) (xy 100.604824 106.303137) + (xy 100.615733 106.248292) (xy 119.375 106.248292) (xy 119.375 106.351708) (xy 119.395176 106.453137) + (xy 119.434751 106.548681) (xy 119.492206 106.634668) (xy 119.565332 106.707794) (xy 119.651319 106.765249) + (xy 119.746863 106.804824) (xy 119.848292 106.825) (xy 119.951708 106.825) (xy 120.053137 106.804824) + (xy 120.148681 106.765249) (xy 120.234668 106.707794) (xy 120.307794 106.634668) (xy 120.365249 106.548681) + (xy 120.404824 106.453137) (xy 120.425 106.351708) (xy 120.425 106.248292) (xy 120.405109 106.148292) + (xy 127.275 106.148292) (xy 127.275 106.251708) (xy 127.295176 106.353137) (xy 127.334751 106.448681) + (xy 127.392206 106.534668) (xy 127.465332 106.607794) (xy 127.551319 106.665249) (xy 127.646863 106.704824) + (xy 127.748292 106.725) (xy 127.851708 106.725) (xy 127.953137 106.704824) (xy 128.048681 106.665249) + (xy 128.134668 106.607794) (xy 128.207794 106.534668) (xy 128.265249 106.448681) (xy 128.304824 106.353137) + (xy 128.325 106.251708) (xy 128.325 106.148292) (xy 128.304824 106.046863) (xy 128.265249 105.951319) + (xy 128.207794 105.865332) (xy 128.134668 105.792206) (xy 128.048681 105.734751) (xy 127.953137 105.695176) + (xy 127.851708 105.675) (xy 127.748292 105.675) (xy 127.646863 105.695176) (xy 127.551319 105.734751) + (xy 127.465332 105.792206) (xy 127.392206 105.865332) (xy 127.334751 105.951319) (xy 127.295176 106.046863) + (xy 127.275 106.148292) (xy 120.405109 106.148292) (xy 120.404824 106.146863) (xy 120.365249 106.051319) + (xy 120.307794 105.965332) (xy 120.234668 105.892206) (xy 120.148681 105.834751) (xy 120.053137 105.795176) + (xy 119.951708 105.775) (xy 119.848292 105.775) (xy 119.746863 105.795176) (xy 119.651319 105.834751) + (xy 119.565332 105.892206) (xy 119.492206 105.965332) (xy 119.434751 106.051319) (xy 119.395176 106.146863) + (xy 119.375 106.248292) (xy 100.615733 106.248292) (xy 100.625 106.201708) (xy 100.625 106.098292) + (xy 100.604824 105.996863) (xy 100.565249 105.901319) (xy 100.507794 105.815332) (xy 100.434668 105.742206) + (xy 100.348681 105.684751) (xy 100.253137 105.645176) (xy 100.151708 105.625) (xy 100.048292 105.625) + (xy 99.946863 105.645176) (xy 99.851319 105.684751) (xy 99.765332 105.742206) (xy 99.692206 105.815332) + (xy 99.634751 105.901319) (xy 99.595176 105.996863) (xy 99.575 106.098292) (xy 88.113227 106.098292) + (xy 88.057794 106.015332) (xy 87.984668 105.942206) (xy 87.898681 105.884751) (xy 87.803137 105.845176) + (xy 87.701708 105.825) (xy 87.598292 105.825) (xy 87.496863 105.845176) (xy 87.401319 105.884751) + (xy 87.315332 105.942206) (xy 87.242206 106.015332) (xy 87.184751 106.101319) (xy 87.145176 106.196863) + (xy 87.125 106.298292) (xy 77.740656 106.298292) (xy 77.734668 106.292304) (xy 77.648681 106.234849) + (xy 77.553137 106.195274) (xy 77.451708 106.175098) (xy 77.348292 106.175098) (xy 77.246863 106.195274) + (xy 77.192741 106.217692) (xy 77.165249 106.151319) (xy 77.107794 106.065332) (xy 77.034668 105.992206) + (xy 76.948681 105.934751) (xy 76.853137 105.895176) (xy 76.751708 105.875) (xy 76.648292 105.875) + (xy 76.546863 105.895176) (xy 76.451319 105.934751) (xy 76.365332 105.992206) (xy 76.292206 106.065332) + (xy 76.234751 106.151319) (xy 76.195176 106.246863) (xy 76.175 106.348292) (xy 74.290754 106.348292) + (xy 74.234668 106.292206) (xy 74.148681 106.234751) (xy 74.053137 106.195176) (xy 73.951708 106.175) + (xy 73.848292 106.175) (xy 73.746863 106.195176) (xy 73.692706 106.217608) (xy 73.665249 106.151319) + (xy 73.607794 106.065332) (xy 73.534668 105.992206) (xy 73.448681 105.934751) (xy 73.353137 105.895176) + (xy 73.251708 105.875) (xy 73.148292 105.875) (xy 73.046863 105.895176) (xy 72.951319 105.934751) + (xy 72.865332 105.992206) (xy 72.792206 106.065332) (xy 72.734751 106.151319) (xy 72.695176 106.246863) + (xy 72.675 106.348292) (xy 60.09417 106.348292) (xy 60.107794 106.334668) (xy 60.165249 106.248681) + (xy 60.204824 106.153137) (xy 60.225 106.051708) (xy 60.225 105.948292) (xy 60.204824 105.846863) + (xy 60.165249 105.751319) (xy 60.107794 105.665332) (xy 60.034668 105.592206) (xy 59.948681 105.534751) + (xy 59.853137 105.495176) (xy 59.751708 105.475) (xy 59.648292 105.475) (xy 59.546863 105.495176) + (xy 59.451319 105.534751) (xy 59.365332 105.592206) (xy 59.292206 105.665332) (xy 59.234751 105.751319) + (xy 59.195176 105.846863) (xy 59.175 105.948292) (xy 50.275 105.948292) (xy 50.275 105.348292) (xy 73.625 105.348292) + (xy 73.625 105.451708) (xy 73.645176 105.553137) (xy 73.684751 105.648681) (xy 73.742206 105.734668) + (xy 73.815332 105.807794) (xy 73.901319 105.865249) (xy 73.996863 105.904824) (xy 74.098292 105.925) + (xy 74.201708 105.925) (xy 74.303137 105.904824) (xy 74.398681 105.865249) (xy 74.484668 105.807794) + (xy 74.557794 105.734668) (xy 74.615249 105.648681) (xy 74.636005 105.59857) (xy 79.475 105.59857) + (xy 79.475 105.701986) (xy 79.495176 105.803415) (xy 79.534751 105.898959) (xy 79.592206 105.984946) + (xy 79.665332 106.058072) (xy 79.751319 106.115527) (xy 79.846863 106.155102) (xy 79.948292 106.175278) + (xy 80.051708 106.175278) (xy 80.153137 106.155102) (xy 80.248681 106.115527) (xy 80.334668 106.058072) + (xy 80.407794 105.984946) (xy 80.465249 105.898959) (xy 80.504824 105.803415) (xy 80.521483 105.719667) + (xy 80.548292 105.725) (xy 80.651708 105.725) (xy 80.753137 105.704824) (xy 80.848681 105.665249) + (xy 80.934668 105.607794) (xy 81.007794 105.534668) (xy 81.065249 105.448681) (xy 81.104824 105.353137) + (xy 81.125 105.251708) (xy 81.125 105.148292) (xy 81.119216 105.119216) (xy 81.148292 105.125) (xy 81.251708 105.125) + (xy 81.353137 105.104824) (xy 81.448681 105.065249) (xy 81.534668 105.007794) (xy 81.607794 104.934668) + (xy 81.665249 104.848681) (xy 81.704824 104.753137) (xy 81.725 104.651708) (xy 81.725 104.598292) + (xy 95.575 104.598292) (xy 95.575 104.701708) (xy 95.595176 104.803137) (xy 95.634751 104.898681) + (xy 95.692206 104.984668) (xy 95.765332 105.057794) (xy 95.851319 105.115249) (xy 95.946863 105.154824) + (xy 96.048292 105.175) (xy 96.151708 105.175) (xy 96.253137 105.154824) (xy 96.348681 105.115249) + (xy 96.434668 105.057794) (xy 96.507794 104.984668) (xy 96.565249 104.898681) (xy 96.604824 104.803137) + (xy 96.625 104.701708) (xy 96.625 104.598292) (xy 97.325 104.598292) (xy 97.325 104.701708) (xy 97.345176 104.803137) + (xy 97.384751 104.898681) (xy 97.442206 104.984668) (xy 97.482538 105.025) (xy 97.442206 105.065332) + (xy 97.384751 105.151319) (xy 97.345176 105.246863) (xy 97.325 105.348292) (xy 97.325 105.451708) + (xy 97.345176 105.553137) (xy 97.384751 105.648681) (xy 97.442206 105.734668) (xy 97.515332 105.807794) + (xy 97.601319 105.865249) (xy 97.696863 105.904824) (xy 97.798292 105.925) (xy 97.901708 105.925) + (xy 98.003137 105.904824) (xy 98.098681 105.865249) (xy 98.184668 105.807794) (xy 98.257794 105.734668) + (xy 98.315249 105.648681) (xy 98.354824 105.553137) (xy 98.375 105.451708) (xy 98.375 105.348292) + (xy 106.775 105.348292) (xy 106.775 105.451708) (xy 106.795176 105.553137) (xy 106.834751 105.648681) + (xy 106.892206 105.734668) (xy 106.965332 105.807794) (xy 107.051319 105.865249) (xy 107.146863 105.904824) + (xy 107.248292 105.925) (xy 107.351708 105.925) (xy 107.453137 105.904824) (xy 107.525 105.875058) + (xy 107.596863 105.904824) (xy 107.698292 105.925) (xy 107.801708 105.925) (xy 107.903137 105.904824) + (xy 107.998681 105.865249) (xy 108 105.864368) (xy 108.001319 105.865249) (xy 108.096863 105.904824) + (xy 108.198292 105.925) (xy 108.301708 105.925) (xy 108.403137 105.904824) (xy 108.498681 105.865249) + (xy 108.584668 105.807794) (xy 108.657794 105.734668) (xy 108.715249 105.648681) (xy 108.754824 105.553137) + (xy 108.775 105.451708) (xy 108.775 105.348292) (xy 108.754824 105.246863) (xy 108.715249 105.151319) + (xy 108.657794 105.065332) (xy 108.584668 104.992206) (xy 108.498681 104.934751) (xy 108.403137 104.895176) + (xy 108.301708 104.875) (xy 108.198292 104.875) (xy 108.096863 104.895176) (xy 108.001319 104.934751) + (xy 108 104.935632) (xy 107.998681 104.934751) (xy 107.903137 104.895176) (xy 107.801708 104.875) + (xy 107.698292 104.875) (xy 107.596863 104.895176) (xy 107.525 104.924942) (xy 107.453137 104.895176) + (xy 107.351708 104.875) (xy 107.248292 104.875) (xy 107.146863 104.895176) (xy 107.051319 104.934751) + (xy 106.965332 104.992206) (xy 106.892206 105.065332) (xy 106.834751 105.151319) (xy 106.795176 105.246863) + (xy 106.775 105.348292) (xy 98.375 105.348292) (xy 98.354824 105.246863) (xy 98.315249 105.151319) + (xy 98.257794 105.065332) (xy 98.217462 105.025) (xy 98.257794 104.984668) (xy 98.315249 104.898681) + (xy 98.354824 104.803137) (xy 98.375 104.701708) (xy 98.375 104.598292) (xy 98.373136 104.588921) + (xy 99.575153 104.588921) (xy 99.575153 104.692337) (xy 99.595329 104.793766) (xy 99.634904 104.88931) + (xy 99.692359 104.975297) (xy 99.765485 105.048423) (xy 99.851472 105.105878) (xy 99.947016 105.145453) + (xy 100.048445 105.165629) (xy 100.151861 105.165629) (xy 100.25329 105.145453) (xy 100.348834 105.105878) + (xy 100.434821 105.048423) (xy 100.507947 104.975297) (xy 100.565402 104.88931) (xy 100.604977 104.793766) + (xy 100.625153 104.692337) (xy 100.625153 104.588921) (xy 100.604977 104.487492) (xy 100.565402 104.391948) + (xy 100.507947 104.305961) (xy 100.434821 104.232835) (xy 100.348834 104.17538) (xy 100.283437 104.148292) + (xy 101.175 104.148292) (xy 101.175 104.251708) (xy 101.195176 104.353137) (xy 101.234751 104.448681) + (xy 101.292206 104.534668) (xy 101.365332 104.607794) (xy 101.451319 104.665249) (xy 101.546863 104.704824) + (xy 101.648292 104.725) (xy 101.751708 104.725) (xy 101.853137 104.704824) (xy 101.948681 104.665249) + (xy 102.034668 104.607794) (xy 102.107794 104.534668) (xy 102.165249 104.448681) (xy 102.204824 104.353137) + (xy 102.225 104.251708) (xy 102.225 104.148292) (xy 102.204824 104.046863) (xy 102.165249 103.951319) + (xy 102.107794 103.865332) (xy 102.034668 103.792206) (xy 101.948681 103.734751) (xy 101.853137 103.695176) + (xy 101.751708 103.675) (xy 101.648292 103.675) (xy 101.546863 103.695176) (xy 101.451319 103.734751) + (xy 101.365332 103.792206) (xy 101.292206 103.865332) (xy 101.234751 103.951319) (xy 101.195176 104.046863) + (xy 101.175 104.148292) (xy 100.283437 104.148292) (xy 100.25329 104.135805) (xy 100.151861 104.115629) + (xy 100.048445 104.115629) (xy 99.947016 104.135805) (xy 99.851472 104.17538) (xy 99.765485 104.232835) + (xy 99.692359 104.305961) (xy 99.634904 104.391948) (xy 99.595329 104.487492) (xy 99.575153 104.588921) + (xy 98.373136 104.588921) (xy 98.354824 104.496863) (xy 98.315249 104.401319) (xy 98.257794 104.315332) + (xy 98.184668 104.242206) (xy 98.098681 104.184751) (xy 98.003137 104.145176) (xy 97.901708 104.125) + (xy 97.798292 104.125) (xy 97.696863 104.145176) (xy 97.601319 104.184751) (xy 97.515332 104.242206) + (xy 97.442206 104.315332) (xy 97.384751 104.401319) (xy 97.345176 104.496863) (xy 97.325 104.598292) + (xy 96.625 104.598292) (xy 96.604824 104.496863) (xy 96.565249 104.401319) (xy 96.507794 104.315332) + (xy 96.434668 104.242206) (xy 96.348681 104.184751) (xy 96.253137 104.145176) (xy 96.151708 104.125) + (xy 96.048292 104.125) (xy 95.946863 104.145176) (xy 95.851319 104.184751) (xy 95.765332 104.242206) + (xy 95.692206 104.315332) (xy 95.634751 104.401319) (xy 95.595176 104.496863) (xy 95.575 104.598292) + (xy 81.725 104.598292) (xy 81.725 104.548292) (xy 81.719216 104.519216) (xy 81.748292 104.525) (xy 81.851708 104.525) + (xy 81.953137 104.504824) (xy 82.048681 104.465249) (xy 82.134668 104.407794) (xy 82.207794 104.334668) + (xy 82.265249 104.248681) (xy 82.304824 104.153137) (xy 82.325 104.051708) (xy 82.325 103.948292) + (xy 82.319216 103.919216) (xy 82.348292 103.925) (xy 82.451708 103.925) (xy 82.553137 103.904824) + (xy 82.648681 103.865249) (xy 82.734668 103.807794) (xy 82.807794 103.734668) (xy 82.865249 103.648681) + (xy 82.904824 103.553137) (xy 82.925 103.451708) (xy 82.925 103.348594) (xy 107.085 103.348594) + (xy 107.085 103.491406) (xy 107.112861 103.631475) (xy 107.167513 103.763416) (xy 107.246856 103.882161) + (xy 107.347839 103.983144) (xy 107.466584 104.062487) (xy 107.598525 104.117139) (xy 107.738594 104.145) + (xy 107.881406 104.145) (xy 108.021475 104.117139) (xy 108.153416 104.062487) (xy 108.272161 103.983144) + (xy 108.373144 103.882161) (xy 108.445 103.774621) (xy 108.516856 103.882161) (xy 108.617839 103.983144) + (xy 108.736584 104.062487) (xy 108.868525 104.117139) (xy 109.008594 104.145) (xy 109.151406 104.145) + (xy 109.291475 104.117139) (xy 109.423416 104.062487) (xy 109.542161 103.983144) (xy 109.643144 103.882161) + (xy 109.715 103.774621) (xy 109.786856 103.882161) (xy 109.887839 103.983144) (xy 110.006584 104.062487) + (xy 110.138525 104.117139) (xy 110.278594 104.145) (xy 110.421406 104.145) (xy 110.561475 104.117139) + (xy 110.693416 104.062487) (xy 110.812161 103.983144) (xy 110.913144 103.882161) (xy 110.985 103.774621) + (xy 111.056856 103.882161) (xy 111.157839 103.983144) (xy 111.276584 104.062487) (xy 111.408525 104.117139) + (xy 111.548594 104.145) (xy 111.691406 104.145) (xy 111.831475 104.117139) (xy 111.963416 104.062487) + (xy 112.082161 103.983144) (xy 112.183144 103.882161) (xy 112.255 103.774621) (xy 112.326856 103.882161) + (xy 112.427839 103.983144) (xy 112.546584 104.062487) (xy 112.678525 104.117139) (xy 112.818594 104.145) + (xy 112.961406 104.145) (xy 113.101475 104.117139) (xy 113.233416 104.062487) (xy 113.352161 103.983144) + (xy 113.453144 103.882161) (xy 113.525 103.774621) (xy 113.596856 103.882161) (xy 113.697839 103.983144) + (xy 113.816584 104.062487) (xy 113.948525 104.117139) (xy 114.088594 104.145) (xy 114.231406 104.145) + (xy 114.371475 104.117139) (xy 114.503416 104.062487) (xy 114.622161 103.983144) (xy 114.723144 103.882161) + (xy 114.795 103.774621) (xy 114.866856 103.882161) (xy 114.967839 103.983144) (xy 115.086584 104.062487) + (xy 115.218525 104.117139) (xy 115.358594 104.145) (xy 115.501406 104.145) (xy 115.641475 104.117139) + (xy 115.773416 104.062487) (xy 115.892161 103.983144) (xy 115.993144 103.882161) (xy 116.065 103.774621) + (xy 116.136856 103.882161) (xy 116.237839 103.983144) (xy 116.356584 104.062487) (xy 116.488525 104.117139) + (xy 116.628594 104.145) (xy 116.771406 104.145) (xy 116.911475 104.117139) (xy 117.043416 104.062487) + (xy 117.162161 103.983144) (xy 117.263144 103.882161) (xy 117.342487 103.763416) (xy 117.390173 103.648292) + (xy 117.575 103.648292) (xy 117.575 103.751708) (xy 117.595176 103.853137) (xy 117.634751 103.948681) + (xy 117.692206 104.034668) (xy 117.757538 104.1) (xy 117.692206 104.165332) (xy 117.634751 104.251319) + (xy 117.595176 104.346863) (xy 117.575 104.448292) (xy 117.575 104.551708) (xy 117.595176 104.653137) + (xy 117.634751 104.748681) (xy 117.692206 104.834668) (xy 117.765332 104.907794) (xy 117.851319 104.965249) + (xy 117.946863 105.004824) (xy 118.048292 105.025) (xy 118.151708 105.025) (xy 118.253137 105.004824) + (xy 118.348681 104.965249) (xy 118.434668 104.907794) (xy 118.507794 104.834668) (xy 118.565249 104.748681) + (xy 118.604824 104.653137) (xy 118.625 104.551708) (xy 118.625 104.448292) (xy 118.604824 104.346863) + (xy 118.565249 104.251319) (xy 118.507794 104.165332) (xy 118.442462 104.1) (xy 118.507794 104.034668) + (xy 118.565249 103.948681) (xy 118.604824 103.853137) (xy 118.605787 103.848292) (xy 119.774992 103.848292) + (xy 119.774992 103.951708) (xy 119.795168 104.053137) (xy 119.834743 104.148681) (xy 119.892198 104.234668) + (xy 119.965324 104.307794) (xy 120.051311 104.365249) (xy 120.146855 104.404824) (xy 120.248284 104.425) + (xy 120.3517 104.425) (xy 120.453129 104.404824) (xy 120.548673 104.365249) (xy 120.63466 104.307794) + (xy 120.707786 104.234668) (xy 120.765241 104.148681) (xy 120.804816 104.053137) (xy 120.824992 103.951708) + (xy 120.824992 103.848292) (xy 120.804816 103.746863) (xy 120.765241 103.651319) (xy 120.707786 103.565332) + (xy 120.684062 103.541608) (xy 120.734668 103.507794) (xy 120.807794 103.434668) (xy 120.865249 103.348681) + (xy 120.904824 103.253137) (xy 120.925 103.151708) (xy 120.925 103.048292) (xy 120.905109 102.948292) + (xy 124.475 102.948292) (xy 124.475 103.051708) (xy 124.495176 103.153137) (xy 124.534751 103.248681) + (xy 124.592206 103.334668) (xy 124.607538 103.35) (xy 124.592206 103.365332) (xy 124.534751 103.451319) + (xy 124.495176 103.546863) (xy 124.475 103.648292) (xy 124.475 103.751708) (xy 124.495176 103.853137) + (xy 124.534751 103.948681) (xy 124.592206 104.034668) (xy 124.607538 104.05) (xy 124.592206 104.065332) + (xy 124.534751 104.151319) (xy 124.495176 104.246863) (xy 124.475 104.348292) (xy 124.475 104.451708) + (xy 124.495176 104.553137) (xy 124.534751 104.648681) (xy 124.592206 104.734668) (xy 124.665332 104.807794) + (xy 124.751319 104.865249) (xy 124.846863 104.904824) (xy 124.948292 104.925) (xy 125.051708 104.925) + (xy 125.153137 104.904824) (xy 125.248681 104.865249) (xy 125.334668 104.807794) (xy 125.407794 104.734668) + (xy 125.465249 104.648681) (xy 125.504824 104.553137) (xy 125.525 104.451708) (xy 125.525 104.348292) + (xy 125.504824 104.246863) (xy 125.465249 104.151319) (xy 125.407794 104.065332) (xy 125.392462 104.05) + (xy 125.407794 104.034668) (xy 125.465249 103.948681) (xy 125.504824 103.853137) (xy 125.525 103.751708) + (xy 125.525 103.648292) (xy 125.504824 103.546863) (xy 125.465249 103.451319) (xy 125.407794 103.365332) + (xy 125.392462 103.35) (xy 125.407794 103.334668) (xy 125.465249 103.248681) (xy 125.504824 103.153137) + (xy 125.525 103.051708) (xy 125.525 102.948292) (xy 125.504824 102.846863) (xy 125.465249 102.751319) + (xy 125.407794 102.665332) (xy 125.334668 102.592206) (xy 125.248681 102.534751) (xy 125.153137 102.495176) + (xy 125.051708 102.475) (xy 124.948292 102.475) (xy 124.846863 102.495176) (xy 124.751319 102.534751) + (xy 124.665332 102.592206) (xy 124.592206 102.665332) (xy 124.534751 102.751319) (xy 124.495176 102.846863) + (xy 124.475 102.948292) (xy 120.905109 102.948292) (xy 120.904824 102.946863) (xy 120.865249 102.851319) + (xy 120.807794 102.765332) (xy 120.734668 102.692206) (xy 120.648681 102.634751) (xy 120.553137 102.595176) + (xy 120.451708 102.575) (xy 120.348292 102.575) (xy 120.246863 102.595176) (xy 120.151319 102.634751) + (xy 120.065332 102.692206) (xy 119.992206 102.765332) (xy 119.934751 102.851319) (xy 119.895176 102.946863) + (xy 119.875 103.048292) (xy 119.875 103.151708) (xy 119.895176 103.253137) (xy 119.934751 103.348681) + (xy 119.992206 103.434668) (xy 120.01593 103.458392) (xy 119.965324 103.492206) (xy 119.892198 103.565332) + (xy 119.834743 103.651319) (xy 119.795168 103.746863) (xy 119.774992 103.848292) (xy 118.605787 103.848292) + (xy 118.625 103.751708) (xy 118.625 103.648292) (xy 118.604824 103.546863) (xy 118.565249 103.451319) + (xy 118.507794 103.365332) (xy 118.434668 103.292206) (xy 118.348681 103.234751) (xy 118.253137 103.195176) + (xy 118.151708 103.175) (xy 118.048292 103.175) (xy 117.946863 103.195176) (xy 117.851319 103.234751) + (xy 117.765332 103.292206) (xy 117.692206 103.365332) (xy 117.634751 103.451319) (xy 117.595176 103.546863) + (xy 117.575 103.648292) (xy 117.390173 103.648292) (xy 117.397139 103.631475) (xy 117.425 103.491406) + (xy 117.425 103.348594) (xy 117.397139 103.208525) (xy 117.342487 103.076584) (xy 117.263144 102.957839) + (xy 117.186141 102.880836) (xy 117.223771 102.865249) (xy 117.309758 102.807794) (xy 117.382884 102.734668) + (xy 117.440339 102.648681) (xy 117.479914 102.553137) (xy 117.50009 102.451708) (xy 117.50009 102.348292) + (xy 117.479914 102.246863) (xy 117.440339 102.151319) (xy 117.382884 102.065332) (xy 117.309758 101.992206) + (xy 117.223771 101.934751) (xy 117.128227 101.895176) (xy 117.026798 101.875) (xy 116.923382 101.875) + (xy 116.821953 101.895176) (xy 116.726409 101.934751) (xy 116.640422 101.992206) (xy 116.567296 102.065332) + (xy 116.509841 102.151319) (xy 116.470266 102.246863) (xy 116.45009 102.348292) (xy 116.45009 102.451708) + (xy 116.470266 102.553137) (xy 116.509841 102.648681) (xy 116.551091 102.710416) (xy 116.488525 102.722861) + (xy 116.356584 102.777513) (xy 116.237839 102.856856) (xy 116.136856 102.957839) (xy 116.065 103.065379) + (xy 115.993144 102.957839) (xy 115.892161 102.856856) (xy 115.773416 102.777513) (xy 115.641475 102.722861) + (xy 115.501406 102.695) (xy 115.358594 102.695) (xy 115.218525 102.722861) (xy 115.086584 102.777513) + (xy 114.967839 102.856856) (xy 114.866856 102.957839) (xy 114.795 103.065379) (xy 114.723144 102.957839) + (xy 114.622161 102.856856) (xy 114.503416 102.777513) (xy 114.371475 102.722861) (xy 114.231406 102.695) + (xy 114.088594 102.695) (xy 113.948525 102.722861) (xy 113.816584 102.777513) (xy 113.697839 102.856856) + (xy 113.596856 102.957839) (xy 113.525 103.065379) (xy 113.453144 102.957839) (xy 113.352161 102.856856) + (xy 113.233416 102.777513) (xy 113.101475 102.722861) (xy 112.961406 102.695) (xy 112.818594 102.695) + (xy 112.678525 102.722861) (xy 112.546584 102.777513) (xy 112.427839 102.856856) (xy 112.326856 102.957839) + (xy 112.255 103.065379) (xy 112.183144 102.957839) (xy 112.082161 102.856856) (xy 111.963416 102.777513) + (xy 111.831475 102.722861) (xy 111.691406 102.695) (xy 111.548594 102.695) (xy 111.408525 102.722861) + (xy 111.276584 102.777513) (xy 111.157839 102.856856) (xy 111.056856 102.957839) (xy 110.985 103.065379) + (xy 110.913144 102.957839) (xy 110.812161 102.856856) (xy 110.693416 102.777513) (xy 110.561475 102.722861) + (xy 110.421406 102.695) (xy 110.278594 102.695) (xy 110.138525 102.722861) (xy 110.006584 102.777513) + (xy 109.887839 102.856856) (xy 109.786856 102.957839) (xy 109.715 103.065379) (xy 109.643144 102.957839) + (xy 109.542161 102.856856) (xy 109.423416 102.777513) (xy 109.291475 102.722861) (xy 109.151406 102.695) + (xy 109.008594 102.695) (xy 108.868525 102.722861) (xy 108.736584 102.777513) (xy 108.617839 102.856856) + (xy 108.516856 102.957839) (xy 108.445 103.065379) (xy 108.373144 102.957839) (xy 108.272161 102.856856) + (xy 108.153416 102.777513) (xy 108.021475 102.722861) (xy 107.881406 102.695) (xy 107.738594 102.695) + (xy 107.598525 102.722861) (xy 107.466584 102.777513) (xy 107.347839 102.856856) (xy 107.246856 102.957839) + (xy 107.167513 103.076584) (xy 107.112861 103.208525) (xy 107.085 103.348594) (xy 82.925 103.348594) + (xy 82.925 103.348292) (xy 82.919216 103.319216) (xy 82.948292 103.325) (xy 83.051708 103.325) (xy 83.153137 103.304824) + (xy 83.248681 103.265249) (xy 83.334668 103.207794) (xy 83.407794 103.134668) (xy 83.465249 103.048681) + (xy 83.504824 102.953137) (xy 83.525 102.851708) (xy 83.525 102.748292) (xy 83.519216 102.719216) + (xy 83.548292 102.725) (xy 83.651708 102.725) (xy 83.753137 102.704824) (xy 83.848681 102.665249) + (xy 83.934668 102.607794) (xy 84.007794 102.534668) (xy 84.065249 102.448681) (xy 84.104824 102.353137) + (xy 84.125 102.251708) (xy 84.125 102.148292) (xy 84.104824 102.046863) (xy 84.065249 101.951319) + (xy 84.007794 101.865332) (xy 83.940754 101.798292) (xy 95.575 101.798292) (xy 95.575 101.901708) + (xy 95.595176 102.003137) (xy 95.634751 102.098681) (xy 95.692206 102.184668) (xy 95.765332 102.257794) + (xy 95.851319 102.315249) (xy 95.946863 102.354824) (xy 96.048292 102.375) (xy 96.151708 102.375) + (xy 96.253137 102.354824) (xy 96.348681 102.315249) (xy 96.434668 102.257794) (xy 96.507794 102.184668) + (xy 96.565249 102.098681) (xy 96.604824 102.003137) (xy 96.625 101.901708) (xy 96.625 101.798292) + (xy 97.325 101.798292) (xy 97.325 101.901708) (xy 97.345176 102.003137) (xy 97.384751 102.098681) + (xy 97.442206 102.184668) (xy 97.482538 102.225) (xy 97.442206 102.265332) (xy 97.384751 102.351319) + (xy 97.345176 102.446863) (xy 97.325 102.548292) (xy 97.325 102.651708) (xy 97.345176 102.753137) + (xy 97.384751 102.848681) (xy 97.442206 102.934668) (xy 97.515332 103.007794) (xy 97.601319 103.065249) + (xy 97.696863 103.104824) (xy 97.798292 103.125) (xy 97.901708 103.125) (xy 98.003137 103.104824) + (xy 98.098681 103.065249) (xy 98.184668 103.007794) (xy 98.257794 102.934668) (xy 98.315249 102.848681) + (xy 98.354824 102.753137) (xy 98.375 102.651708) (xy 98.375 102.548292) (xy 98.354824 102.446863) + (xy 98.315249 102.351319) (xy 98.257794 102.265332) (xy 98.217462 102.225) (xy 98.257794 102.184668) + (xy 98.315249 102.098681) (xy 98.354824 102.003137) (xy 98.375 101.901708) (xy 98.375 101.798292) + (xy 99.575 101.798292) (xy 99.575 101.901708) (xy 99.595176 102.003137) (xy 99.634751 102.098681) + (xy 99.692206 102.184668) (xy 99.765332 102.257794) (xy 99.851319 102.315249) (xy 99.946863 102.354824) + (xy 100.048292 102.375) (xy 100.151708 102.375) (xy 100.253137 102.354824) (xy 100.348681 102.315249) + (xy 100.434668 102.257794) (xy 100.507794 102.184668) (xy 100.565249 102.098681) (xy 100.604824 102.003137) + (xy 100.625 101.901708) (xy 100.625 101.798292) (xy 101.325 101.798292) (xy 101.325 101.901708) + (xy 101.345176 102.003137) (xy 101.384751 102.098681) (xy 101.442206 102.184668) (xy 101.482538 102.225) + (xy 101.442206 102.265332) (xy 101.384751 102.351319) (xy 101.345176 102.446863) (xy 101.325 102.548292) + (xy 101.325 102.651708) (xy 101.345176 102.753137) (xy 101.384751 102.848681) (xy 101.442206 102.934668) + (xy 101.515332 103.007794) (xy 101.601319 103.065249) (xy 101.696863 103.104824) (xy 101.798292 103.125) + (xy 101.901708 103.125) (xy 102.003137 103.104824) (xy 102.098681 103.065249) (xy 102.184668 103.007794) + (xy 102.257794 102.934668) (xy 102.315249 102.848681) (xy 102.354824 102.753137) (xy 102.375 102.651708) + (xy 102.375 102.548292) (xy 102.354824 102.446863) (xy 102.315249 102.351319) (xy 102.257794 102.265332) + (xy 102.217462 102.225) (xy 102.257794 102.184668) (xy 102.282099 102.148292) (xy 107.575 102.148292) + (xy 107.575 102.251708) (xy 107.595176 102.353137) (xy 107.634751 102.448681) (xy 107.692206 102.534668) + (xy 107.765332 102.607794) (xy 107.851319 102.665249) (xy 107.946863 102.704824) (xy 108.048292 102.725) + (xy 108.151708 102.725) (xy 108.253137 102.704824) (xy 108.348681 102.665249) (xy 108.434668 102.607794) + (xy 108.507794 102.534668) (xy 108.565249 102.448681) (xy 108.604824 102.353137) (xy 108.625 102.251708) + (xy 108.625 102.148292) (xy 108.604824 102.046863) (xy 108.565249 101.951319) (xy 108.507794 101.865332) + (xy 108.434668 101.792206) (xy 108.348681 101.734751) (xy 108.253137 101.695176) (xy 108.151708 101.675) + (xy 108.048292 101.675) (xy 107.946863 101.695176) (xy 107.851319 101.734751) (xy 107.765332 101.792206) + (xy 107.692206 101.865332) (xy 107.634751 101.951319) (xy 107.595176 102.046863) (xy 107.575 102.148292) + (xy 102.282099 102.148292) (xy 102.315249 102.098681) (xy 102.354824 102.003137) (xy 102.375 101.901708) + (xy 102.375 101.798292) (xy 102.354824 101.696863) (xy 102.315249 101.601319) (xy 102.257794 101.515332) + (xy 102.184668 101.442206) (xy 102.098681 101.384751) (xy 102.003137 101.345176) (xy 101.901708 101.325) + (xy 101.798292 101.325) (xy 101.696863 101.345176) (xy 101.601319 101.384751) (xy 101.515332 101.442206) + (xy 101.442206 101.515332) (xy 101.384751 101.601319) (xy 101.345176 101.696863) (xy 101.325 101.798292) + (xy 100.625 101.798292) (xy 100.604824 101.696863) (xy 100.565249 101.601319) (xy 100.507794 101.515332) + (xy 100.434668 101.442206) (xy 100.348681 101.384751) (xy 100.253137 101.345176) (xy 100.151708 101.325) + (xy 100.048292 101.325) (xy 99.946863 101.345176) (xy 99.851319 101.384751) (xy 99.765332 101.442206) + (xy 99.692206 101.515332) (xy 99.634751 101.601319) (xy 99.595176 101.696863) (xy 99.575 101.798292) + (xy 98.375 101.798292) (xy 98.354824 101.696863) (xy 98.315249 101.601319) (xy 98.257794 101.515332) + (xy 98.184668 101.442206) (xy 98.098681 101.384751) (xy 98.003137 101.345176) (xy 97.901708 101.325) + (xy 97.798292 101.325) (xy 97.696863 101.345176) (xy 97.601319 101.384751) (xy 97.515332 101.442206) + (xy 97.442206 101.515332) (xy 97.384751 101.601319) (xy 97.345176 101.696863) (xy 97.325 101.798292) + (xy 96.625 101.798292) (xy 96.604824 101.696863) (xy 96.565249 101.601319) (xy 96.507794 101.515332) + (xy 96.434668 101.442206) (xy 96.348681 101.384751) (xy 96.253137 101.345176) (xy 96.151708 101.325) + (xy 96.048292 101.325) (xy 95.946863 101.345176) (xy 95.851319 101.384751) (xy 95.765332 101.442206) + (xy 95.692206 101.515332) (xy 95.634751 101.601319) (xy 95.595176 101.696863) (xy 95.575 101.798292) + (xy 83.940754 101.798292) (xy 83.934668 101.792206) (xy 83.848681 101.734751) (xy 83.753137 101.695176) + (xy 83.651708 101.675) (xy 83.548292 101.675) (xy 83.446863 101.695176) (xy 83.351319 101.734751) + (xy 83.265332 101.792206) (xy 83.192206 101.865332) (xy 83.134751 101.951319) (xy 83.095176 102.046863) + (xy 83.075 102.148292) (xy 83.075 102.251708) (xy 83.080784 102.280784) (xy 83.051708 102.275) (xy 82.948292 102.275) + (xy 82.846863 102.295176) (xy 82.751319 102.334751) (xy 82.665332 102.392206) (xy 82.592206 102.465332) + (xy 82.534751 102.551319) (xy 82.495176 102.646863) (xy 82.475 102.748292) (xy 82.475 102.851708) + (xy 82.480784 102.880784) (xy 82.451708 102.875) (xy 82.348292 102.875) (xy 82.246863 102.895176) + (xy 82.151319 102.934751) (xy 82.065332 102.992206) (xy 81.992206 103.065332) (xy 81.934751 103.151319) + (xy 81.895176 103.246863) (xy 81.875 103.348292) (xy 81.875 103.451708) (xy 81.880784 103.480784) + (xy 81.851708 103.475) (xy 81.748292 103.475) (xy 81.646863 103.495176) (xy 81.551319 103.534751) + (xy 81.465332 103.592206) (xy 81.392206 103.665332) (xy 81.334751 103.751319) (xy 81.295176 103.846863) + (xy 81.275 103.948292) (xy 81.275 104.051708) (xy 81.280784 104.080784) (xy 81.251708 104.075) (xy 81.148292 104.075) + (xy 81.046863 104.095176) (xy 80.951319 104.134751) (xy 80.865332 104.192206) (xy 80.792206 104.265332) + (xy 80.734751 104.351319) (xy 80.695176 104.446863) (xy 80.675 104.548292) (xy 80.675 104.651708) + (xy 80.680784 104.680784) (xy 80.651708 104.675) (xy 80.548292 104.675) (xy 80.446863 104.695176) + (xy 80.351319 104.734751) (xy 80.265332 104.792206) (xy 80.192206 104.865332) (xy 80.134751 104.951319) + (xy 80.095176 105.046863) (xy 80.078517 105.130611) (xy 80.051708 105.125278) (xy 79.948292 105.125278) + (xy 79.846863 105.145454) (xy 79.751319 105.185029) (xy 79.665332 105.242484) (xy 79.592206 105.31561) + (xy 79.534751 105.401597) (xy 79.495176 105.497141) (xy 79.475 105.59857) (xy 74.636005 105.59857) + (xy 74.654824 105.553137) (xy 74.675 105.451708) (xy 74.675 105.348292) (xy 74.654824 105.246863) + (xy 74.615249 105.151319) (xy 74.557794 105.065332) (xy 74.484668 104.992206) (xy 74.398681 104.934751) + (xy 74.303137 104.895176) (xy 74.201708 104.875) (xy 74.098292 104.875) (xy 73.996863 104.895176) + (xy 73.901319 104.934751) (xy 73.815332 104.992206) (xy 73.742206 105.065332) (xy 73.684751 105.151319) + (xy 73.645176 105.246863) (xy 73.625 105.348292) (xy 50.275 105.348292) (xy 50.275 103.948292) (xy 59.175 103.948292) + (xy 59.175 104.051708) (xy 59.195176 104.153137) (xy 59.234751 104.248681) (xy 59.292206 104.334668) + (xy 59.365332 104.407794) (xy 59.451319 104.465249) (xy 59.546863 104.504824) (xy 59.648292 104.525) + (xy 59.751708 104.525) (xy 59.853137 104.504824) (xy 59.948681 104.465249) (xy 60.034668 104.407794) + (xy 60.107794 104.334668) (xy 60.165249 104.248681) (xy 60.204824 104.153137) (xy 60.225 104.051708) + (xy 60.225 103.948292) (xy 60.204824 103.846863) (xy 60.165249 103.751319) (xy 60.107794 103.665332) + (xy 60.034668 103.592206) (xy 59.948681 103.534751) (xy 59.853137 103.495176) (xy 59.751708 103.475) + (xy 59.648292 103.475) (xy 59.546863 103.495176) (xy 59.451319 103.534751) (xy 59.365332 103.592206) + (xy 59.292206 103.665332) (xy 59.234751 103.751319) (xy 59.195176 103.846863) (xy 59.175 103.948292) + (xy 50.275 103.948292) (xy 50.275 101.948292) (xy 59.175 101.948292) (xy 59.175 102.051708) (xy 59.195176 102.153137) + (xy 59.234751 102.248681) (xy 59.292206 102.334668) (xy 59.365332 102.407794) (xy 59.451319 102.465249) + (xy 59.546863 102.504824) (xy 59.648292 102.525) (xy 59.751708 102.525) (xy 59.853137 102.504824) + (xy 59.948681 102.465249) (xy 60.034668 102.407794) (xy 60.107794 102.334668) (xy 60.165249 102.248681) + (xy 60.204824 102.153137) (xy 60.225 102.051708) (xy 60.225 101.948292) (xy 60.204824 101.846863) + (xy 60.165249 101.751319) (xy 60.107794 101.665332) (xy 60.034668 101.592206) (xy 59.948681 101.534751) + (xy 59.853137 101.495176) (xy 59.751708 101.475) (xy 59.648292 101.475) (xy 59.546863 101.495176) + (xy 59.451319 101.534751) (xy 59.365332 101.592206) (xy 59.292206 101.665332) (xy 59.234751 101.751319) + (xy 59.195176 101.846863) (xy 59.175 101.948292) (xy 50.275 101.948292) (xy 50.275 101.448292) (xy 66.475 101.448292) + (xy 66.475 101.551708) (xy 66.495176 101.653137) (xy 66.534751 101.748681) (xy 66.592206 101.834668) + (xy 66.665332 101.907794) (xy 66.751319 101.965249) (xy 66.846863 102.004824) (xy 66.948292 102.025) + (xy 67.051708 102.025) (xy 67.153137 102.004824) (xy 67.248681 101.965249) (xy 67.334668 101.907794) + (xy 67.407794 101.834668) (xy 67.449999 101.771504) (xy 67.492204 101.834668) (xy 67.56533 101.907794) + (xy 67.651317 101.965249) (xy 67.746861 102.004824) (xy 67.84829 102.025) (xy 67.951706 102.025) + (xy 68.053135 102.004824) (xy 68.148679 101.965249) (xy 68.234666 101.907794) (xy 68.307792 101.834668) + (xy 68.324999 101.808916) (xy 68.342206 101.834668) (xy 68.415332 101.907794) (xy 68.501319 101.965249) + (xy 68.596863 102.004824) (xy 68.698292 102.025) (xy 68.801708 102.025) (xy 68.903137 102.004824) + (xy 68.998681 101.965249) (xy 69.084668 101.907794) (xy 69.157794 101.834668) (xy 69.175 101.808918) + (xy 69.192205 101.834668) (xy 69.265331 101.907794) (xy 69.351318 101.965249) (xy 69.446862 102.004824) + (xy 69.548291 102.025) (xy 69.651707 102.025) (xy 69.753136 102.004824) (xy 69.84868 101.965249) + (xy 69.934667 101.907794) (xy 70.007793 101.834668) (xy 70.065248 101.748681) (xy 70.104823 101.653137) + (xy 70.124999 101.551708) (xy 70.124999 101.448292) (xy 70.105108 101.348292) (xy 76.775 101.348292) + (xy 76.775 101.451708) (xy 76.795176 101.553137) (xy 76.834751 101.648681) (xy 76.892206 101.734668) + (xy 76.965332 101.807794) (xy 77.051319 101.865249) (xy 77.146863 101.904824) (xy 77.248292 101.925) + (xy 77.351708 101.925) (xy 77.453137 101.904824) (xy 77.548681 101.865249) (xy 77.634668 101.807794) + (xy 77.707794 101.734668) (xy 77.765249 101.648681) (xy 77.804824 101.553137) (xy 77.825 101.451708) + (xy 77.825 101.348292) (xy 77.805109 101.248292) (xy 79.175 101.248292) (xy 79.175 101.351708) (xy 79.195176 101.453137) + (xy 79.234751 101.548681) (xy 79.292206 101.634668) (xy 79.365332 101.707794) (xy 79.451319 101.765249) + (xy 79.546863 101.804824) (xy 79.648292 101.825) (xy 79.751708 101.825) (xy 79.853137 101.804824) + (xy 79.948681 101.765249) (xy 80.034668 101.707794) (xy 80.107794 101.634668) (xy 80.165249 101.548681) + (xy 80.204824 101.453137) (xy 80.225 101.351708) (xy 80.225 101.248292) (xy 80.215017 101.198104) + (xy 84.274998 101.198104) (xy 84.274998 101.30152) (xy 84.295174 101.402949) (xy 84.334749 101.498493) + (xy 84.392204 101.58448) (xy 84.46533 101.657606) (xy 84.551317 101.715061) (xy 84.646861 101.754636) + (xy 84.74829 101.774812) (xy 84.851706 101.774812) (xy 84.953135 101.754636) (xy 85.048679 101.715061) + (xy 85.134666 101.657606) (xy 85.207792 101.58448) (xy 85.265247 101.498493) (xy 85.304822 101.402949) + (xy 85.324998 101.30152) (xy 85.324998 101.198104) (xy 85.304822 101.096675) (xy 85.265247 101.001131) + (xy 85.207792 100.915144) (xy 85.14094 100.848292) (xy 86.974986 100.848292) (xy 86.974986 100.951708) + (xy 86.995162 101.053137) (xy 87.034737 101.148681) (xy 87.092192 101.234668) (xy 87.165318 101.307794) + (xy 87.251305 101.365249) (xy 87.346849 101.404824) (xy 87.448278 101.425) (xy 87.551694 101.425) + (xy 87.653123 101.404824) (xy 87.748667 101.365249) (xy 87.834654 101.307794) (xy 87.90778 101.234668) + (xy 87.965235 101.148681) (xy 88.00481 101.053137) (xy 88.024986 100.951708) (xy 88.024986 100.948292) + (xy 118.075012 100.948292) (xy 118.075012 101.051708) (xy 118.095188 101.153137) (xy 118.134763 101.248681) + (xy 118.192218 101.334668) (xy 118.265344 101.407794) (xy 118.351331 101.465249) (xy 118.446875 101.504824) + (xy 118.548304 101.525) (xy 118.65172 101.525) (xy 118.753149 101.504824) (xy 118.848693 101.465249) + (xy 118.93468 101.407794) (xy 119.007806 101.334668) (xy 119.065261 101.248681) (xy 119.104836 101.153137) + (xy 119.125012 101.051708) (xy 119.125012 100.948292) (xy 119.104836 100.846863) (xy 119.065261 100.751319) + (xy 119.007806 100.665332) (xy 118.93468 100.592206) (xy 118.848693 100.534751) (xy 118.753149 100.495176) + (xy 118.65172 100.475) (xy 118.548304 100.475) (xy 118.446875 100.495176) (xy 118.351331 100.534751) + (xy 118.265344 100.592206) (xy 118.192218 100.665332) (xy 118.134763 100.751319) (xy 118.095188 100.846863) + (xy 118.075012 100.948292) (xy 88.024986 100.948292) (xy 88.024986 100.848292) (xy 88.00481 100.746863) + (xy 87.965235 100.651319) (xy 87.90778 100.565332) (xy 87.834654 100.492206) (xy 87.748667 100.434751) + (xy 87.653123 100.395176) (xy 87.551694 100.375) (xy 87.448278 100.375) (xy 87.346849 100.395176) + (xy 87.251305 100.434751) (xy 87.165318 100.492206) (xy 87.092192 100.565332) (xy 87.034737 100.651319) + (xy 86.995162 100.746863) (xy 86.974986 100.848292) (xy 85.14094 100.848292) (xy 85.134666 100.842018) + (xy 85.048679 100.784563) (xy 84.953135 100.744988) (xy 84.851706 100.724812) (xy 84.74829 100.724812) + (xy 84.646861 100.744988) (xy 84.551317 100.784563) (xy 84.46533 100.842018) (xy 84.392204 100.915144) + (xy 84.334749 101.001131) (xy 84.295174 101.096675) (xy 84.274998 101.198104) (xy 80.215017 101.198104) + (xy 80.204824 101.146863) (xy 80.165249 101.051319) (xy 80.107794 100.965332) (xy 80.034668 100.892206) + (xy 79.948681 100.834751) (xy 79.853137 100.795176) (xy 79.751708 100.775) (xy 79.648292 100.775) + (xy 79.546863 100.795176) (xy 79.451319 100.834751) (xy 79.365332 100.892206) (xy 79.292206 100.965332) + (xy 79.234751 101.051319) (xy 79.195176 101.146863) (xy 79.175 101.248292) (xy 77.805109 101.248292) + (xy 77.804824 101.246863) (xy 77.765249 101.151319) (xy 77.707794 101.065332) (xy 77.634668 100.992206) + (xy 77.548681 100.934751) (xy 77.453137 100.895176) (xy 77.351708 100.875) (xy 77.248292 100.875) + (xy 77.146863 100.895176) (xy 77.051319 100.934751) (xy 76.965332 100.992206) (xy 76.892206 101.065332) + (xy 76.834751 101.151319) (xy 76.795176 101.246863) (xy 76.775 101.348292) (xy 70.105108 101.348292) + (xy 70.104823 101.346863) (xy 70.065248 101.251319) (xy 70.007793 101.165332) (xy 69.934667 101.092206) + (xy 69.84868 101.034751) (xy 69.753136 100.995176) (xy 69.651707 100.975) (xy 69.548291 100.975) + (xy 69.446862 100.995176) (xy 69.351318 101.034751) (xy 69.265331 101.092206) (xy 69.192205 101.165332) + (xy 69.174999 101.191082) (xy 69.157794 101.165332) (xy 69.084668 101.092206) (xy 68.998681 101.034751) + (xy 68.903137 100.995176) (xy 68.801708 100.975) (xy 68.698292 100.975) (xy 68.596863 100.995176) + (xy 68.501319 101.034751) (xy 68.415332 101.092206) (xy 68.342206 101.165332) (xy 68.324999 101.191084) + (xy 68.307792 101.165332) (xy 68.234666 101.092206) (xy 68.148679 101.034751) (xy 68.053135 100.995176) + (xy 67.951706 100.975) (xy 67.84829 100.975) (xy 67.746861 100.995176) (xy 67.651317 101.034751) + (xy 67.56533 101.092206) (xy 67.492204 101.165332) (xy 67.449999 101.228496) (xy 67.407794 101.165332) + (xy 67.334668 101.092206) (xy 67.248681 101.034751) (xy 67.153137 100.995176) (xy 67.051708 100.975) + (xy 66.948292 100.975) (xy 66.846863 100.995176) (xy 66.751319 101.034751) (xy 66.665332 101.092206) + (xy 66.592206 101.165332) (xy 66.534751 101.251319) (xy 66.495176 101.346863) (xy 66.475 101.448292) + (xy 50.275 101.448292) (xy 50.275 100.486907) (xy 50.284486 100.490836) (xy 50.341222 100.506038) + (xy 50.470632 100.523075) (xy 50.5 100.525) (xy 51.126528 100.525) (xy 51.157875 100.534509) (xy 51.264393 100.545) + (xy 51.935607 100.545) (xy 52.042125 100.534509) (xy 52.073472 100.525) (xy 55.056528 100.525) (xy 55.087875 100.534509) + (xy 55.194393 100.545) (xy 56.365607 100.545) (xy 56.472125 100.534509) (xy 56.608788 100.493053) + (xy 56.69257 100.44827) (xy 65.375 100.44827) (xy 65.375 100.551686) (xy 65.395176 100.653115) (xy 65.434751 100.748659) + (xy 65.492206 100.834646) (xy 65.565332 100.907772) (xy 65.651319 100.965227) (xy 65.746863 101.004802) + (xy 65.848292 101.024978) (xy 65.951708 101.024978) (xy 66.053137 101.004802) (xy 66.148681 100.965227) + (xy 66.234668 100.907772) (xy 66.307794 100.834646) (xy 66.365249 100.748659) (xy 66.404824 100.653115) + (xy 66.425 100.551686) (xy 66.425 100.44827) (xy 66.415059 100.398292) (xy 67.075 100.398292) (xy 67.075 100.501708) + (xy 67.095176 100.603137) (xy 67.134751 100.698681) (xy 67.192206 100.784668) (xy 67.265332 100.857794) + (xy 67.351319 100.915249) (xy 67.446863 100.954824) (xy 67.548292 100.975) (xy 67.651708 100.975) + (xy 67.753137 100.954824) (xy 67.848681 100.915249) (xy 67.934668 100.857794) (xy 68.007794 100.784668) + (xy 68.065249 100.698681) (xy 68.104824 100.603137) (xy 68.125 100.501708) (xy 68.125 100.398292) + (xy 72.075 100.398292) (xy 72.075 100.501708) (xy 72.095176 100.603137) (xy 72.134751 100.698681) + (xy 72.192206 100.784668) (xy 72.265332 100.857794) (xy 72.351319 100.915249) (xy 72.446863 100.954824) + (xy 72.548292 100.975) (xy 72.651708 100.975) (xy 72.753137 100.954824) (xy 72.848681 100.915249) + (xy 72.934668 100.857794) (xy 73.007794 100.784668) (xy 73.065249 100.698681) (xy 73.104824 100.603137) + (xy 73.125 100.501708) (xy 73.125 100.398292) (xy 73.104824 100.296863) (xy 73.065249 100.201319) + (xy 73.007794 100.115332) (xy 72.934668 100.042206) (xy 72.848681 99.984751) (xy 72.76066 99.948292) + (xy 78.67501 99.948292) (xy 78.67501 100.051708) (xy 78.695186 100.153137) (xy 78.734761 100.248681) + (xy 78.792216 100.334668) (xy 78.865342 100.407794) (xy 78.951329 100.465249) (xy 79.046873 100.504824) + (xy 79.148302 100.525) (xy 79.251718 100.525) (xy 79.353147 100.504824) (xy 79.448691 100.465249) + (xy 79.534678 100.407794) (xy 79.607804 100.334668) (xy 79.665259 100.248681) (xy 79.704834 100.153137) + (xy 79.72501 100.051708) (xy 79.72501 99.948292) (xy 79.704834 99.846863) (xy 79.665259 99.751319) + (xy 79.607804 99.665332) (xy 79.534678 99.592206) (xy 79.448691 99.534751) (xy 79.353147 99.495176) + (xy 79.251718 99.475) (xy 79.148302 99.475) (xy 79.046873 99.495176) (xy 78.951329 99.534751) (xy 78.865342 99.592206) + (xy 78.792216 99.665332) (xy 78.734761 99.751319) (xy 78.695186 99.846863) (xy 78.67501 99.948292) + (xy 72.76066 99.948292) (xy 72.753137 99.945176) (xy 72.651708 99.925) (xy 72.548292 99.925) (xy 72.446863 99.945176) + (xy 72.351319 99.984751) (xy 72.265332 100.042206) (xy 72.192206 100.115332) (xy 72.134751 100.201319) + (xy 72.095176 100.296863) (xy 72.075 100.398292) (xy 68.125 100.398292) (xy 68.104824 100.296863) + (xy 68.065249 100.201319) (xy 68.007794 100.115332) (xy 67.934668 100.042206) (xy 67.848681 99.984751) + (xy 67.753137 99.945176) (xy 67.651708 99.925) (xy 67.548292 99.925) (xy 67.446863 99.945176) (xy 67.351319 99.984751) + (xy 67.265332 100.042206) (xy 67.192206 100.115332) (xy 67.134751 100.201319) (xy 67.095176 100.296863) + (xy 67.075 100.398292) (xy 66.415059 100.398292) (xy 66.404824 100.346841) (xy 66.365249 100.251297) + (xy 66.307794 100.16531) (xy 66.234668 100.092184) (xy 66.148681 100.034729) (xy 66.053137 99.995154) + (xy 65.951708 99.974978) (xy 65.848292 99.974978) (xy 65.746863 99.995154) (xy 65.651319 100.034729) + (xy 65.565332 100.092184) (xy 65.492206 100.16531) (xy 65.434751 100.251297) (xy 65.395176 100.346841) + (xy 65.375 100.44827) (xy 56.69257 100.44827) (xy 56.734737 100.425731) (xy 56.845132 100.335132) + (xy 56.935731 100.224737) (xy 57.003053 100.098788) (xy 57.044509 99.962125) (xy 57.058507 99.82) + (xy 57.044509 99.677875) (xy 57.025 99.613562) (xy 57.025 99.248292) (xy 75.475 99.248292) (xy 75.475 99.351708) + (xy 75.495176 99.453137) (xy 75.534751 99.548681) (xy 75.592206 99.634668) (xy 75.665332 99.707794) + (xy 75.751319 99.765249) (xy 75.846863 99.804824) (xy 75.948292 99.825) (xy 76.051708 99.825) (xy 76.153137 99.804824) + (xy 76.248681 99.765249) (xy 76.334668 99.707794) (xy 76.407794 99.634668) (xy 76.465249 99.548681) + (xy 76.504824 99.453137) (xy 76.525 99.351708) (xy 76.525 99.248292) (xy 76.519216 99.219216) (xy 76.548292 99.225) + (xy 76.651708 99.225) (xy 76.753137 99.204824) (xy 76.848681 99.165249) (xy 76.934668 99.107794) + (xy 76.984321 99.058141) (xy 86.075 99.058141) (xy 86.075 99.141859) (xy 86.091333 99.223968) (xy 86.12337 99.301313) + (xy 86.169881 99.370921) (xy 86.229079 99.430119) (xy 86.298687 99.47663) (xy 86.376032 99.508667) + (xy 86.458141 99.525) (xy 86.541859 99.525) (xy 86.623968 99.508667) (xy 86.701313 99.47663) (xy 86.770921 99.430119) + (xy 86.830119 99.370921) (xy 86.87663 99.301313) (xy 86.908667 99.223968) (xy 86.925 99.141859) + (xy 86.925 99.058141) (xy 86.908667 98.976032) (xy 86.87663 98.898687) (xy 86.842957 98.848292) + (xy 90.275 98.848292) (xy 90.275 98.951708) (xy 90.295176 99.053137) (xy 90.334751 99.148681) (xy 90.392206 99.234668) + (xy 90.465332 99.307794) (xy 90.551319 99.365249) (xy 90.646863 99.404824) (xy 90.748292 99.425) + (xy 90.851708 99.425) (xy 90.953137 99.404824) (xy 91.048681 99.365249) (xy 91.134668 99.307794) + (xy 91.207794 99.234668) (xy 91.265249 99.148681) (xy 91.304824 99.053137) (xy 91.325 98.951708) + (xy 91.325 98.848292) (xy 91.304824 98.746863) (xy 91.265249 98.651319) (xy 91.207794 98.565332) + (xy 91.134668 98.492206) (xy 91.068947 98.448292) (xy 92.125 98.448292) (xy 92.125 98.551708) (xy 92.145176 98.653137) + (xy 92.184751 98.748681) (xy 92.242206 98.834668) (xy 92.315332 98.907794) (xy 92.401319 98.965249) + (xy 92.496863 99.004824) (xy 92.598292 99.025) (xy 92.701708 99.025) (xy 92.803137 99.004824) (xy 92.818906 98.998292) + (xy 95.575 98.998292) (xy 95.575 99.101708) (xy 95.595176 99.203137) (xy 95.634751 99.298681) (xy 95.692206 99.384668) + (xy 95.765332 99.457794) (xy 95.851319 99.515249) (xy 95.946863 99.554824) (xy 96.048292 99.575) + (xy 96.151708 99.575) (xy 96.253137 99.554824) (xy 96.348681 99.515249) (xy 96.434668 99.457794) + (xy 96.507794 99.384668) (xy 96.565249 99.298681) (xy 96.604824 99.203137) (xy 96.625 99.101708) + (xy 96.625 98.998292) (xy 97.325 98.998292) (xy 97.325 99.101708) (xy 97.345176 99.203137) (xy 97.384751 99.298681) + (xy 97.442206 99.384668) (xy 97.482538 99.425) (xy 97.442206 99.465332) (xy 97.384751 99.551319) + (xy 97.345176 99.646863) (xy 97.325 99.748292) (xy 97.325 99.851708) (xy 97.345176 99.953137) (xy 97.384751 100.048681) + (xy 97.442206 100.134668) (xy 97.515332 100.207794) (xy 97.601319 100.265249) (xy 97.696863 100.304824) + (xy 97.798292 100.325) (xy 97.901708 100.325) (xy 98.003137 100.304824) (xy 98.098681 100.265249) + (xy 98.184668 100.207794) (xy 98.257794 100.134668) (xy 98.315249 100.048681) (xy 98.354824 99.953137) + (xy 98.375 99.851708) (xy 98.375 99.748292) (xy 98.354824 99.646863) (xy 98.315249 99.551319) (xy 98.257794 99.465332) + (xy 98.217462 99.425) (xy 98.257794 99.384668) (xy 98.315249 99.298681) (xy 98.354824 99.203137) + (xy 98.375 99.101708) (xy 98.375 98.998292) (xy 99.575 98.998292) (xy 99.575 99.101708) (xy 99.595176 99.203137) + (xy 99.634751 99.298681) (xy 99.692206 99.384668) (xy 99.765332 99.457794) (xy 99.851319 99.515249) + (xy 99.946863 99.554824) (xy 100.048292 99.575) (xy 100.151708 99.575) (xy 100.253137 99.554824) + (xy 100.348681 99.515249) (xy 100.434668 99.457794) (xy 100.507794 99.384668) (xy 100.565249 99.298681) + (xy 100.604824 99.203137) (xy 100.625 99.101708) (xy 100.625 98.998292) (xy 101.325 98.998292) (xy 101.325 99.101708) + (xy 101.345176 99.203137) (xy 101.384751 99.298681) (xy 101.442206 99.384668) (xy 101.482538 99.425) + (xy 101.442206 99.465332) (xy 101.384751 99.551319) (xy 101.345176 99.646863) (xy 101.325 99.748292) + (xy 101.325 99.851708) (xy 101.345176 99.953137) (xy 101.384751 100.048681) (xy 101.442206 100.134668) + (xy 101.515332 100.207794) (xy 101.601319 100.265249) (xy 101.696863 100.304824) (xy 101.798292 100.325) + (xy 101.901708 100.325) (xy 102.003137 100.304824) (xy 102.098681 100.265249) (xy 102.184668 100.207794) + (xy 102.257794 100.134668) (xy 102.315249 100.048681) (xy 102.354824 99.953137) (xy 102.375 99.851708) + (xy 102.375 99.748292) (xy 102.355109 99.648292) (xy 107.675006 99.648292) (xy 107.675006 99.751708) + (xy 107.695182 99.853137) (xy 107.734757 99.948681) (xy 107.792212 100.034668) (xy 107.865338 100.107794) + (xy 107.951325 100.165249) (xy 108.046869 100.204824) (xy 108.148298 100.225) (xy 108.251714 100.225) + (xy 108.353143 100.204824) (xy 108.448687 100.165249) (xy 108.534674 100.107794) (xy 108.6078 100.034668) + (xy 108.665255 99.948681) (xy 108.70483 99.853137) (xy 108.725006 99.751708) (xy 108.725006 99.648292) + (xy 108.70483 99.546863) (xy 108.665255 99.451319) (xy 108.663233 99.448292) (xy 117.675 99.448292) + (xy 117.675 99.551708) (xy 117.695176 99.653137) (xy 117.734751 99.748681) (xy 117.792206 99.834668) + (xy 117.865332 99.907794) (xy 117.951319 99.965249) (xy 118.046863 100.004824) (xy 118.148292 100.025) + (xy 118.251708 100.025) (xy 118.353137 100.004824) (xy 118.448681 99.965249) (xy 118.534668 99.907794) + (xy 118.607794 99.834668) (xy 118.665249 99.748681) (xy 118.704824 99.653137) (xy 118.725 99.551708) + (xy 118.725 99.448292) (xy 118.704824 99.346863) (xy 118.665249 99.251319) (xy 118.607794 99.165332) + (xy 118.534668 99.092206) (xy 118.468947 99.048292) (xy 118.975 99.048292) (xy 118.975 99.151708) + (xy 118.995176 99.253137) (xy 119.034751 99.348681) (xy 119.092206 99.434668) (xy 119.165332 99.507794) + (xy 119.251319 99.565249) (xy 119.346863 99.604824) (xy 119.448292 99.625) (xy 119.551708 99.625) + (xy 119.653137 99.604824) (xy 119.748681 99.565249) (xy 119.75 99.564368) (xy 119.751319 99.565249) + (xy 119.846863 99.604824) (xy 119.948292 99.625) (xy 120.051708 99.625) (xy 120.153137 99.604824) + (xy 120.248681 99.565249) (xy 120.25 99.564368) (xy 120.251319 99.565249) (xy 120.346863 99.604824) + (xy 120.448292 99.625) (xy 120.551708 99.625) (xy 120.653137 99.604824) (xy 120.748681 99.565249) + (xy 120.75 99.564368) (xy 120.751319 99.565249) (xy 120.846863 99.604824) (xy 120.948292 99.625) + (xy 121.051708 99.625) (xy 121.153137 99.604824) (xy 121.248681 99.565249) (xy 121.334668 99.507794) + (xy 121.407794 99.434668) (xy 121.465249 99.348681) (xy 121.48612 99.298292) (xy 122.675 99.298292) + (xy 122.675 99.401708) (xy 122.695176 99.503137) (xy 122.734751 99.598681) (xy 122.769041 99.65) + (xy 122.734751 99.701319) (xy 122.695176 99.796863) (xy 122.675 99.898292) (xy 122.675 100.001708) + (xy 122.695176 100.103137) (xy 122.734751 100.198681) (xy 122.792206 100.284668) (xy 122.865332 100.357794) + (xy 122.951319 100.415249) (xy 123.046863 100.454824) (xy 123.148292 100.475) (xy 123.251708 100.475) + (xy 123.353137 100.454824) (xy 123.448681 100.415249) (xy 123.534668 100.357794) (xy 123.607794 100.284668) + (xy 123.665249 100.198681) (xy 123.704824 100.103137) (xy 123.725 100.001708) (xy 123.725 99.898292) + (xy 123.704824 99.796863) (xy 123.665249 99.701319) (xy 123.630959 99.65) (xy 123.665249 99.598681) + (xy 123.704824 99.503137) (xy 123.725 99.401708) (xy 123.725 99.298292) (xy 124.475 99.298292) (xy 124.475 99.401708) + (xy 124.495176 99.503137) (xy 124.534751 99.598681) (xy 124.592206 99.684668) (xy 124.665332 99.757794) + (xy 124.751319 99.815249) (xy 124.846863 99.854824) (xy 124.948292 99.875) (xy 125.051708 99.875) + (xy 125.153137 99.854824) (xy 125.248681 99.815249) (xy 125.334668 99.757794) (xy 125.34417 99.748292) + (xy 127.075 99.748292) (xy 127.075 99.851708) (xy 127.095176 99.953137) (xy 127.134751 100.048681) + (xy 127.192206 100.134668) (xy 127.265332 100.207794) (xy 127.351319 100.265249) (xy 127.435217 100.3) + (xy 127.351319 100.334751) (xy 127.265332 100.392206) (xy 127.192206 100.465332) (xy 127.134751 100.551319) + (xy 127.095176 100.646863) (xy 127.075 100.748292) (xy 127.075 100.851708) (xy 127.095176 100.953137) + (xy 127.134751 101.048681) (xy 127.192206 101.134668) (xy 127.265332 101.207794) (xy 127.351319 101.265249) + (xy 127.446863 101.304824) (xy 127.548292 101.325) (xy 127.651708 101.325) (xy 127.753137 101.304824) + (xy 127.848681 101.265249) (xy 127.934668 101.207794) (xy 128.007794 101.134668) (xy 128.065249 101.048681) + (xy 128.104824 100.953137) (xy 128.125 100.851708) (xy 128.125 100.748292) (xy 128.104824 100.646863) + (xy 128.065249 100.551319) (xy 128.007794 100.465332) (xy 127.934668 100.392206) (xy 127.848681 100.334751) + (xy 127.764783 100.3) (xy 127.848681 100.265249) (xy 127.934668 100.207794) (xy 128.007794 100.134668) + (xy 128.065249 100.048681) (xy 128.104824 99.953137) (xy 128.125 99.851708) (xy 128.125 99.748292) + (xy 128.104824 99.646863) (xy 128.065249 99.551319) (xy 128.007794 99.465332) (xy 127.934668 99.392206) + (xy 127.848681 99.334751) (xy 127.753137 99.295176) (xy 127.651708 99.275) (xy 127.548292 99.275) + (xy 127.446863 99.295176) (xy 127.351319 99.334751) (xy 127.265332 99.392206) (xy 127.192206 99.465332) + (xy 127.134751 99.551319) (xy 127.095176 99.646863) (xy 127.075 99.748292) (xy 125.34417 99.748292) + (xy 125.407794 99.684668) (xy 125.465249 99.598681) (xy 125.504824 99.503137) (xy 125.525 99.401708) + (xy 125.525 99.298292) (xy 125.504824 99.196863) (xy 125.465249 99.101319) (xy 125.407794 99.015332) + (xy 125.334668 98.942206) (xy 125.248681 98.884751) (xy 125.153137 98.845176) (xy 125.051708 98.825) + (xy 124.948292 98.825) (xy 124.846863 98.845176) (xy 124.751319 98.884751) (xy 124.665332 98.942206) + (xy 124.592206 99.015332) (xy 124.534751 99.101319) (xy 124.495176 99.196863) (xy 124.475 99.298292) + (xy 123.725 99.298292) (xy 123.704824 99.196863) (xy 123.665249 99.101319) (xy 123.607794 99.015332) + (xy 123.534668 98.942206) (xy 123.468931 98.898282) (xy 123.548681 98.865249) (xy 123.634668 98.807794) + (xy 123.707794 98.734668) (xy 123.765249 98.648681) (xy 123.804824 98.553137) (xy 123.825 98.451708) + (xy 123.825 98.348292) (xy 123.804824 98.246863) (xy 123.765249 98.151319) (xy 123.707794 98.065332) + (xy 123.634668 97.992206) (xy 123.548681 97.934751) (xy 123.453137 97.895176) (xy 123.351708 97.875) + (xy 123.248292 97.875) (xy 123.146863 97.895176) (xy 123.051319 97.934751) (xy 122.965332 97.992206) + (xy 122.892206 98.065332) (xy 122.834751 98.151319) (xy 122.795176 98.246863) (xy 122.775 98.348292) + (xy 122.775 98.451708) (xy 122.795176 98.553137) (xy 122.834751 98.648681) (xy 122.892206 98.734668) + (xy 122.965332 98.807794) (xy 123.031069 98.851718) (xy 122.951319 98.884751) (xy 122.865332 98.942206) + (xy 122.792206 99.015332) (xy 122.734751 99.101319) (xy 122.695176 99.196863) (xy 122.675 99.298292) + (xy 121.48612 99.298292) (xy 121.504824 99.253137) (xy 121.525 99.151708) (xy 121.525 99.048292) + (xy 121.504824 98.946863) (xy 121.465249 98.851319) (xy 121.407794 98.765332) (xy 121.334668 98.692206) + (xy 121.248681 98.634751) (xy 121.153137 98.595176) (xy 121.051708 98.575) (xy 120.948292 98.575) + (xy 120.846863 98.595176) (xy 120.751319 98.634751) (xy 120.75 98.635632) (xy 120.748681 98.634751) + (xy 120.653137 98.595176) (xy 120.551708 98.575) (xy 120.448292 98.575) (xy 120.346863 98.595176) + (xy 120.251319 98.634751) (xy 120.25 98.635632) (xy 120.248681 98.634751) (xy 120.153137 98.595176) + (xy 120.051708 98.575) (xy 119.948292 98.575) (xy 119.846863 98.595176) (xy 119.751319 98.634751) + (xy 119.75 98.635632) (xy 119.748681 98.634751) (xy 119.653137 98.595176) (xy 119.551708 98.575) + (xy 119.448292 98.575) (xy 119.346863 98.595176) (xy 119.251319 98.634751) (xy 119.165332 98.692206) + (xy 119.092206 98.765332) (xy 119.034751 98.851319) (xy 118.995176 98.946863) (xy 118.975 99.048292) + (xy 118.468947 99.048292) (xy 118.448681 99.034751) (xy 118.353137 98.995176) (xy 118.251708 98.975) + (xy 118.148292 98.975) (xy 118.046863 98.995176) (xy 117.951319 99.034751) (xy 117.865332 99.092206) + (xy 117.792206 99.165332) (xy 117.734751 99.251319) (xy 117.695176 99.346863) (xy 117.675 99.448292) + (xy 108.663233 99.448292) (xy 108.636411 99.408151) (xy 108.653137 99.404824) (xy 108.748681 99.365249) + (xy 108.834668 99.307794) (xy 108.907794 99.234668) (xy 108.965249 99.148681) (xy 109.004824 99.053137) + (xy 109.025 98.951708) (xy 109.025 98.848292) (xy 109.004824 98.746863) (xy 108.965249 98.651319) + (xy 108.907794 98.565332) (xy 108.834668 98.492206) (xy 108.748681 98.434751) (xy 108.653137 98.395176) + (xy 108.551708 98.375) (xy 108.448292 98.375) (xy 108.346863 98.395176) (xy 108.251319 98.434751) + (xy 108.165332 98.492206) (xy 108.092206 98.565332) (xy 108.034751 98.651319) (xy 107.995176 98.746863) + (xy 107.975 98.848292) (xy 107.975 98.951708) (xy 107.995176 99.053137) (xy 108.034751 99.148681) + (xy 108.063595 99.191849) (xy 108.046869 99.195176) (xy 107.951325 99.234751) (xy 107.865338 99.292206) + (xy 107.792212 99.365332) (xy 107.734757 99.451319) (xy 107.695182 99.546863) (xy 107.675006 99.648292) + (xy 102.355109 99.648292) (xy 102.354824 99.646863) (xy 102.315249 99.551319) (xy 102.257794 99.465332) + (xy 102.217462 99.425) (xy 102.257794 99.384668) (xy 102.315249 99.298681) (xy 102.354824 99.203137) + (xy 102.375 99.101708) (xy 102.375 98.998292) (xy 102.354824 98.896863) (xy 102.351982 98.89) (xy 103.842218 98.89) + (xy 103.85332 99.00272) (xy 103.886199 99.111108) (xy 103.939592 99.210998) (xy 104.011446 99.298554) + (xy 104.099002 99.370408) (xy 104.198892 99.423801) (xy 104.30728 99.45668) (xy 104.42 99.467782) + (xy 104.95125 99.465) (xy 105.095 99.32125) (xy 105.095 98.215) (xy 105.445 98.215) (xy 105.445 99.32125) + (xy 105.58875 99.465) (xy 106.12 99.467782) (xy 106.23272 99.45668) (xy 106.341108 99.423801) (xy 106.440998 99.370408) + (xy 106.528554 99.298554) (xy 106.600408 99.210998) (xy 106.653801 99.111108) (xy 106.68668 99.00272) + (xy 106.697782 98.89) (xy 106.695 98.35875) (xy 106.55125 98.215) (xy 105.445 98.215) (xy 105.095 98.215) + (xy 103.98875 98.215) (xy 103.845 98.35875) (xy 103.842218 98.89) (xy 102.351982 98.89) (xy 102.315249 98.801319) + (xy 102.257794 98.715332) (xy 102.184668 98.642206) (xy 102.098681 98.584751) (xy 102.003137 98.545176) + (xy 101.901708 98.525) (xy 101.798292 98.525) (xy 101.696863 98.545176) (xy 101.601319 98.584751) + (xy 101.515332 98.642206) (xy 101.442206 98.715332) (xy 101.384751 98.801319) (xy 101.345176 98.896863) + (xy 101.325 98.998292) (xy 100.625 98.998292) (xy 100.604824 98.896863) (xy 100.565249 98.801319) + (xy 100.507794 98.715332) (xy 100.434668 98.642206) (xy 100.348681 98.584751) (xy 100.253137 98.545176) + (xy 100.151708 98.525) (xy 100.048292 98.525) (xy 99.946863 98.545176) (xy 99.851319 98.584751) + (xy 99.765332 98.642206) (xy 99.692206 98.715332) (xy 99.634751 98.801319) (xy 99.595176 98.896863) + (xy 99.575 98.998292) (xy 98.375 98.998292) (xy 98.354824 98.896863) (xy 98.315249 98.801319) (xy 98.257794 98.715332) + (xy 98.184668 98.642206) (xy 98.098681 98.584751) (xy 98.003137 98.545176) (xy 97.901708 98.525) + (xy 97.798292 98.525) (xy 97.696863 98.545176) (xy 97.601319 98.584751) (xy 97.515332 98.642206) + (xy 97.442206 98.715332) (xy 97.384751 98.801319) (xy 97.345176 98.896863) (xy 97.325 98.998292) + (xy 96.625 98.998292) (xy 96.604824 98.896863) (xy 96.565249 98.801319) (xy 96.507794 98.715332) + (xy 96.434668 98.642206) (xy 96.348681 98.584751) (xy 96.253137 98.545176) (xy 96.151708 98.525) + (xy 96.048292 98.525) (xy 95.946863 98.545176) (xy 95.851319 98.584751) (xy 95.765332 98.642206) + (xy 95.692206 98.715332) (xy 95.634751 98.801319) (xy 95.595176 98.896863) (xy 95.575 98.998292) + (xy 92.818906 98.998292) (xy 92.898681 98.965249) (xy 92.984668 98.907794) (xy 93.057794 98.834668) + (xy 93.115249 98.748681) (xy 93.154824 98.653137) (xy 93.175 98.551708) (xy 93.175 98.448292) (xy 93.154824 98.346863) + (xy 93.115249 98.251319) (xy 93.057794 98.165332) (xy 92.984668 98.092206) (xy 92.898681 98.034751) + (xy 92.803137 97.995176) (xy 92.701708 97.975) (xy 92.598292 97.975) (xy 92.496863 97.995176) (xy 92.401319 98.034751) + (xy 92.315332 98.092206) (xy 92.242206 98.165332) (xy 92.184751 98.251319) (xy 92.145176 98.346863) + (xy 92.125 98.448292) (xy 91.068947 98.448292) (xy 91.048681 98.434751) (xy 90.953137 98.395176) + (xy 90.851708 98.375) (xy 90.748292 98.375) (xy 90.646863 98.395176) (xy 90.551319 98.434751) (xy 90.465332 98.492206) + (xy 90.392206 98.565332) (xy 90.334751 98.651319) (xy 90.295176 98.746863) (xy 90.275 98.848292) + (xy 86.842957 98.848292) (xy 86.830119 98.829079) (xy 86.770921 98.769881) (xy 86.701313 98.72337) + (xy 86.623968 98.691333) (xy 86.541859 98.675) (xy 86.458141 98.675) (xy 86.376032 98.691333) (xy 86.298687 98.72337) + (xy 86.229079 98.769881) (xy 86.169881 98.829079) (xy 86.12337 98.898687) (xy 86.091333 98.976032) + (xy 86.075 99.058141) (xy 76.984321 99.058141) (xy 77.007794 99.034668) (xy 77.065249 98.948681) + (xy 77.104824 98.853137) (xy 77.125 98.751708) (xy 77.125 98.648292) (xy 77.104824 98.546863) (xy 77.065249 98.451319) + (xy 77.007794 98.365332) (xy 76.934668 98.292206) (xy 76.848681 98.234751) (xy 76.753137 98.195176) + (xy 76.651708 98.175) (xy 76.548292 98.175) (xy 76.446863 98.195176) (xy 76.351319 98.234751) (xy 76.265332 98.292206) + (xy 76.192206 98.365332) (xy 76.134751 98.451319) (xy 76.095176 98.546863) (xy 76.075 98.648292) + (xy 76.075 98.751708) (xy 76.080784 98.780784) (xy 76.051708 98.775) (xy 75.948292 98.775) (xy 75.846863 98.795176) + (xy 75.751319 98.834751) (xy 75.665332 98.892206) (xy 75.592206 98.965332) (xy 75.534751 99.051319) + (xy 75.495176 99.146863) (xy 75.475 99.248292) (xy 57.025 99.248292) (xy 57.025 97.198292) (xy 64.375 97.198292) + (xy 64.375 97.301708) (xy 64.395176 97.403137) (xy 64.434751 97.498681) (xy 64.492206 97.584668) + (xy 64.565332 97.657794) (xy 64.651319 97.715249) (xy 64.746863 97.754824) (xy 64.848292 97.775) + (xy 64.951708 97.775) (xy 65.053137 97.754824) (xy 65.148681 97.715249) (xy 65.234668 97.657794) + (xy 65.307794 97.584668) (xy 65.365249 97.498681) (xy 65.404824 97.403137) (xy 65.425 97.301708) + (xy 65.425 97.248292) (xy 74.275 97.248292) (xy 74.275 97.351708) (xy 74.295176 97.453137) (xy 74.334751 97.548681) + (xy 74.392206 97.634668) (xy 74.465332 97.707794) (xy 74.551319 97.765249) (xy 74.646863 97.804824) + (xy 74.748292 97.825) (xy 74.851708 97.825) (xy 74.953137 97.804824) (xy 75.048681 97.765249) (xy 75.134668 97.707794) + (xy 75.207794 97.634668) (xy 75.265249 97.548681) (xy 75.304824 97.453137) (xy 75.325 97.351708) + (xy 75.325 97.248292) (xy 75.304824 97.146863) (xy 75.265249 97.051319) (xy 75.207794 96.965332) + (xy 75.134668 96.892206) (xy 75.048681 96.834751) (xy 74.953137 96.795176) (xy 74.851708 96.775) + (xy 74.748292 96.775) (xy 74.646863 96.795176) (xy 74.551319 96.834751) (xy 74.465332 96.892206) + (xy 74.392206 96.965332) (xy 74.334751 97.051319) (xy 74.295176 97.146863) (xy 74.275 97.248292) + (xy 65.425 97.248292) (xy 65.425 97.198292) (xy 65.404824 97.096863) (xy 65.365249 97.001319) (xy 65.307794 96.915332) + (xy 65.234668 96.842206) (xy 65.148681 96.784751) (xy 65.053137 96.745176) (xy 64.951708 96.725) + (xy 64.848292 96.725) (xy 64.746863 96.745176) (xy 64.651319 96.784751) (xy 64.565332 96.842206) + (xy 64.492206 96.915332) (xy 64.434751 97.001319) (xy 64.395176 97.096863) (xy 64.375 97.198292) + (xy 57.025 97.198292) (xy 57.025 95.743192) (xy 57.375 95.743192) (xy 57.375 95.846608) (xy 57.395176 95.948037) + (xy 57.434751 96.043581) (xy 57.492206 96.129568) (xy 57.565332 96.202694) (xy 57.651319 96.260149) + (xy 57.746863 96.299724) (xy 57.848292 96.3199) (xy 57.951708 96.3199) (xy 58.053137 96.299724) + (xy 58.148681 96.260149) (xy 58.234668 96.202694) (xy 58.303886 96.133476) (xy 74.377957 96.133476) + (xy 74.377957 96.236892) (xy 74.398133 96.338321) (xy 74.437708 96.433865) (xy 74.495163 96.519852) + (xy 74.568289 96.592978) (xy 74.654276 96.650433) (xy 74.74982 96.690008) (xy 74.851249 96.710184) + (xy 74.954665 96.710184) (xy 75.056094 96.690008) (xy 75.151638 96.650433) (xy 75.237625 96.592978) + (xy 75.310751 96.519852) (xy 75.368206 96.433865) (xy 75.407781 96.338321) (xy 75.427957 96.236892) + (xy 75.427957 96.185523) (xy 76.212231 96.185523) (xy 76.212231 96.288939) (xy 76.232407 96.390368) + (xy 76.271982 96.485912) (xy 76.329437 96.571899) (xy 76.401261 96.643723) (xy 76.395417 96.649567) + (xy 76.337962 96.735554) (xy 76.298387 96.831098) (xy 76.278211 96.932527) (xy 76.278211 97.035943) + (xy 76.298387 97.137372) (xy 76.337962 97.232916) (xy 76.395417 97.318903) (xy 76.468543 97.392029) + (xy 76.55453 97.449484) (xy 76.650074 97.489059) (xy 76.751503 97.509235) (xy 76.854919 97.509235) + (xy 76.956348 97.489059) (xy 77.030991 97.458141) (xy 80.475 97.458141) (xy 80.475 97.541859) (xy 80.491333 97.623968) + (xy 80.52337 97.701313) (xy 80.569881 97.770921) (xy 80.629079 97.830119) (xy 80.698687 97.87663) + (xy 80.755108 97.9) (xy 80.698687 97.92337) (xy 80.629079 97.969881) (xy 80.569881 98.029079) (xy 80.52337 98.098687) + (xy 80.491333 98.176032) (xy 80.475 98.258141) (xy 80.475 98.341859) (xy 80.491333 98.423968) (xy 80.52337 98.501313) + (xy 80.569881 98.570921) (xy 80.629079 98.630119) (xy 80.698687 98.67663) (xy 80.776032 98.708667) + (xy 80.858141 98.725) (xy 80.941859 98.725) (xy 81.023968 98.708667) (xy 81.101313 98.67663) (xy 81.170921 98.630119) + (xy 81.230119 98.570921) (xy 81.27663 98.501313) (xy 81.3 98.444892) (xy 81.32337 98.501313) (xy 81.369881 98.570921) + (xy 81.429079 98.630119) (xy 81.498687 98.67663) (xy 81.576032 98.708667) (xy 81.658141 98.725) + (xy 81.741859 98.725) (xy 81.823968 98.708667) (xy 81.901313 98.67663) (xy 81.970921 98.630119) + (xy 82.030119 98.570921) (xy 82.07663 98.501313) (xy 82.1 98.444892) (xy 82.12337 98.501313) (xy 82.169881 98.570921) + (xy 82.229079 98.630119) (xy 82.298687 98.67663) (xy 82.376032 98.708667) (xy 82.458141 98.725) + (xy 82.541859 98.725) (xy 82.623968 98.708667) (xy 82.701313 98.67663) (xy 82.770921 98.630119) + (xy 82.830119 98.570921) (xy 82.87663 98.501313) (xy 82.908667 98.423968) (xy 82.925 98.341859) + (xy 82.925 98.258141) (xy 82.908667 98.176032) (xy 82.87663 98.098687) (xy 82.830119 98.029079) + (xy 82.770921 97.969881) (xy 82.701313 97.92337) (xy 82.623968 97.891333) (xy 82.541859 97.875) + (xy 82.458141 97.875) (xy 82.376032 97.891333) (xy 82.298687 97.92337) (xy 82.229079 97.969881) + (xy 82.169881 98.029079) (xy 82.12337 98.098687) (xy 82.1 98.155108) (xy 82.07663 98.098687) (xy 82.030119 98.029079) + (xy 81.970921 97.969881) (xy 81.901313 97.92337) (xy 81.823968 97.891333) (xy 81.741859 97.875) + (xy 81.658141 97.875) (xy 81.576032 97.891333) (xy 81.498687 97.92337) (xy 81.429079 97.969881) + (xy 81.369881 98.029079) (xy 81.32337 98.098687) (xy 81.3 98.155108) (xy 81.27663 98.098687) (xy 81.230119 98.029079) + (xy 81.170921 97.969881) (xy 81.101313 97.92337) (xy 81.044892 97.9) (xy 81.101313 97.87663) (xy 81.170921 97.830119) + (xy 81.230119 97.770921) (xy 81.27663 97.701313) (xy 81.308667 97.623968) (xy 81.325 97.541859) + (xy 81.325 97.458141) (xy 82.875 97.458141) (xy 82.875 97.541859) (xy 82.891333 97.623968) (xy 82.92337 97.701313) + (xy 82.969881 97.770921) (xy 83.029079 97.830119) (xy 83.098687 97.87663) (xy 83.176032 97.908667) + (xy 83.258141 97.925) (xy 83.341859 97.925) (xy 83.423968 97.908667) (xy 83.501313 97.87663) (xy 83.570921 97.830119) + (xy 83.630119 97.770921) (xy 83.67663 97.701313) (xy 83.7 97.644892) (xy 83.72337 97.701313) (xy 83.769881 97.770921) + (xy 83.829079 97.830119) (xy 83.898687 97.87663) (xy 83.976032 97.908667) (xy 84.058141 97.925) + (xy 84.141859 97.925) (xy 84.223968 97.908667) (xy 84.301313 97.87663) (xy 84.370921 97.830119) + (xy 84.430119 97.770921) (xy 84.47663 97.701313) (xy 84.5 97.644892) (xy 84.52337 97.701313) (xy 84.569881 97.770921) + (xy 84.629079 97.830119) (xy 84.698687 97.87663) (xy 84.755108 97.9) (xy 84.698687 97.92337) (xy 84.629079 97.969881) + (xy 84.569881 98.029079) (xy 84.52337 98.098687) (xy 84.491333 98.176032) (xy 84.475 98.258141) + (xy 84.475 98.341859) (xy 84.491333 98.423968) (xy 84.52337 98.501313) (xy 84.569881 98.570921) + (xy 84.629079 98.630119) (xy 84.698687 98.67663) (xy 84.776032 98.708667) (xy 84.858141 98.725) + (xy 84.941859 98.725) (xy 85.023968 98.708667) (xy 85.101313 98.67663) (xy 85.170921 98.630119) + (xy 85.230119 98.570921) (xy 85.27663 98.501313) (xy 85.3 98.444892) (xy 85.32337 98.501313) (xy 85.369881 98.570921) + (xy 85.429079 98.630119) (xy 85.498687 98.67663) (xy 85.576032 98.708667) (xy 85.658141 98.725) + (xy 85.741859 98.725) (xy 85.823968 98.708667) (xy 85.901313 98.67663) (xy 85.970921 98.630119) + (xy 86.030119 98.570921) (xy 86.07663 98.501313) (xy 86.108667 98.423968) (xy 86.125 98.341859) + (xy 86.125 98.258141) (xy 86.108667 98.176032) (xy 86.07663 98.098687) (xy 86.030119 98.029079) + (xy 85.970921 97.969881) (xy 85.901313 97.92337) (xy 85.823968 97.891333) (xy 85.741859 97.875) + (xy 85.658141 97.875) (xy 85.576032 97.891333) (xy 85.498687 97.92337) (xy 85.429079 97.969881) + (xy 85.369881 98.029079) (xy 85.32337 98.098687) (xy 85.3 98.155108) (xy 85.27663 98.098687) (xy 85.230119 98.029079) + (xy 85.170921 97.969881) (xy 85.101313 97.92337) (xy 85.044892 97.9) (xy 85.101313 97.87663) (xy 85.170921 97.830119) + (xy 85.230119 97.770921) (xy 85.27663 97.701313) (xy 85.308667 97.623968) (xy 85.325 97.541859) + (xy 85.325 97.458141) (xy 85.308667 97.376032) (xy 85.27663 97.298687) (xy 85.230119 97.229079) + (xy 85.170921 97.169881) (xy 85.101313 97.12337) (xy 85.044892 97.1) (xy 85.101313 97.07663) (xy 85.170921 97.030119) + (xy 85.230119 96.970921) (xy 85.27663 96.901313) (xy 85.3 96.844892) (xy 85.32337 96.901313) (xy 85.369881 96.970921) + (xy 85.429079 97.030119) (xy 85.498687 97.07663) (xy 85.576032 97.108667) (xy 85.658141 97.125) + (xy 85.741859 97.125) (xy 85.823968 97.108667) (xy 85.901313 97.07663) (xy 85.970921 97.030119) + (xy 86.030119 96.970921) (xy 86.07663 96.901313) (xy 86.1 96.844892) (xy 86.12337 96.901313) (xy 86.169881 96.970921) + (xy 86.229079 97.030119) (xy 86.298687 97.07663) (xy 86.355108 97.1) (xy 86.298687 97.12337) (xy 86.229079 97.169881) + (xy 86.169881 97.229079) (xy 86.12337 97.298687) (xy 86.091333 97.376032) (xy 86.075 97.458141) + (xy 86.075 97.541859) (xy 86.091333 97.623968) (xy 86.12337 97.701313) (xy 86.169881 97.770921) + (xy 86.229079 97.830119) (xy 86.298687 97.87663) (xy 86.376032 97.908667) (xy 86.458141 97.925) + (xy 86.541859 97.925) (xy 86.623968 97.908667) (xy 86.701313 97.87663) (xy 86.770921 97.830119) + (xy 86.830119 97.770921) (xy 86.87663 97.701313) (xy 86.908667 97.623968) (xy 86.925 97.541859) + (xy 86.925 97.458141) (xy 86.908667 97.376032) (xy 86.87663 97.298687) (xy 86.830119 97.229079) + (xy 86.770921 97.169881) (xy 86.701313 97.12337) (xy 86.644892 97.1) (xy 86.701313 97.07663) (xy 86.770921 97.030119) + (xy 86.830119 96.970921) (xy 86.87663 96.901313) (xy 86.908667 96.823968) (xy 86.925 96.741859) + (xy 86.925 96.658141) (xy 86.908667 96.576032) (xy 86.87663 96.498687) (xy 86.830119 96.429079) + (xy 86.770921 96.369881) (xy 86.701313 96.32337) (xy 86.644892 96.3) (xy 86.701313 96.27663) (xy 86.770921 96.230119) + (xy 86.830119 96.170921) (xy 86.87663 96.101313) (xy 86.908667 96.023968) (xy 86.925 95.941859) + (xy 86.925 95.858141) (xy 86.908667 95.776032) (xy 86.87663 95.698687) (xy 86.830119 95.629079) + (xy 86.770921 95.569881) (xy 86.701313 95.52337) (xy 86.644892 95.5) (xy 86.701313 95.47663) (xy 86.743723 95.448292) + (xy 88.575 95.448292) (xy 88.575 95.551708) (xy 88.595176 95.653137) (xy 88.634751 95.748681) (xy 88.692206 95.834668) + (xy 88.765332 95.907794) (xy 88.851319 95.965249) (xy 88.946863 96.004824) (xy 89.048292 96.025) + (xy 89.151708 96.025) (xy 89.253137 96.004824) (xy 89.348681 95.965249) (xy 89.434668 95.907794) + (xy 89.507794 95.834668) (xy 89.565249 95.748681) (xy 89.604824 95.653137) (xy 89.625 95.551708) + (xy 89.625 95.448292) (xy 89.604824 95.346863) (xy 89.584706 95.298292) (xy 91.52034 95.298292) + (xy 91.52034 95.401708) (xy 91.540516 95.503137) (xy 91.580091 95.598681) (xy 91.637546 95.684668) + (xy 91.710672 95.757794) (xy 91.796659 95.815249) (xy 91.892203 95.854824) (xy 91.993632 95.875) + (xy 92.097048 95.875) (xy 92.198477 95.854824) (xy 92.294021 95.815249) (xy 92.380008 95.757794) + (xy 92.38951 95.748292) (xy 92.625 95.748292) (xy 92.625 95.851708) (xy 92.645176 95.953137) (xy 92.684751 96.048681) + (xy 92.742206 96.134668) (xy 92.815332 96.207794) (xy 92.901319 96.265249) (xy 92.996863 96.304824) + (xy 93.098292 96.325) (xy 93.201708 96.325) (xy 93.303137 96.304824) (xy 93.318906 96.298292) (xy 95.575 96.298292) + (xy 95.575 96.401708) (xy 95.595176 96.503137) (xy 95.634751 96.598681) (xy 95.692206 96.684668) + (xy 95.765332 96.757794) (xy 95.851319 96.815249) (xy 95.946863 96.854824) (xy 96.048292 96.875) + (xy 96.151708 96.875) (xy 96.253137 96.854824) (xy 96.348681 96.815249) (xy 96.434668 96.757794) + (xy 96.507794 96.684668) (xy 96.565249 96.598681) (xy 96.604824 96.503137) (xy 96.625 96.401708) + (xy 96.625 96.298292) (xy 97.325 96.298292) (xy 97.325 96.401708) (xy 97.345176 96.503137) (xy 97.384751 96.598681) + (xy 97.442206 96.684668) (xy 97.482538 96.725) (xy 97.442206 96.765332) (xy 97.384751 96.851319) + (xy 97.345176 96.946863) (xy 97.325 97.048292) (xy 97.325 97.151708) (xy 97.345176 97.253137) (xy 97.384751 97.348681) + (xy 97.442206 97.434668) (xy 97.515332 97.507794) (xy 97.601319 97.565249) (xy 97.696863 97.604824) + (xy 97.798292 97.625) (xy 97.901708 97.625) (xy 98.003137 97.604824) (xy 98.098681 97.565249) (xy 98.184668 97.507794) + (xy 98.257794 97.434668) (xy 98.315249 97.348681) (xy 98.354824 97.253137) (xy 98.375 97.151708) + (xy 98.375 97.048292) (xy 98.354824 96.946863) (xy 98.315249 96.851319) (xy 98.257794 96.765332) + (xy 98.217462 96.725) (xy 98.257794 96.684668) (xy 98.315249 96.598681) (xy 98.354824 96.503137) + (xy 98.375 96.401708) (xy 98.375 96.298292) (xy 99.575 96.298292) (xy 99.575 96.401708) (xy 99.595176 96.503137) + (xy 99.634751 96.598681) (xy 99.692206 96.684668) (xy 99.765332 96.757794) (xy 99.851319 96.815249) + (xy 99.946863 96.854824) (xy 100.048292 96.875) (xy 100.151708 96.875) (xy 100.253137 96.854824) + (xy 100.348681 96.815249) (xy 100.434668 96.757794) (xy 100.507794 96.684668) (xy 100.565249 96.598681) + (xy 100.604824 96.503137) (xy 100.625 96.401708) (xy 100.625 96.298292) (xy 101.325 96.298292) (xy 101.325 96.401708) + (xy 101.345176 96.503137) (xy 101.384751 96.598681) (xy 101.442206 96.684668) (xy 101.482538 96.725) + (xy 101.442206 96.765332) (xy 101.384751 96.851319) (xy 101.345176 96.946863) (xy 101.325 97.048292) + (xy 101.325 97.151708) (xy 101.345176 97.253137) (xy 101.384751 97.348681) (xy 101.442206 97.434668) + (xy 101.515332 97.507794) (xy 101.601319 97.565249) (xy 101.696863 97.604824) (xy 101.798292 97.625) + (xy 101.901708 97.625) (xy 102.003137 97.604824) (xy 102.098681 97.565249) (xy 102.184668 97.507794) + (xy 102.257794 97.434668) (xy 102.315249 97.348681) (xy 102.354824 97.253137) (xy 102.367383 97.19) + (xy 103.842218 97.19) (xy 103.845 97.72125) (xy 103.98875 97.865) (xy 105.095 97.865) (xy 105.095 96.75875) + (xy 105.445 96.75875) (xy 105.445 97.865) (xy 106.55125 97.865) (xy 106.695 97.72125) (xy 106.696953 97.348292) + (xy 125.975 97.348292) (xy 125.975 97.451708) (xy 125.995176 97.553137) (xy 126.034751 97.648681) + (xy 126.092206 97.734668) (xy 126.165332 97.807794) (xy 126.251319 97.865249) (xy 126.346863 97.904824) + (xy 126.448292 97.925) (xy 126.551708 97.925) (xy 126.653137 97.904824) (xy 126.748681 97.865249) + (xy 126.834668 97.807794) (xy 126.907794 97.734668) (xy 126.965249 97.648681) (xy 127.004824 97.553137) + (xy 127.025 97.451708) (xy 127.025 97.348292) (xy 127.004824 97.246863) (xy 126.965249 97.151319) + (xy 126.907794 97.065332) (xy 126.834668 96.992206) (xy 126.748681 96.934751) (xy 126.653137 96.895176) + (xy 126.551708 96.875) (xy 126.448292 96.875) (xy 126.346863 96.895176) (xy 126.251319 96.934751) + (xy 126.165332 96.992206) (xy 126.092206 97.065332) (xy 126.034751 97.151319) (xy 125.995176 97.246863) + (xy 125.975 97.348292) (xy 106.696953 97.348292) (xy 106.697782 97.19) (xy 106.68668 97.07728) (xy 106.653801 96.968892) + (xy 106.600408 96.869002) (xy 106.528554 96.781446) (xy 106.440998 96.709592) (xy 106.341108 96.656199) + (xy 106.23272 96.62332) (xy 106.12 96.612218) (xy 105.58875 96.615) (xy 105.445 96.75875) (xy 105.095 96.75875) + (xy 104.95125 96.615) (xy 104.42 96.612218) (xy 104.30728 96.62332) (xy 104.198892 96.656199) (xy 104.099002 96.709592) + (xy 104.011446 96.781446) (xy 103.939592 96.869002) (xy 103.886199 96.968892) (xy 103.85332 97.07728) + (xy 103.842218 97.19) (xy 102.367383 97.19) (xy 102.375 97.151708) (xy 102.375 97.048292) (xy 102.354824 96.946863) + (xy 102.315249 96.851319) (xy 102.257794 96.765332) (xy 102.217462 96.725) (xy 102.257794 96.684668) + (xy 102.315249 96.598681) (xy 102.354824 96.503137) (xy 102.375 96.401708) (xy 102.375 96.298292) + (xy 102.354824 96.196863) (xy 102.315249 96.101319) (xy 102.257794 96.015332) (xy 102.184668 95.942206) + (xy 102.098681 95.884751) (xy 102.003137 95.845176) (xy 101.901708 95.825) (xy 101.798292 95.825) + (xy 101.696863 95.845176) (xy 101.601319 95.884751) (xy 101.515332 95.942206) (xy 101.442206 96.015332) + (xy 101.384751 96.101319) (xy 101.345176 96.196863) (xy 101.325 96.298292) (xy 100.625 96.298292) + (xy 100.604824 96.196863) (xy 100.565249 96.101319) (xy 100.507794 96.015332) (xy 100.434668 95.942206) + (xy 100.348681 95.884751) (xy 100.253137 95.845176) (xy 100.151708 95.825) (xy 100.048292 95.825) + (xy 99.946863 95.845176) (xy 99.851319 95.884751) (xy 99.765332 95.942206) (xy 99.692206 96.015332) + (xy 99.634751 96.101319) (xy 99.595176 96.196863) (xy 99.575 96.298292) (xy 98.375 96.298292) (xy 98.354824 96.196863) + (xy 98.315249 96.101319) (xy 98.257794 96.015332) (xy 98.184668 95.942206) (xy 98.098681 95.884751) + (xy 98.003137 95.845176) (xy 97.901708 95.825) (xy 97.798292 95.825) (xy 97.696863 95.845176) (xy 97.601319 95.884751) + (xy 97.515332 95.942206) (xy 97.442206 96.015332) (xy 97.384751 96.101319) (xy 97.345176 96.196863) + (xy 97.325 96.298292) (xy 96.625 96.298292) (xy 96.604824 96.196863) (xy 96.565249 96.101319) (xy 96.507794 96.015332) + (xy 96.434668 95.942206) (xy 96.348681 95.884751) (xy 96.253137 95.845176) (xy 96.151708 95.825) + (xy 96.048292 95.825) (xy 95.946863 95.845176) (xy 95.851319 95.884751) (xy 95.765332 95.942206) + (xy 95.692206 96.015332) (xy 95.634751 96.101319) (xy 95.595176 96.196863) (xy 95.575 96.298292) + (xy 93.318906 96.298292) (xy 93.398681 96.265249) (xy 93.484668 96.207794) (xy 93.557794 96.134668) + (xy 93.615249 96.048681) (xy 93.654824 95.953137) (xy 93.675 95.851708) (xy 93.675 95.748292) (xy 93.654824 95.646863) + (xy 93.632392 95.592706) (xy 93.698681 95.565249) (xy 93.784668 95.507794) (xy 93.857794 95.434668) + (xy 93.884886 95.394122) (xy 104.195 95.394122) (xy 104.195 95.605878) (xy 104.236312 95.813566) + (xy 104.317348 96.009203) (xy 104.434993 96.185272) (xy 104.584728 96.335007) (xy 104.760797 96.452652) + (xy 104.956434 96.533688) (xy 105.164122 96.575) (xy 105.375878 96.575) (xy 105.583566 96.533688) + (xy 105.779203 96.452652) (xy 105.955272 96.335007) (xy 106.105007 96.185272) (xy 106.222652 96.009203) + (xy 106.303688 95.813566) (xy 106.345 95.605878) (xy 106.345 95.394122) (xy 106.303688 95.186434) + (xy 106.222652 94.990797) (xy 106.105007 94.814728) (xy 105.955272 94.664993) (xy 105.779203 94.547348) + (xy 105.583566 94.466312) (xy 105.492974 94.448292) (xy 122.775 94.448292) (xy 122.775 94.551708) + (xy 122.795176 94.653137) (xy 122.834751 94.748681) (xy 122.892206 94.834668) (xy 122.965332 94.907794) + (xy 123.051319 94.965249) (xy 123.146863 95.004824) (xy 123.248292 95.025) (xy 123.351708 95.025) + (xy 123.453137 95.004824) (xy 123.548681 94.965249) (xy 123.634668 94.907794) (xy 123.707794 94.834668) + (xy 123.765249 94.748681) (xy 123.804824 94.653137) (xy 123.825 94.551708) (xy 123.825 94.448292) + (xy 123.804824 94.346863) (xy 123.765249 94.251319) (xy 123.707794 94.165332) (xy 123.634668 94.092206) + (xy 123.548681 94.034751) (xy 123.453137 93.995176) (xy 123.351708 93.975) (xy 123.248292 93.975) + (xy 123.146863 93.995176) (xy 123.051319 94.034751) (xy 122.965332 94.092206) (xy 122.892206 94.165332) + (xy 122.834751 94.251319) (xy 122.795176 94.346863) (xy 122.775 94.448292) (xy 105.492974 94.448292) + (xy 105.375878 94.425) (xy 105.164122 94.425) (xy 104.956434 94.466312) (xy 104.760797 94.547348) + (xy 104.584728 94.664993) (xy 104.434993 94.814728) (xy 104.317348 94.990797) (xy 104.236312 95.186434) + (xy 104.195 95.394122) (xy 93.884886 95.394122) (xy 93.915249 95.348681) (xy 93.954824 95.253137) + (xy 93.975 95.151708) (xy 93.975 95.048292) (xy 93.954824 94.946863) (xy 93.915249 94.851319) (xy 93.857794 94.765332) + (xy 93.784668 94.692206) (xy 93.698681 94.634751) (xy 93.603137 94.595176) (xy 93.501708 94.575) + (xy 93.398292 94.575) (xy 93.296863 94.595176) (xy 93.201319 94.634751) (xy 93.115332 94.692206) + (xy 93.042206 94.765332) (xy 92.984751 94.851319) (xy 92.945176 94.946863) (xy 92.925 95.048292) + (xy 92.925 95.151708) (xy 92.945176 95.253137) (xy 92.967608 95.307294) (xy 92.901319 95.334751) + (xy 92.815332 95.392206) (xy 92.742206 95.465332) (xy 92.684751 95.551319) (xy 92.645176 95.646863) + (xy 92.625 95.748292) (xy 92.38951 95.748292) (xy 92.453134 95.684668) (xy 92.510589 95.598681) + (xy 92.550164 95.503137) (xy 92.57034 95.401708) (xy 92.57034 95.298292) (xy 92.550164 95.196863) + (xy 92.510737 95.101676) (xy 92.598681 95.065249) (xy 92.684668 95.007794) (xy 92.757794 94.934668) + (xy 92.815249 94.848681) (xy 92.854824 94.753137) (xy 92.875 94.651708) (xy 92.875 94.548292) (xy 92.854824 94.446863) + (xy 92.815249 94.351319) (xy 92.757794 94.265332) (xy 92.684668 94.192206) (xy 92.598681 94.134751) + (xy 92.553582 94.11607) (xy 92.565249 94.098609) (xy 92.604824 94.003065) (xy 92.625 93.901636) + (xy 92.625 93.79822) (xy 92.604824 93.696791) (xy 92.565249 93.601247) (xy 92.507794 93.51526) (xy 92.434668 93.442134) + (xy 92.369055 93.398292) (xy 95.575 93.398292) (xy 95.575 93.501708) (xy 95.595176 93.603137) (xy 95.634751 93.698681) + (xy 95.692206 93.784668) (xy 95.765332 93.857794) (xy 95.851319 93.915249) (xy 95.946863 93.954824) + (xy 96.048292 93.975) (xy 96.151708 93.975) (xy 96.253137 93.954824) (xy 96.348681 93.915249) (xy 96.434668 93.857794) + (xy 96.507794 93.784668) (xy 96.565249 93.698681) (xy 96.604824 93.603137) (xy 96.625 93.501708) + (xy 96.625 93.398292) (xy 97.325 93.398292) (xy 97.325 93.501708) (xy 97.345176 93.603137) (xy 97.384751 93.698681) + (xy 97.442206 93.784668) (xy 97.482538 93.825) (xy 97.442206 93.865332) (xy 97.384751 93.951319) + (xy 97.345176 94.046863) (xy 97.325 94.148292) (xy 97.325 94.251708) (xy 97.345176 94.353137) (xy 97.384751 94.448681) + (xy 97.442206 94.534668) (xy 97.515332 94.607794) (xy 97.601319 94.665249) (xy 97.696863 94.704824) + (xy 97.798292 94.725) (xy 97.901708 94.725) (xy 98.003137 94.704824) (xy 98.098681 94.665249) (xy 98.184668 94.607794) + (xy 98.257794 94.534668) (xy 98.315249 94.448681) (xy 98.354824 94.353137) (xy 98.375 94.251708) + (xy 98.375 94.148292) (xy 98.354824 94.046863) (xy 98.315249 93.951319) (xy 98.257794 93.865332) + (xy 98.217462 93.825) (xy 98.257794 93.784668) (xy 98.315249 93.698681) (xy 98.354824 93.603137) + (xy 98.375 93.501708) (xy 98.375 93.398292) (xy 99.575 93.398292) (xy 99.575 93.501708) (xy 99.595176 93.603137) + (xy 99.634751 93.698681) (xy 99.692206 93.784668) (xy 99.765332 93.857794) (xy 99.851319 93.915249) + (xy 99.946863 93.954824) (xy 100.048292 93.975) (xy 100.151708 93.975) (xy 100.253137 93.954824) + (xy 100.348681 93.915249) (xy 100.434668 93.857794) (xy 100.507794 93.784668) (xy 100.565249 93.698681) + (xy 100.604824 93.603137) (xy 100.625 93.501708) (xy 100.625 93.398292) (xy 101.325 93.398292) (xy 101.325 93.501708) + (xy 101.345176 93.603137) (xy 101.384751 93.698681) (xy 101.442206 93.784668) (xy 101.482538 93.825) + (xy 101.442206 93.865332) (xy 101.384751 93.951319) (xy 101.345176 94.046863) (xy 101.325 94.148292) + (xy 101.325 94.251708) (xy 101.345176 94.353137) (xy 101.384751 94.448681) (xy 101.442206 94.534668) + (xy 101.515332 94.607794) (xy 101.601319 94.665249) (xy 101.696863 94.704824) (xy 101.798292 94.725) + (xy 101.901708 94.725) (xy 102.003137 94.704824) (xy 102.098681 94.665249) (xy 102.184668 94.607794) + (xy 102.257794 94.534668) (xy 102.315249 94.448681) (xy 102.354824 94.353137) (xy 102.375 94.251708) + (xy 102.375 94.148292) (xy 102.354824 94.046863) (xy 102.315249 93.951319) (xy 102.257794 93.865332) + (xy 102.217462 93.825) (xy 102.257794 93.784668) (xy 102.315249 93.698681) (xy 102.354824 93.603137) + (xy 102.375 93.501708) (xy 102.375 93.398292) (xy 102.354824 93.296863) (xy 102.315249 93.201319) + (xy 102.257794 93.115332) (xy 102.184668 93.042206) (xy 102.098681 92.984751) (xy 102.003137 92.945176) + (xy 101.901708 92.925) (xy 101.798292 92.925) (xy 101.696863 92.945176) (xy 101.601319 92.984751) + (xy 101.515332 93.042206) (xy 101.442206 93.115332) (xy 101.384751 93.201319) (xy 101.345176 93.296863) + (xy 101.325 93.398292) (xy 100.625 93.398292) (xy 100.604824 93.296863) (xy 100.565249 93.201319) + (xy 100.507794 93.115332) (xy 100.434668 93.042206) (xy 100.348681 92.984751) (xy 100.253137 92.945176) + (xy 100.151708 92.925) (xy 100.048292 92.925) (xy 99.946863 92.945176) (xy 99.851319 92.984751) + (xy 99.765332 93.042206) (xy 99.692206 93.115332) (xy 99.634751 93.201319) (xy 99.595176 93.296863) + (xy 99.575 93.398292) (xy 98.375 93.398292) (xy 98.354824 93.296863) (xy 98.315249 93.201319) (xy 98.257794 93.115332) + (xy 98.184668 93.042206) (xy 98.098681 92.984751) (xy 98.003137 92.945176) (xy 97.901708 92.925) + (xy 97.798292 92.925) (xy 97.696863 92.945176) (xy 97.601319 92.984751) (xy 97.515332 93.042206) + (xy 97.442206 93.115332) (xy 97.384751 93.201319) (xy 97.345176 93.296863) (xy 97.325 93.398292) + (xy 96.625 93.398292) (xy 96.604824 93.296863) (xy 96.565249 93.201319) (xy 96.507794 93.115332) + (xy 96.434668 93.042206) (xy 96.348681 92.984751) (xy 96.253137 92.945176) (xy 96.151708 92.925) + (xy 96.048292 92.925) (xy 95.946863 92.945176) (xy 95.851319 92.984751) (xy 95.765332 93.042206) + (xy 95.692206 93.115332) (xy 95.634751 93.201319) (xy 95.595176 93.296863) (xy 95.575 93.398292) + (xy 92.369055 93.398292) (xy 92.348681 93.384679) (xy 92.253137 93.345104) (xy 92.151708 93.324928) + (xy 92.048292 93.324928) (xy 91.946863 93.345104) (xy 91.851319 93.384679) (xy 91.765332 93.442134) + (xy 91.692206 93.51526) (xy 91.634751 93.601247) (xy 91.595176 93.696791) (xy 91.575 93.79822) (xy 91.575 93.901636) + (xy 91.595176 94.003065) (xy 91.634751 94.098609) (xy 91.692206 94.184596) (xy 91.765332 94.257722) + (xy 91.851319 94.315177) (xy 91.896418 94.333858) (xy 91.884751 94.351319) (xy 91.845176 94.446863) + (xy 91.825 94.548292) (xy 91.825 94.651708) (xy 91.845176 94.753137) (xy 91.884603 94.848324) (xy 91.796659 94.884751) + (xy 91.710672 94.942206) (xy 91.637546 95.015332) (xy 91.580091 95.101319) (xy 91.540516 95.196863) + (xy 91.52034 95.298292) (xy 89.584706 95.298292) (xy 89.565249 95.251319) (xy 89.507794 95.165332) + (xy 89.434668 95.092206) (xy 89.348681 95.034751) (xy 89.253137 94.995176) (xy 89.151708 94.975) + (xy 89.048292 94.975) (xy 88.946863 94.995176) (xy 88.851319 95.034751) (xy 88.765332 95.092206) + (xy 88.692206 95.165332) (xy 88.634751 95.251319) (xy 88.595176 95.346863) (xy 88.575 95.448292) + (xy 86.743723 95.448292) (xy 86.770921 95.430119) (xy 86.830119 95.370921) (xy 86.87663 95.301313) + (xy 86.908667 95.223968) (xy 86.925 95.141859) (xy 86.925 95.058141) (xy 86.908667 94.976032) (xy 86.87663 94.898687) + (xy 86.830119 94.829079) (xy 86.770921 94.769881) (xy 86.701313 94.72337) (xy 86.623968 94.691333) + (xy 86.541859 94.675) (xy 86.458141 94.675) (xy 86.376032 94.691333) (xy 86.298687 94.72337) (xy 86.229079 94.769881) + (xy 86.169881 94.829079) (xy 86.12337 94.898687) (xy 86.091333 94.976032) (xy 86.075 95.058141) + (xy 86.075 95.141859) (xy 86.091333 95.223968) (xy 86.12337 95.301313) (xy 86.169881 95.370921) + (xy 86.229079 95.430119) (xy 86.298687 95.47663) (xy 86.355108 95.5) (xy 86.298687 95.52337) (xy 86.229079 95.569881) + (xy 86.169881 95.629079) (xy 86.12337 95.698687) (xy 86.1 95.755108) (xy 86.07663 95.698687) (xy 86.030119 95.629079) + (xy 85.970921 95.569881) (xy 85.901313 95.52337) (xy 85.823968 95.491333) (xy 85.741859 95.475) + (xy 85.658141 95.475) (xy 85.576032 95.491333) (xy 85.498687 95.52337) (xy 85.429079 95.569881) + (xy 85.369881 95.629079) (xy 85.32337 95.698687) (xy 85.291333 95.776032) (xy 85.275 95.858141) + (xy 85.275 95.941859) (xy 85.291333 96.023968) (xy 85.32337 96.101313) (xy 85.369881 96.170921) + (xy 85.429079 96.230119) (xy 85.498687 96.27663) (xy 85.555108 96.3) (xy 85.498687 96.32337) (xy 85.429079 96.369881) + (xy 85.369881 96.429079) (xy 85.32337 96.498687) (xy 85.3 96.555108) (xy 85.27663 96.498687) (xy 85.230119 96.429079) + (xy 85.170921 96.369881) (xy 85.101313 96.32337) (xy 85.023968 96.291333) (xy 84.941859 96.275) + (xy 84.858141 96.275) (xy 84.776032 96.291333) (xy 84.698687 96.32337) (xy 84.629079 96.369881) + (xy 84.569881 96.429079) (xy 84.52337 96.498687) (xy 84.491333 96.576032) (xy 84.475 96.658141) + (xy 84.475 96.741859) (xy 84.491333 96.823968) (xy 84.52337 96.901313) (xy 84.569881 96.970921) + (xy 84.629079 97.030119) (xy 84.698687 97.07663) (xy 84.755108 97.1) (xy 84.698687 97.12337) (xy 84.629079 97.169881) + (xy 84.569881 97.229079) (xy 84.52337 97.298687) (xy 84.5 97.355108) (xy 84.47663 97.298687) (xy 84.430119 97.229079) + (xy 84.370921 97.169881) (xy 84.301313 97.12337) (xy 84.223968 97.091333) (xy 84.141859 97.075) + (xy 84.058141 97.075) (xy 83.976032 97.091333) (xy 83.898687 97.12337) (xy 83.829079 97.169881) + (xy 83.769881 97.229079) (xy 83.72337 97.298687) (xy 83.7 97.355108) (xy 83.67663 97.298687) (xy 83.630119 97.229079) + (xy 83.570921 97.169881) (xy 83.501313 97.12337) (xy 83.423968 97.091333) (xy 83.341859 97.075) + (xy 83.258141 97.075) (xy 83.176032 97.091333) (xy 83.098687 97.12337) (xy 83.029079 97.169881) + (xy 82.969881 97.229079) (xy 82.92337 97.298687) (xy 82.891333 97.376032) (xy 82.875 97.458141) + (xy 81.325 97.458141) (xy 81.308667 97.376032) (xy 81.27663 97.298687) (xy 81.230119 97.229079) + (xy 81.170921 97.169881) (xy 81.101313 97.12337) (xy 81.023968 97.091333) (xy 80.941859 97.075) + (xy 80.858141 97.075) (xy 80.776032 97.091333) (xy 80.698687 97.12337) (xy 80.629079 97.169881) + (xy 80.569881 97.229079) (xy 80.52337 97.298687) (xy 80.491333 97.376032) (xy 80.475 97.458141) + (xy 77.030991 97.458141) (xy 77.051892 97.449484) (xy 77.137879 97.392029) (xy 77.211005 97.318903) + (xy 77.26846 97.232916) (xy 77.308035 97.137372) (xy 77.328211 97.035943) (xy 77.328211 96.932527) + (xy 77.308035 96.831098) (xy 77.26846 96.735554) (xy 77.211005 96.649567) (xy 77.139181 96.577743) + (xy 77.145025 96.571899) (xy 77.20248 96.485912) (xy 77.242055 96.390368) (xy 77.262231 96.288939) + (xy 77.262231 96.185523) (xy 77.242055 96.084094) (xy 77.20248 95.98855) (xy 77.145025 95.902563) + (xy 77.071899 95.829437) (xy 76.985912 95.771982) (xy 76.890368 95.732407) (xy 76.788939 95.712231) + (xy 76.685523 95.712231) (xy 76.584094 95.732407) (xy 76.48855 95.771982) (xy 76.402563 95.829437) + (xy 76.329437 95.902563) (xy 76.271982 95.98855) (xy 76.232407 96.084094) (xy 76.212231 96.185523) + (xy 75.427957 96.185523) (xy 75.427957 96.133476) (xy 75.407781 96.032047) (xy 75.368206 95.936503) + (xy 75.310751 95.850516) (xy 75.237625 95.77739) (xy 75.151638 95.719935) (xy 75.056094 95.68036) + (xy 74.954665 95.660184) (xy 74.851249 95.660184) (xy 74.74982 95.68036) (xy 74.654276 95.719935) + (xy 74.568289 95.77739) (xy 74.495163 95.850516) (xy 74.437708 95.936503) (xy 74.398133 96.032047) + (xy 74.377957 96.133476) (xy 58.303886 96.133476) (xy 58.307794 96.129568) (xy 58.365249 96.043581) + (xy 58.404824 95.948037) (xy 58.425 95.846608) (xy 58.425 95.743192) (xy 58.404824 95.641763) (xy 58.365249 95.546219) + (xy 58.307794 95.460232) (xy 58.234668 95.387106) (xy 58.148681 95.329651) (xy 58.053137 95.290076) + (xy 57.951708 95.2699) (xy 57.848292 95.2699) (xy 57.746863 95.290076) (xy 57.651319 95.329651) + (xy 57.565332 95.387106) (xy 57.492206 95.460232) (xy 57.434751 95.546219) (xy 57.395176 95.641763) + (xy 57.375 95.743192) (xy 57.025 95.743192) (xy 57.025 94.648292) (xy 57.375 94.648292) (xy 57.375 94.751708) + (xy 57.395176 94.853137) (xy 57.434751 94.948681) (xy 57.492206 95.034668) (xy 57.565332 95.107794) + (xy 57.651319 95.165249) (xy 57.746863 95.204824) (xy 57.848292 95.225) (xy 57.951708 95.225) (xy 58.053137 95.204824) + (xy 58.068906 95.198292) (xy 64.375 95.198292) (xy 64.375 95.301708) (xy 64.395176 95.403137) (xy 64.434751 95.498681) + (xy 64.492206 95.584668) (xy 64.565332 95.657794) (xy 64.651319 95.715249) (xy 64.746863 95.754824) + (xy 64.848292 95.775) (xy 64.951708 95.775) (xy 65.053137 95.754824) (xy 65.148681 95.715249) (xy 65.234668 95.657794) + (xy 65.307794 95.584668) (xy 65.365249 95.498681) (xy 65.404824 95.403137) (xy 65.425 95.301708) + (xy 65.425 95.198292) (xy 65.404824 95.096863) (xy 65.395065 95.073302) (xy 74.374996 95.073302) + (xy 74.374996 95.176718) (xy 74.395172 95.278147) (xy 74.434747 95.373691) (xy 74.492202 95.459678) + (xy 74.565328 95.532804) (xy 74.651315 95.590259) (xy 74.746859 95.629834) (xy 74.848288 95.65001) + (xy 74.951704 95.65001) (xy 75.053133 95.629834) (xy 75.148677 95.590259) (xy 75.234664 95.532804) + (xy 75.30779 95.459678) (xy 75.315397 95.448292) (xy 77.575 95.448292) (xy 77.575 95.551708) (xy 77.595176 95.653137) + (xy 77.634751 95.748681) (xy 77.692206 95.834668) (xy 77.765332 95.907794) (xy 77.851319 95.965249) + (xy 77.946863 96.004824) (xy 78.048292 96.025) (xy 78.151708 96.025) (xy 78.253137 96.004824) (xy 78.348681 95.965249) + (xy 78.434668 95.907794) (xy 78.507794 95.834668) (xy 78.565249 95.748681) (xy 78.604824 95.653137) + (xy 78.625 95.551708) (xy 78.625 95.448292) (xy 78.604824 95.346863) (xy 78.565249 95.251319) (xy 78.507794 95.165332) + (xy 78.434668 95.092206) (xy 78.348681 95.034751) (xy 78.253137 94.995176) (xy 78.151708 94.975) + (xy 78.048292 94.975) (xy 77.946863 94.995176) (xy 77.851319 95.034751) (xy 77.765332 95.092206) + (xy 77.692206 95.165332) (xy 77.634751 95.251319) (xy 77.595176 95.346863) (xy 77.575 95.448292) + (xy 75.315397 95.448292) (xy 75.365245 95.373691) (xy 75.40482 95.278147) (xy 75.424996 95.176718) + (xy 75.424996 95.073302) (xy 75.40482 94.971873) (xy 75.365245 94.876329) (xy 75.30779 94.790342) + (xy 75.234664 94.717216) (xy 75.148677 94.659761) (xy 75.053133 94.620186) (xy 74.951704 94.60001) + (xy 74.848288 94.60001) (xy 74.746859 94.620186) (xy 74.651315 94.659761) (xy 74.565328 94.717216) + (xy 74.492202 94.790342) (xy 74.434747 94.876329) (xy 74.395172 94.971873) (xy 74.374996 95.073302) + (xy 65.395065 95.073302) (xy 65.365249 95.001319) (xy 65.307794 94.915332) (xy 65.234668 94.842206) + (xy 65.148681 94.784751) (xy 65.053137 94.745176) (xy 64.951708 94.725) (xy 64.848292 94.725) (xy 64.746863 94.745176) + (xy 64.651319 94.784751) (xy 64.565332 94.842206) (xy 64.492206 94.915332) (xy 64.434751 95.001319) + (xy 64.395176 95.096863) (xy 64.375 95.198292) (xy 58.068906 95.198292) (xy 58.148681 95.165249) + (xy 58.234668 95.107794) (xy 58.307794 95.034668) (xy 58.365249 94.948681) (xy 58.404824 94.853137) + (xy 58.425 94.751708) (xy 58.425 94.648292) (xy 58.404824 94.546863) (xy 58.365249 94.451319) (xy 58.307794 94.365332) + (xy 58.234668 94.292206) (xy 58.148681 94.234751) (xy 58.053137 94.195176) (xy 57.951708 94.175) + (xy 57.848292 94.175) (xy 57.746863 94.195176) (xy 57.651319 94.234751) (xy 57.565332 94.292206) + (xy 57.492206 94.365332) (xy 57.434751 94.451319) (xy 57.395176 94.546863) (xy 57.375 94.648292) + (xy 57.025 94.648292) (xy 57.025 93.790217) (xy 77.016925 93.790217) (xy 77.016925 93.893633) (xy 77.037101 93.995062) + (xy 77.076676 94.090606) (xy 77.134131 94.176593) (xy 77.207257 94.249719) (xy 77.293244 94.307174) + (xy 77.388788 94.346749) (xy 77.490217 94.366925) (xy 77.593633 94.366925) (xy 77.687305 94.348292) + (xy 78.075 94.348292) (xy 78.075 94.451708) (xy 78.095176 94.553137) (xy 78.134751 94.648681) (xy 78.192206 94.734668) + (xy 78.265332 94.807794) (xy 78.351319 94.865249) (xy 78.446863 94.904824) (xy 78.548292 94.925) + (xy 78.651708 94.925) (xy 78.753137 94.904824) (xy 78.848681 94.865249) (xy 78.934668 94.807794) + (xy 79.007794 94.734668) (xy 79.065249 94.648681) (xy 79.104824 94.553137) (xy 79.125 94.451708) + (xy 79.125 94.348292) (xy 79.104824 94.246863) (xy 79.065249 94.151319) (xy 79.007794 94.065332) + (xy 78.934668 93.992206) (xy 78.848681 93.934751) (xy 78.753137 93.895176) (xy 78.651708 93.875) + (xy 78.548292 93.875) (xy 78.446863 93.895176) (xy 78.351319 93.934751) (xy 78.265332 93.992206) + (xy 78.192206 94.065332) (xy 78.134751 94.151319) (xy 78.095176 94.246863) (xy 78.075 94.348292) + (xy 77.687305 94.348292) (xy 77.695062 94.346749) (xy 77.790606 94.307174) (xy 77.876593 94.249719) + (xy 77.949719 94.176593) (xy 78.007174 94.090606) (xy 78.046749 93.995062) (xy 78.066925 93.893633) + (xy 78.066925 93.790217) (xy 78.046749 93.688788) (xy 78.007174 93.593244) (xy 77.949719 93.507257) + (xy 77.876593 93.434131) (xy 77.790606 93.376676) (xy 77.695062 93.337101) (xy 77.593633 93.316925) + (xy 77.490217 93.316925) (xy 77.388788 93.337101) (xy 77.293244 93.376676) (xy 77.207257 93.434131) + (xy 77.134131 93.507257) (xy 77.076676 93.593244) (xy 77.037101 93.688788) (xy 77.016925 93.790217) + (xy 57.025 93.790217) (xy 57.025 93.198292) (xy 64.375 93.198292) (xy 64.375 93.301708) (xy 64.395176 93.403137) + (xy 64.434751 93.498681) (xy 64.492206 93.584668) (xy 64.565332 93.657794) (xy 64.651319 93.715249) + (xy 64.746863 93.754824) (xy 64.848292 93.775) (xy 64.951708 93.775) (xy 65.053137 93.754824) (xy 65.148681 93.715249) + (xy 65.234668 93.657794) (xy 65.307794 93.584668) (xy 65.365249 93.498681) (xy 65.404824 93.403137) + (xy 65.425 93.301708) (xy 65.425 93.198292) (xy 65.404824 93.096863) (xy 65.365249 93.001319) (xy 65.307794 92.915332) + (xy 65.234668 92.842206) (xy 65.148681 92.784751) (xy 65.053137 92.745176) (xy 64.951708 92.725) + (xy 64.848292 92.725) (xy 64.746863 92.745176) (xy 64.651319 92.784751) (xy 64.565332 92.842206) + (xy 64.492206 92.915332) (xy 64.434751 93.001319) (xy 64.395176 93.096863) (xy 64.375 93.198292) + (xy 57.025 93.198292) (xy 57.025 92.14325) (xy 75.44815 92.14325) (xy 75.44815 92.246666) (xy 75.468326 92.348095) + (xy 75.507901 92.443639) (xy 75.565356 92.529626) (xy 75.638482 92.602752) (xy 75.724469 92.660207) + (xy 75.820013 92.699782) (xy 75.921442 92.719958) (xy 76.024858 92.719958) (xy 76.126287 92.699782) + (xy 76.221831 92.660207) (xy 76.307818 92.602752) (xy 76.380944 92.529626) (xy 76.438399 92.443639) + (xy 76.477974 92.348095) (xy 76.49815 92.246666) (xy 76.49815 92.14325) (xy 76.477974 92.041821) + (xy 76.438399 91.946277) (xy 76.380944 91.86029) (xy 76.378795 91.858141) (xy 79.675 91.858141) + (xy 79.675 91.941859) (xy 79.691333 92.023968) (xy 79.72337 92.101313) (xy 79.769881 92.170921) + (xy 79.829079 92.230119) (xy 79.898687 92.27663) (xy 79.976032 92.308667) (xy 80.058141 92.325) + (xy 80.141859 92.325) (xy 80.223968 92.308667) (xy 80.301313 92.27663) (xy 80.370921 92.230119) + (xy 80.430119 92.170921) (xy 80.47663 92.101313) (xy 80.5 92.044892) (xy 80.52337 92.101313) (xy 80.569881 92.170921) + (xy 80.629079 92.230119) (xy 80.698687 92.27663) (xy 80.755108 92.3) (xy 80.698687 92.32337) (xy 80.629079 92.369881) + (xy 80.569881 92.429079) (xy 80.52337 92.498687) (xy 80.491333 92.576032) (xy 80.475 92.658141) + (xy 80.475 92.741859) (xy 80.491333 92.823968) (xy 80.52337 92.901313) (xy 80.569881 92.970921) + (xy 80.629079 93.030119) (xy 80.698687 93.07663) (xy 80.755108 93.1) (xy 80.698687 93.12337) (xy 80.629079 93.169881) + (xy 80.569881 93.229079) (xy 80.52337 93.298687) (xy 80.491333 93.376032) (xy 80.475 93.458141) + (xy 80.475 93.541859) (xy 80.491333 93.623968) (xy 80.52337 93.701313) (xy 80.569881 93.770921) + (xy 80.629079 93.830119) (xy 80.698687 93.87663) (xy 80.755108 93.9) (xy 80.698687 93.92337) (xy 80.629079 93.969881) + (xy 80.569881 94.029079) (xy 80.52337 94.098687) (xy 80.491333 94.176032) (xy 80.475 94.258141) + (xy 80.475 94.341859) (xy 80.491333 94.423968) (xy 80.52337 94.501313) (xy 80.569881 94.570921) + (xy 80.629079 94.630119) (xy 80.698687 94.67663) (xy 80.755108 94.7) (xy 80.698687 94.72337) (xy 80.629079 94.769881) + (xy 80.569881 94.829079) (xy 80.52337 94.898687) (xy 80.491333 94.976032) (xy 80.475 95.058141) + (xy 80.475 95.141859) (xy 80.491333 95.223968) (xy 80.52337 95.301313) (xy 80.569881 95.370921) + (xy 80.629079 95.430119) (xy 80.698687 95.47663) (xy 80.755108 95.5) (xy 80.698687 95.52337) (xy 80.629079 95.569881) + (xy 80.569881 95.629079) (xy 80.52337 95.698687) (xy 80.491333 95.776032) (xy 80.475 95.858141) + (xy 80.475 95.941859) (xy 80.491333 96.023968) (xy 80.52337 96.101313) (xy 80.569881 96.170921) + (xy 80.629079 96.230119) (xy 80.698687 96.27663) (xy 80.776032 96.308667) (xy 80.858141 96.325) + (xy 80.941859 96.325) (xy 81.023968 96.308667) (xy 81.101313 96.27663) (xy 81.170921 96.230119) + (xy 81.230119 96.170921) (xy 81.27663 96.101313) (xy 81.3 96.044892) (xy 81.32337 96.101313) (xy 81.369881 96.170921) + (xy 81.429079 96.230119) (xy 81.498687 96.27663) (xy 81.555108 96.3) (xy 81.498687 96.32337) (xy 81.429079 96.369881) + (xy 81.369881 96.429079) (xy 81.32337 96.498687) (xy 81.291333 96.576032) (xy 81.275 96.658141) + (xy 81.275 96.741859) (xy 81.291333 96.823968) (xy 81.32337 96.901313) (xy 81.369881 96.970921) + (xy 81.429079 97.030119) (xy 81.498687 97.07663) (xy 81.576032 97.108667) (xy 81.658141 97.125) + (xy 81.741859 97.125) (xy 81.823968 97.108667) (xy 81.901313 97.07663) (xy 81.970921 97.030119) + (xy 82.030119 96.970921) (xy 82.07663 96.901313) (xy 82.1 96.844892) (xy 82.12337 96.901313) (xy 82.169881 96.970921) + (xy 82.229079 97.030119) (xy 82.298687 97.07663) (xy 82.376032 97.108667) (xy 82.458141 97.125) + (xy 82.541859 97.125) (xy 82.623968 97.108667) (xy 82.701313 97.07663) (xy 82.770921 97.030119) + (xy 82.830119 96.970921) (xy 82.87663 96.901313) (xy 82.908667 96.823968) (xy 82.925 96.741859) + (xy 82.925 96.658141) (xy 82.908667 96.576032) (xy 82.87663 96.498687) (xy 82.830119 96.429079) + (xy 82.770921 96.369881) (xy 82.701313 96.32337) (xy 82.623968 96.291333) (xy 82.541859 96.275) + (xy 82.458141 96.275) (xy 82.376032 96.291333) (xy 82.298687 96.32337) (xy 82.229079 96.369881) + (xy 82.169881 96.429079) (xy 82.12337 96.498687) (xy 82.1 96.555108) (xy 82.07663 96.498687) (xy 82.030119 96.429079) + (xy 81.970921 96.369881) (xy 81.901313 96.32337) (xy 81.844892 96.3) (xy 81.901313 96.27663) (xy 81.970921 96.230119) + (xy 82.030119 96.170921) (xy 82.07663 96.101313) (xy 82.108667 96.023968) (xy 82.125 95.941859) + (xy 82.125 95.858141) (xy 82.108667 95.776032) (xy 82.07663 95.698687) (xy 82.030119 95.629079) + (xy 81.970921 95.569881) (xy 81.901313 95.52337) (xy 81.823968 95.491333) (xy 81.741859 95.475) + (xy 81.658141 95.475) (xy 81.576032 95.491333) (xy 81.498687 95.52337) (xy 81.429079 95.569881) + (xy 81.369881 95.629079) (xy 81.32337 95.698687) (xy 81.3 95.755108) (xy 81.27663 95.698687) (xy 81.230119 95.629079) + (xy 81.170921 95.569881) (xy 81.101313 95.52337) (xy 81.044892 95.5) (xy 81.101313 95.47663) (xy 81.170921 95.430119) + (xy 81.230119 95.370921) (xy 81.27663 95.301313) (xy 81.308667 95.223968) (xy 81.325 95.141859) + (xy 81.325 95.058141) (xy 81.308667 94.976032) (xy 81.27663 94.898687) (xy 81.230119 94.829079) + (xy 81.170921 94.769881) (xy 81.101313 94.72337) (xy 81.044892 94.7) (xy 81.101313 94.67663) (xy 81.170921 94.630119) + (xy 81.230119 94.570921) (xy 81.27663 94.501313) (xy 81.308667 94.423968) (xy 81.325 94.341859) + (xy 81.325 94.258141) (xy 81.308667 94.176032) (xy 81.27663 94.098687) (xy 81.230119 94.029079) + (xy 81.170921 93.969881) (xy 81.101313 93.92337) (xy 81.044892 93.9) (xy 81.101313 93.87663) (xy 81.170921 93.830119) + (xy 81.230119 93.770921) (xy 81.27663 93.701313) (xy 81.308667 93.623968) (xy 81.325 93.541859) + (xy 81.325 93.458141) (xy 81.308667 93.376032) (xy 81.27663 93.298687) (xy 81.230119 93.229079) + (xy 81.170921 93.169881) (xy 81.101313 93.12337) (xy 81.044892 93.1) (xy 81.101313 93.07663) (xy 81.170921 93.030119) + (xy 81.230119 92.970921) (xy 81.27663 92.901313) (xy 81.308667 92.823968) (xy 81.325 92.741859) + (xy 81.325 92.658141) (xy 82.075 92.658141) (xy 82.075 92.741859) (xy 82.091333 92.823968) (xy 82.12337 92.901313) + (xy 82.169881 92.970921) (xy 82.229079 93.030119) (xy 82.298687 93.07663) (xy 82.355108 93.1) (xy 82.298687 93.12337) + (xy 82.229079 93.169881) (xy 82.169881 93.229079) (xy 82.12337 93.298687) (xy 82.091333 93.376032) + (xy 82.075 93.458141) (xy 82.075 93.541859) (xy 82.091333 93.623968) (xy 82.12337 93.701313) (xy 82.169881 93.770921) + (xy 82.229079 93.830119) (xy 82.298687 93.87663) (xy 82.355108 93.9) (xy 82.298687 93.92337) (xy 82.229079 93.969881) + (xy 82.169881 94.029079) (xy 82.12337 94.098687) (xy 82.091333 94.176032) (xy 82.075 94.258141) + (xy 82.075 94.341859) (xy 82.091333 94.423968) (xy 82.12337 94.501313) (xy 82.169881 94.570921) + (xy 82.229079 94.630119) (xy 82.298687 94.67663) (xy 82.376032 94.708667) (xy 82.458141 94.725) + (xy 82.541859 94.725) (xy 82.623968 94.708667) (xy 82.701313 94.67663) (xy 82.770921 94.630119) + (xy 82.830119 94.570921) (xy 82.87663 94.501313) (xy 82.908667 94.423968) (xy 82.925 94.341859) + (xy 82.925 94.258141) (xy 84.475 94.258141) (xy 84.475 94.341859) (xy 84.491333 94.423968) (xy 84.52337 94.501313) + (xy 84.569881 94.570921) (xy 84.629079 94.630119) (xy 84.698687 94.67663) (xy 84.776032 94.708667) + (xy 84.858141 94.725) (xy 84.941859 94.725) (xy 85.023968 94.708667) (xy 85.101313 94.67663) (xy 85.170921 94.630119) + (xy 85.230119 94.570921) (xy 85.27663 94.501313) (xy 85.308667 94.423968) (xy 85.325 94.341859) + (xy 85.325 94.258141) (xy 86.875 94.258141) (xy 86.875 94.341859) (xy 86.891333 94.423968) (xy 86.92337 94.501313) + (xy 86.969881 94.570921) (xy 87.029079 94.630119) (xy 87.098687 94.67663) (xy 87.176032 94.708667) + (xy 87.258141 94.725) (xy 87.341859 94.725) (xy 87.423968 94.708667) (xy 87.501313 94.67663) (xy 87.570921 94.630119) + (xy 87.630119 94.570921) (xy 87.67663 94.501313) (xy 87.708667 94.423968) (xy 87.725 94.341859) + (xy 87.725 94.258141) (xy 87.708667 94.176032) (xy 87.67663 94.098687) (xy 87.676367 94.098292) + (xy 89.075 94.098292) (xy 89.075 94.201708) (xy 89.095176 94.303137) (xy 89.134751 94.398681) (xy 89.192206 94.484668) + (xy 89.265332 94.557794) (xy 89.351319 94.615249) (xy 89.446863 94.654824) (xy 89.548292 94.675) + (xy 89.651708 94.675) (xy 89.753137 94.654824) (xy 89.848681 94.615249) (xy 89.934668 94.557794) + (xy 90.007794 94.484668) (xy 90.065249 94.398681) (xy 90.104824 94.303137) (xy 90.125 94.201708) + (xy 90.125 94.098292) (xy 90.104824 93.996863) (xy 90.065249 93.901319) (xy 90.007794 93.815332) + (xy 89.934668 93.742206) (xy 89.848681 93.684751) (xy 89.753137 93.645176) (xy 89.651708 93.625) + (xy 89.548292 93.625) (xy 89.446863 93.645176) (xy 89.351319 93.684751) (xy 89.265332 93.742206) + (xy 89.192206 93.815332) (xy 89.134751 93.901319) (xy 89.095176 93.996863) (xy 89.075 94.098292) + (xy 87.676367 94.098292) (xy 87.630119 94.029079) (xy 87.570921 93.969881) (xy 87.501313 93.92337) + (xy 87.423968 93.891333) (xy 87.341859 93.875) (xy 87.258141 93.875) (xy 87.176032 93.891333) (xy 87.098687 93.92337) + (xy 87.029079 93.969881) (xy 86.969881 94.029079) (xy 86.92337 94.098687) (xy 86.891333 94.176032) + (xy 86.875 94.258141) (xy 85.325 94.258141) (xy 85.308667 94.176032) (xy 85.27663 94.098687) (xy 85.230119 94.029079) + (xy 85.170921 93.969881) (xy 85.101313 93.92337) (xy 85.023968 93.891333) (xy 84.941859 93.875) + (xy 84.858141 93.875) (xy 84.776032 93.891333) (xy 84.698687 93.92337) (xy 84.629079 93.969881) + (xy 84.569881 94.029079) (xy 84.52337 94.098687) (xy 84.491333 94.176032) (xy 84.475 94.258141) + (xy 82.925 94.258141) (xy 82.908667 94.176032) (xy 82.87663 94.098687) (xy 82.830119 94.029079) + (xy 82.770921 93.969881) (xy 82.701313 93.92337) (xy 82.644892 93.9) (xy 82.701313 93.87663) (xy 82.770921 93.830119) + (xy 82.830119 93.770921) (xy 82.87663 93.701313) (xy 82.9 93.644892) (xy 82.92337 93.701313) (xy 82.969881 93.770921) + (xy 83.029079 93.830119) (xy 83.098687 93.87663) (xy 83.176032 93.908667) (xy 83.258141 93.925) + (xy 83.341859 93.925) (xy 83.423968 93.908667) (xy 83.501313 93.87663) (xy 83.570921 93.830119) + (xy 83.630119 93.770921) (xy 83.67663 93.701313) (xy 83.7 93.644892) (xy 83.72337 93.701313) (xy 83.769881 93.770921) + (xy 83.829079 93.830119) (xy 83.898687 93.87663) (xy 83.976032 93.908667) (xy 84.058141 93.925) + (xy 84.141859 93.925) (xy 84.223968 93.908667) (xy 84.301313 93.87663) (xy 84.370921 93.830119) + (xy 84.430119 93.770921) (xy 84.47663 93.701313) (xy 84.508667 93.623968) (xy 84.525 93.541859) + (xy 84.525 93.458141) (xy 84.508667 93.376032) (xy 84.47663 93.298687) (xy 84.430119 93.229079) + (xy 84.370921 93.169881) (xy 84.301313 93.12337) (xy 84.223968 93.091333) (xy 84.141859 93.075) + (xy 84.058141 93.075) (xy 83.976032 93.091333) (xy 83.898687 93.12337) (xy 83.829079 93.169881) + (xy 83.769881 93.229079) (xy 83.72337 93.298687) (xy 83.7 93.355108) (xy 83.67663 93.298687) (xy 83.630119 93.229079) + (xy 83.570921 93.169881) (xy 83.501313 93.12337) (xy 83.444892 93.1) (xy 83.501313 93.07663) (xy 83.570921 93.030119) + (xy 83.630119 92.970921) (xy 83.67663 92.901313) (xy 83.708667 92.823968) (xy 83.725 92.741859) + (xy 83.725 92.658141) (xy 83.708667 92.576032) (xy 83.67663 92.498687) (xy 83.630119 92.429079) + (xy 83.570921 92.369881) (xy 83.501313 92.32337) (xy 83.423968 92.291333) (xy 83.341859 92.275) + (xy 83.258141 92.275) (xy 83.176032 92.291333) (xy 83.098687 92.32337) (xy 83.029079 92.369881) + (xy 82.969881 92.429079) (xy 82.92337 92.498687) (xy 82.9 92.555108) (xy 82.87663 92.498687) (xy 82.830119 92.429079) + (xy 82.770921 92.369881) (xy 82.701313 92.32337) (xy 82.623968 92.291333) (xy 82.541859 92.275) + (xy 82.458141 92.275) (xy 82.376032 92.291333) (xy 82.298687 92.32337) (xy 82.229079 92.369881) + (xy 82.169881 92.429079) (xy 82.12337 92.498687) (xy 82.091333 92.576032) (xy 82.075 92.658141) + (xy 81.325 92.658141) (xy 81.308667 92.576032) (xy 81.27663 92.498687) (xy 81.230119 92.429079) + (xy 81.170921 92.369881) (xy 81.101313 92.32337) (xy 81.044892 92.3) (xy 81.101313 92.27663) (xy 81.170921 92.230119) + (xy 81.230119 92.170921) (xy 81.27663 92.101313) (xy 81.308667 92.023968) (xy 81.325 91.941859) + (xy 81.325 91.858141) (xy 84.475 91.858141) (xy 84.475 91.941859) (xy 84.491333 92.023968) (xy 84.52337 92.101313) + (xy 84.569881 92.170921) (xy 84.629079 92.230119) (xy 84.698687 92.27663) (xy 84.755108 92.3) (xy 84.698687 92.32337) + (xy 84.629079 92.369881) (xy 84.569881 92.429079) (xy 84.52337 92.498687) (xy 84.491333 92.576032) + (xy 84.475 92.658141) (xy 84.475 92.741859) (xy 84.491333 92.823968) (xy 84.52337 92.901313) (xy 84.569881 92.970921) + (xy 84.629079 93.030119) (xy 84.698687 93.07663) (xy 84.776032 93.108667) (xy 84.858141 93.125) + (xy 84.941859 93.125) (xy 85.023968 93.108667) (xy 85.101313 93.07663) (xy 85.170921 93.030119) + (xy 85.230119 92.970921) (xy 85.27663 92.901313) (xy 85.3 92.844892) (xy 85.32337 92.901313) (xy 85.369881 92.970921) + (xy 85.429079 93.030119) (xy 85.498687 93.07663) (xy 85.576032 93.108667) (xy 85.658141 93.125) + (xy 85.741859 93.125) (xy 85.823968 93.108667) (xy 85.901313 93.07663) (xy 85.970921 93.030119) + (xy 86.030119 92.970921) (xy 86.07663 92.901313) (xy 86.1 92.844892) (xy 86.12337 92.901313) (xy 86.169881 92.970921) + (xy 86.229079 93.030119) (xy 86.298687 93.07663) (xy 86.355108 93.1) (xy 86.298687 93.12337) (xy 86.229079 93.169881) + (xy 86.169881 93.229079) (xy 86.12337 93.298687) (xy 86.091333 93.376032) (xy 86.075 93.458141) + (xy 86.075 93.541859) (xy 86.091333 93.623968) (xy 86.12337 93.701313) (xy 86.169881 93.770921) + (xy 86.229079 93.830119) (xy 86.298687 93.87663) (xy 86.376032 93.908667) (xy 86.458141 93.925) + (xy 86.541859 93.925) (xy 86.623968 93.908667) (xy 86.701313 93.87663) (xy 86.770921 93.830119) + (xy 86.830119 93.770921) (xy 86.87663 93.701313) (xy 86.908667 93.623968) (xy 86.925 93.541859) + (xy 86.925 93.458141) (xy 86.908667 93.376032) (xy 86.87663 93.298687) (xy 86.830119 93.229079) + (xy 86.770921 93.169881) (xy 86.745982 93.153217) (xy 88.125 93.153217) (xy 88.125 93.246783) (xy 88.143254 93.338552) + (xy 88.179061 93.424997) (xy 88.231044 93.502795) (xy 88.297205 93.568956) (xy 88.375003 93.620939) + (xy 88.461448 93.656746) (xy 88.553217 93.675) (xy 88.646783 93.675) (xy 88.738552 93.656746) (xy 88.824997 93.620939) + (xy 88.902795 93.568956) (xy 88.968956 93.502795) (xy 89.020939 93.424997) (xy 89.056746 93.338552) + (xy 89.075 93.246783) (xy 89.075 93.153217) (xy 89.056746 93.061448) (xy 89.020939 92.975003) (xy 88.968956 92.897205) + (xy 88.925873 92.854122) (xy 104.195 92.854122) (xy 104.195 93.065878) (xy 104.236312 93.273566) + (xy 104.317348 93.469203) (xy 104.434993 93.645272) (xy 104.584728 93.795007) (xy 104.760797 93.912652) + (xy 104.956434 93.993688) (xy 105.164122 94.035) (xy 105.375878 94.035) (xy 105.583566 93.993688) + (xy 105.779203 93.912652) (xy 105.955272 93.795007) (xy 106.105007 93.645272) (xy 106.222652 93.469203) + (xy 106.231313 93.448292) (xy 107.825 93.448292) (xy 107.825 93.551708) (xy 107.845176 93.653137) + (xy 107.884751 93.748681) (xy 107.942206 93.834668) (xy 108.015332 93.907794) (xy 108.101319 93.965249) + (xy 108.196863 94.004824) (xy 108.298292 94.025) (xy 108.401708 94.025) (xy 108.503137 94.004824) + (xy 108.598681 93.965249) (xy 108.684668 93.907794) (xy 108.757794 93.834668) (xy 108.815249 93.748681) + (xy 108.854824 93.653137) (xy 108.875 93.551708) (xy 108.875 93.548292) (xy 119.575 93.548292) (xy 119.575 93.651708) + (xy 119.595176 93.753137) (xy 119.634751 93.848681) (xy 119.692206 93.934668) (xy 119.765332 94.007794) + (xy 119.851319 94.065249) (xy 119.946863 94.104824) (xy 120.048292 94.125) (xy 120.151708 94.125) + (xy 120.253137 94.104824) (xy 120.348681 94.065249) (xy 120.434668 94.007794) (xy 120.507794 93.934668) + (xy 120.565249 93.848681) (xy 120.604824 93.753137) (xy 120.625 93.651708) (xy 120.625 93.548292) + (xy 120.604824 93.446863) (xy 120.565249 93.351319) (xy 120.507794 93.265332) (xy 120.434668 93.192206) + (xy 120.348681 93.134751) (xy 120.253137 93.095176) (xy 120.151708 93.075) (xy 120.048292 93.075) + (xy 119.946863 93.095176) (xy 119.851319 93.134751) (xy 119.765332 93.192206) (xy 119.692206 93.265332) + (xy 119.634751 93.351319) (xy 119.595176 93.446863) (xy 119.575 93.548292) (xy 108.875 93.548292) + (xy 108.875 93.448292) (xy 108.854824 93.346863) (xy 108.815249 93.251319) (xy 108.757794 93.165332) + (xy 108.684668 93.092206) (xy 108.598681 93.034751) (xy 108.503137 92.995176) (xy 108.401708 92.975) + (xy 108.298292 92.975) (xy 108.196863 92.995176) (xy 108.101319 93.034751) (xy 108.015332 93.092206) + (xy 107.942206 93.165332) (xy 107.884751 93.251319) (xy 107.845176 93.346863) (xy 107.825 93.448292) + (xy 106.231313 93.448292) (xy 106.303688 93.273566) (xy 106.345 93.065878) (xy 106.345 92.854122) + (xy 106.303688 92.646434) (xy 106.263037 92.548292) (xy 122.775 92.548292) (xy 122.775 92.651708) + (xy 122.795176 92.753137) (xy 122.834751 92.848681) (xy 122.892206 92.934668) (xy 122.965332 93.007794) + (xy 123.051319 93.065249) (xy 123.146863 93.104824) (xy 123.248292 93.125) (xy 123.351708 93.125) + (xy 123.453137 93.104824) (xy 123.548681 93.065249) (xy 123.634668 93.007794) (xy 123.707794 92.934668) + (xy 123.765249 92.848681) (xy 123.804824 92.753137) (xy 123.825 92.651708) (xy 123.825 92.548292) + (xy 123.804824 92.446863) (xy 123.765249 92.351319) (xy 123.707794 92.265332) (xy 123.634668 92.192206) + (xy 123.568931 92.148282) (xy 123.648681 92.115249) (xy 123.734668 92.057794) (xy 123.807794 91.984668) + (xy 123.865249 91.898681) (xy 123.88612 91.848292) (xy 125.075 91.848292) (xy 125.075 91.951708) + (xy 125.095176 92.053137) (xy 125.134751 92.148681) (xy 125.192206 92.234668) (xy 125.265332 92.307794) + (xy 125.351319 92.365249) (xy 125.446863 92.404824) (xy 125.548292 92.425) (xy 125.651708 92.425) + (xy 125.753137 92.404824) (xy 125.848681 92.365249) (xy 125.85 92.364368) (xy 125.851319 92.365249) + (xy 125.946863 92.404824) (xy 126.048292 92.425) (xy 126.151708 92.425) (xy 126.253137 92.404824) + (xy 126.348681 92.365249) (xy 126.35 92.364368) (xy 126.351319 92.365249) (xy 126.446863 92.404824) + (xy 126.548292 92.425) (xy 126.651708 92.425) (xy 126.753137 92.404824) (xy 126.848681 92.365249) + (xy 126.85 92.364368) (xy 126.851319 92.365249) (xy 126.946863 92.404824) (xy 127.048292 92.425) + (xy 127.151708 92.425) (xy 127.253137 92.404824) (xy 127.348681 92.365249) (xy 127.434668 92.307794) + (xy 127.507794 92.234668) (xy 127.565249 92.148681) (xy 127.604824 92.053137) (xy 127.625 91.951708) + (xy 127.625 91.848292) (xy 127.604824 91.746863) (xy 127.565249 91.651319) (xy 127.507794 91.565332) + (xy 127.434668 91.492206) (xy 127.348681 91.434751) (xy 127.253137 91.395176) (xy 127.151708 91.375) + (xy 127.048292 91.375) (xy 126.946863 91.395176) (xy 126.851319 91.434751) (xy 126.85 91.435632) + (xy 126.848681 91.434751) (xy 126.753137 91.395176) (xy 126.651708 91.375) (xy 126.548292 91.375) + (xy 126.446863 91.395176) (xy 126.351319 91.434751) (xy 126.35 91.435632) (xy 126.348681 91.434751) + (xy 126.253137 91.395176) (xy 126.151708 91.375) (xy 126.048292 91.375) (xy 125.946863 91.395176) + (xy 125.851319 91.434751) (xy 125.85 91.435632) (xy 125.848681 91.434751) (xy 125.753137 91.395176) + (xy 125.651708 91.375) (xy 125.548292 91.375) (xy 125.446863 91.395176) (xy 125.351319 91.434751) + (xy 125.265332 91.492206) (xy 125.192206 91.565332) (xy 125.134751 91.651319) (xy 125.095176 91.746863) + (xy 125.075 91.848292) (xy 123.88612 91.848292) (xy 123.904824 91.803137) (xy 123.925 91.701708) + (xy 123.925 91.598292) (xy 123.904824 91.496863) (xy 123.865249 91.401319) (xy 123.830959 91.35) + (xy 123.865249 91.298681) (xy 123.904824 91.203137) (xy 123.925 91.101708) (xy 123.925 90.998292) + (xy 123.904824 90.896863) (xy 123.865249 90.801319) (xy 123.807794 90.715332) (xy 123.734668 90.642206) + (xy 123.648681 90.584751) (xy 123.553137 90.545176) (xy 123.451708 90.525) (xy 123.348292 90.525) + (xy 123.246863 90.545176) (xy 123.151319 90.584751) (xy 123.065332 90.642206) (xy 122.992206 90.715332) + (xy 122.934751 90.801319) (xy 122.895176 90.896863) (xy 122.875 90.998292) (xy 122.875 91.101708) + (xy 122.895176 91.203137) (xy 122.934751 91.298681) (xy 122.969041 91.35) (xy 122.934751 91.401319) + (xy 122.895176 91.496863) (xy 122.875 91.598292) (xy 122.875 91.701708) (xy 122.895176 91.803137) + (xy 122.934751 91.898681) (xy 122.992206 91.984668) (xy 123.065332 92.057794) (xy 123.131069 92.101718) + (xy 123.051319 92.134751) (xy 122.965332 92.192206) (xy 122.892206 92.265332) (xy 122.834751 92.351319) + (xy 122.795176 92.446863) (xy 122.775 92.548292) (xy 106.263037 92.548292) (xy 106.222652 92.450797) + (xy 106.105007 92.274728) (xy 105.955272 92.124993) (xy 105.779203 92.007348) (xy 105.583566 91.926312) + (xy 105.375878 91.885) (xy 105.164122 91.885) (xy 104.956434 91.926312) (xy 104.760797 92.007348) + (xy 104.584728 92.124993) (xy 104.434993 92.274728) (xy 104.317348 92.450797) (xy 104.236312 92.646434) + (xy 104.195 92.854122) (xy 88.925873 92.854122) (xy 88.902795 92.831044) (xy 88.824997 92.779061) + (xy 88.738552 92.743254) (xy 88.646783 92.725) (xy 88.553217 92.725) (xy 88.461448 92.743254) (xy 88.375003 92.779061) + (xy 88.297205 92.831044) (xy 88.231044 92.897205) (xy 88.179061 92.975003) (xy 88.143254 93.061448) + (xy 88.125 93.153217) (xy 86.745982 93.153217) (xy 86.701313 93.12337) (xy 86.644892 93.1) (xy 86.701313 93.07663) + (xy 86.770921 93.030119) (xy 86.830119 92.970921) (xy 86.87663 92.901313) (xy 86.908667 92.823968) + (xy 86.925 92.741859) (xy 86.925 92.658141) (xy 86.908667 92.576032) (xy 86.87663 92.498687) (xy 86.830119 92.429079) + (xy 86.770921 92.369881) (xy 86.701313 92.32337) (xy 86.623968 92.291333) (xy 86.541859 92.275) + (xy 86.458141 92.275) (xy 86.376032 92.291333) (xy 86.298687 92.32337) (xy 86.229079 92.369881) + (xy 86.169881 92.429079) (xy 86.12337 92.498687) (xy 86.1 92.555108) (xy 86.07663 92.498687) (xy 86.030119 92.429079) + (xy 85.970921 92.369881) (xy 85.901313 92.32337) (xy 85.844892 92.3) (xy 85.901313 92.27663) (xy 85.970921 92.230119) + (xy 86.030119 92.170921) (xy 86.07663 92.101313) (xy 86.108667 92.023968) (xy 86.12372 91.948292) + (xy 88.975 91.948292) (xy 88.975 92.051708) (xy 88.995176 92.153137) (xy 89.034751 92.248681) (xy 89.092206 92.334668) + (xy 89.165332 92.407794) (xy 89.251319 92.465249) (xy 89.346863 92.504824) (xy 89.448292 92.525) + (xy 89.551708 92.525) (xy 89.653137 92.504824) (xy 89.748681 92.465249) (xy 89.834668 92.407794) + (xy 89.907794 92.334668) (xy 89.965249 92.248681) (xy 90.004824 92.153137) (xy 90.025 92.051708) + (xy 90.025 91.948292) (xy 90.004824 91.846863) (xy 89.965249 91.751319) (xy 89.907794 91.665332) + (xy 89.834668 91.592206) (xy 89.748681 91.534751) (xy 89.653137 91.495176) (xy 89.551708 91.475) + (xy 89.448292 91.475) (xy 89.346863 91.495176) (xy 89.251319 91.534751) (xy 89.165332 91.592206) + (xy 89.092206 91.665332) (xy 89.034751 91.751319) (xy 88.995176 91.846863) (xy 88.975 91.948292) + (xy 86.12372 91.948292) (xy 86.125 91.941859) (xy 86.125 91.858141) (xy 86.108667 91.776032) (xy 86.07663 91.698687) + (xy 86.030119 91.629079) (xy 85.970921 91.569881) (xy 85.901313 91.52337) (xy 85.823968 91.491333) + (xy 85.741859 91.475) (xy 85.658141 91.475) (xy 85.576032 91.491333) (xy 85.498687 91.52337) (xy 85.429079 91.569881) + (xy 85.369881 91.629079) (xy 85.32337 91.698687) (xy 85.3 91.755108) (xy 85.27663 91.698687) (xy 85.230119 91.629079) + (xy 85.170921 91.569881) (xy 85.101313 91.52337) (xy 85.023968 91.491333) (xy 84.941859 91.475) + (xy 84.858141 91.475) (xy 84.776032 91.491333) (xy 84.698687 91.52337) (xy 84.629079 91.569881) + (xy 84.569881 91.629079) (xy 84.52337 91.698687) (xy 84.491333 91.776032) (xy 84.475 91.858141) + (xy 81.325 91.858141) (xy 81.308667 91.776032) (xy 81.27663 91.698687) (xy 81.230119 91.629079) + (xy 81.170921 91.569881) (xy 81.101313 91.52337) (xy 81.023968 91.491333) (xy 80.941859 91.475) + (xy 80.858141 91.475) (xy 80.776032 91.491333) (xy 80.698687 91.52337) (xy 80.629079 91.569881) + (xy 80.569881 91.629079) (xy 80.52337 91.698687) (xy 80.5 91.755108) (xy 80.47663 91.698687) (xy 80.430119 91.629079) + (xy 80.370921 91.569881) (xy 80.301313 91.52337) (xy 80.223968 91.491333) (xy 80.141859 91.475) + (xy 80.058141 91.475) (xy 79.976032 91.491333) (xy 79.898687 91.52337) (xy 79.829079 91.569881) + (xy 79.769881 91.629079) (xy 79.72337 91.698687) (xy 79.691333 91.776032) (xy 79.675 91.858141) + (xy 76.378795 91.858141) (xy 76.307818 91.787164) (xy 76.221831 91.729709) (xy 76.126287 91.690134) + (xy 76.024858 91.669958) (xy 75.921442 91.669958) (xy 75.820013 91.690134) (xy 75.724469 91.729709) + (xy 75.638482 91.787164) (xy 75.565356 91.86029) (xy 75.507901 91.946277) (xy 75.468326 92.041821) + (xy 75.44815 92.14325) (xy 57.025 92.14325) (xy 57.025 91.498292) (xy 73.275 91.498292) (xy 73.275 91.601708) + (xy 73.295176 91.703137) (xy 73.334751 91.798681) (xy 73.392206 91.884668) (xy 73.465332 91.957794) + (xy 73.551319 92.015249) (xy 73.646863 92.054824) (xy 73.748292 92.075) (xy 73.851708 92.075) (xy 73.953137 92.054824) + (xy 74.048681 92.015249) (xy 74.134668 91.957794) (xy 74.207794 91.884668) (xy 74.265249 91.798681) + (xy 74.304824 91.703137) (xy 74.325 91.601708) (xy 74.325 91.498292) (xy 74.304824 91.396863) (xy 74.265249 91.301319) + (xy 74.229818 91.248292) (xy 78.075 91.248292) (xy 78.075 91.351708) (xy 78.095176 91.453137) (xy 78.134751 91.548681) + (xy 78.192206 91.634668) (xy 78.265332 91.707794) (xy 78.351319 91.765249) (xy 78.446863 91.804824) + (xy 78.548292 91.825) (xy 78.651708 91.825) (xy 78.753137 91.804824) (xy 78.848681 91.765249) (xy 78.934668 91.707794) + (xy 79.007794 91.634668) (xy 79.065249 91.548681) (xy 79.104824 91.453137) (xy 79.125 91.351708) + (xy 79.125 91.248292) (xy 79.104824 91.146863) (xy 79.065249 91.051319) (xy 79.007794 90.965332) + (xy 78.934668 90.892206) (xy 78.848681 90.834751) (xy 78.753137 90.795176) (xy 78.651708 90.775) + (xy 78.548292 90.775) (xy 78.446863 90.795176) (xy 78.351319 90.834751) (xy 78.265332 90.892206) + (xy 78.192206 90.965332) (xy 78.134751 91.051319) (xy 78.095176 91.146863) (xy 78.075 91.248292) + (xy 74.229818 91.248292) (xy 74.207794 91.215332) (xy 74.134668 91.142206) (xy 74.048681 91.084751) + (xy 73.953137 91.045176) (xy 73.851708 91.025) (xy 73.748292 91.025) (xy 73.646863 91.045176) (xy 73.551319 91.084751) + (xy 73.465332 91.142206) (xy 73.392206 91.215332) (xy 73.334751 91.301319) (xy 73.295176 91.396863) + (xy 73.275 91.498292) (xy 57.025 91.498292) (xy 57.025 91.386438) (xy 57.044509 91.322125) (xy 57.058507 91.18) + (xy 57.044509 91.037875) (xy 57.003053 90.901212) (xy 56.935731 90.775263) (xy 56.845132 90.664868) + (xy 56.734737 90.574269) (xy 56.608788 90.506947) (xy 56.472125 90.465491) (xy 56.365607 90.455) + (xy 55.194393 90.455) (xy 55.087875 90.465491) (xy 55.056528 90.475) (xy 52.073472 90.475) (xy 52.042125 90.465491) + (xy 51.935607 90.455) (xy 51.264393 90.455) (xy 51.157875 90.465491) (xy 51.126528 90.475) (xy 50.5 90.475) + (xy 50.470632 90.476925) (xy 50.341222 90.493962) (xy 50.284486 90.509164) (xy 50.275 90.513093) + (xy 50.275 90.404345) (xy 64.517375 90.404345) (xy 64.517375 90.507761) (xy 64.537551 90.60919) + (xy 64.577126 90.704734) (xy 64.634581 90.790721) (xy 64.707707 90.863847) (xy 64.793694 90.921302) + (xy 64.889238 90.960877) (xy 64.990667 90.981053) (xy 65.094083 90.981053) (xy 65.195512 90.960877) + (xy 65.291056 90.921302) (xy 65.377043 90.863847) (xy 65.424219 90.816671) (xy 65.465342 90.857794) + (xy 65.551329 90.915249) (xy 65.646873 90.954824) (xy 65.748302 90.975) (xy 65.851718 90.975) (xy 65.953147 90.954824) + (xy 66.048691 90.915249) (xy 66.134678 90.857794) (xy 66.207804 90.784668) (xy 66.265259 90.698681) + (xy 66.300005 90.614795) (xy 66.334751 90.698681) (xy 66.392206 90.784668) (xy 66.465332 90.857794) + (xy 66.551319 90.915249) (xy 66.646863 90.954824) (xy 66.748292 90.975) (xy 66.851708 90.975) (xy 66.953137 90.954824) + (xy 67.048681 90.915249) (xy 67.134668 90.857794) (xy 67.2 90.792462) (xy 67.265332 90.857794) (xy 67.351319 90.915249) + (xy 67.446863 90.954824) (xy 67.548292 90.975) (xy 67.651708 90.975) (xy 67.753137 90.954824) (xy 67.848681 90.915249) + (xy 67.934668 90.857794) (xy 68.007794 90.784668) (xy 68.065249 90.698681) (xy 68.104824 90.603137) + (xy 68.125 90.501708) (xy 68.125 90.398292) (xy 72.575 90.398292) (xy 72.575 90.501708) (xy 72.595176 90.603137) + (xy 72.634751 90.698681) (xy 72.692206 90.784668) (xy 72.765332 90.857794) (xy 72.851319 90.915249) + (xy 72.946863 90.954824) (xy 73.048292 90.975) (xy 73.151708 90.975) (xy 73.253137 90.954824) (xy 73.348681 90.915249) + (xy 73.434668 90.857794) (xy 73.507794 90.784668) (xy 73.565249 90.698681) (xy 73.604824 90.603137) + (xy 73.625 90.501708) (xy 73.625 90.398292) (xy 73.604824 90.296863) (xy 73.584706 90.248292) (xy 77.075 90.248292) + (xy 77.075 90.351708) (xy 77.095176 90.453137) (xy 77.134751 90.548681) (xy 77.192206 90.634668) + (xy 77.265332 90.707794) (xy 77.351319 90.765249) (xy 77.446863 90.804824) (xy 77.548292 90.825) + (xy 77.651708 90.825) (xy 77.753137 90.804824) (xy 77.848681 90.765249) (xy 77.934668 90.707794) + (xy 78.007794 90.634668) (xy 78.032099 90.598292) (xy 95.575 90.598292) (xy 95.575 90.701708) (xy 95.595176 90.803137) + (xy 95.634751 90.898681) (xy 95.692206 90.984668) (xy 95.765332 91.057794) (xy 95.851319 91.115249) + (xy 95.946863 91.154824) (xy 96.048292 91.175) (xy 96.151708 91.175) (xy 96.253137 91.154824) (xy 96.348681 91.115249) + (xy 96.434668 91.057794) (xy 96.507794 90.984668) (xy 96.565249 90.898681) (xy 96.604824 90.803137) + (xy 96.625 90.701708) (xy 96.625 90.598292) (xy 97.325 90.598292) (xy 97.325 90.701708) (xy 97.345176 90.803137) + (xy 97.384751 90.898681) (xy 97.442206 90.984668) (xy 97.482538 91.025) (xy 97.442206 91.065332) + (xy 97.384751 91.151319) (xy 97.345176 91.246863) (xy 97.325 91.348292) (xy 97.325 91.451708) (xy 97.345176 91.553137) + (xy 97.384751 91.648681) (xy 97.442206 91.734668) (xy 97.515332 91.807794) (xy 97.601319 91.865249) + (xy 97.696863 91.904824) (xy 97.798292 91.925) (xy 97.901708 91.925) (xy 98.003137 91.904824) (xy 98.098681 91.865249) + (xy 98.184668 91.807794) (xy 98.257794 91.734668) (xy 98.315249 91.648681) (xy 98.354824 91.553137) + (xy 98.375 91.451708) (xy 98.375 91.348292) (xy 98.354824 91.246863) (xy 98.315249 91.151319) (xy 98.257794 91.065332) + (xy 98.217462 91.025) (xy 98.257794 90.984668) (xy 98.315249 90.898681) (xy 98.354824 90.803137) + (xy 98.375 90.701708) (xy 98.375 90.598292) (xy 98.373703 90.591769) (xy 99.568477 90.591769) (xy 99.568477 90.695185) + (xy 99.588653 90.796614) (xy 99.628228 90.892158) (xy 99.685683 90.978145) (xy 99.758809 91.051271) + (xy 99.844796 91.108726) (xy 99.94034 91.148301) (xy 100.041769 91.168477) (xy 100.145185 91.168477) + (xy 100.246614 91.148301) (xy 100.342158 91.108726) (xy 100.428145 91.051271) (xy 100.501271 90.978145) + (xy 100.558726 90.892158) (xy 100.598301 90.796614) (xy 100.618477 90.695185) (xy 100.618477 90.598292) + (xy 101.325 90.598292) (xy 101.325 90.701708) (xy 101.345176 90.803137) (xy 101.384751 90.898681) + (xy 101.442206 90.984668) (xy 101.482538 91.025) (xy 101.442206 91.065332) (xy 101.384751 91.151319) + (xy 101.345176 91.246863) (xy 101.325 91.348292) (xy 101.325 91.451708) (xy 101.345176 91.553137) + (xy 101.384751 91.648681) (xy 101.442206 91.734668) (xy 101.515332 91.807794) (xy 101.601319 91.865249) + (xy 101.696863 91.904824) (xy 101.798292 91.925) (xy 101.901708 91.925) (xy 102.003137 91.904824) + (xy 102.098681 91.865249) (xy 102.184668 91.807794) (xy 102.257794 91.734668) (xy 102.315249 91.648681) + (xy 102.354824 91.553137) (xy 102.375 91.451708) (xy 102.375 91.348292) (xy 102.355109 91.248292) + (xy 116.475 91.248292) (xy 116.475 91.351708) (xy 116.495176 91.453137) (xy 116.534751 91.548681) + (xy 116.592206 91.634668) (xy 116.665332 91.707794) (xy 116.751319 91.765249) (xy 116.846863 91.804824) + (xy 116.948292 91.825) (xy 117.051708 91.825) (xy 117.153137 91.804824) (xy 117.248681 91.765249) + (xy 117.334668 91.707794) (xy 117.407794 91.634668) (xy 117.465249 91.548681) (xy 117.504824 91.453137) + (xy 117.525 91.351708) (xy 117.525 91.248292) (xy 117.505109 91.148292) (xy 118.475 91.148292) (xy 118.475 91.251708) + (xy 118.495176 91.353137) (xy 118.534751 91.448681) (xy 118.592206 91.534668) (xy 118.665332 91.607794) + (xy 118.751319 91.665249) (xy 118.846863 91.704824) (xy 118.948292 91.725) (xy 119.051708 91.725) + (xy 119.153137 91.704824) (xy 119.248681 91.665249) (xy 119.334668 91.607794) (xy 119.34417 91.598292) + (xy 121.075 91.598292) (xy 121.075 91.701708) (xy 121.095176 91.803137) (xy 121.134751 91.898681) + (xy 121.192206 91.984668) (xy 121.265332 92.057794) (xy 121.351319 92.115249) (xy 121.446863 92.154824) + (xy 121.548292 92.175) (xy 121.651708 92.175) (xy 121.753137 92.154824) (xy 121.848681 92.115249) + (xy 121.934668 92.057794) (xy 122.007794 91.984668) (xy 122.065249 91.898681) (xy 122.104824 91.803137) + (xy 122.125 91.701708) (xy 122.125 91.598292) (xy 122.104824 91.496863) (xy 122.065249 91.401319) + (xy 122.007794 91.315332) (xy 121.934668 91.242206) (xy 121.848681 91.184751) (xy 121.753137 91.145176) + (xy 121.651708 91.125) (xy 121.548292 91.125) (xy 121.446863 91.145176) (xy 121.351319 91.184751) + (xy 121.265332 91.242206) (xy 121.192206 91.315332) (xy 121.134751 91.401319) (xy 121.095176 91.496863) + (xy 121.075 91.598292) (xy 119.34417 91.598292) (xy 119.407794 91.534668) (xy 119.465249 91.448681) + (xy 119.504824 91.353137) (xy 119.525 91.251708) (xy 119.525 91.148292) (xy 119.504824 91.046863) + (xy 119.465249 90.951319) (xy 119.407794 90.865332) (xy 119.334668 90.792206) (xy 119.248681 90.734751) + (xy 119.153137 90.695176) (xy 119.051708 90.675) (xy 118.948292 90.675) (xy 118.846863 90.695176) + (xy 118.751319 90.734751) (xy 118.665332 90.792206) (xy 118.592206 90.865332) (xy 118.534751 90.951319) + (xy 118.495176 91.046863) (xy 118.475 91.148292) (xy 117.505109 91.148292) (xy 117.504824 91.146863) + (xy 117.465249 91.051319) (xy 117.407794 90.965332) (xy 117.334668 90.892206) (xy 117.248681 90.834751) + (xy 117.153137 90.795176) (xy 117.051708 90.775) (xy 116.948292 90.775) (xy 116.846863 90.795176) + (xy 116.751319 90.834751) (xy 116.665332 90.892206) (xy 116.592206 90.965332) (xy 116.534751 91.051319) + (xy 116.495176 91.146863) (xy 116.475 91.248292) (xy 102.355109 91.248292) (xy 102.354824 91.246863) + (xy 102.315249 91.151319) (xy 102.257794 91.065332) (xy 102.217462 91.025) (xy 102.257794 90.984668) + (xy 102.315249 90.898681) (xy 102.354824 90.803137) (xy 102.375 90.701708) (xy 102.375 90.598292) + (xy 102.354824 90.496863) (xy 102.315249 90.401319) (xy 102.257794 90.315332) (xy 102.184668 90.242206) + (xy 102.098681 90.184751) (xy 102.003137 90.145176) (xy 101.901708 90.125) (xy 101.798292 90.125) + (xy 101.696863 90.145176) (xy 101.601319 90.184751) (xy 101.515332 90.242206) (xy 101.442206 90.315332) + (xy 101.384751 90.401319) (xy 101.345176 90.496863) (xy 101.325 90.598292) (xy 100.618477 90.598292) + (xy 100.618477 90.591769) (xy 100.598301 90.49034) (xy 100.558726 90.394796) (xy 100.501271 90.308809) + (xy 100.428145 90.235683) (xy 100.342158 90.178228) (xy 100.246614 90.138653) (xy 100.145185 90.118477) + (xy 100.041769 90.118477) (xy 99.94034 90.138653) (xy 99.844796 90.178228) (xy 99.758809 90.235683) + (xy 99.685683 90.308809) (xy 99.628228 90.394796) (xy 99.588653 90.49034) (xy 99.568477 90.591769) + (xy 98.373703 90.591769) (xy 98.354824 90.496863) (xy 98.315249 90.401319) (xy 98.257794 90.315332) + (xy 98.184668 90.242206) (xy 98.098681 90.184751) (xy 98.003137 90.145176) (xy 97.901708 90.125) + (xy 97.798292 90.125) (xy 97.696863 90.145176) (xy 97.601319 90.184751) (xy 97.515332 90.242206) + (xy 97.442206 90.315332) (xy 97.384751 90.401319) (xy 97.345176 90.496863) (xy 97.325 90.598292) + (xy 96.625 90.598292) (xy 96.604824 90.496863) (xy 96.565249 90.401319) (xy 96.507794 90.315332) + (xy 96.434668 90.242206) (xy 96.348681 90.184751) (xy 96.253137 90.145176) (xy 96.151708 90.125) + (xy 96.048292 90.125) (xy 95.946863 90.145176) (xy 95.851319 90.184751) (xy 95.765332 90.242206) + (xy 95.692206 90.315332) (xy 95.634751 90.401319) (xy 95.595176 90.496863) (xy 95.575 90.598292) + (xy 78.032099 90.598292) (xy 78.065249 90.548681) (xy 78.104824 90.453137) (xy 78.125 90.351708) + (xy 78.125 90.248292) (xy 78.104824 90.146863) (xy 78.065249 90.051319) (xy 78.007794 89.965332) + (xy 77.990754 89.948292) (xy 86.525 89.948292) (xy 86.525 90.051708) (xy 86.545176 90.153137) (xy 86.584751 90.248681) + (xy 86.642206 90.334668) (xy 86.715332 90.407794) (xy 86.801319 90.465249) (xy 86.896863 90.504824) + (xy 86.998292 90.525) (xy 87.101708 90.525) (xy 87.203137 90.504824) (xy 87.298681 90.465249) (xy 87.384668 90.407794) + (xy 87.457794 90.334668) (xy 87.515249 90.248681) (xy 87.554824 90.153137) (xy 87.575 90.051708) + (xy 87.575 89.948292) (xy 87.554824 89.846863) (xy 87.534706 89.798292) (xy 107.025 89.798292) (xy 107.025 89.901708) + (xy 107.045176 90.003137) (xy 107.084751 90.098681) (xy 107.142206 90.184668) (xy 107.215332 90.257794) + (xy 107.301319 90.315249) (xy 107.396863 90.354824) (xy 107.498292 90.375) (xy 107.601708 90.375) + (xy 107.703137 90.354824) (xy 107.798681 90.315249) (xy 107.884668 90.257794) (xy 107.957794 90.184668) + (xy 108.015249 90.098681) (xy 108.054824 90.003137) (xy 108.075 89.901708) (xy 108.075 89.798292) + (xy 108.054824 89.696863) (xy 108.015249 89.601319) (xy 107.957794 89.515332) (xy 107.884668 89.442206) + (xy 107.798681 89.384751) (xy 107.703137 89.345176) (xy 107.601708 89.325) (xy 107.498292 89.325) + (xy 107.396863 89.345176) (xy 107.301319 89.384751) (xy 107.215332 89.442206) (xy 107.142206 89.515332) + (xy 107.084751 89.601319) (xy 107.045176 89.696863) (xy 107.025 89.798292) (xy 87.534706 89.798292) + (xy 87.515249 89.751319) (xy 87.457794 89.665332) (xy 87.384668 89.592206) (xy 87.298681 89.534751) + (xy 87.203137 89.495176) (xy 87.101708 89.475) (xy 86.998292 89.475) (xy 86.896863 89.495176) (xy 86.801319 89.534751) + (xy 86.715332 89.592206) (xy 86.642206 89.665332) (xy 86.584751 89.751319) (xy 86.545176 89.846863) + (xy 86.525 89.948292) (xy 77.990754 89.948292) (xy 77.934668 89.892206) (xy 77.848681 89.834751) + (xy 77.753137 89.795176) (xy 77.651708 89.775) (xy 77.548292 89.775) (xy 77.446863 89.795176) (xy 77.351319 89.834751) + (xy 77.265332 89.892206) (xy 77.192206 89.965332) (xy 77.134751 90.051319) (xy 77.095176 90.146863) + (xy 77.075 90.248292) (xy 73.584706 90.248292) (xy 73.565249 90.201319) (xy 73.507794 90.115332) + (xy 73.434668 90.042206) (xy 73.348681 89.984751) (xy 73.253137 89.945176) (xy 73.151708 89.925) + (xy 73.048292 89.925) (xy 72.946863 89.945176) (xy 72.851319 89.984751) (xy 72.765332 90.042206) + (xy 72.692206 90.115332) (xy 72.634751 90.201319) (xy 72.595176 90.296863) (xy 72.575 90.398292) + (xy 68.125 90.398292) (xy 68.104824 90.296863) (xy 68.065249 90.201319) (xy 68.007794 90.115332) + (xy 67.934668 90.042206) (xy 67.848681 89.984751) (xy 67.753137 89.945176) (xy 67.651708 89.925) + (xy 67.548292 89.925) (xy 67.446863 89.945176) (xy 67.351319 89.984751) (xy 67.265332 90.042206) + (xy 67.2 90.107538) (xy 67.134668 90.042206) (xy 67.048681 89.984751) (xy 66.953137 89.945176) (xy 66.851708 89.925) + (xy 66.748292 89.925) (xy 66.646863 89.945176) (xy 66.551319 89.984751) (xy 66.465332 90.042206) + (xy 66.392206 90.115332) (xy 66.334751 90.201319) (xy 66.300005 90.285205) (xy 66.265259 90.201319) + (xy 66.207804 90.115332) (xy 66.134678 90.042206) (xy 66.048691 89.984751) (xy 65.953147 89.945176) + (xy 65.851718 89.925) (xy 65.748302 89.925) (xy 65.646873 89.945176) (xy 65.551329 89.984751) (xy 65.465342 90.042206) + (xy 65.418166 90.089382) (xy 65.385624 90.05684) (xy 65.457796 89.984668) (xy 65.515251 89.898681) + (xy 65.554826 89.803137) (xy 65.575002 89.701708) (xy 65.575002 89.598292) (xy 65.554826 89.496863) + (xy 65.515251 89.401319) (xy 65.457796 89.315332) (xy 65.38467 89.242206) (xy 65.298683 89.184751) + (xy 65.203139 89.145176) (xy 65.10171 89.125) (xy 64.998294 89.125) (xy 64.896865 89.145176) (xy 64.801321 89.184751) + (xy 64.715334 89.242206) (xy 64.642208 89.315332) (xy 64.584753 89.401319) (xy 64.545178 89.496863) + (xy 64.525002 89.598292) (xy 64.525002 89.701708) (xy 64.545178 89.803137) (xy 64.584753 89.898681) + (xy 64.642208 89.984668) (xy 64.706753 90.049213) (xy 64.634581 90.121385) (xy 64.577126 90.207372) + (xy 64.537551 90.302916) (xy 64.517375 90.404345) (xy 50.275 90.404345) (xy 50.275 88.848292) (xy 74.175 88.848292) + (xy 74.175 88.951708) (xy 74.195176 89.053137) (xy 74.234751 89.148681) (xy 74.292206 89.234668) + (xy 74.365332 89.307794) (xy 74.451319 89.365249) (xy 74.546863 89.404824) (xy 74.648292 89.425) + (xy 74.751708 89.425) (xy 74.853137 89.404824) (xy 74.948681 89.365249) (xy 75.034668 89.307794) + (xy 75.107794 89.234668) (xy 75.165249 89.148681) (xy 75.204824 89.053137) (xy 75.225 88.951708) + (xy 75.225 88.848292) (xy 75.204824 88.746863) (xy 75.165249 88.651319) (xy 75.107794 88.565332) + (xy 75.034668 88.492206) (xy 74.948681 88.434751) (xy 74.853137 88.395176) (xy 74.751708 88.375) + (xy 74.648292 88.375) (xy 74.546863 88.395176) (xy 74.451319 88.434751) (xy 74.365332 88.492206) + (xy 74.292206 88.565332) (xy 74.234751 88.651319) (xy 74.195176 88.746863) (xy 74.175 88.848292) + (xy 50.275 88.848292) (xy 50.275 87.998292) (xy 70.925008 87.998292) (xy 70.925008 88.101708) (xy 70.945184 88.203137) + (xy 70.984759 88.298681) (xy 71.042214 88.384668) (xy 71.11534 88.457794) (xy 71.201327 88.515249) + (xy 71.296871 88.554824) (xy 71.3983 88.575) (xy 71.501716 88.575) (xy 71.603145 88.554824) (xy 71.698689 88.515249) + (xy 71.784676 88.457794) (xy 71.857802 88.384668) (xy 71.915257 88.298681) (xy 71.954832 88.203137) + (xy 71.965742 88.14829) (xy 75.375 88.14829) (xy 75.375 88.251706) (xy 75.395176 88.353135) (xy 75.434751 88.448679) + (xy 75.492206 88.534666) (xy 75.565332 88.607792) (xy 75.651319 88.665247) (xy 75.746863 88.704822) + (xy 75.848292 88.724998) (xy 75.951708 88.724998) (xy 76.053137 88.704822) (xy 76.148681 88.665247) + (xy 76.234668 88.607792) (xy 76.294168 88.548292) (xy 87.125 88.548292) (xy 87.125 88.651708) (xy 87.145176 88.753137) + (xy 87.184751 88.848681) (xy 87.242206 88.934668) (xy 87.315332 89.007794) (xy 87.401319 89.065249) + (xy 87.496863 89.104824) (xy 87.598292 89.125) (xy 87.701708 89.125) (xy 87.803137 89.104824) (xy 87.898681 89.065249) + (xy 87.984668 89.007794) (xy 88.057794 88.934668) (xy 88.115249 88.848681) (xy 88.154824 88.753137) + (xy 88.175 88.651708) (xy 88.175 88.548292) (xy 88.154824 88.446863) (xy 88.115249 88.351319) (xy 88.057794 88.265332) + (xy 87.984668 88.192206) (xy 87.898681 88.134751) (xy 87.803137 88.095176) (xy 87.701708 88.075) + (xy 87.598292 88.075) (xy 87.496863 88.095176) (xy 87.401319 88.134751) (xy 87.315332 88.192206) + (xy 87.242206 88.265332) (xy 87.184751 88.351319) (xy 87.145176 88.446863) (xy 87.125 88.548292) + (xy 76.294168 88.548292) (xy 76.307794 88.534666) (xy 76.365249 88.448679) (xy 76.404824 88.353135) + (xy 76.425 88.251706) (xy 76.425 88.14829) (xy 76.404824 88.046861) (xy 76.365249 87.951317) (xy 76.307794 87.86533) + (xy 76.234668 87.792204) (xy 76.148681 87.734749) (xy 76.053137 87.695174) (xy 75.951708 87.674998) + (xy 75.848292 87.674998) (xy 75.746863 87.695174) (xy 75.651319 87.734749) (xy 75.565332 87.792204) + (xy 75.492206 87.86533) (xy 75.434751 87.951317) (xy 75.395176 88.046861) (xy 75.375 88.14829) (xy 71.965742 88.14829) + (xy 71.975008 88.101708) (xy 71.975008 87.998292) (xy 71.954832 87.896863) (xy 71.915257 87.801319) + (xy 71.857802 87.715332) (xy 71.784676 87.642206) (xy 71.698689 87.584751) (xy 71.603145 87.545176) + (xy 71.501716 87.525) (xy 71.3983 87.525) (xy 71.296871 87.545176) (xy 71.201327 87.584751) (xy 71.11534 87.642206) + (xy 71.042214 87.715332) (xy 70.984759 87.801319) (xy 70.945184 87.896863) (xy 70.925008 87.998292) + (xy 50.275 87.998292) (xy 50.275 87.248292) (xy 90.375 87.248292) (xy 90.375 87.351708) (xy 90.395176 87.453137) + (xy 90.434751 87.548681) (xy 90.492206 87.634668) (xy 90.565332 87.707794) (xy 90.651319 87.765249) + (xy 90.746863 87.804824) (xy 90.848292 87.825) (xy 90.951708 87.825) (xy 91.053137 87.804824) (xy 91.068906 87.798292) + (xy 95.575 87.798292) (xy 95.575 87.901708) (xy 95.595176 88.003137) (xy 95.634751 88.098681) (xy 95.692206 88.184668) + (xy 95.765332 88.257794) (xy 95.851319 88.315249) (xy 95.946863 88.354824) (xy 96.048292 88.375) + (xy 96.151708 88.375) (xy 96.253137 88.354824) (xy 96.348681 88.315249) (xy 96.434668 88.257794) + (xy 96.507794 88.184668) (xy 96.565249 88.098681) (xy 96.604824 88.003137) (xy 96.625 87.901708) + (xy 96.625 87.798292) (xy 97.325 87.798292) (xy 97.325 87.901708) (xy 97.345176 88.003137) (xy 97.384751 88.098681) + (xy 97.442206 88.184668) (xy 97.482538 88.225) (xy 97.442206 88.265332) (xy 97.384751 88.351319) + (xy 97.345176 88.446863) (xy 97.325 88.548292) (xy 97.325 88.651708) (xy 97.345176 88.753137) (xy 97.384751 88.848681) + (xy 97.442206 88.934668) (xy 97.515332 89.007794) (xy 97.601319 89.065249) (xy 97.696863 89.104824) + (xy 97.798292 89.125) (xy 97.901708 89.125) (xy 98.003137 89.104824) (xy 98.098681 89.065249) (xy 98.184668 89.007794) + (xy 98.257794 88.934668) (xy 98.315249 88.848681) (xy 98.354824 88.753137) (xy 98.375 88.651708) + (xy 98.375 88.548292) (xy 98.354824 88.446863) (xy 98.315249 88.351319) (xy 98.257794 88.265332) + (xy 98.217462 88.225) (xy 98.257794 88.184668) (xy 98.315249 88.098681) (xy 98.354824 88.003137) + (xy 98.375 87.901708) (xy 98.375 87.798292) (xy 99.575 87.798292) (xy 99.575 87.901708) (xy 99.595176 88.003137) + (xy 99.634751 88.098681) (xy 99.692206 88.184668) (xy 99.765332 88.257794) (xy 99.851319 88.315249) + (xy 99.946863 88.354824) (xy 100.048292 88.375) (xy 100.151708 88.375) (xy 100.253137 88.354824) + (xy 100.348681 88.315249) (xy 100.434668 88.257794) (xy 100.507794 88.184668) (xy 100.565249 88.098681) + (xy 100.604824 88.003137) (xy 100.625 87.901708) (xy 100.625 87.81946) (xy 101.303832 87.81946) + (xy 101.303832 87.922876) (xy 101.324008 88.024305) (xy 101.363583 88.119849) (xy 101.421038 88.205836) + (xy 101.472054 88.256852) (xy 101.442809 88.286096) (xy 101.385354 88.372083) (xy 101.345779 88.467627) + (xy 101.325603 88.569056) (xy 101.325603 88.672472) (xy 101.345779 88.773901) (xy 101.385354 88.869445) + (xy 101.442809 88.955432) (xy 101.515935 89.028558) (xy 101.601922 89.086013) (xy 101.697466 89.125588) + (xy 101.798895 89.145764) (xy 101.902311 89.145764) (xy 102.00374 89.125588) (xy 102.099284 89.086013) + (xy 102.185271 89.028558) (xy 102.258397 88.955432) (xy 102.315852 88.869445) (xy 102.355427 88.773901) + (xy 102.375603 88.672472) (xy 102.375603 88.569056) (xy 102.355427 88.467627) (xy 102.315852 88.372083) + (xy 102.258397 88.286096) (xy 102.207382 88.235081) (xy 102.236626 88.205836) (xy 102.294081 88.119849) + (xy 102.333656 88.024305) (xy 102.353832 87.922876) (xy 102.353832 87.81946) (xy 102.333656 87.718031) + (xy 102.294081 87.622487) (xy 102.236626 87.5365) (xy 102.22872 87.528594) (xy 107.075 87.528594) + (xy 107.075 87.671406) (xy 107.102861 87.811475) (xy 107.157513 87.943416) (xy 107.236856 88.062161) + (xy 107.337839 88.163144) (xy 107.456584 88.242487) (xy 107.588525 88.297139) (xy 107.728594 88.325) + (xy 107.871406 88.325) (xy 108.011475 88.297139) (xy 108.143416 88.242487) (xy 108.262161 88.163144) + (xy 108.363144 88.062161) (xy 108.435 87.954621) (xy 108.506856 88.062161) (xy 108.607839 88.163144) + (xy 108.726584 88.242487) (xy 108.858525 88.297139) (xy 108.998594 88.325) (xy 109.141406 88.325) + (xy 109.281475 88.297139) (xy 109.413416 88.242487) (xy 109.532161 88.163144) (xy 109.633144 88.062161) + (xy 109.705 87.954621) (xy 109.776856 88.062161) (xy 109.877839 88.163144) (xy 109.996584 88.242487) + (xy 110.128525 88.297139) (xy 110.268594 88.325) (xy 110.411406 88.325) (xy 110.551475 88.297139) + (xy 110.683416 88.242487) (xy 110.802161 88.163144) (xy 110.903144 88.062161) (xy 110.975 87.954621) + (xy 111.046856 88.062161) (xy 111.147839 88.163144) (xy 111.266584 88.242487) (xy 111.398525 88.297139) + (xy 111.538594 88.325) (xy 111.681406 88.325) (xy 111.821475 88.297139) (xy 111.953416 88.242487) + (xy 112.072161 88.163144) (xy 112.173144 88.062161) (xy 112.245 87.954621) (xy 112.316856 88.062161) + (xy 112.417839 88.163144) (xy 112.536584 88.242487) (xy 112.668525 88.297139) (xy 112.808594 88.325) + (xy 112.951406 88.325) (xy 113.091475 88.297139) (xy 113.223416 88.242487) (xy 113.342161 88.163144) + (xy 113.443144 88.062161) (xy 113.515 87.954621) (xy 113.586856 88.062161) (xy 113.687839 88.163144) + (xy 113.806584 88.242487) (xy 113.938525 88.297139) (xy 114.078594 88.325) (xy 114.221406 88.325) + (xy 114.361475 88.297139) (xy 114.493416 88.242487) (xy 114.612161 88.163144) (xy 114.713144 88.062161) + (xy 114.785 87.954621) (xy 114.856856 88.062161) (xy 114.957839 88.163144) (xy 115.076584 88.242487) + (xy 115.208525 88.297139) (xy 115.348594 88.325) (xy 115.491406 88.325) (xy 115.631475 88.297139) + (xy 115.763416 88.242487) (xy 115.882161 88.163144) (xy 115.983144 88.062161) (xy 116.055 87.954621) + (xy 116.126856 88.062161) (xy 116.227839 88.163144) (xy 116.346584 88.242487) (xy 116.478525 88.297139) + (xy 116.618594 88.325) (xy 116.632538 88.325) (xy 116.592206 88.365332) (xy 116.534751 88.451319) + (xy 116.495176 88.546863) (xy 116.475 88.648292) (xy 116.475 88.751708) (xy 116.495176 88.853137) + (xy 116.534751 88.948681) (xy 116.592206 89.034668) (xy 116.665332 89.107794) (xy 116.751319 89.165249) + (xy 116.846863 89.204824) (xy 116.948292 89.225) (xy 117.051708 89.225) (xy 117.153137 89.204824) + (xy 117.248681 89.165249) (xy 117.334668 89.107794) (xy 117.407794 89.034668) (xy 117.465249 88.948681) + (xy 117.504824 88.853137) (xy 117.525 88.751708) (xy 117.525 88.648292) (xy 117.504824 88.546863) + (xy 117.465249 88.451319) (xy 117.407794 88.365332) (xy 117.334668 88.292206) (xy 117.248681 88.234751) + (xy 117.153137 88.195176) (xy 117.115443 88.187678) (xy 117.152161 88.163144) (xy 117.253144 88.062161) + (xy 117.332487 87.943416) (xy 117.387139 87.811475) (xy 117.415 87.671406) (xy 117.415 87.528594) + (xy 117.387139 87.388525) (xy 117.332487 87.256584) (xy 117.253144 87.137839) (xy 117.152161 87.036856) + (xy 117.033416 86.957513) (xy 116.901475 86.902861) (xy 116.761406 86.875) (xy 116.618594 86.875) + (xy 116.478525 86.902861) (xy 116.346584 86.957513) (xy 116.227839 87.036856) (xy 116.126856 87.137839) + (xy 116.055 87.245379) (xy 115.983144 87.137839) (xy 115.882161 87.036856) (xy 115.763416 86.957513) + (xy 115.631475 86.902861) (xy 115.491406 86.875) (xy 115.348594 86.875) (xy 115.208525 86.902861) + (xy 115.076584 86.957513) (xy 114.957839 87.036856) (xy 114.856856 87.137839) (xy 114.785 87.245379) + (xy 114.713144 87.137839) (xy 114.612161 87.036856) (xy 114.493416 86.957513) (xy 114.361475 86.902861) + (xy 114.221406 86.875) (xy 114.078594 86.875) (xy 113.938525 86.902861) (xy 113.806584 86.957513) + (xy 113.687839 87.036856) (xy 113.586856 87.137839) (xy 113.515 87.245379) (xy 113.443144 87.137839) + (xy 113.342161 87.036856) (xy 113.223416 86.957513) (xy 113.091475 86.902861) (xy 112.951406 86.875) + (xy 112.808594 86.875) (xy 112.668525 86.902861) (xy 112.536584 86.957513) (xy 112.417839 87.036856) + (xy 112.316856 87.137839) (xy 112.245 87.245379) (xy 112.173144 87.137839) (xy 112.072161 87.036856) + (xy 111.953416 86.957513) (xy 111.821475 86.902861) (xy 111.681406 86.875) (xy 111.538594 86.875) + (xy 111.398525 86.902861) (xy 111.266584 86.957513) (xy 111.147839 87.036856) (xy 111.046856 87.137839) + (xy 110.975 87.245379) (xy 110.903144 87.137839) (xy 110.802161 87.036856) (xy 110.683416 86.957513) + (xy 110.551475 86.902861) (xy 110.411406 86.875) (xy 110.268594 86.875) (xy 110.128525 86.902861) + (xy 109.996584 86.957513) (xy 109.877839 87.036856) (xy 109.776856 87.137839) (xy 109.705 87.245379) + (xy 109.633144 87.137839) (xy 109.532161 87.036856) (xy 109.413416 86.957513) (xy 109.281475 86.902861) + (xy 109.141406 86.875) (xy 108.998594 86.875) (xy 108.858525 86.902861) (xy 108.726584 86.957513) + (xy 108.607839 87.036856) (xy 108.506856 87.137839) (xy 108.435 87.245379) (xy 108.363144 87.137839) + (xy 108.262161 87.036856) (xy 108.143416 86.957513) (xy 108.011475 86.902861) (xy 107.871406 86.875) + (xy 107.728594 86.875) (xy 107.588525 86.902861) (xy 107.456584 86.957513) (xy 107.337839 87.036856) + (xy 107.236856 87.137839) (xy 107.157513 87.256584) (xy 107.102861 87.388525) (xy 107.075 87.528594) + (xy 102.22872 87.528594) (xy 102.1635 87.463374) (xy 102.077513 87.405919) (xy 101.981969 87.366344) + (xy 101.88054 87.346168) (xy 101.777124 87.346168) (xy 101.675695 87.366344) (xy 101.580151 87.405919) + (xy 101.494164 87.463374) (xy 101.421038 87.5365) (xy 101.363583 87.622487) (xy 101.324008 87.718031) + (xy 101.303832 87.81946) (xy 100.625 87.81946) (xy 100.625 87.798292) (xy 100.604824 87.696863) + (xy 100.565249 87.601319) (xy 100.507794 87.515332) (xy 100.434668 87.442206) (xy 100.348681 87.384751) + (xy 100.253137 87.345176) (xy 100.151708 87.325) (xy 100.048292 87.325) (xy 99.946863 87.345176) + (xy 99.851319 87.384751) (xy 99.765332 87.442206) (xy 99.692206 87.515332) (xy 99.634751 87.601319) + (xy 99.595176 87.696863) (xy 99.575 87.798292) (xy 98.375 87.798292) (xy 98.354824 87.696863) (xy 98.315249 87.601319) + (xy 98.257794 87.515332) (xy 98.184668 87.442206) (xy 98.098681 87.384751) (xy 98.003137 87.345176) + (xy 97.901708 87.325) (xy 97.798292 87.325) (xy 97.696863 87.345176) (xy 97.601319 87.384751) (xy 97.515332 87.442206) + (xy 97.442206 87.515332) (xy 97.384751 87.601319) (xy 97.345176 87.696863) (xy 97.325 87.798292) + (xy 96.625 87.798292) (xy 96.604824 87.696863) (xy 96.565249 87.601319) (xy 96.507794 87.515332) + (xy 96.434668 87.442206) (xy 96.348681 87.384751) (xy 96.253137 87.345176) (xy 96.151708 87.325) + (xy 96.048292 87.325) (xy 95.946863 87.345176) (xy 95.851319 87.384751) (xy 95.765332 87.442206) + (xy 95.692206 87.515332) (xy 95.634751 87.601319) (xy 95.595176 87.696863) (xy 95.575 87.798292) + (xy 91.068906 87.798292) (xy 91.148681 87.765249) (xy 91.234668 87.707794) (xy 91.307794 87.634668) + (xy 91.365249 87.548681) (xy 91.404824 87.453137) (xy 91.425 87.351708) (xy 91.425 87.248292) (xy 91.404824 87.146863) + (xy 91.365249 87.051319) (xy 91.307794 86.965332) (xy 91.234668 86.892206) (xy 91.148681 86.834751) + (xy 91.053137 86.795176) (xy 90.951708 86.775) (xy 90.848292 86.775) (xy 90.746863 86.795176) (xy 90.651319 86.834751) + (xy 90.565332 86.892206) (xy 90.492206 86.965332) (xy 90.434751 87.051319) (xy 90.395176 87.146863) + (xy 90.375 87.248292) (xy 50.275 87.248292) (xy 50.275 86.592873) (xy 99.683259 86.592873) (xy 99.683259 86.696289) + (xy 99.703435 86.797718) (xy 99.74301 86.893262) (xy 99.800465 86.979249) (xy 99.873591 87.052375) + (xy 99.959578 87.10983) (xy 100.055122 87.149405) (xy 100.156551 87.169581) (xy 100.259967 87.169581) + (xy 100.361396 87.149405) (xy 100.45694 87.10983) (xy 100.542927 87.052375) (xy 100.616053 86.979249) + (xy 100.673508 86.893262) (xy 100.713083 86.797718) (xy 100.733259 86.696289) (xy 100.733259 86.592873) + (xy 100.724392 86.548292) (xy 121.075 86.548292) (xy 121.075 86.651708) (xy 121.095176 86.753137) + (xy 121.134751 86.848681) (xy 121.192206 86.934668) (xy 121.207538 86.95) (xy 121.192206 86.965332) + (xy 121.134751 87.051319) (xy 121.095176 87.146863) (xy 121.075 87.248292) (xy 121.075 87.351708) + (xy 121.095176 87.453137) (xy 121.134751 87.548681) (xy 121.192206 87.634668) (xy 121.207538 87.65) + (xy 121.192206 87.665332) (xy 121.134751 87.751319) (xy 121.095176 87.846863) (xy 121.075 87.948292) + (xy 121.075 88.051708) (xy 121.095176 88.153137) (xy 121.134751 88.248681) (xy 121.192206 88.334668) + (xy 121.265332 88.407794) (xy 121.351319 88.465249) (xy 121.446863 88.504824) (xy 121.548292 88.525) + (xy 121.651708 88.525) (xy 121.753137 88.504824) (xy 121.848681 88.465249) (xy 121.934668 88.407794) + (xy 122.007794 88.334668) (xy 122.065249 88.248681) (xy 122.104824 88.153137) (xy 122.125 88.051708) + (xy 122.125 87.948292) (xy 122.105109 87.848292) (xy 125.675 87.848292) (xy 125.675 87.951708) (xy 125.695176 88.053137) + (xy 125.734751 88.148681) (xy 125.792206 88.234668) (xy 125.865332 88.307794) (xy 125.951319 88.365249) + (xy 126.046863 88.404824) (xy 126.148292 88.425) (xy 126.251708 88.425) (xy 126.353137 88.404824) + (xy 126.448681 88.365249) (xy 126.534668 88.307794) (xy 126.607794 88.234668) (xy 126.665249 88.148681) + (xy 126.704824 88.053137) (xy 126.725 87.951708) (xy 126.725 87.848292) (xy 126.704824 87.746863) + (xy 126.665249 87.651319) (xy 126.607794 87.565332) (xy 126.584067 87.541605) (xy 126.634668 87.507794) + (xy 126.707794 87.434668) (xy 126.765249 87.348681) (xy 126.804824 87.253137) (xy 126.825 87.151708) + (xy 126.825 87.048292) (xy 126.804824 86.946863) (xy 126.765249 86.851319) (xy 126.707794 86.765332) + (xy 126.634668 86.692206) (xy 126.548681 86.634751) (xy 126.453137 86.595176) (xy 126.351708 86.575) + (xy 126.248292 86.575) (xy 126.146863 86.595176) (xy 126.051319 86.634751) (xy 125.965332 86.692206) + (xy 125.892206 86.765332) (xy 125.834751 86.851319) (xy 125.795176 86.946863) (xy 125.775 87.048292) + (xy 125.775 87.151708) (xy 125.795176 87.253137) (xy 125.834751 87.348681) (xy 125.892206 87.434668) + (xy 125.915933 87.458395) (xy 125.865332 87.492206) (xy 125.792206 87.565332) (xy 125.734751 87.651319) + (xy 125.695176 87.746863) (xy 125.675 87.848292) (xy 122.105109 87.848292) (xy 122.104824 87.846863) + (xy 122.065249 87.751319) (xy 122.007794 87.665332) (xy 121.992462 87.65) (xy 122.007794 87.634668) + (xy 122.065249 87.548681) (xy 122.104824 87.453137) (xy 122.125 87.351708) (xy 122.125 87.248292) + (xy 122.104824 87.146863) (xy 122.065249 87.051319) (xy 122.007794 86.965332) (xy 121.992462 86.95) + (xy 122.007794 86.934668) (xy 122.065249 86.848681) (xy 122.104824 86.753137) (xy 122.125 86.651708) + (xy 122.125 86.548292) (xy 122.104824 86.446863) (xy 122.065249 86.351319) (xy 122.007794 86.265332) + (xy 121.934668 86.192206) (xy 121.848681 86.134751) (xy 121.753137 86.095176) (xy 121.651708 86.075) + (xy 121.548292 86.075) (xy 121.446863 86.095176) (xy 121.351319 86.134751) (xy 121.265332 86.192206) + (xy 121.192206 86.265332) (xy 121.134751 86.351319) (xy 121.095176 86.446863) (xy 121.075 86.548292) + (xy 100.724392 86.548292) (xy 100.713083 86.491444) (xy 100.673508 86.3959) (xy 100.616053 86.309913) + (xy 100.542927 86.236787) (xy 100.45694 86.179332) (xy 100.361396 86.139757) (xy 100.259967 86.119581) + (xy 100.156551 86.119581) (xy 100.055122 86.139757) (xy 99.959578 86.179332) (xy 99.873591 86.236787) + (xy 99.800465 86.309913) (xy 99.74301 86.3959) (xy 99.703435 86.491444) (xy 99.683259 86.592873) + (xy 50.275 86.592873) (xy 50.275 84.998292) (xy 95.575 84.998292) (xy 95.575 85.101708) (xy 95.595176 85.203137) + (xy 95.634751 85.298681) (xy 95.692206 85.384668) (xy 95.765332 85.457794) (xy 95.851319 85.515249) + (xy 95.946863 85.554824) (xy 96.048292 85.575) (xy 96.151708 85.575) (xy 96.253137 85.554824) (xy 96.348681 85.515249) + (xy 96.434668 85.457794) (xy 96.507794 85.384668) (xy 96.565249 85.298681) (xy 96.604824 85.203137) + (xy 96.625 85.101708) (xy 96.625 84.998292) (xy 96.604824 84.896863) (xy 96.565249 84.801319) (xy 96.507794 84.715332) + (xy 96.434668 84.642206) (xy 96.348681 84.584751) (xy 96.253137 84.545176) (xy 96.151708 84.525) + (xy 96.048292 84.525) (xy 95.946863 84.545176) (xy 95.851319 84.584751) (xy 95.765332 84.642206) + (xy 95.692206 84.715332) (xy 95.634751 84.801319) (xy 95.595176 84.896863) (xy 95.575 84.998292) + (xy 50.275 84.998292) (xy 50.275 84.498292) (xy 97.325 84.498292) (xy 97.325 84.601708) (xy 97.345176 84.703137) + (xy 97.384751 84.798681) (xy 97.385632 84.8) (xy 97.384751 84.801319) (xy 97.345176 84.896863) (xy 97.325 84.998292) + (xy 97.325 85.101708) (xy 97.345176 85.203137) (xy 97.384751 85.298681) (xy 97.442206 85.384668) + (xy 97.482538 85.425) (xy 97.442206 85.465332) (xy 97.384751 85.551319) (xy 97.345176 85.646863) + (xy 97.325 85.748292) (xy 97.325 85.851708) (xy 97.345176 85.953137) (xy 97.384751 86.048681) (xy 97.442206 86.134668) + (xy 97.515332 86.207794) (xy 97.601319 86.265249) (xy 97.696863 86.304824) (xy 97.798292 86.325) + (xy 97.901708 86.325) (xy 98.003137 86.304824) (xy 98.098681 86.265249) (xy 98.184668 86.207794) + (xy 98.257794 86.134668) (xy 98.315249 86.048681) (xy 98.354824 85.953137) (xy 98.375 85.851708) + (xy 98.375 85.748292) (xy 98.354824 85.646863) (xy 98.315249 85.551319) (xy 98.257794 85.465332) + (xy 98.217462 85.425) (xy 98.257794 85.384668) (xy 98.315249 85.298681) (xy 98.354824 85.203137) + (xy 98.371062 85.121504) (xy 99.568878 85.121504) (xy 99.568878 85.22492) (xy 99.589054 85.326349) + (xy 99.628629 85.421893) (xy 99.686084 85.50788) (xy 99.75921 85.581006) (xy 99.845197 85.638461) + (xy 99.940741 85.678036) (xy 100.04217 85.698212) (xy 100.145586 85.698212) (xy 100.247015 85.678036) + (xy 100.342559 85.638461) (xy 100.428546 85.581006) (xy 100.46126 85.548292) (xy 106.875 85.548292) + (xy 106.875 85.651708) (xy 106.895176 85.753137) (xy 106.934751 85.848681) (xy 106.992206 85.934668) + (xy 107.065332 86.007794) (xy 107.151319 86.065249) (xy 107.246863 86.104824) (xy 107.348292 86.125) + (xy 107.451708 86.125) (xy 107.553137 86.104824) (xy 107.648681 86.065249) (xy 107.65 86.064368) + (xy 107.651319 86.065249) (xy 107.746863 86.104824) (xy 107.848292 86.125) (xy 107.951708 86.125) + (xy 108.053137 86.104824) (xy 108.148681 86.065249) (xy 108.15 86.064368) (xy 108.151319 86.065249) + (xy 108.246863 86.104824) (xy 108.348292 86.125) (xy 108.451708 86.125) (xy 108.553137 86.104824) + (xy 108.648681 86.065249) (xy 108.734668 86.007794) (xy 108.807794 85.934668) (xy 108.865249 85.848681) + (xy 108.904824 85.753137) (xy 108.925 85.651708) (xy 108.925 85.548292) (xy 108.904824 85.446863) + (xy 108.865249 85.351319) (xy 108.807794 85.265332) (xy 108.734668 85.192206) (xy 108.648681 85.134751) + (xy 108.553137 85.095176) (xy 108.451708 85.075) (xy 108.348292 85.075) (xy 108.246863 85.095176) + (xy 108.151319 85.134751) (xy 108.15 85.135632) (xy 108.148681 85.134751) (xy 108.053137 85.095176) + (xy 107.951708 85.075) (xy 107.848292 85.075) (xy 107.746863 85.095176) (xy 107.651319 85.134751) + (xy 107.65 85.135632) (xy 107.648681 85.134751) (xy 107.553137 85.095176) (xy 107.451708 85.075) + (xy 107.348292 85.075) (xy 107.246863 85.095176) (xy 107.151319 85.134751) (xy 107.065332 85.192206) + (xy 106.992206 85.265332) (xy 106.934751 85.351319) (xy 106.895176 85.446863) (xy 106.875 85.548292) + (xy 100.46126 85.548292) (xy 100.501672 85.50788) (xy 100.559127 85.421893) (xy 100.598702 85.326349) + (xy 100.618878 85.22492) (xy 100.618878 85.121504) (xy 100.598702 85.020075) (xy 100.559127 84.924531) + (xy 100.501672 84.838544) (xy 100.482119 84.818991) (xy 100.542054 84.759056) (xy 100.549246 84.748292) + (xy 118.275 84.748292) (xy 118.275 84.851708) (xy 118.295176 84.953137) (xy 118.334751 85.048681) + (xy 118.392206 85.134668) (xy 118.465332 85.207794) (xy 118.551319 85.265249) (xy 118.646863 85.304824) + (xy 118.748292 85.325) (xy 118.851708 85.325) (xy 118.953137 85.304824) (xy 119.048681 85.265249) + (xy 119.134668 85.207794) (xy 119.207794 85.134668) (xy 119.265249 85.048681) (xy 119.304824 84.953137) + (xy 119.325 84.851708) (xy 119.325 84.748292) (xy 119.304824 84.646863) (xy 119.265249 84.551319) + (xy 119.207794 84.465332) (xy 119.134668 84.392206) (xy 119.048681 84.334751) (xy 118.953137 84.295176) + (xy 118.851708 84.275) (xy 118.748292 84.275) (xy 118.646863 84.295176) (xy 118.551319 84.334751) + (xy 118.465332 84.392206) (xy 118.392206 84.465332) (xy 118.334751 84.551319) (xy 118.295176 84.646863) + (xy 118.275 84.748292) (xy 100.549246 84.748292) (xy 100.599509 84.673069) (xy 100.639084 84.577525) + (xy 100.65926 84.476096) (xy 100.65926 84.37268) (xy 100.639084 84.271251) (xy 100.599509 84.175707) + (xy 100.542054 84.08972) (xy 100.468928 84.016594) (xy 100.382941 83.959139) (xy 100.287397 83.919564) + (xy 100.185968 83.899388) (xy 100.082552 83.899388) (xy 99.981123 83.919564) (xy 99.885579 83.959139) + (xy 99.799592 84.016594) (xy 99.726466 84.08972) (xy 99.669011 84.175707) (xy 99.629436 84.271251) + (xy 99.60926 84.37268) (xy 99.60926 84.476096) (xy 99.629436 84.577525) (xy 99.669011 84.673069) + (xy 99.726466 84.759056) (xy 99.746019 84.778609) (xy 99.686084 84.838544) (xy 99.628629 84.924531) + (xy 99.589054 85.020075) (xy 99.568878 85.121504) (xy 98.371062 85.121504) (xy 98.375 85.101708) + (xy 98.375 84.998292) (xy 98.354824 84.896863) (xy 98.315249 84.801319) (xy 98.314368 84.8) (xy 98.315249 84.798681) + (xy 98.354824 84.703137) (xy 98.375 84.601708) (xy 98.375 84.498292) (xy 98.354824 84.396863) (xy 98.315249 84.301319) + (xy 98.257794 84.215332) (xy 98.184668 84.142206) (xy 98.098681 84.084751) (xy 98.003137 84.045176) + (xy 97.901708 84.025) (xy 97.798292 84.025) (xy 97.696863 84.045176) (xy 97.601319 84.084751) (xy 97.515332 84.142206) + (xy 97.442206 84.215332) (xy 97.384751 84.301319) (xy 97.345176 84.396863) (xy 97.325 84.498292) + (xy 50.275 84.498292) (xy 50.275 83.848292) (xy 122.275 83.848292) (xy 122.275 83.951708) (xy 122.295176 84.053137) + (xy 122.334751 84.148681) (xy 122.392206 84.234668) (xy 122.465332 84.307794) (xy 122.551319 84.365249) + (xy 122.646863 84.404824) (xy 122.748292 84.425) (xy 122.851708 84.425) (xy 122.953137 84.404824) + (xy 123.048681 84.365249) (xy 123.134668 84.307794) (xy 123.207794 84.234668) (xy 123.265249 84.148681) + (xy 123.3 84.064783) (xy 123.334751 84.148681) (xy 123.392206 84.234668) (xy 123.465332 84.307794) + (xy 123.551319 84.365249) (xy 123.646863 84.404824) (xy 123.748292 84.425) (xy 123.851708 84.425) + (xy 123.953137 84.404824) (xy 124.048681 84.365249) (xy 124.134668 84.307794) (xy 124.207794 84.234668) + (xy 124.265249 84.148681) (xy 124.304824 84.053137) (xy 124.325 83.951708) (xy 124.325 83.948292) + (xy 126.175 83.948292) (xy 126.175 84.051708) (xy 126.195176 84.153137) (xy 126.234751 84.248681) + (xy 126.292206 84.334668) (xy 126.365332 84.407794) (xy 126.451319 84.465249) (xy 126.546863 84.504824) + (xy 126.648292 84.525) (xy 126.751708 84.525) (xy 126.853137 84.504824) (xy 126.948681 84.465249) + (xy 127.034668 84.407794) (xy 127.107794 84.334668) (xy 127.165249 84.248681) (xy 127.204824 84.153137) + (xy 127.225 84.051708) (xy 127.225 83.948292) (xy 127.204824 83.846863) (xy 127.165249 83.751319) + (xy 127.107794 83.665332) (xy 127.034668 83.592206) (xy 126.948681 83.534751) (xy 126.853137 83.495176) + (xy 126.751708 83.475) (xy 126.648292 83.475) (xy 126.546863 83.495176) (xy 126.451319 83.534751) + (xy 126.365332 83.592206) (xy 126.292206 83.665332) (xy 126.234751 83.751319) (xy 126.195176 83.846863) + (xy 126.175 83.948292) (xy 124.325 83.948292) (xy 124.325 83.848292) (xy 124.304824 83.746863) (xy 124.265249 83.651319) + (xy 124.207794 83.565332) (xy 124.134668 83.492206) (xy 124.048681 83.434751) (xy 123.953137 83.395176) + (xy 123.851708 83.375) (xy 123.748292 83.375) (xy 123.646863 83.395176) (xy 123.551319 83.434751) + (xy 123.465332 83.492206) (xy 123.392206 83.565332) (xy 123.334751 83.651319) (xy 123.3 83.735217) + (xy 123.265249 83.651319) (xy 123.207794 83.565332) (xy 123.134668 83.492206) (xy 123.048681 83.434751) + (xy 122.953137 83.395176) (xy 122.851708 83.375) (xy 122.748292 83.375) (xy 122.646863 83.395176) + (xy 122.551319 83.434751) (xy 122.465332 83.492206) (xy 122.392206 83.565332) (xy 122.334751 83.651319) + (xy 122.295176 83.746863) (xy 122.275 83.848292) (xy 50.275 83.848292) (xy 50.275 81.748292) (xy 92.975 81.748292) + (xy 92.975 81.851708) (xy 92.995176 81.953137) (xy 93.034751 82.048681) (xy 93.092206 82.134668) + (xy 93.165332 82.207794) (xy 93.251319 82.265249) (xy 93.346863 82.304824) (xy 93.448292 82.325) + (xy 93.551708 82.325) (xy 93.653137 82.304824) (xy 93.668906 82.298292) (xy 99.175 82.298292) (xy 99.175 82.401708) + (xy 99.195176 82.503137) (xy 99.234751 82.598681) (xy 99.292206 82.684668) (xy 99.365332 82.757794) + (xy 99.451319 82.815249) (xy 99.546863 82.854824) (xy 99.648292 82.875) (xy 99.751708 82.875) (xy 99.853137 82.854824) + (xy 99.948681 82.815249) (xy 100.034668 82.757794) (xy 100.107794 82.684668) (xy 100.165249 82.598681) + (xy 100.204824 82.503137) (xy 100.219651 82.428594) (xy 107.075 82.428594) (xy 107.075 82.571406) + (xy 107.102861 82.711475) (xy 107.157513 82.843416) (xy 107.236856 82.962161) (xy 107.337839 83.063144) + (xy 107.456584 83.142487) (xy 107.588525 83.197139) (xy 107.728594 83.225) (xy 107.871406 83.225) + (xy 108.011475 83.197139) (xy 108.143416 83.142487) (xy 108.262161 83.063144) (xy 108.363144 82.962161) + (xy 108.435 82.854621) (xy 108.506856 82.962161) (xy 108.607839 83.063144) (xy 108.726584 83.142487) + (xy 108.858525 83.197139) (xy 108.998594 83.225) (xy 109.141406 83.225) (xy 109.281475 83.197139) + (xy 109.413416 83.142487) (xy 109.532161 83.063144) (xy 109.633144 82.962161) (xy 109.705 82.854621) + (xy 109.776856 82.962161) (xy 109.877839 83.063144) (xy 109.996584 83.142487) (xy 110.128525 83.197139) + (xy 110.268594 83.225) (xy 110.411406 83.225) (xy 110.551475 83.197139) (xy 110.683416 83.142487) + (xy 110.802161 83.063144) (xy 110.903144 82.962161) (xy 110.975 82.854621) (xy 111.046856 82.962161) + (xy 111.147839 83.063144) (xy 111.266584 83.142487) (xy 111.398525 83.197139) (xy 111.538594 83.225) + (xy 111.681406 83.225) (xy 111.821475 83.197139) (xy 111.953416 83.142487) (xy 112.072161 83.063144) + (xy 112.173144 82.962161) (xy 112.245 82.854621) (xy 112.316856 82.962161) (xy 112.417839 83.063144) + (xy 112.536584 83.142487) (xy 112.668525 83.197139) (xy 112.808594 83.225) (xy 112.951406 83.225) + (xy 113.091475 83.197139) (xy 113.223416 83.142487) (xy 113.342161 83.063144) (xy 113.443144 82.962161) + (xy 113.515 82.854621) (xy 113.586856 82.962161) (xy 113.687839 83.063144) (xy 113.806584 83.142487) + (xy 113.938525 83.197139) (xy 114.078594 83.225) (xy 114.221406 83.225) (xy 114.361475 83.197139) + (xy 114.493416 83.142487) (xy 114.612161 83.063144) (xy 114.713144 82.962161) (xy 114.785 82.854621) + (xy 114.856856 82.962161) (xy 114.957839 83.063144) (xy 115.076584 83.142487) (xy 115.208525 83.197139) + (xy 115.348594 83.225) (xy 115.491406 83.225) (xy 115.631475 83.197139) (xy 115.763416 83.142487) + (xy 115.882161 83.063144) (xy 115.983144 82.962161) (xy 116.055 82.854621) (xy 116.126856 82.962161) + (xy 116.227839 83.063144) (xy 116.346584 83.142487) (xy 116.478525 83.197139) (xy 116.618594 83.225) + (xy 116.761406 83.225) (xy 116.901475 83.197139) (xy 117.033416 83.142487) (xy 117.152161 83.063144) + (xy 117.253144 82.962161) (xy 117.329228 82.848292) (xy 118.275 82.848292) (xy 118.275 82.951708) + (xy 118.295176 83.053137) (xy 118.334751 83.148681) (xy 118.392206 83.234668) (xy 118.465332 83.307794) + (xy 118.551319 83.365249) (xy 118.646863 83.404824) (xy 118.748292 83.425) (xy 118.851708 83.425) + (xy 118.953137 83.404824) (xy 119.048681 83.365249) (xy 119.134668 83.307794) (xy 119.207794 83.234668) + (xy 119.265249 83.148681) (xy 119.304824 83.053137) (xy 119.325 82.951708) (xy 119.325 82.848292) + (xy 119.304824 82.746863) (xy 119.265249 82.651319) (xy 119.207794 82.565332) (xy 119.134668 82.492206) + (xy 119.048681 82.434751) (xy 118.953137 82.395176) (xy 118.851708 82.375) (xy 118.748292 82.375) + (xy 118.646863 82.395176) (xy 118.551319 82.434751) (xy 118.465332 82.492206) (xy 118.392206 82.565332) + (xy 118.334751 82.651319) (xy 118.295176 82.746863) (xy 118.275 82.848292) (xy 117.329228 82.848292) + (xy 117.332487 82.843416) (xy 117.387139 82.711475) (xy 117.415 82.571406) (xy 117.415 82.428594) + (xy 117.387139 82.288525) (xy 117.332487 82.156584) (xy 117.253144 82.037839) (xy 117.152161 81.936856) + (xy 117.033416 81.857513) (xy 116.901475 81.802861) (xy 116.761406 81.775) (xy 116.618594 81.775) + (xy 116.478525 81.802861) (xy 116.346584 81.857513) (xy 116.227839 81.936856) (xy 116.126856 82.037839) + (xy 116.055 82.145379) (xy 115.983144 82.037839) (xy 115.882161 81.936856) (xy 115.763416 81.857513) + (xy 115.631475 81.802861) (xy 115.491406 81.775) (xy 115.348594 81.775) (xy 115.208525 81.802861) + (xy 115.076584 81.857513) (xy 114.957839 81.936856) (xy 114.856856 82.037839) (xy 114.785 82.145379) + (xy 114.713144 82.037839) (xy 114.612161 81.936856) (xy 114.493416 81.857513) (xy 114.361475 81.802861) + (xy 114.221406 81.775) (xy 114.078594 81.775) (xy 113.938525 81.802861) (xy 113.806584 81.857513) + (xy 113.687839 81.936856) (xy 113.586856 82.037839) (xy 113.515 82.145379) (xy 113.443144 82.037839) + (xy 113.342161 81.936856) (xy 113.223416 81.857513) (xy 113.091475 81.802861) (xy 112.951406 81.775) + (xy 112.808594 81.775) (xy 112.668525 81.802861) (xy 112.536584 81.857513) (xy 112.417839 81.936856) + (xy 112.316856 82.037839) (xy 112.245 82.145379) (xy 112.173144 82.037839) (xy 112.072161 81.936856) + (xy 111.953416 81.857513) (xy 111.821475 81.802861) (xy 111.681406 81.775) (xy 111.538594 81.775) + (xy 111.398525 81.802861) (xy 111.266584 81.857513) (xy 111.147839 81.936856) (xy 111.046856 82.037839) + (xy 110.975 82.145379) (xy 110.903144 82.037839) (xy 110.802161 81.936856) (xy 110.683416 81.857513) + (xy 110.551475 81.802861) (xy 110.411406 81.775) (xy 110.268594 81.775) (xy 110.128525 81.802861) + (xy 109.996584 81.857513) (xy 109.877839 81.936856) (xy 109.776856 82.037839) (xy 109.705 82.145379) + (xy 109.633144 82.037839) (xy 109.532161 81.936856) (xy 109.413416 81.857513) (xy 109.281475 81.802861) + (xy 109.141406 81.775) (xy 108.998594 81.775) (xy 108.858525 81.802861) (xy 108.726584 81.857513) + (xy 108.607839 81.936856) (xy 108.506856 82.037839) (xy 108.435 82.145379) (xy 108.363144 82.037839) + (xy 108.262161 81.936856) (xy 108.143416 81.857513) (xy 108.011475 81.802861) (xy 107.871406 81.775) + (xy 107.728594 81.775) (xy 107.588525 81.802861) (xy 107.456584 81.857513) (xy 107.337839 81.936856) + (xy 107.236856 82.037839) (xy 107.157513 82.156584) (xy 107.102861 82.288525) (xy 107.075 82.428594) + (xy 100.219651 82.428594) (xy 100.225 82.401708) (xy 100.225 82.298292) (xy 100.204824 82.196863) + (xy 100.165249 82.101319) (xy 100.107794 82.015332) (xy 100.034668 81.942206) (xy 99.948681 81.884751) + (xy 99.853137 81.845176) (xy 99.751708 81.825) (xy 99.648292 81.825) (xy 99.546863 81.845176) (xy 99.451319 81.884751) + (xy 99.365332 81.942206) (xy 99.292206 82.015332) (xy 99.234751 82.101319) (xy 99.195176 82.196863) + (xy 99.175 82.298292) (xy 93.668906 82.298292) (xy 93.748681 82.265249) (xy 93.834668 82.207794) + (xy 93.907794 82.134668) (xy 93.965249 82.048681) (xy 94.004824 81.953137) (xy 94.025 81.851708) + (xy 94.025 81.748292) (xy 123.575 81.748292) (xy 123.575 81.851708) (xy 123.595176 81.953137) (xy 123.634751 82.048681) + (xy 123.692206 82.134668) (xy 123.765332 82.207794) (xy 123.851319 82.265249) (xy 123.946863 82.304824) + (xy 124.048292 82.325) (xy 124.151708 82.325) (xy 124.253137 82.304824) (xy 124.348681 82.265249) + (xy 124.434668 82.207794) (xy 124.507794 82.134668) (xy 124.565249 82.048681) (xy 124.604824 81.953137) + (xy 124.625 81.851708) (xy 124.625 81.748292) (xy 124.604824 81.646863) (xy 124.565249 81.551319) + (xy 124.507794 81.465332) (xy 124.434668 81.392206) (xy 124.348681 81.334751) (xy 124.253137 81.295176) + (xy 124.151708 81.275) (xy 124.048292 81.275) (xy 123.946863 81.295176) (xy 123.851319 81.334751) + (xy 123.765332 81.392206) (xy 123.692206 81.465332) (xy 123.634751 81.551319) (xy 123.595176 81.646863) + (xy 123.575 81.748292) (xy 94.025 81.748292) (xy 94.004824 81.646863) (xy 93.965249 81.551319) (xy 93.907794 81.465332) + (xy 93.834668 81.392206) (xy 93.748681 81.334751) (xy 93.653137 81.295176) (xy 93.551708 81.275) + (xy 93.448292 81.275) (xy 93.346863 81.295176) (xy 93.251319 81.334751) (xy 93.165332 81.392206) + (xy 93.092206 81.465332) (xy 93.034751 81.551319) (xy 92.995176 81.646863) (xy 92.975 81.748292) + (xy 50.275 81.748292) (xy 50.275 80.948292) (xy 59.175 80.948292) (xy 59.175 81.051708) (xy 59.195176 81.153137) + (xy 59.234751 81.248681) (xy 59.292206 81.334668) (xy 59.365332 81.407794) (xy 59.451319 81.465249) + (xy 59.546863 81.504824) (xy 59.648292 81.525) (xy 59.751708 81.525) (xy 59.853137 81.504824) (xy 59.948681 81.465249) + (xy 60.034668 81.407794) (xy 60.107794 81.334668) (xy 60.165249 81.248681) (xy 60.204824 81.153137) + (xy 60.225 81.051708) (xy 60.225 80.948292) (xy 60.204824 80.846863) (xy 60.165249 80.751319) (xy 60.107794 80.665332) + (xy 60.034668 80.592206) (xy 59.948681 80.534751) (xy 59.853137 80.495176) (xy 59.751708 80.475) + (xy 59.648292 80.475) (xy 59.546863 80.495176) (xy 59.451319 80.534751) (xy 59.365332 80.592206) + (xy 59.292206 80.665332) (xy 59.234751 80.751319) (xy 59.195176 80.846863) (xy 59.175 80.948292) + (xy 50.275 80.948292) (xy 50.275 79.448292) (xy 100.675 79.448292) (xy 100.675 79.551708) (xy 100.695176 79.653137) + (xy 100.734751 79.748681) (xy 100.792206 79.834668) (xy 100.865332 79.907794) (xy 100.951319 79.965249) + (xy 101.046863 80.004824) (xy 101.148292 80.025) (xy 101.251708 80.025) (xy 101.353137 80.004824) + (xy 101.448681 79.965249) (xy 101.534668 79.907794) (xy 101.6 79.842462) (xy 101.665332 79.907794) + (xy 101.751319 79.965249) (xy 101.846863 80.004824) (xy 101.948292 80.025) (xy 102.051708 80.025) + (xy 102.153137 80.004824) (xy 102.248681 79.965249) (xy 102.334668 79.907794) (xy 102.4 79.842462) + (xy 102.465332 79.907794) (xy 102.551319 79.965249) (xy 102.646863 80.004824) (xy 102.748292 80.025) + (xy 102.851708 80.025) (xy 102.953137 80.004824) (xy 103.048681 79.965249) (xy 103.134668 79.907794) + (xy 103.2 79.842462) (xy 103.265332 79.907794) (xy 103.351319 79.965249) (xy 103.446863 80.004824) + (xy 103.548292 80.025) (xy 103.651708 80.025) (xy 103.753137 80.004824) (xy 103.848681 79.965249) + (xy 103.934668 79.907794) (xy 104 79.842462) (xy 104.065332 79.907794) (xy 104.151319 79.965249) + (xy 104.246863 80.004824) (xy 104.348292 80.025) (xy 104.451708 80.025) (xy 104.553137 80.004824) + (xy 104.648681 79.965249) (xy 104.734668 79.907794) (xy 104.8 79.842462) (xy 104.865332 79.907794) + (xy 104.951319 79.965249) (xy 105.046863 80.004824) (xy 105.148292 80.025) (xy 105.251708 80.025) + (xy 105.353137 80.004824) (xy 105.448681 79.965249) (xy 105.534668 79.907794) (xy 105.602491 79.839971) + (xy 105.646655 79.884135) (xy 105.732642 79.94159) (xy 105.828186 79.981165) (xy 105.929615 80.001341) + (xy 106.033031 80.001341) (xy 106.13446 79.981165) (xy 106.230004 79.94159) (xy 106.315991 79.884135) + (xy 106.381492 79.818634) (xy 106.392206 79.834668) (xy 106.465332 79.907794) (xy 106.551319 79.965249) + (xy 106.646863 80.004824) (xy 106.748292 80.025) (xy 106.851708 80.025) (xy 106.953137 80.004824) + (xy 107.048681 79.965249) (xy 107.134668 79.907794) (xy 107.207794 79.834668) (xy 107.265249 79.748681) + (xy 107.304824 79.653137) (xy 107.325 79.551708) (xy 107.325 79.448292) (xy 107.304824 79.346863) + (xy 107.265249 79.251319) (xy 107.207794 79.165332) (xy 107.134668 79.092206) (xy 107.048681 79.034751) + (xy 106.953137 78.995176) (xy 106.851708 78.975) (xy 106.748292 78.975) (xy 106.646863 78.995176) + (xy 106.551319 79.034751) (xy 106.465332 79.092206) (xy 106.399831 79.157707) (xy 106.389117 79.141673) + (xy 106.315991 79.068547) (xy 106.230004 79.011092) (xy 106.13446 78.971517) (xy 106.033031 78.951341) + (xy 105.929615 78.951341) (xy 105.828186 78.971517) (xy 105.732642 79.011092) (xy 105.646655 79.068547) + (xy 105.578832 79.13637) (xy 105.534668 79.092206) (xy 105.448681 79.034751) (xy 105.353137 78.995176) + (xy 105.251708 78.975) (xy 105.148292 78.975) (xy 105.046863 78.995176) (xy 104.951319 79.034751) + (xy 104.865332 79.092206) (xy 104.8 79.157538) (xy 104.734668 79.092206) (xy 104.648681 79.034751) + (xy 104.553137 78.995176) (xy 104.451708 78.975) (xy 104.348292 78.975) (xy 104.246863 78.995176) + (xy 104.151319 79.034751) (xy 104.065332 79.092206) (xy 104 79.157538) (xy 103.934668 79.092206) + (xy 103.848681 79.034751) (xy 103.753137 78.995176) (xy 103.651708 78.975) (xy 103.548292 78.975) + (xy 103.446863 78.995176) (xy 103.351319 79.034751) (xy 103.265332 79.092206) (xy 103.2 79.157538) + (xy 103.134668 79.092206) (xy 103.048681 79.034751) (xy 102.953137 78.995176) (xy 102.851708 78.975) + (xy 102.748292 78.975) (xy 102.646863 78.995176) (xy 102.551319 79.034751) (xy 102.465332 79.092206) + (xy 102.4 79.157538) (xy 102.334668 79.092206) (xy 102.248681 79.034751) (xy 102.153137 78.995176) + (xy 102.051708 78.975) (xy 101.948292 78.975) (xy 101.846863 78.995176) (xy 101.751319 79.034751) + (xy 101.665332 79.092206) (xy 101.6 79.157538) (xy 101.534668 79.092206) (xy 101.448681 79.034751) + (xy 101.353137 78.995176) (xy 101.251708 78.975) (xy 101.148292 78.975) (xy 101.046863 78.995176) + (xy 100.951319 79.034751) (xy 100.865332 79.092206) (xy 100.792206 79.165332) (xy 100.734751 79.251319) + (xy 100.695176 79.346863) (xy 100.675 79.448292) (xy 50.275 79.448292) (xy 50.275 76.448292) (xy 58.275006 76.448292) + (xy 58.275006 76.551708) (xy 58.295182 76.653137) (xy 58.334757 76.748681) (xy 58.392212 76.834668) + (xy 58.465338 76.907794) (xy 58.551325 76.965249) (xy 58.646869 77.004824) (xy 58.748298 77.025) + (xy 58.851714 77.025) (xy 58.953143 77.004824) (xy 59.048687 76.965249) (xy 59.134674 76.907794) + (xy 59.138103 76.904365) (xy 59.198018 76.994034) (xy 59.305966 77.101982) (xy 59.4329 77.186796) + (xy 59.573941 77.245217) (xy 59.723669 77.275) (xy 59.876331 77.275) (xy 60.026059 77.245217) (xy 60.1671 77.186796) + (xy 60.294034 77.101982) (xy 60.401982 76.994034) (xy 60.486796 76.8671) (xy 60.545217 76.726059) + (xy 60.575 76.576331) (xy 60.575 76.453617) (xy 62.589727 76.453617) (xy 62.589727 76.557033) (xy 62.609903 76.658462) + (xy 62.649478 76.754006) (xy 62.706933 76.839993) (xy 62.780059 76.913119) (xy 62.866046 76.970574) + (xy 62.96159 77.010149) (xy 63.063019 77.030325) (xy 63.166435 77.030325) (xy 63.267864 77.010149) + (xy 63.363408 76.970574) (xy 63.449395 76.913119) (xy 63.522521 76.839993) (xy 63.579976 76.754006) + (xy 63.619551 76.658462) (xy 63.639727 76.557033) (xy 63.639727 76.453617) (xy 63.638668 76.448292) + (xy 63.725 76.448292) (xy 63.725 76.551708) (xy 63.745176 76.653137) (xy 63.784751 76.748681) (xy 63.842206 76.834668) + (xy 63.915332 76.907794) (xy 64.001319 76.965249) (xy 64.096863 77.004824) (xy 64.198292 77.025) + (xy 64.301708 77.025) (xy 64.403137 77.004824) (xy 64.498681 76.965249) (xy 64.584668 76.907794) + (xy 64.657794 76.834668) (xy 64.715249 76.748681) (xy 64.754824 76.653137) (xy 64.775 76.551708) + (xy 64.775 76.448292) (xy 64.772017 76.433292) (xy 66.26 76.433292) (xy 66.26 76.536708) (xy 66.280176 76.638137) + (xy 66.319751 76.733681) (xy 66.377206 76.819668) (xy 66.450332 76.892794) (xy 66.536319 76.950249) + (xy 66.631863 76.989824) (xy 66.733292 77.01) (xy 66.836708 77.01) (xy 66.938137 76.989824) (xy 67.033681 76.950249) + (xy 67.119668 76.892794) (xy 67.192794 76.819668) (xy 67.250249 76.733681) (xy 67.289824 76.638137) + (xy 67.31 76.536708) (xy 67.31 76.448292) (xy 67.525 76.448292) (xy 67.525 76.551708) (xy 67.545176 76.653137) + (xy 67.584751 76.748681) (xy 67.642206 76.834668) (xy 67.715332 76.907794) (xy 67.801319 76.965249) + (xy 67.896863 77.004824) (xy 67.998292 77.025) (xy 68.101708 77.025) (xy 68.203137 77.004824) (xy 68.298681 76.965249) + (xy 68.384668 76.907794) (xy 68.457794 76.834668) (xy 68.515249 76.748681) (xy 68.554824 76.653137) + (xy 68.575 76.551708) (xy 68.575 76.448292) (xy 70.075 76.448292) (xy 70.075 76.551708) (xy 70.095176 76.653137) + (xy 70.134751 76.748681) (xy 70.192206 76.834668) (xy 70.265332 76.907794) (xy 70.351319 76.965249) + (xy 70.446863 77.004824) (xy 70.548292 77.025) (xy 70.651708 77.025) (xy 70.753137 77.004824) (xy 70.848681 76.965249) + (xy 70.934668 76.907794) (xy 71.007794 76.834668) (xy 71.065249 76.748681) (xy 71.104824 76.653137) + (xy 71.125 76.551708) (xy 71.125 76.448292) (xy 71.325 76.448292) (xy 71.325 76.551708) (xy 71.345176 76.653137) + (xy 71.384751 76.748681) (xy 71.442206 76.834668) (xy 71.515332 76.907794) (xy 71.601319 76.965249) + (xy 71.696863 77.004824) (xy 71.798292 77.025) (xy 71.901708 77.025) (xy 72.003137 77.004824) (xy 72.098681 76.965249) + (xy 72.184668 76.907794) (xy 72.257794 76.834668) (xy 72.315249 76.748681) (xy 72.354824 76.653137) + (xy 72.375 76.551708) (xy 72.375 76.448292) (xy 73.875 76.448292) (xy 73.875 76.551708) (xy 73.895176 76.653137) + (xy 73.934751 76.748681) (xy 73.992206 76.834668) (xy 74.065332 76.907794) (xy 74.151319 76.965249) + (xy 74.246863 77.004824) (xy 74.348292 77.025) (xy 74.451708 77.025) (xy 74.553137 77.004824) (xy 74.648681 76.965249) + (xy 74.734668 76.907794) (xy 74.807794 76.834668) (xy 74.865249 76.748681) (xy 74.904824 76.653137) + (xy 74.925 76.551708) (xy 74.925 76.448292) (xy 75.175 76.448292) (xy 75.175 76.551708) (xy 75.195176 76.653137) + (xy 75.234751 76.748681) (xy 75.292206 76.834668) (xy 75.365332 76.907794) (xy 75.451319 76.965249) + (xy 75.546863 77.004824) (xy 75.648292 77.025) (xy 75.751708 77.025) (xy 75.853137 77.004824) (xy 75.948681 76.965249) + (xy 76.034668 76.907794) (xy 76.107794 76.834668) (xy 76.165249 76.748681) (xy 76.204824 76.653137) + (xy 76.225 76.551708) (xy 76.225 76.448292) (xy 77.675 76.448292) (xy 77.675 76.551708) (xy 77.695176 76.653137) + (xy 77.734751 76.748681) (xy 77.792206 76.834668) (xy 77.865332 76.907794) (xy 77.951319 76.965249) + (xy 78.046863 77.004824) (xy 78.148292 77.025) (xy 78.251708 77.025) (xy 78.353137 77.004824) (xy 78.448681 76.965249) + (xy 78.534668 76.907794) (xy 78.607794 76.834668) (xy 78.665249 76.748681) (xy 78.704824 76.653137) + (xy 78.725 76.551708) (xy 78.725 76.448292) (xy 78.975 76.448292) (xy 78.975 76.551708) (xy 78.995176 76.653137) + (xy 79.034751 76.748681) (xy 79.092206 76.834668) (xy 79.165332 76.907794) (xy 79.251319 76.965249) + (xy 79.346863 77.004824) (xy 79.448292 77.025) (xy 79.551708 77.025) (xy 79.653137 77.004824) (xy 79.748681 76.965249) + (xy 79.834668 76.907794) (xy 79.907794 76.834668) (xy 79.965249 76.748681) (xy 80.004824 76.653137) + (xy 80.025 76.551708) (xy 80.025 76.448292) (xy 81.475 76.448292) (xy 81.475 76.551708) (xy 81.495176 76.653137) + (xy 81.534751 76.748681) (xy 81.592206 76.834668) (xy 81.665332 76.907794) (xy 81.751319 76.965249) + (xy 81.846863 77.004824) (xy 81.948292 77.025) (xy 82.051708 77.025) (xy 82.153137 77.004824) (xy 82.248681 76.965249) + (xy 82.334668 76.907794) (xy 82.407794 76.834668) (xy 82.465249 76.748681) (xy 82.504824 76.653137) + (xy 82.525 76.551708) (xy 82.525 76.448292) (xy 82.524006 76.443292) (xy 82.77 76.443292) (xy 82.77 76.546708) + (xy 82.790176 76.648137) (xy 82.829751 76.743681) (xy 82.887206 76.829668) (xy 82.960332 76.902794) + (xy 83.046319 76.960249) (xy 83.141863 76.999824) (xy 83.243292 77.02) (xy 83.346708 77.02) (xy 83.448137 76.999824) + (xy 83.543681 76.960249) (xy 83.629668 76.902794) (xy 83.702794 76.829668) (xy 83.760249 76.743681) + (xy 83.799824 76.648137) (xy 83.82 76.546708) (xy 83.82 76.443292) (xy 83.816097 76.423669) (xy 84.425 76.423669) + (xy 84.425 76.576331) (xy 84.454783 76.726059) (xy 84.513204 76.8671) (xy 84.598018 76.994034) (xy 84.705966 77.101982) + (xy 84.8329 77.186796) (xy 84.973941 77.245217) (xy 85.123669 77.275) (xy 85.276331 77.275) (xy 85.426059 77.245217) + (xy 85.5671 77.186796) (xy 85.667067 77.12) (xy 91.493912 77.12) (xy 91.493912 78.32) (xy 91.50306 78.41288) + (xy 91.530152 78.502191) (xy 91.574147 78.5845) (xy 91.633355 78.656645) (xy 91.7055 78.715853) + (xy 91.787809 78.759848) (xy 91.87712 78.78694) (xy 91.97 78.796088) (xy 93.17 78.796088) (xy 93.26288 78.78694) + (xy 93.352191 78.759848) (xy 93.4345 78.715853) (xy 93.506645 78.656645) (xy 93.565853 78.5845) + (xy 93.609848 78.502191) (xy 93.63694 78.41288) (xy 93.646088 78.32) (xy 93.646088 77.614122) (xy 94.035 77.614122) + (xy 94.035 77.825878) (xy 94.076312 78.033566) (xy 94.157348 78.229203) (xy 94.274993 78.405272) + (xy 94.424728 78.555007) (xy 94.600797 78.672652) (xy 94.796434 78.753688) (xy 95.004122 78.795) + (xy 95.215878 78.795) (xy 95.423566 78.753688) (xy 95.619203 78.672652) (xy 95.795272 78.555007) + (xy 95.945007 78.405272) (xy 96.062652 78.229203) (xy 96.143688 78.033566) (xy 96.185 77.825878) + (xy 96.185 77.614122) (xy 96.575 77.614122) (xy 96.575 77.825878) (xy 96.616312 78.033566) (xy 96.697348 78.229203) + (xy 96.814993 78.405272) (xy 96.964728 78.555007) (xy 97.140797 78.672652) (xy 97.336434 78.753688) + (xy 97.544122 78.795) (xy 97.755878 78.795) (xy 97.963566 78.753688) (xy 98.159203 78.672652) (xy 98.335272 78.555007) + (xy 98.485007 78.405272) (xy 98.602652 78.229203) (xy 98.683688 78.033566) (xy 98.725 77.825878) + (xy 98.725 77.614122) (xy 99.115 77.614122) (xy 99.115 77.825878) (xy 99.156312 78.033566) (xy 99.237348 78.229203) + (xy 99.354993 78.405272) (xy 99.504728 78.555007) (xy 99.680797 78.672652) (xy 99.876434 78.753688) + (xy 100.084122 78.795) (xy 100.295878 78.795) (xy 100.503566 78.753688) (xy 100.699203 78.672652) + (xy 100.875272 78.555007) (xy 101.025007 78.405272) (xy 101.142652 78.229203) (xy 101.223688 78.033566) + (xy 101.265 77.825878) (xy 101.265 77.614122) (xy 101.655 77.614122) (xy 101.655 77.825878) (xy 101.696312 78.033566) + (xy 101.777348 78.229203) (xy 101.894993 78.405272) (xy 102.044728 78.555007) (xy 102.220797 78.672652) + (xy 102.416434 78.753688) (xy 102.624122 78.795) (xy 102.835878 78.795) (xy 103.043566 78.753688) + (xy 103.239203 78.672652) (xy 103.415272 78.555007) (xy 103.565007 78.405272) (xy 103.682652 78.229203) + (xy 103.763688 78.033566) (xy 103.805 77.825878) (xy 103.805 77.614122) (xy 104.195 77.614122) (xy 104.195 77.825878) + (xy 104.236312 78.033566) (xy 104.317348 78.229203) (xy 104.434993 78.405272) (xy 104.584728 78.555007) + (xy 104.760797 78.672652) (xy 104.956434 78.753688) (xy 105.164122 78.795) (xy 105.375878 78.795) + (xy 105.583566 78.753688) (xy 105.779203 78.672652) (xy 105.955272 78.555007) (xy 106.105007 78.405272) + (xy 106.222652 78.229203) (xy 106.303688 78.033566) (xy 106.345 77.825878) (xy 106.345 77.614122) + (xy 106.735 77.614122) (xy 106.735 77.825878) (xy 106.776312 78.033566) (xy 106.857348 78.229203) + (xy 106.974993 78.405272) (xy 107.124728 78.555007) (xy 107.300797 78.672652) (xy 107.496434 78.753688) + (xy 107.704122 78.795) (xy 107.915878 78.795) (xy 108.123566 78.753688) (xy 108.319203 78.672652) + (xy 108.495272 78.555007) (xy 108.645007 78.405272) (xy 108.762652 78.229203) (xy 108.843688 78.033566) + (xy 108.885 77.825878) (xy 108.885 77.614122) (xy 109.275 77.614122) (xy 109.275 77.825878) (xy 109.316312 78.033566) + (xy 109.397348 78.229203) (xy 109.514993 78.405272) (xy 109.664728 78.555007) (xy 109.840797 78.672652) + (xy 110.036434 78.753688) (xy 110.244122 78.795) (xy 110.455878 78.795) (xy 110.663566 78.753688) + (xy 110.859203 78.672652) (xy 111.035272 78.555007) (xy 111.185007 78.405272) (xy 111.302652 78.229203) + (xy 111.383688 78.033566) (xy 111.425 77.825878) (xy 111.425 77.614122) (xy 111.815 77.614122) (xy 111.815 77.825878) + (xy 111.856312 78.033566) (xy 111.937348 78.229203) (xy 112.054993 78.405272) (xy 112.204728 78.555007) + (xy 112.380797 78.672652) (xy 112.576434 78.753688) (xy 112.784122 78.795) (xy 112.995878 78.795) + (xy 113.203566 78.753688) (xy 113.399203 78.672652) (xy 113.575272 78.555007) (xy 113.725007 78.405272) + (xy 113.842652 78.229203) (xy 113.923688 78.033566) (xy 113.965 77.825878) (xy 113.965 77.614122) + (xy 114.355 77.614122) (xy 114.355 77.825878) (xy 114.396312 78.033566) (xy 114.477348 78.229203) + (xy 114.594993 78.405272) (xy 114.744728 78.555007) (xy 114.920797 78.672652) (xy 115.116434 78.753688) + (xy 115.324122 78.795) (xy 115.535878 78.795) (xy 115.743566 78.753688) (xy 115.939203 78.672652) + (xy 116.115272 78.555007) (xy 116.265007 78.405272) (xy 116.382652 78.229203) (xy 116.463688 78.033566) + (xy 116.505 77.825878) (xy 116.505 77.614122) (xy 116.463688 77.406434) (xy 116.382652 77.210797) + (xy 116.265007 77.034728) (xy 116.115272 76.884993) (xy 115.939203 76.767348) (xy 115.743566 76.686312) + (xy 115.535878 76.645) (xy 115.324122 76.645) (xy 115.116434 76.686312) (xy 114.920797 76.767348) + (xy 114.744728 76.884993) (xy 114.594993 77.034728) (xy 114.477348 77.210797) (xy 114.396312 77.406434) + (xy 114.355 77.614122) (xy 113.965 77.614122) (xy 113.923688 77.406434) (xy 113.842652 77.210797) + (xy 113.725007 77.034728) (xy 113.575272 76.884993) (xy 113.399203 76.767348) (xy 113.203566 76.686312) + (xy 112.995878 76.645) (xy 112.784122 76.645) (xy 112.576434 76.686312) (xy 112.380797 76.767348) + (xy 112.204728 76.884993) (xy 112.054993 77.034728) (xy 111.937348 77.210797) (xy 111.856312 77.406434) + (xy 111.815 77.614122) (xy 111.425 77.614122) (xy 111.383688 77.406434) (xy 111.302652 77.210797) + (xy 111.185007 77.034728) (xy 111.035272 76.884993) (xy 110.859203 76.767348) (xy 110.663566 76.686312) + (xy 110.455878 76.645) (xy 110.244122 76.645) (xy 110.036434 76.686312) (xy 109.840797 76.767348) + (xy 109.664728 76.884993) (xy 109.514993 77.034728) (xy 109.397348 77.210797) (xy 109.316312 77.406434) + (xy 109.275 77.614122) (xy 108.885 77.614122) (xy 108.843688 77.406434) (xy 108.762652 77.210797) + (xy 108.645007 77.034728) (xy 108.495272 76.884993) (xy 108.319203 76.767348) (xy 108.123566 76.686312) + (xy 107.915878 76.645) (xy 107.704122 76.645) (xy 107.496434 76.686312) (xy 107.300797 76.767348) + (xy 107.124728 76.884993) (xy 106.974993 77.034728) (xy 106.857348 77.210797) (xy 106.776312 77.406434) + (xy 106.735 77.614122) (xy 106.345 77.614122) (xy 106.303688 77.406434) (xy 106.222652 77.210797) + (xy 106.105007 77.034728) (xy 105.955272 76.884993) (xy 105.779203 76.767348) (xy 105.583566 76.686312) + (xy 105.375878 76.645) (xy 105.164122 76.645) (xy 104.956434 76.686312) (xy 104.760797 76.767348) + (xy 104.584728 76.884993) (xy 104.434993 77.034728) (xy 104.317348 77.210797) (xy 104.236312 77.406434) + (xy 104.195 77.614122) (xy 103.805 77.614122) (xy 103.763688 77.406434) (xy 103.682652 77.210797) + (xy 103.565007 77.034728) (xy 103.415272 76.884993) (xy 103.239203 76.767348) (xy 103.043566 76.686312) + (xy 102.835878 76.645) (xy 102.624122 76.645) (xy 102.416434 76.686312) (xy 102.220797 76.767348) + (xy 102.044728 76.884993) (xy 101.894993 77.034728) (xy 101.777348 77.210797) (xy 101.696312 77.406434) + (xy 101.655 77.614122) (xy 101.265 77.614122) (xy 101.223688 77.406434) (xy 101.142652 77.210797) + (xy 101.025007 77.034728) (xy 100.875272 76.884993) (xy 100.699203 76.767348) (xy 100.503566 76.686312) + (xy 100.295878 76.645) (xy 100.084122 76.645) (xy 99.876434 76.686312) (xy 99.680797 76.767348) + (xy 99.504728 76.884993) (xy 99.354993 77.034728) (xy 99.237348 77.210797) (xy 99.156312 77.406434) + (xy 99.115 77.614122) (xy 98.725 77.614122) (xy 98.683688 77.406434) (xy 98.602652 77.210797) (xy 98.485007 77.034728) + (xy 98.335272 76.884993) (xy 98.159203 76.767348) (xy 97.963566 76.686312) (xy 97.755878 76.645) + (xy 97.544122 76.645) (xy 97.336434 76.686312) (xy 97.140797 76.767348) (xy 96.964728 76.884993) + (xy 96.814993 77.034728) (xy 96.697348 77.210797) (xy 96.616312 77.406434) (xy 96.575 77.614122) + (xy 96.185 77.614122) (xy 96.143688 77.406434) (xy 96.062652 77.210797) (xy 95.945007 77.034728) + (xy 95.795272 76.884993) (xy 95.619203 76.767348) (xy 95.423566 76.686312) (xy 95.215878 76.645) + (xy 95.004122 76.645) (xy 94.796434 76.686312) (xy 94.600797 76.767348) (xy 94.424728 76.884993) + (xy 94.274993 77.034728) (xy 94.157348 77.210797) (xy 94.076312 77.406434) (xy 94.035 77.614122) + (xy 93.646088 77.614122) (xy 93.646088 77.12) (xy 93.63694 77.02712) (xy 93.609848 76.937809) (xy 93.565853 76.8555) + (xy 93.506645 76.783355) (xy 93.4345 76.724147) (xy 93.352191 76.680152) (xy 93.26288 76.65306) + (xy 93.17 76.643912) (xy 91.97 76.643912) (xy 91.87712 76.65306) (xy 91.787809 76.680152) (xy 91.7055 76.724147) + (xy 91.633355 76.783355) (xy 91.574147 76.8555) (xy 91.530152 76.937809) (xy 91.50306 77.02712) + (xy 91.493912 77.12) (xy 85.667067 77.12) (xy 85.694034 77.101982) (xy 85.801982 76.994034) (xy 85.886796 76.8671) + (xy 85.945217 76.726059) (xy 85.975 76.576331) (xy 85.975 76.423669) (xy 85.945217 76.273941) (xy 85.886796 76.1329) + (xy 85.801982 76.005966) (xy 85.694034 75.898018) (xy 85.5671 75.813204) (xy 85.426059 75.754783) + (xy 85.276331 75.725) (xy 85.123669 75.725) (xy 84.973941 75.754783) (xy 84.8329 75.813204) (xy 84.705966 75.898018) + (xy 84.598018 76.005966) (xy 84.513204 76.1329) (xy 84.454783 76.273941) (xy 84.425 76.423669) (xy 83.816097 76.423669) + (xy 83.799824 76.341863) (xy 83.760249 76.246319) (xy 83.702794 76.160332) (xy 83.629668 76.087206) + (xy 83.543681 76.029751) (xy 83.448137 75.990176) (xy 83.346708 75.97) (xy 83.243292 75.97) (xy 83.141863 75.990176) + (xy 83.046319 76.029751) (xy 82.960332 76.087206) (xy 82.887206 76.160332) (xy 82.829751 76.246319) + (xy 82.790176 76.341863) (xy 82.77 76.443292) (xy 82.524006 76.443292) (xy 82.504824 76.346863) + (xy 82.465249 76.251319) (xy 82.407794 76.165332) (xy 82.334668 76.092206) (xy 82.248681 76.034751) + (xy 82.153137 75.995176) (xy 82.051708 75.975) (xy 81.948292 75.975) (xy 81.846863 75.995176) (xy 81.751319 76.034751) + (xy 81.665332 76.092206) (xy 81.592206 76.165332) (xy 81.534751 76.251319) (xy 81.495176 76.346863) + (xy 81.475 76.448292) (xy 80.025 76.448292) (xy 80.004824 76.346863) (xy 79.965249 76.251319) (xy 79.907794 76.165332) + (xy 79.834668 76.092206) (xy 79.748681 76.034751) (xy 79.653137 75.995176) (xy 79.551708 75.975) + (xy 79.448292 75.975) (xy 79.346863 75.995176) (xy 79.251319 76.034751) (xy 79.165332 76.092206) + (xy 79.092206 76.165332) (xy 79.034751 76.251319) (xy 78.995176 76.346863) (xy 78.975 76.448292) + (xy 78.725 76.448292) (xy 78.704824 76.346863) (xy 78.665249 76.251319) (xy 78.607794 76.165332) + (xy 78.534668 76.092206) (xy 78.448681 76.034751) (xy 78.353137 75.995176) (xy 78.251708 75.975) + (xy 78.148292 75.975) (xy 78.046863 75.995176) (xy 77.951319 76.034751) (xy 77.865332 76.092206) + (xy 77.792206 76.165332) (xy 77.734751 76.251319) (xy 77.695176 76.346863) (xy 77.675 76.448292) + (xy 76.225 76.448292) (xy 76.204824 76.346863) (xy 76.165249 76.251319) (xy 76.107794 76.165332) + (xy 76.034668 76.092206) (xy 75.948681 76.034751) (xy 75.853137 75.995176) (xy 75.751708 75.975) + (xy 75.648292 75.975) (xy 75.546863 75.995176) (xy 75.451319 76.034751) (xy 75.365332 76.092206) + (xy 75.292206 76.165332) (xy 75.234751 76.251319) (xy 75.195176 76.346863) (xy 75.175 76.448292) + (xy 74.925 76.448292) (xy 74.904824 76.346863) (xy 74.865249 76.251319) (xy 74.807794 76.165332) + (xy 74.734668 76.092206) (xy 74.648681 76.034751) (xy 74.553137 75.995176) (xy 74.451708 75.975) + (xy 74.348292 75.975) (xy 74.246863 75.995176) (xy 74.151319 76.034751) (xy 74.065332 76.092206) + (xy 73.992206 76.165332) (xy 73.934751 76.251319) (xy 73.895176 76.346863) (xy 73.875 76.448292) + (xy 72.375 76.448292) (xy 72.354824 76.346863) (xy 72.315249 76.251319) (xy 72.257794 76.165332) + (xy 72.184668 76.092206) (xy 72.098681 76.034751) (xy 72.003137 75.995176) (xy 71.901708 75.975) + (xy 71.798292 75.975) (xy 71.696863 75.995176) (xy 71.601319 76.034751) (xy 71.515332 76.092206) + (xy 71.442206 76.165332) (xy 71.384751 76.251319) (xy 71.345176 76.346863) (xy 71.325 76.448292) + (xy 71.125 76.448292) (xy 71.104824 76.346863) (xy 71.065249 76.251319) (xy 71.007794 76.165332) + (xy 70.934668 76.092206) (xy 70.848681 76.034751) (xy 70.753137 75.995176) (xy 70.651708 75.975) + (xy 70.548292 75.975) (xy 70.446863 75.995176) (xy 70.351319 76.034751) (xy 70.265332 76.092206) + (xy 70.192206 76.165332) (xy 70.134751 76.251319) (xy 70.095176 76.346863) (xy 70.075 76.448292) + (xy 68.575 76.448292) (xy 68.554824 76.346863) (xy 68.515249 76.251319) (xy 68.457794 76.165332) + (xy 68.384668 76.092206) (xy 68.298681 76.034751) (xy 68.203137 75.995176) (xy 68.101708 75.975) + (xy 67.998292 75.975) (xy 67.896863 75.995176) (xy 67.801319 76.034751) (xy 67.715332 76.092206) + (xy 67.642206 76.165332) (xy 67.584751 76.251319) (xy 67.545176 76.346863) (xy 67.525 76.448292) + (xy 67.31 76.448292) (xy 67.31 76.433292) (xy 67.289824 76.331863) (xy 67.250249 76.236319) (xy 67.192794 76.150332) + (xy 67.119668 76.077206) (xy 67.033681 76.019751) (xy 66.938137 75.980176) (xy 66.836708 75.96) + (xy 66.733292 75.96) (xy 66.631863 75.980176) (xy 66.536319 76.019751) (xy 66.450332 76.077206) + (xy 66.377206 76.150332) (xy 66.319751 76.236319) (xy 66.280176 76.331863) (xy 66.26 76.433292) + (xy 64.772017 76.433292) (xy 64.754824 76.346863) (xy 64.715249 76.251319) (xy 64.657794 76.165332) + (xy 64.584668 76.092206) (xy 64.498681 76.034751) (xy 64.403137 75.995176) (xy 64.301708 75.975) + (xy 64.198292 75.975) (xy 64.096863 75.995176) (xy 64.001319 76.034751) (xy 63.915332 76.092206) + (xy 63.842206 76.165332) (xy 63.784751 76.251319) (xy 63.745176 76.346863) (xy 63.725 76.448292) + (xy 63.638668 76.448292) (xy 63.619551 76.352188) (xy 63.579976 76.256644) (xy 63.522521 76.170657) + (xy 63.449395 76.097531) (xy 63.363408 76.040076) (xy 63.267864 76.000501) (xy 63.166435 75.980325) + (xy 63.063019 75.980325) (xy 62.96159 76.000501) (xy 62.866046 76.040076) (xy 62.780059 76.097531) + (xy 62.706933 76.170657) (xy 62.649478 76.256644) (xy 62.609903 76.352188) (xy 62.589727 76.453617) + (xy 60.575 76.453617) (xy 60.575 76.423669) (xy 60.545217 76.273941) (xy 60.486796 76.1329) (xy 60.401982 76.005966) + (xy 60.294034 75.898018) (xy 60.1671 75.813204) (xy 60.026059 75.754783) (xy 59.876331 75.725) (xy 59.723669 75.725) + (xy 59.573941 75.754783) (xy 59.4329 75.813204) (xy 59.305966 75.898018) (xy 59.198018 76.005966) + (xy 59.138103 76.095635) (xy 59.134674 76.092206) (xy 59.048687 76.034751) (xy 58.953143 75.995176) + (xy 58.851714 75.975) (xy 58.748298 75.975) (xy 58.646869 75.995176) (xy 58.551325 76.034751) (xy 58.465338 76.092206) + (xy 58.392212 76.165332) (xy 58.334757 76.251319) (xy 58.295182 76.346863) (xy 58.275006 76.448292) + (xy 50.275 76.448292) (xy 50.275 75.074122) (xy 91.495 75.074122) (xy 91.495 75.285878) (xy 91.536312 75.493566) + (xy 91.617348 75.689203) (xy 91.734993 75.865272) (xy 91.884728 76.015007) (xy 92.060797 76.132652) + (xy 92.256434 76.213688) (xy 92.464122 76.255) (xy 92.675878 76.255) (xy 92.883566 76.213688) (xy 92.901752 76.206155) + (xy 94.331333 76.206155) (xy 94.416241 76.432606) (xy 94.673943 76.543883) (xy 94.948402 76.602747) + (xy 95.229071 76.606936) (xy 95.505165 76.556288) (xy 95.766072 76.45275) (xy 95.803759 76.432606) + (xy 95.888667 76.206155) (xy 96.871333 76.206155) (xy 96.956241 76.432606) (xy 97.213943 76.543883) + (xy 97.488402 76.602747) (xy 97.769071 76.606936) (xy 98.045165 76.556288) (xy 98.306072 76.45275) + (xy 98.343759 76.432606) (xy 98.428667 76.206155) (xy 99.411333 76.206155) (xy 99.496241 76.432606) + (xy 99.753943 76.543883) (xy 100.028402 76.602747) (xy 100.309071 76.606936) (xy 100.585165 76.556288) + (xy 100.846072 76.45275) (xy 100.883759 76.432606) (xy 100.968667 76.206155) (xy 101.951333 76.206155) + (xy 102.036241 76.432606) (xy 102.293943 76.543883) (xy 102.568402 76.602747) (xy 102.849071 76.606936) + (xy 103.125165 76.556288) (xy 103.386072 76.45275) (xy 103.423759 76.432606) (xy 103.508667 76.206155) + (xy 104.491333 76.206155) (xy 104.576241 76.432606) (xy 104.833943 76.543883) (xy 105.108402 76.602747) + (xy 105.389071 76.606936) (xy 105.665165 76.556288) (xy 105.926072 76.45275) (xy 105.963759 76.432606) + (xy 106.048667 76.206155) (xy 107.031333 76.206155) (xy 107.116241 76.432606) (xy 107.373943 76.543883) + (xy 107.648402 76.602747) (xy 107.929071 76.606936) (xy 108.205165 76.556288) (xy 108.466072 76.45275) + (xy 108.503759 76.432606) (xy 108.588667 76.206155) (xy 109.571333 76.206155) (xy 109.656241 76.432606) + (xy 109.913943 76.543883) (xy 110.188402 76.602747) (xy 110.469071 76.606936) (xy 110.745165 76.556288) + (xy 111.006072 76.45275) (xy 111.043759 76.432606) (xy 111.128667 76.206155) (xy 112.111333 76.206155) + (xy 112.196241 76.432606) (xy 112.453943 76.543883) (xy 112.728402 76.602747) (xy 113.009071 76.606936) + (xy 113.285165 76.556288) (xy 113.546072 76.45275) (xy 113.583759 76.432606) (xy 113.668667 76.206155) + (xy 112.89 75.427487) (xy 112.111333 76.206155) (xy 111.128667 76.206155) (xy 110.35 75.427487) + (xy 109.571333 76.206155) (xy 108.588667 76.206155) (xy 107.81 75.427487) (xy 107.031333 76.206155) + (xy 106.048667 76.206155) (xy 105.27 75.427487) (xy 104.491333 76.206155) (xy 103.508667 76.206155) + (xy 102.73 75.427487) (xy 101.951333 76.206155) (xy 100.968667 76.206155) (xy 100.19 75.427487) + (xy 99.411333 76.206155) (xy 98.428667 76.206155) (xy 97.65 75.427487) (xy 96.871333 76.206155) + (xy 95.888667 76.206155) (xy 95.11 75.427487) (xy 94.331333 76.206155) (xy 92.901752 76.206155) + (xy 93.079203 76.132652) (xy 93.255272 76.015007) (xy 93.405007 75.865272) (xy 93.522652 75.689203) + (xy 93.603688 75.493566) (xy 93.642375 75.299071) (xy 93.683064 75.299071) (xy 93.733712 75.575165) + (xy 93.83725 75.836072) (xy 93.857394 75.873759) (xy 94.083845 75.958667) (xy 94.862513 75.18) (xy 95.357487 75.18) + (xy 96.136155 75.958667) (xy 96.362606 75.873759) (xy 96.378151 75.837758) (xy 96.397394 75.873759) + (xy 96.623845 75.958667) (xy 97.402513 75.18) (xy 97.897487 75.18) (xy 98.676155 75.958667) (xy 98.902606 75.873759) + (xy 98.918151 75.837758) (xy 98.937394 75.873759) (xy 99.163845 75.958667) (xy 99.942513 75.18) + (xy 100.437487 75.18) (xy 101.216155 75.958667) (xy 101.442606 75.873759) (xy 101.458151 75.837758) + (xy 101.477394 75.873759) (xy 101.703845 75.958667) (xy 102.482513 75.18) (xy 102.977487 75.18) + (xy 103.756155 75.958667) (xy 103.982606 75.873759) (xy 103.998151 75.837758) (xy 104.017394 75.873759) + (xy 104.243845 75.958667) (xy 105.022513 75.18) (xy 105.517487 75.18) (xy 106.296155 75.958667) + (xy 106.522606 75.873759) (xy 106.538151 75.837758) (xy 106.557394 75.873759) (xy 106.783845 75.958667) + (xy 107.562513 75.18) (xy 108.057487 75.18) (xy 108.836155 75.958667) (xy 109.062606 75.873759) + (xy 109.078151 75.837758) (xy 109.097394 75.873759) (xy 109.323845 75.958667) (xy 110.102513 75.18) + (xy 110.597487 75.18) (xy 111.376155 75.958667) (xy 111.602606 75.873759) (xy 111.618151 75.837758) + (xy 111.637394 75.873759) (xy 111.863845 75.958667) (xy 112.642513 75.18) (xy 113.137487 75.18) + (xy 113.916155 75.958667) (xy 114.142606 75.873759) (xy 114.253883 75.616057) (xy 114.312747 75.341598) + (xy 114.316739 75.074122) (xy 114.355 75.074122) (xy 114.355 75.285878) (xy 114.396312 75.493566) + (xy 114.477348 75.689203) (xy 114.594993 75.865272) (xy 114.744728 76.015007) (xy 114.920797 76.132652) + (xy 115.116434 76.213688) (xy 115.324122 76.255) (xy 115.535878 76.255) (xy 115.743566 76.213688) + (xy 115.939203 76.132652) (xy 116.115272 76.015007) (xy 116.265007 75.865272) (xy 116.382652 75.689203) + (xy 116.463688 75.493566) (xy 116.505 75.285878) (xy 116.505 75.074122) (xy 116.463688 74.866434) + (xy 116.382652 74.670797) (xy 116.265007 74.494728) (xy 116.115272 74.344993) (xy 115.939203 74.227348) + (xy 115.743566 74.146312) (xy 115.535878 74.105) (xy 115.324122 74.105) (xy 115.116434 74.146312) + (xy 114.920797 74.227348) (xy 114.744728 74.344993) (xy 114.594993 74.494728) (xy 114.477348 74.670797) + (xy 114.396312 74.866434) (xy 114.355 75.074122) (xy 114.316739 75.074122) (xy 114.316936 75.060929) + (xy 114.266288 74.784835) (xy 114.16275 74.523928) (xy 114.142606 74.486241) (xy 113.916155 74.401333) + (xy 113.137487 75.18) (xy 112.642513 75.18) (xy 111.863845 74.401333) (xy 111.637394 74.486241) + (xy 111.621849 74.522242) (xy 111.602606 74.486241) (xy 111.376155 74.401333) (xy 110.597487 75.18) + (xy 110.102513 75.18) (xy 109.323845 74.401333) (xy 109.097394 74.486241) (xy 109.081849 74.522242) + (xy 109.062606 74.486241) (xy 108.836155 74.401333) (xy 108.057487 75.18) (xy 107.562513 75.18) + (xy 106.783845 74.401333) (xy 106.557394 74.486241) (xy 106.541849 74.522242) (xy 106.522606 74.486241) + (xy 106.296155 74.401333) (xy 105.517487 75.18) (xy 105.022513 75.18) (xy 104.243845 74.401333) + (xy 104.017394 74.486241) (xy 104.001849 74.522242) (xy 103.982606 74.486241) (xy 103.756155 74.401333) + (xy 102.977487 75.18) (xy 102.482513 75.18) (xy 101.703845 74.401333) (xy 101.477394 74.486241) + (xy 101.461849 74.522242) (xy 101.442606 74.486241) (xy 101.216155 74.401333) (xy 100.437487 75.18) + (xy 99.942513 75.18) (xy 99.163845 74.401333) (xy 98.937394 74.486241) (xy 98.921849 74.522242) + (xy 98.902606 74.486241) (xy 98.676155 74.401333) (xy 97.897487 75.18) (xy 97.402513 75.18) (xy 96.623845 74.401333) + (xy 96.397394 74.486241) (xy 96.381849 74.522242) (xy 96.362606 74.486241) (xy 96.136155 74.401333) + (xy 95.357487 75.18) (xy 94.862513 75.18) (xy 94.083845 74.401333) (xy 93.857394 74.486241) (xy 93.746117 74.743943) + (xy 93.687253 75.018402) (xy 93.683064 75.299071) (xy 93.642375 75.299071) (xy 93.645 75.285878) + (xy 93.645 75.074122) (xy 93.603688 74.866434) (xy 93.522652 74.670797) (xy 93.405007 74.494728) + (xy 93.255272 74.344993) (xy 93.079203 74.227348) (xy 92.901753 74.153845) (xy 94.331333 74.153845) + (xy 95.11 74.932513) (xy 95.888667 74.153845) (xy 96.871333 74.153845) (xy 97.65 74.932513) (xy 98.428667 74.153845) + (xy 99.411333 74.153845) (xy 100.19 74.932513) (xy 100.968667 74.153845) (xy 101.951333 74.153845) + (xy 102.73 74.932513) (xy 103.508667 74.153845) (xy 104.491333 74.153845) (xy 105.27 74.932513) + (xy 106.048667 74.153845) (xy 107.031333 74.153845) (xy 107.81 74.932513) (xy 108.588667 74.153845) + (xy 109.571333 74.153845) (xy 110.35 74.932513) (xy 111.128667 74.153845) (xy 112.111333 74.153845) + (xy 112.89 74.932513) (xy 113.668667 74.153845) (xy 113.583759 73.927394) (xy 113.326057 73.816117) + (xy 113.051598 73.757253) (xy 112.770929 73.753064) (xy 112.494835 73.803712) (xy 112.233928 73.90725) + (xy 112.196241 73.927394) (xy 112.111333 74.153845) (xy 111.128667 74.153845) (xy 111.043759 73.927394) + (xy 110.786057 73.816117) (xy 110.511598 73.757253) (xy 110.230929 73.753064) (xy 109.954835 73.803712) + (xy 109.693928 73.90725) (xy 109.656241 73.927394) (xy 109.571333 74.153845) (xy 108.588667 74.153845) + (xy 108.503759 73.927394) (xy 108.246057 73.816117) (xy 107.971598 73.757253) (xy 107.690929 73.753064) + (xy 107.414835 73.803712) (xy 107.153928 73.90725) (xy 107.116241 73.927394) (xy 107.031333 74.153845) + (xy 106.048667 74.153845) (xy 105.963759 73.927394) (xy 105.706057 73.816117) (xy 105.431598 73.757253) + (xy 105.150929 73.753064) (xy 104.874835 73.803712) (xy 104.613928 73.90725) (xy 104.576241 73.927394) + (xy 104.491333 74.153845) (xy 103.508667 74.153845) (xy 103.423759 73.927394) (xy 103.166057 73.816117) + (xy 102.891598 73.757253) (xy 102.610929 73.753064) (xy 102.334835 73.803712) (xy 102.073928 73.90725) + (xy 102.036241 73.927394) (xy 101.951333 74.153845) (xy 100.968667 74.153845) (xy 100.883759 73.927394) + (xy 100.626057 73.816117) (xy 100.351598 73.757253) (xy 100.070929 73.753064) (xy 99.794835 73.803712) + (xy 99.533928 73.90725) (xy 99.496241 73.927394) (xy 99.411333 74.153845) (xy 98.428667 74.153845) + (xy 98.343759 73.927394) (xy 98.086057 73.816117) (xy 97.811598 73.757253) (xy 97.530929 73.753064) + (xy 97.254835 73.803712) (xy 96.993928 73.90725) (xy 96.956241 73.927394) (xy 96.871333 74.153845) + (xy 95.888667 74.153845) (xy 95.803759 73.927394) (xy 95.546057 73.816117) (xy 95.271598 73.757253) + (xy 94.990929 73.753064) (xy 94.714835 73.803712) (xy 94.453928 73.90725) (xy 94.416241 73.927394) + (xy 94.331333 74.153845) (xy 92.901753 74.153845) (xy 92.883566 74.146312) (xy 92.675878 74.105) + (xy 92.464122 74.105) (xy 92.256434 74.146312) (xy 92.060797 74.227348) (xy 91.884728 74.344993) + (xy 91.734993 74.494728) (xy 91.617348 74.670797) (xy 91.536312 74.866434) (xy 91.495 75.074122) + (xy 50.275 75.074122) (xy 50.275 75.013454) (xy 50.347236 74.276732) (xy 50.557285 73.581016) (xy 50.898467 72.939347) + (xy 51.357782 72.376169) (xy 51.917745 71.912928) (xy 52.557013 71.567277) (xy 53.251249 71.352375) + (xy 53.986963 71.275047) (xy 54.000379 71.275) (xy 125.986546 71.275) + ) + ) + ) + (zone + (net 7) + (net_name "/SHLD") + (layer "In2.Cu") + (uuid "00000000-0000-0000-0000-00005faf539c") + (hatch edge 0.508) + (priority 2) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.2) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.3) + (thermal_bridge_width 0.3) + (smoothing fillet) + (radius 0.5) + ) + (polygon + (pts + (xy 56.8 90.7) (xy 56.8 100.3) (xy 50 100.3) (xy 50 90.7) + ) + ) + (filled_polygon + (layer "In2.Cu") + (pts + (xy 56.403307 90.814464) (xy 56.499567 90.854336) (xy 56.582232 90.917768) (xy 56.645664 91.000433) + (xy 56.685536 91.096693) (xy 56.7 91.206559) (xy 56.7 99.793441) (xy 56.685536 99.903307) (xy 56.645664 99.999567) + (xy 56.582232 100.082232) (xy 56.499567 100.145664) (xy 56.403307 100.185536) (xy 56.293441 100.2) + (xy 50.506559 100.2) (xy 50.396693 100.185536) (xy 50.300433 100.145664) (xy 50.25 100.106965) (xy 50.25 98.333377) + (xy 54.6751 98.333377) (xy 54.6751 98.446623) (xy 54.697193 98.557692) (xy 54.74053 98.662317) (xy 54.803446 98.756478) + (xy 54.883522 98.836554) (xy 54.977683 98.89947) (xy 55.082308 98.942807) (xy 55.193377 98.9649) + (xy 55.306623 98.9649) (xy 55.417692 98.942807) (xy 55.522317 98.89947) (xy 55.616478 98.836554) + (xy 55.696554 98.756478) (xy 55.75947 98.662317) (xy 55.802807 98.557692) (xy 55.8249 98.446623) + (xy 55.8249 98.333377) (xy 55.802807 98.222308) (xy 55.75947 98.117683) (xy 55.696554 98.023522) + (xy 55.616478 97.943446) (xy 55.522317 97.88053) (xy 55.417692 97.837193) (xy 55.306623 97.8151) + (xy 55.193377 97.8151) (xy 55.082308 97.837193) (xy 54.977683 97.88053) (xy 54.883522 97.943446) + (xy 54.803446 98.023522) (xy 54.74053 98.117683) (xy 54.697193 98.222308) (xy 54.6751 98.333377) + (xy 50.25 98.333377) (xy 50.25 95.19584) (xy 54.9501 95.19584) (xy 54.9501 95.30416) (xy 54.971232 95.4104) + (xy 55.012685 95.510475) (xy 55.072865 95.600541) (xy 55.149459 95.677135) (xy 55.239525 95.737315) + (xy 55.330503 95.775) (xy 55.239525 95.812685) (xy 55.149459 95.872865) (xy 55.072865 95.949459) + (xy 55.012685 96.039525) (xy 54.971232 96.1396) (xy 54.9501 96.24584) (xy 54.9501 96.35416) (xy 54.971232 96.4604) + (xy 55.012685 96.560475) (xy 55.072865 96.650541) (xy 55.149459 96.727135) (xy 55.239525 96.787315) + (xy 55.3396 96.828768) (xy 55.44584 96.8499) (xy 55.55416 96.8499) (xy 55.6604 96.828768) (xy 55.760475 96.787315) + (xy 55.850541 96.727135) (xy 55.927135 96.650541) (xy 55.987315 96.560475) (xy 56.028768 96.4604) + (xy 56.0499 96.35416) (xy 56.0499 96.24584) (xy 56.028768 96.1396) (xy 55.987315 96.039525) (xy 55.927135 95.949459) + (xy 55.850541 95.872865) (xy 55.760475 95.812685) (xy 55.669497 95.775) (xy 55.760475 95.737315) + (xy 55.850541 95.677135) (xy 55.927135 95.600541) (xy 55.987315 95.510475) (xy 56.028768 95.4104) + (xy 56.0499 95.30416) (xy 56.0499 95.19584) (xy 56.028768 95.0896) (xy 55.987315 94.989525) (xy 55.927135 94.899459) + (xy 55.850541 94.822865) (xy 55.760475 94.762685) (xy 55.6604 94.721232) (xy 55.55416 94.7001) (xy 55.44584 94.7001) + (xy 55.3396 94.721232) (xy 55.239525 94.762685) (xy 55.149459 94.822865) (xy 55.072865 94.899459) + (xy 55.012685 94.989525) (xy 54.971232 95.0896) (xy 54.9501 95.19584) (xy 50.25 95.19584) (xy 50.25 94.49584) + (xy 53.8501 94.49584) (xy 53.8501 94.60416) (xy 53.871232 94.7104) (xy 53.912685 94.810475) (xy 53.972865 94.900541) + (xy 54.049459 94.977135) (xy 54.139525 95.037315) (xy 54.2396 95.078768) (xy 54.34584 95.0999) (xy 54.45416 95.0999) + (xy 54.5604 95.078768) (xy 54.660475 95.037315) (xy 54.750541 94.977135) (xy 54.827135 94.900541) + (xy 54.887315 94.810475) (xy 54.928768 94.7104) (xy 54.9499 94.60416) (xy 54.9499 94.49584) (xy 54.928768 94.3896) + (xy 54.887315 94.289525) (xy 54.827135 94.199459) (xy 54.750541 94.122865) (xy 54.660475 94.062685) + (xy 54.5604 94.021232) (xy 54.45416 94.0001) (xy 54.34584 94.0001) (xy 54.2396 94.021232) (xy 54.139525 94.062685) + (xy 54.049459 94.122865) (xy 53.972865 94.199459) (xy 53.912685 94.289525) (xy 53.871232 94.3896) + (xy 53.8501 94.49584) (xy 50.25 94.49584) (xy 50.25 92.553377) (xy 54.6751 92.553377) (xy 54.6751 92.666623) + (xy 54.697193 92.777692) (xy 54.74053 92.882317) (xy 54.803446 92.976478) (xy 54.883522 93.056554) + (xy 54.977683 93.11947) (xy 55.082308 93.162807) (xy 55.193377 93.1849) (xy 55.306623 93.1849) (xy 55.417692 93.162807) + (xy 55.522317 93.11947) (xy 55.616478 93.056554) (xy 55.696554 92.976478) (xy 55.75947 92.882317) + (xy 55.802807 92.777692) (xy 55.8249 92.666623) (xy 55.8249 92.553377) (xy 55.802807 92.442308) + (xy 55.75947 92.337683) (xy 55.696554 92.243522) (xy 55.616478 92.163446) (xy 55.522317 92.10053) + (xy 55.417692 92.057193) (xy 55.306623 92.0351) (xy 55.193377 92.0351) (xy 55.082308 92.057193) + (xy 54.977683 92.10053) (xy 54.883522 92.163446) (xy 54.803446 92.243522) (xy 54.74053 92.337683) + (xy 54.697193 92.442308) (xy 54.6751 92.553377) (xy 50.25 92.553377) (xy 50.25 90.893035) (xy 50.300433 90.854336) + (xy 50.396693 90.814464) (xy 50.506559 90.8) (xy 56.293441 90.8) + ) + ) + ) + (zone + (net 2) + (net_name "+3V3") + (layer "In2.Cu") + (uuid "00000000-0000-0000-0000-00005faf53c6") + (hatch edge 0.508) + (connect_pads + (clearance 0.1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 50 71) (xy 130 71) (xy 129.75 120) (xy 50 120) + ) + ) + (filled_polygon + (layer "In2.Cu") + (pts + (xy 124.898319 71.368244) (xy 124.210967 71.652954) (xy 123.592366 72.06629) (xy 123.06629 72.592366) + (xy 122.652954 73.210967) (xy 122.368244 73.898319) (xy 122.2231 74.628008) (xy 122.2231 75.371992) + (xy 122.368244 76.101681) (xy 122.652954 76.789033) (xy 123.06629 77.407634) (xy 123.592366 77.93371) + (xy 124.210967 78.347046) (xy 124.898319 78.631756) (xy 125.628008 78.7769) (xy 126.371992 78.7769) + (xy 127.101681 78.631756) (xy 127.789033 78.347046) (xy 128.407634 77.93371) (xy 128.93371 77.407634) + (xy 129.347046 76.789033) (xy 129.631756 76.101681) (xy 129.723 75.642966) (xy 129.723001 100.399683) + (xy 129.648596 114.98298) (xy 129.631756 114.898319) (xy 129.347046 114.210967) (xy 128.93371 113.592366) + (xy 128.407634 113.06629) (xy 127.789033 112.652954) (xy 127.101681 112.368244) (xy 126.371992 112.2231) + (xy 125.628008 112.2231) (xy 124.898319 112.368244) (xy 124.210967 112.652954) (xy 123.592366 113.06629) + (xy 123.06629 113.592366) (xy 122.652954 114.210967) (xy 122.368244 114.898319) (xy 122.2231 115.628008) + (xy 122.2231 116.371992) (xy 122.368244 117.101681) (xy 122.652954 117.789033) (xy 123.06629 118.407634) + (xy 123.592366 118.93371) (xy 124.210967 119.347046) (xy 124.898319 119.631756) (xy 125.357034 119.723) + (xy 77.661351 119.723) (xy 77.70473 119.618275) (xy 77.7269 119.50682) (xy 77.7269 119.39318) (xy 77.70473 119.281725) + (xy 77.661242 119.176736) (xy 77.598107 119.082248) (xy 77.565859 119.05) (xy 77.598107 119.017752) + (xy 77.661242 118.923264) (xy 77.70473 118.818275) (xy 77.7269 118.70682) (xy 77.7269 118.59318) + (xy 77.70473 118.481725) (xy 77.661242 118.376736) (xy 77.598107 118.282248) (xy 77.517752 118.201893) + (xy 77.423264 118.138758) (xy 77.318275 118.09527) (xy 77.20682 118.0731) (xy 77.09318 118.0731) + (xy 76.981725 118.09527) (xy 76.876736 118.138758) (xy 76.782248 118.201893) (xy 76.701893 118.282248) + (xy 76.638758 118.376736) (xy 76.59527 118.481725) (xy 76.5731 118.59318) (xy 76.5731 118.70682) + (xy 76.59527 118.818275) (xy 76.638758 118.923264) (xy 76.701893 119.017752) (xy 76.734141 119.05) + (xy 76.701893 119.082248) (xy 76.638758 119.176736) (xy 76.59527 119.281725) (xy 76.5731 119.39318) + (xy 76.5731 119.50682) (xy 76.59527 119.618275) (xy 76.638649 119.723) (xy 75.375227 119.723) (xy 75.427099 119.645368) + (xy 75.493201 119.485782) (xy 75.5269 119.316367) (xy 75.5269 119.143633) (xy 75.493201 118.974218) + (xy 75.427099 118.814632) (xy 75.331133 118.671009) (xy 75.208991 118.548867) (xy 75.065368 118.452901) + (xy 74.905782 118.386799) (xy 74.736367 118.3531) (xy 74.563633 118.3531) (xy 74.394218 118.386799) + (xy 74.234632 118.452901) (xy 74.091009 118.548867) (xy 73.968867 118.671009) (xy 73.872901 118.814632) + (xy 73.806799 118.974218) (xy 73.7731 119.143633) (xy 73.7731 119.316367) (xy 73.806799 119.485782) + (xy 73.872901 119.645368) (xy 73.924773 119.723) (xy 72.661351 119.723) (xy 72.70473 119.618275) + (xy 72.7269 119.50682) (xy 72.7269 119.39318) (xy 72.70473 119.281725) (xy 72.661242 119.176736) + (xy 72.598107 119.082248) (xy 72.565859 119.05) (xy 72.598107 119.017752) (xy 72.661242 118.923264) + (xy 72.70473 118.818275) (xy 72.7269 118.70682) (xy 72.7269 118.59318) (xy 72.70473 118.481725) + (xy 72.661242 118.376736) (xy 72.598107 118.282248) (xy 72.517752 118.201893) (xy 72.423264 118.138758) + (xy 72.318275 118.09527) (xy 72.20682 118.0731) (xy 72.09318 118.0731) (xy 71.981725 118.09527) + (xy 71.876736 118.138758) (xy 71.782248 118.201893) (xy 71.701893 118.282248) (xy 71.638758 118.376736) + (xy 71.59527 118.481725) (xy 71.5731 118.59318) (xy 71.5731 118.70682) (xy 71.59527 118.818275) + (xy 71.638758 118.923264) (xy 71.701893 119.017752) (xy 71.734141 119.05) (xy 71.701893 119.082248) + (xy 71.638758 119.176736) (xy 71.59527 119.281725) (xy 71.5731 119.39318) (xy 71.5731 119.50682) + (xy 71.59527 119.618275) (xy 71.638649 119.723) (xy 54.642966 119.723) (xy 55.101681 119.631756) + (xy 55.789033 119.347046) (xy 56.407634 118.93371) (xy 56.93371 118.407634) (xy 57.347046 117.789033) + (xy 57.445981 117.55018) (xy 63.044947 117.55018) (xy 63.0481 117.582194) (xy 63.0481 117.582202) + (xy 63.057533 117.677975) (xy 63.094809 117.800858) (xy 63.155343 117.914109) (xy 63.236808 118.013373) + (xy 63.261685 118.033789) (xy 64.06621 118.838315) (xy 64.086627 118.863193) (xy 64.185891 118.944657) + (xy 64.299142 119.005191) (xy 64.422025 119.042467) (xy 64.517798 119.0519) (xy 64.517806 119.0519) + (xy 64.54982 119.055053) (xy 64.581834 119.0519) (xy 70.433132 119.0519) (xy 70.465146 119.055053) + (xy 70.49716 119.0519) (xy 70.497168 119.0519) (xy 70.592941 119.042467) (xy 70.715824 119.005191) + (xy 70.829075 118.944657) (xy 70.928339 118.863193) (xy 70.94876 118.83831) (xy 72.280998 117.506073) + (xy 72.306799 117.635782) (xy 72.372901 117.795368) (xy 72.468867 117.938991) (xy 72.591009 118.061133) + (xy 72.734632 118.157099) (xy 72.894218 118.223201) (xy 73.063633 118.2569) (xy 73.236367 118.2569) + (xy 73.405782 118.223201) (xy 73.565368 118.157099) (xy 73.708991 118.061133) (xy 73.831133 117.938991) + (xy 73.927099 117.795368) (xy 73.993201 117.635782) (xy 74.0269 117.466367) (xy 74.0269 117.293633) + (xy 73.993201 117.124218) (xy 73.927099 116.964632) (xy 73.831133 116.821009) (xy 73.708991 116.698867) + (xy 73.6387 116.6519) (xy 75.6613 116.6519) (xy 75.591009 116.698867) (xy 75.468867 116.821009) + (xy 75.372901 116.964632) (xy 75.306799 117.124218) (xy 75.2731 117.293633) (xy 75.2731 117.466367) + (xy 75.306799 117.635782) (xy 75.372901 117.795368) (xy 75.468867 117.938991) (xy 75.591009 118.061133) + (xy 75.734632 118.157099) (xy 75.894218 118.223201) (xy 76.063633 118.2569) (xy 76.236367 118.2569) + (xy 76.405782 118.223201) (xy 76.565368 118.157099) (xy 76.708991 118.061133) (xy 76.831133 117.938991) + (xy 76.927099 117.795368) (xy 76.993201 117.635782) (xy 77.0269 117.466367) (xy 77.0269 117.298824) + (xy 78.366391 118.638316) (xy 78.386807 118.663193) (xy 78.486071 118.744657) (xy 78.599322 118.805191) + (xy 78.722205 118.842467) (xy 78.817978 118.8519) (xy 78.817986 118.8519) (xy 78.85 118.855053) + (xy 78.882014 118.8519) (xy 116.267986 118.8519) (xy 116.3 118.855053) (xy 116.332014 118.8519) + (xy 116.332022 118.8519) (xy 116.427795 118.842467) (xy 116.550678 118.805191) (xy 116.663929 118.744657) + (xy 116.763193 118.663193) (xy 116.783614 118.63831) (xy 119.438321 115.983605) (xy 119.463193 115.963193) + (xy 119.544657 115.863929) (xy 119.579492 115.798758) (xy 119.605191 115.750679) (xy 119.629176 115.671611) + (xy 119.642467 115.627795) (xy 119.6519 115.532022) (xy 119.655054 115.5) (xy 119.6519 115.467978) + (xy 119.6519 111.24318) (xy 122.0231 111.24318) (xy 122.0231 111.35682) (xy 122.04527 111.468275) + (xy 122.088758 111.573264) (xy 122.151893 111.667752) (xy 122.232248 111.748107) (xy 122.326736 111.811242) + (xy 122.431725 111.85473) (xy 122.54318 111.8769) (xy 122.65682 111.8769) (xy 122.768275 111.85473) + (xy 122.873264 111.811242) (xy 122.967752 111.748107) (xy 123.048107 111.667752) (xy 123.111242 111.573264) + (xy 123.15473 111.468275) (xy 123.1769 111.35682) (xy 123.1769 111.24318) (xy 123.15473 111.131725) + (xy 123.111242 111.026736) (xy 123.048107 110.932248) (xy 122.967752 110.851893) (xy 122.873264 110.788758) + (xy 122.768275 110.74527) (xy 122.65682 110.7231) (xy 122.54318 110.7231) (xy 122.431725 110.74527) + (xy 122.326736 110.788758) (xy 122.232248 110.851893) (xy 122.151893 110.932248) (xy 122.088758 111.026736) + (xy 122.04527 111.131725) (xy 122.0231 111.24318) (xy 119.6519 111.24318) (xy 119.6519 110.44318) + (xy 123.7231 110.44318) (xy 123.7231 110.55682) (xy 123.74527 110.668275) (xy 123.788758 110.773264) + (xy 123.851893 110.867752) (xy 123.932248 110.948107) (xy 124.026736 111.011242) (xy 124.131725 111.05473) + (xy 124.24318 111.0769) (xy 124.35682 111.0769) (xy 124.468275 111.05473) (xy 124.573264 111.011242) + (xy 124.667752 110.948107) (xy 124.748107 110.867752) (xy 124.811242 110.773264) (xy 124.85473 110.668275) + (xy 124.8769 110.55682) (xy 124.8769 110.44318) (xy 124.85473 110.331725) (xy 124.811242 110.226736) + (xy 124.748107 110.132248) (xy 124.667752 110.051893) (xy 124.573264 109.988758) (xy 124.468275 109.94527) + (xy 124.35682 109.9231) (xy 124.24318 109.9231) (xy 124.131725 109.94527) (xy 124.026736 109.988758) + (xy 123.932248 110.051893) (xy 123.851893 110.132248) (xy 123.788758 110.226736) (xy 123.74527 110.331725) + (xy 123.7231 110.44318) (xy 119.6519 110.44318) (xy 119.6519 108.44318) (xy 125.1231 108.44318) + (xy 125.1231 108.55682) (xy 125.14527 108.668275) (xy 125.188758 108.773264) (xy 125.251893 108.867752) + (xy 125.332248 108.948107) (xy 125.426736 109.011242) (xy 125.531725 109.05473) (xy 125.64318 109.0769) + (xy 125.75682 109.0769) (xy 125.868275 109.05473) (xy 125.973264 109.011242) (xy 126.067752 108.948107) + (xy 126.148107 108.867752) (xy 126.211242 108.773264) (xy 126.25473 108.668275) (xy 126.2769 108.55682) + (xy 126.2769 108.44318) (xy 126.25473 108.331725) (xy 126.211242 108.226736) (xy 126.148107 108.132248) + (xy 126.067752 108.051893) (xy 125.973264 107.988758) (xy 125.868275 107.94527) (xy 125.75682 107.9231) + (xy 125.64318 107.9231) (xy 125.531725 107.94527) (xy 125.426736 107.988758) (xy 125.332248 108.051893) + (xy 125.251893 108.132248) (xy 125.188758 108.226736) (xy 125.14527 108.331725) (xy 125.1231 108.44318) + (xy 119.6519 108.44318) (xy 119.6519 107.04318) (xy 122.2231 107.04318) (xy 122.2231 107.15682) + (xy 122.24527 107.268275) (xy 122.288758 107.373264) (xy 122.351893 107.467752) (xy 122.432248 107.548107) + (xy 122.526736 107.611242) (xy 122.631725 107.65473) (xy 122.74318 107.6769) (xy 122.85682 107.6769) + (xy 122.968275 107.65473) (xy 123.073264 107.611242) (xy 123.167752 107.548107) (xy 123.248107 107.467752) + (xy 123.3 107.390089) (xy 123.351893 107.467752) (xy 123.432248 107.548107) (xy 123.526736 107.611242) + (xy 123.631725 107.65473) (xy 123.74318 107.6769) (xy 123.85682 107.6769) (xy 123.968275 107.65473) + (xy 124.073264 107.611242) (xy 124.167752 107.548107) (xy 124.248107 107.467752) (xy 124.311242 107.373264) + (xy 124.35473 107.268275) (xy 124.3769 107.15682) (xy 124.3769 107.04318) (xy 124.35473 106.931725) + (xy 124.311242 106.826736) (xy 124.248107 106.732248) (xy 124.167752 106.651893) (xy 124.073264 106.588758) + (xy 123.968275 106.54527) (xy 123.85682 106.5231) (xy 123.74318 106.5231) (xy 123.631725 106.54527) + (xy 123.526736 106.588758) (xy 123.432248 106.651893) (xy 123.351893 106.732248) (xy 123.3 106.809911) + (xy 123.248107 106.732248) (xy 123.167752 106.651893) (xy 123.073264 106.588758) (xy 122.968275 106.54527) + (xy 122.85682 106.5231) (xy 122.74318 106.5231) (xy 122.631725 106.54527) (xy 122.526736 106.588758) + (xy 122.432248 106.651893) (xy 122.351893 106.732248) (xy 122.288758 106.826736) (xy 122.24527 106.931725) + (xy 122.2231 107.04318) (xy 119.6519 107.04318) (xy 119.6519 106.14318) (xy 127.2231 106.14318) + (xy 127.2231 106.25682) (xy 127.24527 106.368275) (xy 127.288758 106.473264) (xy 127.351893 106.567752) + (xy 127.432248 106.648107) (xy 127.435081 106.65) (xy 127.432248 106.651893) (xy 127.351893 106.732248) + (xy 127.288758 106.826736) (xy 127.24527 106.931725) (xy 127.2231 107.04318) (xy 127.2231 107.15682) + (xy 127.24527 107.268275) (xy 127.288758 107.373264) (xy 127.351893 107.467752) (xy 127.432248 107.548107) + (xy 127.526736 107.611242) (xy 127.631725 107.65473) (xy 127.74318 107.6769) (xy 127.85682 107.6769) + (xy 127.968275 107.65473) (xy 128.073264 107.611242) (xy 128.167752 107.548107) (xy 128.248107 107.467752) + (xy 128.311242 107.373264) (xy 128.35473 107.268275) (xy 128.3769 107.15682) (xy 128.3769 107.04318) + (xy 128.35473 106.931725) (xy 128.311242 106.826736) (xy 128.248107 106.732248) (xy 128.167752 106.651893) + (xy 128.164919 106.65) (xy 128.167752 106.648107) (xy 128.248107 106.567752) (xy 128.311242 106.473264) + (xy 128.35473 106.368275) (xy 128.3769 106.25682) (xy 128.3769 106.14318) (xy 128.35473 106.031725) + (xy 128.311242 105.926736) (xy 128.248107 105.832248) (xy 128.167752 105.751893) (xy 128.073264 105.688758) + (xy 127.968275 105.64527) (xy 127.85682 105.6231) (xy 127.74318 105.6231) (xy 127.631725 105.64527) + (xy 127.526736 105.688758) (xy 127.432248 105.751893) (xy 127.351893 105.832248) (xy 127.288758 105.926736) + (xy 127.24527 106.031725) (xy 127.2231 106.14318) (xy 119.6519 106.14318) (xy 119.6519 105.921665) + (xy 119.731725 105.95473) (xy 119.84318 105.9769) (xy 119.95682 105.9769) (xy 120.068275 105.95473) + (xy 120.173264 105.911242) (xy 120.267752 105.848107) (xy 120.348107 105.767752) (xy 120.411242 105.673264) + (xy 120.45473 105.568275) (xy 120.4769 105.45682) (xy 120.4769 105.34318) (xy 120.45473 105.231725) + (xy 120.411242 105.126736) (xy 120.348107 105.032248) (xy 120.267752 104.951893) (xy 120.173264 104.888758) + (xy 120.068275 104.84527) (xy 119.95682 104.8231) (xy 119.84318 104.8231) (xy 119.731725 104.84527) + (xy 119.6519 104.878335) (xy 119.6519 103.84318) (xy 119.723092 103.84318) (xy 119.723092 103.95682) + (xy 119.745262 104.068275) (xy 119.78875 104.173264) (xy 119.851885 104.267752) (xy 119.93224 104.348107) + (xy 120.026728 104.411242) (xy 120.131717 104.45473) (xy 120.243172 104.4769) (xy 120.356812 104.4769) + (xy 120.468267 104.45473) (xy 120.573256 104.411242) (xy 120.667744 104.348107) (xy 120.672671 104.34318) + (xy 121.3231 104.34318) (xy 121.3231 104.45682) (xy 121.34527 104.568275) (xy 121.388758 104.673264) + (xy 121.451893 104.767752) (xy 121.532248 104.848107) (xy 121.626736 104.911242) (xy 121.731725 104.95473) + (xy 121.84318 104.9769) (xy 121.95682 104.9769) (xy 122.068275 104.95473) (xy 122.173264 104.911242) + (xy 122.267752 104.848107) (xy 122.348107 104.767752) (xy 122.411242 104.673264) (xy 122.45473 104.568275) + (xy 122.4769 104.45682) (xy 122.4769 104.34318) (xy 122.5231 104.34318) (xy 122.5231 104.45682) + (xy 122.54527 104.568275) (xy 122.588758 104.673264) (xy 122.651893 104.767752) (xy 122.732248 104.848107) + (xy 122.826736 104.911242) (xy 122.931725 104.95473) (xy 123.04318 104.9769) (xy 123.15682 104.9769) + (xy 123.268275 104.95473) (xy 123.373264 104.911242) (xy 123.467752 104.848107) (xy 123.548107 104.767752) + (xy 123.611242 104.673264) (xy 123.65473 104.568275) (xy 123.6769 104.45682) (xy 123.6769 104.34318) + (xy 123.65473 104.231725) (xy 123.611242 104.126736) (xy 123.548107 104.032248) (xy 123.467752 103.951893) + (xy 123.373264 103.888758) (xy 123.268275 103.84527) (xy 123.15682 103.8231) (xy 123.04318 103.8231) + (xy 122.931725 103.84527) (xy 122.826736 103.888758) (xy 122.732248 103.951893) (xy 122.651893 104.032248) + (xy 122.588758 104.126736) (xy 122.54527 104.231725) (xy 122.5231 104.34318) (xy 122.4769 104.34318) + (xy 122.45473 104.231725) (xy 122.411242 104.126736) (xy 122.348107 104.032248) (xy 122.267752 103.951893) + (xy 122.173264 103.888758) (xy 122.068275 103.84527) (xy 121.95682 103.8231) (xy 121.84318 103.8231) + (xy 121.731725 103.84527) (xy 121.626736 103.888758) (xy 121.532248 103.951893) (xy 121.451893 104.032248) + (xy 121.388758 104.126736) (xy 121.34527 104.231725) (xy 121.3231 104.34318) (xy 120.672671 104.34318) + (xy 120.748099 104.267752) (xy 120.811234 104.173264) (xy 120.854722 104.068275) (xy 120.876892 103.95682) + (xy 120.876892 103.84318) (xy 120.854722 103.731725) (xy 120.811234 103.626736) (xy 120.761491 103.55229) + (xy 120.767752 103.548107) (xy 120.848107 103.467752) (xy 120.911242 103.373264) (xy 120.95473 103.268275) + (xy 120.9769 103.15682) (xy 120.9769 103.04318) (xy 120.957009 102.94318) (xy 121.3231 102.94318) + (xy 121.3231 103.05682) (xy 121.34527 103.168275) (xy 121.388758 103.273264) (xy 121.451893 103.367752) + (xy 121.532248 103.448107) (xy 121.626736 103.511242) (xy 121.731725 103.55473) (xy 121.84318 103.5769) + (xy 121.95682 103.5769) (xy 122.068275 103.55473) (xy 122.173264 103.511242) (xy 122.267752 103.448107) + (xy 122.348107 103.367752) (xy 122.411242 103.273264) (xy 122.45473 103.168275) (xy 122.4769 103.05682) + (xy 122.4769 102.94318) (xy 122.5231 102.94318) (xy 122.5231 103.05682) (xy 122.54527 103.168275) + (xy 122.588758 103.273264) (xy 122.651893 103.367752) (xy 122.732248 103.448107) (xy 122.826736 103.511242) + (xy 122.931725 103.55473) (xy 123.04318 103.5769) (xy 123.15682 103.5769) (xy 123.268275 103.55473) + (xy 123.373264 103.511242) (xy 123.467752 103.448107) (xy 123.548107 103.367752) (xy 123.611242 103.273264) + (xy 123.65473 103.168275) (xy 123.6769 103.05682) (xy 123.6769 102.94318) (xy 124.4231 102.94318) + (xy 124.4231 103.05682) (xy 124.44527 103.168275) (xy 124.488758 103.273264) (xy 124.540031 103.35) + (xy 124.488758 103.426736) (xy 124.44527 103.531725) (xy 124.4231 103.64318) (xy 124.4231 103.75682) + (xy 124.44527 103.868275) (xy 124.488758 103.973264) (xy 124.540031 104.05) (xy 124.488758 104.126736) + (xy 124.44527 104.231725) (xy 124.4231 104.34318) (xy 124.4231 104.45682) (xy 124.44527 104.568275) + (xy 124.488758 104.673264) (xy 124.551893 104.767752) (xy 124.632248 104.848107) (xy 124.726736 104.911242) + (xy 124.831725 104.95473) (xy 124.94318 104.9769) (xy 125.05682 104.9769) (xy 125.168275 104.95473) + (xy 125.273264 104.911242) (xy 125.367752 104.848107) (xy 125.448107 104.767752) (xy 125.511242 104.673264) + (xy 125.55473 104.568275) (xy 125.5769 104.45682) (xy 125.5769 104.34318) (xy 125.55473 104.231725) + (xy 125.511242 104.126736) (xy 125.459969 104.05) (xy 125.511242 103.973264) (xy 125.55473 103.868275) + (xy 125.5769 103.75682) (xy 125.5769 103.64318) (xy 125.55473 103.531725) (xy 125.518054 103.44318) + (xy 126.9231 103.44318) (xy 126.9231 103.55682) (xy 126.94527 103.668275) (xy 126.988758 103.773264) + (xy 127.051893 103.867752) (xy 127.132248 103.948107) (xy 127.226736 104.011242) (xy 127.331725 104.05473) + (xy 127.44318 104.0769) (xy 127.55682 104.0769) (xy 127.668275 104.05473) (xy 127.773264 104.011242) + (xy 127.867752 103.948107) (xy 127.948107 103.867752) (xy 128.011242 103.773264) (xy 128.05473 103.668275) + (xy 128.0769 103.55682) (xy 128.0769 103.44318) (xy 128.05473 103.331725) (xy 128.011242 103.226736) + (xy 127.948107 103.132248) (xy 127.867752 103.051893) (xy 127.773264 102.988758) (xy 127.668275 102.94527) + (xy 127.55682 102.9231) (xy 127.44318 102.9231) (xy 127.331725 102.94527) (xy 127.226736 102.988758) + (xy 127.132248 103.051893) (xy 127.051893 103.132248) (xy 126.988758 103.226736) (xy 126.94527 103.331725) + (xy 126.9231 103.44318) (xy 125.518054 103.44318) (xy 125.511242 103.426736) (xy 125.459969 103.35) + (xy 125.511242 103.273264) (xy 125.55473 103.168275) (xy 125.5769 103.05682) (xy 125.5769 102.94318) + (xy 125.55473 102.831725) (xy 125.511242 102.726736) (xy 125.448107 102.632248) (xy 125.367752 102.551893) + (xy 125.273264 102.488758) (xy 125.168275 102.44527) (xy 125.05682 102.4231) (xy 124.94318 102.4231) + (xy 124.831725 102.44527) (xy 124.726736 102.488758) (xy 124.632248 102.551893) (xy 124.551893 102.632248) + (xy 124.488758 102.726736) (xy 124.44527 102.831725) (xy 124.4231 102.94318) (xy 123.6769 102.94318) + (xy 123.65473 102.831725) (xy 123.611242 102.726736) (xy 123.548107 102.632248) (xy 123.467752 102.551893) + (xy 123.373264 102.488758) (xy 123.268275 102.44527) (xy 123.15682 102.4231) (xy 123.04318 102.4231) + (xy 122.931725 102.44527) (xy 122.826736 102.488758) (xy 122.732248 102.551893) (xy 122.651893 102.632248) + (xy 122.588758 102.726736) (xy 122.54527 102.831725) (xy 122.5231 102.94318) (xy 122.4769 102.94318) + (xy 122.45473 102.831725) (xy 122.411242 102.726736) (xy 122.348107 102.632248) (xy 122.267752 102.551893) + (xy 122.173264 102.488758) (xy 122.068275 102.44527) (xy 121.95682 102.4231) (xy 121.84318 102.4231) + (xy 121.731725 102.44527) (xy 121.626736 102.488758) (xy 121.532248 102.551893) (xy 121.451893 102.632248) + (xy 121.388758 102.726736) (xy 121.34527 102.831725) (xy 121.3231 102.94318) (xy 120.957009 102.94318) + (xy 120.95473 102.931725) (xy 120.911242 102.826736) (xy 120.848107 102.732248) (xy 120.767752 102.651893) + (xy 120.673264 102.588758) (xy 120.568275 102.54527) (xy 120.45682 102.5231) (xy 120.34318 102.5231) + (xy 120.231725 102.54527) (xy 120.126736 102.588758) (xy 120.032248 102.651893) (xy 119.951893 102.732248) + (xy 119.888758 102.826736) (xy 119.84527 102.931725) (xy 119.8231 103.04318) (xy 119.8231 103.15682) + (xy 119.84527 103.268275) (xy 119.888758 103.373264) (xy 119.938501 103.44771) (xy 119.93224 103.451893) + (xy 119.851885 103.532248) (xy 119.78875 103.626736) (xy 119.745262 103.731725) (xy 119.723092 103.84318) + (xy 119.6519 103.84318) (xy 119.6519 102.370025) (xy 119.93832 102.083606) (xy 119.963193 102.063193) + (xy 120.028444 101.983685) (xy 120.04527 102.068275) (xy 120.088758 102.173264) (xy 120.151893 102.267752) + (xy 120.232248 102.348107) (xy 120.326736 102.411242) (xy 120.431725 102.45473) (xy 120.54318 102.4769) + (xy 120.65682 102.4769) (xy 120.768275 102.45473) (xy 120.873264 102.411242) (xy 120.9 102.393378) + (xy 120.926736 102.411242) (xy 121.031725 102.45473) (xy 121.14318 102.4769) (xy 121.25682 102.4769) + (xy 121.368275 102.45473) (xy 121.473264 102.411242) (xy 121.567752 102.348107) (xy 121.648107 102.267752) + (xy 121.711242 102.173264) (xy 121.75473 102.068275) (xy 121.7769 101.95682) (xy 121.7769 101.84318) + (xy 121.75473 101.731725) (xy 121.711242 101.626736) (xy 121.648107 101.532248) (xy 121.567752 101.451893) + (xy 121.473264 101.388758) (xy 121.368275 101.34527) (xy 121.25682 101.3231) (xy 121.14318 101.3231) + (xy 121.031725 101.34527) (xy 120.926736 101.388758) (xy 120.9 101.406622) (xy 120.873264 101.388758) + (xy 120.768275 101.34527) (xy 120.65682 101.3231) (xy 120.54318 101.3231) (xy 120.431725 101.34527) + (xy 120.326736 101.388758) (xy 120.232248 101.451893) (xy 120.1519 101.532241) (xy 120.1519 99.7519) + (xy 120.967986 99.7519) (xy 121 99.755053) (xy 121.032014 99.7519) (xy 121.032022 99.7519) (xy 121.127795 99.742467) + (xy 121.250678 99.705191) (xy 121.363929 99.644657) (xy 121.463193 99.563193) (xy 121.483614 99.53831) + (xy 122.734114 98.287811) (xy 122.7231 98.34318) (xy 122.7231 98.45682) (xy 122.74527 98.568275) + (xy 122.788758 98.673264) (xy 122.851893 98.767752) (xy 122.924436 98.840295) (xy 122.832248 98.901893) + (xy 122.751893 98.982248) (xy 122.688758 99.076736) (xy 122.64527 99.181725) (xy 122.6231 99.29318) + (xy 122.6231 99.40682) (xy 122.64527 99.518275) (xy 122.688758 99.623264) (xy 122.706622 99.65) + (xy 122.688758 99.676736) (xy 122.64527 99.781725) (xy 122.6231 99.89318) (xy 122.6231 100.00682) + (xy 122.64527 100.118275) (xy 122.688758 100.223264) (xy 122.751893 100.317752) (xy 122.832248 100.398107) + (xy 122.926736 100.461242) (xy 123.031725 100.50473) (xy 123.14318 100.5269) (xy 123.25682 100.5269) + (xy 123.368275 100.50473) (xy 123.473264 100.461242) (xy 123.567752 100.398107) (xy 123.648107 100.317752) + (xy 123.711242 100.223264) (xy 123.75473 100.118275) (xy 123.7769 100.00682) (xy 123.7769 99.89318) + (xy 123.75473 99.781725) (xy 123.711242 99.676736) (xy 123.693378 99.65) (xy 123.711242 99.623264) + (xy 123.75473 99.518275) (xy 123.7769 99.40682) (xy 123.7769 99.29318) (xy 124.4231 99.29318) (xy 124.4231 99.40682) + (xy 124.44527 99.518275) (xy 124.488758 99.623264) (xy 124.551893 99.717752) (xy 124.632248 99.798107) + (xy 124.726736 99.861242) (xy 124.831725 99.90473) (xy 124.94318 99.9269) (xy 125.05682 99.9269) + (xy 125.168275 99.90473) (xy 125.273264 99.861242) (xy 125.367752 99.798107) (xy 125.422679 99.74318) + (xy 127.0231 99.74318) (xy 127.0231 99.85682) (xy 127.04527 99.968275) (xy 127.088758 100.073264) + (xy 127.151893 100.167752) (xy 127.232248 100.248107) (xy 127.309911 100.3) (xy 127.232248 100.351893) + (xy 127.151893 100.432248) (xy 127.088758 100.526736) (xy 127.04527 100.631725) (xy 127.0231 100.74318) + (xy 127.0231 100.85682) (xy 127.04527 100.968275) (xy 127.088758 101.073264) (xy 127.151893 101.167752) + (xy 127.232248 101.248107) (xy 127.326736 101.311242) (xy 127.431725 101.35473) (xy 127.54318 101.3769) + (xy 127.65682 101.3769) (xy 127.768275 101.35473) (xy 127.873264 101.311242) (xy 127.967752 101.248107) + (xy 128.048107 101.167752) (xy 128.111242 101.073264) (xy 128.15473 100.968275) (xy 128.1769 100.85682) + (xy 128.1769 100.74318) (xy 128.15473 100.631725) (xy 128.111242 100.526736) (xy 128.048107 100.432248) + (xy 127.967752 100.351893) (xy 127.890089 100.3) (xy 127.967752 100.248107) (xy 128.048107 100.167752) + (xy 128.111242 100.073264) (xy 128.15473 99.968275) (xy 128.1769 99.85682) (xy 128.1769 99.74318) + (xy 128.15473 99.631725) (xy 128.111242 99.526736) (xy 128.048107 99.432248) (xy 127.967752 99.351893) + (xy 127.873264 99.288758) (xy 127.768275 99.24527) (xy 127.65682 99.2231) (xy 127.54318 99.2231) + (xy 127.431725 99.24527) (xy 127.326736 99.288758) (xy 127.232248 99.351893) (xy 127.151893 99.432248) + (xy 127.088758 99.526736) (xy 127.04527 99.631725) (xy 127.0231 99.74318) (xy 125.422679 99.74318) + (xy 125.448107 99.717752) (xy 125.511242 99.623264) (xy 125.55473 99.518275) (xy 125.5769 99.40682) + (xy 125.5769 99.29318) (xy 125.55473 99.181725) (xy 125.511242 99.076736) (xy 125.448107 98.982248) + (xy 125.367752 98.901893) (xy 125.273264 98.838758) (xy 125.168275 98.79527) (xy 125.05682 98.7731) + (xy 124.94318 98.7731) (xy 124.831725 98.79527) (xy 124.726736 98.838758) (xy 124.632248 98.901893) + (xy 124.551893 98.982248) (xy 124.488758 99.076736) (xy 124.44527 99.181725) (xy 124.4231 99.29318) + (xy 123.7769 99.29318) (xy 123.75473 99.181725) (xy 123.711242 99.076736) (xy 123.648107 98.982248) + (xy 123.575564 98.909705) (xy 123.667752 98.848107) (xy 123.748107 98.767752) (xy 123.811242 98.673264) + (xy 123.85473 98.568275) (xy 123.8769 98.45682) (xy 123.8769 98.34318) (xy 123.85473 98.231725) + (xy 123.811242 98.126736) (xy 123.748107 98.032248) (xy 123.667752 97.951893) (xy 123.573264 97.888758) + (xy 123.468275 97.84527) (xy 123.35682 97.8231) (xy 123.24318 97.8231) (xy 123.187811 97.834114) + (xy 124.678745 96.34318) (xy 125.9231 96.34318) (xy 125.9231 96.45682) (xy 125.94527 96.568275) + (xy 125.988758 96.673264) (xy 126.051893 96.767752) (xy 126.132248 96.848107) (xy 126.226736 96.911242) + (xy 126.331725 96.95473) (xy 126.44318 96.9769) (xy 126.55682 96.9769) (xy 126.668275 96.95473) + (xy 126.773264 96.911242) (xy 126.867752 96.848107) (xy 126.948107 96.767752) (xy 127.011242 96.673264) + (xy 127.05473 96.568275) (xy 127.0769 96.45682) (xy 127.0769 96.34318) (xy 127.05473 96.231725) + (xy 127.011242 96.126736) (xy 126.948107 96.032248) (xy 126.867752 95.951893) (xy 126.773264 95.888758) + (xy 126.668275 95.84527) (xy 126.55682 95.8231) (xy 126.44318 95.8231) (xy 126.331725 95.84527) + (xy 126.226736 95.888758) (xy 126.132248 95.951893) (xy 126.051893 96.032248) (xy 125.988758 96.126736) + (xy 125.94527 96.231725) (xy 125.9231 96.34318) (xy 124.678745 96.34318) (xy 126.038322 94.983604) + (xy 126.063193 94.963193) (xy 126.144657 94.863929) (xy 126.205191 94.750678) (xy 126.242467 94.627795) + (xy 126.2519 94.532022) (xy 126.2519 94.532015) (xy 126.255053 94.500001) (xy 126.2519 94.467987) + (xy 126.2519 92.5519) (xy 127.132022 92.5519) (xy 127.227795 92.542467) (xy 127.350678 92.505191) + (xy 127.463929 92.444657) (xy 127.563193 92.363193) (xy 127.644657 92.263929) (xy 127.705191 92.150678) + (xy 127.742467 92.027795) (xy 127.755054 91.9) (xy 127.742467 91.772205) (xy 127.705191 91.649322) + (xy 127.644657 91.536071) (xy 127.563193 91.436807) (xy 127.463929 91.355343) (xy 127.350678 91.294809) + (xy 127.227795 91.257533) (xy 127.132022 91.2481) (xy 125.632022 91.2481) (xy 125.6 91.244946) (xy 125.567978 91.2481) + (xy 125.472205 91.257533) (xy 125.349322 91.294809) (xy 125.236071 91.355343) (xy 125.136807 91.436807) + (xy 125.055343 91.536071) (xy 124.994809 91.649322) (xy 124.957533 91.772205) (xy 124.944946 91.9) + (xy 124.948101 91.932032) (xy 124.9481 94.229974) (xy 121.352276 97.8258) (xy 121.311242 97.726736) + (xy 121.248107 97.632248) (xy 121.167752 97.551893) (xy 121.073264 97.488758) (xy 120.968275 97.44527) + (xy 120.85682 97.4231) (xy 120.74318 97.4231) (xy 120.631725 97.44527) (xy 120.526736 97.488758) + (xy 120.432248 97.551893) (xy 120.351893 97.632248) (xy 120.288758 97.726736) (xy 120.24527 97.831725) + (xy 120.2231 97.94318) (xy 120.2231 98.05682) (xy 120.24527 98.168275) (xy 120.288758 98.273264) + (xy 120.351893 98.367752) (xy 120.432241 98.4481) (xy 119.532022 98.4481) (xy 119.5 98.444946) (xy 119.422411 98.452588) + (xy 119.372205 98.457533) (xy 119.249322 98.494809) (xy 119.136071 98.555343) (xy 119.036807 98.636807) + (xy 118.955343 98.736071) (xy 118.894809 98.849322) (xy 118.857533 98.972205) (xy 118.844946 99.1) + (xy 118.8481 99.132023) (xy 118.848101 100.47833) (xy 118.768287 100.44527) (xy 118.656832 100.4231) + (xy 118.543192 100.4231) (xy 118.431737 100.44527) (xy 118.326748 100.488758) (xy 118.23226 100.551893) + (xy 118.151905 100.632248) (xy 118.08877 100.726736) (xy 118.045282 100.831725) (xy 118.023112 100.94318) + (xy 118.023112 101.05682) (xy 118.045282 101.168275) (xy 118.08877 101.273264) (xy 118.151905 101.367752) + (xy 118.23226 101.448107) (xy 118.326748 101.511242) (xy 118.431737 101.55473) (xy 118.543192 101.5769) + (xy 118.601176 101.5769) (xy 118.561689 101.616387) (xy 118.536807 101.636807) (xy 118.455343 101.736072) + (xy 118.394809 101.849323) (xy 118.368577 101.9358) (xy 118.298174 101.888758) (xy 118.193185 101.84527) + (xy 118.08173 101.8231) (xy 117.96809 101.8231) (xy 117.856635 101.84527) (xy 117.751646 101.888758) + (xy 117.657158 101.951893) (xy 117.576803 102.032248) (xy 117.513668 102.126736) (xy 117.47018 102.231725) + (xy 117.44801 102.34318) (xy 117.44801 102.45682) (xy 117.47018 102.568275) (xy 117.513668 102.673264) + (xy 117.576803 102.767752) (xy 117.657158 102.848107) (xy 117.751646 102.911242) (xy 117.856635 102.95473) + (xy 117.96809 102.9769) (xy 118.08173 102.9769) (xy 118.193185 102.95473) (xy 118.298174 102.911242) + (xy 118.3481 102.877882) (xy 118.3481 103.178335) (xy 118.268275 103.14527) (xy 118.15682 103.1231) + (xy 118.04318 103.1231) (xy 117.931725 103.14527) (xy 117.826736 103.188758) (xy 117.732248 103.251893) + (xy 117.651893 103.332248) (xy 117.588758 103.426736) (xy 117.54527 103.531725) (xy 117.5231 103.64318) + (xy 117.5231 103.75682) (xy 117.54527 103.868275) (xy 117.588758 103.973264) (xy 117.651893 104.067752) + (xy 117.684141 104.1) (xy 117.651893 104.132248) (xy 117.588758 104.226736) (xy 117.54527 104.331725) + (xy 117.5231 104.44318) (xy 117.5231 104.55682) (xy 117.54527 104.668275) (xy 117.588758 104.773264) + (xy 117.651893 104.867752) (xy 117.732248 104.948107) (xy 117.826736 105.011242) (xy 117.931725 105.05473) + (xy 118.04318 105.0769) (xy 118.15682 105.0769) (xy 118.268275 105.05473) (xy 118.3481 105.021665) + (xy 118.348101 115.229973) (xy 116.029976 117.5481) (xy 91.2019 117.5481) (xy 91.2019 115.70901) + (xy 91.4431 115.70901) (xy 91.4431 115.93099) (xy 91.486406 116.148705) (xy 91.571354 116.353788) + (xy 91.694679 116.538357) (xy 91.851643 116.695321) (xy 92.036212 116.818646) (xy 92.241295 116.903594) + (xy 92.45901 116.9469) (xy 92.68099 116.9469) (xy 92.898705 116.903594) (xy 93.103788 116.818646) + (xy 93.288357 116.695321) (xy 93.445321 116.538357) (xy 93.568646 116.353788) (xy 93.653594 116.148705) + (xy 93.6969 115.93099) (xy 93.6969 115.70901) (xy 93.9831 115.70901) (xy 93.9831 115.93099) (xy 94.026406 116.148705) + (xy 94.111354 116.353788) (xy 94.234679 116.538357) (xy 94.391643 116.695321) (xy 94.576212 116.818646) + (xy 94.781295 116.903594) (xy 94.99901 116.9469) (xy 95.22099 116.9469) (xy 95.438705 116.903594) + (xy 95.643788 116.818646) (xy 95.828357 116.695321) (xy 95.985321 116.538357) (xy 96.108646 116.353788) + (xy 96.193594 116.148705) (xy 96.2369 115.93099) (xy 96.2369 115.70901) (xy 96.5231 115.70901) (xy 96.5231 115.93099) + (xy 96.566406 116.148705) (xy 96.651354 116.353788) (xy 96.774679 116.538357) (xy 96.931643 116.695321) + (xy 97.116212 116.818646) (xy 97.321295 116.903594) (xy 97.53901 116.9469) (xy 97.76099 116.9469) + (xy 97.978705 116.903594) (xy 98.183788 116.818646) (xy 98.368357 116.695321) (xy 98.525321 116.538357) + (xy 98.648646 116.353788) (xy 98.733594 116.148705) (xy 98.7769 115.93099) (xy 98.7769 115.70901) + (xy 99.0631 115.70901) (xy 99.0631 115.93099) (xy 99.106406 116.148705) (xy 99.191354 116.353788) + (xy 99.314679 116.538357) (xy 99.471643 116.695321) (xy 99.656212 116.818646) (xy 99.861295 116.903594) + (xy 100.07901 116.9469) (xy 100.30099 116.9469) (xy 100.518705 116.903594) (xy 100.723788 116.818646) + (xy 100.908357 116.695321) (xy 101.065321 116.538357) (xy 101.188646 116.353788) (xy 101.273594 116.148705) + (xy 101.3169 115.93099) (xy 101.3169 115.70901) (xy 101.6031 115.70901) (xy 101.6031 115.93099) + (xy 101.646406 116.148705) (xy 101.731354 116.353788) (xy 101.854679 116.538357) (xy 102.011643 116.695321) + (xy 102.196212 116.818646) (xy 102.401295 116.903594) (xy 102.61901 116.9469) (xy 102.84099 116.9469) + (xy 103.058705 116.903594) (xy 103.263788 116.818646) (xy 103.448357 116.695321) (xy 103.605321 116.538357) + (xy 103.728646 116.353788) (xy 103.813594 116.148705) (xy 103.8569 115.93099) (xy 103.8569 115.70901) + (xy 104.1431 115.70901) (xy 104.1431 115.93099) (xy 104.186406 116.148705) (xy 104.271354 116.353788) + (xy 104.394679 116.538357) (xy 104.551643 116.695321) (xy 104.736212 116.818646) (xy 104.941295 116.903594) + (xy 105.15901 116.9469) (xy 105.38099 116.9469) (xy 105.598705 116.903594) (xy 105.803788 116.818646) + (xy 105.988357 116.695321) (xy 106.145321 116.538357) (xy 106.268646 116.353788) (xy 106.353594 116.148705) + (xy 106.3969 115.93099) (xy 106.3969 115.70901) (xy 106.6831 115.70901) (xy 106.6831 115.93099) + (xy 106.726406 116.148705) (xy 106.811354 116.353788) (xy 106.934679 116.538357) (xy 107.091643 116.695321) + (xy 107.276212 116.818646) (xy 107.481295 116.903594) (xy 107.69901 116.9469) (xy 107.92099 116.9469) + (xy 108.138705 116.903594) (xy 108.343788 116.818646) (xy 108.528357 116.695321) (xy 108.685321 116.538357) + (xy 108.808646 116.353788) (xy 108.893594 116.148705) (xy 108.9369 115.93099) (xy 108.9369 115.70901) + (xy 109.2231 115.70901) (xy 109.2231 115.93099) (xy 109.266406 116.148705) (xy 109.351354 116.353788) + (xy 109.474679 116.538357) (xy 109.631643 116.695321) (xy 109.816212 116.818646) (xy 110.021295 116.903594) + (xy 110.23901 116.9469) (xy 110.46099 116.9469) (xy 110.678705 116.903594) (xy 110.883788 116.818646) + (xy 111.068357 116.695321) (xy 111.225321 116.538357) (xy 111.348646 116.353788) (xy 111.433594 116.148705) + (xy 111.4769 115.93099) (xy 111.4769 115.70901) (xy 111.7631 115.70901) (xy 111.7631 115.93099) + (xy 111.806406 116.148705) (xy 111.891354 116.353788) (xy 112.014679 116.538357) (xy 112.171643 116.695321) + (xy 112.356212 116.818646) (xy 112.561295 116.903594) (xy 112.77901 116.9469) (xy 113.00099 116.9469) + (xy 113.218705 116.903594) (xy 113.423788 116.818646) (xy 113.608357 116.695321) (xy 113.765321 116.538357) + (xy 113.888646 116.353788) (xy 113.973594 116.148705) (xy 114.0169 115.93099) (xy 114.0169 115.70901) + (xy 113.973594 115.491295) (xy 113.888646 115.286212) (xy 113.765321 115.101643) (xy 113.608357 114.944679) + (xy 113.423788 114.821354) (xy 113.218705 114.736406) (xy 113.00099 114.6931) (xy 112.77901 114.6931) + (xy 112.561295 114.736406) (xy 112.356212 114.821354) (xy 112.171643 114.944679) (xy 112.014679 115.101643) + (xy 111.891354 115.286212) (xy 111.806406 115.491295) (xy 111.7631 115.70901) (xy 111.4769 115.70901) + (xy 111.433594 115.491295) (xy 111.348646 115.286212) (xy 111.225321 115.101643) (xy 111.068357 114.944679) + (xy 110.883788 114.821354) (xy 110.678705 114.736406) (xy 110.46099 114.6931) (xy 110.23901 114.6931) + (xy 110.021295 114.736406) (xy 109.816212 114.821354) (xy 109.631643 114.944679) (xy 109.474679 115.101643) + (xy 109.351354 115.286212) (xy 109.266406 115.491295) (xy 109.2231 115.70901) (xy 108.9369 115.70901) + (xy 108.893594 115.491295) (xy 108.808646 115.286212) (xy 108.685321 115.101643) (xy 108.528357 114.944679) + (xy 108.343788 114.821354) (xy 108.138705 114.736406) (xy 107.92099 114.6931) (xy 107.69901 114.6931) + (xy 107.481295 114.736406) (xy 107.276212 114.821354) (xy 107.091643 114.944679) (xy 106.934679 115.101643) + (xy 106.811354 115.286212) (xy 106.726406 115.491295) (xy 106.6831 115.70901) (xy 106.3969 115.70901) + (xy 106.353594 115.491295) (xy 106.268646 115.286212) (xy 106.145321 115.101643) (xy 105.988357 114.944679) + (xy 105.803788 114.821354) (xy 105.598705 114.736406) (xy 105.38099 114.6931) (xy 105.15901 114.6931) + (xy 104.941295 114.736406) (xy 104.736212 114.821354) (xy 104.551643 114.944679) (xy 104.394679 115.101643) + (xy 104.271354 115.286212) (xy 104.186406 115.491295) (xy 104.1431 115.70901) (xy 103.8569 115.70901) + (xy 103.813594 115.491295) (xy 103.728646 115.286212) (xy 103.605321 115.101643) (xy 103.448357 114.944679) + (xy 103.263788 114.821354) (xy 103.058705 114.736406) (xy 102.84099 114.6931) (xy 102.61901 114.6931) + (xy 102.401295 114.736406) (xy 102.196212 114.821354) (xy 102.011643 114.944679) (xy 101.854679 115.101643) + (xy 101.731354 115.286212) (xy 101.646406 115.491295) (xy 101.6031 115.70901) (xy 101.3169 115.70901) + (xy 101.273594 115.491295) (xy 101.188646 115.286212) (xy 101.065321 115.101643) (xy 100.908357 114.944679) + (xy 100.723788 114.821354) (xy 100.518705 114.736406) (xy 100.30099 114.6931) (xy 100.07901 114.6931) + (xy 99.861295 114.736406) (xy 99.656212 114.821354) (xy 99.471643 114.944679) (xy 99.314679 115.101643) + (xy 99.191354 115.286212) (xy 99.106406 115.491295) (xy 99.0631 115.70901) (xy 98.7769 115.70901) + (xy 98.733594 115.491295) (xy 98.648646 115.286212) (xy 98.525321 115.101643) (xy 98.368357 114.944679) + (xy 98.183788 114.821354) (xy 97.978705 114.736406) (xy 97.76099 114.6931) (xy 97.53901 114.6931) + (xy 97.321295 114.736406) (xy 97.116212 114.821354) (xy 96.931643 114.944679) (xy 96.774679 115.101643) + (xy 96.651354 115.286212) (xy 96.566406 115.491295) (xy 96.5231 115.70901) (xy 96.2369 115.70901) + (xy 96.193594 115.491295) (xy 96.108646 115.286212) (xy 95.985321 115.101643) (xy 95.828357 114.944679) + (xy 95.643788 114.821354) (xy 95.438705 114.736406) (xy 95.22099 114.6931) (xy 94.99901 114.6931) + (xy 94.781295 114.736406) (xy 94.576212 114.821354) (xy 94.391643 114.944679) (xy 94.234679 115.101643) + (xy 94.111354 115.286212) (xy 94.026406 115.491295) (xy 93.9831 115.70901) (xy 93.6969 115.70901) + (xy 93.653594 115.491295) (xy 93.568646 115.286212) (xy 93.445321 115.101643) (xy 93.288357 114.944679) + (xy 93.103788 114.821354) (xy 92.898705 114.736406) (xy 92.68099 114.6931) (xy 92.45901 114.6931) + (xy 92.241295 114.736406) (xy 92.036212 114.821354) (xy 91.851643 114.944679) (xy 91.694679 115.101643) + (xy 91.571354 115.286212) (xy 91.486406 115.491295) (xy 91.4431 115.70901) (xy 91.2019 115.70901) + (xy 91.2019 113.16901) (xy 91.4431 113.16901) (xy 91.4431 113.39099) (xy 91.486406 113.608705) (xy 91.571354 113.813788) + (xy 91.694679 113.998357) (xy 91.851643 114.155321) (xy 92.036212 114.278646) (xy 92.241295 114.363594) + (xy 92.45901 114.4069) (xy 92.68099 114.4069) (xy 92.898705 114.363594) (xy 93.103788 114.278646) + (xy 93.288357 114.155321) (xy 93.445321 113.998357) (xy 93.568646 113.813788) (xy 93.653594 113.608705) + (xy 93.6969 113.39099) (xy 93.6969 113.16901) (xy 93.9831 113.16901) (xy 93.9831 113.39099) (xy 94.026406 113.608705) + (xy 94.111354 113.813788) (xy 94.234679 113.998357) (xy 94.391643 114.155321) (xy 94.576212 114.278646) + (xy 94.781295 114.363594) (xy 94.99901 114.4069) (xy 95.22099 114.4069) (xy 95.438705 114.363594) + (xy 95.643788 114.278646) (xy 95.828357 114.155321) (xy 95.985321 113.998357) (xy 96.108646 113.813788) + (xy 96.193594 113.608705) (xy 96.2369 113.39099) (xy 96.2369 113.16901) (xy 96.5231 113.16901) (xy 96.5231 113.39099) + (xy 96.566406 113.608705) (xy 96.651354 113.813788) (xy 96.774679 113.998357) (xy 96.931643 114.155321) + (xy 97.116212 114.278646) (xy 97.321295 114.363594) (xy 97.53901 114.4069) (xy 97.76099 114.4069) + (xy 97.978705 114.363594) (xy 98.183788 114.278646) (xy 98.368357 114.155321) (xy 98.525321 113.998357) + (xy 98.648646 113.813788) (xy 98.733594 113.608705) (xy 98.7769 113.39099) (xy 98.7769 113.16901) + (xy 99.0631 113.16901) (xy 99.0631 113.39099) (xy 99.106406 113.608705) (xy 99.191354 113.813788) + (xy 99.314679 113.998357) (xy 99.471643 114.155321) (xy 99.656212 114.278646) (xy 99.861295 114.363594) + (xy 100.07901 114.4069) (xy 100.30099 114.4069) (xy 100.518705 114.363594) (xy 100.723788 114.278646) + (xy 100.908357 114.155321) (xy 101.065321 113.998357) (xy 101.188646 113.813788) (xy 101.273594 113.608705) + (xy 101.3169 113.39099) (xy 101.3169 113.16901) (xy 101.6031 113.16901) (xy 101.6031 113.39099) + (xy 101.646406 113.608705) (xy 101.731354 113.813788) (xy 101.854679 113.998357) (xy 102.011643 114.155321) + (xy 102.196212 114.278646) (xy 102.401295 114.363594) (xy 102.61901 114.4069) (xy 102.84099 114.4069) + (xy 103.058705 114.363594) (xy 103.263788 114.278646) (xy 103.448357 114.155321) (xy 103.605321 113.998357) + (xy 103.728646 113.813788) (xy 103.813594 113.608705) (xy 103.8569 113.39099) (xy 103.8569 113.16901) + (xy 104.1431 113.16901) (xy 104.1431 113.39099) (xy 104.186406 113.608705) (xy 104.271354 113.813788) + (xy 104.394679 113.998357) (xy 104.551643 114.155321) (xy 104.736212 114.278646) (xy 104.941295 114.363594) + (xy 105.15901 114.4069) (xy 105.38099 114.4069) (xy 105.598705 114.363594) (xy 105.803788 114.278646) + (xy 105.988357 114.155321) (xy 106.145321 113.998357) (xy 106.268646 113.813788) (xy 106.353594 113.608705) + (xy 106.3969 113.39099) (xy 106.3969 113.16901) (xy 106.6831 113.16901) (xy 106.6831 113.39099) + (xy 106.726406 113.608705) (xy 106.811354 113.813788) (xy 106.934679 113.998357) (xy 107.091643 114.155321) + (xy 107.276212 114.278646) (xy 107.481295 114.363594) (xy 107.69901 114.4069) (xy 107.92099 114.4069) + (xy 108.138705 114.363594) (xy 108.343788 114.278646) (xy 108.528357 114.155321) (xy 108.685321 113.998357) + (xy 108.808646 113.813788) (xy 108.893594 113.608705) (xy 108.9369 113.39099) (xy 108.9369 113.16901) + (xy 109.2231 113.16901) (xy 109.2231 113.39099) (xy 109.266406 113.608705) (xy 109.351354 113.813788) + (xy 109.474679 113.998357) (xy 109.631643 114.155321) (xy 109.816212 114.278646) (xy 110.021295 114.363594) + (xy 110.23901 114.4069) (xy 110.46099 114.4069) (xy 110.678705 114.363594) (xy 110.883788 114.278646) + (xy 111.068357 114.155321) (xy 111.225321 113.998357) (xy 111.348646 113.813788) (xy 111.433594 113.608705) + (xy 111.4769 113.39099) (xy 111.4769 113.16901) (xy 111.433594 112.951295) (xy 111.348646 112.746212) + (xy 111.225321 112.561643) (xy 111.068357 112.404679) (xy 110.883788 112.281354) (xy 110.678705 112.196406) + (xy 110.46099 112.1531) (xy 110.23901 112.1531) (xy 110.021295 112.196406) (xy 109.816212 112.281354) + (xy 109.631643 112.404679) (xy 109.474679 112.561643) (xy 109.351354 112.746212) (xy 109.266406 112.951295) + (xy 109.2231 113.16901) (xy 108.9369 113.16901) (xy 108.893594 112.951295) (xy 108.808646 112.746212) + (xy 108.685321 112.561643) (xy 108.528357 112.404679) (xy 108.343788 112.281354) (xy 108.138705 112.196406) + (xy 107.92099 112.1531) (xy 107.69901 112.1531) (xy 107.481295 112.196406) (xy 107.276212 112.281354) + (xy 107.091643 112.404679) (xy 106.934679 112.561643) (xy 106.811354 112.746212) (xy 106.726406 112.951295) + (xy 106.6831 113.16901) (xy 106.3969 113.16901) (xy 106.353594 112.951295) (xy 106.268646 112.746212) + (xy 106.145321 112.561643) (xy 105.988357 112.404679) (xy 105.803788 112.281354) (xy 105.598705 112.196406) + (xy 105.38099 112.1531) (xy 105.15901 112.1531) (xy 104.941295 112.196406) (xy 104.736212 112.281354) + (xy 104.551643 112.404679) (xy 104.394679 112.561643) (xy 104.271354 112.746212) (xy 104.186406 112.951295) + (xy 104.1431 113.16901) (xy 103.8569 113.16901) (xy 103.813594 112.951295) (xy 103.728646 112.746212) + (xy 103.605321 112.561643) (xy 103.448357 112.404679) (xy 103.263788 112.281354) (xy 103.058705 112.196406) + (xy 102.84099 112.1531) (xy 102.61901 112.1531) (xy 102.401295 112.196406) (xy 102.196212 112.281354) + (xy 102.011643 112.404679) (xy 101.854679 112.561643) (xy 101.731354 112.746212) (xy 101.646406 112.951295) + (xy 101.6031 113.16901) (xy 101.3169 113.16901) (xy 101.273594 112.951295) (xy 101.188646 112.746212) + (xy 101.065321 112.561643) (xy 100.908357 112.404679) (xy 100.723788 112.281354) (xy 100.518705 112.196406) + (xy 100.30099 112.1531) (xy 100.07901 112.1531) (xy 99.861295 112.196406) (xy 99.656212 112.281354) + (xy 99.471643 112.404679) (xy 99.314679 112.561643) (xy 99.191354 112.746212) (xy 99.106406 112.951295) + (xy 99.0631 113.16901) (xy 98.7769 113.16901) (xy 98.733594 112.951295) (xy 98.648646 112.746212) + (xy 98.525321 112.561643) (xy 98.368357 112.404679) (xy 98.183788 112.281354) (xy 97.978705 112.196406) + (xy 97.76099 112.1531) (xy 97.53901 112.1531) (xy 97.321295 112.196406) (xy 97.116212 112.281354) + (xy 96.931643 112.404679) (xy 96.774679 112.561643) (xy 96.651354 112.746212) (xy 96.566406 112.951295) + (xy 96.5231 113.16901) (xy 96.2369 113.16901) (xy 96.193594 112.951295) (xy 96.108646 112.746212) + (xy 95.985321 112.561643) (xy 95.828357 112.404679) (xy 95.643788 112.281354) (xy 95.438705 112.196406) + (xy 95.22099 112.1531) (xy 94.99901 112.1531) (xy 94.781295 112.196406) (xy 94.576212 112.281354) + (xy 94.391643 112.404679) (xy 94.234679 112.561643) (xy 94.111354 112.746212) (xy 94.026406 112.951295) + (xy 93.9831 113.16901) (xy 93.6969 113.16901) (xy 93.653594 112.951295) (xy 93.568646 112.746212) + (xy 93.445321 112.561643) (xy 93.288357 112.404679) (xy 93.103788 112.281354) (xy 92.898705 112.196406) + (xy 92.68099 112.1531) (xy 92.45901 112.1531) (xy 92.241295 112.196406) (xy 92.036212 112.281354) + (xy 91.851643 112.404679) (xy 91.694679 112.561643) (xy 91.571354 112.746212) (xy 91.486406 112.951295) + (xy 91.4431 113.16901) (xy 91.2019 113.16901) (xy 91.2019 112.287245) (xy 91.211242 112.273264) + (xy 91.25473 112.168275) (xy 91.2769 112.05682) (xy 91.2769 111.94318) (xy 91.25473 111.831725) + (xy 91.211242 111.726736) (xy 91.148107 111.632248) (xy 91.067752 111.551893) (xy 90.973264 111.488758) + (xy 90.868275 111.44527) (xy 90.857768 111.44318) (xy 100.6231 111.44318) (xy 100.6231 111.55682) + (xy 100.64527 111.668275) (xy 100.688758 111.773264) (xy 100.751893 111.867752) (xy 100.832248 111.948107) + (xy 100.926736 112.011242) (xy 101.031725 112.05473) (xy 101.14318 112.0769) (xy 101.25682 112.0769) + (xy 101.368275 112.05473) (xy 101.473264 112.011242) (xy 101.567752 111.948107) (xy 101.6 111.915859) + (xy 101.632248 111.948107) (xy 101.726736 112.011242) (xy 101.831725 112.05473) (xy 101.94318 112.0769) + (xy 102.05682 112.0769) (xy 102.168275 112.05473) (xy 102.273264 112.011242) (xy 102.367752 111.948107) + (xy 102.4 111.915859) (xy 102.432248 111.948107) (xy 102.526736 112.011242) (xy 102.631725 112.05473) + (xy 102.74318 112.0769) (xy 102.85682 112.0769) (xy 102.968275 112.05473) (xy 103.073264 112.011242) + (xy 103.167752 111.948107) (xy 103.2 111.915859) (xy 103.232248 111.948107) (xy 103.326736 112.011242) + (xy 103.431725 112.05473) (xy 103.54318 112.0769) (xy 103.65682 112.0769) (xy 103.768275 112.05473) + (xy 103.873264 112.011242) (xy 103.967752 111.948107) (xy 104 111.915859) (xy 104.032248 111.948107) + (xy 104.126736 112.011242) (xy 104.231725 112.05473) (xy 104.34318 112.0769) (xy 104.45682 112.0769) + (xy 104.568275 112.05473) (xy 104.673264 112.011242) (xy 104.767752 111.948107) (xy 104.781436 111.934423) + (xy 104.832248 111.985235) (xy 104.926736 112.04837) (xy 105.031725 112.091858) (xy 105.14318 112.114028) + (xy 105.25682 112.114028) (xy 105.368275 112.091858) (xy 105.473264 112.04837) (xy 105.567752 111.985235) + (xy 105.648107 111.90488) (xy 105.668596 111.874216) (xy 105.699371 111.920274) (xy 105.779726 112.000629) + (xy 105.874214 112.063764) (xy 105.979203 112.107252) (xy 106.090658 112.129422) (xy 106.204298 112.129422) + (xy 106.315753 112.107252) (xy 106.420742 112.063764) (xy 106.51523 112.000629) (xy 106.54355 111.972309) + (xy 106.594438 112.023197) (xy 106.688926 112.086332) (xy 106.793915 112.12982) (xy 106.90537 112.15199) + (xy 107.01901 112.15199) (xy 107.130465 112.12982) (xy 107.235454 112.086332) (xy 107.329942 112.023197) + (xy 107.410297 111.942842) (xy 107.473432 111.848354) (xy 107.51692 111.743365) (xy 107.53909 111.63191) + (xy 107.53909 111.51827) (xy 107.51692 111.406815) (xy 107.473432 111.301826) (xy 107.410297 111.207338) + (xy 107.329942 111.126983) (xy 107.235454 111.063848) (xy 107.130465 111.02036) (xy 107.01901 110.99819) + (xy 106.90537 110.99819) (xy 106.793915 111.02036) (xy 106.688926 111.063848) (xy 106.594438 111.126983) + (xy 106.566118 111.155303) (xy 106.51523 111.104415) (xy 106.420742 111.04128) (xy 106.315753 110.997792) + (xy 106.204298 110.975622) (xy 106.090658 110.975622) (xy 105.979203 110.997792) (xy 105.874214 111.04128) + (xy 105.779726 111.104415) (xy 105.699371 111.18477) (xy 105.678882 111.215434) (xy 105.648107 111.169376) + (xy 105.567752 111.089021) (xy 105.473264 111.025886) (xy 105.368275 110.982398) (xy 105.25682 110.960228) + (xy 105.14318 110.960228) (xy 105.031725 110.982398) (xy 104.926736 111.025886) (xy 104.832248 111.089021) + (xy 104.818564 111.102705) (xy 104.767752 111.051893) (xy 104.673264 110.988758) (xy 104.568275 110.94527) + (xy 104.45682 110.9231) (xy 104.34318 110.9231) (xy 104.231725 110.94527) (xy 104.126736 110.988758) + (xy 104.032248 111.051893) (xy 104 111.084141) (xy 103.967752 111.051893) (xy 103.873264 110.988758) + (xy 103.768275 110.94527) (xy 103.65682 110.9231) (xy 103.54318 110.9231) (xy 103.431725 110.94527) + (xy 103.326736 110.988758) (xy 103.232248 111.051893) (xy 103.2 111.084141) (xy 103.167752 111.051893) + (xy 103.073264 110.988758) (xy 102.968275 110.94527) (xy 102.85682 110.9231) (xy 102.74318 110.9231) + (xy 102.631725 110.94527) (xy 102.526736 110.988758) (xy 102.432248 111.051893) (xy 102.4 111.084141) + (xy 102.367752 111.051893) (xy 102.273264 110.988758) (xy 102.168275 110.94527) (xy 102.05682 110.9231) + (xy 101.94318 110.9231) (xy 101.831725 110.94527) (xy 101.726736 110.988758) (xy 101.632248 111.051893) + (xy 101.6 111.084141) (xy 101.567752 111.051893) (xy 101.473264 110.988758) (xy 101.368275 110.94527) + (xy 101.25682 110.9231) (xy 101.14318 110.9231) (xy 101.031725 110.94527) (xy 100.926736 110.988758) + (xy 100.832248 111.051893) (xy 100.751893 111.132248) (xy 100.688758 111.226736) (xy 100.64527 111.331725) + (xy 100.6231 111.44318) (xy 90.857768 111.44318) (xy 90.75682 111.4231) (xy 90.64318 111.4231) (xy 90.531725 111.44527) + (xy 90.426736 111.488758) (xy 90.332248 111.551893) (xy 90.251893 111.632248) (xy 90.188758 111.726736) + (xy 90.14527 111.831725) (xy 90.1231 111.94318) (xy 90.1231 112.05682) (xy 90.14527 112.168275) + (xy 90.188758 112.273264) (xy 90.198101 112.287247) (xy 90.1981 117.5481) (xy 83.3019 117.5481) + (xy 83.3019 116.287245) (xy 83.311242 116.273264) (xy 83.35473 116.168275) (xy 83.3769 116.05682) + (xy 83.3769 115.94318) (xy 87.7231 115.94318) (xy 87.7231 116.05682) (xy 87.74527 116.168275) (xy 87.788758 116.273264) + (xy 87.851893 116.367752) (xy 87.932248 116.448107) (xy 88.026736 116.511242) (xy 88.131725 116.55473) + (xy 88.24318 116.5769) (xy 88.35682 116.5769) (xy 88.468275 116.55473) (xy 88.573264 116.511242) + (xy 88.667752 116.448107) (xy 88.748107 116.367752) (xy 88.811242 116.273264) (xy 88.85473 116.168275) + (xy 88.8769 116.05682) (xy 88.8769 115.94318) (xy 88.85473 115.831725) (xy 88.811242 115.726736) + (xy 88.748107 115.632248) (xy 88.667752 115.551893) (xy 88.573264 115.488758) (xy 88.468275 115.44527) + (xy 88.35682 115.4231) (xy 88.24318 115.4231) (xy 88.131725 115.44527) (xy 88.026736 115.488758) + (xy 87.932248 115.551893) (xy 87.851893 115.632248) (xy 87.788758 115.726736) (xy 87.74527 115.831725) + (xy 87.7231 115.94318) (xy 83.3769 115.94318) (xy 83.35473 115.831725) (xy 83.311242 115.726736) + (xy 83.248107 115.632248) (xy 83.167752 115.551893) (xy 83.073264 115.488758) (xy 82.968275 115.44527) + (xy 82.85682 115.4231) (xy 82.74318 115.4231) (xy 82.631725 115.44527) (xy 82.526736 115.488758) + (xy 82.432248 115.551893) (xy 82.351893 115.632248) (xy 82.288758 115.726736) (xy 82.24527 115.831725) + (xy 82.2231 115.94318) (xy 82.2231 116.05682) (xy 82.24527 116.168275) (xy 82.288758 116.273264) + (xy 82.298101 116.287247) (xy 82.2981 117.5481) (xy 79.120025 117.5481) (xy 77.133614 115.56169) + (xy 77.113193 115.536807) (xy 77.013929 115.455343) (xy 76.900678 115.394809) (xy 76.777795 115.357533) + (xy 76.682022 115.3481) (xy 76.682014 115.3481) (xy 76.65 115.344947) (xy 76.617986 115.3481) (xy 72.897168 115.3481) + (xy 72.865146 115.344946) (xy 72.833124 115.3481) (xy 72.737351 115.357533) (xy 72.67591 115.376171) + (xy 72.614467 115.394809) (xy 72.561539 115.4231) (xy 72.501217 115.455343) (xy 72.401953 115.536807) + (xy 72.381541 115.561679) (xy 71.824996 116.118225) (xy 71.791242 116.036736) (xy 71.728107 115.942248) + (xy 71.647752 115.861893) (xy 71.553264 115.798758) (xy 71.448275 115.75527) (xy 71.33682 115.7331) + (xy 71.22318 115.7331) (xy 71.111725 115.75527) (xy 71.006736 115.798758) (xy 70.912248 115.861893) + (xy 70.831893 115.942248) (xy 70.768758 116.036736) (xy 70.72527 116.141725) (xy 70.7031 116.25318) + (xy 70.7031 116.36682) (xy 70.72527 116.478275) (xy 70.768758 116.583264) (xy 70.831893 116.677752) + (xy 70.912248 116.758107) (xy 71.006736 116.821242) (xy 71.088225 116.854996) (xy 70.195122 117.7481) + (xy 68.094854 117.7481) (xy 68.123264 117.736332) (xy 68.217752 117.673197) (xy 68.298107 117.592842) + (xy 68.361242 117.498354) (xy 68.40473 117.393365) (xy 68.4269 117.28191) (xy 68.4269 117.16827) + (xy 68.40473 117.056815) (xy 68.361242 116.951826) (xy 68.298107 116.857338) (xy 68.217752 116.776983) + (xy 68.123264 116.713848) (xy 68.018275 116.67036) (xy 67.90682 116.64819) (xy 67.79318 116.64819) + (xy 67.681725 116.67036) (xy 67.576736 116.713848) (xy 67.482248 116.776983) (xy 67.401893 116.857338) + (xy 67.338758 116.951826) (xy 67.29527 117.056815) (xy 67.2731 117.16827) (xy 67.2731 117.28191) + (xy 67.29527 117.393365) (xy 67.338758 117.498354) (xy 67.401893 117.592842) (xy 67.482248 117.673197) + (xy 67.576736 117.736332) (xy 67.605146 117.7481) (xy 64.819845 117.7481) (xy 64.3519 117.280156) + (xy 64.3519 115.498105) (xy 65.3731 115.498105) (xy 65.3731 115.601895) (xy 65.393349 115.703691) + (xy 65.433068 115.799581) (xy 65.49073 115.885879) (xy 65.564121 115.95927) (xy 65.650419 116.016932) + (xy 65.746309 116.056651) (xy 65.848105 116.0769) (xy 65.951895 116.0769) (xy 66.053691 116.056651) + (xy 66.149581 116.016932) (xy 66.235879 115.95927) (xy 66.30927 115.885879) (xy 66.366932 115.799581) + (xy 66.406651 115.703691) (xy 66.4269 115.601895) (xy 66.4269 115.498105) (xy 66.406651 115.396309) + (xy 66.366932 115.300419) (xy 66.30927 115.214121) (xy 66.235879 115.14073) (xy 66.149581 115.083068) + (xy 66.053691 115.043349) (xy 65.951895 115.0231) (xy 65.848105 115.0231) (xy 65.746309 115.043349) + (xy 65.650419 115.083068) (xy 65.564121 115.14073) (xy 65.49073 115.214121) (xy 65.433068 115.300419) + (xy 65.393349 115.396309) (xy 65.3731 115.498105) (xy 64.3519 115.498105) (xy 64.3519 114.398105) + (xy 65.3731 114.398105) (xy 65.3731 114.501895) (xy 65.393349 114.603691) (xy 65.433068 114.699581) + (xy 65.49073 114.785879) (xy 65.564121 114.85927) (xy 65.650419 114.916932) (xy 65.746309 114.956651) + (xy 65.848105 114.9769) (xy 65.951895 114.9769) (xy 66.053691 114.956651) (xy 66.149581 114.916932) + (xy 66.235879 114.85927) (xy 66.30927 114.785879) (xy 66.366932 114.699581) (xy 66.406651 114.603691) + (xy 66.4269 114.501895) (xy 66.4269 114.398105) (xy 66.406651 114.296309) (xy 66.366932 114.200419) + (xy 66.30927 114.114121) (xy 66.235879 114.04073) (xy 66.149581 113.983068) (xy 66.053691 113.943349) + (xy 65.951895 113.9231) (xy 65.848105 113.9231) (xy 65.746309 113.943349) (xy 65.650419 113.983068) + (xy 65.564121 114.04073) (xy 65.49073 114.114121) (xy 65.433068 114.200419) (xy 65.393349 114.296309) + (xy 65.3731 114.398105) (xy 64.3519 114.398105) (xy 64.3519 114.021665) (xy 64.431725 114.05473) + (xy 64.54318 114.0769) (xy 64.65682 114.0769) (xy 64.768275 114.05473) (xy 64.873264 114.011242) + (xy 64.967752 113.948107) (xy 65.048107 113.867752) (xy 65.111242 113.773264) (xy 65.15473 113.668275) + (xy 65.1769 113.55682) (xy 65.1769 113.44318) (xy 65.15473 113.331725) (xy 65.111242 113.226736) + (xy 65.093378 113.2) (xy 65.111242 113.173264) (xy 65.15473 113.068275) (xy 65.1769 112.95682) (xy 65.1769 112.84318) + (xy 66.6231 112.84318) (xy 66.6231 112.95682) (xy 66.64527 113.068275) (xy 66.688758 113.173264) + (xy 66.706622 113.2) (xy 66.688758 113.226736) (xy 66.64527 113.331725) (xy 66.6231 113.44318) (xy 66.6231 113.55682) + (xy 66.64527 113.668275) (xy 66.688758 113.773264) (xy 66.751893 113.867752) (xy 66.832248 113.948107) + (xy 66.926736 114.011242) (xy 67.031725 114.05473) (xy 67.14318 114.0769) (xy 67.25682 114.0769) + (xy 67.368275 114.05473) (xy 67.473264 114.011242) (xy 67.567752 113.948107) (xy 67.648107 113.867752) + (xy 67.711242 113.773264) (xy 67.75473 113.668275) (xy 67.7769 113.55682) (xy 67.7769 113.44318) + (xy 67.766955 113.39318) (xy 67.9231 113.39318) (xy 67.9231 113.50682) (xy 67.94527 113.618275) + (xy 67.988758 113.723264) (xy 68.051893 113.817752) (xy 68.132248 113.898107) (xy 68.226736 113.961242) + (xy 68.331725 114.00473) (xy 68.44318 114.0269) (xy 68.55682 114.0269) (xy 68.668275 114.00473) + (xy 68.773264 113.961242) (xy 68.867752 113.898107) (xy 68.948107 113.817752) (xy 69.011242 113.723264) + (xy 69.05473 113.618275) (xy 69.0769 113.50682) (xy 69.0769 113.39318) (xy 69.05473 113.281725) + (xy 69.041871 113.25068) (xy 70.0306 113.25068) (xy 70.0306 113.36432) (xy 70.05277 113.475775) + (xy 70.096258 113.580764) (xy 70.159393 113.675252) (xy 70.239748 113.755607) (xy 70.334236 113.818742) + (xy 70.439225 113.86223) (xy 70.55068 113.8844) (xy 70.66432 113.8844) (xy 70.775775 113.86223) + (xy 70.880764 113.818742) (xy 70.975252 113.755607) (xy 71.055607 113.675252) (xy 71.118742 113.580764) + (xy 71.16223 113.475775) (xy 71.168713 113.44318) (xy 87.7231 113.44318) (xy 87.7231 113.55682) + (xy 87.74527 113.668275) (xy 87.788758 113.773264) (xy 87.851893 113.867752) (xy 87.932248 113.948107) + (xy 88.026736 114.011242) (xy 88.131725 114.05473) (xy 88.24318 114.0769) (xy 88.35682 114.0769) + (xy 88.468275 114.05473) (xy 88.573264 114.011242) (xy 88.667752 113.948107) (xy 88.748107 113.867752) + (xy 88.811242 113.773264) (xy 88.85473 113.668275) (xy 88.8769 113.55682) (xy 88.8769 113.44318) + (xy 88.85473 113.331725) (xy 88.811242 113.226736) (xy 88.748107 113.132248) (xy 88.667752 113.051893) + (xy 88.573264 112.988758) (xy 88.468275 112.94527) (xy 88.35682 112.9231) (xy 88.24318 112.9231) + (xy 88.131725 112.94527) (xy 88.026736 112.988758) (xy 87.932248 113.051893) (xy 87.851893 113.132248) + (xy 87.788758 113.226736) (xy 87.74527 113.331725) (xy 87.7231 113.44318) (xy 71.168713 113.44318) + (xy 71.1844 113.36432) (xy 71.1844 113.25068) (xy 71.16223 113.139225) (xy 71.118742 113.034236) + (xy 71.055607 112.939748) (xy 70.975252 112.859393) (xy 70.880764 112.796258) (xy 70.775775 112.75277) + (xy 70.66432 112.7306) (xy 70.55068 112.7306) (xy 70.439225 112.75277) (xy 70.334236 112.796258) + (xy 70.239748 112.859393) (xy 70.159393 112.939748) (xy 70.096258 113.034236) (xy 70.05277 113.139225) + (xy 70.0306 113.25068) (xy 69.041871 113.25068) (xy 69.011242 113.176736) (xy 68.948107 113.082248) + (xy 68.867752 113.001893) (xy 68.773264 112.938758) (xy 68.668275 112.89527) (xy 68.55682 112.8731) + (xy 68.44318 112.8731) (xy 68.331725 112.89527) (xy 68.226736 112.938758) (xy 68.132248 113.001893) + (xy 68.051893 113.082248) (xy 67.988758 113.176736) (xy 67.94527 113.281725) (xy 67.9231 113.39318) + (xy 67.766955 113.39318) (xy 67.75473 113.331725) (xy 67.711242 113.226736) (xy 67.693378 113.2) + (xy 67.711242 113.173264) (xy 67.75473 113.068275) (xy 67.7769 112.95682) (xy 67.7769 112.84318) + (xy 67.772858 112.822858) (xy 67.79318 112.8269) (xy 67.90682 112.8269) (xy 68.018275 112.80473) + (xy 68.123264 112.761242) (xy 68.217752 112.698107) (xy 68.298107 112.617752) (xy 68.361242 112.523264) + (xy 68.394413 112.44318) (xy 73.2231 112.44318) (xy 73.2231 112.55682) (xy 73.24527 112.668275) + (xy 73.288758 112.773264) (xy 73.351893 112.867752) (xy 73.432248 112.948107) (xy 73.526736 113.011242) + (xy 73.631725 113.05473) (xy 73.74318 113.0769) (xy 73.85682 113.0769) (xy 73.968275 113.05473) + (xy 74.073264 113.011242) (xy 74.167752 112.948107) (xy 74.248107 112.867752) (xy 74.311242 112.773264) + (xy 74.35473 112.668275) (xy 74.3769 112.55682) (xy 74.3769 112.44318) (xy 76.6231 112.44318) (xy 76.6231 112.55682) + (xy 76.64527 112.668275) (xy 76.688758 112.773264) (xy 76.751893 112.867752) (xy 76.832248 112.948107) + (xy 76.926736 113.011242) (xy 77.031725 113.05473) (xy 77.14318 113.0769) (xy 77.25682 113.0769) + (xy 77.368275 113.05473) (xy 77.473264 113.011242) (xy 77.567752 112.948107) (xy 77.648107 112.867752) + (xy 77.711242 112.773264) (xy 77.75473 112.668275) (xy 77.7769 112.55682) (xy 77.7769 112.44318) + (xy 77.75473 112.331725) (xy 77.711242 112.226736) (xy 77.648107 112.132248) (xy 77.567752 112.051893) + (xy 77.473264 111.988758) (xy 77.368275 111.94527) (xy 77.25682 111.9231) (xy 77.14318 111.9231) + (xy 77.031725 111.94527) (xy 76.926736 111.988758) (xy 76.832248 112.051893) (xy 76.751893 112.132248) + (xy 76.688758 112.226736) (xy 76.64527 112.331725) (xy 76.6231 112.44318) (xy 74.3769 112.44318) + (xy 74.35473 112.331725) (xy 74.311242 112.226736) (xy 74.248107 112.132248) (xy 74.167752 112.051893) + (xy 74.073264 111.988758) (xy 73.968275 111.94527) (xy 73.85682 111.9231) (xy 73.74318 111.9231) + (xy 73.631725 111.94527) (xy 73.526736 111.988758) (xy 73.432248 112.051893) (xy 73.351893 112.132248) + (xy 73.288758 112.226736) (xy 73.24527 112.331725) (xy 73.2231 112.44318) (xy 68.394413 112.44318) + (xy 68.40473 112.418275) (xy 68.4269 112.30682) (xy 68.4269 112.19318) (xy 68.40473 112.081725) + (xy 68.361242 111.976736) (xy 68.298107 111.882248) (xy 68.217752 111.801893) (xy 68.123264 111.738758) + (xy 68.018275 111.69527) (xy 67.90682 111.6731) (xy 67.79318 111.6731) (xy 67.681725 111.69527) + (xy 67.576736 111.738758) (xy 67.482248 111.801893) (xy 67.401893 111.882248) (xy 67.338758 111.976736) + (xy 67.29527 112.081725) (xy 67.2731 112.19318) (xy 67.2731 112.30682) (xy 67.277142 112.327142) + (xy 67.25682 112.3231) (xy 67.14318 112.3231) (xy 67.031725 112.34527) (xy 66.926736 112.388758) + (xy 66.832248 112.451893) (xy 66.751893 112.532248) (xy 66.688758 112.626736) (xy 66.64527 112.731725) + (xy 66.6231 112.84318) (xy 65.1769 112.84318) (xy 65.15473 112.731725) (xy 65.111242 112.626736) + (xy 65.048107 112.532248) (xy 64.967752 112.451893) (xy 64.873264 112.388758) (xy 64.768275 112.34527) + (xy 64.65682 112.3231) (xy 64.54318 112.3231) (xy 64.431725 112.34527) (xy 64.3519 112.378335) (xy 64.3519 110.917978) + (xy 64.342467 110.822205) (xy 64.305191 110.699322) (xy 64.244657 110.586071) (xy 64.163193 110.486807) + (xy 64.063929 110.405343) (xy 64.050388 110.398105) (xy 65.3731 110.398105) (xy 65.3731 110.501895) + (xy 65.393349 110.603691) (xy 65.433068 110.699581) (xy 65.49073 110.785879) (xy 65.564121 110.85927) + (xy 65.650419 110.916932) (xy 65.746309 110.956651) (xy 65.848105 110.9769) (xy 65.951895 110.9769) + (xy 66.053691 110.956651) (xy 66.149581 110.916932) (xy 66.235879 110.85927) (xy 66.30927 110.785879) + (xy 66.366932 110.699581) (xy 66.406651 110.603691) (xy 66.4269 110.501895) (xy 66.4269 110.398105) + (xy 66.406651 110.296309) (xy 66.366932 110.200419) (xy 66.30927 110.114121) (xy 66.235879 110.04073) + (xy 66.149581 109.983068) (xy 66.053691 109.943349) (xy 65.951895 109.9231) (xy 65.848105 109.9231) + (xy 65.746309 109.943349) (xy 65.650419 109.983068) (xy 65.564121 110.04073) (xy 65.49073 110.114121) + (xy 65.433068 110.200419) (xy 65.393349 110.296309) (xy 65.3731 110.398105) (xy 64.050388 110.398105) + (xy 63.950678 110.344809) (xy 63.827795 110.307533) (xy 63.7 110.294946) (xy 63.572206 110.307533) + (xy 63.449323 110.344809) (xy 63.336072 110.405343) (xy 63.236808 110.486807) (xy 63.155344 110.586071) + (xy 63.09481 110.699322) (xy 63.057534 110.822205) (xy 63.048101 110.917978) (xy 63.0481 111.867977) + (xy 63.0481 112.567979) (xy 63.048101 116.967931) (xy 63.0481 116.967941) (xy 63.0481 117.518166) + (xy 63.044947 117.55018) (xy 57.445981 117.55018) (xy 57.631756 117.101681) (xy 57.7769 116.371992) + (xy 57.7769 115.628008) (xy 57.64068 114.94318) (xy 58.823114 114.94318) (xy 58.823114 115.05682) + (xy 58.845284 115.168275) (xy 58.888772 115.273264) (xy 58.951907 115.367752) (xy 59.032262 115.448107) + (xy 59.12675 115.511242) (xy 59.231739 115.55473) (xy 59.343194 115.5769) (xy 59.456834 115.5769) + (xy 59.568289 115.55473) (xy 59.673278 115.511242) (xy 59.767766 115.448107) (xy 59.848121 115.367752) + (xy 59.911256 115.273264) (xy 59.954744 115.168275) (xy 59.976914 115.05682) (xy 59.976914 114.94318) + (xy 59.954744 114.831725) (xy 59.911256 114.726736) (xy 59.848121 114.632248) (xy 59.767766 114.551893) + (xy 59.673278 114.488758) (xy 59.568289 114.44527) (xy 59.456834 114.4231) (xy 59.343194 114.4231) + (xy 59.231739 114.44527) (xy 59.12675 114.488758) (xy 59.032262 114.551893) (xy 58.951907 114.632248) + (xy 58.888772 114.726736) (xy 58.845284 114.831725) (xy 58.823114 114.94318) (xy 57.64068 114.94318) + (xy 57.631756 114.898319) (xy 57.347046 114.210967) (xy 56.93371 113.592366) (xy 56.407634 113.06629) + (xy 55.924066 112.74318) (xy 60.7231 112.74318) (xy 60.7231 112.85682) (xy 60.74527 112.968275) + (xy 60.788758 113.073264) (xy 60.851893 113.167752) (xy 60.932248 113.248107) (xy 61.026736 113.311242) + (xy 61.131725 113.35473) (xy 61.24318 113.3769) (xy 61.35682 113.3769) (xy 61.468275 113.35473) + (xy 61.573264 113.311242) (xy 61.667752 113.248107) (xy 61.748107 113.167752) (xy 61.811242 113.073264) + (xy 61.85473 112.968275) (xy 61.8769 112.85682) (xy 61.8769 112.74318) (xy 61.85473 112.631725) + (xy 61.811242 112.526736) (xy 61.748107 112.432248) (xy 61.667752 112.351893) (xy 61.573264 112.288758) + (xy 61.468275 112.24527) (xy 61.35682 112.2231) (xy 61.24318 112.2231) (xy 61.131725 112.24527) + (xy 61.026736 112.288758) (xy 60.932248 112.351893) (xy 60.851893 112.432248) (xy 60.788758 112.526736) + (xy 60.74527 112.631725) (xy 60.7231 112.74318) (xy 55.924066 112.74318) (xy 55.789033 112.652954) + (xy 55.101681 112.368244) (xy 54.371992 112.2231) (xy 53.628008 112.2231) (xy 52.898319 112.368244) + (xy 52.210967 112.652954) (xy 51.592366 113.06629) (xy 51.06629 113.592366) (xy 50.652954 114.210967) + (xy 50.368244 114.898319) (xy 50.277 115.357034) (xy 50.277 109.94318) (xy 54.473104 109.94318) + (xy 54.473104 110.05682) (xy 54.495274 110.168275) (xy 54.538762 110.273264) (xy 54.601897 110.367752) + (xy 54.682252 110.448107) (xy 54.77674 110.511242) (xy 54.881729 110.55473) (xy 54.993184 110.5769) + (xy 55.106824 110.5769) (xy 55.218279 110.55473) (xy 55.323268 110.511242) (xy 55.417756 110.448107) + (xy 55.498111 110.367752) (xy 55.561246 110.273264) (xy 55.604734 110.168275) (xy 55.626904 110.05682) + (xy 55.626904 109.94318) (xy 59.1231 109.94318) (xy 59.1231 110.05682) (xy 59.14527 110.168275) + (xy 59.188758 110.273264) (xy 59.251893 110.367752) (xy 59.332248 110.448107) (xy 59.426736 110.511242) + (xy 59.531725 110.55473) (xy 59.64318 110.5769) (xy 59.75682 110.5769) (xy 59.868275 110.55473) + (xy 59.973264 110.511242) (xy 60.067752 110.448107) (xy 60.148107 110.367752) (xy 60.211242 110.273264) + (xy 60.25473 110.168275) (xy 60.2769 110.05682) (xy 60.2769 109.94318) (xy 60.25473 109.831725) + (xy 60.218054 109.74318) (xy 61.3231 109.74318) (xy 61.3231 109.85682) (xy 61.34527 109.968275) + (xy 61.388758 110.073264) (xy 61.451893 110.167752) (xy 61.532248 110.248107) (xy 61.626736 110.311242) + (xy 61.731725 110.35473) (xy 61.84318 110.3769) (xy 61.95682 110.3769) (xy 62.068275 110.35473) + (xy 62.173264 110.311242) (xy 62.267752 110.248107) (xy 62.348107 110.167752) (xy 62.411242 110.073264) + (xy 62.45473 109.968275) (xy 62.4769 109.85682) (xy 62.4769 109.74318) (xy 62.45473 109.631725) + (xy 62.411242 109.526736) (xy 62.348107 109.432248) (xy 62.267752 109.351893) (xy 62.187253 109.298105) + (xy 65.3731 109.298105) (xy 65.3731 109.401895) (xy 65.393349 109.503691) (xy 65.433068 109.599581) + (xy 65.49073 109.685879) (xy 65.564121 109.75927) (xy 65.650419 109.816932) (xy 65.746309 109.856651) + (xy 65.848105 109.8769) (xy 65.951895 109.8769) (xy 66.053691 109.856651) (xy 66.149581 109.816932) + (xy 66.235879 109.75927) (xy 66.30927 109.685879) (xy 66.366932 109.599581) (xy 66.406651 109.503691) + (xy 66.4269 109.401895) (xy 66.4269 109.35) (xy 68.894947 109.35) (xy 68.8981 109.382015) (xy 68.898101 110.817972) + (xy 68.8981 110.817979) (xy 68.8981 111.582022) (xy 68.900791 111.609342) (xy 68.907533 111.677794) + (xy 68.944809 111.800677) (xy 69.005343 111.913928) (xy 69.086807 112.013193) (xy 69.186071 112.094657) + (xy 69.299322 112.155191) (xy 69.422205 112.192467) (xy 69.55 112.205054) (xy 69.677795 112.192467) + (xy 69.800678 112.155191) (xy 69.913929 112.094657) (xy 70.013193 112.013193) (xy 70.094657 111.913929) + (xy 70.155191 111.800678) (xy 70.192467 111.677795) (xy 70.2019 111.582022) (xy 70.2019 110.84318) + (xy 72.3231 110.84318) (xy 72.3231 110.95682) (xy 72.34527 111.068275) (xy 72.388758 111.173264) + (xy 72.451893 111.267752) (xy 72.532248 111.348107) (xy 72.626736 111.411242) (xy 72.731725 111.45473) + (xy 72.84318 111.4769) (xy 72.95682 111.4769) (xy 73.068275 111.45473) (xy 73.173264 111.411242) + (xy 73.267752 111.348107) (xy 73.348107 111.267752) (xy 73.411242 111.173264) (xy 73.45473 111.068275) + (xy 73.4769 110.95682) (xy 73.4769 110.84318) (xy 75.8231 110.84318) (xy 75.8231 110.95682) (xy 75.84527 111.068275) + (xy 75.888758 111.173264) (xy 75.951893 111.267752) (xy 76.032248 111.348107) (xy 76.126736 111.411242) + (xy 76.231725 111.45473) (xy 76.34318 111.4769) (xy 76.45682 111.4769) (xy 76.568275 111.45473) + (xy 76.673264 111.411242) (xy 76.767752 111.348107) (xy 76.848107 111.267752) (xy 76.911242 111.173264) + (xy 76.95473 111.068275) (xy 76.9769 110.95682) (xy 76.9769 110.94318) (xy 86.62311 110.94318) (xy 86.62311 111.05682) + (xy 86.64528 111.168275) (xy 86.688768 111.273264) (xy 86.751903 111.367752) (xy 86.832258 111.448107) + (xy 86.926746 111.511242) (xy 87.031735 111.55473) (xy 87.14319 111.5769) (xy 87.25683 111.5769) + (xy 87.368285 111.55473) (xy 87.473274 111.511242) (xy 87.567762 111.448107) (xy 87.648117 111.367752) + (xy 87.711252 111.273264) (xy 87.75474 111.168275) (xy 87.77691 111.05682) (xy 87.77691 110.94318) + (xy 87.75474 110.831725) (xy 87.711252 110.726736) (xy 87.648117 110.632248) (xy 87.567762 110.551893) + (xy 87.473274 110.488758) (xy 87.368285 110.44527) (xy 87.25683 110.4231) (xy 87.14319 110.4231) + (xy 87.031735 110.44527) (xy 86.926746 110.488758) (xy 86.832258 110.551893) (xy 86.751903 110.632248) + (xy 86.688768 110.726736) (xy 86.64528 110.831725) (xy 86.62311 110.94318) (xy 76.9769 110.94318) + (xy 76.9769 110.84318) (xy 76.95473 110.731725) (xy 76.911242 110.626736) (xy 76.848107 110.532248) + (xy 76.767752 110.451893) (xy 76.673264 110.388758) (xy 76.568275 110.34527) (xy 76.45682 110.3231) + (xy 76.34318 110.3231) (xy 76.231725 110.34527) (xy 76.126736 110.388758) (xy 76.032248 110.451893) + (xy 75.951893 110.532248) (xy 75.888758 110.626736) (xy 75.84527 110.731725) (xy 75.8231 110.84318) + (xy 73.4769 110.84318) (xy 73.45473 110.731725) (xy 73.411242 110.626736) (xy 73.348107 110.532248) + (xy 73.267752 110.451893) (xy 73.173264 110.388758) (xy 73.068275 110.34527) (xy 72.95682 110.3231) + (xy 72.84318 110.3231) (xy 72.731725 110.34527) (xy 72.626736 110.388758) (xy 72.532248 110.451893) + (xy 72.451893 110.532248) (xy 72.388758 110.626736) (xy 72.34527 110.731725) (xy 72.3231 110.84318) + (xy 70.2019 110.84318) (xy 70.2019 109.620024) (xy 71.170026 108.6519) (xy 74.467986 108.6519) (xy 74.5 108.655053) + (xy 74.532014 108.6519) (xy 74.532022 108.6519) (xy 74.627795 108.642467) (xy 74.750678 108.605191) + (xy 74.863929 108.544657) (xy 74.963193 108.463193) (xy 74.983614 108.43831) (xy 75.308264 108.11366) + (xy 80.4131 108.11366) (xy 80.4131 108.686339) (xy 80.429695 108.854831) (xy 80.495276 109.071022) + (xy 80.601774 109.270265) (xy 80.745095 109.444905) (xy 80.919734 109.588226) (xy 81.118977 109.694724) + (xy 81.335168 109.760305) (xy 81.56 109.782449) (xy 81.784831 109.760305) (xy 82.001022 109.694724) + (xy 82.200265 109.588226) (xy 82.374905 109.444905) (xy 82.518226 109.270266) (xy 82.624724 109.071023) + (xy 82.690305 108.854832) (xy 82.7069 108.68634) (xy 82.7069 108.113661) (xy 82.690305 107.945169) + (xy 82.624724 107.728978) (xy 82.529058 107.549999) (xy 82.951761 107.549999) (xy 82.951761 109.250001) + (xy 82.961911 109.353055) (xy 82.991971 109.452149) (xy 83.040785 109.543474) (xy 83.106478 109.623522) + (xy 83.186526 109.689215) (xy 83.277851 109.738029) (xy 83.376945 109.768089) (xy 83.479999 109.778239) + (xy 84.720001 109.778239) (xy 84.823055 109.768089) (xy 84.922149 109.738029) (xy 85.013474 109.689215) + (xy 85.093522 109.623522) (xy 85.159215 109.543474) (xy 85.208029 109.452149) (xy 85.238089 109.353055) + (xy 85.248239 109.250001) (xy 85.248239 108.598105) (xy 100.9231 108.598105) (xy 100.9231 108.701895) + (xy 100.943349 108.803691) (xy 100.983068 108.899581) (xy 101.04073 108.985879) (xy 101.114121 109.05927) + (xy 101.200419 109.116932) (xy 101.296309 109.156651) (xy 101.398105 109.1769) (xy 101.501895 109.1769) + (xy 101.603691 109.156651) (xy 101.699581 109.116932) (xy 101.785879 109.05927) (xy 101.85927 108.985879) + (xy 101.916932 108.899581) (xy 101.956651 108.803691) (xy 101.9769 108.701895) (xy 101.9769 108.598105) + (xy 104.9231 108.598105) (xy 104.9231 108.701895) (xy 104.943349 108.803691) (xy 104.983068 108.899581) + (xy 105.04073 108.985879) (xy 105.114121 109.05927) (xy 105.200419 109.116932) (xy 105.296309 109.156651) + (xy 105.398105 109.1769) (xy 105.501895 109.1769) (xy 105.603691 109.156651) (xy 105.6481 109.138256) + (xy 105.6481 109.167986) (xy 105.644947 109.2) (xy 105.6481 109.232014) (xy 105.6481 109.232021) + (xy 105.657533 109.327794) (xy 105.694809 109.450677) (xy 105.755343 109.563928) (xy 105.836807 109.663193) + (xy 105.861689 109.683614) (xy 106.866393 110.688319) (xy 106.886807 110.713193) (xy 106.986071 110.794657) + (xy 107.099322 110.855191) (xy 107.222205 110.892467) (xy 107.317978 110.9019) (xy 107.317985 110.9019) + (xy 107.349999 110.905053) (xy 107.382013 110.9019) (xy 111.779976 110.9019) (xy 113.038669 112.160595) + (xy 113.00099 112.1531) (xy 112.77901 112.1531) (xy 112.561295 112.196406) (xy 112.356212 112.281354) + (xy 112.171643 112.404679) (xy 112.014679 112.561643) (xy 111.891354 112.746212) (xy 111.806406 112.951295) + (xy 111.7631 113.16901) (xy 111.7631 113.39099) (xy 111.806406 113.608705) (xy 111.891354 113.813788) + (xy 112.014679 113.998357) (xy 112.171643 114.155321) (xy 112.356212 114.278646) (xy 112.561295 114.363594) + (xy 112.77901 114.4069) (xy 113.00099 114.4069) (xy 113.218705 114.363594) (xy 113.423788 114.278646) + (xy 113.608357 114.155321) (xy 113.626601 114.137077) (xy 113.626601 114.44385) (xy 113.624173 114.468501) + (xy 113.626601 114.493151) (xy 113.633864 114.56689) (xy 113.662563 114.661498) (xy 113.709168 114.748691) + (xy 113.771887 114.825115) (xy 113.791042 114.840835) (xy 114.374259 115.424052) (xy 114.346406 115.491295) + (xy 114.3031 115.70901) (xy 114.3031 115.93099) (xy 114.346406 116.148705) (xy 114.431354 116.353788) + (xy 114.554679 116.538357) (xy 114.711643 116.695321) (xy 114.896212 116.818646) (xy 115.101295 116.903594) + (xy 115.31901 116.9469) (xy 115.54099 116.9469) (xy 115.758705 116.903594) (xy 115.963788 116.818646) + (xy 116.148357 116.695321) (xy 116.305321 116.538357) (xy 116.428646 116.353788) (xy 116.513594 116.148705) + (xy 116.5569 115.93099) (xy 116.5569 115.70901) (xy 116.513594 115.491295) (xy 116.428646 115.286212) + (xy 116.305321 115.101643) (xy 116.148357 114.944679) (xy 115.963788 114.821354) (xy 115.758705 114.736406) + (xy 115.54099 114.6931) (xy 115.31901 114.6931) (xy 115.105386 114.735592) (xy 114.772355 114.402561) + (xy 114.83 114.408239) (xy 116.03 114.408239) (xy 116.133054 114.398089) (xy 116.232148 114.368029) + (xy 116.323474 114.319215) (xy 116.403521 114.253521) (xy 116.469215 114.173474) (xy 116.518029 114.082148) + (xy 116.548089 113.983054) (xy 116.558239 113.88) (xy 116.558239 112.68) (xy 116.548089 112.576946) + (xy 116.518029 112.477852) (xy 116.469215 112.386526) (xy 116.403521 112.306479) (xy 116.323474 112.240785) + (xy 116.232148 112.191971) (xy 116.133054 112.161911) (xy 116.03 112.151761) (xy 114.83 112.151761) + (xy 114.726946 112.161911) (xy 114.653496 112.184192) (xy 114.642467 112.072205) (xy 114.60519 111.949321) + (xy 114.544657 111.836071) (xy 114.483605 111.761679) (xy 112.533614 109.81169) (xy 112.513193 109.786807) + (xy 112.413929 109.705343) (xy 112.300678 109.644809) (xy 112.177795 109.607533) (xy 112.082022 109.5981) + (xy 112.082014 109.5981) (xy 112.05 109.594947) (xy 112.017986 109.5981) (xy 107.620026 109.5981) + (xy 107.565106 109.54318) (xy 116.9231 109.54318) (xy 116.9231 109.65682) (xy 116.94527 109.768275) + (xy 116.988758 109.873264) (xy 117.051893 109.967752) (xy 117.132248 110.048107) (xy 117.226736 110.111242) + (xy 117.331725 110.15473) (xy 117.44318 110.1769) (xy 117.55682 110.1769) (xy 117.668275 110.15473) + (xy 117.773264 110.111242) (xy 117.867752 110.048107) (xy 117.948107 109.967752) (xy 118.011242 109.873264) + (xy 118.05473 109.768275) (xy 118.0769 109.65682) (xy 118.0769 109.54318) (xy 118.05473 109.431725) + (xy 118.011242 109.326736) (xy 117.948107 109.232248) (xy 117.867752 109.151893) (xy 117.773264 109.088758) + (xy 117.668275 109.04527) (xy 117.55682 109.0231) (xy 117.44318 109.0231) (xy 117.331725 109.04527) + (xy 117.226736 109.088758) (xy 117.132248 109.151893) (xy 117.051893 109.232248) (xy 116.988758 109.326736) + (xy 116.94527 109.431725) (xy 116.9231 109.54318) (xy 107.565106 109.54318) (xy 106.9519 108.929976) + (xy 106.9519 108.423482) (xy 107.0331 108.423482) (xy 107.0331 108.576518) (xy 107.062956 108.726613) + (xy 107.12152 108.868) (xy 107.206542 108.995245) (xy 107.314755 109.103458) (xy 107.442 109.18848) + (xy 107.583387 109.247044) (xy 107.733482 109.2769) (xy 107.886518 109.2769) (xy 108.036613 109.247044) + (xy 108.178 109.18848) (xy 108.305245 109.103458) (xy 108.413458 108.995245) (xy 108.445 108.948039) + (xy 108.476542 108.995245) (xy 108.584755 109.103458) (xy 108.712 109.18848) (xy 108.853387 109.247044) + (xy 109.003482 109.2769) (xy 109.156518 109.2769) (xy 109.306613 109.247044) (xy 109.448 109.18848) + (xy 109.575245 109.103458) (xy 109.683458 108.995245) (xy 109.715 108.948039) (xy 109.746542 108.995245) + (xy 109.854755 109.103458) (xy 109.982 109.18848) (xy 110.123387 109.247044) (xy 110.273482 109.2769) + (xy 110.426518 109.2769) (xy 110.576613 109.247044) (xy 110.718 109.18848) (xy 110.845245 109.103458) + (xy 110.953458 108.995245) (xy 110.985 108.948039) (xy 111.016542 108.995245) (xy 111.124755 109.103458) + (xy 111.252 109.18848) (xy 111.393387 109.247044) (xy 111.543482 109.2769) (xy 111.696518 109.2769) + (xy 111.846613 109.247044) (xy 111.988 109.18848) (xy 112.115245 109.103458) (xy 112.223458 108.995245) + (xy 112.255 108.948039) (xy 112.286542 108.995245) (xy 112.394755 109.103458) (xy 112.522 109.18848) + (xy 112.663387 109.247044) (xy 112.813482 109.2769) (xy 112.966518 109.2769) (xy 113.116613 109.247044) + (xy 113.258 109.18848) (xy 113.385245 109.103458) (xy 113.493458 108.995245) (xy 113.525 108.948039) + (xy 113.556542 108.995245) (xy 113.664755 109.103458) (xy 113.792 109.18848) (xy 113.933387 109.247044) + (xy 114.083482 109.2769) (xy 114.236518 109.2769) (xy 114.386613 109.247044) (xy 114.528 109.18848) + (xy 114.655245 109.103458) (xy 114.763458 108.995245) (xy 114.795 108.948039) (xy 114.826542 108.995245) + (xy 114.934755 109.103458) (xy 115.062 109.18848) (xy 115.203387 109.247044) (xy 115.353482 109.2769) + (xy 115.506518 109.2769) (xy 115.656613 109.247044) (xy 115.798 109.18848) (xy 115.925245 109.103458) + (xy 116.033458 108.995245) (xy 116.065 108.948039) (xy 116.096542 108.995245) (xy 116.204755 109.103458) + (xy 116.332 109.18848) (xy 116.473387 109.247044) (xy 116.623482 109.2769) (xy 116.776518 109.2769) + (xy 116.926613 109.247044) (xy 117.068 109.18848) (xy 117.195245 109.103458) (xy 117.303458 108.995245) + (xy 117.38848 108.868) (xy 117.447044 108.726613) (xy 117.4769 108.576518) (xy 117.4769 108.423482) + (xy 117.447044 108.273387) (xy 117.38848 108.132) (xy 117.303458 108.004755) (xy 117.195245 107.896542) + (xy 117.068 107.81152) (xy 116.926613 107.752956) (xy 116.776518 107.7231) (xy 116.623482 107.7231) + (xy 116.473387 107.752956) (xy 116.332 107.81152) (xy 116.204755 107.896542) (xy 116.096542 108.004755) + (xy 116.065 108.051961) (xy 116.033458 108.004755) (xy 115.925245 107.896542) (xy 115.798 107.81152) + (xy 115.656613 107.752956) (xy 115.506518 107.7231) (xy 115.353482 107.7231) (xy 115.203387 107.752956) + (xy 115.062 107.81152) (xy 114.934755 107.896542) (xy 114.826542 108.004755) (xy 114.795 108.051961) + (xy 114.763458 108.004755) (xy 114.655245 107.896542) (xy 114.528 107.81152) (xy 114.386613 107.752956) + (xy 114.236518 107.7231) (xy 114.083482 107.7231) (xy 113.933387 107.752956) (xy 113.792 107.81152) + (xy 113.664755 107.896542) (xy 113.556542 108.004755) (xy 113.525 108.051961) (xy 113.493458 108.004755) + (xy 113.385245 107.896542) (xy 113.258 107.81152) (xy 113.116613 107.752956) (xy 112.966518 107.7231) + (xy 112.813482 107.7231) (xy 112.663387 107.752956) (xy 112.522 107.81152) (xy 112.394755 107.896542) + (xy 112.286542 108.004755) (xy 112.255 108.051961) (xy 112.223458 108.004755) (xy 112.115245 107.896542) + (xy 111.988 107.81152) (xy 111.846613 107.752956) (xy 111.696518 107.7231) (xy 111.543482 107.7231) + (xy 111.393387 107.752956) (xy 111.252 107.81152) (xy 111.124755 107.896542) (xy 111.016542 108.004755) + (xy 110.985 108.051961) (xy 110.953458 108.004755) (xy 110.845245 107.896542) (xy 110.718 107.81152) + (xy 110.576613 107.752956) (xy 110.426518 107.7231) (xy 110.273482 107.7231) (xy 110.123387 107.752956) + (xy 109.982 107.81152) (xy 109.854755 107.896542) (xy 109.746542 108.004755) (xy 109.715 108.051961) + (xy 109.683458 108.004755) (xy 109.575245 107.896542) (xy 109.448 107.81152) (xy 109.306613 107.752956) + (xy 109.156518 107.7231) (xy 109.003482 107.7231) (xy 108.853387 107.752956) (xy 108.712 107.81152) + (xy 108.584755 107.896542) (xy 108.476542 108.004755) (xy 108.445 108.051961) (xy 108.413458 108.004755) + (xy 108.305245 107.896542) (xy 108.178 107.81152) (xy 108.036613 107.752956) (xy 107.886518 107.7231) + (xy 107.733482 107.7231) (xy 107.583387 107.752956) (xy 107.442 107.81152) (xy 107.314755 107.896542) + (xy 107.206542 108.004755) (xy 107.12152 108.132) (xy 107.062956 108.273387) (xy 107.0331 108.423482) + (xy 106.9519 108.423482) (xy 106.9519 106.420025) (xy 107.028745 106.34318) (xy 115.5231 106.34318) + (xy 115.5231 106.45682) (xy 115.54527 106.568275) (xy 115.588758 106.673264) (xy 115.651893 106.767752) + (xy 115.732248 106.848107) (xy 115.826736 106.911242) (xy 115.931725 106.95473) (xy 116.04318 106.9769) + (xy 116.15682 106.9769) (xy 116.268275 106.95473) (xy 116.373264 106.911242) (xy 116.467752 106.848107) + (xy 116.548107 106.767752) (xy 116.611242 106.673264) (xy 116.65473 106.568275) (xy 116.6769 106.45682) + (xy 116.6769 106.34318) (xy 116.65473 106.231725) (xy 116.611242 106.126736) (xy 116.548107 106.032248) + (xy 116.467752 105.951893) (xy 116.373264 105.888758) (xy 116.268275 105.84527) (xy 116.15682 105.8231) + (xy 116.04318 105.8231) (xy 115.931725 105.84527) (xy 115.826736 105.888758) (xy 115.732248 105.951893) + (xy 115.651893 106.032248) (xy 115.588758 106.126736) (xy 115.54527 106.231725) (xy 115.5231 106.34318) + (xy 107.028745 106.34318) (xy 107.320025 106.0519) (xy 108.282022 106.0519) (xy 108.377795 106.042467) + (xy 108.500678 106.005191) (xy 108.613929 105.944657) (xy 108.713193 105.863193) (xy 108.794657 105.763929) + (xy 108.855191 105.650678) (xy 108.892467 105.527795) (xy 108.905054 105.4) (xy 108.892467 105.272205) + (xy 108.855191 105.149322) (xy 108.794657 105.036071) (xy 108.713193 104.936807) (xy 108.613929 104.855343) + (xy 108.500678 104.794809) (xy 108.377795 104.757533) (xy 108.282022 104.7481) (xy 107.082013 104.7481) + (xy 107.049999 104.744947) (xy 107.017985 104.7481) (xy 107.017978 104.7481) (xy 106.922205 104.757533) + (xy 106.799322 104.794809) (xy 106.729279 104.832248) (xy 106.686071 104.855343) (xy 106.633972 104.8981) + (xy 106.586807 104.936807) (xy 106.566395 104.961679) (xy 105.861685 105.666391) (xy 105.836808 105.686807) + (xy 105.790544 105.74318) (xy 105.755343 105.786072) (xy 105.69481 105.899322) (xy 105.657533 106.022207) + (xy 105.644947 106.15) (xy 105.648101 106.182024) (xy 105.6481 108.161744) (xy 105.603691 108.143349) + (xy 105.501895 108.1231) (xy 105.398105 108.1231) (xy 105.296309 108.143349) (xy 105.200419 108.183068) + (xy 105.114121 108.24073) (xy 105.04073 108.314121) (xy 104.983068 108.400419) (xy 104.943349 108.496309) + (xy 104.9231 108.598105) (xy 101.9769 108.598105) (xy 101.956651 108.496309) (xy 101.916932 108.400419) + (xy 101.85927 108.314121) (xy 101.785879 108.24073) (xy 101.699581 108.183068) (xy 101.603691 108.143349) + (xy 101.501895 108.1231) (xy 101.398105 108.1231) (xy 101.296309 108.143349) (xy 101.200419 108.183068) + (xy 101.114121 108.24073) (xy 101.04073 108.314121) (xy 100.983068 108.400419) (xy 100.943349 108.496309) + (xy 100.9231 108.598105) (xy 85.248239 108.598105) (xy 85.248239 107.549999) (xy 85.238089 107.446945) + (xy 85.208029 107.347851) (xy 85.159215 107.256526) (xy 85.093522 107.176478) (xy 85.013474 107.110785) + (xy 84.922149 107.061971) (xy 84.823055 107.031911) (xy 84.720001 107.021761) (xy 83.479999 107.021761) + (xy 83.376945 107.031911) (xy 83.277851 107.061971) (xy 83.186526 107.110785) (xy 83.106478 107.176478) + (xy 83.040785 107.256526) (xy 82.991971 107.347851) (xy 82.961911 107.446945) (xy 82.951761 107.549999) + (xy 82.529058 107.549999) (xy 82.518226 107.529734) (xy 82.374905 107.355095) (xy 82.200266 107.211774) + (xy 82.001023 107.105276) (xy 81.784832 107.039695) (xy 81.56 107.017551) (xy 81.335169 107.039695) + (xy 81.118978 107.105276) (xy 80.919735 107.211774) (xy 80.745096 107.355095) (xy 80.601775 107.529734) + (xy 80.495276 107.728977) (xy 80.429695 107.945168) (xy 80.4131 108.11366) (xy 75.308264 108.11366) + (xy 76.238321 107.183605) (xy 76.263193 107.163193) (xy 76.344657 107.063929) (xy 76.376514 107.004328) + (xy 76.405191 106.950679) (xy 76.418769 106.905918) (xy 76.426736 106.911242) (xy 76.531725 106.95473) + (xy 76.64318 106.9769) (xy 76.75682 106.9769) (xy 76.868275 106.95473) (xy 76.879171 106.950217) + (xy 76.888758 106.973362) (xy 76.951893 107.06785) (xy 77.032248 107.148205) (xy 77.126736 107.21134) + (xy 77.231725 107.254828) (xy 77.34318 107.276998) (xy 77.45682 107.276998) (xy 77.568275 107.254828) + (xy 77.673264 107.21134) (xy 77.767752 107.148205) (xy 77.848107 107.06785) (xy 77.911242 106.973362) + (xy 77.95473 106.868373) (xy 77.9769 106.756918) (xy 77.9769 106.643278) (xy 77.95473 106.531823) + (xy 77.911242 106.426834) (xy 77.848107 106.332346) (xy 77.767752 106.251991) (xy 77.673264 106.188856) + (xy 77.568275 106.145368) (xy 77.45682 106.123198) (xy 77.34318 106.123198) (xy 77.231725 106.145368) + (xy 77.220829 106.149881) (xy 77.211242 106.126736) (xy 77.148107 106.032248) (xy 77.067752 105.951893) + (xy 76.973264 105.888758) (xy 76.868275 105.84527) (xy 76.75682 105.8231) (xy 76.64318 105.8231) + (xy 76.531725 105.84527) (xy 76.4519 105.878335) (xy 76.4519 105.593458) (xy 79.4231 105.593458) + (xy 79.4231 105.707098) (xy 79.44527 105.818553) (xy 79.488758 105.923542) (xy 79.551893 106.01803) + (xy 79.632248 106.098385) (xy 79.726736 106.16152) (xy 79.831725 106.205008) (xy 79.94318 106.227178) + (xy 80.05682 106.227178) (xy 80.168275 106.205008) (xy 80.273264 106.16152) (xy 80.367752 106.098385) + (xy 80.448107 106.01803) (xy 80.511242 105.923542) (xy 80.55473 105.818553) (xy 80.563015 105.7769) + (xy 80.65682 105.7769) (xy 80.768275 105.75473) (xy 80.873264 105.711242) (xy 80.967752 105.648107) + (xy 81.048107 105.567752) (xy 81.111242 105.473264) (xy 81.15473 105.368275) (xy 81.1769 105.25682) + (xy 81.1769 105.1769) (xy 81.25682 105.1769) (xy 81.368275 105.15473) (xy 81.473264 105.111242) + (xy 81.567752 105.048107) (xy 81.648107 104.967752) (xy 81.711242 104.873264) (xy 81.75473 104.768275) + (xy 81.7769 104.65682) (xy 81.7769 104.5769) (xy 81.85682 104.5769) (xy 81.968275 104.55473) (xy 82.073264 104.511242) + (xy 82.167752 104.448107) (xy 82.248107 104.367752) (xy 82.311242 104.273264) (xy 82.35473 104.168275) + (xy 82.3769 104.05682) (xy 82.3769 103.9769) (xy 82.45682 103.9769) (xy 82.568275 103.95473) (xy 82.673264 103.911242) + (xy 82.767752 103.848107) (xy 82.848107 103.767752) (xy 82.911242 103.673264) (xy 82.95473 103.568275) + (xy 82.9769 103.45682) (xy 82.9769 103.3769) (xy 83.05682 103.3769) (xy 83.168275 103.35473) (xy 83.273264 103.311242) + (xy 83.367752 103.248107) (xy 83.448107 103.167752) (xy 83.511242 103.073264) (xy 83.55473 102.968275) + (xy 83.5769 102.85682) (xy 83.5769 102.7769) (xy 83.65682 102.7769) (xy 83.768275 102.75473) (xy 83.873264 102.711242) + (xy 83.967752 102.648107) (xy 84.048107 102.567752) (xy 84.111242 102.473264) (xy 84.15473 102.368275) + (xy 84.1769 102.25682) (xy 84.1769 102.14318) (xy 84.15473 102.031725) (xy 84.111242 101.926736) + (xy 84.048107 101.832248) (xy 83.967752 101.751893) (xy 83.873264 101.688758) (xy 83.768275 101.64527) + (xy 83.65682 101.6231) (xy 83.54318 101.6231) (xy 83.431725 101.64527) (xy 83.326736 101.688758) + (xy 83.232248 101.751893) (xy 83.151893 101.832248) (xy 83.088758 101.926736) (xy 83.04527 102.031725) + (xy 83.0231 102.14318) (xy 83.0231 102.2231) (xy 82.94318 102.2231) (xy 82.831725 102.24527) (xy 82.726736 102.288758) + (xy 82.632248 102.351893) (xy 82.551893 102.432248) (xy 82.488758 102.526736) (xy 82.44527 102.631725) + (xy 82.4231 102.74318) (xy 82.4231 102.8231) (xy 82.34318 102.8231) (xy 82.231725 102.84527) (xy 82.126736 102.888758) + (xy 82.032248 102.951893) (xy 81.951893 103.032248) (xy 81.888758 103.126736) (xy 81.84527 103.231725) + (xy 81.8231 103.34318) (xy 81.8231 103.4231) (xy 81.74318 103.4231) (xy 81.631725 103.44527) (xy 81.526736 103.488758) + (xy 81.432248 103.551893) (xy 81.351893 103.632248) (xy 81.288758 103.726736) (xy 81.24527 103.831725) + (xy 81.2231 103.94318) (xy 81.2231 104.0231) (xy 81.14318 104.0231) (xy 81.031725 104.04527) (xy 80.926736 104.088758) + (xy 80.832248 104.151893) (xy 80.751893 104.232248) (xy 80.688758 104.326736) (xy 80.64527 104.431725) + (xy 80.6231 104.54318) (xy 80.6231 104.6231) (xy 80.54318 104.6231) (xy 80.431725 104.64527) (xy 80.326736 104.688758) + (xy 80.232248 104.751893) (xy 80.151893 104.832248) (xy 80.088758 104.926736) (xy 80.04527 105.031725) + (xy 80.036985 105.073378) (xy 79.94318 105.073378) (xy 79.831725 105.095548) (xy 79.726736 105.139036) + (xy 79.632248 105.202171) (xy 79.551893 105.282526) (xy 79.488758 105.377014) (xy 79.44527 105.482003) + (xy 79.4231 105.593458) (xy 76.4519 105.593458) (xy 76.4519 105.240878) (xy 77.738321 103.954459) + (xy 77.763193 103.934047) (xy 77.844657 103.834783) (xy 77.905191 103.721532) (xy 77.942467 103.598649) + (xy 77.9519 103.502876) (xy 77.9519 103.502869) (xy 77.955053 103.470855) (xy 77.9519 103.438841) + (xy 77.9519 102.14318) (xy 78.5231 102.14318) (xy 78.5231 102.25682) (xy 78.54527 102.368275) (xy 78.588758 102.473264) + (xy 78.651893 102.567752) (xy 78.732248 102.648107) (xy 78.826736 102.711242) (xy 78.931725 102.75473) + (xy 79.04318 102.7769) (xy 79.15682 102.7769) (xy 79.268275 102.75473) (xy 79.373264 102.711242) + (xy 79.467752 102.648107) (xy 79.548107 102.567752) (xy 79.611242 102.473264) (xy 79.65473 102.368275) + (xy 79.6769 102.25682) (xy 79.6769 102.14318) (xy 79.65473 102.031725) (xy 79.611242 101.926736) + (xy 79.567943 101.861934) (xy 79.64318 101.8769) (xy 79.75682 101.8769) (xy 79.868275 101.85473) + (xy 79.973264 101.811242) (xy 80.067752 101.748107) (xy 80.148107 101.667752) (xy 80.211242 101.573264) + (xy 80.25473 101.468275) (xy 80.2769 101.35682) (xy 80.2769 101.24318) (xy 80.266917 101.192992) + (xy 84.223098 101.192992) (xy 84.223098 101.306632) (xy 84.245268 101.418087) (xy 84.288756 101.523076) + (xy 84.351891 101.617564) (xy 84.432246 101.697919) (xy 84.526734 101.761054) (xy 84.631723 101.804542) + (xy 84.743178 101.826712) (xy 84.856818 101.826712) (xy 84.968273 101.804542) (xy 85.073262 101.761054) + (xy 85.16775 101.697919) (xy 85.248105 101.617564) (xy 85.31124 101.523076) (xy 85.354728 101.418087) + (xy 85.376898 101.306632) (xy 85.376898 101.192992) (xy 85.354728 101.081537) (xy 85.31124 100.976548) + (xy 85.248105 100.88206) (xy 85.16775 100.801705) (xy 85.073262 100.73857) (xy 84.968273 100.695082) + (xy 84.856818 100.672912) (xy 84.743178 100.672912) (xy 84.631723 100.695082) (xy 84.526734 100.73857) + (xy 84.432246 100.801705) (xy 84.351891 100.88206) (xy 84.288756 100.976548) (xy 84.245268 101.081537) + (xy 84.223098 101.192992) (xy 80.266917 101.192992) (xy 80.25473 101.131725) (xy 80.211242 101.026736) + (xy 80.148107 100.932248) (xy 80.067752 100.851893) (xy 79.973264 100.788758) (xy 79.868275 100.74527) + (xy 79.75682 100.7231) (xy 79.64318 100.7231) (xy 79.531725 100.74527) (xy 79.426736 100.788758) + (xy 79.332248 100.851893) (xy 79.251893 100.932248) (xy 79.188758 101.026736) (xy 79.14527 101.131725) + (xy 79.1231 101.24318) (xy 79.1231 101.35682) (xy 79.14527 101.468275) (xy 79.188758 101.573264) + (xy 79.232057 101.638066) (xy 79.15682 101.6231) (xy 79.04318 101.6231) (xy 78.931725 101.64527) + (xy 78.826736 101.688758) (xy 78.732248 101.751893) (xy 78.651893 101.832248) (xy 78.588758 101.926736) + (xy 78.54527 102.031725) (xy 78.5231 102.14318) (xy 77.9519 102.14318) (xy 77.9519 100.020024) (xy 78.471261 99.500664) + (xy 78.488758 99.542906) (xy 78.551893 99.637394) (xy 78.632248 99.717749) (xy 78.726736 99.780884) + (xy 78.831725 99.824372) (xy 78.94318 99.846542) (xy 79.05682 99.846542) (xy 79.168275 99.824372) + (xy 79.273264 99.780884) (xy 79.367752 99.717749) (xy 79.448107 99.637394) (xy 79.511242 99.542906) + (xy 79.538583 99.4769) (xy 83.2 99.4769) (xy 83.254021 99.471579) (xy 83.305965 99.455822) (xy 83.353837 99.430234) + (xy 83.395798 99.395798) (xy 83.430234 99.353837) (xy 83.455822 99.305965) (xy 83.471579 99.254021) + (xy 83.4769 99.2) (xy 83.4769 97.942919) (xy 83.525897 97.922624) (xy 83.604006 97.870433) (xy 83.670433 97.804006) + (xy 83.722624 97.725897) (xy 83.758573 97.639107) (xy 83.7769 97.546971) (xy 83.7769 97.453029) + (xy 83.761757 97.3769) (xy 84.438243 97.3769) (xy 84.428482 97.425973) (xy 84.115973 97.738482) + (xy 84.102554 97.749495) (xy 84.091542 97.762913) (xy 84.091537 97.762918) (xy 84.058579 97.803077) + (xy 84.031443 97.853844) (xy 84.025902 97.864211) (xy 84.00578 97.930545) (xy 84.000688 97.982247) + (xy 84.000688 97.982257) (xy 83.998987 97.999528) (xy 84.000688 98.016799) (xy 84.000688 98.435317) + (xy 83.998987 98.452588) (xy 84.000688 98.469859) (xy 84.000688 98.46987) (xy 84.005781 98.521572) + (xy 84.010994 98.538758) (xy 84.025902 98.587905) (xy 84.058579 98.649039) (xy 84.091537 98.689198) + (xy 84.091543 98.689204) (xy 84.102555 98.702622) (xy 84.115973 98.713634) (xy 86.338954 100.936616) + (xy 86.349966 100.950034) (xy 86.363384 100.961046) (xy 86.363389 100.961051) (xy 86.397151 100.988758) + (xy 86.403549 100.994009) (xy 86.464682 101.026686) (xy 86.531016 101.046808) (xy 86.582718 101.0519) + (xy 86.582729 101.0519) (xy 86.6 101.053601) (xy 86.617271 101.0519) (xy 86.941999 101.0519) (xy 86.945256 101.068275) + (xy 86.988744 101.173264) (xy 87.051879 101.267752) (xy 87.132234 101.348107) (xy 87.226722 101.411242) + (xy 87.331711 101.45473) (xy 87.443166 101.4769) (xy 87.556806 101.4769) (xy 87.668261 101.45473) + (xy 87.77325 101.411242) (xy 87.867738 101.348107) (xy 87.948093 101.267752) (xy 88.011228 101.173264) + (xy 88.054716 101.068275) (xy 88.076886 100.95682) (xy 88.076886 100.84318) (xy 88.054716 100.731725) + (xy 88.038916 100.69358) (xy 88.073262 100.679353) (xy 88.16775 100.616218) (xy 88.248105 100.535863) + (xy 88.31124 100.441375) (xy 88.354728 100.336386) (xy 88.376898 100.224931) (xy 88.376898 100.111291) + (xy 88.354728 99.999836) (xy 88.31124 99.894847) (xy 88.248105 99.800359) (xy 88.16775 99.720004) + (xy 88.073262 99.656869) (xy 87.968273 99.613381) (xy 87.866717 99.59318) (xy 90.2231 99.59318) + (xy 90.2231 99.70682) (xy 90.24527 99.818275) (xy 90.288758 99.923264) (xy 90.351893 100.017752) + (xy 90.432248 100.098107) (xy 90.526736 100.161242) (xy 90.631725 100.20473) (xy 90.74318 100.2269) + (xy 90.85682 100.2269) (xy 90.968275 100.20473) (xy 91.073264 100.161242) (xy 91.167752 100.098107) + (xy 91.248107 100.017752) (xy 91.311242 99.923264) (xy 91.35473 99.818275) (xy 91.3769 99.70682) + (xy 91.3769 99.59318) (xy 91.35473 99.481725) (xy 91.311242 99.376736) (xy 91.248107 99.282248) + (xy 91.167752 99.201893) (xy 91.073264 99.138758) (xy 90.968275 99.09527) (xy 90.85682 99.0731) + (xy 90.74318 99.0731) (xy 90.631725 99.09527) (xy 90.526736 99.138758) (xy 90.432248 99.201893) + (xy 90.351893 99.282248) (xy 90.288758 99.376736) (xy 90.24527 99.481725) (xy 90.2231 99.59318) + (xy 87.866717 99.59318) (xy 87.856818 99.591211) (xy 87.743178 99.591211) (xy 87.631723 99.613381) + (xy 87.526734 99.656869) (xy 87.432246 99.720004) (xy 87.351891 99.800359) (xy 87.288756 99.894847) + (xy 87.245268 99.999836) (xy 87.223098 100.111291) (xy 87.223098 100.224931) (xy 87.245268 100.336386) + (xy 87.25012 100.3481) (xy 86.745762 100.3481) (xy 85.121929 98.724268) (xy 85.125897 98.722624) + (xy 85.204006 98.670433) (xy 85.270433 98.604006) (xy 85.3 98.559756) (xy 85.329567 98.604006) (xy 85.395994 98.670433) + (xy 85.474103 98.722624) (xy 85.560893 98.758573) (xy 85.653029 98.7769) (xy 85.746971 98.7769) + (xy 85.839107 98.758573) (xy 85.925897 98.722624) (xy 86.004006 98.670433) (xy 86.070433 98.604006) + (xy 86.122624 98.525897) (xy 86.157417 98.441899) (xy 86.171213 98.446084) (xy 86.249999 98.453844) + (xy 86.269736 98.4519) (xy 87.030263 98.4519) (xy 87.05 98.453844) (xy 87.069737 98.4519) (xy 87.128786 98.446084) + (xy 87.204544 98.423103) (xy 87.274364 98.385784) (xy 87.335561 98.335561) (xy 87.348146 98.320226) + (xy 87.725192 97.94318) (xy 90.2231 97.94318) (xy 90.2231 98.05682) (xy 90.24527 98.168275) (xy 90.288758 98.273264) + (xy 90.351893 98.367752) (xy 90.432248 98.448107) (xy 90.526736 98.511242) (xy 90.631725 98.55473) + (xy 90.74318 98.5769) (xy 90.85682 98.5769) (xy 90.968275 98.55473) (xy 91.073264 98.511242) (xy 91.167752 98.448107) + (xy 91.248107 98.367752) (xy 91.311242 98.273264) (xy 91.35473 98.168275) (xy 91.3769 98.05682) + (xy 91.3769 97.94318) (xy 91.35473 97.831725) (xy 91.311242 97.726736) (xy 91.248107 97.632248) + (xy 91.167752 97.551893) (xy 91.073264 97.488758) (xy 90.968275 97.44527) (xy 90.85682 97.4231) + (xy 90.74318 97.4231) (xy 90.631725 97.44527) (xy 90.526736 97.488758) (xy 90.432248 97.551893) + (xy 90.351893 97.632248) (xy 90.288758 97.726736) (xy 90.24527 97.831725) (xy 90.2231 97.94318) + (xy 87.725192 97.94318) (xy 89.370226 96.298146) (xy 89.385561 96.285561) (xy 89.435784 96.224364) + (xy 89.473103 96.154544) (xy 89.496084 96.078786) (xy 89.5019 96.019737) (xy 89.503844 96) (xy 89.5019 95.980263) + (xy 89.5019 95.913959) (xy 89.548107 95.867752) (xy 89.611242 95.773264) (xy 89.65473 95.668275) + (xy 89.6769 95.55682) (xy 89.6769 95.44318) (xy 89.65473 95.331725) (xy 89.611242 95.226736) (xy 89.548107 95.132248) + (xy 89.467752 95.051893) (xy 89.373264 94.988758) (xy 89.268275 94.94527) (xy 89.15682 94.9231) + (xy 89.04318 94.9231) (xy 88.931725 94.94527) (xy 88.826736 94.988758) (xy 88.732248 95.051893) + (xy 88.651893 95.132248) (xy 88.588758 95.226736) (xy 88.54527 95.331725) (xy 88.5231 95.44318) + (xy 88.5231 95.55682) (xy 88.54527 95.668275) (xy 88.588758 95.773264) (xy 88.651893 95.867752) + (xy 88.657885 95.873744) (xy 86.974974 97.556654) (xy 86.9769 97.546971) (xy 86.9769 97.453029) + (xy 86.958573 97.360893) (xy 86.922624 97.274103) (xy 86.870433 97.195994) (xy 86.804006 97.129567) + (xy 86.759756 97.1) (xy 86.804006 97.070433) (xy 86.870433 97.004006) (xy 86.922624 96.925897) (xy 86.958573 96.839107) + (xy 86.9769 96.746971) (xy 86.9769 96.653029) (xy 86.958573 96.560893) (xy 86.922624 96.474103) + (xy 86.870433 96.395994) (xy 86.804006 96.329567) (xy 86.759756 96.3) (xy 86.804006 96.270433) (xy 86.870433 96.204006) + (xy 86.922624 96.125897) (xy 86.958573 96.039107) (xy 86.9769 95.946971) (xy 86.9769 95.853029) + (xy 86.958573 95.760893) (xy 86.922624 95.674103) (xy 86.870433 95.595994) (xy 86.804006 95.529567) + (xy 86.759756 95.5) (xy 86.804006 95.470433) (xy 86.870433 95.404006) (xy 86.922624 95.325897) (xy 86.958573 95.239107) + (xy 86.9769 95.146971) (xy 86.9769 95.053029) (xy 86.958573 94.960893) (xy 86.922624 94.874103) + (xy 86.870433 94.795994) (xy 86.804006 94.729567) (xy 86.725897 94.677376) (xy 86.639107 94.641427) + (xy 86.546971 94.6231) (xy 86.453029 94.6231) (xy 86.360893 94.641427) (xy 86.274103 94.677376) + (xy 86.195994 94.729567) (xy 86.129567 94.795994) (xy 86.077376 94.874103) (xy 86.041427 94.960893) + (xy 86.0231 95.053029) (xy 86.0231 95.146971) (xy 86.041427 95.239107) (xy 86.077376 95.325897) + (xy 86.129567 95.404006) (xy 86.195994 95.470433) (xy 86.240244 95.5) (xy 86.195994 95.529567) (xy 86.129567 95.595994) + (xy 86.077376 95.674103) (xy 86.041427 95.760893) (xy 86.0231 95.853029) (xy 86.0231 95.946971) + (xy 86.041427 96.039107) (xy 86.077376 96.125897) (xy 86.129567 96.204006) (xy 86.195994 96.270433) + (xy 86.240244 96.3) (xy 86.195994 96.329567) (xy 86.129567 96.395994) (xy 86.1 96.440244) (xy 86.070433 96.395994) + (xy 86.004006 96.329567) (xy 85.925897 96.277376) (xy 85.839107 96.241427) (xy 85.746971 96.2231) + (xy 85.653029 96.2231) (xy 85.5769 96.238243) (xy 85.5769 93.9) (xy 85.571579 93.845979) (xy 85.555822 93.794035) + (xy 85.530234 93.746163) (xy 85.495798 93.704202) (xy 85.453837 93.669766) (xy 85.405965 93.644178) + (xy 85.354021 93.628421) (xy 85.3 93.6231) (xy 84.561757 93.6231) (xy 84.5769 93.546971) (xy 84.5769 93.453029) + (xy 84.558573 93.360893) (xy 84.522624 93.274103) (xy 84.470433 93.195994) (xy 84.404006 93.129567) + (xy 84.325897 93.077376) (xy 84.2519 93.046726) (xy 84.2519 91.853029) (xy 84.4231 91.853029) (xy 84.4231 91.946971) + (xy 84.441427 92.039107) (xy 84.477376 92.125897) (xy 84.529567 92.204006) (xy 84.595994 92.270433) + (xy 84.640244 92.3) (xy 84.595994 92.329567) (xy 84.529567 92.395994) (xy 84.477376 92.474103) (xy 84.441427 92.560893) + (xy 84.4231 92.653029) (xy 84.4231 92.746971) (xy 84.441427 92.839107) (xy 84.477376 92.925897) + (xy 84.529567 93.004006) (xy 84.595994 93.070433) (xy 84.674103 93.122624) (xy 84.760893 93.158573) + (xy 84.853029 93.1769) (xy 84.946971 93.1769) (xy 85.039107 93.158573) (xy 85.125897 93.122624) + (xy 85.204006 93.070433) (xy 85.270433 93.004006) (xy 85.3 92.959756) (xy 85.329567 93.004006) (xy 85.395994 93.070433) + (xy 85.474103 93.122624) (xy 85.560893 93.158573) (xy 85.653029 93.1769) (xy 85.746971 93.1769) + (xy 85.839107 93.158573) (xy 85.925897 93.122624) (xy 86.004006 93.070433) (xy 86.070433 93.004006) + (xy 86.1 92.959756) (xy 86.129567 93.004006) (xy 86.195994 93.070433) (xy 86.240244 93.1) (xy 86.195994 93.129567) + (xy 86.129567 93.195994) (xy 86.077376 93.274103) (xy 86.041427 93.360893) (xy 86.0231 93.453029) + (xy 86.0231 93.546971) (xy 86.041427 93.639107) (xy 86.077376 93.725897) (xy 86.129567 93.804006) + (xy 86.195994 93.870433) (xy 86.274103 93.922624) (xy 86.360893 93.958573) (xy 86.453029 93.9769) + (xy 86.546971 93.9769) (xy 86.639107 93.958573) (xy 86.725897 93.922624) (xy 86.804006 93.870433) + (xy 86.870433 93.804006) (xy 86.922624 93.725897) (xy 86.958573 93.639107) (xy 86.9769 93.546971) + (xy 86.9769 93.453029) (xy 86.958573 93.360893) (xy 86.922624 93.274103) (xy 86.870433 93.195994) + (xy 86.804006 93.129567) (xy 86.759756 93.1) (xy 86.804006 93.070433) (xy 86.870433 93.004006) (xy 86.922624 92.925897) + (xy 86.958573 92.839107) (xy 86.9769 92.746971) (xy 86.9769 92.653029) (xy 86.958573 92.560893) + (xy 86.922624 92.474103) (xy 86.870433 92.395994) (xy 86.804006 92.329567) (xy 86.725897 92.277376) + (xy 86.639107 92.241427) (xy 86.546971 92.2231) (xy 86.453029 92.2231) (xy 86.360893 92.241427) + (xy 86.274103 92.277376) (xy 86.195994 92.329567) (xy 86.129567 92.395994) (xy 86.1 92.440244) (xy 86.070433 92.395994) + (xy 86.004006 92.329567) (xy 85.959756 92.3) (xy 86.004006 92.270433) (xy 86.070433 92.204006) (xy 86.122624 92.125897) + (xy 86.158573 92.039107) (xy 86.1769 91.946971) (xy 86.1769 91.853029) (xy 86.158573 91.760893) + (xy 86.122624 91.674103) (xy 86.070433 91.595994) (xy 86.004006 91.529567) (xy 85.925897 91.477376) + (xy 85.839107 91.441427) (xy 85.746971 91.4231) (xy 85.653029 91.4231) (xy 85.560893 91.441427) + (xy 85.474103 91.477376) (xy 85.395994 91.529567) (xy 85.329567 91.595994) (xy 85.3 91.640244) (xy 85.270433 91.595994) + (xy 85.204006 91.529567) (xy 85.125897 91.477376) (xy 85.039107 91.441427) (xy 84.946971 91.4231) + (xy 84.853029 91.4231) (xy 84.760893 91.441427) (xy 84.674103 91.477376) (xy 84.595994 91.529567) + (xy 84.529567 91.595994) (xy 84.477376 91.674103) (xy 84.441427 91.760893) (xy 84.4231 91.853029) + (xy 84.2519 91.853029) (xy 84.2519 91.616472) (xy 85.466472 90.4019) (xy 86.636041 90.4019) (xy 86.682248 90.448107) + (xy 86.776736 90.511242) (xy 86.881725 90.55473) (xy 86.99318 90.5769) (xy 87.10682 90.5769) (xy 87.218275 90.55473) + (xy 87.248101 90.542376) (xy 87.2481 93.82408) (xy 87.160893 93.841427) (xy 87.074103 93.877376) + (xy 86.995994 93.929567) (xy 86.929567 93.995994) (xy 86.877376 94.074103) (xy 86.841427 94.160893) + (xy 86.8231 94.253029) (xy 86.8231 94.346971) (xy 86.841427 94.439107) (xy 86.877376 94.525897) + (xy 86.929567 94.604006) (xy 86.995994 94.670433) (xy 87.074103 94.722624) (xy 87.160893 94.758573) + (xy 87.253029 94.7769) (xy 87.346971 94.7769) (xy 87.439107 94.758573) (xy 87.525897 94.722624) + (xy 87.604006 94.670433) (xy 87.670433 94.604006) (xy 87.722624 94.525897) (xy 87.758573 94.439107) + (xy 87.7769 94.346971) (xy 87.7769 94.320762) (xy 87.83662 94.261042) (xy 87.850033 94.250034) (xy 87.861042 94.23662) + (xy 87.861051 94.236611) (xy 87.894009 94.196452) (xy 87.926686 94.135318) (xy 87.935275 94.107002) + (xy 87.939467 94.09318) (xy 89.0231 94.09318) (xy 89.0231 94.20682) (xy 89.04527 94.318275) (xy 89.088758 94.423264) + (xy 89.151893 94.517752) (xy 89.232248 94.598107) (xy 89.326736 94.661242) (xy 89.431725 94.70473) + (xy 89.54318 94.7269) (xy 89.65682 94.7269) (xy 89.768275 94.70473) (xy 89.873264 94.661242) (xy 89.967752 94.598107) + (xy 90.048107 94.517752) (xy 90.111242 94.423264) (xy 90.15473 94.318275) (xy 90.1769 94.20682) + (xy 90.1769 94.09318) (xy 90.15473 93.981725) (xy 90.111242 93.876736) (xy 90.048107 93.782248) + (xy 89.967752 93.701893) (xy 89.873264 93.638758) (xy 89.768275 93.59527) (xy 89.65682 93.5731) + (xy 89.54318 93.5731) (xy 89.431725 93.59527) (xy 89.326736 93.638758) (xy 89.232248 93.701893) + (xy 89.151893 93.782248) (xy 89.088758 93.876736) (xy 89.04527 93.981725) (xy 89.0231 94.09318) + (xy 87.939467 94.09318) (xy 87.946808 94.068984) (xy 87.9519 94.017282) (xy 87.9519 94.017272) (xy 87.953601 94.000001) + (xy 87.9519 93.98273) (xy 87.9519 93.148105) (xy 88.0731 93.148105) (xy 88.0731 93.251895) (xy 88.093349 93.353691) + (xy 88.133068 93.449581) (xy 88.19073 93.535879) (xy 88.264121 93.60927) (xy 88.350419 93.666932) + (xy 88.446309 93.706651) (xy 88.548105 93.7269) (xy 88.651895 93.7269) (xy 88.753691 93.706651) + (xy 88.849581 93.666932) (xy 88.935879 93.60927) (xy 88.993249 93.5519) (xy 90.004239 93.5519) (xy 91.0981 94.645762) + (xy 91.098101 97.282719) (xy 91.096399 97.3) (xy 91.098101 97.317281) (xy 91.098101 97.317282) (xy 91.103193 97.368984) + (xy 91.107214 97.382239) (xy 91.123314 97.435317) (xy 91.155991 97.496451) (xy 91.188949 97.53661) + (xy 91.188955 97.536616) (xy 91.199967 97.550034) (xy 91.213385 97.561046) (xy 92.07682 98.424481) + (xy 92.0731 98.44318) (xy 92.0731 98.55682) (xy 92.09527 98.668275) (xy 92.138758 98.773264) (xy 92.201893 98.867752) + (xy 92.282248 98.948107) (xy 92.376736 99.011242) (xy 92.481725 99.05473) (xy 92.59318 99.0769) + (xy 92.70682 99.0769) (xy 92.818275 99.05473) (xy 92.923264 99.011242) (xy 93.017752 98.948107) + (xy 93.098107 98.867752) (xy 93.161242 98.773264) (xy 93.20473 98.668275) (xy 93.2269 98.55682) + (xy 93.2269 98.44318) (xy 93.20473 98.331725) (xy 93.161242 98.226736) (xy 93.098107 98.132248) + (xy 93.017752 98.051893) (xy 92.923264 97.988758) (xy 92.818275 97.94527) (xy 92.70682 97.9231) + (xy 92.59318 97.9231) (xy 92.574481 97.92682) (xy 91.8019 97.154239) (xy 91.8019 97.04318) (xy 95.5231 97.04318) + (xy 95.5231 97.15682) (xy 95.54527 97.268275) (xy 95.588758 97.373264) (xy 95.651893 97.467752) + (xy 95.732248 97.548107) (xy 95.826736 97.611242) (xy 95.931725 97.65473) (xy 96.04318 97.6769) + (xy 96.15682 97.6769) (xy 96.268275 97.65473) (xy 96.373264 97.611242) (xy 96.467752 97.548107) + (xy 96.5481 97.467759) (xy 96.5481 99.025346) (xy 96.545672 99.05) (xy 96.5481 99.074654) (xy 96.5481 99.432241) + (xy 96.467752 99.351893) (xy 96.373264 99.288758) (xy 96.268275 99.24527) (xy 96.15682 99.2231) + (xy 96.04318 99.2231) (xy 95.931725 99.24527) (xy 95.826736 99.288758) (xy 95.732248 99.351893) + (xy 95.651893 99.432248) (xy 95.588758 99.526736) (xy 95.54527 99.631725) (xy 95.5231 99.74318) + (xy 95.5231 99.85682) (xy 95.54527 99.968275) (xy 95.588758 100.073264) (xy 95.651893 100.167752) + (xy 95.732248 100.248107) (xy 95.826736 100.311242) (xy 95.931725 100.35473) (xy 96.04318 100.3769) + (xy 96.15682 100.3769) (xy 96.268275 100.35473) (xy 96.373264 100.311242) (xy 96.467752 100.248107) + (xy 96.5481 100.167759) (xy 96.548101 101.825342) (xy 96.545672 101.85) (xy 96.548101 101.874658) + (xy 96.548101 102.232242) (xy 96.467752 102.151893) (xy 96.373264 102.088758) (xy 96.268275 102.04527) + (xy 96.15682 102.0231) (xy 96.04318 102.0231) (xy 95.931725 102.04527) (xy 95.826736 102.088758) + (xy 95.732248 102.151893) (xy 95.651893 102.232248) (xy 95.588758 102.326736) (xy 95.54527 102.431725) + (xy 95.5231 102.54318) (xy 95.5231 102.65682) (xy 95.54527 102.768275) (xy 95.588758 102.873264) + (xy 95.651893 102.967752) (xy 95.732248 103.048107) (xy 95.826736 103.111242) (xy 95.931725 103.15473) + (xy 96.04318 103.1769) (xy 96.15682 103.1769) (xy 96.268275 103.15473) (xy 96.373264 103.111242) + (xy 96.467752 103.048107) (xy 96.548101 102.967758) (xy 96.548101 104.27534) (xy 96.545672 104.3) + (xy 96.5481 104.324651) (xy 96.5481 105.032241) (xy 96.467752 104.951893) (xy 96.373264 104.888758) + (xy 96.268275 104.84527) (xy 96.15682 104.8231) (xy 96.04318 104.8231) (xy 95.931725 104.84527) + (xy 95.826736 104.888758) (xy 95.732248 104.951893) (xy 95.651893 105.032248) (xy 95.588758 105.126736) + (xy 95.54527 105.231725) (xy 95.5231 105.34318) (xy 95.5231 105.45682) (xy 95.54527 105.568275) + (xy 95.588758 105.673264) (xy 95.651893 105.767752) (xy 95.732248 105.848107) (xy 95.826736 105.911242) + (xy 95.931725 105.95473) (xy 96.04318 105.9769) (xy 96.15682 105.9769) (xy 96.268275 105.95473) + (xy 96.373264 105.911242) (xy 96.467752 105.848107) (xy 96.548101 105.767758) (xy 96.548101 106.32534) + (xy 96.5481 106.32535) (xy 96.5481 106.475347) (xy 96.545672 106.5) (xy 96.5481 106.52465) (xy 96.548101 106.662754) + (xy 96.538758 106.676736) (xy 96.49527 106.781725) (xy 96.4731 106.89318) (xy 96.4731 107.00682) + (xy 96.49527 107.118275) (xy 96.538758 107.223264) (xy 96.601893 107.317752) (xy 96.682248 107.398107) + (xy 96.776736 107.461242) (xy 96.881725 107.50473) (xy 96.99318 107.5269) (xy 97.10682 107.5269) + (xy 97.218275 107.50473) (xy 97.275 107.481234) (xy 97.331725 107.50473) (xy 97.44318 107.5269) + (xy 97.55682 107.5269) (xy 97.668275 107.50473) (xy 97.773264 107.461242) (xy 97.867752 107.398107) + (xy 97.948107 107.317752) (xy 98.011242 107.223264) (xy 98.05473 107.118275) (xy 98.0769 107.00682) + (xy 98.0769 106.89318) (xy 98.05473 106.781725) (xy 98.011242 106.676736) (xy 97.948107 106.582248) + (xy 97.867752 106.501893) (xy 97.773264 106.438758) (xy 97.668275 106.39527) (xy 97.651783 106.39199) + (xy 97.5519 106.292107) (xy 97.5519 105.894647) (xy 97.576736 105.911242) (xy 97.681725 105.95473) + (xy 97.79318 105.9769) (xy 97.90682 105.9769) (xy 98.018275 105.95473) (xy 98.123264 105.911242) + (xy 98.217752 105.848107) (xy 98.298107 105.767752) (xy 98.361242 105.673264) (xy 98.40473 105.568275) + (xy 98.4269 105.45682) (xy 98.4269 105.34318) (xy 98.424999 105.33362) (xy 99.510974 105.33362) + (xy 99.510974 105.44726) (xy 99.533144 105.558715) (xy 99.576632 105.663704) (xy 99.639767 105.758192) + (xy 99.657858 105.776283) (xy 99.651893 105.782248) (xy 99.588758 105.876736) (xy 99.54527 105.981725) + (xy 99.5231 106.09318) (xy 99.5231 106.20682) (xy 99.54527 106.318275) (xy 99.588758 106.423264) + (xy 99.651893 106.517752) (xy 99.732248 106.598107) (xy 99.826736 106.661242) (xy 99.931725 106.70473) + (xy 100.04318 106.7269) (xy 100.15682 106.7269) (xy 100.268275 106.70473) (xy 100.373264 106.661242) + (xy 100.467752 106.598107) (xy 100.548107 106.517752) (xy 100.611242 106.423264) (xy 100.65473 106.318275) + (xy 100.6769 106.20682) (xy 100.6769 106.09318) (xy 100.65473 105.981725) (xy 100.611242 105.876736) + (xy 100.548107 105.782248) (xy 100.530016 105.764157) (xy 100.535981 105.758192) (xy 100.599116 105.663704) + (xy 100.642604 105.558715) (xy 100.664774 105.44726) (xy 100.664774 105.33362) (xy 100.642604 105.222165) + (xy 100.599116 105.117176) (xy 100.535981 105.022688) (xy 100.455626 104.942333) (xy 100.361138 104.879198) + (xy 100.256149 104.83571) (xy 100.144694 104.81354) (xy 100.031054 104.81354) (xy 99.919599 104.83571) + (xy 99.81461 104.879198) (xy 99.720122 104.942333) (xy 99.639767 105.022688) (xy 99.576632 105.117176) + (xy 99.533144 105.222165) (xy 99.510974 105.33362) (xy 98.424999 105.33362) (xy 98.40473 105.231725) + (xy 98.361242 105.126736) (xy 98.298107 105.032248) (xy 98.290859 105.025) (xy 98.298107 105.017752) + (xy 98.361242 104.923264) (xy 98.40473 104.818275) (xy 98.4269 104.70682) (xy 98.4269 104.59318) + (xy 98.40473 104.481725) (xy 98.361242 104.376736) (xy 98.298107 104.282248) (xy 98.217752 104.201893) + (xy 98.129882 104.14318) (xy 101.1231 104.14318) (xy 101.1231 104.25682) (xy 101.14527 104.368275) + (xy 101.188758 104.473264) (xy 101.251893 104.567752) (xy 101.332248 104.648107) (xy 101.426736 104.711242) + (xy 101.531725 104.75473) (xy 101.64318 104.7769) (xy 101.75682 104.7769) (xy 101.868275 104.75473) + (xy 101.973264 104.711242) (xy 102.067752 104.648107) (xy 102.148107 104.567752) (xy 102.211242 104.473264) + (xy 102.25473 104.368275) (xy 102.2769 104.25682) (xy 102.2769 104.14318) (xy 102.25473 104.031725) + (xy 102.211242 103.926736) (xy 102.148107 103.832248) (xy 102.067752 103.751893) (xy 101.973264 103.688758) + (xy 101.868275 103.64527) (xy 101.75682 103.6231) (xy 101.64318 103.6231) (xy 101.531725 103.64527) + (xy 101.426736 103.688758) (xy 101.332248 103.751893) (xy 101.251893 103.832248) (xy 101.188758 103.926736) + (xy 101.14527 104.031725) (xy 101.1231 104.14318) (xy 98.129882 104.14318) (xy 98.123264 104.138758) + (xy 98.018275 104.09527) (xy 97.90682 104.0731) (xy 97.79318 104.0731) (xy 97.681725 104.09527) + (xy 97.592162 104.132369) (xy 97.5519 104.092107) (xy 97.5519 103.343482) (xy 107.0331 103.343482) + (xy 107.0331 103.496518) (xy 107.062956 103.646613) (xy 107.12152 103.788) (xy 107.206542 103.915245) + (xy 107.314755 104.023458) (xy 107.442 104.10848) (xy 107.583387 104.167044) (xy 107.733482 104.1969) + (xy 107.886518 104.1969) (xy 108.036613 104.167044) (xy 108.178 104.10848) (xy 108.305245 104.023458) + (xy 108.413458 103.915245) (xy 108.445 103.868039) (xy 108.476542 103.915245) (xy 108.584755 104.023458) + (xy 108.712 104.10848) (xy 108.853387 104.167044) (xy 109.003482 104.1969) (xy 109.156518 104.1969) + (xy 109.306613 104.167044) (xy 109.448 104.10848) (xy 109.575245 104.023458) (xy 109.683458 103.915245) + (xy 109.715 103.868039) (xy 109.746542 103.915245) (xy 109.854755 104.023458) (xy 109.982 104.10848) + (xy 110.123387 104.167044) (xy 110.273482 104.1969) (xy 110.426518 104.1969) (xy 110.576613 104.167044) + (xy 110.718 104.10848) (xy 110.845245 104.023458) (xy 110.953458 103.915245) (xy 110.985 103.868039) + (xy 111.016542 103.915245) (xy 111.124755 104.023458) (xy 111.252 104.10848) (xy 111.393387 104.167044) + (xy 111.543482 104.1969) (xy 111.696518 104.1969) (xy 111.846613 104.167044) (xy 111.988 104.10848) + (xy 112.115245 104.023458) (xy 112.223458 103.915245) (xy 112.255 103.868039) (xy 112.286542 103.915245) + (xy 112.394755 104.023458) (xy 112.522 104.10848) (xy 112.663387 104.167044) (xy 112.813482 104.1969) + (xy 112.966518 104.1969) (xy 113.116613 104.167044) (xy 113.258 104.10848) (xy 113.385245 104.023458) + (xy 113.493458 103.915245) (xy 113.525 103.868039) (xy 113.556542 103.915245) (xy 113.664755 104.023458) + (xy 113.792 104.10848) (xy 113.933387 104.167044) (xy 114.083482 104.1969) (xy 114.236518 104.1969) + (xy 114.386613 104.167044) (xy 114.528 104.10848) (xy 114.655245 104.023458) (xy 114.763458 103.915245) + (xy 114.795 103.868039) (xy 114.826542 103.915245) (xy 114.934755 104.023458) (xy 115.062 104.10848) + (xy 115.203387 104.167044) (xy 115.353482 104.1969) (xy 115.506518 104.1969) (xy 115.656613 104.167044) + (xy 115.798 104.10848) (xy 115.925245 104.023458) (xy 116.033458 103.915245) (xy 116.065 103.868039) + (xy 116.096542 103.915245) (xy 116.204755 104.023458) (xy 116.332 104.10848) (xy 116.473387 104.167044) + (xy 116.623482 104.1969) (xy 116.776518 104.1969) (xy 116.926613 104.167044) (xy 117.068 104.10848) + (xy 117.195245 104.023458) (xy 117.303458 103.915245) (xy 117.38848 103.788) (xy 117.447044 103.646613) + (xy 117.4769 103.496518) (xy 117.4769 103.343482) (xy 117.447044 103.193387) (xy 117.38848 103.052) + (xy 117.303458 102.924755) (xy 117.195245 102.816542) (xy 117.068 102.73152) (xy 116.926613 102.672956) + (xy 116.776518 102.6431) (xy 116.623482 102.6431) (xy 116.473387 102.672956) (xy 116.332 102.73152) + (xy 116.204755 102.816542) (xy 116.096542 102.924755) (xy 116.065 102.971961) (xy 116.033458 102.924755) + (xy 115.925245 102.816542) (xy 115.798 102.73152) (xy 115.656613 102.672956) (xy 115.506518 102.6431) + (xy 115.353482 102.6431) (xy 115.203387 102.672956) (xy 115.062 102.73152) (xy 114.934755 102.816542) + (xy 114.826542 102.924755) (xy 114.795 102.971961) (xy 114.763458 102.924755) (xy 114.655245 102.816542) + (xy 114.528 102.73152) (xy 114.386613 102.672956) (xy 114.236518 102.6431) (xy 114.083482 102.6431) + (xy 113.933387 102.672956) (xy 113.792 102.73152) (xy 113.664755 102.816542) (xy 113.556542 102.924755) + (xy 113.525 102.971961) (xy 113.493458 102.924755) (xy 113.385245 102.816542) (xy 113.258 102.73152) + (xy 113.116613 102.672956) (xy 112.966518 102.6431) (xy 112.813482 102.6431) (xy 112.663387 102.672956) + (xy 112.522 102.73152) (xy 112.394755 102.816542) (xy 112.286542 102.924755) (xy 112.255 102.971961) + (xy 112.223458 102.924755) (xy 112.115245 102.816542) (xy 111.988 102.73152) (xy 111.846613 102.672956) + (xy 111.696518 102.6431) (xy 111.543482 102.6431) (xy 111.393387 102.672956) (xy 111.252 102.73152) + (xy 111.124755 102.816542) (xy 111.016542 102.924755) (xy 110.985 102.971961) (xy 110.953458 102.924755) + (xy 110.845245 102.816542) (xy 110.718 102.73152) (xy 110.576613 102.672956) (xy 110.426518 102.6431) + (xy 110.273482 102.6431) (xy 110.123387 102.672956) (xy 109.982 102.73152) (xy 109.854755 102.816542) + (xy 109.746542 102.924755) (xy 109.715 102.971961) (xy 109.683458 102.924755) (xy 109.575245 102.816542) + (xy 109.448 102.73152) (xy 109.306613 102.672956) (xy 109.156518 102.6431) (xy 109.003482 102.6431) + (xy 108.853387 102.672956) (xy 108.712 102.73152) (xy 108.584755 102.816542) (xy 108.476542 102.924755) + (xy 108.445 102.971961) (xy 108.413458 102.924755) (xy 108.305245 102.816542) (xy 108.225477 102.763243) + (xy 108.268275 102.75473) (xy 108.373264 102.711242) (xy 108.467752 102.648107) (xy 108.548107 102.567752) + (xy 108.611242 102.473264) (xy 108.65473 102.368275) (xy 108.6769 102.25682) (xy 108.6769 102.14318) + (xy 108.65473 102.031725) (xy 108.611242 101.926736) (xy 108.548107 101.832248) (xy 108.467752 101.751893) + (xy 108.373264 101.688758) (xy 108.268275 101.64527) (xy 108.15682 101.6231) (xy 108.04318 101.6231) + (xy 107.931725 101.64527) (xy 107.826736 101.688758) (xy 107.732248 101.751893) (xy 107.651893 101.832248) + (xy 107.588758 101.926736) (xy 107.54527 102.031725) (xy 107.5231 102.14318) (xy 107.5231 102.25682) + (xy 107.54527 102.368275) (xy 107.588758 102.473264) (xy 107.651893 102.567752) (xy 107.728276 102.644135) + (xy 107.583387 102.672956) (xy 107.442 102.73152) (xy 107.314755 102.816542) (xy 107.206542 102.924755) + (xy 107.12152 103.052) (xy 107.062956 103.193387) (xy 107.0331 103.343482) (xy 97.5519 103.343482) + (xy 97.5519 103.094647) (xy 97.576736 103.111242) (xy 97.681725 103.15473) (xy 97.79318 103.1769) + (xy 97.90682 103.1769) (xy 98.018275 103.15473) (xy 98.123264 103.111242) (xy 98.217752 103.048107) + (xy 98.298107 102.967752) (xy 98.361242 102.873264) (xy 98.40473 102.768275) (xy 98.4269 102.65682) + (xy 98.4269 102.54318) (xy 99.5231 102.54318) (xy 99.5231 102.65682) (xy 99.54527 102.768275) (xy 99.588758 102.873264) + (xy 99.651893 102.967752) (xy 99.732248 103.048107) (xy 99.826736 103.111242) (xy 99.931725 103.15473) + (xy 100.04318 103.1769) (xy 100.15682 103.1769) (xy 100.268275 103.15473) (xy 100.373264 103.111242) + (xy 100.467752 103.048107) (xy 100.548107 102.967752) (xy 100.611242 102.873264) (xy 100.65473 102.768275) + (xy 100.6769 102.65682) (xy 100.6769 102.54318) (xy 100.65473 102.431725) (xy 100.611242 102.326736) + (xy 100.548107 102.232248) (xy 100.467752 102.151893) (xy 100.373264 102.088758) (xy 100.268275 102.04527) + (xy 100.15682 102.0231) (xy 100.04318 102.0231) (xy 99.931725 102.04527) (xy 99.826736 102.088758) + (xy 99.732248 102.151893) (xy 99.651893 102.232248) (xy 99.588758 102.326736) (xy 99.54527 102.431725) + (xy 99.5231 102.54318) (xy 98.4269 102.54318) (xy 98.40473 102.431725) (xy 98.361242 102.326736) + (xy 98.298107 102.232248) (xy 98.290859 102.225) (xy 98.298107 102.217752) (xy 98.361242 102.123264) + (xy 98.40473 102.018275) (xy 98.4269 101.90682) (xy 98.4269 101.79318) (xy 101.2731 101.79318) (xy 101.2731 101.90682) + (xy 101.29527 102.018275) (xy 101.338758 102.123264) (xy 101.401893 102.217752) (xy 101.409141 102.225) + (xy 101.401893 102.232248) (xy 101.338758 102.326736) (xy 101.29527 102.431725) (xy 101.2731 102.54318) + (xy 101.2731 102.65682) (xy 101.29527 102.768275) (xy 101.338758 102.873264) (xy 101.401893 102.967752) + (xy 101.482248 103.048107) (xy 101.576736 103.111242) (xy 101.681725 103.15473) (xy 101.79318 103.1769) + (xy 101.90682 103.1769) (xy 102.018275 103.15473) (xy 102.123264 103.111242) (xy 102.217752 103.048107) + (xy 102.298107 102.967752) (xy 102.361242 102.873264) (xy 102.40473 102.768275) (xy 102.4269 102.65682) + (xy 102.4269 102.54318) (xy 102.40473 102.431725) (xy 102.361242 102.326736) (xy 102.298107 102.232248) + (xy 102.290859 102.225) (xy 102.298107 102.217752) (xy 102.361242 102.123264) (xy 102.40473 102.018275) + (xy 102.4269 101.90682) (xy 102.4269 101.79318) (xy 102.40473 101.681725) (xy 102.361242 101.576736) + (xy 102.298107 101.482248) (xy 102.217752 101.401893) (xy 102.123264 101.338758) (xy 102.018275 101.29527) + (xy 101.90682 101.2731) (xy 101.79318 101.2731) (xy 101.681725 101.29527) (xy 101.576736 101.338758) + (xy 101.482248 101.401893) (xy 101.401893 101.482248) (xy 101.338758 101.576736) (xy 101.29527 101.681725) + (xy 101.2731 101.79318) (xy 98.4269 101.79318) (xy 98.40473 101.681725) (xy 98.361242 101.576736) + (xy 98.298107 101.482248) (xy 98.217752 101.401893) (xy 98.123264 101.338758) (xy 98.018275 101.29527) + (xy 97.90682 101.2731) (xy 97.79318 101.2731) (xy 97.681725 101.29527) (xy 97.576736 101.338758) + (xy 97.562755 101.3481) (xy 97.5519 101.3481) (xy 97.5519 100.294647) (xy 97.576736 100.311242) + (xy 97.681725 100.35473) (xy 97.79318 100.3769) (xy 97.90682 100.3769) (xy 98.018275 100.35473) + (xy 98.123264 100.311242) (xy 98.217752 100.248107) (xy 98.298107 100.167752) (xy 98.361242 100.073264) + (xy 98.40473 99.968275) (xy 98.4269 99.85682) (xy 98.4269 99.74318) (xy 99.5231 99.74318) (xy 99.5231 99.85682) + (xy 99.54527 99.968275) (xy 99.588758 100.073264) (xy 99.651893 100.167752) (xy 99.732248 100.248107) + (xy 99.826736 100.311242) (xy 99.931725 100.35473) (xy 100.04318 100.3769) (xy 100.15682 100.3769) + (xy 100.268275 100.35473) (xy 100.373264 100.311242) (xy 100.467752 100.248107) (xy 100.548107 100.167752) + (xy 100.611242 100.073264) (xy 100.65473 99.968275) (xy 100.6769 99.85682) (xy 100.6769 99.74318) + (xy 100.65473 99.631725) (xy 100.611242 99.526736) (xy 100.548107 99.432248) (xy 100.467752 99.351893) + (xy 100.373264 99.288758) (xy 100.268275 99.24527) (xy 100.15682 99.2231) (xy 100.04318 99.2231) + (xy 99.931725 99.24527) (xy 99.826736 99.288758) (xy 99.732248 99.351893) (xy 99.651893 99.432248) + (xy 99.588758 99.526736) (xy 99.54527 99.631725) (xy 99.5231 99.74318) (xy 98.4269 99.74318) (xy 98.40473 99.631725) + (xy 98.361242 99.526736) (xy 98.298107 99.432248) (xy 98.290859 99.425) (xy 98.298107 99.417752) + (xy 98.361242 99.323264) (xy 98.40473 99.218275) (xy 98.4269 99.10682) (xy 98.4269 98.99318) (xy 101.2731 98.99318) + (xy 101.2731 99.10682) (xy 101.29527 99.218275) (xy 101.338758 99.323264) (xy 101.401893 99.417752) + (xy 101.409141 99.425) (xy 101.401893 99.432248) (xy 101.338758 99.526736) (xy 101.29527 99.631725) + (xy 101.2731 99.74318) (xy 101.2731 99.85682) (xy 101.29527 99.968275) (xy 101.338758 100.073264) + (xy 101.401893 100.167752) (xy 101.482248 100.248107) (xy 101.576736 100.311242) (xy 101.681725 100.35473) + (xy 101.79318 100.3769) (xy 101.90682 100.3769) (xy 102.018275 100.35473) (xy 102.123264 100.311242) + (xy 102.217752 100.248107) (xy 102.298107 100.167752) (xy 102.361242 100.073264) (xy 102.40473 99.968275) + (xy 102.4269 99.85682) (xy 102.4269 99.74318) (xy 102.407009 99.64318) (xy 106.8231 99.64318) (xy 106.8231 99.75682) + (xy 106.84527 99.868275) (xy 106.888758 99.973264) (xy 106.951893 100.067752) (xy 107.032248 100.148107) + (xy 107.126736 100.211242) (xy 107.231725 100.25473) (xy 107.34318 100.2769) (xy 107.45682 100.2769) + (xy 107.568275 100.25473) (xy 107.673264 100.211242) (xy 107.767752 100.148107) (xy 107.800003 100.115856) + (xy 107.832254 100.148107) (xy 107.926742 100.211242) (xy 108.031731 100.25473) (xy 108.143186 100.2769) + (xy 108.256826 100.2769) (xy 108.368281 100.25473) (xy 108.47327 100.211242) (xy 108.567758 100.148107) + (xy 108.648113 100.067752) (xy 108.711248 99.973264) (xy 108.754736 99.868275) (xy 108.776906 99.75682) + (xy 108.776906 99.64318) (xy 108.754736 99.531725) (xy 108.714852 99.435437) (xy 108.773264 99.411242) + (xy 108.867752 99.348107) (xy 108.948107 99.267752) (xy 109.011242 99.173264) (xy 109.05473 99.068275) + (xy 109.0769 98.95682) (xy 109.0769 98.84318) (xy 109.05473 98.731725) (xy 109.011242 98.626736) + (xy 108.948107 98.532248) (xy 108.867752 98.451893) (xy 108.773264 98.388758) (xy 108.668275 98.34527) + (xy 108.55682 98.3231) (xy 108.44318 98.3231) (xy 108.331725 98.34527) (xy 108.226736 98.388758) + (xy 108.132248 98.451893) (xy 108.051893 98.532248) (xy 107.988758 98.626736) (xy 107.94527 98.731725) + (xy 107.9231 98.84318) (xy 107.9231 98.95682) (xy 107.94527 99.068275) (xy 107.985154 99.164563) + (xy 107.926742 99.188758) (xy 107.832254 99.251893) (xy 107.800003 99.284144) (xy 107.767752 99.251893) + (xy 107.673264 99.188758) (xy 107.568275 99.14527) (xy 107.45682 99.1231) (xy 107.34318 99.1231) + (xy 107.231725 99.14527) (xy 107.126736 99.188758) (xy 107.032248 99.251893) (xy 106.951893 99.332248) + (xy 106.888758 99.426736) (xy 106.84527 99.531725) (xy 106.8231 99.64318) (xy 102.407009 99.64318) + (xy 102.40473 99.631725) (xy 102.361242 99.526736) (xy 102.298107 99.432248) (xy 102.290859 99.425) + (xy 102.298107 99.417752) (xy 102.361242 99.323264) (xy 102.40473 99.218275) (xy 102.4269 99.10682) + (xy 102.4269 98.99318) (xy 102.40473 98.881725) (xy 102.361242 98.776736) (xy 102.298107 98.682248) + (xy 102.217752 98.601893) (xy 102.123264 98.538758) (xy 102.018275 98.49527) (xy 101.90682 98.4731) + (xy 101.79318 98.4731) (xy 101.681725 98.49527) (xy 101.576736 98.538758) (xy 101.482248 98.601893) + (xy 101.401893 98.682248) (xy 101.338758 98.776736) (xy 101.29527 98.881725) (xy 101.2731 98.99318) + (xy 98.4269 98.99318) (xy 98.40473 98.881725) (xy 98.361242 98.776736) (xy 98.298107 98.682248) + (xy 98.217752 98.601893) (xy 98.123264 98.538758) (xy 98.018275 98.49527) (xy 97.90682 98.4731) + (xy 97.79318 98.4731) (xy 97.681725 98.49527) (xy 97.576736 98.538758) (xy 97.562755 98.5481) (xy 97.5519 98.5481) + (xy 97.5519 97.594647) (xy 97.576736 97.611242) (xy 97.681725 97.65473) (xy 97.79318 97.6769) (xy 97.90682 97.6769) + (xy 98.018275 97.65473) (xy 98.123264 97.611242) (xy 98.217752 97.548107) (xy 98.298107 97.467752) + (xy 98.361242 97.373264) (xy 98.40473 97.268275) (xy 98.4269 97.15682) (xy 98.4269 97.04318) (xy 99.5231 97.04318) + (xy 99.5231 97.15682) (xy 99.54527 97.268275) (xy 99.588758 97.373264) (xy 99.651893 97.467752) + (xy 99.732248 97.548107) (xy 99.826736 97.611242) (xy 99.931725 97.65473) (xy 100.04318 97.6769) + (xy 100.15682 97.6769) (xy 100.268275 97.65473) (xy 100.373264 97.611242) (xy 100.467752 97.548107) + (xy 100.548107 97.467752) (xy 100.611242 97.373264) (xy 100.65473 97.268275) (xy 100.6769 97.15682) + (xy 100.6769 97.04318) (xy 100.65473 96.931725) (xy 100.611242 96.826736) (xy 100.548107 96.732248) + (xy 100.467752 96.651893) (xy 100.373264 96.588758) (xy 100.268275 96.54527) (xy 100.15682 96.5231) + (xy 100.04318 96.5231) (xy 99.931725 96.54527) (xy 99.826736 96.588758) (xy 99.732248 96.651893) + (xy 99.651893 96.732248) (xy 99.588758 96.826736) (xy 99.54527 96.931725) (xy 99.5231 97.04318) + (xy 98.4269 97.04318) (xy 98.40473 96.931725) (xy 98.361242 96.826736) (xy 98.298107 96.732248) + (xy 98.290859 96.725) (xy 98.298107 96.717752) (xy 98.361242 96.623264) (xy 98.40473 96.518275) + (xy 98.4269 96.40682) (xy 98.4269 96.29318) (xy 101.2731 96.29318) (xy 101.2731 96.40682) (xy 101.29527 96.518275) + (xy 101.338758 96.623264) (xy 101.401893 96.717752) (xy 101.409141 96.725) (xy 101.401893 96.732248) + (xy 101.338758 96.826736) (xy 101.29527 96.931725) (xy 101.2731 97.04318) (xy 101.2731 97.15682) + (xy 101.29527 97.268275) (xy 101.338758 97.373264) (xy 101.401893 97.467752) (xy 101.482248 97.548107) + (xy 101.576736 97.611242) (xy 101.681725 97.65473) (xy 101.79318 97.6769) (xy 101.90682 97.6769) + (xy 102.018275 97.65473) (xy 102.114191 97.615) (xy 104.141761 97.615) (xy 104.141761 98.465) (xy 104.155274 98.602195) + (xy 104.195292 98.734118) (xy 104.260278 98.855699) (xy 104.347735 98.962265) (xy 104.454301 99.049722) + (xy 104.575882 99.114708) (xy 104.707805 99.154726) (xy 104.845 99.168239) (xy 105.695 99.168239) + (xy 105.832195 99.154726) (xy 105.964118 99.114708) (xy 106.085699 99.049722) (xy 106.192265 98.962265) + (xy 106.279722 98.855699) (xy 106.344708 98.734118) (xy 106.384726 98.602195) (xy 106.398239 98.465) + (xy 106.398239 97.615) (xy 106.391166 97.54318) (xy 106.7231 97.54318) (xy 106.7231 97.65682) (xy 106.74527 97.768275) + (xy 106.788758 97.873264) (xy 106.851893 97.967752) (xy 106.932248 98.048107) (xy 107.026736 98.111242) + (xy 107.131725 98.15473) (xy 107.24318 98.1769) (xy 107.35682 98.1769) (xy 107.468275 98.15473) + (xy 107.573264 98.111242) (xy 107.667752 98.048107) (xy 107.748107 97.967752) (xy 107.811242 97.873264) + (xy 107.85473 97.768275) (xy 107.8769 97.65682) (xy 107.8769 97.54318) (xy 107.85473 97.431725) + (xy 107.811242 97.326736) (xy 107.748107 97.232248) (xy 107.667752 97.151893) (xy 107.573264 97.088758) + (xy 107.468275 97.04527) (xy 107.35682 97.0231) (xy 107.24318 97.0231) (xy 107.131725 97.04527) + (xy 107.026736 97.088758) (xy 106.932248 97.151893) (xy 106.851893 97.232248) (xy 106.788758 97.326736) + (xy 106.74527 97.431725) (xy 106.7231 97.54318) (xy 106.391166 97.54318) (xy 106.384726 97.477805) + (xy 106.344708 97.345882) (xy 106.279722 97.224301) (xy 106.192265 97.117735) (xy 106.085699 97.030278) + (xy 105.964118 96.965292) (xy 105.832195 96.925274) (xy 105.695 96.911761) (xy 104.845 96.911761) + (xy 104.707805 96.925274) (xy 104.575882 96.965292) (xy 104.454301 97.030278) (xy 104.347735 97.117735) + (xy 104.260278 97.224301) (xy 104.195292 97.345882) (xy 104.155274 97.477805) (xy 104.141761 97.615) + (xy 102.114191 97.615) (xy 102.123264 97.611242) (xy 102.217752 97.548107) (xy 102.298107 97.467752) + (xy 102.361242 97.373264) (xy 102.40473 97.268275) (xy 102.4269 97.15682) (xy 102.4269 97.04318) + (xy 102.40473 96.931725) (xy 102.361242 96.826736) (xy 102.298107 96.732248) (xy 102.290859 96.725) + (xy 102.298107 96.717752) (xy 102.361242 96.623264) (xy 102.40473 96.518275) (xy 102.4269 96.40682) + (xy 102.4269 96.29318) (xy 102.40473 96.181725) (xy 102.361242 96.076736) (xy 102.298107 95.982248) + (xy 102.217752 95.901893) (xy 102.123264 95.838758) (xy 102.018275 95.79527) (xy 101.90682 95.7731) + (xy 101.79318 95.7731) (xy 101.681725 95.79527) (xy 101.576736 95.838758) (xy 101.482248 95.901893) + (xy 101.401893 95.982248) (xy 101.338758 96.076736) (xy 101.29527 96.181725) (xy 101.2731 96.29318) + (xy 98.4269 96.29318) (xy 98.40473 96.181725) (xy 98.361242 96.076736) (xy 98.298107 95.982248) + (xy 98.217752 95.901893) (xy 98.123264 95.838758) (xy 98.018275 95.79527) (xy 97.90682 95.7731) + (xy 97.79318 95.7731) (xy 97.681725 95.79527) (xy 97.576736 95.838758) (xy 97.562755 95.8481) (xy 97.424651 95.8481) + (xy 97.4 95.845672) (xy 97.375349 95.8481) (xy 97.30161 95.855363) (xy 97.207002 95.884062) (xy 97.11981 95.930667) + (xy 97.043386 95.993386) (xy 97.027666 96.012541) (xy 96.712541 96.327666) (xy 96.693386 96.343386) + (xy 96.630667 96.41981) (xy 96.584062 96.507003) (xy 96.555364 96.60161) (xy 96.555363 96.601612) + (xy 96.545672 96.7) (xy 96.5481 96.72465) (xy 96.5481 96.732241) (xy 96.467752 96.651893) (xy 96.373264 96.588758) + (xy 96.268275 96.54527) (xy 96.15682 96.5231) (xy 96.04318 96.5231) (xy 95.931725 96.54527) (xy 95.826736 96.588758) + (xy 95.732248 96.651893) (xy 95.651893 96.732248) (xy 95.588758 96.826736) (xy 95.54527 96.931725) + (xy 95.5231 97.04318) (xy 91.8019 97.04318) (xy 91.8019 95.873596) (xy 91.877065 95.90473) (xy 91.98852 95.9269) + (xy 92.10216 95.9269) (xy 92.213615 95.90473) (xy 92.318604 95.861242) (xy 92.413092 95.798107) + (xy 92.468019 95.74318) (xy 92.5731 95.74318) (xy 92.5731 95.85682) (xy 92.59527 95.968275) (xy 92.638758 96.073264) + (xy 92.701893 96.167752) (xy 92.782248 96.248107) (xy 92.876736 96.311242) (xy 92.981725 96.35473) + (xy 93.09318 96.3769) (xy 93.20682 96.3769) (xy 93.318275 96.35473) (xy 93.423264 96.311242) (xy 93.517752 96.248107) + (xy 93.598107 96.167752) (xy 93.661242 96.073264) (xy 93.70473 95.968275) (xy 93.7269 95.85682) + (xy 93.7269 95.74318) (xy 93.70473 95.631725) (xy 93.700202 95.620794) (xy 93.723264 95.611242) + (xy 93.817752 95.548107) (xy 93.898107 95.467752) (xy 93.95072 95.38901) (xy 104.1431 95.38901) + (xy 104.1431 95.61099) (xy 104.186406 95.828705) (xy 104.271354 96.033788) (xy 104.394679 96.218357) + (xy 104.551643 96.375321) (xy 104.736212 96.498646) (xy 104.941295 96.583594) (xy 105.15901 96.6269) + (xy 105.38099 96.6269) (xy 105.598705 96.583594) (xy 105.696273 96.54318) (xy 113.7231 96.54318) + (xy 113.7231 96.65682) (xy 113.74527 96.768275) (xy 113.788758 96.873264) (xy 113.851893 96.967752) + (xy 113.932248 97.048107) (xy 114.026736 97.111242) (xy 114.131725 97.15473) (xy 114.24318 97.1769) + (xy 114.35682 97.1769) (xy 114.468275 97.15473) (xy 114.573264 97.111242) (xy 114.667752 97.048107) + (xy 114.748107 96.967752) (xy 114.811242 96.873264) (xy 114.85473 96.768275) (xy 114.8769 96.65682) + (xy 114.8769 96.54318) (xy 114.85473 96.431725) (xy 114.811242 96.326736) (xy 114.748107 96.232248) + (xy 114.667752 96.151893) (xy 114.573264 96.088758) (xy 114.468275 96.04527) (xy 114.35682 96.0231) + (xy 114.24318 96.0231) (xy 114.131725 96.04527) (xy 114.026736 96.088758) (xy 113.932248 96.151893) + (xy 113.851893 96.232248) (xy 113.788758 96.326736) (xy 113.74527 96.431725) (xy 113.7231 96.54318) + (xy 105.696273 96.54318) (xy 105.803788 96.498646) (xy 105.988357 96.375321) (xy 106.145321 96.218357) + (xy 106.268646 96.033788) (xy 106.353594 95.828705) (xy 106.3969 95.61099) (xy 106.3969 95.38901) + (xy 106.353594 95.171295) (xy 106.300528 95.04318) (xy 106.7231 95.04318) (xy 106.7231 95.15682) + (xy 106.74527 95.268275) (xy 106.788758 95.373264) (xy 106.851893 95.467752) (xy 106.932248 95.548107) + (xy 107.026736 95.611242) (xy 107.131725 95.65473) (xy 107.24318 95.6769) (xy 107.35682 95.6769) + (xy 107.468275 95.65473) (xy 107.573264 95.611242) (xy 107.667752 95.548107) (xy 107.748107 95.467752) + (xy 107.811242 95.373264) (xy 107.85473 95.268275) (xy 107.8769 95.15682) (xy 107.8769 95.04318) + (xy 107.85473 94.931725) (xy 107.811242 94.826736) (xy 107.748107 94.732248) (xy 107.667752 94.651893) + (xy 107.573264 94.588758) (xy 107.468275 94.54527) (xy 107.35682 94.5231) (xy 107.24318 94.5231) + (xy 107.131725 94.54527) (xy 107.026736 94.588758) (xy 106.932248 94.651893) (xy 106.851893 94.732248) + (xy 106.788758 94.826736) (xy 106.74527 94.931725) (xy 106.7231 95.04318) (xy 106.300528 95.04318) + (xy 106.268646 94.966212) (xy 106.145321 94.781643) (xy 105.988357 94.624679) (xy 105.803788 94.501354) + (xy 105.663344 94.44318) (xy 110.5231 94.44318) (xy 110.5231 94.55682) (xy 110.54527 94.668275) + (xy 110.588758 94.773264) (xy 110.651893 94.867752) (xy 110.732248 94.948107) (xy 110.826736 95.011242) + (xy 110.931725 95.05473) (xy 111.04318 95.0769) (xy 111.15682 95.0769) (xy 111.268275 95.05473) + (xy 111.373264 95.011242) (xy 111.467752 94.948107) (xy 111.548107 94.867752) (xy 111.611242 94.773264) + (xy 111.65473 94.668275) (xy 111.6769 94.55682) (xy 111.6769 94.54318) (xy 119.5231 94.54318) (xy 119.5231 94.65682) + (xy 119.54527 94.768275) (xy 119.588758 94.873264) (xy 119.651893 94.967752) (xy 119.732248 95.048107) + (xy 119.826736 95.111242) (xy 119.931725 95.15473) (xy 120.04318 95.1769) (xy 120.15682 95.1769) + (xy 120.268275 95.15473) (xy 120.373264 95.111242) (xy 120.467752 95.048107) (xy 120.548107 94.967752) + (xy 120.611242 94.873264) (xy 120.65473 94.768275) (xy 120.6769 94.65682) (xy 120.6769 94.54318) + (xy 120.657009 94.44318) (xy 122.7231 94.44318) (xy 122.7231 94.55682) (xy 122.74527 94.668275) + (xy 122.788758 94.773264) (xy 122.851893 94.867752) (xy 122.932248 94.948107) (xy 123.026736 95.011242) + (xy 123.131725 95.05473) (xy 123.24318 95.0769) (xy 123.35682 95.0769) (xy 123.468275 95.05473) + (xy 123.573264 95.011242) (xy 123.667752 94.948107) (xy 123.748107 94.867752) (xy 123.811242 94.773264) + (xy 123.85473 94.668275) (xy 123.8769 94.55682) (xy 123.8769 94.44318) (xy 123.85473 94.331725) + (xy 123.811242 94.226736) (xy 123.748107 94.132248) (xy 123.667752 94.051893) (xy 123.573264 93.988758) + (xy 123.468275 93.94527) (xy 123.35682 93.9231) (xy 123.24318 93.9231) (xy 123.131725 93.94527) + (xy 123.026736 93.988758) (xy 122.932248 94.051893) (xy 122.851893 94.132248) (xy 122.788758 94.226736) + (xy 122.74527 94.331725) (xy 122.7231 94.44318) (xy 120.657009 94.44318) (xy 120.65473 94.431725) + (xy 120.611242 94.326736) (xy 120.548107 94.232248) (xy 120.467752 94.151893) (xy 120.373264 94.088758) + (xy 120.268275 94.04527) (xy 120.15682 94.0231) (xy 120.04318 94.0231) (xy 119.931725 94.04527) + (xy 119.826736 94.088758) (xy 119.732248 94.151893) (xy 119.651893 94.232248) (xy 119.588758 94.326736) + (xy 119.54527 94.431725) (xy 119.5231 94.54318) (xy 111.6769 94.54318) (xy 111.6769 94.44318) (xy 111.65473 94.331725) + (xy 111.611242 94.226736) (xy 111.548107 94.132248) (xy 111.467752 94.051893) (xy 111.373264 93.988758) + (xy 111.268275 93.94527) (xy 111.15682 93.9231) (xy 111.04318 93.9231) (xy 110.931725 93.94527) + (xy 110.826736 93.988758) (xy 110.732248 94.051893) (xy 110.651893 94.132248) (xy 110.588758 94.226736) + (xy 110.54527 94.331725) (xy 110.5231 94.44318) (xy 105.663344 94.44318) (xy 105.598705 94.416406) + (xy 105.38099 94.3731) (xy 105.15901 94.3731) (xy 104.941295 94.416406) (xy 104.736212 94.501354) + (xy 104.551643 94.624679) (xy 104.394679 94.781643) (xy 104.271354 94.966212) (xy 104.186406 95.171295) + (xy 104.1431 95.38901) (xy 93.95072 95.38901) (xy 93.961242 95.373264) (xy 94.00473 95.268275) (xy 94.0269 95.15682) + (xy 94.0269 95.04318) (xy 94.00473 94.931725) (xy 93.961242 94.826736) (xy 93.898107 94.732248) + (xy 93.817752 94.651893) (xy 93.723264 94.588758) (xy 93.618275 94.54527) (xy 93.50682 94.5231) + (xy 93.39318 94.5231) (xy 93.281725 94.54527) (xy 93.176736 94.588758) (xy 93.082248 94.651893) + (xy 93.001893 94.732248) (xy 92.938758 94.826736) (xy 92.89527 94.931725) (xy 92.8731 95.04318) + (xy 92.8731 95.15682) (xy 92.89527 95.268275) (xy 92.899798 95.279206) (xy 92.876736 95.288758) + (xy 92.782248 95.351893) (xy 92.701893 95.432248) (xy 92.638758 95.526736) (xy 92.59527 95.631725) + (xy 92.5731 95.74318) (xy 92.468019 95.74318) (xy 92.493447 95.717752) (xy 92.556582 95.623264) + (xy 92.60007 95.518275) (xy 92.62224 95.40682) (xy 92.62224 95.29318) (xy 92.60007 95.181725) (xy 92.578547 95.129764) + (xy 92.623264 95.111242) (xy 92.717752 95.048107) (xy 92.798107 94.967752) (xy 92.861242 94.873264) + (xy 92.90473 94.768275) (xy 92.9269 94.65682) (xy 92.9269 94.54318) (xy 92.90473 94.431725) (xy 92.861242 94.326736) + (xy 92.798107 94.232248) (xy 92.717752 94.151893) (xy 92.704713 94.14318) (xy 95.5231 94.14318) + (xy 95.5231 94.25682) (xy 95.54527 94.368275) (xy 95.588758 94.473264) (xy 95.651893 94.567752) + (xy 95.732248 94.648107) (xy 95.826736 94.711242) (xy 95.931725 94.75473) (xy 96.04318 94.7769) + (xy 96.15682 94.7769) (xy 96.268275 94.75473) (xy 96.373264 94.711242) (xy 96.467752 94.648107) + (xy 96.548107 94.567752) (xy 96.611242 94.473264) (xy 96.65473 94.368275) (xy 96.6769 94.25682) + (xy 96.6769 94.14318) (xy 96.65473 94.031725) (xy 96.611242 93.926736) (xy 96.548107 93.832248) + (xy 96.467752 93.751893) (xy 96.373264 93.688758) (xy 96.268275 93.64527) (xy 96.15682 93.6231) + (xy 96.04318 93.6231) (xy 95.931725 93.64527) (xy 95.826736 93.688758) (xy 95.732248 93.751893) + (xy 95.651893 93.832248) (xy 95.588758 93.926736) (xy 95.54527 94.031725) (xy 95.5231 94.14318) + (xy 92.704713 94.14318) (xy 92.625019 94.089931) (xy 92.65473 94.018203) (xy 92.6769 93.906748) + (xy 92.6769 93.793108) (xy 92.65473 93.681653) (xy 92.611242 93.576664) (xy 92.548107 93.482176) + (xy 92.467752 93.401821) (xy 92.373264 93.338686) (xy 92.268275 93.295198) (xy 92.15682 93.273028) + (xy 92.04318 93.273028) (xy 91.931725 93.295198) (xy 91.826736 93.338686) (xy 91.732248 93.401821) + (xy 91.651893 93.482176) (xy 91.588758 93.576664) (xy 91.54527 93.681653) (xy 91.5231 93.793108) + (xy 91.5231 93.906748) (xy 91.54527 94.018203) (xy 91.588758 94.123192) (xy 91.624811 94.177149) + (xy 90.411051 92.96339) (xy 90.400034 92.949966) (xy 90.346451 92.905991) (xy 90.285318 92.873314) + (xy 90.218984 92.853192) (xy 90.167282 92.8481) (xy 90.167271 92.8481) (xy 90.15 92.846399) (xy 90.132729 92.8481) + (xy 88.993249 92.8481) (xy 88.935879 92.79073) (xy 88.849581 92.733068) (xy 88.753691 92.693349) + (xy 88.651895 92.6731) (xy 88.548105 92.6731) (xy 88.446309 92.693349) (xy 88.350419 92.733068) + (xy 88.264121 92.79073) (xy 88.19073 92.864121) (xy 88.133068 92.950419) (xy 88.093349 93.046309) + (xy 88.0731 93.148105) (xy 87.9519 93.148105) (xy 87.9519 91.94318) (xy 88.9231 91.94318) (xy 88.9231 92.05682) + (xy 88.94527 92.168275) (xy 88.988758 92.273264) (xy 89.051893 92.367752) (xy 89.132248 92.448107) + (xy 89.226736 92.511242) (xy 89.331725 92.55473) (xy 89.44318 92.5769) (xy 89.55682 92.5769) (xy 89.668275 92.55473) + (xy 89.773264 92.511242) (xy 89.867752 92.448107) (xy 89.948107 92.367752) (xy 90.011242 92.273264) + (xy 90.05473 92.168275) (xy 90.0769 92.05682) (xy 90.0769 91.94318) (xy 90.05473 91.831725) (xy 90.011242 91.726736) + (xy 89.948107 91.632248) (xy 89.867752 91.551893) (xy 89.773264 91.488758) (xy 89.668275 91.44527) + (xy 89.55682 91.4231) (xy 89.44318 91.4231) (xy 89.331725 91.44527) (xy 89.226736 91.488758) (xy 89.132248 91.551893) + (xy 89.051893 91.632248) (xy 88.988758 91.726736) (xy 88.94527 91.831725) (xy 88.9231 91.94318) + (xy 87.9519 91.94318) (xy 87.9519 89.817271) (xy 87.953601 89.8) (xy 87.9519 89.782729) (xy 87.9519 89.782718) + (xy 87.946808 89.731016) (xy 87.926686 89.664682) (xy 87.926437 89.664216) (xy 87.894009 89.603548) + (xy 87.861051 89.563389) (xy 87.861046 89.563384) (xy 87.850034 89.549966) (xy 87.836616 89.538954) + (xy 87.51105 89.213389) (xy 87.500034 89.199966) (xy 87.446451 89.155991) (xy 87.385318 89.123314) + (xy 87.318984 89.103192) (xy 87.267282 89.0981) (xy 87.267271 89.0981) (xy 87.25 89.096399) (xy 87.232729 89.0981) + (xy 81.317271 89.0981) (xy 81.3 89.096399) (xy 81.282729 89.0981) (xy 81.282718 89.0981) (xy 81.231016 89.103192) + (xy 81.164682 89.123314) (xy 81.103549 89.155991) (xy 81.063389 89.188949) (xy 81.063384 89.188954) + (xy 81.049966 89.199966) (xy 81.038954 89.213384) (xy 79.144738 91.107601) (xy 79.111242 91.026736) + (xy 79.048107 90.932248) (xy 78.967752 90.851893) (xy 78.873264 90.788758) (xy 78.768275 90.74527) + (xy 78.65682 90.7231) (xy 78.54318 90.7231) (xy 78.431725 90.74527) (xy 78.326736 90.788758) (xy 78.232248 90.851893) + (xy 78.151893 90.932248) (xy 78.088758 91.026736) (xy 78.04527 91.131725) (xy 78.0231 91.24318) + (xy 78.0231 91.35682) (xy 78.04527 91.468275) (xy 78.088758 91.573264) (xy 78.151893 91.667752) + (xy 78.232248 91.748107) (xy 78.326736 91.811242) (xy 78.407601 91.844738) (xy 78.363385 91.888954) + (xy 78.349966 91.899967) (xy 78.338954 91.913385) (xy 78.338949 91.91339) (xy 78.305991 91.953549) + (xy 78.29351 91.9769) (xy 78.273314 92.014683) (xy 78.253192 92.081017) (xy 78.2481 92.132719) (xy 78.2481 92.132729) + (xy 78.246399 92.15) (xy 78.2481 92.167271) (xy 78.248101 93.9413) (xy 78.232248 93.951893) (xy 78.151893 94.032248) + (xy 78.088758 94.126736) (xy 78.04527 94.231725) (xy 78.0231 94.34318) (xy 78.0231 94.45682) (xy 78.04527 94.568275) + (xy 78.088758 94.673264) (xy 78.151893 94.767752) (xy 78.232248 94.848107) (xy 78.326736 94.911242) + (xy 78.431725 94.95473) (xy 78.54318 94.9769) (xy 78.65682 94.9769) (xy 78.768275 94.95473) (xy 78.873264 94.911242) + (xy 78.967752 94.848107) (xy 79.048107 94.767752) (xy 79.111242 94.673264) (xy 79.15473 94.568275) + (xy 79.1769 94.45682) (xy 79.1769 94.34318) (xy 79.15473 94.231725) (xy 79.111242 94.126736) (xy 79.048107 94.032248) + (xy 78.967752 93.951893) (xy 78.9519 93.941301) (xy 78.9519 92.295761) (xy 79.394632 91.853029) + (xy 79.6231 91.853029) (xy 79.6231 91.946971) (xy 79.641427 92.039107) (xy 79.677376 92.125897) + (xy 79.729567 92.204006) (xy 79.795994 92.270433) (xy 79.874103 92.322624) (xy 79.960893 92.358573) + (xy 80.053029 92.3769) (xy 80.146971 92.3769) (xy 80.239107 92.358573) (xy 80.325897 92.322624) + (xy 80.404006 92.270433) (xy 80.470433 92.204006) (xy 80.5 92.159756) (xy 80.529567 92.204006) (xy 80.595994 92.270433) + (xy 80.640244 92.3) (xy 80.595994 92.329567) (xy 80.529567 92.395994) (xy 80.477376 92.474103) (xy 80.441427 92.560893) + (xy 80.4231 92.653029) (xy 80.4231 92.746971) (xy 80.441427 92.839107) (xy 80.477376 92.925897) + (xy 80.529567 93.004006) (xy 80.595994 93.070433) (xy 80.640244 93.1) (xy 80.595994 93.129567) (xy 80.529567 93.195994) + (xy 80.477376 93.274103) (xy 80.441427 93.360893) (xy 80.4231 93.453029) (xy 80.4231 93.546971) + (xy 80.441427 93.639107) (xy 80.477376 93.725897) (xy 80.529567 93.804006) (xy 80.595994 93.870433) + (xy 80.640244 93.9) (xy 80.595994 93.929567) (xy 80.529567 93.995994) (xy 80.477376 94.074103) (xy 80.441427 94.160893) + (xy 80.4231 94.253029) (xy 80.4231 94.346971) (xy 80.441427 94.439107) (xy 80.477376 94.525897) + (xy 80.529567 94.604006) (xy 80.595994 94.670433) (xy 80.640244 94.7) (xy 80.595994 94.729567) (xy 80.529567 94.795994) + (xy 80.477376 94.874103) (xy 80.441427 94.960893) (xy 80.4231 95.053029) (xy 80.4231 95.146971) + (xy 80.441427 95.239107) (xy 80.477376 95.325897) (xy 80.529567 95.404006) (xy 80.595994 95.470433) + (xy 80.640244 95.5) (xy 80.595994 95.529567) (xy 80.529567 95.595994) (xy 80.477376 95.674103) (xy 80.441427 95.760893) + (xy 80.4231 95.853029) (xy 80.4231 95.946971) (xy 80.441427 96.039107) (xy 80.477376 96.125897) + (xy 80.529567 96.204006) (xy 80.595994 96.270433) (xy 80.674103 96.322624) (xy 80.760893 96.358573) + (xy 80.853029 96.3769) (xy 80.946971 96.3769) (xy 81.039107 96.358573) (xy 81.125897 96.322624) + (xy 81.204006 96.270433) (xy 81.270433 96.204006) (xy 81.322624 96.125897) (xy 81.358573 96.039107) + (xy 81.3769 95.946971) (xy 81.3769 95.853029) (xy 81.358573 95.760893) (xy 81.322624 95.674103) + (xy 81.270433 95.595994) (xy 81.204006 95.529567) (xy 81.159756 95.5) (xy 81.204006 95.470433) (xy 81.270433 95.404006) + (xy 81.322624 95.325897) (xy 81.358573 95.239107) (xy 81.3769 95.146971) (xy 81.3769 95.053029) + (xy 81.358573 94.960893) (xy 81.322624 94.874103) (xy 81.270433 94.795994) (xy 81.204006 94.729567) + (xy 81.159756 94.7) (xy 81.204006 94.670433) (xy 81.270433 94.604006) (xy 81.322624 94.525897) (xy 81.358573 94.439107) + (xy 81.3769 94.346971) (xy 81.3769 94.253029) (xy 81.358573 94.160893) (xy 81.322624 94.074103) + (xy 81.270433 93.995994) (xy 81.204006 93.929567) (xy 81.159756 93.9) (xy 81.204006 93.870433) (xy 81.270433 93.804006) + (xy 81.322624 93.725897) (xy 81.358573 93.639107) (xy 81.3769 93.546971) (xy 81.3769 93.453029) + (xy 81.358573 93.360893) (xy 81.322624 93.274103) (xy 81.270433 93.195994) (xy 81.204006 93.129567) + (xy 81.159756 93.1) (xy 81.204006 93.070433) (xy 81.270433 93.004006) (xy 81.322624 92.925897) (xy 81.358573 92.839107) + (xy 81.3769 92.746971) (xy 81.3769 92.653029) (xy 81.358573 92.560893) (xy 81.322624 92.474103) + (xy 81.270433 92.395994) (xy 81.204006 92.329567) (xy 81.159756 92.3) (xy 81.204006 92.270433) (xy 81.270433 92.204006) + (xy 81.322624 92.125897) (xy 81.358573 92.039107) (xy 81.3769 91.946971) (xy 81.3769 91.853029) + (xy 81.358573 91.760893) (xy 81.322624 91.674103) (xy 81.270433 91.595994) (xy 81.204006 91.529567) + (xy 81.125897 91.477376) (xy 81.039107 91.441427) (xy 80.946971 91.4231) (xy 80.853029 91.4231) + (xy 80.760893 91.441427) (xy 80.674103 91.477376) (xy 80.595994 91.529567) (xy 80.529567 91.595994) + (xy 80.5 91.640244) (xy 80.470433 91.595994) (xy 80.404006 91.529567) (xy 80.325897 91.477376) (xy 80.239107 91.441427) + (xy 80.146971 91.4231) (xy 80.053029 91.4231) (xy 79.960893 91.441427) (xy 79.874103 91.477376) + (xy 79.795994 91.529567) (xy 79.729567 91.595994) (xy 79.677376 91.674103) (xy 79.641427 91.760893) + (xy 79.6231 91.853029) (xy 79.394632 91.853029) (xy 81.445762 89.8019) (xy 84.929728 89.8019) (xy 83.579774 91.151854) + (xy 83.564439 91.164439) (xy 83.514216 91.225637) (xy 83.476897 91.295457) (xy 83.458917 91.35473) + (xy 83.453916 91.371215) (xy 83.446156 91.45) (xy 83.4481 91.469737) (xy 83.4481 92.245152) (xy 83.439107 92.241427) + (xy 83.346971 92.2231) (xy 83.253029 92.2231) (xy 83.160893 92.241427) (xy 83.074103 92.277376) + (xy 82.995994 92.329567) (xy 82.929567 92.395994) (xy 82.9 92.440244) (xy 82.870433 92.395994) (xy 82.804006 92.329567) + (xy 82.725897 92.277376) (xy 82.639107 92.241427) (xy 82.546971 92.2231) (xy 82.453029 92.2231) + (xy 82.360893 92.241427) (xy 82.274103 92.277376) (xy 82.195994 92.329567) (xy 82.129567 92.395994) + (xy 82.077376 92.474103) (xy 82.041427 92.560893) (xy 82.0231 92.653029) (xy 82.0231 92.746971) + (xy 82.041427 92.839107) (xy 82.077376 92.925897) (xy 82.129567 93.004006) (xy 82.195994 93.070433) + (xy 82.240244 93.1) (xy 82.195994 93.129567) (xy 82.129567 93.195994) (xy 82.077376 93.274103) (xy 82.041427 93.360893) + (xy 82.0231 93.453029) (xy 82.0231 93.546971) (xy 82.038243 93.6231) (xy 81.8 93.6231) (xy 81.745979 93.628421) + (xy 81.694035 93.644178) (xy 81.646163 93.669766) (xy 81.604202 93.704202) (xy 81.569766 93.746163) + (xy 81.544178 93.794035) (xy 81.528421 93.845979) (xy 81.5231 93.9) (xy 81.5231 95.4) (xy 81.528421 95.454021) + (xy 81.544178 95.505965) (xy 81.569766 95.553837) (xy 81.604202 95.595798) (xy 81.8231 95.814696) + (xy 81.8231 95.985304) (xy 81.704202 96.104202) (xy 81.669766 96.146163) (xy 81.644178 96.194035) + (xy 81.634227 96.22684) (xy 81.560893 96.241427) (xy 81.474103 96.277376) (xy 81.395994 96.329567) + (xy 81.329567 96.395994) (xy 81.277376 96.474103) (xy 81.257081 96.5231) (xy 78.35 96.5231) (xy 78.295979 96.528421) + (xy 78.244035 96.544178) (xy 78.196163 96.569766) (xy 78.180847 96.582335) (xy 77.21717 96.582335) + (xy 77.20716 96.572325) (xy 77.248473 96.510495) (xy 77.291961 96.405506) (xy 77.314131 96.294051) + (xy 77.314131 96.180411) (xy 77.291961 96.068956) (xy 77.248473 95.963967) (xy 77.185338 95.869479) + (xy 77.104983 95.789124) (xy 77.010495 95.725989) (xy 76.905506 95.682501) (xy 76.794051 95.660331) + (xy 76.680411 95.660331) (xy 76.568956 95.682501) (xy 76.463967 95.725989) (xy 76.369479 95.789124) + (xy 76.289124 95.869479) (xy 76.225989 95.963967) (xy 76.182501 96.068956) (xy 76.160331 96.180411) + (xy 76.160331 96.294051) (xy 76.182501 96.405506) (xy 76.225989 96.510495) (xy 76.289124 96.604983) + (xy 76.333282 96.649141) (xy 76.291969 96.710971) (xy 76.248481 96.81596) (xy 76.226311 96.927415) + (xy 76.226311 97.041055) (xy 76.248481 97.15251) (xy 76.291969 97.257499) (xy 76.355104 97.351987) + (xy 76.435459 97.432342) (xy 76.529947 97.495477) (xy 76.634936 97.538965) (xy 76.746391 97.561135) + (xy 76.860031 97.561135) (xy 76.971486 97.538965) (xy 77.076475 97.495477) (xy 77.170963 97.432342) + (xy 77.21717 97.386135) (xy 78.0731 97.386135) (xy 78.0731 98.054975) (xy 76.861685 99.266391) (xy 76.836808 99.286807) + (xy 76.783393 99.351893) (xy 76.755343 99.386072) (xy 76.69481 99.499322) (xy 76.657533 99.622207) + (xy 76.644947 99.75) (xy 76.648101 99.782024) (xy 76.6481 101.367978) (xy 76.6481 101.367979) (xy 76.648101 103.200827) + (xy 75.36169 104.48724) (xy 75.336807 104.507661) (xy 75.255343 104.606926) (xy 75.194809 104.720177) + (xy 75.157533 104.84306) (xy 75.1481 104.938833) (xy 75.1481 104.93884) (xy 75.144947 104.970854) + (xy 75.1481 105.002869) (xy 75.148101 106.429973) (xy 74.229976 107.3481) (xy 70.932013 107.3481) + (xy 70.899999 107.344947) (xy 70.867985 107.3481) (xy 70.867978 107.3481) (xy 70.772205 107.357533) + (xy 70.649322 107.394809) (xy 70.536071 107.455343) (xy 70.436807 107.536807) (xy 70.416395 107.561679) + (xy 69.11169 108.866386) (xy 69.086807 108.886807) (xy 69.005343 108.986072) (xy 68.944809 109.099323) + (xy 68.907533 109.222206) (xy 68.8981 109.317979) (xy 68.8981 109.317986) (xy 68.894947 109.35) + (xy 66.4269 109.35) (xy 66.4269 109.298105) (xy 66.406651 109.196309) (xy 66.366932 109.100419) + (xy 66.30927 109.014121) (xy 66.235879 108.94073) (xy 66.149581 108.883068) (xy 66.053691 108.843349) + (xy 65.951895 108.8231) (xy 65.848105 108.8231) (xy 65.746309 108.843349) (xy 65.650419 108.883068) + (xy 65.564121 108.94073) (xy 65.49073 109.014121) (xy 65.433068 109.100419) (xy 65.393349 109.196309) + (xy 65.3731 109.298105) (xy 62.187253 109.298105) (xy 62.173264 109.288758) (xy 62.068275 109.24527) + (xy 61.95682 109.2231) (xy 61.84318 109.2231) (xy 61.731725 109.24527) (xy 61.626736 109.288758) + (xy 61.532248 109.351893) (xy 61.451893 109.432248) (xy 61.388758 109.526736) (xy 61.34527 109.631725) + (xy 61.3231 109.74318) (xy 60.218054 109.74318) (xy 60.211242 109.726736) (xy 60.148107 109.632248) + (xy 60.067752 109.551893) (xy 59.973264 109.488758) (xy 59.868275 109.44527) (xy 59.75682 109.4231) + (xy 59.64318 109.4231) (xy 59.531725 109.44527) (xy 59.426736 109.488758) (xy 59.332248 109.551893) + (xy 59.251893 109.632248) (xy 59.188758 109.726736) (xy 59.14527 109.831725) (xy 59.1231 109.94318) + (xy 55.626904 109.94318) (xy 55.604734 109.831725) (xy 55.561246 109.726736) (xy 55.498111 109.632248) + (xy 55.417756 109.551893) (xy 55.323268 109.488758) (xy 55.218279 109.44527) (xy 55.106824 109.4231) + (xy 54.993184 109.4231) (xy 54.881729 109.44527) (xy 54.77674 109.488758) (xy 54.682252 109.551893) + (xy 54.601897 109.632248) (xy 54.538762 109.726736) (xy 54.495274 109.831725) (xy 54.473104 109.94318) + (xy 50.277 109.94318) (xy 50.277 107.94318) (xy 54.4731 107.94318) (xy 54.4731 108.05682) (xy 54.49527 108.168275) + (xy 54.538758 108.273264) (xy 54.601893 108.367752) (xy 54.682248 108.448107) (xy 54.776736 108.511242) + (xy 54.881725 108.55473) (xy 54.99318 108.5769) (xy 55.10682 108.5769) (xy 55.218275 108.55473) + (xy 55.323264 108.511242) (xy 55.417752 108.448107) (xy 55.498107 108.367752) (xy 55.561242 108.273264) + (xy 55.60473 108.168275) (xy 55.6269 108.05682) (xy 55.6269 107.94318) (xy 59.1231 107.94318) (xy 59.1231 108.05682) + (xy 59.14527 108.168275) (xy 59.188758 108.273264) (xy 59.251893 108.367752) (xy 59.332248 108.448107) + (xy 59.426736 108.511242) (xy 59.531725 108.55473) (xy 59.64318 108.5769) (xy 59.75682 108.5769) + (xy 59.868275 108.55473) (xy 59.973264 108.511242) (xy 60.067752 108.448107) (xy 60.148107 108.367752) + (xy 60.211242 108.273264) (xy 60.25473 108.168275) (xy 60.2769 108.05682) (xy 60.2769 107.94318) + (xy 60.25473 107.831725) (xy 60.218054 107.74318) (xy 64.0231 107.74318) (xy 64.0231 107.85682) + (xy 64.04527 107.968275) (xy 64.088758 108.073264) (xy 64.106622 108.1) (xy 64.088758 108.126736) + (xy 64.04527 108.231725) (xy 64.0231 108.34318) (xy 64.0231 108.45682) (xy 64.04527 108.568275) + (xy 64.088758 108.673264) (xy 64.151893 108.767752) (xy 64.232248 108.848107) (xy 64.326736 108.911242) + (xy 64.431725 108.95473) (xy 64.54318 108.9769) (xy 64.65682 108.9769) (xy 64.768275 108.95473) + (xy 64.873264 108.911242) (xy 64.967752 108.848107) (xy 65.048107 108.767752) (xy 65.111242 108.673264) + (xy 65.15473 108.568275) (xy 65.1769 108.45682) (xy 65.1769 108.34318) (xy 65.15473 108.231725) + (xy 65.111242 108.126736) (xy 65.093378 108.1) (xy 65.111242 108.073264) (xy 65.15473 107.968275) + (xy 65.1769 107.85682) (xy 65.1769 107.74318) (xy 66.6231 107.74318) (xy 66.6231 107.85682) (xy 66.64527 107.968275) + (xy 66.688758 108.073264) (xy 66.706622 108.1) (xy 66.688758 108.126736) (xy 66.64527 108.231725) + (xy 66.6231 108.34318) (xy 66.6231 108.45682) (xy 66.64527 108.568275) (xy 66.688758 108.673264) + (xy 66.751893 108.767752) (xy 66.832248 108.848107) (xy 66.926736 108.911242) (xy 67.031725 108.95473) + (xy 67.14318 108.9769) (xy 67.25682 108.9769) (xy 67.368275 108.95473) (xy 67.473264 108.911242) + (xy 67.567752 108.848107) (xy 67.648107 108.767752) (xy 67.711242 108.673264) (xy 67.75473 108.568275) + (xy 67.7769 108.45682) (xy 67.7769 108.34318) (xy 67.766955 108.29318) (xy 67.9231 108.29318) (xy 67.9231 108.40682) + (xy 67.94527 108.518275) (xy 67.988758 108.623264) (xy 68.051893 108.717752) (xy 68.132248 108.798107) + (xy 68.226736 108.861242) (xy 68.331725 108.90473) (xy 68.44318 108.9269) (xy 68.55682 108.9269) + (xy 68.668275 108.90473) (xy 68.773264 108.861242) (xy 68.867752 108.798107) (xy 68.948107 108.717752) + (xy 69.011242 108.623264) (xy 69.05473 108.518275) (xy 69.0769 108.40682) (xy 69.0769 108.29318) + (xy 69.05473 108.181725) (xy 69.011242 108.076736) (xy 68.948107 107.982248) (xy 68.867752 107.901893) + (xy 68.773264 107.838758) (xy 68.668275 107.79527) (xy 68.55682 107.7731) (xy 68.44318 107.7731) + (xy 68.331725 107.79527) (xy 68.226736 107.838758) (xy 68.132248 107.901893) (xy 68.051893 107.982248) + (xy 67.988758 108.076736) (xy 67.94527 108.181725) (xy 67.9231 108.29318) (xy 67.766955 108.29318) + (xy 67.75473 108.231725) (xy 67.711242 108.126736) (xy 67.693378 108.1) (xy 67.711242 108.073264) + (xy 67.75473 107.968275) (xy 67.7769 107.85682) (xy 67.7769 107.74318) (xy 67.75473 107.631725) + (xy 67.711242 107.526736) (xy 67.648107 107.432248) (xy 67.567752 107.351893) (xy 67.473264 107.288758) + (xy 67.368275 107.24527) (xy 67.25682 107.2231) (xy 67.14318 107.2231) (xy 67.031725 107.24527) + (xy 66.926736 107.288758) (xy 66.832248 107.351893) (xy 66.751893 107.432248) (xy 66.688758 107.526736) + (xy 66.64527 107.631725) (xy 66.6231 107.74318) (xy 65.1769 107.74318) (xy 65.15473 107.631725) + (xy 65.111242 107.526736) (xy 65.048107 107.432248) (xy 64.967752 107.351893) (xy 64.873264 107.288758) + (xy 64.768275 107.24527) (xy 64.65682 107.2231) (xy 64.54318 107.2231) (xy 64.431725 107.24527) + (xy 64.326736 107.288758) (xy 64.232248 107.351893) (xy 64.151893 107.432248) (xy 64.088758 107.526736) + (xy 64.04527 107.631725) (xy 64.0231 107.74318) (xy 60.218054 107.74318) (xy 60.211242 107.726736) + (xy 60.148107 107.632248) (xy 60.067752 107.551893) (xy 59.973264 107.488758) (xy 59.868275 107.44527) + (xy 59.75682 107.4231) (xy 59.64318 107.4231) (xy 59.531725 107.44527) (xy 59.426736 107.488758) + (xy 59.332248 107.551893) (xy 59.251893 107.632248) (xy 59.188758 107.726736) (xy 59.14527 107.831725) + (xy 59.1231 107.94318) (xy 55.6269 107.94318) (xy 55.60473 107.831725) (xy 55.561242 107.726736) + (xy 55.498107 107.632248) (xy 55.417752 107.551893) (xy 55.323264 107.488758) (xy 55.218275 107.44527) + (xy 55.10682 107.4231) (xy 54.99318 107.4231) (xy 54.881725 107.44527) (xy 54.776736 107.488758) + (xy 54.682248 107.551893) (xy 54.601893 107.632248) (xy 54.538758 107.726736) (xy 54.49527 107.831725) + (xy 54.4731 107.94318) (xy 50.277 107.94318) (xy 50.277 105.94318) (xy 54.47311 105.94318) (xy 54.47311 106.05682) + (xy 54.49528 106.168275) (xy 54.538768 106.273264) (xy 54.601903 106.367752) (xy 54.682258 106.448107) + (xy 54.776746 106.511242) (xy 54.881735 106.55473) (xy 54.99319 106.5769) (xy 55.10683 106.5769) + (xy 55.218285 106.55473) (xy 55.323274 106.511242) (xy 55.417762 106.448107) (xy 55.498117 106.367752) + (xy 55.561252 106.273264) (xy 55.60474 106.168275) (xy 55.62691 106.05682) (xy 55.62691 105.94318) + (xy 59.1231 105.94318) (xy 59.1231 106.05682) (xy 59.14527 106.168275) (xy 59.188758 106.273264) + (xy 59.251893 106.367752) (xy 59.332248 106.448107) (xy 59.426736 106.511242) (xy 59.531725 106.55473) + (xy 59.64318 106.5769) (xy 59.75682 106.5769) (xy 59.868275 106.55473) (xy 59.973264 106.511242) + (xy 60.067752 106.448107) (xy 60.148107 106.367752) (xy 60.211242 106.273264) (xy 60.25473 106.168275) + (xy 60.2769 106.05682) (xy 60.2769 105.94318) (xy 60.25473 105.831725) (xy 60.218054 105.74318) + (xy 68.6231 105.74318) (xy 68.6231 105.85682) (xy 68.64527 105.968275) (xy 68.688758 106.073264) + (xy 68.751893 106.167752) (xy 68.832248 106.248107) (xy 68.926736 106.311242) (xy 69.031725 106.35473) + (xy 69.14318 106.3769) (xy 69.25682 106.3769) (xy 69.368275 106.35473) (xy 69.473264 106.311242) + (xy 69.567752 106.248107) (xy 69.6 106.215859) (xy 69.632248 106.248107) (xy 69.726736 106.311242) + (xy 69.831725 106.35473) (xy 69.94318 106.3769) (xy 70.05682 106.3769) (xy 70.168275 106.35473) + (xy 70.273264 106.311242) (xy 70.367752 106.248107) (xy 70.4 106.215859) (xy 70.432248 106.248107) + (xy 70.526736 106.311242) (xy 70.631725 106.35473) (xy 70.74318 106.3769) (xy 70.85682 106.3769) + (xy 70.968275 106.35473) (xy 71.073264 106.311242) (xy 71.167752 106.248107) (xy 71.2 106.215859) + (xy 71.232248 106.248107) (xy 71.326736 106.311242) (xy 71.431725 106.35473) (xy 71.54318 106.3769) + (xy 71.65682 106.3769) (xy 71.768275 106.35473) (xy 71.796159 106.34318) (xy 72.6231 106.34318) + (xy 72.6231 106.45682) (xy 72.64527 106.568275) (xy 72.688758 106.673264) (xy 72.751893 106.767752) + (xy 72.832248 106.848107) (xy 72.926736 106.911242) (xy 73.031725 106.95473) (xy 73.14318 106.9769) + (xy 73.25682 106.9769) (xy 73.368275 106.95473) (xy 73.379206 106.950202) (xy 73.388758 106.973264) + (xy 73.451893 107.067752) (xy 73.532248 107.148107) (xy 73.626736 107.211242) (xy 73.731725 107.25473) + (xy 73.84318 107.2769) (xy 73.95682 107.2769) (xy 74.068275 107.25473) (xy 74.173264 107.211242) + (xy 74.267752 107.148107) (xy 74.348107 107.067752) (xy 74.411242 106.973264) (xy 74.45473 106.868275) + (xy 74.4769 106.75682) (xy 74.4769 106.64318) (xy 74.45473 106.531725) (xy 74.411242 106.426736) + (xy 74.348107 106.332248) (xy 74.267752 106.251893) (xy 74.173264 106.188758) (xy 74.068275 106.14527) + (xy 73.95682 106.1231) (xy 73.84318 106.1231) (xy 73.731725 106.14527) (xy 73.720794 106.149798) + (xy 73.711242 106.126736) (xy 73.648107 106.032248) (xy 73.567752 105.951893) (xy 73.473264 105.888758) + (xy 73.368275 105.84527) (xy 73.25682 105.8231) (xy 73.14318 105.8231) (xy 73.031725 105.84527) + (xy 72.926736 105.888758) (xy 72.832248 105.951893) (xy 72.751893 106.032248) (xy 72.688758 106.126736) + (xy 72.64527 106.231725) (xy 72.6231 106.34318) (xy 71.796159 106.34318) (xy 71.873264 106.311242) + (xy 71.967752 106.248107) (xy 72.048107 106.167752) (xy 72.111242 106.073264) (xy 72.15473 105.968275) + (xy 72.1769 105.85682) (xy 72.1769 105.74318) (xy 72.15473 105.631725) (xy 72.111242 105.526736) + (xy 72.048107 105.432248) (xy 71.967752 105.351893) (xy 71.873264 105.288758) (xy 71.768275 105.24527) + (xy 71.65682 105.2231) (xy 71.54318 105.2231) (xy 71.431725 105.24527) (xy 71.326736 105.288758) + (xy 71.232248 105.351893) (xy 71.2 105.384141) (xy 71.167752 105.351893) (xy 71.073264 105.288758) + (xy 70.968275 105.24527) (xy 70.85682 105.2231) (xy 70.74318 105.2231) (xy 70.631725 105.24527) + (xy 70.526736 105.288758) (xy 70.432248 105.351893) (xy 70.4 105.384141) (xy 70.367752 105.351893) + (xy 70.273264 105.288758) (xy 70.168275 105.24527) (xy 70.05682 105.2231) (xy 69.94318 105.2231) + (xy 69.831725 105.24527) (xy 69.726736 105.288758) (xy 69.632248 105.351893) (xy 69.6 105.384141) + (xy 69.567752 105.351893) (xy 69.473264 105.288758) (xy 69.368275 105.24527) (xy 69.25682 105.2231) + (xy 69.14318 105.2231) (xy 69.031725 105.24527) (xy 68.926736 105.288758) (xy 68.832248 105.351893) + (xy 68.751893 105.432248) (xy 68.688758 105.526736) (xy 68.64527 105.631725) (xy 68.6231 105.74318) + (xy 60.218054 105.74318) (xy 60.211242 105.726736) (xy 60.148107 105.632248) (xy 60.067752 105.551893) + (xy 59.973264 105.488758) (xy 59.868275 105.44527) (xy 59.75682 105.4231) (xy 59.64318 105.4231) + (xy 59.531725 105.44527) (xy 59.426736 105.488758) (xy 59.332248 105.551893) (xy 59.251893 105.632248) + (xy 59.188758 105.726736) (xy 59.14527 105.831725) (xy 59.1231 105.94318) (xy 55.62691 105.94318) + (xy 55.60474 105.831725) (xy 55.561252 105.726736) (xy 55.498117 105.632248) (xy 55.417762 105.551893) + (xy 55.323274 105.488758) (xy 55.218285 105.44527) (xy 55.10683 105.4231) (xy 54.99319 105.4231) + (xy 54.881735 105.44527) (xy 54.776746 105.488758) (xy 54.682258 105.551893) (xy 54.601903 105.632248) + (xy 54.538768 105.726736) (xy 54.49528 105.831725) (xy 54.47311 105.94318) (xy 50.277 105.94318) + (xy 50.277 103.94318) (xy 54.4731 103.94318) (xy 54.4731 104.05682) (xy 54.49527 104.168275) (xy 54.538758 104.273264) + (xy 54.601893 104.367752) (xy 54.682248 104.448107) (xy 54.776736 104.511242) (xy 54.881725 104.55473) + (xy 54.99318 104.5769) (xy 55.10682 104.5769) (xy 55.218275 104.55473) (xy 55.323264 104.511242) + (xy 55.417752 104.448107) (xy 55.498107 104.367752) (xy 55.561242 104.273264) (xy 55.60473 104.168275) + (xy 55.6269 104.05682) (xy 55.6269 103.94318) (xy 59.1231 103.94318) (xy 59.1231 104.05682) (xy 59.14527 104.168275) + (xy 59.188758 104.273264) (xy 59.251893 104.367752) (xy 59.332248 104.448107) (xy 59.426736 104.511242) + (xy 59.531725 104.55473) (xy 59.64318 104.5769) (xy 59.75682 104.5769) (xy 59.868275 104.55473) + (xy 59.973264 104.511242) (xy 60.067752 104.448107) (xy 60.148107 104.367752) (xy 60.211242 104.273264) + (xy 60.25473 104.168275) (xy 60.2769 104.05682) (xy 60.2769 103.94318) (xy 60.25473 103.831725) + (xy 60.211242 103.726736) (xy 60.148107 103.632248) (xy 60.067752 103.551893) (xy 59.973264 103.488758) + (xy 59.868275 103.44527) (xy 59.75682 103.4231) (xy 59.64318 103.4231) (xy 59.531725 103.44527) + (xy 59.426736 103.488758) (xy 59.332248 103.551893) (xy 59.251893 103.632248) (xy 59.188758 103.726736) + (xy 59.14527 103.831725) (xy 59.1231 103.94318) (xy 55.6269 103.94318) (xy 55.60473 103.831725) + (xy 55.561242 103.726736) (xy 55.498107 103.632248) (xy 55.417752 103.551893) (xy 55.323264 103.488758) + (xy 55.218275 103.44527) (xy 55.10682 103.4231) (xy 54.99318 103.4231) (xy 54.881725 103.44527) + (xy 54.776736 103.488758) (xy 54.682248 103.551893) (xy 54.601893 103.632248) (xy 54.538758 103.726736) + (xy 54.49527 103.831725) (xy 54.4731 103.94318) (xy 50.277 103.94318) (xy 50.277 101.94318) (xy 54.4731 101.94318) + (xy 54.4731 102.05682) (xy 54.49527 102.168275) (xy 54.538758 102.273264) (xy 54.601893 102.367752) + (xy 54.682248 102.448107) (xy 54.776736 102.511242) (xy 54.881725 102.55473) (xy 54.99318 102.5769) + (xy 55.10682 102.5769) (xy 55.218275 102.55473) (xy 55.323264 102.511242) (xy 55.417752 102.448107) + (xy 55.498107 102.367752) (xy 55.561242 102.273264) (xy 55.60473 102.168275) (xy 55.6269 102.05682) + (xy 55.6269 101.94318) (xy 59.1231 101.94318) (xy 59.1231 102.05682) (xy 59.14527 102.168275) (xy 59.188758 102.273264) + (xy 59.251893 102.367752) (xy 59.332248 102.448107) (xy 59.426736 102.511242) (xy 59.531725 102.55473) + (xy 59.64318 102.5769) (xy 59.75682 102.5769) (xy 59.868275 102.55473) (xy 59.973264 102.511242) + (xy 60.067752 102.448107) (xy 60.148107 102.367752) (xy 60.211242 102.273264) (xy 60.25473 102.168275) + (xy 60.2769 102.05682) (xy 60.2769 101.94318) (xy 60.25473 101.831725) (xy 60.211242 101.726736) + (xy 60.148107 101.632248) (xy 60.067752 101.551893) (xy 59.973264 101.488758) (xy 59.868275 101.44527) + (xy 59.857768 101.44318) (xy 66.4231 101.44318) (xy 66.4231 101.55682) (xy 66.44527 101.668275) + (xy 66.488758 101.773264) (xy 66.551893 101.867752) (xy 66.632248 101.948107) (xy 66.726736 102.011242) + (xy 66.831725 102.05473) (xy 66.94318 102.0769) (xy 67.05682 102.0769) (xy 67.168275 102.05473) + (xy 67.273264 102.011242) (xy 67.367752 101.948107) (xy 67.448107 101.867752) (xy 67.449999 101.86492) + (xy 67.451891 101.867752) (xy 67.532246 101.948107) (xy 67.626734 102.011242) (xy 67.731723 102.05473) + (xy 67.843178 102.0769) (xy 67.956818 102.0769) (xy 68.068273 102.05473) (xy 68.173262 102.011242) + (xy 68.26775 101.948107) (xy 68.324999 101.890858) (xy 68.382248 101.948107) (xy 68.476736 102.011242) + (xy 68.581725 102.05473) (xy 68.69318 102.0769) (xy 68.80682 102.0769) (xy 68.918275 102.05473) + (xy 69.023264 102.011242) (xy 69.117752 101.948107) (xy 69.175 101.89086) (xy 69.232247 101.948107) + (xy 69.326735 102.011242) (xy 69.431724 102.05473) (xy 69.543179 102.0769) (xy 69.656819 102.0769) + (xy 69.768274 102.05473) (xy 69.873263 102.011242) (xy 69.967751 101.948107) (xy 70.048106 101.867752) + (xy 70.111241 101.773264) (xy 70.154729 101.668275) (xy 70.176899 101.55682) (xy 70.176899 101.44318) + (xy 70.154729 101.331725) (xy 70.111241 101.226736) (xy 70.048106 101.132248) (xy 69.967751 101.051893) + (xy 69.879881 100.99318) (xy 73.6731 100.99318) (xy 73.6731 101.10682) (xy 73.69527 101.218275) + (xy 73.738758 101.323264) (xy 73.801893 101.417752) (xy 73.882248 101.498107) (xy 73.976736 101.561242) + (xy 74.081725 101.60473) (xy 74.19318 101.6269) (xy 74.30682 101.6269) (xy 74.418275 101.60473) + (xy 74.523264 101.561242) (xy 74.617752 101.498107) (xy 74.698107 101.417752) (xy 74.761242 101.323264) + (xy 74.80473 101.218275) (xy 74.8269 101.10682) (xy 74.8269 100.99318) (xy 74.80473 100.881725) + (xy 74.761242 100.776736) (xy 74.698107 100.682248) (xy 74.617752 100.601893) (xy 74.523264 100.538758) + (xy 74.418275 100.49527) (xy 74.30682 100.4731) (xy 74.19318 100.4731) (xy 74.081725 100.49527) + (xy 73.976736 100.538758) (xy 73.882248 100.601893) (xy 73.801893 100.682248) (xy 73.738758 100.776736) + (xy 73.69527 100.881725) (xy 73.6731 100.99318) (xy 69.879881 100.99318) (xy 69.873263 100.988758) + (xy 69.768274 100.94527) (xy 69.656819 100.9231) (xy 69.543179 100.9231) (xy 69.431724 100.94527) + (xy 69.326735 100.988758) (xy 69.232247 101.051893) (xy 69.175 101.109141) (xy 69.117752 101.051893) + (xy 69.023264 100.988758) (xy 68.918275 100.94527) (xy 68.80682 100.9231) (xy 68.69318 100.9231) + (xy 68.581725 100.94527) (xy 68.476736 100.988758) (xy 68.382248 101.051893) (xy 68.324999 101.109142) + (xy 68.26775 101.051893) (xy 68.173262 100.988758) (xy 68.068273 100.94527) (xy 67.956818 100.9231) + (xy 67.843178 100.9231) (xy 67.731723 100.94527) (xy 67.626734 100.988758) (xy 67.532246 101.051893) + (xy 67.451891 101.132248) (xy 67.449999 101.13508) (xy 67.448107 101.132248) (xy 67.367752 101.051893) + (xy 67.273264 100.988758) (xy 67.168275 100.94527) (xy 67.05682 100.9231) (xy 66.94318 100.9231) + (xy 66.831725 100.94527) (xy 66.726736 100.988758) (xy 66.632248 101.051893) (xy 66.551893 101.132248) + (xy 66.488758 101.226736) (xy 66.44527 101.331725) (xy 66.4231 101.44318) (xy 59.857768 101.44318) + (xy 59.75682 101.4231) (xy 59.64318 101.4231) (xy 59.531725 101.44527) (xy 59.426736 101.488758) + (xy 59.332248 101.551893) (xy 59.251893 101.632248) (xy 59.188758 101.726736) (xy 59.14527 101.831725) + (xy 59.1231 101.94318) (xy 55.6269 101.94318) (xy 55.60473 101.831725) (xy 55.561242 101.726736) + (xy 55.498107 101.632248) (xy 55.417752 101.551893) (xy 55.323264 101.488758) (xy 55.218275 101.44527) + (xy 55.10682 101.4231) (xy 54.99318 101.4231) (xy 54.881725 101.44527) (xy 54.776736 101.488758) + (xy 54.682248 101.551893) (xy 54.601893 101.632248) (xy 54.538758 101.726736) (xy 54.49527 101.831725) + (xy 54.4731 101.94318) (xy 50.277 101.94318) (xy 50.277 100.542101) (xy 50.334448 100.557494) (xy 50.463858 100.574531) + (xy 50.5 100.5769) (xy 51.118827 100.5769) (xy 51.147701 100.585659) (xy 51.261834 100.5969) (xy 51.938166 100.5969) + (xy 52.052299 100.585659) (xy 52.081173 100.5769) (xy 55.048827 100.5769) (xy 55.077701 100.585659) + (xy 55.191834 100.5969) (xy 56.368166 100.5969) (xy 56.482299 100.585659) (xy 56.628745 100.541235) + (xy 56.763711 100.469094) (xy 56.795313 100.443158) (xy 65.3231 100.443158) (xy 65.3231 100.556798) + (xy 65.34527 100.668253) (xy 65.388758 100.773242) (xy 65.451893 100.86773) (xy 65.532248 100.948085) + (xy 65.626736 101.01122) (xy 65.731725 101.054708) (xy 65.84318 101.076878) (xy 65.95682 101.076878) + (xy 66.068275 101.054708) (xy 66.173264 101.01122) (xy 66.267752 100.948085) (xy 66.348107 100.86773) + (xy 66.411242 100.773242) (xy 66.45473 100.668253) (xy 66.4769 100.556798) (xy 66.4769 100.443158) + (xy 66.45473 100.331703) (xy 66.411242 100.226714) (xy 66.348107 100.132226) (xy 66.267752 100.051871) + (xy 66.173264 99.988736) (xy 66.068275 99.945248) (xy 65.95682 99.923078) (xy 65.84318 99.923078) + (xy 65.731725 99.945248) (xy 65.626736 99.988736) (xy 65.532248 100.051871) (xy 65.451893 100.132226) + (xy 65.388758 100.226714) (xy 65.34527 100.331703) (xy 65.3231 100.443158) (xy 56.795313 100.443158) + (xy 56.882009 100.372009) (xy 56.979094 100.253711) (xy 57.051235 100.118745) (xy 57.095659 99.972299) + (xy 57.110659 99.82) (xy 57.095659 99.667701) (xy 57.0769 99.605861) (xy 57.0769 99.143174) (xy 57.2231 99.143174) + (xy 57.2231 99.256814) (xy 57.24527 99.368269) (xy 57.288758 99.473258) (xy 57.351893 99.567746) + (xy 57.432248 99.648101) (xy 57.526736 99.711236) (xy 57.631725 99.754724) (xy 57.74318 99.776894) + (xy 57.85682 99.776894) (xy 57.968275 99.754724) (xy 58.073264 99.711236) (xy 58.167752 99.648101) + (xy 58.248107 99.567746) (xy 58.311242 99.473258) (xy 58.35473 99.368269) (xy 58.3769 99.256814) + (xy 58.3769 99.24318) (xy 75.4231 99.24318) (xy 75.4231 99.35682) (xy 75.44527 99.468275) (xy 75.488758 99.573264) + (xy 75.551893 99.667752) (xy 75.632248 99.748107) (xy 75.726736 99.811242) (xy 75.831725 99.85473) + (xy 75.94318 99.8769) (xy 76.05682 99.8769) (xy 76.168275 99.85473) (xy 76.273264 99.811242) (xy 76.367752 99.748107) + (xy 76.448107 99.667752) (xy 76.511242 99.573264) (xy 76.55473 99.468275) (xy 76.5769 99.35682) + (xy 76.5769 99.2769) (xy 76.65682 99.2769) (xy 76.768275 99.25473) (xy 76.873264 99.211242) (xy 76.967752 99.148107) + (xy 77.048107 99.067752) (xy 77.111242 98.973264) (xy 77.15473 98.868275) (xy 77.1769 98.75682) + (xy 77.1769 98.64318) (xy 77.15473 98.531725) (xy 77.111242 98.426736) (xy 77.048107 98.332248) + (xy 76.967752 98.251893) (xy 76.873264 98.188758) (xy 76.768275 98.14527) (xy 76.65682 98.1231) + (xy 76.54318 98.1231) (xy 76.431725 98.14527) (xy 76.326736 98.188758) (xy 76.232248 98.251893) + (xy 76.151893 98.332248) (xy 76.088758 98.426736) (xy 76.04527 98.531725) (xy 76.0231 98.64318) + (xy 76.0231 98.7231) (xy 75.94318 98.7231) (xy 75.831725 98.74527) (xy 75.726736 98.788758) (xy 75.632248 98.851893) + (xy 75.551893 98.932248) (xy 75.488758 99.026736) (xy 75.44527 99.131725) (xy 75.4231 99.24318) + (xy 58.3769 99.24318) (xy 58.3769 99.143174) (xy 58.35473 99.031719) (xy 58.311242 98.92673) (xy 58.248107 98.832242) + (xy 58.167752 98.751887) (xy 58.073264 98.688752) (xy 57.968275 98.645264) (xy 57.85682 98.623094) + (xy 57.74318 98.623094) (xy 57.631725 98.645264) (xy 57.526736 98.688752) (xy 57.432248 98.751887) + (xy 57.351893 98.832242) (xy 57.288758 98.92673) (xy 57.24527 99.031719) (xy 57.2231 99.143174) + (xy 57.0769 99.143174) (xy 57.0769 97.693171) (xy 61.14328 97.693171) (xy 61.14328 97.806811) (xy 61.16545 97.918266) + (xy 61.208938 98.023255) (xy 61.272073 98.117743) (xy 61.352428 98.198098) (xy 61.446916 98.261233) + (xy 61.551905 98.304721) (xy 61.66336 98.326891) (xy 61.777 98.326891) (xy 61.888455 98.304721) + (xy 61.993444 98.261233) (xy 62.087932 98.198098) (xy 62.168287 98.117743) (xy 62.231422 98.023255) + (xy 62.248021 97.98318) (xy 66.7331 97.98318) (xy 66.7331 98.09682) (xy 66.75527 98.208275) (xy 66.798758 98.313264) + (xy 66.861893 98.407752) (xy 66.942248 98.488107) (xy 67.036736 98.551242) (xy 67.141725 98.59473) + (xy 67.25318 98.6169) (xy 67.36682 98.6169) (xy 67.478275 98.59473) (xy 67.583264 98.551242) (xy 67.677752 98.488107) + (xy 67.758107 98.407752) (xy 67.821242 98.313264) (xy 67.86473 98.208275) (xy 67.8869 98.09682) + (xy 67.8869 97.98318) (xy 68.0031 97.98318) (xy 68.0031 98.09682) (xy 68.02527 98.208275) (xy 68.068758 98.313264) + (xy 68.131893 98.407752) (xy 68.212248 98.488107) (xy 68.306736 98.551242) (xy 68.411725 98.59473) + (xy 68.52318 98.6169) (xy 68.63682 98.6169) (xy 68.748275 98.59473) (xy 68.853264 98.551242) (xy 68.947752 98.488107) + (xy 69.028107 98.407752) (xy 69.091242 98.313264) (xy 69.13473 98.208275) (xy 69.1569 98.09682) + (xy 69.1569 97.98318) (xy 69.2731 97.98318) (xy 69.2731 98.09682) (xy 69.29527 98.208275) (xy 69.338758 98.313264) + (xy 69.401893 98.407752) (xy 69.482248 98.488107) (xy 69.576736 98.551242) (xy 69.681725 98.59473) + (xy 69.79318 98.6169) (xy 69.90682 98.6169) (xy 70.018275 98.59473) (xy 70.123264 98.551242) (xy 70.217752 98.488107) + (xy 70.298107 98.407752) (xy 70.361242 98.313264) (xy 70.40473 98.208275) (xy 70.4269 98.09682) + (xy 70.4269 97.98318) (xy 70.5431 97.98318) (xy 70.5431 98.09682) (xy 70.56527 98.208275) (xy 70.608758 98.313264) + (xy 70.671893 98.407752) (xy 70.752248 98.488107) (xy 70.846736 98.551242) (xy 70.951725 98.59473) + (xy 71.06318 98.6169) (xy 71.17682 98.6169) (xy 71.288275 98.59473) (xy 71.393264 98.551242) (xy 71.487752 98.488107) + (xy 71.568107 98.407752) (xy 71.631242 98.313264) (xy 71.67473 98.208275) (xy 71.6969 98.09682) + (xy 71.6969 97.98318) (xy 71.8131 97.98318) (xy 71.8131 98.09682) (xy 71.83527 98.208275) (xy 71.878758 98.313264) + (xy 71.941893 98.407752) (xy 72.022248 98.488107) (xy 72.116736 98.551242) (xy 72.221725 98.59473) + (xy 72.33318 98.6169) (xy 72.44682 98.6169) (xy 72.558275 98.59473) (xy 72.663264 98.551242) (xy 72.757752 98.488107) + (xy 72.838107 98.407752) (xy 72.901242 98.313264) (xy 72.94473 98.208275) (xy 72.9669 98.09682) + (xy 72.9669 97.98318) (xy 72.94473 97.871725) (xy 72.901242 97.766736) (xy 72.838107 97.672248) + (xy 72.757752 97.591893) (xy 72.663264 97.528758) (xy 72.558275 97.48527) (xy 72.44682 97.4631) + (xy 72.33318 97.4631) (xy 72.221725 97.48527) (xy 72.116736 97.528758) (xy 72.022248 97.591893) + (xy 71.941893 97.672248) (xy 71.878758 97.766736) (xy 71.83527 97.871725) (xy 71.8131 97.98318) + (xy 71.6969 97.98318) (xy 71.67473 97.871725) (xy 71.631242 97.766736) (xy 71.568107 97.672248) + (xy 71.487752 97.591893) (xy 71.393264 97.528758) (xy 71.288275 97.48527) (xy 71.17682 97.4631) + (xy 71.06318 97.4631) (xy 70.951725 97.48527) (xy 70.846736 97.528758) (xy 70.752248 97.591893) + (xy 70.671893 97.672248) (xy 70.608758 97.766736) (xy 70.56527 97.871725) (xy 70.5431 97.98318) + (xy 70.4269 97.98318) (xy 70.40473 97.871725) (xy 70.361242 97.766736) (xy 70.298107 97.672248) + (xy 70.217752 97.591893) (xy 70.123264 97.528758) (xy 70.018275 97.48527) (xy 69.90682 97.4631) + (xy 69.79318 97.4631) (xy 69.681725 97.48527) (xy 69.576736 97.528758) (xy 69.482248 97.591893) + (xy 69.401893 97.672248) (xy 69.338758 97.766736) (xy 69.29527 97.871725) (xy 69.2731 97.98318) + (xy 69.1569 97.98318) (xy 69.13473 97.871725) (xy 69.091242 97.766736) (xy 69.028107 97.672248) + (xy 68.947752 97.591893) (xy 68.853264 97.528758) (xy 68.748275 97.48527) (xy 68.63682 97.4631) + (xy 68.52318 97.4631) (xy 68.411725 97.48527) (xy 68.306736 97.528758) (xy 68.212248 97.591893) + (xy 68.131893 97.672248) (xy 68.068758 97.766736) (xy 68.02527 97.871725) (xy 68.0031 97.98318) + (xy 67.8869 97.98318) (xy 67.86473 97.871725) (xy 67.821242 97.766736) (xy 67.758107 97.672248) + (xy 67.677752 97.591893) (xy 67.583264 97.528758) (xy 67.478275 97.48527) (xy 67.36682 97.4631) + (xy 67.25318 97.4631) (xy 67.141725 97.48527) (xy 67.036736 97.528758) (xy 66.942248 97.591893) + (xy 66.861893 97.672248) (xy 66.798758 97.766736) (xy 66.75527 97.871725) (xy 66.7331 97.98318) + (xy 62.248021 97.98318) (xy 62.27491 97.918266) (xy 62.29708 97.806811) (xy 62.29708 97.693171) + (xy 62.27491 97.581716) (xy 62.231422 97.476727) (xy 62.168287 97.382239) (xy 62.087932 97.301884) + (xy 61.993444 97.238749) (xy 61.888455 97.195261) (xy 61.777 97.173091) (xy 61.66336 97.173091) + (xy 61.551905 97.195261) (xy 61.446916 97.238749) (xy 61.352428 97.301884) (xy 61.272073 97.382239) + (xy 61.208938 97.476727) (xy 61.16545 97.581716) (xy 61.14328 97.693171) (xy 57.0769 97.693171) + (xy 57.0769 94.64318) (xy 57.3231 94.64318) (xy 57.3231 94.75682) (xy 57.34527 94.868275) (xy 57.388758 94.973264) + (xy 57.451893 95.067752) (xy 57.532248 95.148107) (xy 57.626736 95.211242) (xy 57.71415 95.24745) + (xy 57.626736 95.283658) (xy 57.532248 95.346793) (xy 57.451893 95.427148) (xy 57.388758 95.521636) + (xy 57.34527 95.626625) (xy 57.3231 95.73808) (xy 57.3231 95.85172) (xy 57.34527 95.963175) (xy 57.388758 96.068164) + (xy 57.451893 96.162652) (xy 57.532248 96.243007) (xy 57.626736 96.306142) (xy 57.67108 96.32451) + (xy 57.650419 96.333068) (xy 57.564121 96.39073) (xy 57.49073 96.464121) (xy 57.433068 96.550419) + (xy 57.393349 96.646309) (xy 57.3731 96.748105) (xy 57.3731 96.851895) (xy 57.393349 96.953691) + (xy 57.433068 97.049581) (xy 57.49073 97.135879) (xy 57.564121 97.20927) (xy 57.650419 97.266932) + (xy 57.746309 97.306651) (xy 57.848105 97.3269) (xy 57.951895 97.3269) (xy 58.053691 97.306651) + (xy 58.149581 97.266932) (xy 58.235879 97.20927) (xy 58.30927 97.135879) (xy 58.366932 97.049581) + (xy 58.406651 96.953691) (xy 58.4269 96.851895) (xy 58.4269 96.748105) (xy 58.419953 96.71318) (xy 66.7331 96.71318) + (xy 66.7331 96.82682) (xy 66.75527 96.938275) (xy 66.798758 97.043264) (xy 66.861893 97.137752) + (xy 66.942248 97.218107) (xy 67.036736 97.281242) (xy 67.141725 97.32473) (xy 67.25318 97.3469) + (xy 67.36682 97.3469) (xy 67.478275 97.32473) (xy 67.583264 97.281242) (xy 67.677752 97.218107) + (xy 67.758107 97.137752) (xy 67.821242 97.043264) (xy 67.86473 96.938275) (xy 67.8869 96.82682) + (xy 67.8869 96.71318) (xy 68.0031 96.71318) (xy 68.0031 96.82682) (xy 68.02527 96.938275) (xy 68.068758 97.043264) + (xy 68.131893 97.137752) (xy 68.212248 97.218107) (xy 68.306736 97.281242) (xy 68.411725 97.32473) + (xy 68.52318 97.3469) (xy 68.63682 97.3469) (xy 68.748275 97.32473) (xy 68.853264 97.281242) (xy 68.947752 97.218107) + (xy 69.028107 97.137752) (xy 69.091242 97.043264) (xy 69.13473 96.938275) (xy 69.1569 96.82682) + (xy 69.1569 96.71318) (xy 69.2731 96.71318) (xy 69.2731 96.82682) (xy 69.29527 96.938275) (xy 69.338758 97.043264) + (xy 69.401893 97.137752) (xy 69.482248 97.218107) (xy 69.576736 97.281242) (xy 69.681725 97.32473) + (xy 69.79318 97.3469) (xy 69.90682 97.3469) (xy 70.018275 97.32473) (xy 70.123264 97.281242) (xy 70.217752 97.218107) + (xy 70.298107 97.137752) (xy 70.361242 97.043264) (xy 70.40473 96.938275) (xy 70.4269 96.82682) + (xy 70.4269 96.71318) (xy 70.5431 96.71318) (xy 70.5431 96.82682) (xy 70.56527 96.938275) (xy 70.608758 97.043264) + (xy 70.671893 97.137752) (xy 70.752248 97.218107) (xy 70.846736 97.281242) (xy 70.951725 97.32473) + (xy 71.06318 97.3469) (xy 71.17682 97.3469) (xy 71.288275 97.32473) (xy 71.393264 97.281242) (xy 71.487752 97.218107) + (xy 71.568107 97.137752) (xy 71.631242 97.043264) (xy 71.67473 96.938275) (xy 71.6969 96.82682) + (xy 71.6969 96.71318) (xy 71.8131 96.71318) (xy 71.8131 96.82682) (xy 71.83527 96.938275) (xy 71.878758 97.043264) + (xy 71.941893 97.137752) (xy 72.022248 97.218107) (xy 72.116736 97.281242) (xy 72.221725 97.32473) + (xy 72.33318 97.3469) (xy 72.44682 97.3469) (xy 72.558275 97.32473) (xy 72.663264 97.281242) (xy 72.757752 97.218107) + (xy 72.838107 97.137752) (xy 72.901242 97.043264) (xy 72.94473 96.938275) (xy 72.9669 96.82682) + (xy 72.9669 96.71318) (xy 72.94473 96.601725) (xy 72.901242 96.496736) (xy 72.838107 96.402248) + (xy 72.757752 96.321893) (xy 72.663264 96.258758) (xy 72.558275 96.21527) (xy 72.44682 96.1931) + (xy 72.33318 96.1931) (xy 72.221725 96.21527) (xy 72.116736 96.258758) (xy 72.022248 96.321893) + (xy 71.941893 96.402248) (xy 71.878758 96.496736) (xy 71.83527 96.601725) (xy 71.8131 96.71318) + (xy 71.6969 96.71318) (xy 71.67473 96.601725) (xy 71.631242 96.496736) (xy 71.568107 96.402248) + (xy 71.487752 96.321893) (xy 71.393264 96.258758) (xy 71.288275 96.21527) (xy 71.17682 96.1931) + (xy 71.06318 96.1931) (xy 70.951725 96.21527) (xy 70.846736 96.258758) (xy 70.752248 96.321893) + (xy 70.671893 96.402248) (xy 70.608758 96.496736) (xy 70.56527 96.601725) (xy 70.5431 96.71318) + (xy 70.4269 96.71318) (xy 70.40473 96.601725) (xy 70.361242 96.496736) (xy 70.298107 96.402248) + (xy 70.217752 96.321893) (xy 70.123264 96.258758) (xy 70.018275 96.21527) (xy 69.90682 96.1931) + (xy 69.79318 96.1931) (xy 69.681725 96.21527) (xy 69.576736 96.258758) (xy 69.482248 96.321893) + (xy 69.401893 96.402248) (xy 69.338758 96.496736) (xy 69.29527 96.601725) (xy 69.2731 96.71318) + (xy 69.1569 96.71318) (xy 69.13473 96.601725) (xy 69.091242 96.496736) (xy 69.028107 96.402248) + (xy 68.947752 96.321893) (xy 68.853264 96.258758) (xy 68.748275 96.21527) (xy 68.63682 96.1931) + (xy 68.52318 96.1931) (xy 68.411725 96.21527) (xy 68.306736 96.258758) (xy 68.212248 96.321893) + (xy 68.131893 96.402248) (xy 68.068758 96.496736) (xy 68.02527 96.601725) (xy 68.0031 96.71318) + (xy 67.8869 96.71318) (xy 67.86473 96.601725) (xy 67.821242 96.496736) (xy 67.758107 96.402248) + (xy 67.677752 96.321893) (xy 67.583264 96.258758) (xy 67.478275 96.21527) (xy 67.36682 96.1931) + (xy 67.25318 96.1931) (xy 67.141725 96.21527) (xy 67.036736 96.258758) (xy 66.942248 96.321893) + (xy 66.861893 96.402248) (xy 66.798758 96.496736) (xy 66.75527 96.601725) (xy 66.7331 96.71318) + (xy 58.419953 96.71318) (xy 58.406651 96.646309) (xy 58.366932 96.550419) (xy 58.30927 96.464121) + (xy 58.235879 96.39073) (xy 58.149581 96.333068) (xy 58.12892 96.32451) (xy 58.173264 96.306142) + (xy 58.267752 96.243007) (xy 58.348107 96.162652) (xy 58.411242 96.068164) (xy 58.45473 95.963175) + (xy 58.4769 95.85172) (xy 58.4769 95.73808) (xy 58.45473 95.626625) (xy 58.411242 95.521636) (xy 58.35882 95.44318) + (xy 66.7331 95.44318) (xy 66.7331 95.55682) (xy 66.75527 95.668275) (xy 66.798758 95.773264) (xy 66.861893 95.867752) + (xy 66.942248 95.948107) (xy 67.036736 96.011242) (xy 67.141725 96.05473) (xy 67.25318 96.0769) + (xy 67.36682 96.0769) (xy 67.478275 96.05473) (xy 67.583264 96.011242) (xy 67.677752 95.948107) + (xy 67.758107 95.867752) (xy 67.821242 95.773264) (xy 67.86473 95.668275) (xy 67.8869 95.55682) + (xy 67.8869 95.44318) (xy 68.0031 95.44318) (xy 68.0031 95.55682) (xy 68.02527 95.668275) (xy 68.068758 95.773264) + (xy 68.131893 95.867752) (xy 68.212248 95.948107) (xy 68.306736 96.011242) (xy 68.411725 96.05473) + (xy 68.52318 96.0769) (xy 68.63682 96.0769) (xy 68.748275 96.05473) (xy 68.853264 96.011242) (xy 68.947752 95.948107) + (xy 69.028107 95.867752) (xy 69.091242 95.773264) (xy 69.13473 95.668275) (xy 69.1569 95.55682) + (xy 69.1569 95.44318) (xy 69.2731 95.44318) (xy 69.2731 95.55682) (xy 69.29527 95.668275) (xy 69.338758 95.773264) + (xy 69.401893 95.867752) (xy 69.482248 95.948107) (xy 69.576736 96.011242) (xy 69.681725 96.05473) + (xy 69.79318 96.0769) (xy 69.90682 96.0769) (xy 70.018275 96.05473) (xy 70.123264 96.011242) (xy 70.217752 95.948107) + (xy 70.298107 95.867752) (xy 70.361242 95.773264) (xy 70.40473 95.668275) (xy 70.4269 95.55682) + (xy 70.4269 95.44318) (xy 70.5431 95.44318) (xy 70.5431 95.55682) (xy 70.56527 95.668275) (xy 70.608758 95.773264) + (xy 70.671893 95.867752) (xy 70.752248 95.948107) (xy 70.846736 96.011242) (xy 70.951725 96.05473) + (xy 71.06318 96.0769) (xy 71.17682 96.0769) (xy 71.288275 96.05473) (xy 71.393264 96.011242) (xy 71.487752 95.948107) + (xy 71.568107 95.867752) (xy 71.631242 95.773264) (xy 71.67473 95.668275) (xy 71.6969 95.55682) + (xy 71.6969 95.44318) (xy 71.8131 95.44318) (xy 71.8131 95.55682) (xy 71.83527 95.668275) (xy 71.878758 95.773264) + (xy 71.941893 95.867752) (xy 72.022248 95.948107) (xy 72.116736 96.011242) (xy 72.221725 96.05473) + (xy 72.33318 96.0769) (xy 72.44682 96.0769) (xy 72.558275 96.05473) (xy 72.663264 96.011242) (xy 72.757752 95.948107) + (xy 72.838107 95.867752) (xy 72.901242 95.773264) (xy 72.94473 95.668275) (xy 72.9669 95.55682) + (xy 72.9669 95.44318) (xy 72.94473 95.331725) (xy 72.901242 95.226736) (xy 72.838107 95.132248) + (xy 72.774049 95.06819) (xy 74.323096 95.06819) (xy 74.323096 95.18183) (xy 74.345266 95.293285) + (xy 74.388754 95.398274) (xy 74.451889 95.492762) (xy 74.532244 95.573117) (xy 74.626732 95.636252) + (xy 74.673708 95.65571) (xy 74.629693 95.673942) (xy 74.535205 95.737077) (xy 74.45485 95.817432) + (xy 74.391715 95.91192) (xy 74.348227 96.016909) (xy 74.326057 96.128364) (xy 74.326057 96.242004) + (xy 74.348227 96.353459) (xy 74.391715 96.458448) (xy 74.45485 96.552936) (xy 74.535205 96.633291) + (xy 74.629693 96.696426) (xy 74.734682 96.739914) (xy 74.846137 96.762084) (xy 74.959777 96.762084) + (xy 75.071232 96.739914) (xy 75.176221 96.696426) (xy 75.270709 96.633291) (xy 75.351064 96.552936) + (xy 75.414199 96.458448) (xy 75.457687 96.353459) (xy 75.479857 96.242004) (xy 75.479857 96.128364) + (xy 75.457687 96.016909) (xy 75.414199 95.91192) (xy 75.351064 95.817432) (xy 75.270709 95.737077) + (xy 75.176221 95.673942) (xy 75.129245 95.654484) (xy 75.17326 95.636252) (xy 75.267748 95.573117) + (xy 75.348103 95.492762) (xy 75.381232 95.44318) (xy 77.5231 95.44318) (xy 77.5231 95.55682) (xy 77.54527 95.668275) + (xy 77.588758 95.773264) (xy 77.651893 95.867752) (xy 77.732248 95.948107) (xy 77.826736 96.011242) + (xy 77.931725 96.05473) (xy 78.04318 96.0769) (xy 78.15682 96.0769) (xy 78.268275 96.05473) (xy 78.373264 96.011242) + (xy 78.467752 95.948107) (xy 78.548107 95.867752) (xy 78.611242 95.773264) (xy 78.65473 95.668275) + (xy 78.6769 95.55682) (xy 78.6769 95.44318) (xy 78.65473 95.331725) (xy 78.611242 95.226736) (xy 78.548107 95.132248) + (xy 78.467752 95.051893) (xy 78.373264 94.988758) (xy 78.268275 94.94527) (xy 78.15682 94.9231) + (xy 78.04318 94.9231) (xy 77.931725 94.94527) (xy 77.826736 94.988758) (xy 77.732248 95.051893) + (xy 77.651893 95.132248) (xy 77.588758 95.226736) (xy 77.54527 95.331725) (xy 77.5231 95.44318) + (xy 75.381232 95.44318) (xy 75.411238 95.398274) (xy 75.454726 95.293285) (xy 75.476896 95.18183) + (xy 75.476896 95.06819) (xy 75.454726 94.956735) (xy 75.411238 94.851746) (xy 75.348103 94.757258) + (xy 75.267748 94.676903) (xy 75.17326 94.613768) (xy 75.068271 94.57028) (xy 74.956816 94.54811) + (xy 74.843176 94.54811) (xy 74.731721 94.57028) (xy 74.626732 94.613768) (xy 74.532244 94.676903) + (xy 74.451889 94.757258) (xy 74.388754 94.851746) (xy 74.345266 94.956735) (xy 74.323096 95.06819) + (xy 72.774049 95.06819) (xy 72.757752 95.051893) (xy 72.663264 94.988758) (xy 72.558275 94.94527) + (xy 72.44682 94.9231) (xy 72.33318 94.9231) (xy 72.221725 94.94527) (xy 72.116736 94.988758) (xy 72.022248 95.051893) + (xy 71.941893 95.132248) (xy 71.878758 95.226736) (xy 71.83527 95.331725) (xy 71.8131 95.44318) + (xy 71.6969 95.44318) (xy 71.67473 95.331725) (xy 71.631242 95.226736) (xy 71.568107 95.132248) + (xy 71.487752 95.051893) (xy 71.393264 94.988758) (xy 71.288275 94.94527) (xy 71.17682 94.9231) + (xy 71.06318 94.9231) (xy 70.951725 94.94527) (xy 70.846736 94.988758) (xy 70.752248 95.051893) + (xy 70.671893 95.132248) (xy 70.608758 95.226736) (xy 70.56527 95.331725) (xy 70.5431 95.44318) + (xy 70.4269 95.44318) (xy 70.40473 95.331725) (xy 70.361242 95.226736) (xy 70.298107 95.132248) + (xy 70.217752 95.051893) (xy 70.123264 94.988758) (xy 70.018275 94.94527) (xy 69.90682 94.9231) + (xy 69.79318 94.9231) (xy 69.681725 94.94527) (xy 69.576736 94.988758) (xy 69.482248 95.051893) + (xy 69.401893 95.132248) (xy 69.338758 95.226736) (xy 69.29527 95.331725) (xy 69.2731 95.44318) + (xy 69.1569 95.44318) (xy 69.13473 95.331725) (xy 69.091242 95.226736) (xy 69.028107 95.132248) + (xy 68.947752 95.051893) (xy 68.853264 94.988758) (xy 68.748275 94.94527) (xy 68.63682 94.9231) + (xy 68.52318 94.9231) (xy 68.411725 94.94527) (xy 68.306736 94.988758) (xy 68.212248 95.051893) + (xy 68.131893 95.132248) (xy 68.068758 95.226736) (xy 68.02527 95.331725) (xy 68.0031 95.44318) + (xy 67.8869 95.44318) (xy 67.86473 95.331725) (xy 67.821242 95.226736) (xy 67.758107 95.132248) + (xy 67.677752 95.051893) (xy 67.583264 94.988758) (xy 67.478275 94.94527) (xy 67.36682 94.9231) + (xy 67.25318 94.9231) (xy 67.141725 94.94527) (xy 67.036736 94.988758) (xy 66.942248 95.051893) + (xy 66.861893 95.132248) (xy 66.798758 95.226736) (xy 66.75527 95.331725) (xy 66.7331 95.44318) + (xy 58.35882 95.44318) (xy 58.348107 95.427148) (xy 58.267752 95.346793) (xy 58.173264 95.283658) + (xy 58.08585 95.24745) (xy 58.173264 95.211242) (xy 58.267752 95.148107) (xy 58.348107 95.067752) + (xy 58.411242 94.973264) (xy 58.45473 94.868275) (xy 58.4769 94.75682) (xy 58.4769 94.64318) (xy 58.45473 94.531725) + (xy 58.411242 94.426736) (xy 58.348107 94.332248) (xy 58.309039 94.29318) (xy 63.4231 94.29318) + (xy 63.4231 94.40682) (xy 63.44527 94.518275) (xy 63.488758 94.623264) (xy 63.551893 94.717752) + (xy 63.632248 94.798107) (xy 63.726736 94.861242) (xy 63.831725 94.90473) (xy 63.94318 94.9269) + (xy 64.05682 94.9269) (xy 64.168275 94.90473) (xy 64.273264 94.861242) (xy 64.367752 94.798107) + (xy 64.448107 94.717752) (xy 64.511242 94.623264) (xy 64.55473 94.518275) (xy 64.5769 94.40682) + (xy 64.5769 94.29318) (xy 64.55473 94.181725) (xy 64.551191 94.17318) (xy 66.7331 94.17318) (xy 66.7331 94.28682) + (xy 66.75527 94.398275) (xy 66.798758 94.503264) (xy 66.861893 94.597752) (xy 66.942248 94.678107) + (xy 67.036736 94.741242) (xy 67.141725 94.78473) (xy 67.25318 94.8069) (xy 67.36682 94.8069) (xy 67.478275 94.78473) + (xy 67.583264 94.741242) (xy 67.677752 94.678107) (xy 67.758107 94.597752) (xy 67.821242 94.503264) + (xy 67.86473 94.398275) (xy 67.8869 94.28682) (xy 67.8869 94.17318) (xy 68.0031 94.17318) (xy 68.0031 94.28682) + (xy 68.02527 94.398275) (xy 68.068758 94.503264) (xy 68.131893 94.597752) (xy 68.212248 94.678107) + (xy 68.306736 94.741242) (xy 68.411725 94.78473) (xy 68.52318 94.8069) (xy 68.63682 94.8069) (xy 68.748275 94.78473) + (xy 68.853264 94.741242) (xy 68.947752 94.678107) (xy 69.028107 94.597752) (xy 69.091242 94.503264) + (xy 69.13473 94.398275) (xy 69.1569 94.28682) (xy 69.1569 94.17318) (xy 69.2731 94.17318) (xy 69.2731 94.28682) + (xy 69.29527 94.398275) (xy 69.338758 94.503264) (xy 69.401893 94.597752) (xy 69.482248 94.678107) + (xy 69.576736 94.741242) (xy 69.681725 94.78473) (xy 69.79318 94.8069) (xy 69.90682 94.8069) (xy 70.018275 94.78473) + (xy 70.123264 94.741242) (xy 70.217752 94.678107) (xy 70.298107 94.597752) (xy 70.361242 94.503264) + (xy 70.40473 94.398275) (xy 70.4269 94.28682) (xy 70.4269 94.17318) (xy 70.5431 94.17318) (xy 70.5431 94.28682) + (xy 70.56527 94.398275) (xy 70.608758 94.503264) (xy 70.671893 94.597752) (xy 70.752248 94.678107) + (xy 70.846736 94.741242) (xy 70.951725 94.78473) (xy 71.06318 94.8069) (xy 71.17682 94.8069) (xy 71.288275 94.78473) + (xy 71.393264 94.741242) (xy 71.487752 94.678107) (xy 71.568107 94.597752) (xy 71.631242 94.503264) + (xy 71.67473 94.398275) (xy 71.6969 94.28682) (xy 71.6969 94.17318) (xy 71.8131 94.17318) (xy 71.8131 94.28682) + (xy 71.83527 94.398275) (xy 71.878758 94.503264) (xy 71.941893 94.597752) (xy 72.022248 94.678107) + (xy 72.116736 94.741242) (xy 72.221725 94.78473) (xy 72.33318 94.8069) (xy 72.44682 94.8069) (xy 72.558275 94.78473) + (xy 72.663264 94.741242) (xy 72.757752 94.678107) (xy 72.838107 94.597752) (xy 72.901242 94.503264) + (xy 72.94473 94.398275) (xy 72.9669 94.28682) (xy 72.9669 94.17318) (xy 72.94473 94.061725) (xy 72.901242 93.956736) + (xy 72.838107 93.862248) (xy 72.760964 93.785105) (xy 76.965025 93.785105) (xy 76.965025 93.898745) + (xy 76.987195 94.0102) (xy 77.030683 94.115189) (xy 77.093818 94.209677) (xy 77.174173 94.290032) + (xy 77.268661 94.353167) (xy 77.37365 94.396655) (xy 77.485105 94.418825) (xy 77.598745 94.418825) + (xy 77.7102 94.396655) (xy 77.815189 94.353167) (xy 77.909677 94.290032) (xy 77.990032 94.209677) + (xy 78.053167 94.115189) (xy 78.096655 94.0102) (xy 78.118825 93.898745) (xy 78.118825 93.785105) + (xy 78.096655 93.67365) (xy 78.053167 93.568661) (xy 77.990032 93.474173) (xy 77.909677 93.393818) + (xy 77.815189 93.330683) (xy 77.7102 93.287195) (xy 77.598745 93.265025) (xy 77.485105 93.265025) + (xy 77.37365 93.287195) (xy 77.268661 93.330683) (xy 77.174173 93.393818) (xy 77.093818 93.474173) + (xy 77.030683 93.568661) (xy 76.987195 93.67365) (xy 76.965025 93.785105) (xy 72.760964 93.785105) + (xy 72.757752 93.781893) (xy 72.663264 93.718758) (xy 72.558275 93.67527) (xy 72.44682 93.6531) + (xy 72.33318 93.6531) (xy 72.221725 93.67527) (xy 72.116736 93.718758) (xy 72.022248 93.781893) + (xy 71.941893 93.862248) (xy 71.878758 93.956736) (xy 71.83527 94.061725) (xy 71.8131 94.17318) + (xy 71.6969 94.17318) (xy 71.67473 94.061725) (xy 71.631242 93.956736) (xy 71.568107 93.862248) + (xy 71.487752 93.781893) (xy 71.393264 93.718758) (xy 71.288275 93.67527) (xy 71.17682 93.6531) + (xy 71.06318 93.6531) (xy 70.951725 93.67527) (xy 70.846736 93.718758) (xy 70.752248 93.781893) + (xy 70.671893 93.862248) (xy 70.608758 93.956736) (xy 70.56527 94.061725) (xy 70.5431 94.17318) + (xy 70.4269 94.17318) (xy 70.40473 94.061725) (xy 70.361242 93.956736) (xy 70.298107 93.862248) + (xy 70.217752 93.781893) (xy 70.123264 93.718758) (xy 70.018275 93.67527) (xy 69.90682 93.6531) + (xy 69.79318 93.6531) (xy 69.681725 93.67527) (xy 69.576736 93.718758) (xy 69.482248 93.781893) + (xy 69.401893 93.862248) (xy 69.338758 93.956736) (xy 69.29527 94.061725) (xy 69.2731 94.17318) + (xy 69.1569 94.17318) (xy 69.13473 94.061725) (xy 69.091242 93.956736) (xy 69.028107 93.862248) + (xy 68.947752 93.781893) (xy 68.853264 93.718758) (xy 68.748275 93.67527) (xy 68.63682 93.6531) + (xy 68.52318 93.6531) (xy 68.411725 93.67527) (xy 68.306736 93.718758) (xy 68.212248 93.781893) + (xy 68.131893 93.862248) (xy 68.068758 93.956736) (xy 68.02527 94.061725) (xy 68.0031 94.17318) + (xy 67.8869 94.17318) (xy 67.86473 94.061725) (xy 67.821242 93.956736) (xy 67.758107 93.862248) + (xy 67.677752 93.781893) (xy 67.583264 93.718758) (xy 67.478275 93.67527) (xy 67.36682 93.6531) + (xy 67.25318 93.6531) (xy 67.141725 93.67527) (xy 67.036736 93.718758) (xy 66.942248 93.781893) + (xy 66.861893 93.862248) (xy 66.798758 93.956736) (xy 66.75527 94.061725) (xy 66.7331 94.17318) + (xy 64.551191 94.17318) (xy 64.511242 94.076736) (xy 64.448107 93.982248) (xy 64.367752 93.901893) + (xy 64.273264 93.838758) (xy 64.168275 93.79527) (xy 64.05682 93.7731) (xy 63.94318 93.7731) (xy 63.831725 93.79527) + (xy 63.726736 93.838758) (xy 63.632248 93.901893) (xy 63.551893 93.982248) (xy 63.488758 94.076736) + (xy 63.44527 94.181725) (xy 63.4231 94.29318) (xy 58.309039 94.29318) (xy 58.267752 94.251893) (xy 58.173264 94.188758) + (xy 58.068275 94.14527) (xy 57.95682 94.1231) (xy 57.84318 94.1231) (xy 57.731725 94.14527) (xy 57.626736 94.188758) + (xy 57.532248 94.251893) (xy 57.451893 94.332248) (xy 57.388758 94.426736) (xy 57.34527 94.531725) + (xy 57.3231 94.64318) (xy 57.0769 94.64318) (xy 57.0769 92.90318) (xy 66.7331 92.90318) (xy 66.7331 93.01682) + (xy 66.75527 93.128275) (xy 66.798758 93.233264) (xy 66.861893 93.327752) (xy 66.942248 93.408107) + (xy 67.036736 93.471242) (xy 67.141725 93.51473) (xy 67.25318 93.5369) (xy 67.36682 93.5369) (xy 67.478275 93.51473) + (xy 67.583264 93.471242) (xy 67.677752 93.408107) (xy 67.758107 93.327752) (xy 67.821242 93.233264) + (xy 67.86473 93.128275) (xy 67.8869 93.01682) (xy 67.8869 92.90318) (xy 68.0031 92.90318) (xy 68.0031 93.01682) + (xy 68.02527 93.128275) (xy 68.068758 93.233264) (xy 68.131893 93.327752) (xy 68.212248 93.408107) + (xy 68.306736 93.471242) (xy 68.411725 93.51473) (xy 68.52318 93.5369) (xy 68.63682 93.5369) (xy 68.748275 93.51473) + (xy 68.853264 93.471242) (xy 68.947752 93.408107) (xy 69.028107 93.327752) (xy 69.091242 93.233264) + (xy 69.13473 93.128275) (xy 69.1569 93.01682) (xy 69.1569 92.90318) (xy 69.2731 92.90318) (xy 69.2731 93.01682) + (xy 69.29527 93.128275) (xy 69.338758 93.233264) (xy 69.401893 93.327752) (xy 69.482248 93.408107) + (xy 69.576736 93.471242) (xy 69.681725 93.51473) (xy 69.79318 93.5369) (xy 69.90682 93.5369) (xy 70.018275 93.51473) + (xy 70.123264 93.471242) (xy 70.217752 93.408107) (xy 70.298107 93.327752) (xy 70.361242 93.233264) + (xy 70.40473 93.128275) (xy 70.4269 93.01682) (xy 70.4269 92.90318) (xy 70.5431 92.90318) (xy 70.5431 93.01682) + (xy 70.56527 93.128275) (xy 70.608758 93.233264) (xy 70.671893 93.327752) (xy 70.752248 93.408107) + (xy 70.846736 93.471242) (xy 70.951725 93.51473) (xy 71.06318 93.5369) (xy 71.17682 93.5369) (xy 71.288275 93.51473) + (xy 71.393264 93.471242) (xy 71.487752 93.408107) (xy 71.568107 93.327752) (xy 71.631242 93.233264) + (xy 71.67473 93.128275) (xy 71.6969 93.01682) (xy 71.6969 92.90318) (xy 71.8131 92.90318) (xy 71.8131 93.01682) + (xy 71.83527 93.128275) (xy 71.878758 93.233264) (xy 71.941893 93.327752) (xy 72.022248 93.408107) + (xy 72.116736 93.471242) (xy 72.221725 93.51473) (xy 72.33318 93.5369) (xy 72.44682 93.5369) (xy 72.558275 93.51473) + (xy 72.663264 93.471242) (xy 72.757752 93.408107) (xy 72.838107 93.327752) (xy 72.901242 93.233264) + (xy 72.94473 93.128275) (xy 72.9669 93.01682) (xy 72.9669 92.90318) (xy 72.94473 92.791725) (xy 72.901242 92.686736) + (xy 72.838107 92.592248) (xy 72.757752 92.511893) (xy 72.663264 92.448758) (xy 72.558275 92.40527) + (xy 72.44682 92.3831) (xy 72.33318 92.3831) (xy 72.221725 92.40527) (xy 72.116736 92.448758) (xy 72.022248 92.511893) + (xy 71.941893 92.592248) (xy 71.878758 92.686736) (xy 71.83527 92.791725) (xy 71.8131 92.90318) + (xy 71.6969 92.90318) (xy 71.67473 92.791725) (xy 71.631242 92.686736) (xy 71.568107 92.592248) + (xy 71.487752 92.511893) (xy 71.393264 92.448758) (xy 71.288275 92.40527) (xy 71.17682 92.3831) + (xy 71.06318 92.3831) (xy 70.951725 92.40527) (xy 70.846736 92.448758) (xy 70.752248 92.511893) + (xy 70.671893 92.592248) (xy 70.608758 92.686736) (xy 70.56527 92.791725) (xy 70.5431 92.90318) + (xy 70.4269 92.90318) (xy 70.40473 92.791725) (xy 70.361242 92.686736) (xy 70.298107 92.592248) + (xy 70.217752 92.511893) (xy 70.123264 92.448758) (xy 70.018275 92.40527) (xy 69.90682 92.3831) + (xy 69.79318 92.3831) (xy 69.681725 92.40527) (xy 69.576736 92.448758) (xy 69.482248 92.511893) + (xy 69.401893 92.592248) (xy 69.338758 92.686736) (xy 69.29527 92.791725) (xy 69.2731 92.90318) + (xy 69.1569 92.90318) (xy 69.13473 92.791725) (xy 69.091242 92.686736) (xy 69.028107 92.592248) + (xy 68.947752 92.511893) (xy 68.853264 92.448758) (xy 68.748275 92.40527) (xy 68.63682 92.3831) + (xy 68.52318 92.3831) (xy 68.411725 92.40527) (xy 68.306736 92.448758) (xy 68.212248 92.511893) + (xy 68.131893 92.592248) (xy 68.068758 92.686736) (xy 68.02527 92.791725) (xy 68.0031 92.90318) + (xy 67.8869 92.90318) (xy 67.86473 92.791725) (xy 67.821242 92.686736) (xy 67.758107 92.592248) + (xy 67.677752 92.511893) (xy 67.583264 92.448758) (xy 67.478275 92.40527) (xy 67.36682 92.3831) + (xy 67.25318 92.3831) (xy 67.141725 92.40527) (xy 67.036736 92.448758) (xy 66.942248 92.511893) + (xy 66.861893 92.592248) (xy 66.798758 92.686736) (xy 66.75527 92.791725) (xy 66.7331 92.90318) + (xy 57.0769 92.90318) (xy 57.0769 91.844636) (xy 57.088758 91.873264) (xy 57.151893 91.967752) (xy 57.232248 92.048107) + (xy 57.326736 92.111242) (xy 57.431725 92.15473) (xy 57.54318 92.1769) (xy 57.65682 92.1769) (xy 57.768275 92.15473) + (xy 57.808331 92.138138) (xy 75.39625 92.138138) (xy 75.39625 92.251778) (xy 75.41842 92.363233) + (xy 75.461908 92.468222) (xy 75.525043 92.56271) (xy 75.605398 92.643065) (xy 75.699886 92.7062) + (xy 75.804875 92.749688) (xy 75.91633 92.771858) (xy 76.02997 92.771858) (xy 76.141425 92.749688) + (xy 76.246414 92.7062) (xy 76.340902 92.643065) (xy 76.421257 92.56271) (xy 76.484392 92.468222) + (xy 76.52788 92.363233) (xy 76.55005 92.251778) (xy 76.55005 92.138138) (xy 76.52788 92.026683) + (xy 76.484392 91.921694) (xy 76.421257 91.827206) (xy 76.340902 91.746851) (xy 76.246414 91.683716) + (xy 76.141425 91.640228) (xy 76.02997 91.618058) (xy 75.91633 91.618058) (xy 75.804875 91.640228) + (xy 75.699886 91.683716) (xy 75.605398 91.746851) (xy 75.525043 91.827206) (xy 75.461908 91.921694) + (xy 75.41842 92.026683) (xy 75.39625 92.138138) (xy 57.808331 92.138138) (xy 57.873264 92.111242) + (xy 57.967752 92.048107) (xy 58.048107 91.967752) (xy 58.111242 91.873264) (xy 58.15473 91.768275) + (xy 58.1769 91.65682) (xy 58.1769 91.54318) (xy 58.15473 91.431725) (xy 58.111242 91.326736) (xy 58.048107 91.232248) + (xy 57.967752 91.151893) (xy 57.873264 91.088758) (xy 57.768275 91.04527) (xy 57.65682 91.0231) + (xy 57.54318 91.0231) (xy 57.431725 91.04527) (xy 57.326736 91.088758) (xy 57.232248 91.151893) + (xy 57.151893 91.232248) (xy 57.097495 91.313661) (xy 57.110659 91.18) (xy 57.095659 91.027701) + (xy 57.051235 90.881255) (xy 56.979094 90.746289) (xy 56.882009 90.627991) (xy 56.763711 90.530906) + (xy 56.628745 90.458765) (xy 56.482299 90.414341) (xy 56.368166 90.4031) (xy 55.191834 90.4031) + (xy 55.077701 90.414341) (xy 55.048827 90.4231) (xy 52.081173 90.4231) (xy 52.052299 90.414341) + (xy 51.938166 90.4031) (xy 51.261834 90.4031) (xy 51.147701 90.414341) (xy 51.118827 90.4231) (xy 50.5 90.4231) + (xy 50.463858 90.425469) (xy 50.334448 90.442506) (xy 50.277 90.457899) (xy 50.277 90.14318) (xy 60.0731 90.14318) + (xy 60.0731 90.25682) (xy 60.09527 90.368275) (xy 60.138758 90.473264) (xy 60.201893 90.567752) + (xy 60.282248 90.648107) (xy 60.376736 90.711242) (xy 60.481725 90.75473) (xy 60.59318 90.7769) + (xy 60.70682 90.7769) (xy 60.818275 90.75473) (xy 60.923264 90.711242) (xy 61.017752 90.648107) + (xy 61.098107 90.567752) (xy 61.161242 90.473264) (xy 61.191906 90.399233) (xy 64.465475 90.399233) + (xy 64.465475 90.512873) (xy 64.487645 90.624328) (xy 64.531133 90.729317) (xy 64.594268 90.823805) + (xy 64.674623 90.90416) (xy 64.769111 90.967295) (xy 64.8741 91.010783) (xy 64.985555 91.032953) + (xy 65.099195 91.032953) (xy 65.21065 91.010783) (xy 65.315639 90.967295) (xy 65.410127 90.90416) + (xy 65.424219 90.890068) (xy 65.432258 90.898107) (xy 65.526746 90.961242) (xy 65.631735 91.00473) + (xy 65.74319 91.0269) (xy 65.85683 91.0269) (xy 65.968285 91.00473) (xy 66.073274 90.961242) (xy 66.167762 90.898107) + (xy 66.248117 90.817752) (xy 66.311252 90.723264) (xy 66.35474 90.618275) (xy 66.37691 90.50682) + (xy 66.37691 90.39318) (xy 67.0231 90.39318) (xy 67.0231 90.50682) (xy 67.04527 90.618275) (xy 67.088758 90.723264) + (xy 67.151893 90.817752) (xy 67.232248 90.898107) (xy 67.326736 90.961242) (xy 67.431725 91.00473) + (xy 67.54318 91.0269) (xy 67.65682 91.0269) (xy 67.768275 91.00473) (xy 67.873264 90.961242) (xy 67.967752 90.898107) + (xy 68.048107 90.817752) (xy 68.111242 90.723264) (xy 68.15473 90.618275) (xy 68.1769 90.50682) + (xy 68.1769 90.39318) (xy 72.5231 90.39318) (xy 72.5231 90.50682) (xy 72.54527 90.618275) (xy 72.588758 90.723264) + (xy 72.651893 90.817752) (xy 72.732248 90.898107) (xy 72.826736 90.961242) (xy 72.931725 91.00473) + (xy 73.04318 91.0269) (xy 73.15682 91.0269) (xy 73.268275 91.00473) (xy 73.373264 90.961242) (xy 73.467752 90.898107) + (xy 73.548107 90.817752) (xy 73.611242 90.723264) (xy 73.65473 90.618275) (xy 73.6769 90.50682) + (xy 73.6769 90.39318) (xy 73.65473 90.281725) (xy 73.611242 90.176736) (xy 73.548107 90.082248) + (xy 73.467752 90.001893) (xy 73.373264 89.938758) (xy 73.268275 89.89527) (xy 73.15682 89.8731) + (xy 73.04318 89.8731) (xy 72.931725 89.89527) (xy 72.826736 89.938758) (xy 72.732248 90.001893) + (xy 72.651893 90.082248) (xy 72.588758 90.176736) (xy 72.54527 90.281725) (xy 72.5231 90.39318) + (xy 68.1769 90.39318) (xy 68.15473 90.281725) (xy 68.111242 90.176736) (xy 68.048107 90.082248) + (xy 67.967752 90.001893) (xy 67.873264 89.938758) (xy 67.768275 89.89527) (xy 67.65682 89.8731) + (xy 67.54318 89.8731) (xy 67.431725 89.89527) (xy 67.326736 89.938758) (xy 67.232248 90.001893) + (xy 67.151893 90.082248) (xy 67.088758 90.176736) (xy 67.04527 90.281725) (xy 67.0231 90.39318) + (xy 66.37691 90.39318) (xy 66.35474 90.281725) (xy 66.311252 90.176736) (xy 66.248117 90.082248) + (xy 66.167762 90.001893) (xy 66.073274 89.938758) (xy 65.968285 89.89527) (xy 65.85683 89.8731) + (xy 65.74319 89.8731) (xy 65.631735 89.89527) (xy 65.560131 89.924929) (xy 65.561244 89.923264) + (xy 65.604732 89.818275) (xy 65.626902 89.70682) (xy 65.626902 89.59318) (xy 65.604732 89.481725) + (xy 65.561244 89.376736) (xy 65.498109 89.282248) (xy 65.417754 89.201893) (xy 65.323266 89.138758) + (xy 65.218277 89.09527) (xy 65.106822 89.0731) (xy 64.993182 89.0731) (xy 64.881727 89.09527) (xy 64.776738 89.138758) + (xy 64.68225 89.201893) (xy 64.601895 89.282248) (xy 64.53876 89.376736) (xy 64.495272 89.481725) + (xy 64.473102 89.59318) (xy 64.473102 89.70682) (xy 64.495272 89.818275) (xy 64.53876 89.923264) + (xy 64.601895 90.017752) (xy 64.633356 90.049213) (xy 64.594268 90.088301) (xy 64.531133 90.182789) + (xy 64.487645 90.287778) (xy 64.465475 90.399233) (xy 61.191906 90.399233) (xy 61.20473 90.368275) + (xy 61.2269 90.25682) (xy 61.2269 90.14318) (xy 61.20473 90.031725) (xy 61.161242 89.926736) (xy 61.098107 89.832248) + (xy 61.017752 89.751893) (xy 60.923264 89.688758) (xy 60.818275 89.64527) (xy 60.70682 89.6231) + (xy 60.59318 89.6231) (xy 60.481725 89.64527) (xy 60.376736 89.688758) (xy 60.282248 89.751893) + (xy 60.201893 89.832248) (xy 60.138758 89.926736) (xy 60.09527 90.031725) (xy 60.0731 90.14318) + (xy 50.277 90.14318) (xy 50.277 88.94318) (xy 54.4731 88.94318) (xy 54.4731 89.05682) (xy 54.49527 89.168275) + (xy 54.538758 89.273264) (xy 54.601893 89.367752) (xy 54.682248 89.448107) (xy 54.776736 89.511242) + (xy 54.881725 89.55473) (xy 54.99318 89.5769) (xy 55.10682 89.5769) (xy 55.218275 89.55473) (xy 55.323264 89.511242) + (xy 55.417752 89.448107) (xy 55.498107 89.367752) (xy 55.561242 89.273264) (xy 55.60473 89.168275) + (xy 55.6269 89.05682) (xy 55.6269 88.94318) (xy 55.607009 88.84318) (xy 74.1231 88.84318) (xy 74.1231 88.95682) + (xy 74.14527 89.068275) (xy 74.188758 89.173264) (xy 74.251893 89.267752) (xy 74.332248 89.348107) + (xy 74.426736 89.411242) (xy 74.531725 89.45473) (xy 74.64318 89.4769) (xy 74.75682 89.4769) (xy 74.868275 89.45473) + (xy 74.973264 89.411242) (xy 75.067752 89.348107) (xy 75.148107 89.267752) (xy 75.211242 89.173264) + (xy 75.25473 89.068275) (xy 75.2769 88.95682) (xy 75.2769 88.84318) (xy 75.25473 88.731725) (xy 75.211242 88.626736) + (xy 75.148107 88.532248) (xy 75.067752 88.451893) (xy 74.973264 88.388758) (xy 74.868275 88.34527) + (xy 74.75682 88.3231) (xy 74.64318 88.3231) (xy 74.531725 88.34527) (xy 74.426736 88.388758) (xy 74.332248 88.451893) + (xy 74.251893 88.532248) (xy 74.188758 88.626736) (xy 74.14527 88.731725) (xy 74.1231 88.84318) + (xy 55.607009 88.84318) (xy 55.60473 88.831725) (xy 55.561242 88.726736) (xy 55.498107 88.632248) + (xy 55.417752 88.551893) (xy 55.323264 88.488758) (xy 55.218275 88.44527) (xy 55.10682 88.4231) + (xy 54.99318 88.4231) (xy 54.881725 88.44527) (xy 54.776736 88.488758) (xy 54.682248 88.551893) + (xy 54.601893 88.632248) (xy 54.538758 88.726736) (xy 54.49527 88.831725) (xy 54.4731 88.94318) + (xy 50.277 88.94318) (xy 50.277 87.99318) (xy 70.873108 87.99318) (xy 70.873108 88.10682) (xy 70.895278 88.218275) + (xy 70.938766 88.323264) (xy 71.001901 88.417752) (xy 71.082256 88.498107) (xy 71.176744 88.561242) + (xy 71.281733 88.60473) (xy 71.393188 88.6269) (xy 71.506828 88.6269) (xy 71.618283 88.60473) (xy 71.723272 88.561242) + (xy 71.81776 88.498107) (xy 71.898115 88.417752) (xy 71.96125 88.323264) (xy 72.004738 88.218275) + (xy 72.019675 88.143178) (xy 75.3231 88.143178) (xy 75.3231 88.256818) (xy 75.34527 88.368273) (xy 75.388758 88.473262) + (xy 75.451893 88.56775) (xy 75.532248 88.648105) (xy 75.626736 88.71124) (xy 75.731725 88.754728) + (xy 75.84318 88.776898) (xy 75.95682 88.776898) (xy 76.068275 88.754728) (xy 76.173264 88.71124) + (xy 76.267752 88.648105) (xy 76.348107 88.56775) (xy 76.364524 88.54318) (xy 87.0731 88.54318) (xy 87.0731 88.65682) + (xy 87.09527 88.768275) (xy 87.138758 88.873264) (xy 87.201893 88.967752) (xy 87.282248 89.048107) + (xy 87.376736 89.111242) (xy 87.481725 89.15473) (xy 87.59318 89.1769) (xy 87.70682 89.1769) (xy 87.818275 89.15473) + (xy 87.923264 89.111242) (xy 88.017752 89.048107) (xy 88.098107 88.967752) (xy 88.161242 88.873264) + (xy 88.20473 88.768275) (xy 88.2269 88.65682) (xy 88.2269 88.591472) (xy 89.116472 87.7019) (xy 90.486041 87.7019) + (xy 90.532248 87.748107) (xy 90.626736 87.811242) (xy 90.731725 87.85473) (xy 90.84318 87.8769) + (xy 90.95682 87.8769) (xy 91.068275 87.85473) (xy 91.173264 87.811242) (xy 91.267752 87.748107) + (xy 91.348107 87.667752) (xy 91.411242 87.573264) (xy 91.45473 87.468275) (xy 91.4769 87.35682) + (xy 91.4769 87.24318) (xy 91.45473 87.131725) (xy 91.411242 87.026736) (xy 91.348107 86.932248) + (xy 91.267752 86.851893) (xy 91.173264 86.788758) (xy 91.068275 86.74527) (xy 90.95682 86.7231) + (xy 90.84318 86.7231) (xy 90.731725 86.74527) (xy 90.626736 86.788758) (xy 90.532248 86.851893) + (xy 90.486041 86.8981) (xy 88.969737 86.8981) (xy 88.95 86.896156) (xy 88.871214 86.903916) (xy 88.795455 86.926897) + (xy 88.764992 86.94318) (xy 88.725636 86.964216) (xy 88.664439 87.014439) (xy 88.651854 87.029774) + (xy 87.658528 88.0231) (xy 87.59318 88.0231) (xy 87.481725 88.04527) (xy 87.376736 88.088758) (xy 87.282248 88.151893) + (xy 87.201893 88.232248) (xy 87.138758 88.326736) (xy 87.09527 88.431725) (xy 87.0731 88.54318) + (xy 76.364524 88.54318) (xy 76.411242 88.473262) (xy 76.45473 88.368273) (xy 76.4769 88.256818) + (xy 76.4769 88.143178) (xy 76.45473 88.031723) (xy 76.411242 87.926734) (xy 76.348107 87.832246) + (xy 76.267752 87.751891) (xy 76.173264 87.688756) (xy 76.068275 87.645268) (xy 75.95682 87.623098) + (xy 75.84318 87.623098) (xy 75.731725 87.645268) (xy 75.626736 87.688756) (xy 75.532248 87.751891) + (xy 75.451893 87.832246) (xy 75.388758 87.926734) (xy 75.34527 88.031723) (xy 75.3231 88.143178) + (xy 72.019675 88.143178) (xy 72.026908 88.10682) (xy 72.026908 87.99318) (xy 72.004738 87.881725) + (xy 71.96125 87.776736) (xy 71.898115 87.682248) (xy 71.81776 87.601893) (xy 71.723272 87.538758) + (xy 71.618283 87.49527) (xy 71.506828 87.4731) (xy 71.393188 87.4731) (xy 71.281733 87.49527) (xy 71.176744 87.538758) + (xy 71.082256 87.601893) (xy 71.001901 87.682248) (xy 70.938766 87.776736) (xy 70.895278 87.881725) + (xy 70.873108 87.99318) (xy 50.277 87.99318) (xy 50.277 86.94318) (xy 54.473076 86.94318) (xy 54.473076 87.05682) + (xy 54.495246 87.168275) (xy 54.538734 87.273264) (xy 54.601869 87.367752) (xy 54.682224 87.448107) + (xy 54.776712 87.511242) (xy 54.881701 87.55473) (xy 54.993156 87.5769) (xy 55.106796 87.5769) (xy 55.218251 87.55473) + (xy 55.32324 87.511242) (xy 55.417728 87.448107) (xy 55.498083 87.367752) (xy 55.561218 87.273264) + (xy 55.604706 87.168275) (xy 55.626876 87.05682) (xy 55.626876 86.94318) (xy 55.604706 86.831725) + (xy 55.561218 86.726736) (xy 55.498083 86.632248) (xy 55.417728 86.551893) (xy 55.32324 86.488758) + (xy 55.218251 86.44527) (xy 55.106796 86.4231) (xy 54.993156 86.4231) (xy 54.881701 86.44527) (xy 54.776712 86.488758) + (xy 54.682224 86.551893) (xy 54.601869 86.632248) (xy 54.538734 86.726736) (xy 54.495246 86.831725) + (xy 54.473076 86.94318) (xy 50.277 86.94318) (xy 50.277 85.74318) (xy 95.5231 85.74318) (xy 95.5231 85.85682) + (xy 95.54527 85.968275) (xy 95.588758 86.073264) (xy 95.651893 86.167752) (xy 95.732248 86.248107) + (xy 95.826736 86.311242) (xy 95.931725 86.35473) (xy 96.04318 86.3769) (xy 96.15682 86.3769) (xy 96.268275 86.35473) + (xy 96.373264 86.311242) (xy 96.467752 86.248107) (xy 96.5481 86.167759) (xy 96.548101 87.80534) + (xy 96.545672 87.83) (xy 96.5481 87.85465) (xy 96.5481 88.232241) (xy 96.467752 88.151893) (xy 96.373264 88.088758) + (xy 96.268275 88.04527) (xy 96.15682 88.0231) (xy 96.04318 88.0231) (xy 95.931725 88.04527) (xy 95.826736 88.088758) + (xy 95.732248 88.151893) (xy 95.651893 88.232248) (xy 95.588758 88.326736) (xy 95.54527 88.431725) + (xy 95.5231 88.54318) (xy 95.5231 88.65682) (xy 95.54527 88.768275) (xy 95.588758 88.873264) (xy 95.651893 88.967752) + (xy 95.732248 89.048107) (xy 95.826736 89.111242) (xy 95.931725 89.15473) (xy 96.04318 89.1769) + (xy 96.15682 89.1769) (xy 96.268275 89.15473) (xy 96.373264 89.111242) (xy 96.467752 89.048107) + (xy 96.5481 88.967759) (xy 96.548101 90.64534) (xy 96.545672 90.67) (xy 96.5481 90.69465) (xy 96.5481 91.032241) + (xy 96.467752 90.951893) (xy 96.373264 90.888758) (xy 96.268275 90.84527) (xy 96.15682 90.8231) + (xy 96.04318 90.8231) (xy 95.931725 90.84527) (xy 95.826736 90.888758) (xy 95.732248 90.951893) + (xy 95.651893 91.032248) (xy 95.588758 91.126736) (xy 95.54527 91.231725) (xy 95.5231 91.34318) + (xy 95.5231 91.45682) (xy 95.54527 91.568275) (xy 95.588758 91.673264) (xy 95.651893 91.767752) + (xy 95.732248 91.848107) (xy 95.826736 91.911242) (xy 95.931725 91.95473) (xy 96.04318 91.9769) + (xy 96.15682 91.9769) (xy 96.268275 91.95473) (xy 96.373264 91.911242) (xy 96.467752 91.848107) + (xy 96.5481 91.767759) (xy 96.548101 93.12534) (xy 96.545672 93.15) (xy 96.555363 93.248388) (xy 96.584062 93.342997) + (xy 96.593628 93.360893) (xy 96.630668 93.43019) (xy 96.693387 93.506614) (xy 96.712536 93.522329) + (xy 96.977666 93.787459) (xy 96.993386 93.806614) (xy 97.06981 93.869333) (xy 97.124836 93.898745) + (xy 97.157002 93.915938) (xy 97.25161 93.944637) (xy 97.328218 93.952183) (xy 97.29527 94.031725) + (xy 97.2731 94.14318) (xy 97.2731 94.25682) (xy 97.29527 94.368275) (xy 97.338758 94.473264) (xy 97.401893 94.567752) + (xy 97.482248 94.648107) (xy 97.576736 94.711242) (xy 97.681725 94.75473) (xy 97.79318 94.7769) + (xy 97.90682 94.7769) (xy 98.018275 94.75473) (xy 98.123264 94.711242) (xy 98.217752 94.648107) + (xy 98.298107 94.567752) (xy 98.361242 94.473264) (xy 98.40473 94.368275) (xy 98.4269 94.25682) + (xy 98.4269 94.14318) (xy 99.5231 94.14318) (xy 99.5231 94.25682) (xy 99.54527 94.368275) (xy 99.588758 94.473264) + (xy 99.651893 94.567752) (xy 99.732248 94.648107) (xy 99.826736 94.711242) (xy 99.931725 94.75473) + (xy 100.04318 94.7769) (xy 100.15682 94.7769) (xy 100.268275 94.75473) (xy 100.373264 94.711242) + (xy 100.467752 94.648107) (xy 100.548107 94.567752) (xy 100.611242 94.473264) (xy 100.65473 94.368275) + (xy 100.6769 94.25682) (xy 100.6769 94.14318) (xy 100.65473 94.031725) (xy 100.611242 93.926736) + (xy 100.548107 93.832248) (xy 100.467752 93.751893) (xy 100.373264 93.688758) (xy 100.268275 93.64527) + (xy 100.15682 93.6231) (xy 100.04318 93.6231) (xy 99.931725 93.64527) (xy 99.826736 93.688758) (xy 99.732248 93.751893) + (xy 99.651893 93.832248) (xy 99.588758 93.926736) (xy 99.54527 94.031725) (xy 99.5231 94.14318) + (xy 98.4269 94.14318) (xy 98.40473 94.031725) (xy 98.361242 93.926736) (xy 98.298107 93.832248) + (xy 98.290859 93.825) (xy 98.298107 93.817752) (xy 98.361242 93.723264) (xy 98.40473 93.618275) + (xy 98.4269 93.50682) (xy 98.4269 93.39318) (xy 101.2731 93.39318) (xy 101.2731 93.50682) (xy 101.29527 93.618275) + (xy 101.338758 93.723264) (xy 101.401893 93.817752) (xy 101.409141 93.825) (xy 101.401893 93.832248) + (xy 101.338758 93.926736) (xy 101.29527 94.031725) (xy 101.2731 94.14318) (xy 101.2731 94.25682) + (xy 101.29527 94.368275) (xy 101.338758 94.473264) (xy 101.401893 94.567752) (xy 101.482248 94.648107) + (xy 101.576736 94.711242) (xy 101.681725 94.75473) (xy 101.79318 94.7769) (xy 101.90682 94.7769) + (xy 102.018275 94.75473) (xy 102.123264 94.711242) (xy 102.217752 94.648107) (xy 102.298107 94.567752) + (xy 102.361242 94.473264) (xy 102.40473 94.368275) (xy 102.4269 94.25682) (xy 102.4269 94.14318) + (xy 102.40473 94.031725) (xy 102.361242 93.926736) (xy 102.298107 93.832248) (xy 102.290859 93.825) + (xy 102.298107 93.817752) (xy 102.361242 93.723264) (xy 102.40473 93.618275) (xy 102.4269 93.50682) + (xy 102.4269 93.39318) (xy 102.40473 93.281725) (xy 102.361242 93.176736) (xy 102.298107 93.082248) + (xy 102.217752 93.001893) (xy 102.123264 92.938758) (xy 102.018275 92.89527) (xy 101.90682 92.8731) + (xy 101.79318 92.8731) (xy 101.681725 92.89527) (xy 101.576736 92.938758) (xy 101.482248 93.001893) + (xy 101.401893 93.082248) (xy 101.338758 93.176736) (xy 101.29527 93.281725) (xy 101.2731 93.39318) + (xy 98.4269 93.39318) (xy 98.40473 93.281725) (xy 98.361242 93.176736) (xy 98.298107 93.082248) + (xy 98.217752 93.001893) (xy 98.123264 92.938758) (xy 98.018275 92.89527) (xy 97.90682 92.8731) + (xy 97.79318 92.8731) (xy 97.681725 92.89527) (xy 97.576736 92.938758) (xy 97.562755 92.9481) (xy 97.557893 92.9481) + (xy 97.5519 92.942107) (xy 97.5519 92.84901) (xy 104.1431 92.84901) (xy 104.1431 93.07099) (xy 104.186406 93.288705) + (xy 104.271354 93.493788) (xy 104.394679 93.678357) (xy 104.551643 93.835321) (xy 104.736212 93.958646) + (xy 104.941295 94.043594) (xy 105.15901 94.0869) (xy 105.38099 94.0869) (xy 105.598705 94.043594) + (xy 105.803788 93.958646) (xy 105.988357 93.835321) (xy 106.145321 93.678357) (xy 106.268646 93.493788) + (xy 106.353594 93.288705) (xy 106.3969 93.07099) (xy 106.3969 92.84901) (xy 106.353594 92.631295) + (xy 106.317096 92.54318) (xy 122.7231 92.54318) (xy 122.7231 92.65682) (xy 122.74527 92.768275) + (xy 122.788758 92.873264) (xy 122.851893 92.967752) (xy 122.932248 93.048107) (xy 123.026736 93.111242) + (xy 123.131725 93.15473) (xy 123.24318 93.1769) (xy 123.35682 93.1769) (xy 123.468275 93.15473) + (xy 123.573264 93.111242) (xy 123.667752 93.048107) (xy 123.748107 92.967752) (xy 123.811242 92.873264) + (xy 123.85473 92.768275) (xy 123.8769 92.65682) (xy 123.8769 92.54318) (xy 123.85473 92.431725) + (xy 123.811242 92.326736) (xy 123.748107 92.232248) (xy 123.675564 92.159705) (xy 123.767752 92.098107) + (xy 123.848107 92.017752) (xy 123.911242 91.923264) (xy 123.95473 91.818275) (xy 123.9769 91.70682) + (xy 123.9769 91.59318) (xy 123.95473 91.481725) (xy 123.911242 91.376736) (xy 123.893378 91.35) + (xy 123.911242 91.323264) (xy 123.95473 91.218275) (xy 123.9769 91.10682) (xy 123.9769 90.99318) + (xy 123.95473 90.881725) (xy 123.911242 90.776736) (xy 123.848107 90.682248) (xy 123.767752 90.601893) + (xy 123.673264 90.538758) (xy 123.568275 90.49527) (xy 123.45682 90.4731) (xy 123.34318 90.4731) + (xy 123.231725 90.49527) (xy 123.126736 90.538758) (xy 123.032248 90.601893) (xy 122.951893 90.682248) + (xy 122.888758 90.776736) (xy 122.84527 90.881725) (xy 122.8231 90.99318) (xy 122.8231 91.10682) + (xy 122.84527 91.218275) (xy 122.888758 91.323264) (xy 122.906622 91.35) (xy 122.888758 91.376736) + (xy 122.84527 91.481725) (xy 122.8231 91.59318) (xy 122.8231 91.70682) (xy 122.84527 91.818275) + (xy 122.888758 91.923264) (xy 122.951893 92.017752) (xy 123.024436 92.090295) (xy 122.932248 92.151893) + (xy 122.851893 92.232248) (xy 122.788758 92.326736) (xy 122.74527 92.431725) (xy 122.7231 92.54318) + (xy 106.317096 92.54318) (xy 106.268646 92.426212) (xy 106.145321 92.241643) (xy 105.988357 92.084679) + (xy 105.803788 91.961354) (xy 105.598705 91.876406) (xy 105.38099 91.8331) (xy 105.15901 91.8331) + (xy 104.941295 91.876406) (xy 104.736212 91.961354) (xy 104.551643 92.084679) (xy 104.394679 92.241643) + (xy 104.271354 92.426212) (xy 104.186406 92.631295) (xy 104.1431 92.84901) (xy 97.5519 92.84901) + (xy 97.5519 91.894647) (xy 97.576736 91.911242) (xy 97.681725 91.95473) (xy 97.79318 91.9769) (xy 97.90682 91.9769) + (xy 98.018275 91.95473) (xy 98.123264 91.911242) (xy 98.217752 91.848107) (xy 98.298107 91.767752) + (xy 98.361242 91.673264) (xy 98.40473 91.568275) (xy 98.4269 91.45682) (xy 98.4269 91.34318) (xy 99.5231 91.34318) + (xy 99.5231 91.45682) (xy 99.54527 91.568275) (xy 99.588758 91.673264) (xy 99.651893 91.767752) + (xy 99.732248 91.848107) (xy 99.826736 91.911242) (xy 99.931725 91.95473) (xy 100.04318 91.9769) + (xy 100.15682 91.9769) (xy 100.268275 91.95473) (xy 100.373264 91.911242) (xy 100.467752 91.848107) + (xy 100.548107 91.767752) (xy 100.611242 91.673264) (xy 100.65473 91.568275) (xy 100.6769 91.45682) + (xy 100.6769 91.34318) (xy 100.65473 91.231725) (xy 100.611242 91.126736) (xy 100.548107 91.032248) + (xy 100.467752 90.951893) (xy 100.373264 90.888758) (xy 100.268275 90.84527) (xy 100.15682 90.8231) + (xy 100.04318 90.8231) (xy 99.931725 90.84527) (xy 99.826736 90.888758) (xy 99.732248 90.951893) + (xy 99.651893 91.032248) (xy 99.588758 91.126736) (xy 99.54527 91.231725) (xy 99.5231 91.34318) + (xy 98.4269 91.34318) (xy 98.40473 91.231725) (xy 98.361242 91.126736) (xy 98.298107 91.032248) + (xy 98.290859 91.025) (xy 98.298107 91.017752) (xy 98.361242 90.923264) (xy 98.40473 90.818275) + (xy 98.4269 90.70682) (xy 98.4269 90.59318) (xy 101.2731 90.59318) (xy 101.2731 90.70682) (xy 101.29527 90.818275) + (xy 101.338758 90.923264) (xy 101.401893 91.017752) (xy 101.409141 91.025) (xy 101.401893 91.032248) + (xy 101.338758 91.126736) (xy 101.29527 91.231725) (xy 101.2731 91.34318) (xy 101.2731 91.45682) + (xy 101.29527 91.568275) (xy 101.338758 91.673264) (xy 101.401893 91.767752) (xy 101.482248 91.848107) + (xy 101.576736 91.911242) (xy 101.681725 91.95473) (xy 101.79318 91.9769) (xy 101.90682 91.9769) + (xy 102.018275 91.95473) (xy 102.123264 91.911242) (xy 102.217752 91.848107) (xy 102.298107 91.767752) + (xy 102.361242 91.673264) (xy 102.40473 91.568275) (xy 102.4269 91.45682) (xy 102.4269 91.34318) + (xy 102.40473 91.231725) (xy 102.361242 91.126736) (xy 102.298107 91.032248) (xy 102.290859 91.025) + (xy 102.298107 91.017752) (xy 102.361242 90.923264) (xy 102.40473 90.818275) (xy 102.419667 90.74318) + (xy 106.9731 90.74318) (xy 106.9731 90.85682) (xy 106.99527 90.968275) (xy 107.038758 91.073264) + (xy 107.101893 91.167752) (xy 107.182248 91.248107) (xy 107.276736 91.311242) (xy 107.381725 91.35473) + (xy 107.49318 91.3769) (xy 107.60682 91.3769) (xy 107.718275 91.35473) (xy 107.823264 91.311242) + (xy 107.917752 91.248107) (xy 107.922679 91.24318) (xy 116.4231 91.24318) (xy 116.4231 91.35682) + (xy 116.44527 91.468275) (xy 116.488758 91.573264) (xy 116.551893 91.667752) (xy 116.632248 91.748107) + (xy 116.726736 91.811242) (xy 116.831725 91.85473) (xy 116.94318 91.8769) (xy 117.05682 91.8769) + (xy 117.168275 91.85473) (xy 117.273264 91.811242) (xy 117.367752 91.748107) (xy 117.448107 91.667752) + (xy 117.511242 91.573264) (xy 117.55473 91.468275) (xy 117.5769 91.35682) (xy 117.5769 91.24318) + (xy 117.557009 91.14318) (xy 118.4231 91.14318) (xy 118.4231 91.25682) (xy 118.44527 91.368275) + (xy 118.488758 91.473264) (xy 118.551893 91.567752) (xy 118.632248 91.648107) (xy 118.726736 91.711242) + (xy 118.831725 91.75473) (xy 118.94318 91.7769) (xy 119.05682 91.7769) (xy 119.168275 91.75473) + (xy 119.273264 91.711242) (xy 119.367752 91.648107) (xy 119.422679 91.59318) (xy 121.0231 91.59318) + (xy 121.0231 91.70682) (xy 121.04527 91.818275) (xy 121.088758 91.923264) (xy 121.151893 92.017752) + (xy 121.232248 92.098107) (xy 121.326736 92.161242) (xy 121.431725 92.20473) (xy 121.54318 92.2269) + (xy 121.65682 92.2269) (xy 121.768275 92.20473) (xy 121.873264 92.161242) (xy 121.967752 92.098107) + (xy 122.048107 92.017752) (xy 122.111242 91.923264) (xy 122.15473 91.818275) (xy 122.1769 91.70682) + (xy 122.1769 91.59318) (xy 122.15473 91.481725) (xy 122.111242 91.376736) (xy 122.048107 91.282248) + (xy 121.967752 91.201893) (xy 121.873264 91.138758) (xy 121.768275 91.09527) (xy 121.65682 91.0731) + (xy 121.54318 91.0731) (xy 121.431725 91.09527) (xy 121.326736 91.138758) (xy 121.232248 91.201893) + (xy 121.151893 91.282248) (xy 121.088758 91.376736) (xy 121.04527 91.481725) (xy 121.0231 91.59318) + (xy 119.422679 91.59318) (xy 119.448107 91.567752) (xy 119.511242 91.473264) (xy 119.55473 91.368275) + (xy 119.5769 91.25682) (xy 119.5769 91.14318) (xy 119.55473 91.031725) (xy 119.511242 90.926736) + (xy 119.448107 90.832248) (xy 119.367752 90.751893) (xy 119.273264 90.688758) (xy 119.168275 90.64527) + (xy 119.05682 90.6231) (xy 118.94318 90.6231) (xy 118.831725 90.64527) (xy 118.726736 90.688758) + (xy 118.632248 90.751893) (xy 118.551893 90.832248) (xy 118.488758 90.926736) (xy 118.44527 91.031725) + (xy 118.4231 91.14318) (xy 117.557009 91.14318) (xy 117.55473 91.131725) (xy 117.511242 91.026736) + (xy 117.448107 90.932248) (xy 117.367752 90.851893) (xy 117.273264 90.788758) (xy 117.168275 90.74527) + (xy 117.05682 90.7231) (xy 116.94318 90.7231) (xy 116.831725 90.74527) (xy 116.726736 90.788758) + (xy 116.632248 90.851893) (xy 116.551893 90.932248) (xy 116.488758 91.026736) (xy 116.44527 91.131725) + (xy 116.4231 91.24318) (xy 107.922679 91.24318) (xy 107.998107 91.167752) (xy 108.061242 91.073264) + (xy 108.10473 90.968275) (xy 108.1269 90.85682) (xy 108.1269 90.74318) (xy 108.10473 90.631725) + (xy 108.061242 90.526736) (xy 107.998107 90.432248) (xy 107.917752 90.351893) (xy 107.823264 90.288758) + (xy 107.718275 90.24527) (xy 107.60682 90.2231) (xy 107.49318 90.2231) (xy 107.381725 90.24527) + (xy 107.276736 90.288758) (xy 107.182248 90.351893) (xy 107.101893 90.432248) (xy 107.038758 90.526736) + (xy 106.99527 90.631725) (xy 106.9731 90.74318) (xy 102.419667 90.74318) (xy 102.4269 90.70682) + (xy 102.4269 90.59318) (xy 102.40473 90.481725) (xy 102.361242 90.376736) (xy 102.298107 90.282248) + (xy 102.217752 90.201893) (xy 102.123264 90.138758) (xy 102.018275 90.09527) (xy 101.90682 90.0731) + (xy 101.79318 90.0731) (xy 101.681725 90.09527) (xy 101.576736 90.138758) (xy 101.482248 90.201893) + (xy 101.401893 90.282248) (xy 101.338758 90.376736) (xy 101.29527 90.481725) (xy 101.2731 90.59318) + (xy 98.4269 90.59318) (xy 98.40473 90.481725) (xy 98.361242 90.376736) (xy 98.298107 90.282248) + (xy 98.217752 90.201893) (xy 98.123264 90.138758) (xy 98.018275 90.09527) (xy 97.90682 90.0731) + (xy 97.79318 90.0731) (xy 97.681725 90.09527) (xy 97.576736 90.138758) (xy 97.562755 90.1481) (xy 97.5519 90.1481) + (xy 97.5519 89.74318) (xy 118.1231 89.74318) (xy 118.1231 89.85682) (xy 118.14527 89.968275) (xy 118.188758 90.073264) + (xy 118.251893 90.167752) (xy 118.332248 90.248107) (xy 118.426736 90.311242) (xy 118.531725 90.35473) + (xy 118.64318 90.3769) (xy 118.75682 90.3769) (xy 118.868275 90.35473) (xy 118.973264 90.311242) + (xy 119.067752 90.248107) (xy 119.148107 90.167752) (xy 119.211242 90.073264) (xy 119.25473 89.968275) + (xy 119.2769 89.85682) (xy 119.2769 89.74318) (xy 119.25473 89.631725) (xy 119.211242 89.526736) + (xy 119.148107 89.432248) (xy 119.067752 89.351893) (xy 118.973264 89.288758) (xy 118.868275 89.24527) + (xy 118.75682 89.2231) (xy 118.64318 89.2231) (xy 118.531725 89.24527) (xy 118.426736 89.288758) + (xy 118.332248 89.351893) (xy 118.251893 89.432248) (xy 118.188758 89.526736) (xy 118.14527 89.631725) + (xy 118.1231 89.74318) (xy 97.5519 89.74318) (xy 97.5519 89.094647) (xy 97.576736 89.111242) (xy 97.681725 89.15473) + (xy 97.79318 89.1769) (xy 97.90682 89.1769) (xy 98.018275 89.15473) (xy 98.123264 89.111242) (xy 98.217752 89.048107) + (xy 98.298107 88.967752) (xy 98.361242 88.873264) (xy 98.40473 88.768275) (xy 98.4269 88.65682) + (xy 98.4269 88.54318) (xy 99.5231 88.54318) (xy 99.5231 88.65682) (xy 99.54527 88.768275) (xy 99.588758 88.873264) + (xy 99.651893 88.967752) (xy 99.732248 89.048107) (xy 99.826736 89.111242) (xy 99.931725 89.15473) + (xy 100.04318 89.1769) (xy 100.15682 89.1769) (xy 100.268275 89.15473) (xy 100.373264 89.111242) + (xy 100.467752 89.048107) (xy 100.548107 88.967752) (xy 100.611242 88.873264) (xy 100.65473 88.768275) + (xy 100.6769 88.65682) (xy 100.6769 88.54318) (xy 100.65473 88.431725) (xy 100.611242 88.326736) + (xy 100.548107 88.232248) (xy 100.467752 88.151893) (xy 100.373264 88.088758) (xy 100.268275 88.04527) + (xy 100.15682 88.0231) (xy 100.04318 88.0231) (xy 99.931725 88.04527) (xy 99.826736 88.088758) (xy 99.732248 88.151893) + (xy 99.651893 88.232248) (xy 99.588758 88.326736) (xy 99.54527 88.431725) (xy 99.5231 88.54318) + (xy 98.4269 88.54318) (xy 98.40473 88.431725) (xy 98.361242 88.326736) (xy 98.298107 88.232248) + (xy 98.290859 88.225) (xy 98.298107 88.217752) (xy 98.361242 88.123264) (xy 98.40473 88.018275) + (xy 98.4269 87.90682) (xy 98.4269 87.814348) (xy 101.251932 87.814348) (xy 101.251932 87.927988) + (xy 101.274102 88.039443) (xy 101.31759 88.144432) (xy 101.380725 88.23892) (xy 101.39942 88.257615) + (xy 101.339361 88.3475) (xy 101.295873 88.452489) (xy 101.273703 88.563944) (xy 101.273703 88.677584) + (xy 101.295873 88.789039) (xy 101.339361 88.894028) (xy 101.402496 88.988516) (xy 101.482851 89.068871) + (xy 101.577339 89.132006) (xy 101.682328 89.175494) (xy 101.793783 89.197664) (xy 101.907423 89.197664) + (xy 102.018878 89.175494) (xy 102.123867 89.132006) (xy 102.218355 89.068871) (xy 102.29871 88.988516) + (xy 102.361845 88.894028) (xy 102.405333 88.789039) (xy 102.427503 88.677584) (xy 102.427503 88.563944) + (xy 102.405333 88.452489) (xy 102.361845 88.3475) (xy 102.29871 88.253012) (xy 102.280015 88.234317) + (xy 102.340074 88.144432) (xy 102.383562 88.039443) (xy 102.405732 87.927988) (xy 102.405732 87.814348) + (xy 102.383562 87.702893) (xy 102.340074 87.597904) (xy 102.290347 87.523482) (xy 107.0231 87.523482) + (xy 107.0231 87.676518) (xy 107.052956 87.826613) (xy 107.11152 87.968) (xy 107.196542 88.095245) + (xy 107.304755 88.203458) (xy 107.432 88.28848) (xy 107.573387 88.347044) (xy 107.723482 88.3769) + (xy 107.876518 88.3769) (xy 108.026613 88.347044) (xy 108.168 88.28848) (xy 108.295245 88.203458) + (xy 108.403458 88.095245) (xy 108.435 88.048039) (xy 108.466542 88.095245) (xy 108.574755 88.203458) + (xy 108.702 88.28848) (xy 108.843387 88.347044) (xy 108.993482 88.3769) (xy 109.146518 88.3769) + (xy 109.296613 88.347044) (xy 109.438 88.28848) (xy 109.565245 88.203458) (xy 109.673458 88.095245) + (xy 109.705 88.048039) (xy 109.736542 88.095245) (xy 109.844755 88.203458) (xy 109.972 88.28848) + (xy 110.113387 88.347044) (xy 110.263482 88.3769) (xy 110.416518 88.3769) (xy 110.566613 88.347044) + (xy 110.708 88.28848) (xy 110.835245 88.203458) (xy 110.943458 88.095245) (xy 110.975 88.048039) + (xy 111.006542 88.095245) (xy 111.114755 88.203458) (xy 111.242 88.28848) (xy 111.383387 88.347044) + (xy 111.533482 88.3769) (xy 111.686518 88.3769) (xy 111.836613 88.347044) (xy 111.978 88.28848) + (xy 112.105245 88.203458) (xy 112.213458 88.095245) (xy 112.245 88.048039) (xy 112.276542 88.095245) + (xy 112.384755 88.203458) (xy 112.512 88.28848) (xy 112.653387 88.347044) (xy 112.803482 88.3769) + (xy 112.956518 88.3769) (xy 113.106613 88.347044) (xy 113.248 88.28848) (xy 113.375245 88.203458) + (xy 113.483458 88.095245) (xy 113.515 88.048039) (xy 113.546542 88.095245) (xy 113.654755 88.203458) + (xy 113.782 88.28848) (xy 113.923387 88.347044) (xy 114.073482 88.3769) (xy 114.226518 88.3769) + (xy 114.376613 88.347044) (xy 114.518 88.28848) (xy 114.645245 88.203458) (xy 114.753458 88.095245) + (xy 114.785 88.048039) (xy 114.816542 88.095245) (xy 114.924755 88.203458) (xy 115.052 88.28848) + (xy 115.193387 88.347044) (xy 115.343482 88.3769) (xy 115.496518 88.3769) (xy 115.646613 88.347044) + (xy 115.788 88.28848) (xy 115.915245 88.203458) (xy 116.023458 88.095245) (xy 116.055 88.048039) + (xy 116.086542 88.095245) (xy 116.194755 88.203458) (xy 116.322 88.28848) (xy 116.463387 88.347044) + (xy 116.532783 88.360848) (xy 116.488758 88.426736) (xy 116.44527 88.531725) (xy 116.4231 88.64318) + (xy 116.4231 88.75682) (xy 116.44527 88.868275) (xy 116.488758 88.973264) (xy 116.551893 89.067752) + (xy 116.632248 89.148107) (xy 116.726736 89.211242) (xy 116.831725 89.25473) (xy 116.94318 89.2769) + (xy 117.05682 89.2769) (xy 117.168275 89.25473) (xy 117.273264 89.211242) (xy 117.367752 89.148107) + (xy 117.448107 89.067752) (xy 117.464525 89.04318) (xy 124.8231 89.04318) (xy 124.8231 89.15682) + (xy 124.84527 89.268275) (xy 124.888758 89.373264) (xy 124.951893 89.467752) (xy 125.032248 89.548107) + (xy 125.126736 89.611242) (xy 125.231725 89.65473) (xy 125.34318 89.6769) (xy 125.45682 89.6769) + (xy 125.568275 89.65473) (xy 125.673264 89.611242) (xy 125.7 89.593378) (xy 125.726736 89.611242) + (xy 125.831725 89.65473) (xy 125.94318 89.6769) (xy 126.05682 89.6769) (xy 126.168275 89.65473) + (xy 126.273264 89.611242) (xy 126.367752 89.548107) (xy 126.448107 89.467752) (xy 126.511242 89.373264) + (xy 126.55473 89.268275) (xy 126.5769 89.15682) (xy 126.5769 89.04318) (xy 126.55473 88.931725) + (xy 126.511242 88.826736) (xy 126.448107 88.732248) (xy 126.367752 88.651893) (xy 126.273264 88.588758) + (xy 126.168275 88.54527) (xy 126.05682 88.5231) (xy 125.94318 88.5231) (xy 125.831725 88.54527) + (xy 125.726736 88.588758) (xy 125.7 88.606622) (xy 125.673264 88.588758) (xy 125.568275 88.54527) + (xy 125.45682 88.5231) (xy 125.34318 88.5231) (xy 125.231725 88.54527) (xy 125.126736 88.588758) + (xy 125.032248 88.651893) (xy 124.951893 88.732248) (xy 124.888758 88.826736) (xy 124.84527 88.931725) + (xy 124.8231 89.04318) (xy 117.464525 89.04318) (xy 117.511242 88.973264) (xy 117.55473 88.868275) + (xy 117.5769 88.75682) (xy 117.5769 88.64318) (xy 117.55473 88.531725) (xy 117.511242 88.426736) + (xy 117.448107 88.332248) (xy 117.367752 88.251893) (xy 117.273264 88.188758) (xy 117.22142 88.167283) + (xy 117.293458 88.095245) (xy 117.37848 87.968) (xy 117.437044 87.826613) (xy 117.4669 87.676518) + (xy 117.4669 87.54318) (xy 118.6231 87.54318) (xy 118.6231 87.65682) (xy 118.64527 87.768275) (xy 118.688758 87.873264) + (xy 118.751893 87.967752) (xy 118.832248 88.048107) (xy 118.926736 88.111242) (xy 119.031725 88.15473) + (xy 119.14318 88.1769) (xy 119.25682 88.1769) (xy 119.368275 88.15473) (xy 119.473264 88.111242) + (xy 119.567752 88.048107) (xy 119.648107 87.967752) (xy 119.711242 87.873264) (xy 119.75473 87.768275) + (xy 119.7769 87.65682) (xy 119.7769 87.54318) (xy 119.75473 87.431725) (xy 119.711242 87.326736) + (xy 119.648107 87.232248) (xy 119.567752 87.151893) (xy 119.473264 87.088758) (xy 119.368275 87.04527) + (xy 119.25682 87.0231) (xy 119.14318 87.0231) (xy 119.031725 87.04527) (xy 118.926736 87.088758) + (xy 118.832248 87.151893) (xy 118.751893 87.232248) (xy 118.688758 87.326736) (xy 118.64527 87.431725) + (xy 118.6231 87.54318) (xy 117.4669 87.54318) (xy 117.4669 87.523482) (xy 117.437044 87.373387) + (xy 117.37848 87.232) (xy 117.293458 87.104755) (xy 117.185245 86.996542) (xy 117.058 86.91152) + (xy 116.916613 86.852956) (xy 116.766518 86.8231) (xy 116.613482 86.8231) (xy 116.463387 86.852956) + (xy 116.322 86.91152) (xy 116.194755 86.996542) (xy 116.086542 87.104755) (xy 116.055 87.151961) + (xy 116.023458 87.104755) (xy 115.915245 86.996542) (xy 115.788 86.91152) (xy 115.646613 86.852956) + (xy 115.496518 86.8231) (xy 115.343482 86.8231) (xy 115.193387 86.852956) (xy 115.052 86.91152) + (xy 114.924755 86.996542) (xy 114.816542 87.104755) (xy 114.785 87.151961) (xy 114.753458 87.104755) + (xy 114.645245 86.996542) (xy 114.518 86.91152) (xy 114.376613 86.852956) (xy 114.226518 86.8231) + (xy 114.073482 86.8231) (xy 113.923387 86.852956) (xy 113.782 86.91152) (xy 113.654755 86.996542) + (xy 113.546542 87.104755) (xy 113.515 87.151961) (xy 113.483458 87.104755) (xy 113.375245 86.996542) + (xy 113.248 86.91152) (xy 113.106613 86.852956) (xy 112.956518 86.8231) (xy 112.803482 86.8231) + (xy 112.653387 86.852956) (xy 112.512 86.91152) (xy 112.384755 86.996542) (xy 112.276542 87.104755) + (xy 112.245 87.151961) (xy 112.213458 87.104755) (xy 112.105245 86.996542) (xy 111.978 86.91152) + (xy 111.836613 86.852956) (xy 111.686518 86.8231) (xy 111.533482 86.8231) (xy 111.383387 86.852956) + (xy 111.242 86.91152) (xy 111.114755 86.996542) (xy 111.006542 87.104755) (xy 110.975 87.151961) + (xy 110.943458 87.104755) (xy 110.835245 86.996542) (xy 110.708 86.91152) (xy 110.566613 86.852956) + (xy 110.416518 86.8231) (xy 110.263482 86.8231) (xy 110.113387 86.852956) (xy 109.972 86.91152) + (xy 109.844755 86.996542) (xy 109.736542 87.104755) (xy 109.705 87.151961) (xy 109.673458 87.104755) + (xy 109.565245 86.996542) (xy 109.438 86.91152) (xy 109.296613 86.852956) (xy 109.146518 86.8231) + (xy 108.993482 86.8231) (xy 108.843387 86.852956) (xy 108.702 86.91152) (xy 108.574755 86.996542) + (xy 108.466542 87.104755) (xy 108.435 87.151961) (xy 108.403458 87.104755) (xy 108.295245 86.996542) + (xy 108.168 86.91152) (xy 108.026613 86.852956) (xy 107.876518 86.8231) (xy 107.723482 86.8231) + (xy 107.573387 86.852956) (xy 107.432 86.91152) (xy 107.304755 86.996542) (xy 107.196542 87.104755) + (xy 107.11152 87.232) (xy 107.052956 87.373387) (xy 107.0231 87.523482) (xy 102.290347 87.523482) + (xy 102.276939 87.503416) (xy 102.196584 87.423061) (xy 102.102096 87.359926) (xy 101.997107 87.316438) + (xy 101.885652 87.294268) (xy 101.772012 87.294268) (xy 101.660557 87.316438) (xy 101.555568 87.359926) + (xy 101.46108 87.423061) (xy 101.380725 87.503416) (xy 101.31759 87.597904) (xy 101.274102 87.702893) + (xy 101.251932 87.814348) (xy 98.4269 87.814348) (xy 98.4269 87.79318) (xy 98.40473 87.681725) (xy 98.361242 87.576736) + (xy 98.298107 87.482248) (xy 98.217752 87.401893) (xy 98.123264 87.338758) (xy 98.018275 87.29527) + (xy 97.90682 87.2731) (xy 97.79318 87.2731) (xy 97.681725 87.29527) (xy 97.576736 87.338758) (xy 97.562755 87.3481) + (xy 97.5519 87.3481) (xy 97.5519 86.294647) (xy 97.576736 86.311242) (xy 97.681725 86.35473) (xy 97.79318 86.3769) + (xy 97.90682 86.3769) (xy 98.018275 86.35473) (xy 98.123264 86.311242) (xy 98.217752 86.248107) + (xy 98.298107 86.167752) (xy 98.361242 86.073264) (xy 98.40473 85.968275) (xy 98.425875 85.861972) + (xy 99.436497 85.861972) (xy 99.436497 85.975612) (xy 99.458667 86.087067) (xy 99.502155 86.192056) + (xy 99.56529 86.286544) (xy 99.645645 86.366899) (xy 99.687314 86.394742) (xy 99.653529 86.476306) + (xy 99.631359 86.587761) (xy 99.631359 86.701401) (xy 99.653529 86.812856) (xy 99.697017 86.917845) + (xy 99.760152 87.012333) (xy 99.840507 87.092688) (xy 99.934995 87.155823) (xy 100.039984 87.199311) + (xy 100.151439 87.221481) (xy 100.265079 87.221481) (xy 100.376534 87.199311) (xy 100.481523 87.155823) + (xy 100.576011 87.092688) (xy 100.656366 87.012333) (xy 100.719501 86.917845) (xy 100.762989 86.812856) + (xy 100.785159 86.701401) (xy 100.785159 86.587761) (xy 100.776292 86.54318) (xy 121.0231 86.54318) + (xy 121.0231 86.65682) (xy 121.04527 86.768275) (xy 121.088758 86.873264) (xy 121.140031 86.95) + (xy 121.088758 87.026736) (xy 121.04527 87.131725) (xy 121.0231 87.24318) (xy 121.0231 87.35682) + (xy 121.04527 87.468275) (xy 121.088758 87.573264) (xy 121.140031 87.65) (xy 121.088758 87.726736) + (xy 121.04527 87.831725) (xy 121.0231 87.94318) (xy 121.0231 88.05682) (xy 121.04527 88.168275) + (xy 121.088758 88.273264) (xy 121.151893 88.367752) (xy 121.232248 88.448107) (xy 121.326736 88.511242) + (xy 121.431725 88.55473) (xy 121.54318 88.5769) (xy 121.65682 88.5769) (xy 121.768275 88.55473) + (xy 121.873264 88.511242) (xy 121.967752 88.448107) (xy 122.048107 88.367752) (xy 122.111242 88.273264) + (xy 122.15473 88.168275) (xy 122.1769 88.05682) (xy 122.1769 87.94318) (xy 122.9231 87.94318) (xy 122.9231 88.05682) + (xy 122.94527 88.168275) (xy 122.988758 88.273264) (xy 123.051893 88.367752) (xy 123.132248 88.448107) + (xy 123.226736 88.511242) (xy 123.331725 88.55473) (xy 123.44318 88.5769) (xy 123.55682 88.5769) + (xy 123.668275 88.55473) (xy 123.773264 88.511242) (xy 123.867752 88.448107) (xy 123.948107 88.367752) + (xy 124.011242 88.273264) (xy 124.05473 88.168275) (xy 124.0769 88.05682) (xy 124.0769 87.94318) + (xy 124.1231 87.94318) (xy 124.1231 88.05682) (xy 124.14527 88.168275) (xy 124.188758 88.273264) + (xy 124.251893 88.367752) (xy 124.332248 88.448107) (xy 124.426736 88.511242) (xy 124.531725 88.55473) + (xy 124.64318 88.5769) (xy 124.75682 88.5769) (xy 124.868275 88.55473) (xy 124.973264 88.511242) + (xy 125.067752 88.448107) (xy 125.148107 88.367752) (xy 125.211242 88.273264) (xy 125.25473 88.168275) + (xy 125.2769 88.05682) (xy 125.2769 87.94318) (xy 125.257009 87.84318) (xy 125.6231 87.84318) (xy 125.6231 87.95682) + (xy 125.64527 88.068275) (xy 125.688758 88.173264) (xy 125.751893 88.267752) (xy 125.832248 88.348107) + (xy 125.926736 88.411242) (xy 126.031725 88.45473) (xy 126.14318 88.4769) (xy 126.25682 88.4769) + (xy 126.368275 88.45473) (xy 126.473264 88.411242) (xy 126.567752 88.348107) (xy 126.648107 88.267752) + (xy 126.711242 88.173264) (xy 126.75473 88.068275) (xy 126.7769 87.95682) (xy 126.7769 87.84318) + (xy 126.75473 87.731725) (xy 126.711242 87.626736) (xy 126.661497 87.552287) (xy 126.667752 87.548107) + (xy 126.748107 87.467752) (xy 126.811242 87.373264) (xy 126.85473 87.268275) (xy 126.8769 87.15682) + (xy 126.8769 87.04318) (xy 126.85473 86.931725) (xy 126.811242 86.826736) (xy 126.748107 86.732248) + (xy 126.667752 86.651893) (xy 126.573264 86.588758) (xy 126.468275 86.54527) (xy 126.35682 86.5231) + (xy 126.24318 86.5231) (xy 126.131725 86.54527) (xy 126.026736 86.588758) (xy 125.932248 86.651893) + (xy 125.851893 86.732248) (xy 125.788758 86.826736) (xy 125.74527 86.931725) (xy 125.7231 87.04318) + (xy 125.7231 87.15682) (xy 125.74527 87.268275) (xy 125.788758 87.373264) (xy 125.838503 87.447713) + (xy 125.832248 87.451893) (xy 125.751893 87.532248) (xy 125.688758 87.626736) (xy 125.64527 87.731725) + (xy 125.6231 87.84318) (xy 125.257009 87.84318) (xy 125.25473 87.831725) (xy 125.211242 87.726736) + (xy 125.148107 87.632248) (xy 125.067752 87.551893) (xy 124.973264 87.488758) (xy 124.868275 87.44527) + (xy 124.75682 87.4231) (xy 124.64318 87.4231) (xy 124.531725 87.44527) (xy 124.426736 87.488758) + (xy 124.332248 87.551893) (xy 124.251893 87.632248) (xy 124.188758 87.726736) (xy 124.14527 87.831725) + (xy 124.1231 87.94318) (xy 124.0769 87.94318) (xy 124.05473 87.831725) (xy 124.011242 87.726736) + (xy 123.948107 87.632248) (xy 123.867752 87.551893) (xy 123.773264 87.488758) (xy 123.668275 87.44527) + (xy 123.55682 87.4231) (xy 123.44318 87.4231) (xy 123.331725 87.44527) (xy 123.226736 87.488758) + (xy 123.132248 87.551893) (xy 123.051893 87.632248) (xy 122.988758 87.726736) (xy 122.94527 87.831725) + (xy 122.9231 87.94318) (xy 122.1769 87.94318) (xy 122.15473 87.831725) (xy 122.111242 87.726736) + (xy 122.059969 87.65) (xy 122.111242 87.573264) (xy 122.15473 87.468275) (xy 122.1769 87.35682) + (xy 122.1769 87.24318) (xy 122.15473 87.131725) (xy 122.111242 87.026736) (xy 122.059969 86.95) + (xy 122.111242 86.873264) (xy 122.15473 86.768275) (xy 122.1769 86.65682) (xy 122.1769 86.54318) + (xy 122.9231 86.54318) (xy 122.9231 86.65682) (xy 122.94527 86.768275) (xy 122.988758 86.873264) + (xy 123.051893 86.967752) (xy 123.132248 87.048107) (xy 123.226736 87.111242) (xy 123.331725 87.15473) + (xy 123.44318 87.1769) (xy 123.55682 87.1769) (xy 123.668275 87.15473) (xy 123.773264 87.111242) + (xy 123.867752 87.048107) (xy 123.948107 86.967752) (xy 124.011242 86.873264) (xy 124.05473 86.768275) + (xy 124.0769 86.65682) (xy 124.0769 86.54318) (xy 124.1231 86.54318) (xy 124.1231 86.65682) (xy 124.14527 86.768275) + (xy 124.188758 86.873264) (xy 124.251893 86.967752) (xy 124.332248 87.048107) (xy 124.426736 87.111242) + (xy 124.531725 87.15473) (xy 124.64318 87.1769) (xy 124.75682 87.1769) (xy 124.868275 87.15473) + (xy 124.973264 87.111242) (xy 125.067752 87.048107) (xy 125.148107 86.967752) (xy 125.211242 86.873264) + (xy 125.25473 86.768275) (xy 125.2769 86.65682) (xy 125.2769 86.54318) (xy 125.25473 86.431725) + (xy 125.211242 86.326736) (xy 125.148107 86.232248) (xy 125.067752 86.151893) (xy 124.973264 86.088758) + (xy 124.868275 86.04527) (xy 124.75682 86.0231) (xy 124.64318 86.0231) (xy 124.531725 86.04527) + (xy 124.426736 86.088758) (xy 124.332248 86.151893) (xy 124.251893 86.232248) (xy 124.188758 86.326736) + (xy 124.14527 86.431725) (xy 124.1231 86.54318) (xy 124.0769 86.54318) (xy 124.05473 86.431725) + (xy 124.011242 86.326736) (xy 123.948107 86.232248) (xy 123.867752 86.151893) (xy 123.773264 86.088758) + (xy 123.668275 86.04527) (xy 123.55682 86.0231) (xy 123.44318 86.0231) (xy 123.331725 86.04527) + (xy 123.226736 86.088758) (xy 123.132248 86.151893) (xy 123.051893 86.232248) (xy 122.988758 86.326736) + (xy 122.94527 86.431725) (xy 122.9231 86.54318) (xy 122.1769 86.54318) (xy 122.15473 86.431725) + (xy 122.111242 86.326736) (xy 122.048107 86.232248) (xy 121.967752 86.151893) (xy 121.873264 86.088758) + (xy 121.768275 86.04527) (xy 121.65682 86.0231) (xy 121.54318 86.0231) (xy 121.431725 86.04527) + (xy 121.326736 86.088758) (xy 121.232248 86.151893) (xy 121.151893 86.232248) (xy 121.088758 86.326736) + (xy 121.04527 86.431725) (xy 121.0231 86.54318) (xy 100.776292 86.54318) (xy 100.762989 86.476306) + (xy 100.719501 86.371317) (xy 100.656366 86.276829) (xy 100.576011 86.196474) (xy 100.534342 86.168631) + (xy 100.568127 86.087067) (xy 100.590297 85.975612) (xy 100.590297 85.861972) (xy 100.568127 85.750517) + (xy 100.524639 85.645528) (xy 100.461504 85.55104) (xy 100.381149 85.470685) (xy 100.286661 85.40755) + (xy 100.181672 85.364062) (xy 100.070217 85.341892) (xy 99.956577 85.341892) (xy 99.845122 85.364062) + (xy 99.740133 85.40755) (xy 99.645645 85.470685) (xy 99.56529 85.55104) (xy 99.502155 85.645528) + (xy 99.458667 85.750517) (xy 99.436497 85.861972) (xy 98.425875 85.861972) (xy 98.4269 85.85682) + (xy 98.4269 85.74318) (xy 98.40473 85.631725) (xy 98.361242 85.526736) (xy 98.298107 85.432248) + (xy 98.290859 85.425) (xy 98.298107 85.417752) (xy 98.361242 85.323264) (xy 98.40473 85.218275) + (xy 98.4269 85.10682) (xy 98.4269 84.99318) (xy 98.40473 84.881725) (xy 98.370878 84.8) (xy 98.40473 84.718275) + (xy 98.4269 84.60682) (xy 98.4269 84.49318) (xy 98.40473 84.381725) (xy 98.398866 84.367568) (xy 99.55736 84.367568) + (xy 99.55736 84.481208) (xy 99.57953 84.592663) (xy 99.623018 84.697652) (xy 99.686153 84.79214) + (xy 99.766508 84.872495) (xy 99.860996 84.93563) (xy 99.965985 84.979118) (xy 100.07744 85.001288) + (xy 100.19108 85.001288) (xy 100.302535 84.979118) (xy 100.407524 84.93563) (xy 100.502012 84.872495) + (xy 100.582367 84.79214) (xy 100.645502 84.697652) (xy 100.68899 84.592663) (xy 100.71116 84.481208) + (xy 100.71116 84.367568) (xy 100.68899 84.256113) (xy 100.645502 84.151124) (xy 100.582367 84.056636) + (xy 100.502012 83.976281) (xy 100.407524 83.913146) (xy 100.302535 83.869658) (xy 100.19108 83.847488) + (xy 100.07744 83.847488) (xy 99.965985 83.869658) (xy 99.860996 83.913146) (xy 99.766508 83.976281) + (xy 99.686153 84.056636) (xy 99.623018 84.151124) (xy 99.57953 84.256113) (xy 99.55736 84.367568) + (xy 98.398866 84.367568) (xy 98.361242 84.276736) (xy 98.298107 84.182248) (xy 98.217752 84.101893) + (xy 98.123264 84.038758) (xy 98.018275 83.99527) (xy 97.90682 83.9731) (xy 97.79318 83.9731) (xy 97.681725 83.99527) + (xy 97.576736 84.038758) (xy 97.482248 84.101893) (xy 97.401893 84.182248) (xy 97.338758 84.276736) + (xy 97.29527 84.381725) (xy 97.29199 84.398217) (xy 97.11254 84.577667) (xy 97.093386 84.593386) + (xy 97.030667 84.66981) (xy 96.984062 84.757003) (xy 96.962664 84.827542) (xy 96.71254 85.077667) + (xy 96.693386 85.093386) (xy 96.630667 85.16981) (xy 96.584062 85.257003) (xy 96.555363 85.351611) + (xy 96.552872 85.3769) (xy 96.547482 85.431623) (xy 96.467752 85.351893) (xy 96.373264 85.288758) + (xy 96.268275 85.24527) (xy 96.15682 85.2231) (xy 96.04318 85.2231) (xy 95.931725 85.24527) (xy 95.826736 85.288758) + (xy 95.732248 85.351893) (xy 95.651893 85.432248) (xy 95.588758 85.526736) (xy 95.54527 85.631725) + (xy 95.5231 85.74318) (xy 50.277 85.74318) (xy 50.277 84.94318) (xy 54.473102 84.94318) (xy 54.473102 85.05682) + (xy 54.495272 85.168275) (xy 54.53876 85.273264) (xy 54.601895 85.367752) (xy 54.68225 85.448107) + (xy 54.776738 85.511242) (xy 54.881727 85.55473) (xy 54.993182 85.5769) (xy 55.106822 85.5769) (xy 55.218277 85.55473) + (xy 55.323266 85.511242) (xy 55.417754 85.448107) (xy 55.498109 85.367752) (xy 55.561244 85.273264) + (xy 55.604732 85.168275) (xy 55.626902 85.05682) (xy 55.626902 84.94318) (xy 55.604732 84.831725) + (xy 55.561244 84.726736) (xy 55.498109 84.632248) (xy 55.417754 84.551893) (xy 55.323266 84.488758) + (xy 55.218277 84.44527) (xy 55.106822 84.4231) (xy 54.993182 84.4231) (xy 54.881727 84.44527) (xy 54.776738 84.488758) + (xy 54.68225 84.551893) (xy 54.601895 84.632248) (xy 54.53876 84.726736) (xy 54.495272 84.831725) + (xy 54.473102 84.94318) (xy 50.277 84.94318) (xy 50.277 82.94318) (xy 54.4731 82.94318) (xy 54.4731 83.05682) + (xy 54.49527 83.168275) (xy 54.538758 83.273264) (xy 54.601893 83.367752) (xy 54.682248 83.448107) + (xy 54.776736 83.511242) (xy 54.881725 83.55473) (xy 54.99318 83.5769) (xy 55.10682 83.5769) (xy 55.218275 83.55473) + (xy 55.323264 83.511242) (xy 55.417752 83.448107) (xy 55.498107 83.367752) (xy 55.561242 83.273264) + (xy 55.60473 83.168275) (xy 55.6269 83.05682) (xy 55.6269 82.94318) (xy 55.60473 82.831725) (xy 55.561242 82.726736) + (xy 55.498107 82.632248) (xy 55.417752 82.551893) (xy 55.323264 82.488758) (xy 55.218275 82.44527) + (xy 55.10682 82.4231) (xy 54.99318 82.4231) (xy 54.881725 82.44527) (xy 54.776736 82.488758) (xy 54.682248 82.551893) + (xy 54.601893 82.632248) (xy 54.538758 82.726736) (xy 54.49527 82.831725) (xy 54.4731 82.94318) + (xy 50.277 82.94318) (xy 50.277 81.74318) (xy 92.9231 81.74318) (xy 92.9231 81.85682) (xy 92.94527 81.968275) + (xy 92.988758 82.073264) (xy 93.051893 82.167752) (xy 93.132248 82.248107) (xy 93.226736 82.311242) + (xy 93.331725 82.35473) (xy 93.44318 82.3769) (xy 93.55682 82.3769) (xy 93.668275 82.35473) (xy 93.773264 82.311242) + (xy 93.800295 82.29318) (xy 99.1231 82.29318) (xy 99.1231 82.40682) (xy 99.14527 82.518275) (xy 99.188758 82.623264) + (xy 99.251893 82.717752) (xy 99.332248 82.798107) (xy 99.426736 82.861242) (xy 99.531725 82.90473) + (xy 99.64318 82.9269) (xy 99.75682 82.9269) (xy 99.868275 82.90473) (xy 99.973264 82.861242) (xy 100.067752 82.798107) + (xy 100.110355 82.755504) (xy 100.114121 82.75927) (xy 100.200419 82.816932) (xy 100.296309 82.856651) + (xy 100.398105 82.8769) (xy 100.501895 82.8769) (xy 100.603691 82.856651) (xy 100.699581 82.816932) + (xy 100.785879 82.75927) (xy 100.85927 82.685879) (xy 100.916932 82.599581) (xy 100.956651 82.503691) + (xy 100.9769 82.401895) (xy 100.9769 82.298105) (xy 100.956651 82.196309) (xy 100.916932 82.100419) + (xy 100.85927 82.014121) (xy 100.785879 81.94073) (xy 100.699581 81.883068) (xy 100.603691 81.843349) + (xy 100.501895 81.8231) (xy 100.398105 81.8231) (xy 100.296309 81.843349) (xy 100.200419 81.883068) + (xy 100.114121 81.94073) (xy 100.110355 81.944496) (xy 100.067752 81.901893) (xy 99.973264 81.838758) + (xy 99.868275 81.79527) (xy 99.75682 81.7731) (xy 99.64318 81.7731) (xy 99.531725 81.79527) (xy 99.426736 81.838758) + (xy 99.332248 81.901893) (xy 99.251893 81.982248) (xy 99.188758 82.076736) (xy 99.14527 82.181725) + (xy 99.1231 82.29318) (xy 93.800295 82.29318) (xy 93.867752 82.248107) (xy 93.948107 82.167752) + (xy 94.011242 82.073264) (xy 94.05473 81.968275) (xy 94.0769 81.85682) (xy 94.0769 81.74318) (xy 94.057009 81.64318) + (xy 96.7231 81.64318) (xy 96.7231 81.75682) (xy 96.74527 81.868275) (xy 96.788758 81.973264) (xy 96.851893 82.067752) + (xy 96.932248 82.148107) (xy 97.026736 82.211242) (xy 97.131725 82.25473) (xy 97.24318 82.2769) + (xy 97.35682 82.2769) (xy 97.468275 82.25473) (xy 97.573264 82.211242) (xy 97.667752 82.148107) + (xy 97.748107 82.067752) (xy 97.811242 81.973264) (xy 97.85473 81.868275) (xy 97.8769 81.75682) + (xy 97.8769 81.64318) (xy 97.85473 81.531725) (xy 97.811242 81.426736) (xy 97.748107 81.332248) + (xy 97.667752 81.251893) (xy 97.573264 81.188758) (xy 97.468275 81.14527) (xy 97.35682 81.1231) + (xy 97.24318 81.1231) (xy 97.131725 81.14527) (xy 97.026736 81.188758) (xy 96.932248 81.251893) + (xy 96.851893 81.332248) (xy 96.788758 81.426736) (xy 96.74527 81.531725) (xy 96.7231 81.64318) + (xy 94.057009 81.64318) (xy 94.05473 81.631725) (xy 94.011242 81.526736) (xy 93.948107 81.432248) + (xy 93.867752 81.351893) (xy 93.773264 81.288758) (xy 93.668275 81.24527) (xy 93.55682 81.2231) + (xy 93.44318 81.2231) (xy 93.331725 81.24527) (xy 93.226736 81.288758) (xy 93.132248 81.351893) + (xy 93.051893 81.432248) (xy 92.988758 81.526736) (xy 92.94527 81.631725) (xy 92.9231 81.74318) + (xy 50.277 81.74318) (xy 50.277 80.94318) (xy 54.4731 80.94318) (xy 54.4731 81.05682) (xy 54.49527 81.168275) + (xy 54.538758 81.273264) (xy 54.601893 81.367752) (xy 54.682248 81.448107) (xy 54.776736 81.511242) + (xy 54.881725 81.55473) (xy 54.99318 81.5769) (xy 55.10682 81.5769) (xy 55.218275 81.55473) (xy 55.323264 81.511242) + (xy 55.417752 81.448107) (xy 55.498107 81.367752) (xy 55.561242 81.273264) (xy 55.60473 81.168275) + (xy 55.6269 81.05682) (xy 55.6269 80.94318) (xy 55.60473 80.831725) (xy 55.561242 80.726736) (xy 55.498107 80.632248) + (xy 55.417752 80.551893) (xy 55.323264 80.488758) (xy 55.218275 80.44527) (xy 55.10682 80.4231) + (xy 54.99318 80.4231) (xy 54.881725 80.44527) (xy 54.776736 80.488758) (xy 54.682248 80.551893) + (xy 54.601893 80.632248) (xy 54.538758 80.726736) (xy 54.49527 80.831725) (xy 54.4731 80.94318) + (xy 50.277 80.94318) (xy 50.277 80.352118) (xy 62.44801 80.352118) (xy 62.44801 80.465758) (xy 62.47018 80.577213) + (xy 62.513668 80.682202) (xy 62.576803 80.77669) (xy 62.657158 80.857045) (xy 62.751646 80.92018) + (xy 62.856635 80.963668) (xy 62.96809 80.985838) (xy 63.08173 80.985838) (xy 63.193185 80.963668) + (xy 63.298174 80.92018) (xy 63.392662 80.857045) (xy 63.473017 80.77669) (xy 63.536152 80.682202) + (xy 63.57964 80.577213) (xy 63.60181 80.465758) (xy 63.60181 80.352118) (xy 63.600033 80.34318) + (xy 66.2231 80.34318) (xy 66.2231 80.45682) (xy 66.24527 80.568275) (xy 66.288758 80.673264) (xy 66.351893 80.767752) + (xy 66.432248 80.848107) (xy 66.526736 80.911242) (xy 66.631725 80.95473) (xy 66.74318 80.9769) + (xy 66.85682 80.9769) (xy 66.968275 80.95473) (xy 67.073264 80.911242) (xy 67.167752 80.848107) + (xy 67.248107 80.767752) (xy 67.311242 80.673264) (xy 67.35473 80.568275) (xy 67.3769 80.45682) + (xy 67.3769 80.34318) (xy 70.0231 80.34318) (xy 70.0231 80.45682) (xy 70.04527 80.568275) (xy 70.088758 80.673264) + (xy 70.151893 80.767752) (xy 70.232248 80.848107) (xy 70.326736 80.911242) (xy 70.431725 80.95473) + (xy 70.54318 80.9769) (xy 70.65682 80.9769) (xy 70.768275 80.95473) (xy 70.873264 80.911242) (xy 70.967752 80.848107) + (xy 71.048107 80.767752) (xy 71.111242 80.673264) (xy 71.15473 80.568275) (xy 71.1769 80.45682) + (xy 71.1769 80.34318) (xy 73.8231 80.34318) (xy 73.8231 80.45682) (xy 73.84527 80.568275) (xy 73.888758 80.673264) + (xy 73.951893 80.767752) (xy 74.032248 80.848107) (xy 74.126736 80.911242) (xy 74.231725 80.95473) + (xy 74.34318 80.9769) (xy 74.45682 80.9769) (xy 74.568275 80.95473) (xy 74.673264 80.911242) (xy 74.767752 80.848107) + (xy 74.848107 80.767752) (xy 74.911242 80.673264) (xy 74.95473 80.568275) (xy 74.9769 80.45682) + (xy 74.9769 80.34318) (xy 77.6231 80.34318) (xy 77.6231 80.45682) (xy 77.64527 80.568275) (xy 77.688758 80.673264) + (xy 77.751893 80.767752) (xy 77.832248 80.848107) (xy 77.926736 80.911242) (xy 78.031725 80.95473) + (xy 78.14318 80.9769) (xy 78.25682 80.9769) (xy 78.368275 80.95473) (xy 78.473264 80.911242) (xy 78.567752 80.848107) + (xy 78.648107 80.767752) (xy 78.711242 80.673264) (xy 78.75473 80.568275) (xy 78.7769 80.45682) + (xy 78.7769 80.34318) (xy 81.4231 80.34318) (xy 81.4231 80.45682) (xy 81.44527 80.568275) (xy 81.488758 80.673264) + (xy 81.551893 80.767752) (xy 81.632248 80.848107) (xy 81.726736 80.911242) (xy 81.831725 80.95473) + (xy 81.94318 80.9769) (xy 82.05682 80.9769) (xy 82.168275 80.95473) (xy 82.273264 80.911242) (xy 82.367752 80.848107) + (xy 82.448107 80.767752) (xy 82.511242 80.673264) (xy 82.55473 80.568275) (xy 82.5769 80.45682) + (xy 82.5769 80.34318) (xy 85.2231 80.34318) (xy 85.2231 80.45682) (xy 85.24527 80.568275) (xy 85.288758 80.673264) + (xy 85.351893 80.767752) (xy 85.432248 80.848107) (xy 85.526736 80.911242) (xy 85.631725 80.95473) + (xy 85.74318 80.9769) (xy 85.85682 80.9769) (xy 85.968275 80.95473) (xy 86.073264 80.911242) (xy 86.167752 80.848107) + (xy 86.248107 80.767752) (xy 86.311242 80.673264) (xy 86.35473 80.568275) (xy 86.3769 80.45682) + (xy 86.3769 80.34318) (xy 86.35473 80.231725) (xy 86.311242 80.126736) (xy 86.248107 80.032248) + (xy 86.167752 79.951893) (xy 86.073264 79.888758) (xy 85.968275 79.84527) (xy 85.85682 79.8231) + (xy 85.74318 79.8231) (xy 85.631725 79.84527) (xy 85.526736 79.888758) (xy 85.432248 79.951893) + (xy 85.351893 80.032248) (xy 85.288758 80.126736) (xy 85.24527 80.231725) (xy 85.2231 80.34318) + (xy 82.5769 80.34318) (xy 82.55473 80.231725) (xy 82.511242 80.126736) (xy 82.448107 80.032248) + (xy 82.367752 79.951893) (xy 82.273264 79.888758) (xy 82.168275 79.84527) (xy 82.05682 79.8231) + (xy 81.94318 79.8231) (xy 81.831725 79.84527) (xy 81.726736 79.888758) (xy 81.632248 79.951893) + (xy 81.551893 80.032248) (xy 81.488758 80.126736) (xy 81.44527 80.231725) (xy 81.4231 80.34318) + (xy 78.7769 80.34318) (xy 78.75473 80.231725) (xy 78.711242 80.126736) (xy 78.648107 80.032248) + (xy 78.567752 79.951893) (xy 78.473264 79.888758) (xy 78.368275 79.84527) (xy 78.25682 79.8231) + (xy 78.14318 79.8231) (xy 78.031725 79.84527) (xy 77.926736 79.888758) (xy 77.832248 79.951893) + (xy 77.751893 80.032248) (xy 77.688758 80.126736) (xy 77.64527 80.231725) (xy 77.6231 80.34318) + (xy 74.9769 80.34318) (xy 74.95473 80.231725) (xy 74.911242 80.126736) (xy 74.848107 80.032248) + (xy 74.767752 79.951893) (xy 74.673264 79.888758) (xy 74.568275 79.84527) (xy 74.45682 79.8231) + (xy 74.34318 79.8231) (xy 74.231725 79.84527) (xy 74.126736 79.888758) (xy 74.032248 79.951893) + (xy 73.951893 80.032248) (xy 73.888758 80.126736) (xy 73.84527 80.231725) (xy 73.8231 80.34318) + (xy 71.1769 80.34318) (xy 71.15473 80.231725) (xy 71.111242 80.126736) (xy 71.048107 80.032248) + (xy 70.967752 79.951893) (xy 70.873264 79.888758) (xy 70.768275 79.84527) (xy 70.65682 79.8231) + (xy 70.54318 79.8231) (xy 70.431725 79.84527) (xy 70.326736 79.888758) (xy 70.232248 79.951893) + (xy 70.151893 80.032248) (xy 70.088758 80.126736) (xy 70.04527 80.231725) (xy 70.0231 80.34318) + (xy 67.3769 80.34318) (xy 67.35473 80.231725) (xy 67.311242 80.126736) (xy 67.248107 80.032248) + (xy 67.167752 79.951893) (xy 67.073264 79.888758) (xy 66.968275 79.84527) (xy 66.85682 79.8231) + (xy 66.74318 79.8231) (xy 66.631725 79.84527) (xy 66.526736 79.888758) (xy 66.432248 79.951893) + (xy 66.351893 80.032248) (xy 66.288758 80.126736) (xy 66.24527 80.231725) (xy 66.2231 80.34318) + (xy 63.600033 80.34318) (xy 63.57964 80.240663) (xy 63.536152 80.135674) (xy 63.473017 80.041186) + (xy 63.392662 79.960831) (xy 63.298174 79.897696) (xy 63.193185 79.854208) (xy 63.08173 79.832038) + (xy 62.96809 79.832038) (xy 62.856635 79.854208) (xy 62.751646 79.897696) (xy 62.657158 79.960831) + (xy 62.576803 80.041186) (xy 62.513668 80.135674) (xy 62.47018 80.240663) (xy 62.44801 80.352118) + (xy 50.277 80.352118) (xy 50.277 79.49318) (xy 57.5731 79.49318) (xy 57.5731 79.60682) (xy 57.59527 79.718275) + (xy 57.638758 79.823264) (xy 57.701893 79.917752) (xy 57.782248 79.998107) (xy 57.876736 80.061242) + (xy 57.981725 80.10473) (xy 58.09318 80.1269) (xy 58.20682 80.1269) (xy 58.318275 80.10473) (xy 58.423264 80.061242) + (xy 58.517752 79.998107) (xy 58.598107 79.917752) (xy 58.661242 79.823264) (xy 58.70473 79.718275) + (xy 58.7269 79.60682) (xy 58.7269 79.49318) (xy 58.70473 79.381725) (xy 58.661242 79.276736) (xy 58.598107 79.182248) + (xy 58.517752 79.101893) (xy 58.423264 79.038758) (xy 58.318275 78.99527) (xy 58.20682 78.9731) + (xy 58.09318 78.9731) (xy 57.981725 78.99527) (xy 57.876736 79.038758) (xy 57.782248 79.101893) + (xy 57.701893 79.182248) (xy 57.638758 79.276736) (xy 57.59527 79.381725) (xy 57.5731 79.49318) + (xy 50.277 79.49318) (xy 50.277 75.642966) (xy 50.368244 76.101681) (xy 50.652954 76.789033) (xy 51.06629 77.407634) + (xy 51.592366 77.93371) (xy 52.210967 78.347046) (xy 52.898319 78.631756) (xy 53.628008 78.7769) + (xy 54.371992 78.7769) (xy 55.101681 78.631756) (xy 55.789033 78.347046) (xy 56.407634 77.93371) + (xy 56.93371 77.407634) (xy 57.347046 76.789033) (xy 57.500501 76.418557) (xy 58.9731 76.418557) + (xy 58.9731 76.581443) (xy 59.004877 76.741198) (xy 59.067211 76.891684) (xy 59.157705 77.027118) + (xy 59.272882 77.142295) (xy 59.408316 77.232789) (xy 59.558802 77.295123) (xy 59.718557 77.3269) + (xy 59.881443 77.3269) (xy 60.041198 77.295123) (xy 60.191684 77.232789) (xy 60.327118 77.142295) + (xy 60.442295 77.027118) (xy 60.475662 76.977181) (xy 60.526637 77.011242) (xy 60.631626 77.05473) + (xy 60.743081 77.0769) (xy 60.856721 77.0769) (xy 60.968176 77.05473) (xy 61.073165 77.011242) (xy 61.167653 76.948107) + (xy 61.248008 76.867752) (xy 61.311143 76.773264) (xy 61.34995 76.679576) (xy 61.388758 76.773266) + (xy 61.451893 76.867754) (xy 61.532248 76.948109) (xy 61.626736 77.011244) (xy 61.731725 77.054732) + (xy 61.84318 77.076902) (xy 61.95682 77.076902) (xy 62.068275 77.054732) (xy 62.173264 77.011244) + (xy 62.267752 76.948109) (xy 62.348107 76.867754) (xy 62.411242 76.773266) (xy 62.45473 76.668277) + (xy 62.4769 76.556822) (xy 62.4769 76.448505) (xy 62.537827 76.448505) (xy 62.537827 76.562145) + (xy 62.559997 76.6736) (xy 62.603485 76.778589) (xy 62.66662 76.873077) (xy 62.746975 76.953432) + (xy 62.841463 77.016567) (xy 62.946452 77.060055) (xy 63.057907 77.082225) (xy 63.171547 77.082225) + (xy 63.283002 77.060055) (xy 63.387991 77.016567) (xy 63.482479 76.953432) (xy 63.562834 76.873077) + (xy 63.625969 76.778589) (xy 63.669457 76.6736) (xy 63.682893 76.606053) (xy 63.69527 76.668275) + (xy 63.738758 76.773264) (xy 63.801893 76.867752) (xy 63.882248 76.948107) (xy 63.976736 77.011242) + (xy 64.081725 77.05473) (xy 64.19318 77.0769) (xy 64.30682 77.0769) (xy 64.418275 77.05473) (xy 64.523264 77.011242) + (xy 64.617752 76.948107) (xy 64.698107 76.867752) (xy 64.761242 76.773264) (xy 64.80473 76.668275) + (xy 64.8269 76.55682) (xy 64.8269 76.44318) (xy 64.9231 76.44318) (xy 64.9231 76.55682) (xy 64.94527 76.668275) + (xy 64.988758 76.773264) (xy 65.051893 76.867752) (xy 65.132248 76.948107) (xy 65.226736 77.011242) + (xy 65.331725 77.05473) (xy 65.44318 77.0769) (xy 65.55682 77.0769) (xy 65.668275 77.05473) (xy 65.773264 77.011242) + (xy 65.867752 76.948107) (xy 65.948107 76.867752) (xy 66.011242 76.773264) (xy 66.05473 76.668275) + (xy 66.0769 76.55682) (xy 66.0769 76.44318) (xy 66.073917 76.42818) (xy 66.2081 76.42818) (xy 66.2081 76.54182) + (xy 66.23027 76.653275) (xy 66.273758 76.758264) (xy 66.336893 76.852752) (xy 66.417248 76.933107) + (xy 66.511736 76.996242) (xy 66.616725 77.03973) (xy 66.72818 77.0619) (xy 66.84182 77.0619) (xy 66.953275 77.03973) + (xy 67.058264 76.996242) (xy 67.152752 76.933107) (xy 67.233107 76.852752) (xy 67.296242 76.758264) + (xy 67.33973 76.653275) (xy 67.3619 76.54182) (xy 67.3619 76.44318) (xy 67.4731 76.44318) (xy 67.4731 76.55682) + (xy 67.49527 76.668275) (xy 67.538758 76.773264) (xy 67.601893 76.867752) (xy 67.682248 76.948107) + (xy 67.776736 77.011242) (xy 67.881725 77.05473) (xy 67.99318 77.0769) (xy 68.10682 77.0769) (xy 68.218275 77.05473) + (xy 68.323264 77.011242) (xy 68.417752 76.948107) (xy 68.498107 76.867752) (xy 68.561242 76.773264) + (xy 68.60473 76.668275) (xy 68.6269 76.55682) (xy 68.6269 76.44318) (xy 68.723096 76.44318) (xy 68.723096 76.55682) + (xy 68.745266 76.668275) (xy 68.788754 76.773264) (xy 68.851889 76.867752) (xy 68.932244 76.948107) + (xy 69.026732 77.011242) (xy 69.131721 77.05473) (xy 69.243176 77.0769) (xy 69.356816 77.0769) (xy 69.468271 77.05473) + (xy 69.57326 77.011242) (xy 69.667748 76.948107) (xy 69.748103 76.867752) (xy 69.811238 76.773264) + (xy 69.854726 76.668275) (xy 69.876896 76.55682) (xy 69.876896 76.44318) (xy 70.0231 76.44318) (xy 70.0231 76.55682) + (xy 70.04527 76.668275) (xy 70.088758 76.773264) (xy 70.151893 76.867752) (xy 70.232248 76.948107) + (xy 70.326736 77.011242) (xy 70.431725 77.05473) (xy 70.54318 77.0769) (xy 70.65682 77.0769) (xy 70.768275 77.05473) + (xy 70.873264 77.011242) (xy 70.967752 76.948107) (xy 71.048107 76.867752) (xy 71.111242 76.773264) + (xy 71.15473 76.668275) (xy 71.1769 76.55682) (xy 71.1769 76.44318) (xy 71.2731 76.44318) (xy 71.2731 76.55682) + (xy 71.29527 76.668275) (xy 71.338758 76.773264) (xy 71.401893 76.867752) (xy 71.482248 76.948107) + (xy 71.576736 77.011242) (xy 71.681725 77.05473) (xy 71.79318 77.0769) (xy 71.90682 77.0769) (xy 72.018275 77.05473) + (xy 72.123264 77.011242) (xy 72.217752 76.948107) (xy 72.298107 76.867752) (xy 72.361242 76.773264) + (xy 72.40473 76.668275) (xy 72.4269 76.55682) (xy 72.4269 76.44318) (xy 72.523106 76.44318) (xy 72.523106 76.55682) + (xy 72.545276 76.668275) (xy 72.588764 76.773264) (xy 72.651899 76.867752) (xy 72.732254 76.948107) + (xy 72.826742 77.011242) (xy 72.931731 77.05473) (xy 73.043186 77.0769) (xy 73.156826 77.0769) (xy 73.268281 77.05473) + (xy 73.37327 77.011242) (xy 73.467758 76.948107) (xy 73.548113 76.867752) (xy 73.611248 76.773264) + (xy 73.654736 76.668275) (xy 73.676906 76.55682) (xy 73.676906 76.44318) (xy 73.8231 76.44318) (xy 73.8231 76.55682) + (xy 73.84527 76.668275) (xy 73.888758 76.773264) (xy 73.951893 76.867752) (xy 74.032248 76.948107) + (xy 74.126736 77.011242) (xy 74.231725 77.05473) (xy 74.34318 77.0769) (xy 74.45682 77.0769) (xy 74.568275 77.05473) + (xy 74.673264 77.011242) (xy 74.767752 76.948107) (xy 74.848107 76.867752) (xy 74.911242 76.773264) + (xy 74.95473 76.668275) (xy 74.9769 76.55682) (xy 74.9769 76.44318) (xy 75.1231 76.44318) (xy 75.1231 76.55682) + (xy 75.14527 76.668275) (xy 75.188758 76.773264) (xy 75.251893 76.867752) (xy 75.332248 76.948107) + (xy 75.426736 77.011242) (xy 75.531725 77.05473) (xy 75.64318 77.0769) (xy 75.75682 77.0769) (xy 75.868275 77.05473) + (xy 75.973264 77.011242) (xy 76.067752 76.948107) (xy 76.148107 76.867752) (xy 76.211242 76.773264) + (xy 76.25473 76.668275) (xy 76.2769 76.55682) (xy 76.2769 76.44318) (xy 76.323098 76.44318) (xy 76.323098 76.55682) + (xy 76.345268 76.668275) (xy 76.388756 76.773264) (xy 76.451891 76.867752) (xy 76.532246 76.948107) + (xy 76.626734 77.011242) (xy 76.731723 77.05473) (xy 76.843178 77.0769) (xy 76.956818 77.0769) (xy 77.068273 77.05473) + (xy 77.173262 77.011242) (xy 77.26775 76.948107) (xy 77.348105 76.867752) (xy 77.41124 76.773264) + (xy 77.454728 76.668275) (xy 77.476898 76.55682) (xy 77.476898 76.44318) (xy 77.6231 76.44318) (xy 77.6231 76.55682) + (xy 77.64527 76.668275) (xy 77.688758 76.773264) (xy 77.751893 76.867752) (xy 77.832248 76.948107) + (xy 77.926736 77.011242) (xy 78.031725 77.05473) (xy 78.14318 77.0769) (xy 78.25682 77.0769) (xy 78.368275 77.05473) + (xy 78.473264 77.011242) (xy 78.567752 76.948107) (xy 78.648107 76.867752) (xy 78.711242 76.773264) + (xy 78.75473 76.668275) (xy 78.7769 76.55682) (xy 78.7769 76.44318) (xy 78.9231 76.44318) (xy 78.9231 76.55682) + (xy 78.94527 76.668275) (xy 78.988758 76.773264) (xy 79.051893 76.867752) (xy 79.132248 76.948107) + (xy 79.226736 77.011242) (xy 79.331725 77.05473) (xy 79.44318 77.0769) (xy 79.55682 77.0769) (xy 79.668275 77.05473) + (xy 79.773264 77.011242) (xy 79.867752 76.948107) (xy 79.948107 76.867752) (xy 80.011242 76.773264) + (xy 80.05473 76.668275) (xy 80.0769 76.55682) (xy 80.0769 76.44318) (xy 80.223112 76.44318) (xy 80.223112 76.55682) + (xy 80.245282 76.668275) (xy 80.28877 76.773264) (xy 80.351905 76.867752) (xy 80.43226 76.948107) + (xy 80.526748 77.011242) (xy 80.631737 77.05473) (xy 80.743192 77.0769) (xy 80.856832 77.0769) (xy 80.968287 77.05473) + (xy 81.073276 77.011242) (xy 81.167764 76.948107) (xy 81.248119 76.867752) (xy 81.311254 76.773264) + (xy 81.354742 76.668275) (xy 81.376912 76.55682) (xy 81.376912 76.44318) (xy 81.4231 76.44318) (xy 81.4231 76.55682) + (xy 81.44527 76.668275) (xy 81.488758 76.773264) (xy 81.551893 76.867752) (xy 81.632248 76.948107) + (xy 81.726736 77.011242) (xy 81.831725 77.05473) (xy 81.94318 77.0769) (xy 82.05682 77.0769) (xy 82.168275 77.05473) + (xy 82.273264 77.011242) (xy 82.367752 76.948107) (xy 82.448107 76.867752) (xy 82.511242 76.773264) + (xy 82.55473 76.668275) (xy 82.5769 76.55682) (xy 82.5769 76.44318) (xy 82.575906 76.43818) (xy 82.7181 76.43818) + (xy 82.7181 76.55182) (xy 82.74027 76.663275) (xy 82.783758 76.768264) (xy 82.846893 76.862752) + (xy 82.927248 76.943107) (xy 83.021736 77.006242) (xy 83.126725 77.04973) (xy 83.23818 77.0719) + (xy 83.35182 77.0719) (xy 83.463275 77.04973) (xy 83.568264 77.006242) (xy 83.662752 76.943107) + (xy 83.743107 76.862752) (xy 83.745865 76.858624) (xy 83.751968 76.867758) (xy 83.832323 76.948113) + (xy 83.926811 77.011248) (xy 84.0318 77.054736) (xy 84.143255 77.076906) (xy 84.256895 77.076906) + (xy 84.36835 77.054736) (xy 84.473339 77.011248) (xy 84.524334 76.977174) (xy 84.557705 77.027118) + (xy 84.672882 77.142295) (xy 84.808316 77.232789) (xy 84.958802 77.295123) (xy 85.118557 77.3269) + (xy 85.281443 77.3269) (xy 85.441198 77.295123) (xy 85.591684 77.232789) (xy 85.727118 77.142295) + (xy 85.749413 77.12) (xy 91.441761 77.12) (xy 91.441761 78.32) (xy 91.451911 78.423054) (xy 91.481971 78.522148) + (xy 91.530785 78.613474) (xy 91.596479 78.693521) (xy 91.676526 78.759215) (xy 91.767852 78.808029) + (xy 91.866946 78.838089) (xy 91.97 78.848239) (xy 93.17 78.848239) (xy 93.273054 78.838089) (xy 93.348101 78.815324) + (xy 93.348101 78.949621) (xy 93.29481 79.049322) (xy 93.257533 79.172207) (xy 93.244947 79.3) (xy 93.257533 79.427793) + (xy 93.29481 79.550678) (xy 93.355343 79.663928) (xy 93.416395 79.738319) (xy 94.391492 80.713418) + (xy 94.411906 80.738292) (xy 94.51117 80.819756) (xy 94.624421 80.88029) (xy 94.747304 80.917566) + (xy 94.843077 80.926999) (xy 94.843084 80.926999) (xy 94.875098 80.930152) (xy 94.907112 80.926999) + (xy 99.905075 80.926999) (xy 105.016395 86.038321) (xy 105.036807 86.063193) (xy 105.061679 86.083605) + (xy 105.095355 86.111242) (xy 105.136071 86.144657) (xy 105.249322 86.205191) (xy 105.372205 86.242467) + (xy 105.467978 86.2519) (xy 105.467985 86.2519) (xy 105.499999 86.255053) (xy 105.532013 86.2519) + (xy 107.832022 86.2519) (xy 107.85 86.250129) (xy 107.867978 86.2519) (xy 108.432022 86.2519) (xy 108.527795 86.242467) + (xy 108.650678 86.205191) (xy 108.763929 86.144657) (xy 108.863193 86.063193) (xy 108.944657 85.963929) + (xy 109.005191 85.850678) (xy 109.042467 85.727795) (xy 109.055054 85.6) (xy 109.042467 85.472205) + (xy 109.005191 85.349322) (xy 108.944657 85.236071) (xy 108.863193 85.136807) (xy 108.763929 85.055343) + (xy 108.650678 84.994809) (xy 108.527795 84.957533) (xy 108.432022 84.9481) (xy 107.867978 84.9481) + (xy 107.85 84.949871) (xy 107.832022 84.9481) (xy 105.770026 84.9481) (xy 104.665106 83.84318) (xy 118.2231 83.84318) + (xy 118.2231 83.95682) (xy 118.24527 84.068275) (xy 118.288758 84.173264) (xy 118.351893 84.267752) + (xy 118.432248 84.348107) (xy 118.435081 84.35) (xy 118.432248 84.351893) (xy 118.351893 84.432248) + (xy 118.288758 84.526736) (xy 118.24527 84.631725) (xy 118.2231 84.74318) (xy 118.2231 84.85682) + (xy 118.24527 84.968275) (xy 118.288758 85.073264) (xy 118.351893 85.167752) (xy 118.432248 85.248107) + (xy 118.526736 85.311242) (xy 118.631725 85.35473) (xy 118.74318 85.3769) (xy 118.85682 85.3769) + (xy 118.968275 85.35473) (xy 119.073264 85.311242) (xy 119.167752 85.248107) (xy 119.248107 85.167752) + (xy 119.297934 85.09318) (xy 126.0731 85.09318) (xy 126.0731 85.20682) (xy 126.09527 85.318275) + (xy 126.138758 85.423264) (xy 126.201893 85.517752) (xy 126.282248 85.598107) (xy 126.376736 85.661242) + (xy 126.481725 85.70473) (xy 126.59318 85.7269) (xy 126.70682 85.7269) (xy 126.818275 85.70473) + (xy 126.923264 85.661242) (xy 127.017752 85.598107) (xy 127.098107 85.517752) (xy 127.161242 85.423264) + (xy 127.20473 85.318275) (xy 127.2269 85.20682) (xy 127.2269 85.09318) (xy 127.20473 84.981725) + (xy 127.161242 84.876736) (xy 127.098107 84.782248) (xy 127.017752 84.701893) (xy 126.923264 84.638758) + (xy 126.818275 84.59527) (xy 126.725924 84.5769) (xy 126.75682 84.5769) (xy 126.868275 84.55473) + (xy 126.973264 84.511242) (xy 127.067752 84.448107) (xy 127.148107 84.367752) (xy 127.211242 84.273264) + (xy 127.25473 84.168275) (xy 127.2769 84.05682) (xy 127.2769 83.94318) (xy 127.25473 83.831725) + (xy 127.211242 83.726736) (xy 127.148107 83.632248) (xy 127.067752 83.551893) (xy 126.973264 83.488758) + (xy 126.868275 83.44527) (xy 126.75682 83.4231) (xy 126.64318 83.4231) (xy 126.531725 83.44527) + (xy 126.426736 83.488758) (xy 126.332248 83.551893) (xy 126.251893 83.632248) (xy 126.188758 83.726736) + (xy 126.14527 83.831725) (xy 126.1231 83.94318) (xy 126.1231 84.05682) (xy 126.14527 84.168275) + (xy 126.188758 84.273264) (xy 126.251893 84.367752) (xy 126.332248 84.448107) (xy 126.426736 84.511242) + (xy 126.531725 84.55473) (xy 126.624076 84.5731) (xy 126.59318 84.5731) (xy 126.481725 84.59527) + (xy 126.376736 84.638758) (xy 126.282248 84.701893) (xy 126.201893 84.782248) (xy 126.138758 84.876736) + (xy 126.09527 84.981725) (xy 126.0731 85.09318) (xy 119.297934 85.09318) (xy 119.311242 85.073264) + (xy 119.35473 84.968275) (xy 119.3769 84.85682) (xy 119.3769 84.74318) (xy 119.35473 84.631725) + (xy 119.311242 84.526736) (xy 119.248107 84.432248) (xy 119.167752 84.351893) (xy 119.164919 84.35) + (xy 119.167752 84.348107) (xy 119.248107 84.267752) (xy 119.311242 84.173264) (xy 119.35473 84.068275) + (xy 119.3769 83.95682) (xy 119.3769 83.84318) (xy 122.2231 83.84318) (xy 122.2231 83.95682) (xy 122.24527 84.068275) + (xy 122.288758 84.173264) (xy 122.351893 84.267752) (xy 122.432248 84.348107) (xy 122.526736 84.411242) + (xy 122.631725 84.45473) (xy 122.74318 84.4769) (xy 122.85682 84.4769) (xy 122.968275 84.45473) + (xy 123.073264 84.411242) (xy 123.167752 84.348107) (xy 123.248107 84.267752) (xy 123.3 84.190089) + (xy 123.351893 84.267752) (xy 123.432248 84.348107) (xy 123.526736 84.411242) (xy 123.631725 84.45473) + (xy 123.74318 84.4769) (xy 123.85682 84.4769) (xy 123.968275 84.45473) (xy 124.073264 84.411242) + (xy 124.167752 84.348107) (xy 124.248107 84.267752) (xy 124.311242 84.173264) (xy 124.35473 84.068275) + (xy 124.3769 83.95682) (xy 124.3769 83.84318) (xy 124.35473 83.731725) (xy 124.311242 83.626736) + (xy 124.248107 83.532248) (xy 124.167752 83.451893) (xy 124.073264 83.388758) (xy 123.968275 83.34527) + (xy 123.85682 83.3231) (xy 123.74318 83.3231) (xy 123.631725 83.34527) (xy 123.526736 83.388758) + (xy 123.432248 83.451893) (xy 123.351893 83.532248) (xy 123.3 83.609911) (xy 123.248107 83.532248) + (xy 123.167752 83.451893) (xy 123.073264 83.388758) (xy 122.968275 83.34527) (xy 122.85682 83.3231) + (xy 122.74318 83.3231) (xy 122.631725 83.34527) (xy 122.526736 83.388758) (xy 122.432248 83.451893) + (xy 122.351893 83.532248) (xy 122.288758 83.626736) (xy 122.24527 83.731725) (xy 122.2231 83.84318) + (xy 119.3769 83.84318) (xy 119.35473 83.731725) (xy 119.311242 83.626736) (xy 119.248107 83.532248) + (xy 119.167752 83.451893) (xy 119.073264 83.388758) (xy 118.968275 83.34527) (xy 118.85682 83.3231) + (xy 118.74318 83.3231) (xy 118.631725 83.34527) (xy 118.526736 83.388758) (xy 118.432248 83.451893) + (xy 118.351893 83.532248) (xy 118.288758 83.626736) (xy 118.24527 83.731725) (xy 118.2231 83.84318) + (xy 104.665106 83.84318) (xy 103.12003 82.298105) (xy 103.9231 82.298105) (xy 103.9231 82.401895) + (xy 103.943349 82.503691) (xy 103.983068 82.599581) (xy 104.04073 82.685879) (xy 104.114121 82.75927) + (xy 104.200419 82.816932) (xy 104.296309 82.856651) (xy 104.398105 82.8769) (xy 104.501895 82.8769) + (xy 104.603691 82.856651) (xy 104.699581 82.816932) (xy 104.785879 82.75927) (xy 104.85927 82.685879) + (xy 104.916932 82.599581) (xy 104.956651 82.503691) (xy 104.972605 82.423482) (xy 107.0231 82.423482) + (xy 107.0231 82.576518) (xy 107.052956 82.726613) (xy 107.11152 82.868) (xy 107.196542 82.995245) + (xy 107.304755 83.103458) (xy 107.432 83.18848) (xy 107.573387 83.247044) (xy 107.723482 83.2769) + (xy 107.876518 83.2769) (xy 108.026613 83.247044) (xy 108.168 83.18848) (xy 108.295245 83.103458) + (xy 108.403458 82.995245) (xy 108.435 82.948039) (xy 108.466542 82.995245) (xy 108.574755 83.103458) + (xy 108.702 83.18848) (xy 108.843387 83.247044) (xy 108.993482 83.2769) (xy 109.146518 83.2769) + (xy 109.296613 83.247044) (xy 109.438 83.18848) (xy 109.565245 83.103458) (xy 109.673458 82.995245) + (xy 109.705 82.948039) (xy 109.736542 82.995245) (xy 109.844755 83.103458) (xy 109.972 83.18848) + (xy 110.113387 83.247044) (xy 110.263482 83.2769) (xy 110.416518 83.2769) (xy 110.566613 83.247044) + (xy 110.708 83.18848) (xy 110.835245 83.103458) (xy 110.943458 82.995245) (xy 110.975 82.948039) + (xy 111.006542 82.995245) (xy 111.114755 83.103458) (xy 111.242 83.18848) (xy 111.383387 83.247044) + (xy 111.533482 83.2769) (xy 111.686518 83.2769) (xy 111.836613 83.247044) (xy 111.978 83.18848) + (xy 112.105245 83.103458) (xy 112.213458 82.995245) (xy 112.245 82.948039) (xy 112.276542 82.995245) + (xy 112.384755 83.103458) (xy 112.512 83.18848) (xy 112.653387 83.247044) (xy 112.803482 83.2769) + (xy 112.956518 83.2769) (xy 113.106613 83.247044) (xy 113.248 83.18848) (xy 113.375245 83.103458) + (xy 113.483458 82.995245) (xy 113.515 82.948039) (xy 113.546542 82.995245) (xy 113.654755 83.103458) + (xy 113.782 83.18848) (xy 113.923387 83.247044) (xy 114.073482 83.2769) (xy 114.226518 83.2769) + (xy 114.376613 83.247044) (xy 114.518 83.18848) (xy 114.645245 83.103458) (xy 114.753458 82.995245) + (xy 114.785 82.948039) (xy 114.816542 82.995245) (xy 114.924755 83.103458) (xy 115.052 83.18848) + (xy 115.193387 83.247044) (xy 115.343482 83.2769) (xy 115.496518 83.2769) (xy 115.646613 83.247044) + (xy 115.788 83.18848) (xy 115.915245 83.103458) (xy 116.023458 82.995245) (xy 116.055 82.948039) + (xy 116.086542 82.995245) (xy 116.194755 83.103458) (xy 116.322 83.18848) (xy 116.463387 83.247044) + (xy 116.613482 83.2769) (xy 116.766518 83.2769) (xy 116.916613 83.247044) (xy 117.058 83.18848) + (xy 117.185245 83.103458) (xy 117.293458 82.995245) (xy 117.37848 82.868) (xy 117.437044 82.726613) + (xy 117.4669 82.576518) (xy 117.4669 82.423482) (xy 117.437044 82.273387) (xy 117.37848 82.132) + (xy 117.293458 82.004755) (xy 117.185245 81.896542) (xy 117.058 81.81152) (xy 116.916613 81.752956) + (xy 116.867467 81.74318) (xy 123.5231 81.74318) (xy 123.5231 81.85682) (xy 123.54527 81.968275) + (xy 123.588758 82.073264) (xy 123.651893 82.167752) (xy 123.732248 82.248107) (xy 123.826736 82.311242) + (xy 123.931725 82.35473) (xy 124.04318 82.3769) (xy 124.15682 82.3769) (xy 124.268275 82.35473) + (xy 124.373264 82.311242) (xy 124.467752 82.248107) (xy 124.548107 82.167752) (xy 124.611242 82.073264) + (xy 124.65473 81.968275) (xy 124.6769 81.85682) (xy 124.6769 81.74318) (xy 124.65473 81.631725) + (xy 124.611242 81.526736) (xy 124.548107 81.432248) (xy 124.467752 81.351893) (xy 124.373264 81.288758) + (xy 124.268275 81.24527) (xy 124.15682 81.2231) (xy 124.04318 81.2231) (xy 123.931725 81.24527) + (xy 123.826736 81.288758) (xy 123.732248 81.351893) (xy 123.651893 81.432248) (xy 123.588758 81.526736) + (xy 123.54527 81.631725) (xy 123.5231 81.74318) (xy 116.867467 81.74318) (xy 116.766518 81.7231) + (xy 116.613482 81.7231) (xy 116.463387 81.752956) (xy 116.322 81.81152) (xy 116.194755 81.896542) + (xy 116.086542 82.004755) (xy 116.055 82.051961) (xy 116.023458 82.004755) (xy 115.915245 81.896542) + (xy 115.788 81.81152) (xy 115.646613 81.752956) (xy 115.496518 81.7231) (xy 115.343482 81.7231) + (xy 115.193387 81.752956) (xy 115.052 81.81152) (xy 114.924755 81.896542) (xy 114.816542 82.004755) + (xy 114.785 82.051961) (xy 114.753458 82.004755) (xy 114.645245 81.896542) (xy 114.518 81.81152) + (xy 114.376613 81.752956) (xy 114.226518 81.7231) (xy 114.073482 81.7231) (xy 113.923387 81.752956) + (xy 113.782 81.81152) (xy 113.654755 81.896542) (xy 113.546542 82.004755) (xy 113.515 82.051961) + (xy 113.483458 82.004755) (xy 113.375245 81.896542) (xy 113.248 81.81152) (xy 113.106613 81.752956) + (xy 112.956518 81.7231) (xy 112.803482 81.7231) (xy 112.653387 81.752956) (xy 112.512 81.81152) + (xy 112.384755 81.896542) (xy 112.276542 82.004755) (xy 112.245 82.051961) (xy 112.213458 82.004755) + (xy 112.105245 81.896542) (xy 111.978 81.81152) (xy 111.836613 81.752956) (xy 111.686518 81.7231) + (xy 111.533482 81.7231) (xy 111.383387 81.752956) (xy 111.242 81.81152) (xy 111.114755 81.896542) + (xy 111.006542 82.004755) (xy 110.975 82.051961) (xy 110.943458 82.004755) (xy 110.835245 81.896542) + (xy 110.708 81.81152) (xy 110.566613 81.752956) (xy 110.416518 81.7231) (xy 110.263482 81.7231) + (xy 110.113387 81.752956) (xy 109.972 81.81152) (xy 109.844755 81.896542) (xy 109.736542 82.004755) + (xy 109.705 82.051961) (xy 109.673458 82.004755) (xy 109.565245 81.896542) (xy 109.438 81.81152) + (xy 109.296613 81.752956) (xy 109.146518 81.7231) (xy 108.993482 81.7231) (xy 108.843387 81.752956) + (xy 108.702 81.81152) (xy 108.574755 81.896542) (xy 108.466542 82.004755) (xy 108.435 82.051961) + (xy 108.403458 82.004755) (xy 108.295245 81.896542) (xy 108.168 81.81152) (xy 108.026613 81.752956) + (xy 107.876518 81.7231) (xy 107.723482 81.7231) (xy 107.573387 81.752956) (xy 107.432 81.81152) + (xy 107.304755 81.896542) (xy 107.196542 82.004755) (xy 107.11152 82.132) (xy 107.052956 82.273387) + (xy 107.0231 82.423482) (xy 104.972605 82.423482) (xy 104.9769 82.401895) (xy 104.9769 82.298105) + (xy 104.956651 82.196309) (xy 104.916932 82.100419) (xy 104.85927 82.014121) (xy 104.785879 81.94073) + (xy 104.699581 81.883068) (xy 104.603691 81.843349) (xy 104.501895 81.8231) (xy 104.398105 81.8231) + (xy 104.296309 81.843349) (xy 104.200419 81.883068) (xy 104.114121 81.94073) (xy 104.04073 82.014121) + (xy 103.983068 82.100419) (xy 103.943349 82.196309) (xy 103.9231 82.298105) (xy 103.12003 82.298105) + (xy 101.265105 80.44318) (xy 123.9231 80.44318) (xy 123.9231 80.55682) (xy 123.94527 80.668275) + (xy 123.988758 80.773264) (xy 124.051893 80.867752) (xy 124.132248 80.948107) (xy 124.226736 81.011242) + (xy 124.331725 81.05473) (xy 124.44318 81.0769) (xy 124.55682 81.0769) (xy 124.668275 81.05473) + (xy 124.773264 81.011242) (xy 124.867752 80.948107) (xy 124.948107 80.867752) (xy 125.011242 80.773264) + (xy 125.05473 80.668275) (xy 125.0769 80.55682) (xy 125.0769 80.44318) (xy 125.05473 80.331725) + (xy 125.011242 80.226736) (xy 124.948107 80.132248) (xy 124.867752 80.051893) (xy 124.773264 79.988758) + (xy 124.668275 79.94527) (xy 124.55682 79.9231) (xy 124.44318 79.9231) (xy 124.331725 79.94527) + (xy 124.226736 79.988758) (xy 124.132248 80.051893) (xy 124.051893 80.132248) (xy 123.988758 80.226736) + (xy 123.94527 80.331725) (xy 123.9231 80.44318) (xy 101.265105 80.44318) (xy 100.658713 79.836789) + (xy 100.638292 79.811906) (xy 100.539028 79.730442) (xy 100.425777 79.669908) (xy 100.302894 79.632632) + (xy 100.207121 79.623199) (xy 100.207113 79.623199) (xy 100.175099 79.620046) (xy 100.143085 79.623199) + (xy 95.145125 79.623199) (xy 94.965106 79.44318) (xy 100.6231 79.44318) (xy 100.6231 79.55682) (xy 100.64527 79.668275) + (xy 100.688758 79.773264) (xy 100.751893 79.867752) (xy 100.832248 79.948107) (xy 100.926736 80.011242) + (xy 101.031725 80.05473) (xy 101.14318 80.0769) (xy 101.25682 80.0769) (xy 101.368275 80.05473) + (xy 101.473264 80.011242) (xy 101.567752 79.948107) (xy 101.6 79.915859) (xy 101.632248 79.948107) + (xy 101.726736 80.011242) (xy 101.831725 80.05473) (xy 101.94318 80.0769) (xy 102.05682 80.0769) + (xy 102.168275 80.05473) (xy 102.273264 80.011242) (xy 102.367752 79.948107) (xy 102.4 79.915859) + (xy 102.432248 79.948107) (xy 102.526736 80.011242) (xy 102.631725 80.05473) (xy 102.74318 80.0769) + (xy 102.85682 80.0769) (xy 102.968275 80.05473) (xy 103.073264 80.011242) (xy 103.167752 79.948107) + (xy 103.2 79.915859) (xy 103.232248 79.948107) (xy 103.326736 80.011242) (xy 103.431725 80.05473) + (xy 103.54318 80.0769) (xy 103.65682 80.0769) (xy 103.768275 80.05473) (xy 103.873264 80.011242) + (xy 103.967752 79.948107) (xy 104 79.915859) (xy 104.032248 79.948107) (xy 104.126736 80.011242) + (xy 104.231725 80.05473) (xy 104.34318 80.0769) (xy 104.45682 80.0769) (xy 104.568275 80.05473) + (xy 104.673264 80.011242) (xy 104.767752 79.948107) (xy 104.8 79.915859) (xy 104.832248 79.948107) + (xy 104.926736 80.011242) (xy 105.031725 80.05473) (xy 105.14318 80.0769) (xy 105.25682 80.0769) + (xy 105.368275 80.05473) (xy 105.473264 80.011242) (xy 105.567752 79.948107) (xy 105.602491 79.913368) + (xy 105.613571 79.924448) (xy 105.708059 79.987583) (xy 105.813048 80.031071) (xy 105.924503 80.053241) + (xy 106.038143 80.053241) (xy 106.149598 80.031071) (xy 106.254587 79.987583) (xy 106.349075 79.924448) + (xy 106.378832 79.894691) (xy 106.432248 79.948107) (xy 106.526736 80.011242) (xy 106.631725 80.05473) + (xy 106.74318 80.0769) (xy 106.85682 80.0769) (xy 106.968275 80.05473) (xy 107.073264 80.011242) + (xy 107.167752 79.948107) (xy 107.248107 79.867752) (xy 107.311242 79.773264) (xy 107.35473 79.668275) + (xy 107.3769 79.55682) (xy 107.3769 79.44318) (xy 107.35473 79.331725) (xy 107.311242 79.226736) + (xy 107.248107 79.132248) (xy 107.167752 79.051893) (xy 107.073264 78.988758) (xy 106.968275 78.94527) + (xy 106.85682 78.9231) (xy 106.74318 78.9231) (xy 106.631725 78.94527) (xy 106.526736 78.988758) + (xy 106.432248 79.051893) (xy 106.402491 79.08165) (xy 106.349075 79.028234) (xy 106.254587 78.965099) + (xy 106.149598 78.921611) (xy 106.038143 78.899441) (xy 105.924503 78.899441) (xy 105.813048 78.921611) + (xy 105.708059 78.965099) (xy 105.613571 79.028234) (xy 105.578832 79.062973) (xy 105.567752 79.051893) + (xy 105.473264 78.988758) (xy 105.368275 78.94527) (xy 105.25682 78.9231) (xy 105.14318 78.9231) + (xy 105.031725 78.94527) (xy 104.926736 78.988758) (xy 104.832248 79.051893) (xy 104.8 79.084141) + (xy 104.767752 79.051893) (xy 104.673264 78.988758) (xy 104.568275 78.94527) (xy 104.45682 78.9231) + (xy 104.34318 78.9231) (xy 104.231725 78.94527) (xy 104.126736 78.988758) (xy 104.032248 79.051893) + (xy 104 79.084141) (xy 103.967752 79.051893) (xy 103.873264 78.988758) (xy 103.768275 78.94527) + (xy 103.65682 78.9231) (xy 103.54318 78.9231) (xy 103.431725 78.94527) (xy 103.326736 78.988758) + (xy 103.232248 79.051893) (xy 103.2 79.084141) (xy 103.167752 79.051893) (xy 103.073264 78.988758) + (xy 102.968275 78.94527) (xy 102.85682 78.9231) (xy 102.74318 78.9231) (xy 102.631725 78.94527) + (xy 102.526736 78.988758) (xy 102.432248 79.051893) (xy 102.4 79.084141) (xy 102.367752 79.051893) + (xy 102.273264 78.988758) (xy 102.168275 78.94527) (xy 102.05682 78.9231) (xy 101.94318 78.9231) + (xy 101.831725 78.94527) (xy 101.726736 78.988758) (xy 101.632248 79.051893) (xy 101.6 79.084141) + (xy 101.567752 79.051893) (xy 101.473264 78.988758) (xy 101.368275 78.94527) (xy 101.25682 78.9231) + (xy 101.14318 78.9231) (xy 101.031725 78.94527) (xy 100.926736 78.988758) (xy 100.832248 79.051893) + (xy 100.751893 79.132248) (xy 100.688758 79.226736) (xy 100.64527 79.331725) (xy 100.6231 79.44318) + (xy 94.965106 79.44318) (xy 94.3519 78.829976) (xy 94.3519 78.555578) (xy 94.391643 78.595321) (xy 94.576212 78.718646) + (xy 94.781295 78.803594) (xy 94.99901 78.8469) (xy 95.22099 78.8469) (xy 95.438705 78.803594) (xy 95.643788 78.718646) + (xy 95.828357 78.595321) (xy 95.985321 78.438357) (xy 96.108646 78.253788) (xy 96.193594 78.048705) + (xy 96.2369 77.83099) (xy 96.2369 77.60901) (xy 96.5231 77.60901) (xy 96.5231 77.83099) (xy 96.566406 78.048705) + (xy 96.651354 78.253788) (xy 96.774679 78.438357) (xy 96.931643 78.595321) (xy 97.116212 78.718646) + (xy 97.321295 78.803594) (xy 97.53901 78.8469) (xy 97.76099 78.8469) (xy 97.978705 78.803594) (xy 98.183788 78.718646) + (xy 98.368357 78.595321) (xy 98.525321 78.438357) (xy 98.648646 78.253788) (xy 98.733594 78.048705) + (xy 98.7769 77.83099) (xy 98.7769 77.60901) (xy 99.0631 77.60901) (xy 99.0631 77.83099) (xy 99.106406 78.048705) + (xy 99.191354 78.253788) (xy 99.314679 78.438357) (xy 99.471643 78.595321) (xy 99.656212 78.718646) + (xy 99.861295 78.803594) (xy 100.07901 78.8469) (xy 100.30099 78.8469) (xy 100.518705 78.803594) + (xy 100.723788 78.718646) (xy 100.908357 78.595321) (xy 101.065321 78.438357) (xy 101.188646 78.253788) + (xy 101.273594 78.048705) (xy 101.3169 77.83099) (xy 101.3169 77.60901) (xy 101.6031 77.60901) (xy 101.6031 77.83099) + (xy 101.646406 78.048705) (xy 101.731354 78.253788) (xy 101.854679 78.438357) (xy 102.011643 78.595321) + (xy 102.196212 78.718646) (xy 102.401295 78.803594) (xy 102.61901 78.8469) (xy 102.84099 78.8469) + (xy 103.058705 78.803594) (xy 103.263788 78.718646) (xy 103.448357 78.595321) (xy 103.605321 78.438357) + (xy 103.728646 78.253788) (xy 103.813594 78.048705) (xy 103.8569 77.83099) (xy 103.8569 77.60901) + (xy 104.1431 77.60901) (xy 104.1431 77.83099) (xy 104.186406 78.048705) (xy 104.271354 78.253788) + (xy 104.394679 78.438357) (xy 104.551643 78.595321) (xy 104.736212 78.718646) (xy 104.941295 78.803594) + (xy 105.15901 78.8469) (xy 105.38099 78.8469) (xy 105.598705 78.803594) (xy 105.803788 78.718646) + (xy 105.988357 78.595321) (xy 106.145321 78.438357) (xy 106.268646 78.253788) (xy 106.353594 78.048705) + (xy 106.3969 77.83099) (xy 106.3969 77.60901) (xy 106.6831 77.60901) (xy 106.6831 77.83099) (xy 106.726406 78.048705) + (xy 106.811354 78.253788) (xy 106.934679 78.438357) (xy 107.091643 78.595321) (xy 107.276212 78.718646) + (xy 107.481295 78.803594) (xy 107.69901 78.8469) (xy 107.92099 78.8469) (xy 108.138705 78.803594) + (xy 108.343788 78.718646) (xy 108.528357 78.595321) (xy 108.685321 78.438357) (xy 108.808646 78.253788) + (xy 108.893594 78.048705) (xy 108.9369 77.83099) (xy 108.9369 77.60901) (xy 109.2231 77.60901) (xy 109.2231 77.83099) + (xy 109.266406 78.048705) (xy 109.351354 78.253788) (xy 109.474679 78.438357) (xy 109.631643 78.595321) + (xy 109.816212 78.718646) (xy 110.021295 78.803594) (xy 110.23901 78.8469) (xy 110.46099 78.8469) + (xy 110.678705 78.803594) (xy 110.883788 78.718646) (xy 111.068357 78.595321) (xy 111.225321 78.438357) + (xy 111.348646 78.253788) (xy 111.433594 78.048705) (xy 111.4769 77.83099) (xy 111.4769 77.60901) + (xy 111.7631 77.60901) (xy 111.7631 77.83099) (xy 111.806406 78.048705) (xy 111.891354 78.253788) + (xy 112.014679 78.438357) (xy 112.171643 78.595321) (xy 112.356212 78.718646) (xy 112.561295 78.803594) + (xy 112.77901 78.8469) (xy 113.00099 78.8469) (xy 113.218705 78.803594) (xy 113.423788 78.718646) + (xy 113.608357 78.595321) (xy 113.765321 78.438357) (xy 113.888646 78.253788) (xy 113.973594 78.048705) + (xy 114.0169 77.83099) (xy 114.0169 77.60901) (xy 114.3031 77.60901) (xy 114.3031 77.83099) (xy 114.346406 78.048705) + (xy 114.431354 78.253788) (xy 114.554679 78.438357) (xy 114.711643 78.595321) (xy 114.896212 78.718646) + (xy 115.101295 78.803594) (xy 115.31901 78.8469) (xy 115.54099 78.8469) (xy 115.758705 78.803594) + (xy 115.963788 78.718646) (xy 116.148357 78.595321) (xy 116.305321 78.438357) (xy 116.428646 78.253788) + (xy 116.513594 78.048705) (xy 116.5569 77.83099) (xy 116.5569 77.60901) (xy 116.513594 77.391295) + (xy 116.428646 77.186212) (xy 116.305321 77.001643) (xy 116.148357 76.844679) (xy 115.963788 76.721354) + (xy 115.758705 76.636406) (xy 115.54099 76.5931) (xy 115.31901 76.5931) (xy 115.101295 76.636406) + (xy 114.896212 76.721354) (xy 114.711643 76.844679) (xy 114.554679 77.001643) (xy 114.431354 77.186212) + (xy 114.346406 77.391295) (xy 114.3031 77.60901) (xy 114.0169 77.60901) (xy 113.973594 77.391295) + (xy 113.888646 77.186212) (xy 113.765321 77.001643) (xy 113.608357 76.844679) (xy 113.423788 76.721354) + (xy 113.218705 76.636406) (xy 113.00099 76.5931) (xy 112.77901 76.5931) (xy 112.561295 76.636406) + (xy 112.356212 76.721354) (xy 112.171643 76.844679) (xy 112.014679 77.001643) (xy 111.891354 77.186212) + (xy 111.806406 77.391295) (xy 111.7631 77.60901) (xy 111.4769 77.60901) (xy 111.433594 77.391295) + (xy 111.348646 77.186212) (xy 111.225321 77.001643) (xy 111.068357 76.844679) (xy 110.883788 76.721354) + (xy 110.678705 76.636406) (xy 110.46099 76.5931) (xy 110.23901 76.5931) (xy 110.021295 76.636406) + (xy 109.816212 76.721354) (xy 109.631643 76.844679) (xy 109.474679 77.001643) (xy 109.351354 77.186212) + (xy 109.266406 77.391295) (xy 109.2231 77.60901) (xy 108.9369 77.60901) (xy 108.893594 77.391295) + (xy 108.808646 77.186212) (xy 108.685321 77.001643) (xy 108.528357 76.844679) (xy 108.343788 76.721354) + (xy 108.138705 76.636406) (xy 107.92099 76.5931) (xy 107.69901 76.5931) (xy 107.481295 76.636406) + (xy 107.276212 76.721354) (xy 107.091643 76.844679) (xy 106.934679 77.001643) (xy 106.811354 77.186212) + (xy 106.726406 77.391295) (xy 106.6831 77.60901) (xy 106.3969 77.60901) (xy 106.353594 77.391295) + (xy 106.268646 77.186212) (xy 106.145321 77.001643) (xy 105.988357 76.844679) (xy 105.803788 76.721354) + (xy 105.598705 76.636406) (xy 105.38099 76.5931) (xy 105.15901 76.5931) (xy 104.941295 76.636406) + (xy 104.736212 76.721354) (xy 104.551643 76.844679) (xy 104.394679 77.001643) (xy 104.271354 77.186212) + (xy 104.186406 77.391295) (xy 104.1431 77.60901) (xy 103.8569 77.60901) (xy 103.813594 77.391295) + (xy 103.728646 77.186212) (xy 103.605321 77.001643) (xy 103.448357 76.844679) (xy 103.263788 76.721354) + (xy 103.058705 76.636406) (xy 102.84099 76.5931) (xy 102.61901 76.5931) (xy 102.401295 76.636406) + (xy 102.196212 76.721354) (xy 102.011643 76.844679) (xy 101.854679 77.001643) (xy 101.731354 77.186212) + (xy 101.646406 77.391295) (xy 101.6031 77.60901) (xy 101.3169 77.60901) (xy 101.273594 77.391295) + (xy 101.188646 77.186212) (xy 101.065321 77.001643) (xy 100.908357 76.844679) (xy 100.723788 76.721354) + (xy 100.518705 76.636406) (xy 100.30099 76.5931) (xy 100.07901 76.5931) (xy 99.861295 76.636406) + (xy 99.656212 76.721354) (xy 99.471643 76.844679) (xy 99.314679 77.001643) (xy 99.191354 77.186212) + (xy 99.106406 77.391295) (xy 99.0631 77.60901) (xy 98.7769 77.60901) (xy 98.733594 77.391295) (xy 98.648646 77.186212) + (xy 98.525321 77.001643) (xy 98.368357 76.844679) (xy 98.183788 76.721354) (xy 97.978705 76.636406) + (xy 97.76099 76.5931) (xy 97.53901 76.5931) (xy 97.321295 76.636406) (xy 97.116212 76.721354) (xy 96.931643 76.844679) + (xy 96.774679 77.001643) (xy 96.651354 77.186212) (xy 96.566406 77.391295) (xy 96.5231 77.60901) + (xy 96.2369 77.60901) (xy 96.193594 77.391295) (xy 96.108646 77.186212) (xy 95.985321 77.001643) + (xy 95.828357 76.844679) (xy 95.643788 76.721354) (xy 95.438705 76.636406) (xy 95.22099 76.5931) + (xy 94.99901 76.5931) (xy 94.781295 76.636406) (xy 94.576212 76.721354) (xy 94.391643 76.844679) + (xy 94.3519 76.884422) (xy 94.3519 76.53465) (xy 94.354328 76.509999) (xy 94.344637 76.41161) (xy 94.322019 76.33705) + (xy 94.315938 76.317002) (xy 94.269333 76.22981) (xy 94.206614 76.153386) (xy 94.187465 76.137671) + (xy 93.625741 75.575948) (xy 93.653594 75.508705) (xy 93.6969 75.29099) (xy 93.6969 75.06901) (xy 93.9831 75.06901) + (xy 93.9831 75.29099) (xy 94.026406 75.508705) (xy 94.111354 75.713788) (xy 94.234679 75.898357) + (xy 94.391643 76.055321) (xy 94.576212 76.178646) (xy 94.781295 76.263594) (xy 94.99901 76.3069) + (xy 95.22099 76.3069) (xy 95.438705 76.263594) (xy 95.643788 76.178646) (xy 95.828357 76.055321) + (xy 95.985321 75.898357) (xy 96.108646 75.713788) (xy 96.193594 75.508705) (xy 96.2369 75.29099) + (xy 96.2369 75.06901) (xy 96.5231 75.06901) (xy 96.5231 75.29099) (xy 96.566406 75.508705) (xy 96.651354 75.713788) + (xy 96.774679 75.898357) (xy 96.931643 76.055321) (xy 97.116212 76.178646) (xy 97.321295 76.263594) + (xy 97.53901 76.3069) (xy 97.76099 76.3069) (xy 97.978705 76.263594) (xy 98.183788 76.178646) (xy 98.368357 76.055321) + (xy 98.525321 75.898357) (xy 98.648646 75.713788) (xy 98.733594 75.508705) (xy 98.7769 75.29099) + (xy 98.7769 75.06901) (xy 99.0631 75.06901) (xy 99.0631 75.29099) (xy 99.106406 75.508705) (xy 99.191354 75.713788) + (xy 99.314679 75.898357) (xy 99.471643 76.055321) (xy 99.656212 76.178646) (xy 99.861295 76.263594) + (xy 100.07901 76.3069) (xy 100.30099 76.3069) (xy 100.518705 76.263594) (xy 100.723788 76.178646) + (xy 100.908357 76.055321) (xy 101.065321 75.898357) (xy 101.188646 75.713788) (xy 101.273594 75.508705) + (xy 101.3169 75.29099) (xy 101.3169 75.06901) (xy 101.6031 75.06901) (xy 101.6031 75.29099) (xy 101.646406 75.508705) + (xy 101.731354 75.713788) (xy 101.854679 75.898357) (xy 102.011643 76.055321) (xy 102.196212 76.178646) + (xy 102.401295 76.263594) (xy 102.61901 76.3069) (xy 102.84099 76.3069) (xy 103.058705 76.263594) + (xy 103.263788 76.178646) (xy 103.448357 76.055321) (xy 103.605321 75.898357) (xy 103.728646 75.713788) + (xy 103.813594 75.508705) (xy 103.8569 75.29099) (xy 103.8569 75.06901) (xy 104.1431 75.06901) (xy 104.1431 75.29099) + (xy 104.186406 75.508705) (xy 104.271354 75.713788) (xy 104.394679 75.898357) (xy 104.551643 76.055321) + (xy 104.736212 76.178646) (xy 104.941295 76.263594) (xy 105.15901 76.3069) (xy 105.38099 76.3069) + (xy 105.598705 76.263594) (xy 105.803788 76.178646) (xy 105.988357 76.055321) (xy 106.145321 75.898357) + (xy 106.268646 75.713788) (xy 106.353594 75.508705) (xy 106.3969 75.29099) (xy 106.3969 75.06901) + (xy 106.6831 75.06901) (xy 106.6831 75.29099) (xy 106.726406 75.508705) (xy 106.811354 75.713788) + (xy 106.934679 75.898357) (xy 107.091643 76.055321) (xy 107.276212 76.178646) (xy 107.481295 76.263594) + (xy 107.69901 76.3069) (xy 107.92099 76.3069) (xy 108.138705 76.263594) (xy 108.343788 76.178646) + (xy 108.528357 76.055321) (xy 108.685321 75.898357) (xy 108.808646 75.713788) (xy 108.893594 75.508705) + (xy 108.9369 75.29099) (xy 108.9369 75.06901) (xy 109.2231 75.06901) (xy 109.2231 75.29099) (xy 109.266406 75.508705) + (xy 109.351354 75.713788) (xy 109.474679 75.898357) (xy 109.631643 76.055321) (xy 109.816212 76.178646) + (xy 110.021295 76.263594) (xy 110.23901 76.3069) (xy 110.46099 76.3069) (xy 110.678705 76.263594) + (xy 110.883788 76.178646) (xy 111.068357 76.055321) (xy 111.225321 75.898357) (xy 111.348646 75.713788) + (xy 111.433594 75.508705) (xy 111.4769 75.29099) (xy 111.4769 75.06901) (xy 111.7631 75.06901) (xy 111.7631 75.29099) + (xy 111.806406 75.508705) (xy 111.891354 75.713788) (xy 112.014679 75.898357) (xy 112.171643 76.055321) + (xy 112.356212 76.178646) (xy 112.561295 76.263594) (xy 112.77901 76.3069) (xy 113.00099 76.3069) + (xy 113.218705 76.263594) (xy 113.423788 76.178646) (xy 113.608357 76.055321) (xy 113.765321 75.898357) + (xy 113.888646 75.713788) (xy 113.973594 75.508705) (xy 114.0169 75.29099) (xy 114.0169 75.06901) + (xy 114.3031 75.06901) (xy 114.3031 75.29099) (xy 114.346406 75.508705) (xy 114.431354 75.713788) + (xy 114.554679 75.898357) (xy 114.711643 76.055321) (xy 114.896212 76.178646) (xy 115.101295 76.263594) + (xy 115.31901 76.3069) (xy 115.54099 76.3069) (xy 115.758705 76.263594) (xy 115.963788 76.178646) + (xy 116.148357 76.055321) (xy 116.305321 75.898357) (xy 116.428646 75.713788) (xy 116.513594 75.508705) + (xy 116.5569 75.29099) (xy 116.5569 75.06901) (xy 116.513594 74.851295) (xy 116.428646 74.646212) + (xy 116.305321 74.461643) (xy 116.148357 74.304679) (xy 115.963788 74.181354) (xy 115.758705 74.096406) + (xy 115.54099 74.0531) (xy 115.31901 74.0531) (xy 115.101295 74.096406) (xy 114.896212 74.181354) + (xy 114.711643 74.304679) (xy 114.554679 74.461643) (xy 114.431354 74.646212) (xy 114.346406 74.851295) + (xy 114.3031 75.06901) (xy 114.0169 75.06901) (xy 113.973594 74.851295) (xy 113.888646 74.646212) + (xy 113.765321 74.461643) (xy 113.608357 74.304679) (xy 113.423788 74.181354) (xy 113.218705 74.096406) + (xy 113.00099 74.0531) (xy 112.77901 74.0531) (xy 112.561295 74.096406) (xy 112.356212 74.181354) + (xy 112.171643 74.304679) (xy 112.014679 74.461643) (xy 111.891354 74.646212) (xy 111.806406 74.851295) + (xy 111.7631 75.06901) (xy 111.4769 75.06901) (xy 111.433594 74.851295) (xy 111.348646 74.646212) + (xy 111.225321 74.461643) (xy 111.068357 74.304679) (xy 110.883788 74.181354) (xy 110.678705 74.096406) + (xy 110.46099 74.0531) (xy 110.23901 74.0531) (xy 110.021295 74.096406) (xy 109.816212 74.181354) + (xy 109.631643 74.304679) (xy 109.474679 74.461643) (xy 109.351354 74.646212) (xy 109.266406 74.851295) + (xy 109.2231 75.06901) (xy 108.9369 75.06901) (xy 108.893594 74.851295) (xy 108.808646 74.646212) + (xy 108.685321 74.461643) (xy 108.528357 74.304679) (xy 108.343788 74.181354) (xy 108.138705 74.096406) + (xy 107.92099 74.0531) (xy 107.69901 74.0531) (xy 107.481295 74.096406) (xy 107.276212 74.181354) + (xy 107.091643 74.304679) (xy 106.934679 74.461643) (xy 106.811354 74.646212) (xy 106.726406 74.851295) + (xy 106.6831 75.06901) (xy 106.3969 75.06901) (xy 106.353594 74.851295) (xy 106.268646 74.646212) + (xy 106.145321 74.461643) (xy 105.988357 74.304679) (xy 105.803788 74.181354) (xy 105.598705 74.096406) + (xy 105.38099 74.0531) (xy 105.15901 74.0531) (xy 104.941295 74.096406) (xy 104.736212 74.181354) + (xy 104.551643 74.304679) (xy 104.394679 74.461643) (xy 104.271354 74.646212) (xy 104.186406 74.851295) + (xy 104.1431 75.06901) (xy 103.8569 75.06901) (xy 103.813594 74.851295) (xy 103.728646 74.646212) + (xy 103.605321 74.461643) (xy 103.448357 74.304679) (xy 103.263788 74.181354) (xy 103.058705 74.096406) + (xy 102.84099 74.0531) (xy 102.61901 74.0531) (xy 102.401295 74.096406) (xy 102.196212 74.181354) + (xy 102.011643 74.304679) (xy 101.854679 74.461643) (xy 101.731354 74.646212) (xy 101.646406 74.851295) + (xy 101.6031 75.06901) (xy 101.3169 75.06901) (xy 101.273594 74.851295) (xy 101.188646 74.646212) + (xy 101.065321 74.461643) (xy 100.908357 74.304679) (xy 100.723788 74.181354) (xy 100.518705 74.096406) + (xy 100.30099 74.0531) (xy 100.07901 74.0531) (xy 99.861295 74.096406) (xy 99.656212 74.181354) + (xy 99.471643 74.304679) (xy 99.314679 74.461643) (xy 99.191354 74.646212) (xy 99.106406 74.851295) + (xy 99.0631 75.06901) (xy 98.7769 75.06901) (xy 98.733594 74.851295) (xy 98.648646 74.646212) (xy 98.525321 74.461643) + (xy 98.368357 74.304679) (xy 98.183788 74.181354) (xy 97.978705 74.096406) (xy 97.76099 74.0531) + (xy 97.53901 74.0531) (xy 97.321295 74.096406) (xy 97.116212 74.181354) (xy 96.931643 74.304679) + (xy 96.774679 74.461643) (xy 96.651354 74.646212) (xy 96.566406 74.851295) (xy 96.5231 75.06901) + (xy 96.2369 75.06901) (xy 96.193594 74.851295) (xy 96.108646 74.646212) (xy 95.985321 74.461643) + (xy 95.828357 74.304679) (xy 95.643788 74.181354) (xy 95.438705 74.096406) (xy 95.22099 74.0531) + (xy 94.99901 74.0531) (xy 94.781295 74.096406) (xy 94.576212 74.181354) (xy 94.391643 74.304679) + (xy 94.234679 74.461643) (xy 94.111354 74.646212) (xy 94.026406 74.851295) (xy 93.9831 75.06901) + (xy 93.6969 75.06901) (xy 93.653594 74.851295) (xy 93.568646 74.646212) (xy 93.445321 74.461643) + (xy 93.288357 74.304679) (xy 93.103788 74.181354) (xy 92.898705 74.096406) (xy 92.68099 74.0531) + (xy 92.45901 74.0531) (xy 92.241295 74.096406) (xy 92.036212 74.181354) (xy 91.851643 74.304679) + (xy 91.694679 74.461643) (xy 91.571354 74.646212) (xy 91.486406 74.851295) (xy 91.4431 75.06901) + (xy 91.4431 75.29099) (xy 91.486406 75.508705) (xy 91.571354 75.713788) (xy 91.694679 75.898357) + (xy 91.851643 76.055321) (xy 92.036212 76.178646) (xy 92.241295 76.263594) (xy 92.45901 76.3069) + (xy 92.68099 76.3069) (xy 92.894614 76.264408) (xy 93.227645 76.597439) (xy 93.17 76.591761) (xy 91.97 76.591761) + (xy 91.866946 76.601911) (xy 91.767852 76.631971) (xy 91.676526 76.680785) (xy 91.596479 76.746479) + (xy 91.530785 76.826526) (xy 91.481971 76.917852) (xy 91.451911 77.016946) (xy 91.441761 77.12) + (xy 85.749413 77.12) (xy 85.842295 77.027118) (xy 85.932789 76.891684) (xy 85.995123 76.741198) + (xy 86.0269 76.581443) (xy 86.0269 76.418557) (xy 85.995123 76.258802) (xy 85.932789 76.108316) + (xy 85.842295 75.972882) (xy 85.727118 75.857705) (xy 85.591684 75.767211) (xy 85.441198 75.704877) + (xy 85.281443 75.6731) (xy 85.118557 75.6731) (xy 84.958802 75.704877) (xy 84.808316 75.767211) + (xy 84.672882 75.857705) (xy 84.557705 75.972882) (xy 84.524328 76.022834) (xy 84.473339 75.988764) + (xy 84.36835 75.945276) (xy 84.256895 75.923106) (xy 84.143255 75.923106) (xy 84.0318 75.945276) + (xy 83.926811 75.988764) (xy 83.832323 76.051899) (xy 83.751968 76.132254) (xy 83.74921 76.136382) + (xy 83.743107 76.127248) (xy 83.662752 76.046893) (xy 83.568264 75.983758) (xy 83.463275 75.94027) + (xy 83.35182 75.9181) (xy 83.23818 75.9181) (xy 83.126725 75.94027) (xy 83.021736 75.983758) (xy 82.927248 76.046893) + (xy 82.846893 76.127248) (xy 82.783758 76.221736) (xy 82.74027 76.326725) (xy 82.7181 76.43818) + (xy 82.575906 76.43818) (xy 82.55473 76.331725) (xy 82.511242 76.226736) (xy 82.448107 76.132248) + (xy 82.367752 76.051893) (xy 82.273264 75.988758) (xy 82.168275 75.94527) (xy 82.05682 75.9231) + (xy 81.94318 75.9231) (xy 81.831725 75.94527) (xy 81.726736 75.988758) (xy 81.632248 76.051893) + (xy 81.551893 76.132248) (xy 81.488758 76.226736) (xy 81.44527 76.331725) (xy 81.4231 76.44318) + (xy 81.376912 76.44318) (xy 81.354742 76.331725) (xy 81.311254 76.226736) (xy 81.248119 76.132248) + (xy 81.167764 76.051893) (xy 81.073276 75.988758) (xy 80.968287 75.94527) (xy 80.856832 75.9231) + (xy 80.743192 75.9231) (xy 80.631737 75.94527) (xy 80.526748 75.988758) (xy 80.43226 76.051893) + (xy 80.351905 76.132248) (xy 80.28877 76.226736) (xy 80.245282 76.331725) (xy 80.223112 76.44318) + (xy 80.0769 76.44318) (xy 80.05473 76.331725) (xy 80.011242 76.226736) (xy 79.948107 76.132248) + (xy 79.867752 76.051893) (xy 79.773264 75.988758) (xy 79.668275 75.94527) (xy 79.55682 75.9231) + (xy 79.44318 75.9231) (xy 79.331725 75.94527) (xy 79.226736 75.988758) (xy 79.132248 76.051893) + (xy 79.051893 76.132248) (xy 78.988758 76.226736) (xy 78.94527 76.331725) (xy 78.9231 76.44318) + (xy 78.7769 76.44318) (xy 78.75473 76.331725) (xy 78.711242 76.226736) (xy 78.648107 76.132248) + (xy 78.567752 76.051893) (xy 78.473264 75.988758) (xy 78.368275 75.94527) (xy 78.25682 75.9231) + (xy 78.14318 75.9231) (xy 78.031725 75.94527) (xy 77.926736 75.988758) (xy 77.832248 76.051893) + (xy 77.751893 76.132248) (xy 77.688758 76.226736) (xy 77.64527 76.331725) (xy 77.6231 76.44318) + (xy 77.476898 76.44318) (xy 77.454728 76.331725) (xy 77.41124 76.226736) (xy 77.348105 76.132248) + (xy 77.26775 76.051893) (xy 77.173262 75.988758) (xy 77.068273 75.94527) (xy 76.956818 75.9231) + (xy 76.843178 75.9231) (xy 76.731723 75.94527) (xy 76.626734 75.988758) (xy 76.532246 76.051893) + (xy 76.451891 76.132248) (xy 76.388756 76.226736) (xy 76.345268 76.331725) (xy 76.323098 76.44318) + (xy 76.2769 76.44318) (xy 76.25473 76.331725) (xy 76.211242 76.226736) (xy 76.148107 76.132248) + (xy 76.067752 76.051893) (xy 75.973264 75.988758) (xy 75.868275 75.94527) (xy 75.75682 75.9231) + (xy 75.64318 75.9231) (xy 75.531725 75.94527) (xy 75.426736 75.988758) (xy 75.332248 76.051893) + (xy 75.251893 76.132248) (xy 75.188758 76.226736) (xy 75.14527 76.331725) (xy 75.1231 76.44318) + (xy 74.9769 76.44318) (xy 74.95473 76.331725) (xy 74.911242 76.226736) (xy 74.848107 76.132248) + (xy 74.767752 76.051893) (xy 74.673264 75.988758) (xy 74.568275 75.94527) (xy 74.45682 75.9231) + (xy 74.34318 75.9231) (xy 74.231725 75.94527) (xy 74.126736 75.988758) (xy 74.032248 76.051893) + (xy 73.951893 76.132248) (xy 73.888758 76.226736) (xy 73.84527 76.331725) (xy 73.8231 76.44318) + (xy 73.676906 76.44318) (xy 73.654736 76.331725) (xy 73.611248 76.226736) (xy 73.548113 76.132248) + (xy 73.467758 76.051893) (xy 73.37327 75.988758) (xy 73.268281 75.94527) (xy 73.156826 75.9231) + (xy 73.043186 75.9231) (xy 72.931731 75.94527) (xy 72.826742 75.988758) (xy 72.732254 76.051893) + (xy 72.651899 76.132248) (xy 72.588764 76.226736) (xy 72.545276 76.331725) (xy 72.523106 76.44318) + (xy 72.4269 76.44318) (xy 72.40473 76.331725) (xy 72.361242 76.226736) (xy 72.298107 76.132248) + (xy 72.217752 76.051893) (xy 72.123264 75.988758) (xy 72.018275 75.94527) (xy 71.90682 75.9231) + (xy 71.79318 75.9231) (xy 71.681725 75.94527) (xy 71.576736 75.988758) (xy 71.482248 76.051893) + (xy 71.401893 76.132248) (xy 71.338758 76.226736) (xy 71.29527 76.331725) (xy 71.2731 76.44318) + (xy 71.1769 76.44318) (xy 71.15473 76.331725) (xy 71.111242 76.226736) (xy 71.048107 76.132248) + (xy 70.967752 76.051893) (xy 70.873264 75.988758) (xy 70.768275 75.94527) (xy 70.65682 75.9231) + (xy 70.54318 75.9231) (xy 70.431725 75.94527) (xy 70.326736 75.988758) (xy 70.232248 76.051893) + (xy 70.151893 76.132248) (xy 70.088758 76.226736) (xy 70.04527 76.331725) (xy 70.0231 76.44318) + (xy 69.876896 76.44318) (xy 69.854726 76.331725) (xy 69.811238 76.226736) (xy 69.748103 76.132248) + (xy 69.667748 76.051893) (xy 69.57326 75.988758) (xy 69.468271 75.94527) (xy 69.356816 75.9231) + (xy 69.243176 75.9231) (xy 69.131721 75.94527) (xy 69.026732 75.988758) (xy 68.932244 76.051893) + (xy 68.851889 76.132248) (xy 68.788754 76.226736) (xy 68.745266 76.331725) (xy 68.723096 76.44318) + (xy 68.6269 76.44318) (xy 68.60473 76.331725) (xy 68.561242 76.226736) (xy 68.498107 76.132248) + (xy 68.417752 76.051893) (xy 68.323264 75.988758) (xy 68.218275 75.94527) (xy 68.10682 75.9231) + (xy 67.99318 75.9231) (xy 67.881725 75.94527) (xy 67.776736 75.988758) (xy 67.682248 76.051893) + (xy 67.601893 76.132248) (xy 67.538758 76.226736) (xy 67.49527 76.331725) (xy 67.4731 76.44318) + (xy 67.3619 76.44318) (xy 67.3619 76.42818) (xy 67.33973 76.316725) (xy 67.296242 76.211736) (xy 67.233107 76.117248) + (xy 67.152752 76.036893) (xy 67.058264 75.973758) (xy 66.953275 75.93027) (xy 66.84182 75.9081) + (xy 66.72818 75.9081) (xy 66.616725 75.93027) (xy 66.511736 75.973758) (xy 66.417248 76.036893) + (xy 66.336893 76.117248) (xy 66.273758 76.211736) (xy 66.23027 76.316725) (xy 66.2081 76.42818) + (xy 66.073917 76.42818) (xy 66.05473 76.331725) (xy 66.011242 76.226736) (xy 65.948107 76.132248) + (xy 65.867752 76.051893) (xy 65.773264 75.988758) (xy 65.668275 75.94527) (xy 65.55682 75.9231) + (xy 65.44318 75.9231) (xy 65.331725 75.94527) (xy 65.226736 75.988758) (xy 65.132248 76.051893) + (xy 65.051893 76.132248) (xy 64.988758 76.226736) (xy 64.94527 76.331725) (xy 64.9231 76.44318) + (xy 64.8269 76.44318) (xy 64.80473 76.331725) (xy 64.761242 76.226736) (xy 64.698107 76.132248) + (xy 64.617752 76.051893) (xy 64.523264 75.988758) (xy 64.418275 75.94527) (xy 64.30682 75.9231) + (xy 64.19318 75.9231) (xy 64.081725 75.94527) (xy 63.976736 75.988758) (xy 63.882248 76.051893) + (xy 63.801893 76.132248) (xy 63.738758 76.226736) (xy 63.69527 76.331725) (xy 63.681834 76.399272) + (xy 63.669457 76.33705) (xy 63.625969 76.232061) (xy 63.562834 76.137573) (xy 63.482479 76.057218) + (xy 63.387991 75.994083) (xy 63.283002 75.950595) (xy 63.171547 75.928425) (xy 63.057907 75.928425) + (xy 62.946452 75.950595) (xy 62.841463 75.994083) (xy 62.746975 76.057218) (xy 62.66662 76.137573) + (xy 62.603485 76.232061) (xy 62.559997 76.33705) (xy 62.537827 76.448505) (xy 62.4769 76.448505) + (xy 62.4769 76.443182) (xy 62.45473 76.331727) (xy 62.411242 76.226738) (xy 62.348107 76.13225) + (xy 62.267752 76.051895) (xy 62.173264 75.98876) (xy 62.068275 75.945272) (xy 61.95682 75.923102) + (xy 61.84318 75.923102) (xy 61.731725 75.945272) (xy 61.626736 75.98876) (xy 61.532248 76.051895) + (xy 61.451893 76.13225) (xy 61.388758 76.226738) (xy 61.349951 76.320426) (xy 61.311143 76.226736) + (xy 61.248008 76.132248) (xy 61.167653 76.051893) (xy 61.073165 75.988758) (xy 60.968176 75.94527) + (xy 60.856721 75.9231) (xy 60.743081 75.9231) (xy 60.631626 75.94527) (xy 60.526637 75.988758) (xy 60.475662 76.022819) + (xy 60.442295 75.972882) (xy 60.327118 75.857705) (xy 60.191684 75.767211) (xy 60.041198 75.704877) + (xy 59.881443 75.6731) (xy 59.718557 75.6731) (xy 59.558802 75.704877) (xy 59.408316 75.767211) + (xy 59.272882 75.857705) (xy 59.157705 75.972882) (xy 59.067211 76.108316) (xy 59.004877 76.258802) + (xy 58.9731 76.418557) (xy 57.500501 76.418557) (xy 57.631756 76.101681) (xy 57.7769 75.371992) + (xy 57.7769 74.628008) (xy 57.631756 73.898319) (xy 57.347046 73.210967) (xy 56.93371 72.592366) + (xy 56.407634 72.06629) (xy 55.789033 71.652954) (xy 55.101681 71.368244) (xy 54.642966 71.277) + (xy 125.357034 71.277) + ) + ) + ) + (zone + (net 29) + (net_name "+1V2") + (layer "In2.Cu") + (uuid "00000000-0000-0000-0000-00005faf53c9") + (hatch edge 0.508) + (priority 1) + (connect_pads + (clearance 0.1) + ) + (min_thickness 0.1) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 78.35 96.8) (xy 78.35 99.2) (xy 83.2 99.2) (xy 83.2 97.1) (xy 85.3 97.1) (xy 85.3 93.9) (xy 81.8 93.9) + (xy 81.8 95.4) (xy 82.1 95.7) (xy 82.1 96.1) (xy 81.9 96.3) (xy 81.9 96.8) + ) + ) + (filled_polygon + (layer "In2.Cu") + (pts + (xy 85.25 97.05) (xy 83.2 97.05) (xy 83.190245 97.050961) (xy 83.180866 97.053806) (xy 83.172221 97.058427) + (xy 83.164645 97.064645) (xy 83.158427 97.072221) (xy 83.153806 97.080866) (xy 83.150961 97.090245) + (xy 83.15 97.1) (xy 83.15 97.129283) (xy 83.110576 97.145613) (xy 83.045079 97.189377) (xy 82.989377 97.245079) + (xy 82.945613 97.310576) (xy 82.915468 97.383353) (xy 82.9001 97.460613) (xy 82.9001 97.539387) + (xy 82.915468 97.616647) (xy 82.945613 97.689424) (xy 82.989377 97.754921) (xy 83.045079 97.810623) + (xy 83.110576 97.854387) (xy 83.15 97.870717) (xy 83.15 99.15) (xy 79.485895 99.15) (xy 79.480689 99.123826) + (xy 79.443006 99.03285) (xy 79.388298 98.950974) (xy 79.318668 98.881344) (xy 79.236792 98.826636) + (xy 79.145816 98.788953) (xy 79.049236 98.769742) (xy 78.950764 98.769742) (xy 78.854184 98.788953) + (xy 78.763208 98.826636) (xy 78.681332 98.881344) (xy 78.611702 98.950974) (xy 78.556994 99.03285) + (xy 78.519311 99.123826) (xy 78.514105 99.15) (xy 78.4 99.15) (xy 78.4 98.260613) (xy 80.5001 98.260613) + (xy 80.5001 98.339387) (xy 80.515468 98.416647) (xy 80.545613 98.489424) (xy 80.589377 98.554921) + (xy 80.645079 98.610623) (xy 80.710576 98.654387) (xy 80.783353 98.684532) (xy 80.860613 98.6999) + (xy 80.939387 98.6999) (xy 81.016647 98.684532) (xy 81.089424 98.654387) (xy 81.154921 98.610623) + (xy 81.210623 98.554921) (xy 81.254387 98.489424) (xy 81.284532 98.416647) (xy 81.2999 98.339387) + (xy 81.2999 98.260613) (xy 81.3001 98.260613) (xy 81.3001 98.339387) (xy 81.315468 98.416647) (xy 81.345613 98.489424) + (xy 81.389377 98.554921) (xy 81.445079 98.610623) (xy 81.510576 98.654387) (xy 81.583353 98.684532) + (xy 81.660613 98.6999) (xy 81.739387 98.6999) (xy 81.816647 98.684532) (xy 81.889424 98.654387) + (xy 81.954921 98.610623) (xy 82.010623 98.554921) (xy 82.054387 98.489424) (xy 82.084532 98.416647) + (xy 82.0999 98.339387) (xy 82.0999 98.260613) (xy 82.1001 98.260613) (xy 82.1001 98.339387) (xy 82.115468 98.416647) + (xy 82.145613 98.489424) (xy 82.189377 98.554921) (xy 82.245079 98.610623) (xy 82.310576 98.654387) + (xy 82.383353 98.684532) (xy 82.460613 98.6999) (xy 82.539387 98.6999) (xy 82.616647 98.684532) + (xy 82.689424 98.654387) (xy 82.754921 98.610623) (xy 82.810623 98.554921) (xy 82.854387 98.489424) + (xy 82.884532 98.416647) (xy 82.8999 98.339387) (xy 82.8999 98.260613) (xy 82.884532 98.183353) + (xy 82.854387 98.110576) (xy 82.810623 98.045079) (xy 82.754921 97.989377) (xy 82.689424 97.945613) + (xy 82.616647 97.915468) (xy 82.539387 97.9001) (xy 82.460613 97.9001) (xy 82.383353 97.915468) + (xy 82.310576 97.945613) (xy 82.245079 97.989377) (xy 82.189377 98.045079) (xy 82.145613 98.110576) + (xy 82.115468 98.183353) (xy 82.1001 98.260613) (xy 82.0999 98.260613) (xy 82.084532 98.183353) + (xy 82.054387 98.110576) (xy 82.010623 98.045079) (xy 81.954921 97.989377) (xy 81.889424 97.945613) + (xy 81.816647 97.915468) (xy 81.739387 97.9001) (xy 81.660613 97.9001) (xy 81.583353 97.915468) + (xy 81.510576 97.945613) (xy 81.445079 97.989377) (xy 81.389377 98.045079) (xy 81.345613 98.110576) + (xy 81.315468 98.183353) (xy 81.3001 98.260613) (xy 81.2999 98.260613) (xy 81.284532 98.183353) + (xy 81.254387 98.110576) (xy 81.210623 98.045079) (xy 81.154921 97.989377) (xy 81.089424 97.945613) + (xy 81.016647 97.915468) (xy 80.939387 97.9001) (xy 80.860613 97.9001) (xy 80.783353 97.915468) + (xy 80.710576 97.945613) (xy 80.645079 97.989377) (xy 80.589377 98.045079) (xy 80.545613 98.110576) + (xy 80.515468 98.183353) (xy 80.5001 98.260613) (xy 78.4 98.260613) (xy 78.4 97.460613) (xy 80.5001 97.460613) + (xy 80.5001 97.539387) (xy 80.515468 97.616647) (xy 80.545613 97.689424) (xy 80.589377 97.754921) + (xy 80.645079 97.810623) (xy 80.710576 97.854387) (xy 80.783353 97.884532) (xy 80.860613 97.8999) + (xy 80.939387 97.8999) (xy 81.016647 97.884532) (xy 81.089424 97.854387) (xy 81.154921 97.810623) + (xy 81.210623 97.754921) (xy 81.254387 97.689424) (xy 81.284532 97.616647) (xy 81.2999 97.539387) + (xy 81.2999 97.460613) (xy 81.284532 97.383353) (xy 81.254387 97.310576) (xy 81.210623 97.245079) + (xy 81.154921 97.189377) (xy 81.089424 97.145613) (xy 81.016647 97.115468) (xy 80.939387 97.1001) + (xy 80.860613 97.1001) (xy 80.783353 97.115468) (xy 80.710576 97.145613) (xy 80.645079 97.189377) + (xy 80.589377 97.245079) (xy 80.545613 97.310576) (xy 80.515468 97.383353) (xy 80.5001 97.460613) + (xy 78.4 97.460613) (xy 78.4 96.85) (xy 81.329283 96.85) (xy 81.345613 96.889424) (xy 81.389377 96.954921) + (xy 81.445079 97.010623) (xy 81.510576 97.054387) (xy 81.583353 97.084532) (xy 81.660613 97.0999) + (xy 81.739387 97.0999) (xy 81.816647 97.084532) (xy 81.889424 97.054387) (xy 81.954921 97.010623) + (xy 82.010623 96.954921) (xy 82.054387 96.889424) (xy 82.084532 96.816647) (xy 82.0999 96.739387) + (xy 82.0999 96.660613) (xy 82.084532 96.583353) (xy 82.054387 96.510576) (xy 82.010623 96.445079) + (xy 81.954921 96.389377) (xy 81.95 96.386089) (xy 81.95 96.32071) (xy 82.135355 96.135355) (xy 82.141573 96.127779) + (xy 82.146194 96.119134) (xy 82.149039 96.109755) (xy 82.15 96.1) (xy 82.15 95.860613) (xy 82.9001 95.860613) + (xy 82.9001 95.939387) (xy 82.915468 96.016647) (xy 82.945613 96.089424) (xy 82.989377 96.154921) + (xy 83.045079 96.210623) (xy 83.110576 96.254387) (xy 83.183353 96.284532) (xy 83.260613 96.2999) + (xy 83.339387 96.2999) (xy 83.416647 96.284532) (xy 83.489424 96.254387) (xy 83.554921 96.210623) + (xy 83.610623 96.154921) (xy 83.654387 96.089424) (xy 83.684532 96.016647) (xy 83.6999 95.939387) + (xy 83.6999 95.860613) (xy 83.7001 95.860613) (xy 83.7001 95.939387) (xy 83.715468 96.016647) (xy 83.745613 96.089424) + (xy 83.789377 96.154921) (xy 83.845079 96.210623) (xy 83.910576 96.254387) (xy 83.983353 96.284532) + (xy 84.060613 96.2999) (xy 84.139387 96.2999) (xy 84.216647 96.284532) (xy 84.289424 96.254387) + (xy 84.354921 96.210623) (xy 84.410623 96.154921) (xy 84.454387 96.089424) (xy 84.484532 96.016647) + (xy 84.4999 95.939387) (xy 84.4999 95.860613) (xy 84.484532 95.783353) (xy 84.454387 95.710576) + (xy 84.410623 95.645079) (xy 84.354921 95.589377) (xy 84.289424 95.545613) (xy 84.216647 95.515468) + (xy 84.139387 95.5001) (xy 84.060613 95.5001) (xy 83.983353 95.515468) (xy 83.910576 95.545613) + (xy 83.845079 95.589377) (xy 83.789377 95.645079) (xy 83.745613 95.710576) (xy 83.715468 95.783353) + (xy 83.7001 95.860613) (xy 83.6999 95.860613) (xy 83.684532 95.783353) (xy 83.654387 95.710576) + (xy 83.610623 95.645079) (xy 83.554921 95.589377) (xy 83.489424 95.545613) (xy 83.416647 95.515468) + (xy 83.339387 95.5001) (xy 83.260613 95.5001) (xy 83.183353 95.515468) (xy 83.110576 95.545613) + (xy 83.045079 95.589377) (xy 82.989377 95.645079) (xy 82.945613 95.710576) (xy 82.915468 95.783353) + (xy 82.9001 95.860613) (xy 82.15 95.860613) (xy 82.15 95.7) (xy 82.149039 95.690245) (xy 82.146194 95.680866) + (xy 82.141573 95.672221) (xy 82.135355 95.664645) (xy 81.85 95.37929) (xy 81.85 95.060613) (xy 82.1001 95.060613) + (xy 82.1001 95.139387) (xy 82.115468 95.216647) (xy 82.145613 95.289424) (xy 82.189377 95.354921) + (xy 82.245079 95.410623) (xy 82.310576 95.454387) (xy 82.383353 95.484532) (xy 82.460613 95.4999) + (xy 82.539387 95.4999) (xy 82.616647 95.484532) (xy 82.689424 95.454387) (xy 82.754921 95.410623) + (xy 82.810623 95.354921) (xy 82.854387 95.289424) (xy 82.884532 95.216647) (xy 82.8999 95.139387) + (xy 82.8999 95.060613) (xy 82.9001 95.060613) (xy 82.9001 95.139387) (xy 82.915468 95.216647) (xy 82.945613 95.289424) + (xy 82.989377 95.354921) (xy 83.045079 95.410623) (xy 83.110576 95.454387) (xy 83.183353 95.484532) + (xy 83.260613 95.4999) (xy 83.339387 95.4999) (xy 83.416647 95.484532) (xy 83.489424 95.454387) + (xy 83.554921 95.410623) (xy 83.610623 95.354921) (xy 83.654387 95.289424) (xy 83.684532 95.216647) + (xy 83.6999 95.139387) (xy 83.6999 95.060613) (xy 83.7001 95.060613) (xy 83.7001 95.139387) (xy 83.715468 95.216647) + (xy 83.745613 95.289424) (xy 83.789377 95.354921) (xy 83.845079 95.410623) (xy 83.910576 95.454387) + (xy 83.983353 95.484532) (xy 84.060613 95.4999) (xy 84.139387 95.4999) (xy 84.216647 95.484532) + (xy 84.289424 95.454387) (xy 84.354921 95.410623) (xy 84.410623 95.354921) (xy 84.454387 95.289424) + (xy 84.484532 95.216647) (xy 84.4999 95.139387) (xy 84.4999 95.060613) (xy 84.484532 94.983353) + (xy 84.454387 94.910576) (xy 84.410623 94.845079) (xy 84.354921 94.789377) (xy 84.289424 94.745613) + (xy 84.216647 94.715468) (xy 84.139387 94.7001) (xy 84.060613 94.7001) (xy 83.983353 94.715468) + (xy 83.910576 94.745613) (xy 83.845079 94.789377) (xy 83.789377 94.845079) (xy 83.745613 94.910576) + (xy 83.715468 94.983353) (xy 83.7001 95.060613) (xy 83.6999 95.060613) (xy 83.684532 94.983353) + (xy 83.654387 94.910576) (xy 83.610623 94.845079) (xy 83.554921 94.789377) (xy 83.489424 94.745613) + (xy 83.416647 94.715468) (xy 83.339387 94.7001) (xy 83.260613 94.7001) (xy 83.183353 94.715468) + (xy 83.110576 94.745613) (xy 83.045079 94.789377) (xy 82.989377 94.845079) (xy 82.945613 94.910576) + (xy 82.915468 94.983353) (xy 82.9001 95.060613) (xy 82.8999 95.060613) (xy 82.884532 94.983353) + (xy 82.854387 94.910576) (xy 82.810623 94.845079) (xy 82.754921 94.789377) (xy 82.689424 94.745613) + (xy 82.616647 94.715468) (xy 82.539387 94.7001) (xy 82.460613 94.7001) (xy 82.383353 94.715468) + (xy 82.310576 94.745613) (xy 82.245079 94.789377) (xy 82.189377 94.845079) (xy 82.145613 94.910576) + (xy 82.115468 94.983353) (xy 82.1001 95.060613) (xy 81.85 95.060613) (xy 81.85 93.95) (xy 85.25 93.95) + ) + ) + ) + (zone + (net 200) + (net_name "Net-(R6-Pad1)") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005faf5384") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.0256) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.3) + ) + (polygon + (pts + (xy 122.9 99.05) (xy 126.45 99.05) (xy 126.45 100.25) (xy 122.9 100.25) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 126.352335 99.147665) (xy 126.4372 99.352547) (xy 126.4372 99.947453) (xy 126.352335 100.152335) + (xy 126.147453 100.2372) (xy 123.202547 100.2372) (xy 122.997665 100.152335) (xy 122.9128 99.947453) + (xy 122.9128 99.352547) (xy 122.997665 99.147665) (xy 123.202547 99.0628) (xy 126.147453 99.0628) + ) + ) + ) + (zone + (net 201) + (net_name "Net-(R56-Pad1)") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005faf5387") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.0256) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.3) + ) + (polygon + (pts + (xy 123.7 91.95) (xy 120.15 91.95) (xy 120.15 90.75) (xy 123.7 90.75) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 123.602335 90.847665) (xy 123.6872 91.052547) (xy 123.6872 91.647453) (xy 123.602335 91.852335) + (xy 123.397453 91.9372) (xy 120.452547 91.9372) (xy 120.247665 91.852335) (xy 120.1628 91.647453) + (xy 120.1628 91.052547) (xy 120.247665 90.847665) (xy 120.452547 90.7628) (xy 123.397453 90.7628) + ) + ) + ) + (zone + (net 202) + (net_name "/IO_Banks/IO_Buffer_B/ISNS_H") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005faf538a") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.0256) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.2) + ) + (polygon + (pts + (xy 123.55 100.95) (xy 126.45 100.95) (xy 126.45 103.05) (xy 123.55 103.05) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 126.381624 101.018376) (xy 126.4372 101.152547) (xy 126.4372 102.847453) (xy 126.381624 102.981624) + (xy 126.247453 103.0372) (xy 125.4627 103.0372) (xy 125.4627 102.954428) (xy 125.444919 102.865035) + (xy 125.41004 102.780829) (xy 125.359403 102.705046) (xy 125.294954 102.640597) (xy 125.219171 102.58996) + (xy 125.134965 102.555081) (xy 125.045572 102.5373) (xy 124.954428 102.5373) (xy 124.865035 102.555081) + (xy 124.780829 102.58996) (xy 124.705046 102.640597) (xy 124.640597 102.705046) (xy 124.58996 102.780829) + (xy 124.555081 102.865035) (xy 124.5373 102.954428) (xy 124.5373 103.0372) (xy 123.752547 103.0372) + (xy 123.618376 102.981624) (xy 123.5628 102.847453) (xy 123.5628 101.152547) (xy 123.618376 101.018376) + (xy 123.752547 100.9628) (xy 126.247453 100.9628) + ) + ) + ) + (zone + (net 107) + (net_name "/IO_Banks/VIOB") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005faf538d") + (hatch edge 0.508) + (priority 1) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.0256) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.3) + ) + (polygon + (pts + (xy 123.55 103.7) (xy 124.7 103.7) (xy 124.7 102.7) (xy 125.3 102.7) (xy 125.3 103.7) (xy 126.45 103.7) + (xy 126.45 104.7) (xy 123.55 104.7) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 125.202335 102.797665) (xy 125.2872 103.002547) (xy 125.2872 103.4) (xy 125.287446 103.402497) + (xy 125.288174 103.404898) (xy 125.376042 103.61703) (xy 125.377225 103.619243) (xy 125.378817 103.621183) + (xy 125.380757 103.622775) (xy 125.38297 103.623958) (xy 125.595102 103.711826) (xy 125.597503 103.712554) + (xy 125.6 103.7128) (xy 126.147453 103.7128) (xy 126.352335 103.797665) (xy 126.4372 104.002547) + (xy 126.4372 104.397453) (xy 126.352335 104.602335) (xy 126.147453 104.6872) (xy 123.852547 104.6872) + (xy 123.647665 104.602335) (xy 123.5628 104.397453) (xy 123.5628 104.002547) (xy 123.647665 103.797665) + (xy 123.852547 103.7128) (xy 124.4 103.7128) (xy 124.402497 103.712554) (xy 124.404898 103.711826) + (xy 124.61703 103.623958) (xy 124.619243 103.622775) (xy 124.621183 103.621183) (xy 124.622775 103.619243) + (xy 124.623958 103.61703) (xy 124.711826 103.404898) (xy 124.712554 103.402497) (xy 124.7128 103.4) + (xy 124.7128 103.002547) (xy 124.797665 102.797665) (xy 125 102.713855) + ) + ) + ) + (zone + (net 108) + (net_name "/IO_Banks/VIOA") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005faf5390") + (hatch edge 0.508) + (priority 1) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.0256) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.2) + ) + (polygon + (pts + (xy 123.05 87.3) (xy 121.9 87.3) (xy 121.9 88.3) (xy 121.3 88.3) (xy 121.3 87.3) (xy 120.15 87.3) + (xy 120.15 86.3) (xy 123.05 86.3) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 122.981624 86.368376) (xy 123.0372 86.502547) (xy 123.0372 87.097453) (xy 122.981624 87.231624) + (xy 122.847453 87.2872) (xy 122.1 87.2872) (xy 122.097503 87.287446) (xy 122.095102 87.288174) (xy 121.953681 87.346753) + (xy 121.951468 87.347936) (xy 121.949528 87.349528) (xy 121.947936 87.351468) (xy 121.946753 87.353681) + (xy 121.888174 87.495102) (xy 121.887446 87.497503) (xy 121.8872 87.5) (xy 121.8872 88.097453) (xy 121.831624 88.231624) + (xy 121.697453 88.2872) (xy 121.502547 88.2872) (xy 121.368376 88.231624) (xy 121.3128 88.097453) + (xy 121.3128 87.5) (xy 121.312554 87.497503) (xy 121.311826 87.495102) (xy 121.253247 87.353681) + (xy 121.252064 87.351468) (xy 121.250472 87.349528) (xy 121.248532 87.347936) (xy 121.246319 87.346753) + (xy 121.104898 87.288174) (xy 121.102497 87.287446) (xy 121.1 87.2872) (xy 120.352547 87.2872) (xy 120.218376 87.231624) + (xy 120.1628 87.097453) (xy 120.1628 86.502547) (xy 120.218376 86.368376) (xy 120.352547 86.3128) + (xy 122.847453 86.3128) + ) + ) + ) + (zone + (net 203) + (net_name "/IO_Banks/IO_Buffer_A/ISNS_H") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005faf5399") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.0256) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing fillet) + (radius 0.2) + ) + (polygon + (pts + (xy 123.05 90.05) (xy 120.15 90.05) (xy 120.15 87.95) (xy 123.05 87.95) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 121.1373 88.1) (xy 121.140426 88.131742) (xy 121.149685 88.162263) (xy 121.208264 88.303684) + (xy 121.223299 88.331812) (xy 121.243532 88.356467) (xy 121.268187 88.376701) (xy 121.296316 88.391736) + (xy 121.437737 88.450315) (xy 121.468259 88.459574) (xy 121.5 88.4627) (xy 121.7 88.4627) (xy 121.731742 88.459574) + (xy 121.762263 88.450315) (xy 121.903684 88.391736) (xy 121.931812 88.376701) (xy 121.956467 88.356468) + (xy 121.976701 88.331813) (xy 121.991736 88.303684) (xy 122.050315 88.162263) (xy 122.059574 88.131741) + (xy 122.0627 88.1) (xy 122.0627 87.9628) (xy 122.847453 87.9628) (xy 122.981624 88.018376) (xy 123.0372 88.152547) + (xy 123.0372 89.847453) (xy 122.981624 89.981624) (xy 122.847453 90.0372) (xy 120.352547 90.0372) + (xy 120.218376 89.981624) (xy 120.1628 89.847453) (xy 120.1628 88.152547) (xy 120.218376 88.018376) + (xy 120.352547 87.9628) (xy 121.1373 87.9628) + ) + ) + ) + (zone + (net 7) + (net_name "/SHLD") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005faf539f") + (hatch edge 0.508) + (priority 2) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.2) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.3) + (thermal_bridge_width 0.3) + (smoothing fillet) + (radius 0.5) + ) + (polygon + (pts + (xy 56.8 90.7) (xy 56.8 100.3) (xy 50 100.3) (xy 50 90.7) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 56.403307 90.814464) (xy 56.499567 90.854336) (xy 56.582232 90.917768) (xy 56.645664 91.000433) + (xy 56.685536 91.096693) (xy 56.7 91.206559) (xy 56.7 99.793441) (xy 56.685536 99.903307) (xy 56.645664 99.999567) + (xy 56.582232 100.082232) (xy 56.499567 100.145664) (xy 56.403307 100.185536) (xy 56.293441 100.2) + (xy 50.506559 100.2) (xy 50.396693 100.185536) (xy 50.300433 100.145664) (xy 50.25 100.106965) (xy 50.25 98.333377) + (xy 54.6751 98.333377) (xy 54.6751 98.446623) (xy 54.697193 98.557692) (xy 54.74053 98.662317) (xy 54.803446 98.756478) + (xy 54.883522 98.836554) (xy 54.977683 98.89947) (xy 55.082308 98.942807) (xy 55.193377 98.9649) + (xy 55.306623 98.9649) (xy 55.417692 98.942807) (xy 55.522317 98.89947) (xy 55.616478 98.836554) + (xy 55.696554 98.756478) (xy 55.75947 98.662317) (xy 55.802807 98.557692) (xy 55.8249 98.446623) + (xy 55.8249 98.333377) (xy 55.802807 98.222308) (xy 55.75947 98.117683) (xy 55.696554 98.023522) + (xy 55.616478 97.943446) (xy 55.522317 97.88053) (xy 55.417692 97.837193) (xy 55.306623 97.8151) + (xy 55.193377 97.8151) (xy 55.082308 97.837193) (xy 54.977683 97.88053) (xy 54.883522 97.943446) + (xy 54.803446 98.023522) (xy 54.74053 98.117683) (xy 54.697193 98.222308) (xy 54.6751 98.333377) + (xy 50.25 98.333377) (xy 50.25 94.49584) (xy 53.8501 94.49584) (xy 53.8501 94.60416) (xy 53.871232 94.7104) + (xy 53.912685 94.810475) (xy 53.972865 94.900541) (xy 54.049459 94.977135) (xy 54.139525 95.037315) + (xy 54.2396 95.078768) (xy 54.34584 95.0999) (xy 54.45416 95.0999) (xy 54.5604 95.078768) (xy 54.660475 95.037315) + (xy 54.750541 94.977135) (xy 54.827135 94.900541) (xy 54.887315 94.810475) (xy 54.920307 94.730825) + (xy 55.021967 94.832485) (xy 55.092626 94.879698) (xy 55.072865 94.899459) (xy 55.012685 94.989525) + (xy 54.971232 95.0896) (xy 54.9501 95.19584) (xy 54.9501 95.30416) (xy 54.971232 95.4104) (xy 55.012685 95.510475) + (xy 55.072865 95.600541) (xy 55.122599 95.650275) (xy 55.021967 95.717515) (xy 54.917515 95.821967) + (xy 54.835448 95.944789) (xy 54.778919 96.081262) (xy 54.7501 96.226141) (xy 54.7501 96.373859) + (xy 54.778919 96.518738) (xy 54.835448 96.655211) (xy 54.917515 96.778033) (xy 55.021967 96.882485) + (xy 55.144789 96.964552) (xy 55.281262 97.021081) (xy 55.426141 97.0499) (xy 55.573859 97.0499) + (xy 55.718738 97.021081) (xy 55.855211 96.964552) (xy 55.978033 96.882485) (xy 56.082485 96.778033) + (xy 56.164552 96.655211) (xy 56.221081 96.518738) (xy 56.2499 96.373859) (xy 56.2499 96.226141) + (xy 56.221081 96.081262) (xy 56.164552 95.944789) (xy 56.082485 95.821967) (xy 55.978033 95.717515) + (xy 55.877401 95.650275) (xy 55.927135 95.600541) (xy 55.987315 95.510475) (xy 56.028768 95.4104) + (xy 56.0499 95.30416) (xy 56.0499 95.19584) (xy 56.028768 95.0896) (xy 55.987315 94.989525) (xy 55.927135 94.899459) + (xy 55.907374 94.879698) (xy 55.978033 94.832485) (xy 56.082485 94.728033) (xy 56.164552 94.605211) + (xy 56.221081 94.468738) (xy 56.2499 94.323859) (xy 56.2499 94.176141) (xy 56.221081 94.031262) + (xy 56.164552 93.894789) (xy 56.082485 93.771967) (xy 55.978033 93.667515) (xy 55.855211 93.585448) + (xy 55.718738 93.528919) (xy 55.573859 93.5001) (xy 55.426141 93.5001) (xy 55.281262 93.528919) + (xy 55.144789 93.585448) (xy 55.021967 93.667515) (xy 54.917515 93.771967) (xy 54.835448 93.894789) + (xy 54.822893 93.9251) (xy 54.71596 93.9251) (xy 54.699999 93.923528) (xy 54.636308 93.929801) (xy 54.575065 93.948379) + (xy 54.518622 93.978548) (xy 54.484908 94.006216) (xy 54.45416 94.0001) (xy 54.34584 94.0001) (xy 54.2396 94.021232) + (xy 54.139525 94.062685) (xy 54.049459 94.122865) (xy 53.972865 94.199459) (xy 53.912685 94.289525) + (xy 53.871232 94.3896) (xy 53.8501 94.49584) (xy 50.25 94.49584) (xy 50.25 92.553377) (xy 54.6751 92.553377) + (xy 54.6751 92.666623) (xy 54.697193 92.777692) (xy 54.74053 92.882317) (xy 54.803446 92.976478) + (xy 54.883522 93.056554) (xy 54.977683 93.11947) (xy 55.082308 93.162807) (xy 55.193377 93.1849) + (xy 55.306623 93.1849) (xy 55.417692 93.162807) (xy 55.522317 93.11947) (xy 55.616478 93.056554) + (xy 55.696554 92.976478) (xy 55.75947 92.882317) (xy 55.802807 92.777692) (xy 55.8249 92.666623) + (xy 55.8249 92.553377) (xy 55.802807 92.442308) (xy 55.75947 92.337683) (xy 55.696554 92.243522) + (xy 55.616478 92.163446) (xy 55.522317 92.10053) (xy 55.417692 92.057193) (xy 55.306623 92.0351) + (xy 55.193377 92.0351) (xy 55.082308 92.057193) (xy 54.977683 92.10053) (xy 54.883522 92.163446) + (xy 54.803446 92.243522) (xy 54.74053 92.337683) (xy 54.697193 92.442308) (xy 54.6751 92.553377) + (xy 50.25 92.553377) (xy 50.25 90.893035) (xy 50.300433 90.854336) (xy 50.396693 90.814464) (xy 50.506559 90.8) + (xy 56.293441 90.8) + ) + ) + ) + (zone + (net 204) + (net_name "/SWSH") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005faf53a8") + (hatch edge 0.508) + (priority 2) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.2) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.3) + (thermal_bridge_width 0.3) + (smoothing fillet) + (radius 0.5) + ) + (polygon + (pts + (xy 77.5 119.8) (xy 71.8 119.8) (xy 71.8 118.3) (xy 77.5 118.3) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 72.358967 118.468444) (xy 72.369149 118.480851) (xy 72.418622 118.521452) (xy 72.475065 118.551621) + (xy 72.517729 118.564563) (xy 72.536307 118.570199) (xy 72.599999 118.576472) (xy 72.61596 118.5749) + (xy 76.757185 118.5749) (xy 76.773146 118.576472) (xy 76.789107 118.5749) (xy 76.836838 118.570199) + (xy 76.898081 118.551621) (xy 76.954524 118.521452) (xy 77.003997 118.480851) (xy 77.014179 118.468444) + (xy 77.072248 118.410375) (xy 77.103307 118.414464) (xy 77.199567 118.454336) (xy 77.282232 118.517768) + (xy 77.345664 118.600433) (xy 77.385536 118.696693) (xy 77.4 118.806559) (xy 77.4 119.293441) (xy 77.385536 119.403307) + (xy 77.345664 119.499567) (xy 77.282232 119.582232) (xy 77.199567 119.645664) (xy 77.103307 119.685536) + (xy 76.993441 119.7) (xy 72.306559 119.7) (xy 72.196693 119.685536) (xy 72.100433 119.645664) (xy 72.017768 119.582232) + (xy 71.954336 119.499567) (xy 71.914464 119.403307) (xy 71.9 119.293441) (xy 71.9 118.806559) (xy 71.914464 118.696693) + (xy 71.954336 118.600433) (xy 72.017768 118.517768) (xy 72.100433 118.454336) (xy 72.196693 118.414464) + (xy 72.292389 118.401866) + ) + ) + ) + (zone + (net 3) + (net_name "GND") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005faf53c3") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.1) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 60.4 107.2) (xy 72.4 107.2) (xy 72.4 119) (xy 60.4 119) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 72.273 108.788649) (xy 72.168275 108.74527) (xy 72.05682 108.7231) (xy 71.94318 108.7231) (xy 71.831725 108.74527) + (xy 71.726736 108.788758) (xy 71.632248 108.851893) (xy 71.551893 108.932248) (xy 71.488758 109.026736) + (xy 71.44527 109.131725) (xy 71.4231 109.24318) (xy 71.4231 109.35682) (xy 71.44527 109.468275) + (xy 71.488758 109.573264) (xy 71.503815 109.595798) (xy 71.466457 109.626457) (xy 71.413511 109.690972) + (xy 71.374168 109.764577) (xy 71.349941 109.844442) (xy 71.341761 109.9275) (xy 71.341761 110.2725) + (xy 71.349941 110.355558) (xy 71.374168 110.435423) (xy 71.413511 110.509028) (xy 71.466457 110.573543) + (xy 71.530972 110.626489) (xy 71.604577 110.665832) (xy 71.684442 110.690059) (xy 71.7675 110.698239) + (xy 72.0625 110.698239) (xy 72.145558 110.690059) (xy 72.225423 110.665832) (xy 72.273 110.640401) + (xy 72.273 117.3981) (xy 64.645761 117.3981) (xy 64.6019 117.354239) (xy 64.6019 116.76727) (xy 64.603601 116.749999) + (xy 64.6019 116.732728) (xy 64.6019 116.732718) (xy 64.596808 116.681016) (xy 64.576686 116.614682) + (xy 64.544009 116.553548) (xy 64.511051 116.513389) (xy 64.511046 116.513384) (xy 64.500034 116.499966) + (xy 64.486616 116.488954) (xy 64.391031 116.393369) (xy 68.966921 116.393369) (xy 68.966921 116.507009) + (xy 68.989091 116.618464) (xy 69.032579 116.723453) (xy 69.095714 116.817941) (xy 69.176069 116.898296) + (xy 69.270557 116.961431) (xy 69.375546 117.004919) (xy 69.487001 117.027089) (xy 69.600641 117.027089) + (xy 69.712096 117.004919) (xy 69.817085 116.961431) (xy 69.911573 116.898296) (xy 69.991928 116.817941) + (xy 70.055063 116.723453) (xy 70.098551 116.618464) (xy 70.120721 116.507009) (xy 70.120721 116.393369) + (xy 70.098551 116.281914) (xy 70.06775 116.207553) (xy 70.10473 116.118275) (xy 70.1269 116.00682) + (xy 70.1269 115.89318) (xy 70.10473 115.781725) (xy 70.061242 115.676736) (xy 69.998107 115.582248) + (xy 69.917752 115.501893) (xy 69.823264 115.438758) (xy 69.718275 115.39527) (xy 69.60682 115.3731) + (xy 69.49318 115.3731) (xy 69.381725 115.39527) (xy 69.276736 115.438758) (xy 69.182248 115.501893) + (xy 69.101893 115.582248) (xy 69.038758 115.676736) (xy 68.99527 115.781725) (xy 68.9731 115.89318) + (xy 68.9731 116.00682) (xy 68.99527 116.118275) (xy 69.026071 116.192636) (xy 68.989091 116.281914) + (xy 68.966921 116.393369) (xy 64.391031 116.393369) (xy 64.21105 116.213389) (xy 64.200034 116.199966) + (xy 64.146451 116.155991) (xy 64.085318 116.123314) (xy 64.018984 116.103192) (xy 63.967282 116.0981) + (xy 63.967271 116.0981) (xy 63.95 116.096399) (xy 63.932729 116.0981) (xy 63.46727 116.0981) (xy 63.449999 116.096399) + (xy 63.432728 116.0981) (xy 63.432718 116.0981) (xy 63.381016 116.103192) (xy 63.331294 116.118275) + (xy 63.314682 116.123314) (xy 63.253548 116.155991) (xy 63.213389 116.188949) (xy 63.213384 116.188954) + (xy 63.199966 116.199966) (xy 63.188954 116.213384) (xy 62.913385 116.488954) (xy 62.899966 116.499967) + (xy 62.888954 116.513385) (xy 62.888949 116.51339) (xy 62.855991 116.553549) (xy 62.839011 116.585317) + (xy 62.832178 116.5981) (xy 61.245762 116.5981) (xy 60.6519 116.004239) (xy 60.6519 114.22818) (xy 70.0231 114.22818) + (xy 70.0231 114.34182) (xy 70.04527 114.453275) (xy 70.088758 114.558264) (xy 70.151893 114.652752) + (xy 70.232248 114.733107) (xy 70.326736 114.796242) (xy 70.431725 114.83973) (xy 70.54318 114.8619) + (xy 70.65682 114.8619) (xy 70.768275 114.83973) (xy 70.873264 114.796242) (xy 70.967752 114.733107) + (xy 71.048107 114.652752) (xy 71.111242 114.558264) (xy 71.15473 114.453275) (xy 71.1769 114.34182) + (xy 71.1769 114.22818) (xy 71.15473 114.116725) (xy 71.111242 114.011736) (xy 71.048107 113.917248) + (xy 70.967752 113.836893) (xy 70.910676 113.798756) (xy 70.975252 113.755607) (xy 71.055607 113.675252) + (xy 71.118742 113.580764) (xy 71.16223 113.475775) (xy 71.1844 113.36432) (xy 71.1844 113.25068) + (xy 71.16223 113.139225) (xy 71.118742 113.034236) (xy 71.055607 112.939748) (xy 70.975252 112.859393) + (xy 70.880764 112.796258) (xy 70.775775 112.75277) (xy 70.66432 112.7306) (xy 70.55068 112.7306) + (xy 70.439225 112.75277) (xy 70.334236 112.796258) (xy 70.239748 112.859393) (xy 70.159393 112.939748) + (xy 70.096258 113.034236) (xy 70.05277 113.139225) (xy 70.0306 113.25068) (xy 70.0306 113.36432) + (xy 70.05277 113.475775) (xy 70.096258 113.580764) (xy 70.159393 113.675252) (xy 70.239748 113.755607) + (xy 70.296824 113.793744) (xy 70.232248 113.836893) (xy 70.151893 113.917248) (xy 70.088758 114.011736) + (xy 70.04527 114.116725) (xy 70.0231 114.22818) (xy 60.6519 114.22818) (xy 60.6519 113.445761) (xy 60.890901 113.20676) + (xy 60.932248 113.248107) (xy 61.026736 113.311242) (xy 61.131725 113.35473) (xy 61.24318 113.3769) + (xy 61.35682 113.3769) (xy 61.468275 113.35473) (xy 61.573264 113.311242) (xy 61.667752 113.248107) + (xy 61.748107 113.167752) (xy 61.811242 113.073264) (xy 61.85473 112.968275) (xy 61.8769 112.85682) + (xy 61.8769 112.74318) (xy 61.85473 112.631725) (xy 61.811242 112.526736) (xy 61.748107 112.432248) + (xy 61.667752 112.351893) (xy 61.573264 112.288758) (xy 61.468275 112.24527) (xy 61.35682 112.2231) + (xy 61.24318 112.2231) (xy 61.131725 112.24527) (xy 61.026736 112.288758) (xy 60.932248 112.351893) + (xy 60.851893 112.432248) (xy 60.841301 112.4481) (xy 60.817271 112.4481) (xy 60.8 112.446399) (xy 60.782729 112.4481) + (xy 60.782718 112.4481) (xy 60.731016 112.453192) (xy 60.664682 112.473314) (xy 60.603548 112.505991) + (xy 60.563389 112.538949) (xy 60.563384 112.538954) (xy 60.549966 112.549966) (xy 60.538954 112.563384) + (xy 60.527 112.575338) (xy 60.527 110.89318) (xy 63.1231 110.89318) (xy 63.1231 111.00682) (xy 63.14527 111.118275) + (xy 63.188758 111.223264) (xy 63.189918 111.225) (xy 63.188758 111.226736) (xy 63.14527 111.331725) + (xy 63.1231 111.44318) (xy 63.1231 111.55682) (xy 63.14527 111.668275) (xy 63.188758 111.773264) + (xy 63.189918 111.775) (xy 63.188758 111.776736) (xy 63.14527 111.881725) (xy 63.1231 111.99318) + (xy 63.1231 112.10682) (xy 63.14527 112.218275) (xy 63.188758 112.323264) (xy 63.189918 112.325) + (xy 63.188758 112.326736) (xy 63.14527 112.431725) (xy 63.1231 112.54318) (xy 63.1231 112.65682) + (xy 63.14527 112.768275) (xy 63.188758 112.873264) (xy 63.251893 112.967752) (xy 63.332248 113.048107) + (xy 63.426736 113.111242) (xy 63.531725 113.15473) (xy 63.64318 113.1769) (xy 63.75682 113.1769) + (xy 63.868275 113.15473) (xy 63.973264 113.111242) (xy 64.067752 113.048107) (xy 64.148107 112.967752) + (xy 64.211242 112.873264) (xy 64.25473 112.768275) (xy 64.2769 112.65682) (xy 64.2769 112.54318) + (xy 64.25473 112.431725) (xy 64.211242 112.326736) (xy 64.210082 112.325) (xy 64.211242 112.323264) + (xy 64.25473 112.218275) (xy 64.2769 112.10682) (xy 64.2769 111.99318) (xy 64.25473 111.881725) + (xy 64.211242 111.776736) (xy 64.210082 111.775) (xy 64.211242 111.773264) (xy 64.25473 111.668275) + (xy 64.2769 111.55682) (xy 64.2769 111.44318) (xy 64.25473 111.331725) (xy 64.211242 111.226736) + (xy 64.210082 111.225) (xy 64.211242 111.223264) (xy 64.25473 111.118275) (xy 64.2769 111.00682) + (xy 64.2769 110.89318) (xy 64.268311 110.85) (xy 68.894947 110.85) (xy 68.8981 110.882014) (xy 68.8981 111.517986) + (xy 68.894947 111.55) (xy 68.8981 111.582014) (xy 68.8981 111.582022) (xy 68.907533 111.677795) + (xy 68.908884 111.682248) (xy 68.94481 111.800678) (xy 69.005343 111.913928) (xy 69.086807 112.013193) + (xy 69.164435 112.0769) (xy 69.186072 112.094657) (xy 69.299323 112.155191) (xy 69.422206 112.192467) + (xy 69.55 112.205054) (xy 69.677795 112.192467) (xy 69.800678 112.155191) (xy 69.913929 112.094657) + (xy 70.013193 112.013193) (xy 70.033613 111.988311) (xy 70.170024 111.8519) (xy 70.227254 111.8519) + (xy 70.282 111.88848) (xy 70.423387 111.947044) (xy 70.573482 111.9769) (xy 70.726518 111.9769) + (xy 70.876613 111.947044) (xy 71.018 111.88848) (xy 71.145245 111.803458) (xy 71.253458 111.695245) + (xy 71.33848 111.568) (xy 71.397044 111.426613) (xy 71.4269 111.276518) (xy 71.4269 111.123482) + (xy 71.397044 110.973387) (xy 71.33848 110.832) (xy 71.253458 110.704755) (xy 71.145245 110.596542) + (xy 71.018 110.51152) (xy 70.876613 110.452956) (xy 70.726518 110.4231) (xy 70.573482 110.4231) + (xy 70.423387 110.452956) (xy 70.282 110.51152) (xy 70.227254 110.5481) (xy 70.170024 110.5481) + (xy 70.033613 110.411689) (xy 70.013193 110.386807) (xy 69.913928 110.305343) (xy 69.800677 110.244809) + (xy 69.677794 110.207533) (xy 69.55 110.194946) (xy 69.422205 110.207533) (xy 69.299322 110.244809) + (xy 69.186071 110.305343) (xy 69.086807 110.386807) (xy 69.005343 110.486072) (xy 68.944809 110.599323) + (xy 68.907533 110.722206) (xy 68.8981 110.817979) (xy 68.8981 110.817986) (xy 68.894947 110.85) + (xy 64.268311 110.85) (xy 64.25473 110.781725) (xy 64.211242 110.676736) (xy 64.148107 110.582248) + (xy 64.067752 110.501893) (xy 63.973264 110.438758) (xy 63.868275 110.39527) (xy 63.75682 110.3731) + (xy 63.64318 110.3731) (xy 63.531725 110.39527) (xy 63.426736 110.438758) (xy 63.332248 110.501893) + (xy 63.251893 110.582248) (xy 63.188758 110.676736) (xy 63.14527 110.781725) (xy 63.1231 110.89318) + (xy 60.527 110.89318) (xy 60.527 108.470661) (xy 61.670661 107.327) (xy 72.273 107.327) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/good-project.kicad_pcb b/tests/board_samples/kicad_8/good-project.kicad_pcb index 243fb5d1b..67b43da8d 100644 --- a/tests/board_samples/kicad_8/good-project.kicad_pcb +++ b/tests/board_samples/kicad_8/good-project.kicad_pcb @@ -1,326 +1,1188 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (layers - (0 "F.Cu" signal) - (1 "In1.Cu" signal "GND.Cu") - (2 "In2.Cu" signal "Signal1.Cu") - (3 "In3.Cu" signal "Signal2.Cu") - (4 "In4.Cu" signal "Power.Cu") - (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) - ) - - (setup - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (plotframeref false) - (viasonmask false) - (mode 1) - (useauxorigin false) - (hpglpennumber 1) - (hpglpenspeed 20) - (hpglpendiameter 35.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 "/Power/VCC") - (net 2 "GND") - (net 3 "Net-(C2-Pad1)") - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca72801) - (at 164.775001 80.505001 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca745a6") - (attr smd) - (fp_text reference "C1" (at 0 -1.17 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1a2f72d1-0b36-4610-afc4-4ad1660d5d3b) - ) - (fp_text value "C" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0dcdf1b8-13c6-48b4-bd94-5d26038ff231) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 8d55e186-3e11-40e8-a65e-b36a8a00069e) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2732632c-4768-42b6-bf7f-14643424019e)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13475e15-f37c-4de8-857e-1722b0c39513)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 58dc14f9-c158-4824-a84e-24a6a482a7a4)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dde3dba8-1b81-466c-93a3-c284ff4da1ef)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f976e2cc-36f9-4479-a816-2c74d1d5da6f)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/Power/VCC") (tstamp 48f827a8-6e22-4a2e-abdc-c2a03098d883)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp e877bf4a-4210-4bd3-b7b0-806eb4affc5b)) - (model "${KIPRJMOD}/3D/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca72810) - (at 170.18 80.020001 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca76352") - (attr smd) - (fp_text reference "C2" (at 0 -1.17 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a) - ) - (fp_text value "C" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aa02e544-13f5-4cf8-a5f4-3e6cda006090) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 6a44418c-7bb4-4e99-8836-57f153c19721) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d22e95aa-f3db-4fbc-a331-048a2523233e)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1262c4d-2245-4c4f-8f35-7bb32cd9e21e)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0147f16a-c952-4891-8f53-a9fb8cddeb8d)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15875808-74d5-4210-b8ca-aa8fbc04ae21)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd00c2e1-6027-4717-b312-4fab3ee52002)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1169a2d-8998-4b50-a48d-c520bcc1b8e1)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C2-Pad1)") (tstamp 8322f275-268c-4e87-a69f-4cfbf05e747f)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "GND") (tstamp 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (model "${KIPRJMOD}/3D/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_JST:JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca7282d) - (at 154.94 80.01) - (descr "JST JWPF series connector, B02B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator") - (tags "connector JST JWPF side entry") - (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca714f2") - (attr through_hole) - (fp_text reference "P1" (at -1.35 -3.7) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 32667662-ae86-4904-b198-3e95f11851bf) - ) - (fp_text value "CONN_01X02" (at -1.35 5.7) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a05d7640-f2f6-4ba7-8c51-5a4af431fc13) - ) - (fp_text user "${REFERENCE}" (at -4.7 1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543) - ) - (fp_line (start -5.75 -2.85) (end -4.25 -2.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae)) - (fp_line (start -5.75 -1.35) (end -5.75 -2.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f5fe6b7-98fc-4d3e-9567-f9f7202d1455)) - (fp_line (start -5.51 -2.61) (end -5.51 4.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da469d11-a8a4-414b-9449-d151eeaf4853)) - (fp_line (start -5.51 4.61) (end 1.81 4.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afb8e687-4a13-41a1-b8c0-89a749e897fe)) - (fp_line (start 1.81 -2.61) (end -5.51 -2.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62c076a3-d618-44a2-9042-9a08b3576787)) - (fp_line (start 2.81 -1.61) (end 2.81 3.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cbb5968-dbb5-4b84-864a-ead1cacf75b9)) - (fp_arc (start 1.81 -2.61) (mid 2.517107 -2.317107) (end 2.81 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a795f1ba-cdd5-4cc5-9a52-08586e982934)) - (fp_arc (start 2.81 3.61) (mid 2.517107 4.317107) (end 1.81 4.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46918595-4a45-48e8-84c0-961b4db7f35f)) - (fp_line (start -5.9 -3) (end -5.9 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9ccf03e8-755a-4cd9-96fc-30e1d08fa253)) - (fp_line (start -5.9 5) (end 3.2 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94c158d1-8503-4553-b511-bf42f506c2a8)) - (fp_line (start 3.2 -3) (end -5.9 -3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 78cbdd6c-4878-4cc5-9a58-0e506478e37d)) - (fp_line (start 3.2 5) (end 3.2 -3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23bb2798-d93a-4696-a962-c305c4298a0c)) - (fp_line (start -5.4 -2.5) (end -5.4 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 983c426c-24e0-4c65-ab69-1f1824adc5c6)) - (fp_line (start -5.4 4.5) (end 1.7 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1d83899-e380-49f9-a87d-8e78bc089ebf)) - (fp_line (start -0.375 -1.9) (end 0.375 -1.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14)) - (fp_line (start 0 -1.15) (end -0.375 -1.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8314017-7be6-4011-9179-37449a29b311)) - (fp_line (start 0.375 -1.9) (end 0 -1.15) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2)) - (fp_line (start 1.7 -2.5) (end -5.4 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e105729-aba0-497c-a99e-c32d2b3ddb6d)) - (fp_line (start 2.7 -1.5) (end 2.7 3.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12)) - (fp_arc (start 1.7 -2.5) (mid 2.407107 -2.207107) (end 2.7 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13abf99d-5265-4779-8973-e94370fd18ff)) - (fp_arc (start 2.7 3.5) (mid 2.407107 4.207107) (end 1.7 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7520ad3-0f8b-4788-92d4-8ffb277041e6)) - (pad "" np_thru_hole circle (at -1.5 4.05) (size 1.15 1.15) (drill 1.15) (layers "*.Cu" "*.Mask") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (pad "1" thru_hole roundrect (at 0 0) (size 2 1.3) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.192308) - (net 2 "GND") (tstamp 746ba970-8279-4e7b-aed3-f28687777c21)) - (pad "2" thru_hole oval (at 0 2) (size 2 1.3) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "/Power/VCC") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e)) - (model "${KIPRJMOD}/3D/B02B-JWPF-SK-R.step" - (offset (xyz -3.2 -4.5 -8)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 -90)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca7283c) - (at 167.64 83.82) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca75c86") - (attr smd) - (fp_text reference "R1" (at 0 -1.17) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e615f7aa-337e-474d-9615-2ad82b1c44ca) - ) - (fp_text value "R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4fb02e58-160a-4a39-9f22-d0c75e82ee72) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66116376-6967-4178-9f23-a26cdeafc400)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "/Power/VCC") (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C2-Pad1)") (tstamp 87371631-aa02-498a-998a-09bdb74784c1)) - (model "${KIPRJMOD}/3D/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 187.96 91.44) (end 187.96 69.85) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 54365317-1355-4216-bb75-829375abc4ec)) - (gr_line (start 142.24 91.44) (end 187.96 91.44) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp a3e4f0ae-9f86-49e9-b386-ed8b42e012fb)) - (gr_line (start 142.24 69.85) (end 142.24 91.44) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp a690fc6c-55d9-47e6-b533-faa4b67e20f3)) - (gr_line (start 187.96 69.85) (end 142.24 69.85) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497)) - (gr_text "Text in Dwgs.User" (at 149 68) (layer "Dwgs.User") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Text in Cmts.User" (at 149 93) (layer "Cmts.User") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd) - (effects (font (size 1 1) (thickness 0.15))) - ) - - (segment (start 160 73) (end 180 73) (width 0.25) (layer "In1.Cu") (net 0) (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (segment (start 180 73) (end 180 88) (width 0.25) (layer "In1.Cu") (net 0) (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - (segment (start 180 88) (end 160 88) (width 0.25) (layer "In2.Cu") (net 0) (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (segment (start 160 88) (end 160 73) (width 0.25) (layer "In2.Cu") (net 0) (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (segment (start 161 87) (end 179 87) (width 0.25) (layer "In3.Cu") (net 0) (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (segment (start 179 87) (end 179 74) (width 0.25) (layer "In3.Cu") (net 0) (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - (segment (start 161 74) (end 161 87) (width 0.25) (layer "In4.Cu") (net 0) (tstamp 127679a9-3981-4934-815e-896a4e3ff56e)) - (segment (start 161 74) (end 179 74) (width 0.25) (layer "In4.Cu") (net 0) (tstamp 716e31c5-485f-40b5-88e3-a75900da9811)) - (segment (start 157.769999 80.990001) (end 156.75 82.01) (width 0.25) (layer "F.Cu") (net 1) (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (segment (start 167.155 83.37) (end 165.1 81.315) (width 0.25) (layer "F.Cu") (net 1) (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11)) - (segment (start 156.75 82.01) (end 154.94 82.01) (width 0.25) (layer "F.Cu") (net 1) (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (segment (start 164.775001 80.990001) (end 157.769999 80.990001) (width 0.25) (layer "F.Cu") (net 1) (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - (segment (start 167.155 83.82) (end 167.155 83.37) (width 0.25) (layer "F.Cu") (net 1) (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f)) - (segment (start 165.1 81.315) (end 164.775001 80.990001) (width 0.25) (layer "F.Cu") (net 1) (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144)) - (segment (start 164.765 80.01) (end 164.775001 80.020001) (width 0.25) (layer "F.Cu") (net 2) (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb)) - (segment (start 164.775001 80.020001) (end 165.260001 79.535001) (width 0.25) (layer "F.Cu") (net 2) (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3)) - (segment (start 165.260001 79.535001) (end 170.18 79.535001) (width 0.25) (layer "F.Cu") (net 2) (tstamp c41b3c8b-634e-435a-b582-96b83bbd4032)) - (segment (start 154.94 80.01) (end 164.765 80.01) (width 0.25) (layer "F.Cu") (net 2) (tstamp ce83728b-bebd-48c2-8734-b6a50d837931)) - (segment (start 170.18 80.505001) (end 170.18 81.765) (width 0.25) (layer "F.Cu") (net 3) (tstamp 0f22151c-f260-4674-b486-4710a2c42a55)) - (segment (start 170.18 81.765) (end 168.125 83.82) (width 0.25) (layer "F.Cu") (net 3) (tstamp 1831fb37-1c5d-42c4-b898-151be6fca9dc)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (layers + (0 "F.Cu" signal) + (1 "In1.Cu" signal "GND.Cu") + (2 "In2.Cu" signal "Signal1.Cu") + (3 "In3.Cu" signal "Signal2.Cu") + (4 "In4.Cu" signal "Power.Cu") + (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) + ) + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 35.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "/Power/VCC") + (net 2 "GND") + (net 3 "Net-(C2-Pad1)") + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca72801") + (at 164.775001 80.505001 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.17 90) + (layer "F.SilkS") + (uuid "1a2f72d1-0b36-4610-afc4-4ad1660d5d3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "C" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "0dcdf1b8-13c6-48b4-bd94-5d26038ff231") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c4ae525-252c-4e3e-8777-4155ed2b4ff2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "962d5bfd-b792-49f4-8ac6-4b73d85e8372") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "65da4717-893e-43f1-973f-3781e1ff6d2d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca745a6") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "58dc14f9-c158-4824-a84e-24a6a482a7a4") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dde3dba8-1b81-466c-93a3-c284ff4da1ef") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "8d55e186-3e11-40e8-a65e-b36a8a00069e") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/Power/VCC") + (uuid "48f827a8-6e22-4a2e-abdc-c2a03098d883") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + ) + (model "${KIPRJMOD}/3D/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca72810") + (at 170.18 80.020001 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C2" + (at 0 -1.17 90) + (layer "F.SilkS") + (uuid "4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "C" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "aa02e544-13f5-4cf8-a5f4-3e6cda006090") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1e340053-9f2a-467d-b84d-22c2e4e7cccd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1008e9df-f95e-47f0-bb9f-1ea4b1266fa1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dcb7a27b-0559-4499-931a-a7ea580b852d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca76352") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d1262c4d-2245-4c4f-8f35-7bb32cd9e21e") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d22e95aa-f3db-4fbc-a331-048a2523233e") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0147f16a-c952-4891-8f53-a9fb8cddeb8d") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1169a2d-8998-4b50-a48d-c520bcc1b8e1") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C2-Pad1)") + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "GND") + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (model "${KIPRJMOD}/3D/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_JST:JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca7282d") + (at 154.94 80.01) + (descr "JST JWPF series connector, B02B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator") + (tags "connector JST JWPF side entry") + (property "Reference" "P1" + (at -1.35 -3.7 0) + (layer "F.SilkS") + (uuid "32667662-ae86-4904-b198-3e95f11851bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CONN_01X02" + (at -1.35 5.7 0) + (layer "F.Fab") + (uuid "a05d7640-f2f6-4ba7-8c51-5a4af431fc13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "87361d1f-4862-422c-ac43-369f3168a7e3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b3fb3f94-da35-4ec3-a937-430566be0fba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d1fa622-cdca-43bf-b020-76fe5d41844a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca714f2") + (attr through_hole) + (fp_line + (start -5.75 -2.85) + (end -4.25 -2.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + ) + (fp_line + (start -5.75 -1.35) + (end -5.75 -2.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f5fe6b7-98fc-4d3e-9567-f9f7202d1455") + ) + (fp_line + (start -5.51 -2.61) + (end -5.51 4.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da469d11-a8a4-414b-9449-d151eeaf4853") + ) + (fp_line + (start -5.51 4.61) + (end 1.81 4.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afb8e687-4a13-41a1-b8c0-89a749e897fe") + ) + (fp_line + (start 1.81 -2.61) + (end -5.51 -2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62c076a3-d618-44a2-9042-9a08b3576787") + ) + (fp_line + (start 2.81 -1.61) + (end 2.81 3.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cbb5968-dbb5-4b84-864a-ead1cacf75b9") + ) + (fp_arc + (start 1.81 -2.61) + (mid 2.517107 -2.317107) + (end 2.81 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a795f1ba-cdd5-4cc5-9a52-08586e982934") + ) + (fp_arc + (start 2.81 3.61) + (mid 2.517107 4.317107) + (end 1.81 4.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46918595-4a45-48e8-84c0-961b4db7f35f") + ) + (fp_line + (start -5.9 -3) + (end -5.9 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9ccf03e8-755a-4cd9-96fc-30e1d08fa253") + ) + (fp_line + (start -5.9 5) + (end 3.2 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "94c158d1-8503-4553-b511-bf42f506c2a8") + ) + (fp_line + (start 3.2 -3) + (end -5.9 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "78cbdd6c-4878-4cc5-9a58-0e506478e37d") + ) + (fp_line + (start 3.2 5) + (end 3.2 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "23bb2798-d93a-4696-a962-c305c4298a0c") + ) + (fp_line + (start -5.4 -2.5) + (end -5.4 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "983c426c-24e0-4c65-ab69-1f1824adc5c6") + ) + (fp_line + (start -5.4 4.5) + (end 1.7 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1d83899-e380-49f9-a87d-8e78bc089ebf") + ) + (fp_line + (start -0.375 -1.9) + (end 0.375 -1.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + ) + (fp_line + (start 0 -1.15) + (end -0.375 -1.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + ) + (fp_line + (start 0.375 -1.9) + (end 0 -1.15) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + ) + (fp_line + (start 1.7 -2.5) + (end -5.4 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6e105729-aba0-497c-a99e-c32d2b3ddb6d") + ) + (fp_line + (start 2.7 -1.5) + (end 2.7 3.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + ) + (fp_arc + (start 1.7 -2.5) + (mid 2.407107 -2.207107) + (end 2.7 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "13abf99d-5265-4779-8973-e94370fd18ff") + ) + (fp_arc + (start 2.7 3.5) + (mid 2.407107 4.207107) + (end 1.7 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a7520ad3-0f8b-4788-92d4-8ffb277041e6") + ) + (fp_text user "${REFERENCE}" + (at -4.7 1 90) + (layer "F.Fab") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at -1.5 4.05) + (size 1.15 1.15) + (drill 1.15) + (layers "*.Cu" "*.Mask") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (pad "1" thru_hole roundrect + (at 0 0) + (size 2 1.3) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.192308) + (net 2 "GND") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + ) + (pad "2" thru_hole oval + (at 0 2) + (size 2 1.3) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "/Power/VCC") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + ) + (model "${KIPRJMOD}/3D/B02B-JWPF-SK-R.step" + (offset + (xyz -3.2 -4.5 -8) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 -90) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca7283c") + (at 167.64 83.82) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "45037b55-695b-447f-98a3-06d9394fc473") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4f5523a8-d1b1-4b3e-99c0-ec56772f2d14") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a34f94b6-95ee-4fb3-a27e-df6103e4a4f4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca75c86") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "/Power/VCC") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C2-Pad1)") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (model "${KIPRJMOD}/3D/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 187.96 91.44) + (end 187.96 69.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (gr_line + (start 142.24 91.44) + (end 187.96 91.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "a3e4f0ae-9f86-49e9-b386-ed8b42e012fb") + ) + (gr_line + (start 142.24 69.85) + (end 142.24 91.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "a690fc6c-55d9-47e6-b533-faa4b67e20f3") + ) + (gr_line + (start 187.96 69.85) + (end 142.24 69.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (gr_text "Text in Dwgs.User" + (at 149 68 0) + (layer "Dwgs.User") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Text in Cmts.User" + (at 149 93 0) + (layer "Cmts.User") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (segment + (start 160 73) + (end 180 73) + (width 0.25) + (layer "In1.Cu") + (net 0) + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (segment + (start 180 73) + (end 180 88) + (width 0.25) + (layer "In1.Cu") + (net 0) + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (segment + (start 180 88) + (end 160 88) + (width 0.25) + (layer "In2.Cu") + (net 0) + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (segment + (start 160 88) + (end 160 73) + (width 0.25) + (layer "In2.Cu") + (net 0) + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (segment + (start 161 87) + (end 179 87) + (width 0.25) + (layer "In3.Cu") + (net 0) + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (segment + (start 179 87) + (end 179 74) + (width 0.25) + (layer "In3.Cu") + (net 0) + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (segment + (start 161 74) + (end 161 87) + (width 0.25) + (layer "In4.Cu") + (net 0) + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (segment + (start 161 74) + (end 179 74) + (width 0.25) + (layer "In4.Cu") + (net 0) + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (segment + (start 157.769999 80.990001) + (end 156.75 82.01) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (segment + (start 167.155 83.37) + (end 165.1 81.315) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (segment + (start 156.75 82.01) + (end 154.94 82.01) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (segment + (start 164.775001 80.990001) + (end 157.769999 80.990001) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (segment + (start 167.155 83.82) + (end 167.155 83.37) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (segment + (start 165.1 81.315) + (end 164.775001 80.990001) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (segment + (start 164.765 80.01) + (end 164.775001 80.020001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (segment + (start 164.775001 80.020001) + (end 165.260001 79.535001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (segment + (start 165.260001 79.535001) + (end 170.18 79.535001) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + ) + (segment + (start 154.94 80.01) + (end 164.765 80.01) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + ) + (segment + (start 170.18 80.505001) + (end 170.18 81.765) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + ) + (segment + (start 170.18 81.765) + (end 168.125 83.82) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/imported_test.kicad_sch b/tests/board_samples/kicad_8/imported_test.kicad_sch index 7ade5c841..cd28130d1 100644 --- a/tests/board_samples/kicad_8/imported_test.kicad_sch +++ b/tests/board_samples/kicad_8/imported_test.kicad_sch @@ -1,75 +1,211 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 67763d19-f622-4e1e-81e5-5b24da7c3f99) - - (paper "A4") - - (lib_symbols - (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 (lib_id "Device:R") (at 127 68.58 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 38a501e2-0ee8-439d-bd02-e9e90e7503e9) - (property "Reference" "R1" (at 128.778 67.7453 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 128.778 70.2822 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 125.222 68.58 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 127 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e7e08b48-3d04-49da-8349-6de530a20c67)) - (pin "2" (uuid 9bac9ad3-a7b9-47f0-87c7-d8630653df68)) - (instances - (project "imported_top" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55/22c28634-55a5-4f76-9217-6b70ddd108b8" - (reference "R1") (unit 1) - ) - ) - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "67763d19-f622-4e1e-81e5-5b24da7c3f99") + (paper "A4") + (lib_symbols + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 + (lib_id "Device:R") + (at 127 68.58 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "38a501e2-0ee8-439d-bd02-e9e90e7503e9") + (property "Reference" "R1" + (at 128.778 67.7453 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 128.778 70.2822 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 125.222 68.58 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 127 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 127 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e7e08b48-3d04-49da-8349-6de530a20c67") + ) + (pin "2" + (uuid "9bac9ad3-a7b9-47f0-87c7-d8630653df68") + ) + (instances + (project "imported_test" + (path "/67763d19-f622-4e1e-81e5-5b24da7c3f99" + (reference "R1") + (unit 1) + ) + ) + (project "imported_top" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55/22c28634-55a5-4f76-9217-6b70ddd108b8" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/imported_top.kicad_sch b/tests/board_samples/kicad_8/imported_top.kicad_sch index 7e2457fad..d55b59d39 100644 --- a/tests/board_samples/kicad_8/imported_top.kicad_sch +++ b/tests/board_samples/kicad_8/imported_top.kicad_sch @@ -1,31 +1,51 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e63e39d7-6ac0-4ffd-8aa3-1841a4541b55) - - (paper "A4") - - (lib_symbols - ) - - - (sheet (at 96.52 72.39) (size 41.91 13.97) (fields_autoplaced) - (stroke (width 0.1524) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 22c28634-55a5-4f76-9217-6b70ddd108b8) - (property "Sheetname" "Test" (at 96.52 71.6784 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "imported_test.kicad_sch" (at 96.52 86.9446 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (instances - (project "imported_top" - (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" (page "2")) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55") + (paper "A4") + (lib_symbols) + (sheet + (at 96.52 72.39) + (size 41.91 13.97) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "22c28634-55a5-4f76-9217-6b70ddd108b8") + (property "Sheetname" "Test" + (at 96.52 71.6784 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "imported_test.kicad_sch" + (at 96.52 86.9446 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (instances + (project "imported_top" + (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55" + (page "2") + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/join.kicad_sch b/tests/board_samples/kicad_8/join.kicad_sch index 9da183741..f7e73f9a5 100644 --- a/tests/board_samples/kicad_8/join.kicad_sch +++ b/tests/board_samples/kicad_8/join.kicad_sch @@ -1,377 +1,979 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "Connector:Conn_01x02_Male" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x02_Male" (at 0 -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, single row, 01x02, 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*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x02_Male_1_1" - (polyline - (pts - (xy 1.27 -2.54) - (xy 0.8636 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.8636 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (pin passive line (at 5.08 0 180) (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 -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)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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)))) - ) - ) - ) - ) - - (junction (at 95.25 69.85) (diameter 0) (color 0 0 0 0) - (uuid 4e66a44f-7fa6-4e16-bf9b-62ec864301a5) - ) - (junction (at 95.25 58.42) (diameter 0) (color 0 0 0 0) - (uuid b6bcc3cf-50de-4a33-bc41-678825c1ecf2) - ) - - (wire (pts (xy 105.41 60.96) (xy 109.22 60.96)) - (stroke (width 0) (type default)) - (uuid 0d35483a-0b12-46cc-b9f2-896fd6831779) - ) - (wire (pts (xy 81.28 69.85) (xy 95.25 69.85)) - (stroke (width 0) (type default)) - (uuid 55992e35-fe7b-468a-9b7a-1e4dc931b904) - ) - (wire (pts (xy 95.25 58.42) (xy 109.22 58.42)) - (stroke (width 0) (type default)) - (uuid 5740c959-93d8-47fd-8f68-62f0109e753d) - ) - (wire (pts (xy 95.25 59.69) (xy 95.25 58.42)) - (stroke (width 0) (type default)) - (uuid 7e08f2a4-63d6-468b-bd8b-ec607077e023) - ) - (wire (pts (xy 105.41 69.85) (xy 105.41 60.96)) - (stroke (width 0) (type default)) - (uuid 9702d639-3b1f-4825-8985-b32b9008503d) - ) - (wire (pts (xy 77.47 58.42) (xy 83.82 58.42)) - (stroke (width 0) (type default)) - (uuid 9a9f2d82-f64d-4264-8bec-c182528fc4de) - ) - (wire (pts (xy 95.25 69.85) (xy 95.25 67.31)) - (stroke (width 0) (type default)) - (uuid a06e8e78-f567-42e6-b645-013b1073ca31) - ) - (wire (pts (xy 91.44 58.42) (xy 95.25 58.42)) - (stroke (width 0) (type default)) - (uuid b60c50d1-225e-415c-8712-7acb5e3dc8ea) - ) - (wire (pts (xy 77.47 60.96) (xy 81.28 60.96)) - (stroke (width 0) (type default)) - (uuid c3c93de0-69b1-4a04-8e0b-d78caf487c63) - ) - (wire (pts (xy 95.25 69.85) (xy 105.41 69.85)) - (stroke (width 0) (type default)) - (uuid ec9e24d8-d1c5-40e2-9812-dc315d05f470) - ) - (wire (pts (xy 81.28 60.96) (xy 81.28 69.85)) - (stroke (width 0) (type default)) - (uuid f9865a9f-edb8-49c7-828f-4896e1f3047a) - ) - - (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" - (at 13.97 24.13 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 825c70b0-4860-42b7-97dc-86bfa46e06fd) - ) - - (symbol (lib_id "Connector:Conn_01x02_Male") (at 72.39 58.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10e435) - (property "Reference" "J1" (at 69.85 60.96 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Molex KK" (at 72.39 63.5 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.molex.com/webdocs/datasheets/pdf/en-us//0022232021_PCB_HEADERS.pdf" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "900-0022232021-ND" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "0022232021" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Molex" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4e2f6e23-2ee0-4c61-b164-6c5961ea7d03)) - (pin "2" (uuid 9dd8aa12-3040-4caf-ac96-9f7ee1d73f5e)) - (instances - (project "join" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x02_Male") (at 114.3 58.42 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10e81f) - (property "Reference" "J2" (at 115.57 60.96 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Molex KK" (at 109.22 63.5 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 114.3 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.molex.com/webdocs/datasheets/pdf/en-us//0022232021_PCB_HEADERS.pdf" (at 114.3 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "900-0022232021-ND" (at 114.3 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "0022232021" (at 114.3 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Molex" (at 114.3 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 71d0e52b-424a-41bc-b352-e507e825b0ed)) - (pin "2" (uuid c3551f09-b656-4de3-892a-95e2028d6361)) - (instances - (project "join" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 87.63 58.42 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10f746) - (property "Reference" "R1" (at 87.63 55.88 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1k" (at 87.63 58.42 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 87.63 56.642 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.bourns.com/docs/product-datasheets/CRxxxxx.pdf" (at 87.63 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "CR0805-JW-102ELFCT-ND" (at 87.63 58.42 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "CR0805-JW-102ELF" (at 87.63 58.42 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Tolerance" "5%" (at 87.63 58.42 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Bourns" (at 87.63 58.42 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2ddaddbc-2768-42a5-93a8-2e7bb51c05cf)) - (pin "2" (uuid 1e86f799-362b-4148-b112-c90388cb0045)) - (instances - (project "join" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 95.25 63.5 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10f92f) - (property "Reference" "C1" (at 98.171 62.3316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (at 98.171 64.643 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 96.2152 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://content.kemet.com/datasheets/KEM_C1002_X7R_SMD.pdf" (at 95.25 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "399-1147-1-ND" (at 95.25 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "C0805C102K5RACTU" (at 95.25 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Tolerance" "10%" (at 95.25 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "KEMET" (at 95.25 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Voltage" "50V" (at 95.25 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "SMN1" "Alternative" (at 95.25 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b34c095e-0a33-4dc4-a957-421ea1d68830)) - (pin "2" (uuid a2c5feaa-8471-4775-9f46-bf32f3985a86)) - (instances - (project "join" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Connector:Conn_01x02_Male" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x02_Male" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x02_Male_1_1" + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 0 180) + (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 -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) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 95.25 69.85) + (diameter 0) + (color 0 0 0 0) + (uuid "4e66a44f-7fa6-4e16-bf9b-62ec864301a5") + ) + (junction + (at 95.25 58.42) + (diameter 0) + (color 0 0 0 0) + (uuid "b6bcc3cf-50de-4a33-bc41-678825c1ecf2") + ) + (wire + (pts + (xy 105.41 60.96) (xy 109.22 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0d35483a-0b12-46cc-b9f2-896fd6831779") + ) + (wire + (pts + (xy 81.28 69.85) (xy 95.25 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "55992e35-fe7b-468a-9b7a-1e4dc931b904") + ) + (wire + (pts + (xy 95.25 58.42) (xy 109.22 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5740c959-93d8-47fd-8f68-62f0109e753d") + ) + (wire + (pts + (xy 95.25 59.69) (xy 95.25 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7e08f2a4-63d6-468b-bd8b-ec607077e023") + ) + (wire + (pts + (xy 105.41 69.85) (xy 105.41 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9702d639-3b1f-4825-8985-b32b9008503d") + ) + (wire + (pts + (xy 77.47 58.42) (xy 83.82 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a9f2d82-f64d-4264-8bec-c182528fc4de") + ) + (wire + (pts + (xy 95.25 69.85) (xy 95.25 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a06e8e78-f567-42e6-b645-013b1073ca31") + ) + (wire + (pts + (xy 91.44 58.42) (xy 95.25 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b60c50d1-225e-415c-8712-7acb5e3dc8ea") + ) + (wire + (pts + (xy 77.47 60.96) (xy 81.28 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c3c93de0-69b1-4a04-8e0b-d78caf487c63") + ) + (wire + (pts + (xy 95.25 69.85) (xy 105.41 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ec9e24d8-d1c5-40e2-9812-dc315d05f470") + ) + (wire + (pts + (xy 81.28 60.96) (xy 81.28 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f9865a9f-edb8-49c7-828f-4896e1f3047a") + ) + (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" + (exclude_from_sim no) + (at 13.97 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "825c70b0-4860-42b7-97dc-86bfa46e06fd") + ) + (symbol + (lib_id "Connector:Conn_01x02_Male") + (at 72.39 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10e435") + (property "Reference" "J1" + (at 69.85 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Molex KK" + (at 72.39 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.molex.com/webdocs/datasheets/pdf/en-us//0022232021_PCB_HEADERS.pdf" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "900-0022232021-ND" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "0022232021" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Molex" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4e2f6e23-2ee0-4c61-b164-6c5961ea7d03") + ) + (pin "2" + (uuid "9dd8aa12-3040-4caf-ac96-9f7ee1d73f5e") + ) + (instances + (project "join" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x02_Male") + (at 114.3 58.42 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10e81f") + (property "Reference" "J2" + (at 115.57 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Molex KK" + (at 109.22 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.molex.com/webdocs/datasheets/pdf/en-us//0022232021_PCB_HEADERS.pdf" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "900-0022232021-ND" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "0022232021" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Molex" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "71d0e52b-424a-41bc-b352-e507e825b0ed") + ) + (pin "2" + (uuid "c3551f09-b656-4de3-892a-95e2028d6361") + ) + (instances + (project "join" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 87.63 58.42 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10f746") + (property "Reference" "R1" + (at 87.63 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1k" + (at 87.63 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 87.63 56.642 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.bourns.com/docs/product-datasheets/CRxxxxx.pdf" + (at 87.63 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 87.63 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "CR0805-JW-102ELFCT-ND" + (at 87.63 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "CR0805-JW-102ELF" + (at 87.63 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "5%" + (at 87.63 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Bourns" + (at 87.63 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2ddaddbc-2768-42a5-93a8-2e7bb51c05cf") + ) + (pin "2" + (uuid "1e86f799-362b-4148-b112-c90388cb0045") + ) + (instances + (project "join" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 95.25 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10f92f") + (property "Reference" "C1" + (at 98.171 62.3316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 98.171 64.643 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 96.2152 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://content.kemet.com/datasheets/KEM_C1002_X7R_SMD.pdf" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "399-1147-1-ND" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "C0805C102K5RACTU" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "10%" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "KEMET" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Voltage" "50V" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "SMN1" "Alternative" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b34c095e-0a33-4dc4-a957-421ea1d68830") + ) + (pin "2" + (uuid "a2c5feaa-8471-4775-9f46-bf32f3985a86") + ) + (instances + (project "join" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-test-2.kicad_sch b/tests/board_samples/kicad_8/kibom-test-2.kicad_sch index 4dfb6e705..2a0298c2e 100644 --- a/tests/board_samples/kicad_8/kibom-test-2.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-test-2.kicad_sch @@ -1,582 +1,1518 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.254 1.778 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C_Small" (at 0.254 -2.032 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (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" "capacitor cap" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_Small_0_1" - (polyline - (pts - (xy -1.524 -0.508) - (xy 1.524 -0.508) - ) - (stroke (width 0.3302) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.524 0.508) - (xy 1.524 0.508) - ) - (stroke (width 0.3048) (type default)) - (fill (type none)) - ) - ) - (symbol "C_Small_1_1" - (pin passive line (at 0 2.54 270) (length 2.032) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -2.54 90) (length 2.032) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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 "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 0.762 0.508 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R_Small" (at 0.762 -1.016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (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" "R resistor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Resistor, small symbol" (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_Small_0_1" - (rectangle (start -0.762 1.778) (end 0.762 -1.778) - (stroke (width 0.2032) (type default)) - (fill (type none)) - ) - ) - (symbol "R_Small_1_1" - (pin passive line (at 0 2.54 270) (length 0.762) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -2.54 90) (length 0.762) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - - (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" - (at 13.97 24.13 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid a9ec539a-d80d-40cc-803c-12b6adefe42a) - ) - (text "5 x 10K resistors in 0805 package" (at 88.9 64.77 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid cbc539d2-6a10-4052-9b7a-f10326dcac67) - ) - (text "3 x 4K7 resistors in 0603 package" (at 88.9 92.71 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid ef1b4b98-541b-4673-a04f-2043250fc40a) - ) - (text "3 x 4K7 resistors in 0805 package\nNote: Values are identical even if specified differently" - (at 88.9 80.01 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid f9865a9f-edb8-49c7-828f-4896e1f3047a) - ) - - (symbol (lib_id "Device:R") (at 55.88 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a2873) - (property "Reference" "R1" (at 57.912 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 55.88 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 82e15225-a105-45b2-84d4-4b70931897e0)) - (pin "2" (uuid 3af48b74-9eb6-4a31-be66-715160acfc85)) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_Small") (at 63.5 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a330d) - (property "Reference" "R2" (at 65.532 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 63.5 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4e98eeda-3e56-41f0-b5f8-40eea7e26c81)) - (pin "2" (uuid 73c391c7-0be1-4b2b-8b04-862892b96a80)) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Res") (at 69.85 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a35e1) - (property "Reference" "R3" (at 71.882 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 69.85 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 68.072 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Resistor") (at 76.2 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a37b2) - (property "Reference" "R4" (at 78.232 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 76.2 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 74.422 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 82.55 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a39eb) - (property "Reference" "R5" (at 84.582 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 82.55 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 80.772 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 82.55 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 19a78422-b95d-4f86-b628-f6242f9aacfd)) - (pin "2" (uuid 161f5455-8297-4c70-b65c-7a745abba5c6)) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a3ca0) - (property "Reference" "R6" (at 57.912 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4K7" (at 55.88 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNF" (at 55.88 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cf4cb541-1fc3-4ad8-99c6-748cb872c6eb)) - (pin "2" (uuid b44b23f0-bd88-4300-979d-37f303b9f6a0)) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a3f38) - (property "Reference" "R7" (at 65.532 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4700" (at 63.5 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNC" (at 63.5 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f98741d9-e0ab-4e63-868b-6552fb9e4771)) - (pin "2" (uuid 7785b82d-e310-4126-be03-f0dab068352e)) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a4181) - (property "Reference" "R8" (at 71.882 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4.7K" (at 69.85 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e321aecd-3c35-4269-8106-100a64352fd1)) - (pin "2" (uuid f927b2bd-934b-468f-bf89-dd56567c0ccd)) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 92.71 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a448b) - (property "Reference" "R9" (at 57.912 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4K7" (at 55.88 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 54.102 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 355984fe-c4ef-4584-9c88-7aed9a4b1db8)) - (pin "2" (uuid 537d030b-54bb-4562-9f1e-378ccefb4b2e)) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 92.71 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a491a) - (property "Reference" "R10" (at 65.532 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4K7" (at 63.5 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 61.722 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 49c4dcb9-cb9b-421e-b7b9-e495c75a42b7)) - (pin "2" (uuid e4e8c3f3-f9c5-4fd5-9df8-595c4d009ab6)) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 168.91 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a62cc) - (property "Reference" "C1" (at 169.545 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10nF" (at 169.545 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 169.8752 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 168.91 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b3ee6304-4586-4924-9942-14d87bd91c7d)) - (pin "2" (uuid 21029bc5-ec40-4631-a1f1-024a4085a56f)) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Small") (at 179.07 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a6854) - (property "Reference" "C2" (at 179.705 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10n" (at 179.705 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 180.0352 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 179.07 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 12d6a58e-297d-4423-a9b1-8d6158bbfbac)) - (pin "2" (uuid f243ec58-1f6e-418e-a663-db153af2a742)) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Cap") (at 189.23 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a6a34) - (property "Reference" "C3" (at 189.865 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.01uF" (at 189.865 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 190.1952 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Capacitor") (at 200.66 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a6cb6) - (property "Reference" "C4" (at 201.295 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.01uf" (at 201.295 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 201.6252 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 200.66 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-test-2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C_Small" + (pin_numbers hide) + (pin_names + (offset 0.254) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.254 1.778 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C_Small" + (at 0.254 -2.032 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor, small symbol" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "capacitor cap" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_Small_0_1" + (polyline + (pts + (xy -1.524 -0.508) (xy 1.524 -0.508) + ) + (stroke + (width 0.3302) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.524 0.508) (xy 1.524 0.508) + ) + (stroke + (width 0.3048) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_Small_1_1" + (pin passive line + (at 0 2.54 270) + (length 2.032) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -2.54 90) + (length 2.032) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 "Device:R_Small" + (pin_numbers hide) + (pin_names + (offset 0.254) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 0.762 0.508 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R_Small" + (at 0.762 -1.016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, small symbol" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_Small_0_1" + (rectangle + (start -0.762 1.778) + (end 0.762 -1.778) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_Small_1_1" + (pin passive line + (at 0 2.54 270) + (length 0.762) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -2.54 90) + (length 0.762) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" + (exclude_from_sim no) + (at 13.97 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "a9ec539a-d80d-40cc-803c-12b6adefe42a") + ) + (text "5 x 10K resistors in 0805 package" + (exclude_from_sim no) + (at 88.9 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "cbc539d2-6a10-4052-9b7a-f10326dcac67") + ) + (text "3 x 4K7 resistors in 0603 package" + (exclude_from_sim no) + (at 88.9 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ef1b4b98-541b-4673-a04f-2043250fc40a") + ) + (text "3 x 4K7 resistors in 0805 package\nNote: Values are identical even if specified differently" + (exclude_from_sim no) + (at 88.9 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f9865a9f-edb8-49c7-828f-4896e1f3047a") + ) + (symbol + (lib_id "Device:R") + (at 55.88 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a2873") + (property "Reference" "R1" + (at 57.912 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 55.88 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "82e15225-a105-45b2-84d4-4b70931897e0") + ) + (pin "2" + (uuid "3af48b74-9eb6-4a31-be66-715160acfc85") + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_Small") + (at 63.5 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a330d") + (property "Reference" "R2" + (at 65.532 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 63.5 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4e98eeda-3e56-41f0-b5f8-40eea7e26c81") + ) + (pin "2" + (uuid "73c391c7-0be1-4b2b-8b04-862892b96a80") + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Res") + (at 69.85 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a35e1") + (property "Reference" "R3" + (at 71.882 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 69.85 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 68.072 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Resistor") + (at 76.2 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a37b2") + (property "Reference" "R4" + (at 78.232 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 76.2 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 74.422 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 82.55 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a39eb") + (property "Reference" "R5" + (at 84.582 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 82.55 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 80.772 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 82.55 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 82.55 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "19a78422-b95d-4f86-b628-f6242f9aacfd") + ) + (pin "2" + (uuid "161f5455-8297-4c70-b65c-7a745abba5c6") + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a3ca0") + (property "Reference" "R6" + (at 57.912 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4K7" + (at 55.88 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNF" + (at 55.88 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cf4cb541-1fc3-4ad8-99c6-748cb872c6eb") + ) + (pin "2" + (uuid "b44b23f0-bd88-4300-979d-37f303b9f6a0") + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a3f38") + (property "Reference" "R7" + (at 65.532 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4700" + (at 63.5 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNC" + (at 63.5 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f98741d9-e0ab-4e63-868b-6552fb9e4771") + ) + (pin "2" + (uuid "7785b82d-e310-4126-be03-f0dab068352e") + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a4181") + (property "Reference" "R8" + (at 71.882 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7K" + (at 69.85 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e321aecd-3c35-4269-8106-100a64352fd1") + ) + (pin "2" + (uuid "f927b2bd-934b-468f-bf89-dd56567c0ccd") + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a448b") + (property "Reference" "R9" + (at 57.912 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4K7" + (at 55.88 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 54.102 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "355984fe-c4ef-4584-9c88-7aed9a4b1db8") + ) + (pin "2" + (uuid "537d030b-54bb-4562-9f1e-378ccefb4b2e") + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a491a") + (property "Reference" "R10" + (at 65.532 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4K7" + (at 63.5 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 61.722 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "49c4dcb9-cb9b-421e-b7b9-e495c75a42b7") + ) + (pin "2" + (uuid "e4e8c3f3-f9c5-4fd5-9df8-595c4d009ab6") + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 168.91 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a62cc") + (property "Reference" "C1" + (at 169.545 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10nF" + (at 169.545 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 169.8752 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 168.91 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 168.91 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b3ee6304-4586-4924-9942-14d87bd91c7d") + ) + (pin "2" + (uuid "21029bc5-ec40-4631-a1f1-024a4085a56f") + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Small") + (at 179.07 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6854") + (property "Reference" "C2" + (at 179.705 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10n" + (at 179.705 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 180.0352 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 179.07 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "12d6a58e-297d-4423-a9b1-8d6158bbfbac") + ) + (pin "2" + (uuid "f243ec58-1f6e-418e-a663-db153af2a742") + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Cap") + (at 189.23 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6a34") + (property "Reference" "C3" + (at 189.865 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.01uF" + (at 189.865 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 190.1952 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 189.23 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Capacitor") + (at 200.66 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6cb6") + (property "Reference" "C4" + (at 201.295 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.01uf" + (at 201.295 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 201.6252 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 200.66 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 200.66 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-test-2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-test-3.kicad_sch b/tests/board_samples/kicad_8/kibom-test-3.kicad_sch index 9ddf5ef13..8d2af1517 100644 --- a/tests/board_samples/kicad_8/kibom-test-3.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-test-3.kicad_sch @@ -1,1810 +1,4659 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "Connector:TestPoint" (pin_numbers hide) (pin_names (offset 0.762) hide) (in_bom yes) (on_board yes) - (property "Reference" "TP" (at 0 6.858 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TestPoint" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "test point tp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "test point" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Pin* Test*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TestPoint_0_1" - (circle (center 0 3.302) (radius 0.762) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "TestPoint_1_1" - (pin passive line (at 0 0 90) (length 2.54) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:TestPoint_2Pole" (pin_names (offset 0.762) hide) (in_bom yes) (on_board yes) - (property "Reference" "TP" (at 0 1.524 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TestPoint_2Pole" (at 0 -1.778 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" "point tp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "2-polar test point" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Pin* Test*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TestPoint_2Pole_0_1" - (circle (center -1.778 0) (radius 0.762) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 1.778 0) (radius 0.762) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 0 0) (length 2.54) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 2.54) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:TestPoint_Alt" (pin_numbers hide) (pin_names (offset 0.762) hide) (in_bom yes) (on_board yes) - (property "Reference" "TP" (at 0 6.858 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TestPoint_Alt" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "test point tp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "test point (alternative shape)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Pin* Test*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TestPoint_Alt_0_1" - (polyline - (pts - (xy 0 2.54) - (xy -0.762 3.302) - (xy 0 4.064) - (xy 0.762 3.302) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "TestPoint_Alt_1_1" - (pin passive line (at 0 0 90) (length 2.54) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:TestPoint_Flag" (pin_numbers hide) (pin_names (offset 0.762) hide) (in_bom yes) (on_board yes) - (property "Reference" "TP" (at 3.429 1.778 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TestPoint_Flag" (at 3.302 4.191 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "test point tp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "test point (alternative flag-style design)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Pin* Test*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TestPoint_Flag_0_1" - (polyline - (pts - (xy 0 0) - (xy 0.889 0.889) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (rectangle (start 0.889 2.794) (end 5.842 0.889) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "TestPoint_Flag_1_1" - (pin passive line (at 0 0 90) (length 0) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:TestPoint_Probe" (pin_numbers hide) (pin_names (offset 0.762) hide) (in_bom yes) (on_board yes) - (property "Reference" "TP" (at 1.651 5.842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TestPoint_Probe" (at 1.651 4.064 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "test point tp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "test point (alternative probe-style design)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Pin* Test*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TestPoint_Probe_0_1" - (polyline - (pts - (xy 1.27 0.762) - (xy 0 0) - (xy 0.762 1.27) - (xy 1.27 0.762) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy 1.397 0.635) - (xy 0.635 1.397) - (xy 2.413 3.175) - (xy 3.175 2.413) - (xy 1.397 0.635) - ) - (stroke (width 0) (type default)) - (fill (type background)) - ) - ) - (symbol "TestPoint_Probe_1_1" - (pin passive line (at 0 0 90) (length 0) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:TestPoint_Small" (pin_numbers hide) (pin_names (offset 0.762) hide) (in_bom yes) (on_board yes) - (property "Reference" "TP" (at 0 3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TestPoint_Small" (at 0 2.032 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "test point tp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "test point" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Pin* Test*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TestPoint_Small_0_1" - (circle (center 0 0) (radius 0.508) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "TestPoint_Small_1_1" - (pin passive line (at 0 0 90) (length 0) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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 "Jumper:SolderJumper_2_Bridged" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "JP" (at 0 2.032 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "SolderJumper_2_Bridged" (at 0 -2.54 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" "solder jumper SPST" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Solder Jumper, 2-pole, closed/bridged" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SolderJumper*Bridged*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "SolderJumper_2_Bridged_0_1" - (rectangle (start -0.508 0.508) (end 0.508 -0.508) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (arc (start -0.254 1.016) (mid -1.2656 0) (end -0.254 -1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start -0.254 1.016) (mid -1.2656 0) (end -0.254 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -0.254 1.016) - (xy -0.254 -1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.254 1.016) - (xy 0.254 -1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0.254 -1.016) (mid 1.2656 0) (end 0.254 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0.254 -1.016) (mid 1.2656 0) (end 0.254 1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "SolderJumper_2_Bridged_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "B" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Jumper:SolderJumper_2_Open" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "JP" (at 0 2.032 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "SolderJumper_2_Open" (at 0 -2.54 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" "solder jumper SPST" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Solder Jumper, 2-pole, open" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SolderJumper*Open*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "SolderJumper_2_Open_0_1" - (arc (start -0.254 1.016) (mid -1.2656 0) (end -0.254 -1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start -0.254 1.016) (mid -1.2656 0) (end -0.254 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -0.254 1.016) - (xy -0.254 -1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.254 1.016) - (xy 0.254 -1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0.254 -1.016) (mid 1.2656 0) (end 0.254 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0.254 -1.016) (mid 1.2656 0) (end 0.254 1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "SolderJumper_2_Open_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "B" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Jumper:SolderJumper_3_Bridged12" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "JP" (at -2.54 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "SolderJumper_3_Bridged12" (at 0 2.794 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" "Solder Jumper SPDT" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "3-pole Solder Jumper, pins 1+2 closed/bridged" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SolderJumper*Bridged12*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "SolderJumper_3_Bridged12_0_1" - (rectangle (start -1.016 0.508) (end -0.508 -0.508) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (arc (start -1.016 1.016) (mid -2.0276 0) (end -1.016 -1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start -1.016 1.016) (mid -2.0276 0) (end -1.016 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.508 1.016) (end 0.508 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -2.54 0) - (xy -2.032 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.016 1.016) - (xy -1.016 -1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -1.27) - (xy 0 -1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.016 1.016) - (xy 1.016 -1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 0) - (xy 2.032 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 1.016 -1.016) (mid 2.0276 0) (end 1.016 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 1.016 -1.016) (mid 2.0276 0) (end 1.016 1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "SolderJumper_3_Bridged12_1_1" - (pin passive line (at -5.08 0 0) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 0 -3.81 90) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 2.54) - (name "B" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Jumper:SolderJumper_3_Bridged123" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "JP" (at -2.54 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "SolderJumper_3_Bridged123" (at 0 2.794 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" "Solder Jumper SPDT" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Solder Jumper, 3-pole, pins 1+2+3 closed/bridged" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SolderJumper*Bridged123*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "SolderJumper_3_Bridged123_0_1" - (rectangle (start -1.016 0.508) (end -0.508 -0.508) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (arc (start -1.016 1.016) (mid -2.0276 0) (end -1.016 -1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start -1.016 1.016) (mid -2.0276 0) (end -1.016 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.508 1.016) (end 0.508 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -2.54 0) - (xy -2.032 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.016 1.016) - (xy -1.016 -1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -1.27) - (xy 0 -1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.016 1.016) - (xy 1.016 -1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 0) - (xy 2.032 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 0.508 0.508) (end 1.016 -0.508) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (arc (start 1.016 -1.016) (mid 2.0276 0) (end 1.016 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 1.016 -1.016) (mid 2.0276 0) (end 1.016 1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "SolderJumper_3_Bridged123_1_1" - (pin passive line (at -5.08 0 0) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 0 -3.81 90) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 2.54) - (name "B" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Jumper:SolderJumper_3_Open" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "JP" (at -2.54 -2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "SolderJumper_3_Open" (at 0 2.794 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" "Solder Jumper SPDT" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Solder Jumper, 3-pole, open" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SolderJumper*Open*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "SolderJumper_3_Open_0_1" - (arc (start -1.016 1.016) (mid -2.0276 0) (end -1.016 -1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start -1.016 1.016) (mid -2.0276 0) (end -1.016 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.508 1.016) (end 0.508 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -2.54 0) - (xy -2.032 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.016 1.016) - (xy -1.016 -1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -1.27) - (xy 0 -1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.016 1.016) - (xy 1.016 -1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 0) - (xy 2.032 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 1.016 -1.016) (mid 2.0276 0) (end 1.016 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 1.016 -1.016) (mid 2.0276 0) (end 1.016 1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "SolderJumper_3_Open_1_1" - (pin passive line (at -5.08 0 0) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 0 -3.81 90) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 2.54) - (name "B" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Mechanical:Fiducial" (in_bom yes) (on_board yes) - (property "Reference" "FID" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Fiducial" (at 0 3.175 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" "fiducial marker" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Fiducial Marker" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Fiducial*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Fiducial_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 0.508) (type default)) - (fill (type background)) - ) - ) - ) - (symbol "Mechanical:Heatsink" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "HS" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Heatsink" (at 0 -1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0.3048 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0.3048 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "thermal heat temperature" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Heatsink" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Heatsink_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Heatsink_0_1" - (polyline - (pts - (xy -0.3302 1.27) - (xy -0.9652 1.27) - (xy -0.9652 3.81) - (xy -1.6002 3.81) - (xy -1.6002 1.27) - (xy -2.2352 1.27) - (xy -2.2352 3.81) - (xy -2.8702 3.81) - (xy -2.8702 0) - (xy -0.9652 0) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.3302 1.27) - (xy -0.3302 3.81) - (xy 0.3048 3.81) - (xy 0.3048 1.27) - (xy 0.9398 1.27) - (xy 0.9398 3.81) - (xy 1.5748 3.81) - (xy 1.5748 1.27) - (xy 2.2098 1.27) - (xy 2.2098 3.81) - (xy 2.8448 3.81) - (xy 2.8448 0) - (xy -0.9652 0) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "H" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole" (at 0 3.175 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" "mounting hole" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 1.27) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "Mechanical:MountingHole_Pad" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "H" (at 0 6.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole_Pad" (at 0 4.445 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" "mounting hole" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole with connection" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*Pad*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_Pad_0_1" - (circle (center 0 1.27) (radius 1.27) - (stroke (width 1.27) (type default)) - (fill (type none)) - ) - ) - (symbol "MountingHole_Pad_1_1" - (pin input line (at 0 -2.54 90) (length 2.54) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - - (text "3 x 4K7 resistors in 0603 package" (at 88.9 92.71 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 4412226e-d975-40a2-921f-502ff4129a95) - ) - (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" - (at 13.97 24.13 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 7447a6e7-8205-46ba-afca-d0fa8f90c95a) - ) - (text "3 x 4K7 resistors in 0805 package\nNote: Values are identical even if specified differently" - (at 88.9 80.01 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 7e08f2a4-63d6-468b-bd8b-ec607077e023) - ) - (text "5 x 10K resistors in 0805 package" (at 88.9 64.77 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 7f3eb118-a20c-4239-b800-c9211c66847d) - ) - - (symbol (lib_id "Device:R") (at 55.88 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a2873) - (property "Reference" "R1" (at 57.912 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 55.88 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Tolerance" "5%" (at 55.88 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 33068017-4804-4e39-bfa3-a6b963d602cc)) - (pin "2" (uuid dd23fb13-35cc-46df-916c-53464d31a148)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a330d) - (property "Reference" "R2" (at 65.532 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 63.5 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Tolerance" "10%" (at 63.5 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid aad88d8c-d4fa-438f-a307-1c35c698a358)) - (pin "2" (uuid 5eee4b87-4429-4601-ac19-62db1bf881ea)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a35e1) - (property "Reference" "R3" (at 71.882 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 69.85 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8b275ec8-4d81-4865-aa95-7f7c7bb593a3)) - (pin "2" (uuid 5ae40ad6-1046-4090-b144-f4578be03bdc)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 76.2 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a37b2) - (property "Reference" "R4" (at 78.232 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 76.2 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 74.422 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5be48e87-cbbe-4535-994d-7af4d609224b)) - (pin "2" (uuid 162b5d3a-0dcc-4218-a7e1-bdcf1300f666)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 82.55 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a39eb) - (property "Reference" "R5" (at 84.582 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 82.55 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 80.772 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 82.55 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4850ce4c-0ffb-47c3-9b8c-34450b163c84)) - (pin "2" (uuid bcbb007a-82ae-4624-9376-66fd3004ff1c)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a3ca0) - (property "Reference" "R6" (at 57.912 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4K7" (at 55.88 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNF" (at 55.88 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e4d167bf-df98-43bf-8b7b-545fc523dbf2)) - (pin "2" (uuid ee87b791-7bf6-4294-bf5f-21508e7078b8)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a3f38) - (property "Reference" "R7" (at 65.532 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4700" (at 63.5 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNC" (at 63.5 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8881639b-8c4a-4aa2-aaf4-0f49bc2cff73)) - (pin "2" (uuid d3e27832-4c96-4087-8a3b-bb6f81aca8f1)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a4181) - (property "Reference" "R8" (at 71.882 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4.7K" (at 69.85 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a66112cd-2eb5-4744-80fb-e2d33c5f5277)) - (pin "2" (uuid 9f5e063c-15fd-4b1b-9ac7-139401f906c9)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 92.71 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a448b) - (property "Reference" "R9" (at 57.912 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4K7" (at 55.88 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 54.102 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4d11d16f-8509-4406-b816-a96c0c352516)) - (pin "2" (uuid 9f095dd4-7522-4f5e-8dbd-36a8a511cb15)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 92.71 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a491a) - (property "Reference" "R10" (at 65.532 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4K7" (at 63.5 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 61.722 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3065493e-deea-45cd-94dc-4af67b0ce02a)) - (pin "2" (uuid 8ce6f495-1529-4aea-a8f2-bce549a4d19e)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 168.91 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a62cc) - (property "Reference" "C1" (at 169.545 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10nF" (at 169.545 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 169.8752 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 168.91 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5470a9c9-b552-443a-9cde-c1b1d8fa895b)) - (pin "2" (uuid 135c29c7-66f3-4799-9d85-30447f5c0522)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 179.07 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a6854) - (property "Reference" "C2" (at 179.705 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10n" (at 179.705 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 180.0352 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 179.07 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 31a4ed14-aeae-4da4-9fa2-e96896dedc51)) - (pin "2" (uuid 8624136f-a780-493a-ae6d-ed2b94288860)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 189.23 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a6a34) - (property "Reference" "C3" (at 189.865 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.01uF" (at 189.865 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 190.1952 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5edf7739-53e3-4a4d-b7c7-a479e09b3119)) - (pin "2" (uuid 068418de-6b06-46f8-a42a-f6e7af9942f0)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 200.66 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a6cb6) - (property "Reference" "C4" (at 201.295 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.01uf" (at 201.295 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 201.6252 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 200.66 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c3bda053-a317-478b-9661-cf51e69da846)) - (pin "2" (uuid 39b9d340-a88f-43ab-b665-8c0d0b261be6)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:TestPoint") (at 57.15 115.57 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f32ef71) - (property "Reference" "P1" (at 58.6232 112.5728 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TestPoint" (at 58.6232 114.8842 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 62.23 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 62.23 115.57 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6914ffbd-64da-428e-9832-d92ed02f44a6)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "P1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:Fiducial") (at 57.15 123.19 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f32f77f) - (property "Reference" "FID1" (at 59.309 122.0216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Fiducial" (at 59.309 124.333 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 57.15 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 57.15 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "FID1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 54.61 133.35 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f32fc3f) - (property "Reference" "H1" (at 57.15 132.1816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 57.15 134.493 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 54.61 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 54.61 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "H1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole_Pad") (at 78.74 134.62 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f3304c4) - (property "Reference" "H3" (at 81.28 133.3754 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole_Pad" (at 81.28 135.6868 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 78.74 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 78.74 134.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4eb429c7-4fab-4fba-b290-f2bf48616d50)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "H3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Jumper:SolderJumper_2_Bridged") (at 85.09 113.03 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f3315cc) - (property "Reference" "JP2" (at 85.09 107.823 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "SolderJumper_2_Bridged" (at 85.09 110.1344 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 85.09 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 85.09 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b3720aa0-3a9f-43ce-995b-08150aa0e4dd)) - (pin "2" (uuid ba99016a-752a-4802-9e11-b31d8c68f6ab)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "JP2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Jumper:SolderJumper_2_Open") (at 85.09 123.19 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f33205b) - (property "Reference" "JP3" (at 85.09 117.983 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "SolderJumper_2_Open" (at 85.09 120.2944 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 85.09 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 85.09 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 30a6b211-0dc3-4f51-bcb7-52fe848ee97e)) - (pin "2" (uuid c0a65da3-beb8-4138-941f-bdc7366559f8)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "JP3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Jumper:SolderJumper_3_Bridged12") (at 111.76 113.03 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f332e98) - (property "Reference" "JP4" (at 111.76 107.823 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "SolderJumper_3_Bridged12" (at 111.76 110.1344 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 111.76 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 111.76 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 20a29213-67f4-49db-b6f8-4f44dd17ae6d)) - (pin "2" (uuid c1560820-3c1b-4ced-ad8a-1e62ae54f3bf)) - (pin "3" (uuid b57d2ad2-879c-4417-bb2d-e54271dcd2a1)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "JP4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Jumper:SolderJumper_3_Bridged123") (at 111.76 125.73 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f333ee0) - (property "Reference" "JP5" (at 111.76 120.523 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "SolderJumper_3_Bridged123" (at 111.76 122.8344 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 111.76 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 111.76 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b0813dc4-dc82-49ff-81b0-cb5e56980f48)) - (pin "2" (uuid 44ad8cf6-8dd2-4e85-8ec1-ce89487221ca)) - (pin "3" (uuid 9ae74a5a-35b8-41d1-b0bc-b0c268d80282)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "JP5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Jumper:SolderJumper_3_Open") (at 111.76 138.43 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f334fb5) - (property "Reference" "JP6" (at 111.76 133.223 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "SolderJumper_3_Open" (at 111.76 135.5344 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 111.76 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 111.76 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 57ae5647-0796-4ac6-bcfb-5c6815dbd65b)) - (pin "2" (uuid 95fc8353-65f9-4e47-8dc2-21e6681cd87d)) - (pin "3" (uuid 5e63b868-252d-4750-aa33-b9a59444f4ac)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "JP6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:TestPoint_2Pole") (at 139.7 113.03 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f33653c) - (property "Reference" "P4" (at 139.7 108.077 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TestPoint_2Pole" (at 139.7 110.3884 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 139.7 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 139.7 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 50de7d87-b6d1-4ebd-b0f1-749a3f12ea8f)) - (pin "2" (uuid ffd3e603-745e-42af-959a-7e50314e66ea)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "P4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:TestPoint_Alt") (at 139.7 120.65 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f336fc3) - (property "Reference" "P5" (at 141.1732 117.6528 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TestPoint_Alt" (at 141.1732 119.9642 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 144.78 120.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 144.78 120.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5536665c-f95e-4936-acb8-df6d0c3c8ee9)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "P5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:TestPoint_Flag") (at 138.43 127 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f33770d) - (property "Reference" "P2" (at 145.034 124.6124 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TestPoint_Flag" (at 145.034 126.9238 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 143.51 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 143.51 127 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d4655a23-c468-4a8b-99e6-64b8fe288202)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "P2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:TestPoint_Small") (at 138.43 133.35 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f337fd0) - (property "Reference" "P3" (at 139.6492 132.1816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TestPoint_Small" (at 139.6492 134.493 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 143.51 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 143.51 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 38983155-b87a-497c-9b83-4071135b9376)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "P3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:TestPoint_Probe") (at 139.7 142.24 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f33872c) - (property "Reference" "P6" (at 143.5862 139.6746 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TestPoint_Probe" (at 143.5862 141.986 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 144.78 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 144.78 142.24 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0036210c-00f4-4166-b741-600551aa9068)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "P6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 55.88 147.32 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f338f80) - (property "Reference" "H2" (at 58.42 146.1516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "2mm" (at 58.42 148.463 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 55.88 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "H2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Jumper:SolderJumper_3_Open") (at 77.47 147.32 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f33938a) - (property "Reference" "JP1" (at 77.47 142.113 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Select" (at 77.47 144.4244 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 77.47 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 77.47 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ef739c4f-87e5-4e81-b796-4843e8c1db8a)) - (pin "2" (uuid 6a6f11e3-ebb1-4b21-8d4a-25853bcf4a7a)) - (pin "3" (uuid bedf389a-7ee8-4bb5-a9cc-9e9bab4f29ac)) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "JP1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:Fiducial") (at 92.71 148.59 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f339b4f) - (property "Reference" "X1" (at 94.869 147.4216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Mark" (at 94.869 149.733 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Fiducial:Fiducial_1mm_Mask2mm" (at 92.71 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "X1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:Heatsink") (at 111.76 149.86 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f33aa80) - (property "Reference" "TP1" (at 115.3668 146.7866 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Heatsink" (at 115.3668 149.098 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 112.0648 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 112.0648 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-test-3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "TP1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Connector:TestPoint" + (pin_numbers hide) + (pin_names + (offset 0.762) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "TP" + (at 0 6.858 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "test point" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "test point tp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Pin* Test*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TestPoint_0_1" + (circle + (center 0 3.302) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "TestPoint_1_1" + (pin passive line + (at 0 0 90) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:TestPoint_2Pole" + (pin_names + (offset 0.762) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "TP" + (at 0 1.524 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint_2Pole" + (at 0 -1.778 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "2-polar test point" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "point tp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Pin* Test*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TestPoint_2Pole_0_1" + (circle + (center -1.778 0) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 1.778 0) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:TestPoint_Alt" + (pin_numbers hide) + (pin_names + (offset 0.762) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "TP" + (at 0 6.858 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint_Alt" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "test point (alternative shape)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "test point tp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Pin* Test*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TestPoint_Alt_0_1" + (polyline + (pts + (xy 0 2.54) (xy -0.762 3.302) (xy 0 4.064) (xy 0.762 3.302) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "TestPoint_Alt_1_1" + (pin passive line + (at 0 0 90) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:TestPoint_Flag" + (pin_numbers hide) + (pin_names + (offset 0.762) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "TP" + (at 3.429 1.778 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint_Flag" + (at 3.302 4.191 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "test point (alternative flag-style design)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "test point tp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Pin* Test*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TestPoint_Flag_0_1" + (polyline + (pts + (xy 0 0) (xy 0.889 0.889) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.889 2.794) + (end 5.842 0.889) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "TestPoint_Flag_1_1" + (pin passive line + (at 0 0 90) + (length 0) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:TestPoint_Probe" + (pin_numbers hide) + (pin_names + (offset 0.762) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "TP" + (at 1.651 5.842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint_Probe" + (at 1.651 4.064 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "test point (alternative probe-style design)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "test point tp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Pin* Test*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TestPoint_Probe_0_1" + (polyline + (pts + (xy 1.27 0.762) (xy 0 0) (xy 0.762 1.27) (xy 1.27 0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 1.397 0.635) (xy 0.635 1.397) (xy 2.413 3.175) (xy 3.175 2.413) (xy 1.397 0.635) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "TestPoint_Probe_1_1" + (pin passive line + (at 0 0 90) + (length 0) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:TestPoint_Small" + (pin_numbers hide) + (pin_names + (offset 0.762) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "TP" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint_Small" + (at 0 2.032 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "test point" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "test point tp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Pin* Test*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TestPoint_Small_0_1" + (circle + (center 0 0) + (radius 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "TestPoint_Small_1_1" + (pin passive line + (at 0 0 90) + (length 0) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 "Jumper:SolderJumper_2_Bridged" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "JP" + (at 0 2.032 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_2_Bridged" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Solder Jumper, 2-pole, closed/bridged" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "solder jumper SPST" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SolderJumper*Bridged*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SolderJumper_2_Bridged_0_1" + (rectangle + (start -0.508 0.508) + (end 0.508 -0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start -0.254 1.016) + (mid -1.2656 0) + (end -0.254 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.254 1.016) + (mid -1.2656 0) + (end -0.254 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -0.254 1.016) (xy -0.254 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 1.016) (xy 0.254 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0.254 -1.016) + (mid 1.2656 0) + (end 0.254 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0.254 -1.016) + (mid 1.2656 0) + (end 0.254 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "SolderJumper_2_Bridged_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Jumper:SolderJumper_2_Open" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "JP" + (at 0 2.032 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_2_Open" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Solder Jumper, 2-pole, open" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "solder jumper SPST" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SolderJumper*Open*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SolderJumper_2_Open_0_1" + (arc + (start -0.254 1.016) + (mid -1.2656 0) + (end -0.254 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.254 1.016) + (mid -1.2656 0) + (end -0.254 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -0.254 1.016) (xy -0.254 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 1.016) (xy 0.254 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0.254 -1.016) + (mid 1.2656 0) + (end 0.254 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0.254 -1.016) + (mid 1.2656 0) + (end 0.254 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "SolderJumper_2_Open_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Jumper:SolderJumper_3_Bridged12" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "JP" + (at -2.54 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_3_Bridged12" + (at 0 2.794 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "3-pole Solder Jumper, pins 1+2 closed/bridged" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Solder Jumper SPDT" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SolderJumper*Bridged12*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SolderJumper_3_Bridged12_0_1" + (rectangle + (start -1.016 0.508) + (end -0.508 -0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start -1.016 1.016) + (mid -2.0276 0) + (end -1.016 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -1.016 1.016) + (mid -2.0276 0) + (end -1.016 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.508 1.016) + (end 0.508 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -2.54 0) (xy -2.032 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.016 1.016) (xy -1.016 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.27) (xy 0 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 1.016) (xy 1.016 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 0) (xy 2.032 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.016 -1.016) + (mid 2.0276 0) + (end 1.016 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.016 -1.016) + (mid 2.0276 0) + (end 1.016 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "SolderJumper_3_Bridged12_1_1" + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 0 -3.81 90) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Jumper:SolderJumper_3_Bridged123" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "JP" + (at -2.54 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_3_Bridged123" + (at 0 2.794 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Solder Jumper, 3-pole, pins 1+2+3 closed/bridged" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Solder Jumper SPDT" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SolderJumper*Bridged123*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SolderJumper_3_Bridged123_0_1" + (rectangle + (start -1.016 0.508) + (end -0.508 -0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start -1.016 1.016) + (mid -2.0276 0) + (end -1.016 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -1.016 1.016) + (mid -2.0276 0) + (end -1.016 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.508 1.016) + (end 0.508 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -2.54 0) (xy -2.032 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.016 1.016) (xy -1.016 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.27) (xy 0 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 1.016) (xy 1.016 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 0) (xy 2.032 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.508 0.508) + (end 1.016 -0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start 1.016 -1.016) + (mid 2.0276 0) + (end 1.016 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.016 -1.016) + (mid 2.0276 0) + (end 1.016 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "SolderJumper_3_Bridged123_1_1" + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 0 -3.81 90) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Jumper:SolderJumper_3_Open" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "JP" + (at -2.54 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_3_Open" + (at 0 2.794 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Solder Jumper, 3-pole, open" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Solder Jumper SPDT" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SolderJumper*Open*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SolderJumper_3_Open_0_1" + (arc + (start -1.016 1.016) + (mid -2.0276 0) + (end -1.016 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -1.016 1.016) + (mid -2.0276 0) + (end -1.016 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.508 1.016) + (end 0.508 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -2.54 0) (xy -2.032 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.016 1.016) (xy -1.016 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.27) (xy 0 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 1.016) (xy 1.016 -1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 0) (xy 2.032 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.016 -1.016) + (mid 2.0276 0) + (end 1.016 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 1.016 -1.016) + (mid 2.0276 0) + (end 1.016 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "SolderJumper_3_Open_1_1" + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 0 -3.81 90) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Mechanical:Fiducial" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "FID" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Fiducial" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Fiducial Marker" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "fiducial marker" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Fiducial*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Fiducial_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 0.508) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + (symbol "Mechanical:Heatsink" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "HS" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Heatsink" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0.3048 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0.3048 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Heatsink" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "thermal heat temperature" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Heatsink_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Heatsink_0_1" + (polyline + (pts + (xy -0.3302 1.27) (xy -0.9652 1.27) (xy -0.9652 3.81) (xy -1.6002 3.81) (xy -1.6002 1.27) (xy -2.2352 1.27) + (xy -2.2352 3.81) (xy -2.8702 3.81) (xy -2.8702 0) (xy -0.9652 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.3302 1.27) (xy -0.3302 3.81) (xy 0.3048 3.81) (xy 0.3048 1.27) (xy 0.9398 1.27) (xy 0.9398 3.81) + (xy 1.5748 3.81) (xy 1.5748 1.27) (xy 2.2098 1.27) (xy 2.2098 3.81) (xy 2.8448 3.81) (xy 2.8448 0) + (xy -0.9652 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "Mechanical:MountingHole_Pad" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "H" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole_Pad" + (at 0 4.445 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole with connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*Pad*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_Pad_0_1" + (circle + (center 0 1.27) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "MountingHole_Pad_1_1" + (pin input line + (at 0 -2.54 90) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (text "3 x 4K7 resistors in 0603 package" + (exclude_from_sim no) + (at 88.9 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "4412226e-d975-40a2-921f-502ff4129a95") + ) + (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" + (exclude_from_sim no) + (at 13.97 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7447a6e7-8205-46ba-afca-d0fa8f90c95a") + ) + (text "3 x 4K7 resistors in 0805 package\nNote: Values are identical even if specified differently" + (exclude_from_sim no) + (at 88.9 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7e08f2a4-63d6-468b-bd8b-ec607077e023") + ) + (text "5 x 10K resistors in 0805 package" + (exclude_from_sim no) + (at 88.9 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7f3eb118-a20c-4239-b800-c9211c66847d") + ) + (symbol + (lib_id "Device:R") + (at 55.88 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a2873") + (property "Reference" "R1" + (at 57.912 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 55.88 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "5%" + (at 55.88 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "33068017-4804-4e39-bfa3-a6b963d602cc") + ) + (pin "2" + (uuid "dd23fb13-35cc-46df-916c-53464d31a148") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a330d") + (property "Reference" "R2" + (at 65.532 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 63.5 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "10%" + (at 63.5 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "aad88d8c-d4fa-438f-a307-1c35c698a358") + ) + (pin "2" + (uuid "5eee4b87-4429-4601-ac19-62db1bf881ea") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a35e1") + (property "Reference" "R3" + (at 71.882 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 69.85 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8b275ec8-4d81-4865-aa95-7f7c7bb593a3") + ) + (pin "2" + (uuid "5ae40ad6-1046-4090-b144-f4578be03bdc") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a37b2") + (property "Reference" "R4" + (at 78.232 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 76.2 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 74.422 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5be48e87-cbbe-4535-994d-7af4d609224b") + ) + (pin "2" + (uuid "162b5d3a-0dcc-4218-a7e1-bdcf1300f666") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 82.55 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a39eb") + (property "Reference" "R5" + (at 84.582 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 82.55 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 80.772 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 82.55 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 82.55 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4850ce4c-0ffb-47c3-9b8c-34450b163c84") + ) + (pin "2" + (uuid "bcbb007a-82ae-4624-9376-66fd3004ff1c") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a3ca0") + (property "Reference" "R6" + (at 57.912 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4K7" + (at 55.88 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNF" + (at 55.88 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e4d167bf-df98-43bf-8b7b-545fc523dbf2") + ) + (pin "2" + (uuid "ee87b791-7bf6-4294-bf5f-21508e7078b8") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a3f38") + (property "Reference" "R7" + (at 65.532 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4700" + (at 63.5 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNC" + (at 63.5 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8881639b-8c4a-4aa2-aaf4-0f49bc2cff73") + ) + (pin "2" + (uuid "d3e27832-4c96-4087-8a3b-bb6f81aca8f1") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a4181") + (property "Reference" "R8" + (at 71.882 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7K" + (at 69.85 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a66112cd-2eb5-4744-80fb-e2d33c5f5277") + ) + (pin "2" + (uuid "9f5e063c-15fd-4b1b-9ac7-139401f906c9") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a448b") + (property "Reference" "R9" + (at 57.912 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4K7" + (at 55.88 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 54.102 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4d11d16f-8509-4406-b816-a96c0c352516") + ) + (pin "2" + (uuid "9f095dd4-7522-4f5e-8dbd-36a8a511cb15") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a491a") + (property "Reference" "R10" + (at 65.532 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4K7" + (at 63.5 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 61.722 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3065493e-deea-45cd-94dc-4af67b0ce02a") + ) + (pin "2" + (uuid "8ce6f495-1529-4aea-a8f2-bce549a4d19e") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 168.91 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a62cc") + (property "Reference" "C1" + (at 169.545 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10nF" + (at 169.545 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 169.8752 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 168.91 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 168.91 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5470a9c9-b552-443a-9cde-c1b1d8fa895b") + ) + (pin "2" + (uuid "135c29c7-66f3-4799-9d85-30447f5c0522") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 179.07 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6854") + (property "Reference" "C2" + (at 179.705 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10n" + (at 179.705 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 180.0352 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 179.07 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "31a4ed14-aeae-4da4-9fa2-e96896dedc51") + ) + (pin "2" + (uuid "8624136f-a780-493a-ae6d-ed2b94288860") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 189.23 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6a34") + (property "Reference" "C3" + (at 189.865 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.01uF" + (at 189.865 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 190.1952 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 189.23 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5edf7739-53e3-4a4d-b7c7-a479e09b3119") + ) + (pin "2" + (uuid "068418de-6b06-46f8-a42a-f6e7af9942f0") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 200.66 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6cb6") + (property "Reference" "C4" + (at 201.295 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.01uf" + (at 201.295 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 201.6252 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 200.66 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 200.66 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c3bda053-a317-478b-9661-cf51e69da846") + ) + (pin "2" + (uuid "39b9d340-a88f-43ab-b665-8c0d0b261be6") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 57.15 115.57 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f32ef71") + (property "Reference" "P1" + (at 58.6232 112.5728 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 58.6232 114.8842 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 62.23 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 62.23 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 57.15 115.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6914ffbd-64da-428e-9832-d92ed02f44a6") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "P1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:Fiducial") + (at 57.15 123.19 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f32f77f") + (property "Reference" "FID1" + (at 59.309 122.0216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Fiducial" + (at 59.309 124.333 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 57.15 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 57.15 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 57.15 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "FID1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 54.61 133.35 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f32fc3f") + (property "Reference" "H1" + (at 57.15 132.1816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 57.15 134.493 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 54.61 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 54.61 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 54.61 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole_Pad") + (at 78.74 134.62 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f3304c4") + (property "Reference" "H3" + (at 81.28 133.3754 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole_Pad" + (at 81.28 135.6868 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 78.74 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 78.74 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 78.74 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4eb429c7-4fab-4fba-b290-f2bf48616d50") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Jumper:SolderJumper_2_Bridged") + (at 85.09 113.03 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f3315cc") + (property "Reference" "JP2" + (at 85.09 107.823 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_2_Bridged" + (at 85.09 110.1344 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 85.09 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 85.09 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 85.09 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b3720aa0-3a9f-43ce-995b-08150aa0e4dd") + ) + (pin "2" + (uuid "ba99016a-752a-4802-9e11-b31d8c68f6ab") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "JP2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Jumper:SolderJumper_2_Open") + (at 85.09 123.19 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f33205b") + (property "Reference" "JP3" + (at 85.09 117.983 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_2_Open" + (at 85.09 120.2944 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 85.09 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 85.09 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 85.09 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "30a6b211-0dc3-4f51-bcb7-52fe848ee97e") + ) + (pin "2" + (uuid "c0a65da3-beb8-4138-941f-bdc7366559f8") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "JP3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Jumper:SolderJumper_3_Bridged12") + (at 111.76 113.03 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f332e98") + (property "Reference" "JP4" + (at 111.76 107.823 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_3_Bridged12" + (at 111.76 110.1344 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 111.76 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 111.76 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "20a29213-67f4-49db-b6f8-4f44dd17ae6d") + ) + (pin "2" + (uuid "c1560820-3c1b-4ced-ad8a-1e62ae54f3bf") + ) + (pin "3" + (uuid "b57d2ad2-879c-4417-bb2d-e54271dcd2a1") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "JP4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Jumper:SolderJumper_3_Bridged123") + (at 111.76 125.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f333ee0") + (property "Reference" "JP5" + (at 111.76 120.523 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_3_Bridged123" + (at 111.76 122.8344 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 111.76 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 111.76 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b0813dc4-dc82-49ff-81b0-cb5e56980f48") + ) + (pin "2" + (uuid "44ad8cf6-8dd2-4e85-8ec1-ce89487221ca") + ) + (pin "3" + (uuid "9ae74a5a-35b8-41d1-b0bc-b0c268d80282") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "JP5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Jumper:SolderJumper_3_Open") + (at 111.76 138.43 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f334fb5") + (property "Reference" "JP6" + (at 111.76 133.223 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SolderJumper_3_Open" + (at 111.76 135.5344 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 111.76 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 111.76 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "57ae5647-0796-4ac6-bcfb-5c6815dbd65b") + ) + (pin "2" + (uuid "95fc8353-65f9-4e47-8dc2-21e6681cd87d") + ) + (pin "3" + (uuid "5e63b868-252d-4750-aa33-b9a59444f4ac") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "JP6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint_2Pole") + (at 139.7 113.03 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f33653c") + (property "Reference" "P4" + (at 139.7 108.077 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint_2Pole" + (at 139.7 110.3884 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 139.7 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 139.7 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 139.7 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "50de7d87-b6d1-4ebd-b0f1-749a3f12ea8f") + ) + (pin "2" + (uuid "ffd3e603-745e-42af-959a-7e50314e66ea") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "P4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint_Alt") + (at 139.7 120.65 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f336fc3") + (property "Reference" "P5" + (at 141.1732 117.6528 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint_Alt" + (at 141.1732 119.9642 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 144.78 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 144.78 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 139.7 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5536665c-f95e-4936-acb8-df6d0c3c8ee9") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "P5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint_Flag") + (at 138.43 127 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f33770d") + (property "Reference" "P2" + (at 145.034 124.6124 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint_Flag" + (at 145.034 126.9238 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 143.51 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 143.51 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 138.43 127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d4655a23-c468-4a8b-99e6-64b8fe288202") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "P2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint_Small") + (at 138.43 133.35 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f337fd0") + (property "Reference" "P3" + (at 139.6492 132.1816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint_Small" + (at 139.6492 134.493 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 143.51 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 143.51 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 138.43 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "38983155-b87a-497c-9b83-4071135b9376") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "P3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint_Probe") + (at 139.7 142.24 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f33872c") + (property "Reference" "P6" + (at 143.5862 139.6746 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint_Probe" + (at 143.5862 141.986 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 144.78 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 144.78 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 139.7 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0036210c-00f4-4166-b741-600551aa9068") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "P6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 55.88 147.32 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f338f80") + (property "Reference" "H2" + (at 58.42 146.1516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "2mm" + (at 58.42 148.463 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 55.88 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Jumper:SolderJumper_3_Open") + (at 77.47 147.32 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f33938a") + (property "Reference" "JP1" + (at 77.47 142.113 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Select" + (at 77.47 144.4244 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 77.47 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 77.47 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 77.47 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ef739c4f-87e5-4e81-b796-4843e8c1db8a") + ) + (pin "2" + (uuid "6a6f11e3-ebb1-4b21-8d4a-25853bcf4a7a") + ) + (pin "3" + (uuid "bedf389a-7ee8-4bb5-a9cc-9e9bab4f29ac") + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "JP1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:Fiducial") + (at 92.71 148.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f339b4f") + (property "Reference" "X1" + (at 94.869 147.4216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Mark" + (at 94.869 149.733 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Fiducial:Fiducial_1mm_Mask2mm" + (at 92.71 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "X1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:Heatsink") + (at 111.76 149.86 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f33aa80") + (property "Reference" "TP1" + (at 115.3668 146.7866 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Heatsink" + (at 115.3668 149.098 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 112.0648 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 112.0648 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 111.76 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-test-3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "TP1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-test-4.kicad_sch b/tests/board_samples/kicad_8/kibom-test-4.kicad_sch index 71bffb32a..1ba9b0b31 100644 --- a/tests/board_samples/kicad_8/kibom-test-4.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-test-4.kicad_sch @@ -1,349 +1,897 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBot Filters Test Schematic") - (date "2020-08-30") - (rev "r1") - (company "https://github.com/INTI-CMNB/KiBot") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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)))) - ) - ) - ) - ) - - - (text "BB field containing \"K K\" and \"Q,Q\"" (at 69.85 93.98 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 786b6072-5772-4bc1-8eeb-6c4e19f2a91b) - ) - (text "This schematic serves as a test-file for the KiBot export script.\n\nHere we play with filters." - (at 15.24 31.75 0) - (effects (font (size 3.9878 3.9878)) (justify left bottom)) - (uuid 9a9f2d82-f64d-4264-8bec-c182528fc4de) - ) - (text "With \"K K\" and \"Q,Q\" field" (at 69.85 80.01 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid d2de4093-1fc2-4bc1-94b6-4d0fe3426c6f) - ) - (text "Empty value" (at 69.85 66.04 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid fb03d859-dcc9-4533-b352-64830e0e5423) - ) - - (symbol (lib_id "Device:R") (at 55.88 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a2873) - (property "Reference" "R1" (at 57.912 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" " " (at 55.88 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d34385b1-fadf-4359-a8b1-59e02579d7e5)) - (pin "2" (uuid 43c60605-74b4-4257-83a1-c4affa06551c)) - (instances - (project "kibom-test-4" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a330d) - (property "Reference" "R2" (at 65.532 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "~" (at 63.5 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 98559c04-1edf-4a16-a403-ee803395c189)) - (pin "2" (uuid 198c8220-35a2-4b8b-97eb-1f4e2ae5b6f2)) - (instances - (project "kibom-test-4" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a3ca0) - (property "Reference" "R3" (at 57.912 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4K7" (at 55.88 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "K K" "" (at 55.88 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f1e08948-6b85-492c-99de-5fd6a459b81f)) - (pin "2" (uuid 50abaddd-47f5-4d26-a1ac-040e0a5b2a4e)) - (instances - (project "kibom-test-4" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a3f38) - (property "Reference" "R4" (at 65.532 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4700" (at 63.5 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.google.com/" (at 63.5 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Q,Q" "" (at 63.5 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d57c0ffa-3d5d-4de8-a2cb-de72ea1cf372)) - (pin "2" (uuid e954e8e4-5e66-4ebc-9dad-43e918b0d8d3)) - (instances - (project "kibom-test-4" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 92.71 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a448b) - (property "Reference" "R5" (at 57.912 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1k" (at 55.88 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 54.102 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "BB" "K K" (at 55.88 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ebe6845e-77ef-4a3b-8777-25f774d9ada6)) - (pin "2" (uuid 3d92c55c-1734-42df-b448-2eee86d15983)) - (instances - (project "kibom-test-4" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 92.71 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a491a) - (property "Reference" "R6" (at 65.532 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1000" (at 63.5 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 61.722 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "BB" "Q,Q" (at 63.5 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c2f82502-a672-445f-b0f1-8868bd6c28f2)) - (pin "2" (uuid 30304e2e-fae0-4942-8805-94df7afa183a)) - (instances - (project "kibom-test-4" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 168.91 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a62cc) - (property "Reference" "C1" (at 169.545 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10nF" (at 169.545 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 169.8752 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "This is a long text, wrap check" (at 168.91 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3074fade-b34d-479b-8200-fadd967b837d)) - (pin "2" (uuid a5da963a-270f-4c3d-a079-114d8eef79b7)) - (instances - (project "kibom-test-4" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 179.07 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a6854) - (property "Reference" "C2" (at 179.705 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10n" (at 179.705 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 180.0352 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 179.07 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6c9aaaba-b9a5-4111-8987-89315ec6be88)) - (pin "2" (uuid 0f924b75-883b-4726-a9f0-fbdae6b526a3)) - (instances - (project "kibom-test-4" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBot Filters Test Schematic") + (date "2020-08-30") + (rev "r1") + (company "https://github.com/INTI-CMNB/KiBot") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (text "BB field containing \"K K\" and \"Q,Q\"" + (exclude_from_sim no) + (at 69.85 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "786b6072-5772-4bc1-8eeb-6c4e19f2a91b") + ) + (text "This schematic serves as a test-file for the KiBot export script.\n\nHere we play with filters." + (exclude_from_sim no) + (at 15.24 31.75 0) + (effects + (font + (size 3.9878 3.9878) + ) + (justify left bottom) + ) + (uuid "9a9f2d82-f64d-4264-8bec-c182528fc4de") + ) + (text "With \"K K\" and \"Q,Q\" field" + (exclude_from_sim no) + (at 69.85 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d2de4093-1fc2-4bc1-94b6-4d0fe3426c6f") + ) + (text "Empty value" + (exclude_from_sim no) + (at 69.85 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "fb03d859-dcc9-4533-b352-64830e0e5423") + ) + (symbol + (lib_id "Device:R") + (at 55.88 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a2873") + (property "Reference" "R1" + (at 57.912 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" " " + (at 55.88 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d34385b1-fadf-4359-a8b1-59e02579d7e5") + ) + (pin "2" + (uuid "43c60605-74b4-4257-83a1-c4affa06551c") + ) + (instances + (project "kibom-test-4" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a330d") + (property "Reference" "R2" + (at 65.532 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "~" + (at 63.5 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "98559c04-1edf-4a16-a403-ee803395c189") + ) + (pin "2" + (uuid "198c8220-35a2-4b8b-97eb-1f4e2ae5b6f2") + ) + (instances + (project "kibom-test-4" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a3ca0") + (property "Reference" "R3" + (at 57.912 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4K7" + (at 55.88 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "K K" "" + (at 55.88 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f1e08948-6b85-492c-99de-5fd6a459b81f") + ) + (pin "2" + (uuid "50abaddd-47f5-4d26-a1ac-040e0a5b2a4e") + ) + (instances + (project "kibom-test-4" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a3f38") + (property "Reference" "R4" + (at 65.532 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4700" + (at 63.5 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.google.com/" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Q,Q" "" + (at 63.5 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d57c0ffa-3d5d-4de8-a2cb-de72ea1cf372") + ) + (pin "2" + (uuid "e954e8e4-5e66-4ebc-9dad-43e918b0d8d3") + ) + (instances + (project "kibom-test-4" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a448b") + (property "Reference" "R5" + (at 57.912 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1k" + (at 55.88 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 54.102 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "BB" "K K" + (at 55.88 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ebe6845e-77ef-4a3b-8777-25f774d9ada6") + ) + (pin "2" + (uuid "3d92c55c-1734-42df-b448-2eee86d15983") + ) + (instances + (project "kibom-test-4" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a491a") + (property "Reference" "R6" + (at 65.532 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1000" + (at 63.5 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 61.722 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "BB" "Q,Q" + (at 63.5 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c2f82502-a672-445f-b0f1-8868bd6c28f2") + ) + (pin "2" + (uuid "30304e2e-fae0-4942-8805-94df7afa183a") + ) + (instances + (project "kibom-test-4" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 168.91 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a62cc") + (property "Reference" "C1" + (at 169.545 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10nF" + (at 169.545 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 169.8752 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "This is a long text, wrap check" + (at 168.91 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 168.91 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3074fade-b34d-479b-8200-fadd967b837d") + ) + (pin "2" + (uuid "a5da963a-270f-4c3d-a079-114d8eef79b7") + ) + (instances + (project "kibom-test-4" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 179.07 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6854") + (property "Reference" "C2" + (at 179.705 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10n" + (at 179.705 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 180.0352 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 179.07 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6c9aaaba-b9a5-4111-8987-89315ec6be88") + ) + (pin "2" + (uuid "0f924b75-883b-4726-a9f0-fbdae6b526a3") + ) + (instances + (project "kibom-test-4" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-test-marked.kicad_pcb b/tests/board_samples/kicad_8/kibom-test-marked.kicad_pcb index 32de89cf6..b214490ff 100644 --- a/tests/board_samples/kicad_8/kibom-test-marked.kicad_pcb +++ b/tests/board_samples/kicad_8/kibom-test-marked.kicad_pcb @@ -1,835 +1,3066 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (layers - (0 "F.Cu" signal) - (1 "In1.Cu" signal "GND.Cu") - (2 "In2.Cu" signal "Signal1.Cu") - (3 "In3.Cu" signal "Signal2.Cu") - (4 "In4.Cu" signal "Power.Cu") - (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) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "unconnected-(C1-Pad1)") - (net 2 "unconnected-(C1-Pad2)") - (net 3 "unconnected-(C2-Pad1)") - (net 4 "unconnected-(C2-Pad2)") - (net 5 "unconnected-(C3-Pad1)") - (net 6 "unconnected-(C3-Pad2)") - (net 7 "unconnected-(C4-Pad1)") - (net 8 "unconnected-(C4-Pad2)") - (net 9 "unconnected-(R1-Pad1)") - (net 10 "unconnected-(R1-Pad2)") - (net 11 "unconnected-(R2-Pad1)") - (net 12 "unconnected-(R2-Pad2)") - (net 13 "unconnected-(R3-Pad1)") - (net 14 "unconnected-(R3-Pad2)") - (net 15 "unconnected-(R4-Pad1)") - (net 16 "unconnected-(R4-Pad2)") - (net 17 "unconnected-(R5-Pad1)") - (net 18 "unconnected-(R5-Pad2)") - (net 19 "unconnected-(R6-Pad1)") - (net 20 "unconnected-(R6-Pad2)") - (net 21 "unconnected-(R7-Pad1)") - (net 22 "unconnected-(R7-Pad2)") - (net 23 "unconnected-(R8-Pad1)") - (net 24 "unconnected-(R8-Pad2)") - (net 25 "unconnected-(R9-Pad1)") - (net 26 "unconnected-(R9-Pad2)") - (net 27 "unconnected-(R10-Pad1)") - (net 28 "unconnected-(R10-Pad2)") - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 10c6ccde-e3f7-488e-93a4-a587e57b1e59) - (at 122.94 73.55) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005e6a39eb") - (attr smd) - (fp_text reference "R5" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp adfd1820-34f1-4c10-adb8-0face24c5834) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7e264f41-c112-4a39-8312-31cbfcef6632) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 09344646-ade6-4057-9273-bf72ab8b0cd1) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d1d74df-c84e-4e5f-b691-a458fb119f89)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0a80b54-cc08-47d9-a6a5-69eddf0e8d9a)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 109c05a6-ec7e-4943-8ea1-e434d69772cb)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3711cbd4-4966-46f8-abbc-5fcf8331d66c)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6138546e-9c69-42b2-b417-8b2d867889bc)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec126fd4-b87a-4363-a654-d406af6823c7)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e62fef3-8c7e-4a86-afaa-014b0688b11c)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 541eaa70-75ee-46e7-8933-735deaad5ae6)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2dec1402-5383-4c5e-b5a0-abbe74c1544d)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 005b2eb8-f0ea-413e-a5fa-9c392cf04a7f)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 17 "unconnected-(R5-Pad1)") (pintype "passive") (tstamp 06d294a9-d73e-4aa2-bb05-5c4b6f6c1452)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 18 "unconnected-(R5-Pad2)") (pintype "passive") (tstamp 0162c89f-4eb0-4150-b703-f80f9f60a402)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 5eb27656-4bf4-4d8c-920a-845a766dfd14) - (at 127.35 70.6) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Config" "DNF") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005e6a3ca0") - (attr smd) - (fp_text reference "R6" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d0f41196-cdf4-44f2-911f-7dab20a2c688) - ) - (fp_text value "4K7" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2d6d1bb6-f7d2-4033-972c-2bae1080d303) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 4e7280b8-b008-4500-8ae6-a10bf8a97f58) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8bf75cb-fdc6-4396-94d2-401af63a86b7)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c070a764-8cb6-47e9-a672-55f5b881f5eb)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d6ba4e4-745a-41f5-856f-6d967695ff58)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09e1ad3a-2668-44da-ba03-f2d133f36750)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc0dc778-5b23-48b9-82ce-48001cedeaa8)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6381922-6645-40b3-b5db-65aa97f8f0bb)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e842b06-4232-45e3-9fc5-af3cee7c6481)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24bc74b9-d56e-4671-9517-30a6106f284b)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8aa7b8d6-4a88-450a-88bd-1d4f020b5d93)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ce7458f-c8d0-4503-ac54-6d26e6262b26)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 19 "unconnected-(R6-Pad1)") (pintype "passive") (tstamp 057dc35f-2259-4112-a9f0-d90f464e61ee)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 20 "unconnected-(R6-Pad2)") (pintype "passive") (tstamp 91fdc5db-b93e-4eac-a908-8419870167ea)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 65f337f4-f719-4c3c-b4fd-ef2dc452ed8d) - (at 127.35 73.55) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005e6a4181") - (attr smd) - (fp_text reference "R8" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b4799665-eed2-4adf-8458-08294aff8a9e) - ) - (fp_text value "4.7K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f821e04a-7412-470f-ad5a-b4b4fb104a84) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 1db7fabc-7408-4509-97fb-3273b614afb6) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f87d979c-8260-460d-b847-6674eafd9114)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22b5fdff-08b7-4c5c-bf7f-222e593b0de7)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a3b6e705-5ed7-43ab-bd62-ba96e88a8b91)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 053a5b56-aa01-4c1b-b28f-119e050fb49d)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee7dbb20-dbd4-48eb-bdce-e54a03f5501e)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dcea6f8a-fb9e-44d0-8d06-485c2991c21f)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8df9353b-f8d5-410b-866a-18db5bb96724)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5270f20-2ff6-405a-87c8-fe80e24d5d25)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 670c45af-dc7f-478e-aa8e-525b1052bc2e)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e90688a-4c99-46d9-936e-b914a99b3021)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 23 "unconnected-(R8-Pad1)") (pintype "passive") (tstamp a9ae9e73-fc2c-4597-ad62-d2ad9081c41d)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 24 "unconnected-(R8-Pad2)") (pintype "passive") (tstamp 327918aa-781d-4712-936f-f4ca46870e5d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 697e1d3f-68aa-458c-aa42-f1a27950ece4) - (at 122.94 70.6) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005e6a35e1") - (attr smd) - (fp_text reference "R3" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 50cdc6ba-e1b2-43cd-97fe-aa0d14435450) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 591df35c-9d8d-4839-8f1a-0bbda813f214) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp f59d1e73-baa7-4ddc-a96e-9b7f4064eadb) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b2f633a1-2463-455b-bbe1-784d84774cc3)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0d74315e-9c10-4e33-afda-5b525a25ec59)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e3c08b4-1d2e-45a3-a17d-6d8af630ba3d)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2df8254c-0627-424d-a757-678d0eee3398)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1952d85-22b7-4c70-b85d-402cbfa5c974)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 78975baa-7517-48f5-8204-eb9689a16187)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3f2b2a7-2397-486b-aa1c-a3c879e3d1c0)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46056e19-edad-4066-a055-d2fca2945f9b)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44504073-3e68-4ed0-918e-292b89104cf3)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b76ca284-109f-40a1-a86b-380bd51c3509)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 13 "unconnected-(R3-Pad1)") (pintype "passive") (tstamp 5ad6aceb-308a-43dc-878d-aade01de2242)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 14 "unconnected-(R3-Pad2)") (pintype "passive") (tstamp f78a287d-a79f-4c5b-aefc-7f099c1b945e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tstamp 73e5ca63-baa7-4c0b-af4a-a7086e7ca678) - (at 125.6 81.93) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005e6a62cc") - (attr smd exclude_from_pos_files) - (fp_text reference "C1" (at 0 -1.43) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 68ef850a-5737-4335-a688-4149f31c1b00) - ) - (fp_text value "10nF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 38d66b48-6d8f-40c7-839b-7e0ba4bc63f4) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 99bbc07a-7a17-4bb1-9ce8-c823850febe7) - ) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ed3625d-0a48-4c2a-be8d-069437a5e9d1)) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e021e73a-a5f1-4dcd-9154-0d17b91210c5)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4415afb8-d918-4139-9117-42cf6d0d5890)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6437080-4555-4795-a6a2-5fc6131616f1)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4cc6f6dd-d8fa-4c56-b9c0-1e4f0d8f9059)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83f47374-0b5f-46c7-ae4c-c15c22ad4be4)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 697874f1-84c5-4d09-a9dd-c781222108e1)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb4a53b9-d006-4289-b21c-38e35c902ef8)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eabac3d1-ebe2-4753-b0e2-faad04baa0c3)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d0e4f1b-053f-4421-a725-6374cb8820ea)) - (pad "1" smd roundrect (at -0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "unconnected-(C1-Pad1)") (pintype "passive") (tstamp 9765e3ab-4c6d-45a5-9ba1-e209c0cc912f)) - (pad "2" smd roundrect (at 0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "unconnected-(C1-Pad2)") (pintype "passive") (tstamp 759041bf-17d3-44db-97c3-099f7db57bd9)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 7c3fa7de-7cec-475c-b3c4-b8b3a4fd6a43) - (at 140.09 75.02) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Config" "DNC") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005e6a3f38") - (attr smd) - (fp_text reference "R7" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a8958f10-bee0-4128-912a-b58828d001a7) - ) - (fp_text value "4700" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5101158f-f5e3-487b-9767-2c236120275c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp a240124a-df70-4557-994e-55c6b254e8c6) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18b35024-1661-4424-8ef7-b52cb6d4bfbb)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c3050f6-ae89-4ca1-8603-4dcea001387c)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd2a502c-2fa2-494e-8085-ce272cf48c12)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f782ca6e-6d7e-492a-8bd4-84f34dfd9d24)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0731aab1-5059-40df-b09e-eaec16eaa6b6)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cef635d-6a3b-4fae-9244-4978ba24a800)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7eca0036-aab5-42a7-8138-067a77a7543d)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17acc6c2-5c91-4710-b48f-2b307e435d22)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6931e30e-7490-46e5-bf0e-f3c9e35dea4a)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1aa47be2-38dd-48d9-8eda-0e26f57e29a5)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 21 "unconnected-(R7-Pad1)") (pintype "passive") (tstamp ff6e10ae-361c-4a53-ab9d-2528c5e60826)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 22 "unconnected-(R7-Pad2)") (pintype "passive") (tstamp 7a791a71-b88d-4bb6-a775-6e5e56948996)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tstamp 904674d0-912e-46a4-b0a8-1c2bf5731712) - (at 132.69 87.07) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (property "exclude_from_bom" "") - (path "/00000000-0000-0000-0000-00005e6a6a34") - (attr smd exclude_from_bom) - (fp_text reference "C3" (at 0 -1.43) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2f155aa0-0eda-497e-b5ba-ec85057d28d5) - ) - (fp_text value "0.01uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c5a076b7-3542-4981-be3f-ddf8bfdfcddb) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp c79488ec-dfa0-4a22-93a6-d42edbcfa103) - ) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98fe983c-20d8-46f6-af01-566fb3bddca1)) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7e6e6836-6d74-49c2-b5d3-ae1c370d68b0)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 743843e8-8548-449b-8b29-67c42b0bf2f0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53064894-7b0a-4187-81fc-ad26341ac676)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee33e7da-35d1-4105-80d4-9b95e472604c)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ad331c0-ce55-4c67-b196-5a1b5592c3ce)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9c002ee-1978-4853-8135-c6e6b360db8e)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84a85adb-9567-4551-8772-df5204d55283)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83001755-e596-42b8-882f-40dfde6e40de)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f557d1b3-7f5e-493e-8427-39ed94940559)) - (pad "1" smd roundrect (at -0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "unconnected-(C3-Pad1)") (pintype "passive") (tstamp 87bb00bf-f022-4efe-8541-4712f87119cd)) - (pad "2" smd roundrect (at 0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 6 "unconnected-(C3-Pad2)") (pintype "passive") (tstamp 5f61a445-4f2b-4a8f-a486-e49700d1a002)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp b10f2fbe-42b4-4acb-975b-4b3992e082fd) - (at 112.17 71.49) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005e6a330d") - (attr smd) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6c737dd-fe54-4245-bfed-6925e0649bbe) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 87d9e290-abd3-4efd-90d8-7b3a632a2598) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 44bf2782-f880-43bd-8bdd-1e09ab31ff85) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63985a3f-7206-453a-85c4-f7397c382c34)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64cbf894-a296-43b2-9979-344f0777161e)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a9d18fb-3f6b-4c05-8bb7-615c061b528a)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3338d3cc-b03d-4567-a65d-7ee7494ccd28)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5116d564-80fa-4de2-ad1e-6b5ce859bcb3)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d169fed8-51a7-4a06-870d-270b27d81369)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a86518d-45d1-4c41-a964-5443c0b7889c)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a19cf67a-b7ff-4f23-9cca-6ef2ec3fd2ba)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72770055-0f56-44d4-9a2b-038d5c77bc5a)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d02cf97-e78e-41bb-86a1-1ffaf0dbbbad)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 11 "unconnected-(R2-Pad1)") (pintype "passive") (tstamp b7c74ff7-cfbf-4321-ba4e-5d0b4a38de5b)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 12 "unconnected-(R2-Pad2)") (pintype "passive") (tstamp ae940271-f3db-4a2a-bb61-c1e9f7aede71)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tstamp bb06a184-2900-4d34-8d2a-0700e8826e20) - (at 125.47 86.79) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005e6a6854") - (attr smd) - (fp_text reference "C2" (at 0 -1.43) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 05c0c31d-b1e3-459f-885a-890ae7c48287) - ) - (fp_text value "10n" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d0a58aee-4b15-4462-8943-ac86d44e815a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp f34ed1a6-1588-41e1-a568-2463bc3dcfb5) - ) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a43c8e04-34eb-4aed-ae42-37add43164f6)) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f3a7701-a530-4e0a-b8a9-d43c8b4c090d)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43d6aab9-189f-4811-bddb-bbf6077ac91d)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9838b40a-1f7c-4684-be46-526f2dae915e)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f69337fd-860d-488e-a5d5-c945a1204b07)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef3a6dde-464a-4bd2-bf9a-96ca48c37c3e)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86dcfb90-395f-4188-8f45-7b0814e1e0f2)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fe527be-253c-4832-b65a-0cd9fdda627b)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8805354-85be-48f8-bcdf-6bb5f6213e84)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c780c38-90ba-42a1-812a-932119a675a3)) - (pad "1" smd roundrect (at -0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "unconnected-(C2-Pad1)") (pintype "passive") (tstamp c9750c8a-ac89-4e8f-9795-c8e2c7330487)) - (pad "2" smd roundrect (at 0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "unconnected-(C2-Pad2)") (pintype "passive") (tstamp cbf5b3ca-010e-4457-9a87-9ebafd707ee6)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tstamp bcf70ad8-b2cf-4659-9dba-ae981c57fc30) - (at 131.56 70.38) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005e6a491a") - (attr smd) - (fp_text reference "R10" (at 0 -1.43) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8ba72740-29c2-4d82-bcfb-8609ab90364d) - ) - (fp_text value "4K7" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5a7fb40a-5104-4f05-9030-8ee92a95c313) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp dd6b32d5-c842-4a9e-b760-6f3d44fd2bd4) - ) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a9920da-d431-4082-9098-5b5f43c871a4)) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed036bb4-c036-407c-9c7d-fa17ca0ab6a9)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0272e95-8ce4-45c0-9a6a-6f2126dc2505)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad8367e5-bafc-4de1-b13c-65f791276d04)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0da3f196-0029-4742-87c5-92022ac64634)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f543056-350f-4c97-8941-03485df811b2)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a40723d-f4a6-4b47-82dd-60ae6a486698)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4e97c6d-ef1f-46ca-8bdc-2dda559ca229)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a8697ec-a798-49d3-832e-07ebd7cab4c6)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1307e1c-b67a-41bc-b9ad-571789c0d30c)) - (pad "1" smd roundrect (at -0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 27 "unconnected-(R10-Pad1)") (pintype "passive") (tstamp 6c75c6cf-6da5-451f-8c75-2d5c594d85c2)) - (pad "2" smd roundrect (at 0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 28 "unconnected-(R10-Pad2)") (pintype "passive") (tstamp 6a31403f-9c0b-41a1-a5ca-947e88e1cdab)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp bdaf95c6-eb65-4fb0-93d0-a7f5ac5d630b) - (at 118.53 70.6) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005e6a2873") - (attr smd exclude_from_pos_files) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b7a031d-d8b7-4e41-afa1-18b0d6307e7d) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a40c626-0eab-43ce-87a9-b06fcf718ec6) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 371bbd2c-bf48-455f-bff6-f71ec82c8aef) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e40dee47-c286-45ab-8b1b-c5b7262ae503)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 767d0f12-eb08-4fb1-954b-70d4d072a5e9)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7470248-38e8-43a0-a442-0b87ea60add7)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53670963-fac9-41a1-b24d-4218f9d06244)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 91efe98a-1972-4da9-bc8a-ac3948582357)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c57f0f4f-2588-498f-85e8-1ed9bdfaf77a)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 304b0812-c95d-4f4d-a890-34002d5174c1)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33f7da41-8a63-4245-9ce3-ba1b0af1a23e)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dbdcb7a1-b665-4aca-aa8d-76bd49d18430)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0bab759-ed78-47c1-ab5e-87bb99a1b665)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 9 "unconnected-(R1-Pad1)") (pintype "passive") (tstamp 6470018d-22bd-48a4-b671-45989b34e2da)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 10 "unconnected-(R1-Pad2)") (pintype "passive") (tstamp 4908086b-f6b0-46b3-9074-fb30a2d46b93)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tstamp ca09d825-ef11-4bdd-b071-10473f4cad52) - (at 113.27 81.76) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (property "exclude_from_bom" "") - (path "/00000000-0000-0000-0000-00005e6a448b") - (attr smd exclude_from_bom) - (fp_text reference "R9" (at 0 -1.43) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fa5e215c-4f80-43c2-a296-ce6af82d0e86) - ) - (fp_text value "4K7" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 65c9635c-ebf0-4b25-b675-22d555a271e6) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp d5a41b86-267f-4aaa-96ef-2e00e726d324) - ) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c057768d-471e-4f4c-96e8-a2267c972d46)) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07eeabce-07bd-430f-b026-8c4468b4df80)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94e4f8d9-8142-416f-b6f2-9d2466a98cfa)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87863e30-acd7-424e-8151-3f2ac6f5c0a7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 621f6561-16bd-407c-b8a0-dc8d42e65d21)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e4e1bbd-5ec9-4716-a897-d412477b1dbf)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 80e8d936-1f70-4e1b-b180-a3d5ce3c7cf5)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a90c1cc4-e3f9-4206-ae2e-84f7ab934c13)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7352de3-43f3-41b4-b514-24244232f623)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 753ffd4d-b055-48a8-aba4-807a3773251a)) - (pad "1" smd roundrect (at -0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 25 "unconnected-(R9-Pad1)") (pintype "passive") (tstamp c78cc41c-3674-443b-a37b-d317452eea4e)) - (pad "2" smd roundrect (at 0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 26 "unconnected-(R9-Pad2)") (pintype "passive") (tstamp b9608f84-4100-4c25-b2b1-7205de528c4a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp cddcf2f4-0a8b-415a-ab7a-e65a49927e0a) - (at 111.98 76.35) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005e6a37b2") - (attr smd) - (fp_text reference "R4" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 65380499-c54a-4e19-a0f7-e08e104b7f89) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e9fb5b74-ab26-4fcd-8605-593d3ae31836) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp a55bbdbe-4549-4f15-8ac0-febab1ef0cdc) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d1c6138-9bb8-4ce1-8681-bc7f97022cd8)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a99b559-7a6f-432f-97b3-00ef913ada08)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 637ecfdc-cedf-46aa-a068-61b67a3c3700)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db6424b0-5307-49d7-98bc-6641f74db1ea)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f8b21f5-bf90-4b74-9c63-16470aaf00d9)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ddac947e-aae0-4fc9-a680-835548f88888)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 85f1f330-8a78-4196-825c-7bd06e4a54c0)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c030cfef-76a9-48af-8c38-353a57ab85ba)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 804255f2-0981-41be-b7f8-4a5138adfcba)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5c2e585-49ec-4342-b519-00f90c54fc53)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 15 "unconnected-(R4-Pad1)") (pintype "passive") (tstamp d0737d11-4d80-4ae7-91da-b297ebcf0619)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 16 "unconnected-(R4-Pad2)") (pintype "passive") (tstamp 0f6f5b96-267e-4849-a7b7-5f9a7e0df777)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tstamp d37aabb7-0c1a-4aca-860a-fbb49a798ba7) - (at 132.63 82.37) - (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Sheetfile" "kibom-test-marked.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005e6a6cb6") - (attr smd exclude_from_bom) - (fp_text reference "C4" (at 0 -1.43) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 96ba7f7f-70c4-406f-949f-396905a89bf4) - ) - (fp_text value "0.01uf" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c88db542-712d-4dca-9936-ffc02a194b77) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e9356123-baac-455a-8bc3-af9a59d705da) - ) - (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e977e59-1705-440c-a289-9f1e1dbbc39f)) - (fp_line (start -0.14058 0.51) (end 0.14058 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37e3f524-5be8-4f36-a5fb-f926e3253087)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1136c3c-bc48-4d62-9100-e5b97a67e83c)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53d71433-b3d2-48b5-9d32-51a089bb9d9f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42771a07-a490-4cab-b5fd-51970a638ce3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71a77cb3-93d7-4ed5-b68f-3aff618fe5ae)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 606d46c0-3674-4655-8ddd-918ad21a6c1d)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7948bc9f-9ac0-441c-b281-96028ad389d5)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d8ab1ca-6397-4a56-8d2e-4c68a9c99f8c)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6aa00581-de10-4fca-a54c-44a7a001aa9a)) - (pad "1" smd roundrect (at -0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 7 "unconnected-(C4-Pad1)") (pintype "passive") (tstamp 28301ee6-d562-476e-bf02-3f119f590a1d)) - (pad "2" smd roundrect (at 0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "unconnected-(C4-Pad2)") (pintype "passive") (tstamp 92bd1ef9-24b4-4d51-890f-3193c3157591)) - (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (layers + (0 "F.Cu" signal) + (1 "In1.Cu" signal "GND.Cu") + (2 "In2.Cu" signal "Signal1.Cu") + (3 "In3.Cu" signal "Signal2.Cu") + (4 "In4.Cu" signal "Power.Cu") + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "unconnected-(C1-Pad1)") + (net 2 "unconnected-(C1-Pad2)") + (net 3 "unconnected-(C2-Pad1)") + (net 4 "unconnected-(C2-Pad2)") + (net 5 "unconnected-(C3-Pad1)") + (net 6 "unconnected-(C3-Pad2)") + (net 7 "unconnected-(C4-Pad1)") + (net 8 "unconnected-(C4-Pad2)") + (net 9 "unconnected-(R1-Pad1)") + (net 10 "unconnected-(R1-Pad2)") + (net 11 "unconnected-(R2-Pad1)") + (net 12 "unconnected-(R2-Pad2)") + (net 13 "unconnected-(R3-Pad1)") + (net 14 "unconnected-(R3-Pad2)") + (net 15 "unconnected-(R4-Pad1)") + (net 16 "unconnected-(R4-Pad2)") + (net 17 "unconnected-(R5-Pad1)") + (net 18 "unconnected-(R5-Pad2)") + (net 19 "unconnected-(R6-Pad1)") + (net 20 "unconnected-(R6-Pad2)") + (net 21 "unconnected-(R7-Pad1)") + (net 22 "unconnected-(R7-Pad2)") + (net 23 "unconnected-(R8-Pad1)") + (net 24 "unconnected-(R8-Pad2)") + (net 25 "unconnected-(R9-Pad1)") + (net 26 "unconnected-(R9-Pad2)") + (net 27 "unconnected-(R10-Pad1)") + (net 28 "unconnected-(R10-Pad2)") + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "10c6ccde-e3f7-488e-93a4-a587e57b1e59") + (at 122.94 73.55) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R5" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "adfd1820-34f1-4c10-adb8-0face24c5834") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "7e264f41-c112-4a39-8312-31cbfcef6632") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "88d523b4-8dba-46b7-91f1-d36c705dd09d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02493396-cd8b-4396-8c43-081eef152059") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d21a772-b90b-4d6f-bb55-9720a2fef6e2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a39eb") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1d1d74df-c84e-4e5f-b691-a458fb119f89") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0a80b54-cc08-47d9-a6a5-69eddf0e8d9a") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "109c05a6-ec7e-4943-8ea1-e434d69772cb") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3711cbd4-4966-46f8-abbc-5fcf8331d66c") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6138546e-9c69-42b2-b417-8b2d867889bc") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec126fd4-b87a-4363-a654-d406af6823c7") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e62fef3-8c7e-4a86-afaa-014b0688b11c") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "541eaa70-75ee-46e7-8933-735deaad5ae6") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2dec1402-5383-4c5e-b5a0-abbe74c1544d") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "005b2eb8-f0ea-413e-a5fa-9c392cf04a7f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "09344646-ade6-4057-9273-bf72ab8b0cd1") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 17 "unconnected-(R5-Pad1)") + (pintype "passive") + (uuid "06d294a9-d73e-4aa2-bb05-5c4b6f6c1452") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 18 "unconnected-(R5-Pad2)") + (pintype "passive") + (uuid "0162c89f-4eb0-4150-b703-f80f9f60a402") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "5eb27656-4bf4-4d8c-920a-845a766dfd14") + (at 127.35 70.6) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R6" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "d0f41196-cdf4-44f2-911f-7dab20a2c688") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4K7" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "2d6d1bb6-f7d2-4033-972c-2bae1080d303") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "86193348-b48b-47c1-912c-15162d2f2e06") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "84dfad2a-0e88-4716-abfd-bfcfd798d70f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "083c058a-bff2-4ff8-bd8f-9a4c5e1f0511") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Config" "DNF" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "b584b07b-e0e2-4034-bf80-21b007aba5e9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a3ca0") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8bf75cb-fdc6-4396-94d2-401af63a86b7") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c070a764-8cb6-47e9-a672-55f5b881f5eb") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3d6ba4e4-745a-41f5-856f-6d967695ff58") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "09e1ad3a-2668-44da-ba03-f2d133f36750") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc0dc778-5b23-48b9-82ce-48001cedeaa8") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d6381922-6645-40b3-b5db-65aa97f8f0bb") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e842b06-4232-45e3-9fc5-af3cee7c6481") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "24bc74b9-d56e-4671-9517-30a6106f284b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8aa7b8d6-4a88-450a-88bd-1d4f020b5d93") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ce7458f-c8d0-4503-ac54-6d26e6262b26") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4e7280b8-b008-4500-8ae6-a10bf8a97f58") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 19 "unconnected-(R6-Pad1)") + (pintype "passive") + (uuid "057dc35f-2259-4112-a9f0-d90f464e61ee") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 20 "unconnected-(R6-Pad2)") + (pintype "passive") + (uuid "91fdc5db-b93e-4eac-a908-8419870167ea") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "65f337f4-f719-4c3c-b4fd-ef2dc452ed8d") + (at 127.35 73.55) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R8" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "b4799665-eed2-4adf-8458-08294aff8a9e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "f821e04a-7412-470f-ad5a-b4b4fb104a84") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1c875a3-b18f-45d0-a045-3c84016c6ab0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "401a5e10-a3be-46e0-b6be-6c522ba7590e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05dfbad7-88cf-4f4c-ad55-f62b6e02a9dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a4181") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f87d979c-8260-460d-b847-6674eafd9114") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22b5fdff-08b7-4c5c-bf7f-222e593b0de7") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a3b6e705-5ed7-43ab-bd62-ba96e88a8b91") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "053a5b56-aa01-4c1b-b28f-119e050fb49d") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee7dbb20-dbd4-48eb-bdce-e54a03f5501e") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dcea6f8a-fb9e-44d0-8d06-485c2991c21f") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8df9353b-f8d5-410b-866a-18db5bb96724") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d5270f20-2ff6-405a-87c8-fe80e24d5d25") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "670c45af-dc7f-478e-aa8e-525b1052bc2e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e90688a-4c99-46d9-936e-b914a99b3021") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "1db7fabc-7408-4509-97fb-3273b614afb6") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 23 "unconnected-(R8-Pad1)") + (pintype "passive") + (uuid "a9ae9e73-fc2c-4597-ad62-d2ad9081c41d") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 24 "unconnected-(R8-Pad2)") + (pintype "passive") + (uuid "327918aa-781d-4712-936f-f4ca46870e5d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "697e1d3f-68aa-458c-aa42-f1a27950ece4") + (at 122.94 70.6) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R3" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "50cdc6ba-e1b2-43cd-97fe-aa0d14435450") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "591df35c-9d8d-4839-8f1a-0bbda813f214") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b52ebc14-80a2-4b96-ab8f-925bb58781f5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4cfc8ae9-6204-4b36-adaf-2018f844a5bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33e5efb8-0e9b-4102-a719-6453f16bca58") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a35e1") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b2f633a1-2463-455b-bbe1-784d84774cc3") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0d74315e-9c10-4e33-afda-5b525a25ec59") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e3c08b4-1d2e-45a3-a17d-6d8af630ba3d") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2df8254c-0627-424d-a757-678d0eee3398") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1952d85-22b7-4c70-b85d-402cbfa5c974") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "78975baa-7517-48f5-8204-eb9689a16187") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3f2b2a7-2397-486b-aa1c-a3c879e3d1c0") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46056e19-edad-4066-a055-d2fca2945f9b") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "44504073-3e68-4ed0-918e-292b89104cf3") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b76ca284-109f-40a1-a86b-380bd51c3509") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f59d1e73-baa7-4ddc-a96e-9b7f4064eadb") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 13 "unconnected-(R3-Pad1)") + (pintype "passive") + (uuid "5ad6aceb-308a-43dc-878d-aade01de2242") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 14 "unconnected-(R3-Pad2)") + (pintype "passive") + (uuid "f78a287d-a79f-4c5b-aefc-7f099c1b945e") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "73e5ca63-baa7-4c0b-af4a-a7086e7ca678") + (at 125.6 81.93) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "68ef850a-5737-4335-a688-4149f31c1b00") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10nF" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "38d66b48-6d8f-40c7-839b-7e0ba4bc63f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "14dd374f-46f6-4251-8f98-cb31c3b69790") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9e5af04-3cfa-48ef-afe9-80992dec4fcb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a8f8fcd9-ecb9-4eca-a324-302bed791be2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a62cc") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd exclude_from_pos_files) + (fp_line + (start -0.14058 -0.51) + (end 0.14058 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ed3625d-0a48-4c2a-be8d-069437a5e9d1") + ) + (fp_line + (start -0.14058 0.51) + (end 0.14058 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e021e73a-a5f1-4dcd-9154-0d17b91210c5") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4415afb8-d918-4139-9117-42cf6d0d5890") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6437080-4555-4795-a6a2-5fc6131616f1") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4cc6f6dd-d8fa-4c56-b9c0-1e4f0d8f9059") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "83f47374-0b5f-46c7-ae4c-c15c22ad4be4") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "697874f1-84c5-4d09-a9dd-c781222108e1") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb4a53b9-d006-4289-b21c-38e35c902ef8") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eabac3d1-ebe2-4753-b0e2-faad04baa0c3") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6d0e4f1b-053f-4421-a725-6374cb8820ea") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "99bbc07a-7a17-4bb1-9ce8-c823850febe7") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "unconnected-(C1-Pad1)") + (pintype "passive") + (uuid "9765e3ab-4c6d-45a5-9ba1-e209c0cc912f") + ) + (pad "2" smd roundrect + (at 0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "unconnected-(C1-Pad2)") + (pintype "passive") + (uuid "759041bf-17d3-44db-97c3-099f7db57bd9") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "7c3fa7de-7cec-475c-b3c4-b8b3a4fd6a43") + (at 140.09 75.02) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R7" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "a8958f10-bee0-4128-912a-b58828d001a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4700" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "5101158f-f5e3-487b-9767-2c236120275c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bcc605cc-59e8-47db-9e17-e2989ba445c4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27b302ee-6e34-4d53-8ad7-9a1ff63f7e82") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a06734b-11cf-4a76-aace-0d23f372f118") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Config" "DNC" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "51abee15-9098-49bc-a8fa-0497af69d8e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a3f38") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "18b35024-1661-4424-8ef7-b52cb6d4bfbb") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c3050f6-ae89-4ca1-8603-4dcea001387c") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dd2a502c-2fa2-494e-8085-ce272cf48c12") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f782ca6e-6d7e-492a-8bd4-84f34dfd9d24") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0731aab1-5059-40df-b09e-eaec16eaa6b6") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3cef635d-6a3b-4fae-9244-4978ba24a800") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7eca0036-aab5-42a7-8138-067a77a7543d") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "17acc6c2-5c91-4710-b48f-2b307e435d22") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6931e30e-7490-46e5-bf0e-f3c9e35dea4a") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1aa47be2-38dd-48d9-8eda-0e26f57e29a5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "a240124a-df70-4557-994e-55c6b254e8c6") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 21 "unconnected-(R7-Pad1)") + (pintype "passive") + (uuid "ff6e10ae-361c-4a53-ab9d-2528c5e60826") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 22 "unconnected-(R7-Pad2)") + (pintype "passive") + (uuid "7a791a71-b88d-4bb6-a775-6e5e56948996") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "904674d0-912e-46a4-b0a8-1c2bf5731712") + (at 132.69 87.07) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C3" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "2f155aa0-0eda-497e-b5ba-ec85057d28d5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.01uF" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "c5a076b7-3542-4981-be3f-ddf8bfdfcddb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "872c80b3-f3a7-4477-b2cb-9b9092b7b45b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1cc39233-ed34-45ce-8a9f-3f71424422f0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c19f4033-18ab-4858-b314-f8987417c437") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "exclude_from_bom" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "57db0e2d-66f6-4c78-9683-968cd1a40935") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a6a34") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd exclude_from_bom) + (fp_line + (start -0.14058 -0.51) + (end 0.14058 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98fe983c-20d8-46f6-af01-566fb3bddca1") + ) + (fp_line + (start -0.14058 0.51) + (end 0.14058 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7e6e6836-6d74-49c2-b5d3-ae1c370d68b0") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "743843e8-8548-449b-8b29-67c42b0bf2f0") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53064894-7b0a-4187-81fc-ad26341ac676") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee33e7da-35d1-4105-80d4-9b95e472604c") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ad331c0-ce55-4c67-b196-5a1b5592c3ce") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a9c002ee-1978-4853-8135-c6e6b360db8e") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "84a85adb-9567-4551-8772-df5204d55283") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83001755-e596-42b8-882f-40dfde6e40de") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f557d1b3-7f5e-493e-8427-39ed94940559") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c79488ec-dfa0-4a22-93a6-d42edbcfa103") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "unconnected-(C3-Pad1)") + (pintype "passive") + (uuid "87bb00bf-f022-4efe-8541-4712f87119cd") + ) + (pad "2" smd roundrect + (at 0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "unconnected-(C3-Pad2)") + (pintype "passive") + (uuid "5f61a445-4f2b-4a8f-a486-e49700d1a002") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "b10f2fbe-42b4-4acb-975b-4b3992e082fd") + (at 112.17 71.49) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "b6c737dd-fe54-4245-bfed-6925e0649bbe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "87d9e290-abd3-4efd-90d8-7b3a632a2598") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41240e71-6437-4b2c-a442-7acb949f30ec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fb8307fb-767b-4526-8a14-5b3d22cd4fc9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1fd7bfa5-a042-44b4-b56f-dcdbc91a28ec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a330d") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63985a3f-7206-453a-85c4-f7397c382c34") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "64cbf894-a296-43b2-9979-344f0777161e") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a9d18fb-3f6b-4c05-8bb7-615c061b528a") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3338d3cc-b03d-4567-a65d-7ee7494ccd28") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5116d564-80fa-4de2-ad1e-6b5ce859bcb3") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d169fed8-51a7-4a06-870d-270b27d81369") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a86518d-45d1-4c41-a964-5443c0b7889c") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a19cf67a-b7ff-4f23-9cca-6ef2ec3fd2ba") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "72770055-0f56-44d4-9a2b-038d5c77bc5a") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3d02cf97-e78e-41bb-86a1-1ffaf0dbbbad") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "44bf2782-f880-43bd-8bdd-1e09ab31ff85") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 11 "unconnected-(R2-Pad1)") + (pintype "passive") + (uuid "b7c74ff7-cfbf-4321-ba4e-5d0b4a38de5b") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 12 "unconnected-(R2-Pad2)") + (pintype "passive") + (uuid "ae940271-f3db-4a2a-bb61-c1e9f7aede71") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "bb06a184-2900-4d34-8d2a-0700e8826e20") + (at 125.47 86.79) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C2" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "05c0c31d-b1e3-459f-885a-890ae7c48287") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10n" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "d0a58aee-4b15-4462-8943-ac86d44e815a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f0e7c33-5b2c-4a44-bd02-2d9058035f72") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f386666-670d-46b2-b5d7-c068907368e2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "59bcfdba-fbc3-4051-8f7f-182fe90e8ce6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a6854") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd) + (fp_line + (start -0.14058 -0.51) + (end 0.14058 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a43c8e04-34eb-4aed-ae42-37add43164f6") + ) + (fp_line + (start -0.14058 0.51) + (end 0.14058 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f3a7701-a530-4e0a-b8a9-d43c8b4c090d") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "43d6aab9-189f-4811-bddb-bbf6077ac91d") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9838b40a-1f7c-4684-be46-526f2dae915e") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f69337fd-860d-488e-a5d5-c945a1204b07") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ef3a6dde-464a-4bd2-bf9a-96ca48c37c3e") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86dcfb90-395f-4188-8f45-7b0814e1e0f2") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6fe527be-253c-4832-b65a-0cd9fdda627b") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8805354-85be-48f8-bcdf-6bb5f6213e84") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c780c38-90ba-42a1-812a-932119a675a3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f34ed1a6-1588-41e1-a568-2463bc3dcfb5") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "unconnected-(C2-Pad1)") + (pintype "passive") + (uuid "c9750c8a-ac89-4e8f-9795-c8e2c7330487") + ) + (pad "2" smd roundrect + (at 0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "unconnected-(C2-Pad2)") + (pintype "passive") + (uuid "cbf5b3ca-010e-4457-9a87-9ebafd707ee6") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "bcf70ad8-b2cf-4659-9dba-ae981c57fc30") + (at 131.56 70.38) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R10" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "8ba72740-29c2-4d82-bcfb-8609ab90364d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4K7" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "5a7fb40a-5104-4f05-9030-8ee92a95c313") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c2697530-637a-4cc6-a06d-f4ce4f36db07") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "193dcc21-f8c9-47fd-b53b-e9400eedfa2c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc405a7d-809e-48e4-8817-f393c70ecd9f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a491a") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a9920da-d431-4082-9098-5b5f43c871a4") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed036bb4-c036-407c-9c7d-fa17ca0ab6a9") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f0272e95-8ce4-45c0-9a6a-6f2126dc2505") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad8367e5-bafc-4de1-b13c-65f791276d04") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0da3f196-0029-4742-87c5-92022ac64634") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4f543056-350f-4c97-8941-03485df811b2") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8a40723d-f4a6-4b47-82dd-60ae6a486698") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a4e97c6d-ef1f-46ca-8bdc-2dda559ca229") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a8697ec-a798-49d3-832e-07ebd7cab4c6") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1307e1c-b67a-41bc-b9ad-571789c0d30c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "dd6b32d5-c842-4a9e-b760-6f3d44fd2bd4") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 27 "unconnected-(R10-Pad1)") + (pintype "passive") + (uuid "6c75c6cf-6da5-451f-8c75-2d5c594d85c2") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 28 "unconnected-(R10-Pad2)") + (pintype "passive") + (uuid "6a31403f-9c0b-41a1-a5ca-947e88e1cdab") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "bdaf95c6-eb65-4fb0-93d0-a7f5ac5d630b") + (at 118.53 70.6) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "7b7a031d-d8b7-4e41-afa1-18b0d6307e7d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "6a40c626-0eab-43ce-87a9-b06fcf718ec6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71911cb1-1cf5-4dce-8973-2f2de7449104") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d766610e-fa44-47cb-bec2-a72bb6fcb6d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5c6b00dc-db64-4d88-a551-6b0691f7dc96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a2873") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd exclude_from_pos_files) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e40dee47-c286-45ab-8b1b-c5b7262ae503") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "767d0f12-eb08-4fb1-954b-70d4d072a5e9") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d7470248-38e8-43a0-a442-0b87ea60add7") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53670963-fac9-41a1-b24d-4218f9d06244") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "91efe98a-1972-4da9-bc8a-ac3948582357") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c57f0f4f-2588-498f-85e8-1ed9bdfaf77a") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "304b0812-c95d-4f4d-a890-34002d5174c1") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "33f7da41-8a63-4245-9ce3-ba1b0af1a23e") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dbdcb7a1-b665-4aca-aa8d-76bd49d18430") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0bab759-ed78-47c1-ab5e-87bb99a1b665") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "371bbd2c-bf48-455f-bff6-f71ec82c8aef") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 9 "unconnected-(R1-Pad1)") + (pintype "passive") + (uuid "6470018d-22bd-48a4-b671-45989b34e2da") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 10 "unconnected-(R1-Pad2)") + (pintype "passive") + (uuid "4908086b-f6b0-46b3-9074-fb30a2d46b93") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "ca09d825-ef11-4bdd-b071-10473f4cad52") + (at 113.27 81.76) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R9" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "fa5e215c-4f80-43c2-a296-ce6af82d0e86") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4K7" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "65c9635c-ebf0-4b25-b675-22d555a271e6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "756a03e4-c6a8-4433-9d6f-8131c3c3e3cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "558dbc28-0cb2-450f-98b8-d7ba92fc5232") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c016845-e5b0-46c5-8a96-0a1862149209") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "exclude_from_bom" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "18c2fc10-3ec2-454d-8056-41db2d92df11") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a448b") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd exclude_from_bom) + (fp_line + (start -0.237258 -0.5225) + (end 0.237258 -0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c057768d-471e-4f4c-96e8-a2267c972d46") + ) + (fp_line + (start -0.237258 0.5225) + (end 0.237258 0.5225) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07eeabce-07bd-430f-b026-8c4468b4df80") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "94e4f8d9-8142-416f-b6f2-9d2466a98cfa") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "87863e30-acd7-424e-8151-3f2ac6f5c0a7") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "621f6561-16bd-407c-b8a0-dc8d42e65d21") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5e4e1bbd-5ec9-4716-a897-d412477b1dbf") + ) + (fp_line + (start -0.8 -0.4125) + (end 0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "80e8d936-1f70-4e1b-b180-a3d5ce3c7cf5") + ) + (fp_line + (start -0.8 0.4125) + (end -0.8 -0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a90c1cc4-e3f9-4206-ae2e-84f7ab934c13") + ) + (fp_line + (start 0.8 -0.4125) + (end 0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f7352de3-43f3-41b4-b514-24244232f623") + ) + (fp_line + (start 0.8 0.4125) + (end -0.8 0.4125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "753ffd4d-b055-48a8-aba4-807a3773251a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "d5a41b86-267f-4aaa-96ef-2e00e726d324") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 25 "unconnected-(R9-Pad1)") + (pintype "passive") + (uuid "c78cc41c-3674-443b-a37b-d317452eea4e") + ) + (pad "2" smd roundrect + (at 0.825 0) + (size 0.8 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 26 "unconnected-(R9-Pad2)") + (pintype "passive") + (uuid "b9608f84-4100-4c25-b2b1-7205de528c4a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "cddcf2f4-0a8b-415a-ab7a-e65a49927e0a") + (at 111.98 76.35) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R4" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "65380499-c54a-4e19-a0f7-e08e104b7f89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "e9fb5b74-ab26-4fcd-8605-593d3ae31836") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "da77de68-b9d6-4d6f-8887-aa009f7c1a32") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0e8c2462-0285-41c7-813a-66b0fd906cac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "994ac2a9-9d15-42e3-8071-8e0cb413c473") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a37b2") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d1c6138-9bb8-4ce1-8681-bc7f97022cd8") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a99b559-7a6f-432f-97b3-00ef913ada08") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "637ecfdc-cedf-46aa-a068-61b67a3c3700") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "db6424b0-5307-49d7-98bc-6641f74db1ea") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9f8b21f5-bf90-4b74-9c63-16470aaf00d9") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ddac947e-aae0-4fc9-a680-835548f88888") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "85f1f330-8a78-4196-825c-7bd06e4a54c0") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c030cfef-76a9-48af-8c38-353a57ab85ba") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "804255f2-0981-41be-b7f8-4a5138adfcba") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c5c2e585-49ec-4342-b519-00f90c54fc53") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "a55bbdbe-4549-4f15-8ac0-febab1ef0cdc") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 15 "unconnected-(R4-Pad1)") + (pintype "passive") + (uuid "d0737d11-4d80-4ae7-91da-b297ebcf0619") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 16 "unconnected-(R4-Pad2)") + (pintype "passive") + (uuid "0f6f5b96-267e-4849-a7b7-5f9a7e0df777") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0603_1608Metric" + (layer "F.Cu") + (uuid "d37aabb7-0c1a-4aca-860a-fbb49a798ba7") + (at 132.63 82.37) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C4" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "96ba7f7f-70c4-406f-949f-396905a89bf4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.01uf" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "c88db542-712d-4dca-9936-ffc02a194b77") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "278f592d-15df-42ed-a17f-100a538a711f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "87a98e55-81da-462e-bb3e-8d5916e6f32c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "93aad1ad-3274-4d07-bbb5-42fc68f84330") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a6cb6") + (sheetfile "kibom-test-marked.kicad_sch") + (attr smd exclude_from_bom) + (fp_line + (start -0.14058 -0.51) + (end 0.14058 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e977e59-1705-440c-a289-9f1e1dbbc39f") + ) + (fp_line + (start -0.14058 0.51) + (end 0.14058 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37e3f524-5be8-4f36-a5fb-f926e3253087") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1136c3c-bc48-4d62-9100-e5b97a67e83c") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53d71433-b3d2-48b5-9d32-51a089bb9d9f") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42771a07-a490-4cab-b5fd-51970a638ce3") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "71a77cb3-93d7-4ed5-b68f-3aff618fe5ae") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "606d46c0-3674-4655-8ddd-918ad21a6c1d") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7948bc9f-9ac0-441c-b281-96028ad389d5") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0d8ab1ca-6397-4a56-8d2e-4c68a9c99f8c") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6aa00581-de10-4fca-a54c-44a7a001aa9a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e9356123-baac-455a-8bc3-af9a59d705da") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 7 "unconnected-(C4-Pad1)") + (pintype "passive") + (uuid "28301ee6-d562-476e-bf02-3f119f590a1d") + ) + (pad "2" smd roundrect + (at 0.775 0) + (size 0.9 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "unconnected-(C4-Pad2)") + (pintype "passive") + (uuid "92bd1ef9-24b4-4d51-890f-3193c3157591") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-test-marked.kicad_sch b/tests/board_samples/kicad_8/kibom-test-marked.kicad_sch index 54d1506c5..846869a57 100644 --- a/tests/board_samples/kicad_8/kibom-test-marked.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-test-marked.kicad_sch @@ -1,407 +1,1285 @@ -(kicad_sch (version 20211123) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (id 0) (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (id 1) (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (id 2) (at 0.9652 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (id 6) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default) (color 0 0 0 0)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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" (id 0) (at 2.032 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (id 1) (at 0 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (id 2) (at -1.778 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "R res resistor" (id 4) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Resistor" (id 5) (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "R_*" (id 6) (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) (color 0 0 0 0)) - (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)))) - ) - ) - ) - ) - - - (text "3 x 4K7 resistors in 0603 package" (at 88.9 92.71 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 0d35483a-0b12-46cc-b9f2-896fd6831779) - ) - (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" - (at 13.97 24.13 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 4e66a44f-7fa6-4e16-bf9b-62ec864301a5) - ) - (text "5 x 10K resistors in 0805 package" (at 88.9 64.77 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 6199bec7-e7eb-4ae0-b9ec-c563e157d635) - ) - (text "3 x 4K7 resistors in 0805 package\nNote: Values are identical even if specified differently" - (at 88.9 80.01 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 9a9f2d82-f64d-4264-8bec-c182528fc4de) - ) - - (symbol (lib_id "Device:R") (at 55.88 64.77 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a2873) - (property "Reference" "R1" (id 0) (at 57.912 64.77 90)) - (property "Value" "10K" (id 1) (at 55.88 64.77 90)) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 54.102 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 55.88 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6c9aaaba-b9a5-4111-8987-89315ec6be88)) - (pin "2" (uuid 0f924b75-883b-4726-a9f0-fbdae6b526a3)) - ) - - (symbol (lib_id "Device:R") (at 63.5 64.77 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a330d) - (property "Reference" "R2" (id 0) (at 65.532 64.77 90)) - (property "Value" "10K" (id 1) (at 63.5 64.77 90)) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 61.722 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 63.5 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 230e039b-1200-49f4-9764-81cfdd0b465a)) - (pin "2" (uuid 4bb6aa50-20a8-40c0-9694-aa4503d2e061)) - ) - - (symbol (lib_id "Device:R") (at 69.85 64.77 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a35e1) - (property "Reference" "R3" (id 0) (at 71.882 64.77 90)) - (property "Value" "10K" (id 1) (at 69.85 64.77 90)) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 68.072 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 69.85 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 19a78422-b95d-4f86-b628-f6242f9aacfd)) - (pin "2" (uuid 161f5455-8297-4c70-b65c-7a745abba5c6)) - ) - - (symbol (lib_id "Device:R") (at 76.2 64.77 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a37b2) - (property "Reference" "R4" (id 0) (at 78.232 64.77 90)) - (property "Value" "10K" (id 1) (at 76.2 64.77 90)) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 74.422 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 76.2 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 82e15225-a105-45b2-84d4-4b70931897e0)) - (pin "2" (uuid 3af48b74-9eb6-4a31-be66-715160acfc85)) - ) - - (symbol (lib_id "Device:R") (at 82.55 64.77 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a39eb) - (property "Reference" "R5" (id 0) (at 84.582 64.77 90)) - (property "Value" "10K" (id 1) (at 82.55 64.77 90)) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 80.772 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 82.55 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3074fade-b34d-479b-8200-fadd967b837d)) - (pin "2" (uuid a5da963a-270f-4c3d-a079-114d8eef79b7)) - ) - - (symbol (lib_id "Device:R") (at 55.88 78.74 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a3ca0) - (property "Reference" "R6" (id 0) (at 57.912 78.74 90)) - (property "Value" "4K7" (id 1) (at 55.88 78.74 90)) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 54.102 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 55.88 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNF" (id 4) (at 55.88 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5be841dc-3b4a-40c9-969b-e11a4fb210b2)) - (pin "2" (uuid fcd8b1c2-0644-4e8e-b5df-9c237120459f)) - ) - - (symbol (lib_id "Device:R") (at 63.5 78.74 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a3f38) - (property "Reference" "R7" (id 0) (at 65.532 78.74 90)) - (property "Value" "4700" (id 1) (at 63.5 78.74 90)) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 61.722 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.google.com/" (id 3) (at 63.5 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNC" (id 4) (at 63.5 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5aee846a-8592-4b29-bd9b-9c316ee83d69)) - (pin "2" (uuid bb5372f2-1ad0-4a4d-b4cb-b3226f0cfcbd)) - ) - - (symbol (lib_id "Device:R") (at 69.85 78.74 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a4181) - (property "Reference" "R8" (id 0) (at 71.882 78.74 90)) - (property "Value" "4.7K" (id 1) (at 69.85 78.74 90)) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 68.072 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 69.85 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b7ea6100-ff11-4609-86f6-89b95a0d171e)) - (pin "2" (uuid b8a5679e-0824-4fd4-bd37-515f1c75fd73)) - ) - - (symbol (lib_id "Device:R") (at 55.88 92.71 0) (unit 1) - (in_bom no) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a448b) - (property "Reference" "R9" (id 0) (at 57.912 92.71 90)) - (property "Value" "4K7" (id 1) (at 55.88 92.71 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 54.102 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 55.88 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 35505c17-306b-4361-9895-a67ced902f2d)) - (pin "2" (uuid 0db9632a-21af-4acb-9c05-e041f8c89b3a)) - ) - - (symbol (lib_id "Device:R") (at 63.5 92.71 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a491a) - (property "Reference" "R10" (id 0) (at 65.532 92.71 90)) - (property "Value" "4K7" (id 1) (at 63.5 92.71 90)) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 61.722 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 63.5 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b93d027f-21f6-4fc9-ad3f-317eded6973b)) - (pin "2" (uuid 395df0a5-800c-4cca-a0f1-3ad76d2e76ca)) - ) - - (symbol (lib_id "Device:C") (at 168.91 64.77 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a62cc) - (property "Reference" "C1" (id 0) (at 169.545 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10nF" (id 1) (at 169.545 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 169.8752 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "This is a long text, wrap check" (id 3) (at 168.91 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 675b2a1e-1d1e-4f5b-91f1-23d348015a92)) - (pin "2" (uuid 97823ebb-0711-4a96-9596-e1b6f4baec60)) - ) - - (symbol (lib_id "Device:C") (at 179.07 64.77 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a6854) - (property "Reference" "C2" (id 0) (at 179.705 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10n" (id 1) (at 179.705 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 180.0352 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 179.07 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 047cf595-1972-4c2a-a70b-65489a060f88)) - (pin "2" (uuid 23708b85-adf5-4cbf-a4c4-69f9be2b941b)) - ) - - (symbol (lib_id "Device:C") (at 189.23 64.77 0) (unit 1) - (in_bom no) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a6a34) - (property "Reference" "C3" (id 0) (at 189.865 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.01uF" (id 1) (at 189.865 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 190.1952 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 189.23 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8ef140e1-a86a-45e5-8f2c-e06066832fcb)) - (pin "2" (uuid 623a95d3-92aa-43fc-bfb7-1927169d4600)) - ) - - (symbol (lib_id "Device:C") (at 200.66 64.77 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005e6a6cb6) - (property "Reference" "C4" (id 0) (at 201.295 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.01uf" (id 1) (at 201.295 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (id 2) (at 201.6252 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 200.66 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid afaec224-6eb9-4aa4-acce-937066a89442)) - (pin "2" (uuid fbe4ca78-db1d-425c-822e-cbaf51a10d48)) - ) - - (sheet_instances - (path "/" (page "1")) - ) - - (symbol_instances - (path "/00000000-0000-0000-0000-00005e6a62cc" - (reference "C1") (unit 1) (value "10nF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e6a6854" - (reference "C2") (unit 1) (value "10n") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e6a6a34" - (reference "C3") (unit 1) (value "0.01uF") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e6a6cb6" - (reference "C4") (unit 1) (value "0.01uf") (footprint "Capacitor_SMD:C_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e6a2873" - (reference "R1") (unit 1) (value "10K") (footprint "Resistor_SMD:R_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-00005e6a330d" - (reference "R2") (unit 1) (value "10K") (footprint "Resistor_SMD:R_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-00005e6a35e1" - (reference "R3") (unit 1) (value "10K") (footprint "Resistor_SMD:R_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-00005e6a37b2" - (reference "R4") (unit 1) (value "10K") (footprint "Resistor_SMD:R_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-00005e6a39eb" - (reference "R5") (unit 1) (value "10K") (footprint "Resistor_SMD:R_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-00005e6a3ca0" - (reference "R6") (unit 1) (value "4K7") (footprint "Resistor_SMD:R_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-00005e6a3f38" - (reference "R7") (unit 1) (value "4700") (footprint "Resistor_SMD:R_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-00005e6a4181" - (reference "R8") (unit 1) (value "4.7K") (footprint "Resistor_SMD:R_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-00005e6a448b" - (reference "R9") (unit 1) (value "4K7") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - (path "/00000000-0000-0000-0000-00005e6a491a" - (reference "R10") (unit 1) (value "4K7") (footprint "Resistor_SMD:R_0603_1608Metric") - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (text "3 x 4K7 resistors in 0603 package" + (exclude_from_sim no) + (at 88.9 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0d35483a-0b12-46cc-b9f2-896fd6831779") + ) + (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" + (exclude_from_sim no) + (at 13.97 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "4e66a44f-7fa6-4e16-bf9b-62ec864301a5") + ) + (text "5 x 10K resistors in 0805 package" + (exclude_from_sim no) + (at 88.9 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6199bec7-e7eb-4ae0-b9ec-c563e157d635") + ) + (text "3 x 4K7 resistors in 0805 package\nNote: Values are identical even if specified differently" + (exclude_from_sim no) + (at 88.9 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9a9f2d82-f64d-4264-8bec-c182528fc4de") + ) + (symbol + (lib_id "Device:R") + (at 55.88 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a2873") + (property "Reference" "R1" + (at 57.912 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 55.88 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6c9aaaba-b9a5-4111-8987-89315ec6be88") + ) + (pin "2" + (uuid "0f924b75-883b-4726-a9f0-fbdae6b526a3") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a330d") + (property "Reference" "R2" + (at 65.532 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 63.5 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "230e039b-1200-49f4-9764-81cfdd0b465a") + ) + (pin "2" + (uuid "4bb6aa50-20a8-40c0-9694-aa4503d2e061") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a35e1") + (property "Reference" "R3" + (at 71.882 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 69.85 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "19a78422-b95d-4f86-b628-f6242f9aacfd") + ) + (pin "2" + (uuid "161f5455-8297-4c70-b65c-7a745abba5c6") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a37b2") + (property "Reference" "R4" + (at 78.232 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 76.2 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 74.422 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "82e15225-a105-45b2-84d4-4b70931897e0") + ) + (pin "2" + (uuid "3af48b74-9eb6-4a31-be66-715160acfc85") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 82.55 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a39eb") + (property "Reference" "R5" + (at 84.582 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 82.55 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 80.772 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 82.55 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 82.55 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3074fade-b34d-479b-8200-fadd967b837d") + ) + (pin "2" + (uuid "a5da963a-270f-4c3d-a079-114d8eef79b7") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a3ca0") + (property "Reference" "R6" + (at 57.912 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4K7" + (at 55.88 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNF" + (at 55.88 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5be841dc-3b4a-40c9-969b-e11a4fb210b2") + ) + (pin "2" + (uuid "fcd8b1c2-0644-4e8e-b5df-9c237120459f") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a3f38") + (property "Reference" "R7" + (at 65.532 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4700" + (at 63.5 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.google.com/" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNC" + (at 63.5 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5aee846a-8592-4b29-bd9b-9c316ee83d69") + ) + (pin "2" + (uuid "bb5372f2-1ad0-4a4d-b4cb-b3226f0cfcbd") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a4181") + (property "Reference" "R8" + (at 71.882 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7K" + (at 69.85 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b7ea6100-ff11-4609-86f6-89b95a0d171e") + ) + (pin "2" + (uuid "b8a5679e-0824-4fd4-bd37-515f1c75fd73") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a448b") + (property "Reference" "R9" + (at 57.912 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4K7" + (at 55.88 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 54.102 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "35505c17-306b-4361-9895-a67ced902f2d") + ) + (pin "2" + (uuid "0db9632a-21af-4acb-9c05-e041f8c89b3a") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a491a") + (property "Reference" "R10" + (at 65.532 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4K7" + (at 63.5 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 61.722 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b93d027f-21f6-4fc9-ad3f-317eded6973b") + ) + (pin "2" + (uuid "395df0a5-800c-4cca-a0f1-3ad76d2e76ca") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 168.91 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a62cc") + (property "Reference" "C1" + (at 169.545 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10nF" + (at 169.545 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 169.8752 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "This is a long text, wrap check" + (at 168.91 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 168.91 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "675b2a1e-1d1e-4f5b-91f1-23d348015a92") + ) + (pin "2" + (uuid "97823ebb-0711-4a96-9596-e1b6f4baec60") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 179.07 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6854") + (property "Reference" "C2" + (at 179.705 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10n" + (at 179.705 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 180.0352 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 179.07 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "047cf595-1972-4c2a-a70b-65489a060f88") + ) + (pin "2" + (uuid "23708b85-adf5-4cbf-a4c4-69f9be2b941b") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 189.23 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6a34") + (property "Reference" "C3" + (at 189.865 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.01uF" + (at 189.865 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 190.1952 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 189.23 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8ef140e1-a86a-45e5-8f2c-e06066832fcb") + ) + (pin "2" + (uuid "623a95d3-92aa-43fc-bfb7-1927169d4600") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 200.66 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6cb6") + (property "Reference" "C4" + (at 201.295 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.01uf" + (at 201.295 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 201.6252 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 200.66 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 200.66 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "afaec224-6eb9-4aa4-acce-937066a89442") + ) + (pin "2" + (uuid "fbe4ca78-db1d-425c-822e-cbaf51a10d48") + ) + (instances + (project "kibom-test-marked" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-test-rep.kicad_sch b/tests/board_samples/kicad_8/kibom-test-rep.kicad_sch index b854807be..51f1103c4 100644 --- a/tests/board_samples/kicad_8/kibom-test-rep.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-test-rep.kicad_sch @@ -1,749 +1,1907 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "74xx:74LS02" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS02" (at 0 -1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls02" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "TTL Nor2" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "quad 2-input NOR gate" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SO14* DIP*W7.62mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "74LS02_1_1" - (arc (start -3.81 -3.81) (mid -2.589 0) (end -3.81 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -0.6096 -3.81) (mid 2.1842 -2.5851) (end 3.81 0) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 3.81) - (xy -0.635 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.635 3.81) - (xy -3.81 3.81) - (xy -3.81 3.81) - (xy -3.556 3.4036) - (xy -3.0226 2.2606) - (xy -2.6924 1.0414) - (xy -2.6162 -0.254) - (xy -2.7686 -1.4986) - (xy -3.175 -2.7178) - (xy -3.81 -3.81) - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width -25.4) (type default)) - (fill (type background)) - ) - (arc (start 3.81 0) (mid 2.1915 2.5936) (end -0.6096 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS02_1_2" - (arc (start 0 -3.81) (mid 3.7934 0) (end 0 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy 0 3.81) - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 0 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 -2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS02_2_1" - (arc (start -3.81 -3.81) (mid -2.589 0) (end -3.81 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -0.6096 -3.81) (mid 2.1842 -2.5851) (end 3.81 0) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 3.81) - (xy -0.635 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.635 3.81) - (xy -3.81 3.81) - (xy -3.81 3.81) - (xy -3.556 3.4036) - (xy -3.0226 2.2606) - (xy -2.6924 1.0414) - (xy -2.6162 -0.254) - (xy -2.7686 -1.4986) - (xy -3.175 -2.7178) - (xy -3.81 -3.81) - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width -25.4) (type default)) - (fill (type background)) - ) - (arc (start 3.81 0) (mid 2.1915 2.5936) (end -0.6096 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS02_2_2" - (arc (start 0 -3.81) (mid 3.7934 0) (end 0 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy 0 3.81) - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 0 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 -2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS02_3_1" - (arc (start -3.81 -3.81) (mid -2.589 0) (end -3.81 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -0.6096 -3.81) (mid 2.1842 -2.5851) (end 3.81 0) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 3.81) - (xy -0.635 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.635 3.81) - (xy -3.81 3.81) - (xy -3.81 3.81) - (xy -3.556 3.4036) - (xy -3.0226 2.2606) - (xy -2.6924 1.0414) - (xy -2.6162 -0.254) - (xy -2.7686 -1.4986) - (xy -3.175 -2.7178) - (xy -3.81 -3.81) - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width -25.4) (type default)) - (fill (type background)) - ) - (arc (start 3.81 0) (mid 2.1915 2.5936) (end -0.6096 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS02_3_2" - (arc (start 0 -3.81) (mid 3.7934 0) (end 0 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy 0 3.81) - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 0 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 -2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS02_4_1" - (arc (start -3.81 -3.81) (mid -2.589 0) (end -3.81 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -0.6096 -3.81) (mid 2.1842 -2.5851) (end 3.81 0) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 3.81) - (xy -0.635 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.635 3.81) - (xy -3.81 3.81) - (xy -3.81 3.81) - (xy -3.556 3.4036) - (xy -3.0226 2.2606) - (xy -2.6924 1.0414) - (xy -2.6162 -0.254) - (xy -2.7686 -1.4986) - (xy -3.175 -2.7178) - (xy -3.81 -3.81) - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width -25.4) (type default)) - (fill (type background)) - ) - (arc (start 3.81 0) (mid 2.1915 2.5936) (end -0.6096 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS02_4_2" - (arc (start 0 -3.81) (mid 3.7934 0) (end 0 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy 0 3.81) - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 0 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input inverted (at -7.62 2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 -2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS02_5_0" - (pin power_in line (at 0 12.7 270) (length 5.08) - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -12.7 90) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS02_5_1" - (rectangle (start -5.08 7.62) (end 5.08 -7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - ) - (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)))) - ) - ) - ) - ) - - - (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" - (at 13.97 24.13 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 825c70b0-4860-42b7-97dc-86bfa46e06fd) - ) - - (symbol (lib_id "74xx:74LS02") (at 63.5 50.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f32dad4) - (property "Reference" "U1" (at 63.5 42.545 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS02" (at 63.5 44.8564 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 63.5 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls02" (at 63.5 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "" (at 63.5 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c50a0deb-6e72-4137-92d6-9f84151d3368)) - (pin "2" (uuid b34d2428-3790-469f-a164-90d4d8365551)) - (pin "3" (uuid 0eab5fc0-497d-4743-b723-fb5762aa19d9)) - (pin "4" (uuid 5a8224dc-62d8-44d9-8b49-23f7f963ad07)) - (pin "5" (uuid 7ba7d179-330a-4a64-8d0c-347dba5d20fa)) - (pin "6" (uuid b3f82727-e33c-45dd-80bf-daa5611204d7)) - (pin "10" (uuid a7199e6f-20b8-41c3-b439-78e617a50234)) - (pin "8" (uuid 41187be9-e868-48c7-ad2a-5b33eb6c994e)) - (pin "9" (uuid 9b48b918-25e4-4ba3-a391-c3c3f55321cc)) - (pin "11" (uuid fb1b91da-e2ca-4f11-9105-d1f2d04ab360)) - (pin "12" (uuid abdc8616-615d-4170-b6c3-d3615abb4b9d)) - (pin "13" (uuid d2edcbec-0f84-42a4-b50f-18c788197e9c)) - (pin "14" (uuid 41173c1b-4f05-44e6-ae6d-2bafeba642da)) - (pin "7" (uuid 80360610-1bb6-476c-8f35-6f104ac9a2a7)) - (instances - (project "kibom-test-rep" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS02") (at 85.09 50.8 0) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f32f3e6) - (property "Reference" "U1" (at 85.09 42.545 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS02" (at 85.09 44.8564 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 85.09 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls02" (at 85.09 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "" (at 85.09 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3a90c3bd-554a-4051-a37d-6b024cff0e7d)) - (pin "2" (uuid f6324488-0f03-40d4-b438-28537849b0a5)) - (pin "3" (uuid 979080b1-637a-43c0-848f-db8e742ded7d)) - (pin "4" (uuid ab5396f8-427c-4e37-9624-94ce7126d8c1)) - (pin "5" (uuid 82904eec-37cd-48bb-8a9b-a7aecb39bf12)) - (pin "6" (uuid cc7fdda4-1f0b-4447-b8f5-2a7f9266383d)) - (pin "10" (uuid 984b6b14-1874-4adc-b1b8-a7566b57f840)) - (pin "8" (uuid da4f1d5d-a5bb-4a7a-9034-23ac821a0b93)) - (pin "9" (uuid d39e9a55-3b4a-46e1-9c04-f71330825f4e)) - (pin "11" (uuid 609f5f50-cf74-416f-819d-97d813599944)) - (pin "12" (uuid 275c2168-54da-4fc1-ae8a-3aa9f51ca8a8)) - (pin "13" (uuid d2055cf3-97ec-4622-b0ea-cfadb65bdb09)) - (pin "14" (uuid ee43f277-3c31-4add-bf1d-a022477d0928)) - (pin "7" (uuid e6dc02ea-40b8-49ca-b3ec-fcf242c5f7a7)) - (instances - (project "kibom-test-rep" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "U1") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS02") (at 63.5 67.31 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f3307f3) - (property "Reference" "U1" (at 63.5 59.055 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS02" (at 63.5 61.3664 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 63.5 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls02" (at 63.5 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "" (at 63.5 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1a736574-a5a9-452c-8d5d-f9d35ccc1b92)) - (pin "2" (uuid 88cfb780-d39e-4e55-a54d-3b026ed76aea)) - (pin "3" (uuid 7ab287a7-9436-4719-ac15-c0d0dc71e221)) - (pin "4" (uuid 0b1de7dc-b602-4645-a910-a02c3ad5c569)) - (pin "5" (uuid 4e0dd09a-d5a1-43c8-83f8-b157ecc6a971)) - (pin "6" (uuid 4211ae0f-5662-4b4a-baaa-7b5dca5ba95a)) - (pin "10" (uuid 8845a9b5-70de-4703-abef-0cf4642e6f81)) - (pin "8" (uuid cb954d42-6d14-4372-b37e-7decf062cf0f)) - (pin "9" (uuid 25776cc1-7f0c-4ab5-874e-b6a84e2abf50)) - (pin "11" (uuid db541e31-e746-46dc-bb79-f3fd16444b62)) - (pin "12" (uuid b951d955-1b12-46b1-a27a-362d572f3365)) - (pin "13" (uuid 8f71b03b-a06a-42d9-89f8-f6e56f284e7f)) - (pin "14" (uuid d3f72f48-c742-4768-a30d-efa96899f7dd)) - (pin "7" (uuid ecc31c22-8ca3-4104-94d8-bda61bad26a4)) - (instances - (project "kibom-test-rep" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "U1") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS02") (at 85.09 67.31 0) (unit 4) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f3307fd) - (property "Reference" "U1" (at 85.09 59.055 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS02" (at 85.09 61.3664 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 85.09 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls02" (at 85.09 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "" (at 85.09 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d31b21aa-27d7-46e8-8f2b-f7db1ba262c8)) - (pin "2" (uuid 25d2703e-c236-4acc-9e6e-04c58a8fc2e8)) - (pin "3" (uuid c285b973-242a-47c0-af31-05b2ab71148e)) - (pin "4" (uuid acc862e4-7a03-4204-8f03-004b74a5586a)) - (pin "5" (uuid fe373f1f-14bf-40e3-a523-f78100bc3d35)) - (pin "6" (uuid 35347d08-c514-4c93-bcf0-0f568ba5d87b)) - (pin "10" (uuid 6ae7857e-a0bb-4fdb-8896-25e1d1304df0)) - (pin "8" (uuid 1248932d-f9bc-4c97-a512-940c2e887fee)) - (pin "9" (uuid d03ffe31-ea39-459b-b922-c57a762e0ae2)) - (pin "11" (uuid ea3f88c9-2f36-4ec1-b651-5158d8c3c070)) - (pin "12" (uuid 9e0abe11-241b-49a2-ad21-70c3a000f192)) - (pin "13" (uuid 7f435098-d85b-42cc-8461-7690d9182834)) - (pin "14" (uuid 9620e916-6ee1-451f-b80b-e10325060255)) - (pin "7" (uuid 722aeb1c-8cc6-41f5-a1d4-815a1b14d22b)) - (instances - (project "kibom-test-rep" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "U1") (unit 4) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 106.68 50.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f331beb) - (property "Reference" "R1" (at 108.458 49.6316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "DNC" (at 108.458 51.943 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 104.902 50.8 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 106.68 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 606bb9bc-67d1-4898-a423-ea9949091f2d)) - (pin "2" (uuid 63366297-a190-439b-8711-6ce9e9937b83)) - (instances - (project "kibom-test-rep" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 106.68 69.85 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f331e0b) - (property "Reference" "R3" (at 108.458 68.6816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "DNF" (at 108.458 70.993 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 104.902 69.85 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 106.68 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNF,DNC" (at 106.68 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 36bb7cc5-40f2-497a-925f-69375e509408)) - (pin "2" (uuid 26f634e2-78b5-4173-b794-737266de1951)) - (instances - (project "kibom-test-rep" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 106.68 59.69 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f3321e0) - (property "Reference" "R2" (at 108.458 58.5216 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "100" (at 108.458 60.833 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 104.902 59.69 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 106.68 59.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNF,DNC" (at 106.68 59.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 51affb03-86b5-4657-a377-656a0b0fa718)) - (pin "2" (uuid 34e8f9ed-8952-497d-a880-7755f58f2aca)) - (instances - (project "kibom-test-rep" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS02") (at 73.66 91.44 0) (unit 5) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f336bff) - (property "Reference" "U1" (at 79.502 90.2716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "74LS02" (at 79.502 92.583 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 73.66 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls02" (at 73.66 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "" (at 73.66 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d6f9f013-e0c0-49bc-952b-0ddd5724b738)) - (pin "2" (uuid 28631cbc-bb86-4380-8a1f-cec29b01f077)) - (pin "3" (uuid 6da5a8c5-447f-4ad0-ac67-2d075cac79af)) - (pin "4" (uuid 3a17023a-3dcb-4fb6-9abb-fdd473bc082d)) - (pin "5" (uuid b47b32d1-c6d4-4c9d-80d0-b86ef973ff53)) - (pin "6" (uuid a4f37f29-8b36-4c89-848d-34c5709db80f)) - (pin "10" (uuid 731114e2-549b-419f-8d63-9beee53c2a52)) - (pin "8" (uuid 7cfb8518-a773-4707-8333-c947dc8ee080)) - (pin "9" (uuid 0134882f-3d23-4b5d-b013-9d7debdc3134)) - (pin "11" (uuid 8114b9c3-f70a-4520-8f53-1efe44acedb5)) - (pin "12" (uuid 68c1b086-cbbb-4e65-b0be-3eda0faef0d6)) - (pin "13" (uuid b334848f-451f-4cd1-a785-f959943c1193)) - (pin "14" (uuid 2b586e14-22cd-4c20-8969-51f54accd3f7)) - (pin "7" (uuid 106b8ae8-4aa5-4a86-82b9-dd5ec7d2c018)) - (instances - (project "kibom-test-rep" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "U1") (unit 5) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "74xx:74LS02" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS02" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls02" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "quad 2-input NOR gate" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "TTL Nor2" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SO14* DIP*W7.62mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "74LS02_1_1" + (arc + (start -3.81 -3.81) + (mid -2.589 0) + (end -3.81 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.6096 -3.81) + (mid 2.1842 -2.5851) + (end 3.81 0) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -0.635 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -0.635 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.635 3.81) (xy -3.81 3.81) (xy -3.81 3.81) (xy -3.556 3.4036) (xy -3.0226 2.2606) (xy -2.6924 1.0414) + (xy -2.6162 -0.254) (xy -2.7686 -1.4986) (xy -3.175 -2.7178) (xy -3.81 -3.81) (xy -3.81 -3.81) + (xy -0.635 -3.81) + ) + (stroke + (width -25.4) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start 3.81 0) + (mid 2.1915 2.5936) + (end -0.6096 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS02_1_2" + (arc + (start 0 -3.81) + (mid 3.7934 0) + (end 0 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy -3.81 3.81) (xy -3.81 -3.81) (xy 0 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 -2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS02_2_1" + (arc + (start -3.81 -3.81) + (mid -2.589 0) + (end -3.81 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.6096 -3.81) + (mid 2.1842 -2.5851) + (end 3.81 0) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -0.635 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -0.635 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.635 3.81) (xy -3.81 3.81) (xy -3.81 3.81) (xy -3.556 3.4036) (xy -3.0226 2.2606) (xy -2.6924 1.0414) + (xy -2.6162 -0.254) (xy -2.7686 -1.4986) (xy -3.175 -2.7178) (xy -3.81 -3.81) (xy -3.81 -3.81) + (xy -0.635 -3.81) + ) + (stroke + (width -25.4) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start 3.81 0) + (mid 2.1915 2.5936) + (end -0.6096 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS02_2_2" + (arc + (start 0 -3.81) + (mid 3.7934 0) + (end 0 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy -3.81 3.81) (xy -3.81 -3.81) (xy 0 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 -2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS02_3_1" + (arc + (start -3.81 -3.81) + (mid -2.589 0) + (end -3.81 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.6096 -3.81) + (mid 2.1842 -2.5851) + (end 3.81 0) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -0.635 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -0.635 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.635 3.81) (xy -3.81 3.81) (xy -3.81 3.81) (xy -3.556 3.4036) (xy -3.0226 2.2606) (xy -2.6924 1.0414) + (xy -2.6162 -0.254) (xy -2.7686 -1.4986) (xy -3.175 -2.7178) (xy -3.81 -3.81) (xy -3.81 -3.81) + (xy -0.635 -3.81) + ) + (stroke + (width -25.4) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start 3.81 0) + (mid 2.1915 2.5936) + (end -0.6096 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS02_3_2" + (arc + (start 0 -3.81) + (mid 3.7934 0) + (end 0 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy -3.81 3.81) (xy -3.81 -3.81) (xy 0 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 -2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS02_4_1" + (arc + (start -3.81 -3.81) + (mid -2.589 0) + (end -3.81 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.6096 -3.81) + (mid 2.1842 -2.5851) + (end 3.81 0) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -0.635 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -0.635 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.635 3.81) (xy -3.81 3.81) (xy -3.81 3.81) (xy -3.556 3.4036) (xy -3.0226 2.2606) (xy -2.6924 1.0414) + (xy -2.6162 -0.254) (xy -2.7686 -1.4986) (xy -3.175 -2.7178) (xy -3.81 -3.81) (xy -3.81 -3.81) + (xy -0.635 -3.81) + ) + (stroke + (width -25.4) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start 3.81 0) + (mid 2.1915 2.5936) + (end -0.6096 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS02_4_2" + (arc + (start 0 -3.81) + (mid 3.7934 0) + (end 0 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy -3.81 3.81) (xy -3.81 -3.81) (xy 0 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input inverted + (at -7.62 2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 -2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS02_5_0" + (pin power_in line + (at 0 12.7 270) + (length 5.08) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -12.7 90) + (length 5.08) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS02_5_1" + (rectangle + (start -5.08 7.62) + (end 5.08 -7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" + (exclude_from_sim no) + (at 13.97 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "825c70b0-4860-42b7-97dc-86bfa46e06fd") + ) + (symbol + (lib_id "74xx:74LS02") + (at 63.5 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f32dad4") + (property "Reference" "U1" + (at 63.5 42.545 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS02" + (at 63.5 44.8564 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 63.5 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls02" + (at 63.5 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "" + (at 63.5 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c50a0deb-6e72-4137-92d6-9f84151d3368") + ) + (pin "2" + (uuid "b34d2428-3790-469f-a164-90d4d8365551") + ) + (pin "3" + (uuid "0eab5fc0-497d-4743-b723-fb5762aa19d9") + ) + (pin "4" + (uuid "5a8224dc-62d8-44d9-8b49-23f7f963ad07") + ) + (pin "5" + (uuid "7ba7d179-330a-4a64-8d0c-347dba5d20fa") + ) + (pin "6" + (uuid "b3f82727-e33c-45dd-80bf-daa5611204d7") + ) + (pin "10" + (uuid "a7199e6f-20b8-41c3-b439-78e617a50234") + ) + (pin "8" + (uuid "41187be9-e868-48c7-ad2a-5b33eb6c994e") + ) + (pin "9" + (uuid "9b48b918-25e4-4ba3-a391-c3c3f55321cc") + ) + (pin "11" + (uuid "fb1b91da-e2ca-4f11-9105-d1f2d04ab360") + ) + (pin "12" + (uuid "abdc8616-615d-4170-b6c3-d3615abb4b9d") + ) + (pin "13" + (uuid "d2edcbec-0f84-42a4-b50f-18c788197e9c") + ) + (pin "14" + (uuid "41173c1b-4f05-44e6-ae6d-2bafeba642da") + ) + (pin "7" + (uuid "80360610-1bb6-476c-8f35-6f104ac9a2a7") + ) + (instances + (project "kibom-test-rep" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS02") + (at 85.09 50.8 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f32f3e6") + (property "Reference" "U1" + (at 85.09 42.545 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS02" + (at 85.09 44.8564 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 85.09 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls02" + (at 85.09 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 85.09 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "" + (at 85.09 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3a90c3bd-554a-4051-a37d-6b024cff0e7d") + ) + (pin "2" + (uuid "f6324488-0f03-40d4-b438-28537849b0a5") + ) + (pin "3" + (uuid "979080b1-637a-43c0-848f-db8e742ded7d") + ) + (pin "4" + (uuid "ab5396f8-427c-4e37-9624-94ce7126d8c1") + ) + (pin "5" + (uuid "82904eec-37cd-48bb-8a9b-a7aecb39bf12") + ) + (pin "6" + (uuid "cc7fdda4-1f0b-4447-b8f5-2a7f9266383d") + ) + (pin "10" + (uuid "984b6b14-1874-4adc-b1b8-a7566b57f840") + ) + (pin "8" + (uuid "da4f1d5d-a5bb-4a7a-9034-23ac821a0b93") + ) + (pin "9" + (uuid "d39e9a55-3b4a-46e1-9c04-f71330825f4e") + ) + (pin "11" + (uuid "609f5f50-cf74-416f-819d-97d813599944") + ) + (pin "12" + (uuid "275c2168-54da-4fc1-ae8a-3aa9f51ca8a8") + ) + (pin "13" + (uuid "d2055cf3-97ec-4622-b0ea-cfadb65bdb09") + ) + (pin "14" + (uuid "ee43f277-3c31-4add-bf1d-a022477d0928") + ) + (pin "7" + (uuid "e6dc02ea-40b8-49ca-b3ec-fcf242c5f7a7") + ) + (instances + (project "kibom-test-rep" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "U1") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS02") + (at 63.5 67.31 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f3307f3") + (property "Reference" "U1" + (at 63.5 59.055 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS02" + (at 63.5 61.3664 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 63.5 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls02" + (at 63.5 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "" + (at 63.5 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1a736574-a5a9-452c-8d5d-f9d35ccc1b92") + ) + (pin "2" + (uuid "88cfb780-d39e-4e55-a54d-3b026ed76aea") + ) + (pin "3" + (uuid "7ab287a7-9436-4719-ac15-c0d0dc71e221") + ) + (pin "4" + (uuid "0b1de7dc-b602-4645-a910-a02c3ad5c569") + ) + (pin "5" + (uuid "4e0dd09a-d5a1-43c8-83f8-b157ecc6a971") + ) + (pin "6" + (uuid "4211ae0f-5662-4b4a-baaa-7b5dca5ba95a") + ) + (pin "10" + (uuid "8845a9b5-70de-4703-abef-0cf4642e6f81") + ) + (pin "8" + (uuid "cb954d42-6d14-4372-b37e-7decf062cf0f") + ) + (pin "9" + (uuid "25776cc1-7f0c-4ab5-874e-b6a84e2abf50") + ) + (pin "11" + (uuid "db541e31-e746-46dc-bb79-f3fd16444b62") + ) + (pin "12" + (uuid "b951d955-1b12-46b1-a27a-362d572f3365") + ) + (pin "13" + (uuid "8f71b03b-a06a-42d9-89f8-f6e56f284e7f") + ) + (pin "14" + (uuid "d3f72f48-c742-4768-a30d-efa96899f7dd") + ) + (pin "7" + (uuid "ecc31c22-8ca3-4104-94d8-bda61bad26a4") + ) + (instances + (project "kibom-test-rep" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "U1") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS02") + (at 85.09 67.31 0) + (unit 4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f3307fd") + (property "Reference" "U1" + (at 85.09 59.055 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS02" + (at 85.09 61.3664 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 85.09 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls02" + (at 85.09 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 85.09 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "" + (at 85.09 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d31b21aa-27d7-46e8-8f2b-f7db1ba262c8") + ) + (pin "2" + (uuid "25d2703e-c236-4acc-9e6e-04c58a8fc2e8") + ) + (pin "3" + (uuid "c285b973-242a-47c0-af31-05b2ab71148e") + ) + (pin "4" + (uuid "acc862e4-7a03-4204-8f03-004b74a5586a") + ) + (pin "5" + (uuid "fe373f1f-14bf-40e3-a523-f78100bc3d35") + ) + (pin "6" + (uuid "35347d08-c514-4c93-bcf0-0f568ba5d87b") + ) + (pin "10" + (uuid "6ae7857e-a0bb-4fdb-8896-25e1d1304df0") + ) + (pin "8" + (uuid "1248932d-f9bc-4c97-a512-940c2e887fee") + ) + (pin "9" + (uuid "d03ffe31-ea39-459b-b922-c57a762e0ae2") + ) + (pin "11" + (uuid "ea3f88c9-2f36-4ec1-b651-5158d8c3c070") + ) + (pin "12" + (uuid "9e0abe11-241b-49a2-ad21-70c3a000f192") + ) + (pin "13" + (uuid "7f435098-d85b-42cc-8461-7690d9182834") + ) + (pin "14" + (uuid "9620e916-6ee1-451f-b80b-e10325060255") + ) + (pin "7" + (uuid "722aeb1c-8cc6-41f5-a1d4-815a1b14d22b") + ) + (instances + (project "kibom-test-rep" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "U1") + (unit 4) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 106.68 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f331beb") + (property "Reference" "R1" + (at 108.458 49.6316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "DNC" + (at 108.458 51.943 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 104.902 50.8 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 106.68 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "606bb9bc-67d1-4898-a423-ea9949091f2d") + ) + (pin "2" + (uuid "63366297-a190-439b-8711-6ce9e9937b83") + ) + (instances + (project "kibom-test-rep" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 106.68 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f331e0b") + (property "Reference" "R3" + (at 108.458 68.6816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "DNF" + (at 108.458 70.993 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 104.902 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 106.68 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNF,DNC" + (at 106.68 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "36bb7cc5-40f2-497a-925f-69375e509408") + ) + (pin "2" + (uuid "26f634e2-78b5-4173-b794-737266de1951") + ) + (instances + (project "kibom-test-rep" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 106.68 59.69 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f3321e0") + (property "Reference" "R2" + (at 108.458 58.5216 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100" + (at 108.458 60.833 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 104.902 59.69 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 106.68 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNF,DNC" + (at 106.68 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "51affb03-86b5-4657-a377-656a0b0fa718") + ) + (pin "2" + (uuid "34e8f9ed-8952-497d-a880-7755f58f2aca") + ) + (instances + (project "kibom-test-rep" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS02") + (at 73.66 91.44 0) + (unit 5) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f336bff") + (property "Reference" "U1" + (at 79.502 90.2716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "74LS02" + (at 79.502 92.583 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 73.66 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls02" + (at 73.66 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 73.66 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "" + (at 73.66 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d6f9f013-e0c0-49bc-952b-0ddd5724b738") + ) + (pin "2" + (uuid "28631cbc-bb86-4380-8a1f-cec29b01f077") + ) + (pin "3" + (uuid "6da5a8c5-447f-4ad0-ac67-2d075cac79af") + ) + (pin "4" + (uuid "3a17023a-3dcb-4fb6-9abb-fdd473bc082d") + ) + (pin "5" + (uuid "b47b32d1-c6d4-4c9d-80d0-b86ef973ff53") + ) + (pin "6" + (uuid "a4f37f29-8b36-4c89-848d-34c5709db80f") + ) + (pin "10" + (uuid "731114e2-549b-419f-8d63-9beee53c2a52") + ) + (pin "8" + (uuid "7cfb8518-a773-4707-8333-c947dc8ee080") + ) + (pin "9" + (uuid "0134882f-3d23-4b5d-b013-9d7debdc3134") + ) + (pin "11" + (uuid "8114b9c3-f70a-4520-8f53-1efe44acedb5") + ) + (pin "12" + (uuid "68c1b086-cbbb-4e65-b0be-3eda0faef0d6") + ) + (pin "13" + (uuid "b334848f-451f-4cd1-a785-f959943c1193") + ) + (pin "14" + (uuid "2b586e14-22cd-4c20-8969-51f54accd3f7") + ) + (pin "7" + (uuid "106b8ae8-4aa5-4a86-82b9-dd5ec7d2c018") + ) + (instances + (project "kibom-test-rep" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "U1") + (unit 5) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-test.kicad_sch b/tests/board_samples/kicad_8/kibom-test.kicad_sch index 6190475fd..6059626b3 100644 --- a/tests/board_samples/kicad_8/kibom-test.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-test.kicad_sch @@ -1,500 +1,1285 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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)))) - ) - ) - ) - ) - - - (text "3 x 4K7 resistors in 0603 package" (at 88.9 92.71 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 0d35483a-0b12-46cc-b9f2-896fd6831779) - ) - (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" - (at 13.97 24.13 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 4e66a44f-7fa6-4e16-bf9b-62ec864301a5) - ) - (text "5 x 10K resistors in 0805 package" (at 88.9 64.77 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 6199bec7-e7eb-4ae0-b9ec-c563e157d635) - ) - (text "3 x 4K7 resistors in 0805 package\nNote: Values are identical even if specified differently" - (at 88.9 80.01 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 9a9f2d82-f64d-4264-8bec-c182528fc4de) - ) - - (symbol (lib_id "Device:R") (at 55.88 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a2873) - (property "Reference" "R1" (at 57.912 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 55.88 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6c9aaaba-b9a5-4111-8987-89315ec6be88)) - (pin "2" (uuid 0f924b75-883b-4726-a9f0-fbdae6b526a3)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a330d) - (property "Reference" "R2" (at 65.532 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 63.5 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 230e039b-1200-49f4-9764-81cfdd0b465a)) - (pin "2" (uuid 4bb6aa50-20a8-40c0-9694-aa4503d2e061)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a35e1) - (property "Reference" "R3" (at 71.882 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 69.85 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 19a78422-b95d-4f86-b628-f6242f9aacfd)) - (pin "2" (uuid 161f5455-8297-4c70-b65c-7a745abba5c6)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 76.2 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a37b2) - (property "Reference" "R4" (at 78.232 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 76.2 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 74.422 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 82e15225-a105-45b2-84d4-4b70931897e0)) - (pin "2" (uuid 3af48b74-9eb6-4a31-be66-715160acfc85)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 82.55 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a39eb) - (property "Reference" "R5" (at 84.582 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 82.55 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 80.772 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 82.55 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3074fade-b34d-479b-8200-fadd967b837d)) - (pin "2" (uuid a5da963a-270f-4c3d-a079-114d8eef79b7)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a3ca0) - (property "Reference" "R6" (at 57.912 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4K7" (at 55.88 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNF" (at 55.88 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5be841dc-3b4a-40c9-969b-e11a4fb210b2)) - (pin "2" (uuid fcd8b1c2-0644-4e8e-b5df-9c237120459f)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a3f38) - (property "Reference" "R7" (at 65.532 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4700" (at 63.5 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.google.com/" (at 63.5 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNC" (at 63.5 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5aee846a-8592-4b29-bd9b-9c316ee83d69)) - (pin "2" (uuid bb5372f2-1ad0-4a4d-b4cb-b3226f0cfcbd)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 78.74 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a4181) - (property "Reference" "R8" (at 71.882 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4.7K" (at 69.85 78.74 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 78.74 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b7ea6100-ff11-4609-86f6-89b95a0d171e)) - (pin "2" (uuid b8a5679e-0824-4fd4-bd37-515f1c75fd73)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 92.71 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a448b) - (property "Reference" "R9" (at 57.912 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4K7" (at 55.88 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 54.102 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 35505c17-306b-4361-9895-a67ced902f2d)) - (pin "2" (uuid 0db9632a-21af-4acb-9c05-e041f8c89b3a)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 92.71 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a491a) - (property "Reference" "R10" (at 65.532 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4K7" (at 63.5 92.71 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 61.722 92.71 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b93d027f-21f6-4fc9-ad3f-317eded6973b)) - (pin "2" (uuid 395df0a5-800c-4cca-a0f1-3ad76d2e76ca)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 168.91 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a62cc) - (property "Reference" "C1" (at 169.545 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10nF" (at 169.545 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 169.8752 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "This is a long text, wrap check" (at 168.91 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 675b2a1e-1d1e-4f5b-91f1-23d348015a92)) - (pin "2" (uuid 97823ebb-0711-4a96-9596-e1b6f4baec60)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 179.07 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a6854) - (property "Reference" "C2" (at 179.705 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10n" (at 179.705 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 180.0352 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 179.07 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 047cf595-1972-4c2a-a70b-65489a060f88)) - (pin "2" (uuid 23708b85-adf5-4cbf-a4c4-69f9be2b941b)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 189.23 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a6a34) - (property "Reference" "C3" (at 189.865 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.01uF" (at 189.865 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 190.1952 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 189.23 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8ef140e1-a86a-45e5-8f2c-e06066832fcb)) - (pin "2" (uuid 623a95d3-92aa-43fc-bfb7-1927169d4600)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 200.66 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a6cb6) - (property "Reference" "C4" (at 201.295 62.23 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.01uf" (at 201.295 67.31 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 201.6252 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 200.66 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid afaec224-6eb9-4aa4-acce-937066a89442)) - (pin "2" (uuid fbe4ca78-db1d-425c-822e-cbaf51a10d48)) - (instances - (project "kibom-test" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (text "3 x 4K7 resistors in 0603 package" + (exclude_from_sim no) + (at 88.9 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0d35483a-0b12-46cc-b9f2-896fd6831779") + ) + (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" + (exclude_from_sim no) + (at 13.97 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "4e66a44f-7fa6-4e16-bf9b-62ec864301a5") + ) + (text "5 x 10K resistors in 0805 package" + (exclude_from_sim no) + (at 88.9 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6199bec7-e7eb-4ae0-b9ec-c563e157d635") + ) + (text "3 x 4K7 resistors in 0805 package\nNote: Values are identical even if specified differently" + (exclude_from_sim no) + (at 88.9 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9a9f2d82-f64d-4264-8bec-c182528fc4de") + ) + (symbol + (lib_id "Device:R") + (at 55.88 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a2873") + (property "Reference" "R1" + (at 57.912 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 55.88 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6c9aaaba-b9a5-4111-8987-89315ec6be88") + ) + (pin "2" + (uuid "0f924b75-883b-4726-a9f0-fbdae6b526a3") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a330d") + (property "Reference" "R2" + (at 65.532 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 63.5 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "230e039b-1200-49f4-9764-81cfdd0b465a") + ) + (pin "2" + (uuid "4bb6aa50-20a8-40c0-9694-aa4503d2e061") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a35e1") + (property "Reference" "R3" + (at 71.882 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 69.85 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "19a78422-b95d-4f86-b628-f6242f9aacfd") + ) + (pin "2" + (uuid "161f5455-8297-4c70-b65c-7a745abba5c6") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a37b2") + (property "Reference" "R4" + (at 78.232 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 76.2 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 74.422 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "82e15225-a105-45b2-84d4-4b70931897e0") + ) + (pin "2" + (uuid "3af48b74-9eb6-4a31-be66-715160acfc85") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 82.55 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a39eb") + (property "Reference" "R5" + (at 84.582 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 82.55 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 80.772 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 82.55 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 82.55 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3074fade-b34d-479b-8200-fadd967b837d") + ) + (pin "2" + (uuid "a5da963a-270f-4c3d-a079-114d8eef79b7") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a3ca0") + (property "Reference" "R6" + (at 57.912 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4K7" + (at 55.88 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNF" + (at 55.88 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5be841dc-3b4a-40c9-969b-e11a4fb210b2") + ) + (pin "2" + (uuid "fcd8b1c2-0644-4e8e-b5df-9c237120459f") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a3f38") + (property "Reference" "R7" + (at 65.532 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4700" + (at 63.5 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.google.com/" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNC" + (at 63.5 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5aee846a-8592-4b29-bd9b-9c316ee83d69") + ) + (pin "2" + (uuid "bb5372f2-1ad0-4a4d-b4cb-b3226f0cfcbd") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 78.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a4181") + (property "Reference" "R8" + (at 71.882 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7K" + (at 69.85 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 78.74 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b7ea6100-ff11-4609-86f6-89b95a0d171e") + ) + (pin "2" + (uuid "b8a5679e-0824-4fd4-bd37-515f1c75fd73") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a448b") + (property "Reference" "R9" + (at 57.912 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4K7" + (at 55.88 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 54.102 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "35505c17-306b-4361-9895-a67ced902f2d") + ) + (pin "2" + (uuid "0db9632a-21af-4acb-9c05-e041f8c89b3a") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 92.71 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a491a") + (property "Reference" "R10" + (at 65.532 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4K7" + (at 63.5 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 61.722 92.71 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b93d027f-21f6-4fc9-ad3f-317eded6973b") + ) + (pin "2" + (uuid "395df0a5-800c-4cca-a0f1-3ad76d2e76ca") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 168.91 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a62cc") + (property "Reference" "C1" + (at 169.545 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10nF" + (at 169.545 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 169.8752 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "This is a long text, wrap check" + (at 168.91 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 168.91 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "675b2a1e-1d1e-4f5b-91f1-23d348015a92") + ) + (pin "2" + (uuid "97823ebb-0711-4a96-9596-e1b6f4baec60") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 179.07 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6854") + (property "Reference" "C2" + (at 179.705 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10n" + (at 179.705 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 180.0352 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 179.07 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "047cf595-1972-4c2a-a70b-65489a060f88") + ) + (pin "2" + (uuid "23708b85-adf5-4cbf-a4c4-69f9be2b941b") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 189.23 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6a34") + (property "Reference" "C3" + (at 189.865 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.01uF" + (at 189.865 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 190.1952 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 189.23 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8ef140e1-a86a-45e5-8f2c-e06066832fcb") + ) + (pin "2" + (uuid "623a95d3-92aa-43fc-bfb7-1927169d4600") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 200.66 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a6cb6") + (property "Reference" "C4" + (at 201.295 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.01uf" + (at 201.295 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 201.6252 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 200.66 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 200.66 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "afaec224-6eb9-4aa4-acce-937066a89442") + ) + (pin "2" + (uuid "fbe4ca78-db1d-425c-822e-cbaf51a10d48") + ) + (instances + (project "kibom-test" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-variant_2.kicad_sch b/tests/board_samples/kicad_8/kibom-variant_2.kicad_sch index e17a29c18..fb6287cf7 100644 --- a/tests/board_samples/kicad_8/kibom-variant_2.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-variant_2.kicad_sch @@ -1,238 +1,611 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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)))) - ) - ) - ) - ) - - - (text "This schematic serves as a test-file for the KiBot export script.\n" - (at 12.7 15.24 0) - (effects (font (size 2.0066 2.0066)) (justify left bottom)) - (uuid 646d9e91-59b4-4865-a2fc-29780ed32563) - ) - (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X X\nR1 X X X\nR2 X X\n" - (at 151.13 66.04 0) - (effects (font (size 2.9972 2.9972)) (justify left bottom)) - (uuid 99030c03-63b4-49ba-b5ab-4d56974f7963) - ) - - (symbol (lib_id "Device:C") (at 25.4 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43bec2) - (property "Reference" "C1" (at 28.321 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (at 28.321 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 26.3652 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "-production,+test" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 06555ac3-0ee6-4a86-ad0c-e09cac2dcd90)) - (pin "2" (uuid 0e70e462-56bb-4e9b-b060-51e913ae478e)) - (instances - (project "kibom-variant_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 36.83 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43ce1c) - (property "Reference" "C2" (at 39.751 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000 pF" (at 39.751 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 37.7952 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "+production,+test" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b6fdfb81-c406-4c88-ae0b-ee646ef2d740)) - (pin "2" (uuid 28200062-4f55-4fa7-a570-28e2ab274545)) - (instances - (project "kibom-variant_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 53.34 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d144) - (property "Reference" "R1" (at 55.118 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 55.118 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 51.562 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "test:Value" "3k3" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 71b25962-3bdb-41b6-8555-b03d1677ed65)) - (pin "2" (uuid 3c65acc2-e8fe-49eb-a1b1-0df75c185195)) - (instances - (project "kibom-variant_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d4bb) - (property "Reference" "R2" (at 65.278 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000" (at 65.278 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 61.722 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "-test" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d34385b1-fadf-4359-a8b1-59e02579d7e5)) - (pin "2" (uuid 43c60605-74b4-4257-83a1-c4affa06551c)) - (instances - (project "kibom-variant_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (text "This schematic serves as a test-file for the KiBot export script.\n" + (exclude_from_sim no) + (at 12.7 15.24 0) + (effects + (font + (size 2.0066 2.0066) + ) + (justify left bottom) + ) + (uuid "646d9e91-59b4-4865-a2fc-29780ed32563") + ) + (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X X\nR1 X X X\nR2 X X\n" + (exclude_from_sim no) + (at 151.13 66.04 0) + (effects + (font + (size 2.9972 2.9972) + ) + (justify left bottom) + ) + (uuid "99030c03-63b4-49ba-b5ab-4d56974f7963") + ) + (symbol + (lib_id "Device:C") + (at 25.4 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43bec2") + (property "Reference" "C1" + (at 28.321 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 28.321 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 26.3652 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "-production,+test" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "06555ac3-0ee6-4a86-ad0c-e09cac2dcd90") + ) + (pin "2" + (uuid "0e70e462-56bb-4e9b-b060-51e913ae478e") + ) + (instances + (project "kibom-variant_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 36.83 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43ce1c") + (property "Reference" "C2" + (at 39.751 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000 pF" + (at 39.751 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 37.7952 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "+production,+test" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b6fdfb81-c406-4c88-ae0b-ee646ef2d740") + ) + (pin "2" + (uuid "28200062-4f55-4fa7-a570-28e2ab274545") + ) + (instances + (project "kibom-variant_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 53.34 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d144") + (property "Reference" "R1" + (at 55.118 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 55.118 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 51.562 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "test:Value" "3k3" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "71b25962-3bdb-41b6-8555-b03d1677ed65") + ) + (pin "2" + (uuid "3c65acc2-e8fe-49eb-a1b1-0df75c185195") + ) + (instances + (project "kibom-variant_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d4bb") + (property "Reference" "R2" + (at 65.278 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000" + (at 65.278 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 61.722 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "-test" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d34385b1-fadf-4359-a8b1-59e02579d7e5") + ) + (pin "2" + (uuid "43c60605-74b4-4257-83a1-c4affa06551c") + ) + (instances + (project "kibom-variant_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-variant_2c.kicad_sch b/tests/board_samples/kicad_8/kibom-variant_2c.kicad_sch index f5ce4c52a..6f68acefc 100644 --- a/tests/board_samples/kicad_8/kibom-variant_2c.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-variant_2c.kicad_sch @@ -1,307 +1,818 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiCost Test Schematic") - (date "2021-04-06") - (rev "A") - (company "INTI - MyNT") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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)))) - ) - ) - ) - ) - - - (text "This schematic serves as a test-file for the KiBot export script.\n" - (at 12.7 15.24 0) - (effects (font (size 2.0066 2.0066)) (justify left bottom)) - (uuid 646d9e91-59b4-4865-a2fc-29780ed32563) - ) - (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X X\nR1 X X X\nR2 X X\n" - (at 151.13 66.04 0) - (effects (font (size 2.9972 2.9972)) (justify left bottom)) - (uuid 99030c03-63b4-49ba-b5ab-4d56974f7963) - ) - - (symbol (lib_id "Device:C") (at 25.4 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43bec2) - (property "Reference" "C1" (at 28.321 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (at 28.321 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 26.3652 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "-production,+test" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Samsung" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "CL10B102KC8NNNC" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "1276-1131-1-ND" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "20%" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "voltage" "50 V" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "capacitance" "1000pF" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d34385b1-fadf-4359-a8b1-59e02579d7e5)) - (pin "2" (uuid 43c60605-74b4-4257-83a1-c4affa06551c)) - (instances - (project "kibom-variant_2c" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 36.83 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43ce1c) - (property "Reference" "C2" (at 39.751 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000 pF" (at 39.751 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 37.7952 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "+production,+test" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Samsung" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "CL10B102KC8NNNC" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "1276-1131-1-ND" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "voltage" "100 V" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "capacitance" "1000pF" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 98559c04-1edf-4a16-a403-ee803395c189)) - (pin "2" (uuid 198c8220-35a2-4b8b-97eb-1f4e2ae5b6f2)) - (instances - (project "kibom-variant_2c" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 53.34 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d144) - (property "Reference" "R1" (at 55.118 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 55.118 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 51.562 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "test:Value" "3k3" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Bourns" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "CR0603-JW-102ELF" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "CR0603-JW-102ELFCT-ND" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "test:manf#" "CR0603-JW-332ELF" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "test:digikey#" "CR0603-JW-332ELFCT-ND" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "1%" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Resistance" "1000" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 896391fa-77aa-4617-be63-4c92c9128a73)) - (pin "2" (uuid 1a585210-4cd2-4cf8-9787-2016b6bc4329)) - (instances - (project "kibom-variant_2c" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d4bb) - (property "Reference" "R2" (at 65.278 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000" (at 65.278 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 61.722 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "-test" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Bourns" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "CR0603-JW-102ELF" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "CR0603-JW-102ELFCT-ND" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "5%" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Resistance" "1000" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fe29d3b6-92be-4e54-a383-392356bcc809)) - (pin "2" (uuid 5fc03015-6f9b-4e08-9fd5-ba1cb6c63544)) - (instances - (project "kibom-variant_2c" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiCost Test Schematic") + (date "2021-04-06") + (rev "A") + (company "INTI - MyNT") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (text "This schematic serves as a test-file for the KiBot export script.\n" + (exclude_from_sim no) + (at 12.7 15.24 0) + (effects + (font + (size 2.0066 2.0066) + ) + (justify left bottom) + ) + (uuid "646d9e91-59b4-4865-a2fc-29780ed32563") + ) + (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X X\nR1 X X X\nR2 X X\n" + (exclude_from_sim no) + (at 151.13 66.04 0) + (effects + (font + (size 2.9972 2.9972) + ) + (justify left bottom) + ) + (uuid "99030c03-63b4-49ba-b5ab-4d56974f7963") + ) + (symbol + (lib_id "Device:C") + (at 25.4 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43bec2") + (property "Reference" "C1" + (at 28.321 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 28.321 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 26.3652 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "-production,+test" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Samsung" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "CL10B102KC8NNNC" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "1276-1131-1-ND" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "20%" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "voltage" "50 V" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "capacitance" "1000pF" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d34385b1-fadf-4359-a8b1-59e02579d7e5") + ) + (pin "2" + (uuid "43c60605-74b4-4257-83a1-c4affa06551c") + ) + (instances + (project "kibom-variant_2c" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 36.83 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43ce1c") + (property "Reference" "C2" + (at 39.751 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000 pF" + (at 39.751 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 37.7952 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "+production,+test" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Samsung" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "CL10B102KC8NNNC" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "1276-1131-1-ND" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "voltage" "100 V" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "capacitance" "1000pF" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "98559c04-1edf-4a16-a403-ee803395c189") + ) + (pin "2" + (uuid "198c8220-35a2-4b8b-97eb-1f4e2ae5b6f2") + ) + (instances + (project "kibom-variant_2c" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 53.34 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d144") + (property "Reference" "R1" + (at 55.118 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 55.118 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 51.562 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "test:Value" "3k3" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Bourns" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "CR0603-JW-102ELF" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "CR0603-JW-102ELFCT-ND" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "test:manf#" "CR0603-JW-332ELF" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "test:digikey#" "CR0603-JW-332ELFCT-ND" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "1%" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1000" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "896391fa-77aa-4617-be63-4c92c9128a73") + ) + (pin "2" + (uuid "1a585210-4cd2-4cf8-9787-2016b6bc4329") + ) + (instances + (project "kibom-variant_2c" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d4bb") + (property "Reference" "R2" + (at 65.278 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000" + (at 65.278 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 61.722 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "-test" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Bourns" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "CR0603-JW-102ELF" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "CR0603-JW-102ELFCT-ND" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "5%" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Resistance" "1000" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fe29d3b6-92be-4e54-a383-392356bcc809") + ) + (pin "2" + (uuid "5fc03015-6f9b-4e08-9fd5-ba1cb6c63544") + ) + (instances + (project "kibom-variant_2c" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-variant_2c.xml b/tests/board_samples/kicad_8/kibom-variant_2c.xml index 2f17243ea..696c40a6a 100644 --- a/tests/board_samples/kicad_8/kibom-variant_2c.xml +++ b/tests/board_samples/kicad_8/kibom-variant_2c.xml @@ -2,8 +2,8 @@ kibom-variant_2c.kicad_sch - jue 09 feb 2023 07:52:13 - Eeschema 7.0.0-rc2-unknown-rc2+208+g52b07b8bac + 2024-03-05T16:38:57+0000 + Eeschema 8.99.0-47-gb7b64d959f KiCost Test Schematic @@ -28,12 +28,15 @@ 1nF -production,+test - 1000pF - 1276-1131-1-ND Samsung CL10B102KC8NNNC + 1276-1131-1-ND 20% 50 V + 1000pF + + + @@ -43,10 +46,10 @@ - + - + 00000000-0000-0000-0000-00005f43bec2 @@ -54,11 +57,14 @@ 1000 pF +production,+test - 1000pF - 1276-1131-1-ND Samsung CL10B102KC8NNNC + 1276-1131-1-ND 100 V + 1000pF + + + @@ -67,24 +73,27 @@ - + - + 00000000-0000-0000-0000-00005f43ce1c 1k - 1000 - CR0603-JW-102ELFCT-ND + 3k3 Bourns CR0603-JW-102ELF - 3k3 - CR0603-JW-332ELFCT-ND + CR0603-JW-102ELFCT-ND CR0603-JW-332ELF + CR0603-JW-332ELFCT-ND 1% + 1000 + + + @@ -95,10 +104,10 @@ - + - + 00000000-0000-0000-0000-00005f43d144 @@ -106,21 +115,26 @@ 1000 -test - 1000 - CR0603-JW-102ELFCT-ND Bourns CR0603-JW-102ELF + CR0603-JW-102ELFCT-ND + 5% + 1000 + + + + - + - + 00000000-0000-0000-0000-00005f43d4bb @@ -135,7 +149,9 @@ C C + ~ + Unpolarized capacitor @@ -151,7 +167,9 @@ R R + ~ + Resistor @@ -159,11 +177,7 @@ - - - /usr/share/kicad-nightly/symbols//Device.kicad_sym - - + diff --git a/tests/board_samples/kicad_8/kibom-variant_2ds.kicad_sch b/tests/board_samples/kicad_8/kibom-variant_2ds.kicad_sch index e73150774..7a4ef8a0b 100644 --- a/tests/board_samples/kicad_8/kibom-variant_2ds.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-variant_2ds.kicad_sch @@ -1,152 +1,365 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - ) - - - (text "This schematic serves as a test-file for the KiBot export script.\n" - (at 12.7 15.24 0) - (effects (font (size 2.0066 2.0066)) (justify left bottom)) - (uuid 646d9e91-59b4-4865-a2fc-29780ed32563) - ) - (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X\nR1 X X X\nR2 X X\n" - (at 151.13 66.04 0) - (effects (font (size 2.9972 2.9972)) (justify left bottom)) - (uuid 99030c03-63b4-49ba-b5ab-4d56974f7963) - ) - - (symbol (lib_id "Device:C") (at 25.4 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43bec2) - (property "Reference" "C1" (at 28.321 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (at 28.321 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 26.3652 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://localhost:8000/c.pdf" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "-production,+test" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "C0805C102J4GAC7800" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-variant_2ds" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 36.83 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43ce1c) - (property "Reference" "C2" (at 39.751 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000 pF" (at 39.751 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 37.7952 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://localhost:8000/c.pdf" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "+test" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "C0805C102J4GAC7800" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-variant_2ds" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 53.34 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d144) - (property "Reference" "R1" (at 55.118 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 55.118 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 51.562 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://localhost:8000/r.pdf" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "test:Value" "3k3" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "CR0805-JW-102ELF" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-variant_2ds" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d4bb) - (property "Reference" "R2" (at 65.278 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000" (at 65.278 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 61.722 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://localhost:8000/r.pdf" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "-test" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "CR0805-JW-102ELF" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-variant_2ds" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols) + (text "This schematic serves as a test-file for the KiBot export script.\n" + (exclude_from_sim no) + (at 12.7 15.24 0) + (effects + (font + (size 2.0066 2.0066) + ) + (justify left bottom) + ) + (uuid "646d9e91-59b4-4865-a2fc-29780ed32563") + ) + (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X\nR1 X X X\nR2 X X\n" + (exclude_from_sim no) + (at 151.13 66.04 0) + (effects + (font + (size 2.9972 2.9972) + ) + (justify left bottom) + ) + (uuid "99030c03-63b4-49ba-b5ab-4d56974f7963") + ) + (symbol + (lib_id "Device:C") + (at 25.4 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43bec2") + (property "Reference" "C1" + (at 28.321 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 28.321 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 26.3652 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://localhost:8000/c.pdf" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "-production,+test" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "C0805C102J4GAC7800" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-variant_2ds" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 36.83 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43ce1c") + (property "Reference" "C2" + (at 39.751 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000 pF" + (at 39.751 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 37.7952 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://localhost:8000/c.pdf" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "+test" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "C0805C102J4GAC7800" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-variant_2ds" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 53.34 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d144") + (property "Reference" "R1" + (at 55.118 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 55.118 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 51.562 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://localhost:8000/r.pdf" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "test:Value" "3k3" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "CR0805-JW-102ELF" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-variant_2ds" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d4bb") + (property "Reference" "R2" + (at 65.278 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000" + (at 65.278 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 61.722 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://localhost:8000/r.pdf" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "-test" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "CR0805-JW-102ELF" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-variant_2ds" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-variant_3.kicad_pcb b/tests/board_samples/kicad_8/kibom-variant_3.kicad_pcb index e0742c683..3edc53318 100644 --- a/tests/board_samples/kicad_8/kibom-variant_3.kicad_pcb +++ b/tests/board_samples/kicad_8/kibom-variant_3.kicad_pcb @@ -1,384 +1,1333 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0) - (aux_axis_origin 139.89 89.63) - (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 6) - (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-(C1-Pad2)") - (net 2 "Net-(C1-Pad1)") - (net 3 "Net-(C2-Pad2)") - (net 4 "Net-(C2-Pad1)") - (net 5 "Net-(R1-Pad2)") - (net 6 "Net-(R1-Pad1)") - (net 7 "Net-(R2-Pad2)") - (net 8 "Net-(R2-Pad1)") - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f496a58) - (at 137.16 87.63) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005f43bec2") - (attr smd) - (fp_text reference "C1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a17658ae-6bb1-4adb-b6b3-ef4c836b3104) - ) - (fp_text value "1nF" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7a3ff137-c90e-4755-bfaa-61ac4559c1c4) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 610d3dab-96f1-467e-a8bb-982e1a5e28b3) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp b95c9af6-d571-4ff7-aa89-c20d6a5096f9)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 877d03b3-2e6b-4283-8774-f9a3972e5d1b)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 535fb667-3ef5-4c7d-8b0e-f211f4b2598f)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b599469-c7d3-440a-82c3-3fb41a9ddc82)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f815ff74-24a8-400f-8ca4-b5af8d9ae8aa)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68d5b6f4-dbf5-4aa8-9240-b1053c3090c9)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 179b1cfd-2c85-4f43-a5f6-868ca3ed1710)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ffd4eef0-200f-473f-98ef-875ae2710211)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53842113-2eed-4e07-83f9-cf62ab0b8b6b)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09f8738f-4304-4557-bcc0-63f51e2bb272)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6052d8c7-51a2-4347-a770-b463e8004a6a)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 0396208e-a401-46d6-a9d6-4fc5f29a991e)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "Net-(C1-Pad2)") (tstamp c0e176e6-2b65-4e42-ab43-deafd4b2725e)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f496a69) - (at 137.16 90.58) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005f43ce1c") - (attr through_hole) - (fp_text reference "C2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4de8c707-0d2d-4070-9fe2-95aba800da97) - ) - (fp_text value "1000 pF" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1aadc258-dafc-428e-a9e1-059c1ee3bc24) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 210883df-9124-4ab7-9e4d-1d5de0e14436) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp 565df081-bb0e-4272-889c-8883a6cf574f)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f39138bd-8e9c-4749-b1f6-ad562a76c547)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b38aac83-d426-48eb-8136-075909ca0d4a)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfca8046-57f9-4bad-b147-0e4cb641e71b)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 446b00b9-49fb-4d19-99d8-f7dfbf5ba90e)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3bee8b2-8413-4ed0-8a3c-b25a7b938428)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8cd966ec-936a-4a2a-97a1-c162eb60f3e5)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7fc277fd-f98e-4d8c-95fe-9dde488db0c6)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55b19cfa-b606-4080-b04d-dd557256f1ba)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72ae4549-fa18-4dbf-93bb-1305330c71a6)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff6fa4d8-6d22-441b-96c5-4b33ac32fe1e)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "Net-(C2-Pad1)") (tstamp bb444f3e-7d1f-4c82-8eb7-24fddaab885c)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C2-Pad2)") (tstamp 378300c0-8cef-4c8a-8338-6f66311fc3c2)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f496a8b) - (at 141.57 90.58) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f43d4bb") - (attr through_hole) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a16bb11f-1ae1-452b-ab06-c0c0c5550581) - ) - (fp_text value "1000" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8d62e4b1-2b78-479f-8bd0-b822c934ecc5) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp e7acb238-433c-4d0c-9ac5-aada44ae87c6) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp 5e9a445e-d281-40e5-aa88-5a4ca0015602)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f751c07-db61-4fb2-a551-ac48ab965e3e)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77b6adbd-4ea1-4b55-ac32-3d73199bfa37)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bcb3d769-6147-42c5-ad88-f725f9c8e563)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c18e8fe-20b5-44a9-abff-9239aded7a2a)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 321cd77f-700d-4ffc-989c-fc5e37251c36)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff0028a2-d2a5-403f-bb0c-e9daef57d7dd)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df843824-3ab8-4db7-a313-5cb6e638d41e)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a40020d7-ffd1-4386-b107-b0101c1b0ce5)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10ce8a66-bf48-418c-bc77-95fd17a79c81)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c22ae2e3-a19d-4183-bd18-87d52e335b80)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "Net-(R2-Pad1)") (tstamp d82b2b32-b91d-4cb1-86e2-007ccd994e78)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 7 "Net-(R2-Pad2)") (tstamp ba5049a8-ad9a-49c4-997a-84e5c7fdd3d9)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f503c2a) - (at 141.57 87.63) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f43d144") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6a444b7-f4ce-419c-89ef-2cfd5db7a945) - ) - (fp_text value "1k" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 855c640f-0598-43af-83dd-404d817a88f8) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 6d891518-8781-400e-8095-ad01983a9315) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp b6bf2be9-d47d-4982-baf3-f6485d5fc2fa)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f82faa0-e76b-430f-9a3e-124be5e074a2)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47987321-48a0-4e03-bdbc-dad9ea6b9662)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76d0d3ec-964c-4d0d-9433-cb608686da84)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eff8f9e3-70f6-43f8-b054-b752e97ce246)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b02a9d87-40a3-4d0f-ba46-740e56a66166)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2320c397-f9b3-417f-93bc-7684581ff540)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b953df13-a55a-4953-a0fa-5fdc226f66e6)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d794526-beca-4e0a-b441-f09f1366536c)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a32c49f6-0990-4f13-ad49-4db52adad6aa)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 010c6a20-5856-4bad-b771-0fe13323a108)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(R1-Pad1)") (tstamp 3fbca69d-47ae-4671-b766-56ad2b10b635)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "Net-(R1-Pad2)") (tstamp 364ef61c-3c7f-49af-92ac-c9cb1c72df90)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f503c4a) - (at 148.555 89.154) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f43d144") - (attr smd) - (fp_text reference "R3" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1ebe2927-938f-48bf-a28f-b1341cb4eb92) - ) - (fp_text value "1k" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6639c313-6496-4cf4-b2f1-d7ac22590bf8) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 760a8cec-d133-4ac1-9b68-2a482625bd1f) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp e5b325c5-598d-4f6b-a413-d3a79eb95cbb)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35b37184-c1db-4605-9bcd-675b2c4b2158)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02c4cbf5-9900-4c08-981d-8f9deb435440)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 885792c5-6361-4eb1-8fbb-77d0c940bafc)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab11510d-aa5c-41d7-a0b9-335045f11724)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e1cd1c41-7c11-498a-9141-5d74c0f912c2)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ad9142c-8923-4abd-b90a-c8ae2f7c9d80)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9abcf12-7a33-4d52-8f7f-751243a70726)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e58ad13-421d-4712-a3a6-baa45f7a50d9)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d540225e-b626-44df-a06e-d1355b1826a9)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7ea9ea0-5b1e-4200-8463-6407ba1b21a5)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(R1-Pad1)") (tstamp 7c75769f-18a4-4d0c-9703-f047e8f5ab1d)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "Net-(R1-Pad2)") (tstamp 2b8f6242-95b2-4ff4-8124-8f1c2a171f0a)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Fiducial:Fiducial_0.5mm_Mask1mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f57ee4f) - (at 139.6746 82.9564) - (descr "Circular Fiducial, 0.5mm bare copper, 1mm soldermask opening (Level C)") - (tags "fiducial") - (path "/00000000-0000-0000-0000-00005f57eddb") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "FID1" (at 0 -1.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b643210-edc8-42fc-ae01-131c3f64b382) - ) - (fp_text value "Fiducial" (at 0 1.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0efa37b2-af85-4c04-a3a9-67fbb3deae71) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp af5353c5-81fd-4093-969d-2b7178673638) - ) - (fp_circle (center 0 0) (end 0.75 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp bd1aa9f8-fd9c-4c73-ad79-67b18a6317f1)) - (fp_circle (center 0 0) (end 0.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp b2736e48-774d-475e-b008-2b03645f9be3)) - (pad "" smd circle (at 0 0) (size 0.5 0.5) (layers "F.Cu" "F.Mask") - (solder_mask_margin 0.25) (clearance 0.25) (tstamp 1dde19d5-99c8-4d8b-8f79-2b55c7e0cf67)) - ) - - (gr_line (start 133.35 80.4) (end 133.35 93.98) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005f496acc)) - (gr_line (start 146.05 80.4) (end 133.35 80.4) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005f57eeaf)) - (gr_line (start 146.05 93.98) (end 146.05 80.4) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 123e2e63-e5a2-438b-a092-e86abe433be1)) - (gr_line (start 133.35 93.98) (end 146.05 93.98) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp db70ada3-b7ba-4225-9c00-3f7474e61b64)) - (gr_text "Bogus component.\nNot in schematic." (at 161.163 89.281) (layer "Cmts.User") (tstamp 5f5ef4dd-f4ae-40a8-adf2-0ac2296d03fa) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 139.89 89.63) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "Net-(C1-Pad2)") + (net 2 "Net-(C1-Pad1)") + (net 3 "Net-(C2-Pad2)") + (net 4 "Net-(C2-Pad1)") + (net 5 "Net-(R1-Pad2)") + (net 6 "Net-(R1-Pad1)") + (net 7 "Net-(R2-Pad2)") + (net 8 "Net-(R2-Pad1)") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f496a58") + (at 137.16 87.63) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "a17658ae-6bb1-4adb-b6b3-ef4c836b3104") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1nF" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "7a3ff137-c90e-4755-bfaa-61ac4559c1c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b71082f0-8b83-4a71-9515-baf448197045") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea151f6c-1144-4060-b3a4-955221136eae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "14abf664-1682-4ac6-9af0-817d9f6d476c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43bec2") + (attr smd) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "b95c9af6-d571-4ff7-aa89-c20d6a5096f9") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "877d03b3-2e6b-4283-8774-f9a3972e5d1b") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "535fb667-3ef5-4c7d-8b0e-f211f4b2598f") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b599469-c7d3-440a-82c3-3fb41a9ddc82") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f815ff74-24a8-400f-8ca4-b5af8d9ae8aa") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "68d5b6f4-dbf5-4aa8-9240-b1053c3090c9") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "179b1cfd-2c85-4f43-a5f6-868ca3ed1710") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ffd4eef0-200f-473f-98ef-875ae2710211") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53842113-2eed-4e07-83f9-cf62ab0b8b6b") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "09f8738f-4304-4557-bcc0-63f51e2bb272") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6052d8c7-51a2-4347-a770-b463e8004a6a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "610d3dab-96f1-467e-a8bb-982e1a5e28b3") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "0396208e-a401-46d6-a9d6-4fc5f29a991e") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "Net-(C1-Pad2)") + (uuid "c0e176e6-2b65-4e42-ab43-deafd4b2725e") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f496a69") + (at 137.16 90.58) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "4de8c707-0d2d-4070-9fe2-95aba800da97") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1000 pF" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "1aadc258-dafc-428e-a9e1-059c1ee3bc24") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "608010f0-a379-4a35-85aa-aa4bac6e409e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4af72d14-887f-41ff-8163-41ee7713ce40") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d5e7806-49f0-4f0d-af16-c67a5efe8be7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43ce1c") + (attr through_hole) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "565df081-bb0e-4272-889c-8883a6cf574f") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f39138bd-8e9c-4749-b1f6-ad562a76c547") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b38aac83-d426-48eb-8136-075909ca0d4a") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cfca8046-57f9-4bad-b147-0e4cb641e71b") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "446b00b9-49fb-4d19-99d8-f7dfbf5ba90e") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c3bee8b2-8413-4ed0-8a3c-b25a7b938428") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8cd966ec-936a-4a2a-97a1-c162eb60f3e5") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7fc277fd-f98e-4d8c-95fe-9dde488db0c6") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "55b19cfa-b606-4080-b04d-dd557256f1ba") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "72ae4549-fa18-4dbf-93bb-1305330c71a6") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff6fa4d8-6d22-441b-96c5-4b33ac32fe1e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "210883df-9124-4ab7-9e4d-1d5de0e14436") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(C2-Pad1)") + (uuid "bb444f3e-7d1f-4c82-8eb7-24fddaab885c") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C2-Pad2)") + (uuid "378300c0-8cef-4c8a-8338-6f66311fc3c2") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f496a8b") + (at 141.57 90.58) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "a16bb11f-1ae1-452b-ab06-c0c0c5550581") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1000" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "8d62e4b1-2b78-479f-8bd0-b822c934ecc5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "db9a3cee-8ef2-4161-8910-8c29c8692159") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "904ce6dd-5c65-43b4-a32c-cfe7022a701f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df4aeddd-8ddc-4314-a46c-d478739ab0a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43d4bb") + (attr through_hole) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "5e9a445e-d281-40e5-aa88-5a4ca0015602") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f751c07-db61-4fb2-a551-ac48ab965e3e") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77b6adbd-4ea1-4b55-ac32-3d73199bfa37") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bcb3d769-6147-42c5-ad88-f725f9c8e563") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c18e8fe-20b5-44a9-abff-9239aded7a2a") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "321cd77f-700d-4ffc-989c-fc5e37251c36") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ff0028a2-d2a5-403f-bb0c-e9daef57d7dd") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df843824-3ab8-4db7-a313-5cb6e638d41e") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a40020d7-ffd1-4386-b107-b0101c1b0ce5") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10ce8a66-bf48-418c-bc77-95fd17a79c81") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c22ae2e3-a19d-4183-bd18-87d52e335b80") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e7acb238-433c-4d0c-9ac5-aada44ae87c6") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(R2-Pad1)") + (uuid "d82b2b32-b91d-4cb1-86e2-007ccd994e78") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(R2-Pad2)") + (uuid "ba5049a8-ad9a-49c4-997a-84e5c7fdd3d9") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f503c2a") + (at 141.57 87.63) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "b6a444b7-f4ce-419c-89ef-2cfd5db7a945") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "855c640f-0598-43af-83dd-404d817a88f8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6b2b3e1-f405-4c7b-8d25-63778e4a7ea9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c684a76-07c2-4fba-91c4-56f3a69f81ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "98dee7d6-c2bb-43e9-b992-6915f2f166bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43d144") + (attr smd) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "b6bf2be9-d47d-4982-baf3-f6485d5fc2fa") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f82faa0-e76b-430f-9a3e-124be5e074a2") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47987321-48a0-4e03-bdbc-dad9ea6b9662") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "76d0d3ec-964c-4d0d-9433-cb608686da84") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eff8f9e3-70f6-43f8-b054-b752e97ce246") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b02a9d87-40a3-4d0f-ba46-740e56a66166") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2320c397-f9b3-417f-93bc-7684581ff540") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b953df13-a55a-4953-a0fa-5fdc226f66e6") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5d794526-beca-4e0a-b441-f09f1366536c") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a32c49f6-0990-4f13-ad49-4db52adad6aa") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "010c6a20-5856-4bad-b771-0fe13323a108") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "6d891518-8781-400e-8095-ad01983a9315") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(R1-Pad1)") + (uuid "3fbca69d-47ae-4671-b766-56ad2b10b635") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(R1-Pad2)") + (uuid "364ef61c-3c7f-49af-92ac-c9cb1c72df90") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f503c4a") + (at 148.555 89.154) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R3" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "1ebe2927-938f-48bf-a28f-b1341cb4eb92") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "6639c313-6496-4cf4-b2f1-d7ac22590bf8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8d678ea9-eaf0-4165-a14c-dd91652abd30") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1c4571ef-2a27-42d9-9fd7-8ee27d819384") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "95cd0405-7259-4663-aa70-cc5311a2a077") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43d144") + (attr smd) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "e5b325c5-598d-4f6b-a413-d3a79eb95cbb") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35b37184-c1db-4605-9bcd-675b2c4b2158") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02c4cbf5-9900-4c08-981d-8f9deb435440") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "885792c5-6361-4eb1-8fbb-77d0c940bafc") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab11510d-aa5c-41d7-a0b9-335045f11724") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e1cd1c41-7c11-498a-9141-5d74c0f912c2") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ad9142c-8923-4abd-b90a-c8ae2f7c9d80") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c9abcf12-7a33-4d52-8f7f-751243a70726") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e58ad13-421d-4712-a3a6-baa45f7a50d9") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d540225e-b626-44df-a06e-d1355b1826a9") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7ea9ea0-5b1e-4200-8463-6407ba1b21a5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "760a8cec-d133-4ac1-9b68-2a482625bd1f") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(R1-Pad1)") + (uuid "7c75769f-18a4-4d0c-9703-f047e8f5ab1d") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(R1-Pad2)") + (uuid "2b8f6242-95b2-4ff4-8124-8f1c2a171f0a") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Fiducial:Fiducial_0.5mm_Mask1mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f57ee4f") + (at 139.6746 82.9564) + (descr "Circular Fiducial, 0.5mm bare copper, 1mm soldermask opening (Level C)") + (tags "fiducial") + (property "Reference" "FID1" + (at 0 -1.5 0) + (layer "F.SilkS") + (uuid "7b643210-edc8-42fc-ae01-131c3f64b382") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Fiducial" + (at 0 1.5 0) + (layer "F.Fab") + (uuid "0efa37b2-af85-4c04-a3a9-67fbb3deae71") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4228381-3065-4be3-ad24-398f40b6f222") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0fd40d06-0156-4773-bb88-b015a2e7d7ea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b3910d75-c67b-473e-8434-e48f22cac6c9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f57eddb") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "bd1aa9f8-fd9c-4c73-ad79-67b18a6317f1") + ) + (fp_circle + (center 0 0) + (end 0.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "b2736e48-774d-475e-b008-2b03645f9be3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "af5353c5-81fd-4093-969d-2b7178673638") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (pad "" smd circle + (at 0 0) + (size 0.5 0.5) + (layers "F.Cu" "F.Mask") + (solder_mask_margin 0.25) + (clearance 0.25) + (uuid "1dde19d5-99c8-4d8b-8f79-2b55c7e0cf67") + ) + ) + (gr_line + (start 133.35 80.4) + (end 133.35 93.98) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005f496acc") + ) + (gr_line + (start 146.05 80.4) + (end 133.35 80.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005f57eeaf") + ) + (gr_line + (start 146.05 93.98) + (end 146.05 80.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "123e2e63-e5a2-438b-a092-e86abe433be1") + ) + (gr_line + (start 133.35 93.98) + (end 146.05 93.98) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "db70ada3-b7ba-4225-9c00-3f7474e61b64") + ) + (gr_text "Bogus component.\nNot in schematic." + (at 161.163 89.281 0) + (layer "Cmts.User") + (uuid "5f5ef4dd-f4ae-40a8-adf2-0ac2296d03fa") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-variant_3.kicad_sch b/tests/board_samples/kicad_8/kibom-variant_3.kicad_sch index 9b5300c7a..04558f69d 100644 --- a/tests/board_samples/kicad_8/kibom-variant_3.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-variant_3.kicad_sch @@ -1,294 +1,762 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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 "Mechanical:Fiducial" (in_bom yes) (on_board yes) - (property "Reference" "FID" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Fiducial" (at 0 3.175 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" "fiducial marker" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Fiducial Marker" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Fiducial*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Fiducial_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 0.508) (type default)) - (fill (type background)) - ) - ) - ) - ) - - - (text "This schematic serves as a test-file for the KiBot export script.\nHere we implement the IBoM variants style." - (at 12.7 19.05 0) - (effects (font (size 2.0066 2.0066)) (justify left bottom)) - (uuid 9a9f2d82-f64d-4264-8bec-c182528fc4de) - ) - (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X X\nR1 X X X\nR2 X X\n\nproduction: blacklist T2\ntest: blacklist T1\ndefault: whitelist T1,default \n blacklist T2,T3" - (at 151.13 81.28 0) - (effects (font (size 2.9972 2.9972)) (justify left bottom)) - (uuid b60c50d1-225e-415c-8712-7acb5e3dc8ea) - ) - - (symbol (lib_id "Device:C") (at 25.4 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43bec2) - (property "Reference" "C1" (at 28.321 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (at 28.321 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 26.3652 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "T2" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d22e95aa-f3db-4fbc-a331-048a2523233e)) - (pin "2" (uuid 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f)) - (instances - (project "kibom-variant_3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 36.83 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43ce1c) - (property "Reference" "C2" (at 39.751 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000 pF" (at 39.751 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 37.7952 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "T3" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (pin "2" (uuid 8322f275-268c-4e87-a69f-4cfbf05e747f)) - (instances - (project "kibom-variant_3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 53.34 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d144) - (property "Reference" "R1" (at 55.118 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 55.118 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 51.562 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 48f827a8-6e22-4a2e-abdc-c2a03098d883)) - (pin "2" (uuid e877bf4a-4210-4bd3-b7b0-806eb4affc5b)) - (instances - (project "kibom-variant_3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d4bb) - (property "Reference" "R2" (at 65.278 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000" (at 65.278 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "T1" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "default:_3D_model" "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_2010_5025Metric.wrl" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864)) - (pin "2" (uuid 4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a)) - (instances - (project "kibom-variant_3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:Fiducial") (at 44.45 57.15 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f57eddb) - (property "Reference" "FID1" (at 46.609 55.9816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Fiducial" (at 46.609 58.293 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Fiducial:Fiducial_0.5mm_Mask1mm" (at 44.45 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 44.45 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-variant_3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "FID1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 "Mechanical:Fiducial" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "FID" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Fiducial" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Fiducial Marker" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "fiducial marker" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Fiducial*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Fiducial_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 0.508) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + ) + (text "This schematic serves as a test-file for the KiBot export script.\nHere we implement the IBoM variants style." + (exclude_from_sim no) + (at 12.7 19.05 0) + (effects + (font + (size 2.0066 2.0066) + ) + (justify left bottom) + ) + (uuid "9a9f2d82-f64d-4264-8bec-c182528fc4de") + ) + (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X X\nR1 X X X\nR2 X X\n\nproduction: blacklist T2\ntest: blacklist T1\ndefault: whitelist T1,default \n blacklist T2,T3" + (exclude_from_sim no) + (at 151.13 81.28 0) + (effects + (font + (size 2.9972 2.9972) + ) + (justify left bottom) + ) + (uuid "b60c50d1-225e-415c-8712-7acb5e3dc8ea") + ) + (symbol + (lib_id "Device:C") + (at 25.4 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43bec2") + (property "Reference" "C1" + (at 28.321 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 28.321 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 26.3652 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "T2" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d22e95aa-f3db-4fbc-a331-048a2523233e") + ) + (pin "2" + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + ) + (instances + (project "kibom-variant_3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 36.83 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43ce1c") + (property "Reference" "C2" + (at 39.751 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000 pF" + (at 39.751 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 37.7952 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "T3" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (pin "2" + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + ) + (instances + (project "kibom-variant_3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 53.34 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d144") + (property "Reference" "R1" + (at 55.118 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 55.118 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 51.562 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "48f827a8-6e22-4a2e-abdc-c2a03098d883") + ) + (pin "2" + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + ) + (instances + (project "kibom-variant_3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d4bb") + (property "Reference" "R2" + (at 65.278 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000" + (at 65.278 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "T1" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "default:_3D_model" "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_2010_5025Metric.wrl" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864") + ) + (pin "2" + (uuid "4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a") + ) + (instances + (project "kibom-variant_3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:Fiducial") + (at 44.45 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f57eddb") + (property "Reference" "FID1" + (at 46.609 55.9816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Fiducial" + (at 46.609 58.293 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Fiducial:Fiducial_0.5mm_Mask1mm" + (at 44.45 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 44.45 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 44.45 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-variant_3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "FID1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-variant_3.xml b/tests/board_samples/kicad_8/kibom-variant_3.xml index aa1dd149d..7f3808866 100644 --- a/tests/board_samples/kicad_8/kibom-variant_3.xml +++ b/tests/board_samples/kicad_8/kibom-variant_3.xml @@ -2,8 +2,8 @@ kibom-variant_3.kicad_sch - jue 09 feb 2023 07:53:05 - Eeschema 7.0.0-rc2-unknown-rc2+208+g52b07b8bac + 2024-03-05T16:48:36+0000 + Eeschema 8.99.0-47-gb7b64d959f KiBom Test Schematic @@ -29,13 +29,16 @@ Capacitor_SMD:C_0805_2012Metric T2 + Capacitor_SMD:C_0805_2012Metric + + - + - + 00000000-0000-0000-0000-00005f43bec2 @@ -44,24 +47,32 @@ Capacitor_SMD:C_0805_2012Metric T3 + Capacitor_SMD:C_0805_2012Metric + + - + - + 00000000-0000-0000-0000-00005f43ce1c Fiducial Fiducial:Fiducial_0.5mm_Mask1mm + + Fiducial:Fiducial_0.5mm_Mask1mm + + + - + - + 00000000-0000-0000-0000-00005f57eddb @@ -70,13 +81,16 @@ Resistor_SMD:R_0805_2012Metric default + Resistor_SMD:R_0805_2012Metric + + - + - + 00000000-0000-0000-0000-00005f43d144 @@ -86,14 +100,17 @@ T1 ${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_2010_5025Metric.wrl + Resistor_SMD:R_0805_2012Metric + + - + - + 00000000-0000-0000-0000-00005f43d4bb @@ -108,7 +125,9 @@ C C + ~ + Unpolarized capacitor @@ -124,7 +143,9 @@ R R + ~ + Resistor @@ -140,18 +161,13 @@ FID Fiducial + ~ + Fiducial Marker - - - /usr/share/kicad-nightly/symbols//Device.kicad_sym - - - /usr/share/kicad-nightly/symbols//Mechanical.kicad_sym - - + diff --git a/tests/board_samples/kicad_8/kibom-variant_3_txt.kicad_pcb b/tests/board_samples/kicad_8/kibom-variant_3_txt.kicad_pcb index 4f844447d..dc696a6a7 100644 --- a/tests/board_samples/kicad_8/kibom-variant_3_txt.kicad_pcb +++ b/tests/board_samples/kicad_8/kibom-variant_3_txt.kicad_pcb @@ -1,395 +1,1378 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0) - (aux_axis_origin 139.89 89.63) - (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 6) - (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 "") - ) - ) - - (property "VAL_C2" "1000 pF") - (property "text" "Test") - - (net 0 "") - (net 1 "Net-(C1-Pad2)") - (net 2 "Net-(C1-Pad1)") - (net 3 "Net-(C2-Pad2)") - (net 4 "Net-(C2-Pad1)") - (net 5 "Net-(R1-Pad2)") - (net 6 "Net-(R1-Pad1)") - (net 7 "Net-(R2-Pad2)") - (net 8 "Net-(R2-Pad1)") - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f496a58) - (at 137.16 87.63) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005f43bec2") - (attr smd) - (fp_text reference "C1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a17658ae-6bb1-4adb-b6b3-ef4c836b3104) - ) - (fp_text value "1nF" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7a3ff137-c90e-4755-bfaa-61ac4559c1c4) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 610d3dab-96f1-467e-a8bb-982e1a5e28b3) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp b95c9af6-d571-4ff7-aa89-c20d6a5096f9)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 877d03b3-2e6b-4283-8774-f9a3972e5d1b)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 535fb667-3ef5-4c7d-8b0e-f211f4b2598f)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b599469-c7d3-440a-82c3-3fb41a9ddc82)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f815ff74-24a8-400f-8ca4-b5af8d9ae8aa)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68d5b6f4-dbf5-4aa8-9240-b1053c3090c9)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 179b1cfd-2c85-4f43-a5f6-868ca3ed1710)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ffd4eef0-200f-473f-98ef-875ae2710211)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53842113-2eed-4e07-83f9-cf62ab0b8b6b)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09f8738f-4304-4557-bcc0-63f51e2bb272)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6052d8c7-51a2-4347-a770-b463e8004a6a)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 0396208e-a401-46d6-a9d6-4fc5f29a991e)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "Net-(C1-Pad2)") (tstamp c0e176e6-2b65-4e42-ab43-deafd4b2725e)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f496a69) - (at 137.16 90.58) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005f43ce1c") - (attr through_hole) - (fp_text reference "C2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4de8c707-0d2d-4070-9fe2-95aba800da97) - ) - (fp_text value "1000 pF" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1aadc258-dafc-428e-a9e1-059c1ee3bc24) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 210883df-9124-4ab7-9e4d-1d5de0e14436) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp 565df081-bb0e-4272-889c-8883a6cf574f)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f39138bd-8e9c-4749-b1f6-ad562a76c547)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b38aac83-d426-48eb-8136-075909ca0d4a)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfca8046-57f9-4bad-b147-0e4cb641e71b)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 446b00b9-49fb-4d19-99d8-f7dfbf5ba90e)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c3bee8b2-8413-4ed0-8a3c-b25a7b938428)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8cd966ec-936a-4a2a-97a1-c162eb60f3e5)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7fc277fd-f98e-4d8c-95fe-9dde488db0c6)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55b19cfa-b606-4080-b04d-dd557256f1ba)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72ae4549-fa18-4dbf-93bb-1305330c71a6)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff6fa4d8-6d22-441b-96c5-4b33ac32fe1e)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "Net-(C2-Pad1)") (tstamp bb444f3e-7d1f-4c82-8eb7-24fddaab885c)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C2-Pad2)") (tstamp 378300c0-8cef-4c8a-8338-6f66311fc3c2)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f496a8b) - (at 141.57 90.58) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f43d4bb") - (attr through_hole) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a16bb11f-1ae1-452b-ab06-c0c0c5550581) - ) - (fp_text value "1000" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8d62e4b1-2b78-479f-8bd0-b822c934ecc5) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp e7acb238-433c-4d0c-9ac5-aada44ae87c6) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp 5e9a445e-d281-40e5-aa88-5a4ca0015602)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f751c07-db61-4fb2-a551-ac48ab965e3e)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77b6adbd-4ea1-4b55-ac32-3d73199bfa37)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bcb3d769-6147-42c5-ad88-f725f9c8e563)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c18e8fe-20b5-44a9-abff-9239aded7a2a)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 321cd77f-700d-4ffc-989c-fc5e37251c36)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff0028a2-d2a5-403f-bb0c-e9daef57d7dd)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df843824-3ab8-4db7-a313-5cb6e638d41e)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a40020d7-ffd1-4386-b107-b0101c1b0ce5)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10ce8a66-bf48-418c-bc77-95fd17a79c81)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c22ae2e3-a19d-4183-bd18-87d52e335b80)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "Net-(R2-Pad1)") (tstamp d82b2b32-b91d-4cb1-86e2-007ccd994e78)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 7 "Net-(R2-Pad2)") (tstamp ba5049a8-ad9a-49c4-997a-84e5c7fdd3d9)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f503c2a) - (at 141.57 87.63) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f43d144") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6a444b7-f4ce-419c-89ef-2cfd5db7a945) - ) - (fp_text value "1k" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 855c640f-0598-43af-83dd-404d817a88f8) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 6d891518-8781-400e-8095-ad01983a9315) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp b6bf2be9-d47d-4982-baf3-f6485d5fc2fa)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f82faa0-e76b-430f-9a3e-124be5e074a2)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47987321-48a0-4e03-bdbc-dad9ea6b9662)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 76d0d3ec-964c-4d0d-9433-cb608686da84)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eff8f9e3-70f6-43f8-b054-b752e97ce246)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b02a9d87-40a3-4d0f-ba46-740e56a66166)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2320c397-f9b3-417f-93bc-7684581ff540)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b953df13-a55a-4953-a0fa-5fdc226f66e6)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5d794526-beca-4e0a-b441-f09f1366536c)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a32c49f6-0990-4f13-ad49-4db52adad6aa)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 010c6a20-5856-4bad-b771-0fe13323a108)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(R1-Pad1)") (tstamp 3fbca69d-47ae-4671-b766-56ad2b10b635)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "Net-(R1-Pad2)") (tstamp 364ef61c-3c7f-49af-92ac-c9cb1c72df90)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f503c4a) - (at 148.555 89.154) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f43d144") - (attr smd) - (fp_text reference "R3" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1ebe2927-938f-48bf-a28f-b1341cb4eb92) - ) - (fp_text value "1k" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6639c313-6496-4cf4-b2f1-d7ac22590bf8) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 760a8cec-d133-4ac1-9b68-2a482625bd1f) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp e5b325c5-598d-4f6b-a413-d3a79eb95cbb)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35b37184-c1db-4605-9bcd-675b2c4b2158)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02c4cbf5-9900-4c08-981d-8f9deb435440)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 885792c5-6361-4eb1-8fbb-77d0c940bafc)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab11510d-aa5c-41d7-a0b9-335045f11724)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e1cd1c41-7c11-498a-9141-5d74c0f912c2)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ad9142c-8923-4abd-b90a-c8ae2f7c9d80)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9abcf12-7a33-4d52-8f7f-751243a70726)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e58ad13-421d-4712-a3a6-baa45f7a50d9)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d540225e-b626-44df-a06e-d1355b1826a9)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7ea9ea0-5b1e-4200-8463-6407ba1b21a5)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(R1-Pad1)") (tstamp 7c75769f-18a4-4d0c-9703-f047e8f5ab1d)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "Net-(R1-Pad2)") (tstamp 2b8f6242-95b2-4ff4-8124-8f1c2a171f0a)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Fiducial:Fiducial_0.5mm_Mask1mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f57ee4f) - (at 139.6746 82.9564) - (descr "Circular Fiducial, 0.5mm bare copper, 1mm soldermask opening (Level C)") - (tags "fiducial") - (path "/00000000-0000-0000-0000-00005f57eddb") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "FID1" (at 0 -1.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b643210-edc8-42fc-ae01-131c3f64b382) - ) - (fp_text value "Fiducial" (at 0 1.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0efa37b2-af85-4c04-a3a9-67fbb3deae71) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp af5353c5-81fd-4093-969d-2b7178673638) - ) - (fp_circle (center 0 0) (end 0.75 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp bd1aa9f8-fd9c-4c73-ad79-67b18a6317f1)) - (fp_circle (center 0 0) (end 0.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp b2736e48-774d-475e-b008-2b03645f9be3)) - (pad "" smd circle (at 0 0) (size 0.5 0.5) (layers "F.Cu" "F.Mask") - (solder_mask_margin 0.25) (clearance 0.25) (tstamp 1dde19d5-99c8-4d8b-8f79-2b55c7e0cf67)) - ) - - (gr_line (start 133.35 80.4) (end 133.35 93.98) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005f496acc)) - (gr_line (start 146.05 80.4) (end 133.35 80.4) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005f57eeaf)) - (gr_line (start 146.05 93.98) (end 146.05 80.4) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 123e2e63-e5a2-438b-a092-e86abe433be1)) - (gr_line (start 133.35 93.98) (end 146.05 93.98) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp db70ada3-b7ba-4225-9c00-3f7474e61b64)) - (gr_text "${text}" (at 139 92.5) (layer "F.SilkS") (tstamp b873bc5d-a9af-4bd9-afcb-87ce4d417120) - (effects (font (size 1 1.5) (thickness 0.25))) - ) - (gr_text "Bogus component.\nNot in schematic." (at 161.163 89.281) (layer "Cmts.User") (tstamp 5f5ef4dd-f4ae-40a8-adf2-0ac2296d03fa) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - - (segment (start 145 82) (end 145 92) (width 0.25) (layer "F.Cu") (net 0) (tstamp 86f6faec-7eee-404c-a73a-2ae625f33d8c)) - (segment (start 145 92) (end 144 92) (width 0.25) (layer "F.Cu") (net 0) (tstamp 90337a8b-a8c5-48e1-ad0f-b0e67716fe3c)) - (segment (start 144 92) (end 144 82) (width 0.25) (layer "F.Cu") (net 0) (tstamp d3db736b-0e33-4126-b950-5488923df40e)) - (segment (start 144 82) (end 145 82) (width 0.25) (layer "F.Cu") (net 0) (tstamp eb83440d-aa8b-4a1e-9e93-00cf0de78de9)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 139.89 89.63) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (property "VAL_C2" "1000 pF") + (property "text" "Test") + (net 0 "") + (net 1 "Net-(C1-Pad2)") + (net 2 "Net-(C1-Pad1)") + (net 3 "Net-(C2-Pad2)") + (net 4 "Net-(C2-Pad1)") + (net 5 "Net-(R1-Pad2)") + (net 6 "Net-(R1-Pad1)") + (net 7 "Net-(R2-Pad2)") + (net 8 "Net-(R2-Pad1)") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f496a58") + (at 137.16 87.63) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "a17658ae-6bb1-4adb-b6b3-ef4c836b3104") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1nF" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "7a3ff137-c90e-4755-bfaa-61ac4559c1c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f34fc56-7017-4813-8582-a070090c61aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4078cd1e-0940-4ead-8dd3-fb43314569cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c237d4e-b725-4dfb-be84-8b56777a4dbd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43bec2") + (attr smd) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "b95c9af6-d571-4ff7-aa89-c20d6a5096f9") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "877d03b3-2e6b-4283-8774-f9a3972e5d1b") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "535fb667-3ef5-4c7d-8b0e-f211f4b2598f") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b599469-c7d3-440a-82c3-3fb41a9ddc82") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f815ff74-24a8-400f-8ca4-b5af8d9ae8aa") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "68d5b6f4-dbf5-4aa8-9240-b1053c3090c9") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "179b1cfd-2c85-4f43-a5f6-868ca3ed1710") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ffd4eef0-200f-473f-98ef-875ae2710211") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53842113-2eed-4e07-83f9-cf62ab0b8b6b") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "09f8738f-4304-4557-bcc0-63f51e2bb272") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6052d8c7-51a2-4347-a770-b463e8004a6a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "610d3dab-96f1-467e-a8bb-982e1a5e28b3") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "0396208e-a401-46d6-a9d6-4fc5f29a991e") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "Net-(C1-Pad2)") + (uuid "c0e176e6-2b65-4e42-ab43-deafd4b2725e") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f496a69") + (at 137.16 90.58) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "4de8c707-0d2d-4070-9fe2-95aba800da97") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1000 pF" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "1aadc258-dafc-428e-a9e1-059c1ee3bc24") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "129f3d5f-9474-4456-9ce0-2514a423281e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe5cff15-ee38-4d1d-9fac-4f95a1c05175") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "807197f4-805a-44ef-97aa-a604b3a5247f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43ce1c") + (attr through_hole) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "565df081-bb0e-4272-889c-8883a6cf574f") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f39138bd-8e9c-4749-b1f6-ad562a76c547") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b38aac83-d426-48eb-8136-075909ca0d4a") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cfca8046-57f9-4bad-b147-0e4cb641e71b") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "446b00b9-49fb-4d19-99d8-f7dfbf5ba90e") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c3bee8b2-8413-4ed0-8a3c-b25a7b938428") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8cd966ec-936a-4a2a-97a1-c162eb60f3e5") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7fc277fd-f98e-4d8c-95fe-9dde488db0c6") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "55b19cfa-b606-4080-b04d-dd557256f1ba") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "72ae4549-fa18-4dbf-93bb-1305330c71a6") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff6fa4d8-6d22-441b-96c5-4b33ac32fe1e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "210883df-9124-4ab7-9e4d-1d5de0e14436") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(C2-Pad1)") + (uuid "bb444f3e-7d1f-4c82-8eb7-24fddaab885c") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C2-Pad2)") + (uuid "378300c0-8cef-4c8a-8338-6f66311fc3c2") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f496a8b") + (at 141.57 90.58) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "a16bb11f-1ae1-452b-ab06-c0c0c5550581") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1000" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "8d62e4b1-2b78-479f-8bd0-b822c934ecc5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c859fa90-6e94-4433-9552-55b3723913a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46dac5ff-95b4-4cb0-aa72-b8ee35f4851d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ed58f664-4db5-46e6-a860-4ae633358a23") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43d4bb") + (attr through_hole) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "5e9a445e-d281-40e5-aa88-5a4ca0015602") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f751c07-db61-4fb2-a551-ac48ab965e3e") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77b6adbd-4ea1-4b55-ac32-3d73199bfa37") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bcb3d769-6147-42c5-ad88-f725f9c8e563") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c18e8fe-20b5-44a9-abff-9239aded7a2a") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "321cd77f-700d-4ffc-989c-fc5e37251c36") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ff0028a2-d2a5-403f-bb0c-e9daef57d7dd") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df843824-3ab8-4db7-a313-5cb6e638d41e") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a40020d7-ffd1-4386-b107-b0101c1b0ce5") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10ce8a66-bf48-418c-bc77-95fd17a79c81") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c22ae2e3-a19d-4183-bd18-87d52e335b80") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e7acb238-433c-4d0c-9ac5-aada44ae87c6") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(R2-Pad1)") + (uuid "d82b2b32-b91d-4cb1-86e2-007ccd994e78") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(R2-Pad2)") + (uuid "ba5049a8-ad9a-49c4-997a-84e5c7fdd3d9") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f503c2a") + (at 141.57 87.63) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "b6a444b7-f4ce-419c-89ef-2cfd5db7a945") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "855c640f-0598-43af-83dd-404d817a88f8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "433cdeae-7d8a-4126-a020-f27cd636ee03") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4109b336-996b-47b1-81eb-a25dbe4d6505") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e60936d-a2e5-48ea-9b4d-f258124c61e7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43d144") + (attr smd) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "b6bf2be9-d47d-4982-baf3-f6485d5fc2fa") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f82faa0-e76b-430f-9a3e-124be5e074a2") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47987321-48a0-4e03-bdbc-dad9ea6b9662") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "76d0d3ec-964c-4d0d-9433-cb608686da84") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eff8f9e3-70f6-43f8-b054-b752e97ce246") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b02a9d87-40a3-4d0f-ba46-740e56a66166") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2320c397-f9b3-417f-93bc-7684581ff540") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b953df13-a55a-4953-a0fa-5fdc226f66e6") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5d794526-beca-4e0a-b441-f09f1366536c") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a32c49f6-0990-4f13-ad49-4db52adad6aa") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "010c6a20-5856-4bad-b771-0fe13323a108") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "6d891518-8781-400e-8095-ad01983a9315") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(R1-Pad1)") + (uuid "3fbca69d-47ae-4671-b766-56ad2b10b635") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(R1-Pad2)") + (uuid "364ef61c-3c7f-49af-92ac-c9cb1c72df90") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f503c4a") + (at 148.555 89.154) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R3" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "1ebe2927-938f-48bf-a28f-b1341cb4eb92") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "6639c313-6496-4cf4-b2f1-d7ac22590bf8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1be6cfb0-53de-4724-b834-8f08f74e7109") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e41b9132-eadd-4365-a31d-b1c56960cbaf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f3fd8f7a-47f1-4a91-93ca-6104815ed912") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43d144") + (attr smd) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "e5b325c5-598d-4f6b-a413-d3a79eb95cbb") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35b37184-c1db-4605-9bcd-675b2c4b2158") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02c4cbf5-9900-4c08-981d-8f9deb435440") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "885792c5-6361-4eb1-8fbb-77d0c940bafc") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab11510d-aa5c-41d7-a0b9-335045f11724") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e1cd1c41-7c11-498a-9141-5d74c0f912c2") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ad9142c-8923-4abd-b90a-c8ae2f7c9d80") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c9abcf12-7a33-4d52-8f7f-751243a70726") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e58ad13-421d-4712-a3a6-baa45f7a50d9") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d540225e-b626-44df-a06e-d1355b1826a9") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7ea9ea0-5b1e-4200-8463-6407ba1b21a5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "760a8cec-d133-4ac1-9b68-2a482625bd1f") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(R1-Pad1)") + (uuid "7c75769f-18a4-4d0c-9703-f047e8f5ab1d") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(R1-Pad2)") + (uuid "2b8f6242-95b2-4ff4-8124-8f1c2a171f0a") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Fiducial:Fiducial_0.5mm_Mask1mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f57ee4f") + (at 139.6746 82.9564) + (descr "Circular Fiducial, 0.5mm bare copper, 1mm soldermask opening (Level C)") + (tags "fiducial") + (property "Reference" "FID1" + (at 0 -1.5 0) + (layer "F.SilkS") + (uuid "7b643210-edc8-42fc-ae01-131c3f64b382") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Fiducial" + (at 0 1.5 0) + (layer "F.Fab") + (uuid "0efa37b2-af85-4c04-a3a9-67fbb3deae71") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de7e4eaf-1c6d-416f-99c8-20013c183b9a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34e72167-6875-4400-b0a7-3c88fa883f8a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3d8655b0-a895-4dc8-85e8-cfdbd2ef281f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f57eddb") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0.75 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "bd1aa9f8-fd9c-4c73-ad79-67b18a6317f1") + ) + (fp_circle + (center 0 0) + (end 0.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "b2736e48-774d-475e-b008-2b03645f9be3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "af5353c5-81fd-4093-969d-2b7178673638") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (pad "" smd circle + (at 0 0) + (size 0.5 0.5) + (layers "F.Cu" "F.Mask") + (solder_mask_margin 0.25) + (clearance 0.25) + (uuid "1dde19d5-99c8-4d8b-8f79-2b55c7e0cf67") + ) + ) + (gr_line + (start 133.35 80.4) + (end 133.35 93.98) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005f496acc") + ) + (gr_line + (start 146.05 80.4) + (end 133.35 80.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005f57eeaf") + ) + (gr_line + (start 146.05 93.98) + (end 146.05 80.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "123e2e63-e5a2-438b-a092-e86abe433be1") + ) + (gr_line + (start 133.35 93.98) + (end 146.05 93.98) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "db70ada3-b7ba-4225-9c00-3f7474e61b64") + ) + (gr_text "${text}" + (at 139 92.5 0) + (layer "F.SilkS") + (uuid "b873bc5d-a9af-4bd9-afcb-87ce4d417120") + (effects + (font + (size 1 1.5) + (thickness 0.25) + ) + ) + ) + (gr_text "Bogus component.\nNot in schematic." + (at 161.163 89.281 0) + (layer "Cmts.User") + (uuid "5f5ef4dd-f4ae-40a8-adf2-0ac2296d03fa") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (segment + (start 145 82) + (end 145 92) + (width 0.25) + (layer "F.Cu") + (net 0) + (uuid "86f6faec-7eee-404c-a73a-2ae625f33d8c") + ) + (segment + (start 145 92) + (end 144 92) + (width 0.25) + (layer "F.Cu") + (net 0) + (uuid "90337a8b-a8c5-48e1-ad0f-b0e67716fe3c") + ) + (segment + (start 144 92) + (end 144 82) + (width 0.25) + (layer "F.Cu") + (net 0) + (uuid "d3db736b-0e33-4126-b950-5488923df40e") + ) + (segment + (start 144 82) + (end 145 82) + (width 0.25) + (layer "F.Cu") + (net 0) + (uuid "eb83440d-aa8b-4a1e-9e93-00cf0de78de9") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-variant_3_txt.kicad_pro b/tests/board_samples/kicad_8/kibom-variant_3_txt.kicad_pro index 3749da6d3..051834744 100644 --- a/tests/board_samples/kicad_8/kibom-variant_3_txt.kicad_pro +++ b/tests/board_samples/kicad_8/kibom-variant_3_txt.kicad_pro @@ -3,14 +3,17 @@ "3dviewports": [], "design_settings": { "defaults": { - "board_outline_line_width": 0.049999999999999996, - "copper_line_width": 0.19999999999999998, + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, "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, + "courtyard_line_width": 0.05, "dimension_precision": 4, "dimension_units": 3, "dimensions": { @@ -21,13 +24,13 @@ "text_position": 0, "units_format": 1 }, - "fab_line_width": 0.09999999999999999, + "fab_line_width": 0.1, "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.09999999999999999, + "other_line_width": 0.1, "other_text_italic": false, "other_text_size_h": 1.0, "other_text_size_v": 1.0, @@ -57,20 +60,27 @@ "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_symbol_mismatch": "warning", "footprint_type_mismatch": "error", "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", @@ -80,9 +90,14 @@ "padstack": "error", "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", @@ -99,23 +114,104 @@ "allow_microvias": false, "max_error": 0.005, "min_clearance": 0.0, + "min_connection": 0.0, "min_copper_edge_clearance": 0.01, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, - "min_microvia_diameter": 0.19999999999999998, - "min_microvia_drill": 0.09999999999999999, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, + "min_resolved_spokes": 2, "min_silk_clearance": 0.0, + "min_text_height": 0.8, + "min_text_thickness": 0.08, "min_through_hole_diameter": 0.3, - "min_track_width": 0.19999999999999998, - "min_via_annular_width": 0.049999999999999996, - "min_via_diameter": 0.39999999999999997, + "min_track_width": 0.2, + "min_via_annular_width": 0.05, + "min_via_diameter": 0.4, + "solder_mask_to_copper_clearance": 0.0, "use_height_for_length_calcs": true }, + "teardrop_options": [ + { + "td_onpadsmd": true, + "td_onroundshapesonly": false, + "td_ontrackend": false, + "td_onviapad": true + } + ], + "teardrop_parameters": [ + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_round_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_rect_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_track_end", + "td_width_to_size_filter_ratio": 0.9 + } + ], "track_widths": [], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [], "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -374,14 +470,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "${KIPRJMOD}/../../data/rotulo_k6.kicad_wks" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -395,6 +552,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.15 }, @@ -420,6 +582,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -427,7 +590,7 @@ "sheets": [ [ "e6521bef-4109-48f7-8b88-4121b0468927", - "" + "Root" ] ], "text_variables": { diff --git a/tests/board_samples/kicad_8/kibom-variant_3_txt.kicad_sch b/tests/board_samples/kicad_8/kibom-variant_3_txt.kicad_sch index 7f300a724..ac5df656a 100644 --- a/tests/board_samples/kicad_8/kibom-variant_3_txt.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-variant_3_txt.kicad_sch @@ -1,294 +1,762 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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 "Mechanical:Fiducial" (in_bom yes) (on_board yes) - (property "Reference" "FID" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Fiducial" (at 0 3.175 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" "fiducial marker" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Fiducial Marker" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Fiducial*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Fiducial_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 0.508) (type default)) - (fill (type background)) - ) - ) - ) - ) - - - (text "This schematic serves as a test-file for the KiBot export script.\nHere we implement the IBoM variants style." - (at 12.7 19.05 0) - (effects (font (size 2.0066 2.0066)) (justify left bottom)) - (uuid 9a9f2d82-f64d-4264-8bec-c182528fc4de) - ) - (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X X\nR1 X X X\nR2 X X\n\nproduction: blacklist T2\ntest: blacklist T1\ndefault: whitelist T1,default \n blacklist T2,T3" - (at 151.13 81.28 0) - (effects (font (size 2.9972 2.9972)) (justify left bottom)) - (uuid b60c50d1-225e-415c-8712-7acb5e3dc8ea) - ) - - (symbol (lib_id "Device:C") (at 25.4 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43bec2) - (property "Reference" "C1" (at 28.321 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (at 28.321 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 26.3652 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "T2" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d22e95aa-f3db-4fbc-a331-048a2523233e)) - (pin "2" (uuid 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f)) - (instances - (project "kibom-variant_3_txt" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 36.83 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43ce1c) - (property "Reference" "C2" (at 39.751 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "${VAL_C2}" (at 39.751 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 37.7952 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "T3" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (pin "2" (uuid 8322f275-268c-4e87-a69f-4cfbf05e747f)) - (instances - (project "kibom-variant_3_txt" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 53.34 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d144) - (property "Reference" "R1" (at 55.118 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 55.118 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 51.562 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 48f827a8-6e22-4a2e-abdc-c2a03098d883)) - (pin "2" (uuid e877bf4a-4210-4bd3-b7b0-806eb4affc5b)) - (instances - (project "kibom-variant_3_txt" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d4bb) - (property "Reference" "R2" (at 65.278 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000" (at 65.278 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "T1" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "default:_3D_model" "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_2010_5025Metric.wrl" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864)) - (pin "2" (uuid 4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a)) - (instances - (project "kibom-variant_3_txt" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:Fiducial") (at 44.45 57.15 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f57eddb) - (property "Reference" "FID1" (at 46.609 55.9816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Fiducial" (at 46.609 58.293 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Fiducial:Fiducial_0.5mm_Mask1mm" (at 44.45 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 44.45 57.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "kibom-variant_3_txt" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "FID1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 "Mechanical:Fiducial" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "FID" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Fiducial" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Fiducial Marker" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "fiducial marker" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Fiducial*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Fiducial_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 0.508) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + ) + (text "This schematic serves as a test-file for the KiBot export script.\nHere we implement the IBoM variants style." + (exclude_from_sim no) + (at 12.7 19.05 0) + (effects + (font + (size 2.0066 2.0066) + ) + (justify left bottom) + ) + (uuid "9a9f2d82-f64d-4264-8bec-c182528fc4de") + ) + (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X X\nR1 X X X\nR2 X X\n\nproduction: blacklist T2\ntest: blacklist T1\ndefault: whitelist T1,default \n blacklist T2,T3" + (exclude_from_sim no) + (at 151.13 81.28 0) + (effects + (font + (size 2.9972 2.9972) + ) + (justify left bottom) + ) + (uuid "b60c50d1-225e-415c-8712-7acb5e3dc8ea") + ) + (symbol + (lib_id "Device:C") + (at 25.4 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43bec2") + (property "Reference" "C1" + (at 28.321 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 28.321 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 26.3652 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "T2" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d22e95aa-f3db-4fbc-a331-048a2523233e") + ) + (pin "2" + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + ) + (instances + (project "kibom-variant_3_txt" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 36.83 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43ce1c") + (property "Reference" "C2" + (at 39.751 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "${VAL_C2}" + (at 39.751 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 37.7952 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "T3" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (pin "2" + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + ) + (instances + (project "kibom-variant_3_txt" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 53.34 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d144") + (property "Reference" "R1" + (at 55.118 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 55.118 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 51.562 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "48f827a8-6e22-4a2e-abdc-c2a03098d883") + ) + (pin "2" + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + ) + (instances + (project "kibom-variant_3_txt" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d4bb") + (property "Reference" "R2" + (at 65.278 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000" + (at 65.278 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "T1" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "default:_3D_model" "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_2010_5025Metric.wrl" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864") + ) + (pin "2" + (uuid "4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a") + ) + (instances + (project "kibom-variant_3_txt" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:Fiducial") + (at 44.45 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f57eddb") + (property "Reference" "FID1" + (at 46.609 55.9816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Fiducial" + (at 46.609 58.293 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Fiducial:Fiducial_0.5mm_Mask1mm" + (at 44.45 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 44.45 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 44.45 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "kibom-variant_3_txt" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "FID1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-variant_4.kicad_pcb b/tests/board_samples/kicad_8/kibom-variant_4.kicad_pcb index bcef92898..46ec78f2a 100644 --- a/tests/board_samples/kicad_8/kibom-variant_4.kicad_pcb +++ b/tests/board_samples/kicad_8/kibom-variant_4.kicad_pcb @@ -1,350 +1,1215 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0) - (aux_axis_origin 139.89 89.63) - (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 6) - (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-(C1-Pad2)") - (net 2 "Net-(C1-Pad1)") - (net 3 "Net-(C2-Pad2)") - (net 4 "Net-(C2-Pad1)") - (net 5 "Net-(R1-Pad2)") - (net 6 "Net-(R1-Pad1)") - (net 7 "Net-(R2-Pad2)") - (net 8 "Net-(R2-Pad1)") - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f496a58) - (at 137.16 87.63) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005f43bec2") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "C1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6) - ) - (fp_text value "1nF" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp ce83728b-bebd-48c2-8734-b6a50d837931) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 127679a9-3981-4934-815e-896a4e3ff56e)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 716e31c5-485f-40b5-88e3-a75900da9811)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "Net-(C1-Pad2)") (tstamp c41b3c8b-634e-435a-b582-96b83bbd4032)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f496a8b) - (at 141.57 90.58) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f43d4bb") - (attr through_hole) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd) - ) - (fp_text value "1000" (at 1.178 2.13) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 15875808-74d5-4210-b8ca-aa8fbc04ae21) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp a7520ad3-0f8b-4788-92d4-8ffb277041e6) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp dd00c2e1-6027-4717-b312-4fab3ee52002)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3dcc657b-55a1-48e0-9667-e01e7b6b08b5)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1860e030-7a36-4298-b7fc-a16d48ab15ba)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6270a28-e0d9-4655-a18a-03dbf007b940)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3490fa5-5a27-423b-af60-53609669542c)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8322f275-268c-4e87-a69f-4cfbf05e747f)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a05d7640-f2f6-4ba7-8c51-5a4af431fc13)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13abf99d-5265-4779-8973-e94370fd18ff)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32667662-ae86-4904-b198-3e95f11851bf)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67f6e996-3c99-493c-8f6f-e739e2ed5d7a)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "Net-(R2-Pad1)") (tstamp 46918595-4a45-48e8-84c0-961b4db7f35f)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 7 "Net-(R2-Pad2)") (tstamp a795f1ba-cdd5-4cc5-9a52-08586e982934)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f503c2a) - (at 141.57 87.63) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f43d144") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 983c426c-24e0-4c65-ab69-1f1824adc5c6) - ) - (fp_text value "1k" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c1d83899-e380-49f9-a87d-8e78bc089ebf) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 746ba970-8279-4e7b-aed3-f28687777c21) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f5fe6b7-98fc-4d3e-9567-f9f7202d1455)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp afb8e687-4a13-41a1-b8c0-89a749e897fe)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cbb5968-dbb5-4b84-864a-ead1cacf75b9)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da469d11-a8a4-414b-9449-d151eeaf4853)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62c076a3-d618-44a2-9042-9a08b3576787)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8314017-7be6-4011-9179-37449a29b311)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(R1-Pad1)") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "Net-(R1-Pad2)") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f503c4a) - (at 148.555 89.154) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f43d144") - (attr smd) - (fp_text reference "R3" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381) - ) - (fp_text value "1k" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 13475e15-f37c-4de8-857e-1722b0c39513) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Adhes") (tstamp 2732632c-4768-42b6-bf7f-14643424019e)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e877bf4a-4210-4bd3-b7b0-806eb4affc5b)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d55e186-3e11-40e8-a65e-b36a8a00069e)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48f827a8-6e22-4a2e-abdc-c2a03098d883)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b2b5c7d-f943-4634-9f0a-e9561705c49d)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a03e565f-d8cd-4032-aae3-b7327d4143dd)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c8ccb2a-b1e9-4f2c-94fe-301b5975277e)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp aa02e544-13f5-4cf8-a5f4-3e6cda006090)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 6a44418c-7bb4-4e99-8836-57f153c19721)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005f496a69) - (at 137.16 90.58) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005f43ce1c") - (attr through_hole) - (fp_text reference "C2" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e615f7aa-337e-474d-9615-2ad82b1c44ca) - ) - (fp_text value "1000 pF" (at -0.508 -2.13) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 4fb02e58-160a-4a39-9f22-d0c75e82ee72) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd) - ) - (fp_circle (center 0 0) (end 0.4 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "B.Adhes") (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b)) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce)) - (fp_line (start -1.68 -0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (fp_line (start -1.68 0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 66116376-6967-4178-9f23-a26cdeafc400)) - (fp_line (start 1.68 -0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc)) - (fp_line (start 1.68 0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45)) - (fp_line (start -1 -0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 87371631-aa02-498a-998a-09bdb74784c1)) - (fp_line (start -1 0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (fp_line (start 1 -0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268)) - (fp_line (start 1 0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 4 "Net-(C2-Pad1)") (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C2-Pad2)") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 133.35 83.82) (end 133.35 93.98) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005f496acc)) - (gr_line (start 146.05 83.82) (end 133.35 83.82) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 0b21a65d-d20b-411e-920a-75c343ac5136)) - (gr_line (start 146.05 93.98) (end 146.05 83.82) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 3cd1bda0-18db-417d-b581-a0c50623df68)) - (gr_line (start 133.35 93.98) (end 146.05 93.98) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp d57dcfee-5058-4fc2-a68b-05f9a48f685b)) - (gr_text "Bogus component.\nNot in schematic." (at 161.163 89.281) (layer "Cmts.User") (tstamp 1831fb37-1c5d-42c4-b898-151be6fca9dc) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 139.89 89.63) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "Net-(C1-Pad2)") + (net 2 "Net-(C1-Pad1)") + (net 3 "Net-(C2-Pad2)") + (net 4 "Net-(C2-Pad1)") + (net 5 "Net-(R1-Pad2)") + (net 6 "Net-(R1-Pad1)") + (net 7 "Net-(R2-Pad2)") + (net 8 "Net-(R2-Pad1)") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f496a58") + (at 137.16 87.63) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1nF" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0080574b-9b40-45e8-bc7b-7edb9f4accf7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb575884-712a-420b-a68a-442702a09cef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3bdefe37-0bfd-411d-a4d7-f9c3ca98436c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43bec2") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "Net-(C1-Pad2)") + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f496a8b") + (at 141.57 90.58) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1000" + (at 1.178 2.13 0) + (layer "F.Fab") + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8532bdf5-a399-45a3-9323-f089ee15eb97") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "211ad1bc-e581-4f70-8f5e-b5a1cf6647e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "405a1d44-63bf-437c-adad-9a685ca677ff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43d4bb") + (attr through_hole) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3dcc657b-55a1-48e0-9667-e01e7b6b08b5") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1860e030-7a36-4298-b7fc-a16d48ab15ba") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b6270a28-e0d9-4655-a18a-03dbf007b940") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f3490fa5-5a27-423b-af60-53609669542c") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a05d7640-f2f6-4ba7-8c51-5a4af431fc13") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "13abf99d-5265-4779-8973-e94370fd18ff") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32667662-ae86-4904-b198-3e95f11851bf") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67f6e996-3c99-493c-8f6f-e739e2ed5d7a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "a7520ad3-0f8b-4788-92d4-8ffb277041e6") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(R2-Pad1)") + (uuid "46918595-4a45-48e8-84c0-961b4db7f35f") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(R2-Pad2)") + (uuid "a795f1ba-cdd5-4cc5-9a52-08586e982934") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f503c2a") + (at 141.57 87.63) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "983c426c-24e0-4c65-ab69-1f1824adc5c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "c1d83899-e380-49f9-a87d-8e78bc089ebf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17f58b26-b67c-459f-a686-fb32a577a662") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07dc3eae-4cdc-4f66-9345-ffea81661ccf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c7f5a0ae-614a-44c1-a804-0dece41ca940") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43d144") + (attr smd) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f5fe6b7-98fc-4d3e-9567-f9f7202d1455") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "afb8e687-4a13-41a1-b8c0-89a749e897fe") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5cbb5968-dbb5-4b84-864a-ead1cacf75b9") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da469d11-a8a4-414b-9449-d151eeaf4853") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62c076a3-d618-44a2-9042-9a08b3576787") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(R1-Pad1)") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(R1-Pad2)") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f503c4a") + (at 148.555 89.154) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R3" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c151169-d49b-464c-897d-183ef4568308") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c054b00a-f59c-44bf-a2e0-8dcb338389a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "38f8f67e-bae3-4ee0-8ab9-eb59a1e9a29f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43d144") + (attr smd) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Adhes") + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d55e186-3e11-40e8-a65e-b36a8a00069e") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48f827a8-6e22-4a2e-abdc-c2a03098d883") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5b2b5c7d-f943-4634-9f0a-e9561705c49d") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a03e565f-d8cd-4032-aae3-b7327d4143dd") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c8ccb2a-b1e9-4f2c-94fe-301b5975277e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "aa02e544-13f5-4cf8-a5f4-3e6cda006090") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005f496a69") + (at 137.16 90.58) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C2" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "1000 pF" + (at -0.508 -2.13 0) + (layer "B.Fab") + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df3e62da-da6b-49e4-9d29-5f807d9157bc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de9cb38d-ccbf-4293-9b6d-a5536467f952") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c2aaf4b4-7b41-4ee4-8e9a-bc9b65603cd9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f43ce1c") + (attr through_hole) + (fp_circle + (center 0 0) + (end 0.4 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "B.Adhes") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (fp_line + (start -1.68 -0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (fp_line + (start -1.68 0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (fp_line + (start 1.68 -0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + ) + (fp_line + (start 1.68 0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + ) + (fp_line + (start -1 -0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (fp_line + (start 1 -0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(C2-Pad1)") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C2-Pad2)") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 133.35 83.82) + (end 133.35 93.98) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005f496acc") + ) + (gr_line + (start 146.05 83.82) + (end 133.35 83.82) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + ) + (gr_line + (start 146.05 93.98) + (end 146.05 83.82) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + ) + (gr_line + (start 133.35 93.98) + (end 146.05 93.98) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d57dcfee-5058-4fc2-a68b-05f9a48f685b") + ) + (gr_text "Bogus component.\nNot in schematic." + (at 161.163 89.281 0) + (layer "Cmts.User") + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-variant_4.kicad_sch b/tests/board_samples/kicad_8/kibom-variant_4.kicad_sch index 48e251c30..4e43daf4c 100644 --- a/tests/board_samples/kicad_8/kibom-variant_4.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-variant_4.kicad_sch @@ -1,238 +1,611 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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)))) - ) - ) - ) - ) - - - (text "This schematic serves as a test-file for the KiBot export script.\nHere we implement the IBoM variants style." - (at 12.7 19.05 0) - (effects (font (size 2.0066 2.0066)) (justify left bottom)) - (uuid 825c70b0-4860-42b7-97dc-86bfa46e06fd) - ) - (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X X\nR1 X X X\nR2 X X\n\nproduction: blacklist T2\ntest: blacklist T1\ndefault: whitelist T1,default \n blacklist T2,T3" - (at 151.13 81.28 0) - (effects (font (size 2.9972 2.9972)) (justify left bottom)) - (uuid cbc539d2-6a10-4052-9b7a-f10326dcac67) - ) - - (symbol (lib_id "Device:C") (at 25.4 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43bec2) - (property "Reference" "C1" (at 28.321 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (at 28.321 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 26.3652 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "T2" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 06555ac3-0ee6-4a86-ad0c-e09cac2dcd90)) - (pin "2" (uuid 0e70e462-56bb-4e9b-b060-51e913ae478e)) - (instances - (project "kibom-variant_4" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 36.83 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43ce1c) - (property "Reference" "C2" (at 39.751 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000 pF" (at 39.751 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 37.7952 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "T3" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b6fdfb81-c406-4c88-ae0b-ee646ef2d740)) - (pin "2" (uuid 28200062-4f55-4fa7-a570-28e2ab274545)) - (instances - (project "kibom-variant_4" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 53.34 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d144) - (property "Reference" "R1" (at 55.118 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 55.118 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 51.562 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 71b25962-3bdb-41b6-8555-b03d1677ed65)) - (pin "2" (uuid 3c65acc2-e8fe-49eb-a1b1-0df75c185195)) - (instances - (project "kibom-variant_4" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d4bb) - (property "Reference" "R2" (at 65.278 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000" (at 65.278 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "T1" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d34385b1-fadf-4359-a8b1-59e02579d7e5)) - (pin "2" (uuid 43c60605-74b4-4257-83a1-c4affa06551c)) - (instances - (project "kibom-variant_4" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (text "This schematic serves as a test-file for the KiBot export script.\nHere we implement the IBoM variants style." + (exclude_from_sim no) + (at 12.7 19.05 0) + (effects + (font + (size 2.0066 2.0066) + ) + (justify left bottom) + ) + (uuid "825c70b0-4860-42b7-97dc-86bfa46e06fd") + ) + (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X X\nR1 X X X\nR2 X X\n\nproduction: blacklist T2\ntest: blacklist T1\ndefault: whitelist T1,default \n blacklist T2,T3" + (exclude_from_sim no) + (at 151.13 81.28 0) + (effects + (font + (size 2.9972 2.9972) + ) + (justify left bottom) + ) + (uuid "cbc539d2-6a10-4052-9b7a-f10326dcac67") + ) + (symbol + (lib_id "Device:C") + (at 25.4 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43bec2") + (property "Reference" "C1" + (at 28.321 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 28.321 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 26.3652 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "T2" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "06555ac3-0ee6-4a86-ad0c-e09cac2dcd90") + ) + (pin "2" + (uuid "0e70e462-56bb-4e9b-b060-51e913ae478e") + ) + (instances + (project "kibom-variant_4" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 36.83 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43ce1c") + (property "Reference" "C2" + (at 39.751 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000 pF" + (at 39.751 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 37.7952 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "T3" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b6fdfb81-c406-4c88-ae0b-ee646ef2d740") + ) + (pin "2" + (uuid "28200062-4f55-4fa7-a570-28e2ab274545") + ) + (instances + (project "kibom-variant_4" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 53.34 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d144") + (property "Reference" "R1" + (at 55.118 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 55.118 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 51.562 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "71b25962-3bdb-41b6-8555-b03d1677ed65") + ) + (pin "2" + (uuid "3c65acc2-e8fe-49eb-a1b1-0df75c185195") + ) + (instances + (project "kibom-variant_4" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d4bb") + (property "Reference" "R2" + (at 65.278 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000" + (at 65.278 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "T1" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d34385b1-fadf-4359-a8b1-59e02579d7e5") + ) + (pin "2" + (uuid "43c60605-74b4-4257-83a1-c4affa06551c") + ) + (instances + (project "kibom-variant_4" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-variant_5.kicad_sch b/tests/board_samples/kicad_8/kibom-variant_5.kicad_sch index 96af3eb16..dc958a23f 100644 --- a/tests/board_samples/kicad_8/kibom-variant_5.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-variant_5.kicad_sch @@ -1,238 +1,611 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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)))) - ) - ) - ) - ) - - - (text "This schematic serves as a test-file for the KiBot export script." - (at 12.7 19.05 0) - (effects (font (size 2.0066 2.0066)) (justify left bottom)) - (uuid 825c70b0-4860-42b7-97dc-86bfa46e06fd) - ) - (text "This test should cover KiBoM #137\ncase suggested by @RomaVis:\n A,B\nC1 \nC2 \nR1 \nR2 X \n" - (at 151.13 81.28 0) - (effects (font (size 2.9972 2.9972)) (justify left bottom)) - (uuid cbc539d2-6a10-4052-9b7a-f10326dcac67) - ) - - (symbol (lib_id "Device:C") (at 25.4 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43bec2) - (property "Reference" "C1" (at 28.321 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (at 28.321 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 26.3652 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "+A,-B" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 06555ac3-0ee6-4a86-ad0c-e09cac2dcd90)) - (pin "2" (uuid 0e70e462-56bb-4e9b-b060-51e913ae478e)) - (instances - (project "kibom-variant_5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 36.83 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43ce1c) - (property "Reference" "C2" (at 39.751 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000 pF" (at 39.751 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 37.7952 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "-B,+A" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b6fdfb81-c406-4c88-ae0b-ee646ef2d740)) - (pin "2" (uuid 28200062-4f55-4fa7-a570-28e2ab274545)) - (instances - (project "kibom-variant_5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 53.34 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d144) - (property "Reference" "R1" (at 55.118 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 55.118 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 51.562 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "-A" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 71b25962-3bdb-41b6-8555-b03d1677ed65)) - (pin "2" (uuid 3c65acc2-e8fe-49eb-a1b1-0df75c185195)) - (instances - (project "kibom-variant_5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d4bb) - (property "Reference" "R2" (at 65.278 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000" (at 65.278 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "+B" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d34385b1-fadf-4359-a8b1-59e02579d7e5)) - (pin "2" (uuid 43c60605-74b4-4257-83a1-c4affa06551c)) - (instances - (project "kibom-variant_5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (text "This schematic serves as a test-file for the KiBot export script." + (exclude_from_sim no) + (at 12.7 19.05 0) + (effects + (font + (size 2.0066 2.0066) + ) + (justify left bottom) + ) + (uuid "825c70b0-4860-42b7-97dc-86bfa46e06fd") + ) + (text "This test should cover KiBoM #137\ncase suggested by @RomaVis:\n A,B\nC1 \nC2 \nR1 \nR2 X \n" + (exclude_from_sim no) + (at 151.13 81.28 0) + (effects + (font + (size 2.9972 2.9972) + ) + (justify left bottom) + ) + (uuid "cbc539d2-6a10-4052-9b7a-f10326dcac67") + ) + (symbol + (lib_id "Device:C") + (at 25.4 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43bec2") + (property "Reference" "C1" + (at 28.321 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 28.321 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 26.3652 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "+A,-B" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "06555ac3-0ee6-4a86-ad0c-e09cac2dcd90") + ) + (pin "2" + (uuid "0e70e462-56bb-4e9b-b060-51e913ae478e") + ) + (instances + (project "kibom-variant_5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 36.83 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43ce1c") + (property "Reference" "C2" + (at 39.751 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000 pF" + (at 39.751 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 37.7952 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "-B,+A" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b6fdfb81-c406-4c88-ae0b-ee646ef2d740") + ) + (pin "2" + (uuid "28200062-4f55-4fa7-a570-28e2ab274545") + ) + (instances + (project "kibom-variant_5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 53.34 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d144") + (property "Reference" "R1" + (at 55.118 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 55.118 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 51.562 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "-A" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "71b25962-3bdb-41b6-8555-b03d1677ed65") + ) + (pin "2" + (uuid "3c65acc2-e8fe-49eb-a1b1-0df75c185195") + ) + (instances + (project "kibom-variant_5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d4bb") + (property "Reference" "R2" + (at 65.278 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000" + (at 65.278 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "+B" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d34385b1-fadf-4359-a8b1-59e02579d7e5") + ) + (pin "2" + (uuid "43c60605-74b4-4257-83a1-c4affa06551c") + ) + (instances + (project "kibom-variant_5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-variant_kicost.kicad_sch b/tests/board_samples/kicad_8/kibom-variant_kicost.kicad_sch index 96d82f6bd..518df41fc 100644 --- a/tests/board_samples/kicad_8/kibom-variant_kicost.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-variant_kicost.kicad_sch @@ -1,244 +1,575 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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)))) - ) - ) - ) - ) - - - (text "This schematic serves as a test-file for the KiBot export script.\nThis is the KiCost variants style test." - (at 12.954 18.542 0) - (effects (font (size 2.0066 2.0066)) (justify left bottom)) - (uuid 825c70b0-4860-42b7-97dc-86bfa46e06fd) - ) - (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X X\nR1 X X X\nR2 X X\n" - (at 151.13 66.04 0) - (effects (font (size 2.9972 2.9972)) (justify left bottom)) - (uuid bbb15673-6d42-42b8-9d51-7515b3ad9ee9) - ) - - (symbol (lib_id "Device:C") (at 25.4 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43bec2) - (property "Reference" "C1" (at 28.321 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (at 28.321 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 26.3652 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "kicost.default:dnp" "1" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "kicost.test:dnp" "0.0" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "kicost.production:nopop" "a" (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1d852d89-1cdb-456f-bd75-e5bf330ec7fa)) - (pin "2" (uuid 693f6a68-d06a-4d5a-9783-5457f185ef44)) - (instances - (project "kibom-variant_kicost" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 36.83 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43ce1c) - (property "Reference" "C2" (at 39.751 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000 pF" (at 39.751 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 37.7952 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "version" "production,test" (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 34e7faba-97d7-42e6-a0e1-28c41f9bdbc0)) - (pin "2" (uuid bd95337d-9eef-45a7-b43d-6568794bd766)) - (instances - (project "kibom-variant_kicost" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 53.34 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d144) - (property "Reference" "R1" (at 55.118 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 55.118 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 51.562 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "kicost.test:Value" "3k3" (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c6014d18-e232-44ed-a070-a1c74153bc15)) - (pin "2" (uuid 36974a30-0f6e-490b-94b6-6d027376cd96)) - (instances - (project "kibom-variant_kicost" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f43d4bb) - (property "Reference" "R2" (at 65.278 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000" (at 65.278 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 61.722 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Variant" "production default" (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 72b286fc-dc7e-4ad5-b2dc-5afc9698e4b6)) - (pin "2" (uuid d1bcc174-49ee-47dc-8537-17590e91bff5)) - (instances - (project "kibom-variant_kicost" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (text "This schematic serves as a test-file for the KiBot export script.\nThis is the KiCost variants style test." + (exclude_from_sim no) + (at 12.954 18.542 0) + (effects + (font + (size 2.0066 2.0066) + ) + (justify left bottom) + ) + (uuid "825c70b0-4860-42b7-97dc-86bfa46e06fd") + ) + (text "The test tests the following \nvariants matrix:\n production test default\nC1 X\nC2 X X\nR1 X X X\nR2 X X\n" + (exclude_from_sim no) + (at 151.13 66.04 0) + (effects + (font + (size 2.9972 2.9972) + ) + (justify left bottom) + ) + (uuid "bbb15673-6d42-42b8-9d51-7515b3ad9ee9") + ) + (symbol + (lib_id "Device:C") + (at 25.4 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43bec2") + (property "Reference" "C1" + (at 28.321 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 28.321 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 26.3652 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "kicost.default:dnp" "1" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "kicost.test:dnp" "0.0" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "kicost.production:nopop" "a" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1d852d89-1cdb-456f-bd75-e5bf330ec7fa") + ) + (pin "2" + (uuid "693f6a68-d06a-4d5a-9783-5457f185ef44") + ) + (instances + (project "kibom-variant_kicost" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 36.83 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43ce1c") + (property "Reference" "C2" + (at 39.751 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000 pF" + (at 39.751 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 37.7952 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "version" "production,test" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "34e7faba-97d7-42e6-a0e1-28c41f9bdbc0") + ) + (pin "2" + (uuid "bd95337d-9eef-45a7-b43d-6568794bd766") + ) + (instances + (project "kibom-variant_kicost" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 53.34 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d144") + (property "Reference" "R1" + (at 55.118 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 55.118 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 51.562 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "kicost.test:Value" "3k3" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c6014d18-e232-44ed-a070-a1c74153bc15") + ) + (pin "2" + (uuid "36974a30-0f6e-490b-94b6-6d027376cd96") + ) + (instances + (project "kibom-variant_kicost" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d4bb") + (property "Reference" "R2" + (at 65.278 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000" + (at 65.278 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 61.722 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Variant" "production default" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "72b286fc-dc7e-4ad5-b2dc-5afc9698e4b6") + ) + (pin "2" + (uuid "d1bcc174-49ee-47dc-8537-17590e91bff5") + ) + (instances + (project "kibom-variant_kicost" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-variant_kicost.xml b/tests/board_samples/kicad_8/kibom-variant_kicost.xml index 7af17ae74..82db58c91 100644 --- a/tests/board_samples/kicad_8/kibom-variant_kicost.xml +++ b/tests/board_samples/kicad_8/kibom-variant_kicost.xml @@ -2,8 +2,8 @@ kibom-variant_kicost.kicad_sch - jue 09 feb 2023 07:55:15 - Eeschema 7.0.0-rc2-unknown-rc2+208+g52b07b8bac + 2024-03-05T16:50:39+0000 + Eeschema 8.99.0-47-gb7b64d959f KiBom Test Schematic @@ -28,17 +28,20 @@ 1nF 1 - a 0.0 + a + + + - + - + 00000000-0000-0000-0000-00005f43bec2 @@ -46,13 +49,16 @@ 1000 pF production,test + + + - + - + 00000000-0000-0000-0000-00005f43ce1c @@ -60,13 +66,16 @@ 1k 3k3 + + + - + - + 00000000-0000-0000-0000-00005f43d144 @@ -74,13 +83,16 @@ 1000 production default + + + - + - + 00000000-0000-0000-0000-00005f43d4bb @@ -95,7 +107,9 @@ C C + ~ + Unpolarized capacitor @@ -111,7 +125,9 @@ R R + ~ + Resistor @@ -119,11 +135,7 @@ - - - /usr/share/kicad-nightly/symbols//Device.kicad_sym - - + diff --git a/tests/board_samples/kicad_8/kibom-variante.kicad_pcb b/tests/board_samples/kicad_8/kibom-variante.kicad_pcb index c5f7c3acb..c73f29832 100644 --- a/tests/board_samples/kicad_8/kibom-variante.kicad_pcb +++ b/tests/board_samples/kicad_8/kibom-variante.kicad_pcb @@ -1,1130 +1,4269 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (date "2024-01-19") - (comment 2 "The_C2") - ) - - (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) - ) - - (setup - (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 6) - (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-(R1-Pad2)") - (net 2 "Net-(R1-Pad1)") - (net 3 "Net-(R2-Pad2)") - (net 4 "Net-(R2-Pad1)") - (net 5 "Net-(R3-Pad2)") - (net 6 "Net-(R3-Pad1)") - (net 7 "Net-(R4-Pad2)") - (net 8 "Net-(R4-Pad1)") - (net 9 "Net-(R5-Pad2)") - (net 10 "Net-(R5-Pad1)") - (net 11 "Net-(R6-Pad2)") - (net 12 "Net-(R6-Pad1)") - (net 13 "Net-(R7-Pad2)") - (net 14 "Net-(R7-Pad1)") - (net 15 "Net-(R8-Pad2)") - (net 16 "Net-(R8-Pad1)") - (net 17 "Net-(R9-Pad2)") - (net 18 "Net-(R9-Pad1)") - (net 19 "Net-(R10-Pad2)") - (net 20 "Net-(R10-Pad1)") - (net 21 "Net-(R11-Pad2)") - (net 22 "Net-(R11-Pad1)") - (net 23 "Net-(R12-Pad2)") - (net 24 "Net-(R12-Pad1)") - (net 25 "Net-(R13-Pad2)") - (net 26 "Net-(R13-Pad1)") - (net 27 "Net-(R14-Pad2)") - (net 28 "Net-(R14-Pad1)") - (net 29 "Net-(R15-Pad2)") - (net 30 "Net-(R15-Pad1)") - (net 31 "Net-(R16-Pad2)") - (net 32 "Net-(R16-Pad1)") - (net 33 "Net-(R17-Pad2)") - (net 34 "Net-(R17-Pad1)") - (net 35 "Net-(R18-Pad2)") - (net 36 "Net-(R18-Pad1)") - (net 37 "Net-(R19-Pad2)") - (net 38 "Net-(R19-Pad1)") - (net 39 "Net-(R20-Pad2)") - (net 40 "Net-(R20-Pad1)") - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b1ae) - (at 127 89.027) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005e6a2873") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6135480-ace6-42b2-9c47-856ef57cded1) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6d1d60ff-408a-47a7-892f-c5cf9ef6ca75) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp e4aa537c-eb9d-4dbb-ac87-fae46af42391) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0f31f11f-c374-4640-b9a4-07bbdba8d354)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 998b7fa5-31a5-472e-9572-49d5226d6098)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e502d1d5-04b0-4d4b-b5c3-8c52d09668e7)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e4d2f565-25a0-48c6-be59-f4bf31ad2558)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7c04618d-9115-4179-b234-a8faf854ea92)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e67b9f8c-019b-4145-98a4-96545f6bb128)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a53767ed-bb28-4f90-abe0-e0ea734812a4)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9403623-c00c-4b71-bc5c-d763ff009386)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5fc9acb6-6dbb-4598-825b-4b9e7c4c67c4)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18b7e157-ae67-48ad-bd7c-9fef6fe45b22)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(R1-Pad1)") (tstamp 109caac1-5036-4f23-9a66-f569d871501b)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "Net-(R1-Pad2)") (tstamp 19b0959e-a79b-43b2-a5ad-525ced7e9131)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b1bf) - (at 127 91.977) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005e6a330d") - (attr smd) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c24d6ac8-802d-4df3-a210-9cb1f693e865) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 88668202-3f0b-4d07-84d4-dcd790f57272) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 37f31dec-63fc-4634-a141-5dc5d2b60fe4) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eae0ab9f-65b2-44d3-aba7-873c3227fba7)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70fb572d-d5ec-41e7-9482-63d4578b4f47)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 609b9e1b-4e3b-42b7-ac76-a62ec4d0e7c7)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7afa54c4-2181-41d3-81f7-39efc497ecae)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e54e5e19-1deb-49a9-8629-617db8e434c0)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7867831-ef82-4f33-a926-59e5c1c09b91)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 009a4fb4-fcc0-4623-ae5d-c1bae3219583)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91c1eb0a-67ae-4ef0-95ce-d060a03a7313)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf386a39-fc62-49dd-8ec5-e044f6bd67ce)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "Net-(R2-Pad1)") (tstamp 25e5aa8e-2696-44a3-8d3c-c2c53f2923cf)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(R2-Pad2)") (tstamp 6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b1d0) - (at 131.41 89.027) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005e6a35e1") - (attr smd) - (fp_text reference "R3" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cb614b23-9af3-4aec-bed8-c1374e001510) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 20cca02e-4c4d-4961-b6b4-b40a1731b220) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 5487601b-81d3-4c70-8f3d-cf9df9c63302) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 59ec3156-036e-4049-89db-91a9dd07095f)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d39d813e-3e64-490c-ba5c-a64bb5ad6bd0)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e315e69-0417-463a-8b7f-469a08d1496e)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a2b20ae-096c-4d9f-92f8-2087c865914f)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 071522c0-d0ed-49b9-906e-6295f67fb0dc)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2846428d-39de-4eae-8ce2-64955d56c493)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3fc1e69-a11c-4c84-8952-fefb9372474e)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a29f8df0-3fae-4edf-8d9c-bd5a875b13e3)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 597a11f2-5d2c-4a65-ac95-38ad106e1367)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 926001fd-2747-4639-8c0f-4fc46ff7218d)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(R3-Pad1)") (tstamp 9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "Net-(R3-Pad2)") (tstamp 4fa10683-33cd-4dcd-8acc-2415cd63c62a)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b1e1) - (at 127 94.927) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005e6a37b2") - (attr smd) - (fp_text reference "R4" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b044939-8c4d-444f-b9e0-a15fcdeb5a86) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 576c6616-e95d-4f1e-8ead-dea30fcdc8c2) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 89e83c2e-e90a-4a50-b278-880bac0cfb49) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5edcefbe-9766-42c8-9529-28d0ec865573)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec5c2062-3a41-4636-8803-069e60a1641a)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4f86a46-3bc8-4daa-9125-a63f297eb114)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81a15393-727e-448b-a777-b18773023d89)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22999e73-da32-43a5-9163-4b3a41614f25)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e68f0cd-800e-4167-9553-71fc59da1eeb)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 262f1ea9-0133-4b43-be36-456207ea857c)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5e521b9-814e-4853-a5ac-f158785c6269)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1c799a0-3c93-493a-9ad7-8a0561bc69ee)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 721d1be9-236e-470b-ba69-f1cc6c43faf9)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "Net-(R4-Pad1)") (tstamp 40b14a16-fb82-4b9d-89dd-55cd98abb5cc)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 7 "Net-(R4-Pad2)") (tstamp 658dad07-97fd-466c-8b49-21892ac96ea4)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b1f2) - (at 131.41 91.977) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0f7340") - (attr smd) - (fp_text reference "R5" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b0906e10-2fbc-4309-a8b4-6fc4cd1a5490) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 0ce8d3ab-2662-4158-8a2a-18b782908fc5) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9667181-b3c7-4b01-b8b4-baa29a9aea63)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebd06df3-d52b-4cff-99a2-a771df6d3733)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd9595a1-04f3-4fda-8f1b-e65ad874edd3)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be645d0f-8568-47a0-a152-e3ddd33563eb)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 309b3bff-19c8-41ec-a84d-63399c649f46)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c0807a7-765b-4fa5-baaa-e09a2b610e6b)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29195ea4-8218-44a1-b4bf-466bee0082e4)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cff34251-839c-4da9-a0ad-85d0fc4e32af)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5b800ca-1ab6-4b66-b5f7-2dda5658b504)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 10 "Net-(R5-Pad1)") (tstamp 173f6f06-e7d0-42ac-ab03-ce6b79b9eeee)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 9 "Net-(R5-Pad2)") (tstamp 2e842263-c0ba-46fd-a760-6624d4c78278)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b203) - (at 135.82 89.027) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0f734b") - (attr smd) - (fp_text reference "R6" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 814763c2-92e5-4a2c-941c-9bbd073f6e87) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e65b62be-e01b-4688-a999-1d1be370c4ae) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 82be7aae-5d06-4178-8c3e-98760c41b054) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a4ce4b3-518a-4819-b8b2-5127b3347c64)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 20c315f4-1e4f-49aa-8d61-778a7389df7e)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d6fb27cf-362d-4568-967c-a5bf49d5931b)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e0a03ae-d054-4f76-a131-5c09b8dc1636)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9193c41e-d425-447d-b95c-6986d66ea01c)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27d56953-c620-4d5b-9c1c-e48bc3d9684a)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d9c6d5d2-0b49-49ba-a970-cd2c32f74c54)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1535036-5d36-405f-bb86-3819621c4f23)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6b7df29-bcf8-46a9-b623-7eaac47f5110)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9b3f6e4-7a6d-4ae8-ad28-3d8458e0ca1a)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 12 "Net-(R6-Pad1)") (tstamp 6fd4442e-30b3-428b-9306-61418a63d311)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 11 "Net-(R6-Pad2)") (tstamp 8d0c1d66-35ef-4a53-a28f-436a11b54f42)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b214) - (at 127 97.877) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0f7356") - (attr smd) - (fp_text reference "R7" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 644ae9fc-3c8e-4089-866e-a12bf371c3e9) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 41acfe41-fac7-432a-a7a3-946566e2d504) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 3a52f112-cb97-43db-aaeb-20afe27664d7) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f2301df-e4bc-479e-a681-cc59c9a2dbbb)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a8447faf-e0a0-4c4a-ae53-4d4b28669151)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 101ef598-601d-400e-9ef6-d655fbb1dbfa)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f52d787-caa3-4a92-b1b2-19d554dc29a4)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8029a4c-945d-42ca-871a-dd73ff50a1a3)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6781326c-6e0d-4753-8f28-0f5c687e01f9)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8087f566-a94d-4bbc-985b-e49ee7762296)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4eb0267-179f-46c9-b516-9bfb06bac1ba)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98c78427-acd5-4f90-9ad6-9f61c4809aec)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65134029-dbd2-409a-85a8-13c2a33ff019)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 14 "Net-(R7-Pad1)") (tstamp 5b34a16c-5a14-4291-8242-ea6d6ac54372)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "Net-(R7-Pad2)") (tstamp c701ee8e-1214-4781-a973-17bef7b6e3eb)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b225) - (at 131.41 94.927) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0f7361") - (attr smd) - (fp_text reference "R8" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 240e5dac-6242-47a5-bbef-f76d11c715c0) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aa2ea573-3f20-43c1-aa99-1f9c6031a9aa) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp f40d350f-0d3e-4f8a-b004-d950f2f8f1ba) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 477311b9-8f81-40c8-9c55-fd87e287247a)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 097edb1b-8998-4e70-b670-bba125982348)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67763d19-f622-4e1e-81e5-5b24da7c3f99)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 994b6220-4755-4d84-91b3-6122ac1c2c5e)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6284122b-79c3-4e04-925e-3d32cc3ec077)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca5a4651-0d1d-441b-b17d-01518ef3b656)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14c51520-6d91-4098-a59a-5121f2a898f7)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d67a417-188f-4014-9282-000265d80009)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84e5506c-143e-495f-9aa4-d3a71622f213)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 16 "Net-(R8-Pad1)") (tstamp 099096e4-8c2a-4d84-a16f-06b4b6330e7a)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 15 "Net-(R8-Pad2)") (tstamp a13ab237-8f8d-4e16-8c47-4440653b8534)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b236) - (at 135.82 91.977) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0f7fe1") - (attr smd) - (fp_text reference "R9" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6ec113ca-7d27-4b14-a180-1e5e2fd1c167) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e43dbe34-ed17-4e35-a5c7-2f1679b3c415) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 14769dc5-8525-4984-8b15-a734ee247efa) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7cee474b-af8f-4832-b07a-c43c1ab0b464)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 853ee787-6e2c-4f32-bc75-6c17337dd3d5)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ca4be1c-537e-4a4a-b344-d0c8ffde8546)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 57c0c267-8bf9-4cc7-b734-d71a239ac313)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 275aa44a-b61f-489f-9e2a-819a0fe0d1eb)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c67e4f6-9d04-4539-b356-b76e915ce848)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21ae9c3a-7138-444e-be38-56a4842ab594)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19c56563-5fe3-442a-885b-418dbc2421eb)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7e7067c-5f5e-48d8-ab59-df26f9b35863)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9cb12cc8-7f1a-4a01-9256-c119f11a8a02)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 18 "Net-(R9-Pad1)") (tstamp cfa5c16e-7859-460d-a0b8-cea7d7ea629c)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 17 "Net-(R9-Pad2)") (tstamp b447dbb1-d38e-4a15-93cb-12c25382ea53)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b247) - (at 140.23 89.027) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0f7fec") - (attr smd) - (fp_text reference "R10" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b1c649b1-f44d-46c7-9dea-818e75a1b87e) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f3628265-0155-43e2-a467-c40ff783e265) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 6595b9c7-02ee-4647-bde5-6b566e35163e) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4c6fdbb-fdc7-4ad4-a516-240d84cdc120)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 789ca812-3e0c-4a3f-97bc-a916dd9bce80)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cdfb07af-801b-44ba-8c30-d021a6ad3039)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6b860cc-cb76-4220-acfb-68f1eb348bfa)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a17904b9-135e-4dae-ae20-401c7787de72)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f202141e-c20d-4cac-b016-06a44f2ecce8)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 770ad51a-7219-4633-b24a-bd20feb0a6c5)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7199d9b-bebb-4100-9ad3-c2bd31e21d65)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16a9ae8c-3ad2-439b-8efe-377c994670c7)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db36f6e3-e72a-487f-bda9-88cc84536f62)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "Net-(R10-Pad1)") (tstamp 5114c7bf-b955-49f3-a0a8-4b954c81bde0)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 19 "Net-(R10-Pad2)") (tstamp 182b2d54-931d-49d6-9f39-60a752623e36)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b258) - (at 131.41 97.877) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0f7ff7") - (attr smd) - (fp_text reference "R11" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dde51ae5-b215-445e-92bb-4a12ec410531) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7599133e-c681-4202-85d9-c20dac196c64) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 4fb21471-41be-4be8-9687-66030f97befc) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c5eb1e4c-ce83-470e-8f32-e20ff1f886a3)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 85b7594c-358f-454b-b2ad-dd0b1d67ed76)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5cd8da1-8f7f-4f80-bb23-0317de562222)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16bd6381-8ac0-4bf2-9dce-ecc20c724b8d)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01e9b6e7-adf9-4ee7-9447-a588630ee4a2)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a21e717-d46d-4d9e-8b98-af4ecb02d3ec)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0755aee5-bc01-4cb5-b830-583289df50a3)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec31c074-17b2-48e1-ab01-071acad3fa04)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60dcd1fe-7079-4cb8-b509-04558ccf5097)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 22 "Net-(R11-Pad1)") (tstamp 7d928d56-093a-4ca8-aed1-414b7e703b45)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 21 "Net-(R11-Pad2)") (tstamp ca87f11b-5f48-4b57-8535-68d3ec2fe5a9)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b269) - (at 135.82 94.927) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0f8002") - (attr smd) - (fp_text reference "R12" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d3c11c8f-a73d-4211-934b-a6da255728ad) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 639c0e59-e95c-4114-bccd-2e7277505454) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a27eb049-c992-4f11-a026-1e6a8d9d0160)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13c0ff76-ed71-4cd9-abb0-92c376825d5d)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8412992d-8754-44de-9e08-115cec1a3eff)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffd175d1-912a-4224-be1e-a8198680f46b)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df32840e-2912-4088-b54c-9a85f64c0265)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c332fa55-4168-4f55-88a5-f82c7c21040b)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f3003e6-dce5-420f-906b-3f1e92b67249)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 03caada9-9e22-4e2d-9035-b15433dfbb17)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ff508fd-18da-4ab7-9844-3c8a28c2587e)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 378af8b4-af3d-46e7-89ae-deff12ca9067)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 24 "Net-(R12-Pad1)") (tstamp b96fe6ac-3535-4455-ab88-ed77f5e46d6e)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 23 "Net-(R12-Pad2)") (tstamp 68877d35-b796-44db-9124-b8e744e7412e)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b27a) - (at 140.23 91.977) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0fa280") - (attr smd) - (fp_text reference "R13" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8e06ba1f-e3ba-4eb9-a10e-887dffd566d6) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 40165eda-4ba6-4565-9bb4-b9df6dbb08da) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 7e023245-2c2b-4e2b-bfb9-5d35176e88f2) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7269d2a-b8c0-422d-8f25-f79ea31bf75e)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aca4de92-9c41-4c2b-9afa-540d02dafa1c)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c830e3bc-dc64-4f65-8f47-3b106bae2807)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c43663ee-9a0d-4f27-a292-89ba89964065)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25d545dc-8f50-4573-922c-35ef5a2a3a19)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e8701fc-ad24-40ea-846a-e3db538d6077)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df68c26a-03b5-4466-aecf-ba34b7dce6b7)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4780a290-d25c-4459-9579-eba3f7678762)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp babeabf2-f3b0-4ed5-8d9e-0215947e6cf3)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8c50f1b-c316-4110-9cce-5c24c65a1eaa)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 26 "Net-(R13-Pad1)") (tstamp c25a772d-af9c-4ebc-96f6-0966738c13a8)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 25 "Net-(R13-Pad2)") (tstamp d5641ac9-9be7-46bf-90b3-6c83d852b5ba)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b28b) - (at 144.64 89.027) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0fa28b") - (attr smd) - (fp_text reference "R14" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b88717bd-086f-46cd-9d3f-0396009d0996) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 61fe293f-6808-4b7f-9340-9aaac7054a97) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 2f215f15-3d52-4c91-93e6-3ea03a95622f) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bfe5804-2ef9-4c65-b2a7-f01e4014370a)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d9cdadc-9036-4a95-b6db-fa7b3b74c869)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 24f7628d-681d-4f0e-8409-40a129e929d9)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a7648d8-121a-4921-9b92-9b35b76ce39b)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e903008-0276-4a73-8edb-5d9dfde6297c)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75ffc65c-7132-4411-9f2a-ae0c73d79338)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd5408e4-362d-4e43-9d39-78fb99eb52c8)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8da933a9-35f8-42e6-8504-d1bab7264306)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0217dfc4-fc13-4699-99ad-d9948522648e)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0eca5ed-bc5e-4618-9bcd-80945bea41ed)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 28 "Net-(R14-Pad1)") (tstamp 8c6a821f-8e19-48f3-8f44-9b340f7689bc)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 27 "Net-(R14-Pad2)") (tstamp 6475547d-3216-45a4-a15c-48314f1dd0f9)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b29c) - (at 135.82 97.877) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0fa296") - (attr smd) - (fp_text reference "R15" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6441b183-b8f2-458f-a23d-60e2b1f66dd6) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 31e08896-1992-4725-96d9-9d2728bca7a3) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp b5352a33-563a-4ffe-a231-2e68fb54afa3) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5528bcad-2950-4673-90eb-c37e6952c475)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7edc9030-db7b-43ac-a1b3-b87eeacb4c2d)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a4ec8d9-3d72-4952-83d4-808f65849a2b)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08a7c925-7fae-4530-b0c9-120e185cb318)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbd8faed-e1f8-4406-87c8-58b2c504a5d4)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f2c93195-af12-4d3e-acdf-bdd0ff675c24)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66043bca-a260-4915-9fce-8a51d324c687)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 852dabbf-de45-4470-8176-59d37a754407)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d6db888-4e40-41c8-b701-07170fc894bc)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7bbf981c-a063-4e30-8911-e4228e1c0743)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 30 "Net-(R15-Pad1)") (tstamp 003c2200-0632-4808-a662-8ddd5d30c768)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 29 "Net-(R15-Pad2)") (tstamp 240e07e1-770b-4b27-894f-29fd601c924d)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b2ad) - (at 140.23 94.927) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0fa2a1") - (attr smd) - (fp_text reference "R16" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9bb20359-0f8b-45bc-9d38-6626ed3a939d) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2d210a96-f81f-42a9-8bf4-1b43c11086f3) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp e857610b-4434-4144-b04e-43c1ebdc5ceb) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7aed3a71-054b-4aaa-9c0a-030523c32827)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0515cd2-cdaa-467e-8354-0f6eadfa35c9)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42713045-fffd-4b2d-ae1e-7232d705fb12)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1bf544e3-5940-4576-9291-2464e95c0ee2)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 666713b0-70f4-42df-8761-f65bc212d03b)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c2e273e-743c-4f1e-a647-4171f8122550)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9157f4ae-0244-4ff1-9f73-3cb4cbb5f280)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 32 "Net-(R16-Pad1)") (tstamp 97fe9c60-586f-4895-8504-4d3729f5f81a)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 31 "Net-(R16-Pad2)") (tstamp bdc7face-9f7c-4701-80bb-4cc144448db1)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b2be) - (at 144.64 91.977) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0fcaa9") - (attr smd) - (fp_text reference "R17" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1831fb37-1c5d-42c4-b898-151be6fca9dc)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe8d9267-7834-48d6-a191-c8724b2ee78d)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f22151c-f260-4674-b486-4710a2c42a55)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b21a65d-d20b-411e-920a-75c343ac5136)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cd1bda0-18db-417d-b581-a0c50623df68)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce83728b-bebd-48c2-8734-b6a50d837931)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c41b3c8b-634e-435a-b582-96b83bbd4032)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 34 "Net-(R17-Pad1)") (tstamp 03c52831-5dc5-43c5-a442-8d23643b46fb)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 33 "Net-(R17-Pad2)") (tstamp d57dcfee-5058-4fc2-a68b-05f9a48f685b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b2cf) - (at 140.23 97.877) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0fcab4") - (attr smd) - (fp_text reference "R18" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54365317-1355-4216-bb75-829375abc4ec)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3e4f0ae-9f86-49e9-b386-ed8b42e012fb)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a690fc6c-55d9-47e6-b533-faa4b67e20f3)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87371631-aa02-498a-998a-09bdb74784c1)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 36 "Net-(R18-Pad1)") (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 35 "Net-(R18-Pad2)") (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b2e0) - (at 144.64 94.927) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0fcabf") - (attr smd) - (fp_text reference "R19" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e8314017-7be6-4011-9179-37449a29b311) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c022004a-c968-410e-b59e-fbab0e561e9d)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77ed3941-d133-4aef-a9af-5a39322d14eb)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47baf4b1-0938-497d-88f9-671136aa8be7)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e615f7aa-337e-474d-9615-2ad82b1c44ca)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4fb02e58-160a-4a39-9f22-d0c75e82ee72)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 746ba970-8279-4e7b-aed3-f28687777c21)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55e740a3-0735-4744-896e-2bf5437093b9)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 38 "Net-(R19-Pad1)") (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 37 "Net-(R19-Pad2)") (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f53b2f1) - (at 144.64 97.877) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f0fcaca") - (attr smd) - (fp_text reference "R20" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a05d7640-f2f6-4ba7-8c51-5a4af431fc13) - ) - (fp_text value "10K" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 13abf99d-5265-4779-8973-e94370fd18ff) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp a7520ad3-0f8b-4788-92d4-8ffb277041e6) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23bb2798-d93a-4696-a962-c305c4298a0c)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78cbdd6c-4878-4cc5-9a58-0e506478e37d)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 983c426c-24e0-4c65-ab69-1f1824adc5c6)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6e105729-aba0-497c-a99e-c32d2b3ddb6d)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1d83899-e380-49f9-a87d-8e78bc089ebf)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46918595-4a45-48e8-84c0-961b4db7f35f)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a795f1ba-cdd5-4cc5-9a52-08586e982934)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ccf03e8-755a-4cd9-96fc-30e1d08fa253)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94c158d1-8503-4553-b511-bf42f506c2a8)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 40 "Net-(R20-Pad1)") (tstamp da469d11-a8a4-414b-9449-d151eeaf4853)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 39 "Net-(R20-Pad2)") (tstamp 62c076a3-d618-44a2-9042-9a08b3576787)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - (model "${KIPRJMOD}/../../data/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 124.46 85.09) (end 124.46 101.6) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005f53b433)) - (gr_line (start 124.46 101.6) (end 147.32 101.6) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 0cc45b5b-96b3-4284-9cae-a3a9e324a916)) - (gr_line (start 147.193 85.09) (end 124.46 85.09) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp f1447ad6-651c-45be-a2d6-33bddf672c2c)) - (gr_line (start 147.32 101.6) (end 147.193 85.09) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp f6c644f4-3036-41a6-9e14-2c08c079c6cd)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.99") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (date "2024-01-19") + (comment 2 "The_C2") + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "Net-(R1-Pad2)") + (net 2 "Net-(R1-Pad1)") + (net 3 "Net-(R2-Pad2)") + (net 4 "Net-(R2-Pad1)") + (net 5 "Net-(R3-Pad2)") + (net 6 "Net-(R3-Pad1)") + (net 7 "Net-(R4-Pad2)") + (net 8 "Net-(R4-Pad1)") + (net 9 "Net-(R5-Pad2)") + (net 10 "Net-(R5-Pad1)") + (net 11 "Net-(R6-Pad2)") + (net 12 "Net-(R6-Pad1)") + (net 13 "Net-(R7-Pad2)") + (net 14 "Net-(R7-Pad1)") + (net 15 "Net-(R8-Pad2)") + (net 16 "Net-(R8-Pad1)") + (net 17 "Net-(R9-Pad2)") + (net 18 "Net-(R9-Pad1)") + (net 19 "Net-(R10-Pad2)") + (net 20 "Net-(R10-Pad1)") + (net 21 "Net-(R11-Pad2)") + (net 22 "Net-(R11-Pad1)") + (net 23 "Net-(R12-Pad2)") + (net 24 "Net-(R12-Pad1)") + (net 25 "Net-(R13-Pad2)") + (net 26 "Net-(R13-Pad1)") + (net 27 "Net-(R14-Pad2)") + (net 28 "Net-(R14-Pad1)") + (net 29 "Net-(R15-Pad2)") + (net 30 "Net-(R15-Pad1)") + (net 31 "Net-(R16-Pad2)") + (net 32 "Net-(R16-Pad1)") + (net 33 "Net-(R17-Pad2)") + (net 34 "Net-(R17-Pad1)") + (net 35 "Net-(R18-Pad2)") + (net 36 "Net-(R18-Pad1)") + (net 37 "Net-(R19-Pad2)") + (net 38 "Net-(R19-Pad1)") + (net 39 "Net-(R20-Pad2)") + (net 40 "Net-(R20-Pad1)") + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b1ae") + (at 127 89.027) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "b6135480-ace6-42b2-9c47-856ef57cded1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "6d1d60ff-408a-47a7-892f-c5cf9ef6ca75") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7983929-1e35-4bca-b861-b8132f8d3121") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "45c3feec-6400-4141-9825-6ad9c1c692fc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc441eee-5703-489c-9266-315de555d1e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a2873") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0f31f11f-c374-4640-b9a4-07bbdba8d354") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "998b7fa5-31a5-472e-9572-49d5226d6098") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e502d1d5-04b0-4d4b-b5c3-8c52d09668e7") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e4d2f565-25a0-48c6-be59-f4bf31ad2558") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7c04618d-9115-4179-b234-a8faf854ea92") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e67b9f8c-019b-4145-98a4-96545f6bb128") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a53767ed-bb28-4f90-abe0-e0ea734812a4") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9403623-c00c-4b71-bc5c-d763ff009386") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5fc9acb6-6dbb-4598-825b-4b9e7c4c67c4") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18b7e157-ae67-48ad-bd7c-9fef6fe45b22") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e4aa537c-eb9d-4dbb-ac87-fae46af42391") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(R1-Pad1)") + (uuid "109caac1-5036-4f23-9a66-f569d871501b") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "Net-(R1-Pad2)") + (uuid "19b0959e-a79b-43b2-a5ad-525ced7e9131") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b1bf") + (at 127 91.977) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "c24d6ac8-802d-4df3-a210-9cb1f693e865") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "88668202-3f0b-4d07-84d4-dcd790f57272") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "921d28f2-4fd9-4c5d-9ffa-d03c3cab48ad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68d15129-85b7-4ee5-a079-532d55e8fdbb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f012983e-0a5e-40ab-8e33-3c756a35f188") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a330d") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eae0ab9f-65b2-44d3-aba7-873c3227fba7") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70fb572d-d5ec-41e7-9482-63d4578b4f47") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "609b9e1b-4e3b-42b7-ac76-a62ec4d0e7c7") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7afa54c4-2181-41d3-81f7-39efc497ecae") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e54e5e19-1deb-49a9-8629-617db8e434c0") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b7867831-ef82-4f33-a926-59e5c1c09b91") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "009a4fb4-fcc0-4623-ae5d-c1bae3219583") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "91c1eb0a-67ae-4ef0-95ce-d060a03a7313") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cf386a39-fc62-49dd-8ec5-e044f6bd67ce") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "37f31dec-63fc-4634-a141-5dc5d2b60fe4") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(R2-Pad1)") + (uuid "25e5aa8e-2696-44a3-8d3c-c2c53f2923cf") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(R2-Pad2)") + (uuid "6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b1d0") + (at 131.41 89.027) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R3" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "cb614b23-9af3-4aec-bed8-c1374e001510") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "20cca02e-4c4d-4961-b6b4-b40a1731b220") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19afcc76-4023-4787-baf9-ac30cc7444b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e21b5479-2ee4-401c-bfc9-76163c03f03a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ef66f316-2ebc-40b5-9c01-8c2b7cc8ebd4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a35e1") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "59ec3156-036e-4049-89db-91a9dd07095f") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d39d813e-3e64-490c-ba5c-a64bb5ad6bd0") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e315e69-0417-463a-8b7f-469a08d1496e") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6a2b20ae-096c-4d9f-92f8-2087c865914f") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "071522c0-d0ed-49b9-906e-6295f67fb0dc") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2846428d-39de-4eae-8ce2-64955d56c493") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3fc1e69-a11c-4c84-8952-fefb9372474e") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a29f8df0-3fae-4edf-8d9c-bd5a875b13e3") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "597a11f2-5d2c-4a65-ac95-38ad106e1367") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "926001fd-2747-4639-8c0f-4fc46ff7218d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "5487601b-81d3-4c70-8f3d-cf9df9c63302") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(R3-Pad1)") + (uuid "9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(R3-Pad2)") + (uuid "4fa10683-33cd-4dcd-8acc-2415cd63c62a") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b1e1") + (at 127 94.927) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R4" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "7b044939-8c4d-444f-b9e0-a15fcdeb5a86") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "576c6616-e95d-4f1e-8ead-dea30fcdc8c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6a73f1b-c438-4430-89ed-a53e08fcea32") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "59b10bb3-5100-4571-a5e6-ed1092543e23") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1c5b51d-6b18-4903-8f8e-e026ea6ca776") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005e6a37b2") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5edcefbe-9766-42c8-9529-28d0ec865573") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec5c2062-3a41-4636-8803-069e60a1641a") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a4f86a46-3bc8-4daa-9125-a63f297eb114") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81a15393-727e-448b-a777-b18773023d89") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "22999e73-da32-43a5-9163-4b3a41614f25") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6e68f0cd-800e-4167-9553-71fc59da1eeb") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "262f1ea9-0133-4b43-be36-456207ea857c") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a5e521b9-814e-4853-a5ac-f158785c6269") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1c799a0-3c93-493a-9ad7-8a0561bc69ee") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "721d1be9-236e-470b-ba69-f1cc6c43faf9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "89e83c2e-e90a-4a50-b278-880bac0cfb49") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(R4-Pad1)") + (uuid "40b14a16-fb82-4b9d-89dd-55cd98abb5cc") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(R4-Pad2)") + (uuid "658dad07-97fd-466c-8b49-21892ac96ea4") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b1f2") + (at 131.41 91.977) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R5" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "b0906e10-2fbc-4309-a8b4-6fc4cd1a5490") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f166b455-6c78-4b73-887d-9e69caaabd9a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c3f4e18-51bf-49ea-8942-235b1a377742") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cbbf2178-2b7a-4ac2-88b9-661fcd0ed027") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0f7340") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9667181-b3c7-4b01-b8b4-baa29a9aea63") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ebd06df3-d52b-4cff-99a2-a771df6d3733") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bd9595a1-04f3-4fda-8f1b-e65ad874edd3") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be645d0f-8568-47a0-a152-e3ddd33563eb") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "309b3bff-19c8-41ec-a84d-63399c649f46") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8c0807a7-765b-4fa5-baaa-e09a2b610e6b") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29195ea4-8218-44a1-b4bf-466bee0082e4") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cff34251-839c-4da9-a0ad-85d0fc4e32af") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d5b800ca-1ab6-4b66-b5f7-2dda5658b504") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "0ce8d3ab-2662-4158-8a2a-18b782908fc5") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 10 "Net-(R5-Pad1)") + (uuid "173f6f06-e7d0-42ac-ab03-ce6b79b9eeee") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 9 "Net-(R5-Pad2)") + (uuid "2e842263-c0ba-46fd-a760-6624d4c78278") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b203") + (at 135.82 89.027) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R6" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "814763c2-92e5-4a2c-941c-9bbd073f6e87") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "e65b62be-e01b-4688-a999-1d1be370c4ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e70abf9-676c-4142-a0bc-65c2adb1f4fd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8793cbd1-5fb8-45a9-891d-c097eec2de9f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cedc822e-5769-4b1c-ae4b-bc2d251174ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0f734b") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a4ce4b3-518a-4819-b8b2-5127b3347c64") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "20c315f4-1e4f-49aa-8d61-778a7389df7e") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d6fb27cf-362d-4568-967c-a5bf49d5931b") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e0a03ae-d054-4f76-a131-5c09b8dc1636") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9193c41e-d425-447d-b95c-6986d66ea01c") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "27d56953-c620-4d5b-9c1c-e48bc3d9684a") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d9c6d5d2-0b49-49ba-a970-cd2c32f74c54") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e1535036-5d36-405f-bb86-3819621c4f23") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a6b7df29-bcf8-46a9-b623-7eaac47f5110") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a9b3f6e4-7a6d-4ae8-ad28-3d8458e0ca1a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "82be7aae-5d06-4178-8c3e-98760c41b054") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 12 "Net-(R6-Pad1)") + (uuid "6fd4442e-30b3-428b-9306-61418a63d311") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 11 "Net-(R6-Pad2)") + (uuid "8d0c1d66-35ef-4a53-a28f-436a11b54f42") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b214") + (at 127 97.877) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R7" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "644ae9fc-3c8e-4089-866e-a12bf371c3e9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "41acfe41-fac7-432a-a7a3-946566e2d504") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "295beb8d-7ebe-469d-813d-48858703dd1a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ba8e208-a2fa-404f-a1b6-140457568029") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "068b00f3-c488-4225-acc1-8002f1733e8f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0f7356") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f2301df-e4bc-479e-a681-cc59c9a2dbbb") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a8447faf-e0a0-4c4a-ae53-4d4b28669151") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "101ef598-601d-400e-9ef6-d655fbb1dbfa") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f52d787-caa3-4a92-b1b2-19d554dc29a4") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c8029a4c-945d-42ca-871a-dd73ff50a1a3") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6781326c-6e0d-4753-8f28-0f5c687e01f9") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8087f566-a94d-4bbc-985b-e49ee7762296") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f4eb0267-179f-46c9-b516-9bfb06bac1ba") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98c78427-acd5-4f90-9ad6-9f61c4809aec") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "65134029-dbd2-409a-85a8-13c2a33ff019") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "3a52f112-cb97-43db-aaeb-20afe27664d7") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 14 "Net-(R7-Pad1)") + (uuid "5b34a16c-5a14-4291-8242-ea6d6ac54372") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 13 "Net-(R7-Pad2)") + (uuid "c701ee8e-1214-4781-a973-17bef7b6e3eb") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b225") + (at 131.41 94.927) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R8" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "240e5dac-6242-47a5-bbef-f76d11c715c0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "aa2ea573-3f20-43c1-aa99-1f9c6031a9aa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "532a0785-5ffb-4ff2-9e5b-96ecd242951b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a1647710-58f0-4c8f-825d-b9a3e02fb0d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eac25847-f47c-4b1e-9f0d-4cef5f21571e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0f7361") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "477311b9-8f81-40c8-9c55-fd87e287247a") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "097edb1b-8998-4e70-b670-bba125982348") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67763d19-f622-4e1e-81e5-5b24da7c3f99") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "994b6220-4755-4d84-91b3-6122ac1c2c5e") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6284122b-79c3-4e04-925e-3d32cc3ec077") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ca5a4651-0d1d-441b-b17d-01518ef3b656") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14c51520-6d91-4098-a59a-5121f2a898f7") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d67a417-188f-4014-9282-000265d80009") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "84e5506c-143e-495f-9aa4-d3a71622f213") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f40d350f-0d3e-4f8a-b004-d950f2f8f1ba") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 16 "Net-(R8-Pad1)") + (uuid "099096e4-8c2a-4d84-a16f-06b4b6330e7a") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 15 "Net-(R8-Pad2)") + (uuid "a13ab237-8f8d-4e16-8c47-4440653b8534") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b236") + (at 135.82 91.977) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R9" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "6ec113ca-7d27-4b14-a180-1e5e2fd1c167") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "e43dbe34-ed17-4e35-a5c7-2f1679b3c415") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0dce42df-10f1-4158-ac3d-efb0ae221c12") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "da6a3bb6-0fb2-44b1-8272-34f61794f371") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "441af7f8-c4fd-4f0e-931e-8f0cddfde3f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0f7fe1") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7cee474b-af8f-4832-b07a-c43c1ab0b464") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "853ee787-6e2c-4f32-bc75-6c17337dd3d5") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5ca4be1c-537e-4a4a-b344-d0c8ffde8546") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "57c0c267-8bf9-4cc7-b734-d71a239ac313") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "275aa44a-b61f-489f-9e2a-819a0fe0d1eb") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6c67e4f6-9d04-4539-b356-b76e915ce848") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "21ae9c3a-7138-444e-be38-56a4842ab594") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "19c56563-5fe3-442a-885b-418dbc2421eb") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7e7067c-5f5e-48d8-ab59-df26f9b35863") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9cb12cc8-7f1a-4a01-9256-c119f11a8a02") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "14769dc5-8525-4984-8b15-a734ee247efa") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 18 "Net-(R9-Pad1)") + (uuid "cfa5c16e-7859-460d-a0b8-cea7d7ea629c") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 17 "Net-(R9-Pad2)") + (uuid "b447dbb1-d38e-4a15-93cb-12c25382ea53") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b247") + (at 140.23 89.027) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R10" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "b1c649b1-f44d-46c7-9dea-818e75a1b87e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "f3628265-0155-43e2-a467-c40ff783e265") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5cfe7adb-a86f-4897-ba11-8fc7b1cdad19") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "301e8729-75d6-4d32-b1d9-89a5bd1c5872") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c7a465c8-5ed8-4fcb-8e83-230639feee60") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0f7fec") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4c6fdbb-fdc7-4ad4-a516-240d84cdc120") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "789ca812-3e0c-4a3f-97bc-a916dd9bce80") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cdfb07af-801b-44ba-8c30-d021a6ad3039") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6b860cc-cb76-4220-acfb-68f1eb348bfa") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a17904b9-135e-4dae-ae20-401c7787de72") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f202141e-c20d-4cac-b016-06a44f2ecce8") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "770ad51a-7219-4633-b24a-bd20feb0a6c5") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7199d9b-bebb-4100-9ad3-c2bd31e21d65") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16a9ae8c-3ad2-439b-8efe-377c994670c7") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db36f6e3-e72a-487f-bda9-88cc84536f62") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "6595b9c7-02ee-4647-bde5-6b566e35163e") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 20 "Net-(R10-Pad1)") + (uuid "5114c7bf-b955-49f3-a0a8-4b954c81bde0") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 19 "Net-(R10-Pad2)") + (uuid "182b2d54-931d-49d6-9f39-60a752623e36") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b258") + (at 131.41 97.877) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R11" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "dde51ae5-b215-445e-92bb-4a12ec410531") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "7599133e-c681-4202-85d9-c20dac196c64") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c88f58f-af32-40b9-bccb-2ee155a32e26") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "826a2b16-cc2d-4df9-8d9f-473a585321ef") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "692dc0fe-4beb-4d6a-b4f9-c28f01c39635") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0f7ff7") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c5eb1e4c-ce83-470e-8f32-e20ff1f886a3") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "85b7594c-358f-454b-b2ad-dd0b1d67ed76") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a5cd8da1-8f7f-4f80-bb23-0317de562222") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "16bd6381-8ac0-4bf2-9dce-ecc20c724b8d") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "01e9b6e7-adf9-4ee7-9447-a588630ee4a2") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4a21e717-d46d-4d9e-8b98-af4ecb02d3ec") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0755aee5-bc01-4cb5-b830-583289df50a3") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec31c074-17b2-48e1-ab01-071acad3fa04") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "60dcd1fe-7079-4cb8-b509-04558ccf5097") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4fb21471-41be-4be8-9687-66030f97befc") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 22 "Net-(R11-Pad1)") + (uuid "7d928d56-093a-4ca8-aed1-414b7e703b45") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 21 "Net-(R11-Pad2)") + (uuid "ca87f11b-5f48-4b57-8535-68d3ec2fe5a9") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b269") + (at 135.82 94.927) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R12" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "d3c11c8f-a73d-4211-934b-a6da255728ad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "639c0e59-e95c-4114-bccd-2e7277505454") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a8caaeb2-4f60-4f78-883f-5537d3f9aaab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f52d835a-8305-400a-b28f-f24c5896ad8e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "11d287b9-bc1b-446a-a213-d4182f25717b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0f8002") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a27eb049-c992-4f11-a026-1e6a8d9d0160") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13c0ff76-ed71-4cd9-abb0-92c376825d5d") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8412992d-8754-44de-9e08-115cec1a3eff") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ffd175d1-912a-4224-be1e-a8198680f46b") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "df32840e-2912-4088-b54c-9a85f64c0265") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c332fa55-4168-4f55-88a5-f82c7c21040b") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1f3003e6-dce5-420f-906b-3f1e92b67249") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "03caada9-9e22-4e2d-9035-b15433dfbb17") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ff508fd-18da-4ab7-9844-3c8a28c2587e") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "378af8b4-af3d-46e7-89ae-deff12ca9067") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 24 "Net-(R12-Pad1)") + (uuid "b96fe6ac-3535-4455-ab88-ed77f5e46d6e") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 23 "Net-(R12-Pad2)") + (uuid "68877d35-b796-44db-9124-b8e744e7412e") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b27a") + (at 140.23 91.977) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R13" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "8e06ba1f-e3ba-4eb9-a10e-887dffd566d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "40165eda-4ba6-4565-9bb4-b9df6dbb08da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "713999d7-00bd-49a7-880b-c1a627a5ec2e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4cea26a6-72fe-4a1a-b4d8-b0550f5d9f22") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "015002ed-2821-4e15-a9dc-632385285f42") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0fa280") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7269d2a-b8c0-422d-8f25-f79ea31bf75e") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aca4de92-9c41-4c2b-9afa-540d02dafa1c") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c830e3bc-dc64-4f65-8f47-3b106bae2807") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c43663ee-9a0d-4f27-a292-89ba89964065") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "25d545dc-8f50-4573-922c-35ef5a2a3a19") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e8701fc-ad24-40ea-846a-e3db538d6077") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df68c26a-03b5-4466-aecf-ba34b7dce6b7") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4780a290-d25c-4459-9579-eba3f7678762") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "babeabf2-f3b0-4ed5-8d9e-0215947e6cf3") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8c50f1b-c316-4110-9cce-5c24c65a1eaa") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "7e023245-2c2b-4e2b-bfb9-5d35176e88f2") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 26 "Net-(R13-Pad1)") + (uuid "c25a772d-af9c-4ebc-96f6-0966738c13a8") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 25 "Net-(R13-Pad2)") + (uuid "d5641ac9-9be7-46bf-90b3-6c83d852b5ba") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b28b") + (at 144.64 89.027) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R14" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "b88717bd-086f-46cd-9d3f-0396009d0996") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "61fe293f-6808-4b7f-9340-9aaac7054a97") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2710f6b5-061e-4c43-a7a1-e40583acf9d9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a286eb20-958b-4e6a-baed-68816d84dc88") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3dc7671e-ed64-4e69-b1bb-d55ef1bc5813") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0fa28b") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bfe5804-2ef9-4c65-b2a7-f01e4014370a") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1d9cdadc-9036-4a95-b6db-fa7b3b74c869") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "24f7628d-681d-4f0e-8409-40a129e929d9") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3a7648d8-121a-4921-9b92-9b35b76ce39b") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3e903008-0276-4a73-8edb-5d9dfde6297c") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "75ffc65c-7132-4411-9f2a-ae0c73d79338") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd5408e4-362d-4e43-9d39-78fb99eb52c8") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8da933a9-35f8-42e6-8504-d1bab7264306") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0217dfc4-fc13-4699-99ad-d9948522648e") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0eca5ed-bc5e-4618-9bcd-80945bea41ed") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "2f215f15-3d52-4c91-93e6-3ea03a95622f") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 28 "Net-(R14-Pad1)") + (uuid "8c6a821f-8e19-48f3-8f44-9b340f7689bc") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 27 "Net-(R14-Pad2)") + (uuid "6475547d-3216-45a4-a15c-48314f1dd0f9") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b29c") + (at 135.82 97.877) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R15" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "6441b183-b8f2-458f-a23d-60e2b1f66dd6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "31e08896-1992-4725-96d9-9d2728bca7a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "183b3975-5433-459f-890e-cd226661f28a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62d7c876-4586-47d8-8d45-1cd78595d2f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f9feaee9-14f7-44ac-9991-aeaa28e43543") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0fa296") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5528bcad-2950-4673-90eb-c37e6952c475") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7edc9030-db7b-43ac-a1b3-b87eeacb4c2d") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4a4ec8d9-3d72-4952-83d4-808f65849a2b") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "08a7c925-7fae-4530-b0c9-120e185cb318") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cbd8faed-e1f8-4406-87c8-58b2c504a5d4") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f2c93195-af12-4d3e-acdf-bdd0ff675c24") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66043bca-a260-4915-9fce-8a51d324c687") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "852dabbf-de45-4470-8176-59d37a754407") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d6db888-4e40-41c8-b701-07170fc894bc") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7bbf981c-a063-4e30-8911-e4228e1c0743") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "b5352a33-563a-4ffe-a231-2e68fb54afa3") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 30 "Net-(R15-Pad1)") + (uuid "003c2200-0632-4808-a662-8ddd5d30c768") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 29 "Net-(R15-Pad2)") + (uuid "240e07e1-770b-4b27-894f-29fd601c924d") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b2ad") + (at 140.23 94.927) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R16" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "9bb20359-0f8b-45bc-9d38-6626ed3a939d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "2d210a96-f81f-42a9-8bf4-1b43c11086f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f3ba9e33-9648-405a-aed7-200b60f3bde8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00d68828-a7b8-48b3-833e-630a528e1a61") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c02baa03-ab2c-430b-be8d-357a39d251fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0fa2a1") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7aed3a71-054b-4aaa-9c0a-030523c32827") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0515cd2-cdaa-467e-8354-0f6eadfa35c9") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42713045-fffd-4b2d-ae1e-7232d705fb12") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1bf544e3-5940-4576-9291-2464e95c0ee2") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "666713b0-70f4-42df-8761-f65bc212d03b") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6c2e273e-743c-4f1e-a647-4171f8122550") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9157f4ae-0244-4ff1-9f73-3cb4cbb5f280") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e857610b-4434-4144-b04e-43c1ebdc5ceb") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 32 "Net-(R16-Pad1)") + (uuid "97fe9c60-586f-4895-8504-4d3729f5f81a") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 31 "Net-(R16-Pad2)") + (uuid "bdc7face-9f7c-4701-80bb-4cc144448db1") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b2be") + (at 144.64 91.977) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R17" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8871b44d-7e17-4408-b11c-2e9095a9b386") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8fca80f6-0b9f-4f7c-b340-0498048df792") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a9882e4d-ed28-4632-949c-f7db959fafbf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0fcaa9") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe8d9267-7834-48d6-a191-c8724b2ee78d") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 34 "Net-(R17-Pad1)") + (uuid "03c52831-5dc5-43c5-a442-8d23643b46fb") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 33 "Net-(R17-Pad2)") + (uuid "d57dcfee-5058-4fc2-a68b-05f9a48f685b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b2cf") + (at 140.23 97.877) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R18" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33ea9af7-fddc-4b9c-8241-f81398063369") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5146bf52-c46a-4aae-afb0-05f35fdfed1f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2cbd46ec-180d-4e17-9d0a-f1cf828185c8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0fcab4") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3e4f0ae-9f86-49e9-b386-ed8b42e012fb") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a690fc6c-55d9-47e6-b533-faa4b67e20f3") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 36 "Net-(R18-Pad1)") + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 35 "Net-(R18-Pad2)") + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b2e0") + (at 144.64 94.927) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R19" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a470597-6f5f-4e45-af1f-ad4016519c48") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "763664e8-3762-4905-9267-40c167dd3956") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a889a64-06b2-4262-879f-515adf06475f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0fcabf") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c022004a-c968-410e-b59e-fbab0e561e9d") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "47baf4b1-0938-497d-88f9-671136aa8be7") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 38 "Net-(R19-Pad1)") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 37 "Net-(R19-Pad2)") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f53b2f1") + (at 144.64 97.877) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R20" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "a05d7640-f2f6-4ba7-8c51-5a4af431fc13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10K" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "13abf99d-5265-4779-8973-e94370fd18ff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ebb4a18-2813-4eb4-8518-eef46d78beab") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe803364-0b24-4e8d-b50f-319cd61faf94") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1fbea20-9b7b-414a-a25a-79bc1e7ae303") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f0fcaca") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23bb2798-d93a-4696-a962-c305c4298a0c") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78cbdd6c-4878-4cc5-9a58-0e506478e37d") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "983c426c-24e0-4c65-ab69-1f1824adc5c6") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6e105729-aba0-497c-a99e-c32d2b3ddb6d") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c1d83899-e380-49f9-a87d-8e78bc089ebf") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46918595-4a45-48e8-84c0-961b4db7f35f") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a795f1ba-cdd5-4cc5-9a52-08586e982934") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ccf03e8-755a-4cd9-96fc-30e1d08fa253") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "94c158d1-8503-4553-b511-bf42f506c2a8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "a7520ad3-0f8b-4788-92d4-8ffb277041e6") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 40 "Net-(R20-Pad1)") + (uuid "da469d11-a8a4-414b-9449-d151eeaf4853") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 39 "Net-(R20-Pad2)") + (uuid "62c076a3-d618-44a2-9042-9a08b3576787") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../data/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 124.46 85.09) + (end 124.46 101.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005f53b433") + ) + (gr_line + (start 124.46 101.6) + (end 147.32 101.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "0cc45b5b-96b3-4284-9cae-a3a9e324a916") + ) + (gr_line + (start 147.193 85.09) + (end 124.46 85.09) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "f1447ad6-651c-45be-a2d6-33bddf672c2c") + ) + (gr_line + (start 147.32 101.6) + (end 147.193 85.09) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "f6c644f4-3036-41a6-9e14-2c08c079c6cd") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/kibom-variante.kicad_sch b/tests/board_samples/kicad_8/kibom-variante.kicad_sch index 443d6f47d..e38de441c 100644 --- a/tests/board_samples/kicad_8/kibom-variante.kicad_sch +++ b/tests/board_samples/kicad_8/kibom-variante.kicad_sch @@ -1,652 +1,1685 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (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)))) - ) - ) - ) - ) - - - (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" - (at 13.97 24.13 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 43891a3c-749f-498d-ba99-685a27689b0d) - ) - (text "The test tests the following \nvariants matrix:\n V1 V2 V3 Default\nR1 X X X X\nR2 X X\nR3 X X\nR4 X\n\nAll other components aren't \nfitted." - (at 151.13 66.04 0) - (effects (font (size 2.9972 2.9972)) (justify left bottom)) - (uuid cbc539d2-6a10-4052-9b7a-f10326dcac67) - ) - (text "20 x 10K resistors in 0805 package" (at 88.9 64.77 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid d2de4093-1fc2-4bc1-94b6-4d0fe3426c6f) - ) - - (symbol (lib_id "Device:R") (at 55.88 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a2873) - (property "Reference" "R1" (at 57.912 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 55.88 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.vishay.com/docs/28705/mcx0x0xpro.pdf" (at 55.88 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 49c4dcb9-cb9b-421e-b7b9-e495c75a42b7)) - (pin "2" (uuid e4e8c3f3-f9c5-4fd5-9df8-595c4d009ab6)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a330d) - (property "Reference" "R2" (at 65.532 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 63.5 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "-V2,-V3,DNC" (at 63.5 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bdfead1f-ec4f-41f7-bfd1-971493371164)) - (pin "2" (uuid aba0fc13-5864-4b93-a0d5-5b97e1e36281)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a35e1) - (property "Reference" "R3" (at 71.882 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 69.85 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "-V1,-V3" (at 69.85 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 675b2a1e-1d1e-4f5b-91f1-23d348015a92)) - (pin "2" (uuid 97823ebb-0711-4a96-9596-e1b6f4baec60)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 76.2 64.77 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005e6a37b2) - (property "Reference" "R4" (at 78.232 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 76.2 64.77 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 74.422 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "+V3" (at 76.2 64.77 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 047cf595-1972-4c2a-a70b-65489a060f88)) - (pin "2" (uuid 23708b85-adf5-4cbf-a4c4-69f9be2b941b)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0f7340) - (property "Reference" "R5" (at 57.912 76.2 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 55.88 76.2 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 76.2 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNF" (at 55.88 76.2 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8ef140e1-a86a-45e5-8f2c-e06066832fcb)) - (pin "2" (uuid 623a95d3-92aa-43fc-bfb7-1927169d4600)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0f734b) - (property "Reference" "R6" (at 65.532 76.2 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 63.5 76.2 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 76.2 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNL" (at 63.5 76.2 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid afaec224-6eb9-4aa4-acce-937066a89442)) - (pin "2" (uuid fbe4ca78-db1d-425c-822e-cbaf51a10d48)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0f7356) - (property "Reference" "R7" (at 71.882 76.2 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 69.85 76.2 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 76.2 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNP" (at 69.85 76.2 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 34407fba-357b-4052-9216-06c1e2cae3ea)) - (pin "2" (uuid 55f629e5-1c97-4453-a1ae-599ac25f2ed5)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 76.2 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0f7361) - (property "Reference" "R8" (at 78.232 76.2 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 76.2 76.2 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 74.422 76.2 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "Do not fit" (at 76.2 76.2 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 29ba5cb3-8244-4e9f-a028-bde92e99adb1)) - (pin "2" (uuid 7bc6e4f1-1e6a-45c4-bde8-9944381fe3ce)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 87.63 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0f7fe1) - (property "Reference" "R9" (at 57.912 87.63 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 55.88 87.63 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 87.63 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "Do not place" (at 55.88 87.63 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 685e6150-e36f-47e8-b723-9a93196f7f6d)) - (pin "2" (uuid 1fc3251f-68ef-4f72-a209-18ab14ab73e6)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 87.63 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0f7fec) - (property "Reference" "R10" (at 65.532 87.63 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 63.5 87.63 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 87.63 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "Do not load" (at 63.5 87.63 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b80a23dc-70c6-40fa-a1c3-f168abe051ed)) - (pin "2" (uuid c82e7cff-bb88-4413-b346-ca9d65f6bb50)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 87.63 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0f7ff7) - (property "Reference" "R11" (at 71.882 87.63 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 69.85 87.63 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 87.63 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "nofit" (at 69.85 87.63 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f7a08f47-28a3-4664-b73f-efd412909c91)) - (pin "2" (uuid 7b973887-a7d0-4ced-9ce0-e7012bc4f667)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 76.2 87.63 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0f8002) - (property "Reference" "R12" (at 78.232 87.63 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 76.2 87.63 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 74.422 87.63 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "nostuff" (at 76.2 87.63 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 893c591c-b6ff-4f7c-af38-4373a74e1168)) - (pin "2" (uuid ab962808-f856-4da6-875e-d33b9b900c1c)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 99.06 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0fa280) - (property "Reference" "R13" (at 57.912 99.06 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 55.88 99.06 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 99.06 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "noplace" (at 55.88 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fcd57f8b-d459-4ae2-86a3-533252fa35fb)) - (pin "2" (uuid a954b9c2-8815-41d9-8ee2-182c3d4b4e66)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 99.06 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0fa28b) - (property "Reference" "R14" (at 65.532 99.06 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 63.5 99.06 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 99.06 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "noload" (at 63.5 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 371abc5a-52a7-4b87-8ec7-281e5dbbd659)) - (pin "2" (uuid 0e441e9b-127f-4bc3-9162-215c89745050)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 99.06 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0fa296) - (property "Reference" "R15" (at 71.882 99.06 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 69.85 99.06 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 99.06 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "not fitted" (at 69.85 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 25a58b38-e4e5-4924-abd3-89b90e72c12a)) - (pin "2" (uuid 88592dbe-2ce3-4d58-ab18-cf429f21123f)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 76.2 99.06 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0fa2a1) - (property "Reference" "R16" (at 78.232 99.06 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 76.2 99.06 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 74.422 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 99.06 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "not loaded" (at 76.2 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 211d3d27-78ea-4fe2-80e0-bfa6a0d4871e)) - (pin "2" (uuid 3c0d1729-78ee-4d33-bce7-cc51fe5e484f)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 55.88 110.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0fcaa9) - (property "Reference" "R17" (at 57.912 110.49 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 55.88 110.49 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 54.102 110.49 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "not placed" (at 55.88 110.49 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2d8b9790-5907-4e6e-b72e-7ac4fbb88d88)) - (pin "2" (uuid d9b30be8-188a-4d88-adbe-b65dd464c9b2)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R17") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 63.5 110.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0fcab4) - (property "Reference" "R18" (at 65.532 110.49 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 63.5 110.49 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 61.722 110.49 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "no stuff" (at 63.5 110.49 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b06ad5b8-3b55-4295-ac00-2db4462d06a0)) - (pin "2" (uuid 0142204c-ea7a-450e-87e1-a014ac16ed83)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R18") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 69.85 110.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0fcabf) - (property "Reference" "R19" (at 71.882 110.49 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 69.85 110.49 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 68.072 110.49 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 69.85 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "bla bla DNF ble DNC ble " (at 69.85 110.49 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9003a39c-df85-42c2-be40-e2727f991cec)) - (pin "2" (uuid 02f00b16-5ad5-480f-aa78-0df9ad4a4e13)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R19") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 76.2 110.49 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f0fcaca) - (property "Reference" "R20" (at 78.232 110.49 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10K" (at 76.2 110.49 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 74.422 110.49 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "bla,bla,DNF,ble" (at 76.2 110.49 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ef914691-5491-42fb-853b-5015433cd48c)) - (pin "2" (uuid 9f3d3c80-f673-4138-8cfd-081612cb606b)) - (instances - (project "kibom-variante" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R20") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" + (exclude_from_sim no) + (at 13.97 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "43891a3c-749f-498d-ba99-685a27689b0d") + ) + (text "The test tests the following \nvariants matrix:\n V1 V2 V3 Default\nR1 X X X X\nR2 X X\nR3 X X\nR4 X\n\nAll other components aren't \nfitted." + (exclude_from_sim no) + (at 151.13 66.04 0) + (effects + (font + (size 2.9972 2.9972) + ) + (justify left bottom) + ) + (uuid "cbc539d2-6a10-4052-9b7a-f10326dcac67") + ) + (text "20 x 10K resistors in 0805 package" + (exclude_from_sim no) + (at 88.9 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d2de4093-1fc2-4bc1-94b6-4d0fe3426c6f") + ) + (symbol + (lib_id "Device:R") + (at 55.88 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a2873") + (property "Reference" "R1" + (at 57.912 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 55.88 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.vishay.com/docs/28705/mcx0x0xpro.pdf" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "49c4dcb9-cb9b-421e-b7b9-e495c75a42b7") + ) + (pin "2" + (uuid "e4e8c3f3-f9c5-4fd5-9df8-595c4d009ab6") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a330d") + (property "Reference" "R2" + (at 65.532 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 63.5 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "-V2,-V3,DNC" + (at 63.5 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bdfead1f-ec4f-41f7-bfd1-971493371164") + ) + (pin "2" + (uuid "aba0fc13-5864-4b93-a0d5-5b97e1e36281") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a35e1") + (property "Reference" "R3" + (at 71.882 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 69.85 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "-V1,-V3" + (at 69.85 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "675b2a1e-1d1e-4f5b-91f1-23d348015a92") + ) + (pin "2" + (uuid "97823ebb-0711-4a96-9596-e1b6f4baec60") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 64.77 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005e6a37b2") + (property "Reference" "R4" + (at 78.232 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 76.2 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 74.422 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "+V3" + (at 76.2 64.77 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "047cf595-1972-4c2a-a70b-65489a060f88") + ) + (pin "2" + (uuid "23708b85-adf5-4cbf-a4c4-69f9be2b941b") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0f7340") + (property "Reference" "R5" + (at 57.912 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 55.88 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNF" + (at 55.88 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8ef140e1-a86a-45e5-8f2c-e06066832fcb") + ) + (pin "2" + (uuid "623a95d3-92aa-43fc-bfb7-1927169d4600") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0f734b") + (property "Reference" "R6" + (at 65.532 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 63.5 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNL" + (at 63.5 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "afaec224-6eb9-4aa4-acce-937066a89442") + ) + (pin "2" + (uuid "fbe4ca78-db1d-425c-822e-cbaf51a10d48") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0f7356") + (property "Reference" "R7" + (at 71.882 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 69.85 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNP" + (at 69.85 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "34407fba-357b-4052-9216-06c1e2cae3ea") + ) + (pin "2" + (uuid "55f629e5-1c97-4453-a1ae-599ac25f2ed5") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0f7361") + (property "Reference" "R8" + (at 78.232 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 76.2 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 74.422 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "Do not fit" + (at 76.2 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "29ba5cb3-8244-4e9f-a028-bde92e99adb1") + ) + (pin "2" + (uuid "7bc6e4f1-1e6a-45c4-bde8-9944381fe3ce") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 87.63 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0f7fe1") + (property "Reference" "R9" + (at 57.912 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 55.88 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "Do not place" + (at 55.88 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "685e6150-e36f-47e8-b723-9a93196f7f6d") + ) + (pin "2" + (uuid "1fc3251f-68ef-4f72-a209-18ab14ab73e6") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 87.63 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0f7fec") + (property "Reference" "R10" + (at 65.532 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 63.5 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "Do not load" + (at 63.5 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b80a23dc-70c6-40fa-a1c3-f168abe051ed") + ) + (pin "2" + (uuid "c82e7cff-bb88-4413-b346-ca9d65f6bb50") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 87.63 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0f7ff7") + (property "Reference" "R11" + (at 71.882 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 69.85 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "nofit" + (at 69.85 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f7a08f47-28a3-4664-b73f-efd412909c91") + ) + (pin "2" + (uuid "7b973887-a7d0-4ced-9ce0-e7012bc4f667") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 87.63 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0f8002") + (property "Reference" "R12" + (at 78.232 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 76.2 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 74.422 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "nostuff" + (at 76.2 87.63 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "893c591c-b6ff-4f7c-af38-4373a74e1168") + ) + (pin "2" + (uuid "ab962808-f856-4da6-875e-d33b9b900c1c") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 99.06 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0fa280") + (property "Reference" "R13" + (at 57.912 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 55.88 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "noplace" + (at 55.88 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fcd57f8b-d459-4ae2-86a3-533252fa35fb") + ) + (pin "2" + (uuid "a954b9c2-8815-41d9-8ee2-182c3d4b4e66") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 99.06 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0fa28b") + (property "Reference" "R14" + (at 65.532 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 63.5 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "noload" + (at 63.5 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "371abc5a-52a7-4b87-8ec7-281e5dbbd659") + ) + (pin "2" + (uuid "0e441e9b-127f-4bc3-9162-215c89745050") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 99.06 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0fa296") + (property "Reference" "R15" + (at 71.882 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 69.85 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "not fitted" + (at 69.85 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "25a58b38-e4e5-4924-abd3-89b90e72c12a") + ) + (pin "2" + (uuid "88592dbe-2ce3-4d58-ab18-cf429f21123f") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 99.06 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0fa2a1") + (property "Reference" "R16" + (at 78.232 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 76.2 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 74.422 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "not loaded" + (at 76.2 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "211d3d27-78ea-4fe2-80e0-bfa6a0d4871e") + ) + (pin "2" + (uuid "3c0d1729-78ee-4d33-bce7-cc51fe5e484f") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 55.88 110.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0fcaa9") + (property "Reference" "R17" + (at 57.912 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 55.88 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 54.102 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "not placed" + (at 55.88 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2d8b9790-5907-4e6e-b72e-7ac4fbb88d88") + ) + (pin "2" + (uuid "d9b30be8-188a-4d88-adbe-b65dd464c9b2") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 63.5 110.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0fcab4") + (property "Reference" "R18" + (at 65.532 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 63.5 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "no stuff" + (at 63.5 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b06ad5b8-3b55-4295-ac00-2db4462d06a0") + ) + (pin "2" + (uuid "0142204c-ea7a-450e-87e1-a014ac16ed83") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 69.85 110.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0fcabf") + (property "Reference" "R19" + (at 71.882 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 69.85 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 68.072 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 69.85 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "bla bla DNF ble DNC ble " + (at 69.85 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9003a39c-df85-42c2-be40-e2727f991cec") + ) + (pin "2" + (uuid "02f00b16-5ad5-480f-aa78-0df9ad4a4e13") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 110.49 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f0fcaca") + (property "Reference" "R20" + (at 78.232 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10K" + (at 76.2 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 74.422 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "bla,bla,DNF,ble" + (at 76.2 110.49 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ef914691-5491-42fb-853b-5015433cd48c") + ) + (pin "2" + (uuid "9f3d3c80-f673-4138-8cfd-081612cb606b") + ) + (instances + (project "kibom-variante" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R20") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/lcsc_field_known.kicad_sch b/tests/board_samples/kicad_8/lcsc_field_known.kicad_sch index 1615ffacc..1ac4b7c20 100644 --- a/tests/board_samples/kicad_8/lcsc_field_known.kicad_sch +++ b/tests/board_samples/kicad_8/lcsc_field_known.kicad_sch @@ -1,140 +1,372 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid db0a65e7-fab8-4ee6-8724-c1011468bd27) - - (paper "A4") - - (lib_symbols - (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 (lib_id "Device:R") (at 114.3 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 3ba877ba-6c15-4bf9-911a-bede4b8103e2) - (property "Reference" "R2" (at 116.078 53.7753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 116.078 56.3122 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 112.522 54.61 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC_pn" "C1234" (at 127 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 39c3be48-48be-4598-a62d-ee41b899e213)) - (pin "2" (uuid 1b30cb63-49b1-4ba7-b097-7ae72754941f)) - (instances - (project "lcsc_field_known" - (path "/db0a65e7-fab8-4ee6-8724-c1011468bd27" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 127 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 615091a6-0d61-4a51-9c02-509e158ea9d6) - (property "Reference" "R3" (at 128.778 53.7753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 128.778 56.3122 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 125.222 54.61 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 127 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC_pn" "C1234" (at 127 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 20f2f92a-ae98-4133-ba84-f5d7a9c977ae)) - (pin "2" (uuid e088d214-94d0-44a2-a744-aa518c868708)) - (instances - (project "lcsc_field_known" - (path "/db0a65e7-fab8-4ee6-8724-c1011468bd27" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 101.6 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid d90f5601-6146-47ff-a6ef-b6f3da310882) - (property "Reference" "R1" (at 103.378 53.7753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 103.378 56.3122 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 99.822 54.61 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 101.6 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC_pn" "C1234" (at 127 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 672f8777-9560-4f26-bcf9-d47c285b54e6)) - (pin "2" (uuid b9f1a732-28ab-496c-93f7-3f99c9c56900)) - (instances - (project "lcsc_field_known" - (path "/db0a65e7-fab8-4ee6-8724-c1011468bd27" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "db0a65e7-fab8-4ee6-8724-c1011468bd27") + (paper "A4") + (lib_symbols + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 + (lib_id "Device:R") + (at 114.3 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3ba877ba-6c15-4bf9-911a-bede4b8103e2") + (property "Reference" "R2" + (at 116.078 53.7753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 116.078 56.3122 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 112.522 54.61 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC_pn" "C1234" + (at 127 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "39c3be48-48be-4598-a62d-ee41b899e213") + ) + (pin "2" + (uuid "1b30cb63-49b1-4ba7-b097-7ae72754941f") + ) + (instances + (project "lcsc_field_known" + (path "/db0a65e7-fab8-4ee6-8724-c1011468bd27" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 127 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "615091a6-0d61-4a51-9c02-509e158ea9d6") + (property "Reference" "R3" + (at 128.778 53.7753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 128.778 56.3122 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 125.222 54.61 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 127 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 127 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC_pn" "C1234" + (at 127 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "20f2f92a-ae98-4133-ba84-f5d7a9c977ae") + ) + (pin "2" + (uuid "e088d214-94d0-44a2-a744-aa518c868708") + ) + (instances + (project "lcsc_field_known" + (path "/db0a65e7-fab8-4ee6-8724-c1011468bd27" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 101.6 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d90f5601-6146-47ff-a6ef-b6f3da310882") + (property "Reference" "R1" + (at 103.378 53.7753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 103.378 56.3122 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 99.822 54.61 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC_pn" "C1234" + (at 127 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "672f8777-9560-4f26-bcf9-d47c285b54e6") + ) + (pin "2" + (uuid "b9f1a732-28ab-496c-93f7-3f99c9c56900") + ) + (instances + (project "lcsc_field_known" + (path "/db0a65e7-fab8-4ee6-8724-c1011468bd27" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/lcsc_field_unknown.kicad_sch b/tests/board_samples/kicad_8/lcsc_field_unknown.kicad_sch index 811c8f340..881107208 100644 --- a/tests/board_samples/kicad_8/lcsc_field_unknown.kicad_sch +++ b/tests/board_samples/kicad_8/lcsc_field_unknown.kicad_sch @@ -1,140 +1,372 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid db0a65e7-fab8-4ee6-8724-c1011468bd27) - - (paper "A4") - - (lib_symbols - (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 (lib_id "Device:R") (at 114.3 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 3ba877ba-6c15-4bf9-911a-bede4b8103e2) - (property "Reference" "R2" (at 116.078 53.7753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 116.078 56.3122 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 112.522 54.61 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Cryptic" "C1234" (at 127 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 39c3be48-48be-4598-a62d-ee41b899e213)) - (pin "2" (uuid 1b30cb63-49b1-4ba7-b097-7ae72754941f)) - (instances - (project "lcsc_field_unknown" - (path "/db0a65e7-fab8-4ee6-8724-c1011468bd27" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 127 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 615091a6-0d61-4a51-9c02-509e158ea9d6) - (property "Reference" "R3" (at 128.778 53.7753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 128.778 56.3122 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 125.222 54.61 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 127 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Cryptic" "C1234" (at 127 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 20f2f92a-ae98-4133-ba84-f5d7a9c977ae)) - (pin "2" (uuid e088d214-94d0-44a2-a744-aa518c868708)) - (instances - (project "lcsc_field_unknown" - (path "/db0a65e7-fab8-4ee6-8724-c1011468bd27" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 101.6 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid d90f5601-6146-47ff-a6ef-b6f3da310882) - (property "Reference" "R1" (at 103.378 53.7753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 103.378 56.3122 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 99.822 54.61 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 101.6 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Cryptic" "C1234" (at 127 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 672f8777-9560-4f26-bcf9-d47c285b54e6)) - (pin "2" (uuid b9f1a732-28ab-496c-93f7-3f99c9c56900)) - (instances - (project "lcsc_field_unknown" - (path "/db0a65e7-fab8-4ee6-8724-c1011468bd27" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "db0a65e7-fab8-4ee6-8724-c1011468bd27") + (paper "A4") + (lib_symbols + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 + (lib_id "Device:R") + (at 114.3 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3ba877ba-6c15-4bf9-911a-bede4b8103e2") + (property "Reference" "R2" + (at 116.078 53.7753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 116.078 56.3122 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 112.522 54.61 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Cryptic" "C1234" + (at 127 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "39c3be48-48be-4598-a62d-ee41b899e213") + ) + (pin "2" + (uuid "1b30cb63-49b1-4ba7-b097-7ae72754941f") + ) + (instances + (project "lcsc_field_unknown" + (path "/db0a65e7-fab8-4ee6-8724-c1011468bd27" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 127 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "615091a6-0d61-4a51-9c02-509e158ea9d6") + (property "Reference" "R3" + (at 128.778 53.7753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 128.778 56.3122 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 125.222 54.61 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 127 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 127 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Cryptic" "C1234" + (at 127 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "20f2f92a-ae98-4133-ba84-f5d7a9c977ae") + ) + (pin "2" + (uuid "e088d214-94d0-44a2-a744-aa518c868708") + ) + (instances + (project "lcsc_field_unknown" + (path "/db0a65e7-fab8-4ee6-8724-c1011468bd27" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 101.6 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d90f5601-6146-47ff-a6ef-b6f3da310882") + (property "Reference" "R1" + (at 103.378 53.7753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 103.378 56.3122 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 99.822 54.61 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Cryptic" "C1234" + (at 127 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "672f8777-9560-4f26-bcf9-d47c285b54e6") + ) + (pin "2" + (uuid "b9f1a732-28ab-496c-93f7-3f99c9c56900") + ) + (instances + (project "lcsc_field_unknown" + (path "/db0a65e7-fab8-4ee6-8724-c1011468bd27" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/light_control.kicad_pcb b/tests/board_samples/kicad_8/light_control.kicad_pcb index 2a69c72a6..0ee02b66d 100644 --- a/tests/board_samples/kicad_8/light_control.kicad_pcb +++ b/tests/board_samples/kicad_8/light_control.kicad_pcb @@ -1,9705 +1,25989 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (date "${date}") - (rev "${gh}") - (comment 4 "@Comment4@") - ) - - (layers - (0 "F.Cu" signal) - (1 "In1.Cu" power) - (2 "In2.Cu" power) - (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) - ) - - (setup - (stackup - (layer "F.SilkS" (type "Top Silk Screen") (color "White") (material "Liquid Photo")) - (layer "F.Paste" (type "Top Solder Paste")) - (layer "F.Mask" (type "Top Solder Mask") (color "Blue") (thickness 0.01) (material "Liquid Ink") (epsilon_r 3.3) (loss_tangent 0)) - (layer "F.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 1" (type "prepreg") (color "PTFE natural") (thickness 0.48) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "In1.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 2" (type "core") (color "FR4 natural") (thickness 0.48) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "In2.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 3" (type "prepreg") (color "Polyimide") (thickness 0.24) (material "Kapton") (epsilon_r 3.2) (loss_tangent 0.004) - addsublayer (thickness 0.24) (material "Kapton") (epsilon_r 3.2) (loss_tangent 0.004)) - (layer "B.Cu" (type "copper") (thickness 0.035)) - (layer "B.Mask" (type "Bottom Solder Mask") (color "Red") (thickness 0.01) (material "Dry Film") (epsilon_r 3.3) (loss_tangent 0)) - (layer "B.Paste" (type "Bottom Solder Paste")) - (layer "B.SilkS" (type "Bottom Silk Screen") (color "Black") (material "Direct Printing")) - (copper_finish "ENIG") - (dielectric_constraints yes) - (edge_connector bevelled) - (castellated_pads yes) - (edge_plating yes) - ) - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (aux_axis_origin 102 102) - (pcbplotparams - (layerselection 0x00210f8_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "fab/") - ) - ) - - (property "PRUEBITA" "Hola!") - - (net 0 "") - (net 1 "GND") - (net 2 "+3V3") - (net 3 "Net-(C3-Pad1)") - (net 4 "Net-(C4-Pad1)") - (net 5 "/EN") - (net 6 "VCC") - (net 7 "VBUS") - (net 8 "/USB_RTS") - (net 9 "Net-(Q1-Pad1)") - (net 10 "/IO0") - (net 11 "/USB_DTR") - (net 12 "Net-(Q2-Pad1)") - (net 13 "/USB_TX") - (net 14 "/USB_RX") - (net 15 "/USB_DM") - (net 16 "/USB_DP") - (net 17 "Net-(D3-Pad2)") - (net 18 "Net-(D4-Pad2)") - (net 19 "Net-(D5-Pad2)") - (net 20 "Net-(D6-Pad2)") - (net 21 "Net-(D7-Pad2)") - (net 22 "Net-(D8-Pad2)") - (net 23 "Net-(D9-Pad2)") - (net 24 "Net-(D10-Pad2)") - (net 25 "Net-(Q3-Pad1)") - (net 26 "Net-(Q4-Pad1)") - (net 27 "Net-(Q5-Pad1)") - (net 28 "Net-(Q6-Pad1)") - (net 29 "Net-(Q7-Pad1)") - (net 30 "Net-(Q8-Pad1)") - (net 31 "Net-(Q9-Pad1)") - (net 32 "Net-(Q10-Pad1)") - (net 33 "/PIR_A") - (net 34 "/CH_1") - (net 35 "/CH_3") - (net 36 "/CH_5") - (net 37 "/CH_7") - (net 38 "/CH_2") - (net 39 "/CH_4") - (net 40 "/CH_6") - (net 41 "/CH_8") - (net 42 "Net-(D11-Pad2)") - (net 43 "Net-(D12-Pad2)") - (net 44 "Net-(D13-Pad2)") - (net 45 "Net-(D14-Pad2)") - (net 46 "/LED1") - (net 47 "/LED2") - (net 48 "/LED3") - (net 49 "/LED4") - (net 50 "/DHT_IO") - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da29fe3) - (at 111.2 69.85 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005da94ac6") - (attr smd) - (fp_text reference "C1" (at 1.75 -0.456 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7a6d9a4e-fe6a-4427-9f0c-a10fd3ceb923) - ) - (fp_text value "1uF" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d1422f38-9fce-4f5e-878a-341530beaf9c) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 44e993be-f2df-4e61-a598-dfd6e106a208) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c4b4317-29d0-438a-b331-525ede18773a)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83d9db3e-661a-47bf-b26c-99313ad8bac9)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45b7fe01-a2fa-40c2-a3a2-4a9ae7c34dba)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6239967a-77bd-4ec9-89cd-e04efd8dbe26)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18e95a1d-9d1d-4b93-8e4c-2d03c344acc0)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d91b4df3-08ca-4c95-92de-3004566cf2e7)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bac5a37-2a55-41dd-96ea-ec02b69e3ef4)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 058e77a4-10af-4bc8-a984-5984d3bbee4c)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 1eca5f72-2356-4c55-919d-595727faf3b9)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 0bbd2e43-3eb0-4216-861b-a58366dbe43d)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da29ff2) - (at 112.2 69.85 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005da94566") - (attr smd) - (fp_text reference "C2" (at 0.65 -2.3 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fe431a80-868e-482d-aa91-c96eb8387d6a) - ) - (fp_text value "0.1uF" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aa0e7fe7-e9c2-477f-bcb2-53a1ebd9e3a6) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 67d6d490-a9a4-4ec7-8744-7c7abc821282) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5bb32dcb-8a97-4374-8a16-bc17822d4db3)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1020b588-7eb0-4b70-bbff-c77a867c3142)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e147ce1-21a6-4e77-a3db-fd00d575cd22)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c92f382-4ec3-478f-a1ca-afadd3087787)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6df433d7-73cd-4877-8d2e-047853b9077c)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b43a8fb-b3d3-4444-a4b0-cf952c07dcfe)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5b0938b-9efb-4b58-8ac4-d92da9ed2e30)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd146ca2-8fb8-4c71-9277-84f69bc5d3fc)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp c860c4e9-3ddd-4065-857c-b9aedc01e6ad)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 36210d52-4f9a-42bc-a022-019a63c67fc2)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a003) - (at 117.602 66.2685 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005da99bae") - (attr smd) - (fp_text reference "C3" (at 0 -1.43 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5160b3d5-0622-412f-84ed-9900be82a5a6) - ) - (fp_text value "4.7uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cfcae4a3-5d05-48fe-9a5f-9dcd4da4bd65) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp ebadfd51-5a1d-4821-b341-8a1acb4abb01) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44a8a96b-3053-4222-9241-aa484f5ebe13)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6999550c-f78a-4aae-9243-1b3881f5bb3b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6a5cab3-78e5-4acf-8c67-f401df2846d0)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a2a33a3d-c501-4e33-b67b-7d07ef8aa4a7)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f4c659c-2ccb-4fb1-808e-7868af588a89)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 37f8ba3f-cca4-4b16-b699-07a704844fc9)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2cb05d43-df82-498c-aae1-4b1a0a350f82)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp abe3c03e-744a-4406-8e50-6a10745f0c43)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8202d57b-d5d2-4a80-8c03-3c6bdbbd1ddf)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02289c61-13df-495e-a809-03e3a71bb201)) - (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C3-Pad1)") (tstamp e20929e2-2c15-4a75-b1ed-9caa9bd27df7)) - (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp e1c71a89-4e45-4a56-a6ef-342af5f92d5c)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a014) - (at 118.6 81.3 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005da74db0") - (attr smd) - (fp_text reference "C4" (at 2.286 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8fbab3d0-cb5e-47c7-8764-6fa3c0e4e5f7) - ) - (fp_text value "1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a25ec672-f935-4d0c-ae67-7c3ebe078d85) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 73a6ec8e-8641-4014-be28-4611d398be32) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b534cd1-c414-4029-9164-e46766faf60e)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d33c6077-a8ec-48ca-b0e0-97f3539ef54c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ba21493-929b-4122-ac0f-7aeaf8602cef)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60960af7-b938-44a8-82b5-e9c36f2e6817)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8aa8d47e-f495-4049-8ac9-7f2ac3205412)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 47957453-fce7-4d98-833c-e34bb8a852a5)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9c2a29da-c83f-4ec8-bbcf-9d775812af04)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19a5aacd-255a-4bf3-89c1-efd2ab61016c)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5fba7ff8-02f1-4ac0-93c4-5bd7becbcf63)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3dbc1b14-20e2-4dcb-8347-d33c13d3f0e0)) - (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "Net-(C4-Pad1)") (tstamp 6e508bf2-c65e-4107-867d-a3cf9a86c69e)) - (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 3388a811-b444-4ecc-a564-b22a1b731ab4)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a025) - (at 117.6 71.3 180) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005da8fdae") - (attr smd) - (fp_text reference "C5" (at 0 1.3) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 53ae21b8-f187-4817-8c27-1f06278d249b) - ) - (fp_text value "22uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c0c62e93-8e84-4f2b-96ae-e90b55e0550a) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b4fbe1fb-a9a3-4020-9a82-d3fa1900cd85) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a86cc026-cc17-4a81-85bf-4c26f61b9f32)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 792ace59-9f73-49b7-92df-01568ab2b00b)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b500fd76-a613-4f44-aac4-99213e86ff44)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 900cb6c8-1d05-4537-a4f0-9a7cc1a2ea1c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 278deae2-fb37-4957-b2cb-afac30cacb12)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc05cdd5-f72f-4c21-b397-0fa889871114)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90f2ca05-313f-4af8-87b1-a8109224a221)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b042b6c-c042-4cf1-ba6e-bd77c51dbedb)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 056788ec-4ecf-4826-b996-bd884a6442a0)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e5fe65d-f158-4eb5-af93-2b5d0b9a0d55)) - (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 70186eba-dcad-4878-bf16-887f6eee49df)) - (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 31070a40-077c-4123-96dd-e39f8a0007ce)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a052) - (at 122.936 62.738 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dabc2a7") - (attr smd) - (fp_text reference "C8" (at 0 1.016 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f7758f2a-e5c9-405c-960a-353b36eaf72d) - ) - (fp_text value "0.1uF" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 868b5d0d-f911-4724-9580-d9e69eb9f709) - ) - (fp_text user "${REFERENCE}" (at -0.5 -0.25 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 7247fe96-7885-4063-8282-ea2fd2b28b0d) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d70e675-48ae-4edd-b95d-3ca51e634018)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed247857-b2a3-4b23-90ad-758c01ae5e8e)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1d1a7683-c090-4798-9b40-7ed0d9f3ce3b)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b5ffe018-0d06-4a1b-95ee-b5763a35798d)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 848901d5-fdee-4920-a04d-fbc03c912e79)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d2a15cb-c492-4d9a-b1dd-7d5f099d2d31)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 926b329f-cd0d-410a-bc4a-e36446f8965a)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5a3f95b-1a53-41b4-b208-bf168c9d9c6d)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 54d76293-1ce2-46f8-9be7-a3d7f9f28112)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp f321809c-ab7a-4356-9b11-4c0d46c421ba)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a06a) - (at 115.3 81 180) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005da76d9b") - (attr smd) - (fp_text reference "D1" (at 0 -2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1732b93f-cd0e-4ca4-a905-bb406354ca33) - ) - (fp_text value "D_Schottky" (at 0 2.1) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9e136ac4-5d28-4814-9ebf-c30c372bc2ec) - ) - (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9e2492fd-e074-42db-8129-fe39460dc1e0) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58126faf-01a4-4f91-8e8c-ca9e47b48048)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a48f5fff-52e4-4ae8-8faa-7084c7ae8a28)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2028d85e-9e27-4758-8c0b-559fad072813)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e0d7c1d9-102e-4758-a8b7-ff248f1ce315)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be5a7017-fe9d-43ea-9a6a-8fe8deb78420)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49488c82-6277-4d05-a051-6a9df142c373)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c20aea50-e9e4-4978-b938-d613d445aab7)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9cacb6ad-6bbf-4ffe-b0a4-2df24045e046)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7b00984-6ab1-482e-b4b4-67cac44d44da)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3a69550-c4fa-45d1-9aba-0bba47699cca)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 17cf1c88-8d51-4538-aa76-e35ac22d0ed0)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5eb7390-4215-4bb5-bc53-f82f663cc9a5)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7070c76-b83b-43a9-a243-491723819616)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efd7a1e0-5bed-4583-a94e-5ccec9e4eb74)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44b926bf-8bdd-4191-846d-2dfabab2cecb)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8274862-c966-456a-98d5-9c42f72963c1)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5eb16f0d-ef1e-4549-97a1-19cd06ad7236)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3fa05934-8ad1-40a9-af5c-98ad298eb412)) - (pad "1" smd rect (at -1.65 0 180) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 4 "Net-(C4-Pad1)") (tstamp e04b8c10-725b-4bde-8cbf-66bfea5053e6)) - (pad "2" smd rect (at 1.65 0 180) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp f4aae365-6c70-41da-9253-52b239e8f5e6)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a082) - (at 109.4 68.8 90) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005da82fba") - (attr smd) - (fp_text reference "D2" (at 3.302 -0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 82204892-ec79-4d38-a593-52fb9a9b4b87) - ) - (fp_text value "D_Schottky" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dec284d9-246c-4619-8dcc-8f4886f9349e) - ) - (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dad2f9a9-292b-4f7e-9524-a263f3c1ba74) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae8bb5ae-95ee-4e2d-8a0c-ae5b6149b4e3)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b66b83a0-313f-4b03-b851-c6e9577a6eb7)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7274c82d-0cb9-47de-b093-7d848f491410)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72366acb-6c86-4134-89df-01ed6e4dc8e0)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f934a442-23d6-4e5b-908f-bb9199ad6f8b)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 386faf3f-2adf-472a-84bf-bd511edf2429)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp de552ae9-cde6-4643-8cc7-9de2579dadae)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 363189af-2faa-46a4-b025-5a779d801f2e)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31bfc3e7-147b-4531-a0c5-e3a305c1647d)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba116096-3ccc-4cc8-a185-5325439e4e24)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3e87b259-dfc1-4885-8dcf-7e7ae39674ed)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f064424-06a6-4f5b-87d6-1970ae527766)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2a0f5cc-b5aa-4e3e-8d85-23bdc2f59aec)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7c09c15-282b-4731-8942-008851172201)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8b3ba7fc-20b6-43c4-a020-80151e1caecc)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb0b1440-18be-4b5f-b469-b4cfaf66fc53)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37657eee-b379-4145-b65d-79c82b53e49e)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7668b629-abd6-4e14-be84-df90ae487fc6)) - (pad "1" smd rect (at -1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 4 "Net-(C4-Pad1)") (tstamp 5c32b099-dba7-4228-8a5e-c2156f635ce2)) - (pad "2" smd rect (at 1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 7 "VBUS") (tstamp 112371bd-7aa2-4b47-b184-50d12afc2534)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a0ac) - (at 121.158 69.85) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005daa9ad4") - (attr smd) - (fp_text reference "Q2" (at 1.016 2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1053b01a-057e-4e79-a21c-42780a737ea9) - ) - (fp_text value "Q_NPN_BEC" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a1701438-3c8b-4b49-8695-36ec7f9ae4d2) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 897277a3-b7ce-4d18-8c5f-1c984a246298) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6bf257d-5112-423c-b70a-adf8446f29da)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7c83b25-afbd-4974-8870-387db8f81a5c)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1d9dc91c-3457-4ca5-8e42-43be60ae0831)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 08926936-9ea4-4894-afca-caca47f3c238)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7db4903-f95a-49f5-bcce-c52f0ca8defc)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1c2e9b0-6f9f-485b-b482-d408df476d0f)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c10387c-3cac-4a7c-bbfb-95d69f41a890)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a4f1c24-6486-4fd8-8092-72bb07a81274)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8a90052-1a8b-4ce5-a1fd-87db944dceac)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 784e3230-2053-4bc9-a786-5ac2bd0df0f5)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1731e91-7698-42fa-ad60-5c60fdd0e1fc)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a04f8542-6c38-4d5c-bdbb-c8e0311a0936)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21ca1c08-b8a3-4bdc-9356-70a4d86ee444)) - (pad "1" smd rect (at -1 -0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 12 "Net-(Q2-Pad1)") (tstamp 1ae3634a-f90f-4c6a-8ba7-b38f98d4ccb2)) - (pad "2" smd rect (at -1 0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 11 "/USB_DTR") (tstamp ed612f6d-67c1-4198-976d-84139f8d99bc)) - (pad "3" smd rect (at 1 0) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 10 "/IO0") (tstamp 80b9a57f-3326-43ca-b6ca-5e911992b3c4)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a0bb) - (at 117.602 62.23 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005daab2cf") - (attr smd) - (fp_text reference "R1" (at 1.778 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d8f24303-7e52-49a9-9e82-8d60c3aaa009) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fcb4f52a-a6cb-4ca0-970a-4c8a2c0f3942) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 92574e8a-729f-48de-afcb-97b4f5e826f8) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2bbd6c26-4114-4518-8f4a-c6fdadc046b6)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e7a230a-c1a4-4455-81ee-277835acf4a2)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 51f5536d-48d2-4807-be44-93f427952b0e)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe4068b9-89da-4c59-ba51-b5949772f5d8)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a1ae8ee-dea6-4015-b83e-baf8fcdfaf0f)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a08c061a-7f5b-4909-b673-0d0a59a012a3)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5cc7655c-62f2-43d2-a7a5-eaa4635dada8)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8efe6411-1919-4082-b5b8-393585e068c8)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 9 "Net-(Q1-Pad1)") (tstamp 41ab46ed-40f5-461d-81aa-1f02dc069a49)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 11 "/USB_DTR") (tstamp b6924901-677d-424a-a3f4-52c8dd1fa5f5)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a0ca) - (at 117.602 63.5 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005daab975") - (attr smd) - (fp_text reference "R2" (at -2.032 0.635) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 50a799a7-f8f3-4f13-9288-b10696e9a7da) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 78a228c9-bbf0-49cf-b917-2dec23b390df) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 7ac1ccc5-26c5-4b73-8425-7bbec927bf24) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 56f0a67a-a93a-477a-9778-70fe2cfeeb5a)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f66bb685-9833-454c-bf31-b96598f50347)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a819bf9a-0c8b-443a-b488-e5f1395d77ad)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e29e8d7d-cee8-47d4-8444-1d7032daf03c)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2765a021-71f1-4136-b72b-81c2c6882946)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b83b087e-7ec9-44e7-a1c9-81d5d26bbf79)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d70bfdec-de0f-45e5-9452-2cd5d12b83b9)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c1d6842-15a5-4f73-b198-8836681840a1)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 12 "Net-(Q2-Pad1)") (tstamp 1a7e7b16-fc7c-4e64-9ace-48cc78112437)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "/USB_RTS") (tstamp 26296271-780a-4da9-8e69-910d9240bca1)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a0d9) - (at 110.236 61.976 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dad1ab5") - (attr smd) - (fp_text reference "R3" (at 0 1.27 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 24a492d9-25a9-4fba-b51b-3effb576b351) - ) - (fp_text value "10kR" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d7df1f01-3f56-437b-a452-e88ad90a9805) - ) - (fp_text user "${REFERENCE}" (at -0.024 -0.07 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp fe1ad3bd-92cc-4e1c-8cc9-a77278095945) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d554632b-6dd0-47f8-b59b-3ce25177ca3e)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3bb9c3d4-9a6f-41ac-8d1e-92ed4fe334c0)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 89fb4a63-a18d-4c7e-be12-f061ef4bf0c0)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ef07d45-f940-4cb6-bb96-2ddec13fd099)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6e468d8-2bb7-49d5-a4d0-fde0f6bbe8c6)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 665081dc-8354-4d41-8855-bde8901aee4c)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97cc05bf-4ed5-449c-b0c8-131e5126a7ac)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45484f82-420e-44d0-a58e-382bb939dac5)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "/EN") (tstamp 24fd922c-d488-4d61-b6dc-9d3e359ccc82)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 7ce4aab5-8271-4432-a4b1-bff168293b45)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "footprints:TS-1187A" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a0e6) - (at 114 58.166) - (path "/00000000-0000-0000-0000-00005dad711a") - (attr smd) - (fp_text reference "SW1" (at -0.462 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c25a772d-af9c-4ebc-96f6-0966738c13a8) - ) - (fp_text value "SW_Push" (at -0.025 -0.025) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8c514922-ffe1-4e37-a260-e807409f2e0d) - ) - (fp_line (start -3.55 -2.6) (end -3.55 2.575) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a15a7506-eae4-4933-84da-9ad754258706)) - (fp_line (start -3.55 -2.6) (end 3.625 -2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40976bf0-19de-460f-ad64-224d4f51e16b)) - (fp_line (start -3.55 2.575) (end -3.45 2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3c11c8f-a73d-4211-934b-a6da255728ad)) - (fp_line (start 3.6 2.6) (end -3.6 2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8c79177-94d4-43e2-a654-f0a5554fbb68)) - (fp_line (start 3.625 -2.6) (end 3.6 2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e21aa84b-970e-47cf-b64f-3b55ee0e1b51)) - (pad "1" smd rect (at -3 -1.875) (size 1 0.75) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 1f3003e6-dce5-420f-906b-3f1e92b67249)) - (pad "1" smd rect (at 3 -1.875) (size 1 0.75) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 03caada9-9e22-4e2d-9035-b15433dfbb17)) - (pad "2" smd rect (at -3 1.875) (size 1 0.75) (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "/EN") (tstamp 8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb)) - (pad "2" smd rect (at 3 1.875) (size 1 0.75) (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "/EN") (tstamp 639c0e59-e95c-4114-bccd-2e7277505454)) - (model "${KIPRJMOD}/3d/IT-1187A.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a0fc) - (at 117.3 75.8) - (descr "module CMS SOT223 4 pins") - (tags "CMS SOT") - (path "/00000000-0000-0000-0000-00005da730f7") - (attr smd) - (fp_text reference "U1" (at 3.2 -2.9) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 45a58c23-3e6d-4df0-af01-6d5948b0075c) - ) - (fp_text value "AZ1117-3.3" (at 0 4.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5641be26-f5e9-482f-8616-297f17f4eae2) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp f240e733-157e-4a15-812f-78f42d8a8322) - ) - (fp_line (start -4.1 -3.41) (end 1.91 -3.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 524d7aa8-362f-459a-b2ae-4ca2a0b1612b)) - (fp_line (start -1.85 3.41) (end 1.91 3.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8313e187-c805-4927-8002-313a51839243)) - (fp_line (start 1.91 -3.41) (end 1.91 -2.15) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86143bb0-7899-4df8-b1df-baa3c0ac7889)) - (fp_line (start 1.91 3.41) (end 1.91 2.15) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90d503cf-92b2-4120-a4b0-03a2eddde893)) - (fp_line (start -4.4 -3.6) (end -4.4 3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bc01f3e7-a131-4f66-8abc-cc13e855d5e5)) - (fp_line (start -4.4 3.6) (end 4.4 3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d337c492-7429-4618-b378-df29f72737e3)) - (fp_line (start 4.4 -3.6) (end -4.4 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ad4b4ba-3abd-4313-bed9-1edce936a95e)) - (fp_line (start 4.4 3.6) (end 4.4 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd2580a0-9e4c-4895-a13c-3b2ee33bafc4)) - (fp_line (start -1.85 -2.35) (end -1.85 3.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e002a979-85bc-451a-a77b-29ce2a8f19f9)) - (fp_line (start -1.85 -2.35) (end -0.85 -3.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd34aa56-ded2-4e97-965a-a39457716f0c)) - (fp_line (start -1.85 3.35) (end 1.85 3.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8fd0b33a-45bf-4216-9d7e-a62e1c071730)) - (fp_line (start -0.85 -3.35) (end 1.85 -3.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5cea0b5-192f-476b-a3c8-0c26e2231699)) - (fp_line (start 1.85 -3.35) (end 1.85 3.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc13962a-a464-4fa2-b9a6-4c26667104ee)) - (pad "1" smd rect (at -3.15 -2.3) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp a4911204-1308-4d17-90a9-1ff5f9c57c9b)) - (pad "2" smd rect (at -3.15 0) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp ef3a2f4c-5879-4e98-ad30-6b8614410fba)) - (pad "2" smd rect (at 3.15 0) (size 2 3.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 3f43c2dc-daa2-45ba-b8ca-7ae5aebed882)) - (pad "3" smd rect (at -3.15 2.3) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask") - (net 4 "Net-(C4-Pad1)") (tstamp 01c59306-91a3-452b-92b5-9af8f8f257d6)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-223.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a12e) - (at 113.904 66.04) - (descr "QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py") - (tags "QFN DFN_QFN") - (path "/00000000-0000-0000-0000-00005da8724c") - (attr smd) - (fp_text reference "U2" (at -3.668 -1.158) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 153169ce-9fac-4868-bc4e-e1381c5bb726) - ) - (fp_text value "CP2104" (at 0.142 3.3) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b121f1ff-8472-460b-ab2d-5110ddd1ca28) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4d51bc15-1f84-46be-8e16-e836b10f854e) - ) - (fp_line (start -2.11 2.11) (end -2.11 1.635) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f95f1fc-aa31-4ce6-996a-4b385731d8eb)) - (fp_line (start -1.635 -2.11) (end -2.11 -2.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c220da05-2a98-47be-9327-0c73c5263c41)) - (fp_line (start -1.635 2.11) (end -2.11 2.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ba19f6c-fa3a-4bf3-8c57-119de0f02b65)) - (fp_line (start 1.635 -2.11) (end 2.11 -2.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2276ec6c-cdcc-4369-86b4-8267d991001e)) - (fp_line (start 1.635 2.11) (end 2.11 2.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab0ea55a-63b3-4ece-836d-2844713a821f)) - (fp_line (start 2.11 -2.11) (end 2.11 -1.635) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29987966-1d19-4068-93f6-a61cdfb40ffa)) - (fp_line (start 2.11 2.11) (end 2.11 1.635) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 799d9f4a-bb6b-44d5-9f4c-3a30db59943d)) - (fp_line (start -2.6 -2.6) (end -2.6 2.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6474aa6c-825c-4f0f-9938-759b68df02a5)) - (fp_line (start -2.6 2.6) (end 2.6 2.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f48f1d12-9008-4743-81e2-bdec45db64a1)) - (fp_line (start 2.6 -2.6) (end -2.6 -2.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43f341b3-06e9-4e7a-a26e-5365b89d76bf)) - (fp_line (start 2.6 2.6) (end 2.6 -2.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 19515fa4-c166-4b6e-837d-c01a89e98000)) - (fp_line (start -2 -1) (end -1 -2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5099f397-6fe7-454f-899c-34e2b5f22ca7)) - (fp_line (start -2 2) (end -2 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a12b751e-ae7a-468c-af3d-31ed4d501b01)) - (fp_line (start -1 -2) (end 2 -2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23345f3e-d08d-4834-b1dc-64de02569916)) - (fp_line (start 2 -2) (end 2 2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d095387-710d-4633-a6c3-04eab60b585a)) - (fp_line (start 2 2) (end -2 2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea7c53f9-3aa8-4198-9879-de95a5257915)) - (pad "" smd roundrect (at -0.65 -0.65) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.238095) (tstamp a09cb1c4-cc63-49c7-a35f-4b80c3ba2217)) - (pad "" smd roundrect (at -0.65 0.65) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.238095) (tstamp ab34b936-8ca5-4be1-8599-504cb86609fc)) - (pad "" smd roundrect (at 0.65 -0.65) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.238095) (tstamp 82907d2e-4560-49c2-9cfc-01b127317195)) - (pad "" smd roundrect (at 0.65 0.65) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.238095) (tstamp 80ace02d-cb21-4f08-bc25-572a9e56ff99)) - (pad "1" smd roundrect (at -1.9375 -1.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 5a319d05-1a85-43fe-a179-ebcee7212a03)) - (pad "2" smd roundrect (at -1.9375 -0.75) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 315d2b15-cfe6-4672-b3ad-24773f3df12c)) - (pad "3" smd roundrect (at -1.9375 -0.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 16 "/USB_DP") (tstamp 0a79db37-f1d9-40b1-a24d-8bdfb8f637e2)) - (pad "4" smd roundrect (at -1.9375 0.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 15 "/USB_DM") (tstamp d5c86a84-6c8b-48b5-b583-2fe7052421ab)) - (pad "5" smd roundrect (at -1.9375 0.75) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 188eabba-12a3-47b7-9be1-03f0c5a948eb)) - (pad "6" smd roundrect (at -1.9375 1.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp c38f28b6-5bd4-4cf9-b273-1e7b230f6b42)) - (pad "7" smd roundrect (at -1.25 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp a311f3c6-42e3-4584-9725-4a62ff91b6e3)) - (pad "8" smd roundrect (at -0.75 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 7 "VBUS") (tstamp bcacf97a-a49b-480c-96ed-a857f56faeb2)) - (pad "9" smd roundrect (at -0.25 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 41524d81-a7f7-45af-a8c6-15609b68d1fd)) - (pad "10" smd roundrect (at 0.25 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 71aa3829-956e-4ff9-af3f-b06e50ab2b5a)) - (pad "11" smd roundrect (at 0.75 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 2f5467a7-bd49-433c-92f2-60a842e66f7b)) - (pad "12" smd roundrect (at 1.25 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 2f33286e-7553-4442-acf0-23c61fcd6ab0)) - (pad "13" smd roundrect (at 1.9375 1.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 5206328f-de7d-41ba-bad8-f1768b7701cb)) - (pad "14" smd roundrect (at 1.9375 0.75) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 47484446-e64c-4a82-88af-15de92cf6ad4)) - (pad "15" smd roundrect (at 1.9375 0.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp dd5f7736-b8aa-44f2-a044-e514d63d48f3)) - (pad "16" smd roundrect (at 1.9375 -0.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C3-Pad1)") (tstamp 2e1d63b8-5189-41bb-8b6a-c4ada546b2d5)) - (pad "17" smd roundrect (at 1.9375 -0.75) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 29cd9e70-9b68-44f7-96b2-fe993c246832)) - (pad "18" smd roundrect (at 1.9375 -1.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 7114de55-86d9-46c1-a412-07f5eb895435)) - (pad "19" smd roundrect (at 1.25 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "/USB_RTS") (tstamp f879c0e8-5893-4eb4-8e59-2292a632100f)) - (pad "20" smd roundrect (at 0.75 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 14 "/USB_RX") (tstamp 750e60a2-e808-4253-8275-b79930fb2714)) - (pad "21" smd roundrect (at 0.25 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "/USB_TX") (tstamp e7376da1-2f59-4570-81e8-46fca0289df0)) - (pad "22" smd roundrect (at -0.25 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 10fa1a8c-62cb-4b8f-b916-b18d737ff71b)) - (pad "23" smd roundrect (at -0.75 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 11 "/USB_DTR") (tstamp 9e18f8b3-9e1a-4022-9224-10c12ca8a28d)) - (pad "24" smd roundrect (at -1.25 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp cd48b13f-c989-4ac1-a7f0-053afcd77527)) - (pad "25" smd roundrect (at 0 0) (size 2.6 2.6) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.096154) - (net 1 "GND") (tstamp 93afd2e8-e16c-4e06-b872-cf0e624aee35)) - (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "RF_Module:ESP32-WROOM-32" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a19d) - (at 134.366 70.358) - (descr "Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf") - (tags "Single 2.4 GHz Wi-Fi and Bluetooth combo chip") - (path "/00000000-0000-0000-0000-00005da6edcb") - (attr smd) - (fp_text reference "U3" (at -10.61 8.43 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c8072c34-0f81-4552-9fbe-4bfe60c53e21) - ) - (fp_text value "ESP32-WROOM-32" (at 0 11.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fec6f717-d723-4676-89ef-8ea691e209c2) - ) - (fp_text user "5 mm" (at 11.8 -14.375) (layer "Cmts.User") - (effects (font (size 0.5 0.5) (thickness 0.1))) - (tstamp 341dde39-440e-4d05-8def-6a5cecefd88c) - ) - (fp_text user "KEEP-OUT ZONE" (at 0 -19) (layer "Cmts.User") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 680c3e83-f590-4924-85a1-36d51b076683) - ) - (fp_text user "5 mm" (at 7.8 -19.075 90) (layer "Cmts.User") - (effects (font (size 0.5 0.5) (thickness 0.1))) - (tstamp d396ce56-1974-47b7-a41b-ae2b20ef835c) - ) - (fp_text user "Antenna" (at 0 -13) (layer "Cmts.User") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e07e1653-d05d-4bf2-bea3-6515a06de065) - ) - (fp_text user "5 mm" (at -11.2 -14.375) (layer "Cmts.User") - (effects (font (size 0.5 0.5) (thickness 0.1))) - (tstamp e7893166-2c2c-41b4-bd84-76ebc2e06551) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0cc094e7-c1c0-457d-bd94-3db91c23be55) - ) - (fp_line (start -9.12 -15.865) (end -9.12 -9.445) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1765d6b9-ca0e-49c2-8c3c-8ab35eb3909b)) - (fp_line (start -9.12 -15.865) (end 9.12 -15.865) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0b36e60-bb2b-489c-a764-1b81e551ce62)) - (fp_line (start -9.12 -9.445) (end -9.5 -9.445) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ade7975-64a0-440a-8545-11958836bf48)) - (fp_line (start -9.12 9.1) (end -9.12 9.88) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2392fe0-54af-4e02-8793-9ba2471944b5)) - (fp_line (start -9.12 9.88) (end -8.12 9.88) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a6ee718-8cdf-4fa6-be7c-8fe885d98fd7)) - (fp_line (start 9.12 -15.865) (end 9.12 -9.445) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f47374c3-cb2a-4769-880f-830c9b19222e)) - (fp_line (start 9.12 9.1) (end 9.12 9.88) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 55cff608-ab38-48d9-ac09-2d0a877ceca1)) - (fp_line (start 9.12 9.88) (end 8.12 9.88) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fc912fd-5036-4a55-b598-a9af40810824)) - (fp_line (start -14 -9.97) (end -14 -20.75) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 18cf1537-83e6-4374-a277-6e3e21479ab0)) - (fp_line (start -12.525 -20.75) (end -14 -19.66) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 6742a066-6a5f-4185-90ae-b7fe8c6eda52)) - (fp_line (start -10.525 -20.75) (end -14 -18.045) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp e3c3d042-f4c5-4fb1-a6b8-52aa1c14cc0e)) - (fp_line (start -8.525 -20.75) (end -14 -16.43) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 8385d9f6-6997-423b-b38d-d0ab00c45f3f)) - (fp_line (start -8 -9.97) (end 5.475 -20.75) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp f74eb612-4697-4cb4-afe4-9f94828b954d)) - (fp_line (start -6.525 -20.75) (end -14 -14.815) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 2fb9964c-4cd4-4e81-b5e8-f78759d3adb5)) - (fp_line (start -4.525 -20.75) (end -14 -13.2) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 05e45f00-3c6b-4c0c-9ffb-3fe26fcda007)) - (fp_line (start -2.525 -20.75) (end -14 -11.585) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 40b38567-9d6a-4691-bccf-1b4dbe39957b)) - (fp_line (start -0.525 -20.75) (end -14 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp b45059f3-613f-4b7a-a70a-ed75a9e941e6)) - (fp_line (start 1.475 -20.75) (end -12 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 6f44a349-1ba9-4965-b217-aa1589a07228)) - (fp_line (start 3.475 -20.75) (end -10 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 04d60995-4f82-4f17-8f82-2f27a0a779cc)) - (fp_line (start 7.475 -20.75) (end -6 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 72cc7949-68f8-4ef8-adcb-a65c1d042672)) - (fp_line (start 9.475 -20.75) (end -4 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 621c8eb9-ae87-439a-b350-badb5d559a5a)) - (fp_line (start 11.475 -20.75) (end -2 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp b2001159-b6cb-4000-85f5-34f6c410920f)) - (fp_line (start 13.475 -20.75) (end 0 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp fb191df4-267d-4797-80dd-be346b8eeb99)) - (fp_line (start 14 -20.75) (end -14 -20.75) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 7e498af5-a41b-4f8f-8a13-10c00a9160aa)) - (fp_line (start 14 -19.66) (end 2 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp fab1abc4-c49d-4b88-8c7f-939d7feb7b6c)) - (fp_line (start 14 -18.045) (end 4 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 1a813eeb-ee58-4579-81e1-3f9a7227213c)) - (fp_line (start 14 -16.43) (end 6 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp b754bfb3-a198-47be-8e7b-61bec885a5db)) - (fp_line (start 14 -14.815) (end 8 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 01109662-12b4-48a3-b68d-624008909c2a)) - (fp_line (start 14 -13.2) (end 10 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 0e166909-afb5-4d70-a00b-dd78cd09b084)) - (fp_line (start 14 -11.585) (end 12 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp dc7523a5-4408-4a51-bc92-6a47a538c094)) - (fp_line (start 14 -9.97) (end -14 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 64256223-cf3b-4a78-97d3-f1dca769968f)) - (fp_line (start 14 -9.97) (end 14 -20.75) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp df93f76b-86da-45ae-87e2-4b691af12b00)) - (fp_line (start -13.8 -13.875) (end -13.6 -14.075) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 414f80f7-b2d5-43c3-a018-819efe44fe30)) - (fp_line (start -13.8 -13.875) (end -13.6 -13.675) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp a419542a-0c78-421e-9ac7-81d3afba6186)) - (fp_line (start -13.8 -13.875) (end -9.2 -13.875) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp bc1d5740-b0c7-4566-95b0-470ac47a1fb3)) - (fp_line (start -9.2 -13.875) (end -9.4 -14.075) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp a67dbe3b-ec7d-4ea5-b0e5-715c5263d8da)) - (fp_line (start -9.2 -13.875) (end -9.4 -13.675) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp c480dba7-51ff-4a4f-9251-e48b2784c64a)) - (fp_line (start 8.4 -20.6) (end 8.2 -20.4) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 6b69fc79-c78f-4df1-9a05-c51d4173705f)) - (fp_line (start 8.4 -20.6) (end 8.6 -20.4) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 3c66e6e2-f12d-4b23-910e-e478d272dfd5)) - (fp_line (start 8.4 -16) (end 8.2 -16.2) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp eb1b2aa2-a3cc-4a96-87ec-70fcae365f0f)) - (fp_line (start 8.4 -16) (end 8.4 -20.6) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 9c8eae28-a7c3-4e6a-bd81-98cf70031070)) - (fp_line (start 8.4 -16) (end 8.6 -16.2) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp d8370835-89ad-4b62-9f40-d0c10470788a)) - (fp_line (start 9.2 -13.875) (end 9.4 -14.075) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 84febc35-87fd-4cad-8e04-2b66390cfc12)) - (fp_line (start 9.2 -13.875) (end 9.4 -13.675) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 494d4ce3-60c4-4021-8bd1-ab41a12b14ed)) - (fp_line (start 9.2 -13.875) (end 13.8 -13.875) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 5a889284-4c9f-49be-8f02-e43e18550914)) - (fp_line (start 13.8 -13.875) (end 13.6 -14.075) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp eb7e294c-b398-413b-8b78-85a66ed5f3ea)) - (fp_line (start 13.8 -13.875) (end 13.6 -13.675) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 1b5a32e4-0b8e-4f38-b679-71dc277c2087)) - (fp_line (start -14.25 -21) (end -14.25 -9.72) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6aa022fb-09ce-49d9-86b1-c73b3ee817e2)) - (fp_line (start -14.25 -21) (end 14.25 -21) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d4d8c24-5b38-445b-8733-2a81ba21d33e)) - (fp_line (start -14.25 -9.72) (end -9.75 -9.72) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6dc1180-19c4-432b-af49-fc9179bb4519)) - (fp_line (start -9.75 10.5) (end -9.75 -9.72) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2d16cb66-2809-411d-912c-d3db0f48bd04)) - (fp_line (start -9.75 10.5) (end 9.75 10.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5fe7a4eb-9f04-4df6-a1fa-36c071e280d7)) - (fp_line (start 9.75 -9.72) (end 9.75 10.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6891c49-3648-41ce-811e-fccb4c4653af)) - (fp_line (start 9.75 -9.72) (end 14.25 -9.72) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c8704fa-310a-4c01-8dc1-2b7e2727fea0)) - (fp_line (start 14.25 -21) (end 14.25 -9.72) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2151a218-87ec-4d43-b5fa-736242c52602)) - (fp_line (start -9 -15.745) (end -9 -10.02) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90fa0465-7fe5-474b-8e7c-9f955c02a0f6)) - (fp_line (start -9 -15.745) (end 9 -15.745) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7806469b-c133-4e19-b2d5-f2b690b4b2f3)) - (fp_line (start -9 -9.02) (end -9 9.76) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a10b569c-d672-485d-9c05-2cb4795deeca)) - (fp_line (start -9 -9.02) (end -8.5 -9.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b21625e3-a75b-41d7-9f13-4c0e12ba16cb)) - (fp_line (start -9 9.76) (end 9 9.76) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16d5bf81-590a-4149-97e0-64f3b3ad6f52)) - (fp_line (start -8.5 -9.52) (end -9 -10.02) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db902262-2864-4997-aeff-8abaa132424a)) - (fp_line (start 9 9.76) (end 9 -15.745) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6c7f556-10bb-4a6d-b61b-a732ec6fa5cc)) - (pad "1" smd rect (at -8.5 -8.255) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp aa288a22-ea1d-474d-8dae-efe971580843)) - (pad "2" smd rect (at -8.5 -6.985) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 1527299a-08b3-47c3-929f-a75c83be365e)) - (pad "3" smd rect (at -8.5 -5.715) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "/EN") (tstamp 58a87288-e2bf-4c88-9871-a753efc69e9d)) - (pad "4" smd rect (at -8.5 -4.445) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 33 "/PIR_A") (tstamp 0c9bbc06-f1c0-4359-8448-9c515b32a886)) - (pad "5" smd rect (at -8.5 -3.175) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp b606e532-e4c7-444d-b9ff-879f52cfde92)) - (pad "6" smd rect (at -8.5 -1.905) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 2dc66f7e-d85d-4081-ae71-fd8851d6aeda)) - (pad "7" smd rect (at -8.5 -0.635) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp d5a7688c-7438-4b6d-999f-4f2a3cb18fd6)) - (pad "8" smd rect (at -8.5 0.635) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 22ab392d-1989-4185-9178-8083812ea067)) - (pad "9" smd rect (at -8.5 1.905) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 6fd21292-6577-40e1-bbda-18906b5e9f6f)) - (pad "10" smd rect (at -8.5 3.175) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 34 "/CH_1") (tstamp f030cfe8-f922-4a12-a58d-2ff6e60a9bb9)) - (pad "11" smd rect (at -8.5 4.445) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 38 "/CH_2") (tstamp 0f62e92c-dce6-45dc-a560-b9db10f66ff3)) - (pad "12" smd rect (at -8.5 5.715) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 35 "/CH_3") (tstamp 53fda1fb-12bd-4536-80e1-aab5c0e3fc58)) - (pad "13" smd rect (at -8.5 6.985) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 39 "/CH_4") (tstamp 929c74c0-78bf-4efe-a778-fa328e951865)) - (pad "14" smd rect (at -8.5 8.255) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 2938bf2d-2d32-4cb0-9d4d-563ea28ffffa)) - (pad "15" smd rect (at -5.715 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 89bd1fdd-6a91-474e-8495-7a2ba7eb6260)) - (pad "16" smd rect (at -4.445 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 36 "/CH_5") (tstamp 8b022692-69b7-4bd6-bf38-57edecf356fa)) - (pad "17" smd rect (at -3.175 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp c62adb8b-b306-48da-b0ae-f6a287e54f62)) - (pad "18" smd rect (at -1.905 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 87a0ffb1-5477-4b20-a3ac-fef5af129a33)) - (pad "19" smd rect (at -0.635 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp b9c0c276-e6f1-47dd-b072-0f92904248ca)) - (pad "20" smd rect (at 0.635 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp a4541b62-7a39-4707-9c6f-80dce1be9cee)) - (pad "21" smd rect (at 1.905 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 046ca2d8-3ca1-4c64-8090-c45e9adcf30e)) - (pad "22" smd rect (at 3.175 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 460147d8-e4b6-4910-88e9-07d1ddd6c2df)) - (pad "23" smd rect (at 4.445 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 36696ac6-2db1-4b52-ae3d-9f3c89d2042f)) - (pad "24" smd rect (at 5.715 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 40 "/CH_6") (tstamp 2e6b1f7e-e4c3-43a1-ae90-c85aa40696d5)) - (pad "25" smd rect (at 8.5 8.255) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 10 "/IO0") (tstamp 042fe62b-53aa-4e86-97d0-9ccb1e16a895)) - (pad "26" smd rect (at 8.5 6.985) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 37 "/CH_7") (tstamp 5dbda758-e74b-4ccf-ad68-495d537d68ba)) - (pad "27" smd rect (at 8.5 5.715) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 41 "/CH_8") (tstamp b853d9ac-7829-468f-99ac-dc9996502e94)) - (pad "28" smd rect (at 8.5 4.445) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 50 "/DHT_IO") (tstamp c10ace36-a93c-4c08-ac75-059ef9e1f71c)) - (pad "29" smd rect (at 8.5 3.175) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 9666bb6a-0c1d-4c92-be6d-94a465ec5c51)) - (pad "30" smd rect (at 8.5 1.905) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 6e77d4d6-0239-4c20-98f8-23ae4f71d638)) - (pad "31" smd rect (at 8.5 0.635) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 49 "/LED4") (tstamp e46ecd61-0bbe-4b9f-a151-a2cacac5967b)) - (pad "32" smd rect (at 8.5 -0.635) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 4b982f8b-ca29-4ebf-88fc-8a50b24e0802)) - (pad "33" smd rect (at 8.5 -1.905) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 48 "/LED3") (tstamp 35343f32-90ff-4059-a108-111fb444c3d2)) - (pad "34" smd rect (at 8.5 -3.175) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "/USB_TX") (tstamp 2ec9be40-1d5a-4e2d-8a4d-4be2d3c079d5)) - (pad "35" smd rect (at 8.5 -4.445) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 14 "/USB_RX") (tstamp 7b75907b-b2ae-4362-89fa-d520339aaa5c)) - (pad "36" smd rect (at 8.5 -5.715) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 47 "/LED2") (tstamp b632afec-1444-4246-8afb-cc14a57567e7)) - (pad "37" smd rect (at 8.5 -6.985) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 46 "/LED1") (tstamp 9c0314b1-f82f-432d-95a0-65e191202552)) - (pad "38" smd rect (at 8.5 -8.255) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp be030c62-e776-405f-97d8-4a4c1aa2e428)) - (pad "39" smd rect (at -1 -0.755) (size 5 5) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp e9a9fba3-7cfa-45ca-926c-a5a8ecd7e3a4)) - (model "${KISYS3DMOD}/RF_Module.3dshapes/ESP32-WROOM-32.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b05d) - (at 118.8 88.884 -90) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005daea638") - (attr smd) - (fp_text reference "D3" (at -3.302 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 73ee7e03-97a8-4121-b568-c25f3934a935) - ) - (fp_text value "D_Schottky" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 291935ec-f8ff-41f0-8717-e68b8af7b8c1) - ) - (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f67bbef3-6f59-49ba-8890-d1f9dc9f9ad6) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49a65079-57a9-46fc-8711-1d7f2cab8dbf)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe6d9604-2924-4f38-950b-a31e8a281973)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 082aed28-f9e8-49e7-96ee-b5aa9f0319c7)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10b20c6b-8045-46d1-a965-0d7dd9a1b5fa)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 59f60168-cced-43c9-aaa5-41a1a8a2f631)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6a3288e-9575-42bb-af05-a920d59aded8)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ef94502b-f22d-4da7-a17f-4100090b03a1)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d68dca9b-48b3-498b-9b5f-3b3838250f82)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 165f4d8d-26a9-4cf2-a8d6-9936cd983be4)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92a23ed4-a5ea-4cea-bc33-0a83191a0d32)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9de304ba-fba7-4896-b969-9d87a3522d74)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 58cc7831-f944-4d33-8c61-2fd5bebc61e0)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f203116d-f256-4611-a03e-9536bbedaf2f)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d45d1afe-78e6-4045-862c-b274469da903)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87ba184f-bff5-4989-8217-6af375cc3dd8)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ae963fb-e34f-4e11-9adf-78839a5b2ef1)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74855e0d-40e4-4940-a544-edae9207b2ea)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e697b96-cf4c-43ef-b321-8c2422b088bf)) - (pad "1" smd rect (at -1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp 645bdbdc-8f65-42ef-a021-2d3e7d74a739)) - (pad "2" smd rect (at 1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 17 "Net-(D3-Pad2)") (tstamp f503ea07-bcf1-4924-930a-6f7e9cd312f8)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_USB:USB_Micro-B_Molex-105017-0001" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b12e) - (at 105.41 66.04 -90) - (descr "http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf") - (tags "Micro-USB SMD Typ-B") - (path "/00000000-0000-0000-0000-00005da7925b") - (attr smd) - (fp_text reference "J2" (at 0 -3.1125 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2522909e-6f5c-4f36-9c3a-869dca14e50f) - ) - (fp_text value "USB_B_Micro" (at 0.3 4.3375 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a647641f-bf16-4177-91ee-b01f347ff91c) - ) - (fp_text user "PCB Edge" (at 0 2.6875 90) (layer "Dwgs.User") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 0938c137-668b-4d2f-b92b-cadb1df72bdb) - ) - (fp_text user "${REFERENCE}" (at 0 0.8875 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1b98de85-f9de-4825-baf2-c96991615275) - ) - (fp_line (start -3.9 -1.7625) (end -3.45 -1.7625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b24c67bf-acb7-486e-9d7b-fb513b8c7fc6)) - (fp_line (start -3.9 0.0875) (end -3.9 -1.7625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8ef1307e-4e79-474d-a93c-be38f714571c)) - (fp_line (start -3.9 2.6375) (end -3.9 2.3875) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 469f89fd-f629-46b7-b106-a0088168c9ec)) - (fp_line (start -1.7 -2.3125) (end -1.7 -1.8625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37728c8e-efcc-462c-a749-47b6bfcbaf37)) - (fp_line (start -1.7 -2.3125) (end -1.25 -2.3125) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4e4ffa8-e3e2-4590-b9df-630d1880f3e4)) - (fp_line (start 3.9 -1.7625) (end 3.45 -1.7625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 848c6095-3966-404d-9f2a-51150fd8dc54)) - (fp_line (start 3.9 0.0875) (end 3.9 -1.7625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d8dc9b6c-67d0-4a0d-a791-6f7d43ef3652)) - (fp_line (start 3.9 2.6375) (end 3.9 2.3875) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 653e74f0-0a40-4ab5-8f5c-787bbaf1d723)) - (fp_line (start -4.4 -2.46) (end 4.4 -2.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83a363ef-2850-4113-853b-2966af02d72d)) - (fp_line (start -4.4 3.64) (end -4.4 -2.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81b95d0d-8967-4ed1-8d40-39925d015ae8)) - (fp_line (start -4.4 3.64) (end 4.4 3.64) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd4dd248-3e78-4985-a4fc-58bc05b74cbf)) - (fp_line (start 4.4 -2.46) (end 4.4 3.64) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e07c4b69-e0b4-4217-9b28-38d44f166b31)) - (fp_line (start -3.75 -1.6125) (end 3.75 -1.6125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 971d1932-4a99-4265-9c76-26e554bde4fe)) - (fp_line (start -3.75 3.3875) (end -3.75 -1.6125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 444b2eaf-241d-42e5-8717-27a83d099c5b)) - (fp_line (start -3.75 3.389204) (end 3.75 3.389204) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7255cbd1-8d38-4545-be9a-7fc5488ef942)) - (fp_line (start -3 2.689204) (end 3 2.689204) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08da8f18-02c3-4a28-a400-670f01755980)) - (fp_line (start -1.5 -2.1225) (end -1.5 -1.9125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5698a460-6e24-4857-84d8-4a43acd2325d)) - (fp_line (start -1.5 -2.1225) (end -1.1 -2.1225) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fdc57161-f7f8-4584-b0ec-8c1aa24339c6)) - (fp_line (start -1.3 -1.7125) (end -1.5 -1.9125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fbb5e77c-4b41-4796-ad13-1b9e2bbc3c81)) - (fp_line (start -1.1 -2.1225) (end -1.1 -1.9125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dde4c43d-f33e-48ba-86f3-779fdfce00c2)) - (fp_line (start -1.1 -1.9125) (end -1.3 -1.7125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8220ba36-5fda-4461-95e2-49a5bc0c76af)) - (fp_line (start 3.75 3.3875) (end 3.75 -1.6125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec2e3d8a-128c-4be8-b432-9738bca934ae)) - (pad "1" smd rect (at -1.3 -1.4625 270) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 7 "VBUS") (tstamp 9c5933cf-1535-4465-90dd-da9b75afcdcf)) - (pad "2" smd rect (at -0.65 -1.4625 270) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 15 "/USB_DM") (tstamp 629fdb7a-7978-43d0-987e-b84465775826)) - (pad "3" smd rect (at 0 -1.4625 270) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 16 "/USB_DP") (tstamp 9bb406d9-c650-4e67-9a26-3195d4de542e)) - (pad "4" smd rect (at 0.65 -1.4625 270) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 42bd0f96-a831-406e-abb7-03ed1bbd785f)) - (pad "5" smd rect (at 1.3 -1.4625 270) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 57543893-39bf-4d83-b4e0-8d020b4a6d48)) - (pad "6" thru_hole oval (at -3.5 1.2375 90) (size 1.2 1.9) (drill oval 0.6 1.3) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp 2c488362-c230-4f6d-82f9-a229b1171a23)) - (pad "6" smd rect (at -2.9 1.2375 270) (size 1.2 1.9) (layers "F.Cu" "F.Mask") - (net 1 "GND") (tstamp 74096bdc-b668-408c-af3a-b048c20bd605)) - (pad "6" thru_hole circle (at -2.5 -1.4625 270) (size 1.45 1.45) (drill 0.85) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp df9a1242-2d73-4343-b170-237bc9a8080f)) - (pad "6" smd rect (at -1 1.2375 270) (size 1.5 1.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp a5e6f7cb-0a81-4357-a11f-231d23300342)) - (pad "6" smd rect (at 1 1.2375 270) (size 1.5 1.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 2d0d333a-99a0-4575-9433-710c8cc7ac0b)) - (pad "6" thru_hole circle (at 2.5 -1.4625 270) (size 1.45 1.45) (drill 0.85) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp 8cb5a828-8cef-4784-b78d-175b49646952)) - (pad "6" smd rect (at 2.9 1.2375 270) (size 1.2 1.9) (layers "F.Cu" "F.Mask") - (net 1 "GND") (tstamp dc628a9d-67e8-4a03-b99f-8cc7a42af6ef)) - (pad "6" thru_hole oval (at 3.5 1.2375 270) (size 1.2 1.9) (drill oval 0.6 1.3) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp 89df70f4-3579-42b9-861e-6beb04a3b25e)) - (model "${KIPRJMOD}/3d/105017-0001.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b1e1) - (at 122.682 86.614 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dae0fd2") - (attr smd) - (fp_text reference "R4" (at 1.778 -0.508 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3326423d-8df7-4a7e-a354-349430b8fbd7) - ) - (fp_text value "100R" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4d4fecdd-be4a-47e9-9085-2268d5852d8f) - ) - (fp_text user "${REFERENCE}" (at 0 0.068 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4833916-7a3e-4498-86fb-ec6d13262ffe)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 71c6e723-673c-45a9-a0e4-9742220c52a3)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc48dd41-7768-48d3-b096-2c4cc2126c9d)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4185c36c-c66e-4dbd-be5d-841e551f4885)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8de2d84c-ff45-4d4f-bc49-c166f6ae6b91)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8458d41c-5d62-455d-b6e1-9f718c0faac9)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 935057d5-6882-4c15-9a35-54677912ba12)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e091e263-c616-48ef-a460-465c70218987)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 25 "Net-(Q3-Pad1)") (tstamp c088f712-1abe-4cac-9a8b-d564931395aa)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 34 "/CH_1") (tstamp 0fd35a3e-b394-4aae-875a-fac843f9cbb7)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b1f0) - (at 134.2 88.2) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db06b0c") - (attr smd) - (fp_text reference "R5" (at 0 -1.17) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2e36ce87-4661-4b8f-956a-16dc559e1b50) - ) - (fp_text value "100R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2d617fad-47fe-4db9-836a-4bceb9c31c3b) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 4f4bd227-fa4c-47f4-ad05-ee16ad4c58c2) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da337fe1-c322-4637-ad26-2622b82ac8ee)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b70b09b-6762-4725-9d48-805300c0bdc8)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8765371a-21c2-4fe3-a3af-88f5eb1f02a0)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ed952427-2217-4500-9bbc-0c2746b198ad)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92bd1111-b941-4c03-b7ec-a08a9359bc50)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4688ff87-8262-46f4-ad96-b5f4e529cfa9)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ce41a48-c5e2-4d5f-8548-1c7b5c309a8a)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 843b53af-dd34-4db8-aa6b-5035b25affc7)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 26 "Net-(Q4-Pad1)") (tstamp e42fd0d4-9927-4308-81d9-4cca814c8ea9)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 35 "/CH_3") (tstamp 122b5574-57fe-4d2d-80bf-3cabd28e7128)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b1ff) - (at 145.3 84.9 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db1b006") - (attr smd) - (fp_text reference "R6" (at 1.995 0.194) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 70abf340-8b3e-403e-a5e2-d8f35caa2f87) - ) - (fp_text value "100R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7de6564c-7ad6-4d57-a54c-8d2835ff5cdc) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 004b7456-c25a-480f-88f6-723c1bcd9939) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42f10020-b50a-4739-a546-6b63e441c980)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b6dda98-f455-4961-854e-3c4cceecffcc)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eafb53d1-7486-4935-b154-2efbffbed6ca)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b55dabdc-b790-4740-9349-75159cff975a)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6dcb5b4-0971-448a-b9ab-6db37a750704)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dff67d5c-d976-4516-ae67-dbbdb70f8ddd)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68039801-1b0f-480a-861d-d55f24af0c17)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af6ac8e6-193c-4bd2-ac0b-7f515b538a8b)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 27 "Net-(Q5-Pad1)") (tstamp 832b5a8c-7fe2-47ff-beee-cebf840750bb)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 36 "/CH_5") (tstamp b8b15b51-8345-4a1d-8ecf-04fc15b9e450)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b20e) - (at 147.4 77.115 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db1b068") - (attr smd) - (fp_text reference "R7" (at 1.423 -1.096 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 70cda344-73be-4466-a097-1fd56f3b19e2) - ) - (fp_text value "100R" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 64d1d0fe-4fd6-4a55-8314-56a651e1ccab) - ) - (fp_text user "${REFERENCE}" (at 0 0 180) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 91c82043-0b26-427f-b23c-6094224ddfc2) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c9badf80-21f8-404a-b5df-18e98bffebf9)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb1a635e-b207-4b36-b0fb-e877e480e86a)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c2a9d834-7cb1-4ec5-b0ba-ae56215ff9fc)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97e5f992-979e-4291-bd9a-a77c3fd4b1b5)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5cff09b0-b3d4-41a7-a6a4-7f917b40eda9)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf4036b4-c410-489a-b46c-abee2c31db09)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5a397f61-35c4-4c18-9dcd-73a2d44cc9af)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a8dfc5c-35dc-4e44-a2bf-5968ebf90cca)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 28 "Net-(Q6-Pad1)") (tstamp b547dd70-2ea7-4cfd-a1ee-911561975d81)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 37 "/CH_7") (tstamp 8615dae0-65cf-4932-8e6f-9a0f32429a5e)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b21d) - (at 129.286 88.265 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db04295") - (attr smd) - (fp_text reference "R8" (at -0.7 -1.3 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 725579dd-9ec6-473d-8843-6a11e99f108c) - ) - (fp_text value "100R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6ea0f2f7-b064-4b8f-bd17-48195d1c83d1) - ) - (fp_text user "${REFERENCE}" (at 0 0.348) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 5bbde4f9-fcdb-4d27-a2d6-3847fcdd87ba) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e77c17df-b20e-4e7d-b937-f281c75a0014)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2295a793-dfca-4b86-a3e5-abf1834e2790)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a150f0c9-1a23-4200-b489-18791f6d5ce5)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e592cd4-1950-44ef-9727-8e526f4c4e12)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cdfb661b-489b-4b76-99f4-62b92bb1ab18)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp acb0068c-c0e7-44cf-a209-296716acb6a2)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46491a9d-8b3d-4c74-b09a-70c876f162e5)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e80b0e91-f15f-4e36-9a9c-b2cfd5a01d2a)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 29 "Net-(Q7-Pad1)") (tstamp 11c7c8d4-4c4b-4330-bb59-1eec2e98b255)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 38 "/CH_2") (tstamp 300aa512-2f66-4c26-a530-50c091b3a099)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b22c) - (at 141.138 86.852) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db06b55") - (attr smd) - (fp_text reference "R9" (at 0 -1.17) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aa0466c6-766f-4bb4-abf1-502a6a06f91d) - ) - (fp_text value "100R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 692d87e9-6b70-46cc-9c78-b75193a484cc) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp ea745685-58a4-4364-a674-15381eadb187) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8e1a8b8-63f0-4e53-a6cb-c8edf9a649c4)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07652224-af43-42a2-841c-1883ba305bc4)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 63286bbb-78a3-4368-a50a-f6bf5f1653b0)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e4184668-3bdd-4cb2-a053-4f3d5e57b541)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f2f68c4-6fa0-45ce-b5c2-e911daddcd12)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6706c54-6a82-42d1-a6c9-48341690e19d)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd6c35f3-ae45-4706-ad6f-8028797ca8e0)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39845449-7a31-4262-86b1-e7af14a6659f)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 30 "Net-(Q8-Pad1)") (tstamp adcbf4d0-ed9c-4c7d-b78f-3bcbe974bdcb)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 39 "/CH_4") (tstamp c6bba6d7-3631-448e-9df8-b5a9e3238ade)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b24a) - (at 147.32 70.9 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db1b099") - (attr smd) - (fp_text reference "R11" (at -0.415 1.27 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7943ed8c-e760-4ace-9c5f-baf5589fae39) - ) - (fp_text value "100R" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 59e09498-d26e-4ba7-b47d-fece2ea7c274) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 8aeda7bd-b078-427a-a185-d5bc595c6436) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb6a726e-fed9-4891-95fa-b4d4a5f77b35)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3656bb3f-f8a4-4f3a-8e9a-ec6203c87a56)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d70d1cd3-1668-4688-8eb7-f773efb7bb87)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c646c61-400f-4f60-98b8-05ed5e632a3f)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9505be36-b21c-4db8-9484-dd0861395d26)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea4f0afc-785b-40cf-8ef1-cbe20404c18b)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 49d97c73-e37a-4154-9d0a-88037e40cc11)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 961b4579-9ee8-407a-89a7-81f36f1ad865)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 32 "Net-(Q10-Pad1)") (tstamp 3198b8ca-7d11-4e0c-89a4-c173f9fcf724)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 41 "/CH_8") (tstamp 251669f2-aed1-46fe-b2e4-9582ff1e4084)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2c409) - (at 109 73.4 -90) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005da7dc09") - (attr through_hole) - (fp_text reference "J1" (at 6.294 -2.54 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5a33f5a4-a470-4c04-9e2d-532b5f01a5d6) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp acb6c3f3-e677-4f35-9fc2-138ba10f33af) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ef51df0d-fc2c-482b-a0e5-e49bae94f31f) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f96e159-1f3b-4ee7-a46e-e60d78f2137a)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 77aa6db5-9b8d-4983-b88e-30fe5af25975)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 722636b6-8ff0-452f-9357-23deb317d921)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4160bbf7-ffff-4c5c-a647-5ee58ddecf06)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 044dde97-ee2e-473a-9264-ed4dff1893a5)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 661ca2ba-bce5-4308-99a6-de333a625515)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7582a530-a952-46c1-b7eb-75006524ba29)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 662bafcb-dcfb-4471-a8a9-f5c777fdf249)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e000728f-e3c5-4fc4-86af-db9ceb3a6542)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18d3014d-7089-41b5-ab03-53cc0a265580)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 720ec55a-7c69-4064-b792-ef3dbba4eab9)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 406d491e-5b01-46dc-a768-fd0992cdb346)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34a11a07-8b7f-45d2-96e3-89fd43e62756)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47993d80-a37e-426e-90c9-fd54b49ed166)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41b4f8c6-4973-4fc7-9118-d582bc7f31e7)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54093c93-5e7e-4c8d-8d94-40c077747c12)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb9a832c-737d-49fb-bbb4-29a0ba3e8178)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp bf8d857b-70bf-41ee-a068-5771461e04e9)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e0f9829-27a5-43b2-a0ae-121d3ce72ef4)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3934b2e9-06c8-499c-a6df-4d7b35cfb894)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3579cf2f-29b0-46b6-a07d-483fb5586322)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73f40fda-e6eb-4f93-9482-56cf47d84a87)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 232ccf4f-3322-4e62-990b-290e6ff36fcd)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ae05d37-86b4-45ea-800f-f1f9fb167857)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93ac15d8-5f91-4361-acff-be4992b93b51)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96781640-c07e-4eea-a372-067ded96b703)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f284b1e2-75a4-4a3f-a5f4-6f05f15fb4f5)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15ea3484-2685-47cb-9e01-ec01c6d477b8)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c6462399-f2e4-4f1a-b34a-b49a04c8bdb9)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d115a0df-1034-4583-83af-ff1cb8acfa17)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4ef5db0-5fba-4fcd-ab64-2ef2646c5c6d)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d7ff8c0-8a2a-4636-844f-c7210ff3e6f2)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42b61d5b-39d6-462b-b2cc-57656078085f)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 2ba25c40-ea42-478e-9150-1d94fa1c8ae9)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp b7ac5cea-ed28-4028-87d0-45e58c709cf1)) - (pad "1" thru_hole rect (at 0 0 270) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp acf5d924-0760-425a-996c-c1d965700be8)) - (pad "2" thru_hole circle (at 3.5 0 270) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp 01024d27-e392-4482-9e67-565b0c294fe8)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2c483) - (at 116.7 96) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005dae44ca") - (attr through_hole) - (fp_text reference "J3" (at 3.294 -3.834) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 044de712-d3da-40ed-9c9f-d91ef285c74c) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 83e349fb-6338-43f9-ad3f-2e7f4b8bb4a9) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b44c0167-50fe-4c67-94fb-5ce2e6f52544) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5f4d798-57d3-493b-b57c-3b6e89508879)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a5610bb-d01a-4417-8271-dc424dd2c838)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c544a8c-9f45-4205-9bca-1d91c95d58ef)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1441985-7b63-4bf8-a06d-c70da2e3b78b)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74012f9c-57f0-452a-9ea1-1e3437e264b8)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 22c28634-55a5-4f76-9217-6b70ddd108b8)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd50b8dc-829d-4a1d-8f2a-6471f378ba87)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f4abbc0-6ac3-48f0-b823-2c1c19349540)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae158d42-76cc-4911-a621-4cc28931c98b)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1cb64bfe-d819-47e3-be11-515b04f2c451)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60d26b83-9c3a-4edb-93ef-ab3d9d05e8cb)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb5d2eae-a96e-45dd-89aa-125fe22cc2fa)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 765684c2-53b3-4ef7-bd1b-7a4a73d87b76)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a390647-51ba-4684-b747-9001f749ff71)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd2d59b3-ddef-491f-bb57-eb3d3820bdeb)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2681e64d-bedc-4e1f-87d2-754aaa485bbd)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c811ed5f-f509-4605-b7d3-da6f79935a1e)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp fcfb3f77-487d-44de-bd4e-948fbeca3220)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e4504518-96e7-4c9e-8457-7273f5a490f1)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42ecdba3-f348-4384-8d4b-cd21e56f3613)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd29b6d3-a58c-4b1f-9c20-de4efb708ab2)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a22bec73-a69c-4ab7-8d8d-f6a6b09f925f)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0b0947e-ec91-4d8a-8663-5a112b0a8541)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cfdef906-c924-4492-999d-4de066c0bce1)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f220d6a7-3170-4e04-8de6-2df0c3962fe0)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d2fd49e-2cb2-44d4-8935-68488970d97b)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3335d379-08d8-4469-9fa1-495ed5a43fba)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c37d3f0c-41ec-4928-8869-febc821c6326)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp facb0614-068b-4c9c-a466-d374df96a94c)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a1d0cbe-85ab-4f0f-b3b1-fcef21dfb600)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea77ba09-319a-49bd-ad5b-49f4c76f232c)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd29cce5-2d5d-4676-956a-df49a3c13d23)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9640e044-e4b2-4c33-9e1c-1d9894a69337)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp aae6bc05-6036-4fc6-8be7-c70daf5c8932)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 234e1024-0b7f-410c-90bb-bae43af1eb25)) - (pad "1" thru_hole rect (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 6b6d35dc-fa1d-46c5-87c0-b0652011059d)) - (pad "2" thru_hole circle (at 3.5 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 17 "Net-(D3-Pad2)") (tstamp 6b8c153e-62fe-42fb-aa7f-caef740ef6fd)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2d031) - (at 121.666 62.738 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dac014a") - (attr smd) - (fp_text reference "C7" (at 1.016 -1.524 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 81ab7ed7-7160-4650-b711-4daa2902dc8b) - ) - (fp_text value "10uF" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dbbbcbf5-ed09-4c20-902c-70f108158aba) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 9404ce4c-2ce6-4f88-8062-13577800d257) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a6dd3322-fcf5-4e4f-88bb-77a3d82a4d05)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97693043-81ba-44a2-b87b-aca6193e0970)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 61a18b62-4111-4a9d-8fca-04c4c6f90cc3)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 717b25a7-c9c2-4f6f-b744-a96113325c99)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 72f9157b-77da-4a6d-9880-0711b21f6e23)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7dfd91c-6180-48d0-832a-f6a5a032a686)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce55d4e5-cb2b-4927-9979-4a7fc840f632)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 312474c5-a081-4cd1-b2e6-730f0718514a)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp f87a4771-a0a7-489f-9d85-4574dbea71cc)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp f2c43eeb-76da-49f4-b8e6-cd74ebb3190b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2d6eb) - (at 121.158 66.04) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005daa9313") - (attr smd) - (fp_text reference "Q1" (at 2.032 1.27) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d04eabf5-018b-4006-a739-ce16277681b7) - ) - (fp_text value "Q_NPN_BEC" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 92d938cc-f8b1-437d-8914-3d97a0938f67) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp fc12372f-6e31-40f9-8043-b00b861f0171) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef400389-7e37-4c93-8647-76318089d59f)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3273ec61-4a33-41c2-82bf-cde7c8587c1b)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92d17eb0-c75d-48d9-ae9e-ea0c7f723be4)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f3dc5bc-04e8-4dcc-91dd-8782e84f321d)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c2211bf7-6ed0-4800-9f21-d6a078bedba2)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45836d49-cd5f-417d-b0f6-c8b43d196a36)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62cbcc21-2cec-41ab-be06-499e1a78d7e7)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 009b0d62-e9ea-4825-9fdf-befd291c76ce)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fab985e9-e679-4dd8-a59c-e3195d08506a)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 778b0e81-d70b-4705-ae45-b4c475c88dab)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f565cf54-67ba-4424-8d47-087433645499)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 905b154b-e92b-469d-b2e2-340d67daddb7)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dfba7148-cad3-4f40-9835-b1394bd30a2c)) - (pad "1" smd rect (at -1 -0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 9 "Net-(Q1-Pad1)") (tstamp 094dc71e-7ea9-4e30-8ba7-749216ec2a8b)) - (pad "2" smd rect (at -1 0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 8 "/USB_RTS") (tstamp 186c3f1e-1c94-498e-abf2-1069980f6633)) - (pad "3" smd rect (at 1 0) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "/EN") (tstamp 761492e2-a989-4596-80c3-fcd6943df072)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2e7fb) - (at 111.506 61.976 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dacf2cb") - (attr smd) - (fp_text reference "C6" (at 0 -1.17 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 25625d99-d45f-4b2f-9e62-009a122611f4) - ) - (fp_text value "4.7uF" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d23840a6-3c61-45ca-968a-bc57332fd7a4) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp fe9bdc33-eab1-4bdc-9603-57decb38d2a2) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c6a1dad-7acf-4a52-99b0-316025d1ab04)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02491520-945f-40c4-9160-4e5db9ac115d)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 909d0bdd-8a15-40f2-9dfd-be4a5d2d6b25)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a46a2b22-69cf-45fb-b1d2-32ac89bbd3c8)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 100847e3-630c-4c13-ba45-180e92370805)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2edc487e-09a5-4e4e-9675-a7b323f56380)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a43f2e19-4e11-4e86-a12a-58a691d6df28)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64269ac3-771b-4c0d-91e0-eafc3dc4a07f)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "/EN") (tstamp b1240f00-ec43-4c0b-9a41-43264db8a893)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp b5d84bc0-4d9a-4d1d-a476-5c6b51309fca)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fa94) - (at 131.5 89.9 -90) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db744f3") - (attr smd) - (fp_text reference "D4" (at -3.302 -0.508 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 66ca01b3-51ff-4294-9b77-4492e98f6aec) - ) - (fp_text value "D_Schottky" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fb0bf2a0-d317-42f7-b022-b5e05481f6be) - ) - (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f674b8e7-203d-419e-988a-58e0f9ae4fad) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ee28fa9-d785-45a1-9a1b-1be02ad8cd0b)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a22eb2d-f625-4371-a918-ff1b97dc8219)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ff9bb63-d6fd-4e32-bb60-7ac65509c2e9)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dfcef016-1bf5-4158-8a79-72d38a522877)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0d52767-051a-423c-a600-928281f27952)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 178ae27e-edb9-4ffb-bd13-c0a6dd659606)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa8663be-9516-4b07-84d2-4c4d668b8596)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9fdca5c2-1fbd-4774-a9c3-8795a40c206d)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a239fd1d-dfbb-49fd-b565-8c3de9dcf42b)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15189cef-9045-423b-b4f6-a763d4e75704)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a686ed7c-c2d1-4d29-9d54-727faf9fd6bf)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a4111b7-8149-4814-9344-3b8119cd75e4)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 560d05a7-84e4-403a-80d1-f287a4032b8a)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 152cd84e-bbed-4df5-a866-d1ab977b0966)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e32af77-726b-4e11-9f99-2e2484ba9e9b)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a427111-6480-4b0c-b097-d8b6a0ee1819)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06665bf8-cef1-4e75-8d5b-1537b3c1b090)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d32956af-146b-4a09-a053-d9d64b8dd86d)) - (pad "1" smd rect (at -1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp 34ce7009-187e-4541-a14e-708b3a2903d9)) - (pad "2" smd rect (at 1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 18 "Net-(D4-Pad2)") (tstamp d767f2ff-12ec-4778-96cb-3fdd7a473d60)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2faad) - (at 145.288 87.884 -90) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db7516b") - (attr smd) - (fp_text reference "D5" (at -0.508 -1.651 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a3fab380-991d-404b-95d5-1c209b047b6e) - ) - (fp_text value "D_Schottky" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7273dd21-e834-41d3-b279-d7de727709ca) - ) - (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0fb27e11-fde6-4a25-adbb-e9684771b369) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62f15a9a-9893-486e-9ad0-ea43f88fc9e7)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41c18011-40db-4384-9ba4-c0158d0d9d6a)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09bbea88-8bd7-48ec-baae-1b4a9a11a40e)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 56d2bc5d-fd72-4542-ab0f-053a5fd60efa)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e6153e6-2c19-46de-9a8e-b310a2a07861)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4346fe55-f906-453a-b81a-1c013104a598)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c512fed3-9770-476b-b048-e781b4f3cd72)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f0f7bb5-ade7-4a81-82b4-43be6a8ad05c)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 319c683d-aed6-4e7d-aee2-ff9871746d52)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 162e5bdd-61a8-46a3-8485-826b5d58e1a1)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 456c5e47-d71e-4708-b061-1e61634d8648)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ffa442c7-cbef-461f-8613-c211201cec06)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b25e886-ded1-450a-ada1-ece4208052e4)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6a5c856-f2b5-40eb-a958-b666a0d408a0)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2b363dd-8e47-4a76-a142-e00e28334875)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c15b2f75-2e10-4b71-bebb-e2b872171b92)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb1a49ef-0a06-4f40-9008-61d1d1c36198)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f3fba7a-cf45-4bd8-9035-07e6fa0b4732)) - (pad "1" smd rect (at -1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp 2eea20e6-112c-411a-b615-885ae773135a)) - (pad "2" smd rect (at 1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 19 "Net-(D5-Pad2)") (tstamp 08ec951f-e7eb-41cf-9589-697107a98e88)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fac6) - (at 149.3 79.4) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db7625a") - (attr smd) - (fp_text reference "D6" (at -3.302 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e86e4fae-9ca7-4857-a93c-bc6a3048f887) - ) - (fp_text value "D_Schottky" (at 0 2.1) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5e755161-24a5-4650-a6e3-9836bf074412) - ) - (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dd70858b-2f9a-4b3f-9af5-ead3a9ba57e9) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58390862-1833-41dd-9c4e-98073ea0da33)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49b5f540-e128-4e08-bb09-f321f8e64056)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a1a39fc-8030-4c93-9d9c-d79ba6824099)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1de61170-5337-44c5-ba28-bd477db4bff1)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1cacb878-9da4-41fc-aa80-018bc841e19a)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4ce9470f-5633-41bf-89ac-74a810939893)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa23bfe3-454b-4a2b-bfe1-101c747eb84e)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5576cd03-3bad-40c5-9316-1d286895d52a)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db6412d3-e6c3-4bdd-abf4-a8f55d56df31)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83184391-76ed-44f0-8cd0-01f89f157bdb)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 966ee9ec-860e-45bb-af89-30bda72b2032)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 247ebffd-2cb6-4379-ba6e-21861fea3913)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94d24676-7ae3-483c-8bd6-88d31adf00b4)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e45aa7d8-0254-4176-afd9-766820762e19)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9208ea78-8dde-4b3d-91e9-5755ab5efd9a)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1bf7d0f9-0dcf-4d7c-b58c-318e3dc42bc9)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51cc007a-3378-4ce3-909c-71e94822f8d1)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 96ef76a5-90c3-4767-98ba-2b61887e28d3)) - (pad "1" smd rect (at -1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp ceb12634-32ca-4cbf-9ff5-5e8b53ab18ad)) - (pad "2" smd rect (at 1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 20 "Net-(D6-Pad2)") (tstamp 000b46d6-b833-4804-8f56-56d539f76d09)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fadf) - (at 125.2 88.884 -90) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db73e76") - (attr smd) - (fp_text reference "D7" (at -3.302 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 15699041-ed40-45ee-87d8-f5e206a88536) - ) - (fp_text value "D_Schottky" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 968a6172-7a4e-40ab-a78a-e4d03671e136) - ) - (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f8b47531-6c06-4e54-9fc9-cd9d0f3dd69f) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26a22c19-4cc5-4237-9651-0edc4f854154)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4970ec6e-3725-4619-b57d-dc2c2cb86ed0)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 755f94aa-38f0-4a64-a7c7-6c71cb18cddf)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c2999b2-1cf1-4204-9d23-243401b77aa3)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3bbbbb7d-391c-4fee-ac81-3c47878edc38)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a53fa56-d65b-42a4-a4be-8f49c4c015bb)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6150c02b-beb5-4af1-951e-3666a285a6ea)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ed09117-33cf-45a3-85a7-2606522feaf8)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5bab6a37-1fdf-4cf8-b571-44c962ed86e9)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92f063a3-7cce-4a96-8a3a-cf5767f700c6)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad4d05f5-6957-42f8-b65c-c657b9a26485)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88deea08-baa5-4041-beb7-01c299cf00e6)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a177c3b4-b04c-490e-b3fe-d3d4d7aa24a7)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b65c51e-c243-447e-bee9-832d94c1630e)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1b11207-7c0a-49b3-a41d-2fe677d5f3b8)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 402c62e6-8d8e-473a-a0cf-2b86e4908cd7)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb391a95-1c1d-4613-b508-c76b8bc13a73)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 706c1cb9-5d96-4282-9efc-6147f0125147)) - (pad "1" smd rect (at -1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp 0c5dddf1-38df-43d2-b49c-e7b691dab0ab)) - (pad "2" smd rect (at 1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 21 "Net-(D7-Pad2)") (tstamp 0ce1dd44-f307-4f98-9f0d-478fd87daa64)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2faf8) - (at 138.9 90 -90) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db74c2e") - (attr smd) - (fp_text reference "D8" (at -3.302 -0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 631c7be5-8dc2-4df4-ab73-737bb928e763) - ) - (fp_text value "D_Schottky" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 929a9b03-e99e-4b88-8e16-759f8c6b59a5) - ) - (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1876c30c-72b2-4a8d-9f32-bf8b213530b4) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c210293b-1d7a-4e96-92e9-058784106727)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9112ddd5-10d5-48b8-954f-f1d5adcacbd9)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3d5daf8-d359-42b2-a7c2-0d080ba7e212)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3dd7cdb-b730-487d-804d-99150ba318ef)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e11ae5a5-aa10-4f10-b346-f16e33c7899a)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f23ac723-a36d-491d-9473-7ec0ffed332d)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4bbde53d-6894-4e18-9480-84a6a26d5f6b)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af76ce95-feca-41fb-bf31-edaa26d6766a)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 749d9ed0-2ff2-4b55-abc5-f7231ec3aa28)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a8c373f-9bc3-4cf7-8f41-4802da916698)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92761c09-a591-4c8e-af4d-e0e2262cb01d)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aadc3df5-0e2d-4f3d-b72e-6f184da74c89)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cfd9a02-97ef-4af4-a6b8-db9be1a8fda5)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 751d823e-1d7b-4501-9658-d06d459b0e16)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b21299b9-3c4d-43df-b399-7f9b08eb5470)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc2e9f96-3bed-4896-b995-f56e799f1c77)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd60415a-f01a-46c5-9369-ea970e435e5b)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 54ed3ee1-891b-418e-ab9c-6a18747d7388)) - (pad "1" smd rect (at -1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp ca9b74ce-0dee-401c-9544-f599f4cf538d)) - (pad "2" smd rect (at 1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 22 "Net-(D8-Pad2)") (tstamp 099473f1-6598-46ff-a50f-4c520832170d)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fb2a) - (at 149.2 73.3) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db75cdb") - (attr smd) - (fp_text reference "D10" (at -3.048 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a917c6d9-225d-4c90-bf25-fe8eff8abd3f) - ) - (fp_text value "D_Schottky" (at 0 2.1) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 89a3dae6-dcb5-435b-a383-656b6a19a316) - ) - (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3ed2c840-383d-4cbd-bc3b-c4ea4c97b333) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b54cae5b-c17c-4ed7-b249-2e7d5e83609a)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 653a86ba-a1ae-4175-9d4c-c788087956d0)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df83f395-2d18-47e2-a370-952ca41c2b3a)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7233cb6b-d8fd-4fcd-9b4f-8b0ed19b1b12)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ba17a9b-d889-426c-b4fe-048bed6b6be8)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 761c8e29-382a-475c-a37a-7201cc9cd0f5)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e50c80c5-80c4-46a3-8c1e-c9c3a71a0934)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f33ec0db-ef0f-4576-8054-2833161a8f30)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63caf46e-0228-40de-b819-c6bd29dd1711)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8aff0f38-92a8-45ec-b106-b185e93ca3fd)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5dba25f-5f9b-4770-84f9-c038fb119360)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef4533db-6ea4-4b68-b436-8e9575be570d)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1317ff66-8ecf-46c9-9612-8d2eae03c537)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1755646e-fc08-4e43-a301-d9b3ea704cf6)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26bc8641-9bca-4204-9709-deedbe202a36)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd5f7d77-0f73-4021-88a8-0641f0fe8d98)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94a10cae-6ef2-4b64-9d98-fb22aa3306cc)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7fc0812-140f-4d96-9cd8-ead8c1c610b1)) - (pad "1" smd rect (at -1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp d1c19c11-0a13-4237-b6b4-fb2ef1db7c6d)) - (pad "2" smd rect (at 1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 24 "Net-(D10-Pad2)") (tstamp 6a0919c2-460c-4229-b872-14e318e1ba8b)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fc98) - (at 134.6 90.5 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db06b01") - (attr smd) - (fp_text reference "Q4" (at -2.87 -1.29 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e69c64f9-717d-4a97-b3df-80325ec2fa63) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 799e761c-1426-40e9-a069-1f4cb353bfaa) - ) - (fp_text user "${REFERENCE}" (at 0.044 0.208) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp bc3b3f93-69e0-44a5-b919-319b81d13095) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d552623-2969-4b15-8623-368144f225e9)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 992a2b00-5e28-4edd-88b5-994891512d8d)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e65bab67-68b7-4b22-a939-6f2c05164d2a)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8bd46048-cab7-4adf-af9a-bc2710c1894c)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18f1018d-5857-4c32-a072-f3de80352f74)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c07eebcc-30d2-439d-8030-faea6ade4486)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db1ed10a-ef86-43bf-93dc-9be76327f6d2)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 92848721-49b5-4e4c-b042-6fd51e1d562f)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71af7b65-0e6b-402e-b1a4-b66be507b4dc)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86e98417-f5e4-48ba-8147-ef66cc03dde6)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e70d061b-28f0-4421-ad15-0598604086e8)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fd9bc4f-0ae3-42d4-a1b4-9fb1b2a0a7fd)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02f8904b-a7b2-49dd-b392-764e7e29fb51)) - (pad "1" smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 26 "Net-(Q4-Pad1)") (tstamp fb35e3b1-aff6-41a7-9cf0-52694b95edeb)) - (pad "2" smd rect (at -1 0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp eb473bfd-fc2d-4cf0-8714-6b7dd95b0a03)) - (pad "3" smd rect (at 1 0 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 18 "Net-(D4-Pad2)") (tstamp 8aeae536-fd36-430e-be47-1a856eced2fc)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fcad) - (at 148.59 89.916 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db1afff") - (attr smd) - (fp_text reference "Q5" (at 1.524 2.286 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d72c89a6-7578-4468-964e-2a845431195f) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 282c8e53-3acc-42f0-a92a-6aa976b97a93) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp aa047297-22f8-4de0-a969-0b3451b8e164) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab8b0540-9c9f-4195-88f5-7bed0b0a8ed6)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6bd46644-7209-4d4d-acd8-f4c0d045bc61)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e79c8e11-ed47-4701-ae80-a54cdb6682a5)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05d3e08e-e1f9-46cf-93d0-836d1306d03a)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp befdfbe5-f3e5-423b-a34e-7bba3f218536)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7d06af4-a5b1-447f-9b1a-8b44eb1cc204)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c052668-6749-425a-9a77-35f046c8aa39)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9db16341-dac0-4aab-9c62-7d88c111c1ce)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83c5181e-f5ee-453c-ae5c-d7256ba8837d)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca5b6af8-ca05-4338-b852-b51f2b49b1db)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f699494a-77d6-4c73-bd50-29c1c1c5b879)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b4c0f05-c855-4742-bad2-dbf645d5842b)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea2ea877-1ce1-4cd6-ad19-1da87f51601d)) - (pad "1" smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 27 "Net-(Q5-Pad1)") (tstamp b0b4c3cb-e7ea-49c0-8162-be3bbab3e4ec)) - (pad "2" smd rect (at -1 0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp e87a6f80-914f-4f62-9c9f-9ba62a88ee3d)) - (pad "3" smd rect (at 1 0 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 19 "Net-(D5-Pad2)") (tstamp df3dc9a2-ba40-4c3a-87fe-61cc8e23d71b)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fcc2) - (at 149.8 76.4) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db1b061") - (attr smd) - (fp_text reference "Q6" (at -2.226 -1.216 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 20901d7e-a300-4069-8967-a6a7e97a68bc) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cf21dfe3-ab4f-4ad9-b7cf-dc892d833b13) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp c67ad10d-2f75-4ec6-a139-47058f7f06b2) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f6afe3e-3cb2-473a-819c-dc94ae52a6be)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 73fbe87f-3928-49c2-bf87-839d907c6aef)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98970bf0-1168-4b4e-a1c9-3b0c8d7eaacf)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86ad0555-08b3-4dde-9a3e-c1e5e29b6615)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd334895-c8ff-4719-bac4-c0b289bb5899)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f560957-a8c5-442f-b20c-c2d88613742c)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02538207-54a8-4266-8d51-23871852b2ff)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 17ed3508-fa2e-4593-a799-bfd39a6cc14d)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d993e48-cea3-4104-9c5a-d8f97b64a3ac)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be6b17f9-34f5-44e9-a4c7-725d2e274a9d)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c9f6fea-1796-4a2d-80b3-ae22ce51c8f5)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b12e5309-5d01-40ef-a9c3-8453e00a555e)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f56d244f-1fa4-4475-ac1d-f41eed31a48b)) - (pad "1" smd rect (at -1 -0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 28 "Net-(Q6-Pad1)") (tstamp db742b9e-1fed-4e0c-b783-f911ab5116aa)) - (pad "2" smd rect (at -1 0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 8f12311d-6f4c-4d28-a5bc-d6cb462bade7)) - (pad "3" smd rect (at 1 0) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 20 "Net-(D6-Pad2)") (tstamp 2a6075ae-c7fa-41db-86b8-3f996740bdc2)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fcd7) - (at 128.2 90.678 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db0428e") - (attr smd) - (fp_text reference "Q7" (at 0.762 1.2 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fc83cd71-1198-4019-87a1-dc154bceead3) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 10d8ad0e-6a08-4053-92aa-23a15910fd21) - ) - (fp_text user "${REFERENCE}" (at 0 -0.1) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp a92f3b72-ed6d-4d99-9da6-35771bec3c77) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4a7e3849-3bc9-4bb3-b16a-fab2f5cee0e5)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 725cdf26-4b92-46db-bca9-10d930002dda)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 888fd7cb-2fc6-480c-bcfa-0b71303087d3)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e3d55c8-e0ea-48fb-8421-a84b7cb7055b)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 083becc8-e25d-4206-9636-55457650bbe3)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79451892-db6b-4999-916d-6392174ee493)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7acd513a-187b-4936-9f93-2e521ce33ad5)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e295ed4-82cb-4d9f-8888-7ad2dd4d5129)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b64d2cb-d62a-4762-97ea-f1b0d4293c4f)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f312b85-6822-40a3-b417-2df49696ca2d)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 123968c6-74e7-4754-8c36-08ea08e42555)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99186658-0361-40ba-ae93-62f23c5622e6)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee29d712-3378-4507-a00b-003526b29bb1)) - (pad "1" smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 29 "Net-(Q7-Pad1)") (tstamp 974c48bf-534e-4335-98e1-b0426c783e99)) - (pad "2" smd rect (at -1 0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp f28e56e7-283b-4b9a-ae27-95e89770fbf8)) - (pad "3" smd rect (at 1 0 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 21 "Net-(D7-Pad2)") (tstamp aa1c6f47-cbd4-4cbd-8265-e5ac08b7ffc8)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fcec) - (at 141.9 89.662 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db06b4a") - (attr smd) - (fp_text reference "Q8" (at 0 -2.5 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a0e7a81b-2259-4f8d-8368-ba75f2004714) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 430d6d73-9de6-41ca-b788-178d709f4aae) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 76afa8e0-9b3a-439d-843c-ad039d3b6354) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a64aeb89-c24a-493b-9aab-87a6be930bde)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3249bd81-9fd4-4194-9b4f-2e333b2195b8)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 946404ba-9297-43ec-9d67-30184041145f)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cbde200f-1075-469a-89f8-abbdcf30e36a)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 718e5c6d-0e4c-46d8-a149-2f2bfc54c7f1)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b023dd4-5185-4576-b544-68a05b9c360b)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e0e6fc0-a269-4822-b93d-4c5e6689ff11)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90f81af1-b6de-44aa-a46b-6504a157ce6c)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3efa2ece-8f3f-4a8c-96e9-6ab3ec6f1f70)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb083d38-4f11-4a80-8b19-ab751c405e4a)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f50dae73-c5b5-475d-ac8c-5b555be54fa3)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70d34adf-9bd8-469e-8c77-5c0d7adf511e)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 347562f5-b152-4e7b-8a69-40ca6daaaad4)) - (pad "1" smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 30 "Net-(Q8-Pad1)") (tstamp 8486c294-aa7e-43c3-b257-1ca3356dd17a)) - (pad "2" smd rect (at -1 0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 0b9f21ed-3d41-4f23-ae45-74117a5f3153)) - (pad "3" smd rect (at 1 0 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 22 "Net-(D8-Pad2)") (tstamp a76a574b-1cac-43eb-81e6-0e2e278cea39)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da30f42) - (at 132.978 96) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db06b20") - (attr through_hole) - (fp_text reference "J4" (at -0.778 -2.3) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7c00778a-4692-4f9b-87d5-2d355077ce1e) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 01f82238-6335-48fe-8b0a-6853e227345a) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b854a395-bfc6-4140-9640-75d4f9296771) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a25b7e01-1754-4cc9-8a14-3d9c461e5af5)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 014d13cd-26ad-4d0e-86ad-a43b541cab14)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c607e49-ee5c-4e85-a7da-6fede9912412)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7c411b3e-aca2-424f-b644-2d21c9d80fa7)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f4a8afbe-ed68-4253-959f-6be4d2cbf8c5)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d102186a-5b58-41d0-9985-3dbb3593f397)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6d0c9e39-9878-44c8-8283-9a59e45006fa)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83021f70-e61e-4ad3-bae7-b9f02b28be4f)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 443bc73a-8dc0-4e2f-a292-a5eff00efa5b)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc75e5ae-3348-4e7a-bd16-4df685ee47bd)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eac8d865-0226-4958-b547-6b5592f39713)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5e5220d-5b7e-47da-a902-b997ec8d4d58)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89c9afdc-c346-4300-a392-5f9dd8c1e5bd)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b7bbefd-8f78-41f8-809c-2534a5de3b39)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f5bf5b4a-5213-48af-a5cd-0d67969d2de6)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1427bb3f-0689-4b41-a816-cd79a5202fd0)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 78f9c3d3-3556-46f6-9744-05ad54b330f0)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp e6d68f56-4a40-4849-b8d1-13d5ca292900)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7744b6ee-910d-401d-b730-65c35d3d8092)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 633292d3-80c5-4986-be82-ce926e9f09f4)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d0cd3439-276c-41ba-b38d-f84f6da38415)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dda1e6ca-91ec-4136-b90b-3c54d79454b9)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd5e758d-cb66-484a-ae8b-21f53ceee49e)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c2008c8-0626-4a09-a873-065e83502a0e)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52a8f1be-73ca-41a8-bc24-2320706b0ec1)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e36988d2-ecb2-461b-a443-7006f447e828)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e300709f-6c72-488d-a598-efcbd6d3af54)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f345e52a-8e0a-425a-b438-90809dd3b799)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0cbeb329-a88d-4a47-a5c2-a1d693de2f8c)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2480d0c-9b08-4037-9175-b2369af04d4c)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 810ed4ff-ffe2-4032-9af6-fb5ada3bae5b)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7db990e4-92e1-4f99-b4d2-435bbec1ba83)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8efee08b-b92e-4ba6-8722-c058e18114fe)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 0e249018-17e7-42b3-ae5d-5ebf3ae299ae)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 63489ebf-0f52-43a6-a0ab-158b1a7d4988)) - (pad "1" thru_hole rect (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 590fefcc-03e7-45d6-b6c9-e51a7c3c36c4)) - (pad "2" thru_hole circle (at 3.5 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 18 "Net-(D4-Pad2)") (tstamp 59cb2966-1e9c-4b3b-b3c8-7499378d8dde)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da30f6c) - (at 149.35 96) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db1b012") - (attr through_hole) - (fp_text reference "J5" (at 0.256 -3.798) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 59fc765e-1357-4c94-9529-5635418c7d73) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 89a8e170-a222-41c0-b545-c9f4c5604011) - ) - (fp_text user "${REFERENCE}" (at 3.95 0.988 -90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2f291a4b-4ecb-4692-9ad2-324f9784c0d4) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3d6cdd62-5634-4e30-acf8-1b9c1dbf6653)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb59b92a-e4d0-4b9e-82cd-26304f5c15b8)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 252f1275-081d-4d77-8bd5-3b9e6916ef42)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc3d51c1-8b35-4da3-a742-0ebe104989d7)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98fe66f3-ec8b-4515-ae34-617f2124a7ec)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0dfdfa9f-1e3f-4e14-b64b-12bde76a80c7)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62e8c4d4-266c-4e53-8981-1028251d724c)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0fc5db66-6188-4c1f-bb14-0868bef113eb)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 142dd724-2a9f-4eea-ab21-209b1bc7ec65)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15a82541-58d8-45b5-99c5-fb52e017e3ea)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3c8d03bf-f31d-4aa0-b8db-a227ffd7d8d6)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b91a3ee-fdcd-4bfe-ad57-c8d5ea9903a8)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62a1f3d4-027d-4ecf-a37a-6fcf4263e9d2)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a70978e-dcc2-4620-a99c-514362812927)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f447e585-df78-4239-b8cb-4653b3837bb1)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc4ad874-c922-4070-89f9-7262080469d8)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 319639ae-c2c5-486d-93b1-d03bb1b64252)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 6f580eb1-88cc-489d-a7ca-9efa5e590715)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6983918-fe05-46ea-b355-bc522ec53440)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f44d04c5-0d17-4d52-8328-ef3b4fdfba5f)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 20caf6d2-76a7-497e-ac56-f6d31eb9027b)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 759788bd-3cb9-4d38-b58c-5cb10b7dca6b)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b13e8448-bf35-4ec0-9c70-3f2250718cc2)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7d81bce-286e-41e4-9181-3511e9c0455e)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d38aa458-d7c4-47af-ba08-2b6be506a3fd)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a41dd27-ec14-44d5-b505-aad1d829f79a)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7df8431-dcf5-4ab4-b8f8-21c1cafc5246)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10e52e95-44f3-4059-a86d-dcda603e0623)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd793ae5-cde5-43f6-8def-1f95f35b1be6)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e70b6168-f98e-4322-bc55-500948ef7b77)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 74f5ec08-7600-4a0b-a9e4-aae29f9ea08a)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c7d6eaf-f256-4349-8203-d2e836872231)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dde8619c-5a8c-40eb-9845-65e6a654222d)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 9529c01f-e1cd-40be-b7f0-83780a544249)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d68e5ddb-039c-483f-88a3-1b0b7964b482)) - (pad "1" thru_hole rect (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp c71f56c1-5b7c-4373-9716-fffac482104c)) - (pad "2" thru_hole circle (at 3.5 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 19 "Net-(D5-Pad2)") (tstamp a5c8e189-1ddc-4a66-984b-e0fd1529d346)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da30f96) - (at 155.448 81.1 90) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db1b074") - (attr through_hole) - (fp_text reference "J6" (at 0 -4.16 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 844d7d7a-b386-45a8-aaf6-bf41bbcb43b5) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ebca7c5e-ae52-43e5-ac6c-69a96a9a5b24) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 269f19c3-6824-45a8-be29-fa58d70cbb42) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 283c990c-ae5a-4e41-a3ad-b40ca29fe90e)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49575217-40b0-4890-8acf-12982cca52b5)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2c60448a-e30f-46b2-89e1-a44f51688efc)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7e5a060-eb57-4238-9312-26bc885fc97d)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0dee8e6-f88a-4f05-aba0-bab3aafdf2bc)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 576f00e6-a1be-45d3-9b93-e26d9e0fe306)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 901440f4-e2a6-4447-83cc-f58a2b26f5c4)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c1bac86f-cbf6-4c5b-b60d-c26fa73d9c09)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25bc3602-3fb4-4a04-94e3-21ba22562c24)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7760a75a-d74b-4185-b34e-cbc7b2c339b6)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4aa97874-2fd2-414c-b381-9420384c2fd8)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d66d3c12-11ce-4566-9a45-962e329503d8)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f988d6ea-11c5-4837-b1d1-5c292ded50c6)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3e133b7-2c84-4206-a2b1-e693cb57fe56)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da481376-0e49-44d3-91b8-aaa39b869dd1)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e0a9f64-1b78-4597-8d50-d12d2268a95a)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9aaeec6e-84fe-4644-b0bc-5de24626ff48)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 6ac3ab53-7523-4805-bfd2-5de19dff127e)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4cafb73d-1ad8-4d24-acf7-63d78095ae46)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be4b72db-0e02-4d9b-844a-aff689b4e648)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38cfe839-c630-43d3-a9ec-6a89ba9e318a)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5889287d-b845-4684-b23e-663811b25d27)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8219a78-6b33-4efa-a789-6a67ce8f7a50)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f19c9655-8ddb-411a-96dd-bd986870c3c6)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8fb8ee0-623f-4870-a716-ecc88f37ef9a)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 713e0777-58b2-4487-baca-60d0ebed27c3)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05f2859d-2820-4e84-b395-696011feb13b)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 869d6302-ae22-478f-9723-3feacbb12eef)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b1fce17-dec7-457e-ba3b-a77604e77dc9)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a54c707-7b6f-4a3d-a74d-5e3526114aba)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1b88aa4-d887-4eea-83ff-5c009f4390c4)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a1de22d-6451-488d-af77-0bf8841bd695)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3044f68-903d-4063-b253-30d8e3a83eae)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a07b6b2b-7179-4297-b163-5e47ffbe76d3)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d1a9be32-38ba-44e6-bc35-f031541ab1fe)) - (pad "1" thru_hole rect (at 0 0 90) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 1dfbf353-5b24-4c0f-8322-8fcd514ae75e)) - (pad "2" thru_hole circle (at 3.5 0 90) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 20 "Net-(D6-Pad2)") (tstamp 582622a2-fad4-4737-9a80-be9fffbba8ab)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da30fc0) - (at 124.85 96) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db042a1") - (attr through_hole) - (fp_text reference "J7" (at -1.85 -3.9) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7d0dab95-9e7a-486e-a1d7-fc48860fd57d) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6241e6d3-a754-45b6-9f7c-e43019b93226) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.766) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e413cfad-d7bd-41ab-b8dd-4b67484671a6) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8a7af6e-c432-4fa3-91ee-c8bf0c5a9ebe)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 91fe070a-a49b-4bc5-805a-42f23e10d114)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53e34696-241f-47e5-a477-f469335c8a61)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88002554-c459-46e5-8b22-6ea6fe07fd4c)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a222fb6-5159-4931-9015-19df65643140)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 691af561-538d-4e8f-a916-26cad45eb7d6)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8cdc8ef9-532e-4bf5-9998-7213b9e692a2)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d01102e9-b170-4eb1-a0a4-9a31feb850b7)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6afc19cf-38b4-47a3-bc2b-445b18724310)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fe14c012-3d58-4e5e-9a37-4b9765a7f764)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84d296ba-3d39-4264-ad19-947f90c54396)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9390234f-bf3f-46cd-b6a0-8a438ec76e9f)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f9b1563b-384a-447c-9f47-736504e995c8)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03f57fb4-32a3-4bc6-85b9-fd8ece4a9592)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 18ca5aef-6a2c-41ac-9e7f-bf7acb716e53)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90e761f6-1432-4f73-ad28-fa8869b7ec31)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b78cb2c1-ae4b-4d9b-acd8-d7fe342342f2)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp f1782535-55f4-4299-bd4f-6f51b0b7259c)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 501880c3-8633-456f-9add-0e8fa1932ba6)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c454102f-dc92-4550-9492-797fc8e6b49c)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 528fd7da-c9a6-40ae-9f1a-60f6a7f4d534)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a879184-fad8-4feb-afb5-86fe8d34f1f7)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da6f4122-0ecc-496f-b0fd-e4abef534976)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ce7415d-7c22-49f6-8215-488853ccc8c6)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7bf6e08-7978-4190-aff5-c90d967f0f9c)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b59f18ce-2e34-4b6e-b14d-8d73b8268179)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 626679e8-6101-4722-ac57-5b8d9dab4c8b)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6325c32f-c82a-4357-b022-f9c7e76f412e)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e813ec2-d4ce-4e2e-b379-c6fedb4c45db)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a90361cd-254c-4d27-ae1f-9a6c85bafe28)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18d11f32-e1a6-4f29-8e3c-0bfeb07299bd)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f782c92-a5e8-49db-bfda-752b35522ce4)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ccc4cc25-ac17-45ef-825c-e079951ffb21)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp c8a44971-63c1-4a19-879d-b6647b2dc08d)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 2b5a9ad3-7ec4-447d-916c-47adf5f9674f)) - (pad "1" thru_hole rect (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 24b72b0d-63b8-4e06-89d0-e94dcf39a600)) - (pad "2" thru_hole circle (at 3.5 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 21 "Net-(D7-Pad2)") (tstamp 4431c0f6-83ea-4eee-95a8-991da2f03ccd)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da30fea) - (at 141.15 96) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db06b69") - (attr through_hole) - (fp_text reference "J8" (at 1.75 -4.16) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d2d7bea6-0c22-495f-8666-323b30e03150) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0f324b67-75ef-407f-8dbc-3c1fc5c2abba) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.366) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 088f77ba-fca9-42b3-876e-a6937267f957) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7af8405-da2e-4a34-b9b8-518f342f8995)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa79024d-ca7e-4c24-b127-7df08bbd0c75)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34d03349-6d78-4165-a683-2d8b76f2bae8)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7531a95-7ca1-4f34-955e-18120cec99e6)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89c0bc4d-eee5-4a77-ac35-d30b35db5cbe)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8fc38ec-0b98-40bc-ae2f-e5cc29973bca)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c49d23ab-146d-4089-864f-2d22b5b414b9)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da25bf79-0abb-4fac-a221-ca5c574dfc29)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 026ac84e-b8b2-4dd2-b675-8323c24fd778)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb4b1afc-c46e-451d-8dad-36b7dec82f26)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a0b74a5-4879-4b51-8e8e-6d85a0107422)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eae14f5f-515c-4a6f-ad0e-e8ef233d14bf)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71989e06-8659-4605-b2da-4f729cc41263)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f675e5f-8fe6-4148-baf1-da97afc770f8)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6e435cd4-da2b-4602-a0aa-5dd988834dff)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp b5071759-a4d7-4769-be02-251f23cd4454)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26801cfb-b53b-4a6a-a2f4-5f4986565765)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f78e02cd-9600-4173-be8d-67e530b5d19f)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f66398f1-1ae7-4d4d-939f-958c174c6bce)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f80f798-dc24-438f-a1eb-4ee2936267c8)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cada57e2-1fa7-4b9d-a2a0-2218773d5c50)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1c30a32-820e-4b17-aec9-5cb8b76f0ccc)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fef37e8b-0ff0-4da2-8a57-acaf19551d1a)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d21cc5e4-177a-4e1d-a8d5-060ed33e5b8e)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 224768bc-6009-43ba-aa4a-70cbaa15b5a3)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86dc7a78-7d51-4111-9eea-8a8f7977eb16)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37b6c6d6-3e12-4736-912a-ea6e2bf06721)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0bcafe80-ffba-4f1e-ae51-95a595b006db)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e32ee344-1030-4498-9cac-bfbf7540faf4)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 752417ee-7d0b-4ac8-a22c-26669881a2ab)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f80220c-1612-4589-b9ca-a5579617bdb8)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 1c68b844-c861-46b7-b734-0242168a4220)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 4b03e854-02fe-44cc-bece-f8268b7cae54)) - (pad "1" thru_hole rect (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 917920ab-0c6e-4927-974d-ef342cdd4f63)) - (pad "2" thru_hole circle (at 3.5 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 22 "Net-(D8-Pad2)") (tstamp d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da3103e) - (at 155.448 72.8 90) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db1b0a5") - (attr through_hole) - (fp_text reference "J10" (at 4.9 -4.318 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 30317bf0-88bb-49e7-bf8b-9f3883982225) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f959907b-1cef-4760-b043-4260a660a2ae) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f64497d1-1d62-44a4-8e5e-6fba4ebc969a)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42ff012d-5eb7-42b9-bb45-415cf26799c6)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb6062da-8dcd-4826-92fd-4071e9e97213)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eb8d02e9-145c-465d-b6a8-bae84d47a94b)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72b36951-3ec7-4569-9c88-cf9b4afe1cae)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ffdf05e-e119-49f9-85e9-13e4901df42a)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29bb7297-26fb-4776-9266-2355d022bab0)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3b3d7f4-943f-4cff-b180-87ef3e1bcbff)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b0a5a46-7b51-4262-a80e-d33dd1806615)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 30c33e3e-fb78-498d-bffe-76273d527004)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5217a0c-7f55-4c30-adda-7f8d95709d1b)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 36d783e7-096f-4c97-9672-7e08c083b87b)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eed466bf-cd88-4860-9abf-41a594ca08bd)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72508b1f-1505-46cb-9d37-2081c5a12aca)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 802c2dc3-ca9f-491e-9d66-7893e89ac34c)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d76d925-f900-42af-a03f-bb32d2381b09)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 011ee658-718d-416a-85fd-961729cd1ee5)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp faa1812c-fdf3-47ae-9cf4-ae06a263bfbd)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f8a5430-68a9-4732-9b89-4e00dd8ae219)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96de0051-7945-413a-9219-1ab367546962)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8bd6470-fafd-47f2-8ed5-9449988187ce)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2db910a0-b943-40b4-b81f-068ba5265f56)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88cb65f4-7e9e-44eb-8692-3b6e2e788a94)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c843bdb-6c9e-40dd-85e2-0567846e18ba)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a2d648d-863a-4b7b-80f9-d537185c212b)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4cab9c5-d6e5-4660-b910-603a51b56783)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c30b9b4-3014-4f50-9329-27a539b67e01)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9b9e62d-dede-4d1a-9a05-275614f8bdb2)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a1a4d88-972a-46ce-b25e-6cb796bd41f7)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57276367-9ce4-4738-88d7-6e8cb94c966c)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bdf40d30-88ff-4479-bad1-69529464b61b)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5b328f6-dc69-4905-ae98-2dc3200a51d6)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f9ae101-c652-4998-a503-17aedf3d5746)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp cb721686-5255-4788-a3b0-ce4312e32eb7)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d4db7f11-8cfe-40d2-b021-b36f05241701)) - (pad "1" thru_hole rect (at 0 0 90) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 7a74c4b1-6243-4a12-85a2-bc41d346e7aa)) - (pad "2" thru_hole circle (at 3.5 0 90) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 24 "Net-(D10-Pad2)") (tstamp f1e619ac-5067-41df-8384-776ec70a6093)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da326a8) - (at 147.447 82.55 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db1b037") - (attr smd) - (fp_text reference "R10" (at 0 1.143 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4d967454-338c-4b89-8534-9457e15bf2f2) - ) - (fp_text value "100R" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7eb32ed1-4320-49ba-8487-1c88e4824fe3) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp ea28e946-b74f-4ba8-ac7b-b1884c5e7296) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a26bdee6-0e16-4ea6-87f7-fb32c714896e)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b07d532-5f76-4469-8dbf-25ac27eef589)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a595c4c-9ac1-4ae3-8ff3-1b7f2281a894)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94c3d0e3-d7fb-421d-bbb4-5c800d76c809)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b8ac91e-9d2b-49db-8a80-1da009ad1c5e)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d416885-b8b5-4f5c-bc29-39c6376095e8)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7f7bd58-1ebd-40fd-a39d-a95530a751b6)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c121a93-b189-409b-a104-2bdd37ff0b51)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 31 "Net-(Q9-Pad1)") (tstamp 348dc703-3cab-4547-b664-e8b335a6083c)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 40 "/CH_6") (tstamp d6040293-95f0-436a-938c-ad69875a4be8)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da326ed) - (at 155.448 89.5 90) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db1b043") - (attr through_hole) - (fp_text reference "J9" (at 1.75 -4.16 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4e27930e-1827-4788-aa6b-487321d46602) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 18c61c95-8af1-4986-b67e-c7af9c15ab6b) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0fafc6b9-fd35-4a55-9270-7a8e7ce3cb13) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aeb03be9-98f0-43f6-9432-1bb35aa04bab)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 008da5b9-6f95-4113-b7d0-d93ac62efd33)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b6bb172-1ac4-440a-ac75-c1917d9d59c7)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9286cf02-1563-41d2-9931-c192c33bab31)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3b686d17-1000-4762-ba31-589d599a3edf)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1eca865-05c5-48a4-96cf-ed5f8a640e25)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66bc2bca-dab7-4947-a0ff-403cdaf9fb89)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1bdd5841-68b7-42e2-9447-cbdb608d8a08)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 955cc99e-a129-42cf-abc7-aa99813fdb5f)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 04cf2f2c-74bf-400d-b4f6-201720df00ed)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2878a73c-5447-4cd9-8194-14f52ab9459c)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5701b80f-f006-4814-81c9-0c7f006088a9)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dca1d7db-c913-4d73-a2cc-fdc9651eda69)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cf815d51-c956-4c5a-adde-c373cb025b07)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 66218487-e316-4467-9eba-79d4626ab24e)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6513181c-0a6a-4560-9a18-17450c36ae2a)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e0392c0-affc-4114-9de5-1f1cfe79418a)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 2e90e294-82e1-45da-9bf1-b91dfe0dc8f6)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d3d7893-1d11-4f1d-9052-85cf0e07d281)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79476267-290e-445f-995b-0afd0e11a4b5)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27b2eb82-662b-42d8-90e6-830fec4bb8d2)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8b290a17-6328-4178-9131-29524d345539)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba6fc20e-7eff-4d5f-81e4-d1fad93be155)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cebb9021-66d3-4116-98d4-5e6f3c1552be)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9565d2ee-a4f1-4d08-b2c9-0264233a0d2b)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b287f145-851e-45cc-b200-e62677b551d5)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae0e6b31-27d7-4383-a4fc-7557b0a19382)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c25449d6-d734-4953-b762-98f82a830248)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63c56ea4-91a3-4172-b9de-a4388cc8f894)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44646447-0a8e-4aec-a74e-22bf765d0f33)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7e4abd8-69f5-4706-b12e-898194e5bf56)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2035ea48-3ef5-4d7f-8c3c-50981b30c89a)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a2f50f6-0c99-4e8d-9c2a-8f2f961d2e6d)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a5be2cb8-c68d-4180-8412-69a6b4c5b1d4)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 7e1217ba-8a3d-4079-8d7b-b45f90cfbf53)) - (pad "1" thru_hole rect (at 0 0 90) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp f357ddb5-3f44-43b0-b00d-d64f5c62ba4a)) - (pad "2" thru_hole circle (at 3.5 0 90) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 23 "Net-(D9-Pad2)") (tstamp 12a24e86-2c38-4685-bba9-fff8dddb4cb0)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da32753) - (at 149.8 82.5) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db1b030") - (attr smd) - (fp_text reference "Q9" (at 1.1 -2.5 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 34c0bee6-7425-4435-8857-d1fe8dfb6d89) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6cb535a7-247d-4f99-997d-c21b160eadfa) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 7f9683c1-2203-43df-8fa1-719a0dc360df) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8ab8246-b2bb-4b06-b45e-2548482466fd)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 241e0c85-4796-48eb-a5a0-1c0f2d6e5910)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0054ce1-b60e-41de-a6a2-bf712784dd39)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0cc9bf07-55b9-458f-b8aa-41b2f51fa940)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 386ad9e3-71fa-420f-8722-88548b024fc5)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d49e9a6-41dd-4072-adde-ef1036c1979b)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8cb2cd3a-4ef9-4ae5-b6bc-2b1d16f657d6)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87a1984f-543d-4f2e-ad8a-7a3a24ee6047)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5c43e09-08d6-4a29-a53a-3b9ea7fb34cd)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ac400bf-c9b3-4af4-b0a7-9aa9ab4ad17e)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 363945f6-fbef-42be-99cf-4a8a48434d92)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c5f3091-7791-43b3-8d50-43f6a72274c9)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97dcf785-3264-40a1-a36e-8842acab24fb)) - (pad "1" smd rect (at -1 -0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 31 "Net-(Q9-Pad1)") (tstamp 212bf70c-2324-47d9-8700-59771063baeb)) - (pad "2" smd rect (at -1 0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp be2983fa-f06e-485e-bea1-3dd96b916ec5)) - (pad "3" smd rect (at 1 0) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 23 "Net-(D9-Pad2)") (tstamp dc1d84c8-33da-4489-be8e-2a1de3001779)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da3888e) - (at 109 81.5 -90) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005dc623b0") - (attr through_hole) - (fp_text reference "J11" (at 1.75 -4.16 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9186dae5-6dc3-4744-9f90-e697559c6ac8) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f1a9fb80-4cc4-410f-9616-e19c969dcab5) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 54212c01-b363-47b8-a145-45c40df316f4) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4e20505-1208-4100-a4aa-676f50844c06)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 79770cd5-32d7-429a-8248-0d9e6212231a)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2454fd1b-3484-4838-8b7e-d26357238fe1)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c3c499b1-9227-4e4b-9982-f9f1aa6203b9)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb30f9bb-6a0b-4d8a-82b0-266eab794bc6)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97fe2a5c-4eee-4c7a-9c43-47749b396494)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae77c3c8-1144-468e-ad5b-a0b4090735bd)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e17e6c0e-7e5b-43f0-ad48-0a2760b45b04)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4c9471f-7503-4339-928c-d1abae1eede6)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43707e99-bdd7-4b02-9974-540ed6c2b0aa)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1171ce37-6ad7-4662-bb68-5592c945ebf3)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 45884597-7014-4461-83ee-9975c42b9a53)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8f3a9fc-1e34-4573-a767-508104e8d242)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28e37b45-f843-47c2-85c9-ca19f5430ece)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 180245d9-4a3f-4d1b-adcc-b4eafac722e0)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98914cc3-56fe-40bb-820a-3d157225c145)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88610282-a92d-4c3d-917a-ea95d59e0759)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp fa918b6d-f6cf-4471-be3b-4ff713f55a2e)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99332785-d9f1-4363-9377-26ddc18e6d2c)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1fbb0219-551e-409b-a61b-76e8cebdfb9d)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99dfa524-0366-4808-b4e8-328fc38e8656)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7bfba61b-6752-4a45-9ee6-5984dcb15041)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9aedbb9e-8340-4899-b813-05b23382a36b)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce72ea62-9343-4a4f-81bf-8ac601f5d005)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0a0deb1-4f0f-4ede-b730-2c6d67cb9618)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6bd115d6-07e0-45db-8f2e-3cbb0429104f)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 16121028-bdf5-49c0-aae7-e28fe5bfa771)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 196a8dd5-5fd6-4c7f-ae4a-0104bd82e61b)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c514e30c-e48e-4ca5-ab44-8b3afedef1f2)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 076046ab-4b56-4060-b8d9-0d80806d0277)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b0271cdd-de22-4bf4-8f55-fc137cfbd4ec)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4db55cb8-197b-4402-871f-ce582b65664b)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e97b5984-9f0f-43a4-9b8a-838eef4cceb2)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp fea7c5d1-76d6-41a0-b5e3-29889dbb8ce0)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 9031bb33-c6aa-4758-bf5c-3274ed3ebab7)) - (pad "1" thru_hole rect (at 0 0 270) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 9dcdc92b-2219-4a4a-8954-45f02cc3ab25)) - (pad "2" thru_hole circle (at 3.5 0 270) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp 3c5e5ea9-793d-46e3-86bc-5884c4490dc7)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_JST:JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da3d62e) - (at 111 91.45 180) - (descr "JST XH series connector, B3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator") - (tags "connector JST XH vertical") - (path "/00000000-0000-0000-0000-00005dc76b3b") - (attr through_hole) - (fp_text reference "J12" (at -3.95 2.75) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00) - ) - (fp_text value "Conn_01x03" (at 2.5 4.6) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 00e38d63-5436-49db-81f5-697421f168fc) - ) - (fp_text user "${REFERENCE}" (at 2.5 2.7) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 479331ff-c540-41f4-84e6-b48d65171e59) - ) - (fp_line (start -2.85 -2.75) (end -2.85 -1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b09666f9-12f1-4ee9-8877-2292c94258ca)) - (fp_line (start -2.56 -2.46) (end -2.56 3.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61fe4c73-be59-4519-98f1-a634322a841d)) - (fp_line (start -2.56 3.51) (end 7.56 3.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5864fe6-2a71-47f0-90ce-38c3f8901580)) - (fp_line (start -2.55 -2.45) (end -2.55 -1.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 411d4270-c66c-4318-b7fb-1470d34862b8)) - (fp_line (start -2.55 -1.7) (end -0.75 -1.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0520f61d-4522-4301-a3fa-8ed0bf060f69)) - (fp_line (start -2.55 -0.2) (end -1.8 -0.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ba06b66-7669-4c70-b585-f5d4c9c33527)) - (fp_line (start -1.8 -0.2) (end -1.8 2.75) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60ff6322-62e2-4602-9bc0-7a0f0a5ecfbf)) - (fp_line (start -1.8 2.75) (end 2.5 2.75) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7369115-d491-4ef3-be3d-f5298992c3e8)) - (fp_line (start -1.6 -2.75) (end -2.85 -2.75) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 477892a1-722e-4cda-bb6c-fcdb8ba5f93e)) - (fp_line (start -0.75 -2.45) (end -2.55 -2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc0dbc57-3ae8-4ce5-a05c-2d6003bba475)) - (fp_line (start -0.75 -1.7) (end -0.75 -2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c8b92953-cd23-44e6-85ce-083fb8c3f20f)) - (fp_line (start 0.75 -2.45) (end 0.75 -1.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71f92193-19b0-44ed-bc7f-77535083d769)) - (fp_line (start 0.75 -1.7) (end 4.25 -1.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 143ed874-a01f-4ced-ba4e-bbb66ddd1f70)) - (fp_line (start 4.25 -2.45) (end 0.75 -2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8fcec304-c6b1-4655-8326-beacd0476953)) - (fp_line (start 4.25 -1.7) (end 4.25 -2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 795e68e2-c9ba-45cf-9bff-89b8fae05b5a)) - (fp_line (start 5.75 -2.45) (end 5.75 -1.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00f3ea8b-8a54-4e56-84ff-d98f6c00496c)) - (fp_line (start 5.75 -1.7) (end 7.55 -1.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 009b5465-0a65-4237-93e7-eb65321eeb18)) - (fp_line (start 6.8 -0.2) (end 6.8 2.75) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9186fd02-f30d-4e17-aa38-378ab73e3908)) - (fp_line (start 6.8 2.75) (end 2.5 2.75) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d586a18-26c5-441e-a9ff-8125ee516126)) - (fp_line (start 7.55 -2.45) (end 5.75 -2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b52d6ff3-fef1-496e-8dd5-ebb89b6bce6a)) - (fp_line (start 7.55 -1.7) (end 7.55 -2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 221bef83-3ea7-4d3f-adeb-53a8a07c6273)) - (fp_line (start 7.55 -0.2) (end 6.8 -0.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa130053-a451-4f12-97f7-3d4d891a5f83)) - (fp_line (start 7.56 -2.46) (end -2.56 -2.46) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d88958ac-68cd-4955-a63f-0eaa329dec86)) - (fp_line (start 7.56 3.51) (end 7.56 -2.46) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 699feae1-8cdd-4d2b-947f-f24849c73cdb)) - (fp_line (start -2.95 -2.85) (end -2.95 3.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6cd701f-4223-4e72-a305-466869ccb250)) - (fp_line (start -2.95 3.9) (end 7.95 3.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af347946-e3da-4427-87ab-77b747929f50)) - (fp_line (start 7.95 -2.85) (end -2.95 -2.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9bac9ad3-a7b9-47f0-87c7-d8630653df68)) - (fp_line (start 7.95 3.9) (end 7.95 -2.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7e08b48-3d04-49da-8349-6de530a20c67)) - (fp_line (start -2.45 -2.35) (end -2.45 3.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70e4263f-d95a-4431-b3f3-cfc800c82056)) - (fp_line (start -2.45 3.4) (end 7.45 3.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38a501e2-0ee8-439d-bd02-e9e90e7503e9)) - (fp_line (start -0.625 -2.35) (end 0 -1.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2891767f-251c-48c4-91c0-deb1b368f45c)) - (fp_line (start 0 -1.35) (end 0.625 -2.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fd3499d5-6fd2-49a4-bdb0-109cee899fde)) - (fp_line (start 7.45 -2.35) (end -2.45 -2.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f9c81c26-f253-4227-a69f-53e64841cfbe)) - (fp_line (start 7.45 3.4) (end 7.45 -2.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f)) - (pad "1" thru_hole roundrect (at 0 0 180) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059) - (net 6 "VCC") (tstamp 997c2f12-73ba-4c01-9ee0-42e37cbab790)) - (pad "2" thru_hole oval (at 2.5 0 180) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 33 "/PIR_A") (tstamp 1199146e-a60b-416a-b503-e77d6d2892f9)) - (pad "3" thru_hole oval (at 5 0 180) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp cc15f583-a41b-43af-ba94-a75455506a96)) - (model "${KISYS3DMOD}/Connector_JST.3dshapes/JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da41b36) - (at 106.45 57.45) - (descr "Mounting Hole 3.2mm, no annular, M3") - (tags "mounting hole 3.2mm no annular m3") - (path "/00000000-0000-0000-0000-00005dce22e8") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H1" (at 0 -4.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f7667b23-296e-4362-a7e3-949632c8954b) - ) - (fp_text value "MountingHole" (at 0 4.2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b873bc5d-a9af-4bd9-afcb-87ce4d417120) - ) - (fp_text user "${REFERENCE}" (at 0.05 0.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b9bb0e73-161a-4d06-b6eb-a9f66d8a95f5) - ) - (fp_circle (center 0 0) (end 3.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 03c7f780-fc1b-487a-b30d-567d6c09fdc8)) - (fp_circle (center 0 0) (end 3.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp c04386e0-b49e-4fff-b380-675af13a62cb)) - (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 4107d40a-e5df-4255-aacc-13f9928e090c)) - ) - - (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da41b3e) - (at 106.5 98.5) - (descr "Mounting Hole 3.2mm, no annular, M3") - (tags "mounting hole 3.2mm no annular m3") - (path "/00000000-0000-0000-0000-00005dce2a46") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H2" (at 8.1 -7.1) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f1447ad6-651c-45be-a2d6-33bddf672c2c) - ) - (fp_text value "MountingHole" (at 0 4.2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f6c644f4-3036-41a6-9e14-2c08c079c6cd) - ) - (fp_text user "${REFERENCE}" (at 0.05 2.05) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4a850cb6-bb24-4274-a902-e49f34f0a0e3) - ) - (fp_circle (center 0 0) (end 3.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 0cc45b5b-96b3-4284-9cae-a3a9e324a916)) - (fp_circle (center 0 0) (end 3.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 6b7c1048-12b6-46b2-b762-fa3ad30472dd)) - (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp e5203297-b913-4288-a576-12a92185cb52)) - ) - - (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da41b46) - (at 159 57.5) - (descr "Mounting Hole 3.2mm, no annular, M3") - (tags "mounting hole 3.2mm no annular m3") - (path "/00000000-0000-0000-0000-00005dce2d5d") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H3" (at 0 -4.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 18b7e157-ae67-48ad-bd7c-9fef6fe45b22) - ) - (fp_text value "MountingHole" (at 0 4.2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0f31f11f-c374-4640-b9a4-07bbdba8d354) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e502d1d5-04b0-4d4b-b5c3-8c52d09668e7) - ) - (fp_circle (center 0 0) (end 3.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 998b7fa5-31a5-472e-9572-49d5226d6098)) - (fp_circle (center 0 0) (end 3.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp e4d2f565-25a0-48c6-be59-f4bf31ad2558)) - (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 7c04618d-9115-4179-b234-a8faf854ea92)) - ) - - (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da41b4e) - (at 159 98.5) - (descr "Mounting Hole 3.2mm, no annular, M3") - (tags "mounting hole 3.2mm no annular m3") - (path "/00000000-0000-0000-0000-00005dce2f26") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H4" (at 0 -4.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a24ddb4f-c217-42ca-b6cb-d12da84fb2b9) - ) - (fp_text value "MountingHole" (at 0 4.2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a6ccc556-da88-4006-ae1a-cc35733efef3) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 970e0f64-111f-41e3-9f5a-fb0d0f6fa101) - ) - (fp_circle (center 0 0) (end 3.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 065b9982-55f2-4822-977e-07e8a06e7b35)) - (fp_circle (center 0 0) (end 3.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp dc2801a1-d539-4721-b31f-fe196b9f13df)) - (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp b6135480-ace6-42b2-9c47-856ef57cded1)) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da4286c) - (at 149.2 85.5) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db759c6") - (attr smd) - (fp_text reference "D9" (at 0.825 1.775 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 465137b4-f6f7-4d51-9b40-b161947d5cc1) - ) - (fp_text value "D_Schottky" (at 0 2.1) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d1cd5391-31d2-459f-8adb-4ae3f304a833) - ) - (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp da546d77-4b03-4562-8fc6-837fd68e7691) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4086cbd7-6ba7-4e63-8da9-17e60627ee17)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2fac877-439c-4da0-af2e-5fdc70f85d42)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ea8fa6f-efc3-40fe-bcf9-05bfa46ead4f)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9da1ace0-4181-4f12-80f8-16786a9e5c07)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d063f79-9282-4820-bcf4-1ff3c006cf08)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af186015-d283-4209-aade-a247e5de01df)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29126f72-63f7-4275-8b12-6b96a71c6f17)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0554bea0-89b2-4e25-9ea3-4c73921c94cb)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22962957-1efd-404d-83db-5b233b6c15b0)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8eb98c56-17e4-4de6-a3e3-06dcfa392040)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c66a19ed-90c0-4502-ae75-6a4c4ab9f297)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd085057-7c0e-463a-982b-968a2dc1f0f8)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c22d605-7855-4cc6-8ad2-906cadbd02dc)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 275b6416-db29-42cc-9307-bf426917c3b4)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb8162f0-99c8-4884-be5b-c0d0c7e81ff6)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91fc5800-6029-46b1-848d-ca0091f97267)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88606262-3ac5-44a1-aacc-18b26cf4d396)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cd1cff81-9d8a-4511-96d6-4ddb79484001)) - (pad "1" smd rect (at -1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp 4cc0e615-05a0-4f42-a208-4011ba8ef841)) - (pad "2" smd rect (at 1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 23 "Net-(D9-Pad2)") (tstamp 4641c87c-bffa-41fe-ae77-be3a97a6f797)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da4592c) - (at 149.9 63.8) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005dd27ac2") - (attr smd) - (fp_text reference "D11" (at 0 -1.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4fa10683-33cd-4dcd-8acc-2415cd63c62a) - ) - (fp_text value "Green" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp eae0ab9f-65b2-44d3-aba7-873c3227fba7) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88668202-3f0b-4d07-84d4-dcd790f57272)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37f31dec-63fc-4634-a141-5dc5d2b60fe4)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c24d6ac8-802d-4df3-a210-9cb1f693e865)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 009a4fb4-fcc0-4623-ae5d-c1bae3219583)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 91c1eb0a-67ae-4ef0-95ce-d060a03a7313)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf386a39-fc62-49dd-8ec5-e044f6bd67ce)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eee16674-2d21-45b6-ab5e-d669125df26c)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f449bd37-cc90-4487-aee6-2a20b8d2843a)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1ddb058-f7b2-429c-9489-f4e2242ad7e5)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c106154f-d948-43e5-abfa-e1b96055d91b)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 7afa54c4-2181-41d3-81f7-39efc497ecae)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 42 "Net-(D11-Pad2)") (tstamp 70fb572d-d5ec-41e7-9482-63d4578b4f47)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da4593f) - (at 153.2 63.8) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005dd29529") - (attr smd) - (fp_text reference "D12" (at 0 -1.43) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 22999e73-da32-43a5-9163-4b3a41614f25) - ) - (fp_text value "Green" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6e68f0cd-800e-4167-9553-71fc59da1eeb) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 597a11f2-5d2c-4a65-ac95-38ad106e1367) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 592f25e6-a01b-47fd-8172-3da01117d00a)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb614b23-9af3-4aec-bed8-c1374e001510)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5487601b-81d3-4c70-8f3d-cf9df9c63302)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 20cca02e-4c4d-4961-b6b4-b40a1731b220)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a29f8df0-3fae-4edf-8d9c-bd5a875b13e3)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3fc1e69-a11c-4c84-8952-fefb9372474e)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c09938fd-06b9-4771-9f63-2311626243b3)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d697cf0-e02e-4ed1-a048-a704dab0ee43)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40b14a16-fb82-4b9d-89dd-55cd98abb5cc)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 658dad07-97fd-466c-8b49-21892ac96ea4)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 240c10af-51b5-420e-a6f4-a2c8f5db1db5)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 59ec3156-036e-4049-89db-91a9dd07095f)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 43 "Net-(D12-Pad2)") (tstamp 926001fd-2747-4639-8c0f-4fc46ff7218d)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da45952) - (at 156.5 63.8) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005dd28df2") - (attr smd) - (fp_text reference "D13" (at 0 -1.43) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp be645d0f-8568-47a0-a152-e3ddd33563eb) - ) - (fp_text value "Red" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bd9595a1-04f3-4fda-8f1b-e65ad874edd3) - ) - (fp_text user "${REFERENCE}" (at -0.15 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp a5e521b9-814e-4853-a5ac-f158785c6269) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 057af6bb-cf6f-4bfb-b0c0-2e92a2c09a47)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 935f462d-8b1e-4005-9f1e-17f537ab1756)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb16d05e-318b-4e51-867b-70d791d75bea)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b044939-8c4d-444f-b9e0-a15fcdeb5a86)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0325ec43-0390-4ae2-b055-b1ec6ce17b1c)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 576c6616-e95d-4f1e-8ead-dea30fcdc8c2)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 89e83c2e-e90a-4a50-b278-880bac0cfb49)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e842263-c0ba-46fd-a760-6624d4c78278)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 173f6f06-e7d0-42ac-ab03-ce6b79b9eeee)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c0807a7-765b-4fa5-baaa-e09a2b610e6b)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 309b3bff-19c8-41ec-a84d-63399c649f46)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4632212f-13ce-4392-bc68-ccb9ba333770)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp c1c799a0-3c93-493a-9ad7-8a0561bc69ee)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 44 "Net-(D13-Pad2)") (tstamp 262f1ea9-0133-4b43-be36-456207ea857c)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da45965) - (at 159.7 63.8) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005dd2b4eb") - (attr smd) - (fp_text reference "D14" (at 0 -1.43) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7a4ce4b3-518a-4819-b8b2-5127b3347c64) - ) - (fp_text value "Red" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 20c315f4-1e4f-49aa-8d61-778a7389df7e) - ) - (fp_text user "${REFERENCE}" (at 0.05 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b0906e10-2fbc-4309-a8b4-6fc4cd1a5490) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fd54105-4b7e-4004-9801-76ec66108a22)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29e058a7-50a3-43e5-81c3-bfee53da08be)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fd4442e-30b3-428b-9306-61418a63d311)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp feb26ecb-9193-46ea-a41b-d09305bf0a3e)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cf2db29-f7ab-499a-9907-cdeba64bf0f3)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 382ca670-6ae8-4de6-90f9-f241d1337171)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9193c41e-d425-447d-b95c-6986d66ea01c)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 27d56953-c620-4d5b-9c1c-e48bc3d9684a)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6fb27cf-362d-4568-967c-a5bf49d5931b)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e0a03ae-d054-4f76-a131-5c09b8dc1636)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d0c1d66-35ef-4a53-a28f-436a11b54f42)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 29195ea4-8218-44a1-b4bf-466bee0082e4)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 45 "Net-(D14-Pad2)") (tstamp 0ce8d3ab-2662-4158-8a2a-18b782908fc5)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da46046) - (at 150.2 65.3) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dd4c0dd") - (attr smd) - (fp_text reference "R12" (at -2.6 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7f52d787-caa3-4a92-b1b2-19d554dc29a4) - ) - (fp_text value "47R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 101ef598-601d-400e-9ef6-d655fbb1dbfa) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 15fe8f3d-6077-4e0e-81d0-8ec3f4538981) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c094494a-f6f7-43fc-a007-4951484ddf3a)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35a9f71f-ba35-47f6-814e-4106ac36c51e)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b3c58a7-a9b9-4498-abc0-f9f43e4f0292)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e40e8cef-4fb0-4fc3-be09-3875b2cc8469)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6781326c-6e0d-4753-8f28-0f5c687e01f9)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8029a4c-945d-42ca-871a-dd73ff50a1a3)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c701ee8e-1214-4781-a973-17bef7b6e3eb)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b34a16c-5a14-4291-8242-ea6d6ac54372)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 46 "/LED1") (tstamp e65b62be-e01b-4688-a999-1d1be370c4ae)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 42 "Net-(D11-Pad2)") (tstamp 814763c2-92e5-4a2c-941c-9bbd073f6e87)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da46055) - (at 153 65.3) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dd2a7f4") - (attr smd) - (fp_text reference "R13" (at 0.3 1.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6284122b-79c3-4e04-925e-3d32cc3ec077) - ) - (fp_text value "47R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ca5a4651-0d1d-441b-b17d-01518ef3b656) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 41acfe41-fac7-432a-a7a3-946566e2d504) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee41cb8e-512d-41d2-81e1-3c50fff32aeb)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e518c2a-4cb7-4599-a1fa-5b9f847da7d3)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 644ae9fc-3c8e-4089-866e-a12bf371c3e9)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 099096e4-8c2a-4d84-a16f-06b4b6330e7a)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a13ab237-8f8d-4e16-8c47-4440653b8534)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87d7448e-e139-4209-ae0b-372f805267da)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 34a74736-156e-4bf3-9200-cd137cfa59da)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 47 "/LED2") (tstamp f4eb0267-179f-46c9-b516-9bfb06bac1ba)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 43 "Net-(D12-Pad2)") (tstamp 3a52f112-cb97-43db-aaeb-20afe27664d7)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da46064) - (at 155.9 65.3) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dd2c183") - (attr smd) - (fp_text reference "R14" (at 0.7 1.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b447dbb1-d38e-4a15-93cb-12c25382ea53) - ) - (fp_text value "150R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cfa5c16e-7859-460d-a0b8-cea7d7ea629c) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 240e5dac-6242-47a5-bbef-f76d11c715c0)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0351df45-d042-41d4-ba35-88092c7be2fc)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa2ea573-3f20-43c1-aa99-1f9c6031a9aa)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f40d350f-0d3e-4f8a-b004-d950f2f8f1ba)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 676efd2f-1c48-4786-9e4b-2444f1e8f6ff)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37e8181c-a81e-498b-b2e2-0aef0c391059)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d9a3ecc-539f-41da-8099-d37cea9c28e7)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e472dac4-5b65-4920-b8b2-6065d140a69d)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 48 "/LED3") (tstamp 2d67a417-188f-4014-9282-000265d80009)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 44 "Net-(D13-Pad2)") (tstamp 14c51520-6d91-4098-a59a-5121f2a898f7)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da46073) - (at 159 65.3) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dd2c5c3") - (attr smd) - (fp_text reference "R15" (at 0.7 1.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2dc272bd-3aa2-45b5-889d-1d3c8aac80f8) - ) - (fp_text value "150R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6c2d26bc-6eca-436c-8025-79f817bf57d6) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp c7e7067c-5f5e-48d8-ab59-df26f9b35863) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14769dc5-8525-4984-8b15-a734ee247efa)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e43dbe34-ed17-4e35-a5c7-2f1679b3c415)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 19c56563-5fe3-442a-885b-418dbc2421eb)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21ae9c3a-7138-444e-be38-56a4842ab594)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5bcace5d-edd0-4e19-92d0-835e43cf8eb2)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb24efdd-07c6-4317-9277-131625b065ac)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd065eaf-e495-4837-bdb3-129934de1fc7)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ec113ca-7d27-4b14-a180-1e5e2fd1c167)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 49 "/LED4") (tstamp 7cee474b-af8f-4832-b07a-c43c1ab0b464)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 45 "Net-(D14-Pad2)") (tstamp 9cb12cc8-7f1a-4a01-9256-c119f11a8a02)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Sensor:Aosong_DHT11_5.5x12.0_P2.54mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da4df01) - (at 129.9 84.1 90) - (descr "Temperature and humidity module, http://akizukidenshi.com/download/ds/aosong/DHT11.pdf") - (tags "Temperature and humidity module") - (path "/00000000-0000-0000-0000-00005ddc2bf4") - (attr through_hole) - (fp_text reference "U4" (at -1 -3.5 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 85b7594c-358f-454b-b2ad-dd0b1d67ed76) - ) - (fp_text value "DHT11" (at 0 11.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 16bd6381-8ac0-4bf2-9dce-ecc20c724b8d) - ) - (fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 16a9ae8c-3ad2-439b-8efe-377c994670c7) - ) - (fp_line (start -3.16 -2.6) (end -3.16 -0.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7199d9b-bebb-4100-9ad3-c2bd31e21d65)) - (fp_line (start -3.16 -2.6) (end -1.55 -2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 770ad51a-7219-4633-b24a-bd20feb0a6c5)) - (fp_line (start -2.88 9.94) (end -2.88 -2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp abe07c9a-17c3-43b5-b7a6-ae867ac27ea7)) - (fp_line (start -2.87 -2.32) (end 2.87 -2.32) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d928d56-093a-4ca8-aed1-414b7e703b45)) - (fp_line (start 2.88 -2.32) (end 2.88 9.94) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a650ebf-3f78-4ca4-a26b-a5028693e36d)) - (fp_line (start 2.88 9.94) (end -2.88 9.94) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 730b670c-9bcf-4dcd-9a8d-fcaa61fb0955)) - (fp_line (start -3 -2.44) (end 3 -2.44) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c3dceba-7c95-4b3d-b590-0eb581444beb)) - (fp_line (start -3 10.06) (end -3 -2.44) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3628265-0155-43e2-a467-c40ff783e265)) - (fp_line (start 3 -2.44) (end 3 10.06) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 965308c8-e014-459a-b9db-b8493a601c62)) - (fp_line (start 3 10.06) (end -3 10.06) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1c649b1-f44d-46c7-9dea-818e75a1b87e)) - (fp_line (start -2.75 -1.19) (end -2.75 9.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca87f11b-5f48-4b57-8535-68d3ec2fe5a9)) - (fp_line (start -2.75 -1.19) (end -1.75 -2.19) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6595b9c7-02ee-4647-bde5-6b566e35163e)) - (fp_line (start -1.75 -2.19) (end 2.75 -2.19) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5cd8da1-8f7f-4f80-bb23-0317de562222)) - (fp_line (start 2.75 -2.19) (end 2.75 9.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec)) - (fp_line (start 2.75 9.81) (end -2.75 9.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01e9b6e7-adf9-4ee7-9447-a588630ee4a2)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+3V3") (tstamp e6b860cc-cb76-4220-acfb-68f1eb348bfa)) - (pad "2" thru_hole circle (at 0 2.54 90) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 50 "/DHT_IO") (tstamp 789ca812-3e0c-4a3f-97bc-a916dd9bce80)) - (pad "3" thru_hole circle (at 0 5.08 90) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp e4c6fdbb-fdc7-4ad4-a516-240d84cdc120)) - (pad "4" thru_hole circle (at 0 7.62 90) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp db36f6e3-e72a-487f-bda9-88cc84536f62)) - (model "${KISYS3DMOD}/Sensor.3dshapes/Aosong_DHT11_5.5x12.0_P2.54mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da51b2e) - (at 126.2 83.6 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ddecba7") - (attr smd) - (fp_text reference "R16" (at 2.5 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8412992d-8754-44de-9e08-115cec1a3eff) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp df32840e-2912-4088-b54c-9a85f64c0265) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp dde51ae5-b215-445e-92bb-4a12ec410531) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6d26d68f-1ca7-4ff3-b058-272f1c399047)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 911bdcbe-493f-4e21-a506-7cbc636e2c17)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3d7e298-1d39-4294-a3ab-c84cc0dc5e5a)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70e15522-1572-4451-9c0d-6d36ac70d8c6)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68877d35-b796-44db-9124-b8e744e7412e)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c332fa55-4168-4f55-88a5-f82c7c21040b)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b96fe6ac-3535-4455-ab88-ed77f5e46d6e)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f8381e9-3077-4453-a480-a01ad9c1a940)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 50 "/DHT_IO") (tstamp 4fb21471-41be-4be8-9687-66030f97befc)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 7599133e-c681-4202-85d9-c20dac196c64)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbde418) - (at 121.8 89.408 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005da71c46") - (attr smd) - (fp_text reference "Q3" (at -5.842 -29.838 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 541721d1-074b-496e-a833-813044b3e8ca) - ) - (fp_text value "Q_NMOS_GSD" (at 0 2.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d05faa1f-5f69-41bf-86d3-2cd224432e1b) - ) - (fp_text user "${REFERENCE}" (at 0 0.008) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp d18f2428-546f-4066-8ffb-7653303685db) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 851f3d61-ba3b-4e6e-abd4-cafa4d9b64cb)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42d3f9d6-2a47-41a8-b942-295fcb83bcd8)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca6e2466-a90a-4dab-be16-b070610e5087)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd1edfbb-5fb6-42cd-b740-fd54ab3ef1f1)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7bea05d4-1dec-4cd6-aa53-302dde803254)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a8ad8bb-d9a9-4b2b-bc88-ea6fd2676d45)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5362821-c161-4c7a-a00c-40e1d7472d56)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1cc5480b-56b7-4379-98e2-ccafc88911a7)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f424da3-8fae-4941-bc6d-20044787372f)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3bca658b-a598-4669-a7cb-3f9b5f47bb5a)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7aa0362-7c9e-4a42-b191-ab15a38bf3c5)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 41485de5-6ed3-4c83-b69e-ef83ae18093c)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bef2abc2-bf3e-4a72-ad03-f8da3cd893cb)) - (pad "1" smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 25 "Net-(Q3-Pad1)") (tstamp f4a1ab68-998b-43e3-aa33-40b58210bc99)) - (pad "2" smd rect (at -1 0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 12fa3c3f-3d14-451a-a6a8-884fd1b32fa7)) - (pad "3" smd rect (at 1 0 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 17 "Net-(D3-Pad2)") (tstamp d95c6650-fcd9-4184-97fe-fde43ea5c0cd)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff19) - (at 121.158 86.36) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc11a04") - (attr smd) - (fp_text reference "R17" (at 0 -1.17) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a544eb0a-75db-4baf-bf54-9ca21744343b) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1a6d2848-e78e-49fe-8978-e1890f07836f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp e8c50f1b-c316-4110-9cce-5c24c65a1eaa) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4780a290-d25c-4459-9579-eba3f7678762)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e023245-2c2b-4e2b-bfb9-5d35176e88f2)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp df68c26a-03b5-4466-aecf-ba34b7dce6b7)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp babeabf2-f3b0-4ed5-8d9e-0215947e6cf3)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12422a89-3d0c-485c-9386-f77121fd68fd)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d34f6b1-ab31-49be-b011-c67fe67a8a56)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e06ba1f-e3ba-4eb9-a10e-887dffd566d6)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40165eda-4ba6-4565-9bb4-b9df6dbb08da)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp aca4de92-9c41-4c2b-9afa-540d02dafa1c)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 34 "/CH_1") (tstamp d7269d2a-b8c0-422d-8f25-f79ea31bf75e)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff28) - (at 136.271 88.138 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc2cc35") - (attr smd) - (fp_text reference "R18" (at -0.381 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9e1b837f-0d34-4a18-9644-9ee68f141f46) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 63ff1c93-3f96-4c33-b498-5dd8c33bccc0) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 1d9cdadc-9036-4a95-b6db-fa7b3b74c869) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0217dfc4-fc13-4699-99ad-d9948522648e)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd5408e4-362d-4e43-9d39-78fb99eb52c8)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0eca5ed-bc5e-4618-9bcd-80945bea41ed)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6bfe5804-2ef9-4c65-b2a7-f01e4014370a)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 61fe293f-6808-4b7f-9340-9aaac7054a97)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b88717bd-086f-46cd-9d3f-0396009d0996)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f215f15-3d52-4c91-93e6-3ea03a95622f)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8da933a9-35f8-42e6-8504-d1bab7264306)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 24f7628d-681d-4f0e-8409-40a129e929d9)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 35 "/CH_3") (tstamp 3a7648d8-121a-4921-9b92-9b35b76ce39b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff37) - (at 144.399 83.439) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc3c60f") - (attr smd) - (fp_text reference "R19" (at -2.921 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6441b183-b8f2-458f-a23d-60e2b1f66dd6) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 31e08896-1992-4725-96d9-9d2728bca7a3) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 4a4ec8d9-3d72-4952-83d4-808f65849a2b) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5528bcad-2950-4673-90eb-c37e6952c475)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7bbf981c-a063-4e30-8911-e4228e1c0743)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7edc9030-db7b-43ac-a1b3-b87eeacb4c2d)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08a7c925-7fae-4530-b0c9-120e185cb318)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 852dabbf-de45-4470-8176-59d37a754407)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5352a33-563a-4ffe-a231-2e68fb54afa3)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66043bca-a260-4915-9fce-8a51d324c687)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d6db888-4e40-41c8-b701-07170fc894bc)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp f2c93195-af12-4d3e-acdf-bdd0ff675c24)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 36 "/CH_5") (tstamp cbd8faed-e1f8-4406-87c8-58b2c504a5d4)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff46) - (at 145.923 77.47 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc4c346") - (attr smd) - (fp_text reference "R20" (at 0.635 -1.016 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e857610b-4434-4144-b04e-43c1ebdc5ceb) - ) - (fp_text value "10kR" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6c2e273e-743c-4f1e-a647-4171f8122550) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42713045-fffd-4b2d-ae1e-7232d705fb12)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0515cd2-cdaa-467e-8354-0f6eadfa35c9)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1bf544e3-5940-4576-9291-2464e95c0ee2)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 666713b0-70f4-42df-8761-f65bc212d03b)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9157f4ae-0244-4ff1-9f73-3cb4cbb5f280)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7aed3a71-054b-4aaa-9c0a-030523c32827)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 97fe9c60-586f-4895-8504-4d3729f5f81a)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 37 "/CH_7") (tstamp bdc7face-9f7c-4701-80bb-4cc144448db1)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff55) - (at 127.381 88.265) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc1f7ef") - (attr smd) - (fp_text reference "R21" (at 0 -1.17) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ce83728b-bebd-48c2-8734-b6a50d837931) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 03c52831-5dc5-43c5-a442-8d23643b46fb) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0b21a65d-d20b-411e-920a-75c343ac5136)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe8d9267-7834-48d6-a191-c8724b2ee78d)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3cd1bda0-18db-417d-b581-a0c50623df68)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d57dcfee-5058-4fc2-a68b-05f9a48f685b)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c41b3c8b-634e-435a-b582-96b83bbd4032)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1831fb37-1c5d-42c4-b898-151be6fca9dc)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f22151c-f260-4674-b486-4710a2c42a55)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 29e78086-2175-405e-9ba3-c48766d2f50c)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 38 "/CH_2") (tstamp a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff64) - (at 142.748 86.868 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc350ea") - (attr smd) - (fp_text reference "R22" (at 0 -1.17 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497) - ) - (fp_text value "10kR" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 54365317-1355-4216-bb75-829375abc4ec) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 716e31c5-485f-40b5-88e3-a75900da9811) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a690fc6c-55d9-47e6-b533-faa4b67e20f3)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a3e4f0ae-9f86-49e9-b386-ed8b42e012fb)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 39 "/CH_4") (tstamp 127679a9-3981-4934-815e-896a4e3ff56e)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff73) - (at 144.399 82.042) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc44260") - (attr smd) - (fp_text reference "R23" (at 0 -1.17) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c022004a-c968-410e-b59e-fbab0e561e9d) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 47baf4b1-0938-497d-88f9-671136aa8be7) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66116376-6967-4178-9f23-a26cdeafc400)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e615f7aa-337e-474d-9615-2ad82b1c44ca)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77ed3941-d133-4aef-a9af-5a39322d14eb)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4fb02e58-160a-4a39-9f22-d0c75e82ee72)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 40 "/CH_6") (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff82) - (at 147.32 68.857 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc54548") - (attr smd) - (fp_text reference "R24" (at -1.293 1.27 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 983c426c-24e0-4c65-ab69-1f1824adc5c6) - ) - (fp_text value "10kR" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c1d83899-e380-49f9-a87d-8e78bc089ebf) - ) - (fp_text user "${REFERENCE}" (at 0.149 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f5fe6b7-98fc-4d3e-9567-f9f7202d1455)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5cbb5968-dbb5-4b84-864a-ead1cacf75b9)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 62c076a3-d618-44a2-9042-9a08b3576787)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp da469d11-a8a4-414b-9449-d151eeaf4853)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp afb8e687-4a13-41a1-b8c0-89a749e897fe)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 41 "/CH_8") (tstamp e8314017-7be6-4011-9179-37449a29b311)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbe133c) - (at 149.8 70.3) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db1b092") - (attr smd) - (fp_text reference "Q10" (at -0.702 -2.482) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fa00d3f4-bb71-4b1d-aa40-ae9267e2c41f) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 616287d9-a51f-498c-8b91-be46a0aa3a7f) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 75b944f9-bf25-4dc7-8104-e9f80b4f359b) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3e57b728-64e6-4470-8f27-a43c0dd85050)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be41ac9e-b8ba-4089-983b-b84269707f1c)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bac7c5b3-99df-445a-ade9-1e608bbbe27e)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31f91ec8-56e4-4e08-9ccd-012652772211)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 98861672-254d-432b-8e5a-10d885a5ffdc)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c9169cc-3a77-4ae0-8afc-cbfc472a28c5)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5e7c3a32-8dda-4e6a-9838-c94d1f165575)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5f31b97b-d794-46d6-bbd9-7a5638bcf704)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a599509f-fbb9-4db4-9adf-9e96bab1138d)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1cb22080-0f59-4c18-a6e6-8685ef44ec53)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 235067e2-1686-40fe-a9a0-61704311b2b1)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8bdea5f6-7a53-427a-92b8-fd15994c2e8c)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 701e1517-e8cf-46f4-b538-98e721c97380)) - (pad "1" smd rect (at -1 -0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 32 "Net-(Q10-Pad1)") (tstamp e87738fc-e372-4c48-9de9-398fd8b4874c)) - (pad "2" smd rect (at -1 0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 84d4e166-b429-409a-ab37-c6a10fd82ff5)) - (pad "3" smd rect (at 1 0) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 24 "Net-(D10-Pad2)") (tstamp 2165c9a4-eb84-4cb6-a870-2fdc39d2511b)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 102.87 57.785) (end 102.87 98.425) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005da32e80)) - (gr_line (start 106.68 102.235) (end 158.75 102.235) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005da32e81)) - (gr_line (start 162.56 98.425) (end 162.56 57.785) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005da32e82)) - (gr_line (start 117.975 53.975) (end 118 54) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005da33440)) - (gr_line (start 151.025 53.975) (end 151 54) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005da33442)) - (gr_line (start 158.75 53.975) (end 151.025 53.975) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 020b7e1f-8bb0-4882-91d4-7894bf18db84)) - (gr_arc (start 106.68 102.235) (mid 103.985923 101.119077) (end 102.87 98.425) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 08ac4c42-16f0-4513-b91e-bf0b3a111257)) - (gr_arc (start 102.87 57.785) (mid 103.985923 55.090923) (end 106.68 53.975) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 133d5403-9be3-4603-824b-d3b76147e745)) - (gr_arc (start 162.56 98.425) (mid 161.444077 101.119077) (end 158.75 102.235) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 4fc3183f-297c-42b7-b3bd-25a9ea18c844)) - (gr_line (start 119.5 61) (end 149.5 61) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 84d5cf13-52aa-4648-82e7-8be6e886a6b2)) - (gr_arc (start 158.75 53.975) (mid 161.444077 55.090923) (end 162.56 57.785) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 9b315454-a4a0-4952-bdbe-d4a8e96c16f9)) - (gr_line (start 106.68 53.975) (end 117.975 53.975) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp a2a4b1ad-c51a-492d-9e99-410eec4f55a3)) - (gr_line (start 149.5 61) (end 151 54) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp b9f8b708-1745-43ec-9646-59495cbc6e07)) - (gr_line (start 118 54) (end 119.5 61) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp de2abbd8-9b48-47ba-b77e-4c65ca048af6)) - (gr_text "Rev 2" (at 134.62 76.2) (layer "B.SilkS") (tstamp 0ab1512b-eb91-4574-b11f-326e0ff10082) - (effects (font (size 1 1) (thickness 0.15) italic) (justify mirror)) - ) - (gr_text "WiredHut ${gh} ${date}\nLight Control / Temperature Humidity Sensor" (at 134.62 73.66) (layer "B.SilkS") (tstamp 9a458d6a-a84c-4faf-913e-90bab231d3f8) - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - ) - (gr_text "12V Gnd" (at 103.5 83.2 270) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005da425a7) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "5:+ -" (at 150.7 101.5) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005da425aa) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Gnd" (at 105.8 94.65) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005da4c492) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "6:+ -" (at 161.4 88.5 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005da4c49d) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "8:+ -" (at 161.4 71.5 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005da4c4a3) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Vcc" (at 111.3 94.7) (layer "F.SilkS") (tstamp 1a734ace-0cd0-489a-9380-915322ff12bd) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Vin" (at 108.7 94.7) (layer "F.SilkS") (tstamp 20e1c48c-ae14-4a88-835e-87633cbb6a1c) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "4:+ -" (at 142.3 101.5) (layer "F.SilkS") (tstamp 3db00451-fbc3-4980-9f8f-a31cdc894554) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "12V Gnd" (at 103.6 75.1 270) (layer "F.SilkS") (tstamp 4d6dfe4f-0070-449e-bb5c-a3b1d4b26ba7) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "2:+ -" (at 126.1 101.5) (layer "F.SilkS") (tstamp 66ee8aac-1ba7-441e-b772-397a32c7c475) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "1:+ -" (at 117.6 101.5) (layer "F.SilkS") (tstamp 7e232027-e1fd-4d55-a751-dd67130d7d22) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Reset" (at 114.1 54.9) (layer "F.SilkS") (tstamp c11e04e4-f63f-46b9-9a9c-9c7df49e614a) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "7:+ -" (at 161.4 80.1 90) (layer "F.SilkS") (tstamp cdea6ba1-cc65-46ec-9776-a403fa76c4fe) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "3:+ -" (at 134.5 101.5) (layer "F.SilkS") (tstamp fa7e24a1-3452-454e-88a7-8a0ff878392a) - (effects (font (size 1 1) (thickness 0.15))) - ) - - (segment (start 142.866 62.103) (end 144.903 62.103) (width 0.635) (layer "F.Cu") (net 1) (tstamp 02b1295e-cf95-47ff-9c57-f8ada28f2e94)) - (segment (start 118.0125 82.0875) (end 117.2 82.9) (width 0.635) (layer "F.Cu") (net 1) (tstamp 0588e431-d56d-4df4-9ffd-6cd4bba412cb)) - (segment (start 147.64 88.916) (end 146.828 88.916) (width 0.635) (layer "F.Cu") (net 1) (tstamp 0aa1e38d-f07a-4820-b628-a171234563bb)) - (segment (start 111.991 62.461) (end 112.395 62.865) (width 0.635) (layer "F.Cu") (net 1) (tstamp 0e18138e-f1a3-4288-bb34-3b6bcfb64ff6)) - (segment (start 147.32 68.372) (end 147.32 67.564) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 14a3cbec-b1b9-4736-8e00-ba5be98954ab)) - (segment (start 125.866 62.103) (end 123.086 62.103) (width 0.635) (layer "F.Cu") (net 1) (tstamp 15a0f067-831a-4ddb-bdef-5fb7df267d8f)) - (segment (start 116.8125 71.3) (end 116 71.3) (width 0.635) (layer "F.Cu") (net 1) (tstamp 15e1670d-9e79-4a5e-88ad-fbbb238a3e8a)) - (segment (start 140.95 88.662) (end 140.95 89.174) (width 0.635) (layer "F.Cu") (net 1) (tstamp 1a85ffd6-ef8b-418f-990e-456d1ffab00e)) - (segment (start 122.936 62.253) (end 121.666 62.253) (width 0.635) (layer "F.Cu") (net 1) (tstamp 1ab4dceb-24cc-4050-aa74-e8fbb39d3760)) - (segment (start 148.3434 78.359) (end 148.8 77.9024) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 1cbbfee4-06dd-44ee-af91-d336edf2459c)) - (segment (start 140.95 89.174) (end 140.462 89.662) (width 0.635) (layer "F.Cu") (net 1) (tstamp 1f01b2a1-9ae4-4793-9d17-5ed5c0966b9f)) - (segment (start 111.2 70.335) (end 112.2 70.335) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 2e0f69a6-955c-44f2-af4d-b4ad566ef54b)) - (segment (start 120.87609 62.25791) (end 120.65 62.484) (width 0.635) (layer "F.Cu") (net 1) (tstamp 3675ad1a-972f-4046-b23a-e6ca04304035)) - (segment (start 113.154 65.29) (end 113.904 66.04) (width 0.3048) (layer "F.Cu") (net 1) (tstamp 3b19a97f-624a-48d9-8072-15bdeede0fff)) - (segment (start 126.896 87.653) (end 126.873 87.63) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 3bdaeac5-b4b7-4a96-b0da-b5e1b46798c2)) - (segment (start 143.914 83.439) (end 143.129 83.439) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 4375ab9a-cebb-448a-bb75-1fa4fe977171)) - (segment (start 107.3475 67.34) (end 108.4 68.3925) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 47be24ee-e15b-4cee-b84b-350111ac1499)) - (segment (start 108.4 68.3925) (end 108.4 68.7) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 49b38f13-9789-4c6d-bbd5-2c69a9e19e69)) - (segment (start 117 56.291) (end 116.3476 56.291) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 4aee84d1-0859-48ac-a053-5a981ee1b24a)) - (segment (start 152.4125 63.8) (end 152.4125 62.0875) (width 0.635) (layer "F.Cu") (net 1) (tstamp 4d55ddc7-73be-49f7-98ea-a0ba474cbdb0)) - (segment (start 127.25 89.678) (end 126.508 89.678) (width 0.635) (layer "F.Cu") (net 1) (tstamp 4e66ba18-389e-4ff9-97c1-8bd8fb047a01)) - (segment (start 115.3 72) (end 114.2 72) (width 0.635) (layer "F.Cu") (net 1) (tstamp 55ac7ee1-f461-406b-8cf5-da47a7717180)) - (segment (start 137.6 84.1) (end 138.7 83) (width 0.635) (layer "F.Cu") (net 1) (tstamp 57121f1d-c971-4830-b974-00f7d706f0c9)) - (segment (start 148.8 83.45) (end 149.595 83.45) (width 0.635) (layer "F.Cu") (net 1) (tstamp 59058a09-f800-497d-b8e1-cdf9632c6766)) - (segment (start 127.8 81) (end 127 80.2) (width 0.635) (layer "F.Cu") (net 1) (tstamp 59142adb-6887-41fc-851e-9a7f51511d60)) - (segment (start 148.8 71.25) (end 148.8 71.037) (width 0.635) (layer "F.Cu") (net 1) (tstamp 5ef603f2-8407-4088-9f29-0b64dd4b046f)) - (segment (start 116.3476 56.291) (end 111 56.291) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 5fc4054a-b929-433e-a947-747fb7ed003d)) - (segment (start 143.914 82.042) (end 143.383 82.042) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 61eb7a4f-888e-4082-9c74-1d94f58e7c05)) - (segment (start 113.135 70.335) (end 113.4 70.6) (width 0.635) (layer "F.Cu") (net 1) (tstamp 61fae217-e18a-4e68-8630-42cc06a8ba2f)) - (segment (start 155.7125 61.5125) (end 155.3 61.1) (width 0.635) (layer "F.Cu") (net 1) (tstamp 624c6565-c4fd-4d29-87af-f77dd1ba0898)) - (segment (start 144.903 62.103) (end 145.8 63) (width 0.635) (layer "F.Cu") (net 1) (tstamp 69f75991-c8c0-49a9-aed8-daa6ca9a5d73)) - (segment (start 117.602 67.056) (end 117.602 68.072) (width 0.3048) (layer "F.Cu") (net 1) (tstamp 6ae901e7-3f37-4fdc-9fbb-f82666744826)) - (segment (start 136.756 87.907) (end 137.16 87.503) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 6f3f676d-a47a-4e8c-8d6e-02275a3490d7)) - (segment (start 106.8725 67.34) (end 107.3475 67.34) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 71079b24-2e2e-494b-a607-86ccdae75c6e)) - (segment (start 137.52 84.1) (end 137.6 84.1) (width 0.635) (layer "F.Cu") (net 1) (tstamp 76862e4a-1816-475c-9943-666036c637f7)) - (segment (start 146.343 77.955) (end 146.747 78.359) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 76ee303c-1cfc-45a8-ae72-af3efaba6c47)) - (segment (start 149.595 83.45) (end 149.606 83.439) (width 0.635) (layer "F.Cu") (net 1) (tstamp 7c11b885-29b4-4eb2-b782-dde8e3724f0c)) - (segment (start 114.15 72.05) (end 114.2 72) (width 0.635) (layer "F.Cu") (net 1) (tstamp 7c3df708-fb44-40cc-b435-cd67e8cec48a)) - (segment (start 118.6 82.0875) (end 118.0125 82.0875) (width 0.635) (layer "F.Cu") (net 1) (tstamp 8019bb27-2172-4d60-932e-7bd55a890b6c)) - (segment (start 132.623 89.5) (end 132.588 89.535) (width 0.635) (layer "F.Cu") (net 1) (tstamp 835d4ac3-3fb1-48d9-8c28-6093fe917376)) - (segment (start 148.8 77.9024) (end 148.8 77.35) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 844f01a0-ac23-4a99-910e-4e91c579bb2b)) - (segment (start 145.923 77.955) (end 146.343 77.955) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 872313a4-03e6-4e4a-b850-f54dcb50f9fc)) - (segment (start 111.9665 65.29) (end 113.154 65.29) (width 0.3048) (layer "F.Cu") (net 1) (tstamp 87f44303-a6e8-48e5-bb6d-f89abb09a999)) - (segment (start 128.4 81) (end 127.8 81) (width 0.635) (layer "F.Cu") (net 1) (tstamp 8e715b73-353f-4cfc-aa33-1eac54b89b6c)) - (segment (start 120.65 62.484) (end 120.65 63.754) (width 0.635) (layer "F.Cu") (net 1) (tstamp 92ec60c8-e914-4456-8d37-4b88fc0eb9c6)) - (segment (start 142.748 85.979) (end 142.494 85.725) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 934c5f28-c928-4621-8122-b999b3ed10dd)) - (segment (start 148.8 77.35) (end 149.486 77.35) (width 0.635) (layer "F.Cu") (net 1) (tstamp 9ed54841-4bec-491f-817d-b7e8b25ca06c)) - (segment (start 133.65 89.5) (end 132.623 89.5) (width 0.635) (layer "F.Cu") (net 1) (tstamp aae29862-3850-48eb-b7a8-38a62a8029dd)) - (segment (start 111.01 65.29) (end 110.744 65.024) (width 0.3048) (layer "F.Cu") (net 1) (tstamp aaf0fd50-bb22-4408-be5a-88f5ba4193be)) - (segment (start 111.9665 65.29) (end 111.01 65.29) (width 0.3048) (layer "F.Cu") (net 1) (tstamp acd72527-a657-482d-a530-89a1347375fc)) - (segment (start 127 80.2) (end 126 80.2) (width 0.635) (layer "F.Cu") (net 1) (tstamp b6f041a4-3ea0-418b-94a2-50c938beafa2)) - (segment (start 121.666 62.253) (end 120.881 62.253) (width 0.635) (layer "F.Cu") (net 1) (tstamp b7ed4c31-5417-4fb5-9261-7dca42c1c776)) - (segment (start 128.651 80.749) (end 128.4 81) (width 0.635) (layer "F.Cu") (net 1) (tstamp baa534a0-611b-4c48-8e86-5106dc852bd8)) - (segment (start 120.881 62.253) (end 120.87609 62.25791) (width 0.635) (layer "F.Cu") (net 1) (tstamp bb5e8a0f-2ed5-4c2a-91b7-cb63c4c66e15)) - (segment (start 149.1125 63.8) (end 147.8 63.8) (width 0.635) (layer "F.Cu") (net 1) (tstamp bb673c7a-d2b0-45b0-bfe2-0b113c092a77)) - (segment (start 111.506 62.461) (end 111.991 62.461) (width 0.635) (layer "F.Cu") (net 1) (tstamp bbb99edd-f016-43ea-b1c7-0bcdd1915ee8)) - (segment (start 126.508 89.678) (end 125.984 89.154) (width 0.635) (layer "F.Cu") (net 1) (tstamp bf26cee8-9c9f-4547-9a40-e7028b986d1e)) - (segment (start 149.486 77.35) (end 149.733 77.597) (width 0.635) (layer "F.Cu") (net 1) (tstamp c2e901e5-a4cd-4374-af38-0566255ecbea)) - (segment (start 112.2 70.335) (end 113.135 70.335) (width 0.635) (layer "F.Cu") (net 1) (tstamp cce1404b-fc30-47cc-b852-e0061990f2bb)) - (segment (start 111 56.291) (end 111 55.4) (width 0.1524) (layer "F.Cu") (net 1) (tstamp d4876469-b949-49ce-b8fe-43cb458692a4)) - (segment (start 155.7125 63.8) (end 155.7125 61.5125) (width 0.635) (layer "F.Cu") (net 1) (tstamp d68589fa-205b-4356-a20d-821c85f5f45e)) - (segment (start 104.1725 63.14) (end 104.1725 65.04) (width 0.635) (layer "F.Cu") (net 1) (tstamp d9198b20-68ab-4f03-9039-95a74aeba0d6)) - (segment (start 152.4125 62.0875) (end 153.4 61.1) (width 0.635) (layer "F.Cu") (net 1) (tstamp d9ad01c4-9416-4b1f-8447-afc1d446fa8a)) - (segment (start 126.896 88.265) (end 126.896 87.653) (width 0.1524) (layer "F.Cu") (net 1) (tstamp da7e6488-201f-4286-b86a-ca5aced3697a)) - (segment (start 104.1725 67.04) (end 104.1725 68.94) (width 0.635) (layer "F.Cu") (net 1) (tstamp dbfb14d7-1f97-4dd2-9004-1d129d3b4221)) - (segment (start 120.85 88.408) (end 120.85 87.576) (width 0.635) (layer "F.Cu") (net 1) (tstamp dc0df782-a446-4364-8dc7-0190637b5f77)) - (segment (start 148.8 71.037) (end 149.352 70.485) (width 0.635) (layer "F.Cu") (net 1) (tstamp dd4f23cd-8f89-457c-8b93-3828f8c20a8d)) - (segment (start 123.086 62.103) (end 122.936 62.253) (width 0.635) (layer "F.Cu") (net 1) (tstamp de5c2064-b9e1-4057-a8cc-9308019ef4d3)) - (segment (start 146.828 88.916) (end 146.558 88.646) (width 0.635) (layer "F.Cu") (net 1) (tstamp e0692317-3143-4681-97c6-8fbe46592f31)) - (segment (start 136.756 88.138) (end 136.756 87.907) (width 0.1524) (layer "F.Cu") (net 1) (tstamp e62e65e6-b466-4769-8746-eb8cd9450c76)) - (segment (start 104.1725 65.04) (end 104.1725 67.04) (width 0.635) (layer "F.Cu") (net 1) (tstamp e6cd2cdd-d49b-4491-8a15-4c46254b5c0a)) - (segment (start 143.383 82.042) (end 143.256 82.169) (width 0.1524) (layer "F.Cu") (net 1) (tstamp e75a90f1-d275-4ca6-86ea-4b6dddffab59)) - (segment (start 120.142 86.36) (end 119.888 86.106) (width 0.1524) (layer "F.Cu") (net 1) (tstamp ea8efd53-9e19-4e37-86f5-e6c0c681f735)) - (segment (start 128.651 79.613) (end 128.651 80.749) (width 0.635) (layer "F.Cu") (net 1) (tstamp edb2db40-12f7-45b3-a514-2a1299ac0231)) - (segment (start 116 71.3) (end 115.3 72) (width 0.635) (layer "F.Cu") (net 1) (tstamp f1128c56-7c01-4d79-834b-ceab4dc35180)) - (segment (start 120.673 86.36) (end 120.142 86.36) (width 0.1524) (layer "F.Cu") (net 1) (tstamp f11a78b7-152e-46cf-81d1-bc8194db05a9)) - (segment (start 158.9125 63.2125) (end 156.9 61.2) (width 0.635) (layer "F.Cu") (net 1) (tstamp f205e125-3760-485b-b76a-dc2502dc5679)) - (segment (start 120.85 87.576) (end 120.777 87.503) (width 0.635) (layer "F.Cu") (net 1) (tstamp f2a44eaf-666f-422c-bb4d-a717499c3d1a)) - (segment (start 114.15 73.5) (end 114.15 72.05) (width 0.635) (layer "F.Cu") (net 1) (tstamp f364b99f-4502-4cba-a96d-4ed35ad108b5)) - (segment (start 142.748 86.383) (end 142.748 85.979) (width 0.1524) (layer "F.Cu") (net 1) (tstamp f413d088-6fb9-4a8a-88fd-666ff68b7fdf)) - (segment (start 158.9125 63.8) (end 158.9125 63.2125) (width 0.635) (layer "F.Cu") (net 1) (tstamp f60d71f9-9a8e-4a62-960d-f7b9664aea76)) - (segment (start 146.747 78.359) (end 148.3434 78.359) (width 0.1524) (layer "F.Cu") (net 1) (tstamp f8e9fc00-8f60-4688-b1c9-6de1e4c0c204)) - (via (at 140.462 89.662) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 0674c5a1-ca4b-4b6b-aa60-3847e1a37d52)) - (via (at 147.32 67.564) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp 121b7b08-bed9-441b-b060-efed31f37089)) - (via (at 108.4 68.7) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 245a6fb4-6361-4438-82ca-8861d43ca7f5)) - (via (at 126 80.2) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 25247d0c-5910-484b-9651-5750d422a450)) - (via (at 113.4 70.6) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 296ded40-ed53-4798-8db4-dad7b794226b)) - (via (at 156.9 61.2) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 337d1242-91ab-4446-8b9e-7609c6a49e3c)) - (via (at 149.733 77.597) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 33891c62-a79f-4243-b776-6be292690ac3)) - (via (at 113.904 66.04) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp 44509293-79e2-4fab-8860-b0cecb591afa)) - (via (at 117.2 82.9) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 45676199-bb82-4d58-98c1-b606deb355be)) - (via (at 155.3 61.1) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 5290e0d7-1f24-4c0b-91ff-28c5a304ab9a)) - (via (at 142.494 85.725) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp 567a04d6-5dce-4e5f-9e8e-f34010ecea5b)) - (via (at 127 80.2) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 5b04e20f-8575-4362-b040-2e2133d670c8)) - (via (at 145.8 63) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 617edc57-1dbf-4296-b365-6d76f68a1c0f)) - (via (at 147.8 63.8) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 62a1b97d-067d-487c-835b-0166330d25fe)) - (via (at 149.606 83.439) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 637c5908-9371-4d80-a19b-036e111ef5cd)) - (via (at 112.395 62.865) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 6f78c1fb-f693-4737-b750-74e50c35a564)) - (via (at 110.744 65.024) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp 7684f860-395c-40b3-8cc0-a644dcdbc220)) - (via (at 111 55.4) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 811f5389-c208-4640-ab1a-b454491bb330)) - (via (at 114.2 72) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 927b1eb6-e6f4-412f-9a58-8dc81a4889a0)) - (via (at 143.129 83.439) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp 9475edbb-286b-4bed-b5f0-0b68a18bdc52)) - (via (at 120.777 87.503) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 9fa58e42-4d1f-4e7f-a5a2-6fc9857446e3)) - (via (at 117.602 68.072) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp acfcaba7-a8b8-4c21-a793-d3e0373f34dc)) - (via (at 138.7 83) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp ad09de7f-a090-4e65-951a-7cf11f73b06d)) - (via (at 153.4 61.1) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp ae293969-fa6d-4cb1-9969-16f8784d07e3)) - (via (at 143.256 82.169) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp aeaaa120-9cc5-4520-9a70-067fbc8f5b7b)) - (via (at 115.3 72) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp b14aea3f-7e9b-4416-ac0e-1c7beb3cd27c)) - (via (at 149.352 70.485) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp bce25bd3-0fe5-4c8f-bd6c-39e2d62ee70a)) - (via (at 126.873 87.63) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp ca2c5f3f-362b-4808-b8c2-86726d31aa11)) - (via (at 125.984 89.154) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp cc5561df-9d20-4574-af60-64f10025a0ed)) - (via (at 132.588 89.535) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp d0111086-5d68-4ab0-b707-7da6b263c90b)) - (via (at 146.558 88.646) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp e2df2a45-3811-4210-89e0-9a66f3cb9430)) - (via (at 119.888 86.106) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp ec13b96e-bc69-4de2-80ef-a515cc44afb5)) - (via (at 120.65 63.754) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp f58fca4c-73af-416f-b236-f3bb62b8fd00)) - (via (at 137.16 87.503) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp f7c5fcef-379b-481f-a910-961b8aba9e9d)) - (segment (start 117.7 75.8) (end 116.4 75.8) (width 0.635) (layer "F.Cu") (net 2) (tstamp 03d57b22-a0ad-4d3d-9d1c-5573371e6c2f)) - (segment (start 121.666 63.223) (end 122.278 63.223) (width 0.635) (layer "F.Cu") (net 2) (tstamp 06b6db7e-5210-41ec-a47b-0127ebbe0786)) - (segment (start 125.871383 81.8) (end 126.5 81.8) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 0f3121ae-1081-4d81-b548-dceafa613e21)) - (segment (start 120.45 73.3625) (end 118.3875 71.3) (width 0.635) (layer "F.Cu") (net 2) (tstamp 0fe3ebe2-61a9-477a-a657-d783c4c4d70e)) - (segment (start 110.744 68.909) (end 111.2 69.365) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 159c8092-f459-40eb-b409-c2cace814e6e)) - (segment (start 110.744 67.31) (end 110.764 67.29) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 2949af22-2432-469e-9f07-eee60be8acbd)) - (segment (start 110.744 67.31) (end 111.264 66.79) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 356199c8-c0f7-4995-bef0-53ad752a30c5)) - (segment (start 110.236 62.461) (end 110.236 63.119) (width 0.635) (layer "F.Cu") (net 2) (tstamp 39614f9f-2df5-492b-a093-45b7a48e295d)) - (segment (start 111.264 66.79) (end 111.9665 66.79) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 3997254a-8057-4464-ba07-e37f0720cbd8)) - (segment (start 110.236 63.119) (end 109.855 63.5) (width 0.635) (layer "F.Cu") (net 2) (tstamp 3cfddd47-0913-4692-89bb-8a69d22be5a7)) - (segment (start 122.278 63.223) (end 123.19 64.135) (width 0.635) (layer "F.Cu") (net 2) (tstamp 3f9f133b-59b8-4791-b0ab-6fa861da9e3f)) - (segment (start 120.45 75.8) (end 120.45 73.3625) (width 0.635) (layer "F.Cu") (net 2) (tstamp 56bbedad-6259-4443-b321-0ffa1f89c336)) - (segment (start 111.535 69.365) (end 112.2 69.365) (width 0.635) (layer "F.Cu") (net 2) (tstamp 644ebc55-9b92-49bd-8dfa-8a3a0dd8d76d)) - (segment (start 128.8 84.1) (end 126.5 81.8) (width 0.635) (layer "F.Cu") (net 2) (tstamp 66cc4ddc-a52d-4ad7-986e-68f000539802)) - (segment (start 123.086 63.373) (end 122.936 63.223) (width 0.635) (layer "F.Cu") (net 2) (tstamp 741879e3-3045-40c7-849d-7f437c35ee91)) - (segment (start 110.764 67.29) (end 111.9665 67.29) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 7983b95c-14e4-4dec-ab4e-09c81071d9de)) - (segment (start 125.715 83.6) (end 125.715 81.885) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 85ec87eb-bb51-43f3-adf5-d04ca264762d)) - (segment (start 114.15 75.8) (end 116.4 75.8) (width 0.635) (layer "F.Cu") (net 2) (tstamp 8eacb9d3-c41d-4b39-abd1-0bc8f2e97411)) - (segment (start 125.8 81.8) (end 125.871383 81.8) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 8f8bb641-6f96-48dd-a2de-b7e2aaf6efe0)) - (segment (start 111.535 68.635) (end 111.4 68.5) (width 0.3048) (layer "F.Cu") (net 2) (tstamp 90337a8b-a8c5-48e1-ad0f-b0e67716fe3c)) - (segment (start 112.654 67.9775) (end 112.654 68.911) (width 0.1524) (layer "F.Cu") (net 2) (tstamp a9ff0621-eacb-4187-ba89-29f236eec881)) - (segment (start 122.936 63.223) (end 121.666 63.223) (width 0.635) (layer "F.Cu") (net 2) (tstamp ac81fb15-6f1a-451b-a962-fb87ffd26f6b)) - (segment (start 112.654 68.911) (end 112.2 69.365) (width 0.1524) (layer "F.Cu") (net 2) (tstamp cb0f5a26-0827-4807-aea7-55b25947b9d5)) - (segment (start 125.715 81.885) (end 125.8 81.8) (width 0.1524) (layer "F.Cu") (net 2) (tstamp cebfc912-6282-4a1e-923e-74c4961c2aad)) - (segment (start 111.2 69.365) (end 111.535 69.365) (width 0.635) (layer "F.Cu") (net 2) (tstamp cfec88d2-05ea-4320-9be6-2559d89ee700)) - (segment (start 110.744 67.31) (end 110.744 68.909) (width 0.1524) (layer "F.Cu") (net 2) (tstamp d3db736b-0e33-4126-b950-5488923df40e)) - (segment (start 125.866 63.373) (end 123.086 63.373) (width 0.635) (layer "F.Cu") (net 2) (tstamp e4d60aa0-829b-452e-a0b4-f0b282cbe2f3)) - (segment (start 111.535 69.365) (end 111.535 68.635) (width 0.3048) (layer "F.Cu") (net 2) (tstamp eb83440d-aa8b-4a1e-9e93-00cf0de78de9)) - (segment (start 117.7 75.8) (end 120.45 75.8) (width 0.635) (layer "F.Cu") (net 2) (tstamp f46fb303-7470-41c0-b6e8-4553c1d6503f)) - (segment (start 129.9 84.1) (end 128.8 84.1) (width 0.635) (layer "F.Cu") (net 2) (tstamp fe1c93f4-4468-424b-a088-27aef08b62b4)) - (via (at 123.19 64.135) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 2) (tstamp 6ee71a3c-fedb-4cc6-a3c6-f3d6f3ac6767)) - (via (at 116.4 75.8) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 2) (tstamp 832b1e20-f118-4505-ad00-93c040f2f83d)) - (via (at 109.855 63.5) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 2) (tstamp 85621d90-361e-49b6-9449-b54a16cce021)) - (via (at 111.4 68.5) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 2) (tstamp 86f6faec-7eee-404c-a73a-2ae625f33d8c)) - (via (at 117.7 75.8) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 2) (tstamp b4afdd30-7a78-4cd8-8670-bb6dd787dcdc)) - (via (at 126.5 81.8) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 2) (tstamp f7475c2a-e91e-435c-bec2-3307ef3e1f94)) - (segment (start 117.602 65.481) (end 117.293 65.79) (width 0.3048) (layer "F.Cu") (net 3) (tstamp 5de5a872-aa15-495b-b53b-b8a64bbfa4f0)) - (segment (start 117.293 65.79) (end 115.8415 65.79) (width 0.3048) (layer "F.Cu") (net 3) (tstamp a16dbf15-8f5b-4766-b048-90ba89efcc02)) - (segment (start 118.6 80.5125) (end 117.4375 80.5125) (width 0.635) (layer "F.Cu") (net 4) (tstamp 0df798c0-963e-4340-a737-18e50763521e)) - (segment (start 117.4375 80.5125) (end 116.95 81) (width 0.635) (layer "F.Cu") (net 4) (tstamp 1d6518e1-cfe9-4078-adc2-cf8e6477b5cb)) - (segment (start 112.4 78.1) (end 114.15 78.1) (width 0.635) (layer "F.Cu") (net 4) (tstamp 6579642b-a152-47f7-af0e-0d8866bdfcb8)) - (segment (start 109.55 70.45) (end 111.8 72.7) (width 0.635) (layer "F.Cu") (net 4) (tstamp 6e21d8a8-05db-450e-863d-764ba51b5b58)) - (segment (start 111.8 72.7) (end 111.8 77.5) (width 0.635) (layer "F.Cu") (net 4) (tstamp 6e416a78-df14-48ee-9842-e6e24081191e)) - (segment (start 109.4 70.45) (end 109.55 70.45) (width 0.635) (layer "F.Cu") (net 4) (tstamp b2f7301d-582c-4990-a060-4a71ef08c6eb)) - (segment (start 114.15 78.1) (end 114.15 78.2) (width 0.635) (layer "F.Cu") (net 4) (tstamp cf45f134-35c0-4b31-91e7-048e45f34bf8)) - (segment (start 111.8 77.5) (end 112.4 78.1) (width 0.635) (layer "F.Cu") (net 4) (tstamp eac540a2-0555-4530-b9cb-9b037a65c0a7)) - (segment (start 114.15 78.2) (end 116.95 81) (width 0.635) (layer "F.Cu") (net 4) (tstamp fa574bf3-ac2e-449d-91be-bcb1e35bdaba)) - (segment (start 117 61) (end 117 60.041) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 0208dcec-5844-41d6-8382-4437ac8ac82d)) - (segment (start 118.2089 61.5) (end 117.5 61.5) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 1569382e-a4f5-4166-a19c-b78580f8c980)) - (segment (start 111 60.041) (end 117 60.041) (width 0.635) (layer "F.Cu") (net 5) (tstamp 33064f56-88c0-44a1-ac52-96957fe5ad49)) - (segment (start 121.5 65) (end 120.961399 64.461399) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 376a6f44-cf22-4d88-ac13-30f83803795f)) - (segment (start 125.866 64.643) (end 124.7136 64.643) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 3f206607-332e-4c96-8963-5302804f476f)) - (segment (start 111 60.985) (end 111.506 61.491) (width 0.635) (layer "F.Cu") (net 5) (tstamp 4208e41d-1d0a-40b9-bf94-fcbeb6562f9d)) - (segment (start 119 63.922798) (end 119 62.2911) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 4625ef31-ba9f-4b3e-8ebc-93b4658ad74a)) - (segment (start 120.961399 64.461399) (end 119.538601 64.461399) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 52d326d4-51c9-4c17-8412-9aaf3e6cdf4c)) - (segment (start 119.538601 64.461399) (end 119 63.922798) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 60d30b2f-02cb-42f2-b2ed-c84cb33e3e36)) - (segment (start 123 65.248) (end 122.208 66.04) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 68f7174d-ce7a-41b4-89f8-dd7e3ded57a1)) - (segment (start 124.7136 64.643) (end 124.3566 65) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 6d646c30-feab-4e3e-adf0-5427b73b5f08)) - (segment (start 110.236 61.491) (end 111.506 61.491) (width 0.635) (layer "F.Cu") (net 5) (tstamp 8e1983d7-818b-423d-95d2-7f219e4f6ba3)) - (segment (start 117.5 61.5) (end 117 61) (width 0.1524) (layer "F.Cu") (net 5) (tstamp a2ead14b-89a8-4438-a7df-7876de28e69a)) - (segment (start 119 62.2911) (end 118.2089 61.5) (width 0.1524) (layer "F.Cu") (net 5) (tstamp a6694369-d7a9-41d0-a88e-8a3c16982564)) - (segment (start 124.3566 65) (end 123 65) (width 0.1524) (layer "F.Cu") (net 5) (tstamp b20fb198-6b0b-4cab-9ba8-ea9b46e8088f)) - (segment (start 111 60.041) (end 111 60.985) (width 0.635) (layer "F.Cu") (net 5) (tstamp c2564ecf-bd43-431d-b9a2-c7be54487485)) - (segment (start 123 65) (end 123 65.248) (width 0.1524) (layer "F.Cu") (net 5) (tstamp d1f81642-eb3a-4277-b357-9cbb5a3aa5ac)) - (segment (start 123 65) (end 121.5 65) (width 0.1524) (layer "F.Cu") (net 5) (tstamp df3e0d78-29b1-4811-9600-571610f4b8a8)) - (segment (start 122.208 66.04) (end 122.158 66.04) (width 0.1524) (layer "F.Cu") (net 5) (tstamp e3903eeb-8b72-4b40-a088-cbbba270c01b)) - (segment (start 153.613 72.8) (end 155.448 72.8) (width 0.635) (layer "F.Cu") (net 6) (tstamp 09321bf4-1ea1-49b5-b1f9-ac29d6606a74)) - (segment (start 130.430099 95.287099) (end 130.430099 90.404901) (width 0.635) (layer "F.Cu") (net 6) (tstamp 16aa2316-1a67-45e5-b6c4-e59dd85814f4)) - (segment (start 148.635 85.5) (end 152.635 89.5) (width 0.635) (layer "F.Cu") (net 6) (tstamp 1a1da3ab-0792-420a-a2dd-c670f9cd52e8)) - (segment (start 144.218099 88.388901) (end 145.288 87.319) (width 0.635) (layer "F.Cu") (net 6) (tstamp 1d2d8ec8-1f1b-4d06-9a35-eff8e386bdb8)) - (segment (start 149.35 96) (end 144.218099 90.868099) (width 0.635) (layer "F.Cu") (net 6) (tstamp 22614aba-2c26-4590-8e12-a7a6b6de48de)) - (segment (start 118.65 87.234) (end 118.8 87.234) (width 0.635) (layer "F.Cu") (net 6) (tstamp 291e4200-f3c9-4b61-8158-17e8c4424a24)) - (segment (start 124.130099 89.388901) (end 125.2 88.319) (width 0.635) (layer "F.Cu") (net 6) (tstamp 35e60fa0-27cf-4d0e-8bab-b364400c08c0)) - (segment (start 113.65 81) (end 109.5 81) (width 0.635) (layer "F.Cu") (net 6) (tstamp 3742a313-c63e-4807-a7bf-be5a0ae2c781)) - (segment (start 139.315 96) (end 141.15 96) (width 0.635) (layer "F.Cu") (net 6) (tstamp 3b909fd4-b382-4019-8708-80d1d9a9fe1c)) - (segment (start 145.288 87.319) (end 145.288 86.234) (width 0.635) (layer "F.Cu") (net 6) (tstamp 401b5a0c-f502-4551-9d61-fa50a303707e)) - (segment (start 124.85 96) (end 124.85 94.165) (width 0.635) (layer "F.Cu") (net 6) (tstamp 4c069f0b-8c76-44a0-a999-7bd72a3e8dee)) - (segment (start 109.5 81) (end 109 81.5) (width 0.635) (layer "F.Cu") (net 6) (tstamp 5080cf4c-abda-4232-b279-44d0e6b9bde3)) - (segment (start 125.2 88.319) (end 125.2 87.234) (width 0.635) (layer "F.Cu") (net 6) (tstamp 578f33ff-8d12-4136-bb61-e55b7655fa5b)) - (segment (start 132.978 96) (end 131.143 96) (width 0.635) (layer "F.Cu") (net 6) (tstamp 5891aa7f-2e48-4492-8db1-d54810991036)) - (segment (start 149.735 74.4) (end 152.013 74.4) (width 0.635) (layer "F.Cu") (net 6) (tstamp 5b867f3d-ce38-4d21-95dd-fe114f76e9dc)) - (segment (start 153.093099 80.580099) (end 153.613 81.1) (width 0.635) (layer "F.Cu") (net 6) (tstamp 5e27f565-c85a-4f3b-9862-58c0accdd5e3)) - (segment (start 137.830099 90.504901) (end 137.830099 94.515099) (width 0.635) (layer "F.Cu") (net 6) (tstamp 5f8cf0a3-5039-4ac4-8310-e201f8c0505f)) - (segment (start 116.7 96) (end 116.7 89.184) (width 0.635) (layer "F.Cu") (net 6) (tstamp 664ea685-f665-4315-aadf-581a656f41df)) - (segment (start 147.65 79.4) (end 148.735 79.4) (width 0.635) (layer "F.Cu") (net 6) (tstamp 7d3a9372-4f99-452e-9767-51a31df66106)) - (segment (start 131.143 96) (end 130.430099 95.287099) (width 0.635) (layer "F.Cu") (net 6) (tstamp 7f4b7c2c-9af8-4317-9338-c2a6d8990ded)) - (segment (start 152.013 74.4) (end 153.613 72.8) (width 0.635) (layer "F.Cu") (net 6) (tstamp 89be6ff8-dff7-4df0-876d-d5989d658e36)) - (segment (start 130.430099 90.404901) (end 131.5 89.335) (width 0.635) (layer "F.Cu") (net 6) (tstamp 8ddee80f-a354-4a11-ae03-acb37cf50626)) - (segment (start 153.613 81.1) (end 155.448 81.1) (width 0.635) (layer "F.Cu") (net 6) (tstamp 9050328c-80d1-449f-94a8-27658961ba9d)) - (segment (start 144.218099 90.868099) (end 144.218099 88.388901) (width 0.635) (layer "F.Cu") (net 6) (tstamp 92822296-9b31-4c78-bfe1-2dc7c2e425bc)) - (segment (start 116.7 89.184) (end 118.65 87.234) (width 0.635) (layer "F.Cu") (net 6) (tstamp 933a17ae-06d4-4de3-aae1-d3835cc0d957)) - (segment (start 149.915099 80.580099) (end 153.093099 80.580099) (width 0.635) (layer "F.Cu") (net 6) (tstamp 99c0b885-9395-4eaa-a204-8d7dea094883)) - (segment (start 124.130099 93.445099) (end 124.130099 89.388901) (width 0.635) (layer "F.Cu") (net 6) (tstamp 9d2af601-5327-4706-9acb-978b65e95af5)) - (segment (start 148.735 79.4) (end 149.915099 80.580099) (width 0.635) (layer "F.Cu") (net 6) (tstamp a3a9b316-86eb-411d-82d0-37407c2e4142)) - (segment (start 147.55 73.3) (end 148.635 73.3) (width 0.635) (layer "F.Cu") (net 6) (tstamp aa52a4ee-249d-4f84-a65a-9c1702b5bb75)) - (segment (start 124.85 94.165) (end 124.130099 93.445099) (width 0.635) (layer "F.Cu") (net 6) (tstamp ac0e5582-f44c-4bc2-8ae7-2c3f1115fb00)) - (segment (start 137.830099 94.515099) (end 139.315 96) (width 0.635) (layer "F.Cu") (net 6) (tstamp b5de2bf0-583c-45d9-bc5e-15007fe3ede8)) - (segment (start 153.613 89.5) (end 155.448 89.5) (width 0.635) (layer "F.Cu") (net 6) (tstamp bf3524aa-7451-4bff-a4df-53f0aa1c0aeb)) - (segment (start 138.9 88.35) (end 138.9 89.435) (width 0.635) (layer "F.Cu") (net 6) (tstamp bfdbfa5d-af60-4bcb-aaee-563dc6121e2f)) - (segment (start 147.55 85.5) (end 148.635 85.5) (width 0.635) (layer "F.Cu") (net 6) (tstamp d0060422-f68b-4ffa-bca8-6f70dc4f862d)) - (segment (start 148.635 73.3) (end 149.735 74.4) (width 0.635) (layer "F.Cu") (net 6) (tstamp e2349eb5-0f2d-4c2a-b154-1cfe1ab9cd91)) - (segment (start 152.635 89.5) (end 153.613 89.5) (width 0.635) (layer "F.Cu") (net 6) (tstamp e315fb88-f764-4ec7-a92b-006692d5e26f)) - (segment (start 131.5 89.335) (end 131.5 88.25) (width 0.635) (layer "F.Cu") (net 6) (tstamp ed76cb21-0b5e-4ca2-8075-7e28e38e7199)) - (segment (start 138.9 89.435) (end 137.830099 90.504901) (width 0.635) (layer "F.Cu") (net 6) (tstamp fd693e1b-ee8d-4a26-aae0-561ba4b09a82)) - (segment (start 106.8725 64.74) (end 109.19 64.74) (width 0.3048) (layer "F.Cu") (net 7) (tstamp 9fa51663-d9ff-42d5-ab2b-c96b6768fc7a)) - (segment (start 113.154 67.9775) (end 113.154 69.212) (width 0.1524) (layer "F.Cu") (net 7) (tstamp ab26a42e-b7f6-4a80-b26c-c01085e448c7)) - (segment (start 113.154 69.212) (end 113.284 69.342) (width 0.1524) (layer "F.Cu") (net 7) (tstamp e8558fbd-ea42-43a6-966a-7bd304bdfaad)) - (segment (start 109.4 68) (end 109.4 67.15) (width 0.635) (layer "F.Cu") (net 7) (tstamp ee3188d0-94cf-4bcc-9f57-e516684fc142)) - (segment (start 109.19 64.74) (end 109.22 64.77) (width 0.3048) (layer "F.Cu") (net 7) (tstamp f61adca3-c1e4-457e-8212-9dc978cabab5)) - (via (at 109.4 68) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 7) (tstamp 2fea3f9c-a97b-4a77-88f7-98b3d8a00622)) - (via (at 113.284 69.342) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 7) (tstamp d25a1e45-06d1-4c1c-9b3a-0fd8abd0bfed)) - (via (at 109.22 64.77) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 7) (tstamp e8a49c58-e69f-4870-ab15-e73f66a8d02b)) - (segment (start 109.22 67.82) (end 109.4 68) (width 0.635) (layer "B.Cu") (net 7) (tstamp 46a20b99-b616-4fa4-af79-eecf92b5c191)) - (segment (start 111.497501 67.555501) (end 109.844499 67.555501) (width 0.1524) (layer "B.Cu") (net 7) (tstamp 6776c573-26e6-4a02-ab96-18129f258651)) - (segment (start 109.22 64.77) (end 109.22 67.82) (width 0.635) (layer "B.Cu") (net 7) (tstamp 6dfa921c-8a4f-4fcf-a0e7-8718b6271ea9)) - (segment (start 113.284 69.342) (end 111.497501 67.555501) (width 0.1524) (layer "B.Cu") (net 7) (tstamp a067c43d-047d-48ca-a682-5bbb620e3988)) - (segment (start 109.844499 67.555501) (end 109.4 68) (width 0.1524) (layer "B.Cu") (net 7) (tstamp df1435bb-8018-455d-9925-63e774164119)) - (segment (start 115.154 64.1025) (end 115.154 63.59) (width 0.1524) (layer "F.Cu") (net 8) (tstamp 2b894b8a-c098-4d9d-be0f-2ef41dea274e)) - (segment (start 120.158 66.99) (end 119.41 66.99) (width 0.1524) (layer "F.Cu") (net 8) (tstamp 4116bfc2-eab3-4c29-a983-44eacd9f10f5)) - (segment (start 117.6 63.983) (end 117.117 63.5) (width 0.1524) (layer "F.Cu") (net 8) (tstamp 5f74c6fb-337b-40a9-9b79-933f2f30429a)) - (segment (start 119.41 66.99) (end 119.2 67.2) (width 0.1524) (layer "F.Cu") (net 8) (tstamp 704ba6e6-ee13-4d9d-b544-d836a743bdda)) - (segment (start 115.154 63.59) (end 115.244 63.5) (width 0.1524) (layer "F.Cu") (net 8) (tstamp 9ba85d0a-e58f-45a8-9d86-ad6c976003b7)) - (segment (start 115.244 63.5) (end 117.117 63.5) (width 0.1524) (layer "F.Cu") (net 8) (tstamp dbd87a35-3166-440e-a8f0-c71d214a12a6)) - (segment (start 117.6 64.2) (end 117.6 63.983) (width 0.1524) (layer "F.Cu") (net 8) (tstamp ff203a9b-3d2e-4e1d-a6f0-12d16e5120fb)) - (via (at 117.6 64.2) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 8) (tstamp a9ad6ea5-8293-424c-89d4-c01baf033429)) - (via (at 119.2 67.2) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 8) (tstamp d36e7ed4-f2bc-4d88-86ae-317d3c24af1a)) - (segment (start 119.2 67.2) (end 117.6 65.6) (width 0.1524) (layer "B.Cu") (net 8) (tstamp 3ce4c631-4e8b-4ee6-a520-34bf7b12880c)) - (segment (start 117.6 65.6) (end 117.6 64.2) (width 0.1524) (layer "B.Cu") (net 8) (tstamp 51320c8c-9c4a-48b8-a7b8-e2c8d1f2e5ad)) - (segment (start 118.61061 64.012544) (end 118.90481 64.306744) (width 0.1524) (layer "F.Cu") (net 9) (tstamp 062fbe79-da43-4e6a-bd6f-509557f2df9b)) - (segment (start 118.61061 62.75361) (end 118.61061 64.012544) (width 0.1524) (layer "F.Cu") (net 9) (tstamp 226f524c-89b4-46ed-86fd-c8ea41059fd4)) - (segment (start 118.90481 64.306744) (end 118.90481 64.90481) (width 0.1524) (layer "F.Cu") (net 9) (tstamp 57e17378-f1f7-42d0-9ad3-fb44c2d5cdc3)) - (segment (start 118.90481 64.90481) (end 119.09 65.09) (width 0.1524) (layer "F.Cu") (net 9) (tstamp 6ae47305-86b3-4e27-b3c6-46e195fdaa6d)) - (segment (start 119.09 65.09) (end 120.158 65.09) (width 0.1524) (layer "F.Cu") (net 9) (tstamp 710852c3-85af-44f2-af12-adc5798f2795)) - (segment (start 118.087 62.23) (end 118.61061 62.75361) (width 0.1524) (layer "F.Cu") (net 9) (tstamp 7147b342-4ca8-4694-a1ec-b615c151a5d0)) - (segment (start 142.879 78.6) (end 142.866 78.613) (width 0.1524) (layer "F.Cu") (net 10) (tstamp 45899113-d22e-4a5b-822e-9aca23b124ee)) - (segment (start 122.158 69.042) (end 122.4 68.8) (width 0.1524) (layer "F.Cu") (net 10) (tstamp 5b5611ee-3a4f-4573-978f-2e48db0ecaf5)) - (segment (start 122.158 69.85) (end 122.158 69.042) (width 0.1524) (layer "F.Cu") (net 10) (tstamp a57e46ab-4127-4b88-afea-d94b5d7bc928)) - (segment (start 144.6 78.6) (end 142.879 78.6) (width 0.1524) (layer "F.Cu") (net 10) (tstamp eecd895d-4aa1-458c-8512-c9957fd00fad)) - (via (at 122.4 68.8) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 10) (tstamp 84e154cc-34e9-48ac-ab7e-fc52b3bc90d0)) - (via (at 144.6 78.6) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 10) (tstamp c1b73b2b-a0dd-4b0e-8d3d-c3beea420b93)) - (segment (start 122.4 68.8) (end 132.2 78.6) (width 0.1524) (layer "B.Cu") (net 10) (tstamp 037a257a-ceb2-409c-ab24-48a743172dae)) - (segment (start 132.2 78.6) (end 144.6 78.6) (width 0.1524) (layer "B.Cu") (net 10) (tstamp 3d8571f7-688f-49ac-8d91-22508c277f45)) - (segment (start 115.8 61.4) (end 116.6 61.4) (width 0.1524) (layer "F.Cu") (net 11) (tstamp 1c7ec62e-d96c-4a0d-ac32-e919b90a3c5b)) - (segment (start 113.154 62.646) (end 113.76289 62.03711) (width 0.1524) (layer "F.Cu") (net 11) (tstamp 2056f16f-2d4a-4f35-8a56-49ab69eeef16)) - (segment (start 120.158 70.8) (end 120.108 70.8) (width 0.1524) (layer "F.Cu") (net 11) (tstamp 40800b4d-424c-4738-8041-4662989d2010)) - (segment (start 113.154 64.1025) (end 113.154 62.646) (width 0.1524) (layer "F.Cu") (net 11) (tstamp 56b53988-7c92-40d8-a754-683f4429d93e)) - (segment (start 118.75875 69.45075) (end 118.75875 69.04125) (width 0.1524) (layer "F.Cu") (net 11) (tstamp 6c715627-9fe9-4566-9325-aed34f2a0ebd)) - (segment (start 113.76289 62.03711) (end 115.16289 62.03711) (width 0.1524) (layer "F.Cu") (net 11) (tstamp 9ad8e352-005c-4299-8beb-56f3b58c96b7)) - (segment (start 120.108 70.8) (end 118.75875 69.45075) (width 0.1524) (layer "F.Cu") (net 11) (tstamp a67b97a6-51fd-4a32-8231-3fd10436b6ab)) - (segment (start 116.6 61.713) (end 117.117 62.23) (width 0.1524) (layer "F.Cu") (net 11) (tstamp c1d39a30-006e-4167-9c23-81a57fa0c1bb)) - (segment (start 115.16289 62.03711) (end 115.8 61.4) (width 0.1524) (layer "F.Cu") (net 11) (tstamp c2079b33-906e-4c67-b0b6-7e228acc166b)) - (segment (start 116.6 61.4) (end 116.6 61.713) (width 0.1524) (layer "F.Cu") (net 11) (tstamp e746ec00-0dfd-4bc7-b357-6b4860c148ef)) - (via (at 118.75875 69.04125) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 11) (tstamp 8527ef2e-5212-4629-b6f5-b0130ab61dab)) - (via (at 116.6 61.4) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 11) (tstamp fc052ac4-77ec-4901-baf8-c95f94903836)) - (segment (start 114 61.4) (end 116.6 61.4) (width 0.1524) (layer "B.Cu") (net 11) (tstamp 11547ba3-d459-4ced-9333-92979d5b86e1)) - (segment (start 115.387251 68.787251) (end 114.6 68) (width 0.1524) (layer "B.Cu") (net 11) (tstamp 33e40dd5-556d-4de0-ab08-235c61b7ba9f)) - (segment (start 113.2 62.2) (end 114 61.4) (width 0.1524) (layer "B.Cu") (net 11) (tstamp 3a274653-eff3-4ffe-9be8-2bfd0950af0a)) - (segment (start 114.6 68) (end 114.6 65.6) (width 0.1524) (layer "B.Cu") (net 11) (tstamp 3a568413-17bd-4a87-b1ac-928e77fa1b6a)) - (segment (start 118.75875 69.04125) (end 118.504751 68.787251) (width 0.1524) (layer "B.Cu") (net 11) (tstamp 60628c1f-f7b2-4a4b-be6f-62bc1a819432)) - (segment (start 118.504751 68.787251) (end 115.387251 68.787251) (width 0.1524) (layer "B.Cu") (net 11) (tstamp 810d1828-323c-409a-960d-456fda8be10a)) - (segment (start 113.2 64.2) (end 113.2 62.2) (width 0.1524) (layer "B.Cu") (net 11) (tstamp 82941cb3-7e8d-4836-8b43-647cd4390ab6)) - (segment (start 114.6 65.6) (end 113.2 64.2) (width 0.1524) (layer "B.Cu") (net 11) (tstamp 914a2046-646f-4d53-b355-ce2139e25907)) - (segment (start 118.6 68.2) (end 119.3 68.9) (width 0.1524) (layer "F.Cu") (net 12) (tstamp 207932d1-3fbf-4bd3-8ef6-a6601aaaae72)) - (segment (start 118.087 63.92) (end 118.6 64.433) (width 0.1524) (layer "F.Cu") (net 12) (tstamp 21c9358c-c2dd-4df5-9cfe-ea9bd0b49374)) - (segment (start 118.6 64.433) (end 118.6 68.2) (width 0.1524) (layer "F.Cu") (net 12) (tstamp 2f8ebbbf-0f11-4a15-9648-1d28e5593127)) - (segment (start 118.087 63.5) (end 118.087 63.92) (width 0.1524) (layer "F.Cu") (net 12) (tstamp 4266f6dc-b108-467a-bc4a-756158b1a271)) - (segment (start 119.3 68.9) (end 120.158 68.9) (width 0.1524) (layer "F.Cu") (net 12) (tstamp d433e10e-a10c-42c7-9409-f756ab1084a2)) - (segment (start 116 62.2) (end 115.431066 62.2) (width 0.1524) (layer "F.Cu") (net 13) (tstamp 31b8e579-7afa-4dee-9f20-b2fefaae3c16)) - (segment (start 142.883 67.2) (end 142.866 67.183) (width 0.1524) (layer "F.Cu") (net 13) (tstamp 3c19fda9-55de-469e-9693-2d8993bca106)) - (segment (start 115.431066 62.2) (end 115.289146 62.34192) (width 0.1524) (layer "F.Cu") (net 13) (tstamp 6540157e-dd56-419f-8e12-b9f763e7e5a8)) - (segment (start 114.45808 62.34192) (end 114.154 62.646) (width 0.1524) (layer "F.Cu") (net 13) (tstamp 8ecc0874-e7f5-4102-a6b7-0222cf1fccc2)) - (segment (start 114.154 62.646) (end 114.154 64.1025) (width 0.1524) (layer "F.Cu") (net 13) (tstamp 914ccec4-572a-4ec0-b281-596368eea274)) - (segment (start 115.289146 62.34192) (end 114.45808 62.34192) (width 0.1524) (layer "F.Cu") (net 13) (tstamp 978f967d-6cc0-4f07-b852-e2800feefa07)) - (segment (start 144.3 67.2) (end 142.883 67.2) (width 0.1524) (layer "F.Cu") (net 13) (tstamp c88340d4-f51e-4560-b5d7-7144fb4e8a04)) - (via (at 116 62.2) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 13) (tstamp 3ba59656-e36e-4caa-8957-90ed8686b3d3)) - (via (at 144.3 67.2) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 13) (tstamp 7e509ce7-bdc7-45fb-b2d0-c14a958a5480)) - (segment (start 116.453999 62.458601) (end 142.258601 62.458601) (width 0.1524) (layer "B.Cu") (net 13) (tstamp 0ba3fcf8-07bd-443d-be28-f69a4ad80df4)) - (segment (start 116.449397 62.453999) (end 116.453999 62.458601) (width 0.1524) (layer "B.Cu") (net 13) (tstamp 2f29ffe5-cbdc-4a3f-81e6-c7d9f4c5145a)) - (segment (start 144.782601 65.582601) (end 144.782601 66.232601) (width 0.1524) (layer "B.Cu") (net 13) (tstamp 4e0c0da6-a302-49a1-8b88-4dccac856a0b)) - (segment (start 116.253999 62.453999) (end 116.449397 62.453999) (width 0.1524) (layer "B.Cu") (net 13) (tstamp 7c1dbd41-291a-4aad-bf3b-16497f84df7b)) - (segment (start 142.258601 62.458601) (end 142.258601 63.058601) (width 0.1524) (layer "B.Cu") (net 13) (tstamp 82782dc2-cb84-4d0c-b85e-b3903aca1e13)) - (segment (start 144.782601 66.232601) (end 144.3 66.715202) (width 0.1524) (layer "B.Cu") (net 13) (tstamp ac99d2b9-3592-44c3-94eb-e556103750a4)) - (segment (start 142.258601 63.058601) (end 144.782601 65.582601) (width 0.1524) (layer "B.Cu") (net 13) (tstamp c94b6f38-b2c7-494d-9fba-9edbdd8e122a)) - (segment (start 144.3 66.715202) (end 144.3 67.2) (width 0.1524) (layer "B.Cu") (net 13) (tstamp d26fce45-c1d6-42bc-931d-972bf3799097)) - (segment (start 116 62.2) (end 116.253999 62.453999) (width 0.1524) (layer "B.Cu") (net 13) (tstamp d799aac7-79c2-4447-bfa3-8eb302b60af7)) - (segment (start 114.654 63.367478) (end 115.196958 62.82452) (width 0.1524) (layer "F.Cu") (net 14) (tstamp 00627221-b0fd-448e-b5a6-250d249697c2)) - (segment (start 114.654 64.1025) (end 114.654 63.367478) (width 0.1524) (layer "F.Cu") (net 14) (tstamp 4687c479-536f-4d7c-9d3c-04c9b426c43c)) - (segment (start 144.3 65.95) (end 142.903 65.95) (width 0.1524) (layer "F.Cu") (net 14) (tstamp 825ca21e-b6a1-4e84-a612-f8e2fae8ac04)) - (segment (start 142.903 65.95) (end 142.866 65.913) (width 0.1524) (layer "F.Cu") (net 14) (tstamp 9f5c7a80-7220-432e-865b-d1468e8a8d4c)) - (via (at 144.3 65.95) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 14) (tstamp 7da6dd22-6820-4812-8b65-ceb1440c016d)) - (via (at 115.196958 62.82452) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 14) (tstamp 858b182d-fdce-45a6-8c3a-626e9f7a9971)) - (segment (start 141.82452 62.82452) (end 141.82452 63.47452) (width 0.1524) (layer "B.Cu") (net 14) (tstamp 47890384-6eaa-420c-b9ae-e68a6a7f17b5)) - (segment (start 141.82452 63.47452) (end 144.3 65.95) (width 0.1524) (layer "B.Cu") (net 14) (tstamp 62c6f8ce-78e5-4ab3-bb01-2fcb0df87aa6)) - (segment (start 115.196958 62.82452) (end 141.82452 62.82452) (width 0.1524) (layer "B.Cu") (net 14) (tstamp a543a4a0-b8e2-45a4-be48-7207020a5b1f)) - (segment (start 110.998 66.294) (end 111.9625 66.294) (width 0.1524) (layer "F.Cu") (net 15) (tstamp 2571f4c8-d7fc-4e8c-94df-f480e56bb717)) - (segment (start 106.8725 65.39) (end 108.84381 65.39) (width 0.1524) (layer "F.Cu") (net 15) (tstamp 2f122013-8dbc-4371-941a-b52e2115db20)) - (segment (start 108.98581 65.532) (end 109.982 65.532) (width 0.1524) (layer "F.Cu") (net 15) (tstamp 895d5ca3-0e9a-421e-88ea-3017edd2db62)) - (segment (start 111.9625 66.294) (end 111.9665 66.29) (width 0.1524) (layer "F.Cu") (net 15) (tstamp 9cab0c4e-2726-433f-a46f-c25156ae2489)) - (segment (start 108.84381 65.39) (end 108.98581 65.532) (width 0.1524) (layer "F.Cu") (net 15) (tstamp aeae1c08-0511-41ff-896d-95b95a86eb35)) - (via (at 110.998 66.294) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 15) (tstamp 6597e724-ffad-43f1-9619-cca25cced87f)) - (via (at 109.982 65.532) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 15) (tstamp f8db64f8-1695-46e3-9667-49f16b5c734b)) - (segment (start 109.982 65.532) (end 110.236 65.532) (width 0.1524) (layer "B.Cu") (net 15) (tstamp 0d7333ca-0587-43cb-9af7-f59016c85820)) - (segment (start 110.236 65.532) (end 110.998 66.294) (width 0.1524) (layer "B.Cu") (net 15) (tstamp fc329e60-968a-4f61-ba77-53d29ff8c1c7)) - (segment (start 110.79575 65.79) (end 111.9665 65.79) (width 0.1524) (layer "F.Cu") (net 16) (tstamp 1ba3e338-9465-4844-8361-6715d7885c15)) - (segment (start 110.53775 66.04) (end 110.79175 65.786) (width 0.1524) (layer "F.Cu") (net 16) (tstamp 95aed042-4cef-4360-9184-83bbe2dcfbaa)) - (segment (start 106.8725 66.04) (end 110.53775 66.04) (width 0.1524) (layer "F.Cu") (net 16) (tstamp d316b729-072f-4d15-a495-cbeb8407aea0)) - (segment (start 110.79175 65.786) (end 110.79575 65.79) (width 0.1524) (layer "F.Cu") (net 16) (tstamp ec1ade12-3e4c-4517-be56-01c5cfbeed11)) - (segment (start 121.8 94.4) (end 120.2 96) (width 0.635) (layer "F.Cu") (net 17) (tstamp 064853d1-fee5-4dc2-a187-8cbdd26d3919)) - (segment (start 118.8 90.534) (end 121.674 90.534) (width 0.635) (layer "F.Cu") (net 17) (tstamp 1d6c2d6c-bee0-401d-9749-98f17833afdd)) - (segment (start 121.674 90.534) (end 121.8 90.408) (width 0.635) (layer "F.Cu") (net 17) (tstamp 5da06777-0696-4bb2-8c9a-78c96b4b3e90)) - (segment (start 121.8 90.408) (end 121.8 94.4) (width 0.635) (layer "F.Cu") (net 17) (tstamp a4971cc2-2bc0-4979-86df-10f6aaaa3b65)) - (segment (start 136.478 96) (end 136.478 93.378) (width 0.635) (layer "F.Cu") (net 18) (tstamp 0fffb828-f291-41d3-a83c-4eaa3df13f3a)) - (segment (start 136.478 93.378) (end 134.6 91.5) (width 0.635) (layer "F.Cu") (net 18) (tstamp 3785b88e-f652-4024-afb0-be4c22cdaea8)) - (segment (start 134.55 91.55) (end 134.6 91.5) (width 0.635) (layer "F.Cu") (net 18) (tstamp e6235600-87cc-4c82-b15f-34fb66b9bf0e)) - (segment (start 131.5 91.55) (end 134.55 91.55) (width 0.635) (layer "F.Cu") (net 18) (tstamp e73ef891-c9f9-42ab-894b-b2580ee0b0a1)) - (segment (start 148.59 90.966) (end 152.85 95.226) (width 0.635) (layer "F.Cu") (net 19) (tstamp 1bb16fed-1537-47fa-90f6-8dc136da5d16)) - (segment (start 152.85 95.226) (end 152.85 96) (width 0.635) (layer "F.Cu") (net 19) (tstamp 45245258-c97a-4586-bc43-2154c85c0ef6)) - (segment (start 145.288 89.534) (end 146.67 90.916) (width 0.635) (layer "F.Cu") (net 19) (tstamp 72733f59-fc61-4ff2-8fe5-0440be71758a)) - (segment (start 148.59 90.916) (end 148.59 90.966) (width 0.635) (layer "F.Cu") (net 19) (tstamp dd01ca49-c8a2-4580-af9a-2e9bce9769bc)) - (segment (start 146.67 90.916) (end 148.59 90.916) (width 0.635) (layer "F.Cu") (net 19) (tstamp f8e927af-4836-4b0f-8a57-dbca5a18a442)) - (segment (start 150.8 76.4) (end 154.248 76.4) (width 0.635) (layer "F.Cu") (net 20) (tstamp 168e91de-8892-4570-a62e-0a6a88daec47)) - (segment (start 153.648 79.4) (end 155.448 77.6) (width 0.635) (layer "F.Cu") (net 20) (tstamp 1d801ac4-6429-45d9-ad70-9dd82bd9c030)) - (segment (start 150.95 79.4) (end 153.648 79.4) (width 0.635) (layer "F.Cu") (net 20) (tstamp 443de8e6-6c50-4145-a643-8098c9ffc1e6)) - (segment (start 154.248 76.4) (end 155.448 77.6) (width 0.635) (layer "F.Cu") (net 20) (tstamp bf958b11-f26e-429d-9cb0-d1379a98f463)) - (segment (start 125.2 90.534) (end 126.344 91.678) (width 0.635) (layer "F.Cu") (net 21) (tstamp 0c75753f-ac98-42bf-95d0-ee8de408989d)) - (segment (start 126.344 91.678) (end 128.2 91.678) (width 0.635) (layer "F.Cu") (net 21) (tstamp c60045a9-c6dd-4a1d-b776-92c82360c330)) - (segment (start 128.2 91.678) (end 128.2 95.85) (width 0.635) (layer "F.Cu") (net 21) (tstamp d37a42c4-6950-4517-b4dd-96056acf0925)) - (segment (start 128.2 95.85) (end 128.35 96) (width 0.635) (layer "F.Cu") (net 21) (tstamp d81bc63a-94f2-481d-a808-c50170eb6b79)) - (segment (start 140.912 91.65) (end 141.9 90.662) (width 0.635) (layer "F.Cu") (net 22) (tstamp 376da264-b219-4ddc-be78-a640bbee3aef)) - (segment (start 142.935 91.747) (end 141.9 90.712) (width 0.635) (layer "F.Cu") (net 22) (tstamp 419715bf-ffaa-4f14-ba39-b7cca3633324)) - (segment (start 141.9 90.712) (end 141.9 90.662) (width 0.635) (layer "F.Cu") (net 22) (tstamp 63892cea-0371-47b0-925d-c40106168946)) - (segment (start 138.9 91.65) (end 140.912 91.65) (width 0.635) (layer "F.Cu") (net 22) (tstamp 7b8f4734-c91c-4c35-bc25-8ba9e0a60f64)) - (segment (start 144.65 93.412) (end 142.985 91.747) (width 0.635) (layer "F.Cu") (net 22) (tstamp b45faf1e-b7a2-4d73-9833-db84a2fde78b)) - (segment (start 144.65 96) (end 144.65 93.412) (width 0.635) (layer "F.Cu") (net 22) (tstamp e5f06cd2-492e-41b2-8ded-13a3fa1042bb)) - (segment (start 142.985 91.747) (end 142.935 91.747) (width 0.635) (layer "F.Cu") (net 22) (tstamp f88265e8-a27a-4259-b3ad-7df91a571c60)) - (segment (start 150.8 82.5) (end 150.8 85.45) (width 0.635) (layer "F.Cu") (net 23) (tstamp 513c5122-3fbb-44b6-aa2c-74224719f915)) - (segment (start 154.948 85.5) (end 155.448 86) (width 0.635) (layer "F.Cu") (net 23) (tstamp 7f7833f4-976f-4a80-99c4-69f2976ed565)) - (segment (start 150.8 85.45) (end 150.85 85.5) (width 0.635) (layer "F.Cu") (net 23) (tstamp a8470270-920a-4fed-9691-22526135f92c)) - (segment (start 150.85 85.5) (end 154.948 85.5) (width 0.635) (layer "F.Cu") (net 23) (tstamp ec7073f7-f754-4ee6-a977-3d11d16480f8)) - (segment (start 150.8 70.3) (end 150.8 73.25) (width 0.635) (layer "F.Cu") (net 24) (tstamp 0d1c133a-5b0b-4fe0-b915-2f72b13b37e9)) - (segment (start 150.8 73.25) (end 150.85 73.3) (width 0.635) (layer "F.Cu") (net 24) (tstamp 24d3ee68-60f0-4c8a-a72b-065f1026fd87)) - (segment (start 150.8 70.3) (end 154.448 70.3) (width 0.635) (layer "F.Cu") (net 24) (tstamp 34d3baf1-c1a6-463d-a7da-03fde565ea93)) - (segment (start 154.448 70.3) (end 155.448 69.3) (width 0.635) (layer "F.Cu") (net 24) (tstamp f99552ce-0729-4ada-aef3-5686270d7c4d)) - (segment (start 122.682 87.099) (end 122.682 88.34) (width 0.1524) (layer "F.Cu") (net 25) (tstamp 31e2d26e-842a-4694-a3ae-7642d792727c)) - (segment (start 122.682 88.34) (end 122.75 88.408) (width 0.1524) (layer "F.Cu") (net 25) (tstamp 99162744-5eac-427e-9957-877587056aee)) - (segment (start 135.015 89.5) (end 135.55 89.5) (width 0.1524) (layer "F.Cu") (net 26) (tstamp 3f1d3b22-3ba1-4783-af8d-526bce7c36db)) - (segment (start 133.715 88.2) (end 135.015 89.5) (width 0.1524) (layer "F.Cu") (net 26) (tstamp 449cc181-df4b-4d3b-93ef-0653c2171fe8)) - (segment (start 149.54 87.945) (end 149.54 88.916) (width 0.1524) (layer "F.Cu") (net 27) (tstamp 0667208e-872f-444a-9ed0-78a1b5f392d2)) - (segment (start 146.558 86.995) (end 147.193 87.63) (width 0.1524) (layer "F.Cu") (net 27) (tstamp 524dc8d0-13b4-43fe-b274-8ac08bc4b894)) - (segment (start 147.193 87.63) (end 149.225 87.63) (width 0.1524) (layer "F.Cu") (net 27) (tstamp 7aad0cca-fb50-4041-9a10-5380cb0860ac)) - (segment (start 149.225 87.63) (end 149.54 87.945) (width 0.1524) (layer "F.Cu") (net 27) (tstamp 7fd11519-eb9e-4413-8ca2-e43e38c699f6)) - (segment (start 146.558 85.673) (end 146.558 86.995) (width 0.1524) (layer "F.Cu") (net 27) (tstamp 969d876f-dc87-40bf-9e96-03cbb9ea5e82)) - (segment (start 145.785 84.9) (end 146.558 85.673) (width 0.1524) (layer "F.Cu") (net 27) (tstamp eec347af-8fb3-4b2d-8e93-6e7176516f57)) - (segment (start 148.082 75.5656) (end 148.1976 75.45) (width 0.1524) (layer "F.Cu") (net 28) (tstamp 22fd57c4-481e-4417-b920-694451210da2)) - (segment (start 147.4 77.6) (end 148.082 76.918) (width 0.1524) (layer "F.Cu") (net 28) (tstamp 41ef6d8e-078c-46e5-a743-15f86f94b1c5)) - (segment (start 148.1976 75.45) (end 148.8 75.45) (width 0.1524) (layer "F.Cu") (net 28) (tstamp bc29a09d-ebbe-4bab-9edb-114e75ee17a4)) - (segment (start 148.082 76.918) (end 148.082 75.5656) (width 0.1524) (layer "F.Cu") (net 28) (tstamp da151d0a-a1fa-4865-aa78-eb4b6082fbfd)) - (segment (start 129.7024 89.678) (end 129.15 89.678) (width 0.1524) (layer "F.Cu") (net 29) (tstamp 217a6ab0-8c75-4e09-8113-c7b7b906da43)) - (segment (start 129.771 89.6094) (end 129.7024 89.678) (width 0.1524) (layer "F.Cu") (net 29) (tstamp 57881c8f-ea31-4450-bce6-89885e0a9bfd)) - (segment (start 129.771 88.265) (end 129.771 89.6094) (width 0.1524) (layer "F.Cu") (net 29) (tstamp a3722fe0-facc-42fa-a01b-a26433c9d7fe)) - (segment (start 140.653 86.852) (end 142.463 88.662) (width 0.1524) (layer "F.Cu") (net 30) (tstamp 60a7dcc1-b459-4b69-be02-f48b66a815f0)) - (segment (start 142.463 88.662) (end 142.85 88.662) (width 0.1524) (layer "F.Cu") (net 30) (tstamp f8df4375-570f-4eb0-868e-4f350bd24547)) - (segment (start 148.8 81.55) (end 147.962 81.55) (width 0.1524) (layer "F.Cu") (net 31) (tstamp 7401f61b-dc36-4f5a-ba3e-b101a22bf1fc)) - (segment (start 147.962 81.55) (end 147.447 82.065) (width 0.1524) (layer "F.Cu") (net 31) (tstamp fbca7d5b-4a19-4f46-9697-74b3068179aa)) - (segment (start 148.75 69.35) (end 148.336 69.764) (width 0.1524) (layer "F.Cu") (net 32) (tstamp 11cae898-6e02-4314-87c3-bfa88f249303)) - (segment (start 148.8 69.35) (end 148.75 69.35) (width 0.1524) (layer "F.Cu") (net 32) (tstamp 3a4d7b94-8b26-4555-b396-f2e88aea5db3)) - (segment (start 148.336 70.104) (end 148.025 70.415) (width 0.1524) (layer "F.Cu") (net 32) (tstamp 741561bb-6157-4c58-bb00-0f2a32b21238)) - (segment (start 148.025 70.415) (end 147.32 70.415) (width 0.1524) (layer "F.Cu") (net 32) (tstamp 76a87642-211c-44f2-a488-190d6dc3728e)) - (segment (start 148.336 69.764) (end 148.336 70.104) (width 0.1524) (layer "F.Cu") (net 32) (tstamp 8c4cd1a2-9a92-4fba-aa2e-8b86c17dce10)) - (segment (start 123.2 67.4266) (end 123.2 70.9) (width 0.1524) (layer "F.Cu") (net 33) (tstamp 00c9c1c9-df78-4bf8-a378-9edee7dafbe3)) - (segment (start 110.4 87.5) (end 108.5 89.4) (width 0.1524) (layer "F.Cu") (net 33) (tstamp 098afe52-27f0-4ec0-bf39-4eb766d2a851)) - (segment (start 125.866 65.913) (end 124.7136 65.913) (width 0.1524) (layer "F.Cu") (net 33) (tstamp 127b0e8c-8b10-4db4-b691-908ac98caaf1)) - (segment (start 108.5 89.4) (end 108.5 91.45) (width 0.1524) (layer "F.Cu") (net 33) (tstamp 2ff15691-c9f8-4e08-a694-3230522780fc)) - (segment (start 124.7136 65.913) (end 123.2 67.4266) (width 0.1524) (layer "F.Cu") (net 33) (tstamp 3019c847-3ccf-490a-9dd6-694227c3fba5)) - (segment (start 123.2 70.9) (end 121.90361 72.19639) (width 0.1524) (layer "F.Cu") (net 33) (tstamp 6428332e-b689-4aa8-86bb-3bee31b6f177)) - (segment (start 121.90361 72.19639) (end 121.90361 81.44639) (width 0.1524) (layer "F.Cu") (net 33) (tstamp 92419cc9-1070-47aa-876c-2cf8f5a03a47)) - (segment (start 116.09619 87.5) (end 110.4 87.5) (width 0.1524) (layer "F.Cu") (net 33) (tstamp ad4fcc27-bf1e-4e2e-ab26-9b8032da7693)) - (segment (start 121.90361 81.44639) (end 121.873101 81.476899) (width 0.1524) (layer "F.Cu") (net 33) (tstamp c7524402-4dbd-4d05-888d-edab7e79a150)) - (segment (start 121.873101 81.723089) (end 116.09619 87.5) (width 0.1524) (layer "F.Cu") (net 33) (tstamp d5128f0b-0a4f-4337-a7f7-9a3dfe4ad4f9)) - (segment (start 121.873101 81.476899) (end 121.873101 81.723089) (width 0.1524) (layer "F.Cu") (net 33) (tstamp fed6a1e7-e233-4dff-87e0-8992a65c8dd0)) - (segment (start 125.866 73.533) (end 124.7136 73.533) (width 0.1524) (layer "F.Cu") (net 34) (tstamp 1558a593-7554-4709-a27f-f70400a2199d)) - (segment (start 121.643 86.36) (end 122.451 86.36) (width 0.1524) (layer "F.Cu") (net 34) (tstamp 6b013cb8-9e09-4a62-b02d-814d5cfa604e)) - (segment (start 122.451 86.36) (end 122.682 86.129) (width 0.1524) (layer "F.Cu") (net 34) (tstamp 782e74f8-8e76-4e6f-bfec-df9b9d96b19d)) - (segment (start 122.26084 86.129) (end 122.682 86.129) (width 0.1524) (layer "F.Cu") (net 34) (tstamp 7c49dc93-96a1-4a8f-a667-a4ee5ad692a0)) - (segment (start 122.20842 76.03818) (end 122.20842 86.07658) (width 0.1524) (layer "F.Cu") (net 34) (tstamp 7cbc8c8d-fbc1-4902-ac93-6c241131aada)) - (segment (start 124.7136 73.533) (end 122.20842 76.03818) (width 0.1524) (layer "F.Cu") (net 34) (tstamp 96815f61-f3f5-43c2-b68f-856577233f16)) - (segment (start 122.20842 86.07658) (end 122.26084 86.129) (width 0.1524) (layer "F.Cu") (net 34) (tstamp a7035c1b-863b-4bbf-a32a-6ebba2814e2c)) - (segment (start 129.1 87.4) (end 128.30481 86.60481) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 0de7d0e7-c8d5-482b-8e8a-d56acfc6ebd8)) - (segment (start 124.477066 76.073) (end 125.866 76.073) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 1aaf34a3-282e-4633-82fa-9d6cdf32efbb)) - (segment (start 134.685 88.2) (end 134.685 87.78) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 1ec648ca-df29-4910-86ed-6f48e345dbdb)) - (segment (start 123.00481 77.545256) (end 124.477066 76.073) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 30cf5573-2ac5-4d4b-8678-7fcebe2bcd36)) - (segment (start 134.685 87.78) (end 134.305 87.4) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 3b450865-b2ef-4d25-9b34-4d42975b5e24)) - (segment (start 128.304809 85.923743) (end 127.926256 85.54519) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 4c38e5ef-0105-4756-a059-34a9c3247d1f)) - (segment (start 135.724 88.2) (end 135.786 88.138) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 7cc510d9-2339-42a7-bb31-eff1142f0636)) - (segment (start 124.59519 85.54519) (end 123.00481 83.95481) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 986fa662-6dc8-4009-9871-995c9cfdbebc)) - (segment (start 134.685 88.2) (end 135.724 88.2) (width 0.1524) (layer "F.Cu") (net 35) (tstamp a60f8360-f38f-439d-b446-391101ae4282)) - (segment (start 127.926256 85.54519) (end 124.59519 85.54519) (width 0.1524) (layer "F.Cu") (net 35) (tstamp cd1b9f49-f6c4-4c81-a715-14d19fd506d7)) - (segment (start 128.30481 86.60481) (end 128.304809 85.923743) (width 0.1524) (layer "F.Cu") (net 35) (tstamp d35d7027-ac1b-44b2-9664-3d8a37ee0f4e)) - (segment (start 134.305 87.4) (end 129.1 87.4) (width 0.1524) (layer "F.Cu") (net 35) (tstamp d7b67c11-d515-46cf-bcf0-0f0ef2d0158a)) - (segment (start 123.00481 83.95481) (end 123.00481 77.545256) (width 0.1524) (layer "F.Cu") (net 35) (tstamp de7d8275-fd45-47d5-ae9a-4b0c51b81f57)) - (segment (start 139.068934 81.4) (end 142.568934 84.9) (width 0.1524) (layer "F.Cu") (net 36) (tstamp 119c633c-175b-4b38-bbc1-1a076032c16e)) - (segment (start 144.815 84.9) (end 144.815 83.508) (width 0.1524) (layer "F.Cu") (net 36) (tstamp 43f4cf53-1dc5-4426-bbd2-fabe9c3d45ec)) - (segment (start 129.921 81.021) (end 130.3 81.4) (width 0.1524) (layer "F.Cu") (net 36) (tstamp 5b29962f-685a-409c-915c-9c4a92ed442a)) - (segment (start 144.42 84.9) (end 144.815 84.9) (width 0.1524) (layer "F.Cu") (net 36) (tstamp 669e2f76-dce7-4b88-b383-d3587e6cc0cc)) - (segment (start 129.921 79.613) (end 129.921 81.021) (width 0.1524) (layer "F.Cu") (net 36) (tstamp 8e247c2e-b63e-4a70-8c32-64933e91ced0)) - (segment (start 130.3 81.4) (end 139.068934 81.4) (width 0.1524) (layer "F.Cu") (net 36) (tstamp c66790a8-2c84-47da-b059-a728d9f51463)) - (segment (start 144.815 83.508) (end 144.884 83.439) (width 0.1524) (layer "F.Cu") (net 36) (tstamp cb4b7bcd-f8cd-4398-9baf-986854c6b2ae)) - (segment (start 142.568934 84.9) (end 144.42 84.9) (width 0.1524) (layer "F.Cu") (net 36) (tstamp fb4e7351-d265-4999-adf6-bc7596c21cf3)) - (segment (start 146.278 76.63) (end 145.923 76.985) (width 0.1524) (layer "F.Cu") (net 37) (tstamp 00e39da0-4b3e-4884-a91e-86d729914953)) - (segment (start 147.4 76.63) (end 146.278 76.63) (width 0.1524) (layer "F.Cu") (net 37) (tstamp 25ca9482-069d-43de-b77e-6f2ad77fa017)) - (segment (start 145.565 77.343) (end 145.923 76.985) (width 0.1524) (layer "F.Cu") (net 37) (tstamp 6ceb10bf-4340-4309-8250-882c2b60a70e)) - (segment (start 142.866 77.343) (end 145.565 77.343) (width 0.1524) (layer "F.Cu") (net 37) (tstamp 946a171e-cd55-473d-bab9-8d2c7c34161c)) - (segment (start 122.7 76.05) (end 123.947 74.803) (width 0.1524) (layer "F.Cu") (net 38) (tstamp 0d32fbdb-2a37-4863-af10-fc85c1c6174f)) - (segment (start 125.866 74.803) (end 125.316 74.803) (width 0.1524) (layer "F.Cu") (net 38) (tstamp 18b6dcb6-5ab3-481b-b998-33e8cf6d281f)) - (segment (start 127.866 86.21) (end 127.506 85.85) (width 0.1524) (layer "F.Cu") (net 38) (tstamp 539dec9e-2c45-4201-ab13-cbbbab8fc31b)) - (segment (start 127.866 88.265) (end 127.866 86.21) (width 0.1524) (layer "F.Cu") (net 38) (tstamp 7308e13a-4809-4e8e-af65-9905819aa376)) - (segment (start 128.801 88.265) (end 127.866 88.265) (width 0.1524) (layer "F.Cu") (net 38) (tstamp 75d5a810-84fd-42c4-a0b7-6b82d09662a2)) - (segment (start 122.7 84.6) (end 122.7 76.05) (width 0.1524) (layer "F.Cu") (net 38) (tstamp 7be13a36-eb8e-440f-aaac-2fd6665d9f61)) - (segment (start 127.506 85.85) (end 123.95 85.85) (width 0.1524) (layer "F.Cu") (net 38) (tstamp 91c69423-de51-44fe-bc70-fec455b50634)) - (segment (start 123.95 85.85) (end 122.7 84.6) (width 0.1524) (layer "F.Cu") (net 38) (tstamp a072347a-1cac-4ead-8c61-cfe38fd40342)) - (segment (start 123.947 74.803) (end 125.866 74.803) (width 0.1524) (layer "F.Cu") (net 38) (tstamp fa16f237-4e21-4b18-8c54-f7de4e62bbb6)) - (segment (start 141.704 87.353) (end 142.328 87.353) (width 0.1524) (layer "F.Cu") (net 39) (tstamp 08d1dac8-0d6e-4029-9a06-c8863d7fbd51)) - (segment (start 141.623 86.852) (end 141.623 87.272) (width 0.1524) (layer "F.Cu") (net 39) (tstamp 25b39db8-8576-4473-b331-b912323e85f4)) - (segment (start 141.623 87.272) (end 141.704 87.353) (width 0.1524) (layer "F.Cu") (net 39) (tstamp 40962e92-90b6-487d-b0dc-0a6c42b5ebc2)) - (segment (start 123.4566 78.6) (end 123.4566 83.7066) (width 0.1524) (layer "F.Cu") (net 39) (tstamp 41fc1c23-edd4-45a5-8036-7f62b013770f)) - (segment (start 141.07439 86.30339) (end 140.19661 86.30339) (width 0.1524) (layer "F.Cu") (net 39) (tstamp 42b7a68a-3837-4773-af68-a35059da48c3)) - (segment (start 125.866 77.343) (end 124.7136 77.343) (width 0.1524) (layer "F.Cu") (net 39) (tstamp 9b4851fe-4e2f-4de0-a685-8e53004d88aa)) - (segment (start 127.662132 84.85) (end 124.6 84.85) (width 0.1524) (layer "F.Cu") (net 39) (tstamp 9e5b0177-ea58-4f76-8b57-ff1c6e52d9df)) - (segment (start 140.19661 86.30339) (end 139.5 87) (width 0.1524) (layer "F.Cu") (net 39) (tstamp b7340f23-0eaa-48ae-aea8-b5b53a0ae99a)) - (segment (start 142.328 87.353) (end 142.748 87.353) (width 0.1524) (layer "F.Cu") (net 39) (tstamp c374668c-56af-42dd-a650-35352e96de63)) - (segment (start 141.623 86.852) (end 141.07439 86.30339) (width 0.1524) (layer "F.Cu") (net 39) (tstamp dfa2c928-7d9a-4cd3-90db-112716296421)) - (segment (start 129.812132 87) (end 127.662132 84.85) (width 0.1524) (layer "F.Cu") (net 39) (tstamp e8cb6cb3-dd2b-4328-8592-132e369ebb71)) - (segment (start 124.7136 77.343) (end 123.4566 78.6) (width 0.1524) (layer "F.Cu") (net 39) (tstamp f58742f8-e57e-4646-a6f5-0463e0eceeb8)) - (segment (start 139.5 87) (end 129.812132 87) (width 0.1524) (layer "F.Cu") (net 39) (tstamp f630bdcd-b048-45d2-91a0-928349b89dad)) - (segment (start 123.4566 83.7066) (end 124.6 84.85) (width 0.1524) (layer "F.Cu") (net 39) (tstamp f9e60890-c09c-4221-9409-43a2ec4885e8)) - (segment (start 144.869 82.477) (end 144.869 82.715) (width 0.1524) (layer "F.Cu") (net 40) (tstamp 086ab04d-4086-427c-992f-819b91a9021d)) - (segment (start 144.869 82.715) (end 144.883168 82.700832) (width 0.1524) (layer "F.Cu") (net 40) (tstamp 0d678ff1-21aa-4e6f-ae06-abf24406f3c8)) - (segment (start 144.884 82.042) (end 144.884 82.462) (width 0.1524) (layer "F.Cu") (net 40) (tstamp 51bdd1cb-8a01-4b1c-940a-3ff4dd1de87c)) - (segment (start 144.884 82.462) (end 144.869 82.477) (width 0.1524) (layer "F.Cu") (net 40) (tstamp 59246647-4e57-4b5f-9f1e-b0cc1fb90bb2)) - (segment (start 140.081 81.981) (end 140.815 82.715) (width 0.1524) (layer "F.Cu") (net 40) (tstamp 5aa0e472-160b-49ac-864f-0fa7cd9cf9b0)) - (segment (start 140.815 82.715) (end 144.869 82.715) (width 0.1524) (layer "F.Cu") (net 40) (tstamp 6025c071-1487-4c03-a645-f67437519813)) - (segment (start 144.883168 82.700832) (end 147.112832 82.700832) (width 0.1524) (layer "F.Cu") (net 40) (tstamp a2c0fc07-9ed2-42e8-8fef-f02fce3412ee)) - (segment (start 147.112832 82.700832) (end 147.447 83.035) (width 0.1524) (layer "F.Cu") (net 40) (tstamp b79d8d99-88b5-4d84-a010-b6d768d67ec8)) - (segment (start 140.081 79.613) (end 140.081 81.981) (width 0.1524) (layer "F.Cu") (net 40) (tstamp ffde4898-4c0e-4c24-bd8c-aadcd7279172)) - (segment (start 142.866 76.073) (end 144.0184 76.073) (width 0.1524) (layer "F.Cu") (net 41) (tstamp 172b515f-13aa-42a2-b6ac-db67c2e524e7)) - (segment (start 146.6 71.459) (end 146.6 69.808) (width 0.1524) (layer "F.Cu") (net 41) (tstamp 3c5840eb-164e-426c-ab78-faa89624b9dc)) - (segment (start 146.6 75.5) (end 146.6 71.459) (width 0.1524) (layer "F.Cu") (net 41) (tstamp 43b7aab0-ec9b-4c58-bfa1-8dda8fccb53f)) - (segment (start 144.1914 75.9) (end 146.2 75.9) (width 0.1524) (layer "F.Cu") (net 41) (tstamp 5bd90e77-727e-49e2-881e-09f4ce3768d4)) - (segment (start 146.674 71.385) (end 147.32 71.385) (width 0.1524) (layer "F.Cu") (net 41) (tstamp 67320774-1745-4c89-bec7-2213f7bb7ecc)) - (segment (start 146.9 69.342) (end 147.32 69.342) (width 0.1524) (layer "F.Cu") (net 41) (tstamp 911557e5-adec-4d13-9794-a18b325eb4ea)) - (segment (start 144.0184 76.073) (end 144.1914 75.9) (width 0.1524) (layer "F.Cu") (net 41) (tstamp a5c35670-98af-44c6-a3f4-bbad7ffecfd3)) - (segment (start 146.2 75.9) (end 146.6 75.5) (width 0.1524) (layer "F.Cu") (net 41) (tstamp af7ccd5a-4c05-4a49-a412-ca568e4c81d2)) - (segment (start 146.6 71.459) (end 146.674 71.385) (width 0.1524) (layer "F.Cu") (net 41) (tstamp cab0d0a9-e089-4f0b-8483-22b4e0addcae)) - (segment (start 146.6 69.808) (end 146.812 69.596) (width 0.1524) (layer "F.Cu") (net 41) (tstamp d40ed1bf-6a69-492a-acf3-f71f1c7a81f2)) - (segment (start 146.812 69.596) (end 146.812 69.43) (width 0.1524) (layer "F.Cu") (net 41) (tstamp e7c8f673-e523-47ce-91b8-92cf1c7605ce)) - (segment (start 146.812 69.43) (end 146.9 69.342) (width 0.1524) (layer "F.Cu") (net 41) (tstamp eb06cbed-9a37-40e7-bc33-37acd0ee650a)) - (segment (start 150.6875 63.8) (end 150.6875 65.2975) (width 0.635) (layer "F.Cu") (net 42) (tstamp 1cd85cce-d94a-4a92-8af2-23d3a2b66793)) - (segment (start 150.6875 65.2975) (end 150.685 65.3) (width 0.635) (layer "F.Cu") (net 42) (tstamp 5968c877-7376-4e25-b8db-5e755d570d06)) - (segment (start 153.9875 64.7975) (end 153.485 65.3) (width 0.635) (layer "F.Cu") (net 43) (tstamp a26bc030-7d8a-4b19-aa84-9206cc0de2b0)) - (segment (start 153.9875 63.8) (end 153.9875 64.7975) (width 0.635) (layer "F.Cu") (net 43) (tstamp d66c8b0e-b6b3-43ea-8c6d-9724edcc57d6)) - (segment (start 157.2875 63.8) (end 157.2875 64.3975) (width 0.635) (layer "F.Cu") (net 44) (tstamp 054f8e07-0141-451f-a3c4-ea786b83b680)) - (segment (start 157.2875 64.3975) (end 156.385 65.3) (width 0.635) (layer "F.Cu") (net 44) (tstamp 3d19e22b-2666-4e7d-825d-37a04ed07fa1)) - (segment (start 160.4875 63.8) (end 160.4875 64.2975) (width 0.635) (layer "F.Cu") (net 45) (tstamp 62af6e3c-7d06-438a-b62f-014ae3262ea1)) - (segment (start 160.4875 64.2975) (end 159.485 65.3) (width 0.635) (layer "F.Cu") (net 45) (tstamp ed6caead-58a0-4a37-97cf-621d3ffb0ca4)) - (segment (start 145.9454 65.3) (end 149.32 65.3) (width 0.1524) (layer "F.Cu") (net 46) (tstamp 248d15cd-dd0c-425d-94cb-b44ccf865457)) - (segment (start 144.0184 63.373) (end 145.9454 65.3) (width 0.1524) (layer "F.Cu") (net 46) (tstamp 42688fc6-3e24-4a56-9963-828da46dcdfb)) - (segment (start 149.32 65.3) (end 149.715 65.3) (width 0.1524) (layer "F.Cu") (net 46) (tstamp afc1392c-4488-4251-8167-de520abba754)) - (segment (start 142.866 63.373) (end 144.0184 63.373) (width 0.1524) (layer "F.Cu") (net 46) (tstamp c546008e-7661-419e-94b3-0bbb9fd14ec8)) - (segment (start 146.062944 65.84861) (end 151.96639 65.84861) (width 0.1524) (layer "F.Cu") (net 47) (tstamp 01657d30-6f8e-4bbd-a3dd-6a0742c69aca)) - (segment (start 151.96639 65.84861) (end 152.180832 65.634168) (width 0.1524) (layer "F.Cu") (net 47) (tstamp 3aec5e23-e675-4bcf-9a9e-48cb59d51927)) - (segment (start 144.857334 64.643) (end 146.062944 65.84861) (width 0.1524) (layer "F.Cu") (net 47) (tstamp 72729c20-0465-4f8c-be80-3c22bb337ef7)) - (segment (start 142.866 64.643) (end 144.857334 64.643) (width 0.1524) (layer "F.Cu") (net 47) (tstamp a5fcd820-f4f0-487d-8e2f-6defe7618982)) - (segment (start 152.180832 65.634168) (end 152.515 65.3) (width 0.1524) (layer "F.Cu") (net 47) (tstamp a6460cc6-b11c-4dff-a0ea-9de680e68ca8)) - (segment (start 154.415 66.3) (end 155.415 65.3) (width 0.1524) (layer "F.Cu") (net 48) (tstamp 0a83f85d-78ad-480a-a5ba-773caced8f09)) - (segment (start 146.6 66.3) (end 154.415 66.3) (width 0.1524) (layer "F.Cu") (net 48) (tstamp 9116f42f-8d27-4055-8fab-af8b6ed6959f)) - (segment (start 142.866 68.453) (end 144.447 68.453) (width 0.1524) (layer "F.Cu") (net 48) (tstamp bf67f245-1714-4d39-b76d-53f1523ab5f8)) - (segment (start 144.447 68.453) (end 146.6 66.3) (width 0.1524) (layer "F.Cu") (net 48) (tstamp ccd45da3-3d73-496d-8f2e-5edf69377f63)) - (segment (start 158.515 65.3) (end 158.315 65.5) (width 0.1524) (layer "F.Cu") (net 49) (tstamp 01600802-66c5-45a2-be7f-4fa2327d845b)) - (segment (start 155.8886 66.8114) (end 146.5486 66.8114) (width 0.1524) (layer "F.Cu") (net 49) (tstamp 200b738a-50e9-4f57-b197-9a6a0ae11af3)) - (segment (start 146.5486 66.8114) (end 144.78 68.58) (width 0.1524) (layer "F.Cu") (net 49) (tstamp 2d916084-6196-4479-adf2-d8e271fa0c32)) - (segment (start 144.78 70.358) (end 144.145 70.993) (width 0.1524) (layer "F.Cu") (net 49) (tstamp 70cf3e26-e279-4e61-a2f5-466ff5585d49)) - (segment (start 144.145 70.993) (end 144.0184 70.993) (width 0.1524) (layer "F.Cu") (net 49) (tstamp 8afefa03-006b-4e40-b19e-6596c7cc472e)) - (segment (start 158.315 65.5) (end 157.2 65.5) (width 0.1524) (layer "F.Cu") (net 49) (tstamp a6386af6-d744-458e-b19d-8fd97b5ad9f9)) - (segment (start 144.0184 70.993) (end 142.866 70.993) (width 0.1524) (layer "F.Cu") (net 49) (tstamp c14f4f41-991c-47f8-ba74-4a4e89170acf)) - (segment (start 144.78 68.58) (end 144.78 70.358) (width 0.1524) (layer "F.Cu") (net 49) (tstamp d32a1d0f-6a8f-45b4-822f-8b613131fd8a)) - (segment (start 157.2 65.5) (end 155.8886 66.8114) (width 0.1524) (layer "F.Cu") (net 49) (tstamp fc80fa5b-8c07-4dda-8002-331dcafd556b)) - (segment (start 132.3 85.6) (end 132.44 85.46) (width 0.1524) (layer "F.Cu") (net 50) (tstamp 0ea0e524-3bbd-4f05-896d-54b702c204b2)) - (segment (start 126.685 84.02) (end 127.21019 84.54519) (width 0.1524) (layer "F.Cu") (net 50) (tstamp 32f4eb0d-8b7c-4e0f-8b4a-904219172497)) - (segment (start 128.9 85.6) (end 132.3 85.6) (width 0.1524) (layer "F.Cu") (net 50) (tstamp 47c4da32-a886-4a7a-86ef-2f3db3797d7d)) - (segment (start 145.5 74.8) (end 142.869 74.8) (width 0.635) (layer "F.Cu") (net 50) (tstamp 4be2d863-39fc-49fd-99c7-77790b42f677)) - (segment (start 127.84519 84.54519) (end 128.9 85.6) (width 0.1524) (layer "F.Cu") (net 50) (tstamp 867dcf96-6334-4832-b3d2-cf7aefc9cce8)) - (segment (start 132.44 85.46) (end 132.44 84.1) (width 0.1524) (layer "F.Cu") (net 50) (tstamp 8ac2bac7-c686-402e-9f05-089e132647d2)) - (segment (start 126.685 83.6) (end 126.685 84.02) (width 0.1524) (layer "F.Cu") (net 50) (tstamp a3d660d2-1195-4764-9c63-d090a7cbc79a)) - (segment (start 127.21019 84.54519) (end 127.84519 84.54519) (width 0.1524) (layer "F.Cu") (net 50) (tstamp e63748d3-3196-486f-8f95-bb4d9876653d)) - (segment (start 142.869 74.8) (end 142.866 74.803) (width 0.635) (layer "F.Cu") (net 50) (tstamp f4f6e269-d484-4c43-84cc-450e042e2e24)) - (via (at 145.5 74.8) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 50) (tstamp 7c3fa13a-5250-4394-8d82-80430597df04)) - (segment (start 144.8 80.1) (end 145.5 79.4) (width 0.635) (layer "B.Cu") (net 50) (tstamp 6024ea82-89e7-47fa-a1cd-0f37ee126f02)) - (segment (start 142.371374 81.9) (end 144.171374 80.1) (width 0.635) (layer "B.Cu") (net 50) (tstamp 6afdccaa-d9c7-4949-88e8-e04bfdac5efc)) - (segment (start 132.44 84.1) (end 134.64 81.9) (width 0.635) (layer "B.Cu") (net 50) (tstamp 8634edb8-50db-43d2-95bb-5918d2cd24cc)) - (segment (start 145.5 79.4) (end 145.5 74.8) (width 0.635) (layer "B.Cu") (net 50) (tstamp bca69a58-3f8f-4ac5-9ef0-70bfa6c247ee)) - (segment (start 134.64 81.9) (end 142.371374 81.9) (width 0.635) (layer "B.Cu") (net 50) (tstamp d2683b99-bb18-4d41-a0c5-df26e16e4210)) - (segment (start 144.171374 80.1) (end 144.8 80.1) (width 0.635) (layer "B.Cu") (net 50) (tstamp f368b66f-c8a4-4ccf-b925-3f03c13bf28f)) - - (zone (net 1) (net_name "GND") (layer "In1.Cu") (tstamp 00000000-0000-0000-0000-00005da4e9fa) (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) (smoothing fillet)) - (polygon - (pts - (xy 115.55 62.7) - (xy 146.1 62.8) - (xy 146.05 83.82) - (xy 109.22 83.82) - (xy 109.22 84.455) - (xy 127.455 84.455) - (xy 128.4 85.4) - (xy 139.5 85.4) - (xy 139.5 84.455) - (xy 146.685 84.455) - (xy 146.685 63.5) - (xy 152.4 63.5) - (xy 152.4 54.61) - (xy 158.75 54.61) - (xy 161.925 57.785) - (xy 161.925 98.425) - (xy 158.75 101.6) - (xy 106.68 101.6) - (xy 103.505 98.425) - (xy 103.505 58.42) - (xy 107.315 54.61) - (xy 115.57 54.61) - ) - ) - (filled_polygon - (layer "In1.Cu") - (pts - (xy 115.425924 61.516841) - (xy 115.309469 61.633296) - (xy 115.212179 61.778901) - (xy 115.147305 61.93552) - (xy 115.109399 61.93552) - (xy 114.937646 61.969684) - (xy 114.775859 62.036699) - (xy 114.630254 62.133989) - (xy 114.506427 62.257816) - (xy 114.409137 62.403421) - (xy 114.342122 62.565208) - (xy 114.307958 62.736961) - (xy 114.307958 62.912079) - (xy 114.342122 63.083832) - (xy 114.409137 63.245619) - (xy 114.506427 63.391224) - (xy 114.630254 63.515051) - (xy 114.775859 63.612341) - (xy 114.937646 63.679356) - (xy 115.109399 63.71352) - (xy 115.284517 63.71352) - (xy 115.45627 63.679356) - (xy 115.618057 63.612341) - (xy 115.763662 63.515051) - (xy 115.887489 63.391224) - (xy 115.984779 63.245619) - (xy 116.049653 63.089) - (xy 116.087559 63.089) - (xy 116.259312 63.054836) - (xy 116.421099 62.987821) - (xy 116.566704 62.890531) - (xy 116.62671 62.830525) - (xy 145.972698 62.926584) - (xy 145.946794 73.816626) - (xy 145.814878 73.761985) - (xy 145.606321 73.7205) - (xy 145.393679 73.7205) - (xy 145.185122 73.761985) - (xy 144.988665 73.84336) - (xy 144.811859 73.961498) - (xy 144.661498 74.111859) - (xy 144.54336 74.288665) - (xy 144.461985 74.485122) - (xy 144.4205 74.693679) - (xy 144.4205 74.906321) - (xy 144.461985 75.114878) - (xy 144.54336 75.311335) - (xy 144.661498 75.488141) - (xy 144.811859 75.638502) - (xy 144.988665 75.75664) - (xy 145.185122 75.838015) - (xy 145.393679 75.8795) - (xy 145.606321 75.8795) - (xy 145.814878 75.838015) - (xy 145.942111 75.785313) - (xy 145.923301 83.693) - (xy 138.845571 83.693) - (xy 138.776277 83.501168) - (xy 138.71586 83.388137) - (xy 138.476993 83.322612) - (xy 138.106605 83.693) - (xy 137.747395 83.693) - (xy 138.297388 83.143007) - (xy 138.231863 82.90414) - (xy 137.984884 82.78824) - (xy 137.72004 82.72275) - (xy 137.447508 82.710188) - (xy 137.177762 82.751035) - (xy 136.921168 82.843723) - (xy 136.808137 82.90414) - (xy 136.742612 83.143007) - (xy 137.292605 83.693) - (xy 136.933395 83.693) - (xy 136.563007 83.322612) - (xy 136.32414 83.388137) - (xy 136.249836 83.546477) - (xy 136.207371 83.443957) - (xy 136.055799 83.217114) - (xy 135.862886 83.024201) - (xy 135.636043 82.872629) - (xy 135.383989 82.768225) - (xy 135.116411 82.715) - (xy 134.843589 82.715) - (xy 134.576011 82.768225) - (xy 134.323957 82.872629) - (xy 134.097114 83.024201) - (xy 133.904201 83.217114) - (xy 133.752629 83.443957) - (xy 133.71 83.546873) - (xy 133.667371 83.443957) - (xy 133.515799 83.217114) - (xy 133.322886 83.024201) - (xy 133.096043 82.872629) - (xy 132.843989 82.768225) - (xy 132.576411 82.715) - (xy 132.303589 82.715) - (xy 132.036011 82.768225) - (xy 131.783957 82.872629) - (xy 131.557114 83.024201) - (xy 131.364201 83.217114) - (xy 131.286445 83.333483) - (xy 131.275812 83.225518) - (xy 131.239502 83.10582) - (xy 131.180537 82.995506) - (xy 131.101185 82.898815) - (xy 131.004494 82.819463) - (xy 130.89418 82.760498) - (xy 130.774482 82.724188) - (xy 130.65 82.711928) - (xy 129.15 82.711928) - (xy 129.025518 82.724188) - (xy 128.90582 82.760498) - (xy 128.795506 82.819463) - (xy 128.698815 82.898815) - (xy 128.619463 82.995506) - (xy 128.560498 83.10582) - (xy 128.524188 83.225518) - (xy 128.511928 83.35) - (xy 128.511928 83.693) - (xy 110.299768 83.693) - (xy 110.21358 83.606812) - (xy 110.127392 83.693) - (xy 110.08616 83.693) - (xy 109.978486 83.437164) - (xy 109.779088 83.338072) - (xy 110.2 83.338072) - (xy 110.324482 83.325812) - (xy 110.44418 83.289502) - (xy 110.554494 83.230537) - (xy 110.651185 83.151185) - (xy 110.730537 83.054494) - (xy 110.789502 82.94418) - (xy 110.825812 82.824482) - (xy 110.838072 82.7) - (xy 110.838072 81.693679) - (xy 125.4205 81.693679) - (xy 125.4205 81.906321) - (xy 125.461985 82.114878) - (xy 125.54336 82.311335) - (xy 125.661498 82.488141) - (xy 125.811859 82.638502) - (xy 125.988665 82.75664) - (xy 126.185122 82.838015) - (xy 126.393679 82.8795) - (xy 126.606321 82.8795) - (xy 126.814878 82.838015) - (xy 127.011335 82.75664) - (xy 127.188141 82.638502) - (xy 127.338502 82.488141) - (xy 127.45664 82.311335) - (xy 127.538015 82.114878) - (xy 127.5795 81.906321) - (xy 127.5795 81.693679) - (xy 127.538015 81.485122) - (xy 127.45664 81.288665) - (xy 127.338502 81.111859) - (xy 127.188141 80.961498) - (xy 127.011335 80.84336) - (xy 126.814878 80.761985) - (xy 126.606321 80.7205) - (xy 126.393679 80.7205) - (xy 126.185122 80.761985) - (xy 125.988665 80.84336) - (xy 125.811859 80.961498) - (xy 125.661498 81.111859) - (xy 125.54336 81.288665) - (xy 125.461985 81.485122) - (xy 125.4205 81.693679) - (xy 110.838072 81.693679) - (xy 110.838072 80.3) - (xy 110.825812 80.175518) - (xy 110.789502 80.05582) - (xy 110.730537 79.945506) - (xy 110.651185 79.848815) - (xy 110.554494 79.769463) - (xy 110.44418 79.710498) - (xy 110.324482 79.674188) - (xy 110.2 79.661928) - (xy 107.8 79.661928) - (xy 107.675518 79.674188) - (xy 107.55582 79.710498) - (xy 107.445506 79.769463) - (xy 107.348815 79.848815) - (xy 107.269463 79.945506) - (xy 107.210498 80.05582) - (xy 107.174188 80.175518) - (xy 107.161928 80.3) - (xy 107.161928 82.7) - (xy 107.174188 82.824482) - (xy 107.210498 82.94418) - (xy 107.269463 83.054494) - (xy 107.348815 83.151185) - (xy 107.445506 83.230537) - (xy 107.55582 83.289502) - (xy 107.675518 83.325812) - (xy 107.8 83.338072) - (xy 108.206903 83.338072) - (xy 108.021514 83.437164) - (xy 107.901626 83.72202) - (xy 109 84.820395) - (xy 109.014143 84.806253) - (xy 109.193748 84.985858) - (xy 109.179605 85) - (xy 110.27798 86.098374) - (xy 110.562836 85.978486) - (xy 110.723699 85.65479) - (xy 110.818322 85.305931) - (xy 110.843067 84.945316) - (xy 110.796985 84.586802) - (xy 110.795371 84.582) - (xy 127.402394 84.582) - (xy 128.310197 85.489803) - (xy 128.329443 85.505597) - (xy 128.351399 85.517333) - (xy 128.375224 85.52456) - (xy 128.4 85.527) - (xy 139.5 85.527) - (xy 139.524776 85.52456) - (xy 139.548601 85.517333) - (xy 139.570557 85.505597) - (xy 139.589803 85.489803) - (xy 139.605597 85.470557) - (xy 139.617333 85.448601) - (xy 139.62456 85.424776) - (xy 139.627 85.4) - (xy 139.627 84.582) - (xy 146.685 84.582) - (xy 146.709776 84.57956) - (xy 146.733601 84.572333) - (xy 146.755557 84.560597) - (xy 146.774803 84.544803) - (xy 146.790597 84.525557) - (xy 146.802333 84.503601) - (xy 146.80956 84.479776) - (xy 146.812 84.455) - (xy 146.812 79.9) - (xy 153.609928 79.9) - (xy 153.609928 82.3) - (xy 153.622188 82.424482) - (xy 153.658498 82.54418) - (xy 153.717463 82.654494) - (xy 153.796815 82.751185) - (xy 153.893506 82.830537) - (xy 154.00382 82.889502) - (xy 154.123518 82.925812) - (xy 154.248 82.938072) - (xy 156.648 82.938072) - (xy 156.772482 82.925812) - (xy 156.89218 82.889502) - (xy 157.002494 82.830537) - (xy 157.099185 82.751185) - (xy 157.178537 82.654494) - (xy 157.237502 82.54418) - (xy 157.273812 82.424482) - (xy 157.286072 82.3) - (xy 157.286072 79.9) - (xy 157.273812 79.775518) - (xy 157.237502 79.65582) - (xy 157.178537 79.545506) - (xy 157.099185 79.448815) - (xy 157.002494 79.369463) - (xy 156.89218 79.310498) - (xy 156.772482 79.274188) - (xy 156.648 79.261928) - (xy 156.230838 79.261928) - (xy 156.317199 79.226156) - (xy 156.617744 79.025338) - (xy 156.873338 78.769744) - (xy 157.074156 78.469199) - (xy 157.212482 78.13525) - (xy 157.283 77.780732) - (xy 157.283 77.419268) - (xy 157.212482 77.06475) - (xy 157.074156 76.730801) - (xy 156.873338 76.430256) - (xy 156.617744 76.174662) - (xy 156.317199 75.973844) - (xy 155.98325 75.835518) - (xy 155.628732 75.765) - (xy 155.267268 75.765) - (xy 154.91275 75.835518) - (xy 154.578801 75.973844) - (xy 154.278256 76.174662) - (xy 154.022662 76.430256) - (xy 153.821844 76.730801) - (xy 153.683518 77.06475) - (xy 153.613 77.419268) - (xy 153.613 77.780732) - (xy 153.683518 78.13525) - (xy 153.821844 78.469199) - (xy 154.022662 78.769744) - (xy 154.278256 79.025338) - (xy 154.578801 79.226156) - (xy 154.665162 79.261928) - (xy 154.248 79.261928) - (xy 154.123518 79.274188) - (xy 154.00382 79.310498) - (xy 153.893506 79.369463) - (xy 153.796815 79.448815) - (xy 153.717463 79.545506) - (xy 153.658498 79.65582) - (xy 153.622188 79.775518) - (xy 153.609928 79.9) - (xy 146.812 79.9) - (xy 146.812 71.6) - (xy 153.609928 71.6) - (xy 153.609928 74) - (xy 153.622188 74.124482) - (xy 153.658498 74.24418) - (xy 153.717463 74.354494) - (xy 153.796815 74.451185) - (xy 153.893506 74.530537) - (xy 154.00382 74.589502) - (xy 154.123518 74.625812) - (xy 154.248 74.638072) - (xy 156.648 74.638072) - (xy 156.772482 74.625812) - (xy 156.89218 74.589502) - (xy 157.002494 74.530537) - (xy 157.099185 74.451185) - (xy 157.178537 74.354494) - (xy 157.237502 74.24418) - (xy 157.273812 74.124482) - (xy 157.286072 74) - (xy 157.286072 71.6) - (xy 157.273812 71.475518) - (xy 157.237502 71.35582) - (xy 157.178537 71.245506) - (xy 157.099185 71.148815) - (xy 157.002494 71.069463) - (xy 156.89218 71.010498) - (xy 156.772482 70.974188) - (xy 156.648 70.961928) - (xy 156.230838 70.961928) - (xy 156.317199 70.926156) - (xy 156.617744 70.725338) - (xy 156.873338 70.469744) - (xy 157.074156 70.169199) - (xy 157.212482 69.83525) - (xy 157.283 69.480732) - (xy 157.283 69.119268) - (xy 157.212482 68.76475) - (xy 157.074156 68.430801) - (xy 156.873338 68.130256) - (xy 156.617744 67.874662) - (xy 156.317199 67.673844) - (xy 155.98325 67.535518) - (xy 155.628732 67.465) - (xy 155.267268 67.465) - (xy 154.91275 67.535518) - (xy 154.578801 67.673844) - (xy 154.278256 67.874662) - (xy 154.022662 68.130256) - (xy 153.821844 68.430801) - (xy 153.683518 68.76475) - (xy 153.613 69.119268) - (xy 153.613 69.480732) - (xy 153.683518 69.83525) - (xy 153.821844 70.169199) - (xy 154.022662 70.469744) - (xy 154.278256 70.725338) - (xy 154.578801 70.926156) - (xy 154.665162 70.961928) - (xy 154.248 70.961928) - (xy 154.123518 70.974188) - (xy 154.00382 71.010498) - (xy 153.893506 71.069463) - (xy 153.796815 71.148815) - (xy 153.717463 71.245506) - (xy 153.658498 71.35582) - (xy 153.622188 71.475518) - (xy 153.609928 71.6) - (xy 146.812 71.6) - (xy 146.812 63.627) - (xy 152.4 63.627) - (xy 152.424776 63.62456) - (xy 152.448601 63.617333) - (xy 152.470557 63.605597) - (xy 152.489803 63.589803) - (xy 152.505597 63.570557) - (xy 152.517333 63.548601) - (xy 152.52456 63.524776) - (xy 152.527 63.5) - (xy 152.527 54.737) - (xy 158.697394 54.737) - (xy 159.226702 55.266308) - (xy 159.220128 55.265) - (xy 158.779872 55.265) - (xy 158.348075 55.35089) - (xy 157.941331 55.519369) - (xy 157.575271 55.763962) - (xy 157.263962 56.075271) - (xy 157.019369 56.441331) - (xy 156.85089 56.848075) - (xy 156.765 57.279872) - (xy 156.765 57.720128) - (xy 156.85089 58.151925) - (xy 157.019369 58.558669) - (xy 157.263962 58.924729) - (xy 157.575271 59.236038) - (xy 157.941331 59.480631) - (xy 158.348075 59.64911) - (xy 158.779872 59.735) - (xy 159.220128 59.735) - (xy 159.651925 59.64911) - (xy 160.058669 59.480631) - (xy 160.424729 59.236038) - (xy 160.736038 58.924729) - (xy 160.980631 58.558669) - (xy 161.14911 58.151925) - (xy 161.235 57.720128) - (xy 161.235 57.279872) - (xy 161.233692 57.273298) - (xy 161.798 57.837606) - (xy 161.798 98.372394) - (xy 161.181549 98.988845) - (xy 161.235 98.720128) - (xy 161.235 98.279872) - (xy 161.14911 97.848075) - (xy 160.980631 97.441331) - (xy 160.736038 97.075271) - (xy 160.424729 96.763962) - (xy 160.058669 96.519369) - (xy 159.651925 96.35089) - (xy 159.220128 96.265) - (xy 158.779872 96.265) - (xy 158.348075 96.35089) - (xy 157.941331 96.519369) - (xy 157.575271 96.763962) - (xy 157.263962 97.075271) - (xy 157.019369 97.441331) - (xy 156.85089 97.848075) - (xy 156.765 98.279872) - (xy 156.765 98.720128) - (xy 156.85089 99.151925) - (xy 157.019369 99.558669) - (xy 157.263962 99.924729) - (xy 157.575271 100.236038) - (xy 157.941331 100.480631) - (xy 158.348075 100.64911) - (xy 158.779872 100.735) - (xy 159.220128 100.735) - (xy 159.488845 100.681549) - (xy 158.697394 101.473) - (xy 106.732606 101.473) - (xy 105.923773 100.664167) - (xy 106.279872 100.735) - (xy 106.720128 100.735) - (xy 107.151925 100.64911) - (xy 107.558669 100.480631) - (xy 107.924729 100.236038) - (xy 108.236038 99.924729) - (xy 108.480631 99.558669) - (xy 108.64911 99.151925) - (xy 108.735 98.720128) - (xy 108.735 98.279872) - (xy 108.64911 97.848075) - (xy 108.480631 97.441331) - (xy 108.236038 97.075271) - (xy 107.924729 96.763962) - (xy 107.558669 96.519369) - (xy 107.151925 96.35089) - (xy 106.720128 96.265) - (xy 106.279872 96.265) - (xy 105.848075 96.35089) - (xy 105.441331 96.519369) - (xy 105.075271 96.763962) - (xy 104.763962 97.075271) - (xy 104.519369 97.441331) - (xy 104.35089 97.848075) - (xy 104.265 98.279872) - (xy 104.265 98.720128) - (xy 104.335833 99.076227) - (xy 103.632 98.372394) - (xy 103.632 94.8) - (xy 114.861928 94.8) - (xy 114.861928 97.2) - (xy 114.874188 97.324482) - (xy 114.910498 97.44418) - (xy 114.969463 97.554494) - (xy 115.048815 97.651185) - (xy 115.145506 97.730537) - (xy 115.25582 97.789502) - (xy 115.375518 97.825812) - (xy 115.5 97.838072) - (xy 117.9 97.838072) - (xy 118.024482 97.825812) - (xy 118.14418 97.789502) - (xy 118.254494 97.730537) - (xy 118.351185 97.651185) - (xy 118.430537 97.554494) - (xy 118.489502 97.44418) - (xy 118.525812 97.324482) - (xy 118.538072 97.2) - (xy 118.538072 96.782838) - (xy 118.573844 96.869199) - (xy 118.774662 97.169744) - (xy 119.030256 97.425338) - (xy 119.330801 97.626156) - (xy 119.66475 97.764482) - (xy 120.019268 97.835) - (xy 120.380732 97.835) - (xy 120.73525 97.764482) - (xy 121.069199 97.626156) - (xy 121.369744 97.425338) - (xy 121.625338 97.169744) - (xy 121.826156 96.869199) - (xy 121.964482 96.53525) - (xy 122.035 96.180732) - (xy 122.035 95.819268) - (xy 121.964482 95.46475) - (xy 121.826156 95.130801) - (xy 121.625338 94.830256) - (xy 121.595082 94.8) - (xy 123.011928 94.8) - (xy 123.011928 97.2) - (xy 123.024188 97.324482) - (xy 123.060498 97.44418) - (xy 123.119463 97.554494) - (xy 123.198815 97.651185) - (xy 123.295506 97.730537) - (xy 123.40582 97.789502) - (xy 123.525518 97.825812) - (xy 123.65 97.838072) - (xy 126.05 97.838072) - (xy 126.174482 97.825812) - (xy 126.29418 97.789502) - (xy 126.404494 97.730537) - (xy 126.501185 97.651185) - (xy 126.580537 97.554494) - (xy 126.639502 97.44418) - (xy 126.675812 97.324482) - (xy 126.688072 97.2) - (xy 126.688072 96.782838) - (xy 126.723844 96.869199) - (xy 126.924662 97.169744) - (xy 127.180256 97.425338) - (xy 127.480801 97.626156) - (xy 127.81475 97.764482) - (xy 128.169268 97.835) - (xy 128.530732 97.835) - (xy 128.88525 97.764482) - (xy 129.219199 97.626156) - (xy 129.519744 97.425338) - (xy 129.775338 97.169744) - (xy 129.976156 96.869199) - (xy 130.114482 96.53525) - (xy 130.185 96.180732) - (xy 130.185 95.819268) - (xy 130.114482 95.46475) - (xy 129.976156 95.130801) - (xy 129.775338 94.830256) - (xy 129.745082 94.8) - (xy 131.139928 94.8) - (xy 131.139928 97.2) - (xy 131.152188 97.324482) - (xy 131.188498 97.44418) - (xy 131.247463 97.554494) - (xy 131.326815 97.651185) - (xy 131.423506 97.730537) - (xy 131.53382 97.789502) - (xy 131.653518 97.825812) - (xy 131.778 97.838072) - (xy 134.178 97.838072) - (xy 134.302482 97.825812) - (xy 134.42218 97.789502) - (xy 134.532494 97.730537) - (xy 134.629185 97.651185) - (xy 134.708537 97.554494) - (xy 134.767502 97.44418) - (xy 134.803812 97.324482) - (xy 134.816072 97.2) - (xy 134.816072 96.782838) - (xy 134.851844 96.869199) - (xy 135.052662 97.169744) - (xy 135.308256 97.425338) - (xy 135.608801 97.626156) - (xy 135.94275 97.764482) - (xy 136.297268 97.835) - (xy 136.658732 97.835) - (xy 137.01325 97.764482) - (xy 137.347199 97.626156) - (xy 137.647744 97.425338) - (xy 137.903338 97.169744) - (xy 138.104156 96.869199) - (xy 138.242482 96.53525) - (xy 138.313 96.180732) - (xy 138.313 95.819268) - (xy 138.242482 95.46475) - (xy 138.104156 95.130801) - (xy 137.903338 94.830256) - (xy 137.873082 94.8) - (xy 139.311928 94.8) - (xy 139.311928 97.2) - (xy 139.324188 97.324482) - (xy 139.360498 97.44418) - (xy 139.419463 97.554494) - (xy 139.498815 97.651185) - (xy 139.595506 97.730537) - (xy 139.70582 97.789502) - (xy 139.825518 97.825812) - (xy 139.95 97.838072) - (xy 142.35 97.838072) - (xy 142.474482 97.825812) - (xy 142.59418 97.789502) - (xy 142.704494 97.730537) - (xy 142.801185 97.651185) - (xy 142.880537 97.554494) - (xy 142.939502 97.44418) - (xy 142.975812 97.324482) - (xy 142.988072 97.2) - (xy 142.988072 96.782838) - (xy 143.023844 96.869199) - (xy 143.224662 97.169744) - (xy 143.480256 97.425338) - (xy 143.780801 97.626156) - (xy 144.11475 97.764482) - (xy 144.469268 97.835) - (xy 144.830732 97.835) - (xy 145.18525 97.764482) - (xy 145.519199 97.626156) - (xy 145.819744 97.425338) - (xy 146.075338 97.169744) - (xy 146.276156 96.869199) - (xy 146.414482 96.53525) - (xy 146.485 96.180732) - (xy 146.485 95.819268) - (xy 146.414482 95.46475) - (xy 146.276156 95.130801) - (xy 146.075338 94.830256) - (xy 146.045082 94.8) - (xy 147.511928 94.8) - (xy 147.511928 97.2) - (xy 147.524188 97.324482) - (xy 147.560498 97.44418) - (xy 147.619463 97.554494) - (xy 147.698815 97.651185) - (xy 147.795506 97.730537) - (xy 147.90582 97.789502) - (xy 148.025518 97.825812) - (xy 148.15 97.838072) - (xy 150.55 97.838072) - (xy 150.674482 97.825812) - (xy 150.79418 97.789502) - (xy 150.904494 97.730537) - (xy 151.001185 97.651185) - (xy 151.080537 97.554494) - (xy 151.139502 97.44418) - (xy 151.175812 97.324482) - (xy 151.188072 97.2) - (xy 151.188072 96.782838) - (xy 151.223844 96.869199) - (xy 151.424662 97.169744) - (xy 151.680256 97.425338) - (xy 151.980801 97.626156) - (xy 152.31475 97.764482) - (xy 152.669268 97.835) - (xy 153.030732 97.835) - (xy 153.38525 97.764482) - (xy 153.719199 97.626156) - (xy 154.019744 97.425338) - (xy 154.275338 97.169744) - (xy 154.476156 96.869199) - (xy 154.614482 96.53525) - (xy 154.685 96.180732) - (xy 154.685 95.819268) - (xy 154.614482 95.46475) - (xy 154.476156 95.130801) - (xy 154.275338 94.830256) - (xy 154.019744 94.574662) - (xy 153.719199 94.373844) - (xy 153.38525 94.235518) - (xy 153.030732 94.165) - (xy 152.669268 94.165) - (xy 152.31475 94.235518) - (xy 151.980801 94.373844) - (xy 151.680256 94.574662) - (xy 151.424662 94.830256) - (xy 151.223844 95.130801) - (xy 151.188072 95.217162) - (xy 151.188072 94.8) - (xy 151.175812 94.675518) - (xy 151.139502 94.55582) - (xy 151.080537 94.445506) - (xy 151.001185 94.348815) - (xy 150.904494 94.269463) - (xy 150.79418 94.210498) - (xy 150.674482 94.174188) - (xy 150.55 94.161928) - (xy 148.15 94.161928) - (xy 148.025518 94.174188) - (xy 147.90582 94.210498) - (xy 147.795506 94.269463) - (xy 147.698815 94.348815) - (xy 147.619463 94.445506) - (xy 147.560498 94.55582) - (xy 147.524188 94.675518) - (xy 147.511928 94.8) - (xy 146.045082 94.8) - (xy 145.819744 94.574662) - (xy 145.519199 94.373844) - (xy 145.18525 94.235518) - (xy 144.830732 94.165) - (xy 144.469268 94.165) - (xy 144.11475 94.235518) - (xy 143.780801 94.373844) - (xy 143.480256 94.574662) - (xy 143.224662 94.830256) - (xy 143.023844 95.130801) - (xy 142.988072 95.217162) - (xy 142.988072 94.8) - (xy 142.975812 94.675518) - (xy 142.939502 94.55582) - (xy 142.880537 94.445506) - (xy 142.801185 94.348815) - (xy 142.704494 94.269463) - (xy 142.59418 94.210498) - (xy 142.474482 94.174188) - (xy 142.35 94.161928) - (xy 139.95 94.161928) - (xy 139.825518 94.174188) - (xy 139.70582 94.210498) - (xy 139.595506 94.269463) - (xy 139.498815 94.348815) - (xy 139.419463 94.445506) - (xy 139.360498 94.55582) - (xy 139.324188 94.675518) - (xy 139.311928 94.8) - (xy 137.873082 94.8) - (xy 137.647744 94.574662) - (xy 137.347199 94.373844) - (xy 137.01325 94.235518) - (xy 136.658732 94.165) - (xy 136.297268 94.165) - (xy 135.94275 94.235518) - (xy 135.608801 94.373844) - (xy 135.308256 94.574662) - (xy 135.052662 94.830256) - (xy 134.851844 95.130801) - (xy 134.816072 95.217162) - (xy 134.816072 94.8) - (xy 134.803812 94.675518) - (xy 134.767502 94.55582) - (xy 134.708537 94.445506) - (xy 134.629185 94.348815) - (xy 134.532494 94.269463) - (xy 134.42218 94.210498) - (xy 134.302482 94.174188) - (xy 134.178 94.161928) - (xy 131.778 94.161928) - (xy 131.653518 94.174188) - (xy 131.53382 94.210498) - (xy 131.423506 94.269463) - (xy 131.326815 94.348815) - (xy 131.247463 94.445506) - (xy 131.188498 94.55582) - (xy 131.152188 94.675518) - (xy 131.139928 94.8) - (xy 129.745082 94.8) - (xy 129.519744 94.574662) - (xy 129.219199 94.373844) - (xy 128.88525 94.235518) - (xy 128.530732 94.165) - (xy 128.169268 94.165) - (xy 127.81475 94.235518) - (xy 127.480801 94.373844) - (xy 127.180256 94.574662) - (xy 126.924662 94.830256) - (xy 126.723844 95.130801) - (xy 126.688072 95.217162) - (xy 126.688072 94.8) - (xy 126.675812 94.675518) - (xy 126.639502 94.55582) - (xy 126.580537 94.445506) - (xy 126.501185 94.348815) - (xy 126.404494 94.269463) - (xy 126.29418 94.210498) - (xy 126.174482 94.174188) - (xy 126.05 94.161928) - (xy 123.65 94.161928) - (xy 123.525518 94.174188) - (xy 123.40582 94.210498) - (xy 123.295506 94.269463) - (xy 123.198815 94.348815) - (xy 123.119463 94.445506) - (xy 123.060498 94.55582) - (xy 123.024188 94.675518) - (xy 123.011928 94.8) - (xy 121.595082 94.8) - (xy 121.369744 94.574662) - (xy 121.069199 94.373844) - (xy 120.73525 94.235518) - (xy 120.380732 94.165) - (xy 120.019268 94.165) - (xy 119.66475 94.235518) - (xy 119.330801 94.373844) - (xy 119.030256 94.574662) - (xy 118.774662 94.830256) - (xy 118.573844 95.130801) - (xy 118.538072 95.217162) - (xy 118.538072 94.8) - (xy 118.525812 94.675518) - (xy 118.489502 94.55582) - (xy 118.430537 94.445506) - (xy 118.351185 94.348815) - (xy 118.254494 94.269463) - (xy 118.14418 94.210498) - (xy 118.024482 94.174188) - (xy 117.9 94.161928) - (xy 115.5 94.161928) - (xy 115.375518 94.174188) - (xy 115.25582 94.210498) - (xy 115.145506 94.269463) - (xy 115.048815 94.348815) - (xy 114.969463 94.445506) - (xy 114.910498 94.55582) - (xy 114.874188 94.675518) - (xy 114.861928 94.8) - (xy 103.632 94.8) - (xy 103.632 91.809267) - (xy 104.53368 91.809267) - (xy 104.607558 92.09083) - (xy 104.734947 92.35257) - (xy 104.910951 92.584429) - (xy 105.128807 92.777496) - (xy 105.380142 92.924352) - (xy 105.64311 93.016476) - (xy 105.873 92.895155) - (xy 105.873 91.577) - (xy 104.673835 91.577) - (xy 104.53368 91.809267) - (xy 103.632 91.809267) - (xy 103.632 91.090733) - (xy 104.53368 91.090733) - (xy 104.673835 91.323) - (xy 105.873 91.323) - (xy 105.873 90.004845) - (xy 106.127 90.004845) - (xy 106.127 91.323) - (xy 106.147 91.323) - (xy 106.147 91.577) - (xy 106.127 91.577) - (xy 106.127 92.895155) - (xy 106.35689 93.016476) - (xy 106.619858 92.924352) - (xy 106.871193 92.777496) - (xy 107.089049 92.584429) - (xy 107.245538 92.378278) - (xy 107.259294 92.404013) - (xy 107.444866 92.630134) - (xy 107.670986 92.815706) - (xy 107.928966 92.953599) - (xy 108.208889 93.038513) - (xy 108.5 93.067185) - (xy 108.79111 93.038513) - (xy 109.071033 92.953599) - (xy 109.329013 92.815706) - (xy 109.555134 92.630134) - (xy 109.607223 92.566663) - (xy 109.661595 92.668386) - (xy 109.772038 92.802962) - (xy 109.906614 92.913405) - (xy 110.06015 92.995472) - (xy 110.226746 93.046008) - (xy 110.4 93.063072) - (xy 111.6 93.063072) - (xy 111.773254 93.046008) - (xy 111.93985 92.995472) - (xy 112.093386 92.913405) - (xy 112.227962 92.802962) - (xy 112.338405 92.668386) - (xy 112.420472 92.51485) - (xy 112.471008 92.348254) - (xy 112.488072 92.175) - (xy 112.488072 90.725) - (xy 112.471008 90.551746) - (xy 112.420472 90.38515) - (xy 112.338405 90.231614) - (xy 112.227962 90.097038) - (xy 112.093386 89.986595) - (xy 111.93985 89.904528) - (xy 111.773254 89.853992) - (xy 111.6 89.836928) - (xy 110.4 89.836928) - (xy 110.226746 89.853992) - (xy 110.06015 89.904528) - (xy 109.906614 89.986595) - (xy 109.772038 90.097038) - (xy 109.661595 90.231614) - (xy 109.607223 90.333337) - (xy 109.555134 90.269866) - (xy 109.329014 90.084294) - (xy 109.071034 89.946401) - (xy 108.791111 89.861487) - (xy 108.5 89.832815) - (xy 108.20889 89.861487) - (xy 107.928967 89.946401) - (xy 107.670987 90.084294) - (xy 107.444866 90.269866) - (xy 107.259294 90.495986) - (xy 107.245538 90.521722) - (xy 107.089049 90.315571) - (xy 106.871193 90.122504) - (xy 106.619858 89.975648) - (xy 106.35689 89.883524) - (xy 106.127 90.004845) - (xy 105.873 90.004845) - (xy 105.64311 89.883524) - (xy 105.380142 89.975648) - (xy 105.128807 90.122504) - (xy 104.910951 90.315571) - (xy 104.734947 90.54743) - (xy 104.607558 90.80917) - (xy 104.53368 91.090733) - (xy 103.632 91.090733) - (xy 103.632 88.3) - (xy 153.609928 88.3) - (xy 153.609928 90.7) - (xy 153.622188 90.824482) - (xy 153.658498 90.94418) - (xy 153.717463 91.054494) - (xy 153.796815 91.151185) - (xy 153.893506 91.230537) - (xy 154.00382 91.289502) - (xy 154.123518 91.325812) - (xy 154.248 91.338072) - (xy 156.648 91.338072) - (xy 156.772482 91.325812) - (xy 156.89218 91.289502) - (xy 157.002494 91.230537) - (xy 157.099185 91.151185) - (xy 157.178537 91.054494) - (xy 157.237502 90.94418) - (xy 157.273812 90.824482) - (xy 157.286072 90.7) - (xy 157.286072 88.3) - (xy 157.273812 88.175518) - (xy 157.237502 88.05582) - (xy 157.178537 87.945506) - (xy 157.099185 87.848815) - (xy 157.002494 87.769463) - (xy 156.89218 87.710498) - (xy 156.772482 87.674188) - (xy 156.648 87.661928) - (xy 156.230838 87.661928) - (xy 156.317199 87.626156) - (xy 156.617744 87.425338) - (xy 156.873338 87.169744) - (xy 157.074156 86.869199) - (xy 157.212482 86.53525) - (xy 157.283 86.180732) - (xy 157.283 85.819268) - (xy 157.212482 85.46475) - (xy 157.074156 85.130801) - (xy 156.873338 84.830256) - (xy 156.617744 84.574662) - (xy 156.317199 84.373844) - (xy 155.98325 84.235518) - (xy 155.628732 84.165) - (xy 155.267268 84.165) - (xy 154.91275 84.235518) - (xy 154.578801 84.373844) - (xy 154.278256 84.574662) - (xy 154.022662 84.830256) - (xy 153.821844 85.130801) - (xy 153.683518 85.46475) - (xy 153.613 85.819268) - (xy 153.613 86.180732) - (xy 153.683518 86.53525) - (xy 153.821844 86.869199) - (xy 154.022662 87.169744) - (xy 154.278256 87.425338) - (xy 154.578801 87.626156) - (xy 154.665162 87.661928) - (xy 154.248 87.661928) - (xy 154.123518 87.674188) - (xy 154.00382 87.710498) - (xy 153.893506 87.769463) - (xy 153.796815 87.848815) - (xy 153.717463 87.945506) - (xy 153.658498 88.05582) - (xy 153.622188 88.175518) - (xy 153.609928 88.3) - (xy 103.632 88.3) - (xy 103.632 86.27798) - (xy 107.901626 86.27798) - (xy 108.021514 86.562836) - (xy 108.34521 86.723699) - (xy 108.694069 86.818322) - (xy 109.054684 86.843067) - (xy 109.413198 86.796985) - (xy 109.755833 86.681846) - (xy 109.978486 86.562836) - (xy 110.098374 86.27798) - (xy 109 85.179605) - (xy 107.901626 86.27798) - (xy 103.632 86.27798) - (xy 103.632 85.054684) - (xy 107.156933 85.054684) - (xy 107.203015 85.413198) - (xy 107.318154 85.755833) - (xy 107.437164 85.978486) - (xy 107.72202 86.098374) - (xy 108.820395 85) - (xy 107.72202 83.901626) - (xy 107.437164 84.021514) - (xy 107.276301 84.34521) - (xy 107.181678 84.694069) - (xy 107.156933 85.054684) - (xy 103.632 85.054684) - (xy 103.632 78.17798) - (xy 107.901626 78.17798) - (xy 108.021514 78.462836) - (xy 108.34521 78.623699) - (xy 108.694069 78.718322) - (xy 109.054684 78.743067) - (xy 109.413198 78.696985) - (xy 109.755833 78.581846) - (xy 109.885681 78.512441) - (xy 143.711 78.512441) - (xy 143.711 78.687559) - (xy 143.745164 78.859312) - (xy 143.812179 79.021099) - (xy 143.909469 79.166704) - (xy 144.033296 79.290531) - (xy 144.178901 79.387821) - (xy 144.340688 79.454836) - (xy 144.512441 79.489) - (xy 144.687559 79.489) - (xy 144.859312 79.454836) - (xy 145.021099 79.387821) - (xy 145.166704 79.290531) - (xy 145.290531 79.166704) - (xy 145.387821 79.021099) - (xy 145.454836 78.859312) - (xy 145.489 78.687559) - (xy 145.489 78.512441) - (xy 145.454836 78.340688) - (xy 145.387821 78.178901) - (xy 145.290531 78.033296) - (xy 145.166704 77.909469) - (xy 145.021099 77.812179) - (xy 144.859312 77.745164) - (xy 144.687559 77.711) - (xy 144.512441 77.711) - (xy 144.340688 77.745164) - (xy 144.178901 77.812179) - (xy 144.033296 77.909469) - (xy 143.909469 78.033296) - (xy 143.812179 78.178901) - (xy 143.745164 78.340688) - (xy 143.711 78.512441) - (xy 109.885681 78.512441) - (xy 109.978486 78.462836) - (xy 110.098374 78.17798) - (xy 109 77.079605) - (xy 107.901626 78.17798) - (xy 103.632 78.17798) - (xy 103.632 76.954684) - (xy 107.156933 76.954684) - (xy 107.203015 77.313198) - (xy 107.318154 77.655833) - (xy 107.437164 77.878486) - (xy 107.72202 77.998374) - (xy 108.820395 76.9) - (xy 109.179605 76.9) - (xy 110.27798 77.998374) - (xy 110.562836 77.878486) - (xy 110.723699 77.55479) - (xy 110.818322 77.205931) - (xy 110.843067 76.845316) - (xy 110.796985 76.486802) - (xy 110.681846 76.144167) - (xy 110.562836 75.921514) - (xy 110.27798 75.801626) - (xy 109.179605 76.9) - (xy 108.820395 76.9) - (xy 107.72202 75.801626) - (xy 107.437164 75.921514) - (xy 107.276301 76.24521) - (xy 107.181678 76.594069) - (xy 107.156933 76.954684) - (xy 103.632 76.954684) - (xy 103.632 72.2) - (xy 107.161928 72.2) - (xy 107.161928 74.6) - (xy 107.174188 74.724482) - (xy 107.210498 74.84418) - (xy 107.269463 74.954494) - (xy 107.348815 75.051185) - (xy 107.445506 75.130537) - (xy 107.55582 75.189502) - (xy 107.675518 75.225812) - (xy 107.8 75.238072) - (xy 108.206903 75.238072) - (xy 108.021514 75.337164) - (xy 107.901626 75.62202) - (xy 109 76.720395) - (xy 110.026715 75.693679) - (xy 115.3205 75.693679) - (xy 115.3205 75.906321) - (xy 115.361985 76.114878) - (xy 115.44336 76.311335) - (xy 115.561498 76.488141) - (xy 115.711859 76.638502) - (xy 115.888665 76.75664) - (xy 116.085122 76.838015) - (xy 116.293679 76.8795) - (xy 116.506321 76.8795) - (xy 116.714878 76.838015) - (xy 116.911335 76.75664) - (xy 117.05 76.663987) - (xy 117.188665 76.75664) - (xy 117.385122 76.838015) - (xy 117.593679 76.8795) - (xy 117.806321 76.8795) - (xy 118.014878 76.838015) - (xy 118.211335 76.75664) - (xy 118.388141 76.638502) - (xy 118.538502 76.488141) - (xy 118.65664 76.311335) - (xy 118.738015 76.114878) - (xy 118.7795 75.906321) - (xy 118.7795 75.693679) - (xy 118.738015 75.485122) - (xy 118.65664 75.288665) - (xy 118.538502 75.111859) - (xy 118.388141 74.961498) - (xy 118.211335 74.84336) - (xy 118.014878 74.761985) - (xy 117.806321 74.7205) - (xy 117.593679 74.7205) - (xy 117.385122 74.761985) - (xy 117.188665 74.84336) - (xy 117.05 74.936013) - (xy 116.911335 74.84336) - (xy 116.714878 74.761985) - (xy 116.506321 74.7205) - (xy 116.293679 74.7205) - (xy 116.085122 74.761985) - (xy 115.888665 74.84336) - (xy 115.711859 74.961498) - (xy 115.561498 75.111859) - (xy 115.44336 75.288665) - (xy 115.361985 75.485122) - (xy 115.3205 75.693679) - (xy 110.026715 75.693679) - (xy 110.098374 75.62202) - (xy 109.978486 75.337164) - (xy 109.779088 75.238072) - (xy 110.2 75.238072) - (xy 110.324482 75.225812) - (xy 110.44418 75.189502) - (xy 110.554494 75.130537) - (xy 110.651185 75.051185) - (xy 110.730537 74.954494) - (xy 110.789502 74.84418) - (xy 110.825812 74.724482) - (xy 110.838072 74.6) - (xy 110.838072 72.2) - (xy 110.825812 72.075518) - (xy 110.789502 71.95582) - (xy 110.730537 71.845506) - (xy 110.651185 71.748815) - (xy 110.554494 71.669463) - (xy 110.44418 71.610498) - (xy 110.324482 71.574188) - (xy 110.2 71.561928) - (xy 107.8 71.561928) - (xy 107.675518 71.574188) - (xy 107.55582 71.610498) - (xy 107.445506 71.669463) - (xy 107.348815 71.748815) - (xy 107.269463 71.845506) - (xy 107.210498 71.95582) - (xy 107.174188 72.075518) - (xy 107.161928 72.2) - (xy 103.632 72.2) - (xy 103.632 70.762085) - (xy 103.6955 70.775) - (xy 104.0455 70.775) - (xy 104.0455 69.667) - (xy 104.2995 69.667) - (xy 104.2995 70.775) - (xy 104.6495 70.775) - (xy 104.887996 70.726493) - (xy 105.112446 70.63239) - (xy 105.314225 70.496307) - (xy 105.485578 70.323474) - (xy 105.619921 70.120533) - (xy 105.712091 69.895282) - (xy 105.715962 69.857609) - (xy 105.591231 69.667) - (xy 104.2995 69.667) - (xy 104.0455 69.667) - (xy 104.0255 69.667) - (xy 104.0255 69.479133) - (xy 106.112972 69.479133) - (xy 106.175465 69.71545) - (xy 106.418178 69.82885) - (xy 106.678349 69.892719) - (xy 106.945982 69.904604) - (xy 107.210791 69.864048) - (xy 107.4626 69.772609) - (xy 107.569535 69.71545) - (xy 107.632028 69.479133) - (xy 106.8725 68.719605) - (xy 106.112972 69.479133) - (xy 104.0255 69.479133) - (xy 104.0255 69.413) - (xy 104.0455 69.413) - (xy 104.0455 68.305) - (xy 104.2995 68.305) - (xy 104.2995 69.413) - (xy 105.591231 69.413) - (xy 105.705003 69.239138) - (xy 105.933367 69.299528) - (xy 106.692895 68.54) - (xy 107.052105 68.54) - (xy 107.811633 69.299528) - (xy 108.04795 69.237035) - (xy 108.16135 68.994322) - (xy 108.225219 68.734151) - (xy 108.237104 68.466518) - (xy 108.196548 68.201709) - (xy 108.105109 67.9499) - (xy 108.075058 67.893679) - (xy 108.3205 67.893679) - (xy 108.3205 68.106321) - (xy 108.361985 68.314878) - (xy 108.44336 68.511335) - (xy 108.561498 68.688141) - (xy 108.711859 68.838502) - (xy 108.888665 68.95664) - (xy 109.085122 69.038015) - (xy 109.293679 69.0795) - (xy 109.506321 69.0795) - (xy 109.714878 69.038015) - (xy 109.911335 68.95664) - (xy 110.088141 68.838502) - (xy 110.238502 68.688141) - (xy 110.35664 68.511335) - (xy 110.397603 68.412441) - (xy 110.511 68.412441) - (xy 110.511 68.587559) - (xy 110.545164 68.759312) - (xy 110.612179 68.921099) - (xy 110.709469 69.066704) - (xy 110.833296 69.190531) - (xy 110.978901 69.287821) - (xy 111.140688 69.354836) - (xy 111.312441 69.389) - (xy 111.487559 69.389) - (xy 111.659312 69.354836) - (xy 111.821099 69.287821) - (xy 111.899135 69.235679) - (xy 112.2045 69.235679) - (xy 112.2045 69.448321) - (xy 112.245985 69.656878) - (xy 112.32736 69.853335) - (xy 112.445498 70.030141) - (xy 112.595859 70.180502) - (xy 112.772665 70.29864) - (xy 112.969122 70.380015) - (xy 113.177679 70.4215) - (xy 113.390321 70.4215) - (xy 113.598878 70.380015) - (xy 113.795335 70.29864) - (xy 113.972141 70.180502) - (xy 114.122502 70.030141) - (xy 114.24064 69.853335) - (xy 114.322015 69.656878) - (xy 114.3635 69.448321) - (xy 114.3635 69.235679) - (xy 114.322015 69.027122) - (xy 114.291599 68.953691) - (xy 117.86975 68.953691) - (xy 117.86975 69.128809) - (xy 117.903914 69.300562) - (xy 117.970929 69.462349) - (xy 118.068219 69.607954) - (xy 118.192046 69.731781) - (xy 118.337651 69.829071) - (xy 118.499438 69.896086) - (xy 118.671191 69.93025) - (xy 118.846309 69.93025) - (xy 119.018062 69.896086) - (xy 119.179849 69.829071) - (xy 119.325454 69.731781) - (xy 119.449281 69.607954) - (xy 119.546571 69.462349) - (xy 119.613586 69.300562) - (xy 119.64775 69.128809) - (xy 119.64775 68.953691) - (xy 119.613586 68.781938) - (xy 119.5848 68.712441) - (xy 121.511 68.712441) - (xy 121.511 68.887559) - (xy 121.545164 69.059312) - (xy 121.612179 69.221099) - (xy 121.709469 69.366704) - (xy 121.833296 69.490531) - (xy 121.978901 69.587821) - (xy 122.140688 69.654836) - (xy 122.312441 69.689) - (xy 122.487559 69.689) - (xy 122.659312 69.654836) - (xy 122.821099 69.587821) - (xy 122.966704 69.490531) - (xy 123.090531 69.366704) - (xy 123.187821 69.221099) - (xy 123.254836 69.059312) - (xy 123.289 68.887559) - (xy 123.289 68.712441) - (xy 123.254836 68.540688) - (xy 123.187821 68.378901) - (xy 123.090531 68.233296) - (xy 122.966704 68.109469) - (xy 122.821099 68.012179) - (xy 122.659312 67.945164) - (xy 122.487559 67.911) - (xy 122.312441 67.911) - (xy 122.140688 67.945164) - (xy 121.978901 68.012179) - (xy 121.833296 68.109469) - (xy 121.709469 68.233296) - (xy 121.612179 68.378901) - (xy 121.545164 68.540688) - (xy 121.511 68.712441) - (xy 119.5848 68.712441) - (xy 119.546571 68.620151) - (xy 119.449281 68.474546) - (xy 119.325454 68.350719) - (xy 119.179849 68.253429) - (xy 119.018062 68.186414) - (xy 118.846309 68.15225) - (xy 118.671191 68.15225) - (xy 118.499438 68.186414) - (xy 118.337651 68.253429) - (xy 118.192046 68.350719) - (xy 118.068219 68.474546) - (xy 117.970929 68.620151) - (xy 117.903914 68.781938) - (xy 117.86975 68.953691) - (xy 114.291599 68.953691) - (xy 114.24064 68.830665) - (xy 114.122502 68.653859) - (xy 113.972141 68.503498) - (xy 113.795335 68.38536) - (xy 113.598878 68.303985) - (xy 113.390321 68.2625) - (xy 113.177679 68.2625) - (xy 112.969122 68.303985) - (xy 112.772665 68.38536) - (xy 112.595859 68.503498) - (xy 112.445498 68.653859) - (xy 112.32736 68.830665) - (xy 112.245985 69.027122) - (xy 112.2045 69.235679) - (xy 111.899135 69.235679) - (xy 111.966704 69.190531) - (xy 112.090531 69.066704) - (xy 112.187821 68.921099) - (xy 112.254836 68.759312) - (xy 112.289 68.587559) - (xy 112.289 68.412441) - (xy 112.254836 68.240688) - (xy 112.187821 68.078901) - (xy 112.090531 67.933296) - (xy 111.966704 67.809469) - (xy 111.821099 67.712179) - (xy 111.659312 67.645164) - (xy 111.487559 67.611) - (xy 111.312441 67.611) - (xy 111.140688 67.645164) - (xy 110.978901 67.712179) - (xy 110.833296 67.809469) - (xy 110.709469 67.933296) - (xy 110.612179 68.078901) - (xy 110.545164 68.240688) - (xy 110.511 68.412441) - (xy 110.397603 68.412441) - (xy 110.438015 68.314878) - (xy 110.4795 68.106321) - (xy 110.4795 67.893679) - (xy 110.438015 67.685122) - (xy 110.35664 67.488665) - (xy 110.238502 67.311859) - (xy 110.088141 67.161498) - (xy 109.911335 67.04336) - (xy 109.714878 66.961985) - (xy 109.506321 66.9205) - (xy 109.293679 66.9205) - (xy 109.085122 66.961985) - (xy 108.888665 67.04336) - (xy 108.711859 67.161498) - (xy 108.561498 67.311859) - (xy 108.44336 67.488665) - (xy 108.361985 67.685122) - (xy 108.3205 67.893679) - (xy 108.075058 67.893679) - (xy 108.04795 67.842965) - (xy 107.811633 67.780472) - (xy 107.052105 68.54) - (xy 106.692895 68.54) - (xy 105.933367 67.780472) - (xy 105.69705 67.842965) - (xy 105.58365 68.085678) - (xy 105.519781 68.345849) - (xy 105.507896 68.613482) - (xy 105.543115 68.843442) - (xy 105.485578 68.756526) - (xy 105.314225 68.583693) - (xy 105.112446 68.44761) - (xy 104.887996 68.353507) - (xy 104.6495 68.305) - (xy 104.2995 68.305) - (xy 104.0455 68.305) - (xy 103.6955 68.305) - (xy 103.632 68.317915) - (xy 103.632 67.600867) - (xy 106.112972 67.600867) - (xy 106.8725 68.360395) - (xy 107.632028 67.600867) - (xy 107.569535 67.36455) - (xy 107.326822 67.25115) - (xy 107.066651 67.187281) - (xy 106.799018 67.175396) - (xy 106.534209 67.215952) - (xy 106.2824 67.307391) - (xy 106.175465 67.36455) - (xy 106.112972 67.600867) - (xy 103.632 67.600867) - (xy 103.632 64.479133) - (xy 106.112972 64.479133) - (xy 106.175465 64.71545) - (xy 106.418178 64.82885) - (xy 106.678349 64.892719) - (xy 106.945982 64.904604) - (xy 107.210791 64.864048) - (xy 107.4626 64.772609) - (xy 107.569535 64.71545) - (xy 107.583225 64.663679) - (xy 108.1405 64.663679) - (xy 108.1405 64.876321) - (xy 108.181985 65.084878) - (xy 108.26336 65.281335) - (xy 108.381498 65.458141) - (xy 108.531859 65.608502) - (xy 108.708665 65.72664) - (xy 108.905122 65.808015) - (xy 109.113679 65.8495) - (xy 109.151266 65.8495) - (xy 109.194179 65.953099) - (xy 109.291469 66.098704) - (xy 109.415296 66.222531) - (xy 109.560901 66.319821) - (xy 109.722688 66.386836) - (xy 109.894441 66.421) - (xy 110.069559 66.421) - (xy 110.115046 66.411952) - (xy 110.143164 66.553312) - (xy 110.210179 66.715099) - (xy 110.307469 66.860704) - (xy 110.431296 66.984531) - (xy 110.576901 67.081821) - (xy 110.738688 67.148836) - (xy 110.910441 67.183) - (xy 111.085559 67.183) - (xy 111.257312 67.148836) - (xy 111.345176 67.112441) - (xy 118.311 67.112441) - (xy 118.311 67.287559) - (xy 118.345164 67.459312) - (xy 118.412179 67.621099) - (xy 118.509469 67.766704) - (xy 118.633296 67.890531) - (xy 118.778901 67.987821) - (xy 118.940688 68.054836) - (xy 119.112441 68.089) - (xy 119.287559 68.089) - (xy 119.459312 68.054836) - (xy 119.621099 67.987821) - (xy 119.766704 67.890531) - (xy 119.890531 67.766704) - (xy 119.987821 67.621099) - (xy 120.054836 67.459312) - (xy 120.089 67.287559) - (xy 120.089 67.112441) - (xy 120.054836 66.940688) - (xy 119.987821 66.778901) - (xy 119.890531 66.633296) - (xy 119.766704 66.509469) - (xy 119.621099 66.412179) - (xy 119.459312 66.345164) - (xy 119.287559 66.311) - (xy 119.112441 66.311) - (xy 118.940688 66.345164) - (xy 118.778901 66.412179) - (xy 118.633296 66.509469) - (xy 118.509469 66.633296) - (xy 118.412179 66.778901) - (xy 118.345164 66.940688) - (xy 118.311 67.112441) - (xy 111.345176 67.112441) - (xy 111.419099 67.081821) - (xy 111.564704 66.984531) - (xy 111.688531 66.860704) - (xy 111.785821 66.715099) - (xy 111.852836 66.553312) - (xy 111.887 66.381559) - (xy 111.887 66.206441) - (xy 111.852836 66.034688) - (xy 111.785821 65.872901) - (xy 111.778832 65.862441) - (xy 143.411 65.862441) - (xy 143.411 66.037559) - (xy 143.445164 66.209312) - (xy 143.512179 66.371099) - (xy 143.609469 66.516704) - (xy 143.667765 66.575) - (xy 143.609469 66.633296) - (xy 143.512179 66.778901) - (xy 143.445164 66.940688) - (xy 143.411 67.112441) - (xy 143.411 67.287559) - (xy 143.445164 67.459312) - (xy 143.512179 67.621099) - (xy 143.609469 67.766704) - (xy 143.733296 67.890531) - (xy 143.878901 67.987821) - (xy 144.040688 68.054836) - (xy 144.212441 68.089) - (xy 144.387559 68.089) - (xy 144.559312 68.054836) - (xy 144.721099 67.987821) - (xy 144.866704 67.890531) - (xy 144.990531 67.766704) - (xy 145.087821 67.621099) - (xy 145.154836 67.459312) - (xy 145.189 67.287559) - (xy 145.189 67.112441) - (xy 145.154836 66.940688) - (xy 145.087821 66.778901) - (xy 144.990531 66.633296) - (xy 144.932235 66.575) - (xy 144.990531 66.516704) - (xy 145.087821 66.371099) - (xy 145.154836 66.209312) - (xy 145.189 66.037559) - (xy 145.189 65.862441) - (xy 145.154836 65.690688) - (xy 145.087821 65.528901) - (xy 144.990531 65.383296) - (xy 144.866704 65.259469) - (xy 144.721099 65.162179) - (xy 144.559312 65.095164) - (xy 144.387559 65.061) - (xy 144.212441 65.061) - (xy 144.040688 65.095164) - (xy 143.878901 65.162179) - (xy 143.733296 65.259469) - (xy 143.609469 65.383296) - (xy 143.512179 65.528901) - (xy 143.445164 65.690688) - (xy 143.411 65.862441) - (xy 111.778832 65.862441) - (xy 111.688531 65.727296) - (xy 111.564704 65.603469) - (xy 111.419099 65.506179) - (xy 111.257312 65.439164) - (xy 111.085559 65.405) - (xy 110.910441 65.405) - (xy 110.864954 65.414048) - (xy 110.836836 65.272688) - (xy 110.769821 65.110901) - (xy 110.672531 64.965296) - (xy 110.548704 64.841469) - (xy 110.403099 64.744179) - (xy 110.2995 64.701266) - (xy 110.2995 64.663679) - (xy 110.266539 64.497977) - (xy 110.366335 64.45664) - (xy 110.543141 64.338502) - (xy 110.693502 64.188141) - (xy 110.744083 64.112441) - (xy 116.711 64.112441) - (xy 116.711 64.287559) - (xy 116.745164 64.459312) - (xy 116.812179 64.621099) - (xy 116.909469 64.766704) - (xy 117.033296 64.890531) - (xy 117.178901 64.987821) - (xy 117.340688 65.054836) - (xy 117.512441 65.089) - (xy 117.687559 65.089) - (xy 117.859312 65.054836) - (xy 118.021099 64.987821) - (xy 118.166704 64.890531) - (xy 118.290531 64.766704) - (xy 118.387821 64.621099) - (xy 118.454836 64.459312) - (xy 118.489 64.287559) - (xy 118.489 64.112441) - (xy 118.472339 64.028679) - (xy 122.1105 64.028679) - (xy 122.1105 64.241321) - (xy 122.151985 64.449878) - (xy 122.23336 64.646335) - (xy 122.351498 64.823141) - (xy 122.501859 64.973502) - (xy 122.678665 65.09164) - (xy 122.875122 65.173015) - (xy 123.083679 65.2145) - (xy 123.296321 65.2145) - (xy 123.504878 65.173015) - (xy 123.701335 65.09164) - (xy 123.878141 64.973502) - (xy 124.028502 64.823141) - (xy 124.14664 64.646335) - (xy 124.228015 64.449878) - (xy 124.2695 64.241321) - (xy 124.2695 64.028679) - (xy 124.228015 63.820122) - (xy 124.14664 63.623665) - (xy 124.028502 63.446859) - (xy 123.878141 63.296498) - (xy 123.701335 63.17836) - (xy 123.504878 63.096985) - (xy 123.296321 63.0555) - (xy 123.083679 63.0555) - (xy 122.875122 63.096985) - (xy 122.678665 63.17836) - (xy 122.501859 63.296498) - (xy 122.351498 63.446859) - (xy 122.23336 63.623665) - (xy 122.151985 63.820122) - (xy 122.1105 64.028679) - (xy 118.472339 64.028679) - (xy 118.454836 63.940688) - (xy 118.387821 63.778901) - (xy 118.290531 63.633296) - (xy 118.166704 63.509469) - (xy 118.021099 63.412179) - (xy 117.859312 63.345164) - (xy 117.687559 63.311) - (xy 117.512441 63.311) - (xy 117.340688 63.345164) - (xy 117.178901 63.412179) - (xy 117.033296 63.509469) - (xy 116.909469 63.633296) - (xy 116.812179 63.778901) - (xy 116.745164 63.940688) - (xy 116.711 64.112441) - (xy 110.744083 64.112441) - (xy 110.81164 64.011335) - (xy 110.893015 63.814878) - (xy 110.9345 63.606321) - (xy 110.9345 63.393679) - (xy 110.893015 63.185122) - (xy 110.81164 62.988665) - (xy 110.693502 62.811859) - (xy 110.543141 62.661498) - (xy 110.366335 62.54336) - (xy 110.169878 62.461985) - (xy 109.961321 62.4205) - (xy 109.748679 62.4205) - (xy 109.540122 62.461985) - (xy 109.343665 62.54336) - (xy 109.166859 62.661498) - (xy 109.016498 62.811859) - (xy 108.89836 62.988665) - (xy 108.816985 63.185122) - (xy 108.7755 63.393679) - (xy 108.7755 63.606321) - (xy 108.808461 63.772023) - (xy 108.708665 63.81336) - (xy 108.531859 63.931498) - (xy 108.381498 64.081859) - (xy 108.26336 64.258665) - (xy 108.181985 64.455122) - (xy 108.1405 64.663679) - (xy 107.583225 64.663679) - (xy 107.632028 64.479133) - (xy 106.8725 63.719605) - (xy 106.112972 64.479133) - (xy 103.632 64.479133) - (xy 103.632 63.762085) - (xy 103.6955 63.775) - (xy 104.0455 63.775) - (xy 104.0455 62.667) - (xy 104.2995 62.667) - (xy 104.2995 63.775) - (xy 104.6495 63.775) - (xy 104.887996 63.726493) - (xy 105.112446 63.63239) - (xy 105.314225 63.496307) - (xy 105.485578 63.323474) - (xy 105.548671 63.228164) - (xy 105.519781 63.345849) - (xy 105.507896 63.613482) - (xy 105.548452 63.878291) - (xy 105.639891 64.1301) - (xy 105.69705 64.237035) - (xy 105.933367 64.299528) - (xy 106.692895 63.54) - (xy 107.052105 63.54) - (xy 107.811633 64.299528) - (xy 108.04795 64.237035) - (xy 108.16135 63.994322) - (xy 108.225219 63.734151) - (xy 108.237104 63.466518) - (xy 108.196548 63.201709) - (xy 108.105109 62.9499) - (xy 108.04795 62.842965) - (xy 107.811633 62.780472) - (xy 107.052105 63.54) - (xy 106.692895 63.54) - (xy 105.933367 62.780472) - (xy 105.705003 62.840862) - (xy 105.591231 62.667) - (xy 104.2995 62.667) - (xy 104.0455 62.667) - (xy 104.0255 62.667) - (xy 104.0255 62.600867) - (xy 106.112972 62.600867) - (xy 106.8725 63.360395) - (xy 107.632028 62.600867) - (xy 107.569535 62.36455) - (xy 107.326822 62.25115) - (xy 107.066651 62.187281) - (xy 106.799018 62.175396) - (xy 106.534209 62.215952) - (xy 106.2824 62.307391) - (xy 106.175465 62.36455) - (xy 106.112972 62.600867) - (xy 104.0255 62.600867) - (xy 104.0255 62.413) - (xy 104.0455 62.413) - (xy 104.0455 61.305) - (xy 104.2995 61.305) - (xy 104.2995 62.413) - (xy 105.591231 62.413) - (xy 105.715962 62.222391) - (xy 105.712091 62.184718) - (xy 105.619921 61.959467) - (xy 105.485578 61.756526) - (xy 105.314225 61.583693) - (xy 105.112446 61.44761) - (xy 104.887996 61.353507) - (xy 104.6495 61.305) - (xy 104.2995 61.305) - (xy 104.0455 61.305) - (xy 103.6955 61.305) - (xy 103.632 61.317915) - (xy 103.632 58.472606) - (xy 104.251414 57.853192) - (xy 104.30089 58.101925) - (xy 104.469369 58.508669) - (xy 104.713962 58.874729) - (xy 105.025271 59.186038) - (xy 105.391331 59.430631) - (xy 105.798075 59.59911) - (xy 106.229872 59.685) - (xy 106.670128 59.685) - (xy 107.101925 59.59911) - (xy 107.508669 59.430631) - (xy 107.874729 59.186038) - (xy 108.186038 58.874729) - (xy 108.430631 58.508669) - (xy 108.59911 58.101925) - (xy 108.685 57.670128) - (xy 108.685 57.229872) - (xy 108.59911 56.798075) - (xy 108.430631 56.391331) - (xy 108.186038 56.025271) - (xy 107.874729 55.713962) - (xy 107.508669 55.469369) - (xy 107.101925 55.30089) - (xy 106.853192 55.251414) - (xy 107.367606 54.737) - (xy 115.442685 54.737) - ) - ) - ) - (zone (net 2) (net_name "+3V3") (layer "In2.Cu") (tstamp 00000000-0000-0000-0000-00005da4b485) (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) (smoothing fillet)) - (polygon - (pts - (xy 106.648875 54.61) - (xy 103.473875 57.785) - (xy 103.473875 71) - (xy 112.363875 71) - (xy 112.363875 82.55) - (xy 146.018875 82.55) - (xy 146.018875 62.865) - (xy 116.173875 62.865) - (xy 116.173875 54.61) - ) - ) - (filled_polygon - (layer "In2.Cu") - (pts - (xy 110.04336 54.888665) - (xy 109.961985 55.085122) - (xy 109.9205 55.293679) - (xy 109.9205 55.506321) - (xy 109.961985 55.714878) - (xy 110.04336 55.911335) - (xy 110.161498 56.088141) - (xy 110.311859 56.238502) - (xy 110.488665 56.35664) - (xy 110.685122 56.438015) - (xy 110.893679 56.4795) - (xy 111.106321 56.4795) - (xy 111.314878 56.438015) - (xy 111.511335 56.35664) - (xy 111.688141 56.238502) - (xy 111.838502 56.088141) - (xy 111.95664 55.911335) - (xy 112.038015 55.714878) - (xy 112.0795 55.506321) - (xy 112.0795 55.293679) - (xy 112.038015 55.085122) - (xy 111.95664 54.888665) - (xy 111.855301 54.737) - (xy 116.046875 54.737) - (xy 116.046875 60.700396) - (xy 116.033296 60.709469) - (xy 115.909469 60.833296) - (xy 115.812179 60.978901) - (xy 115.745164 61.140688) - (xy 115.711 61.312441) - (xy 115.711 61.357461) - (xy 115.578901 61.412179) - (xy 115.433296 61.509469) - (xy 115.309469 61.633296) - (xy 115.212179 61.778901) - (xy 115.147305 61.93552) - (xy 115.109399 61.93552) - (xy 114.937646 61.969684) - (xy 114.775859 62.036699) - (xy 114.630254 62.133989) - (xy 114.506427 62.257816) - (xy 114.409137 62.403421) - (xy 114.342122 62.565208) - (xy 114.307958 62.736961) - (xy 114.307958 62.912079) - (xy 114.342122 63.083832) - (xy 114.409137 63.245619) - (xy 114.506427 63.391224) - (xy 114.630254 63.515051) - (xy 114.775859 63.612341) - (xy 114.937646 63.679356) - (xy 115.109399 63.71352) - (xy 115.284517 63.71352) - (xy 115.45627 63.679356) - (xy 115.618057 63.612341) - (xy 115.763662 63.515051) - (xy 115.887489 63.391224) - (xy 115.984779 63.245619) - (xy 116.049653 63.089) - (xy 116.087559 63.089) - (xy 116.259312 63.054836) - (xy 116.41101 62.992) - (xy 119.885357 62.992) - (xy 119.811498 63.065859) - (xy 119.69336 63.242665) - (xy 119.611985 63.439122) - (xy 119.5705 63.647679) - (xy 119.5705 63.860321) - (xy 119.611985 64.068878) - (xy 119.69336 64.265335) - (xy 119.811498 64.442141) - (xy 119.961859 64.592502) - (xy 120.138665 64.71064) - (xy 120.335122 64.792015) - (xy 120.543679 64.8335) - (xy 120.756321 64.8335) - (xy 120.964878 64.792015) - (xy 121.161335 64.71064) - (xy 121.338141 64.592502) - (xy 121.488502 64.442141) - (xy 121.60664 64.265335) - (xy 121.688015 64.068878) - (xy 121.7295 63.860321) - (xy 121.7295 63.647679) - (xy 121.688015 63.439122) - (xy 121.60664 63.242665) - (xy 121.488502 63.065859) - (xy 121.414643 62.992) - (xy 144.7205 62.992) - (xy 144.7205 63.106321) - (xy 144.761985 63.314878) - (xy 144.84336 63.511335) - (xy 144.961498 63.688141) - (xy 145.111859 63.838502) - (xy 145.288665 63.95664) - (xy 145.485122 64.038015) - (xy 145.693679 64.0795) - (xy 145.891875 64.0795) - (xy 145.891875 73.793878) - (xy 145.814878 73.761985) - (xy 145.606321 73.7205) - (xy 145.393679 73.7205) - (xy 145.185122 73.761985) - (xy 144.988665 73.84336) - (xy 144.811859 73.961498) - (xy 144.661498 74.111859) - (xy 144.54336 74.288665) - (xy 144.461985 74.485122) - (xy 144.4205 74.693679) - (xy 144.4205 74.906321) - (xy 144.461985 75.114878) - (xy 144.54336 75.311335) - (xy 144.661498 75.488141) - (xy 144.811859 75.638502) - (xy 144.988665 75.75664) - (xy 145.185122 75.838015) - (xy 145.393679 75.8795) - (xy 145.606321 75.8795) - (xy 145.814878 75.838015) - (xy 145.891875 75.806122) - (xy 145.891875 82.423) - (xy 144.111893 82.423) - (xy 144.145 82.256559) - (xy 144.145 82.081441) - (xy 144.110836 81.909688) - (xy 144.043821 81.747901) - (xy 143.946531 81.602296) - (xy 143.822704 81.478469) - (xy 143.677099 81.381179) - (xy 143.515312 81.314164) - (xy 143.343559 81.28) - (xy 143.168441 81.28) - (xy 142.996688 81.314164) - (xy 142.834901 81.381179) - (xy 142.689296 81.478469) - (xy 142.565469 81.602296) - (xy 142.468179 81.747901) - (xy 142.401164 81.909688) - (xy 142.367 82.081441) - (xy 142.367 82.256559) - (xy 142.400107 82.423) - (xy 139.612764 82.423) - (xy 139.538502 82.311859) - (xy 139.388141 82.161498) - (xy 139.211335 82.04336) - (xy 139.014878 81.961985) - (xy 138.806321 81.9205) - (xy 138.593679 81.9205) - (xy 138.385122 81.961985) - (xy 138.188665 82.04336) - (xy 138.011859 82.161498) - (xy 137.861498 82.311859) - (xy 137.787236 82.423) - (xy 118.170862 82.423) - (xy 118.15664 82.388665) - (xy 118.038502 82.211859) - (xy 117.888141 82.061498) - (xy 117.711335 81.94336) - (xy 117.514878 81.861985) - (xy 117.306321 81.8205) - (xy 117.093679 81.8205) - (xy 116.885122 81.861985) - (xy 116.688665 81.94336) - (xy 116.511859 82.061498) - (xy 116.361498 82.211859) - (xy 116.24336 82.388665) - (xy 116.229138 82.423) - (xy 112.490875 82.423) - (xy 112.490875 80.093679) - (xy 124.9205 80.093679) - (xy 124.9205 80.306321) - (xy 124.961985 80.514878) - (xy 125.04336 80.711335) - (xy 125.161498 80.888141) - (xy 125.311859 81.038502) - (xy 125.488665 81.15664) - (xy 125.685122 81.238015) - (xy 125.893679 81.2795) - (xy 126.106321 81.2795) - (xy 126.314878 81.238015) - (xy 126.5 81.161335) - (xy 126.685122 81.238015) - (xy 126.893679 81.2795) - (xy 127.106321 81.2795) - (xy 127.314878 81.238015) - (xy 127.511335 81.15664) - (xy 127.688141 81.038502) - (xy 127.838502 80.888141) - (xy 127.95664 80.711335) - (xy 128.038015 80.514878) - (xy 128.0795 80.306321) - (xy 128.0795 80.093679) - (xy 128.038015 79.885122) - (xy 127.95664 79.688665) - (xy 127.838502 79.511859) - (xy 127.688141 79.361498) - (xy 127.511335 79.24336) - (xy 127.314878 79.161985) - (xy 127.106321 79.1205) - (xy 126.893679 79.1205) - (xy 126.685122 79.161985) - (xy 126.5 79.238665) - (xy 126.314878 79.161985) - (xy 126.106321 79.1205) - (xy 125.893679 79.1205) - (xy 125.685122 79.161985) - (xy 125.488665 79.24336) - (xy 125.311859 79.361498) - (xy 125.161498 79.511859) - (xy 125.04336 79.688665) - (xy 124.961985 79.885122) - (xy 124.9205 80.093679) - (xy 112.490875 80.093679) - (xy 112.490875 78.512441) - (xy 143.711 78.512441) - (xy 143.711 78.687559) - (xy 143.745164 78.859312) - (xy 143.812179 79.021099) - (xy 143.909469 79.166704) - (xy 144.033296 79.290531) - (xy 144.178901 79.387821) - (xy 144.340688 79.454836) - (xy 144.512441 79.489) - (xy 144.687559 79.489) - (xy 144.859312 79.454836) - (xy 145.021099 79.387821) - (xy 145.166704 79.290531) - (xy 145.290531 79.166704) - (xy 145.387821 79.021099) - (xy 145.454836 78.859312) - (xy 145.489 78.687559) - (xy 145.489 78.512441) - (xy 145.454836 78.340688) - (xy 145.387821 78.178901) - (xy 145.290531 78.033296) - (xy 145.166704 77.909469) - (xy 145.021099 77.812179) - (xy 144.859312 77.745164) - (xy 144.687559 77.711) - (xy 144.512441 77.711) - (xy 144.340688 77.745164) - (xy 144.178901 77.812179) - (xy 144.033296 77.909469) - (xy 143.909469 78.033296) - (xy 143.812179 78.178901) - (xy 143.745164 78.340688) - (xy 143.711 78.512441) - (xy 112.490875 78.512441) - (xy 112.490875 71.182446) - (xy 112.561498 71.288141) - (xy 112.711859 71.438502) - (xy 112.888665 71.55664) - (xy 113.085122 71.638015) - (xy 113.174161 71.655726) - (xy 113.161985 71.685122) - (xy 113.1205 71.893679) - (xy 113.1205 72.106321) - (xy 113.161985 72.314878) - (xy 113.24336 72.511335) - (xy 113.361498 72.688141) - (xy 113.511859 72.838502) - (xy 113.688665 72.95664) - (xy 113.885122 73.038015) - (xy 114.093679 73.0795) - (xy 114.306321 73.0795) - (xy 114.514878 73.038015) - (xy 114.711335 72.95664) - (xy 114.75 72.930805) - (xy 114.788665 72.95664) - (xy 114.985122 73.038015) - (xy 115.193679 73.0795) - (xy 115.406321 73.0795) - (xy 115.614878 73.038015) - (xy 115.811335 72.95664) - (xy 115.988141 72.838502) - (xy 116.138502 72.688141) - (xy 116.25664 72.511335) - (xy 116.338015 72.314878) - (xy 116.3795 72.106321) - (xy 116.3795 71.893679) - (xy 116.338015 71.685122) - (xy 116.25664 71.488665) - (xy 116.138502 71.311859) - (xy 115.988141 71.161498) - (xy 115.811335 71.04336) - (xy 115.614878 70.961985) - (xy 115.406321 70.9205) - (xy 115.193679 70.9205) - (xy 114.985122 70.961985) - (xy 114.788665 71.04336) - (xy 114.75 71.069195) - (xy 114.711335 71.04336) - (xy 114.514878 70.961985) - (xy 114.425839 70.944274) - (xy 114.438015 70.914878) - (xy 114.4795 70.706321) - (xy 114.4795 70.493679) - (xy 114.438015 70.285122) - (xy 114.35664 70.088665) - (xy 114.238502 69.911859) - (xy 114.216342 69.889699) - (xy 114.24064 69.853335) - (xy 114.322015 69.656878) - (xy 114.3635 69.448321) - (xy 114.3635 69.235679) - (xy 114.322015 69.027122) - (xy 114.24064 68.830665) - (xy 114.122502 68.653859) - (xy 113.972141 68.503498) - (xy 113.795335 68.38536) - (xy 113.598878 68.303985) - (xy 113.390321 68.2625) - (xy 113.177679 68.2625) - (xy 112.969122 68.303985) - (xy 112.772665 68.38536) - (xy 112.595859 68.503498) - (xy 112.445498 68.653859) - (xy 112.32736 68.830665) - (xy 112.245985 69.027122) - (xy 112.2045 69.235679) - (xy 112.2045 69.448321) - (xy 112.245985 69.656878) - (xy 112.32736 69.853335) - (xy 112.445498 70.030141) - (xy 112.467658 70.052301) - (xy 112.44336 70.088665) - (xy 112.361985 70.285122) - (xy 112.3205 70.493679) - (xy 112.3205 70.706321) - (xy 112.353655 70.873) - (xy 103.600875 70.873) - (xy 103.600875 70.759147) - (xy 103.761835 70.775) - (xy 104.583165 70.775) - (xy 104.764602 70.75713) - (xy 104.997401 70.686511) - (xy 105.211949 70.571833) - (xy 105.400002 70.417502) - (xy 105.554333 70.229449) - (xy 105.669011 70.014901) - (xy 105.73963 69.782102) - (xy 105.763475 69.54) - (xy 105.73963 69.297898) - (xy 105.736617 69.287965) - (xy 105.816119 69.406949) - (xy 106.005551 69.596381) - (xy 106.228299 69.745216) - (xy 106.475803 69.847736) - (xy 106.738552 69.9) - (xy 107.006448 69.9) - (xy 107.269197 69.847736) - (xy 107.516701 69.745216) - (xy 107.739449 69.596381) - (xy 107.763094 69.572736) - (xy 107.888665 69.65664) - (xy 108.085122 69.738015) - (xy 108.293679 69.7795) - (xy 108.506321 69.7795) - (xy 108.714878 69.738015) - (xy 108.911335 69.65664) - (xy 109.088141 69.538502) - (xy 109.238502 69.388141) - (xy 109.35664 69.211335) - (xy 109.411248 69.0795) - (xy 109.506321 69.0795) - (xy 109.714878 69.038015) - (xy 109.911335 68.95664) - (xy 110.088141 68.838502) - (xy 110.238502 68.688141) - (xy 110.35664 68.511335) - (xy 110.438015 68.314878) - (xy 110.4795 68.106321) - (xy 110.4795 67.984441) - (xy 116.713 67.984441) - (xy 116.713 68.159559) - (xy 116.747164 68.331312) - (xy 116.814179 68.493099) - (xy 116.911469 68.638704) - (xy 117.035296 68.762531) - (xy 117.180901 68.859821) - (xy 117.342688 68.926836) - (xy 117.514441 68.961) - (xy 117.689559 68.961) - (xy 117.861312 68.926836) - (xy 117.876329 68.920616) - (xy 117.86975 68.953691) - (xy 117.86975 69.128809) - (xy 117.903914 69.300562) - (xy 117.970929 69.462349) - (xy 118.068219 69.607954) - (xy 118.192046 69.731781) - (xy 118.337651 69.829071) - (xy 118.499438 69.896086) - (xy 118.671191 69.93025) - (xy 118.846309 69.93025) - (xy 119.018062 69.896086) - (xy 119.179849 69.829071) - (xy 119.325454 69.731781) - (xy 119.449281 69.607954) - (xy 119.546571 69.462349) - (xy 119.613586 69.300562) - (xy 119.64775 69.128809) - (xy 119.64775 68.953691) - (xy 119.613586 68.781938) - (xy 119.5848 68.712441) - (xy 121.511 68.712441) - (xy 121.511 68.887559) - (xy 121.545164 69.059312) - (xy 121.612179 69.221099) - (xy 121.709469 69.366704) - (xy 121.833296 69.490531) - (xy 121.978901 69.587821) - (xy 122.140688 69.654836) - (xy 122.312441 69.689) - (xy 122.487559 69.689) - (xy 122.659312 69.654836) - (xy 122.821099 69.587821) - (xy 122.966704 69.490531) - (xy 123.090531 69.366704) - (xy 123.187821 69.221099) - (xy 123.254836 69.059312) - (xy 123.289 68.887559) - (xy 123.289 68.712441) - (xy 123.254836 68.540688) - (xy 123.187821 68.378901) - (xy 123.090531 68.233296) - (xy 122.966704 68.109469) - (xy 122.821099 68.012179) - (xy 122.659312 67.945164) - (xy 122.487559 67.911) - (xy 122.312441 67.911) - (xy 122.140688 67.945164) - (xy 121.978901 68.012179) - (xy 121.833296 68.109469) - (xy 121.709469 68.233296) - (xy 121.612179 68.378901) - (xy 121.545164 68.540688) - (xy 121.511 68.712441) - (xy 119.5848 68.712441) - (xy 119.546571 68.620151) - (xy 119.449281 68.474546) - (xy 119.325454 68.350719) - (xy 119.179849 68.253429) - (xy 119.018062 68.186414) - (xy 118.846309 68.15225) - (xy 118.671191 68.15225) - (xy 118.499438 68.186414) - (xy 118.484421 68.192634) - (xy 118.491 68.159559) - (xy 118.491 67.984441) - (xy 118.456836 67.812688) - (xy 118.389821 67.650901) - (xy 118.292531 67.505296) - (xy 118.168704 67.381469) - (xy 118.023099 67.284179) - (xy 117.861312 67.217164) - (xy 117.689559 67.183) - (xy 117.514441 67.183) - (xy 117.342688 67.217164) - (xy 117.180901 67.284179) - (xy 117.035296 67.381469) - (xy 116.911469 67.505296) - (xy 116.814179 67.650901) - (xy 116.747164 67.812688) - (xy 116.713 67.984441) - (xy 110.4795 67.984441) - (xy 110.4795 67.893679) - (xy 110.438015 67.685122) - (xy 110.35664 67.488665) - (xy 110.238502 67.311859) - (xy 110.088141 67.161498) - (xy 109.911335 67.04336) - (xy 109.714878 66.961985) - (xy 109.506321 66.9205) - (xy 109.293679 66.9205) - (xy 109.085122 66.961985) - (xy 108.888665 67.04336) - (xy 108.711859 67.161498) - (xy 108.561498 67.311859) - (xy 108.44336 67.488665) - (xy 108.388752 67.6205) - (xy 108.293679 67.6205) - (xy 108.085122 67.661985) - (xy 107.956958 67.715072) - (xy 107.928881 67.673051) - (xy 107.739449 67.483619) - (xy 107.516701 67.334784) - (xy 107.269197 67.232264) - (xy 107.006448 67.18) - (xy 106.738552 67.18) - (xy 106.475803 67.232264) - (xy 106.228299 67.334784) - (xy 106.005551 67.483619) - (xy 105.816119 67.673051) - (xy 105.667284 67.895799) - (xy 105.564764 68.143303) - (xy 105.5125 68.406052) - (xy 105.5125 68.673948) - (xy 105.545484 68.839768) - (xy 105.400002 68.662498) - (xy 105.211949 68.508167) - (xy 104.997401 68.393489) - (xy 104.764602 68.32287) - (xy 104.583165 68.305) - (xy 103.761835 68.305) - (xy 103.600875 68.320853) - (xy 103.600875 63.759147) - (xy 103.761835 63.775) - (xy 104.583165 63.775) - (xy 104.764602 63.75713) - (xy 104.997401 63.686511) - (xy 105.211949 63.571833) - (xy 105.400002 63.417502) - (xy 105.545484 63.240232) - (xy 105.5125 63.406052) - (xy 105.5125 63.673948) - (xy 105.564764 63.936697) - (xy 105.667284 64.184201) - (xy 105.816119 64.406949) - (xy 106.005551 64.596381) - (xy 106.228299 64.745216) - (xy 106.475803 64.847736) - (xy 106.738552 64.9) - (xy 107.006448 64.9) - (xy 107.269197 64.847736) - (xy 107.516701 64.745216) - (xy 107.63873 64.663679) - (xy 108.1405 64.663679) - (xy 108.1405 64.876321) - (xy 108.181985 65.084878) - (xy 108.26336 65.281335) - (xy 108.381498 65.458141) - (xy 108.531859 65.608502) - (xy 108.708665 65.72664) - (xy 108.905122 65.808015) - (xy 109.113679 65.8495) - (xy 109.151266 65.8495) - (xy 109.194179 65.953099) - (xy 109.291469 66.098704) - (xy 109.415296 66.222531) - (xy 109.560901 66.319821) - (xy 109.722688 66.386836) - (xy 109.894441 66.421) - (xy 110.069559 66.421) - (xy 110.115046 66.411952) - (xy 110.143164 66.553312) - (xy 110.210179 66.715099) - (xy 110.307469 66.860704) - (xy 110.431296 66.984531) - (xy 110.576901 67.081821) - (xy 110.738688 67.148836) - (xy 110.910441 67.183) - (xy 111.085559 67.183) - (xy 111.257312 67.148836) - (xy 111.345176 67.112441) - (xy 118.311 67.112441) - (xy 118.311 67.287559) - (xy 118.345164 67.459312) - (xy 118.412179 67.621099) - (xy 118.509469 67.766704) - (xy 118.633296 67.890531) - (xy 118.778901 67.987821) - (xy 118.940688 68.054836) - (xy 119.112441 68.089) - (xy 119.287559 68.089) - (xy 119.459312 68.054836) - (xy 119.621099 67.987821) - (xy 119.766704 67.890531) - (xy 119.890531 67.766704) - (xy 119.987821 67.621099) - (xy 120.054836 67.459312) - (xy 120.089 67.287559) - (xy 120.089 67.112441) - (xy 120.054836 66.940688) - (xy 119.987821 66.778901) - (xy 119.890531 66.633296) - (xy 119.766704 66.509469) - (xy 119.621099 66.412179) - (xy 119.459312 66.345164) - (xy 119.287559 66.311) - (xy 119.112441 66.311) - (xy 118.940688 66.345164) - (xy 118.778901 66.412179) - (xy 118.633296 66.509469) - (xy 118.509469 66.633296) - (xy 118.412179 66.778901) - (xy 118.345164 66.940688) - (xy 118.311 67.112441) - (xy 111.345176 67.112441) - (xy 111.419099 67.081821) - (xy 111.564704 66.984531) - (xy 111.688531 66.860704) - (xy 111.785821 66.715099) - (xy 111.852836 66.553312) - (xy 111.887 66.381559) - (xy 111.887 66.206441) - (xy 111.852836 66.034688) - (xy 111.818768 65.952441) - (xy 113.015 65.952441) - (xy 113.015 66.127559) - (xy 113.049164 66.299312) - (xy 113.116179 66.461099) - (xy 113.213469 66.606704) - (xy 113.337296 66.730531) - (xy 113.482901 66.827821) - (xy 113.644688 66.894836) - (xy 113.816441 66.929) - (xy 113.991559 66.929) - (xy 114.163312 66.894836) - (xy 114.325099 66.827821) - (xy 114.470704 66.730531) - (xy 114.594531 66.606704) - (xy 114.691821 66.461099) - (xy 114.758836 66.299312) - (xy 114.793 66.127559) - (xy 114.793 65.952441) - (xy 114.775098 65.862441) - (xy 143.411 65.862441) - (xy 143.411 66.037559) - (xy 143.445164 66.209312) - (xy 143.512179 66.371099) - (xy 143.609469 66.516704) - (xy 143.667765 66.575) - (xy 143.609469 66.633296) - (xy 143.512179 66.778901) - (xy 143.445164 66.940688) - (xy 143.411 67.112441) - (xy 143.411 67.287559) - (xy 143.445164 67.459312) - (xy 143.512179 67.621099) - (xy 143.609469 67.766704) - (xy 143.733296 67.890531) - (xy 143.878901 67.987821) - (xy 144.040688 68.054836) - (xy 144.212441 68.089) - (xy 144.387559 68.089) - (xy 144.559312 68.054836) - (xy 144.721099 67.987821) - (xy 144.866704 67.890531) - (xy 144.990531 67.766704) - (xy 145.087821 67.621099) - (xy 145.154836 67.459312) - (xy 145.189 67.287559) - (xy 145.189 67.112441) - (xy 145.154836 66.940688) - (xy 145.087821 66.778901) - (xy 144.990531 66.633296) - (xy 144.932235 66.575) - (xy 144.990531 66.516704) - (xy 145.087821 66.371099) - (xy 145.154836 66.209312) - (xy 145.189 66.037559) - (xy 145.189 65.862441) - (xy 145.154836 65.690688) - (xy 145.087821 65.528901) - (xy 144.990531 65.383296) - (xy 144.866704 65.259469) - (xy 144.721099 65.162179) - (xy 144.559312 65.095164) - (xy 144.387559 65.061) - (xy 144.212441 65.061) - (xy 144.040688 65.095164) - (xy 143.878901 65.162179) - (xy 143.733296 65.259469) - (xy 143.609469 65.383296) - (xy 143.512179 65.528901) - (xy 143.445164 65.690688) - (xy 143.411 65.862441) - (xy 114.775098 65.862441) - (xy 114.758836 65.780688) - (xy 114.691821 65.618901) - (xy 114.594531 65.473296) - (xy 114.470704 65.349469) - (xy 114.325099 65.252179) - (xy 114.163312 65.185164) - (xy 113.991559 65.151) - (xy 113.816441 65.151) - (xy 113.644688 65.185164) - (xy 113.482901 65.252179) - (xy 113.337296 65.349469) - (xy 113.213469 65.473296) - (xy 113.116179 65.618901) - (xy 113.049164 65.780688) - (xy 113.015 65.952441) - (xy 111.818768 65.952441) - (xy 111.785821 65.872901) - (xy 111.688531 65.727296) - (xy 111.564704 65.603469) - (xy 111.468813 65.539397) - (xy 111.531821 65.445099) - (xy 111.598836 65.283312) - (xy 111.633 65.111559) - (xy 111.633 64.936441) - (xy 111.598836 64.764688) - (xy 111.531821 64.602901) - (xy 111.434531 64.457296) - (xy 111.310704 64.333469) - (xy 111.165099 64.236179) - (xy 111.003312 64.169164) - (xy 110.831559 64.135) - (xy 110.656441 64.135) - (xy 110.484688 64.169164) - (xy 110.322901 64.236179) - (xy 110.20105 64.317597) - (xy 110.17664 64.258665) - (xy 110.078937 64.112441) - (xy 116.711 64.112441) - (xy 116.711 64.287559) - (xy 116.745164 64.459312) - (xy 116.812179 64.621099) - (xy 116.909469 64.766704) - (xy 117.033296 64.890531) - (xy 117.178901 64.987821) - (xy 117.340688 65.054836) - (xy 117.512441 65.089) - (xy 117.687559 65.089) - (xy 117.859312 65.054836) - (xy 118.021099 64.987821) - (xy 118.166704 64.890531) - (xy 118.290531 64.766704) - (xy 118.387821 64.621099) - (xy 118.454836 64.459312) - (xy 118.489 64.287559) - (xy 118.489 64.112441) - (xy 118.454836 63.940688) - (xy 118.387821 63.778901) - (xy 118.290531 63.633296) - (xy 118.166704 63.509469) - (xy 118.021099 63.412179) - (xy 117.859312 63.345164) - (xy 117.687559 63.311) - (xy 117.512441 63.311) - (xy 117.340688 63.345164) - (xy 117.178901 63.412179) - (xy 117.033296 63.509469) - (xy 116.909469 63.633296) - (xy 116.812179 63.778901) - (xy 116.745164 63.940688) - (xy 116.711 64.112441) - (xy 110.078937 64.112441) - (xy 110.058502 64.081859) - (xy 109.908141 63.931498) - (xy 109.731335 63.81336) - (xy 109.534878 63.731985) - (xy 109.326321 63.6905) - (xy 109.113679 63.6905) - (xy 108.905122 63.731985) - (xy 108.708665 63.81336) - (xy 108.531859 63.931498) - (xy 108.381498 64.081859) - (xy 108.26336 64.258665) - (xy 108.181985 64.455122) - (xy 108.1405 64.663679) - (xy 107.63873 64.663679) - (xy 107.739449 64.596381) - (xy 107.928881 64.406949) - (xy 108.077716 64.184201) - (xy 108.180236 63.936697) - (xy 108.2325 63.673948) - (xy 108.2325 63.406052) - (xy 108.180236 63.143303) - (xy 108.077716 62.895799) - (xy 107.986096 62.758679) - (xy 111.3155 62.758679) - (xy 111.3155 62.971321) - (xy 111.356985 63.179878) - (xy 111.43836 63.376335) - (xy 111.556498 63.553141) - (xy 111.706859 63.703502) - (xy 111.883665 63.82164) - (xy 112.080122 63.903015) - (xy 112.288679 63.9445) - (xy 112.501321 63.9445) - (xy 112.709878 63.903015) - (xy 112.906335 63.82164) - (xy 113.083141 63.703502) - (xy 113.233502 63.553141) - (xy 113.35164 63.376335) - (xy 113.433015 63.179878) - (xy 113.4745 62.971321) - (xy 113.4745 62.758679) - (xy 113.433015 62.550122) - (xy 113.35164 62.353665) - (xy 113.233502 62.176859) - (xy 113.083141 62.026498) - (xy 112.906335 61.90836) - (xy 112.709878 61.826985) - (xy 112.501321 61.7855) - (xy 112.288679 61.7855) - (xy 112.080122 61.826985) - (xy 111.883665 61.90836) - (xy 111.706859 62.026498) - (xy 111.556498 62.176859) - (xy 111.43836 62.353665) - (xy 111.356985 62.550122) - (xy 111.3155 62.758679) - (xy 107.986096 62.758679) - (xy 107.928881 62.673051) - (xy 107.739449 62.483619) - (xy 107.516701 62.334784) - (xy 107.269197 62.232264) - (xy 107.006448 62.18) - (xy 106.738552 62.18) - (xy 106.475803 62.232264) - (xy 106.228299 62.334784) - (xy 106.005551 62.483619) - (xy 105.816119 62.673051) - (xy 105.736617 62.792035) - (xy 105.73963 62.782102) - (xy 105.763475 62.54) - (xy 105.73963 62.297898) - (xy 105.669011 62.065099) - (xy 105.554333 61.850551) - (xy 105.400002 61.662498) - (xy 105.211949 61.508167) - (xy 104.997401 61.393489) - (xy 104.764602 61.32287) - (xy 104.583165 61.305) - (xy 103.761835 61.305) - (xy 103.600875 61.320853) - (xy 103.600875 57.837606) - (xy 104.216587 57.221894) - (xy 104.215 57.229872) - (xy 104.215 57.670128) - (xy 104.30089 58.101925) - (xy 104.469369 58.508669) - (xy 104.713962 58.874729) - (xy 105.025271 59.186038) - (xy 105.391331 59.430631) - (xy 105.798075 59.59911) - (xy 106.229872 59.685) - (xy 106.670128 59.685) - (xy 107.101925 59.59911) - (xy 107.508669 59.430631) - (xy 107.874729 59.186038) - (xy 108.186038 58.874729) - (xy 108.430631 58.508669) - (xy 108.59911 58.101925) - (xy 108.685 57.670128) - (xy 108.685 57.229872) - (xy 108.59911 56.798075) - (xy 108.430631 56.391331) - (xy 108.186038 56.025271) - (xy 107.874729 55.713962) - (xy 107.508669 55.469369) - (xy 107.101925 55.30089) - (xy 106.670128 55.215) - (xy 106.229872 55.215) - (xy 106.221894 55.216587) - (xy 106.701481 54.737) - (xy 110.144699 54.737) - ) - ) - ) - (zone (net 6) (net_name "VCC") (layer "In2.Cu") (tstamp 00000000-0000-0000-0000-00005da4ea9f) (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) (smoothing fillet)) - (polygon - (pts - (xy 161.925 57.785) - (xy 161.925 98.425) - (xy 158.75 101.6) - (xy 106.68 101.6) - (xy 103.505 98.425) - (xy 103.6 71.6) - (xy 111.125 71.6) - (xy 111.125 84.455) - (xy 127.255 84.455) - (xy 128.6 85.8) - (xy 138.4 85.8) - (xy 139.745 84.455) - (xy 152.4 84.455) - (xy 152.4 54.61) - (xy 158.75 54.61) - ) - ) - (filled_polygon - (layer "In2.Cu") - (pts - (xy 159.226702 55.266308) - (xy 159.220128 55.265) - (xy 158.779872 55.265) - (xy 158.348075 55.35089) - (xy 157.941331 55.519369) - (xy 157.575271 55.763962) - (xy 157.263962 56.075271) - (xy 157.019369 56.441331) - (xy 156.85089 56.848075) - (xy 156.765 57.279872) - (xy 156.765 57.720128) - (xy 156.85089 58.151925) - (xy 157.019369 58.558669) - (xy 157.263962 58.924729) - (xy 157.575271 59.236038) - (xy 157.941331 59.480631) - (xy 158.348075 59.64911) - (xy 158.779872 59.735) - (xy 159.220128 59.735) - (xy 159.651925 59.64911) - (xy 160.058669 59.480631) - (xy 160.424729 59.236038) - (xy 160.736038 58.924729) - (xy 160.980631 58.558669) - (xy 161.14911 58.151925) - (xy 161.235 57.720128) - (xy 161.235 57.279872) - (xy 161.233692 57.273298) - (xy 161.798 57.837606) - (xy 161.798 98.372394) - (xy 161.181549 98.988845) - (xy 161.235 98.720128) - (xy 161.235 98.279872) - (xy 161.14911 97.848075) - (xy 160.980631 97.441331) - (xy 160.736038 97.075271) - (xy 160.424729 96.763962) - (xy 160.058669 96.519369) - (xy 159.651925 96.35089) - (xy 159.220128 96.265) - (xy 158.779872 96.265) - (xy 158.348075 96.35089) - (xy 157.941331 96.519369) - (xy 157.575271 96.763962) - (xy 157.263962 97.075271) - (xy 157.019369 97.441331) - (xy 156.85089 97.848075) - (xy 156.765 98.279872) - (xy 156.765 98.720128) - (xy 156.85089 99.151925) - (xy 157.019369 99.558669) - (xy 157.263962 99.924729) - (xy 157.575271 100.236038) - (xy 157.941331 100.480631) - (xy 158.348075 100.64911) - (xy 158.779872 100.735) - (xy 159.220128 100.735) - (xy 159.488845 100.681549) - (xy 158.697394 101.473) - (xy 106.732606 101.473) - (xy 105.923773 100.664167) - (xy 106.279872 100.735) - (xy 106.720128 100.735) - (xy 107.151925 100.64911) - (xy 107.558669 100.480631) - (xy 107.924729 100.236038) - (xy 108.236038 99.924729) - (xy 108.480631 99.558669) - (xy 108.64911 99.151925) - (xy 108.735 98.720128) - (xy 108.735 98.279872) - (xy 108.64911 97.848075) - (xy 108.480631 97.441331) - (xy 108.31938 97.2) - (xy 114.861928 97.2) - (xy 114.874188 97.324482) - (xy 114.910498 97.44418) - (xy 114.969463 97.554494) - (xy 115.048815 97.651185) - (xy 115.145506 97.730537) - (xy 115.25582 97.789502) - (xy 115.375518 97.825812) - (xy 115.5 97.838072) - (xy 116.41425 97.835) - (xy 116.573 97.67625) - (xy 116.573 96.127) - (xy 115.02375 96.127) - (xy 114.865 96.28575) - (xy 114.861928 97.2) - (xy 108.31938 97.2) - (xy 108.236038 97.075271) - (xy 107.924729 96.763962) - (xy 107.558669 96.519369) - (xy 107.151925 96.35089) - (xy 106.720128 96.265) - (xy 106.279872 96.265) - (xy 105.848075 96.35089) - (xy 105.441331 96.519369) - (xy 105.075271 96.763962) - (xy 104.763962 97.075271) - (xy 104.519369 97.441331) - (xy 104.35089 97.848075) - (xy 104.265 98.279872) - (xy 104.265 98.720128) - (xy 104.335833 99.076227) - (xy 103.632186 98.37258) - (xy 103.644838 94.8) - (xy 114.861928 94.8) - (xy 114.865 95.71425) - (xy 115.02375 95.873) - (xy 116.573 95.873) - (xy 116.573 94.32375) - (xy 116.827 94.32375) - (xy 116.827 95.873) - (xy 116.847 95.873) - (xy 116.847 96.127) - (xy 116.827 96.127) - (xy 116.827 97.67625) - (xy 116.98575 97.835) - (xy 117.9 97.838072) - (xy 118.024482 97.825812) - (xy 118.14418 97.789502) - (xy 118.254494 97.730537) - (xy 118.351185 97.651185) - (xy 118.430537 97.554494) - (xy 118.489502 97.44418) - (xy 118.525812 97.324482) - (xy 118.538072 97.2) - (xy 118.536659 96.779426) - (xy 118.573844 96.869199) - (xy 118.774662 97.169744) - (xy 119.030256 97.425338) - (xy 119.330801 97.626156) - (xy 119.66475 97.764482) - (xy 120.019268 97.835) - (xy 120.380732 97.835) - (xy 120.73525 97.764482) - (xy 121.069199 97.626156) - (xy 121.369744 97.425338) - (xy 121.595082 97.2) - (xy 123.011928 97.2) - (xy 123.024188 97.324482) - (xy 123.060498 97.44418) - (xy 123.119463 97.554494) - (xy 123.198815 97.651185) - (xy 123.295506 97.730537) - (xy 123.40582 97.789502) - (xy 123.525518 97.825812) - (xy 123.65 97.838072) - (xy 124.56425 97.835) - (xy 124.723 97.67625) - (xy 124.723 96.127) - (xy 123.17375 96.127) - (xy 123.015 96.28575) - (xy 123.011928 97.2) - (xy 121.595082 97.2) - (xy 121.625338 97.169744) - (xy 121.826156 96.869199) - (xy 121.964482 96.53525) - (xy 122.035 96.180732) - (xy 122.035 95.819268) - (xy 121.964482 95.46475) - (xy 121.826156 95.130801) - (xy 121.625338 94.830256) - (xy 121.595082 94.8) - (xy 123.011928 94.8) - (xy 123.015 95.71425) - (xy 123.17375 95.873) - (xy 124.723 95.873) - (xy 124.723 94.32375) - (xy 124.977 94.32375) - (xy 124.977 95.873) - (xy 124.997 95.873) - (xy 124.997 96.127) - (xy 124.977 96.127) - (xy 124.977 97.67625) - (xy 125.13575 97.835) - (xy 126.05 97.838072) - (xy 126.174482 97.825812) - (xy 126.29418 97.789502) - (xy 126.404494 97.730537) - (xy 126.501185 97.651185) - (xy 126.580537 97.554494) - (xy 126.639502 97.44418) - (xy 126.675812 97.324482) - (xy 126.688072 97.2) - (xy 126.686659 96.779426) - (xy 126.723844 96.869199) - (xy 126.924662 97.169744) - (xy 127.180256 97.425338) - (xy 127.480801 97.626156) - (xy 127.81475 97.764482) - (xy 128.169268 97.835) - (xy 128.530732 97.835) - (xy 128.88525 97.764482) - (xy 129.219199 97.626156) - (xy 129.519744 97.425338) - (xy 129.745082 97.2) - (xy 131.139928 97.2) - (xy 131.152188 97.324482) - (xy 131.188498 97.44418) - (xy 131.247463 97.554494) - (xy 131.326815 97.651185) - (xy 131.423506 97.730537) - (xy 131.53382 97.789502) - (xy 131.653518 97.825812) - (xy 131.778 97.838072) - (xy 132.69225 97.835) - (xy 132.851 97.67625) - (xy 132.851 96.127) - (xy 131.30175 96.127) - (xy 131.143 96.28575) - (xy 131.139928 97.2) - (xy 129.745082 97.2) - (xy 129.775338 97.169744) - (xy 129.976156 96.869199) - (xy 130.114482 96.53525) - (xy 130.185 96.180732) - (xy 130.185 95.819268) - (xy 130.114482 95.46475) - (xy 129.976156 95.130801) - (xy 129.775338 94.830256) - (xy 129.745082 94.8) - (xy 131.139928 94.8) - (xy 131.143 95.71425) - (xy 131.30175 95.873) - (xy 132.851 95.873) - (xy 132.851 94.32375) - (xy 133.105 94.32375) - (xy 133.105 95.873) - (xy 133.125 95.873) - (xy 133.125 96.127) - (xy 133.105 96.127) - (xy 133.105 97.67625) - (xy 133.26375 97.835) - (xy 134.178 97.838072) - (xy 134.302482 97.825812) - (xy 134.42218 97.789502) - (xy 134.532494 97.730537) - (xy 134.629185 97.651185) - (xy 134.708537 97.554494) - (xy 134.767502 97.44418) - (xy 134.803812 97.324482) - (xy 134.816072 97.2) - (xy 134.814659 96.779426) - (xy 134.851844 96.869199) - (xy 135.052662 97.169744) - (xy 135.308256 97.425338) - (xy 135.608801 97.626156) - (xy 135.94275 97.764482) - (xy 136.297268 97.835) - (xy 136.658732 97.835) - (xy 137.01325 97.764482) - (xy 137.347199 97.626156) - (xy 137.647744 97.425338) - (xy 137.873082 97.2) - (xy 139.311928 97.2) - (xy 139.324188 97.324482) - (xy 139.360498 97.44418) - (xy 139.419463 97.554494) - (xy 139.498815 97.651185) - (xy 139.595506 97.730537) - (xy 139.70582 97.789502) - (xy 139.825518 97.825812) - (xy 139.95 97.838072) - (xy 140.86425 97.835) - (xy 141.023 97.67625) - (xy 141.023 96.127) - (xy 139.47375 96.127) - (xy 139.315 96.28575) - (xy 139.311928 97.2) - (xy 137.873082 97.2) - (xy 137.903338 97.169744) - (xy 138.104156 96.869199) - (xy 138.242482 96.53525) - (xy 138.313 96.180732) - (xy 138.313 95.819268) - (xy 138.242482 95.46475) - (xy 138.104156 95.130801) - (xy 137.903338 94.830256) - (xy 137.873082 94.8) - (xy 139.311928 94.8) - (xy 139.315 95.71425) - (xy 139.47375 95.873) - (xy 141.023 95.873) - (xy 141.023 94.32375) - (xy 141.277 94.32375) - (xy 141.277 95.873) - (xy 141.297 95.873) - (xy 141.297 96.127) - (xy 141.277 96.127) - (xy 141.277 97.67625) - (xy 141.43575 97.835) - (xy 142.35 97.838072) - (xy 142.474482 97.825812) - (xy 142.59418 97.789502) - (xy 142.704494 97.730537) - (xy 142.801185 97.651185) - (xy 142.880537 97.554494) - (xy 142.939502 97.44418) - (xy 142.975812 97.324482) - (xy 142.988072 97.2) - (xy 142.986659 96.779426) - (xy 143.023844 96.869199) - (xy 143.224662 97.169744) - (xy 143.480256 97.425338) - (xy 143.780801 97.626156) - (xy 144.11475 97.764482) - (xy 144.469268 97.835) - (xy 144.830732 97.835) - (xy 145.18525 97.764482) - (xy 145.519199 97.626156) - (xy 145.819744 97.425338) - (xy 146.045082 97.2) - (xy 147.511928 97.2) - (xy 147.524188 97.324482) - (xy 147.560498 97.44418) - (xy 147.619463 97.554494) - (xy 147.698815 97.651185) - (xy 147.795506 97.730537) - (xy 147.90582 97.789502) - (xy 148.025518 97.825812) - (xy 148.15 97.838072) - (xy 149.06425 97.835) - (xy 149.223 97.67625) - (xy 149.223 96.127) - (xy 147.67375 96.127) - (xy 147.515 96.28575) - (xy 147.511928 97.2) - (xy 146.045082 97.2) - (xy 146.075338 97.169744) - (xy 146.276156 96.869199) - (xy 146.414482 96.53525) - (xy 146.485 96.180732) - (xy 146.485 95.819268) - (xy 146.414482 95.46475) - (xy 146.276156 95.130801) - (xy 146.075338 94.830256) - (xy 146.045082 94.8) - (xy 147.511928 94.8) - (xy 147.515 95.71425) - (xy 147.67375 95.873) - (xy 149.223 95.873) - (xy 149.223 94.32375) - (xy 149.477 94.32375) - (xy 149.477 95.873) - (xy 149.497 95.873) - (xy 149.497 96.127) - (xy 149.477 96.127) - (xy 149.477 97.67625) - (xy 149.63575 97.835) - (xy 150.55 97.838072) - (xy 150.674482 97.825812) - (xy 150.79418 97.789502) - (xy 150.904494 97.730537) - (xy 151.001185 97.651185) - (xy 151.080537 97.554494) - (xy 151.139502 97.44418) - (xy 151.175812 97.324482) - (xy 151.188072 97.2) - (xy 151.186659 96.779426) - (xy 151.223844 96.869199) - (xy 151.424662 97.169744) - (xy 151.680256 97.425338) - (xy 151.980801 97.626156) - (xy 152.31475 97.764482) - (xy 152.669268 97.835) - (xy 153.030732 97.835) - (xy 153.38525 97.764482) - (xy 153.719199 97.626156) - (xy 154.019744 97.425338) - (xy 154.275338 97.169744) - (xy 154.476156 96.869199) - (xy 154.614482 96.53525) - (xy 154.685 96.180732) - (xy 154.685 95.819268) - (xy 154.614482 95.46475) - (xy 154.476156 95.130801) - (xy 154.275338 94.830256) - (xy 154.019744 94.574662) - (xy 153.719199 94.373844) - (xy 153.38525 94.235518) - (xy 153.030732 94.165) - (xy 152.669268 94.165) - (xy 152.31475 94.235518) - (xy 151.980801 94.373844) - (xy 151.680256 94.574662) - (xy 151.424662 94.830256) - (xy 151.223844 95.130801) - (xy 151.186659 95.220574) - (xy 151.188072 94.8) - (xy 151.175812 94.675518) - (xy 151.139502 94.55582) - (xy 151.080537 94.445506) - (xy 151.001185 94.348815) - (xy 150.904494 94.269463) - (xy 150.79418 94.210498) - (xy 150.674482 94.174188) - (xy 150.55 94.161928) - (xy 149.63575 94.165) - (xy 149.477 94.32375) - (xy 149.223 94.32375) - (xy 149.06425 94.165) - (xy 148.15 94.161928) - (xy 148.025518 94.174188) - (xy 147.90582 94.210498) - (xy 147.795506 94.269463) - (xy 147.698815 94.348815) - (xy 147.619463 94.445506) - (xy 147.560498 94.55582) - (xy 147.524188 94.675518) - (xy 147.511928 94.8) - (xy 146.045082 94.8) - (xy 145.819744 94.574662) - (xy 145.519199 94.373844) - (xy 145.18525 94.235518) - (xy 144.830732 94.165) - (xy 144.469268 94.165) - (xy 144.11475 94.235518) - (xy 143.780801 94.373844) - (xy 143.480256 94.574662) - (xy 143.224662 94.830256) - (xy 143.023844 95.130801) - (xy 142.986659 95.220574) - (xy 142.988072 94.8) - (xy 142.975812 94.675518) - (xy 142.939502 94.55582) - (xy 142.880537 94.445506) - (xy 142.801185 94.348815) - (xy 142.704494 94.269463) - (xy 142.59418 94.210498) - (xy 142.474482 94.174188) - (xy 142.35 94.161928) - (xy 141.43575 94.165) - (xy 141.277 94.32375) - (xy 141.023 94.32375) - (xy 140.86425 94.165) - (xy 139.95 94.161928) - (xy 139.825518 94.174188) - (xy 139.70582 94.210498) - (xy 139.595506 94.269463) - (xy 139.498815 94.348815) - (xy 139.419463 94.445506) - (xy 139.360498 94.55582) - (xy 139.324188 94.675518) - (xy 139.311928 94.8) - (xy 137.873082 94.8) - (xy 137.647744 94.574662) - (xy 137.347199 94.373844) - (xy 137.01325 94.235518) - (xy 136.658732 94.165) - (xy 136.297268 94.165) - (xy 135.94275 94.235518) - (xy 135.608801 94.373844) - (xy 135.308256 94.574662) - (xy 135.052662 94.830256) - (xy 134.851844 95.130801) - (xy 134.814659 95.220574) - (xy 134.816072 94.8) - (xy 134.803812 94.675518) - (xy 134.767502 94.55582) - (xy 134.708537 94.445506) - (xy 134.629185 94.348815) - (xy 134.532494 94.269463) - (xy 134.42218 94.210498) - (xy 134.302482 94.174188) - (xy 134.178 94.161928) - (xy 133.26375 94.165) - (xy 133.105 94.32375) - (xy 132.851 94.32375) - (xy 132.69225 94.165) - (xy 131.778 94.161928) - (xy 131.653518 94.174188) - (xy 131.53382 94.210498) - (xy 131.423506 94.269463) - (xy 131.326815 94.348815) - (xy 131.247463 94.445506) - (xy 131.188498 94.55582) - (xy 131.152188 94.675518) - (xy 131.139928 94.8) - (xy 129.745082 94.8) - (xy 129.519744 94.574662) - (xy 129.219199 94.373844) - (xy 128.88525 94.235518) - (xy 128.530732 94.165) - (xy 128.169268 94.165) - (xy 127.81475 94.235518) - (xy 127.480801 94.373844) - (xy 127.180256 94.574662) - (xy 126.924662 94.830256) - (xy 126.723844 95.130801) - (xy 126.686659 95.220574) - (xy 126.688072 94.8) - (xy 126.675812 94.675518) - (xy 126.639502 94.55582) - (xy 126.580537 94.445506) - (xy 126.501185 94.348815) - (xy 126.404494 94.269463) - (xy 126.29418 94.210498) - (xy 126.174482 94.174188) - (xy 126.05 94.161928) - (xy 125.13575 94.165) - (xy 124.977 94.32375) - (xy 124.723 94.32375) - (xy 124.56425 94.165) - (xy 123.65 94.161928) - (xy 123.525518 94.174188) - (xy 123.40582 94.210498) - (xy 123.295506 94.269463) - (xy 123.198815 94.348815) - (xy 123.119463 94.445506) - (xy 123.060498 94.55582) - (xy 123.024188 94.675518) - (xy 123.011928 94.8) - (xy 121.595082 94.8) - (xy 121.369744 94.574662) - (xy 121.069199 94.373844) - (xy 120.73525 94.235518) - (xy 120.380732 94.165) - (xy 120.019268 94.165) - (xy 119.66475 94.235518) - (xy 119.330801 94.373844) - (xy 119.030256 94.574662) - (xy 118.774662 94.830256) - (xy 118.573844 95.130801) - (xy 118.536659 95.220574) - (xy 118.538072 94.8) - (xy 118.525812 94.675518) - (xy 118.489502 94.55582) - (xy 118.430537 94.445506) - (xy 118.351185 94.348815) - (xy 118.254494 94.269463) - (xy 118.14418 94.210498) - (xy 118.024482 94.174188) - (xy 117.9 94.161928) - (xy 116.98575 94.165) - (xy 116.827 94.32375) - (xy 116.573 94.32375) - (xy 116.41425 94.165) - (xy 115.5 94.161928) - (xy 115.375518 94.174188) - (xy 115.25582 94.210498) - (xy 115.145506 94.269463) - (xy 115.048815 94.348815) - (xy 114.969463 94.445506) - (xy 114.910498 94.55582) - (xy 114.874188 94.675518) - (xy 114.861928 94.8) - (xy 103.644838 94.8) - (xy 103.657403 91.25205) - (xy 104.515 91.25205) - (xy 104.515 91.647949) - (xy 104.536487 91.86611) - (xy 104.621401 92.146033) - (xy 104.759294 92.404013) - (xy 104.944866 92.630134) - (xy 105.170986 92.815706) - (xy 105.428966 92.953599) - (xy 105.708889 93.038513) - (xy 106 93.067185) - (xy 106.29111 93.038513) - (xy 106.571033 92.953599) - (xy 106.829013 92.815706) - (xy 107.055134 92.630134) - (xy 107.240706 92.404014) - (xy 107.25 92.386626) - (xy 107.259294 92.404013) - (xy 107.444866 92.630134) - (xy 107.670986 92.815706) - (xy 107.928966 92.953599) - (xy 108.208889 93.038513) - (xy 108.5 93.067185) - (xy 108.79111 93.038513) - (xy 109.071033 92.953599) - (xy 109.329013 92.815706) - (xy 109.549945 92.634392) - (xy 109.560498 92.66918) - (xy 109.619463 92.779494) - (xy 109.698815 92.876185) - (xy 109.795506 92.955537) - (xy 109.90582 93.014502) - (xy 110.025518 93.050812) - (xy 110.15 93.063072) - (xy 110.71425 93.06) - (xy 110.873 92.90125) - (xy 110.873 91.577) - (xy 111.127 91.577) - (xy 111.127 92.90125) - (xy 111.28575 93.06) - (xy 111.85 93.063072) - (xy 111.974482 93.050812) - (xy 112.09418 93.014502) - (xy 112.204494 92.955537) - (xy 112.301185 92.876185) - (xy 112.380537 92.779494) - (xy 112.439502 92.66918) - (xy 112.475812 92.549482) - (xy 112.488072 92.425) - (xy 112.485 91.73575) - (xy 112.32625 91.577) - (xy 111.127 91.577) - (xy 110.873 91.577) - (xy 110.853 91.577) - (xy 110.853 91.323) - (xy 110.873 91.323) - (xy 110.873 89.99875) - (xy 111.127 89.99875) - (xy 111.127 91.323) - (xy 112.32625 91.323) - (xy 112.485 91.16425) - (xy 112.488072 90.475) - (xy 112.475812 90.350518) - (xy 112.439502 90.23082) - (xy 112.380537 90.120506) - (xy 112.301185 90.023815) - (xy 112.204494 89.944463) - (xy 112.09418 89.885498) - (xy 111.974482 89.849188) - (xy 111.85 89.836928) - (xy 111.28575 89.84) - (xy 111.127 89.99875) - (xy 110.873 89.99875) - (xy 110.71425 89.84) - (xy 110.15 89.836928) - (xy 110.025518 89.849188) - (xy 109.90582 89.885498) - (xy 109.795506 89.944463) - (xy 109.698815 90.023815) - (xy 109.619463 90.120506) - (xy 109.560498 90.23082) - (xy 109.549945 90.265608) - (xy 109.329014 90.084294) - (xy 109.071034 89.946401) - (xy 108.791111 89.861487) - (xy 108.5 89.832815) - (xy 108.20889 89.861487) - (xy 107.928967 89.946401) - (xy 107.670987 90.084294) - (xy 107.444866 90.269866) - (xy 107.259294 90.495986) - (xy 107.25 90.513374) - (xy 107.240706 90.495986) - (xy 107.055134 90.269866) - (xy 106.829014 90.084294) - (xy 106.571034 89.946401) - (xy 106.291111 89.861487) - (xy 106 89.832815) - (xy 105.70889 89.861487) - (xy 105.428967 89.946401) - (xy 105.170987 90.084294) - (xy 104.944866 90.269866) - (xy 104.759294 90.495986) - (xy 104.621401 90.753966) - (xy 104.536487 91.033889) - (xy 104.515 91.25205) - (xy 103.657403 91.25205) - (xy 103.665209 89.047679) - (xy 124.9045 89.047679) - (xy 124.9045 89.260321) - (xy 124.945985 89.468878) - (xy 125.02736 89.665335) - (xy 125.145498 89.842141) - (xy 125.295859 89.992502) - (xy 125.472665 90.11064) - (xy 125.669122 90.192015) - (xy 125.877679 90.2335) - (xy 126.090321 90.2335) - (xy 126.298878 90.192015) - (xy 126.495335 90.11064) - (xy 126.672141 89.992502) - (xy 126.822502 89.842141) - (xy 126.94064 89.665335) - (xy 127.022015 89.468878) - (xy 127.030011 89.428679) - (xy 131.5085 89.428679) - (xy 131.5085 89.641321) - (xy 131.549985 89.849878) - (xy 131.63136 90.046335) - (xy 131.749498 90.223141) - (xy 131.899859 90.373502) - (xy 132.076665 90.49164) - (xy 132.273122 90.573015) - (xy 132.481679 90.6145) - (xy 132.694321 90.6145) - (xy 132.902878 90.573015) - (xy 133.099335 90.49164) - (xy 133.276141 90.373502) - (xy 133.426502 90.223141) - (xy 133.54464 90.046335) - (xy 133.626015 89.849878) - (xy 133.6675 89.641321) - (xy 133.6675 89.555679) - (xy 139.3825 89.555679) - (xy 139.3825 89.768321) - (xy 139.423985 89.976878) - (xy 139.50536 90.173335) - (xy 139.623498 90.350141) - (xy 139.773859 90.500502) - (xy 139.950665 90.61864) - (xy 140.147122 90.700015) - (xy 140.355679 90.7415) - (xy 140.568321 90.7415) - (xy 140.776878 90.700015) - (xy 140.776914 90.7) - (xy 153.609928 90.7) - (xy 153.622188 90.824482) - (xy 153.658498 90.94418) - (xy 153.717463 91.054494) - (xy 153.796815 91.151185) - (xy 153.893506 91.230537) - (xy 154.00382 91.289502) - (xy 154.123518 91.325812) - (xy 154.248 91.338072) - (xy 155.16225 91.335) - (xy 155.321 91.17625) - (xy 155.321 89.627) - (xy 155.575 89.627) - (xy 155.575 91.17625) - (xy 155.73375 91.335) - (xy 156.648 91.338072) - (xy 156.772482 91.325812) - (xy 156.89218 91.289502) - (xy 157.002494 91.230537) - (xy 157.099185 91.151185) - (xy 157.178537 91.054494) - (xy 157.237502 90.94418) - (xy 157.273812 90.824482) - (xy 157.286072 90.7) - (xy 157.283 89.78575) - (xy 157.12425 89.627) - (xy 155.575 89.627) - (xy 155.321 89.627) - (xy 153.77175 89.627) - (xy 153.613 89.78575) - (xy 153.609928 90.7) - (xy 140.776914 90.7) - (xy 140.973335 90.61864) - (xy 141.150141 90.500502) - (xy 141.300502 90.350141) - (xy 141.41864 90.173335) - (xy 141.500015 89.976878) - (xy 141.5415 89.768321) - (xy 141.5415 89.555679) - (xy 141.500015 89.347122) - (xy 141.41864 89.150665) - (xy 141.300502 88.973859) - (xy 141.150141 88.823498) - (xy 140.973335 88.70536) - (xy 140.776878 88.623985) - (xy 140.568321 88.5825) - (xy 140.355679 88.5825) - (xy 140.147122 88.623985) - (xy 139.950665 88.70536) - (xy 139.773859 88.823498) - (xy 139.623498 88.973859) - (xy 139.50536 89.150665) - (xy 139.423985 89.347122) - (xy 139.3825 89.555679) - (xy 133.6675 89.555679) - (xy 133.6675 89.428679) - (xy 133.626015 89.220122) - (xy 133.54464 89.023665) - (xy 133.426502 88.846859) - (xy 133.276141 88.696498) - (xy 133.099335 88.57836) - (xy 133.005951 88.539679) - (xy 145.4785 88.539679) - (xy 145.4785 88.752321) - (xy 145.519985 88.960878) - (xy 145.60136 89.157335) - (xy 145.719498 89.334141) - (xy 145.869859 89.484502) - (xy 146.046665 89.60264) - (xy 146.243122 89.684015) - (xy 146.451679 89.7255) - (xy 146.664321 89.7255) - (xy 146.872878 89.684015) - (xy 147.069335 89.60264) - (xy 147.246141 89.484502) - (xy 147.396502 89.334141) - (xy 147.51464 89.157335) - (xy 147.596015 88.960878) - (xy 147.6375 88.752321) - (xy 147.6375 88.539679) - (xy 147.596015 88.331122) - (xy 147.583124 88.3) - (xy 153.609928 88.3) - (xy 153.613 89.21425) - (xy 153.77175 89.373) - (xy 155.321 89.373) - (xy 155.321 89.353) - (xy 155.575 89.353) - (xy 155.575 89.373) - (xy 157.12425 89.373) - (xy 157.283 89.21425) - (xy 157.286072 88.3) - (xy 157.273812 88.175518) - (xy 157.237502 88.05582) - (xy 157.178537 87.945506) - (xy 157.099185 87.848815) - (xy 157.002494 87.769463) - (xy 156.89218 87.710498) - (xy 156.772482 87.674188) - (xy 156.648 87.661928) - (xy 156.227426 87.663341) - (xy 156.317199 87.626156) - (xy 156.617744 87.425338) - (xy 156.873338 87.169744) - (xy 157.074156 86.869199) - (xy 157.212482 86.53525) - (xy 157.283 86.180732) - (xy 157.283 85.819268) - (xy 157.212482 85.46475) - (xy 157.074156 85.130801) - (xy 156.873338 84.830256) - (xy 156.617744 84.574662) - (xy 156.317199 84.373844) - (xy 155.98325 84.235518) - (xy 155.628732 84.165) - (xy 155.267268 84.165) - (xy 154.91275 84.235518) - (xy 154.578801 84.373844) - (xy 154.278256 84.574662) - (xy 154.022662 84.830256) - (xy 153.821844 85.130801) - (xy 153.683518 85.46475) - (xy 153.613 85.819268) - (xy 153.613 86.180732) - (xy 153.683518 86.53525) - (xy 153.821844 86.869199) - (xy 154.022662 87.169744) - (xy 154.278256 87.425338) - (xy 154.578801 87.626156) - (xy 154.668574 87.663341) - (xy 154.248 87.661928) - (xy 154.123518 87.674188) - (xy 154.00382 87.710498) - (xy 153.893506 87.769463) - (xy 153.796815 87.848815) - (xy 153.717463 87.945506) - (xy 153.658498 88.05582) - (xy 153.622188 88.175518) - (xy 153.609928 88.3) - (xy 147.583124 88.3) - (xy 147.51464 88.134665) - (xy 147.396502 87.957859) - (xy 147.246141 87.807498) - (xy 147.069335 87.68936) - (xy 146.872878 87.607985) - (xy 146.664321 87.5665) - (xy 146.451679 87.5665) - (xy 146.243122 87.607985) - (xy 146.046665 87.68936) - (xy 145.869859 87.807498) - (xy 145.719498 87.957859) - (xy 145.60136 88.134665) - (xy 145.519985 88.331122) - (xy 145.4785 88.539679) - (xy 133.005951 88.539679) - (xy 132.902878 88.496985) - (xy 132.694321 88.4555) - (xy 132.481679 88.4555) - (xy 132.273122 88.496985) - (xy 132.076665 88.57836) - (xy 131.899859 88.696498) - (xy 131.749498 88.846859) - (xy 131.63136 89.023665) - (xy 131.549985 89.220122) - (xy 131.5085 89.428679) - (xy 127.030011 89.428679) - (xy 127.0635 89.260321) - (xy 127.0635 89.047679) - (xy 127.022015 88.839122) - (xy 126.94064 88.642665) - (xy 126.85801 88.519) - (xy 126.960559 88.519) - (xy 127.132312 88.484836) - (xy 127.294099 88.417821) - (xy 127.439704 88.320531) - (xy 127.563531 88.196704) - (xy 127.660821 88.051099) - (xy 127.727836 87.889312) - (xy 127.762 87.717559) - (xy 127.762 87.542441) - (xy 127.736738 87.415441) - (xy 136.271 87.415441) - (xy 136.271 87.590559) - (xy 136.305164 87.762312) - (xy 136.372179 87.924099) - (xy 136.469469 88.069704) - (xy 136.593296 88.193531) - (xy 136.738901 88.290821) - (xy 136.900688 88.357836) - (xy 137.072441 88.392) - (xy 137.247559 88.392) - (xy 137.419312 88.357836) - (xy 137.581099 88.290821) - (xy 137.726704 88.193531) - (xy 137.850531 88.069704) - (xy 137.947821 87.924099) - (xy 138.014836 87.762312) - (xy 138.049 87.590559) - (xy 138.049 87.415441) - (xy 138.014836 87.243688) - (xy 137.947821 87.081901) - (xy 137.850531 86.936296) - (xy 137.726704 86.812469) - (xy 137.581099 86.715179) - (xy 137.419312 86.648164) - (xy 137.247559 86.614) - (xy 137.072441 86.614) - (xy 136.900688 86.648164) - (xy 136.738901 86.715179) - (xy 136.593296 86.812469) - (xy 136.469469 86.936296) - (xy 136.372179 87.081901) - (xy 136.305164 87.243688) - (xy 136.271 87.415441) - (xy 127.736738 87.415441) - (xy 127.727836 87.370688) - (xy 127.660821 87.208901) - (xy 127.563531 87.063296) - (xy 127.439704 86.939469) - (xy 127.294099 86.842179) - (xy 127.132312 86.775164) - (xy 126.960559 86.741) - (xy 126.785441 86.741) - (xy 126.613688 86.775164) - (xy 126.451901 86.842179) - (xy 126.306296 86.939469) - (xy 126.182469 87.063296) - (xy 126.085179 87.208901) - (xy 126.018164 87.370688) - (xy 125.984 87.542441) - (xy 125.984 87.717559) - (xy 126.018164 87.889312) - (xy 126.085179 88.051099) - (xy 126.102424 88.076907) - (xy 126.090321 88.0745) - (xy 125.877679 88.0745) - (xy 125.669122 88.115985) - (xy 125.472665 88.19736) - (xy 125.295859 88.315498) - (xy 125.145498 88.465859) - (xy 125.02736 88.642665) - (xy 124.945985 88.839122) - (xy 124.9045 89.047679) - (xy 103.665209 89.047679) - (xy 103.68769 82.7) - (xy 107.161928 82.7) - (xy 107.174188 82.824482) - (xy 107.210498 82.94418) - (xy 107.269463 83.054494) - (xy 107.348815 83.151185) - (xy 107.445506 83.230537) - (xy 107.55582 83.289502) - (xy 107.675518 83.325812) - (xy 107.8 83.338072) - (xy 108.220574 83.336659) - (xy 108.130801 83.373844) - (xy 107.830256 83.574662) - (xy 107.574662 83.830256) - (xy 107.373844 84.130801) - (xy 107.235518 84.46475) - (xy 107.165 84.819268) - (xy 107.165 85.180732) - (xy 107.235518 85.53525) - (xy 107.373844 85.869199) - (xy 107.574662 86.169744) - (xy 107.830256 86.425338) - (xy 108.130801 86.626156) - (xy 108.46475 86.764482) - (xy 108.819268 86.835) - (xy 109.180732 86.835) - (xy 109.53525 86.764482) - (xy 109.869199 86.626156) - (xy 110.169744 86.425338) - (xy 110.425338 86.169744) - (xy 110.526435 86.018441) - (xy 118.999 86.018441) - (xy 118.999 86.193559) - (xy 119.033164 86.365312) - (xy 119.100179 86.527099) - (xy 119.197469 86.672704) - (xy 119.321296 86.796531) - (xy 119.466901 86.893821) - (xy 119.628688 86.960836) - (xy 119.800441 86.995) - (xy 119.818979 86.995) - (xy 119.738985 87.188122) - (xy 119.6975 87.396679) - (xy 119.6975 87.609321) - (xy 119.738985 87.817878) - (xy 119.82036 88.014335) - (xy 119.938498 88.191141) - (xy 120.088859 88.341502) - (xy 120.265665 88.45964) - (xy 120.462122 88.541015) - (xy 120.670679 88.5825) - (xy 120.883321 88.5825) - (xy 121.091878 88.541015) - (xy 121.288335 88.45964) - (xy 121.465141 88.341502) - (xy 121.615502 88.191141) - (xy 121.73364 88.014335) - (xy 121.815015 87.817878) - (xy 121.8565 87.609321) - (xy 121.8565 87.396679) - (xy 121.815015 87.188122) - (xy 121.73364 86.991665) - (xy 121.615502 86.814859) - (xy 121.465141 86.664498) - (xy 121.288335 86.54636) - (xy 121.091878 86.464985) - (xy 120.883321 86.4235) - (xy 120.718734 86.4235) - (xy 120.742836 86.365312) - (xy 120.777 86.193559) - (xy 120.777 86.018441) - (xy 120.742836 85.846688) - (xy 120.675821 85.684901) - (xy 120.578531 85.539296) - (xy 120.454704 85.415469) - (xy 120.309099 85.318179) - (xy 120.147312 85.251164) - (xy 119.975559 85.217) - (xy 119.800441 85.217) - (xy 119.628688 85.251164) - (xy 119.466901 85.318179) - (xy 119.321296 85.415469) - (xy 119.197469 85.539296) - (xy 119.100179 85.684901) - (xy 119.033164 85.846688) - (xy 118.999 86.018441) - (xy 110.526435 86.018441) - (xy 110.626156 85.869199) - (xy 110.764482 85.53525) - (xy 110.835 85.180732) - (xy 110.835 84.819268) - (xy 110.764482 84.46475) - (xy 110.626156 84.130801) - (xy 110.425338 83.830256) - (xy 110.169744 83.574662) - (xy 109.869199 83.373844) - (xy 109.779426 83.336659) - (xy 110.2 83.338072) - (xy 110.324482 83.325812) - (xy 110.44418 83.289502) - (xy 110.554494 83.230537) - (xy 110.651185 83.151185) - (xy 110.730537 83.054494) - (xy 110.789502 82.94418) - (xy 110.825812 82.824482) - (xy 110.838072 82.7) - (xy 110.835 81.78575) - (xy 110.67625 81.627) - (xy 109.127 81.627) - (xy 109.127 81.647) - (xy 108.873 81.647) - (xy 108.873 81.627) - (xy 107.32375 81.627) - (xy 107.165 81.78575) - (xy 107.161928 82.7) - (xy 103.68769 82.7) - (xy 103.696189 80.3) - (xy 107.161928 80.3) - (xy 107.165 81.21425) - (xy 107.32375 81.373) - (xy 108.873 81.373) - (xy 108.873 79.82375) - (xy 109.127 79.82375) - (xy 109.127 81.373) - (xy 110.67625 81.373) - (xy 110.835 81.21425) - (xy 110.838072 80.3) - (xy 110.825812 80.175518) - (xy 110.789502 80.05582) - (xy 110.730537 79.945506) - (xy 110.651185 79.848815) - (xy 110.554494 79.769463) - (xy 110.44418 79.710498) - (xy 110.324482 79.674188) - (xy 110.2 79.661928) - (xy 109.28575 79.665) - (xy 109.127 79.82375) - (xy 108.873 79.82375) - (xy 108.71425 79.665) - (xy 107.8 79.661928) - (xy 107.675518 79.674188) - (xy 107.55582 79.710498) - (xy 107.445506 79.769463) - (xy 107.348815 79.848815) - (xy 107.269463 79.945506) - (xy 107.210498 80.05582) - (xy 107.174188 80.175518) - (xy 107.161928 80.3) - (xy 103.696189 80.3) - (xy 103.716376 74.6) - (xy 107.161928 74.6) - (xy 107.174188 74.724482) - (xy 107.210498 74.84418) - (xy 107.269463 74.954494) - (xy 107.348815 75.051185) - (xy 107.445506 75.130537) - (xy 107.55582 75.189502) - (xy 107.675518 75.225812) - (xy 107.8 75.238072) - (xy 108.220574 75.236659) - (xy 108.130801 75.273844) - (xy 107.830256 75.474662) - (xy 107.574662 75.730256) - (xy 107.373844 76.030801) - (xy 107.235518 76.36475) - (xy 107.165 76.719268) - (xy 107.165 77.080732) - (xy 107.235518 77.43525) - (xy 107.373844 77.769199) - (xy 107.574662 78.069744) - (xy 107.830256 78.325338) - (xy 108.130801 78.526156) - (xy 108.46475 78.664482) - (xy 108.819268 78.735) - (xy 109.180732 78.735) - (xy 109.53525 78.664482) - (xy 109.869199 78.526156) - (xy 110.169744 78.325338) - (xy 110.425338 78.069744) - (xy 110.626156 77.769199) - (xy 110.764482 77.43525) - (xy 110.835 77.080732) - (xy 110.835 76.719268) - (xy 110.764482 76.36475) - (xy 110.626156 76.030801) - (xy 110.425338 75.730256) - (xy 110.169744 75.474662) - (xy 109.869199 75.273844) - (xy 109.779426 75.236659) - (xy 110.2 75.238072) - (xy 110.324482 75.225812) - (xy 110.44418 75.189502) - (xy 110.554494 75.130537) - (xy 110.651185 75.051185) - (xy 110.730537 74.954494) - (xy 110.789502 74.84418) - (xy 110.825812 74.724482) - (xy 110.838072 74.6) - (xy 110.835 73.68575) - (xy 110.67625 73.527) - (xy 109.127 73.527) - (xy 109.127 73.547) - (xy 108.873 73.547) - (xy 108.873 73.527) - (xy 107.32375 73.527) - (xy 107.165 73.68575) - (xy 107.161928 74.6) - (xy 103.716376 74.6) - (xy 103.726551 71.727) - (xy 107.375397 71.727) - (xy 107.348815 71.748815) - (xy 107.269463 71.845506) - (xy 107.210498 71.95582) - (xy 107.174188 72.075518) - (xy 107.161928 72.2) - (xy 107.165 73.11425) - (xy 107.32375 73.273) - (xy 108.873 73.273) - (xy 108.873 73.253) - (xy 109.127 73.253) - (xy 109.127 73.273) - (xy 110.67625 73.273) - (xy 110.835 73.11425) - (xy 110.838072 72.2) - (xy 110.825812 72.075518) - (xy 110.789502 71.95582) - (xy 110.730537 71.845506) - (xy 110.651185 71.748815) - (xy 110.624603 71.727) - (xy 110.998 71.727) - (xy 110.998 84.455) - (xy 111.00044 84.479776) - (xy 111.007667 84.503601) - (xy 111.019403 84.525557) - (xy 111.035197 84.544803) - (xy 111.054443 84.560597) - (xy 111.076399 84.572333) - (xy 111.100224 84.57956) - (xy 111.125 84.582) - (xy 127.202394 84.582) - (xy 128.510197 85.889803) - (xy 128.529443 85.905597) - (xy 128.551399 85.917333) - (xy 128.575224 85.92456) - (xy 128.6 85.927) - (xy 138.4 85.927) - (xy 138.424776 85.92456) - (xy 138.448601 85.917333) - (xy 138.470557 85.905597) - (xy 138.489803 85.889803) - (xy 138.742165 85.637441) - (xy 141.605 85.637441) - (xy 141.605 85.812559) - (xy 141.639164 85.984312) - (xy 141.706179 86.146099) - (xy 141.803469 86.291704) - (xy 141.927296 86.415531) - (xy 142.072901 86.512821) - (xy 142.234688 86.579836) - (xy 142.406441 86.614) - (xy 142.581559 86.614) - (xy 142.753312 86.579836) - (xy 142.915099 86.512821) - (xy 143.060704 86.415531) - (xy 143.184531 86.291704) - (xy 143.281821 86.146099) - (xy 143.348836 85.984312) - (xy 143.383 85.812559) - (xy 143.383 85.637441) - (xy 143.348836 85.465688) - (xy 143.281821 85.303901) - (xy 143.184531 85.158296) - (xy 143.060704 85.034469) - (xy 142.915099 84.937179) - (xy 142.753312 84.870164) - (xy 142.581559 84.836) - (xy 142.406441 84.836) - (xy 142.234688 84.870164) - (xy 142.072901 84.937179) - (xy 141.927296 85.034469) - (xy 141.803469 85.158296) - (xy 141.706179 85.303901) - (xy 141.639164 85.465688) - (xy 141.605 85.637441) - (xy 138.742165 85.637441) - (xy 139.797606 84.582) - (xy 152.4 84.582) - (xy 152.424776 84.57956) - (xy 152.448601 84.572333) - (xy 152.470557 84.560597) - (xy 152.489803 84.544803) - (xy 152.505597 84.525557) - (xy 152.517333 84.503601) - (xy 152.52456 84.479776) - (xy 152.527 84.455) - (xy 152.527 82.3) - (xy 153.609928 82.3) - (xy 153.622188 82.424482) - (xy 153.658498 82.54418) - (xy 153.717463 82.654494) - (xy 153.796815 82.751185) - (xy 153.893506 82.830537) - (xy 154.00382 82.889502) - (xy 154.123518 82.925812) - (xy 154.248 82.938072) - (xy 155.16225 82.935) - (xy 155.321 82.77625) - (xy 155.321 81.227) - (xy 155.575 81.227) - (xy 155.575 82.77625) - (xy 155.73375 82.935) - (xy 156.648 82.938072) - (xy 156.772482 82.925812) - (xy 156.89218 82.889502) - (xy 157.002494 82.830537) - (xy 157.099185 82.751185) - (xy 157.178537 82.654494) - (xy 157.237502 82.54418) - (xy 157.273812 82.424482) - (xy 157.286072 82.3) - (xy 157.283 81.38575) - (xy 157.12425 81.227) - (xy 155.575 81.227) - (xy 155.321 81.227) - (xy 153.77175 81.227) - (xy 153.613 81.38575) - (xy 153.609928 82.3) - (xy 152.527 82.3) - (xy 152.527 79.9) - (xy 153.609928 79.9) - (xy 153.613 80.81425) - (xy 153.77175 80.973) - (xy 155.321 80.973) - (xy 155.321 80.953) - (xy 155.575 80.953) - (xy 155.575 80.973) - (xy 157.12425 80.973) - (xy 157.283 80.81425) - (xy 157.286072 79.9) - (xy 157.273812 79.775518) - (xy 157.237502 79.65582) - (xy 157.178537 79.545506) - (xy 157.099185 79.448815) - (xy 157.002494 79.369463) - (xy 156.89218 79.310498) - (xy 156.772482 79.274188) - (xy 156.648 79.261928) - (xy 156.227426 79.263341) - (xy 156.317199 79.226156) - (xy 156.617744 79.025338) - (xy 156.873338 78.769744) - (xy 157.074156 78.469199) - (xy 157.212482 78.13525) - (xy 157.283 77.780732) - (xy 157.283 77.419268) - (xy 157.212482 77.06475) - (xy 157.074156 76.730801) - (xy 156.873338 76.430256) - (xy 156.617744 76.174662) - (xy 156.317199 75.973844) - (xy 155.98325 75.835518) - (xy 155.628732 75.765) - (xy 155.267268 75.765) - (xy 154.91275 75.835518) - (xy 154.578801 75.973844) - (xy 154.278256 76.174662) - (xy 154.022662 76.430256) - (xy 153.821844 76.730801) - (xy 153.683518 77.06475) - (xy 153.613 77.419268) - (xy 153.613 77.780732) - (xy 153.683518 78.13525) - (xy 153.821844 78.469199) - (xy 154.022662 78.769744) - (xy 154.278256 79.025338) - (xy 154.578801 79.226156) - (xy 154.668574 79.263341) - (xy 154.248 79.261928) - (xy 154.123518 79.274188) - (xy 154.00382 79.310498) - (xy 153.893506 79.369463) - (xy 153.796815 79.448815) - (xy 153.717463 79.545506) - (xy 153.658498 79.65582) - (xy 153.622188 79.775518) - (xy 153.609928 79.9) - (xy 152.527 79.9) - (xy 152.527 74) - (xy 153.609928 74) - (xy 153.622188 74.124482) - (xy 153.658498 74.24418) - (xy 153.717463 74.354494) - (xy 153.796815 74.451185) - (xy 153.893506 74.530537) - (xy 154.00382 74.589502) - (xy 154.123518 74.625812) - (xy 154.248 74.638072) - (xy 155.16225 74.635) - (xy 155.321 74.47625) - (xy 155.321 72.927) - (xy 155.575 72.927) - (xy 155.575 74.47625) - (xy 155.73375 74.635) - (xy 156.648 74.638072) - (xy 156.772482 74.625812) - (xy 156.89218 74.589502) - (xy 157.002494 74.530537) - (xy 157.099185 74.451185) - (xy 157.178537 74.354494) - (xy 157.237502 74.24418) - (xy 157.273812 74.124482) - (xy 157.286072 74) - (xy 157.283 73.08575) - (xy 157.12425 72.927) - (xy 155.575 72.927) - (xy 155.321 72.927) - (xy 153.77175 72.927) - (xy 153.613 73.08575) - (xy 153.609928 74) - (xy 152.527 74) - (xy 152.527 71.6) - (xy 153.609928 71.6) - (xy 153.613 72.51425) - (xy 153.77175 72.673) - (xy 155.321 72.673) - (xy 155.321 72.653) - (xy 155.575 72.653) - (xy 155.575 72.673) - (xy 157.12425 72.673) - (xy 157.283 72.51425) - (xy 157.286072 71.6) - (xy 157.273812 71.475518) - (xy 157.237502 71.35582) - (xy 157.178537 71.245506) - (xy 157.099185 71.148815) - (xy 157.002494 71.069463) - (xy 156.89218 71.010498) - (xy 156.772482 70.974188) - (xy 156.648 70.961928) - (xy 156.227426 70.963341) - (xy 156.317199 70.926156) - (xy 156.617744 70.725338) - (xy 156.873338 70.469744) - (xy 157.074156 70.169199) - (xy 157.212482 69.83525) - (xy 157.283 69.480732) - (xy 157.283 69.119268) - (xy 157.212482 68.76475) - (xy 157.074156 68.430801) - (xy 156.873338 68.130256) - (xy 156.617744 67.874662) - (xy 156.317199 67.673844) - (xy 155.98325 67.535518) - (xy 155.628732 67.465) - (xy 155.267268 67.465) - (xy 154.91275 67.535518) - (xy 154.578801 67.673844) - (xy 154.278256 67.874662) - (xy 154.022662 68.130256) - (xy 153.821844 68.430801) - (xy 153.683518 68.76475) - (xy 153.613 69.119268) - (xy 153.613 69.480732) - (xy 153.683518 69.83525) - (xy 153.821844 70.169199) - (xy 154.022662 70.469744) - (xy 154.278256 70.725338) - (xy 154.578801 70.926156) - (xy 154.668574 70.963341) - (xy 154.248 70.961928) - (xy 154.123518 70.974188) - (xy 154.00382 71.010498) - (xy 153.893506 71.069463) - (xy 153.796815 71.148815) - (xy 153.717463 71.245506) - (xy 153.658498 71.35582) - (xy 153.622188 71.475518) - (xy 153.609928 71.6) - (xy 152.527 71.6) - (xy 152.527 61.736511) - (xy 152.561498 61.788141) - (xy 152.711859 61.938502) - (xy 152.888665 62.05664) - (xy 153.085122 62.138015) - (xy 153.293679 62.1795) - (xy 153.506321 62.1795) - (xy 153.714878 62.138015) - (xy 153.911335 62.05664) - (xy 154.088141 61.938502) - (xy 154.238502 61.788141) - (xy 154.35 61.621272) - (xy 154.461498 61.788141) - (xy 154.611859 61.938502) - (xy 154.788665 62.05664) - (xy 154.985122 62.138015) - (xy 155.193679 62.1795) - (xy 155.406321 62.1795) - (xy 155.614878 62.138015) - (xy 155.811335 62.05664) - (xy 155.988141 61.938502) - (xy 156.052287 61.874356) - (xy 156.061498 61.888141) - (xy 156.211859 62.038502) - (xy 156.388665 62.15664) - (xy 156.585122 62.238015) - (xy 156.793679 62.2795) - (xy 157.006321 62.2795) - (xy 157.214878 62.238015) - (xy 157.411335 62.15664) - (xy 157.588141 62.038502) - (xy 157.738502 61.888141) - (xy 157.85664 61.711335) - (xy 157.938015 61.514878) - (xy 157.9795 61.306321) - (xy 157.9795 61.093679) - (xy 157.938015 60.885122) - (xy 157.85664 60.688665) - (xy 157.738502 60.511859) - (xy 157.588141 60.361498) - (xy 157.411335 60.24336) - (xy 157.214878 60.161985) - (xy 157.006321 60.1205) - (xy 156.793679 60.1205) - (xy 156.585122 60.161985) - (xy 156.388665 60.24336) - (xy 156.211859 60.361498) - (xy 156.147713 60.425644) - (xy 156.138502 60.411859) - (xy 155.988141 60.261498) - (xy 155.811335 60.14336) - (xy 155.614878 60.061985) - (xy 155.406321 60.0205) - (xy 155.193679 60.0205) - (xy 154.985122 60.061985) - (xy 154.788665 60.14336) - (xy 154.611859 60.261498) - (xy 154.461498 60.411859) - (xy 154.35 60.578728) - (xy 154.238502 60.411859) - (xy 154.088141 60.261498) - (xy 153.911335 60.14336) - (xy 153.714878 60.061985) - (xy 153.506321 60.0205) - (xy 153.293679 60.0205) - (xy 153.085122 60.061985) - (xy 152.888665 60.14336) - (xy 152.711859 60.261498) - (xy 152.561498 60.411859) - (xy 152.527 60.463489) - (xy 152.527 54.737) - (xy 158.697394 54.737) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (date "${date}") + (rev "${gh}") + (comment 4 "@Comment4@") + ) + (layers + (0 "F.Cu" signal) + (1 "In1.Cu" power) + (2 "In2.Cu" power) + (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) + ) + (setup + (stackup + (layer "F.SilkS" + (type "Top Silk Screen") + (color "White") + (material "Liquid Photo") + ) + (layer "F.Paste" + (type "Top Solder Paste") + ) + (layer "F.Mask" + (type "Top Solder Mask") + (color "Blue") + (thickness 0.01) + (material "Liquid Ink") + (epsilon_r 3.3) + (loss_tangent 0) + ) + (layer "F.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 1" + (type "prepreg") + (color "PTFE natural") + (thickness 0.48) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "In1.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 2" + (type "core") + (color "FR4 natural") + (thickness 0.48) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "In2.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 3" + (type "prepreg") + (color "Polyimide") + (thickness 0.24) + (material "Kapton") + (epsilon_r 3.2) + (loss_tangent 0.004) addsublayer + (thickness 0.24) + (material "Kapton") + (epsilon_r 3.2) + (loss_tangent 0.004) + ) + (layer "B.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "B.Mask" + (type "Bottom Solder Mask") + (color "Red") + (thickness 0.01) + (material "Dry Film") + (epsilon_r 3.3) + (loss_tangent 0) + ) + (layer "B.Paste" + (type "Bottom Solder Paste") + ) + (layer "B.SilkS" + (type "Bottom Silk Screen") + (color "Black") + (material "Direct Printing") + ) + (copper_finish "ENIG") + (dielectric_constraints yes) + (edge_connector bevelled) + (castellated_pads yes) + (edge_plating yes) + ) + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 102 102) + (pcbplotparams + (layerselection 0x00210f8_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 0) + (scaleselection 1) + (outputdirectory "fab/") + ) + ) + (property "PRUEBITA" "Hola!") + (net 0 "") + (net 1 "GND") + (net 2 "+3V3") + (net 3 "Net-(C3-Pad1)") + (net 4 "Net-(C4-Pad1)") + (net 5 "/EN") + (net 6 "VCC") + (net 7 "VBUS") + (net 8 "/USB_RTS") + (net 9 "Net-(Q1-Pad1)") + (net 10 "/IO0") + (net 11 "/USB_DTR") + (net 12 "Net-(Q2-Pad1)") + (net 13 "/USB_TX") + (net 14 "/USB_RX") + (net 15 "/USB_DM") + (net 16 "/USB_DP") + (net 17 "Net-(D3-Pad2)") + (net 18 "Net-(D4-Pad2)") + (net 19 "Net-(D5-Pad2)") + (net 20 "Net-(D6-Pad2)") + (net 21 "Net-(D7-Pad2)") + (net 22 "Net-(D8-Pad2)") + (net 23 "Net-(D9-Pad2)") + (net 24 "Net-(D10-Pad2)") + (net 25 "Net-(Q3-Pad1)") + (net 26 "Net-(Q4-Pad1)") + (net 27 "Net-(Q5-Pad1)") + (net 28 "Net-(Q6-Pad1)") + (net 29 "Net-(Q7-Pad1)") + (net 30 "Net-(Q8-Pad1)") + (net 31 "Net-(Q9-Pad1)") + (net 32 "Net-(Q10-Pad1)") + (net 33 "/PIR_A") + (net 34 "/CH_1") + (net 35 "/CH_3") + (net 36 "/CH_5") + (net 37 "/CH_7") + (net 38 "/CH_2") + (net 39 "/CH_4") + (net 40 "/CH_6") + (net 41 "/CH_8") + (net 42 "Net-(D11-Pad2)") + (net 43 "Net-(D12-Pad2)") + (net 44 "Net-(D13-Pad2)") + (net 45 "Net-(D14-Pad2)") + (net 46 "/LED1") + (net 47 "/LED2") + (net 48 "/LED3") + (net 49 "/LED4") + (net 50 "/DHT_IO") + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da29fe3") + (at 111.2 69.85 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C1" + (at 1.75 -0.456 90) + (layer "F.SilkS") + (uuid "7a6d9a4e-fe6a-4427-9f0c-a10fd3ceb923") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1uF" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "d1422f38-9fce-4f5e-878a-341530beaf9c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb7ac626-d059-48e7-affa-597daf6ff230") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "93a041b9-88e4-4d99-921b-97907ec2cc45") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e76f1945-67a8-481e-bac3-94fe8c37e0ad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da94ac6") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "83d9db3e-661a-47bf-b26c-99313ad8bac9") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6239967a-77bd-4ec9-89cd-e04efd8dbe26") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c4b4317-29d0-438a-b331-525ede18773a") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "45b7fe01-a2fa-40c2-a3a2-4a9ae7c34dba") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d91b4df3-08ca-4c95-92de-3004566cf2e7") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "058e77a4-10af-4bc8-a984-5984d3bbee4c") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18e95a1d-9d1d-4b93-8e4c-2d03c344acc0") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9bac5a37-2a55-41dd-96ea-ec02b69e3ef4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "44e993be-f2df-4e61-a598-dfd6e106a208") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "1eca5f72-2356-4c55-919d-595727faf3b9") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "0bbd2e43-3eb0-4216-861b-a58366dbe43d") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da29ff2") + (at 112.2 69.85 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C2" + (at 0.65 -2.3 90) + (layer "F.SilkS") + (uuid "fe431a80-868e-482d-aa91-c96eb8387d6a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1uF" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "aa0e7fe7-e9c2-477f-bcb2-53a1ebd9e3a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "84dee44f-17b1-4a10-bea2-3841ec229272") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2362e55a-8949-40f9-88ee-0365952f56ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00376985-bcb3-4973-84fa-b836d5afea6d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da94566") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1020b588-7eb0-4b70-bbff-c77a867c3142") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c92f382-4ec3-478f-a1ca-afadd3087787") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5bb32dcb-8a97-4374-8a16-bc17822d4db3") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3e147ce1-21a6-4e77-a3db-fd00d575cd22") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0b43a8fb-b3d3-4444-a4b0-cf952c07dcfe") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fd146ca2-8fb8-4c71-9277-84f69bc5d3fc") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6df433d7-73cd-4877-8d2e-047853b9077c") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d5b0938b-9efb-4b58-8ac4-d92da9ed2e30") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "67d6d490-a9a4-4ec7-8744-7c7abc821282") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "c860c4e9-3ddd-4065-857c-b9aedc01e6ad") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "36210d52-4f9a-42bc-a022-019a63c67fc2") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a003") + (at 117.602 66.2685 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C3" + (at 0 -1.43 90) + (layer "F.SilkS") + (uuid "5160b3d5-0622-412f-84ed-9900be82a5a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7uF" + (at 0 1.43 90) + (layer "F.Fab") + (uuid "cfcae4a3-5d05-48fe-9a5f-9dcd4da4bd65") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "046948b3-bf79-4801-aca0-ff4051eef84c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a71e6ee1-57ba-4959-87da-cab169bfc418") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0ce17b6-159c-4707-8dd4-67258de2d519") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da99bae") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6999550c-f78a-4aae-9243-1b3881f5bb3b") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44a8a96b-3053-4222-9241-aa484f5ebe13") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a2a33a3d-c501-4e33-b67b-7d07ef8aa4a7") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "37f8ba3f-cca4-4b16-b699-07a704844fc9") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6a5cab3-78e5-4acf-8c67-f401df2846d0") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2f4c659c-2ccb-4fb1-808e-7868af588a89") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "abe3c03e-744a-4406-8e50-6a10745f0c43") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02289c61-13df-495e-a809-03e3a71bb201") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2cb05d43-df82-498c-aae1-4b1a0a350f82") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8202d57b-d5d2-4a80-8c03-3c6bdbbd1ddf") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "ebadfd51-5a1d-4821-b341-8a1acb4abb01") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 270) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C3-Pad1)") + (uuid "e20929e2-2c15-4a75-b1ed-9caa9bd27df7") + ) + (pad "2" smd roundrect + (at 0.7875 0 270) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "e1c71a89-4e45-4a56-a6ef-342af5f92d5c") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a014") + (at 118.6 81.3 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C4" + (at 2.286 0 90) + (layer "F.SilkS") + (uuid "8fbab3d0-cb5e-47c7-8764-6fa3c0e4e5f7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1uF" + (at 0 1.43 90) + (layer "F.Fab") + (uuid "a25ec672-f935-4d0c-ae67-7c3ebe078d85") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e3c61b87-bafe-4921-ae66-5c488a8da85b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "efe870f7-c05e-4723-80dd-c85c4fc0c083") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fbad6310-184d-4c80-ba59-a8c61a688844") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da74db0") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d33c6077-a8ec-48ca-b0e0-97f3539ef54c") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b534cd1-c414-4029-9164-e46766faf60e") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "60960af7-b938-44a8-82b5-e9c36f2e6817") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "47957453-fce7-4d98-833c-e34bb8a852a5") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ba21493-929b-4122-ac0f-7aeaf8602cef") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8aa8d47e-f495-4049-8ac9-7f2ac3205412") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "19a5aacd-255a-4bf3-89c1-efd2ab61016c") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3dbc1b14-20e2-4dcb-8347-d33c13d3f0e0") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9c2a29da-c83f-4ec8-bbcf-9d775812af04") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5fba7ff8-02f1-4ac0-93c4-5bd7becbcf63") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "73a6ec8e-8641-4014-be28-4611d398be32") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 270) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(C4-Pad1)") + (uuid "6e508bf2-c65e-4107-867d-a3cf9a86c69e") + ) + (pad "2" smd roundrect + (at 0.7875 0 270) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "3388a811-b444-4ecc-a564-b22a1b731ab4") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a025") + (at 117.6 71.3 180) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C5" + (at 0 1.3 0) + (layer "F.SilkS") + (uuid "53ae21b8-f187-4817-8c27-1f06278d249b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22uF" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "c0c62e93-8e84-4f2b-96ae-e90b55e0550a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5544537a-c7c2-42f9-ad1e-4ff04625143f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "190f0348-4ad0-413a-b67f-1082529a2aa9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc56f354-43a2-492c-86e6-5f572ee5ee1f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da8fdae") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "792ace59-9f73-49b7-92df-01568ab2b00b") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a86cc026-cc17-4a81-85bf-4c26f61b9f32") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bc05cdd5-f72f-4c21-b397-0fa889871114") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "278deae2-fb37-4957-b2cb-afac30cacb12") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "900cb6c8-1d05-4537-a4f0-9a7cc1a2ea1c") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b500fd76-a613-4f44-aac4-99213e86ff44") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e5fe65d-f158-4eb5-af93-2b5d0b9a0d55") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "056788ec-4ecf-4826-b996-bd884a6442a0") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b042b6c-c042-4cf1-ba6e-bd77c51dbedb") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90f2ca05-313f-4af8-87b1-a8109224a221") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "b4fbe1fb-a9a3-4020-9a82-d3fa1900cd85") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "70186eba-dcad-4878-bf16-887f6eee49df") + ) + (pad "2" smd roundrect + (at 0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "31070a40-077c-4123-96dd-e39f8a0007ce") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a052") + (at 122.936 62.738 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C8" + (at 0 1.016 90) + (layer "F.SilkS") + (uuid "f7758f2a-e5c9-405c-960a-353b36eaf72d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1uF" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "868b5d0d-f911-4724-9580-d9e69eb9f709") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40ab86c8-6c8a-4cdd-8d97-e0b53b044a46") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1338b158-f0a3-4461-b857-6f40c0bf8ee1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cae6079e-98e2-4d38-a19b-7608ff1acad1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dabc2a7") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1d1a7683-c090-4798-9b40-7ed0d9f3ce3b") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3d70e675-48ae-4edd-b95d-3ca51e634018") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b5ffe018-0d06-4a1b-95ee-b5763a35798d") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ed247857-b2a3-4b23-90ad-758c01ae5e8e") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "926b329f-cd0d-410a-bc4a-e36446f8965a") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "848901d5-fdee-4920-a04d-fbc03c912e79") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5a3f95b-1a53-41b4-b208-bf168c9d9c6d") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3d2a15cb-c492-4d9a-b1dd-7d5f099d2d31") + ) + (fp_text user "${REFERENCE}" + (at -0.5 -0.25 90) + (layer "F.Fab") + (uuid "7247fe96-7885-4063-8282-ea2fd2b28b0d") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "54d76293-1ce2-46f8-9be7-a3d7f9f28112") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "f321809c-ab7a-4356-9b11-4c0d46c421ba") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a06a") + (at 115.3 81 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D1" + (at 0 -2 0) + (layer "F.SilkS") + (uuid "1732b93f-cd0e-4ca4-a905-bb406354ca33") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 0) + (layer "F.Fab") + (uuid "9e136ac4-5d28-4814-9ebf-c30c372bc2ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "239477ca-e5c8-4011-96fc-fab4ed6aa677") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "87cab622-e793-469c-a68e-ad348f257579") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7dc1beb-e36f-4706-9406-1965ef1caab6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da76d9b") + (attr smd) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2028d85e-9e27-4758-8c0b-559fad072813") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a48f5fff-52e4-4ae8-8faa-7084c7ae8a28") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58126faf-01a4-4f91-8e8c-ca9e47b48048") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c20aea50-e9e4-4978-b938-d613d445aab7") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "49488c82-6277-4d05-a051-6a9df142c373") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be5a7017-fe9d-43ea-9a6a-8fe8deb78420") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e0d7c1d9-102e-4758-a8b7-ff248f1ce315") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3fa05934-8ad1-40a9-af5c-98ad298eb412") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5eb16f0d-ef1e-4549-97a1-19cd06ad7236") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8274862-c966-456a-98d5-9c42f72963c1") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "44b926bf-8bdd-4191-846d-2dfabab2cecb") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "efd7a1e0-5bed-4583-a94e-5ccec9e4eb74") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f7070c76-b83b-43a9-a243-491723819616") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5eb7390-4215-4bb5-bc53-f82f663cc9a5") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "17cf1c88-8d51-4538-aa76-e35ac22d0ed0") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3a69550-c4fa-45d1-9aba-0bba47699cca") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7b00984-6ab1-482e-b4b4-67cac44d44da") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9cacb6ad-6bbf-4ffe-b0a4-2df24045e046") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 0) + (layer "F.Fab") + (uuid "9e2492fd-e074-42db-8129-fe39460dc1e0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "Net-(C4-Pad1)") + (uuid "e04b8c10-725b-4bde-8cbf-66bfea5053e6") + ) + (pad "2" smd rect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "f4aae365-6c70-41da-9253-52b239e8f5e6") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a082") + (at 109.4 68.8 90) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D2" + (at 3.302 -0.254 90) + (layer "F.SilkS") + (uuid "82204892-ec79-4d38-a593-52fb9a9b4b87") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 90) + (layer "F.Fab") + (uuid "dec284d9-246c-4619-8dcc-8f4886f9349e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cb6b86fc-f120-4cac-8f6d-f3881e6c4da9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "da40af14-82d8-4d76-83ff-28856e9969ff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8000cd54-271a-456a-8e63-5c5768bb5edd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da82fba") + (attr smd) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b66b83a0-313f-4b03-b851-c6e9577a6eb7") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae8bb5ae-95ee-4e2d-8a0c-ae5b6149b4e3") + ) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7274c82d-0cb9-47de-b093-7d848f491410") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "386faf3f-2adf-472a-84bf-bd511edf2429") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f934a442-23d6-4e5b-908f-bb9199ad6f8b") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "72366acb-6c86-4134-89df-01ed6e4dc8e0") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "de552ae9-cde6-4643-8cc7-9de2579dadae") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "37657eee-b379-4145-b65d-79c82b53e49e") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "363189af-2faa-46a4-b025-5a779d801f2e") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7c09c15-282b-4731-8942-008851172201") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8b3ba7fc-20b6-43c4-a020-80151e1caecc") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3e87b259-dfc1-4885-8dcf-7e7ae39674ed") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2a0f5cc-b5aa-4e3e-8d85-23bdc2f59aec") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7f064424-06a6-4f5b-87d6-1970ae527766") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba116096-3ccc-4cc8-a185-5325439e4e24") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb0b1440-18be-4b5f-b469-b4cfaf66fc53") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7668b629-abd6-4e14-be84-df90ae487fc6") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "31bfc3e7-147b-4531-a0c5-e3a305c1647d") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 90) + (layer "F.Fab") + (uuid "dad2f9a9-292b-4f7e-9524-a263f3c1ba74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 90) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "Net-(C4-Pad1)") + (uuid "5c32b099-dba7-4228-8a5e-c2156f635ce2") + ) + (pad "2" smd rect + (at 1.65 0 90) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 7 "VBUS") + (uuid "112371bd-7aa2-4b47-b184-50d12afc2534") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a0ac") + (at 121.158 69.85) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q2" + (at 1.016 2.286 0) + (layer "F.SilkS") + (uuid "1053b01a-057e-4e79-a21c-42780a737ea9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NPN_BEC" + (at 0 2.5 0) + (layer "F.Fab") + (uuid "a1701438-3c8b-4b49-8695-36ec7f9ae4d2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f51aa3a8-5629-45db-9507-17f1966f26b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19eee366-d005-4304-b127-b11bfb2fe011") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6038a2b9-9f01-4959-8214-b4dae6231d21") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005daa9ad4") + (attr smd) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6bf257d-5112-423c-b70a-adf8446f29da") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7c83b25-afbd-4974-8870-387db8f81a5c") + ) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1d9dc91c-3457-4ca5-8e42-43be60ae0831") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "08926936-9ea4-4894-afca-caca47f3c238") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c7db4903-f95a-49f5-bcce-c52f0ca8defc") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1c2e9b0-6f9f-485b-b482-d408df476d0f") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2c10387c-3cac-4a7c-bbfb-95d69f41a890") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2a4f1c24-6486-4fd8-8092-72bb07a81274") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8a90052-1a8b-4ce5-a1fd-87db944dceac") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "784e3230-2053-4bc9-a786-5ac2bd0df0f5") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1731e91-7698-42fa-ad60-5c60fdd0e1fc") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a04f8542-6c38-4d5c-bdbb-c8e0311a0936") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "21ca1c08-b8a3-4bdc-9356-70a4d86ee444") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "897277a3-b7ce-4d18-8c5f-1c984a246298") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 12 "Net-(Q2-Pad1)") + (uuid "1ae3634a-f90f-4c6a-8ba7-b38f98d4ccb2") + ) + (pad "2" smd rect + (at -1 0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 11 "/USB_DTR") + (uuid "ed612f6d-67c1-4198-976d-84139f8d99bc") + ) + (pad "3" smd rect + (at 1 0) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 10 "/IO0") + (uuid "80b9a57f-3326-43ca-b6ca-5e911992b3c4") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a0bb") + (at 117.602 62.23 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 1.778 0 0) + (layer "F.SilkS") + (uuid "d8f24303-7e52-49a9-9e82-8d60c3aaa009") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "fcb4f52a-a6cb-4ca0-970a-4c8a2c0f3942") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae557bb8-850d-4dd0-a978-280b6525b0ce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "687c5100-820e-4e18-86f3-459eb3f1c5b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "858d257b-7c2b-46ac-93f5-161dd9384fe9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005daab2cf") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe4068b9-89da-4c59-ba51-b5949772f5d8") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "51f5536d-48d2-4807-be44-93f427952b0e") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e7a230a-c1a4-4455-81ee-277835acf4a2") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2bbd6c26-4114-4518-8f4a-c6fdadc046b6") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8efe6411-1919-4082-b5b8-393585e068c8") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5cc7655c-62f2-43d2-a7a5-eaa4635dada8") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a08c061a-7f5b-4909-b673-0d0a59a012a3") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a1ae8ee-dea6-4015-b83e-baf8fcdfaf0f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "92574e8a-729f-48de-afcb-97b4f5e826f8") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 9 "Net-(Q1-Pad1)") + (uuid "41ab46ed-40f5-461d-81aa-1f02dc069a49") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 11 "/USB_DTR") + (uuid "b6924901-677d-424a-a3f4-52c8dd1fa5f5") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a0ca") + (at 117.602 63.5 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at -2.032 0.635 0) + (layer "F.SilkS") + (uuid "50a799a7-f8f3-4f13-9288-b10696e9a7da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "78a228c9-bbf0-49cf-b917-2dec23b390df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "84675afc-df33-429f-8ca5-de03bce3b3a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa2f40b5-f9dd-425a-a1de-ff7625237ef8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6b0ad1e2-e183-4e28-9b20-c227ea7b0a95") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005daab975") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e29e8d7d-cee8-47d4-8444-1d7032daf03c") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a819bf9a-0c8b-443a-b488-e5f1395d77ad") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f66bb685-9833-454c-bf31-b96598f50347") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "56f0a67a-a93a-477a-9778-70fe2cfeeb5a") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c1d6842-15a5-4f73-b198-8836681840a1") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d70bfdec-de0f-45e5-9452-2cd5d12b83b9") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b83b087e-7ec9-44e7-a1c9-81d5d26bbf79") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2765a021-71f1-4136-b72b-81c2c6882946") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "7ac1ccc5-26c5-4b73-8425-7bbec927bf24") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 12 "Net-(Q2-Pad1)") + (uuid "1a7e7b16-fc7c-4e64-9ace-48cc78112437") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "/USB_RTS") + (uuid "26296271-780a-4da9-8e69-910d9240bca1") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a0d9") + (at 110.236 61.976 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R3" + (at 0 1.27 90) + (layer "F.SilkS") + (uuid "24a492d9-25a9-4fba-b51b-3effb576b351") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "d7df1f01-3f56-437b-a452-e88ad90a9805") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "de98265e-44fa-4c5b-98fd-fb4652c0d814") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a915f41-a59b-4f0f-b01c-30dfdc060cc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "04bab90a-1c41-4dd6-a249-35960d53b240") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dad1ab5") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3bb9c3d4-9a6f-41ac-8d1e-92ed4fe334c0") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4ef07d45-f940-4cb6-bb96-2ddec13fd099") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d554632b-6dd0-47f8-b59b-3ce25177ca3e") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "89fb4a63-a18d-4c7e-be12-f061ef4bf0c0") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "665081dc-8354-4d41-8855-bde8901aee4c") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45484f82-420e-44d0-a58e-382bb939dac5") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6e468d8-2bb7-49d5-a4d0-fde0f6bbe8c6") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "97cc05bf-4ed5-449c-b0c8-131e5126a7ac") + ) + (fp_text user "${REFERENCE}" + (at -0.024 -0.07 90) + (layer "F.Fab") + (uuid "fe1ad3bd-92cc-4e1c-8cc9-a77278095945") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "/EN") + (uuid "24fd922c-d488-4d61-b6dc-9d3e359ccc82") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "7ce4aab5-8271-4432-a4b1-bff168293b45") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "footprints:TS-1187A" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a0e6") + (at 114 58.166) + (property "Reference" "SW1" + (at -0.462 0 0) + (layer "F.SilkS") + (uuid "c25a772d-af9c-4ebc-96f6-0966738c13a8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SW_Push" + (at -0.025 -0.025 0) + (layer "F.Fab") + (uuid "8c514922-ffe1-4e37-a260-e807409f2e0d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06b9cff9-de45-4a84-9c79-efbbfcef70dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e379a6ee-b5c7-4987-b2c2-dc5ef4fbc973") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3dae9ddd-df6d-4fc7-8304-3da7caf4418c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dad711a") + (attr smd) + (fp_line + (start -3.55 -2.6) + (end -3.55 2.575) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a15a7506-eae4-4933-84da-9ad754258706") + ) + (fp_line + (start -3.55 -2.6) + (end 3.625 -2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "40976bf0-19de-460f-ad64-224d4f51e16b") + ) + (fp_line + (start -3.55 2.575) + (end -3.45 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3c11c8f-a73d-4211-934b-a6da255728ad") + ) + (fp_line + (start 3.6 2.6) + (end -3.6 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8c79177-94d4-43e2-a654-f0a5554fbb68") + ) + (fp_line + (start 3.625 -2.6) + (end 3.6 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e21aa84b-970e-47cf-b64f-3b55ee0e1b51") + ) + (pad "1" smd rect + (at -3 -1.875) + (size 1 0.75) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "1f3003e6-dce5-420f-906b-3f1e92b67249") + ) + (pad "1" smd rect + (at 3 -1.875) + (size 1 0.75) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "03caada9-9e22-4e2d-9035-b15433dfbb17") + ) + (pad "2" smd rect + (at -3 1.875) + (size 1 0.75) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 5 "/EN") + (uuid "8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb") + ) + (pad "2" smd rect + (at 3 1.875) + (size 1 0.75) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 5 "/EN") + (uuid "639c0e59-e95c-4114-bccd-2e7277505454") + ) + (model "${KIPRJMOD}/3d/IT-1187A.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-223-3_TabPin2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a0fc") + (at 117.3 75.8) + (descr "module CMS SOT223 4 pins") + (tags "CMS SOT") + (property "Reference" "U1" + (at 3.2 -2.9 0) + (layer "F.SilkS") + (uuid "45a58c23-3e6d-4df0-af01-6d5948b0075c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AZ1117-3.3" + (at 0 4.5 0) + (layer "F.Fab") + (uuid "5641be26-f5e9-482f-8616-297f17f4eae2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7d9318d5-45d0-4c77-8c0d-cceb399cc86f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68449dca-f3d8-43b7-ab95-f14249cf58d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "277c06fe-b491-4278-8287-90628711efde") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da730f7") + (attr smd) + (fp_line + (start -4.1 -3.41) + (end 1.91 -3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "524d7aa8-362f-459a-b2ae-4ca2a0b1612b") + ) + (fp_line + (start -1.85 3.41) + (end 1.91 3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8313e187-c805-4927-8002-313a51839243") + ) + (fp_line + (start 1.91 -3.41) + (end 1.91 -2.15) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86143bb0-7899-4df8-b1df-baa3c0ac7889") + ) + (fp_line + (start 1.91 3.41) + (end 1.91 2.15) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90d503cf-92b2-4120-a4b0-03a2eddde893") + ) + (fp_line + (start -4.4 -3.6) + (end -4.4 3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bc01f3e7-a131-4f66-8abc-cc13e855d5e5") + ) + (fp_line + (start -4.4 3.6) + (end 4.4 3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d337c492-7429-4618-b378-df29f72737e3") + ) + (fp_line + (start 4.4 -3.6) + (end -4.4 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ad4b4ba-3abd-4313-bed9-1edce936a95e") + ) + (fp_line + (start 4.4 3.6) + (end 4.4 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd2580a0-9e4c-4895-a13c-3b2ee33bafc4") + ) + (fp_line + (start -1.85 -2.35) + (end -1.85 3.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e002a979-85bc-451a-a77b-29ce2a8f19f9") + ) + (fp_line + (start -1.85 -2.35) + (end -0.85 -3.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fd34aa56-ded2-4e97-965a-a39457716f0c") + ) + (fp_line + (start -1.85 3.35) + (end 1.85 3.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8fd0b33a-45bf-4216-9d7e-a62e1c071730") + ) + (fp_line + (start -0.85 -3.35) + (end 1.85 -3.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5cea0b5-192f-476b-a3c8-0c26e2231699") + ) + (fp_line + (start 1.85 -3.35) + (end 1.85 3.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc13962a-a464-4fa2-b9a6-4c26667104ee") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "f240e733-157e-4a15-812f-78f42d8a8322") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" smd rect + (at -3.15 -2.3) + (size 2 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "a4911204-1308-4d17-90a9-1ff5f9c57c9b") + ) + (pad "2" smd rect + (at -3.15 0) + (size 2 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "ef3a2f4c-5879-4e98-ad30-6b8614410fba") + ) + (pad "2" smd rect + (at 3.15 0) + (size 2 3.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "3f43c2dc-daa2-45ba-b8ca-7ae5aebed882") + ) + (pad "3" smd rect + (at -3.15 2.3) + (size 2 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "Net-(C4-Pad1)") + (uuid "01c59306-91a3-452b-92b5-9af8f8f257d6") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-223.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a12e") + (at 113.904 66.04) + (descr "QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py") + (tags "QFN DFN_QFN") + (property "Reference" "U2" + (at -3.668 -1.158 0) + (layer "F.SilkS") + (uuid "153169ce-9fac-4868-bc4e-e1381c5bb726") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CP2104" + (at 0.142 3.3 0) + (layer "F.Fab") + (uuid "b121f1ff-8472-460b-ab2d-5110ddd1ca28") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55d7de1e-3944-4981-80c3-0e53dd80901f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fcefe508-69aa-416a-907d-f42afe8d0d31") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1c63378-ed18-49ce-89dd-5a0c13150411") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da8724c") + (attr smd) + (fp_line + (start -2.11 2.11) + (end -2.11 1.635) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f95f1fc-aa31-4ce6-996a-4b385731d8eb") + ) + (fp_line + (start -1.635 -2.11) + (end -2.11 -2.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c220da05-2a98-47be-9327-0c73c5263c41") + ) + (fp_line + (start -1.635 2.11) + (end -2.11 2.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ba19f6c-fa3a-4bf3-8c57-119de0f02b65") + ) + (fp_line + (start 1.635 -2.11) + (end 2.11 -2.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2276ec6c-cdcc-4369-86b4-8267d991001e") + ) + (fp_line + (start 1.635 2.11) + (end 2.11 2.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab0ea55a-63b3-4ece-836d-2844713a821f") + ) + (fp_line + (start 2.11 -2.11) + (end 2.11 -1.635) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29987966-1d19-4068-93f6-a61cdfb40ffa") + ) + (fp_line + (start 2.11 2.11) + (end 2.11 1.635) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "799d9f4a-bb6b-44d5-9f4c-3a30db59943d") + ) + (fp_line + (start -2.6 -2.6) + (end -2.6 2.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6474aa6c-825c-4f0f-9938-759b68df02a5") + ) + (fp_line + (start -2.6 2.6) + (end 2.6 2.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f48f1d12-9008-4743-81e2-bdec45db64a1") + ) + (fp_line + (start 2.6 -2.6) + (end -2.6 -2.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "43f341b3-06e9-4e7a-a26e-5365b89d76bf") + ) + (fp_line + (start 2.6 2.6) + (end 2.6 -2.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "19515fa4-c166-4b6e-837d-c01a89e98000") + ) + (fp_line + (start -2 -1) + (end -1 -2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5099f397-6fe7-454f-899c-34e2b5f22ca7") + ) + (fp_line + (start -2 2) + (end -2 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a12b751e-ae7a-468c-af3d-31ed4d501b01") + ) + (fp_line + (start -1 -2) + (end 2 -2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23345f3e-d08d-4834-b1dc-64de02569916") + ) + (fp_line + (start 2 -2) + (end 2 2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0d095387-710d-4633-a6c3-04eab60b585a") + ) + (fp_line + (start 2 2) + (end -2 2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ea7c53f9-3aa8-4198-9879-de95a5257915") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4d51bc15-1f84-46be-8e16-e836b10f854e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" smd roundrect + (at -0.65 -0.65) + (size 1.05 1.05) + (layers "F.Paste") + (roundrect_rratio 0.238095) + (uuid "a09cb1c4-cc63-49c7-a35f-4b80c3ba2217") + ) + (pad "" smd roundrect + (at -0.65 0.65) + (size 1.05 1.05) + (layers "F.Paste") + (roundrect_rratio 0.238095) + (uuid "ab34b936-8ca5-4be1-8599-504cb86609fc") + ) + (pad "" smd roundrect + (at 0.65 -0.65) + (size 1.05 1.05) + (layers "F.Paste") + (roundrect_rratio 0.238095) + (uuid "82907d2e-4560-49c2-9cfc-01b127317195") + ) + (pad "" smd roundrect + (at 0.65 0.65) + (size 1.05 1.05) + (layers "F.Paste") + (roundrect_rratio 0.238095) + (uuid "80ace02d-cb21-4f08-bc25-572a9e56ff99") + ) + (pad "1" smd roundrect + (at -1.9375 -1.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "5a319d05-1a85-43fe-a179-ebcee7212a03") + ) + (pad "2" smd roundrect + (at -1.9375 -0.75) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "315d2b15-cfe6-4672-b3ad-24773f3df12c") + ) + (pad "3" smd roundrect + (at -1.9375 -0.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 16 "/USB_DP") + (uuid "0a79db37-f1d9-40b1-a24d-8bdfb8f637e2") + ) + (pad "4" smd roundrect + (at -1.9375 0.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 15 "/USB_DM") + (uuid "d5c86a84-6c8b-48b5-b583-2fe7052421ab") + ) + (pad "5" smd roundrect + (at -1.9375 0.75) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "188eabba-12a3-47b7-9be1-03f0c5a948eb") + ) + (pad "6" smd roundrect + (at -1.9375 1.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "c38f28b6-5bd4-4cf9-b273-1e7b230f6b42") + ) + (pad "7" smd roundrect + (at -1.25 1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "a311f3c6-42e3-4584-9725-4a62ff91b6e3") + ) + (pad "8" smd roundrect + (at -0.75 1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 7 "VBUS") + (uuid "bcacf97a-a49b-480c-96ed-a857f56faeb2") + ) + (pad "9" smd roundrect + (at -0.25 1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "41524d81-a7f7-45af-a8c6-15609b68d1fd") + ) + (pad "10" smd roundrect + (at 0.25 1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "71aa3829-956e-4ff9-af3f-b06e50ab2b5a") + ) + (pad "11" smd roundrect + (at 0.75 1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "2f5467a7-bd49-433c-92f2-60a842e66f7b") + ) + (pad "12" smd roundrect + (at 1.25 1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "2f33286e-7553-4442-acf0-23c61fcd6ab0") + ) + (pad "13" smd roundrect + (at 1.9375 1.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "5206328f-de7d-41ba-bad8-f1768b7701cb") + ) + (pad "14" smd roundrect + (at 1.9375 0.75) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "47484446-e64c-4a82-88af-15de92cf6ad4") + ) + (pad "15" smd roundrect + (at 1.9375 0.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "dd5f7736-b8aa-44f2-a044-e514d63d48f3") + ) + (pad "16" smd roundrect + (at 1.9375 -0.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C3-Pad1)") + (uuid "2e1d63b8-5189-41bb-8b6a-c4ada546b2d5") + ) + (pad "17" smd roundrect + (at 1.9375 -0.75) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "29cd9e70-9b68-44f7-96b2-fe993c246832") + ) + (pad "18" smd roundrect + (at 1.9375 -1.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "7114de55-86d9-46c1-a412-07f5eb895435") + ) + (pad "19" smd roundrect + (at 1.25 -1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "/USB_RTS") + (uuid "f879c0e8-5893-4eb4-8e59-2292a632100f") + ) + (pad "20" smd roundrect + (at 0.75 -1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 14 "/USB_RX") + (uuid "750e60a2-e808-4253-8275-b79930fb2714") + ) + (pad "21" smd roundrect + (at 0.25 -1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 13 "/USB_TX") + (uuid "e7376da1-2f59-4570-81e8-46fca0289df0") + ) + (pad "22" smd roundrect + (at -0.25 -1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "10fa1a8c-62cb-4b8f-b916-b18d737ff71b") + ) + (pad "23" smd roundrect + (at -0.75 -1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 11 "/USB_DTR") + (uuid "9e18f8b3-9e1a-4022-9224-10c12ca8a28d") + ) + (pad "24" smd roundrect + (at -1.25 -1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "cd48b13f-c989-4ac1-a7f0-053afcd77527") + ) + (pad "25" smd roundrect + (at 0 0) + (size 2.6 2.6) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.096154) + (net 1 "GND") + (uuid "93afd2e8-e16c-4e06-b872-cf0e624aee35") + ) + (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "RF_Module:ESP32-WROOM-32" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a19d") + (at 134.366 70.358) + (descr "Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf") + (tags "Single 2.4 GHz Wi-Fi and Bluetooth combo chip") + (property "Reference" "U3" + (at -10.61 8.43 90) + (layer "F.SilkS") + (uuid "c8072c34-0f81-4552-9fbe-4bfe60c53e21") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "ESP32-WROOM-32" + (at 0 11.5 0) + (layer "F.Fab") + (uuid "fec6f717-d723-4676-89ef-8ea691e209c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a397659b-cdff-4d03-abf7-601918703223") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "59f22128-1c14-4c10-8331-258dfb05c0ad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97061ab2-f6cd-4e3b-ada3-82cfd56514ac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da6edcb") + (attr smd) + (fp_line + (start -9.12 -15.865) + (end -9.12 -9.445) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1765d6b9-ca0e-49c2-8c3c-8ab35eb3909b") + ) + (fp_line + (start -9.12 -15.865) + (end 9.12 -15.865) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0b36e60-bb2b-489c-a764-1b81e551ce62") + ) + (fp_line + (start -9.12 -9.445) + (end -9.5 -9.445) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ade7975-64a0-440a-8545-11958836bf48") + ) + (fp_line + (start -9.12 9.1) + (end -9.12 9.88) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2392fe0-54af-4e02-8793-9ba2471944b5") + ) + (fp_line + (start -9.12 9.88) + (end -8.12 9.88) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a6ee718-8cdf-4fa6-be7c-8fe885d98fd7") + ) + (fp_line + (start 9.12 -15.865) + (end 9.12 -9.445) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f47374c3-cb2a-4769-880f-830c9b19222e") + ) + (fp_line + (start 9.12 9.1) + (end 9.12 9.88) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55cff608-ab38-48d9-ac09-2d0a877ceca1") + ) + (fp_line + (start 9.12 9.88) + (end 8.12 9.88) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0fc912fd-5036-4a55-b598-a9af40810824") + ) + (fp_line + (start -14 -9.97) + (end -14 -20.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "18cf1537-83e6-4374-a277-6e3e21479ab0") + ) + (fp_line + (start -12.525 -20.75) + (end -14 -19.66) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6742a066-6a5f-4185-90ae-b7fe8c6eda52") + ) + (fp_line + (start -10.525 -20.75) + (end -14 -18.045) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "e3c3d042-f4c5-4fb1-a6b8-52aa1c14cc0e") + ) + (fp_line + (start -8.525 -20.75) + (end -14 -16.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "8385d9f6-6997-423b-b38d-d0ab00c45f3f") + ) + (fp_line + (start -8 -9.97) + (end 5.475 -20.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f74eb612-4697-4cb4-afe4-9f94828b954d") + ) + (fp_line + (start -6.525 -20.75) + (end -14 -14.815) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "2fb9964c-4cd4-4e81-b5e8-f78759d3adb5") + ) + (fp_line + (start -4.525 -20.75) + (end -14 -13.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "05e45f00-3c6b-4c0c-9ffb-3fe26fcda007") + ) + (fp_line + (start -2.525 -20.75) + (end -14 -11.585) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "40b38567-9d6a-4691-bccf-1b4dbe39957b") + ) + (fp_line + (start -0.525 -20.75) + (end -14 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b45059f3-613f-4b7a-a70a-ed75a9e941e6") + ) + (fp_line + (start 1.475 -20.75) + (end -12 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6f44a349-1ba9-4965-b217-aa1589a07228") + ) + (fp_line + (start 3.475 -20.75) + (end -10 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "04d60995-4f82-4f17-8f82-2f27a0a779cc") + ) + (fp_line + (start 7.475 -20.75) + (end -6 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "72cc7949-68f8-4ef8-adcb-a65c1d042672") + ) + (fp_line + (start 9.475 -20.75) + (end -4 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "621c8eb9-ae87-439a-b350-badb5d559a5a") + ) + (fp_line + (start 11.475 -20.75) + (end -2 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b2001159-b6cb-4000-85f5-34f6c410920f") + ) + (fp_line + (start 13.475 -20.75) + (end 0 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "fb191df4-267d-4797-80dd-be346b8eeb99") + ) + (fp_line + (start 14 -20.75) + (end -14 -20.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7e498af5-a41b-4f8f-8a13-10c00a9160aa") + ) + (fp_line + (start 14 -19.66) + (end 2 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "fab1abc4-c49d-4b88-8c7f-939d7feb7b6c") + ) + (fp_line + (start 14 -18.045) + (end 4 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "1a813eeb-ee58-4579-81e1-3f9a7227213c") + ) + (fp_line + (start 14 -16.43) + (end 6 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b754bfb3-a198-47be-8e7b-61bec885a5db") + ) + (fp_line + (start 14 -14.815) + (end 8 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "01109662-12b4-48a3-b68d-624008909c2a") + ) + (fp_line + (start 14 -13.2) + (end 10 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0e166909-afb5-4d70-a00b-dd78cd09b084") + ) + (fp_line + (start 14 -11.585) + (end 12 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "dc7523a5-4408-4a51-bc92-6a47a538c094") + ) + (fp_line + (start 14 -9.97) + (end -14 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "64256223-cf3b-4a78-97d3-f1dca769968f") + ) + (fp_line + (start 14 -9.97) + (end 14 -20.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "df93f76b-86da-45ae-87e2-4b691af12b00") + ) + (fp_line + (start -13.8 -13.875) + (end -13.6 -14.075) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "414f80f7-b2d5-43c3-a018-819efe44fe30") + ) + (fp_line + (start -13.8 -13.875) + (end -13.6 -13.675) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "a419542a-0c78-421e-9ac7-81d3afba6186") + ) + (fp_line + (start -13.8 -13.875) + (end -9.2 -13.875) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "bc1d5740-b0c7-4566-95b0-470ac47a1fb3") + ) + (fp_line + (start -9.2 -13.875) + (end -9.4 -14.075) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "a67dbe3b-ec7d-4ea5-b0e5-715c5263d8da") + ) + (fp_line + (start -9.2 -13.875) + (end -9.4 -13.675) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "c480dba7-51ff-4a4f-9251-e48b2784c64a") + ) + (fp_line + (start 8.4 -20.6) + (end 8.2 -20.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "6b69fc79-c78f-4df1-9a05-c51d4173705f") + ) + (fp_line + (start 8.4 -20.6) + (end 8.6 -20.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "3c66e6e2-f12d-4b23-910e-e478d272dfd5") + ) + (fp_line + (start 8.4 -16) + (end 8.2 -16.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "eb1b2aa2-a3cc-4a96-87ec-70fcae365f0f") + ) + (fp_line + (start 8.4 -16) + (end 8.4 -20.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "9c8eae28-a7c3-4e6a-bd81-98cf70031070") + ) + (fp_line + (start 8.4 -16) + (end 8.6 -16.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "d8370835-89ad-4b62-9f40-d0c10470788a") + ) + (fp_line + (start 9.2 -13.875) + (end 9.4 -14.075) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "84febc35-87fd-4cad-8e04-2b66390cfc12") + ) + (fp_line + (start 9.2 -13.875) + (end 9.4 -13.675) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "494d4ce3-60c4-4021-8bd1-ab41a12b14ed") + ) + (fp_line + (start 9.2 -13.875) + (end 13.8 -13.875) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "5a889284-4c9f-49be-8f02-e43e18550914") + ) + (fp_line + (start 13.8 -13.875) + (end 13.6 -14.075) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "eb7e294c-b398-413b-8b78-85a66ed5f3ea") + ) + (fp_line + (start 13.8 -13.875) + (end 13.6 -13.675) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "1b5a32e4-0b8e-4f38-b679-71dc277c2087") + ) + (fp_line + (start -14.25 -21) + (end -14.25 -9.72) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6aa022fb-09ce-49d9-86b1-c73b3ee817e2") + ) + (fp_line + (start -14.25 -21) + (end 14.25 -21) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2d4d8c24-5b38-445b-8733-2a81ba21d33e") + ) + (fp_line + (start -14.25 -9.72) + (end -9.75 -9.72) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a6dc1180-19c4-432b-af49-fc9179bb4519") + ) + (fp_line + (start -9.75 10.5) + (end -9.75 -9.72) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2d16cb66-2809-411d-912c-d3db0f48bd04") + ) + (fp_line + (start -9.75 10.5) + (end 9.75 10.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5fe7a4eb-9f04-4df6-a1fa-36c071e280d7") + ) + (fp_line + (start 9.75 -9.72) + (end 9.75 10.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a6891c49-3648-41ce-811e-fccb4c4653af") + ) + (fp_line + (start 9.75 -9.72) + (end 14.25 -9.72) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c8704fa-310a-4c01-8dc1-2b7e2727fea0") + ) + (fp_line + (start 14.25 -21) + (end 14.25 -9.72) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2151a218-87ec-4d43-b5fa-736242c52602") + ) + (fp_line + (start -9 -15.745) + (end -9 -10.02) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90fa0465-7fe5-474b-8e7c-9f955c02a0f6") + ) + (fp_line + (start -9 -15.745) + (end 9 -15.745) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7806469b-c133-4e19-b2d5-f2b690b4b2f3") + ) + (fp_line + (start -9 -9.02) + (end -9 9.76) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a10b569c-d672-485d-9c05-2cb4795deeca") + ) + (fp_line + (start -9 -9.02) + (end -8.5 -9.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b21625e3-a75b-41d7-9f13-4c0e12ba16cb") + ) + (fp_line + (start -9 9.76) + (end 9 9.76) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16d5bf81-590a-4149-97e0-64f3b3ad6f52") + ) + (fp_line + (start -8.5 -9.52) + (end -9 -10.02) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db902262-2864-4997-aeff-8abaa132424a") + ) + (fp_line + (start 9 9.76) + (end 9 -15.745) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a6c7f556-10bb-4a6d-b61b-a732ec6fa5cc") + ) + (fp_text user "5 mm" + (at 11.8 -14.375 0) + (layer "Cmts.User") + (uuid "341dde39-440e-4d05-8def-6a5cecefd88c") + (effects + (font + (size 0.5 0.5) + (thickness 0.1) + ) + ) + ) + (fp_text user "KEEP-OUT ZONE" + (at 0 -19 0) + (layer "Cmts.User") + (uuid "680c3e83-f590-4924-85a1-36d51b076683") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "5 mm" + (at 7.8 -19.075 90) + (layer "Cmts.User") + (uuid "d396ce56-1974-47b7-a41b-ae2b20ef835c") + (effects + (font + (size 0.5 0.5) + (thickness 0.1) + ) + ) + ) + (fp_text user "Antenna" + (at 0 -13 0) + (layer "Cmts.User") + (uuid "e07e1653-d05d-4bf2-bea3-6515a06de065") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "5 mm" + (at -11.2 -14.375 0) + (layer "Cmts.User") + (uuid "e7893166-2c2c-41b4-bd84-76ebc2e06551") + (effects + (font + (size 0.5 0.5) + (thickness 0.1) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "0cc094e7-c1c0-457d-bd94-3db91c23be55") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -8.5 -8.255) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "aa288a22-ea1d-474d-8dae-efe971580843") + ) + (pad "2" smd rect + (at -8.5 -6.985) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "1527299a-08b3-47c3-929f-a75c83be365e") + ) + (pad "3" smd rect + (at -8.5 -5.715) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 5 "/EN") + (uuid "58a87288-e2bf-4c88-9871-a753efc69e9d") + ) + (pad "4" smd rect + (at -8.5 -4.445) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 33 "/PIR_A") + (uuid "0c9bbc06-f1c0-4359-8448-9c515b32a886") + ) + (pad "5" smd rect + (at -8.5 -3.175) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "b606e532-e4c7-444d-b9ff-879f52cfde92") + ) + (pad "6" smd rect + (at -8.5 -1.905) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "2dc66f7e-d85d-4081-ae71-fd8851d6aeda") + ) + (pad "7" smd rect + (at -8.5 -0.635) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "d5a7688c-7438-4b6d-999f-4f2a3cb18fd6") + ) + (pad "8" smd rect + (at -8.5 0.635) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "22ab392d-1989-4185-9178-8083812ea067") + ) + (pad "9" smd rect + (at -8.5 1.905) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "6fd21292-6577-40e1-bbda-18906b5e9f6f") + ) + (pad "10" smd rect + (at -8.5 3.175) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 34 "/CH_1") + (uuid "f030cfe8-f922-4a12-a58d-2ff6e60a9bb9") + ) + (pad "11" smd rect + (at -8.5 4.445) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 38 "/CH_2") + (uuid "0f62e92c-dce6-45dc-a560-b9db10f66ff3") + ) + (pad "12" smd rect + (at -8.5 5.715) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 35 "/CH_3") + (uuid "53fda1fb-12bd-4536-80e1-aab5c0e3fc58") + ) + (pad "13" smd rect + (at -8.5 6.985) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 39 "/CH_4") + (uuid "929c74c0-78bf-4efe-a778-fa328e951865") + ) + (pad "14" smd rect + (at -8.5 8.255) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "2938bf2d-2d32-4cb0-9d4d-563ea28ffffa") + ) + (pad "15" smd rect + (at -5.715 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "89bd1fdd-6a91-474e-8495-7a2ba7eb6260") + ) + (pad "16" smd rect + (at -4.445 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 36 "/CH_5") + (uuid "8b022692-69b7-4bd6-bf38-57edecf356fa") + ) + (pad "17" smd rect + (at -3.175 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "c62adb8b-b306-48da-b0ae-f6a287e54f62") + ) + (pad "18" smd rect + (at -1.905 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "87a0ffb1-5477-4b20-a3ac-fef5af129a33") + ) + (pad "19" smd rect + (at -0.635 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "b9c0c276-e6f1-47dd-b072-0f92904248ca") + ) + (pad "20" smd rect + (at 0.635 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "a4541b62-7a39-4707-9c6f-80dce1be9cee") + ) + (pad "21" smd rect + (at 1.905 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "046ca2d8-3ca1-4c64-8090-c45e9adcf30e") + ) + (pad "22" smd rect + (at 3.175 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "460147d8-e4b6-4910-88e9-07d1ddd6c2df") + ) + (pad "23" smd rect + (at 4.445 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "36696ac6-2db1-4b52-ae3d-9f3c89d2042f") + ) + (pad "24" smd rect + (at 5.715 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 40 "/CH_6") + (uuid "2e6b1f7e-e4c3-43a1-ae90-c85aa40696d5") + ) + (pad "25" smd rect + (at 8.5 8.255) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 10 "/IO0") + (uuid "042fe62b-53aa-4e86-97d0-9ccb1e16a895") + ) + (pad "26" smd rect + (at 8.5 6.985) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 37 "/CH_7") + (uuid "5dbda758-e74b-4ccf-ad68-495d537d68ba") + ) + (pad "27" smd rect + (at 8.5 5.715) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 41 "/CH_8") + (uuid "b853d9ac-7829-468f-99ac-dc9996502e94") + ) + (pad "28" smd rect + (at 8.5 4.445) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 50 "/DHT_IO") + (uuid "c10ace36-a93c-4c08-ac75-059ef9e1f71c") + ) + (pad "29" smd rect + (at 8.5 3.175) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "9666bb6a-0c1d-4c92-be6d-94a465ec5c51") + ) + (pad "30" smd rect + (at 8.5 1.905) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "6e77d4d6-0239-4c20-98f8-23ae4f71d638") + ) + (pad "31" smd rect + (at 8.5 0.635) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 49 "/LED4") + (uuid "e46ecd61-0bbe-4b9f-a151-a2cacac5967b") + ) + (pad "32" smd rect + (at 8.5 -0.635) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "4b982f8b-ca29-4ebf-88fc-8a50b24e0802") + ) + (pad "33" smd rect + (at 8.5 -1.905) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 48 "/LED3") + (uuid "35343f32-90ff-4059-a108-111fb444c3d2") + ) + (pad "34" smd rect + (at 8.5 -3.175) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "/USB_TX") + (uuid "2ec9be40-1d5a-4e2d-8a4d-4be2d3c079d5") + ) + (pad "35" smd rect + (at 8.5 -4.445) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 14 "/USB_RX") + (uuid "7b75907b-b2ae-4362-89fa-d520339aaa5c") + ) + (pad "36" smd rect + (at 8.5 -5.715) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 47 "/LED2") + (uuid "b632afec-1444-4246-8afb-cc14a57567e7") + ) + (pad "37" smd rect + (at 8.5 -6.985) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 46 "/LED1") + (uuid "9c0314b1-f82f-432d-95a0-65e191202552") + ) + (pad "38" smd rect + (at 8.5 -8.255) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "be030c62-e776-405f-97d8-4a4c1aa2e428") + ) + (pad "39" smd rect + (at -1 -0.755) + (size 5 5) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "e9a9fba3-7cfa-45ca-926c-a5a8ecd7e3a4") + ) + (model "${KISYS3DMOD}/RF_Module.3dshapes/ESP32-WROOM-32.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b05d") + (at 118.8 88.884 -90) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D3" + (at -3.302 0 90) + (layer "F.SilkS") + (uuid "73ee7e03-97a8-4121-b568-c25f3934a935") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 90) + (layer "F.Fab") + (uuid "291935ec-f8ff-41f0-8717-e68b8af7b8c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c87df7e-4d26-4817-ab58-7379dc446c70") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c917aa36-a55f-4088-a7f9-cd494ea7ef97") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "783a8971-68da-4a2d-b780-3e8e39c6deca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005daea638") + (attr smd) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "082aed28-f9e8-49e7-96ee-b5aa9f0319c7") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49a65079-57a9-46fc-8711-1d7f2cab8dbf") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe6d9604-2924-4f38-950b-a31e8a281973") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ef94502b-f22d-4da7-a17f-4100090b03a1") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "10b20c6b-8045-46d1-a965-0d7dd9a1b5fa") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "59f60168-cced-43c9-aaa5-41a1a8a2f631") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6a3288e-9575-42bb-af05-a920d59aded8") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "165f4d8d-26a9-4cf2-a8d6-9936cd983be4") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e697b96-cf4c-43ef-b321-8c2422b088bf") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ae963fb-e34f-4e11-9adf-78839a5b2ef1") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92a23ed4-a5ea-4cea-bc33-0a83191a0d32") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "58cc7831-f944-4d33-8c61-2fd5bebc61e0") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f203116d-f256-4611-a03e-9536bbedaf2f") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9de304ba-fba7-4896-b969-9d87a3522d74") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87ba184f-bff5-4989-8217-6af375cc3dd8") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d45d1afe-78e6-4045-862c-b274469da903") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d68dca9b-48b3-498b-9b5f-3b3838250f82") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "74855e0d-40e4-4940-a544-edae9207b2ea") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 90) + (layer "F.Fab") + (uuid "f67bbef3-6f59-49ba-8890-d1f9dc9f9ad6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "645bdbdc-8f65-42ef-a021-2d3e7d74a739") + ) + (pad "2" smd rect + (at 1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 17 "Net-(D3-Pad2)") + (uuid "f503ea07-bcf1-4924-930a-6f7e9cd312f8") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_USB:USB_Micro-B_Molex-105017-0001" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b12e") + (at 105.41 66.04 -90) + (descr "http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf") + (tags "Micro-USB SMD Typ-B") + (property "Reference" "J2" + (at 0 -3.1125 90) + (layer "F.SilkS") + (uuid "2522909e-6f5c-4f36-9c3a-869dca14e50f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "USB_B_Micro" + (at 0.3 4.3375 90) + (layer "F.Fab") + (uuid "a647641f-bf16-4177-91ee-b01f347ff91c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06ca54d9-056a-4c81-ab0d-45fa3aa69abe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ee9be833-dcdd-4281-b999-c56124011f09") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46a27535-a73a-4061-83b5-2e1ca69e0862") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da7925b") + (attr smd) + (fp_line + (start -3.9 2.6375) + (end -3.9 2.3875) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "469f89fd-f629-46b7-b106-a0088168c9ec") + ) + (fp_line + (start 3.9 2.6375) + (end 3.9 2.3875) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "653e74f0-0a40-4ab5-8f5c-787bbaf1d723") + ) + (fp_line + (start -3.9 0.0875) + (end -3.9 -1.7625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8ef1307e-4e79-474d-a93c-be38f714571c") + ) + (fp_line + (start 3.9 0.0875) + (end 3.9 -1.7625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d8dc9b6c-67d0-4a0d-a791-6f7d43ef3652") + ) + (fp_line + (start -3.9 -1.7625) + (end -3.45 -1.7625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b24c67bf-acb7-486e-9d7b-fb513b8c7fc6") + ) + (fp_line + (start 3.9 -1.7625) + (end 3.45 -1.7625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "848c6095-3966-404d-9f2a-51150fd8dc54") + ) + (fp_line + (start -1.7 -2.3125) + (end -1.7 -1.8625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37728c8e-efcc-462c-a749-47b6bfcbaf37") + ) + (fp_line + (start -1.7 -2.3125) + (end -1.25 -2.3125) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4e4ffa8-e3e2-4590-b9df-630d1880f3e4") + ) + (fp_line + (start -4.4 3.64) + (end 4.4 3.64) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd4dd248-3e78-4985-a4fc-58bc05b74cbf") + ) + (fp_line + (start -4.4 3.64) + (end -4.4 -2.46) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81b95d0d-8967-4ed1-8d40-39925d015ae8") + ) + (fp_line + (start -4.4 -2.46) + (end 4.4 -2.46) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "83a363ef-2850-4113-853b-2966af02d72d") + ) + (fp_line + (start 4.4 -2.46) + (end 4.4 3.64) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e07c4b69-e0b4-4217-9b28-38d44f166b31") + ) + (fp_line + (start -3.75 3.389204) + (end 3.75 3.389204) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7255cbd1-8d38-4545-be9a-7fc5488ef942") + ) + (fp_line + (start -3.75 3.3875) + (end -3.75 -1.6125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "444b2eaf-241d-42e5-8717-27a83d099c5b") + ) + (fp_line + (start 3.75 3.3875) + (end 3.75 -1.6125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec2e3d8a-128c-4be8-b432-9738bca934ae") + ) + (fp_line + (start -3 2.689204) + (end 3 2.689204) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "08da8f18-02c3-4a28-a400-670f01755980") + ) + (fp_line + (start -3.75 -1.6125) + (end 3.75 -1.6125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "971d1932-4a99-4265-9c76-26e554bde4fe") + ) + (fp_line + (start -1.3 -1.7125) + (end -1.5 -1.9125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fbb5e77c-4b41-4796-ad13-1b9e2bbc3c81") + ) + (fp_line + (start -1.1 -1.9125) + (end -1.3 -1.7125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8220ba36-5fda-4461-95e2-49a5bc0c76af") + ) + (fp_line + (start -1.5 -2.1225) + (end -1.5 -1.9125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5698a460-6e24-4857-84d8-4a43acd2325d") + ) + (fp_line + (start -1.5 -2.1225) + (end -1.1 -2.1225) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fdc57161-f7f8-4584-b0ec-8c1aa24339c6") + ) + (fp_line + (start -1.1 -2.1225) + (end -1.1 -1.9125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dde4c43d-f33e-48ba-86f3-779fdfce00c2") + ) + (fp_text user "PCB Edge" + (at 0 2.6875 90) + (layer "Dwgs.User") + (uuid "0938c137-668b-4d2f-b92b-cadb1df72bdb") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 0.8875 90) + (layer "F.Fab") + (uuid "1b98de85-f9de-4825-baf2-c96991615275") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.3 -1.4625 270) + (size 0.4 1.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 7 "VBUS") + (uuid "9c5933cf-1535-4465-90dd-da9b75afcdcf") + ) + (pad "2" smd rect + (at -0.65 -1.4625 270) + (size 0.4 1.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 15 "/USB_DM") + (uuid "629fdb7a-7978-43d0-987e-b84465775826") + ) + (pad "3" smd rect + (at 0 -1.4625 270) + (size 0.4 1.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 16 "/USB_DP") + (uuid "9bb406d9-c650-4e67-9a26-3195d4de542e") + ) + (pad "4" smd rect + (at 0.65 -1.4625 270) + (size 0.4 1.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "42bd0f96-a831-406e-abb7-03ed1bbd785f") + ) + (pad "5" smd rect + (at 1.3 -1.4625 270) + (size 0.4 1.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "57543893-39bf-4d83-b4e0-8d020b4a6d48") + ) + (pad "6" thru_hole oval + (at -3.5 1.2375 90) + (size 1.2 1.9) + (drill oval 0.6 1.3) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "2c488362-c230-4f6d-82f9-a229b1171a23") + ) + (pad "6" smd rect + (at -2.9 1.2375 270) + (size 1.2 1.9) + (layers "F.Cu" "F.Mask") + (net 1 "GND") + (uuid "74096bdc-b668-408c-af3a-b048c20bd605") + ) + (pad "6" thru_hole circle + (at -2.5 -1.4625 270) + (size 1.45 1.45) + (drill 0.85) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "df9a1242-2d73-4343-b170-237bc9a8080f") + ) + (pad "6" smd rect + (at -1 1.2375 270) + (size 1.5 1.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "a5e6f7cb-0a81-4357-a11f-231d23300342") + ) + (pad "6" smd rect + (at 1 1.2375 270) + (size 1.5 1.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "2d0d333a-99a0-4575-9433-710c8cc7ac0b") + ) + (pad "6" thru_hole circle + (at 2.5 -1.4625 270) + (size 1.45 1.45) + (drill 0.85) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "8cb5a828-8cef-4784-b78d-175b49646952") + ) + (pad "6" smd rect + (at 2.9 1.2375 270) + (size 1.2 1.9) + (layers "F.Cu" "F.Mask") + (net 1 "GND") + (uuid "dc628a9d-67e8-4a03-b99f-8cc7a42af6ef") + ) + (pad "6" thru_hole oval + (at 3.5 1.2375 270) + (size 1.2 1.9) + (drill oval 0.6 1.3) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "89df70f4-3579-42b9-861e-6beb04a3b25e") + ) + (model "${KIPRJMOD}/3d/105017-0001.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b1e1") + (at 122.682 86.614 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R4" + (at 1.778 -0.508 90) + (layer "F.SilkS") + (uuid "3326423d-8df7-4a7e-a354-349430b8fbd7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "4d4fecdd-be4a-47e9-9085-2268d5852d8f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ef6a602c-c0cc-4d13-9b4b-31c67ba4b8f0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cbd93851-23a5-4ee6-80a2-03a28c90956e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c1479603-1ab5-465e-81dc-4e06f5d44819") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dae0fd2") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cc48dd41-7768-48d3-b096-2c4cc2126c9d") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b4833916-7a3e-4498-86fb-ec6d13262ffe") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4185c36c-c66e-4dbd-be5d-841e551f4885") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "71c6e723-673c-45a9-a0e4-9742220c52a3") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "935057d5-6882-4c15-9a35-54677912ba12") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8de2d84c-ff45-4d4f-bc49-c166f6ae6b91") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e091e263-c616-48ef-a460-465c70218987") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8458d41c-5d62-455d-b6e1-9f718c0faac9") + ) + (fp_text user "${REFERENCE}" + (at 0 0.068 90) + (layer "F.Fab") + (uuid "a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 25 "Net-(Q3-Pad1)") + (uuid "c088f712-1abe-4cac-9a8b-d564931395aa") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 34 "/CH_1") + (uuid "0fd35a3e-b394-4aae-875a-fac843f9cbb7") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b1f0") + (at 134.2 88.2) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R5" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "2e36ce87-4661-4b8f-956a-16dc559e1b50") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "2d617fad-47fe-4db9-836a-4bceb9c31c3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c3c58870-2bd3-4f8b-aab3-724dde47ae05") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3dd66d3-7c5b-43c7-8e9d-86084c62b1e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41e9569b-120c-4145-8b9f-084468a05bc8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db06b0c") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da337fe1-c322-4637-ad26-2622b82ac8ee") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5b70b09b-6762-4725-9d48-805300c0bdc8") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8765371a-21c2-4fe3-a3af-88f5eb1f02a0") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ed952427-2217-4500-9bbc-0c2746b198ad") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92bd1111-b941-4c03-b7ec-a08a9359bc50") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4688ff87-8262-46f4-ad96-b5f4e529cfa9") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ce41a48-c5e2-4d5f-8548-1c7b5c309a8a") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "843b53af-dd34-4db8-aa6b-5035b25affc7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4f4bd227-fa4c-47f4-ad05-ee16ad4c58c2") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 26 "Net-(Q4-Pad1)") + (uuid "e42fd0d4-9927-4308-81d9-4cca814c8ea9") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 35 "/CH_3") + (uuid "122b5574-57fe-4d2d-80bf-3cabd28e7128") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b1ff") + (at 145.3 84.9 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R6" + (at 1.995 0.194 0) + (layer "F.SilkS") + (uuid "70abf340-8b3e-403e-a5e2-d8f35caa2f87") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "7de6564c-7ad6-4d57-a54c-8d2835ff5cdc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "04c47571-0327-4163-bbde-ecf3c11e9bac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79dbbd1e-26fe-45ec-a88b-d2a4c6f325f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e3aa453-56cb-4246-bf66-8eb8b99408d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b006") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b55dabdc-b790-4740-9349-75159cff975a") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eafb53d1-7486-4935-b154-2efbffbed6ca") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3b6dda98-f455-4961-854e-3c4cceecffcc") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42f10020-b50a-4739-a546-6b63e441c980") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "af6ac8e6-193c-4bd2-ac0b-7f515b538a8b") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "68039801-1b0f-480a-861d-d55f24af0c17") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dff67d5c-d976-4516-ae67-dbbdb70f8ddd") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6dcb5b4-0971-448a-b9ab-6db37a750704") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "004b7456-c25a-480f-88f6-723c1bcd9939") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 27 "Net-(Q5-Pad1)") + (uuid "832b5a8c-7fe2-47ff-beee-cebf840750bb") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 36 "/CH_5") + (uuid "b8b15b51-8345-4a1d-8ecf-04fc15b9e450") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b20e") + (at 147.4 77.115 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R7" + (at 1.423 -1.096 90) + (layer "F.SilkS") + (uuid "70cda344-73be-4466-a097-1fd56f3b19e2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "64d1d0fe-4fd6-4a55-8314-56a651e1ccab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7484345-e4e1-458d-9d4c-6557d57a12e2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "45b150f2-7f65-4bd9-ad0f-4d6b15f0abe7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a0300f96-d497-4dbd-a3ce-85a4bf900f78") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b068") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c2a9d834-7cb1-4ec5-b0ba-ae56215ff9fc") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c9badf80-21f8-404a-b5df-18e98bffebf9") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "97e5f992-979e-4291-bd9a-a77c3fd4b1b5") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fb1a635e-b207-4b36-b0fb-e877e480e86a") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5a397f61-35c4-4c18-9dcd-73a2d44cc9af") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5cff09b0-b3d4-41a7-a6a4-7f917b40eda9") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a8dfc5c-35dc-4e44-a2bf-5968ebf90cca") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf4036b4-c410-489a-b46c-abee2c31db09") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "F.Fab") + (uuid "91c82043-0b26-427f-b23c-6094224ddfc2") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 28 "Net-(Q6-Pad1)") + (uuid "b547dd70-2ea7-4cfd-a1ee-911561975d81") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 37 "/CH_7") + (uuid "8615dae0-65cf-4932-8e6f-9a0f32429a5e") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b21d") + (at 129.286 88.265 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R8" + (at -0.7 -1.3 90) + (layer "F.SilkS") + (uuid "725579dd-9ec6-473d-8843-6a11e99f108c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "6ea0f2f7-b064-4b8f-bd17-48195d1c83d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0353580-c8af-4457-9eb8-55a4223718eb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b68e1b0-45bd-4395-aa43-a3a5a794798c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "91a98279-6cda-4bdd-8949-105ed75438b4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db04295") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e592cd4-1950-44ef-9727-8e526f4c4e12") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a150f0c9-1a23-4200-b489-18791f6d5ce5") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2295a793-dfca-4b86-a3e5-abf1834e2790") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e77c17df-b20e-4e7d-b937-f281c75a0014") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e80b0e91-f15f-4e36-9a9c-b2cfd5a01d2a") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46491a9d-8b3d-4c74-b09a-70c876f162e5") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "acb0068c-c0e7-44cf-a209-296716acb6a2") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cdfb661b-489b-4b76-99f4-62b92bb1ab18") + ) + (fp_text user "${REFERENCE}" + (at 0 0.348 0) + (layer "F.Fab") + (uuid "5bbde4f9-fcdb-4d27-a2d6-3847fcdd87ba") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 29 "Net-(Q7-Pad1)") + (uuid "11c7c8d4-4c4b-4330-bb59-1eec2e98b255") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 38 "/CH_2") + (uuid "300aa512-2f66-4c26-a530-50c091b3a099") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b22c") + (at 141.138 86.852) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R9" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "aa0466c6-766f-4bb4-abf1-502a6a06f91d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "692d87e9-6b70-46cc-9c78-b75193a484cc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dfa043bd-7d05-40ff-98ec-95356fcb9b76") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b4927c05-398f-4403-9ee1-c923827251f0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e52fe932-5cb5-437f-af15-8ee3c868cbe8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db06b55") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b8e1a8b8-63f0-4e53-a6cb-c8edf9a649c4") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "07652224-af43-42a2-841c-1883ba305bc4") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "63286bbb-78a3-4368-a50a-f6bf5f1653b0") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e4184668-3bdd-4cb2-a053-4f3d5e57b541") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f2f68c4-6fa0-45ce-b5c2-e911daddcd12") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a6706c54-6a82-42d1-a6c9-48341690e19d") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dd6c35f3-ae45-4706-ad6f-8028797ca8e0") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "39845449-7a31-4262-86b1-e7af14a6659f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "ea745685-58a4-4364-a674-15381eadb187") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 30 "Net-(Q8-Pad1)") + (uuid "adcbf4d0-ed9c-4c7d-b78f-3bcbe974bdcb") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 39 "/CH_4") + (uuid "c6bba6d7-3631-448e-9df8-b5a9e3238ade") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b24a") + (at 147.32 70.9 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R11" + (at -0.415 1.27 90) + (layer "F.SilkS") + (uuid "7943ed8c-e760-4ace-9c5f-baf5589fae39") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "59e09498-d26e-4ba7-b47d-fece2ea7c274") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5e87d39-232d-46b2-bfb8-5ef3dbea5b2d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7bd7d6c6-b76f-46da-a10e-18d05c99b96d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d694be3-58ef-490f-8628-ee929c27b2ed") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b099") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3656bb3f-f8a4-4f3a-8e9a-ec6203c87a56") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c646c61-400f-4f60-98b8-05ed5e632a3f") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eb6a726e-fed9-4891-95fa-b4d4a5f77b35") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d70d1cd3-1668-4688-8eb7-f773efb7bb87") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ea4f0afc-785b-40cf-8ef1-cbe20404c18b") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "961b4579-9ee8-407a-89a7-81f36f1ad865") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9505be36-b21c-4db8-9484-dd0861395d26") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "49d97c73-e37a-4154-9d0a-88037e40cc11") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "8aeda7bd-b078-427a-a185-d5bc595c6436") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 32 "Net-(Q10-Pad1)") + (uuid "3198b8ca-7d11-4e0c-89a4-c173f9fcf724") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 41 "/CH_8") + (uuid "251669f2-aed1-46fe-b2e4-9582ff1e4084") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2c409") + (at 109 73.4 -90) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J1" + (at 6.294 -2.54 90) + (layer "F.SilkS") + (uuid "5a33f5a4-a470-4c04-9e2d-532b5f01a5d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 90) + (layer "F.Fab") + (uuid "acb6c3f3-e677-4f35-9fc2-138ba10f33af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "84370e9f-23d8-43b8-bd85-5ab030d40f2d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a1db773-cd0b-4d08-a6a6-09a53be84612") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2cb66853-6884-4647-bcb3-35665d2b4c09") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da7dc09") + (attr through_hole) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "77aa6db5-9b8d-4983-b88e-30fe5af25975") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7582a530-a952-46c1-b7eb-75006524ba29") + ) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f96e159-1f3b-4ee7-a46e-e60d78f2137a") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "661ca2ba-bce5-4308-99a6-de333a625515") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "044dde97-ee2e-473a-9264-ed4dff1893a5") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e000728f-e3c5-4fc4-86af-db9ceb3a6542") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "662bafcb-dcfb-4471-a8a9-f5c777fdf249") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "720ec55a-7c69-4064-b792-ef3dbba4eab9") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "18d3014d-7089-41b5-ab03-53cc0a265580") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "722636b6-8ff0-452f-9357-23deb317d921") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4160bbf7-ffff-4c5c-a647-5ee58ddecf06") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "406d491e-5b01-46dc-a768-fd0992cdb346") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "41b4f8c6-4973-4fc7-9118-d582bc7f31e7") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54093c93-5e7e-4c8d-8d94-40c077747c12") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34a11a07-8b7f-45d2-96e3-89fd43e62756") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb9a832c-737d-49fb-bbb4-29a0ba3e8178") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47993d80-a37e-426e-90c9-fd54b49ed166") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "bf8d857b-70bf-41ee-a068-5771461e04e9") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3934b2e9-06c8-499c-a6df-4d7b35cfb894") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "73f40fda-e6eb-4f93-9482-56cf47d84a87") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e0f9829-27a5-43b2-a0ae-121d3ce72ef4") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3579cf2f-29b0-46b6-a07d-483fb5586322") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f284b1e2-75a4-4a3f-a5f4-6f05f15fb4f5") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42b61d5b-39d6-462b-b2cc-57656078085f") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "96781640-c07e-4eea-a372-067ded96b703") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "93ac15d8-5f91-4361-acff-be4992b93b51") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ae05d37-86b4-45ea-800f-f1f9fb167857") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c6462399-f2e4-4f1a-b34a-b49a04c8bdb9") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4ef5db0-5fba-4fcd-ab64-2ef2646c5c6d") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15ea3484-2685-47cb-9e01-ec01c6d477b8") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d115a0df-1034-4583-83af-ff1cb8acfa17") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "232ccf4f-3322-4e62-990b-290e6ff36fcd") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6d7ff8c0-8a2a-4636-844f-c7210ff3e6f2") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "2ba25c40-ea42-478e-9150-1d94fa1c8ae9") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "b7ac5cea-ed28-4028-87d0-45e58c709cf1") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 90) + (layer "F.Fab") + (uuid "ef51df0d-fc2c-482b-a0e5-e49bae94f31f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "acf5d924-0760-425a-996c-c1d965700be8") + ) + (pad "2" thru_hole circle + (at 3.5 0 270) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "01024d27-e392-4482-9e67-565b0c294fe8") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2c483") + (at 116.7 96) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J3" + (at 3.294 -3.834 0) + (layer "F.SilkS") + (uuid "044de712-d3da-40ed-9c9f-d91ef285c74c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 0) + (layer "F.Fab") + (uuid "83e349fb-6338-43f9-ad3f-2e7f4b8bb4a9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "02e5b63e-c098-4a40-9d57-f41eb0a0d254") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e5ba36a3-bb7d-4e13-bd48-45d88b2fe9a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ef1cac8b-0ebd-4b27-9962-a6c3527b90c4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dae44ca") + (attr through_hole) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5f4d798-57d3-493b-b57c-3b6e89508879") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a5610bb-d01a-4417-8271-dc424dd2c838") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c544a8c-9f45-4205-9bca-1d91c95d58ef") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1441985-7b63-4bf8-a06d-c70da2e3b78b") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "74012f9c-57f0-452a-9ea1-1e3437e264b8") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "22c28634-55a5-4f76-9217-6b70ddd108b8") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd50b8dc-829d-4a1d-8f2a-6471f378ba87") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f4abbc0-6ac3-48f0-b823-2c1c19349540") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae158d42-76cc-4911-a621-4cc28931c98b") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1cb64bfe-d819-47e3-be11-515b04f2c451") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60d26b83-9c3a-4edb-93ef-ab3d9d05e8cb") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb5d2eae-a96e-45dd-89aa-125fe22cc2fa") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "765684c2-53b3-4ef7-bd1b-7a4a73d87b76") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a390647-51ba-4684-b747-9001f749ff71") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd2d59b3-ddef-491f-bb57-eb3d3820bdeb") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2681e64d-bedc-4e1f-87d2-754aaa485bbd") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c811ed5f-f509-4605-b7d3-da6f79935a1e") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "fcfb3f77-487d-44de-bd4e-948fbeca3220") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e4504518-96e7-4c9e-8457-7273f5a490f1") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42ecdba3-f348-4384-8d4b-cd21e56f3613") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bd29b6d3-a58c-4b1f-9c20-de4efb708ab2") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a22bec73-a69c-4ab7-8d8d-f6a6b09f925f") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e0b0947e-ec91-4d8a-8663-5a112b0a8541") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cfdef906-c924-4492-999d-4de066c0bce1") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f220d6a7-3170-4e04-8de6-2df0c3962fe0") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4d2fd49e-2cb2-44d4-8935-68488970d97b") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3335d379-08d8-4469-9fa1-495ed5a43fba") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c37d3f0c-41ec-4928-8869-febc821c6326") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "facb0614-068b-4c9c-a466-d374df96a94c") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a1d0cbe-85ab-4f0f-b3b1-fcef21dfb600") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ea77ba09-319a-49bd-ad5b-49f4c76f232c") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fd29cce5-2d5d-4676-956a-df49a3c13d23") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9640e044-e4b2-4c33-9e1c-1d9894a69337") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "aae6bc05-6036-4fc6-8be7-c70daf5c8932") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "234e1024-0b7f-410c-90bb-bae43af1eb25") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 0) + (layer "F.Fab") + (uuid "b44c0167-50fe-4c67-94fb-5ce2e6f52544") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "6b6d35dc-fa1d-46c5-87c0-b0652011059d") + ) + (pad "2" thru_hole circle + (at 3.5 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(D3-Pad2)") + (uuid "6b8c153e-62fe-42fb-aa7f-caef740ef6fd") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2d031") + (at 121.666 62.738 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C7" + (at 1.016 -1.524 180) + (layer "F.SilkS") + (uuid "81ab7ed7-7160-4650-b711-4daa2902dc8b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10uF" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "dbbbcbf5-ed09-4c20-902c-70f108158aba") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a9b3502d-b628-468f-aa2e-7032e0b4e582") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ee7711c-5a73-412f-867f-34e26880a0a3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57c7ad92-b6dc-4664-956a-96eb818558a3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dac014a") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "61a18b62-4111-4a9d-8fca-04c4c6f90cc3") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a6dd3322-fcf5-4e4f-88bb-77a3d82a4d05") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "717b25a7-c9c2-4f6f-b744-a96113325c99") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "97693043-81ba-44a2-b87b-aca6193e0970") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce55d4e5-cb2b-4927-9979-4a7fc840f632") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "72f9157b-77da-4a6d-9880-0711b21f6e23") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "312474c5-a081-4cd1-b2e6-730f0718514a") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7dfd91c-6180-48d0-832a-f6a5a032a686") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "9404ce4c-2ce6-4f88-8062-13577800d257") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "f87a4771-a0a7-489f-9d85-4574dbea71cc") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "f2c43eeb-76da-49f4-b8e6-cd74ebb3190b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2d6eb") + (at 121.158 66.04) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q1" + (at 2.032 1.27 0) + (layer "F.SilkS") + (uuid "d04eabf5-018b-4006-a739-ce16277681b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NPN_BEC" + (at 0 2.5 0) + (layer "F.Fab") + (uuid "92d938cc-f8b1-437d-8914-3d97a0938f67") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ff93a66-dae5-4205-9eb8-ef86d31242cb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4841bd5b-f9d0-431e-b73a-cfd745ca1145") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0aac73a9-d378-416c-97af-aeabcdc06060") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005daa9313") + (attr smd) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef400389-7e37-4c93-8647-76318089d59f") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3273ec61-4a33-41c2-82bf-cde7c8587c1b") + ) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92d17eb0-c75d-48d9-ae9e-ea0c7f723be4") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f3dc5bc-04e8-4dcc-91dd-8782e84f321d") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c2211bf7-6ed0-4800-9f21-d6a078bedba2") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "45836d49-cd5f-417d-b0f6-c8b43d196a36") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62cbcc21-2cec-41ab-be06-499e1a78d7e7") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "009b0d62-e9ea-4825-9fdf-befd291c76ce") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fab985e9-e679-4dd8-a59c-e3195d08506a") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "778b0e81-d70b-4705-ae45-b4c475c88dab") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f565cf54-67ba-4424-8d47-087433645499") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "905b154b-e92b-469d-b2e2-340d67daddb7") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dfba7148-cad3-4f40-9835-b1394bd30a2c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "fc12372f-6e31-40f9-8043-b00b861f0171") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 9 "Net-(Q1-Pad1)") + (uuid "094dc71e-7ea9-4e30-8ba7-749216ec2a8b") + ) + (pad "2" smd rect + (at -1 0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 8 "/USB_RTS") + (uuid "186c3f1e-1c94-498e-abf2-1069980f6633") + ) + (pad "3" smd rect + (at 1 0) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 5 "/EN") + (uuid "761492e2-a989-4596-80c3-fcd6943df072") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2e7fb") + (at 111.506 61.976 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C6" + (at 0 -1.17 90) + (layer "F.SilkS") + (uuid "25625d99-d45f-4b2f-9e62-009a122611f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7uF" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "d23840a6-3c61-45ca-968a-bc57332fd7a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71836f0a-634f-490c-a162-b2cbce9fbb65") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52c90db9-a3e8-417e-82f2-4fe8776fbea8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0738d69e-9157-42d7-a990-290569dec75c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dacf2cb") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02491520-945f-40c4-9160-4e5db9ac115d") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a46a2b22-69cf-45fb-b1d2-32ac89bbd3c8") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c6a1dad-7acf-4a52-99b0-316025d1ab04") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "909d0bdd-8a15-40f2-9dfd-be4a5d2d6b25") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2edc487e-09a5-4e4e-9675-a7b323f56380") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "64269ac3-771b-4c0d-91e0-eafc3dc4a07f") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "100847e3-630c-4c13-ba45-180e92370805") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a43f2e19-4e11-4e86-a12a-58a691d6df28") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "fe9bdc33-eab1-4bdc-9603-57decb38d2a2") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "/EN") + (uuid "b1240f00-ec43-4c0b-9a41-43264db8a893") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "b5d84bc0-4d9a-4d1d-a476-5c6b51309fca") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fa94") + (at 131.5 89.9 -90) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D4" + (at -3.302 -0.508 90) + (layer "F.SilkS") + (uuid "66ca01b3-51ff-4294-9b77-4492e98f6aec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 90) + (layer "F.Fab") + (uuid "fb0bf2a0-d317-42f7-b022-b5e05481f6be") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1151489-ccf0-4b21-aa37-1d5f5275cfe2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6998cd39-43c5-45d9-b5e3-535f3ae40152") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "465eb789-fce3-4ada-be83-69dce3954de4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db744f3") + (attr smd) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ff9bb63-d6fd-4e32-bb60-7ac65509c2e9") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ee28fa9-d785-45a1-9a1b-1be02ad8cd0b") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a22eb2d-f625-4371-a918-ff1b97dc8219") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aa8663be-9516-4b07-84d2-4c4d668b8596") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dfcef016-1bf5-4158-8a79-72d38a522877") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a0d52767-051a-423c-a600-928281f27952") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "178ae27e-edb9-4ffb-bd13-c0a6dd659606") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a239fd1d-dfbb-49fd-b565-8c3de9dcf42b") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d32956af-146b-4a09-a053-d9d64b8dd86d") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8a427111-6480-4b0c-b097-d8b6a0ee1819") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15189cef-9045-423b-b4f6-a763d4e75704") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a4111b7-8149-4814-9344-3b8119cd75e4") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "560d05a7-84e4-403a-80d1-f287a4032b8a") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a686ed7c-c2d1-4d29-9d54-727faf9fd6bf") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0e32af77-726b-4e11-9f99-2e2484ba9e9b") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "152cd84e-bbed-4df5-a866-d1ab977b0966") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9fdca5c2-1fbd-4774-a9c3-8795a40c206d") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "06665bf8-cef1-4e75-8d5b-1537b3c1b090") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 90) + (layer "F.Fab") + (uuid "f674b8e7-203d-419e-988a-58e0f9ae4fad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "34ce7009-187e-4541-a14e-708b3a2903d9") + ) + (pad "2" smd rect + (at 1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 18 "Net-(D4-Pad2)") + (uuid "d767f2ff-12ec-4778-96cb-3fdd7a473d60") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2faad") + (at 145.288 87.884 -90) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D5" + (at -0.508 -1.651 90) + (layer "F.SilkS") + (uuid "a3fab380-991d-404b-95d5-1c209b047b6e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 90) + (layer "F.Fab") + (uuid "7273dd21-e834-41d3-b279-d7de727709ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c0a5991-8c3d-4abf-9b0c-56eb957c5150") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "01818b2b-3e23-4722-97fc-acbcd0929ae9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8c5646c0-fb84-4e6a-9529-693634df7fa2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db7516b") + (attr smd) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09bbea88-8bd7-48ec-baae-1b4a9a11a40e") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62f15a9a-9893-486e-9ad0-ea43f88fc9e7") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "41c18011-40db-4384-9ba4-c0158d0d9d6a") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c512fed3-9770-476b-b048-e781b4f3cd72") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "56d2bc5d-fd72-4542-ab0f-053a5fd60efa") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5e6153e6-2c19-46de-9a8e-b310a2a07861") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4346fe55-f906-453a-b81a-1c013104a598") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "319c683d-aed6-4e7d-aee2-ff9871746d52") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f3fba7a-cf45-4bd8-9035-07e6fa0b4732") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c15b2f75-2e10-4b71-bebb-e2b872171b92") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "162e5bdd-61a8-46a3-8485-826b5d58e1a1") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ffa442c7-cbef-461f-8613-c211201cec06") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b25e886-ded1-450a-ada1-ece4208052e4") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "456c5e47-d71e-4708-b061-1e61634d8648") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b2b363dd-8e47-4a76-a142-e00e28334875") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6a5c856-f2b5-40eb-a958-b666a0d408a0") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0f0f7bb5-ade7-4a81-82b4-43be6a8ad05c") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb1a49ef-0a06-4f40-9008-61d1d1c36198") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 90) + (layer "F.Fab") + (uuid "0fb27e11-fde6-4a25-adbb-e9684771b369") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "2eea20e6-112c-411a-b615-885ae773135a") + ) + (pad "2" smd rect + (at 1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 19 "Net-(D5-Pad2)") + (uuid "08ec951f-e7eb-41cf-9589-697107a98e88") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fac6") + (at 149.3 79.4) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D6" + (at -3.302 0 0) + (layer "F.SilkS") + (uuid "e86e4fae-9ca7-4857-a93c-bc6a3048f887") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 0) + (layer "F.Fab") + (uuid "5e755161-24a5-4650-a6e3-9836bf074412") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "58aac46d-5b01-4a97-8945-9ca13144aa0b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ace9e73-c8a6-44b5-8359-604ee95879f0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e66816f1-b79f-4e00-9fd3-b782f8d2ddd7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db7625a") + (attr smd) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58390862-1833-41dd-9c4e-98073ea0da33") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49b5f540-e128-4e08-bb09-f321f8e64056") + ) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a1a39fc-8030-4c93-9d9c-d79ba6824099") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1de61170-5337-44c5-ba28-bd477db4bff1") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1cacb878-9da4-41fc-aa80-018bc841e19a") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4ce9470f-5633-41bf-89ac-74a810939893") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aa23bfe3-454b-4a2b-bfe1-101c747eb84e") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5576cd03-3bad-40c5-9316-1d286895d52a") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db6412d3-e6c3-4bdd-abf4-a8f55d56df31") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83184391-76ed-44f0-8cd0-01f89f157bdb") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "966ee9ec-860e-45bb-af89-30bda72b2032") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "247ebffd-2cb6-4379-ba6e-21861fea3913") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "94d24676-7ae3-483c-8bd6-88d31adf00b4") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e45aa7d8-0254-4176-afd9-766820762e19") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9208ea78-8dde-4b3d-91e9-5755ab5efd9a") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1bf7d0f9-0dcf-4d7c-b58c-318e3dc42bc9") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "51cc007a-3378-4ce3-909c-71e94822f8d1") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "96ef76a5-90c3-4767-98ba-2b61887e28d3") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 0) + (layer "F.Fab") + (uuid "dd70858b-2f9a-4b3f-9af5-ead3a9ba57e9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "ceb12634-32ca-4cbf-9ff5-5e8b53ab18ad") + ) + (pad "2" smd rect + (at 1.65 0) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 20 "Net-(D6-Pad2)") + (uuid "000b46d6-b833-4804-8f56-56d539f76d09") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fadf") + (at 125.2 88.884 -90) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D7" + (at -3.302 0 90) + (layer "F.SilkS") + (uuid "15699041-ed40-45ee-87d8-f5e206a88536") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 90) + (layer "F.Fab") + (uuid "968a6172-7a4e-40ab-a78a-e4d03671e136") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a134aef5-af5f-4c3c-8b3e-5edd9de7e582") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d70e03b8-7db7-4c27-afde-f6acbd35c78d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dec3801f-939c-4dd3-ae79-b9b79b2023b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db73e76") + (attr smd) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "755f94aa-38f0-4a64-a7c7-6c71cb18cddf") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "26a22c19-4cc5-4237-9651-0edc4f854154") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4970ec6e-3725-4619-b57d-dc2c2cb86ed0") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6150c02b-beb5-4af1-951e-3666a285a6ea") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c2999b2-1cf1-4204-9d23-243401b77aa3") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3bbbbb7d-391c-4fee-ac81-3c47878edc38") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4a53fa56-d65b-42a4-a4be-8f49c4c015bb") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5bab6a37-1fdf-4cf8-b571-44c962ed86e9") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "706c1cb9-5d96-4282-9efc-6147f0125147") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "402c62e6-8d8e-473a-a0cf-2b86e4908cd7") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92f063a3-7cce-4a96-8a3a-cf5767f700c6") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88deea08-baa5-4041-beb7-01c299cf00e6") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a177c3b4-b04c-490e-b3fe-d3d4d7aa24a7") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad4d05f5-6957-42f8-b65c-c657b9a26485") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1b11207-7c0a-49b3-a41d-2fe677d5f3b8") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3b65c51e-c243-447e-bee9-832d94c1630e") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ed09117-33cf-45a3-85a7-2606522feaf8") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb391a95-1c1d-4613-b508-c76b8bc13a73") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 90) + (layer "F.Fab") + (uuid "f8b47531-6c06-4e54-9fc9-cd9d0f3dd69f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "0c5dddf1-38df-43d2-b49c-e7b691dab0ab") + ) + (pad "2" smd rect + (at 1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 21 "Net-(D7-Pad2)") + (uuid "0ce1dd44-f307-4f98-9f0d-478fd87daa64") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2faf8") + (at 138.9 90 -90) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D8" + (at -3.302 -0.254 90) + (layer "F.SilkS") + (uuid "631c7be5-8dc2-4df4-ab73-737bb928e763") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 90) + (layer "F.Fab") + (uuid "929a9b03-e99e-4b88-8e16-759f8c6b59a5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5432ca75-b35e-4959-aed7-53b42c0ddb49") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71aea8b6-1eef-46cb-8881-b82c4ab87bf0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a25975f-2fd9-466b-b89b-615632678772") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db74c2e") + (attr smd) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3d5daf8-d359-42b2-a7c2-0d080ba7e212") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c210293b-1d7a-4e96-92e9-058784106727") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9112ddd5-10d5-48b8-954f-f1d5adcacbd9") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4bbde53d-6894-4e18-9480-84a6a26d5f6b") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3dd7cdb-b730-487d-804d-99150ba318ef") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e11ae5a5-aa10-4f10-b346-f16e33c7899a") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f23ac723-a36d-491d-9473-7ec0ffed332d") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "749d9ed0-2ff2-4b55-abc5-f7231ec3aa28") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54ed3ee1-891b-418e-ab9c-6a18747d7388") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc2e9f96-3bed-4896-b995-f56e799f1c77") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8a8c373f-9bc3-4cf7-8f41-4802da916698") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aadc3df5-0e2d-4f3d-b72e-6f184da74c89") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4cfd9a02-97ef-4af4-a6b8-db9be1a8fda5") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92761c09-a591-4c8e-af4d-e0e2262cb01d") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b21299b9-3c4d-43df-b399-7f9b08eb5470") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "751d823e-1d7b-4501-9658-d06d459b0e16") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "af76ce95-feca-41fb-bf31-edaa26d6766a") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fd60415a-f01a-46c5-9369-ea970e435e5b") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 90) + (layer "F.Fab") + (uuid "1876c30c-72b2-4a8d-9f32-bf8b213530b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "ca9b74ce-0dee-401c-9544-f599f4cf538d") + ) + (pad "2" smd rect + (at 1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 22 "Net-(D8-Pad2)") + (uuid "099473f1-6598-46ff-a50f-4c520832170d") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fb2a") + (at 149.2 73.3) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D10" + (at -3.048 0 90) + (layer "F.SilkS") + (uuid "a917c6d9-225d-4c90-bf25-fe8eff8abd3f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 0) + (layer "F.Fab") + (uuid "89a3dae6-dcb5-435b-a383-656b6a19a316") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b1fa61e-47e0-4367-a488-23ab563fc7c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06381cff-b6e3-4e54-a717-dd1ead04140c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17f10a00-36a9-4eae-a750-093a5d8d6b3e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db75cdb") + (attr smd) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b54cae5b-c17c-4ed7-b249-2e7d5e83609a") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "653a86ba-a1ae-4175-9d4c-c788087956d0") + ) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df83f395-2d18-47e2-a370-952ca41c2b3a") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7233cb6b-d8fd-4fcd-9b4f-8b0ed19b1b12") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ba17a9b-d889-426c-b4fe-048bed6b6be8") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "761c8e29-382a-475c-a37a-7201cc9cd0f5") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e50c80c5-80c4-46a3-8c1e-c9c3a71a0934") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f33ec0db-ef0f-4576-8054-2833161a8f30") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63caf46e-0228-40de-b819-c6bd29dd1711") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8aff0f38-92a8-45ec-b106-b185e93ca3fd") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5dba25f-5f9b-4770-84f9-c038fb119360") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef4533db-6ea4-4b68-b436-8e9575be570d") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1317ff66-8ecf-46c9-9612-8d2eae03c537") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1755646e-fc08-4e43-a301-d9b3ea704cf6") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "26bc8641-9bca-4204-9709-deedbe202a36") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fd5f7d77-0f73-4021-88a8-0641f0fe8d98") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "94a10cae-6ef2-4b64-9d98-fb22aa3306cc") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a7fc0812-140f-4d96-9cd8-ead8c1c610b1") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 0) + (layer "F.Fab") + (uuid "3ed2c840-383d-4cbd-bc3b-c4ea4c97b333") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "d1c19c11-0a13-4237-b6b4-fb2ef1db7c6d") + ) + (pad "2" smd rect + (at 1.65 0) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 24 "Net-(D10-Pad2)") + (uuid "6a0919c2-460c-4229-b872-14e318e1ba8b") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fc98") + (at 134.6 90.5 -90) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q4" + (at -2.87 -1.29 90) + (layer "F.SilkS") + (uuid "e69c64f9-717d-4a97-b3df-80325ec2fa63") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 90) + (layer "F.Fab") + (uuid "799e761c-1426-40e9-a069-1f4cb353bfaa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3fd09b44-2b32-45a9-bf0d-0be7948c7913") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7bd8edfe-0b76-41b3-bacb-b488fc42d74b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2620833f-15f2-49fc-917f-95f453a2725a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db06b01") + (attr smd) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e65bab67-68b7-4b22-a939-6f2c05164d2a") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8bd46048-cab7-4adf-af9a-bc2710c1894c") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "992a2b00-5e28-4edd-88b5-994891512d8d") + ) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d552623-2969-4b15-8623-368144f225e9") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c07eebcc-30d2-439d-8030-faea6ade4486") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "92848721-49b5-4e4c-b042-6fd51e1d562f") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "18f1018d-5857-4c32-a072-f3de80352f74") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "db1ed10a-ef86-43bf-93dc-9be76327f6d2") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e70d061b-28f0-4421-ad15-0598604086e8") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71af7b65-0e6b-402e-b1a4-b66be507b4dc") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86e98417-f5e4-48ba-8147-ef66cc03dde6") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4fd9bc4f-0ae3-42d4-a1b4-9fb1b2a0a7fd") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "02f8904b-a7b2-49dd-b392-764e7e29fb51") + ) + (fp_text user "${REFERENCE}" + (at 0.044 0.208 0) + (layer "F.Fab") + (uuid "bc3b3f93-69e0-44a5-b919-319b81d13095") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 26 "Net-(Q4-Pad1)") + (uuid "fb35e3b1-aff6-41a7-9cf0-52694b95edeb") + ) + (pad "2" smd rect + (at -1 0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "eb473bfd-fc2d-4cf0-8714-6b7dd95b0a03") + ) + (pad "3" smd rect + (at 1 0 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 18 "Net-(D4-Pad2)") + (uuid "8aeae536-fd36-430e-be47-1a856eced2fc") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fcad") + (at 148.59 89.916 -90) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q5" + (at 1.524 2.286 90) + (layer "F.SilkS") + (uuid "d72c89a6-7578-4468-964e-2a845431195f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 90) + (layer "F.Fab") + (uuid "282c8e53-3acc-42f0-a92a-6aa976b97a93") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b7a26dd-8622-41db-a830-5ad5a5b15e54") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba0bd0cd-8c54-4726-996c-15c8a07731df") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af784db4-3ddb-48e3-8e77-beb1569d10b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1afff") + (attr smd) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e79c8e11-ed47-4701-ae80-a54cdb6682a5") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05d3e08e-e1f9-46cf-93d0-836d1306d03a") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6bd46644-7209-4d4d-acd8-f4c0d045bc61") + ) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab8b0540-9c9f-4195-88f5-7bed0b0a8ed6") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b7d06af4-a5b1-447f-9b1a-8b44eb1cc204") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9db16341-dac0-4aab-9c62-7d88c111c1ce") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "befdfbe5-f3e5-423b-a34e-7bba3f218536") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c052668-6749-425a-9a77-35f046c8aa39") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f699494a-77d6-4c73-bd50-29c1c1c5b879") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83c5181e-f5ee-453c-ae5c-d7256ba8837d") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca5b6af8-ca05-4338-b852-b51f2b49b1db") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0b4c0f05-c855-4742-bad2-dbf645d5842b") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ea2ea877-1ce1-4cd6-ad19-1da87f51601d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "aa047297-22f8-4de0-a969-0b3451b8e164") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 27 "Net-(Q5-Pad1)") + (uuid "b0b4c3cb-e7ea-49c0-8162-be3bbab3e4ec") + ) + (pad "2" smd rect + (at -1 0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "e87a6f80-914f-4f62-9c9f-9ba62a88ee3d") + ) + (pad "3" smd rect + (at 1 0 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 19 "Net-(D5-Pad2)") + (uuid "df3dc9a2-ba40-4c3a-87fe-61cc8e23d71b") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fcc2") + (at 149.8 76.4) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q6" + (at -2.226 -1.216 -90) + (layer "F.SilkS") + (uuid "20901d7e-a300-4069-8967-a6a7e97a68bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 0) + (layer "F.Fab") + (uuid "cf21dfe3-ab4f-4ad9-b7cf-dc892d833b13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "858765a7-2cba-4956-b7b8-d5f8f4f65ef1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4229f2c8-f4e4-406c-9474-3d86c4c4f511") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b16d0021-e020-4393-812c-4b40b4329493") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b061") + (attr smd) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f6afe3e-3cb2-473a-819c-dc94ae52a6be") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "73fbe87f-3928-49c2-bf87-839d907c6aef") + ) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98970bf0-1168-4b4e-a1c9-3b0c8d7eaacf") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86ad0555-08b3-4dde-9a3e-c1e5e29b6615") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dd334895-c8ff-4719-bac4-c0b289bb5899") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f560957-a8c5-442f-b20c-c2d88613742c") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02538207-54a8-4266-8d51-23871852b2ff") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "17ed3508-fa2e-4593-a799-bfd39a6cc14d") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0d993e48-cea3-4104-9c5a-d8f97b64a3ac") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be6b17f9-34f5-44e9-a4c7-725d2e274a9d") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1c9f6fea-1796-4a2d-80b3-ae22ce51c8f5") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b12e5309-5d01-40ef-a9c3-8453e00a555e") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f56d244f-1fa4-4475-ac1d-f41eed31a48b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "c67ad10d-2f75-4ec6-a139-47058f7f06b2") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 28 "Net-(Q6-Pad1)") + (uuid "db742b9e-1fed-4e0c-b783-f911ab5116aa") + ) + (pad "2" smd rect + (at -1 0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "8f12311d-6f4c-4d28-a5bc-d6cb462bade7") + ) + (pad "3" smd rect + (at 1 0) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 20 "Net-(D6-Pad2)") + (uuid "2a6075ae-c7fa-41db-86b8-3f996740bdc2") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fcd7") + (at 128.2 90.678 -90) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q7" + (at 0.762 1.2 90) + (layer "F.SilkS") + (uuid "fc83cd71-1198-4019-87a1-dc154bceead3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 90) + (layer "F.Fab") + (uuid "10d8ad0e-6a08-4053-92aa-23a15910fd21") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "09a9c1e2-15cb-462d-935f-b68d8de282c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f8ff5bca-384f-45a0-b2d9-97c35a35a2b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6c9848a1-869f-4a3e-aca7-54c6d7b7b6a6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db0428e") + (attr smd) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "888fd7cb-2fc6-480c-bcfa-0b71303087d3") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e3d55c8-e0ea-48fb-8421-a84b7cb7055b") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "725cdf26-4b92-46db-bca9-10d930002dda") + ) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4a7e3849-3bc9-4bb3-b16a-fab2f5cee0e5") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79451892-db6b-4999-916d-6392174ee493") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8e295ed4-82cb-4d9f-8888-7ad2dd4d5129") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "083becc8-e25d-4206-9636-55457650bbe3") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7acd513a-187b-4936-9f93-2e521ce33ad5") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "123968c6-74e7-4754-8c36-08ea08e42555") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b64d2cb-d62a-4762-97ea-f1b0d4293c4f") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f312b85-6822-40a3-b417-2df49696ca2d") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "99186658-0361-40ba-ae93-62f23c5622e6") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee29d712-3378-4507-a00b-003526b29bb1") + ) + (fp_text user "${REFERENCE}" + (at 0 -0.1 0) + (layer "F.Fab") + (uuid "a92f3b72-ed6d-4d99-9da6-35771bec3c77") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 29 "Net-(Q7-Pad1)") + (uuid "974c48bf-534e-4335-98e1-b0426c783e99") + ) + (pad "2" smd rect + (at -1 0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "f28e56e7-283b-4b9a-ae27-95e89770fbf8") + ) + (pad "3" smd rect + (at 1 0 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 21 "Net-(D7-Pad2)") + (uuid "aa1c6f47-cbd4-4cbd-8265-e5ac08b7ffc8") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fcec") + (at 141.9 89.662 -90) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q8" + (at 0 -2.5 90) + (layer "F.SilkS") + (uuid "a0e7a81b-2259-4f8d-8368-ba75f2004714") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 90) + (layer "F.Fab") + (uuid "430d6d73-9de6-41ca-b788-178d709f4aae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63248f50-9323-408a-b251-b7ac0072f648") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "794cea6c-a117-4f0b-a802-3180b91a20d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d67942e-888c-41bf-a345-5a8576907634") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db06b4a") + (attr smd) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "946404ba-9297-43ec-9d67-30184041145f") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbde200f-1075-469a-89f8-abbdcf30e36a") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3249bd81-9fd4-4194-9b4f-2e333b2195b8") + ) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a64aeb89-c24a-493b-9aab-87a6be930bde") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1b023dd4-5185-4576-b544-68a05b9c360b") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "90f81af1-b6de-44aa-a46b-6504a157ce6c") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "718e5c6d-0e4c-46d8-a149-2f2bfc54c7f1") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9e0e6fc0-a269-4822-b93d-4c5e6689ff11") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f50dae73-c5b5-475d-ac8c-5b555be54fa3") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3efa2ece-8f3f-4a8c-96e9-6ab3ec6f1f70") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb083d38-4f11-4a80-8b19-ab751c405e4a") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "70d34adf-9bd8-469e-8c77-5c0d7adf511e") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "347562f5-b152-4e7b-8a69-40ca6daaaad4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "76afa8e0-9b3a-439d-843c-ad039d3b6354") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 30 "Net-(Q8-Pad1)") + (uuid "8486c294-aa7e-43c3-b257-1ca3356dd17a") + ) + (pad "2" smd rect + (at -1 0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "0b9f21ed-3d41-4f23-ae45-74117a5f3153") + ) + (pad "3" smd rect + (at 1 0 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 22 "Net-(D8-Pad2)") + (uuid "a76a574b-1cac-43eb-81e6-0e2e278cea39") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da30f42") + (at 132.978 96) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J4" + (at -0.778 -2.3 0) + (layer "F.SilkS") + (uuid "7c00778a-4692-4f9b-87d5-2d355077ce1e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 0) + (layer "F.Fab") + (uuid "01f82238-6335-48fe-8b0a-6853e227345a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "435768f6-42e5-47df-8d40-f5b7114250d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "757a7098-a9cc-4906-ab99-17d25f20dc7c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7faba23-31c5-4147-91a8-c6ddec99e98c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db06b20") + (attr through_hole) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a25b7e01-1754-4cc9-8a14-3d9c461e5af5") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "014d13cd-26ad-4d0e-86ad-a43b541cab14") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c607e49-ee5c-4e85-a7da-6fede9912412") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7c411b3e-aca2-424f-b644-2d21c9d80fa7") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f4a8afbe-ed68-4253-959f-6be4d2cbf8c5") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d102186a-5b58-41d0-9985-3dbb3593f397") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6d0c9e39-9878-44c8-8283-9a59e45006fa") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "83021f70-e61e-4ad3-bae7-b9f02b28be4f") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "443bc73a-8dc0-4e2f-a292-a5eff00efa5b") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc75e5ae-3348-4e7a-bd16-4df685ee47bd") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eac8d865-0226-4958-b547-6b5592f39713") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5e5220d-5b7e-47da-a902-b997ec8d4d58") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89c9afdc-c346-4300-a392-5f9dd8c1e5bd") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b7bbefd-8f78-41f8-809c-2534a5de3b39") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f5bf5b4a-5213-48af-a5cd-0d67969d2de6") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1427bb3f-0689-4b41-a816-cd79a5202fd0") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "78f9c3d3-3556-46f6-9744-05ad54b330f0") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "e6d68f56-4a40-4849-b8d1-13d5ca292900") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7744b6ee-910d-401d-b730-65c35d3d8092") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "633292d3-80c5-4986-be82-ce926e9f09f4") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d0cd3439-276c-41ba-b38d-f84f6da38415") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dda1e6ca-91ec-4136-b90b-3c54d79454b9") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd5e758d-cb66-484a-ae8b-21f53ceee49e") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c2008c8-0626-4a09-a873-065e83502a0e") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "52a8f1be-73ca-41a8-bc24-2320706b0ec1") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e36988d2-ecb2-461b-a443-7006f447e828") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e300709f-6c72-488d-a598-efcbd6d3af54") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f345e52a-8e0a-425a-b438-90809dd3b799") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0cbeb329-a88d-4a47-a5c2-a1d693de2f8c") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f2480d0c-9b08-4037-9175-b2369af04d4c") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "810ed4ff-ffe2-4032-9af6-fb5ada3bae5b") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7db990e4-92e1-4f99-b4d2-435bbec1ba83") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8efee08b-b92e-4ba6-8722-c058e18114fe") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "0e249018-17e7-42b3-ae5d-5ebf3ae299ae") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "63489ebf-0f52-43a6-a0ab-158b1a7d4988") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 0) + (layer "F.Fab") + (uuid "b854a395-bfc6-4140-9640-75d4f9296771") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "590fefcc-03e7-45d6-b6c9-e51a7c3c36c4") + ) + (pad "2" thru_hole circle + (at 3.5 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(D4-Pad2)") + (uuid "59cb2966-1e9c-4b3b-b3c8-7499378d8dde") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da30f6c") + (at 149.35 96) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J5" + (at 0.256 -3.798 0) + (layer "F.SilkS") + (uuid "59fc765e-1357-4c94-9529-5635418c7d73") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 0) + (layer "F.Fab") + (uuid "89a8e170-a222-41c0-b545-c9f4c5604011") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "12f82bca-b1fb-4042-883f-b53e5977b70f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ff78f369-cf2f-494d-9813-973f226a3ad2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b7d6c9a-339a-40bc-b628-41b477c22729") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b012") + (attr through_hole) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3d6cdd62-5634-4e30-acf8-1b9c1dbf6653") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb59b92a-e4d0-4b9e-82cd-26304f5c15b8") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "252f1275-081d-4d77-8bd5-3b9e6916ef42") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc3d51c1-8b35-4da3-a742-0ebe104989d7") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98fe66f3-ec8b-4515-ae34-617f2124a7ec") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0dfdfa9f-1e3f-4e14-b64b-12bde76a80c7") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62e8c4d4-266c-4e53-8981-1028251d724c") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0fc5db66-6188-4c1f-bb14-0868bef113eb") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "142dd724-2a9f-4eea-ab21-209b1bc7ec65") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15a82541-58d8-45b5-99c5-fb52e017e3ea") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c8d03bf-f31d-4aa0-b8db-a227ffd7d8d6") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b91a3ee-fdcd-4bfe-ad57-c8d5ea9903a8") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62a1f3d4-027d-4ecf-a37a-6fcf4263e9d2") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a70978e-dcc2-4620-a99c-514362812927") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f447e585-df78-4239-b8cb-4653b3837bb1") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc4ad874-c922-4070-89f9-7262080469d8") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "319639ae-c2c5-486d-93b1-d03bb1b64252") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "6f580eb1-88cc-489d-a7ca-9efa5e590715") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6983918-fe05-46ea-b355-bc522ec53440") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f44d04c5-0d17-4d52-8328-ef3b4fdfba5f") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "20caf6d2-76a7-497e-ac56-f6d31eb9027b") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "759788bd-3cb9-4d38-b58c-5cb10b7dca6b") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b13e8448-bf35-4ec0-9c70-3f2250718cc2") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7d81bce-286e-41e4-9181-3511e9c0455e") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d38aa458-d7c4-47af-ba08-2b6be506a3fd") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a41dd27-ec14-44d5-b505-aad1d829f79a") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7df8431-dcf5-4ab4-b8f8-21c1cafc5246") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10e52e95-44f3-4059-a86d-dcda603e0623") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd793ae5-cde5-43f6-8def-1f95f35b1be6") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e70b6168-f98e-4322-bc55-500948ef7b77") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "74f5ec08-7600-4a0b-a9e4-aae29f9ea08a") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c7d6eaf-f256-4349-8203-d2e836872231") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dde8619c-5a8c-40eb-9845-65e6a654222d") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "9529c01f-e1cd-40be-b7f0-83780a544249") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "d68e5ddb-039c-483f-88a3-1b0b7964b482") + ) + (fp_text user "${REFERENCE}" + (at 3.95 0.988 -90) + (layer "F.Fab") + (uuid "2f291a4b-4ecb-4692-9ad2-324f9784c0d4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "c71f56c1-5b7c-4373-9716-fffac482104c") + ) + (pad "2" thru_hole circle + (at 3.5 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(D5-Pad2)") + (uuid "a5c8e189-1ddc-4a66-984b-e0fd1529d346") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da30f96") + (at 155.448 81.1 90) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J6" + (at 0 -4.16 90) + (layer "F.SilkS") + (uuid "844d7d7a-b386-45a8-aaf6-bf41bbcb43b5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 90) + (layer "F.Fab") + (uuid "ebca7c5e-ae52-43e5-ac6c-69a96a9a5b24") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c34af63f-20f7-4a80-b66a-38fd3e0ac6e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72af02ad-c429-4d0b-8d5b-14548021b94f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cff02339-15b9-47db-9e1b-7c6f4db63131") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b074") + (attr through_hole) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d66d3c12-11ce-4566-9a45-962e329503d8") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7e5a060-eb57-4238-9312-26bc885fc97d") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2c60448a-e30f-46b2-89e1-a44f51688efc") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7760a75a-d74b-4185-b34e-cbc7b2c339b6") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4aa97874-2fd2-414c-b381-9420384c2fd8") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c1bac86f-cbf6-4c5b-b60d-c26fa73d9c09") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25bc3602-3fb4-4a04-94e3-21ba22562c24") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a0dee8e6-f88a-4f05-aba0-bab3aafdf2bc") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "576f00e6-a1be-45d3-9b93-e26d9e0fe306") + ) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "283c990c-ae5a-4e41-a3ad-b40ca29fe90e") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "901440f4-e2a6-4447-83cc-f58a2b26f5c4") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49575217-40b0-4890-8acf-12982cca52b5") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3e133b7-2c84-4206-a2b1-e693cb57fe56") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9aaeec6e-84fe-4644-b0bc-5de24626ff48") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f988d6ea-11c5-4837-b1d1-5c292ded50c6") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e0a9f64-1b78-4597-8d50-d12d2268a95a") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da481376-0e49-44d3-91b8-aaa39b869dd1") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "6ac3ab53-7523-4805-bfd2-5de19dff127e") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "38cfe839-c630-43d3-a9ec-6a89ba9e318a") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4cafb73d-1ad8-4d24-acf7-63d78095ae46") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5889287d-b845-4684-b23e-663811b25d27") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be4b72db-0e02-4d9b-844a-aff689b4e648") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a1de22d-6451-488d-af77-0bf8841bd695") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a8219a78-6b33-4efa-a789-6a67ce8f7a50") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4a54c707-7b6f-4a3d-a74d-5e3526114aba") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "869d6302-ae22-478f-9723-3feacbb12eef") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e1b88aa4-d887-4eea-83ff-5c009f4390c4") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b1fce17-dec7-457e-ba3b-a77604e77dc9") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f19c9655-8ddb-411a-96dd-bd986870c3c6") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a8fb8ee0-623f-4870-a716-ecc88f37ef9a") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "713e0777-58b2-4487-baca-60d0ebed27c3") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3044f68-903d-4063-b253-30d8e3a83eae") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "05f2859d-2820-4e84-b395-696011feb13b") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "d1a9be32-38ba-44e6-bc35-f031541ab1fe") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a07b6b2b-7179-4297-b163-5e47ffbe76d3") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 90) + (layer "F.Fab") + (uuid "269f19c3-6824-45a8-be29-fa58d70cbb42") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "1dfbf353-5b24-4c0f-8322-8fcd514ae75e") + ) + (pad "2" thru_hole circle + (at 3.5 0 90) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(D6-Pad2)") + (uuid "582622a2-fad4-4737-9a80-be9fffbba8ab") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da30fc0") + (at 124.85 96) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J7" + (at -1.85 -3.9 0) + (layer "F.SilkS") + (uuid "7d0dab95-9e7a-486e-a1d7-fc48860fd57d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 0) + (layer "F.Fab") + (uuid "6241e6d3-a754-45b6-9f7c-e43019b93226") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "229cdcb5-254d-40ef-834f-a4ede29b8d63") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00c07a9c-13b4-4ffd-b162-f7c6ff1afaf6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b312c09b-2825-448a-b01a-27e8095ff78b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db042a1") + (attr through_hole) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8a7af6e-c432-4fa3-91ee-c8bf0c5a9ebe") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "91fe070a-a49b-4bc5-805a-42f23e10d114") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53e34696-241f-47e5-a477-f469335c8a61") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88002554-c459-46e5-8b22-6ea6fe07fd4c") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a222fb6-5159-4931-9015-19df65643140") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "691af561-538d-4e8f-a916-26cad45eb7d6") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8cdc8ef9-532e-4bf5-9998-7213b9e692a2") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d01102e9-b170-4eb1-a0a4-9a31feb850b7") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6afc19cf-38b4-47a3-bc2b-445b18724310") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fe14c012-3d58-4e5e-9a37-4b9765a7f764") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84d296ba-3d39-4264-ad19-947f90c54396") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9390234f-bf3f-46cd-b6a0-8a438ec76e9f") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f9b1563b-384a-447c-9f47-736504e995c8") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03f57fb4-32a3-4bc6-85b9-fd8ece4a9592") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "18ca5aef-6a2c-41ac-9e7f-bf7acb716e53") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90e761f6-1432-4f73-ad28-fa8869b7ec31") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b78cb2c1-ae4b-4d9b-acd8-d7fe342342f2") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "f1782535-55f4-4299-bd4f-6f51b0b7259c") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "501880c3-8633-456f-9add-0e8fa1932ba6") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c454102f-dc92-4550-9492-797fc8e6b49c") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "528fd7da-c9a6-40ae-9f1a-60f6a7f4d534") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7a879184-fad8-4feb-afb5-86fe8d34f1f7") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da6f4122-0ecc-496f-b0fd-e4abef534976") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7ce7415d-7c22-49f6-8215-488853ccc8c6") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7bf6e08-7978-4190-aff5-c90d967f0f9c") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b59f18ce-2e34-4b6e-b14d-8d73b8268179") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "626679e8-6101-4722-ac57-5b8d9dab4c8b") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6325c32f-c82a-4357-b022-f9c7e76f412e") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e813ec2-d4ce-4e2e-b379-c6fedb4c45db") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a90361cd-254c-4d27-ae1f-9a6c85bafe28") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18d11f32-e1a6-4f29-8e3c-0bfeb07299bd") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9f782c92-a5e8-49db-bfda-752b35522ce4") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ccc4cc25-ac17-45ef-825c-e079951ffb21") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "c8a44971-63c1-4a19-879d-b6647b2dc08d") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "2b5a9ad3-7ec4-447d-916c-47adf5f9674f") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.766 0) + (layer "F.Fab") + (uuid "e413cfad-d7bd-41ab-b8dd-4b67484671a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "24b72b0d-63b8-4e06-89d0-e94dcf39a600") + ) + (pad "2" thru_hole circle + (at 3.5 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(D7-Pad2)") + (uuid "4431c0f6-83ea-4eee-95a8-991da2f03ccd") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da30fea") + (at 141.15 96) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J8" + (at 1.75 -4.16 0) + (layer "F.SilkS") + (uuid "d2d7bea6-0c22-495f-8666-323b30e03150") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 0) + (layer "F.Fab") + (uuid "0f324b67-75ef-407f-8dbc-3c1fc5c2abba") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "528b32be-a19b-42af-97ae-ed008019cf7e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ca783d7-21cf-4e14-905b-06e37b822482") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "61261e44-403a-4911-80b5-cd6416085308") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db06b69") + (attr through_hole) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7af8405-da2e-4a34-b9b8-518f342f8995") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa79024d-ca7e-4c24-b127-7df08bbd0c75") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34d03349-6d78-4165-a683-2d8b76f2bae8") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7531a95-7ca1-4f34-955e-18120cec99e6") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89c0bc4d-eee5-4a77-ac35-d30b35db5cbe") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8fc38ec-0b98-40bc-ae2f-e5cc29973bca") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c49d23ab-146d-4089-864f-2d22b5b414b9") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da25bf79-0abb-4fac-a221-ca5c574dfc29") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "026ac84e-b8b2-4dd2-b675-8323c24fd778") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb4b1afc-c46e-451d-8dad-36b7dec82f26") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a0b74a5-4879-4b51-8e8e-6d85a0107422") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eae14f5f-515c-4a6f-ad0e-e8ef233d14bf") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71989e06-8659-4605-b2da-4f729cc41263") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f675e5f-8fe6-4148-baf1-da97afc770f8") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6e435cd4-da2b-4602-a0aa-5dd988834dff") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "b5071759-a4d7-4769-be02-251f23cd4454") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "26801cfb-b53b-4a6a-a2f4-5f4986565765") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f78e02cd-9600-4173-be8d-67e530b5d19f") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f66398f1-1ae7-4d4d-939f-958c174c6bce") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6f80f798-dc24-438f-a1eb-4ee2936267c8") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cada57e2-1fa7-4b9d-a2a0-2218773d5c50") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e1c30a32-820e-4b17-aec9-5cb8b76f0ccc") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fef37e8b-0ff0-4da2-8a57-acaf19551d1a") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d21cc5e4-177a-4e1d-a8d5-060ed33e5b8e") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "224768bc-6009-43ba-aa4a-70cbaa15b5a3") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86dc7a78-7d51-4111-9eea-8a8f7977eb16") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "37b6c6d6-3e12-4736-912a-ea6e2bf06721") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0bcafe80-ffba-4f1e-ae51-95a595b006db") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e32ee344-1030-4498-9cac-bfbf7540faf4") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "752417ee-7d0b-4ac8-a22c-26669881a2ab") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9f80220c-1612-4589-b9ca-a5579617bdb8") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "1c68b844-c861-46b7-b734-0242168a4220") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "4b03e854-02fe-44cc-bece-f8268b7cae54") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.366 0) + (layer "F.Fab") + (uuid "088f77ba-fca9-42b3-876e-a6937267f957") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "917920ab-0c6e-4927-974d-ef342cdd4f63") + ) + (pad "2" thru_hole circle + (at 3.5 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(D8-Pad2)") + (uuid "d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da3103e") + (at 155.448 72.8 90) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J10" + (at 4.9 -4.318 90) + (layer "F.SilkS") + (uuid "30317bf0-88bb-49e7-bf8b-9f3883982225") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 90) + (layer "F.Fab") + (uuid "f959907b-1cef-4760-b043-4260a660a2ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "51d00345-acf5-4f4b-a37a-68c1f8a4653a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3559a4ab-dedf-4cd9-b50e-ba4303cfc93f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "caa9a2e8-2680-4bc3-8254-fe512456f7a4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b0a5") + (attr through_hole) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "36d783e7-096f-4c97-9672-7e08c083b87b") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eb8d02e9-145c-465d-b6a8-bae84d47a94b") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb6062da-8dcd-4826-92fd-4071e9e97213") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "30c33e3e-fb78-498d-bffe-76273d527004") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5217a0c-7f55-4c30-adda-7f8d95709d1b") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3b3d7f4-943f-4cff-b180-87ef3e1bcbff") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b0a5a46-7b51-4262-a80e-d33dd1806615") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72b36951-3ec7-4569-9c88-cf9b4afe1cae") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ffdf05e-e119-49f9-85e9-13e4901df42a") + ) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f64497d1-1d62-44a4-8e5e-6fba4ebc969a") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29bb7297-26fb-4776-9266-2355d022bab0") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42ff012d-5eb7-42b9-bb45-415cf26799c6") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72508b1f-1505-46cb-9d37-2081c5a12aca") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "011ee658-718d-416a-85fd-961729cd1ee5") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eed466bf-cd88-4860-9abf-41a594ca08bd") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d76d925-f900-42af-a03f-bb32d2381b09") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "802c2dc3-ca9f-491e-9d66-7893e89ac34c") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "faa1812c-fdf3-47ae-9cf4-ae06a263bfbd") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f8bd6470-fafd-47f2-8ed5-9449988187ce") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3f8a5430-68a9-4732-9b89-4e00dd8ae219") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2db910a0-b943-40b4-b81f-068ba5265f56") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96de0051-7945-413a-9219-1ab367546962") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5b328f6-dc69-4905-ae98-2dc3200a51d6") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88cb65f4-7e9e-44eb-8692-3b6e2e788a94") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "57276367-9ce4-4738-88d7-6e8cb94c966c") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c9b9e62d-dede-4d1a-9a05-275614f8bdb2") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bdf40d30-88ff-4479-bad1-69529464b61b") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a1a4d88-972a-46ce-b25e-6cb796bd41f7") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c843bdb-6c9e-40dd-85e2-0567846e18ba") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9a2d648d-863a-4b7b-80f9-d537185c212b") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c4cab9c5-d6e5-4660-b910-603a51b56783") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1f9ae101-c652-4998-a503-17aedf3d5746") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c30b9b4-3014-4f50-9329-27a539b67e01") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "d4db7f11-8cfe-40d2-b021-b36f05241701") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "cb721686-5255-4788-a3b0-ce4312e32eb7") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 90) + (layer "F.Fab") + (uuid "22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "7a74c4b1-6243-4a12-85a2-bc41d346e7aa") + ) + (pad "2" thru_hole circle + (at 3.5 0 90) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(D10-Pad2)") + (uuid "f1e619ac-5067-41df-8384-776ec70a6093") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da326a8") + (at 147.447 82.55 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R10" + (at 0 1.143 90) + (layer "F.SilkS") + (uuid "4d967454-338c-4b89-8534-9457e15bf2f2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "7eb32ed1-4320-49ba-8487-1c88e4824fe3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ccd8343-5218-422d-bd89-2f94d100f088") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f8fdd04a-ac05-45eb-bf75-71ab6e7eccc1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5aa400bb-9014-4f41-b854-91a20d9ede69") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b037") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9b07d532-5f76-4469-8dbf-25ac27eef589") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "94c3d0e3-d7fb-421d-bbb4-5c800d76c809") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a26bdee6-0e16-4ea6-87f7-fb32c714896e") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a595c4c-9ac1-4ae3-8ff3-1b7f2281a894") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3d416885-b8b5-4f5c-bc29-39c6376095e8") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c121a93-b189-409b-a104-2bdd37ff0b51") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b8ac91e-9d2b-49db-8a80-1da009ad1c5e") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7f7bd58-1ebd-40fd-a39d-a95530a751b6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "ea28e946-b74f-4ba8-ac7b-b1884c5e7296") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 31 "Net-(Q9-Pad1)") + (uuid "348dc703-3cab-4547-b664-e8b335a6083c") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 40 "/CH_6") + (uuid "d6040293-95f0-436a-938c-ad69875a4be8") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da326ed") + (at 155.448 89.5 90) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J9" + (at 1.75 -4.16 90) + (layer "F.SilkS") + (uuid "4e27930e-1827-4788-aa6b-487321d46602") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 90) + (layer "F.Fab") + (uuid "18c61c95-8af1-4986-b67e-c7af9c15ab6b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b0d042bf-9c8c-42f6-beba-0e92a44a702d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "75fe4894-5983-4d30-84d8-299f0b39a126") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac2c9d3d-1fc6-4cfe-b75b-35065b358fda") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b043") + (attr through_hole) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5701b80f-f006-4814-81c9-0c7f006088a9") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9286cf02-1563-41d2-9931-c192c33bab31") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b6bb172-1ac4-440a-ac75-c1917d9d59c7") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "04cf2f2c-74bf-400d-b4f6-201720df00ed") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2878a73c-5447-4cd9-8194-14f52ab9459c") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1bdd5841-68b7-42e2-9447-cbdb608d8a08") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "955cc99e-a129-42cf-abc7-aa99813fdb5f") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3b686d17-1000-4762-ba31-589d599a3edf") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1eca865-05c5-48a4-96cf-ed5f8a640e25") + ) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aeb03be9-98f0-43f6-9432-1bb35aa04bab") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66bc2bca-dab7-4947-a0ff-403cdaf9fb89") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "008da5b9-6f95-4113-b7d0-d93ac62efd33") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cf815d51-c956-4c5a-adde-c373cb025b07") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e0392c0-affc-4114-9de5-1f1cfe79418a") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dca1d7db-c913-4d73-a2cc-fdc9651eda69") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6513181c-0a6a-4560-9a18-17450c36ae2a") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "66218487-e316-4467-9eba-79d4626ab24e") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "2e90e294-82e1-45da-9bf1-b91dfe0dc8f6") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "27b2eb82-662b-42d8-90e6-830fec4bb8d2") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5d3d7893-1d11-4f1d-9052-85cf0e07d281") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8b290a17-6328-4178-9131-29524d345539") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79476267-290e-445f-995b-0afd0e11a4b5") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2035ea48-3ef5-4d7f-8c3c-50981b30c89a") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba6fc20e-7eff-4d5f-81e4-d1fad93be155") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "44646447-0a8e-4aec-a74e-22bf765d0f33") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c25449d6-d734-4953-b762-98f82a830248") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7e4abd8-69f5-4706-b12e-898194e5bf56") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63c56ea4-91a3-4172-b9de-a4388cc8f894") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cebb9021-66d3-4116-98d4-5e6f3c1552be") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9565d2ee-a4f1-4d08-b2c9-0264233a0d2b") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b287f145-851e-45cc-b200-e62677b551d5") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a2f50f6-0c99-4e8d-9c2a-8f2f961d2e6d") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ae0e6b31-27d7-4383-a4fc-7557b0a19382") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "7e1217ba-8a3d-4079-8d7b-b45f90cfbf53") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a5be2cb8-c68d-4180-8412-69a6b4c5b1d4") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 90) + (layer "F.Fab") + (uuid "0fafc6b9-fd35-4a55-9270-7a8e7ce3cb13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "f357ddb5-3f44-43b0-b00d-d64f5c62ba4a") + ) + (pad "2" thru_hole circle + (at 3.5 0 90) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "Net-(D9-Pad2)") + (uuid "12a24e86-2c38-4685-bba9-fff8dddb4cb0") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da32753") + (at 149.8 82.5) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q9" + (at 1.1 -2.5 -90) + (layer "F.SilkS") + (uuid "34c0bee6-7425-4435-8857-d1fe8dfb6d89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 0) + (layer "F.Fab") + (uuid "6cb535a7-247d-4f99-997d-c21b160eadfa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "12bdc864-9add-4883-abb3-d8cab2d3b207") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13c3d4c4-8db6-411c-b688-51044bc6e64d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4cf53d33-6853-4a1a-ab4d-616ed5ddc08b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b030") + (attr smd) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8ab8246-b2bb-4b06-b45e-2548482466fd") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "241e0c85-4796-48eb-a5a0-1c0f2d6e5910") + ) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b0054ce1-b60e-41de-a6a2-bf712784dd39") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0cc9bf07-55b9-458f-b8aa-41b2f51fa940") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "386ad9e3-71fa-420f-8722-88548b024fc5") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5d49e9a6-41dd-4072-adde-ef1036c1979b") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8cb2cd3a-4ef9-4ae5-b6bc-2b1d16f657d6") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "87a1984f-543d-4f2e-ad8a-7a3a24ee6047") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5c43e09-08d6-4a29-a53a-3b9ea7fb34cd") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8ac400bf-c9b3-4af4-b0a7-9aa9ab4ad17e") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "363945f6-fbef-42be-99cf-4a8a48434d92") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c5f3091-7791-43b3-8d50-43f6a72274c9") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "97dcf785-3264-40a1-a36e-8842acab24fb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "7f9683c1-2203-43df-8fa1-719a0dc360df") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 31 "Net-(Q9-Pad1)") + (uuid "212bf70c-2324-47d9-8700-59771063baeb") + ) + (pad "2" smd rect + (at -1 0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "be2983fa-f06e-485e-bea1-3dd96b916ec5") + ) + (pad "3" smd rect + (at 1 0) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 23 "Net-(D9-Pad2)") + (uuid "dc1d84c8-33da-4489-be8e-2a1de3001779") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da3888e") + (at 109 81.5 -90) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J11" + (at 1.75 -4.16 90) + (layer "F.SilkS") + (uuid "9186dae5-6dc3-4744-9f90-e697559c6ac8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 90) + (layer "F.Fab") + (uuid "f1a9fb80-4cc4-410f-9616-e19c969dcab5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c9f2faa-a966-476e-9d62-fcfa737df12c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b2fdcd1-4b05-4b2b-8401-e66cd506a8bd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "966d04ad-7a6a-4673-a037-dd1f02d78cbd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc623b0") + (attr through_hole) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "79770cd5-32d7-429a-8248-0d9e6212231a") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae77c3c8-1144-468e-ad5b-a0b4090735bd") + ) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4e20505-1208-4100-a4aa-676f50844c06") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97fe2a5c-4eee-4c7a-9c43-47749b396494") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb30f9bb-6a0b-4d8a-82b0-266eab794bc6") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4c9471f-7503-4339-928c-d1abae1eede6") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e17e6c0e-7e5b-43f0-ad48-0a2760b45b04") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1171ce37-6ad7-4662-bb68-5592c945ebf3") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43707e99-bdd7-4b02-9974-540ed6c2b0aa") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2454fd1b-3484-4838-8b7e-d26357238fe1") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c3c499b1-9227-4e4b-9982-f9f1aa6203b9") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "45884597-7014-4461-83ee-9975c42b9a53") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "180245d9-4a3f-4d1b-adcc-b4eafac722e0") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98914cc3-56fe-40bb-820a-3d157225c145") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8f3a9fc-1e34-4573-a767-508104e8d242") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88610282-a92d-4c3d-917a-ea95d59e0759") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28e37b45-f843-47c2-85c9-ca19f5430ece") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "fa918b6d-f6cf-4471-be3b-4ff713f55a2e") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1fbb0219-551e-409b-a61b-76e8cebdfb9d") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7bfba61b-6752-4a45-9ee6-5984dcb15041") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "99332785-d9f1-4363-9377-26ddc18e6d2c") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "99dfa524-0366-4808-b4e8-328fc38e8656") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "16121028-bdf5-49c0-aae7-e28fe5bfa771") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e97b5984-9f0f-43a4-9b8a-838eef4cceb2") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6bd115d6-07e0-45db-8f2e-3cbb0429104f") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d0a0deb1-4f0f-4ede-b730-2c6d67cb9618") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce72ea62-9343-4a4f-81bf-8ac601f5d005") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c514e30c-e48e-4ca5-ab44-8b3afedef1f2") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b0271cdd-de22-4bf4-8f55-fc137cfbd4ec") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "196a8dd5-5fd6-4c7f-ae4a-0104bd82e61b") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "076046ab-4b56-4060-b8d9-0d80806d0277") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9aedbb9e-8340-4899-b813-05b23382a36b") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4db55cb8-197b-4402-871f-ce582b65664b") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "fea7c5d1-76d6-41a0-b5e3-29889dbb8ce0") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "9031bb33-c6aa-4758-bf5c-3274ed3ebab7") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 90) + (layer "F.Fab") + (uuid "54212c01-b363-47b8-a145-45c40df316f4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "9dcdc92b-2219-4a4a-8954-45f02cc3ab25") + ) + (pad "2" thru_hole circle + (at 3.5 0 270) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "3c5e5ea9-793d-46e3-86bc-5884c4490dc7") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_JST:JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da3d62e") + (at 111 91.45 180) + (descr "JST XH series connector, B3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator") + (tags "connector JST XH vertical") + (property "Reference" "J12" + (at -3.95 2.75 0) + (layer "F.SilkS") + (uuid "fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x03" + (at 2.5 4.6 0) + (layer "F.Fab") + (uuid "00e38d63-5436-49db-81f5-697421f168fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ba4fb995-0e1a-428d-8808-5fe39862b4b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2cf9d29e-c2b9-4a30-b5df-cd1e9df92ce2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2b6b87a7-b08c-477e-b047-2febcee11230") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc76b3b") + (attr through_hole) + (fp_line + (start 7.56 3.51) + (end 7.56 -2.46) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "699feae1-8cdd-4d2b-947f-f24849c73cdb") + ) + (fp_line + (start 7.56 -2.46) + (end -2.56 -2.46) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d88958ac-68cd-4955-a63f-0eaa329dec86") + ) + (fp_line + (start 7.55 -0.2) + (end 6.8 -0.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa130053-a451-4f12-97f7-3d4d891a5f83") + ) + (fp_line + (start 7.55 -1.7) + (end 7.55 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "221bef83-3ea7-4d3f-adeb-53a8a07c6273") + ) + (fp_line + (start 7.55 -2.45) + (end 5.75 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b52d6ff3-fef1-496e-8dd5-ebb89b6bce6a") + ) + (fp_line + (start 6.8 2.75) + (end 2.5 2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d586a18-26c5-441e-a9ff-8125ee516126") + ) + (fp_line + (start 6.8 -0.2) + (end 6.8 2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9186fd02-f30d-4e17-aa38-378ab73e3908") + ) + (fp_line + (start 5.75 -1.7) + (end 7.55 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "009b5465-0a65-4237-93e7-eb65321eeb18") + ) + (fp_line + (start 5.75 -2.45) + (end 5.75 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00f3ea8b-8a54-4e56-84ff-d98f6c00496c") + ) + (fp_line + (start 4.25 -1.7) + (end 4.25 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "795e68e2-c9ba-45cf-9bff-89b8fae05b5a") + ) + (fp_line + (start 4.25 -2.45) + (end 0.75 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8fcec304-c6b1-4655-8326-beacd0476953") + ) + (fp_line + (start 0.75 -1.7) + (end 4.25 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "143ed874-a01f-4ced-ba4e-bbb66ddd1f70") + ) + (fp_line + (start 0.75 -2.45) + (end 0.75 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71f92193-19b0-44ed-bc7f-77535083d769") + ) + (fp_line + (start -0.75 -1.7) + (end -0.75 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c8b92953-cd23-44e6-85ce-083fb8c3f20f") + ) + (fp_line + (start -0.75 -2.45) + (end -2.55 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc0dbc57-3ae8-4ce5-a05c-2d6003bba475") + ) + (fp_line + (start -1.6 -2.75) + (end -2.85 -2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "477892a1-722e-4cda-bb6c-fcdb8ba5f93e") + ) + (fp_line + (start -1.8 2.75) + (end 2.5 2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e7369115-d491-4ef3-be3d-f5298992c3e8") + ) + (fp_line + (start -1.8 -0.2) + (end -1.8 2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60ff6322-62e2-4602-9bc0-7a0f0a5ecfbf") + ) + (fp_line + (start -2.55 -0.2) + (end -1.8 -0.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4ba06b66-7669-4c70-b585-f5d4c9c33527") + ) + (fp_line + (start -2.55 -1.7) + (end -0.75 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0520f61d-4522-4301-a3fa-8ed0bf060f69") + ) + (fp_line + (start -2.55 -2.45) + (end -2.55 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "411d4270-c66c-4318-b7fb-1470d34862b8") + ) + (fp_line + (start -2.56 3.51) + (end 7.56 3.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5864fe6-2a71-47f0-90ce-38c3f8901580") + ) + (fp_line + (start -2.56 -2.46) + (end -2.56 3.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61fe4c73-be59-4519-98f1-a634322a841d") + ) + (fp_line + (start -2.85 -2.75) + (end -2.85 -1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b09666f9-12f1-4ee9-8877-2292c94258ca") + ) + (fp_line + (start 7.95 3.9) + (end 7.95 -2.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e7e08b48-3d04-49da-8349-6de530a20c67") + ) + (fp_line + (start 7.95 -2.85) + (end -2.95 -2.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9bac9ad3-a7b9-47f0-87c7-d8630653df68") + ) + (fp_line + (start -2.95 3.9) + (end 7.95 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af347946-e3da-4427-87ab-77b747929f50") + ) + (fp_line + (start -2.95 -2.85) + (end -2.95 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b6cd701f-4223-4e72-a305-466869ccb250") + ) + (fp_line + (start 7.45 3.4) + (end 7.45 -2.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f") + ) + (fp_line + (start 7.45 -2.35) + (end -2.45 -2.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f9c81c26-f253-4227-a69f-53e64841cfbe") + ) + (fp_line + (start 0 -1.35) + (end 0.625 -2.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fd3499d5-6fd2-49a4-bdb0-109cee899fde") + ) + (fp_line + (start -0.625 -2.35) + (end 0 -1.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2891767f-251c-48c4-91c0-deb1b368f45c") + ) + (fp_line + (start -2.45 3.4) + (end 7.45 3.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38a501e2-0ee8-439d-bd02-e9e90e7503e9") + ) + (fp_line + (start -2.45 -2.35) + (end -2.45 3.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "70e4263f-d95a-4431-b3f3-cfc800c82056") + ) + (fp_text user "${REFERENCE}" + (at 2.5 2.7 0) + (layer "F.Fab") + (uuid "479331ff-c540-41f4-84e6-b48d65171e59") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 180) + (size 1.7 1.95) + (drill 0.95) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 6 "VCC") + (uuid "997c2f12-73ba-4c01-9ee0-42e37cbab790") + ) + (pad "2" thru_hole oval + (at 2.5 0 180) + (size 1.7 1.95) + (drill 0.95) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "/PIR_A") + (uuid "1199146e-a60b-416a-b503-e77d6d2892f9") + ) + (pad "3" thru_hole oval + (at 5 0 180) + (size 1.7 1.95) + (drill 0.95) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "cc15f583-a41b-43af-ba94-a75455506a96") + ) + (model "${KISYS3DMOD}/Connector_JST.3dshapes/JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da41b36") + (at 106.45 57.45) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "H1" + (at 0 -4.2 0) + (layer "F.SilkS") + (uuid "f7667b23-296e-4362-a7e3-949632c8954b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 4.2 0) + (layer "F.Fab") + (uuid "b873bc5d-a9af-4bd9-afcb-87ce4d417120") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a884378-9960-4537-a792-2f0701df68c4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5c6ec352-879f-4dc4-a5bc-917d9cd3bf2a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "74cbedb5-8132-44ef-b24e-9ad861ec472a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dce22e8") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "03c7f780-fc1b-487a-b30d-567d6c09fdc8") + ) + (fp_circle + (center 0 0) + (end 3.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "c04386e0-b49e-4fff-b380-675af13a62cb") + ) + (fp_text user "${REFERENCE}" + (at 0.05 0.55 0) + (layer "F.Fab") + (uuid "b9bb0e73-161a-4d06-b6eb-a9f66d8a95f5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "4107d40a-e5df-4255-aacc-13f9928e090c") + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da41b3e") + (at 106.5 98.5) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "H2" + (at 8.1 -7.1 0) + (layer "F.SilkS") + (uuid "f1447ad6-651c-45be-a2d6-33bddf672c2c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 4.2 0) + (layer "F.Fab") + (uuid "f6c644f4-3036-41a6-9e14-2c08c079c6cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "867197bb-560b-4e42-a4ec-9806328f7de6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72a4480e-3d9b-45fd-8e3f-a3b2b89f13ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5eec50cd-34d0-4c8e-a3f3-bd269e1e4265") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dce2a46") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "0cc45b5b-96b3-4284-9cae-a3a9e324a916") + ) + (fp_circle + (center 0 0) + (end 3.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "6b7c1048-12b6-46b2-b762-fa3ad30472dd") + ) + (fp_text user "${REFERENCE}" + (at 0.05 2.05 0) + (layer "F.Fab") + (uuid "4a850cb6-bb24-4274-a902-e49f34f0a0e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "e5203297-b913-4288-a576-12a92185cb52") + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da41b46") + (at 159 57.5) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "H3" + (at 0 -4.2 0) + (layer "F.SilkS") + (uuid "18b7e157-ae67-48ad-bd7c-9fef6fe45b22") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 4.2 0) + (layer "F.Fab") + (uuid "0f31f11f-c374-4640-b9a4-07bbdba8d354") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1bfee71-9737-4e31-9a96-84b0feb2ba54") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00725e83-3ee7-4799-9eb2-ff65b1395782") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b0ee0fb4-0577-48b3-9db0-ff983211ae60") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dce2d5d") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "998b7fa5-31a5-472e-9572-49d5226d6098") + ) + (fp_circle + (center 0 0) + (end 3.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "e4d2f565-25a0-48c6-be59-f4bf31ad2558") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "e502d1d5-04b0-4d4b-b5c3-8c52d09668e7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "7c04618d-9115-4179-b234-a8faf854ea92") + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da41b4e") + (at 159 98.5) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "H4" + (at 0 -4.2 0) + (layer "F.SilkS") + (uuid "a24ddb4f-c217-42ca-b6cb-d12da84fb2b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 4.2 0) + (layer "F.Fab") + (uuid "a6ccc556-da88-4006-ae1a-cc35733efef3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "82782e73-4510-42b5-ae55-58fe45d39794") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "38ad0bbd-8f38-46c6-bd67-db70ce537eb0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2d59cfb3-1ef5-4b40-9b9e-7aabf928a4b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dce2f26") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "065b9982-55f2-4822-977e-07e8a06e7b35") + ) + (fp_circle + (center 0 0) + (end 3.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "dc2801a1-d539-4721-b31f-fe196b9f13df") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "970e0f64-111f-41e3-9f5a-fb0d0f6fa101") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "b6135480-ace6-42b2-9c47-856ef57cded1") + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da4286c") + (at 149.2 85.5) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D9" + (at 0.825 1.775 90) + (layer "F.SilkS") + (uuid "465137b4-f6f7-4d51-9b40-b161947d5cc1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 0) + (layer "F.Fab") + (uuid "d1cd5391-31d2-459f-8adb-4ae3f304a833") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a56c251-4137-4ca4-bb5a-de3e2547d092") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "778cdfa4-67a9-4186-8f82-a6958b7354b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1eafafaa-3113-4144-938e-64bcccc5d202") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db759c6") + (attr smd) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4086cbd7-6ba7-4e63-8da9-17e60627ee17") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e2fac877-439c-4da0-af2e-5fdc70f85d42") + ) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ea8fa6f-efc3-40fe-bcf9-05bfa46ead4f") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9da1ace0-4181-4f12-80f8-16786a9e5c07") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8d063f79-9282-4820-bcf4-1ff3c006cf08") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af186015-d283-4209-aade-a247e5de01df") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29126f72-63f7-4275-8b12-6b96a71c6f17") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0554bea0-89b2-4e25-9ea3-4c73921c94cb") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "22962957-1efd-404d-83db-5b233b6c15b0") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8eb98c56-17e4-4de6-a3e3-06dcfa392040") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c66a19ed-90c0-4502-ae75-6a4c4ab9f297") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd085057-7c0e-463a-982b-968a2dc1f0f8") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c22d605-7855-4cc6-8ad2-906cadbd02dc") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "275b6416-db29-42cc-9307-bf426917c3b4") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb8162f0-99c8-4884-be5b-c0d0c7e81ff6") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "91fc5800-6029-46b1-848d-ca0091f97267") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88606262-3ac5-44a1-aacc-18b26cf4d396") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cd1cff81-9d8a-4511-96d6-4ddb79484001") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 0) + (layer "F.Fab") + (uuid "da546d77-4b03-4562-8fc6-837fd68e7691") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "4cc0e615-05a0-4f42-a208-4011ba8ef841") + ) + (pad "2" smd rect + (at 1.65 0) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 23 "Net-(D9-Pad2)") + (uuid "4641c87c-bffa-41fe-ae77-be3a97a6f797") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da4592c") + (at 149.9 63.8) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D11" + (at 0 -1.5 0) + (layer "F.SilkS") + (uuid "4fa10683-33cd-4dcd-8acc-2415cd63c62a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Green" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ede5795-092c-43b9-a7c7-c59fc15c1465") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b360583e-d172-40f4-a6db-c5aea347eec2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03be6b71-b50c-460a-99fa-2a49bd566724") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd27ac2") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88668202-3f0b-4d07-84d4-dcd790f57272") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37f31dec-63fc-4634-a141-5dc5d2b60fe4") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c24d6ac8-802d-4df3-a210-9cb1f693e865") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "009a4fb4-fcc0-4623-ae5d-c1bae3219583") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "91c1eb0a-67ae-4ef0-95ce-d060a03a7313") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf386a39-fc62-49dd-8ec5-e044f6bd67ce") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eee16674-2d21-45b6-ab5e-d669125df26c") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f449bd37-cc90-4487-aee6-2a20b8d2843a") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1ddb058-f7b2-429c-9489-f4e2242ad7e5") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c106154f-d948-43e5-abfa-e1b96055d91b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "eae0ab9f-65b2-44d3-aba7-873c3227fba7") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "7afa54c4-2181-41d3-81f7-39efc497ecae") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 42 "Net-(D11-Pad2)") + (uuid "70fb572d-d5ec-41e7-9482-63d4578b4f47") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da4593f") + (at 153.2 63.8) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D12" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "22999e73-da32-43a5-9163-4b3a41614f25") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Green" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "6e68f0cd-800e-4167-9553-71fc59da1eeb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a10ccd02-ccee-47c8-89c8-8f63b72be69b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8d4d0bc4-6a5b-4180-b1fb-5c474966fe5a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1bd3122-95fe-4a7b-a605-c4fa75320814") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd29529") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "592f25e6-a01b-47fd-8172-3da01117d00a") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb614b23-9af3-4aec-bed8-c1374e001510") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5487601b-81d3-4c70-8f3d-cf9df9c63302") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "20cca02e-4c4d-4961-b6b4-b40a1731b220") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a29f8df0-3fae-4edf-8d9c-bd5a875b13e3") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e3fc1e69-a11c-4c84-8952-fefb9372474e") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c09938fd-06b9-4771-9f63-2311626243b3") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d697cf0-e02e-4ed1-a048-a704dab0ee43") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40b14a16-fb82-4b9d-89dd-55cd98abb5cc") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "658dad07-97fd-466c-8b49-21892ac96ea4") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "240c10af-51b5-420e-a6f4-a2c8f5db1db5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "597a11f2-5d2c-4a65-ac95-38ad106e1367") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "59ec3156-036e-4049-89db-91a9dd07095f") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 43 "Net-(D12-Pad2)") + (uuid "926001fd-2747-4639-8c0f-4fc46ff7218d") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da45952") + (at 156.5 63.8) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D13" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "be645d0f-8568-47a0-a152-e3ddd33563eb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Red" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "bd9595a1-04f3-4fda-8f1b-e65ad874edd3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c3911226-6ad3-4bc4-a39d-2d3420790724") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05ca77f8-e01e-4e92-a414-36ac43bdd581") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c39236eb-f49d-46ff-8e6d-b1c01e9ced1e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd28df2") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "057af6bb-cf6f-4bfb-b0c0-2e92a2c09a47") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "935f462d-8b1e-4005-9f1e-17f537ab1756") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb16d05e-318b-4e51-867b-70d791d75bea") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b044939-8c4d-444f-b9e0-a15fcdeb5a86") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0325ec43-0390-4ae2-b055-b1ec6ce17b1c") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "576c6616-e95d-4f1e-8ead-dea30fcdc8c2") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "89e83c2e-e90a-4a50-b278-880bac0cfb49") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e842263-c0ba-46fd-a760-6624d4c78278") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "173f6f06-e7d0-42ac-ab03-ce6b79b9eeee") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8c0807a7-765b-4fa5-baaa-e09a2b610e6b") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "309b3bff-19c8-41ec-a84d-63399c649f46") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4632212f-13ce-4392-bc68-ccb9ba333770") + ) + (fp_text user "${REFERENCE}" + (at -0.15 0 0) + (layer "F.Fab") + (uuid "a5e521b9-814e-4853-a5ac-f158785c6269") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "c1c799a0-3c93-493a-9ad7-8a0561bc69ee") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 44 "Net-(D13-Pad2)") + (uuid "262f1ea9-0133-4b43-be36-456207ea857c") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da45965") + (at 159.7 63.8) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D14" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "7a4ce4b3-518a-4819-b8b2-5127b3347c64") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Red" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "20c315f4-1e4f-49aa-8d61-778a7389df7e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a252eade-6c2a-42be-8351-0f9cb00ee763") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "67cd9478-260d-4722-965c-ec2c3031c36d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e936f322-0f81-499a-9434-a171238e13aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd2b4eb") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fd54105-4b7e-4004-9801-76ec66108a22") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29e058a7-50a3-43e5-81c3-bfee53da08be") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fd4442e-30b3-428b-9306-61418a63d311") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "feb26ecb-9193-46ea-a41b-d09305bf0a3e") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5cf2db29-f7ab-499a-9907-cdeba64bf0f3") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "382ca670-6ae8-4de6-90f9-f241d1337171") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9193c41e-d425-447d-b95c-6986d66ea01c") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "27d56953-c620-4d5b-9c1c-e48bc3d9684a") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6fb27cf-362d-4568-967c-a5bf49d5931b") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e0a03ae-d054-4f76-a131-5c09b8dc1636") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d0c1d66-35ef-4a53-a28f-436a11b54f42") + ) + (fp_text user "${REFERENCE}" + (at 0.05 0 0) + (layer "F.Fab") + (uuid "b0906e10-2fbc-4309-a8b4-6fc4cd1a5490") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "29195ea4-8218-44a1-b4bf-466bee0082e4") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 45 "Net-(D14-Pad2)") + (uuid "0ce8d3ab-2662-4158-8a2a-18b782908fc5") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da46046") + (at 150.2 65.3) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R12" + (at -2.6 0 0) + (layer "F.SilkS") + (uuid "7f52d787-caa3-4a92-b1b2-19d554dc29a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "101ef598-601d-400e-9ef6-d655fbb1dbfa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "88cf0634-26f2-47a8-b07d-d150bba48375") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0e9b73a-baa7-4b65-83b9-2d7f3477744e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e6433a8e-4e8e-4afa-bf69-0d9bc4871569") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd4c0dd") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c094494a-f6f7-43fc-a007-4951484ddf3a") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "35a9f71f-ba35-47f6-814e-4106ac36c51e") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9b3c58a7-a9b9-4498-abc0-f9f43e4f0292") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e40e8cef-4fb0-4fc3-be09-3875b2cc8469") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6781326c-6e0d-4753-8f28-0f5c687e01f9") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8029a4c-945d-42ca-871a-dd73ff50a1a3") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c701ee8e-1214-4781-a973-17bef7b6e3eb") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5b34a16c-5a14-4291-8242-ea6d6ac54372") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "15fe8f3d-6077-4e0e-81d0-8ec3f4538981") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 46 "/LED1") + (uuid "e65b62be-e01b-4688-a999-1d1be370c4ae") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 42 "Net-(D11-Pad2)") + (uuid "814763c2-92e5-4a2c-941c-9bbd073f6e87") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da46055") + (at 153 65.3) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R13" + (at 0.3 1.2 0) + (layer "F.SilkS") + (uuid "6284122b-79c3-4e04-925e-3d32cc3ec077") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "ca5a4651-0d1d-441b-b17d-01518ef3b656") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c526e99-4228-44d6-adf4-bfae846aa3f1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5441199b-6f80-494a-904c-f767cf3c9de5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b0bfd1c0-7769-4f17-9d19-76a6b05ead74") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd2a7f4") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee41cb8e-512d-41d2-81e1-3c50fff32aeb") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e518c2a-4cb7-4599-a1fa-5b9f847da7d3") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "644ae9fc-3c8e-4089-866e-a12bf371c3e9") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "099096e4-8c2a-4d84-a16f-06b4b6330e7a") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a13ab237-8f8d-4e16-8c47-4440653b8534") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87d7448e-e139-4209-ae0b-372f805267da") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "34a74736-156e-4bf3-9200-cd137cfa59da") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "41acfe41-fac7-432a-a7a3-946566e2d504") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 47 "/LED2") + (uuid "f4eb0267-179f-46c9-b516-9bfb06bac1ba") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 43 "Net-(D12-Pad2)") + (uuid "3a52f112-cb97-43db-aaeb-20afe27664d7") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da46064") + (at 155.9 65.3) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R14" + (at 0.7 1.2 0) + (layer "F.SilkS") + (uuid "b447dbb1-d38e-4a15-93cb-12c25382ea53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "150R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "cfa5c16e-7859-460d-a0b8-cea7d7ea629c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "398dd04e-4233-43e4-9110-acb9039c1afe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8de0feb7-36cb-4023-a515-76c9bda42d9d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "83580ffa-fd6f-462f-87f9-200901d91b9a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd2c183") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "240e5dac-6242-47a5-bbef-f76d11c715c0") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0351df45-d042-41d4-ba35-88092c7be2fc") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aa2ea573-3f20-43c1-aa99-1f9c6031a9aa") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f40d350f-0d3e-4f8a-b004-d950f2f8f1ba") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "676efd2f-1c48-4786-9e4b-2444f1e8f6ff") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "37e8181c-a81e-498b-b2e2-0aef0c391059") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d9a3ecc-539f-41da-8099-d37cea9c28e7") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e472dac4-5b65-4920-b8b2-6065d140a69d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 48 "/LED3") + (uuid "2d67a417-188f-4014-9282-000265d80009") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 44 "Net-(D13-Pad2)") + (uuid "14c51520-6d91-4098-a59a-5121f2a898f7") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da46073") + (at 159 65.3) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R15" + (at 0.7 1.2 0) + (layer "F.SilkS") + (uuid "2dc272bd-3aa2-45b5-889d-1d3c8aac80f8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "150R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "6c2d26bc-6eca-436c-8025-79f817bf57d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d2a6d4d0-5274-4b9b-8b64-c4be0194d9bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c01d541d-0d45-4d48-9887-752f7b58f1c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63853a76-87e4-4d0e-bad0-2ce1fea9396b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd2c5c3") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "14769dc5-8525-4984-8b15-a734ee247efa") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e43dbe34-ed17-4e35-a5c7-2f1679b3c415") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "19c56563-5fe3-442a-885b-418dbc2421eb") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "21ae9c3a-7138-444e-be38-56a4842ab594") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5bcace5d-edd0-4e19-92d0-835e43cf8eb2") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb24efdd-07c6-4317-9277-131625b065ac") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd065eaf-e495-4837-bdb3-129934de1fc7") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ec113ca-7d27-4b14-a180-1e5e2fd1c167") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c7e7067c-5f5e-48d8-ab59-df26f9b35863") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 49 "/LED4") + (uuid "7cee474b-af8f-4832-b07a-c43c1ab0b464") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 45 "Net-(D14-Pad2)") + (uuid "9cb12cc8-7f1a-4a01-9256-c119f11a8a02") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Sensor:Aosong_DHT11_5.5x12.0_P2.54mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da4df01") + (at 129.9 84.1 90) + (descr "Temperature and humidity module, http://akizukidenshi.com/download/ds/aosong/DHT11.pdf") + (tags "Temperature and humidity module") + (property "Reference" "U4" + (at -1 -3.5 90) + (layer "F.SilkS") + (uuid "85b7594c-358f-454b-b2ad-dd0b1d67ed76") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "DHT11" + (at 0 11.3 90) + (layer "F.Fab") + (uuid "16bd6381-8ac0-4bf2-9dce-ecc20c724b8d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f390890c-39e2-40f5-b520-ec047c76a40b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b416277c-55c2-496e-8a1b-d12fcec7ea13") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dcfd8b23-656c-45b9-bcba-d5a3494455b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ddc2bf4") + (attr through_hole) + (fp_line + (start -3.16 -2.6) + (end -1.55 -2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "770ad51a-7219-4633-b24a-bd20feb0a6c5") + ) + (fp_line + (start -3.16 -2.6) + (end -3.16 -0.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b7199d9b-bebb-4100-9ad3-c2bd31e21d65") + ) + (fp_line + (start 2.88 -2.32) + (end 2.88 9.94) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a650ebf-3f78-4ca4-a26b-a5028693e36d") + ) + (fp_line + (start -2.87 -2.32) + (end 2.87 -2.32) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d928d56-093a-4ca8-aed1-414b7e703b45") + ) + (fp_line + (start 2.88 9.94) + (end -2.88 9.94) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "730b670c-9bcf-4dcd-9a8d-fcaa61fb0955") + ) + (fp_line + (start -2.88 9.94) + (end -2.88 -2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "abe07c9a-17c3-43b5-b7a6-ae867ac27ea7") + ) + (fp_line + (start 3 -2.44) + (end 3 10.06) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "965308c8-e014-459a-b9db-b8493a601c62") + ) + (fp_line + (start -3 -2.44) + (end 3 -2.44) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0c3dceba-7c95-4b3d-b590-0eb581444beb") + ) + (fp_line + (start 3 10.06) + (end -3 10.06) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1c649b1-f44d-46c7-9dea-818e75a1b87e") + ) + (fp_line + (start -3 10.06) + (end -3 -2.44) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f3628265-0155-43e2-a467-c40ff783e265") + ) + (fp_line + (start 2.75 -2.19) + (end 2.75 9.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec") + ) + (fp_line + (start -1.75 -2.19) + (end 2.75 -2.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a5cd8da1-8f7f-4f80-bb23-0317de562222") + ) + (fp_line + (start -2.75 -1.19) + (end -1.75 -2.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6595b9c7-02ee-4647-bde5-6b566e35163e") + ) + (fp_line + (start -2.75 -1.19) + (end -2.75 9.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca87f11b-5f48-4b57-8535-68d3ec2fe5a9") + ) + (fp_line + (start 2.75 9.81) + (end -2.75 9.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "01e9b6e7-adf9-4ee7-9447-a588630ee4a2") + ) + (fp_text user "${REFERENCE}" + (at 0 3.81 90) + (layer "F.Fab") + (uuid "16a9ae8c-3ad2-439b-8efe-377c994670c7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+3V3") + (uuid "e6b860cc-cb76-4220-acfb-68f1eb348bfa") + ) + (pad "2" thru_hole circle + (at 0 2.54 90) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "/DHT_IO") + (uuid "789ca812-3e0c-4a3f-97bc-a916dd9bce80") + ) + (pad "3" thru_hole circle + (at 0 5.08 90) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "e4c6fdbb-fdc7-4ad4-a516-240d84cdc120") + ) + (pad "4" thru_hole circle + (at 0 7.62 90) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "db36f6e3-e72a-487f-bda9-88cc84536f62") + ) + (model "${KISYS3DMOD}/Sensor.3dshapes/Aosong_DHT11_5.5x12.0_P2.54mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da51b2e") + (at 126.2 83.6 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R16" + (at 2.5 0 0) + (layer "F.SilkS") + (uuid "8412992d-8754-44de-9e08-115cec1a3eff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "df32840e-2912-4088-b54c-9a85f64c0265") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d0ee19e9-f499-47a8-a059-d81cb29de534") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9cefa795-529e-4c00-9290-9c050d80ab1f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "98f7d13f-32bd-4ecf-a1bd-18a02855587a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ddecba7") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "70e15522-1572-4451-9c0d-6d36ac70d8c6") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3d7e298-1d39-4294-a3ab-c84cc0dc5e5a") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "911bdcbe-493f-4e21-a506-7cbc636e2c17") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6d26d68f-1ca7-4ff3-b058-272f1c399047") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9f8381e9-3077-4453-a480-a01ad9c1a940") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b96fe6ac-3535-4455-ab88-ed77f5e46d6e") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c332fa55-4168-4f55-88a5-f82c7c21040b") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "68877d35-b796-44db-9124-b8e744e7412e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "dde51ae5-b215-445e-92bb-4a12ec410531") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 50 "/DHT_IO") + (uuid "4fb21471-41be-4be8-9687-66030f97befc") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "7599133e-c681-4202-85d9-c20dac196c64") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbde418") + (at 121.8 89.408 -90) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q3" + (at -5.842 -29.838 90) + (layer "F.SilkS") + (uuid "541721d1-074b-496e-a833-813044b3e8ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GSD" + (at 0 2.5 90) + (layer "F.Fab") + (uuid "d05faa1f-5f69-41bf-86d3-2cd224432e1b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a29ad79-7e21-489a-af2f-76d2c267a8e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "abae7444-d59d-48d9-a93b-f144a5a8ef21") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52014001-2122-4906-b4b7-4c6f9872673e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da71c46") + (attr smd) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca6e2466-a90a-4dab-be16-b070610e5087") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd1edfbb-5fb6-42cd-b740-fd54ab3ef1f1") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "42d3f9d6-2a47-41a8-b942-295fcb83bcd8") + ) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "851f3d61-ba3b-4e6e-abd4-cafa4d9b64cb") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9a8ad8bb-d9a9-4b2b-bc88-ea6fd2676d45") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1cc5480b-56b7-4379-98e2-ccafc88911a7") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7bea05d4-1dec-4cd6-aa53-302dde803254") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a5362821-c161-4c7a-a00c-40e1d7472d56") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b7aa0362-7c9e-4a42-b191-ab15a38bf3c5") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f424da3-8fae-4941-bc6d-20044787372f") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3bca658b-a598-4669-a7cb-3f9b5f47bb5a") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "41485de5-6ed3-4c83-b69e-ef83ae18093c") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bef2abc2-bf3e-4a72-ad03-f8da3cd893cb") + ) + (fp_text user "${REFERENCE}" + (at 0 0.008 0) + (layer "F.Fab") + (uuid "d18f2428-546f-4066-8ffb-7653303685db") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 25 "Net-(Q3-Pad1)") + (uuid "f4a1ab68-998b-43e3-aa33-40b58210bc99") + ) + (pad "2" smd rect + (at -1 0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "12fa3c3f-3d14-451a-a6a8-884fd1b32fa7") + ) + (pad "3" smd rect + (at 1 0 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 17 "Net-(D3-Pad2)") + (uuid "d95c6650-fcd9-4184-97fe-fde43ea5c0cd") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff19") + (at 121.158 86.36) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R17" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "a544eb0a-75db-4baf-bf54-9ca21744343b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "1a6d2848-e78e-49fe-8978-e1890f07836f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "064c11f4-6c44-4c4e-a0eb-ce3390797ffc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8d56a0e3-08e5-4794-b691-5c8bd54ed87a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "23ae0510-b472-4b91-9484-f1217369f00f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc11a04") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4780a290-d25c-4459-9579-eba3f7678762") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e023245-2c2b-4e2b-bfb9-5d35176e88f2") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "df68c26a-03b5-4466-aecf-ba34b7dce6b7") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "babeabf2-f3b0-4ed5-8d9e-0215947e6cf3") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "12422a89-3d0c-485c-9386-f77121fd68fd") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7d34f6b1-ab31-49be-b011-c67fe67a8a56") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e06ba1f-e3ba-4eb9-a10e-887dffd566d6") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40165eda-4ba6-4565-9bb4-b9df6dbb08da") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e8c50f1b-c316-4110-9cce-5c24c65a1eaa") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "aca4de92-9c41-4c2b-9afa-540d02dafa1c") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 34 "/CH_1") + (uuid "d7269d2a-b8c0-422d-8f25-f79ea31bf75e") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff28") + (at 136.271 88.138 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R18" + (at -0.381 2.032 0) + (layer "F.SilkS") + (uuid "9e1b837f-0d34-4a18-9644-9ee68f141f46") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "63ff1c93-3f96-4c33-b498-5dd8c33bccc0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5fdc981-536d-4933-ab1a-e1656669f375") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8af83c48-2adb-435c-9055-52afc92e7705") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b85669ae-2178-4e4b-a49f-317756992b50") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc2cc35") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6bfe5804-2ef9-4c65-b2a7-f01e4014370a") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0eca5ed-bc5e-4618-9bcd-80945bea41ed") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bd5408e4-362d-4e43-9d39-78fb99eb52c8") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0217dfc4-fc13-4699-99ad-d9948522648e") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8da933a9-35f8-42e6-8504-d1bab7264306") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f215f15-3d52-4c91-93e6-3ea03a95622f") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b88717bd-086f-46cd-9d3f-0396009d0996") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "61fe293f-6808-4b7f-9340-9aaac7054a97") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "1d9cdadc-9036-4a95-b6db-fa7b3b74c869") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "24f7628d-681d-4f0e-8409-40a129e929d9") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 35 "/CH_3") + (uuid "3a7648d8-121a-4921-9b92-9b35b76ce39b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff37") + (at 144.399 83.439) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R19" + (at -2.921 0 0) + (layer "F.SilkS") + (uuid "6441b183-b8f2-458f-a23d-60e2b1f66dd6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "31e08896-1992-4725-96d9-9d2728bca7a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b17f3d7-653a-43f3-905b-6eb644202341") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "51bf1ad5-7ce4-4137-b9bd-f6ee571b4129") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1de27bc0-c107-4a5a-99d0-e4011d7e1850") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc3c60f") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5528bcad-2950-4673-90eb-c37e6952c475") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7bbf981c-a063-4e30-8911-e4228e1c0743") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7edc9030-db7b-43ac-a1b3-b87eeacb4c2d") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "08a7c925-7fae-4530-b0c9-120e185cb318") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "852dabbf-de45-4470-8176-59d37a754407") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5352a33-563a-4ffe-a231-2e68fb54afa3") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66043bca-a260-4915-9fce-8a51d324c687") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d6db888-4e40-41c8-b701-07170fc894bc") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4a4ec8d9-3d72-4952-83d4-808f65849a2b") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "f2c93195-af12-4d3e-acdf-bdd0ff675c24") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 36 "/CH_5") + (uuid "cbd8faed-e1f8-4406-87c8-58b2c504a5d4") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff46") + (at 145.923 77.47 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R20" + (at 0.635 -1.016 90) + (layer "F.SilkS") + (uuid "e857610b-4434-4144-b04e-43c1ebdc5ceb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "6c2e273e-743c-4f1e-a647-4171f8122550") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "be189d35-c099-4aac-867b-c5c11fc08fac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ada0c31-748e-4c79-8d74-8e0437385bfb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "da63b177-f300-4f4e-bf6a-4c48014a34b3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc4c346") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0515cd2-cdaa-467e-8354-0f6eadfa35c9") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42713045-fffd-4b2d-ae1e-7232d705fb12") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1bf544e3-5940-4576-9291-2464e95c0ee2") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9157f4ae-0244-4ff1-9f73-3cb4cbb5f280") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7aed3a71-054b-4aaa-9c0a-030523c32827") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "666713b0-70f4-42df-8761-f65bc212d03b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "97fe9c60-586f-4895-8504-4d3729f5f81a") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 37 "/CH_7") + (uuid "bdc7face-9f7c-4701-80bb-4cc144448db1") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff55") + (at 127.381 88.265) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R21" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f28f8766-4274-4aba-a7b2-0fc9366e8166") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b20ef9ae-c3bd-4045-87a8-4b522b209e15") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31703db3-38f4-4f8a-90bd-0e0a5f513997") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc1f7ef") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe8d9267-7834-48d6-a191-c8724b2ee78d") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d57dcfee-5058-4fc2-a68b-05f9a48f685b") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "03c52831-5dc5-43c5-a442-8d23643b46fb") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "29e78086-2175-405e-9ba3-c48766d2f50c") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 38 "/CH_2") + (uuid "a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff64") + (at 142.748 86.868 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R22" + (at 0 -1.17 90) + (layer "F.SilkS") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "90a90850-7b70-46be-bfdb-adb90c8695b1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00237df5-460d-41cb-beaf-88e400450d59") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bfd90340-2725-4606-9b0b-5d9e7077ff09") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc350ea") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a3e4f0ae-9f86-49e9-b386-ed8b42e012fb") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a690fc6c-55d9-47e6-b533-faa4b67e20f3") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 39 "/CH_4") + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff73") + (at 144.399 82.042) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R23" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "c022004a-c968-410e-b59e-fbab0e561e9d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "47baf4b1-0938-497d-88f9-671136aa8be7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "14689f2c-411f-4cc7-9198-d0ebba087cbc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cc4958b9-b16e-467a-93a5-94f4fa43fd44") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a8f9ea58-5c81-465b-b417-2a1f4a014913") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc44260") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 40 "/CH_6") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff82") + (at 147.32 68.857 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R24" + (at -1.293 1.27 90) + (layer "F.SilkS") + (uuid "983c426c-24e0-4c65-ab69-1f1824adc5c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "c1d83899-e380-49f9-a87d-8e78bc089ebf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c702c51-3cfa-4761-805e-b07af6466520") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "21463b57-5530-43e7-aa5d-c4bbf63c26c7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "50f518c6-c619-42b5-b299-e38fa7df6b43") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc54548") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5cbb5968-dbb5-4b84-864a-ead1cacf75b9") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3f5fe6b7-98fc-4d3e-9567-f9f7202d1455") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "afb8e687-4a13-41a1-b8c0-89a749e897fe") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "62c076a3-d618-44a2-9042-9a08b3576787") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "da469d11-a8a4-414b-9449-d151eeaf4853") + ) + (fp_text user "${REFERENCE}" + (at 0.149 0 90) + (layer "F.Fab") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 41 "/CH_8") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbe133c") + (at 149.8 70.3) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q10" + (at -0.702 -2.482 0) + (layer "F.SilkS") + (uuid "fa00d3f4-bb71-4b1d-aa40-ae9267e2c41f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 0) + (layer "F.Fab") + (uuid "616287d9-a51f-498c-8b91-be46a0aa3a7f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "626ba196-1848-4767-a1d9-07be8fd66afa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63c8171d-8900-4c19-81e7-ca042bbf1dcd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20ad4279-166b-4261-a695-70186a9ab33d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b092") + (attr smd) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3e57b728-64e6-4470-8f27-a43c0dd85050") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be41ac9e-b8ba-4089-983b-b84269707f1c") + ) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bac7c5b3-99df-445a-ade9-1e608bbbe27e") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31f91ec8-56e4-4e08-9ccd-012652772211") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "98861672-254d-432b-8e5a-10d885a5ffdc") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c9169cc-3a77-4ae0-8afc-cbfc472a28c5") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5e7c3a32-8dda-4e6a-9838-c94d1f165575") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5f31b97b-d794-46d6-bbd9-7a5638bcf704") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a599509f-fbb9-4db4-9adf-9e96bab1138d") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1cb22080-0f59-4c18-a6e6-8685ef44ec53") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "235067e2-1686-40fe-a9a0-61704311b2b1") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8bdea5f6-7a53-427a-92b8-fd15994c2e8c") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "701e1517-e8cf-46f4-b538-98e721c97380") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "75b944f9-bf25-4dc7-8104-e9f80b4f359b") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 32 "Net-(Q10-Pad1)") + (uuid "e87738fc-e372-4c48-9de9-398fd8b4874c") + ) + (pad "2" smd rect + (at -1 0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "84d4e166-b429-409a-ab37-c6a10fd82ff5") + ) + (pad "3" smd rect + (at 1 0) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 24 "Net-(D10-Pad2)") + (uuid "2165c9a4-eb84-4cb6-a870-2fdc39d2511b") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 102.87 57.785) + (end 102.87 98.425) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005da32e80") + ) + (gr_line + (start 106.68 102.235) + (end 158.75 102.235) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005da32e81") + ) + (gr_line + (start 162.56 98.425) + (end 162.56 57.785) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005da32e82") + ) + (gr_line + (start 117.975 53.975) + (end 118 54) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005da33440") + ) + (gr_line + (start 151.025 53.975) + (end 151 54) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005da33442") + ) + (gr_line + (start 158.75 53.975) + (end 151.025 53.975) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "020b7e1f-8bb0-4882-91d4-7894bf18db84") + ) + (gr_arc + (start 106.68 102.235) + (mid 103.985923 101.119077) + (end 102.87 98.425) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "08ac4c42-16f0-4513-b91e-bf0b3a111257") + ) + (gr_arc + (start 102.87 57.785) + (mid 103.985923 55.090923) + (end 106.68 53.975) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "133d5403-9be3-4603-824b-d3b76147e745") + ) + (gr_arc + (start 162.56 98.425) + (mid 161.444077 101.119077) + (end 158.75 102.235) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "4fc3183f-297c-42b7-b3bd-25a9ea18c844") + ) + (gr_line + (start 119.5 61) + (end 149.5 61) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "84d5cf13-52aa-4648-82e7-8be6e886a6b2") + ) + (gr_arc + (start 158.75 53.975) + (mid 161.444077 55.090923) + (end 162.56 57.785) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "9b315454-a4a0-4952-bdbe-d4a8e96c16f9") + ) + (gr_line + (start 106.68 53.975) + (end 117.975 53.975) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "a2a4b1ad-c51a-492d-9e99-410eec4f55a3") + ) + (gr_line + (start 149.5 61) + (end 151 54) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "b9f8b708-1745-43ec-9646-59495cbc6e07") + ) + (gr_line + (start 118 54) + (end 119.5 61) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "de2abbd8-9b48-47ba-b77e-4c65ca048af6") + ) + (gr_text "Rev 2" + (at 134.62 76.2 0) + (layer "B.SilkS") + (uuid "0ab1512b-eb91-4574-b11f-326e0ff10082") + (effects + (font + (size 1 1) + (thickness 0.15) + (italic yes) + ) + (justify mirror) + ) + ) + (gr_text "WiredHut ${gh} ${date}\nLight Control / Temperature Humidity Sensor" + (at 134.62 73.66 0) + (layer "B.SilkS") + (uuid "9a458d6a-a84c-4faf-913e-90bab231d3f8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "12V Gnd" + (at 103.5 83.2 270) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005da425a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "5:+ -" + (at 150.7 101.5 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005da425aa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Gnd" + (at 105.8 94.65 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005da4c492") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "6:+ -" + (at 161.4 88.5 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005da4c49d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "8:+ -" + (at 161.4 71.5 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005da4c4a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Vcc" + (at 111.3 94.7 0) + (layer "F.SilkS") + (uuid "1a734ace-0cd0-489a-9380-915322ff12bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Vin" + (at 108.7 94.7 0) + (layer "F.SilkS") + (uuid "20e1c48c-ae14-4a88-835e-87633cbb6a1c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "4:+ -" + (at 142.3 101.5 0) + (layer "F.SilkS") + (uuid "3db00451-fbc3-4980-9f8f-a31cdc894554") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "12V Gnd" + (at 103.6 75.1 270) + (layer "F.SilkS") + (uuid "4d6dfe4f-0070-449e-bb5c-a3b1d4b26ba7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "2:+ -" + (at 126.1 101.5 0) + (layer "F.SilkS") + (uuid "66ee8aac-1ba7-441e-b772-397a32c7c475") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "1:+ -" + (at 117.6 101.5 0) + (layer "F.SilkS") + (uuid "7e232027-e1fd-4d55-a751-dd67130d7d22") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Reset" + (at 114.1 54.9 0) + (layer "F.SilkS") + (uuid "c11e04e4-f63f-46b9-9a9c-9c7df49e614a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "7:+ -" + (at 161.4 80.1 90) + (layer "F.SilkS") + (uuid "cdea6ba1-cc65-46ec-9776-a403fa76c4fe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "3:+ -" + (at 134.5 101.5 0) + (layer "F.SilkS") + (uuid "fa7e24a1-3452-454e-88a7-8a0ff878392a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (segment + (start 142.866 62.103) + (end 144.903 62.103) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "02b1295e-cf95-47ff-9c57-f8ada28f2e94") + ) + (segment + (start 118.0125 82.0875) + (end 117.2 82.9) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "0588e431-d56d-4df4-9ffd-6cd4bba412cb") + ) + (segment + (start 147.64 88.916) + (end 146.828 88.916) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "0aa1e38d-f07a-4820-b628-a171234563bb") + ) + (segment + (start 111.991 62.461) + (end 112.395 62.865) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "0e18138e-f1a3-4288-bb34-3b6bcfb64ff6") + ) + (segment + (start 147.32 68.372) + (end 147.32 67.564) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "14a3cbec-b1b9-4736-8e00-ba5be98954ab") + ) + (segment + (start 125.866 62.103) + (end 123.086 62.103) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "15a0f067-831a-4ddb-bdef-5fb7df267d8f") + ) + (segment + (start 116.8125 71.3) + (end 116 71.3) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "15e1670d-9e79-4a5e-88ad-fbbb238a3e8a") + ) + (segment + (start 140.95 88.662) + (end 140.95 89.174) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "1a85ffd6-ef8b-418f-990e-456d1ffab00e") + ) + (segment + (start 122.936 62.253) + (end 121.666 62.253) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "1ab4dceb-24cc-4050-aa74-e8fbb39d3760") + ) + (segment + (start 148.3434 78.359) + (end 148.8 77.9024) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "1cbbfee4-06dd-44ee-af91-d336edf2459c") + ) + (segment + (start 140.95 89.174) + (end 140.462 89.662) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "1f01b2a1-9ae4-4793-9d17-5ed5c0966b9f") + ) + (segment + (start 111.2 70.335) + (end 112.2 70.335) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "2e0f69a6-955c-44f2-af4d-b4ad566ef54b") + ) + (segment + (start 120.87609 62.25791) + (end 120.65 62.484) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "3675ad1a-972f-4046-b23a-e6ca04304035") + ) + (segment + (start 113.154 65.29) + (end 113.904 66.04) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "3b19a97f-624a-48d9-8072-15bdeede0fff") + ) + (segment + (start 126.896 87.653) + (end 126.873 87.63) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "3bdaeac5-b4b7-4a96-b0da-b5e1b46798c2") + ) + (segment + (start 143.914 83.439) + (end 143.129 83.439) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "4375ab9a-cebb-448a-bb75-1fa4fe977171") + ) + (segment + (start 107.3475 67.34) + (end 108.4 68.3925) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "47be24ee-e15b-4cee-b84b-350111ac1499") + ) + (segment + (start 108.4 68.3925) + (end 108.4 68.7) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "49b38f13-9789-4c6d-bbd5-2c69a9e19e69") + ) + (segment + (start 117 56.291) + (end 116.3476 56.291) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "4aee84d1-0859-48ac-a053-5a981ee1b24a") + ) + (segment + (start 152.4125 63.8) + (end 152.4125 62.0875) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "4d55ddc7-73be-49f7-98ea-a0ba474cbdb0") + ) + (segment + (start 127.25 89.678) + (end 126.508 89.678) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "4e66ba18-389e-4ff9-97c1-8bd8fb047a01") + ) + (segment + (start 115.3 72) + (end 114.2 72) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "55ac7ee1-f461-406b-8cf5-da47a7717180") + ) + (segment + (start 137.6 84.1) + (end 138.7 83) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "57121f1d-c971-4830-b974-00f7d706f0c9") + ) + (segment + (start 148.8 83.45) + (end 149.595 83.45) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "59058a09-f800-497d-b8e1-cdf9632c6766") + ) + (segment + (start 127.8 81) + (end 127 80.2) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "59142adb-6887-41fc-851e-9a7f51511d60") + ) + (segment + (start 148.8 71.25) + (end 148.8 71.037) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "5ef603f2-8407-4088-9f29-0b64dd4b046f") + ) + (segment + (start 116.3476 56.291) + (end 111 56.291) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "5fc4054a-b929-433e-a947-747fb7ed003d") + ) + (segment + (start 143.914 82.042) + (end 143.383 82.042) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "61eb7a4f-888e-4082-9c74-1d94f58e7c05") + ) + (segment + (start 113.135 70.335) + (end 113.4 70.6) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "61fae217-e18a-4e68-8630-42cc06a8ba2f") + ) + (segment + (start 155.7125 61.5125) + (end 155.3 61.1) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "624c6565-c4fd-4d29-87af-f77dd1ba0898") + ) + (segment + (start 144.903 62.103) + (end 145.8 63) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "69f75991-c8c0-49a9-aed8-daa6ca9a5d73") + ) + (segment + (start 117.602 67.056) + (end 117.602 68.072) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "6ae901e7-3f37-4fdc-9fbb-f82666744826") + ) + (segment + (start 136.756 87.907) + (end 137.16 87.503) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "6f3f676d-a47a-4e8c-8d6e-02275a3490d7") + ) + (segment + (start 106.8725 67.34) + (end 107.3475 67.34) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "71079b24-2e2e-494b-a607-86ccdae75c6e") + ) + (segment + (start 137.52 84.1) + (end 137.6 84.1) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "76862e4a-1816-475c-9943-666036c637f7") + ) + (segment + (start 146.343 77.955) + (end 146.747 78.359) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "76ee303c-1cfc-45a8-ae72-af3efaba6c47") + ) + (segment + (start 149.595 83.45) + (end 149.606 83.439) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "7c11b885-29b4-4eb2-b782-dde8e3724f0c") + ) + (segment + (start 114.15 72.05) + (end 114.2 72) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "7c3df708-fb44-40cc-b435-cd67e8cec48a") + ) + (segment + (start 118.6 82.0875) + (end 118.0125 82.0875) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "8019bb27-2172-4d60-932e-7bd55a890b6c") + ) + (segment + (start 132.623 89.5) + (end 132.588 89.535) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "835d4ac3-3fb1-48d9-8c28-6093fe917376") + ) + (segment + (start 148.8 77.9024) + (end 148.8 77.35) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "844f01a0-ac23-4a99-910e-4e91c579bb2b") + ) + (segment + (start 145.923 77.955) + (end 146.343 77.955) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "872313a4-03e6-4e4a-b850-f54dcb50f9fc") + ) + (segment + (start 111.9665 65.29) + (end 113.154 65.29) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "87f44303-a6e8-48e5-bb6d-f89abb09a999") + ) + (segment + (start 128.4 81) + (end 127.8 81) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "8e715b73-353f-4cfc-aa33-1eac54b89b6c") + ) + (segment + (start 120.65 62.484) + (end 120.65 63.754) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "92ec60c8-e914-4456-8d37-4b88fc0eb9c6") + ) + (segment + (start 142.748 85.979) + (end 142.494 85.725) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "934c5f28-c928-4621-8122-b999b3ed10dd") + ) + (segment + (start 148.8 77.35) + (end 149.486 77.35) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "9ed54841-4bec-491f-817d-b7e8b25ca06c") + ) + (segment + (start 133.65 89.5) + (end 132.623 89.5) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "aae29862-3850-48eb-b7a8-38a62a8029dd") + ) + (segment + (start 111.01 65.29) + (end 110.744 65.024) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "aaf0fd50-bb22-4408-be5a-88f5ba4193be") + ) + (segment + (start 111.9665 65.29) + (end 111.01 65.29) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "acd72527-a657-482d-a530-89a1347375fc") + ) + (segment + (start 127 80.2) + (end 126 80.2) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "b6f041a4-3ea0-418b-94a2-50c938beafa2") + ) + (segment + (start 121.666 62.253) + (end 120.881 62.253) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "b7ed4c31-5417-4fb5-9261-7dca42c1c776") + ) + (segment + (start 128.651 80.749) + (end 128.4 81) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "baa534a0-611b-4c48-8e86-5106dc852bd8") + ) + (segment + (start 120.881 62.253) + (end 120.87609 62.25791) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "bb5e8a0f-2ed5-4c2a-91b7-cb63c4c66e15") + ) + (segment + (start 149.1125 63.8) + (end 147.8 63.8) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "bb673c7a-d2b0-45b0-bfe2-0b113c092a77") + ) + (segment + (start 111.506 62.461) + (end 111.991 62.461) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "bbb99edd-f016-43ea-b1c7-0bcdd1915ee8") + ) + (segment + (start 126.508 89.678) + (end 125.984 89.154) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "bf26cee8-9c9f-4547-9a40-e7028b986d1e") + ) + (segment + (start 149.486 77.35) + (end 149.733 77.597) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "c2e901e5-a4cd-4374-af38-0566255ecbea") + ) + (segment + (start 112.2 70.335) + (end 113.135 70.335) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "cce1404b-fc30-47cc-b852-e0061990f2bb") + ) + (segment + (start 111 56.291) + (end 111 55.4) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "d4876469-b949-49ce-b8fe-43cb458692a4") + ) + (segment + (start 155.7125 63.8) + (end 155.7125 61.5125) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "d68589fa-205b-4356-a20d-821c85f5f45e") + ) + (segment + (start 104.1725 63.14) + (end 104.1725 65.04) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "d9198b20-68ab-4f03-9039-95a74aeba0d6") + ) + (segment + (start 152.4125 62.0875) + (end 153.4 61.1) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "d9ad01c4-9416-4b1f-8447-afc1d446fa8a") + ) + (segment + (start 126.896 88.265) + (end 126.896 87.653) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "da7e6488-201f-4286-b86a-ca5aced3697a") + ) + (segment + (start 104.1725 67.04) + (end 104.1725 68.94) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "dbfb14d7-1f97-4dd2-9004-1d129d3b4221") + ) + (segment + (start 120.85 88.408) + (end 120.85 87.576) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "dc0df782-a446-4364-8dc7-0190637b5f77") + ) + (segment + (start 148.8 71.037) + (end 149.352 70.485) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "dd4f23cd-8f89-457c-8b93-3828f8c20a8d") + ) + (segment + (start 123.086 62.103) + (end 122.936 62.253) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "de5c2064-b9e1-4057-a8cc-9308019ef4d3") + ) + (segment + (start 146.828 88.916) + (end 146.558 88.646) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "e0692317-3143-4681-97c6-8fbe46592f31") + ) + (segment + (start 136.756 88.138) + (end 136.756 87.907) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "e62e65e6-b466-4769-8746-eb8cd9450c76") + ) + (segment + (start 104.1725 65.04) + (end 104.1725 67.04) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "e6cd2cdd-d49b-4491-8a15-4c46254b5c0a") + ) + (segment + (start 143.383 82.042) + (end 143.256 82.169) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "e75a90f1-d275-4ca6-86ea-4b6dddffab59") + ) + (segment + (start 120.142 86.36) + (end 119.888 86.106) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "ea8efd53-9e19-4e37-86f5-e6c0c681f735") + ) + (segment + (start 128.651 79.613) + (end 128.651 80.749) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "edb2db40-12f7-45b3-a514-2a1299ac0231") + ) + (segment + (start 116 71.3) + (end 115.3 72) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "f1128c56-7c01-4d79-834b-ceab4dc35180") + ) + (segment + (start 120.673 86.36) + (end 120.142 86.36) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "f11a78b7-152e-46cf-81d1-bc8194db05a9") + ) + (segment + (start 158.9125 63.2125) + (end 156.9 61.2) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "f205e125-3760-485b-b76a-dc2502dc5679") + ) + (segment + (start 120.85 87.576) + (end 120.777 87.503) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "f2a44eaf-666f-422c-bb4d-a717499c3d1a") + ) + (segment + (start 114.15 73.5) + (end 114.15 72.05) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "f364b99f-4502-4cba-a96d-4ed35ad108b5") + ) + (segment + (start 142.748 86.383) + (end 142.748 85.979) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "f413d088-6fb9-4a8a-88fd-666ff68b7fdf") + ) + (segment + (start 158.9125 63.8) + (end 158.9125 63.2125) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "f60d71f9-9a8e-4a62-960d-f7b9664aea76") + ) + (segment + (start 146.747 78.359) + (end 148.3434 78.359) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "f8e9fc00-8f60-4688-b1c9-6de1e4c0c204") + ) + (via + (at 140.462 89.662) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "0674c5a1-ca4b-4b6b-aa60-3847e1a37d52") + ) + (via + (at 147.32 67.564) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "121b7b08-bed9-441b-b060-efed31f37089") + ) + (via + (at 108.4 68.7) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "245a6fb4-6361-4438-82ca-8861d43ca7f5") + ) + (via + (at 126 80.2) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "25247d0c-5910-484b-9651-5750d422a450") + ) + (via + (at 113.4 70.6) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "296ded40-ed53-4798-8db4-dad7b794226b") + ) + (via + (at 156.9 61.2) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "337d1242-91ab-4446-8b9e-7609c6a49e3c") + ) + (via + (at 149.733 77.597) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "33891c62-a79f-4243-b776-6be292690ac3") + ) + (via + (at 113.904 66.04) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "44509293-79e2-4fab-8860-b0cecb591afa") + ) + (via + (at 117.2 82.9) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "45676199-bb82-4d58-98c1-b606deb355be") + ) + (via + (at 155.3 61.1) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "5290e0d7-1f24-4c0b-91ff-28c5a304ab9a") + ) + (via + (at 142.494 85.725) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "567a04d6-5dce-4e5f-9e8e-f34010ecea5b") + ) + (via + (at 127 80.2) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "5b04e20f-8575-4362-b040-2e2133d670c8") + ) + (via + (at 145.8 63) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "617edc57-1dbf-4296-b365-6d76f68a1c0f") + ) + (via + (at 147.8 63.8) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "62a1b97d-067d-487c-835b-0166330d25fe") + ) + (via + (at 149.606 83.439) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "637c5908-9371-4d80-a19b-036e111ef5cd") + ) + (via + (at 112.395 62.865) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "6f78c1fb-f693-4737-b750-74e50c35a564") + ) + (via + (at 110.744 65.024) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "7684f860-395c-40b3-8cc0-a644dcdbc220") + ) + (via + (at 111 55.4) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "811f5389-c208-4640-ab1a-b454491bb330") + ) + (via + (at 114.2 72) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "927b1eb6-e6f4-412f-9a58-8dc81a4889a0") + ) + (via + (at 143.129 83.439) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "9475edbb-286b-4bed-b5f0-0b68a18bdc52") + ) + (via + (at 120.777 87.503) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "9fa58e42-4d1f-4e7f-a5a2-6fc9857446e3") + ) + (via + (at 117.602 68.072) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "acfcaba7-a8b8-4c21-a793-d3e0373f34dc") + ) + (via + (at 138.7 83) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "ad09de7f-a090-4e65-951a-7cf11f73b06d") + ) + (via + (at 153.4 61.1) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "ae293969-fa6d-4cb1-9969-16f8784d07e3") + ) + (via + (at 143.256 82.169) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "aeaaa120-9cc5-4520-9a70-067fbc8f5b7b") + ) + (via + (at 115.3 72) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "b14aea3f-7e9b-4416-ac0e-1c7beb3cd27c") + ) + (via + (at 149.352 70.485) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "bce25bd3-0fe5-4c8f-bd6c-39e2d62ee70a") + ) + (via + (at 126.873 87.63) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "ca2c5f3f-362b-4808-b8c2-86726d31aa11") + ) + (via + (at 125.984 89.154) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "cc5561df-9d20-4574-af60-64f10025a0ed") + ) + (via + (at 132.588 89.535) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "d0111086-5d68-4ab0-b707-7da6b263c90b") + ) + (via + (at 146.558 88.646) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "e2df2a45-3811-4210-89e0-9a66f3cb9430") + ) + (via + (at 119.888 86.106) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "ec13b96e-bc69-4de2-80ef-a515cc44afb5") + ) + (via + (at 120.65 63.754) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "f58fca4c-73af-416f-b236-f3bb62b8fd00") + ) + (via + (at 137.16 87.503) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "f7c5fcef-379b-481f-a910-961b8aba9e9d") + ) + (segment + (start 117.7 75.8) + (end 116.4 75.8) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "03d57b22-a0ad-4d3d-9d1c-5573371e6c2f") + ) + (segment + (start 121.666 63.223) + (end 122.278 63.223) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "06b6db7e-5210-41ec-a47b-0127ebbe0786") + ) + (segment + (start 125.871383 81.8) + (end 126.5 81.8) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "0f3121ae-1081-4d81-b548-dceafa613e21") + ) + (segment + (start 120.45 73.3625) + (end 118.3875 71.3) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "0fe3ebe2-61a9-477a-a657-d783c4c4d70e") + ) + (segment + (start 110.744 68.909) + (end 111.2 69.365) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "159c8092-f459-40eb-b409-c2cace814e6e") + ) + (segment + (start 110.744 67.31) + (end 110.764 67.29) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "2949af22-2432-469e-9f07-eee60be8acbd") + ) + (segment + (start 110.744 67.31) + (end 111.264 66.79) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "356199c8-c0f7-4995-bef0-53ad752a30c5") + ) + (segment + (start 110.236 62.461) + (end 110.236 63.119) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "39614f9f-2df5-492b-a093-45b7a48e295d") + ) + (segment + (start 111.264 66.79) + (end 111.9665 66.79) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "3997254a-8057-4464-ba07-e37f0720cbd8") + ) + (segment + (start 110.236 63.119) + (end 109.855 63.5) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "3cfddd47-0913-4692-89bb-8a69d22be5a7") + ) + (segment + (start 122.278 63.223) + (end 123.19 64.135) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "3f9f133b-59b8-4791-b0ab-6fa861da9e3f") + ) + (segment + (start 120.45 75.8) + (end 120.45 73.3625) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "56bbedad-6259-4443-b321-0ffa1f89c336") + ) + (segment + (start 111.535 69.365) + (end 112.2 69.365) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "644ebc55-9b92-49bd-8dfa-8a3a0dd8d76d") + ) + (segment + (start 128.8 84.1) + (end 126.5 81.8) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "66cc4ddc-a52d-4ad7-986e-68f000539802") + ) + (segment + (start 123.086 63.373) + (end 122.936 63.223) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "741879e3-3045-40c7-849d-7f437c35ee91") + ) + (segment + (start 110.764 67.29) + (end 111.9665 67.29) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "7983b95c-14e4-4dec-ab4e-09c81071d9de") + ) + (segment + (start 125.715 83.6) + (end 125.715 81.885) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "85ec87eb-bb51-43f3-adf5-d04ca264762d") + ) + (segment + (start 114.15 75.8) + (end 116.4 75.8) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "8eacb9d3-c41d-4b39-abd1-0bc8f2e97411") + ) + (segment + (start 125.8 81.8) + (end 125.871383 81.8) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "8f8bb641-6f96-48dd-a2de-b7e2aaf6efe0") + ) + (segment + (start 111.535 68.635) + (end 111.4 68.5) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "90337a8b-a8c5-48e1-ad0f-b0e67716fe3c") + ) + (segment + (start 112.654 67.9775) + (end 112.654 68.911) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "a9ff0621-eacb-4187-ba89-29f236eec881") + ) + (segment + (start 122.936 63.223) + (end 121.666 63.223) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "ac81fb15-6f1a-451b-a962-fb87ffd26f6b") + ) + (segment + (start 112.654 68.911) + (end 112.2 69.365) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "cb0f5a26-0827-4807-aea7-55b25947b9d5") + ) + (segment + (start 125.715 81.885) + (end 125.8 81.8) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "cebfc912-6282-4a1e-923e-74c4961c2aad") + ) + (segment + (start 111.2 69.365) + (end 111.535 69.365) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "cfec88d2-05ea-4320-9be6-2559d89ee700") + ) + (segment + (start 110.744 67.31) + (end 110.744 68.909) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "d3db736b-0e33-4126-b950-5488923df40e") + ) + (segment + (start 125.866 63.373) + (end 123.086 63.373) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "e4d60aa0-829b-452e-a0b4-f0b282cbe2f3") + ) + (segment + (start 111.535 69.365) + (end 111.535 68.635) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "eb83440d-aa8b-4a1e-9e93-00cf0de78de9") + ) + (segment + (start 117.7 75.8) + (end 120.45 75.8) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "f46fb303-7470-41c0-b6e8-4553c1d6503f") + ) + (segment + (start 129.9 84.1) + (end 128.8 84.1) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "fe1c93f4-4468-424b-a088-27aef08b62b4") + ) + (via + (at 123.19 64.135) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "6ee71a3c-fedb-4cc6-a3c6-f3d6f3ac6767") + ) + (via + (at 116.4 75.8) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "832b1e20-f118-4505-ad00-93c040f2f83d") + ) + (via + (at 109.855 63.5) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "85621d90-361e-49b6-9449-b54a16cce021") + ) + (via + (at 111.4 68.5) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "86f6faec-7eee-404c-a73a-2ae625f33d8c") + ) + (via + (at 117.7 75.8) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "b4afdd30-7a78-4cd8-8670-bb6dd787dcdc") + ) + (via + (at 126.5 81.8) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "f7475c2a-e91e-435c-bec2-3307ef3e1f94") + ) + (segment + (start 117.602 65.481) + (end 117.293 65.79) + (width 0.3048) + (layer "F.Cu") + (net 3) + (uuid "5de5a872-aa15-495b-b53b-b8a64bbfa4f0") + ) + (segment + (start 117.293 65.79) + (end 115.8415 65.79) + (width 0.3048) + (layer "F.Cu") + (net 3) + (uuid "a16dbf15-8f5b-4766-b048-90ba89efcc02") + ) + (segment + (start 118.6 80.5125) + (end 117.4375 80.5125) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "0df798c0-963e-4340-a737-18e50763521e") + ) + (segment + (start 117.4375 80.5125) + (end 116.95 81) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "1d6518e1-cfe9-4078-adc2-cf8e6477b5cb") + ) + (segment + (start 112.4 78.1) + (end 114.15 78.1) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "6579642b-a152-47f7-af0e-0d8866bdfcb8") + ) + (segment + (start 109.55 70.45) + (end 111.8 72.7) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "6e21d8a8-05db-450e-863d-764ba51b5b58") + ) + (segment + (start 111.8 72.7) + (end 111.8 77.5) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "6e416a78-df14-48ee-9842-e6e24081191e") + ) + (segment + (start 109.4 70.45) + (end 109.55 70.45) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "b2f7301d-582c-4990-a060-4a71ef08c6eb") + ) + (segment + (start 114.15 78.1) + (end 114.15 78.2) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "cf45f134-35c0-4b31-91e7-048e45f34bf8") + ) + (segment + (start 111.8 77.5) + (end 112.4 78.1) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "eac540a2-0555-4530-b9cb-9b037a65c0a7") + ) + (segment + (start 114.15 78.2) + (end 116.95 81) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "fa574bf3-ac2e-449d-91be-bcb1e35bdaba") + ) + (segment + (start 117 61) + (end 117 60.041) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "0208dcec-5844-41d6-8382-4437ac8ac82d") + ) + (segment + (start 118.2089 61.5) + (end 117.5 61.5) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "1569382e-a4f5-4166-a19c-b78580f8c980") + ) + (segment + (start 111 60.041) + (end 117 60.041) + (width 0.635) + (layer "F.Cu") + (net 5) + (uuid "33064f56-88c0-44a1-ac52-96957fe5ad49") + ) + (segment + (start 121.5 65) + (end 120.961399 64.461399) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "376a6f44-cf22-4d88-ac13-30f83803795f") + ) + (segment + (start 125.866 64.643) + (end 124.7136 64.643) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "3f206607-332e-4c96-8963-5302804f476f") + ) + (segment + (start 111 60.985) + (end 111.506 61.491) + (width 0.635) + (layer "F.Cu") + (net 5) + (uuid "4208e41d-1d0a-40b9-bf94-fcbeb6562f9d") + ) + (segment + (start 119 63.922798) + (end 119 62.2911) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "4625ef31-ba9f-4b3e-8ebc-93b4658ad74a") + ) + (segment + (start 120.961399 64.461399) + (end 119.538601 64.461399) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "52d326d4-51c9-4c17-8412-9aaf3e6cdf4c") + ) + (segment + (start 119.538601 64.461399) + (end 119 63.922798) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "60d30b2f-02cb-42f2-b2ed-c84cb33e3e36") + ) + (segment + (start 123 65.248) + (end 122.208 66.04) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "68f7174d-ce7a-41b4-89f8-dd7e3ded57a1") + ) + (segment + (start 124.7136 64.643) + (end 124.3566 65) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "6d646c30-feab-4e3e-adf0-5427b73b5f08") + ) + (segment + (start 110.236 61.491) + (end 111.506 61.491) + (width 0.635) + (layer "F.Cu") + (net 5) + (uuid "8e1983d7-818b-423d-95d2-7f219e4f6ba3") + ) + (segment + (start 117.5 61.5) + (end 117 61) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "a2ead14b-89a8-4438-a7df-7876de28e69a") + ) + (segment + (start 119 62.2911) + (end 118.2089 61.5) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "a6694369-d7a9-41d0-a88e-8a3c16982564") + ) + (segment + (start 124.3566 65) + (end 123 65) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "b20fb198-6b0b-4cab-9ba8-ea9b46e8088f") + ) + (segment + (start 111 60.041) + (end 111 60.985) + (width 0.635) + (layer "F.Cu") + (net 5) + (uuid "c2564ecf-bd43-431d-b9a2-c7be54487485") + ) + (segment + (start 123 65) + (end 123 65.248) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "d1f81642-eb3a-4277-b357-9cbb5a3aa5ac") + ) + (segment + (start 123 65) + (end 121.5 65) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "df3e0d78-29b1-4811-9600-571610f4b8a8") + ) + (segment + (start 122.208 66.04) + (end 122.158 66.04) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "e3903eeb-8b72-4b40-a088-cbbba270c01b") + ) + (segment + (start 153.613 72.8) + (end 155.448 72.8) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "09321bf4-1ea1-49b5-b1f9-ac29d6606a74") + ) + (segment + (start 130.430099 95.287099) + (end 130.430099 90.404901) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "16aa2316-1a67-45e5-b6c4-e59dd85814f4") + ) + (segment + (start 148.635 85.5) + (end 152.635 89.5) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "1a1da3ab-0792-420a-a2dd-c670f9cd52e8") + ) + (segment + (start 144.218099 88.388901) + (end 145.288 87.319) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "1d2d8ec8-1f1b-4d06-9a35-eff8e386bdb8") + ) + (segment + (start 149.35 96) + (end 144.218099 90.868099) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "22614aba-2c26-4590-8e12-a7a6b6de48de") + ) + (segment + (start 118.65 87.234) + (end 118.8 87.234) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "291e4200-f3c9-4b61-8158-17e8c4424a24") + ) + (segment + (start 124.130099 89.388901) + (end 125.2 88.319) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "35e60fa0-27cf-4d0e-8bab-b364400c08c0") + ) + (segment + (start 113.65 81) + (end 109.5 81) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "3742a313-c63e-4807-a7bf-be5a0ae2c781") + ) + (segment + (start 139.315 96) + (end 141.15 96) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "3b909fd4-b382-4019-8708-80d1d9a9fe1c") + ) + (segment + (start 145.288 87.319) + (end 145.288 86.234) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "401b5a0c-f502-4551-9d61-fa50a303707e") + ) + (segment + (start 124.85 96) + (end 124.85 94.165) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "4c069f0b-8c76-44a0-a999-7bd72a3e8dee") + ) + (segment + (start 109.5 81) + (end 109 81.5) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "5080cf4c-abda-4232-b279-44d0e6b9bde3") + ) + (segment + (start 125.2 88.319) + (end 125.2 87.234) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "578f33ff-8d12-4136-bb61-e55b7655fa5b") + ) + (segment + (start 132.978 96) + (end 131.143 96) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "5891aa7f-2e48-4492-8db1-d54810991036") + ) + (segment + (start 149.735 74.4) + (end 152.013 74.4) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "5b867f3d-ce38-4d21-95dd-fe114f76e9dc") + ) + (segment + (start 153.093099 80.580099) + (end 153.613 81.1) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "5e27f565-c85a-4f3b-9862-58c0accdd5e3") + ) + (segment + (start 137.830099 90.504901) + (end 137.830099 94.515099) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "5f8cf0a3-5039-4ac4-8310-e201f8c0505f") + ) + (segment + (start 116.7 96) + (end 116.7 89.184) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "664ea685-f665-4315-aadf-581a656f41df") + ) + (segment + (start 147.65 79.4) + (end 148.735 79.4) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "7d3a9372-4f99-452e-9767-51a31df66106") + ) + (segment + (start 131.143 96) + (end 130.430099 95.287099) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "7f4b7c2c-9af8-4317-9338-c2a6d8990ded") + ) + (segment + (start 152.013 74.4) + (end 153.613 72.8) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "89be6ff8-dff7-4df0-876d-d5989d658e36") + ) + (segment + (start 130.430099 90.404901) + (end 131.5 89.335) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "8ddee80f-a354-4a11-ae03-acb37cf50626") + ) + (segment + (start 153.613 81.1) + (end 155.448 81.1) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "9050328c-80d1-449f-94a8-27658961ba9d") + ) + (segment + (start 144.218099 90.868099) + (end 144.218099 88.388901) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "92822296-9b31-4c78-bfe1-2dc7c2e425bc") + ) + (segment + (start 116.7 89.184) + (end 118.65 87.234) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "933a17ae-06d4-4de3-aae1-d3835cc0d957") + ) + (segment + (start 149.915099 80.580099) + (end 153.093099 80.580099) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "99c0b885-9395-4eaa-a204-8d7dea094883") + ) + (segment + (start 124.130099 93.445099) + (end 124.130099 89.388901) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "9d2af601-5327-4706-9acb-978b65e95af5") + ) + (segment + (start 148.735 79.4) + (end 149.915099 80.580099) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "a3a9b316-86eb-411d-82d0-37407c2e4142") + ) + (segment + (start 147.55 73.3) + (end 148.635 73.3) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "aa52a4ee-249d-4f84-a65a-9c1702b5bb75") + ) + (segment + (start 124.85 94.165) + (end 124.130099 93.445099) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "ac0e5582-f44c-4bc2-8ae7-2c3f1115fb00") + ) + (segment + (start 137.830099 94.515099) + (end 139.315 96) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "b5de2bf0-583c-45d9-bc5e-15007fe3ede8") + ) + (segment + (start 153.613 89.5) + (end 155.448 89.5) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "bf3524aa-7451-4bff-a4df-53f0aa1c0aeb") + ) + (segment + (start 138.9 88.35) + (end 138.9 89.435) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "bfdbfa5d-af60-4bcb-aaee-563dc6121e2f") + ) + (segment + (start 147.55 85.5) + (end 148.635 85.5) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "d0060422-f68b-4ffa-bca8-6f70dc4f862d") + ) + (segment + (start 148.635 73.3) + (end 149.735 74.4) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "e2349eb5-0f2d-4c2a-b154-1cfe1ab9cd91") + ) + (segment + (start 152.635 89.5) + (end 153.613 89.5) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "e315fb88-f764-4ec7-a92b-006692d5e26f") + ) + (segment + (start 131.5 89.335) + (end 131.5 88.25) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "ed76cb21-0b5e-4ca2-8075-7e28e38e7199") + ) + (segment + (start 138.9 89.435) + (end 137.830099 90.504901) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "fd693e1b-ee8d-4a26-aae0-561ba4b09a82") + ) + (segment + (start 106.8725 64.74) + (end 109.19 64.74) + (width 0.3048) + (layer "F.Cu") + (net 7) + (uuid "9fa51663-d9ff-42d5-ab2b-c96b6768fc7a") + ) + (segment + (start 113.154 67.9775) + (end 113.154 69.212) + (width 0.1524) + (layer "F.Cu") + (net 7) + (uuid "ab26a42e-b7f6-4a80-b26c-c01085e448c7") + ) + (segment + (start 113.154 69.212) + (end 113.284 69.342) + (width 0.1524) + (layer "F.Cu") + (net 7) + (uuid "e8558fbd-ea42-43a6-966a-7bd304bdfaad") + ) + (segment + (start 109.4 68) + (end 109.4 67.15) + (width 0.635) + (layer "F.Cu") + (net 7) + (uuid "ee3188d0-94cf-4bcc-9f57-e516684fc142") + ) + (segment + (start 109.19 64.74) + (end 109.22 64.77) + (width 0.3048) + (layer "F.Cu") + (net 7) + (uuid "f61adca3-c1e4-457e-8212-9dc978cabab5") + ) + (via + (at 109.4 68) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 7) + (uuid "2fea3f9c-a97b-4a77-88f7-98b3d8a00622") + ) + (via + (at 113.284 69.342) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 7) + (uuid "d25a1e45-06d1-4c1c-9b3a-0fd8abd0bfed") + ) + (via + (at 109.22 64.77) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 7) + (uuid "e8a49c58-e69f-4870-ab15-e73f66a8d02b") + ) + (segment + (start 109.22 67.82) + (end 109.4 68) + (width 0.635) + (layer "B.Cu") + (net 7) + (uuid "46a20b99-b616-4fa4-af79-eecf92b5c191") + ) + (segment + (start 111.497501 67.555501) + (end 109.844499 67.555501) + (width 0.1524) + (layer "B.Cu") + (net 7) + (uuid "6776c573-26e6-4a02-ab96-18129f258651") + ) + (segment + (start 109.22 64.77) + (end 109.22 67.82) + (width 0.635) + (layer "B.Cu") + (net 7) + (uuid "6dfa921c-8a4f-4fcf-a0e7-8718b6271ea9") + ) + (segment + (start 113.284 69.342) + (end 111.497501 67.555501) + (width 0.1524) + (layer "B.Cu") + (net 7) + (uuid "a067c43d-047d-48ca-a682-5bbb620e3988") + ) + (segment + (start 109.844499 67.555501) + (end 109.4 68) + (width 0.1524) + (layer "B.Cu") + (net 7) + (uuid "df1435bb-8018-455d-9925-63e774164119") + ) + (segment + (start 115.154 64.1025) + (end 115.154 63.59) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "2b894b8a-c098-4d9d-be0f-2ef41dea274e") + ) + (segment + (start 120.158 66.99) + (end 119.41 66.99) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "4116bfc2-eab3-4c29-a983-44eacd9f10f5") + ) + (segment + (start 117.6 63.983) + (end 117.117 63.5) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "5f74c6fb-337b-40a9-9b79-933f2f30429a") + ) + (segment + (start 119.41 66.99) + (end 119.2 67.2) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "704ba6e6-ee13-4d9d-b544-d836a743bdda") + ) + (segment + (start 115.154 63.59) + (end 115.244 63.5) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "9ba85d0a-e58f-45a8-9d86-ad6c976003b7") + ) + (segment + (start 115.244 63.5) + (end 117.117 63.5) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "dbd87a35-3166-440e-a8f0-c71d214a12a6") + ) + (segment + (start 117.6 64.2) + (end 117.6 63.983) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "ff203a9b-3d2e-4e1d-a6f0-12d16e5120fb") + ) + (via + (at 117.6 64.2) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 8) + (uuid "a9ad6ea5-8293-424c-89d4-c01baf033429") + ) + (via + (at 119.2 67.2) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 8) + (uuid "d36e7ed4-f2bc-4d88-86ae-317d3c24af1a") + ) + (segment + (start 119.2 67.2) + (end 117.6 65.6) + (width 0.1524) + (layer "B.Cu") + (net 8) + (uuid "3ce4c631-4e8b-4ee6-a520-34bf7b12880c") + ) + (segment + (start 117.6 65.6) + (end 117.6 64.2) + (width 0.1524) + (layer "B.Cu") + (net 8) + (uuid "51320c8c-9c4a-48b8-a7b8-e2c8d1f2e5ad") + ) + (segment + (start 118.61061 64.012544) + (end 118.90481 64.306744) + (width 0.1524) + (layer "F.Cu") + (net 9) + (uuid "062fbe79-da43-4e6a-bd6f-509557f2df9b") + ) + (segment + (start 118.61061 62.75361) + (end 118.61061 64.012544) + (width 0.1524) + (layer "F.Cu") + (net 9) + (uuid "226f524c-89b4-46ed-86fd-c8ea41059fd4") + ) + (segment + (start 118.90481 64.306744) + (end 118.90481 64.90481) + (width 0.1524) + (layer "F.Cu") + (net 9) + (uuid "57e17378-f1f7-42d0-9ad3-fb44c2d5cdc3") + ) + (segment + (start 118.90481 64.90481) + (end 119.09 65.09) + (width 0.1524) + (layer "F.Cu") + (net 9) + (uuid "6ae47305-86b3-4e27-b3c6-46e195fdaa6d") + ) + (segment + (start 119.09 65.09) + (end 120.158 65.09) + (width 0.1524) + (layer "F.Cu") + (net 9) + (uuid "710852c3-85af-44f2-af12-adc5798f2795") + ) + (segment + (start 118.087 62.23) + (end 118.61061 62.75361) + (width 0.1524) + (layer "F.Cu") + (net 9) + (uuid "7147b342-4ca8-4694-a1ec-b615c151a5d0") + ) + (segment + (start 142.879 78.6) + (end 142.866 78.613) + (width 0.1524) + (layer "F.Cu") + (net 10) + (uuid "45899113-d22e-4a5b-822e-9aca23b124ee") + ) + (segment + (start 122.158 69.042) + (end 122.4 68.8) + (width 0.1524) + (layer "F.Cu") + (net 10) + (uuid "5b5611ee-3a4f-4573-978f-2e48db0ecaf5") + ) + (segment + (start 122.158 69.85) + (end 122.158 69.042) + (width 0.1524) + (layer "F.Cu") + (net 10) + (uuid "a57e46ab-4127-4b88-afea-d94b5d7bc928") + ) + (segment + (start 144.6 78.6) + (end 142.879 78.6) + (width 0.1524) + (layer "F.Cu") + (net 10) + (uuid "eecd895d-4aa1-458c-8512-c9957fd00fad") + ) + (via + (at 122.4 68.8) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 10) + (uuid "84e154cc-34e9-48ac-ab7e-fc52b3bc90d0") + ) + (via + (at 144.6 78.6) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 10) + (uuid "c1b73b2b-a0dd-4b0e-8d3d-c3beea420b93") + ) + (segment + (start 122.4 68.8) + (end 132.2 78.6) + (width 0.1524) + (layer "B.Cu") + (net 10) + (uuid "037a257a-ceb2-409c-ab24-48a743172dae") + ) + (segment + (start 132.2 78.6) + (end 144.6 78.6) + (width 0.1524) + (layer "B.Cu") + (net 10) + (uuid "3d8571f7-688f-49ac-8d91-22508c277f45") + ) + (segment + (start 115.8 61.4) + (end 116.6 61.4) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "1c7ec62e-d96c-4a0d-ac32-e919b90a3c5b") + ) + (segment + (start 113.154 62.646) + (end 113.76289 62.03711) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "2056f16f-2d4a-4f35-8a56-49ab69eeef16") + ) + (segment + (start 120.158 70.8) + (end 120.108 70.8) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "40800b4d-424c-4738-8041-4662989d2010") + ) + (segment + (start 113.154 64.1025) + (end 113.154 62.646) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "56b53988-7c92-40d8-a754-683f4429d93e") + ) + (segment + (start 118.75875 69.45075) + (end 118.75875 69.04125) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "6c715627-9fe9-4566-9325-aed34f2a0ebd") + ) + (segment + (start 113.76289 62.03711) + (end 115.16289 62.03711) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "9ad8e352-005c-4299-8beb-56f3b58c96b7") + ) + (segment + (start 120.108 70.8) + (end 118.75875 69.45075) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "a67b97a6-51fd-4a32-8231-3fd10436b6ab") + ) + (segment + (start 116.6 61.713) + (end 117.117 62.23) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "c1d39a30-006e-4167-9c23-81a57fa0c1bb") + ) + (segment + (start 115.16289 62.03711) + (end 115.8 61.4) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "c2079b33-906e-4c67-b0b6-7e228acc166b") + ) + (segment + (start 116.6 61.4) + (end 116.6 61.713) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "e746ec00-0dfd-4bc7-b357-6b4860c148ef") + ) + (via + (at 118.75875 69.04125) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 11) + (uuid "8527ef2e-5212-4629-b6f5-b0130ab61dab") + ) + (via + (at 116.6 61.4) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 11) + (uuid "fc052ac4-77ec-4901-baf8-c95f94903836") + ) + (segment + (start 114 61.4) + (end 116.6 61.4) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "11547ba3-d459-4ced-9333-92979d5b86e1") + ) + (segment + (start 115.387251 68.787251) + (end 114.6 68) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "33e40dd5-556d-4de0-ab08-235c61b7ba9f") + ) + (segment + (start 113.2 62.2) + (end 114 61.4) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "3a274653-eff3-4ffe-9be8-2bfd0950af0a") + ) + (segment + (start 114.6 68) + (end 114.6 65.6) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "3a568413-17bd-4a87-b1ac-928e77fa1b6a") + ) + (segment + (start 118.75875 69.04125) + (end 118.504751 68.787251) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "60628c1f-f7b2-4a4b-be6f-62bc1a819432") + ) + (segment + (start 118.504751 68.787251) + (end 115.387251 68.787251) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "810d1828-323c-409a-960d-456fda8be10a") + ) + (segment + (start 113.2 64.2) + (end 113.2 62.2) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "82941cb3-7e8d-4836-8b43-647cd4390ab6") + ) + (segment + (start 114.6 65.6) + (end 113.2 64.2) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "914a2046-646f-4d53-b355-ce2139e25907") + ) + (segment + (start 118.6 68.2) + (end 119.3 68.9) + (width 0.1524) + (layer "F.Cu") + (net 12) + (uuid "207932d1-3fbf-4bd3-8ef6-a6601aaaae72") + ) + (segment + (start 118.087 63.92) + (end 118.6 64.433) + (width 0.1524) + (layer "F.Cu") + (net 12) + (uuid "21c9358c-c2dd-4df5-9cfe-ea9bd0b49374") + ) + (segment + (start 118.6 64.433) + (end 118.6 68.2) + (width 0.1524) + (layer "F.Cu") + (net 12) + (uuid "2f8ebbbf-0f11-4a15-9648-1d28e5593127") + ) + (segment + (start 118.087 63.5) + (end 118.087 63.92) + (width 0.1524) + (layer "F.Cu") + (net 12) + (uuid "4266f6dc-b108-467a-bc4a-756158b1a271") + ) + (segment + (start 119.3 68.9) + (end 120.158 68.9) + (width 0.1524) + (layer "F.Cu") + (net 12) + (uuid "d433e10e-a10c-42c7-9409-f756ab1084a2") + ) + (segment + (start 116 62.2) + (end 115.431066 62.2) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "31b8e579-7afa-4dee-9f20-b2fefaae3c16") + ) + (segment + (start 142.883 67.2) + (end 142.866 67.183) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "3c19fda9-55de-469e-9693-2d8993bca106") + ) + (segment + (start 115.431066 62.2) + (end 115.289146 62.34192) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "6540157e-dd56-419f-8e12-b9f763e7e5a8") + ) + (segment + (start 114.45808 62.34192) + (end 114.154 62.646) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "8ecc0874-e7f5-4102-a6b7-0222cf1fccc2") + ) + (segment + (start 114.154 62.646) + (end 114.154 64.1025) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "914ccec4-572a-4ec0-b281-596368eea274") + ) + (segment + (start 115.289146 62.34192) + (end 114.45808 62.34192) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "978f967d-6cc0-4f07-b852-e2800feefa07") + ) + (segment + (start 144.3 67.2) + (end 142.883 67.2) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "c88340d4-f51e-4560-b5d7-7144fb4e8a04") + ) + (via + (at 116 62.2) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 13) + (uuid "3ba59656-e36e-4caa-8957-90ed8686b3d3") + ) + (via + (at 144.3 67.2) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 13) + (uuid "7e509ce7-bdc7-45fb-b2d0-c14a958a5480") + ) + (segment + (start 116.453999 62.458601) + (end 142.258601 62.458601) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "0ba3fcf8-07bd-443d-be28-f69a4ad80df4") + ) + (segment + (start 116.449397 62.453999) + (end 116.453999 62.458601) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "2f29ffe5-cbdc-4a3f-81e6-c7d9f4c5145a") + ) + (segment + (start 144.782601 65.582601) + (end 144.782601 66.232601) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "4e0c0da6-a302-49a1-8b88-4dccac856a0b") + ) + (segment + (start 116.253999 62.453999) + (end 116.449397 62.453999) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "7c1dbd41-291a-4aad-bf3b-16497f84df7b") + ) + (segment + (start 142.258601 62.458601) + (end 142.258601 63.058601) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "82782dc2-cb84-4d0c-b85e-b3903aca1e13") + ) + (segment + (start 144.782601 66.232601) + (end 144.3 66.715202) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "ac99d2b9-3592-44c3-94eb-e556103750a4") + ) + (segment + (start 142.258601 63.058601) + (end 144.782601 65.582601) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "c94b6f38-b2c7-494d-9fba-9edbdd8e122a") + ) + (segment + (start 144.3 66.715202) + (end 144.3 67.2) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "d26fce45-c1d6-42bc-931d-972bf3799097") + ) + (segment + (start 116 62.2) + (end 116.253999 62.453999) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "d799aac7-79c2-4447-bfa3-8eb302b60af7") + ) + (segment + (start 114.654 63.367478) + (end 115.196958 62.82452) + (width 0.1524) + (layer "F.Cu") + (net 14) + (uuid "00627221-b0fd-448e-b5a6-250d249697c2") + ) + (segment + (start 114.654 64.1025) + (end 114.654 63.367478) + (width 0.1524) + (layer "F.Cu") + (net 14) + (uuid "4687c479-536f-4d7c-9d3c-04c9b426c43c") + ) + (segment + (start 144.3 65.95) + (end 142.903 65.95) + (width 0.1524) + (layer "F.Cu") + (net 14) + (uuid "825ca21e-b6a1-4e84-a612-f8e2fae8ac04") + ) + (segment + (start 142.903 65.95) + (end 142.866 65.913) + (width 0.1524) + (layer "F.Cu") + (net 14) + (uuid "9f5c7a80-7220-432e-865b-d1468e8a8d4c") + ) + (via + (at 144.3 65.95) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "7da6dd22-6820-4812-8b65-ceb1440c016d") + ) + (via + (at 115.196958 62.82452) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "858b182d-fdce-45a6-8c3a-626e9f7a9971") + ) + (segment + (start 141.82452 62.82452) + (end 141.82452 63.47452) + (width 0.1524) + (layer "B.Cu") + (net 14) + (uuid "47890384-6eaa-420c-b9ae-e68a6a7f17b5") + ) + (segment + (start 141.82452 63.47452) + (end 144.3 65.95) + (width 0.1524) + (layer "B.Cu") + (net 14) + (uuid "62c6f8ce-78e5-4ab3-bb01-2fcb0df87aa6") + ) + (segment + (start 115.196958 62.82452) + (end 141.82452 62.82452) + (width 0.1524) + (layer "B.Cu") + (net 14) + (uuid "a543a4a0-b8e2-45a4-be48-7207020a5b1f") + ) + (segment + (start 110.998 66.294) + (end 111.9625 66.294) + (width 0.1524) + (layer "F.Cu") + (net 15) + (uuid "2571f4c8-d7fc-4e8c-94df-f480e56bb717") + ) + (segment + (start 106.8725 65.39) + (end 108.84381 65.39) + (width 0.1524) + (layer "F.Cu") + (net 15) + (uuid "2f122013-8dbc-4371-941a-b52e2115db20") + ) + (segment + (start 108.98581 65.532) + (end 109.982 65.532) + (width 0.1524) + (layer "F.Cu") + (net 15) + (uuid "895d5ca3-0e9a-421e-88ea-3017edd2db62") + ) + (segment + (start 111.9625 66.294) + (end 111.9665 66.29) + (width 0.1524) + (layer "F.Cu") + (net 15) + (uuid "9cab0c4e-2726-433f-a46f-c25156ae2489") + ) + (segment + (start 108.84381 65.39) + (end 108.98581 65.532) + (width 0.1524) + (layer "F.Cu") + (net 15) + (uuid "aeae1c08-0511-41ff-896d-95b95a86eb35") + ) + (via + (at 110.998 66.294) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "6597e724-ffad-43f1-9619-cca25cced87f") + ) + (via + (at 109.982 65.532) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "f8db64f8-1695-46e3-9667-49f16b5c734b") + ) + (segment + (start 109.982 65.532) + (end 110.236 65.532) + (width 0.1524) + (layer "B.Cu") + (net 15) + (uuid "0d7333ca-0587-43cb-9af7-f59016c85820") + ) + (segment + (start 110.236 65.532) + (end 110.998 66.294) + (width 0.1524) + (layer "B.Cu") + (net 15) + (uuid "fc329e60-968a-4f61-ba77-53d29ff8c1c7") + ) + (segment + (start 110.79575 65.79) + (end 111.9665 65.79) + (width 0.1524) + (layer "F.Cu") + (net 16) + (uuid "1ba3e338-9465-4844-8361-6715d7885c15") + ) + (segment + (start 110.53775 66.04) + (end 110.79175 65.786) + (width 0.1524) + (layer "F.Cu") + (net 16) + (uuid "95aed042-4cef-4360-9184-83bbe2dcfbaa") + ) + (segment + (start 106.8725 66.04) + (end 110.53775 66.04) + (width 0.1524) + (layer "F.Cu") + (net 16) + (uuid "d316b729-072f-4d15-a495-cbeb8407aea0") + ) + (segment + (start 110.79175 65.786) + (end 110.79575 65.79) + (width 0.1524) + (layer "F.Cu") + (net 16) + (uuid "ec1ade12-3e4c-4517-be56-01c5cfbeed11") + ) + (segment + (start 121.8 94.4) + (end 120.2 96) + (width 0.635) + (layer "F.Cu") + (net 17) + (uuid "064853d1-fee5-4dc2-a187-8cbdd26d3919") + ) + (segment + (start 118.8 90.534) + (end 121.674 90.534) + (width 0.635) + (layer "F.Cu") + (net 17) + (uuid "1d6c2d6c-bee0-401d-9749-98f17833afdd") + ) + (segment + (start 121.674 90.534) + (end 121.8 90.408) + (width 0.635) + (layer "F.Cu") + (net 17) + (uuid "5da06777-0696-4bb2-8c9a-78c96b4b3e90") + ) + (segment + (start 121.8 90.408) + (end 121.8 94.4) + (width 0.635) + (layer "F.Cu") + (net 17) + (uuid "a4971cc2-2bc0-4979-86df-10f6aaaa3b65") + ) + (segment + (start 136.478 96) + (end 136.478 93.378) + (width 0.635) + (layer "F.Cu") + (net 18) + (uuid "0fffb828-f291-41d3-a83c-4eaa3df13f3a") + ) + (segment + (start 136.478 93.378) + (end 134.6 91.5) + (width 0.635) + (layer "F.Cu") + (net 18) + (uuid "3785b88e-f652-4024-afb0-be4c22cdaea8") + ) + (segment + (start 134.55 91.55) + (end 134.6 91.5) + (width 0.635) + (layer "F.Cu") + (net 18) + (uuid "e6235600-87cc-4c82-b15f-34fb66b9bf0e") + ) + (segment + (start 131.5 91.55) + (end 134.55 91.55) + (width 0.635) + (layer "F.Cu") + (net 18) + (uuid "e73ef891-c9f9-42ab-894b-b2580ee0b0a1") + ) + (segment + (start 148.59 90.966) + (end 152.85 95.226) + (width 0.635) + (layer "F.Cu") + (net 19) + (uuid "1bb16fed-1537-47fa-90f6-8dc136da5d16") + ) + (segment + (start 152.85 95.226) + (end 152.85 96) + (width 0.635) + (layer "F.Cu") + (net 19) + (uuid "45245258-c97a-4586-bc43-2154c85c0ef6") + ) + (segment + (start 145.288 89.534) + (end 146.67 90.916) + (width 0.635) + (layer "F.Cu") + (net 19) + (uuid "72733f59-fc61-4ff2-8fe5-0440be71758a") + ) + (segment + (start 148.59 90.916) + (end 148.59 90.966) + (width 0.635) + (layer "F.Cu") + (net 19) + (uuid "dd01ca49-c8a2-4580-af9a-2e9bce9769bc") + ) + (segment + (start 146.67 90.916) + (end 148.59 90.916) + (width 0.635) + (layer "F.Cu") + (net 19) + (uuid "f8e927af-4836-4b0f-8a57-dbca5a18a442") + ) + (segment + (start 150.8 76.4) + (end 154.248 76.4) + (width 0.635) + (layer "F.Cu") + (net 20) + (uuid "168e91de-8892-4570-a62e-0a6a88daec47") + ) + (segment + (start 153.648 79.4) + (end 155.448 77.6) + (width 0.635) + (layer "F.Cu") + (net 20) + (uuid "1d801ac4-6429-45d9-ad70-9dd82bd9c030") + ) + (segment + (start 150.95 79.4) + (end 153.648 79.4) + (width 0.635) + (layer "F.Cu") + (net 20) + (uuid "443de8e6-6c50-4145-a643-8098c9ffc1e6") + ) + (segment + (start 154.248 76.4) + (end 155.448 77.6) + (width 0.635) + (layer "F.Cu") + (net 20) + (uuid "bf958b11-f26e-429d-9cb0-d1379a98f463") + ) + (segment + (start 125.2 90.534) + (end 126.344 91.678) + (width 0.635) + (layer "F.Cu") + (net 21) + (uuid "0c75753f-ac98-42bf-95d0-ee8de408989d") + ) + (segment + (start 126.344 91.678) + (end 128.2 91.678) + (width 0.635) + (layer "F.Cu") + (net 21) + (uuid "c60045a9-c6dd-4a1d-b776-92c82360c330") + ) + (segment + (start 128.2 91.678) + (end 128.2 95.85) + (width 0.635) + (layer "F.Cu") + (net 21) + (uuid "d37a42c4-6950-4517-b4dd-96056acf0925") + ) + (segment + (start 128.2 95.85) + (end 128.35 96) + (width 0.635) + (layer "F.Cu") + (net 21) + (uuid "d81bc63a-94f2-481d-a808-c50170eb6b79") + ) + (segment + (start 140.912 91.65) + (end 141.9 90.662) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "376da264-b219-4ddc-be78-a640bbee3aef") + ) + (segment + (start 142.935 91.747) + (end 141.9 90.712) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "419715bf-ffaa-4f14-ba39-b7cca3633324") + ) + (segment + (start 141.9 90.712) + (end 141.9 90.662) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "63892cea-0371-47b0-925d-c40106168946") + ) + (segment + (start 138.9 91.65) + (end 140.912 91.65) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "7b8f4734-c91c-4c35-bc25-8ba9e0a60f64") + ) + (segment + (start 144.65 93.412) + (end 142.985 91.747) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "b45faf1e-b7a2-4d73-9833-db84a2fde78b") + ) + (segment + (start 144.65 96) + (end 144.65 93.412) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "e5f06cd2-492e-41b2-8ded-13a3fa1042bb") + ) + (segment + (start 142.985 91.747) + (end 142.935 91.747) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "f88265e8-a27a-4259-b3ad-7df91a571c60") + ) + (segment + (start 150.8 82.5) + (end 150.8 85.45) + (width 0.635) + (layer "F.Cu") + (net 23) + (uuid "513c5122-3fbb-44b6-aa2c-74224719f915") + ) + (segment + (start 154.948 85.5) + (end 155.448 86) + (width 0.635) + (layer "F.Cu") + (net 23) + (uuid "7f7833f4-976f-4a80-99c4-69f2976ed565") + ) + (segment + (start 150.8 85.45) + (end 150.85 85.5) + (width 0.635) + (layer "F.Cu") + (net 23) + (uuid "a8470270-920a-4fed-9691-22526135f92c") + ) + (segment + (start 150.85 85.5) + (end 154.948 85.5) + (width 0.635) + (layer "F.Cu") + (net 23) + (uuid "ec7073f7-f754-4ee6-a977-3d11d16480f8") + ) + (segment + (start 150.8 70.3) + (end 150.8 73.25) + (width 0.635) + (layer "F.Cu") + (net 24) + (uuid "0d1c133a-5b0b-4fe0-b915-2f72b13b37e9") + ) + (segment + (start 150.8 73.25) + (end 150.85 73.3) + (width 0.635) + (layer "F.Cu") + (net 24) + (uuid "24d3ee68-60f0-4c8a-a72b-065f1026fd87") + ) + (segment + (start 150.8 70.3) + (end 154.448 70.3) + (width 0.635) + (layer "F.Cu") + (net 24) + (uuid "34d3baf1-c1a6-463d-a7da-03fde565ea93") + ) + (segment + (start 154.448 70.3) + (end 155.448 69.3) + (width 0.635) + (layer "F.Cu") + (net 24) + (uuid "f99552ce-0729-4ada-aef3-5686270d7c4d") + ) + (segment + (start 122.682 87.099) + (end 122.682 88.34) + (width 0.1524) + (layer "F.Cu") + (net 25) + (uuid "31e2d26e-842a-4694-a3ae-7642d792727c") + ) + (segment + (start 122.682 88.34) + (end 122.75 88.408) + (width 0.1524) + (layer "F.Cu") + (net 25) + (uuid "99162744-5eac-427e-9957-877587056aee") + ) + (segment + (start 135.015 89.5) + (end 135.55 89.5) + (width 0.1524) + (layer "F.Cu") + (net 26) + (uuid "3f1d3b22-3ba1-4783-af8d-526bce7c36db") + ) + (segment + (start 133.715 88.2) + (end 135.015 89.5) + (width 0.1524) + (layer "F.Cu") + (net 26) + (uuid "449cc181-df4b-4d3b-93ef-0653c2171fe8") + ) + (segment + (start 149.54 87.945) + (end 149.54 88.916) + (width 0.1524) + (layer "F.Cu") + (net 27) + (uuid "0667208e-872f-444a-9ed0-78a1b5f392d2") + ) + (segment + (start 146.558 86.995) + (end 147.193 87.63) + (width 0.1524) + (layer "F.Cu") + (net 27) + (uuid "524dc8d0-13b4-43fe-b274-8ac08bc4b894") + ) + (segment + (start 147.193 87.63) + (end 149.225 87.63) + (width 0.1524) + (layer "F.Cu") + (net 27) + (uuid "7aad0cca-fb50-4041-9a10-5380cb0860ac") + ) + (segment + (start 149.225 87.63) + (end 149.54 87.945) + (width 0.1524) + (layer "F.Cu") + (net 27) + (uuid "7fd11519-eb9e-4413-8ca2-e43e38c699f6") + ) + (segment + (start 146.558 85.673) + (end 146.558 86.995) + (width 0.1524) + (layer "F.Cu") + (net 27) + (uuid "969d876f-dc87-40bf-9e96-03cbb9ea5e82") + ) + (segment + (start 145.785 84.9) + (end 146.558 85.673) + (width 0.1524) + (layer "F.Cu") + (net 27) + (uuid "eec347af-8fb3-4b2d-8e93-6e7176516f57") + ) + (segment + (start 148.082 75.5656) + (end 148.1976 75.45) + (width 0.1524) + (layer "F.Cu") + (net 28) + (uuid "22fd57c4-481e-4417-b920-694451210da2") + ) + (segment + (start 147.4 77.6) + (end 148.082 76.918) + (width 0.1524) + (layer "F.Cu") + (net 28) + (uuid "41ef6d8e-078c-46e5-a743-15f86f94b1c5") + ) + (segment + (start 148.1976 75.45) + (end 148.8 75.45) + (width 0.1524) + (layer "F.Cu") + (net 28) + (uuid "bc29a09d-ebbe-4bab-9edb-114e75ee17a4") + ) + (segment + (start 148.082 76.918) + (end 148.082 75.5656) + (width 0.1524) + (layer "F.Cu") + (net 28) + (uuid "da151d0a-a1fa-4865-aa78-eb4b6082fbfd") + ) + (segment + (start 129.7024 89.678) + (end 129.15 89.678) + (width 0.1524) + (layer "F.Cu") + (net 29) + (uuid "217a6ab0-8c75-4e09-8113-c7b7b906da43") + ) + (segment + (start 129.771 89.6094) + (end 129.7024 89.678) + (width 0.1524) + (layer "F.Cu") + (net 29) + (uuid "57881c8f-ea31-4450-bce6-89885e0a9bfd") + ) + (segment + (start 129.771 88.265) + (end 129.771 89.6094) + (width 0.1524) + (layer "F.Cu") + (net 29) + (uuid "a3722fe0-facc-42fa-a01b-a26433c9d7fe") + ) + (segment + (start 140.653 86.852) + (end 142.463 88.662) + (width 0.1524) + (layer "F.Cu") + (net 30) + (uuid "60a7dcc1-b459-4b69-be02-f48b66a815f0") + ) + (segment + (start 142.463 88.662) + (end 142.85 88.662) + (width 0.1524) + (layer "F.Cu") + (net 30) + (uuid "f8df4375-570f-4eb0-868e-4f350bd24547") + ) + (segment + (start 148.8 81.55) + (end 147.962 81.55) + (width 0.1524) + (layer "F.Cu") + (net 31) + (uuid "7401f61b-dc36-4f5a-ba3e-b101a22bf1fc") + ) + (segment + (start 147.962 81.55) + (end 147.447 82.065) + (width 0.1524) + (layer "F.Cu") + (net 31) + (uuid "fbca7d5b-4a19-4f46-9697-74b3068179aa") + ) + (segment + (start 148.75 69.35) + (end 148.336 69.764) + (width 0.1524) + (layer "F.Cu") + (net 32) + (uuid "11cae898-6e02-4314-87c3-bfa88f249303") + ) + (segment + (start 148.8 69.35) + (end 148.75 69.35) + (width 0.1524) + (layer "F.Cu") + (net 32) + (uuid "3a4d7b94-8b26-4555-b396-f2e88aea5db3") + ) + (segment + (start 148.336 70.104) + (end 148.025 70.415) + (width 0.1524) + (layer "F.Cu") + (net 32) + (uuid "741561bb-6157-4c58-bb00-0f2a32b21238") + ) + (segment + (start 148.025 70.415) + (end 147.32 70.415) + (width 0.1524) + (layer "F.Cu") + (net 32) + (uuid "76a87642-211c-44f2-a488-190d6dc3728e") + ) + (segment + (start 148.336 69.764) + (end 148.336 70.104) + (width 0.1524) + (layer "F.Cu") + (net 32) + (uuid "8c4cd1a2-9a92-4fba-aa2e-8b86c17dce10") + ) + (segment + (start 123.2 67.4266) + (end 123.2 70.9) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "00c9c1c9-df78-4bf8-a378-9edee7dafbe3") + ) + (segment + (start 110.4 87.5) + (end 108.5 89.4) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "098afe52-27f0-4ec0-bf39-4eb766d2a851") + ) + (segment + (start 125.866 65.913) + (end 124.7136 65.913) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "127b0e8c-8b10-4db4-b691-908ac98caaf1") + ) + (segment + (start 108.5 89.4) + (end 108.5 91.45) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "2ff15691-c9f8-4e08-a694-3230522780fc") + ) + (segment + (start 124.7136 65.913) + (end 123.2 67.4266) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "3019c847-3ccf-490a-9dd6-694227c3fba5") + ) + (segment + (start 123.2 70.9) + (end 121.90361 72.19639) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "6428332e-b689-4aa8-86bb-3bee31b6f177") + ) + (segment + (start 121.90361 72.19639) + (end 121.90361 81.44639) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "92419cc9-1070-47aa-876c-2cf8f5a03a47") + ) + (segment + (start 116.09619 87.5) + (end 110.4 87.5) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "ad4fcc27-bf1e-4e2e-ab26-9b8032da7693") + ) + (segment + (start 121.90361 81.44639) + (end 121.873101 81.476899) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "c7524402-4dbd-4d05-888d-edab7e79a150") + ) + (segment + (start 121.873101 81.723089) + (end 116.09619 87.5) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "d5128f0b-0a4f-4337-a7f7-9a3dfe4ad4f9") + ) + (segment + (start 121.873101 81.476899) + (end 121.873101 81.723089) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "fed6a1e7-e233-4dff-87e0-8992a65c8dd0") + ) + (segment + (start 125.866 73.533) + (end 124.7136 73.533) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "1558a593-7554-4709-a27f-f70400a2199d") + ) + (segment + (start 121.643 86.36) + (end 122.451 86.36) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "6b013cb8-9e09-4a62-b02d-814d5cfa604e") + ) + (segment + (start 122.451 86.36) + (end 122.682 86.129) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "782e74f8-8e76-4e6f-bfec-df9b9d96b19d") + ) + (segment + (start 122.26084 86.129) + (end 122.682 86.129) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "7c49dc93-96a1-4a8f-a667-a4ee5ad692a0") + ) + (segment + (start 122.20842 76.03818) + (end 122.20842 86.07658) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "7cbc8c8d-fbc1-4902-ac93-6c241131aada") + ) + (segment + (start 124.7136 73.533) + (end 122.20842 76.03818) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "96815f61-f3f5-43c2-b68f-856577233f16") + ) + (segment + (start 122.20842 86.07658) + (end 122.26084 86.129) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "a7035c1b-863b-4bbf-a32a-6ebba2814e2c") + ) + (segment + (start 129.1 87.4) + (end 128.30481 86.60481) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "0de7d0e7-c8d5-482b-8e8a-d56acfc6ebd8") + ) + (segment + (start 124.477066 76.073) + (end 125.866 76.073) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "1aaf34a3-282e-4633-82fa-9d6cdf32efbb") + ) + (segment + (start 134.685 88.2) + (end 134.685 87.78) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "1ec648ca-df29-4910-86ed-6f48e345dbdb") + ) + (segment + (start 123.00481 77.545256) + (end 124.477066 76.073) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "30cf5573-2ac5-4d4b-8678-7fcebe2bcd36") + ) + (segment + (start 134.685 87.78) + (end 134.305 87.4) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "3b450865-b2ef-4d25-9b34-4d42975b5e24") + ) + (segment + (start 128.304809 85.923743) + (end 127.926256 85.54519) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "4c38e5ef-0105-4756-a059-34a9c3247d1f") + ) + (segment + (start 135.724 88.2) + (end 135.786 88.138) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "7cc510d9-2339-42a7-bb31-eff1142f0636") + ) + (segment + (start 124.59519 85.54519) + (end 123.00481 83.95481) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "986fa662-6dc8-4009-9871-995c9cfdbebc") + ) + (segment + (start 134.685 88.2) + (end 135.724 88.2) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "a60f8360-f38f-439d-b446-391101ae4282") + ) + (segment + (start 127.926256 85.54519) + (end 124.59519 85.54519) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "cd1b9f49-f6c4-4c81-a715-14d19fd506d7") + ) + (segment + (start 128.30481 86.60481) + (end 128.304809 85.923743) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "d35d7027-ac1b-44b2-9664-3d8a37ee0f4e") + ) + (segment + (start 134.305 87.4) + (end 129.1 87.4) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "d7b67c11-d515-46cf-bcf0-0f0ef2d0158a") + ) + (segment + (start 123.00481 83.95481) + (end 123.00481 77.545256) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "de7d8275-fd45-47d5-ae9a-4b0c51b81f57") + ) + (segment + (start 139.068934 81.4) + (end 142.568934 84.9) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "119c633c-175b-4b38-bbc1-1a076032c16e") + ) + (segment + (start 144.815 84.9) + (end 144.815 83.508) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "43f4cf53-1dc5-4426-bbd2-fabe9c3d45ec") + ) + (segment + (start 129.921 81.021) + (end 130.3 81.4) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "5b29962f-685a-409c-915c-9c4a92ed442a") + ) + (segment + (start 144.42 84.9) + (end 144.815 84.9) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "669e2f76-dce7-4b88-b383-d3587e6cc0cc") + ) + (segment + (start 129.921 79.613) + (end 129.921 81.021) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "8e247c2e-b63e-4a70-8c32-64933e91ced0") + ) + (segment + (start 130.3 81.4) + (end 139.068934 81.4) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "c66790a8-2c84-47da-b059-a728d9f51463") + ) + (segment + (start 144.815 83.508) + (end 144.884 83.439) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "cb4b7bcd-f8cd-4398-9baf-986854c6b2ae") + ) + (segment + (start 142.568934 84.9) + (end 144.42 84.9) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "fb4e7351-d265-4999-adf6-bc7596c21cf3") + ) + (segment + (start 146.278 76.63) + (end 145.923 76.985) + (width 0.1524) + (layer "F.Cu") + (net 37) + (uuid "00e39da0-4b3e-4884-a91e-86d729914953") + ) + (segment + (start 147.4 76.63) + (end 146.278 76.63) + (width 0.1524) + (layer "F.Cu") + (net 37) + (uuid "25ca9482-069d-43de-b77e-6f2ad77fa017") + ) + (segment + (start 145.565 77.343) + (end 145.923 76.985) + (width 0.1524) + (layer "F.Cu") + (net 37) + (uuid "6ceb10bf-4340-4309-8250-882c2b60a70e") + ) + (segment + (start 142.866 77.343) + (end 145.565 77.343) + (width 0.1524) + (layer "F.Cu") + (net 37) + (uuid "946a171e-cd55-473d-bab9-8d2c7c34161c") + ) + (segment + (start 122.7 76.05) + (end 123.947 74.803) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "0d32fbdb-2a37-4863-af10-fc85c1c6174f") + ) + (segment + (start 125.866 74.803) + (end 125.316 74.803) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "18b6dcb6-5ab3-481b-b998-33e8cf6d281f") + ) + (segment + (start 127.866 86.21) + (end 127.506 85.85) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "539dec9e-2c45-4201-ab13-cbbbab8fc31b") + ) + (segment + (start 127.866 88.265) + (end 127.866 86.21) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "7308e13a-4809-4e8e-af65-9905819aa376") + ) + (segment + (start 128.801 88.265) + (end 127.866 88.265) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "75d5a810-84fd-42c4-a0b7-6b82d09662a2") + ) + (segment + (start 122.7 84.6) + (end 122.7 76.05) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "7be13a36-eb8e-440f-aaac-2fd6665d9f61") + ) + (segment + (start 127.506 85.85) + (end 123.95 85.85) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "91c69423-de51-44fe-bc70-fec455b50634") + ) + (segment + (start 123.95 85.85) + (end 122.7 84.6) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "a072347a-1cac-4ead-8c61-cfe38fd40342") + ) + (segment + (start 123.947 74.803) + (end 125.866 74.803) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "fa16f237-4e21-4b18-8c54-f7de4e62bbb6") + ) + (segment + (start 141.704 87.353) + (end 142.328 87.353) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "08d1dac8-0d6e-4029-9a06-c8863d7fbd51") + ) + (segment + (start 141.623 86.852) + (end 141.623 87.272) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "25b39db8-8576-4473-b331-b912323e85f4") + ) + (segment + (start 141.623 87.272) + (end 141.704 87.353) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "40962e92-90b6-487d-b0dc-0a6c42b5ebc2") + ) + (segment + (start 123.4566 78.6) + (end 123.4566 83.7066) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "41fc1c23-edd4-45a5-8036-7f62b013770f") + ) + (segment + (start 141.07439 86.30339) + (end 140.19661 86.30339) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "42b7a68a-3837-4773-af68-a35059da48c3") + ) + (segment + (start 125.866 77.343) + (end 124.7136 77.343) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "9b4851fe-4e2f-4de0-a685-8e53004d88aa") + ) + (segment + (start 127.662132 84.85) + (end 124.6 84.85) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "9e5b0177-ea58-4f76-8b57-ff1c6e52d9df") + ) + (segment + (start 140.19661 86.30339) + (end 139.5 87) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "b7340f23-0eaa-48ae-aea8-b5b53a0ae99a") + ) + (segment + (start 142.328 87.353) + (end 142.748 87.353) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "c374668c-56af-42dd-a650-35352e96de63") + ) + (segment + (start 141.623 86.852) + (end 141.07439 86.30339) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "dfa2c928-7d9a-4cd3-90db-112716296421") + ) + (segment + (start 129.812132 87) + (end 127.662132 84.85) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "e8cb6cb3-dd2b-4328-8592-132e369ebb71") + ) + (segment + (start 124.7136 77.343) + (end 123.4566 78.6) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "f58742f8-e57e-4646-a6f5-0463e0eceeb8") + ) + (segment + (start 139.5 87) + (end 129.812132 87) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "f630bdcd-b048-45d2-91a0-928349b89dad") + ) + (segment + (start 123.4566 83.7066) + (end 124.6 84.85) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "f9e60890-c09c-4221-9409-43a2ec4885e8") + ) + (segment + (start 144.869 82.477) + (end 144.869 82.715) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "086ab04d-4086-427c-992f-819b91a9021d") + ) + (segment + (start 144.869 82.715) + (end 144.883168 82.700832) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "0d678ff1-21aa-4e6f-ae06-abf24406f3c8") + ) + (segment + (start 144.884 82.042) + (end 144.884 82.462) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "51bdd1cb-8a01-4b1c-940a-3ff4dd1de87c") + ) + (segment + (start 144.884 82.462) + (end 144.869 82.477) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "59246647-4e57-4b5f-9f1e-b0cc1fb90bb2") + ) + (segment + (start 140.081 81.981) + (end 140.815 82.715) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "5aa0e472-160b-49ac-864f-0fa7cd9cf9b0") + ) + (segment + (start 140.815 82.715) + (end 144.869 82.715) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "6025c071-1487-4c03-a645-f67437519813") + ) + (segment + (start 144.883168 82.700832) + (end 147.112832 82.700832) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "a2c0fc07-9ed2-42e8-8fef-f02fce3412ee") + ) + (segment + (start 147.112832 82.700832) + (end 147.447 83.035) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "b79d8d99-88b5-4d84-a010-b6d768d67ec8") + ) + (segment + (start 140.081 79.613) + (end 140.081 81.981) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "ffde4898-4c0e-4c24-bd8c-aadcd7279172") + ) + (segment + (start 142.866 76.073) + (end 144.0184 76.073) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "172b515f-13aa-42a2-b6ac-db67c2e524e7") + ) + (segment + (start 146.6 71.459) + (end 146.6 69.808) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "3c5840eb-164e-426c-ab78-faa89624b9dc") + ) + (segment + (start 146.6 75.5) + (end 146.6 71.459) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "43b7aab0-ec9b-4c58-bfa1-8dda8fccb53f") + ) + (segment + (start 144.1914 75.9) + (end 146.2 75.9) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "5bd90e77-727e-49e2-881e-09f4ce3768d4") + ) + (segment + (start 146.674 71.385) + (end 147.32 71.385) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "67320774-1745-4c89-bec7-2213f7bb7ecc") + ) + (segment + (start 146.9 69.342) + (end 147.32 69.342) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "911557e5-adec-4d13-9794-a18b325eb4ea") + ) + (segment + (start 144.0184 76.073) + (end 144.1914 75.9) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "a5c35670-98af-44c6-a3f4-bbad7ffecfd3") + ) + (segment + (start 146.2 75.9) + (end 146.6 75.5) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "af7ccd5a-4c05-4a49-a412-ca568e4c81d2") + ) + (segment + (start 146.6 71.459) + (end 146.674 71.385) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "cab0d0a9-e089-4f0b-8483-22b4e0addcae") + ) + (segment + (start 146.6 69.808) + (end 146.812 69.596) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "d40ed1bf-6a69-492a-acf3-f71f1c7a81f2") + ) + (segment + (start 146.812 69.596) + (end 146.812 69.43) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "e7c8f673-e523-47ce-91b8-92cf1c7605ce") + ) + (segment + (start 146.812 69.43) + (end 146.9 69.342) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "eb06cbed-9a37-40e7-bc33-37acd0ee650a") + ) + (segment + (start 150.6875 63.8) + (end 150.6875 65.2975) + (width 0.635) + (layer "F.Cu") + (net 42) + (uuid "1cd85cce-d94a-4a92-8af2-23d3a2b66793") + ) + (segment + (start 150.6875 65.2975) + (end 150.685 65.3) + (width 0.635) + (layer "F.Cu") + (net 42) + (uuid "5968c877-7376-4e25-b8db-5e755d570d06") + ) + (segment + (start 153.9875 64.7975) + (end 153.485 65.3) + (width 0.635) + (layer "F.Cu") + (net 43) + (uuid "a26bc030-7d8a-4b19-aa84-9206cc0de2b0") + ) + (segment + (start 153.9875 63.8) + (end 153.9875 64.7975) + (width 0.635) + (layer "F.Cu") + (net 43) + (uuid "d66c8b0e-b6b3-43ea-8c6d-9724edcc57d6") + ) + (segment + (start 157.2875 63.8) + (end 157.2875 64.3975) + (width 0.635) + (layer "F.Cu") + (net 44) + (uuid "054f8e07-0141-451f-a3c4-ea786b83b680") + ) + (segment + (start 157.2875 64.3975) + (end 156.385 65.3) + (width 0.635) + (layer "F.Cu") + (net 44) + (uuid "3d19e22b-2666-4e7d-825d-37a04ed07fa1") + ) + (segment + (start 160.4875 63.8) + (end 160.4875 64.2975) + (width 0.635) + (layer "F.Cu") + (net 45) + (uuid "62af6e3c-7d06-438a-b62f-014ae3262ea1") + ) + (segment + (start 160.4875 64.2975) + (end 159.485 65.3) + (width 0.635) + (layer "F.Cu") + (net 45) + (uuid "ed6caead-58a0-4a37-97cf-621d3ffb0ca4") + ) + (segment + (start 145.9454 65.3) + (end 149.32 65.3) + (width 0.1524) + (layer "F.Cu") + (net 46) + (uuid "248d15cd-dd0c-425d-94cb-b44ccf865457") + ) + (segment + (start 144.0184 63.373) + (end 145.9454 65.3) + (width 0.1524) + (layer "F.Cu") + (net 46) + (uuid "42688fc6-3e24-4a56-9963-828da46dcdfb") + ) + (segment + (start 149.32 65.3) + (end 149.715 65.3) + (width 0.1524) + (layer "F.Cu") + (net 46) + (uuid "afc1392c-4488-4251-8167-de520abba754") + ) + (segment + (start 142.866 63.373) + (end 144.0184 63.373) + (width 0.1524) + (layer "F.Cu") + (net 46) + (uuid "c546008e-7661-419e-94b3-0bbb9fd14ec8") + ) + (segment + (start 146.062944 65.84861) + (end 151.96639 65.84861) + (width 0.1524) + (layer "F.Cu") + (net 47) + (uuid "01657d30-6f8e-4bbd-a3dd-6a0742c69aca") + ) + (segment + (start 151.96639 65.84861) + (end 152.180832 65.634168) + (width 0.1524) + (layer "F.Cu") + (net 47) + (uuid "3aec5e23-e675-4bcf-9a9e-48cb59d51927") + ) + (segment + (start 144.857334 64.643) + (end 146.062944 65.84861) + (width 0.1524) + (layer "F.Cu") + (net 47) + (uuid "72729c20-0465-4f8c-be80-3c22bb337ef7") + ) + (segment + (start 142.866 64.643) + (end 144.857334 64.643) + (width 0.1524) + (layer "F.Cu") + (net 47) + (uuid "a5fcd820-f4f0-487d-8e2f-6defe7618982") + ) + (segment + (start 152.180832 65.634168) + (end 152.515 65.3) + (width 0.1524) + (layer "F.Cu") + (net 47) + (uuid "a6460cc6-b11c-4dff-a0ea-9de680e68ca8") + ) + (segment + (start 154.415 66.3) + (end 155.415 65.3) + (width 0.1524) + (layer "F.Cu") + (net 48) + (uuid "0a83f85d-78ad-480a-a5ba-773caced8f09") + ) + (segment + (start 146.6 66.3) + (end 154.415 66.3) + (width 0.1524) + (layer "F.Cu") + (net 48) + (uuid "9116f42f-8d27-4055-8fab-af8b6ed6959f") + ) + (segment + (start 142.866 68.453) + (end 144.447 68.453) + (width 0.1524) + (layer "F.Cu") + (net 48) + (uuid "bf67f245-1714-4d39-b76d-53f1523ab5f8") + ) + (segment + (start 144.447 68.453) + (end 146.6 66.3) + (width 0.1524) + (layer "F.Cu") + (net 48) + (uuid "ccd45da3-3d73-496d-8f2e-5edf69377f63") + ) + (segment + (start 158.515 65.3) + (end 158.315 65.5) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "01600802-66c5-45a2-be7f-4fa2327d845b") + ) + (segment + (start 155.8886 66.8114) + (end 146.5486 66.8114) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "200b738a-50e9-4f57-b197-9a6a0ae11af3") + ) + (segment + (start 146.5486 66.8114) + (end 144.78 68.58) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "2d916084-6196-4479-adf2-d8e271fa0c32") + ) + (segment + (start 144.78 70.358) + (end 144.145 70.993) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "70cf3e26-e279-4e61-a2f5-466ff5585d49") + ) + (segment + (start 144.145 70.993) + (end 144.0184 70.993) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "8afefa03-006b-4e40-b19e-6596c7cc472e") + ) + (segment + (start 158.315 65.5) + (end 157.2 65.5) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "a6386af6-d744-458e-b19d-8fd97b5ad9f9") + ) + (segment + (start 144.0184 70.993) + (end 142.866 70.993) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "c14f4f41-991c-47f8-ba74-4a4e89170acf") + ) + (segment + (start 144.78 68.58) + (end 144.78 70.358) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "d32a1d0f-6a8f-45b4-822f-8b613131fd8a") + ) + (segment + (start 157.2 65.5) + (end 155.8886 66.8114) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "fc80fa5b-8c07-4dda-8002-331dcafd556b") + ) + (segment + (start 132.3 85.6) + (end 132.44 85.46) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "0ea0e524-3bbd-4f05-896d-54b702c204b2") + ) + (segment + (start 126.685 84.02) + (end 127.21019 84.54519) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "32f4eb0d-8b7c-4e0f-8b4a-904219172497") + ) + (segment + (start 128.9 85.6) + (end 132.3 85.6) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "47c4da32-a886-4a7a-86ef-2f3db3797d7d") + ) + (segment + (start 145.5 74.8) + (end 142.869 74.8) + (width 0.635) + (layer "F.Cu") + (net 50) + (uuid "4be2d863-39fc-49fd-99c7-77790b42f677") + ) + (segment + (start 127.84519 84.54519) + (end 128.9 85.6) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "867dcf96-6334-4832-b3d2-cf7aefc9cce8") + ) + (segment + (start 132.44 85.46) + (end 132.44 84.1) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "8ac2bac7-c686-402e-9f05-089e132647d2") + ) + (segment + (start 126.685 83.6) + (end 126.685 84.02) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "a3d660d2-1195-4764-9c63-d090a7cbc79a") + ) + (segment + (start 127.21019 84.54519) + (end 127.84519 84.54519) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "e63748d3-3196-486f-8f95-bb4d9876653d") + ) + (segment + (start 142.869 74.8) + (end 142.866 74.803) + (width 0.635) + (layer "F.Cu") + (net 50) + (uuid "f4f6e269-d484-4c43-84cc-450e042e2e24") + ) + (via + (at 145.5 74.8) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 50) + (uuid "7c3fa13a-5250-4394-8d82-80430597df04") + ) + (segment + (start 144.8 80.1) + (end 145.5 79.4) + (width 0.635) + (layer "B.Cu") + (net 50) + (uuid "6024ea82-89e7-47fa-a1cd-0f37ee126f02") + ) + (segment + (start 142.371374 81.9) + (end 144.171374 80.1) + (width 0.635) + (layer "B.Cu") + (net 50) + (uuid "6afdccaa-d9c7-4949-88e8-e04bfdac5efc") + ) + (segment + (start 132.44 84.1) + (end 134.64 81.9) + (width 0.635) + (layer "B.Cu") + (net 50) + (uuid "8634edb8-50db-43d2-95bb-5918d2cd24cc") + ) + (segment + (start 145.5 79.4) + (end 145.5 74.8) + (width 0.635) + (layer "B.Cu") + (net 50) + (uuid "bca69a58-3f8f-4ac5-9ef0-70bfa6c247ee") + ) + (segment + (start 134.64 81.9) + (end 142.371374 81.9) + (width 0.635) + (layer "B.Cu") + (net 50) + (uuid "d2683b99-bb18-4d41-a0c5-df26e16e4210") + ) + (segment + (start 144.171374 80.1) + (end 144.8 80.1) + (width 0.635) + (layer "B.Cu") + (net 50) + (uuid "f368b66f-c8a4-4ccf-b925-3f03c13bf28f") + ) + (zone + (net 1) + (net_name "GND") + (layer "In1.Cu") + (uuid "00000000-0000-0000-0000-00005da4e9fa") + (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) + (smoothing fillet) + ) + (polygon + (pts + (xy 115.55 62.7) (xy 146.1 62.8) (xy 146.05 83.82) (xy 109.22 83.82) (xy 109.22 84.455) (xy 127.455 84.455) + (xy 128.4 85.4) (xy 139.5 85.4) (xy 139.5 84.455) (xy 146.685 84.455) (xy 146.685 63.5) (xy 152.4 63.5) + (xy 152.4 54.61) (xy 158.75 54.61) (xy 161.925 57.785) (xy 161.925 98.425) (xy 158.75 101.6) (xy 106.68 101.6) + (xy 103.505 98.425) (xy 103.505 58.42) (xy 107.315 54.61) (xy 115.57 54.61) + ) + ) + (filled_polygon + (layer "In1.Cu") + (pts + (xy 115.425924 61.516841) (xy 115.309469 61.633296) (xy 115.212179 61.778901) (xy 115.147305 61.93552) + (xy 115.109399 61.93552) (xy 114.937646 61.969684) (xy 114.775859 62.036699) (xy 114.630254 62.133989) + (xy 114.506427 62.257816) (xy 114.409137 62.403421) (xy 114.342122 62.565208) (xy 114.307958 62.736961) + (xy 114.307958 62.912079) (xy 114.342122 63.083832) (xy 114.409137 63.245619) (xy 114.506427 63.391224) + (xy 114.630254 63.515051) (xy 114.775859 63.612341) (xy 114.937646 63.679356) (xy 115.109399 63.71352) + (xy 115.284517 63.71352) (xy 115.45627 63.679356) (xy 115.618057 63.612341) (xy 115.763662 63.515051) + (xy 115.887489 63.391224) (xy 115.984779 63.245619) (xy 116.049653 63.089) (xy 116.087559 63.089) + (xy 116.259312 63.054836) (xy 116.421099 62.987821) (xy 116.566704 62.890531) (xy 116.62671 62.830525) + (xy 145.972698 62.926584) (xy 145.946794 73.816626) (xy 145.814878 73.761985) (xy 145.606321 73.7205) + (xy 145.393679 73.7205) (xy 145.185122 73.761985) (xy 144.988665 73.84336) (xy 144.811859 73.961498) + (xy 144.661498 74.111859) (xy 144.54336 74.288665) (xy 144.461985 74.485122) (xy 144.4205 74.693679) + (xy 144.4205 74.906321) (xy 144.461985 75.114878) (xy 144.54336 75.311335) (xy 144.661498 75.488141) + (xy 144.811859 75.638502) (xy 144.988665 75.75664) (xy 145.185122 75.838015) (xy 145.393679 75.8795) + (xy 145.606321 75.8795) (xy 145.814878 75.838015) (xy 145.942111 75.785313) (xy 145.923301 83.693) + (xy 138.845571 83.693) (xy 138.776277 83.501168) (xy 138.71586 83.388137) (xy 138.476993 83.322612) + (xy 138.106605 83.693) (xy 137.747395 83.693) (xy 138.297388 83.143007) (xy 138.231863 82.90414) + (xy 137.984884 82.78824) (xy 137.72004 82.72275) (xy 137.447508 82.710188) (xy 137.177762 82.751035) + (xy 136.921168 82.843723) (xy 136.808137 82.90414) (xy 136.742612 83.143007) (xy 137.292605 83.693) + (xy 136.933395 83.693) (xy 136.563007 83.322612) (xy 136.32414 83.388137) (xy 136.249836 83.546477) + (xy 136.207371 83.443957) (xy 136.055799 83.217114) (xy 135.862886 83.024201) (xy 135.636043 82.872629) + (xy 135.383989 82.768225) (xy 135.116411 82.715) (xy 134.843589 82.715) (xy 134.576011 82.768225) + (xy 134.323957 82.872629) (xy 134.097114 83.024201) (xy 133.904201 83.217114) (xy 133.752629 83.443957) + (xy 133.71 83.546873) (xy 133.667371 83.443957) (xy 133.515799 83.217114) (xy 133.322886 83.024201) + (xy 133.096043 82.872629) (xy 132.843989 82.768225) (xy 132.576411 82.715) (xy 132.303589 82.715) + (xy 132.036011 82.768225) (xy 131.783957 82.872629) (xy 131.557114 83.024201) (xy 131.364201 83.217114) + (xy 131.286445 83.333483) (xy 131.275812 83.225518) (xy 131.239502 83.10582) (xy 131.180537 82.995506) + (xy 131.101185 82.898815) (xy 131.004494 82.819463) (xy 130.89418 82.760498) (xy 130.774482 82.724188) + (xy 130.65 82.711928) (xy 129.15 82.711928) (xy 129.025518 82.724188) (xy 128.90582 82.760498) (xy 128.795506 82.819463) + (xy 128.698815 82.898815) (xy 128.619463 82.995506) (xy 128.560498 83.10582) (xy 128.524188 83.225518) + (xy 128.511928 83.35) (xy 128.511928 83.693) (xy 110.299768 83.693) (xy 110.21358 83.606812) (xy 110.127392 83.693) + (xy 110.08616 83.693) (xy 109.978486 83.437164) (xy 109.779088 83.338072) (xy 110.2 83.338072) (xy 110.324482 83.325812) + (xy 110.44418 83.289502) (xy 110.554494 83.230537) (xy 110.651185 83.151185) (xy 110.730537 83.054494) + (xy 110.789502 82.94418) (xy 110.825812 82.824482) (xy 110.838072 82.7) (xy 110.838072 81.693679) + (xy 125.4205 81.693679) (xy 125.4205 81.906321) (xy 125.461985 82.114878) (xy 125.54336 82.311335) + (xy 125.661498 82.488141) (xy 125.811859 82.638502) (xy 125.988665 82.75664) (xy 126.185122 82.838015) + (xy 126.393679 82.8795) (xy 126.606321 82.8795) (xy 126.814878 82.838015) (xy 127.011335 82.75664) + (xy 127.188141 82.638502) (xy 127.338502 82.488141) (xy 127.45664 82.311335) (xy 127.538015 82.114878) + (xy 127.5795 81.906321) (xy 127.5795 81.693679) (xy 127.538015 81.485122) (xy 127.45664 81.288665) + (xy 127.338502 81.111859) (xy 127.188141 80.961498) (xy 127.011335 80.84336) (xy 126.814878 80.761985) + (xy 126.606321 80.7205) (xy 126.393679 80.7205) (xy 126.185122 80.761985) (xy 125.988665 80.84336) + (xy 125.811859 80.961498) (xy 125.661498 81.111859) (xy 125.54336 81.288665) (xy 125.461985 81.485122) + (xy 125.4205 81.693679) (xy 110.838072 81.693679) (xy 110.838072 80.3) (xy 110.825812 80.175518) + (xy 110.789502 80.05582) (xy 110.730537 79.945506) (xy 110.651185 79.848815) (xy 110.554494 79.769463) + (xy 110.44418 79.710498) (xy 110.324482 79.674188) (xy 110.2 79.661928) (xy 107.8 79.661928) (xy 107.675518 79.674188) + (xy 107.55582 79.710498) (xy 107.445506 79.769463) (xy 107.348815 79.848815) (xy 107.269463 79.945506) + (xy 107.210498 80.05582) (xy 107.174188 80.175518) (xy 107.161928 80.3) (xy 107.161928 82.7) (xy 107.174188 82.824482) + (xy 107.210498 82.94418) (xy 107.269463 83.054494) (xy 107.348815 83.151185) (xy 107.445506 83.230537) + (xy 107.55582 83.289502) (xy 107.675518 83.325812) (xy 107.8 83.338072) (xy 108.206903 83.338072) + (xy 108.021514 83.437164) (xy 107.901626 83.72202) (xy 109 84.820395) (xy 109.014143 84.806253) + (xy 109.193748 84.985858) (xy 109.179605 85) (xy 110.27798 86.098374) (xy 110.562836 85.978486) + (xy 110.723699 85.65479) (xy 110.818322 85.305931) (xy 110.843067 84.945316) (xy 110.796985 84.586802) + (xy 110.795371 84.582) (xy 127.402394 84.582) (xy 128.310197 85.489803) (xy 128.329443 85.505597) + (xy 128.351399 85.517333) (xy 128.375224 85.52456) (xy 128.4 85.527) (xy 139.5 85.527) (xy 139.524776 85.52456) + (xy 139.548601 85.517333) (xy 139.570557 85.505597) (xy 139.589803 85.489803) (xy 139.605597 85.470557) + (xy 139.617333 85.448601) (xy 139.62456 85.424776) (xy 139.627 85.4) (xy 139.627 84.582) (xy 146.685 84.582) + (xy 146.709776 84.57956) (xy 146.733601 84.572333) (xy 146.755557 84.560597) (xy 146.774803 84.544803) + (xy 146.790597 84.525557) (xy 146.802333 84.503601) (xy 146.80956 84.479776) (xy 146.812 84.455) + (xy 146.812 79.9) (xy 153.609928 79.9) (xy 153.609928 82.3) (xy 153.622188 82.424482) (xy 153.658498 82.54418) + (xy 153.717463 82.654494) (xy 153.796815 82.751185) (xy 153.893506 82.830537) (xy 154.00382 82.889502) + (xy 154.123518 82.925812) (xy 154.248 82.938072) (xy 156.648 82.938072) (xy 156.772482 82.925812) + (xy 156.89218 82.889502) (xy 157.002494 82.830537) (xy 157.099185 82.751185) (xy 157.178537 82.654494) + (xy 157.237502 82.54418) (xy 157.273812 82.424482) (xy 157.286072 82.3) (xy 157.286072 79.9) (xy 157.273812 79.775518) + (xy 157.237502 79.65582) (xy 157.178537 79.545506) (xy 157.099185 79.448815) (xy 157.002494 79.369463) + (xy 156.89218 79.310498) (xy 156.772482 79.274188) (xy 156.648 79.261928) (xy 156.230838 79.261928) + (xy 156.317199 79.226156) (xy 156.617744 79.025338) (xy 156.873338 78.769744) (xy 157.074156 78.469199) + (xy 157.212482 78.13525) (xy 157.283 77.780732) (xy 157.283 77.419268) (xy 157.212482 77.06475) + (xy 157.074156 76.730801) (xy 156.873338 76.430256) (xy 156.617744 76.174662) (xy 156.317199 75.973844) + (xy 155.98325 75.835518) (xy 155.628732 75.765) (xy 155.267268 75.765) (xy 154.91275 75.835518) + (xy 154.578801 75.973844) (xy 154.278256 76.174662) (xy 154.022662 76.430256) (xy 153.821844 76.730801) + (xy 153.683518 77.06475) (xy 153.613 77.419268) (xy 153.613 77.780732) (xy 153.683518 78.13525) + (xy 153.821844 78.469199) (xy 154.022662 78.769744) (xy 154.278256 79.025338) (xy 154.578801 79.226156) + (xy 154.665162 79.261928) (xy 154.248 79.261928) (xy 154.123518 79.274188) (xy 154.00382 79.310498) + (xy 153.893506 79.369463) (xy 153.796815 79.448815) (xy 153.717463 79.545506) (xy 153.658498 79.65582) + (xy 153.622188 79.775518) (xy 153.609928 79.9) (xy 146.812 79.9) (xy 146.812 71.6) (xy 153.609928 71.6) + (xy 153.609928 74) (xy 153.622188 74.124482) (xy 153.658498 74.24418) (xy 153.717463 74.354494) + (xy 153.796815 74.451185) (xy 153.893506 74.530537) (xy 154.00382 74.589502) (xy 154.123518 74.625812) + (xy 154.248 74.638072) (xy 156.648 74.638072) (xy 156.772482 74.625812) (xy 156.89218 74.589502) + (xy 157.002494 74.530537) (xy 157.099185 74.451185) (xy 157.178537 74.354494) (xy 157.237502 74.24418) + (xy 157.273812 74.124482) (xy 157.286072 74) (xy 157.286072 71.6) (xy 157.273812 71.475518) (xy 157.237502 71.35582) + (xy 157.178537 71.245506) (xy 157.099185 71.148815) (xy 157.002494 71.069463) (xy 156.89218 71.010498) + (xy 156.772482 70.974188) (xy 156.648 70.961928) (xy 156.230838 70.961928) (xy 156.317199 70.926156) + (xy 156.617744 70.725338) (xy 156.873338 70.469744) (xy 157.074156 70.169199) (xy 157.212482 69.83525) + (xy 157.283 69.480732) (xy 157.283 69.119268) (xy 157.212482 68.76475) (xy 157.074156 68.430801) + (xy 156.873338 68.130256) (xy 156.617744 67.874662) (xy 156.317199 67.673844) (xy 155.98325 67.535518) + (xy 155.628732 67.465) (xy 155.267268 67.465) (xy 154.91275 67.535518) (xy 154.578801 67.673844) + (xy 154.278256 67.874662) (xy 154.022662 68.130256) (xy 153.821844 68.430801) (xy 153.683518 68.76475) + (xy 153.613 69.119268) (xy 153.613 69.480732) (xy 153.683518 69.83525) (xy 153.821844 70.169199) + (xy 154.022662 70.469744) (xy 154.278256 70.725338) (xy 154.578801 70.926156) (xy 154.665162 70.961928) + (xy 154.248 70.961928) (xy 154.123518 70.974188) (xy 154.00382 71.010498) (xy 153.893506 71.069463) + (xy 153.796815 71.148815) (xy 153.717463 71.245506) (xy 153.658498 71.35582) (xy 153.622188 71.475518) + (xy 153.609928 71.6) (xy 146.812 71.6) (xy 146.812 63.627) (xy 152.4 63.627) (xy 152.424776 63.62456) + (xy 152.448601 63.617333) (xy 152.470557 63.605597) (xy 152.489803 63.589803) (xy 152.505597 63.570557) + (xy 152.517333 63.548601) (xy 152.52456 63.524776) (xy 152.527 63.5) (xy 152.527 54.737) (xy 158.697394 54.737) + (xy 159.226702 55.266308) (xy 159.220128 55.265) (xy 158.779872 55.265) (xy 158.348075 55.35089) + (xy 157.941331 55.519369) (xy 157.575271 55.763962) (xy 157.263962 56.075271) (xy 157.019369 56.441331) + (xy 156.85089 56.848075) (xy 156.765 57.279872) (xy 156.765 57.720128) (xy 156.85089 58.151925) + (xy 157.019369 58.558669) (xy 157.263962 58.924729) (xy 157.575271 59.236038) (xy 157.941331 59.480631) + (xy 158.348075 59.64911) (xy 158.779872 59.735) (xy 159.220128 59.735) (xy 159.651925 59.64911) + (xy 160.058669 59.480631) (xy 160.424729 59.236038) (xy 160.736038 58.924729) (xy 160.980631 58.558669) + (xy 161.14911 58.151925) (xy 161.235 57.720128) (xy 161.235 57.279872) (xy 161.233692 57.273298) + (xy 161.798 57.837606) (xy 161.798 98.372394) (xy 161.181549 98.988845) (xy 161.235 98.720128) (xy 161.235 98.279872) + (xy 161.14911 97.848075) (xy 160.980631 97.441331) (xy 160.736038 97.075271) (xy 160.424729 96.763962) + (xy 160.058669 96.519369) (xy 159.651925 96.35089) (xy 159.220128 96.265) (xy 158.779872 96.265) + (xy 158.348075 96.35089) (xy 157.941331 96.519369) (xy 157.575271 96.763962) (xy 157.263962 97.075271) + (xy 157.019369 97.441331) (xy 156.85089 97.848075) (xy 156.765 98.279872) (xy 156.765 98.720128) + (xy 156.85089 99.151925) (xy 157.019369 99.558669) (xy 157.263962 99.924729) (xy 157.575271 100.236038) + (xy 157.941331 100.480631) (xy 158.348075 100.64911) (xy 158.779872 100.735) (xy 159.220128 100.735) + (xy 159.488845 100.681549) (xy 158.697394 101.473) (xy 106.732606 101.473) (xy 105.923773 100.664167) + (xy 106.279872 100.735) (xy 106.720128 100.735) (xy 107.151925 100.64911) (xy 107.558669 100.480631) + (xy 107.924729 100.236038) (xy 108.236038 99.924729) (xy 108.480631 99.558669) (xy 108.64911 99.151925) + (xy 108.735 98.720128) (xy 108.735 98.279872) (xy 108.64911 97.848075) (xy 108.480631 97.441331) + (xy 108.236038 97.075271) (xy 107.924729 96.763962) (xy 107.558669 96.519369) (xy 107.151925 96.35089) + (xy 106.720128 96.265) (xy 106.279872 96.265) (xy 105.848075 96.35089) (xy 105.441331 96.519369) + (xy 105.075271 96.763962) (xy 104.763962 97.075271) (xy 104.519369 97.441331) (xy 104.35089 97.848075) + (xy 104.265 98.279872) (xy 104.265 98.720128) (xy 104.335833 99.076227) (xy 103.632 98.372394) (xy 103.632 94.8) + (xy 114.861928 94.8) (xy 114.861928 97.2) (xy 114.874188 97.324482) (xy 114.910498 97.44418) (xy 114.969463 97.554494) + (xy 115.048815 97.651185) (xy 115.145506 97.730537) (xy 115.25582 97.789502) (xy 115.375518 97.825812) + (xy 115.5 97.838072) (xy 117.9 97.838072) (xy 118.024482 97.825812) (xy 118.14418 97.789502) (xy 118.254494 97.730537) + (xy 118.351185 97.651185) (xy 118.430537 97.554494) (xy 118.489502 97.44418) (xy 118.525812 97.324482) + (xy 118.538072 97.2) (xy 118.538072 96.782838) (xy 118.573844 96.869199) (xy 118.774662 97.169744) + (xy 119.030256 97.425338) (xy 119.330801 97.626156) (xy 119.66475 97.764482) (xy 120.019268 97.835) + (xy 120.380732 97.835) (xy 120.73525 97.764482) (xy 121.069199 97.626156) (xy 121.369744 97.425338) + (xy 121.625338 97.169744) (xy 121.826156 96.869199) (xy 121.964482 96.53525) (xy 122.035 96.180732) + (xy 122.035 95.819268) (xy 121.964482 95.46475) (xy 121.826156 95.130801) (xy 121.625338 94.830256) + (xy 121.595082 94.8) (xy 123.011928 94.8) (xy 123.011928 97.2) (xy 123.024188 97.324482) (xy 123.060498 97.44418) + (xy 123.119463 97.554494) (xy 123.198815 97.651185) (xy 123.295506 97.730537) (xy 123.40582 97.789502) + (xy 123.525518 97.825812) (xy 123.65 97.838072) (xy 126.05 97.838072) (xy 126.174482 97.825812) + (xy 126.29418 97.789502) (xy 126.404494 97.730537) (xy 126.501185 97.651185) (xy 126.580537 97.554494) + (xy 126.639502 97.44418) (xy 126.675812 97.324482) (xy 126.688072 97.2) (xy 126.688072 96.782838) + (xy 126.723844 96.869199) (xy 126.924662 97.169744) (xy 127.180256 97.425338) (xy 127.480801 97.626156) + (xy 127.81475 97.764482) (xy 128.169268 97.835) (xy 128.530732 97.835) (xy 128.88525 97.764482) + (xy 129.219199 97.626156) (xy 129.519744 97.425338) (xy 129.775338 97.169744) (xy 129.976156 96.869199) + (xy 130.114482 96.53525) (xy 130.185 96.180732) (xy 130.185 95.819268) (xy 130.114482 95.46475) + (xy 129.976156 95.130801) (xy 129.775338 94.830256) (xy 129.745082 94.8) (xy 131.139928 94.8) (xy 131.139928 97.2) + (xy 131.152188 97.324482) (xy 131.188498 97.44418) (xy 131.247463 97.554494) (xy 131.326815 97.651185) + (xy 131.423506 97.730537) (xy 131.53382 97.789502) (xy 131.653518 97.825812) (xy 131.778 97.838072) + (xy 134.178 97.838072) (xy 134.302482 97.825812) (xy 134.42218 97.789502) (xy 134.532494 97.730537) + (xy 134.629185 97.651185) (xy 134.708537 97.554494) (xy 134.767502 97.44418) (xy 134.803812 97.324482) + (xy 134.816072 97.2) (xy 134.816072 96.782838) (xy 134.851844 96.869199) (xy 135.052662 97.169744) + (xy 135.308256 97.425338) (xy 135.608801 97.626156) (xy 135.94275 97.764482) (xy 136.297268 97.835) + (xy 136.658732 97.835) (xy 137.01325 97.764482) (xy 137.347199 97.626156) (xy 137.647744 97.425338) + (xy 137.903338 97.169744) (xy 138.104156 96.869199) (xy 138.242482 96.53525) (xy 138.313 96.180732) + (xy 138.313 95.819268) (xy 138.242482 95.46475) (xy 138.104156 95.130801) (xy 137.903338 94.830256) + (xy 137.873082 94.8) (xy 139.311928 94.8) (xy 139.311928 97.2) (xy 139.324188 97.324482) (xy 139.360498 97.44418) + (xy 139.419463 97.554494) (xy 139.498815 97.651185) (xy 139.595506 97.730537) (xy 139.70582 97.789502) + (xy 139.825518 97.825812) (xy 139.95 97.838072) (xy 142.35 97.838072) (xy 142.474482 97.825812) + (xy 142.59418 97.789502) (xy 142.704494 97.730537) (xy 142.801185 97.651185) (xy 142.880537 97.554494) + (xy 142.939502 97.44418) (xy 142.975812 97.324482) (xy 142.988072 97.2) (xy 142.988072 96.782838) + (xy 143.023844 96.869199) (xy 143.224662 97.169744) (xy 143.480256 97.425338) (xy 143.780801 97.626156) + (xy 144.11475 97.764482) (xy 144.469268 97.835) (xy 144.830732 97.835) (xy 145.18525 97.764482) + (xy 145.519199 97.626156) (xy 145.819744 97.425338) (xy 146.075338 97.169744) (xy 146.276156 96.869199) + (xy 146.414482 96.53525) (xy 146.485 96.180732) (xy 146.485 95.819268) (xy 146.414482 95.46475) + (xy 146.276156 95.130801) (xy 146.075338 94.830256) (xy 146.045082 94.8) (xy 147.511928 94.8) (xy 147.511928 97.2) + (xy 147.524188 97.324482) (xy 147.560498 97.44418) (xy 147.619463 97.554494) (xy 147.698815 97.651185) + (xy 147.795506 97.730537) (xy 147.90582 97.789502) (xy 148.025518 97.825812) (xy 148.15 97.838072) + (xy 150.55 97.838072) (xy 150.674482 97.825812) (xy 150.79418 97.789502) (xy 150.904494 97.730537) + (xy 151.001185 97.651185) (xy 151.080537 97.554494) (xy 151.139502 97.44418) (xy 151.175812 97.324482) + (xy 151.188072 97.2) (xy 151.188072 96.782838) (xy 151.223844 96.869199) (xy 151.424662 97.169744) + (xy 151.680256 97.425338) (xy 151.980801 97.626156) (xy 152.31475 97.764482) (xy 152.669268 97.835) + (xy 153.030732 97.835) (xy 153.38525 97.764482) (xy 153.719199 97.626156) (xy 154.019744 97.425338) + (xy 154.275338 97.169744) (xy 154.476156 96.869199) (xy 154.614482 96.53525) (xy 154.685 96.180732) + (xy 154.685 95.819268) (xy 154.614482 95.46475) (xy 154.476156 95.130801) (xy 154.275338 94.830256) + (xy 154.019744 94.574662) (xy 153.719199 94.373844) (xy 153.38525 94.235518) (xy 153.030732 94.165) + (xy 152.669268 94.165) (xy 152.31475 94.235518) (xy 151.980801 94.373844) (xy 151.680256 94.574662) + (xy 151.424662 94.830256) (xy 151.223844 95.130801) (xy 151.188072 95.217162) (xy 151.188072 94.8) + (xy 151.175812 94.675518) (xy 151.139502 94.55582) (xy 151.080537 94.445506) (xy 151.001185 94.348815) + (xy 150.904494 94.269463) (xy 150.79418 94.210498) (xy 150.674482 94.174188) (xy 150.55 94.161928) + (xy 148.15 94.161928) (xy 148.025518 94.174188) (xy 147.90582 94.210498) (xy 147.795506 94.269463) + (xy 147.698815 94.348815) (xy 147.619463 94.445506) (xy 147.560498 94.55582) (xy 147.524188 94.675518) + (xy 147.511928 94.8) (xy 146.045082 94.8) (xy 145.819744 94.574662) (xy 145.519199 94.373844) (xy 145.18525 94.235518) + (xy 144.830732 94.165) (xy 144.469268 94.165) (xy 144.11475 94.235518) (xy 143.780801 94.373844) + (xy 143.480256 94.574662) (xy 143.224662 94.830256) (xy 143.023844 95.130801) (xy 142.988072 95.217162) + (xy 142.988072 94.8) (xy 142.975812 94.675518) (xy 142.939502 94.55582) (xy 142.880537 94.445506) + (xy 142.801185 94.348815) (xy 142.704494 94.269463) (xy 142.59418 94.210498) (xy 142.474482 94.174188) + (xy 142.35 94.161928) (xy 139.95 94.161928) (xy 139.825518 94.174188) (xy 139.70582 94.210498) (xy 139.595506 94.269463) + (xy 139.498815 94.348815) (xy 139.419463 94.445506) (xy 139.360498 94.55582) (xy 139.324188 94.675518) + (xy 139.311928 94.8) (xy 137.873082 94.8) (xy 137.647744 94.574662) (xy 137.347199 94.373844) (xy 137.01325 94.235518) + (xy 136.658732 94.165) (xy 136.297268 94.165) (xy 135.94275 94.235518) (xy 135.608801 94.373844) + (xy 135.308256 94.574662) (xy 135.052662 94.830256) (xy 134.851844 95.130801) (xy 134.816072 95.217162) + (xy 134.816072 94.8) (xy 134.803812 94.675518) (xy 134.767502 94.55582) (xy 134.708537 94.445506) + (xy 134.629185 94.348815) (xy 134.532494 94.269463) (xy 134.42218 94.210498) (xy 134.302482 94.174188) + (xy 134.178 94.161928) (xy 131.778 94.161928) (xy 131.653518 94.174188) (xy 131.53382 94.210498) + (xy 131.423506 94.269463) (xy 131.326815 94.348815) (xy 131.247463 94.445506) (xy 131.188498 94.55582) + (xy 131.152188 94.675518) (xy 131.139928 94.8) (xy 129.745082 94.8) (xy 129.519744 94.574662) (xy 129.219199 94.373844) + (xy 128.88525 94.235518) (xy 128.530732 94.165) (xy 128.169268 94.165) (xy 127.81475 94.235518) + (xy 127.480801 94.373844) (xy 127.180256 94.574662) (xy 126.924662 94.830256) (xy 126.723844 95.130801) + (xy 126.688072 95.217162) (xy 126.688072 94.8) (xy 126.675812 94.675518) (xy 126.639502 94.55582) + (xy 126.580537 94.445506) (xy 126.501185 94.348815) (xy 126.404494 94.269463) (xy 126.29418 94.210498) + (xy 126.174482 94.174188) (xy 126.05 94.161928) (xy 123.65 94.161928) (xy 123.525518 94.174188) + (xy 123.40582 94.210498) (xy 123.295506 94.269463) (xy 123.198815 94.348815) (xy 123.119463 94.445506) + (xy 123.060498 94.55582) (xy 123.024188 94.675518) (xy 123.011928 94.8) (xy 121.595082 94.8) (xy 121.369744 94.574662) + (xy 121.069199 94.373844) (xy 120.73525 94.235518) (xy 120.380732 94.165) (xy 120.019268 94.165) + (xy 119.66475 94.235518) (xy 119.330801 94.373844) (xy 119.030256 94.574662) (xy 118.774662 94.830256) + (xy 118.573844 95.130801) (xy 118.538072 95.217162) (xy 118.538072 94.8) (xy 118.525812 94.675518) + (xy 118.489502 94.55582) (xy 118.430537 94.445506) (xy 118.351185 94.348815) (xy 118.254494 94.269463) + (xy 118.14418 94.210498) (xy 118.024482 94.174188) (xy 117.9 94.161928) (xy 115.5 94.161928) (xy 115.375518 94.174188) + (xy 115.25582 94.210498) (xy 115.145506 94.269463) (xy 115.048815 94.348815) (xy 114.969463 94.445506) + (xy 114.910498 94.55582) (xy 114.874188 94.675518) (xy 114.861928 94.8) (xy 103.632 94.8) (xy 103.632 91.809267) + (xy 104.53368 91.809267) (xy 104.607558 92.09083) (xy 104.734947 92.35257) (xy 104.910951 92.584429) + (xy 105.128807 92.777496) (xy 105.380142 92.924352) (xy 105.64311 93.016476) (xy 105.873 92.895155) + (xy 105.873 91.577) (xy 104.673835 91.577) (xy 104.53368 91.809267) (xy 103.632 91.809267) (xy 103.632 91.090733) + (xy 104.53368 91.090733) (xy 104.673835 91.323) (xy 105.873 91.323) (xy 105.873 90.004845) (xy 106.127 90.004845) + (xy 106.127 91.323) (xy 106.147 91.323) (xy 106.147 91.577) (xy 106.127 91.577) (xy 106.127 92.895155) + (xy 106.35689 93.016476) (xy 106.619858 92.924352) (xy 106.871193 92.777496) (xy 107.089049 92.584429) + (xy 107.245538 92.378278) (xy 107.259294 92.404013) (xy 107.444866 92.630134) (xy 107.670986 92.815706) + (xy 107.928966 92.953599) (xy 108.208889 93.038513) (xy 108.5 93.067185) (xy 108.79111 93.038513) + (xy 109.071033 92.953599) (xy 109.329013 92.815706) (xy 109.555134 92.630134) (xy 109.607223 92.566663) + (xy 109.661595 92.668386) (xy 109.772038 92.802962) (xy 109.906614 92.913405) (xy 110.06015 92.995472) + (xy 110.226746 93.046008) (xy 110.4 93.063072) (xy 111.6 93.063072) (xy 111.773254 93.046008) (xy 111.93985 92.995472) + (xy 112.093386 92.913405) (xy 112.227962 92.802962) (xy 112.338405 92.668386) (xy 112.420472 92.51485) + (xy 112.471008 92.348254) (xy 112.488072 92.175) (xy 112.488072 90.725) (xy 112.471008 90.551746) + (xy 112.420472 90.38515) (xy 112.338405 90.231614) (xy 112.227962 90.097038) (xy 112.093386 89.986595) + (xy 111.93985 89.904528) (xy 111.773254 89.853992) (xy 111.6 89.836928) (xy 110.4 89.836928) (xy 110.226746 89.853992) + (xy 110.06015 89.904528) (xy 109.906614 89.986595) (xy 109.772038 90.097038) (xy 109.661595 90.231614) + (xy 109.607223 90.333337) (xy 109.555134 90.269866) (xy 109.329014 90.084294) (xy 109.071034 89.946401) + (xy 108.791111 89.861487) (xy 108.5 89.832815) (xy 108.20889 89.861487) (xy 107.928967 89.946401) + (xy 107.670987 90.084294) (xy 107.444866 90.269866) (xy 107.259294 90.495986) (xy 107.245538 90.521722) + (xy 107.089049 90.315571) (xy 106.871193 90.122504) (xy 106.619858 89.975648) (xy 106.35689 89.883524) + (xy 106.127 90.004845) (xy 105.873 90.004845) (xy 105.64311 89.883524) (xy 105.380142 89.975648) + (xy 105.128807 90.122504) (xy 104.910951 90.315571) (xy 104.734947 90.54743) (xy 104.607558 90.80917) + (xy 104.53368 91.090733) (xy 103.632 91.090733) (xy 103.632 88.3) (xy 153.609928 88.3) (xy 153.609928 90.7) + (xy 153.622188 90.824482) (xy 153.658498 90.94418) (xy 153.717463 91.054494) (xy 153.796815 91.151185) + (xy 153.893506 91.230537) (xy 154.00382 91.289502) (xy 154.123518 91.325812) (xy 154.248 91.338072) + (xy 156.648 91.338072) (xy 156.772482 91.325812) (xy 156.89218 91.289502) (xy 157.002494 91.230537) + (xy 157.099185 91.151185) (xy 157.178537 91.054494) (xy 157.237502 90.94418) (xy 157.273812 90.824482) + (xy 157.286072 90.7) (xy 157.286072 88.3) (xy 157.273812 88.175518) (xy 157.237502 88.05582) (xy 157.178537 87.945506) + (xy 157.099185 87.848815) (xy 157.002494 87.769463) (xy 156.89218 87.710498) (xy 156.772482 87.674188) + (xy 156.648 87.661928) (xy 156.230838 87.661928) (xy 156.317199 87.626156) (xy 156.617744 87.425338) + (xy 156.873338 87.169744) (xy 157.074156 86.869199) (xy 157.212482 86.53525) (xy 157.283 86.180732) + (xy 157.283 85.819268) (xy 157.212482 85.46475) (xy 157.074156 85.130801) (xy 156.873338 84.830256) + (xy 156.617744 84.574662) (xy 156.317199 84.373844) (xy 155.98325 84.235518) (xy 155.628732 84.165) + (xy 155.267268 84.165) (xy 154.91275 84.235518) (xy 154.578801 84.373844) (xy 154.278256 84.574662) + (xy 154.022662 84.830256) (xy 153.821844 85.130801) (xy 153.683518 85.46475) (xy 153.613 85.819268) + (xy 153.613 86.180732) (xy 153.683518 86.53525) (xy 153.821844 86.869199) (xy 154.022662 87.169744) + (xy 154.278256 87.425338) (xy 154.578801 87.626156) (xy 154.665162 87.661928) (xy 154.248 87.661928) + (xy 154.123518 87.674188) (xy 154.00382 87.710498) (xy 153.893506 87.769463) (xy 153.796815 87.848815) + (xy 153.717463 87.945506) (xy 153.658498 88.05582) (xy 153.622188 88.175518) (xy 153.609928 88.3) + (xy 103.632 88.3) (xy 103.632 86.27798) (xy 107.901626 86.27798) (xy 108.021514 86.562836) (xy 108.34521 86.723699) + (xy 108.694069 86.818322) (xy 109.054684 86.843067) (xy 109.413198 86.796985) (xy 109.755833 86.681846) + (xy 109.978486 86.562836) (xy 110.098374 86.27798) (xy 109 85.179605) (xy 107.901626 86.27798) (xy 103.632 86.27798) + (xy 103.632 85.054684) (xy 107.156933 85.054684) (xy 107.203015 85.413198) (xy 107.318154 85.755833) + (xy 107.437164 85.978486) (xy 107.72202 86.098374) (xy 108.820395 85) (xy 107.72202 83.901626) (xy 107.437164 84.021514) + (xy 107.276301 84.34521) (xy 107.181678 84.694069) (xy 107.156933 85.054684) (xy 103.632 85.054684) + (xy 103.632 78.17798) (xy 107.901626 78.17798) (xy 108.021514 78.462836) (xy 108.34521 78.623699) + (xy 108.694069 78.718322) (xy 109.054684 78.743067) (xy 109.413198 78.696985) (xy 109.755833 78.581846) + (xy 109.885681 78.512441) (xy 143.711 78.512441) (xy 143.711 78.687559) (xy 143.745164 78.859312) + (xy 143.812179 79.021099) (xy 143.909469 79.166704) (xy 144.033296 79.290531) (xy 144.178901 79.387821) + (xy 144.340688 79.454836) (xy 144.512441 79.489) (xy 144.687559 79.489) (xy 144.859312 79.454836) + (xy 145.021099 79.387821) (xy 145.166704 79.290531) (xy 145.290531 79.166704) (xy 145.387821 79.021099) + (xy 145.454836 78.859312) (xy 145.489 78.687559) (xy 145.489 78.512441) (xy 145.454836 78.340688) + (xy 145.387821 78.178901) (xy 145.290531 78.033296) (xy 145.166704 77.909469) (xy 145.021099 77.812179) + (xy 144.859312 77.745164) (xy 144.687559 77.711) (xy 144.512441 77.711) (xy 144.340688 77.745164) + (xy 144.178901 77.812179) (xy 144.033296 77.909469) (xy 143.909469 78.033296) (xy 143.812179 78.178901) + (xy 143.745164 78.340688) (xy 143.711 78.512441) (xy 109.885681 78.512441) (xy 109.978486 78.462836) + (xy 110.098374 78.17798) (xy 109 77.079605) (xy 107.901626 78.17798) (xy 103.632 78.17798) (xy 103.632 76.954684) + (xy 107.156933 76.954684) (xy 107.203015 77.313198) (xy 107.318154 77.655833) (xy 107.437164 77.878486) + (xy 107.72202 77.998374) (xy 108.820395 76.9) (xy 109.179605 76.9) (xy 110.27798 77.998374) (xy 110.562836 77.878486) + (xy 110.723699 77.55479) (xy 110.818322 77.205931) (xy 110.843067 76.845316) (xy 110.796985 76.486802) + (xy 110.681846 76.144167) (xy 110.562836 75.921514) (xy 110.27798 75.801626) (xy 109.179605 76.9) + (xy 108.820395 76.9) (xy 107.72202 75.801626) (xy 107.437164 75.921514) (xy 107.276301 76.24521) + (xy 107.181678 76.594069) (xy 107.156933 76.954684) (xy 103.632 76.954684) (xy 103.632 72.2) (xy 107.161928 72.2) + (xy 107.161928 74.6) (xy 107.174188 74.724482) (xy 107.210498 74.84418) (xy 107.269463 74.954494) + (xy 107.348815 75.051185) (xy 107.445506 75.130537) (xy 107.55582 75.189502) (xy 107.675518 75.225812) + (xy 107.8 75.238072) (xy 108.206903 75.238072) (xy 108.021514 75.337164) (xy 107.901626 75.62202) + (xy 109 76.720395) (xy 110.026715 75.693679) (xy 115.3205 75.693679) (xy 115.3205 75.906321) (xy 115.361985 76.114878) + (xy 115.44336 76.311335) (xy 115.561498 76.488141) (xy 115.711859 76.638502) (xy 115.888665 76.75664) + (xy 116.085122 76.838015) (xy 116.293679 76.8795) (xy 116.506321 76.8795) (xy 116.714878 76.838015) + (xy 116.911335 76.75664) (xy 117.05 76.663987) (xy 117.188665 76.75664) (xy 117.385122 76.838015) + (xy 117.593679 76.8795) (xy 117.806321 76.8795) (xy 118.014878 76.838015) (xy 118.211335 76.75664) + (xy 118.388141 76.638502) (xy 118.538502 76.488141) (xy 118.65664 76.311335) (xy 118.738015 76.114878) + (xy 118.7795 75.906321) (xy 118.7795 75.693679) (xy 118.738015 75.485122) (xy 118.65664 75.288665) + (xy 118.538502 75.111859) (xy 118.388141 74.961498) (xy 118.211335 74.84336) (xy 118.014878 74.761985) + (xy 117.806321 74.7205) (xy 117.593679 74.7205) (xy 117.385122 74.761985) (xy 117.188665 74.84336) + (xy 117.05 74.936013) (xy 116.911335 74.84336) (xy 116.714878 74.761985) (xy 116.506321 74.7205) + (xy 116.293679 74.7205) (xy 116.085122 74.761985) (xy 115.888665 74.84336) (xy 115.711859 74.961498) + (xy 115.561498 75.111859) (xy 115.44336 75.288665) (xy 115.361985 75.485122) (xy 115.3205 75.693679) + (xy 110.026715 75.693679) (xy 110.098374 75.62202) (xy 109.978486 75.337164) (xy 109.779088 75.238072) + (xy 110.2 75.238072) (xy 110.324482 75.225812) (xy 110.44418 75.189502) (xy 110.554494 75.130537) + (xy 110.651185 75.051185) (xy 110.730537 74.954494) (xy 110.789502 74.84418) (xy 110.825812 74.724482) + (xy 110.838072 74.6) (xy 110.838072 72.2) (xy 110.825812 72.075518) (xy 110.789502 71.95582) (xy 110.730537 71.845506) + (xy 110.651185 71.748815) (xy 110.554494 71.669463) (xy 110.44418 71.610498) (xy 110.324482 71.574188) + (xy 110.2 71.561928) (xy 107.8 71.561928) (xy 107.675518 71.574188) (xy 107.55582 71.610498) (xy 107.445506 71.669463) + (xy 107.348815 71.748815) (xy 107.269463 71.845506) (xy 107.210498 71.95582) (xy 107.174188 72.075518) + (xy 107.161928 72.2) (xy 103.632 72.2) (xy 103.632 70.762085) (xy 103.6955 70.775) (xy 104.0455 70.775) + (xy 104.0455 69.667) (xy 104.2995 69.667) (xy 104.2995 70.775) (xy 104.6495 70.775) (xy 104.887996 70.726493) + (xy 105.112446 70.63239) (xy 105.314225 70.496307) (xy 105.485578 70.323474) (xy 105.619921 70.120533) + (xy 105.712091 69.895282) (xy 105.715962 69.857609) (xy 105.591231 69.667) (xy 104.2995 69.667) + (xy 104.0455 69.667) (xy 104.0255 69.667) (xy 104.0255 69.479133) (xy 106.112972 69.479133) (xy 106.175465 69.71545) + (xy 106.418178 69.82885) (xy 106.678349 69.892719) (xy 106.945982 69.904604) (xy 107.210791 69.864048) + (xy 107.4626 69.772609) (xy 107.569535 69.71545) (xy 107.632028 69.479133) (xy 106.8725 68.719605) + (xy 106.112972 69.479133) (xy 104.0255 69.479133) (xy 104.0255 69.413) (xy 104.0455 69.413) (xy 104.0455 68.305) + (xy 104.2995 68.305) (xy 104.2995 69.413) (xy 105.591231 69.413) (xy 105.705003 69.239138) (xy 105.933367 69.299528) + (xy 106.692895 68.54) (xy 107.052105 68.54) (xy 107.811633 69.299528) (xy 108.04795 69.237035) (xy 108.16135 68.994322) + (xy 108.225219 68.734151) (xy 108.237104 68.466518) (xy 108.196548 68.201709) (xy 108.105109 67.9499) + (xy 108.075058 67.893679) (xy 108.3205 67.893679) (xy 108.3205 68.106321) (xy 108.361985 68.314878) + (xy 108.44336 68.511335) (xy 108.561498 68.688141) (xy 108.711859 68.838502) (xy 108.888665 68.95664) + (xy 109.085122 69.038015) (xy 109.293679 69.0795) (xy 109.506321 69.0795) (xy 109.714878 69.038015) + (xy 109.911335 68.95664) (xy 110.088141 68.838502) (xy 110.238502 68.688141) (xy 110.35664 68.511335) + (xy 110.397603 68.412441) (xy 110.511 68.412441) (xy 110.511 68.587559) (xy 110.545164 68.759312) + (xy 110.612179 68.921099) (xy 110.709469 69.066704) (xy 110.833296 69.190531) (xy 110.978901 69.287821) + (xy 111.140688 69.354836) (xy 111.312441 69.389) (xy 111.487559 69.389) (xy 111.659312 69.354836) + (xy 111.821099 69.287821) (xy 111.899135 69.235679) (xy 112.2045 69.235679) (xy 112.2045 69.448321) + (xy 112.245985 69.656878) (xy 112.32736 69.853335) (xy 112.445498 70.030141) (xy 112.595859 70.180502) + (xy 112.772665 70.29864) (xy 112.969122 70.380015) (xy 113.177679 70.4215) (xy 113.390321 70.4215) + (xy 113.598878 70.380015) (xy 113.795335 70.29864) (xy 113.972141 70.180502) (xy 114.122502 70.030141) + (xy 114.24064 69.853335) (xy 114.322015 69.656878) (xy 114.3635 69.448321) (xy 114.3635 69.235679) + (xy 114.322015 69.027122) (xy 114.291599 68.953691) (xy 117.86975 68.953691) (xy 117.86975 69.128809) + (xy 117.903914 69.300562) (xy 117.970929 69.462349) (xy 118.068219 69.607954) (xy 118.192046 69.731781) + (xy 118.337651 69.829071) (xy 118.499438 69.896086) (xy 118.671191 69.93025) (xy 118.846309 69.93025) + (xy 119.018062 69.896086) (xy 119.179849 69.829071) (xy 119.325454 69.731781) (xy 119.449281 69.607954) + (xy 119.546571 69.462349) (xy 119.613586 69.300562) (xy 119.64775 69.128809) (xy 119.64775 68.953691) + (xy 119.613586 68.781938) (xy 119.5848 68.712441) (xy 121.511 68.712441) (xy 121.511 68.887559) + (xy 121.545164 69.059312) (xy 121.612179 69.221099) (xy 121.709469 69.366704) (xy 121.833296 69.490531) + (xy 121.978901 69.587821) (xy 122.140688 69.654836) (xy 122.312441 69.689) (xy 122.487559 69.689) + (xy 122.659312 69.654836) (xy 122.821099 69.587821) (xy 122.966704 69.490531) (xy 123.090531 69.366704) + (xy 123.187821 69.221099) (xy 123.254836 69.059312) (xy 123.289 68.887559) (xy 123.289 68.712441) + (xy 123.254836 68.540688) (xy 123.187821 68.378901) (xy 123.090531 68.233296) (xy 122.966704 68.109469) + (xy 122.821099 68.012179) (xy 122.659312 67.945164) (xy 122.487559 67.911) (xy 122.312441 67.911) + (xy 122.140688 67.945164) (xy 121.978901 68.012179) (xy 121.833296 68.109469) (xy 121.709469 68.233296) + (xy 121.612179 68.378901) (xy 121.545164 68.540688) (xy 121.511 68.712441) (xy 119.5848 68.712441) + (xy 119.546571 68.620151) (xy 119.449281 68.474546) (xy 119.325454 68.350719) (xy 119.179849 68.253429) + (xy 119.018062 68.186414) (xy 118.846309 68.15225) (xy 118.671191 68.15225) (xy 118.499438 68.186414) + (xy 118.337651 68.253429) (xy 118.192046 68.350719) (xy 118.068219 68.474546) (xy 117.970929 68.620151) + (xy 117.903914 68.781938) (xy 117.86975 68.953691) (xy 114.291599 68.953691) (xy 114.24064 68.830665) + (xy 114.122502 68.653859) (xy 113.972141 68.503498) (xy 113.795335 68.38536) (xy 113.598878 68.303985) + (xy 113.390321 68.2625) (xy 113.177679 68.2625) (xy 112.969122 68.303985) (xy 112.772665 68.38536) + (xy 112.595859 68.503498) (xy 112.445498 68.653859) (xy 112.32736 68.830665) (xy 112.245985 69.027122) + (xy 112.2045 69.235679) (xy 111.899135 69.235679) (xy 111.966704 69.190531) (xy 112.090531 69.066704) + (xy 112.187821 68.921099) (xy 112.254836 68.759312) (xy 112.289 68.587559) (xy 112.289 68.412441) + (xy 112.254836 68.240688) (xy 112.187821 68.078901) (xy 112.090531 67.933296) (xy 111.966704 67.809469) + (xy 111.821099 67.712179) (xy 111.659312 67.645164) (xy 111.487559 67.611) (xy 111.312441 67.611) + (xy 111.140688 67.645164) (xy 110.978901 67.712179) (xy 110.833296 67.809469) (xy 110.709469 67.933296) + (xy 110.612179 68.078901) (xy 110.545164 68.240688) (xy 110.511 68.412441) (xy 110.397603 68.412441) + (xy 110.438015 68.314878) (xy 110.4795 68.106321) (xy 110.4795 67.893679) (xy 110.438015 67.685122) + (xy 110.35664 67.488665) (xy 110.238502 67.311859) (xy 110.088141 67.161498) (xy 109.911335 67.04336) + (xy 109.714878 66.961985) (xy 109.506321 66.9205) (xy 109.293679 66.9205) (xy 109.085122 66.961985) + (xy 108.888665 67.04336) (xy 108.711859 67.161498) (xy 108.561498 67.311859) (xy 108.44336 67.488665) + (xy 108.361985 67.685122) (xy 108.3205 67.893679) (xy 108.075058 67.893679) (xy 108.04795 67.842965) + (xy 107.811633 67.780472) (xy 107.052105 68.54) (xy 106.692895 68.54) (xy 105.933367 67.780472) + (xy 105.69705 67.842965) (xy 105.58365 68.085678) (xy 105.519781 68.345849) (xy 105.507896 68.613482) + (xy 105.543115 68.843442) (xy 105.485578 68.756526) (xy 105.314225 68.583693) (xy 105.112446 68.44761) + (xy 104.887996 68.353507) (xy 104.6495 68.305) (xy 104.2995 68.305) (xy 104.0455 68.305) (xy 103.6955 68.305) + (xy 103.632 68.317915) (xy 103.632 67.600867) (xy 106.112972 67.600867) (xy 106.8725 68.360395) + (xy 107.632028 67.600867) (xy 107.569535 67.36455) (xy 107.326822 67.25115) (xy 107.066651 67.187281) + (xy 106.799018 67.175396) (xy 106.534209 67.215952) (xy 106.2824 67.307391) (xy 106.175465 67.36455) + (xy 106.112972 67.600867) (xy 103.632 67.600867) (xy 103.632 64.479133) (xy 106.112972 64.479133) + (xy 106.175465 64.71545) (xy 106.418178 64.82885) (xy 106.678349 64.892719) (xy 106.945982 64.904604) + (xy 107.210791 64.864048) (xy 107.4626 64.772609) (xy 107.569535 64.71545) (xy 107.583225 64.663679) + (xy 108.1405 64.663679) (xy 108.1405 64.876321) (xy 108.181985 65.084878) (xy 108.26336 65.281335) + (xy 108.381498 65.458141) (xy 108.531859 65.608502) (xy 108.708665 65.72664) (xy 108.905122 65.808015) + (xy 109.113679 65.8495) (xy 109.151266 65.8495) (xy 109.194179 65.953099) (xy 109.291469 66.098704) + (xy 109.415296 66.222531) (xy 109.560901 66.319821) (xy 109.722688 66.386836) (xy 109.894441 66.421) + (xy 110.069559 66.421) (xy 110.115046 66.411952) (xy 110.143164 66.553312) (xy 110.210179 66.715099) + (xy 110.307469 66.860704) (xy 110.431296 66.984531) (xy 110.576901 67.081821) (xy 110.738688 67.148836) + (xy 110.910441 67.183) (xy 111.085559 67.183) (xy 111.257312 67.148836) (xy 111.345176 67.112441) + (xy 118.311 67.112441) (xy 118.311 67.287559) (xy 118.345164 67.459312) (xy 118.412179 67.621099) + (xy 118.509469 67.766704) (xy 118.633296 67.890531) (xy 118.778901 67.987821) (xy 118.940688 68.054836) + (xy 119.112441 68.089) (xy 119.287559 68.089) (xy 119.459312 68.054836) (xy 119.621099 67.987821) + (xy 119.766704 67.890531) (xy 119.890531 67.766704) (xy 119.987821 67.621099) (xy 120.054836 67.459312) + (xy 120.089 67.287559) (xy 120.089 67.112441) (xy 120.054836 66.940688) (xy 119.987821 66.778901) + (xy 119.890531 66.633296) (xy 119.766704 66.509469) (xy 119.621099 66.412179) (xy 119.459312 66.345164) + (xy 119.287559 66.311) (xy 119.112441 66.311) (xy 118.940688 66.345164) (xy 118.778901 66.412179) + (xy 118.633296 66.509469) (xy 118.509469 66.633296) (xy 118.412179 66.778901) (xy 118.345164 66.940688) + (xy 118.311 67.112441) (xy 111.345176 67.112441) (xy 111.419099 67.081821) (xy 111.564704 66.984531) + (xy 111.688531 66.860704) (xy 111.785821 66.715099) (xy 111.852836 66.553312) (xy 111.887 66.381559) + (xy 111.887 66.206441) (xy 111.852836 66.034688) (xy 111.785821 65.872901) (xy 111.778832 65.862441) + (xy 143.411 65.862441) (xy 143.411 66.037559) (xy 143.445164 66.209312) (xy 143.512179 66.371099) + (xy 143.609469 66.516704) (xy 143.667765 66.575) (xy 143.609469 66.633296) (xy 143.512179 66.778901) + (xy 143.445164 66.940688) (xy 143.411 67.112441) (xy 143.411 67.287559) (xy 143.445164 67.459312) + (xy 143.512179 67.621099) (xy 143.609469 67.766704) (xy 143.733296 67.890531) (xy 143.878901 67.987821) + (xy 144.040688 68.054836) (xy 144.212441 68.089) (xy 144.387559 68.089) (xy 144.559312 68.054836) + (xy 144.721099 67.987821) (xy 144.866704 67.890531) (xy 144.990531 67.766704) (xy 145.087821 67.621099) + (xy 145.154836 67.459312) (xy 145.189 67.287559) (xy 145.189 67.112441) (xy 145.154836 66.940688) + (xy 145.087821 66.778901) (xy 144.990531 66.633296) (xy 144.932235 66.575) (xy 144.990531 66.516704) + (xy 145.087821 66.371099) (xy 145.154836 66.209312) (xy 145.189 66.037559) (xy 145.189 65.862441) + (xy 145.154836 65.690688) (xy 145.087821 65.528901) (xy 144.990531 65.383296) (xy 144.866704 65.259469) + (xy 144.721099 65.162179) (xy 144.559312 65.095164) (xy 144.387559 65.061) (xy 144.212441 65.061) + (xy 144.040688 65.095164) (xy 143.878901 65.162179) (xy 143.733296 65.259469) (xy 143.609469 65.383296) + (xy 143.512179 65.528901) (xy 143.445164 65.690688) (xy 143.411 65.862441) (xy 111.778832 65.862441) + (xy 111.688531 65.727296) (xy 111.564704 65.603469) (xy 111.419099 65.506179) (xy 111.257312 65.439164) + (xy 111.085559 65.405) (xy 110.910441 65.405) (xy 110.864954 65.414048) (xy 110.836836 65.272688) + (xy 110.769821 65.110901) (xy 110.672531 64.965296) (xy 110.548704 64.841469) (xy 110.403099 64.744179) + (xy 110.2995 64.701266) (xy 110.2995 64.663679) (xy 110.266539 64.497977) (xy 110.366335 64.45664) + (xy 110.543141 64.338502) (xy 110.693502 64.188141) (xy 110.744083 64.112441) (xy 116.711 64.112441) + (xy 116.711 64.287559) (xy 116.745164 64.459312) (xy 116.812179 64.621099) (xy 116.909469 64.766704) + (xy 117.033296 64.890531) (xy 117.178901 64.987821) (xy 117.340688 65.054836) (xy 117.512441 65.089) + (xy 117.687559 65.089) (xy 117.859312 65.054836) (xy 118.021099 64.987821) (xy 118.166704 64.890531) + (xy 118.290531 64.766704) (xy 118.387821 64.621099) (xy 118.454836 64.459312) (xy 118.489 64.287559) + (xy 118.489 64.112441) (xy 118.472339 64.028679) (xy 122.1105 64.028679) (xy 122.1105 64.241321) + (xy 122.151985 64.449878) (xy 122.23336 64.646335) (xy 122.351498 64.823141) (xy 122.501859 64.973502) + (xy 122.678665 65.09164) (xy 122.875122 65.173015) (xy 123.083679 65.2145) (xy 123.296321 65.2145) + (xy 123.504878 65.173015) (xy 123.701335 65.09164) (xy 123.878141 64.973502) (xy 124.028502 64.823141) + (xy 124.14664 64.646335) (xy 124.228015 64.449878) (xy 124.2695 64.241321) (xy 124.2695 64.028679) + (xy 124.228015 63.820122) (xy 124.14664 63.623665) (xy 124.028502 63.446859) (xy 123.878141 63.296498) + (xy 123.701335 63.17836) (xy 123.504878 63.096985) (xy 123.296321 63.0555) (xy 123.083679 63.0555) + (xy 122.875122 63.096985) (xy 122.678665 63.17836) (xy 122.501859 63.296498) (xy 122.351498 63.446859) + (xy 122.23336 63.623665) (xy 122.151985 63.820122) (xy 122.1105 64.028679) (xy 118.472339 64.028679) + (xy 118.454836 63.940688) (xy 118.387821 63.778901) (xy 118.290531 63.633296) (xy 118.166704 63.509469) + (xy 118.021099 63.412179) (xy 117.859312 63.345164) (xy 117.687559 63.311) (xy 117.512441 63.311) + (xy 117.340688 63.345164) (xy 117.178901 63.412179) (xy 117.033296 63.509469) (xy 116.909469 63.633296) + (xy 116.812179 63.778901) (xy 116.745164 63.940688) (xy 116.711 64.112441) (xy 110.744083 64.112441) + (xy 110.81164 64.011335) (xy 110.893015 63.814878) (xy 110.9345 63.606321) (xy 110.9345 63.393679) + (xy 110.893015 63.185122) (xy 110.81164 62.988665) (xy 110.693502 62.811859) (xy 110.543141 62.661498) + (xy 110.366335 62.54336) (xy 110.169878 62.461985) (xy 109.961321 62.4205) (xy 109.748679 62.4205) + (xy 109.540122 62.461985) (xy 109.343665 62.54336) (xy 109.166859 62.661498) (xy 109.016498 62.811859) + (xy 108.89836 62.988665) (xy 108.816985 63.185122) (xy 108.7755 63.393679) (xy 108.7755 63.606321) + (xy 108.808461 63.772023) (xy 108.708665 63.81336) (xy 108.531859 63.931498) (xy 108.381498 64.081859) + (xy 108.26336 64.258665) (xy 108.181985 64.455122) (xy 108.1405 64.663679) (xy 107.583225 64.663679) + (xy 107.632028 64.479133) (xy 106.8725 63.719605) (xy 106.112972 64.479133) (xy 103.632 64.479133) + (xy 103.632 63.762085) (xy 103.6955 63.775) (xy 104.0455 63.775) (xy 104.0455 62.667) (xy 104.2995 62.667) + (xy 104.2995 63.775) (xy 104.6495 63.775) (xy 104.887996 63.726493) (xy 105.112446 63.63239) (xy 105.314225 63.496307) + (xy 105.485578 63.323474) (xy 105.548671 63.228164) (xy 105.519781 63.345849) (xy 105.507896 63.613482) + (xy 105.548452 63.878291) (xy 105.639891 64.1301) (xy 105.69705 64.237035) (xy 105.933367 64.299528) + (xy 106.692895 63.54) (xy 107.052105 63.54) (xy 107.811633 64.299528) (xy 108.04795 64.237035) (xy 108.16135 63.994322) + (xy 108.225219 63.734151) (xy 108.237104 63.466518) (xy 108.196548 63.201709) (xy 108.105109 62.9499) + (xy 108.04795 62.842965) (xy 107.811633 62.780472) (xy 107.052105 63.54) (xy 106.692895 63.54) (xy 105.933367 62.780472) + (xy 105.705003 62.840862) (xy 105.591231 62.667) (xy 104.2995 62.667) (xy 104.0455 62.667) (xy 104.0255 62.667) + (xy 104.0255 62.600867) (xy 106.112972 62.600867) (xy 106.8725 63.360395) (xy 107.632028 62.600867) + (xy 107.569535 62.36455) (xy 107.326822 62.25115) (xy 107.066651 62.187281) (xy 106.799018 62.175396) + (xy 106.534209 62.215952) (xy 106.2824 62.307391) (xy 106.175465 62.36455) (xy 106.112972 62.600867) + (xy 104.0255 62.600867) (xy 104.0255 62.413) (xy 104.0455 62.413) (xy 104.0455 61.305) (xy 104.2995 61.305) + (xy 104.2995 62.413) (xy 105.591231 62.413) (xy 105.715962 62.222391) (xy 105.712091 62.184718) + (xy 105.619921 61.959467) (xy 105.485578 61.756526) (xy 105.314225 61.583693) (xy 105.112446 61.44761) + (xy 104.887996 61.353507) (xy 104.6495 61.305) (xy 104.2995 61.305) (xy 104.0455 61.305) (xy 103.6955 61.305) + (xy 103.632 61.317915) (xy 103.632 58.472606) (xy 104.251414 57.853192) (xy 104.30089 58.101925) + (xy 104.469369 58.508669) (xy 104.713962 58.874729) (xy 105.025271 59.186038) (xy 105.391331 59.430631) + (xy 105.798075 59.59911) (xy 106.229872 59.685) (xy 106.670128 59.685) (xy 107.101925 59.59911) + (xy 107.508669 59.430631) (xy 107.874729 59.186038) (xy 108.186038 58.874729) (xy 108.430631 58.508669) + (xy 108.59911 58.101925) (xy 108.685 57.670128) (xy 108.685 57.229872) (xy 108.59911 56.798075) + (xy 108.430631 56.391331) (xy 108.186038 56.025271) (xy 107.874729 55.713962) (xy 107.508669 55.469369) + (xy 107.101925 55.30089) (xy 106.853192 55.251414) (xy 107.367606 54.737) (xy 115.442685 54.737) + ) + ) + ) + (zone + (net 2) + (net_name "+3V3") + (layer "In2.Cu") + (uuid "00000000-0000-0000-0000-00005da4b485") + (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) + (smoothing fillet) + ) + (polygon + (pts + (xy 106.648875 54.61) (xy 103.473875 57.785) (xy 103.473875 71) (xy 112.363875 71) (xy 112.363875 82.55) + (xy 146.018875 82.55) (xy 146.018875 62.865) (xy 116.173875 62.865) (xy 116.173875 54.61) + ) + ) + (filled_polygon + (layer "In2.Cu") + (pts + (xy 110.04336 54.888665) (xy 109.961985 55.085122) (xy 109.9205 55.293679) (xy 109.9205 55.506321) + (xy 109.961985 55.714878) (xy 110.04336 55.911335) (xy 110.161498 56.088141) (xy 110.311859 56.238502) + (xy 110.488665 56.35664) (xy 110.685122 56.438015) (xy 110.893679 56.4795) (xy 111.106321 56.4795) + (xy 111.314878 56.438015) (xy 111.511335 56.35664) (xy 111.688141 56.238502) (xy 111.838502 56.088141) + (xy 111.95664 55.911335) (xy 112.038015 55.714878) (xy 112.0795 55.506321) (xy 112.0795 55.293679) + (xy 112.038015 55.085122) (xy 111.95664 54.888665) (xy 111.855301 54.737) (xy 116.046875 54.737) + (xy 116.046875 60.700396) (xy 116.033296 60.709469) (xy 115.909469 60.833296) (xy 115.812179 60.978901) + (xy 115.745164 61.140688) (xy 115.711 61.312441) (xy 115.711 61.357461) (xy 115.578901 61.412179) + (xy 115.433296 61.509469) (xy 115.309469 61.633296) (xy 115.212179 61.778901) (xy 115.147305 61.93552) + (xy 115.109399 61.93552) (xy 114.937646 61.969684) (xy 114.775859 62.036699) (xy 114.630254 62.133989) + (xy 114.506427 62.257816) (xy 114.409137 62.403421) (xy 114.342122 62.565208) (xy 114.307958 62.736961) + (xy 114.307958 62.912079) (xy 114.342122 63.083832) (xy 114.409137 63.245619) (xy 114.506427 63.391224) + (xy 114.630254 63.515051) (xy 114.775859 63.612341) (xy 114.937646 63.679356) (xy 115.109399 63.71352) + (xy 115.284517 63.71352) (xy 115.45627 63.679356) (xy 115.618057 63.612341) (xy 115.763662 63.515051) + (xy 115.887489 63.391224) (xy 115.984779 63.245619) (xy 116.049653 63.089) (xy 116.087559 63.089) + (xy 116.259312 63.054836) (xy 116.41101 62.992) (xy 119.885357 62.992) (xy 119.811498 63.065859) + (xy 119.69336 63.242665) (xy 119.611985 63.439122) (xy 119.5705 63.647679) (xy 119.5705 63.860321) + (xy 119.611985 64.068878) (xy 119.69336 64.265335) (xy 119.811498 64.442141) (xy 119.961859 64.592502) + (xy 120.138665 64.71064) (xy 120.335122 64.792015) (xy 120.543679 64.8335) (xy 120.756321 64.8335) + (xy 120.964878 64.792015) (xy 121.161335 64.71064) (xy 121.338141 64.592502) (xy 121.488502 64.442141) + (xy 121.60664 64.265335) (xy 121.688015 64.068878) (xy 121.7295 63.860321) (xy 121.7295 63.647679) + (xy 121.688015 63.439122) (xy 121.60664 63.242665) (xy 121.488502 63.065859) (xy 121.414643 62.992) + (xy 144.7205 62.992) (xy 144.7205 63.106321) (xy 144.761985 63.314878) (xy 144.84336 63.511335) + (xy 144.961498 63.688141) (xy 145.111859 63.838502) (xy 145.288665 63.95664) (xy 145.485122 64.038015) + (xy 145.693679 64.0795) (xy 145.891875 64.0795) (xy 145.891875 73.793878) (xy 145.814878 73.761985) + (xy 145.606321 73.7205) (xy 145.393679 73.7205) (xy 145.185122 73.761985) (xy 144.988665 73.84336) + (xy 144.811859 73.961498) (xy 144.661498 74.111859) (xy 144.54336 74.288665) (xy 144.461985 74.485122) + (xy 144.4205 74.693679) (xy 144.4205 74.906321) (xy 144.461985 75.114878) (xy 144.54336 75.311335) + (xy 144.661498 75.488141) (xy 144.811859 75.638502) (xy 144.988665 75.75664) (xy 145.185122 75.838015) + (xy 145.393679 75.8795) (xy 145.606321 75.8795) (xy 145.814878 75.838015) (xy 145.891875 75.806122) + (xy 145.891875 82.423) (xy 144.111893 82.423) (xy 144.145 82.256559) (xy 144.145 82.081441) (xy 144.110836 81.909688) + (xy 144.043821 81.747901) (xy 143.946531 81.602296) (xy 143.822704 81.478469) (xy 143.677099 81.381179) + (xy 143.515312 81.314164) (xy 143.343559 81.28) (xy 143.168441 81.28) (xy 142.996688 81.314164) + (xy 142.834901 81.381179) (xy 142.689296 81.478469) (xy 142.565469 81.602296) (xy 142.468179 81.747901) + (xy 142.401164 81.909688) (xy 142.367 82.081441) (xy 142.367 82.256559) (xy 142.400107 82.423) (xy 139.612764 82.423) + (xy 139.538502 82.311859) (xy 139.388141 82.161498) (xy 139.211335 82.04336) (xy 139.014878 81.961985) + (xy 138.806321 81.9205) (xy 138.593679 81.9205) (xy 138.385122 81.961985) (xy 138.188665 82.04336) + (xy 138.011859 82.161498) (xy 137.861498 82.311859) (xy 137.787236 82.423) (xy 118.170862 82.423) + (xy 118.15664 82.388665) (xy 118.038502 82.211859) (xy 117.888141 82.061498) (xy 117.711335 81.94336) + (xy 117.514878 81.861985) (xy 117.306321 81.8205) (xy 117.093679 81.8205) (xy 116.885122 81.861985) + (xy 116.688665 81.94336) (xy 116.511859 82.061498) (xy 116.361498 82.211859) (xy 116.24336 82.388665) + (xy 116.229138 82.423) (xy 112.490875 82.423) (xy 112.490875 80.093679) (xy 124.9205 80.093679) + (xy 124.9205 80.306321) (xy 124.961985 80.514878) (xy 125.04336 80.711335) (xy 125.161498 80.888141) + (xy 125.311859 81.038502) (xy 125.488665 81.15664) (xy 125.685122 81.238015) (xy 125.893679 81.2795) + (xy 126.106321 81.2795) (xy 126.314878 81.238015) (xy 126.5 81.161335) (xy 126.685122 81.238015) + (xy 126.893679 81.2795) (xy 127.106321 81.2795) (xy 127.314878 81.238015) (xy 127.511335 81.15664) + (xy 127.688141 81.038502) (xy 127.838502 80.888141) (xy 127.95664 80.711335) (xy 128.038015 80.514878) + (xy 128.0795 80.306321) (xy 128.0795 80.093679) (xy 128.038015 79.885122) (xy 127.95664 79.688665) + (xy 127.838502 79.511859) (xy 127.688141 79.361498) (xy 127.511335 79.24336) (xy 127.314878 79.161985) + (xy 127.106321 79.1205) (xy 126.893679 79.1205) (xy 126.685122 79.161985) (xy 126.5 79.238665) (xy 126.314878 79.161985) + (xy 126.106321 79.1205) (xy 125.893679 79.1205) (xy 125.685122 79.161985) (xy 125.488665 79.24336) + (xy 125.311859 79.361498) (xy 125.161498 79.511859) (xy 125.04336 79.688665) (xy 124.961985 79.885122) + (xy 124.9205 80.093679) (xy 112.490875 80.093679) (xy 112.490875 78.512441) (xy 143.711 78.512441) + (xy 143.711 78.687559) (xy 143.745164 78.859312) (xy 143.812179 79.021099) (xy 143.909469 79.166704) + (xy 144.033296 79.290531) (xy 144.178901 79.387821) (xy 144.340688 79.454836) (xy 144.512441 79.489) + (xy 144.687559 79.489) (xy 144.859312 79.454836) (xy 145.021099 79.387821) (xy 145.166704 79.290531) + (xy 145.290531 79.166704) (xy 145.387821 79.021099) (xy 145.454836 78.859312) (xy 145.489 78.687559) + (xy 145.489 78.512441) (xy 145.454836 78.340688) (xy 145.387821 78.178901) (xy 145.290531 78.033296) + (xy 145.166704 77.909469) (xy 145.021099 77.812179) (xy 144.859312 77.745164) (xy 144.687559 77.711) + (xy 144.512441 77.711) (xy 144.340688 77.745164) (xy 144.178901 77.812179) (xy 144.033296 77.909469) + (xy 143.909469 78.033296) (xy 143.812179 78.178901) (xy 143.745164 78.340688) (xy 143.711 78.512441) + (xy 112.490875 78.512441) (xy 112.490875 71.182446) (xy 112.561498 71.288141) (xy 112.711859 71.438502) + (xy 112.888665 71.55664) (xy 113.085122 71.638015) (xy 113.174161 71.655726) (xy 113.161985 71.685122) + (xy 113.1205 71.893679) (xy 113.1205 72.106321) (xy 113.161985 72.314878) (xy 113.24336 72.511335) + (xy 113.361498 72.688141) (xy 113.511859 72.838502) (xy 113.688665 72.95664) (xy 113.885122 73.038015) + (xy 114.093679 73.0795) (xy 114.306321 73.0795) (xy 114.514878 73.038015) (xy 114.711335 72.95664) + (xy 114.75 72.930805) (xy 114.788665 72.95664) (xy 114.985122 73.038015) (xy 115.193679 73.0795) + (xy 115.406321 73.0795) (xy 115.614878 73.038015) (xy 115.811335 72.95664) (xy 115.988141 72.838502) + (xy 116.138502 72.688141) (xy 116.25664 72.511335) (xy 116.338015 72.314878) (xy 116.3795 72.106321) + (xy 116.3795 71.893679) (xy 116.338015 71.685122) (xy 116.25664 71.488665) (xy 116.138502 71.311859) + (xy 115.988141 71.161498) (xy 115.811335 71.04336) (xy 115.614878 70.961985) (xy 115.406321 70.9205) + (xy 115.193679 70.9205) (xy 114.985122 70.961985) (xy 114.788665 71.04336) (xy 114.75 71.069195) + (xy 114.711335 71.04336) (xy 114.514878 70.961985) (xy 114.425839 70.944274) (xy 114.438015 70.914878) + (xy 114.4795 70.706321) (xy 114.4795 70.493679) (xy 114.438015 70.285122) (xy 114.35664 70.088665) + (xy 114.238502 69.911859) (xy 114.216342 69.889699) (xy 114.24064 69.853335) (xy 114.322015 69.656878) + (xy 114.3635 69.448321) (xy 114.3635 69.235679) (xy 114.322015 69.027122) (xy 114.24064 68.830665) + (xy 114.122502 68.653859) (xy 113.972141 68.503498) (xy 113.795335 68.38536) (xy 113.598878 68.303985) + (xy 113.390321 68.2625) (xy 113.177679 68.2625) (xy 112.969122 68.303985) (xy 112.772665 68.38536) + (xy 112.595859 68.503498) (xy 112.445498 68.653859) (xy 112.32736 68.830665) (xy 112.245985 69.027122) + (xy 112.2045 69.235679) (xy 112.2045 69.448321) (xy 112.245985 69.656878) (xy 112.32736 69.853335) + (xy 112.445498 70.030141) (xy 112.467658 70.052301) (xy 112.44336 70.088665) (xy 112.361985 70.285122) + (xy 112.3205 70.493679) (xy 112.3205 70.706321) (xy 112.353655 70.873) (xy 103.600875 70.873) (xy 103.600875 70.759147) + (xy 103.761835 70.775) (xy 104.583165 70.775) (xy 104.764602 70.75713) (xy 104.997401 70.686511) + (xy 105.211949 70.571833) (xy 105.400002 70.417502) (xy 105.554333 70.229449) (xy 105.669011 70.014901) + (xy 105.73963 69.782102) (xy 105.763475 69.54) (xy 105.73963 69.297898) (xy 105.736617 69.287965) + (xy 105.816119 69.406949) (xy 106.005551 69.596381) (xy 106.228299 69.745216) (xy 106.475803 69.847736) + (xy 106.738552 69.9) (xy 107.006448 69.9) (xy 107.269197 69.847736) (xy 107.516701 69.745216) (xy 107.739449 69.596381) + (xy 107.763094 69.572736) (xy 107.888665 69.65664) (xy 108.085122 69.738015) (xy 108.293679 69.7795) + (xy 108.506321 69.7795) (xy 108.714878 69.738015) (xy 108.911335 69.65664) (xy 109.088141 69.538502) + (xy 109.238502 69.388141) (xy 109.35664 69.211335) (xy 109.411248 69.0795) (xy 109.506321 69.0795) + (xy 109.714878 69.038015) (xy 109.911335 68.95664) (xy 110.088141 68.838502) (xy 110.238502 68.688141) + (xy 110.35664 68.511335) (xy 110.438015 68.314878) (xy 110.4795 68.106321) (xy 110.4795 67.984441) + (xy 116.713 67.984441) (xy 116.713 68.159559) (xy 116.747164 68.331312) (xy 116.814179 68.493099) + (xy 116.911469 68.638704) (xy 117.035296 68.762531) (xy 117.180901 68.859821) (xy 117.342688 68.926836) + (xy 117.514441 68.961) (xy 117.689559 68.961) (xy 117.861312 68.926836) (xy 117.876329 68.920616) + (xy 117.86975 68.953691) (xy 117.86975 69.128809) (xy 117.903914 69.300562) (xy 117.970929 69.462349) + (xy 118.068219 69.607954) (xy 118.192046 69.731781) (xy 118.337651 69.829071) (xy 118.499438 69.896086) + (xy 118.671191 69.93025) (xy 118.846309 69.93025) (xy 119.018062 69.896086) (xy 119.179849 69.829071) + (xy 119.325454 69.731781) (xy 119.449281 69.607954) (xy 119.546571 69.462349) (xy 119.613586 69.300562) + (xy 119.64775 69.128809) (xy 119.64775 68.953691) (xy 119.613586 68.781938) (xy 119.5848 68.712441) + (xy 121.511 68.712441) (xy 121.511 68.887559) (xy 121.545164 69.059312) (xy 121.612179 69.221099) + (xy 121.709469 69.366704) (xy 121.833296 69.490531) (xy 121.978901 69.587821) (xy 122.140688 69.654836) + (xy 122.312441 69.689) (xy 122.487559 69.689) (xy 122.659312 69.654836) (xy 122.821099 69.587821) + (xy 122.966704 69.490531) (xy 123.090531 69.366704) (xy 123.187821 69.221099) (xy 123.254836 69.059312) + (xy 123.289 68.887559) (xy 123.289 68.712441) (xy 123.254836 68.540688) (xy 123.187821 68.378901) + (xy 123.090531 68.233296) (xy 122.966704 68.109469) (xy 122.821099 68.012179) (xy 122.659312 67.945164) + (xy 122.487559 67.911) (xy 122.312441 67.911) (xy 122.140688 67.945164) (xy 121.978901 68.012179) + (xy 121.833296 68.109469) (xy 121.709469 68.233296) (xy 121.612179 68.378901) (xy 121.545164 68.540688) + (xy 121.511 68.712441) (xy 119.5848 68.712441) (xy 119.546571 68.620151) (xy 119.449281 68.474546) + (xy 119.325454 68.350719) (xy 119.179849 68.253429) (xy 119.018062 68.186414) (xy 118.846309 68.15225) + (xy 118.671191 68.15225) (xy 118.499438 68.186414) (xy 118.484421 68.192634) (xy 118.491 68.159559) + (xy 118.491 67.984441) (xy 118.456836 67.812688) (xy 118.389821 67.650901) (xy 118.292531 67.505296) + (xy 118.168704 67.381469) (xy 118.023099 67.284179) (xy 117.861312 67.217164) (xy 117.689559 67.183) + (xy 117.514441 67.183) (xy 117.342688 67.217164) (xy 117.180901 67.284179) (xy 117.035296 67.381469) + (xy 116.911469 67.505296) (xy 116.814179 67.650901) (xy 116.747164 67.812688) (xy 116.713 67.984441) + (xy 110.4795 67.984441) (xy 110.4795 67.893679) (xy 110.438015 67.685122) (xy 110.35664 67.488665) + (xy 110.238502 67.311859) (xy 110.088141 67.161498) (xy 109.911335 67.04336) (xy 109.714878 66.961985) + (xy 109.506321 66.9205) (xy 109.293679 66.9205) (xy 109.085122 66.961985) (xy 108.888665 67.04336) + (xy 108.711859 67.161498) (xy 108.561498 67.311859) (xy 108.44336 67.488665) (xy 108.388752 67.6205) + (xy 108.293679 67.6205) (xy 108.085122 67.661985) (xy 107.956958 67.715072) (xy 107.928881 67.673051) + (xy 107.739449 67.483619) (xy 107.516701 67.334784) (xy 107.269197 67.232264) (xy 107.006448 67.18) + (xy 106.738552 67.18) (xy 106.475803 67.232264) (xy 106.228299 67.334784) (xy 106.005551 67.483619) + (xy 105.816119 67.673051) (xy 105.667284 67.895799) (xy 105.564764 68.143303) (xy 105.5125 68.406052) + (xy 105.5125 68.673948) (xy 105.545484 68.839768) (xy 105.400002 68.662498) (xy 105.211949 68.508167) + (xy 104.997401 68.393489) (xy 104.764602 68.32287) (xy 104.583165 68.305) (xy 103.761835 68.305) + (xy 103.600875 68.320853) (xy 103.600875 63.759147) (xy 103.761835 63.775) (xy 104.583165 63.775) + (xy 104.764602 63.75713) (xy 104.997401 63.686511) (xy 105.211949 63.571833) (xy 105.400002 63.417502) + (xy 105.545484 63.240232) (xy 105.5125 63.406052) (xy 105.5125 63.673948) (xy 105.564764 63.936697) + (xy 105.667284 64.184201) (xy 105.816119 64.406949) (xy 106.005551 64.596381) (xy 106.228299 64.745216) + (xy 106.475803 64.847736) (xy 106.738552 64.9) (xy 107.006448 64.9) (xy 107.269197 64.847736) (xy 107.516701 64.745216) + (xy 107.63873 64.663679) (xy 108.1405 64.663679) (xy 108.1405 64.876321) (xy 108.181985 65.084878) + (xy 108.26336 65.281335) (xy 108.381498 65.458141) (xy 108.531859 65.608502) (xy 108.708665 65.72664) + (xy 108.905122 65.808015) (xy 109.113679 65.8495) (xy 109.151266 65.8495) (xy 109.194179 65.953099) + (xy 109.291469 66.098704) (xy 109.415296 66.222531) (xy 109.560901 66.319821) (xy 109.722688 66.386836) + (xy 109.894441 66.421) (xy 110.069559 66.421) (xy 110.115046 66.411952) (xy 110.143164 66.553312) + (xy 110.210179 66.715099) (xy 110.307469 66.860704) (xy 110.431296 66.984531) (xy 110.576901 67.081821) + (xy 110.738688 67.148836) (xy 110.910441 67.183) (xy 111.085559 67.183) (xy 111.257312 67.148836) + (xy 111.345176 67.112441) (xy 118.311 67.112441) (xy 118.311 67.287559) (xy 118.345164 67.459312) + (xy 118.412179 67.621099) (xy 118.509469 67.766704) (xy 118.633296 67.890531) (xy 118.778901 67.987821) + (xy 118.940688 68.054836) (xy 119.112441 68.089) (xy 119.287559 68.089) (xy 119.459312 68.054836) + (xy 119.621099 67.987821) (xy 119.766704 67.890531) (xy 119.890531 67.766704) (xy 119.987821 67.621099) + (xy 120.054836 67.459312) (xy 120.089 67.287559) (xy 120.089 67.112441) (xy 120.054836 66.940688) + (xy 119.987821 66.778901) (xy 119.890531 66.633296) (xy 119.766704 66.509469) (xy 119.621099 66.412179) + (xy 119.459312 66.345164) (xy 119.287559 66.311) (xy 119.112441 66.311) (xy 118.940688 66.345164) + (xy 118.778901 66.412179) (xy 118.633296 66.509469) (xy 118.509469 66.633296) (xy 118.412179 66.778901) + (xy 118.345164 66.940688) (xy 118.311 67.112441) (xy 111.345176 67.112441) (xy 111.419099 67.081821) + (xy 111.564704 66.984531) (xy 111.688531 66.860704) (xy 111.785821 66.715099) (xy 111.852836 66.553312) + (xy 111.887 66.381559) (xy 111.887 66.206441) (xy 111.852836 66.034688) (xy 111.818768 65.952441) + (xy 113.015 65.952441) (xy 113.015 66.127559) (xy 113.049164 66.299312) (xy 113.116179 66.461099) + (xy 113.213469 66.606704) (xy 113.337296 66.730531) (xy 113.482901 66.827821) (xy 113.644688 66.894836) + (xy 113.816441 66.929) (xy 113.991559 66.929) (xy 114.163312 66.894836) (xy 114.325099 66.827821) + (xy 114.470704 66.730531) (xy 114.594531 66.606704) (xy 114.691821 66.461099) (xy 114.758836 66.299312) + (xy 114.793 66.127559) (xy 114.793 65.952441) (xy 114.775098 65.862441) (xy 143.411 65.862441) (xy 143.411 66.037559) + (xy 143.445164 66.209312) (xy 143.512179 66.371099) (xy 143.609469 66.516704) (xy 143.667765 66.575) + (xy 143.609469 66.633296) (xy 143.512179 66.778901) (xy 143.445164 66.940688) (xy 143.411 67.112441) + (xy 143.411 67.287559) (xy 143.445164 67.459312) (xy 143.512179 67.621099) (xy 143.609469 67.766704) + (xy 143.733296 67.890531) (xy 143.878901 67.987821) (xy 144.040688 68.054836) (xy 144.212441 68.089) + (xy 144.387559 68.089) (xy 144.559312 68.054836) (xy 144.721099 67.987821) (xy 144.866704 67.890531) + (xy 144.990531 67.766704) (xy 145.087821 67.621099) (xy 145.154836 67.459312) (xy 145.189 67.287559) + (xy 145.189 67.112441) (xy 145.154836 66.940688) (xy 145.087821 66.778901) (xy 144.990531 66.633296) + (xy 144.932235 66.575) (xy 144.990531 66.516704) (xy 145.087821 66.371099) (xy 145.154836 66.209312) + (xy 145.189 66.037559) (xy 145.189 65.862441) (xy 145.154836 65.690688) (xy 145.087821 65.528901) + (xy 144.990531 65.383296) (xy 144.866704 65.259469) (xy 144.721099 65.162179) (xy 144.559312 65.095164) + (xy 144.387559 65.061) (xy 144.212441 65.061) (xy 144.040688 65.095164) (xy 143.878901 65.162179) + (xy 143.733296 65.259469) (xy 143.609469 65.383296) (xy 143.512179 65.528901) (xy 143.445164 65.690688) + (xy 143.411 65.862441) (xy 114.775098 65.862441) (xy 114.758836 65.780688) (xy 114.691821 65.618901) + (xy 114.594531 65.473296) (xy 114.470704 65.349469) (xy 114.325099 65.252179) (xy 114.163312 65.185164) + (xy 113.991559 65.151) (xy 113.816441 65.151) (xy 113.644688 65.185164) (xy 113.482901 65.252179) + (xy 113.337296 65.349469) (xy 113.213469 65.473296) (xy 113.116179 65.618901) (xy 113.049164 65.780688) + (xy 113.015 65.952441) (xy 111.818768 65.952441) (xy 111.785821 65.872901) (xy 111.688531 65.727296) + (xy 111.564704 65.603469) (xy 111.468813 65.539397) (xy 111.531821 65.445099) (xy 111.598836 65.283312) + (xy 111.633 65.111559) (xy 111.633 64.936441) (xy 111.598836 64.764688) (xy 111.531821 64.602901) + (xy 111.434531 64.457296) (xy 111.310704 64.333469) (xy 111.165099 64.236179) (xy 111.003312 64.169164) + (xy 110.831559 64.135) (xy 110.656441 64.135) (xy 110.484688 64.169164) (xy 110.322901 64.236179) + (xy 110.20105 64.317597) (xy 110.17664 64.258665) (xy 110.078937 64.112441) (xy 116.711 64.112441) + (xy 116.711 64.287559) (xy 116.745164 64.459312) (xy 116.812179 64.621099) (xy 116.909469 64.766704) + (xy 117.033296 64.890531) (xy 117.178901 64.987821) (xy 117.340688 65.054836) (xy 117.512441 65.089) + (xy 117.687559 65.089) (xy 117.859312 65.054836) (xy 118.021099 64.987821) (xy 118.166704 64.890531) + (xy 118.290531 64.766704) (xy 118.387821 64.621099) (xy 118.454836 64.459312) (xy 118.489 64.287559) + (xy 118.489 64.112441) (xy 118.454836 63.940688) (xy 118.387821 63.778901) (xy 118.290531 63.633296) + (xy 118.166704 63.509469) (xy 118.021099 63.412179) (xy 117.859312 63.345164) (xy 117.687559 63.311) + (xy 117.512441 63.311) (xy 117.340688 63.345164) (xy 117.178901 63.412179) (xy 117.033296 63.509469) + (xy 116.909469 63.633296) (xy 116.812179 63.778901) (xy 116.745164 63.940688) (xy 116.711 64.112441) + (xy 110.078937 64.112441) (xy 110.058502 64.081859) (xy 109.908141 63.931498) (xy 109.731335 63.81336) + (xy 109.534878 63.731985) (xy 109.326321 63.6905) (xy 109.113679 63.6905) (xy 108.905122 63.731985) + (xy 108.708665 63.81336) (xy 108.531859 63.931498) (xy 108.381498 64.081859) (xy 108.26336 64.258665) + (xy 108.181985 64.455122) (xy 108.1405 64.663679) (xy 107.63873 64.663679) (xy 107.739449 64.596381) + (xy 107.928881 64.406949) (xy 108.077716 64.184201) (xy 108.180236 63.936697) (xy 108.2325 63.673948) + (xy 108.2325 63.406052) (xy 108.180236 63.143303) (xy 108.077716 62.895799) (xy 107.986096 62.758679) + (xy 111.3155 62.758679) (xy 111.3155 62.971321) (xy 111.356985 63.179878) (xy 111.43836 63.376335) + (xy 111.556498 63.553141) (xy 111.706859 63.703502) (xy 111.883665 63.82164) (xy 112.080122 63.903015) + (xy 112.288679 63.9445) (xy 112.501321 63.9445) (xy 112.709878 63.903015) (xy 112.906335 63.82164) + (xy 113.083141 63.703502) (xy 113.233502 63.553141) (xy 113.35164 63.376335) (xy 113.433015 63.179878) + (xy 113.4745 62.971321) (xy 113.4745 62.758679) (xy 113.433015 62.550122) (xy 113.35164 62.353665) + (xy 113.233502 62.176859) (xy 113.083141 62.026498) (xy 112.906335 61.90836) (xy 112.709878 61.826985) + (xy 112.501321 61.7855) (xy 112.288679 61.7855) (xy 112.080122 61.826985) (xy 111.883665 61.90836) + (xy 111.706859 62.026498) (xy 111.556498 62.176859) (xy 111.43836 62.353665) (xy 111.356985 62.550122) + (xy 111.3155 62.758679) (xy 107.986096 62.758679) (xy 107.928881 62.673051) (xy 107.739449 62.483619) + (xy 107.516701 62.334784) (xy 107.269197 62.232264) (xy 107.006448 62.18) (xy 106.738552 62.18) + (xy 106.475803 62.232264) (xy 106.228299 62.334784) (xy 106.005551 62.483619) (xy 105.816119 62.673051) + (xy 105.736617 62.792035) (xy 105.73963 62.782102) (xy 105.763475 62.54) (xy 105.73963 62.297898) + (xy 105.669011 62.065099) (xy 105.554333 61.850551) (xy 105.400002 61.662498) (xy 105.211949 61.508167) + (xy 104.997401 61.393489) (xy 104.764602 61.32287) (xy 104.583165 61.305) (xy 103.761835 61.305) + (xy 103.600875 61.320853) (xy 103.600875 57.837606) (xy 104.216587 57.221894) (xy 104.215 57.229872) + (xy 104.215 57.670128) (xy 104.30089 58.101925) (xy 104.469369 58.508669) (xy 104.713962 58.874729) + (xy 105.025271 59.186038) (xy 105.391331 59.430631) (xy 105.798075 59.59911) (xy 106.229872 59.685) + (xy 106.670128 59.685) (xy 107.101925 59.59911) (xy 107.508669 59.430631) (xy 107.874729 59.186038) + (xy 108.186038 58.874729) (xy 108.430631 58.508669) (xy 108.59911 58.101925) (xy 108.685 57.670128) + (xy 108.685 57.229872) (xy 108.59911 56.798075) (xy 108.430631 56.391331) (xy 108.186038 56.025271) + (xy 107.874729 55.713962) (xy 107.508669 55.469369) (xy 107.101925 55.30089) (xy 106.670128 55.215) + (xy 106.229872 55.215) (xy 106.221894 55.216587) (xy 106.701481 54.737) (xy 110.144699 54.737) + ) + ) + ) + (zone + (net 6) + (net_name "VCC") + (layer "In2.Cu") + (uuid "00000000-0000-0000-0000-00005da4ea9f") + (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) + (smoothing fillet) + ) + (polygon + (pts + (xy 161.925 57.785) (xy 161.925 98.425) (xy 158.75 101.6) (xy 106.68 101.6) (xy 103.505 98.425) + (xy 103.6 71.6) (xy 111.125 71.6) (xy 111.125 84.455) (xy 127.255 84.455) (xy 128.6 85.8) (xy 138.4 85.8) + (xy 139.745 84.455) (xy 152.4 84.455) (xy 152.4 54.61) (xy 158.75 54.61) + ) + ) + (filled_polygon + (layer "In2.Cu") + (pts + (xy 159.226702 55.266308) (xy 159.220128 55.265) (xy 158.779872 55.265) (xy 158.348075 55.35089) + (xy 157.941331 55.519369) (xy 157.575271 55.763962) (xy 157.263962 56.075271) (xy 157.019369 56.441331) + (xy 156.85089 56.848075) (xy 156.765 57.279872) (xy 156.765 57.720128) (xy 156.85089 58.151925) + (xy 157.019369 58.558669) (xy 157.263962 58.924729) (xy 157.575271 59.236038) (xy 157.941331 59.480631) + (xy 158.348075 59.64911) (xy 158.779872 59.735) (xy 159.220128 59.735) (xy 159.651925 59.64911) + (xy 160.058669 59.480631) (xy 160.424729 59.236038) (xy 160.736038 58.924729) (xy 160.980631 58.558669) + (xy 161.14911 58.151925) (xy 161.235 57.720128) (xy 161.235 57.279872) (xy 161.233692 57.273298) + (xy 161.798 57.837606) (xy 161.798 98.372394) (xy 161.181549 98.988845) (xy 161.235 98.720128) (xy 161.235 98.279872) + (xy 161.14911 97.848075) (xy 160.980631 97.441331) (xy 160.736038 97.075271) (xy 160.424729 96.763962) + (xy 160.058669 96.519369) (xy 159.651925 96.35089) (xy 159.220128 96.265) (xy 158.779872 96.265) + (xy 158.348075 96.35089) (xy 157.941331 96.519369) (xy 157.575271 96.763962) (xy 157.263962 97.075271) + (xy 157.019369 97.441331) (xy 156.85089 97.848075) (xy 156.765 98.279872) (xy 156.765 98.720128) + (xy 156.85089 99.151925) (xy 157.019369 99.558669) (xy 157.263962 99.924729) (xy 157.575271 100.236038) + (xy 157.941331 100.480631) (xy 158.348075 100.64911) (xy 158.779872 100.735) (xy 159.220128 100.735) + (xy 159.488845 100.681549) (xy 158.697394 101.473) (xy 106.732606 101.473) (xy 105.923773 100.664167) + (xy 106.279872 100.735) (xy 106.720128 100.735) (xy 107.151925 100.64911) (xy 107.558669 100.480631) + (xy 107.924729 100.236038) (xy 108.236038 99.924729) (xy 108.480631 99.558669) (xy 108.64911 99.151925) + (xy 108.735 98.720128) (xy 108.735 98.279872) (xy 108.64911 97.848075) (xy 108.480631 97.441331) + (xy 108.31938 97.2) (xy 114.861928 97.2) (xy 114.874188 97.324482) (xy 114.910498 97.44418) (xy 114.969463 97.554494) + (xy 115.048815 97.651185) (xy 115.145506 97.730537) (xy 115.25582 97.789502) (xy 115.375518 97.825812) + (xy 115.5 97.838072) (xy 116.41425 97.835) (xy 116.573 97.67625) (xy 116.573 96.127) (xy 115.02375 96.127) + (xy 114.865 96.28575) (xy 114.861928 97.2) (xy 108.31938 97.2) (xy 108.236038 97.075271) (xy 107.924729 96.763962) + (xy 107.558669 96.519369) (xy 107.151925 96.35089) (xy 106.720128 96.265) (xy 106.279872 96.265) + (xy 105.848075 96.35089) (xy 105.441331 96.519369) (xy 105.075271 96.763962) (xy 104.763962 97.075271) + (xy 104.519369 97.441331) (xy 104.35089 97.848075) (xy 104.265 98.279872) (xy 104.265 98.720128) + (xy 104.335833 99.076227) (xy 103.632186 98.37258) (xy 103.644838 94.8) (xy 114.861928 94.8) (xy 114.865 95.71425) + (xy 115.02375 95.873) (xy 116.573 95.873) (xy 116.573 94.32375) (xy 116.827 94.32375) (xy 116.827 95.873) + (xy 116.847 95.873) (xy 116.847 96.127) (xy 116.827 96.127) (xy 116.827 97.67625) (xy 116.98575 97.835) + (xy 117.9 97.838072) (xy 118.024482 97.825812) (xy 118.14418 97.789502) (xy 118.254494 97.730537) + (xy 118.351185 97.651185) (xy 118.430537 97.554494) (xy 118.489502 97.44418) (xy 118.525812 97.324482) + (xy 118.538072 97.2) (xy 118.536659 96.779426) (xy 118.573844 96.869199) (xy 118.774662 97.169744) + (xy 119.030256 97.425338) (xy 119.330801 97.626156) (xy 119.66475 97.764482) (xy 120.019268 97.835) + (xy 120.380732 97.835) (xy 120.73525 97.764482) (xy 121.069199 97.626156) (xy 121.369744 97.425338) + (xy 121.595082 97.2) (xy 123.011928 97.2) (xy 123.024188 97.324482) (xy 123.060498 97.44418) (xy 123.119463 97.554494) + (xy 123.198815 97.651185) (xy 123.295506 97.730537) (xy 123.40582 97.789502) (xy 123.525518 97.825812) + (xy 123.65 97.838072) (xy 124.56425 97.835) (xy 124.723 97.67625) (xy 124.723 96.127) (xy 123.17375 96.127) + (xy 123.015 96.28575) (xy 123.011928 97.2) (xy 121.595082 97.2) (xy 121.625338 97.169744) (xy 121.826156 96.869199) + (xy 121.964482 96.53525) (xy 122.035 96.180732) (xy 122.035 95.819268) (xy 121.964482 95.46475) + (xy 121.826156 95.130801) (xy 121.625338 94.830256) (xy 121.595082 94.8) (xy 123.011928 94.8) (xy 123.015 95.71425) + (xy 123.17375 95.873) (xy 124.723 95.873) (xy 124.723 94.32375) (xy 124.977 94.32375) (xy 124.977 95.873) + (xy 124.997 95.873) (xy 124.997 96.127) (xy 124.977 96.127) (xy 124.977 97.67625) (xy 125.13575 97.835) + (xy 126.05 97.838072) (xy 126.174482 97.825812) (xy 126.29418 97.789502) (xy 126.404494 97.730537) + (xy 126.501185 97.651185) (xy 126.580537 97.554494) (xy 126.639502 97.44418) (xy 126.675812 97.324482) + (xy 126.688072 97.2) (xy 126.686659 96.779426) (xy 126.723844 96.869199) (xy 126.924662 97.169744) + (xy 127.180256 97.425338) (xy 127.480801 97.626156) (xy 127.81475 97.764482) (xy 128.169268 97.835) + (xy 128.530732 97.835) (xy 128.88525 97.764482) (xy 129.219199 97.626156) (xy 129.519744 97.425338) + (xy 129.745082 97.2) (xy 131.139928 97.2) (xy 131.152188 97.324482) (xy 131.188498 97.44418) (xy 131.247463 97.554494) + (xy 131.326815 97.651185) (xy 131.423506 97.730537) (xy 131.53382 97.789502) (xy 131.653518 97.825812) + (xy 131.778 97.838072) (xy 132.69225 97.835) (xy 132.851 97.67625) (xy 132.851 96.127) (xy 131.30175 96.127) + (xy 131.143 96.28575) (xy 131.139928 97.2) (xy 129.745082 97.2) (xy 129.775338 97.169744) (xy 129.976156 96.869199) + (xy 130.114482 96.53525) (xy 130.185 96.180732) (xy 130.185 95.819268) (xy 130.114482 95.46475) + (xy 129.976156 95.130801) (xy 129.775338 94.830256) (xy 129.745082 94.8) (xy 131.139928 94.8) (xy 131.143 95.71425) + (xy 131.30175 95.873) (xy 132.851 95.873) (xy 132.851 94.32375) (xy 133.105 94.32375) (xy 133.105 95.873) + (xy 133.125 95.873) (xy 133.125 96.127) (xy 133.105 96.127) (xy 133.105 97.67625) (xy 133.26375 97.835) + (xy 134.178 97.838072) (xy 134.302482 97.825812) (xy 134.42218 97.789502) (xy 134.532494 97.730537) + (xy 134.629185 97.651185) (xy 134.708537 97.554494) (xy 134.767502 97.44418) (xy 134.803812 97.324482) + (xy 134.816072 97.2) (xy 134.814659 96.779426) (xy 134.851844 96.869199) (xy 135.052662 97.169744) + (xy 135.308256 97.425338) (xy 135.608801 97.626156) (xy 135.94275 97.764482) (xy 136.297268 97.835) + (xy 136.658732 97.835) (xy 137.01325 97.764482) (xy 137.347199 97.626156) (xy 137.647744 97.425338) + (xy 137.873082 97.2) (xy 139.311928 97.2) (xy 139.324188 97.324482) (xy 139.360498 97.44418) (xy 139.419463 97.554494) + (xy 139.498815 97.651185) (xy 139.595506 97.730537) (xy 139.70582 97.789502) (xy 139.825518 97.825812) + (xy 139.95 97.838072) (xy 140.86425 97.835) (xy 141.023 97.67625) (xy 141.023 96.127) (xy 139.47375 96.127) + (xy 139.315 96.28575) (xy 139.311928 97.2) (xy 137.873082 97.2) (xy 137.903338 97.169744) (xy 138.104156 96.869199) + (xy 138.242482 96.53525) (xy 138.313 96.180732) (xy 138.313 95.819268) (xy 138.242482 95.46475) + (xy 138.104156 95.130801) (xy 137.903338 94.830256) (xy 137.873082 94.8) (xy 139.311928 94.8) (xy 139.315 95.71425) + (xy 139.47375 95.873) (xy 141.023 95.873) (xy 141.023 94.32375) (xy 141.277 94.32375) (xy 141.277 95.873) + (xy 141.297 95.873) (xy 141.297 96.127) (xy 141.277 96.127) (xy 141.277 97.67625) (xy 141.43575 97.835) + (xy 142.35 97.838072) (xy 142.474482 97.825812) (xy 142.59418 97.789502) (xy 142.704494 97.730537) + (xy 142.801185 97.651185) (xy 142.880537 97.554494) (xy 142.939502 97.44418) (xy 142.975812 97.324482) + (xy 142.988072 97.2) (xy 142.986659 96.779426) (xy 143.023844 96.869199) (xy 143.224662 97.169744) + (xy 143.480256 97.425338) (xy 143.780801 97.626156) (xy 144.11475 97.764482) (xy 144.469268 97.835) + (xy 144.830732 97.835) (xy 145.18525 97.764482) (xy 145.519199 97.626156) (xy 145.819744 97.425338) + (xy 146.045082 97.2) (xy 147.511928 97.2) (xy 147.524188 97.324482) (xy 147.560498 97.44418) (xy 147.619463 97.554494) + (xy 147.698815 97.651185) (xy 147.795506 97.730537) (xy 147.90582 97.789502) (xy 148.025518 97.825812) + (xy 148.15 97.838072) (xy 149.06425 97.835) (xy 149.223 97.67625) (xy 149.223 96.127) (xy 147.67375 96.127) + (xy 147.515 96.28575) (xy 147.511928 97.2) (xy 146.045082 97.2) (xy 146.075338 97.169744) (xy 146.276156 96.869199) + (xy 146.414482 96.53525) (xy 146.485 96.180732) (xy 146.485 95.819268) (xy 146.414482 95.46475) + (xy 146.276156 95.130801) (xy 146.075338 94.830256) (xy 146.045082 94.8) (xy 147.511928 94.8) (xy 147.515 95.71425) + (xy 147.67375 95.873) (xy 149.223 95.873) (xy 149.223 94.32375) (xy 149.477 94.32375) (xy 149.477 95.873) + (xy 149.497 95.873) (xy 149.497 96.127) (xy 149.477 96.127) (xy 149.477 97.67625) (xy 149.63575 97.835) + (xy 150.55 97.838072) (xy 150.674482 97.825812) (xy 150.79418 97.789502) (xy 150.904494 97.730537) + (xy 151.001185 97.651185) (xy 151.080537 97.554494) (xy 151.139502 97.44418) (xy 151.175812 97.324482) + (xy 151.188072 97.2) (xy 151.186659 96.779426) (xy 151.223844 96.869199) (xy 151.424662 97.169744) + (xy 151.680256 97.425338) (xy 151.980801 97.626156) (xy 152.31475 97.764482) (xy 152.669268 97.835) + (xy 153.030732 97.835) (xy 153.38525 97.764482) (xy 153.719199 97.626156) (xy 154.019744 97.425338) + (xy 154.275338 97.169744) (xy 154.476156 96.869199) (xy 154.614482 96.53525) (xy 154.685 96.180732) + (xy 154.685 95.819268) (xy 154.614482 95.46475) (xy 154.476156 95.130801) (xy 154.275338 94.830256) + (xy 154.019744 94.574662) (xy 153.719199 94.373844) (xy 153.38525 94.235518) (xy 153.030732 94.165) + (xy 152.669268 94.165) (xy 152.31475 94.235518) (xy 151.980801 94.373844) (xy 151.680256 94.574662) + (xy 151.424662 94.830256) (xy 151.223844 95.130801) (xy 151.186659 95.220574) (xy 151.188072 94.8) + (xy 151.175812 94.675518) (xy 151.139502 94.55582) (xy 151.080537 94.445506) (xy 151.001185 94.348815) + (xy 150.904494 94.269463) (xy 150.79418 94.210498) (xy 150.674482 94.174188) (xy 150.55 94.161928) + (xy 149.63575 94.165) (xy 149.477 94.32375) (xy 149.223 94.32375) (xy 149.06425 94.165) (xy 148.15 94.161928) + (xy 148.025518 94.174188) (xy 147.90582 94.210498) (xy 147.795506 94.269463) (xy 147.698815 94.348815) + (xy 147.619463 94.445506) (xy 147.560498 94.55582) (xy 147.524188 94.675518) (xy 147.511928 94.8) + (xy 146.045082 94.8) (xy 145.819744 94.574662) (xy 145.519199 94.373844) (xy 145.18525 94.235518) + (xy 144.830732 94.165) (xy 144.469268 94.165) (xy 144.11475 94.235518) (xy 143.780801 94.373844) + (xy 143.480256 94.574662) (xy 143.224662 94.830256) (xy 143.023844 95.130801) (xy 142.986659 95.220574) + (xy 142.988072 94.8) (xy 142.975812 94.675518) (xy 142.939502 94.55582) (xy 142.880537 94.445506) + (xy 142.801185 94.348815) (xy 142.704494 94.269463) (xy 142.59418 94.210498) (xy 142.474482 94.174188) + (xy 142.35 94.161928) (xy 141.43575 94.165) (xy 141.277 94.32375) (xy 141.023 94.32375) (xy 140.86425 94.165) + (xy 139.95 94.161928) (xy 139.825518 94.174188) (xy 139.70582 94.210498) (xy 139.595506 94.269463) + (xy 139.498815 94.348815) (xy 139.419463 94.445506) (xy 139.360498 94.55582) (xy 139.324188 94.675518) + (xy 139.311928 94.8) (xy 137.873082 94.8) (xy 137.647744 94.574662) (xy 137.347199 94.373844) (xy 137.01325 94.235518) + (xy 136.658732 94.165) (xy 136.297268 94.165) (xy 135.94275 94.235518) (xy 135.608801 94.373844) + (xy 135.308256 94.574662) (xy 135.052662 94.830256) (xy 134.851844 95.130801) (xy 134.814659 95.220574) + (xy 134.816072 94.8) (xy 134.803812 94.675518) (xy 134.767502 94.55582) (xy 134.708537 94.445506) + (xy 134.629185 94.348815) (xy 134.532494 94.269463) (xy 134.42218 94.210498) (xy 134.302482 94.174188) + (xy 134.178 94.161928) (xy 133.26375 94.165) (xy 133.105 94.32375) (xy 132.851 94.32375) (xy 132.69225 94.165) + (xy 131.778 94.161928) (xy 131.653518 94.174188) (xy 131.53382 94.210498) (xy 131.423506 94.269463) + (xy 131.326815 94.348815) (xy 131.247463 94.445506) (xy 131.188498 94.55582) (xy 131.152188 94.675518) + (xy 131.139928 94.8) (xy 129.745082 94.8) (xy 129.519744 94.574662) (xy 129.219199 94.373844) (xy 128.88525 94.235518) + (xy 128.530732 94.165) (xy 128.169268 94.165) (xy 127.81475 94.235518) (xy 127.480801 94.373844) + (xy 127.180256 94.574662) (xy 126.924662 94.830256) (xy 126.723844 95.130801) (xy 126.686659 95.220574) + (xy 126.688072 94.8) (xy 126.675812 94.675518) (xy 126.639502 94.55582) (xy 126.580537 94.445506) + (xy 126.501185 94.348815) (xy 126.404494 94.269463) (xy 126.29418 94.210498) (xy 126.174482 94.174188) + (xy 126.05 94.161928) (xy 125.13575 94.165) (xy 124.977 94.32375) (xy 124.723 94.32375) (xy 124.56425 94.165) + (xy 123.65 94.161928) (xy 123.525518 94.174188) (xy 123.40582 94.210498) (xy 123.295506 94.269463) + (xy 123.198815 94.348815) (xy 123.119463 94.445506) (xy 123.060498 94.55582) (xy 123.024188 94.675518) + (xy 123.011928 94.8) (xy 121.595082 94.8) (xy 121.369744 94.574662) (xy 121.069199 94.373844) (xy 120.73525 94.235518) + (xy 120.380732 94.165) (xy 120.019268 94.165) (xy 119.66475 94.235518) (xy 119.330801 94.373844) + (xy 119.030256 94.574662) (xy 118.774662 94.830256) (xy 118.573844 95.130801) (xy 118.536659 95.220574) + (xy 118.538072 94.8) (xy 118.525812 94.675518) (xy 118.489502 94.55582) (xy 118.430537 94.445506) + (xy 118.351185 94.348815) (xy 118.254494 94.269463) (xy 118.14418 94.210498) (xy 118.024482 94.174188) + (xy 117.9 94.161928) (xy 116.98575 94.165) (xy 116.827 94.32375) (xy 116.573 94.32375) (xy 116.41425 94.165) + (xy 115.5 94.161928) (xy 115.375518 94.174188) (xy 115.25582 94.210498) (xy 115.145506 94.269463) + (xy 115.048815 94.348815) (xy 114.969463 94.445506) (xy 114.910498 94.55582) (xy 114.874188 94.675518) + (xy 114.861928 94.8) (xy 103.644838 94.8) (xy 103.657403 91.25205) (xy 104.515 91.25205) (xy 104.515 91.647949) + (xy 104.536487 91.86611) (xy 104.621401 92.146033) (xy 104.759294 92.404013) (xy 104.944866 92.630134) + (xy 105.170986 92.815706) (xy 105.428966 92.953599) (xy 105.708889 93.038513) (xy 106 93.067185) + (xy 106.29111 93.038513) (xy 106.571033 92.953599) (xy 106.829013 92.815706) (xy 107.055134 92.630134) + (xy 107.240706 92.404014) (xy 107.25 92.386626) (xy 107.259294 92.404013) (xy 107.444866 92.630134) + (xy 107.670986 92.815706) (xy 107.928966 92.953599) (xy 108.208889 93.038513) (xy 108.5 93.067185) + (xy 108.79111 93.038513) (xy 109.071033 92.953599) (xy 109.329013 92.815706) (xy 109.549945 92.634392) + (xy 109.560498 92.66918) (xy 109.619463 92.779494) (xy 109.698815 92.876185) (xy 109.795506 92.955537) + (xy 109.90582 93.014502) (xy 110.025518 93.050812) (xy 110.15 93.063072) (xy 110.71425 93.06) (xy 110.873 92.90125) + (xy 110.873 91.577) (xy 111.127 91.577) (xy 111.127 92.90125) (xy 111.28575 93.06) (xy 111.85 93.063072) + (xy 111.974482 93.050812) (xy 112.09418 93.014502) (xy 112.204494 92.955537) (xy 112.301185 92.876185) + (xy 112.380537 92.779494) (xy 112.439502 92.66918) (xy 112.475812 92.549482) (xy 112.488072 92.425) + (xy 112.485 91.73575) (xy 112.32625 91.577) (xy 111.127 91.577) (xy 110.873 91.577) (xy 110.853 91.577) + (xy 110.853 91.323) (xy 110.873 91.323) (xy 110.873 89.99875) (xy 111.127 89.99875) (xy 111.127 91.323) + (xy 112.32625 91.323) (xy 112.485 91.16425) (xy 112.488072 90.475) (xy 112.475812 90.350518) (xy 112.439502 90.23082) + (xy 112.380537 90.120506) (xy 112.301185 90.023815) (xy 112.204494 89.944463) (xy 112.09418 89.885498) + (xy 111.974482 89.849188) (xy 111.85 89.836928) (xy 111.28575 89.84) (xy 111.127 89.99875) (xy 110.873 89.99875) + (xy 110.71425 89.84) (xy 110.15 89.836928) (xy 110.025518 89.849188) (xy 109.90582 89.885498) (xy 109.795506 89.944463) + (xy 109.698815 90.023815) (xy 109.619463 90.120506) (xy 109.560498 90.23082) (xy 109.549945 90.265608) + (xy 109.329014 90.084294) (xy 109.071034 89.946401) (xy 108.791111 89.861487) (xy 108.5 89.832815) + (xy 108.20889 89.861487) (xy 107.928967 89.946401) (xy 107.670987 90.084294) (xy 107.444866 90.269866) + (xy 107.259294 90.495986) (xy 107.25 90.513374) (xy 107.240706 90.495986) (xy 107.055134 90.269866) + (xy 106.829014 90.084294) (xy 106.571034 89.946401) (xy 106.291111 89.861487) (xy 106 89.832815) + (xy 105.70889 89.861487) (xy 105.428967 89.946401) (xy 105.170987 90.084294) (xy 104.944866 90.269866) + (xy 104.759294 90.495986) (xy 104.621401 90.753966) (xy 104.536487 91.033889) (xy 104.515 91.25205) + (xy 103.657403 91.25205) (xy 103.665209 89.047679) (xy 124.9045 89.047679) (xy 124.9045 89.260321) + (xy 124.945985 89.468878) (xy 125.02736 89.665335) (xy 125.145498 89.842141) (xy 125.295859 89.992502) + (xy 125.472665 90.11064) (xy 125.669122 90.192015) (xy 125.877679 90.2335) (xy 126.090321 90.2335) + (xy 126.298878 90.192015) (xy 126.495335 90.11064) (xy 126.672141 89.992502) (xy 126.822502 89.842141) + (xy 126.94064 89.665335) (xy 127.022015 89.468878) (xy 127.030011 89.428679) (xy 131.5085 89.428679) + (xy 131.5085 89.641321) (xy 131.549985 89.849878) (xy 131.63136 90.046335) (xy 131.749498 90.223141) + (xy 131.899859 90.373502) (xy 132.076665 90.49164) (xy 132.273122 90.573015) (xy 132.481679 90.6145) + (xy 132.694321 90.6145) (xy 132.902878 90.573015) (xy 133.099335 90.49164) (xy 133.276141 90.373502) + (xy 133.426502 90.223141) (xy 133.54464 90.046335) (xy 133.626015 89.849878) (xy 133.6675 89.641321) + (xy 133.6675 89.555679) (xy 139.3825 89.555679) (xy 139.3825 89.768321) (xy 139.423985 89.976878) + (xy 139.50536 90.173335) (xy 139.623498 90.350141) (xy 139.773859 90.500502) (xy 139.950665 90.61864) + (xy 140.147122 90.700015) (xy 140.355679 90.7415) (xy 140.568321 90.7415) (xy 140.776878 90.700015) + (xy 140.776914 90.7) (xy 153.609928 90.7) (xy 153.622188 90.824482) (xy 153.658498 90.94418) (xy 153.717463 91.054494) + (xy 153.796815 91.151185) (xy 153.893506 91.230537) (xy 154.00382 91.289502) (xy 154.123518 91.325812) + (xy 154.248 91.338072) (xy 155.16225 91.335) (xy 155.321 91.17625) (xy 155.321 89.627) (xy 155.575 89.627) + (xy 155.575 91.17625) (xy 155.73375 91.335) (xy 156.648 91.338072) (xy 156.772482 91.325812) (xy 156.89218 91.289502) + (xy 157.002494 91.230537) (xy 157.099185 91.151185) (xy 157.178537 91.054494) (xy 157.237502 90.94418) + (xy 157.273812 90.824482) (xy 157.286072 90.7) (xy 157.283 89.78575) (xy 157.12425 89.627) (xy 155.575 89.627) + (xy 155.321 89.627) (xy 153.77175 89.627) (xy 153.613 89.78575) (xy 153.609928 90.7) (xy 140.776914 90.7) + (xy 140.973335 90.61864) (xy 141.150141 90.500502) (xy 141.300502 90.350141) (xy 141.41864 90.173335) + (xy 141.500015 89.976878) (xy 141.5415 89.768321) (xy 141.5415 89.555679) (xy 141.500015 89.347122) + (xy 141.41864 89.150665) (xy 141.300502 88.973859) (xy 141.150141 88.823498) (xy 140.973335 88.70536) + (xy 140.776878 88.623985) (xy 140.568321 88.5825) (xy 140.355679 88.5825) (xy 140.147122 88.623985) + (xy 139.950665 88.70536) (xy 139.773859 88.823498) (xy 139.623498 88.973859) (xy 139.50536 89.150665) + (xy 139.423985 89.347122) (xy 139.3825 89.555679) (xy 133.6675 89.555679) (xy 133.6675 89.428679) + (xy 133.626015 89.220122) (xy 133.54464 89.023665) (xy 133.426502 88.846859) (xy 133.276141 88.696498) + (xy 133.099335 88.57836) (xy 133.005951 88.539679) (xy 145.4785 88.539679) (xy 145.4785 88.752321) + (xy 145.519985 88.960878) (xy 145.60136 89.157335) (xy 145.719498 89.334141) (xy 145.869859 89.484502) + (xy 146.046665 89.60264) (xy 146.243122 89.684015) (xy 146.451679 89.7255) (xy 146.664321 89.7255) + (xy 146.872878 89.684015) (xy 147.069335 89.60264) (xy 147.246141 89.484502) (xy 147.396502 89.334141) + (xy 147.51464 89.157335) (xy 147.596015 88.960878) (xy 147.6375 88.752321) (xy 147.6375 88.539679) + (xy 147.596015 88.331122) (xy 147.583124 88.3) (xy 153.609928 88.3) (xy 153.613 89.21425) (xy 153.77175 89.373) + (xy 155.321 89.373) (xy 155.321 89.353) (xy 155.575 89.353) (xy 155.575 89.373) (xy 157.12425 89.373) + (xy 157.283 89.21425) (xy 157.286072 88.3) (xy 157.273812 88.175518) (xy 157.237502 88.05582) (xy 157.178537 87.945506) + (xy 157.099185 87.848815) (xy 157.002494 87.769463) (xy 156.89218 87.710498) (xy 156.772482 87.674188) + (xy 156.648 87.661928) (xy 156.227426 87.663341) (xy 156.317199 87.626156) (xy 156.617744 87.425338) + (xy 156.873338 87.169744) (xy 157.074156 86.869199) (xy 157.212482 86.53525) (xy 157.283 86.180732) + (xy 157.283 85.819268) (xy 157.212482 85.46475) (xy 157.074156 85.130801) (xy 156.873338 84.830256) + (xy 156.617744 84.574662) (xy 156.317199 84.373844) (xy 155.98325 84.235518) (xy 155.628732 84.165) + (xy 155.267268 84.165) (xy 154.91275 84.235518) (xy 154.578801 84.373844) (xy 154.278256 84.574662) + (xy 154.022662 84.830256) (xy 153.821844 85.130801) (xy 153.683518 85.46475) (xy 153.613 85.819268) + (xy 153.613 86.180732) (xy 153.683518 86.53525) (xy 153.821844 86.869199) (xy 154.022662 87.169744) + (xy 154.278256 87.425338) (xy 154.578801 87.626156) (xy 154.668574 87.663341) (xy 154.248 87.661928) + (xy 154.123518 87.674188) (xy 154.00382 87.710498) (xy 153.893506 87.769463) (xy 153.796815 87.848815) + (xy 153.717463 87.945506) (xy 153.658498 88.05582) (xy 153.622188 88.175518) (xy 153.609928 88.3) + (xy 147.583124 88.3) (xy 147.51464 88.134665) (xy 147.396502 87.957859) (xy 147.246141 87.807498) + (xy 147.069335 87.68936) (xy 146.872878 87.607985) (xy 146.664321 87.5665) (xy 146.451679 87.5665) + (xy 146.243122 87.607985) (xy 146.046665 87.68936) (xy 145.869859 87.807498) (xy 145.719498 87.957859) + (xy 145.60136 88.134665) (xy 145.519985 88.331122) (xy 145.4785 88.539679) (xy 133.005951 88.539679) + (xy 132.902878 88.496985) (xy 132.694321 88.4555) (xy 132.481679 88.4555) (xy 132.273122 88.496985) + (xy 132.076665 88.57836) (xy 131.899859 88.696498) (xy 131.749498 88.846859) (xy 131.63136 89.023665) + (xy 131.549985 89.220122) (xy 131.5085 89.428679) (xy 127.030011 89.428679) (xy 127.0635 89.260321) + (xy 127.0635 89.047679) (xy 127.022015 88.839122) (xy 126.94064 88.642665) (xy 126.85801 88.519) + (xy 126.960559 88.519) (xy 127.132312 88.484836) (xy 127.294099 88.417821) (xy 127.439704 88.320531) + (xy 127.563531 88.196704) (xy 127.660821 88.051099) (xy 127.727836 87.889312) (xy 127.762 87.717559) + (xy 127.762 87.542441) (xy 127.736738 87.415441) (xy 136.271 87.415441) (xy 136.271 87.590559) (xy 136.305164 87.762312) + (xy 136.372179 87.924099) (xy 136.469469 88.069704) (xy 136.593296 88.193531) (xy 136.738901 88.290821) + (xy 136.900688 88.357836) (xy 137.072441 88.392) (xy 137.247559 88.392) (xy 137.419312 88.357836) + (xy 137.581099 88.290821) (xy 137.726704 88.193531) (xy 137.850531 88.069704) (xy 137.947821 87.924099) + (xy 138.014836 87.762312) (xy 138.049 87.590559) (xy 138.049 87.415441) (xy 138.014836 87.243688) + (xy 137.947821 87.081901) (xy 137.850531 86.936296) (xy 137.726704 86.812469) (xy 137.581099 86.715179) + (xy 137.419312 86.648164) (xy 137.247559 86.614) (xy 137.072441 86.614) (xy 136.900688 86.648164) + (xy 136.738901 86.715179) (xy 136.593296 86.812469) (xy 136.469469 86.936296) (xy 136.372179 87.081901) + (xy 136.305164 87.243688) (xy 136.271 87.415441) (xy 127.736738 87.415441) (xy 127.727836 87.370688) + (xy 127.660821 87.208901) (xy 127.563531 87.063296) (xy 127.439704 86.939469) (xy 127.294099 86.842179) + (xy 127.132312 86.775164) (xy 126.960559 86.741) (xy 126.785441 86.741) (xy 126.613688 86.775164) + (xy 126.451901 86.842179) (xy 126.306296 86.939469) (xy 126.182469 87.063296) (xy 126.085179 87.208901) + (xy 126.018164 87.370688) (xy 125.984 87.542441) (xy 125.984 87.717559) (xy 126.018164 87.889312) + (xy 126.085179 88.051099) (xy 126.102424 88.076907) (xy 126.090321 88.0745) (xy 125.877679 88.0745) + (xy 125.669122 88.115985) (xy 125.472665 88.19736) (xy 125.295859 88.315498) (xy 125.145498 88.465859) + (xy 125.02736 88.642665) (xy 124.945985 88.839122) (xy 124.9045 89.047679) (xy 103.665209 89.047679) + (xy 103.68769 82.7) (xy 107.161928 82.7) (xy 107.174188 82.824482) (xy 107.210498 82.94418) (xy 107.269463 83.054494) + (xy 107.348815 83.151185) (xy 107.445506 83.230537) (xy 107.55582 83.289502) (xy 107.675518 83.325812) + (xy 107.8 83.338072) (xy 108.220574 83.336659) (xy 108.130801 83.373844) (xy 107.830256 83.574662) + (xy 107.574662 83.830256) (xy 107.373844 84.130801) (xy 107.235518 84.46475) (xy 107.165 84.819268) + (xy 107.165 85.180732) (xy 107.235518 85.53525) (xy 107.373844 85.869199) (xy 107.574662 86.169744) + (xy 107.830256 86.425338) (xy 108.130801 86.626156) (xy 108.46475 86.764482) (xy 108.819268 86.835) + (xy 109.180732 86.835) (xy 109.53525 86.764482) (xy 109.869199 86.626156) (xy 110.169744 86.425338) + (xy 110.425338 86.169744) (xy 110.526435 86.018441) (xy 118.999 86.018441) (xy 118.999 86.193559) + (xy 119.033164 86.365312) (xy 119.100179 86.527099) (xy 119.197469 86.672704) (xy 119.321296 86.796531) + (xy 119.466901 86.893821) (xy 119.628688 86.960836) (xy 119.800441 86.995) (xy 119.818979 86.995) + (xy 119.738985 87.188122) (xy 119.6975 87.396679) (xy 119.6975 87.609321) (xy 119.738985 87.817878) + (xy 119.82036 88.014335) (xy 119.938498 88.191141) (xy 120.088859 88.341502) (xy 120.265665 88.45964) + (xy 120.462122 88.541015) (xy 120.670679 88.5825) (xy 120.883321 88.5825) (xy 121.091878 88.541015) + (xy 121.288335 88.45964) (xy 121.465141 88.341502) (xy 121.615502 88.191141) (xy 121.73364 88.014335) + (xy 121.815015 87.817878) (xy 121.8565 87.609321) (xy 121.8565 87.396679) (xy 121.815015 87.188122) + (xy 121.73364 86.991665) (xy 121.615502 86.814859) (xy 121.465141 86.664498) (xy 121.288335 86.54636) + (xy 121.091878 86.464985) (xy 120.883321 86.4235) (xy 120.718734 86.4235) (xy 120.742836 86.365312) + (xy 120.777 86.193559) (xy 120.777 86.018441) (xy 120.742836 85.846688) (xy 120.675821 85.684901) + (xy 120.578531 85.539296) (xy 120.454704 85.415469) (xy 120.309099 85.318179) (xy 120.147312 85.251164) + (xy 119.975559 85.217) (xy 119.800441 85.217) (xy 119.628688 85.251164) (xy 119.466901 85.318179) + (xy 119.321296 85.415469) (xy 119.197469 85.539296) (xy 119.100179 85.684901) (xy 119.033164 85.846688) + (xy 118.999 86.018441) (xy 110.526435 86.018441) (xy 110.626156 85.869199) (xy 110.764482 85.53525) + (xy 110.835 85.180732) (xy 110.835 84.819268) (xy 110.764482 84.46475) (xy 110.626156 84.130801) + (xy 110.425338 83.830256) (xy 110.169744 83.574662) (xy 109.869199 83.373844) (xy 109.779426 83.336659) + (xy 110.2 83.338072) (xy 110.324482 83.325812) (xy 110.44418 83.289502) (xy 110.554494 83.230537) + (xy 110.651185 83.151185) (xy 110.730537 83.054494) (xy 110.789502 82.94418) (xy 110.825812 82.824482) + (xy 110.838072 82.7) (xy 110.835 81.78575) (xy 110.67625 81.627) (xy 109.127 81.627) (xy 109.127 81.647) + (xy 108.873 81.647) (xy 108.873 81.627) (xy 107.32375 81.627) (xy 107.165 81.78575) (xy 107.161928 82.7) + (xy 103.68769 82.7) (xy 103.696189 80.3) (xy 107.161928 80.3) (xy 107.165 81.21425) (xy 107.32375 81.373) + (xy 108.873 81.373) (xy 108.873 79.82375) (xy 109.127 79.82375) (xy 109.127 81.373) (xy 110.67625 81.373) + (xy 110.835 81.21425) (xy 110.838072 80.3) (xy 110.825812 80.175518) (xy 110.789502 80.05582) (xy 110.730537 79.945506) + (xy 110.651185 79.848815) (xy 110.554494 79.769463) (xy 110.44418 79.710498) (xy 110.324482 79.674188) + (xy 110.2 79.661928) (xy 109.28575 79.665) (xy 109.127 79.82375) (xy 108.873 79.82375) (xy 108.71425 79.665) + (xy 107.8 79.661928) (xy 107.675518 79.674188) (xy 107.55582 79.710498) (xy 107.445506 79.769463) + (xy 107.348815 79.848815) (xy 107.269463 79.945506) (xy 107.210498 80.05582) (xy 107.174188 80.175518) + (xy 107.161928 80.3) (xy 103.696189 80.3) (xy 103.716376 74.6) (xy 107.161928 74.6) (xy 107.174188 74.724482) + (xy 107.210498 74.84418) (xy 107.269463 74.954494) (xy 107.348815 75.051185) (xy 107.445506 75.130537) + (xy 107.55582 75.189502) (xy 107.675518 75.225812) (xy 107.8 75.238072) (xy 108.220574 75.236659) + (xy 108.130801 75.273844) (xy 107.830256 75.474662) (xy 107.574662 75.730256) (xy 107.373844 76.030801) + (xy 107.235518 76.36475) (xy 107.165 76.719268) (xy 107.165 77.080732) (xy 107.235518 77.43525) + (xy 107.373844 77.769199) (xy 107.574662 78.069744) (xy 107.830256 78.325338) (xy 108.130801 78.526156) + (xy 108.46475 78.664482) (xy 108.819268 78.735) (xy 109.180732 78.735) (xy 109.53525 78.664482) + (xy 109.869199 78.526156) (xy 110.169744 78.325338) (xy 110.425338 78.069744) (xy 110.626156 77.769199) + (xy 110.764482 77.43525) (xy 110.835 77.080732) (xy 110.835 76.719268) (xy 110.764482 76.36475) + (xy 110.626156 76.030801) (xy 110.425338 75.730256) (xy 110.169744 75.474662) (xy 109.869199 75.273844) + (xy 109.779426 75.236659) (xy 110.2 75.238072) (xy 110.324482 75.225812) (xy 110.44418 75.189502) + (xy 110.554494 75.130537) (xy 110.651185 75.051185) (xy 110.730537 74.954494) (xy 110.789502 74.84418) + (xy 110.825812 74.724482) (xy 110.838072 74.6) (xy 110.835 73.68575) (xy 110.67625 73.527) (xy 109.127 73.527) + (xy 109.127 73.547) (xy 108.873 73.547) (xy 108.873 73.527) (xy 107.32375 73.527) (xy 107.165 73.68575) + (xy 107.161928 74.6) (xy 103.716376 74.6) (xy 103.726551 71.727) (xy 107.375397 71.727) (xy 107.348815 71.748815) + (xy 107.269463 71.845506) (xy 107.210498 71.95582) (xy 107.174188 72.075518) (xy 107.161928 72.2) + (xy 107.165 73.11425) (xy 107.32375 73.273) (xy 108.873 73.273) (xy 108.873 73.253) (xy 109.127 73.253) + (xy 109.127 73.273) (xy 110.67625 73.273) (xy 110.835 73.11425) (xy 110.838072 72.2) (xy 110.825812 72.075518) + (xy 110.789502 71.95582) (xy 110.730537 71.845506) (xy 110.651185 71.748815) (xy 110.624603 71.727) + (xy 110.998 71.727) (xy 110.998 84.455) (xy 111.00044 84.479776) (xy 111.007667 84.503601) (xy 111.019403 84.525557) + (xy 111.035197 84.544803) (xy 111.054443 84.560597) (xy 111.076399 84.572333) (xy 111.100224 84.57956) + (xy 111.125 84.582) (xy 127.202394 84.582) (xy 128.510197 85.889803) (xy 128.529443 85.905597) (xy 128.551399 85.917333) + (xy 128.575224 85.92456) (xy 128.6 85.927) (xy 138.4 85.927) (xy 138.424776 85.92456) (xy 138.448601 85.917333) + (xy 138.470557 85.905597) (xy 138.489803 85.889803) (xy 138.742165 85.637441) (xy 141.605 85.637441) + (xy 141.605 85.812559) (xy 141.639164 85.984312) (xy 141.706179 86.146099) (xy 141.803469 86.291704) + (xy 141.927296 86.415531) (xy 142.072901 86.512821) (xy 142.234688 86.579836) (xy 142.406441 86.614) + (xy 142.581559 86.614) (xy 142.753312 86.579836) (xy 142.915099 86.512821) (xy 143.060704 86.415531) + (xy 143.184531 86.291704) (xy 143.281821 86.146099) (xy 143.348836 85.984312) (xy 143.383 85.812559) + (xy 143.383 85.637441) (xy 143.348836 85.465688) (xy 143.281821 85.303901) (xy 143.184531 85.158296) + (xy 143.060704 85.034469) (xy 142.915099 84.937179) (xy 142.753312 84.870164) (xy 142.581559 84.836) + (xy 142.406441 84.836) (xy 142.234688 84.870164) (xy 142.072901 84.937179) (xy 141.927296 85.034469) + (xy 141.803469 85.158296) (xy 141.706179 85.303901) (xy 141.639164 85.465688) (xy 141.605 85.637441) + (xy 138.742165 85.637441) (xy 139.797606 84.582) (xy 152.4 84.582) (xy 152.424776 84.57956) (xy 152.448601 84.572333) + (xy 152.470557 84.560597) (xy 152.489803 84.544803) (xy 152.505597 84.525557) (xy 152.517333 84.503601) + (xy 152.52456 84.479776) (xy 152.527 84.455) (xy 152.527 82.3) (xy 153.609928 82.3) (xy 153.622188 82.424482) + (xy 153.658498 82.54418) (xy 153.717463 82.654494) (xy 153.796815 82.751185) (xy 153.893506 82.830537) + (xy 154.00382 82.889502) (xy 154.123518 82.925812) (xy 154.248 82.938072) (xy 155.16225 82.935) + (xy 155.321 82.77625) (xy 155.321 81.227) (xy 155.575 81.227) (xy 155.575 82.77625) (xy 155.73375 82.935) + (xy 156.648 82.938072) (xy 156.772482 82.925812) (xy 156.89218 82.889502) (xy 157.002494 82.830537) + (xy 157.099185 82.751185) (xy 157.178537 82.654494) (xy 157.237502 82.54418) (xy 157.273812 82.424482) + (xy 157.286072 82.3) (xy 157.283 81.38575) (xy 157.12425 81.227) (xy 155.575 81.227) (xy 155.321 81.227) + (xy 153.77175 81.227) (xy 153.613 81.38575) (xy 153.609928 82.3) (xy 152.527 82.3) (xy 152.527 79.9) + (xy 153.609928 79.9) (xy 153.613 80.81425) (xy 153.77175 80.973) (xy 155.321 80.973) (xy 155.321 80.953) + (xy 155.575 80.953) (xy 155.575 80.973) (xy 157.12425 80.973) (xy 157.283 80.81425) (xy 157.286072 79.9) + (xy 157.273812 79.775518) (xy 157.237502 79.65582) (xy 157.178537 79.545506) (xy 157.099185 79.448815) + (xy 157.002494 79.369463) (xy 156.89218 79.310498) (xy 156.772482 79.274188) (xy 156.648 79.261928) + (xy 156.227426 79.263341) (xy 156.317199 79.226156) (xy 156.617744 79.025338) (xy 156.873338 78.769744) + (xy 157.074156 78.469199) (xy 157.212482 78.13525) (xy 157.283 77.780732) (xy 157.283 77.419268) + (xy 157.212482 77.06475) (xy 157.074156 76.730801) (xy 156.873338 76.430256) (xy 156.617744 76.174662) + (xy 156.317199 75.973844) (xy 155.98325 75.835518) (xy 155.628732 75.765) (xy 155.267268 75.765) + (xy 154.91275 75.835518) (xy 154.578801 75.973844) (xy 154.278256 76.174662) (xy 154.022662 76.430256) + (xy 153.821844 76.730801) (xy 153.683518 77.06475) (xy 153.613 77.419268) (xy 153.613 77.780732) + (xy 153.683518 78.13525) (xy 153.821844 78.469199) (xy 154.022662 78.769744) (xy 154.278256 79.025338) + (xy 154.578801 79.226156) (xy 154.668574 79.263341) (xy 154.248 79.261928) (xy 154.123518 79.274188) + (xy 154.00382 79.310498) (xy 153.893506 79.369463) (xy 153.796815 79.448815) (xy 153.717463 79.545506) + (xy 153.658498 79.65582) (xy 153.622188 79.775518) (xy 153.609928 79.9) (xy 152.527 79.9) (xy 152.527 74) + (xy 153.609928 74) (xy 153.622188 74.124482) (xy 153.658498 74.24418) (xy 153.717463 74.354494) + (xy 153.796815 74.451185) (xy 153.893506 74.530537) (xy 154.00382 74.589502) (xy 154.123518 74.625812) + (xy 154.248 74.638072) (xy 155.16225 74.635) (xy 155.321 74.47625) (xy 155.321 72.927) (xy 155.575 72.927) + (xy 155.575 74.47625) (xy 155.73375 74.635) (xy 156.648 74.638072) (xy 156.772482 74.625812) (xy 156.89218 74.589502) + (xy 157.002494 74.530537) (xy 157.099185 74.451185) (xy 157.178537 74.354494) (xy 157.237502 74.24418) + (xy 157.273812 74.124482) (xy 157.286072 74) (xy 157.283 73.08575) (xy 157.12425 72.927) (xy 155.575 72.927) + (xy 155.321 72.927) (xy 153.77175 72.927) (xy 153.613 73.08575) (xy 153.609928 74) (xy 152.527 74) + (xy 152.527 71.6) (xy 153.609928 71.6) (xy 153.613 72.51425) (xy 153.77175 72.673) (xy 155.321 72.673) + (xy 155.321 72.653) (xy 155.575 72.653) (xy 155.575 72.673) (xy 157.12425 72.673) (xy 157.283 72.51425) + (xy 157.286072 71.6) (xy 157.273812 71.475518) (xy 157.237502 71.35582) (xy 157.178537 71.245506) + (xy 157.099185 71.148815) (xy 157.002494 71.069463) (xy 156.89218 71.010498) (xy 156.772482 70.974188) + (xy 156.648 70.961928) (xy 156.227426 70.963341) (xy 156.317199 70.926156) (xy 156.617744 70.725338) + (xy 156.873338 70.469744) (xy 157.074156 70.169199) (xy 157.212482 69.83525) (xy 157.283 69.480732) + (xy 157.283 69.119268) (xy 157.212482 68.76475) (xy 157.074156 68.430801) (xy 156.873338 68.130256) + (xy 156.617744 67.874662) (xy 156.317199 67.673844) (xy 155.98325 67.535518) (xy 155.628732 67.465) + (xy 155.267268 67.465) (xy 154.91275 67.535518) (xy 154.578801 67.673844) (xy 154.278256 67.874662) + (xy 154.022662 68.130256) (xy 153.821844 68.430801) (xy 153.683518 68.76475) (xy 153.613 69.119268) + (xy 153.613 69.480732) (xy 153.683518 69.83525) (xy 153.821844 70.169199) (xy 154.022662 70.469744) + (xy 154.278256 70.725338) (xy 154.578801 70.926156) (xy 154.668574 70.963341) (xy 154.248 70.961928) + (xy 154.123518 70.974188) (xy 154.00382 71.010498) (xy 153.893506 71.069463) (xy 153.796815 71.148815) + (xy 153.717463 71.245506) (xy 153.658498 71.35582) (xy 153.622188 71.475518) (xy 153.609928 71.6) + (xy 152.527 71.6) (xy 152.527 61.736511) (xy 152.561498 61.788141) (xy 152.711859 61.938502) (xy 152.888665 62.05664) + (xy 153.085122 62.138015) (xy 153.293679 62.1795) (xy 153.506321 62.1795) (xy 153.714878 62.138015) + (xy 153.911335 62.05664) (xy 154.088141 61.938502) (xy 154.238502 61.788141) (xy 154.35 61.621272) + (xy 154.461498 61.788141) (xy 154.611859 61.938502) (xy 154.788665 62.05664) (xy 154.985122 62.138015) + (xy 155.193679 62.1795) (xy 155.406321 62.1795) (xy 155.614878 62.138015) (xy 155.811335 62.05664) + (xy 155.988141 61.938502) (xy 156.052287 61.874356) (xy 156.061498 61.888141) (xy 156.211859 62.038502) + (xy 156.388665 62.15664) (xy 156.585122 62.238015) (xy 156.793679 62.2795) (xy 157.006321 62.2795) + (xy 157.214878 62.238015) (xy 157.411335 62.15664) (xy 157.588141 62.038502) (xy 157.738502 61.888141) + (xy 157.85664 61.711335) (xy 157.938015 61.514878) (xy 157.9795 61.306321) (xy 157.9795 61.093679) + (xy 157.938015 60.885122) (xy 157.85664 60.688665) (xy 157.738502 60.511859) (xy 157.588141 60.361498) + (xy 157.411335 60.24336) (xy 157.214878 60.161985) (xy 157.006321 60.1205) (xy 156.793679 60.1205) + (xy 156.585122 60.161985) (xy 156.388665 60.24336) (xy 156.211859 60.361498) (xy 156.147713 60.425644) + (xy 156.138502 60.411859) (xy 155.988141 60.261498) (xy 155.811335 60.14336) (xy 155.614878 60.061985) + (xy 155.406321 60.0205) (xy 155.193679 60.0205) (xy 154.985122 60.061985) (xy 154.788665 60.14336) + (xy 154.611859 60.261498) (xy 154.461498 60.411859) (xy 154.35 60.578728) (xy 154.238502 60.411859) + (xy 154.088141 60.261498) (xy 153.911335 60.14336) (xy 153.714878 60.061985) (xy 153.506321 60.0205) + (xy 153.293679 60.0205) (xy 153.085122 60.061985) (xy 152.888665 60.14336) (xy 152.711859 60.261498) + (xy 152.561498 60.411859) (xy 152.527 60.463489) (xy 152.527 54.737) (xy 158.697394 54.737) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/light_control.kicad_prl b/tests/board_samples/kicad_8/light_control.kicad_prl index e523ef09c..c94ef0f34 100644 --- a/tests/board_samples/kicad_8/light_control.kicad_prl +++ b/tests/board_samples/kicad_8/light_control.kicad_prl @@ -69,6 +69,12 @@ "visible_layers": "fffffff_ffffffff", "zone_display_mode": 0 }, + "git": { + "repo_password": "", + "repo_type": "", + "repo_username": "", + "ssh_key": "" + }, "meta": { "filename": "light_control.kicad_prl", "version": 3 diff --git a/tests/board_samples/kicad_8/light_control.kicad_pro b/tests/board_samples/kicad_8/light_control.kicad_pro index f8a39dc79..777bf79e1 100644 --- a/tests/board_samples/kicad_8/light_control.kicad_pro +++ b/tests/board_samples/kicad_8/light_control.kicad_pro @@ -3,6 +3,9 @@ "3dviewports": [], "design_settings": { "defaults": { + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, "board_outline_line_width": 0.049999999999999996, "copper_line_width": 0.19999999999999998, "copper_text_italic": false, @@ -74,6 +77,7 @@ "duplicate_footprints": "warning", "extra_footprint": "warning", "footprint": "error", + "footprint_symbol_mismatch": "warning", "footprint_type_mismatch": "error", "hole_clearance": "error", "hole_near_hole": "error", @@ -135,9 +139,6 @@ }, "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, @@ -146,29 +147,35 @@ ], "teardrop_parameters": [ { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_round_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_rect_shape", "td_width_to_size_filter_ratio": 0.9 }, { + "td_allow_use_two_tracks": true, "td_curve_segcount": 0, "td_height_ratio": 1.0, "td_length_ratio": 0.5, "td_maxheight": 2.0, "td_maxlen": 1.0, + "td_on_pad_in_zone": false, "td_target_name": "td_track_end", "td_width_to_size_filter_ratio": 0.9 } @@ -179,6 +186,32 @@ 0.3048, 0.635 ], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [ { "diameter": 0.0, @@ -196,6 +229,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -419,7 +459,7 @@ "pinned_symbol_libs": [] }, "meta": { - "filename": "light_control.kicad_pro", + "filename": "light_control_diff.kicad_pro", "version": 1 }, "net_settings": { @@ -471,14 +511,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -492,6 +593,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.15 }, @@ -507,14 +613,15 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 }, "sheets": [ [ - "e6521bef-4109-48f7-8b88-4121b0468927", - "" + "5723753a-c0ed-4c5f-84a7-d86a2926263d", + "Root" ] ], "text_variables": { diff --git a/tests/board_samples/kicad_8/light_control.kicad_sch b/tests/board_samples/kicad_8/light_control.kicad_sch index d47162b78..b2cc094c5 100644 --- a/tests/board_samples/kicad_8/light_control.kicad_sch +++ b/tests/board_samples/kicad_8/light_control.kicad_sch @@ -1,6504 +1,17398 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (lib_symbols - (symbol "Connector:Screw_Terminal_01x02" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Screw_Terminal_01x02" (at 0 -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" "screw terminal" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic screw terminal, single row, 01x02, 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_01x02_1_1" - (rectangle (start -1.27 1.27) (end 1.27 -3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (circle (center 0 -2.54) (radius 0.635) - (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.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)) - ) - (circle (center 0 0) (radius 0.635) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 0 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 -2.54 0) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:USB_B_Micro" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (at -5.08 11.43 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "USB_B_Micro" (at -5.08 8.89 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 3.81 -1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 3.81 -1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "connector USB micro" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "USB Micro Type B connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "USB*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "USB_B_Micro_0_1" - (rectangle (start -5.08 -7.62) (end 5.08 7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (circle (center -3.81 2.159) (radius 0.635) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (circle (center -0.635 3.429) (radius 0.381) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.127 -7.62) (end 0.127 -6.858) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.905 2.159) - (xy 0.635 2.159) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.175 2.159) - (xy -2.54 2.159) - (xy -1.27 3.429) - (xy -0.635 3.429) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.54 2.159) - (xy -1.905 2.159) - (xy -1.27 0.889) - (xy 0 0.889) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 2.794) - (xy 0.635 1.524) - (xy 1.905 2.159) - (xy 0.635 2.794) - ) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -4.318 5.588) - (xy -1.778 5.588) - (xy -2.032 4.826) - (xy -4.064 4.826) - (xy -4.318 5.588) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -4.699 5.842) - (xy -4.699 5.588) - (xy -4.445 4.826) - (xy -4.445 4.572) - (xy -1.651 4.572) - (xy -1.651 4.826) - (xy -1.397 5.588) - (xy -1.397 5.842) - (xy -4.699 5.842) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 0.254 1.27) (end -0.508 0.508) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.08 -5.207) (end 4.318 -4.953) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 5.08 -2.667) (end 4.318 -2.413) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 5.08 -0.127) (end 4.318 0.127) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 5.08 4.953) (end 4.318 5.207) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "USB_B_Micro_1_1" - (pin power_out line (at 7.62 5.08 180) (length 2.54) - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 7.62 -2.54 180) (length 2.54) - (name "D-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 7.62 0 180) (length 2.54) - (name "D+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -5.08 180) (length 2.54) - (name "ID" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_out line (at 0 -10.16 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -2.54 -10.16 90) (length 2.54) - (name "Shield" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Generic:Conn_01x03" (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" "Conn_01x03" (at 0 -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, single row, 01x03, 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*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x03_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 1.27 -3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (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)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:D_Schottky" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 0 -2.54 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" "diode Schottky" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Schottky diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "D_Schottky_0_1" - (polyline - (pts - (xy 1.27 0) - (xy -1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 1.27) - (xy 1.27 -1.27) - (xy -1.27 0) - (xy 1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.905 0.635) - (xy -1.905 1.27) - (xy -1.27 1.27) - (xy -1.27 -1.27) - (xy -0.635 -1.27) - (xy -0.635 -0.635) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "D_Schottky_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:LED_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at -1.27 3.175 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LED_Small" (at -4.445 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "LED diode light-emitting-diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Light emitting diode, small symbol" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LED_Small_0_1" - (polyline - (pts - (xy -0.762 -1.016) - (xy -0.762 1.016) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.016 0) - (xy -0.762 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.762 -1.016) - (xy -0.762 0) - (xy 0.762 1.016) - (xy 0.762 -1.016) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0.762) - (xy -0.508 1.27) - (xy -0.254 1.27) - (xy -0.508 1.27) - (xy -0.508 1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.508 1.27) - (xy 0 1.778) - (xy 0.254 1.778) - (xy 0 1.778) - (xy 0 1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "LED_Small_1_1" - (pin passive line (at -2.54 0 0) (length 1.778) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 0 180) (length 1.778) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:Q_NMOS_GSD" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GSD" (at 5.08 -1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 5.08 2.54 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" "transistor NMOS N-MOS N-MOSFET" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "N-MOSFET transistor, gate/source/drain" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Q_NMOS_GSD_0_1" - (polyline - (pts - (xy 0.254 0) - (xy -2.54 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.254 1.905) - (xy 0.254 -1.905) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.762 -1.27) - (xy 0.762 -2.286) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.762 0.508) - (xy 0.762 -0.508) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.762 2.286) - (xy 0.762 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 2.54) - (xy 2.54 1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 -2.54) - (xy 2.54 0) - (xy 0.762 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.762 -1.778) - (xy 3.302 -1.778) - (xy 3.302 1.778) - (xy 0.762 1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.016 0) - (xy 2.032 0.381) - (xy 2.032 -0.381) - (xy 1.016 0) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy 2.794 0.508) - (xy 2.921 0.381) - (xy 3.683 0.381) - (xy 3.81 0.254) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 3.302 0.381) - (xy 2.921 -0.254) - (xy 3.683 -0.254) - (xy 3.302 0.381) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 1.651 0) (radius 2.794) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (circle (center 2.54 -1.778) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 2.54 1.778) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "Q_NMOS_GSD_1_1" - (pin input line (at -5.08 0 0) (length 2.54) - (name "G" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "S" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "D" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:Q_NPN_BEC" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BEC" (at 5.08 -1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 5.08 2.54 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" "transistor NPN" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "NPN transistor, base/emitter/collector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Q_NPN_BEC_0_1" - (polyline - (pts - (xy 0.635 0.635) - (xy 2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 -0.635) - (xy 2.54 -2.54) - (xy 2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 1.905) - (xy 0.635 -1.905) - (xy 0.635 -1.905) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.778) - (xy 1.778 -1.27) - (xy 2.286 -2.286) - (xy 1.27 -1.778) - (xy 1.27 -1.778) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 1.27 0) (radius 2.8194) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "Q_NPN_BEC_1_1" - (pin input line (at -5.08 0 0) (length 5.715) - (name "B" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "E" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "3" (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 "Interface_USB:CP2104" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at -7.62 23.495 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "CP2104" (at -7.62 21.59 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (at 3.81 -24.13 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/cp2104.pdf" (at -13.97 31.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "uart usb bridge interface transceiver" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Single-Chip USB-to-UART Bridge, USB 2.0 Full-Speed, 2Mbps UART, QFN package" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "QFN*4x4mm*P0.5mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "CP2104_0_1" - (rectangle (start -15.24 20.32) (end 15.24 -22.86) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "CP2104_1_1" - (pin input line (at 17.78 15.24 180) (length 2.54) - (name "RI" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin power_out line (at 5.08 22.86 270) (length 2.54) - (name "VIO/NC" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -17.78 -12.7 0) (length 2.54) - (name "GPIO.3" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -17.78 -10.16 0) (length 2.54) - (name "GPIO.2" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -17.78 -7.62 0) (length 2.54) - (name "GPIO.1" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -17.78 -5.08 0) (length 2.54) - (name "GPIO.0" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 17.78 -17.78 180) (length 2.54) - (name "~{SUSPEND}" (effects (font (size 1.27 1.27)))) - (number "15" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -17.78 -17.78 0) (length 2.54) - (name "VPP" (effects (font (size 1.27 1.27)))) - (number "16" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 17.78 -15.24 180) (length 2.54) - (name "SUSPEND" (effects (font (size 1.27 1.27)))) - (number "17" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 17.78 -7.62 180) (length 2.54) - (name "CTS" (effects (font (size 1.27 1.27)))) - (number "18" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 17.78 -5.08 180) (length 2.54) - (name "RTS" (effects (font (size 1.27 1.27)))) - (number "19" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -25.4 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 17.78 0 180) (length 2.54) - (name "RXD" (effects (font (size 1.27 1.27)))) - (number "20" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 17.78 2.54 180) (length 2.54) - (name "TXD" (effects (font (size 1.27 1.27)))) - (number "21" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 17.78 7.62 180) (length 2.54) - (name "DSR" (effects (font (size 1.27 1.27)))) - (number "22" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 17.78 10.16 180) (length 2.54) - (name "DTR" (effects (font (size 1.27 1.27)))) - (number "23" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 17.78 12.7 180) (length 2.54) - (name "DCD" (effects (font (size 1.27 1.27)))) - (number "24" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 2.54 -25.4 90) (length 2.54) - (name "PAD" (effects (font (size 1.27 1.27)))) - (number "25" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -17.78 0 0) (length 2.54) - (name "D+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -17.78 2.54 0) (length 2.54) - (name "D-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -5.08 22.86 270) (length 2.54) - (name "VIO" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 22.86 270) (length 2.54) - (name "VDD" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -17.78 15.24 0) (length 2.54) - (name "REGIN" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -17.78 10.16 0) (length 2.54) - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 17.78 -12.7 180) (length 2.54) - (name "~{RST}" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "H" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole" (at 0 3.175 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" "mounting hole" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 1.27) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "RF_Module:ESP32-WROOM-32" (in_bom yes) (on_board yes) - (property "Reference" "U" (at -12.7 34.29 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "ESP32-WROOM-32" (at 1.27 34.29 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "RF_Module:ESP32-WROOM-32" (at 0 -38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf" (at -7.62 1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "RF Radio BT ESP ESP32 Espressif onboard PCB antenna" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "RF Module, ESP32-D0WDQ6 SoC, Wi-Fi 802.11b/g/n, Bluetooth, BLE, 32-bit, 2.7-3.6V, onboard antenna, SMD" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "ESP32?WROOM?32*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "ESP32-WROOM-32_0_1" - (rectangle (start -12.7 33.02) (end 12.7 -33.02) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "ESP32-WROOM-32_1_1" - (pin power_in line (at 0 -35.56 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -12.7 180) (length 2.54) - (name "IO25" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -15.24 180) (length 2.54) - (name "IO26" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -17.78 180) (length 2.54) - (name "IO27" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 10.16 180) (length 2.54) - (name "IO14" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 15.24 180) (length 2.54) - (name "IO12" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -35.56 90) (length 2.54) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "15" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 12.7 180) (length 2.54) - (name "IO13" (effects (font (size 1.27 1.27)))) - (number "16" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -5.08 0) (length 2.54) - (name "SHD/SD2" (effects (font (size 1.27 1.27)))) - (number "17" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -7.62 0) (length 2.54) - (name "SWP/SD3" (effects (font (size 1.27 1.27)))) - (number "18" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -12.7 0) (length 2.54) - (name "SCS/CMD" (effects (font (size 1.27 1.27)))) - (number "19" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 35.56 270) (length 2.54) - (name "VDD" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -10.16 0) (length 2.54) - (name "SCK/CLK" (effects (font (size 1.27 1.27)))) - (number "20" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 0 0) (length 2.54) - (name "SDO/SD0" (effects (font (size 1.27 1.27)))) - (number "21" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -2.54 0) (length 2.54) - (name "SDI/SD1" (effects (font (size 1.27 1.27)))) - (number "22" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 7.62 180) (length 2.54) - (name "IO15" (effects (font (size 1.27 1.27)))) - (number "23" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 25.4 180) (length 2.54) - (name "IO2" (effects (font (size 1.27 1.27)))) - (number "24" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 30.48 180) (length 2.54) - (name "IO0" (effects (font (size 1.27 1.27)))) - (number "25" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 20.32 180) (length 2.54) - (name "IO4" (effects (font (size 1.27 1.27)))) - (number "26" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 5.08 180) (length 2.54) - (name "IO16" (effects (font (size 1.27 1.27)))) - (number "27" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 2.54 180) (length 2.54) - (name "IO17" (effects (font (size 1.27 1.27)))) - (number "28" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 17.78 180) (length 2.54) - (name "IO5" (effects (font (size 1.27 1.27)))) - (number "29" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -15.24 30.48 0) (length 2.54) - (name "EN" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 0 180) (length 2.54) - (name "IO18" (effects (font (size 1.27 1.27)))) - (number "30" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -2.54 180) (length 2.54) - (name "IO19" (effects (font (size 1.27 1.27)))) - (number "31" (effects (font (size 1.27 1.27)))) - ) - (pin no_connect line (at -12.7 -27.94 0) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "32" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -5.08 180) (length 2.54) - (name "IO21" (effects (font (size 1.27 1.27)))) - (number "33" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 22.86 180) (length 2.54) - (name "RXD0/IO3" (effects (font (size 1.27 1.27)))) - (number "34" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 27.94 180) (length 2.54) - (name "TXD0/IO1" (effects (font (size 1.27 1.27)))) - (number "35" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -7.62 180) (length 2.54) - (name "IO22" (effects (font (size 1.27 1.27)))) - (number "36" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -10.16 180) (length 2.54) - (name "IO23" (effects (font (size 1.27 1.27)))) - (number "37" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -35.56 90) (length 2.54) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "38" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -35.56 90) (length 2.54) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "39" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -15.24 25.4 0) (length 2.54) - (name "SENSOR_VP" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -15.24 22.86 0) (length 2.54) - (name "SENSOR_VN" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 15.24 -25.4 180) (length 2.54) - (name "IO34" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 15.24 -27.94 180) (length 2.54) - (name "IO35" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -20.32 180) (length 2.54) - (name "IO32" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -22.86 180) (length 2.54) - (name "IO33" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Regulator_Linear:AZ1117-3.3" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at -3.81 3.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AZ1117-3.3" (at 0 3.175 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0 6.35 0) - (effects (font (size 1.27 1.27) italic) hide) - ) - (property "Datasheet" "https://www.diodes.com/assets/Datasheets/AZ1117.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "Fixed Voltage Regulator 1A Positive LDO" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "1A 20V Fixed LDO Linear Regulator, 3.3V, SOT-89/SOT-223/TO-220/TO-252/TO-263" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOT?223* SOT?89* TO?220* TO?252* TO?263*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "AZ1117-3.3_0_1" - (rectangle (start -5.08 1.905) (end 5.08 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "AZ1117-3.3_1_1" - (pin power_in line (at 0 -7.62 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin power_out line (at 7.62 0 180) (length 2.54) - (name "VO" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -7.62 0 0) (length 2.54) - (name "VI" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Sensor:DHT11" (in_bom yes) (on_board yes) - (property "Reference" "U" (at -3.81 6.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "DHT11" (at 3.81 6.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Sensor:Aosong_DHT11_5.5x12.0_P2.54mm" (at 0 -10.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://akizukidenshi.com/download/ds/aosong/DHT11.pdf" (at 3.81 6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "Digital temperature humidity sensor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Temperature and humidity module" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Aosong*DHT11*5.5x12.0*P2.54mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "DHT11_0_1" - (rectangle (start -5.08 5.08) (end 5.08 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "DHT11_1_1" - (pin power_in line (at 0 7.62 270) (length 2.54) - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 7.62 0 180) (length 2.54) - (name "IO" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin no_connect line (at -5.08 0 0) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -7.62 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Switch:SW_Push" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "SW" (at 1.27 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "SW_Push" (at 0 -1.524 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 5.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 5.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "switch normally-open pushbutton push-button" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Push button switch, generic, two pins" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "SW_Push_0_1" - (circle (center -2.032 0) (radius 0.508) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 1.27) - (xy 0 3.048) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 1.27) - (xy -2.54 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 2.032 0) (radius 0.508) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 0 0) (length 2.54) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 2.54) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 0 3.556 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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+3V3_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+3V3_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+3V3" (effects (font (size 1.27 1.27)))) - (number "1" (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" "power-flag" (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)))) - ) - ) - ) - (symbol "power:VBUS" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"VBUS\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "VBUS_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "VBUS_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"VCC\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "VCC_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "VCC_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - (junction (at 241.3 113.03) (diameter 0) (color 0 0 0 0) - (uuid 02538207-54a8-4266-8d51-23871852b2ff) - ) - (junction (at 63.5 35.56) (diameter 0) (color 0 0 0 0) - (uuid 03d88a85-11fd-47aa-954c-c318bb15294a) - ) - (junction (at 54.61 68.58) (diameter 0) (color 0 0 0 0) - (uuid 0b21a65d-d20b-411e-920a-75c343ac5136) - ) - (junction (at 204.47 146.05) (diameter 0) (color 0 0 0 0) - (uuid 0b4c0f05-c855-4742-bad2-dbf645d5842b) - ) - (junction (at 220.98 38.1) (diameter 0) (color 0 0 0 0) - (uuid 0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459) - ) - (junction (at 220.98 63.5) (diameter 0) (color 0 0 0 0) - (uuid 0f31f11f-c374-4640-b9a4-07bbdba8d354) - ) - (junction (at 144.78 41.91) (diameter 0) (color 0 0 0 0) - (uuid 16a9ae8c-3ad2-439b-8efe-377c994670c7) - ) - (junction (at 162.56 31.75) (diameter 0) (color 0 0 0 0) - (uuid 182b2d54-931d-49d6-9f39-60a752623e36) - ) - (junction (at 128.27 49.53) (diameter 0) (color 0 0 0 0) - (uuid 19c56563-5fe3-442a-885b-418dbc2421eb) - ) - (junction (at 257.81 38.1) (diameter 0) (color 0 0 0 0) - (uuid 20cca02e-4c4d-4961-b6b4-b40a1731b220) - ) - (junction (at 257.81 139.7) (diameter 0) (color 0 0 0 0) - (uuid 29bb7297-26fb-4776-9266-2355d022bab0) - ) - (junction (at 48.26 80.01) (diameter 0) (color 0 0 0 0) - (uuid 2d210a96-f81f-42a9-8bf4-1b43c11086f3) - ) - (junction (at 77.47 68.58) (diameter 0) (color 0 0 0 0) - (uuid 2e642b3e-a476-4c54-9a52-dcea955640cd) - ) - (junction (at 86.36 35.56) (diameter 0) (color 0 0 0 0) - (uuid 4fb02e58-160a-4a39-9f22-d0c75e82ee72) - ) - (junction (at 58.42 35.56) (diameter 0) (color 0 0 0 0) - (uuid 51c4dc0a-5b9f-4edf-a83f-4a12881e42ef) - ) - (junction (at 82.55 121.92) (diameter 0) (color 0 0 0 0) - (uuid 5528bcad-2950-4673-90eb-c37e6952c475) - ) - (junction (at 130.81 180.34) (diameter 0) (color 0 0 0 0) - (uuid 701e1517-e8cf-46f4-b538-98e721c97380) - ) - (junction (at 204.47 44.45) (diameter 0) (color 0 0 0 0) - (uuid 7f2b3ce3-2f20-426d-b769-e0329b6a8111) - ) - (junction (at 24.13 78.74) (diameter 0) (color 0 0 0 0) - (uuid 8322f275-268c-4e87-a69f-4cfbf05e747f) - ) - (junction (at 257.81 30.48) (diameter 0) (color 0 0 0 0) - (uuid 926001fd-2747-4639-8c0f-4fc46ff7218d) - ) - (junction (at 220.98 139.7) (diameter 0) (color 0 0 0 0) - (uuid 98914cc3-56fe-40bb-820a-3d157225c145) - ) - (junction (at 152.4 31.75) (diameter 0) (color 0 0 0 0) - (uuid a17904b9-135e-4dae-ae20-401c7787de72) - ) - (junction (at 241.3 44.45) (diameter 0) (color 0 0 0 0) - (uuid b0054ce1-b60e-41de-a6a2-bf712784dd39) - ) - (junction (at 257.81 71.12) (diameter 0) (color 0 0 0 0) - (uuid b5071759-a4d7-4769-be02-251f23cd4454) - ) - (junction (at 59.69 170.18) (diameter 0) (color 0 0 0 0) - (uuid b96fe6ac-3535-4455-ab88-ed77f5e46d6e) - ) - (junction (at 257.81 132.08) (diameter 0) (color 0 0 0 0) - (uuid bdf40d30-88ff-4479-bad1-69529464b61b) - ) - (junction (at 220.98 132.08) (diameter 0) (color 0 0 0 0) - (uuid c8b6b273-3d20-4a46-8069-f6d608563604) - ) - (junction (at 257.81 106.68) (diameter 0) (color 0 0 0 0) - (uuid c8fd9dd3-06ad-4146-9239-0065013959ef) - ) - (junction (at 204.47 77.47) (diameter 0) (color 0 0 0 0) - (uuid cbde200f-1075-469a-89f8-abbdcf30e36a) - ) - (junction (at 220.98 30.48) (diameter 0) (color 0 0 0 0) - (uuid cff34251-839c-4da9-a0ad-85d0fc4e32af) - ) - (junction (at 241.3 146.05) (diameter 0) (color 0 0 0 0) - (uuid de370984-7922-4327-a0ba-7cd613995df4) - ) - (junction (at 58.42 152.4) (diameter 0) (color 0 0 0 0) - (uuid df32840e-2912-4088-b54c-9a85f64c0265) - ) - (junction (at 220.98 71.12) (diameter 0) (color 0 0 0 0) - (uuid e4aa537c-eb9d-4dbb-ac87-fae46af42391) - ) - (junction (at 60.96 68.58) (diameter 0) (color 0 0 0 0) - (uuid efeac2a2-7682-4dc7-83ee-f6f1b23da506) - ) - (junction (at 257.81 99.06) (diameter 0) (color 0 0 0 0) - (uuid f1a9fb80-4cc4-410f-9616-e19c969dcab5) - ) - (junction (at 204.47 113.03) (diameter 0) (color 0 0 0 0) - (uuid f28e56e7-283b-4b9a-ae27-95e89770fbf8) - ) - (junction (at 220.98 99.06) (diameter 0) (color 0 0 0 0) - (uuid f9c81c26-f253-4227-a69f-53e64841cfbe) - ) - (junction (at 220.98 106.68) (diameter 0) (color 0 0 0 0) - (uuid fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00) - ) - (junction (at 241.3 77.47) (diameter 0) (color 0 0 0 0) - (uuid fc83cd71-1198-4019-87a1-dc154bceead3) - ) - (junction (at 257.81 63.5) (diameter 0) (color 0 0 0 0) - (uuid fef37e8b-0ff0-4da2-8a57-acaf19551d1a) - ) - - (wire (pts (xy 181.61 57.15) (xy 177.8 57.15)) - (stroke (width 0) (type default)) - (uuid 003c2200-0632-4808-a662-8ddd5d30c768) - ) - (wire (pts (xy 220.98 106.68) (xy 220.98 107.95)) - (stroke (width 0) (type default)) - (uuid 00e38d63-5436-49db-81f5-697421f168fc) - ) - (wire (pts (xy 72.39 170.18) (xy 76.2 170.18)) - (stroke (width 0) (type default)) - (uuid 03caada9-9e22-4e2d-9035-b15433dfbb17) - ) - (wire (pts (xy 257.81 132.08) (xy 257.81 135.89)) - (stroke (width 0) (type default)) - (uuid 0a1a4d88-972a-46ce-b25e-6cb796bd41f7) - ) - (wire (pts (xy 24.13 77.47) (xy 24.13 78.74)) - (stroke (width 0) (type default)) - (uuid 0a3cc030-c9dd-4d74-9d50-715ed2b361a2) - ) - (wire (pts (xy 215.9 30.48) (xy 220.98 30.48)) - (stroke (width 0) (type default)) - (uuid 0ce8d3ab-2662-4158-8a2a-18b782908fc5) - ) - (wire (pts (xy 128.27 46.99) (xy 128.27 49.53)) - (stroke (width 0) (type default)) - (uuid 0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d) - ) - (wire (pts (xy 48.26 68.58) (xy 54.61 68.58)) - (stroke (width 0) (type default)) - (uuid 0f22151c-f260-4674-b486-4710a2c42a55) - ) - (wire (pts (xy 257.81 67.31) (xy 259.08 67.31)) - (stroke (width 0) (type default)) - (uuid 0f324b67-75ef-407f-8dbc-3c1fc5c2abba) - ) - (wire (pts (xy 138.43 149.86) (xy 138.43 152.4)) - (stroke (width 0) (type default)) - (uuid 0fc5db66-6188-4c1f-bb14-0868bef113eb) - ) - (wire (pts (xy 259.08 69.85) (xy 257.81 69.85)) - (stroke (width 0) (type default)) - (uuid 0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9) - ) - (wire (pts (xy 241.3 77.47) (xy 242.57 77.47)) - (stroke (width 0) (type default)) - (uuid 10d8ad0e-6a08-4053-92aa-23a15910fd21) - ) - (wire (pts (xy 257.81 102.87) (xy 259.08 102.87)) - (stroke (width 0) (type default)) - (uuid 1199146e-a60b-416a-b503-e77d6d2892f9) - ) - (wire (pts (xy 44.45 35.56) (xy 46.99 35.56)) - (stroke (width 0) (type default)) - (uuid 13475e15-f37c-4de8-857e-1722b0c39513) - ) - (wire (pts (xy 83.82 179.07) (xy 83.82 175.26)) - (stroke (width 0) (type default)) - (uuid 13c0ff76-ed71-4cd9-abb0-92c376825d5d) - ) - (wire (pts (xy 128.27 50.8) (xy 128.27 49.53)) - (stroke (width 0) (type default)) - (uuid 14769dc5-8525-4984-8b15-a734ee247efa) - ) - (wire (pts (xy 215.9 106.68) (xy 220.98 106.68)) - (stroke (width 0) (type default)) - (uuid 155b0b7c-70b4-4a26-a550-bac13cab0aa4) - ) - (wire (pts (xy 24.13 78.74) (xy 21.59 78.74)) - (stroke (width 0) (type default)) - (uuid 15875808-74d5-4210-b8ca-aa8fbc04ae21) - ) - (wire (pts (xy 241.3 113.03) (xy 242.57 113.03)) - (stroke (width 0) (type default)) - (uuid 17ed3508-fa2e-4593-a799-bfd39a6cc14d) - ) - (wire (pts (xy 48.26 71.12) (xy 48.26 68.58)) - (stroke (width 0) (type default)) - (uuid 1831fb37-1c5d-42c4-b898-151be6fca9dc) - ) - (wire (pts (xy 220.98 63.5) (xy 220.98 60.96)) - (stroke (width 0) (type default)) - (uuid 18b7e157-ae67-48ad-bd7c-9fef6fe45b22) - ) - (wire (pts (xy 59.69 115.57) (xy 59.69 113.03)) - (stroke (width 0) (type default)) - (uuid 1bf544e3-5940-4576-9291-2464e95c0ee2) - ) - (wire (pts (xy 252.73 71.12) (xy 257.81 71.12)) - (stroke (width 0) (type default)) - (uuid 1c68b844-c861-46b7-b734-0242168a4220) - ) - (wire (pts (xy 133.35 180.34) (xy 130.81 180.34)) - (stroke (width 0) (type default)) - (uuid 1cb22080-0f59-4c18-a6e6-8685ef44ec53) - ) - (wire (pts (xy 77.47 68.58) (xy 77.47 72.39)) - (stroke (width 0) (type default)) - (uuid 1e1b062d-fad0-427c-a622-c5b8a80b5268) - ) - (wire (pts (xy 72.39 152.4) (xy 76.2 152.4)) - (stroke (width 0) (type default)) - (uuid 1f3003e6-dce5-420f-906b-3f1e92b67249) - ) - (wire (pts (xy 220.98 102.87) (xy 222.25 102.87)) - (stroke (width 0) (type default)) - (uuid 1fa508ef-df83-4c99-846b-9acf535b3ad9) - ) - (wire (pts (xy 128.27 49.53) (xy 147.32 49.53)) - (stroke (width 0) (type default)) - (uuid 21ae9c3a-7138-444e-be38-56a4842ab594) - ) - (wire (pts (xy 257.81 63.5) (xy 257.81 60.96)) - (stroke (width 0) (type default)) - (uuid 224768bc-6009-43ba-aa4a-70cbaa15b5a3) - ) - (wire (pts (xy 60.96 92.71) (xy 64.77 92.71)) - (stroke (width 0) (type default)) - (uuid 23bb2798-d93a-4696-a962-c305c4298a0c) - ) - (wire (pts (xy 203.2 146.05) (xy 204.47 146.05)) - (stroke (width 0) (type default)) - (uuid 282c8e53-3acc-42f0-a92a-6aa976b97a93) - ) - (wire (pts (xy 215.9 139.7) (xy 220.98 139.7)) - (stroke (width 0) (type default)) - (uuid 28e37b45-f843-47c2-85c9-ca19f5430ece) - ) - (wire (pts (xy 220.98 30.48) (xy 220.98 34.29)) - (stroke (width 0) (type default)) - (uuid 29195ea4-8218-44a1-b4bf-466bee0082e4) - ) - (wire (pts (xy 29.21 45.72) (xy 29.21 44.45)) - (stroke (width 0) (type default)) - (uuid 2b5a9ad3-7ec4-447d-916c-47adf5f9674f) - ) - (wire (pts (xy 82.55 121.92) (xy 85.09 121.92)) - (stroke (width 0) (type default)) - (uuid 2d6db888-4e40-41c8-b701-07170fc894bc) - ) - (wire (pts (xy 203.2 44.45) (xy 204.47 44.45)) - (stroke (width 0) (type default)) - (uuid 2de1ffee-2174-41d2-8969-68b8d21e5a7d) - ) - (wire (pts (xy 181.61 49.53) (xy 177.8 49.53)) - (stroke (width 0) (type default)) - (uuid 2f215f15-3d52-4c91-93e6-3ea03a95622f) - ) - (wire (pts (xy 77.47 68.58) (xy 82.55 68.58)) - (stroke (width 0) (type default)) - (uuid 30f15357-ce1d-48b9-93dc-7d9b1b2aa048) - ) - (wire (pts (xy 204.47 77.47) (xy 205.74 77.47)) - (stroke (width 0) (type default)) - (uuid 3249bd81-9fd4-4194-9b4f-2e333b2195b8) - ) - (wire (pts (xy 203.2 77.47) (xy 204.47 77.47)) - (stroke (width 0) (type default)) - (uuid 347562f5-b152-4e7b-8a69-40ca6daaaad4) - ) - (wire (pts (xy 252.73 132.08) (xy 257.81 132.08)) - (stroke (width 0) (type default)) - (uuid 36d783e7-096f-4c97-9672-7e08c083b87b) - ) - (wire (pts (xy 83.82 143.51) (xy 83.82 147.32)) - (stroke (width 0) (type default)) - (uuid 378af8b4-af3d-46e7-89ae-deff12ca9067) - ) - (wire (pts (xy 220.98 36.83) (xy 220.98 38.1)) - (stroke (width 0) (type default)) - (uuid 382ca670-6ae8-4de6-90f9-f241d1337171) - ) - (wire (pts (xy 220.98 99.06) (xy 220.98 102.87)) - (stroke (width 0) (type default)) - (uuid 38a501e2-0ee8-439d-bd02-e9e90e7503e9) - ) - (wire (pts (xy 220.98 105.41) (xy 220.98 106.68)) - (stroke (width 0) (type default)) - (uuid 399fc36a-ed5d-44b5-82f7-c6f83d9acc14) - ) - (wire (pts (xy 59.69 113.03) (xy 64.77 113.03)) - (stroke (width 0) (type default)) - (uuid 3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7) - ) - (wire (pts (xy 60.96 80.01) (xy 60.96 68.58)) - (stroke (width 0) (type default)) - (uuid 3b838d52-596d-4e4d-a6ac-e4c8e7621137) - ) - (wire (pts (xy 220.98 139.7) (xy 220.98 140.97)) - (stroke (width 0) (type default)) - (uuid 3c5e5ea9-793d-46e3-86bc-5884c4490dc7) - ) - (wire (pts (xy 54.61 68.58) (xy 60.96 68.58)) - (stroke (width 0) (type default)) - (uuid 3cd1bda0-18db-417d-b581-a0c50623df68) - ) - (wire (pts (xy 130.81 149.86) (xy 130.81 152.4)) - (stroke (width 0) (type default)) - (uuid 3d6cdd62-5634-4e30-acf8-1b9c1dbf6653) - ) - (wire (pts (xy 257.81 99.06) (xy 257.81 102.87)) - (stroke (width 0) (type default)) - (uuid 3f43d730-2a73-49fe-9672-32428e7f5b49) - ) - (wire (pts (xy 83.82 157.48) (xy 59.69 157.48)) - (stroke (width 0) (type default)) - (uuid 40976bf0-19de-460f-ad64-224d4f51e16b) - ) - (wire (pts (xy 29.21 31.75) (xy 27.94 31.75)) - (stroke (width 0) (type default)) - (uuid 417f13e4-c121-485a-a6b5-8b55e70350b8) - ) - (wire (pts (xy 35.56 69.85) (xy 31.75 69.85)) - (stroke (width 0) (type default)) - (uuid 46918595-4a45-48e8-84c0-961b4db7f35f) - ) - (wire (pts (xy 241.3 77.47) (xy 241.3 78.74)) - (stroke (width 0) (type default)) - (uuid 475ed8b3-90bf-48cd-bce5-d8f48b689541) - ) - (wire (pts (xy 74.93 48.26) (xy 74.93 43.18)) - (stroke (width 0) (type default)) - (uuid 4831966c-bb32-4bc8-a400-0382a02ffa1c) - ) - (wire (pts (xy 257.81 69.85) (xy 257.81 71.12)) - (stroke (width 0) (type default)) - (uuid 4b03e854-02fe-44cc-bece-f8268b7cae54) - ) - (wire (pts (xy 257.81 135.89) (xy 259.08 135.89)) - (stroke (width 0) (type default)) - (uuid 4c843bdb-6c9e-40dd-85e2-0567846e18ba) - ) - (wire (pts (xy 48.26 80.01) (xy 54.61 80.01)) - (stroke (width 0) (type default)) - (uuid 4c8eb964-bdf4-44de-90e9-e2ab82dd5313) - ) - (wire (pts (xy 257.81 34.29) (xy 259.08 34.29)) - (stroke (width 0) (type default)) - (uuid 503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7) - ) - (wire (pts (xy 63.5 48.26) (xy 63.5 45.72)) - (stroke (width 0) (type default)) - (uuid 53c85970-3e21-4fae-a84f-721cfc0513b5) - ) - (wire (pts (xy 257.81 38.1) (xy 257.81 39.37)) - (stroke (width 0) (type default)) - (uuid 5487601b-81d3-4c70-8f3d-cf9df9c63302) - ) - (wire (pts (xy 252.73 38.1) (xy 257.81 38.1)) - (stroke (width 0) (type default)) - (uuid 592f25e6-a01b-47fd-8172-3da01117d00a) - ) - (wire (pts (xy 257.81 30.48) (xy 257.81 27.94)) - (stroke (width 0) (type default)) - (uuid 597a11f2-5d2c-4a65-ac95-38ad106e1367) - ) - (wire (pts (xy 86.36 35.56) (xy 82.55 35.56)) - (stroke (width 0) (type default)) - (uuid 5cbb5968-dbb5-4b84-864a-ead1cacf75b9) - ) - (wire (pts (xy 240.03 44.45) (xy 241.3 44.45)) - (stroke (width 0) (type default)) - (uuid 5d49e9a6-41dd-4072-adde-ef1036c1979b) - ) - (wire (pts (xy 220.98 132.08) (xy 220.98 129.54)) - (stroke (width 0) (type default)) - (uuid 5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7) - ) - (wire (pts (xy 220.98 63.5) (xy 220.98 67.31)) - (stroke (width 0) (type default)) - (uuid 5fc9acb6-6dbb-4598-825b-4b9e7c4c67c4) - ) - (wire (pts (xy 58.42 152.4) (xy 64.77 152.4)) - (stroke (width 0) (type default)) - (uuid 639c0e59-e95c-4114-bccd-2e7277505454) - ) - (wire (pts (xy 144.78 43.18) (xy 144.78 41.91)) - (stroke (width 0) (type default)) - (uuid 6595b9c7-02ee-4647-bde5-6b566e35163e) - ) - (wire (pts (xy 82.55 125.73) (xy 82.55 121.92)) - (stroke (width 0) (type default)) - (uuid 66043bca-a260-4915-9fce-8a51d324c687) - ) - (wire (pts (xy 55.88 170.18) (xy 59.69 170.18)) - (stroke (width 0) (type default)) - (uuid 68877d35-b796-44db-9124-b8e744e7412e) - ) - (wire (pts (xy 31.75 62.23) (xy 36.83 62.23)) - (stroke (width 0) (type default)) - (uuid 6a44418c-7bb4-4e99-8836-57f153c19721) - ) - (wire (pts (xy 222.25 69.85) (xy 220.98 69.85)) - (stroke (width 0) (type default)) - (uuid 6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2) - ) - (wire (pts (xy 204.47 44.45) (xy 205.74 44.45)) - (stroke (width 0) (type default)) - (uuid 6cb93665-0bcd-4104-8633-fffd1811eee0) - ) - (wire (pts (xy 220.98 69.85) (xy 220.98 71.12)) - (stroke (width 0) (type default)) - (uuid 6d1d60ff-408a-47a7-892f-c5cf9ef6ca75) - ) - (wire (pts (xy 60.96 95.25) (xy 64.77 95.25)) - (stroke (width 0) (type default)) - (uuid 6e105729-aba0-497c-a99e-c32d2b3ddb6d) - ) - (wire (pts (xy 222.25 105.41) (xy 220.98 105.41)) - (stroke (width 0) (type default)) - (uuid 6e435cd4-da2b-4602-a0aa-5dd988834dff) - ) - (wire (pts (xy 259.08 36.83) (xy 257.81 36.83)) - (stroke (width 0) (type default)) - (uuid 6e68f0cd-800e-4167-9553-71fc59da1eeb) - ) - (wire (pts (xy 215.9 99.06) (xy 220.98 99.06)) - (stroke (width 0) (type default)) - (uuid 70e4263f-d95a-4431-b3f3-cfc800c82056) - ) - (wire (pts (xy 54.61 35.56) (xy 58.42 35.56)) - (stroke (width 0) (type default)) - (uuid 712d6a7d-2b62-464f-b745-fd2a6b0187f6) - ) - (wire (pts (xy 252.73 139.7) (xy 257.81 139.7)) - (stroke (width 0) (type default)) - (uuid 72b36951-3ec7-4569-9c88-cf9b4afe1cae) - ) - (wire (pts (xy 240.03 113.03) (xy 241.3 113.03)) - (stroke (width 0) (type default)) - (uuid 73fbe87f-3928-49c2-bf87-839d907c6aef) - ) - (wire (pts (xy 252.73 63.5) (xy 257.81 63.5)) - (stroke (width 0) (type default)) - (uuid 752417ee-7d0b-4ac8-a22c-26669881a2ab) - ) - (wire (pts (xy 152.4 41.91) (xy 152.4 40.64)) - (stroke (width 0) (type default)) - (uuid 770ad51a-7219-4633-b24a-bd20feb0a6c5) - ) - (wire (pts (xy 86.36 48.26) (xy 86.36 45.72)) - (stroke (width 0) (type default)) - (uuid 77ed3941-d133-4aef-a9af-5a39322d14eb) - ) - (wire (pts (xy 144.78 31.75) (xy 152.4 31.75)) - (stroke (width 0) (type default)) - (uuid 789ca812-3e0c-4a3f-97bc-a916dd9bce80) - ) - (wire (pts (xy 85.09 121.92) (xy 85.09 120.65)) - (stroke (width 0) (type default)) - (uuid 7bbf981c-a063-4e30-8911-e4228e1c0743) - ) - (wire (pts (xy 220.98 34.29) (xy 222.25 34.29)) - (stroke (width 0) (type default)) - (uuid 7e0a03ae-d054-4f76-a131-5c09b8dc1636) - ) - (wire (pts (xy 82.55 121.92) (xy 82.55 120.65)) - (stroke (width 0) (type default)) - (uuid 7edc9030-db7b-43ac-a1b3-b87eeacb4c2d) - ) - (wire (pts (xy 241.3 44.45) (xy 242.57 44.45)) - (stroke (width 0) (type default)) - (uuid 7f9683c1-2203-43df-8fa1-719a0dc360df) - ) - (wire (pts (xy 162.56 118.11) (xy 162.56 115.57)) - (stroke (width 0) (type default)) - (uuid 8087f566-a94d-4bbc-985b-e49ee7762296) - ) - (wire (pts (xy 24.13 80.01) (xy 24.13 78.74)) - (stroke (width 0) (type default)) - (uuid 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd) - ) - (wire (pts (xy 204.47 146.05) (xy 204.47 147.32)) - (stroke (width 0) (type default)) - (uuid 83c5181e-f5ee-453c-ae5c-d7256ba8837d) - ) - (wire (pts (xy 55.88 152.4) (xy 58.42 152.4)) - (stroke (width 0) (type default)) - (uuid 8412992d-8754-44de-9e08-115cec1a3eff) - ) - (wire (pts (xy 58.42 35.56) (xy 63.5 35.56)) - (stroke (width 0) (type default)) - (uuid 842e430f-0c35-45f3-a0b5-95ae7b7ae388) - ) - (wire (pts (xy 82.55 68.58) (xy 82.55 72.39)) - (stroke (width 0) (type default)) - (uuid 87371631-aa02-498a-998a-09bdb74784c1) - ) - (wire (pts (xy 220.98 138.43) (xy 220.98 139.7)) - (stroke (width 0) (type default)) - (uuid 88610282-a92d-4c3d-917a-ea95d59e0759) - ) - (wire (pts (xy 130.81 180.34) (xy 130.81 179.07)) - (stroke (width 0) (type default)) - (uuid 8bdea5f6-7a53-427a-92b8-fd15994c2e8c) - ) - (wire (pts (xy 59.69 170.18) (xy 64.77 170.18)) - (stroke (width 0) (type default)) - (uuid 8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb) - ) - (wire (pts (xy 257.81 99.06) (xy 257.81 96.52)) - (stroke (width 0) (type default)) - (uuid 9186dae5-6dc3-4744-9f90-e697559c6ac8) - ) - (wire (pts (xy 259.08 105.41) (xy 257.81 105.41)) - (stroke (width 0) (type default)) - (uuid 9186fd02-f30d-4e17-aa38-378ab73e3908) - ) - (wire (pts (xy 220.98 67.31) (xy 222.25 67.31)) - (stroke (width 0) (type default)) - (uuid 970e0f64-111f-41e3-9f5a-fb0d0f6fa101) - ) - (wire (pts (xy 204.47 113.03) (xy 205.74 113.03)) - (stroke (width 0) (type default)) - (uuid 974c48bf-534e-4335-98e1-b0426c783e99) - ) - (wire (pts (xy 257.81 106.68) (xy 257.81 107.95)) - (stroke (width 0) (type default)) - (uuid 98b00c9d-9188-4bce-aa70-92d12dd9cf82) - ) - (wire (pts (xy 58.42 41.91) (xy 54.61 41.91)) - (stroke (width 0) (type default)) - (uuid 98e81e80-1f85-4152-be3f-99785ea97751) - ) - (wire (pts (xy 222.25 138.43) (xy 220.98 138.43)) - (stroke (width 0) (type default)) - (uuid 99332785-d9f1-4363-9377-26ddc18e6d2c) - ) - (wire (pts (xy 252.73 106.68) (xy 257.81 106.68)) - (stroke (width 0) (type default)) - (uuid 997c2f12-73ba-4c01-9ee0-42e37cbab790) - ) - (wire (pts (xy 241.3 146.05) (xy 242.57 146.05)) - (stroke (width 0) (type default)) - (uuid 99e6b8eb-b08e-4d42-84dd-8b7f6765b7b7) - ) - (wire (pts (xy 181.61 52.07) (xy 177.8 52.07)) - (stroke (width 0) (type default)) - (uuid 9b0a1687-7e1b-4a04-a30b-c27a072a2949) - ) - (wire (pts (xy 48.26 78.74) (xy 48.26 80.01)) - (stroke (width 0) (type default)) - (uuid 9bb20359-0f8b-45bc-9d38-6626ed3a939d) - ) - (wire (pts (xy 31.75 67.31) (xy 35.56 67.31)) - (stroke (width 0) (type default)) - (uuid 9ccf03e8-755a-4cd9-96fc-30e1d08fa253) - ) - (wire (pts (xy 29.21 30.48) (xy 29.21 31.75)) - (stroke (width 0) (type default)) - (uuid 9dab0cb7-2557-4419-963b-5ae736517f62) - ) - (wire (pts (xy 215.9 132.08) (xy 220.98 132.08)) - (stroke (width 0) (type default)) - (uuid 9dcdc92b-2219-4a4a-8954-45f02cc3ab25) - ) - (wire (pts (xy 104.14 100.33) (xy 100.33 100.33)) - (stroke (width 0) (type default)) - (uuid 9e1b837f-0d34-4a18-9644-9ee68f141f46) - ) - (wire (pts (xy 143.51 54.61) (xy 147.32 54.61)) - (stroke (width 0) (type default)) - (uuid 9e813ec2-d4ce-4e2e-b379-c6fedb4c45db) - ) - (wire (pts (xy 257.81 63.5) (xy 257.81 67.31)) - (stroke (width 0) (type default)) - (uuid 9f80220c-1612-4589-b9ca-a5579617bdb8) - ) - (wire (pts (xy 63.5 35.56) (xy 67.31 35.56)) - (stroke (width 0) (type default)) - (uuid a06e8e78-f567-42e6-b645-013b1073ca31) - ) - (wire (pts (xy 83.82 161.29) (xy 58.42 161.29)) - (stroke (width 0) (type default)) - (uuid a15a7506-eae4-4933-84da-9ad754258706) - ) - (wire (pts (xy 252.73 99.06) (xy 257.81 99.06)) - (stroke (width 0) (type default)) - (uuid a24ce0e2-fdd3-4e6a-b754-5dee9713dd27) - ) - (wire (pts (xy 252.73 30.48) (xy 257.81 30.48)) - (stroke (width 0) (type default)) - (uuid a29f8df0-3fae-4edf-8d9c-bd5a875b13e3) - ) - (wire (pts (xy 215.9 63.5) (xy 220.98 63.5)) - (stroke (width 0) (type default)) - (uuid a53767ed-bb28-4f90-abe0-e0ea734812a4) - ) - (wire (pts (xy 128.27 180.34) (xy 130.81 180.34)) - (stroke (width 0) (type default)) - (uuid a599509f-fbb9-4db4-9adf-9e96bab1138d) - ) - (wire (pts (xy 204.47 44.45) (xy 204.47 45.72)) - (stroke (width 0) (type default)) - (uuid a7f2e97b-29f3-44fd-bf8a-97a3c1528b61) - ) - (wire (pts (xy 203.2 113.03) (xy 204.47 113.03)) - (stroke (width 0) (type default)) - (uuid a92f3b72-ed6d-4d99-9da6-35771bec3c77) - ) - (wire (pts (xy 36.83 60.96) (xy 36.83 62.23)) - (stroke (width 0) (type default)) - (uuid aa02e544-13f5-4cf8-a5f4-3e6cda006090) - ) - (wire (pts (xy 54.61 80.01) (xy 54.61 78.74)) - (stroke (width 0) (type default)) - (uuid aa14c3bd-4acc-4908-9d28-228585a22a9d) - ) - (wire (pts (xy 204.47 113.03) (xy 204.47 114.3)) - (stroke (width 0) (type default)) - (uuid aa1c6f47-cbd4-4cbd-8265-e5ac08b7ffc8) - ) - (wire (pts (xy 86.36 33.02) (xy 86.36 35.56)) - (stroke (width 0) (type default)) - (uuid afb8e687-4a13-41a1-b8c0-89a749e897fe) - ) - (wire (pts (xy 257.81 105.41) (xy 257.81 106.68)) - (stroke (width 0) (type default)) - (uuid afd38b10-2eca-4abe-aed1-a96fb07ffdbe) - ) - (wire (pts (xy 220.98 38.1) (xy 220.98 39.37)) - (stroke (width 0) (type default)) - (uuid b0906e10-2fbc-4309-a8b4-6fc4cd1a5490) - ) - (wire (pts (xy 240.03 146.05) (xy 241.3 146.05)) - (stroke (width 0) (type default)) - (uuid b0b4c3cb-e7ea-49c0-8162-be3bbab3e4ec) - ) - (wire (pts (xy 58.42 35.56) (xy 58.42 41.91)) - (stroke (width 0) (type default)) - (uuid b3d08afa-f296-4e3b-8825-73b6331d35bf) - ) - (wire (pts (xy 215.9 71.12) (xy 220.98 71.12)) - (stroke (width 0) (type default)) - (uuid b6135480-ace6-42b2-9c47-856ef57cded1) - ) - (wire (pts (xy 44.45 34.29) (xy 44.45 35.56)) - (stroke (width 0) (type default)) - (uuid b635b16e-60bb-4b3e-9fc3-47d34eef8381) - ) - (wire (pts (xy 144.78 41.91) (xy 152.4 41.91)) - (stroke (width 0) (type default)) - (uuid b7199d9b-bebb-4100-9ad3-c2bd31e21d65) - ) - (wire (pts (xy 241.3 146.05) (xy 241.3 147.32)) - (stroke (width 0) (type default)) - (uuid b794d099-f823-4d35-9755-ca1c45247ee9) - ) - (wire (pts (xy 104.14 85.09) (xy 100.33 85.09)) - (stroke (width 0) (type default)) - (uuid b88717bd-086f-46cd-9d3f-0396009d0996) - ) - (wire (pts (xy 121.92 149.86) (xy 121.92 152.4)) - (stroke (width 0) (type default)) - (uuid bb59b92a-e4d0-4b9e-82cd-26304f5c15b8) - ) - (wire (pts (xy 220.98 99.06) (xy 220.98 96.52)) - (stroke (width 0) (type default)) - (uuid c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f) - ) - (wire (pts (xy 60.96 66.04) (xy 60.96 68.58)) - (stroke (width 0) (type default)) - (uuid c144caa5-b0d4-4cef-840a-d4ad178a2102) - ) - (wire (pts (xy 27.94 45.72) (xy 29.21 45.72)) - (stroke (width 0) (type default)) - (uuid c8a44971-63c1-4a19-879d-b6647b2dc08d) - ) - (wire (pts (xy 241.3 44.45) (xy 241.3 45.72)) - (stroke (width 0) (type default)) - (uuid c8ab8246-b2bb-4b06-b45e-2548482466fd) - ) - (wire (pts (xy 83.82 165.1) (xy 83.82 161.29)) - (stroke (width 0) (type default)) - (uuid c8c79177-94d4-43e2-a654-f0a5554fbb68) - ) - (wire (pts (xy 257.81 132.08) (xy 257.81 129.54)) - (stroke (width 0) (type default)) - (uuid c9b9e62d-dede-4d1a-9a05-275614f8bdb2) - ) - (wire (pts (xy 204.47 146.05) (xy 205.74 146.05)) - (stroke (width 0) (type default)) - (uuid ca5b6af8-ca05-4338-b852-b51f2b49b1db) - ) - (wire (pts (xy 257.81 71.12) (xy 257.81 72.39)) - (stroke (width 0) (type default)) - (uuid cada57e2-1fa7-4b9d-a2a0-2218773d5c50) - ) - (wire (pts (xy 257.81 139.7) (xy 257.81 140.97)) - (stroke (width 0) (type default)) - (uuid cb6062da-8dcd-4826-92fd-4071e9e97213) - ) - (wire (pts (xy 257.81 36.83) (xy 257.81 38.1)) - (stroke (width 0) (type default)) - (uuid cb614b23-9af3-4aec-bed8-c1374e001510) - ) - (wire (pts (xy 104.14 95.25) (xy 100.33 95.25)) - (stroke (width 0) (type default)) - (uuid cbd8faed-e1f8-4406-87c8-58b2c504a5d4) - ) - (wire (pts (xy 60.96 68.58) (xy 77.47 68.58)) - (stroke (width 0) (type default)) - (uuid cbdcaa78-3bbc-413f-91bf-2709119373ce) - ) - (wire (pts (xy 162.56 31.75) (xy 152.4 31.75)) - (stroke (width 0) (type default)) - (uuid cdfb07af-801b-44ba-8c30-d021a6ad3039) - ) - (wire (pts (xy 40.64 41.91) (xy 46.99 41.91)) - (stroke (width 0) (type default)) - (uuid cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b) - ) - (wire (pts (xy 120.65 49.53) (xy 120.65 50.8)) - (stroke (width 0) (type default)) - (uuid d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc) - ) - (wire (pts (xy 220.98 30.48) (xy 220.98 27.94)) - (stroke (width 0) (type default)) - (uuid d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56) - ) - (wire (pts (xy 58.42 161.29) (xy 58.42 152.4)) - (stroke (width 0) (type default)) - (uuid d3c11c8f-a73d-4211-934b-a6da255728ad) - ) - (wire (pts (xy 59.69 125.73) (xy 59.69 123.19)) - (stroke (width 0) (type default)) - (uuid d4a1d3c4-b315-4bec-9220-d12a9eab51e0) - ) - (wire (pts (xy 60.96 80.01) (xy 64.77 80.01)) - (stroke (width 0) (type default)) - (uuid d8603679-3e7b-4337-8dbc-1827f5f54d8a) - ) - (wire (pts (xy 29.21 48.26) (xy 29.21 49.53)) - (stroke (width 0) (type default)) - (uuid da6f4122-0ecc-496f-b0fd-e4abef534976) - ) - (wire (pts (xy 27.94 34.29) (xy 29.21 34.29)) - (stroke (width 0) (type default)) - (uuid dabe541b-b164-4180-97a4-5ca761b86800) - ) - (wire (pts (xy 220.98 132.08) (xy 220.98 135.89)) - (stroke (width 0) (type default)) - (uuid dae72997-44fc-4275-b36f-cd70bf46cfba) - ) - (wire (pts (xy 144.78 41.91) (xy 144.78 40.64)) - (stroke (width 0) (type default)) - (uuid db36f6e3-e72a-487f-bda9-88cc84536f62) - ) - (wire (pts (xy 21.59 78.74) (xy 21.59 77.47)) - (stroke (width 0) (type default)) - (uuid dd00c2e1-6027-4717-b312-4fab3ee52002) - ) - (wire (pts (xy 241.3 113.03) (xy 241.3 114.3)) - (stroke (width 0) (type default)) - (uuid dd334895-c8ff-4719-bac4-c0b289bb5899) - ) - (wire (pts (xy 240.03 77.47) (xy 241.3 77.47)) - (stroke (width 0) (type default)) - (uuid df2a6036-7274-4398-9365-148b6ddab90d) - ) - (wire (pts (xy 29.21 34.29) (xy 29.21 35.56)) - (stroke (width 0) (type default)) - (uuid e12e827e-36be-4503-8eef-6fc7e8bc5d49) - ) - (wire (pts (xy 222.25 36.83) (xy 220.98 36.83)) - (stroke (width 0) (type default)) - (uuid e1535036-5d36-405f-bb86-3819621c4f23) - ) - (wire (pts (xy 59.69 157.48) (xy 59.69 170.18)) - (stroke (width 0) (type default)) - (uuid e21aa84b-970e-47cf-b64f-3b55ee0e1b51) - ) - (wire (pts (xy 257.81 30.48) (xy 257.81 34.29)) - (stroke (width 0) (type default)) - (uuid e3fc1e69-a11c-4c84-8952-fefb9372474e) - ) - (wire (pts (xy 144.78 33.02) (xy 144.78 31.75)) - (stroke (width 0) (type default)) - (uuid e4c6fdbb-fdc7-4ad4-a516-240d84cdc120) - ) - (wire (pts (xy 259.08 138.43) (xy 257.81 138.43)) - (stroke (width 0) (type default)) - (uuid e5b328f6-dc69-4905-ae98-2dc3200a51d6) - ) - (wire (pts (xy 86.36 38.1) (xy 86.36 35.56)) - (stroke (width 0) (type default)) - (uuid e615f7aa-337e-474d-9615-2ad82b1c44ca) - ) - (wire (pts (xy 152.4 31.75) (xy 152.4 33.02)) - (stroke (width 0) (type default)) - (uuid e6b860cc-cb76-4220-acfb-68f1eb348bfa) - ) - (wire (pts (xy 48.26 80.01) (xy 48.26 81.28)) - (stroke (width 0) (type default)) - (uuid e857610b-4434-4144-b04e-43c1ebdc5ceb) - ) - (wire (pts (xy 40.64 40.64) (xy 40.64 41.91)) - (stroke (width 0) (type default)) - (uuid e877bf4a-4210-4bd3-b7b0-806eb4affc5b) - ) - (wire (pts (xy 257.81 138.43) (xy 257.81 139.7)) - (stroke (width 0) (type default)) - (uuid eb8d02e9-145c-465d-b6a8-bae84d47a94b) - ) - (wire (pts (xy 63.5 35.56) (xy 63.5 38.1)) - (stroke (width 0) (type default)) - (uuid ec9e24d8-d1c5-40e2-9812-dc315d05f470) - ) - (wire (pts (xy 120.65 49.53) (xy 128.27 49.53)) - (stroke (width 0) (type default)) - (uuid ee41cb8e-512d-41d2-81e1-3c50fff32aeb) - ) - (wire (pts (xy 27.94 48.26) (xy 29.21 48.26)) - (stroke (width 0) (type default)) - (uuid f1782535-55f4-4299-bd4f-6f51b0b7259c) - ) - (wire (pts (xy 162.56 29.21) (xy 162.56 31.75)) - (stroke (width 0) (type default)) - (uuid f202141e-c20d-4cac-b016-06a44f2ecce8) - ) - (wire (pts (xy 100.33 92.71) (xy 104.14 92.71)) - (stroke (width 0) (type default)) - (uuid f2c93195-af12-4d3e-acdf-bdd0ff675c24) - ) - (wire (pts (xy 162.56 31.75) (xy 162.56 44.45)) - (stroke (width 0) (type default)) - (uuid f3628265-0155-43e2-a467-c40ff783e265) - ) - (wire (pts (xy 204.47 77.47) (xy 204.47 78.74)) - (stroke (width 0) (type default)) - (uuid f50dae73-c5b5-475d-ac8c-5b555be54fa3) - ) - (wire (pts (xy 113.03 149.86) (xy 113.03 152.4)) - (stroke (width 0) (type default)) - (uuid f6983918-fe05-46ea-b355-bc522ec53440) - ) - (wire (pts (xy 220.98 135.89) (xy 222.25 135.89)) - (stroke (width 0) (type default)) - (uuid f8f3a9fc-1e34-4573-a767-508104e8d242) - ) - (wire (pts (xy 220.98 71.12) (xy 220.98 72.39)) - (stroke (width 0) (type default)) - (uuid f9403623-c00c-4b71-bc5c-d763ff009386) - ) - (wire (pts (xy 54.61 71.12) (xy 54.61 68.58)) - (stroke (width 0) (type default)) - (uuid fe8d9267-7834-48d6-a191-c8724b2ee78d) - ) - (wire (pts (xy 215.9 38.1) (xy 220.98 38.1)) - (stroke (width 0) (type default)) - (uuid feb26ecb-9193-46ea-a41b-d09305bf0a3e) - ) - - (text "PIR sensor input" (at 152.4 140.97 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 691af561-538d-4e8f-a916-26cad45eb7d6) - ) - (text "Automatic bootloader reset" (at 46.99 146.05 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 810ed4ff-ffe2-4032-9af6-fb5ada3bae5b) - ) - (text "Mounting holes" (at 152.4 158.75 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 90e761f6-1432-4f73-ad28-fa8869b7ec31) - ) - (text "Temp / Humidity" (at 101.6 173.99 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid d0cd3439-276c-41ba-b38d-f84f6da38415) - ) - (text "LEDs" (at 110.49 139.7 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid d66d3c12-11ce-4566-9a45-962e329503d8) - ) - - (label "CH_3" (at 177.8 97.79 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 03f57fb4-32a3-4bc6-85b9-fd8ece4a9592) - ) - (label "USB_TX" (at 104.14 92.71 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 08a7c925-7fae-4530-b0c9-120e185cb318) - ) - (label "LED3" (at 177.8 85.09 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 0cbeb329-a88d-4a47-a5c2-a1d693de2f8c) - ) - (label "EN" (at 83.82 143.51 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 0ff508fd-18da-4ab7-9844-3c8a28c2587e) - ) - (label "DHT_IO" (at 133.35 180.34 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 1427bb3f-0689-4b41-a816-cd79a5202fd0) - ) - (label "CH_7" (at 203.2 146.05 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 18ca5aef-6a2c-41ac-9e7f-bf7acb716e53) - ) - (label "USB_TX" (at 181.61 57.15 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 240e07e1-770b-4b27-894f-29fd601c924d) - ) - (label "CH_8" (at 177.8 74.93 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 2c60448a-e30f-46b2-89e1-a44f51688efc) - ) - (label "USB_RX" (at 104.14 95.25 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 4a4ec8d9-3d72-4952-83d4-808f65849a2b) - ) - (label "CH_2" (at 177.8 95.25 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 501880c3-8633-456f-9add-0e8fa1932ba6) - ) - (label "CH_6" (at 240.03 113.03 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 528fd7da-c9a6-40ae-9f1a-60f6a7f4d534) - ) - (label "DHT_IO" (at 177.8 77.47 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 59cb2966-1e9c-4b3b-b3c8-7499378d8dde) - ) - (label "IO0" (at 181.61 49.53 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 61fe293f-6808-4b7f-9340-9aaac7054a97) - ) - (label "PIR_A" (at 156.21 147.32 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 6325c32f-c82a-4357-b022-f9c7e76f412e) - ) - (label "USB_DTR" (at 104.14 85.09 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 63ff1c93-3f96-4c33-b498-5dd8c33bccc0) - ) - (label "LED4" (at 138.43 142.24 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 6d0c9e39-9878-44c8-8283-9a59e45006fa) - ) - (label "USB_DP" (at 60.96 95.25 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 78cbdd6c-4878-4cc5-9a58-0e506478e37d) - ) - (label "CH_4" (at 240.03 77.47 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 7a879184-fad8-4feb-afb5-86fe8d34f1f7) - ) - (label "LED1" (at 113.03 142.24 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 7c2008c8-0626-4a09-a873-065e83502a0e) - ) - (label "LED3" (at 130.81 142.24 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 7c411b3e-aca2-424f-b644-2d21c9d80fa7) - ) - (label "EN" (at 127 49.53 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 8da933a9-35f8-42e6-8504-d1bab7264306) - ) - (label "CH_7" (at 177.8 59.69 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 901440f4-e2a6-4447-83cc-f58a2b26f5c4) - ) - (label "CH_2" (at 240.03 44.45 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 91fe070a-a49b-4bc5-805a-42f23e10d114) - ) - (label "PIR_A" (at 143.51 54.61 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 9390234f-bf3f-46cd-b6a0-8a438ec76e9f) - ) - (label "USB_DM" (at 60.96 92.71 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 94c158d1-8503-4553-b511-bf42f506c2a8) - ) - (label "LED1" (at 177.8 90.17 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 9c607e49-ee5c-4e85-a7da-6fede9912412) - ) - (label "CH_5" (at 177.8 67.31 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid a0dee8e6-f88a-4f05-aba0-bab3aafdf2bc) - ) - (label "IO0" (at 83.82 179.07 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid a27eb049-c992-4f11-a026-1e6a8d9d0160) - ) - (label "USB_DP" (at 35.56 67.31 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid a7520ad3-0f8b-4788-92d4-8ffb277041e6) - ) - (label "USB_DM" (at 35.56 69.85 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid a795f1ba-cdd5-4cc5-9a52-08586e982934) - ) - (label "CH_4" (at 177.8 69.85 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid b78cb2c1-ae4b-4d9b-acd8-d7fe342342f2) - ) - (label "USB_RTS" (at 104.14 100.33 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b) - ) - (label "USB_RTS" (at 55.88 170.18 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid c332fa55-4168-4f55-88a5-f82c7c21040b) - ) - (label "CH_3" (at 203.2 77.47 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid c454102f-dc92-4550-9492-797fc8e6b49c) - ) - (label "CH_1" (at 177.8 92.71 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid c8a7af6e-c432-4fa3-91ee-c8bf0c5a9ebe) - ) - (label "CH_1" (at 203.2 44.45 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid d01102e9-b170-4eb1-a0a4-9a31feb850b7) - ) - (label "CH_6" (at 177.8 54.61 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid d7e5a060-eb57-4238-9312-26bc885fc97d) - ) - (label "CH_5" (at 203.2 113.03 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid e413cfad-d7bd-41ab-b8dd-4b67484671a6) - ) - (label "LED2" (at 177.8 87.63 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid e5e5220d-5b7e-47da-a902-b997ec8d4d58) - ) - (label "USB_RX" (at 181.61 52.07 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid ee27d19c-8dca-4ac8-a760-6dfd54d28071) - ) - (label "LED4" (at 177.8 82.55 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid f345e52a-8e0a-425a-b438-90809dd3b799) - ) - (label "LED2" (at 121.92 142.24 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid f4a8afbe-ed68-4253-959f-6be4d2cbf8c5) - ) - (label "CH_8" (at 240.03 146.05 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid f9b1563b-384a-447c-9f47-736504e995c8) - ) - (label "USB_DTR" (at 55.88 152.4 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid ffd175d1-912a-4224-be1e-a8198680f46b) - ) - - (symbol (lib_id "RF_Module:ESP32-WROOM-32") (at 162.56 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da6edcb) - (property "Reference" "U3" (at 151.13 45.72 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "ESP32-WROOM-32" (at 172.72 45.72 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "RF_Module:ESP32-WROOM-32" (at 162.56 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf" (at 154.94 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 83748b8f-c554-4496-9473-77a570c7f8b2)) - (pin "10" (uuid 19ac4c9a-a38f-4644-bf3e-f087833e2b99)) - (pin "11" (uuid 98b3b774-bc5a-4003-a115-d3f6769f30d5)) - (pin "12" (uuid 70262f04-aeaf-4bf9-8239-33f2f27aaaea)) - (pin "13" (uuid bdd823e9-e2ad-416f-a9aa-bbf6b9af47ad)) - (pin "14" (uuid 89410258-7072-425c-80d0-59da65bb2bfd)) - (pin "15" (uuid 14b61abe-5f77-40c8-b3b6-c18adaa16149)) - (pin "16" (uuid 8722e80c-35dd-4129-a51e-e39ca5b97f39)) - (pin "17" (uuid 4d85ecce-45a5-4011-aff3-eec60aea6411)) - (pin "18" (uuid b12648df-1b46-4133-8192-da169d7fd681)) - (pin "19" (uuid e08eb964-cd52-43e0-ad5b-6abd7214ea53)) - (pin "2" (uuid b5f01b87-275e-4b1c-92c1-fbe23a8e0755)) - (pin "20" (uuid 9b164e40-a588-40aa-bbd3-bc767e01348d)) - (pin "21" (uuid 4f68bb3a-2113-4da5-82d8-a0a94aeffd6c)) - (pin "22" (uuid 6149507c-e68b-4b95-b5d1-9598de14290e)) - (pin "23" (uuid 3cd8e4c6-0707-45ed-98eb-8a97249ea117)) - (pin "24" (uuid 530abffc-aeee-4f14-9e4a-3d1fde52ff2e)) - (pin "25" (uuid 520834ac-591b-4fa1-8491-fdf7ce0d6be2)) - (pin "26" (uuid 0c3cf090-1078-49a9-aa0e-9b90a2aa336b)) - (pin "27" (uuid 5b337842-e481-4c39-9a70-0e850aabec6f)) - (pin "28" (uuid 6364286b-f0b5-4719-a9a0-eb3bbd6fa48e)) - (pin "29" (uuid 6cd5eef6-a94b-4ea5-bc57-ed07ac0c35b7)) - (pin "3" (uuid ba39d6b3-0497-4ffb-930d-c52f7e2a018a)) - (pin "30" (uuid 030b133a-490a-4b87-89fa-66c6b58430e6)) - (pin "31" (uuid 52fd6e61-194c-4b22-8c44-2279dcb0c2f7)) - (pin "32" (uuid 82885d3f-4e64-4b33-9401-dd7493dbe518)) - (pin "33" (uuid 685c0694-c48c-409f-b9e1-da2e29cb1d94)) - (pin "34" (uuid a0b7788d-041d-41a6-8c60-df9897345e9c)) - (pin "35" (uuid f1fe6819-89d2-4d3b-b0c7-111cac389098)) - (pin "36" (uuid 13915a2b-3a49-40df-bd7c-34faf1297ade)) - (pin "37" (uuid e10c2459-a75c-4eda-b39c-6ff4101b4e56)) - (pin "38" (uuid aa45525f-8965-4103-ba53-015620db15c1)) - (pin "39" (uuid e4f79ca8-d63c-4821-aec9-e6ce83fece03)) - (pin "4" (uuid 2db60271-e8e5-4def-ae3d-d6e19678f4e1)) - (pin "5" (uuid 5bf63e8f-5a9e-4488-b912-0c0df2fbb8b9)) - (pin "6" (uuid 800eebf6-a7ae-46ac-954c-5336fde8b208)) - (pin "7" (uuid 746681c1-690d-4a78-b726-509a2338a254)) - (pin "8" (uuid 04a43844-195f-4de6-9aec-4619d28f6efb)) - (pin "9" (uuid 4e94fcd4-d759-47d2-a460-ee919e939194)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "U3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 218.44 44.45 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da71c46) - (property "Reference" "Q3" (at 223.6724 43.2816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GSD" (at 223.6724 45.593 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 223.52 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 39350276-852f-4838-8ab9-019184568870)) - (pin "2" (uuid 649c6f87-9e97-445b-b5f3-35aaa1c72e1f)) - (pin "3" (uuid bf09afc7-1fc3-4278-b87c-97caa8bc14b2)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Regulator_Linear:AZ1117-3.3") (at 74.93 35.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da730f7) - (property "Reference" "U1" (at 74.93 29.4132 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AZ1117-3.3" (at 74.93 31.7246 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (at 74.93 29.21 0) - (effects (font (size 1.27 1.27) italic) hide) - ) - (property "Datasheet" "https://www.diodes.com/assets/Datasheets/AZ1117.pdf" (at 74.93 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C92102" (at 74.93 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Diodes Incorporated" (at 218.44 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AZ1117CH-3.3TRG1" (at 218.44 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c5b91462-0293-4595-9cc1-04193f27d6ca)) - (pin "2" (uuid c0187d96-75c2-4f14-a265-f1191a1e72ef)) - (pin "3" (uuid f3930528-4a4e-4023-8cd2-b8314b7ebf75)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 63.5 41.91 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da74db0) - (property "Reference" "C4" (at 66.421 40.7416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1uF" (at 66.421 43.053 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 64.4652 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C15849" (at 63.5 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL10A105KB8NNNC" (at 218.44 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5d18e395-231d-4c4e-b145-cd8f100a4d37)) - (pin "2" (uuid 9afd9589-1c7e-4ddc-835b-8f56abf10e11)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 50.8 35.56 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da76d9b) - (property "Reference" "D1" (at 54.61 34.29 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 52.07 38.1 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 50.8 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 50.8 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 50.8 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at -116.84 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at -116.84 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5dee651f-f652-4017-98b8-0c19f92966b3)) - (pin "2" (uuid 2d2b7b03-b369-4cfe-82c5-954927de5a8c)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 29.21 35.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da77c04) - (property "Reference" "#PWR0101" (at 29.21 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 29.337 39.9542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 29.21 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 29.21 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 94211f86-4845-4a88-b8fb-35649e1de167)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 63.5 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da78857) - (property "Reference" "#PWR0102" (at 63.5 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 63.627 52.6542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 63.5 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 63.5 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 90aa9e49-8236-43df-972a-f9f2a3eb1b9b)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0102") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 74.93 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da78c21) - (property "Reference" "#PWR0103" (at 74.93 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 75.057 52.6542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 74.93 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 74.93 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 14004b5c-ea5d-4c5c-a0c8-37b97f94c804)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0103") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:USB_B_Micro") (at 24.13 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da7925b) - (property "Reference" "J2" (at 25.5778 55.4482 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "USB_B_Micro" (at 25.5778 57.7596 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_USB:USB_Micro-B_Molex-105017-0001" (at 27.94 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 27.94 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3253ebbb-5ca9-4b86-b20e-4865fda7f4e1)) - (pin "2" (uuid a0399def-3efd-47c0-bd5b-f7d1c6cca37e)) - (pin "3" (uuid 39fef770-0271-4b9d-b377-eca0ec10c9f0)) - (pin "4" (uuid 88240b4a-3f6f-4431-9b3c-ea37499c49f7)) - (pin "5" (uuid 9fdb4a6c-7592-4ae0-b64d-21e221a7015c)) - (pin "6" (uuid 1454f660-8c7c-4f70-93ab-f1c8483e4307)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 29.21 30.48 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da7c119) - (property "Reference" "#PWR0104" (at 29.21 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 31.75 29.21 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 29.21 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 29.21 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid df24964f-493c-432a-af77-ad42cdf1244e)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0104") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 22.86 31.75 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da7dc09) - (property "Reference" "J1" (at 22.86 29.21 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Screw_Terminal_01x02" (at 25.4 26.67 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 22.86 31.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 22.86 31.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid be64d538-e280-4965-94c7-f906817b4ac9)) - (pin "2" (uuid c9569bc7-4566-4266-a2f2-50f8854f7cb8)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 50.8 41.91 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da82fba) - (property "Reference" "D2" (at 54.61 40.64 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 52.07 44.45 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 50.8 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 50.8 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 50.8 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at -116.84 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at -116.84 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f6b0d2e0-b2a9-440e-a103-60eaf27ef5b6)) - (pin "2" (uuid 720efa1f-1d04-4efc-983a-8fd2e5622eb7)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 44.45 34.29 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da83875) - (property "Reference" "#PWR0105" (at 44.45 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 46.99 33.02 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 44.45 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 44.45 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 51959a24-23cb-449a-bef4-f80d4894458b)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0105") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VBUS") (at 40.64 40.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da83ec4) - (property "Reference" "#PWR0106" (at 40.64 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (at 41.021 36.2458 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 40.64 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 40.64 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e7daa137-b0b1-49cc-bda1-a69ee2c5c568)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0106") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VBUS") (at 36.83 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da84a28) - (property "Reference" "#PWR0107" (at 36.83 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (at 37.211 56.5658 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 36.83 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 36.83 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 09151d66-14e5-400d-9d20-763f29522561)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0107") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 24.13 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da8556b) - (property "Reference" "#PWR0108" (at 24.13 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 24.257 84.4042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 24.13 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 24.13 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cbac753f-2170-4898-af70-8e6dd2214afb)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0108") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Interface_USB:CP2104") (at 82.55 95.25 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da8724c) - (property "Reference" "U2" (at 69.85 119.38 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "CP2104" (at 76.2 119.38 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (at 86.36 119.38 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/cp2104.pdf" (at 68.58 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C47742" (at 82.55 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "SILICON LABS" (at 218.44 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CP2104-F03-GMR" (at 218.44 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid da0797c6-d142-4a5b-b008-3d4d0d2550ff)) - (pin "10" (uuid 5ff87081-c0a0-47ce-a04e-7b4396f38ef3)) - (pin "11" (uuid 10ef5c17-5272-4e7f-89a5-ecf737e33e26)) - (pin "12" (uuid ecb56094-6b3e-4511-801e-afbe298ca102)) - (pin "13" (uuid 28b3893d-db59-42a0-9c46-cef29fab5b3a)) - (pin "14" (uuid eb94e8ae-d252-44ad-9a8c-740b5c98d893)) - (pin "15" (uuid e98b95f3-e3ac-46a0-b2c5-310dc77f3348)) - (pin "16" (uuid b2ee61e9-2ecc-4e69-9c1a-3d3d2b7bee7d)) - (pin "17" (uuid dafc1dc4-5bb4-44b8-9ac9-4294aeafb743)) - (pin "18" (uuid c238ec8a-4a24-4d33-b738-1e880d8de53e)) - (pin "19" (uuid 8de727f3-56ec-45a4-b885-a8373b208fac)) - (pin "2" (uuid 6e22425f-043a-4276-b5da-989aa5267648)) - (pin "20" (uuid df5ef3b0-a8cc-4256-abb3-11975999116e)) - (pin "21" (uuid 049fe542-f8d5-456f-91d7-a16d267f73d0)) - (pin "22" (uuid a0cf2de4-4c25-42d7-9828-38c186d8d2d1)) - (pin "23" (uuid cd169261-b377-46f4-9b38-5619229b988a)) - (pin "24" (uuid 5567d721-02ce-4a6b-8cf1-81a318c6a0fd)) - (pin "25" (uuid debf45ec-e862-4f94-8c02-30d17d9a3c5d)) - (pin "3" (uuid 6197b319-272c-4c95-84d1-ef5ed1afc823)) - (pin "4" (uuid c97b4061-26b7-40cc-9a5b-bee67d6f7d81)) - (pin "5" (uuid dd32f00e-5092-4d6c-a548-4e9e5b2334c1)) - (pin "6" (uuid 4c1ec492-57a6-4f91-aeff-24a84fd4cbc5)) - (pin "7" (uuid 9c065491-5368-4120-bddc-2e137cc6b5a5)) - (pin "8" (uuid d44addc1-ff3e-4125-acd4-327aac8d4822)) - (pin "9" (uuid 164aa4ca-a071-4b0c-b8ed-b6542c4e5cf7)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 86.36 33.02 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da8ee2d) - (property "Reference" "#PWR0109" (at 86.36 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 86.741 28.6258 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 86.36 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 86.36 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f5d98e2e-d011-40d1-a778-03c975103cd0)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0109") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 86.36 41.91 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da8fdae) - (property "Reference" "C5" (at 89.281 40.7416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "22uF" (at 89.281 43.053 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 87.3252 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 86.36 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C59461" (at 86.36 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL10A226MQ8NRNC" (at 218.44 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 26c9a61b-49de-43ad-b3c9-7b4385b6b4c9)) - (pin "2" (uuid c90d609f-ab3e-42ea-aa61-63505c96298d)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 86.36 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da90555) - (property "Reference" "#PWR0110" (at 86.36 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 86.487 52.6542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 86.36 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 86.36 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 136a7b63-4a86-435b-b00a-ec07b72683ca)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0110") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VBUS") (at 64.77 85.09 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da9155d) - (property "Reference" "#PWR0111" (at 68.58 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (at 61.5442 84.709 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 64.77 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 64.77 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bec2a537-da51-4941-a557-c197b3df3884)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0111") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 60.96 66.04 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da935d2) - (property "Reference" "#PWR0112" (at 60.96 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 61.341 61.6458 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 60.96 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 60.96 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1af4526b-0294-4493-890b-f0bea20af795)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0112") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 54.61 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da94566) - (property "Reference" "C2" (at 57.531 73.7616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1uF" (at 57.531 76.073 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 55.5752 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 54.61 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C1525" (at 54.61 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL05B104KO5NNNC" (at 218.44 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 32f27deb-9a09-4c6e-9476-db4d8cb664d7)) - (pin "2" (uuid 1f92e024-e3b2-4341-9ea4-980e15789b7f)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 48.26 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da94ac6) - (property "Reference" "C1" (at 43.18 73.66 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1uF" (at 40.64 76.2 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 49.2252 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C52923" (at 48.26 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL05A105KA5NQNC" (at 218.44 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c4f5015c-71f1-4d1a-9dc5-c6fa7a782c68)) - (pin "2" (uuid a58b021d-f7f1-469a-b14f-2ccb7b1c63b4)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 48.26 81.28 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da978eb) - (property "Reference" "#PWR0113" (at 48.26 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 48.387 85.6742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 48.26 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 48.26 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8db0e266-05a5-40ee-9c59-ba8876177dc4)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0113") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 59.69 119.38 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da99bae) - (property "Reference" "C3" (at 62.611 118.2116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "4.7uF" (at 62.611 120.523 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 60.6552 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 59.69 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C19666" (at 59.69 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 194.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL10A475KO8NNNC" (at 218.44 194.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7d3b04a4-320f-4553-8439-d73fa101d5fc)) - (pin "2" (uuid bc89814c-c367-4ab3-b1f8-8ab344d1f1b5)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 59.69 125.73 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da9ac58) - (property "Reference" "#PWR0114" (at 59.69 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 59.817 130.1242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 59.69 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 59.69 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f35c7d53-ab9b-4dc8-9697-1f8595b386f0)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0114") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 82.55 125.73 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da9be21) - (property "Reference" "#PWR0115" (at 82.55 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 82.677 130.1242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 82.55 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 82.55 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f0d0f957-7322-4c87-a6e1-df479ad632a7)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0115") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BEC") (at 81.28 152.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daa9313) - (property "Reference" "Q1" (at 86.1314 151.2316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BEC" (at 86.1314 153.543 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 86.36 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C2150" (at 81.28 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 218.44 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "SS8050" (at 218.44 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0fdb64bd-9578-4a40-bc66-cfe0fc2459e9)) - (pin "2" (uuid 1a590da0-336e-4acc-9251-6dd965cfb871)) - (pin "3" (uuid db5af184-ae58-46cd-8c90-0343a787ec7c)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BEC") (at 81.28 170.18 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daa9ad4) - (property "Reference" "Q2" (at 86.1314 169.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BEC" (at 86.1314 171.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 86.36 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C2150" (at 81.28 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "SS8050" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dc47f62c-5bd1-44db-8ac8-e0f50622a023)) - (pin "2" (uuid 0bd6e4dd-76a0-49a6-8f64-4fb6a1a0c386)) - (pin "3" (uuid 5f1027e2-dcb9-4d76-84e8-d6b28c31d1ed)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 68.58 152.4 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daab2cf) - (property "Reference" "R1" (at 68.58 147.1422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10kR" (at 68.58 149.4536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 68.58 150.622 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 68.58 152.4 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at -39.37 302.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at -39.37 302.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 87a27a3e-e111-49e8-89f3-a1192113f4a6)) - (pin "2" (uuid 2467cd61-43cf-4004-b9d0-e61706c03bea)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 68.58 170.18 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daab975) - (property "Reference" "R2" (at 68.58 164.9222 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10kR" (at 68.58 167.2336 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 68.58 168.402 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 68.58 170.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at -57.15 320.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at -57.15 320.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 08d8f225-a494-4bf9-8e5c-96c44c531b40)) - (pin "2" (uuid ea1799a6-8f53-43ed-851c-2cf6ed98ed06)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 162.56 29.21 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daba1c8) - (property "Reference" "#PWR0116" (at 162.56 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 162.941 24.8158 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 162.56 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 162.56 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fe7c73bf-692e-47ee-abcd-445c778989fa)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0116") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 152.4 36.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dabc2a7) - (property "Reference" "C8" (at 155.321 35.6616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1uF" (at 155.321 37.973 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 153.3652 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 152.4 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C1525" (at 152.4 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL05B104KO5NNNC" (at 218.44 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid de1afcb4-cf76-4070-a66f-234dc09c531c)) - (pin "2" (uuid 92bbd6c0-68c6-44d0-b1fd-ce254054ada1)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 144.78 36.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac014a) - (property "Reference" "C7" (at 140.97 34.29 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10uF" (at 139.7 39.37 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 145.7452 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 144.78 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C15525" (at 144.78 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL05A106MQ5NUNC" (at 218.44 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid afa53507-6bf3-4925-8e4d-5a9c980ce781)) - (pin "2" (uuid 8a8ed704-c44b-4c1c-8a42-19a06df2f3c3)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 144.78 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac09cc) - (property "Reference" "#PWR0117" (at 144.78 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 144.907 47.5742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 144.78 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 144.78 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d8387965-647d-45ad-84fe-b8b0e9083637)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0117") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 128.27 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dacf2cb) - (property "Reference" "C6" (at 131.191 53.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "4.7uF" (at 131.191 55.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 129.2352 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 128.27 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C23733" (at 128.27 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL05A475MP5NRNC" (at 218.44 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5e49e3a6-8643-4bac-ab03-0655787afdc5)) - (pin "2" (uuid b62e8ad9-bb27-42dc-95bd-43b459f6fa8f)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 128.27 58.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dad15ae) - (property "Reference" "#PWR0118" (at 128.27 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 128.397 62.8142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 128.27 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 128.27 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid de32a93b-3fe9-4df0-8d64-a276ff0ba6c6)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0118") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 128.27 43.18 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dad1ab5) - (property "Reference" "R3" (at 130.048 42.0116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 130.048 44.323 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 130.048 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 128.27 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 128.27 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 38.1 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 38.1 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 91763353-653f-4e2f-924b-c528e9a12d72)) - (pin "2" (uuid 4312b8f2-d9cf-4c40-a4bf-bceda98222db)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 128.27 39.37 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dad452d) - (property "Reference" "#PWR0119" (at 128.27 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 128.651 34.9758 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 128.27 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 128.27 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 88d4ce55-3f9f-4af7-8c7e-281ffe0acd7a)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0119") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Switch:SW_Push") (at 120.65 55.88 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dad711a) - (property "Reference" "SW1" (at 121.8692 54.7116 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "SW_Push" (at 121.8692 57.023 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "footprints:TS-1187A" (at 115.57 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 115.57 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C318888" (at 120.65 55.88 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "XKB Connectivity" (at 132.08 -41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "TS-1187A-C-D-B" (at 132.08 -41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c553a983-ba7d-4d68-906f-34e25e6b7f2e)) - (pin "2" (uuid 884fa2e1-b91a-45b8-a043-b1ed283291c0)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "SW1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 120.65 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dad8470) - (property "Reference" "#PWR0120" (at 120.65 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 120.777 65.3542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 120.65 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 120.65 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cf19c741-6056-4add-8109-1af8d0a3a7d3)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0120") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 162.56 118.11 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dadac6f) - (property "Reference" "#PWR0121" (at 162.56 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 162.687 122.5042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 162.56 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 162.56 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0727e21b-2dac-416a-b811-35112255a74d)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0121") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 209.55 44.45 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dae0fd2) - (property "Reference" "R4" (at 209.55 39.1922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 209.55 41.5036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 209.55 42.672 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 209.55 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 209.55 44.45 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 209.55 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 209.55 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 808ff6fa-40f7-4455-a6cf-01155d735ba2)) - (pin "2" (uuid b33a5d1d-b83c-46ae-af64-735996a96851)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 220.98 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dae39c9) - (property "Reference" "#PWR0122" (at 220.98 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 221.107 53.9242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid faaa35fe-f0b3-4907-8e09-92b675352145)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0122") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 227.33 34.29 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dae44ca) - (property "Reference" "J3" (at 226.06 40.64 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 223.52 39.37 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 227.33 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 227.33 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f5d5bd4a-108f-418f-8859-779e2f50ba63)) - (pin "2" (uuid 6fff8b17-b295-4284-afed-17a882972a63)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 220.98 27.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dae6c67) - (property "Reference" "#PWR0123" (at 220.98 31.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 223.52 26.67 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a691322a-023d-4e16-8ced-4efab4498dbb)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0123") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 215.9 34.29 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daea638) - (property "Reference" "D3" (at 214.63 30.48 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 218.44 33.02 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 215.9 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 215.9 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 215.9 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 226.06 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 226.06 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 42edff56-84c1-47bf-a5b6-31a91378999a)) - (pin "2" (uuid d2389119-bcaa-41f0-ab35-6e53b3c8f60b)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 255.27 44.45 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db0428e) - (property "Reference" "Q7" (at 260.5024 43.2816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 260.5024 45.593 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 260.35 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 255.27 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 255.27 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 13f8f043-2ef5-44c2-a537-7001496348f6)) - (pin "2" (uuid 13d8277c-55e8-43d8-8d4e-a2f396466437)) - (pin "3" (uuid 5796774c-ec21-45b9-a18c-d89cb4a62a8d)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 246.38 44.45 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db04295) - (property "Reference" "R8" (at 246.38 39.1922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 246.38 41.5036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 246.38 42.672 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 246.38 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 246.38 44.45 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 246.38 16.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 246.38 16.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a160516d-511f-4b55-90e7-16d706552132)) - (pin "2" (uuid 68ec3b04-e2b7-4bd6-a6a5-46c668a8338c)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 257.81 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db0429b) - (property "Reference" "#PWR0124" (at 257.81 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 257.937 53.9242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 030df9e4-a8da-45d3-8336-6f0a69bd7b15)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0124") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 264.16 34.29 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db042a1) - (property "Reference" "J7" (at 262.89 40.64 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 260.35 39.37 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 264.16 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e6e0c7d9-b60e-428e-98c9-4f7b34f60388)) - (pin "2" (uuid 18775207-2e19-4046-9652-0a609e0f1f5d)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 257.81 27.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db042a8) - (property "Reference" "#PWR0125" (at 257.81 31.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 260.35 26.67 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 100c0df4-6d3a-47f6-a490-b18fa5b7cc86)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0125") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 218.44 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b01) - (property "Reference" "Q4" (at 223.6724 76.3016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 223.6724 78.613 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 223.52 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 218.44 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 218.44 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5bfe642d-13d0-485f-b259-218745996593)) - (pin "2" (uuid 89b53105-62d0-4ba5-a4c2-839fb0632144)) - (pin "3" (uuid 77ba433e-3940-4864-82e2-e016c567f196)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 209.55 77.47 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b0c) - (property "Reference" "R5" (at 209.55 72.2122 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 209.55 74.5236 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 209.55 75.692 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 209.55 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 209.55 77.47 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 176.53 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 176.53 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5f95777e-7da0-47dd-9276-f3c3694317f8)) - (pin "2" (uuid 8b09720c-6960-4ed0-85fd-74aab83c85dc)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 220.98 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b16) - (property "Reference" "#PWR0126" (at 220.98 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 221.107 86.9442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5025a6d3-b1c3-40e3-a61b-14d69fe8cfa7)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0126") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 227.33 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b20) - (property "Reference" "J4" (at 226.06 73.66 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 223.52 72.39 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 227.33 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 227.33 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid badb13f3-3d00-4ded-8945-2cb3eefd0f0b)) - (pin "2" (uuid ae12a8a8-759f-4193-8373-81f1b3a26e8d)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 220.98 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b2b) - (property "Reference" "#PWR0127" (at 220.98 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 223.52 59.69 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6c2134cf-676b-40c6-bc5e-ddb602e5a37c)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0127") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 255.27 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b4a) - (property "Reference" "Q8" (at 260.5024 76.3016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 260.5024 78.613 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 260.35 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 255.27 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 255.27 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 48e68ab1-b9b5-4b54-b543-c490097a7a16)) - (pin "2" (uuid 01d1e746-995a-4574-acd0-5c66fe83ac17)) - (pin "3" (uuid a50a9577-803a-4902-9979-2975cd0af7c9)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 246.38 77.47 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b55) - (property "Reference" "R9" (at 246.38 72.2122 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 246.38 74.5236 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 246.38 75.692 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 246.38 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 246.38 77.47 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 213.36 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 213.36 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 855c98fd-6e66-4fc3-bce0-c9b8c954024c)) - (pin "2" (uuid 8cfd6c77-b73a-48d8-bcbe-52bc42766614)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 257.81 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b5f) - (property "Reference" "#PWR0128" (at 257.81 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 257.937 86.9442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f82ca989-24da-40ef-b843-d30e2251c548)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0128") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 264.16 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b69) - (property "Reference" "J8" (at 262.89 73.66 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 260.35 72.39 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 264.16 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4ad5f6bc-6ae6-4e1c-8525-1e31a01a7930)) - (pin "2" (uuid 4386a920-ca14-4228-be82-c1ae7f837344)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 257.81 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b74) - (property "Reference" "#PWR0129" (at 257.81 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 260.35 59.69 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9bf26ce8-85b8-48f2-ae23-62234e353867)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0129") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 218.44 113.03 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1afff) - (property "Reference" "Q5" (at 223.6724 111.8616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 223.6724 114.173 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 223.52 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 218.44 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 218.44 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 59d62f48-7899-47f6-9f51-d0b8f1fb6b24)) - (pin "2" (uuid 64e7c54b-9b92-4a6a-a679-20dd32a9632c)) - (pin "3" (uuid 8da592ec-c6ff-44a1-859b-47a846bbb814)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 209.55 113.03 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b006) - (property "Reference" "R6" (at 209.55 107.7722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 209.55 110.0836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 209.55 111.252 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 209.55 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 209.55 113.03 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 140.97 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 140.97 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 68c242f5-61b7-4bd4-991f-0ab92400d5e1)) - (pin "2" (uuid 18388435-895b-413b-8c09-a6a8f798fbe2)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 220.98 118.11 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b00c) - (property "Reference" "#PWR0130" (at 220.98 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 221.107 122.5042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ae7293b0-b24e-43c3-aae7-0f4779861581)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0130") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 227.33 102.87 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b012) - (property "Reference" "J5" (at 226.06 109.22 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 223.52 107.95 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 227.33 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 227.33 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c9dea917-5f69-4194-9325-4b8d50a6f2ad)) - (pin "2" (uuid 0087d6f7-ea61-4a08-aeaa-494250451966)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 220.98 96.52 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b019) - (property "Reference" "#PWR0131" (at 220.98 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 223.52 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 043f7163-bb0e-4e7b-aa97-7b49aaa2d718)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0131") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 255.27 113.03 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b030) - (property "Reference" "Q9" (at 260.5024 111.8616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 260.5024 114.173 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 260.35 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 255.27 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 255.27 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c0e094e7-e914-49f9-8ecb-395e700ef0f9)) - (pin "2" (uuid a42ced2a-4e0a-46f9-b792-daed194958b6)) - (pin "3" (uuid 100d5434-53f7-4127-a7f3-d103e54066a9)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 246.38 113.03 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b037) - (property "Reference" "R10" (at 246.38 107.7722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 246.38 110.0836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 246.38 111.252 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 246.38 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 246.38 113.03 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 177.8 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 177.8 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c1da895c-cef7-4def-9708-14d91abc9f42)) - (pin "2" (uuid 522c2f33-eb95-4057-9f3c-dd7831509fbc)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 257.81 118.11 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b03d) - (property "Reference" "#PWR0132" (at 257.81 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 257.937 122.5042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3adc957d-abba-4899-8afd-059e1885447c)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0132") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 264.16 102.87 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b043) - (property "Reference" "J9" (at 262.89 109.22 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 260.35 107.95 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 264.16 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0570f51b-f435-4115-b377-e4b597e4680a)) - (pin "2" (uuid cccfb26b-6de0-4db5-bc0b-a84cae00e477)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 257.81 96.52 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b04a) - (property "Reference" "#PWR0133" (at 257.81 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 260.35 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c2ef612c-2c87-415e-8c56-59340bc4a17f)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0133") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 218.44 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b061) - (property "Reference" "Q6" (at 223.6724 144.8816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 223.6724 147.193 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 223.52 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 218.44 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 218.44 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8c7661a3-1cf3-4ce2-b22f-1960844cb968)) - (pin "2" (uuid f3ebfeb7-6ed6-4389-8d0d-dbe1b86a1987)) - (pin "3" (uuid a5ee59ed-a32d-4115-b659-b91670558b51)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 209.55 146.05 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b068) - (property "Reference" "R7" (at 209.55 140.7922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 209.55 143.1036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 209.55 144.272 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 209.55 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 209.55 146.05 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 107.95 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 107.95 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7f52b226-d041-4455-8619-ed92acec4a59)) - (pin "2" (uuid b8ec75be-0053-4b95-a156-a0d708b5092f)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 220.98 151.13 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b06e) - (property "Reference" "#PWR0134" (at 220.98 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 221.107 155.5242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a61f1769-6e4f-4abe-b5f3-a8f97fcf9877)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0134") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 227.33 135.89 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b074) - (property "Reference" "J6" (at 226.06 142.24 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 223.52 140.97 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 227.33 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 227.33 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 858522e3-c1f7-467f-814a-dad3f3ca371d)) - (pin "2" (uuid 4ee2547b-dbde-47a5-8440-4c88fcdc74bf)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 220.98 129.54 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b07b) - (property "Reference" "#PWR0135" (at 220.98 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 223.52 128.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid db59c64e-8b56-4737-b38b-b60f9011ca31)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0135") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 255.27 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b092) - (property "Reference" "Q10" (at 260.5024 144.8816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 260.5024 147.193 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 260.35 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 255.27 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 255.27 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3da426a9-d467-44e7-9a0d-d28f5f22ddf8)) - (pin "2" (uuid ca870ce2-43ec-44b5-bf38-2eeb442fbf76)) - (pin "3" (uuid cd8226e0-a6bc-45cd-9c50-e74e92e2c36b)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 246.38 146.05 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b099) - (property "Reference" "R11" (at 246.38 140.7922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 246.38 143.1036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 246.38 144.272 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 246.38 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 246.38 146.05 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 144.78 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 144.78 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cffb55aa-3c4c-4114-83ee-d031150efea5)) - (pin "2" (uuid c0306822-8654-44d8-9a32-6bf0ff537ee4)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 257.81 151.13 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b09f) - (property "Reference" "#PWR0136" (at 257.81 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 257.937 155.5242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e9ca123f-b438-4d3d-8a5b-8a035b0c3121)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0136") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 264.16 135.89 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b0a5) - (property "Reference" "J10" (at 262.89 142.24 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 260.35 140.97 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 264.16 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 11debd19-76fc-4c16-870b-33d6dd62a2e5)) - (pin "2" (uuid 9d159fa7-ba62-43fd-995a-a5b3b530999b)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 257.81 129.54 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b0ac) - (property "Reference" "#PWR0137" (at 257.81 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 260.35 128.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f9ebcb16-da66-45e3-aaf8-faaa9947625d)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0137") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 252.73 34.29 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db73e76) - (property "Reference" "D7" (at 251.46 30.48 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 255.27 33.02 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 252.73 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 252.73 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 252.73 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 262.89 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 262.89 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d844b3b1-5ecd-4c70-aa96-112f0899f585)) - (pin "2" (uuid 9e37f993-417d-4daf-a341-38de2b4a2412)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 215.9 67.31 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db744f3) - (property "Reference" "D4" (at 214.63 63.5 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 218.44 66.04 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 215.9 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 215.9 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 215.9 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 193.04 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 193.04 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ae8ffd1e-be1d-4f41-b4e2-0842fe0cb899)) - (pin "2" (uuid c3bba044-56b1-421b-aeb0-56bfa66af827)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 252.73 67.31 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db74c2e) - (property "Reference" "D8" (at 251.46 63.5 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 255.27 66.04 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 252.73 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 252.73 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 252.73 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 229.87 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 229.87 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a58537b7-8a22-4648-9d26-5ed1d6ca56c8)) - (pin "2" (uuid 34344b55-e12a-4d1e-91b0-e12111716a78)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 215.9 102.87 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db7516b) - (property "Reference" "D5" (at 214.63 99.06 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 218.44 101.6 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 215.9 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 215.9 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 215.9 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 157.48 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 157.48 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b52a3d17-7fad-4dd0-ba43-f795c2c1ea1a)) - (pin "2" (uuid 12bf53a6-1175-47b5-b6a7-7bdc2e2d92ef)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 252.73 102.87 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db759c6) - (property "Reference" "D9" (at 251.46 99.06 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 255.27 101.6 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 252.73 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 252.73 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 252.73 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 194.31 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 194.31 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 28662ed3-a215-401f-9ecf-76f547f48d03)) - (pin "2" (uuid 1bd3d3cb-4213-451f-9eb7-e5e5f62bede6)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 252.73 135.89 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db75cdb) - (property "Reference" "D10" (at 251.46 132.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 255.27 134.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 252.73 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 252.73 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 252.73 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 161.29 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 161.29 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 249a1a0b-52d8-48f3-9059-65666187508e)) - (pin "2" (uuid 3f36d5b5-31ab-4ee5-820a-129da88a74ab)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 215.9 135.89 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db7625a) - (property "Reference" "D6" (at 214.63 132.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 218.44 134.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 215.9 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 215.9 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 215.9 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 124.46 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 124.46 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 492952d6-6816-4d8e-b4fe-14022cc5943d)) - (pin "2" (uuid cc269e33-056f-4019-90fe-c6d021b8723d)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 204.47 49.53 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc11a04) - (property "Reference" "R17" (at 206.248 48.3616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 206.248 50.673 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 206.248 49.53 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 204.47 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 204.47 49.53 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 46d673fa-7d14-485b-bda3-226d8f11fd24)) - (pin "2" (uuid 0c2c8e0c-d234-436d-a495-a5bc990ba6c6)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R17") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 204.47 53.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc1f3e3) - (property "Reference" "#PWR05" (at 204.47 59.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 204.597 57.7342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 204.47 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 204.47 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bb72a5de-a4d7-4bcd-809f-713c952ea92c)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 241.3 49.53 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc1f7ef) - (property "Reference" "R21" (at 243.078 48.3616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 243.078 50.673 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 243.078 49.53 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 241.3 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 241.3 49.53 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5be2eb2b-aec8-43c2-b28d-16735c3972c3)) - (pin "2" (uuid 6e224f0d-0847-4515-83b3-1bfccf917542)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R21") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 241.3 53.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc1f7fd) - (property "Reference" "#PWR09" (at 241.3 59.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 241.427 57.7342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 241.3 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 241.3 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0db40f29-2f12-4397-beb7-8d8016aa3d5a)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR09") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 204.47 82.55 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc2cc35) - (property "Reference" "R18" (at 206.248 81.3816 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 206.248 83.693 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 206.248 82.55 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 204.47 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 204.47 82.55 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d93f8d48-725f-4bd1-af51-62e6ca366789)) - (pin "2" (uuid 46a94e09-310a-4d7f-bd58-f90b8a0b81d3)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R18") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 204.47 86.36 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc2cc3f) - (property "Reference" "#PWR06" (at 204.47 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 204.597 90.7542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 204.47 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 204.47 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dc597b10-1e93-4a25-8b88-e3ec826365d0)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR06") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 241.3 82.55 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc350ea) - (property "Reference" "R22" (at 243.078 81.3816 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 243.078 83.693 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 243.078 82.55 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 241.3 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 241.3 82.55 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7fdd2226-4922-4d9d-b794-2e6fa8de7b92)) - (pin "2" (uuid 233b8d35-6c4a-44f1-93d6-073026fefaa8)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R22") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 241.3 86.36 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc350f4) - (property "Reference" "#PWR010" (at 241.3 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 241.427 90.7542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 241.3 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 241.3 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0b16abe1-cd72-4551-a699-51f6ab72bb57)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR010") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 204.47 118.11 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc3c60f) - (property "Reference" "R19" (at 206.248 116.9416 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 206.248 119.253 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 206.248 118.11 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 204.47 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 204.47 118.11 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c3c3bfe7-2269-4112-9a24-81b5b0cf2718)) - (pin "2" (uuid 69f0170a-0889-4e06-82b6-6982b4e3b4f6)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R19") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 204.47 121.92 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc3c619) - (property "Reference" "#PWR07" (at 204.47 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 204.597 126.3142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 204.47 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 204.47 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 52cd396c-a5f4-409a-8caa-a8bf7ae225e5)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR07") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 241.3 118.11 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc44260) - (property "Reference" "R23" (at 243.078 116.9416 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 243.078 119.253 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 243.078 118.11 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 241.3 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 241.3 118.11 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b0c66c8f-bdb1-429b-9ee7-37da1b45cb3d)) - (pin "2" (uuid 08b5c67b-ce4a-478b-bbc8-55f135da1414)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R23") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 241.3 121.92 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc4426a) - (property "Reference" "#PWR011" (at 241.3 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 241.427 126.3142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 241.3 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 241.3 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 163b9e02-3cc0-43b2-9f19-59ee3ab10272)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR011") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 204.47 151.13 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc4c346) - (property "Reference" "R20" (at 206.248 149.9616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 206.248 152.273 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 206.248 151.13 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 204.47 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 204.47 151.13 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c49392f2-4df2-429e-8135-5c21c5e1382c)) - (pin "2" (uuid 14868266-95a8-4f91-91ac-658e6ee6b265)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R20") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 204.47 154.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc4c350) - (property "Reference" "#PWR08" (at 204.47 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 204.597 159.3342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 204.47 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 204.47 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 02a1641e-ae45-4799-9f89-87c804222e8f)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR08") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 241.3 151.13 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc54548) - (property "Reference" "R24" (at 243.078 149.9616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 243.078 152.273 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 243.078 151.13 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 241.3 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 241.3 151.13 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1086d2ba-5519-4cfc-8b49-c96844086266)) - (pin "2" (uuid 7733dc63-e152-48c3-9123-283e7e6e4b0e)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R24") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 241.3 154.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc54552) - (property "Reference" "#PWR012" (at 241.3 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 241.427 159.3342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 241.3 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 241.3 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 26dd9b52-c9a4-4ba1-a13a-7c9b892a4364)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 22.86 45.72 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc623b0) - (property "Reference" "J11" (at 22.86 43.18 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Screw_Terminal_01x02" (at 25.4 40.64 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 22.86 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 22.86 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e838fc6e-5348-4f97-836c-9e53288e13d5)) - (pin "2" (uuid ce28a845-1c13-4227-a7d3-2524bc0751a8)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 29.21 44.45 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc62974) - (property "Reference" "#PWR0138" (at 29.21 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 31.75 43.18 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 29.21 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 29.21 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 498bd9b2-2488-46a2-bb60-52e5e1de7533)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0138") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 29.21 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc62e24) - (property "Reference" "#PWR0139" (at 29.21 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 29.337 53.9242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 29.21 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 29.21 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9d38ff80-e3d1-41fa-a1a3-003c0e1f73aa)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0139") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x03") (at 161.29 147.32 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc76b3b) - (property "Reference" "J12" (at 163.322 146.2532 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Conn_01x03" (at 163.322 148.5646 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Connector_JST:JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical" (at 161.29 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 161.29 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3ee3c391-5e30-40c7-b418-ff2cfeb8d393)) - (pin "2" (uuid c4433478-32e3-474c-b9aa-32c18a407658)) - (pin "3" (uuid 31973bd3-1fd5-4adf-8705-487675d9f270)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 156.21 149.86 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc9730f) - (property "Reference" "#PWR0142" (at 156.21 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 156.337 154.2542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 156.21 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 156.21 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2b7b84cf-39fb-4246-99c7-76a634e84575)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0142") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 156.21 144.78 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dcad53d) - (property "Reference" "#PWR0140" (at 156.21 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 158.75 143.51 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 156.21 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 156.21 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1cb9c272-c2d3-469e-a4c6-bbbea1d506f0)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0140") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 154.94 162.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dce22e8) - (property "Reference" "H1" (at 157.48 161.3916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 157.48 163.703 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" (at 154.94 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 154.94 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "H1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 154.94 167.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dce2a46) - (property "Reference" "H2" (at 157.48 166.4716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 157.48 168.783 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" (at 154.94 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 154.94 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "H2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 154.94 172.72 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dce2d5d) - (property "Reference" "H3" (at 157.48 171.5516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 157.48 173.863 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" (at 154.94 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 154.94 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "H3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 154.94 177.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dce2f26) - (property "Reference" "H4" (at 157.48 176.6316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 157.48 178.943 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" (at 154.94 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 154.94 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "H4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED_Small") (at 113.03 154.94 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd27ac2) - (property "Reference" "D11" (at 114.7572 153.7716 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Green" (at 114.7572 156.083 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 113.03 154.94 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 113.03 154.94 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C72043" (at 113.03 154.94 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Everlight Elec" (at 223.52 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "19-217/GHC-YR1S2/3T" (at 223.52 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 40742026-ea4c-43e3-8e94-6eac2f43017c)) - (pin "2" (uuid fef70a5f-33ea-4d87-9da3-13500f089d74)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED_Small") (at 130.81 154.94 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd28df2) - (property "Reference" "D13" (at 132.5372 153.7716 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Red" (at 132.5372 156.083 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 130.81 154.94 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 130.81 154.94 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C2286" (at 130.81 154.94 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 699a9092-facd-4b9b-b33d-914632180029)) - (pin "2" (uuid 5c92880d-75cd-45c8-8f01-b5de017c1137)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED_Small") (at 121.92 154.94 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd29529) - (property "Reference" "D12" (at 123.6472 153.7716 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Green" (at 123.6472 156.083 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 121.92 154.94 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 121.92 154.94 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C72043" (at 121.92 154.94 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Everlight Elec" (at 232.41 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "19-217/GHC-YR1S2/3T" (at 232.41 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8c0e4431-d046-4b5e-9ce8-a6b36911dcf3)) - (pin "2" (uuid 940b990c-41a5-43c7-8b41-88f625fb6c7b)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 121.92 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd2a7f4) - (property "Reference" "R13" (at 123.698 144.8816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47R" (at 123.698 147.193 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 120.142 146.05 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 121.92 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25118" (at 121.92 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF470JTCE" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 80ca1a4e-2078-444c-acdb-3aecce2c8de9)) - (pin "2" (uuid 34f95694-b437-44d8-aa35-c7d295f1b93d)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED_Small") (at 138.43 154.94 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd2b4eb) - (property "Reference" "D14" (at 140.1572 153.7716 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Red" (at 140.1572 156.083 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 138.43 154.94 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 138.43 154.94 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C2286" (at 138.43 154.94 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 06140a8e-ccbb-44fa-a8d8-4709cf1ae528)) - (pin "2" (uuid 0ce6d2d5-61bb-40fd-b9a3-c060b1a7ec1c)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "D14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 130.81 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd2c183) - (property "Reference" "R14" (at 132.588 144.8816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "150R" (at 132.588 147.193 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 129.032 146.05 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 130.81 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25082" (at 130.81 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1500TCE" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f20b2654-0424-4c49-9857-f83b37957c4e)) - (pin "2" (uuid 748ccc11-509f-46bc-8dfc-60e858bb4168)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 138.43 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd2c5c3) - (property "Reference" "R15" (at 140.208 144.8816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "150R" (at 140.208 147.193 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 136.652 146.05 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 138.43 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25082" (at 138.43 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1500TCE" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2dc3e3f9-4b13-4051-a201-8af13b42920c)) - (pin "2" (uuid 6830b686-8f65-40d0-b5bd-b76565b8812f)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 138.43 157.48 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd44c94) - (property "Reference" "#PWR04" (at 138.43 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 138.557 161.8742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 138.43 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 138.43 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d8223ae3-1180-42fa-9a62-c897b696411e)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 130.81 157.48 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd45093) - (property "Reference" "#PWR03" (at 130.81 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 130.937 161.8742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 130.81 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 130.81 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5b870291-967e-4c9e-8b0f-1f856af9254b)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 121.92 157.48 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd452cb) - (property "Reference" "#PWR02" (at 121.92 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 122.047 161.8742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 121.92 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 121.92 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2fd1c6ba-7093-4680-90a4-39953aef027d)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 113.03 157.48 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd45560) - (property "Reference" "#PWR01" (at 113.03 163.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 113.157 161.8742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 113.03 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 113.03 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 665eebfd-d740-470d-8c32-54e6ae92923c)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 113.03 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd4c0dd) - (property "Reference" "R12" (at 114.808 144.8816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47R" (at 114.808 147.193 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 111.252 146.05 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 113.03 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25118" (at 113.03 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Everlight Elec" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "19-217/GHC-YR1S2/3T" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7f52de80-a092-477d-9369-506458685522)) - (pin "2" (uuid 4bdebde4-70c5-4275-be6c-6a0928e938ce)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Sensor:DHT11") (at 120.65 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddc2bf4) - (property "Reference" "U4" (at 114.4524 179.1716 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "DHT11" (at 114.4524 181.483 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Sensor:Aosong_DHT11_5.5x12.0_P2.54mm" (at 120.65 190.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://akizukidenshi.com/download/ds/aosong/DHT11.pdf" (at 124.46 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0b7f5f29-b481-4a67-96e9-365200a7abd4)) - (pin "2" (uuid 9548552b-9f61-4952-9af2-3aaf42b407dc)) - (pin "3" (uuid 41bca582-eb59-4799-bbdc-84ce308dfda2)) - (pin "4" (uuid 55974a80-eb08-4939-b8d4-c9ea5275a5e6)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "U4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 120.65 172.72 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddc4230) - (property "Reference" "#PWR0141" (at 120.65 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 121.031 168.3258 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 120.65 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 120.65 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid be5a80ee-62fc-435a-976f-e86527130724)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0141") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 120.65 187.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddc5143) - (property "Reference" "#PWR0143" (at 120.65 194.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 120.777 192.3542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 120.65 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 120.65 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a4d9f360-87e2-4672-ae25-064b276a60af)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0143") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 130.81 175.26 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddecba7) - (property "Reference" "R16" (at 132.588 174.0916 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 132.588 176.403 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 132.588 175.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 130.81 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 130.81 175.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 43.18 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 43.18 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a623e734-9c31-4e69-a8ba-44e961e24e78)) - (pin "2" (uuid bd5442e1-5435-4f9a-912d-c4c57d3d0ee4)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 130.81 171.45 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddfc007) - (property "Reference" "#PWR0144" (at 130.81 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 131.191 167.0558 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 130.81 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 130.81 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fa4821db-3cce-429f-a912-f672bf624ff8)) - (instances - (project "light_control" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0144") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (lib_symbols + (symbol "Connector:Screw_Terminal_01x02" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic screw terminal, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "screw terminal" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TerminalBlock*:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Screw_Terminal_01x02_1_1" + (rectangle + (start -1.27 1.27) + (end 1.27 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center 0 -2.54) + (radius 0.635) + (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.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) + ) + ) + (circle + (center 0 0) + (radius 0.635) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 0 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 -2.54 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:USB_B_Micro" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at -5.08 11.43 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "USB_B_Micro" + (at -5.08 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 3.81 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 3.81 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "USB Micro Type B connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector USB micro" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "USB*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "USB_B_Micro_0_1" + (rectangle + (start -5.08 -7.62) + (end 5.08 7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center -3.81 2.159) + (radius 0.635) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.635 3.429) + (radius 0.381) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.127 -7.62) + (end 0.127 -6.858) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.905 2.159) (xy 0.635 2.159) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.175 2.159) (xy -2.54 2.159) (xy -1.27 3.429) (xy -0.635 3.429) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 2.159) (xy -1.905 2.159) (xy -1.27 0.889) (xy 0 0.889) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 2.794) (xy 0.635 1.524) (xy 1.905 2.159) (xy 0.635 2.794) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -4.318 5.588) (xy -1.778 5.588) (xy -2.032 4.826) (xy -4.064 4.826) (xy -4.318 5.588) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -4.699 5.842) (xy -4.699 5.588) (xy -4.445 4.826) (xy -4.445 4.572) (xy -1.651 4.572) (xy -1.651 4.826) + (xy -1.397 5.588) (xy -1.397 5.842) (xy -4.699 5.842) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.254 1.27) + (end -0.508 0.508) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.08 -5.207) + (end 4.318 -4.953) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 5.08 -2.667) + (end 4.318 -2.413) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 5.08 -0.127) + (end 4.318 0.127) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 5.08 4.953) + (end 4.318 5.207) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "USB_B_Micro_1_1" + (pin power_out line + (at 7.62 5.08 180) + (length 2.54) + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 7.62 -2.54 180) + (length 2.54) + (name "D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 7.62 0 180) + (length 2.54) + (name "D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -5.08 180) + (length 2.54) + (name "ID" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 0 -10.16 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -2.54 -10.16 90) + (length 2.54) + (name "Shield" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x03" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x03" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x03_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 1.27 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:D_Schottky" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Schottky diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "diode Schottky" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "D_Schottky_0_1" + (polyline + (pts + (xy 1.27 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.905 0.635) (xy -1.905 1.27) (xy -1.27 1.27) (xy -1.27 -1.27) (xy -0.635 -1.27) (xy -0.635 -0.635) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "D_Schottky_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:LED_Small" + (pin_numbers hide) + (pin_names + (offset 0.254) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at -1.27 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LED_Small" + (at -4.445 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode, small symbol" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED diode light-emitting-diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_Small_0_1" + (polyline + (pts + (xy -0.762 -1.016) (xy -0.762 1.016) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 0) (xy -0.762 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.016) (xy -0.762 0) (xy 0.762 1.016) (xy 0.762 -1.016) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0.762) (xy -0.508 1.27) (xy -0.254 1.27) (xy -0.508 1.27) (xy -0.508 1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.508 1.27) (xy 0 1.778) (xy 0.254 1.778) (xy 0 1.778) (xy 0 1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_Small_1_1" + (pin passive line + (at -2.54 0 0) + (length 1.778) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 1.778) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:Q_NMOS_GSD" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GSD" + (at 5.08 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 5.08 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "N-MOSFET transistor, gate/source/drain" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "transistor NMOS N-MOS N-MOSFET" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Q_NMOS_GSD_0_1" + (polyline + (pts + (xy 0.254 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 1.905) (xy 0.254 -1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.27) (xy 0.762 -2.286) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 0.508) (xy 0.762 -0.508) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 2.286) (xy 0.762 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy 2.54 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.778) (xy 3.302 -1.778) (xy 3.302 1.778) (xy 0.762 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 0) (xy 2.032 0.381) (xy 2.032 -0.381) (xy 1.016 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 2.794 0.508) (xy 2.921 0.381) (xy 3.683 0.381) (xy 3.81 0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 0.381) (xy 2.921 -0.254) (xy 3.683 -0.254) (xy 3.302 0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 1.651 0) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.54 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 2.54 1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "Q_NMOS_GSD_1_1" + (pin input line + (at -5.08 0 0) + (length 2.54) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "D" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:Q_NPN_BEC" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BEC" + (at 5.08 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 5.08 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "NPN transistor, base/emitter/collector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "transistor NPN" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Q_NPN_BEC_0_1" + (polyline + (pts + (xy 0.635 0.635) (xy 2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "Q_NPN_BEC_1_1" + (pin input line + (at -5.08 0 0) + (length 5.715) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 "Interface_USB:CP2104" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -7.62 23.495 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "CP2104" + (at -7.62 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" + (at 3.81 -24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/cp2104.pdf" + (at -13.97 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Single-Chip USB-to-UART Bridge, USB 2.0 Full-Speed, 2Mbps UART, QFN package" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "uart usb bridge interface transceiver" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "QFN*4x4mm*P0.5mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "CP2104_0_1" + (rectangle + (start -15.24 20.32) + (end 15.24 -22.86) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "CP2104_1_1" + (pin input line + (at 17.78 15.24 180) + (length 2.54) + (name "RI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 5.08 22.86 270) + (length 2.54) + (name "VIO/NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -17.78 -12.7 0) + (length 2.54) + (name "GPIO.3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -17.78 -10.16 0) + (length 2.54) + (name "GPIO.2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -17.78 -7.62 0) + (length 2.54) + (name "GPIO.1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -17.78 -5.08 0) + (length 2.54) + (name "GPIO.0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 17.78 -17.78 180) + (length 2.54) + (name "~{SUSPEND}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -17.78 -17.78 0) + (length 2.54) + (name "VPP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 17.78 -15.24 180) + (length 2.54) + (name "SUSPEND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 17.78 -7.62 180) + (length 2.54) + (name "CTS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 17.78 -5.08 180) + (length 2.54) + (name "RTS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -25.4 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 17.78 0 180) + (length 2.54) + (name "RXD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 17.78 2.54 180) + (length 2.54) + (name "TXD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 17.78 7.62 180) + (length 2.54) + (name "DSR" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 17.78 10.16 180) + (length 2.54) + (name "DTR" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 17.78 12.7 180) + (length 2.54) + (name "DCD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 2.54 -25.4 90) + (length 2.54) + (name "PAD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -17.78 0 0) + (length 2.54) + (name "D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -17.78 2.54 0) + (length 2.54) + (name "D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -5.08 22.86 270) + (length 2.54) + (name "VIO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 22.86 270) + (length 2.54) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -17.78 15.24 0) + (length 2.54) + (name "REGIN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -17.78 10.16 0) + (length 2.54) + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 17.78 -12.7 180) + (length 2.54) + (name "~{RST}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "RF_Module:ESP32-WROOM-32" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -12.7 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "ESP32-WROOM-32" + (at 1.27 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "RF_Module:ESP32-WROOM-32" + (at 0 -38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf" + (at -7.62 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RF Module, ESP32-D0WDQ6 SoC, Wi-Fi 802.11b/g/n, Bluetooth, BLE, 32-bit, 2.7-3.6V, onboard antenna, SMD" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "RF Radio BT ESP ESP32 Espressif onboard PCB antenna" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "ESP32?WROOM?32*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "ESP32-WROOM-32_0_1" + (rectangle + (start -12.7 33.02) + (end 12.7 -33.02) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "ESP32-WROOM-32_1_1" + (pin power_in line + (at 0 -35.56 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -12.7 180) + (length 2.54) + (name "IO25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -15.24 180) + (length 2.54) + (name "IO26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -17.78 180) + (length 2.54) + (name "IO27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 10.16 180) + (length 2.54) + (name "IO14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 15.24 180) + (length 2.54) + (name "IO12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -35.56 90) + (length 2.54) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 12.7 180) + (length 2.54) + (name "IO13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -5.08 0) + (length 2.54) + (name "SHD/SD2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -7.62 0) + (length 2.54) + (name "SWP/SD3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -12.7 0) + (length 2.54) + (name "SCS/CMD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 35.56 270) + (length 2.54) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -10.16 0) + (length 2.54) + (name "SCK/CLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 0 0) + (length 2.54) + (name "SDO/SD0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -2.54 0) + (length 2.54) + (name "SDI/SD1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 7.62 180) + (length 2.54) + (name "IO15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 25.4 180) + (length 2.54) + (name "IO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 30.48 180) + (length 2.54) + (name "IO0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 20.32 180) + (length 2.54) + (name "IO4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 5.08 180) + (length 2.54) + (name "IO16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 2.54 180) + (length 2.54) + (name "IO17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 17.78 180) + (length 2.54) + (name "IO5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "29" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 30.48 0) + (length 2.54) + (name "EN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 0 180) + (length 2.54) + (name "IO18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "30" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -2.54 180) + (length 2.54) + (name "IO19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "31" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -12.7 -27.94 0) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "32" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -5.08 180) + (length 2.54) + (name "IO21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "33" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 22.86 180) + (length 2.54) + (name "RXD0/IO3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "34" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 27.94 180) + (length 2.54) + (name "TXD0/IO1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "35" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -7.62 180) + (length 2.54) + (name "IO22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "36" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -10.16 180) + (length 2.54) + (name "IO23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "37" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -35.56 90) + (length 2.54) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "38" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -35.56 90) + (length 2.54) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "39" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 25.4 0) + (length 2.54) + (name "SENSOR_VP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 22.86 0) + (length 2.54) + (name "SENSOR_VN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 15.24 -25.4 180) + (length 2.54) + (name "IO34" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 15.24 -27.94 180) + (length 2.54) + (name "IO35" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -20.32 180) + (length 2.54) + (name "IO32" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -22.86 180) + (length 2.54) + (name "IO33" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Regulator_Linear:AZ1117-3.3" + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -3.81 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AZ1117-3.3" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.diodes.com/assets/Datasheets/AZ1117.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "1A 20V Fixed LDO Linear Regulator, 3.3V, SOT-89/SOT-223/TO-220/TO-252/TO-263" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Fixed Voltage Regulator 1A Positive LDO" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?223* SOT?89* TO?220* TO?252* TO?263*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AZ1117-3.3_0_1" + (rectangle + (start -5.08 1.905) + (end 5.08 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "AZ1117-3.3_1_1" + (pin power_in line + (at 0 -7.62 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 7.62 0 180) + (length 2.54) + (name "VO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -7.62 0 0) + (length 2.54) + (name "VI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Sensor:DHT11" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -3.81 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DHT11" + (at 3.81 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Sensor:Aosong_DHT11_5.5x12.0_P2.54mm" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://akizukidenshi.com/download/ds/aosong/DHT11.pdf" + (at 3.81 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Temperature and humidity module" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Digital temperature humidity sensor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Aosong*DHT11*5.5x12.0*P2.54mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "DHT11_0_1" + (rectangle + (start -5.08 5.08) + (end 5.08 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "DHT11_1_1" + (pin power_in line + (at 0 7.62 270) + (length 2.54) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 7.62 0 180) + (length 2.54) + (name "IO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -5.08 0 0) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -7.62 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Switch:SW_Push" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "SW" + (at 1.27 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "SW_Push" + (at 0 -1.524 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Push button switch, generic, two pins" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "switch normally-open pushbutton push-button" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SW_Push_0_1" + (circle + (center -2.032 0) + (radius 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 1.27) (xy 0 3.048) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 1.27) (xy -2.54 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.032 0) + (radius 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+3V3" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3V3\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+3V3_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+3V3_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "+3V3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "power:VBUS" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "VBUS_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VBUS_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:VCC" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "VCC_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VCC_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 241.3 113.03) + (diameter 0) + (color 0 0 0 0) + (uuid "02538207-54a8-4266-8d51-23871852b2ff") + ) + (junction + (at 63.5 35.56) + (diameter 0) + (color 0 0 0 0) + (uuid "03d88a85-11fd-47aa-954c-c318bb15294a") + ) + (junction + (at 54.61 68.58) + (diameter 0) + (color 0 0 0 0) + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + ) + (junction + (at 204.47 146.05) + (diameter 0) + (color 0 0 0 0) + (uuid "0b4c0f05-c855-4742-bad2-dbf645d5842b") + ) + (junction + (at 220.98 38.1) + (diameter 0) + (color 0 0 0 0) + (uuid "0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459") + ) + (junction + (at 220.98 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "0f31f11f-c374-4640-b9a4-07bbdba8d354") + ) + (junction + (at 144.78 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "16a9ae8c-3ad2-439b-8efe-377c994670c7") + ) + (junction + (at 162.56 31.75) + (diameter 0) + (color 0 0 0 0) + (uuid "182b2d54-931d-49d6-9f39-60a752623e36") + ) + (junction + (at 128.27 49.53) + (diameter 0) + (color 0 0 0 0) + (uuid "19c56563-5fe3-442a-885b-418dbc2421eb") + ) + (junction + (at 257.81 38.1) + (diameter 0) + (color 0 0 0 0) + (uuid "20cca02e-4c4d-4961-b6b4-b40a1731b220") + ) + (junction + (at 257.81 139.7) + (diameter 0) + (color 0 0 0 0) + (uuid "29bb7297-26fb-4776-9266-2355d022bab0") + ) + (junction + (at 48.26 80.01) + (diameter 0) + (color 0 0 0 0) + (uuid "2d210a96-f81f-42a9-8bf4-1b43c11086f3") + ) + (junction + (at 77.47 68.58) + (diameter 0) + (color 0 0 0 0) + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (junction + (at 86.36 35.56) + (diameter 0) + (color 0 0 0 0) + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (junction + (at 58.42 35.56) + (diameter 0) + (color 0 0 0 0) + (uuid "51c4dc0a-5b9f-4edf-a83f-4a12881e42ef") + ) + (junction + (at 82.55 121.92) + (diameter 0) + (color 0 0 0 0) + (uuid "5528bcad-2950-4673-90eb-c37e6952c475") + ) + (junction + (at 130.81 180.34) + (diameter 0) + (color 0 0 0 0) + (uuid "701e1517-e8cf-46f4-b538-98e721c97380") + ) + (junction + (at 204.47 44.45) + (diameter 0) + (color 0 0 0 0) + (uuid "7f2b3ce3-2f20-426d-b769-e0329b6a8111") + ) + (junction + (at 24.13 78.74) + (diameter 0) + (color 0 0 0 0) + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + ) + (junction + (at 257.81 30.48) + (diameter 0) + (color 0 0 0 0) + (uuid "926001fd-2747-4639-8c0f-4fc46ff7218d") + ) + (junction + (at 220.98 139.7) + (diameter 0) + (color 0 0 0 0) + (uuid "98914cc3-56fe-40bb-820a-3d157225c145") + ) + (junction + (at 152.4 31.75) + (diameter 0) + (color 0 0 0 0) + (uuid "a17904b9-135e-4dae-ae20-401c7787de72") + ) + (junction + (at 241.3 44.45) + (diameter 0) + (color 0 0 0 0) + (uuid "b0054ce1-b60e-41de-a6a2-bf712784dd39") + ) + (junction + (at 257.81 71.12) + (diameter 0) + (color 0 0 0 0) + (uuid "b5071759-a4d7-4769-be02-251f23cd4454") + ) + (junction + (at 59.69 170.18) + (diameter 0) + (color 0 0 0 0) + (uuid "b96fe6ac-3535-4455-ab88-ed77f5e46d6e") + ) + (junction + (at 257.81 132.08) + (diameter 0) + (color 0 0 0 0) + (uuid "bdf40d30-88ff-4479-bad1-69529464b61b") + ) + (junction + (at 220.98 132.08) + (diameter 0) + (color 0 0 0 0) + (uuid "c8b6b273-3d20-4a46-8069-f6d608563604") + ) + (junction + (at 257.81 106.68) + (diameter 0) + (color 0 0 0 0) + (uuid "c8fd9dd3-06ad-4146-9239-0065013959ef") + ) + (junction + (at 204.47 77.47) + (diameter 0) + (color 0 0 0 0) + (uuid "cbde200f-1075-469a-89f8-abbdcf30e36a") + ) + (junction + (at 220.98 30.48) + (diameter 0) + (color 0 0 0 0) + (uuid "cff34251-839c-4da9-a0ad-85d0fc4e32af") + ) + (junction + (at 241.3 146.05) + (diameter 0) + (color 0 0 0 0) + (uuid "de370984-7922-4327-a0ba-7cd613995df4") + ) + (junction + (at 58.42 152.4) + (diameter 0) + (color 0 0 0 0) + (uuid "df32840e-2912-4088-b54c-9a85f64c0265") + ) + (junction + (at 220.98 71.12) + (diameter 0) + (color 0 0 0 0) + (uuid "e4aa537c-eb9d-4dbb-ac87-fae46af42391") + ) + (junction + (at 60.96 68.58) + (diameter 0) + (color 0 0 0 0) + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (junction + (at 257.81 99.06) + (diameter 0) + (color 0 0 0 0) + (uuid "f1a9fb80-4cc4-410f-9616-e19c969dcab5") + ) + (junction + (at 204.47 113.03) + (diameter 0) + (color 0 0 0 0) + (uuid "f28e56e7-283b-4b9a-ae27-95e89770fbf8") + ) + (junction + (at 220.98 99.06) + (diameter 0) + (color 0 0 0 0) + (uuid "f9c81c26-f253-4227-a69f-53e64841cfbe") + ) + (junction + (at 220.98 106.68) + (diameter 0) + (color 0 0 0 0) + (uuid "fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00") + ) + (junction + (at 241.3 77.47) + (diameter 0) + (color 0 0 0 0) + (uuid "fc83cd71-1198-4019-87a1-dc154bceead3") + ) + (junction + (at 257.81 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "fef37e8b-0ff0-4da2-8a57-acaf19551d1a") + ) + (wire + (pts + (xy 181.61 57.15) (xy 177.8 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "003c2200-0632-4808-a662-8ddd5d30c768") + ) + (wire + (pts + (xy 220.98 106.68) (xy 220.98 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "00e38d63-5436-49db-81f5-697421f168fc") + ) + (wire + (pts + (xy 72.39 170.18) (xy 76.2 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "03caada9-9e22-4e2d-9035-b15433dfbb17") + ) + (wire + (pts + (xy 257.81 132.08) (xy 257.81 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0a1a4d88-972a-46ce-b25e-6cb796bd41f7") + ) + (wire + (pts + (xy 24.13 77.47) (xy 24.13 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (wire + (pts + (xy 215.9 30.48) (xy 220.98 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0ce8d3ab-2662-4158-8a2a-18b782908fc5") + ) + (wire + (pts + (xy 128.27 46.99) (xy 128.27 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d") + ) + (wire + (pts + (xy 48.26 68.58) (xy 54.61 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + ) + (wire + (pts + (xy 257.81 67.31) (xy 259.08 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f324b67-75ef-407f-8dbc-3c1fc5c2abba") + ) + (wire + (pts + (xy 138.43 149.86) (xy 138.43 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0fc5db66-6188-4c1f-bb14-0868bef113eb") + ) + (wire + (pts + (xy 259.08 69.85) (xy 257.81 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9") + ) + (wire + (pts + (xy 241.3 77.47) (xy 242.57 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "10d8ad0e-6a08-4053-92aa-23a15910fd21") + ) + (wire + (pts + (xy 257.81 102.87) (xy 259.08 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1199146e-a60b-416a-b503-e77d6d2892f9") + ) + (wire + (pts + (xy 44.45 35.56) (xy 46.99 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (wire + (pts + (xy 83.82 179.07) (xy 83.82 175.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "13c0ff76-ed71-4cd9-abb0-92c376825d5d") + ) + (wire + (pts + (xy 128.27 50.8) (xy 128.27 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "14769dc5-8525-4984-8b15-a734ee247efa") + ) + (wire + (pts + (xy 215.9 106.68) (xy 220.98 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "155b0b7c-70b4-4a26-a550-bac13cab0aa4") + ) + (wire + (pts + (xy 24.13 78.74) (xy 21.59 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + ) + (wire + (pts + (xy 241.3 113.03) (xy 242.57 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "17ed3508-fa2e-4593-a799-bfd39a6cc14d") + ) + (wire + (pts + (xy 48.26 71.12) (xy 48.26 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + ) + (wire + (pts + (xy 220.98 63.5) (xy 220.98 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "18b7e157-ae67-48ad-bd7c-9fef6fe45b22") + ) + (wire + (pts + (xy 59.69 115.57) (xy 59.69 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1bf544e3-5940-4576-9291-2464e95c0ee2") + ) + (wire + (pts + (xy 252.73 71.12) (xy 257.81 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1c68b844-c861-46b7-b734-0242168a4220") + ) + (wire + (pts + (xy 133.35 180.34) (xy 130.81 180.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1cb22080-0f59-4c18-a6e6-8685ef44ec53") + ) + (wire + (pts + (xy 77.47 68.58) (xy 77.47 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (wire + (pts + (xy 72.39 152.4) (xy 76.2 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1f3003e6-dce5-420f-906b-3f1e92b67249") + ) + (wire + (pts + (xy 220.98 102.87) (xy 222.25 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1fa508ef-df83-4c99-846b-9acf535b3ad9") + ) + (wire + (pts + (xy 128.27 49.53) (xy 147.32 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "21ae9c3a-7138-444e-be38-56a4842ab594") + ) + (wire + (pts + (xy 257.81 63.5) (xy 257.81 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "224768bc-6009-43ba-aa4a-70cbaa15b5a3") + ) + (wire + (pts + (xy 60.96 92.71) (xy 64.77 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "23bb2798-d93a-4696-a962-c305c4298a0c") + ) + (wire + (pts + (xy 203.2 146.05) (xy 204.47 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "282c8e53-3acc-42f0-a92a-6aa976b97a93") + ) + (wire + (pts + (xy 215.9 139.7) (xy 220.98 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "28e37b45-f843-47c2-85c9-ca19f5430ece") + ) + (wire + (pts + (xy 220.98 30.48) (xy 220.98 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "29195ea4-8218-44a1-b4bf-466bee0082e4") + ) + (wire + (pts + (xy 29.21 45.72) (xy 29.21 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2b5a9ad3-7ec4-447d-916c-47adf5f9674f") + ) + (wire + (pts + (xy 82.55 121.92) (xy 85.09 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d6db888-4e40-41c8-b701-07170fc894bc") + ) + (wire + (pts + (xy 203.2 44.45) (xy 204.47 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2de1ffee-2174-41d2-8969-68b8d21e5a7d") + ) + (wire + (pts + (xy 181.61 49.53) (xy 177.8 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2f215f15-3d52-4c91-93e6-3ea03a95622f") + ) + (wire + (pts + (xy 77.47 68.58) (xy 82.55 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (wire + (pts + (xy 204.47 77.47) (xy 205.74 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3249bd81-9fd4-4194-9b4f-2e333b2195b8") + ) + (wire + (pts + (xy 203.2 77.47) (xy 204.47 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "347562f5-b152-4e7b-8a69-40ca6daaaad4") + ) + (wire + (pts + (xy 252.73 132.08) (xy 257.81 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "36d783e7-096f-4c97-9672-7e08c083b87b") + ) + (wire + (pts + (xy 83.82 143.51) (xy 83.82 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "378af8b4-af3d-46e7-89ae-deff12ca9067") + ) + (wire + (pts + (xy 220.98 36.83) (xy 220.98 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "382ca670-6ae8-4de6-90f9-f241d1337171") + ) + (wire + (pts + (xy 220.98 99.06) (xy 220.98 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "38a501e2-0ee8-439d-bd02-e9e90e7503e9") + ) + (wire + (pts + (xy 220.98 105.41) (xy 220.98 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "399fc36a-ed5d-44b5-82f7-c6f83d9acc14") + ) + (wire + (pts + (xy 59.69 113.03) (xy 64.77 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7") + ) + (wire + (pts + (xy 60.96 80.01) (xy 60.96 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + ) + (wire + (pts + (xy 220.98 139.7) (xy 220.98 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3c5e5ea9-793d-46e3-86bc-5884c4490dc7") + ) + (wire + (pts + (xy 54.61 68.58) (xy 60.96 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + ) + (wire + (pts + (xy 130.81 149.86) (xy 130.81 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3d6cdd62-5634-4e30-acf8-1b9c1dbf6653") + ) + (wire + (pts + (xy 257.81 99.06) (xy 257.81 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f43d730-2a73-49fe-9672-32428e7f5b49") + ) + (wire + (pts + (xy 83.82 157.48) (xy 59.69 157.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "40976bf0-19de-460f-ad64-224d4f51e16b") + ) + (wire + (pts + (xy 29.21 31.75) (xy 27.94 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "417f13e4-c121-485a-a6b5-8b55e70350b8") + ) + (wire + (pts + (xy 35.56 69.85) (xy 31.75 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "46918595-4a45-48e8-84c0-961b4db7f35f") + ) + (wire + (pts + (xy 241.3 77.47) (xy 241.3 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "475ed8b3-90bf-48cd-bce5-d8f48b689541") + ) + (wire + (pts + (xy 74.93 48.26) (xy 74.93 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4831966c-bb32-4bc8-a400-0382a02ffa1c") + ) + (wire + (pts + (xy 257.81 69.85) (xy 257.81 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4b03e854-02fe-44cc-bece-f8268b7cae54") + ) + (wire + (pts + (xy 257.81 135.89) (xy 259.08 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4c843bdb-6c9e-40dd-85e2-0567846e18ba") + ) + (wire + (pts + (xy 48.26 80.01) (xy 54.61 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4c8eb964-bdf4-44de-90e9-e2ab82dd5313") + ) + (wire + (pts + (xy 257.81 34.29) (xy 259.08 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7") + ) + (wire + (pts + (xy 63.5 48.26) (xy 63.5 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "53c85970-3e21-4fae-a84f-721cfc0513b5") + ) + (wire + (pts + (xy 257.81 38.1) (xy 257.81 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5487601b-81d3-4c70-8f3d-cf9df9c63302") + ) + (wire + (pts + (xy 252.73 38.1) (xy 257.81 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "592f25e6-a01b-47fd-8172-3da01117d00a") + ) + (wire + (pts + (xy 257.81 30.48) (xy 257.81 27.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "597a11f2-5d2c-4a65-ac95-38ad106e1367") + ) + (wire + (pts + (xy 86.36 35.56) (xy 82.55 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5cbb5968-dbb5-4b84-864a-ead1cacf75b9") + ) + (wire + (pts + (xy 240.03 44.45) (xy 241.3 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5d49e9a6-41dd-4072-adde-ef1036c1979b") + ) + (wire + (pts + (xy 220.98 132.08) (xy 220.98 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7") + ) + (wire + (pts + (xy 220.98 63.5) (xy 220.98 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5fc9acb6-6dbb-4598-825b-4b9e7c4c67c4") + ) + (wire + (pts + (xy 58.42 152.4) (xy 64.77 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "639c0e59-e95c-4114-bccd-2e7277505454") + ) + (wire + (pts + (xy 144.78 43.18) (xy 144.78 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6595b9c7-02ee-4647-bde5-6b566e35163e") + ) + (wire + (pts + (xy 82.55 125.73) (xy 82.55 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "66043bca-a260-4915-9fce-8a51d324c687") + ) + (wire + (pts + (xy 55.88 170.18) (xy 59.69 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "68877d35-b796-44db-9124-b8e744e7412e") + ) + (wire + (pts + (xy 31.75 62.23) (xy 36.83 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + ) + (wire + (pts + (xy 222.25 69.85) (xy 220.98 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2") + ) + (wire + (pts + (xy 204.47 44.45) (xy 205.74 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6cb93665-0bcd-4104-8633-fffd1811eee0") + ) + (wire + (pts + (xy 220.98 69.85) (xy 220.98 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6d1d60ff-408a-47a7-892f-c5cf9ef6ca75") + ) + (wire + (pts + (xy 60.96 95.25) (xy 64.77 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6e105729-aba0-497c-a99e-c32d2b3ddb6d") + ) + (wire + (pts + (xy 222.25 105.41) (xy 220.98 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6e435cd4-da2b-4602-a0aa-5dd988834dff") + ) + (wire + (pts + (xy 259.08 36.83) (xy 257.81 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6e68f0cd-800e-4167-9553-71fc59da1eeb") + ) + (wire + (pts + (xy 215.9 99.06) (xy 220.98 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "70e4263f-d95a-4431-b3f3-cfc800c82056") + ) + (wire + (pts + (xy 54.61 35.56) (xy 58.42 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "712d6a7d-2b62-464f-b745-fd2a6b0187f6") + ) + (wire + (pts + (xy 252.73 139.7) (xy 257.81 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "72b36951-3ec7-4569-9c88-cf9b4afe1cae") + ) + (wire + (pts + (xy 240.03 113.03) (xy 241.3 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "73fbe87f-3928-49c2-bf87-839d907c6aef") + ) + (wire + (pts + (xy 252.73 63.5) (xy 257.81 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "752417ee-7d0b-4ac8-a22c-26669881a2ab") + ) + (wire + (pts + (xy 152.4 41.91) (xy 152.4 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "770ad51a-7219-4633-b24a-bd20feb0a6c5") + ) + (wire + (pts + (xy 86.36 48.26) (xy 86.36 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + ) + (wire + (pts + (xy 144.78 31.75) (xy 152.4 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "789ca812-3e0c-4a3f-97bc-a916dd9bce80") + ) + (wire + (pts + (xy 85.09 121.92) (xy 85.09 120.65) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7bbf981c-a063-4e30-8911-e4228e1c0743") + ) + (wire + (pts + (xy 220.98 34.29) (xy 222.25 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7e0a03ae-d054-4f76-a131-5c09b8dc1636") + ) + (wire + (pts + (xy 82.55 121.92) (xy 82.55 120.65) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7edc9030-db7b-43ac-a1b3-b87eeacb4c2d") + ) + (wire + (pts + (xy 241.3 44.45) (xy 242.57 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7f9683c1-2203-43df-8fa1-719a0dc360df") + ) + (wire + (pts + (xy 162.56 118.11) (xy 162.56 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8087f566-a94d-4bbc-985b-e49ee7762296") + ) + (wire + (pts + (xy 24.13 80.01) (xy 24.13 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + ) + (wire + (pts + (xy 204.47 146.05) (xy 204.47 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "83c5181e-f5ee-453c-ae5c-d7256ba8837d") + ) + (wire + (pts + (xy 55.88 152.4) (xy 58.42 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8412992d-8754-44de-9e08-115cec1a3eff") + ) + (wire + (pts + (xy 58.42 35.56) (xy 63.5 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "842e430f-0c35-45f3-a0b5-95ae7b7ae388") + ) + (wire + (pts + (xy 82.55 68.58) (xy 82.55 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (wire + (pts + (xy 220.98 138.43) (xy 220.98 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88610282-a92d-4c3d-917a-ea95d59e0759") + ) + (wire + (pts + (xy 130.81 180.34) (xy 130.81 179.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8bdea5f6-7a53-427a-92b8-fd15994c2e8c") + ) + (wire + (pts + (xy 59.69 170.18) (xy 64.77 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb") + ) + (wire + (pts + (xy 257.81 99.06) (xy 257.81 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9186dae5-6dc3-4744-9f90-e697559c6ac8") + ) + (wire + (pts + (xy 259.08 105.41) (xy 257.81 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9186fd02-f30d-4e17-aa38-378ab73e3908") + ) + (wire + (pts + (xy 220.98 67.31) (xy 222.25 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "970e0f64-111f-41e3-9f5a-fb0d0f6fa101") + ) + (wire + (pts + (xy 204.47 113.03) (xy 205.74 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "974c48bf-534e-4335-98e1-b0426c783e99") + ) + (wire + (pts + (xy 257.81 106.68) (xy 257.81 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "98b00c9d-9188-4bce-aa70-92d12dd9cf82") + ) + (wire + (pts + (xy 58.42 41.91) (xy 54.61 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "98e81e80-1f85-4152-be3f-99785ea97751") + ) + (wire + (pts + (xy 222.25 138.43) (xy 220.98 138.43) + ) + (stroke + (width 0) + (type default) + ) + (uuid "99332785-d9f1-4363-9377-26ddc18e6d2c") + ) + (wire + (pts + (xy 252.73 106.68) (xy 257.81 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "997c2f12-73ba-4c01-9ee0-42e37cbab790") + ) + (wire + (pts + (xy 241.3 146.05) (xy 242.57 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "99e6b8eb-b08e-4d42-84dd-8b7f6765b7b7") + ) + (wire + (pts + (xy 181.61 52.07) (xy 177.8 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9b0a1687-7e1b-4a04-a30b-c27a072a2949") + ) + (wire + (pts + (xy 48.26 78.74) (xy 48.26 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9bb20359-0f8b-45bc-9d38-6626ed3a939d") + ) + (wire + (pts + (xy 31.75 67.31) (xy 35.56 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9ccf03e8-755a-4cd9-96fc-30e1d08fa253") + ) + (wire + (pts + (xy 29.21 30.48) (xy 29.21 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9dab0cb7-2557-4419-963b-5ae736517f62") + ) + (wire + (pts + (xy 215.9 132.08) (xy 220.98 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9dcdc92b-2219-4a4a-8954-45f02cc3ab25") + ) + (wire + (pts + (xy 104.14 100.33) (xy 100.33 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9e1b837f-0d34-4a18-9644-9ee68f141f46") + ) + (wire + (pts + (xy 143.51 54.61) (xy 147.32 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9e813ec2-d4ce-4e2e-b379-c6fedb4c45db") + ) + (wire + (pts + (xy 257.81 63.5) (xy 257.81 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9f80220c-1612-4589-b9ca-a5579617bdb8") + ) + (wire + (pts + (xy 63.5 35.56) (xy 67.31 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a06e8e78-f567-42e6-b645-013b1073ca31") + ) + (wire + (pts + (xy 83.82 161.29) (xy 58.42 161.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a15a7506-eae4-4933-84da-9ad754258706") + ) + (wire + (pts + (xy 252.73 99.06) (xy 257.81 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a24ce0e2-fdd3-4e6a-b754-5dee9713dd27") + ) + (wire + (pts + (xy 252.73 30.48) (xy 257.81 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a29f8df0-3fae-4edf-8d9c-bd5a875b13e3") + ) + (wire + (pts + (xy 215.9 63.5) (xy 220.98 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a53767ed-bb28-4f90-abe0-e0ea734812a4") + ) + (wire + (pts + (xy 128.27 180.34) (xy 130.81 180.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a599509f-fbb9-4db4-9adf-9e96bab1138d") + ) + (wire + (pts + (xy 204.47 44.45) (xy 204.47 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a7f2e97b-29f3-44fd-bf8a-97a3c1528b61") + ) + (wire + (pts + (xy 203.2 113.03) (xy 204.47 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a92f3b72-ed6d-4d99-9da6-35771bec3c77") + ) + (wire + (pts + (xy 36.83 60.96) (xy 36.83 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa02e544-13f5-4cf8-a5f4-3e6cda006090") + ) + (wire + (pts + (xy 54.61 80.01) (xy 54.61 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa14c3bd-4acc-4908-9d28-228585a22a9d") + ) + (wire + (pts + (xy 204.47 113.03) (xy 204.47 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa1c6f47-cbd4-4cbd-8265-e5ac08b7ffc8") + ) + (wire + (pts + (xy 86.36 33.02) (xy 86.36 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "afb8e687-4a13-41a1-b8c0-89a749e897fe") + ) + (wire + (pts + (xy 257.81 105.41) (xy 257.81 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "afd38b10-2eca-4abe-aed1-a96fb07ffdbe") + ) + (wire + (pts + (xy 220.98 38.1) (xy 220.98 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b0906e10-2fbc-4309-a8b4-6fc4cd1a5490") + ) + (wire + (pts + (xy 240.03 146.05) (xy 241.3 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b0b4c3cb-e7ea-49c0-8162-be3bbab3e4ec") + ) + (wire + (pts + (xy 58.42 35.56) (xy 58.42 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b3d08afa-f296-4e3b-8825-73b6331d35bf") + ) + (wire + (pts + (xy 215.9 71.12) (xy 220.98 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b6135480-ace6-42b2-9c47-856ef57cded1") + ) + (wire + (pts + (xy 44.45 34.29) (xy 44.45 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (wire + (pts + (xy 144.78 41.91) (xy 152.4 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b7199d9b-bebb-4100-9ad3-c2bd31e21d65") + ) + (wire + (pts + (xy 241.3 146.05) (xy 241.3 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b794d099-f823-4d35-9755-ca1c45247ee9") + ) + (wire + (pts + (xy 104.14 85.09) (xy 100.33 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b88717bd-086f-46cd-9d3f-0396009d0996") + ) + (wire + (pts + (xy 121.92 149.86) (xy 121.92 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bb59b92a-e4d0-4b9e-82cd-26304f5c15b8") + ) + (wire + (pts + (xy 220.98 99.06) (xy 220.98 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f") + ) + (wire + (pts + (xy 60.96 66.04) (xy 60.96 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (wire + (pts + (xy 27.94 45.72) (xy 29.21 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8a44971-63c1-4a19-879d-b6647b2dc08d") + ) + (wire + (pts + (xy 241.3 44.45) (xy 241.3 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8ab8246-b2bb-4b06-b45e-2548482466fd") + ) + (wire + (pts + (xy 83.82 165.1) (xy 83.82 161.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8c79177-94d4-43e2-a654-f0a5554fbb68") + ) + (wire + (pts + (xy 257.81 132.08) (xy 257.81 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c9b9e62d-dede-4d1a-9a05-275614f8bdb2") + ) + (wire + (pts + (xy 204.47 146.05) (xy 205.74 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ca5b6af8-ca05-4338-b852-b51f2b49b1db") + ) + (wire + (pts + (xy 257.81 71.12) (xy 257.81 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cada57e2-1fa7-4b9d-a2a0-2218773d5c50") + ) + (wire + (pts + (xy 257.81 139.7) (xy 257.81 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb6062da-8dcd-4826-92fd-4071e9e97213") + ) + (wire + (pts + (xy 257.81 36.83) (xy 257.81 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb614b23-9af3-4aec-bed8-c1374e001510") + ) + (wire + (pts + (xy 104.14 95.25) (xy 100.33 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cbd8faed-e1f8-4406-87c8-58b2c504a5d4") + ) + (wire + (pts + (xy 60.96 68.58) (xy 77.47 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (wire + (pts + (xy 162.56 31.75) (xy 152.4 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cdfb07af-801b-44ba-8c30-d021a6ad3039") + ) + (wire + (pts + (xy 40.64 41.91) (xy 46.99 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b") + ) + (wire + (pts + (xy 120.65 49.53) (xy 120.65 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc") + ) + (wire + (pts + (xy 220.98 30.48) (xy 220.98 27.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56") + ) + (wire + (pts + (xy 58.42 161.29) (xy 58.42 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3c11c8f-a73d-4211-934b-a6da255728ad") + ) + (wire + (pts + (xy 59.69 125.73) (xy 59.69 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d4a1d3c4-b315-4bec-9220-d12a9eab51e0") + ) + (wire + (pts + (xy 60.96 80.01) (xy 64.77 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + ) + (wire + (pts + (xy 29.21 48.26) (xy 29.21 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "da6f4122-0ecc-496f-b0fd-e4abef534976") + ) + (wire + (pts + (xy 27.94 34.29) (xy 29.21 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dabe541b-b164-4180-97a4-5ca761b86800") + ) + (wire + (pts + (xy 220.98 132.08) (xy 220.98 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dae72997-44fc-4275-b36f-cd70bf46cfba") + ) + (wire + (pts + (xy 144.78 41.91) (xy 144.78 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "db36f6e3-e72a-487f-bda9-88cc84536f62") + ) + (wire + (pts + (xy 21.59 78.74) (xy 21.59 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + ) + (wire + (pts + (xy 241.3 113.03) (xy 241.3 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dd334895-c8ff-4719-bac4-c0b289bb5899") + ) + (wire + (pts + (xy 240.03 77.47) (xy 241.3 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "df2a6036-7274-4398-9365-148b6ddab90d") + ) + (wire + (pts + (xy 29.21 34.29) (xy 29.21 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e12e827e-36be-4503-8eef-6fc7e8bc5d49") + ) + (wire + (pts + (xy 222.25 36.83) (xy 220.98 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e1535036-5d36-405f-bb86-3819621c4f23") + ) + (wire + (pts + (xy 59.69 157.48) (xy 59.69 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e21aa84b-970e-47cf-b64f-3b55ee0e1b51") + ) + (wire + (pts + (xy 257.81 30.48) (xy 257.81 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e3fc1e69-a11c-4c84-8952-fefb9372474e") + ) + (wire + (pts + (xy 144.78 33.02) (xy 144.78 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e4c6fdbb-fdc7-4ad4-a516-240d84cdc120") + ) + (wire + (pts + (xy 259.08 138.43) (xy 257.81 138.43) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e5b328f6-dc69-4905-ae98-2dc3200a51d6") + ) + (wire + (pts + (xy 86.36 38.1) (xy 86.36 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (wire + (pts + (xy 152.4 31.75) (xy 152.4 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e6b860cc-cb76-4220-acfb-68f1eb348bfa") + ) + (wire + (pts + (xy 48.26 80.01) (xy 48.26 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e857610b-4434-4144-b04e-43c1ebdc5ceb") + ) + (wire + (pts + (xy 40.64 40.64) (xy 40.64 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + ) + (wire + (pts + (xy 257.81 138.43) (xy 257.81 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb8d02e9-145c-465d-b6a8-bae84d47a94b") + ) + (wire + (pts + (xy 63.5 35.56) (xy 63.5 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ec9e24d8-d1c5-40e2-9812-dc315d05f470") + ) + (wire + (pts + (xy 120.65 49.53) (xy 128.27 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ee41cb8e-512d-41d2-81e1-3c50fff32aeb") + ) + (wire + (pts + (xy 27.94 48.26) (xy 29.21 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f1782535-55f4-4299-bd4f-6f51b0b7259c") + ) + (wire + (pts + (xy 162.56 29.21) (xy 162.56 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f202141e-c20d-4cac-b016-06a44f2ecce8") + ) + (wire + (pts + (xy 100.33 92.71) (xy 104.14 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f2c93195-af12-4d3e-acdf-bdd0ff675c24") + ) + (wire + (pts + (xy 162.56 31.75) (xy 162.56 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f3628265-0155-43e2-a467-c40ff783e265") + ) + (wire + (pts + (xy 204.47 77.47) (xy 204.47 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f50dae73-c5b5-475d-ac8c-5b555be54fa3") + ) + (wire + (pts + (xy 113.03 149.86) (xy 113.03 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f6983918-fe05-46ea-b355-bc522ec53440") + ) + (wire + (pts + (xy 220.98 135.89) (xy 222.25 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f8f3a9fc-1e34-4573-a767-508104e8d242") + ) + (wire + (pts + (xy 220.98 71.12) (xy 220.98 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f9403623-c00c-4b71-bc5c-d763ff009386") + ) + (wire + (pts + (xy 54.61 71.12) (xy 54.61 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fe8d9267-7834-48d6-a191-c8724b2ee78d") + ) + (wire + (pts + (xy 215.9 38.1) (xy 220.98 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "feb26ecb-9193-46ea-a41b-d09305bf0a3e") + ) + (text "PIR sensor input" + (exclude_from_sim no) + (at 152.4 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "691af561-538d-4e8f-a916-26cad45eb7d6") + ) + (text "Automatic bootloader reset" + (exclude_from_sim no) + (at 46.99 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "810ed4ff-ffe2-4032-9af6-fb5ada3bae5b") + ) + (text "Mounting holes" + (exclude_from_sim no) + (at 152.4 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "90e761f6-1432-4f73-ad28-fa8869b7ec31") + ) + (text "Temp / Humidity" + (exclude_from_sim no) + (at 101.6 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d0cd3439-276c-41ba-b38d-f84f6da38415") + ) + (text "LEDs" + (exclude_from_sim no) + (at 110.49 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d66d3c12-11ce-4566-9a45-962e329503d8") + ) + (label "CH_3" + (at 177.8 97.79 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "03f57fb4-32a3-4bc6-85b9-fd8ece4a9592") + ) + (label "USB_TX" + (at 104.14 92.71 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "08a7c925-7fae-4530-b0c9-120e185cb318") + ) + (label "LED3" + (at 177.8 85.09 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0cbeb329-a88d-4a47-a5c2-a1d693de2f8c") + ) + (label "EN" + (at 83.82 143.51 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0ff508fd-18da-4ab7-9844-3c8a28c2587e") + ) + (label "DHT_IO" + (at 133.35 180.34 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "1427bb3f-0689-4b41-a816-cd79a5202fd0") + ) + (label "CH_7" + (at 203.2 146.05 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "18ca5aef-6a2c-41ac-9e7f-bf7acb716e53") + ) + (label "USB_TX" + (at 181.61 57.15 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "240e07e1-770b-4b27-894f-29fd601c924d") + ) + (label "CH_8" + (at 177.8 74.93 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "2c60448a-e30f-46b2-89e1-a44f51688efc") + ) + (label "USB_RX" + (at 104.14 95.25 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "4a4ec8d9-3d72-4952-83d4-808f65849a2b") + ) + (label "CH_2" + (at 177.8 95.25 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "501880c3-8633-456f-9add-0e8fa1932ba6") + ) + (label "CH_6" + (at 240.03 113.03 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "528fd7da-c9a6-40ae-9f1a-60f6a7f4d534") + ) + (label "DHT_IO" + (at 177.8 77.47 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "59cb2966-1e9c-4b3b-b3c8-7499378d8dde") + ) + (label "IO0" + (at 181.61 49.53 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "61fe293f-6808-4b7f-9340-9aaac7054a97") + ) + (label "PIR_A" + (at 156.21 147.32 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "6325c32f-c82a-4357-b022-f9c7e76f412e") + ) + (label "USB_DTR" + (at 104.14 85.09 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "63ff1c93-3f96-4c33-b498-5dd8c33bccc0") + ) + (label "LED4" + (at 138.43 142.24 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6d0c9e39-9878-44c8-8283-9a59e45006fa") + ) + (label "USB_DP" + (at 60.96 95.25 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "78cbdd6c-4878-4cc5-9a58-0e506478e37d") + ) + (label "CH_4" + (at 240.03 77.47 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "7a879184-fad8-4feb-afb5-86fe8d34f1f7") + ) + (label "LED1" + (at 113.03 142.24 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7c2008c8-0626-4a09-a873-065e83502a0e") + ) + (label "LED3" + (at 130.81 142.24 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7c411b3e-aca2-424f-b644-2d21c9d80fa7") + ) + (label "EN" + (at 127 49.53 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "8da933a9-35f8-42e6-8504-d1bab7264306") + ) + (label "CH_7" + (at 177.8 59.69 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "901440f4-e2a6-4447-83cc-f58a2b26f5c4") + ) + (label "CH_2" + (at 240.03 44.45 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "91fe070a-a49b-4bc5-805a-42f23e10d114") + ) + (label "PIR_A" + (at 143.51 54.61 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "9390234f-bf3f-46cd-b6a0-8a438ec76e9f") + ) + (label "USB_DM" + (at 60.96 92.71 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "94c158d1-8503-4553-b511-bf42f506c2a8") + ) + (label "LED1" + (at 177.8 90.17 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9c607e49-ee5c-4e85-a7da-6fede9912412") + ) + (label "CH_5" + (at 177.8 67.31 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "a0dee8e6-f88a-4f05-aba0-bab3aafdf2bc") + ) + (label "IO0" + (at 83.82 179.07 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "a27eb049-c992-4f11-a026-1e6a8d9d0160") + ) + (label "USB_DP" + (at 35.56 67.31 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "a7520ad3-0f8b-4788-92d4-8ffb277041e6") + ) + (label "USB_DM" + (at 35.56 69.85 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "a795f1ba-cdd5-4cc5-9a52-08586e982934") + ) + (label "CH_4" + (at 177.8 69.85 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "b78cb2c1-ae4b-4d9b-acd8-d7fe342342f2") + ) + (label "USB_RTS" + (at 104.14 100.33 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b") + ) + (label "USB_RTS" + (at 55.88 170.18 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "c332fa55-4168-4f55-88a5-f82c7c21040b") + ) + (label "CH_3" + (at 203.2 77.47 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "c454102f-dc92-4550-9492-797fc8e6b49c") + ) + (label "CH_1" + (at 177.8 92.71 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c8a7af6e-c432-4fa3-91ee-c8bf0c5a9ebe") + ) + (label "CH_1" + (at 203.2 44.45 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "d01102e9-b170-4eb1-a0a4-9a31feb850b7") + ) + (label "CH_6" + (at 177.8 54.61 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d7e5a060-eb57-4238-9312-26bc885fc97d") + ) + (label "CH_5" + (at 203.2 113.03 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "e413cfad-d7bd-41ab-b8dd-4b67484671a6") + ) + (label "LED2" + (at 177.8 87.63 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "e5e5220d-5b7e-47da-a902-b997ec8d4d58") + ) + (label "USB_RX" + (at 181.61 52.07 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ee27d19c-8dca-4ac8-a760-6dfd54d28071") + ) + (label "LED4" + (at 177.8 82.55 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f345e52a-8e0a-425a-b438-90809dd3b799") + ) + (label "LED2" + (at 121.92 142.24 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f4a8afbe-ed68-4253-959f-6be4d2cbf8c5") + ) + (label "CH_8" + (at 240.03 146.05 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "f9b1563b-384a-447c-9f47-736504e995c8") + ) + (label "USB_DTR" + (at 55.88 152.4 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "ffd175d1-912a-4224-be1e-a8198680f46b") + ) + (symbol + (lib_id "RF_Module:ESP32-WROOM-32") + (at 162.56 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da6edcb") + (property "Reference" "U3" + (at 151.13 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ESP32-WROOM-32" + (at 172.72 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "RF_Module:ESP32-WROOM-32" + (at 162.56 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf" + (at 154.94 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 162.56 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "83748b8f-c554-4496-9473-77a570c7f8b2") + ) + (pin "10" + (uuid "19ac4c9a-a38f-4644-bf3e-f087833e2b99") + ) + (pin "11" + (uuid "98b3b774-bc5a-4003-a115-d3f6769f30d5") + ) + (pin "12" + (uuid "70262f04-aeaf-4bf9-8239-33f2f27aaaea") + ) + (pin "13" + (uuid "bdd823e9-e2ad-416f-a9aa-bbf6b9af47ad") + ) + (pin "14" + (uuid "89410258-7072-425c-80d0-59da65bb2bfd") + ) + (pin "15" + (uuid "14b61abe-5f77-40c8-b3b6-c18adaa16149") + ) + (pin "16" + (uuid "8722e80c-35dd-4129-a51e-e39ca5b97f39") + ) + (pin "17" + (uuid "4d85ecce-45a5-4011-aff3-eec60aea6411") + ) + (pin "18" + (uuid "b12648df-1b46-4133-8192-da169d7fd681") + ) + (pin "19" + (uuid "e08eb964-cd52-43e0-ad5b-6abd7214ea53") + ) + (pin "2" + (uuid "b5f01b87-275e-4b1c-92c1-fbe23a8e0755") + ) + (pin "20" + (uuid "9b164e40-a588-40aa-bbd3-bc767e01348d") + ) + (pin "21" + (uuid "4f68bb3a-2113-4da5-82d8-a0a94aeffd6c") + ) + (pin "22" + (uuid "6149507c-e68b-4b95-b5d1-9598de14290e") + ) + (pin "23" + (uuid "3cd8e4c6-0707-45ed-98eb-8a97249ea117") + ) + (pin "24" + (uuid "530abffc-aeee-4f14-9e4a-3d1fde52ff2e") + ) + (pin "25" + (uuid "520834ac-591b-4fa1-8491-fdf7ce0d6be2") + ) + (pin "26" + (uuid "0c3cf090-1078-49a9-aa0e-9b90a2aa336b") + ) + (pin "27" + (uuid "5b337842-e481-4c39-9a70-0e850aabec6f") + ) + (pin "28" + (uuid "6364286b-f0b5-4719-a9a0-eb3bbd6fa48e") + ) + (pin "29" + (uuid "6cd5eef6-a94b-4ea5-bc57-ed07ac0c35b7") + ) + (pin "3" + (uuid "ba39d6b3-0497-4ffb-930d-c52f7e2a018a") + ) + (pin "30" + (uuid "030b133a-490a-4b87-89fa-66c6b58430e6") + ) + (pin "31" + (uuid "52fd6e61-194c-4b22-8c44-2279dcb0c2f7") + ) + (pin "32" + (uuid "82885d3f-4e64-4b33-9401-dd7493dbe518") + ) + (pin "33" + (uuid "685c0694-c48c-409f-b9e1-da2e29cb1d94") + ) + (pin "34" + (uuid "a0b7788d-041d-41a6-8c60-df9897345e9c") + ) + (pin "35" + (uuid "f1fe6819-89d2-4d3b-b0c7-111cac389098") + ) + (pin "36" + (uuid "13915a2b-3a49-40df-bd7c-34faf1297ade") + ) + (pin "37" + (uuid "e10c2459-a75c-4eda-b39c-6ff4101b4e56") + ) + (pin "38" + (uuid "aa45525f-8965-4103-ba53-015620db15c1") + ) + (pin "39" + (uuid "e4f79ca8-d63c-4821-aec9-e6ce83fece03") + ) + (pin "4" + (uuid "2db60271-e8e5-4def-ae3d-d6e19678f4e1") + ) + (pin "5" + (uuid "5bf63e8f-5a9e-4488-b912-0c0df2fbb8b9") + ) + (pin "6" + (uuid "800eebf6-a7ae-46ac-954c-5336fde8b208") + ) + (pin "7" + (uuid "746681c1-690d-4a78-b726-509a2338a254") + ) + (pin "8" + (uuid "04a43844-195f-4de6-9aec-4619d28f6efb") + ) + (pin "9" + (uuid "4e94fcd4-d759-47d2-a460-ee919e939194") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 218.44 44.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da71c46") + (property "Reference" "Q3" + (at 223.6724 43.2816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GSD" + (at 223.6724 45.593 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 223.52 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "39350276-852f-4838-8ab9-019184568870") + ) + (pin "2" + (uuid "649c6f87-9e97-445b-b5f3-35aaa1c72e1f") + ) + (pin "3" + (uuid "bf09afc7-1fc3-4278-b87c-97caa8bc14b2") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Regulator_Linear:AZ1117-3.3") + (at 74.93 35.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da730f7") + (property "Reference" "U1" + (at 74.93 29.4132 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AZ1117-3.3" + (at 74.93 31.7246 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" + (at 74.93 29.21 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.diodes.com/assets/Datasheets/AZ1117.pdf" + (at 74.93 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 74.93 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C92102" + (at 74.93 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Diodes Incorporated" + (at 218.44 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AZ1117CH-3.3TRG1" + (at 218.44 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c5b91462-0293-4595-9cc1-04193f27d6ca") + ) + (pin "2" + (uuid "c0187d96-75c2-4f14-a265-f1191a1e72ef") + ) + (pin "3" + (uuid "f3930528-4a4e-4023-8cd2-b8314b7ebf75") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 63.5 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da74db0") + (property "Reference" "C4" + (at 66.421 40.7416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 66.421 43.053 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 64.4652 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C15849" + (at 63.5 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL10A105KB8NNNC" + (at 218.44 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5d18e395-231d-4c4e-b145-cd8f100a4d37") + ) + (pin "2" + (uuid "9afd9589-1c7e-4ddc-835b-8f56abf10e11") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 50.8 35.56 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da76d9b") + (property "Reference" "D1" + (at 54.61 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 52.07 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 50.8 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 50.8 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 50.8 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at -116.84 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at -116.84 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5dee651f-f652-4017-98b8-0c19f92966b3") + ) + (pin "2" + (uuid "2d2b7b03-b369-4cfe-82c5-954927de5a8c") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 29.21 35.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da77c04") + (property "Reference" "#PWR0101" + (at 29.21 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 29.337 39.9542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 29.21 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "94211f86-4845-4a88-b8fb-35649e1de167") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 63.5 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da78857") + (property "Reference" "#PWR0102" + (at 63.5 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 63.627 52.6542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 63.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 63.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "90aa9e49-8236-43df-972a-f9f2a3eb1b9b") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0102") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 74.93 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da78c21") + (property "Reference" "#PWR0103" + (at 74.93 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 75.057 52.6542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 74.93 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 74.93 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 74.93 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "14004b5c-ea5d-4c5c-a0c8-37b97f94c804") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0103") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:USB_B_Micro") + (at 24.13 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da7925b") + (property "Reference" "J2" + (at 25.5778 55.4482 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "USB_B_Micro" + (at 25.5778 57.7596 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_USB:USB_Micro-B_Molex-105017-0001" + (at 27.94 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 27.94 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 24.13 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3253ebbb-5ca9-4b86-b20e-4865fda7f4e1") + ) + (pin "2" + (uuid "a0399def-3efd-47c0-bd5b-f7d1c6cca37e") + ) + (pin "3" + (uuid "39fef770-0271-4b9d-b377-eca0ec10c9f0") + ) + (pin "4" + (uuid "88240b4a-3f6f-4431-9b3c-ea37499c49f7") + ) + (pin "5" + (uuid "9fdb4a6c-7592-4ae0-b64d-21e221a7015c") + ) + (pin "6" + (uuid "1454f660-8c7c-4f70-93ab-f1c8483e4307") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 29.21 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da7c119") + (property "Reference" "#PWR0104" + (at 29.21 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 31.75 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 29.21 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "df24964f-493c-432a-af77-ad42cdf1244e") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0104") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 22.86 31.75 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da7dc09") + (property "Reference" "J1" + (at 22.86 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 25.4 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 22.86 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 22.86 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 22.86 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "be64d538-e280-4965-94c7-f906817b4ac9") + ) + (pin "2" + (uuid "c9569bc7-4566-4266-a2f2-50f8854f7cb8") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 50.8 41.91 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da82fba") + (property "Reference" "D2" + (at 54.61 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 52.07 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 50.8 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 50.8 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 50.8 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at -116.84 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at -116.84 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f6b0d2e0-b2a9-440e-a103-60eaf27ef5b6") + ) + (pin "2" + (uuid "720efa1f-1d04-4efc-983a-8fd2e5622eb7") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 44.45 34.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da83875") + (property "Reference" "#PWR0105" + (at 44.45 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 46.99 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 44.45 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 44.45 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 44.45 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "51959a24-23cb-449a-bef4-f80d4894458b") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0105") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 40.64 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da83ec4") + (property "Reference" "#PWR0106" + (at 40.64 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (at 41.021 36.2458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 40.64 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 40.64 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 40.64 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e7daa137-b0b1-49cc-bda1-a69ee2c5c568") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0106") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 36.83 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da84a28") + (property "Reference" "#PWR0107" + (at 36.83 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (at 37.211 56.5658 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 36.83 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 36.83 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 36.83 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "09151d66-14e5-400d-9d20-763f29522561") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0107") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 24.13 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da8556b") + (property "Reference" "#PWR0108" + (at 24.13 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 24.257 84.4042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 24.13 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 24.13 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 24.13 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cbac753f-2170-4898-af70-8e6dd2214afb") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0108") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Interface_USB:CP2104") + (at 82.55 95.25 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da8724c") + (property "Reference" "U2" + (at 69.85 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "CP2104" + (at 76.2 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" + (at 86.36 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/cp2104.pdf" + (at 68.58 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 82.55 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C47742" + (at 82.55 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "SILICON LABS" + (at 218.44 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CP2104-F03-GMR" + (at 218.44 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "da0797c6-d142-4a5b-b008-3d4d0d2550ff") + ) + (pin "10" + (uuid "5ff87081-c0a0-47ce-a04e-7b4396f38ef3") + ) + (pin "11" + (uuid "10ef5c17-5272-4e7f-89a5-ecf737e33e26") + ) + (pin "12" + (uuid "ecb56094-6b3e-4511-801e-afbe298ca102") + ) + (pin "13" + (uuid "28b3893d-db59-42a0-9c46-cef29fab5b3a") + ) + (pin "14" + (uuid "eb94e8ae-d252-44ad-9a8c-740b5c98d893") + ) + (pin "15" + (uuid "e98b95f3-e3ac-46a0-b2c5-310dc77f3348") + ) + (pin "16" + (uuid "b2ee61e9-2ecc-4e69-9c1a-3d3d2b7bee7d") + ) + (pin "17" + (uuid "dafc1dc4-5bb4-44b8-9ac9-4294aeafb743") + ) + (pin "18" + (uuid "c238ec8a-4a24-4d33-b738-1e880d8de53e") + ) + (pin "19" + (uuid "8de727f3-56ec-45a4-b885-a8373b208fac") + ) + (pin "2" + (uuid "6e22425f-043a-4276-b5da-989aa5267648") + ) + (pin "20" + (uuid "df5ef3b0-a8cc-4256-abb3-11975999116e") + ) + (pin "21" + (uuid "049fe542-f8d5-456f-91d7-a16d267f73d0") + ) + (pin "22" + (uuid "a0cf2de4-4c25-42d7-9828-38c186d8d2d1") + ) + (pin "23" + (uuid "cd169261-b377-46f4-9b38-5619229b988a") + ) + (pin "24" + (uuid "5567d721-02ce-4a6b-8cf1-81a318c6a0fd") + ) + (pin "25" + (uuid "debf45ec-e862-4f94-8c02-30d17d9a3c5d") + ) + (pin "3" + (uuid "6197b319-272c-4c95-84d1-ef5ed1afc823") + ) + (pin "4" + (uuid "c97b4061-26b7-40cc-9a5b-bee67d6f7d81") + ) + (pin "5" + (uuid "dd32f00e-5092-4d6c-a548-4e9e5b2334c1") + ) + (pin "6" + (uuid "4c1ec492-57a6-4f91-aeff-24a84fd4cbc5") + ) + (pin "7" + (uuid "9c065491-5368-4120-bddc-2e137cc6b5a5") + ) + (pin "8" + (uuid "d44addc1-ff3e-4125-acd4-327aac8d4822") + ) + (pin "9" + (uuid "164aa4ca-a071-4b0c-b8ed-b6542c4e5cf7") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 86.36 33.02 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da8ee2d") + (property "Reference" "#PWR0109" + (at 86.36 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 86.741 28.6258 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 86.36 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 86.36 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 86.36 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f5d98e2e-d011-40d1-a778-03c975103cd0") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0109") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 86.36 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da8fdae") + (property "Reference" "C5" + (at 89.281 40.7416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "22uF" + (at 89.281 43.053 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 87.3252 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 86.36 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 86.36 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C59461" + (at 86.36 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL10A226MQ8NRNC" + (at 218.44 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "26c9a61b-49de-43ad-b3c9-7b4385b6b4c9") + ) + (pin "2" + (uuid "c90d609f-ab3e-42ea-aa61-63505c96298d") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 86.36 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da90555") + (property "Reference" "#PWR0110" + (at 86.36 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 86.487 52.6542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 86.36 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 86.36 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 86.36 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "136a7b63-4a86-435b-b00a-ec07b72683ca") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0110") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 64.77 85.09 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da9155d") + (property "Reference" "#PWR0111" + (at 68.58 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (at 61.5442 84.709 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 64.77 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 64.77 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bec2a537-da51-4941-a557-c197b3df3884") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0111") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 60.96 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da935d2") + (property "Reference" "#PWR0112" + (at 60.96 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 61.341 61.6458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 60.96 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 60.96 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 60.96 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1af4526b-0294-4493-890b-f0bea20af795") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0112") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 54.61 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da94566") + (property "Reference" "C2" + (at 57.531 73.7616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1uF" + (at 57.531 76.073 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 55.5752 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 54.61 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 54.61 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C1525" + (at 54.61 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL05B104KO5NNNC" + (at 218.44 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "32f27deb-9a09-4c6e-9476-db4d8cb664d7") + ) + (pin "2" + (uuid "1f92e024-e3b2-4341-9ea4-980e15789b7f") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 48.26 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da94ac6") + (property "Reference" "C1" + (at 43.18 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 40.64 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 49.2252 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 48.26 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C52923" + (at 48.26 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL05A105KA5NQNC" + (at 218.44 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c4f5015c-71f1-4d1a-9dc5-c6fa7a782c68") + ) + (pin "2" + (uuid "a58b021d-f7f1-469a-b14f-2ccb7b1c63b4") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 48.26 81.28 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da978eb") + (property "Reference" "#PWR0113" + (at 48.26 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 48.387 85.6742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 48.26 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 48.26 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 48.26 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8db0e266-05a5-40ee-9c59-ba8876177dc4") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0113") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 59.69 119.38 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da99bae") + (property "Reference" "C3" + (at 62.611 118.2116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4.7uF" + (at 62.611 120.523 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 60.6552 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 59.69 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 59.69 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C19666" + (at 59.69 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL10A475KO8NNNC" + (at 218.44 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7d3b04a4-320f-4553-8439-d73fa101d5fc") + ) + (pin "2" + (uuid "bc89814c-c367-4ab3-b1f8-8ab344d1f1b5") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 59.69 125.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da9ac58") + (property "Reference" "#PWR0114" + (at 59.69 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 59.817 130.1242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 59.69 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 59.69 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f35c7d53-ab9b-4dc8-9697-1f8595b386f0") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0114") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 82.55 125.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da9be21") + (property "Reference" "#PWR0115" + (at 82.55 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 82.677 130.1242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 82.55 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 82.55 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 82.55 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f0d0f957-7322-4c87-a6e1-df479ad632a7") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0115") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BEC") + (at 81.28 152.4 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daa9313") + (property "Reference" "Q1" + (at 86.1314 151.2316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BEC" + (at 86.1314 153.543 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 86.36 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C2150" + (at 81.28 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 218.44 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "SS8050" + (at 218.44 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0fdb64bd-9578-4a40-bc66-cfe0fc2459e9") + ) + (pin "2" + (uuid "1a590da0-336e-4acc-9251-6dd965cfb871") + ) + (pin "3" + (uuid "db5af184-ae58-46cd-8c90-0343a787ec7c") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BEC") + (at 81.28 170.18 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daa9ad4") + (property "Reference" "Q2" + (at 86.1314 169.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BEC" + (at 86.1314 171.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 86.36 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C2150" + (at 81.28 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "SS8050" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dc47f62c-5bd1-44db-8ac8-e0f50622a023") + ) + (pin "2" + (uuid "0bd6e4dd-76a0-49a6-8f64-4fb6a1a0c386") + ) + (pin "3" + (uuid "5f1027e2-dcb9-4d76-84e8-d6b28c31d1ed") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 68.58 152.4 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daab2cf") + (property "Reference" "R1" + (at 68.58 147.1422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10kR" + (at 68.58 149.4536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 68.58 150.622 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 68.58 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 68.58 152.4 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at -39.37 302.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at -39.37 302.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "87a27a3e-e111-49e8-89f3-a1192113f4a6") + ) + (pin "2" + (uuid "2467cd61-43cf-4004-b9d0-e61706c03bea") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 68.58 170.18 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daab975") + (property "Reference" "R2" + (at 68.58 164.9222 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10kR" + (at 68.58 167.2336 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 68.58 168.402 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 68.58 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 68.58 170.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at -57.15 320.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at -57.15 320.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "08d8f225-a494-4bf9-8e5c-96c44c531b40") + ) + (pin "2" + (uuid "ea1799a6-8f53-43ed-851c-2cf6ed98ed06") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 162.56 29.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daba1c8") + (property "Reference" "#PWR0116" + (at 162.56 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 162.941 24.8158 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 162.56 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 162.56 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 162.56 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fe7c73bf-692e-47ee-abcd-445c778989fa") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0116") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 152.4 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dabc2a7") + (property "Reference" "C8" + (at 155.321 35.6616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1uF" + (at 155.321 37.973 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 153.3652 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 152.4 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 152.4 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C1525" + (at 152.4 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL05B104KO5NNNC" + (at 218.44 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "de1afcb4-cf76-4070-a66f-234dc09c531c") + ) + (pin "2" + (uuid "92bbd6c0-68c6-44d0-b1fd-ce254054ada1") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 144.78 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac014a") + (property "Reference" "C7" + (at 140.97 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 139.7 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 145.7452 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 144.78 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 144.78 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C15525" + (at 144.78 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL05A106MQ5NUNC" + (at 218.44 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "afa53507-6bf3-4925-8e4d-5a9c980ce781") + ) + (pin "2" + (uuid "8a8ed704-c44b-4c1c-8a42-19a06df2f3c3") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 144.78 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac09cc") + (property "Reference" "#PWR0117" + (at 144.78 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 144.907 47.5742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 144.78 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 144.78 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 144.78 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d8387965-647d-45ad-84fe-b8b0e9083637") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0117") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 128.27 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dacf2cb") + (property "Reference" "C6" + (at 131.191 53.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4.7uF" + (at 131.191 55.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 129.2352 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 128.27 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 128.27 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C23733" + (at 128.27 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL05A475MP5NRNC" + (at 218.44 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5e49e3a6-8643-4bac-ab03-0655787afdc5") + ) + (pin "2" + (uuid "b62e8ad9-bb27-42dc-95bd-43b459f6fa8f") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 128.27 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dad15ae") + (property "Reference" "#PWR0118" + (at 128.27 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 128.397 62.8142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 128.27 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 128.27 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 128.27 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "de32a93b-3fe9-4df0-8d64-a276ff0ba6c6") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0118") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 128.27 43.18 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dad1ab5") + (property "Reference" "R3" + (at 130.048 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 130.048 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 130.048 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 128.27 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 128.27 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 128.27 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 38.1 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 38.1 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "91763353-653f-4e2f-924b-c528e9a12d72") + ) + (pin "2" + (uuid "4312b8f2-d9cf-4c40-a4bf-bceda98222db") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 128.27 39.37 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dad452d") + (property "Reference" "#PWR0119" + (at 128.27 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 128.651 34.9758 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 128.27 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 128.27 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 128.27 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "88d4ce55-3f9f-4af7-8c7e-281ffe0acd7a") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0119") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Switch:SW_Push") + (at 120.65 55.88 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dad711a") + (property "Reference" "SW1" + (at 121.8692 54.7116 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "SW_Push" + (at 121.8692 57.023 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "footprints:TS-1187A" + (at 115.57 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 115.57 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C318888" + (at 120.65 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "XKB Connectivity" + (at 132.08 -41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "TS-1187A-C-D-B" + (at 132.08 -41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c553a983-ba7d-4d68-906f-34e25e6b7f2e") + ) + (pin "2" + (uuid "884fa2e1-b91a-45b8-a043-b1ed283291c0") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "SW1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 120.65 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dad8470") + (property "Reference" "#PWR0120" + (at 120.65 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 120.777 65.3542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 120.65 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 120.65 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cf19c741-6056-4add-8109-1af8d0a3a7d3") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0120") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 162.56 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dadac6f") + (property "Reference" "#PWR0121" + (at 162.56 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 162.687 122.5042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 162.56 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 162.56 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 162.56 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0727e21b-2dac-416a-b811-35112255a74d") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0121") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 209.55 44.45 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dae0fd2") + (property "Reference" "R4" + (at 209.55 39.1922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 209.55 41.5036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 209.55 42.672 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 209.55 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 209.55 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 209.55 44.45 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 209.55 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 209.55 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "808ff6fa-40f7-4455-a6cf-01155d735ba2") + ) + (pin "2" + (uuid "b33a5d1d-b83c-46ae-af64-735996a96851") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 220.98 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dae39c9") + (property "Reference" "#PWR0122" + (at 220.98 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 221.107 53.9242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "faaa35fe-f0b3-4907-8e09-92b675352145") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0122") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 227.33 34.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dae44ca") + (property "Reference" "J3" + (at 226.06 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 223.52 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 227.33 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 227.33 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 227.33 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f5d5bd4a-108f-418f-8859-779e2f50ba63") + ) + (pin "2" + (uuid "6fff8b17-b295-4284-afed-17a882972a63") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 220.98 27.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dae6c67") + (property "Reference" "#PWR0123" + (at 220.98 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 223.52 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a691322a-023d-4e16-8ced-4efab4498dbb") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0123") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 215.9 34.29 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daea638") + (property "Reference" "D3" + (at 214.63 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 218.44 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 215.9 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 215.9 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 215.9 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 226.06 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 226.06 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "42edff56-84c1-47bf-a5b6-31a91378999a") + ) + (pin "2" + (uuid "d2389119-bcaa-41f0-ab35-6e53b3c8f60b") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 255.27 44.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db0428e") + (property "Reference" "Q7" + (at 260.5024 43.2816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 260.5024 45.593 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 260.35 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 255.27 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 255.27 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 255.27 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "13f8f043-2ef5-44c2-a537-7001496348f6") + ) + (pin "2" + (uuid "13d8277c-55e8-43d8-8d4e-a2f396466437") + ) + (pin "3" + (uuid "5796774c-ec21-45b9-a18c-d89cb4a62a8d") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 246.38 44.45 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db04295") + (property "Reference" "R8" + (at 246.38 39.1922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 246.38 41.5036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 246.38 42.672 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 246.38 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 246.38 44.45 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 246.38 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 246.38 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a160516d-511f-4b55-90e7-16d706552132") + ) + (pin "2" + (uuid "68ec3b04-e2b7-4bd6-a6a5-46c668a8338c") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 257.81 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db0429b") + (property "Reference" "#PWR0124" + (at 257.81 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 257.937 53.9242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "030df9e4-a8da-45d3-8336-6f0a69bd7b15") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0124") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 264.16 34.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db042a1") + (property "Reference" "J7" + (at 262.89 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 260.35 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 264.16 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 264.16 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e6e0c7d9-b60e-428e-98c9-4f7b34f60388") + ) + (pin "2" + (uuid "18775207-2e19-4046-9652-0a609e0f1f5d") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 257.81 27.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db042a8") + (property "Reference" "#PWR0125" + (at 257.81 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 260.35 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "100c0df4-6d3a-47f6-a490-b18fa5b7cc86") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0125") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 218.44 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b01") + (property "Reference" "Q4" + (at 223.6724 76.3016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 223.6724 78.613 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 223.52 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 218.44 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 218.44 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5bfe642d-13d0-485f-b259-218745996593") + ) + (pin "2" + (uuid "89b53105-62d0-4ba5-a4c2-839fb0632144") + ) + (pin "3" + (uuid "77ba433e-3940-4864-82e2-e016c567f196") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 209.55 77.47 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b0c") + (property "Reference" "R5" + (at 209.55 72.2122 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 209.55 74.5236 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 209.55 75.692 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 209.55 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 209.55 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 209.55 77.47 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 176.53 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 176.53 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5f95777e-7da0-47dd-9276-f3c3694317f8") + ) + (pin "2" + (uuid "8b09720c-6960-4ed0-85fd-74aab83c85dc") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 220.98 82.55 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b16") + (property "Reference" "#PWR0126" + (at 220.98 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 221.107 86.9442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5025a6d3-b1c3-40e3-a61b-14d69fe8cfa7") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0126") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 227.33 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b20") + (property "Reference" "J4" + (at 226.06 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 223.52 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 227.33 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 227.33 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 227.33 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "badb13f3-3d00-4ded-8945-2cb3eefd0f0b") + ) + (pin "2" + (uuid "ae12a8a8-759f-4193-8373-81f1b3a26e8d") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 220.98 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b2b") + (property "Reference" "#PWR0127" + (at 220.98 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 223.52 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6c2134cf-676b-40c6-bc5e-ddb602e5a37c") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0127") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 255.27 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b4a") + (property "Reference" "Q8" + (at 260.5024 76.3016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 260.5024 78.613 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 260.35 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 255.27 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 255.27 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 255.27 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "48e68ab1-b9b5-4b54-b543-c490097a7a16") + ) + (pin "2" + (uuid "01d1e746-995a-4574-acd0-5c66fe83ac17") + ) + (pin "3" + (uuid "a50a9577-803a-4902-9979-2975cd0af7c9") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 246.38 77.47 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b55") + (property "Reference" "R9" + (at 246.38 72.2122 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 246.38 74.5236 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 246.38 75.692 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 246.38 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 246.38 77.47 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 213.36 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 213.36 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "855c98fd-6e66-4fc3-bce0-c9b8c954024c") + ) + (pin "2" + (uuid "8cfd6c77-b73a-48d8-bcbe-52bc42766614") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 257.81 82.55 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b5f") + (property "Reference" "#PWR0128" + (at 257.81 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 257.937 86.9442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f82ca989-24da-40ef-b843-d30e2251c548") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0128") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 264.16 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b69") + (property "Reference" "J8" + (at 262.89 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 260.35 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 264.16 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 264.16 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4ad5f6bc-6ae6-4e1c-8525-1e31a01a7930") + ) + (pin "2" + (uuid "4386a920-ca14-4228-be82-c1ae7f837344") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 257.81 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b74") + (property "Reference" "#PWR0129" + (at 257.81 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 260.35 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9bf26ce8-85b8-48f2-ae23-62234e353867") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0129") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 218.44 113.03 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1afff") + (property "Reference" "Q5" + (at 223.6724 111.8616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 223.6724 114.173 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 223.52 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 218.44 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 218.44 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "59d62f48-7899-47f6-9f51-d0b8f1fb6b24") + ) + (pin "2" + (uuid "64e7c54b-9b92-4a6a-a679-20dd32a9632c") + ) + (pin "3" + (uuid "8da592ec-c6ff-44a1-859b-47a846bbb814") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 209.55 113.03 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b006") + (property "Reference" "R6" + (at 209.55 107.7722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 209.55 110.0836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 209.55 111.252 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 209.55 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 209.55 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 209.55 113.03 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 140.97 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 140.97 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "68c242f5-61b7-4bd4-991f-0ab92400d5e1") + ) + (pin "2" + (uuid "18388435-895b-413b-8c09-a6a8f798fbe2") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 220.98 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b00c") + (property "Reference" "#PWR0130" + (at 220.98 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 221.107 122.5042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ae7293b0-b24e-43c3-aae7-0f4779861581") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0130") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 227.33 102.87 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b012") + (property "Reference" "J5" + (at 226.06 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 223.52 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 227.33 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 227.33 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 227.33 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c9dea917-5f69-4194-9325-4b8d50a6f2ad") + ) + (pin "2" + (uuid "0087d6f7-ea61-4a08-aeaa-494250451966") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 220.98 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b019") + (property "Reference" "#PWR0131" + (at 220.98 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 223.52 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "043f7163-bb0e-4e7b-aa97-7b49aaa2d718") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0131") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 255.27 113.03 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b030") + (property "Reference" "Q9" + (at 260.5024 111.8616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 260.5024 114.173 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 260.35 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 255.27 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 255.27 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 255.27 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c0e094e7-e914-49f9-8ecb-395e700ef0f9") + ) + (pin "2" + (uuid "a42ced2a-4e0a-46f9-b792-daed194958b6") + ) + (pin "3" + (uuid "100d5434-53f7-4127-a7f3-d103e54066a9") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 246.38 113.03 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b037") + (property "Reference" "R10" + (at 246.38 107.7722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 246.38 110.0836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 246.38 111.252 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 246.38 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 246.38 113.03 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 177.8 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 177.8 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c1da895c-cef7-4def-9708-14d91abc9f42") + ) + (pin "2" + (uuid "522c2f33-eb95-4057-9f3c-dd7831509fbc") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 257.81 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b03d") + (property "Reference" "#PWR0132" + (at 257.81 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 257.937 122.5042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3adc957d-abba-4899-8afd-059e1885447c") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0132") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 264.16 102.87 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b043") + (property "Reference" "J9" + (at 262.89 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 260.35 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 264.16 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 264.16 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0570f51b-f435-4115-b377-e4b597e4680a") + ) + (pin "2" + (uuid "cccfb26b-6de0-4db5-bc0b-a84cae00e477") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 257.81 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b04a") + (property "Reference" "#PWR0133" + (at 257.81 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 260.35 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c2ef612c-2c87-415e-8c56-59340bc4a17f") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0133") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 218.44 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b061") + (property "Reference" "Q6" + (at 223.6724 144.8816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 223.6724 147.193 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 223.52 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 218.44 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 218.44 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8c7661a3-1cf3-4ce2-b22f-1960844cb968") + ) + (pin "2" + (uuid "f3ebfeb7-6ed6-4389-8d0d-dbe1b86a1987") + ) + (pin "3" + (uuid "a5ee59ed-a32d-4115-b659-b91670558b51") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 209.55 146.05 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b068") + (property "Reference" "R7" + (at 209.55 140.7922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 209.55 143.1036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 209.55 144.272 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 209.55 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 209.55 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 209.55 146.05 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 107.95 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 107.95 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7f52b226-d041-4455-8619-ed92acec4a59") + ) + (pin "2" + (uuid "b8ec75be-0053-4b95-a156-a0d708b5092f") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 220.98 151.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b06e") + (property "Reference" "#PWR0134" + (at 220.98 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 221.107 155.5242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a61f1769-6e4f-4abe-b5f3-a8f97fcf9877") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0134") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 227.33 135.89 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b074") + (property "Reference" "J6" + (at 226.06 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 223.52 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 227.33 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 227.33 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 227.33 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "858522e3-c1f7-467f-814a-dad3f3ca371d") + ) + (pin "2" + (uuid "4ee2547b-dbde-47a5-8440-4c88fcdc74bf") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 220.98 129.54 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b07b") + (property "Reference" "#PWR0135" + (at 220.98 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 223.52 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "db59c64e-8b56-4737-b38b-b60f9011ca31") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0135") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 255.27 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b092") + (property "Reference" "Q10" + (at 260.5024 144.8816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 260.5024 147.193 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 260.35 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 255.27 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 255.27 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 255.27 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3da426a9-d467-44e7-9a0d-d28f5f22ddf8") + ) + (pin "2" + (uuid "ca870ce2-43ec-44b5-bf38-2eeb442fbf76") + ) + (pin "3" + (uuid "cd8226e0-a6bc-45cd-9c50-e74e92e2c36b") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 246.38 146.05 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b099") + (property "Reference" "R11" + (at 246.38 140.7922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 246.38 143.1036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 246.38 144.272 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 246.38 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 246.38 146.05 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 144.78 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 144.78 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cffb55aa-3c4c-4114-83ee-d031150efea5") + ) + (pin "2" + (uuid "c0306822-8654-44d8-9a32-6bf0ff537ee4") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 257.81 151.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b09f") + (property "Reference" "#PWR0136" + (at 257.81 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 257.937 155.5242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e9ca123f-b438-4d3d-8a5b-8a035b0c3121") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0136") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 264.16 135.89 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b0a5") + (property "Reference" "J10" + (at 262.89 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 260.35 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 264.16 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 264.16 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "11debd19-76fc-4c16-870b-33d6dd62a2e5") + ) + (pin "2" + (uuid "9d159fa7-ba62-43fd-995a-a5b3b530999b") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 257.81 129.54 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b0ac") + (property "Reference" "#PWR0137" + (at 257.81 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 260.35 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f9ebcb16-da66-45e3-aaf8-faaa9947625d") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0137") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 252.73 34.29 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db73e76") + (property "Reference" "D7" + (at 251.46 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 255.27 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 252.73 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 252.73 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 252.73 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 252.73 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 262.89 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 262.89 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d844b3b1-5ecd-4c70-aa96-112f0899f585") + ) + (pin "2" + (uuid "9e37f993-417d-4daf-a341-38de2b4a2412") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 215.9 67.31 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db744f3") + (property "Reference" "D4" + (at 214.63 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 218.44 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 215.9 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 215.9 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 215.9 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 193.04 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 193.04 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ae8ffd1e-be1d-4f41-b4e2-0842fe0cb899") + ) + (pin "2" + (uuid "c3bba044-56b1-421b-aeb0-56bfa66af827") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 252.73 67.31 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db74c2e") + (property "Reference" "D8" + (at 251.46 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 255.27 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 252.73 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 252.73 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 252.73 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 252.73 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 229.87 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 229.87 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a58537b7-8a22-4648-9d26-5ed1d6ca56c8") + ) + (pin "2" + (uuid "34344b55-e12a-4d1e-91b0-e12111716a78") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 215.9 102.87 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db7516b") + (property "Reference" "D5" + (at 214.63 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 218.44 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 215.9 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 215.9 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 215.9 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 157.48 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 157.48 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b52a3d17-7fad-4dd0-ba43-f795c2c1ea1a") + ) + (pin "2" + (uuid "12bf53a6-1175-47b5-b6a7-7bdc2e2d92ef") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 252.73 102.87 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db759c6") + (property "Reference" "D9" + (at 251.46 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 255.27 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 252.73 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 252.73 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 252.73 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 252.73 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 194.31 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 194.31 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "28662ed3-a215-401f-9ecf-76f547f48d03") + ) + (pin "2" + (uuid "1bd3d3cb-4213-451f-9eb7-e5e5f62bede6") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 252.73 135.89 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db75cdb") + (property "Reference" "D10" + (at 251.46 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 255.27 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 252.73 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 252.73 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 252.73 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 252.73 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 161.29 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 161.29 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "249a1a0b-52d8-48f3-9059-65666187508e") + ) + (pin "2" + (uuid "3f36d5b5-31ab-4ee5-820a-129da88a74ab") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 215.9 135.89 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db7625a") + (property "Reference" "D6" + (at 214.63 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 218.44 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 215.9 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 215.9 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 215.9 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 124.46 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 124.46 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "492952d6-6816-4d8e-b4fe-14022cc5943d") + ) + (pin "2" + (uuid "cc269e33-056f-4019-90fe-c6d021b8723d") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 204.47 49.53 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc11a04") + (property "Reference" "R17" + (at 206.248 48.3616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 206.248 50.673 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 206.248 49.53 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 204.47 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 204.47 49.53 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "46d673fa-7d14-485b-bda3-226d8f11fd24") + ) + (pin "2" + (uuid "0c2c8e0c-d234-436d-a495-a5bc990ba6c6") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 204.47 53.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc1f3e3") + (property "Reference" "#PWR05" + (at 204.47 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 204.597 57.7342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 204.47 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 204.47 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bb72a5de-a4d7-4bcd-809f-713c952ea92c") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 241.3 49.53 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc1f7ef") + (property "Reference" "R21" + (at 243.078 48.3616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 243.078 50.673 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 243.078 49.53 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 241.3 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 241.3 49.53 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5be2eb2b-aec8-43c2-b28d-16735c3972c3") + ) + (pin "2" + (uuid "6e224f0d-0847-4515-83b3-1bfccf917542") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 53.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc1f7fd") + (property "Reference" "#PWR09" + (at 241.3 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 241.427 57.7342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 241.3 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0db40f29-2f12-4397-beb7-8d8016aa3d5a") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 204.47 82.55 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc2cc35") + (property "Reference" "R18" + (at 206.248 81.3816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 206.248 83.693 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 206.248 82.55 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 204.47 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 204.47 82.55 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d93f8d48-725f-4bd1-af51-62e6ca366789") + ) + (pin "2" + (uuid "46a94e09-310a-4d7f-bd58-f90b8a0b81d3") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 204.47 86.36 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc2cc3f") + (property "Reference" "#PWR06" + (at 204.47 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 204.597 90.7542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 204.47 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 204.47 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dc597b10-1e93-4a25-8b88-e3ec826365d0") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 241.3 82.55 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc350ea") + (property "Reference" "R22" + (at 243.078 81.3816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 243.078 83.693 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 243.078 82.55 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 241.3 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 241.3 82.55 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7fdd2226-4922-4d9d-b794-2e6fa8de7b92") + ) + (pin "2" + (uuid "233b8d35-6c4a-44f1-93d6-073026fefaa8") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 86.36 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc350f4") + (property "Reference" "#PWR010" + (at 241.3 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 241.427 90.7542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 241.3 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0b16abe1-cd72-4551-a699-51f6ab72bb57") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 204.47 118.11 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc3c60f") + (property "Reference" "R19" + (at 206.248 116.9416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 206.248 119.253 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 206.248 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 204.47 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 204.47 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c3c3bfe7-2269-4112-9a24-81b5b0cf2718") + ) + (pin "2" + (uuid "69f0170a-0889-4e06-82b6-6982b4e3b4f6") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 204.47 121.92 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc3c619") + (property "Reference" "#PWR07" + (at 204.47 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 204.597 126.3142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 204.47 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 204.47 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "52cd396c-a5f4-409a-8caa-a8bf7ae225e5") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 241.3 118.11 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc44260") + (property "Reference" "R23" + (at 243.078 116.9416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 243.078 119.253 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 243.078 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 241.3 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 241.3 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b0c66c8f-bdb1-429b-9ee7-37da1b45cb3d") + ) + (pin "2" + (uuid "08b5c67b-ce4a-478b-bbc8-55f135da1414") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R23") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 121.92 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc4426a") + (property "Reference" "#PWR011" + (at 241.3 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 241.427 126.3142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 241.3 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "163b9e02-3cc0-43b2-9f19-59ee3ab10272") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 204.47 151.13 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc4c346") + (property "Reference" "R20" + (at 206.248 149.9616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 206.248 152.273 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 206.248 151.13 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 204.47 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 204.47 151.13 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c49392f2-4df2-429e-8135-5c21c5e1382c") + ) + (pin "2" + (uuid "14868266-95a8-4f91-91ac-658e6ee6b265") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 204.47 154.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc4c350") + (property "Reference" "#PWR08" + (at 204.47 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 204.597 159.3342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 204.47 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 204.47 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "02a1641e-ae45-4799-9f89-87c804222e8f") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 241.3 151.13 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc54548") + (property "Reference" "R24" + (at 243.078 149.9616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 243.078 152.273 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 243.078 151.13 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 241.3 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 241.3 151.13 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1086d2ba-5519-4cfc-8b49-c96844086266") + ) + (pin "2" + (uuid "7733dc63-e152-48c3-9123-283e7e6e4b0e") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R24") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 154.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc54552") + (property "Reference" "#PWR012" + (at 241.3 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 241.427 159.3342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 241.3 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "26dd9b52-c9a4-4ba1-a13a-7c9b892a4364") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 22.86 45.72 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc623b0") + (property "Reference" "J11" + (at 22.86 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 25.4 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 22.86 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 22.86 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 22.86 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e838fc6e-5348-4f97-836c-9e53288e13d5") + ) + (pin "2" + (uuid "ce28a845-1c13-4227-a7d3-2524bc0751a8") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 29.21 44.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc62974") + (property "Reference" "#PWR0138" + (at 29.21 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 31.75 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 29.21 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "498bd9b2-2488-46a2-bb60-52e5e1de7533") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0138") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 29.21 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc62e24") + (property "Reference" "#PWR0139" + (at 29.21 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 29.337 53.9242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 29.21 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9d38ff80-e3d1-41fa-a1a3-003c0e1f73aa") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0139") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x03") + (at 161.29 147.32 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc76b3b") + (property "Reference" "J12" + (at 163.322 146.2532 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x03" + (at 163.322 148.5646 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_JST:JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical" + (at 161.29 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 161.29 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3ee3c391-5e30-40c7-b418-ff2cfeb8d393") + ) + (pin "2" + (uuid "c4433478-32e3-474c-b9aa-32c18a407658") + ) + (pin "3" + (uuid "31973bd3-1fd5-4adf-8705-487675d9f270") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 156.21 149.86 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc9730f") + (property "Reference" "#PWR0142" + (at 156.21 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 156.337 154.2542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 156.21 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 156.21 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 156.21 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2b7b84cf-39fb-4246-99c7-76a634e84575") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0142") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 156.21 144.78 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dcad53d") + (property "Reference" "#PWR0140" + (at 156.21 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 158.75 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 156.21 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 156.21 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 156.21 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1cb9c272-c2d3-469e-a4c6-bbbea1d506f0") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0140") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 154.94 162.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dce22e8") + (property "Reference" "H1" + (at 157.48 161.3916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 157.48 163.703 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" + (at 154.94 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 154.94 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 154.94 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 154.94 167.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dce2a46") + (property "Reference" "H2" + (at 157.48 166.4716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 157.48 168.783 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" + (at 154.94 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 154.94 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 154.94 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 154.94 172.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dce2d5d") + (property "Reference" "H3" + (at 157.48 171.5516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 157.48 173.863 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" + (at 154.94 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 154.94 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 154.94 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 154.94 177.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dce2f26") + (property "Reference" "H4" + (at 157.48 176.6316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 157.48 178.943 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" + (at 154.94 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 154.94 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 154.94 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_Small") + (at 113.03 154.94 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd27ac2") + (property "Reference" "D11" + (at 114.7572 153.7716 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Green" + (at 114.7572 156.083 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" + (at 113.03 154.94 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 113.03 154.94 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 113.03 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C72043" + (at 113.03 154.94 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Everlight Elec" + (at 223.52 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "19-217/GHC-YR1S2/3T" + (at 223.52 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "40742026-ea4c-43e3-8e94-6eac2f43017c") + ) + (pin "2" + (uuid "fef70a5f-33ea-4d87-9da3-13500f089d74") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_Small") + (at 130.81 154.94 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd28df2") + (property "Reference" "D13" + (at 132.5372 153.7716 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Red" + (at 132.5372 156.083 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" + (at 130.81 154.94 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 130.81 154.94 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 130.81 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C2286" + (at 130.81 154.94 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "699a9092-facd-4b9b-b33d-914632180029") + ) + (pin "2" + (uuid "5c92880d-75cd-45c8-8f01-b5de017c1137") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_Small") + (at 121.92 154.94 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd29529") + (property "Reference" "D12" + (at 123.6472 153.7716 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Green" + (at 123.6472 156.083 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" + (at 121.92 154.94 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 121.92 154.94 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 121.92 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C72043" + (at 121.92 154.94 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Everlight Elec" + (at 232.41 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "19-217/GHC-YR1S2/3T" + (at 232.41 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8c0e4431-d046-4b5e-9ce8-a6b36911dcf3") + ) + (pin "2" + (uuid "940b990c-41a5-43c7-8b41-88f625fb6c7b") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 121.92 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd2a7f4") + (property "Reference" "R13" + (at 123.698 144.8816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47R" + (at 123.698 147.193 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 120.142 146.05 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 121.92 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 121.92 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25118" + (at 121.92 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF470JTCE" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "80ca1a4e-2078-444c-acdb-3aecce2c8de9") + ) + (pin "2" + (uuid "34f95694-b437-44d8-aa35-c7d295f1b93d") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_Small") + (at 138.43 154.94 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd2b4eb") + (property "Reference" "D14" + (at 140.1572 153.7716 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Red" + (at 140.1572 156.083 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" + (at 138.43 154.94 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 138.43 154.94 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 138.43 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C2286" + (at 138.43 154.94 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "06140a8e-ccbb-44fa-a8d8-4709cf1ae528") + ) + (pin "2" + (uuid "0ce6d2d5-61bb-40fd-b9a3-c060b1a7ec1c") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "D14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 130.81 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd2c183") + (property "Reference" "R14" + (at 132.588 144.8816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "150R" + (at 132.588 147.193 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 129.032 146.05 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 130.81 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 130.81 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25082" + (at 130.81 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1500TCE" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f20b2654-0424-4c49-9857-f83b37957c4e") + ) + (pin "2" + (uuid "748ccc11-509f-46bc-8dfc-60e858bb4168") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 138.43 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd2c5c3") + (property "Reference" "R15" + (at 140.208 144.8816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "150R" + (at 140.208 147.193 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 136.652 146.05 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 138.43 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 138.43 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25082" + (at 138.43 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1500TCE" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2dc3e3f9-4b13-4051-a201-8af13b42920c") + ) + (pin "2" + (uuid "6830b686-8f65-40d0-b5bd-b76565b8812f") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 138.43 157.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd44c94") + (property "Reference" "#PWR04" + (at 138.43 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 138.557 161.8742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 138.43 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 138.43 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 138.43 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d8223ae3-1180-42fa-9a62-c897b696411e") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 130.81 157.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd45093") + (property "Reference" "#PWR03" + (at 130.81 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 130.937 161.8742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 130.81 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 130.81 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 130.81 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5b870291-967e-4c9e-8b0f-1f856af9254b") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 121.92 157.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd452cb") + (property "Reference" "#PWR02" + (at 121.92 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 122.047 161.8742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 121.92 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 121.92 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 121.92 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2fd1c6ba-7093-4680-90a4-39953aef027d") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 113.03 157.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd45560") + (property "Reference" "#PWR01" + (at 113.03 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 113.157 161.8742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 113.03 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 113.03 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 113.03 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "665eebfd-d740-470d-8c32-54e6ae92923c") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 113.03 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd4c0dd") + (property "Reference" "R12" + (at 114.808 144.8816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47R" + (at 114.808 147.193 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 111.252 146.05 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 113.03 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 113.03 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25118" + (at 113.03 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Everlight Elec" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "19-217/GHC-YR1S2/3T" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7f52de80-a092-477d-9369-506458685522") + ) + (pin "2" + (uuid "4bdebde4-70c5-4275-be6c-6a0928e938ce") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Sensor:DHT11") + (at 120.65 180.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddc2bf4") + (property "Reference" "U4" + (at 114.4524 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "DHT11" + (at 114.4524 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Sensor:Aosong_DHT11_5.5x12.0_P2.54mm" + (at 120.65 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://akizukidenshi.com/download/ds/aosong/DHT11.pdf" + (at 124.46 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0b7f5f29-b481-4a67-96e9-365200a7abd4") + ) + (pin "2" + (uuid "9548552b-9f61-4952-9af2-3aaf42b407dc") + ) + (pin "3" + (uuid "41bca582-eb59-4799-bbdc-84ce308dfda2") + ) + (pin "4" + (uuid "55974a80-eb08-4939-b8d4-c9ea5275a5e6") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 120.65 172.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddc4230") + (property "Reference" "#PWR0141" + (at 120.65 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 121.031 168.3258 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 120.65 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 120.65 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "be5a80ee-62fc-435a-976f-e86527130724") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0141") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 120.65 187.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddc5143") + (property "Reference" "#PWR0143" + (at 120.65 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 120.777 192.3542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 120.65 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 120.65 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a4d9f360-87e2-4672-ae25-064b276a60af") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0143") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 130.81 175.26 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddecba7") + (property "Reference" "R16" + (at 132.588 174.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 132.588 176.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 132.588 175.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 130.81 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 130.81 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 130.81 175.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 43.18 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 43.18 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a623e734-9c31-4e69-a8ba-44e961e24e78") + ) + (pin "2" + (uuid "bd5442e1-5435-4f9a-912d-c4c57d3d0ee4") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 130.81 171.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddfc007") + (property "Reference" "#PWR0144" + (at 130.81 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 131.191 167.0558 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 130.81 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 130.81 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 130.81 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fa4821db-3cce-429f-a912-f672bf624ff8") + ) + (instances + (project "light_control" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0144") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/light_control_diff.kicad_pcb b/tests/board_samples/kicad_8/light_control_diff.kicad_pcb index e248e83db..347d693dd 100644 --- a/tests/board_samples/kicad_8/light_control_diff.kicad_pcb +++ b/tests/board_samples/kicad_8/light_control_diff.kicad_pcb @@ -1,9499 +1,25857 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (date "2021-12-03") - (comment 4 "@Comment4@") - ) - - (layers - (0 "F.Cu" signal) - (1 "In1.Cu" power) - (2 "In2.Cu" power) - (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) - ) - - (setup - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (aux_axis_origin 102 102) - (pcbplotparams - (layerselection 0x00210f8_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "fab/") - ) - ) - - (net 0 "") - (net 1 "GND") - (net 2 "+3V3") - (net 3 "Net-(C3-Pad1)") - (net 4 "Net-(C4-Pad1)") - (net 5 "/EN") - (net 6 "VCC") - (net 7 "VBUS") - (net 8 "/USB_RTS") - (net 9 "Net-(Q1-Pad1)") - (net 10 "/IO0") - (net 11 "/USB_DTR") - (net 12 "Net-(Q2-Pad1)") - (net 13 "/USB_TX") - (net 14 "/USB_RX") - (net 15 "/USB_DM") - (net 16 "/USB_DP") - (net 17 "Net-(D3-Pad2)") - (net 18 "Net-(D4-Pad2)") - (net 19 "Net-(D5-Pad2)") - (net 20 "Net-(D6-Pad2)") - (net 21 "Net-(D7-Pad2)") - (net 22 "Net-(D8-Pad2)") - (net 23 "Net-(D9-Pad2)") - (net 24 "Net-(D10-Pad2)") - (net 25 "Net-(Q3-Pad1)") - (net 26 "Net-(Q4-Pad1)") - (net 27 "Net-(Q5-Pad1)") - (net 28 "Net-(Q6-Pad1)") - (net 29 "Net-(Q7-Pad1)") - (net 30 "Net-(Q8-Pad1)") - (net 31 "Net-(Q9-Pad1)") - (net 32 "Net-(Q10-Pad1)") - (net 33 "/PIR_A") - (net 34 "/CH_1") - (net 35 "/CH_3") - (net 36 "/CH_5") - (net 37 "/CH_7") - (net 38 "/CH_2") - (net 39 "/CH_4") - (net 40 "/CH_6") - (net 41 "/CH_8") - (net 42 "Net-(D11-Pad2)") - (net 43 "Net-(D12-Pad2)") - (net 44 "Net-(D13-Pad2)") - (net 45 "Net-(D14-Pad2)") - (net 46 "/LED1") - (net 47 "/LED2") - (net 48 "/LED3") - (net 49 "/LED4") - (net 50 "/DHT_IO") - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da29fe3) - (at 111.2 69.85 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005da94ac6") - (attr smd) - (fp_text reference "C1" (at 1.75 -0.456 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2d336036-10de-4404-9c27-22864b7f0d79) - ) - (fp_text value "1uF" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b36d6001-ccec-4236-98eb-f724f34e6c96) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 8c0473dd-2bcc-49da-846b-d0183b4e788b) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c17a365b-16be-4c49-8913-a0a8bb399da3)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a5736b6-91d3-4c86-8eca-4a47d2a8bdec)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ead87eb-22df-4165-9eaa-62633ca3402a)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a7f95238-075c-4897-89d9-10719dcc258b)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88b63b4a-6b2f-4a96-b58b-65461de13458)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ee80479-d535-4823-83cf-3bb6254a9c3f)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81c7a8b7-4620-46c9-a014-7a45b9480506)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d04d9a04-1193-4570-a45c-87f146895dea)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 77cde811-eccd-4291-9597-1d12a762cf05)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp b0278126-7f7a-459e-bcbb-935199061f7e)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da29ff2) - (at 112.2 69.85 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005da94566") - (attr smd) - (fp_text reference "C2" (at 0.65 -2.3 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 83d5d0b8-a271-4f43-8cf4-48da88331114) - ) - (fp_text value "0.1uF" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6e185f72-1464-45c4-a898-dfafbaaddce6) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp ab9b619d-484a-4761-b515-7c6d7d080f4c) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e1695e87-40c9-43cf-80d4-c511f2faf1db)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5716e23d-8f32-4637-a2c0-b8c289cb3d82)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a3e25d76-9b42-47e1-bf81-cf3909680084)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 240eaed1-e854-4fd2-b652-201e9e8681a1)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 908c1b12-de9f-42dc-9399-2eb8ba05e525)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac7bbe5c-805a-47e6-bcd9-9c14abe6d6b1)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35422975-a08a-4842-a6e1-40dd747bb46e)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ec4b64b-c3af-45d2-94db-cc690438c336)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp f38f872e-811d-429d-a7f6-ea372a3159ce)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp e99d89c5-269e-4edd-9046-0ead2b5465ae)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a003) - (at 117.602 66.2685 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005da99bae") - (attr smd) - (fp_text reference "C3" (at 0 -1.43 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 17ab8f85-d6e9-48d7-ab26-02eb0cd73827) - ) - (fp_text value "4.7uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 273f4244-cae8-4fbf-8c6e-5b1c93dfcd34) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 25636535-6cc6-4c26-ac65-fc82e59f282f) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 301b6fe5-836a-47d9-a8ed-642dae9355a5)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9382eb70-2056-4ce2-a221-3772a1993093)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 25255bba-29a7-4563-9e15-9f7a968865e9)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6706726e-bf87-4568-ae62-9341ec822550)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5fc6b76-14f3-4e24-a414-ff1749b18ce1)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0942b8fd-6270-4b8e-839f-5ca5c493300d)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb06d3a5-77b0-427f-a5e6-9d13f9df34ba)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75277303-c81a-4de4-93ae-30c50456bf3f)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97659cdd-b71c-4a9f-8497-433ed0107553)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5b4269a-51e3-4afa-b951-09baaeb7b1b1)) - (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C3-Pad1)") (tstamp 78fbad1b-e3a2-4a27-aa5d-d2e6db8ae9e7)) - (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 774deeb2-e92b-4aeb-81a9-425b6e0b67dc)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a014) - (at 118.6 81.3 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005da74db0") - (attr smd) - (fp_text reference "C4" (at 2.286 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f5e63b28-28fe-4d74-93ca-cba6063d2522) - ) - (fp_text value "1uF" (at 0 1.43 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 52134ed8-76b1-49e0-96c8-c22d9a84f40b) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 0d69032c-512c-479f-a757-429a460502d8) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 53b6f4e7-c8b6-4a40-add0-4c89aeaad6cb)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f3e6a65-055d-4a2b-a9d3-64f688fa7e32)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8c0c97b-af22-4ae8-8bc6-b0b2b1284340)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d6e77cb-4b80-4cee-a891-4be5b22bb8d3)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd82f888-283b-4618-a0b9-a3a6bcf67f5f)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3f88f20-b3a1-4189-b235-ef6d813deb57)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 864807ff-d864-40c2-b1c3-c02cee67a6bd)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c977240-bea5-4e00-998b-19da23a305e6)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 330a2624-750a-4157-b2ac-ab6d9c4a01fd)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8af96ef-7c6f-4ad8-91d5-9df50e6f2254)) - (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "Net-(C4-Pad1)") (tstamp 4a8af61a-98cd-4748-865f-4c41dea1e947)) - (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 5fd4be48-ed46-4c0c-ae40-a2907b80dd70)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a025) - (at 117.6 71.3 180) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005da8fdae") - (attr smd) - (fp_text reference "C5" (at 0 1.3) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5e63c044-a3ce-4af6-9e1e-592f67e4d026) - ) - (fp_text value "22uF" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 90fa8f9e-2363-406e-beb4-a42e9c7e1c9d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 6f5fe234-bf87-4807-ab2f-9ca6c532c81c) - ) - (fp_line (start -0.162779 -0.51) (end 0.162779 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6fc99f1b-b415-4f37-9c02-11052f9e6fc2)) - (fp_line (start -0.162779 0.51) (end 0.162779 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ddb3acb9-b272-494a-b305-000762378ee7)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33b646c9-9c16-4718-b6a9-ae0c483fd17b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 532479e0-c16a-46b5-9b80-bb9d6416dfb9)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fbce6929-59d9-4720-ab8d-5bbbeea2ec86)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea7eaf89-6272-43d0-ae49-d5bb8458fdb3)) - (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4df1dc70-b409-4599-b587-036daa928d9c)) - (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8706159f-cf96-4d18-8690-1a97fa81102f)) - (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0fd01342-b63a-4797-9e29-f88f90882a14)) - (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aec63574-bbd6-4b81-a174-cd4bad5a0883)) - (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 7ddb6849-2503-4e9f-8d41-ad15004ce2f3)) - (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 9d03d9a5-2842-4d76-903a-fc56cb152133)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a052) - (at 122.936 62.738 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dabc2a7") - (attr smd) - (fp_text reference "C8" (at 0 1.016 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b00e55d-87b1-44f3-b55f-fe6deba5a677) - ) - (fp_text value "0.1uF" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c76754b9-256f-4766-a536-854eb77e9ef9) - ) - (fp_text user "${REFERENCE}" (at -0.5 -0.25 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp c3c03e26-efc3-4bbd-a929-e5e772569f81) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8bd1324-9335-4aac-b428-fa9c2dd076e3)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 687e3fab-ae7d-4bb0-af6f-aa45d297bb8c)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6390e82c-0118-4613-aaa4-1df7673b49ac)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b644aff-d8fb-4972-9569-4d4cec56875a)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc3a9048-7b67-4011-a94a-e54571fab523)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bb486937-8316-4d8a-9812-05936bb53367)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e21621d8-c415-4102-8956-b8dedcf0686f)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d114503b-1aa2-41bd-a102-435f48c853ba)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 353db69c-0146-4aff-9828-12f45d35f586)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 53ca7e35-d6c3-470d-a9d3-b73804a88093)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a06a) - (at 115.3 81 180) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005da76d9b") - (attr smd) - (fp_text reference "D1" (at 0 -2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c8838bce-1c41-4761-b39b-41a41791d3b2) - ) - (fp_text value "D_Schottky" (at 0 2.1) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5430771a-6c46-42ad-919d-8f44004a56b1) - ) - (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9e7f44fa-17a5-4809-8fad-b90e31c00276) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6cc15470-85c2-4e1d-b0e8-b94fbb4a2321)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a83dd935-3430-4b63-9445-bf9e2cbc1280)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce92ead0-6c97-499f-af4d-94c25e775b89)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2379b3d1-8e84-4aec-aef0-5c1b291ed936)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1df2085-3e5c-43cd-ac2d-cd2aad7865e0)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb8fc6c7-a496-474c-905b-ea6208b6d29f)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 126502a0-8719-4d60-9904-29aec0137dfd)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b03457fc-ab23-415e-b05d-b0cd695e59ab)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbf03043-da35-41d6-a6d8-3526ba00892b)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4e7967ca-9238-48c1-8600-6978d32f5daf)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4b0db4e-db2d-478f-809d-51ebfa734c0f)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46707e9b-6063-4676-9903-5f21ba978982)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd871fc4-9d14-4e51-acf4-7e20b66ac6d0)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7382fe21-79b0-493f-8c86-d0c10b89be5c)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a1e7217-7546-46c1-8a0a-17e0569f8e6d)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82ef4fec-8b52-4f34-94a2-248cd4bade17)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c0bc14c-dbd8-4b79-be9b-be42fb6e1df6)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b2b26c6-d702-472b-9b60-290317f79c2f)) - (pad "1" smd rect (at -1.65 0 180) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 4 "Net-(C4-Pad1)") (tstamp 01f99a2a-198a-4268-a9cd-aace56de8d62)) - (pad "2" smd rect (at 1.65 0 180) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp 3eebd2c2-d637-472d-b0b9-dd45f9ebccd1)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a082) - (at 109.4 68.8 90) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005da82fba") - (attr smd) - (fp_text reference "D2" (at 3.302 -0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 43d34605-706a-41cd-8833-4c351731300a) - ) - (fp_text value "D_Schottky" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d48ad299-8ce4-417a-8ec9-e406b34ba0b3) - ) - (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d3319d67-2237-46bc-8f98-14f469a077d9) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 167d59f3-e301-449f-9ed2-2fecd85df125)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f221a320-0a29-4a6c-97cb-57e6a33b982a)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7cb4b12-dd7d-4dfb-b089-4dfae4b04e21)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6ab3cc4d-c719-434b-bc95-7996ce166b02)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e2ab61c6-94fe-4e32-8952-41e66579e22d)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c5f3e78-57f1-4ffb-aff5-e9407b8bcd48)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 11a7022c-0894-41d4-baeb-720e75a0310d)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5ffaccc-1411-4a1f-a163-ae1706d0fab0)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53643ddb-a7b0-4dc3-bce4-c8a6d1181ce7)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e08f3f2e-db74-4410-9958-dcc75118bcec)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 534c9aeb-785a-48b9-97eb-96780225b9bc)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0bdb8716-6c71-42aa-92c0-acc3e7d3344c)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18002a5b-2e36-4c9e-a16b-7addb552489e)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 462d88ca-6fbf-44be-9b15-7b0d70152883)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 053928d1-47a8-4ee0-b446-57300bc3bb95)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1c6371e3-a6aa-4b72-9a9c-470162a5621b)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f968173f-d586-41da-81ee-547cbc056ec7)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a632a057-29dd-40e0-9757-263c198d364b)) - (pad "1" smd rect (at -1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 4 "Net-(C4-Pad1)") (tstamp 8e345d56-7143-46c0-904a-252e413d7152)) - (pad "2" smd rect (at 1.65 0 90) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 7 "VBUS") (tstamp 1c41ff80-527b-4748-92bd-377450d91b9f)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a0ac) - (at 121.158 69.85) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005daa9ad4") - (attr smd) - (fp_text reference "Q2" (at 1.016 2.286) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1598113e-d151-4387-a2cc-7a6ddf2f05d8) - ) - (fp_text value "Q_NPN_BEC" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 78c6f5e0-86de-4c19-9936-ca1f2600babc) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp c172edf1-7c1a-43d6-bbf0-622b539f6218) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad49adb3-b436-46a0-ad8e-7e4d83ed216b)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad32fc06-9af6-4d55-b4a2-839af5e0f1c4)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c9807f3-6442-415f-a528-c7fa2f7d4e89)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd2d360d-0c45-4ae3-8092-a1d7f266e83d)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 789e9146-5e00-43ec-a29e-e48f9ad338dd)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 196099be-273b-4361-9163-c389b4c2ce34)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60b90ddf-9b12-40b3-8402-553c32cd9614)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3ac8098-4590-41e0-8c80-e7483fa6dbb7)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fec16be9-c589-49e4-a7c3-ea489a775abf)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 227ce088-04bd-433d-a98a-75ce9597f351)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 07415cba-e036-4591-9f8b-922ac99b4711)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af2786fe-c96a-4607-a168-7754a64664ed)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e3610c1-421a-493f-8f20-fa2eff55e38e)) - (pad "1" smd rect (at -1 -0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 12 "Net-(Q2-Pad1)") (tstamp 93736caf-fdf7-45fa-b1b7-0c4130c8a254)) - (pad "2" smd rect (at -1 0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 11 "/USB_DTR") (tstamp f24a03dd-7df6-4f5e-bfc5-41b4c6c04244)) - (pad "3" smd rect (at 1 0) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 10 "/IO0") (tstamp bb030847-1888-45d9-957c-4bba8e447209)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a0bb) - (at 117.602 62.23 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005daab2cf") - (attr smd) - (fp_text reference "R1" (at 1.778 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b83d0fa7-310a-4b11-9fa6-19674a051f6e) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6290190d-2778-47ba-8bfb-6e9e89c9a262) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 68249ad8-2108-4889-9b3f-b2de7c047116) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 03ed8a2a-4af3-470c-a661-bb36ee0a5e64)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ec741c22-37f0-4cbe-86fe-8c08ea19b1c2)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e8d6b06-5eec-44f0-b917-a7411c07a817)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1637bcae-c967-4cc2-922d-5c5472a4c8e8)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a577751-485d-465e-9fa6-4cb0f2bdc4fc)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47eea343-3f3e-4333-86f8-29cb02a250df)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aa9c79cc-c05d-4ca4-9ed0-ee7f1d1a1ff5)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3479017b-fa35-4414-9a66-d6e9bb1b002a)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 9 "Net-(Q1-Pad1)") (tstamp 6363a7eb-f565-45ad-8496-131d1efd2cd4)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 11 "/USB_DTR") (tstamp e4caf3de-dc41-4571-8ff0-2c4430aefd32)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a0ca) - (at 117.602 63.5 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005daab975") - (attr smd) - (fp_text reference "R2" (at -2.032 0.635) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b68fde5-04be-4a2a-9bc6-4f07e7a73343) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c0af0589-152f-4415-9ec9-b90eefa92622) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 5b3a5b5b-eba9-43c7-8c4f-2f4d2d6c6c41) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d43838e3-1bfb-40bb-945c-2d2ec5465c8a)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0cb4f74-bff4-44f0-ba70-929679a2dab7)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9a6b9a7-82e4-4e1d-a4a2-a29a87181459)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54fa5b72-12cb-4c06-8369-ad693f991102)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp feea17eb-53cd-4552-941b-8e985e2c922d)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 90dbeefa-8dbd-49a0-906e-3853441ecce1)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63141bc5-4efc-4ac7-810a-9132ff2fda95)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14ee805b-c2d1-4539-a3ba-fcdd8fbca523)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 12 "Net-(Q2-Pad1)") (tstamp 6ac14600-e823-4756-966d-d78f97bade9b)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "/USB_RTS") (tstamp 2eaa9f30-f8c2-47e1-aead-14bb5312e30b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a0d9) - (at 110.236 61.976 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dad1ab5") - (attr smd) - (fp_text reference "R3" (at 0 1.27 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6dae6a91-3f35-4253-b178-5cb7f208d380) - ) - (fp_text value "10kR" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp eda41c2c-d895-4b94-8d03-c63ab5a18c8c) - ) - (fp_text user "${REFERENCE}" (at -0.024 -0.07 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 176e949d-b0b6-4e5f-af7c-0ccdc5b2c734) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0ca14452-0d77-4aae-b6f7-dbdd38a78dec)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 016161de-eb5b-43f9-8a81-d7ad4a9da620)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 05cbdc54-dcd7-481d-a773-62a3336c3483)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4237083b-a275-40a9-bc56-27a2229107ed)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e24c13af-e0bf-4fe1-823a-64a49be95411)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0ddd2953-3385-4b53-bbe3-fa50f7f33f4e)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21d1207e-b346-4c99-a2cf-c222bdadb34f)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a6eb606-ff67-4b7e-9fb8-b5cbbc3bc444)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "/EN") (tstamp 1b19defc-5e4a-4f1a-ac6c-dc3d15844663)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 59bfef51-9a61-46f2-b7f0-b6960675b106)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "footprints:TS-1187A" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a0e6) - (at 114 58.166) - (path "/00000000-0000-0000-0000-00005dad711a") - (attr smd) - (fp_text reference "SW1" (at -0.462 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b377e428-a382-438e-a5fb-8d3192617ca6) - ) - (fp_text value "SW_Push" (at -0.025 -0.025) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 261a552e-d2c4-4e1d-b516-3a4377f46de8) - ) - (fp_line (start -3.55 -2.6) (end -3.55 2.575) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aaefb16f-d015-4e30-8eb7-1008f575b514)) - (fp_line (start -3.55 -2.6) (end 3.625 -2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a495cc5-4b58-43c4-a6d6-310815a8bc18)) - (fp_line (start -3.55 2.575) (end -3.45 2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b593dff-bc53-458e-9ad4-27aa180efe14)) - (fp_line (start 3.6 2.6) (end -3.6 2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 11006243-0e97-430e-bc56-9ff4e07d9e22)) - (fp_line (start 3.625 -2.6) (end 3.6 2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb1839b1-9a77-46d2-90f8-489bb564be62)) - (pad "1" smd rect (at -3 -1.875) (size 1 0.75) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 5b5468e8-098d-49cf-b0dc-f51afe59b1b4)) - (pad "1" smd rect (at 3 -1.875) (size 1 0.75) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 39d83746-9cbd-4114-bf58-4fc3f6797fbb)) - (pad "2" smd rect (at -3 1.875) (size 1 0.75) (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "/EN") (tstamp 74da962d-b32d-4801-87f7-6d194f03972a)) - (pad "2" smd rect (at 3 1.875) (size 1 0.75) (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "/EN") (tstamp 19122a13-b7dc-486a-8738-391de160f697)) - ) - - (footprint "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a0fc) - (at 117.3 75.8) - (descr "module CMS SOT223 4 pins") - (tags "CMS SOT") - (path "/00000000-0000-0000-0000-00005da730f7") - (attr smd) - (fp_text reference "U1" (at 3.2 -2.9) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e44cbff0-84e2-40eb-a31c-914e9b2c272a) - ) - (fp_text value "AZ1117-3.3" (at 0 4.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fc2fdf6d-af71-4ea3-b6a1-2d4997269b6b) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.8 0.8) (thickness 0.12))) - (tstamp 223327be-018a-4065-aa7a-9ae4fc9010fe) - ) - (fp_line (start -4.1 -3.41) (end 1.91 -3.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9834bb0-2d3b-4898-97bd-75eb90aa9e7c)) - (fp_line (start -1.85 3.41) (end 1.91 3.41) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38f63221-105b-4c1a-ad80-69ffa8c24446)) - (fp_line (start 1.91 -3.41) (end 1.91 -2.15) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 451f3faa-9836-43fa-97c8-fff782bd7afe)) - (fp_line (start 1.91 3.41) (end 1.91 2.15) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65622e09-e050-4bd2-9611-c40e1a5d53b8)) - (fp_line (start -4.4 -3.6) (end -4.4 3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1a7a0c04-49be-4cd9-825d-526212395c7f)) - (fp_line (start -4.4 3.6) (end 4.4 3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b0d5263-36ff-4e0e-b1c9-56697086f0c9)) - (fp_line (start 4.4 -3.6) (end -4.4 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21698e3d-46c3-441c-b288-7598eb8d67c9)) - (fp_line (start 4.4 3.6) (end 4.4 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp beabe416-3ecb-4d24-8dca-4e55b37b0899)) - (fp_line (start -1.85 -2.35) (end -1.85 3.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 140c9dc5-3de2-4bbb-91b3-f1234a3a126b)) - (fp_line (start -1.85 -2.35) (end -0.85 -3.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba507a0e-6e00-48f9-aca8-e07e772ed454)) - (fp_line (start -1.85 3.35) (end 1.85 3.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5d26926-24a0-4756-9c44-874262bff942)) - (fp_line (start -0.85 -3.35) (end 1.85 -3.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0fb1eb4c-5afe-48de-b048-7c277e48e981)) - (fp_line (start 1.85 -3.35) (end 1.85 3.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2de794c9-6889-42de-9f8e-acbea7139353)) - (pad "1" smd rect (at -3.15 -2.3) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 7c0f7058-e677-4d87-bb64-a07c42017600)) - (pad "2" smd rect (at -3.15 0) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp 52946240-1134-406a-9549-f6673e57d0fc)) - (pad "2" smd rect (at 3.15 0) (size 2 3.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp ee99f79e-d278-41d4-902e-6a3973e09f20)) - (pad "3" smd rect (at -3.15 2.3) (size 2 1.5) (layers "F.Cu" "F.Paste" "F.Mask") - (net 4 "Net-(C4-Pad1)") (tstamp 568c333a-1475-4c2b-8ddd-6d6a0e6323e1)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-223.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a12e) - (at 113.904 66.04) - (descr "QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py") - (tags "QFN DFN_QFN") - (path "/00000000-0000-0000-0000-00005da8724c") - (attr smd) - (fp_text reference "U2" (at -3.668 -1.158) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5fdd5471-c984-4a61-bdb6-d67fb4956f09) - ) - (fp_text value "CP2104" (at 0.142 3.3) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dd660eb8-7e83-44f2-9bb5-184f819c5c3e) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 79cd1da5-4e89-4a5d-ae66-465b5a013314) - ) - (fp_line (start -2.11 2.11) (end -2.11 1.635) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbc82fcc-9108-41bf-8689-cd4579f69f48)) - (fp_line (start -1.635 -2.11) (end -2.11 -2.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 517108ec-34b7-43d1-ba13-24eb6eeef270)) - (fp_line (start -1.635 2.11) (end -2.11 2.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae87f9cc-dc88-4981-87d4-fd7c94eb217a)) - (fp_line (start 1.635 -2.11) (end 2.11 -2.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 43212043-0cd4-4fe6-8c2e-a01142d382e4)) - (fp_line (start 1.635 2.11) (end 2.11 2.11) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26574ae3-77fc-4acb-b57a-f32ffd35fd18)) - (fp_line (start 2.11 -2.11) (end 2.11 -1.635) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 664313b3-2455-459c-af56-581673712b67)) - (fp_line (start 2.11 2.11) (end 2.11 1.635) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28d3644a-059c-43b1-90e5-3c39caf9e42b)) - (fp_line (start -2.6 -2.6) (end -2.6 2.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5a8bb0d1-5ca6-423d-87b8-fa62341b2269)) - (fp_line (start -2.6 2.6) (end 2.6 2.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 448f0d82-30b0-4eca-9ad3-d77ed402f0f5)) - (fp_line (start 2.6 -2.6) (end -2.6 -2.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8cd452ae-1c39-457b-982f-78e03bb059d6)) - (fp_line (start 2.6 2.6) (end 2.6 -2.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 96bfcf5f-1050-4d87-a2ba-5b5774d46fe6)) - (fp_line (start -2 -1) (end -1 -2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ab19cd7-ba4c-4227-b5bc-3dba2f592dff)) - (fp_line (start -2 2) (end -2 -1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18a9e955-c217-4b90-9c8e-d64a2172e266)) - (fp_line (start -1 -2) (end 2 -2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8a1ec66-f398-45a7-be05-792a98746e58)) - (fp_line (start 2 -2) (end 2 2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b3908000-7982-48b3-95c7-6d80affd0b8a)) - (fp_line (start 2 2) (end -2 2) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 236d05d9-5c97-4288-a8ef-147e6b8f789b)) - (pad "" smd roundrect (at -0.65 -0.65) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.238095) (tstamp 78313425-64a4-4d7c-96e0-b151044d715d)) - (pad "" smd roundrect (at -0.65 0.65) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.238095) (tstamp 5371ac4f-2f84-4d68-ba16-17f52bb6f49b)) - (pad "" smd roundrect (at 0.65 -0.65) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.238095) (tstamp 8f1ba77b-dfe2-4db0-b4cb-b411bcec9118)) - (pad "" smd roundrect (at 0.65 0.65) (size 1.05 1.05) (layers "F.Paste") (roundrect_rratio 0.238095) (tstamp f8535fdf-8d93-460e-923a-039168c46c4c)) - (pad "1" smd roundrect (at -1.9375 -1.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp e8b48996-b094-4cc6-84c4-8d2d30bfd1eb)) - (pad "2" smd roundrect (at -1.9375 -0.75) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 66e9905a-c252-41ea-ae49-c2e432f3bbfc)) - (pad "3" smd roundrect (at -1.9375 -0.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 16 "/USB_DP") (tstamp faf1d546-8de8-4679-aa14-fa83d3aefc5b)) - (pad "4" smd roundrect (at -1.9375 0.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 15 "/USB_DM") (tstamp 5323e631-3b3a-46d3-a133-870d20f6613a)) - (pad "5" smd roundrect (at -1.9375 0.75) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 661fdf6d-273b-4117-a0a2-adfdff2ec767)) - (pad "6" smd roundrect (at -1.9375 1.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 7b651623-e0dc-4c92-b2cf-8a30ff56ac08)) - (pad "7" smd roundrect (at -1.25 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 75328e82-8b67-4f50-a7b0-f1420a6895fe)) - (pad "8" smd roundrect (at -0.75 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 7 "VBUS") (tstamp 5473dab7-94fe-48a0-9602-67b4cb0eefca)) - (pad "9" smd roundrect (at -0.25 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp f779cef8-1668-4fc4-af75-e99055479685)) - (pad "10" smd roundrect (at 0.25 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp f35ca07d-483e-4053-8dd6-5362dc7b0113)) - (pad "11" smd roundrect (at 0.75 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 0fe8f4bc-6335-42f4-a625-c43d8e1dd621)) - (pad "12" smd roundrect (at 1.25 1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 04d5e174-ee2e-4ae4-9044-78f51f154575)) - (pad "13" smd roundrect (at 1.9375 1.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 7de3af8d-65ea-4aa5-aa7d-210467481a9f)) - (pad "14" smd roundrect (at 1.9375 0.75) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp eb5d2cfb-3811-4337-9cfd-40abdf21331e)) - (pad "15" smd roundrect (at 1.9375 0.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp f0245ad2-fc15-4be8-8e7d-60701cfb275a)) - (pad "16" smd roundrect (at 1.9375 -0.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(C3-Pad1)") (tstamp c12e75f7-f49c-4435-9d1f-13373b7c2e9f)) - (pad "17" smd roundrect (at 1.9375 -0.75) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp fcfeb337-9123-4d32-bd06-2040eca2fd69)) - (pad "18" smd roundrect (at 1.9375 -1.25) (size 0.825 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp 992105f4-c8c4-43e7-a834-b78301246bbd)) - (pad "19" smd roundrect (at 1.25 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "/USB_RTS") (tstamp df591d4f-4a9c-4f91-be92-c755d67cf693)) - (pad "20" smd roundrect (at 0.75 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 14 "/USB_RX") (tstamp 4ec3a8ae-2b16-4eaf-91e0-38e1ece36cd4)) - (pad "21" smd roundrect (at 0.25 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "/USB_TX") (tstamp 14c9aeb0-2381-45b2-abfe-7c6ec3fc909d)) - (pad "22" smd roundrect (at -0.25 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp b46c9f77-ccc0-4235-8e77-2a2b61d90007)) - (pad "23" smd roundrect (at -0.75 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 11 "/USB_DTR") (tstamp 4874e585-a28d-4cb1-9675-3ed54721df2e)) - (pad "24" smd roundrect (at -1.25 -1.9375) (size 0.25 0.825) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (tstamp e419fb21-1ac3-4b02-8756-f907892318a5)) - (pad "25" smd roundrect (at 0 0) (size 2.6 2.6) (layers "F.Cu" "F.Mask") (roundrect_rratio 0.096154) - (net 1 "GND") (tstamp 100894fe-15e5-490a-8c19-6c11f155ef1d)) - (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "RF_Module:ESP32-WROOM-32" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2a19d) - (at 134.366 70.358) - (descr "Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf") - (tags "Single 2.4 GHz Wi-Fi and Bluetooth combo chip") - (path "/00000000-0000-0000-0000-00005da6edcb") - (attr smd) - (fp_text reference "U3" (at -10.61 8.43 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5d79a6eb-e457-4d3f-8d1f-1b1006af7cb9) - ) - (fp_text value "ESP32-WROOM-32" (at 0 11.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0f710a9a-2643-4875-882b-7226cbd08849) - ) - (fp_text user "5 mm" (at 7.8 -19.075 90) (layer "Cmts.User") - (effects (font (size 0.5 0.5) (thickness 0.1))) - (tstamp 0da049be-0bd7-4878-a706-edbdd71b563a) - ) - (fp_text user "KEEP-OUT ZONE" (at 0 -19) (layer "Cmts.User") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4cdb9dfe-cd6d-4d24-b69d-e53e4d966672) - ) - (fp_text user "5 mm" (at -11.2 -14.375) (layer "Cmts.User") - (effects (font (size 0.5 0.5) (thickness 0.1))) - (tstamp 750fd8cd-f670-4485-8fa0-bec5b20cf4c5) - ) - (fp_text user "Antenna" (at 0 -13) (layer "Cmts.User") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8496216e-2ec0-42b6-be1f-b542c1b4245f) - ) - (fp_text user "5 mm" (at 11.8 -14.375) (layer "Cmts.User") - (effects (font (size 0.5 0.5) (thickness 0.1))) - (tstamp c3fd4488-1ee1-4896-a105-96b73b14f53f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5402d98c-c417-40e6-a772-04681f0ba62d) - ) - (fp_line (start -9.12 -15.865) (end -9.12 -9.445) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a9da8ba-4d6b-426d-be43-3159752f71ec)) - (fp_line (start -9.12 -15.865) (end 9.12 -15.865) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21d207e3-4ce2-44ab-ac78-40997f3fe9ee)) - (fp_line (start -9.12 -9.445) (end -9.5 -9.445) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dfa30d43-592d-447d-8b66-ebc16442a542)) - (fp_line (start -9.12 9.1) (end -9.12 9.88) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44b3c322-ec81-49bb-aeee-904a5a6439fd)) - (fp_line (start -9.12 9.88) (end -8.12 9.88) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 919af163-f01b-423e-b538-21db5dc0c145)) - (fp_line (start 9.12 -15.865) (end 9.12 -9.445) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4c39e7a-4d46-4605-b970-53b095d3ddf9)) - (fp_line (start 9.12 9.1) (end 9.12 9.88) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c01c0328-59de-415e-984d-1e1e48d65716)) - (fp_line (start 9.12 9.88) (end 8.12 9.88) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58a37a59-b0a0-4e0f-927b-4c42d412b5fb)) - (fp_line (start -14 -9.97) (end -14 -20.75) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 6e861b05-232e-4eb8-bbc8-ed8fe5e7c246)) - (fp_line (start -12.525 -20.75) (end -14 -19.66) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 772c1c10-4375-45cd-8c19-2c6aca8a2129)) - (fp_line (start -10.525 -20.75) (end -14 -18.045) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 495235bc-1520-4965-8534-6d5eeadadfb9)) - (fp_line (start -8.525 -20.75) (end -14 -16.43) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp a4cc6def-75ea-43d2-a163-abf64c86259b)) - (fp_line (start -8 -9.97) (end 5.475 -20.75) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp e5147f3b-d5c9-425e-bcf0-6c8968afa83e)) - (fp_line (start -6.525 -20.75) (end -14 -14.815) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp f2489675-7781-4d4b-9aad-b3ea5bd10870)) - (fp_line (start -4.525 -20.75) (end -14 -13.2) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 6e96c7de-d1d1-4568-8d35-643a270d088e)) - (fp_line (start -2.525 -20.75) (end -14 -11.585) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 95388b0f-883c-4742-9835-61c4e62f38e7)) - (fp_line (start -0.525 -20.75) (end -14 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 04f4cdc7-7c22-4f27-ab6b-ae3b3d0ae562)) - (fp_line (start 1.475 -20.75) (end -12 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 10b3c4cb-e028-499e-b413-2408ef5967b9)) - (fp_line (start 3.475 -20.75) (end -10 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp c4b76410-33b4-4661-97ab-464441f13fa3)) - (fp_line (start 7.475 -20.75) (end -6 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 52ae6109-46eb-46c2-9a24-951448ccc1f5)) - (fp_line (start 9.475 -20.75) (end -4 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp be7a6957-3ac2-4ad8-81b8-bf16e0f54e52)) - (fp_line (start 11.475 -20.75) (end -2 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 7732d9f5-ec3f-4c5d-8db0-bb8a1661d00f)) - (fp_line (start 13.475 -20.75) (end 0 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp ebc51fe0-9a29-48b7-a0d3-f5acb55ad897)) - (fp_line (start 14 -20.75) (end -14 -20.75) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp fff7b689-f0b4-4331-820f-4e0ab6b6e06c)) - (fp_line (start 14 -19.66) (end 2 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 0d47ae1e-c17e-488a-876a-a4fc08dd9196)) - (fp_line (start 14 -18.045) (end 4 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp a3d43b9d-2de8-4917-b176-a3496e9342ae)) - (fp_line (start 14 -16.43) (end 6 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 088e356d-582b-430d-86ff-a8405655b23d)) - (fp_line (start 14 -14.815) (end 8 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 828e4068-0bce-47b5-a312-59485c783eac)) - (fp_line (start 14 -13.2) (end 10 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 42ddad57-f516-44c6-bf0f-6b2542efff5b)) - (fp_line (start 14 -11.585) (end 12 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 2ee5c268-e899-47ed-8fda-e174958f743d)) - (fp_line (start 14 -9.97) (end -14 -9.97) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 40a6da59-a8e0-4613-9c76-e5ca98388601)) - (fp_line (start 14 -9.97) (end 14 -20.75) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp 7b121535-7705-4034-8e08-999e3cfb9c66)) - (fp_line (start -13.8 -13.875) (end -13.6 -14.075) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp d092409b-dad6-4c17-ac42-26fa586fca92)) - (fp_line (start -13.8 -13.875) (end -13.6 -13.675) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 88ce8d0c-a568-4f68-9692-42591a837ab4)) - (fp_line (start -13.8 -13.875) (end -9.2 -13.875) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 1e657e57-dfa1-430c-95ce-930d51478d6a)) - (fp_line (start -9.2 -13.875) (end -9.4 -14.075) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp e70e2c05-2569-4992-8a2c-d77b5ccf13b6)) - (fp_line (start -9.2 -13.875) (end -9.4 -13.675) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 884c8864-2ca3-4f87-b248-0495f2ac1e0f)) - (fp_line (start 8.4 -20.6) (end 8.2 -20.4) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp ef75925d-0ec0-4207-841b-8435b014f62b)) - (fp_line (start 8.4 -20.6) (end 8.6 -20.4) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 49a9e350-2d59-4ee0-bd08-722bc7639edb)) - (fp_line (start 8.4 -16) (end 8.2 -16.2) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 48d6e362-3bfc-4655-9553-81878b3ffd31)) - (fp_line (start 8.4 -16) (end 8.4 -20.6) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 991d54c0-6927-403f-abc0-6dbebff85777)) - (fp_line (start 8.4 -16) (end 8.6 -16.2) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp abd0cf5f-c5c5-46c7-ad49-08915d80e054)) - (fp_line (start 9.2 -13.875) (end 9.4 -14.075) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp ca62edf9-2da5-4798-b9f5-3cceda6e249d)) - (fp_line (start 9.2 -13.875) (end 9.4 -13.675) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 71382a8e-975d-4aaf-9b85-b997815d1d75)) - (fp_line (start 9.2 -13.875) (end 13.8 -13.875) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 6382cd7a-9ad7-43e0-bc69-0c9ee361ef5b)) - (fp_line (start 13.8 -13.875) (end 13.6 -14.075) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 903ddc8c-2da9-4754-af0e-41dd1b84f7c8)) - (fp_line (start 13.8 -13.875) (end 13.6 -13.675) - (stroke (width 0.1) (type solid)) (layer "Cmts.User") (tstamp 6c1e8b1c-cf7f-453d-a9f5-29492487afb0)) - (fp_line (start -14.25 -21) (end -14.25 -9.72) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29b7612d-b196-449f-b671-f9d6c0633c67)) - (fp_line (start -14.25 -21) (end 14.25 -21) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp afe398b7-f602-4616-9422-9f345400b6f5)) - (fp_line (start -14.25 -9.72) (end -9.75 -9.72) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb0fcc7d-b23f-4a83-b7f1-11e6da08331a)) - (fp_line (start -9.75 10.5) (end -9.75 -9.72) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ef79da3-653b-43c6-a780-b7592a3bcf4f)) - (fp_line (start -9.75 10.5) (end 9.75 10.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 20224787-f607-4160-8133-90e651e04d23)) - (fp_line (start 9.75 -9.72) (end 9.75 10.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac5cdf8b-3faa-4d7d-9282-b3b44090eef0)) - (fp_line (start 9.75 -9.72) (end 14.25 -9.72) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bdfd7974-11f5-4603-9fda-6388068a76e3)) - (fp_line (start 14.25 -21) (end 14.25 -9.72) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c0844ec-26c5-4c07-8c84-1b844722110e)) - (fp_line (start -9 -15.745) (end -9 -10.02) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8626ecb3-af3f-4e88-90db-eaa256360a19)) - (fp_line (start -9 -15.745) (end 9 -15.745) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77813140-06ad-4dd6-a34e-36c82b35d6aa)) - (fp_line (start -9 -9.02) (end -9 9.76) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 081102d9-579a-4c78-b18a-ba8b507f8f4a)) - (fp_line (start -9 -9.02) (end -8.5 -9.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c1d4ae6-3aef-4280-94db-bf768be00c7c)) - (fp_line (start -9 9.76) (end 9 9.76) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71ba124b-485e-4760-90a4-5f7929414801)) - (fp_line (start -8.5 -9.52) (end -9 -10.02) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a95df68f-c0c4-4281-86ce-77533ce88dba)) - (fp_line (start 9 9.76) (end 9 -15.745) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b1803e4-e1a1-4fb5-8ef3-b7af0b178d4f)) - (pad "1" smd rect (at -8.5 -8.255) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp fd34927f-9b7f-4ab8-ba8e-5c98918f1e45)) - (pad "2" smd rect (at -8.5 -6.985) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 2 "+3V3") (tstamp eb7bda84-d6e9-47a4-8bfc-5ba3b6f744cb)) - (pad "3" smd rect (at -8.5 -5.715) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "/EN") (tstamp 0b912c37-e5ab-41bc-ab7f-df9db15afed7)) - (pad "4" smd rect (at -8.5 -4.445) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 33 "/PIR_A") (tstamp b68d786a-f378-41b9-a408-b1a2d55ea616)) - (pad "5" smd rect (at -8.5 -3.175) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 2388511a-1584-4d3f-94ec-d056e0b78a63)) - (pad "6" smd rect (at -8.5 -1.905) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 78c4e1ed-3ba1-4a1a-a546-f1ba049e3f1e)) - (pad "7" smd rect (at -8.5 -0.635) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 0c4ac707-a222-48cf-9bb0-1b72ca79d73a)) - (pad "8" smd rect (at -8.5 0.635) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 9bde65c7-ec64-44eb-a64d-c531714adff4)) - (pad "9" smd rect (at -8.5 1.905) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 1b705296-a5f0-4ef1-809e-4ccc08e80f4d)) - (pad "10" smd rect (at -8.5 3.175) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 34 "/CH_1") (tstamp d9b00f75-fc8c-4a42-a52c-06b7e2b27f00)) - (pad "11" smd rect (at -8.5 4.445) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 38 "/CH_2") (tstamp 092c39f8-5f7d-45a2-9bbb-bfdffd1bf267)) - (pad "12" smd rect (at -8.5 5.715) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 35 "/CH_3") (tstamp 46c6c458-9d02-4e7f-98c3-6b08dd640c34)) - (pad "13" smd rect (at -8.5 6.985) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 39 "/CH_4") (tstamp 11557bea-9225-4538-a26b-09daab7c55f6)) - (pad "14" smd rect (at -8.5 8.255) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp acb7ba9f-954c-4683-b953-dcb45345ba4c)) - (pad "15" smd rect (at -5.715 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 6358d3e5-6ed2-4de5-8126-51c262882f4c)) - (pad "16" smd rect (at -4.445 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 36 "/CH_5") (tstamp 45c84045-91e0-4bae-a107-ecc40b376221)) - (pad "17" smd rect (at -3.175 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 1b343547-51e5-4732-bb00-b1b076ebac03)) - (pad "18" smd rect (at -1.905 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 3bb157ae-d746-4df2-b198-ff04f4d683d8)) - (pad "19" smd rect (at -0.635 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 2a870e1a-f23c-4c22-b066-ce4217b2d5ec)) - (pad "20" smd rect (at 0.635 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 692466e1-c685-47f9-b250-4360015c2582)) - (pad "21" smd rect (at 1.905 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 4d44cac6-8849-4389-a600-377e7182fb1b)) - (pad "22" smd rect (at 3.175 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp c4a8464f-2025-490e-8f85-cce64d6ebf4c)) - (pad "23" smd rect (at 4.445 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 088a17de-8940-4a15-8822-298339d88feb)) - (pad "24" smd rect (at 5.715 9.255 90) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 40 "/CH_6") (tstamp 084e12c5-424a-4976-8f36-ebb4957ae28e)) - (pad "25" smd rect (at 8.5 8.255) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 10 "/IO0") (tstamp cad17683-0e2a-4932-b290-0dfb4efa97f4)) - (pad "26" smd rect (at 8.5 6.985) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 37 "/CH_7") (tstamp c407d552-e1b6-4d85-9ea5-537eecd07e78)) - (pad "27" smd rect (at 8.5 5.715) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 41 "/CH_8") (tstamp 2bb3a8dc-d6ce-47c1-b224-13c476d011cf)) - (pad "28" smd rect (at 8.5 4.445) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 50 "/DHT_IO") (tstamp 2f967e30-913b-48b9-b868-51cd67b96ca2)) - (pad "29" smd rect (at 8.5 3.175) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 115ea163-91ec-4c5b-a4c4-59addbdbcdb9)) - (pad "30" smd rect (at 8.5 1.905) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 683f6efc-4eaa-48b9-ba33-579b87e348c9)) - (pad "31" smd rect (at 8.5 0.635) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 49 "/LED4") (tstamp cf737384-e620-4527-bb74-df89b9cae17b)) - (pad "32" smd rect (at 8.5 -0.635) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 9963f648-efae-45b2-92a7-9f618a6833b8)) - (pad "33" smd rect (at 8.5 -1.905) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 48 "/LED3") (tstamp dbb3be94-860f-42b3-846e-444fd2d2f791)) - (pad "34" smd rect (at 8.5 -3.175) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "/USB_TX") (tstamp 71d623eb-4990-4243-a477-9b1bfa150dea)) - (pad "35" smd rect (at 8.5 -4.445) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 14 "/USB_RX") (tstamp 80a6c19d-b24b-4eda-b53d-150237587b82)) - (pad "36" smd rect (at 8.5 -5.715) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 47 "/LED2") (tstamp 51684029-7c65-427e-aa2f-e1562338b795)) - (pad "37" smd rect (at 8.5 -6.985) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 46 "/LED1") (tstamp cea94c0e-e041-4f30-b120-136b15286c27)) - (pad "38" smd rect (at 8.5 -8.255) (size 2 0.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 517de1d5-ecb7-4154-bee7-d3dc96e7b417)) - (pad "39" smd rect (at -1 -0.755) (size 5 5) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 8694e4b6-627e-4beb-af18-ca16f0da9404)) - (model "${KISYS3DMOD}/RF_Module.3dshapes/ESP32-WROOM-32.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b05d) - (at 118.8 88.884 -90) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005daea638") - (attr smd) - (fp_text reference "D3" (at -3.302 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 042356aa-b2b9-4c04-8fe3-b4fc5a15eee8) - ) - (fp_text value "D_Schottky" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 971624ad-5446-4456-80b5-df00919b97de) - ) - (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 07faae5c-3bec-45b7-9786-ff6b1b3716ff) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a0ff0a50-78ec-49c9-802a-606a5da7c1f4)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b8530f6-8a47-485c-bf24-e3bc005494cc)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47c6ee2e-8914-4559-9225-fb5c18305160)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4d58e1da-33db-47cd-a59e-bd83a9509dca)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4df999ad-d744-4b13-b4d0-cab73fee2b48)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb7d7029-3e12-4103-af26-8afcd5f779a3)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a0506e62-02f3-49ef-8473-e69990b8d28d)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b551f198-f0c0-460e-a04c-facdc9439dae)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5ab76d2-a841-4bf6-97ef-acf8ace8ad26)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp afa159f3-d74c-4a30-8b4d-daca4d32ed2b)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b92a01d-867c-45c4-b859-cb7233570c74)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25b5e95c-50f3-402d-b07c-0d977fbe31db)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a209d942-ba1b-4725-8afc-e2686cf548c1)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed4ae966-d94d-4aa7-bae4-e02714107068)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8822124e-af8e-4c32-8258-92885a4871ca)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d04922f-4ab5-4960-b8af-cc1c5d36b5b7)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e42eba8a-64ef-4732-abc9-c7616b59d6a1)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b62b7e59-50a5-48db-a479-cea9a203fb85)) - (pad "1" smd rect (at -1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp 9696ffb2-d9ab-4adb-b6e1-14a75a589b86)) - (pad "2" smd rect (at 1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 17 "Net-(D3-Pad2)") (tstamp 9c8b227b-78a9-400c-9e18-c5824b1435d3)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_USB:USB_Micro-B_Molex-105017-0001" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b12e) - (at 105.41 66.04 -90) - (descr "http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf") - (tags "Micro-USB SMD Typ-B") - (path "/00000000-0000-0000-0000-00005da7925b") - (attr smd) - (fp_text reference "J2" (at 0 -3.1125 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 03d96797-dfe7-409e-b751-c821c9483a62) - ) - (fp_text value "USB_B_Micro" (at 0.3 4.3375 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a6223a00-820b-40e9-9963-a6cab1c72abe) - ) - (fp_text user "PCB Edge" (at 0 2.6875 90) (layer "Dwgs.User") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp ada70ede-5047-4bd9-966c-51a8b3da9d25) - ) - (fp_text user "${REFERENCE}" (at 0 0.8875 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 23534bdc-908e-4789-9e63-f85b32ce2edc) - ) - (fp_line (start -3.9 -1.7625) (end -3.45 -1.7625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a4fe292-cc66-4719-9c13-d6439f2492d8)) - (fp_line (start -3.9 0.0875) (end -3.9 -1.7625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d4f5fb7-3266-4f4d-857b-d8716c4d362f)) - (fp_line (start -3.9 2.6375) (end -3.9 2.3875) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 175a29db-bb3e-4656-be1e-0c8f53ca09eb)) - (fp_line (start -1.7 -2.3125) (end -1.7 -1.8625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ce71203d-28ea-4295-8f77-64785a66ac77)) - (fp_line (start -1.7 -2.3125) (end -1.25 -2.3125) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db298059-825d-41d5-8d81-e59b0a065495)) - (fp_line (start 3.9 -1.7625) (end 3.45 -1.7625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 857280e1-b74a-4f22-8f14-9cc3f1d09fa4)) - (fp_line (start 3.9 0.0875) (end 3.9 -1.7625) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fa3c3e25-e432-4515-b8ec-0075f51fc79a)) - (fp_line (start 3.9 2.6375) (end 3.9 2.3875) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 58b7d20d-63e6-4fcb-bde8-51f4a35e7489)) - (fp_line (start -4.4 -2.46) (end 4.4 -2.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b0611b6f-97c1-4d59-bd7e-dc9de8985a06)) - (fp_line (start -4.4 3.64) (end -4.4 -2.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4104f931-169f-4029-83df-ea2b1338801e)) - (fp_line (start -4.4 3.64) (end 4.4 3.64) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d3d2723-f570-4248-8ab9-f5ccba7a61ca)) - (fp_line (start 4.4 -2.46) (end 4.4 3.64) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4bbfca5f-2eb7-417b-9955-8f0827411048)) - (fp_line (start -3.75 -1.6125) (end 3.75 -1.6125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee57ffce-d16a-4e9b-9c61-e5eba96bd0b1)) - (fp_line (start -3.75 3.3875) (end -3.75 -1.6125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d86a2330-82cc-4f16-9e50-feddb4609343)) - (fp_line (start -3.75 3.389204) (end 3.75 3.389204) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1ac07eb-60aa-4d50-8f12-cac8254ed9c7)) - (fp_line (start -3 2.689204) (end 3 2.689204) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 121ed246-d582-43e0-9c8a-2358e9267a44)) - (fp_line (start -1.5 -2.1225) (end -1.5 -1.9125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dbe511d2-c523-4891-a04d-e1f1a2edabc0)) - (fp_line (start -1.5 -2.1225) (end -1.1 -2.1225) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 248ab111-f9eb-4ad5-b752-cfb2ce2cb71d)) - (fp_line (start -1.3 -1.7125) (end -1.5 -1.9125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b6ac477c-4443-478a-a7c6-559137377bf6)) - (fp_line (start -1.1 -2.1225) (end -1.1 -1.9125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f52e65e8-ba00-4458-95aa-c3555ec42833)) - (fp_line (start -1.1 -1.9125) (end -1.3 -1.7125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 14a69828-882f-4b34-9b66-8845b81ce709)) - (fp_line (start 3.75 3.3875) (end 3.75 -1.6125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c50eed9b-e3ae-4ca9-80f4-807fa2ee1a13)) - (pad "1" smd rect (at -1.3 -1.4625 270) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 7 "VBUS") (tstamp 31b82052-cd60-432c-930b-761173d2ef91)) - (pad "2" smd rect (at -0.65 -1.4625 270) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 15 "/USB_DM") (tstamp 632291fb-2e21-403a-90cd-b675798aa7df)) - (pad "3" smd rect (at 0 -1.4625 270) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 16 "/USB_DP") (tstamp e73ffec2-b3ad-4b63-94bb-332da2fbae01)) - (pad "4" smd rect (at 0.65 -1.4625 270) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 9a85af42-d694-490d-ad7a-04df08715b6a)) - (pad "5" smd rect (at 1.3 -1.4625 270) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 5b4c55f2-2955-44cd-843b-7b94358e346b)) - (pad "6" thru_hole oval (at -3.5 1.2375 90) (size 1.2 1.9) (drill oval 0.6 1.3) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp 51aaf277-8260-4ce6-a395-2f427b610596)) - (pad "6" smd rect (at -2.9 1.2375 270) (size 1.2 1.9) (layers "F.Cu" "F.Mask") - (net 1 "GND") (tstamp 5a4eda66-c018-4486-98eb-5fc8156cf3fb)) - (pad "6" thru_hole circle (at -2.5 -1.4625 270) (size 1.45 1.45) (drill 0.85) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp 1cc95959-4361-4c02-a54a-d58cfde41675)) - (pad "6" smd rect (at -1 1.2375 270) (size 1.5 1.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 0d2ddb61-68de-431f-8eac-d711386083ba)) - (pad "6" smd rect (at 1 1.2375 270) (size 1.5 1.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp a17abe8d-1ba6-455a-9568-f3e3c34d9e26)) - (pad "6" thru_hole circle (at 2.5 -1.4625 270) (size 1.45 1.45) (drill 0.85) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp 4f587159-2d7b-4b04-9a00-44acb99e9187)) - (pad "6" smd rect (at 2.9 1.2375 270) (size 1.2 1.9) (layers "F.Cu" "F.Mask") - (net 1 "GND") (tstamp 8da4af2e-2537-434f-9538-4df82226760b)) - (pad "6" thru_hole oval (at 3.5 1.2375 270) (size 1.2 1.9) (drill oval 0.6 1.3) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp e7eeb0c5-f10d-4158-b54e-8f9bf0743135)) - (model "${KISYS3DMOD}/Connector_USB.3dshapes/USB_Micro-B_Molex-105017-0001.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b1e1) - (at 122.682 86.614 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dae0fd2") - (attr smd) - (fp_text reference "R4" (at 1.778 -0.508 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 516b74ca-85e4-4860-93b7-e849178ec99d) - ) - (fp_text value "100R" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5c3d6f13-c4b7-4c7d-b2b7-8c897651d5e3) - ) - (fp_text user "${REFERENCE}" (at 0 0.068 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp b28ce4db-fec8-44b5-bf41-d749f70bb3b3) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc8cb6a4-3ff0-44e9-80d1-85339be474fc)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80bb938d-07b3-48e2-ae6f-8d889b1ac179)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 175ceb31-d6ba-431d-aaf4-bf855a2062d5)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ab02123-65a9-453a-a46b-c95c975300ac)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dae1b0dc-4422-433f-b1f5-21de0c830279)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8586353-671c-46b5-b6f7-a5b9ec86b5e3)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e226eccf-87f7-482d-8845-edb134276db8)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 799c2a45-78bb-4d6a-b96d-dffd94cfa4f7)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 25 "Net-(Q3-Pad1)") (tstamp 0befc909-e198-4df7-bfad-13d0f11a534a)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 34 "/CH_1") (tstamp a3be2cf3-0d03-46bd-944c-1bfaf8d933bc)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b1f0) - (at 134.2 88.2) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db06b0c") - (attr smd) - (fp_text reference "R5" (at 0 -1.17) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 19e86dda-5831-433d-befa-d003c1958d76) - ) - (fp_text value "100R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 17dc464a-60fe-4b17-9127-1cc110892b51) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 1e8807ee-91e7-48c7-9215-e50a8ea4293a) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp db0bdedb-ad05-4942-9ec0-9e3e4f7ad56e)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 676dc51f-5955-4105-93fa-0cf1b2ba3342)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d76b010-57f6-47ba-8619-c357918ecf6c)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53350021-8190-412b-9c41-20e4d0965ac6)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53ace2e3-17f8-4eb6-b7b1-833ad3675d41)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5d28283-9052-4929-9fc0-3f9591d6f129)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2f0777f-6a7e-429b-aa29-56dd639639d9)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bcc18a1-0450-4699-b846-189dc6994fe3)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 26 "Net-(Q4-Pad1)") (tstamp 17bfbd4a-e146-4483-ab77-f998c2739449)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 35 "/CH_3") (tstamp 29208010-4185-4f97-ac1d-56bcfa2374d7)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b1ff) - (at 145.3 84.9 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db1b006") - (attr smd) - (fp_text reference "R6" (at 1.995 0.194) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a38af091-9130-421e-b9df-9da4aa1d51b8) - ) - (fp_text value "100R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0467fa93-38e4-443f-af12-0bcb0d7d29e0) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 7afc1d38-fb37-43cd-ba75-fde6ad4eed9c) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac7ecd8c-e137-4d41-b4c0-76261dda2728)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e574bd94-f098-437c-a670-508eecc8c698)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 60a9598d-c0b7-4ee2-ade7-b55f1c2fd3f5)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c991ee4e-38e5-4d21-96f7-616a2c5c19fb)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ad72226-1506-4153-8eee-bf6eb3def8b3)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ce1f744-1334-419b-a4f6-6be7c4939de0)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf6becf5-332a-487b-a56a-f325e7fafc71)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c8dc09b8-6cfb-4e0e-843f-b3978e712c1c)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 27 "Net-(Q5-Pad1)") (tstamp dd306a86-cd24-4b9d-9965-d64358e92516)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 36 "/CH_5") (tstamp 4daf1653-01de-4474-ab31-13d0b1d3fb7c)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b20e) - (at 147.4 77.115 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db1b068") - (attr smd) - (fp_text reference "R7" (at 1.423 -1.096 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 16ff252a-db71-4c01-a463-deec7da5e8be) - ) - (fp_text value "100R" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 613ce2a7-f48a-493d-88ef-c52fb6e9c05b) - ) - (fp_text user "${REFERENCE}" (at 0 0 180) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp b4a1f5f0-f5ab-4a88-a79a-64713fc4d02b) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b57716e-5416-41fe-9fdf-4d6519041cf1)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87f4267b-83bd-40fa-9992-88f047e79eca)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c2a8f8c-6d92-461e-a108-44913a82c031)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3de38741-9b8d-4ca4-b453-0060cd336675)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5d6020a-ad66-4d13-bf2b-0e0685d5d900)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 687785bf-036c-4c3f-bda3-6f9d8ab3d82a)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05df22e5-f5b3-4a22-855e-c0ec57c13225)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 27e733de-eedc-4a69-a6bf-0f2ae6779509)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 28 "Net-(Q6-Pad1)") (tstamp 44de2e64-d3c6-47df-b485-098775a6ac18)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 37 "/CH_7") (tstamp ca314970-099e-4977-a5b7-57f61d6c4252)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b21d) - (at 129.286 88.265 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db04295") - (attr smd) - (fp_text reference "R8" (at -0.7 -1.3 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f333f6a1-d03b-432e-9b02-1bce8368197f) - ) - (fp_text value "100R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cae15fa4-bc9b-4f59-a6f0-c09d9ed82f38) - ) - (fp_text user "${REFERENCE}" (at 0 0.348) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 19034298-e90b-4410-8f76-e4bc1cafbcc2) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 85f36330-145a-4cf4-a52b-718e4aaab6a9)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6a34217-f117-49d4-b736-551b5648639f)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b90508a-4991-4582-b65f-fdf488185d8a)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 981bc47b-430b-4935-a7b9-ff3181a18c93)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d10ede36-5d29-415b-8cb5-83683892aa52)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 271995fe-aae9-4df5-b821-ca43b52f94b0)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6241388-7416-4339-8f03-6a5fee622cc8)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7adc823-254e-484d-ae16-bc4f51082998)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 29 "Net-(Q7-Pad1)") (tstamp 927ac9c3-e194-4731-97c5-190920a21475)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 38 "/CH_2") (tstamp a9e44280-dec2-4562-b5dc-13356415d1d9)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b22c) - (at 141.138 86.852) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db06b55") - (attr smd) - (fp_text reference "R9" (at 0 -1.17) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ff6b4a7e-48a4-4dcf-ae53-43ad2e555fe9) - ) - (fp_text value "100R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3b90395f-6747-4cbc-aec8-9a4b42a3d260) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 8e5eb098-795b-4431-9001-fd3bd97ae807) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9ccbbf6c-a96d-4610-ac12-fa8e546addc8)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2dcefe5-bc3a-4af8-aa81-5574d06576e0)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf8a3309-caac-4b81-9493-5c4b9a515377)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44a08436-2abf-4d28-9064-76a1c00a7170)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2de9268a-5d3e-4590-9345-16db7e32374d)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp faf3df92-001d-4d56-8744-8245c699ff72)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 54b339d3-5363-4d3c-97b2-ef987f2b5cb0)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a8f10ce7-8da0-4f70-aa2d-e219937ddcd4)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 30 "Net-(Q8-Pad1)") (tstamp c5953b89-6b4a-41d2-bc60-b21f9ca67f5e)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 39 "/CH_4") (tstamp 6ad109f9-7687-4649-a672-bb6f4613f33d)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2b24a) - (at 147.32 70.9 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db1b099") - (attr smd) - (fp_text reference "R11" (at -0.415 1.27 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 506d1fbe-888b-4bbc-a2c6-f12996d59828) - ) - (fp_text value "100R" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 975e3e97-6d1e-446d-9d6b-ad58b6c579e8) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 44046a4b-c9d7-4943-be8a-3ce8e691e3b3) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7ea69797-abe8-42f9-9f37-200b189ce820)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e4ed62b-c3e0-4dfb-98d0-e650190e824f)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a046f764-45dc-4841-a9f1-681980c7eff1)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 09598a04-48f0-4162-b937-f3d637e5663c)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5455a95a-3d58-4e53-8ee2-af5168bace79)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b955287-f533-4b37-ba97-9104b71bdf6b)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c66524b-b3fb-4690-8d2f-6d5f579a1a82)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92dae705-79a3-472a-9bda-9899838b19ad)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 32 "Net-(Q10-Pad1)") (tstamp 995c4b83-388a-4849-9f68-cc017906f330)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 41 "/CH_8") (tstamp a2a242cd-ca24-4cbe-a2cc-b8c7323e7133)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2c409) - (at 109 73.4 -90) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005da7dc09") - (attr through_hole) - (fp_text reference "J1" (at 6.294 -2.54 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f6f7d695-3e6a-463d-a15b-9b2966f506c6) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 447aeaee-f637-4115-a420-5ff7428d6e5a) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 715e510a-70b4-4fb4-8f75-58d8b2586a7b) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a239bc94-ae5d-4785-b849-57f8fa3498c7)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1de2fb58-6a38-4f30-9d04-cc3640bb1413)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71af7a8a-c6d0-46bc-ab1b-fe4e7333bd77)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e6211383-f5d0-4217-ba86-7c87828c1d34)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2aaa180d-f7f4-4173-9c90-4f2e8f865071)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp feb20e91-a7f3-489f-aa83-0e00bee0bc2a)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fc9a0e2-b808-49a9-92bc-e84b95a4ad20)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b23edd3b-97ce-45e9-9c29-02f5ec88a4a2)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f518a6ee-6392-43eb-9b7d-6e86cbd4fe5e)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7d31954a-d401-4c2a-9c09-ad5d72d6ad45)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3e0fd8c-9fb0-4825-9bc4-4131981b2941)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be4a6c30-57e6-4eaa-8997-f70f0ccfc80f)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7653776a-0ce4-4ca9-8853-7b59d76ebb0d)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ece8ff1-e220-4883-84a6-4f489e97a028)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f80263d-931c-4c93-a1d2-f6f3d8e095e0)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cd0211dd-cfa4-47e6-a1a2-5baf1bd6802d)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d281a06-dc39-430f-a9de-1913f6277a08)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 942f3566-b339-46a7-b367-52f68f89f7ab)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99b03cde-3352-44f5-9d47-61b8717f0d1b)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp af41b75c-bd4c-47b1-bcf6-08b37c837e17)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97d2c422-32cd-42fd-9712-b1254e1fe526)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c20f18d-5faf-495a-9f11-35eb3a4badfd)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11dac2ee-bb4a-4dcf-bcd2-5559febfc674)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aed9ca71-30cd-4305-aac4-023af5d212c8)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 286e4869-e3f6-417e-b6c7-de8b6181dc24)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59509b20-06b4-423b-afcd-3c6873b12199)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e14b1731-c9c4-43ce-bf6d-d10f89cd71fd)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e17e658a-844c-4e4a-ab2a-ce579aefae0b)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ecb02c14-3afa-44c8-8596-1e0334f6c34e)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8f4d7693-7030-4b30-a407-af13f6b3be80)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad702208-18c6-40a0-a12e-4aefaae630ae)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec487501-f124-461a-b787-6d13b5b272d4)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc6b7f40-2b53-49b8-8d83-a2c869dfd515)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 81ec944d-5a6b-4a04-8a52-e8a02e2d36ab)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp b3876434-643e-4842-b33a-72d34914749b)) - (pad "1" thru_hole rect (at 0 0 270) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 9ed69686-66d0-427c-9d1f-bc7a5e603e9f)) - (pad "2" thru_hole circle (at 3.5 0 270) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp 4626dad9-0097-4018-9b9c-7aa96342652d)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2c483) - (at 116.7 96) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005dae44ca") - (attr through_hole) - (fp_text reference "J3" (at 3.294 -3.834) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ed65cd05-a315-423b-8f5f-a16a753d5983) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 885cb45d-c60f-4bb6-9d9b-8630f8e3c001) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0e87b6c3-1dee-4128-ab6d-bf4f5d8e5850) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44f8958e-5bf0-4d2e-990a-2ff0c1e7dacd)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7cfe3095-1b18-4b12-94fe-fbfc50bacf57)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a51202a2-1825-455d-b62d-2b321dc18651)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60803b63-6638-4dac-9e90-ee5448fdffdf)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1c35867-f0ac-47b1-9106-96b4cda0bd09)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8adbae5f-bfc0-4224-8a1a-6d393ebfc9a4)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3639839-ba03-4bd5-834a-1bc53d95513b)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1dfc6bd8-ab4e-4027-8888-cce4cb88eda1)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab0c29ad-863f-4101-bcb1-68f0e9be9e78)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9709a303-8dee-4faa-b572-1e6fd0365b26)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7d17b97-7df8-4939-b3ff-077dab43c0a7)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21c09fb3-b69e-4c2a-84d2-4f7271ea2e80)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b4e957ad-75a8-49f6-800e-109d534c6940)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 37340285-46f9-40e4-abd0-5b2e0b3e8736)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b7a9ab2-a0e1-4acc-b18c-81f179bd35a1)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89c9bd49-8044-4ff0-ab5e-e1d499cfc2ec)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d2fe5a2d-fbf5-4ed8-9096-e6abfca714d3)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp cfa0b2aa-e6a4-477a-b2c8-079b710dff3c)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f50e747-f394-43b2-8d44-63cadccab756)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d62c3ef8-8190-4f2b-82c6-f9c7ef454597)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70e4d6bb-c04a-44f4-b67d-10287a989b98)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd3f8230-fefd-4d87-835c-653d4a1c77d1)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 424aaa6f-157f-4353-93d1-59a69698a69a)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5dc83ce5-fc12-4eb1-80a8-cd23fdbab738)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3259a01d-b67c-4296-b85b-8361c556b091)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f526c44-730f-46f3-85a7-cda11ae1cdb4)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87636f03-b129-4cd1-8ee4-bdd5dd0713a8)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d149569-ecc3-4a92-a765-6dd1b8ae3977)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00835066-5afc-4ae6-a491-1142901217ad)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf42293e-7228-4a0b-a464-e9b08bd61394)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46d34146-b0ab-4e71-9343-eaedc00b1926)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 170a6092-7535-4cbc-8eb5-f8218a53aad9)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8be511bd-6799-40eb-a682-33987bfdd23f)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp bd4e41c1-d541-407c-8bd9-92823daf2289)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 72fc7727-4c9f-42c7-a9dd-a43c56b12170)) - (pad "1" thru_hole rect (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp e2840e2e-fbca-43a0-81a0-543c30a3f4c0)) - (pad "2" thru_hole circle (at 3.5 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 17 "Net-(D3-Pad2)") (tstamp 9ccd6f21-6915-40c7-a32d-29a90b211bcb)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2d031) - (at 121.666 62.738 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dac014a") - (attr smd) - (fp_text reference "C7" (at 1.016 -1.524 180) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e7b38e90-5aca-435b-aee2-11e00bc332dd) - ) - (fp_text value "10uF" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 21ac2cbb-89eb-4a91-a4be-15daabe80ad7) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 95446243-4a5f-4ce1-a11a-e6a9a4a23569) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a1ac030-d7b2-4be7-a3e7-c28f7da70c29)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 581d404e-7a5d-44c8-9ac9-4d613592618d)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77acb831-a3bb-467f-97ea-5451d6200b26)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 813f8b84-1c1f-469d-a295-a5c8eca18ddf)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19634afc-043e-4c65-9239-0bbc4fc62d93)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d06dc611-97e0-49c6-ad30-c6f952a18dff)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6924d0ac-f372-440d-a8cc-366a90ff74d1)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8d5e9e7-68ee-4bea-b9a7-2167daf4ffe2)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp 69dc4239-8f2f-4037-ab46-45d81b7cfaf8)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 5ece4e98-b625-4aae-8ac6-fed7a9129eac)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2d6eb) - (at 121.158 66.04) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005daa9313") - (attr smd) - (fp_text reference "Q1" (at 2.032 1.27) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 579ae4e8-727a-4c3e-835b-fd49433cd8b6) - ) - (fp_text value "Q_NPN_BEC" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6c31961-dafb-4b3e-b2ba-881cdbded0cf) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 652e7322-51c5-46d8-8f8b-32aaa97372ff) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 152da65e-3b34-468d-8113-41217f44c1c8)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3fe5a340-3c1c-402e-a513-5069e0984a54)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5fa4096-480d-478a-88e0-60c75fc6431a)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a99b52ac-2ce2-40b9-aa21-70ecfa10f2b5)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 889409c0-c0ee-4907-900e-ab0cc7a1d89e)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 679cb075-ba22-46b8-b787-8fbde6023f56)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 27f9044a-919c-4a8e-b550-e4a58fd2cde2)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7f916f2-7a6d-47b2-a567-86744cb02509)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2fc5cffb-d62b-4f91-805f-5118eae9670f)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b083fed1-f807-4499-95a0-67e58fe7ca8a)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c52289a-01e4-4f66-8a4e-f1c2ed856a6b)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d2062f8-8344-430e-93be-e9e7b5d21e77)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15be59a3-ded4-48be-8ea9-76e3f39839ed)) - (pad "1" smd rect (at -1 -0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 9 "Net-(Q1-Pad1)") (tstamp ff4a8423-bde6-4e44-80b0-74978c2d8399)) - (pad "2" smd rect (at -1 0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 8 "/USB_RTS") (tstamp 7ad78ccc-5827-4fcf-811a-e4f3ef70900e)) - (pad "3" smd rect (at 1 0) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "/EN") (tstamp 9b0e2250-7d4b-419e-b394-1ea1ad594474)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2e7fb) - (at 111.506 61.976 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dacf2cb") - (attr smd) - (fp_text reference "C6" (at 0 -1.17 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fc212361-c99b-4a10-8ab5-2e9e722e8b6a) - ) - (fp_text value "0.1uF" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4c2075db-669c-422a-8d48-174a59be1e8b) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 7af0fd00-24d7-4d8d-a8c7-c38610728138) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bad184ba-0bda-4c63-bf11-fdc1dbc4b449)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c47af6ee-ae01-46cc-8cd2-b8e459b222f7)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ecdcff57-ef41-46e0-936d-8327673d9fe9)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 68d07c21-3d32-4a7f-a176-3d4f4741dfe2)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc10f71c-bf15-4d04-aa7f-88084ed3c4c0)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 655b6cb7-dbe8-49a2-998d-2cf4fd2f3044)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a82a131-d7a7-4d72-b88b-05e6d0f03fd7)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad8ef07e-0181-4f65-be95-fde5ba6c6e86)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "/EN") (tstamp 0eed2271-5b53-409f-9169-1d45301c6f10)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 79c03606-a055-4273-a1d1-5d3d83096947)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fa94) - (at 131.5 89.9 -90) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db744f3") - (attr smd) - (fp_text reference "D4" (at -3.302 -0.508 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0d204bda-fd24-412c-a9f1-3d40dbd02dab) - ) - (fp_text value "D_Schottky" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 326bef03-d0e7-4654-bac4-38cdcee76ae0) - ) - (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 777f6da5-353f-4381-9816-d2a32a473eca) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a2e8438-69a0-4acc-847d-356aa62fc09e)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c6bc0e6-3616-470e-aacc-754617969482)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97cea7d5-1d72-4363-8606-d77e943c2520)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d4ccac9-0174-454f-90cf-352b60d58c9e)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bac40888-95d2-44e3-9562-a5b6b1a7198c)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33078053-5b09-4c53-a15f-6b23e284f18d)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f97c5fbf-60fe-4616-9532-59bd569669c1)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6598f9c9-a17c-4434-a51a-c0dcda59ea17)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 47e95e89-c1e0-429b-93a2-6757ed3916d3)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 239a2e8d-b718-42ca-bde8-04478dd85114)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6496f003-db35-4f0c-8269-24e831a9a4f1)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eea95986-b1c1-4ee4-bd14-1bd3e68608cc)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea4cfd0e-2a72-42d0-988a-cc25e7bfbbf1)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f73ff626-827a-4760-ae08-98d767283713)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a064471b-e390-41a2-a928-feefb585b0a1)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab334312-f69b-4a2b-88ee-c9a986314f4a)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a002ceb6-ccbf-41ca-b0c2-de53148aa661)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5e32f5e-c9a6-47d9-bb0e-fd82a436964f)) - (pad "1" smd rect (at -1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp 6588b73c-53df-4879-80a7-711b2a1bcb63)) - (pad "2" smd rect (at 1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 18 "Net-(D4-Pad2)") (tstamp d05a19b1-7e71-47bb-a836-4674ea451da8)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2faad) - (at 145.288 87.884 -90) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db7516b") - (attr smd) - (fp_text reference "D5" (at -0.508 -1.651 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 38dedc0e-1f63-4a07-bb70-df0eab5e2f63) - ) - (fp_text value "D_Schottky" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bc290760-ff10-433b-a50a-df84b284b730) - ) - (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1408c985-58fa-41b6-92e1-f16d9159afe2) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e24c5ae3-0eb1-4265-92cd-8265a21e822e)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efed10ae-44a5-4000-ab46-77205f7aca48)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70aef586-58f0-446c-b0e9-44af7216ca47)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 638a7832-af33-410a-814e-207561894d13)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 63906a31-1e05-439b-bf0d-44eb5d556440)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1da3a063-b971-45a6-a970-6dc3d9a75fc5)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eca30393-fc3d-42f4-aa3a-ae9f3e77c264)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e32396d0-aec1-4d9b-9399-1e03f563def3)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c56980c0-3562-4066-bcf7-cc9e7a7de3d0)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b4de41f6-9880-4c73-ab8a-aeba4a4ad84c)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 769e39c1-279c-49a2-838d-27de5e7cf82f)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8c3641fc-8e19-458c-8be6-936a7be3416b)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c6cd5255-4c53-453d-a236-135d1c7b0144)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce733097-a3c0-465c-8323-55ec4eed1345)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3b43d9a-e92a-4279-bc1e-fa079d02e7c6)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3d88d39a-cf5c-4a50-a693-e6c2ffb48fe5)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf9dd0b5-0db6-4e6e-862a-24bc3e6efa0b)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0f5244c-fac3-45d0-8e1f-88625fd06a1f)) - (pad "1" smd rect (at -1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp 16fbf34d-5a53-4a9e-8cbe-dec9112bec48)) - (pad "2" smd rect (at 1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 19 "Net-(D5-Pad2)") (tstamp cea1db23-57ec-4a07-93ae-1425a8fc8f23)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fac6) - (at 149.3 79.4) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db7625a") - (attr smd) - (fp_text reference "D6" (at -3.302 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9c9ce802-8a34-4ab6-843d-fa5a181352da) - ) - (fp_text value "D_Schottky" (at 0 2.1) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ed6c2916-adeb-4542-80e2-fa581a758e40) - ) - (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9f9b59b0-c853-466c-a222-53acb45ba875) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b086018-bf94-4b18-8f75-d0473470485c)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bda8a78d-ebba-4db4-a8ed-7f2dee490d08)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9942691-9b22-4f5b-8502-f111c3a1cdeb)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5aaae3a7-00d9-4434-9a19-655fbee2980e)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4757bde-0d62-4b1c-9ff3-ff4006ca19b5)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9868929c-94fc-4a50-aa44-b6758f465c60)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 792943c9-dc60-42f0-9581-a44407449cfc)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ce0c8f60-cfb5-45c7-a949-cb020e98a75e)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 139bd841-d250-4ea8-9671-6efe184468c0)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77b04f7e-c196-4134-9f74-d24d4c5453e9)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ca5fb2f-9149-4a37-8654-6fb5fdedcb18)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4f09b94-8447-4e1d-ac33-0cd12c92fc6f)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eac4d029-737f-4b19-aa37-12677ab614a1)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 18ffb881-09ae-43b6-89aa-4ce7fb85b447)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2be4ae0-a1f1-4295-830a-9e6bbb1d7628)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 107f36fd-faf3-4f92-bcea-180d81ed473a)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1fd5554-72f5-4ee4-885d-d38fde09bc79)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp de1b564f-ec1e-46a2-bd33-2e47f83ad64f)) - (pad "1" smd rect (at -1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp af8121a1-7f92-4916-9f8a-4dd13c94fd9c)) - (pad "2" smd rect (at 1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 20 "Net-(D6-Pad2)") (tstamp 49a61fde-f637-4625-854a-937ab09b93ea)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fadf) - (at 125.2 88.884 -90) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db73e76") - (attr smd) - (fp_text reference "D7" (at -3.302 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8961ff13-1c69-4660-9a67-4005efc9d9ab) - ) - (fp_text value "D_Schottky" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1af6ec05-51b4-4ed6-a936-2cee53054114) - ) - (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9d54c026-4d12-44b4-a1be-60fc57495c9a) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a23f182c-e711-45e8-8c98-487944e1fe8b)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f302c7ab-05d1-4f8a-b282-d38fd7bdb7f0)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d316ed3b-b9ac-443d-8f3e-5cf1017c66f6)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74eae72e-63e7-4a06-bc60-cb5af6747655)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f10deff-b437-4868-a8e3-3f6aaad36e34)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f47b2d0-8705-4524-afa6-bb77472df388)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10edce58-b0eb-491b-9da7-c7c2e2705984)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp efd9309c-ccc3-415a-9731-76d8dc180e3a)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d4929167-d453-4d2e-ba8f-bbbddbac16da)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0132410b-4739-4d70-bfc6-be0f5124f3e7)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0038da07-370b-4490-a16e-f8b4949a86b2)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4db56a27-c247-44a8-b106-c65d6cddcb2f)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2011fecd-87a6-4d08-b63b-5e5b283ede83)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f6ce7b3c-88e9-41b9-918b-ecad89d58f65)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a33fe5d5-f455-4fa4-bfe7-b4117cebc8cb)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 38e0fd4f-8d2f-4377-8b38-dbf1f89947e1)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bc5ce579-757f-40a8-9d07-169731b393a9)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad701086-5d81-4353-a6ff-79f922bf09bd)) - (pad "1" smd rect (at -1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp bb965869-a76c-41b5-96c1-b680d67c2051)) - (pad "2" smd rect (at 1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 21 "Net-(D7-Pad2)") (tstamp 5366b5c6-6501-4475-b795-eabc6a521e32)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2faf8) - (at 138.9 90 -90) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db74c2e") - (attr smd) - (fp_text reference "D8" (at -3.302 -0.254 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6cc79bde-8679-4e17-bb9c-cd754b45d945) - ) - (fp_text value "D_Schottky" (at 0 2.1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 77a28a43-472f-4c3c-a20a-942736a09dae) - ) - (fp_text user "${REFERENCE}" (at 0 -2 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9a144173-09b2-46b6-92e2-5c484fdad39a) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9c40e2b4-e5cc-41e6-8828-480622e4b7f8)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7fd8352c-0df3-4709-82ea-3d03cf84a6cc)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec49e749-f024-4b07-8914-075d4699b516)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 811fcf68-7f9e-4574-ac7f-7d986889f5c2)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f6c1244f-3061-4fbf-b771-34ac2f6cb1ca)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73c27422-5230-4e3f-aee6-502c58fde97c)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c0d5c2ba-f460-4d7b-bee5-07d33e465494)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 272defca-b20f-41dd-abfe-0258fa4fb6b6)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1a4e1353-dfac-42c8-9220-6af97b1e9650)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee47587b-cfa9-40f3-b841-370945f126d4)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c42d221-0db4-4083-b1f5-9d8e2c75c743)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2cc86f80-6439-4931-a173-2122bf4b4c0e)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d1a00c38-6c24-4c42-8d4f-596c906d8572)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b24a922-bf4a-4fbd-bdd3-1f16b62a2363)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e1e883b-30a7-4383-9842-d4fafa6e6b49)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7760b79-6aa4-4845-8e0d-703291c36c59)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 990c59bb-f3fe-48b7-ae98-5bf7de6edaf4)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98d87f5c-2180-4175-8921-4acb8410fcfd)) - (pad "1" smd rect (at -1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp 8738f777-4a49-4d1f-940b-a9f07260d35e)) - (pad "2" smd rect (at 1.65 0 270) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 22 "Net-(D8-Pad2)") (tstamp f305d028-f59e-424c-a356-eb9211efae9d)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fb2a) - (at 149.2 73.3) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db75cdb") - (attr smd) - (fp_text reference "D10" (at -3.048 0 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5c456c59-0c6f-4542-94aa-8f1335139e5c) - ) - (fp_text value "D_Schottky" (at 0 2.1) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 12f31125-ea52-4f28-abed-f8730c97d16b) - ) - (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 87feba26-ece6-4a0d-bf68-1bd1b26863b4) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7b2028e-1c1b-4214-bf2a-ec94df46159c)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e6ce9a1-a2fc-4117-a7d8-f5688c9926b7)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8cdc8dd9-1c79-48ae-994c-8ba3751f7b7a)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8d216cc-678a-483f-93f8-97acd137ee55)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad178ffc-bef4-4c2b-ba56-8d74ef1bb404)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0052240-6d9b-4566-84cf-52420c1e83a4)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b5d768f0-f92b-4c12-9acd-27db62247413)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e76e8d1-f339-4d25-a2f6-e9a003a53e7b)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f7733fc-d258-4bcc-968f-b16a00ed395c)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dacdb052-0905-4c14-ba0c-73312abd9c33)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad884b57-25f8-41de-99d3-7b0cedba3e16)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7b49715e-3ca9-4788-a8d1-2023c5ee2edb)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48101022-b6e1-4ecc-acfc-63fc28a21dfe)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 36987829-7b44-446f-988d-43113f23df55)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3c0e16c-3a37-42a8-8a62-c90177d60455)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a641d987-50ba-4d7e-b9e2-d1aac79d8e71)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2aeab05f-c0f3-4244-a4db-e1592ad87dce)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 746c7e41-0a5d-4b48-9e0d-fa950f8c7081)) - (pad "1" smd rect (at -1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp 35911af4-bea8-4b80-b057-0ae6a7eb32a1)) - (pad "2" smd rect (at 1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 24 "Net-(D10-Pad2)") (tstamp e088a1cf-1da5-4085-978f-68ba2d28b2ef)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fc98) - (at 134.6 90.5 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db06b01") - (attr smd) - (fp_text reference "Q4" (at -2.87 -1.29 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 27debd12-b6bd-454a-b279-e76a467e482f) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7d12b9e2-47d8-4c63-acfd-b4350e143d24) - ) - (fp_text user "${REFERENCE}" (at 0.044 0.208) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp e11d9ee5-8a71-41f8-bda3-866cc763e1c4) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9cb1715-6627-4286-ab63-eeca5681a115)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5f032ce-e694-42a9-b527-9f012a0ced03)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 337455c7-b8ba-40c5-9dd4-ec762eb42ea9)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f56b8522-fff9-438a-8157-18fe05c95ec9)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f544875-0f0d-4ed9-ba9c-ca2e911af604)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e1a8334d-7ddd-42b8-bac5-04b6b1198124)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e672b65a-9797-400f-9916-b2bdf44be2ca)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69cc9593-e864-4f3e-8cd3-9bf301dc52f2)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bec447d9-35cd-48e9-a1b0-ab5d328d715a)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4da67a0-16df-45a9-a3d4-6bc0a47d1ba0)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a51b5aa0-dd27-47f1-9314-0d1409fb0f15)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9fcee8db-d0c1-472e-8606-85dfd2b910aa)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 931eb09d-4c8d-4779-9bc1-cc2ff4c5899d)) - (pad "1" smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 26 "Net-(Q4-Pad1)") (tstamp 005f76f2-5c63-43c6-8ae0-8376192ef467)) - (pad "2" smd rect (at -1 0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 1949621f-e4c7-41ce-aa49-1778ffce7797)) - (pad "3" smd rect (at 1 0 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 18 "Net-(D4-Pad2)") (tstamp 4f9fde6b-56b4-4f18-bd05-943064173cf0)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fcad) - (at 148.59 89.916 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db1afff") - (attr smd) - (fp_text reference "Q5" (at 1.524 2.286 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b3638d69-d7f7-4da1-bb5c-8535c5721ca2) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0a419199-ec79-4f68-8e88-92cd0add4390) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 4c568685-6371-4d82-9d12-16af9b90e794) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed5ee8aa-d3f2-4cf8-8ac9-cd3872116b07)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2666a3b4-c1e4-432b-a83f-69f6eef8d85c)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ca5e623c-afcf-4080-9c54-209c716cef4b)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cef8a04-4319-449b-bc33-34bb572bb803)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5061eb6e-8075-4b49-8f82-8934cd9757ca)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5a89ca4-be04-4934-a5e8-9d28f61ece81)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9528d07-d1fb-4a61-9de5-167d25dc711a)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53f99ada-3628-4511-8107-8c4c2975b89d)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe19b70e-9d4f-4521-bd40-45754dc69b4c)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7377f1fa-1a21-4bcd-83cd-494f05a855d3)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea1a5c12-c14d-4fdc-95a9-1f5a5d3358a4)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf2af9d4-ef0b-4913-add9-66c09019b4cc)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0cb9d41-35d2-489d-8c49-89cf8f7a63fb)) - (pad "1" smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 27 "Net-(Q5-Pad1)") (tstamp c5a92ddf-f46c-4e93-b1d5-b212795187a3)) - (pad "2" smd rect (at -1 0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp dfe6392a-c6ed-49f3-8547-bdad331057d9)) - (pad "3" smd rect (at 1 0 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 19 "Net-(D5-Pad2)") (tstamp 16f19fa2-8599-48ed-980c-24dedb3d25fe)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fcc2) - (at 149.8 76.4) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db1b061") - (attr smd) - (fp_text reference "Q6" (at -2.226 -1.216 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 98c744ac-41d9-4d92-9844-c240b1640036) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0788da82-e681-4034-b348-610ba6d933be) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp d6cc482a-0451-4249-b811-89dd5a2f42c6) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 65160a01-15fa-4cc3-8e90-c5a5d1cfbf93)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b30c6b6-08cb-4d16-8416-feb89a9db351)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3cd09e88-2012-4e09-9088-d5c9b8a5cdfc)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd052616-2d86-4262-9f27-c175081bf83a)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb36e389-df83-41e4-ba5e-7702549d8b8b)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 042a33b2-d880-4b69-ad56-0a8d27edd187)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8c010851-b2e4-4bfb-9352-eba149f651b2)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 017a1e61-0b1f-4da9-866a-96021ebfdecb)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70c111c1-a4be-4ddf-8c51-7737bedbfa2a)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5baa8602-4994-4c6f-975c-f6ae0f229494)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a653bd8-6288-417a-820d-0119bb08b52e)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b73c2236-a8aa-4371-a8bc-2256e9b37419)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b69f03c-d859-4748-b1f8-7f405f899c8d)) - (pad "1" smd rect (at -1 -0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 28 "Net-(Q6-Pad1)") (tstamp 40f1db18-37a2-4a00-b1d4-03ca58cc9cfe)) - (pad "2" smd rect (at -1 0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 2a837796-911e-498f-bc60-786060225176)) - (pad "3" smd rect (at 1 0) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 20 "Net-(D6-Pad2)") (tstamp 38ff26c4-3710-4774-9776-1254023dba98)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fcd7) - (at 128.2 90.678 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db0428e") - (attr smd) - (fp_text reference "Q7" (at 0.762 1.2 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 22f5231e-2da4-463f-be4f-fccf90d0239a) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 574af2e2-e299-4548-a562-61e7ac60b57b) - ) - (fp_text user "${REFERENCE}" (at 0 -0.1) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp ae140509-2b99-4369-94a4-c71fd3cde027) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea10fc74-0bdb-4d84-8806-2c4b220d7395)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a86b443a-f62f-4e40-8a60-8d3cf3811b46)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 480c66e5-2d04-4563-80e7-b69c176f504b)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06a93bda-f647-4646-9875-1ce48538c5af)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2ce104aa-1b93-4932-9b09-51c59610f581)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a81fb111-d0c2-4f78-ac9e-03eb0c79401b)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b8422bd4-fc42-44da-b17d-183076a6872f)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4917121d-77fc-44e2-8648-2cfc8657b918)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ccbb684-ed84-4a45-81b8-ae0d37081ba5)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 996aac33-41a9-49eb-9e0e-2025f678a345)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fdb162d6-7e8c-4d6c-a20d-cdf76fd97189)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6959128f-5a0d-4c69-919c-055c68d9776b)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 63f6fa95-72dc-40ac-8c7b-d6d876490e18)) - (pad "1" smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 29 "Net-(Q7-Pad1)") (tstamp 6dee0ff4-37b0-4ecd-b3ce-af2027cd913b)) - (pad "2" smd rect (at -1 0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp c3914d7b-36e7-47c5-a386-b9fcce7b7249)) - (pad "3" smd rect (at 1 0 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 21 "Net-(D7-Pad2)") (tstamp 5d38f61e-5bf7-4487-9409-0d6a9e342a54)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da2fcec) - (at 141.9 89.662 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db06b4a") - (attr smd) - (fp_text reference "Q8" (at 0 -2.5 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2f8a2a45-466b-46dd-ae98-412ef5295a69) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6c2af9f4-80a9-4ff3-b34b-5cdd1457e710) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp da8b8d40-31db-48d1-8732-b811e8d2ce12) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 55c5327f-5835-4bdd-968c-59eafba92f90)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 534e2df2-638d-453a-a70d-8a465776680e)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e714cd3-00bd-4f15-b554-4590fa05441e)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 619abfdf-8f46-4206-8bc3-6182621bbaee)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08df0dfe-0c3a-42dd-989f-8661c8561e71)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 80585a40-6978-41cb-b952-18c9536b6bbc)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bd2c7765-b7f1-430e-b07f-87dd32e0d669)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0720d8e0-3816-4a89-bc71-99f78ee4965e)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4263ae64-1b1a-4885-967b-142b25fea2df)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9b88f002-ac3a-49ba-8fcc-9cd92f25ae30)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7153206-43a8-4c1a-8f5b-638cc8b301a4)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1a63562-5633-45eb-9f61-3c813de9955e)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6b598aef-f9df-44c3-aba7-2178cd313ccf)) - (pad "1" smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 30 "Net-(Q8-Pad1)") (tstamp c7daea7c-df5e-4cba-8c87-1815744595c3)) - (pad "2" smd rect (at -1 0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp ec59c094-8024-4cb9-859d-1d40efc7a7b2)) - (pad "3" smd rect (at 1 0 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 22 "Net-(D8-Pad2)") (tstamp f1940dc2-5edf-4427-a97d-d5bb3bfbca03)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da30f42) - (at 132.978 96) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db06b20") - (attr through_hole) - (fp_text reference "J4" (at -0.778 -2.3) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ca3f2f5a-57d6-4b9a-9c64-da8ae3656711) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 77749ca9-6601-4ed7-af17-8184b1812428) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3b2bb847-d323-48d3-969c-0225d6bb0cc1) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a63cfb60-c10f-497d-9f56-e20f44d662a9)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 861bcf44-bf25-442d-9e24-3cf19ac4b83e)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fee5f6e9-0614-4648-8475-f3cd6c352a6e)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee94615f-14b0-4566-b3a7-92391253d708)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de4fe1a3-561d-4c2e-9ff5-415d51bd2a6a)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61576aa9-a5b8-487c-af51-155c444e5528)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0c4ca013-b635-4eb0-99e6-1eaaa757d3a1)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef98d55e-783f-4840-b055-b3d12099cbad)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 35d95755-d40a-4be1-b31d-763ea184d517)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 74414278-3025-4d6e-8f61-f72843570365)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76b8a64b-9e78-4b71-aa54-c6e7e3131dc7)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2d64c505-8ea9-4a8a-b5ec-8b9293445c0c)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33d66ccb-a70f-43ba-83bc-b1a16e845a55)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aaae216e-9160-4217-a0ce-c52104d4fa19)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f2bb6d0-faf3-42ec-b828-59a50f293b1d)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cc412b48-7cde-4b0b-834c-14cefaf2c881)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3506885e-5e1c-4a7d-872a-228912409a56)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 2ff99a39-5e99-4515-8c38-e472a86f31a1)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 07f1422f-6887-4fdb-9c67-279e07bc89cc)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1660793d-49f4-4c18-9c81-faae0ecfcc29)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4567f99e-96dc-4b33-8877-9f318ffe0db1)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d06d93cc-4bd9-484f-ac3a-84edeb7e0ca0)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5cffd47a-b2f8-4b84-99b0-fe779878bd98)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4b063c5d-a045-406a-87dd-446a2836dfc5)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d13a8d99-4802-4fbf-a0e0-b3a1cbfc1ef1)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ff13cd1-4efe-48e7-b392-c9e066d7bc39)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d05d3ca9-9cb5-4484-95e7-f8a5b4414b39)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 030d5af2-1e00-4f92-a655-4e8a8d7cf408)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37f52579-fad4-4d37-93d4-fe255598f8c0)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5182f91c-158a-4ec5-9608-c5b148742a6c)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e4cbb1c-fed7-4465-b1ae-0403de38385b)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30acb7d5-9764-47d4-9e90-bc84b449d41f)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f35cdf6a-851d-4388-a49c-3dc497dba7e6)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a5a3b178-8b61-432c-8601-309b5f1c9190)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a8e5a19b-ca33-4c21-9114-7ae326fdf4fe)) - (pad "1" thru_hole rect (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 69f3a1ec-7945-4d9d-97cc-f229e82b5ff7)) - (pad "2" thru_hole circle (at 3.5 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 18 "Net-(D4-Pad2)") (tstamp 72fed85c-bf33-4a9d-a6aa-708b0621a38b)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da30f6c) - (at 149.35 96) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db1b012") - (attr through_hole) - (fp_text reference "J5" (at 0.256 -3.798) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 85abed96-da9f-4d3a-96e5-ec16d902c1cf) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 43a5a8aa-f845-4851-bf60-bb5d8ce2d798) - ) - (fp_text user "${REFERENCE}" (at 3.95 0.988 -90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d538c153-5907-4d03-b359-814a4d8ed774) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e1bbbeb6-262e-4ec0-8ac3-bc43b6480dc4)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47aeefde-3ac1-47f3-9c05-f5e0c74c54b0)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70b4bcef-0f65-4ce4-a07d-cfc8d4c17cad)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a129b0f6-aa63-4c95-b1a2-6181384b8541)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a4a093cc-8a49-46f0-a1f5-5f50c1274619)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd9b621d-fa2e-47a1-96cd-7e45b792b57b)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8bf2b55-97f1-4605-a137-2780ded8cacc)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c590c8d5-00d4-4e7b-a738-ef767d153261)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 559a0a13-7dd3-4800-aa1f-87413df8c7bc)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46d38785-c21c-439a-bcfe-c0ab3f9a778a)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9a7dbc28-4f90-4910-986f-aa881b1a5530)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aea5da53-568a-4e9f-b8e1-3a5a18eb6b7a)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3cf11ef8-bd74-4ad5-a0c5-ccfa3f6472c2)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c784798-b3d8-4de3-971d-ceb6483807e5)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa957f86-c19b-4780-a137-d3482fcb4fe6)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92e61fd6-77a7-407a-9aa7-980510176f73)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ebfb38d-88fd-4af3-a5c7-c3a459b63974)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 304a9533-a0f7-4b2d-989d-d0bd0270437b)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfd98d87-4e63-4620-ad47-be946164249f)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f71d748f-404b-489b-8b8d-fd88ba929eb9)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 56e18039-e3bf-44ff-8217-dbf2016cb33a)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bfd09912-fe35-4ed7-890f-c35b720a4fc9)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be07d509-6092-40cd-bbba-d173bae743be)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b31ed6bf-6f91-45d8-87ea-c05def43b08a)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01c1a2fd-87f8-4c61-b783-be43546d52a1)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8488ce8a-f538-4dd1-a7f8-14245bf16773)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e08199ea-e9c6-4f8d-af63-4d14989e1253)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c5b92a4-1754-400a-abdf-c49013c23d1b)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 222fb921-435c-46ee-81b7-746214539dee)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f8fd3a42-4116-483b-ab36-12c0698f63aa)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57aeb996-bdf5-46d1-8c1d-30dbcab00a52)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ff6f745-d946-4a33-ab31-aa8e9e33582d)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53fdec59-71f8-4150-be9a-9b80bbef9a4a)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp e24fb011-0501-42dd-bfdb-eb14f7ba7b94)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 994dd10e-e600-4e39-934e-bd46bf968291)) - (pad "1" thru_hole rect (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 4a38b039-392a-414b-b73d-c0173d76dd3e)) - (pad "2" thru_hole circle (at 3.5 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 19 "Net-(D5-Pad2)") (tstamp 1107ef1c-1727-444f-9618-f5db1d761ff0)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da30f96) - (at 155.448 81.1 90) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db1b074") - (attr through_hole) - (fp_text reference "J6" (at 0 -4.16 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d54225b2-ec83-44cc-9086-13101d33fe8e) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ccb34af8-185b-43f2-a399-f1a68e67f021) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 94a14dba-72ca-45bb-a91a-fdd11b4eaf68) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 23fe6e69-f608-4620-a78d-e6dcd316c1d1)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9af77d4e-34d2-4810-a743-9af62ee95228)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c93da811-40b5-4982-a0c8-143b8ed156b0)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 348decd9-b07b-4c6d-a649-5b12668f2092)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 520dfa2f-1e5a-41ee-baf0-12c63fa782ac)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 829506f9-03b4-402a-8fd0-99cfd0df45a2)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03642459-69bb-4005-acfb-26dcd23260c4)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4676e558-7a82-4ac2-b1bc-b5a3e32b755a)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4c82e94e-f19b-4976-b96d-8f5ae3ecc15b)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afcac292-55c8-47cc-8ab9-95e3ecc1221a)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ad8c934-291f-46a9-88c0-68bc5ce07524)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 629b2824-6c69-482e-b02a-5c8892f0f104)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a826ebe4-0d3b-4be9-9934-e9c2e199340f)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e4ff6116-ec8c-48a6-9525-4bb0b8f129ee)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 10c147ec-f6cb-4e02-a467-38204ccd919c)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 00d41a8e-9b1d-41f3-a778-565990502e63)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 712c2126-1d33-4dc1-a13b-fef724e5addc)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 0dcc34c9-6333-4c41-9d9a-7540067c05ca)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9fc855fc-4090-4b28-b5bb-1a95a0f51362)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b5aaae51-ec57-4ffb-9976-65f7bf364644)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d57df5b0-a847-483b-bddb-b17427a9ba00)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f92ea6f0-47f9-416e-88a8-f548b82eb767)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a168e5ab-b261-4939-b838-ab958da3515b)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3f3a7860-f882-4996-b700-7b9871ebff5d)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 395704bb-8184-4125-b570-3ce272bb36b3)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eecdab7a-8a7b-414c-afb3-c73d133a957a)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6f84530-3b8b-4399-a0c3-d98a42aa8042)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b94d491a-3cda-4aba-9a9e-d8f8dcbb1450)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 68bd5d95-dd57-46f1-89bf-25d5cf02876d)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbf22793-1411-40c2-bb53-0504104fb030)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59a87be2-9753-484d-b955-8a529794e3a5)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5f163816-698b-4625-bf2f-57f4454a0ab9)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2fc8509-a9fa-4293-89fe-cad5c712347d)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp b2184168-65d7-4042-8acc-ef7504a0867f)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 1ee662ef-dd26-467c-855a-f08129541435)) - (pad "1" thru_hole rect (at 0 0 90) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 85459cbc-fa76-4de9-b292-a52346894f70)) - (pad "2" thru_hole circle (at 3.5 0 90) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 20 "Net-(D6-Pad2)") (tstamp 05178f61-58c9-497c-a79d-73bc6d22192c)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da30fc0) - (at 124.85 96) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db042a1") - (attr through_hole) - (fp_text reference "J7" (at -1.85 -3.9) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6d735280-a77c-478f-947c-5a8503b2e57f) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b9e6a774-9e40-46fc-90af-a39bdb75105a) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.766) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 85cebfa8-5b05-4025-984c-737cbb5883d1) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f5db5ea-bbb0-476e-9e52-0893fc629d42)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 149b8c03-5fd4-4568-9840-da122ea9e6ea)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0a08f42-f097-4a53-95cb-10d54617227a)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3cfe54a5-64ec-40b2-bd0b-af22348183b6)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b74251e4-1ec6-4e2d-9d11-9f6dc839dfcb)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7504c642-2acf-4f86-a936-4d05dd3a964a)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2837c1da-4b12-421e-b706-0bdbebb9b39e)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 839d4f5f-7fb3-4170-ac15-b548e6736b50)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e0ecfc7-5294-4b4a-93ac-1076c51a8cc5)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56d8a4cf-dab6-4762-aa11-2264fb22f73e)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9921bb37-a1f7-464d-b75a-8e5bc81a584d)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed0021be-7848-4a9c-aafe-1f67d6d0c00f)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05606929-2ab1-4e9b-b1b5-7369df8da606)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f905a99c-9f1e-45ad-a2c8-40b2b020ffb6)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13d5078c-a0fc-4cb8-9ca5-e3460ff14d77)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d3bea66f-f1b4-497f-a18b-aaa41f9a9a39)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b3e1f8c-254c-4892-bfce-401a0e614a93)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp f9a914de-e505-42b1-a8c3-46926eef16d3)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dbda98ed-7d7f-4c77-a9ef-b916a9c75513)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66257984-99e6-44aa-9f4d-b12f56174680)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cef05550-1e75-4dd4-81a2-9c3bab85d3da)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7cf24108-6ff0-49a8-9d0b-16d5b9c60891)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 93a7f562-9542-49a1-b7d3-ca5ac8b691fe)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3164bd19-0a8c-4cdd-a07d-56e9f51b5a54)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7bb1a26e-1675-4d78-ba1a-2a4ed94c038a)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a17dd7a2-8a8f-4894-a85e-e98422e44a75)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91133bc3-fdeb-4f3a-9125-73c2345f65b8)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2bc6d6ec-9f83-422e-9f9d-a7398ff7a6ca)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cdabe10f-9b2b-4708-95e1-15a0fe8ecdf5)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 331c57ea-4452-4c27-b87f-a7dbfb2dc99e)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43da6471-392a-4994-92fa-d664c82b88ae)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55f83e27-1c8c-4d63-8a08-adefcb44a74a)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6afeb0c-5434-4037-bd6d-aa52fff8fc3c)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 17a50de1-9cc9-4392-af99-091267d45db8)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 6d0313df-01c4-4961-9b81-c548b7c8e98b)) - (pad "1" thru_hole rect (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 4177a184-6627-4344-9a8a-2ac8729403c2)) - (pad "2" thru_hole circle (at 3.5 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 21 "Net-(D7-Pad2)") (tstamp 43dbc2ce-5ad4-4151-9f70-8729789e872c)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da30fea) - (at 141.15 96) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db06b69") - (attr through_hole) - (fp_text reference "J8" (at 1.75 -4.16) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 57d90567-e69a-4872-b50d-bca74c712506) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f1ece21d-6b1d-474a-ac1f-078bbd19b897) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.366) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8c371caa-3ea4-4a02-b31c-fb1bf749d740) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 846f1d1f-62df-49ab-8991-74963d62057e)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f7cc0069-fc62-4b67-957f-e07152e34fb3)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c4bb9f5-6ecc-4e7d-95ee-35d1355485ae)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60c32ffc-f718-484a-bebb-40625c3e56f4)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e00d9b6-c6b0-4034-a760-ff56d79972be)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b6e768b-1b6d-4640-b8ba-b69d3007cbb2)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f71eec1e-3493-4da5-865b-16b21d451641)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09e50034-f0ad-4b83-b5bc-4ce8ba5ea78b)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 320058f9-8b7b-4c09-8ef4-82fe2a948072)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81396b2e-6912-4a8e-9f9c-48a7afbb94d5)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de90b9b3-3191-4e2c-a58e-12368e6078e3)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9f3fb91c-e82d-46a0-a534-d8a6e0581e0e)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc95616f-3a27-4648-b6bc-b67d303475ca)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e61035b-1652-42e3-a238-06c0176a3b9f)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d6e1f4b-d4df-4286-8c94-ec80683095e7)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b2e9221-bc52-484b-b28f-ad33453c0d8e)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e16e4236-14de-4bbf-b42e-e858068781b0)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 899d7306-de79-4fe0-b9b9-0220ec0ba1de)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5b30ef2-9203-4f05-92f3-920b4a8f635e)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d1402a5-d08c-4fbe-a9bc-06950e018d59)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2708c18c-7b9e-44f9-b24a-adeafec0bf6d)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6adbd766-0777-48b1-8cdb-94ee9bfdc8be)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46620e2a-d243-452b-9fe3-24ffeb30e11c)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7affeb90-9096-40d6-9e02-a79dd6327db3)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ad9198b-ff6a-4217-ae53-b34aa12f1bab)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc75ef0e-1870-4041-81eb-1fbae00d2eaa)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c187b0e2-49f9-4789-93ad-85e74cbd840f)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9644c89f-01af-4d2e-a30b-b8642c1b2f80)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c388cf8c-526e-4fa3-bed7-c2c74f3ca2e2)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp edc5fa16-4bd8-4997-9114-f0a570566e89)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 88c04e55-2922-4cfd-abbf-c837df4a6fe8)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aed6e658-d437-4853-aeb4-3112d5f2c97d)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4c0d2800-f42c-4d35-870e-01176042ccc7)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp ff5d43d0-036c-4c17-af0c-13f733829a67)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 55b5acca-3bd4-4095-9ef6-2d104305461a)) - (pad "1" thru_hole rect (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp e0f24d2f-e893-44e4-a683-64b1de009f73)) - (pad "2" thru_hole circle (at 3.5 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 22 "Net-(D8-Pad2)") (tstamp b9c77a52-6f89-4c00-ba7e-1a7e0eeb60c2)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da3103e) - (at 155.448 72.8 90) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db1b0a5") - (attr through_hole) - (fp_text reference "J10" (at 4.9 -4.318 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e02ecf8a-f610-4206-a89f-a3824404216c) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2eaba33d-2793-4b25-b19a-645637dfa516) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8e8d49ea-1c17-4968-9df5-eb70102740f5) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5de44a8-8722-4346-96d6-b17ca258645b)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ba4211cb-37a4-406c-8527-1def550b2020)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efbfca5b-93ca-4378-9a6b-6878acd8232d)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5958aea-6169-4f61-8774-14566b783091)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9714747-e31d-4be3-9716-3685638b267c)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7a77353b-c30a-4c4b-a7d2-ffccacaa8f4f)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ba8682f-4b1d-4742-a9b0-84bad49f9dfc)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 390db634-a081-4686-a4ef-16bb315ab158)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 21efe244-87aa-46bf-918b-d9c7eb0fcbde)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp be1f026a-8e2a-412f-9b78-ade5c2b7fd16)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc850eb1-11c5-448f-8e9f-3a20c62c1bb4)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 72904d89-3ad0-4a17-9dcd-629905c8ecb6)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5df3190c-b2f9-4a68-9f1a-9c4a6899565a)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f8bd5ea0-7d15-4fe2-bbbb-b07813b918fb)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e386099-2f4f-422c-8219-d84055cc5423)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 60e9fc4a-9b43-4a05-806f-3c3afa1f311e)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6ee56593-e5f0-418f-8734-85484aff406b)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp b1b4b2d9-e177-4637-aab0-8962aea52eca)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c55bf4b0-8111-4611-9c1c-6c150140a79e)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7cce93be-502b-4511-aa48-053b0a71cf2b)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79eb1830-e89a-4998-b3eb-78c3028e0b96)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f7f3321-96ab-4271-9eaf-d2f2397a7835)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70871999-7a8c-433c-8d60-f6b243f9621b)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f462c45c-caad-43f2-a684-7212131e0062)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f016175f-b8a0-4a42-b0c4-e8bdd733d66e)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9231b41a-a12a-47f3-8314-8e666627c91f)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c29bf5f0-c134-4071-b8cd-9decfc2ec9ec)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp edd03856-1e76-4e7c-b7cb-b471d627e1d0)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 40eb41a0-f33b-47f6-8f01-8c9ef685afd3)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b185e7b-72e0-4a6a-be85-3993a26a8f08)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87273047-520e-4c31-b3de-24ad8827b318)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08b1acfd-8585-4ed5-828c-bfbad198218c)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25a5c70f-d46b-475b-892c-c0f421341587)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 5f2b77c9-c326-4cee-9c3c-aef33c0490c8)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a0488e8a-1ff0-4ff4-98b7-575317e78894)) - (pad "1" thru_hole rect (at 0 0 90) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 12bd2f66-3b85-47b5-a0d4-7dd0bac7ec76)) - (pad "2" thru_hole circle (at 3.5 0 90) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 24 "Net-(D10-Pad2)") (tstamp 482e6c18-1f37-4101-916b-f1674229d9f5)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da326a8) - (at 147.447 82.55 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005db1b037") - (attr smd) - (fp_text reference "R10" (at 0 1.143 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f1e068dc-1912-4ba3-aedd-df43fbdea2f3) - ) - (fp_text value "100R" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 25717cd3-5966-4873-900b-feb7315f4cb5) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 736beabb-1dc6-412b-8dc9-236b704efe4d) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54adf030-0101-4bc0-b0ac-ed8ef5c88df5)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f49e6962-efe2-4672-b75a-e921f8b8ff59)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a218816a-9c13-42a8-8b84-665b150fdf0b)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 48e70935-ccf8-4940-85b5-a8bf334db1df)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 49c642f3-c0a6-4a8d-936d-d98d46b52120)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp acff2ad7-d884-48e6-b2d3-ae2e682dab72)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a872dc31-cc31-405d-a29d-5d0f8c2f1a14)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac5b71cc-0a84-4258-b90b-73567289dc45)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 31 "Net-(Q9-Pad1)") (tstamp dd3b01f3-6f88-4a91-a6a7-2c61d8c3ac6a)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 40 "/CH_6") (tstamp 4831af11-4d88-4e44-95a0-6c35b9b5f621)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da326ed) - (at 155.448 89.5 90) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005db1b043") - (attr through_hole) - (fp_text reference "J9" (at 1.75 -4.16 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bbbb93bc-f4c7-4a68-a201-04f601d0d152) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9597b491-e0ac-4f81-9742-ff8b5a51f391) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aee439e3-ca3b-4570-9d44-98efd503a739) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0ca81fe-d877-4e20-9b30-17207291c47e)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ac6f8b9-28fb-4ead-ae81-6a41d16473ee)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61a20acd-781f-466f-842c-394c6456d54e)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cad9f57d-291c-4bc3-b6e2-b7d0ff2995d1)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b3bbaaf0-0436-4518-bcd0-6f09700d7ea4)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0e27c932-f989-42cb-9d45-17d7bf46641c)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0da627f4-9c79-472c-8f5a-c97ce15380ab)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 89f16b6c-040a-4b3d-be2b-001448e89a12)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39d42bd0-a3d0-4f92-973c-f943233d9b7d)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1848697-bdf9-4787-af34-7689b98e1b9d)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3bd9c3a8-72b5-4676-8444-f746e167a80f)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a5725bfa-b3fc-45a6-8d0e-fe1cf3bd3a79)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86fca367-9f15-48f4-9fdd-d09fb3ba1384)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61f28a75-64c3-4b99-b7dc-dcb0da11bf37)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 31fdf387-1194-4091-9d5a-2f5cbdf05193)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eccbeb86-6935-440d-b4ba-aaa2beb1fd3a)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a9083ca4-6e57-45d8-a029-da51e3c0b509)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 9f5beedc-eb31-490b-99fd-a48a9203f527)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 734d75f2-a6fb-4135-991f-01159e973d7c)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94862236-40d2-4d7a-8b16-c39891d0dfd0)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 849a4da5-aed3-473b-a5f9-f75dfce5a756)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp adf2b014-0de6-4dc3-8f79-6670e124ea18)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 191e13d9-4142-41f9-a166-2a140869a2dd)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24afb054-a15d-47b2-9782-901c7a3af7dd)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e78aa54c-19a3-4830-bcb4-86ab2889b14a)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 220328a6-4b44-4259-a4c2-0f711ec2bb40)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a38b87f1-c079-48d0-8b74-b7b79b743ab5)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86782553-6213-4695-b982-7222b28a1748)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e82f60b-3749-4dcb-be78-fda920fdd497)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f84b3fe-eea9-497e-89f1-ad697d7e60d1)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c21abbc2-654d-405a-ace8-05fdcfdde3d7)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5141ed78-5e33-4ae8-9924-d012bb40b618)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 722bea23-3dde-4bf3-8f2e-0852ca70c12b)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 6b0fd555-5fd1-4ba9-9c1c-7303836c3407)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp bdd1cd66-f98a-40d8-b2e0-67e6cfeb544d)) - (pad "1" thru_hole rect (at 0 0 90) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 0b716735-8458-423b-a58d-715596f57c50)) - (pad "2" thru_hole circle (at 3.5 0 90) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 23 "Net-(D9-Pad2)") (tstamp 7ef284c4-2a79-4385-a5fc-97a30d4ff2f4)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da32753) - (at 149.8 82.5) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db1b030") - (attr smd) - (fp_text reference "Q9" (at 1.1 -2.5 270) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a24ec671-f32d-4fb1-9f74-fb80a119bbe3) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 55d8134b-9b6c-4c9c-bd60-ead35eb73876) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 82d11fb4-80f3-4c74-832b-9c50b41ece19) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff9c4da9-e22f-4e21-9370-b2c37fec59c9)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4f802531-e425-4c04-9bce-a5e252cb5fc7)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2a107ff1-e3f8-4a27-9d3b-d9bc720c3ad1)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 26270127-2fa3-45d0-a571-9268515a01ae)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9db1d2ea-f67c-4373-9449-ce527a2c26e2)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4e977d03-9fa8-4fe1-8c2e-43940e52c901)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f080aef7-ee6f-4da9-bf60-7b965f224850)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70be3105-559c-4c14-8ec0-5fb4ccf4b9ee)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b2a1cba1-321f-49b4-a5f8-5a83278a7deb)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 22bdb844-e218-4b97-9009-2eb2ab0a00b0)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3af29d5-8cea-4bb6-bde4-6f9ecdfdc582)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 73a8d5c0-f5d8-452d-afef-7ac6e3eefea7)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0a52ce6-da18-43fb-a519-27581617cbfc)) - (pad "1" smd rect (at -1 -0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 31 "Net-(Q9-Pad1)") (tstamp 405447e6-8e64-4018-a03b-f0197a6f6f0a)) - (pad "2" smd rect (at -1 0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp a4b057b2-4c32-48ac-8a39-8775f1c785f7)) - (pad "3" smd rect (at 1 0) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 23 "Net-(D9-Pad2)") (tstamp d81abbde-cf73-4591-bf5a-fea3e8c6de6f)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da3888e) - (at 109 81.5 -90) - (descr "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") - (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") - (path "/00000000-0000-0000-0000-00005dc623b0") - (attr through_hole) - (fp_text reference "J11" (at 1.75 -4.16 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ba3fe747-a0f5-47c5-aa07-5392448e4865) - ) - (fp_text value "Screw_Terminal_01x02" (at 1.75 5.56 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 19500f87-22dd-49aa-a100-50afc1c8635f) - ) - (fp_text user "${REFERENCE}" (at 1.75 2.4 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 20bc77ac-8346-4150-88c1-c93de18090bf) - ) - (fp_line (start -2.05 4.16) (end -2.05 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 341da9cf-c276-4ba9-af19-11f6be09aa7c)) - (fp_line (start -2.05 4.8) (end -1.65 4.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 64054cca-3a7f-4fd1-9af3-afcc5a121a5f)) - (fp_line (start -1.81 -3.16) (end -1.81 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 255be1dc-f3fc-4b2c-bfa1-03f662312fb1)) - (fp_line (start -1.81 -3.16) (end 5.31 -3.16) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b772067-ca6a-4461-8727-b6e4f2903604)) - (fp_line (start -1.81 3) (end 5.31 3) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 420bdeb6-8fad-4595-8cba-10bf75dd1ecb)) - (fp_line (start -1.81 4.1) (end 5.31 4.1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29444379-5821-4f64-a252-3d3dd85dfcfc)) - (fp_line (start -1.81 4.56) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3383fafc-c74c-4b08-b1e2-bfccbdcea160)) - (fp_line (start 2.355 0.941) (end 2.226 1.069) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea786ae0-4223-4817-b9c9-ec9ad0b2ff7d)) - (fp_line (start 2.525 1.181) (end 2.431 1.274) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25631b87-18f4-41cf-a018-3ad761718f77)) - (fp_line (start 4.57 -1.275) (end 4.476 -1.181) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 16bc531c-e9da-4cbe-bd76-ffc8f616f9b2)) - (fp_line (start 4.775 -1.069) (end 4.646 -0.941) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e2546728-4ee1-496d-b75c-0b00aa6ab23f)) - (fp_line (start 5.31 -3.16) (end 5.31 4.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5015318f-3ea1-4046-a4e7-6135c46cf417)) - (fp_arc (start -1.425358 0.889894) (mid -1.680286 0.014012) (end -1.44 -0.866) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f8b4259-3b2e-4dbe-8856-0d4c05eaa896)) - (fp_arc (start -0.889894 -1.425358) (mid -0.014012 -1.680286) (end 0.866 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 595ea28e-9040-497d-9498-2d192b008c00)) - (fp_arc (start 0.028674 1.680099) (mid -0.435535 1.622918) (end -0.866 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f7b314e-86f7-4a8e-86be-006e88827c39)) - (fp_arc (start 0.890264 1.424721) (mid 0.463071 1.61492) (end 0 1.68) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 341cabb9-ca38-40c3-bf43-b1559c332da7)) - (fp_arc (start 1.425504 -0.890193) (mid 1.680626 0.000476) (end 1.425 0.891) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2234174f-5934-4e0d-b002-973da408e850)) - (fp_circle (center 3.5 0) (end 5.18 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 43b24682-c8ff-44db-9b0d-cb80545d47ee)) - (fp_line (start -2.25 -3.6) (end -2.25 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b91b6b68-7d47-4124-8b9c-572111dee981)) - (fp_line (start -2.25 5) (end 5.75 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7038ecfb-ab8e-4ba7-aaac-381fc2c163d4)) - (fp_line (start 5.75 -3.6) (end -2.25 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 380d408c-b604-42a3-9446-43be954280b9)) - (fp_line (start 5.75 5) (end 5.75 -3.6) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf9610e2-256b-4ad7-86a2-94bd89f01013)) - (fp_line (start -1.75 -3.1) (end 5.25 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9bc3f50f-8474-4fd1-a8ea-9affef824c4a)) - (fp_line (start -1.75 3) (end 5.25 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp db7270d7-2254-4b97-b161-94808501f3d4)) - (fp_line (start -1.75 4.1) (end -1.75 -3.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84b24577-6f1a-427e-8440-877c36b034d5)) - (fp_line (start -1.75 4.1) (end 5.25 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a4408663-3876-4983-8aea-aedbf885ac12)) - (fp_line (start -1.35 4.5) (end -1.75 4.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fce17811-c9f5-4004-8af1-42ff871ed8af)) - (fp_line (start 0.955 -1.138) (end -1.138 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 94a017b6-9b8e-446a-b656-c59b5af56e67)) - (fp_line (start 1.138 -0.955) (end -0.955 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d316c6e-b4ec-4d72-8444-40b4d6f5984e)) - (fp_line (start 4.455 -1.138) (end 2.363 0.955) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2d648e89-d4d5-4580-953d-5d3fc2515133)) - (fp_line (start 4.638 -0.955) (end 2.546 1.138) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac453e94-8364-4bc4-9528-1afd3bcff984)) - (fp_line (start 5.25 -3.1) (end 5.25 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ada5b4e-738e-4c49-b5fb-4844cfed654e)) - (fp_line (start 5.25 4.5) (end -1.35 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70f5b83b-b773-455c-88ce-778ac6f35b7a)) - (fp_circle (center 0 0) (end 1.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 07cd1d8f-f9cf-457c-90e8-0b39b2ce9560)) - (fp_circle (center 3.5 0) (end 5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp b5b306ba-3323-4bde-ae42-bcb5b182db4f)) - (pad "1" thru_hole rect (at 0 0 270) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 6 "VCC") (tstamp 43c5d4d0-24e8-429b-a793-69afdc740722)) - (pad "2" thru_hole circle (at 3.5 0 270) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp 3b108160-21b5-419f-a338-0487c5bb2722)) - (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_JST:JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da3d62e) - (at 111 91.45 180) - (descr "JST XH series connector, B3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator") - (tags "connector JST XH vertical") - (path "/00000000-0000-0000-0000-00005dc76b3b") - (attr through_hole) - (fp_text reference "J12" (at -3.95 2.75) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 11ef6dd9-f68d-476d-86fb-3493775165d3) - ) - (fp_text value "Conn_01x03" (at 2.5 4.6) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1cdfba76-8386-4d2d-88cb-cd32697fa4c6) - ) - (fp_text user "${REFERENCE}" (at 2.5 2.7) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c2829ba1-6441-4c8d-8bbe-e814ca6b67b8) - ) - (fp_line (start -2.85 -2.75) (end -2.85 -1.5) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 544d6ba5-c172-4bc3-b23f-2dbf7c749d16)) - (fp_line (start -2.56 -2.46) (end -2.56 3.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44a7e39b-3fd1-42cb-8317-43329d7f19ef)) - (fp_line (start -2.56 3.51) (end 7.56 3.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 06659d3f-abc0-4d4d-804f-7a96785ace35)) - (fp_line (start -2.55 -2.45) (end -2.55 -1.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 25f7ab94-b8c5-408b-b594-fc7462f2105a)) - (fp_line (start -2.55 -1.7) (end -0.75 -1.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48530d25-1251-4929-bb4d-eab7f978e7a0)) - (fp_line (start -2.55 -0.2) (end -1.8 -0.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5988a201-39a8-4f17-b5c7-7f3fc4166354)) - (fp_line (start -1.8 -0.2) (end -1.8 2.75) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc33e028-89e6-4583-95a5-c2d015bf6211)) - (fp_line (start -1.8 2.75) (end 2.5 2.75) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b782763c-bd41-42ba-a48e-21a3b70e6691)) - (fp_line (start -1.6 -2.75) (end -2.85 -2.75) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b416705-9b84-479e-8406-fd1aceb3b343)) - (fp_line (start -0.75 -2.45) (end -2.55 -2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9700967-9a3c-4816-a441-89c94eb52e9e)) - (fp_line (start -0.75 -1.7) (end -0.75 -2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e80e95b6-e48f-43fd-b2ed-79a0713bc658)) - (fp_line (start 0.75 -2.45) (end 0.75 -1.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d30a64a2-a6e4-4c41-accf-68a24da29cd7)) - (fp_line (start 0.75 -1.7) (end 4.25 -1.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d62dde9e-e7ce-4dd8-abd4-977131b0ffb1)) - (fp_line (start 4.25 -2.45) (end 0.75 -2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0ee4ff52-6c2f-4a40-84cf-bfd48f270780)) - (fp_line (start 4.25 -1.7) (end 4.25 -2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9796e226-b6ea-42fb-ac9e-8fd376469fd1)) - (fp_line (start 5.75 -2.45) (end 5.75 -1.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c2f9620b-a2f0-4ed0-96f7-71c19eb86bd4)) - (fp_line (start 5.75 -1.7) (end 7.55 -1.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a938ca12-bd76-4c62-8e5d-0d3b3c668bb5)) - (fp_line (start 6.8 -0.2) (end 6.8 2.75) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c045b028-dfdb-4869-8dc0-838c5492a1d5)) - (fp_line (start 6.8 2.75) (end 2.5 2.75) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d66d100a-a68a-4a13-a449-8142197b95b8)) - (fp_line (start 7.55 -2.45) (end 5.75 -2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b38311f-64d6-4d3e-8ef9-f124528fd69a)) - (fp_line (start 7.55 -1.7) (end 7.55 -2.45) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 940759ca-d1f3-4222-8519-cccda4c8f521)) - (fp_line (start 7.55 -0.2) (end 6.8 -0.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6a635ca-dedf-4300-b445-73f1e357ae9f)) - (fp_line (start 7.56 -2.46) (end -2.56 -2.46) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3891c3d1-b3a4-4346-bccf-668fdf5044cc)) - (fp_line (start 7.56 3.51) (end 7.56 -2.46) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee6247a6-0f5d-4ed5-a194-6119d58ddd2d)) - (fp_line (start -2.95 -2.85) (end -2.95 3.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9df555b-6a41-4d88-b486-d323fda97f81)) - (fp_line (start -2.95 3.9) (end 7.95 3.9) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b6bce7c-24fd-4938-a867-e1241112ade4)) - (fp_line (start 7.95 -2.85) (end -2.95 -2.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da3a3f8a-479a-4883-bc6f-b4e60ba6afd5)) - (fp_line (start 7.95 3.9) (end 7.95 -2.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 819ff699-018b-4089-84da-9839696609e9)) - (fp_line (start -2.45 -2.35) (end -2.45 3.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 283c43f4-481c-418b-b470-a8a78cb81569)) - (fp_line (start -2.45 3.4) (end 7.45 3.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ea1724b2-7fd5-45ce-bee9-6a40fe1a349d)) - (fp_line (start -0.625 -2.35) (end 0 -1.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b8875333-efab-449f-97de-1d590acb30e9)) - (fp_line (start 0 -1.35) (end 0.625 -2.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5e744e1f-4c1e-4db9-bba1-4901ca783a2f)) - (fp_line (start 7.45 -2.35) (end -2.45 -2.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 27a79054-8565-42fc-87fd-a97cf6797b21)) - (fp_line (start 7.45 3.4) (end 7.45 -2.35) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5521546d-1ffe-461b-8cb7-1b896a480c48)) - (pad "1" thru_hole roundrect (at 0 0 180) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.147059) - (net 6 "VCC") (tstamp a977bbdd-4f1f-41a3-b8c1-a62b42dcfd96)) - (pad "2" thru_hole oval (at 2.5 0 180) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 33 "/PIR_A") (tstamp 71b389e5-4704-4359-90f4-04ffee70011d)) - (pad "3" thru_hole oval (at 5 0 180) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp ea9d549c-144f-4f86-bc17-8912245c545d)) - (model "${KISYS3DMOD}/Connector_JST.3dshapes/JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da41b36) - (at 106.45 57.45) - (descr "Mounting Hole 3.2mm, no annular, M3") - (tags "mounting hole 3.2mm no annular m3") - (path "/00000000-0000-0000-0000-00005dce22e8") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H1" (at 0 -4.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a5fe1882-088c-48e1-8411-ab76d362db2d) - ) - (fp_text value "MountingHole" (at 0 4.2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 57431666-db64-4db1-bc8a-e437e2e0617c) - ) - (fp_text user "${REFERENCE}" (at 0.05 0.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 61e48a36-df75-4a34-bb5c-9cac7e60dc21) - ) - (fp_circle (center 0 0) (end 3.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 91abf103-0e7e-49a6-84d0-6d4f5af6e871)) - (fp_circle (center 0 0) (end 3.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 5ff28c4e-cccf-40d2-adef-fe87950d3ee7)) - (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 02d35013-b34f-489b-b653-569167845530)) - ) - - (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da41b3e) - (at 106.5 98.5) - (descr "Mounting Hole 3.2mm, no annular, M3") - (tags "mounting hole 3.2mm no annular m3") - (path "/00000000-0000-0000-0000-00005dce2a46") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H2" (at 8.1 -7.1) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fd1320e9-028e-4b1d-a03c-906afb9d9323) - ) - (fp_text value "MountingHole" (at 0 4.2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f86eed69-446a-472a-919c-a174ff6bfd53) - ) - (fp_text user "${REFERENCE}" (at 0.05 2.05) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0f05a549-455c-4b67-8e68-209881b1b308) - ) - (fp_circle (center 0 0) (end 3.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 46e1c22c-3d33-4cd9-95fd-2a031802d41a)) - (fp_circle (center 0 0) (end 3.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp eb3e9961-604c-4ded-8400-0e8440e21344)) - (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp ca0ac5b2-94ce-4168-bdf0-3cc58dfcb704)) - ) - - (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da41b46) - (at 159 57.5) - (descr "Mounting Hole 3.2mm, no annular, M3") - (tags "mounting hole 3.2mm no annular m3") - (path "/00000000-0000-0000-0000-00005dce2d5d") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H3" (at 0 -4.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 86c76358-fba3-464e-9aa7-3a2a1817046d) - ) - (fp_text value "MountingHole" (at 0 4.2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 67b24f5b-8513-4ce8-a856-a95a107973f0) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bd4eac17-ce92-451c-9e19-1923aea27c3d) - ) - (fp_circle (center 0 0) (end 3.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 15d3bae8-4f62-49a8-9b96-7df6f93e0244)) - (fp_circle (center 0 0) (end 3.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 4fd22061-10a5-4f14-b599-081fec26350b)) - (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 345b2cf3-045e-4dc6-9578-320b94b3d9b4)) - ) - - (footprint "MountingHole:MountingHole_3.2mm_M3" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da41b4e) - (at 159 98.5) - (descr "Mounting Hole 3.2mm, no annular, M3") - (tags "mounting hole 3.2mm no annular m3") - (path "/00000000-0000-0000-0000-00005dce2f26") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "H4" (at 0 -4.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e0b83dd8-f6d6-44e3-9fc0-91a1ebb7fd55) - ) - (fp_text value "MountingHole" (at 0 4.2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 569939d0-df0c-4206-9ce8-b90fb1334941) - ) - (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0fc1e80d-060b-4f93-a649-bc1dd078c655) - ) - (fp_circle (center 0 0) (end 3.2 0) - (stroke (width 0.15) (type solid)) (fill none) (layer "Cmts.User") (tstamp 7f67bf64-c1d8-4ee6-85d9-4cd22f104c34)) - (fp_circle (center 0 0) (end 3.45 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 125f4238-ee08-4acb-82fb-989483e0d2cf)) - (pad "" np_thru_hole circle (at 0 0) (size 3.2 3.2) (drill 3.2) (layers "*.Cu" "*.Mask") (tstamp 7f111551-738c-4c5a-97e2-7a4147516c7e)) - ) - - (footprint "Diode_SMD:D_SOD-123" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da4286c) - (at 149.2 85.5) - (descr "SOD-123") - (tags "SOD-123") - (path "/00000000-0000-0000-0000-00005db759c6") - (attr smd) - (fp_text reference "D9" (at 0.825 1.775 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3e3c40d4-123b-4b95-a278-42e6d1b7fb0a) - ) - (fp_text value "D_Schottky" (at 0 2.1) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8f6094f2-9ecd-4b3b-ac82-42749ed951c9) - ) - (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d99749f3-a24c-42dc-9acf-f8fab0b51268) - ) - (fp_line (start -2.25 -1) (end -2.25 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0607fc1-34eb-405e-9ac0-b2ef91af06c4)) - (fp_line (start -2.25 -1) (end 1.65 -1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f2978e67-b968-458b-b7d0-d965d88e51b1)) - (fp_line (start -2.25 1) (end 1.65 1) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5bb5ef67-e429-4c87-8f17-6c41ef5d8fd6)) - (fp_line (start -2.35 -1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14b533ed-3197-497e-80d3-3fb23570cdaa)) - (fp_line (start -2.35 -1.15) (end 2.35 -1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e1d77be0-2725-4312-878c-8e45cfef83f8)) - (fp_line (start 2.35 -1.15) (end 2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b5bf313-1919-4d86-bf96-9f56c9aa2f03)) - (fp_line (start 2.35 1.15) (end -2.35 1.15) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9b2c379-8da7-48e3-8a61-e0d3fa609de8)) - (fp_line (start -1.4 -0.9) (end 1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1ad2310-411e-4c8b-8e13-fc93919b73d6)) - (fp_line (start -1.4 0.9) (end -1.4 -0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be581ddf-006e-434a-8311-18aad4de95d0)) - (fp_line (start -0.75 0) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06c9ad6c-de36-47c6-aeef-3f328ea21ab1)) - (fp_line (start -0.35 0) (end -0.35 -0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e200bbd-4965-410c-9aa4-cdfb8179f4be)) - (fp_line (start -0.35 0) (end -0.35 0.55) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c64b1e6b-1ae2-4472-84d4-40220d80f57c)) - (fp_line (start -0.35 0) (end 0.25 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a799048-0b7c-4cb4-817c-129cef22b25d)) - (fp_line (start 0.25 -0.4) (end 0.25 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed16bd61-78a9-43a9-9794-4fa08e7726b0)) - (fp_line (start 0.25 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 95a85dea-ca0e-4961-8fe3-645b5be67629)) - (fp_line (start 0.25 0.4) (end -0.35 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c872df5-c7ea-4ee2-898e-64ea6821d969)) - (fp_line (start 1.4 -0.9) (end 1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad4e3dc3-980c-4f00-80d1-952ab23b9849)) - (fp_line (start 1.4 0.9) (end -1.4 0.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eac90383-14b3-45c9-8ace-ca4b0c15cf8a)) - (pad "1" smd rect (at -1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "VCC") (tstamp ec819d8c-acb5-4415-89cb-2d9af7522975)) - (pad "2" smd rect (at 1.65 0) (size 0.9 1.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 23 "Net-(D9-Pad2)") (tstamp 21148981-ac5d-4de1-8672-321cc04f8ca3)) - (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da4592c) - (at 149.9 63.8) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005dd27ac2") - (attr smd) - (fp_text reference "D11" (at 0 -1.5) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6d26d6fc-ea0e-4554-91a4-749a528c9922) - ) - (fp_text value "Green" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1f69a7aa-9a9c-4dbc-8bd6-f411f8cb2223) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 96d54ca6-c1dd-484a-8d49-628129ae0b5a) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cefc9162-36f0-47e6-9e97-bb5c03252afe)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 656050d9-6461-4cc9-9fd9-06439a8829e2)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 44ef6dbe-a5f6-419c-aab3-df1fd3a1676c)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4eb4776-2cdd-4cc5-91e3-af66fd6caa14)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0817ca87-270d-4af2-b5c3-be51f235c107)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42e26779-e9c4-4525-a398-2b3d7df8ded5)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f9109485-8c4c-421c-91d9-ec813cdb1828)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06dc0321-62ce-4981-9fb9-4cafd4532329)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d925abd3-ebb5-42ca-adeb-bc00634d1000)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 396f877c-d5cc-4f50-b9a5-d0c8ed6e9f28)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7cb74dc-df6d-4a3d-90d3-b3b18800be84)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8327a364-99b4-4d55-bea5-ed8590962bf5)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 40311304-09c3-4ce5-82e0-d60e4d1f7a09)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 42 "Net-(D11-Pad2)") (tstamp 946b024a-f6d3-400c-8272-e6810027b503)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da4593f) - (at 153.2 63.8) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005dd29529") - (attr smd) - (fp_text reference "D12" (at 0 -1.43) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c6c8f416-ad0b-4fa3-b189-5a117778db61) - ) - (fp_text value "Green" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 62da24a7-1275-42d5-ab67-4947fc996d16) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 8d5cc14d-c0c3-4383-98a2-22d6cc04adb2) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c6f16990-9d6b-484f-99e7-163de319be95)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ead905a6-ad31-4aa0-80e0-8c78293986a7)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fd1bf3b6-1477-4ba6-88b7-6352b9de34d4)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 49a63c39-6c6a-46dc-8954-9932f8e596c6)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 128b9866-f230-4cce-9c0a-7cc54f2b6091)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7bf0df99-8d0d-4e56-9a8f-7a92c6c4edfe)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ed5af03-a392-4429-94f5-508890483e05)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e788935-434c-4005-a451-48f08c9b0177)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9ddaa0d-8e19-49ee-9b16-cc59c5b80fb7)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1555f64a-06e1-41c1-a772-84b30486b82b)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09bd887e-d981-4945-9505-5522dc74c16b)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45c6c514-e657-4467-a83b-0ed6b11ef055)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 7bea27f4-2df0-4197-a65e-b5c04787a8e0)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 43 "Net-(D12-Pad2)") (tstamp 8f69c9d7-beac-42c1-8622-f82039b0f30c)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da45952) - (at 156.5 63.8) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005dd28df2") - (attr smd) - (fp_text reference "D13" (at 0 -1.43) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4b724731-1f73-4775-8aa5-bfd1e8b057df) - ) - (fp_text value "Red" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b80472fa-ea9a-41e9-9023-1ea4764d88cd) - ) - (fp_text user "${REFERENCE}" (at -0.15 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp ca82fce1-85cd-4617-a68c-f2921c9f114c) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1ed19a06-90f1-4171-81c0-15d8165a9422)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 971c5e29-9d14-4271-8171-34c00d279d80)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41a43355-50a7-447a-84f2-eab33aa5ac26)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf21c58c-14cf-4c63-b753-311cb2d1ef9b)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3369cf5-d4e4-4192-a8d1-0bc1c3dc941f)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d8c81a4d-bb80-4cac-a26f-d47ab4aaf3b5)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67b3a1c2-9d20-4a9e-9a77-81ffdb5a6248)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2eb3896c-74b0-4b3f-ab17-67c41b1a2c52)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 152c19b3-d120-4d7b-b97e-a9b97b137fa0)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 096fd678-0c34-4356-87f2-5fa229c26fb0)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e72e3b2-030c-47dd-9874-41b163c2788b)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8a49a8df-a03d-4eca-9146-a39fed41a97d)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 476a62d1-3e66-4b56-969b-2e71b960226a)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 44 "Net-(D13-Pad2)") (tstamp 95d9f38f-00db-4e0a-b56a-939e9a6e412b)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da45965) - (at 159.7 63.8) - (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "diode") - (path "/00000000-0000-0000-0000-00005dd2b4eb") - (attr smd) - (fp_text reference "D14" (at 0 -1.43) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 21882f53-7ced-4b2b-a892-fff3719853ef) - ) - (fp_text value "Red" (at 0 1.43) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4e68ec6f-eb56-4383-ba68-541dfbd554b8) - ) - (fp_text user "${REFERENCE}" (at 0.05 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp e1144cb0-2e57-4549-9af6-b691d2e28f6d) - ) - (fp_line (start -1.485 -0.735) (end -1.485 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62b799e0-e3b8-4fbe-a164-bfba784a01b3)) - (fp_line (start -1.485 0.735) (end 0.8 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 54f0a05e-538c-492c-910c-618f926f56cb)) - (fp_line (start 0.8 -0.735) (end -1.485 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0b0489cc-f28e-4962-9311-2802469496e5)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9202f71-1aec-4d72-b953-7ac11a145257)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69b0c6e0-c552-437c-8c57-f6e774fe0cef)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53fd460e-6faa-4688-8ea1-8909a6610a98)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dd412208-c1a1-4beb-9965-234d9f704e33)) - (fp_line (start -0.8 -0.1) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e3c3565-6113-4772-aa66-de57e45f7374)) - (fp_line (start -0.8 0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7f9b5b06-c222-4bcc-be8c-e0cea3382d99)) - (fp_line (start -0.5 -0.4) (end -0.8 -0.1) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9537827e-b6e1-41f5-a6e1-a68e05e06090)) - (fp_line (start 0.8 -0.4) (end -0.5 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b81bbbaf-60a1-422d-9ea4-103a65e537f9)) - (fp_line (start 0.8 0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2402f2c3-5511-4988-90f6-97ef2a33cebe)) - (pad "1" smd roundrect (at -0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp f513c695-3a32-4d3d-850a-235a27813503)) - (pad "2" smd roundrect (at 0.7875 0) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 45 "Net-(D14-Pad2)") (tstamp 7c3538fc-51e9-45e0-9d57-c41d5eabe801)) - (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da46046) - (at 150.2 65.3) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dd4c0dd") - (attr smd) - (fp_text reference "R12" (at -2.6 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b533e1ca-19ae-4383-8673-d6e44460592b) - ) - (fp_text value "47R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8dab1d54-d0cd-442f-89f1-b316751def37) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 49c39816-9ef3-41ed-8ad9-bc41e7b9e64a) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a4be3927-4f27-45c6-b912-012c04dc6961)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a51fa159-bfc2-4e02-8201-f42e0b533891)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cc63c128-5e2a-4b2c-89f8-643cc6498bdc)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 70fbab77-38d8-46fd-b420-2eed4e35ef12)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 112ba520-4303-495c-953e-3b0a01573bf3)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01792a33-27ac-40d2-a98f-2496c030c888)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c349607d-f2ab-4811-9068-efcf668df693)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0070bb2a-be91-46d1-a219-21ceff1b1906)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 46 "/LED1") (tstamp ca7f5e80-0ead-4dca-a893-7bc9c7dbad47)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 42 "Net-(D11-Pad2)") (tstamp 8a2fbf3c-4185-4e54-875f-fd75f1cb0f72)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da46055) - (at 153 65.3) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dd2a7f4") - (attr smd) - (fp_text reference "R13" (at 0.3 1.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 125a708e-d4b0-4e12-a8c7-f8d0d1bd518d) - ) - (fp_text value "47R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 50e84aa6-5b17-4a8e-9a3e-b1931da3d2d7) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp c56a547f-190f-4ffb-a28e-bd3088b112b1) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ca174a40-2b91-432e-8d68-c161f4e7e7be)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f685210-32a2-4396-ab21-5366e826d8ac)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 925e59c7-4647-41c1-9e12-d368ef868cc2)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 872fd88e-394d-4468-a43b-86c475c8b44a)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fef1af9b-cb11-4010-9dfa-56427c41b2e5)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6371e5f1-ff10-4ccf-95bf-45327f641b20)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f55a255b-c5b4-46c8-897a-5435009b22d4)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc38610b-6e2a-435c-bbc8-aff386781a1f)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 47 "/LED2") (tstamp 3ac2dead-948b-40e5-aa96-4d83a154cca4)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 43 "Net-(D12-Pad2)") (tstamp d2f83dbe-def0-4e25-8a7b-6e75e2939602)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da46064) - (at 155.9 65.3) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dd2c183") - (attr smd) - (fp_text reference "R14" (at 0.7 1.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a4468e02-0de7-469d-9474-f461223a96d9) - ) - (fp_text value "150R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 255a77dc-1767-460f-8614-646e97e42bd6) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp f4d6b4ae-f315-478d-a9a7-8ac8117f5262) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c9457b69-e69d-4362-89ab-2a4b86e87d12)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f2c92cb7-4832-4dc1-a0ba-140fcf7db2dc)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 489549ee-83d8-493d-a513-81674944572f)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp efda1dde-4fbb-4055-a56b-22efdcc11804)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f556583-4228-4579-a4f1-8df33765df50)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c92a8919-27e3-4939-93b9-66664bcdd67a)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ccca39e-e7bb-4170-893e-9c184823834a)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 887e2774-0c46-4c58-bd7c-1cd62a91fea5)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 48 "/LED3") (tstamp 7e57cf67-b232-4a3e-ac3a-054990895b05)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 44 "Net-(D13-Pad2)") (tstamp 60b3e3ca-ce6d-4a4f-898d-2b420b598429)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da46073) - (at 159 65.3) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dd2c5c3") - (attr smd) - (fp_text reference "R15" (at 0.7 1.2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a851afae-43cb-4d69-971f-6d280e051e94) - ) - (fp_text value "150R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6d294a64-b02a-428a-b258-c564be1e49c2) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp e30e6cd4-a21e-42df-ab4c-4c9d6d010c3b) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7a806550-e999-4cc7-99a9-9530d0ecee68)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aee6cc08-da6c-4be0-8e49-fea80a8a9fe2)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 082a5644-83a7-4e1c-9eda-ceadf8cd403b)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cac8ac2c-74e7-4ef7-bae1-5195d5ec2ab6)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 619c5003-a06d-4df1-a93a-03bab9dd0a4d)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5a07178-e2d0-4d03-8ffd-25c57a7c6245)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5ee0009-d819-4b17-bd28-4b9c881d06ed)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e622a8f6-9057-4768-a36a-37ae36fe79bb)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 49 "/LED4") (tstamp 52ecab30-542e-4e01-b4d6-4cbe2707cfdb)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 45 "Net-(D14-Pad2)") (tstamp 9359cdc6-a07f-48d4-a5a6-d98bcd065361)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Sensor:Aosong_DHT11_5.5x12.0_P2.54mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da4df01) - (at 129.9 84.1 90) - (descr "Temperature and humidity module, http://akizukidenshi.com/download/ds/aosong/DHT11.pdf") - (tags "Temperature and humidity module") - (path "/00000000-0000-0000-0000-00005ddc2bf4") - (attr through_hole) - (fp_text reference "U4" (at -1 -3.5 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8f393e66-1c01-4e4a-9542-1ff4dac20e70) - ) - (fp_text value "DHT11" (at 0 11.3 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 696d25b3-908b-46ea-bcbf-62fc8db5c65d) - ) - (fp_text user "${REFERENCE}" (at 0 3.81 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b5a4b85b-280e-4bdb-88f5-a04594700136) - ) - (fp_line (start -3.16 -2.6) (end -3.16 -0.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0f3bcaf-47dc-4145-81b6-e3a5005d371b)) - (fp_line (start -3.16 -2.6) (end -1.55 -2.6) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab403c97-f4a9-48fa-8f51-aaf7a3fa289b)) - (fp_line (start -2.88 9.94) (end -2.88 -2.31) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 557796f4-4ad5-4029-a2df-dfe4f9a306b7)) - (fp_line (start -2.87 -2.32) (end 2.87 -2.32) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ad4fcbd8-5535-4c16-abe3-103b9ce6d6c3)) - (fp_line (start 2.88 -2.32) (end 2.88 9.94) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp af046ee0-5659-45da-8940-a32d5888ba3b)) - (fp_line (start 2.88 9.94) (end -2.88 9.94) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46ebbbb7-4499-4df2-bd9a-cc86e9ce1ebd)) - (fp_line (start -3 -2.44) (end 3 -2.44) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee3e2476-d3ca-4e2d-9778-e6cb8da2d0cf)) - (fp_line (start -3 10.06) (end -3 -2.44) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 009c1abc-49e9-439b-9324-1bf44bec6e04)) - (fp_line (start 3 -2.44) (end 3 10.06) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 61c76ef1-f365-44df-8a94-9a08170dbbef)) - (fp_line (start 3 10.06) (end -3 10.06) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3dccfff2-9c14-4750-add2-41b29ff4b8f1)) - (fp_line (start -2.75 -1.19) (end -2.75 9.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 409be3e7-6553-45c6-aceb-3771a0551216)) - (fp_line (start -2.75 -1.19) (end -1.75 -2.19) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f05c127-e2a4-4698-a5fd-647014951a93)) - (fp_line (start -1.75 -2.19) (end 2.75 -2.19) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1d46ca8-3269-4c6d-9eb2-64c6b0e512f0)) - (fp_line (start 2.75 -2.19) (end 2.75 9.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 451e964a-b083-441d-96f7-4249d99eb282)) - (fp_line (start 2.75 9.81) (end -2.75 9.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 326fab3f-23e6-42a3-b5b4-8763f54b88f4)) - (pad "1" thru_hole rect (at 0 0 90) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 2 "+3V3") (tstamp 1ec1ffdb-217e-4af7-acd2-3cd2556319a3)) - (pad "2" thru_hole circle (at 0 2.54 90) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 50 "/DHT_IO") (tstamp 55f20109-fb49-478b-b607-5bf656c4dd6d)) - (pad "3" thru_hole circle (at 0 5.08 90) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") (tstamp 4edfd7fc-0a9f-4d7a-bbc8-e7e2a4ffb256)) - (pad "4" thru_hole circle (at 0 7.62 90) (size 1.5 1.5) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp f8d43819-7149-4be6-839a-45eb60cefe39)) - (model "${KISYS3DMOD}/Sensor.3dshapes/Aosong_DHT11_5.5x12.0_P2.54mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005da51b2e) - (at 126.2 83.6 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ddecba7") - (attr smd) - (fp_text reference "R16" (at 2.5 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fc985dd6-9e98-4855-83c0-e9bdfb2ece75) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a370e90e-ebdf-4281-87d4-90983f65ebad) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 98c3b9dd-1bdc-4c8a-a639-7d5054eab94f) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8bd7c55-5567-4415-bbb0-2eb35b22807c)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69f0fc21-ba8f-4967-b63f-d635024b50fd)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45816549-d0e8-4c01-bd5a-ebaff7576e66)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f12d2d88-806d-4072-b636-9c21e1cd1c74)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00cc7365-5474-4dc5-9957-cebe94630da2)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e91c9fb-5c13-43e2-b364-41ef75f03ef3)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 384207bd-968b-429c-ba77-4c2eb4554146)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b377f92b-94aa-4bf6-a943-a6d90b9a6384)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 50 "/DHT_IO") (tstamp 4c6cd303-b568-4877-a13e-40f8de2ab1f4)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "+3V3") (tstamp ac8a6f13-aa48-46a5-b37b-30da8b4ca63a)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbde418) - (at 121.8 89.408 -90) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005da71c46") - (attr smd) - (fp_text reference "Q3" (at -5.842 -29.838 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3fd3a19c-f24c-4cc6-8466-05b08cbab21f) - ) - (fp_text value "Q_NMOS_GSD" (at 0 2.5 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 275671e0-0341-48dd-9918-531ee0781847) - ) - (fp_text user "${REFERENCE}" (at 0 0.008) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 8892848e-e92f-4d37-bec9-6806981dcef6) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 40d4cd04-519a-4278-b2e2-671669d95147)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62729502-3748-4050-a609-96167d84262e)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab0e3102-063d-47d1-a731-dd4b91f4f0a9)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 88449242-ba62-45c3-9fbb-ddc262a7d3f5)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce0f7667-9a2e-4808-a03c-70564f702731)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea586d08-cfd4-41ce-a5fc-c041d4554505)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 305296d8-b683-4453-9ea6-aa94e19f6eb4)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b157b702-ddbf-41c3-b0c8-df81dfb5181d)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1e12604-f994-48c9-9f87-3d4742b73a59)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2bfea129-a596-47d8-b83e-f86ba4ab1c78)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f14b7bb4-67d0-4ff7-be16-60fe7e061f22)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a47591c-cbfb-4909-9c54-c42f4d932d8a)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a619428-3e79-49e4-9d4d-e706edb168b5)) - (pad "1" smd rect (at -1 -0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 25 "Net-(Q3-Pad1)") (tstamp 78d6ca2d-e3c0-491c-bc1e-8d7e26dc18eb)) - (pad "2" smd rect (at -1 0.95 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 1c3e7d71-a897-48dd-b8af-61a81be1a3d4)) - (pad "3" smd rect (at 1 0 270) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 17 "Net-(D3-Pad2)") (tstamp 8448bf19-8a4f-4740-a1eb-39bd79058326)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff19) - (at 121.158 86.36) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc11a04") - (attr smd) - (fp_text reference "R17" (at 0 -1.17) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cd044e70-a3be-4625-affc-7151cfb66704) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 122d2649-40f4-4eb6-866d-d29027c27bc6) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp d27da9ae-fe60-45bd-acf0-56460d01616b) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d2c654f-be88-4218-942f-7145135301ef)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 396bc43d-7b66-4ed8-b690-4769d0167a0e)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e12d8ba5-da73-4eac-b3c2-09b954edcd08)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 489eeda3-4d26-4681-ae0c-e06ba6b123b8)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0686fe5-bfa6-4702-9552-8175ed564f5d)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1e40f817-8941-4699-9b5a-ededbe6d5e52)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1861b536-1ea8-4487-96f7-5abdd0fc8732)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 53aabe9b-4a06-4ca3-b9e4-bb28ddee9ecd)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 0523de98-f3ac-489f-9f40-070d2062923f)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 34 "/CH_1") (tstamp 4eb912f9-d8d5-435f-9acb-fba416edbc13)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff28) - (at 136.271 88.138 180) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc2cc35") - (attr smd) - (fp_text reference "R18" (at -0.381 2.032) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3a111095-8bb5-466b-b63d-43a385225ad9) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3ba1630a-87b3-49d5-8359-daa803535684) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp f55cfc30-f9c0-4edf-b026-74f1dc675824) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8af779b-3e39-48af-9378-28a3da146129)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 623837dc-6b80-4cbc-9c87-b6eb1be90d7d)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5596623b-8a20-487c-bac0-41d64571e8f0)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 63441487-fcfd-4d45-92df-6a28e203c0e9)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 900ee3f4-4471-484c-808c-e9bbdf831d26)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fca67c1e-da93-4f37-a099-d5e2694f4125)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 49ccb59d-b8a4-4842-9afe-d9064bc4c0bd)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d86c712e-24e1-4d2b-9ea6-0ab85995793b)) - (pad "1" smd roundrect (at -0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 8e32d889-8ff0-4303-8725-9fa60147a5f1)) - (pad "2" smd roundrect (at 0.485 0 180) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 35 "/CH_3") (tstamp af509aa1-1160-4449-964c-b00ea8b5b7d8)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff37) - (at 144.399 83.439) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc3c60f") - (attr smd) - (fp_text reference "R19" (at -2.921 0) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f7f25c06-80a1-42fa-aa5c-9c33b2cdcc6c) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e3258233-d2e1-48d9-9547-109630b70e29) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 4d1c6df2-5c3b-4128-ad7e-7cc474e95f24) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b112c22-10f7-4dfc-855f-6760578a9d08)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c456d8e-4bf4-44ef-b2b5-4701567992da)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a443173a-3ed1-4882-b8b7-f6b78d7c80f6)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4f68fbac-a998-4454-baba-c2e173454342)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2971ef8f-a9c8-4068-8305-2eb88f4f7e0b)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45bb1337-fc29-477b-8c96-599559ec8bdc)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 91f4cc19-bbf3-4267-ae36-2881a227f72f)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1658e250-1ad6-474a-9e3c-94f973c1a955)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 41961899-7ae5-40f9-b74f-8febf8c7a40b)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 36 "/CH_5") (tstamp ad3e195f-51d0-4194-be9f-ac6a5ea398fa)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff46) - (at 145.923 77.47 90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc4c346") - (attr smd) - (fp_text reference "R20" (at 0.635 -1.016 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1e840aab-5f89-444c-98b8-29952a7a973e) - ) - (fp_text value "10kR" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2888787e-6cd3-44d1-b54f-8dbf911802b4) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 59448dfc-ecd8-4a6a-a2ff-b5426eecc7c2) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 068b6c79-cc69-481f-932e-bb5a08a7bf59)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e5ca43be-4876-44c8-a835-2245225cbab9)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30b62742-f690-46a2-88c0-f55f2ded3c51)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4b53e146-6958-4f08-827c-2f9582d2fe43)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 09825847-670f-4e74-9259-4e5841f03871)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30356e1a-c8ee-4797-abad-2fcf1688d76c)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9ccbd8e-efd2-43e6-a583-cf1a9acf84c1)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a9d39f8e-74c6-48d7-b236-ad3b0abff9de)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp cefb514f-ec8e-4f47-b487-305644fcf6ec)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 37 "/CH_7") (tstamp 1ce57de5-4397-4467-bd07-07441269dc2a)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff55) - (at 127.381 88.265) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc1f7ef") - (attr smd) - (fp_text reference "R21" (at 0 -1.17) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 53ecffa9-2e42-4962-a804-eb7dba752a16) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp de21504e-5d3f-4673-be83-96bea1186429) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp daca455e-58b4-4d24-a6e1-375c6d678a31) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 097c9be7-86a7-420f-971a-da0e6e34b445)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2eb2eb43-bc9d-464b-ad29-b23ea23570ed)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8e933b7f-9e8e-434f-9d1a-e9ab4db35b76)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 05d7d820-56bc-4f9a-b8a6-352cbc1b40db)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 05ae3704-8926-4536-95cd-63b8b1b0f4a2)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c8e7480-34e0-4fd3-a857-884499bfe892)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ab17f91-d358-4e2f-94d4-0adc43003c70)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1f5d0b9-a236-441b-ae79-73268a2532ff)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 251d63da-bc45-4e31-8323-515fc05efcc7)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 38 "/CH_2") (tstamp 2a1ed5b1-df59-4edf-9ad8-6f417cbd3a0b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff64) - (at 142.748 86.868 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc350ea") - (attr smd) - (fp_text reference "R22" (at 0 -1.17 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 57b637f9-b414-424a-b7db-0e54db8dccf2) - ) - (fp_text value "10kR" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e147fcb6-d27c-4426-b6dd-1cbd24284690) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 8017c8e1-867d-4d7a-8db4-93778883178f) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 091fbb2b-0755-4f4b-ba6e-7455ae877ba9)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 08edf5ba-4af4-4716-a97d-47b9273f5691)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84586800-6976-4936-8ae0-83b5d1d56598)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54a3aea8-fccc-443c-a419-1f25db8d9e8c)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe059b1f-9c1a-4a0c-878f-de72ffbff017)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3e80661-f8c5-474c-9ac8-664a215f29ce)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cc6553d-6cef-4efe-8b05-10c75f2bd520)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac08499c-7f36-462f-82fd-35df82a3f3d3)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 0a7facad-f73d-4828-a25b-b0af36e3efd2)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 39 "/CH_4") (tstamp 2d23c946-a4f9-41da-8d6e-e535a8de80b0)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff73) - (at 144.399 82.042) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc44260") - (attr smd) - (fp_text reference "R23" (at 0 -1.17) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 741c041a-bba4-4691-a225-f6d23850c85b) - ) - (fp_text value "10kR" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6cb957c8-9b8a-4947-a2c7-5418931c46e3) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 403f5f43-28f3-45cf-a800-93e88441306c) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 837f8971-c08a-44ca-80c8-03aa847c3b57)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69759f20-e7c3-4b96-9152-fce82e5d31e3)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 18ffc9d0-8520-4a37-bdb0-9987c611b0c3)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 01a984af-b16b-4f12-a196-ef550f992ebc)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0d050b31-6421-415a-9ff8-63757c9a27e3)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 160272ee-47c4-4cf6-8792-6edd40b71fa1)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1eb3823f-15c3-45c1-9787-78e73c228277)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6fd79cf8-fe28-4747-a897-750f484b502f)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 0974b927-1c26-4de0-8292-cd69e9b0efcd)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 40 "/CH_6") (tstamp a7b98c1c-aa9e-4054-b80a-802e4cba20ad)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbdff82) - (at 147.32 68.857 -90) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005dc54548") - (attr smd) - (fp_text reference "R24" (at -1.293 1.27 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2d813858-b37d-490b-beb2-4b6d3abbd4b9) - ) - (fp_text value "10kR" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6ba83d53-7f87-4a3b-9d0c-5743985e1bda) - ) - (fp_text user "${REFERENCE}" (at 0.149 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 83cba357-6355-4d28-914c-b97e3b31113a) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa227be7-1da6-43fd-bc4b-ba5623e88fba)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b706d4a-aa96-40fa-9f84-1ead67c5b039)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 802e07b6-c5a9-4ae3-949d-f3177b529cbb)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8101651f-e037-45b7-92ba-b80a1bec3da6)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b9aaf16-2387-4911-a7df-8c3f9acd2612)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5dff173f-47ff-4c27-b56d-cc887bfa6c9d)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c75e9c21-a5da-403d-ac13-9c7aeb3bd2ce)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 173eb995-3dec-47ba-b47b-1393fe3d055f)) - (pad "1" smd roundrect (at -0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 8bc828ef-6653-4054-89dc-22d895e3f860)) - (pad "2" smd roundrect (at 0.485 0 270) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 41 "/CH_8") (tstamp 8be8cc1d-dbdf-4b1b-bbbe-357653ba922a)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005dbe133c) - (at 149.8 70.3) - (descr "SOT-23, Standard") - (tags "SOT-23") - (path "/00000000-0000-0000-0000-00005db1b092") - (attr smd) - (fp_text reference "Q10" (at -0.702 -2.482) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 64b15428-5386-4fba-a26c-c875afcfc9c6) - ) - (fp_text value "Q_NMOS_GDS" (at 0 2.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3ce0e93f-8ce6-434e-a588-413674503ae0) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.075))) - (tstamp 0873f8ec-e6a3-48bc-8b46-4eaf8448b2c0) - ) - (fp_line (start 0.76 -1.58) (end -1.4 -1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 97391099-2a36-4d64-8a3a-b28881530e5a)) - (fp_line (start 0.76 -1.58) (end 0.76 -0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 019a0a3e-0e62-44ea-a41b-2fe5df1e5384)) - (fp_line (start 0.76 1.58) (end -0.7 1.58) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 14b19a82-9aae-43ca-b719-794ec9567f0e)) - (fp_line (start 0.76 1.58) (end 0.76 0.65) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 762bbe2a-245a-449c-be04-b3f52651e08f)) - (fp_line (start -1.7 -1.75) (end 1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb4fea98-363e-458f-8b2f-fddcd57f78dd)) - (fp_line (start -1.7 1.75) (end -1.7 -1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8ec05c12-0ba4-4446-9275-9bd8c8875502)) - (fp_line (start 1.7 -1.75) (end 1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a3ee7626-6c9d-4a13-8248-9d8371a46c3f)) - (fp_line (start 1.7 1.75) (end -1.7 1.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e3a80057-092c-4a36-b0ab-d946d69691cb)) - (fp_line (start -0.7 -0.95) (end -0.7 1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bc5eca3-7e3e-4c80-b0a4-65759e225ce9)) - (fp_line (start -0.7 -0.95) (end -0.15 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5aeab08c-f5c0-467b-8f2f-6f65a54ca332)) - (fp_line (start -0.7 1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7bab5c50-b9a1-40f2-b10d-40c4eeb47a21)) - (fp_line (start -0.15 -1.52) (end 0.7 -1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee6e7fe9-0d74-4c4d-bd08-c283530346ac)) - (fp_line (start 0.7 -1.52) (end 0.7 1.52) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3dd0b06d-9bdb-4a91-b75c-7da7ea353049)) - (pad "1" smd rect (at -1 -0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 32 "Net-(Q10-Pad1)") (tstamp e242edea-d74d-4147-956f-3bac8d1a5abc)) - (pad "2" smd rect (at -1 0.95) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (tstamp 71848bc1-bd64-4780-912b-28961999b1cd)) - (pad "3" smd rect (at 1 0) (size 0.9 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 24 "Net-(D10-Pad2)") (tstamp da9f95cd-0f86-442b-8374-0de89d5acf97)) - (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 102.87 57.785) (end 102.87 98.425) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005da32e80)) - (gr_line (start 106.68 102.235) (end 158.75 102.235) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005da32e81)) - (gr_line (start 162.56 98.425) (end 162.56 57.785) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005da32e82)) - (gr_line (start 117.975 53.975) (end 118 54) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005da33440)) - (gr_line (start 151.025 53.975) (end 151 54) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005da33442)) - (gr_line (start 118 54) (end 119.5 61) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 0b641242-6874-462b-85fc-72d8a96e7349)) - (gr_line (start 106.68 53.975) (end 117.975 53.975) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 1b558708-02ff-4a76-81d5-da1068bed902)) - (gr_line (start 119.5 61) (end 149.5 61) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 47a1c962-b887-45e5-8245-20760ea846e9)) - (gr_arc (start 162.56 98.425) (mid 161.444077 101.119077) (end 158.75 102.235) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 7f550f21-0511-4d9a-9cb1-b7ac8b7d22ea)) - (gr_arc (start 158.75 53.975) (mid 161.444077 55.090923) (end 162.56 57.785) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 84473409-dc6e-4bb4-aa78-1db2db6685c1)) - (gr_arc (start 102.87 57.785) (mid 103.985923 55.090923) (end 106.68 53.975) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp b36f2602-5995-411e-937a-178bb52fc6b0)) - (gr_arc (start 106.68 102.235) (mid 103.985923 101.119077) (end 102.87 98.425) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp d7fc29db-efa4-4a99-927d-3e021cb53f9d)) - (gr_line (start 149.5 61) (end 151 54) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp eb270293-b0be-47ed-989c-0f4d487259e9)) - (gr_line (start 158.75 53.975) (end 151.025 53.975) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp f2a21a3c-4898-4406-bb4d-f7ff0abd892d)) - (gr_text "WiredHut\nLight Control / Temperature Humidity Sensor" (at 134.62 73.66) (layer "B.SilkS") (tstamp 191d320f-4b96-4cd2-80c2-e935f4c4f8a9) - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - ) - (gr_text "Rev 2" (at 134.62 76.2) (layer "B.SilkS") (tstamp ecb7728a-c9f6-4a31-81a8-074d45adc917) - (effects (font (size 1 1) (thickness 0.15) italic) (justify mirror)) - ) - (gr_text "12V Gnd" (at 103.5 83.2 270) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005da425a7) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "5:+ -" (at 150.7 101.5) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005da425aa) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Gnd" (at 105.8 94.65) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005da4c492) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "6:+ -" (at 161.4 88.5 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005da4c49d) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "8:+ -" (at 161.4 71.5 90) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-00005da4c4a3) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "3:+ -" (at 134.5 101.5) (layer "F.SilkS") (tstamp 177a69f3-6a97-4340-b4a5-5ac5a6585f03) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Vin" (at 108.7 94.7) (layer "F.SilkS") (tstamp 26180a38-83ab-4df4-8fe0-1dd3464ec1e4) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "2:+ -" (at 126.1 101.5) (layer "F.SilkS") (tstamp 64ae9d63-dc39-4a37-81fb-a0d462c3bc02) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Vcc" (at 111.3 94.7) (layer "F.SilkS") (tstamp 73e748bb-5ede-4a1c-8dc8-de4a417fdad2) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "4:+ -" (at 142.3 101.5) (layer "F.SilkS") (tstamp 80891f65-c984-40f7-a59a-2990c31d63e3) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "1:+ -" (at 117.6 101.5) (layer "F.SilkS") (tstamp bca1242c-a215-4139-8671-ee4855406b18) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "7:+ -" (at 161.4 80.1 90) (layer "F.SilkS") (tstamp c382370d-7093-4558-98cb-98ac7c1ad35d) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "Reset" (at 114.1 54.9) (layer "F.SilkS") (tstamp c5bb480f-3895-42eb-98f7-ef828bdb07fc) - (effects (font (size 1 1) (thickness 0.15))) - ) - (gr_text "12V Gnd" (at 103.6 75.1 270) (layer "F.SilkS") (tstamp eb0781ab-dda3-44c4-85ca-85c8da0f147d) - (effects (font (size 1 1) (thickness 0.15))) - ) - - (segment (start 117.602 67.056) (end 117.602 68.072) (width 0.3048) (layer "F.Cu") (net 1) (tstamp 04b59a8d-6912-4a4f-bb4f-f8fc6e008ac2)) - (segment (start 116 71.3) (end 115.3 72) (width 0.635) (layer "F.Cu") (net 1) (tstamp 070066d9-91e8-4e4e-8d42-9b3880d1497a)) - (segment (start 111.9665 65.29) (end 113.154 65.29) (width 0.3048) (layer "F.Cu") (net 1) (tstamp 07e9e969-826e-4d4a-9206-d4ab2fad9264)) - (segment (start 155.7125 63.8) (end 155.7125 61.5125) (width 0.635) (layer "F.Cu") (net 1) (tstamp 09337d25-41e6-47e6-9886-846297ed1cd4)) - (segment (start 148.8 77.9024) (end 148.8 77.35) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 0d12a662-b28e-48c1-ac22-07f19ee57637)) - (segment (start 111 56.291) (end 111 55.4) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 10486a3a-f009-4298-ad8a-61c14bc033d3)) - (segment (start 114.15 73.5) (end 114.15 72.05) (width 0.635) (layer "F.Cu") (net 1) (tstamp 13536d14-b03e-44ae-8645-a79fd71fcd33)) - (segment (start 147.64 88.916) (end 146.828 88.916) (width 0.635) (layer "F.Cu") (net 1) (tstamp 146b3a19-1cef-4444-99e5-852efb39b7cb)) - (segment (start 146.343 77.955) (end 146.747 78.359) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 2b8b64d9-cdc3-428f-aac5-ca7f8efe13ba)) - (segment (start 114.15 72.05) (end 114.2 72) (width 0.635) (layer "F.Cu") (net 1) (tstamp 2d5f08eb-0aa6-476d-946a-fdda447f8977)) - (segment (start 158.9125 63.8) (end 158.9125 63.2125) (width 0.635) (layer "F.Cu") (net 1) (tstamp 327b3d56-3dbf-429e-bd22-19edf19c4eb5)) - (segment (start 146.747 78.359) (end 148.3434 78.359) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 342510af-f44b-40c9-ae31-b33c359cbeb1)) - (segment (start 148.3434 78.359) (end 148.8 77.9024) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 35b6362f-1037-4a15-8c8e-b1ba72e6b46c)) - (segment (start 123.086 62.103) (end 122.936 62.253) (width 0.635) (layer "F.Cu") (net 1) (tstamp 35ff8671-3e29-4655-b8bd-959e04e1722d)) - (segment (start 137.6 84.1) (end 138.7 83) (width 0.635) (layer "F.Cu") (net 1) (tstamp 3b828ad5-a31a-4ad8-9403-6e102db3c6d4)) - (segment (start 104.1725 65.04) (end 104.1725 67.04) (width 0.635) (layer "F.Cu") (net 1) (tstamp 407f95e4-11e6-4c4e-a9fc-0d9b89fdcc15)) - (segment (start 149.595 83.45) (end 149.606 83.439) (width 0.635) (layer "F.Cu") (net 1) (tstamp 40bf5233-9bd3-40bf-931a-c8460f5b2006)) - (segment (start 111.01 65.29) (end 110.744 65.024) (width 0.3048) (layer "F.Cu") (net 1) (tstamp 4333a972-e312-4a1b-a72a-18fe5ceb3bd2)) - (segment (start 128.651 79.613) (end 128.651 80.749) (width 0.635) (layer "F.Cu") (net 1) (tstamp 47dd1d59-0370-4550-ba36-a6ccec48c0b5)) - (segment (start 117 56.291) (end 116.3476 56.291) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 4a62b755-ec76-4205-9912-518eb71be493)) - (segment (start 113.154 65.29) (end 113.904 66.04) (width 0.3048) (layer "F.Cu") (net 1) (tstamp 4b0ba7ce-e2c5-476b-beb6-6e0e1fd3152a)) - (segment (start 136.756 87.907) (end 137.16 87.503) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 4bc18f58-89c2-433f-9b90-b506b9c6dbed)) - (segment (start 128.651 80.749) (end 128.4 81) (width 0.635) (layer "F.Cu") (net 1) (tstamp 4e305da4-e408-4f42-a754-42f05d46c9bf)) - (segment (start 106.8725 67.34) (end 107.3475 67.34) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 4f0e105e-ca20-40cf-a6ad-acceb66b11c3)) - (segment (start 152.4125 63.8) (end 152.4125 62.0875) (width 0.635) (layer "F.Cu") (net 1) (tstamp 50afd521-91ea-48fd-a5ea-e05dc3c18f79)) - (segment (start 120.673 86.36) (end 120.142 86.36) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 53397304-93b2-4b85-9e67-970d6b1f9cb0)) - (segment (start 146.828 88.916) (end 146.558 88.646) (width 0.635) (layer "F.Cu") (net 1) (tstamp 549895d4-42e1-4ff7-a50f-6238d7e3375d)) - (segment (start 126.896 87.653) (end 126.873 87.63) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 5ceac26e-2b42-4030-b03e-713f603ee5da)) - (segment (start 143.914 82.042) (end 143.383 82.042) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 5f1c1d53-f08b-4f6a-9c0b-9480400253ea)) - (segment (start 143.383 82.042) (end 143.256 82.169) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 61881c53-1228-4950-85eb-e253a9986e3c)) - (segment (start 149.486 77.35) (end 149.733 77.597) (width 0.635) (layer "F.Cu") (net 1) (tstamp 630e6cec-0ce8-4aad-b37f-56d2b759e3b1)) - (segment (start 143.914 83.439) (end 143.129 83.439) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 679c1e5d-2852-42a6-b221-c0e58825dae7)) - (segment (start 127 80.2) (end 126 80.2) (width 0.635) (layer "F.Cu") (net 1) (tstamp 6e811efd-46a8-4c07-afba-8266e636adb3)) - (segment (start 121.666 62.253) (end 120.881 62.253) (width 0.635) (layer "F.Cu") (net 1) (tstamp 72454ee1-81ea-418f-86fb-a27bd604680a)) - (segment (start 145.923 77.955) (end 146.343 77.955) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 72baf36d-3222-407e-82ab-ae8cf6dc8a62)) - (segment (start 148.8 77.35) (end 149.486 77.35) (width 0.635) (layer "F.Cu") (net 1) (tstamp 73db54d3-e93e-4ba9-8344-928b962517bc)) - (segment (start 148.8 83.45) (end 149.595 83.45) (width 0.635) (layer "F.Cu") (net 1) (tstamp 742469e0-687d-4725-9e55-2c30829ea67f)) - (segment (start 140.95 88.662) (end 140.95 89.174) (width 0.635) (layer "F.Cu") (net 1) (tstamp 74e08cf2-f5c7-4561-8ed1-2c61e06ae3f6)) - (segment (start 111.991 62.461) (end 112.395 62.865) (width 0.635) (layer "F.Cu") (net 1) (tstamp 779bca99-0805-4dd4-b683-eb17b32514f1)) - (segment (start 126.508 89.678) (end 125.984 89.154) (width 0.635) (layer "F.Cu") (net 1) (tstamp 786c72e5-96ac-43bb-849e-8489c32ca9fd)) - (segment (start 127.25 89.678) (end 126.508 89.678) (width 0.635) (layer "F.Cu") (net 1) (tstamp 796b63ea-4c56-4e99-a02d-07f695584dd8)) - (segment (start 137.52 84.1) (end 137.6 84.1) (width 0.635) (layer "F.Cu") (net 1) (tstamp 7b6461eb-9743-47d1-9bc2-4587238a73ec)) - (segment (start 148.8 71.037) (end 149.352 70.485) (width 0.635) (layer "F.Cu") (net 1) (tstamp 7ed2f788-5f59-4fb6-8a8c-017888600791)) - (segment (start 120.85 88.408) (end 120.85 87.576) (width 0.635) (layer "F.Cu") (net 1) (tstamp 863b8774-539d-4342-8f4b-1cfd4f501f08)) - (segment (start 126.896 88.265) (end 126.896 87.653) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 876f4a00-55ff-4b96-8c27-78b53fb36e5c)) - (segment (start 112.2 70.335) (end 113.135 70.335) (width 0.635) (layer "F.Cu") (net 1) (tstamp 8798658e-50cf-4d4b-8fef-ffd7bd24e41a)) - (segment (start 122.936 62.253) (end 121.666 62.253) (width 0.635) (layer "F.Cu") (net 1) (tstamp 8911468f-b15c-467d-b142-3a133d5ea1e0)) - (segment (start 147.32 68.372) (end 147.32 67.564) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 89f73fa5-cc5b-4a36-9814-f4a0d2f01715)) - (segment (start 142.748 85.979) (end 142.494 85.725) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 8a0acbe4-7e00-4ad8-aebc-f0e8612f984e)) - (segment (start 111.9665 65.29) (end 111.01 65.29) (width 0.3048) (layer "F.Cu") (net 1) (tstamp 8a4284d2-5b49-4953-8625-956e8a1fcdfd)) - (segment (start 158.9125 63.2125) (end 156.9 61.2) (width 0.635) (layer "F.Cu") (net 1) (tstamp 8d46fe78-f076-4903-aacb-daba8087ef0f)) - (segment (start 108.4 68.3925) (end 108.4 68.7) (width 0.1524) (layer "F.Cu") (net 1) (tstamp 9e638a8b-a7be-46aa-b095-038d76a6cd1c)) - (segment (start 116.8125 71.3) (end 116 71.3) (width 0.635) (layer "F.Cu") (net 1) (tstamp a28c4583-ccc1-4908-9b0f-f7ba6defebd0)) - (segment (start 120.881 62.253) (end 120.87609 62.25791) (width 0.635) (layer "F.Cu") (net 1) (tstamp a5bf22ec-de94-4512-8821-b8b51c1eec73)) - (segment (start 113.135 70.335) (end 113.4 70.6) (width 0.635) (layer "F.Cu") (net 1) (tstamp a848f6a1-bdb6-4f7c-bcab-67cf501c8808)) - (segment (start 125.866 62.103) (end 123.086 62.103) (width 0.635) (layer "F.Cu") (net 1) (tstamp a9234824-6b7a-4375-83f8-c3a8ae6f2070)) - (segment (start 136.756 88.138) (end 136.756 87.907) (width 0.1524) (layer "F.Cu") (net 1) (tstamp ac6dc041-04f3-4377-bd8d-28fa1a54bac2)) - (segment (start 142.866 62.103) (end 144.903 62.103) (width 0.635) (layer "F.Cu") (net 1) (tstamp acd7ab20-9108-4e31-a4bc-fd9883055043)) - (segment (start 149.1125 63.8) (end 147.8 63.8) (width 0.635) (layer "F.Cu") (net 1) (tstamp b55f13fc-7f9d-4763-a000-28dd0893a470)) - (segment (start 133.65 89.5) (end 132.623 89.5) (width 0.635) (layer "F.Cu") (net 1) (tstamp b6cebc33-f629-499d-9c44-d903022d8dac)) - (segment (start 111.2 70.335) (end 112.2 70.335) (width 0.1524) (layer "F.Cu") (net 1) (tstamp b6f99f2f-f076-4418-955a-7c518a873e7b)) - (segment (start 128.4 81) (end 127.8 81) (width 0.635) (layer "F.Cu") (net 1) (tstamp b87dceaa-c928-4c93-a182-a1b233a066c3)) - (segment (start 142.748 86.383) (end 142.748 85.979) (width 0.1524) (layer "F.Cu") (net 1) (tstamp b90a6411-9e20-43e0-86d9-c53cd3193f96)) - (segment (start 155.7125 61.5125) (end 155.3 61.1) (width 0.635) (layer "F.Cu") (net 1) (tstamp b99e6c0a-1c51-4b73-9823-6e55e6a3a980)) - (segment (start 148.8 71.25) (end 148.8 71.037) (width 0.635) (layer "F.Cu") (net 1) (tstamp c05701a9-9106-409c-8989-6da2662e351c)) - (segment (start 118.6 82.0875) (end 118.0125 82.0875) (width 0.635) (layer "F.Cu") (net 1) (tstamp c20661c1-414e-4e08-bf91-ae82bd65abdc)) - (segment (start 116.3476 56.291) (end 111 56.291) (width 0.1524) (layer "F.Cu") (net 1) (tstamp c505d6ea-506c-49a3-b1f3-90a42e540625)) - (segment (start 132.623 89.5) (end 132.588 89.535) (width 0.635) (layer "F.Cu") (net 1) (tstamp c537529c-fc3c-46b7-b9a7-1157464ab6c9)) - (segment (start 120.85 87.576) (end 120.777 87.503) (width 0.635) (layer "F.Cu") (net 1) (tstamp c5942f0e-cf88-4ab7-8c71-ab4d956bc7b5)) - (segment (start 104.1725 67.04) (end 104.1725 68.94) (width 0.635) (layer "F.Cu") (net 1) (tstamp c63820aa-c183-4351-bc2a-b42e75e748f6)) - (segment (start 118.0125 82.0875) (end 117.2 82.9) (width 0.635) (layer "F.Cu") (net 1) (tstamp c684dfe8-a784-4f1f-baf7-72bce56421c2)) - (segment (start 140.95 89.174) (end 140.462 89.662) (width 0.635) (layer "F.Cu") (net 1) (tstamp d05c04d8-0ed7-4e03-bed4-597c16156af5)) - (segment (start 120.65 62.484) (end 120.65 63.754) (width 0.635) (layer "F.Cu") (net 1) (tstamp d06cf73e-04d4-4104-8d44-45695f0adb75)) - (segment (start 120.142 86.36) (end 119.888 86.106) (width 0.1524) (layer "F.Cu") (net 1) (tstamp d1fef5c9-5b33-4d8f-8320-39ddd8740929)) - (segment (start 111.506 62.461) (end 111.991 62.461) (width 0.635) (layer "F.Cu") (net 1) (tstamp d2c61051-a74b-4e68-a046-cdf12bd978dc)) - (segment (start 144.903 62.103) (end 145.8 63) (width 0.635) (layer "F.Cu") (net 1) (tstamp dd5b5cda-e891-44c5-ad2b-1d3be6ad4f5e)) - (segment (start 120.87609 62.25791) (end 120.65 62.484) (width 0.635) (layer "F.Cu") (net 1) (tstamp e414a266-8d18-46dd-8225-97df9e87bc1b)) - (segment (start 115.3 72) (end 114.2 72) (width 0.635) (layer "F.Cu") (net 1) (tstamp e6f8cf98-80af-4099-80c8-5ec4062bc665)) - (segment (start 107.3475 67.34) (end 108.4 68.3925) (width 0.1524) (layer "F.Cu") (net 1) (tstamp e8fde393-d2e5-4c43-9efd-ec7db2757007)) - (segment (start 104.1725 63.14) (end 104.1725 65.04) (width 0.635) (layer "F.Cu") (net 1) (tstamp f120becf-f219-4d88-954f-12fdc5c48cd7)) - (segment (start 152.4125 62.0875) (end 153.4 61.1) (width 0.635) (layer "F.Cu") (net 1) (tstamp f3824007-2524-4034-816f-dfe50802dd43)) - (segment (start 127.8 81) (end 127 80.2) (width 0.635) (layer "F.Cu") (net 1) (tstamp ff2f56e8-5abb-47f8-bc1f-5530c4e00b84)) - (via (at 117.2 82.9) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 001d49b2-33bc-4937-926d-7db71ce7e7e3)) - (via (at 149.352 70.485) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 02d14676-c7e0-4a51-afdd-04bbb14f9206)) - (via (at 110.744 65.024) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp 033ce223-1e25-4f06-b6d6-b622af0c5ef6)) - (via (at 108.4 68.7) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 0565d116-57ed-48ad-91db-e23ebbbc938c)) - (via (at 126.873 87.63) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp 0701a179-c078-44ac-9c0d-2ed4e1751433)) - (via (at 115.3 72) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 07abbea4-d9a8-40e1-b94a-808db34aacf9)) - (via (at 112.395 62.865) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 180f9028-1be6-4535-84cf-267702043fc9)) - (via (at 126 80.2) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 1e95427d-b8e7-438a-8794-65bbc1b3e021)) - (via (at 149.606 83.439) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 3057fbf4-64a8-46b0-8744-ea74678669f2)) - (via (at 120.65 63.754) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 38a856b6-979b-4bae-81e4-d1ddcfc97ba5)) - (via (at 147.8 63.8) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 41dc0665-0bb8-4a40-a95e-00be1b4aae36)) - (via (at 147.32 67.564) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp 444feeea-466d-4429-83ea-265ef4816b3a)) - (via (at 155.3 61.1) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 5222ae97-6690-4f51-83ee-6f96cadef710)) - (via (at 120.777 87.503) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 54c25693-093c-4e53-98f0-30e2600e9e2f)) - (via (at 119.888 86.106) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp 588d633e-f89d-418b-983f-df8781721549)) - (via (at 125.984 89.154) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 66a732d5-5ab3-47d4-9a77-66416a3755a9)) - (via (at 137.16 87.503) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp 6d7d6324-450d-4a59-b862-1b48a2f63d75)) - (via (at 114.2 72) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 76dc02e0-24c0-4b0c-9252-cf02226ac3e9)) - (via (at 140.462 89.662) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 7b2fee78-008c-4635-8705-5aadd104bae9)) - (via (at 113.904 66.04) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp 7d9f039f-b784-48df-8382-c89649887a32)) - (via (at 142.494 85.725) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp 7e97b2c8-8d54-4648-b8b6-555c6b7f143a)) - (via (at 146.558 88.646) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 82c9ab56-155f-4fc9-b40c-82923cdcaeb8)) - (via (at 153.4 61.1) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 8441fe3b-c7a1-41a8-b36e-f7075651bf4a)) - (via (at 149.733 77.597) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp 8ae89589-6ee5-461e-bae4-78745570ae91)) - (via (at 117.602 68.072) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp 9775922a-e830-41b9-88d5-f34816da77b6)) - (via (at 111 55.4) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp a9dc452d-60bc-4e28-b3c4-de3e3a427a48)) - (via (at 156.9 61.2) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp b3ecd517-753d-4487-a2c4-96ee0a335015)) - (via (at 143.129 83.439) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp c7686550-ee50-4a76-8e0f-76d5391baa0c)) - (via (at 138.7 83) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp d31db292-34c6-4578-80e8-24be49583dfa)) - (via (at 145.8 63) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp d3bffd6b-455c-444a-9f12-c0ef10ccd5b8)) - (via (at 132.588 89.535) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp e092f5cf-1d80-4df1-83fe-b7562c219c7f)) - (via (at 143.256 82.169) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 1) (tstamp ee31e5b9-0acb-44b1-a2e3-3960590852c5)) - (via (at 127 80.2) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp ef139def-1771-44df-bd18-fb9e9475660a)) - (via (at 113.4 70.6) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 1) (tstamp f72b73b9-88a8-4ef0-b5ab-fb5a9d843e2e)) - (segment (start 125.866 63.373) (end 123.086 63.373) (width 0.635) (layer "F.Cu") (net 2) (tstamp 052a529a-ff62-465a-9593-ba15b8f6de80)) - (segment (start 125.871383 81.8) (end 126.5 81.8) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 0aa96018-1641-4ecb-bb98-f8b2027f4463)) - (segment (start 111.264 66.79) (end 111.9665 66.79) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 0b1d9d98-6ca4-4dca-a479-67057457179c)) - (segment (start 111.2 69.365) (end 111.535 69.365) (width 0.635) (layer "F.Cu") (net 2) (tstamp 0d6703a4-5ebe-464e-b8ee-8ec3fa9d244e)) - (segment (start 123.086 63.373) (end 122.936 63.223) (width 0.635) (layer "F.Cu") (net 2) (tstamp 15283aae-ce31-4fcd-8cf9-50286610b4bc)) - (segment (start 121.666 63.223) (end 122.278 63.223) (width 0.635) (layer "F.Cu") (net 2) (tstamp 2732b9a9-881f-4c8a-b95f-47cd115e4fc6)) - (segment (start 120.45 75.8) (end 120.45 73.3625) (width 0.635) (layer "F.Cu") (net 2) (tstamp 29b437b1-9865-4f0f-be6a-92184fc39b4a)) - (segment (start 110.744 67.31) (end 110.744 68.909) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 2aed4cbd-6072-4c80-81ba-ae467ef48f2a)) - (segment (start 110.744 67.31) (end 111.264 66.79) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 2dfec124-cf3e-4c3b-8c79-ea6b6d47c6ea)) - (segment (start 120.45 73.3625) (end 118.3875 71.3) (width 0.635) (layer "F.Cu") (net 2) (tstamp 3678214e-c49b-48b6-a8d2-f61daa7e27ec)) - (segment (start 110.744 67.31) (end 110.764 67.29) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 3ca69ab8-bc54-4d2c-8040-bb1e1d653c2b)) - (segment (start 114.15 75.8) (end 116.4 75.8) (width 0.635) (layer "F.Cu") (net 2) (tstamp 44b75a22-8846-4393-9dfc-6e55a670b0b6)) - (segment (start 111.535 69.365) (end 111.535 68.635) (width 0.3048) (layer "F.Cu") (net 2) (tstamp 4779d38b-3a4e-40dc-a9dc-f1ac38d2b33b)) - (segment (start 125.8 81.8) (end 125.871383 81.8) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 4a2e8058-1b1a-485d-a6a5-9fbf9fa7a7dd)) - (segment (start 112.654 67.9775) (end 112.654 68.911) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 50e34412-43be-49d1-958d-6fb21beb958d)) - (segment (start 125.715 81.885) (end 125.8 81.8) (width 0.1524) (layer "F.Cu") (net 2) (tstamp 7aebec71-5eac-410f-a145-11fae5e9e9e5)) - (segment (start 111.535 69.365) (end 112.2 69.365) (width 0.635) (layer "F.Cu") (net 2) (tstamp a570db63-d33e-4d77-88f8-b5fb16d0eb3a)) - (segment (start 112.654 68.911) (end 112.2 69.365) (width 0.1524) (layer "F.Cu") (net 2) (tstamp b989964f-eb97-4c6b-a1ba-51a8bb4be939)) - (segment (start 125.715 83.6) (end 125.715 81.885) (width 0.1524) (layer "F.Cu") (net 2) (tstamp b9e60c34-bdf9-4505-bffe-d37e88910d5c)) - (segment (start 110.236 63.119) (end 109.855 63.5) (width 0.635) (layer "F.Cu") (net 2) (tstamp bafb140e-6c27-473d-bb2e-1606e5f61f60)) - (segment (start 110.764 67.29) (end 111.9665 67.29) (width 0.1524) (layer "F.Cu") (net 2) (tstamp bbe36ca1-7359-4835-85d1-d659a85ba75f)) - (segment (start 122.936 63.223) (end 121.666 63.223) (width 0.635) (layer "F.Cu") (net 2) (tstamp bc3a1a39-a9ae-4a39-91d6-4bdaed9faf55)) - (segment (start 128.8 84.1) (end 126.5 81.8) (width 0.635) (layer "F.Cu") (net 2) (tstamp cb052307-fe93-4d35-9d16-051b93d52830)) - (segment (start 110.744 68.909) (end 111.2 69.365) (width 0.1524) (layer "F.Cu") (net 2) (tstamp cebd81f9-3c6c-4b7b-aaa3-a1f89fa16fcd)) - (segment (start 122.278 63.223) (end 123.19 64.135) (width 0.635) (layer "F.Cu") (net 2) (tstamp dd99fa8e-5f48-41c4-9e26-489098fb1336)) - (segment (start 111.535 68.635) (end 111.4 68.5) (width 0.3048) (layer "F.Cu") (net 2) (tstamp e92326d0-d19f-425b-b0bc-3ab0fb585006)) - (segment (start 129.9 84.1) (end 128.8 84.1) (width 0.635) (layer "F.Cu") (net 2) (tstamp eeb9d1e6-3885-4526-b5c9-265e7e1250c9)) - (segment (start 117.7 75.8) (end 116.4 75.8) (width 0.635) (layer "F.Cu") (net 2) (tstamp f8b7a891-1cd8-4e21-9a82-d5fd56e7010b)) - (segment (start 110.236 62.461) (end 110.236 63.119) (width 0.635) (layer "F.Cu") (net 2) (tstamp f9077418-5a2f-4baa-8524-9e34fc295bab)) - (segment (start 117.7 75.8) (end 120.45 75.8) (width 0.635) (layer "F.Cu") (net 2) (tstamp fe0ca41f-eaaf-4009-92ba-017bd4fbfcba)) - (via (at 111.4 68.5) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 2) (tstamp 350a6eed-7ef7-4564-b635-b400701c50b1)) - (via (at 123.19 64.135) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 2) (tstamp 397e07e9-03c7-400d-9d12-7fea3e209eb7)) - (via (at 117.7 75.8) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 2) (tstamp 7229e4c7-68a1-4198-a0cf-8a4ddd40e788)) - (via (at 126.5 81.8) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 2) (tstamp 7d1e00a7-0202-4682-9157-127299775e57)) - (via (at 116.4 75.8) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 2) (tstamp c0db7006-c9e2-4049-869e-b7e46b0f8a1f)) - (via (at 109.855 63.5) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 2) (tstamp fb6aac3b-bf7d-4e46-8dd6-1cca874d7d17)) - (segment (start 117.602 65.481) (end 117.293 65.79) (width 0.3048) (layer "F.Cu") (net 3) (tstamp 1d42ddd4-64d0-477d-8a8d-f496faa9261e)) - (segment (start 117.293 65.79) (end 115.8415 65.79) (width 0.3048) (layer "F.Cu") (net 3) (tstamp 6b6b22e9-513f-4ecf-9b6d-42f64f0e6127)) - (segment (start 112.4 78.1) (end 114.15 78.1) (width 0.635) (layer "F.Cu") (net 4) (tstamp 23162147-5755-43fe-ba2f-daaa12e25e9a)) - (segment (start 118.6 80.5125) (end 117.4375 80.5125) (width 0.635) (layer "F.Cu") (net 4) (tstamp 32e26854-bd28-4220-a954-11c5bda18004)) - (segment (start 109.55 70.45) (end 111.8 72.7) (width 0.635) (layer "F.Cu") (net 4) (tstamp 72b045f0-80ec-4dd8-a685-fdc9ff15bec1)) - (segment (start 114.15 78.2) (end 116.95 81) (width 0.635) (layer "F.Cu") (net 4) (tstamp 752a5f08-4102-48cd-acff-f8e862a93bb2)) - (segment (start 114.15 78.1) (end 114.15 78.2) (width 0.635) (layer "F.Cu") (net 4) (tstamp 7dca5e8b-f1f4-4452-b227-2aa43b56933c)) - (segment (start 111.8 72.7) (end 111.8 77.5) (width 0.635) (layer "F.Cu") (net 4) (tstamp 909c4909-45e5-4fd4-9399-a1289b657045)) - (segment (start 117.4375 80.5125) (end 116.95 81) (width 0.635) (layer "F.Cu") (net 4) (tstamp a5907925-4e37-43ec-8b1b-ddc0c3958f4c)) - (segment (start 109.4 70.45) (end 109.55 70.45) (width 0.635) (layer "F.Cu") (net 4) (tstamp d834c156-21c8-471a-9aa6-59a15f7a2d3d)) - (segment (start 111.8 77.5) (end 112.4 78.1) (width 0.635) (layer "F.Cu") (net 4) (tstamp e11f1b50-4e6e-45f1-a26a-b088f7efd55d)) - (segment (start 119 63.922798) (end 119 62.2911) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 08df5b73-9866-47c9-a7a5-d613b7730be8)) - (segment (start 123 65) (end 121.5 65) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 181a968b-ea67-4dfd-bd38-74a4cc58829c)) - (segment (start 124.7136 64.643) (end 124.3566 65) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 21aef1da-c403-4832-9b25-9c91d9ca244e)) - (segment (start 117.5 61.5) (end 117 61) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 24cb7231-e30f-4670-9679-e980968db3fb)) - (segment (start 121.5 65) (end 120.961399 64.461399) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 29ea5b47-6792-4202-882d-0acc87c5420c)) - (segment (start 111 60.041) (end 111 60.985) (width 0.635) (layer "F.Cu") (net 5) (tstamp 2bbaa3d7-ce30-493e-b747-4103c483da80)) - (segment (start 123 65) (end 123 65.248) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 5e4877eb-7182-4f57-b352-ace5b3cedf19)) - (segment (start 119.538601 64.461399) (end 119 63.922798) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 69872097-8661-4ab2-92df-ebefafd54314)) - (segment (start 119 62.2911) (end 118.2089 61.5) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 6b42be16-9a34-455e-9aae-328b1cc0d92a)) - (segment (start 111 60.041) (end 117 60.041) (width 0.635) (layer "F.Cu") (net 5) (tstamp 7ef6f94f-55b8-44ce-bf8e-64dbb281e83a)) - (segment (start 120.961399 64.461399) (end 119.538601 64.461399) (width 0.1524) (layer "F.Cu") (net 5) (tstamp 9a7200aa-4924-437b-9770-afdf05d6072d)) - (segment (start 110.236 61.491) (end 111.506 61.491) (width 0.635) (layer "F.Cu") (net 5) (tstamp 9ce0c7d8-25a2-4e05-af89-205950013db2)) - (segment (start 124.3566 65) (end 123 65) (width 0.1524) (layer "F.Cu") (net 5) (tstamp b3efadc9-1bea-4e63-929f-e1ee3102f158)) - (segment (start 125.866 64.643) (end 124.7136 64.643) (width 0.1524) (layer "F.Cu") (net 5) (tstamp b9eda974-ec4a-423d-865a-42ce4e42abe4)) - (segment (start 111 60.985) (end 111.506 61.491) (width 0.635) (layer "F.Cu") (net 5) (tstamp bd346ce6-61ef-4c8e-88f6-fde9382e8603)) - (segment (start 118.2089 61.5) (end 117.5 61.5) (width 0.1524) (layer "F.Cu") (net 5) (tstamp d618c141-a12a-4549-b5b9-ea3022472f1e)) - (segment (start 122.208 66.04) (end 122.158 66.04) (width 0.1524) (layer "F.Cu") (net 5) (tstamp e26b90d4-35bd-4893-a826-6d373232c5ae)) - (segment (start 123 65.248) (end 122.208 66.04) (width 0.1524) (layer "F.Cu") (net 5) (tstamp eb8f68e7-3b36-43a9-924a-574af81b22f8)) - (segment (start 117 61) (end 117 60.041) (width 0.1524) (layer "F.Cu") (net 5) (tstamp f6d85c8c-e7cc-4453-889d-7c0dfa86bffd)) - (segment (start 137.830099 94.515099) (end 139.315 96) (width 0.635) (layer "F.Cu") (net 6) (tstamp 04e4362d-5176-4a77-8929-88a0eaea07fb)) - (segment (start 148.635 85.5) (end 152.635 89.5) (width 0.635) (layer "F.Cu") (net 6) (tstamp 0c9d2802-df41-4908-9e30-2a970fe99c08)) - (segment (start 130.430099 90.404901) (end 131.5 89.335) (width 0.635) (layer "F.Cu") (net 6) (tstamp 0d5876bd-76bf-4b9f-af62-b329a740dda3)) - (segment (start 137.830099 90.504901) (end 137.830099 94.515099) (width 0.635) (layer "F.Cu") (net 6) (tstamp 199d61a6-67b7-481b-880c-5bffc34f9262)) - (segment (start 147.55 73.3) (end 148.635 73.3) (width 0.635) (layer "F.Cu") (net 6) (tstamp 19d3a877-d770-4826-be5f-4981e3477bf9)) - (segment (start 153.613 81.1) (end 155.448 81.1) (width 0.635) (layer "F.Cu") (net 6) (tstamp 202e979c-fa40-4284-a0f9-fce77e9bd710)) - (segment (start 114.434 91.45) (end 116.7 89.184) (width 0.635) (layer "F.Cu") (net 6) (tstamp 24ed8487-9fc8-4e8d-a015-d258fcf48477)) - (segment (start 149.35 96) (end 144.218099 90.868099) (width 0.635) (layer "F.Cu") (net 6) (tstamp 2e3d9459-1880-4af3-97db-8b8e498d19e9)) - (segment (start 124.130099 89.388901) (end 125.2 88.319) (width 0.635) (layer "F.Cu") (net 6) (tstamp 3fb5983f-3d13-45a0-8a2b-8605c2941326)) - (segment (start 113.65 81) (end 109.5 81) (width 0.635) (layer "F.Cu") (net 6) (tstamp 452f0448-2be9-4e73-be2d-87acf3ec7f97)) - (segment (start 148.735 79.4) (end 149.915099 80.580099) (width 0.635) (layer "F.Cu") (net 6) (tstamp 49cbbb49-21f4-4db2-ae33-91dbf71eb5fe)) - (segment (start 144.218099 88.388901) (end 145.288 87.319) (width 0.635) (layer "F.Cu") (net 6) (tstamp 5037f4b1-0745-47af-bd47-7fc2fed32628)) - (segment (start 124.85 96) (end 124.85 94.165) (width 0.635) (layer "F.Cu") (net 6) (tstamp 51ffbf8b-5d29-49b2-b98d-67cf26e777c6)) - (segment (start 147.55 85.5) (end 148.635 85.5) (width 0.635) (layer "F.Cu") (net 6) (tstamp 5bc09cda-5a14-4ce5-8f91-93b9f56a1d50)) - (segment (start 145.288 87.319) (end 145.288 86.234) (width 0.635) (layer "F.Cu") (net 6) (tstamp 5daab50c-4930-4105-8f3e-d0dde669e6f7)) - (segment (start 109.5 81) (end 109 81.5) (width 0.635) (layer "F.Cu") (net 6) (tstamp 65150967-833e-4077-a388-29cd57c42ab0)) - (segment (start 152.635 89.5) (end 153.613 89.5) (width 0.635) (layer "F.Cu") (net 6) (tstamp 6c6fe19c-57b3-4a75-9018-ea00ea0d5ad2)) - (segment (start 148.635 73.3) (end 149.735 74.4) (width 0.635) (layer "F.Cu") (net 6) (tstamp 6dbbae99-c74b-421e-a4af-5dcecfca128f)) - (segment (start 131.5 89.335) (end 131.5 88.25) (width 0.635) (layer "F.Cu") (net 6) (tstamp 6fa4cb1f-f195-4bd1-bde0-85890a8d0c29)) - (segment (start 124.130099 93.445099) (end 124.130099 89.388901) (width 0.635) (layer "F.Cu") (net 6) (tstamp 74ff5892-8993-4f3e-b03a-58c7874feafe)) - (segment (start 153.613 72.8) (end 155.448 72.8) (width 0.635) (layer "F.Cu") (net 6) (tstamp 781f7548-8c0e-47b1-a45a-7f89993a9d73)) - (segment (start 131.143 96) (end 130.430099 95.287099) (width 0.635) (layer "F.Cu") (net 6) (tstamp 7defbc3b-fd2f-45eb-b0de-a5cd9ad2bc9d)) - (segment (start 144.218099 90.868099) (end 144.218099 88.388901) (width 0.635) (layer "F.Cu") (net 6) (tstamp 7e29d068-7b2b-4060-9644-bfb33e0bd7c4)) - (segment (start 138.9 89.435) (end 137.830099 90.504901) (width 0.635) (layer "F.Cu") (net 6) (tstamp 8907bf34-c4cd-4fec-98f1-3310a75e9011)) - (segment (start 124.85 94.165) (end 124.130099 93.445099) (width 0.635) (layer "F.Cu") (net 6) (tstamp 8ce8fb11-2096-434f-8c39-a6154658f4c0)) - (segment (start 149.915099 80.580099) (end 153.093099 80.580099) (width 0.635) (layer "F.Cu") (net 6) (tstamp 8d80328b-51f8-4693-a1a7-697a60ce420c)) - (segment (start 132.978 96) (end 131.143 96) (width 0.635) (layer "F.Cu") (net 6) (tstamp 918d74af-85fd-4ab4-8f0a-4acc715936c4)) - (segment (start 149.735 74.4) (end 152.013 74.4) (width 0.635) (layer "F.Cu") (net 6) (tstamp 95c9bc39-61c2-4800-be5e-d9e125d0f88e)) - (segment (start 147.65 79.4) (end 148.735 79.4) (width 0.635) (layer "F.Cu") (net 6) (tstamp a0c92485-73c4-433f-b490-5bbb6ece0eb1)) - (segment (start 152.013 74.4) (end 153.613 72.8) (width 0.635) (layer "F.Cu") (net 6) (tstamp a121e64d-2413-4ab2-a242-0507d39cc730)) - (segment (start 139.315 96) (end 141.15 96) (width 0.635) (layer "F.Cu") (net 6) (tstamp a15ed911-87fa-4fd1-a1b1-407de67ebd22)) - (segment (start 153.613 89.5) (end 155.448 89.5) (width 0.635) (layer "F.Cu") (net 6) (tstamp a309ea1d-d206-4210-9ce3-9c64e73a069d)) - (segment (start 138.9 88.35) (end 138.9 89.435) (width 0.635) (layer "F.Cu") (net 6) (tstamp b5bf7c89-08b7-4831-9dc3-090e6e398156)) - (segment (start 130.430099 95.287099) (end 130.430099 90.404901) (width 0.635) (layer "F.Cu") (net 6) (tstamp bbf0ffc9-1162-420e-989a-f4dc806caa64)) - (segment (start 153.093099 80.580099) (end 153.613 81.1) (width 0.635) (layer "F.Cu") (net 6) (tstamp bcd5a068-d3c1-468a-b10a-586e012a8fdc)) - (segment (start 125.2 88.319) (end 125.2 87.234) (width 0.635) (layer "F.Cu") (net 6) (tstamp ce960562-8187-4829-83fd-d2846c8d24e7)) - (segment (start 116.7 89.184) (end 118.65 87.234) (width 0.635) (layer "F.Cu") (net 6) (tstamp e2242332-1857-41f4-bc6a-ca511266a8a9)) - (segment (start 118.65 87.234) (end 118.8 87.234) (width 0.635) (layer "F.Cu") (net 6) (tstamp e2d252f6-7f39-4c3d-963a-f4c90bfbd89e)) - (segment (start 111 91.45) (end 114.434 91.45) (width 0.635) (layer "F.Cu") (net 6) (tstamp fffacc52-9e5d-4aef-b162-300bbff47735)) - (segment (start 113.154 67.9775) (end 113.154 69.212) (width 0.1524) (layer "F.Cu") (net 7) (tstamp 1033e017-5852-4e58-8472-35873b22d1a4)) - (segment (start 113.154 69.212) (end 113.284 69.342) (width 0.1524) (layer "F.Cu") (net 7) (tstamp 138ca217-e2e4-4048-8f6d-650018601122)) - (segment (start 109.19 64.74) (end 109.22 64.77) (width 0.3048) (layer "F.Cu") (net 7) (tstamp 23d1d4c3-6cc3-4714-a091-a85a688e3987)) - (segment (start 109.4 68) (end 109.4 67.15) (width 0.635) (layer "F.Cu") (net 7) (tstamp be1973b5-944e-4b3f-b538-98f9abd75844)) - (segment (start 106.8725 64.74) (end 109.19 64.74) (width 0.3048) (layer "F.Cu") (net 7) (tstamp f0551b0d-193b-4fdb-a0e5-6faded28433e)) - (via (at 109.22 64.77) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 7) (tstamp 3803a671-ffc7-4940-8b9d-c44e18526b14)) - (via (at 109.4 68) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 7) (tstamp cee5c3b9-7a69-4e31-b98a-7ac0155fbceb)) - (via (at 113.284 69.342) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 7) (tstamp eccf1943-fc6d-4695-9661-f9b1d8cc1d09)) - (segment (start 109.844499 67.555501) (end 109.4 68) (width 0.1524) (layer "B.Cu") (net 7) (tstamp 29d40087-78ab-4934-8f38-60bc205dac55)) - (segment (start 113.284 69.342) (end 111.497501 67.555501) (width 0.1524) (layer "B.Cu") (net 7) (tstamp 2a17d88e-c921-4c25-b752-4d8b851f2cab)) - (segment (start 109.22 67.82) (end 109.4 68) (width 0.635) (layer "B.Cu") (net 7) (tstamp e4770f8d-fd18-4f8b-b648-50764db82a1f)) - (segment (start 111.497501 67.555501) (end 109.844499 67.555501) (width 0.1524) (layer "B.Cu") (net 7) (tstamp e6cef24e-9e7c-4a0a-af5a-7cce3c74ab83)) - (segment (start 109.22 64.77) (end 109.22 67.82) (width 0.635) (layer "B.Cu") (net 7) (tstamp fea83edd-ed5b-41fc-a0e1-d57254342090)) - (segment (start 115.154 63.59) (end 115.244 63.5) (width 0.1524) (layer "F.Cu") (net 8) (tstamp 06c5e24e-efac-4084-874c-d82344feb3f1)) - (segment (start 117.6 64.2) (end 117.6 63.983) (width 0.1524) (layer "F.Cu") (net 8) (tstamp 1458d918-9d59-48a0-a885-d994c66cfe8d)) - (segment (start 120.158 66.99) (end 119.41 66.99) (width 0.1524) (layer "F.Cu") (net 8) (tstamp 31cea756-70d2-4b40-ac1a-fac24b5dc4e5)) - (segment (start 119.41 66.99) (end 119.2 67.2) (width 0.1524) (layer "F.Cu") (net 8) (tstamp 42e2ebce-6cf5-40f7-9c13-45c59442fcfc)) - (segment (start 117.6 63.983) (end 117.117 63.5) (width 0.1524) (layer "F.Cu") (net 8) (tstamp 563f08c1-193f-43d7-9e06-125f804cea0e)) - (segment (start 115.154 64.1025) (end 115.154 63.59) (width 0.1524) (layer "F.Cu") (net 8) (tstamp b0810f2b-735b-4f6d-8ccb-574a82670bc6)) - (segment (start 115.244 63.5) (end 117.117 63.5) (width 0.1524) (layer "F.Cu") (net 8) (tstamp f17d96de-4b8b-47de-894f-a49fd31ec805)) - (via (at 117.6 64.2) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 8) (tstamp 5f6c4c8d-3f7d-4ba1-a395-99d4da0cc1f4)) - (via (at 119.2 67.2) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 8) (tstamp 7c1e44ec-fb90-4be4-b34f-4b927d1a1099)) - (segment (start 119.2 67.2) (end 117.6 65.6) (width 0.1524) (layer "B.Cu") (net 8) (tstamp 16f8f2ee-ef3b-48f7-87d7-6318896f41a0)) - (segment (start 117.6 65.6) (end 117.6 64.2) (width 0.1524) (layer "B.Cu") (net 8) (tstamp 1c7a406a-ff66-4fb1-8d04-ccde775a59b0)) - (segment (start 118.087 62.23) (end 118.61061 62.75361) (width 0.1524) (layer "F.Cu") (net 9) (tstamp 18dfc277-72a0-443e-a869-842e6e3eea02)) - (segment (start 119.09 65.09) (end 120.158 65.09) (width 0.1524) (layer "F.Cu") (net 9) (tstamp 4c5c379c-8464-4b42-a963-2a395d968762)) - (segment (start 118.61061 64.012544) (end 118.90481 64.306744) (width 0.1524) (layer "F.Cu") (net 9) (tstamp 973f1012-e93b-4bf5-865d-3d4716c0cca3)) - (segment (start 118.90481 64.306744) (end 118.90481 64.90481) (width 0.1524) (layer "F.Cu") (net 9) (tstamp a60926d8-9a33-46f3-95c9-2bc9919f5304)) - (segment (start 118.90481 64.90481) (end 119.09 65.09) (width 0.1524) (layer "F.Cu") (net 9) (tstamp e49bc8c9-eaa0-47d6-8c4e-cfb409a9f3a0)) - (segment (start 118.61061 62.75361) (end 118.61061 64.012544) (width 0.1524) (layer "F.Cu") (net 9) (tstamp fdab0606-6713-4346-80a3-f4e48a856f00)) - (segment (start 142.879 78.6) (end 142.866 78.613) (width 0.1524) (layer "F.Cu") (net 10) (tstamp 08ce9fb7-1954-45f2-8132-7d620e7182b5)) - (segment (start 122.158 69.042) (end 122.4 68.8) (width 0.1524) (layer "F.Cu") (net 10) (tstamp e3aa7830-a279-4999-8c4b-6f7c6bee3c4c)) - (segment (start 144.6 78.6) (end 142.879 78.6) (width 0.1524) (layer "F.Cu") (net 10) (tstamp eea32478-7a3c-4e5b-9e11-35cc4536d1f3)) - (segment (start 122.158 69.85) (end 122.158 69.042) (width 0.1524) (layer "F.Cu") (net 10) (tstamp f265b76f-94e9-462a-b23a-315ada6c12d3)) - (via (at 122.4 68.8) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 10) (tstamp 0fd9795f-ad1c-40d6-b936-436f3f0c4031)) - (via (at 144.6 78.6) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 10) (tstamp 197084ad-f39e-455b-9794-e9383de6d06b)) - (segment (start 132.2 78.6) (end 144.6 78.6) (width 0.1524) (layer "B.Cu") (net 10) (tstamp 1685ea2b-aca7-4a82-80d5-c9352c52cf87)) - (segment (start 122.4 68.8) (end 132.2 78.6) (width 0.1524) (layer "B.Cu") (net 10) (tstamp c2d5d027-e6d0-4916-8a8c-aa615c07e649)) - (segment (start 120.108 70.8) (end 118.75875 69.45075) (width 0.1524) (layer "F.Cu") (net 11) (tstamp 056bec1d-3f7b-4d08-8fd5-b54649441941)) - (segment (start 113.154 64.1025) (end 113.154 62.646) (width 0.1524) (layer "F.Cu") (net 11) (tstamp 0f5a5691-9262-45c8-9e0b-cb3300356471)) - (segment (start 115.8 61.4) (end 116.6 61.4) (width 0.1524) (layer "F.Cu") (net 11) (tstamp 2682a3b2-bd39-4093-800f-98e88c1b6be1)) - (segment (start 116.6 61.713) (end 117.117 62.23) (width 0.1524) (layer "F.Cu") (net 11) (tstamp 32a3e8ed-1103-4938-8e6c-ec55b82501e8)) - (segment (start 118.75875 69.45075) (end 118.75875 69.04125) (width 0.1524) (layer "F.Cu") (net 11) (tstamp 6efa5446-9fed-48a9-9690-8743c73a7379)) - (segment (start 113.76289 62.03711) (end 115.16289 62.03711) (width 0.1524) (layer "F.Cu") (net 11) (tstamp 8f8dd364-fab1-4b31-a2ff-de50c170d4b8)) - (segment (start 120.158 70.8) (end 120.108 70.8) (width 0.1524) (layer "F.Cu") (net 11) (tstamp a297af16-5585-47f6-842b-97abe6f09024)) - (segment (start 115.16289 62.03711) (end 115.8 61.4) (width 0.1524) (layer "F.Cu") (net 11) (tstamp bf29c755-8192-4bcf-b4b9-7f4a73564a9b)) - (segment (start 116.6 61.4) (end 116.6 61.713) (width 0.1524) (layer "F.Cu") (net 11) (tstamp d2c7fffe-30d0-4f3b-93e7-4294b88d7555)) - (segment (start 113.154 62.646) (end 113.76289 62.03711) (width 0.1524) (layer "F.Cu") (net 11) (tstamp e9016ec1-31f3-4a7d-9cc3-cb92c20518aa)) - (via (at 116.6 61.4) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 11) (tstamp 74238e05-13cd-4688-aeea-6f9fcf00e980)) - (via (at 118.75875 69.04125) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 11) (tstamp bf107f6b-e811-4386-9c0d-ae249ec39cc6)) - (segment (start 114 61.4) (end 116.6 61.4) (width 0.1524) (layer "B.Cu") (net 11) (tstamp 00fff41d-9482-416a-abf7-3ff3816da263)) - (segment (start 114.6 68) (end 114.6 65.6) (width 0.1524) (layer "B.Cu") (net 11) (tstamp 4252085b-9eb8-4fa8-8edc-8e62afc5b9a3)) - (segment (start 115.387251 68.787251) (end 114.6 68) (width 0.1524) (layer "B.Cu") (net 11) (tstamp 6b5e952c-1e91-4870-96ae-7ea9a4b74a96)) - (segment (start 113.2 62.2) (end 114 61.4) (width 0.1524) (layer "B.Cu") (net 11) (tstamp 962a84f8-15cb-4ffe-9cab-24ad9689703c)) - (segment (start 118.75875 69.04125) (end 118.504751 68.787251) (width 0.1524) (layer "B.Cu") (net 11) (tstamp baf31fe4-f5d6-415f-9611-5a4d8ba64196)) - (segment (start 113.2 64.2) (end 113.2 62.2) (width 0.1524) (layer "B.Cu") (net 11) (tstamp ee1717fa-9ac7-46d0-81a5-965a3a5b4652)) - (segment (start 114.6 65.6) (end 113.2 64.2) (width 0.1524) (layer "B.Cu") (net 11) (tstamp f69c8622-1279-41ff-ac5f-26d154538751)) - (segment (start 118.504751 68.787251) (end 115.387251 68.787251) (width 0.1524) (layer "B.Cu") (net 11) (tstamp f86c290b-5bf7-46a8-a1d5-7a89bb7cde10)) - (segment (start 118.6 64.433) (end 118.6 68.2) (width 0.1524) (layer "F.Cu") (net 12) (tstamp 077123cb-777b-4ea4-ac77-4cbe5a109631)) - (segment (start 118.087 63.92) (end 118.6 64.433) (width 0.1524) (layer "F.Cu") (net 12) (tstamp 372c280d-bea3-4207-8f03-b9e0e596b19b)) - (segment (start 118.087 63.5) (end 118.087 63.92) (width 0.1524) (layer "F.Cu") (net 12) (tstamp 7c5b1685-8228-4bc2-a84c-fcb3dd233ad1)) - (segment (start 118.6 68.2) (end 119.3 68.9) (width 0.1524) (layer "F.Cu") (net 12) (tstamp 917d1bcc-bbd7-4196-8c7b-c987d3758e82)) - (segment (start 119.3 68.9) (end 120.158 68.9) (width 0.1524) (layer "F.Cu") (net 12) (tstamp e21b2d2c-5946-46d0-8d2e-e117bb35320a)) - (segment (start 115.431066 62.2) (end 115.289146 62.34192) (width 0.1524) (layer "F.Cu") (net 13) (tstamp 13e4b9cd-9c1f-4020-8d9d-5b6013fabcc2)) - (segment (start 144.3 67.2) (end 142.883 67.2) (width 0.1524) (layer "F.Cu") (net 13) (tstamp 140dca6e-8c7a-4278-9d9e-a8b3d53b8b04)) - (segment (start 114.45808 62.34192) (end 114.154 62.646) (width 0.1524) (layer "F.Cu") (net 13) (tstamp 3dcdb180-d413-4a66-8559-9a10000c4af8)) - (segment (start 115.289146 62.34192) (end 114.45808 62.34192) (width 0.1524) (layer "F.Cu") (net 13) (tstamp 7ced1b89-85c6-40a6-8263-61a69afa8a46)) - (segment (start 114.154 62.646) (end 114.154 64.1025) (width 0.1524) (layer "F.Cu") (net 13) (tstamp 7db8767d-fccd-449f-b278-1df1f4a4815a)) - (segment (start 142.883 67.2) (end 142.866 67.183) (width 0.1524) (layer "F.Cu") (net 13) (tstamp 8d925c19-48bf-4a8a-952a-359fa1945706)) - (segment (start 116 62.2) (end 115.431066 62.2) (width 0.1524) (layer "F.Cu") (net 13) (tstamp e9979d79-8765-41c3-ae81-b13ca5f07aaa)) - (via (at 144.3 67.2) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 13) (tstamp 5361c6c0-521d-43cf-bcbe-ec08af23b864)) - (via (at 116 62.2) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 13) (tstamp d170687e-7fe9-4752-ab04-7bcca4b1aa4f)) - (segment (start 116.449397 62.453999) (end 116.453999 62.458601) (width 0.1524) (layer "B.Cu") (net 13) (tstamp 10d64021-4808-4127-b19d-003a3cd204fa)) - (segment (start 116.453999 62.458601) (end 142.258601 62.458601) (width 0.1524) (layer "B.Cu") (net 13) (tstamp 1d646960-e428-45ad-a6fe-ef15a520cdc9)) - (segment (start 142.258601 63.058601) (end 144.782601 65.582601) (width 0.1524) (layer "B.Cu") (net 13) (tstamp 54483fad-2829-48ca-92b7-c0f308927047)) - (segment (start 142.258601 62.458601) (end 142.258601 63.058601) (width 0.1524) (layer "B.Cu") (net 13) (tstamp 59f7068f-e2d4-4cfd-b1ef-e79b086782d5)) - (segment (start 116 62.2) (end 116.253999 62.453999) (width 0.1524) (layer "B.Cu") (net 13) (tstamp 84082eb4-89e4-4850-a1ee-795b0bb4fd45)) - (segment (start 144.782601 66.232601) (end 144.3 66.715202) (width 0.1524) (layer "B.Cu") (net 13) (tstamp 947cc36a-5389-4fb4-b693-9ab14d955744)) - (segment (start 144.3 66.715202) (end 144.3 67.2) (width 0.1524) (layer "B.Cu") (net 13) (tstamp ebe7198e-9cc5-4e77-916d-950df8cdcaac)) - (segment (start 116.253999 62.453999) (end 116.449397 62.453999) (width 0.1524) (layer "B.Cu") (net 13) (tstamp ec3266e4-e8d0-41f0-8239-bb55f9eeaf6d)) - (segment (start 144.782601 65.582601) (end 144.782601 66.232601) (width 0.1524) (layer "B.Cu") (net 13) (tstamp fa38199f-082e-4f49-b459-a5a6d0f330e6)) - (segment (start 114.654 64.1025) (end 114.654 63.367478) (width 0.1524) (layer "F.Cu") (net 14) (tstamp 20aa0b4e-473b-44c5-8ce3-7782219450b5)) - (segment (start 114.654 63.367478) (end 115.196958 62.82452) (width 0.1524) (layer "F.Cu") (net 14) (tstamp 6ea4ea6d-d135-4ec7-b808-26fcfdedbb0e)) - (segment (start 142.903 65.95) (end 142.866 65.913) (width 0.1524) (layer "F.Cu") (net 14) (tstamp 8c6cf721-2462-445d-9825-ff58e8678068)) - (segment (start 144.3 65.95) (end 142.903 65.95) (width 0.1524) (layer "F.Cu") (net 14) (tstamp d83ce15f-5f36-4b46-aa70-15ecbf42f542)) - (via (at 144.3 65.95) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 14) (tstamp 1badd745-cc3a-4c89-896a-c19e53a41658)) - (via (at 115.196958 62.82452) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 14) (tstamp d82be1cc-dfda-4685-952d-b322e7a61c4e)) - (segment (start 115.196958 62.82452) (end 141.82452 62.82452) (width 0.1524) (layer "B.Cu") (net 14) (tstamp 50689c77-ca2b-46d4-878c-c2cb43587fe9)) - (segment (start 141.82452 62.82452) (end 141.82452 63.47452) (width 0.1524) (layer "B.Cu") (net 14) (tstamp 922d782a-de56-4b12-8296-c5bfa452b725)) - (segment (start 141.82452 63.47452) (end 144.3 65.95) (width 0.1524) (layer "B.Cu") (net 14) (tstamp f803a120-26ef-4dfd-ad1c-023e044c1e51)) - (segment (start 108.98581 65.532) (end 109.982 65.532) (width 0.1524) (layer "F.Cu") (net 15) (tstamp 15e7154e-b0ce-41a8-a3ca-b08756911d0d)) - (segment (start 111.9625 66.294) (end 111.9665 66.29) (width 0.1524) (layer "F.Cu") (net 15) (tstamp 8f699054-5e0d-4108-b982-d5b9c34d895b)) - (segment (start 108.84381 65.39) (end 108.98581 65.532) (width 0.1524) (layer "F.Cu") (net 15) (tstamp a340ae63-9f65-4016-b0ea-7e56640ac9ec)) - (segment (start 110.998 66.294) (end 111.9625 66.294) (width 0.1524) (layer "F.Cu") (net 15) (tstamp baa1e903-a4e1-460f-9647-ff1725e1f128)) - (segment (start 106.8725 65.39) (end 108.84381 65.39) (width 0.1524) (layer "F.Cu") (net 15) (tstamp dc435b0e-e513-4637-84a4-44a283f250eb)) - (via (at 109.982 65.532) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 15) (tstamp 28e708ce-9eb0-42bc-b8cd-e7e1b0f2b910)) - (via (at 110.998 66.294) (size 0.508) (drill 0.254) (layers "F.Cu" "B.Cu") (net 15) (tstamp cd4e9640-7b25-4544-be6f-c22d9da18589)) - (segment (start 109.982 65.532) (end 110.236 65.532) (width 0.1524) (layer "B.Cu") (net 15) (tstamp 1f6a84fd-e8eb-4a86-b201-12e8ef64a67c)) - (segment (start 110.236 65.532) (end 110.998 66.294) (width 0.1524) (layer "B.Cu") (net 15) (tstamp 64affda9-50a3-417a-ac34-3bf8997f342d)) - (segment (start 110.53775 66.04) (end 110.79175 65.786) (width 0.1524) (layer "F.Cu") (net 16) (tstamp 0f4c4e81-209f-4c3d-80e4-52a5bb42e899)) - (segment (start 110.79175 65.786) (end 110.79575 65.79) (width 0.1524) (layer "F.Cu") (net 16) (tstamp 3144c465-e6dc-48ec-828d-aad22e5704d3)) - (segment (start 110.79575 65.79) (end 111.9665 65.79) (width 0.1524) (layer "F.Cu") (net 16) (tstamp 726b63b6-2edc-4546-a439-1c2aabe8d738)) - (segment (start 106.8725 66.04) (end 110.53775 66.04) (width 0.1524) (layer "F.Cu") (net 16) (tstamp a1b5dfbc-18f1-4d33-952a-5813ca7e2f71)) - (segment (start 118.8 90.534) (end 121.674 90.534) (width 0.635) (layer "F.Cu") (net 17) (tstamp 15b3f1b3-fd5d-4f4e-b3b2-f334fdc6f442)) - (segment (start 121.674 90.534) (end 121.8 90.408) (width 0.635) (layer "F.Cu") (net 17) (tstamp 1660a8cf-f034-43e3-a2b0-2c7822071140)) - (segment (start 121.8 90.408) (end 121.8 94.4) (width 0.635) (layer "F.Cu") (net 17) (tstamp 96bdcd3a-c655-4a5a-9c9d-b27a36025c8c)) - (segment (start 121.8 94.4) (end 120.2 96) (width 0.635) (layer "F.Cu") (net 17) (tstamp d29df30b-6be6-43b8-ab1e-428e45bac370)) - (segment (start 134.55 91.55) (end 134.6 91.5) (width 0.635) (layer "F.Cu") (net 18) (tstamp 1c4430d8-a958-48b1-bed9-efccbf427d0a)) - (segment (start 136.478 96) (end 136.478 93.378) (width 0.635) (layer "F.Cu") (net 18) (tstamp 3c7e61cb-5ae2-4034-96a2-08cbc9455f80)) - (segment (start 131.5 91.55) (end 134.55 91.55) (width 0.635) (layer "F.Cu") (net 18) (tstamp c708abf9-9c21-44ea-9a2e-65bfd8f5de85)) - (segment (start 136.478 93.378) (end 134.6 91.5) (width 0.635) (layer "F.Cu") (net 18) (tstamp d75291e1-ef4f-440b-b835-e140c716d961)) - (segment (start 152.85 95.226) (end 152.85 96) (width 0.635) (layer "F.Cu") (net 19) (tstamp 1e15f88f-f834-445d-9a22-41dc307e62dc)) - (segment (start 148.59 90.966) (end 152.85 95.226) (width 0.635) (layer "F.Cu") (net 19) (tstamp 40b0a9a4-98c2-473b-bfbf-bfe126f5bac2)) - (segment (start 145.288 89.534) (end 146.67 90.916) (width 0.635) (layer "F.Cu") (net 19) (tstamp 61449826-f854-4fe4-b367-6d8778ff3655)) - (segment (start 148.59 90.916) (end 148.59 90.966) (width 0.635) (layer "F.Cu") (net 19) (tstamp 9d01ee3f-8202-41e4-9515-8481c3632af1)) - (segment (start 146.67 90.916) (end 148.59 90.916) (width 0.635) (layer "F.Cu") (net 19) (tstamp e5c6b834-ff85-4546-bf4f-213cbe2dbafa)) - (segment (start 154.248 76.4) (end 155.448 77.6) (width 0.635) (layer "F.Cu") (net 20) (tstamp 51e734a0-a73b-47fb-9bc7-677e68b46230)) - (segment (start 150.95 79.4) (end 153.648 79.4) (width 0.635) (layer "F.Cu") (net 20) (tstamp 648bfe59-9dbe-4b3f-9a55-edaa4d6a618d)) - (segment (start 153.648 79.4) (end 155.448 77.6) (width 0.635) (layer "F.Cu") (net 20) (tstamp ae623f68-bdd9-4219-af51-fd2b8b4dfd91)) - (segment (start 150.8 76.4) (end 154.248 76.4) (width 0.635) (layer "F.Cu") (net 20) (tstamp eafad36b-98e3-40bc-a71d-156caff53457)) - (segment (start 125.2 90.534) (end 126.344 91.678) (width 0.635) (layer "F.Cu") (net 21) (tstamp 4219e698-8391-433c-8689-5af9c9f1e4c0)) - (segment (start 128.2 91.678) (end 128.2 95.85) (width 0.635) (layer "F.Cu") (net 21) (tstamp b2c5b3bc-14c0-42ee-b1cf-df224f73c52c)) - (segment (start 128.2 95.85) (end 128.35 96) (width 0.635) (layer "F.Cu") (net 21) (tstamp d257c6c3-338a-40b8-a029-a761b5b97ec4)) - (segment (start 126.344 91.678) (end 128.2 91.678) (width 0.635) (layer "F.Cu") (net 21) (tstamp d5241faa-172f-4972-905b-b00fd5b39972)) - (segment (start 141.9 90.712) (end 141.9 90.662) (width 0.635) (layer "F.Cu") (net 22) (tstamp 01f69a6d-e419-483e-a099-5cad7d8b8b84)) - (segment (start 138.9 91.65) (end 140.912 91.65) (width 0.635) (layer "F.Cu") (net 22) (tstamp 25856871-496b-4cb6-b52f-ef06ea342284)) - (segment (start 144.65 93.412) (end 142.985 91.747) (width 0.635) (layer "F.Cu") (net 22) (tstamp 3d962af9-bd68-4dc6-967a-e8250be4417f)) - (segment (start 142.985 91.747) (end 142.935 91.747) (width 0.635) (layer "F.Cu") (net 22) (tstamp 69eddcde-87fc-4a70-b9fc-f9a44c4cde41)) - (segment (start 142.935 91.747) (end 141.9 90.712) (width 0.635) (layer "F.Cu") (net 22) (tstamp 7eae728a-0296-4b74-8ebc-e0e1c5ba253b)) - (segment (start 144.65 96) (end 144.65 93.412) (width 0.635) (layer "F.Cu") (net 22) (tstamp ade8eebb-bdbb-4ff6-afbf-691638aecd88)) - (segment (start 140.912 91.65) (end 141.9 90.662) (width 0.635) (layer "F.Cu") (net 22) (tstamp c7dd6e07-9db5-4f15-89b5-cb7e5341c79e)) - (segment (start 150.8 85.45) (end 150.85 85.5) (width 0.635) (layer "F.Cu") (net 23) (tstamp abdef711-30cf-4149-b30d-aa9252e77dd5)) - (segment (start 150.85 85.5) (end 154.948 85.5) (width 0.635) (layer "F.Cu") (net 23) (tstamp c08f7311-9b20-4c6e-a7cb-7e8a4e779993)) - (segment (start 150.8 82.5) (end 150.8 85.45) (width 0.635) (layer "F.Cu") (net 23) (tstamp dac9e3bb-f7ea-4f82-90b5-c02f75672f99)) - (segment (start 154.948 85.5) (end 155.448 86) (width 0.635) (layer "F.Cu") (net 23) (tstamp e0625f91-aff3-4ed2-b35a-584e20b6e7c3)) - (segment (start 150.8 70.3) (end 150.8 73.25) (width 0.635) (layer "F.Cu") (net 24) (tstamp 5a50b7c9-8ed3-4440-b957-1e4eb6b8bdae)) - (segment (start 150.8 73.25) (end 150.85 73.3) (width 0.635) (layer "F.Cu") (net 24) (tstamp 70ab6201-dc55-4894-8a21-e03fafa6fc42)) - (segment (start 150.8 70.3) (end 154.448 70.3) (width 0.635) (layer "F.Cu") (net 24) (tstamp 87216861-55dd-421d-9037-eebcf4d26178)) - (segment (start 154.448 70.3) (end 155.448 69.3) (width 0.635) (layer "F.Cu") (net 24) (tstamp 9e16cb2c-d6be-4d09-922f-d435371543e2)) - (segment (start 122.682 87.099) (end 122.682 88.34) (width 0.1524) (layer "F.Cu") (net 25) (tstamp 7d7bf920-d5c8-4458-a239-009f67b1913b)) - (segment (start 122.682 88.34) (end 122.75 88.408) (width 0.1524) (layer "F.Cu") (net 25) (tstamp eba0ce8b-c1b9-41bd-be25-d34a93a1adcf)) - (segment (start 133.715 88.2) (end 135.015 89.5) (width 0.1524) (layer "F.Cu") (net 26) (tstamp 37af0a2a-14ce-479a-91e6-a4545e99e692)) - (segment (start 135.015 89.5) (end 135.55 89.5) (width 0.1524) (layer "F.Cu") (net 26) (tstamp a1741ede-d0fa-498a-aaa0-c8abdff0af59)) - (segment (start 147.193 87.63) (end 149.225 87.63) (width 0.1524) (layer "F.Cu") (net 27) (tstamp 38614fed-24b3-430a-abfc-d7a5a9240dc4)) - (segment (start 149.225 87.63) (end 149.54 87.945) (width 0.1524) (layer "F.Cu") (net 27) (tstamp 84a0cdb6-0f5c-4d2d-a54f-0e8493dec899)) - (segment (start 149.54 87.945) (end 149.54 88.916) (width 0.1524) (layer "F.Cu") (net 27) (tstamp a1724cae-ab6a-4b74-bacf-7a7b397f1973)) - (segment (start 146.558 85.673) (end 146.558 86.995) (width 0.1524) (layer "F.Cu") (net 27) (tstamp af574c6f-9c10-4a0a-a3ab-375501e647e0)) - (segment (start 145.785 84.9) (end 146.558 85.673) (width 0.1524) (layer "F.Cu") (net 27) (tstamp c781ab30-8632-4b77-b1d4-bb8b00545e78)) - (segment (start 146.558 86.995) (end 147.193 87.63) (width 0.1524) (layer "F.Cu") (net 27) (tstamp d55ebd6e-fd5c-4b3b-bce3-70f967e29764)) - (segment (start 148.082 75.5656) (end 148.1976 75.45) (width 0.1524) (layer "F.Cu") (net 28) (tstamp 24e3acbd-ac67-4dd5-8709-35bf6f6839e7)) - (segment (start 148.1976 75.45) (end 148.8 75.45) (width 0.1524) (layer "F.Cu") (net 28) (tstamp 84d40357-950c-45bb-9e83-9154894f9740)) - (segment (start 147.4 77.6) (end 148.082 76.918) (width 0.1524) (layer "F.Cu") (net 28) (tstamp 91f7de1c-734d-49f2-8ea2-83c5065986fc)) - (segment (start 148.082 76.918) (end 148.082 75.5656) (width 0.1524) (layer "F.Cu") (net 28) (tstamp a7db6b9c-a57a-451f-a21b-927e65c420f7)) - (segment (start 129.7024 89.678) (end 129.15 89.678) (width 0.1524) (layer "F.Cu") (net 29) (tstamp 6063693f-95c3-42f2-b0e6-0fd6b7d7de25)) - (segment (start 129.771 88.265) (end 129.771 89.6094) (width 0.1524) (layer "F.Cu") (net 29) (tstamp cec6162a-837b-4253-a6b5-1f3cf6230bd1)) - (segment (start 129.771 89.6094) (end 129.7024 89.678) (width 0.1524) (layer "F.Cu") (net 29) (tstamp f03dc8ed-c6e4-41b3-b44d-6c1f0bedb4a9)) - (segment (start 140.653 86.852) (end 142.463 88.662) (width 0.1524) (layer "F.Cu") (net 30) (tstamp 6b27c4a3-f21e-46b8-999b-9b5fb26bcca0)) - (segment (start 142.463 88.662) (end 142.85 88.662) (width 0.1524) (layer "F.Cu") (net 30) (tstamp 980aacb5-de7e-4975-af49-9a4d0cf920c0)) - (segment (start 148.8 81.55) (end 147.962 81.55) (width 0.1524) (layer "F.Cu") (net 31) (tstamp 36ee10b3-cf93-4bc4-b95f-422cc66273c2)) - (segment (start 147.962 81.55) (end 147.447 82.065) (width 0.1524) (layer "F.Cu") (net 31) (tstamp 9ec8f828-8e2a-4028-8979-1086370cad8c)) - (segment (start 148.025 70.415) (end 147.32 70.415) (width 0.1524) (layer "F.Cu") (net 32) (tstamp 2a0a4dd8-a628-4eb1-96fb-e1c3d0d64e1d)) - (segment (start 148.8 69.35) (end 148.75 69.35) (width 0.1524) (layer "F.Cu") (net 32) (tstamp 378ca717-d282-4f75-9334-f090ac181959)) - (segment (start 148.75 69.35) (end 148.336 69.764) (width 0.1524) (layer "F.Cu") (net 32) (tstamp 4b8c270f-19f4-47a8-823d-e42b509d0534)) - (segment (start 148.336 70.104) (end 148.025 70.415) (width 0.1524) (layer "F.Cu") (net 32) (tstamp 67e2cc28-5d8a-47cb-87bb-b4c2a6bdeaa7)) - (segment (start 148.336 69.764) (end 148.336 70.104) (width 0.1524) (layer "F.Cu") (net 32) (tstamp ef6aacd0-acfd-4a5f-9fa7-34ade75c7f57)) - (segment (start 116.09619 87.5) (end 110.4 87.5) (width 0.1524) (layer "F.Cu") (net 33) (tstamp 1b55b97f-330f-4861-be0e-5e303a1ec092)) - (segment (start 124.7136 65.913) (end 123.2 67.4266) (width 0.1524) (layer "F.Cu") (net 33) (tstamp 63ed740d-1bcd-42f9-a66d-780ac57909c7)) - (segment (start 125.866 65.913) (end 124.7136 65.913) (width 0.1524) (layer "F.Cu") (net 33) (tstamp 677d0ebe-8a52-4426-871e-4d10f277ee04)) - (segment (start 121.90361 81.44639) (end 121.873101 81.476899) (width 0.1524) (layer "F.Cu") (net 33) (tstamp 8b3bc740-915f-4086-879b-7c67766e5b1a)) - (segment (start 108.5 89.4) (end 108.5 91.45) (width 0.1524) (layer "F.Cu") (net 33) (tstamp 8ce45283-9b91-446d-811c-20f8a98c0fa0)) - (segment (start 121.873101 81.476899) (end 121.873101 81.723089) (width 0.1524) (layer "F.Cu") (net 33) (tstamp bfef5d1f-66fa-4139-b285-3aeaa8ca2b97)) - (segment (start 121.90361 72.19639) (end 121.90361 81.44639) (width 0.1524) (layer "F.Cu") (net 33) (tstamp c7bb114d-0c05-41c4-ac4a-6d4b931e2c56)) - (segment (start 121.873101 81.723089) (end 116.09619 87.5) (width 0.1524) (layer "F.Cu") (net 33) (tstamp c96b5dd0-399f-4c88-95e9-f72ff147e2ef)) - (segment (start 110.4 87.5) (end 108.5 89.4) (width 0.1524) (layer "F.Cu") (net 33) (tstamp d769c3c5-cef8-47a0-91a6-f4b291600e25)) - (segment (start 123.2 67.4266) (end 123.2 70.9) (width 0.1524) (layer "F.Cu") (net 33) (tstamp dc0c8c17-a437-47a8-8232-f875bdcbe1fc)) - (segment (start 123.2 70.9) (end 121.90361 72.19639) (width 0.1524) (layer "F.Cu") (net 33) (tstamp dc5c1088-93b1-4a72-b63d-5ffab9a381b0)) - (segment (start 124.7136 73.533) (end 122.20842 76.03818) (width 0.1524) (layer "F.Cu") (net 34) (tstamp 0eb77866-9ac6-43f9-81f5-9db30613eff4)) - (segment (start 122.26084 86.129) (end 122.682 86.129) (width 0.1524) (layer "F.Cu") (net 34) (tstamp 6c545b39-7abd-4344-909c-fd99ee84e55c)) - (segment (start 122.20842 86.07658) (end 122.26084 86.129) (width 0.1524) (layer "F.Cu") (net 34) (tstamp 75aa642c-1098-4cf0-801e-302dab9d0f63)) - (segment (start 125.866 73.533) (end 124.7136 73.533) (width 0.1524) (layer "F.Cu") (net 34) (tstamp 7af5a8cb-7d32-4e10-b055-c05ea94e7f83)) - (segment (start 122.451 86.36) (end 122.682 86.129) (width 0.1524) (layer "F.Cu") (net 34) (tstamp 9b4e2480-737d-464f-a791-9a225c165349)) - (segment (start 122.20842 76.03818) (end 122.20842 86.07658) (width 0.1524) (layer "F.Cu") (net 34) (tstamp 9d312102-62dc-41fa-b31f-155397a7e6f4)) - (segment (start 121.643 86.36) (end 122.451 86.36) (width 0.1524) (layer "F.Cu") (net 34) (tstamp af17c666-b48e-4515-a051-0e5f846ef502)) - (segment (start 127.926256 85.54519) (end 124.59519 85.54519) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 20acaf8a-eef2-4c3a-a7e9-1a61bd79888b)) - (segment (start 134.305 87.4) (end 129.1 87.4) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 36157837-86eb-42b7-b76f-556de50e3086)) - (segment (start 128.304809 85.923743) (end 127.926256 85.54519) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 5332207e-8169-42fb-aaf8-cede4ccfae93)) - (segment (start 128.30481 86.60481) (end 128.304809 85.923743) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 59e0eba0-6d42-4270-b05d-a2966c81ddd3)) - (segment (start 134.685 87.78) (end 134.305 87.4) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 6d12dd14-6672-472b-9d75-a7c00f2c5f68)) - (segment (start 123.00481 83.95481) (end 123.00481 77.545256) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 71a40e40-91d8-411d-9575-2145ba5ce376)) - (segment (start 134.685 88.2) (end 135.724 88.2) (width 0.1524) (layer "F.Cu") (net 35) (tstamp 86f2cd3e-637b-4f5c-80d8-7723baa1be7e)) - (segment (start 134.685 88.2) (end 134.685 87.78) (width 0.1524) (layer "F.Cu") (net 35) (tstamp b07786e0-8b3b-46ab-8c43-04cffec1f970)) - (segment (start 123.00481 77.545256) (end 124.477066 76.073) (width 0.1524) (layer "F.Cu") (net 35) (tstamp c2e6cd6d-0293-4bf8-82ed-b8bce568f2d1)) - (segment (start 129.1 87.4) (end 128.30481 86.60481) (width 0.1524) (layer "F.Cu") (net 35) (tstamp cf41a4bc-5e8c-484a-9aa1-17409b021a38)) - (segment (start 135.724 88.2) (end 135.786 88.138) (width 0.1524) (layer "F.Cu") (net 35) (tstamp e526aa3d-1fd0-4d10-8736-0903f85dcb5b)) - (segment (start 124.59519 85.54519) (end 123.00481 83.95481) (width 0.1524) (layer "F.Cu") (net 35) (tstamp f6125e8d-c836-4826-8e5b-f157a214f8a9)) - (segment (start 124.477066 76.073) (end 125.866 76.073) (width 0.1524) (layer "F.Cu") (net 35) (tstamp f8c334d1-6ee4-46b2-9600-6bf4158960c1)) - (segment (start 144.42 84.9) (end 144.815 84.9) (width 0.1524) (layer "F.Cu") (net 36) (tstamp 08248b48-5817-489a-9fb6-6121a4e9d440)) - (segment (start 139.068934 81.4) (end 142.568934 84.9) (width 0.1524) (layer "F.Cu") (net 36) (tstamp 28dc4f37-e0b5-4a49-9ca8-e7de4acf065c)) - (segment (start 142.568934 84.9) (end 144.42 84.9) (width 0.1524) (layer "F.Cu") (net 36) (tstamp 49322ce6-19a0-4dca-8d4b-d8546a81e072)) - (segment (start 144.815 83.508) (end 144.884 83.439) (width 0.1524) (layer "F.Cu") (net 36) (tstamp 859ea55d-f194-4f70-b8b6-ffbbac6e4026)) - (segment (start 129.921 79.613) (end 129.921 81.021) (width 0.1524) (layer "F.Cu") (net 36) (tstamp a1b8f77c-56f6-4064-b2a1-affea8525029)) - (segment (start 129.921 81.021) (end 130.3 81.4) (width 0.1524) (layer "F.Cu") (net 36) (tstamp a3cd4bda-f9de-4aab-bfdc-cbf442b99b6f)) - (segment (start 130.3 81.4) (end 139.068934 81.4) (width 0.1524) (layer "F.Cu") (net 36) (tstamp f327aa86-1602-4b80-8f6f-899a87539a45)) - (segment (start 144.815 84.9) (end 144.815 83.508) (width 0.1524) (layer "F.Cu") (net 36) (tstamp f9f2f06b-2ef5-4205-b1af-597c6625114a)) - (segment (start 142.866 77.343) (end 145.565 77.343) (width 0.1524) (layer "F.Cu") (net 37) (tstamp 27b231ce-a23c-41c2-9646-97bcc3363882)) - (segment (start 147.4 76.63) (end 146.278 76.63) (width 0.1524) (layer "F.Cu") (net 37) (tstamp 522ecfdc-d39c-4a0f-886b-e8846631ba86)) - (segment (start 145.565 77.343) (end 145.923 76.985) (width 0.1524) (layer "F.Cu") (net 37) (tstamp 7a6ac38b-512d-4d7c-a09d-42d8a540d6da)) - (segment (start 146.278 76.63) (end 145.923 76.985) (width 0.1524) (layer "F.Cu") (net 37) (tstamp bbc887bb-bf28-48c3-96d0-69260c61851f)) - (segment (start 123.95 85.85) (end 122.7 84.6) (width 0.1524) (layer "F.Cu") (net 38) (tstamp 17ce3437-c753-434c-9dbb-3064934de778)) - (segment (start 125.866 74.803) (end 125.316 74.803) (width 0.1524) (layer "F.Cu") (net 38) (tstamp 1d5eab5d-6ae4-4f14-869d-f92d36105c59)) - (segment (start 122.7 84.6) (end 122.7 76.05) (width 0.1524) (layer "F.Cu") (net 38) (tstamp 28523a21-38b7-4d30-8c19-5488e81dfa22)) - (segment (start 127.866 86.21) (end 127.506 85.85) (width 0.1524) (layer "F.Cu") (net 38) (tstamp 3ba10014-9869-4d40-a258-bbd881eff5f1)) - (segment (start 127.506 85.85) (end 123.95 85.85) (width 0.1524) (layer "F.Cu") (net 38) (tstamp 938d3849-107f-4b6a-9c67-6759721e1107)) - (segment (start 123.947 74.803) (end 125.866 74.803) (width 0.1524) (layer "F.Cu") (net 38) (tstamp aa2edf96-7c39-4131-bfa9-ceac2d1ce628)) - (segment (start 122.7 76.05) (end 123.947 74.803) (width 0.1524) (layer "F.Cu") (net 38) (tstamp b3adf138-22a7-4ba1-8e05-6e153cfe6b67)) - (segment (start 128.801 88.265) (end 127.866 88.265) (width 0.1524) (layer "F.Cu") (net 38) (tstamp bd06cb9b-3310-4197-8368-b0c8b7554fc3)) - (segment (start 127.866 88.265) (end 127.866 86.21) (width 0.1524) (layer "F.Cu") (net 38) (tstamp ee96dadd-8c7b-4b9a-a254-dcd2092d707f)) - (segment (start 141.623 86.852) (end 141.623 87.272) (width 0.1524) (layer "F.Cu") (net 39) (tstamp 0381a4c6-a978-4e89-b39e-7805b9f096d3)) - (segment (start 123.4566 83.7066) (end 124.6 84.85) (width 0.1524) (layer "F.Cu") (net 39) (tstamp 4742e152-44e5-46b7-baae-7afda3bb5eb3)) - (segment (start 129.812132 87) (end 127.662132 84.85) (width 0.1524) (layer "F.Cu") (net 39) (tstamp 71135fa5-4f50-406a-96b0-68bdb311fc44)) - (segment (start 140.19661 86.30339) (end 139.5 87) (width 0.1524) (layer "F.Cu") (net 39) (tstamp 77d973ae-82e0-466d-9017-aaef3076e2f2)) - (segment (start 124.7136 77.343) (end 123.4566 78.6) (width 0.1524) (layer "F.Cu") (net 39) (tstamp 7f0d0bbc-cdff-4301-940a-5ee5aeedca4e)) - (segment (start 127.662132 84.85) (end 124.6 84.85) (width 0.1524) (layer "F.Cu") (net 39) (tstamp a4409edf-994a-46da-b78b-b0de673d8cc2)) - (segment (start 141.704 87.353) (end 142.328 87.353) (width 0.1524) (layer "F.Cu") (net 39) (tstamp a483edc1-d50c-44f6-a9a0-2502de7acd26)) - (segment (start 123.4566 78.6) (end 123.4566 83.7066) (width 0.1524) (layer "F.Cu") (net 39) (tstamp b9ef8250-0bcf-4b7a-a8cb-ecf8fcb0a47b)) - (segment (start 125.866 77.343) (end 124.7136 77.343) (width 0.1524) (layer "F.Cu") (net 39) (tstamp bab8559a-6284-4bd3-a250-c2a19f014457)) - (segment (start 141.623 86.852) (end 141.07439 86.30339) (width 0.1524) (layer "F.Cu") (net 39) (tstamp c0d6cbea-a9ef-4efc-a41b-8d605f16f05e)) - (segment (start 142.328 87.353) (end 142.748 87.353) (width 0.1524) (layer "F.Cu") (net 39) (tstamp ccf2585a-a394-43f2-8291-87869c86b9ff)) - (segment (start 141.07439 86.30339) (end 140.19661 86.30339) (width 0.1524) (layer "F.Cu") (net 39) (tstamp db988153-1e58-47cf-9111-68ad7cb2e013)) - (segment (start 139.5 87) (end 129.812132 87) (width 0.1524) (layer "F.Cu") (net 39) (tstamp f457a3f1-40bb-4127-b566-e517f39bd12b)) - (segment (start 141.623 87.272) (end 141.704 87.353) (width 0.1524) (layer "F.Cu") (net 39) (tstamp ff19db10-46f4-4c68-88d6-7a208946ad6e)) - (segment (start 144.884 82.042) (end 144.884 82.462) (width 0.1524) (layer "F.Cu") (net 40) (tstamp 02d88205-d5a9-4426-bc2e-6649da6acf48)) - (segment (start 144.869 82.477) (end 144.869 82.715) (width 0.1524) (layer "F.Cu") (net 40) (tstamp 6204f2a2-ede1-49d2-b485-fe721db1ca46)) - (segment (start 144.883168 82.700832) (end 147.112832 82.700832) (width 0.1524) (layer "F.Cu") (net 40) (tstamp 6cb21014-080c-4540-adf7-5b1e713f94af)) - (segment (start 140.081 79.613) (end 140.081 81.981) (width 0.1524) (layer "F.Cu") (net 40) (tstamp 7c2b1956-b2ef-4d94-a8aa-a2e964c1eff2)) - (segment (start 147.112832 82.700832) (end 147.447 83.035) (width 0.1524) (layer "F.Cu") (net 40) (tstamp 8e8ba8df-0324-4a6b-929f-2963fdecfbd8)) - (segment (start 144.869 82.715) (end 144.883168 82.700832) (width 0.1524) (layer "F.Cu") (net 40) (tstamp ad817f37-3515-4952-8188-4694c4e7b592)) - (segment (start 140.815 82.715) (end 144.869 82.715) (width 0.1524) (layer "F.Cu") (net 40) (tstamp d592f7a7-6d15-437a-93fb-d8f539eeb1b9)) - (segment (start 140.081 81.981) (end 140.815 82.715) (width 0.1524) (layer "F.Cu") (net 40) (tstamp d85c71db-bf35-4654-a08d-efb09f6e46c3)) - (segment (start 144.884 82.462) (end 144.869 82.477) (width 0.1524) (layer "F.Cu") (net 40) (tstamp edae231f-606c-40bd-8a50-4af529ba520d)) - (segment (start 146.674 71.385) (end 147.32 71.385) (width 0.1524) (layer "F.Cu") (net 41) (tstamp 3e43767d-b3e6-40e3-9a34-8d1788fffaec)) - (segment (start 146.2 75.9) (end 146.6 75.5) (width 0.1524) (layer "F.Cu") (net 41) (tstamp 42015322-7082-44e8-8275-8d9ad262ef0b)) - (segment (start 142.866 76.073) (end 144.0184 76.073) (width 0.1524) (layer "F.Cu") (net 41) (tstamp 4990cf05-f756-4e9c-ad41-7ec8f30dab06)) - (segment (start 144.1914 75.9) (end 146.2 75.9) (width 0.1524) (layer "F.Cu") (net 41) (tstamp 7585120a-367b-457a-80aa-93e69afd8ae3)) - (segment (start 146.9 69.342) (end 147.32 69.342) (width 0.1524) (layer "F.Cu") (net 41) (tstamp 79378a36-a28f-48e3-b0ac-ee78ea7e356c)) - (segment (start 146.6 75.5) (end 146.6 71.459) (width 0.1524) (layer "F.Cu") (net 41) (tstamp 7b59cdb6-e389-40aa-b717-7b43e97d479a)) - (segment (start 146.6 71.459) (end 146.674 71.385) (width 0.1524) (layer "F.Cu") (net 41) (tstamp b1b3d195-e6d8-42c6-81c9-10e9611f3c7d)) - (segment (start 146.6 71.459) (end 146.6 69.808) (width 0.1524) (layer "F.Cu") (net 41) (tstamp cacc71cb-789b-48e1-a854-1f2eff413d7d)) - (segment (start 146.812 69.596) (end 146.812 69.43) (width 0.1524) (layer "F.Cu") (net 41) (tstamp cdea4dbe-a7e2-4085-920c-5eb081e85e7a)) - (segment (start 146.812 69.43) (end 146.9 69.342) (width 0.1524) (layer "F.Cu") (net 41) (tstamp d8f56249-4562-488e-b252-1680c52e059e)) - (segment (start 146.6 69.808) (end 146.812 69.596) (width 0.1524) (layer "F.Cu") (net 41) (tstamp e9bfeaac-f376-4bd9-9315-3f872db88956)) - (segment (start 144.0184 76.073) (end 144.1914 75.9) (width 0.1524) (layer "F.Cu") (net 41) (tstamp f590dbe7-9e48-47fc-9549-b72537235e5f)) - (segment (start 150.6875 63.8) (end 150.6875 65.2975) (width 0.635) (layer "F.Cu") (net 42) (tstamp 86dd28f6-46aa-4119-8ba0-9ef71a8a0893)) - (segment (start 150.6875 65.2975) (end 150.685 65.3) (width 0.635) (layer "F.Cu") (net 42) (tstamp e13812bc-a85e-408e-9141-9e97544d5224)) - (segment (start 153.9875 64.7975) (end 153.485 65.3) (width 0.635) (layer "F.Cu") (net 43) (tstamp 029225ad-9645-4cf7-b7dd-5aef6827b3c9)) - (segment (start 153.9875 63.8) (end 153.9875 64.7975) (width 0.635) (layer "F.Cu") (net 43) (tstamp fa81d176-50a8-47d4-9b06-8f2042260b40)) - (segment (start 157.2875 64.3975) (end 156.385 65.3) (width 0.635) (layer "F.Cu") (net 44) (tstamp aec67b89-bf91-41f4-a10c-cf81e9769ef3)) - (segment (start 157.2875 63.8) (end 157.2875 64.3975) (width 0.635) (layer "F.Cu") (net 44) (tstamp e2224f99-16d2-4970-ae39-a8de6d7e521a)) - (segment (start 160.4875 63.8) (end 160.4875 64.2975) (width 0.635) (layer "F.Cu") (net 45) (tstamp d3a2be9a-b600-47fc-a1bb-9ccabe5ba70d)) - (segment (start 160.4875 64.2975) (end 159.485 65.3) (width 0.635) (layer "F.Cu") (net 45) (tstamp e61c02c0-aa93-492f-8e38-614ad605b728)) - (segment (start 144.0184 63.373) (end 145.9454 65.3) (width 0.1524) (layer "F.Cu") (net 46) (tstamp 475b07c6-bf29-4aee-9fac-ed52b0e98bcb)) - (segment (start 145.9454 65.3) (end 149.32 65.3) (width 0.1524) (layer "F.Cu") (net 46) (tstamp 4bb3ef18-7f02-49cf-a483-9fdeef29c3ff)) - (segment (start 142.866 63.373) (end 144.0184 63.373) (width 0.1524) (layer "F.Cu") (net 46) (tstamp 5aeef633-cf39-4512-bb03-3c619995bb7b)) - (segment (start 149.32 65.3) (end 149.715 65.3) (width 0.1524) (layer "F.Cu") (net 46) (tstamp a9b906d5-14b5-4c21-b952-2f75d6c7ad3b)) - (segment (start 144.857334 64.643) (end 146.062944 65.84861) (width 0.1524) (layer "F.Cu") (net 47) (tstamp 1c43629e-0e5e-46b4-9456-2b39730e593e)) - (segment (start 146.062944 65.84861) (end 151.96639 65.84861) (width 0.1524) (layer "F.Cu") (net 47) (tstamp 4d383389-9dfd-4fcb-b0f6-2c9ce080abeb)) - (segment (start 152.180832 65.634168) (end 152.515 65.3) (width 0.1524) (layer "F.Cu") (net 47) (tstamp 5af0871e-717c-4dcc-908c-1ba805128ade)) - (segment (start 151.96639 65.84861) (end 152.180832 65.634168) (width 0.1524) (layer "F.Cu") (net 47) (tstamp ca8e6b36-9491-4643-9cb6-96ee9274d3d6)) - (segment (start 142.866 64.643) (end 144.857334 64.643) (width 0.1524) (layer "F.Cu") (net 47) (tstamp cf8244cf-3f47-4fa4-abab-5f5114ecf832)) - (segment (start 142.866 68.453) (end 144.447 68.453) (width 0.1524) (layer "F.Cu") (net 48) (tstamp 5dd80775-0e73-48ed-af03-44f069676a19)) - (segment (start 146.6 66.3) (end 154.415 66.3) (width 0.1524) (layer "F.Cu") (net 48) (tstamp 9b827ac1-f293-4c29-a920-3e3bf04aa6a8)) - (segment (start 154.415 66.3) (end 155.415 65.3) (width 0.1524) (layer "F.Cu") (net 48) (tstamp aa4d0d64-c905-4cf3-a27d-4d53bbf6e8d9)) - (segment (start 144.447 68.453) (end 146.6 66.3) (width 0.1524) (layer "F.Cu") (net 48) (tstamp b9180fb9-35f9-4bd1-aa8c-0dfb45bf3417)) - (segment (start 146.5486 66.8114) (end 144.78 68.58) (width 0.1524) (layer "F.Cu") (net 49) (tstamp 02c8c821-4c5d-44e4-af83-cd8f7bb37baa)) - (segment (start 157.2 65.5) (end 155.8886 66.8114) (width 0.1524) (layer "F.Cu") (net 49) (tstamp 1be3a3c1-9e5a-4c05-84a1-20aa02f1a299)) - (segment (start 158.515 65.3) (end 158.315 65.5) (width 0.1524) (layer "F.Cu") (net 49) (tstamp 26c86855-c9ca-43f9-890c-96253fc4d393)) - (segment (start 144.78 70.358) (end 144.145 70.993) (width 0.1524) (layer "F.Cu") (net 49) (tstamp 3a2381e0-27c2-41de-a1da-616e07bacaa5)) - (segment (start 144.78 68.58) (end 144.78 70.358) (width 0.1524) (layer "F.Cu") (net 49) (tstamp 49be3733-5fd7-4b60-82aa-fa02c93d7122)) - (segment (start 155.8886 66.8114) (end 146.5486 66.8114) (width 0.1524) (layer "F.Cu") (net 49) (tstamp 5b034749-eb25-44c9-bc0c-920e281255ba)) - (segment (start 144.145 70.993) (end 144.0184 70.993) (width 0.1524) (layer "F.Cu") (net 49) (tstamp 81e3837d-c5eb-4f90-b38f-5dc55e89dede)) - (segment (start 144.0184 70.993) (end 142.866 70.993) (width 0.1524) (layer "F.Cu") (net 49) (tstamp a2cd5601-3f54-4c9c-bb1d-3958f4deb96d)) - (segment (start 158.315 65.5) (end 157.2 65.5) (width 0.1524) (layer "F.Cu") (net 49) (tstamp c223b725-c1f5-4858-9447-aeef8cb0d437)) - (segment (start 127.84519 84.54519) (end 128.9 85.6) (width 0.1524) (layer "F.Cu") (net 50) (tstamp 102439eb-7b60-44b4-8597-0ed7de09ccbb)) - (segment (start 127.21019 84.54519) (end 127.84519 84.54519) (width 0.1524) (layer "F.Cu") (net 50) (tstamp 267a6fd9-b794-4692-8a63-90170ab51997)) - (segment (start 126.685 83.6) (end 126.685 84.02) (width 0.1524) (layer "F.Cu") (net 50) (tstamp 792ce050-aed3-4c7a-8c47-6bd4c5a1e41d)) - (segment (start 142.869 74.8) (end 142.866 74.803) (width 0.635) (layer "F.Cu") (net 50) (tstamp 86630eb7-9c38-4b33-bc9d-d12d5d796cef)) - (segment (start 128.9 85.6) (end 132.3 85.6) (width 0.1524) (layer "F.Cu") (net 50) (tstamp aaddc40e-ec3d-4a98-b3c1-6e00c1544b47)) - (segment (start 132.44 85.46) (end 132.44 84.1) (width 0.1524) (layer "F.Cu") (net 50) (tstamp b1854e18-acb9-44ce-899b-a04a6bb59b60)) - (segment (start 145.5 74.8) (end 142.869 74.8) (width 0.635) (layer "F.Cu") (net 50) (tstamp ba3e7d5f-541d-4bda-9043-8038e28f6251)) - (segment (start 132.3 85.6) (end 132.44 85.46) (width 0.1524) (layer "F.Cu") (net 50) (tstamp bece15a2-0c7f-4439-a1f4-9327a2f1e226)) - (segment (start 126.685 84.02) (end 127.21019 84.54519) (width 0.1524) (layer "F.Cu") (net 50) (tstamp db22c6a3-c52e-4119-8b54-7c79fef2211c)) - (via (at 145.5 74.8) (size 0.889) (drill 0.508) (layers "F.Cu" "B.Cu") (net 50) (tstamp 0ef6dc3a-de16-4962-a76e-2603a2f269e7)) - (segment (start 132.44 84.1) (end 134.64 81.9) (width 0.635) (layer "B.Cu") (net 50) (tstamp 02946e54-5928-4cd8-b0e0-4e0251f0d7c1)) - (segment (start 145.5 79.4) (end 145.5 74.8) (width 0.635) (layer "B.Cu") (net 50) (tstamp 7fa870d9-9444-4425-a7d1-94e2d27bd271)) - (segment (start 134.64 81.9) (end 142.371374 81.9) (width 0.635) (layer "B.Cu") (net 50) (tstamp 86d13606-4616-4ab4-a576-0f6085e487fa)) - (segment (start 142.371374 81.9) (end 144.171374 80.1) (width 0.635) (layer "B.Cu") (net 50) (tstamp c7ea4902-e7da-478d-9b65-6abcc55de6d0)) - (segment (start 144.8 80.1) (end 145.5 79.4) (width 0.635) (layer "B.Cu") (net 50) (tstamp d07c6916-a6e7-4757-a4e7-7686d56ba082)) - (segment (start 144.171374 80.1) (end 144.8 80.1) (width 0.635) (layer "B.Cu") (net 50) (tstamp f0138a5b-08cb-48ef-8cf0-33a9b8904eba)) - - (zone (net 1) (net_name "GND") (layer "In1.Cu") (tstamp 00000000-0000-0000-0000-00005da4e9fa) (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) (smoothing fillet)) - (polygon - (pts - (xy 115.55 62.7) - (xy 127.56 62.8) - (xy 127.6 83.82) - (xy 109.22 83.82) - (xy 109.22 84.455) - (xy 127.455 84.455) - (xy 128.4 85.4) - (xy 139.5 85.4) - (xy 139.5 80.53) - (xy 146.685 80.5) - (xy 146.685 63.5) - (xy 152.4 63.5) - (xy 152.4 54.61) - (xy 158.75 54.61) - (xy 161.925 57.785) - (xy 161.925 98.425) - (xy 158.75 101.6) - (xy 106.68 101.6) - (xy 103.505 98.425) - (xy 103.505 58.42) - (xy 107.315 54.61) - (xy 115.57 54.61) - ) - ) - (filled_polygon - (layer "In1.Cu") - (pts - (xy 115.425924 61.516841) - (xy 115.309469 61.633296) - (xy 115.212179 61.778901) - (xy 115.147305 61.93552) - (xy 115.109399 61.93552) - (xy 114.937646 61.969684) - (xy 114.775859 62.036699) - (xy 114.630254 62.133989) - (xy 114.506427 62.257816) - (xy 114.409137 62.403421) - (xy 114.342122 62.565208) - (xy 114.307958 62.736961) - (xy 114.307958 62.912079) - (xy 114.342122 63.083832) - (xy 114.409137 63.245619) - (xy 114.506427 63.391224) - (xy 114.630254 63.515051) - (xy 114.775859 63.612341) - (xy 114.937646 63.679356) - (xy 115.109399 63.71352) - (xy 115.284517 63.71352) - (xy 115.45627 63.679356) - (xy 115.618057 63.612341) - (xy 115.763662 63.515051) - (xy 115.887489 63.391224) - (xy 115.984779 63.245619) - (xy 116.049653 63.089) - (xy 116.087559 63.089) - (xy 116.259312 63.054836) - (xy 116.421099 62.987821) - (xy 116.566704 62.890531) - (xy 116.62131 62.835925) - (xy 127.433239 62.925949) - (xy 127.468236 81.31666) - (xy 127.45664 81.288665) - (xy 127.338502 81.111859) - (xy 127.188141 80.961498) - (xy 127.011335 80.84336) - (xy 126.814878 80.761985) - (xy 126.606321 80.7205) - (xy 126.393679 80.7205) - (xy 126.185122 80.761985) - (xy 125.988665 80.84336) - (xy 125.811859 80.961498) - (xy 125.661498 81.111859) - (xy 125.54336 81.288665) - (xy 125.461985 81.485122) - (xy 125.4205 81.693679) - (xy 125.4205 81.906321) - (xy 125.461985 82.114878) - (xy 125.54336 82.311335) - (xy 125.661498 82.488141) - (xy 125.811859 82.638502) - (xy 125.988665 82.75664) - (xy 126.185122 82.838015) - (xy 126.393679 82.8795) - (xy 126.606321 82.8795) - (xy 126.814878 82.838015) - (xy 127.011335 82.75664) - (xy 127.188141 82.638502) - (xy 127.338502 82.488141) - (xy 127.45664 82.311335) - (xy 127.470067 82.278919) - (xy 127.472758 83.693) - (xy 110.299768 83.693) - (xy 110.21358 83.606812) - (xy 110.127392 83.693) - (xy 110.08616 83.693) - (xy 109.978486 83.437164) - (xy 109.779088 83.338072) - (xy 110.2 83.338072) - (xy 110.324482 83.325812) - (xy 110.44418 83.289502) - (xy 110.554494 83.230537) - (xy 110.651185 83.151185) - (xy 110.730537 83.054494) - (xy 110.789502 82.94418) - (xy 110.825812 82.824482) - (xy 110.838072 82.7) - (xy 110.838072 80.3) - (xy 110.825812 80.175518) - (xy 110.789502 80.05582) - (xy 110.730537 79.945506) - (xy 110.651185 79.848815) - (xy 110.554494 79.769463) - (xy 110.44418 79.710498) - (xy 110.324482 79.674188) - (xy 110.2 79.661928) - (xy 107.8 79.661928) - (xy 107.675518 79.674188) - (xy 107.55582 79.710498) - (xy 107.445506 79.769463) - (xy 107.348815 79.848815) - (xy 107.269463 79.945506) - (xy 107.210498 80.05582) - (xy 107.174188 80.175518) - (xy 107.161928 80.3) - (xy 107.161928 82.7) - (xy 107.174188 82.824482) - (xy 107.210498 82.94418) - (xy 107.269463 83.054494) - (xy 107.348815 83.151185) - (xy 107.445506 83.230537) - (xy 107.55582 83.289502) - (xy 107.675518 83.325812) - (xy 107.8 83.338072) - (xy 108.206903 83.338072) - (xy 108.021514 83.437164) - (xy 107.901626 83.72202) - (xy 109 84.820395) - (xy 109.014143 84.806253) - (xy 109.193748 84.985858) - (xy 109.179605 85) - (xy 110.27798 86.098374) - (xy 110.562836 85.978486) - (xy 110.723699 85.65479) - (xy 110.818322 85.305931) - (xy 110.843067 84.945316) - (xy 110.796985 84.586802) - (xy 110.795371 84.582) - (xy 127.402394 84.582) - (xy 128.310197 85.489803) - (xy 128.329443 85.505597) - (xy 128.351399 85.517333) - (xy 128.375224 85.52456) - (xy 128.4 85.527) - (xy 139.5 85.527) - (xy 139.524776 85.52456) - (xy 139.548601 85.517333) - (xy 139.570557 85.505597) - (xy 139.589803 85.489803) - (xy 139.605597 85.470557) - (xy 139.617333 85.448601) - (xy 139.62456 85.424776) - (xy 139.627 85.4) - (xy 139.627 80.656471) - (xy 146.68553 80.626999) - (xy 146.710296 80.624455) - (xy 146.73409 80.617129) - (xy 146.755998 80.605301) - (xy 146.775177 80.589427) - (xy 146.79089 80.570116) - (xy 146.802535 80.54811) - (xy 146.809662 80.524256) - (xy 146.812 80.5) - (xy 146.812 79.9) - (xy 153.609928 79.9) - (xy 153.609928 82.3) - (xy 153.622188 82.424482) - (xy 153.658498 82.54418) - (xy 153.717463 82.654494) - (xy 153.796815 82.751185) - (xy 153.893506 82.830537) - (xy 154.00382 82.889502) - (xy 154.123518 82.925812) - (xy 154.248 82.938072) - (xy 156.648 82.938072) - (xy 156.772482 82.925812) - (xy 156.89218 82.889502) - (xy 157.002494 82.830537) - (xy 157.099185 82.751185) - (xy 157.178537 82.654494) - (xy 157.237502 82.54418) - (xy 157.273812 82.424482) - (xy 157.286072 82.3) - (xy 157.286072 79.9) - (xy 157.273812 79.775518) - (xy 157.237502 79.65582) - (xy 157.178537 79.545506) - (xy 157.099185 79.448815) - (xy 157.002494 79.369463) - (xy 156.89218 79.310498) - (xy 156.772482 79.274188) - (xy 156.648 79.261928) - (xy 156.230838 79.261928) - (xy 156.317199 79.226156) - (xy 156.617744 79.025338) - (xy 156.873338 78.769744) - (xy 157.074156 78.469199) - (xy 157.212482 78.13525) - (xy 157.283 77.780732) - (xy 157.283 77.419268) - (xy 157.212482 77.06475) - (xy 157.074156 76.730801) - (xy 156.873338 76.430256) - (xy 156.617744 76.174662) - (xy 156.317199 75.973844) - (xy 155.98325 75.835518) - (xy 155.628732 75.765) - (xy 155.267268 75.765) - (xy 154.91275 75.835518) - (xy 154.578801 75.973844) - (xy 154.278256 76.174662) - (xy 154.022662 76.430256) - (xy 153.821844 76.730801) - (xy 153.683518 77.06475) - (xy 153.613 77.419268) - (xy 153.613 77.780732) - (xy 153.683518 78.13525) - (xy 153.821844 78.469199) - (xy 154.022662 78.769744) - (xy 154.278256 79.025338) - (xy 154.578801 79.226156) - (xy 154.665162 79.261928) - (xy 154.248 79.261928) - (xy 154.123518 79.274188) - (xy 154.00382 79.310498) - (xy 153.893506 79.369463) - (xy 153.796815 79.448815) - (xy 153.717463 79.545506) - (xy 153.658498 79.65582) - (xy 153.622188 79.775518) - (xy 153.609928 79.9) - (xy 146.812 79.9) - (xy 146.812 71.6) - (xy 153.609928 71.6) - (xy 153.609928 74) - (xy 153.622188 74.124482) - (xy 153.658498 74.24418) - (xy 153.717463 74.354494) - (xy 153.796815 74.451185) - (xy 153.893506 74.530537) - (xy 154.00382 74.589502) - (xy 154.123518 74.625812) - (xy 154.248 74.638072) - (xy 156.648 74.638072) - (xy 156.772482 74.625812) - (xy 156.89218 74.589502) - (xy 157.002494 74.530537) - (xy 157.099185 74.451185) - (xy 157.178537 74.354494) - (xy 157.237502 74.24418) - (xy 157.273812 74.124482) - (xy 157.286072 74) - (xy 157.286072 71.6) - (xy 157.273812 71.475518) - (xy 157.237502 71.35582) - (xy 157.178537 71.245506) - (xy 157.099185 71.148815) - (xy 157.002494 71.069463) - (xy 156.89218 71.010498) - (xy 156.772482 70.974188) - (xy 156.648 70.961928) - (xy 156.230838 70.961928) - (xy 156.317199 70.926156) - (xy 156.617744 70.725338) - (xy 156.873338 70.469744) - (xy 157.074156 70.169199) - (xy 157.212482 69.83525) - (xy 157.283 69.480732) - (xy 157.283 69.119268) - (xy 157.212482 68.76475) - (xy 157.074156 68.430801) - (xy 156.873338 68.130256) - (xy 156.617744 67.874662) - (xy 156.317199 67.673844) - (xy 155.98325 67.535518) - (xy 155.628732 67.465) - (xy 155.267268 67.465) - (xy 154.91275 67.535518) - (xy 154.578801 67.673844) - (xy 154.278256 67.874662) - (xy 154.022662 68.130256) - (xy 153.821844 68.430801) - (xy 153.683518 68.76475) - (xy 153.613 69.119268) - (xy 153.613 69.480732) - (xy 153.683518 69.83525) - (xy 153.821844 70.169199) - (xy 154.022662 70.469744) - (xy 154.278256 70.725338) - (xy 154.578801 70.926156) - (xy 154.665162 70.961928) - (xy 154.248 70.961928) - (xy 154.123518 70.974188) - (xy 154.00382 71.010498) - (xy 153.893506 71.069463) - (xy 153.796815 71.148815) - (xy 153.717463 71.245506) - (xy 153.658498 71.35582) - (xy 153.622188 71.475518) - (xy 153.609928 71.6) - (xy 146.812 71.6) - (xy 146.812 63.627) - (xy 152.4 63.627) - (xy 152.424776 63.62456) - (xy 152.448601 63.617333) - (xy 152.470557 63.605597) - (xy 152.489803 63.589803) - (xy 152.505597 63.570557) - (xy 152.517333 63.548601) - (xy 152.52456 63.524776) - (xy 152.527 63.5) - (xy 152.527 54.737) - (xy 158.697394 54.737) - (xy 159.226702 55.266308) - (xy 159.220128 55.265) - (xy 158.779872 55.265) - (xy 158.348075 55.35089) - (xy 157.941331 55.519369) - (xy 157.575271 55.763962) - (xy 157.263962 56.075271) - (xy 157.019369 56.441331) - (xy 156.85089 56.848075) - (xy 156.765 57.279872) - (xy 156.765 57.720128) - (xy 156.85089 58.151925) - (xy 157.019369 58.558669) - (xy 157.263962 58.924729) - (xy 157.575271 59.236038) - (xy 157.941331 59.480631) - (xy 158.348075 59.64911) - (xy 158.779872 59.735) - (xy 159.220128 59.735) - (xy 159.651925 59.64911) - (xy 160.058669 59.480631) - (xy 160.424729 59.236038) - (xy 160.736038 58.924729) - (xy 160.980631 58.558669) - (xy 161.14911 58.151925) - (xy 161.235 57.720128) - (xy 161.235 57.279872) - (xy 161.233692 57.273298) - (xy 161.798 57.837606) - (xy 161.798 98.372394) - (xy 161.181549 98.988845) - (xy 161.235 98.720128) - (xy 161.235 98.279872) - (xy 161.14911 97.848075) - (xy 160.980631 97.441331) - (xy 160.736038 97.075271) - (xy 160.424729 96.763962) - (xy 160.058669 96.519369) - (xy 159.651925 96.35089) - (xy 159.220128 96.265) - (xy 158.779872 96.265) - (xy 158.348075 96.35089) - (xy 157.941331 96.519369) - (xy 157.575271 96.763962) - (xy 157.263962 97.075271) - (xy 157.019369 97.441331) - (xy 156.85089 97.848075) - (xy 156.765 98.279872) - (xy 156.765 98.720128) - (xy 156.85089 99.151925) - (xy 157.019369 99.558669) - (xy 157.263962 99.924729) - (xy 157.575271 100.236038) - (xy 157.941331 100.480631) - (xy 158.348075 100.64911) - (xy 158.779872 100.735) - (xy 159.220128 100.735) - (xy 159.488845 100.681549) - (xy 158.697394 101.473) - (xy 106.732606 101.473) - (xy 105.923773 100.664167) - (xy 106.279872 100.735) - (xy 106.720128 100.735) - (xy 107.151925 100.64911) - (xy 107.558669 100.480631) - (xy 107.924729 100.236038) - (xy 108.236038 99.924729) - (xy 108.480631 99.558669) - (xy 108.64911 99.151925) - (xy 108.735 98.720128) - (xy 108.735 98.279872) - (xy 108.64911 97.848075) - (xy 108.480631 97.441331) - (xy 108.236038 97.075271) - (xy 107.924729 96.763962) - (xy 107.558669 96.519369) - (xy 107.151925 96.35089) - (xy 106.720128 96.265) - (xy 106.279872 96.265) - (xy 105.848075 96.35089) - (xy 105.441331 96.519369) - (xy 105.075271 96.763962) - (xy 104.763962 97.075271) - (xy 104.519369 97.441331) - (xy 104.35089 97.848075) - (xy 104.265 98.279872) - (xy 104.265 98.720128) - (xy 104.335833 99.076227) - (xy 103.632 98.372394) - (xy 103.632 94.8) - (xy 114.861928 94.8) - (xy 114.861928 97.2) - (xy 114.874188 97.324482) - (xy 114.910498 97.44418) - (xy 114.969463 97.554494) - (xy 115.048815 97.651185) - (xy 115.145506 97.730537) - (xy 115.25582 97.789502) - (xy 115.375518 97.825812) - (xy 115.5 97.838072) - (xy 117.9 97.838072) - (xy 118.024482 97.825812) - (xy 118.14418 97.789502) - (xy 118.254494 97.730537) - (xy 118.351185 97.651185) - (xy 118.430537 97.554494) - (xy 118.489502 97.44418) - (xy 118.525812 97.324482) - (xy 118.538072 97.2) - (xy 118.538072 96.782838) - (xy 118.573844 96.869199) - (xy 118.774662 97.169744) - (xy 119.030256 97.425338) - (xy 119.330801 97.626156) - (xy 119.66475 97.764482) - (xy 120.019268 97.835) - (xy 120.380732 97.835) - (xy 120.73525 97.764482) - (xy 121.069199 97.626156) - (xy 121.369744 97.425338) - (xy 121.625338 97.169744) - (xy 121.826156 96.869199) - (xy 121.964482 96.53525) - (xy 122.035 96.180732) - (xy 122.035 95.819268) - (xy 121.964482 95.46475) - (xy 121.826156 95.130801) - (xy 121.625338 94.830256) - (xy 121.595082 94.8) - (xy 123.011928 94.8) - (xy 123.011928 97.2) - (xy 123.024188 97.324482) - (xy 123.060498 97.44418) - (xy 123.119463 97.554494) - (xy 123.198815 97.651185) - (xy 123.295506 97.730537) - (xy 123.40582 97.789502) - (xy 123.525518 97.825812) - (xy 123.65 97.838072) - (xy 126.05 97.838072) - (xy 126.174482 97.825812) - (xy 126.29418 97.789502) - (xy 126.404494 97.730537) - (xy 126.501185 97.651185) - (xy 126.580537 97.554494) - (xy 126.639502 97.44418) - (xy 126.675812 97.324482) - (xy 126.688072 97.2) - (xy 126.688072 96.782838) - (xy 126.723844 96.869199) - (xy 126.924662 97.169744) - (xy 127.180256 97.425338) - (xy 127.480801 97.626156) - (xy 127.81475 97.764482) - (xy 128.169268 97.835) - (xy 128.530732 97.835) - (xy 128.88525 97.764482) - (xy 129.219199 97.626156) - (xy 129.519744 97.425338) - (xy 129.775338 97.169744) - (xy 129.976156 96.869199) - (xy 130.114482 96.53525) - (xy 130.185 96.180732) - (xy 130.185 95.819268) - (xy 130.114482 95.46475) - (xy 129.976156 95.130801) - (xy 129.775338 94.830256) - (xy 129.745082 94.8) - (xy 131.139928 94.8) - (xy 131.139928 97.2) - (xy 131.152188 97.324482) - (xy 131.188498 97.44418) - (xy 131.247463 97.554494) - (xy 131.326815 97.651185) - (xy 131.423506 97.730537) - (xy 131.53382 97.789502) - (xy 131.653518 97.825812) - (xy 131.778 97.838072) - (xy 134.178 97.838072) - (xy 134.302482 97.825812) - (xy 134.42218 97.789502) - (xy 134.532494 97.730537) - (xy 134.629185 97.651185) - (xy 134.708537 97.554494) - (xy 134.767502 97.44418) - (xy 134.803812 97.324482) - (xy 134.816072 97.2) - (xy 134.816072 96.782838) - (xy 134.851844 96.869199) - (xy 135.052662 97.169744) - (xy 135.308256 97.425338) - (xy 135.608801 97.626156) - (xy 135.94275 97.764482) - (xy 136.297268 97.835) - (xy 136.658732 97.835) - (xy 137.01325 97.764482) - (xy 137.347199 97.626156) - (xy 137.647744 97.425338) - (xy 137.903338 97.169744) - (xy 138.104156 96.869199) - (xy 138.242482 96.53525) - (xy 138.313 96.180732) - (xy 138.313 95.819268) - (xy 138.242482 95.46475) - (xy 138.104156 95.130801) - (xy 137.903338 94.830256) - (xy 137.873082 94.8) - (xy 139.311928 94.8) - (xy 139.311928 97.2) - (xy 139.324188 97.324482) - (xy 139.360498 97.44418) - (xy 139.419463 97.554494) - (xy 139.498815 97.651185) - (xy 139.595506 97.730537) - (xy 139.70582 97.789502) - (xy 139.825518 97.825812) - (xy 139.95 97.838072) - (xy 142.35 97.838072) - (xy 142.474482 97.825812) - (xy 142.59418 97.789502) - (xy 142.704494 97.730537) - (xy 142.801185 97.651185) - (xy 142.880537 97.554494) - (xy 142.939502 97.44418) - (xy 142.975812 97.324482) - (xy 142.988072 97.2) - (xy 142.988072 96.782838) - (xy 143.023844 96.869199) - (xy 143.224662 97.169744) - (xy 143.480256 97.425338) - (xy 143.780801 97.626156) - (xy 144.11475 97.764482) - (xy 144.469268 97.835) - (xy 144.830732 97.835) - (xy 145.18525 97.764482) - (xy 145.519199 97.626156) - (xy 145.819744 97.425338) - (xy 146.075338 97.169744) - (xy 146.276156 96.869199) - (xy 146.414482 96.53525) - (xy 146.485 96.180732) - (xy 146.485 95.819268) - (xy 146.414482 95.46475) - (xy 146.276156 95.130801) - (xy 146.075338 94.830256) - (xy 146.045082 94.8) - (xy 147.511928 94.8) - (xy 147.511928 97.2) - (xy 147.524188 97.324482) - (xy 147.560498 97.44418) - (xy 147.619463 97.554494) - (xy 147.698815 97.651185) - (xy 147.795506 97.730537) - (xy 147.90582 97.789502) - (xy 148.025518 97.825812) - (xy 148.15 97.838072) - (xy 150.55 97.838072) - (xy 150.674482 97.825812) - (xy 150.79418 97.789502) - (xy 150.904494 97.730537) - (xy 151.001185 97.651185) - (xy 151.080537 97.554494) - (xy 151.139502 97.44418) - (xy 151.175812 97.324482) - (xy 151.188072 97.2) - (xy 151.188072 96.782838) - (xy 151.223844 96.869199) - (xy 151.424662 97.169744) - (xy 151.680256 97.425338) - (xy 151.980801 97.626156) - (xy 152.31475 97.764482) - (xy 152.669268 97.835) - (xy 153.030732 97.835) - (xy 153.38525 97.764482) - (xy 153.719199 97.626156) - (xy 154.019744 97.425338) - (xy 154.275338 97.169744) - (xy 154.476156 96.869199) - (xy 154.614482 96.53525) - (xy 154.685 96.180732) - (xy 154.685 95.819268) - (xy 154.614482 95.46475) - (xy 154.476156 95.130801) - (xy 154.275338 94.830256) - (xy 154.019744 94.574662) - (xy 153.719199 94.373844) - (xy 153.38525 94.235518) - (xy 153.030732 94.165) - (xy 152.669268 94.165) - (xy 152.31475 94.235518) - (xy 151.980801 94.373844) - (xy 151.680256 94.574662) - (xy 151.424662 94.830256) - (xy 151.223844 95.130801) - (xy 151.188072 95.217162) - (xy 151.188072 94.8) - (xy 151.175812 94.675518) - (xy 151.139502 94.55582) - (xy 151.080537 94.445506) - (xy 151.001185 94.348815) - (xy 150.904494 94.269463) - (xy 150.79418 94.210498) - (xy 150.674482 94.174188) - (xy 150.55 94.161928) - (xy 148.15 94.161928) - (xy 148.025518 94.174188) - (xy 147.90582 94.210498) - (xy 147.795506 94.269463) - (xy 147.698815 94.348815) - (xy 147.619463 94.445506) - (xy 147.560498 94.55582) - (xy 147.524188 94.675518) - (xy 147.511928 94.8) - (xy 146.045082 94.8) - (xy 145.819744 94.574662) - (xy 145.519199 94.373844) - (xy 145.18525 94.235518) - (xy 144.830732 94.165) - (xy 144.469268 94.165) - (xy 144.11475 94.235518) - (xy 143.780801 94.373844) - (xy 143.480256 94.574662) - (xy 143.224662 94.830256) - (xy 143.023844 95.130801) - (xy 142.988072 95.217162) - (xy 142.988072 94.8) - (xy 142.975812 94.675518) - (xy 142.939502 94.55582) - (xy 142.880537 94.445506) - (xy 142.801185 94.348815) - (xy 142.704494 94.269463) - (xy 142.59418 94.210498) - (xy 142.474482 94.174188) - (xy 142.35 94.161928) - (xy 139.95 94.161928) - (xy 139.825518 94.174188) - (xy 139.70582 94.210498) - (xy 139.595506 94.269463) - (xy 139.498815 94.348815) - (xy 139.419463 94.445506) - (xy 139.360498 94.55582) - (xy 139.324188 94.675518) - (xy 139.311928 94.8) - (xy 137.873082 94.8) - (xy 137.647744 94.574662) - (xy 137.347199 94.373844) - (xy 137.01325 94.235518) - (xy 136.658732 94.165) - (xy 136.297268 94.165) - (xy 135.94275 94.235518) - (xy 135.608801 94.373844) - (xy 135.308256 94.574662) - (xy 135.052662 94.830256) - (xy 134.851844 95.130801) - (xy 134.816072 95.217162) - (xy 134.816072 94.8) - (xy 134.803812 94.675518) - (xy 134.767502 94.55582) - (xy 134.708537 94.445506) - (xy 134.629185 94.348815) - (xy 134.532494 94.269463) - (xy 134.42218 94.210498) - (xy 134.302482 94.174188) - (xy 134.178 94.161928) - (xy 131.778 94.161928) - (xy 131.653518 94.174188) - (xy 131.53382 94.210498) - (xy 131.423506 94.269463) - (xy 131.326815 94.348815) - (xy 131.247463 94.445506) - (xy 131.188498 94.55582) - (xy 131.152188 94.675518) - (xy 131.139928 94.8) - (xy 129.745082 94.8) - (xy 129.519744 94.574662) - (xy 129.219199 94.373844) - (xy 128.88525 94.235518) - (xy 128.530732 94.165) - (xy 128.169268 94.165) - (xy 127.81475 94.235518) - (xy 127.480801 94.373844) - (xy 127.180256 94.574662) - (xy 126.924662 94.830256) - (xy 126.723844 95.130801) - (xy 126.688072 95.217162) - (xy 126.688072 94.8) - (xy 126.675812 94.675518) - (xy 126.639502 94.55582) - (xy 126.580537 94.445506) - (xy 126.501185 94.348815) - (xy 126.404494 94.269463) - (xy 126.29418 94.210498) - (xy 126.174482 94.174188) - (xy 126.05 94.161928) - (xy 123.65 94.161928) - (xy 123.525518 94.174188) - (xy 123.40582 94.210498) - (xy 123.295506 94.269463) - (xy 123.198815 94.348815) - (xy 123.119463 94.445506) - (xy 123.060498 94.55582) - (xy 123.024188 94.675518) - (xy 123.011928 94.8) - (xy 121.595082 94.8) - (xy 121.369744 94.574662) - (xy 121.069199 94.373844) - (xy 120.73525 94.235518) - (xy 120.380732 94.165) - (xy 120.019268 94.165) - (xy 119.66475 94.235518) - (xy 119.330801 94.373844) - (xy 119.030256 94.574662) - (xy 118.774662 94.830256) - (xy 118.573844 95.130801) - (xy 118.538072 95.217162) - (xy 118.538072 94.8) - (xy 118.525812 94.675518) - (xy 118.489502 94.55582) - (xy 118.430537 94.445506) - (xy 118.351185 94.348815) - (xy 118.254494 94.269463) - (xy 118.14418 94.210498) - (xy 118.024482 94.174188) - (xy 117.9 94.161928) - (xy 115.5 94.161928) - (xy 115.375518 94.174188) - (xy 115.25582 94.210498) - (xy 115.145506 94.269463) - (xy 115.048815 94.348815) - (xy 114.969463 94.445506) - (xy 114.910498 94.55582) - (xy 114.874188 94.675518) - (xy 114.861928 94.8) - (xy 103.632 94.8) - (xy 103.632 91.809267) - (xy 104.53368 91.809267) - (xy 104.607558 92.09083) - (xy 104.734947 92.35257) - (xy 104.910951 92.584429) - (xy 105.128807 92.777496) - (xy 105.380142 92.924352) - (xy 105.64311 93.016476) - (xy 105.873 92.895155) - (xy 105.873 91.577) - (xy 104.673835 91.577) - (xy 104.53368 91.809267) - (xy 103.632 91.809267) - (xy 103.632 91.090733) - (xy 104.53368 91.090733) - (xy 104.673835 91.323) - (xy 105.873 91.323) - (xy 105.873 90.004845) - (xy 106.127 90.004845) - (xy 106.127 91.323) - (xy 106.147 91.323) - (xy 106.147 91.577) - (xy 106.127 91.577) - (xy 106.127 92.895155) - (xy 106.35689 93.016476) - (xy 106.619858 92.924352) - (xy 106.871193 92.777496) - (xy 107.089049 92.584429) - (xy 107.245538 92.378278) - (xy 107.259294 92.404013) - (xy 107.444866 92.630134) - (xy 107.670986 92.815706) - (xy 107.928966 92.953599) - (xy 108.208889 93.038513) - (xy 108.5 93.067185) - (xy 108.79111 93.038513) - (xy 109.071033 92.953599) - (xy 109.329013 92.815706) - (xy 109.555134 92.630134) - (xy 109.607223 92.566663) - (xy 109.661595 92.668386) - (xy 109.772038 92.802962) - (xy 109.906614 92.913405) - (xy 110.06015 92.995472) - (xy 110.226746 93.046008) - (xy 110.4 93.063072) - (xy 111.6 93.063072) - (xy 111.773254 93.046008) - (xy 111.93985 92.995472) - (xy 112.093386 92.913405) - (xy 112.227962 92.802962) - (xy 112.338405 92.668386) - (xy 112.420472 92.51485) - (xy 112.471008 92.348254) - (xy 112.488072 92.175) - (xy 112.488072 90.725) - (xy 112.471008 90.551746) - (xy 112.420472 90.38515) - (xy 112.338405 90.231614) - (xy 112.227962 90.097038) - (xy 112.093386 89.986595) - (xy 111.93985 89.904528) - (xy 111.773254 89.853992) - (xy 111.6 89.836928) - (xy 110.4 89.836928) - (xy 110.226746 89.853992) - (xy 110.06015 89.904528) - (xy 109.906614 89.986595) - (xy 109.772038 90.097038) - (xy 109.661595 90.231614) - (xy 109.607223 90.333337) - (xy 109.555134 90.269866) - (xy 109.329014 90.084294) - (xy 109.071034 89.946401) - (xy 108.791111 89.861487) - (xy 108.5 89.832815) - (xy 108.20889 89.861487) - (xy 107.928967 89.946401) - (xy 107.670987 90.084294) - (xy 107.444866 90.269866) - (xy 107.259294 90.495986) - (xy 107.245538 90.521722) - (xy 107.089049 90.315571) - (xy 106.871193 90.122504) - (xy 106.619858 89.975648) - (xy 106.35689 89.883524) - (xy 106.127 90.004845) - (xy 105.873 90.004845) - (xy 105.64311 89.883524) - (xy 105.380142 89.975648) - (xy 105.128807 90.122504) - (xy 104.910951 90.315571) - (xy 104.734947 90.54743) - (xy 104.607558 90.80917) - (xy 104.53368 91.090733) - (xy 103.632 91.090733) - (xy 103.632 88.3) - (xy 153.609928 88.3) - (xy 153.609928 90.7) - (xy 153.622188 90.824482) - (xy 153.658498 90.94418) - (xy 153.717463 91.054494) - (xy 153.796815 91.151185) - (xy 153.893506 91.230537) - (xy 154.00382 91.289502) - (xy 154.123518 91.325812) - (xy 154.248 91.338072) - (xy 156.648 91.338072) - (xy 156.772482 91.325812) - (xy 156.89218 91.289502) - (xy 157.002494 91.230537) - (xy 157.099185 91.151185) - (xy 157.178537 91.054494) - (xy 157.237502 90.94418) - (xy 157.273812 90.824482) - (xy 157.286072 90.7) - (xy 157.286072 88.3) - (xy 157.273812 88.175518) - (xy 157.237502 88.05582) - (xy 157.178537 87.945506) - (xy 157.099185 87.848815) - (xy 157.002494 87.769463) - (xy 156.89218 87.710498) - (xy 156.772482 87.674188) - (xy 156.648 87.661928) - (xy 156.230838 87.661928) - (xy 156.317199 87.626156) - (xy 156.617744 87.425338) - (xy 156.873338 87.169744) - (xy 157.074156 86.869199) - (xy 157.212482 86.53525) - (xy 157.283 86.180732) - (xy 157.283 85.819268) - (xy 157.212482 85.46475) - (xy 157.074156 85.130801) - (xy 156.873338 84.830256) - (xy 156.617744 84.574662) - (xy 156.317199 84.373844) - (xy 155.98325 84.235518) - (xy 155.628732 84.165) - (xy 155.267268 84.165) - (xy 154.91275 84.235518) - (xy 154.578801 84.373844) - (xy 154.278256 84.574662) - (xy 154.022662 84.830256) - (xy 153.821844 85.130801) - (xy 153.683518 85.46475) - (xy 153.613 85.819268) - (xy 153.613 86.180732) - (xy 153.683518 86.53525) - (xy 153.821844 86.869199) - (xy 154.022662 87.169744) - (xy 154.278256 87.425338) - (xy 154.578801 87.626156) - (xy 154.665162 87.661928) - (xy 154.248 87.661928) - (xy 154.123518 87.674188) - (xy 154.00382 87.710498) - (xy 153.893506 87.769463) - (xy 153.796815 87.848815) - (xy 153.717463 87.945506) - (xy 153.658498 88.05582) - (xy 153.622188 88.175518) - (xy 153.609928 88.3) - (xy 103.632 88.3) - (xy 103.632 86.27798) - (xy 107.901626 86.27798) - (xy 108.021514 86.562836) - (xy 108.34521 86.723699) - (xy 108.694069 86.818322) - (xy 109.054684 86.843067) - (xy 109.413198 86.796985) - (xy 109.755833 86.681846) - (xy 109.978486 86.562836) - (xy 110.098374 86.27798) - (xy 109 85.179605) - (xy 107.901626 86.27798) - (xy 103.632 86.27798) - (xy 103.632 85.054684) - (xy 107.156933 85.054684) - (xy 107.203015 85.413198) - (xy 107.318154 85.755833) - (xy 107.437164 85.978486) - (xy 107.72202 86.098374) - (xy 108.820395 85) - (xy 107.72202 83.901626) - (xy 107.437164 84.021514) - (xy 107.276301 84.34521) - (xy 107.181678 84.694069) - (xy 107.156933 85.054684) - (xy 103.632 85.054684) - (xy 103.632 78.17798) - (xy 107.901626 78.17798) - (xy 108.021514 78.462836) - (xy 108.34521 78.623699) - (xy 108.694069 78.718322) - (xy 109.054684 78.743067) - (xy 109.413198 78.696985) - (xy 109.755833 78.581846) - (xy 109.978486 78.462836) - (xy 110.098374 78.17798) - (xy 109 77.079605) - (xy 107.901626 78.17798) - (xy 103.632 78.17798) - (xy 103.632 76.954684) - (xy 107.156933 76.954684) - (xy 107.203015 77.313198) - (xy 107.318154 77.655833) - (xy 107.437164 77.878486) - (xy 107.72202 77.998374) - (xy 108.820395 76.9) - (xy 109.179605 76.9) - (xy 110.27798 77.998374) - (xy 110.562836 77.878486) - (xy 110.723699 77.55479) - (xy 110.818322 77.205931) - (xy 110.843067 76.845316) - (xy 110.796985 76.486802) - (xy 110.681846 76.144167) - (xy 110.562836 75.921514) - (xy 110.27798 75.801626) - (xy 109.179605 76.9) - (xy 108.820395 76.9) - (xy 107.72202 75.801626) - (xy 107.437164 75.921514) - (xy 107.276301 76.24521) - (xy 107.181678 76.594069) - (xy 107.156933 76.954684) - (xy 103.632 76.954684) - (xy 103.632 72.2) - (xy 107.161928 72.2) - (xy 107.161928 74.6) - (xy 107.174188 74.724482) - (xy 107.210498 74.84418) - (xy 107.269463 74.954494) - (xy 107.348815 75.051185) - (xy 107.445506 75.130537) - (xy 107.55582 75.189502) - (xy 107.675518 75.225812) - (xy 107.8 75.238072) - (xy 108.206903 75.238072) - (xy 108.021514 75.337164) - (xy 107.901626 75.62202) - (xy 109 76.720395) - (xy 110.026715 75.693679) - (xy 115.3205 75.693679) - (xy 115.3205 75.906321) - (xy 115.361985 76.114878) - (xy 115.44336 76.311335) - (xy 115.561498 76.488141) - (xy 115.711859 76.638502) - (xy 115.888665 76.75664) - (xy 116.085122 76.838015) - (xy 116.293679 76.8795) - (xy 116.506321 76.8795) - (xy 116.714878 76.838015) - (xy 116.911335 76.75664) - (xy 117.05 76.663987) - (xy 117.188665 76.75664) - (xy 117.385122 76.838015) - (xy 117.593679 76.8795) - (xy 117.806321 76.8795) - (xy 118.014878 76.838015) - (xy 118.211335 76.75664) - (xy 118.388141 76.638502) - (xy 118.538502 76.488141) - (xy 118.65664 76.311335) - (xy 118.738015 76.114878) - (xy 118.7795 75.906321) - (xy 118.7795 75.693679) - (xy 118.738015 75.485122) - (xy 118.65664 75.288665) - (xy 118.538502 75.111859) - (xy 118.388141 74.961498) - (xy 118.211335 74.84336) - (xy 118.014878 74.761985) - (xy 117.806321 74.7205) - (xy 117.593679 74.7205) - (xy 117.385122 74.761985) - (xy 117.188665 74.84336) - (xy 117.05 74.936013) - (xy 116.911335 74.84336) - (xy 116.714878 74.761985) - (xy 116.506321 74.7205) - (xy 116.293679 74.7205) - (xy 116.085122 74.761985) - (xy 115.888665 74.84336) - (xy 115.711859 74.961498) - (xy 115.561498 75.111859) - (xy 115.44336 75.288665) - (xy 115.361985 75.485122) - (xy 115.3205 75.693679) - (xy 110.026715 75.693679) - (xy 110.098374 75.62202) - (xy 109.978486 75.337164) - (xy 109.779088 75.238072) - (xy 110.2 75.238072) - (xy 110.324482 75.225812) - (xy 110.44418 75.189502) - (xy 110.554494 75.130537) - (xy 110.651185 75.051185) - (xy 110.730537 74.954494) - (xy 110.789502 74.84418) - (xy 110.825812 74.724482) - (xy 110.838072 74.6) - (xy 110.838072 72.2) - (xy 110.825812 72.075518) - (xy 110.789502 71.95582) - (xy 110.730537 71.845506) - (xy 110.651185 71.748815) - (xy 110.554494 71.669463) - (xy 110.44418 71.610498) - (xy 110.324482 71.574188) - (xy 110.2 71.561928) - (xy 107.8 71.561928) - (xy 107.675518 71.574188) - (xy 107.55582 71.610498) - (xy 107.445506 71.669463) - (xy 107.348815 71.748815) - (xy 107.269463 71.845506) - (xy 107.210498 71.95582) - (xy 107.174188 72.075518) - (xy 107.161928 72.2) - (xy 103.632 72.2) - (xy 103.632 70.762085) - (xy 103.6955 70.775) - (xy 104.0455 70.775) - (xy 104.0455 69.667) - (xy 104.2995 69.667) - (xy 104.2995 70.775) - (xy 104.6495 70.775) - (xy 104.887996 70.726493) - (xy 105.112446 70.63239) - (xy 105.314225 70.496307) - (xy 105.485578 70.323474) - (xy 105.619921 70.120533) - (xy 105.712091 69.895282) - (xy 105.715962 69.857609) - (xy 105.591231 69.667) - (xy 104.2995 69.667) - (xy 104.0455 69.667) - (xy 104.0255 69.667) - (xy 104.0255 69.479133) - (xy 106.112972 69.479133) - (xy 106.175465 69.71545) - (xy 106.418178 69.82885) - (xy 106.678349 69.892719) - (xy 106.945982 69.904604) - (xy 107.210791 69.864048) - (xy 107.4626 69.772609) - (xy 107.569535 69.71545) - (xy 107.632028 69.479133) - (xy 106.8725 68.719605) - (xy 106.112972 69.479133) - (xy 104.0255 69.479133) - (xy 104.0255 69.413) - (xy 104.0455 69.413) - (xy 104.0455 68.305) - (xy 104.2995 68.305) - (xy 104.2995 69.413) - (xy 105.591231 69.413) - (xy 105.705003 69.239138) - (xy 105.933367 69.299528) - (xy 106.692895 68.54) - (xy 107.052105 68.54) - (xy 107.811633 69.299528) - (xy 108.04795 69.237035) - (xy 108.16135 68.994322) - (xy 108.225219 68.734151) - (xy 108.237104 68.466518) - (xy 108.196548 68.201709) - (xy 108.105109 67.9499) - (xy 108.075058 67.893679) - (xy 108.3205 67.893679) - (xy 108.3205 68.106321) - (xy 108.361985 68.314878) - (xy 108.44336 68.511335) - (xy 108.561498 68.688141) - (xy 108.711859 68.838502) - (xy 108.888665 68.95664) - (xy 109.085122 69.038015) - (xy 109.293679 69.0795) - (xy 109.506321 69.0795) - (xy 109.714878 69.038015) - (xy 109.911335 68.95664) - (xy 110.088141 68.838502) - (xy 110.238502 68.688141) - (xy 110.35664 68.511335) - (xy 110.397603 68.412441) - (xy 110.511 68.412441) - (xy 110.511 68.587559) - (xy 110.545164 68.759312) - (xy 110.612179 68.921099) - (xy 110.709469 69.066704) - (xy 110.833296 69.190531) - (xy 110.978901 69.287821) - (xy 111.140688 69.354836) - (xy 111.312441 69.389) - (xy 111.487559 69.389) - (xy 111.659312 69.354836) - (xy 111.821099 69.287821) - (xy 111.899135 69.235679) - (xy 112.2045 69.235679) - (xy 112.2045 69.448321) - (xy 112.245985 69.656878) - (xy 112.32736 69.853335) - (xy 112.445498 70.030141) - (xy 112.595859 70.180502) - (xy 112.772665 70.29864) - (xy 112.969122 70.380015) - (xy 113.177679 70.4215) - (xy 113.390321 70.4215) - (xy 113.598878 70.380015) - (xy 113.795335 70.29864) - (xy 113.972141 70.180502) - (xy 114.122502 70.030141) - (xy 114.24064 69.853335) - (xy 114.322015 69.656878) - (xy 114.3635 69.448321) - (xy 114.3635 69.235679) - (xy 114.322015 69.027122) - (xy 114.291599 68.953691) - (xy 117.86975 68.953691) - (xy 117.86975 69.128809) - (xy 117.903914 69.300562) - (xy 117.970929 69.462349) - (xy 118.068219 69.607954) - (xy 118.192046 69.731781) - (xy 118.337651 69.829071) - (xy 118.499438 69.896086) - (xy 118.671191 69.93025) - (xy 118.846309 69.93025) - (xy 119.018062 69.896086) - (xy 119.179849 69.829071) - (xy 119.325454 69.731781) - (xy 119.449281 69.607954) - (xy 119.546571 69.462349) - (xy 119.613586 69.300562) - (xy 119.64775 69.128809) - (xy 119.64775 68.953691) - (xy 119.613586 68.781938) - (xy 119.5848 68.712441) - (xy 121.511 68.712441) - (xy 121.511 68.887559) - (xy 121.545164 69.059312) - (xy 121.612179 69.221099) - (xy 121.709469 69.366704) - (xy 121.833296 69.490531) - (xy 121.978901 69.587821) - (xy 122.140688 69.654836) - (xy 122.312441 69.689) - (xy 122.487559 69.689) - (xy 122.659312 69.654836) - (xy 122.821099 69.587821) - (xy 122.966704 69.490531) - (xy 123.090531 69.366704) - (xy 123.187821 69.221099) - (xy 123.254836 69.059312) - (xy 123.289 68.887559) - (xy 123.289 68.712441) - (xy 123.254836 68.540688) - (xy 123.187821 68.378901) - (xy 123.090531 68.233296) - (xy 122.966704 68.109469) - (xy 122.821099 68.012179) - (xy 122.659312 67.945164) - (xy 122.487559 67.911) - (xy 122.312441 67.911) - (xy 122.140688 67.945164) - (xy 121.978901 68.012179) - (xy 121.833296 68.109469) - (xy 121.709469 68.233296) - (xy 121.612179 68.378901) - (xy 121.545164 68.540688) - (xy 121.511 68.712441) - (xy 119.5848 68.712441) - (xy 119.546571 68.620151) - (xy 119.449281 68.474546) - (xy 119.325454 68.350719) - (xy 119.179849 68.253429) - (xy 119.018062 68.186414) - (xy 118.846309 68.15225) - (xy 118.671191 68.15225) - (xy 118.499438 68.186414) - (xy 118.337651 68.253429) - (xy 118.192046 68.350719) - (xy 118.068219 68.474546) - (xy 117.970929 68.620151) - (xy 117.903914 68.781938) - (xy 117.86975 68.953691) - (xy 114.291599 68.953691) - (xy 114.24064 68.830665) - (xy 114.122502 68.653859) - (xy 113.972141 68.503498) - (xy 113.795335 68.38536) - (xy 113.598878 68.303985) - (xy 113.390321 68.2625) - (xy 113.177679 68.2625) - (xy 112.969122 68.303985) - (xy 112.772665 68.38536) - (xy 112.595859 68.503498) - (xy 112.445498 68.653859) - (xy 112.32736 68.830665) - (xy 112.245985 69.027122) - (xy 112.2045 69.235679) - (xy 111.899135 69.235679) - (xy 111.966704 69.190531) - (xy 112.090531 69.066704) - (xy 112.187821 68.921099) - (xy 112.254836 68.759312) - (xy 112.289 68.587559) - (xy 112.289 68.412441) - (xy 112.254836 68.240688) - (xy 112.187821 68.078901) - (xy 112.090531 67.933296) - (xy 111.966704 67.809469) - (xy 111.821099 67.712179) - (xy 111.659312 67.645164) - (xy 111.487559 67.611) - (xy 111.312441 67.611) - (xy 111.140688 67.645164) - (xy 110.978901 67.712179) - (xy 110.833296 67.809469) - (xy 110.709469 67.933296) - (xy 110.612179 68.078901) - (xy 110.545164 68.240688) - (xy 110.511 68.412441) - (xy 110.397603 68.412441) - (xy 110.438015 68.314878) - (xy 110.4795 68.106321) - (xy 110.4795 67.893679) - (xy 110.438015 67.685122) - (xy 110.35664 67.488665) - (xy 110.238502 67.311859) - (xy 110.088141 67.161498) - (xy 109.911335 67.04336) - (xy 109.714878 66.961985) - (xy 109.506321 66.9205) - (xy 109.293679 66.9205) - (xy 109.085122 66.961985) - (xy 108.888665 67.04336) - (xy 108.711859 67.161498) - (xy 108.561498 67.311859) - (xy 108.44336 67.488665) - (xy 108.361985 67.685122) - (xy 108.3205 67.893679) - (xy 108.075058 67.893679) - (xy 108.04795 67.842965) - (xy 107.811633 67.780472) - (xy 107.052105 68.54) - (xy 106.692895 68.54) - (xy 105.933367 67.780472) - (xy 105.69705 67.842965) - (xy 105.58365 68.085678) - (xy 105.519781 68.345849) - (xy 105.507896 68.613482) - (xy 105.543115 68.843442) - (xy 105.485578 68.756526) - (xy 105.314225 68.583693) - (xy 105.112446 68.44761) - (xy 104.887996 68.353507) - (xy 104.6495 68.305) - (xy 104.2995 68.305) - (xy 104.0455 68.305) - (xy 103.6955 68.305) - (xy 103.632 68.317915) - (xy 103.632 67.600867) - (xy 106.112972 67.600867) - (xy 106.8725 68.360395) - (xy 107.632028 67.600867) - (xy 107.569535 67.36455) - (xy 107.326822 67.25115) - (xy 107.066651 67.187281) - (xy 106.799018 67.175396) - (xy 106.534209 67.215952) - (xy 106.2824 67.307391) - (xy 106.175465 67.36455) - (xy 106.112972 67.600867) - (xy 103.632 67.600867) - (xy 103.632 64.479133) - (xy 106.112972 64.479133) - (xy 106.175465 64.71545) - (xy 106.418178 64.82885) - (xy 106.678349 64.892719) - (xy 106.945982 64.904604) - (xy 107.210791 64.864048) - (xy 107.4626 64.772609) - (xy 107.569535 64.71545) - (xy 107.583225 64.663679) - (xy 108.1405 64.663679) - (xy 108.1405 64.876321) - (xy 108.181985 65.084878) - (xy 108.26336 65.281335) - (xy 108.381498 65.458141) - (xy 108.531859 65.608502) - (xy 108.708665 65.72664) - (xy 108.905122 65.808015) - (xy 109.113679 65.8495) - (xy 109.151266 65.8495) - (xy 109.194179 65.953099) - (xy 109.291469 66.098704) - (xy 109.415296 66.222531) - (xy 109.560901 66.319821) - (xy 109.722688 66.386836) - (xy 109.894441 66.421) - (xy 110.069559 66.421) - (xy 110.115046 66.411952) - (xy 110.143164 66.553312) - (xy 110.210179 66.715099) - (xy 110.307469 66.860704) - (xy 110.431296 66.984531) - (xy 110.576901 67.081821) - (xy 110.738688 67.148836) - (xy 110.910441 67.183) - (xy 111.085559 67.183) - (xy 111.257312 67.148836) - (xy 111.345176 67.112441) - (xy 118.311 67.112441) - (xy 118.311 67.287559) - (xy 118.345164 67.459312) - (xy 118.412179 67.621099) - (xy 118.509469 67.766704) - (xy 118.633296 67.890531) - (xy 118.778901 67.987821) - (xy 118.940688 68.054836) - (xy 119.112441 68.089) - (xy 119.287559 68.089) - (xy 119.459312 68.054836) - (xy 119.621099 67.987821) - (xy 119.766704 67.890531) - (xy 119.890531 67.766704) - (xy 119.987821 67.621099) - (xy 120.054836 67.459312) - (xy 120.089 67.287559) - (xy 120.089 67.112441) - (xy 120.054836 66.940688) - (xy 119.987821 66.778901) - (xy 119.890531 66.633296) - (xy 119.766704 66.509469) - (xy 119.621099 66.412179) - (xy 119.459312 66.345164) - (xy 119.287559 66.311) - (xy 119.112441 66.311) - (xy 118.940688 66.345164) - (xy 118.778901 66.412179) - (xy 118.633296 66.509469) - (xy 118.509469 66.633296) - (xy 118.412179 66.778901) - (xy 118.345164 66.940688) - (xy 118.311 67.112441) - (xy 111.345176 67.112441) - (xy 111.419099 67.081821) - (xy 111.564704 66.984531) - (xy 111.688531 66.860704) - (xy 111.785821 66.715099) - (xy 111.852836 66.553312) - (xy 111.887 66.381559) - (xy 111.887 66.206441) - (xy 111.852836 66.034688) - (xy 111.785821 65.872901) - (xy 111.688531 65.727296) - (xy 111.564704 65.603469) - (xy 111.419099 65.506179) - (xy 111.257312 65.439164) - (xy 111.085559 65.405) - (xy 110.910441 65.405) - (xy 110.864954 65.414048) - (xy 110.836836 65.272688) - (xy 110.769821 65.110901) - (xy 110.672531 64.965296) - (xy 110.548704 64.841469) - (xy 110.403099 64.744179) - (xy 110.2995 64.701266) - (xy 110.2995 64.663679) - (xy 110.266539 64.497977) - (xy 110.366335 64.45664) - (xy 110.543141 64.338502) - (xy 110.693502 64.188141) - (xy 110.744083 64.112441) - (xy 116.711 64.112441) - (xy 116.711 64.287559) - (xy 116.745164 64.459312) - (xy 116.812179 64.621099) - (xy 116.909469 64.766704) - (xy 117.033296 64.890531) - (xy 117.178901 64.987821) - (xy 117.340688 65.054836) - (xy 117.512441 65.089) - (xy 117.687559 65.089) - (xy 117.859312 65.054836) - (xy 118.021099 64.987821) - (xy 118.166704 64.890531) - (xy 118.290531 64.766704) - (xy 118.387821 64.621099) - (xy 118.454836 64.459312) - (xy 118.489 64.287559) - (xy 118.489 64.112441) - (xy 118.472339 64.028679) - (xy 122.1105 64.028679) - (xy 122.1105 64.241321) - (xy 122.151985 64.449878) - (xy 122.23336 64.646335) - (xy 122.351498 64.823141) - (xy 122.501859 64.973502) - (xy 122.678665 65.09164) - (xy 122.875122 65.173015) - (xy 123.083679 65.2145) - (xy 123.296321 65.2145) - (xy 123.504878 65.173015) - (xy 123.701335 65.09164) - (xy 123.878141 64.973502) - (xy 124.028502 64.823141) - (xy 124.14664 64.646335) - (xy 124.228015 64.449878) - (xy 124.2695 64.241321) - (xy 124.2695 64.028679) - (xy 124.228015 63.820122) - (xy 124.14664 63.623665) - (xy 124.028502 63.446859) - (xy 123.878141 63.296498) - (xy 123.701335 63.17836) - (xy 123.504878 63.096985) - (xy 123.296321 63.0555) - (xy 123.083679 63.0555) - (xy 122.875122 63.096985) - (xy 122.678665 63.17836) - (xy 122.501859 63.296498) - (xy 122.351498 63.446859) - (xy 122.23336 63.623665) - (xy 122.151985 63.820122) - (xy 122.1105 64.028679) - (xy 118.472339 64.028679) - (xy 118.454836 63.940688) - (xy 118.387821 63.778901) - (xy 118.290531 63.633296) - (xy 118.166704 63.509469) - (xy 118.021099 63.412179) - (xy 117.859312 63.345164) - (xy 117.687559 63.311) - (xy 117.512441 63.311) - (xy 117.340688 63.345164) - (xy 117.178901 63.412179) - (xy 117.033296 63.509469) - (xy 116.909469 63.633296) - (xy 116.812179 63.778901) - (xy 116.745164 63.940688) - (xy 116.711 64.112441) - (xy 110.744083 64.112441) - (xy 110.81164 64.011335) - (xy 110.893015 63.814878) - (xy 110.9345 63.606321) - (xy 110.9345 63.393679) - (xy 110.893015 63.185122) - (xy 110.81164 62.988665) - (xy 110.693502 62.811859) - (xy 110.543141 62.661498) - (xy 110.366335 62.54336) - (xy 110.169878 62.461985) - (xy 109.961321 62.4205) - (xy 109.748679 62.4205) - (xy 109.540122 62.461985) - (xy 109.343665 62.54336) - (xy 109.166859 62.661498) - (xy 109.016498 62.811859) - (xy 108.89836 62.988665) - (xy 108.816985 63.185122) - (xy 108.7755 63.393679) - (xy 108.7755 63.606321) - (xy 108.808461 63.772023) - (xy 108.708665 63.81336) - (xy 108.531859 63.931498) - (xy 108.381498 64.081859) - (xy 108.26336 64.258665) - (xy 108.181985 64.455122) - (xy 108.1405 64.663679) - (xy 107.583225 64.663679) - (xy 107.632028 64.479133) - (xy 106.8725 63.719605) - (xy 106.112972 64.479133) - (xy 103.632 64.479133) - (xy 103.632 63.762085) - (xy 103.6955 63.775) - (xy 104.0455 63.775) - (xy 104.0455 62.667) - (xy 104.2995 62.667) - (xy 104.2995 63.775) - (xy 104.6495 63.775) - (xy 104.887996 63.726493) - (xy 105.112446 63.63239) - (xy 105.314225 63.496307) - (xy 105.485578 63.323474) - (xy 105.548671 63.228164) - (xy 105.519781 63.345849) - (xy 105.507896 63.613482) - (xy 105.548452 63.878291) - (xy 105.639891 64.1301) - (xy 105.69705 64.237035) - (xy 105.933367 64.299528) - (xy 106.692895 63.54) - (xy 107.052105 63.54) - (xy 107.811633 64.299528) - (xy 108.04795 64.237035) - (xy 108.16135 63.994322) - (xy 108.225219 63.734151) - (xy 108.237104 63.466518) - (xy 108.196548 63.201709) - (xy 108.105109 62.9499) - (xy 108.04795 62.842965) - (xy 107.811633 62.780472) - (xy 107.052105 63.54) - (xy 106.692895 63.54) - (xy 105.933367 62.780472) - (xy 105.705003 62.840862) - (xy 105.591231 62.667) - (xy 104.2995 62.667) - (xy 104.0455 62.667) - (xy 104.0255 62.667) - (xy 104.0255 62.600867) - (xy 106.112972 62.600867) - (xy 106.8725 63.360395) - (xy 107.632028 62.600867) - (xy 107.569535 62.36455) - (xy 107.326822 62.25115) - (xy 107.066651 62.187281) - (xy 106.799018 62.175396) - (xy 106.534209 62.215952) - (xy 106.2824 62.307391) - (xy 106.175465 62.36455) - (xy 106.112972 62.600867) - (xy 104.0255 62.600867) - (xy 104.0255 62.413) - (xy 104.0455 62.413) - (xy 104.0455 61.305) - (xy 104.2995 61.305) - (xy 104.2995 62.413) - (xy 105.591231 62.413) - (xy 105.715962 62.222391) - (xy 105.712091 62.184718) - (xy 105.619921 61.959467) - (xy 105.485578 61.756526) - (xy 105.314225 61.583693) - (xy 105.112446 61.44761) - (xy 104.887996 61.353507) - (xy 104.6495 61.305) - (xy 104.2995 61.305) - (xy 104.0455 61.305) - (xy 103.6955 61.305) - (xy 103.632 61.317915) - (xy 103.632 58.472606) - (xy 104.251414 57.853192) - (xy 104.30089 58.101925) - (xy 104.469369 58.508669) - (xy 104.713962 58.874729) - (xy 105.025271 59.186038) - (xy 105.391331 59.430631) - (xy 105.798075 59.59911) - (xy 106.229872 59.685) - (xy 106.670128 59.685) - (xy 107.101925 59.59911) - (xy 107.508669 59.430631) - (xy 107.874729 59.186038) - (xy 108.186038 58.874729) - (xy 108.430631 58.508669) - (xy 108.59911 58.101925) - (xy 108.685 57.670128) - (xy 108.685 57.229872) - (xy 108.59911 56.798075) - (xy 108.430631 56.391331) - (xy 108.186038 56.025271) - (xy 107.874729 55.713962) - (xy 107.508669 55.469369) - (xy 107.101925 55.30089) - (xy 106.853192 55.251414) - (xy 107.367606 54.737) - (xy 115.442685 54.737) - ) - ) - ) - (zone (net 2) (net_name "+3V3") (layer "In2.Cu") (tstamp 00000000-0000-0000-0000-00005da4b485) (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) (smoothing fillet)) - (polygon - (pts - (xy 106.648875 54.61) - (xy 103.473875 57.785) - (xy 103.473875 71) - (xy 112.363875 71) - (xy 112.363875 82.55) - (xy 146.018875 82.55) - (xy 146.018875 62.865) - (xy 116.173875 62.865) - (xy 116.173875 54.61) - ) - ) - (filled_polygon - (layer "In2.Cu") - (pts - (xy 110.04336 54.888665) - (xy 109.961985 55.085122) - (xy 109.9205 55.293679) - (xy 109.9205 55.506321) - (xy 109.961985 55.714878) - (xy 110.04336 55.911335) - (xy 110.161498 56.088141) - (xy 110.311859 56.238502) - (xy 110.488665 56.35664) - (xy 110.685122 56.438015) - (xy 110.893679 56.4795) - (xy 111.106321 56.4795) - (xy 111.314878 56.438015) - (xy 111.511335 56.35664) - (xy 111.688141 56.238502) - (xy 111.838502 56.088141) - (xy 111.95664 55.911335) - (xy 112.038015 55.714878) - (xy 112.0795 55.506321) - (xy 112.0795 55.293679) - (xy 112.038015 55.085122) - (xy 111.95664 54.888665) - (xy 111.855301 54.737) - (xy 116.046875 54.737) - (xy 116.046875 60.700396) - (xy 116.033296 60.709469) - (xy 115.909469 60.833296) - (xy 115.812179 60.978901) - (xy 115.745164 61.140688) - (xy 115.711 61.312441) - (xy 115.711 61.357461) - (xy 115.578901 61.412179) - (xy 115.433296 61.509469) - (xy 115.309469 61.633296) - (xy 115.212179 61.778901) - (xy 115.147305 61.93552) - (xy 115.109399 61.93552) - (xy 114.937646 61.969684) - (xy 114.775859 62.036699) - (xy 114.630254 62.133989) - (xy 114.506427 62.257816) - (xy 114.409137 62.403421) - (xy 114.342122 62.565208) - (xy 114.307958 62.736961) - (xy 114.307958 62.912079) - (xy 114.342122 63.083832) - (xy 114.409137 63.245619) - (xy 114.506427 63.391224) - (xy 114.630254 63.515051) - (xy 114.775859 63.612341) - (xy 114.937646 63.679356) - (xy 115.109399 63.71352) - (xy 115.284517 63.71352) - (xy 115.45627 63.679356) - (xy 115.618057 63.612341) - (xy 115.763662 63.515051) - (xy 115.887489 63.391224) - (xy 115.984779 63.245619) - (xy 116.049653 63.089) - (xy 116.087559 63.089) - (xy 116.259312 63.054836) - (xy 116.41101 62.992) - (xy 119.885357 62.992) - (xy 119.811498 63.065859) - (xy 119.69336 63.242665) - (xy 119.611985 63.439122) - (xy 119.5705 63.647679) - (xy 119.5705 63.860321) - (xy 119.611985 64.068878) - (xy 119.69336 64.265335) - (xy 119.811498 64.442141) - (xy 119.961859 64.592502) - (xy 120.138665 64.71064) - (xy 120.335122 64.792015) - (xy 120.543679 64.8335) - (xy 120.756321 64.8335) - (xy 120.964878 64.792015) - (xy 121.161335 64.71064) - (xy 121.338141 64.592502) - (xy 121.488502 64.442141) - (xy 121.60664 64.265335) - (xy 121.688015 64.068878) - (xy 121.7295 63.860321) - (xy 121.7295 63.647679) - (xy 121.688015 63.439122) - (xy 121.60664 63.242665) - (xy 121.488502 63.065859) - (xy 121.414643 62.992) - (xy 144.7205 62.992) - (xy 144.7205 63.106321) - (xy 144.761985 63.314878) - (xy 144.84336 63.511335) - (xy 144.961498 63.688141) - (xy 145.111859 63.838502) - (xy 145.288665 63.95664) - (xy 145.485122 64.038015) - (xy 145.693679 64.0795) - (xy 145.891875 64.0795) - (xy 145.891875 73.793878) - (xy 145.814878 73.761985) - (xy 145.606321 73.7205) - (xy 145.393679 73.7205) - (xy 145.185122 73.761985) - (xy 144.988665 73.84336) - (xy 144.811859 73.961498) - (xy 144.661498 74.111859) - (xy 144.54336 74.288665) - (xy 144.461985 74.485122) - (xy 144.4205 74.693679) - (xy 144.4205 74.906321) - (xy 144.461985 75.114878) - (xy 144.54336 75.311335) - (xy 144.661498 75.488141) - (xy 144.811859 75.638502) - (xy 144.988665 75.75664) - (xy 145.185122 75.838015) - (xy 145.393679 75.8795) - (xy 145.606321 75.8795) - (xy 145.814878 75.838015) - (xy 145.891875 75.806122) - (xy 145.891875 82.423) - (xy 144.111893 82.423) - (xy 144.145 82.256559) - (xy 144.145 82.081441) - (xy 144.110836 81.909688) - (xy 144.043821 81.747901) - (xy 143.946531 81.602296) - (xy 143.822704 81.478469) - (xy 143.677099 81.381179) - (xy 143.515312 81.314164) - (xy 143.343559 81.28) - (xy 143.168441 81.28) - (xy 142.996688 81.314164) - (xy 142.834901 81.381179) - (xy 142.689296 81.478469) - (xy 142.565469 81.602296) - (xy 142.468179 81.747901) - (xy 142.401164 81.909688) - (xy 142.367 82.081441) - (xy 142.367 82.256559) - (xy 142.400107 82.423) - (xy 139.612764 82.423) - (xy 139.538502 82.311859) - (xy 139.388141 82.161498) - (xy 139.211335 82.04336) - (xy 139.014878 81.961985) - (xy 138.806321 81.9205) - (xy 138.593679 81.9205) - (xy 138.385122 81.961985) - (xy 138.188665 82.04336) - (xy 138.011859 82.161498) - (xy 137.861498 82.311859) - (xy 137.787236 82.423) - (xy 118.170862 82.423) - (xy 118.15664 82.388665) - (xy 118.038502 82.211859) - (xy 117.888141 82.061498) - (xy 117.711335 81.94336) - (xy 117.514878 81.861985) - (xy 117.306321 81.8205) - (xy 117.093679 81.8205) - (xy 116.885122 81.861985) - (xy 116.688665 81.94336) - (xy 116.511859 82.061498) - (xy 116.361498 82.211859) - (xy 116.24336 82.388665) - (xy 116.229138 82.423) - (xy 112.490875 82.423) - (xy 112.490875 80.093679) - (xy 124.9205 80.093679) - (xy 124.9205 80.306321) - (xy 124.961985 80.514878) - (xy 125.04336 80.711335) - (xy 125.161498 80.888141) - (xy 125.311859 81.038502) - (xy 125.488665 81.15664) - (xy 125.685122 81.238015) - (xy 125.893679 81.2795) - (xy 126.106321 81.2795) - (xy 126.314878 81.238015) - (xy 126.5 81.161335) - (xy 126.685122 81.238015) - (xy 126.893679 81.2795) - (xy 127.106321 81.2795) - (xy 127.314878 81.238015) - (xy 127.511335 81.15664) - (xy 127.688141 81.038502) - (xy 127.838502 80.888141) - (xy 127.95664 80.711335) - (xy 128.038015 80.514878) - (xy 128.0795 80.306321) - (xy 128.0795 80.093679) - (xy 128.038015 79.885122) - (xy 127.95664 79.688665) - (xy 127.838502 79.511859) - (xy 127.688141 79.361498) - (xy 127.511335 79.24336) - (xy 127.314878 79.161985) - (xy 127.106321 79.1205) - (xy 126.893679 79.1205) - (xy 126.685122 79.161985) - (xy 126.5 79.238665) - (xy 126.314878 79.161985) - (xy 126.106321 79.1205) - (xy 125.893679 79.1205) - (xy 125.685122 79.161985) - (xy 125.488665 79.24336) - (xy 125.311859 79.361498) - (xy 125.161498 79.511859) - (xy 125.04336 79.688665) - (xy 124.961985 79.885122) - (xy 124.9205 80.093679) - (xy 112.490875 80.093679) - (xy 112.490875 78.512441) - (xy 143.711 78.512441) - (xy 143.711 78.687559) - (xy 143.745164 78.859312) - (xy 143.812179 79.021099) - (xy 143.909469 79.166704) - (xy 144.033296 79.290531) - (xy 144.178901 79.387821) - (xy 144.340688 79.454836) - (xy 144.512441 79.489) - (xy 144.687559 79.489) - (xy 144.859312 79.454836) - (xy 145.021099 79.387821) - (xy 145.166704 79.290531) - (xy 145.290531 79.166704) - (xy 145.387821 79.021099) - (xy 145.454836 78.859312) - (xy 145.489 78.687559) - (xy 145.489 78.512441) - (xy 145.454836 78.340688) - (xy 145.387821 78.178901) - (xy 145.290531 78.033296) - (xy 145.166704 77.909469) - (xy 145.021099 77.812179) - (xy 144.859312 77.745164) - (xy 144.687559 77.711) - (xy 144.512441 77.711) - (xy 144.340688 77.745164) - (xy 144.178901 77.812179) - (xy 144.033296 77.909469) - (xy 143.909469 78.033296) - (xy 143.812179 78.178901) - (xy 143.745164 78.340688) - (xy 143.711 78.512441) - (xy 112.490875 78.512441) - (xy 112.490875 71.182446) - (xy 112.561498 71.288141) - (xy 112.711859 71.438502) - (xy 112.888665 71.55664) - (xy 113.085122 71.638015) - (xy 113.174161 71.655726) - (xy 113.161985 71.685122) - (xy 113.1205 71.893679) - (xy 113.1205 72.106321) - (xy 113.161985 72.314878) - (xy 113.24336 72.511335) - (xy 113.361498 72.688141) - (xy 113.511859 72.838502) - (xy 113.688665 72.95664) - (xy 113.885122 73.038015) - (xy 114.093679 73.0795) - (xy 114.306321 73.0795) - (xy 114.514878 73.038015) - (xy 114.711335 72.95664) - (xy 114.75 72.930805) - (xy 114.788665 72.95664) - (xy 114.985122 73.038015) - (xy 115.193679 73.0795) - (xy 115.406321 73.0795) - (xy 115.614878 73.038015) - (xy 115.811335 72.95664) - (xy 115.988141 72.838502) - (xy 116.138502 72.688141) - (xy 116.25664 72.511335) - (xy 116.338015 72.314878) - (xy 116.3795 72.106321) - (xy 116.3795 71.893679) - (xy 116.338015 71.685122) - (xy 116.25664 71.488665) - (xy 116.138502 71.311859) - (xy 115.988141 71.161498) - (xy 115.811335 71.04336) - (xy 115.614878 70.961985) - (xy 115.406321 70.9205) - (xy 115.193679 70.9205) - (xy 114.985122 70.961985) - (xy 114.788665 71.04336) - (xy 114.75 71.069195) - (xy 114.711335 71.04336) - (xy 114.514878 70.961985) - (xy 114.425839 70.944274) - (xy 114.438015 70.914878) - (xy 114.4795 70.706321) - (xy 114.4795 70.493679) - (xy 114.438015 70.285122) - (xy 114.35664 70.088665) - (xy 114.238502 69.911859) - (xy 114.216342 69.889699) - (xy 114.24064 69.853335) - (xy 114.322015 69.656878) - (xy 114.3635 69.448321) - (xy 114.3635 69.235679) - (xy 114.322015 69.027122) - (xy 114.24064 68.830665) - (xy 114.122502 68.653859) - (xy 113.972141 68.503498) - (xy 113.795335 68.38536) - (xy 113.598878 68.303985) - (xy 113.390321 68.2625) - (xy 113.177679 68.2625) - (xy 112.969122 68.303985) - (xy 112.772665 68.38536) - (xy 112.595859 68.503498) - (xy 112.445498 68.653859) - (xy 112.32736 68.830665) - (xy 112.245985 69.027122) - (xy 112.2045 69.235679) - (xy 112.2045 69.448321) - (xy 112.245985 69.656878) - (xy 112.32736 69.853335) - (xy 112.445498 70.030141) - (xy 112.467658 70.052301) - (xy 112.44336 70.088665) - (xy 112.361985 70.285122) - (xy 112.3205 70.493679) - (xy 112.3205 70.706321) - (xy 112.353655 70.873) - (xy 103.600875 70.873) - (xy 103.600875 70.759147) - (xy 103.761835 70.775) - (xy 104.583165 70.775) - (xy 104.764602 70.75713) - (xy 104.997401 70.686511) - (xy 105.211949 70.571833) - (xy 105.400002 70.417502) - (xy 105.554333 70.229449) - (xy 105.669011 70.014901) - (xy 105.73963 69.782102) - (xy 105.763475 69.54) - (xy 105.73963 69.297898) - (xy 105.736617 69.287965) - (xy 105.816119 69.406949) - (xy 106.005551 69.596381) - (xy 106.228299 69.745216) - (xy 106.475803 69.847736) - (xy 106.738552 69.9) - (xy 107.006448 69.9) - (xy 107.269197 69.847736) - (xy 107.516701 69.745216) - (xy 107.739449 69.596381) - (xy 107.763094 69.572736) - (xy 107.888665 69.65664) - (xy 108.085122 69.738015) - (xy 108.293679 69.7795) - (xy 108.506321 69.7795) - (xy 108.714878 69.738015) - (xy 108.911335 69.65664) - (xy 109.088141 69.538502) - (xy 109.238502 69.388141) - (xy 109.35664 69.211335) - (xy 109.411248 69.0795) - (xy 109.506321 69.0795) - (xy 109.714878 69.038015) - (xy 109.911335 68.95664) - (xy 110.088141 68.838502) - (xy 110.238502 68.688141) - (xy 110.35664 68.511335) - (xy 110.438015 68.314878) - (xy 110.4795 68.106321) - (xy 110.4795 67.984441) - (xy 116.713 67.984441) - (xy 116.713 68.159559) - (xy 116.747164 68.331312) - (xy 116.814179 68.493099) - (xy 116.911469 68.638704) - (xy 117.035296 68.762531) - (xy 117.180901 68.859821) - (xy 117.342688 68.926836) - (xy 117.514441 68.961) - (xy 117.689559 68.961) - (xy 117.861312 68.926836) - (xy 117.876329 68.920616) - (xy 117.86975 68.953691) - (xy 117.86975 69.128809) - (xy 117.903914 69.300562) - (xy 117.970929 69.462349) - (xy 118.068219 69.607954) - (xy 118.192046 69.731781) - (xy 118.337651 69.829071) - (xy 118.499438 69.896086) - (xy 118.671191 69.93025) - (xy 118.846309 69.93025) - (xy 119.018062 69.896086) - (xy 119.179849 69.829071) - (xy 119.325454 69.731781) - (xy 119.449281 69.607954) - (xy 119.546571 69.462349) - (xy 119.613586 69.300562) - (xy 119.64775 69.128809) - (xy 119.64775 68.953691) - (xy 119.613586 68.781938) - (xy 119.5848 68.712441) - (xy 121.511 68.712441) - (xy 121.511 68.887559) - (xy 121.545164 69.059312) - (xy 121.612179 69.221099) - (xy 121.709469 69.366704) - (xy 121.833296 69.490531) - (xy 121.978901 69.587821) - (xy 122.140688 69.654836) - (xy 122.312441 69.689) - (xy 122.487559 69.689) - (xy 122.659312 69.654836) - (xy 122.821099 69.587821) - (xy 122.966704 69.490531) - (xy 123.090531 69.366704) - (xy 123.187821 69.221099) - (xy 123.254836 69.059312) - (xy 123.289 68.887559) - (xy 123.289 68.712441) - (xy 123.254836 68.540688) - (xy 123.187821 68.378901) - (xy 123.090531 68.233296) - (xy 122.966704 68.109469) - (xy 122.821099 68.012179) - (xy 122.659312 67.945164) - (xy 122.487559 67.911) - (xy 122.312441 67.911) - (xy 122.140688 67.945164) - (xy 121.978901 68.012179) - (xy 121.833296 68.109469) - (xy 121.709469 68.233296) - (xy 121.612179 68.378901) - (xy 121.545164 68.540688) - (xy 121.511 68.712441) - (xy 119.5848 68.712441) - (xy 119.546571 68.620151) - (xy 119.449281 68.474546) - (xy 119.325454 68.350719) - (xy 119.179849 68.253429) - (xy 119.018062 68.186414) - (xy 118.846309 68.15225) - (xy 118.671191 68.15225) - (xy 118.499438 68.186414) - (xy 118.484421 68.192634) - (xy 118.491 68.159559) - (xy 118.491 67.984441) - (xy 118.456836 67.812688) - (xy 118.389821 67.650901) - (xy 118.292531 67.505296) - (xy 118.168704 67.381469) - (xy 118.023099 67.284179) - (xy 117.861312 67.217164) - (xy 117.689559 67.183) - (xy 117.514441 67.183) - (xy 117.342688 67.217164) - (xy 117.180901 67.284179) - (xy 117.035296 67.381469) - (xy 116.911469 67.505296) - (xy 116.814179 67.650901) - (xy 116.747164 67.812688) - (xy 116.713 67.984441) - (xy 110.4795 67.984441) - (xy 110.4795 67.893679) - (xy 110.438015 67.685122) - (xy 110.35664 67.488665) - (xy 110.238502 67.311859) - (xy 110.088141 67.161498) - (xy 109.911335 67.04336) - (xy 109.714878 66.961985) - (xy 109.506321 66.9205) - (xy 109.293679 66.9205) - (xy 109.085122 66.961985) - (xy 108.888665 67.04336) - (xy 108.711859 67.161498) - (xy 108.561498 67.311859) - (xy 108.44336 67.488665) - (xy 108.388752 67.6205) - (xy 108.293679 67.6205) - (xy 108.085122 67.661985) - (xy 107.956958 67.715072) - (xy 107.928881 67.673051) - (xy 107.739449 67.483619) - (xy 107.516701 67.334784) - (xy 107.269197 67.232264) - (xy 107.006448 67.18) - (xy 106.738552 67.18) - (xy 106.475803 67.232264) - (xy 106.228299 67.334784) - (xy 106.005551 67.483619) - (xy 105.816119 67.673051) - (xy 105.667284 67.895799) - (xy 105.564764 68.143303) - (xy 105.5125 68.406052) - (xy 105.5125 68.673948) - (xy 105.545484 68.839768) - (xy 105.400002 68.662498) - (xy 105.211949 68.508167) - (xy 104.997401 68.393489) - (xy 104.764602 68.32287) - (xy 104.583165 68.305) - (xy 103.761835 68.305) - (xy 103.600875 68.320853) - (xy 103.600875 63.759147) - (xy 103.761835 63.775) - (xy 104.583165 63.775) - (xy 104.764602 63.75713) - (xy 104.997401 63.686511) - (xy 105.211949 63.571833) - (xy 105.400002 63.417502) - (xy 105.545484 63.240232) - (xy 105.5125 63.406052) - (xy 105.5125 63.673948) - (xy 105.564764 63.936697) - (xy 105.667284 64.184201) - (xy 105.816119 64.406949) - (xy 106.005551 64.596381) - (xy 106.228299 64.745216) - (xy 106.475803 64.847736) - (xy 106.738552 64.9) - (xy 107.006448 64.9) - (xy 107.269197 64.847736) - (xy 107.516701 64.745216) - (xy 107.63873 64.663679) - (xy 108.1405 64.663679) - (xy 108.1405 64.876321) - (xy 108.181985 65.084878) - (xy 108.26336 65.281335) - (xy 108.381498 65.458141) - (xy 108.531859 65.608502) - (xy 108.708665 65.72664) - (xy 108.905122 65.808015) - (xy 109.113679 65.8495) - (xy 109.151266 65.8495) - (xy 109.194179 65.953099) - (xy 109.291469 66.098704) - (xy 109.415296 66.222531) - (xy 109.560901 66.319821) - (xy 109.722688 66.386836) - (xy 109.894441 66.421) - (xy 110.069559 66.421) - (xy 110.115046 66.411952) - (xy 110.143164 66.553312) - (xy 110.210179 66.715099) - (xy 110.307469 66.860704) - (xy 110.431296 66.984531) - (xy 110.576901 67.081821) - (xy 110.738688 67.148836) - (xy 110.910441 67.183) - (xy 111.085559 67.183) - (xy 111.257312 67.148836) - (xy 111.345176 67.112441) - (xy 118.311 67.112441) - (xy 118.311 67.287559) - (xy 118.345164 67.459312) - (xy 118.412179 67.621099) - (xy 118.509469 67.766704) - (xy 118.633296 67.890531) - (xy 118.778901 67.987821) - (xy 118.940688 68.054836) - (xy 119.112441 68.089) - (xy 119.287559 68.089) - (xy 119.459312 68.054836) - (xy 119.621099 67.987821) - (xy 119.766704 67.890531) - (xy 119.890531 67.766704) - (xy 119.987821 67.621099) - (xy 120.054836 67.459312) - (xy 120.089 67.287559) - (xy 120.089 67.112441) - (xy 120.054836 66.940688) - (xy 119.987821 66.778901) - (xy 119.890531 66.633296) - (xy 119.766704 66.509469) - (xy 119.621099 66.412179) - (xy 119.459312 66.345164) - (xy 119.287559 66.311) - (xy 119.112441 66.311) - (xy 118.940688 66.345164) - (xy 118.778901 66.412179) - (xy 118.633296 66.509469) - (xy 118.509469 66.633296) - (xy 118.412179 66.778901) - (xy 118.345164 66.940688) - (xy 118.311 67.112441) - (xy 111.345176 67.112441) - (xy 111.419099 67.081821) - (xy 111.564704 66.984531) - (xy 111.688531 66.860704) - (xy 111.785821 66.715099) - (xy 111.852836 66.553312) - (xy 111.887 66.381559) - (xy 111.887 66.206441) - (xy 111.852836 66.034688) - (xy 111.818768 65.952441) - (xy 113.015 65.952441) - (xy 113.015 66.127559) - (xy 113.049164 66.299312) - (xy 113.116179 66.461099) - (xy 113.213469 66.606704) - (xy 113.337296 66.730531) - (xy 113.482901 66.827821) - (xy 113.644688 66.894836) - (xy 113.816441 66.929) - (xy 113.991559 66.929) - (xy 114.163312 66.894836) - (xy 114.325099 66.827821) - (xy 114.470704 66.730531) - (xy 114.594531 66.606704) - (xy 114.691821 66.461099) - (xy 114.758836 66.299312) - (xy 114.793 66.127559) - (xy 114.793 65.952441) - (xy 114.775098 65.862441) - (xy 143.411 65.862441) - (xy 143.411 66.037559) - (xy 143.445164 66.209312) - (xy 143.512179 66.371099) - (xy 143.609469 66.516704) - (xy 143.667765 66.575) - (xy 143.609469 66.633296) - (xy 143.512179 66.778901) - (xy 143.445164 66.940688) - (xy 143.411 67.112441) - (xy 143.411 67.287559) - (xy 143.445164 67.459312) - (xy 143.512179 67.621099) - (xy 143.609469 67.766704) - (xy 143.733296 67.890531) - (xy 143.878901 67.987821) - (xy 144.040688 68.054836) - (xy 144.212441 68.089) - (xy 144.387559 68.089) - (xy 144.559312 68.054836) - (xy 144.721099 67.987821) - (xy 144.866704 67.890531) - (xy 144.990531 67.766704) - (xy 145.087821 67.621099) - (xy 145.154836 67.459312) - (xy 145.189 67.287559) - (xy 145.189 67.112441) - (xy 145.154836 66.940688) - (xy 145.087821 66.778901) - (xy 144.990531 66.633296) - (xy 144.932235 66.575) - (xy 144.990531 66.516704) - (xy 145.087821 66.371099) - (xy 145.154836 66.209312) - (xy 145.189 66.037559) - (xy 145.189 65.862441) - (xy 145.154836 65.690688) - (xy 145.087821 65.528901) - (xy 144.990531 65.383296) - (xy 144.866704 65.259469) - (xy 144.721099 65.162179) - (xy 144.559312 65.095164) - (xy 144.387559 65.061) - (xy 144.212441 65.061) - (xy 144.040688 65.095164) - (xy 143.878901 65.162179) - (xy 143.733296 65.259469) - (xy 143.609469 65.383296) - (xy 143.512179 65.528901) - (xy 143.445164 65.690688) - (xy 143.411 65.862441) - (xy 114.775098 65.862441) - (xy 114.758836 65.780688) - (xy 114.691821 65.618901) - (xy 114.594531 65.473296) - (xy 114.470704 65.349469) - (xy 114.325099 65.252179) - (xy 114.163312 65.185164) - (xy 113.991559 65.151) - (xy 113.816441 65.151) - (xy 113.644688 65.185164) - (xy 113.482901 65.252179) - (xy 113.337296 65.349469) - (xy 113.213469 65.473296) - (xy 113.116179 65.618901) - (xy 113.049164 65.780688) - (xy 113.015 65.952441) - (xy 111.818768 65.952441) - (xy 111.785821 65.872901) - (xy 111.688531 65.727296) - (xy 111.564704 65.603469) - (xy 111.468813 65.539397) - (xy 111.531821 65.445099) - (xy 111.598836 65.283312) - (xy 111.633 65.111559) - (xy 111.633 64.936441) - (xy 111.598836 64.764688) - (xy 111.531821 64.602901) - (xy 111.434531 64.457296) - (xy 111.310704 64.333469) - (xy 111.165099 64.236179) - (xy 111.003312 64.169164) - (xy 110.831559 64.135) - (xy 110.656441 64.135) - (xy 110.484688 64.169164) - (xy 110.322901 64.236179) - (xy 110.20105 64.317597) - (xy 110.17664 64.258665) - (xy 110.078937 64.112441) - (xy 116.711 64.112441) - (xy 116.711 64.287559) - (xy 116.745164 64.459312) - (xy 116.812179 64.621099) - (xy 116.909469 64.766704) - (xy 117.033296 64.890531) - (xy 117.178901 64.987821) - (xy 117.340688 65.054836) - (xy 117.512441 65.089) - (xy 117.687559 65.089) - (xy 117.859312 65.054836) - (xy 118.021099 64.987821) - (xy 118.166704 64.890531) - (xy 118.290531 64.766704) - (xy 118.387821 64.621099) - (xy 118.454836 64.459312) - (xy 118.489 64.287559) - (xy 118.489 64.112441) - (xy 118.454836 63.940688) - (xy 118.387821 63.778901) - (xy 118.290531 63.633296) - (xy 118.166704 63.509469) - (xy 118.021099 63.412179) - (xy 117.859312 63.345164) - (xy 117.687559 63.311) - (xy 117.512441 63.311) - (xy 117.340688 63.345164) - (xy 117.178901 63.412179) - (xy 117.033296 63.509469) - (xy 116.909469 63.633296) - (xy 116.812179 63.778901) - (xy 116.745164 63.940688) - (xy 116.711 64.112441) - (xy 110.078937 64.112441) - (xy 110.058502 64.081859) - (xy 109.908141 63.931498) - (xy 109.731335 63.81336) - (xy 109.534878 63.731985) - (xy 109.326321 63.6905) - (xy 109.113679 63.6905) - (xy 108.905122 63.731985) - (xy 108.708665 63.81336) - (xy 108.531859 63.931498) - (xy 108.381498 64.081859) - (xy 108.26336 64.258665) - (xy 108.181985 64.455122) - (xy 108.1405 64.663679) - (xy 107.63873 64.663679) - (xy 107.739449 64.596381) - (xy 107.928881 64.406949) - (xy 108.077716 64.184201) - (xy 108.180236 63.936697) - (xy 108.2325 63.673948) - (xy 108.2325 63.406052) - (xy 108.180236 63.143303) - (xy 108.077716 62.895799) - (xy 107.986096 62.758679) - (xy 111.3155 62.758679) - (xy 111.3155 62.971321) - (xy 111.356985 63.179878) - (xy 111.43836 63.376335) - (xy 111.556498 63.553141) - (xy 111.706859 63.703502) - (xy 111.883665 63.82164) - (xy 112.080122 63.903015) - (xy 112.288679 63.9445) - (xy 112.501321 63.9445) - (xy 112.709878 63.903015) - (xy 112.906335 63.82164) - (xy 113.083141 63.703502) - (xy 113.233502 63.553141) - (xy 113.35164 63.376335) - (xy 113.433015 63.179878) - (xy 113.4745 62.971321) - (xy 113.4745 62.758679) - (xy 113.433015 62.550122) - (xy 113.35164 62.353665) - (xy 113.233502 62.176859) - (xy 113.083141 62.026498) - (xy 112.906335 61.90836) - (xy 112.709878 61.826985) - (xy 112.501321 61.7855) - (xy 112.288679 61.7855) - (xy 112.080122 61.826985) - (xy 111.883665 61.90836) - (xy 111.706859 62.026498) - (xy 111.556498 62.176859) - (xy 111.43836 62.353665) - (xy 111.356985 62.550122) - (xy 111.3155 62.758679) - (xy 107.986096 62.758679) - (xy 107.928881 62.673051) - (xy 107.739449 62.483619) - (xy 107.516701 62.334784) - (xy 107.269197 62.232264) - (xy 107.006448 62.18) - (xy 106.738552 62.18) - (xy 106.475803 62.232264) - (xy 106.228299 62.334784) - (xy 106.005551 62.483619) - (xy 105.816119 62.673051) - (xy 105.736617 62.792035) - (xy 105.73963 62.782102) - (xy 105.763475 62.54) - (xy 105.73963 62.297898) - (xy 105.669011 62.065099) - (xy 105.554333 61.850551) - (xy 105.400002 61.662498) - (xy 105.211949 61.508167) - (xy 104.997401 61.393489) - (xy 104.764602 61.32287) - (xy 104.583165 61.305) - (xy 103.761835 61.305) - (xy 103.600875 61.320853) - (xy 103.600875 57.837606) - (xy 104.216587 57.221894) - (xy 104.215 57.229872) - (xy 104.215 57.670128) - (xy 104.30089 58.101925) - (xy 104.469369 58.508669) - (xy 104.713962 58.874729) - (xy 105.025271 59.186038) - (xy 105.391331 59.430631) - (xy 105.798075 59.59911) - (xy 106.229872 59.685) - (xy 106.670128 59.685) - (xy 107.101925 59.59911) - (xy 107.508669 59.430631) - (xy 107.874729 59.186038) - (xy 108.186038 58.874729) - (xy 108.430631 58.508669) - (xy 108.59911 58.101925) - (xy 108.685 57.670128) - (xy 108.685 57.229872) - (xy 108.59911 56.798075) - (xy 108.430631 56.391331) - (xy 108.186038 56.025271) - (xy 107.874729 55.713962) - (xy 107.508669 55.469369) - (xy 107.101925 55.30089) - (xy 106.670128 55.215) - (xy 106.229872 55.215) - (xy 106.221894 55.216587) - (xy 106.701481 54.737) - (xy 110.144699 54.737) - ) - ) - ) - (zone (net 6) (net_name "VCC") (layer "In2.Cu") (tstamp 00000000-0000-0000-0000-00005da4ea9f) (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) (smoothing fillet)) - (polygon - (pts - (xy 161.925 57.785) - (xy 161.925 98.425) - (xy 158.75 101.6) - (xy 106.68 101.6) - (xy 103.505 98.425) - (xy 103.6 71.6) - (xy 111.125 71.6) - (xy 111.125 84.455) - (xy 127.255 84.455) - (xy 128.6 85.8) - (xy 138.4 85.8) - (xy 139.745 84.455) - (xy 152.4 84.455) - (xy 152.4 54.61) - (xy 158.75 54.61) - ) - ) - (filled_polygon - (layer "In2.Cu") - (pts - (xy 159.226702 55.266308) - (xy 159.220128 55.265) - (xy 158.779872 55.265) - (xy 158.348075 55.35089) - (xy 157.941331 55.519369) - (xy 157.575271 55.763962) - (xy 157.263962 56.075271) - (xy 157.019369 56.441331) - (xy 156.85089 56.848075) - (xy 156.765 57.279872) - (xy 156.765 57.720128) - (xy 156.85089 58.151925) - (xy 157.019369 58.558669) - (xy 157.263962 58.924729) - (xy 157.575271 59.236038) - (xy 157.941331 59.480631) - (xy 158.348075 59.64911) - (xy 158.779872 59.735) - (xy 159.220128 59.735) - (xy 159.651925 59.64911) - (xy 160.058669 59.480631) - (xy 160.424729 59.236038) - (xy 160.736038 58.924729) - (xy 160.980631 58.558669) - (xy 161.14911 58.151925) - (xy 161.235 57.720128) - (xy 161.235 57.279872) - (xy 161.233692 57.273298) - (xy 161.798 57.837606) - (xy 161.798 98.372394) - (xy 161.181549 98.988845) - (xy 161.235 98.720128) - (xy 161.235 98.279872) - (xy 161.14911 97.848075) - (xy 160.980631 97.441331) - (xy 160.736038 97.075271) - (xy 160.424729 96.763962) - (xy 160.058669 96.519369) - (xy 159.651925 96.35089) - (xy 159.220128 96.265) - (xy 158.779872 96.265) - (xy 158.348075 96.35089) - (xy 157.941331 96.519369) - (xy 157.575271 96.763962) - (xy 157.263962 97.075271) - (xy 157.019369 97.441331) - (xy 156.85089 97.848075) - (xy 156.765 98.279872) - (xy 156.765 98.720128) - (xy 156.85089 99.151925) - (xy 157.019369 99.558669) - (xy 157.263962 99.924729) - (xy 157.575271 100.236038) - (xy 157.941331 100.480631) - (xy 158.348075 100.64911) - (xy 158.779872 100.735) - (xy 159.220128 100.735) - (xy 159.488845 100.681549) - (xy 158.697394 101.473) - (xy 106.732606 101.473) - (xy 105.923773 100.664167) - (xy 106.279872 100.735) - (xy 106.720128 100.735) - (xy 107.151925 100.64911) - (xy 107.558669 100.480631) - (xy 107.924729 100.236038) - (xy 108.236038 99.924729) - (xy 108.480631 99.558669) - (xy 108.64911 99.151925) - (xy 108.735 98.720128) - (xy 108.735 98.279872) - (xy 108.64911 97.848075) - (xy 108.480631 97.441331) - (xy 108.31938 97.2) - (xy 114.861928 97.2) - (xy 114.874188 97.324482) - (xy 114.910498 97.44418) - (xy 114.969463 97.554494) - (xy 115.048815 97.651185) - (xy 115.145506 97.730537) - (xy 115.25582 97.789502) - (xy 115.375518 97.825812) - (xy 115.5 97.838072) - (xy 116.41425 97.835) - (xy 116.573 97.67625) - (xy 116.573 96.127) - (xy 115.02375 96.127) - (xy 114.865 96.28575) - (xy 114.861928 97.2) - (xy 108.31938 97.2) - (xy 108.236038 97.075271) - (xy 107.924729 96.763962) - (xy 107.558669 96.519369) - (xy 107.151925 96.35089) - (xy 106.720128 96.265) - (xy 106.279872 96.265) - (xy 105.848075 96.35089) - (xy 105.441331 96.519369) - (xy 105.075271 96.763962) - (xy 104.763962 97.075271) - (xy 104.519369 97.441331) - (xy 104.35089 97.848075) - (xy 104.265 98.279872) - (xy 104.265 98.720128) - (xy 104.335833 99.076227) - (xy 103.632186 98.37258) - (xy 103.644838 94.8) - (xy 114.861928 94.8) - (xy 114.865 95.71425) - (xy 115.02375 95.873) - (xy 116.573 95.873) - (xy 116.573 94.32375) - (xy 116.827 94.32375) - (xy 116.827 95.873) - (xy 116.847 95.873) - (xy 116.847 96.127) - (xy 116.827 96.127) - (xy 116.827 97.67625) - (xy 116.98575 97.835) - (xy 117.9 97.838072) - (xy 118.024482 97.825812) - (xy 118.14418 97.789502) - (xy 118.254494 97.730537) - (xy 118.351185 97.651185) - (xy 118.430537 97.554494) - (xy 118.489502 97.44418) - (xy 118.525812 97.324482) - (xy 118.538072 97.2) - (xy 118.536659 96.779426) - (xy 118.573844 96.869199) - (xy 118.774662 97.169744) - (xy 119.030256 97.425338) - (xy 119.330801 97.626156) - (xy 119.66475 97.764482) - (xy 120.019268 97.835) - (xy 120.380732 97.835) - (xy 120.73525 97.764482) - (xy 121.069199 97.626156) - (xy 121.369744 97.425338) - (xy 121.595082 97.2) - (xy 123.011928 97.2) - (xy 123.024188 97.324482) - (xy 123.060498 97.44418) - (xy 123.119463 97.554494) - (xy 123.198815 97.651185) - (xy 123.295506 97.730537) - (xy 123.40582 97.789502) - (xy 123.525518 97.825812) - (xy 123.65 97.838072) - (xy 124.56425 97.835) - (xy 124.723 97.67625) - (xy 124.723 96.127) - (xy 123.17375 96.127) - (xy 123.015 96.28575) - (xy 123.011928 97.2) - (xy 121.595082 97.2) - (xy 121.625338 97.169744) - (xy 121.826156 96.869199) - (xy 121.964482 96.53525) - (xy 122.035 96.180732) - (xy 122.035 95.819268) - (xy 121.964482 95.46475) - (xy 121.826156 95.130801) - (xy 121.625338 94.830256) - (xy 121.595082 94.8) - (xy 123.011928 94.8) - (xy 123.015 95.71425) - (xy 123.17375 95.873) - (xy 124.723 95.873) - (xy 124.723 94.32375) - (xy 124.977 94.32375) - (xy 124.977 95.873) - (xy 124.997 95.873) - (xy 124.997 96.127) - (xy 124.977 96.127) - (xy 124.977 97.67625) - (xy 125.13575 97.835) - (xy 126.05 97.838072) - (xy 126.174482 97.825812) - (xy 126.29418 97.789502) - (xy 126.404494 97.730537) - (xy 126.501185 97.651185) - (xy 126.580537 97.554494) - (xy 126.639502 97.44418) - (xy 126.675812 97.324482) - (xy 126.688072 97.2) - (xy 126.686659 96.779426) - (xy 126.723844 96.869199) - (xy 126.924662 97.169744) - (xy 127.180256 97.425338) - (xy 127.480801 97.626156) - (xy 127.81475 97.764482) - (xy 128.169268 97.835) - (xy 128.530732 97.835) - (xy 128.88525 97.764482) - (xy 129.219199 97.626156) - (xy 129.519744 97.425338) - (xy 129.745082 97.2) - (xy 131.139928 97.2) - (xy 131.152188 97.324482) - (xy 131.188498 97.44418) - (xy 131.247463 97.554494) - (xy 131.326815 97.651185) - (xy 131.423506 97.730537) - (xy 131.53382 97.789502) - (xy 131.653518 97.825812) - (xy 131.778 97.838072) - (xy 132.69225 97.835) - (xy 132.851 97.67625) - (xy 132.851 96.127) - (xy 131.30175 96.127) - (xy 131.143 96.28575) - (xy 131.139928 97.2) - (xy 129.745082 97.2) - (xy 129.775338 97.169744) - (xy 129.976156 96.869199) - (xy 130.114482 96.53525) - (xy 130.185 96.180732) - (xy 130.185 95.819268) - (xy 130.114482 95.46475) - (xy 129.976156 95.130801) - (xy 129.775338 94.830256) - (xy 129.745082 94.8) - (xy 131.139928 94.8) - (xy 131.143 95.71425) - (xy 131.30175 95.873) - (xy 132.851 95.873) - (xy 132.851 94.32375) - (xy 133.105 94.32375) - (xy 133.105 95.873) - (xy 133.125 95.873) - (xy 133.125 96.127) - (xy 133.105 96.127) - (xy 133.105 97.67625) - (xy 133.26375 97.835) - (xy 134.178 97.838072) - (xy 134.302482 97.825812) - (xy 134.42218 97.789502) - (xy 134.532494 97.730537) - (xy 134.629185 97.651185) - (xy 134.708537 97.554494) - (xy 134.767502 97.44418) - (xy 134.803812 97.324482) - (xy 134.816072 97.2) - (xy 134.814659 96.779426) - (xy 134.851844 96.869199) - (xy 135.052662 97.169744) - (xy 135.308256 97.425338) - (xy 135.608801 97.626156) - (xy 135.94275 97.764482) - (xy 136.297268 97.835) - (xy 136.658732 97.835) - (xy 137.01325 97.764482) - (xy 137.347199 97.626156) - (xy 137.647744 97.425338) - (xy 137.873082 97.2) - (xy 139.311928 97.2) - (xy 139.324188 97.324482) - (xy 139.360498 97.44418) - (xy 139.419463 97.554494) - (xy 139.498815 97.651185) - (xy 139.595506 97.730537) - (xy 139.70582 97.789502) - (xy 139.825518 97.825812) - (xy 139.95 97.838072) - (xy 140.86425 97.835) - (xy 141.023 97.67625) - (xy 141.023 96.127) - (xy 139.47375 96.127) - (xy 139.315 96.28575) - (xy 139.311928 97.2) - (xy 137.873082 97.2) - (xy 137.903338 97.169744) - (xy 138.104156 96.869199) - (xy 138.242482 96.53525) - (xy 138.313 96.180732) - (xy 138.313 95.819268) - (xy 138.242482 95.46475) - (xy 138.104156 95.130801) - (xy 137.903338 94.830256) - (xy 137.873082 94.8) - (xy 139.311928 94.8) - (xy 139.315 95.71425) - (xy 139.47375 95.873) - (xy 141.023 95.873) - (xy 141.023 94.32375) - (xy 141.277 94.32375) - (xy 141.277 95.873) - (xy 141.297 95.873) - (xy 141.297 96.127) - (xy 141.277 96.127) - (xy 141.277 97.67625) - (xy 141.43575 97.835) - (xy 142.35 97.838072) - (xy 142.474482 97.825812) - (xy 142.59418 97.789502) - (xy 142.704494 97.730537) - (xy 142.801185 97.651185) - (xy 142.880537 97.554494) - (xy 142.939502 97.44418) - (xy 142.975812 97.324482) - (xy 142.988072 97.2) - (xy 142.986659 96.779426) - (xy 143.023844 96.869199) - (xy 143.224662 97.169744) - (xy 143.480256 97.425338) - (xy 143.780801 97.626156) - (xy 144.11475 97.764482) - (xy 144.469268 97.835) - (xy 144.830732 97.835) - (xy 145.18525 97.764482) - (xy 145.519199 97.626156) - (xy 145.819744 97.425338) - (xy 146.045082 97.2) - (xy 147.511928 97.2) - (xy 147.524188 97.324482) - (xy 147.560498 97.44418) - (xy 147.619463 97.554494) - (xy 147.698815 97.651185) - (xy 147.795506 97.730537) - (xy 147.90582 97.789502) - (xy 148.025518 97.825812) - (xy 148.15 97.838072) - (xy 149.06425 97.835) - (xy 149.223 97.67625) - (xy 149.223 96.127) - (xy 147.67375 96.127) - (xy 147.515 96.28575) - (xy 147.511928 97.2) - (xy 146.045082 97.2) - (xy 146.075338 97.169744) - (xy 146.276156 96.869199) - (xy 146.414482 96.53525) - (xy 146.485 96.180732) - (xy 146.485 95.819268) - (xy 146.414482 95.46475) - (xy 146.276156 95.130801) - (xy 146.075338 94.830256) - (xy 146.045082 94.8) - (xy 147.511928 94.8) - (xy 147.515 95.71425) - (xy 147.67375 95.873) - (xy 149.223 95.873) - (xy 149.223 94.32375) - (xy 149.477 94.32375) - (xy 149.477 95.873) - (xy 149.497 95.873) - (xy 149.497 96.127) - (xy 149.477 96.127) - (xy 149.477 97.67625) - (xy 149.63575 97.835) - (xy 150.55 97.838072) - (xy 150.674482 97.825812) - (xy 150.79418 97.789502) - (xy 150.904494 97.730537) - (xy 151.001185 97.651185) - (xy 151.080537 97.554494) - (xy 151.139502 97.44418) - (xy 151.175812 97.324482) - (xy 151.188072 97.2) - (xy 151.186659 96.779426) - (xy 151.223844 96.869199) - (xy 151.424662 97.169744) - (xy 151.680256 97.425338) - (xy 151.980801 97.626156) - (xy 152.31475 97.764482) - (xy 152.669268 97.835) - (xy 153.030732 97.835) - (xy 153.38525 97.764482) - (xy 153.719199 97.626156) - (xy 154.019744 97.425338) - (xy 154.275338 97.169744) - (xy 154.476156 96.869199) - (xy 154.614482 96.53525) - (xy 154.685 96.180732) - (xy 154.685 95.819268) - (xy 154.614482 95.46475) - (xy 154.476156 95.130801) - (xy 154.275338 94.830256) - (xy 154.019744 94.574662) - (xy 153.719199 94.373844) - (xy 153.38525 94.235518) - (xy 153.030732 94.165) - (xy 152.669268 94.165) - (xy 152.31475 94.235518) - (xy 151.980801 94.373844) - (xy 151.680256 94.574662) - (xy 151.424662 94.830256) - (xy 151.223844 95.130801) - (xy 151.186659 95.220574) - (xy 151.188072 94.8) - (xy 151.175812 94.675518) - (xy 151.139502 94.55582) - (xy 151.080537 94.445506) - (xy 151.001185 94.348815) - (xy 150.904494 94.269463) - (xy 150.79418 94.210498) - (xy 150.674482 94.174188) - (xy 150.55 94.161928) - (xy 149.63575 94.165) - (xy 149.477 94.32375) - (xy 149.223 94.32375) - (xy 149.06425 94.165) - (xy 148.15 94.161928) - (xy 148.025518 94.174188) - (xy 147.90582 94.210498) - (xy 147.795506 94.269463) - (xy 147.698815 94.348815) - (xy 147.619463 94.445506) - (xy 147.560498 94.55582) - (xy 147.524188 94.675518) - (xy 147.511928 94.8) - (xy 146.045082 94.8) - (xy 145.819744 94.574662) - (xy 145.519199 94.373844) - (xy 145.18525 94.235518) - (xy 144.830732 94.165) - (xy 144.469268 94.165) - (xy 144.11475 94.235518) - (xy 143.780801 94.373844) - (xy 143.480256 94.574662) - (xy 143.224662 94.830256) - (xy 143.023844 95.130801) - (xy 142.986659 95.220574) - (xy 142.988072 94.8) - (xy 142.975812 94.675518) - (xy 142.939502 94.55582) - (xy 142.880537 94.445506) - (xy 142.801185 94.348815) - (xy 142.704494 94.269463) - (xy 142.59418 94.210498) - (xy 142.474482 94.174188) - (xy 142.35 94.161928) - (xy 141.43575 94.165) - (xy 141.277 94.32375) - (xy 141.023 94.32375) - (xy 140.86425 94.165) - (xy 139.95 94.161928) - (xy 139.825518 94.174188) - (xy 139.70582 94.210498) - (xy 139.595506 94.269463) - (xy 139.498815 94.348815) - (xy 139.419463 94.445506) - (xy 139.360498 94.55582) - (xy 139.324188 94.675518) - (xy 139.311928 94.8) - (xy 137.873082 94.8) - (xy 137.647744 94.574662) - (xy 137.347199 94.373844) - (xy 137.01325 94.235518) - (xy 136.658732 94.165) - (xy 136.297268 94.165) - (xy 135.94275 94.235518) - (xy 135.608801 94.373844) - (xy 135.308256 94.574662) - (xy 135.052662 94.830256) - (xy 134.851844 95.130801) - (xy 134.814659 95.220574) - (xy 134.816072 94.8) - (xy 134.803812 94.675518) - (xy 134.767502 94.55582) - (xy 134.708537 94.445506) - (xy 134.629185 94.348815) - (xy 134.532494 94.269463) - (xy 134.42218 94.210498) - (xy 134.302482 94.174188) - (xy 134.178 94.161928) - (xy 133.26375 94.165) - (xy 133.105 94.32375) - (xy 132.851 94.32375) - (xy 132.69225 94.165) - (xy 131.778 94.161928) - (xy 131.653518 94.174188) - (xy 131.53382 94.210498) - (xy 131.423506 94.269463) - (xy 131.326815 94.348815) - (xy 131.247463 94.445506) - (xy 131.188498 94.55582) - (xy 131.152188 94.675518) - (xy 131.139928 94.8) - (xy 129.745082 94.8) - (xy 129.519744 94.574662) - (xy 129.219199 94.373844) - (xy 128.88525 94.235518) - (xy 128.530732 94.165) - (xy 128.169268 94.165) - (xy 127.81475 94.235518) - (xy 127.480801 94.373844) - (xy 127.180256 94.574662) - (xy 126.924662 94.830256) - (xy 126.723844 95.130801) - (xy 126.686659 95.220574) - (xy 126.688072 94.8) - (xy 126.675812 94.675518) - (xy 126.639502 94.55582) - (xy 126.580537 94.445506) - (xy 126.501185 94.348815) - (xy 126.404494 94.269463) - (xy 126.29418 94.210498) - (xy 126.174482 94.174188) - (xy 126.05 94.161928) - (xy 125.13575 94.165) - (xy 124.977 94.32375) - (xy 124.723 94.32375) - (xy 124.56425 94.165) - (xy 123.65 94.161928) - (xy 123.525518 94.174188) - (xy 123.40582 94.210498) - (xy 123.295506 94.269463) - (xy 123.198815 94.348815) - (xy 123.119463 94.445506) - (xy 123.060498 94.55582) - (xy 123.024188 94.675518) - (xy 123.011928 94.8) - (xy 121.595082 94.8) - (xy 121.369744 94.574662) - (xy 121.069199 94.373844) - (xy 120.73525 94.235518) - (xy 120.380732 94.165) - (xy 120.019268 94.165) - (xy 119.66475 94.235518) - (xy 119.330801 94.373844) - (xy 119.030256 94.574662) - (xy 118.774662 94.830256) - (xy 118.573844 95.130801) - (xy 118.536659 95.220574) - (xy 118.538072 94.8) - (xy 118.525812 94.675518) - (xy 118.489502 94.55582) - (xy 118.430537 94.445506) - (xy 118.351185 94.348815) - (xy 118.254494 94.269463) - (xy 118.14418 94.210498) - (xy 118.024482 94.174188) - (xy 117.9 94.161928) - (xy 116.98575 94.165) - (xy 116.827 94.32375) - (xy 116.573 94.32375) - (xy 116.41425 94.165) - (xy 115.5 94.161928) - (xy 115.375518 94.174188) - (xy 115.25582 94.210498) - (xy 115.145506 94.269463) - (xy 115.048815 94.348815) - (xy 114.969463 94.445506) - (xy 114.910498 94.55582) - (xy 114.874188 94.675518) - (xy 114.861928 94.8) - (xy 103.644838 94.8) - (xy 103.657403 91.25205) - (xy 104.515 91.25205) - (xy 104.515 91.647949) - (xy 104.536487 91.86611) - (xy 104.621401 92.146033) - (xy 104.759294 92.404013) - (xy 104.944866 92.630134) - (xy 105.170986 92.815706) - (xy 105.428966 92.953599) - (xy 105.708889 93.038513) - (xy 106 93.067185) - (xy 106.29111 93.038513) - (xy 106.571033 92.953599) - (xy 106.829013 92.815706) - (xy 107.055134 92.630134) - (xy 107.240706 92.404014) - (xy 107.25 92.386626) - (xy 107.259294 92.404013) - (xy 107.444866 92.630134) - (xy 107.670986 92.815706) - (xy 107.928966 92.953599) - (xy 108.208889 93.038513) - (xy 108.5 93.067185) - (xy 108.79111 93.038513) - (xy 109.071033 92.953599) - (xy 109.329013 92.815706) - (xy 109.549945 92.634392) - (xy 109.560498 92.66918) - (xy 109.619463 92.779494) - (xy 109.698815 92.876185) - (xy 109.795506 92.955537) - (xy 109.90582 93.014502) - (xy 110.025518 93.050812) - (xy 110.15 93.063072) - (xy 110.71425 93.06) - (xy 110.873 92.90125) - (xy 110.873 91.577) - (xy 111.127 91.577) - (xy 111.127 92.90125) - (xy 111.28575 93.06) - (xy 111.85 93.063072) - (xy 111.974482 93.050812) - (xy 112.09418 93.014502) - (xy 112.204494 92.955537) - (xy 112.301185 92.876185) - (xy 112.380537 92.779494) - (xy 112.439502 92.66918) - (xy 112.475812 92.549482) - (xy 112.488072 92.425) - (xy 112.485 91.73575) - (xy 112.32625 91.577) - (xy 111.127 91.577) - (xy 110.873 91.577) - (xy 110.853 91.577) - (xy 110.853 91.323) - (xy 110.873 91.323) - (xy 110.873 89.99875) - (xy 111.127 89.99875) - (xy 111.127 91.323) - (xy 112.32625 91.323) - (xy 112.485 91.16425) - (xy 112.488072 90.475) - (xy 112.475812 90.350518) - (xy 112.439502 90.23082) - (xy 112.380537 90.120506) - (xy 112.301185 90.023815) - (xy 112.204494 89.944463) - (xy 112.09418 89.885498) - (xy 111.974482 89.849188) - (xy 111.85 89.836928) - (xy 111.28575 89.84) - (xy 111.127 89.99875) - (xy 110.873 89.99875) - (xy 110.71425 89.84) - (xy 110.15 89.836928) - (xy 110.025518 89.849188) - (xy 109.90582 89.885498) - (xy 109.795506 89.944463) - (xy 109.698815 90.023815) - (xy 109.619463 90.120506) - (xy 109.560498 90.23082) - (xy 109.549945 90.265608) - (xy 109.329014 90.084294) - (xy 109.071034 89.946401) - (xy 108.791111 89.861487) - (xy 108.5 89.832815) - (xy 108.20889 89.861487) - (xy 107.928967 89.946401) - (xy 107.670987 90.084294) - (xy 107.444866 90.269866) - (xy 107.259294 90.495986) - (xy 107.25 90.513374) - (xy 107.240706 90.495986) - (xy 107.055134 90.269866) - (xy 106.829014 90.084294) - (xy 106.571034 89.946401) - (xy 106.291111 89.861487) - (xy 106 89.832815) - (xy 105.70889 89.861487) - (xy 105.428967 89.946401) - (xy 105.170987 90.084294) - (xy 104.944866 90.269866) - (xy 104.759294 90.495986) - (xy 104.621401 90.753966) - (xy 104.536487 91.033889) - (xy 104.515 91.25205) - (xy 103.657403 91.25205) - (xy 103.665209 89.047679) - (xy 124.9045 89.047679) - (xy 124.9045 89.260321) - (xy 124.945985 89.468878) - (xy 125.02736 89.665335) - (xy 125.145498 89.842141) - (xy 125.295859 89.992502) - (xy 125.472665 90.11064) - (xy 125.669122 90.192015) - (xy 125.877679 90.2335) - (xy 126.090321 90.2335) - (xy 126.298878 90.192015) - (xy 126.495335 90.11064) - (xy 126.672141 89.992502) - (xy 126.822502 89.842141) - (xy 126.94064 89.665335) - (xy 127.022015 89.468878) - (xy 127.030011 89.428679) - (xy 131.5085 89.428679) - (xy 131.5085 89.641321) - (xy 131.549985 89.849878) - (xy 131.63136 90.046335) - (xy 131.749498 90.223141) - (xy 131.899859 90.373502) - (xy 132.076665 90.49164) - (xy 132.273122 90.573015) - (xy 132.481679 90.6145) - (xy 132.694321 90.6145) - (xy 132.902878 90.573015) - (xy 133.099335 90.49164) - (xy 133.276141 90.373502) - (xy 133.426502 90.223141) - (xy 133.54464 90.046335) - (xy 133.626015 89.849878) - (xy 133.6675 89.641321) - (xy 133.6675 89.555679) - (xy 139.3825 89.555679) - (xy 139.3825 89.768321) - (xy 139.423985 89.976878) - (xy 139.50536 90.173335) - (xy 139.623498 90.350141) - (xy 139.773859 90.500502) - (xy 139.950665 90.61864) - (xy 140.147122 90.700015) - (xy 140.355679 90.7415) - (xy 140.568321 90.7415) - (xy 140.776878 90.700015) - (xy 140.776914 90.7) - (xy 153.609928 90.7) - (xy 153.622188 90.824482) - (xy 153.658498 90.94418) - (xy 153.717463 91.054494) - (xy 153.796815 91.151185) - (xy 153.893506 91.230537) - (xy 154.00382 91.289502) - (xy 154.123518 91.325812) - (xy 154.248 91.338072) - (xy 155.16225 91.335) - (xy 155.321 91.17625) - (xy 155.321 89.627) - (xy 155.575 89.627) - (xy 155.575 91.17625) - (xy 155.73375 91.335) - (xy 156.648 91.338072) - (xy 156.772482 91.325812) - (xy 156.89218 91.289502) - (xy 157.002494 91.230537) - (xy 157.099185 91.151185) - (xy 157.178537 91.054494) - (xy 157.237502 90.94418) - (xy 157.273812 90.824482) - (xy 157.286072 90.7) - (xy 157.283 89.78575) - (xy 157.12425 89.627) - (xy 155.575 89.627) - (xy 155.321 89.627) - (xy 153.77175 89.627) - (xy 153.613 89.78575) - (xy 153.609928 90.7) - (xy 140.776914 90.7) - (xy 140.973335 90.61864) - (xy 141.150141 90.500502) - (xy 141.300502 90.350141) - (xy 141.41864 90.173335) - (xy 141.500015 89.976878) - (xy 141.5415 89.768321) - (xy 141.5415 89.555679) - (xy 141.500015 89.347122) - (xy 141.41864 89.150665) - (xy 141.300502 88.973859) - (xy 141.150141 88.823498) - (xy 140.973335 88.70536) - (xy 140.776878 88.623985) - (xy 140.568321 88.5825) - (xy 140.355679 88.5825) - (xy 140.147122 88.623985) - (xy 139.950665 88.70536) - (xy 139.773859 88.823498) - (xy 139.623498 88.973859) - (xy 139.50536 89.150665) - (xy 139.423985 89.347122) - (xy 139.3825 89.555679) - (xy 133.6675 89.555679) - (xy 133.6675 89.428679) - (xy 133.626015 89.220122) - (xy 133.54464 89.023665) - (xy 133.426502 88.846859) - (xy 133.276141 88.696498) - (xy 133.099335 88.57836) - (xy 133.005951 88.539679) - (xy 145.4785 88.539679) - (xy 145.4785 88.752321) - (xy 145.519985 88.960878) - (xy 145.60136 89.157335) - (xy 145.719498 89.334141) - (xy 145.869859 89.484502) - (xy 146.046665 89.60264) - (xy 146.243122 89.684015) - (xy 146.451679 89.7255) - (xy 146.664321 89.7255) - (xy 146.872878 89.684015) - (xy 147.069335 89.60264) - (xy 147.246141 89.484502) - (xy 147.396502 89.334141) - (xy 147.51464 89.157335) - (xy 147.596015 88.960878) - (xy 147.6375 88.752321) - (xy 147.6375 88.539679) - (xy 147.596015 88.331122) - (xy 147.583124 88.3) - (xy 153.609928 88.3) - (xy 153.613 89.21425) - (xy 153.77175 89.373) - (xy 155.321 89.373) - (xy 155.321 89.353) - (xy 155.575 89.353) - (xy 155.575 89.373) - (xy 157.12425 89.373) - (xy 157.283 89.21425) - (xy 157.286072 88.3) - (xy 157.273812 88.175518) - (xy 157.237502 88.05582) - (xy 157.178537 87.945506) - (xy 157.099185 87.848815) - (xy 157.002494 87.769463) - (xy 156.89218 87.710498) - (xy 156.772482 87.674188) - (xy 156.648 87.661928) - (xy 156.227426 87.663341) - (xy 156.317199 87.626156) - (xy 156.617744 87.425338) - (xy 156.873338 87.169744) - (xy 157.074156 86.869199) - (xy 157.212482 86.53525) - (xy 157.283 86.180732) - (xy 157.283 85.819268) - (xy 157.212482 85.46475) - (xy 157.074156 85.130801) - (xy 156.873338 84.830256) - (xy 156.617744 84.574662) - (xy 156.317199 84.373844) - (xy 155.98325 84.235518) - (xy 155.628732 84.165) - (xy 155.267268 84.165) - (xy 154.91275 84.235518) - (xy 154.578801 84.373844) - (xy 154.278256 84.574662) - (xy 154.022662 84.830256) - (xy 153.821844 85.130801) - (xy 153.683518 85.46475) - (xy 153.613 85.819268) - (xy 153.613 86.180732) - (xy 153.683518 86.53525) - (xy 153.821844 86.869199) - (xy 154.022662 87.169744) - (xy 154.278256 87.425338) - (xy 154.578801 87.626156) - (xy 154.668574 87.663341) - (xy 154.248 87.661928) - (xy 154.123518 87.674188) - (xy 154.00382 87.710498) - (xy 153.893506 87.769463) - (xy 153.796815 87.848815) - (xy 153.717463 87.945506) - (xy 153.658498 88.05582) - (xy 153.622188 88.175518) - (xy 153.609928 88.3) - (xy 147.583124 88.3) - (xy 147.51464 88.134665) - (xy 147.396502 87.957859) - (xy 147.246141 87.807498) - (xy 147.069335 87.68936) - (xy 146.872878 87.607985) - (xy 146.664321 87.5665) - (xy 146.451679 87.5665) - (xy 146.243122 87.607985) - (xy 146.046665 87.68936) - (xy 145.869859 87.807498) - (xy 145.719498 87.957859) - (xy 145.60136 88.134665) - (xy 145.519985 88.331122) - (xy 145.4785 88.539679) - (xy 133.005951 88.539679) - (xy 132.902878 88.496985) - (xy 132.694321 88.4555) - (xy 132.481679 88.4555) - (xy 132.273122 88.496985) - (xy 132.076665 88.57836) - (xy 131.899859 88.696498) - (xy 131.749498 88.846859) - (xy 131.63136 89.023665) - (xy 131.549985 89.220122) - (xy 131.5085 89.428679) - (xy 127.030011 89.428679) - (xy 127.0635 89.260321) - (xy 127.0635 89.047679) - (xy 127.022015 88.839122) - (xy 126.94064 88.642665) - (xy 126.85801 88.519) - (xy 126.960559 88.519) - (xy 127.132312 88.484836) - (xy 127.294099 88.417821) - (xy 127.439704 88.320531) - (xy 127.563531 88.196704) - (xy 127.660821 88.051099) - (xy 127.727836 87.889312) - (xy 127.762 87.717559) - (xy 127.762 87.542441) - (xy 127.736738 87.415441) - (xy 136.271 87.415441) - (xy 136.271 87.590559) - (xy 136.305164 87.762312) - (xy 136.372179 87.924099) - (xy 136.469469 88.069704) - (xy 136.593296 88.193531) - (xy 136.738901 88.290821) - (xy 136.900688 88.357836) - (xy 137.072441 88.392) - (xy 137.247559 88.392) - (xy 137.419312 88.357836) - (xy 137.581099 88.290821) - (xy 137.726704 88.193531) - (xy 137.850531 88.069704) - (xy 137.947821 87.924099) - (xy 138.014836 87.762312) - (xy 138.049 87.590559) - (xy 138.049 87.415441) - (xy 138.014836 87.243688) - (xy 137.947821 87.081901) - (xy 137.850531 86.936296) - (xy 137.726704 86.812469) - (xy 137.581099 86.715179) - (xy 137.419312 86.648164) - (xy 137.247559 86.614) - (xy 137.072441 86.614) - (xy 136.900688 86.648164) - (xy 136.738901 86.715179) - (xy 136.593296 86.812469) - (xy 136.469469 86.936296) - (xy 136.372179 87.081901) - (xy 136.305164 87.243688) - (xy 136.271 87.415441) - (xy 127.736738 87.415441) - (xy 127.727836 87.370688) - (xy 127.660821 87.208901) - (xy 127.563531 87.063296) - (xy 127.439704 86.939469) - (xy 127.294099 86.842179) - (xy 127.132312 86.775164) - (xy 126.960559 86.741) - (xy 126.785441 86.741) - (xy 126.613688 86.775164) - (xy 126.451901 86.842179) - (xy 126.306296 86.939469) - (xy 126.182469 87.063296) - (xy 126.085179 87.208901) - (xy 126.018164 87.370688) - (xy 125.984 87.542441) - (xy 125.984 87.717559) - (xy 126.018164 87.889312) - (xy 126.085179 88.051099) - (xy 126.102424 88.076907) - (xy 126.090321 88.0745) - (xy 125.877679 88.0745) - (xy 125.669122 88.115985) - (xy 125.472665 88.19736) - (xy 125.295859 88.315498) - (xy 125.145498 88.465859) - (xy 125.02736 88.642665) - (xy 124.945985 88.839122) - (xy 124.9045 89.047679) - (xy 103.665209 89.047679) - (xy 103.68769 82.7) - (xy 107.161928 82.7) - (xy 107.174188 82.824482) - (xy 107.210498 82.94418) - (xy 107.269463 83.054494) - (xy 107.348815 83.151185) - (xy 107.445506 83.230537) - (xy 107.55582 83.289502) - (xy 107.675518 83.325812) - (xy 107.8 83.338072) - (xy 108.220574 83.336659) - (xy 108.130801 83.373844) - (xy 107.830256 83.574662) - (xy 107.574662 83.830256) - (xy 107.373844 84.130801) - (xy 107.235518 84.46475) - (xy 107.165 84.819268) - (xy 107.165 85.180732) - (xy 107.235518 85.53525) - (xy 107.373844 85.869199) - (xy 107.574662 86.169744) - (xy 107.830256 86.425338) - (xy 108.130801 86.626156) - (xy 108.46475 86.764482) - (xy 108.819268 86.835) - (xy 109.180732 86.835) - (xy 109.53525 86.764482) - (xy 109.869199 86.626156) - (xy 110.169744 86.425338) - (xy 110.425338 86.169744) - (xy 110.526435 86.018441) - (xy 118.999 86.018441) - (xy 118.999 86.193559) - (xy 119.033164 86.365312) - (xy 119.100179 86.527099) - (xy 119.197469 86.672704) - (xy 119.321296 86.796531) - (xy 119.466901 86.893821) - (xy 119.628688 86.960836) - (xy 119.800441 86.995) - (xy 119.818979 86.995) - (xy 119.738985 87.188122) - (xy 119.6975 87.396679) - (xy 119.6975 87.609321) - (xy 119.738985 87.817878) - (xy 119.82036 88.014335) - (xy 119.938498 88.191141) - (xy 120.088859 88.341502) - (xy 120.265665 88.45964) - (xy 120.462122 88.541015) - (xy 120.670679 88.5825) - (xy 120.883321 88.5825) - (xy 121.091878 88.541015) - (xy 121.288335 88.45964) - (xy 121.465141 88.341502) - (xy 121.615502 88.191141) - (xy 121.73364 88.014335) - (xy 121.815015 87.817878) - (xy 121.8565 87.609321) - (xy 121.8565 87.396679) - (xy 121.815015 87.188122) - (xy 121.73364 86.991665) - (xy 121.615502 86.814859) - (xy 121.465141 86.664498) - (xy 121.288335 86.54636) - (xy 121.091878 86.464985) - (xy 120.883321 86.4235) - (xy 120.718734 86.4235) - (xy 120.742836 86.365312) - (xy 120.777 86.193559) - (xy 120.777 86.018441) - (xy 120.742836 85.846688) - (xy 120.675821 85.684901) - (xy 120.578531 85.539296) - (xy 120.454704 85.415469) - (xy 120.309099 85.318179) - (xy 120.147312 85.251164) - (xy 119.975559 85.217) - (xy 119.800441 85.217) - (xy 119.628688 85.251164) - (xy 119.466901 85.318179) - (xy 119.321296 85.415469) - (xy 119.197469 85.539296) - (xy 119.100179 85.684901) - (xy 119.033164 85.846688) - (xy 118.999 86.018441) - (xy 110.526435 86.018441) - (xy 110.626156 85.869199) - (xy 110.764482 85.53525) - (xy 110.835 85.180732) - (xy 110.835 84.819268) - (xy 110.764482 84.46475) - (xy 110.626156 84.130801) - (xy 110.425338 83.830256) - (xy 110.169744 83.574662) - (xy 109.869199 83.373844) - (xy 109.779426 83.336659) - (xy 110.2 83.338072) - (xy 110.324482 83.325812) - (xy 110.44418 83.289502) - (xy 110.554494 83.230537) - (xy 110.651185 83.151185) - (xy 110.730537 83.054494) - (xy 110.789502 82.94418) - (xy 110.825812 82.824482) - (xy 110.838072 82.7) - (xy 110.835 81.78575) - (xy 110.67625 81.627) - (xy 109.127 81.627) - (xy 109.127 81.647) - (xy 108.873 81.647) - (xy 108.873 81.627) - (xy 107.32375 81.627) - (xy 107.165 81.78575) - (xy 107.161928 82.7) - (xy 103.68769 82.7) - (xy 103.696189 80.3) - (xy 107.161928 80.3) - (xy 107.165 81.21425) - (xy 107.32375 81.373) - (xy 108.873 81.373) - (xy 108.873 79.82375) - (xy 109.127 79.82375) - (xy 109.127 81.373) - (xy 110.67625 81.373) - (xy 110.835 81.21425) - (xy 110.838072 80.3) - (xy 110.825812 80.175518) - (xy 110.789502 80.05582) - (xy 110.730537 79.945506) - (xy 110.651185 79.848815) - (xy 110.554494 79.769463) - (xy 110.44418 79.710498) - (xy 110.324482 79.674188) - (xy 110.2 79.661928) - (xy 109.28575 79.665) - (xy 109.127 79.82375) - (xy 108.873 79.82375) - (xy 108.71425 79.665) - (xy 107.8 79.661928) - (xy 107.675518 79.674188) - (xy 107.55582 79.710498) - (xy 107.445506 79.769463) - (xy 107.348815 79.848815) - (xy 107.269463 79.945506) - (xy 107.210498 80.05582) - (xy 107.174188 80.175518) - (xy 107.161928 80.3) - (xy 103.696189 80.3) - (xy 103.716376 74.6) - (xy 107.161928 74.6) - (xy 107.174188 74.724482) - (xy 107.210498 74.84418) - (xy 107.269463 74.954494) - (xy 107.348815 75.051185) - (xy 107.445506 75.130537) - (xy 107.55582 75.189502) - (xy 107.675518 75.225812) - (xy 107.8 75.238072) - (xy 108.220574 75.236659) - (xy 108.130801 75.273844) - (xy 107.830256 75.474662) - (xy 107.574662 75.730256) - (xy 107.373844 76.030801) - (xy 107.235518 76.36475) - (xy 107.165 76.719268) - (xy 107.165 77.080732) - (xy 107.235518 77.43525) - (xy 107.373844 77.769199) - (xy 107.574662 78.069744) - (xy 107.830256 78.325338) - (xy 108.130801 78.526156) - (xy 108.46475 78.664482) - (xy 108.819268 78.735) - (xy 109.180732 78.735) - (xy 109.53525 78.664482) - (xy 109.869199 78.526156) - (xy 110.169744 78.325338) - (xy 110.425338 78.069744) - (xy 110.626156 77.769199) - (xy 110.764482 77.43525) - (xy 110.835 77.080732) - (xy 110.835 76.719268) - (xy 110.764482 76.36475) - (xy 110.626156 76.030801) - (xy 110.425338 75.730256) - (xy 110.169744 75.474662) - (xy 109.869199 75.273844) - (xy 109.779426 75.236659) - (xy 110.2 75.238072) - (xy 110.324482 75.225812) - (xy 110.44418 75.189502) - (xy 110.554494 75.130537) - (xy 110.651185 75.051185) - (xy 110.730537 74.954494) - (xy 110.789502 74.84418) - (xy 110.825812 74.724482) - (xy 110.838072 74.6) - (xy 110.835 73.68575) - (xy 110.67625 73.527) - (xy 109.127 73.527) - (xy 109.127 73.547) - (xy 108.873 73.547) - (xy 108.873 73.527) - (xy 107.32375 73.527) - (xy 107.165 73.68575) - (xy 107.161928 74.6) - (xy 103.716376 74.6) - (xy 103.726551 71.727) - (xy 107.375397 71.727) - (xy 107.348815 71.748815) - (xy 107.269463 71.845506) - (xy 107.210498 71.95582) - (xy 107.174188 72.075518) - (xy 107.161928 72.2) - (xy 107.165 73.11425) - (xy 107.32375 73.273) - (xy 108.873 73.273) - (xy 108.873 73.253) - (xy 109.127 73.253) - (xy 109.127 73.273) - (xy 110.67625 73.273) - (xy 110.835 73.11425) - (xy 110.838072 72.2) - (xy 110.825812 72.075518) - (xy 110.789502 71.95582) - (xy 110.730537 71.845506) - (xy 110.651185 71.748815) - (xy 110.624603 71.727) - (xy 110.998 71.727) - (xy 110.998 84.455) - (xy 111.00044 84.479776) - (xy 111.007667 84.503601) - (xy 111.019403 84.525557) - (xy 111.035197 84.544803) - (xy 111.054443 84.560597) - (xy 111.076399 84.572333) - (xy 111.100224 84.57956) - (xy 111.125 84.582) - (xy 127.202394 84.582) - (xy 128.510197 85.889803) - (xy 128.529443 85.905597) - (xy 128.551399 85.917333) - (xy 128.575224 85.92456) - (xy 128.6 85.927) - (xy 138.4 85.927) - (xy 138.424776 85.92456) - (xy 138.448601 85.917333) - (xy 138.470557 85.905597) - (xy 138.489803 85.889803) - (xy 138.742165 85.637441) - (xy 141.605 85.637441) - (xy 141.605 85.812559) - (xy 141.639164 85.984312) - (xy 141.706179 86.146099) - (xy 141.803469 86.291704) - (xy 141.927296 86.415531) - (xy 142.072901 86.512821) - (xy 142.234688 86.579836) - (xy 142.406441 86.614) - (xy 142.581559 86.614) - (xy 142.753312 86.579836) - (xy 142.915099 86.512821) - (xy 143.060704 86.415531) - (xy 143.184531 86.291704) - (xy 143.281821 86.146099) - (xy 143.348836 85.984312) - (xy 143.383 85.812559) - (xy 143.383 85.637441) - (xy 143.348836 85.465688) - (xy 143.281821 85.303901) - (xy 143.184531 85.158296) - (xy 143.060704 85.034469) - (xy 142.915099 84.937179) - (xy 142.753312 84.870164) - (xy 142.581559 84.836) - (xy 142.406441 84.836) - (xy 142.234688 84.870164) - (xy 142.072901 84.937179) - (xy 141.927296 85.034469) - (xy 141.803469 85.158296) - (xy 141.706179 85.303901) - (xy 141.639164 85.465688) - (xy 141.605 85.637441) - (xy 138.742165 85.637441) - (xy 139.797606 84.582) - (xy 152.4 84.582) - (xy 152.424776 84.57956) - (xy 152.448601 84.572333) - (xy 152.470557 84.560597) - (xy 152.489803 84.544803) - (xy 152.505597 84.525557) - (xy 152.517333 84.503601) - (xy 152.52456 84.479776) - (xy 152.527 84.455) - (xy 152.527 82.3) - (xy 153.609928 82.3) - (xy 153.622188 82.424482) - (xy 153.658498 82.54418) - (xy 153.717463 82.654494) - (xy 153.796815 82.751185) - (xy 153.893506 82.830537) - (xy 154.00382 82.889502) - (xy 154.123518 82.925812) - (xy 154.248 82.938072) - (xy 155.16225 82.935) - (xy 155.321 82.77625) - (xy 155.321 81.227) - (xy 155.575 81.227) - (xy 155.575 82.77625) - (xy 155.73375 82.935) - (xy 156.648 82.938072) - (xy 156.772482 82.925812) - (xy 156.89218 82.889502) - (xy 157.002494 82.830537) - (xy 157.099185 82.751185) - (xy 157.178537 82.654494) - (xy 157.237502 82.54418) - (xy 157.273812 82.424482) - (xy 157.286072 82.3) - (xy 157.283 81.38575) - (xy 157.12425 81.227) - (xy 155.575 81.227) - (xy 155.321 81.227) - (xy 153.77175 81.227) - (xy 153.613 81.38575) - (xy 153.609928 82.3) - (xy 152.527 82.3) - (xy 152.527 79.9) - (xy 153.609928 79.9) - (xy 153.613 80.81425) - (xy 153.77175 80.973) - (xy 155.321 80.973) - (xy 155.321 80.953) - (xy 155.575 80.953) - (xy 155.575 80.973) - (xy 157.12425 80.973) - (xy 157.283 80.81425) - (xy 157.286072 79.9) - (xy 157.273812 79.775518) - (xy 157.237502 79.65582) - (xy 157.178537 79.545506) - (xy 157.099185 79.448815) - (xy 157.002494 79.369463) - (xy 156.89218 79.310498) - (xy 156.772482 79.274188) - (xy 156.648 79.261928) - (xy 156.227426 79.263341) - (xy 156.317199 79.226156) - (xy 156.617744 79.025338) - (xy 156.873338 78.769744) - (xy 157.074156 78.469199) - (xy 157.212482 78.13525) - (xy 157.283 77.780732) - (xy 157.283 77.419268) - (xy 157.212482 77.06475) - (xy 157.074156 76.730801) - (xy 156.873338 76.430256) - (xy 156.617744 76.174662) - (xy 156.317199 75.973844) - (xy 155.98325 75.835518) - (xy 155.628732 75.765) - (xy 155.267268 75.765) - (xy 154.91275 75.835518) - (xy 154.578801 75.973844) - (xy 154.278256 76.174662) - (xy 154.022662 76.430256) - (xy 153.821844 76.730801) - (xy 153.683518 77.06475) - (xy 153.613 77.419268) - (xy 153.613 77.780732) - (xy 153.683518 78.13525) - (xy 153.821844 78.469199) - (xy 154.022662 78.769744) - (xy 154.278256 79.025338) - (xy 154.578801 79.226156) - (xy 154.668574 79.263341) - (xy 154.248 79.261928) - (xy 154.123518 79.274188) - (xy 154.00382 79.310498) - (xy 153.893506 79.369463) - (xy 153.796815 79.448815) - (xy 153.717463 79.545506) - (xy 153.658498 79.65582) - (xy 153.622188 79.775518) - (xy 153.609928 79.9) - (xy 152.527 79.9) - (xy 152.527 74) - (xy 153.609928 74) - (xy 153.622188 74.124482) - (xy 153.658498 74.24418) - (xy 153.717463 74.354494) - (xy 153.796815 74.451185) - (xy 153.893506 74.530537) - (xy 154.00382 74.589502) - (xy 154.123518 74.625812) - (xy 154.248 74.638072) - (xy 155.16225 74.635) - (xy 155.321 74.47625) - (xy 155.321 72.927) - (xy 155.575 72.927) - (xy 155.575 74.47625) - (xy 155.73375 74.635) - (xy 156.648 74.638072) - (xy 156.772482 74.625812) - (xy 156.89218 74.589502) - (xy 157.002494 74.530537) - (xy 157.099185 74.451185) - (xy 157.178537 74.354494) - (xy 157.237502 74.24418) - (xy 157.273812 74.124482) - (xy 157.286072 74) - (xy 157.283 73.08575) - (xy 157.12425 72.927) - (xy 155.575 72.927) - (xy 155.321 72.927) - (xy 153.77175 72.927) - (xy 153.613 73.08575) - (xy 153.609928 74) - (xy 152.527 74) - (xy 152.527 71.6) - (xy 153.609928 71.6) - (xy 153.613 72.51425) - (xy 153.77175 72.673) - (xy 155.321 72.673) - (xy 155.321 72.653) - (xy 155.575 72.653) - (xy 155.575 72.673) - (xy 157.12425 72.673) - (xy 157.283 72.51425) - (xy 157.286072 71.6) - (xy 157.273812 71.475518) - (xy 157.237502 71.35582) - (xy 157.178537 71.245506) - (xy 157.099185 71.148815) - (xy 157.002494 71.069463) - (xy 156.89218 71.010498) - (xy 156.772482 70.974188) - (xy 156.648 70.961928) - (xy 156.227426 70.963341) - (xy 156.317199 70.926156) - (xy 156.617744 70.725338) - (xy 156.873338 70.469744) - (xy 157.074156 70.169199) - (xy 157.212482 69.83525) - (xy 157.283 69.480732) - (xy 157.283 69.119268) - (xy 157.212482 68.76475) - (xy 157.074156 68.430801) - (xy 156.873338 68.130256) - (xy 156.617744 67.874662) - (xy 156.317199 67.673844) - (xy 155.98325 67.535518) - (xy 155.628732 67.465) - (xy 155.267268 67.465) - (xy 154.91275 67.535518) - (xy 154.578801 67.673844) - (xy 154.278256 67.874662) - (xy 154.022662 68.130256) - (xy 153.821844 68.430801) - (xy 153.683518 68.76475) - (xy 153.613 69.119268) - (xy 153.613 69.480732) - (xy 153.683518 69.83525) - (xy 153.821844 70.169199) - (xy 154.022662 70.469744) - (xy 154.278256 70.725338) - (xy 154.578801 70.926156) - (xy 154.668574 70.963341) - (xy 154.248 70.961928) - (xy 154.123518 70.974188) - (xy 154.00382 71.010498) - (xy 153.893506 71.069463) - (xy 153.796815 71.148815) - (xy 153.717463 71.245506) - (xy 153.658498 71.35582) - (xy 153.622188 71.475518) - (xy 153.609928 71.6) - (xy 152.527 71.6) - (xy 152.527 61.736511) - (xy 152.561498 61.788141) - (xy 152.711859 61.938502) - (xy 152.888665 62.05664) - (xy 153.085122 62.138015) - (xy 153.293679 62.1795) - (xy 153.506321 62.1795) - (xy 153.714878 62.138015) - (xy 153.911335 62.05664) - (xy 154.088141 61.938502) - (xy 154.238502 61.788141) - (xy 154.35 61.621272) - (xy 154.461498 61.788141) - (xy 154.611859 61.938502) - (xy 154.788665 62.05664) - (xy 154.985122 62.138015) - (xy 155.193679 62.1795) - (xy 155.406321 62.1795) - (xy 155.614878 62.138015) - (xy 155.811335 62.05664) - (xy 155.988141 61.938502) - (xy 156.052287 61.874356) - (xy 156.061498 61.888141) - (xy 156.211859 62.038502) - (xy 156.388665 62.15664) - (xy 156.585122 62.238015) - (xy 156.793679 62.2795) - (xy 157.006321 62.2795) - (xy 157.214878 62.238015) - (xy 157.411335 62.15664) - (xy 157.588141 62.038502) - (xy 157.738502 61.888141) - (xy 157.85664 61.711335) - (xy 157.938015 61.514878) - (xy 157.9795 61.306321) - (xy 157.9795 61.093679) - (xy 157.938015 60.885122) - (xy 157.85664 60.688665) - (xy 157.738502 60.511859) - (xy 157.588141 60.361498) - (xy 157.411335 60.24336) - (xy 157.214878 60.161985) - (xy 157.006321 60.1205) - (xy 156.793679 60.1205) - (xy 156.585122 60.161985) - (xy 156.388665 60.24336) - (xy 156.211859 60.361498) - (xy 156.147713 60.425644) - (xy 156.138502 60.411859) - (xy 155.988141 60.261498) - (xy 155.811335 60.14336) - (xy 155.614878 60.061985) - (xy 155.406321 60.0205) - (xy 155.193679 60.0205) - (xy 154.985122 60.061985) - (xy 154.788665 60.14336) - (xy 154.611859 60.261498) - (xy 154.461498 60.411859) - (xy 154.35 60.578728) - (xy 154.238502 60.411859) - (xy 154.088141 60.261498) - (xy 153.911335 60.14336) - (xy 153.714878 60.061985) - (xy 153.506321 60.0205) - (xy 153.293679 60.0205) - (xy 153.085122 60.061985) - (xy 152.888665 60.14336) - (xy 152.711859 60.261498) - (xy 152.561498 60.411859) - (xy 152.527 60.463489) - (xy 152.527 54.737) - (xy 158.697394 54.737) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (date "2021-12-03") + (comment 4 "@Comment4@") + ) + (layers + (0 "F.Cu" signal) + (1 "In1.Cu" power) + (2 "In2.Cu" power) + (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) + ) + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 102 102) + (pcbplotparams + (layerselection 0x00210f8_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 0) + (scaleselection 1) + (outputdirectory "fab/") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "+3V3") + (net 3 "Net-(C3-Pad1)") + (net 4 "Net-(C4-Pad1)") + (net 5 "/EN") + (net 6 "VCC") + (net 7 "VBUS") + (net 8 "/USB_RTS") + (net 9 "Net-(Q1-Pad1)") + (net 10 "/IO0") + (net 11 "/USB_DTR") + (net 12 "Net-(Q2-Pad1)") + (net 13 "/USB_TX") + (net 14 "/USB_RX") + (net 15 "/USB_DM") + (net 16 "/USB_DP") + (net 17 "Net-(D3-Pad2)") + (net 18 "Net-(D4-Pad2)") + (net 19 "Net-(D5-Pad2)") + (net 20 "Net-(D6-Pad2)") + (net 21 "Net-(D7-Pad2)") + (net 22 "Net-(D8-Pad2)") + (net 23 "Net-(D9-Pad2)") + (net 24 "Net-(D10-Pad2)") + (net 25 "Net-(Q3-Pad1)") + (net 26 "Net-(Q4-Pad1)") + (net 27 "Net-(Q5-Pad1)") + (net 28 "Net-(Q6-Pad1)") + (net 29 "Net-(Q7-Pad1)") + (net 30 "Net-(Q8-Pad1)") + (net 31 "Net-(Q9-Pad1)") + (net 32 "Net-(Q10-Pad1)") + (net 33 "/PIR_A") + (net 34 "/CH_1") + (net 35 "/CH_3") + (net 36 "/CH_5") + (net 37 "/CH_7") + (net 38 "/CH_2") + (net 39 "/CH_4") + (net 40 "/CH_6") + (net 41 "/CH_8") + (net 42 "Net-(D11-Pad2)") + (net 43 "Net-(D12-Pad2)") + (net 44 "Net-(D13-Pad2)") + (net 45 "Net-(D14-Pad2)") + (net 46 "/LED1") + (net 47 "/LED2") + (net 48 "/LED3") + (net 49 "/LED4") + (net 50 "/DHT_IO") + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da29fe3") + (at 111.2 69.85 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C1" + (at 1.75 -0.456 90) + (layer "F.SilkS") + (uuid "2d336036-10de-4404-9c27-22864b7f0d79") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1uF" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "b36d6001-ccec-4236-98eb-f724f34e6c96") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1a54a42-4638-49fd-b99f-25e29814bbe5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "32512392-7a7b-4b9d-b30c-243cd3eb880a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cf3d6e47-0640-43da-96ac-66d06e1f6a95") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da94ac6") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2a5736b6-91d3-4c86-8eca-4a47d2a8bdec") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a7f95238-075c-4897-89d9-10719dcc258b") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c17a365b-16be-4c49-8913-a0a8bb399da3") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ead87eb-22df-4165-9eaa-62633ca3402a") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ee80479-d535-4823-83cf-3bb6254a9c3f") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d04d9a04-1193-4570-a45c-87f146895dea") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88b63b4a-6b2f-4a96-b58b-65461de13458") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "81c7a8b7-4620-46c9-a014-7a45b9480506") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "8c0473dd-2bcc-49da-846b-d0183b4e788b") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "77cde811-eccd-4291-9597-1d12a762cf05") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "b0278126-7f7a-459e-bcbb-935199061f7e") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da29ff2") + (at 112.2 69.85 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C2" + (at 0.65 -2.3 90) + (layer "F.SilkS") + (uuid "83d5d0b8-a271-4f43-8cf4-48da88331114") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1uF" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "6e185f72-1464-45c4-a898-dfafbaaddce6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3943927b-4d47-4fd7-b027-592237acc1d4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6422bc1-65b1-469b-a937-3161c8dd5b8d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e16841a5-ad16-46c6-b262-c15dd08112e2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da94566") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5716e23d-8f32-4637-a2c0-b8c289cb3d82") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "240eaed1-e854-4fd2-b652-201e9e8681a1") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e1695e87-40c9-43cf-80d4-c511f2faf1db") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a3e25d76-9b42-47e1-bf81-cf3909680084") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac7bbe5c-805a-47e6-bcd9-9c14abe6d6b1") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ec4b64b-c3af-45d2-94db-cc690438c336") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "908c1b12-de9f-42dc-9399-2eb8ba05e525") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35422975-a08a-4842-a6e1-40dd747bb46e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "ab9b619d-484a-4761-b515-7c6d7d080f4c") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "f38f872e-811d-429d-a7f6-ea372a3159ce") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "e99d89c5-269e-4edd-9046-0ead2b5465ae") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a003") + (at 117.602 66.2685 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C3" + (at 0 -1.43 90) + (layer "F.SilkS") + (uuid "17ab8f85-d6e9-48d7-ab26-02eb0cd73827") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4.7uF" + (at 0 1.43 90) + (layer "F.Fab") + (uuid "273f4244-cae8-4fbf-8c6e-5b1c93dfcd34") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31ddba7a-415c-403e-8c3b-5cac51bd2e7b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "547260de-1a9d-42b7-90af-660f0883d361") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d271ce0-d332-4c3a-9bde-7315166d3242") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da99bae") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9382eb70-2056-4ce2-a221-3772a1993093") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "301b6fe5-836a-47d9-a8ed-642dae9355a5") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6706726e-bf87-4568-ae62-9341ec822550") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0942b8fd-6270-4b8e-839f-5ca5c493300d") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "25255bba-29a7-4563-9e15-9f7a968865e9") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f5fc6b76-14f3-4e24-a414-ff1749b18ce1") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "75277303-c81a-4de4-93ae-30c50456bf3f") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c5b4269a-51e3-4afa-b951-09baaeb7b1b1") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb06d3a5-77b0-427f-a5e6-9d13f9df34ba") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "97659cdd-b71c-4a9f-8497-433ed0107553") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "25636535-6cc6-4c26-ac65-fc82e59f282f") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 270) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C3-Pad1)") + (uuid "78fbad1b-e3a2-4a27-aa5d-d2e6db8ae9e7") + ) + (pad "2" smd roundrect + (at 0.7875 0 270) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "774deeb2-e92b-4aeb-81a9-425b6e0b67dc") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a014") + (at 118.6 81.3 -90) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C4" + (at 2.286 0 90) + (layer "F.SilkS") + (uuid "f5e63b28-28fe-4d74-93ca-cba6063d2522") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1uF" + (at 0 1.43 90) + (layer "F.Fab") + (uuid "52134ed8-76b1-49e0-96c8-c22d9a84f40b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f1e13aa3-2387-45e0-9373-927d773d8db6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d0ecb40a-1d9b-4097-80eb-2465420ac784") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cefe11c4-66b4-4368-8b92-3b7436087078") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da74db0") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f3e6a65-055d-4a2b-a9d3-64f688fa7e32") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "53b6f4e7-c8b6-4a40-add0-4c89aeaad6cb") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7d6e77cb-4b80-4cee-a891-4be5b22bb8d3") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d3f88f20-b3a1-4189-b235-ef6d813deb57") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f8c0c97b-af22-4ae8-8bc6-b0b2b1284340") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd82f888-283b-4618-a0b9-a3a6bcf67f5f") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c977240-bea5-4e00-998b-19da23a305e6") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b8af96ef-7c6f-4ad8-91d5-9df50e6f2254") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "864807ff-d864-40c2-b1c3-c02cee67a6bd") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "330a2624-750a-4157-b2ac-ab6d9c4a01fd") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "0d69032c-512c-479f-a757-429a460502d8") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 270) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(C4-Pad1)") + (uuid "4a8af61a-98cd-4748-865f-4c41dea1e947") + ) + (pad "2" smd roundrect + (at 0.7875 0 270) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "5fd4be48-ed46-4c0c-ae40-a2907b80dd70") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a025") + (at 117.6 71.3 180) + (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C5" + (at 0 1.3 0) + (layer "F.SilkS") + (uuid "5e63c044-a3ce-4af6-9e1e-592f67e4d026") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "22uF" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "90fa8f9e-2363-406e-beb4-a42e9c7e1c9d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1b13174-8128-44b9-9c00-8ef2bdc2c04d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c033793e-9db8-4285-806f-a360686dac5a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7e703ebc-91ca-458d-a284-fd7bdc32deb6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da8fdae") + (attr smd) + (fp_line + (start -0.162779 0.51) + (end 0.162779 0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ddb3acb9-b272-494a-b305-000762378ee7") + ) + (fp_line + (start -0.162779 -0.51) + (end 0.162779 -0.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6fc99f1b-b415-4f37-9c02-11052f9e6fc2") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea7eaf89-6272-43d0-ae49-d5bb8458fdb3") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fbce6929-59d9-4720-ab8d-5bbbeea2ec86") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "532479e0-c16a-46b5-9b80-bb9d6416dfb9") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "33b646c9-9c16-4718-b6a9-ae0c483fd17b") + ) + (fp_line + (start 0.8 0.4) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aec63574-bbd6-4b81-a174-cd4bad5a0883") + ) + (fp_line + (start 0.8 -0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0fd01342-b63a-4797-9e29-f88f90882a14") + ) + (fp_line + (start -0.8 0.4) + (end -0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8706159f-cf96-4d18-8690-1a97fa81102f") + ) + (fp_line + (start -0.8 -0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4df1dc70-b409-4599-b587-036daa928d9c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "6f5fe234-bf87-4807-ab2f-9ca6c532c81c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "7ddb6849-2503-4e9f-8d41-ad15004ce2f3") + ) + (pad "2" smd roundrect + (at 0.7875 0 180) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "9d03d9a5-2842-4d76-903a-fc56cb152133") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a052") + (at 122.936 62.738 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C8" + (at 0 1.016 90) + (layer "F.SilkS") + (uuid "9b00e55d-87b1-44f3-b55f-fe6deba5a677") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1uF" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "c76754b9-256f-4766-a536-854eb77e9ef9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "538a190f-ccc2-4919-8c4a-b6385c54be57") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "abb35f59-5765-4fe6-816b-d9cd88c19e9e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "86b6a11d-3a32-44da-a298-45b42e6b00e7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dabc2a7") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6390e82c-0118-4613-aaa4-1df7673b49ac") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d8bd1324-9335-4aac-b428-fa9c2dd076e3") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b644aff-d8fb-4972-9569-4d4cec56875a") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "687e3fab-ae7d-4bb0-af6f-aa45d297bb8c") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e21621d8-c415-4102-8956-b8dedcf0686f") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bc3a9048-7b67-4011-a94a-e54571fab523") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d114503b-1aa2-41bd-a102-435f48c853ba") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bb486937-8316-4d8a-9812-05936bb53367") + ) + (fp_text user "${REFERENCE}" + (at -0.5 -0.25 90) + (layer "F.Fab") + (uuid "c3c03e26-efc3-4bbd-a929-e5e772569f81") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "353db69c-0146-4aff-9828-12f45d35f586") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "53ca7e35-d6c3-470d-a9d3-b73804a88093") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a06a") + (at 115.3 81 180) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D1" + (at 0 -2 0) + (layer "F.SilkS") + (uuid "c8838bce-1c41-4761-b39b-41a41791d3b2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 0) + (layer "F.Fab") + (uuid "5430771a-6c46-42ad-919d-8f44004a56b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c36149b8-3efb-4d3f-b1a8-9eae7e6b09a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8c621a8e-0cb5-4dfa-9d62-8ac84d9a7b9b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "834bd0d5-87f6-4be0-bc9d-a8bf23a84050") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da76d9b") + (attr smd) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce92ead0-6c97-499f-af4d-94c25e775b89") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a83dd935-3430-4b63-9445-bf9e2cbc1280") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6cc15470-85c2-4e1d-b0e8-b94fbb4a2321") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "126502a0-8719-4d60-9904-29aec0137dfd") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eb8fc6c7-a496-474c-905b-ea6208b6d29f") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d1df2085-3e5c-43cd-ac2d-cd2aad7865e0") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2379b3d1-8e84-4aec-aef0-5c1b291ed936") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b2b26c6-d702-472b-9b60-290317f79c2f") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2c0bc14c-dbd8-4b79-be9b-be42fb6e1df6") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "82ef4fec-8b52-4f34-94a2-248cd4bade17") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a1e7217-7546-46c1-8a0a-17e0569f8e6d") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7382fe21-79b0-493f-8c86-d0c10b89be5c") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd871fc4-9d14-4e51-acf4-7e20b66ac6d0") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46707e9b-6063-4676-9903-5f21ba978982") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e4b0db4e-db2d-478f-809d-51ebfa734c0f") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4e7967ca-9238-48c1-8600-6978d32f5daf") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cbf03043-da35-41d6-a6d8-3526ba00892b") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b03457fc-ab23-415e-b05d-b0cd695e59ab") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 0) + (layer "F.Fab") + (uuid "9e7f44fa-17a5-4809-8fad-b90e31c00276") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 180) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "Net-(C4-Pad1)") + (uuid "01f99a2a-198a-4268-a9cd-aace56de8d62") + ) + (pad "2" smd rect + (at 1.65 0 180) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "3eebd2c2-d637-472d-b0b9-dd45f9ebccd1") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a082") + (at 109.4 68.8 90) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D2" + (at 3.302 -0.254 90) + (layer "F.SilkS") + (uuid "43d34605-706a-41cd-8833-4c351731300a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 90) + (layer "F.Fab") + (uuid "d48ad299-8ce4-417a-8ec9-e406b34ba0b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "edbc89c4-afc3-4564-a6ce-6512c5246932") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4340b7c-2444-4849-a0df-48d968ea0c73") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b6f82bb2-6bb4-4dc0-a373-d9321ff82847") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da82fba") + (attr smd) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f221a320-0a29-4a6c-97cb-57e6a33b982a") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "167d59f3-e301-449f-9ed2-2fecd85df125") + ) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7cb4b12-dd7d-4dfb-b089-4dfae4b04e21") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c5f3e78-57f1-4ffb-aff5-e9407b8bcd48") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e2ab61c6-94fe-4e32-8952-41e66579e22d") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6ab3cc4d-c719-434b-bc95-7996ce166b02") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "11a7022c-0894-41d4-baeb-720e75a0310d") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f968173f-d586-41da-81ee-547cbc056ec7") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5ffaccc-1411-4a1f-a163-ae1706d0fab0") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "462d88ca-6fbf-44be-9b15-7b0d70152883") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "053928d1-47a8-4ee0-b446-57300bc3bb95") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "534c9aeb-785a-48b9-97eb-96780225b9bc") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18002a5b-2e36-4c9e-a16b-7addb552489e") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0bdb8716-6c71-42aa-92c0-acc3e7d3344c") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e08f3f2e-db74-4410-9958-dcc75118bcec") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1c6371e3-a6aa-4b72-9a9c-470162a5621b") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a632a057-29dd-40e0-9757-263c198d364b") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53643ddb-a7b0-4dc3-bce4-c8a6d1181ce7") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 90) + (layer "F.Fab") + (uuid "d3319d67-2237-46bc-8f98-14f469a077d9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 90) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "Net-(C4-Pad1)") + (uuid "8e345d56-7143-46c0-904a-252e413d7152") + ) + (pad "2" smd rect + (at 1.65 0 90) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 7 "VBUS") + (uuid "1c41ff80-527b-4748-92bd-377450d91b9f") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a0ac") + (at 121.158 69.85) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q2" + (at 1.016 2.286 0) + (layer "F.SilkS") + (uuid "1598113e-d151-4387-a2cc-7a6ddf2f05d8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NPN_BEC" + (at 0 2.5 0) + (layer "F.Fab") + (uuid "78c6f5e0-86de-4c19-9936-ca1f2600babc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f971cd4-26d5-4713-8e69-e58bd116ad14") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "45f7b963-2d42-4938-a05b-3b1c0cefb88f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4bcc0718-490e-4f3d-9448-4b6e4b2a1f2d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005daa9ad4") + (attr smd) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad49adb3-b436-46a0-ad8e-7e4d83ed216b") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad32fc06-9af6-4d55-b4a2-839af5e0f1c4") + ) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c9807f3-6442-415f-a528-c7fa2f7d4e89") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd2d360d-0c45-4ae3-8092-a1d7f266e83d") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "789e9146-5e00-43ec-a29e-e48f9ad338dd") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "196099be-273b-4361-9163-c389b4c2ce34") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "60b90ddf-9b12-40b3-8402-553c32cd9614") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f3ac8098-4590-41e0-8c80-e7483fa6dbb7") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fec16be9-c589-49e4-a7c3-ea489a775abf") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "227ce088-04bd-433d-a98a-75ce9597f351") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "07415cba-e036-4591-9f8b-922ac99b4711") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "af2786fe-c96a-4607-a168-7754a64664ed") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1e3610c1-421a-493f-8f20-fa2eff55e38e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "c172edf1-7c1a-43d6-bbf0-622b539f6218") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 12 "Net-(Q2-Pad1)") + (uuid "93736caf-fdf7-45fa-b1b7-0c4130c8a254") + ) + (pad "2" smd rect + (at -1 0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 11 "/USB_DTR") + (uuid "f24a03dd-7df6-4f5e-bfc5-41b4c6c04244") + ) + (pad "3" smd rect + (at 1 0) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 10 "/IO0") + (uuid "bb030847-1888-45d9-957c-4bba8e447209") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a0bb") + (at 117.602 62.23 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 1.778 0 0) + (layer "F.SilkS") + (uuid "b83d0fa7-310a-4b11-9fa6-19674a051f6e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "6290190d-2778-47ba-8bfb-6e9e89c9a262") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "000cfbc3-a96a-43a1-85a6-1ec717e6a59a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1942402d-c06e-4cbc-9f93-e56773bce4c8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "38c9e5ca-ae23-4660-85f7-c29a76154966") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005daab2cf") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1637bcae-c967-4cc2-922d-5c5472a4c8e8") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e8d6b06-5eec-44f0-b917-a7411c07a817") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ec741c22-37f0-4cbe-86fe-8c08ea19b1c2") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "03ed8a2a-4af3-470c-a661-bb36ee0a5e64") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3479017b-fa35-4414-9a66-d6e9bb1b002a") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aa9c79cc-c05d-4ca4-9ed0-ee7f1d1a1ff5") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "47eea343-3f3e-4333-86f8-29cb02a250df") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a577751-485d-465e-9fa6-4cb0f2bdc4fc") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "68249ad8-2108-4889-9b3f-b2de7c047116") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 9 "Net-(Q1-Pad1)") + (uuid "6363a7eb-f565-45ad-8496-131d1efd2cd4") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 11 "/USB_DTR") + (uuid "e4caf3de-dc41-4571-8ff0-2c4430aefd32") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a0ca") + (at 117.602 63.5 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at -2.032 0.635 0) + (layer "F.SilkS") + (uuid "9b68fde5-04be-4a2a-9bc6-4f07e7a73343") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "c0af0589-152f-4415-9ec9-b90eefa92622") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ad5e4337-b65b-44d9-b3ae-e6c17de95219") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d62ba259-e531-46e2-b73c-bc6815b9a562") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "92aa5496-09bf-4fa8-aadd-ae7c5d5153b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005daab975") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54fa5b72-12cb-4c06-8369-ad693f991102") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f9a6b9a7-82e4-4e1d-a4a2-a29a87181459") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b0cb4f74-bff4-44f0-ba70-929679a2dab7") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d43838e3-1bfb-40bb-945c-2d2ec5465c8a") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14ee805b-c2d1-4539-a3ba-fcdd8fbca523") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63141bc5-4efc-4ac7-810a-9132ff2fda95") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "90dbeefa-8dbd-49a0-906e-3853441ecce1") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "feea17eb-53cd-4552-941b-8e985e2c922d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "5b3a5b5b-eba9-43c7-8c4f-2f4d2d6c6c41") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 12 "Net-(Q2-Pad1)") + (uuid "6ac14600-e823-4756-966d-d78f97bade9b") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "/USB_RTS") + (uuid "2eaa9f30-f8c2-47e1-aead-14bb5312e30b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a0d9") + (at 110.236 61.976 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R3" + (at 0 1.27 90) + (layer "F.SilkS") + (uuid "6dae6a91-3f35-4253-b178-5cb7f208d380") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "eda41c2c-d895-4b94-8d03-c63ab5a18c8c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cfe0416e-4a26-4ef3-922a-d21d7627c756") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17e556d3-b59a-4776-a6cf-bfd392148f6d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "132dee18-2449-446e-8429-501522b8489d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dad1ab5") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "016161de-eb5b-43f9-8a81-d7ad4a9da620") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4237083b-a275-40a9-bc56-27a2229107ed") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0ca14452-0d77-4aae-b6f7-dbdd38a78dec") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "05cbdc54-dcd7-481d-a773-62a3336c3483") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0ddd2953-3385-4b53-bbe3-fa50f7f33f4e") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a6eb606-ff67-4b7e-9fb8-b5cbbc3bc444") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e24c13af-e0bf-4fe1-823a-64a49be95411") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "21d1207e-b346-4c99-a2cf-c222bdadb34f") + ) + (fp_text user "${REFERENCE}" + (at -0.024 -0.07 90) + (layer "F.Fab") + (uuid "176e949d-b0b6-4e5f-af7c-0ccdc5b2c734") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "/EN") + (uuid "1b19defc-5e4a-4f1a-ac6c-dc3d15844663") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "59bfef51-9a61-46f2-b7f0-b6960675b106") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "footprints:TS-1187A" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a0e6") + (at 114 58.166) + (property "Reference" "SW1" + (at -0.462 0 0) + (layer "F.SilkS") + (uuid "b377e428-a382-438e-a5fb-8d3192617ca6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "SW_Push" + (at -0.025 -0.025 0) + (layer "F.Fab") + (uuid "261a552e-d2c4-4e1d-b516-3a4377f46de8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b54d024-cf26-473a-9213-440a3fdfdab0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5fc44134-7ffb-4a9e-805b-ad058d780e89") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ab9ee531-9188-48d1-9f94-52431151a35b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dad711a") + (attr smd) + (fp_line + (start -3.55 -2.6) + (end -3.55 2.575) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aaefb16f-d015-4e30-8eb7-1008f575b514") + ) + (fp_line + (start -3.55 -2.6) + (end 3.625 -2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a495cc5-4b58-43c4-a6d6-310815a8bc18") + ) + (fp_line + (start -3.55 2.575) + (end -3.45 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b593dff-bc53-458e-9ad4-27aa180efe14") + ) + (fp_line + (start 3.6 2.6) + (end -3.6 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "11006243-0e97-430e-bc56-9ff4e07d9e22") + ) + (fp_line + (start 3.625 -2.6) + (end 3.6 2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb1839b1-9a77-46d2-90f8-489bb564be62") + ) + (pad "1" smd rect + (at -3 -1.875) + (size 1 0.75) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "5b5468e8-098d-49cf-b0dc-f51afe59b1b4") + ) + (pad "1" smd rect + (at 3 -1.875) + (size 1 0.75) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "39d83746-9cbd-4114-bf58-4fc3f6797fbb") + ) + (pad "2" smd rect + (at -3 1.875) + (size 1 0.75) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 5 "/EN") + (uuid "74da962d-b32d-4801-87f7-6d194f03972a") + ) + (pad "2" smd rect + (at 3 1.875) + (size 1 0.75) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 5 "/EN") + (uuid "19122a13-b7dc-486a-8738-391de160f697") + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-223-3_TabPin2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a0fc") + (at 117.3 75.8) + (descr "module CMS SOT223 4 pins") + (tags "CMS SOT") + (property "Reference" "U1" + (at 3.2 -2.9 0) + (layer "F.SilkS") + (uuid "e44cbff0-84e2-40eb-a31c-914e9b2c272a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AZ1117-3.3" + (at 0 4.5 0) + (layer "F.Fab") + (uuid "fc2fdf6d-af71-4ea3-b6a1-2d4997269b6b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7010f349-ff07-49bf-9c4e-883640e109fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "905f014f-c1f0-4ae9-a521-0b46b64bb78d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97e8c561-987c-49d9-ac17-be13100e4c15") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da730f7") + (attr smd) + (fp_line + (start -4.1 -3.41) + (end 1.91 -3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9834bb0-2d3b-4898-97bd-75eb90aa9e7c") + ) + (fp_line + (start -1.85 3.41) + (end 1.91 3.41) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38f63221-105b-4c1a-ad80-69ffa8c24446") + ) + (fp_line + (start 1.91 -3.41) + (end 1.91 -2.15) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "451f3faa-9836-43fa-97c8-fff782bd7afe") + ) + (fp_line + (start 1.91 3.41) + (end 1.91 2.15) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65622e09-e050-4bd2-9611-c40e1a5d53b8") + ) + (fp_line + (start -4.4 -3.6) + (end -4.4 3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1a7a0c04-49be-4cd9-825d-526212395c7f") + ) + (fp_line + (start -4.4 3.6) + (end 4.4 3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6b0d5263-36ff-4e0e-b1c9-56697086f0c9") + ) + (fp_line + (start 4.4 -3.6) + (end -4.4 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "21698e3d-46c3-441c-b288-7598eb8d67c9") + ) + (fp_line + (start 4.4 3.6) + (end 4.4 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "beabe416-3ecb-4d24-8dca-4e55b37b0899") + ) + (fp_line + (start -1.85 -2.35) + (end -1.85 3.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "140c9dc5-3de2-4bbb-91b3-f1234a3a126b") + ) + (fp_line + (start -1.85 -2.35) + (end -0.85 -3.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba507a0e-6e00-48f9-aca8-e07e772ed454") + ) + (fp_line + (start -1.85 3.35) + (end 1.85 3.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5d26926-24a0-4756-9c44-874262bff942") + ) + (fp_line + (start -0.85 -3.35) + (end 1.85 -3.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0fb1eb4c-5afe-48de-b048-7c277e48e981") + ) + (fp_line + (start 1.85 -3.35) + (end 1.85 3.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2de794c9-6889-42de-9f8e-acbea7139353") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "223327be-018a-4065-aa7a-9ae4fc9010fe") + (effects + (font + (size 0.8 0.8) + (thickness 0.12) + ) + ) + ) + (pad "1" smd rect + (at -3.15 -2.3) + (size 2 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "7c0f7058-e677-4d87-bb64-a07c42017600") + ) + (pad "2" smd rect + (at -3.15 0) + (size 2 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "52946240-1134-406a-9549-f6673e57d0fc") + ) + (pad "2" smd rect + (at 3.15 0) + (size 2 3.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "ee99f79e-d278-41d4-902e-6a3973e09f20") + ) + (pad "3" smd rect + (at -3.15 2.3) + (size 2 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 4 "Net-(C4-Pad1)") + (uuid "568c333a-1475-4c2b-8ddd-6d6a0e6323e1") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-223.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a12e") + (at 113.904 66.04) + (descr "QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py") + (tags "QFN DFN_QFN") + (property "Reference" "U2" + (at -3.668 -1.158 0) + (layer "F.SilkS") + (uuid "5fdd5471-c984-4a61-bdb6-d67fb4956f09") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CP2104" + (at 0.142 3.3 0) + (layer "F.Fab") + (uuid "dd660eb8-7e83-44f2-9bb5-184f819c5c3e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c26a226f-86c1-422b-9048-23b78aee62c9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c05a164a-8a79-4b61-b059-93e6706121b0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "55bd63b2-c696-41e8-8dc4-40717b4b6a80") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da8724c") + (attr smd) + (fp_line + (start -2.11 2.11) + (end -2.11 1.635) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbc82fcc-9108-41bf-8689-cd4579f69f48") + ) + (fp_line + (start -1.635 -2.11) + (end -2.11 -2.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "517108ec-34b7-43d1-ba13-24eb6eeef270") + ) + (fp_line + (start -1.635 2.11) + (end -2.11 2.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae87f9cc-dc88-4981-87d4-fd7c94eb217a") + ) + (fp_line + (start 1.635 -2.11) + (end 2.11 -2.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "43212043-0cd4-4fe6-8c2e-a01142d382e4") + ) + (fp_line + (start 1.635 2.11) + (end 2.11 2.11) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "26574ae3-77fc-4acb-b57a-f32ffd35fd18") + ) + (fp_line + (start 2.11 -2.11) + (end 2.11 -1.635) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "664313b3-2455-459c-af56-581673712b67") + ) + (fp_line + (start 2.11 2.11) + (end 2.11 1.635) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28d3644a-059c-43b1-90e5-3c39caf9e42b") + ) + (fp_line + (start -2.6 -2.6) + (end -2.6 2.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5a8bb0d1-5ca6-423d-87b8-fa62341b2269") + ) + (fp_line + (start -2.6 2.6) + (end 2.6 2.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "448f0d82-30b0-4eca-9ad3-d77ed402f0f5") + ) + (fp_line + (start 2.6 -2.6) + (end -2.6 -2.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8cd452ae-1c39-457b-982f-78e03bb059d6") + ) + (fp_line + (start 2.6 2.6) + (end 2.6 -2.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "96bfcf5f-1050-4d87-a2ba-5b5774d46fe6") + ) + (fp_line + (start -2 -1) + (end -1 -2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ab19cd7-ba4c-4227-b5bc-3dba2f592dff") + ) + (fp_line + (start -2 2) + (end -2 -1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18a9e955-c217-4b90-9c8e-d64a2172e266") + ) + (fp_line + (start -1 -2) + (end 2 -2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a8a1ec66-f398-45a7-be05-792a98746e58") + ) + (fp_line + (start 2 -2) + (end 2 2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b3908000-7982-48b3-95c7-6d80affd0b8a") + ) + (fp_line + (start 2 2) + (end -2 2) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "236d05d9-5c97-4288-a8ef-147e6b8f789b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "79cd1da5-4e89-4a5d-ae66-465b5a013314") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" smd roundrect + (at -0.65 -0.65) + (size 1.05 1.05) + (layers "F.Paste") + (roundrect_rratio 0.238095) + (uuid "78313425-64a4-4d7c-96e0-b151044d715d") + ) + (pad "" smd roundrect + (at -0.65 0.65) + (size 1.05 1.05) + (layers "F.Paste") + (roundrect_rratio 0.238095) + (uuid "5371ac4f-2f84-4d68-ba16-17f52bb6f49b") + ) + (pad "" smd roundrect + (at 0.65 -0.65) + (size 1.05 1.05) + (layers "F.Paste") + (roundrect_rratio 0.238095) + (uuid "8f1ba77b-dfe2-4db0-b4cb-b411bcec9118") + ) + (pad "" smd roundrect + (at 0.65 0.65) + (size 1.05 1.05) + (layers "F.Paste") + (roundrect_rratio 0.238095) + (uuid "f8535fdf-8d93-460e-923a-039168c46c4c") + ) + (pad "1" smd roundrect + (at -1.9375 -1.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "e8b48996-b094-4cc6-84c4-8d2d30bfd1eb") + ) + (pad "2" smd roundrect + (at -1.9375 -0.75) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "66e9905a-c252-41ea-ae49-c2e432f3bbfc") + ) + (pad "3" smd roundrect + (at -1.9375 -0.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 16 "/USB_DP") + (uuid "faf1d546-8de8-4679-aa14-fa83d3aefc5b") + ) + (pad "4" smd roundrect + (at -1.9375 0.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 15 "/USB_DM") + (uuid "5323e631-3b3a-46d3-a133-870d20f6613a") + ) + (pad "5" smd roundrect + (at -1.9375 0.75) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "661fdf6d-273b-4117-a0a2-adfdff2ec767") + ) + (pad "6" smd roundrect + (at -1.9375 1.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "7b651623-e0dc-4c92-b2cf-8a30ff56ac08") + ) + (pad "7" smd roundrect + (at -1.25 1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "75328e82-8b67-4f50-a7b0-f1420a6895fe") + ) + (pad "8" smd roundrect + (at -0.75 1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 7 "VBUS") + (uuid "5473dab7-94fe-48a0-9602-67b4cb0eefca") + ) + (pad "9" smd roundrect + (at -0.25 1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "f779cef8-1668-4fc4-af75-e99055479685") + ) + (pad "10" smd roundrect + (at 0.25 1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "f35ca07d-483e-4053-8dd6-5362dc7b0113") + ) + (pad "11" smd roundrect + (at 0.75 1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "0fe8f4bc-6335-42f4-a625-c43d8e1dd621") + ) + (pad "12" smd roundrect + (at 1.25 1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "04d5e174-ee2e-4ae4-9044-78f51f154575") + ) + (pad "13" smd roundrect + (at 1.9375 1.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "7de3af8d-65ea-4aa5-aa7d-210467481a9f") + ) + (pad "14" smd roundrect + (at 1.9375 0.75) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "eb5d2cfb-3811-4337-9cfd-40abdf21331e") + ) + (pad "15" smd roundrect + (at 1.9375 0.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "f0245ad2-fc15-4be8-8e7d-60701cfb275a") + ) + (pad "16" smd roundrect + (at 1.9375 -0.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(C3-Pad1)") + (uuid "c12e75f7-f49c-4435-9d1f-13373b7c2e9f") + ) + (pad "17" smd roundrect + (at 1.9375 -0.75) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "fcfeb337-9123-4d32-bd06-2040eca2fd69") + ) + (pad "18" smd roundrect + (at 1.9375 -1.25) + (size 0.825 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "992105f4-c8c4-43e7-a834-b78301246bbd") + ) + (pad "19" smd roundrect + (at 1.25 -1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "/USB_RTS") + (uuid "df591d4f-4a9c-4f91-be92-c755d67cf693") + ) + (pad "20" smd roundrect + (at 0.75 -1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 14 "/USB_RX") + (uuid "4ec3a8ae-2b16-4eaf-91e0-38e1ece36cd4") + ) + (pad "21" smd roundrect + (at 0.25 -1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 13 "/USB_TX") + (uuid "14c9aeb0-2381-45b2-abfe-7c6ec3fc909d") + ) + (pad "22" smd roundrect + (at -0.25 -1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "b46c9f77-ccc0-4235-8e77-2a2b61d90007") + ) + (pad "23" smd roundrect + (at -0.75 -1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 11 "/USB_DTR") + (uuid "4874e585-a28d-4cb1-9675-3ed54721df2e") + ) + (pad "24" smd roundrect + (at -1.25 -1.9375) + (size 0.25 0.825) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (uuid "e419fb21-1ac3-4b02-8756-f907892318a5") + ) + (pad "25" smd roundrect + (at 0 0) + (size 2.6 2.6) + (layers "F.Cu" "F.Mask") + (roundrect_rratio 0.096154) + (net 1 "GND") + (uuid "100894fe-15e5-490a-8c19-6c11f155ef1d") + ) + (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "RF_Module:ESP32-WROOM-32" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2a19d") + (at 134.366 70.358) + (descr "Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf") + (tags "Single 2.4 GHz Wi-Fi and Bluetooth combo chip") + (property "Reference" "U3" + (at -10.61 8.43 90) + (layer "F.SilkS") + (uuid "5d79a6eb-e457-4d3f-8d1f-1b1006af7cb9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "ESP32-WROOM-32" + (at 0 11.5 0) + (layer "F.Fab") + (uuid "0f710a9a-2643-4875-882b-7226cbd08849") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ffcc7f01-38c0-47ce-b785-346e68a5a6fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ef2801ed-cd51-4c8d-9aa6-4586d0228dc5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd31c5a1-cd4a-45de-9537-cb87f09559ea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da6edcb") + (attr smd) + (fp_line + (start -9.12 -15.865) + (end -9.12 -9.445) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a9da8ba-4d6b-426d-be43-3159752f71ec") + ) + (fp_line + (start -9.12 -15.865) + (end 9.12 -15.865) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21d207e3-4ce2-44ab-ac78-40997f3fe9ee") + ) + (fp_line + (start -9.12 -9.445) + (end -9.5 -9.445) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dfa30d43-592d-447d-8b66-ebc16442a542") + ) + (fp_line + (start -9.12 9.1) + (end -9.12 9.88) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44b3c322-ec81-49bb-aeee-904a5a6439fd") + ) + (fp_line + (start -9.12 9.88) + (end -8.12 9.88) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "919af163-f01b-423e-b538-21db5dc0c145") + ) + (fp_line + (start 9.12 -15.865) + (end 9.12 -9.445) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4c39e7a-4d46-4605-b970-53b095d3ddf9") + ) + (fp_line + (start 9.12 9.1) + (end 9.12 9.88) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c01c0328-59de-415e-984d-1e1e48d65716") + ) + (fp_line + (start 9.12 9.88) + (end 8.12 9.88) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58a37a59-b0a0-4e0f-927b-4c42d412b5fb") + ) + (fp_line + (start -14 -9.97) + (end -14 -20.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6e861b05-232e-4eb8-bbc8-ed8fe5e7c246") + ) + (fp_line + (start -12.525 -20.75) + (end -14 -19.66) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "772c1c10-4375-45cd-8c19-2c6aca8a2129") + ) + (fp_line + (start -10.525 -20.75) + (end -14 -18.045) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "495235bc-1520-4965-8534-6d5eeadadfb9") + ) + (fp_line + (start -8.525 -20.75) + (end -14 -16.43) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a4cc6def-75ea-43d2-a163-abf64c86259b") + ) + (fp_line + (start -8 -9.97) + (end 5.475 -20.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "e5147f3b-d5c9-425e-bcf0-6c8968afa83e") + ) + (fp_line + (start -6.525 -20.75) + (end -14 -14.815) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f2489675-7781-4d4b-9aad-b3ea5bd10870") + ) + (fp_line + (start -4.525 -20.75) + (end -14 -13.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "6e96c7de-d1d1-4568-8d35-643a270d088e") + ) + (fp_line + (start -2.525 -20.75) + (end -14 -11.585) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "95388b0f-883c-4742-9835-61c4e62f38e7") + ) + (fp_line + (start -0.525 -20.75) + (end -14 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "04f4cdc7-7c22-4f27-ab6b-ae3b3d0ae562") + ) + (fp_line + (start 1.475 -20.75) + (end -12 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "10b3c4cb-e028-499e-b413-2408ef5967b9") + ) + (fp_line + (start 3.475 -20.75) + (end -10 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "c4b76410-33b4-4661-97ab-464441f13fa3") + ) + (fp_line + (start 7.475 -20.75) + (end -6 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "52ae6109-46eb-46c2-9a24-951448ccc1f5") + ) + (fp_line + (start 9.475 -20.75) + (end -4 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "be7a6957-3ac2-4ad8-81b8-bf16e0f54e52") + ) + (fp_line + (start 11.475 -20.75) + (end -2 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7732d9f5-ec3f-4c5d-8db0-bb8a1661d00f") + ) + (fp_line + (start 13.475 -20.75) + (end 0 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "ebc51fe0-9a29-48b7-a0d3-f5acb55ad897") + ) + (fp_line + (start 14 -20.75) + (end -14 -20.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "fff7b689-f0b4-4331-820f-4e0ab6b6e06c") + ) + (fp_line + (start 14 -19.66) + (end 2 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0d47ae1e-c17e-488a-876a-a4fc08dd9196") + ) + (fp_line + (start 14 -18.045) + (end 4 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "a3d43b9d-2de8-4917-b176-a3496e9342ae") + ) + (fp_line + (start 14 -16.43) + (end 6 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "088e356d-582b-430d-86ff-a8405655b23d") + ) + (fp_line + (start 14 -14.815) + (end 8 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "828e4068-0bce-47b5-a312-59485c783eac") + ) + (fp_line + (start 14 -13.2) + (end 10 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "42ddad57-f516-44c6-bf0f-6b2542efff5b") + ) + (fp_line + (start 14 -11.585) + (end 12 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "2ee5c268-e899-47ed-8fda-e174958f743d") + ) + (fp_line + (start 14 -9.97) + (end -14 -9.97) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "40a6da59-a8e0-4613-9c76-e5ca98388601") + ) + (fp_line + (start 14 -9.97) + (end 14 -20.75) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "7b121535-7705-4034-8e08-999e3cfb9c66") + ) + (fp_line + (start -13.8 -13.875) + (end -13.6 -14.075) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "d092409b-dad6-4c17-ac42-26fa586fca92") + ) + (fp_line + (start -13.8 -13.875) + (end -13.6 -13.675) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "88ce8d0c-a568-4f68-9692-42591a837ab4") + ) + (fp_line + (start -13.8 -13.875) + (end -9.2 -13.875) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "1e657e57-dfa1-430c-95ce-930d51478d6a") + ) + (fp_line + (start -9.2 -13.875) + (end -9.4 -14.075) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "e70e2c05-2569-4992-8a2c-d77b5ccf13b6") + ) + (fp_line + (start -9.2 -13.875) + (end -9.4 -13.675) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "884c8864-2ca3-4f87-b248-0495f2ac1e0f") + ) + (fp_line + (start 8.4 -20.6) + (end 8.2 -20.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "ef75925d-0ec0-4207-841b-8435b014f62b") + ) + (fp_line + (start 8.4 -20.6) + (end 8.6 -20.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "49a9e350-2d59-4ee0-bd08-722bc7639edb") + ) + (fp_line + (start 8.4 -16) + (end 8.2 -16.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "48d6e362-3bfc-4655-9553-81878b3ffd31") + ) + (fp_line + (start 8.4 -16) + (end 8.4 -20.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "991d54c0-6927-403f-abc0-6dbebff85777") + ) + (fp_line + (start 8.4 -16) + (end 8.6 -16.2) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "abd0cf5f-c5c5-46c7-ad49-08915d80e054") + ) + (fp_line + (start 9.2 -13.875) + (end 9.4 -14.075) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "ca62edf9-2da5-4798-b9f5-3cceda6e249d") + ) + (fp_line + (start 9.2 -13.875) + (end 9.4 -13.675) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "71382a8e-975d-4aaf-9b85-b997815d1d75") + ) + (fp_line + (start 9.2 -13.875) + (end 13.8 -13.875) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "6382cd7a-9ad7-43e0-bc69-0c9ee361ef5b") + ) + (fp_line + (start 13.8 -13.875) + (end 13.6 -14.075) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "903ddc8c-2da9-4754-af0e-41dd1b84f7c8") + ) + (fp_line + (start 13.8 -13.875) + (end 13.6 -13.675) + (stroke + (width 0.1) + (type solid) + ) + (layer "Cmts.User") + (uuid "6c1e8b1c-cf7f-453d-a9f5-29492487afb0") + ) + (fp_line + (start -14.25 -21) + (end -14.25 -9.72) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "29b7612d-b196-449f-b671-f9d6c0633c67") + ) + (fp_line + (start -14.25 -21) + (end 14.25 -21) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "afe398b7-f602-4616-9422-9f345400b6f5") + ) + (fp_line + (start -14.25 -9.72) + (end -9.75 -9.72) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fb0fcc7d-b23f-4a83-b7f1-11e6da08331a") + ) + (fp_line + (start -9.75 10.5) + (end -9.75 -9.72) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ef79da3-653b-43c6-a780-b7592a3bcf4f") + ) + (fp_line + (start -9.75 10.5) + (end 9.75 10.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "20224787-f607-4160-8133-90e651e04d23") + ) + (fp_line + (start 9.75 -9.72) + (end 9.75 10.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ac5cdf8b-3faa-4d7d-9282-b3b44090eef0") + ) + (fp_line + (start 9.75 -9.72) + (end 14.25 -9.72) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bdfd7974-11f5-4603-9fda-6388068a76e3") + ) + (fp_line + (start 14.25 -21) + (end 14.25 -9.72) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c0844ec-26c5-4c07-8c84-1b844722110e") + ) + (fp_line + (start -9 -15.745) + (end -9 -10.02) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8626ecb3-af3f-4e88-90db-eaa256360a19") + ) + (fp_line + (start -9 -15.745) + (end 9 -15.745) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77813140-06ad-4dd6-a34e-36c82b35d6aa") + ) + (fp_line + (start -9 -9.02) + (end -9 9.76) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "081102d9-579a-4c78-b18a-ba8b507f8f4a") + ) + (fp_line + (start -9 -9.02) + (end -8.5 -9.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c1d4ae6-3aef-4280-94db-bf768be00c7c") + ) + (fp_line + (start -9 9.76) + (end 9 9.76) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71ba124b-485e-4760-90a4-5f7929414801") + ) + (fp_line + (start -8.5 -9.52) + (end -9 -10.02) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a95df68f-c0c4-4281-86ce-77533ce88dba") + ) + (fp_line + (start 9 9.76) + (end 9 -15.745) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b1803e4-e1a1-4fb5-8ef3-b7af0b178d4f") + ) + (fp_text user "5 mm" + (at 7.8 -19.075 90) + (layer "Cmts.User") + (uuid "0da049be-0bd7-4878-a706-edbdd71b563a") + (effects + (font + (size 0.5 0.5) + (thickness 0.1) + ) + ) + ) + (fp_text user "KEEP-OUT ZONE" + (at 0 -19 0) + (layer "Cmts.User") + (uuid "4cdb9dfe-cd6d-4d24-b69d-e53e4d966672") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "5 mm" + (at -11.2 -14.375 0) + (layer "Cmts.User") + (uuid "750fd8cd-f670-4485-8fa0-bec5b20cf4c5") + (effects + (font + (size 0.5 0.5) + (thickness 0.1) + ) + ) + ) + (fp_text user "Antenna" + (at 0 -13 0) + (layer "Cmts.User") + (uuid "8496216e-2ec0-42b6-be1f-b542c1b4245f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "5 mm" + (at 11.8 -14.375 0) + (layer "Cmts.User") + (uuid "c3fd4488-1ee1-4896-a105-96b73b14f53f") + (effects + (font + (size 0.5 0.5) + (thickness 0.1) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "5402d98c-c417-40e6-a772-04681f0ba62d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -8.5 -8.255) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "fd34927f-9b7f-4ab8-ba8e-5c98918f1e45") + ) + (pad "2" smd rect + (at -8.5 -6.985) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 2 "+3V3") + (uuid "eb7bda84-d6e9-47a4-8bfc-5ba3b6f744cb") + ) + (pad "3" smd rect + (at -8.5 -5.715) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 5 "/EN") + (uuid "0b912c37-e5ab-41bc-ab7f-df9db15afed7") + ) + (pad "4" smd rect + (at -8.5 -4.445) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 33 "/PIR_A") + (uuid "b68d786a-f378-41b9-a408-b1a2d55ea616") + ) + (pad "5" smd rect + (at -8.5 -3.175) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "2388511a-1584-4d3f-94ec-d056e0b78a63") + ) + (pad "6" smd rect + (at -8.5 -1.905) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "78c4e1ed-3ba1-4a1a-a546-f1ba049e3f1e") + ) + (pad "7" smd rect + (at -8.5 -0.635) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "0c4ac707-a222-48cf-9bb0-1b72ca79d73a") + ) + (pad "8" smd rect + (at -8.5 0.635) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "9bde65c7-ec64-44eb-a64d-c531714adff4") + ) + (pad "9" smd rect + (at -8.5 1.905) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "1b705296-a5f0-4ef1-809e-4ccc08e80f4d") + ) + (pad "10" smd rect + (at -8.5 3.175) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 34 "/CH_1") + (uuid "d9b00f75-fc8c-4a42-a52c-06b7e2b27f00") + ) + (pad "11" smd rect + (at -8.5 4.445) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 38 "/CH_2") + (uuid "092c39f8-5f7d-45a2-9bbb-bfdffd1bf267") + ) + (pad "12" smd rect + (at -8.5 5.715) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 35 "/CH_3") + (uuid "46c6c458-9d02-4e7f-98c3-6b08dd640c34") + ) + (pad "13" smd rect + (at -8.5 6.985) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 39 "/CH_4") + (uuid "11557bea-9225-4538-a26b-09daab7c55f6") + ) + (pad "14" smd rect + (at -8.5 8.255) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "acb7ba9f-954c-4683-b953-dcb45345ba4c") + ) + (pad "15" smd rect + (at -5.715 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "6358d3e5-6ed2-4de5-8126-51c262882f4c") + ) + (pad "16" smd rect + (at -4.445 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 36 "/CH_5") + (uuid "45c84045-91e0-4bae-a107-ecc40b376221") + ) + (pad "17" smd rect + (at -3.175 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "1b343547-51e5-4732-bb00-b1b076ebac03") + ) + (pad "18" smd rect + (at -1.905 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "3bb157ae-d746-4df2-b198-ff04f4d683d8") + ) + (pad "19" smd rect + (at -0.635 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "2a870e1a-f23c-4c22-b066-ce4217b2d5ec") + ) + (pad "20" smd rect + (at 0.635 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "692466e1-c685-47f9-b250-4360015c2582") + ) + (pad "21" smd rect + (at 1.905 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "4d44cac6-8849-4389-a600-377e7182fb1b") + ) + (pad "22" smd rect + (at 3.175 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "c4a8464f-2025-490e-8f85-cce64d6ebf4c") + ) + (pad "23" smd rect + (at 4.445 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "088a17de-8940-4a15-8822-298339d88feb") + ) + (pad "24" smd rect + (at 5.715 9.255 90) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 40 "/CH_6") + (uuid "084e12c5-424a-4976-8f36-ebb4957ae28e") + ) + (pad "25" smd rect + (at 8.5 8.255) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 10 "/IO0") + (uuid "cad17683-0e2a-4932-b290-0dfb4efa97f4") + ) + (pad "26" smd rect + (at 8.5 6.985) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 37 "/CH_7") + (uuid "c407d552-e1b6-4d85-9ea5-537eecd07e78") + ) + (pad "27" smd rect + (at 8.5 5.715) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 41 "/CH_8") + (uuid "2bb3a8dc-d6ce-47c1-b224-13c476d011cf") + ) + (pad "28" smd rect + (at 8.5 4.445) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 50 "/DHT_IO") + (uuid "2f967e30-913b-48b9-b868-51cd67b96ca2") + ) + (pad "29" smd rect + (at 8.5 3.175) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "115ea163-91ec-4c5b-a4c4-59addbdbcdb9") + ) + (pad "30" smd rect + (at 8.5 1.905) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "683f6efc-4eaa-48b9-ba33-579b87e348c9") + ) + (pad "31" smd rect + (at 8.5 0.635) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 49 "/LED4") + (uuid "cf737384-e620-4527-bb74-df89b9cae17b") + ) + (pad "32" smd rect + (at 8.5 -0.635) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "9963f648-efae-45b2-92a7-9f618a6833b8") + ) + (pad "33" smd rect + (at 8.5 -1.905) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 48 "/LED3") + (uuid "dbb3be94-860f-42b3-846e-444fd2d2f791") + ) + (pad "34" smd rect + (at 8.5 -3.175) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 13 "/USB_TX") + (uuid "71d623eb-4990-4243-a477-9b1bfa150dea") + ) + (pad "35" smd rect + (at 8.5 -4.445) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 14 "/USB_RX") + (uuid "80a6c19d-b24b-4eda-b53d-150237587b82") + ) + (pad "36" smd rect + (at 8.5 -5.715) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 47 "/LED2") + (uuid "51684029-7c65-427e-aa2f-e1562338b795") + ) + (pad "37" smd rect + (at 8.5 -6.985) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 46 "/LED1") + (uuid "cea94c0e-e041-4f30-b120-136b15286c27") + ) + (pad "38" smd rect + (at 8.5 -8.255) + (size 2 0.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "517de1d5-ecb7-4154-bee7-d3dc96e7b417") + ) + (pad "39" smd rect + (at -1 -0.755) + (size 5 5) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "8694e4b6-627e-4beb-af18-ca16f0da9404") + ) + (model "${KISYS3DMOD}/RF_Module.3dshapes/ESP32-WROOM-32.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b05d") + (at 118.8 88.884 -90) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D3" + (at -3.302 0 90) + (layer "F.SilkS") + (uuid "042356aa-b2b9-4c04-8fe3-b4fc5a15eee8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 90) + (layer "F.Fab") + (uuid "971624ad-5446-4456-80b5-df00919b97de") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3db4efce-1bce-40c3-a6a0-0850d6746ab7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f70b5c8-e858-47b8-b843-cc4ea6f4cc46") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1055a927-6620-4c9d-ad15-c37279f5862f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005daea638") + (attr smd) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47c6ee2e-8914-4559-9225-fb5c18305160") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a0ff0a50-78ec-49c9-802a-606a5da7c1f4") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b8530f6-8a47-485c-bf24-e3bc005494cc") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a0506e62-02f3-49ef-8473-e69990b8d28d") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4d58e1da-33db-47cd-a59e-bd83a9509dca") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4df999ad-d744-4b13-b4d0-cab73fee2b48") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb7d7029-3e12-4103-af26-8afcd5f779a3") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5ab76d2-a841-4bf6-97ef-acf8ace8ad26") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b62b7e59-50a5-48db-a479-cea9a203fb85") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d04922f-4ab5-4960-b8af-cc1c5d36b5b7") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "afa159f3-d74c-4a30-8b4d-daca4d32ed2b") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25b5e95c-50f3-402d-b07c-0d977fbe31db") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a209d942-ba1b-4725-8afc-e2686cf548c1") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9b92a01d-867c-45c4-b859-cb7233570c74") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8822124e-af8e-4c32-8258-92885a4871ca") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ed4ae966-d94d-4aa7-bae4-e02714107068") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b551f198-f0c0-460e-a04c-facdc9439dae") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e42eba8a-64ef-4732-abc9-c7616b59d6a1") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 90) + (layer "F.Fab") + (uuid "07faae5c-3bec-45b7-9786-ff6b1b3716ff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "9696ffb2-d9ab-4adb-b6e1-14a75a589b86") + ) + (pad "2" smd rect + (at 1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 17 "Net-(D3-Pad2)") + (uuid "9c8b227b-78a9-400c-9e18-c5824b1435d3") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_USB:USB_Micro-B_Molex-105017-0001" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b12e") + (at 105.41 66.04 -90) + (descr "http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf") + (tags "Micro-USB SMD Typ-B") + (property "Reference" "J2" + (at 0 -3.1125 90) + (layer "F.SilkS") + (uuid "03d96797-dfe7-409e-b751-c821c9483a62") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "USB_B_Micro" + (at 0.3 4.3375 90) + (layer "F.Fab") + (uuid "a6223a00-820b-40e9-9963-a6cab1c72abe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4d9337ff-617a-4199-b025-05ea9358b2b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e97d5de2-422b-4e68-8bfa-34ab1c205178") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "17455236-b789-46c8-b59b-b69808bce8d2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da7925b") + (attr smd) + (fp_line + (start -3.9 2.6375) + (end -3.9 2.3875) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "175a29db-bb3e-4656-be1e-0c8f53ca09eb") + ) + (fp_line + (start 3.9 2.6375) + (end 3.9 2.3875) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "58b7d20d-63e6-4fcb-bde8-51f4a35e7489") + ) + (fp_line + (start -3.9 0.0875) + (end -3.9 -1.7625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9d4f5fb7-3266-4f4d-857b-d8716c4d362f") + ) + (fp_line + (start 3.9 0.0875) + (end 3.9 -1.7625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fa3c3e25-e432-4515-b8ec-0075f51fc79a") + ) + (fp_line + (start -3.9 -1.7625) + (end -3.45 -1.7625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a4fe292-cc66-4719-9c13-d6439f2492d8") + ) + (fp_line + (start 3.9 -1.7625) + (end 3.45 -1.7625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "857280e1-b74a-4f22-8f14-9cc3f1d09fa4") + ) + (fp_line + (start -1.7 -2.3125) + (end -1.7 -1.8625) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ce71203d-28ea-4295-8f77-64785a66ac77") + ) + (fp_line + (start -1.7 -2.3125) + (end -1.25 -2.3125) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db298059-825d-41d5-8d81-e59b0a065495") + ) + (fp_line + (start -4.4 3.64) + (end 4.4 3.64) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5d3d2723-f570-4248-8ab9-f5ccba7a61ca") + ) + (fp_line + (start -4.4 3.64) + (end -4.4 -2.46) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4104f931-169f-4029-83df-ea2b1338801e") + ) + (fp_line + (start -4.4 -2.46) + (end 4.4 -2.46) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b0611b6f-97c1-4d59-bd7e-dc9de8985a06") + ) + (fp_line + (start 4.4 -2.46) + (end 4.4 3.64) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4bbfca5f-2eb7-417b-9955-8f0827411048") + ) + (fp_line + (start -3.75 3.389204) + (end 3.75 3.389204) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1ac07eb-60aa-4d50-8f12-cac8254ed9c7") + ) + (fp_line + (start -3.75 3.3875) + (end -3.75 -1.6125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d86a2330-82cc-4f16-9e50-feddb4609343") + ) + (fp_line + (start 3.75 3.3875) + (end 3.75 -1.6125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c50eed9b-e3ae-4ca9-80f4-807fa2ee1a13") + ) + (fp_line + (start -3 2.689204) + (end 3 2.689204) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "121ed246-d582-43e0-9c8a-2358e9267a44") + ) + (fp_line + (start -3.75 -1.6125) + (end 3.75 -1.6125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee57ffce-d16a-4e9b-9c61-e5eba96bd0b1") + ) + (fp_line + (start -1.3 -1.7125) + (end -1.5 -1.9125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b6ac477c-4443-478a-a7c6-559137377bf6") + ) + (fp_line + (start -1.1 -1.9125) + (end -1.3 -1.7125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "14a69828-882f-4b34-9b66-8845b81ce709") + ) + (fp_line + (start -1.5 -2.1225) + (end -1.5 -1.9125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dbe511d2-c523-4891-a04d-e1f1a2edabc0") + ) + (fp_line + (start -1.5 -2.1225) + (end -1.1 -2.1225) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "248ab111-f9eb-4ad5-b752-cfb2ce2cb71d") + ) + (fp_line + (start -1.1 -2.1225) + (end -1.1 -1.9125) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f52e65e8-ba00-4458-95aa-c3555ec42833") + ) + (fp_text user "PCB Edge" + (at 0 2.6875 90) + (layer "Dwgs.User") + (uuid "ada70ede-5047-4bd9-966c-51a8b3da9d25") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 0.8875 90) + (layer "F.Fab") + (uuid "23534bdc-908e-4789-9e63-f85b32ce2edc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.3 -1.4625 270) + (size 0.4 1.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 7 "VBUS") + (uuid "31b82052-cd60-432c-930b-761173d2ef91") + ) + (pad "2" smd rect + (at -0.65 -1.4625 270) + (size 0.4 1.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 15 "/USB_DM") + (uuid "632291fb-2e21-403a-90cd-b675798aa7df") + ) + (pad "3" smd rect + (at 0 -1.4625 270) + (size 0.4 1.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 16 "/USB_DP") + (uuid "e73ffec2-b3ad-4b63-94bb-332da2fbae01") + ) + (pad "4" smd rect + (at 0.65 -1.4625 270) + (size 0.4 1.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (uuid "9a85af42-d694-490d-ad7a-04df08715b6a") + ) + (pad "5" smd rect + (at 1.3 -1.4625 270) + (size 0.4 1.35) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "5b4c55f2-2955-44cd-843b-7b94358e346b") + ) + (pad "6" thru_hole oval + (at -3.5 1.2375 90) + (size 1.2 1.9) + (drill oval 0.6 1.3) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "51aaf277-8260-4ce6-a395-2f427b610596") + ) + (pad "6" smd rect + (at -2.9 1.2375 270) + (size 1.2 1.9) + (layers "F.Cu" "F.Mask") + (net 1 "GND") + (uuid "5a4eda66-c018-4486-98eb-5fc8156cf3fb") + ) + (pad "6" thru_hole circle + (at -2.5 -1.4625 270) + (size 1.45 1.45) + (drill 0.85) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "1cc95959-4361-4c02-a54a-d58cfde41675") + ) + (pad "6" smd rect + (at -1 1.2375 270) + (size 1.5 1.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "0d2ddb61-68de-431f-8eac-d711386083ba") + ) + (pad "6" smd rect + (at 1 1.2375 270) + (size 1.5 1.9) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "a17abe8d-1ba6-455a-9568-f3e3c34d9e26") + ) + (pad "6" thru_hole circle + (at 2.5 -1.4625 270) + (size 1.45 1.45) + (drill 0.85) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "4f587159-2d7b-4b04-9a00-44acb99e9187") + ) + (pad "6" smd rect + (at 2.9 1.2375 270) + (size 1.2 1.9) + (layers "F.Cu" "F.Mask") + (net 1 "GND") + (uuid "8da4af2e-2537-434f-9538-4df82226760b") + ) + (pad "6" thru_hole oval + (at 3.5 1.2375 270) + (size 1.2 1.9) + (drill oval 0.6 1.3) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "e7eeb0c5-f10d-4158-b54e-8f9bf0743135") + ) + (model "${KISYS3DMOD}/Connector_USB.3dshapes/USB_Micro-B_Molex-105017-0001.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b1e1") + (at 122.682 86.614 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R4" + (at 1.778 -0.508 90) + (layer "F.SilkS") + (uuid "516b74ca-85e4-4860-93b7-e849178ec99d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "5c3d6f13-c4b7-4c7d-b2b7-8c897651d5e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b8145a24-ec04-48af-b428-e5d9598e9cbe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "058e05a0-9bc1-4752-95a6-3ece9855f167") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71e0558b-6caf-40ed-86e2-500c3ba5d47e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dae0fd2") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "175ceb31-d6ba-431d-aaf4-bf855a2062d5") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dc8cb6a4-3ff0-44e9-80d1-85339be474fc") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ab02123-65a9-453a-a46b-c95c975300ac") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80bb938d-07b3-48e2-ae6f-8d889b1ac179") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e226eccf-87f7-482d-8845-edb134276db8") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dae1b0dc-4422-433f-b1f5-21de0c830279") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "799c2a45-78bb-4d6a-b96d-dffd94cfa4f7") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a8586353-671c-46b5-b6f7-a5b9ec86b5e3") + ) + (fp_text user "${REFERENCE}" + (at 0 0.068 90) + (layer "F.Fab") + (uuid "b28ce4db-fec8-44b5-bf41-d749f70bb3b3") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 25 "Net-(Q3-Pad1)") + (uuid "0befc909-e198-4df7-bfad-13d0f11a534a") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 34 "/CH_1") + (uuid "a3be2cf3-0d03-46bd-944c-1bfaf8d933bc") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b1f0") + (at 134.2 88.2) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R5" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "19e86dda-5831-433d-befa-d003c1958d76") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "17dc464a-60fe-4b17-9127-1cc110892b51") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "818abeef-d056-46e3-a3da-c0d241fb907b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e985a8a6-42b7-4d5d-a1bd-7fb4aa63caf0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d7f7dc15-6882-412c-a391-633fe66965bd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db06b0c") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "db0bdedb-ad05-4942-9ec0-9e3e4f7ad56e") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "676dc51f-5955-4105-93fa-0cf1b2ba3342") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3d76b010-57f6-47ba-8619-c357918ecf6c") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53350021-8190-412b-9c41-20e4d0965ac6") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53ace2e3-17f8-4eb6-b7b1-833ad3675d41") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5d28283-9052-4929-9fc0-3f9591d6f129") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2f0777f-6a7e-429b-aa29-56dd639639d9") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4bcc18a1-0450-4699-b846-189dc6994fe3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "1e8807ee-91e7-48c7-9215-e50a8ea4293a") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 26 "Net-(Q4-Pad1)") + (uuid "17bfbd4a-e146-4483-ab77-f998c2739449") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 35 "/CH_3") + (uuid "29208010-4185-4f97-ac1d-56bcfa2374d7") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b1ff") + (at 145.3 84.9 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R6" + (at 1.995 0.194 0) + (layer "F.SilkS") + (uuid "a38af091-9130-421e-b9df-9da4aa1d51b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "0467fa93-38e4-443f-af12-0bcb0d7d29e0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49572109-7ed9-4956-9cab-04cecd6d139a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cce7815e-2bd1-4b37-bf15-f912c29a00c1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac88793c-9df1-47b0-b53d-adaa70c47047") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b006") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c991ee4e-38e5-4d21-96f7-616a2c5c19fb") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "60a9598d-c0b7-4ee2-ade7-b55f1c2fd3f5") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e574bd94-f098-437c-a670-508eecc8c698") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ac7ecd8c-e137-4d41-b4c0-76261dda2728") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8dc09b8-6cfb-4e0e-843f-b3978e712c1c") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cf6becf5-332a-487b-a56a-f325e7fafc71") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ce1f744-1334-419b-a4f6-6be7c4939de0") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7ad72226-1506-4153-8eee-bf6eb3def8b3") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "7afc1d38-fb37-43cd-ba75-fde6ad4eed9c") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 27 "Net-(Q5-Pad1)") + (uuid "dd306a86-cd24-4b9d-9965-d64358e92516") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 36 "/CH_5") + (uuid "4daf1653-01de-4474-ab31-13d0b1d3fb7c") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b20e") + (at 147.4 77.115 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R7" + (at 1.423 -1.096 90) + (layer "F.SilkS") + (uuid "16ff252a-db71-4c01-a463-deec7da5e8be") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "613ce2a7-f48a-493d-88ef-c52fb6e9c05b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "070c55c0-fc18-4eb7-aafd-b877fe0a3868") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4e8c662e-dc1f-404d-a6b6-fbeeda07572b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "adcbb763-9011-43b7-82e1-73ce8ef9e063") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b068") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0c2a8f8c-6d92-461e-a108-44913a82c031") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2b57716e-5416-41fe-9fdf-4d6519041cf1") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3de38741-9b8d-4ca4-b453-0060cd336675") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "87f4267b-83bd-40fa-9992-88f047e79eca") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "05df22e5-f5b3-4a22-855e-c0ec57c13225") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5d6020a-ad66-4d13-bf2b-0e0685d5d900") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "27e733de-eedc-4a69-a6bf-0f2ae6779509") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "687785bf-036c-4c3f-bda3-6f9d8ab3d82a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 180) + (layer "F.Fab") + (uuid "b4a1f5f0-f5ab-4a88-a79a-64713fc4d02b") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 28 "Net-(Q6-Pad1)") + (uuid "44de2e64-d3c6-47df-b485-098775a6ac18") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 37 "/CH_7") + (uuid "ca314970-099e-4977-a5b7-57f61d6c4252") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b21d") + (at 129.286 88.265 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R8" + (at -0.7 -1.3 90) + (layer "F.SilkS") + (uuid "f333f6a1-d03b-432e-9b02-1bce8368197f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "cae15fa4-bc9b-4f59-a6f0-c09d9ed82f38") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1ba96d46-1b5c-45c5-b7f2-c74a017b27f9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e4ac90c-1411-4889-bfe5-0e6b724345da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e630324-47b0-4430-8362-3259811e0f53") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db04295") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "981bc47b-430b-4935-a7b9-ff3181a18c93") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7b90508a-4991-4582-b65f-fdf488185d8a") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6a34217-f117-49d4-b736-551b5648639f") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "85f36330-145a-4cf4-a52b-718e4aaab6a9") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a7adc823-254e-484d-ae16-bc4f51082998") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a6241388-7416-4339-8f03-6a5fee622cc8") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "271995fe-aae9-4df5-b821-ca43b52f94b0") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d10ede36-5d29-415b-8cb5-83683892aa52") + ) + (fp_text user "${REFERENCE}" + (at 0 0.348 0) + (layer "F.Fab") + (uuid "19034298-e90b-4410-8f76-e4bc1cafbcc2") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 29 "Net-(Q7-Pad1)") + (uuid "927ac9c3-e194-4731-97c5-190920a21475") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 38 "/CH_2") + (uuid "a9e44280-dec2-4562-b5dc-13356415d1d9") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b22c") + (at 141.138 86.852) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R9" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "ff6b4a7e-48a4-4dcf-ae53-43ad2e555fe9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "3b90395f-6747-4cbc-aec8-9a4b42a3d260") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c7440bc-a5f3-4fcb-b6d9-42803cebae4d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "522a0b26-5e69-473e-bc6b-278b581999a8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b35a32d-6c47-4e5b-9f23-c92f94be6af8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db06b55") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9ccbbf6c-a96d-4610-ac12-fa8e546addc8") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d2dcefe5-bc3a-4af8-aa81-5574d06576e0") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf8a3309-caac-4b81-9493-5c4b9a515377") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "44a08436-2abf-4d28-9064-76a1c00a7170") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2de9268a-5d3e-4590-9345-16db7e32374d") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "faf3df92-001d-4d56-8744-8245c699ff72") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54b339d3-5363-4d3c-97b2-ef987f2b5cb0") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a8f10ce7-8da0-4f70-aa2d-e219937ddcd4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "8e5eb098-795b-4431-9001-fd3bd97ae807") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 30 "Net-(Q8-Pad1)") + (uuid "c5953b89-6b4a-41d2-bc60-b21f9ca67f5e") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 39 "/CH_4") + (uuid "6ad109f9-7687-4649-a672-bb6f4613f33d") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2b24a") + (at 147.32 70.9 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R11" + (at -0.415 1.27 90) + (layer "F.SilkS") + (uuid "506d1fbe-888b-4bbc-a2c6-f12996d59828") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "975e3e97-6d1e-446d-9d6b-ad58b6c579e8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b99ea3a5-a6b0-4de7-9394-c8fec2086b82") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "978e7039-a9d2-473b-9f14-432e2b9c3121") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a319b3d3-7b0f-4a93-ac54-8cd5be13e4cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b099") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9e4ed62b-c3e0-4dfb-98d0-e650190e824f") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "09598a04-48f0-4162-b937-f3d637e5663c") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7ea69797-abe8-42f9-9f37-200b189ce820") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a046f764-45dc-4841-a9f1-681980c7eff1") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0b955287-f533-4b37-ba97-9104b71bdf6b") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92dae705-79a3-472a-9bda-9899838b19ad") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5455a95a-3d58-4e53-8ee2-af5168bace79") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c66524b-b3fb-4690-8d2f-6d5f579a1a82") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "44046a4b-c9d7-4943-be8a-3ce8e691e3b3") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 32 "Net-(Q10-Pad1)") + (uuid "995c4b83-388a-4849-9f68-cc017906f330") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 41 "/CH_8") + (uuid "a2a242cd-ca24-4cbe-a2cc-b8c7323e7133") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2c409") + (at 109 73.4 -90) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J1" + (at 6.294 -2.54 90) + (layer "F.SilkS") + (uuid "f6f7d695-3e6a-463d-a15b-9b2966f506c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 90) + (layer "F.Fab") + (uuid "447aeaee-f637-4115-a420-5ff7428d6e5a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "919727d0-350e-4de3-821c-390b11b989e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e698c898-27b4-4a7b-adc2-fcddaa514a05") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f10f4b7f-fa08-4f38-871c-e892dd386f45") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da7dc09") + (attr through_hole) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1de2fb58-6a38-4f30-9d04-cc3640bb1413") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fc9a0e2-b808-49a9-92bc-e84b95a4ad20") + ) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a239bc94-ae5d-4785-b849-57f8fa3498c7") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "feb20e91-a7f3-489f-aa83-0e00bee0bc2a") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2aaa180d-f7f4-4173-9c90-4f2e8f865071") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f518a6ee-6392-43eb-9b7d-6e86cbd4fe5e") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b23edd3b-97ce-45e9-9c29-02f5ec88a4a2") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3e0fd8c-9fb0-4825-9bc4-4131981b2941") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d31954a-d401-4c2a-9c09-ad5d72d6ad45") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "71af7a8a-c6d0-46bc-ab1b-fe4e7333bd77") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e6211383-f5d0-4217-ba86-7c87828c1d34") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be4a6c30-57e6-4eaa-8997-f70f0ccfc80f") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f80263d-931c-4c93-a1d2-f6f3d8e095e0") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cd0211dd-cfa4-47e6-a1a2-5baf1bd6802d") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7653776a-0ce4-4ca9-8853-7b59d76ebb0d") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d281a06-dc39-430f-a9de-1913f6277a08") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4ece8ff1-e220-4883-84a6-4f489e97a028") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "942f3566-b339-46a7-b367-52f68f89f7ab") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "af41b75c-bd4c-47b1-bcf6-08b37c837e17") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c20f18d-5faf-495a-9f11-35eb3a4badfd") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "99b03cde-3352-44f5-9d47-61b8717f0d1b") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "97d2c422-32cd-42fd-9712-b1254e1fe526") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e14b1731-c9c4-43ce-bf6d-d10f89cd71fd") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc6b7f40-2b53-49b8-8d83-a2c869dfd515") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59509b20-06b4-423b-afcd-3c6873b12199") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "286e4869-e3f6-417e-b6c7-de8b6181dc24") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aed9ca71-30cd-4305-aac4-023af5d212c8") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ecb02c14-3afa-44c8-8596-1e0334f6c34e") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad702208-18c6-40a0-a12e-4aefaae630ae") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e17e658a-844c-4e4a-ab2a-ce579aefae0b") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8f4d7693-7030-4b30-a407-af13f6b3be80") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "11dac2ee-bb4a-4dcf-bcd2-5559febfc674") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ec487501-f124-461a-b787-6d13b5b272d4") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "81ec944d-5a6b-4a04-8a52-e8a02e2d36ab") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "b3876434-643e-4842-b33a-72d34914749b") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 90) + (layer "F.Fab") + (uuid "715e510a-70b4-4fb4-8f75-58d8b2586a7b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "9ed69686-66d0-427c-9d1f-bc7a5e603e9f") + ) + (pad "2" thru_hole circle + (at 3.5 0 270) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "4626dad9-0097-4018-9b9c-7aa96342652d") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2c483") + (at 116.7 96) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J3" + (at 3.294 -3.834 0) + (layer "F.SilkS") + (uuid "ed65cd05-a315-423b-8f5f-a16a753d5983") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 0) + (layer "F.Fab") + (uuid "885cb45d-c60f-4bb6-9d9b-8630f8e3c001") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0eced1fa-e617-4580-ad14-ee8dcd45ba22") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4cfe7eee-0823-48e7-b50b-85b5eb69a895") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0e1c5477-834a-4496-8f37-2eb215979ac3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dae44ca") + (attr through_hole) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44f8958e-5bf0-4d2e-990a-2ff0c1e7dacd") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7cfe3095-1b18-4b12-94fe-fbfc50bacf57") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a51202a2-1825-455d-b62d-2b321dc18651") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60803b63-6638-4dac-9e90-ee5448fdffdf") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1c35867-f0ac-47b1-9106-96b4cda0bd09") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8adbae5f-bfc0-4224-8a1a-6d393ebfc9a4") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3639839-ba03-4bd5-834a-1bc53d95513b") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1dfc6bd8-ab4e-4027-8888-cce4cb88eda1") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab0c29ad-863f-4101-bcb1-68f0e9be9e78") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9709a303-8dee-4faa-b572-1e6fd0365b26") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7d17b97-7df8-4939-b3ff-077dab43c0a7") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21c09fb3-b69e-4c2a-84d2-4f7271ea2e80") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b4e957ad-75a8-49f6-800e-109d534c6940") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "37340285-46f9-40e4-abd0-5b2e0b3e8736") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b7a9ab2-a0e1-4acc-b18c-81f179bd35a1") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89c9bd49-8044-4ff0-ab5e-e1d499cfc2ec") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d2fe5a2d-fbf5-4ed8-9096-e6abfca714d3") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "cfa0b2aa-e6a4-477a-b2c8-079b710dff3c") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f50e747-f394-43b2-8d44-63cadccab756") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d62c3ef8-8190-4f2b-82c6-f9c7ef454597") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "70e4d6bb-c04a-44f4-b67d-10287a989b98") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bd3f8230-fefd-4d87-835c-653d4a1c77d1") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "424aaa6f-157f-4353-93d1-59a69698a69a") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5dc83ce5-fc12-4eb1-80a8-cd23fdbab738") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3259a01d-b67c-4296-b85b-8361c556b091") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f526c44-730f-46f3-85a7-cda11ae1cdb4") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87636f03-b129-4cd1-8ee4-bdd5dd0713a8") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1d149569-ecc3-4a92-a765-6dd1b8ae3977") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "00835066-5afc-4ae6-a491-1142901217ad") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cf42293e-7228-4a0b-a464-e9b08bd61394") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46d34146-b0ab-4e71-9343-eaedc00b1926") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "170a6092-7535-4cbc-8eb5-f8218a53aad9") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8be511bd-6799-40eb-a682-33987bfdd23f") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "bd4e41c1-d541-407c-8bd9-92823daf2289") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "72fc7727-4c9f-42c7-a9dd-a43c56b12170") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 0) + (layer "F.Fab") + (uuid "0e87b6c3-1dee-4128-ab6d-bf4f5d8e5850") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "e2840e2e-fbca-43a0-81a0-543c30a3f4c0") + ) + (pad "2" thru_hole circle + (at 3.5 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "Net-(D3-Pad2)") + (uuid "9ccd6f21-6915-40c7-a32d-29a90b211bcb") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2d031") + (at 121.666 62.738 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C7" + (at 1.016 -1.524 180) + (layer "F.SilkS") + (uuid "e7b38e90-5aca-435b-aee2-11e00bc332dd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10uF" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "21ac2cbb-89eb-4a91-a4be-15daabe80ad7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a5246688-349e-47b0-9dda-86278a3d88af") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "653277dd-b951-4d92-b435-e4f7b77ac696") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "749531f6-a34b-46d5-942b-e5b0978253d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dac014a") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "77acb831-a3bb-467f-97ea-5451d6200b26") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0a1ac030-d7b2-4be7-a3e7-c28f7da70c29") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "813f8b84-1c1f-469d-a295-a5c8eca18ddf") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "581d404e-7a5d-44c8-9ac9-4d613592618d") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6924d0ac-f372-440d-a8cc-366a90ff74d1") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "19634afc-043e-4c65-9239-0bbc4fc62d93") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b8d5e9e7-68ee-4bea-b9a7-2167daf4ffe2") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d06dc611-97e0-49c6-ad30-c6f952a18dff") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "95446243-4a5f-4ce1-a11a-e6a9a4a23569") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "69dc4239-8f2f-4037-ab46-45d81b7cfaf8") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "5ece4e98-b625-4aae-8ac6-fed7a9129eac") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2d6eb") + (at 121.158 66.04) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q1" + (at 2.032 1.27 0) + (layer "F.SilkS") + (uuid "579ae4e8-727a-4c3e-835b-fd49433cd8b6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NPN_BEC" + (at 0 2.5 0) + (layer "F.Fab") + (uuid "b6c31961-dafb-4b3e-b2ba-881cdbded0cf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f649d457-b065-41f0-bf85-d0078678439a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c99e7824-1e95-4278-a721-3a548df87bb6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d986cd98-7720-4ef0-86a3-57e11be0f5cf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005daa9313") + (attr smd) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "152da65e-3b34-468d-8113-41217f44c1c8") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3fe5a340-3c1c-402e-a513-5069e0984a54") + ) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5fa4096-480d-478a-88e0-60c75fc6431a") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a99b52ac-2ce2-40b9-aa21-70ecfa10f2b5") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "889409c0-c0ee-4907-900e-ab0cc7a1d89e") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "679cb075-ba22-46b8-b787-8fbde6023f56") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "27f9044a-919c-4a8e-b550-e4a58fd2cde2") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d7f916f2-7a6d-47b2-a567-86744cb02509") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2fc5cffb-d62b-4f91-805f-5118eae9670f") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b083fed1-f807-4499-95a0-67e58fe7ca8a") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c52289a-01e4-4f66-8a4e-f1c2ed856a6b") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4d2062f8-8344-430e-93be-e9e7b5d21e77") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15be59a3-ded4-48be-8ea9-76e3f39839ed") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "652e7322-51c5-46d8-8f8b-32aaa97372ff") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 9 "Net-(Q1-Pad1)") + (uuid "ff4a8423-bde6-4e44-80b0-74978c2d8399") + ) + (pad "2" smd rect + (at -1 0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 8 "/USB_RTS") + (uuid "7ad78ccc-5827-4fcf-811a-e4f3ef70900e") + ) + (pad "3" smd rect + (at 1 0) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 5 "/EN") + (uuid "9b0e2250-7d4b-419e-b394-1ea1ad594474") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2e7fb") + (at 111.506 61.976 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "C6" + (at 0 -1.17 90) + (layer "F.SilkS") + (uuid "fc212361-c99b-4a10-8ab5-2e9e722e8b6a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.1uF" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "4c2075db-669c-422a-8d48-174a59be1e8b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c8bd007a-8c51-485e-b42b-ba3a8a645332") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "def1335f-895c-433a-a6bd-a2dd1df30e7f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e0918cb-ce20-441f-abfe-a19a749a870f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dacf2cb") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c47af6ee-ae01-46cc-8cd2-b8e459b222f7") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "68d07c21-3d32-4a7f-a176-3d4f4741dfe2") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bad184ba-0bda-4c63-bf11-fdc1dbc4b449") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ecdcff57-ef41-46e0-936d-8327673d9fe9") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "655b6cb7-dbe8-49a2-998d-2cf4fd2f3044") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad8ef07e-0181-4f65-be95-fde5ba6c6e86") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc10f71c-bf15-4d04-aa7f-88084ed3c4c0") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a82a131-d7a7-4d72-b88b-05e6d0f03fd7") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "7af0fd00-24d7-4d8d-a8c7-c38610728138") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "/EN") + (uuid "0eed2271-5b53-409f-9169-1d45301c6f10") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "79c03606-a055-4273-a1d1-5d3d83096947") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fa94") + (at 131.5 89.9 -90) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D4" + (at -3.302 -0.508 90) + (layer "F.SilkS") + (uuid "0d204bda-fd24-412c-a9f1-3d40dbd02dab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 90) + (layer "F.Fab") + (uuid "326bef03-d0e7-4654-bac4-38cdcee76ae0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b3c18e49-c043-4188-a524-d1caf6840bae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6fa0a25c-3e41-49b0-8eee-b1a11fa9c327") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b19401c1-9013-45b5-bf5b-3de35448783a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db744f3") + (attr smd) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97cea7d5-1d72-4363-8606-d77e943c2520") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a2e8438-69a0-4acc-847d-356aa62fc09e") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c6bc0e6-3616-470e-aacc-754617969482") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f97c5fbf-60fe-4616-9532-59bd569669c1") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7d4ccac9-0174-454f-90cf-352b60d58c9e") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bac40888-95d2-44e3-9562-a5b6b1a7198c") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "33078053-5b09-4c53-a15f-6b23e284f18d") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "47e95e89-c1e0-429b-93a2-6757ed3916d3") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5e32f5e-c9a6-47d9-bb0e-fd82a436964f") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab334312-f69b-4a2b-88ee-c9a986314f4a") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "239a2e8d-b718-42ca-bde8-04478dd85114") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eea95986-b1c1-4ee4-bd14-1bd3e68608cc") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ea4cfd0e-2a72-42d0-988a-cc25e7bfbbf1") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6496f003-db35-4f0c-8269-24e831a9a4f1") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a064471b-e390-41a2-a928-feefb585b0a1") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f73ff626-827a-4760-ae08-98d767283713") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6598f9c9-a17c-4434-a51a-c0dcda59ea17") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a002ceb6-ccbf-41ca-b0c2-de53148aa661") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 90) + (layer "F.Fab") + (uuid "777f6da5-353f-4381-9816-d2a32a473eca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "6588b73c-53df-4879-80a7-711b2a1bcb63") + ) + (pad "2" smd rect + (at 1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 18 "Net-(D4-Pad2)") + (uuid "d05a19b1-7e71-47bb-a836-4674ea451da8") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2faad") + (at 145.288 87.884 -90) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D5" + (at -0.508 -1.651 90) + (layer "F.SilkS") + (uuid "38dedc0e-1f63-4a07-bb70-df0eab5e2f63") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 90) + (layer "F.Fab") + (uuid "bc290760-ff10-433b-a50a-df84b284b730") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "497214fb-7405-406e-bd73-0418c62e6ad9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c54367c1-c6f6-4f12-ba67-2e8f04e4ea15") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7e34dc5-fdb1-4fcc-85fe-f73e1e76a3e6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db7516b") + (attr smd) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70aef586-58f0-446c-b0e9-44af7216ca47") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e24c5ae3-0eb1-4265-92cd-8265a21e822e") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "efed10ae-44a5-4000-ab46-77205f7aca48") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eca30393-fc3d-42f4-aa3a-ae9f3e77c264") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "638a7832-af33-410a-814e-207561894d13") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "63906a31-1e05-439b-bf0d-44eb5d556440") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1da3a063-b971-45a6-a970-6dc3d9a75fc5") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c56980c0-3562-4066-bcf7-cc9e7a7de3d0") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0f5244c-fac3-45d0-8e1f-88625fd06a1f") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3d88d39a-cf5c-4a50-a693-e6c2ffb48fe5") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b4de41f6-9880-4c73-ab8a-aeba4a4ad84c") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8c3641fc-8e19-458c-8be6-936a7be3416b") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c6cd5255-4c53-453d-a236-135d1c7b0144") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "769e39c1-279c-49a2-838d-27de5e7cf82f") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3b43d9a-e92a-4279-bc1e-fa079d02e7c6") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce733097-a3c0-465c-8323-55ec4eed1345") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e32396d0-aec1-4d9b-9399-1e03f563def3") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cf9dd0b5-0db6-4e6e-862a-24bc3e6efa0b") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 90) + (layer "F.Fab") + (uuid "1408c985-58fa-41b6-92e1-f16d9159afe2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "16fbf34d-5a53-4a9e-8cbe-dec9112bec48") + ) + (pad "2" smd rect + (at 1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 19 "Net-(D5-Pad2)") + (uuid "cea1db23-57ec-4a07-93ae-1425a8fc8f23") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fac6") + (at 149.3 79.4) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D6" + (at -3.302 0 0) + (layer "F.SilkS") + (uuid "9c9ce802-8a34-4ab6-843d-fa5a181352da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 0) + (layer "F.Fab") + (uuid "ed6c2916-adeb-4542-80e2-fa581a758e40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e3900304-7c8d-4bda-a29f-baaa64505ac5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b342f9b4-0efc-4e5d-8790-7309de9c3364") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "66f99e20-e06e-49d6-a753-dd62e883a81d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db7625a") + (attr smd) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b086018-bf94-4b18-8f75-d0473470485c") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bda8a78d-ebba-4db4-a8ed-7f2dee490d08") + ) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9942691-9b22-4f5b-8502-f111c3a1cdeb") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5aaae3a7-00d9-4434-9a19-655fbee2980e") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b4757bde-0d62-4b1c-9ff3-ff4006ca19b5") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9868929c-94fc-4a50-aa44-b6758f465c60") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "792943c9-dc60-42f0-9581-a44407449cfc") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ce0c8f60-cfb5-45c7-a949-cb020e98a75e") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "139bd841-d250-4ea8-9671-6efe184468c0") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "77b04f7e-c196-4134-9f74-d24d4c5453e9") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ca5fb2f-9149-4a37-8654-6fb5fdedcb18") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e4f09b94-8447-4e1d-ac33-0cd12c92fc6f") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eac4d029-737f-4b19-aa37-12677ab614a1") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "18ffb881-09ae-43b6-89aa-4ce7fb85b447") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d2be4ae0-a1f1-4295-830a-9e6bbb1d7628") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "107f36fd-faf3-4f92-bcea-180d81ed473a") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1fd5554-72f5-4ee4-885d-d38fde09bc79") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "de1b564f-ec1e-46a2-bd33-2e47f83ad64f") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 0) + (layer "F.Fab") + (uuid "9f9b59b0-c853-466c-a222-53acb45ba875") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "af8121a1-7f92-4916-9f8a-4dd13c94fd9c") + ) + (pad "2" smd rect + (at 1.65 0) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 20 "Net-(D6-Pad2)") + (uuid "49a61fde-f637-4625-854a-937ab09b93ea") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fadf") + (at 125.2 88.884 -90) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D7" + (at -3.302 0 90) + (layer "F.SilkS") + (uuid "8961ff13-1c69-4660-9a67-4005efc9d9ab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 90) + (layer "F.Fab") + (uuid "1af6ec05-51b4-4ed6-a936-2cee53054114") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e77edaa8-6545-4511-88c9-d00007b1cd12") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "414ee491-894f-477b-a73f-97c93bc5656e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4e26b146-10c8-4f10-8fa0-cffe2e3210b3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db73e76") + (attr smd) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d316ed3b-b9ac-443d-8f3e-5cf1017c66f6") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a23f182c-e711-45e8-8c98-487944e1fe8b") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f302c7ab-05d1-4f8a-b282-d38fd7bdb7f0") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "10edce58-b0eb-491b-9da7-c7c2e2705984") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "74eae72e-63e7-4a06-bc60-cb5af6747655") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4f10deff-b437-4868-a8e3-3f6aaad36e34") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3f47b2d0-8705-4524-afa6-bb77472df388") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d4929167-d453-4d2e-ba8f-bbbddbac16da") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad701086-5d81-4353-a6ff-79f922bf09bd") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "38e0fd4f-8d2f-4377-8b38-dbf1f89947e1") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0132410b-4739-4d70-bfc6-be0f5124f3e7") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4db56a27-c247-44a8-b106-c65d6cddcb2f") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2011fecd-87a6-4d08-b63b-5e5b283ede83") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0038da07-370b-4490-a16e-f8b4949a86b2") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a33fe5d5-f455-4fa4-bfe7-b4117cebc8cb") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f6ce7b3c-88e9-41b9-918b-ecad89d58f65") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "efd9309c-ccc3-415a-9731-76d8dc180e3a") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bc5ce579-757f-40a8-9d07-169731b393a9") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 90) + (layer "F.Fab") + (uuid "9d54c026-4d12-44b4-a1be-60fc57495c9a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "bb965869-a76c-41b5-96c1-b680d67c2051") + ) + (pad "2" smd rect + (at 1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 21 "Net-(D7-Pad2)") + (uuid "5366b5c6-6501-4475-b795-eabc6a521e32") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2faf8") + (at 138.9 90 -90) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D8" + (at -3.302 -0.254 90) + (layer "F.SilkS") + (uuid "6cc79bde-8679-4e17-bb9c-cd754b45d945") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 90) + (layer "F.Fab") + (uuid "77a28a43-472f-4c3c-a20a-942736a09dae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bdec1995-d081-456d-bfe3-61397c70bdc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "044986ce-079b-4cf7-9aba-e5a9ec45f386") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d8fe01ca-4c4b-4a11-bbae-cae04848c94a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db74c2e") + (attr smd) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec49e749-f024-4b07-8914-075d4699b516") + ) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9c40e2b4-e5cc-41e6-8828-480622e4b7f8") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7fd8352c-0df3-4709-82ea-3d03cf84a6cc") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c0d5c2ba-f460-4d7b-bee5-07d33e465494") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "811fcf68-7f9e-4574-ac7f-7d986889f5c2") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f6c1244f-3061-4fbf-b771-34ac2f6cb1ca") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "73c27422-5230-4e3f-aee6-502c58fde97c") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1a4e1353-dfac-42c8-9220-6af97b1e9650") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98d87f5c-2180-4175-8921-4acb8410fcfd") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7760b79-6aa4-4845-8e0d-703291c36c59") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee47587b-cfa9-40f3-b841-370945f126d4") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2cc86f80-6439-4931-a173-2122bf4b4c0e") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d1a00c38-6c24-4c42-8d4f-596c906d8572") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c42d221-0db4-4083-b1f5-9d8e2c75c743") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e1e883b-30a7-4383-9842-d4fafa6e6b49") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b24a922-bf4a-4fbd-bdd3-1f16b62a2363") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "272defca-b20f-41dd-abfe-0258fa4fb6b6") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "990c59bb-f3fe-48b7-ae98-5bf7de6edaf4") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 90) + (layer "F.Fab") + (uuid "9a144173-09b2-46b6-92e2-5c484fdad39a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "8738f777-4a49-4d1f-940b-a9f07260d35e") + ) + (pad "2" smd rect + (at 1.65 0 270) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 22 "Net-(D8-Pad2)") + (uuid "f305d028-f59e-424c-a356-eb9211efae9d") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fb2a") + (at 149.2 73.3) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D10" + (at -3.048 0 90) + (layer "F.SilkS") + (uuid "5c456c59-0c6f-4542-94aa-8f1335139e5c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 0) + (layer "F.Fab") + (uuid "12f31125-ea52-4f28-abed-f8730c97d16b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ec8ef8c2-562b-4b2e-b4cf-f5af4215c259") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0928b821-12d3-417f-b30a-c960b042007c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "231f88e7-9215-4b2a-b14e-a87557e156c6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db75cdb") + (attr smd) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7b2028e-1c1b-4214-bf2a-ec94df46159c") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e6ce9a1-a2fc-4117-a7d8-f5688c9926b7") + ) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8cdc8dd9-1c79-48ae-994c-8ba3751f7b7a") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c8d216cc-678a-483f-93f8-97acd137ee55") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad178ffc-bef4-4c2b-ba56-8d74ef1bb404") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f0052240-6d9b-4566-84cf-52420c1e83a4") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b5d768f0-f92b-4c12-9acd-27db62247413") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e76e8d1-f339-4d25-a2f6-e9a003a53e7b") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f7733fc-d258-4bcc-968f-b16a00ed395c") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dacdb052-0905-4c14-ba0c-73312abd9c33") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad884b57-25f8-41de-99d3-7b0cedba3e16") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7b49715e-3ca9-4788-a8d1-2023c5ee2edb") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "48101022-b6e1-4ecc-acfc-63fc28a21dfe") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "36987829-7b44-446f-988d-43113f23df55") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3c0e16c-3a37-42a8-8a62-c90177d60455") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a641d987-50ba-4d7e-b9e2-d1aac79d8e71") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2aeab05f-c0f3-4244-a4db-e1592ad87dce") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "746c7e41-0a5d-4b48-9e0d-fa950f8c7081") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 0) + (layer "F.Fab") + (uuid "87feba26-ece6-4a0d-bf68-1bd1b26863b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "35911af4-bea8-4b80-b057-0ae6a7eb32a1") + ) + (pad "2" smd rect + (at 1.65 0) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 24 "Net-(D10-Pad2)") + (uuid "e088a1cf-1da5-4085-978f-68ba2d28b2ef") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fc98") + (at 134.6 90.5 -90) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q4" + (at -2.87 -1.29 90) + (layer "F.SilkS") + (uuid "27debd12-b6bd-454a-b279-e76a467e482f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 90) + (layer "F.Fab") + (uuid "7d12b9e2-47d8-4c63-acfd-b4350e143d24") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ec98e9e-c044-4fa6-b171-aedbca199bc2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2343122d-c8b2-41cb-8525-107b7e94ebc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d953ba85-9324-491c-86a8-c0a20343d239") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db06b01") + (attr smd) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "337455c7-b8ba-40c5-9dd4-ec762eb42ea9") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f56b8522-fff9-438a-8157-18fe05c95ec9") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5f032ce-e694-42a9-b527-9f012a0ced03") + ) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b9cb1715-6627-4286-ab63-eeca5681a115") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e1a8334d-7ddd-42b8-bac5-04b6b1198124") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "69cc9593-e864-4f3e-8cd3-9bf301dc52f2") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f544875-0f0d-4ed9-ba9c-ca2e911af604") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e672b65a-9797-400f-9916-b2bdf44be2ca") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a51b5aa0-dd27-47f1-9314-0d1409fb0f15") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bec447d9-35cd-48e9-a1b0-ab5d328d715a") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f4da67a0-16df-45a9-a3d4-6bc0a47d1ba0") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9fcee8db-d0c1-472e-8606-85dfd2b910aa") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "931eb09d-4c8d-4779-9bc1-cc2ff4c5899d") + ) + (fp_text user "${REFERENCE}" + (at 0.044 0.208 0) + (layer "F.Fab") + (uuid "e11d9ee5-8a71-41f8-bda3-866cc763e1c4") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 26 "Net-(Q4-Pad1)") + (uuid "005f76f2-5c63-43c6-8ae0-8376192ef467") + ) + (pad "2" smd rect + (at -1 0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "1949621f-e4c7-41ce-aa49-1778ffce7797") + ) + (pad "3" smd rect + (at 1 0 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 18 "Net-(D4-Pad2)") + (uuid "4f9fde6b-56b4-4f18-bd05-943064173cf0") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fcad") + (at 148.59 89.916 -90) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q5" + (at 1.524 2.286 90) + (layer "F.SilkS") + (uuid "b3638d69-d7f7-4da1-bb5c-8535c5721ca2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 90) + (layer "F.Fab") + (uuid "0a419199-ec79-4f68-8e88-92cd0add4390") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c2776474-4429-4b1f-8c00-f2437e570c17") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb06f6ff-f2b1-4875-aa09-7b4440d95cd1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8625acc0-6a1d-45f7-a0e3-9ab308571edc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1afff") + (attr smd) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ca5e623c-afcf-4080-9c54-209c716cef4b") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cef8a04-4319-449b-bc33-34bb572bb803") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2666a3b4-c1e4-432b-a83f-69f6eef8d85c") + ) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed5ee8aa-d3f2-4cf8-8ac9-cd3872116b07") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c5a89ca4-be04-4934-a5e8-9d28f61ece81") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53f99ada-3628-4511-8107-8c4c2975b89d") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5061eb6e-8075-4b49-8f82-8934cd9757ca") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b9528d07-d1fb-4a61-9de5-167d25dc711a") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ea1a5c12-c14d-4fdc-95a9-1f5a5d3358a4") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe19b70e-9d4f-4521-bd40-45754dc69b4c") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7377f1fa-1a21-4bcd-83cd-494f05a855d3") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf2af9d4-ef0b-4913-add9-66c09019b4cc") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e0cb9d41-35d2-489d-8c49-89cf8f7a63fb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4c568685-6371-4d82-9d12-16af9b90e794") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 27 "Net-(Q5-Pad1)") + (uuid "c5a92ddf-f46c-4e93-b1d5-b212795187a3") + ) + (pad "2" smd rect + (at -1 0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "dfe6392a-c6ed-49f3-8547-bdad331057d9") + ) + (pad "3" smd rect + (at 1 0 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 19 "Net-(D5-Pad2)") + (uuid "16f19fa2-8599-48ed-980c-24dedb3d25fe") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fcc2") + (at 149.8 76.4) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q6" + (at -2.226 -1.216 -90) + (layer "F.SilkS") + (uuid "98c744ac-41d9-4d92-9844-c240b1640036") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 0) + (layer "F.Fab") + (uuid "0788da82-e681-4034-b348-610ba6d933be") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "297f68d8-3ece-4ff8-9f27-e70ed1d6f0fb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e7f46c09-3515-4f0b-a297-e252dab18a38") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b6e4e58-3b81-4dec-a0db-58fa77412a8e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b061") + (attr smd) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "65160a01-15fa-4cc3-8e90-c5a5d1cfbf93") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b30c6b6-08cb-4d16-8416-feb89a9db351") + ) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3cd09e88-2012-4e09-9088-d5c9b8a5cdfc") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd052616-2d86-4262-9f27-c175081bf83a") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cb36e389-df83-41e4-ba5e-7702549d8b8b") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "042a33b2-d880-4b69-ad56-0a8d27edd187") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8c010851-b2e4-4bfb-9352-eba149f651b2") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "017a1e61-0b1f-4da9-866a-96021ebfdecb") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "70c111c1-a4be-4ddf-8c51-7737bedbfa2a") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5baa8602-4994-4c6f-975c-f6ae0f229494") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4a653bd8-6288-417a-820d-0119bb08b52e") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b73c2236-a8aa-4371-a8bc-2256e9b37419") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b69f03c-d859-4748-b1f8-7f405f899c8d") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "d6cc482a-0451-4249-b811-89dd5a2f42c6") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 28 "Net-(Q6-Pad1)") + (uuid "40f1db18-37a2-4a00-b1d4-03ca58cc9cfe") + ) + (pad "2" smd rect + (at -1 0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "2a837796-911e-498f-bc60-786060225176") + ) + (pad "3" smd rect + (at 1 0) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 20 "Net-(D6-Pad2)") + (uuid "38ff26c4-3710-4774-9776-1254023dba98") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fcd7") + (at 128.2 90.678 -90) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q7" + (at 0.762 1.2 90) + (layer "F.SilkS") + (uuid "22f5231e-2da4-463f-be4f-fccf90d0239a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 90) + (layer "F.Fab") + (uuid "574af2e2-e299-4548-a562-61e7ac60b57b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "01f3d992-2cd4-4a68-8798-5d0b653f7d78") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bbc43477-6e2f-4e47-b298-0ed5e7336b1f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5010041e-d62f-491f-beba-faea7a4ab987") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db0428e") + (attr smd) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "480c66e5-2d04-4563-80e7-b69c176f504b") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06a93bda-f647-4646-9875-1ce48538c5af") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a86b443a-f62f-4e40-8a60-8d3cf3811b46") + ) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea10fc74-0bdb-4d84-8806-2c4b220d7395") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a81fb111-d0c2-4f78-ac9e-03eb0c79401b") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4917121d-77fc-44e2-8648-2cfc8657b918") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2ce104aa-1b93-4932-9b09-51c59610f581") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b8422bd4-fc42-44da-b17d-183076a6872f") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fdb162d6-7e8c-4d6c-a20d-cdf76fd97189") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ccbb684-ed84-4a45-81b8-ae0d37081ba5") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "996aac33-41a9-49eb-9e0e-2025f678a345") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6959128f-5a0d-4c69-919c-055c68d9776b") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "63f6fa95-72dc-40ac-8c7b-d6d876490e18") + ) + (fp_text user "${REFERENCE}" + (at 0 -0.1 0) + (layer "F.Fab") + (uuid "ae140509-2b99-4369-94a4-c71fd3cde027") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 29 "Net-(Q7-Pad1)") + (uuid "6dee0ff4-37b0-4ecd-b3ce-af2027cd913b") + ) + (pad "2" smd rect + (at -1 0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "c3914d7b-36e7-47c5-a386-b9fcce7b7249") + ) + (pad "3" smd rect + (at 1 0 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 21 "Net-(D7-Pad2)") + (uuid "5d38f61e-5bf7-4487-9409-0d6a9e342a54") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da2fcec") + (at 141.9 89.662 -90) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q8" + (at 0 -2.5 90) + (layer "F.SilkS") + (uuid "2f8a2a45-466b-46dd-ae98-412ef5295a69") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 90) + (layer "F.Fab") + (uuid "6c2af9f4-80a9-4ff3-b34b-5cdd1457e710") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1baee2c6-6e83-4eb8-9428-ce77acba1d8c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8fbd87f9-594d-4b9e-ad10-f7aa286e920a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "64f5318b-5528-41d0-ba52-955b2fc0bcc7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db06b4a") + (attr smd) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e714cd3-00bd-4f15-b554-4590fa05441e") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "619abfdf-8f46-4206-8bc3-6182621bbaee") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "534e2df2-638d-453a-a70d-8a465776680e") + ) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "55c5327f-5835-4bdd-968c-59eafba92f90") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "80585a40-6978-41cb-b952-18c9536b6bbc") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0720d8e0-3816-4a89-bc71-99f78ee4965e") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "08df0dfe-0c3a-42dd-989f-8661c8561e71") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bd2c7765-b7f1-430e-b07f-87dd32e0d669") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7153206-43a8-4c1a-8f5b-638cc8b301a4") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4263ae64-1b1a-4885-967b-142b25fea2df") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9b88f002-ac3a-49ba-8fcc-9cd92f25ae30") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1a63562-5633-45eb-9f61-3c813de9955e") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6b598aef-f9df-44c3-aba7-2178cd313ccf") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "da8b8d40-31db-48d1-8732-b811e8d2ce12") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 30 "Net-(Q8-Pad1)") + (uuid "c7daea7c-df5e-4cba-8c87-1815744595c3") + ) + (pad "2" smd rect + (at -1 0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "ec59c094-8024-4cb9-859d-1d40efc7a7b2") + ) + (pad "3" smd rect + (at 1 0 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 22 "Net-(D8-Pad2)") + (uuid "f1940dc2-5edf-4427-a97d-d5bb3bfbca03") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da30f42") + (at 132.978 96) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J4" + (at -0.778 -2.3 0) + (layer "F.SilkS") + (uuid "ca3f2f5a-57d6-4b9a-9c64-da8ae3656711") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 0) + (layer "F.Fab") + (uuid "77749ca9-6601-4ed7-af17-8184b1812428") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "73774440-41dc-492e-b083-8a371531bbbf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89bffe3e-511e-40d7-b224-2297537ab791") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8e41e998-fee9-4a3e-9442-d0a40687594b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db06b20") + (attr through_hole) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a63cfb60-c10f-497d-9f56-e20f44d662a9") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "861bcf44-bf25-442d-9e24-3cf19ac4b83e") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fee5f6e9-0614-4648-8475-f3cd6c352a6e") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee94615f-14b0-4566-b3a7-92391253d708") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de4fe1a3-561d-4c2e-9ff5-415d51bd2a6a") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61576aa9-a5b8-487c-af51-155c444e5528") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0c4ca013-b635-4eb0-99e6-1eaaa757d3a1") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef98d55e-783f-4840-b055-b3d12099cbad") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "35d95755-d40a-4be1-b31d-763ea184d517") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "74414278-3025-4d6e-8f61-f72843570365") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76b8a64b-9e78-4b71-aa54-c6e7e3131dc7") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2d64c505-8ea9-4a8a-b5ec-8b9293445c0c") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33d66ccb-a70f-43ba-83bc-b1a16e845a55") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aaae216e-9160-4217-a0ce-c52104d4fa19") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f2bb6d0-faf3-42ec-b828-59a50f293b1d") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc412b48-7cde-4b0b-834c-14cefaf2c881") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3506885e-5e1c-4a7d-872a-228912409a56") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "2ff99a39-5e99-4515-8c38-e472a86f31a1") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "07f1422f-6887-4fdb-9c67-279e07bc89cc") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1660793d-49f4-4c18-9c81-faae0ecfcc29") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4567f99e-96dc-4b33-8877-9f318ffe0db1") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d06d93cc-4bd9-484f-ac3a-84edeb7e0ca0") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5cffd47a-b2f8-4b84-99b0-fe779878bd98") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b063c5d-a045-406a-87dd-446a2836dfc5") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d13a8d99-4802-4fbf-a0e0-b3a1cbfc1ef1") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2ff13cd1-4efe-48e7-b392-c9e066d7bc39") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d05d3ca9-9cb5-4484-95e7-f8a5b4414b39") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "030d5af2-1e00-4f92-a655-4e8a8d7cf408") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "37f52579-fad4-4d37-93d4-fe255598f8c0") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5182f91c-158a-4ec5-9608-c5b148742a6c") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e4cbb1c-fed7-4465-b1ae-0403de38385b") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "30acb7d5-9764-47d4-9e90-bc84b449d41f") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f35cdf6a-851d-4388-a49c-3dc497dba7e6") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a5a3b178-8b61-432c-8601-309b5f1c9190") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a8e5a19b-ca33-4c21-9114-7ae326fdf4fe") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 0) + (layer "F.Fab") + (uuid "3b2bb847-d323-48d3-969c-0225d6bb0cc1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "69f3a1ec-7945-4d9d-97cc-f229e82b5ff7") + ) + (pad "2" thru_hole circle + (at 3.5 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "Net-(D4-Pad2)") + (uuid "72fed85c-bf33-4a9d-a6aa-708b0621a38b") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da30f6c") + (at 149.35 96) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J5" + (at 0.256 -3.798 0) + (layer "F.SilkS") + (uuid "85abed96-da9f-4d3a-96e5-ec16d902c1cf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 0) + (layer "F.Fab") + (uuid "43a5a8aa-f845-4851-bf60-bb5d8ce2d798") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b436af2-17cb-4442-938a-7b50b24b0073") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7e8e0a6d-553a-4e44-ac04-774d96707189") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf71df32-2bec-4584-bfeb-09d43fea8078") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b012") + (attr through_hole) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e1bbbeb6-262e-4ec0-8ac3-bc43b6480dc4") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47aeefde-3ac1-47f3-9c05-f5e0c74c54b0") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70b4bcef-0f65-4ce4-a07d-cfc8d4c17cad") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a129b0f6-aa63-4c95-b1a2-6181384b8541") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a4a093cc-8a49-46f0-a1f5-5f50c1274619") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd9b621d-fa2e-47a1-96cd-7e45b792b57b") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8bf2b55-97f1-4605-a137-2780ded8cacc") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c590c8d5-00d4-4e7b-a738-ef767d153261") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "559a0a13-7dd3-4800-aa1f-87413df8c7bc") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46d38785-c21c-439a-bcfe-c0ab3f9a778a") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9a7dbc28-4f90-4910-986f-aa881b1a5530") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aea5da53-568a-4e9f-b8e1-3a5a18eb6b7a") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3cf11ef8-bd74-4ad5-a0c5-ccfa3f6472c2") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c784798-b3d8-4de3-971d-ceb6483807e5") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa957f86-c19b-4780-a137-d3482fcb4fe6") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92e61fd6-77a7-407a-9aa7-980510176f73") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ebfb38d-88fd-4af3-a5c7-c3a459b63974") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "304a9533-a0f7-4b2d-989d-d0bd0270437b") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cfd98d87-4e63-4620-ad47-be946164249f") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f71d748f-404b-489b-8b8d-fd88ba929eb9") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "56e18039-e3bf-44ff-8217-dbf2016cb33a") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bfd09912-fe35-4ed7-890f-c35b720a4fc9") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be07d509-6092-40cd-bbba-d173bae743be") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b31ed6bf-6f91-45d8-87ea-c05def43b08a") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "01c1a2fd-87f8-4c61-b783-be43546d52a1") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8488ce8a-f538-4dd1-a7f8-14245bf16773") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e08199ea-e9c6-4f8d-af63-4d14989e1253") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c5b92a4-1754-400a-abdf-c49013c23d1b") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "222fb921-435c-46ee-81b7-746214539dee") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f8fd3a42-4116-483b-ab36-12c0698f63aa") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "57aeb996-bdf5-46d1-8c1d-30dbcab00a52") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5ff6f745-d946-4a33-ab31-aa8e9e33582d") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53fdec59-71f8-4150-be9a-9b80bbef9a4a") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "e24fb011-0501-42dd-bfdb-eb14f7ba7b94") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "994dd10e-e600-4e39-934e-bd46bf968291") + ) + (fp_text user "${REFERENCE}" + (at 3.95 0.988 -90) + (layer "F.Fab") + (uuid "d538c153-5907-4d03-b359-814a4d8ed774") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "4a38b039-392a-414b-b73d-c0173d76dd3e") + ) + (pad "2" thru_hole circle + (at 3.5 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "Net-(D5-Pad2)") + (uuid "1107ef1c-1727-444f-9618-f5db1d761ff0") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da30f96") + (at 155.448 81.1 90) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J6" + (at 0 -4.16 90) + (layer "F.SilkS") + (uuid "d54225b2-ec83-44cc-9086-13101d33fe8e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 90) + (layer "F.Fab") + (uuid "ccb34af8-185b-43f2-a399-f1a68e67f021") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3275720-ed4f-4a09-a313-e21b19aea593") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3aea8b4f-d3c7-4d6c-92c2-a8b847df67e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9c2e7223-d3b9-440e-8d8c-2c596a6b8f4c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b074") + (attr through_hole) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "629b2824-6c69-482e-b02a-5c8892f0f104") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "348decd9-b07b-4c6d-a649-5b12668f2092") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c93da811-40b5-4982-a0c8-143b8ed156b0") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afcac292-55c8-47cc-8ab9-95e3ecc1221a") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ad8c934-291f-46a9-88c0-68bc5ce07524") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4676e558-7a82-4ac2-b1bc-b5a3e32b755a") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4c82e94e-f19b-4976-b96d-8f5ae3ecc15b") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "520dfa2f-1e5a-41ee-baf0-12c63fa782ac") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "829506f9-03b4-402a-8fd0-99cfd0df45a2") + ) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "23fe6e69-f608-4620-a78d-e6dcd316c1d1") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03642459-69bb-4005-acfb-26dcd23260c4") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9af77d4e-34d2-4810-a743-9af62ee95228") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e4ff6116-ec8c-48a6-9525-4bb0b8f129ee") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "712c2126-1d33-4dc1-a13b-fef724e5addc") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a826ebe4-0d3b-4be9-9934-e9c2e199340f") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "00d41a8e-9b1d-41f3-a778-565990502e63") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "10c147ec-f6cb-4e02-a467-38204ccd919c") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "0dcc34c9-6333-4c41-9d9a-7540067c05ca") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d57df5b0-a847-483b-bddb-b17427a9ba00") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9fc855fc-4090-4b28-b5bb-1a95a0f51362") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f92ea6f0-47f9-416e-88a8-f548b82eb767") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b5aaae51-ec57-4ffb-9976-65f7bf364644") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5f163816-698b-4625-bf2f-57f4454a0ab9") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a168e5ab-b261-4939-b838-ab958da3515b") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cbf22793-1411-40c2-bb53-0504104fb030") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b94d491a-3cda-4aba-9a9e-d8f8dcbb1450") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59a87be2-9753-484d-b955-8a529794e3a5") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "68bd5d95-dd57-46f1-89bf-25d5cf02876d") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3f3a7860-f882-4996-b700-7b9871ebff5d") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "395704bb-8184-4125-b570-3ce272bb36b3") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eecdab7a-8a7b-414c-afb3-c73d133a957a") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b2fc8509-a9fa-4293-89fe-cad5c712347d") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6f84530-3b8b-4399-a0c3-d98a42aa8042") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "1ee662ef-dd26-467c-855a-f08129541435") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "b2184168-65d7-4042-8acc-ef7504a0867f") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 90) + (layer "F.Fab") + (uuid "94a14dba-72ca-45bb-a91a-fdd11b4eaf68") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "85459cbc-fa76-4de9-b292-a52346894f70") + ) + (pad "2" thru_hole circle + (at 3.5 0 90) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "Net-(D6-Pad2)") + (uuid "05178f61-58c9-497c-a79d-73bc6d22192c") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da30fc0") + (at 124.85 96) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J7" + (at -1.85 -3.9 0) + (layer "F.SilkS") + (uuid "6d735280-a77c-478f-947c-5a8503b2e57f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 0) + (layer "F.Fab") + (uuid "b9e6a774-9e40-46fc-90af-a39bdb75105a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "26a2154f-8b1e-4595-b27f-78130c362f0f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ed3f27c-1d8b-4def-ba4f-13a672575e0a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "01c9d13c-d6b3-4b14-b4f4-3962a19f01e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db042a1") + (attr through_hole) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f5db5ea-bbb0-476e-9e52-0893fc629d42") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "149b8c03-5fd4-4568-9840-da122ea9e6ea") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0a08f42-f097-4a53-95cb-10d54617227a") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3cfe54a5-64ec-40b2-bd0b-af22348183b6") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b74251e4-1ec6-4e2d-9d11-9f6dc839dfcb") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7504c642-2acf-4f86-a936-4d05dd3a964a") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2837c1da-4b12-421e-b706-0bdbebb9b39e") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "839d4f5f-7fb3-4170-ac15-b548e6736b50") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e0ecfc7-5294-4b4a-93ac-1076c51a8cc5") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56d8a4cf-dab6-4762-aa11-2264fb22f73e") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9921bb37-a1f7-464d-b75a-8e5bc81a584d") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed0021be-7848-4a9c-aafe-1f67d6d0c00f") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05606929-2ab1-4e9b-b1b5-7369df8da606") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f905a99c-9f1e-45ad-a2c8-40b2b020ffb6") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13d5078c-a0fc-4cb8-9ca5-e3460ff14d77") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d3bea66f-f1b4-497f-a18b-aaa41f9a9a39") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b3e1f8c-254c-4892-bfce-401a0e614a93") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "f9a914de-e505-42b1-a8c3-46926eef16d3") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dbda98ed-7d7f-4c77-a9ef-b916a9c75513") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66257984-99e6-44aa-9f4d-b12f56174680") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cef05550-1e75-4dd4-81a2-9c3bab85d3da") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7cf24108-6ff0-49a8-9d0b-16d5b9c60891") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "93a7f562-9542-49a1-b7d3-ca5ac8b691fe") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3164bd19-0a8c-4cdd-a07d-56e9f51b5a54") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7bb1a26e-1675-4d78-ba1a-2a4ed94c038a") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a17dd7a2-8a8f-4894-a85e-e98422e44a75") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "91133bc3-fdeb-4f3a-9125-73c2345f65b8") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2bc6d6ec-9f83-422e-9f9d-a7398ff7a6ca") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cdabe10f-9b2b-4708-95e1-15a0fe8ecdf5") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "331c57ea-4452-4c27-b87f-a7dbfb2dc99e") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43da6471-392a-4994-92fa-d664c82b88ae") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "55f83e27-1c8c-4d63-8a08-adefcb44a74a") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6afeb0c-5434-4037-bd6d-aa52fff8fc3c") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "17a50de1-9cc9-4392-af99-091267d45db8") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "6d0313df-01c4-4961-9b81-c548b7c8e98b") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.766 0) + (layer "F.Fab") + (uuid "85cebfa8-5b05-4025-984c-737cbb5883d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "4177a184-6627-4344-9a8a-2ac8729403c2") + ) + (pad "2" thru_hole circle + (at 3.5 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "Net-(D7-Pad2)") + (uuid "43dbc2ce-5ad4-4151-9f70-8729789e872c") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da30fea") + (at 141.15 96) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J8" + (at 1.75 -4.16 0) + (layer "F.SilkS") + (uuid "57d90567-e69a-4872-b50d-bca74c712506") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 0) + (layer "F.Fab") + (uuid "f1ece21d-6b1d-474a-ac1f-078bbd19b897") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "046f720b-1aa3-47e2-b746-6b6ae956d74c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b101cc6-8587-4c0d-8f1d-77f2462dc282") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d3e28ad1-463c-438e-a927-1fed189d8e3a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db06b69") + (attr through_hole) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "846f1d1f-62df-49ab-8991-74963d62057e") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f7cc0069-fc62-4b67-957f-e07152e34fb3") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1c4bb9f5-6ecc-4e7d-95ee-35d1355485ae") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60c32ffc-f718-484a-bebb-40625c3e56f4") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e00d9b6-c6b0-4034-a760-ff56d79972be") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b6e768b-1b6d-4640-b8ba-b69d3007cbb2") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f71eec1e-3493-4da5-865b-16b21d451641") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09e50034-f0ad-4b83-b5bc-4ce8ba5ea78b") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "320058f9-8b7b-4c09-8ef4-82fe2a948072") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81396b2e-6912-4a8e-9f9c-48a7afbb94d5") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de90b9b3-3191-4e2c-a58e-12368e6078e3") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9f3fb91c-e82d-46a0-a534-d8a6e0581e0e") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc95616f-3a27-4648-b6bc-b67d303475ca") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e61035b-1652-42e3-a238-06c0176a3b9f") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d6e1f4b-d4df-4286-8c94-ec80683095e7") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b2e9221-bc52-484b-b28f-ad33453c0d8e") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e16e4236-14de-4bbf-b42e-e858068781b0") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "899d7306-de79-4fe0-b9b9-0220ec0ba1de") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c5b30ef2-9203-4f05-92f3-920b4a8f635e") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3d1402a5-d08c-4fbe-a9bc-06950e018d59") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2708c18c-7b9e-44f9-b24a-adeafec0bf6d") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6adbd766-0777-48b1-8cdb-94ee9bfdc8be") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "46620e2a-d243-452b-9fe3-24ffeb30e11c") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7affeb90-9096-40d6-9e02-a79dd6327db3") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ad9198b-ff6a-4217-ae53-b34aa12f1bab") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc75ef0e-1870-4041-81eb-1fbae00d2eaa") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c187b0e2-49f9-4789-93ad-85e74cbd840f") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9644c89f-01af-4d2e-a30b-b8642c1b2f80") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c388cf8c-526e-4fa3-bed7-c2c74f3ca2e2") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "edc5fa16-4bd8-4997-9114-f0a570566e89") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "88c04e55-2922-4cfd-abbf-c837df4a6fe8") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aed6e658-d437-4853-aeb4-3112d5f2c97d") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4c0d2800-f42c-4d35-870e-01176042ccc7") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "ff5d43d0-036c-4c17-af0c-13f733829a67") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "55b5acca-3bd4-4095-9ef6-2d104305461a") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.366 0) + (layer "F.Fab") + (uuid "8c371caa-3ea4-4a02-b31c-fb1bf749d740") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "e0f24d2f-e893-44e4-a683-64b1de009f73") + ) + (pad "2" thru_hole circle + (at 3.5 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "Net-(D8-Pad2)") + (uuid "b9c77a52-6f89-4c00-ba7e-1a7e0eeb60c2") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da3103e") + (at 155.448 72.8 90) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J10" + (at 4.9 -4.318 90) + (layer "F.SilkS") + (uuid "e02ecf8a-f610-4206-a89f-a3824404216c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 90) + (layer "F.Fab") + (uuid "2eaba33d-2793-4b25-b19a-645637dfa516") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ebfc5a30-42a0-44ee-952f-2f7cbef83a8d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e3286f48-e03e-452c-b21b-026e52195ca1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7e546efd-f703-47e1-a6fb-46d58fb2733b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b0a5") + (attr through_hole) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "72904d89-3ad0-4a17-9dcd-629905c8ecb6") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5958aea-6169-4f61-8774-14566b783091") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "efbfca5b-93ca-4378-9a6b-6878acd8232d") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "be1f026a-8e2a-412f-9b78-ade5c2b7fd16") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dc850eb1-11c5-448f-8e9f-3a20c62c1bb4") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "390db634-a081-4686-a4ef-16bb315ab158") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "21efe244-87aa-46bf-918b-d9c7eb0fcbde") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9714747-e31d-4be3-9716-3685638b267c") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7a77353b-c30a-4c4b-a7d2-ffccacaa8f4f") + ) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d5de44a8-8722-4346-96d6-b17ca258645b") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ba8682f-4b1d-4742-a9b0-84bad49f9dfc") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ba4211cb-37a4-406c-8527-1def550b2020") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f8bd5ea0-7d15-4fe2-bbbb-b07813b918fb") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6ee56593-e5f0-418f-8734-85484aff406b") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5df3190c-b2f9-4a68-9f1a-9c4a6899565a") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "60e9fc4a-9b43-4a05-806f-3c3afa1f311e") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e386099-2f4f-422c-8219-d84055cc5423") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "b1b4b2d9-e177-4637-aab0-8962aea52eca") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79eb1830-e89a-4998-b3eb-78c3028e0b96") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c55bf4b0-8111-4611-9c1c-6c150140a79e") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f7f3321-96ab-4271-9eaf-d2f2397a7835") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7cce93be-502b-4511-aa48-053b0a71cf2b") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "08b1acfd-8585-4ed5-828c-bfbad198218c") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "70871999-7a8c-433c-8d60-f6b243f9621b") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0b185e7b-72e0-4a6a-be85-3993a26a8f08") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "edd03856-1e76-4e7c-b7cb-b471d627e1d0") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87273047-520e-4c31-b3de-24ad8827b318") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "40eb41a0-f33b-47f6-8f01-8c9ef685afd3") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f462c45c-caad-43f2-a684-7212131e0062") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f016175f-b8a0-4a42-b0c4-e8bdd733d66e") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9231b41a-a12a-47f3-8314-8e666627c91f") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "25a5c70f-d46b-475b-892c-c0f421341587") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c29bf5f0-c134-4071-b8cd-9decfc2ec9ec") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a0488e8a-1ff0-4ff4-98b7-575317e78894") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "5f2b77c9-c326-4cee-9c3c-aef33c0490c8") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 90) + (layer "F.Fab") + (uuid "8e8d49ea-1c17-4968-9df5-eb70102740f5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "12bd2f66-3b85-47b5-a0d4-7dd0bac7ec76") + ) + (pad "2" thru_hole circle + (at 3.5 0 90) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "Net-(D10-Pad2)") + (uuid "482e6c18-1f37-4101-916b-f1674229d9f5") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da326a8") + (at 147.447 82.55 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R10" + (at 0 1.143 90) + (layer "F.SilkS") + (uuid "f1e068dc-1912-4ba3-aedd-df43fbdea2f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100R" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "25717cd3-5966-4873-900b-feb7315f4cb5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36f913c7-41e3-4495-b7e0-425e5dc230d7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1926985b-2f8a-46a0-b425-d5d537613f7f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "54074c55-a3cd-4967-892c-104fbf6a93bd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b037") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f49e6962-efe2-4672-b75a-e921f8b8ff59") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "48e70935-ccf8-4940-85b5-a8bf334db1df") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54adf030-0101-4bc0-b0ac-ed8ef5c88df5") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a218816a-9c13-42a8-8b84-665b150fdf0b") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "acff2ad7-d884-48e6-b2d3-ae2e682dab72") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac5b71cc-0a84-4258-b90b-73567289dc45") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "49c642f3-c0a6-4a8d-936d-d98d46b52120") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a872dc31-cc31-405d-a29d-5d0f8c2f1a14") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "736beabb-1dc6-412b-8dc9-236b704efe4d") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 31 "Net-(Q9-Pad1)") + (uuid "dd3b01f3-6f88-4a91-a6a7-2c61d8c3ac6a") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 40 "/CH_6") + (uuid "4831af11-4d88-4e44-95a0-6c35b9b5f621") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da326ed") + (at 155.448 89.5 90) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J9" + (at 1.75 -4.16 90) + (layer "F.SilkS") + (uuid "bbbb93bc-f4c7-4a68-a201-04f601d0d152") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 90) + (layer "F.Fab") + (uuid "9597b491-e0ac-4f81-9742-ff8b5a51f391") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2faaea7e-a8cf-4332-a4ca-c3c9e9d6f24c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "471df516-1a0b-4b19-8e79-1906491883c1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a212902f-1acf-4852-aa65-fc52824cbeb5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b043") + (attr through_hole) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5725bfa-b3fc-45a6-8d0e-fe1cf3bd3a79") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cad9f57d-291c-4bc3-b6e2-b7d0ff2995d1") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61a20acd-781f-466f-842c-394c6456d54e") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1848697-bdf9-4787-af34-7689b98e1b9d") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3bd9c3a8-72b5-4676-8444-f746e167a80f") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "89f16b6c-040a-4b3d-be2b-001448e89a12") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39d42bd0-a3d0-4f92-973c-f943233d9b7d") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b3bbaaf0-0436-4518-bcd0-6f09700d7ea4") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0e27c932-f989-42cb-9d45-17d7bf46641c") + ) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0ca81fe-d877-4e20-9b30-17207291c47e") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0da627f4-9c79-472c-8f5a-c97ce15380ab") + ) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ac6f8b9-28fb-4ead-ae81-6a41d16473ee") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61f28a75-64c3-4b99-b7dc-dcb0da11bf37") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a9083ca4-6e57-45d8-a029-da51e3c0b509") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "86fca367-9f15-48f4-9fdd-d09fb3ba1384") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eccbeb86-6935-440d-b4ba-aaa2beb1fd3a") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "31fdf387-1194-4091-9d5a-2f5cbdf05193") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "9f5beedc-eb31-490b-99fd-a48a9203f527") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "849a4da5-aed3-473b-a5f9-f75dfce5a756") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "734d75f2-a6fb-4135-991f-01159e973d7c") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "adf2b014-0de6-4dc3-8f79-6670e124ea18") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "94862236-40d2-4d7a-8b16-c39891d0dfd0") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5141ed78-5e33-4ae8-9924-d012bb40b618") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "191e13d9-4142-41f9-a166-2a140869a2dd") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9f84b3fe-eea9-497e-89f1-ad697d7e60d1") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "86782553-6213-4695-b982-7222b28a1748") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c21abbc2-654d-405a-ace8-05fdcfdde3d7") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e82f60b-3749-4dcb-be78-fda920fdd497") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "24afb054-a15d-47b2-9782-901c7a3af7dd") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e78aa54c-19a3-4830-bcb4-86ab2889b14a") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "220328a6-4b44-4259-a4c2-0f711ec2bb40") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "722bea23-3dde-4bf3-8f2e-0852ca70c12b") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a38b87f1-c079-48d0-8b74-b7b79b743ab5") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "bdd1cd66-f98a-40d8-b2e0-67e6cfeb544d") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "6b0fd555-5fd1-4ba9-9c1c-7303836c3407") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 90) + (layer "F.Fab") + (uuid "aee439e3-ca3b-4570-9d44-98efd503a739") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "0b716735-8458-423b-a58d-715596f57c50") + ) + (pad "2" thru_hole circle + (at 3.5 0 90) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "Net-(D9-Pad2)") + (uuid "7ef284c4-2a79-4385-a5fc-97a30d4ff2f4") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da32753") + (at 149.8 82.5) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q9" + (at 1.1 -2.5 -90) + (layer "F.SilkS") + (uuid "a24ec671-f32d-4fb1-9f74-fb80a119bbe3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 0) + (layer "F.Fab") + (uuid "55d8134b-9b6c-4c9c-bd60-ead35eb73876") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a3c4fa9-3f83-4a79-885b-607eed773568") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8196ab11-d8c2-47a8-b9c4-63c3b25e6e0f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1eb6d03f-ae27-4c63-9841-346e025ca060") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b030") + (attr smd) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff9c4da9-e22f-4e21-9370-b2c37fec59c9") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4f802531-e425-4c04-9bce-a5e252cb5fc7") + ) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2a107ff1-e3f8-4a27-9d3b-d9bc720c3ad1") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "26270127-2fa3-45d0-a571-9268515a01ae") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9db1d2ea-f67c-4373-9449-ce527a2c26e2") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4e977d03-9fa8-4fe1-8c2e-43940e52c901") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f080aef7-ee6f-4da9-bf60-7b965f224850") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "70be3105-559c-4c14-8ec0-5fb4ccf4b9ee") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b2a1cba1-321f-49b4-a5f8-5a83278a7deb") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "22bdb844-e218-4b97-9009-2eb2ab0a00b0") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3af29d5-8cea-4bb6-bde4-6f9ecdfdc582") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "73a8d5c0-f5d8-452d-afef-7ac6e3eefea7") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e0a52ce6-da18-43fb-a519-27581617cbfc") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "82d11fb4-80f3-4c74-832b-9c50b41ece19") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 31 "Net-(Q9-Pad1)") + (uuid "405447e6-8e64-4018-a03b-f0197a6f6f0a") + ) + (pad "2" smd rect + (at -1 0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "a4b057b2-4c32-48ac-8a39-8775f1c785f7") + ) + (pad "3" smd rect + (at 1 0) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 23 "Net-(D9-Pad2)") + (uuid "d81abbde-cf73-4591-bf5a-fea3e8c6de6f") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da3888e") + (at 109 81.5 -90) + (descr "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") + (tags "THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm") + (property "Reference" "J11" + (at 1.75 -4.16 90) + (layer "F.SilkS") + (uuid "ba3fe747-a0f5-47c5-aa07-5392448e4865") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 1.75 5.56 90) + (layer "F.Fab") + (uuid "19500f87-22dd-49aa-a100-50afc1c8635f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1cb4a375-0ed0-41af-b25f-943608872537") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fc5088cb-6074-4421-bd0c-096525daf473") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "78c5e133-ca62-4a47-8509-b7525dec5fcd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc623b0") + (attr through_hole) + (fp_line + (start -2.05 4.8) + (end -1.65 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "64054cca-3a7f-4fd1-9af3-afcc5a121a5f") + ) + (fp_line + (start -1.81 4.56) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3383fafc-c74c-4b08-b1e2-bfccbdcea160") + ) + (fp_line + (start -2.05 4.16) + (end -2.05 4.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "341da9cf-c276-4ba9-af19-11f6be09aa7c") + ) + (fp_line + (start -1.81 4.1) + (end 5.31 4.1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29444379-5821-4f64-a252-3d3dd85dfcfc") + ) + (fp_line + (start -1.81 3) + (end 5.31 3) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "420bdeb6-8fad-4595-8cba-10bf75dd1ecb") + ) + (fp_line + (start 2.525 1.181) + (end 2.431 1.274) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25631b87-18f4-41cf-a018-3ad761718f77") + ) + (fp_line + (start 2.355 0.941) + (end 2.226 1.069) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea786ae0-4223-4817-b9c9-ec9ad0b2ff7d") + ) + (fp_line + (start 4.775 -1.069) + (end 4.646 -0.941) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e2546728-4ee1-496d-b75c-0b00aa6ab23f") + ) + (fp_line + (start 4.57 -1.275) + (end 4.476 -1.181) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "16bc531c-e9da-4cbe-bd76-ffc8f616f9b2") + ) + (fp_line + (start -1.81 -3.16) + (end -1.81 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "255be1dc-f3fc-4b2c-bfa1-03f662312fb1") + ) + (fp_line + (start -1.81 -3.16) + (end 5.31 -3.16) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b772067-ca6a-4461-8727-b6e4f2903604") + ) + (fp_line + (start 5.31 -3.16) + (end 5.31 4.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5015318f-3ea1-4046-a4e7-6135c46cf417") + ) + (fp_arc + (start 0.028674 1.680099) + (mid -0.435535 1.622918) + (end -0.866 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f7b314e-86f7-4a8e-86be-006e88827c39") + ) + (fp_arc + (start 0.890264 1.424721) + (mid 0.463071 1.61492) + (end 0 1.68) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "341cabb9-ca38-40c3-bf43-b1559c332da7") + ) + (fp_arc + (start -1.425358 0.889894) + (mid -1.680286 0.014012) + (end -1.44 -0.866) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f8b4259-3b2e-4dbe-8856-0d4c05eaa896") + ) + (fp_arc + (start 1.425504 -0.890193) + (mid 1.680626 0.000476) + (end 1.425 0.891) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2234174f-5934-4e0d-b002-973da408e850") + ) + (fp_arc + (start -0.889894 -1.425358) + (mid -0.014012 -1.680286) + (end 0.866 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "595ea28e-9040-497d-9498-2d192b008c00") + ) + (fp_circle + (center 3.5 0) + (end 5.18 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "43b24682-c8ff-44db-9b0d-cb80545d47ee") + ) + (fp_line + (start -2.25 5) + (end 5.75 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7038ecfb-ab8e-4ba7-aaac-381fc2c163d4") + ) + (fp_line + (start 5.75 5) + (end 5.75 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf9610e2-256b-4ad7-86a2-94bd89f01013") + ) + (fp_line + (start -2.25 -3.6) + (end -2.25 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b91b6b68-7d47-4124-8b9c-572111dee981") + ) + (fp_line + (start 5.75 -3.6) + (end -2.25 -3.6) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "380d408c-b604-42a3-9446-43be954280b9") + ) + (fp_line + (start -1.35 4.5) + (end -1.75 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fce17811-c9f5-4004-8af1-42ff871ed8af") + ) + (fp_line + (start 5.25 4.5) + (end -1.35 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "70f5b83b-b773-455c-88ce-778ac6f35b7a") + ) + (fp_line + (start -1.75 4.1) + (end 5.25 4.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a4408663-3876-4983-8aea-aedbf885ac12") + ) + (fp_line + (start -1.75 4.1) + (end -1.75 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "84b24577-6f1a-427e-8440-877c36b034d5") + ) + (fp_line + (start -1.75 3) + (end 5.25 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "db7270d7-2254-4b97-b161-94808501f3d4") + ) + (fp_line + (start 1.138 -0.955) + (end -0.955 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1d316c6e-b4ec-4d72-8444-40b4d6f5984e") + ) + (fp_line + (start 4.638 -0.955) + (end 2.546 1.138) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac453e94-8364-4bc4-9528-1afd3bcff984") + ) + (fp_line + (start 0.955 -1.138) + (end -1.138 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "94a017b6-9b8e-446a-b656-c59b5af56e67") + ) + (fp_line + (start 4.455 -1.138) + (end 2.363 0.955) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2d648e89-d4d5-4580-953d-5d3fc2515133") + ) + (fp_line + (start -1.75 -3.1) + (end 5.25 -3.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9bc3f50f-8474-4fd1-a8ea-9affef824c4a") + ) + (fp_line + (start 5.25 -3.1) + (end 5.25 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5ada5b4e-738e-4c49-b5fb-4844cfed654e") + ) + (fp_circle + (center 0 0) + (end 1.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "07cd1d8f-f9cf-457c-90e8-0b39b2ce9560") + ) + (fp_circle + (center 3.5 0) + (end 5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "b5b306ba-3323-4bde-ae42-bcb5b182db4f") + ) + (fp_text user "${REFERENCE}" + (at 1.75 2.4 90) + (layer "F.Fab") + (uuid "20bc77ac-8346-4150-88c1-c93de18090bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 270) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "VCC") + (uuid "43c5d4d0-24e8-429b-a793-69afdc740722") + ) + (pad "2" thru_hole circle + (at 3.5 0 270) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "3b108160-21b5-419f-a338-0487c5bb2722") + ) + (model "${KISYS3DMOD}/TerminalBlock_Phoenix.3dshapes/TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_JST:JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da3d62e") + (at 111 91.45 180) + (descr "JST XH series connector, B3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator") + (tags "connector JST XH vertical") + (property "Reference" "J12" + (at -3.95 2.75 0) + (layer "F.SilkS") + (uuid "11ef6dd9-f68d-476d-86fb-3493775165d3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x03" + (at 2.5 4.6 0) + (layer "F.Fab") + (uuid "1cdfba76-8386-4d2d-88cb-cd32697fa4c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e66b31c-3025-4148-bb2d-80fc1d03e9ca") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3dabf356-005b-47da-a3c1-94405cdede4e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4644cf06-ebb9-4e0a-ba35-64ec1cb6ab1a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc76b3b") + (attr through_hole) + (fp_line + (start 7.56 3.51) + (end 7.56 -2.46) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee6247a6-0f5d-4ed5-a194-6119d58ddd2d") + ) + (fp_line + (start 7.56 -2.46) + (end -2.56 -2.46) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3891c3d1-b3a4-4346-bccf-668fdf5044cc") + ) + (fp_line + (start 7.55 -0.2) + (end 6.8 -0.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6a635ca-dedf-4300-b445-73f1e357ae9f") + ) + (fp_line + (start 7.55 -1.7) + (end 7.55 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "940759ca-d1f3-4222-8519-cccda4c8f521") + ) + (fp_line + (start 7.55 -2.45) + (end 5.75 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b38311f-64d6-4d3e-8ef9-f124528fd69a") + ) + (fp_line + (start 6.8 2.75) + (end 2.5 2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d66d100a-a68a-4a13-a449-8142197b95b8") + ) + (fp_line + (start 6.8 -0.2) + (end 6.8 2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c045b028-dfdb-4869-8dc0-838c5492a1d5") + ) + (fp_line + (start 5.75 -1.7) + (end 7.55 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a938ca12-bd76-4c62-8e5d-0d3b3c668bb5") + ) + (fp_line + (start 5.75 -2.45) + (end 5.75 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c2f9620b-a2f0-4ed0-96f7-71c19eb86bd4") + ) + (fp_line + (start 4.25 -1.7) + (end 4.25 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9796e226-b6ea-42fb-ac9e-8fd376469fd1") + ) + (fp_line + (start 4.25 -2.45) + (end 0.75 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0ee4ff52-6c2f-4a40-84cf-bfd48f270780") + ) + (fp_line + (start 0.75 -1.7) + (end 4.25 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d62dde9e-e7ce-4dd8-abd4-977131b0ffb1") + ) + (fp_line + (start 0.75 -2.45) + (end 0.75 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d30a64a2-a6e4-4c41-accf-68a24da29cd7") + ) + (fp_line + (start -0.75 -1.7) + (end -0.75 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e80e95b6-e48f-43fd-b2ed-79a0713bc658") + ) + (fp_line + (start -0.75 -2.45) + (end -2.55 -2.45) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c9700967-9a3c-4816-a441-89c94eb52e9e") + ) + (fp_line + (start -1.6 -2.75) + (end -2.85 -2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b416705-9b84-479e-8406-fd1aceb3b343") + ) + (fp_line + (start -1.8 2.75) + (end 2.5 2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b782763c-bd41-42ba-a48e-21a3b70e6691") + ) + (fp_line + (start -1.8 -0.2) + (end -1.8 2.75) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc33e028-89e6-4583-95a5-c2d015bf6211") + ) + (fp_line + (start -2.55 -0.2) + (end -1.8 -0.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5988a201-39a8-4f17-b5c7-7f3fc4166354") + ) + (fp_line + (start -2.55 -1.7) + (end -0.75 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48530d25-1251-4929-bb4d-eab7f978e7a0") + ) + (fp_line + (start -2.55 -2.45) + (end -2.55 -1.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "25f7ab94-b8c5-408b-b594-fc7462f2105a") + ) + (fp_line + (start -2.56 3.51) + (end 7.56 3.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "06659d3f-abc0-4d4d-804f-7a96785ace35") + ) + (fp_line + (start -2.56 -2.46) + (end -2.56 3.51) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44a7e39b-3fd1-42cb-8317-43329d7f19ef") + ) + (fp_line + (start -2.85 -2.75) + (end -2.85 -1.5) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "544d6ba5-c172-4bc3-b23f-2dbf7c749d16") + ) + (fp_line + (start 7.95 3.9) + (end 7.95 -2.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "819ff699-018b-4089-84da-9839696609e9") + ) + (fp_line + (start 7.95 -2.85) + (end -2.95 -2.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da3a3f8a-479a-4883-bc6f-b4e60ba6afd5") + ) + (fp_line + (start -2.95 3.9) + (end 7.95 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5b6bce7c-24fd-4938-a867-e1241112ade4") + ) + (fp_line + (start -2.95 -2.85) + (end -2.95 3.9) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9df555b-6a41-4d88-b486-d323fda97f81") + ) + (fp_line + (start 7.45 3.4) + (end 7.45 -2.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5521546d-1ffe-461b-8cb7-1b896a480c48") + ) + (fp_line + (start 7.45 -2.35) + (end -2.45 -2.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "27a79054-8565-42fc-87fd-a97cf6797b21") + ) + (fp_line + (start 0 -1.35) + (end 0.625 -2.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5e744e1f-4c1e-4db9-bba1-4901ca783a2f") + ) + (fp_line + (start -0.625 -2.35) + (end 0 -1.35) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b8875333-efab-449f-97de-1d590acb30e9") + ) + (fp_line + (start -2.45 3.4) + (end 7.45 3.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ea1724b2-7fd5-45ce-bee9-6a40fe1a349d") + ) + (fp_line + (start -2.45 -2.35) + (end -2.45 3.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "283c43f4-481c-418b-b470-a8a78cb81569") + ) + (fp_text user "${REFERENCE}" + (at 2.5 2.7 0) + (layer "F.Fab") + (uuid "c2829ba1-6441-4c8d-8bbe-e814ca6b67b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole roundrect + (at 0 0 180) + (size 1.7 1.95) + (drill 0.95) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.147059) + (net 6 "VCC") + (uuid "a977bbdd-4f1f-41a3-b8c1-a62b42dcfd96") + ) + (pad "2" thru_hole oval + (at 2.5 0 180) + (size 1.7 1.95) + (drill 0.95) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "/PIR_A") + (uuid "71b389e5-4704-4359-90f4-04ffee70011d") + ) + (pad "3" thru_hole oval + (at 5 0 180) + (size 1.7 1.95) + (drill 0.95) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "ea9d549c-144f-4f86-bc17-8912245c545d") + ) + (model "${KISYS3DMOD}/Connector_JST.3dshapes/JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da41b36") + (at 106.45 57.45) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "H1" + (at 0 -4.2 0) + (layer "F.SilkS") + (uuid "a5fe1882-088c-48e1-8411-ab76d362db2d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 4.2 0) + (layer "F.Fab") + (uuid "57431666-db64-4db1-bc8a-e437e2e0617c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "06eff9e5-f80c-442a-87ea-9cf9593c72e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2e42672c-ea7b-4114-be3c-86d89cfa2612") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c05d60d5-9ed3-4736-9624-c5e8e1de3b3b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dce22e8") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "91abf103-0e7e-49a6-84d0-6d4f5af6e871") + ) + (fp_circle + (center 0 0) + (end 3.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "5ff28c4e-cccf-40d2-adef-fe87950d3ee7") + ) + (fp_text user "${REFERENCE}" + (at 0.05 0.55 0) + (layer "F.Fab") + (uuid "61e48a36-df75-4a34-bb5c-9cac7e60dc21") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "02d35013-b34f-489b-b653-569167845530") + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da41b3e") + (at 106.5 98.5) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "H2" + (at 8.1 -7.1 0) + (layer "F.SilkS") + (uuid "fd1320e9-028e-4b1d-a03c-906afb9d9323") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 4.2 0) + (layer "F.Fab") + (uuid "f86eed69-446a-472a-919c-a174ff6bfd53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "58b0504a-5612-49ff-8854-c7f57430d34e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "239249f9-c9a7-4520-a444-88de1a82bf1e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ec512ba-fa83-41b0-8e00-f4bb48cf3ba1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dce2a46") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "46e1c22c-3d33-4cd9-95fd-2a031802d41a") + ) + (fp_circle + (center 0 0) + (end 3.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "eb3e9961-604c-4ded-8400-0e8440e21344") + ) + (fp_text user "${REFERENCE}" + (at 0.05 2.05 0) + (layer "F.Fab") + (uuid "0f05a549-455c-4b67-8e68-209881b1b308") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "ca0ac5b2-94ce-4168-bdf0-3cc58dfcb704") + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da41b46") + (at 159 57.5) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "H3" + (at 0 -4.2 0) + (layer "F.SilkS") + (uuid "86c76358-fba3-464e-9aa7-3a2a1817046d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 4.2 0) + (layer "F.Fab") + (uuid "67b24f5b-8513-4ce8-a856-a95a107973f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "758277d5-f49d-4842-b800-3531e0a542b5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "39919c4d-7fb7-4aec-880e-3a9c7c931107") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ec7b8bac-bd83-49bf-aa37-9c195ad7845b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dce2d5d") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "15d3bae8-4f62-49a8-9b96-7df6f93e0244") + ) + (fp_circle + (center 0 0) + (end 3.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "4fd22061-10a5-4f14-b599-081fec26350b") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "bd4eac17-ce92-451c-9e19-1923aea27c3d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "345b2cf3-045e-4dc6-9578-320b94b3d9b4") + ) + ) + (footprint "MountingHole:MountingHole_3.2mm_M3" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da41b4e") + (at 159 98.5) + (descr "Mounting Hole 3.2mm, no annular, M3") + (tags "mounting hole 3.2mm no annular m3") + (property "Reference" "H4" + (at 0 -4.2 0) + (layer "F.SilkS") + (uuid "e0b83dd8-f6d6-44e3-9fc0-91a1ebb7fd55") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 4.2 0) + (layer "F.Fab") + (uuid "569939d0-df0c-4206-9ce8-b90fb1334941") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "96820a21-26d0-4e99-b552-08f33c4d20a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2bc3a4aa-236e-4f4f-9e47-0341008cbe06") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71f1f22d-a030-4513-acd4-0f1a7c7e3202") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dce2f26") + (attr exclude_from_pos_files exclude_from_bom) + (fp_circle + (center 0 0) + (end 3.2 0) + (stroke + (width 0.15) + (type solid) + ) + (fill none) + (layer "Cmts.User") + (uuid "7f67bf64-c1d8-4ee6-85d9-4cd22f104c34") + ) + (fp_circle + (center 0 0) + (end 3.45 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "125f4238-ee08-4acb-82fb-989483e0d2cf") + ) + (fp_text user "${REFERENCE}" + (at 0.3 0 0) + (layer "F.Fab") + (uuid "0fc1e80d-060b-4f93-a649-bc1dd078c655") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at 0 0) + (size 3.2 3.2) + (drill 3.2) + (layers "*.Cu" "*.Mask") + (uuid "7f111551-738c-4c5a-97e2-7a4147516c7e") + ) + ) + (footprint "Diode_SMD:D_SOD-123" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da4286c") + (at 149.2 85.5) + (descr "SOD-123") + (tags "SOD-123") + (property "Reference" "D9" + (at 0.825 1.775 90) + (layer "F.SilkS") + (uuid "3e3c40d4-123b-4b95-a278-42e6d1b7fb0a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 2.1 0) + (layer "F.Fab") + (uuid "8f6094f2-9ecd-4b3b-ac82-42749ed951c9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0a292c8-f0bd-4a8c-b6a8-eab558b05796") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5e6f5a8-23f9-4cf6-9044-428fef38a791") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "04fb6d24-a2f4-4f97-b644-bbff90ab3632") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db759c6") + (attr smd) + (fp_line + (start -2.25 -1) + (end -2.25 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b0607fc1-34eb-405e-9ac0-b2ef91af06c4") + ) + (fp_line + (start -2.25 -1) + (end 1.65 -1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f2978e67-b968-458b-b7d0-d965d88e51b1") + ) + (fp_line + (start -2.25 1) + (end 1.65 1) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5bb5ef67-e429-4c87-8f17-6c41ef5d8fd6") + ) + (fp_line + (start -2.35 -1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "14b533ed-3197-497e-80d3-3fb23570cdaa") + ) + (fp_line + (start -2.35 -1.15) + (end 2.35 -1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e1d77be0-2725-4312-878c-8e45cfef83f8") + ) + (fp_line + (start 2.35 -1.15) + (end 2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3b5bf313-1919-4d86-bf96-9f56c9aa2f03") + ) + (fp_line + (start 2.35 1.15) + (end -2.35 1.15) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a9b2c379-8da7-48e3-8a61-e0d3fa609de8") + ) + (fp_line + (start -1.4 -0.9) + (end 1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1ad2310-411e-4c8b-8e13-fc93919b73d6") + ) + (fp_line + (start -1.4 0.9) + (end -1.4 -0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be581ddf-006e-434a-8311-18aad4de95d0") + ) + (fp_line + (start -0.75 0) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "06c9ad6c-de36-47c6-aeef-3f328ea21ab1") + ) + (fp_line + (start -0.35 0) + (end -0.35 -0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e200bbd-4965-410c-9aa4-cdfb8179f4be") + ) + (fp_line + (start -0.35 0) + (end -0.35 0.55) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c64b1e6b-1ae2-4472-84d4-40220d80f57c") + ) + (fp_line + (start -0.35 0) + (end 0.25 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2a799048-0b7c-4cb4-817c-129cef22b25d") + ) + (fp_line + (start 0.25 -0.4) + (end 0.25 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ed16bd61-78a9-43a9-9794-4fa08e7726b0") + ) + (fp_line + (start 0.25 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "95a85dea-ca0e-4961-8fe3-645b5be67629") + ) + (fp_line + (start 0.25 0.4) + (end -0.35 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2c872df5-c7ea-4ee2-898e-64ea6821d969") + ) + (fp_line + (start 1.4 -0.9) + (end 1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad4e3dc3-980c-4f00-80d1-952ab23b9849") + ) + (fp_line + (start 1.4 0.9) + (end -1.4 0.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eac90383-14b3-45c9-8ace-ca4b0c15cf8a") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 0) + (layer "F.Fab") + (uuid "d99749f3-a24c-42dc-9acf-f8fab0b51268") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.65 0) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 6 "VCC") + (uuid "ec819d8c-acb5-4415-89cb-2d9af7522975") + ) + (pad "2" smd rect + (at 1.65 0) + (size 0.9 1.2) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 23 "Net-(D9-Pad2)") + (uuid "21148981-ac5d-4de1-8672-321cc04f8ca3") + ) + (model "${KISYS3DMOD}/Diode_SMD.3dshapes/D_SOD-123.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da4592c") + (at 149.9 63.8) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D11" + (at 0 -1.5 0) + (layer "F.SilkS") + (uuid "6d26d6fc-ea0e-4554-91a4-749a528c9922") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Green" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "1f69a7aa-9a9c-4dbc-8bd6-f411f8cb2223") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "424fd07e-cf09-4a27-a907-566eccc13534") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5b53b03d-1fca-4881-a754-9037b3427a1f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e0bf2a4-d5b9-4bcf-b9c0-07b3940023e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd27ac2") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cefc9162-36f0-47e6-9e97-bb5c03252afe") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "656050d9-6461-4cc9-9fd9-06439a8829e2") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "44ef6dbe-a5f6-419c-aab3-df1fd3a1676c") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b4eb4776-2cdd-4cc5-91e3-af66fd6caa14") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0817ca87-270d-4af2-b5c3-be51f235c107") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42e26779-e9c4-4525-a398-2b3d7df8ded5") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f9109485-8c4c-421c-91d9-ec813cdb1828") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "06dc0321-62ce-4981-9fb9-4cafd4532329") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d925abd3-ebb5-42ca-adeb-bc00634d1000") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "396f877c-d5cc-4f50-b9a5-d0c8ed6e9f28") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7cb74dc-df6d-4a3d-90d3-b3b18800be84") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8327a364-99b4-4d55-bea5-ed8590962bf5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "96d54ca6-c1dd-484a-8d49-628129ae0b5a") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "40311304-09c3-4ce5-82e0-d60e4d1f7a09") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 42 "Net-(D11-Pad2)") + (uuid "946b024a-f6d3-400c-8272-e6810027b503") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da4593f") + (at 153.2 63.8) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D12" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "c6c8f416-ad0b-4fa3-b189-5a117778db61") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Green" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "62da24a7-1275-42d5-ab67-4947fc996d16") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9e649e2d-f868-4e4e-a574-3b7a43cda74b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d979644-8086-4259-a75e-90c929c945aa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a7c392e-b149-4360-a862-265d6dfe156c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd29529") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c6f16990-9d6b-484f-99e7-163de319be95") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ead905a6-ad31-4aa0-80e0-8c78293986a7") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fd1bf3b6-1477-4ba6-88b7-6352b9de34d4") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "49a63c39-6c6a-46dc-8954-9932f8e596c6") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "128b9866-f230-4cce-9c0a-7cc54f2b6091") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7bf0df99-8d0d-4e56-9a8f-7a92c6c4edfe") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8ed5af03-a392-4429-94f5-508890483e05") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8e788935-434c-4005-a451-48f08c9b0177") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a9ddaa0d-8e19-49ee-9b16-cc59c5b80fb7") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1555f64a-06e1-41c1-a772-84b30486b82b") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "09bd887e-d981-4945-9505-5522dc74c16b") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45c6c514-e657-4467-a83b-0ed6b11ef055") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "8d5cc14d-c0c3-4383-98a2-22d6cc04adb2") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "7bea27f4-2df0-4197-a65e-b5c04787a8e0") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 43 "Net-(D12-Pad2)") + (uuid "8f69c9d7-beac-42c1-8622-f82039b0f30c") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da45952") + (at 156.5 63.8) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D13" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "4b724731-1f73-4775-8aa5-bfd1e8b057df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Red" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "b80472fa-ea9a-41e9-9023-1ea4764d88cd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b6cee32d-b4e3-4acf-9c6e-c8cc9d3a6349") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "96409131-a7c5-41f8-a074-dc5af923621a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "27bcf5de-2649-41e7-898b-d4641a61ae0b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd28df2") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1ed19a06-90f1-4171-81c0-15d8165a9422") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "971c5e29-9d14-4271-8171-34c00d279d80") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "41a43355-50a7-447a-84f2-eab33aa5ac26") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf21c58c-14cf-4c63-b753-311cb2d1ef9b") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3369cf5-d4e4-4192-a8d1-0bc1c3dc941f") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d8c81a4d-bb80-4cac-a26f-d47ab4aaf3b5") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67b3a1c2-9d20-4a9e-9a77-81ffdb5a6248") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2eb3896c-74b0-4b3f-ab17-67c41b1a2c52") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "152c19b3-d120-4d7b-b97e-a9b97b137fa0") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "096fd678-0c34-4356-87f2-5fa229c26fb0") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e72e3b2-030c-47dd-9874-41b163c2788b") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8a49a8df-a03d-4eca-9146-a39fed41a97d") + ) + (fp_text user "${REFERENCE}" + (at -0.15 0 0) + (layer "F.Fab") + (uuid "ca82fce1-85cd-4617-a68c-f2921c9f114c") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "476a62d1-3e66-4b56-969b-2e71b960226a") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 44 "Net-(D13-Pad2)") + (uuid "95d9f38f-00db-4e0a-b56a-939e9a6e412b") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "LED_SMD:LED_0603_1608Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da45965") + (at 159.7 63.8) + (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "diode") + (property "Reference" "D14" + (at 0 -1.43 0) + (layer "F.SilkS") + (uuid "21882f53-7ced-4b2b-a892-fff3719853ef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Red" + (at 0 1.43 0) + (layer "F.Fab") + (uuid "4e68ec6f-eb56-4383-ba68-541dfbd554b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "47de8671-dfd0-4b20-ba48-4d35f90468b6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d66fc4bc-530d-431e-8a5b-60cfaaf77bc8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7fa64ba8-de3f-4beb-8d5d-ff98d63d5641") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd2b4eb") + (attr smd) + (fp_line + (start -1.485 -0.735) + (end -1.485 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62b799e0-e3b8-4fbe-a164-bfba784a01b3") + ) + (fp_line + (start -1.485 0.735) + (end 0.8 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "54f0a05e-538c-492c-910c-618f926f56cb") + ) + (fp_line + (start 0.8 -0.735) + (end -1.485 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0b0489cc-f28e-4962-9311-2802469496e5") + ) + (fp_line + (start -1.48 -0.73) + (end 1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a9202f71-1aec-4d72-b953-7ac11a145257") + ) + (fp_line + (start -1.48 0.73) + (end -1.48 -0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "69b0c6e0-c552-437c-8c57-f6e774fe0cef") + ) + (fp_line + (start 1.48 -0.73) + (end 1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53fd460e-6faa-4688-8ea1-8909a6610a98") + ) + (fp_line + (start 1.48 0.73) + (end -1.48 0.73) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dd412208-c1a1-4beb-9965-234d9f704e33") + ) + (fp_line + (start -0.8 -0.1) + (end -0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6e3c3565-6113-4772-aa66-de57e45f7374") + ) + (fp_line + (start -0.8 0.4) + (end 0.8 0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7f9b5b06-c222-4bcc-be8c-e0cea3382d99") + ) + (fp_line + (start -0.5 -0.4) + (end -0.8 -0.1) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9537827e-b6e1-41f5-a6e1-a68e05e06090") + ) + (fp_line + (start 0.8 -0.4) + (end -0.5 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b81bbbaf-60a1-422d-9ea4-103a65e537f9") + ) + (fp_line + (start 0.8 0.4) + (end 0.8 -0.4) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2402f2c3-5511-4988-90f6-97ef2a33cebe") + ) + (fp_text user "${REFERENCE}" + (at 0.05 0 0) + (layer "F.Fab") + (uuid "e1144cb0-2e57-4549-9af6-b691d2e28f6d") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "f513c695-3a32-4d3d-850a-235a27813503") + ) + (pad "2" smd roundrect + (at 0.7875 0) + (size 0.875 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 45 "Net-(D14-Pad2)") + (uuid "7c3538fc-51e9-45e0-9d57-c41d5eabe801") + ) + (model "${KISYS3DMOD}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da46046") + (at 150.2 65.3) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R12" + (at -2.6 0 0) + (layer "F.SilkS") + (uuid "b533e1ca-19ae-4383-8673-d6e44460592b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "8dab1d54-d0cd-442f-89f1-b316751def37") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d6543f5-f99e-4447-aff0-12661f3da512") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b1082b0-ef6c-4291-9b01-e2548521a01d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7dc5d27a-9b78-4baa-9c85-fe596dd87932") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd4c0dd") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a4be3927-4f27-45c6-b912-012c04dc6961") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a51fa159-bfc2-4e02-8201-f42e0b533891") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cc63c128-5e2a-4b2c-89f8-643cc6498bdc") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "70fbab77-38d8-46fd-b420-2eed4e35ef12") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "112ba520-4303-495c-953e-3b0a01573bf3") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "01792a33-27ac-40d2-a98f-2496c030c888") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c349607d-f2ab-4811-9068-efcf668df693") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0070bb2a-be91-46d1-a219-21ceff1b1906") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "49c39816-9ef3-41ed-8ad9-bc41e7b9e64a") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 46 "/LED1") + (uuid "ca7f5e80-0ead-4dca-a893-7bc9c7dbad47") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 42 "Net-(D11-Pad2)") + (uuid "8a2fbf3c-4185-4e54-875f-fd75f1cb0f72") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da46055") + (at 153 65.3) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R13" + (at 0.3 1.2 0) + (layer "F.SilkS") + (uuid "125a708e-d4b0-4e12-a8c7-f8d0d1bd518d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "47R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "50e84aa6-5b17-4a8e-9a3e-b1931da3d2d7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "519b6aa9-af4c-4247-bfc9-cdf6c32e10a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "70832c95-5c3e-4720-93d9-d5420e7c3a96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d57d5706-11e8-47bd-8ac8-1cf79b7899c7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd2a7f4") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ca174a40-2b91-432e-8d68-c161f4e7e7be") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7f685210-32a2-4396-ab21-5366e826d8ac") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "925e59c7-4647-41c1-9e12-d368ef868cc2") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "872fd88e-394d-4468-a43b-86c475c8b44a") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fef1af9b-cb11-4010-9dfa-56427c41b2e5") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6371e5f1-ff10-4ccf-95bf-45327f641b20") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f55a255b-c5b4-46c8-897a-5435009b22d4") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fc38610b-6e2a-435c-bbc8-aff386781a1f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "c56a547f-190f-4ffb-a28e-bd3088b112b1") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 47 "/LED2") + (uuid "3ac2dead-948b-40e5-aa96-4d83a154cca4") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 43 "Net-(D12-Pad2)") + (uuid "d2f83dbe-def0-4e25-8a7b-6e75e2939602") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da46064") + (at 155.9 65.3) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R14" + (at 0.7 1.2 0) + (layer "F.SilkS") + (uuid "a4468e02-0de7-469d-9474-f461223a96d9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "150R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "255a77dc-1767-460f-8614-646e97e42bd6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c7a6dc21-812b-4a9f-9311-09523f43d64b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e82b0423-d719-4ff5-a78f-8e8b9eac0031") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3eacd581-432e-4e64-a4cd-2229fc5d40a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd2c183") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c9457b69-e69d-4362-89ab-2a4b86e87d12") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f2c92cb7-4832-4dc1-a0ba-140fcf7db2dc") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "489549ee-83d8-493d-a513-81674944572f") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "efda1dde-4fbb-4055-a56b-22efdcc11804") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f556583-4228-4579-a4f1-8df33765df50") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c92a8919-27e3-4939-93b9-66664bcdd67a") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5ccca39e-e7bb-4170-893e-9c184823834a") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "887e2774-0c46-4c58-bd7c-1cd62a91fea5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f4d6b4ae-f315-478d-a9a7-8ac8117f5262") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 48 "/LED3") + (uuid "7e57cf67-b232-4a3e-ac3a-054990895b05") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 44 "Net-(D13-Pad2)") + (uuid "60b3e3ca-ce6d-4a4f-898d-2b420b598429") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da46073") + (at 159 65.3) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R15" + (at 0.7 1.2 0) + (layer "F.SilkS") + (uuid "a851afae-43cb-4d69-971f-6d280e051e94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "150R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "6d294a64-b02a-428a-b258-c564be1e49c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d0197cfa-2f83-42f2-9507-c801499efd59") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "761dfdd9-c0af-4fff-a91a-e73aa81a0443") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af96622d-e478-43c9-8774-d10a745e031b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dd2c5c3") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7a806550-e999-4cc7-99a9-9530d0ecee68") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aee6cc08-da6c-4be0-8e49-fea80a8a9fe2") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "082a5644-83a7-4e1c-9eda-ceadf8cd403b") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cac8ac2c-74e7-4ef7-bae1-5195d5ec2ab6") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "619c5003-a06d-4df1-a93a-03bab9dd0a4d") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5a07178-e2d0-4d03-8ffd-25c57a7c6245") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c5ee0009-d819-4b17-bd28-4b9c881d06ed") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e622a8f6-9057-4768-a36a-37ae36fe79bb") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e30e6cd4-a21e-42df-ab4c-4c9d6d010c3b") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 49 "/LED4") + (uuid "52ecab30-542e-4e01-b4d6-4cbe2707cfdb") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 45 "Net-(D14-Pad2)") + (uuid "9359cdc6-a07f-48d4-a5a6-d98bcd065361") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Sensor:Aosong_DHT11_5.5x12.0_P2.54mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da4df01") + (at 129.9 84.1 90) + (descr "Temperature and humidity module, http://akizukidenshi.com/download/ds/aosong/DHT11.pdf") + (tags "Temperature and humidity module") + (property "Reference" "U4" + (at -1 -3.5 90) + (layer "F.SilkS") + (uuid "8f393e66-1c01-4e4a-9542-1ff4dac20e70") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "DHT11" + (at 0 11.3 90) + (layer "F.Fab") + (uuid "696d25b3-908b-46ea-bcbf-62fc8db5c65d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "405f91a9-b557-4f5c-9240-b8da84db5402") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7c450012-14ce-4e02-8470-287d9770c894") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4e2e153a-b957-43a3-8eb3-ef6b4cf74469") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ddc2bf4") + (attr through_hole) + (fp_line + (start -3.16 -2.6) + (end -1.55 -2.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab403c97-f4a9-48fa-8f51-aaf7a3fa289b") + ) + (fp_line + (start -3.16 -2.6) + (end -3.16 -0.6) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0f3bcaf-47dc-4145-81b6-e3a5005d371b") + ) + (fp_line + (start 2.88 -2.32) + (end 2.88 9.94) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "af046ee0-5659-45da-8940-a32d5888ba3b") + ) + (fp_line + (start -2.87 -2.32) + (end 2.87 -2.32) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ad4fcbd8-5535-4c16-abe3-103b9ce6d6c3") + ) + (fp_line + (start 2.88 9.94) + (end -2.88 9.94) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46ebbbb7-4499-4df2-bd9a-cc86e9ce1ebd") + ) + (fp_line + (start -2.88 9.94) + (end -2.88 -2.31) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "557796f4-4ad5-4029-a2df-dfe4f9a306b7") + ) + (fp_line + (start 3 -2.44) + (end 3 10.06) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "61c76ef1-f365-44df-8a94-9a08170dbbef") + ) + (fp_line + (start -3 -2.44) + (end 3 -2.44) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee3e2476-d3ca-4e2d-9778-e6cb8da2d0cf") + ) + (fp_line + (start 3 10.06) + (end -3 10.06) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3dccfff2-9c14-4750-add2-41b29ff4b8f1") + ) + (fp_line + (start -3 10.06) + (end -3 -2.44) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "009c1abc-49e9-439b-9324-1bf44bec6e04") + ) + (fp_line + (start 2.75 -2.19) + (end 2.75 9.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "451e964a-b083-441d-96f7-4249d99eb282") + ) + (fp_line + (start -1.75 -2.19) + (end 2.75 -2.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1d46ca8-3269-4c6d-9eb2-64c6b0e512f0") + ) + (fp_line + (start -2.75 -1.19) + (end -1.75 -2.19) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6f05c127-e2a4-4698-a5fd-647014951a93") + ) + (fp_line + (start -2.75 -1.19) + (end -2.75 9.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "409be3e7-6553-45c6-aceb-3771a0551216") + ) + (fp_line + (start 2.75 9.81) + (end -2.75 9.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "326fab3f-23e6-42a3-b5b4-8763f54b88f4") + ) + (fp_text user "${REFERENCE}" + (at 0 3.81 90) + (layer "F.Fab") + (uuid "b5a4b85b-280e-4bdb-88f5-a04594700136") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 90) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "+3V3") + (uuid "1ec1ffdb-217e-4af7-acd2-3cd2556319a3") + ) + (pad "2" thru_hole circle + (at 0 2.54 90) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "/DHT_IO") + (uuid "55f20109-fb49-478b-b607-5bf656c4dd6d") + ) + (pad "3" thru_hole circle + (at 0 5.08 90) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "4edfd7fc-0a9f-4d7a-bbc8-e7e2a4ffb256") + ) + (pad "4" thru_hole circle + (at 0 7.62 90) + (size 1.5 1.5) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "f8d43819-7149-4be6-839a-45eb60cefe39") + ) + (model "${KISYS3DMOD}/Sensor.3dshapes/Aosong_DHT11_5.5x12.0_P2.54mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005da51b2e") + (at 126.2 83.6 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R16" + (at 2.5 0 0) + (layer "F.SilkS") + (uuid "fc985dd6-9e98-4855-83c0-e9bdfb2ece75") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "a370e90e-ebdf-4281-87d4-90983f65ebad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "62440fc1-6c28-4d58-90ee-874dbb891e7a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b27e7d26-faac-43d8-bb81-730f14e476b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "63d65ad3-7ee4-4e85-b047-75bfeb95713b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ddecba7") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f12d2d88-806d-4072-b636-9c21e1cd1c74") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "45816549-d0e8-4c01-bd5a-ebaff7576e66") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "69f0fc21-ba8f-4967-b63f-d635024b50fd") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f8bd7c55-5567-4415-bbb0-2eb35b22807c") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b377f92b-94aa-4bf6-a943-a6d90b9a6384") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "384207bd-968b-429c-ba77-4c2eb4554146") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e91c9fb-5c13-43e2-b364-41ef75f03ef3") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "00cc7365-5474-4dc5-9957-cebe94630da2") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "98c3b9dd-1bdc-4c8a-a639-7d5054eab94f") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 50 "/DHT_IO") + (uuid "4c6cd303-b568-4877-a13e-40f8de2ab1f4") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "+3V3") + (uuid "ac8a6f13-aa48-46a5-b37b-30da8b4ca63a") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbde418") + (at 121.8 89.408 -90) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q3" + (at -5.842 -29.838 90) + (layer "F.SilkS") + (uuid "3fd3a19c-f24c-4cc6-8466-05b08cbab21f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GSD" + (at 0 2.5 90) + (layer "F.Fab") + (uuid "275671e0-0341-48dd-9918-531ee0781847") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3d4e0439-57b4-4e5a-9539-6abb9eef9c39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8af57ccf-93ef-45a2-a4b4-20e096549b93") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a4f8d419-a994-4726-b6f7-f7db0145ce10") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005da71c46") + (attr smd) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab0e3102-063d-47d1-a731-dd4b91f4f0a9") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "88449242-ba62-45c3-9fbb-ddc262a7d3f5") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62729502-3748-4050-a609-96167d84262e") + ) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "40d4cd04-519a-4278-b2e2-671669d95147") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea586d08-cfd4-41ce-a5fc-c041d4554505") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b157b702-ddbf-41c3-b0c8-df81dfb5181d") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce0f7667-9a2e-4808-a03c-70564f702731") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "305296d8-b683-4453-9ea6-aa94e19f6eb4") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f14b7bb4-67d0-4ff7-be16-60fe7e061f22") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1e12604-f994-48c9-9f87-3d4742b73a59") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2bfea129-a596-47d8-b83e-f86ba4ab1c78") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a47591c-cbfb-4909-9c54-c42f4d932d8a") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a619428-3e79-49e4-9d4d-e706edb168b5") + ) + (fp_text user "${REFERENCE}" + (at 0 0.008 0) + (layer "F.Fab") + (uuid "8892848e-e92f-4d37-bec9-6806981dcef6") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 25 "Net-(Q3-Pad1)") + (uuid "78d6ca2d-e3c0-491c-bc1e-8d7e26dc18eb") + ) + (pad "2" smd rect + (at -1 0.95 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "1c3e7d71-a897-48dd-b8af-61a81be1a3d4") + ) + (pad "3" smd rect + (at 1 0 270) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 17 "Net-(D3-Pad2)") + (uuid "8448bf19-8a4f-4740-a1eb-39bd79058326") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff19") + (at 121.158 86.36) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R17" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "cd044e70-a3be-4625-affc-7151cfb66704") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "122d2649-40f4-4eb6-866d-d29027c27bc6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "310e0325-7d4f-493d-a44b-d3fe0402505f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f32c5aa6-8b83-4ccf-9834-0f7a4332e3c2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d963b882-c3b9-406b-b4a2-82bfcec497e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc11a04") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9d2c654f-be88-4218-942f-7145135301ef") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "396bc43d-7b66-4ed8-b690-4769d0167a0e") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e12d8ba5-da73-4eac-b3c2-09b954edcd08") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "489eeda3-4d26-4681-ae0c-e06ba6b123b8") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0686fe5-bfa6-4702-9552-8175ed564f5d") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1e40f817-8941-4699-9b5a-ededbe6d5e52") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1861b536-1ea8-4487-96f7-5abdd0fc8732") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "53aabe9b-4a06-4ca3-b9e4-bb28ddee9ecd") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "d27da9ae-fe60-45bd-acf0-56460d01616b") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "0523de98-f3ac-489f-9f40-070d2062923f") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 34 "/CH_1") + (uuid "4eb912f9-d8d5-435f-9acb-fba416edbc13") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff28") + (at 136.271 88.138 180) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R18" + (at -0.381 2.032 0) + (layer "F.SilkS") + (uuid "3a111095-8bb5-466b-b63d-43a385225ad9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "3ba1630a-87b3-49d5-8359-daa803535684") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5aca1491-c100-4029-b94c-2733ae920d6c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68b9784c-9427-4023-be18-dcb0dacc4c20") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0d1aed34-609c-4a1c-a31d-764c323b04a5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc2cc35") + (attr smd) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "63441487-fcfd-4d45-92df-6a28e203c0e9") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5596623b-8a20-487c-bac0-41d64571e8f0") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "623837dc-6b80-4cbc-9c87-b6eb1be90d7d") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c8af779b-3e39-48af-9378-28a3da146129") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d86c712e-24e1-4d2b-9ea6-0ab85995793b") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "49ccb59d-b8a4-4842-9afe-d9064bc4c0bd") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fca67c1e-da93-4f37-a099-d5e2694f4125") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "900ee3f4-4471-484c-808c-e9bbdf831d26") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "f55cfc30-f9c0-4edf-b026-74f1dc675824") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "8e32d889-8ff0-4303-8725-9fa60147a5f1") + ) + (pad "2" smd roundrect + (at 0.485 0 180) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 35 "/CH_3") + (uuid "af509aa1-1160-4449-964c-b00ea8b5b7d8") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff37") + (at 144.399 83.439) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R19" + (at -2.921 0 0) + (layer "F.SilkS") + (uuid "f7f25c06-80a1-42fa-aa5c-9c33b2cdcc6c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "e3258233-d2e1-48d9-9547-109630b70e29") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "03c51e08-65df-42b9-9570-36e7b9713c44") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8d9e62d2-8ffb-4cef-9d61-47c64398e3ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5452382-cd01-445d-a429-5d04eff025ac") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc3c60f") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6b112c22-10f7-4dfc-855f-6760578a9d08") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c456d8e-4bf4-44ef-b2b5-4701567992da") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a443173a-3ed1-4882-b8b7-f6b78d7c80f6") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4f68fbac-a998-4454-baba-c2e173454342") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2971ef8f-a9c8-4068-8305-2eb88f4f7e0b") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45bb1337-fc29-477b-8c96-599559ec8bdc") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "91f4cc19-bbf3-4267-ae36-2881a227f72f") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1658e250-1ad6-474a-9e3c-94f973c1a955") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "4d1c6df2-5c3b-4128-ad7e-7cc474e95f24") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "41961899-7ae5-40f9-b74f-8febf8c7a40b") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 36 "/CH_5") + (uuid "ad3e195f-51d0-4194-be9f-ac6a5ea398fa") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff46") + (at 145.923 77.47 90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R20" + (at 0.635 -1.016 90) + (layer "F.SilkS") + (uuid "1e840aab-5f89-444c-98b8-29952a7a973e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "2888787e-6cd3-44d1-b54f-8dbf911802b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7180a057-b586-475f-9660-d9f5cb75f2bb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "907f72b9-c82f-406e-a897-cf1970cb7c41") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eeccf508-7878-4ec8-9637-c7cf25d21fcd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc4c346") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "30b62742-f690-46a2-88c0-f55f2ded3c51") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "068b6c79-cc69-481f-932e-bb5a08a7bf59") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4b53e146-6958-4f08-827c-2f9582d2fe43") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e5ca43be-4876-44c8-a835-2245225cbab9") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e9ccbd8e-efd2-43e6-a583-cf1a9acf84c1") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "09825847-670f-4e74-9259-4e5841f03871") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a9d39f8e-74c6-48d7-b236-ad3b0abff9de") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "30356e1a-c8ee-4797-abad-2fcf1688d76c") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "59448dfc-ecd8-4a6a-a2ff-b5426eecc7c2") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "cefb514f-ec8e-4f47-b487-305644fcf6ec") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 37 "/CH_7") + (uuid "1ce57de5-4397-4467-bd07-07441269dc2a") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff55") + (at 127.381 88.265) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R21" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "53ecffa9-2e42-4962-a804-eb7dba752a16") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "de21504e-5d3f-4673-be83-96bea1186429") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe4cfe64-b7b1-4a39-be24-f1be3d27cde8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5637573e-8536-4beb-b772-14aad31558ea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49dc3ba5-1d6a-40f7-a6e5-bb2e3c26d3c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc1f7ef") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "097c9be7-86a7-420f-971a-da0e6e34b445") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2eb2eb43-bc9d-464b-ad29-b23ea23570ed") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8e933b7f-9e8e-434f-9d1a-e9ab4db35b76") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "05d7d820-56bc-4f9a-b8a6-352cbc1b40db") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "05ae3704-8926-4536-95cd-63b8b1b0f4a2") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c8e7480-34e0-4fd3-a857-884499bfe892") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ab17f91-d358-4e2f-94d4-0adc43003c70") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1f5d0b9-a236-441b-ae79-73268a2532ff") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "daca455e-58b4-4d24-a6e1-375c6d678a31") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "251d63da-bc45-4e31-8323-515fc05efcc7") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 38 "/CH_2") + (uuid "2a1ed5b1-df59-4edf-9ad8-6f417cbd3a0b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff64") + (at 142.748 86.868 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R22" + (at 0 -1.17 90) + (layer "F.SilkS") + (uuid "57b637f9-b414-424a-b7db-0e54db8dccf2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "e147fcb6-d27c-4426-b6dd-1cbd24284690") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8be7da85-e419-4804-8330-34da16b68306") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5455fe29-09a9-4114-8ec0-7828441ada27") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f6539f9d-52c5-4c05-9930-22bc34dbc675") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc350ea") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "08edf5ba-4af4-4716-a97d-47b9273f5691") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "54a3aea8-fccc-443c-a419-1f25db8d9e8c") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "091fbb2b-0755-4f4b-ba6e-7455ae877ba9") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "84586800-6976-4936-8ae0-83b5d1d56598") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3e80661-f8c5-474c-9ac8-664a215f29ce") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac08499c-7f36-462f-82fd-35df82a3f3d3") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe059b1f-9c1a-4a0c-878f-de72ffbff017") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4cc6553d-6cef-4efe-8b05-10c75f2bd520") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "8017c8e1-867d-4d7a-8db4-93778883178f") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "0a7facad-f73d-4828-a25b-b0af36e3efd2") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 39 "/CH_4") + (uuid "2d23c946-a4f9-41da-8d6e-e535a8de80b0") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff73") + (at 144.399 82.042) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R23" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "741c041a-bba4-4691-a225-f6d23850c85b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "6cb957c8-9b8a-4947-a2c7-5418931c46e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4db3fe02-1eeb-4c9d-9ed7-51ab44343882") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0350799-4510-4d95-bbec-792126f6c805") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ebbe2d2-8c2a-4316-a32d-00a814c25636") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc44260") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "837f8971-c08a-44ca-80c8-03aa847c3b57") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "69759f20-e7c3-4b96-9152-fce82e5d31e3") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "18ffc9d0-8520-4a37-bdb0-9987c611b0c3") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "01a984af-b16b-4f12-a196-ef550f992ebc") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0d050b31-6421-415a-9ff8-63757c9a27e3") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "160272ee-47c4-4cf6-8792-6edd40b71fa1") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1eb3823f-15c3-45c1-9787-78e73c228277") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6fd79cf8-fe28-4747-a897-750f484b502f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "403f5f43-28f3-45cf-a800-93e88441306c") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "0974b927-1c26-4de0-8292-cd69e9b0efcd") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 40 "/CH_6") + (uuid "a7b98c1c-aa9e-4054-b80a-802e4cba20ad") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbdff82") + (at 147.32 68.857 -90) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R24" + (at -1.293 1.27 90) + (layer "F.SilkS") + (uuid "2d813858-b37d-490b-beb2-4b6d3abbd4b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "10kR" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "6ba83d53-7f87-4a3b-9d0c-5743985e1bda") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "71a1f0d0-6fd1-44d2-866d-f27897369fce") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7cc9013a-9411-4151-8242-a842c50bb3ae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b23309b3-8e2b-476a-b5a3-559eaffb9f6e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005dc54548") + (attr smd) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5b706d4a-aa96-40fa-9f84-1ead67c5b039") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8101651f-e037-45b7-92ba-b80a1bec3da6") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aa227be7-1da6-43fd-bc4b-ba5623e88fba") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "802e07b6-c5a9-4ae3-949d-f3177b529cbb") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5dff173f-47ff-4c27-b56d-cc887bfa6c9d") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "173eb995-3dec-47ba-b47b-1393fe3d055f") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3b9aaf16-2387-4911-a7df-8c3f9acd2612") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c75e9c21-a5da-403d-ac13-9c7aeb3bd2ce") + ) + (fp_text user "${REFERENCE}" + (at 0.149 0 90) + (layer "F.Fab") + (uuid "83cba357-6355-4d28-914c-b97e3b31113a") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "8bc828ef-6653-4054-89dc-22d895e3f860") + ) + (pad "2" smd roundrect + (at 0.485 0 270) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 41 "/CH_8") + (uuid "8be8cc1d-dbdf-4b1b-bbbe-357653ba922a") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005dbe133c") + (at 149.8 70.3) + (descr "SOT-23, Standard") + (tags "SOT-23") + (property "Reference" "Q10" + (at -0.702 -2.482 0) + (layer "F.SilkS") + (uuid "64b15428-5386-4fba-a26c-c875afcfc9c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 0 2.5 0) + (layer "F.Fab") + (uuid "3ce0e93f-8ce6-434e-a588-413674503ae0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8cab70e7-c555-470b-a0c1-1403be58503d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "37107aca-e02c-4eb6-b7c8-016dde937981") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ef9adc3-2163-43d3-8b8c-709d59a8165b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005db1b092") + (attr smd) + (fp_line + (start 0.76 -1.58) + (end -1.4 -1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "97391099-2a36-4d64-8a3a-b28881530e5a") + ) + (fp_line + (start 0.76 -1.58) + (end 0.76 -0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "019a0a3e-0e62-44ea-a41b-2fe5df1e5384") + ) + (fp_line + (start 0.76 1.58) + (end -0.7 1.58) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "14b19a82-9aae-43ca-b719-794ec9567f0e") + ) + (fp_line + (start 0.76 1.58) + (end 0.76 0.65) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "762bbe2a-245a-449c-be04-b3f52651e08f") + ) + (fp_line + (start -1.7 -1.75) + (end 1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fb4fea98-363e-458f-8b2f-fddcd57f78dd") + ) + (fp_line + (start -1.7 1.75) + (end -1.7 -1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8ec05c12-0ba4-4446-9275-9bd8c8875502") + ) + (fp_line + (start 1.7 -1.75) + (end 1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a3ee7626-6c9d-4a13-8248-9d8371a46c3f") + ) + (fp_line + (start 1.7 1.75) + (end -1.7 1.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e3a80057-092c-4a36-b0ab-d946d69691cb") + ) + (fp_line + (start -0.7 -0.95) + (end -0.7 1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4bc5eca3-7e3e-4c80-b0a4-65759e225ce9") + ) + (fp_line + (start -0.7 -0.95) + (end -0.15 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5aeab08c-f5c0-467b-8f2f-6f65a54ca332") + ) + (fp_line + (start -0.7 1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7bab5c50-b9a1-40f2-b10d-40c4eeb47a21") + ) + (fp_line + (start -0.15 -1.52) + (end 0.7 -1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee6e7fe9-0d74-4c4d-bd08-c283530346ac") + ) + (fp_line + (start 0.7 -1.52) + (end 0.7 1.52) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3dd0b06d-9bdb-4a91-b75c-7da7ea353049") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "0873f8ec-e6a3-48bc-8b46-4eaf8448b2c0") + (effects + (font + (size 0.5 0.5) + (thickness 0.075) + ) + ) + ) + (pad "1" smd rect + (at -1 -0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 32 "Net-(Q10-Pad1)") + (uuid "e242edea-d74d-4147-956f-3bac8d1a5abc") + ) + (pad "2" smd rect + (at -1 0.95) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") + (uuid "71848bc1-bd64-4780-912b-28961999b1cd") + ) + (pad "3" smd rect + (at 1 0) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (net 24 "Net-(D10-Pad2)") + (uuid "da9f95cd-0f86-442b-8374-0de89d5acf97") + ) + (model "${KISYS3DMOD}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 102.87 57.785) + (end 102.87 98.425) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005da32e80") + ) + (gr_line + (start 106.68 102.235) + (end 158.75 102.235) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005da32e81") + ) + (gr_line + (start 162.56 98.425) + (end 162.56 57.785) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005da32e82") + ) + (gr_line + (start 117.975 53.975) + (end 118 54) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005da33440") + ) + (gr_line + (start 151.025 53.975) + (end 151 54) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005da33442") + ) + (gr_line + (start 118 54) + (end 119.5 61) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "0b641242-6874-462b-85fc-72d8a96e7349") + ) + (gr_line + (start 106.68 53.975) + (end 117.975 53.975) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "1b558708-02ff-4a76-81d5-da1068bed902") + ) + (gr_line + (start 119.5 61) + (end 149.5 61) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "47a1c962-b887-45e5-8245-20760ea846e9") + ) + (gr_arc + (start 162.56 98.425) + (mid 161.444077 101.119077) + (end 158.75 102.235) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "7f550f21-0511-4d9a-9cb1-b7ac8b7d22ea") + ) + (gr_arc + (start 158.75 53.975) + (mid 161.444077 55.090923) + (end 162.56 57.785) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "84473409-dc6e-4bb4-aa78-1db2db6685c1") + ) + (gr_arc + (start 102.87 57.785) + (mid 103.985923 55.090923) + (end 106.68 53.975) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "b36f2602-5995-411e-937a-178bb52fc6b0") + ) + (gr_arc + (start 106.68 102.235) + (mid 103.985923 101.119077) + (end 102.87 98.425) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d7fc29db-efa4-4a99-927d-3e021cb53f9d") + ) + (gr_line + (start 149.5 61) + (end 151 54) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "eb270293-b0be-47ed-989c-0f4d487259e9") + ) + (gr_line + (start 158.75 53.975) + (end 151.025 53.975) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "f2a21a3c-4898-4406-bb4d-f7ff0abd892d") + ) + (gr_text "WiredHut\nLight Control / Temperature Humidity Sensor" + (at 134.62 73.66 0) + (layer "B.SilkS") + (uuid "191d320f-4b96-4cd2-80c2-e935f4c4f8a9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (gr_text "Rev 2" + (at 134.62 76.2 0) + (layer "B.SilkS") + (uuid "ecb7728a-c9f6-4a31-81a8-074d45adc917") + (effects + (font + (size 1 1) + (thickness 0.15) + (italic yes) + ) + (justify mirror) + ) + ) + (gr_text "12V Gnd" + (at 103.5 83.2 270) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005da425a7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "5:+ -" + (at 150.7 101.5 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005da425aa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Gnd" + (at 105.8 94.65 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005da4c492") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "6:+ -" + (at 161.4 88.5 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005da4c49d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "8:+ -" + (at 161.4 71.5 90) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-00005da4c4a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "3:+ -" + (at 134.5 101.5 0) + (layer "F.SilkS") + (uuid "177a69f3-6a97-4340-b4a5-5ac5a6585f03") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Vin" + (at 108.7 94.7 0) + (layer "F.SilkS") + (uuid "26180a38-83ab-4df4-8fe0-1dd3464ec1e4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "2:+ -" + (at 126.1 101.5 0) + (layer "F.SilkS") + (uuid "64ae9d63-dc39-4a37-81fb-a0d462c3bc02") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Vcc" + (at 111.3 94.7 0) + (layer "F.SilkS") + (uuid "73e748bb-5ede-4a1c-8dc8-de4a417fdad2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "4:+ -" + (at 142.3 101.5 0) + (layer "F.SilkS") + (uuid "80891f65-c984-40f7-a59a-2990c31d63e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "1:+ -" + (at 117.6 101.5 0) + (layer "F.SilkS") + (uuid "bca1242c-a215-4139-8671-ee4855406b18") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "7:+ -" + (at 161.4 80.1 90) + (layer "F.SilkS") + (uuid "c382370d-7093-4558-98cb-98ac7c1ad35d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "Reset" + (at 114.1 54.9 0) + (layer "F.SilkS") + (uuid "c5bb480f-3895-42eb-98f7-ef828bdb07fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (gr_text "12V Gnd" + (at 103.6 75.1 270) + (layer "F.SilkS") + (uuid "eb0781ab-dda3-44c4-85ca-85c8da0f147d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (segment + (start 117.602 67.056) + (end 117.602 68.072) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "04b59a8d-6912-4a4f-bb4f-f8fc6e008ac2") + ) + (segment + (start 116 71.3) + (end 115.3 72) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "070066d9-91e8-4e4e-8d42-9b3880d1497a") + ) + (segment + (start 111.9665 65.29) + (end 113.154 65.29) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "07e9e969-826e-4d4a-9206-d4ab2fad9264") + ) + (segment + (start 155.7125 63.8) + (end 155.7125 61.5125) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "09337d25-41e6-47e6-9886-846297ed1cd4") + ) + (segment + (start 148.8 77.9024) + (end 148.8 77.35) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "0d12a662-b28e-48c1-ac22-07f19ee57637") + ) + (segment + (start 111 56.291) + (end 111 55.4) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "10486a3a-f009-4298-ad8a-61c14bc033d3") + ) + (segment + (start 114.15 73.5) + (end 114.15 72.05) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "13536d14-b03e-44ae-8645-a79fd71fcd33") + ) + (segment + (start 147.64 88.916) + (end 146.828 88.916) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "146b3a19-1cef-4444-99e5-852efb39b7cb") + ) + (segment + (start 146.343 77.955) + (end 146.747 78.359) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "2b8b64d9-cdc3-428f-aac5-ca7f8efe13ba") + ) + (segment + (start 114.15 72.05) + (end 114.2 72) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "2d5f08eb-0aa6-476d-946a-fdda447f8977") + ) + (segment + (start 158.9125 63.8) + (end 158.9125 63.2125) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "327b3d56-3dbf-429e-bd22-19edf19c4eb5") + ) + (segment + (start 146.747 78.359) + (end 148.3434 78.359) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "342510af-f44b-40c9-ae31-b33c359cbeb1") + ) + (segment + (start 148.3434 78.359) + (end 148.8 77.9024) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "35b6362f-1037-4a15-8c8e-b1ba72e6b46c") + ) + (segment + (start 123.086 62.103) + (end 122.936 62.253) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "35ff8671-3e29-4655-b8bd-959e04e1722d") + ) + (segment + (start 137.6 84.1) + (end 138.7 83) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "3b828ad5-a31a-4ad8-9403-6e102db3c6d4") + ) + (segment + (start 104.1725 65.04) + (end 104.1725 67.04) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "407f95e4-11e6-4c4e-a9fc-0d9b89fdcc15") + ) + (segment + (start 149.595 83.45) + (end 149.606 83.439) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "40bf5233-9bd3-40bf-931a-c8460f5b2006") + ) + (segment + (start 111.01 65.29) + (end 110.744 65.024) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "4333a972-e312-4a1b-a72a-18fe5ceb3bd2") + ) + (segment + (start 128.651 79.613) + (end 128.651 80.749) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "47dd1d59-0370-4550-ba36-a6ccec48c0b5") + ) + (segment + (start 117 56.291) + (end 116.3476 56.291) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "4a62b755-ec76-4205-9912-518eb71be493") + ) + (segment + (start 113.154 65.29) + (end 113.904 66.04) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "4b0ba7ce-e2c5-476b-beb6-6e0e1fd3152a") + ) + (segment + (start 136.756 87.907) + (end 137.16 87.503) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "4bc18f58-89c2-433f-9b90-b506b9c6dbed") + ) + (segment + (start 128.651 80.749) + (end 128.4 81) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "4e305da4-e408-4f42-a754-42f05d46c9bf") + ) + (segment + (start 106.8725 67.34) + (end 107.3475 67.34) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "4f0e105e-ca20-40cf-a6ad-acceb66b11c3") + ) + (segment + (start 152.4125 63.8) + (end 152.4125 62.0875) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "50afd521-91ea-48fd-a5ea-e05dc3c18f79") + ) + (segment + (start 120.673 86.36) + (end 120.142 86.36) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "53397304-93b2-4b85-9e67-970d6b1f9cb0") + ) + (segment + (start 146.828 88.916) + (end 146.558 88.646) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "549895d4-42e1-4ff7-a50f-6238d7e3375d") + ) + (segment + (start 126.896 87.653) + (end 126.873 87.63) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "5ceac26e-2b42-4030-b03e-713f603ee5da") + ) + (segment + (start 143.914 82.042) + (end 143.383 82.042) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "5f1c1d53-f08b-4f6a-9c0b-9480400253ea") + ) + (segment + (start 143.383 82.042) + (end 143.256 82.169) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "61881c53-1228-4950-85eb-e253a9986e3c") + ) + (segment + (start 149.486 77.35) + (end 149.733 77.597) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "630e6cec-0ce8-4aad-b37f-56d2b759e3b1") + ) + (segment + (start 143.914 83.439) + (end 143.129 83.439) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "679c1e5d-2852-42a6-b221-c0e58825dae7") + ) + (segment + (start 127 80.2) + (end 126 80.2) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "6e811efd-46a8-4c07-afba-8266e636adb3") + ) + (segment + (start 121.666 62.253) + (end 120.881 62.253) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "72454ee1-81ea-418f-86fb-a27bd604680a") + ) + (segment + (start 145.923 77.955) + (end 146.343 77.955) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "72baf36d-3222-407e-82ab-ae8cf6dc8a62") + ) + (segment + (start 148.8 77.35) + (end 149.486 77.35) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "73db54d3-e93e-4ba9-8344-928b962517bc") + ) + (segment + (start 148.8 83.45) + (end 149.595 83.45) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "742469e0-687d-4725-9e55-2c30829ea67f") + ) + (segment + (start 140.95 88.662) + (end 140.95 89.174) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "74e08cf2-f5c7-4561-8ed1-2c61e06ae3f6") + ) + (segment + (start 111.991 62.461) + (end 112.395 62.865) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "779bca99-0805-4dd4-b683-eb17b32514f1") + ) + (segment + (start 126.508 89.678) + (end 125.984 89.154) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "786c72e5-96ac-43bb-849e-8489c32ca9fd") + ) + (segment + (start 127.25 89.678) + (end 126.508 89.678) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "796b63ea-4c56-4e99-a02d-07f695584dd8") + ) + (segment + (start 137.52 84.1) + (end 137.6 84.1) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "7b6461eb-9743-47d1-9bc2-4587238a73ec") + ) + (segment + (start 148.8 71.037) + (end 149.352 70.485) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "7ed2f788-5f59-4fb6-8a8c-017888600791") + ) + (segment + (start 120.85 88.408) + (end 120.85 87.576) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "863b8774-539d-4342-8f4b-1cfd4f501f08") + ) + (segment + (start 126.896 88.265) + (end 126.896 87.653) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "876f4a00-55ff-4b96-8c27-78b53fb36e5c") + ) + (segment + (start 112.2 70.335) + (end 113.135 70.335) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "8798658e-50cf-4d4b-8fef-ffd7bd24e41a") + ) + (segment + (start 122.936 62.253) + (end 121.666 62.253) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "8911468f-b15c-467d-b142-3a133d5ea1e0") + ) + (segment + (start 147.32 68.372) + (end 147.32 67.564) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "89f73fa5-cc5b-4a36-9814-f4a0d2f01715") + ) + (segment + (start 142.748 85.979) + (end 142.494 85.725) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "8a0acbe4-7e00-4ad8-aebc-f0e8612f984e") + ) + (segment + (start 111.9665 65.29) + (end 111.01 65.29) + (width 0.3048) + (layer "F.Cu") + (net 1) + (uuid "8a4284d2-5b49-4953-8625-956e8a1fcdfd") + ) + (segment + (start 158.9125 63.2125) + (end 156.9 61.2) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "8d46fe78-f076-4903-aacb-daba8087ef0f") + ) + (segment + (start 108.4 68.3925) + (end 108.4 68.7) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "9e638a8b-a7be-46aa-b095-038d76a6cd1c") + ) + (segment + (start 116.8125 71.3) + (end 116 71.3) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "a28c4583-ccc1-4908-9b0f-f7ba6defebd0") + ) + (segment + (start 120.881 62.253) + (end 120.87609 62.25791) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "a5bf22ec-de94-4512-8821-b8b51c1eec73") + ) + (segment + (start 113.135 70.335) + (end 113.4 70.6) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "a848f6a1-bdb6-4f7c-bcab-67cf501c8808") + ) + (segment + (start 125.866 62.103) + (end 123.086 62.103) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "a9234824-6b7a-4375-83f8-c3a8ae6f2070") + ) + (segment + (start 136.756 88.138) + (end 136.756 87.907) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "ac6dc041-04f3-4377-bd8d-28fa1a54bac2") + ) + (segment + (start 142.866 62.103) + (end 144.903 62.103) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "acd7ab20-9108-4e31-a4bc-fd9883055043") + ) + (segment + (start 149.1125 63.8) + (end 147.8 63.8) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "b55f13fc-7f9d-4763-a000-28dd0893a470") + ) + (segment + (start 133.65 89.5) + (end 132.623 89.5) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "b6cebc33-f629-499d-9c44-d903022d8dac") + ) + (segment + (start 111.2 70.335) + (end 112.2 70.335) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "b6f99f2f-f076-4418-955a-7c518a873e7b") + ) + (segment + (start 128.4 81) + (end 127.8 81) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "b87dceaa-c928-4c93-a182-a1b233a066c3") + ) + (segment + (start 142.748 86.383) + (end 142.748 85.979) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "b90a6411-9e20-43e0-86d9-c53cd3193f96") + ) + (segment + (start 155.7125 61.5125) + (end 155.3 61.1) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "b99e6c0a-1c51-4b73-9823-6e55e6a3a980") + ) + (segment + (start 148.8 71.25) + (end 148.8 71.037) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "c05701a9-9106-409c-8989-6da2662e351c") + ) + (segment + (start 118.6 82.0875) + (end 118.0125 82.0875) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "c20661c1-414e-4e08-bf91-ae82bd65abdc") + ) + (segment + (start 116.3476 56.291) + (end 111 56.291) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "c505d6ea-506c-49a3-b1f3-90a42e540625") + ) + (segment + (start 132.623 89.5) + (end 132.588 89.535) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "c537529c-fc3c-46b7-b9a7-1157464ab6c9") + ) + (segment + (start 120.85 87.576) + (end 120.777 87.503) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "c5942f0e-cf88-4ab7-8c71-ab4d956bc7b5") + ) + (segment + (start 104.1725 67.04) + (end 104.1725 68.94) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "c63820aa-c183-4351-bc2a-b42e75e748f6") + ) + (segment + (start 118.0125 82.0875) + (end 117.2 82.9) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "c684dfe8-a784-4f1f-baf7-72bce56421c2") + ) + (segment + (start 140.95 89.174) + (end 140.462 89.662) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "d05c04d8-0ed7-4e03-bed4-597c16156af5") + ) + (segment + (start 120.65 62.484) + (end 120.65 63.754) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "d06cf73e-04d4-4104-8d44-45695f0adb75") + ) + (segment + (start 120.142 86.36) + (end 119.888 86.106) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "d1fef5c9-5b33-4d8f-8320-39ddd8740929") + ) + (segment + (start 111.506 62.461) + (end 111.991 62.461) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "d2c61051-a74b-4e68-a046-cdf12bd978dc") + ) + (segment + (start 144.903 62.103) + (end 145.8 63) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "dd5b5cda-e891-44c5-ad2b-1d3be6ad4f5e") + ) + (segment + (start 120.87609 62.25791) + (end 120.65 62.484) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "e414a266-8d18-46dd-8225-97df9e87bc1b") + ) + (segment + (start 115.3 72) + (end 114.2 72) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "e6f8cf98-80af-4099-80c8-5ec4062bc665") + ) + (segment + (start 107.3475 67.34) + (end 108.4 68.3925) + (width 0.1524) + (layer "F.Cu") + (net 1) + (uuid "e8fde393-d2e5-4c43-9efd-ec7db2757007") + ) + (segment + (start 104.1725 63.14) + (end 104.1725 65.04) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "f120becf-f219-4d88-954f-12fdc5c48cd7") + ) + (segment + (start 152.4125 62.0875) + (end 153.4 61.1) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "f3824007-2524-4034-816f-dfe50802dd43") + ) + (segment + (start 127.8 81) + (end 127 80.2) + (width 0.635) + (layer "F.Cu") + (net 1) + (uuid "ff2f56e8-5abb-47f8-bc1f-5530c4e00b84") + ) + (via + (at 117.2 82.9) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "001d49b2-33bc-4937-926d-7db71ce7e7e3") + ) + (via + (at 149.352 70.485) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "02d14676-c7e0-4a51-afdd-04bbb14f9206") + ) + (via + (at 110.744 65.024) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "033ce223-1e25-4f06-b6d6-b622af0c5ef6") + ) + (via + (at 108.4 68.7) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "0565d116-57ed-48ad-91db-e23ebbbc938c") + ) + (via + (at 126.873 87.63) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "0701a179-c078-44ac-9c0d-2ed4e1751433") + ) + (via + (at 115.3 72) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "07abbea4-d9a8-40e1-b94a-808db34aacf9") + ) + (via + (at 112.395 62.865) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "180f9028-1be6-4535-84cf-267702043fc9") + ) + (via + (at 126 80.2) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "1e95427d-b8e7-438a-8794-65bbc1b3e021") + ) + (via + (at 149.606 83.439) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "3057fbf4-64a8-46b0-8744-ea74678669f2") + ) + (via + (at 120.65 63.754) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "38a856b6-979b-4bae-81e4-d1ddcfc97ba5") + ) + (via + (at 147.8 63.8) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "41dc0665-0bb8-4a40-a95e-00be1b4aae36") + ) + (via + (at 147.32 67.564) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "444feeea-466d-4429-83ea-265ef4816b3a") + ) + (via + (at 155.3 61.1) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "5222ae97-6690-4f51-83ee-6f96cadef710") + ) + (via + (at 120.777 87.503) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "54c25693-093c-4e53-98f0-30e2600e9e2f") + ) + (via + (at 119.888 86.106) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "588d633e-f89d-418b-983f-df8781721549") + ) + (via + (at 125.984 89.154) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "66a732d5-5ab3-47d4-9a77-66416a3755a9") + ) + (via + (at 137.16 87.503) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "6d7d6324-450d-4a59-b862-1b48a2f63d75") + ) + (via + (at 114.2 72) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "76dc02e0-24c0-4b0c-9252-cf02226ac3e9") + ) + (via + (at 140.462 89.662) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "7b2fee78-008c-4635-8705-5aadd104bae9") + ) + (via + (at 113.904 66.04) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "7d9f039f-b784-48df-8382-c89649887a32") + ) + (via + (at 142.494 85.725) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "7e97b2c8-8d54-4648-b8b6-555c6b7f143a") + ) + (via + (at 146.558 88.646) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "82c9ab56-155f-4fc9-b40c-82923cdcaeb8") + ) + (via + (at 153.4 61.1) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "8441fe3b-c7a1-41a8-b36e-f7075651bf4a") + ) + (via + (at 149.733 77.597) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "8ae89589-6ee5-461e-bae4-78745570ae91") + ) + (via + (at 117.602 68.072) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "9775922a-e830-41b9-88d5-f34816da77b6") + ) + (via + (at 111 55.4) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "a9dc452d-60bc-4e28-b3c4-de3e3a427a48") + ) + (via + (at 156.9 61.2) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "b3ecd517-753d-4487-a2c4-96ee0a335015") + ) + (via + (at 143.129 83.439) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "c7686550-ee50-4a76-8e0f-76d5391baa0c") + ) + (via + (at 138.7 83) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "d31db292-34c6-4578-80e8-24be49583dfa") + ) + (via + (at 145.8 63) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "d3bffd6b-455c-444a-9f12-c0ef10ccd5b8") + ) + (via + (at 132.588 89.535) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "e092f5cf-1d80-4df1-83fe-b7562c219c7f") + ) + (via + (at 143.256 82.169) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "ee31e5b9-0acb-44b1-a2e3-3960590852c5") + ) + (via + (at 127 80.2) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "ef139def-1771-44df-bd18-fb9e9475660a") + ) + (via + (at 113.4 70.6) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "f72b73b9-88a8-4ef0-b5ab-fb5a9d843e2e") + ) + (segment + (start 125.866 63.373) + (end 123.086 63.373) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "052a529a-ff62-465a-9593-ba15b8f6de80") + ) + (segment + (start 125.871383 81.8) + (end 126.5 81.8) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "0aa96018-1641-4ecb-bb98-f8b2027f4463") + ) + (segment + (start 111.264 66.79) + (end 111.9665 66.79) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "0b1d9d98-6ca4-4dca-a479-67057457179c") + ) + (segment + (start 111.2 69.365) + (end 111.535 69.365) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "0d6703a4-5ebe-464e-b8ee-8ec3fa9d244e") + ) + (segment + (start 123.086 63.373) + (end 122.936 63.223) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "15283aae-ce31-4fcd-8cf9-50286610b4bc") + ) + (segment + (start 121.666 63.223) + (end 122.278 63.223) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "2732b9a9-881f-4c8a-b95f-47cd115e4fc6") + ) + (segment + (start 120.45 75.8) + (end 120.45 73.3625) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "29b437b1-9865-4f0f-be6a-92184fc39b4a") + ) + (segment + (start 110.744 67.31) + (end 110.744 68.909) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "2aed4cbd-6072-4c80-81ba-ae467ef48f2a") + ) + (segment + (start 110.744 67.31) + (end 111.264 66.79) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "2dfec124-cf3e-4c3b-8c79-ea6b6d47c6ea") + ) + (segment + (start 120.45 73.3625) + (end 118.3875 71.3) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "3678214e-c49b-48b6-a8d2-f61daa7e27ec") + ) + (segment + (start 110.744 67.31) + (end 110.764 67.29) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "3ca69ab8-bc54-4d2c-8040-bb1e1d653c2b") + ) + (segment + (start 114.15 75.8) + (end 116.4 75.8) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "44b75a22-8846-4393-9dfc-6e55a670b0b6") + ) + (segment + (start 111.535 69.365) + (end 111.535 68.635) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "4779d38b-3a4e-40dc-a9dc-f1ac38d2b33b") + ) + (segment + (start 125.8 81.8) + (end 125.871383 81.8) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "4a2e8058-1b1a-485d-a6a5-9fbf9fa7a7dd") + ) + (segment + (start 112.654 67.9775) + (end 112.654 68.911) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "50e34412-43be-49d1-958d-6fb21beb958d") + ) + (segment + (start 125.715 81.885) + (end 125.8 81.8) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "7aebec71-5eac-410f-a145-11fae5e9e9e5") + ) + (segment + (start 111.535 69.365) + (end 112.2 69.365) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "a570db63-d33e-4d77-88f8-b5fb16d0eb3a") + ) + (segment + (start 112.654 68.911) + (end 112.2 69.365) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "b989964f-eb97-4c6b-a1ba-51a8bb4be939") + ) + (segment + (start 125.715 83.6) + (end 125.715 81.885) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "b9e60c34-bdf9-4505-bffe-d37e88910d5c") + ) + (segment + (start 110.236 63.119) + (end 109.855 63.5) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "bafb140e-6c27-473d-bb2e-1606e5f61f60") + ) + (segment + (start 110.764 67.29) + (end 111.9665 67.29) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "bbe36ca1-7359-4835-85d1-d659a85ba75f") + ) + (segment + (start 122.936 63.223) + (end 121.666 63.223) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "bc3a1a39-a9ae-4a39-91d6-4bdaed9faf55") + ) + (segment + (start 128.8 84.1) + (end 126.5 81.8) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "cb052307-fe93-4d35-9d16-051b93d52830") + ) + (segment + (start 110.744 68.909) + (end 111.2 69.365) + (width 0.1524) + (layer "F.Cu") + (net 2) + (uuid "cebd81f9-3c6c-4b7b-aaa3-a1f89fa16fcd") + ) + (segment + (start 122.278 63.223) + (end 123.19 64.135) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "dd99fa8e-5f48-41c4-9e26-489098fb1336") + ) + (segment + (start 111.535 68.635) + (end 111.4 68.5) + (width 0.3048) + (layer "F.Cu") + (net 2) + (uuid "e92326d0-d19f-425b-b0bc-3ab0fb585006") + ) + (segment + (start 129.9 84.1) + (end 128.8 84.1) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "eeb9d1e6-3885-4526-b5c9-265e7e1250c9") + ) + (segment + (start 117.7 75.8) + (end 116.4 75.8) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "f8b7a891-1cd8-4e21-9a82-d5fd56e7010b") + ) + (segment + (start 110.236 62.461) + (end 110.236 63.119) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "f9077418-5a2f-4baa-8524-9e34fc295bab") + ) + (segment + (start 117.7 75.8) + (end 120.45 75.8) + (width 0.635) + (layer "F.Cu") + (net 2) + (uuid "fe0ca41f-eaaf-4009-92ba-017bd4fbfcba") + ) + (via + (at 111.4 68.5) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "350a6eed-7ef7-4564-b635-b400701c50b1") + ) + (via + (at 123.19 64.135) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "397e07e9-03c7-400d-9d12-7fea3e209eb7") + ) + (via + (at 117.7 75.8) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "7229e4c7-68a1-4198-a0cf-8a4ddd40e788") + ) + (via + (at 126.5 81.8) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "7d1e00a7-0202-4682-9157-127299775e57") + ) + (via + (at 116.4 75.8) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "c0db7006-c9e2-4049-869e-b7e46b0f8a1f") + ) + (via + (at 109.855 63.5) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "fb6aac3b-bf7d-4e46-8dd6-1cca874d7d17") + ) + (segment + (start 117.602 65.481) + (end 117.293 65.79) + (width 0.3048) + (layer "F.Cu") + (net 3) + (uuid "1d42ddd4-64d0-477d-8a8d-f496faa9261e") + ) + (segment + (start 117.293 65.79) + (end 115.8415 65.79) + (width 0.3048) + (layer "F.Cu") + (net 3) + (uuid "6b6b22e9-513f-4ecf-9b6d-42f64f0e6127") + ) + (segment + (start 112.4 78.1) + (end 114.15 78.1) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "23162147-5755-43fe-ba2f-daaa12e25e9a") + ) + (segment + (start 118.6 80.5125) + (end 117.4375 80.5125) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "32e26854-bd28-4220-a954-11c5bda18004") + ) + (segment + (start 109.55 70.45) + (end 111.8 72.7) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "72b045f0-80ec-4dd8-a685-fdc9ff15bec1") + ) + (segment + (start 114.15 78.2) + (end 116.95 81) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "752a5f08-4102-48cd-acff-f8e862a93bb2") + ) + (segment + (start 114.15 78.1) + (end 114.15 78.2) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "7dca5e8b-f1f4-4452-b227-2aa43b56933c") + ) + (segment + (start 111.8 72.7) + (end 111.8 77.5) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "909c4909-45e5-4fd4-9399-a1289b657045") + ) + (segment + (start 117.4375 80.5125) + (end 116.95 81) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "a5907925-4e37-43ec-8b1b-ddc0c3958f4c") + ) + (segment + (start 109.4 70.45) + (end 109.55 70.45) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "d834c156-21c8-471a-9aa6-59a15f7a2d3d") + ) + (segment + (start 111.8 77.5) + (end 112.4 78.1) + (width 0.635) + (layer "F.Cu") + (net 4) + (uuid "e11f1b50-4e6e-45f1-a26a-b088f7efd55d") + ) + (segment + (start 119 63.922798) + (end 119 62.2911) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "08df5b73-9866-47c9-a7a5-d613b7730be8") + ) + (segment + (start 123 65) + (end 121.5 65) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "181a968b-ea67-4dfd-bd38-74a4cc58829c") + ) + (segment + (start 124.7136 64.643) + (end 124.3566 65) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "21aef1da-c403-4832-9b25-9c91d9ca244e") + ) + (segment + (start 117.5 61.5) + (end 117 61) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "24cb7231-e30f-4670-9679-e980968db3fb") + ) + (segment + (start 121.5 65) + (end 120.961399 64.461399) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "29ea5b47-6792-4202-882d-0acc87c5420c") + ) + (segment + (start 111 60.041) + (end 111 60.985) + (width 0.635) + (layer "F.Cu") + (net 5) + (uuid "2bbaa3d7-ce30-493e-b747-4103c483da80") + ) + (segment + (start 123 65) + (end 123 65.248) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "5e4877eb-7182-4f57-b352-ace5b3cedf19") + ) + (segment + (start 119.538601 64.461399) + (end 119 63.922798) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "69872097-8661-4ab2-92df-ebefafd54314") + ) + (segment + (start 119 62.2911) + (end 118.2089 61.5) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "6b42be16-9a34-455e-9aae-328b1cc0d92a") + ) + (segment + (start 111 60.041) + (end 117 60.041) + (width 0.635) + (layer "F.Cu") + (net 5) + (uuid "7ef6f94f-55b8-44ce-bf8e-64dbb281e83a") + ) + (segment + (start 120.961399 64.461399) + (end 119.538601 64.461399) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "9a7200aa-4924-437b-9770-afdf05d6072d") + ) + (segment + (start 110.236 61.491) + (end 111.506 61.491) + (width 0.635) + (layer "F.Cu") + (net 5) + (uuid "9ce0c7d8-25a2-4e05-af89-205950013db2") + ) + (segment + (start 124.3566 65) + (end 123 65) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "b3efadc9-1bea-4e63-929f-e1ee3102f158") + ) + (segment + (start 125.866 64.643) + (end 124.7136 64.643) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "b9eda974-ec4a-423d-865a-42ce4e42abe4") + ) + (segment + (start 111 60.985) + (end 111.506 61.491) + (width 0.635) + (layer "F.Cu") + (net 5) + (uuid "bd346ce6-61ef-4c8e-88f6-fde9382e8603") + ) + (segment + (start 118.2089 61.5) + (end 117.5 61.5) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "d618c141-a12a-4549-b5b9-ea3022472f1e") + ) + (segment + (start 122.208 66.04) + (end 122.158 66.04) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "e26b90d4-35bd-4893-a826-6d373232c5ae") + ) + (segment + (start 123 65.248) + (end 122.208 66.04) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "eb8f68e7-3b36-43a9-924a-574af81b22f8") + ) + (segment + (start 117 61) + (end 117 60.041) + (width 0.1524) + (layer "F.Cu") + (net 5) + (uuid "f6d85c8c-e7cc-4453-889d-7c0dfa86bffd") + ) + (segment + (start 137.830099 94.515099) + (end 139.315 96) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "04e4362d-5176-4a77-8929-88a0eaea07fb") + ) + (segment + (start 148.635 85.5) + (end 152.635 89.5) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "0c9d2802-df41-4908-9e30-2a970fe99c08") + ) + (segment + (start 130.430099 90.404901) + (end 131.5 89.335) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "0d5876bd-76bf-4b9f-af62-b329a740dda3") + ) + (segment + (start 137.830099 90.504901) + (end 137.830099 94.515099) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "199d61a6-67b7-481b-880c-5bffc34f9262") + ) + (segment + (start 147.55 73.3) + (end 148.635 73.3) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "19d3a877-d770-4826-be5f-4981e3477bf9") + ) + (segment + (start 153.613 81.1) + (end 155.448 81.1) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "202e979c-fa40-4284-a0f9-fce77e9bd710") + ) + (segment + (start 114.434 91.45) + (end 116.7 89.184) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "24ed8487-9fc8-4e8d-a015-d258fcf48477") + ) + (segment + (start 149.35 96) + (end 144.218099 90.868099) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "2e3d9459-1880-4af3-97db-8b8e498d19e9") + ) + (segment + (start 124.130099 89.388901) + (end 125.2 88.319) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "3fb5983f-3d13-45a0-8a2b-8605c2941326") + ) + (segment + (start 113.65 81) + (end 109.5 81) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "452f0448-2be9-4e73-be2d-87acf3ec7f97") + ) + (segment + (start 148.735 79.4) + (end 149.915099 80.580099) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "49cbbb49-21f4-4db2-ae33-91dbf71eb5fe") + ) + (segment + (start 144.218099 88.388901) + (end 145.288 87.319) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "5037f4b1-0745-47af-bd47-7fc2fed32628") + ) + (segment + (start 124.85 96) + (end 124.85 94.165) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "51ffbf8b-5d29-49b2-b98d-67cf26e777c6") + ) + (segment + (start 147.55 85.5) + (end 148.635 85.5) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "5bc09cda-5a14-4ce5-8f91-93b9f56a1d50") + ) + (segment + (start 145.288 87.319) + (end 145.288 86.234) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "5daab50c-4930-4105-8f3e-d0dde669e6f7") + ) + (segment + (start 109.5 81) + (end 109 81.5) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "65150967-833e-4077-a388-29cd57c42ab0") + ) + (segment + (start 152.635 89.5) + (end 153.613 89.5) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "6c6fe19c-57b3-4a75-9018-ea00ea0d5ad2") + ) + (segment + (start 148.635 73.3) + (end 149.735 74.4) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "6dbbae99-c74b-421e-a4af-5dcecfca128f") + ) + (segment + (start 131.5 89.335) + (end 131.5 88.25) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "6fa4cb1f-f195-4bd1-bde0-85890a8d0c29") + ) + (segment + (start 124.130099 93.445099) + (end 124.130099 89.388901) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "74ff5892-8993-4f3e-b03a-58c7874feafe") + ) + (segment + (start 153.613 72.8) + (end 155.448 72.8) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "781f7548-8c0e-47b1-a45a-7f89993a9d73") + ) + (segment + (start 131.143 96) + (end 130.430099 95.287099) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "7defbc3b-fd2f-45eb-b0de-a5cd9ad2bc9d") + ) + (segment + (start 144.218099 90.868099) + (end 144.218099 88.388901) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "7e29d068-7b2b-4060-9644-bfb33e0bd7c4") + ) + (segment + (start 138.9 89.435) + (end 137.830099 90.504901) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "8907bf34-c4cd-4fec-98f1-3310a75e9011") + ) + (segment + (start 124.85 94.165) + (end 124.130099 93.445099) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "8ce8fb11-2096-434f-8c39-a6154658f4c0") + ) + (segment + (start 149.915099 80.580099) + (end 153.093099 80.580099) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "8d80328b-51f8-4693-a1a7-697a60ce420c") + ) + (segment + (start 132.978 96) + (end 131.143 96) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "918d74af-85fd-4ab4-8f0a-4acc715936c4") + ) + (segment + (start 149.735 74.4) + (end 152.013 74.4) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "95c9bc39-61c2-4800-be5e-d9e125d0f88e") + ) + (segment + (start 147.65 79.4) + (end 148.735 79.4) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "a0c92485-73c4-433f-b490-5bbb6ece0eb1") + ) + (segment + (start 152.013 74.4) + (end 153.613 72.8) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "a121e64d-2413-4ab2-a242-0507d39cc730") + ) + (segment + (start 139.315 96) + (end 141.15 96) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "a15ed911-87fa-4fd1-a1b1-407de67ebd22") + ) + (segment + (start 153.613 89.5) + (end 155.448 89.5) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "a309ea1d-d206-4210-9ce3-9c64e73a069d") + ) + (segment + (start 138.9 88.35) + (end 138.9 89.435) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "b5bf7c89-08b7-4831-9dc3-090e6e398156") + ) + (segment + (start 130.430099 95.287099) + (end 130.430099 90.404901) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "bbf0ffc9-1162-420e-989a-f4dc806caa64") + ) + (segment + (start 153.093099 80.580099) + (end 153.613 81.1) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "bcd5a068-d3c1-468a-b10a-586e012a8fdc") + ) + (segment + (start 125.2 88.319) + (end 125.2 87.234) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "ce960562-8187-4829-83fd-d2846c8d24e7") + ) + (segment + (start 116.7 89.184) + (end 118.65 87.234) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "e2242332-1857-41f4-bc6a-ca511266a8a9") + ) + (segment + (start 118.65 87.234) + (end 118.8 87.234) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "e2d252f6-7f39-4c3d-963a-f4c90bfbd89e") + ) + (segment + (start 111 91.45) + (end 114.434 91.45) + (width 0.635) + (layer "F.Cu") + (net 6) + (uuid "fffacc52-9e5d-4aef-b162-300bbff47735") + ) + (segment + (start 113.154 67.9775) + (end 113.154 69.212) + (width 0.1524) + (layer "F.Cu") + (net 7) + (uuid "1033e017-5852-4e58-8472-35873b22d1a4") + ) + (segment + (start 113.154 69.212) + (end 113.284 69.342) + (width 0.1524) + (layer "F.Cu") + (net 7) + (uuid "138ca217-e2e4-4048-8f6d-650018601122") + ) + (segment + (start 109.19 64.74) + (end 109.22 64.77) + (width 0.3048) + (layer "F.Cu") + (net 7) + (uuid "23d1d4c3-6cc3-4714-a091-a85a688e3987") + ) + (segment + (start 109.4 68) + (end 109.4 67.15) + (width 0.635) + (layer "F.Cu") + (net 7) + (uuid "be1973b5-944e-4b3f-b538-98f9abd75844") + ) + (segment + (start 106.8725 64.74) + (end 109.19 64.74) + (width 0.3048) + (layer "F.Cu") + (net 7) + (uuid "f0551b0d-193b-4fdb-a0e5-6faded28433e") + ) + (via + (at 109.22 64.77) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 7) + (uuid "3803a671-ffc7-4940-8b9d-c44e18526b14") + ) + (via + (at 109.4 68) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 7) + (uuid "cee5c3b9-7a69-4e31-b98a-7ac0155fbceb") + ) + (via + (at 113.284 69.342) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 7) + (uuid "eccf1943-fc6d-4695-9661-f9b1d8cc1d09") + ) + (segment + (start 109.844499 67.555501) + (end 109.4 68) + (width 0.1524) + (layer "B.Cu") + (net 7) + (uuid "29d40087-78ab-4934-8f38-60bc205dac55") + ) + (segment + (start 113.284 69.342) + (end 111.497501 67.555501) + (width 0.1524) + (layer "B.Cu") + (net 7) + (uuid "2a17d88e-c921-4c25-b752-4d8b851f2cab") + ) + (segment + (start 109.22 67.82) + (end 109.4 68) + (width 0.635) + (layer "B.Cu") + (net 7) + (uuid "e4770f8d-fd18-4f8b-b648-50764db82a1f") + ) + (segment + (start 111.497501 67.555501) + (end 109.844499 67.555501) + (width 0.1524) + (layer "B.Cu") + (net 7) + (uuid "e6cef24e-9e7c-4a0a-af5a-7cce3c74ab83") + ) + (segment + (start 109.22 64.77) + (end 109.22 67.82) + (width 0.635) + (layer "B.Cu") + (net 7) + (uuid "fea83edd-ed5b-41fc-a0e1-d57254342090") + ) + (segment + (start 115.154 63.59) + (end 115.244 63.5) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "06c5e24e-efac-4084-874c-d82344feb3f1") + ) + (segment + (start 117.6 64.2) + (end 117.6 63.983) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "1458d918-9d59-48a0-a885-d994c66cfe8d") + ) + (segment + (start 120.158 66.99) + (end 119.41 66.99) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "31cea756-70d2-4b40-ac1a-fac24b5dc4e5") + ) + (segment + (start 119.41 66.99) + (end 119.2 67.2) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "42e2ebce-6cf5-40f7-9c13-45c59442fcfc") + ) + (segment + (start 117.6 63.983) + (end 117.117 63.5) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "563f08c1-193f-43d7-9e06-125f804cea0e") + ) + (segment + (start 115.154 64.1025) + (end 115.154 63.59) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "b0810f2b-735b-4f6d-8ccb-574a82670bc6") + ) + (segment + (start 115.244 63.5) + (end 117.117 63.5) + (width 0.1524) + (layer "F.Cu") + (net 8) + (uuid "f17d96de-4b8b-47de-894f-a49fd31ec805") + ) + (via + (at 117.6 64.2) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 8) + (uuid "5f6c4c8d-3f7d-4ba1-a395-99d4da0cc1f4") + ) + (via + (at 119.2 67.2) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 8) + (uuid "7c1e44ec-fb90-4be4-b34f-4b927d1a1099") + ) + (segment + (start 119.2 67.2) + (end 117.6 65.6) + (width 0.1524) + (layer "B.Cu") + (net 8) + (uuid "16f8f2ee-ef3b-48f7-87d7-6318896f41a0") + ) + (segment + (start 117.6 65.6) + (end 117.6 64.2) + (width 0.1524) + (layer "B.Cu") + (net 8) + (uuid "1c7a406a-ff66-4fb1-8d04-ccde775a59b0") + ) + (segment + (start 118.087 62.23) + (end 118.61061 62.75361) + (width 0.1524) + (layer "F.Cu") + (net 9) + (uuid "18dfc277-72a0-443e-a869-842e6e3eea02") + ) + (segment + (start 119.09 65.09) + (end 120.158 65.09) + (width 0.1524) + (layer "F.Cu") + (net 9) + (uuid "4c5c379c-8464-4b42-a963-2a395d968762") + ) + (segment + (start 118.61061 64.012544) + (end 118.90481 64.306744) + (width 0.1524) + (layer "F.Cu") + (net 9) + (uuid "973f1012-e93b-4bf5-865d-3d4716c0cca3") + ) + (segment + (start 118.90481 64.306744) + (end 118.90481 64.90481) + (width 0.1524) + (layer "F.Cu") + (net 9) + (uuid "a60926d8-9a33-46f3-95c9-2bc9919f5304") + ) + (segment + (start 118.90481 64.90481) + (end 119.09 65.09) + (width 0.1524) + (layer "F.Cu") + (net 9) + (uuid "e49bc8c9-eaa0-47d6-8c4e-cfb409a9f3a0") + ) + (segment + (start 118.61061 62.75361) + (end 118.61061 64.012544) + (width 0.1524) + (layer "F.Cu") + (net 9) + (uuid "fdab0606-6713-4346-80a3-f4e48a856f00") + ) + (segment + (start 142.879 78.6) + (end 142.866 78.613) + (width 0.1524) + (layer "F.Cu") + (net 10) + (uuid "08ce9fb7-1954-45f2-8132-7d620e7182b5") + ) + (segment + (start 122.158 69.042) + (end 122.4 68.8) + (width 0.1524) + (layer "F.Cu") + (net 10) + (uuid "e3aa7830-a279-4999-8c4b-6f7c6bee3c4c") + ) + (segment + (start 144.6 78.6) + (end 142.879 78.6) + (width 0.1524) + (layer "F.Cu") + (net 10) + (uuid "eea32478-7a3c-4e5b-9e11-35cc4536d1f3") + ) + (segment + (start 122.158 69.85) + (end 122.158 69.042) + (width 0.1524) + (layer "F.Cu") + (net 10) + (uuid "f265b76f-94e9-462a-b23a-315ada6c12d3") + ) + (via + (at 122.4 68.8) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 10) + (uuid "0fd9795f-ad1c-40d6-b936-436f3f0c4031") + ) + (via + (at 144.6 78.6) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 10) + (uuid "197084ad-f39e-455b-9794-e9383de6d06b") + ) + (segment + (start 132.2 78.6) + (end 144.6 78.6) + (width 0.1524) + (layer "B.Cu") + (net 10) + (uuid "1685ea2b-aca7-4a82-80d5-c9352c52cf87") + ) + (segment + (start 122.4 68.8) + (end 132.2 78.6) + (width 0.1524) + (layer "B.Cu") + (net 10) + (uuid "c2d5d027-e6d0-4916-8a8c-aa615c07e649") + ) + (segment + (start 120.108 70.8) + (end 118.75875 69.45075) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "056bec1d-3f7b-4d08-8fd5-b54649441941") + ) + (segment + (start 113.154 64.1025) + (end 113.154 62.646) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "0f5a5691-9262-45c8-9e0b-cb3300356471") + ) + (segment + (start 115.8 61.4) + (end 116.6 61.4) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "2682a3b2-bd39-4093-800f-98e88c1b6be1") + ) + (segment + (start 116.6 61.713) + (end 117.117 62.23) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "32a3e8ed-1103-4938-8e6c-ec55b82501e8") + ) + (segment + (start 118.75875 69.45075) + (end 118.75875 69.04125) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "6efa5446-9fed-48a9-9690-8743c73a7379") + ) + (segment + (start 113.76289 62.03711) + (end 115.16289 62.03711) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "8f8dd364-fab1-4b31-a2ff-de50c170d4b8") + ) + (segment + (start 120.158 70.8) + (end 120.108 70.8) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "a297af16-5585-47f6-842b-97abe6f09024") + ) + (segment + (start 115.16289 62.03711) + (end 115.8 61.4) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "bf29c755-8192-4bcf-b4b9-7f4a73564a9b") + ) + (segment + (start 116.6 61.4) + (end 116.6 61.713) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "d2c7fffe-30d0-4f3b-93e7-4294b88d7555") + ) + (segment + (start 113.154 62.646) + (end 113.76289 62.03711) + (width 0.1524) + (layer "F.Cu") + (net 11) + (uuid "e9016ec1-31f3-4a7d-9cc3-cb92c20518aa") + ) + (via + (at 116.6 61.4) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 11) + (uuid "74238e05-13cd-4688-aeea-6f9fcf00e980") + ) + (via + (at 118.75875 69.04125) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 11) + (uuid "bf107f6b-e811-4386-9c0d-ae249ec39cc6") + ) + (segment + (start 114 61.4) + (end 116.6 61.4) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "00fff41d-9482-416a-abf7-3ff3816da263") + ) + (segment + (start 114.6 68) + (end 114.6 65.6) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "4252085b-9eb8-4fa8-8edc-8e62afc5b9a3") + ) + (segment + (start 115.387251 68.787251) + (end 114.6 68) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "6b5e952c-1e91-4870-96ae-7ea9a4b74a96") + ) + (segment + (start 113.2 62.2) + (end 114 61.4) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "962a84f8-15cb-4ffe-9cab-24ad9689703c") + ) + (segment + (start 118.75875 69.04125) + (end 118.504751 68.787251) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "baf31fe4-f5d6-415f-9611-5a4d8ba64196") + ) + (segment + (start 113.2 64.2) + (end 113.2 62.2) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "ee1717fa-9ac7-46d0-81a5-965a3a5b4652") + ) + (segment + (start 114.6 65.6) + (end 113.2 64.2) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "f69c8622-1279-41ff-ac5f-26d154538751") + ) + (segment + (start 118.504751 68.787251) + (end 115.387251 68.787251) + (width 0.1524) + (layer "B.Cu") + (net 11) + (uuid "f86c290b-5bf7-46a8-a1d5-7a89bb7cde10") + ) + (segment + (start 118.6 64.433) + (end 118.6 68.2) + (width 0.1524) + (layer "F.Cu") + (net 12) + (uuid "077123cb-777b-4ea4-ac77-4cbe5a109631") + ) + (segment + (start 118.087 63.92) + (end 118.6 64.433) + (width 0.1524) + (layer "F.Cu") + (net 12) + (uuid "372c280d-bea3-4207-8f03-b9e0e596b19b") + ) + (segment + (start 118.087 63.5) + (end 118.087 63.92) + (width 0.1524) + (layer "F.Cu") + (net 12) + (uuid "7c5b1685-8228-4bc2-a84c-fcb3dd233ad1") + ) + (segment + (start 118.6 68.2) + (end 119.3 68.9) + (width 0.1524) + (layer "F.Cu") + (net 12) + (uuid "917d1bcc-bbd7-4196-8c7b-c987d3758e82") + ) + (segment + (start 119.3 68.9) + (end 120.158 68.9) + (width 0.1524) + (layer "F.Cu") + (net 12) + (uuid "e21b2d2c-5946-46d0-8d2e-e117bb35320a") + ) + (segment + (start 115.431066 62.2) + (end 115.289146 62.34192) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "13e4b9cd-9c1f-4020-8d9d-5b6013fabcc2") + ) + (segment + (start 144.3 67.2) + (end 142.883 67.2) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "140dca6e-8c7a-4278-9d9e-a8b3d53b8b04") + ) + (segment + (start 114.45808 62.34192) + (end 114.154 62.646) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "3dcdb180-d413-4a66-8559-9a10000c4af8") + ) + (segment + (start 115.289146 62.34192) + (end 114.45808 62.34192) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "7ced1b89-85c6-40a6-8263-61a69afa8a46") + ) + (segment + (start 114.154 62.646) + (end 114.154 64.1025) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "7db8767d-fccd-449f-b278-1df1f4a4815a") + ) + (segment + (start 142.883 67.2) + (end 142.866 67.183) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "8d925c19-48bf-4a8a-952a-359fa1945706") + ) + (segment + (start 116 62.2) + (end 115.431066 62.2) + (width 0.1524) + (layer "F.Cu") + (net 13) + (uuid "e9979d79-8765-41c3-ae81-b13ca5f07aaa") + ) + (via + (at 144.3 67.2) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 13) + (uuid "5361c6c0-521d-43cf-bcbe-ec08af23b864") + ) + (via + (at 116 62.2) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 13) + (uuid "d170687e-7fe9-4752-ab04-7bcca4b1aa4f") + ) + (segment + (start 116.449397 62.453999) + (end 116.453999 62.458601) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "10d64021-4808-4127-b19d-003a3cd204fa") + ) + (segment + (start 116.453999 62.458601) + (end 142.258601 62.458601) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "1d646960-e428-45ad-a6fe-ef15a520cdc9") + ) + (segment + (start 142.258601 63.058601) + (end 144.782601 65.582601) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "54483fad-2829-48ca-92b7-c0f308927047") + ) + (segment + (start 142.258601 62.458601) + (end 142.258601 63.058601) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "59f7068f-e2d4-4cfd-b1ef-e79b086782d5") + ) + (segment + (start 116 62.2) + (end 116.253999 62.453999) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "84082eb4-89e4-4850-a1ee-795b0bb4fd45") + ) + (segment + (start 144.782601 66.232601) + (end 144.3 66.715202) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "947cc36a-5389-4fb4-b693-9ab14d955744") + ) + (segment + (start 144.3 66.715202) + (end 144.3 67.2) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "ebe7198e-9cc5-4e77-916d-950df8cdcaac") + ) + (segment + (start 116.253999 62.453999) + (end 116.449397 62.453999) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "ec3266e4-e8d0-41f0-8239-bb55f9eeaf6d") + ) + (segment + (start 144.782601 65.582601) + (end 144.782601 66.232601) + (width 0.1524) + (layer "B.Cu") + (net 13) + (uuid "fa38199f-082e-4f49-b459-a5a6d0f330e6") + ) + (segment + (start 114.654 64.1025) + (end 114.654 63.367478) + (width 0.1524) + (layer "F.Cu") + (net 14) + (uuid "20aa0b4e-473b-44c5-8ce3-7782219450b5") + ) + (segment + (start 114.654 63.367478) + (end 115.196958 62.82452) + (width 0.1524) + (layer "F.Cu") + (net 14) + (uuid "6ea4ea6d-d135-4ec7-b808-26fcfdedbb0e") + ) + (segment + (start 142.903 65.95) + (end 142.866 65.913) + (width 0.1524) + (layer "F.Cu") + (net 14) + (uuid "8c6cf721-2462-445d-9825-ff58e8678068") + ) + (segment + (start 144.3 65.95) + (end 142.903 65.95) + (width 0.1524) + (layer "F.Cu") + (net 14) + (uuid "d83ce15f-5f36-4b46-aa70-15ecbf42f542") + ) + (via + (at 144.3 65.95) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "1badd745-cc3a-4c89-896a-c19e53a41658") + ) + (via + (at 115.196958 62.82452) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 14) + (uuid "d82be1cc-dfda-4685-952d-b322e7a61c4e") + ) + (segment + (start 115.196958 62.82452) + (end 141.82452 62.82452) + (width 0.1524) + (layer "B.Cu") + (net 14) + (uuid "50689c77-ca2b-46d4-878c-c2cb43587fe9") + ) + (segment + (start 141.82452 62.82452) + (end 141.82452 63.47452) + (width 0.1524) + (layer "B.Cu") + (net 14) + (uuid "922d782a-de56-4b12-8296-c5bfa452b725") + ) + (segment + (start 141.82452 63.47452) + (end 144.3 65.95) + (width 0.1524) + (layer "B.Cu") + (net 14) + (uuid "f803a120-26ef-4dfd-ad1c-023e044c1e51") + ) + (segment + (start 108.98581 65.532) + (end 109.982 65.532) + (width 0.1524) + (layer "F.Cu") + (net 15) + (uuid "15e7154e-b0ce-41a8-a3ca-b08756911d0d") + ) + (segment + (start 111.9625 66.294) + (end 111.9665 66.29) + (width 0.1524) + (layer "F.Cu") + (net 15) + (uuid "8f699054-5e0d-4108-b982-d5b9c34d895b") + ) + (segment + (start 108.84381 65.39) + (end 108.98581 65.532) + (width 0.1524) + (layer "F.Cu") + (net 15) + (uuid "a340ae63-9f65-4016-b0ea-7e56640ac9ec") + ) + (segment + (start 110.998 66.294) + (end 111.9625 66.294) + (width 0.1524) + (layer "F.Cu") + (net 15) + (uuid "baa1e903-a4e1-460f-9647-ff1725e1f128") + ) + (segment + (start 106.8725 65.39) + (end 108.84381 65.39) + (width 0.1524) + (layer "F.Cu") + (net 15) + (uuid "dc435b0e-e513-4637-84a4-44a283f250eb") + ) + (via + (at 109.982 65.532) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "28e708ce-9eb0-42bc-b8cd-e7e1b0f2b910") + ) + (via + (at 110.998 66.294) + (size 0.508) + (drill 0.254) + (layers "F.Cu" "B.Cu") + (net 15) + (uuid "cd4e9640-7b25-4544-be6f-c22d9da18589") + ) + (segment + (start 109.982 65.532) + (end 110.236 65.532) + (width 0.1524) + (layer "B.Cu") + (net 15) + (uuid "1f6a84fd-e8eb-4a86-b201-12e8ef64a67c") + ) + (segment + (start 110.236 65.532) + (end 110.998 66.294) + (width 0.1524) + (layer "B.Cu") + (net 15) + (uuid "64affda9-50a3-417a-ac34-3bf8997f342d") + ) + (segment + (start 110.53775 66.04) + (end 110.79175 65.786) + (width 0.1524) + (layer "F.Cu") + (net 16) + (uuid "0f4c4e81-209f-4c3d-80e4-52a5bb42e899") + ) + (segment + (start 110.79175 65.786) + (end 110.79575 65.79) + (width 0.1524) + (layer "F.Cu") + (net 16) + (uuid "3144c465-e6dc-48ec-828d-aad22e5704d3") + ) + (segment + (start 110.79575 65.79) + (end 111.9665 65.79) + (width 0.1524) + (layer "F.Cu") + (net 16) + (uuid "726b63b6-2edc-4546-a439-1c2aabe8d738") + ) + (segment + (start 106.8725 66.04) + (end 110.53775 66.04) + (width 0.1524) + (layer "F.Cu") + (net 16) + (uuid "a1b5dfbc-18f1-4d33-952a-5813ca7e2f71") + ) + (segment + (start 118.8 90.534) + (end 121.674 90.534) + (width 0.635) + (layer "F.Cu") + (net 17) + (uuid "15b3f1b3-fd5d-4f4e-b3b2-f334fdc6f442") + ) + (segment + (start 121.674 90.534) + (end 121.8 90.408) + (width 0.635) + (layer "F.Cu") + (net 17) + (uuid "1660a8cf-f034-43e3-a2b0-2c7822071140") + ) + (segment + (start 121.8 90.408) + (end 121.8 94.4) + (width 0.635) + (layer "F.Cu") + (net 17) + (uuid "96bdcd3a-c655-4a5a-9c9d-b27a36025c8c") + ) + (segment + (start 121.8 94.4) + (end 120.2 96) + (width 0.635) + (layer "F.Cu") + (net 17) + (uuid "d29df30b-6be6-43b8-ab1e-428e45bac370") + ) + (segment + (start 134.55 91.55) + (end 134.6 91.5) + (width 0.635) + (layer "F.Cu") + (net 18) + (uuid "1c4430d8-a958-48b1-bed9-efccbf427d0a") + ) + (segment + (start 136.478 96) + (end 136.478 93.378) + (width 0.635) + (layer "F.Cu") + (net 18) + (uuid "3c7e61cb-5ae2-4034-96a2-08cbc9455f80") + ) + (segment + (start 131.5 91.55) + (end 134.55 91.55) + (width 0.635) + (layer "F.Cu") + (net 18) + (uuid "c708abf9-9c21-44ea-9a2e-65bfd8f5de85") + ) + (segment + (start 136.478 93.378) + (end 134.6 91.5) + (width 0.635) + (layer "F.Cu") + (net 18) + (uuid "d75291e1-ef4f-440b-b835-e140c716d961") + ) + (segment + (start 152.85 95.226) + (end 152.85 96) + (width 0.635) + (layer "F.Cu") + (net 19) + (uuid "1e15f88f-f834-445d-9a22-41dc307e62dc") + ) + (segment + (start 148.59 90.966) + (end 152.85 95.226) + (width 0.635) + (layer "F.Cu") + (net 19) + (uuid "40b0a9a4-98c2-473b-bfbf-bfe126f5bac2") + ) + (segment + (start 145.288 89.534) + (end 146.67 90.916) + (width 0.635) + (layer "F.Cu") + (net 19) + (uuid "61449826-f854-4fe4-b367-6d8778ff3655") + ) + (segment + (start 148.59 90.916) + (end 148.59 90.966) + (width 0.635) + (layer "F.Cu") + (net 19) + (uuid "9d01ee3f-8202-41e4-9515-8481c3632af1") + ) + (segment + (start 146.67 90.916) + (end 148.59 90.916) + (width 0.635) + (layer "F.Cu") + (net 19) + (uuid "e5c6b834-ff85-4546-bf4f-213cbe2dbafa") + ) + (segment + (start 154.248 76.4) + (end 155.448 77.6) + (width 0.635) + (layer "F.Cu") + (net 20) + (uuid "51e734a0-a73b-47fb-9bc7-677e68b46230") + ) + (segment + (start 150.95 79.4) + (end 153.648 79.4) + (width 0.635) + (layer "F.Cu") + (net 20) + (uuid "648bfe59-9dbe-4b3f-9a55-edaa4d6a618d") + ) + (segment + (start 153.648 79.4) + (end 155.448 77.6) + (width 0.635) + (layer "F.Cu") + (net 20) + (uuid "ae623f68-bdd9-4219-af51-fd2b8b4dfd91") + ) + (segment + (start 150.8 76.4) + (end 154.248 76.4) + (width 0.635) + (layer "F.Cu") + (net 20) + (uuid "eafad36b-98e3-40bc-a71d-156caff53457") + ) + (segment + (start 125.2 90.534) + (end 126.344 91.678) + (width 0.635) + (layer "F.Cu") + (net 21) + (uuid "4219e698-8391-433c-8689-5af9c9f1e4c0") + ) + (segment + (start 128.2 91.678) + (end 128.2 95.85) + (width 0.635) + (layer "F.Cu") + (net 21) + (uuid "b2c5b3bc-14c0-42ee-b1cf-df224f73c52c") + ) + (segment + (start 128.2 95.85) + (end 128.35 96) + (width 0.635) + (layer "F.Cu") + (net 21) + (uuid "d257c6c3-338a-40b8-a029-a761b5b97ec4") + ) + (segment + (start 126.344 91.678) + (end 128.2 91.678) + (width 0.635) + (layer "F.Cu") + (net 21) + (uuid "d5241faa-172f-4972-905b-b00fd5b39972") + ) + (segment + (start 141.9 90.712) + (end 141.9 90.662) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "01f69a6d-e419-483e-a099-5cad7d8b8b84") + ) + (segment + (start 138.9 91.65) + (end 140.912 91.65) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "25856871-496b-4cb6-b52f-ef06ea342284") + ) + (segment + (start 144.65 93.412) + (end 142.985 91.747) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "3d962af9-bd68-4dc6-967a-e8250be4417f") + ) + (segment + (start 142.985 91.747) + (end 142.935 91.747) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "69eddcde-87fc-4a70-b9fc-f9a44c4cde41") + ) + (segment + (start 142.935 91.747) + (end 141.9 90.712) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "7eae728a-0296-4b74-8ebc-e0e1c5ba253b") + ) + (segment + (start 144.65 96) + (end 144.65 93.412) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "ade8eebb-bdbb-4ff6-afbf-691638aecd88") + ) + (segment + (start 140.912 91.65) + (end 141.9 90.662) + (width 0.635) + (layer "F.Cu") + (net 22) + (uuid "c7dd6e07-9db5-4f15-89b5-cb7e5341c79e") + ) + (segment + (start 150.8 85.45) + (end 150.85 85.5) + (width 0.635) + (layer "F.Cu") + (net 23) + (uuid "abdef711-30cf-4149-b30d-aa9252e77dd5") + ) + (segment + (start 150.85 85.5) + (end 154.948 85.5) + (width 0.635) + (layer "F.Cu") + (net 23) + (uuid "c08f7311-9b20-4c6e-a7cb-7e8a4e779993") + ) + (segment + (start 150.8 82.5) + (end 150.8 85.45) + (width 0.635) + (layer "F.Cu") + (net 23) + (uuid "dac9e3bb-f7ea-4f82-90b5-c02f75672f99") + ) + (segment + (start 154.948 85.5) + (end 155.448 86) + (width 0.635) + (layer "F.Cu") + (net 23) + (uuid "e0625f91-aff3-4ed2-b35a-584e20b6e7c3") + ) + (segment + (start 150.8 70.3) + (end 150.8 73.25) + (width 0.635) + (layer "F.Cu") + (net 24) + (uuid "5a50b7c9-8ed3-4440-b957-1e4eb6b8bdae") + ) + (segment + (start 150.8 73.25) + (end 150.85 73.3) + (width 0.635) + (layer "F.Cu") + (net 24) + (uuid "70ab6201-dc55-4894-8a21-e03fafa6fc42") + ) + (segment + (start 150.8 70.3) + (end 154.448 70.3) + (width 0.635) + (layer "F.Cu") + (net 24) + (uuid "87216861-55dd-421d-9037-eebcf4d26178") + ) + (segment + (start 154.448 70.3) + (end 155.448 69.3) + (width 0.635) + (layer "F.Cu") + (net 24) + (uuid "9e16cb2c-d6be-4d09-922f-d435371543e2") + ) + (segment + (start 122.682 87.099) + (end 122.682 88.34) + (width 0.1524) + (layer "F.Cu") + (net 25) + (uuid "7d7bf920-d5c8-4458-a239-009f67b1913b") + ) + (segment + (start 122.682 88.34) + (end 122.75 88.408) + (width 0.1524) + (layer "F.Cu") + (net 25) + (uuid "eba0ce8b-c1b9-41bd-be25-d34a93a1adcf") + ) + (segment + (start 133.715 88.2) + (end 135.015 89.5) + (width 0.1524) + (layer "F.Cu") + (net 26) + (uuid "37af0a2a-14ce-479a-91e6-a4545e99e692") + ) + (segment + (start 135.015 89.5) + (end 135.55 89.5) + (width 0.1524) + (layer "F.Cu") + (net 26) + (uuid "a1741ede-d0fa-498a-aaa0-c8abdff0af59") + ) + (segment + (start 147.193 87.63) + (end 149.225 87.63) + (width 0.1524) + (layer "F.Cu") + (net 27) + (uuid "38614fed-24b3-430a-abfc-d7a5a9240dc4") + ) + (segment + (start 149.225 87.63) + (end 149.54 87.945) + (width 0.1524) + (layer "F.Cu") + (net 27) + (uuid "84a0cdb6-0f5c-4d2d-a54f-0e8493dec899") + ) + (segment + (start 149.54 87.945) + (end 149.54 88.916) + (width 0.1524) + (layer "F.Cu") + (net 27) + (uuid "a1724cae-ab6a-4b74-bacf-7a7b397f1973") + ) + (segment + (start 146.558 85.673) + (end 146.558 86.995) + (width 0.1524) + (layer "F.Cu") + (net 27) + (uuid "af574c6f-9c10-4a0a-a3ab-375501e647e0") + ) + (segment + (start 145.785 84.9) + (end 146.558 85.673) + (width 0.1524) + (layer "F.Cu") + (net 27) + (uuid "c781ab30-8632-4b77-b1d4-bb8b00545e78") + ) + (segment + (start 146.558 86.995) + (end 147.193 87.63) + (width 0.1524) + (layer "F.Cu") + (net 27) + (uuid "d55ebd6e-fd5c-4b3b-bce3-70f967e29764") + ) + (segment + (start 148.082 75.5656) + (end 148.1976 75.45) + (width 0.1524) + (layer "F.Cu") + (net 28) + (uuid "24e3acbd-ac67-4dd5-8709-35bf6f6839e7") + ) + (segment + (start 148.1976 75.45) + (end 148.8 75.45) + (width 0.1524) + (layer "F.Cu") + (net 28) + (uuid "84d40357-950c-45bb-9e83-9154894f9740") + ) + (segment + (start 147.4 77.6) + (end 148.082 76.918) + (width 0.1524) + (layer "F.Cu") + (net 28) + (uuid "91f7de1c-734d-49f2-8ea2-83c5065986fc") + ) + (segment + (start 148.082 76.918) + (end 148.082 75.5656) + (width 0.1524) + (layer "F.Cu") + (net 28) + (uuid "a7db6b9c-a57a-451f-a21b-927e65c420f7") + ) + (segment + (start 129.7024 89.678) + (end 129.15 89.678) + (width 0.1524) + (layer "F.Cu") + (net 29) + (uuid "6063693f-95c3-42f2-b0e6-0fd6b7d7de25") + ) + (segment + (start 129.771 88.265) + (end 129.771 89.6094) + (width 0.1524) + (layer "F.Cu") + (net 29) + (uuid "cec6162a-837b-4253-a6b5-1f3cf6230bd1") + ) + (segment + (start 129.771 89.6094) + (end 129.7024 89.678) + (width 0.1524) + (layer "F.Cu") + (net 29) + (uuid "f03dc8ed-c6e4-41b3-b44d-6c1f0bedb4a9") + ) + (segment + (start 140.653 86.852) + (end 142.463 88.662) + (width 0.1524) + (layer "F.Cu") + (net 30) + (uuid "6b27c4a3-f21e-46b8-999b-9b5fb26bcca0") + ) + (segment + (start 142.463 88.662) + (end 142.85 88.662) + (width 0.1524) + (layer "F.Cu") + (net 30) + (uuid "980aacb5-de7e-4975-af49-9a4d0cf920c0") + ) + (segment + (start 148.8 81.55) + (end 147.962 81.55) + (width 0.1524) + (layer "F.Cu") + (net 31) + (uuid "36ee10b3-cf93-4bc4-b95f-422cc66273c2") + ) + (segment + (start 147.962 81.55) + (end 147.447 82.065) + (width 0.1524) + (layer "F.Cu") + (net 31) + (uuid "9ec8f828-8e2a-4028-8979-1086370cad8c") + ) + (segment + (start 148.025 70.415) + (end 147.32 70.415) + (width 0.1524) + (layer "F.Cu") + (net 32) + (uuid "2a0a4dd8-a628-4eb1-96fb-e1c3d0d64e1d") + ) + (segment + (start 148.8 69.35) + (end 148.75 69.35) + (width 0.1524) + (layer "F.Cu") + (net 32) + (uuid "378ca717-d282-4f75-9334-f090ac181959") + ) + (segment + (start 148.75 69.35) + (end 148.336 69.764) + (width 0.1524) + (layer "F.Cu") + (net 32) + (uuid "4b8c270f-19f4-47a8-823d-e42b509d0534") + ) + (segment + (start 148.336 70.104) + (end 148.025 70.415) + (width 0.1524) + (layer "F.Cu") + (net 32) + (uuid "67e2cc28-5d8a-47cb-87bb-b4c2a6bdeaa7") + ) + (segment + (start 148.336 69.764) + (end 148.336 70.104) + (width 0.1524) + (layer "F.Cu") + (net 32) + (uuid "ef6aacd0-acfd-4a5f-9fa7-34ade75c7f57") + ) + (segment + (start 116.09619 87.5) + (end 110.4 87.5) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "1b55b97f-330f-4861-be0e-5e303a1ec092") + ) + (segment + (start 124.7136 65.913) + (end 123.2 67.4266) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "63ed740d-1bcd-42f9-a66d-780ac57909c7") + ) + (segment + (start 125.866 65.913) + (end 124.7136 65.913) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "677d0ebe-8a52-4426-871e-4d10f277ee04") + ) + (segment + (start 121.90361 81.44639) + (end 121.873101 81.476899) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "8b3bc740-915f-4086-879b-7c67766e5b1a") + ) + (segment + (start 108.5 89.4) + (end 108.5 91.45) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "8ce45283-9b91-446d-811c-20f8a98c0fa0") + ) + (segment + (start 121.873101 81.476899) + (end 121.873101 81.723089) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "bfef5d1f-66fa-4139-b285-3aeaa8ca2b97") + ) + (segment + (start 121.90361 72.19639) + (end 121.90361 81.44639) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "c7bb114d-0c05-41c4-ac4a-6d4b931e2c56") + ) + (segment + (start 121.873101 81.723089) + (end 116.09619 87.5) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "c96b5dd0-399f-4c88-95e9-f72ff147e2ef") + ) + (segment + (start 110.4 87.5) + (end 108.5 89.4) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "d769c3c5-cef8-47a0-91a6-f4b291600e25") + ) + (segment + (start 123.2 67.4266) + (end 123.2 70.9) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "dc0c8c17-a437-47a8-8232-f875bdcbe1fc") + ) + (segment + (start 123.2 70.9) + (end 121.90361 72.19639) + (width 0.1524) + (layer "F.Cu") + (net 33) + (uuid "dc5c1088-93b1-4a72-b63d-5ffab9a381b0") + ) + (segment + (start 124.7136 73.533) + (end 122.20842 76.03818) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "0eb77866-9ac6-43f9-81f5-9db30613eff4") + ) + (segment + (start 122.26084 86.129) + (end 122.682 86.129) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "6c545b39-7abd-4344-909c-fd99ee84e55c") + ) + (segment + (start 122.20842 86.07658) + (end 122.26084 86.129) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "75aa642c-1098-4cf0-801e-302dab9d0f63") + ) + (segment + (start 125.866 73.533) + (end 124.7136 73.533) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "7af5a8cb-7d32-4e10-b055-c05ea94e7f83") + ) + (segment + (start 122.451 86.36) + (end 122.682 86.129) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "9b4e2480-737d-464f-a791-9a225c165349") + ) + (segment + (start 122.20842 76.03818) + (end 122.20842 86.07658) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "9d312102-62dc-41fa-b31f-155397a7e6f4") + ) + (segment + (start 121.643 86.36) + (end 122.451 86.36) + (width 0.1524) + (layer "F.Cu") + (net 34) + (uuid "af17c666-b48e-4515-a051-0e5f846ef502") + ) + (segment + (start 127.926256 85.54519) + (end 124.59519 85.54519) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "20acaf8a-eef2-4c3a-a7e9-1a61bd79888b") + ) + (segment + (start 134.305 87.4) + (end 129.1 87.4) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "36157837-86eb-42b7-b76f-556de50e3086") + ) + (segment + (start 128.304809 85.923743) + (end 127.926256 85.54519) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "5332207e-8169-42fb-aaf8-cede4ccfae93") + ) + (segment + (start 128.30481 86.60481) + (end 128.304809 85.923743) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "59e0eba0-6d42-4270-b05d-a2966c81ddd3") + ) + (segment + (start 134.685 87.78) + (end 134.305 87.4) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "6d12dd14-6672-472b-9d75-a7c00f2c5f68") + ) + (segment + (start 123.00481 83.95481) + (end 123.00481 77.545256) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "71a40e40-91d8-411d-9575-2145ba5ce376") + ) + (segment + (start 134.685 88.2) + (end 135.724 88.2) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "86f2cd3e-637b-4f5c-80d8-7723baa1be7e") + ) + (segment + (start 134.685 88.2) + (end 134.685 87.78) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "b07786e0-8b3b-46ab-8c43-04cffec1f970") + ) + (segment + (start 123.00481 77.545256) + (end 124.477066 76.073) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "c2e6cd6d-0293-4bf8-82ed-b8bce568f2d1") + ) + (segment + (start 129.1 87.4) + (end 128.30481 86.60481) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "cf41a4bc-5e8c-484a-9aa1-17409b021a38") + ) + (segment + (start 135.724 88.2) + (end 135.786 88.138) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "e526aa3d-1fd0-4d10-8736-0903f85dcb5b") + ) + (segment + (start 124.59519 85.54519) + (end 123.00481 83.95481) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "f6125e8d-c836-4826-8e5b-f157a214f8a9") + ) + (segment + (start 124.477066 76.073) + (end 125.866 76.073) + (width 0.1524) + (layer "F.Cu") + (net 35) + (uuid "f8c334d1-6ee4-46b2-9600-6bf4158960c1") + ) + (segment + (start 144.42 84.9) + (end 144.815 84.9) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "08248b48-5817-489a-9fb6-6121a4e9d440") + ) + (segment + (start 139.068934 81.4) + (end 142.568934 84.9) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "28dc4f37-e0b5-4a49-9ca8-e7de4acf065c") + ) + (segment + (start 142.568934 84.9) + (end 144.42 84.9) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "49322ce6-19a0-4dca-8d4b-d8546a81e072") + ) + (segment + (start 144.815 83.508) + (end 144.884 83.439) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "859ea55d-f194-4f70-b8b6-ffbbac6e4026") + ) + (segment + (start 129.921 79.613) + (end 129.921 81.021) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "a1b8f77c-56f6-4064-b2a1-affea8525029") + ) + (segment + (start 129.921 81.021) + (end 130.3 81.4) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "a3cd4bda-f9de-4aab-bfdc-cbf442b99b6f") + ) + (segment + (start 130.3 81.4) + (end 139.068934 81.4) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "f327aa86-1602-4b80-8f6f-899a87539a45") + ) + (segment + (start 144.815 84.9) + (end 144.815 83.508) + (width 0.1524) + (layer "F.Cu") + (net 36) + (uuid "f9f2f06b-2ef5-4205-b1af-597c6625114a") + ) + (segment + (start 142.866 77.343) + (end 145.565 77.343) + (width 0.1524) + (layer "F.Cu") + (net 37) + (uuid "27b231ce-a23c-41c2-9646-97bcc3363882") + ) + (segment + (start 147.4 76.63) + (end 146.278 76.63) + (width 0.1524) + (layer "F.Cu") + (net 37) + (uuid "522ecfdc-d39c-4a0f-886b-e8846631ba86") + ) + (segment + (start 145.565 77.343) + (end 145.923 76.985) + (width 0.1524) + (layer "F.Cu") + (net 37) + (uuid "7a6ac38b-512d-4d7c-a09d-42d8a540d6da") + ) + (segment + (start 146.278 76.63) + (end 145.923 76.985) + (width 0.1524) + (layer "F.Cu") + (net 37) + (uuid "bbc887bb-bf28-48c3-96d0-69260c61851f") + ) + (segment + (start 123.95 85.85) + (end 122.7 84.6) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "17ce3437-c753-434c-9dbb-3064934de778") + ) + (segment + (start 125.866 74.803) + (end 125.316 74.803) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "1d5eab5d-6ae4-4f14-869d-f92d36105c59") + ) + (segment + (start 122.7 84.6) + (end 122.7 76.05) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "28523a21-38b7-4d30-8c19-5488e81dfa22") + ) + (segment + (start 127.866 86.21) + (end 127.506 85.85) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "3ba10014-9869-4d40-a258-bbd881eff5f1") + ) + (segment + (start 127.506 85.85) + (end 123.95 85.85) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "938d3849-107f-4b6a-9c67-6759721e1107") + ) + (segment + (start 123.947 74.803) + (end 125.866 74.803) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "aa2edf96-7c39-4131-bfa9-ceac2d1ce628") + ) + (segment + (start 122.7 76.05) + (end 123.947 74.803) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "b3adf138-22a7-4ba1-8e05-6e153cfe6b67") + ) + (segment + (start 128.801 88.265) + (end 127.866 88.265) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "bd06cb9b-3310-4197-8368-b0c8b7554fc3") + ) + (segment + (start 127.866 88.265) + (end 127.866 86.21) + (width 0.1524) + (layer "F.Cu") + (net 38) + (uuid "ee96dadd-8c7b-4b9a-a254-dcd2092d707f") + ) + (segment + (start 141.623 86.852) + (end 141.623 87.272) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "0381a4c6-a978-4e89-b39e-7805b9f096d3") + ) + (segment + (start 123.4566 83.7066) + (end 124.6 84.85) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "4742e152-44e5-46b7-baae-7afda3bb5eb3") + ) + (segment + (start 129.812132 87) + (end 127.662132 84.85) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "71135fa5-4f50-406a-96b0-68bdb311fc44") + ) + (segment + (start 140.19661 86.30339) + (end 139.5 87) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "77d973ae-82e0-466d-9017-aaef3076e2f2") + ) + (segment + (start 124.7136 77.343) + (end 123.4566 78.6) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "7f0d0bbc-cdff-4301-940a-5ee5aeedca4e") + ) + (segment + (start 127.662132 84.85) + (end 124.6 84.85) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "a4409edf-994a-46da-b78b-b0de673d8cc2") + ) + (segment + (start 141.704 87.353) + (end 142.328 87.353) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "a483edc1-d50c-44f6-a9a0-2502de7acd26") + ) + (segment + (start 123.4566 78.6) + (end 123.4566 83.7066) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "b9ef8250-0bcf-4b7a-a8cb-ecf8fcb0a47b") + ) + (segment + (start 125.866 77.343) + (end 124.7136 77.343) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "bab8559a-6284-4bd3-a250-c2a19f014457") + ) + (segment + (start 141.623 86.852) + (end 141.07439 86.30339) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "c0d6cbea-a9ef-4efc-a41b-8d605f16f05e") + ) + (segment + (start 142.328 87.353) + (end 142.748 87.353) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "ccf2585a-a394-43f2-8291-87869c86b9ff") + ) + (segment + (start 141.07439 86.30339) + (end 140.19661 86.30339) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "db988153-1e58-47cf-9111-68ad7cb2e013") + ) + (segment + (start 139.5 87) + (end 129.812132 87) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "f457a3f1-40bb-4127-b566-e517f39bd12b") + ) + (segment + (start 141.623 87.272) + (end 141.704 87.353) + (width 0.1524) + (layer "F.Cu") + (net 39) + (uuid "ff19db10-46f4-4c68-88d6-7a208946ad6e") + ) + (segment + (start 144.884 82.042) + (end 144.884 82.462) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "02d88205-d5a9-4426-bc2e-6649da6acf48") + ) + (segment + (start 144.869 82.477) + (end 144.869 82.715) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "6204f2a2-ede1-49d2-b485-fe721db1ca46") + ) + (segment + (start 144.883168 82.700832) + (end 147.112832 82.700832) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "6cb21014-080c-4540-adf7-5b1e713f94af") + ) + (segment + (start 140.081 79.613) + (end 140.081 81.981) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "7c2b1956-b2ef-4d94-a8aa-a2e964c1eff2") + ) + (segment + (start 147.112832 82.700832) + (end 147.447 83.035) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "8e8ba8df-0324-4a6b-929f-2963fdecfbd8") + ) + (segment + (start 144.869 82.715) + (end 144.883168 82.700832) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "ad817f37-3515-4952-8188-4694c4e7b592") + ) + (segment + (start 140.815 82.715) + (end 144.869 82.715) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "d592f7a7-6d15-437a-93fb-d8f539eeb1b9") + ) + (segment + (start 140.081 81.981) + (end 140.815 82.715) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "d85c71db-bf35-4654-a08d-efb09f6e46c3") + ) + (segment + (start 144.884 82.462) + (end 144.869 82.477) + (width 0.1524) + (layer "F.Cu") + (net 40) + (uuid "edae231f-606c-40bd-8a50-4af529ba520d") + ) + (segment + (start 146.674 71.385) + (end 147.32 71.385) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "3e43767d-b3e6-40e3-9a34-8d1788fffaec") + ) + (segment + (start 146.2 75.9) + (end 146.6 75.5) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "42015322-7082-44e8-8275-8d9ad262ef0b") + ) + (segment + (start 142.866 76.073) + (end 144.0184 76.073) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "4990cf05-f756-4e9c-ad41-7ec8f30dab06") + ) + (segment + (start 144.1914 75.9) + (end 146.2 75.9) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "7585120a-367b-457a-80aa-93e69afd8ae3") + ) + (segment + (start 146.9 69.342) + (end 147.32 69.342) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "79378a36-a28f-48e3-b0ac-ee78ea7e356c") + ) + (segment + (start 146.6 75.5) + (end 146.6 71.459) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "7b59cdb6-e389-40aa-b717-7b43e97d479a") + ) + (segment + (start 146.6 71.459) + (end 146.674 71.385) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "b1b3d195-e6d8-42c6-81c9-10e9611f3c7d") + ) + (segment + (start 146.6 71.459) + (end 146.6 69.808) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "cacc71cb-789b-48e1-a854-1f2eff413d7d") + ) + (segment + (start 146.812 69.596) + (end 146.812 69.43) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "cdea4dbe-a7e2-4085-920c-5eb081e85e7a") + ) + (segment + (start 146.812 69.43) + (end 146.9 69.342) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "d8f56249-4562-488e-b252-1680c52e059e") + ) + (segment + (start 146.6 69.808) + (end 146.812 69.596) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "e9bfeaac-f376-4bd9-9315-3f872db88956") + ) + (segment + (start 144.0184 76.073) + (end 144.1914 75.9) + (width 0.1524) + (layer "F.Cu") + (net 41) + (uuid "f590dbe7-9e48-47fc-9549-b72537235e5f") + ) + (segment + (start 150.6875 63.8) + (end 150.6875 65.2975) + (width 0.635) + (layer "F.Cu") + (net 42) + (uuid "86dd28f6-46aa-4119-8ba0-9ef71a8a0893") + ) + (segment + (start 150.6875 65.2975) + (end 150.685 65.3) + (width 0.635) + (layer "F.Cu") + (net 42) + (uuid "e13812bc-a85e-408e-9141-9e97544d5224") + ) + (segment + (start 153.9875 64.7975) + (end 153.485 65.3) + (width 0.635) + (layer "F.Cu") + (net 43) + (uuid "029225ad-9645-4cf7-b7dd-5aef6827b3c9") + ) + (segment + (start 153.9875 63.8) + (end 153.9875 64.7975) + (width 0.635) + (layer "F.Cu") + (net 43) + (uuid "fa81d176-50a8-47d4-9b06-8f2042260b40") + ) + (segment + (start 157.2875 64.3975) + (end 156.385 65.3) + (width 0.635) + (layer "F.Cu") + (net 44) + (uuid "aec67b89-bf91-41f4-a10c-cf81e9769ef3") + ) + (segment + (start 157.2875 63.8) + (end 157.2875 64.3975) + (width 0.635) + (layer "F.Cu") + (net 44) + (uuid "e2224f99-16d2-4970-ae39-a8de6d7e521a") + ) + (segment + (start 160.4875 63.8) + (end 160.4875 64.2975) + (width 0.635) + (layer "F.Cu") + (net 45) + (uuid "d3a2be9a-b600-47fc-a1bb-9ccabe5ba70d") + ) + (segment + (start 160.4875 64.2975) + (end 159.485 65.3) + (width 0.635) + (layer "F.Cu") + (net 45) + (uuid "e61c02c0-aa93-492f-8e38-614ad605b728") + ) + (segment + (start 144.0184 63.373) + (end 145.9454 65.3) + (width 0.1524) + (layer "F.Cu") + (net 46) + (uuid "475b07c6-bf29-4aee-9fac-ed52b0e98bcb") + ) + (segment + (start 145.9454 65.3) + (end 149.32 65.3) + (width 0.1524) + (layer "F.Cu") + (net 46) + (uuid "4bb3ef18-7f02-49cf-a483-9fdeef29c3ff") + ) + (segment + (start 142.866 63.373) + (end 144.0184 63.373) + (width 0.1524) + (layer "F.Cu") + (net 46) + (uuid "5aeef633-cf39-4512-bb03-3c619995bb7b") + ) + (segment + (start 149.32 65.3) + (end 149.715 65.3) + (width 0.1524) + (layer "F.Cu") + (net 46) + (uuid "a9b906d5-14b5-4c21-b952-2f75d6c7ad3b") + ) + (segment + (start 144.857334 64.643) + (end 146.062944 65.84861) + (width 0.1524) + (layer "F.Cu") + (net 47) + (uuid "1c43629e-0e5e-46b4-9456-2b39730e593e") + ) + (segment + (start 146.062944 65.84861) + (end 151.96639 65.84861) + (width 0.1524) + (layer "F.Cu") + (net 47) + (uuid "4d383389-9dfd-4fcb-b0f6-2c9ce080abeb") + ) + (segment + (start 152.180832 65.634168) + (end 152.515 65.3) + (width 0.1524) + (layer "F.Cu") + (net 47) + (uuid "5af0871e-717c-4dcc-908c-1ba805128ade") + ) + (segment + (start 151.96639 65.84861) + (end 152.180832 65.634168) + (width 0.1524) + (layer "F.Cu") + (net 47) + (uuid "ca8e6b36-9491-4643-9cb6-96ee9274d3d6") + ) + (segment + (start 142.866 64.643) + (end 144.857334 64.643) + (width 0.1524) + (layer "F.Cu") + (net 47) + (uuid "cf8244cf-3f47-4fa4-abab-5f5114ecf832") + ) + (segment + (start 142.866 68.453) + (end 144.447 68.453) + (width 0.1524) + (layer "F.Cu") + (net 48) + (uuid "5dd80775-0e73-48ed-af03-44f069676a19") + ) + (segment + (start 146.6 66.3) + (end 154.415 66.3) + (width 0.1524) + (layer "F.Cu") + (net 48) + (uuid "9b827ac1-f293-4c29-a920-3e3bf04aa6a8") + ) + (segment + (start 154.415 66.3) + (end 155.415 65.3) + (width 0.1524) + (layer "F.Cu") + (net 48) + (uuid "aa4d0d64-c905-4cf3-a27d-4d53bbf6e8d9") + ) + (segment + (start 144.447 68.453) + (end 146.6 66.3) + (width 0.1524) + (layer "F.Cu") + (net 48) + (uuid "b9180fb9-35f9-4bd1-aa8c-0dfb45bf3417") + ) + (segment + (start 146.5486 66.8114) + (end 144.78 68.58) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "02c8c821-4c5d-44e4-af83-cd8f7bb37baa") + ) + (segment + (start 157.2 65.5) + (end 155.8886 66.8114) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "1be3a3c1-9e5a-4c05-84a1-20aa02f1a299") + ) + (segment + (start 158.515 65.3) + (end 158.315 65.5) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "26c86855-c9ca-43f9-890c-96253fc4d393") + ) + (segment + (start 144.78 70.358) + (end 144.145 70.993) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "3a2381e0-27c2-41de-a1da-616e07bacaa5") + ) + (segment + (start 144.78 68.58) + (end 144.78 70.358) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "49be3733-5fd7-4b60-82aa-fa02c93d7122") + ) + (segment + (start 155.8886 66.8114) + (end 146.5486 66.8114) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "5b034749-eb25-44c9-bc0c-920e281255ba") + ) + (segment + (start 144.145 70.993) + (end 144.0184 70.993) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "81e3837d-c5eb-4f90-b38f-5dc55e89dede") + ) + (segment + (start 144.0184 70.993) + (end 142.866 70.993) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "a2cd5601-3f54-4c9c-bb1d-3958f4deb96d") + ) + (segment + (start 158.315 65.5) + (end 157.2 65.5) + (width 0.1524) + (layer "F.Cu") + (net 49) + (uuid "c223b725-c1f5-4858-9447-aeef8cb0d437") + ) + (segment + (start 127.84519 84.54519) + (end 128.9 85.6) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "102439eb-7b60-44b4-8597-0ed7de09ccbb") + ) + (segment + (start 127.21019 84.54519) + (end 127.84519 84.54519) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "267a6fd9-b794-4692-8a63-90170ab51997") + ) + (segment + (start 126.685 83.6) + (end 126.685 84.02) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "792ce050-aed3-4c7a-8c47-6bd4c5a1e41d") + ) + (segment + (start 142.869 74.8) + (end 142.866 74.803) + (width 0.635) + (layer "F.Cu") + (net 50) + (uuid "86630eb7-9c38-4b33-bc9d-d12d5d796cef") + ) + (segment + (start 128.9 85.6) + (end 132.3 85.6) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "aaddc40e-ec3d-4a98-b3c1-6e00c1544b47") + ) + (segment + (start 132.44 85.46) + (end 132.44 84.1) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "b1854e18-acb9-44ce-899b-a04a6bb59b60") + ) + (segment + (start 145.5 74.8) + (end 142.869 74.8) + (width 0.635) + (layer "F.Cu") + (net 50) + (uuid "ba3e7d5f-541d-4bda-9043-8038e28f6251") + ) + (segment + (start 132.3 85.6) + (end 132.44 85.46) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "bece15a2-0c7f-4439-a1f4-9327a2f1e226") + ) + (segment + (start 126.685 84.02) + (end 127.21019 84.54519) + (width 0.1524) + (layer "F.Cu") + (net 50) + (uuid "db22c6a3-c52e-4119-8b54-7c79fef2211c") + ) + (via + (at 145.5 74.8) + (size 0.889) + (drill 0.508) + (layers "F.Cu" "B.Cu") + (net 50) + (uuid "0ef6dc3a-de16-4962-a76e-2603a2f269e7") + ) + (segment + (start 132.44 84.1) + (end 134.64 81.9) + (width 0.635) + (layer "B.Cu") + (net 50) + (uuid "02946e54-5928-4cd8-b0e0-4e0251f0d7c1") + ) + (segment + (start 145.5 79.4) + (end 145.5 74.8) + (width 0.635) + (layer "B.Cu") + (net 50) + (uuid "7fa870d9-9444-4425-a7d1-94e2d27bd271") + ) + (segment + (start 134.64 81.9) + (end 142.371374 81.9) + (width 0.635) + (layer "B.Cu") + (net 50) + (uuid "86d13606-4616-4ab4-a576-0f6085e487fa") + ) + (segment + (start 142.371374 81.9) + (end 144.171374 80.1) + (width 0.635) + (layer "B.Cu") + (net 50) + (uuid "c7ea4902-e7da-478d-9b65-6abcc55de6d0") + ) + (segment + (start 144.8 80.1) + (end 145.5 79.4) + (width 0.635) + (layer "B.Cu") + (net 50) + (uuid "d07c6916-a6e7-4757-a4e7-7686d56ba082") + ) + (segment + (start 144.171374 80.1) + (end 144.8 80.1) + (width 0.635) + (layer "B.Cu") + (net 50) + (uuid "f0138a5b-08cb-48ef-8cf0-33a9b8904eba") + ) + (zone + (net 1) + (net_name "GND") + (layer "In1.Cu") + (uuid "00000000-0000-0000-0000-00005da4e9fa") + (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) + (smoothing fillet) + ) + (polygon + (pts + (xy 115.55 62.7) (xy 127.56 62.8) (xy 127.6 83.82) (xy 109.22 83.82) (xy 109.22 84.455) (xy 127.455 84.455) + (xy 128.4 85.4) (xy 139.5 85.4) (xy 139.5 80.53) (xy 146.685 80.5) (xy 146.685 63.5) (xy 152.4 63.5) + (xy 152.4 54.61) (xy 158.75 54.61) (xy 161.925 57.785) (xy 161.925 98.425) (xy 158.75 101.6) (xy 106.68 101.6) + (xy 103.505 98.425) (xy 103.505 58.42) (xy 107.315 54.61) (xy 115.57 54.61) + ) + ) + (filled_polygon + (layer "In1.Cu") + (pts + (xy 115.425924 61.516841) (xy 115.309469 61.633296) (xy 115.212179 61.778901) (xy 115.147305 61.93552) + (xy 115.109399 61.93552) (xy 114.937646 61.969684) (xy 114.775859 62.036699) (xy 114.630254 62.133989) + (xy 114.506427 62.257816) (xy 114.409137 62.403421) (xy 114.342122 62.565208) (xy 114.307958 62.736961) + (xy 114.307958 62.912079) (xy 114.342122 63.083832) (xy 114.409137 63.245619) (xy 114.506427 63.391224) + (xy 114.630254 63.515051) (xy 114.775859 63.612341) (xy 114.937646 63.679356) (xy 115.109399 63.71352) + (xy 115.284517 63.71352) (xy 115.45627 63.679356) (xy 115.618057 63.612341) (xy 115.763662 63.515051) + (xy 115.887489 63.391224) (xy 115.984779 63.245619) (xy 116.049653 63.089) (xy 116.087559 63.089) + (xy 116.259312 63.054836) (xy 116.421099 62.987821) (xy 116.566704 62.890531) (xy 116.62131 62.835925) + (xy 127.433239 62.925949) (xy 127.468236 81.31666) (xy 127.45664 81.288665) (xy 127.338502 81.111859) + (xy 127.188141 80.961498) (xy 127.011335 80.84336) (xy 126.814878 80.761985) (xy 126.606321 80.7205) + (xy 126.393679 80.7205) (xy 126.185122 80.761985) (xy 125.988665 80.84336) (xy 125.811859 80.961498) + (xy 125.661498 81.111859) (xy 125.54336 81.288665) (xy 125.461985 81.485122) (xy 125.4205 81.693679) + (xy 125.4205 81.906321) (xy 125.461985 82.114878) (xy 125.54336 82.311335) (xy 125.661498 82.488141) + (xy 125.811859 82.638502) (xy 125.988665 82.75664) (xy 126.185122 82.838015) (xy 126.393679 82.8795) + (xy 126.606321 82.8795) (xy 126.814878 82.838015) (xy 127.011335 82.75664) (xy 127.188141 82.638502) + (xy 127.338502 82.488141) (xy 127.45664 82.311335) (xy 127.470067 82.278919) (xy 127.472758 83.693) + (xy 110.299768 83.693) (xy 110.21358 83.606812) (xy 110.127392 83.693) (xy 110.08616 83.693) (xy 109.978486 83.437164) + (xy 109.779088 83.338072) (xy 110.2 83.338072) (xy 110.324482 83.325812) (xy 110.44418 83.289502) + (xy 110.554494 83.230537) (xy 110.651185 83.151185) (xy 110.730537 83.054494) (xy 110.789502 82.94418) + (xy 110.825812 82.824482) (xy 110.838072 82.7) (xy 110.838072 80.3) (xy 110.825812 80.175518) (xy 110.789502 80.05582) + (xy 110.730537 79.945506) (xy 110.651185 79.848815) (xy 110.554494 79.769463) (xy 110.44418 79.710498) + (xy 110.324482 79.674188) (xy 110.2 79.661928) (xy 107.8 79.661928) (xy 107.675518 79.674188) (xy 107.55582 79.710498) + (xy 107.445506 79.769463) (xy 107.348815 79.848815) (xy 107.269463 79.945506) (xy 107.210498 80.05582) + (xy 107.174188 80.175518) (xy 107.161928 80.3) (xy 107.161928 82.7) (xy 107.174188 82.824482) (xy 107.210498 82.94418) + (xy 107.269463 83.054494) (xy 107.348815 83.151185) (xy 107.445506 83.230537) (xy 107.55582 83.289502) + (xy 107.675518 83.325812) (xy 107.8 83.338072) (xy 108.206903 83.338072) (xy 108.021514 83.437164) + (xy 107.901626 83.72202) (xy 109 84.820395) (xy 109.014143 84.806253) (xy 109.193748 84.985858) + (xy 109.179605 85) (xy 110.27798 86.098374) (xy 110.562836 85.978486) (xy 110.723699 85.65479) (xy 110.818322 85.305931) + (xy 110.843067 84.945316) (xy 110.796985 84.586802) (xy 110.795371 84.582) (xy 127.402394 84.582) + (xy 128.310197 85.489803) (xy 128.329443 85.505597) (xy 128.351399 85.517333) (xy 128.375224 85.52456) + (xy 128.4 85.527) (xy 139.5 85.527) (xy 139.524776 85.52456) (xy 139.548601 85.517333) (xy 139.570557 85.505597) + (xy 139.589803 85.489803) (xy 139.605597 85.470557) (xy 139.617333 85.448601) (xy 139.62456 85.424776) + (xy 139.627 85.4) (xy 139.627 80.656471) (xy 146.68553 80.626999) (xy 146.710296 80.624455) (xy 146.73409 80.617129) + (xy 146.755998 80.605301) (xy 146.775177 80.589427) (xy 146.79089 80.570116) (xy 146.802535 80.54811) + (xy 146.809662 80.524256) (xy 146.812 80.5) (xy 146.812 79.9) (xy 153.609928 79.9) (xy 153.609928 82.3) + (xy 153.622188 82.424482) (xy 153.658498 82.54418) (xy 153.717463 82.654494) (xy 153.796815 82.751185) + (xy 153.893506 82.830537) (xy 154.00382 82.889502) (xy 154.123518 82.925812) (xy 154.248 82.938072) + (xy 156.648 82.938072) (xy 156.772482 82.925812) (xy 156.89218 82.889502) (xy 157.002494 82.830537) + (xy 157.099185 82.751185) (xy 157.178537 82.654494) (xy 157.237502 82.54418) (xy 157.273812 82.424482) + (xy 157.286072 82.3) (xy 157.286072 79.9) (xy 157.273812 79.775518) (xy 157.237502 79.65582) (xy 157.178537 79.545506) + (xy 157.099185 79.448815) (xy 157.002494 79.369463) (xy 156.89218 79.310498) (xy 156.772482 79.274188) + (xy 156.648 79.261928) (xy 156.230838 79.261928) (xy 156.317199 79.226156) (xy 156.617744 79.025338) + (xy 156.873338 78.769744) (xy 157.074156 78.469199) (xy 157.212482 78.13525) (xy 157.283 77.780732) + (xy 157.283 77.419268) (xy 157.212482 77.06475) (xy 157.074156 76.730801) (xy 156.873338 76.430256) + (xy 156.617744 76.174662) (xy 156.317199 75.973844) (xy 155.98325 75.835518) (xy 155.628732 75.765) + (xy 155.267268 75.765) (xy 154.91275 75.835518) (xy 154.578801 75.973844) (xy 154.278256 76.174662) + (xy 154.022662 76.430256) (xy 153.821844 76.730801) (xy 153.683518 77.06475) (xy 153.613 77.419268) + (xy 153.613 77.780732) (xy 153.683518 78.13525) (xy 153.821844 78.469199) (xy 154.022662 78.769744) + (xy 154.278256 79.025338) (xy 154.578801 79.226156) (xy 154.665162 79.261928) (xy 154.248 79.261928) + (xy 154.123518 79.274188) (xy 154.00382 79.310498) (xy 153.893506 79.369463) (xy 153.796815 79.448815) + (xy 153.717463 79.545506) (xy 153.658498 79.65582) (xy 153.622188 79.775518) (xy 153.609928 79.9) + (xy 146.812 79.9) (xy 146.812 71.6) (xy 153.609928 71.6) (xy 153.609928 74) (xy 153.622188 74.124482) + (xy 153.658498 74.24418) (xy 153.717463 74.354494) (xy 153.796815 74.451185) (xy 153.893506 74.530537) + (xy 154.00382 74.589502) (xy 154.123518 74.625812) (xy 154.248 74.638072) (xy 156.648 74.638072) + (xy 156.772482 74.625812) (xy 156.89218 74.589502) (xy 157.002494 74.530537) (xy 157.099185 74.451185) + (xy 157.178537 74.354494) (xy 157.237502 74.24418) (xy 157.273812 74.124482) (xy 157.286072 74) + (xy 157.286072 71.6) (xy 157.273812 71.475518) (xy 157.237502 71.35582) (xy 157.178537 71.245506) + (xy 157.099185 71.148815) (xy 157.002494 71.069463) (xy 156.89218 71.010498) (xy 156.772482 70.974188) + (xy 156.648 70.961928) (xy 156.230838 70.961928) (xy 156.317199 70.926156) (xy 156.617744 70.725338) + (xy 156.873338 70.469744) (xy 157.074156 70.169199) (xy 157.212482 69.83525) (xy 157.283 69.480732) + (xy 157.283 69.119268) (xy 157.212482 68.76475) (xy 157.074156 68.430801) (xy 156.873338 68.130256) + (xy 156.617744 67.874662) (xy 156.317199 67.673844) (xy 155.98325 67.535518) (xy 155.628732 67.465) + (xy 155.267268 67.465) (xy 154.91275 67.535518) (xy 154.578801 67.673844) (xy 154.278256 67.874662) + (xy 154.022662 68.130256) (xy 153.821844 68.430801) (xy 153.683518 68.76475) (xy 153.613 69.119268) + (xy 153.613 69.480732) (xy 153.683518 69.83525) (xy 153.821844 70.169199) (xy 154.022662 70.469744) + (xy 154.278256 70.725338) (xy 154.578801 70.926156) (xy 154.665162 70.961928) (xy 154.248 70.961928) + (xy 154.123518 70.974188) (xy 154.00382 71.010498) (xy 153.893506 71.069463) (xy 153.796815 71.148815) + (xy 153.717463 71.245506) (xy 153.658498 71.35582) (xy 153.622188 71.475518) (xy 153.609928 71.6) + (xy 146.812 71.6) (xy 146.812 63.627) (xy 152.4 63.627) (xy 152.424776 63.62456) (xy 152.448601 63.617333) + (xy 152.470557 63.605597) (xy 152.489803 63.589803) (xy 152.505597 63.570557) (xy 152.517333 63.548601) + (xy 152.52456 63.524776) (xy 152.527 63.5) (xy 152.527 54.737) (xy 158.697394 54.737) (xy 159.226702 55.266308) + (xy 159.220128 55.265) (xy 158.779872 55.265) (xy 158.348075 55.35089) (xy 157.941331 55.519369) + (xy 157.575271 55.763962) (xy 157.263962 56.075271) (xy 157.019369 56.441331) (xy 156.85089 56.848075) + (xy 156.765 57.279872) (xy 156.765 57.720128) (xy 156.85089 58.151925) (xy 157.019369 58.558669) + (xy 157.263962 58.924729) (xy 157.575271 59.236038) (xy 157.941331 59.480631) (xy 158.348075 59.64911) + (xy 158.779872 59.735) (xy 159.220128 59.735) (xy 159.651925 59.64911) (xy 160.058669 59.480631) + (xy 160.424729 59.236038) (xy 160.736038 58.924729) (xy 160.980631 58.558669) (xy 161.14911 58.151925) + (xy 161.235 57.720128) (xy 161.235 57.279872) (xy 161.233692 57.273298) (xy 161.798 57.837606) (xy 161.798 98.372394) + (xy 161.181549 98.988845) (xy 161.235 98.720128) (xy 161.235 98.279872) (xy 161.14911 97.848075) + (xy 160.980631 97.441331) (xy 160.736038 97.075271) (xy 160.424729 96.763962) (xy 160.058669 96.519369) + (xy 159.651925 96.35089) (xy 159.220128 96.265) (xy 158.779872 96.265) (xy 158.348075 96.35089) + (xy 157.941331 96.519369) (xy 157.575271 96.763962) (xy 157.263962 97.075271) (xy 157.019369 97.441331) + (xy 156.85089 97.848075) (xy 156.765 98.279872) (xy 156.765 98.720128) (xy 156.85089 99.151925) + (xy 157.019369 99.558669) (xy 157.263962 99.924729) (xy 157.575271 100.236038) (xy 157.941331 100.480631) + (xy 158.348075 100.64911) (xy 158.779872 100.735) (xy 159.220128 100.735) (xy 159.488845 100.681549) + (xy 158.697394 101.473) (xy 106.732606 101.473) (xy 105.923773 100.664167) (xy 106.279872 100.735) + (xy 106.720128 100.735) (xy 107.151925 100.64911) (xy 107.558669 100.480631) (xy 107.924729 100.236038) + (xy 108.236038 99.924729) (xy 108.480631 99.558669) (xy 108.64911 99.151925) (xy 108.735 98.720128) + (xy 108.735 98.279872) (xy 108.64911 97.848075) (xy 108.480631 97.441331) (xy 108.236038 97.075271) + (xy 107.924729 96.763962) (xy 107.558669 96.519369) (xy 107.151925 96.35089) (xy 106.720128 96.265) + (xy 106.279872 96.265) (xy 105.848075 96.35089) (xy 105.441331 96.519369) (xy 105.075271 96.763962) + (xy 104.763962 97.075271) (xy 104.519369 97.441331) (xy 104.35089 97.848075) (xy 104.265 98.279872) + (xy 104.265 98.720128) (xy 104.335833 99.076227) (xy 103.632 98.372394) (xy 103.632 94.8) (xy 114.861928 94.8) + (xy 114.861928 97.2) (xy 114.874188 97.324482) (xy 114.910498 97.44418) (xy 114.969463 97.554494) + (xy 115.048815 97.651185) (xy 115.145506 97.730537) (xy 115.25582 97.789502) (xy 115.375518 97.825812) + (xy 115.5 97.838072) (xy 117.9 97.838072) (xy 118.024482 97.825812) (xy 118.14418 97.789502) (xy 118.254494 97.730537) + (xy 118.351185 97.651185) (xy 118.430537 97.554494) (xy 118.489502 97.44418) (xy 118.525812 97.324482) + (xy 118.538072 97.2) (xy 118.538072 96.782838) (xy 118.573844 96.869199) (xy 118.774662 97.169744) + (xy 119.030256 97.425338) (xy 119.330801 97.626156) (xy 119.66475 97.764482) (xy 120.019268 97.835) + (xy 120.380732 97.835) (xy 120.73525 97.764482) (xy 121.069199 97.626156) (xy 121.369744 97.425338) + (xy 121.625338 97.169744) (xy 121.826156 96.869199) (xy 121.964482 96.53525) (xy 122.035 96.180732) + (xy 122.035 95.819268) (xy 121.964482 95.46475) (xy 121.826156 95.130801) (xy 121.625338 94.830256) + (xy 121.595082 94.8) (xy 123.011928 94.8) (xy 123.011928 97.2) (xy 123.024188 97.324482) (xy 123.060498 97.44418) + (xy 123.119463 97.554494) (xy 123.198815 97.651185) (xy 123.295506 97.730537) (xy 123.40582 97.789502) + (xy 123.525518 97.825812) (xy 123.65 97.838072) (xy 126.05 97.838072) (xy 126.174482 97.825812) + (xy 126.29418 97.789502) (xy 126.404494 97.730537) (xy 126.501185 97.651185) (xy 126.580537 97.554494) + (xy 126.639502 97.44418) (xy 126.675812 97.324482) (xy 126.688072 97.2) (xy 126.688072 96.782838) + (xy 126.723844 96.869199) (xy 126.924662 97.169744) (xy 127.180256 97.425338) (xy 127.480801 97.626156) + (xy 127.81475 97.764482) (xy 128.169268 97.835) (xy 128.530732 97.835) (xy 128.88525 97.764482) + (xy 129.219199 97.626156) (xy 129.519744 97.425338) (xy 129.775338 97.169744) (xy 129.976156 96.869199) + (xy 130.114482 96.53525) (xy 130.185 96.180732) (xy 130.185 95.819268) (xy 130.114482 95.46475) + (xy 129.976156 95.130801) (xy 129.775338 94.830256) (xy 129.745082 94.8) (xy 131.139928 94.8) (xy 131.139928 97.2) + (xy 131.152188 97.324482) (xy 131.188498 97.44418) (xy 131.247463 97.554494) (xy 131.326815 97.651185) + (xy 131.423506 97.730537) (xy 131.53382 97.789502) (xy 131.653518 97.825812) (xy 131.778 97.838072) + (xy 134.178 97.838072) (xy 134.302482 97.825812) (xy 134.42218 97.789502) (xy 134.532494 97.730537) + (xy 134.629185 97.651185) (xy 134.708537 97.554494) (xy 134.767502 97.44418) (xy 134.803812 97.324482) + (xy 134.816072 97.2) (xy 134.816072 96.782838) (xy 134.851844 96.869199) (xy 135.052662 97.169744) + (xy 135.308256 97.425338) (xy 135.608801 97.626156) (xy 135.94275 97.764482) (xy 136.297268 97.835) + (xy 136.658732 97.835) (xy 137.01325 97.764482) (xy 137.347199 97.626156) (xy 137.647744 97.425338) + (xy 137.903338 97.169744) (xy 138.104156 96.869199) (xy 138.242482 96.53525) (xy 138.313 96.180732) + (xy 138.313 95.819268) (xy 138.242482 95.46475) (xy 138.104156 95.130801) (xy 137.903338 94.830256) + (xy 137.873082 94.8) (xy 139.311928 94.8) (xy 139.311928 97.2) (xy 139.324188 97.324482) (xy 139.360498 97.44418) + (xy 139.419463 97.554494) (xy 139.498815 97.651185) (xy 139.595506 97.730537) (xy 139.70582 97.789502) + (xy 139.825518 97.825812) (xy 139.95 97.838072) (xy 142.35 97.838072) (xy 142.474482 97.825812) + (xy 142.59418 97.789502) (xy 142.704494 97.730537) (xy 142.801185 97.651185) (xy 142.880537 97.554494) + (xy 142.939502 97.44418) (xy 142.975812 97.324482) (xy 142.988072 97.2) (xy 142.988072 96.782838) + (xy 143.023844 96.869199) (xy 143.224662 97.169744) (xy 143.480256 97.425338) (xy 143.780801 97.626156) + (xy 144.11475 97.764482) (xy 144.469268 97.835) (xy 144.830732 97.835) (xy 145.18525 97.764482) + (xy 145.519199 97.626156) (xy 145.819744 97.425338) (xy 146.075338 97.169744) (xy 146.276156 96.869199) + (xy 146.414482 96.53525) (xy 146.485 96.180732) (xy 146.485 95.819268) (xy 146.414482 95.46475) + (xy 146.276156 95.130801) (xy 146.075338 94.830256) (xy 146.045082 94.8) (xy 147.511928 94.8) (xy 147.511928 97.2) + (xy 147.524188 97.324482) (xy 147.560498 97.44418) (xy 147.619463 97.554494) (xy 147.698815 97.651185) + (xy 147.795506 97.730537) (xy 147.90582 97.789502) (xy 148.025518 97.825812) (xy 148.15 97.838072) + (xy 150.55 97.838072) (xy 150.674482 97.825812) (xy 150.79418 97.789502) (xy 150.904494 97.730537) + (xy 151.001185 97.651185) (xy 151.080537 97.554494) (xy 151.139502 97.44418) (xy 151.175812 97.324482) + (xy 151.188072 97.2) (xy 151.188072 96.782838) (xy 151.223844 96.869199) (xy 151.424662 97.169744) + (xy 151.680256 97.425338) (xy 151.980801 97.626156) (xy 152.31475 97.764482) (xy 152.669268 97.835) + (xy 153.030732 97.835) (xy 153.38525 97.764482) (xy 153.719199 97.626156) (xy 154.019744 97.425338) + (xy 154.275338 97.169744) (xy 154.476156 96.869199) (xy 154.614482 96.53525) (xy 154.685 96.180732) + (xy 154.685 95.819268) (xy 154.614482 95.46475) (xy 154.476156 95.130801) (xy 154.275338 94.830256) + (xy 154.019744 94.574662) (xy 153.719199 94.373844) (xy 153.38525 94.235518) (xy 153.030732 94.165) + (xy 152.669268 94.165) (xy 152.31475 94.235518) (xy 151.980801 94.373844) (xy 151.680256 94.574662) + (xy 151.424662 94.830256) (xy 151.223844 95.130801) (xy 151.188072 95.217162) (xy 151.188072 94.8) + (xy 151.175812 94.675518) (xy 151.139502 94.55582) (xy 151.080537 94.445506) (xy 151.001185 94.348815) + (xy 150.904494 94.269463) (xy 150.79418 94.210498) (xy 150.674482 94.174188) (xy 150.55 94.161928) + (xy 148.15 94.161928) (xy 148.025518 94.174188) (xy 147.90582 94.210498) (xy 147.795506 94.269463) + (xy 147.698815 94.348815) (xy 147.619463 94.445506) (xy 147.560498 94.55582) (xy 147.524188 94.675518) + (xy 147.511928 94.8) (xy 146.045082 94.8) (xy 145.819744 94.574662) (xy 145.519199 94.373844) (xy 145.18525 94.235518) + (xy 144.830732 94.165) (xy 144.469268 94.165) (xy 144.11475 94.235518) (xy 143.780801 94.373844) + (xy 143.480256 94.574662) (xy 143.224662 94.830256) (xy 143.023844 95.130801) (xy 142.988072 95.217162) + (xy 142.988072 94.8) (xy 142.975812 94.675518) (xy 142.939502 94.55582) (xy 142.880537 94.445506) + (xy 142.801185 94.348815) (xy 142.704494 94.269463) (xy 142.59418 94.210498) (xy 142.474482 94.174188) + (xy 142.35 94.161928) (xy 139.95 94.161928) (xy 139.825518 94.174188) (xy 139.70582 94.210498) (xy 139.595506 94.269463) + (xy 139.498815 94.348815) (xy 139.419463 94.445506) (xy 139.360498 94.55582) (xy 139.324188 94.675518) + (xy 139.311928 94.8) (xy 137.873082 94.8) (xy 137.647744 94.574662) (xy 137.347199 94.373844) (xy 137.01325 94.235518) + (xy 136.658732 94.165) (xy 136.297268 94.165) (xy 135.94275 94.235518) (xy 135.608801 94.373844) + (xy 135.308256 94.574662) (xy 135.052662 94.830256) (xy 134.851844 95.130801) (xy 134.816072 95.217162) + (xy 134.816072 94.8) (xy 134.803812 94.675518) (xy 134.767502 94.55582) (xy 134.708537 94.445506) + (xy 134.629185 94.348815) (xy 134.532494 94.269463) (xy 134.42218 94.210498) (xy 134.302482 94.174188) + (xy 134.178 94.161928) (xy 131.778 94.161928) (xy 131.653518 94.174188) (xy 131.53382 94.210498) + (xy 131.423506 94.269463) (xy 131.326815 94.348815) (xy 131.247463 94.445506) (xy 131.188498 94.55582) + (xy 131.152188 94.675518) (xy 131.139928 94.8) (xy 129.745082 94.8) (xy 129.519744 94.574662) (xy 129.219199 94.373844) + (xy 128.88525 94.235518) (xy 128.530732 94.165) (xy 128.169268 94.165) (xy 127.81475 94.235518) + (xy 127.480801 94.373844) (xy 127.180256 94.574662) (xy 126.924662 94.830256) (xy 126.723844 95.130801) + (xy 126.688072 95.217162) (xy 126.688072 94.8) (xy 126.675812 94.675518) (xy 126.639502 94.55582) + (xy 126.580537 94.445506) (xy 126.501185 94.348815) (xy 126.404494 94.269463) (xy 126.29418 94.210498) + (xy 126.174482 94.174188) (xy 126.05 94.161928) (xy 123.65 94.161928) (xy 123.525518 94.174188) + (xy 123.40582 94.210498) (xy 123.295506 94.269463) (xy 123.198815 94.348815) (xy 123.119463 94.445506) + (xy 123.060498 94.55582) (xy 123.024188 94.675518) (xy 123.011928 94.8) (xy 121.595082 94.8) (xy 121.369744 94.574662) + (xy 121.069199 94.373844) (xy 120.73525 94.235518) (xy 120.380732 94.165) (xy 120.019268 94.165) + (xy 119.66475 94.235518) (xy 119.330801 94.373844) (xy 119.030256 94.574662) (xy 118.774662 94.830256) + (xy 118.573844 95.130801) (xy 118.538072 95.217162) (xy 118.538072 94.8) (xy 118.525812 94.675518) + (xy 118.489502 94.55582) (xy 118.430537 94.445506) (xy 118.351185 94.348815) (xy 118.254494 94.269463) + (xy 118.14418 94.210498) (xy 118.024482 94.174188) (xy 117.9 94.161928) (xy 115.5 94.161928) (xy 115.375518 94.174188) + (xy 115.25582 94.210498) (xy 115.145506 94.269463) (xy 115.048815 94.348815) (xy 114.969463 94.445506) + (xy 114.910498 94.55582) (xy 114.874188 94.675518) (xy 114.861928 94.8) (xy 103.632 94.8) (xy 103.632 91.809267) + (xy 104.53368 91.809267) (xy 104.607558 92.09083) (xy 104.734947 92.35257) (xy 104.910951 92.584429) + (xy 105.128807 92.777496) (xy 105.380142 92.924352) (xy 105.64311 93.016476) (xy 105.873 92.895155) + (xy 105.873 91.577) (xy 104.673835 91.577) (xy 104.53368 91.809267) (xy 103.632 91.809267) (xy 103.632 91.090733) + (xy 104.53368 91.090733) (xy 104.673835 91.323) (xy 105.873 91.323) (xy 105.873 90.004845) (xy 106.127 90.004845) + (xy 106.127 91.323) (xy 106.147 91.323) (xy 106.147 91.577) (xy 106.127 91.577) (xy 106.127 92.895155) + (xy 106.35689 93.016476) (xy 106.619858 92.924352) (xy 106.871193 92.777496) (xy 107.089049 92.584429) + (xy 107.245538 92.378278) (xy 107.259294 92.404013) (xy 107.444866 92.630134) (xy 107.670986 92.815706) + (xy 107.928966 92.953599) (xy 108.208889 93.038513) (xy 108.5 93.067185) (xy 108.79111 93.038513) + (xy 109.071033 92.953599) (xy 109.329013 92.815706) (xy 109.555134 92.630134) (xy 109.607223 92.566663) + (xy 109.661595 92.668386) (xy 109.772038 92.802962) (xy 109.906614 92.913405) (xy 110.06015 92.995472) + (xy 110.226746 93.046008) (xy 110.4 93.063072) (xy 111.6 93.063072) (xy 111.773254 93.046008) (xy 111.93985 92.995472) + (xy 112.093386 92.913405) (xy 112.227962 92.802962) (xy 112.338405 92.668386) (xy 112.420472 92.51485) + (xy 112.471008 92.348254) (xy 112.488072 92.175) (xy 112.488072 90.725) (xy 112.471008 90.551746) + (xy 112.420472 90.38515) (xy 112.338405 90.231614) (xy 112.227962 90.097038) (xy 112.093386 89.986595) + (xy 111.93985 89.904528) (xy 111.773254 89.853992) (xy 111.6 89.836928) (xy 110.4 89.836928) (xy 110.226746 89.853992) + (xy 110.06015 89.904528) (xy 109.906614 89.986595) (xy 109.772038 90.097038) (xy 109.661595 90.231614) + (xy 109.607223 90.333337) (xy 109.555134 90.269866) (xy 109.329014 90.084294) (xy 109.071034 89.946401) + (xy 108.791111 89.861487) (xy 108.5 89.832815) (xy 108.20889 89.861487) (xy 107.928967 89.946401) + (xy 107.670987 90.084294) (xy 107.444866 90.269866) (xy 107.259294 90.495986) (xy 107.245538 90.521722) + (xy 107.089049 90.315571) (xy 106.871193 90.122504) (xy 106.619858 89.975648) (xy 106.35689 89.883524) + (xy 106.127 90.004845) (xy 105.873 90.004845) (xy 105.64311 89.883524) (xy 105.380142 89.975648) + (xy 105.128807 90.122504) (xy 104.910951 90.315571) (xy 104.734947 90.54743) (xy 104.607558 90.80917) + (xy 104.53368 91.090733) (xy 103.632 91.090733) (xy 103.632 88.3) (xy 153.609928 88.3) (xy 153.609928 90.7) + (xy 153.622188 90.824482) (xy 153.658498 90.94418) (xy 153.717463 91.054494) (xy 153.796815 91.151185) + (xy 153.893506 91.230537) (xy 154.00382 91.289502) (xy 154.123518 91.325812) (xy 154.248 91.338072) + (xy 156.648 91.338072) (xy 156.772482 91.325812) (xy 156.89218 91.289502) (xy 157.002494 91.230537) + (xy 157.099185 91.151185) (xy 157.178537 91.054494) (xy 157.237502 90.94418) (xy 157.273812 90.824482) + (xy 157.286072 90.7) (xy 157.286072 88.3) (xy 157.273812 88.175518) (xy 157.237502 88.05582) (xy 157.178537 87.945506) + (xy 157.099185 87.848815) (xy 157.002494 87.769463) (xy 156.89218 87.710498) (xy 156.772482 87.674188) + (xy 156.648 87.661928) (xy 156.230838 87.661928) (xy 156.317199 87.626156) (xy 156.617744 87.425338) + (xy 156.873338 87.169744) (xy 157.074156 86.869199) (xy 157.212482 86.53525) (xy 157.283 86.180732) + (xy 157.283 85.819268) (xy 157.212482 85.46475) (xy 157.074156 85.130801) (xy 156.873338 84.830256) + (xy 156.617744 84.574662) (xy 156.317199 84.373844) (xy 155.98325 84.235518) (xy 155.628732 84.165) + (xy 155.267268 84.165) (xy 154.91275 84.235518) (xy 154.578801 84.373844) (xy 154.278256 84.574662) + (xy 154.022662 84.830256) (xy 153.821844 85.130801) (xy 153.683518 85.46475) (xy 153.613 85.819268) + (xy 153.613 86.180732) (xy 153.683518 86.53525) (xy 153.821844 86.869199) (xy 154.022662 87.169744) + (xy 154.278256 87.425338) (xy 154.578801 87.626156) (xy 154.665162 87.661928) (xy 154.248 87.661928) + (xy 154.123518 87.674188) (xy 154.00382 87.710498) (xy 153.893506 87.769463) (xy 153.796815 87.848815) + (xy 153.717463 87.945506) (xy 153.658498 88.05582) (xy 153.622188 88.175518) (xy 153.609928 88.3) + (xy 103.632 88.3) (xy 103.632 86.27798) (xy 107.901626 86.27798) (xy 108.021514 86.562836) (xy 108.34521 86.723699) + (xy 108.694069 86.818322) (xy 109.054684 86.843067) (xy 109.413198 86.796985) (xy 109.755833 86.681846) + (xy 109.978486 86.562836) (xy 110.098374 86.27798) (xy 109 85.179605) (xy 107.901626 86.27798) (xy 103.632 86.27798) + (xy 103.632 85.054684) (xy 107.156933 85.054684) (xy 107.203015 85.413198) (xy 107.318154 85.755833) + (xy 107.437164 85.978486) (xy 107.72202 86.098374) (xy 108.820395 85) (xy 107.72202 83.901626) (xy 107.437164 84.021514) + (xy 107.276301 84.34521) (xy 107.181678 84.694069) (xy 107.156933 85.054684) (xy 103.632 85.054684) + (xy 103.632 78.17798) (xy 107.901626 78.17798) (xy 108.021514 78.462836) (xy 108.34521 78.623699) + (xy 108.694069 78.718322) (xy 109.054684 78.743067) (xy 109.413198 78.696985) (xy 109.755833 78.581846) + (xy 109.978486 78.462836) (xy 110.098374 78.17798) (xy 109 77.079605) (xy 107.901626 78.17798) (xy 103.632 78.17798) + (xy 103.632 76.954684) (xy 107.156933 76.954684) (xy 107.203015 77.313198) (xy 107.318154 77.655833) + (xy 107.437164 77.878486) (xy 107.72202 77.998374) (xy 108.820395 76.9) (xy 109.179605 76.9) (xy 110.27798 77.998374) + (xy 110.562836 77.878486) (xy 110.723699 77.55479) (xy 110.818322 77.205931) (xy 110.843067 76.845316) + (xy 110.796985 76.486802) (xy 110.681846 76.144167) (xy 110.562836 75.921514) (xy 110.27798 75.801626) + (xy 109.179605 76.9) (xy 108.820395 76.9) (xy 107.72202 75.801626) (xy 107.437164 75.921514) (xy 107.276301 76.24521) + (xy 107.181678 76.594069) (xy 107.156933 76.954684) (xy 103.632 76.954684) (xy 103.632 72.2) (xy 107.161928 72.2) + (xy 107.161928 74.6) (xy 107.174188 74.724482) (xy 107.210498 74.84418) (xy 107.269463 74.954494) + (xy 107.348815 75.051185) (xy 107.445506 75.130537) (xy 107.55582 75.189502) (xy 107.675518 75.225812) + (xy 107.8 75.238072) (xy 108.206903 75.238072) (xy 108.021514 75.337164) (xy 107.901626 75.62202) + (xy 109 76.720395) (xy 110.026715 75.693679) (xy 115.3205 75.693679) (xy 115.3205 75.906321) (xy 115.361985 76.114878) + (xy 115.44336 76.311335) (xy 115.561498 76.488141) (xy 115.711859 76.638502) (xy 115.888665 76.75664) + (xy 116.085122 76.838015) (xy 116.293679 76.8795) (xy 116.506321 76.8795) (xy 116.714878 76.838015) + (xy 116.911335 76.75664) (xy 117.05 76.663987) (xy 117.188665 76.75664) (xy 117.385122 76.838015) + (xy 117.593679 76.8795) (xy 117.806321 76.8795) (xy 118.014878 76.838015) (xy 118.211335 76.75664) + (xy 118.388141 76.638502) (xy 118.538502 76.488141) (xy 118.65664 76.311335) (xy 118.738015 76.114878) + (xy 118.7795 75.906321) (xy 118.7795 75.693679) (xy 118.738015 75.485122) (xy 118.65664 75.288665) + (xy 118.538502 75.111859) (xy 118.388141 74.961498) (xy 118.211335 74.84336) (xy 118.014878 74.761985) + (xy 117.806321 74.7205) (xy 117.593679 74.7205) (xy 117.385122 74.761985) (xy 117.188665 74.84336) + (xy 117.05 74.936013) (xy 116.911335 74.84336) (xy 116.714878 74.761985) (xy 116.506321 74.7205) + (xy 116.293679 74.7205) (xy 116.085122 74.761985) (xy 115.888665 74.84336) (xy 115.711859 74.961498) + (xy 115.561498 75.111859) (xy 115.44336 75.288665) (xy 115.361985 75.485122) (xy 115.3205 75.693679) + (xy 110.026715 75.693679) (xy 110.098374 75.62202) (xy 109.978486 75.337164) (xy 109.779088 75.238072) + (xy 110.2 75.238072) (xy 110.324482 75.225812) (xy 110.44418 75.189502) (xy 110.554494 75.130537) + (xy 110.651185 75.051185) (xy 110.730537 74.954494) (xy 110.789502 74.84418) (xy 110.825812 74.724482) + (xy 110.838072 74.6) (xy 110.838072 72.2) (xy 110.825812 72.075518) (xy 110.789502 71.95582) (xy 110.730537 71.845506) + (xy 110.651185 71.748815) (xy 110.554494 71.669463) (xy 110.44418 71.610498) (xy 110.324482 71.574188) + (xy 110.2 71.561928) (xy 107.8 71.561928) (xy 107.675518 71.574188) (xy 107.55582 71.610498) (xy 107.445506 71.669463) + (xy 107.348815 71.748815) (xy 107.269463 71.845506) (xy 107.210498 71.95582) (xy 107.174188 72.075518) + (xy 107.161928 72.2) (xy 103.632 72.2) (xy 103.632 70.762085) (xy 103.6955 70.775) (xy 104.0455 70.775) + (xy 104.0455 69.667) (xy 104.2995 69.667) (xy 104.2995 70.775) (xy 104.6495 70.775) (xy 104.887996 70.726493) + (xy 105.112446 70.63239) (xy 105.314225 70.496307) (xy 105.485578 70.323474) (xy 105.619921 70.120533) + (xy 105.712091 69.895282) (xy 105.715962 69.857609) (xy 105.591231 69.667) (xy 104.2995 69.667) + (xy 104.0455 69.667) (xy 104.0255 69.667) (xy 104.0255 69.479133) (xy 106.112972 69.479133) (xy 106.175465 69.71545) + (xy 106.418178 69.82885) (xy 106.678349 69.892719) (xy 106.945982 69.904604) (xy 107.210791 69.864048) + (xy 107.4626 69.772609) (xy 107.569535 69.71545) (xy 107.632028 69.479133) (xy 106.8725 68.719605) + (xy 106.112972 69.479133) (xy 104.0255 69.479133) (xy 104.0255 69.413) (xy 104.0455 69.413) (xy 104.0455 68.305) + (xy 104.2995 68.305) (xy 104.2995 69.413) (xy 105.591231 69.413) (xy 105.705003 69.239138) (xy 105.933367 69.299528) + (xy 106.692895 68.54) (xy 107.052105 68.54) (xy 107.811633 69.299528) (xy 108.04795 69.237035) (xy 108.16135 68.994322) + (xy 108.225219 68.734151) (xy 108.237104 68.466518) (xy 108.196548 68.201709) (xy 108.105109 67.9499) + (xy 108.075058 67.893679) (xy 108.3205 67.893679) (xy 108.3205 68.106321) (xy 108.361985 68.314878) + (xy 108.44336 68.511335) (xy 108.561498 68.688141) (xy 108.711859 68.838502) (xy 108.888665 68.95664) + (xy 109.085122 69.038015) (xy 109.293679 69.0795) (xy 109.506321 69.0795) (xy 109.714878 69.038015) + (xy 109.911335 68.95664) (xy 110.088141 68.838502) (xy 110.238502 68.688141) (xy 110.35664 68.511335) + (xy 110.397603 68.412441) (xy 110.511 68.412441) (xy 110.511 68.587559) (xy 110.545164 68.759312) + (xy 110.612179 68.921099) (xy 110.709469 69.066704) (xy 110.833296 69.190531) (xy 110.978901 69.287821) + (xy 111.140688 69.354836) (xy 111.312441 69.389) (xy 111.487559 69.389) (xy 111.659312 69.354836) + (xy 111.821099 69.287821) (xy 111.899135 69.235679) (xy 112.2045 69.235679) (xy 112.2045 69.448321) + (xy 112.245985 69.656878) (xy 112.32736 69.853335) (xy 112.445498 70.030141) (xy 112.595859 70.180502) + (xy 112.772665 70.29864) (xy 112.969122 70.380015) (xy 113.177679 70.4215) (xy 113.390321 70.4215) + (xy 113.598878 70.380015) (xy 113.795335 70.29864) (xy 113.972141 70.180502) (xy 114.122502 70.030141) + (xy 114.24064 69.853335) (xy 114.322015 69.656878) (xy 114.3635 69.448321) (xy 114.3635 69.235679) + (xy 114.322015 69.027122) (xy 114.291599 68.953691) (xy 117.86975 68.953691) (xy 117.86975 69.128809) + (xy 117.903914 69.300562) (xy 117.970929 69.462349) (xy 118.068219 69.607954) (xy 118.192046 69.731781) + (xy 118.337651 69.829071) (xy 118.499438 69.896086) (xy 118.671191 69.93025) (xy 118.846309 69.93025) + (xy 119.018062 69.896086) (xy 119.179849 69.829071) (xy 119.325454 69.731781) (xy 119.449281 69.607954) + (xy 119.546571 69.462349) (xy 119.613586 69.300562) (xy 119.64775 69.128809) (xy 119.64775 68.953691) + (xy 119.613586 68.781938) (xy 119.5848 68.712441) (xy 121.511 68.712441) (xy 121.511 68.887559) + (xy 121.545164 69.059312) (xy 121.612179 69.221099) (xy 121.709469 69.366704) (xy 121.833296 69.490531) + (xy 121.978901 69.587821) (xy 122.140688 69.654836) (xy 122.312441 69.689) (xy 122.487559 69.689) + (xy 122.659312 69.654836) (xy 122.821099 69.587821) (xy 122.966704 69.490531) (xy 123.090531 69.366704) + (xy 123.187821 69.221099) (xy 123.254836 69.059312) (xy 123.289 68.887559) (xy 123.289 68.712441) + (xy 123.254836 68.540688) (xy 123.187821 68.378901) (xy 123.090531 68.233296) (xy 122.966704 68.109469) + (xy 122.821099 68.012179) (xy 122.659312 67.945164) (xy 122.487559 67.911) (xy 122.312441 67.911) + (xy 122.140688 67.945164) (xy 121.978901 68.012179) (xy 121.833296 68.109469) (xy 121.709469 68.233296) + (xy 121.612179 68.378901) (xy 121.545164 68.540688) (xy 121.511 68.712441) (xy 119.5848 68.712441) + (xy 119.546571 68.620151) (xy 119.449281 68.474546) (xy 119.325454 68.350719) (xy 119.179849 68.253429) + (xy 119.018062 68.186414) (xy 118.846309 68.15225) (xy 118.671191 68.15225) (xy 118.499438 68.186414) + (xy 118.337651 68.253429) (xy 118.192046 68.350719) (xy 118.068219 68.474546) (xy 117.970929 68.620151) + (xy 117.903914 68.781938) (xy 117.86975 68.953691) (xy 114.291599 68.953691) (xy 114.24064 68.830665) + (xy 114.122502 68.653859) (xy 113.972141 68.503498) (xy 113.795335 68.38536) (xy 113.598878 68.303985) + (xy 113.390321 68.2625) (xy 113.177679 68.2625) (xy 112.969122 68.303985) (xy 112.772665 68.38536) + (xy 112.595859 68.503498) (xy 112.445498 68.653859) (xy 112.32736 68.830665) (xy 112.245985 69.027122) + (xy 112.2045 69.235679) (xy 111.899135 69.235679) (xy 111.966704 69.190531) (xy 112.090531 69.066704) + (xy 112.187821 68.921099) (xy 112.254836 68.759312) (xy 112.289 68.587559) (xy 112.289 68.412441) + (xy 112.254836 68.240688) (xy 112.187821 68.078901) (xy 112.090531 67.933296) (xy 111.966704 67.809469) + (xy 111.821099 67.712179) (xy 111.659312 67.645164) (xy 111.487559 67.611) (xy 111.312441 67.611) + (xy 111.140688 67.645164) (xy 110.978901 67.712179) (xy 110.833296 67.809469) (xy 110.709469 67.933296) + (xy 110.612179 68.078901) (xy 110.545164 68.240688) (xy 110.511 68.412441) (xy 110.397603 68.412441) + (xy 110.438015 68.314878) (xy 110.4795 68.106321) (xy 110.4795 67.893679) (xy 110.438015 67.685122) + (xy 110.35664 67.488665) (xy 110.238502 67.311859) (xy 110.088141 67.161498) (xy 109.911335 67.04336) + (xy 109.714878 66.961985) (xy 109.506321 66.9205) (xy 109.293679 66.9205) (xy 109.085122 66.961985) + (xy 108.888665 67.04336) (xy 108.711859 67.161498) (xy 108.561498 67.311859) (xy 108.44336 67.488665) + (xy 108.361985 67.685122) (xy 108.3205 67.893679) (xy 108.075058 67.893679) (xy 108.04795 67.842965) + (xy 107.811633 67.780472) (xy 107.052105 68.54) (xy 106.692895 68.54) (xy 105.933367 67.780472) + (xy 105.69705 67.842965) (xy 105.58365 68.085678) (xy 105.519781 68.345849) (xy 105.507896 68.613482) + (xy 105.543115 68.843442) (xy 105.485578 68.756526) (xy 105.314225 68.583693) (xy 105.112446 68.44761) + (xy 104.887996 68.353507) (xy 104.6495 68.305) (xy 104.2995 68.305) (xy 104.0455 68.305) (xy 103.6955 68.305) + (xy 103.632 68.317915) (xy 103.632 67.600867) (xy 106.112972 67.600867) (xy 106.8725 68.360395) + (xy 107.632028 67.600867) (xy 107.569535 67.36455) (xy 107.326822 67.25115) (xy 107.066651 67.187281) + (xy 106.799018 67.175396) (xy 106.534209 67.215952) (xy 106.2824 67.307391) (xy 106.175465 67.36455) + (xy 106.112972 67.600867) (xy 103.632 67.600867) (xy 103.632 64.479133) (xy 106.112972 64.479133) + (xy 106.175465 64.71545) (xy 106.418178 64.82885) (xy 106.678349 64.892719) (xy 106.945982 64.904604) + (xy 107.210791 64.864048) (xy 107.4626 64.772609) (xy 107.569535 64.71545) (xy 107.583225 64.663679) + (xy 108.1405 64.663679) (xy 108.1405 64.876321) (xy 108.181985 65.084878) (xy 108.26336 65.281335) + (xy 108.381498 65.458141) (xy 108.531859 65.608502) (xy 108.708665 65.72664) (xy 108.905122 65.808015) + (xy 109.113679 65.8495) (xy 109.151266 65.8495) (xy 109.194179 65.953099) (xy 109.291469 66.098704) + (xy 109.415296 66.222531) (xy 109.560901 66.319821) (xy 109.722688 66.386836) (xy 109.894441 66.421) + (xy 110.069559 66.421) (xy 110.115046 66.411952) (xy 110.143164 66.553312) (xy 110.210179 66.715099) + (xy 110.307469 66.860704) (xy 110.431296 66.984531) (xy 110.576901 67.081821) (xy 110.738688 67.148836) + (xy 110.910441 67.183) (xy 111.085559 67.183) (xy 111.257312 67.148836) (xy 111.345176 67.112441) + (xy 118.311 67.112441) (xy 118.311 67.287559) (xy 118.345164 67.459312) (xy 118.412179 67.621099) + (xy 118.509469 67.766704) (xy 118.633296 67.890531) (xy 118.778901 67.987821) (xy 118.940688 68.054836) + (xy 119.112441 68.089) (xy 119.287559 68.089) (xy 119.459312 68.054836) (xy 119.621099 67.987821) + (xy 119.766704 67.890531) (xy 119.890531 67.766704) (xy 119.987821 67.621099) (xy 120.054836 67.459312) + (xy 120.089 67.287559) (xy 120.089 67.112441) (xy 120.054836 66.940688) (xy 119.987821 66.778901) + (xy 119.890531 66.633296) (xy 119.766704 66.509469) (xy 119.621099 66.412179) (xy 119.459312 66.345164) + (xy 119.287559 66.311) (xy 119.112441 66.311) (xy 118.940688 66.345164) (xy 118.778901 66.412179) + (xy 118.633296 66.509469) (xy 118.509469 66.633296) (xy 118.412179 66.778901) (xy 118.345164 66.940688) + (xy 118.311 67.112441) (xy 111.345176 67.112441) (xy 111.419099 67.081821) (xy 111.564704 66.984531) + (xy 111.688531 66.860704) (xy 111.785821 66.715099) (xy 111.852836 66.553312) (xy 111.887 66.381559) + (xy 111.887 66.206441) (xy 111.852836 66.034688) (xy 111.785821 65.872901) (xy 111.688531 65.727296) + (xy 111.564704 65.603469) (xy 111.419099 65.506179) (xy 111.257312 65.439164) (xy 111.085559 65.405) + (xy 110.910441 65.405) (xy 110.864954 65.414048) (xy 110.836836 65.272688) (xy 110.769821 65.110901) + (xy 110.672531 64.965296) (xy 110.548704 64.841469) (xy 110.403099 64.744179) (xy 110.2995 64.701266) + (xy 110.2995 64.663679) (xy 110.266539 64.497977) (xy 110.366335 64.45664) (xy 110.543141 64.338502) + (xy 110.693502 64.188141) (xy 110.744083 64.112441) (xy 116.711 64.112441) (xy 116.711 64.287559) + (xy 116.745164 64.459312) (xy 116.812179 64.621099) (xy 116.909469 64.766704) (xy 117.033296 64.890531) + (xy 117.178901 64.987821) (xy 117.340688 65.054836) (xy 117.512441 65.089) (xy 117.687559 65.089) + (xy 117.859312 65.054836) (xy 118.021099 64.987821) (xy 118.166704 64.890531) (xy 118.290531 64.766704) + (xy 118.387821 64.621099) (xy 118.454836 64.459312) (xy 118.489 64.287559) (xy 118.489 64.112441) + (xy 118.472339 64.028679) (xy 122.1105 64.028679) (xy 122.1105 64.241321) (xy 122.151985 64.449878) + (xy 122.23336 64.646335) (xy 122.351498 64.823141) (xy 122.501859 64.973502) (xy 122.678665 65.09164) + (xy 122.875122 65.173015) (xy 123.083679 65.2145) (xy 123.296321 65.2145) (xy 123.504878 65.173015) + (xy 123.701335 65.09164) (xy 123.878141 64.973502) (xy 124.028502 64.823141) (xy 124.14664 64.646335) + (xy 124.228015 64.449878) (xy 124.2695 64.241321) (xy 124.2695 64.028679) (xy 124.228015 63.820122) + (xy 124.14664 63.623665) (xy 124.028502 63.446859) (xy 123.878141 63.296498) (xy 123.701335 63.17836) + (xy 123.504878 63.096985) (xy 123.296321 63.0555) (xy 123.083679 63.0555) (xy 122.875122 63.096985) + (xy 122.678665 63.17836) (xy 122.501859 63.296498) (xy 122.351498 63.446859) (xy 122.23336 63.623665) + (xy 122.151985 63.820122) (xy 122.1105 64.028679) (xy 118.472339 64.028679) (xy 118.454836 63.940688) + (xy 118.387821 63.778901) (xy 118.290531 63.633296) (xy 118.166704 63.509469) (xy 118.021099 63.412179) + (xy 117.859312 63.345164) (xy 117.687559 63.311) (xy 117.512441 63.311) (xy 117.340688 63.345164) + (xy 117.178901 63.412179) (xy 117.033296 63.509469) (xy 116.909469 63.633296) (xy 116.812179 63.778901) + (xy 116.745164 63.940688) (xy 116.711 64.112441) (xy 110.744083 64.112441) (xy 110.81164 64.011335) + (xy 110.893015 63.814878) (xy 110.9345 63.606321) (xy 110.9345 63.393679) (xy 110.893015 63.185122) + (xy 110.81164 62.988665) (xy 110.693502 62.811859) (xy 110.543141 62.661498) (xy 110.366335 62.54336) + (xy 110.169878 62.461985) (xy 109.961321 62.4205) (xy 109.748679 62.4205) (xy 109.540122 62.461985) + (xy 109.343665 62.54336) (xy 109.166859 62.661498) (xy 109.016498 62.811859) (xy 108.89836 62.988665) + (xy 108.816985 63.185122) (xy 108.7755 63.393679) (xy 108.7755 63.606321) (xy 108.808461 63.772023) + (xy 108.708665 63.81336) (xy 108.531859 63.931498) (xy 108.381498 64.081859) (xy 108.26336 64.258665) + (xy 108.181985 64.455122) (xy 108.1405 64.663679) (xy 107.583225 64.663679) (xy 107.632028 64.479133) + (xy 106.8725 63.719605) (xy 106.112972 64.479133) (xy 103.632 64.479133) (xy 103.632 63.762085) + (xy 103.6955 63.775) (xy 104.0455 63.775) (xy 104.0455 62.667) (xy 104.2995 62.667) (xy 104.2995 63.775) + (xy 104.6495 63.775) (xy 104.887996 63.726493) (xy 105.112446 63.63239) (xy 105.314225 63.496307) + (xy 105.485578 63.323474) (xy 105.548671 63.228164) (xy 105.519781 63.345849) (xy 105.507896 63.613482) + (xy 105.548452 63.878291) (xy 105.639891 64.1301) (xy 105.69705 64.237035) (xy 105.933367 64.299528) + (xy 106.692895 63.54) (xy 107.052105 63.54) (xy 107.811633 64.299528) (xy 108.04795 64.237035) (xy 108.16135 63.994322) + (xy 108.225219 63.734151) (xy 108.237104 63.466518) (xy 108.196548 63.201709) (xy 108.105109 62.9499) + (xy 108.04795 62.842965) (xy 107.811633 62.780472) (xy 107.052105 63.54) (xy 106.692895 63.54) (xy 105.933367 62.780472) + (xy 105.705003 62.840862) (xy 105.591231 62.667) (xy 104.2995 62.667) (xy 104.0455 62.667) (xy 104.0255 62.667) + (xy 104.0255 62.600867) (xy 106.112972 62.600867) (xy 106.8725 63.360395) (xy 107.632028 62.600867) + (xy 107.569535 62.36455) (xy 107.326822 62.25115) (xy 107.066651 62.187281) (xy 106.799018 62.175396) + (xy 106.534209 62.215952) (xy 106.2824 62.307391) (xy 106.175465 62.36455) (xy 106.112972 62.600867) + (xy 104.0255 62.600867) (xy 104.0255 62.413) (xy 104.0455 62.413) (xy 104.0455 61.305) (xy 104.2995 61.305) + (xy 104.2995 62.413) (xy 105.591231 62.413) (xy 105.715962 62.222391) (xy 105.712091 62.184718) + (xy 105.619921 61.959467) (xy 105.485578 61.756526) (xy 105.314225 61.583693) (xy 105.112446 61.44761) + (xy 104.887996 61.353507) (xy 104.6495 61.305) (xy 104.2995 61.305) (xy 104.0455 61.305) (xy 103.6955 61.305) + (xy 103.632 61.317915) (xy 103.632 58.472606) (xy 104.251414 57.853192) (xy 104.30089 58.101925) + (xy 104.469369 58.508669) (xy 104.713962 58.874729) (xy 105.025271 59.186038) (xy 105.391331 59.430631) + (xy 105.798075 59.59911) (xy 106.229872 59.685) (xy 106.670128 59.685) (xy 107.101925 59.59911) + (xy 107.508669 59.430631) (xy 107.874729 59.186038) (xy 108.186038 58.874729) (xy 108.430631 58.508669) + (xy 108.59911 58.101925) (xy 108.685 57.670128) (xy 108.685 57.229872) (xy 108.59911 56.798075) + (xy 108.430631 56.391331) (xy 108.186038 56.025271) (xy 107.874729 55.713962) (xy 107.508669 55.469369) + (xy 107.101925 55.30089) (xy 106.853192 55.251414) (xy 107.367606 54.737) (xy 115.442685 54.737) + ) + ) + ) + (zone + (net 2) + (net_name "+3V3") + (layer "In2.Cu") + (uuid "00000000-0000-0000-0000-00005da4b485") + (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) + (smoothing fillet) + ) + (polygon + (pts + (xy 106.648875 54.61) (xy 103.473875 57.785) (xy 103.473875 71) (xy 112.363875 71) (xy 112.363875 82.55) + (xy 146.018875 82.55) (xy 146.018875 62.865) (xy 116.173875 62.865) (xy 116.173875 54.61) + ) + ) + (filled_polygon + (layer "In2.Cu") + (pts + (xy 110.04336 54.888665) (xy 109.961985 55.085122) (xy 109.9205 55.293679) (xy 109.9205 55.506321) + (xy 109.961985 55.714878) (xy 110.04336 55.911335) (xy 110.161498 56.088141) (xy 110.311859 56.238502) + (xy 110.488665 56.35664) (xy 110.685122 56.438015) (xy 110.893679 56.4795) (xy 111.106321 56.4795) + (xy 111.314878 56.438015) (xy 111.511335 56.35664) (xy 111.688141 56.238502) (xy 111.838502 56.088141) + (xy 111.95664 55.911335) (xy 112.038015 55.714878) (xy 112.0795 55.506321) (xy 112.0795 55.293679) + (xy 112.038015 55.085122) (xy 111.95664 54.888665) (xy 111.855301 54.737) (xy 116.046875 54.737) + (xy 116.046875 60.700396) (xy 116.033296 60.709469) (xy 115.909469 60.833296) (xy 115.812179 60.978901) + (xy 115.745164 61.140688) (xy 115.711 61.312441) (xy 115.711 61.357461) (xy 115.578901 61.412179) + (xy 115.433296 61.509469) (xy 115.309469 61.633296) (xy 115.212179 61.778901) (xy 115.147305 61.93552) + (xy 115.109399 61.93552) (xy 114.937646 61.969684) (xy 114.775859 62.036699) (xy 114.630254 62.133989) + (xy 114.506427 62.257816) (xy 114.409137 62.403421) (xy 114.342122 62.565208) (xy 114.307958 62.736961) + (xy 114.307958 62.912079) (xy 114.342122 63.083832) (xy 114.409137 63.245619) (xy 114.506427 63.391224) + (xy 114.630254 63.515051) (xy 114.775859 63.612341) (xy 114.937646 63.679356) (xy 115.109399 63.71352) + (xy 115.284517 63.71352) (xy 115.45627 63.679356) (xy 115.618057 63.612341) (xy 115.763662 63.515051) + (xy 115.887489 63.391224) (xy 115.984779 63.245619) (xy 116.049653 63.089) (xy 116.087559 63.089) + (xy 116.259312 63.054836) (xy 116.41101 62.992) (xy 119.885357 62.992) (xy 119.811498 63.065859) + (xy 119.69336 63.242665) (xy 119.611985 63.439122) (xy 119.5705 63.647679) (xy 119.5705 63.860321) + (xy 119.611985 64.068878) (xy 119.69336 64.265335) (xy 119.811498 64.442141) (xy 119.961859 64.592502) + (xy 120.138665 64.71064) (xy 120.335122 64.792015) (xy 120.543679 64.8335) (xy 120.756321 64.8335) + (xy 120.964878 64.792015) (xy 121.161335 64.71064) (xy 121.338141 64.592502) (xy 121.488502 64.442141) + (xy 121.60664 64.265335) (xy 121.688015 64.068878) (xy 121.7295 63.860321) (xy 121.7295 63.647679) + (xy 121.688015 63.439122) (xy 121.60664 63.242665) (xy 121.488502 63.065859) (xy 121.414643 62.992) + (xy 144.7205 62.992) (xy 144.7205 63.106321) (xy 144.761985 63.314878) (xy 144.84336 63.511335) + (xy 144.961498 63.688141) (xy 145.111859 63.838502) (xy 145.288665 63.95664) (xy 145.485122 64.038015) + (xy 145.693679 64.0795) (xy 145.891875 64.0795) (xy 145.891875 73.793878) (xy 145.814878 73.761985) + (xy 145.606321 73.7205) (xy 145.393679 73.7205) (xy 145.185122 73.761985) (xy 144.988665 73.84336) + (xy 144.811859 73.961498) (xy 144.661498 74.111859) (xy 144.54336 74.288665) (xy 144.461985 74.485122) + (xy 144.4205 74.693679) (xy 144.4205 74.906321) (xy 144.461985 75.114878) (xy 144.54336 75.311335) + (xy 144.661498 75.488141) (xy 144.811859 75.638502) (xy 144.988665 75.75664) (xy 145.185122 75.838015) + (xy 145.393679 75.8795) (xy 145.606321 75.8795) (xy 145.814878 75.838015) (xy 145.891875 75.806122) + (xy 145.891875 82.423) (xy 144.111893 82.423) (xy 144.145 82.256559) (xy 144.145 82.081441) (xy 144.110836 81.909688) + (xy 144.043821 81.747901) (xy 143.946531 81.602296) (xy 143.822704 81.478469) (xy 143.677099 81.381179) + (xy 143.515312 81.314164) (xy 143.343559 81.28) (xy 143.168441 81.28) (xy 142.996688 81.314164) + (xy 142.834901 81.381179) (xy 142.689296 81.478469) (xy 142.565469 81.602296) (xy 142.468179 81.747901) + (xy 142.401164 81.909688) (xy 142.367 82.081441) (xy 142.367 82.256559) (xy 142.400107 82.423) (xy 139.612764 82.423) + (xy 139.538502 82.311859) (xy 139.388141 82.161498) (xy 139.211335 82.04336) (xy 139.014878 81.961985) + (xy 138.806321 81.9205) (xy 138.593679 81.9205) (xy 138.385122 81.961985) (xy 138.188665 82.04336) + (xy 138.011859 82.161498) (xy 137.861498 82.311859) (xy 137.787236 82.423) (xy 118.170862 82.423) + (xy 118.15664 82.388665) (xy 118.038502 82.211859) (xy 117.888141 82.061498) (xy 117.711335 81.94336) + (xy 117.514878 81.861985) (xy 117.306321 81.8205) (xy 117.093679 81.8205) (xy 116.885122 81.861985) + (xy 116.688665 81.94336) (xy 116.511859 82.061498) (xy 116.361498 82.211859) (xy 116.24336 82.388665) + (xy 116.229138 82.423) (xy 112.490875 82.423) (xy 112.490875 80.093679) (xy 124.9205 80.093679) + (xy 124.9205 80.306321) (xy 124.961985 80.514878) (xy 125.04336 80.711335) (xy 125.161498 80.888141) + (xy 125.311859 81.038502) (xy 125.488665 81.15664) (xy 125.685122 81.238015) (xy 125.893679 81.2795) + (xy 126.106321 81.2795) (xy 126.314878 81.238015) (xy 126.5 81.161335) (xy 126.685122 81.238015) + (xy 126.893679 81.2795) (xy 127.106321 81.2795) (xy 127.314878 81.238015) (xy 127.511335 81.15664) + (xy 127.688141 81.038502) (xy 127.838502 80.888141) (xy 127.95664 80.711335) (xy 128.038015 80.514878) + (xy 128.0795 80.306321) (xy 128.0795 80.093679) (xy 128.038015 79.885122) (xy 127.95664 79.688665) + (xy 127.838502 79.511859) (xy 127.688141 79.361498) (xy 127.511335 79.24336) (xy 127.314878 79.161985) + (xy 127.106321 79.1205) (xy 126.893679 79.1205) (xy 126.685122 79.161985) (xy 126.5 79.238665) (xy 126.314878 79.161985) + (xy 126.106321 79.1205) (xy 125.893679 79.1205) (xy 125.685122 79.161985) (xy 125.488665 79.24336) + (xy 125.311859 79.361498) (xy 125.161498 79.511859) (xy 125.04336 79.688665) (xy 124.961985 79.885122) + (xy 124.9205 80.093679) (xy 112.490875 80.093679) (xy 112.490875 78.512441) (xy 143.711 78.512441) + (xy 143.711 78.687559) (xy 143.745164 78.859312) (xy 143.812179 79.021099) (xy 143.909469 79.166704) + (xy 144.033296 79.290531) (xy 144.178901 79.387821) (xy 144.340688 79.454836) (xy 144.512441 79.489) + (xy 144.687559 79.489) (xy 144.859312 79.454836) (xy 145.021099 79.387821) (xy 145.166704 79.290531) + (xy 145.290531 79.166704) (xy 145.387821 79.021099) (xy 145.454836 78.859312) (xy 145.489 78.687559) + (xy 145.489 78.512441) (xy 145.454836 78.340688) (xy 145.387821 78.178901) (xy 145.290531 78.033296) + (xy 145.166704 77.909469) (xy 145.021099 77.812179) (xy 144.859312 77.745164) (xy 144.687559 77.711) + (xy 144.512441 77.711) (xy 144.340688 77.745164) (xy 144.178901 77.812179) (xy 144.033296 77.909469) + (xy 143.909469 78.033296) (xy 143.812179 78.178901) (xy 143.745164 78.340688) (xy 143.711 78.512441) + (xy 112.490875 78.512441) (xy 112.490875 71.182446) (xy 112.561498 71.288141) (xy 112.711859 71.438502) + (xy 112.888665 71.55664) (xy 113.085122 71.638015) (xy 113.174161 71.655726) (xy 113.161985 71.685122) + (xy 113.1205 71.893679) (xy 113.1205 72.106321) (xy 113.161985 72.314878) (xy 113.24336 72.511335) + (xy 113.361498 72.688141) (xy 113.511859 72.838502) (xy 113.688665 72.95664) (xy 113.885122 73.038015) + (xy 114.093679 73.0795) (xy 114.306321 73.0795) (xy 114.514878 73.038015) (xy 114.711335 72.95664) + (xy 114.75 72.930805) (xy 114.788665 72.95664) (xy 114.985122 73.038015) (xy 115.193679 73.0795) + (xy 115.406321 73.0795) (xy 115.614878 73.038015) (xy 115.811335 72.95664) (xy 115.988141 72.838502) + (xy 116.138502 72.688141) (xy 116.25664 72.511335) (xy 116.338015 72.314878) (xy 116.3795 72.106321) + (xy 116.3795 71.893679) (xy 116.338015 71.685122) (xy 116.25664 71.488665) (xy 116.138502 71.311859) + (xy 115.988141 71.161498) (xy 115.811335 71.04336) (xy 115.614878 70.961985) (xy 115.406321 70.9205) + (xy 115.193679 70.9205) (xy 114.985122 70.961985) (xy 114.788665 71.04336) (xy 114.75 71.069195) + (xy 114.711335 71.04336) (xy 114.514878 70.961985) (xy 114.425839 70.944274) (xy 114.438015 70.914878) + (xy 114.4795 70.706321) (xy 114.4795 70.493679) (xy 114.438015 70.285122) (xy 114.35664 70.088665) + (xy 114.238502 69.911859) (xy 114.216342 69.889699) (xy 114.24064 69.853335) (xy 114.322015 69.656878) + (xy 114.3635 69.448321) (xy 114.3635 69.235679) (xy 114.322015 69.027122) (xy 114.24064 68.830665) + (xy 114.122502 68.653859) (xy 113.972141 68.503498) (xy 113.795335 68.38536) (xy 113.598878 68.303985) + (xy 113.390321 68.2625) (xy 113.177679 68.2625) (xy 112.969122 68.303985) (xy 112.772665 68.38536) + (xy 112.595859 68.503498) (xy 112.445498 68.653859) (xy 112.32736 68.830665) (xy 112.245985 69.027122) + (xy 112.2045 69.235679) (xy 112.2045 69.448321) (xy 112.245985 69.656878) (xy 112.32736 69.853335) + (xy 112.445498 70.030141) (xy 112.467658 70.052301) (xy 112.44336 70.088665) (xy 112.361985 70.285122) + (xy 112.3205 70.493679) (xy 112.3205 70.706321) (xy 112.353655 70.873) (xy 103.600875 70.873) (xy 103.600875 70.759147) + (xy 103.761835 70.775) (xy 104.583165 70.775) (xy 104.764602 70.75713) (xy 104.997401 70.686511) + (xy 105.211949 70.571833) (xy 105.400002 70.417502) (xy 105.554333 70.229449) (xy 105.669011 70.014901) + (xy 105.73963 69.782102) (xy 105.763475 69.54) (xy 105.73963 69.297898) (xy 105.736617 69.287965) + (xy 105.816119 69.406949) (xy 106.005551 69.596381) (xy 106.228299 69.745216) (xy 106.475803 69.847736) + (xy 106.738552 69.9) (xy 107.006448 69.9) (xy 107.269197 69.847736) (xy 107.516701 69.745216) (xy 107.739449 69.596381) + (xy 107.763094 69.572736) (xy 107.888665 69.65664) (xy 108.085122 69.738015) (xy 108.293679 69.7795) + (xy 108.506321 69.7795) (xy 108.714878 69.738015) (xy 108.911335 69.65664) (xy 109.088141 69.538502) + (xy 109.238502 69.388141) (xy 109.35664 69.211335) (xy 109.411248 69.0795) (xy 109.506321 69.0795) + (xy 109.714878 69.038015) (xy 109.911335 68.95664) (xy 110.088141 68.838502) (xy 110.238502 68.688141) + (xy 110.35664 68.511335) (xy 110.438015 68.314878) (xy 110.4795 68.106321) (xy 110.4795 67.984441) + (xy 116.713 67.984441) (xy 116.713 68.159559) (xy 116.747164 68.331312) (xy 116.814179 68.493099) + (xy 116.911469 68.638704) (xy 117.035296 68.762531) (xy 117.180901 68.859821) (xy 117.342688 68.926836) + (xy 117.514441 68.961) (xy 117.689559 68.961) (xy 117.861312 68.926836) (xy 117.876329 68.920616) + (xy 117.86975 68.953691) (xy 117.86975 69.128809) (xy 117.903914 69.300562) (xy 117.970929 69.462349) + (xy 118.068219 69.607954) (xy 118.192046 69.731781) (xy 118.337651 69.829071) (xy 118.499438 69.896086) + (xy 118.671191 69.93025) (xy 118.846309 69.93025) (xy 119.018062 69.896086) (xy 119.179849 69.829071) + (xy 119.325454 69.731781) (xy 119.449281 69.607954) (xy 119.546571 69.462349) (xy 119.613586 69.300562) + (xy 119.64775 69.128809) (xy 119.64775 68.953691) (xy 119.613586 68.781938) (xy 119.5848 68.712441) + (xy 121.511 68.712441) (xy 121.511 68.887559) (xy 121.545164 69.059312) (xy 121.612179 69.221099) + (xy 121.709469 69.366704) (xy 121.833296 69.490531) (xy 121.978901 69.587821) (xy 122.140688 69.654836) + (xy 122.312441 69.689) (xy 122.487559 69.689) (xy 122.659312 69.654836) (xy 122.821099 69.587821) + (xy 122.966704 69.490531) (xy 123.090531 69.366704) (xy 123.187821 69.221099) (xy 123.254836 69.059312) + (xy 123.289 68.887559) (xy 123.289 68.712441) (xy 123.254836 68.540688) (xy 123.187821 68.378901) + (xy 123.090531 68.233296) (xy 122.966704 68.109469) (xy 122.821099 68.012179) (xy 122.659312 67.945164) + (xy 122.487559 67.911) (xy 122.312441 67.911) (xy 122.140688 67.945164) (xy 121.978901 68.012179) + (xy 121.833296 68.109469) (xy 121.709469 68.233296) (xy 121.612179 68.378901) (xy 121.545164 68.540688) + (xy 121.511 68.712441) (xy 119.5848 68.712441) (xy 119.546571 68.620151) (xy 119.449281 68.474546) + (xy 119.325454 68.350719) (xy 119.179849 68.253429) (xy 119.018062 68.186414) (xy 118.846309 68.15225) + (xy 118.671191 68.15225) (xy 118.499438 68.186414) (xy 118.484421 68.192634) (xy 118.491 68.159559) + (xy 118.491 67.984441) (xy 118.456836 67.812688) (xy 118.389821 67.650901) (xy 118.292531 67.505296) + (xy 118.168704 67.381469) (xy 118.023099 67.284179) (xy 117.861312 67.217164) (xy 117.689559 67.183) + (xy 117.514441 67.183) (xy 117.342688 67.217164) (xy 117.180901 67.284179) (xy 117.035296 67.381469) + (xy 116.911469 67.505296) (xy 116.814179 67.650901) (xy 116.747164 67.812688) (xy 116.713 67.984441) + (xy 110.4795 67.984441) (xy 110.4795 67.893679) (xy 110.438015 67.685122) (xy 110.35664 67.488665) + (xy 110.238502 67.311859) (xy 110.088141 67.161498) (xy 109.911335 67.04336) (xy 109.714878 66.961985) + (xy 109.506321 66.9205) (xy 109.293679 66.9205) (xy 109.085122 66.961985) (xy 108.888665 67.04336) + (xy 108.711859 67.161498) (xy 108.561498 67.311859) (xy 108.44336 67.488665) (xy 108.388752 67.6205) + (xy 108.293679 67.6205) (xy 108.085122 67.661985) (xy 107.956958 67.715072) (xy 107.928881 67.673051) + (xy 107.739449 67.483619) (xy 107.516701 67.334784) (xy 107.269197 67.232264) (xy 107.006448 67.18) + (xy 106.738552 67.18) (xy 106.475803 67.232264) (xy 106.228299 67.334784) (xy 106.005551 67.483619) + (xy 105.816119 67.673051) (xy 105.667284 67.895799) (xy 105.564764 68.143303) (xy 105.5125 68.406052) + (xy 105.5125 68.673948) (xy 105.545484 68.839768) (xy 105.400002 68.662498) (xy 105.211949 68.508167) + (xy 104.997401 68.393489) (xy 104.764602 68.32287) (xy 104.583165 68.305) (xy 103.761835 68.305) + (xy 103.600875 68.320853) (xy 103.600875 63.759147) (xy 103.761835 63.775) (xy 104.583165 63.775) + (xy 104.764602 63.75713) (xy 104.997401 63.686511) (xy 105.211949 63.571833) (xy 105.400002 63.417502) + (xy 105.545484 63.240232) (xy 105.5125 63.406052) (xy 105.5125 63.673948) (xy 105.564764 63.936697) + (xy 105.667284 64.184201) (xy 105.816119 64.406949) (xy 106.005551 64.596381) (xy 106.228299 64.745216) + (xy 106.475803 64.847736) (xy 106.738552 64.9) (xy 107.006448 64.9) (xy 107.269197 64.847736) (xy 107.516701 64.745216) + (xy 107.63873 64.663679) (xy 108.1405 64.663679) (xy 108.1405 64.876321) (xy 108.181985 65.084878) + (xy 108.26336 65.281335) (xy 108.381498 65.458141) (xy 108.531859 65.608502) (xy 108.708665 65.72664) + (xy 108.905122 65.808015) (xy 109.113679 65.8495) (xy 109.151266 65.8495) (xy 109.194179 65.953099) + (xy 109.291469 66.098704) (xy 109.415296 66.222531) (xy 109.560901 66.319821) (xy 109.722688 66.386836) + (xy 109.894441 66.421) (xy 110.069559 66.421) (xy 110.115046 66.411952) (xy 110.143164 66.553312) + (xy 110.210179 66.715099) (xy 110.307469 66.860704) (xy 110.431296 66.984531) (xy 110.576901 67.081821) + (xy 110.738688 67.148836) (xy 110.910441 67.183) (xy 111.085559 67.183) (xy 111.257312 67.148836) + (xy 111.345176 67.112441) (xy 118.311 67.112441) (xy 118.311 67.287559) (xy 118.345164 67.459312) + (xy 118.412179 67.621099) (xy 118.509469 67.766704) (xy 118.633296 67.890531) (xy 118.778901 67.987821) + (xy 118.940688 68.054836) (xy 119.112441 68.089) (xy 119.287559 68.089) (xy 119.459312 68.054836) + (xy 119.621099 67.987821) (xy 119.766704 67.890531) (xy 119.890531 67.766704) (xy 119.987821 67.621099) + (xy 120.054836 67.459312) (xy 120.089 67.287559) (xy 120.089 67.112441) (xy 120.054836 66.940688) + (xy 119.987821 66.778901) (xy 119.890531 66.633296) (xy 119.766704 66.509469) (xy 119.621099 66.412179) + (xy 119.459312 66.345164) (xy 119.287559 66.311) (xy 119.112441 66.311) (xy 118.940688 66.345164) + (xy 118.778901 66.412179) (xy 118.633296 66.509469) (xy 118.509469 66.633296) (xy 118.412179 66.778901) + (xy 118.345164 66.940688) (xy 118.311 67.112441) (xy 111.345176 67.112441) (xy 111.419099 67.081821) + (xy 111.564704 66.984531) (xy 111.688531 66.860704) (xy 111.785821 66.715099) (xy 111.852836 66.553312) + (xy 111.887 66.381559) (xy 111.887 66.206441) (xy 111.852836 66.034688) (xy 111.818768 65.952441) + (xy 113.015 65.952441) (xy 113.015 66.127559) (xy 113.049164 66.299312) (xy 113.116179 66.461099) + (xy 113.213469 66.606704) (xy 113.337296 66.730531) (xy 113.482901 66.827821) (xy 113.644688 66.894836) + (xy 113.816441 66.929) (xy 113.991559 66.929) (xy 114.163312 66.894836) (xy 114.325099 66.827821) + (xy 114.470704 66.730531) (xy 114.594531 66.606704) (xy 114.691821 66.461099) (xy 114.758836 66.299312) + (xy 114.793 66.127559) (xy 114.793 65.952441) (xy 114.775098 65.862441) (xy 143.411 65.862441) (xy 143.411 66.037559) + (xy 143.445164 66.209312) (xy 143.512179 66.371099) (xy 143.609469 66.516704) (xy 143.667765 66.575) + (xy 143.609469 66.633296) (xy 143.512179 66.778901) (xy 143.445164 66.940688) (xy 143.411 67.112441) + (xy 143.411 67.287559) (xy 143.445164 67.459312) (xy 143.512179 67.621099) (xy 143.609469 67.766704) + (xy 143.733296 67.890531) (xy 143.878901 67.987821) (xy 144.040688 68.054836) (xy 144.212441 68.089) + (xy 144.387559 68.089) (xy 144.559312 68.054836) (xy 144.721099 67.987821) (xy 144.866704 67.890531) + (xy 144.990531 67.766704) (xy 145.087821 67.621099) (xy 145.154836 67.459312) (xy 145.189 67.287559) + (xy 145.189 67.112441) (xy 145.154836 66.940688) (xy 145.087821 66.778901) (xy 144.990531 66.633296) + (xy 144.932235 66.575) (xy 144.990531 66.516704) (xy 145.087821 66.371099) (xy 145.154836 66.209312) + (xy 145.189 66.037559) (xy 145.189 65.862441) (xy 145.154836 65.690688) (xy 145.087821 65.528901) + (xy 144.990531 65.383296) (xy 144.866704 65.259469) (xy 144.721099 65.162179) (xy 144.559312 65.095164) + (xy 144.387559 65.061) (xy 144.212441 65.061) (xy 144.040688 65.095164) (xy 143.878901 65.162179) + (xy 143.733296 65.259469) (xy 143.609469 65.383296) (xy 143.512179 65.528901) (xy 143.445164 65.690688) + (xy 143.411 65.862441) (xy 114.775098 65.862441) (xy 114.758836 65.780688) (xy 114.691821 65.618901) + (xy 114.594531 65.473296) (xy 114.470704 65.349469) (xy 114.325099 65.252179) (xy 114.163312 65.185164) + (xy 113.991559 65.151) (xy 113.816441 65.151) (xy 113.644688 65.185164) (xy 113.482901 65.252179) + (xy 113.337296 65.349469) (xy 113.213469 65.473296) (xy 113.116179 65.618901) (xy 113.049164 65.780688) + (xy 113.015 65.952441) (xy 111.818768 65.952441) (xy 111.785821 65.872901) (xy 111.688531 65.727296) + (xy 111.564704 65.603469) (xy 111.468813 65.539397) (xy 111.531821 65.445099) (xy 111.598836 65.283312) + (xy 111.633 65.111559) (xy 111.633 64.936441) (xy 111.598836 64.764688) (xy 111.531821 64.602901) + (xy 111.434531 64.457296) (xy 111.310704 64.333469) (xy 111.165099 64.236179) (xy 111.003312 64.169164) + (xy 110.831559 64.135) (xy 110.656441 64.135) (xy 110.484688 64.169164) (xy 110.322901 64.236179) + (xy 110.20105 64.317597) (xy 110.17664 64.258665) (xy 110.078937 64.112441) (xy 116.711 64.112441) + (xy 116.711 64.287559) (xy 116.745164 64.459312) (xy 116.812179 64.621099) (xy 116.909469 64.766704) + (xy 117.033296 64.890531) (xy 117.178901 64.987821) (xy 117.340688 65.054836) (xy 117.512441 65.089) + (xy 117.687559 65.089) (xy 117.859312 65.054836) (xy 118.021099 64.987821) (xy 118.166704 64.890531) + (xy 118.290531 64.766704) (xy 118.387821 64.621099) (xy 118.454836 64.459312) (xy 118.489 64.287559) + (xy 118.489 64.112441) (xy 118.454836 63.940688) (xy 118.387821 63.778901) (xy 118.290531 63.633296) + (xy 118.166704 63.509469) (xy 118.021099 63.412179) (xy 117.859312 63.345164) (xy 117.687559 63.311) + (xy 117.512441 63.311) (xy 117.340688 63.345164) (xy 117.178901 63.412179) (xy 117.033296 63.509469) + (xy 116.909469 63.633296) (xy 116.812179 63.778901) (xy 116.745164 63.940688) (xy 116.711 64.112441) + (xy 110.078937 64.112441) (xy 110.058502 64.081859) (xy 109.908141 63.931498) (xy 109.731335 63.81336) + (xy 109.534878 63.731985) (xy 109.326321 63.6905) (xy 109.113679 63.6905) (xy 108.905122 63.731985) + (xy 108.708665 63.81336) (xy 108.531859 63.931498) (xy 108.381498 64.081859) (xy 108.26336 64.258665) + (xy 108.181985 64.455122) (xy 108.1405 64.663679) (xy 107.63873 64.663679) (xy 107.739449 64.596381) + (xy 107.928881 64.406949) (xy 108.077716 64.184201) (xy 108.180236 63.936697) (xy 108.2325 63.673948) + (xy 108.2325 63.406052) (xy 108.180236 63.143303) (xy 108.077716 62.895799) (xy 107.986096 62.758679) + (xy 111.3155 62.758679) (xy 111.3155 62.971321) (xy 111.356985 63.179878) (xy 111.43836 63.376335) + (xy 111.556498 63.553141) (xy 111.706859 63.703502) (xy 111.883665 63.82164) (xy 112.080122 63.903015) + (xy 112.288679 63.9445) (xy 112.501321 63.9445) (xy 112.709878 63.903015) (xy 112.906335 63.82164) + (xy 113.083141 63.703502) (xy 113.233502 63.553141) (xy 113.35164 63.376335) (xy 113.433015 63.179878) + (xy 113.4745 62.971321) (xy 113.4745 62.758679) (xy 113.433015 62.550122) (xy 113.35164 62.353665) + (xy 113.233502 62.176859) (xy 113.083141 62.026498) (xy 112.906335 61.90836) (xy 112.709878 61.826985) + (xy 112.501321 61.7855) (xy 112.288679 61.7855) (xy 112.080122 61.826985) (xy 111.883665 61.90836) + (xy 111.706859 62.026498) (xy 111.556498 62.176859) (xy 111.43836 62.353665) (xy 111.356985 62.550122) + (xy 111.3155 62.758679) (xy 107.986096 62.758679) (xy 107.928881 62.673051) (xy 107.739449 62.483619) + (xy 107.516701 62.334784) (xy 107.269197 62.232264) (xy 107.006448 62.18) (xy 106.738552 62.18) + (xy 106.475803 62.232264) (xy 106.228299 62.334784) (xy 106.005551 62.483619) (xy 105.816119 62.673051) + (xy 105.736617 62.792035) (xy 105.73963 62.782102) (xy 105.763475 62.54) (xy 105.73963 62.297898) + (xy 105.669011 62.065099) (xy 105.554333 61.850551) (xy 105.400002 61.662498) (xy 105.211949 61.508167) + (xy 104.997401 61.393489) (xy 104.764602 61.32287) (xy 104.583165 61.305) (xy 103.761835 61.305) + (xy 103.600875 61.320853) (xy 103.600875 57.837606) (xy 104.216587 57.221894) (xy 104.215 57.229872) + (xy 104.215 57.670128) (xy 104.30089 58.101925) (xy 104.469369 58.508669) (xy 104.713962 58.874729) + (xy 105.025271 59.186038) (xy 105.391331 59.430631) (xy 105.798075 59.59911) (xy 106.229872 59.685) + (xy 106.670128 59.685) (xy 107.101925 59.59911) (xy 107.508669 59.430631) (xy 107.874729 59.186038) + (xy 108.186038 58.874729) (xy 108.430631 58.508669) (xy 108.59911 58.101925) (xy 108.685 57.670128) + (xy 108.685 57.229872) (xy 108.59911 56.798075) (xy 108.430631 56.391331) (xy 108.186038 56.025271) + (xy 107.874729 55.713962) (xy 107.508669 55.469369) (xy 107.101925 55.30089) (xy 106.670128 55.215) + (xy 106.229872 55.215) (xy 106.221894 55.216587) (xy 106.701481 54.737) (xy 110.144699 54.737) + ) + ) + ) + (zone + (net 6) + (net_name "VCC") + (layer "In2.Cu") + (uuid "00000000-0000-0000-0000-00005da4ea9f") + (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) + (smoothing fillet) + ) + (polygon + (pts + (xy 161.925 57.785) (xy 161.925 98.425) (xy 158.75 101.6) (xy 106.68 101.6) (xy 103.505 98.425) + (xy 103.6 71.6) (xy 111.125 71.6) (xy 111.125 84.455) (xy 127.255 84.455) (xy 128.6 85.8) (xy 138.4 85.8) + (xy 139.745 84.455) (xy 152.4 84.455) (xy 152.4 54.61) (xy 158.75 54.61) + ) + ) + (filled_polygon + (layer "In2.Cu") + (pts + (xy 159.226702 55.266308) (xy 159.220128 55.265) (xy 158.779872 55.265) (xy 158.348075 55.35089) + (xy 157.941331 55.519369) (xy 157.575271 55.763962) (xy 157.263962 56.075271) (xy 157.019369 56.441331) + (xy 156.85089 56.848075) (xy 156.765 57.279872) (xy 156.765 57.720128) (xy 156.85089 58.151925) + (xy 157.019369 58.558669) (xy 157.263962 58.924729) (xy 157.575271 59.236038) (xy 157.941331 59.480631) + (xy 158.348075 59.64911) (xy 158.779872 59.735) (xy 159.220128 59.735) (xy 159.651925 59.64911) + (xy 160.058669 59.480631) (xy 160.424729 59.236038) (xy 160.736038 58.924729) (xy 160.980631 58.558669) + (xy 161.14911 58.151925) (xy 161.235 57.720128) (xy 161.235 57.279872) (xy 161.233692 57.273298) + (xy 161.798 57.837606) (xy 161.798 98.372394) (xy 161.181549 98.988845) (xy 161.235 98.720128) (xy 161.235 98.279872) + (xy 161.14911 97.848075) (xy 160.980631 97.441331) (xy 160.736038 97.075271) (xy 160.424729 96.763962) + (xy 160.058669 96.519369) (xy 159.651925 96.35089) (xy 159.220128 96.265) (xy 158.779872 96.265) + (xy 158.348075 96.35089) (xy 157.941331 96.519369) (xy 157.575271 96.763962) (xy 157.263962 97.075271) + (xy 157.019369 97.441331) (xy 156.85089 97.848075) (xy 156.765 98.279872) (xy 156.765 98.720128) + (xy 156.85089 99.151925) (xy 157.019369 99.558669) (xy 157.263962 99.924729) (xy 157.575271 100.236038) + (xy 157.941331 100.480631) (xy 158.348075 100.64911) (xy 158.779872 100.735) (xy 159.220128 100.735) + (xy 159.488845 100.681549) (xy 158.697394 101.473) (xy 106.732606 101.473) (xy 105.923773 100.664167) + (xy 106.279872 100.735) (xy 106.720128 100.735) (xy 107.151925 100.64911) (xy 107.558669 100.480631) + (xy 107.924729 100.236038) (xy 108.236038 99.924729) (xy 108.480631 99.558669) (xy 108.64911 99.151925) + (xy 108.735 98.720128) (xy 108.735 98.279872) (xy 108.64911 97.848075) (xy 108.480631 97.441331) + (xy 108.31938 97.2) (xy 114.861928 97.2) (xy 114.874188 97.324482) (xy 114.910498 97.44418) (xy 114.969463 97.554494) + (xy 115.048815 97.651185) (xy 115.145506 97.730537) (xy 115.25582 97.789502) (xy 115.375518 97.825812) + (xy 115.5 97.838072) (xy 116.41425 97.835) (xy 116.573 97.67625) (xy 116.573 96.127) (xy 115.02375 96.127) + (xy 114.865 96.28575) (xy 114.861928 97.2) (xy 108.31938 97.2) (xy 108.236038 97.075271) (xy 107.924729 96.763962) + (xy 107.558669 96.519369) (xy 107.151925 96.35089) (xy 106.720128 96.265) (xy 106.279872 96.265) + (xy 105.848075 96.35089) (xy 105.441331 96.519369) (xy 105.075271 96.763962) (xy 104.763962 97.075271) + (xy 104.519369 97.441331) (xy 104.35089 97.848075) (xy 104.265 98.279872) (xy 104.265 98.720128) + (xy 104.335833 99.076227) (xy 103.632186 98.37258) (xy 103.644838 94.8) (xy 114.861928 94.8) (xy 114.865 95.71425) + (xy 115.02375 95.873) (xy 116.573 95.873) (xy 116.573 94.32375) (xy 116.827 94.32375) (xy 116.827 95.873) + (xy 116.847 95.873) (xy 116.847 96.127) (xy 116.827 96.127) (xy 116.827 97.67625) (xy 116.98575 97.835) + (xy 117.9 97.838072) (xy 118.024482 97.825812) (xy 118.14418 97.789502) (xy 118.254494 97.730537) + (xy 118.351185 97.651185) (xy 118.430537 97.554494) (xy 118.489502 97.44418) (xy 118.525812 97.324482) + (xy 118.538072 97.2) (xy 118.536659 96.779426) (xy 118.573844 96.869199) (xy 118.774662 97.169744) + (xy 119.030256 97.425338) (xy 119.330801 97.626156) (xy 119.66475 97.764482) (xy 120.019268 97.835) + (xy 120.380732 97.835) (xy 120.73525 97.764482) (xy 121.069199 97.626156) (xy 121.369744 97.425338) + (xy 121.595082 97.2) (xy 123.011928 97.2) (xy 123.024188 97.324482) (xy 123.060498 97.44418) (xy 123.119463 97.554494) + (xy 123.198815 97.651185) (xy 123.295506 97.730537) (xy 123.40582 97.789502) (xy 123.525518 97.825812) + (xy 123.65 97.838072) (xy 124.56425 97.835) (xy 124.723 97.67625) (xy 124.723 96.127) (xy 123.17375 96.127) + (xy 123.015 96.28575) (xy 123.011928 97.2) (xy 121.595082 97.2) (xy 121.625338 97.169744) (xy 121.826156 96.869199) + (xy 121.964482 96.53525) (xy 122.035 96.180732) (xy 122.035 95.819268) (xy 121.964482 95.46475) + (xy 121.826156 95.130801) (xy 121.625338 94.830256) (xy 121.595082 94.8) (xy 123.011928 94.8) (xy 123.015 95.71425) + (xy 123.17375 95.873) (xy 124.723 95.873) (xy 124.723 94.32375) (xy 124.977 94.32375) (xy 124.977 95.873) + (xy 124.997 95.873) (xy 124.997 96.127) (xy 124.977 96.127) (xy 124.977 97.67625) (xy 125.13575 97.835) + (xy 126.05 97.838072) (xy 126.174482 97.825812) (xy 126.29418 97.789502) (xy 126.404494 97.730537) + (xy 126.501185 97.651185) (xy 126.580537 97.554494) (xy 126.639502 97.44418) (xy 126.675812 97.324482) + (xy 126.688072 97.2) (xy 126.686659 96.779426) (xy 126.723844 96.869199) (xy 126.924662 97.169744) + (xy 127.180256 97.425338) (xy 127.480801 97.626156) (xy 127.81475 97.764482) (xy 128.169268 97.835) + (xy 128.530732 97.835) (xy 128.88525 97.764482) (xy 129.219199 97.626156) (xy 129.519744 97.425338) + (xy 129.745082 97.2) (xy 131.139928 97.2) (xy 131.152188 97.324482) (xy 131.188498 97.44418) (xy 131.247463 97.554494) + (xy 131.326815 97.651185) (xy 131.423506 97.730537) (xy 131.53382 97.789502) (xy 131.653518 97.825812) + (xy 131.778 97.838072) (xy 132.69225 97.835) (xy 132.851 97.67625) (xy 132.851 96.127) (xy 131.30175 96.127) + (xy 131.143 96.28575) (xy 131.139928 97.2) (xy 129.745082 97.2) (xy 129.775338 97.169744) (xy 129.976156 96.869199) + (xy 130.114482 96.53525) (xy 130.185 96.180732) (xy 130.185 95.819268) (xy 130.114482 95.46475) + (xy 129.976156 95.130801) (xy 129.775338 94.830256) (xy 129.745082 94.8) (xy 131.139928 94.8) (xy 131.143 95.71425) + (xy 131.30175 95.873) (xy 132.851 95.873) (xy 132.851 94.32375) (xy 133.105 94.32375) (xy 133.105 95.873) + (xy 133.125 95.873) (xy 133.125 96.127) (xy 133.105 96.127) (xy 133.105 97.67625) (xy 133.26375 97.835) + (xy 134.178 97.838072) (xy 134.302482 97.825812) (xy 134.42218 97.789502) (xy 134.532494 97.730537) + (xy 134.629185 97.651185) (xy 134.708537 97.554494) (xy 134.767502 97.44418) (xy 134.803812 97.324482) + (xy 134.816072 97.2) (xy 134.814659 96.779426) (xy 134.851844 96.869199) (xy 135.052662 97.169744) + (xy 135.308256 97.425338) (xy 135.608801 97.626156) (xy 135.94275 97.764482) (xy 136.297268 97.835) + (xy 136.658732 97.835) (xy 137.01325 97.764482) (xy 137.347199 97.626156) (xy 137.647744 97.425338) + (xy 137.873082 97.2) (xy 139.311928 97.2) (xy 139.324188 97.324482) (xy 139.360498 97.44418) (xy 139.419463 97.554494) + (xy 139.498815 97.651185) (xy 139.595506 97.730537) (xy 139.70582 97.789502) (xy 139.825518 97.825812) + (xy 139.95 97.838072) (xy 140.86425 97.835) (xy 141.023 97.67625) (xy 141.023 96.127) (xy 139.47375 96.127) + (xy 139.315 96.28575) (xy 139.311928 97.2) (xy 137.873082 97.2) (xy 137.903338 97.169744) (xy 138.104156 96.869199) + (xy 138.242482 96.53525) (xy 138.313 96.180732) (xy 138.313 95.819268) (xy 138.242482 95.46475) + (xy 138.104156 95.130801) (xy 137.903338 94.830256) (xy 137.873082 94.8) (xy 139.311928 94.8) (xy 139.315 95.71425) + (xy 139.47375 95.873) (xy 141.023 95.873) (xy 141.023 94.32375) (xy 141.277 94.32375) (xy 141.277 95.873) + (xy 141.297 95.873) (xy 141.297 96.127) (xy 141.277 96.127) (xy 141.277 97.67625) (xy 141.43575 97.835) + (xy 142.35 97.838072) (xy 142.474482 97.825812) (xy 142.59418 97.789502) (xy 142.704494 97.730537) + (xy 142.801185 97.651185) (xy 142.880537 97.554494) (xy 142.939502 97.44418) (xy 142.975812 97.324482) + (xy 142.988072 97.2) (xy 142.986659 96.779426) (xy 143.023844 96.869199) (xy 143.224662 97.169744) + (xy 143.480256 97.425338) (xy 143.780801 97.626156) (xy 144.11475 97.764482) (xy 144.469268 97.835) + (xy 144.830732 97.835) (xy 145.18525 97.764482) (xy 145.519199 97.626156) (xy 145.819744 97.425338) + (xy 146.045082 97.2) (xy 147.511928 97.2) (xy 147.524188 97.324482) (xy 147.560498 97.44418) (xy 147.619463 97.554494) + (xy 147.698815 97.651185) (xy 147.795506 97.730537) (xy 147.90582 97.789502) (xy 148.025518 97.825812) + (xy 148.15 97.838072) (xy 149.06425 97.835) (xy 149.223 97.67625) (xy 149.223 96.127) (xy 147.67375 96.127) + (xy 147.515 96.28575) (xy 147.511928 97.2) (xy 146.045082 97.2) (xy 146.075338 97.169744) (xy 146.276156 96.869199) + (xy 146.414482 96.53525) (xy 146.485 96.180732) (xy 146.485 95.819268) (xy 146.414482 95.46475) + (xy 146.276156 95.130801) (xy 146.075338 94.830256) (xy 146.045082 94.8) (xy 147.511928 94.8) (xy 147.515 95.71425) + (xy 147.67375 95.873) (xy 149.223 95.873) (xy 149.223 94.32375) (xy 149.477 94.32375) (xy 149.477 95.873) + (xy 149.497 95.873) (xy 149.497 96.127) (xy 149.477 96.127) (xy 149.477 97.67625) (xy 149.63575 97.835) + (xy 150.55 97.838072) (xy 150.674482 97.825812) (xy 150.79418 97.789502) (xy 150.904494 97.730537) + (xy 151.001185 97.651185) (xy 151.080537 97.554494) (xy 151.139502 97.44418) (xy 151.175812 97.324482) + (xy 151.188072 97.2) (xy 151.186659 96.779426) (xy 151.223844 96.869199) (xy 151.424662 97.169744) + (xy 151.680256 97.425338) (xy 151.980801 97.626156) (xy 152.31475 97.764482) (xy 152.669268 97.835) + (xy 153.030732 97.835) (xy 153.38525 97.764482) (xy 153.719199 97.626156) (xy 154.019744 97.425338) + (xy 154.275338 97.169744) (xy 154.476156 96.869199) (xy 154.614482 96.53525) (xy 154.685 96.180732) + (xy 154.685 95.819268) (xy 154.614482 95.46475) (xy 154.476156 95.130801) (xy 154.275338 94.830256) + (xy 154.019744 94.574662) (xy 153.719199 94.373844) (xy 153.38525 94.235518) (xy 153.030732 94.165) + (xy 152.669268 94.165) (xy 152.31475 94.235518) (xy 151.980801 94.373844) (xy 151.680256 94.574662) + (xy 151.424662 94.830256) (xy 151.223844 95.130801) (xy 151.186659 95.220574) (xy 151.188072 94.8) + (xy 151.175812 94.675518) (xy 151.139502 94.55582) (xy 151.080537 94.445506) (xy 151.001185 94.348815) + (xy 150.904494 94.269463) (xy 150.79418 94.210498) (xy 150.674482 94.174188) (xy 150.55 94.161928) + (xy 149.63575 94.165) (xy 149.477 94.32375) (xy 149.223 94.32375) (xy 149.06425 94.165) (xy 148.15 94.161928) + (xy 148.025518 94.174188) (xy 147.90582 94.210498) (xy 147.795506 94.269463) (xy 147.698815 94.348815) + (xy 147.619463 94.445506) (xy 147.560498 94.55582) (xy 147.524188 94.675518) (xy 147.511928 94.8) + (xy 146.045082 94.8) (xy 145.819744 94.574662) (xy 145.519199 94.373844) (xy 145.18525 94.235518) + (xy 144.830732 94.165) (xy 144.469268 94.165) (xy 144.11475 94.235518) (xy 143.780801 94.373844) + (xy 143.480256 94.574662) (xy 143.224662 94.830256) (xy 143.023844 95.130801) (xy 142.986659 95.220574) + (xy 142.988072 94.8) (xy 142.975812 94.675518) (xy 142.939502 94.55582) (xy 142.880537 94.445506) + (xy 142.801185 94.348815) (xy 142.704494 94.269463) (xy 142.59418 94.210498) (xy 142.474482 94.174188) + (xy 142.35 94.161928) (xy 141.43575 94.165) (xy 141.277 94.32375) (xy 141.023 94.32375) (xy 140.86425 94.165) + (xy 139.95 94.161928) (xy 139.825518 94.174188) (xy 139.70582 94.210498) (xy 139.595506 94.269463) + (xy 139.498815 94.348815) (xy 139.419463 94.445506) (xy 139.360498 94.55582) (xy 139.324188 94.675518) + (xy 139.311928 94.8) (xy 137.873082 94.8) (xy 137.647744 94.574662) (xy 137.347199 94.373844) (xy 137.01325 94.235518) + (xy 136.658732 94.165) (xy 136.297268 94.165) (xy 135.94275 94.235518) (xy 135.608801 94.373844) + (xy 135.308256 94.574662) (xy 135.052662 94.830256) (xy 134.851844 95.130801) (xy 134.814659 95.220574) + (xy 134.816072 94.8) (xy 134.803812 94.675518) (xy 134.767502 94.55582) (xy 134.708537 94.445506) + (xy 134.629185 94.348815) (xy 134.532494 94.269463) (xy 134.42218 94.210498) (xy 134.302482 94.174188) + (xy 134.178 94.161928) (xy 133.26375 94.165) (xy 133.105 94.32375) (xy 132.851 94.32375) (xy 132.69225 94.165) + (xy 131.778 94.161928) (xy 131.653518 94.174188) (xy 131.53382 94.210498) (xy 131.423506 94.269463) + (xy 131.326815 94.348815) (xy 131.247463 94.445506) (xy 131.188498 94.55582) (xy 131.152188 94.675518) + (xy 131.139928 94.8) (xy 129.745082 94.8) (xy 129.519744 94.574662) (xy 129.219199 94.373844) (xy 128.88525 94.235518) + (xy 128.530732 94.165) (xy 128.169268 94.165) (xy 127.81475 94.235518) (xy 127.480801 94.373844) + (xy 127.180256 94.574662) (xy 126.924662 94.830256) (xy 126.723844 95.130801) (xy 126.686659 95.220574) + (xy 126.688072 94.8) (xy 126.675812 94.675518) (xy 126.639502 94.55582) (xy 126.580537 94.445506) + (xy 126.501185 94.348815) (xy 126.404494 94.269463) (xy 126.29418 94.210498) (xy 126.174482 94.174188) + (xy 126.05 94.161928) (xy 125.13575 94.165) (xy 124.977 94.32375) (xy 124.723 94.32375) (xy 124.56425 94.165) + (xy 123.65 94.161928) (xy 123.525518 94.174188) (xy 123.40582 94.210498) (xy 123.295506 94.269463) + (xy 123.198815 94.348815) (xy 123.119463 94.445506) (xy 123.060498 94.55582) (xy 123.024188 94.675518) + (xy 123.011928 94.8) (xy 121.595082 94.8) (xy 121.369744 94.574662) (xy 121.069199 94.373844) (xy 120.73525 94.235518) + (xy 120.380732 94.165) (xy 120.019268 94.165) (xy 119.66475 94.235518) (xy 119.330801 94.373844) + (xy 119.030256 94.574662) (xy 118.774662 94.830256) (xy 118.573844 95.130801) (xy 118.536659 95.220574) + (xy 118.538072 94.8) (xy 118.525812 94.675518) (xy 118.489502 94.55582) (xy 118.430537 94.445506) + (xy 118.351185 94.348815) (xy 118.254494 94.269463) (xy 118.14418 94.210498) (xy 118.024482 94.174188) + (xy 117.9 94.161928) (xy 116.98575 94.165) (xy 116.827 94.32375) (xy 116.573 94.32375) (xy 116.41425 94.165) + (xy 115.5 94.161928) (xy 115.375518 94.174188) (xy 115.25582 94.210498) (xy 115.145506 94.269463) + (xy 115.048815 94.348815) (xy 114.969463 94.445506) (xy 114.910498 94.55582) (xy 114.874188 94.675518) + (xy 114.861928 94.8) (xy 103.644838 94.8) (xy 103.657403 91.25205) (xy 104.515 91.25205) (xy 104.515 91.647949) + (xy 104.536487 91.86611) (xy 104.621401 92.146033) (xy 104.759294 92.404013) (xy 104.944866 92.630134) + (xy 105.170986 92.815706) (xy 105.428966 92.953599) (xy 105.708889 93.038513) (xy 106 93.067185) + (xy 106.29111 93.038513) (xy 106.571033 92.953599) (xy 106.829013 92.815706) (xy 107.055134 92.630134) + (xy 107.240706 92.404014) (xy 107.25 92.386626) (xy 107.259294 92.404013) (xy 107.444866 92.630134) + (xy 107.670986 92.815706) (xy 107.928966 92.953599) (xy 108.208889 93.038513) (xy 108.5 93.067185) + (xy 108.79111 93.038513) (xy 109.071033 92.953599) (xy 109.329013 92.815706) (xy 109.549945 92.634392) + (xy 109.560498 92.66918) (xy 109.619463 92.779494) (xy 109.698815 92.876185) (xy 109.795506 92.955537) + (xy 109.90582 93.014502) (xy 110.025518 93.050812) (xy 110.15 93.063072) (xy 110.71425 93.06) (xy 110.873 92.90125) + (xy 110.873 91.577) (xy 111.127 91.577) (xy 111.127 92.90125) (xy 111.28575 93.06) (xy 111.85 93.063072) + (xy 111.974482 93.050812) (xy 112.09418 93.014502) (xy 112.204494 92.955537) (xy 112.301185 92.876185) + (xy 112.380537 92.779494) (xy 112.439502 92.66918) (xy 112.475812 92.549482) (xy 112.488072 92.425) + (xy 112.485 91.73575) (xy 112.32625 91.577) (xy 111.127 91.577) (xy 110.873 91.577) (xy 110.853 91.577) + (xy 110.853 91.323) (xy 110.873 91.323) (xy 110.873 89.99875) (xy 111.127 89.99875) (xy 111.127 91.323) + (xy 112.32625 91.323) (xy 112.485 91.16425) (xy 112.488072 90.475) (xy 112.475812 90.350518) (xy 112.439502 90.23082) + (xy 112.380537 90.120506) (xy 112.301185 90.023815) (xy 112.204494 89.944463) (xy 112.09418 89.885498) + (xy 111.974482 89.849188) (xy 111.85 89.836928) (xy 111.28575 89.84) (xy 111.127 89.99875) (xy 110.873 89.99875) + (xy 110.71425 89.84) (xy 110.15 89.836928) (xy 110.025518 89.849188) (xy 109.90582 89.885498) (xy 109.795506 89.944463) + (xy 109.698815 90.023815) (xy 109.619463 90.120506) (xy 109.560498 90.23082) (xy 109.549945 90.265608) + (xy 109.329014 90.084294) (xy 109.071034 89.946401) (xy 108.791111 89.861487) (xy 108.5 89.832815) + (xy 108.20889 89.861487) (xy 107.928967 89.946401) (xy 107.670987 90.084294) (xy 107.444866 90.269866) + (xy 107.259294 90.495986) (xy 107.25 90.513374) (xy 107.240706 90.495986) (xy 107.055134 90.269866) + (xy 106.829014 90.084294) (xy 106.571034 89.946401) (xy 106.291111 89.861487) (xy 106 89.832815) + (xy 105.70889 89.861487) (xy 105.428967 89.946401) (xy 105.170987 90.084294) (xy 104.944866 90.269866) + (xy 104.759294 90.495986) (xy 104.621401 90.753966) (xy 104.536487 91.033889) (xy 104.515 91.25205) + (xy 103.657403 91.25205) (xy 103.665209 89.047679) (xy 124.9045 89.047679) (xy 124.9045 89.260321) + (xy 124.945985 89.468878) (xy 125.02736 89.665335) (xy 125.145498 89.842141) (xy 125.295859 89.992502) + (xy 125.472665 90.11064) (xy 125.669122 90.192015) (xy 125.877679 90.2335) (xy 126.090321 90.2335) + (xy 126.298878 90.192015) (xy 126.495335 90.11064) (xy 126.672141 89.992502) (xy 126.822502 89.842141) + (xy 126.94064 89.665335) (xy 127.022015 89.468878) (xy 127.030011 89.428679) (xy 131.5085 89.428679) + (xy 131.5085 89.641321) (xy 131.549985 89.849878) (xy 131.63136 90.046335) (xy 131.749498 90.223141) + (xy 131.899859 90.373502) (xy 132.076665 90.49164) (xy 132.273122 90.573015) (xy 132.481679 90.6145) + (xy 132.694321 90.6145) (xy 132.902878 90.573015) (xy 133.099335 90.49164) (xy 133.276141 90.373502) + (xy 133.426502 90.223141) (xy 133.54464 90.046335) (xy 133.626015 89.849878) (xy 133.6675 89.641321) + (xy 133.6675 89.555679) (xy 139.3825 89.555679) (xy 139.3825 89.768321) (xy 139.423985 89.976878) + (xy 139.50536 90.173335) (xy 139.623498 90.350141) (xy 139.773859 90.500502) (xy 139.950665 90.61864) + (xy 140.147122 90.700015) (xy 140.355679 90.7415) (xy 140.568321 90.7415) (xy 140.776878 90.700015) + (xy 140.776914 90.7) (xy 153.609928 90.7) (xy 153.622188 90.824482) (xy 153.658498 90.94418) (xy 153.717463 91.054494) + (xy 153.796815 91.151185) (xy 153.893506 91.230537) (xy 154.00382 91.289502) (xy 154.123518 91.325812) + (xy 154.248 91.338072) (xy 155.16225 91.335) (xy 155.321 91.17625) (xy 155.321 89.627) (xy 155.575 89.627) + (xy 155.575 91.17625) (xy 155.73375 91.335) (xy 156.648 91.338072) (xy 156.772482 91.325812) (xy 156.89218 91.289502) + (xy 157.002494 91.230537) (xy 157.099185 91.151185) (xy 157.178537 91.054494) (xy 157.237502 90.94418) + (xy 157.273812 90.824482) (xy 157.286072 90.7) (xy 157.283 89.78575) (xy 157.12425 89.627) (xy 155.575 89.627) + (xy 155.321 89.627) (xy 153.77175 89.627) (xy 153.613 89.78575) (xy 153.609928 90.7) (xy 140.776914 90.7) + (xy 140.973335 90.61864) (xy 141.150141 90.500502) (xy 141.300502 90.350141) (xy 141.41864 90.173335) + (xy 141.500015 89.976878) (xy 141.5415 89.768321) (xy 141.5415 89.555679) (xy 141.500015 89.347122) + (xy 141.41864 89.150665) (xy 141.300502 88.973859) (xy 141.150141 88.823498) (xy 140.973335 88.70536) + (xy 140.776878 88.623985) (xy 140.568321 88.5825) (xy 140.355679 88.5825) (xy 140.147122 88.623985) + (xy 139.950665 88.70536) (xy 139.773859 88.823498) (xy 139.623498 88.973859) (xy 139.50536 89.150665) + (xy 139.423985 89.347122) (xy 139.3825 89.555679) (xy 133.6675 89.555679) (xy 133.6675 89.428679) + (xy 133.626015 89.220122) (xy 133.54464 89.023665) (xy 133.426502 88.846859) (xy 133.276141 88.696498) + (xy 133.099335 88.57836) (xy 133.005951 88.539679) (xy 145.4785 88.539679) (xy 145.4785 88.752321) + (xy 145.519985 88.960878) (xy 145.60136 89.157335) (xy 145.719498 89.334141) (xy 145.869859 89.484502) + (xy 146.046665 89.60264) (xy 146.243122 89.684015) (xy 146.451679 89.7255) (xy 146.664321 89.7255) + (xy 146.872878 89.684015) (xy 147.069335 89.60264) (xy 147.246141 89.484502) (xy 147.396502 89.334141) + (xy 147.51464 89.157335) (xy 147.596015 88.960878) (xy 147.6375 88.752321) (xy 147.6375 88.539679) + (xy 147.596015 88.331122) (xy 147.583124 88.3) (xy 153.609928 88.3) (xy 153.613 89.21425) (xy 153.77175 89.373) + (xy 155.321 89.373) (xy 155.321 89.353) (xy 155.575 89.353) (xy 155.575 89.373) (xy 157.12425 89.373) + (xy 157.283 89.21425) (xy 157.286072 88.3) (xy 157.273812 88.175518) (xy 157.237502 88.05582) (xy 157.178537 87.945506) + (xy 157.099185 87.848815) (xy 157.002494 87.769463) (xy 156.89218 87.710498) (xy 156.772482 87.674188) + (xy 156.648 87.661928) (xy 156.227426 87.663341) (xy 156.317199 87.626156) (xy 156.617744 87.425338) + (xy 156.873338 87.169744) (xy 157.074156 86.869199) (xy 157.212482 86.53525) (xy 157.283 86.180732) + (xy 157.283 85.819268) (xy 157.212482 85.46475) (xy 157.074156 85.130801) (xy 156.873338 84.830256) + (xy 156.617744 84.574662) (xy 156.317199 84.373844) (xy 155.98325 84.235518) (xy 155.628732 84.165) + (xy 155.267268 84.165) (xy 154.91275 84.235518) (xy 154.578801 84.373844) (xy 154.278256 84.574662) + (xy 154.022662 84.830256) (xy 153.821844 85.130801) (xy 153.683518 85.46475) (xy 153.613 85.819268) + (xy 153.613 86.180732) (xy 153.683518 86.53525) (xy 153.821844 86.869199) (xy 154.022662 87.169744) + (xy 154.278256 87.425338) (xy 154.578801 87.626156) (xy 154.668574 87.663341) (xy 154.248 87.661928) + (xy 154.123518 87.674188) (xy 154.00382 87.710498) (xy 153.893506 87.769463) (xy 153.796815 87.848815) + (xy 153.717463 87.945506) (xy 153.658498 88.05582) (xy 153.622188 88.175518) (xy 153.609928 88.3) + (xy 147.583124 88.3) (xy 147.51464 88.134665) (xy 147.396502 87.957859) (xy 147.246141 87.807498) + (xy 147.069335 87.68936) (xy 146.872878 87.607985) (xy 146.664321 87.5665) (xy 146.451679 87.5665) + (xy 146.243122 87.607985) (xy 146.046665 87.68936) (xy 145.869859 87.807498) (xy 145.719498 87.957859) + (xy 145.60136 88.134665) (xy 145.519985 88.331122) (xy 145.4785 88.539679) (xy 133.005951 88.539679) + (xy 132.902878 88.496985) (xy 132.694321 88.4555) (xy 132.481679 88.4555) (xy 132.273122 88.496985) + (xy 132.076665 88.57836) (xy 131.899859 88.696498) (xy 131.749498 88.846859) (xy 131.63136 89.023665) + (xy 131.549985 89.220122) (xy 131.5085 89.428679) (xy 127.030011 89.428679) (xy 127.0635 89.260321) + (xy 127.0635 89.047679) (xy 127.022015 88.839122) (xy 126.94064 88.642665) (xy 126.85801 88.519) + (xy 126.960559 88.519) (xy 127.132312 88.484836) (xy 127.294099 88.417821) (xy 127.439704 88.320531) + (xy 127.563531 88.196704) (xy 127.660821 88.051099) (xy 127.727836 87.889312) (xy 127.762 87.717559) + (xy 127.762 87.542441) (xy 127.736738 87.415441) (xy 136.271 87.415441) (xy 136.271 87.590559) (xy 136.305164 87.762312) + (xy 136.372179 87.924099) (xy 136.469469 88.069704) (xy 136.593296 88.193531) (xy 136.738901 88.290821) + (xy 136.900688 88.357836) (xy 137.072441 88.392) (xy 137.247559 88.392) (xy 137.419312 88.357836) + (xy 137.581099 88.290821) (xy 137.726704 88.193531) (xy 137.850531 88.069704) (xy 137.947821 87.924099) + (xy 138.014836 87.762312) (xy 138.049 87.590559) (xy 138.049 87.415441) (xy 138.014836 87.243688) + (xy 137.947821 87.081901) (xy 137.850531 86.936296) (xy 137.726704 86.812469) (xy 137.581099 86.715179) + (xy 137.419312 86.648164) (xy 137.247559 86.614) (xy 137.072441 86.614) (xy 136.900688 86.648164) + (xy 136.738901 86.715179) (xy 136.593296 86.812469) (xy 136.469469 86.936296) (xy 136.372179 87.081901) + (xy 136.305164 87.243688) (xy 136.271 87.415441) (xy 127.736738 87.415441) (xy 127.727836 87.370688) + (xy 127.660821 87.208901) (xy 127.563531 87.063296) (xy 127.439704 86.939469) (xy 127.294099 86.842179) + (xy 127.132312 86.775164) (xy 126.960559 86.741) (xy 126.785441 86.741) (xy 126.613688 86.775164) + (xy 126.451901 86.842179) (xy 126.306296 86.939469) (xy 126.182469 87.063296) (xy 126.085179 87.208901) + (xy 126.018164 87.370688) (xy 125.984 87.542441) (xy 125.984 87.717559) (xy 126.018164 87.889312) + (xy 126.085179 88.051099) (xy 126.102424 88.076907) (xy 126.090321 88.0745) (xy 125.877679 88.0745) + (xy 125.669122 88.115985) (xy 125.472665 88.19736) (xy 125.295859 88.315498) (xy 125.145498 88.465859) + (xy 125.02736 88.642665) (xy 124.945985 88.839122) (xy 124.9045 89.047679) (xy 103.665209 89.047679) + (xy 103.68769 82.7) (xy 107.161928 82.7) (xy 107.174188 82.824482) (xy 107.210498 82.94418) (xy 107.269463 83.054494) + (xy 107.348815 83.151185) (xy 107.445506 83.230537) (xy 107.55582 83.289502) (xy 107.675518 83.325812) + (xy 107.8 83.338072) (xy 108.220574 83.336659) (xy 108.130801 83.373844) (xy 107.830256 83.574662) + (xy 107.574662 83.830256) (xy 107.373844 84.130801) (xy 107.235518 84.46475) (xy 107.165 84.819268) + (xy 107.165 85.180732) (xy 107.235518 85.53525) (xy 107.373844 85.869199) (xy 107.574662 86.169744) + (xy 107.830256 86.425338) (xy 108.130801 86.626156) (xy 108.46475 86.764482) (xy 108.819268 86.835) + (xy 109.180732 86.835) (xy 109.53525 86.764482) (xy 109.869199 86.626156) (xy 110.169744 86.425338) + (xy 110.425338 86.169744) (xy 110.526435 86.018441) (xy 118.999 86.018441) (xy 118.999 86.193559) + (xy 119.033164 86.365312) (xy 119.100179 86.527099) (xy 119.197469 86.672704) (xy 119.321296 86.796531) + (xy 119.466901 86.893821) (xy 119.628688 86.960836) (xy 119.800441 86.995) (xy 119.818979 86.995) + (xy 119.738985 87.188122) (xy 119.6975 87.396679) (xy 119.6975 87.609321) (xy 119.738985 87.817878) + (xy 119.82036 88.014335) (xy 119.938498 88.191141) (xy 120.088859 88.341502) (xy 120.265665 88.45964) + (xy 120.462122 88.541015) (xy 120.670679 88.5825) (xy 120.883321 88.5825) (xy 121.091878 88.541015) + (xy 121.288335 88.45964) (xy 121.465141 88.341502) (xy 121.615502 88.191141) (xy 121.73364 88.014335) + (xy 121.815015 87.817878) (xy 121.8565 87.609321) (xy 121.8565 87.396679) (xy 121.815015 87.188122) + (xy 121.73364 86.991665) (xy 121.615502 86.814859) (xy 121.465141 86.664498) (xy 121.288335 86.54636) + (xy 121.091878 86.464985) (xy 120.883321 86.4235) (xy 120.718734 86.4235) (xy 120.742836 86.365312) + (xy 120.777 86.193559) (xy 120.777 86.018441) (xy 120.742836 85.846688) (xy 120.675821 85.684901) + (xy 120.578531 85.539296) (xy 120.454704 85.415469) (xy 120.309099 85.318179) (xy 120.147312 85.251164) + (xy 119.975559 85.217) (xy 119.800441 85.217) (xy 119.628688 85.251164) (xy 119.466901 85.318179) + (xy 119.321296 85.415469) (xy 119.197469 85.539296) (xy 119.100179 85.684901) (xy 119.033164 85.846688) + (xy 118.999 86.018441) (xy 110.526435 86.018441) (xy 110.626156 85.869199) (xy 110.764482 85.53525) + (xy 110.835 85.180732) (xy 110.835 84.819268) (xy 110.764482 84.46475) (xy 110.626156 84.130801) + (xy 110.425338 83.830256) (xy 110.169744 83.574662) (xy 109.869199 83.373844) (xy 109.779426 83.336659) + (xy 110.2 83.338072) (xy 110.324482 83.325812) (xy 110.44418 83.289502) (xy 110.554494 83.230537) + (xy 110.651185 83.151185) (xy 110.730537 83.054494) (xy 110.789502 82.94418) (xy 110.825812 82.824482) + (xy 110.838072 82.7) (xy 110.835 81.78575) (xy 110.67625 81.627) (xy 109.127 81.627) (xy 109.127 81.647) + (xy 108.873 81.647) (xy 108.873 81.627) (xy 107.32375 81.627) (xy 107.165 81.78575) (xy 107.161928 82.7) + (xy 103.68769 82.7) (xy 103.696189 80.3) (xy 107.161928 80.3) (xy 107.165 81.21425) (xy 107.32375 81.373) + (xy 108.873 81.373) (xy 108.873 79.82375) (xy 109.127 79.82375) (xy 109.127 81.373) (xy 110.67625 81.373) + (xy 110.835 81.21425) (xy 110.838072 80.3) (xy 110.825812 80.175518) (xy 110.789502 80.05582) (xy 110.730537 79.945506) + (xy 110.651185 79.848815) (xy 110.554494 79.769463) (xy 110.44418 79.710498) (xy 110.324482 79.674188) + (xy 110.2 79.661928) (xy 109.28575 79.665) (xy 109.127 79.82375) (xy 108.873 79.82375) (xy 108.71425 79.665) + (xy 107.8 79.661928) (xy 107.675518 79.674188) (xy 107.55582 79.710498) (xy 107.445506 79.769463) + (xy 107.348815 79.848815) (xy 107.269463 79.945506) (xy 107.210498 80.05582) (xy 107.174188 80.175518) + (xy 107.161928 80.3) (xy 103.696189 80.3) (xy 103.716376 74.6) (xy 107.161928 74.6) (xy 107.174188 74.724482) + (xy 107.210498 74.84418) (xy 107.269463 74.954494) (xy 107.348815 75.051185) (xy 107.445506 75.130537) + (xy 107.55582 75.189502) (xy 107.675518 75.225812) (xy 107.8 75.238072) (xy 108.220574 75.236659) + (xy 108.130801 75.273844) (xy 107.830256 75.474662) (xy 107.574662 75.730256) (xy 107.373844 76.030801) + (xy 107.235518 76.36475) (xy 107.165 76.719268) (xy 107.165 77.080732) (xy 107.235518 77.43525) + (xy 107.373844 77.769199) (xy 107.574662 78.069744) (xy 107.830256 78.325338) (xy 108.130801 78.526156) + (xy 108.46475 78.664482) (xy 108.819268 78.735) (xy 109.180732 78.735) (xy 109.53525 78.664482) + (xy 109.869199 78.526156) (xy 110.169744 78.325338) (xy 110.425338 78.069744) (xy 110.626156 77.769199) + (xy 110.764482 77.43525) (xy 110.835 77.080732) (xy 110.835 76.719268) (xy 110.764482 76.36475) + (xy 110.626156 76.030801) (xy 110.425338 75.730256) (xy 110.169744 75.474662) (xy 109.869199 75.273844) + (xy 109.779426 75.236659) (xy 110.2 75.238072) (xy 110.324482 75.225812) (xy 110.44418 75.189502) + (xy 110.554494 75.130537) (xy 110.651185 75.051185) (xy 110.730537 74.954494) (xy 110.789502 74.84418) + (xy 110.825812 74.724482) (xy 110.838072 74.6) (xy 110.835 73.68575) (xy 110.67625 73.527) (xy 109.127 73.527) + (xy 109.127 73.547) (xy 108.873 73.547) (xy 108.873 73.527) (xy 107.32375 73.527) (xy 107.165 73.68575) + (xy 107.161928 74.6) (xy 103.716376 74.6) (xy 103.726551 71.727) (xy 107.375397 71.727) (xy 107.348815 71.748815) + (xy 107.269463 71.845506) (xy 107.210498 71.95582) (xy 107.174188 72.075518) (xy 107.161928 72.2) + (xy 107.165 73.11425) (xy 107.32375 73.273) (xy 108.873 73.273) (xy 108.873 73.253) (xy 109.127 73.253) + (xy 109.127 73.273) (xy 110.67625 73.273) (xy 110.835 73.11425) (xy 110.838072 72.2) (xy 110.825812 72.075518) + (xy 110.789502 71.95582) (xy 110.730537 71.845506) (xy 110.651185 71.748815) (xy 110.624603 71.727) + (xy 110.998 71.727) (xy 110.998 84.455) (xy 111.00044 84.479776) (xy 111.007667 84.503601) (xy 111.019403 84.525557) + (xy 111.035197 84.544803) (xy 111.054443 84.560597) (xy 111.076399 84.572333) (xy 111.100224 84.57956) + (xy 111.125 84.582) (xy 127.202394 84.582) (xy 128.510197 85.889803) (xy 128.529443 85.905597) (xy 128.551399 85.917333) + (xy 128.575224 85.92456) (xy 128.6 85.927) (xy 138.4 85.927) (xy 138.424776 85.92456) (xy 138.448601 85.917333) + (xy 138.470557 85.905597) (xy 138.489803 85.889803) (xy 138.742165 85.637441) (xy 141.605 85.637441) + (xy 141.605 85.812559) (xy 141.639164 85.984312) (xy 141.706179 86.146099) (xy 141.803469 86.291704) + (xy 141.927296 86.415531) (xy 142.072901 86.512821) (xy 142.234688 86.579836) (xy 142.406441 86.614) + (xy 142.581559 86.614) (xy 142.753312 86.579836) (xy 142.915099 86.512821) (xy 143.060704 86.415531) + (xy 143.184531 86.291704) (xy 143.281821 86.146099) (xy 143.348836 85.984312) (xy 143.383 85.812559) + (xy 143.383 85.637441) (xy 143.348836 85.465688) (xy 143.281821 85.303901) (xy 143.184531 85.158296) + (xy 143.060704 85.034469) (xy 142.915099 84.937179) (xy 142.753312 84.870164) (xy 142.581559 84.836) + (xy 142.406441 84.836) (xy 142.234688 84.870164) (xy 142.072901 84.937179) (xy 141.927296 85.034469) + (xy 141.803469 85.158296) (xy 141.706179 85.303901) (xy 141.639164 85.465688) (xy 141.605 85.637441) + (xy 138.742165 85.637441) (xy 139.797606 84.582) (xy 152.4 84.582) (xy 152.424776 84.57956) (xy 152.448601 84.572333) + (xy 152.470557 84.560597) (xy 152.489803 84.544803) (xy 152.505597 84.525557) (xy 152.517333 84.503601) + (xy 152.52456 84.479776) (xy 152.527 84.455) (xy 152.527 82.3) (xy 153.609928 82.3) (xy 153.622188 82.424482) + (xy 153.658498 82.54418) (xy 153.717463 82.654494) (xy 153.796815 82.751185) (xy 153.893506 82.830537) + (xy 154.00382 82.889502) (xy 154.123518 82.925812) (xy 154.248 82.938072) (xy 155.16225 82.935) + (xy 155.321 82.77625) (xy 155.321 81.227) (xy 155.575 81.227) (xy 155.575 82.77625) (xy 155.73375 82.935) + (xy 156.648 82.938072) (xy 156.772482 82.925812) (xy 156.89218 82.889502) (xy 157.002494 82.830537) + (xy 157.099185 82.751185) (xy 157.178537 82.654494) (xy 157.237502 82.54418) (xy 157.273812 82.424482) + (xy 157.286072 82.3) (xy 157.283 81.38575) (xy 157.12425 81.227) (xy 155.575 81.227) (xy 155.321 81.227) + (xy 153.77175 81.227) (xy 153.613 81.38575) (xy 153.609928 82.3) (xy 152.527 82.3) (xy 152.527 79.9) + (xy 153.609928 79.9) (xy 153.613 80.81425) (xy 153.77175 80.973) (xy 155.321 80.973) (xy 155.321 80.953) + (xy 155.575 80.953) (xy 155.575 80.973) (xy 157.12425 80.973) (xy 157.283 80.81425) (xy 157.286072 79.9) + (xy 157.273812 79.775518) (xy 157.237502 79.65582) (xy 157.178537 79.545506) (xy 157.099185 79.448815) + (xy 157.002494 79.369463) (xy 156.89218 79.310498) (xy 156.772482 79.274188) (xy 156.648 79.261928) + (xy 156.227426 79.263341) (xy 156.317199 79.226156) (xy 156.617744 79.025338) (xy 156.873338 78.769744) + (xy 157.074156 78.469199) (xy 157.212482 78.13525) (xy 157.283 77.780732) (xy 157.283 77.419268) + (xy 157.212482 77.06475) (xy 157.074156 76.730801) (xy 156.873338 76.430256) (xy 156.617744 76.174662) + (xy 156.317199 75.973844) (xy 155.98325 75.835518) (xy 155.628732 75.765) (xy 155.267268 75.765) + (xy 154.91275 75.835518) (xy 154.578801 75.973844) (xy 154.278256 76.174662) (xy 154.022662 76.430256) + (xy 153.821844 76.730801) (xy 153.683518 77.06475) (xy 153.613 77.419268) (xy 153.613 77.780732) + (xy 153.683518 78.13525) (xy 153.821844 78.469199) (xy 154.022662 78.769744) (xy 154.278256 79.025338) + (xy 154.578801 79.226156) (xy 154.668574 79.263341) (xy 154.248 79.261928) (xy 154.123518 79.274188) + (xy 154.00382 79.310498) (xy 153.893506 79.369463) (xy 153.796815 79.448815) (xy 153.717463 79.545506) + (xy 153.658498 79.65582) (xy 153.622188 79.775518) (xy 153.609928 79.9) (xy 152.527 79.9) (xy 152.527 74) + (xy 153.609928 74) (xy 153.622188 74.124482) (xy 153.658498 74.24418) (xy 153.717463 74.354494) + (xy 153.796815 74.451185) (xy 153.893506 74.530537) (xy 154.00382 74.589502) (xy 154.123518 74.625812) + (xy 154.248 74.638072) (xy 155.16225 74.635) (xy 155.321 74.47625) (xy 155.321 72.927) (xy 155.575 72.927) + (xy 155.575 74.47625) (xy 155.73375 74.635) (xy 156.648 74.638072) (xy 156.772482 74.625812) (xy 156.89218 74.589502) + (xy 157.002494 74.530537) (xy 157.099185 74.451185) (xy 157.178537 74.354494) (xy 157.237502 74.24418) + (xy 157.273812 74.124482) (xy 157.286072 74) (xy 157.283 73.08575) (xy 157.12425 72.927) (xy 155.575 72.927) + (xy 155.321 72.927) (xy 153.77175 72.927) (xy 153.613 73.08575) (xy 153.609928 74) (xy 152.527 74) + (xy 152.527 71.6) (xy 153.609928 71.6) (xy 153.613 72.51425) (xy 153.77175 72.673) (xy 155.321 72.673) + (xy 155.321 72.653) (xy 155.575 72.653) (xy 155.575 72.673) (xy 157.12425 72.673) (xy 157.283 72.51425) + (xy 157.286072 71.6) (xy 157.273812 71.475518) (xy 157.237502 71.35582) (xy 157.178537 71.245506) + (xy 157.099185 71.148815) (xy 157.002494 71.069463) (xy 156.89218 71.010498) (xy 156.772482 70.974188) + (xy 156.648 70.961928) (xy 156.227426 70.963341) (xy 156.317199 70.926156) (xy 156.617744 70.725338) + (xy 156.873338 70.469744) (xy 157.074156 70.169199) (xy 157.212482 69.83525) (xy 157.283 69.480732) + (xy 157.283 69.119268) (xy 157.212482 68.76475) (xy 157.074156 68.430801) (xy 156.873338 68.130256) + (xy 156.617744 67.874662) (xy 156.317199 67.673844) (xy 155.98325 67.535518) (xy 155.628732 67.465) + (xy 155.267268 67.465) (xy 154.91275 67.535518) (xy 154.578801 67.673844) (xy 154.278256 67.874662) + (xy 154.022662 68.130256) (xy 153.821844 68.430801) (xy 153.683518 68.76475) (xy 153.613 69.119268) + (xy 153.613 69.480732) (xy 153.683518 69.83525) (xy 153.821844 70.169199) (xy 154.022662 70.469744) + (xy 154.278256 70.725338) (xy 154.578801 70.926156) (xy 154.668574 70.963341) (xy 154.248 70.961928) + (xy 154.123518 70.974188) (xy 154.00382 71.010498) (xy 153.893506 71.069463) (xy 153.796815 71.148815) + (xy 153.717463 71.245506) (xy 153.658498 71.35582) (xy 153.622188 71.475518) (xy 153.609928 71.6) + (xy 152.527 71.6) (xy 152.527 61.736511) (xy 152.561498 61.788141) (xy 152.711859 61.938502) (xy 152.888665 62.05664) + (xy 153.085122 62.138015) (xy 153.293679 62.1795) (xy 153.506321 62.1795) (xy 153.714878 62.138015) + (xy 153.911335 62.05664) (xy 154.088141 61.938502) (xy 154.238502 61.788141) (xy 154.35 61.621272) + (xy 154.461498 61.788141) (xy 154.611859 61.938502) (xy 154.788665 62.05664) (xy 154.985122 62.138015) + (xy 155.193679 62.1795) (xy 155.406321 62.1795) (xy 155.614878 62.138015) (xy 155.811335 62.05664) + (xy 155.988141 61.938502) (xy 156.052287 61.874356) (xy 156.061498 61.888141) (xy 156.211859 62.038502) + (xy 156.388665 62.15664) (xy 156.585122 62.238015) (xy 156.793679 62.2795) (xy 157.006321 62.2795) + (xy 157.214878 62.238015) (xy 157.411335 62.15664) (xy 157.588141 62.038502) (xy 157.738502 61.888141) + (xy 157.85664 61.711335) (xy 157.938015 61.514878) (xy 157.9795 61.306321) (xy 157.9795 61.093679) + (xy 157.938015 60.885122) (xy 157.85664 60.688665) (xy 157.738502 60.511859) (xy 157.588141 60.361498) + (xy 157.411335 60.24336) (xy 157.214878 60.161985) (xy 157.006321 60.1205) (xy 156.793679 60.1205) + (xy 156.585122 60.161985) (xy 156.388665 60.24336) (xy 156.211859 60.361498) (xy 156.147713 60.425644) + (xy 156.138502 60.411859) (xy 155.988141 60.261498) (xy 155.811335 60.14336) (xy 155.614878 60.061985) + (xy 155.406321 60.0205) (xy 155.193679 60.0205) (xy 154.985122 60.061985) (xy 154.788665 60.14336) + (xy 154.611859 60.261498) (xy 154.461498 60.411859) (xy 154.35 60.578728) (xy 154.238502 60.411859) + (xy 154.088141 60.261498) (xy 153.911335 60.14336) (xy 153.714878 60.061985) (xy 153.506321 60.0205) + (xy 153.293679 60.0205) (xy 153.085122 60.061985) (xy 152.888665 60.14336) (xy 152.711859 60.261498) + (xy 152.561498 60.411859) (xy 152.527 60.463489) (xy 152.527 54.737) (xy 158.697394 54.737) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/light_control_diff.kicad_sch b/tests/board_samples/kicad_8/light_control_diff.kicad_sch index ba7a724f9..a895166c0 100644 --- a/tests/board_samples/kicad_8/light_control_diff.kicad_sch +++ b/tests/board_samples/kicad_8/light_control_diff.kicad_sch @@ -1,6509 +1,17409 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 5723753a-c0ed-4c5f-84a7-d86a2926263d) - - (paper "A4") - - (lib_symbols - (symbol "Connector:Screw_Terminal_01x02" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Screw_Terminal_01x02" (at 0 -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" "screw terminal" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic screw terminal, single row, 01x02, 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_01x02_1_1" - (rectangle (start -1.27 1.27) (end 1.27 -3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (circle (center 0 -2.54) (radius 0.635) - (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.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)) - ) - (circle (center 0 0) (radius 0.635) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 0 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 -2.54 0) (length 3.81) - (name "Pin_2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector:USB_B_Micro" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (at -5.08 11.43 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "USB_B_Micro" (at -5.08 8.89 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 3.81 -1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 3.81 -1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "connector USB micro" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "USB Micro Type B connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "USB*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "USB_B_Micro_0_1" - (rectangle (start -5.08 -7.62) (end 5.08 7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (circle (center -3.81 2.159) (radius 0.635) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (circle (center -0.635 3.429) (radius 0.381) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.127 -7.62) (end 0.127 -6.858) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.905 2.159) - (xy 0.635 2.159) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -3.175 2.159) - (xy -2.54 2.159) - (xy -1.27 3.429) - (xy -0.635 3.429) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.54 2.159) - (xy -1.905 2.159) - (xy -1.27 0.889) - (xy 0 0.889) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 2.794) - (xy 0.635 1.524) - (xy 1.905 2.159) - (xy 0.635 2.794) - ) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -4.318 5.588) - (xy -1.778 5.588) - (xy -2.032 4.826) - (xy -4.064 4.826) - (xy -4.318 5.588) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -4.699 5.842) - (xy -4.699 5.588) - (xy -4.445 4.826) - (xy -4.445 4.572) - (xy -1.651 4.572) - (xy -1.651 4.826) - (xy -1.397 5.588) - (xy -1.397 5.842) - (xy -4.699 5.842) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 0.254 1.27) (end -0.508 0.508) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.08 -5.207) (end 4.318 -4.953) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 5.08 -2.667) (end 4.318 -2.413) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 5.08 -0.127) (end 4.318 0.127) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 5.08 4.953) (end 4.318 5.207) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "USB_B_Micro_1_1" - (pin power_out line (at 7.62 5.08 180) (length 2.54) - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 7.62 -2.54 180) (length 2.54) - (name "D-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 7.62 0 180) (length 2.54) - (name "D+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 7.62 -5.08 180) (length 2.54) - (name "ID" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_out line (at 0 -10.16 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -2.54 -10.16 90) (length 2.54) - (name "Shield" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Connector_Generic:Conn_01x03" (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" "Conn_01x03" (at 0 -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, single row, 01x03, 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*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x03_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 1.27 -3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (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)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:D_Schottky" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 0 -2.54 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" "diode Schottky" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Schottky diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "D_Schottky_0_1" - (polyline - (pts - (xy 1.27 0) - (xy -1.27 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 1.27) - (xy 1.27 -1.27) - (xy -1.27 0) - (xy 1.27 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.905 0.635) - (xy -1.905 1.27) - (xy -1.27 1.27) - (xy -1.27 -1.27) - (xy -0.635 -1.27) - (xy -0.635 -0.635) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "D_Schottky_1_1" - (pin passive line (at -3.81 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:LED_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "D" (at -1.27 3.175 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "LED_Small" (at -4.445 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "LED diode light-emitting-diode" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Light emitting diode, small symbol" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LED_Small_0_1" - (polyline - (pts - (xy -0.762 -1.016) - (xy -0.762 1.016) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.016 0) - (xy -0.762 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.762 -1.016) - (xy -0.762 0) - (xy 0.762 1.016) - (xy 0.762 -1.016) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0.762) - (xy -0.508 1.27) - (xy -0.254 1.27) - (xy -0.508 1.27) - (xy -0.508 1.016) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.508 1.27) - (xy 0 1.778) - (xy 0.254 1.778) - (xy 0 1.778) - (xy 0 1.524) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "LED_Small_1_1" - (pin passive line (at -2.54 0 0) (length 1.778) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 0 180) (length 1.778) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:Q_NMOS_GSD" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GSD" (at 5.08 -1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 5.08 2.54 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" "transistor NMOS N-MOS N-MOSFET" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "N-MOSFET transistor, gate/source/drain" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Q_NMOS_GSD_0_1" - (polyline - (pts - (xy 0.254 0) - (xy -2.54 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.254 1.905) - (xy 0.254 -1.905) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.762 -1.27) - (xy 0.762 -2.286) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.762 0.508) - (xy 0.762 -0.508) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.762 2.286) - (xy 0.762 1.27) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 2.54) - (xy 2.54 1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 -2.54) - (xy 2.54 0) - (xy 0.762 0) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.762 -1.778) - (xy 3.302 -1.778) - (xy 3.302 1.778) - (xy 0.762 1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.016 0) - (xy 2.032 0.381) - (xy 2.032 -0.381) - (xy 1.016 0) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy 2.794 0.508) - (xy 2.921 0.381) - (xy 3.683 0.381) - (xy 3.81 0.254) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 3.302 0.381) - (xy 2.921 -0.254) - (xy 3.683 -0.254) - (xy 3.302 0.381) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 1.651 0) (radius 2.794) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (circle (center 2.54 -1.778) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 2.54 1.778) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "Q_NMOS_GSD_1_1" - (pin input line (at -5.08 0 0) (length 2.54) - (name "G" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "S" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "D" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:Q_NPN_BEC" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BEC" (at 5.08 -1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 5.08 2.54 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" "transistor NPN" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "NPN transistor, base/emitter/collector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Q_NPN_BEC_0_1" - (polyline - (pts - (xy 0.635 0.635) - (xy 2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 -0.635) - (xy 2.54 -2.54) - (xy 2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 1.905) - (xy 0.635 -1.905) - (xy 0.635 -1.905) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.778) - (xy 1.778 -1.27) - (xy 2.286 -2.286) - (xy 1.27 -1.778) - (xy 1.27 -1.778) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 1.27 0) (radius 2.8194) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "Q_NPN_BEC_1_1" - (pin input line (at -5.08 0 0) (length 5.715) - (name "B" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "E" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "3" (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 "Interface_USB:CP2104" (in_bom yes) (on_board yes) - (property "Reference" "U" (at -5.08 28.575 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "CP2104" (at -5.08 26.67 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (at 29.21 -52.07 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/cp2104.pdf" (at 105.41 10.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "uart usb bridge interface transceiver" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Single-Chip USB-to-UART Bridge, USB 2.0 Full-Speed, 2Mbps UART, QFN-24" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "QFN*4x4mm*P0.5mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "CP2104_1_1" - (rectangle (start -10.16 25.4) (end 10.16 -25.4) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at 12.7 5.08 180) (length 2.54) - (name "~{RI}" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin no_connect line (at 10.16 -20.32 180) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -15.24 180) (length 2.54) - (name "GPIO.3" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -12.7 180) (length 2.54) - (name "RS485/GPIO.2" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -10.16 180) (length 2.54) - (name "RXT/GPIO.1" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -7.62 180) (length 2.54) - (name "TXT/GPIO.0" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 12.7 -2.54 180) (length 2.54) - (name "~{SUSPEND}" (effects (font (size 1.27 1.27)))) - (number "15" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -12.7 -20.32 0) (length 2.54) - (name "VPP" (effects (font (size 1.27 1.27)))) - (number "16" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 12.7 0 180) (length 2.54) - (name "SUSPEND" (effects (font (size 1.27 1.27)))) - (number "17" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 12.7 15.24 180) (length 2.54) - (name "~{CTS}" (effects (font (size 1.27 1.27)))) - (number "18" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 12.7 17.78 180) (length 2.54) - (name "~{RTS}" (effects (font (size 1.27 1.27)))) - (number "19" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -27.94 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 12.7 20.32 180) (length 2.54) - (name "RXD" (effects (font (size 1.27 1.27)))) - (number "20" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 12.7 22.86 180) (length 2.54) - (name "TXD" (effects (font (size 1.27 1.27)))) - (number "21" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 12.7 12.7 180) (length 2.54) - (name "~{DSR}" (effects (font (size 1.27 1.27)))) - (number "22" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 12.7 10.16 180) (length 2.54) - (name "~{DTR}" (effects (font (size 1.27 1.27)))) - (number "23" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 12.7 7.62 180) (length 2.54) - (name "~{DCD}" (effects (font (size 1.27 1.27)))) - (number "24" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -27.94 90) (length 2.54) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "25" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -12.7 5.08 0) (length 2.54) - (name "D+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -12.7 7.62 0) (length 2.54) - (name "D-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 2.54 27.94 270) (length 2.54) - (name "VIO" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 27.94 270) (length 2.54) - (name "VDD" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 27.94 270) (length 2.54) - (name "REGIN" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 10.16 0) (length 2.54) - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -12.7 22.86 0) (length 2.54) - (name "~{RST}" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Mechanical:MountingHole" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "H" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "MountingHole" (at 0 3.175 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" "mounting hole" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Mounting Hole without connection" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "MountingHole*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "MountingHole_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 1.27) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "RF_Module:ESP32-WROOM-32" (in_bom yes) (on_board yes) - (property "Reference" "U" (at -12.7 34.29 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "ESP32-WROOM-32" (at 1.27 34.29 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "RF_Module:ESP32-WROOM-32" (at 0 -38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf" (at -7.62 1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "RF Radio BT ESP ESP32 Espressif onboard PCB antenna" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "RF Module, ESP32-D0WDQ6 SoC, Wi-Fi 802.11b/g/n, Bluetooth, BLE, 32-bit, 2.7-3.6V, onboard antenna, SMD" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "ESP32?WROOM?32*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "ESP32-WROOM-32_0_1" - (rectangle (start -12.7 33.02) (end 12.7 -33.02) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "ESP32-WROOM-32_1_1" - (pin power_in line (at 0 -35.56 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -12.7 180) (length 2.54) - (name "IO25" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -15.24 180) (length 2.54) - (name "IO26" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -17.78 180) (length 2.54) - (name "IO27" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 10.16 180) (length 2.54) - (name "IO14" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 15.24 180) (length 2.54) - (name "IO12" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -35.56 90) (length 2.54) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "15" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 12.7 180) (length 2.54) - (name "IO13" (effects (font (size 1.27 1.27)))) - (number "16" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -5.08 0) (length 2.54) - (name "SHD/SD2" (effects (font (size 1.27 1.27)))) - (number "17" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -7.62 0) (length 2.54) - (name "SWP/SD3" (effects (font (size 1.27 1.27)))) - (number "18" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -12.7 0) (length 2.54) - (name "SCS/CMD" (effects (font (size 1.27 1.27)))) - (number "19" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 35.56 270) (length 2.54) - (name "VDD" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -10.16 0) (length 2.54) - (name "SCK/CLK" (effects (font (size 1.27 1.27)))) - (number "20" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 0 0) (length 2.54) - (name "SDO/SD0" (effects (font (size 1.27 1.27)))) - (number "21" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at -15.24 -2.54 0) (length 2.54) - (name "SDI/SD1" (effects (font (size 1.27 1.27)))) - (number "22" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 7.62 180) (length 2.54) - (name "IO15" (effects (font (size 1.27 1.27)))) - (number "23" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 25.4 180) (length 2.54) - (name "IO2" (effects (font (size 1.27 1.27)))) - (number "24" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 30.48 180) (length 2.54) - (name "IO0" (effects (font (size 1.27 1.27)))) - (number "25" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 20.32 180) (length 2.54) - (name "IO4" (effects (font (size 1.27 1.27)))) - (number "26" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 5.08 180) (length 2.54) - (name "IO16" (effects (font (size 1.27 1.27)))) - (number "27" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 2.54 180) (length 2.54) - (name "IO17" (effects (font (size 1.27 1.27)))) - (number "28" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 17.78 180) (length 2.54) - (name "IO5" (effects (font (size 1.27 1.27)))) - (number "29" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -15.24 30.48 0) (length 2.54) - (name "EN" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 0 180) (length 2.54) - (name "IO18" (effects (font (size 1.27 1.27)))) - (number "30" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -2.54 180) (length 2.54) - (name "IO19" (effects (font (size 1.27 1.27)))) - (number "31" (effects (font (size 1.27 1.27)))) - ) - (pin no_connect line (at -12.7 -27.94 0) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "32" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -5.08 180) (length 2.54) - (name "IO21" (effects (font (size 1.27 1.27)))) - (number "33" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 22.86 180) (length 2.54) - (name "RXD0/IO3" (effects (font (size 1.27 1.27)))) - (number "34" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 27.94 180) (length 2.54) - (name "TXD0/IO1" (effects (font (size 1.27 1.27)))) - (number "35" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -7.62 180) (length 2.54) - (name "IO22" (effects (font (size 1.27 1.27)))) - (number "36" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -10.16 180) (length 2.54) - (name "IO23" (effects (font (size 1.27 1.27)))) - (number "37" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -35.56 90) (length 2.54) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "38" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -35.56 90) (length 2.54) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "39" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -15.24 25.4 0) (length 2.54) - (name "SENSOR_VP" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -15.24 22.86 0) (length 2.54) - (name "SENSOR_VN" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 15.24 -25.4 180) (length 2.54) - (name "IO34" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 15.24 -27.94 180) (length 2.54) - (name "IO35" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -20.32 180) (length 2.54) - (name "IO32" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -22.86 180) (length 2.54) - (name "IO33" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Regulator_Linear:AZ1117-3.3" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at -3.81 3.175 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AZ1117-3.3" (at 0 3.175 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0 6.35 0) - (effects (font (size 1.27 1.27) italic) hide) - ) - (property "Datasheet" "https://www.diodes.com/assets/Datasheets/AZ1117.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "Fixed Voltage Regulator 1A Positive LDO" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "1A 20V Fixed LDO Linear Regulator, 3.3V, SOT-89/SOT-223/TO-220/TO-252/TO-263" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOT?223* SOT?89* TO?220* TO?252* TO?263*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "AZ1117-3.3_0_1" - (rectangle (start -5.08 1.905) (end 5.08 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "AZ1117-3.3_1_1" - (pin power_in line (at 0 -7.62 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin power_out line (at 7.62 0 180) (length 2.54) - (name "VO" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -7.62 0 0) (length 2.54) - (name "VI" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Sensor:DHT11" (in_bom yes) (on_board yes) - (property "Reference" "U" (at -3.81 6.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "DHT11" (at 3.81 6.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Sensor:Aosong_DHT11_5.5x12.0_P2.54mm" (at 0 -10.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://akizukidenshi.com/download/ds/aosong/DHT11.pdf" (at 3.81 6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "Digital temperature humidity sensor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Temperature and humidity module" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Aosong*DHT11*5.5x12.0*P2.54mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "DHT11_0_1" - (rectangle (start -5.08 5.08) (end 5.08 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "DHT11_1_1" - (pin power_in line (at 0 7.62 270) (length 2.54) - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 7.62 0 180) (length 2.54) - (name "IO" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin no_connect line (at -5.08 0 0) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -7.62 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Switch:SW_Push" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "SW" (at 1.27 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "SW_Push" (at 0 -1.524 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 5.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 5.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "switch normally-open pushbutton push-button" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Push button switch, generic, two pins" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "SW_Push_0_1" - (circle (center -2.032 0) (radius 0.508) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 1.27) - (xy 0 3.048) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 1.27) - (xy -2.54 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (circle (center 2.032 0) (radius 0.508) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (pin passive line (at -5.08 0 0) (length 2.54) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 0 180) (length 2.54) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:+3V3" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 0 3.556 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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"+3V3\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "+3V3_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "+3V3_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "+3V3" (effects (font (size 1.27 1.27)))) - (number "1" (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" "power-flag" (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)))) - ) - ) - ) - (symbol "power:VBUS" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"VBUS\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "VBUS_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "VBUS_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "power:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"VCC\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "VCC_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "VCC_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - (junction (at 241.3 146.05) (diameter 0) (color 0 0 0 0) - (uuid 063b49dc-2e60-4d6d-a97d-e5f09c16d5f7) - ) - (junction (at 257.81 139.7) (diameter 0) (color 0 0 0 0) - (uuid 07c7507a-747e-4cdf-8d26-39f2f3ec471e) - ) - (junction (at 257.81 38.1) (diameter 0) (color 0 0 0 0) - (uuid 0e817f48-c702-4af1-a173-16a81069e7dc) - ) - (junction (at 257.81 63.5) (diameter 0) (color 0 0 0 0) - (uuid 192b5902-a3d2-4d21-8498-c71fb7e91a4b) - ) - (junction (at 257.81 106.68) (diameter 0) (color 0 0 0 0) - (uuid 192ec5fd-9009-46d2-a67e-a6b961c4bd88) - ) - (junction (at 59.69 170.18) (diameter 0) (color 0 0 0 0) - (uuid 1b65b0ef-cc69-45ee-845f-c130095c7ff9) - ) - (junction (at 162.56 31.75) (diameter 0) (color 0 0 0 0) - (uuid 1dc45e16-4560-4738-8377-cc1449e4e759) - ) - (junction (at 220.98 99.06) (diameter 0) (color 0 0 0 0) - (uuid 23da7759-6127-4229-b2b1-cef2af1f7be6) - ) - (junction (at 48.26 80.01) (diameter 0) (color 0 0 0 0) - (uuid 24127de8-12d2-4192-b9a3-4e6b704c174e) - ) - (junction (at 60.96 68.58) (diameter 0) (color 0 0 0 0) - (uuid 264bf213-92f1-4ce5-ae03-30d681c902db) - ) - (junction (at 257.81 30.48) (diameter 0) (color 0 0 0 0) - (uuid 2e130174-a43b-42e4-8d3d-2e3c8b663024) - ) - (junction (at 220.98 63.5) (diameter 0) (color 0 0 0 0) - (uuid 33d58d7e-4938-4630-bf0f-41c08f917797) - ) - (junction (at 86.36 35.56) (diameter 0) (color 0 0 0 0) - (uuid 385a7de8-c0e8-47b7-81ab-a277a3550ff8) - ) - (junction (at 82.55 121.92) (diameter 0) (color 0 0 0 0) - (uuid 3f8ba189-df32-482a-b60b-5cca87a70be5) - ) - (junction (at 220.98 139.7) (diameter 0) (color 0 0 0 0) - (uuid 5dda30e8-72ff-499e-88ad-358db616281d) - ) - (junction (at 77.47 68.58) (diameter 0) (color 0 0 0 0) - (uuid 5e52741d-61d7-4513-ac08-944b14f92616) - ) - (junction (at 257.81 132.08) (diameter 0) (color 0 0 0 0) - (uuid 607a43f2-3328-4a6a-b6f2-956b8280f0d6) - ) - (junction (at 204.47 77.47) (diameter 0) (color 0 0 0 0) - (uuid 6860e17c-bb24-476c-bebb-301e80fbd965) - ) - (junction (at 24.13 78.74) (diameter 0) (color 0 0 0 0) - (uuid 7578b156-d5ba-44a3-951c-7eb0e7a979ba) - ) - (junction (at 241.3 113.03) (diameter 0) (color 0 0 0 0) - (uuid 79ac590c-8761-499e-b5ed-429e55699f67) - ) - (junction (at 58.42 35.56) (diameter 0) (color 0 0 0 0) - (uuid 83cbbd8f-bcd1-496e-93e4-a24865120094) - ) - (junction (at 130.81 180.34) (diameter 0) (color 0 0 0 0) - (uuid 8bee8b4b-69ac-467f-925f-00603a14b3a1) - ) - (junction (at 204.47 146.05) (diameter 0) (color 0 0 0 0) - (uuid 988c52d8-8440-4d5d-8081-5adc3c6a7bc2) - ) - (junction (at 220.98 38.1) (diameter 0) (color 0 0 0 0) - (uuid a51a89d0-27fd-4cda-8083-5ba0a8881b2c) - ) - (junction (at 128.27 49.53) (diameter 0) (color 0 0 0 0) - (uuid a5de7dca-3f31-492b-8531-e6ad20456ef5) - ) - (junction (at 257.81 71.12) (diameter 0) (color 0 0 0 0) - (uuid aa7e54f3-0971-470c-b65c-07c327119900) - ) - (junction (at 204.47 44.45) (diameter 0) (color 0 0 0 0) - (uuid ac04e863-aca9-47db-8aa8-f84490c8b6f9) - ) - (junction (at 54.61 68.58) (diameter 0) (color 0 0 0 0) - (uuid b3a4d803-5bc9-466a-9652-3ee4422a51d0) - ) - (junction (at 144.78 41.91) (diameter 0) (color 0 0 0 0) - (uuid b3ede771-b0a2-43b5-be3f-501658fbb58f) - ) - (junction (at 220.98 71.12) (diameter 0) (color 0 0 0 0) - (uuid b55856e5-7a4f-4b80-b18f-6dda2c2d6e04) - ) - (junction (at 220.98 132.08) (diameter 0) (color 0 0 0 0) - (uuid b785984f-7f61-4d9d-a888-d43ccd59aa63) - ) - (junction (at 204.47 113.03) (diameter 0) (color 0 0 0 0) - (uuid c1062b5d-d57e-4452-9157-c4808affcbb6) - ) - (junction (at 152.4 31.75) (diameter 0) (color 0 0 0 0) - (uuid cb068d09-fb24-4632-8e9e-e1653d1027c6) - ) - (junction (at 220.98 30.48) (diameter 0) (color 0 0 0 0) - (uuid ce6c6262-fa33-4994-bd9b-9b344e658e08) - ) - (junction (at 82.55 123.19) (diameter 0) (color 0 0 0 0) - (uuid d8b73bb3-c55f-4174-83ba-9fcd8451229d) - ) - (junction (at 63.5 35.56) (diameter 0) (color 0 0 0 0) - (uuid e623a3dd-5d04-4376-8208-c1b44392f0bd) - ) - (junction (at 241.3 44.45) (diameter 0) (color 0 0 0 0) - (uuid f00a70b8-3d6e-4f04-b0c7-1866b3d31969) - ) - (junction (at 241.3 77.47) (diameter 0) (color 0 0 0 0) - (uuid f44e422d-f465-4d72-9e29-4960eb5cfd19) - ) - (junction (at 257.81 99.06) (diameter 0) (color 0 0 0 0) - (uuid fb91687d-a56a-4318-b178-795d3c2ed2bf) - ) - (junction (at 58.42 152.4) (diameter 0) (color 0 0 0 0) - (uuid fbc99301-43c3-4e10-aa85-57dd012bdfef) - ) - (junction (at 220.98 106.68) (diameter 0) (color 0 0 0 0) - (uuid fd4edf3c-f882-485f-81c8-8ed720bd3cba) - ) - - (wire (pts (xy 59.69 115.57) (xy 59.69 113.03)) - (stroke (width 0) (type default)) - (uuid 01972480-7c5f-401e-b66a-e1d562d92fad) - ) - (wire (pts (xy 128.27 49.53) (xy 147.32 49.53)) - (stroke (width 0) (type default)) - (uuid 0222d130-a67d-4ee2-bc65-4b5a4ebdf3f4) - ) - (wire (pts (xy 55.88 152.4) (xy 58.42 152.4)) - (stroke (width 0) (type default)) - (uuid 03176cd9-f7c6-44e1-be2e-22240b32da0b) - ) - (wire (pts (xy 215.9 106.68) (xy 220.98 106.68)) - (stroke (width 0) (type default)) - (uuid 05b70f4a-52f0-4e77-a263-4e1b2959120b) - ) - (wire (pts (xy 215.9 99.06) (xy 220.98 99.06)) - (stroke (width 0) (type default)) - (uuid 067f4370-f648-4ef3-b1e7-62022f242feb) - ) - (wire (pts (xy 58.42 161.29) (xy 58.42 152.4)) - (stroke (width 0) (type default)) - (uuid 0a1a38ae-a37a-4855-8bc3-89e22650a965) - ) - (wire (pts (xy 29.21 34.29) (xy 29.21 35.56)) - (stroke (width 0) (type default)) - (uuid 0bc49d76-3024-4fdb-a6ba-5c872dc255ad) - ) - (wire (pts (xy 44.45 35.56) (xy 46.99 35.56)) - (stroke (width 0) (type default)) - (uuid 10703ef5-c29e-4900-9dc7-ce8da5b53738) - ) - (wire (pts (xy 128.27 180.34) (xy 130.81 180.34)) - (stroke (width 0) (type default)) - (uuid 11852d77-6cd6-4cfc-b017-383ebb32025e) - ) - (wire (pts (xy 83.82 161.29) (xy 58.42 161.29)) - (stroke (width 0) (type default)) - (uuid 11ae724c-7126-4962-9915-d9908c71f0ea) - ) - (wire (pts (xy 72.39 170.18) (xy 76.2 170.18)) - (stroke (width 0) (type default)) - (uuid 16241ea9-16f1-4861-a8c0-a31a2eb796c7) - ) - (wire (pts (xy 104.14 85.09) (xy 100.33 85.09)) - (stroke (width 0) (type default)) - (uuid 1927b0e1-1b26-4c58-88b7-438f50d96577) - ) - (wire (pts (xy 215.9 132.08) (xy 220.98 132.08)) - (stroke (width 0) (type default)) - (uuid 1ab2f07f-396e-4567-85b5-c2e920a04939) - ) - (wire (pts (xy 59.69 113.03) (xy 64.77 113.03)) - (stroke (width 0) (type default)) - (uuid 1b80523d-9401-469b-a1d7-eefb247c842a) - ) - (wire (pts (xy 40.64 41.91) (xy 46.99 41.91)) - (stroke (width 0) (type default)) - (uuid 1bf9a368-34d9-49d4-a76b-eb695d693032) - ) - (wire (pts (xy 252.73 38.1) (xy 257.81 38.1)) - (stroke (width 0) (type default)) - (uuid 1e334274-e66e-4005-ad56-bafca4ce45be) - ) - (wire (pts (xy 60.96 68.58) (xy 77.47 68.58)) - (stroke (width 0) (type default)) - (uuid 1f13dc34-c028-44fa-ab95-d7231b52c8f6) - ) - (wire (pts (xy 120.65 49.53) (xy 120.65 50.8)) - (stroke (width 0) (type default)) - (uuid 1fb3d138-543e-4aa5-bdf1-341c6800aaa8) - ) - (wire (pts (xy 86.36 35.56) (xy 82.55 35.56)) - (stroke (width 0) (type default)) - (uuid 2060cba1-b309-49c3-987f-ebda7c38d10c) - ) - (wire (pts (xy 60.96 92.71) (xy 64.77 92.71)) - (stroke (width 0) (type default)) - (uuid 235b46ef-9096-4308-abe1-5a1619ced017) - ) - (wire (pts (xy 257.81 69.85) (xy 257.81 71.12)) - (stroke (width 0) (type default)) - (uuid 244b0c55-aac1-4b46-89cd-6bd35aa33e1f) - ) - (wire (pts (xy 203.2 146.05) (xy 204.47 146.05)) - (stroke (width 0) (type default)) - (uuid 2551de01-5c94-4c25-bd39-e676ed49db6d) - ) - (wire (pts (xy 259.08 138.43) (xy 257.81 138.43)) - (stroke (width 0) (type default)) - (uuid 26a432bd-c7cc-4a56-891f-263d2996511b) - ) - (wire (pts (xy 60.96 80.01) (xy 60.96 68.58)) - (stroke (width 0) (type default)) - (uuid 27dc12c3-b77e-4715-a4f2-16703e1284ee) - ) - (wire (pts (xy 252.73 132.08) (xy 257.81 132.08)) - (stroke (width 0) (type default)) - (uuid 29c3fcd6-29cc-4a60-b51a-7a0fe3e73334) - ) - (wire (pts (xy 60.96 66.04) (xy 60.96 68.58)) - (stroke (width 0) (type default)) - (uuid 2bc34076-7510-48c1-8207-2afceaf7dc4f) - ) - (wire (pts (xy 259.08 36.83) (xy 257.81 36.83)) - (stroke (width 0) (type default)) - (uuid 30ad39fe-6b8b-4d48-87cb-09bcd72630e0) - ) - (wire (pts (xy 220.98 67.31) (xy 222.25 67.31)) - (stroke (width 0) (type default)) - (uuid 316a394d-9fe6-4e48-8562-adfe14d1e100) - ) - (wire (pts (xy 31.75 67.31) (xy 35.56 67.31)) - (stroke (width 0) (type default)) - (uuid 31b097f1-2e53-4584-bdd5-07ccad83ccdd) - ) - (wire (pts (xy 29.21 45.72) (xy 29.21 44.45)) - (stroke (width 0) (type default)) - (uuid 32e0289e-3462-4348-8cc8-64a2c17e0d5e) - ) - (wire (pts (xy 257.81 63.5) (xy 257.81 60.96)) - (stroke (width 0) (type default)) - (uuid 33e42db8-b34b-49a2-a5bd-f49f76909e19) - ) - (wire (pts (xy 220.98 102.87) (xy 222.25 102.87)) - (stroke (width 0) (type default)) - (uuid 37c47fd1-9a59-4af7-b448-a0b104a37354) - ) - (wire (pts (xy 152.4 31.75) (xy 152.4 33.02)) - (stroke (width 0) (type default)) - (uuid 37e4f7c3-c378-4f2d-8cca-8f183b463160) - ) - (wire (pts (xy 204.47 113.03) (xy 204.47 114.3)) - (stroke (width 0) (type default)) - (uuid 3b6871a7-0fd4-4947-8496-4fc1c7e4533b) - ) - (wire (pts (xy 44.45 34.29) (xy 44.45 35.56)) - (stroke (width 0) (type default)) - (uuid 3df7f21b-95b1-49ab-9bcd-23ca4fd41db8) - ) - (wire (pts (xy 220.98 132.08) (xy 220.98 129.54)) - (stroke (width 0) (type default)) - (uuid 3f79d49b-7147-4d16-8b62-a65cb505cc85) - ) - (wire (pts (xy 257.81 34.29) (xy 259.08 34.29)) - (stroke (width 0) (type default)) - (uuid 402bbe02-206f-4390-91fd-06e2c4ee07a3) - ) - (wire (pts (xy 60.96 80.01) (xy 64.77 80.01)) - (stroke (width 0) (type default)) - (uuid 4033a9db-dcdf-4f7e-b085-94581a92394d) - ) - (wire (pts (xy 220.98 38.1) (xy 220.98 39.37)) - (stroke (width 0) (type default)) - (uuid 41934272-44e4-4a51-8100-114ce468aabe) - ) - (wire (pts (xy 128.27 46.99) (xy 128.27 49.53)) - (stroke (width 0) (type default)) - (uuid 45eada8f-f80d-4186-96c8-e53a522d5b51) - ) - (wire (pts (xy 257.81 132.08) (xy 257.81 135.89)) - (stroke (width 0) (type default)) - (uuid 4a674b27-ccae-4341-b479-384661283458) - ) - (wire (pts (xy 24.13 78.74) (xy 21.59 78.74)) - (stroke (width 0) (type default)) - (uuid 4bd2c6bb-81f7-4b5a-bd38-98ca09a521ea) - ) - (wire (pts (xy 240.03 44.45) (xy 241.3 44.45)) - (stroke (width 0) (type default)) - (uuid 4e0d0687-b632-4a4c-9bd1-d0e785b9a8b5) - ) - (wire (pts (xy 82.55 123.19) (xy 82.55 121.92)) - (stroke (width 0) (type default)) - (uuid 4e49426b-5e79-450a-8d1b-1b89d8d364ac) - ) - (wire (pts (xy 77.47 68.58) (xy 82.55 68.58)) - (stroke (width 0) (type default)) - (uuid 53417639-1386-4703-8f22-f4e84ccf8bff) - ) - (wire (pts (xy 257.81 102.87) (xy 259.08 102.87)) - (stroke (width 0) (type default)) - (uuid 5580caa2-0c4d-43f8-9c23-cdc7b848a26d) - ) - (wire (pts (xy 36.83 60.96) (xy 36.83 62.23)) - (stroke (width 0) (type default)) - (uuid 563b0203-b15c-454b-8de5-9ac63d5afbf4) - ) - (wire (pts (xy 100.33 92.71) (xy 104.14 92.71)) - (stroke (width 0) (type default)) - (uuid 577ab87f-20a9-459b-b1dd-40ac40fd9c43) - ) - (wire (pts (xy 83.82 157.48) (xy 59.69 157.48)) - (stroke (width 0) (type default)) - (uuid 57a061f9-6b71-4069-8431-8728c328e9d6) - ) - (wire (pts (xy 82.55 121.92) (xy 82.55 120.65)) - (stroke (width 0) (type default)) - (uuid 5a775cd2-b959-40b5-b215-dcef0227269f) - ) - (wire (pts (xy 152.4 41.91) (xy 152.4 40.64)) - (stroke (width 0) (type default)) - (uuid 5cc4cb7c-62f7-48f7-aefd-90d490304c05) - ) - (wire (pts (xy 72.39 152.4) (xy 76.2 152.4)) - (stroke (width 0) (type default)) - (uuid 62562dac-0b82-4f44-b239-dca18433f599) - ) - (wire (pts (xy 240.03 77.47) (xy 241.3 77.47)) - (stroke (width 0) (type default)) - (uuid 629b0b73-9ee4-49cc-897d-e61f207263cc) - ) - (wire (pts (xy 204.47 44.45) (xy 205.74 44.45)) - (stroke (width 0) (type default)) - (uuid 64b3514c-7cd8-47d3-9af9-6cfd10759586) - ) - (wire (pts (xy 220.98 139.7) (xy 220.98 140.97)) - (stroke (width 0) (type default)) - (uuid 66172d9e-d924-4cf8-a089-72c8ccc56972) - ) - (wire (pts (xy 83.82 165.1) (xy 83.82 161.29)) - (stroke (width 0) (type default)) - (uuid 68b5dbb5-ba41-4eea-874a-b3dff854ea80) - ) - (wire (pts (xy 257.81 138.43) (xy 257.81 139.7)) - (stroke (width 0) (type default)) - (uuid 69c69a73-ef2a-4982-9e50-c3f8e9508cef) - ) - (wire (pts (xy 48.26 80.01) (xy 54.61 80.01)) - (stroke (width 0) (type default)) - (uuid 6b6a9ef0-d6e4-46ac-815f-4a3e500909f2) - ) - (wire (pts (xy 240.03 113.03) (xy 241.3 113.03)) - (stroke (width 0) (type default)) - (uuid 6bc0e060-854f-43d2-ab7b-6c3c769930ba) - ) - (wire (pts (xy 220.98 30.48) (xy 220.98 27.94)) - (stroke (width 0) (type default)) - (uuid 6ca59a02-d804-4c10-9487-33dfabdc9ecd) - ) - (wire (pts (xy 144.78 41.91) (xy 152.4 41.91)) - (stroke (width 0) (type default)) - (uuid 730f6431-0602-444b-90b0-8bf7cc81ee69) - ) - (wire (pts (xy 257.81 36.83) (xy 257.81 38.1)) - (stroke (width 0) (type default)) - (uuid 745dad6d-97ad-4604-a085-a52d6dbfc51c) - ) - (wire (pts (xy 162.56 31.75) (xy 162.56 44.45)) - (stroke (width 0) (type default)) - (uuid 7483e4e8-8621-4ecc-b5b0-f256ead71f64) - ) - (wire (pts (xy 257.81 135.89) (xy 259.08 135.89)) - (stroke (width 0) (type default)) - (uuid 748699be-a7f5-47a5-b975-bde4fa2a81c2) - ) - (wire (pts (xy 252.73 99.06) (xy 257.81 99.06)) - (stroke (width 0) (type default)) - (uuid 74a35f4a-3294-4d09-8666-d6bf89d01874) - ) - (wire (pts (xy 220.98 34.29) (xy 222.25 34.29)) - (stroke (width 0) (type default)) - (uuid 75a072e1-7097-4883-bce5-6338f426d8af) - ) - (wire (pts (xy 59.69 157.48) (xy 59.69 170.18)) - (stroke (width 0) (type default)) - (uuid 77cf5cbb-75a6-4d3f-9891-c6af38b60b23) - ) - (wire (pts (xy 215.9 38.1) (xy 220.98 38.1)) - (stroke (width 0) (type default)) - (uuid 7917e364-1446-464b-a200-3386226974c5) - ) - (wire (pts (xy 257.81 67.31) (xy 259.08 67.31)) - (stroke (width 0) (type default)) - (uuid 793bad72-6dbf-4560-bc11-aa7e3b2a279d) - ) - (wire (pts (xy 82.55 125.73) (xy 82.55 123.19)) - (stroke (width 0) (type default)) - (uuid 79545a6d-19e0-42e0-a46b-23bde504ecc0) - ) - (wire (pts (xy 241.3 146.05) (xy 242.57 146.05)) - (stroke (width 0) (type default)) - (uuid 79c4389c-9a8c-45f3-a7ba-0882174eeaff) - ) - (wire (pts (xy 144.78 43.18) (xy 144.78 41.91)) - (stroke (width 0) (type default)) - (uuid 7c61fb67-287d-4fb1-a99e-a3a1b60999eb) - ) - (wire (pts (xy 252.73 63.5) (xy 257.81 63.5)) - (stroke (width 0) (type default)) - (uuid 7d0b1b9e-7737-493b-ae20-cb9b700877cf) - ) - (wire (pts (xy 220.98 30.48) (xy 220.98 34.29)) - (stroke (width 0) (type default)) - (uuid 7fb0d43e-f32f-475c-8125-95334e1cc517) - ) - (wire (pts (xy 252.73 106.68) (xy 257.81 106.68)) - (stroke (width 0) (type default)) - (uuid 81147d24-67a9-4cd6-976d-8078e942d790) - ) - (wire (pts (xy 203.2 77.47) (xy 204.47 77.47)) - (stroke (width 0) (type default)) - (uuid 8120519c-b0c8-4e57-9b20-d66a64543fff) - ) - (wire (pts (xy 241.3 44.45) (xy 241.3 45.72)) - (stroke (width 0) (type default)) - (uuid 822fa4e4-a94e-4309-a568-1228984abd84) - ) - (wire (pts (xy 27.94 45.72) (xy 29.21 45.72)) - (stroke (width 0) (type default)) - (uuid 82c6ea79-f688-4c4d-9c36-260b2c06d30e) - ) - (wire (pts (xy 220.98 105.41) (xy 220.98 106.68)) - (stroke (width 0) (type default)) - (uuid 82f37b1c-ee3a-4451-8ec6-2d8279944fbf) - ) - (wire (pts (xy 82.55 121.92) (xy 85.09 121.92)) - (stroke (width 0) (type default)) - (uuid 832938d9-6d5c-4f1a-ab9d-422e21eec07f) - ) - (wire (pts (xy 48.26 68.58) (xy 54.61 68.58)) - (stroke (width 0) (type default)) - (uuid 83bc149e-ab00-4e97-a9f2-3d8ba6b07d34) - ) - (wire (pts (xy 54.61 35.56) (xy 58.42 35.56)) - (stroke (width 0) (type default)) - (uuid 847650d1-56e9-4334-b922-a380be03fa5c) - ) - (wire (pts (xy 48.26 71.12) (xy 48.26 68.58)) - (stroke (width 0) (type default)) - (uuid 85243860-3084-464f-b24d-0884644f02d7) - ) - (wire (pts (xy 220.98 138.43) (xy 220.98 139.7)) - (stroke (width 0) (type default)) - (uuid 86b47386-0cf4-4992-b4c0-239fe9bdada0) - ) - (wire (pts (xy 204.47 77.47) (xy 205.74 77.47)) - (stroke (width 0) (type default)) - (uuid 86fd5ea7-2b38-4e08-b5aa-e8d104b0e2b3) - ) - (wire (pts (xy 240.03 146.05) (xy 241.3 146.05)) - (stroke (width 0) (type default)) - (uuid 8779d625-efb1-4e7f-a8e8-4cc48933cf0c) - ) - (wire (pts (xy 220.98 36.83) (xy 220.98 38.1)) - (stroke (width 0) (type default)) - (uuid 8790c138-5b52-4014-b179-48609129bf91) - ) - (wire (pts (xy 222.25 69.85) (xy 220.98 69.85)) - (stroke (width 0) (type default)) - (uuid 87cac27f-79e8-41fb-af6c-267c44c358e4) - ) - (wire (pts (xy 85.09 121.92) (xy 85.09 120.65)) - (stroke (width 0) (type default)) - (uuid 8cbce38d-d524-4446-a8af-b86522f0502b) - ) - (wire (pts (xy 215.9 139.7) (xy 220.98 139.7)) - (stroke (width 0) (type default)) - (uuid 8d73b8da-d81c-4fd8-a81a-b5537fa40c96) - ) - (wire (pts (xy 257.81 105.41) (xy 257.81 106.68)) - (stroke (width 0) (type default)) - (uuid 8db78d25-a243-4722-8dad-cb2d85b7e4a1) - ) - (wire (pts (xy 86.36 48.26) (xy 86.36 45.72)) - (stroke (width 0) (type default)) - (uuid 900f6d1c-8af3-41ab-818c-8e82d8004b3f) - ) - (wire (pts (xy 215.9 63.5) (xy 220.98 63.5)) - (stroke (width 0) (type default)) - (uuid 91790b62-5b67-48a3-84b9-848654977cab) - ) - (wire (pts (xy 27.94 34.29) (xy 29.21 34.29)) - (stroke (width 0) (type default)) - (uuid 92acf5bf-35cf-40ee-b90c-a6a7f298f5bf) - ) - (wire (pts (xy 222.25 105.41) (xy 220.98 105.41)) - (stroke (width 0) (type default)) - (uuid 92b510d4-de22-4459-9372-33f3d585d732) - ) - (wire (pts (xy 204.47 113.03) (xy 205.74 113.03)) - (stroke (width 0) (type default)) - (uuid 943b0151-345f-4874-9931-e847fdcdfc29) - ) - (wire (pts (xy 21.59 78.74) (xy 21.59 77.47)) - (stroke (width 0) (type default)) - (uuid 947de201-236d-403c-bacf-f646643f151d) - ) - (wire (pts (xy 222.25 138.43) (xy 220.98 138.43)) - (stroke (width 0) (type default)) - (uuid 951db68b-d43f-49e1-8287-85b425cfdf55) - ) - (wire (pts (xy 58.42 35.56) (xy 63.5 35.56)) - (stroke (width 0) (type default)) - (uuid 95fefbd3-0ca8-4bda-9a01-6c0fefa7265e) - ) - (wire (pts (xy 144.78 41.91) (xy 144.78 40.64)) - (stroke (width 0) (type default)) - (uuid 96367f3e-1510-4440-9298-336bace63fdd) - ) - (wire (pts (xy 257.81 63.5) (xy 257.81 67.31)) - (stroke (width 0) (type default)) - (uuid 9b1b2fa1-98a5-4990-8178-05a197ffd187) - ) - (wire (pts (xy 120.65 49.53) (xy 128.27 49.53)) - (stroke (width 0) (type default)) - (uuid 9bacd34a-a768-4911-bb22-73401647aa8b) - ) - (wire (pts (xy 31.75 62.23) (xy 36.83 62.23)) - (stroke (width 0) (type default)) - (uuid 9cdd962a-8400-4259-b1a6-4234fa753759) - ) - (wire (pts (xy 143.51 54.61) (xy 147.32 54.61)) - (stroke (width 0) (type default)) - (uuid 9cf447cf-5a84-4072-a4c3-f4404d40efd7) - ) - (wire (pts (xy 241.3 77.47) (xy 241.3 78.74)) - (stroke (width 0) (type default)) - (uuid 9e7985be-1ea5-470e-b0c1-6a50c937dab3) - ) - (wire (pts (xy 257.81 139.7) (xy 257.81 140.97)) - (stroke (width 0) (type default)) - (uuid 9ef2dde7-bd7c-4072-a5ba-338b01e57c96) - ) - (wire (pts (xy 257.81 30.48) (xy 257.81 27.94)) - (stroke (width 0) (type default)) - (uuid a230c41e-20c1-4c7b-8441-cd8aadf1d608) - ) - (wire (pts (xy 40.64 40.64) (xy 40.64 41.91)) - (stroke (width 0) (type default)) - (uuid a2649588-ef07-41df-8556-6f8d32c79dab) - ) - (wire (pts (xy 204.47 77.47) (xy 204.47 78.74)) - (stroke (width 0) (type default)) - (uuid a272eac2-d385-415a-89c0-c06a47dc4e68) - ) - (wire (pts (xy 257.81 99.06) (xy 257.81 96.52)) - (stroke (width 0) (type default)) - (uuid a3d2ee22-beb4-43a1-a508-15e8984801a0) - ) - (wire (pts (xy 104.14 95.25) (xy 100.33 95.25)) - (stroke (width 0) (type default)) - (uuid a5748c08-6eab-4d7a-804c-4da4eee8d016) - ) - (wire (pts (xy 54.61 68.58) (xy 60.96 68.58)) - (stroke (width 0) (type default)) - (uuid a7938a2a-0681-4925-9e4f-63b06fcc4f40) - ) - (wire (pts (xy 257.81 132.08) (xy 257.81 129.54)) - (stroke (width 0) (type default)) - (uuid a9cbfe17-3aa6-46d1-a18f-8eaa54fdc33f) - ) - (wire (pts (xy 59.69 125.73) (xy 59.69 123.19)) - (stroke (width 0) (type default)) - (uuid aa001c65-3944-450c-9be6-5b9a1dcd2494) - ) - (wire (pts (xy 29.21 30.48) (xy 29.21 31.75)) - (stroke (width 0) (type default)) - (uuid abdeb43a-3af0-426d-a6e1-d1216380f58b) - ) - (wire (pts (xy 220.98 99.06) (xy 220.98 96.52)) - (stroke (width 0) (type default)) - (uuid ad11a7a5-3b5e-4d6f-9f6d-7aa85f710e8e) - ) - (wire (pts (xy 104.14 100.33) (xy 100.33 100.33)) - (stroke (width 0) (type default)) - (uuid ada1f7ff-9617-42ab-9cc8-37534f82c977) - ) - (wire (pts (xy 48.26 78.74) (xy 48.26 80.01)) - (stroke (width 0) (type default)) - (uuid b1819c90-4fb4-4f5e-b430-c60bd07e768b) - ) - (wire (pts (xy 257.81 38.1) (xy 257.81 39.37)) - (stroke (width 0) (type default)) - (uuid b1902034-a0bd-4785-9050-2eedc4186cd6) - ) - (wire (pts (xy 204.47 146.05) (xy 204.47 147.32)) - (stroke (width 0) (type default)) - (uuid b221f419-fb67-46b9-9b37-63741f5085b5) - ) - (wire (pts (xy 259.08 105.41) (xy 257.81 105.41)) - (stroke (width 0) (type default)) - (uuid b237bb8c-dd13-46bf-84d5-42c1afc1c32d) - ) - (wire (pts (xy 29.21 48.26) (xy 29.21 49.53)) - (stroke (width 0) (type default)) - (uuid b2653cce-ea8c-4593-994a-f8e35bdf2b3c) - ) - (wire (pts (xy 77.47 68.58) (xy 77.47 72.39)) - (stroke (width 0) (type default)) - (uuid b2a11a9e-74ff-40a2-a162-b30fd55f086c) - ) - (wire (pts (xy 162.56 29.21) (xy 162.56 31.75)) - (stroke (width 0) (type default)) - (uuid b416133f-729d-4876-bb96-c6ee745cf708) - ) - (wire (pts (xy 27.94 48.26) (xy 29.21 48.26)) - (stroke (width 0) (type default)) - (uuid b5d3f3af-6dd5-4a9a-b2a4-f69abe7a7615) - ) - (wire (pts (xy 58.42 41.91) (xy 54.61 41.91)) - (stroke (width 0) (type default)) - (uuid b73dbcec-5801-4f53-8a0b-bbc342f7659c) - ) - (wire (pts (xy 252.73 139.7) (xy 257.81 139.7)) - (stroke (width 0) (type default)) - (uuid b7de624b-7f45-4f8b-8916-4c1e94ce2db9) - ) - (wire (pts (xy 86.36 33.02) (xy 86.36 35.56)) - (stroke (width 0) (type default)) - (uuid b7e2ae4b-b200-466b-bc84-22f12c2f636a) - ) - (wire (pts (xy 74.93 48.26) (xy 74.93 43.18)) - (stroke (width 0) (type default)) - (uuid b8422308-056c-43e4-8da4-b315dfd42973) - ) - (wire (pts (xy 222.25 36.83) (xy 220.98 36.83)) - (stroke (width 0) (type default)) - (uuid b8ecdd4b-4963-4c9d-8d7d-8de0a425eb82) - ) - (wire (pts (xy 241.3 44.45) (xy 242.57 44.45)) - (stroke (width 0) (type default)) - (uuid b9386d6a-bc23-4b87-a123-b6e7b3d48c84) - ) - (wire (pts (xy 162.56 118.11) (xy 162.56 115.57)) - (stroke (width 0) (type default)) - (uuid ba058eee-7593-4c2f-bba2-ea562617ff72) - ) - (wire (pts (xy 82.55 68.58) (xy 82.55 72.39)) - (stroke (width 0) (type default)) - (uuid ba0aeb71-a76c-461c-8f18-083e982ae640) - ) - (wire (pts (xy 257.81 71.12) (xy 257.81 72.39)) - (stroke (width 0) (type default)) - (uuid ba2a91bd-9838-41ac-a1a3-694c207fe19e) - ) - (wire (pts (xy 128.27 50.8) (xy 128.27 49.53)) - (stroke (width 0) (type default)) - (uuid bbca15b6-09e1-4527-9a19-8f247f2dd0c2) - ) - (wire (pts (xy 120.65 129.54) (xy 120.65 132.08)) - (stroke (width 0) (type default)) - (uuid be2fbea4-ee50-45f3-90e9-a17e777a6563) - ) - (wire (pts (xy 252.73 30.48) (xy 257.81 30.48)) - (stroke (width 0) (type default)) - (uuid be98216b-61b5-4a3a-8cd3-4c923a3ec22c) - ) - (wire (pts (xy 220.98 69.85) (xy 220.98 71.12)) - (stroke (width 0) (type default)) - (uuid bf72e3b2-6fe0-438d-8b22-87644a1f0b95) - ) - (wire (pts (xy 241.3 113.03) (xy 241.3 114.3)) - (stroke (width 0) (type default)) - (uuid bf99be7e-0dc4-411a-8558-cf1e863f1c8d) - ) - (wire (pts (xy 181.61 52.07) (xy 177.8 52.07)) - (stroke (width 0) (type default)) - (uuid c14e0b28-bd3c-46b7-bc4e-7f278745dd7c) - ) - (wire (pts (xy 55.88 170.18) (xy 59.69 170.18)) - (stroke (width 0) (type default)) - (uuid c1943a42-6e24-4ba2-9c22-bcdd1c3c240c) - ) - (wire (pts (xy 181.61 49.53) (xy 177.8 49.53)) - (stroke (width 0) (type default)) - (uuid c19bddc9-ae29-47da-ae6b-60d8575697bc) - ) - (wire (pts (xy 252.73 71.12) (xy 257.81 71.12)) - (stroke (width 0) (type default)) - (uuid c26020b6-e382-4108-876a-637d0bbebc17) - ) - (wire (pts (xy 144.78 31.75) (xy 152.4 31.75)) - (stroke (width 0) (type default)) - (uuid c2a54241-ba53-45a5-8e8c-4480c7ad0350) - ) - (wire (pts (xy 241.3 146.05) (xy 241.3 147.32)) - (stroke (width 0) (type default)) - (uuid c6522933-b11f-428c-9e82-b6c676009583) - ) - (wire (pts (xy 241.3 77.47) (xy 242.57 77.47)) - (stroke (width 0) (type default)) - (uuid c7274c5d-de27-4025-b7d5-12939a850b56) - ) - (wire (pts (xy 259.08 69.85) (xy 257.81 69.85)) - (stroke (width 0) (type default)) - (uuid c7e3a304-dcd3-4ffb-a753-253eac08c941) - ) - (wire (pts (xy 220.98 132.08) (xy 220.98 135.89)) - (stroke (width 0) (type default)) - (uuid c7e9b923-55e2-4ed0-963c-0ef185d72083) - ) - (wire (pts (xy 63.5 35.56) (xy 67.31 35.56)) - (stroke (width 0) (type default)) - (uuid cb903297-796f-470e-8675-d198a1d71625) - ) - (wire (pts (xy 86.36 38.1) (xy 86.36 35.56)) - (stroke (width 0) (type default)) - (uuid ce04394b-8f60-4ea2-816e-319a6aaf4955) - ) - (wire (pts (xy 59.69 170.18) (xy 64.77 170.18)) - (stroke (width 0) (type default)) - (uuid d4498775-2197-48c5-976d-3a45e6a8acef) - ) - (wire (pts (xy 24.13 77.47) (xy 24.13 78.74)) - (stroke (width 0) (type default)) - (uuid d893e676-1db4-499e-afe5-983e524a1624) - ) - (wire (pts (xy 215.9 30.48) (xy 220.98 30.48)) - (stroke (width 0) (type default)) - (uuid da05dba9-c679-4fd6-a883-ab9652b59635) - ) - (wire (pts (xy 48.26 80.01) (xy 48.26 81.28)) - (stroke (width 0) (type default)) - (uuid db57e0e6-22ae-44c2-8d8b-74a9f0e596ec) - ) - (wire (pts (xy 144.78 33.02) (xy 144.78 31.75)) - (stroke (width 0) (type default)) - (uuid dcee18bd-293c-4bb4-84bb-81d600b69145) - ) - (wire (pts (xy 54.61 80.01) (xy 54.61 78.74)) - (stroke (width 0) (type default)) - (uuid ddb81b38-968d-424d-b1d2-d6d9e2467469) - ) - (wire (pts (xy 204.47 44.45) (xy 204.47 45.72)) - (stroke (width 0) (type default)) - (uuid e092595d-56a6-4e6f-a814-ed06fb38d392) - ) - (wire (pts (xy 257.81 30.48) (xy 257.81 34.29)) - (stroke (width 0) (type default)) - (uuid e1fc3637-5549-42cf-81ba-a022813d87aa) - ) - (wire (pts (xy 63.5 35.56) (xy 63.5 38.1)) - (stroke (width 0) (type default)) - (uuid e256b4de-60a7-4ba1-9f8f-93795fb34a57) - ) - (wire (pts (xy 215.9 71.12) (xy 220.98 71.12)) - (stroke (width 0) (type default)) - (uuid e279335a-584e-4a52-a8e9-93eead8acd48) - ) - (wire (pts (xy 29.21 31.75) (xy 27.94 31.75)) - (stroke (width 0) (type default)) - (uuid e2b871e3-4230-4018-b930-82e384255c1c) - ) - (wire (pts (xy 162.56 31.75) (xy 152.4 31.75)) - (stroke (width 0) (type default)) - (uuid e39c8b5c-796d-4900-af0c-87f84d5aa922) - ) - (wire (pts (xy 241.3 113.03) (xy 242.57 113.03)) - (stroke (width 0) (type default)) - (uuid e3b21d04-0cdf-449a-9b40-3e023131ab35) - ) - (wire (pts (xy 133.35 180.34) (xy 130.81 180.34)) - (stroke (width 0) (type default)) - (uuid e3e872e9-0bae-469b-8b89-65f04b5fa95f) - ) - (wire (pts (xy 111.76 129.54) (xy 111.76 132.08)) - (stroke (width 0) (type default)) - (uuid e5e97b83-12fc-4b3a-9167-cd078aadaf09) - ) - (wire (pts (xy 54.61 71.12) (xy 54.61 68.58)) - (stroke (width 0) (type default)) - (uuid e667bc3c-dc38-4b67-9b99-8af6b1326b89) - ) - (wire (pts (xy 220.98 63.5) (xy 220.98 60.96)) - (stroke (width 0) (type default)) - (uuid e729b836-d39f-4c34-aa72-5c7d2702f117) - ) - (wire (pts (xy 257.81 99.06) (xy 257.81 102.87)) - (stroke (width 0) (type default)) - (uuid e974742e-a160-4172-953d-9c9e0b18d6a5) - ) - (wire (pts (xy 35.56 69.85) (xy 31.75 69.85)) - (stroke (width 0) (type default)) - (uuid e9c81787-8ce4-4929-997f-7972e79c955c) - ) - (wire (pts (xy 137.16 129.54) (xy 137.16 132.08)) - (stroke (width 0) (type default)) - (uuid ea7cfcf7-b5e8-4846-b0c5-8023f88dee1f) - ) - (wire (pts (xy 129.54 129.54) (xy 129.54 132.08)) - (stroke (width 0) (type default)) - (uuid eac45523-2a4d-4d3c-ba44-c543902c2c22) - ) - (wire (pts (xy 203.2 44.45) (xy 204.47 44.45)) - (stroke (width 0) (type default)) - (uuid eacf6da9-b693-4382-80fc-1c73b0ecfc78) - ) - (wire (pts (xy 58.42 152.4) (xy 64.77 152.4)) - (stroke (width 0) (type default)) - (uuid f09c4701-9567-4ae1-a470-57accad69958) - ) - (wire (pts (xy 257.81 106.68) (xy 257.81 107.95)) - (stroke (width 0) (type default)) - (uuid f1061bb6-c325-4108-9108-3646eeaeb2cc) - ) - (wire (pts (xy 220.98 71.12) (xy 220.98 72.39)) - (stroke (width 0) (type default)) - (uuid f476ca72-5882-4ea4-be01-8ed5a5658beb) - ) - (wire (pts (xy 204.47 146.05) (xy 205.74 146.05)) - (stroke (width 0) (type default)) - (uuid f5599323-8d3d-4062-bc12-33e9a66e0921) - ) - (wire (pts (xy 220.98 99.06) (xy 220.98 102.87)) - (stroke (width 0) (type default)) - (uuid f612a2e6-3f05-4dcb-95ea-86b59965b44c) - ) - (wire (pts (xy 83.82 143.51) (xy 83.82 147.32)) - (stroke (width 0) (type default)) - (uuid f6a09701-3348-4fb6-aba5-720bffb0d523) - ) - (wire (pts (xy 58.42 35.56) (xy 58.42 41.91)) - (stroke (width 0) (type default)) - (uuid f7ae2253-7b70-4111-a2b1-1a562b9bd45e) - ) - (wire (pts (xy 60.96 95.25) (xy 64.77 95.25)) - (stroke (width 0) (type default)) - (uuid f8bd4684-62e4-43ae-9eee-37f6c7dd8c7c) - ) - (wire (pts (xy 220.98 135.89) (xy 222.25 135.89)) - (stroke (width 0) (type default)) - (uuid f9394519-30a8-4cef-84c6-bc8d980d6377) - ) - (wire (pts (xy 83.82 179.07) (xy 83.82 175.26)) - (stroke (width 0) (type default)) - (uuid fb400d67-edb7-4ab4-b911-01ef31df91ee) - ) - (wire (pts (xy 220.98 106.68) (xy 220.98 107.95)) - (stroke (width 0) (type default)) - (uuid fd8b29ba-4d2a-4baa-9202-2c226a3404aa) - ) - (wire (pts (xy 130.81 180.34) (xy 130.81 179.07)) - (stroke (width 0) (type default)) - (uuid fe3abc7e-7eb6-4d3e-b56e-ad5d2f2a9bf6) - ) - (wire (pts (xy 203.2 113.03) (xy 204.47 113.03)) - (stroke (width 0) (type default)) - (uuid fee5cacd-5330-405d-8bd0-c1e117a57048) - ) - (wire (pts (xy 63.5 48.26) (xy 63.5 45.72)) - (stroke (width 0) (type default)) - (uuid ff3fde4a-75ec-4c56-adfe-360ee6b72351) - ) - (wire (pts (xy 181.61 57.15) (xy 177.8 57.15)) - (stroke (width 0) (type default)) - (uuid ff62b0fc-f82c-4413-ba75-f7d99165d382) - ) - (wire (pts (xy 220.98 63.5) (xy 220.98 67.31)) - (stroke (width 0) (type default)) - (uuid ffb2cf8c-7fbf-431b-a29e-f3c3906593e4) - ) - (wire (pts (xy 24.13 80.01) (xy 24.13 78.74)) - (stroke (width 0) (type default)) - (uuid fff42618-f51c-4cb9-943e-6319e07af694) - ) - - (text "PIR sensor input" (at 152.4 140.97 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 1f3cca56-f077-400f-9f7d-715397c2db81) - ) - (text "Mounting holes" (at 152.4 158.75 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 25bae4a9-5c4e-4838-9e98-f50c747a7124) - ) - (text "Temp / Humidity" (at 101.6 173.99 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 73a1a6dd-472e-4f6d-8184-f120894d6881) - ) - (text "LEDs" (at 109.22 119.38 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid a071834d-7515-4c33-80a5-7f1571a7b9c1) - ) - (text "Automatic bootloader reset" (at 46.99 146.05 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid a1986d26-3e18-4bc1-bc1b-b02bdd9b8511) - ) - - (label "LED4" (at 177.8 82.55 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 04ba38dc-28e2-45bb-addf-ea54bf6b288e) - ) - (label "LED4" (at 137.16 121.92 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 1f41b207-29d5-4553-b373-6f9d73678c4c) - ) - (label "USB_RX" (at 104.14 95.25 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 208c2f12-31ca-43fe-bf33-009b361f9ae3) - ) - (label "CH_8" (at 177.8 74.93 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 22c79b74-028b-470d-b26f-01b586d6e1fe) - ) - (label "USB_TX" (at 181.61 57.15 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 25f66d50-b68f-4a3a-bc47-cdf290930985) - ) - (label "USB_DTR" (at 104.14 85.09 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 27aa902f-3133-48b6-bc2d-cb3de24c5a2e) - ) - (label "CH_3" (at 203.2 77.47 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 27d82d1c-e0ed-4b01-a04d-d718367269c9) - ) - (label "PIR_A" (at 143.51 54.61 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 2dfa9d09-ceac-455a-92ba-7839bb84833e) - ) - (label "USB_TX" (at 104.14 92.71 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 4893361d-159a-4278-abff-d5e2fa9b32f8) - ) - (label "USB_DM" (at 35.56 69.85 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 49401475-0272-4edc-842a-9db70c32eb39) - ) - (label "CH_6" (at 240.03 113.03 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 4e40b351-e3d0-48a6-b25d-4512e9c67e0d) - ) - (label "USB_RTS" (at 55.88 170.18 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 4e459c18-83be-49ba-ab8c-605f42d68969) - ) - (label "CH_1" (at 203.2 44.45 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 536d45df-df6a-4bac-bcfc-4fd4a3dfcabf) - ) - (label "PIR_A" (at 156.21 147.32 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 545f219c-e075-40af-b934-0448e352d504) - ) - (label "IO0" (at 83.82 179.07 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 549b8fa3-56d1-4cc2-b699-bb8d644861bc) - ) - (label "CH_2" (at 240.03 44.45 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 59540b58-66fe-49b2-b117-17527432de69) - ) - (label "USB_DP" (at 35.56 67.31 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 5a6fea8e-fe2f-4cfd-aa09-1086a06df86c) - ) - (label "IO0" (at 181.61 49.53 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 686617c1-fc7b-40f8-9f75-62abe5e86edd) - ) - (label "CH_6" (at 177.8 54.61 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 69db3298-82c3-4f96-856b-5edab83af70f) - ) - (label "LED3" (at 129.54 121.92 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 6f9e2502-acd2-4c60-a4d5-c2bd225ac05e) - ) - (label "CH_7" (at 203.2 146.05 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 713ad8e8-9599-45aa-b527-14ed84736dd6) - ) - (label "EN" (at 83.82 143.51 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 78f1334b-c8ae-43b5-8db9-f6d25e3b485a) - ) - (label "USB_DP" (at 60.96 95.25 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 7df816fd-83eb-4528-9118-0b93815f4c88) - ) - (label "CH_1" (at 177.8 92.71 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 8247d141-9e56-4687-909a-b751a51b587a) - ) - (label "LED1" (at 177.8 90.17 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 8634751c-612a-4f3d-9cb1-b49241793939) - ) - (label "EN" (at 127 49.53 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 88170df2-0060-4a14-bc96-e2e85bf90998) - ) - (label "CH_4" (at 177.8 69.85 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 89c4767f-2892-4141-9838-6947a054b39b) - ) - (label "CH_4" (at 240.03 77.47 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 8c1749f7-6194-4ded-a3ab-a7ae6eb8b576) - ) - (label "CH_8" (at 240.03 146.05 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 8f4b2f5b-9ac9-4eb3-bf75-529131d2992d) - ) - (label "LED1" (at 111.76 121.92 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 8fa5e85b-37d5-4220-b021-ec6905e4bf83) - ) - (label "CH_3" (at 177.8 97.79 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 9f42e363-56c6-4fcf-9002-51e438f8f466) - ) - (label "LED2" (at 177.8 87.63 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid ace04338-80ce-4347-9738-84e44a35ba5a) - ) - (label "CH_5" (at 203.2 113.03 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid b10373ad-2ce5-4941-bf94-00466241dd79) - ) - (label "CH_5" (at 177.8 67.31 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid b8135ac7-8ddb-468c-8df8-5488a4b9420a) - ) - (label "CH_2" (at 177.8 95.25 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid b8e51b9f-3424-405b-86ae-3322663a3408) - ) - (label "DHT_IO" (at 177.8 77.47 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid bc58afbc-7739-481a-b293-935b9abfb4af) - ) - (label "LED2" (at 120.65 121.92 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid c0397c99-aaba-4670-966b-7236154cf733) - ) - (label "USB_RTS" (at 104.14 100.33 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid cef97877-8da3-4e52-b00b-ab8d481bc992) - ) - (label "LED3" (at 177.8 85.09 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid d242c073-3615-4a3b-b97b-3032ef8fbf7c) - ) - (label "DHT_IO" (at 133.35 180.34 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid dc6228f0-fb06-4cde-8341-8956ccc67ecc) - ) - (label "USB_DTR" (at 55.88 152.4 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid e1d7824e-d036-4d08-ae10-7be2a570b6dc) - ) - (label "USB_RX" (at 181.61 52.07 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid e6bce472-50bc-4f5b-998f-7118154d0a6f) - ) - (label "CH_7" (at 177.8 59.69 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid f0af9457-fb67-4ae3-b080-54605a6c720f) - ) - (label "USB_DM" (at 60.96 92.71 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid f302c776-b882-413b-a658-d36ed1964a99) - ) - - (symbol (lib_id "RF_Module:ESP32-WROOM-32") (at 162.56 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da6edcb) - (property "Reference" "U3" (at 151.13 45.72 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "ESP32-WROOM-32" (at 172.72 45.72 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "RF_Module:ESP32-WROOM-32" (at 162.56 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf" (at 154.94 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid de919ad4-77b6-4d20-bb8a-e295325ebf73)) - (pin "10" (uuid ae445688-d9ab-4611-9bbd-a1174f3104b7)) - (pin "11" (uuid c6bdd669-8397-4aac-bb7d-e621a0ecb96d)) - (pin "12" (uuid 124da221-27e4-4919-994a-f39ce791bf1b)) - (pin "13" (uuid b29686d4-665c-4a5b-ab46-24398d3ed0d0)) - (pin "14" (uuid a0a8031a-9778-4d17-a3a7-2a8cca83fd3a)) - (pin "15" (uuid d3af685b-c446-4bd5-90aa-5af57dc987c9)) - (pin "16" (uuid 2c3ea29e-7c0a-4cef-b853-998e369732f5)) - (pin "17" (uuid 4226749f-bde4-484e-b976-3b644bd4e280)) - (pin "18" (uuid 7f2dfc58-f9a0-4cd2-b228-593a2a68468a)) - (pin "19" (uuid e3c02192-44ee-4ba0-b629-c21a35190d9f)) - (pin "2" (uuid 021b6924-d880-4227-85dc-c970a206b639)) - (pin "20" (uuid b3da5821-ff43-40bf-8e1c-0240ae838fd6)) - (pin "21" (uuid a6c41d80-6959-4359-899c-8b786915e593)) - (pin "22" (uuid 1cfe438f-9a85-4d10-8c97-c7c7a1fa21df)) - (pin "23" (uuid 6b8d6302-7e25-4c4f-b512-e75f0fc1284a)) - (pin "24" (uuid 890aa2a1-d461-4897-b5a1-ffbe328f229c)) - (pin "25" (uuid 4fefcbda-50be-49d9-8aa9-8a515e476ba1)) - (pin "26" (uuid 34b89008-59de-4d55-9b59-d6bf7c683a4e)) - (pin "27" (uuid f1806d81-4814-484e-9c8d-25412ed47860)) - (pin "28" (uuid f9391c46-4a43-4a84-8de5-0651c94477e6)) - (pin "29" (uuid 6a895142-f273-4985-a209-8b1fa7d54537)) - (pin "3" (uuid 7cc278b8-1c70-436b-9397-eb8533c919f2)) - (pin "30" (uuid 162d65af-72da-444c-8f26-4312c8c73fb2)) - (pin "31" (uuid eeb05339-0ab2-463d-b692-6ee20109ad95)) - (pin "32" (uuid 397427e0-3293-42b7-87b9-bc626b927fa6)) - (pin "33" (uuid dc65658e-47f2-4e9a-9df5-12025e499eb7)) - (pin "34" (uuid 36b42967-5fba-4a2a-9dfb-5e100d5b03f6)) - (pin "35" (uuid 0442f12e-8530-47ca-8cd9-178baaedc1f8)) - (pin "36" (uuid f268d8e7-30de-40cb-9d1a-64e9c19da5fe)) - (pin "37" (uuid 634317a7-4527-4d87-8130-e907a8a19f6d)) - (pin "38" (uuid 438ff4e5-6c1f-47d8-ad29-b762a3d5898f)) - (pin "39" (uuid 4e694a4f-a0d6-4764-a1f5-d7a4df69b5c2)) - (pin "4" (uuid 5abe54fa-54c1-40f6-80f2-33cb8abbfa7b)) - (pin "5" (uuid a5aa1199-23e1-4753-bdd1-36069b5551c5)) - (pin "6" (uuid 16cbac0d-6bf7-4320-b4e7-3be189573a66)) - (pin "7" (uuid a9cd993f-a76d-476f-855f-dc2dab06cc06)) - (pin "8" (uuid b41720ab-18f6-4179-9a9b-a73e2015c0d9)) - (pin "9" (uuid ee4dae43-9000-48f9-b6fe-fa68d218b74f)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "U3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 218.44 44.45 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da71c46) - (property "Reference" "Q3" (at 223.6724 43.2816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GSD" (at 223.6724 45.593 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 223.52 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 21f908f4-8a50-4bdd-9947-5144deb1a4c9)) - (pin "2" (uuid c0fbacf0-8f16-4f6b-a666-4664f2e127d2)) - (pin "3" (uuid e189b9f8-3791-4bb0-bad2-458960820dbd)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "Q3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Regulator_Linear:AZ1117-3.3") (at 74.93 35.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da730f7) - (property "Reference" "U1" (at 74.93 29.4132 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AZ1117-3.3" (at 74.93 31.7246 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" (at 74.93 29.21 0) - (effects (font (size 1.27 1.27) italic) hide) - ) - (property "Datasheet" "https://www.diodes.com/assets/Datasheets/AZ1117.pdf" (at 74.93 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C92102" (at 74.93 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Diodes Incorporated" (at 218.44 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AZ1117CH-3.3TRG1" (at 218.44 26.67 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f11f1614-df44-45c1-8725-deca3756fc7a)) - (pin "2" (uuid b1e209ca-0988-4355-85a8-4f6e205a1d8a)) - (pin "3" (uuid 6259c954-5e3e-4299-84f0-5cd038bc6e46)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 63.5 41.91 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da74db0) - (property "Reference" "C4" (at 66.421 40.7416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1uF" (at 66.421 43.053 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 64.4652 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C15849" (at 63.5 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL10A105KB8NNNC" (at 218.44 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9183a042-7da0-4f93-a2bf-f7910ddc4f02)) - (pin "2" (uuid 6d380a63-399e-4f21-be6d-6e829514e943)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 50.8 35.56 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da76d9b) - (property "Reference" "D1" (at 54.61 34.29 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 52.07 38.1 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 50.8 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 50.8 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 50.8 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at -116.84 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at -116.84 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 871e0b52-5bb0-40ba-9491-7d6c5413314f)) - (pin "2" (uuid 6962dfe4-21ba-402a-b703-42ae040225a0)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 29.21 35.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da77c04) - (property "Reference" "#PWR0101" (at 29.21 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 29.337 39.9542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 29.21 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 29.21 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5c5a9b23-a1dc-418a-90c8-e323be2c3e1c)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 63.5 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da78857) - (property "Reference" "#PWR0102" (at 63.5 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 63.627 52.6542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 63.5 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 63.5 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7d43842a-03ef-4142-89ae-050f102fc5b3)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0102") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 74.93 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da78c21) - (property "Reference" "#PWR0103" (at 74.93 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 75.057 52.6542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 74.93 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 74.93 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 63a0c0d1-334d-47e0-ab38-85d2c63589d5)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0103") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:USB_B_Micro") (at 24.13 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da7925b) - (property "Reference" "J2" (at 25.5778 55.4482 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "USB_B_Micro" (at 25.5778 57.7596 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_USB:USB_Micro-B_Molex-105017-0001" (at 27.94 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 27.94 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dcec0d11-d501-445f-b0ca-ed9eee035597)) - (pin "2" (uuid abac7bfb-70dc-4d6b-8f43-4f7c7c138a06)) - (pin "3" (uuid 48a1e730-373f-4244-a8b4-599b1ad50b43)) - (pin "4" (uuid 228c57db-4e5b-4601-bce8-506a6524c608)) - (pin "5" (uuid a8539ae2-d132-44e7-918f-afb1e5579a4f)) - (pin "6" (uuid c06fa25d-bf9a-40b6-8632-bb00c548c31f)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 29.21 30.48 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da7c119) - (property "Reference" "#PWR0104" (at 29.21 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 31.75 29.21 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 29.21 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 29.21 30.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2db9e162-e199-4886-8fdd-47bbbc41ed3e)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0104") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 22.86 31.75 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da7dc09) - (property "Reference" "J1" (at 22.86 29.21 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Screw_Terminal_01x02" (at 25.4 26.67 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 22.86 31.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 22.86 31.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 19f8a945-6fb8-410c-9dfb-2a804b98c056)) - (pin "2" (uuid af81fbc7-776f-4e53-af0a-61d436e40924)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 50.8 41.91 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da82fba) - (property "Reference" "D2" (at 54.61 40.64 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 52.07 44.45 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 50.8 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 50.8 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 50.8 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at -116.84 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at -116.84 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ff049601-f4fd-4f62-8801-71096d4db8ed)) - (pin "2" (uuid fe3a49ec-47ae-488b-b583-3b051edb8b7f)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 44.45 34.29 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da83875) - (property "Reference" "#PWR0105" (at 44.45 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 46.99 33.02 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 44.45 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 44.45 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 713cd3f9-58cd-4aad-8191-5974d0665d01)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0105") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VBUS") (at 40.64 40.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da83ec4) - (property "Reference" "#PWR0106" (at 40.64 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (at 41.021 36.2458 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 40.64 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 40.64 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2f7a8c1f-8161-4138-916e-7503010dff62)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0106") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VBUS") (at 36.83 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da84a28) - (property "Reference" "#PWR0107" (at 36.83 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (at 37.211 56.5658 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 36.83 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 36.83 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 280945ca-9307-4cfe-b95c-2eb0530e5943)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0107") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 24.13 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da8556b) - (property "Reference" "#PWR0108" (at 24.13 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 24.257 84.4042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 24.13 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 24.13 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f688970c-f69f-46ad-ab92-2765833a7bce)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0108") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Interface_USB:CP2104") (at 82.55 95.25 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da8724c) - (property "Reference" "U2" (at 69.85 119.38 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "CP2104" (at 76.2 119.38 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" (at 86.36 119.38 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/cp2104.pdf" (at 68.58 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C47742" (at 82.55 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "SILICON LABS" (at 218.44 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CP2104-F03-GMR" (at 218.44 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 60e6d3ea-57f9-428f-951b-c903acc25be8)) - (pin "10" (uuid b848b84b-f335-426f-bc61-5c08caf37c99)) - (pin "11" (uuid 24ec75cc-666b-4cf3-9e94-d803f52feb22)) - (pin "12" (uuid 11cf6926-5b97-4f18-943f-ad9f7fa58624)) - (pin "13" (uuid 9fa448f4-d87b-4002-bee8-96958431c8c5)) - (pin "14" (uuid 19f5ef4e-ce54-49fa-9586-f9d46fdd0129)) - (pin "15" (uuid fd68f2f9-8538-4d71-8df9-ebd4b7b8fe1a)) - (pin "16" (uuid d46c95ae-c217-43a1-b4a8-75ae16505216)) - (pin "17" (uuid 6556dd7c-ec03-4881-ae7a-97347c4c5286)) - (pin "18" (uuid ca6b4b28-d0b2-4538-b2cf-afb750962a58)) - (pin "19" (uuid 92ad2318-84b5-471a-9861-fa9d6574c775)) - (pin "2" (uuid 4fd9e635-7823-4de9-8683-3cd5ef9aac22)) - (pin "20" (uuid d6838f3f-c1eb-4b91-a18a-0ade3e19f4cf)) - (pin "21" (uuid 97f3ad95-7557-41ef-836e-a123e3ac5f51)) - (pin "22" (uuid d3195246-2bdf-4a6a-bf50-fa9fbe0ef3b8)) - (pin "23" (uuid 1a586c09-6ae9-4b0f-a568-76b8468da3c3)) - (pin "24" (uuid 651de4b6-79a9-45dd-8558-1720d93efc4e)) - (pin "25" (uuid 9e3ca07b-7575-4cb7-8d44-877607361d4b)) - (pin "3" (uuid 81c26cc7-5777-4c10-9917-464bbe465418)) - (pin "4" (uuid 6652966c-3809-4e8f-86ce-28e1fcf00d42)) - (pin "5" (uuid a67952b3-cb92-460b-bc9f-dd36923e58b9)) - (pin "6" (uuid ae0d7bda-487f-47b5-a893-17c0afb76242)) - (pin "7" (uuid 4e49cecf-d701-49c4-98a3-853a0fc710be)) - (pin "8" (uuid 547abb28-a87b-4b21-8f59-f6d6a7779c22)) - (pin "9" (uuid 4be1b069-4c9b-4af8-b64c-c727293baf80)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 86.36 33.02 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da8ee2d) - (property "Reference" "#PWR0109" (at 86.36 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 86.741 28.6258 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 86.36 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 86.36 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9618cf60-93fb-4182-821a-2f4f2d644e3b)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0109") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 86.36 41.91 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da8fdae) - (property "Reference" "C5" (at 89.281 40.7416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "22uF" (at 89.281 43.053 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 87.3252 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 86.36 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C59461" (at 86.36 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL10A226MQ8NRNC" (at 218.44 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 06400966-c1c7-4051-8c6e-6a5501bd8a5f)) - (pin "2" (uuid 93998369-c574-420d-82ca-645fba15cab2)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "C5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 86.36 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da90555) - (property "Reference" "#PWR0110" (at 86.36 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 86.487 52.6542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 86.36 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 86.36 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2e413740-3924-4e1e-a768-ae955d054eac)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0110") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VBUS") (at 64.77 85.09 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da9155d) - (property "Reference" "#PWR0111" (at 68.58 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (at 61.5442 84.709 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 64.77 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 64.77 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fbfd3b4a-9065-4f54-9b6b-7667b24da86e)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0111") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 60.96 66.04 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da935d2) - (property "Reference" "#PWR0112" (at 60.96 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 61.341 61.6458 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 60.96 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 60.96 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cab73c5c-66dc-465f-bddb-16d78dee1385)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0112") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 54.61 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da94566) - (property "Reference" "C2" (at 57.531 73.7616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1uF" (at 57.531 76.073 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 55.5752 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 54.61 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C1525" (at 54.61 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL05B104KO5NNNC" (at 218.44 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 20e669ae-67d5-4fc3-84d9-c9452cb2706f)) - (pin "2" (uuid 79acc6a0-4a72-4a82-af53-599025d092b4)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 48.26 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da94ac6) - (property "Reference" "C1" (at 43.18 73.66 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1uF" (at 40.64 76.2 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 49.2252 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 48.26 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C52923" (at 48.26 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL05A105KA5NQNC" (at 218.44 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 78b0fc36-dbfd-4512-b338-cac6decb3ffd)) - (pin "2" (uuid 6ec68306-528b-4565-a0cb-cdd0733d9842)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 48.26 81.28 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da978eb) - (property "Reference" "#PWR0113" (at 48.26 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 48.387 85.6742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 48.26 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 48.26 81.28 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 762978e5-0555-4e56-a05e-4758c98e4496)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0113") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 59.69 119.38 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da99bae) - (property "Reference" "C3" (at 62.611 118.2116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "4.7uF" (at 62.611 120.523 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 60.6552 123.19 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 59.69 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C19666" (at 59.69 119.38 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 194.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL10A475KO8NNNC" (at 218.44 194.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e88dca71-fcc7-4904-bea4-c579770b7be2)) - (pin "2" (uuid f4cab842-fb43-4082-a4da-7b6468585eb4)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 59.69 125.73 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da9ac58) - (property "Reference" "#PWR0114" (at 59.69 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 59.817 130.1242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 59.69 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 59.69 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4c3615e0-38c2-476e-b1aa-bf969f2a11be)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0114") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 82.55 125.73 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005da9be21) - (property "Reference" "#PWR0115" (at 82.55 132.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 82.677 130.1242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 82.55 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 82.55 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 618bfde5-4e22-41c3-8495-760e60ef5197)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0115") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BEC") (at 81.28 152.4 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daa9313) - (property "Reference" "Q1" (at 86.1314 151.2316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BEC" (at 86.1314 153.543 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 86.36 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C2150" (at 81.28 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 218.44 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "SS8050" (at 218.44 260.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 79594272-23cd-49e4-ac41-28ecbdb2503f)) - (pin "2" (uuid ac2e5615-98eb-494c-a880-cf3946558a8b)) - (pin "3" (uuid 00e54e00-91c6-41cb-ad94-81bbcd0c69ea)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "Q1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BEC") (at 81.28 170.18 0) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daa9ad4) - (property "Reference" "Q2" (at 86.1314 169.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BEC" (at 86.1314 171.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 86.36 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C2150" (at 81.28 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "SS8050" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5e0cedca-0519-4ddd-be04-56c857c8397f)) - (pin "2" (uuid 0d7527f2-14c2-4dac-8063-3a6ee8d1f28f)) - (pin "3" (uuid 2cd7f6b7-da9c-4e65-92a7-bbe8c0d4c15f)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "Q2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 68.58 152.4 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daab2cf) - (property "Reference" "R1" (at 68.58 147.1422 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10kR" (at 68.58 149.4536 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 68.58 150.622 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 68.58 152.4 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at -39.37 302.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at -39.37 302.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e472b337-ca86-42e3-b307-62b1dc627438)) - (pin "2" (uuid cc0ca78c-3de5-4bdf-9010-4b6eb23d8974)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 68.58 170.18 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daab975) - (property "Reference" "R2" (at 68.58 164.9222 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "10kR" (at 68.58 167.2336 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 68.58 168.402 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 68.58 170.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 68.58 170.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at -57.15 320.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at -57.15 320.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bbb42cdd-06c4-4b7c-b2ff-fe2043dd46f6)) - (pin "2" (uuid 8178489e-ce65-4a2a-acac-b565f8ff8072)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 162.56 29.21 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daba1c8) - (property "Reference" "#PWR0116" (at 162.56 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 162.941 24.8158 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 162.56 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 162.56 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3285aeac-f994-4f7f-a0e3-db7f2c08b18c)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0116") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 152.4 36.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dabc2a7) - (property "Reference" "C8" (at 155.321 35.6616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0.1uF" (at 155.321 37.973 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 153.3652 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 152.4 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C1525" (at 152.4 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL05B104KO5NNNC" (at 218.44 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6e351336-1313-42e6-9065-2def059d4d85)) - (pin "2" (uuid c05786fa-9d71-4fe3-bedd-8dc0c3d85c94)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "C8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 144.78 36.83 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac014a) - (property "Reference" "C7" (at 140.97 34.29 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10uF" (at 139.7 39.37 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 145.7452 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 144.78 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C15525" (at 144.78 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL05A106MQ5NUNC" (at 218.44 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b9aa4684-8dd3-4268-b2db-91955ae6ee63)) - (pin "2" (uuid b5217c7d-b5d0-4df0-a3e6-81fdb9da53cb)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "C7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 144.78 43.18 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dac09cc) - (property "Reference" "#PWR0117" (at 144.78 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 144.907 47.5742 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 144.78 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 144.78 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 94697573-e75d-44de-95df-ba74c8dfe1ff)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0117") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 128.27 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dacf2cb) - (property "Reference" "C6" (at 131.191 53.4416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "4.7uF" (at 131.191 55.753 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 129.2352 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 128.27 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C23733" (at 128.27 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Samsung Electro-Mechanics" (at 218.44 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "CL05A475MP5NRNC" (at 218.44 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c7982a8c-603f-4934-aa97-bf903b10ffd8)) - (pin "2" (uuid 3eeba46e-a5fc-4db3-b36e-bfafd5cefc99)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "C6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 128.27 58.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dad15ae) - (property "Reference" "#PWR0118" (at 128.27 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 128.397 62.8142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 128.27 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 128.27 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 95ff068d-8c49-4bc1-874f-5fb953d3afd7)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0118") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 128.27 43.18 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dad1ab5) - (property "Reference" "R3" (at 130.048 42.0116 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 130.048 44.323 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 130.048 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 128.27 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 128.27 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 38.1 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 38.1 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1413008c-0bf2-4a8b-8a6d-9558c6b6fe3b)) - (pin "2" (uuid f18aee52-549a-4590-9b2c-02600265c3a4)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 128.27 39.37 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dad452d) - (property "Reference" "#PWR0119" (at 128.27 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 128.651 34.9758 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 128.27 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 128.27 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 923d22cc-3adc-4366-9820-fa69b4cc04ee)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0119") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Switch:SW_Push") (at 120.65 55.88 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dad711a) - (property "Reference" "SW1" (at 121.8692 54.7116 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "SW_Push" (at 121.8692 57.023 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "footprints:TS-1187A" (at 115.57 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 115.57 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C318888" (at 120.65 55.88 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "XKB Connectivity" (at 132.08 -41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "TS-1187A-C-D-B" (at 132.08 -41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a87544de-ac19-492a-94d8-2002a1f43c46)) - (pin "2" (uuid f9d141f3-12e1-4b92-9688-2c13850f06ac)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "SW1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 120.65 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dad8470) - (property "Reference" "#PWR0120" (at 120.65 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 120.777 65.3542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 120.65 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 120.65 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d336314f-f39b-48d8-8001-723c0512e204)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0120") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 162.56 118.11 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dadac6f) - (property "Reference" "#PWR0121" (at 162.56 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 162.687 122.5042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 162.56 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 162.56 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 07ad1d8a-ea86-4609-aac1-9cc7489f735b)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0121") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 209.55 44.45 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dae0fd2) - (property "Reference" "R4" (at 209.55 39.1922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 209.55 41.5036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 209.55 42.672 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 209.55 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 209.55 44.45 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 209.55 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 209.55 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 908a0390-fc02-4e5a-b4cc-199ca452dfda)) - (pin "2" (uuid 686ff94f-3167-4d2c-88a5-a497497b2eb7)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 220.98 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dae39c9) - (property "Reference" "#PWR0122" (at 220.98 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 221.107 53.9242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3c2a69dd-657e-4330-bdb3-a7780407edcb)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0122") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 227.33 34.29 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dae44ca) - (property "Reference" "J3" (at 226.06 40.64 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 223.52 39.37 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 227.33 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 227.33 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4a062e3e-fdfc-48fa-94ae-bda4e5ec718d)) - (pin "2" (uuid a5c91970-a561-44a9-bbc2-73cc0cac9b93)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "J3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 220.98 27.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dae6c67) - (property "Reference" "#PWR0123" (at 220.98 31.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 223.52 26.67 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cf189b95-1390-4eed-aad0-87a34f2b8606)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0123") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 215.9 34.29 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005daea638) - (property "Reference" "D3" (at 214.63 30.48 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 218.44 33.02 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 215.9 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 215.9 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 215.9 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 226.06 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 226.06 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ea022752-3d76-4b68-8cc3-759b8cb54955)) - (pin "2" (uuid cb98ea65-5056-46f4-8e94-3b3376242e61)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 255.27 44.45 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db0428e) - (property "Reference" "Q7" (at 260.5024 43.2816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 260.5024 45.593 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 260.35 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 255.27 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 255.27 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e21fe6a3-08d8-4580-8f09-9d1136b7d283)) - (pin "2" (uuid 9cb6be15-83b6-4642-8035-a577108de734)) - (pin "3" (uuid b67de249-04f8-4bd9-99cf-cdd3637d23b2)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "Q7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 246.38 44.45 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db04295) - (property "Reference" "R8" (at 246.38 39.1922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 246.38 41.5036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 246.38 42.672 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 246.38 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 246.38 44.45 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 246.38 16.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 246.38 16.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 93a09318-da52-48bc-8806-2e07a7f53cc3)) - (pin "2" (uuid b7f657f0-24cb-4a6b-a535-e7510e4b0729)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 257.81 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db0429b) - (property "Reference" "#PWR0124" (at 257.81 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 257.937 53.9242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 873220bf-2db8-4e5c-a53e-b599734cdb10)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0124") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 264.16 34.29 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db042a1) - (property "Reference" "J7" (at 262.89 40.64 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 260.35 39.37 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 264.16 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7f55299f-2aff-4a6a-b407-af32bcc84c30)) - (pin "2" (uuid 1c5f83ab-e745-4fb0-b97e-613cac636bbc)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "J7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 257.81 27.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db042a8) - (property "Reference" "#PWR0125" (at 257.81 31.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 260.35 26.67 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2e4f15ad-70f1-41bb-a57b-7962e1b5ee67)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0125") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 218.44 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b01) - (property "Reference" "Q4" (at 223.6724 76.3016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 223.6724 78.613 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 223.52 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 218.44 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 218.44 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e2044de9-7609-4a0e-a59f-016b69d2d580)) - (pin "2" (uuid 385ac5d5-52bb-498a-8f3b-25c839ac1765)) - (pin "3" (uuid 07b469a8-8d4d-40d2-9b77-1e430ae377d3)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "Q4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 209.55 77.47 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b0c) - (property "Reference" "R5" (at 209.55 72.2122 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 209.55 74.5236 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 209.55 75.692 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 209.55 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 209.55 77.47 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 176.53 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 176.53 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7193d1ec-aef3-4cfc-98c1-672256b480d4)) - (pin "2" (uuid 8d9146ae-2667-4c8c-9b98-ed5044fda821)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 220.98 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b16) - (property "Reference" "#PWR0126" (at 220.98 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 221.107 86.9442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 644f8edf-7a94-4387-b94f-0b03d46b9654)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0126") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 227.33 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b20) - (property "Reference" "J4" (at 226.06 73.66 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 223.52 72.39 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 227.33 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 227.33 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 94740f85-5660-4cb9-9f69-694d16575710)) - (pin "2" (uuid 60ef39eb-9ba9-4475-a43f-6dd67bcc0a8d)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "J4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 220.98 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b2b) - (property "Reference" "#PWR0127" (at 220.98 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 223.52 59.69 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2c6eee49-eadf-4ef6-ba1f-89f9a372b313)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0127") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 255.27 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b4a) - (property "Reference" "Q8" (at 260.5024 76.3016 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 260.5024 78.613 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 260.35 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 255.27 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 255.27 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5b916e66-1f76-445c-bfe7-3598d814bf27)) - (pin "2" (uuid 23c47e79-381b-4861-afe0-3cab9e236a44)) - (pin "3" (uuid 287739e7-c0ef-468d-9dc3-7acb7de10dfc)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "Q8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 246.38 77.47 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b55) - (property "Reference" "R9" (at 246.38 72.2122 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 246.38 74.5236 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 246.38 75.692 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 246.38 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 246.38 77.47 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 213.36 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 213.36 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ec8157f0-e2a2-4577-8a2e-0a854320072e)) - (pin "2" (uuid 51017139-0d27-4205-bffb-72c266456863)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 257.81 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b5f) - (property "Reference" "#PWR0128" (at 257.81 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 257.937 86.9442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 16c65036-4e83-4b02-98d0-fd59fbc843ec)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0128") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 264.16 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b69) - (property "Reference" "J8" (at 262.89 73.66 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 260.35 72.39 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 264.16 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a61cb472-1fa9-4920-bbd4-1bd922c0a04c)) - (pin "2" (uuid 4f5881a3-8fae-42a7-bd6c-8c173bc2fc2a)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "J8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 257.81 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db06b74) - (property "Reference" "#PWR0129" (at 257.81 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 260.35 59.69 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e5a88364-5545-4f8e-8a71-35d792e54b95)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0129") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 218.44 113.03 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1afff) - (property "Reference" "Q5" (at 223.6724 111.8616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 223.6724 114.173 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 223.52 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 218.44 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 218.44 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0b433370-072d-41da-8d47-a8d09d48c018)) - (pin "2" (uuid bd9fbd42-b54d-4e21-b293-20c5939806fb)) - (pin "3" (uuid f775e339-239f-473f-9558-e9a1be2fc500)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "Q5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 209.55 113.03 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b006) - (property "Reference" "R6" (at 209.55 107.7722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 209.55 110.0836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 209.55 111.252 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 209.55 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 209.55 113.03 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 140.97 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 140.97 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 21a3243f-0746-491b-a7ef-251c15a07e0d)) - (pin "2" (uuid 2bcc8a9a-b89e-4d6c-90d5-b3129f09c2ff)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 220.98 118.11 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b00c) - (property "Reference" "#PWR0130" (at 220.98 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 221.107 122.5042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d1c72ff9-2d7f-434e-8619-e2967883d785)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0130") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 227.33 102.87 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b012) - (property "Reference" "J5" (at 226.06 109.22 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 223.52 107.95 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 227.33 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 227.33 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9c954029-0220-47ff-93b8-853d3ea0a1e7)) - (pin "2" (uuid 8efbbd37-32e8-4fe7-9cc7-63dbfd437d6b)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "J5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 220.98 96.52 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b019) - (property "Reference" "#PWR0131" (at 220.98 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 223.52 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dd8941da-57fd-4c1d-ac4f-872dcef8ec23)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0131") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 255.27 113.03 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b030) - (property "Reference" "Q9" (at 260.5024 111.8616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 260.5024 114.173 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 260.35 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 255.27 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 255.27 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 166bef5c-8bce-41ab-ad6c-ba3e30bfe8f2)) - (pin "2" (uuid 9379da47-6519-49d6-8470-b1a07f0dadc9)) - (pin "3" (uuid 5d0a41ce-bb63-4136-a507-5fa3b65d3358)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "Q9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 246.38 113.03 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b037) - (property "Reference" "R10" (at 246.38 107.7722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 246.38 110.0836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 246.38 111.252 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 246.38 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 246.38 113.03 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 177.8 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 177.8 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 37037807-d320-4e95-8f53-b6d7fc018a36)) - (pin "2" (uuid 42f7b2c8-e4d5-42e5-95ac-7db02a3bc1e0)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 257.81 118.11 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b03d) - (property "Reference" "#PWR0132" (at 257.81 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 257.937 122.5042 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 78fa8ce9-4b1f-46ca-b1d0-6e20a79c2a35)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0132") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 264.16 102.87 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b043) - (property "Reference" "J9" (at 262.89 109.22 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 260.35 107.95 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 264.16 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9fb235aa-ed86-4f6d-8a58-0c5fc8efc714)) - (pin "2" (uuid 4feb3345-6e06-403e-a8c3-902bbd78b26a)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "J9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 257.81 96.52 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b04a) - (property "Reference" "#PWR0133" (at 257.81 100.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 260.35 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 698b7d9f-195e-4141-b0c2-9b24bbdb237d)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0133") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 218.44 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b061) - (property "Reference" "Q6" (at 223.6724 144.8816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 223.6724 147.193 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 223.52 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 218.44 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 218.44 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid aaaadd9d-966a-4f6c-a78a-1d4c2a60fbcc)) - (pin "2" (uuid 5bce9b66-f754-49a5-8ce3-54855355a751)) - (pin "3" (uuid 3b568442-6e3c-4a7d-8452-61fb1048d44b)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "Q6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 209.55 146.05 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b068) - (property "Reference" "R7" (at 209.55 140.7922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 209.55 143.1036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 209.55 144.272 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 209.55 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 209.55 146.05 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 107.95 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 107.95 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ee4b1092-47f7-4f71-9bf7-9c598eb258b9)) - (pin "2" (uuid 05d6d104-8cbb-4a1d-ac15-09ad0948cfeb)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 220.98 151.13 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b06e) - (property "Reference" "#PWR0134" (at 220.98 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 221.107 155.5242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7707a4b7-cd29-463b-a3d3-7157b963142e)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0134") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 227.33 135.89 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b074) - (property "Reference" "J6" (at 226.06 142.24 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 223.52 140.97 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 227.33 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 227.33 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5b8d447d-9398-4317-8d72-bd5796870a8f)) - (pin "2" (uuid c2b0aecc-ac4a-46b7-ac0f-2c1c3238d531)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "J6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 220.98 129.54 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b07b) - (property "Reference" "#PWR0135" (at 220.98 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 223.52 128.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 220.98 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 220.98 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 51d3b2c3-c29b-4781-ad71-874be6975826)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0135") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NMOS_GSD") (at 255.27 146.05 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b092) - (property "Reference" "Q10" (at 260.5024 144.8816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NMOS_GDS" (at 260.5024 147.193 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 260.35 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 255.27 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C20917" (at 255.27 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Alpha & Omega Semico" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "AO3400A" (at 218.44 247.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e874b24c-656d-470a-8674-b2b02ddd7837)) - (pin "2" (uuid 488571c8-b976-476a-974f-f98c534d1357)) - (pin "3" (uuid 2d89310f-7944-4b9b-a015-228284d4ed3a)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "Q10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 246.38 146.05 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b099) - (property "Reference" "R11" (at 246.38 140.7922 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100R" (at 246.38 143.1036 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 246.38 144.272 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 246.38 146.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25076" (at 246.38 146.05 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 144.78 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1000TCE" (at 144.78 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7f8781a5-55e0-4cd2-b353-8e7e52b0bfb1)) - (pin "2" (uuid 23e41f29-358d-4aeb-bb26-3073a40256a2)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 257.81 151.13 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b09f) - (property "Reference" "#PWR0136" (at 257.81 157.48 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 257.937 155.5242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c919279b-82e2-4fd1-8190-46c2f55c5ca3)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0136") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 264.16 135.89 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b0a5) - (property "Reference" "J10" (at 262.89 142.24 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Screw_Terminal_01x02" (at 260.35 140.97 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 264.16 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 264.16 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 699df6ce-33c7-4ecb-8051-643e74f7b7ef)) - (pin "2" (uuid 68c2037c-aa08-4908-a7e8-e169c7d70223)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "J10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 257.81 129.54 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db1b0ac) - (property "Reference" "#PWR0137" (at 257.81 133.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 260.35 128.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 257.81 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 257.81 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 880a5a02-d772-4976-8460-cf1bdff478c7)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0137") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 252.73 34.29 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db73e76) - (property "Reference" "D7" (at 251.46 30.48 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 255.27 33.02 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 252.73 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 252.73 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 252.73 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 262.89 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 262.89 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a0ead889-6ada-474a-b487-d86872a2aa72)) - (pin "2" (uuid 3e52325a-e14d-4a7b-af4a-9b9d79d216af)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 215.9 67.31 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db744f3) - (property "Reference" "D4" (at 214.63 63.5 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 218.44 66.04 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 215.9 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 215.9 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 215.9 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 193.04 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 193.04 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c0fa60de-d63a-4d50-ae5e-db3d4f955110)) - (pin "2" (uuid 0cb0328d-236f-4edb-9cd4-0e88e1f25788)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 252.73 67.31 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db74c2e) - (property "Reference" "D8" (at 251.46 63.5 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 255.27 66.04 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 252.73 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 252.73 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 252.73 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 229.87 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 229.87 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a7dd4a3d-2088-4c14-8962-102f0c2da12d)) - (pin "2" (uuid d6606523-f611-4ae1-bb5c-e08e3162138e)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 215.9 102.87 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db7516b) - (property "Reference" "D5" (at 214.63 99.06 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 218.44 101.6 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 215.9 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 215.9 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 215.9 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 157.48 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 157.48 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 30e478ff-73c0-427f-b4a7-508719713994)) - (pin "2" (uuid e75d5f25-cd10-4704-9c71-6fc277e10603)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 252.73 102.87 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db759c6) - (property "Reference" "D9" (at 251.46 99.06 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 255.27 101.6 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 252.73 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 252.73 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 252.73 102.87 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 194.31 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 194.31 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 326a8716-8827-4f37-ae43-7ac0ebe1842f)) - (pin "2" (uuid 0e47f28b-8e54-4398-a211-e66aceb9af04)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 252.73 135.89 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db75cdb) - (property "Reference" "D10" (at 251.46 132.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 255.27 134.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 252.73 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 252.73 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 252.73 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 161.29 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 161.29 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a470c819-a5aa-4ed4-9b5c-a837b070d3f9)) - (pin "2" (uuid 20586a45-4f55-4b65-b7f4-38fae43b838e)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:D_Schottky") (at 215.9 135.89 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005db7625a) - (property "Reference" "D6" (at 214.63 132.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "D_Schottky" (at 218.44 134.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Diode_SMD:D_SOD-123" (at 215.9 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 215.9 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C8598" (at 215.9 135.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Changjiang Electronics Tech (CJ)" (at 124.46 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "B5819W SL" (at 124.46 138.43 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b3ad7fcf-4eae-4890-a5b1-b72faa1f7bac)) - (pin "2" (uuid 41f5dfce-64d3-481c-9f80-d90adc902e83)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 204.47 49.53 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc11a04) - (property "Reference" "R17" (at 206.248 48.3616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 206.248 50.673 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 206.248 49.53 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 204.47 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 204.47 49.53 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 48b29bd4-36c1-4a2d-8eb5-a563e1d591d6)) - (pin "2" (uuid 233a0482-3fb2-4b8f-8145-b52a56153c1d)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R17") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 204.47 53.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc1f3e3) - (property "Reference" "#PWR05" (at 204.47 59.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 204.597 57.7342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 204.47 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 204.47 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c502b3ba-5627-4c64-b019-33ab89d1b3fe)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 241.3 49.53 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc1f7ef) - (property "Reference" "R21" (at 243.078 48.3616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 243.078 50.673 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 243.078 49.53 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 241.3 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 241.3 49.53 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8d64f21c-c8ee-4f5a-9109-2096119cf864)) - (pin "2" (uuid cdf01e31-d5b5-43aa-afa6-91ab886008d4)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R21") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 241.3 53.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc1f7fd) - (property "Reference" "#PWR09" (at 241.3 59.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 241.427 57.7342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 241.3 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 241.3 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4a561f97-d623-4d7c-bf04-507595fd60ad)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR09") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 204.47 82.55 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc2cc35) - (property "Reference" "R18" (at 206.248 81.3816 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 206.248 83.693 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 206.248 82.55 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 204.47 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 204.47 82.55 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 45945e95-a8a2-4a5a-abf5-771d9ba30bad)) - (pin "2" (uuid f04c7a68-7e0d-4f35-8d26-0eba9cdc3e64)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R18") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 204.47 86.36 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc2cc3f) - (property "Reference" "#PWR06" (at 204.47 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 204.597 90.7542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 204.47 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 204.47 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fbb84757-faa2-42b0-a854-1df13c9a4bb6)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR06") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 241.3 82.55 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc350ea) - (property "Reference" "R22" (at 243.078 81.3816 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 243.078 83.693 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 243.078 82.55 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 241.3 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 241.3 82.55 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 18f9792e-4730-43d7-97d1-95b8f65505ea)) - (pin "2" (uuid 72d7fbc9-449e-4e26-9f6a-5a3071f1e40e)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R22") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 241.3 86.36 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc350f4) - (property "Reference" "#PWR010" (at 241.3 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 241.427 90.7542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 241.3 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 241.3 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c7975d13-bf66-4f11-892c-ce86aab5c4d1)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR010") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 204.47 118.11 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc3c60f) - (property "Reference" "R19" (at 206.248 116.9416 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 206.248 119.253 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 206.248 118.11 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 204.47 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 204.47 118.11 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8ba194e2-5c3d-4dec-93cb-127674f3c4d7)) - (pin "2" (uuid 05448e61-c25d-4b5b-a322-1d77de7ae913)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R19") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 204.47 121.92 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc3c619) - (property "Reference" "#PWR07" (at 204.47 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 204.597 126.3142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 204.47 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 204.47 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9c6b2b92-9313-43fd-bdad-c9819f7337b4)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR07") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 241.3 118.11 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc44260) - (property "Reference" "R23" (at 243.078 116.9416 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 243.078 119.253 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 243.078 118.11 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 241.3 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 241.3 118.11 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c6c1613a-9613-41fe-ae2d-59fd1eeb1b54)) - (pin "2" (uuid 90a2f252-9941-4c16-b358-cbb818e3b3db)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R23") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 241.3 121.92 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc4426a) - (property "Reference" "#PWR011" (at 241.3 128.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 241.427 126.3142 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 241.3 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 241.3 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 72458795-44f6-476c-b29d-27b7b73d29f6)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR011") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 204.47 151.13 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc4c346) - (property "Reference" "R20" (at 206.248 149.9616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 206.248 152.273 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 206.248 151.13 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 204.47 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 204.47 151.13 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 190.5 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1e4a1ed4-9764-46d9-8ae1-065b92a07a0d)) - (pin "2" (uuid 3461a036-f1b2-4732-970b-7ce0954d7371)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R20") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 204.47 154.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc4c350) - (property "Reference" "#PWR08" (at 204.47 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 204.597 159.3342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 204.47 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 204.47 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 71c06afe-e2b0-4c04-ac71-74fde5dc4ff4)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR08") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 241.3 151.13 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc54548) - (property "Reference" "R24" (at 243.078 149.9616 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 243.078 152.273 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 243.078 151.13 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 241.3 151.13 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 241.3 151.13 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 264.16 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a79d79d9-d16d-4340-aa8c-9f8f91e6e08f)) - (pin "2" (uuid c99b876f-41e2-43c5-bb5a-9c3920dde6e4)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R24") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 241.3 154.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc54552) - (property "Reference" "#PWR012" (at 241.3 161.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 241.427 159.3342 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 241.3 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 241.3 154.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 74ee0cfd-47ab-4bdb-8f40-02b50b76c986)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Screw_Terminal_01x02") (at 22.86 45.72 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc623b0) - (property "Reference" "J11" (at 22.86 43.18 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Screw_Terminal_01x02" (at 25.4 40.64 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" (at 22.86 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 22.86 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 708aefc9-4a03-4210-9d38-ec26d9683cac)) - (pin "2" (uuid a6ade466-06c8-407c-936d-04f23291c35d)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "J11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 29.21 44.45 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc62974) - (property "Reference" "#PWR0138" (at 29.21 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 31.75 43.18 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 29.21 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 29.21 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dc6e9e04-700f-4575-9819-09bb8dd2e8fa)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0138") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 29.21 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc62e24) - (property "Reference" "#PWR0139" (at 29.21 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 29.337 53.9242 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 29.21 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 29.21 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 323d38a0-60d6-4156-866a-7ffb0d7f3f66)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0139") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x03") (at 161.29 147.32 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc76b3b) - (property "Reference" "J12" (at 163.322 146.2532 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Conn_01x03" (at 163.322 148.5646 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Connector_JST:JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical" (at 161.29 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 161.29 147.32 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9b12e6b8-77ef-4090-9f4e-0ee64c11f3d9)) - (pin "2" (uuid 955dc1d0-45a7-4ab1-8c9b-65e7d8c96674)) - (pin "3" (uuid c4e24781-d551-48af-b0ae-900a6bd18016)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "J12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 156.21 149.86 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dc9730f) - (property "Reference" "#PWR0142" (at 156.21 156.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 156.337 154.2542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 156.21 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 156.21 149.86 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 65f1b545-dd55-4100-88f8-6c3db9c2467a)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0142") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 156.21 144.78 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dcad53d) - (property "Reference" "#PWR0140" (at 156.21 148.59 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 158.75 143.51 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 156.21 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 156.21 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3f792ca1-e331-4b58-bdbb-b72e5262e5ae)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0140") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 154.94 162.56 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dce22e8) - (property "Reference" "H1" (at 157.48 161.3916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 157.48 163.703 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" (at 154.94 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 154.94 162.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "H1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 154.94 167.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dce2a46) - (property "Reference" "H2" (at 157.48 166.4716 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 157.48 168.783 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" (at 154.94 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 154.94 167.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "H2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 154.94 172.72 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dce2d5d) - (property "Reference" "H3" (at 157.48 171.5516 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 157.48 173.863 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" (at 154.94 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 154.94 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "H3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:MountingHole") (at 154.94 177.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dce2f26) - (property "Reference" "H4" (at 157.48 176.6316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "MountingHole" (at 157.48 178.943 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" (at 154.94 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 154.94 177.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "H4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED_Small") (at 111.76 134.62 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd27ac2) - (property "Reference" "D11" (at 113.4872 133.4516 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Green" (at 113.4872 135.763 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 111.76 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 111.76 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C72043" (at 111.76 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Everlight Elec" (at 222.25 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "19-217/GHC-YR1S2/3T" (at 222.25 29.21 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5ebf5d33-94f6-4d21-80be-6a091b4a67cd)) - (pin "2" (uuid f28d7f2f-73e9-4ac7-bae7-af4b20b98d00)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED_Small") (at 129.54 134.62 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd28df2) - (property "Reference" "D13" (at 131.2672 133.4516 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Red" (at 131.2672 135.763 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 129.54 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 129.54 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C2286" (at 129.54 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 11fc8c0c-f136-4ece-8137-9bc37f963232)) - (pin "2" (uuid bfce7222-f7d3-453f-b397-af40b3c6ffd6)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED_Small") (at 120.65 134.62 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd29529) - (property "Reference" "D12" (at 122.3772 133.4516 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Green" (at 122.3772 135.763 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 120.65 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 120.65 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C72043" (at 120.65 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Everlight Elec" (at 231.14 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "19-217/GHC-YR1S2/3T" (at 231.14 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 91617edb-4ffb-4306-b4f9-20bdf06cfaa8)) - (pin "2" (uuid afa1883d-751c-4aea-88a7-2b757413dd4c)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 120.65 125.73 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd2a7f4) - (property "Reference" "R13" (at 122.428 124.5616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47R" (at 122.428 126.873 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 118.872 125.73 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 120.65 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25118" (at 120.65 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 217.17 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF470JTCE" (at 217.17 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8105e00b-455d-4d84-8da5-0a4bf6b5c8f9)) - (pin "2" (uuid 9e00f618-52aa-487b-b17f-df6ab122f49e)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:LED_Small") (at 137.16 134.62 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd2b4eb) - (property "Reference" "D14" (at 138.8872 133.4516 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Red" (at 138.8872 135.763 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "LED_SMD:LED_0603_1608Metric" (at 137.16 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 137.16 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C2286" (at 137.16 134.62 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2b8d062b-9477-4fa2-91f7-ac1dca68a668)) - (pin "2" (uuid 15370f67-1950-4b79-94f8-baf4fceea926)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "D14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 129.54 125.73 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd2c183) - (property "Reference" "R14" (at 131.318 124.5616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "150R" (at 131.318 126.873 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 127.762 125.73 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 129.54 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25082" (at 129.54 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 217.17 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1500TCE" (at 217.17 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 30a37be5-35a5-46e3-aa58-2768a3dfe0ef)) - (pin "2" (uuid 90f9a30e-561a-4efb-ad9b-e68540828147)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 137.16 125.73 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd2c5c3) - (property "Reference" "R15" (at 138.938 124.5616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "150R" (at 138.938 126.873 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 135.382 125.73 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 137.16 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25082" (at 137.16 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 217.17 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1500TCE" (at 217.17 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b99df82b-2d12-4b62-b790-44de39468ef9)) - (pin "2" (uuid 0e8f1a72-921e-43b5-af23-33774351f7b8)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 137.16 137.16 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd44c94) - (property "Reference" "#PWR04" (at 137.16 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 137.287 141.5542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 137.16 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 137.16 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d17de2d2-3d55-4461-8d31-e43ac71dd087)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 129.54 137.16 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd45093) - (property "Reference" "#PWR03" (at 129.54 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 129.667 141.5542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 129.54 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 129.54 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 38fbccb1-85e5-412e-81ed-c90fff94ccbc)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 120.65 137.16 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd452cb) - (property "Reference" "#PWR02" (at 120.65 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 120.777 141.5542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 120.65 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 120.65 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a247cb0c-0aef-43b3-bae9-f86ea50bac57)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 111.76 137.16 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd45560) - (property "Reference" "#PWR01" (at 111.76 143.51 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 111.887 141.5542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 111.76 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 111.76 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f340737d-c51e-4f76-9ec8-52c90df7c9d6)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 111.76 125.73 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005dd4c0dd) - (property "Reference" "R12" (at 113.538 124.5616 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "47R" (at 113.538 126.873 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 109.982 125.73 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 111.76 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25118" (at 111.76 125.73 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "Everlight Elec" (at 217.17 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "19-217/GHC-YR1S2/3T" (at 217.17 227.33 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a1888b24-6f71-41c9-8e92-45219e93baf6)) - (pin "2" (uuid d3ad5dac-4248-4fe8-80bf-a7c0708ec534)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Sensor:DHT11") (at 120.65 180.34 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddc2bf4) - (property "Reference" "U4" (at 114.4524 179.1716 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "DHT11" (at 114.4524 181.483 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Sensor:Aosong_DHT11_5.5x12.0_P2.54mm" (at 120.65 190.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://akizukidenshi.com/download/ds/aosong/DHT11.pdf" (at 124.46 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a76d1809-d9c1-41b8-9904-c781f8ccba16)) - (pin "2" (uuid f036e1d7-5378-4a37-8983-a07133176fbf)) - (pin "3" (uuid 902313ef-1076-46d2-95db-cca8f4094b38)) - (pin "4" (uuid 42aff058-0abf-455a-b19a-8ab4dae76455)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "U4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 120.65 172.72 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddc4230) - (property "Reference" "#PWR0141" (at 120.65 176.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 121.031 168.3258 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 120.65 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 120.65 172.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9cf33bcc-e9c3-4534-9d8d-06c7e83dac02)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0141") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 120.65 187.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddc5143) - (property "Reference" "#PWR0143" (at 120.65 194.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 120.777 192.3542 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 120.65 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 120.65 187.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d5cf0fec-5ac4-4933-8b6f-1085d05abc2e)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0143") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 130.81 175.26 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddecba7) - (property "Reference" "R16" (at 132.588 174.0916 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "10kR" (at 132.588 176.403 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 132.588 175.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 130.81 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C25744" (at 130.81 175.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MFR" "UNI-ROYAL(Uniroyal Elec)" (at 43.18 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "0402WGF1002TCE" (at 43.18 44.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bcc6b57b-c386-4cf3-96de-d975b3f81c52)) - (pin "2" (uuid c27f0763-93b9-43ed-8fdb-1bafd7e86e1f)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "R16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:+3V3") (at 130.81 171.45 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ddfc007) - (property "Reference" "#PWR0144" (at 130.81 175.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3V3" (at 131.191 167.0558 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 130.81 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 130.81 171.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 558b90f1-3be4-4f1d-ab88-bab1ef157407)) - (instances - (project "light_control_diff" - (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" - (reference "#PWR0144") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "5723753a-c0ed-4c5f-84a7-d86a2926263d") + (paper "A4") + (lib_symbols + (symbol "Connector:Screw_Terminal_01x02" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic screw terminal, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "screw terminal" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TerminalBlock*:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Screw_Terminal_01x02_1_1" + (rectangle + (start -1.27 1.27) + (end 1.27 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center 0 -2.54) + (radius 0.635) + (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.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) + ) + ) + (circle + (center 0 0) + (radius 0.635) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 0 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 -2.54 0) + (length 3.81) + (name "Pin_2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:USB_B_Micro" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at -5.08 11.43 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "USB_B_Micro" + (at -5.08 8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 3.81 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 3.81 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "USB Micro Type B connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector USB micro" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "USB*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "USB_B_Micro_0_1" + (rectangle + (start -5.08 -7.62) + (end 5.08 7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (circle + (center -3.81 2.159) + (radius 0.635) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center -0.635 3.429) + (radius 0.381) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.127 -7.62) + (end 0.127 -6.858) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.905 2.159) (xy 0.635 2.159) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.175 2.159) (xy -2.54 2.159) (xy -1.27 3.429) (xy -0.635 3.429) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 2.159) (xy -1.905 2.159) (xy -1.27 0.889) (xy 0 0.889) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 2.794) (xy 0.635 1.524) (xy 1.905 2.159) (xy 0.635 2.794) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -4.318 5.588) (xy -1.778 5.588) (xy -2.032 4.826) (xy -4.064 4.826) (xy -4.318 5.588) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -4.699 5.842) (xy -4.699 5.588) (xy -4.445 4.826) (xy -4.445 4.572) (xy -1.651 4.572) (xy -1.651 4.826) + (xy -1.397 5.588) (xy -1.397 5.842) (xy -4.699 5.842) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.254 1.27) + (end -0.508 0.508) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.08 -5.207) + (end 4.318 -4.953) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 5.08 -2.667) + (end 4.318 -2.413) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 5.08 -0.127) + (end 4.318 0.127) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 5.08 4.953) + (end 4.318 5.207) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "USB_B_Micro_1_1" + (pin power_out line + (at 7.62 5.08 180) + (length 2.54) + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 7.62 -2.54 180) + (length 2.54) + (name "D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 7.62 0 180) + (length 2.54) + (name "D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -5.08 180) + (length 2.54) + (name "ID" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 0 -10.16 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -2.54 -10.16 90) + (length 2.54) + (name "Shield" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector_Generic:Conn_01x03" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x03" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x03_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 1.27 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:D_Schottky" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Schottky diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "diode Schottky" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "D_Schottky_0_1" + (polyline + (pts + (xy 1.27 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.905 0.635) (xy -1.905 1.27) (xy -1.27 1.27) (xy -1.27 -1.27) (xy -0.635 -1.27) (xy -0.635 -0.635) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "D_Schottky_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:LED_Small" + (pin_numbers hide) + (pin_names + (offset 0.254) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at -1.27 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "LED_Small" + (at -4.445 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode, small symbol" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED diode light-emitting-diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_Small_0_1" + (polyline + (pts + (xy -0.762 -1.016) (xy -0.762 1.016) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 0) (xy -0.762 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.016) (xy -0.762 0) (xy 0.762 1.016) (xy 0.762 -1.016) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0.762) (xy -0.508 1.27) (xy -0.254 1.27) (xy -0.508 1.27) (xy -0.508 1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.508 1.27) (xy 0 1.778) (xy 0.254 1.778) (xy 0 1.778) (xy 0 1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_Small_1_1" + (pin passive line + (at -2.54 0 0) + (length 1.778) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 1.778) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:Q_NMOS_GSD" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GSD" + (at 5.08 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 5.08 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "N-MOSFET transistor, gate/source/drain" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "transistor NMOS N-MOS N-MOSFET" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Q_NMOS_GSD_0_1" + (polyline + (pts + (xy 0.254 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.254 1.905) (xy 0.254 -1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.27) (xy 0.762 -2.286) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 0.508) (xy 0.762 -0.508) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 2.286) (xy 0.762 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 2.54) (xy 2.54 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -2.54) (xy 2.54 0) (xy 0.762 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -1.778) (xy 3.302 -1.778) (xy 3.302 1.778) (xy 0.762 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 0) (xy 2.032 0.381) (xy 2.032 -0.381) (xy 1.016 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 2.794 0.508) (xy 2.921 0.381) (xy 3.683 0.381) (xy 3.81 0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 0.381) (xy 2.921 -0.254) (xy 3.683 -0.254) (xy 3.302 0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 1.651 0) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.54 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 2.54 1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "Q_NMOS_GSD_1_1" + (pin input line + (at -5.08 0 0) + (length 2.54) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "D" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:Q_NPN_BEC" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BEC" + (at 5.08 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 5.08 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "NPN transistor, base/emitter/collector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "transistor NPN" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Q_NPN_BEC_0_1" + (polyline + (pts + (xy 0.635 0.635) (xy 2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "Q_NPN_BEC_1_1" + (pin input line + (at -5.08 0 0) + (length 5.715) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 "Interface_USB:CP2104" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -5.08 28.575 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "CP2104" + (at -5.08 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" + (at 29.21 -52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/cp2104.pdf" + (at 105.41 10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Single-Chip USB-to-UART Bridge, USB 2.0 Full-Speed, 2Mbps UART, QFN-24" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "uart usb bridge interface transceiver" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "QFN*4x4mm*P0.5mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "CP2104_1_1" + (rectangle + (start -10.16 25.4) + (end 10.16 -25.4) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at 12.7 5.08 180) + (length 2.54) + (name "~{RI}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 10.16 -20.32 180) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -15.24 180) + (length 2.54) + (name "GPIO.3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -12.7 180) + (length 2.54) + (name "RS485/GPIO.2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -10.16 180) + (length 2.54) + (name "RXT/GPIO.1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -7.62 180) + (length 2.54) + (name "TXT/GPIO.0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 12.7 -2.54 180) + (length 2.54) + (name "~{SUSPEND}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -12.7 -20.32 0) + (length 2.54) + (name "VPP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 12.7 0 180) + (length 2.54) + (name "SUSPEND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 12.7 15.24 180) + (length 2.54) + (name "~{CTS}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 12.7 17.78 180) + (length 2.54) + (name "~{RTS}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -27.94 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 12.7 20.32 180) + (length 2.54) + (name "RXD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 12.7 22.86 180) + (length 2.54) + (name "TXD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 12.7 12.7 180) + (length 2.54) + (name "~{DSR}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 12.7 10.16 180) + (length 2.54) + (name "~{DTR}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 12.7 7.62 180) + (length 2.54) + (name "~{DCD}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -27.94 90) + (length 2.54) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -12.7 5.08 0) + (length 2.54) + (name "D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -12.7 7.62 0) + (length 2.54) + (name "D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 2.54 27.94 270) + (length 2.54) + (name "VIO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 27.94 270) + (length 2.54) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 27.94 270) + (length 2.54) + (name "REGIN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 10.16 0) + (length 2.54) + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -12.7 22.86 0) + (length 2.54) + (name "~{RST}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Mechanical:MountingHole" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "H" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "MountingHole" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Mounting Hole without connection" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "mounting hole" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "MountingHole*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "MountingHole_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 1.27) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "RF_Module:ESP32-WROOM-32" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -12.7 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "ESP32-WROOM-32" + (at 1.27 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "RF_Module:ESP32-WROOM-32" + (at 0 -38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf" + (at -7.62 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RF Module, ESP32-D0WDQ6 SoC, Wi-Fi 802.11b/g/n, Bluetooth, BLE, 32-bit, 2.7-3.6V, onboard antenna, SMD" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "RF Radio BT ESP ESP32 Espressif onboard PCB antenna" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "ESP32?WROOM?32*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "ESP32-WROOM-32_0_1" + (rectangle + (start -12.7 33.02) + (end 12.7 -33.02) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "ESP32-WROOM-32_1_1" + (pin power_in line + (at 0 -35.56 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -12.7 180) + (length 2.54) + (name "IO25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -15.24 180) + (length 2.54) + (name "IO26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -17.78 180) + (length 2.54) + (name "IO27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 10.16 180) + (length 2.54) + (name "IO14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 15.24 180) + (length 2.54) + (name "IO12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -35.56 90) + (length 2.54) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 12.7 180) + (length 2.54) + (name "IO13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -5.08 0) + (length 2.54) + (name "SHD/SD2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -7.62 0) + (length 2.54) + (name "SWP/SD3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -12.7 0) + (length 2.54) + (name "SCS/CMD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 35.56 270) + (length 2.54) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -10.16 0) + (length 2.54) + (name "SCK/CLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 0 0) + (length 2.54) + (name "SDO/SD0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -15.24 -2.54 0) + (length 2.54) + (name "SDI/SD1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 7.62 180) + (length 2.54) + (name "IO15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 25.4 180) + (length 2.54) + (name "IO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 30.48 180) + (length 2.54) + (name "IO0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 20.32 180) + (length 2.54) + (name "IO4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 5.08 180) + (length 2.54) + (name "IO16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 2.54 180) + (length 2.54) + (name "IO17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 17.78 180) + (length 2.54) + (name "IO5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "29" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 30.48 0) + (length 2.54) + (name "EN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 0 180) + (length 2.54) + (name "IO18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "30" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -2.54 180) + (length 2.54) + (name "IO19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "31" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -12.7 -27.94 0) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "32" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -5.08 180) + (length 2.54) + (name "IO21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "33" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 22.86 180) + (length 2.54) + (name "RXD0/IO3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "34" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 27.94 180) + (length 2.54) + (name "TXD0/IO1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "35" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -7.62 180) + (length 2.54) + (name "IO22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "36" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -10.16 180) + (length 2.54) + (name "IO23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "37" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -35.56 90) + (length 2.54) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "38" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -35.56 90) + (length 2.54) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "39" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 25.4 0) + (length 2.54) + (name "SENSOR_VP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -15.24 22.86 0) + (length 2.54) + (name "SENSOR_VN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 15.24 -25.4 180) + (length 2.54) + (name "IO34" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 15.24 -27.94 180) + (length 2.54) + (name "IO35" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -20.32 180) + (length 2.54) + (name "IO32" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -22.86 180) + (length 2.54) + (name "IO33" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Regulator_Linear:AZ1117-3.3" + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -3.81 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AZ1117-3.3" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 6.35 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.diodes.com/assets/Datasheets/AZ1117.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "1A 20V Fixed LDO Linear Regulator, 3.3V, SOT-89/SOT-223/TO-220/TO-252/TO-263" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Fixed Voltage Regulator 1A Positive LDO" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOT?223* SOT?89* TO?220* TO?252* TO?263*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AZ1117-3.3_0_1" + (rectangle + (start -5.08 1.905) + (end 5.08 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "AZ1117-3.3_1_1" + (pin power_in line + (at 0 -7.62 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 7.62 0 180) + (length 2.54) + (name "VO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -7.62 0 0) + (length 2.54) + (name "VI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Sensor:DHT11" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -3.81 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DHT11" + (at 3.81 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Sensor:Aosong_DHT11_5.5x12.0_P2.54mm" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://akizukidenshi.com/download/ds/aosong/DHT11.pdf" + (at 3.81 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Temperature and humidity module" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Digital temperature humidity sensor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Aosong*DHT11*5.5x12.0*P2.54mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "DHT11_0_1" + (rectangle + (start -5.08 5.08) + (end 5.08 -5.08) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "DHT11_1_1" + (pin power_in line + (at 0 7.62 270) + (length 2.54) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 7.62 0 180) + (length 2.54) + (name "IO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -5.08 0 0) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -7.62 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Switch:SW_Push" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "SW" + (at 1.27 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "SW_Push" + (at 0 -1.524 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Push button switch, generic, two pins" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "switch normally-open pushbutton push-button" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SW_Push_0_1" + (circle + (center -2.032 0) + (radius 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 1.27) (xy 0 3.048) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 1.27) (xy -2.54 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 2.032 0) + (radius 0.508) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:+3V3" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3V3\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "+3V3_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "+3V3_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "+3V3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "power:VBUS" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "VBUS_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VBUS_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:VCC" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "VCC_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VCC_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 241.3 146.05) + (diameter 0) + (color 0 0 0 0) + (uuid "063b49dc-2e60-4d6d-a97d-e5f09c16d5f7") + ) + (junction + (at 257.81 139.7) + (diameter 0) + (color 0 0 0 0) + (uuid "07c7507a-747e-4cdf-8d26-39f2f3ec471e") + ) + (junction + (at 257.81 38.1) + (diameter 0) + (color 0 0 0 0) + (uuid "0e817f48-c702-4af1-a173-16a81069e7dc") + ) + (junction + (at 257.81 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "192b5902-a3d2-4d21-8498-c71fb7e91a4b") + ) + (junction + (at 257.81 106.68) + (diameter 0) + (color 0 0 0 0) + (uuid "192ec5fd-9009-46d2-a67e-a6b961c4bd88") + ) + (junction + (at 59.69 170.18) + (diameter 0) + (color 0 0 0 0) + (uuid "1b65b0ef-cc69-45ee-845f-c130095c7ff9") + ) + (junction + (at 162.56 31.75) + (diameter 0) + (color 0 0 0 0) + (uuid "1dc45e16-4560-4738-8377-cc1449e4e759") + ) + (junction + (at 220.98 99.06) + (diameter 0) + (color 0 0 0 0) + (uuid "23da7759-6127-4229-b2b1-cef2af1f7be6") + ) + (junction + (at 48.26 80.01) + (diameter 0) + (color 0 0 0 0) + (uuid "24127de8-12d2-4192-b9a3-4e6b704c174e") + ) + (junction + (at 60.96 68.58) + (diameter 0) + (color 0 0 0 0) + (uuid "264bf213-92f1-4ce5-ae03-30d681c902db") + ) + (junction + (at 257.81 30.48) + (diameter 0) + (color 0 0 0 0) + (uuid "2e130174-a43b-42e4-8d3d-2e3c8b663024") + ) + (junction + (at 220.98 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "33d58d7e-4938-4630-bf0f-41c08f917797") + ) + (junction + (at 86.36 35.56) + (diameter 0) + (color 0 0 0 0) + (uuid "385a7de8-c0e8-47b7-81ab-a277a3550ff8") + ) + (junction + (at 82.55 121.92) + (diameter 0) + (color 0 0 0 0) + (uuid "3f8ba189-df32-482a-b60b-5cca87a70be5") + ) + (junction + (at 220.98 139.7) + (diameter 0) + (color 0 0 0 0) + (uuid "5dda30e8-72ff-499e-88ad-358db616281d") + ) + (junction + (at 77.47 68.58) + (diameter 0) + (color 0 0 0 0) + (uuid "5e52741d-61d7-4513-ac08-944b14f92616") + ) + (junction + (at 257.81 132.08) + (diameter 0) + (color 0 0 0 0) + (uuid "607a43f2-3328-4a6a-b6f2-956b8280f0d6") + ) + (junction + (at 204.47 77.47) + (diameter 0) + (color 0 0 0 0) + (uuid "6860e17c-bb24-476c-bebb-301e80fbd965") + ) + (junction + (at 24.13 78.74) + (diameter 0) + (color 0 0 0 0) + (uuid "7578b156-d5ba-44a3-951c-7eb0e7a979ba") + ) + (junction + (at 241.3 113.03) + (diameter 0) + (color 0 0 0 0) + (uuid "79ac590c-8761-499e-b5ed-429e55699f67") + ) + (junction + (at 58.42 35.56) + (diameter 0) + (color 0 0 0 0) + (uuid "83cbbd8f-bcd1-496e-93e4-a24865120094") + ) + (junction + (at 130.81 180.34) + (diameter 0) + (color 0 0 0 0) + (uuid "8bee8b4b-69ac-467f-925f-00603a14b3a1") + ) + (junction + (at 204.47 146.05) + (diameter 0) + (color 0 0 0 0) + (uuid "988c52d8-8440-4d5d-8081-5adc3c6a7bc2") + ) + (junction + (at 220.98 38.1) + (diameter 0) + (color 0 0 0 0) + (uuid "a51a89d0-27fd-4cda-8083-5ba0a8881b2c") + ) + (junction + (at 128.27 49.53) + (diameter 0) + (color 0 0 0 0) + (uuid "a5de7dca-3f31-492b-8531-e6ad20456ef5") + ) + (junction + (at 257.81 71.12) + (diameter 0) + (color 0 0 0 0) + (uuid "aa7e54f3-0971-470c-b65c-07c327119900") + ) + (junction + (at 204.47 44.45) + (diameter 0) + (color 0 0 0 0) + (uuid "ac04e863-aca9-47db-8aa8-f84490c8b6f9") + ) + (junction + (at 54.61 68.58) + (diameter 0) + (color 0 0 0 0) + (uuid "b3a4d803-5bc9-466a-9652-3ee4422a51d0") + ) + (junction + (at 144.78 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "b3ede771-b0a2-43b5-be3f-501658fbb58f") + ) + (junction + (at 220.98 71.12) + (diameter 0) + (color 0 0 0 0) + (uuid "b55856e5-7a4f-4b80-b18f-6dda2c2d6e04") + ) + (junction + (at 220.98 132.08) + (diameter 0) + (color 0 0 0 0) + (uuid "b785984f-7f61-4d9d-a888-d43ccd59aa63") + ) + (junction + (at 204.47 113.03) + (diameter 0) + (color 0 0 0 0) + (uuid "c1062b5d-d57e-4452-9157-c4808affcbb6") + ) + (junction + (at 152.4 31.75) + (diameter 0) + (color 0 0 0 0) + (uuid "cb068d09-fb24-4632-8e9e-e1653d1027c6") + ) + (junction + (at 220.98 30.48) + (diameter 0) + (color 0 0 0 0) + (uuid "ce6c6262-fa33-4994-bd9b-9b344e658e08") + ) + (junction + (at 82.55 123.19) + (diameter 0) + (color 0 0 0 0) + (uuid "d8b73bb3-c55f-4174-83ba-9fcd8451229d") + ) + (junction + (at 63.5 35.56) + (diameter 0) + (color 0 0 0 0) + (uuid "e623a3dd-5d04-4376-8208-c1b44392f0bd") + ) + (junction + (at 241.3 44.45) + (diameter 0) + (color 0 0 0 0) + (uuid "f00a70b8-3d6e-4f04-b0c7-1866b3d31969") + ) + (junction + (at 241.3 77.47) + (diameter 0) + (color 0 0 0 0) + (uuid "f44e422d-f465-4d72-9e29-4960eb5cfd19") + ) + (junction + (at 257.81 99.06) + (diameter 0) + (color 0 0 0 0) + (uuid "fb91687d-a56a-4318-b178-795d3c2ed2bf") + ) + (junction + (at 58.42 152.4) + (diameter 0) + (color 0 0 0 0) + (uuid "fbc99301-43c3-4e10-aa85-57dd012bdfef") + ) + (junction + (at 220.98 106.68) + (diameter 0) + (color 0 0 0 0) + (uuid "fd4edf3c-f882-485f-81c8-8ed720bd3cba") + ) + (wire + (pts + (xy 59.69 115.57) (xy 59.69 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "01972480-7c5f-401e-b66a-e1d562d92fad") + ) + (wire + (pts + (xy 128.27 49.53) (xy 147.32 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0222d130-a67d-4ee2-bc65-4b5a4ebdf3f4") + ) + (wire + (pts + (xy 55.88 152.4) (xy 58.42 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "03176cd9-f7c6-44e1-be2e-22240b32da0b") + ) + (wire + (pts + (xy 215.9 106.68) (xy 220.98 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "05b70f4a-52f0-4e77-a263-4e1b2959120b") + ) + (wire + (pts + (xy 215.9 99.06) (xy 220.98 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "067f4370-f648-4ef3-b1e7-62022f242feb") + ) + (wire + (pts + (xy 58.42 161.29) (xy 58.42 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0a1a38ae-a37a-4855-8bc3-89e22650a965") + ) + (wire + (pts + (xy 29.21 34.29) (xy 29.21 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0bc49d76-3024-4fdb-a6ba-5c872dc255ad") + ) + (wire + (pts + (xy 44.45 35.56) (xy 46.99 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "10703ef5-c29e-4900-9dc7-ce8da5b53738") + ) + (wire + (pts + (xy 128.27 180.34) (xy 130.81 180.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "11852d77-6cd6-4cfc-b017-383ebb32025e") + ) + (wire + (pts + (xy 83.82 161.29) (xy 58.42 161.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "11ae724c-7126-4962-9915-d9908c71f0ea") + ) + (wire + (pts + (xy 72.39 170.18) (xy 76.2 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "16241ea9-16f1-4861-a8c0-a31a2eb796c7") + ) + (wire + (pts + (xy 104.14 85.09) (xy 100.33 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1927b0e1-1b26-4c58-88b7-438f50d96577") + ) + (wire + (pts + (xy 215.9 132.08) (xy 220.98 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1ab2f07f-396e-4567-85b5-c2e920a04939") + ) + (wire + (pts + (xy 59.69 113.03) (xy 64.77 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1b80523d-9401-469b-a1d7-eefb247c842a") + ) + (wire + (pts + (xy 40.64 41.91) (xy 46.99 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1bf9a368-34d9-49d4-a76b-eb695d693032") + ) + (wire + (pts + (xy 252.73 38.1) (xy 257.81 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1e334274-e66e-4005-ad56-bafca4ce45be") + ) + (wire + (pts + (xy 60.96 68.58) (xy 77.47 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1f13dc34-c028-44fa-ab95-d7231b52c8f6") + ) + (wire + (pts + (xy 120.65 49.53) (xy 120.65 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1fb3d138-543e-4aa5-bdf1-341c6800aaa8") + ) + (wire + (pts + (xy 86.36 35.56) (xy 82.55 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2060cba1-b309-49c3-987f-ebda7c38d10c") + ) + (wire + (pts + (xy 60.96 92.71) (xy 64.77 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "235b46ef-9096-4308-abe1-5a1619ced017") + ) + (wire + (pts + (xy 257.81 69.85) (xy 257.81 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "244b0c55-aac1-4b46-89cd-6bd35aa33e1f") + ) + (wire + (pts + (xy 203.2 146.05) (xy 204.47 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2551de01-5c94-4c25-bd39-e676ed49db6d") + ) + (wire + (pts + (xy 259.08 138.43) (xy 257.81 138.43) + ) + (stroke + (width 0) + (type default) + ) + (uuid "26a432bd-c7cc-4a56-891f-263d2996511b") + ) + (wire + (pts + (xy 60.96 80.01) (xy 60.96 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "27dc12c3-b77e-4715-a4f2-16703e1284ee") + ) + (wire + (pts + (xy 252.73 132.08) (xy 257.81 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "29c3fcd6-29cc-4a60-b51a-7a0fe3e73334") + ) + (wire + (pts + (xy 60.96 66.04) (xy 60.96 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2bc34076-7510-48c1-8207-2afceaf7dc4f") + ) + (wire + (pts + (xy 259.08 36.83) (xy 257.81 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "30ad39fe-6b8b-4d48-87cb-09bcd72630e0") + ) + (wire + (pts + (xy 220.98 67.31) (xy 222.25 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "316a394d-9fe6-4e48-8562-adfe14d1e100") + ) + (wire + (pts + (xy 31.75 67.31) (xy 35.56 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "31b097f1-2e53-4584-bdd5-07ccad83ccdd") + ) + (wire + (pts + (xy 29.21 45.72) (xy 29.21 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "32e0289e-3462-4348-8cc8-64a2c17e0d5e") + ) + (wire + (pts + (xy 257.81 63.5) (xy 257.81 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "33e42db8-b34b-49a2-a5bd-f49f76909e19") + ) + (wire + (pts + (xy 220.98 102.87) (xy 222.25 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "37c47fd1-9a59-4af7-b448-a0b104a37354") + ) + (wire + (pts + (xy 152.4 31.75) (xy 152.4 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "37e4f7c3-c378-4f2d-8cca-8f183b463160") + ) + (wire + (pts + (xy 204.47 113.03) (xy 204.47 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3b6871a7-0fd4-4947-8496-4fc1c7e4533b") + ) + (wire + (pts + (xy 44.45 34.29) (xy 44.45 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3df7f21b-95b1-49ab-9bcd-23ca4fd41db8") + ) + (wire + (pts + (xy 220.98 132.08) (xy 220.98 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f79d49b-7147-4d16-8b62-a65cb505cc85") + ) + (wire + (pts + (xy 257.81 34.29) (xy 259.08 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "402bbe02-206f-4390-91fd-06e2c4ee07a3") + ) + (wire + (pts + (xy 60.96 80.01) (xy 64.77 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4033a9db-dcdf-4f7e-b085-94581a92394d") + ) + (wire + (pts + (xy 220.98 38.1) (xy 220.98 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "41934272-44e4-4a51-8100-114ce468aabe") + ) + (wire + (pts + (xy 128.27 46.99) (xy 128.27 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "45eada8f-f80d-4186-96c8-e53a522d5b51") + ) + (wire + (pts + (xy 257.81 132.08) (xy 257.81 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4a674b27-ccae-4341-b479-384661283458") + ) + (wire + (pts + (xy 24.13 78.74) (xy 21.59 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4bd2c6bb-81f7-4b5a-bd38-98ca09a521ea") + ) + (wire + (pts + (xy 240.03 44.45) (xy 241.3 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4e0d0687-b632-4a4c-9bd1-d0e785b9a8b5") + ) + (wire + (pts + (xy 82.55 123.19) (xy 82.55 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4e49426b-5e79-450a-8d1b-1b89d8d364ac") + ) + (wire + (pts + (xy 77.47 68.58) (xy 82.55 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "53417639-1386-4703-8f22-f4e84ccf8bff") + ) + (wire + (pts + (xy 257.81 102.87) (xy 259.08 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5580caa2-0c4d-43f8-9c23-cdc7b848a26d") + ) + (wire + (pts + (xy 36.83 60.96) (xy 36.83 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "563b0203-b15c-454b-8de5-9ac63d5afbf4") + ) + (wire + (pts + (xy 100.33 92.71) (xy 104.14 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "577ab87f-20a9-459b-b1dd-40ac40fd9c43") + ) + (wire + (pts + (xy 83.82 157.48) (xy 59.69 157.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "57a061f9-6b71-4069-8431-8728c328e9d6") + ) + (wire + (pts + (xy 82.55 121.92) (xy 82.55 120.65) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a775cd2-b959-40b5-b215-dcef0227269f") + ) + (wire + (pts + (xy 152.4 41.91) (xy 152.4 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5cc4cb7c-62f7-48f7-aefd-90d490304c05") + ) + (wire + (pts + (xy 72.39 152.4) (xy 76.2 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "62562dac-0b82-4f44-b239-dca18433f599") + ) + (wire + (pts + (xy 240.03 77.47) (xy 241.3 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "629b0b73-9ee4-49cc-897d-e61f207263cc") + ) + (wire + (pts + (xy 204.47 44.45) (xy 205.74 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "64b3514c-7cd8-47d3-9af9-6cfd10759586") + ) + (wire + (pts + (xy 220.98 139.7) (xy 220.98 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "66172d9e-d924-4cf8-a089-72c8ccc56972") + ) + (wire + (pts + (xy 83.82 165.1) (xy 83.82 161.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "68b5dbb5-ba41-4eea-874a-b3dff854ea80") + ) + (wire + (pts + (xy 257.81 138.43) (xy 257.81 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "69c69a73-ef2a-4982-9e50-c3f8e9508cef") + ) + (wire + (pts + (xy 48.26 80.01) (xy 54.61 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b6a9ef0-d6e4-46ac-815f-4a3e500909f2") + ) + (wire + (pts + (xy 240.03 113.03) (xy 241.3 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6bc0e060-854f-43d2-ab7b-6c3c769930ba") + ) + (wire + (pts + (xy 220.98 30.48) (xy 220.98 27.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6ca59a02-d804-4c10-9487-33dfabdc9ecd") + ) + (wire + (pts + (xy 144.78 41.91) (xy 152.4 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "730f6431-0602-444b-90b0-8bf7cc81ee69") + ) + (wire + (pts + (xy 257.81 36.83) (xy 257.81 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "745dad6d-97ad-4604-a085-a52d6dbfc51c") + ) + (wire + (pts + (xy 162.56 31.75) (xy 162.56 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7483e4e8-8621-4ecc-b5b0-f256ead71f64") + ) + (wire + (pts + (xy 257.81 135.89) (xy 259.08 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "748699be-a7f5-47a5-b975-bde4fa2a81c2") + ) + (wire + (pts + (xy 252.73 99.06) (xy 257.81 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "74a35f4a-3294-4d09-8666-d6bf89d01874") + ) + (wire + (pts + (xy 220.98 34.29) (xy 222.25 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "75a072e1-7097-4883-bce5-6338f426d8af") + ) + (wire + (pts + (xy 59.69 157.48) (xy 59.69 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "77cf5cbb-75a6-4d3f-9891-c6af38b60b23") + ) + (wire + (pts + (xy 215.9 38.1) (xy 220.98 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7917e364-1446-464b-a200-3386226974c5") + ) + (wire + (pts + (xy 257.81 67.31) (xy 259.08 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "793bad72-6dbf-4560-bc11-aa7e3b2a279d") + ) + (wire + (pts + (xy 82.55 125.73) (xy 82.55 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "79545a6d-19e0-42e0-a46b-23bde504ecc0") + ) + (wire + (pts + (xy 241.3 146.05) (xy 242.57 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "79c4389c-9a8c-45f3-a7ba-0882174eeaff") + ) + (wire + (pts + (xy 144.78 43.18) (xy 144.78 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7c61fb67-287d-4fb1-a99e-a3a1b60999eb") + ) + (wire + (pts + (xy 252.73 63.5) (xy 257.81 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d0b1b9e-7737-493b-ae20-cb9b700877cf") + ) + (wire + (pts + (xy 220.98 30.48) (xy 220.98 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7fb0d43e-f32f-475c-8125-95334e1cc517") + ) + (wire + (pts + (xy 252.73 106.68) (xy 257.81 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "81147d24-67a9-4cd6-976d-8078e942d790") + ) + (wire + (pts + (xy 203.2 77.47) (xy 204.47 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8120519c-b0c8-4e57-9b20-d66a64543fff") + ) + (wire + (pts + (xy 241.3 44.45) (xy 241.3 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "822fa4e4-a94e-4309-a568-1228984abd84") + ) + (wire + (pts + (xy 27.94 45.72) (xy 29.21 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "82c6ea79-f688-4c4d-9c36-260b2c06d30e") + ) + (wire + (pts + (xy 220.98 105.41) (xy 220.98 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "82f37b1c-ee3a-4451-8ec6-2d8279944fbf") + ) + (wire + (pts + (xy 82.55 121.92) (xy 85.09 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "832938d9-6d5c-4f1a-ab9d-422e21eec07f") + ) + (wire + (pts + (xy 48.26 68.58) (xy 54.61 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "83bc149e-ab00-4e97-a9f2-3d8ba6b07d34") + ) + (wire + (pts + (xy 54.61 35.56) (xy 58.42 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "847650d1-56e9-4334-b922-a380be03fa5c") + ) + (wire + (pts + (xy 48.26 71.12) (xy 48.26 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "85243860-3084-464f-b24d-0884644f02d7") + ) + (wire + (pts + (xy 220.98 138.43) (xy 220.98 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "86b47386-0cf4-4992-b4c0-239fe9bdada0") + ) + (wire + (pts + (xy 204.47 77.47) (xy 205.74 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "86fd5ea7-2b38-4e08-b5aa-e8d104b0e2b3") + ) + (wire + (pts + (xy 240.03 146.05) (xy 241.3 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8779d625-efb1-4e7f-a8e8-4cc48933cf0c") + ) + (wire + (pts + (xy 220.98 36.83) (xy 220.98 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8790c138-5b52-4014-b179-48609129bf91") + ) + (wire + (pts + (xy 222.25 69.85) (xy 220.98 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "87cac27f-79e8-41fb-af6c-267c44c358e4") + ) + (wire + (pts + (xy 85.09 121.92) (xy 85.09 120.65) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8cbce38d-d524-4446-a8af-b86522f0502b") + ) + (wire + (pts + (xy 215.9 139.7) (xy 220.98 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8d73b8da-d81c-4fd8-a81a-b5537fa40c96") + ) + (wire + (pts + (xy 257.81 105.41) (xy 257.81 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8db78d25-a243-4722-8dad-cb2d85b7e4a1") + ) + (wire + (pts + (xy 86.36 48.26) (xy 86.36 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "900f6d1c-8af3-41ab-818c-8e82d8004b3f") + ) + (wire + (pts + (xy 215.9 63.5) (xy 220.98 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "91790b62-5b67-48a3-84b9-848654977cab") + ) + (wire + (pts + (xy 27.94 34.29) (xy 29.21 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "92acf5bf-35cf-40ee-b90c-a6a7f298f5bf") + ) + (wire + (pts + (xy 222.25 105.41) (xy 220.98 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "92b510d4-de22-4459-9372-33f3d585d732") + ) + (wire + (pts + (xy 204.47 113.03) (xy 205.74 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "943b0151-345f-4874-9931-e847fdcdfc29") + ) + (wire + (pts + (xy 21.59 78.74) (xy 21.59 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "947de201-236d-403c-bacf-f646643f151d") + ) + (wire + (pts + (xy 222.25 138.43) (xy 220.98 138.43) + ) + (stroke + (width 0) + (type default) + ) + (uuid "951db68b-d43f-49e1-8287-85b425cfdf55") + ) + (wire + (pts + (xy 58.42 35.56) (xy 63.5 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "95fefbd3-0ca8-4bda-9a01-6c0fefa7265e") + ) + (wire + (pts + (xy 144.78 41.91) (xy 144.78 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "96367f3e-1510-4440-9298-336bace63fdd") + ) + (wire + (pts + (xy 257.81 63.5) (xy 257.81 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9b1b2fa1-98a5-4990-8178-05a197ffd187") + ) + (wire + (pts + (xy 120.65 49.53) (xy 128.27 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9bacd34a-a768-4911-bb22-73401647aa8b") + ) + (wire + (pts + (xy 31.75 62.23) (xy 36.83 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9cdd962a-8400-4259-b1a6-4234fa753759") + ) + (wire + (pts + (xy 143.51 54.61) (xy 147.32 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9cf447cf-5a84-4072-a4c3-f4404d40efd7") + ) + (wire + (pts + (xy 241.3 77.47) (xy 241.3 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9e7985be-1ea5-470e-b0c1-6a50c937dab3") + ) + (wire + (pts + (xy 257.81 139.7) (xy 257.81 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9ef2dde7-bd7c-4072-a5ba-338b01e57c96") + ) + (wire + (pts + (xy 257.81 30.48) (xy 257.81 27.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a230c41e-20c1-4c7b-8441-cd8aadf1d608") + ) + (wire + (pts + (xy 40.64 40.64) (xy 40.64 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a2649588-ef07-41df-8556-6f8d32c79dab") + ) + (wire + (pts + (xy 204.47 77.47) (xy 204.47 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a272eac2-d385-415a-89c0-c06a47dc4e68") + ) + (wire + (pts + (xy 257.81 99.06) (xy 257.81 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a3d2ee22-beb4-43a1-a508-15e8984801a0") + ) + (wire + (pts + (xy 104.14 95.25) (xy 100.33 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a5748c08-6eab-4d7a-804c-4da4eee8d016") + ) + (wire + (pts + (xy 54.61 68.58) (xy 60.96 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a7938a2a-0681-4925-9e4f-63b06fcc4f40") + ) + (wire + (pts + (xy 257.81 132.08) (xy 257.81 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a9cbfe17-3aa6-46d1-a18f-8eaa54fdc33f") + ) + (wire + (pts + (xy 59.69 125.73) (xy 59.69 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa001c65-3944-450c-9be6-5b9a1dcd2494") + ) + (wire + (pts + (xy 29.21 30.48) (xy 29.21 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "abdeb43a-3af0-426d-a6e1-d1216380f58b") + ) + (wire + (pts + (xy 220.98 99.06) (xy 220.98 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ad11a7a5-3b5e-4d6f-9f6d-7aa85f710e8e") + ) + (wire + (pts + (xy 104.14 100.33) (xy 100.33 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ada1f7ff-9617-42ab-9cc8-37534f82c977") + ) + (wire + (pts + (xy 48.26 78.74) (xy 48.26 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b1819c90-4fb4-4f5e-b430-c60bd07e768b") + ) + (wire + (pts + (xy 257.81 38.1) (xy 257.81 39.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b1902034-a0bd-4785-9050-2eedc4186cd6") + ) + (wire + (pts + (xy 204.47 146.05) (xy 204.47 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b221f419-fb67-46b9-9b37-63741f5085b5") + ) + (wire + (pts + (xy 259.08 105.41) (xy 257.81 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b237bb8c-dd13-46bf-84d5-42c1afc1c32d") + ) + (wire + (pts + (xy 29.21 48.26) (xy 29.21 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b2653cce-ea8c-4593-994a-f8e35bdf2b3c") + ) + (wire + (pts + (xy 77.47 68.58) (xy 77.47 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b2a11a9e-74ff-40a2-a162-b30fd55f086c") + ) + (wire + (pts + (xy 162.56 29.21) (xy 162.56 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b416133f-729d-4876-bb96-c6ee745cf708") + ) + (wire + (pts + (xy 27.94 48.26) (xy 29.21 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b5d3f3af-6dd5-4a9a-b2a4-f69abe7a7615") + ) + (wire + (pts + (xy 58.42 41.91) (xy 54.61 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b73dbcec-5801-4f53-8a0b-bbc342f7659c") + ) + (wire + (pts + (xy 252.73 139.7) (xy 257.81 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b7de624b-7f45-4f8b-8916-4c1e94ce2db9") + ) + (wire + (pts + (xy 86.36 33.02) (xy 86.36 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b7e2ae4b-b200-466b-bc84-22f12c2f636a") + ) + (wire + (pts + (xy 74.93 48.26) (xy 74.93 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b8422308-056c-43e4-8da4-b315dfd42973") + ) + (wire + (pts + (xy 222.25 36.83) (xy 220.98 36.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b8ecdd4b-4963-4c9d-8d7d-8de0a425eb82") + ) + (wire + (pts + (xy 241.3 44.45) (xy 242.57 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b9386d6a-bc23-4b87-a123-b6e7b3d48c84") + ) + (wire + (pts + (xy 162.56 118.11) (xy 162.56 115.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ba058eee-7593-4c2f-bba2-ea562617ff72") + ) + (wire + (pts + (xy 82.55 68.58) (xy 82.55 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ba0aeb71-a76c-461c-8f18-083e982ae640") + ) + (wire + (pts + (xy 257.81 71.12) (xy 257.81 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ba2a91bd-9838-41ac-a1a3-694c207fe19e") + ) + (wire + (pts + (xy 128.27 50.8) (xy 128.27 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bbca15b6-09e1-4527-9a19-8f247f2dd0c2") + ) + (wire + (pts + (xy 120.65 129.54) (xy 120.65 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "be2fbea4-ee50-45f3-90e9-a17e777a6563") + ) + (wire + (pts + (xy 252.73 30.48) (xy 257.81 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "be98216b-61b5-4a3a-8cd3-4c923a3ec22c") + ) + (wire + (pts + (xy 220.98 69.85) (xy 220.98 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bf72e3b2-6fe0-438d-8b22-87644a1f0b95") + ) + (wire + (pts + (xy 241.3 113.03) (xy 241.3 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bf99be7e-0dc4-411a-8558-cf1e863f1c8d") + ) + (wire + (pts + (xy 181.61 52.07) (xy 177.8 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c14e0b28-bd3c-46b7-bc4e-7f278745dd7c") + ) + (wire + (pts + (xy 55.88 170.18) (xy 59.69 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c1943a42-6e24-4ba2-9c22-bcdd1c3c240c") + ) + (wire + (pts + (xy 181.61 49.53) (xy 177.8 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c19bddc9-ae29-47da-ae6b-60d8575697bc") + ) + (wire + (pts + (xy 252.73 71.12) (xy 257.81 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c26020b6-e382-4108-876a-637d0bbebc17") + ) + (wire + (pts + (xy 144.78 31.75) (xy 152.4 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c2a54241-ba53-45a5-8e8c-4480c7ad0350") + ) + (wire + (pts + (xy 241.3 146.05) (xy 241.3 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c6522933-b11f-428c-9e82-b6c676009583") + ) + (wire + (pts + (xy 241.3 77.47) (xy 242.57 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c7274c5d-de27-4025-b7d5-12939a850b56") + ) + (wire + (pts + (xy 259.08 69.85) (xy 257.81 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c7e3a304-dcd3-4ffb-a753-253eac08c941") + ) + (wire + (pts + (xy 220.98 132.08) (xy 220.98 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c7e9b923-55e2-4ed0-963c-0ef185d72083") + ) + (wire + (pts + (xy 63.5 35.56) (xy 67.31 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb903297-796f-470e-8675-d198a1d71625") + ) + (wire + (pts + (xy 86.36 38.1) (xy 86.36 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ce04394b-8f60-4ea2-816e-319a6aaf4955") + ) + (wire + (pts + (xy 59.69 170.18) (xy 64.77 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d4498775-2197-48c5-976d-3a45e6a8acef") + ) + (wire + (pts + (xy 24.13 77.47) (xy 24.13 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d893e676-1db4-499e-afe5-983e524a1624") + ) + (wire + (pts + (xy 215.9 30.48) (xy 220.98 30.48) + ) + (stroke + (width 0) + (type default) + ) + (uuid "da05dba9-c679-4fd6-a883-ab9652b59635") + ) + (wire + (pts + (xy 48.26 80.01) (xy 48.26 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "db57e0e6-22ae-44c2-8d8b-74a9f0e596ec") + ) + (wire + (pts + (xy 144.78 33.02) (xy 144.78 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dcee18bd-293c-4bb4-84bb-81d600b69145") + ) + (wire + (pts + (xy 54.61 80.01) (xy 54.61 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ddb81b38-968d-424d-b1d2-d6d9e2467469") + ) + (wire + (pts + (xy 204.47 44.45) (xy 204.47 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e092595d-56a6-4e6f-a814-ed06fb38d392") + ) + (wire + (pts + (xy 257.81 30.48) (xy 257.81 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e1fc3637-5549-42cf-81ba-a022813d87aa") + ) + (wire + (pts + (xy 63.5 35.56) (xy 63.5 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e256b4de-60a7-4ba1-9f8f-93795fb34a57") + ) + (wire + (pts + (xy 215.9 71.12) (xy 220.98 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e279335a-584e-4a52-a8e9-93eead8acd48") + ) + (wire + (pts + (xy 29.21 31.75) (xy 27.94 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e2b871e3-4230-4018-b930-82e384255c1c") + ) + (wire + (pts + (xy 162.56 31.75) (xy 152.4 31.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e39c8b5c-796d-4900-af0c-87f84d5aa922") + ) + (wire + (pts + (xy 241.3 113.03) (xy 242.57 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e3b21d04-0cdf-449a-9b40-3e023131ab35") + ) + (wire + (pts + (xy 133.35 180.34) (xy 130.81 180.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e3e872e9-0bae-469b-8b89-65f04b5fa95f") + ) + (wire + (pts + (xy 111.76 129.54) (xy 111.76 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e5e97b83-12fc-4b3a-9167-cd078aadaf09") + ) + (wire + (pts + (xy 54.61 71.12) (xy 54.61 68.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e667bc3c-dc38-4b67-9b99-8af6b1326b89") + ) + (wire + (pts + (xy 220.98 63.5) (xy 220.98 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e729b836-d39f-4c34-aa72-5c7d2702f117") + ) + (wire + (pts + (xy 257.81 99.06) (xy 257.81 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e974742e-a160-4172-953d-9c9e0b18d6a5") + ) + (wire + (pts + (xy 35.56 69.85) (xy 31.75 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9c81787-8ce4-4929-997f-7972e79c955c") + ) + (wire + (pts + (xy 137.16 129.54) (xy 137.16 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ea7cfcf7-b5e8-4846-b0c5-8023f88dee1f") + ) + (wire + (pts + (xy 129.54 129.54) (xy 129.54 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eac45523-2a4d-4d3c-ba44-c543902c2c22") + ) + (wire + (pts + (xy 203.2 44.45) (xy 204.47 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eacf6da9-b693-4382-80fc-1c73b0ecfc78") + ) + (wire + (pts + (xy 58.42 152.4) (xy 64.77 152.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f09c4701-9567-4ae1-a470-57accad69958") + ) + (wire + (pts + (xy 257.81 106.68) (xy 257.81 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f1061bb6-c325-4108-9108-3646eeaeb2cc") + ) + (wire + (pts + (xy 220.98 71.12) (xy 220.98 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f476ca72-5882-4ea4-be01-8ed5a5658beb") + ) + (wire + (pts + (xy 204.47 146.05) (xy 205.74 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f5599323-8d3d-4062-bc12-33e9a66e0921") + ) + (wire + (pts + (xy 220.98 99.06) (xy 220.98 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f612a2e6-3f05-4dcb-95ea-86b59965b44c") + ) + (wire + (pts + (xy 83.82 143.51) (xy 83.82 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f6a09701-3348-4fb6-aba5-720bffb0d523") + ) + (wire + (pts + (xy 58.42 35.56) (xy 58.42 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f7ae2253-7b70-4111-a2b1-1a562b9bd45e") + ) + (wire + (pts + (xy 60.96 95.25) (xy 64.77 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f8bd4684-62e4-43ae-9eee-37f6c7dd8c7c") + ) + (wire + (pts + (xy 220.98 135.89) (xy 222.25 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f9394519-30a8-4cef-84c6-bc8d980d6377") + ) + (wire + (pts + (xy 83.82 179.07) (xy 83.82 175.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fb400d67-edb7-4ab4-b911-01ef31df91ee") + ) + (wire + (pts + (xy 220.98 106.68) (xy 220.98 107.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd8b29ba-4d2a-4baa-9202-2c226a3404aa") + ) + (wire + (pts + (xy 130.81 180.34) (xy 130.81 179.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fe3abc7e-7eb6-4d3e-b56e-ad5d2f2a9bf6") + ) + (wire + (pts + (xy 203.2 113.03) (xy 204.47 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fee5cacd-5330-405d-8bd0-c1e117a57048") + ) + (wire + (pts + (xy 63.5 48.26) (xy 63.5 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ff3fde4a-75ec-4c56-adfe-360ee6b72351") + ) + (wire + (pts + (xy 181.61 57.15) (xy 177.8 57.15) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ff62b0fc-f82c-4413-ba75-f7d99165d382") + ) + (wire + (pts + (xy 220.98 63.5) (xy 220.98 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ffb2cf8c-7fbf-431b-a29e-f3c3906593e4") + ) + (wire + (pts + (xy 24.13 80.01) (xy 24.13 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fff42618-f51c-4cb9-943e-6319e07af694") + ) + (text "PIR sensor input" + (exclude_from_sim no) + (at 152.4 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "1f3cca56-f077-400f-9f7d-715397c2db81") + ) + (text "Mounting holes" + (exclude_from_sim no) + (at 152.4 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "25bae4a9-5c4e-4838-9e98-f50c747a7124") + ) + (text "Temp / Humidity" + (exclude_from_sim no) + (at 101.6 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "73a1a6dd-472e-4f6d-8184-f120894d6881") + ) + (text "LEDs" + (exclude_from_sim no) + (at 109.22 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "a071834d-7515-4c33-80a5-7f1571a7b9c1") + ) + (text "Automatic bootloader reset" + (exclude_from_sim no) + (at 46.99 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "a1986d26-3e18-4bc1-bc1b-b02bdd9b8511") + ) + (label "LED4" + (at 177.8 82.55 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "04ba38dc-28e2-45bb-addf-ea54bf6b288e") + ) + (label "LED4" + (at 137.16 121.92 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "1f41b207-29d5-4553-b373-6f9d73678c4c") + ) + (label "USB_RX" + (at 104.14 95.25 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "208c2f12-31ca-43fe-bf33-009b361f9ae3") + ) + (label "CH_8" + (at 177.8 74.93 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "22c79b74-028b-470d-b26f-01b586d6e1fe") + ) + (label "USB_TX" + (at 181.61 57.15 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "25f66d50-b68f-4a3a-bc47-cdf290930985") + ) + (label "USB_DTR" + (at 104.14 85.09 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "27aa902f-3133-48b6-bc2d-cb3de24c5a2e") + ) + (label "CH_3" + (at 203.2 77.47 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "27d82d1c-e0ed-4b01-a04d-d718367269c9") + ) + (label "PIR_A" + (at 143.51 54.61 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "2dfa9d09-ceac-455a-92ba-7839bb84833e") + ) + (label "USB_TX" + (at 104.14 92.71 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "4893361d-159a-4278-abff-d5e2fa9b32f8") + ) + (label "USB_DM" + (at 35.56 69.85 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "49401475-0272-4edc-842a-9db70c32eb39") + ) + (label "CH_6" + (at 240.03 113.03 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "4e40b351-e3d0-48a6-b25d-4512e9c67e0d") + ) + (label "USB_RTS" + (at 55.88 170.18 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "4e459c18-83be-49ba-ab8c-605f42d68969") + ) + (label "CH_1" + (at 203.2 44.45 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "536d45df-df6a-4bac-bcfc-4fd4a3dfcabf") + ) + (label "PIR_A" + (at 156.21 147.32 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "545f219c-e075-40af-b934-0448e352d504") + ) + (label "IO0" + (at 83.82 179.07 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "549b8fa3-56d1-4cc2-b699-bb8d644861bc") + ) + (label "CH_2" + (at 240.03 44.45 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "59540b58-66fe-49b2-b117-17527432de69") + ) + (label "USB_DP" + (at 35.56 67.31 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "5a6fea8e-fe2f-4cfd-aa09-1086a06df86c") + ) + (label "IO0" + (at 181.61 49.53 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "686617c1-fc7b-40f8-9f75-62abe5e86edd") + ) + (label "CH_6" + (at 177.8 54.61 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "69db3298-82c3-4f96-856b-5edab83af70f") + ) + (label "LED3" + (at 129.54 121.92 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6f9e2502-acd2-4c60-a4d5-c2bd225ac05e") + ) + (label "CH_7" + (at 203.2 146.05 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "713ad8e8-9599-45aa-b527-14ed84736dd6") + ) + (label "EN" + (at 83.82 143.51 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "78f1334b-c8ae-43b5-8db9-f6d25e3b485a") + ) + (label "USB_DP" + (at 60.96 95.25 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "7df816fd-83eb-4528-9118-0b93815f4c88") + ) + (label "CH_1" + (at 177.8 92.71 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "8247d141-9e56-4687-909a-b751a51b587a") + ) + (label "LED1" + (at 177.8 90.17 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "8634751c-612a-4f3d-9cb1-b49241793939") + ) + (label "EN" + (at 127 49.53 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "88170df2-0060-4a14-bc96-e2e85bf90998") + ) + (label "CH_4" + (at 177.8 69.85 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "89c4767f-2892-4141-9838-6947a054b39b") + ) + (label "CH_4" + (at 240.03 77.47 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "8c1749f7-6194-4ded-a3ab-a7ae6eb8b576") + ) + (label "CH_8" + (at 240.03 146.05 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "8f4b2f5b-9ac9-4eb3-bf75-529131d2992d") + ) + (label "LED1" + (at 111.76 121.92 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "8fa5e85b-37d5-4220-b021-ec6905e4bf83") + ) + (label "CH_3" + (at 177.8 97.79 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9f42e363-56c6-4fcf-9002-51e438f8f466") + ) + (label "LED2" + (at 177.8 87.63 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ace04338-80ce-4347-9738-84e44a35ba5a") + ) + (label "CH_5" + (at 203.2 113.03 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "b10373ad-2ce5-4941-bf94-00466241dd79") + ) + (label "CH_5" + (at 177.8 67.31 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "b8135ac7-8ddb-468c-8df8-5488a4b9420a") + ) + (label "CH_2" + (at 177.8 95.25 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "b8e51b9f-3424-405b-86ae-3322663a3408") + ) + (label "DHT_IO" + (at 177.8 77.47 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "bc58afbc-7739-481a-b293-935b9abfb4af") + ) + (label "LED2" + (at 120.65 121.92 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c0397c99-aaba-4670-966b-7236154cf733") + ) + (label "USB_RTS" + (at 104.14 100.33 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "cef97877-8da3-4e52-b00b-ab8d481bc992") + ) + (label "LED3" + (at 177.8 85.09 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d242c073-3615-4a3b-b97b-3032ef8fbf7c") + ) + (label "DHT_IO" + (at 133.35 180.34 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "dc6228f0-fb06-4cde-8341-8956ccc67ecc") + ) + (label "USB_DTR" + (at 55.88 152.4 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "e1d7824e-d036-4d08-ae10-7be2a570b6dc") + ) + (label "USB_RX" + (at 181.61 52.07 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "e6bce472-50bc-4f5b-998f-7118154d0a6f") + ) + (label "CH_7" + (at 177.8 59.69 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f0af9457-fb67-4ae3-b080-54605a6c720f") + ) + (label "USB_DM" + (at 60.96 92.71 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "f302c776-b882-413b-a658-d36ed1964a99") + ) + (symbol + (lib_id "RF_Module:ESP32-WROOM-32") + (at 162.56 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da6edcb") + (property "Reference" "U3" + (at 151.13 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ESP32-WROOM-32" + (at 172.72 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "RF_Module:ESP32-WROOM-32" + (at 162.56 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf" + (at 154.94 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 162.56 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "de919ad4-77b6-4d20-bb8a-e295325ebf73") + ) + (pin "10" + (uuid "ae445688-d9ab-4611-9bbd-a1174f3104b7") + ) + (pin "11" + (uuid "c6bdd669-8397-4aac-bb7d-e621a0ecb96d") + ) + (pin "12" + (uuid "124da221-27e4-4919-994a-f39ce791bf1b") + ) + (pin "13" + (uuid "b29686d4-665c-4a5b-ab46-24398d3ed0d0") + ) + (pin "14" + (uuid "a0a8031a-9778-4d17-a3a7-2a8cca83fd3a") + ) + (pin "15" + (uuid "d3af685b-c446-4bd5-90aa-5af57dc987c9") + ) + (pin "16" + (uuid "2c3ea29e-7c0a-4cef-b853-998e369732f5") + ) + (pin "17" + (uuid "4226749f-bde4-484e-b976-3b644bd4e280") + ) + (pin "18" + (uuid "7f2dfc58-f9a0-4cd2-b228-593a2a68468a") + ) + (pin "19" + (uuid "e3c02192-44ee-4ba0-b629-c21a35190d9f") + ) + (pin "2" + (uuid "021b6924-d880-4227-85dc-c970a206b639") + ) + (pin "20" + (uuid "b3da5821-ff43-40bf-8e1c-0240ae838fd6") + ) + (pin "21" + (uuid "a6c41d80-6959-4359-899c-8b786915e593") + ) + (pin "22" + (uuid "1cfe438f-9a85-4d10-8c97-c7c7a1fa21df") + ) + (pin "23" + (uuid "6b8d6302-7e25-4c4f-b512-e75f0fc1284a") + ) + (pin "24" + (uuid "890aa2a1-d461-4897-b5a1-ffbe328f229c") + ) + (pin "25" + (uuid "4fefcbda-50be-49d9-8aa9-8a515e476ba1") + ) + (pin "26" + (uuid "34b89008-59de-4d55-9b59-d6bf7c683a4e") + ) + (pin "27" + (uuid "f1806d81-4814-484e-9c8d-25412ed47860") + ) + (pin "28" + (uuid "f9391c46-4a43-4a84-8de5-0651c94477e6") + ) + (pin "29" + (uuid "6a895142-f273-4985-a209-8b1fa7d54537") + ) + (pin "3" + (uuid "7cc278b8-1c70-436b-9397-eb8533c919f2") + ) + (pin "30" + (uuid "162d65af-72da-444c-8f26-4312c8c73fb2") + ) + (pin "31" + (uuid "eeb05339-0ab2-463d-b692-6ee20109ad95") + ) + (pin "32" + (uuid "397427e0-3293-42b7-87b9-bc626b927fa6") + ) + (pin "33" + (uuid "dc65658e-47f2-4e9a-9df5-12025e499eb7") + ) + (pin "34" + (uuid "36b42967-5fba-4a2a-9dfb-5e100d5b03f6") + ) + (pin "35" + (uuid "0442f12e-8530-47ca-8cd9-178baaedc1f8") + ) + (pin "36" + (uuid "f268d8e7-30de-40cb-9d1a-64e9c19da5fe") + ) + (pin "37" + (uuid "634317a7-4527-4d87-8130-e907a8a19f6d") + ) + (pin "38" + (uuid "438ff4e5-6c1f-47d8-ad29-b762a3d5898f") + ) + (pin "39" + (uuid "4e694a4f-a0d6-4764-a1f5-d7a4df69b5c2") + ) + (pin "4" + (uuid "5abe54fa-54c1-40f6-80f2-33cb8abbfa7b") + ) + (pin "5" + (uuid "a5aa1199-23e1-4753-bdd1-36069b5551c5") + ) + (pin "6" + (uuid "16cbac0d-6bf7-4320-b4e7-3be189573a66") + ) + (pin "7" + (uuid "a9cd993f-a76d-476f-855f-dc2dab06cc06") + ) + (pin "8" + (uuid "b41720ab-18f6-4179-9a9b-a73e2015c0d9") + ) + (pin "9" + (uuid "ee4dae43-9000-48f9-b6fe-fa68d218b74f") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 218.44 44.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da71c46") + (property "Reference" "Q3" + (at 223.6724 43.2816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GSD" + (at 223.6724 45.593 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 223.52 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "21f908f4-8a50-4bdd-9947-5144deb1a4c9") + ) + (pin "2" + (uuid "c0fbacf0-8f16-4f6b-a666-4664f2e127d2") + ) + (pin "3" + (uuid "e189b9f8-3791-4bb0-bad2-458960820dbd") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "Q3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Regulator_Linear:AZ1117-3.3") + (at 74.93 35.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da730f7") + (property "Reference" "U1" + (at 74.93 29.4132 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AZ1117-3.3" + (at 74.93 31.7246 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-223-3_TabPin2" + (at 74.93 29.21 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.diodes.com/assets/Datasheets/AZ1117.pdf" + (at 74.93 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 74.93 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C92102" + (at 74.93 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Diodes Incorporated" + (at 218.44 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AZ1117CH-3.3TRG1" + (at 218.44 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f11f1614-df44-45c1-8725-deca3756fc7a") + ) + (pin "2" + (uuid "b1e209ca-0988-4355-85a8-4f6e205a1d8a") + ) + (pin "3" + (uuid "6259c954-5e3e-4299-84f0-5cd038bc6e46") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 63.5 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da74db0") + (property "Reference" "C4" + (at 66.421 40.7416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 66.421 43.053 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 64.4652 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C15849" + (at 63.5 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL10A105KB8NNNC" + (at 218.44 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9183a042-7da0-4f93-a2bf-f7910ddc4f02") + ) + (pin "2" + (uuid "6d380a63-399e-4f21-be6d-6e829514e943") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 50.8 35.56 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da76d9b") + (property "Reference" "D1" + (at 54.61 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 52.07 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 50.8 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 50.8 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 50.8 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at -116.84 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at -116.84 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "871e0b52-5bb0-40ba-9491-7d6c5413314f") + ) + (pin "2" + (uuid "6962dfe4-21ba-402a-b703-42ae040225a0") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 29.21 35.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da77c04") + (property "Reference" "#PWR0101" + (at 29.21 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 29.337 39.9542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 29.21 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5c5a9b23-a1dc-418a-90c8-e323be2c3e1c") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 63.5 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da78857") + (property "Reference" "#PWR0102" + (at 63.5 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 63.627 52.6542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 63.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 63.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7d43842a-03ef-4142-89ae-050f102fc5b3") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0102") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 74.93 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da78c21") + (property "Reference" "#PWR0103" + (at 74.93 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 75.057 52.6542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 74.93 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 74.93 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 74.93 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "63a0c0d1-334d-47e0-ab38-85d2c63589d5") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0103") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:USB_B_Micro") + (at 24.13 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da7925b") + (property "Reference" "J2" + (at 25.5778 55.4482 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "USB_B_Micro" + (at 25.5778 57.7596 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_USB:USB_Micro-B_Molex-105017-0001" + (at 27.94 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 27.94 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 24.13 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dcec0d11-d501-445f-b0ca-ed9eee035597") + ) + (pin "2" + (uuid "abac7bfb-70dc-4d6b-8f43-4f7c7c138a06") + ) + (pin "3" + (uuid "48a1e730-373f-4244-a8b4-599b1ad50b43") + ) + (pin "4" + (uuid "228c57db-4e5b-4601-bce8-506a6524c608") + ) + (pin "5" + (uuid "a8539ae2-d132-44e7-918f-afb1e5579a4f") + ) + (pin "6" + (uuid "c06fa25d-bf9a-40b6-8632-bb00c548c31f") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 29.21 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da7c119") + (property "Reference" "#PWR0104" + (at 29.21 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 31.75 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 29.21 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2db9e162-e199-4886-8fdd-47bbbc41ed3e") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0104") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 22.86 31.75 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da7dc09") + (property "Reference" "J1" + (at 22.86 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 25.4 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 22.86 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 22.86 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 22.86 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "19f8a945-6fb8-410c-9dfb-2a804b98c056") + ) + (pin "2" + (uuid "af81fbc7-776f-4e53-af0a-61d436e40924") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 50.8 41.91 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da82fba") + (property "Reference" "D2" + (at 54.61 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 52.07 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 50.8 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 50.8 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 50.8 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 50.8 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at -116.84 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at -116.84 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ff049601-f4fd-4f62-8801-71096d4db8ed") + ) + (pin "2" + (uuid "fe3a49ec-47ae-488b-b583-3b051edb8b7f") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 44.45 34.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da83875") + (property "Reference" "#PWR0105" + (at 44.45 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 46.99 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 44.45 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 44.45 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 44.45 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "713cd3f9-58cd-4aad-8191-5974d0665d01") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0105") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 40.64 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da83ec4") + (property "Reference" "#PWR0106" + (at 40.64 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (at 41.021 36.2458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 40.64 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 40.64 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 40.64 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2f7a8c1f-8161-4138-916e-7503010dff62") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0106") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 36.83 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da84a28") + (property "Reference" "#PWR0107" + (at 36.83 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (at 37.211 56.5658 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 36.83 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 36.83 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 36.83 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "280945ca-9307-4cfe-b95c-2eb0530e5943") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0107") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 24.13 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da8556b") + (property "Reference" "#PWR0108" + (at 24.13 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 24.257 84.4042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 24.13 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 24.13 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 24.13 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f688970c-f69f-46ad-ab92-2765833a7bce") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0108") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Interface_USB:CP2104") + (at 82.55 95.25 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da8724c") + (property "Reference" "U2" + (at 69.85 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "CP2104" + (at 76.2 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm" + (at 86.36 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "https://www.silabs.com/documents/public/data-sheets/cp2104.pdf" + (at 68.58 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 82.55 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C47742" + (at 82.55 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "SILICON LABS" + (at 218.44 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CP2104-F03-GMR" + (at 218.44 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "60e6d3ea-57f9-428f-951b-c903acc25be8") + ) + (pin "10" + (uuid "b848b84b-f335-426f-bc61-5c08caf37c99") + ) + (pin "11" + (uuid "24ec75cc-666b-4cf3-9e94-d803f52feb22") + ) + (pin "12" + (uuid "11cf6926-5b97-4f18-943f-ad9f7fa58624") + ) + (pin "13" + (uuid "9fa448f4-d87b-4002-bee8-96958431c8c5") + ) + (pin "14" + (uuid "19f5ef4e-ce54-49fa-9586-f9d46fdd0129") + ) + (pin "15" + (uuid "fd68f2f9-8538-4d71-8df9-ebd4b7b8fe1a") + ) + (pin "16" + (uuid "d46c95ae-c217-43a1-b4a8-75ae16505216") + ) + (pin "17" + (uuid "6556dd7c-ec03-4881-ae7a-97347c4c5286") + ) + (pin "18" + (uuid "ca6b4b28-d0b2-4538-b2cf-afb750962a58") + ) + (pin "19" + (uuid "92ad2318-84b5-471a-9861-fa9d6574c775") + ) + (pin "2" + (uuid "4fd9e635-7823-4de9-8683-3cd5ef9aac22") + ) + (pin "20" + (uuid "d6838f3f-c1eb-4b91-a18a-0ade3e19f4cf") + ) + (pin "21" + (uuid "97f3ad95-7557-41ef-836e-a123e3ac5f51") + ) + (pin "22" + (uuid "d3195246-2bdf-4a6a-bf50-fa9fbe0ef3b8") + ) + (pin "23" + (uuid "1a586c09-6ae9-4b0f-a568-76b8468da3c3") + ) + (pin "24" + (uuid "651de4b6-79a9-45dd-8558-1720d93efc4e") + ) + (pin "25" + (uuid "9e3ca07b-7575-4cb7-8d44-877607361d4b") + ) + (pin "3" + (uuid "81c26cc7-5777-4c10-9917-464bbe465418") + ) + (pin "4" + (uuid "6652966c-3809-4e8f-86ce-28e1fcf00d42") + ) + (pin "5" + (uuid "a67952b3-cb92-460b-bc9f-dd36923e58b9") + ) + (pin "6" + (uuid "ae0d7bda-487f-47b5-a893-17c0afb76242") + ) + (pin "7" + (uuid "4e49cecf-d701-49c4-98a3-853a0fc710be") + ) + (pin "8" + (uuid "547abb28-a87b-4b21-8f59-f6d6a7779c22") + ) + (pin "9" + (uuid "4be1b069-4c9b-4af8-b64c-c727293baf80") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 86.36 33.02 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da8ee2d") + (property "Reference" "#PWR0109" + (at 86.36 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 86.741 28.6258 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 86.36 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 86.36 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 86.36 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9618cf60-93fb-4182-821a-2f4f2d644e3b") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0109") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 86.36 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da8fdae") + (property "Reference" "C5" + (at 89.281 40.7416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "22uF" + (at 89.281 43.053 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 87.3252 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 86.36 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 86.36 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C59461" + (at 86.36 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL10A226MQ8NRNC" + (at 218.44 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "06400966-c1c7-4051-8c6e-6a5501bd8a5f") + ) + (pin "2" + (uuid "93998369-c574-420d-82ca-645fba15cab2") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 86.36 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da90555") + (property "Reference" "#PWR0110" + (at 86.36 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 86.487 52.6542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 86.36 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 86.36 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 86.36 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2e413740-3924-4e1e-a768-ae955d054eac") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0110") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 64.77 85.09 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da9155d") + (property "Reference" "#PWR0111" + (at 68.58 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (at 61.5442 84.709 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 64.77 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 64.77 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 64.77 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fbfd3b4a-9065-4f54-9b6b-7667b24da86e") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0111") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 60.96 66.04 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da935d2") + (property "Reference" "#PWR0112" + (at 60.96 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 61.341 61.6458 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 60.96 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 60.96 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 60.96 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cab73c5c-66dc-465f-bddb-16d78dee1385") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0112") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 54.61 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da94566") + (property "Reference" "C2" + (at 57.531 73.7616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1uF" + (at 57.531 76.073 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 55.5752 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 54.61 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 54.61 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C1525" + (at 54.61 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL05B104KO5NNNC" + (at 218.44 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "20e669ae-67d5-4fc3-84d9-c9452cb2706f") + ) + (pin "2" + (uuid "79acc6a0-4a72-4a82-af53-599025d092b4") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 48.26 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da94ac6") + (property "Reference" "C1" + (at 43.18 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 40.64 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 49.2252 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 48.26 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 48.26 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C52923" + (at 48.26 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL05A105KA5NQNC" + (at 218.44 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "78b0fc36-dbfd-4512-b338-cac6decb3ffd") + ) + (pin "2" + (uuid "6ec68306-528b-4565-a0cb-cdd0733d9842") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 48.26 81.28 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da978eb") + (property "Reference" "#PWR0113" + (at 48.26 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 48.387 85.6742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 48.26 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 48.26 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 48.26 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "762978e5-0555-4e56-a05e-4758c98e4496") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0113") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 59.69 119.38 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da99bae") + (property "Reference" "C3" + (at 62.611 118.2116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4.7uF" + (at 62.611 120.523 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" + (at 60.6552 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 59.69 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 59.69 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C19666" + (at 59.69 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL10A475KO8NNNC" + (at 218.44 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e88dca71-fcc7-4904-bea4-c579770b7be2") + ) + (pin "2" + (uuid "f4cab842-fb43-4082-a4da-7b6468585eb4") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 59.69 125.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da9ac58") + (property "Reference" "#PWR0114" + (at 59.69 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 59.817 130.1242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 59.69 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.69 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 59.69 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4c3615e0-38c2-476e-b1aa-bf969f2a11be") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0114") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 82.55 125.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005da9be21") + (property "Reference" "#PWR0115" + (at 82.55 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 82.677 130.1242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 82.55 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 82.55 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 82.55 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "618bfde5-4e22-41c3-8495-760e60ef5197") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0115") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BEC") + (at 81.28 152.4 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daa9313") + (property "Reference" "Q1" + (at 86.1314 151.2316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BEC" + (at 86.1314 153.543 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 86.36 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C2150" + (at 81.28 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 218.44 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "SS8050" + (at 218.44 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "79594272-23cd-49e4-ac41-28ecbdb2503f") + ) + (pin "2" + (uuid "ac2e5615-98eb-494c-a880-cf3946558a8b") + ) + (pin "3" + (uuid "00e54e00-91c6-41cb-ad94-81bbcd0c69ea") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BEC") + (at 81.28 170.18 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daa9ad4") + (property "Reference" "Q2" + (at 86.1314 169.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BEC" + (at 86.1314 171.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 86.36 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C2150" + (at 81.28 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "SS8050" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5e0cedca-0519-4ddd-be04-56c857c8397f") + ) + (pin "2" + (uuid "0d7527f2-14c2-4dac-8063-3a6ee8d1f28f") + ) + (pin "3" + (uuid "2cd7f6b7-da9c-4e65-92a7-bbe8c0d4c15f") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 68.58 152.4 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daab2cf") + (property "Reference" "R1" + (at 68.58 147.1422 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10kR" + (at 68.58 149.4536 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 68.58 150.622 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 68.58 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 68.58 152.4 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at -39.37 302.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at -39.37 302.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e472b337-ca86-42e3-b307-62b1dc627438") + ) + (pin "2" + (uuid "cc0ca78c-3de5-4bdf-9010-4b6eb23d8974") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 68.58 170.18 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daab975") + (property "Reference" "R2" + (at 68.58 164.9222 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10kR" + (at 68.58 167.2336 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 68.58 168.402 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 68.58 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 68.58 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 68.58 170.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at -57.15 320.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at -57.15 320.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bbb42cdd-06c4-4b7c-b2ff-fe2043dd46f6") + ) + (pin "2" + (uuid "8178489e-ce65-4a2a-acac-b565f8ff8072") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 162.56 29.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daba1c8") + (property "Reference" "#PWR0116" + (at 162.56 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 162.941 24.8158 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 162.56 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 162.56 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 162.56 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3285aeac-f994-4f7f-a0e3-db7f2c08b18c") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0116") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 152.4 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dabc2a7") + (property "Reference" "C8" + (at 155.321 35.6616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0.1uF" + (at 155.321 37.973 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 153.3652 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 152.4 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 152.4 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C1525" + (at 152.4 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL05B104KO5NNNC" + (at 218.44 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6e351336-1313-42e6-9065-2def059d4d85") + ) + (pin "2" + (uuid "c05786fa-9d71-4fe3-bedd-8dc0c3d85c94") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "C8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 144.78 36.83 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac014a") + (property "Reference" "C7" + (at 140.97 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10uF" + (at 139.7 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 145.7452 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 144.78 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 144.78 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C15525" + (at 144.78 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL05A106MQ5NUNC" + (at 218.44 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b9aa4684-8dd3-4268-b2db-91955ae6ee63") + ) + (pin "2" + (uuid "b5217c7d-b5d0-4df0-a3e6-81fdb9da53cb") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 144.78 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dac09cc") + (property "Reference" "#PWR0117" + (at 144.78 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 144.907 47.5742 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 144.78 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 144.78 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 144.78 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "94697573-e75d-44de-95df-ba74c8dfe1ff") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0117") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 128.27 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dacf2cb") + (property "Reference" "C6" + (at 131.191 53.4416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4.7uF" + (at 131.191 55.753 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 129.2352 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 128.27 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 128.27 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C23733" + (at 128.27 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Samsung Electro-Mechanics" + (at 218.44 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "CL05A475MP5NRNC" + (at 218.44 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c7982a8c-603f-4934-aa97-bf903b10ffd8") + ) + (pin "2" + (uuid "3eeba46e-a5fc-4db3-b36e-bfafd5cefc99") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 128.27 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dad15ae") + (property "Reference" "#PWR0118" + (at 128.27 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 128.397 62.8142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 128.27 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 128.27 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 128.27 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "95ff068d-8c49-4bc1-874f-5fb953d3afd7") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0118") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 128.27 43.18 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dad1ab5") + (property "Reference" "R3" + (at 130.048 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 130.048 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 130.048 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 128.27 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 128.27 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 128.27 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 38.1 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 38.1 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1413008c-0bf2-4a8b-8a6d-9558c6b6fe3b") + ) + (pin "2" + (uuid "f18aee52-549a-4590-9b2c-02600265c3a4") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 128.27 39.37 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dad452d") + (property "Reference" "#PWR0119" + (at 128.27 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 128.651 34.9758 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 128.27 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 128.27 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 128.27 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "923d22cc-3adc-4366-9820-fa69b4cc04ee") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0119") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Switch:SW_Push") + (at 120.65 55.88 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dad711a") + (property "Reference" "SW1" + (at 121.8692 54.7116 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "SW_Push" + (at 121.8692 57.023 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "footprints:TS-1187A" + (at 115.57 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 115.57 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C318888" + (at 120.65 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "XKB Connectivity" + (at 132.08 -41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "TS-1187A-C-D-B" + (at 132.08 -41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a87544de-ac19-492a-94d8-2002a1f43c46") + ) + (pin "2" + (uuid "f9d141f3-12e1-4b92-9688-2c13850f06ac") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "SW1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 120.65 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dad8470") + (property "Reference" "#PWR0120" + (at 120.65 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 120.777 65.3542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 120.65 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 120.65 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d336314f-f39b-48d8-8001-723c0512e204") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0120") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 162.56 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dadac6f") + (property "Reference" "#PWR0121" + (at 162.56 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 162.687 122.5042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 162.56 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 162.56 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 162.56 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "07ad1d8a-ea86-4609-aac1-9cc7489f735b") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0121") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 209.55 44.45 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dae0fd2") + (property "Reference" "R4" + (at 209.55 39.1922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 209.55 41.5036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 209.55 42.672 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 209.55 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 209.55 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 209.55 44.45 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 209.55 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 209.55 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "908a0390-fc02-4e5a-b4cc-199ca452dfda") + ) + (pin "2" + (uuid "686ff94f-3167-4d2c-88a5-a497497b2eb7") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 220.98 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dae39c9") + (property "Reference" "#PWR0122" + (at 220.98 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 221.107 53.9242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3c2a69dd-657e-4330-bdb3-a7780407edcb") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0122") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 227.33 34.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dae44ca") + (property "Reference" "J3" + (at 226.06 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 223.52 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 227.33 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 227.33 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 227.33 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4a062e3e-fdfc-48fa-94ae-bda4e5ec718d") + ) + (pin "2" + (uuid "a5c91970-a561-44a9-bbc2-73cc0cac9b93") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "J3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 220.98 27.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dae6c67") + (property "Reference" "#PWR0123" + (at 220.98 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 223.52 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cf189b95-1390-4eed-aad0-87a34f2b8606") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0123") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 215.9 34.29 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005daea638") + (property "Reference" "D3" + (at 214.63 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 218.44 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 215.9 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 215.9 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 215.9 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 226.06 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 226.06 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ea022752-3d76-4b68-8cc3-759b8cb54955") + ) + (pin "2" + (uuid "cb98ea65-5056-46f4-8e94-3b3376242e61") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 255.27 44.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db0428e") + (property "Reference" "Q7" + (at 260.5024 43.2816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 260.5024 45.593 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 260.35 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 255.27 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 255.27 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 255.27 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e21fe6a3-08d8-4580-8f09-9d1136b7d283") + ) + (pin "2" + (uuid "9cb6be15-83b6-4642-8035-a577108de734") + ) + (pin "3" + (uuid "b67de249-04f8-4bd9-99cf-cdd3637d23b2") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "Q7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 246.38 44.45 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db04295") + (property "Reference" "R8" + (at 246.38 39.1922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 246.38 41.5036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 246.38 42.672 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 246.38 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 246.38 44.45 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 246.38 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 246.38 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "93a09318-da52-48bc-8806-2e07a7f53cc3") + ) + (pin "2" + (uuid "b7f657f0-24cb-4a6b-a535-e7510e4b0729") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 257.81 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db0429b") + (property "Reference" "#PWR0124" + (at 257.81 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 257.937 53.9242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "873220bf-2db8-4e5c-a53e-b599734cdb10") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0124") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 264.16 34.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db042a1") + (property "Reference" "J7" + (at 262.89 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 260.35 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 264.16 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 264.16 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7f55299f-2aff-4a6a-b407-af32bcc84c30") + ) + (pin "2" + (uuid "1c5f83ab-e745-4fb0-b97e-613cac636bbc") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "J7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 257.81 27.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db042a8") + (property "Reference" "#PWR0125" + (at 257.81 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 260.35 26.67 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2e4f15ad-70f1-41bb-a57b-7962e1b5ee67") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0125") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 218.44 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b01") + (property "Reference" "Q4" + (at 223.6724 76.3016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 223.6724 78.613 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 223.52 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 218.44 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 218.44 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e2044de9-7609-4a0e-a59f-016b69d2d580") + ) + (pin "2" + (uuid "385ac5d5-52bb-498a-8f3b-25c839ac1765") + ) + (pin "3" + (uuid "07b469a8-8d4d-40d2-9b77-1e430ae377d3") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "Q4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 209.55 77.47 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b0c") + (property "Reference" "R5" + (at 209.55 72.2122 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 209.55 74.5236 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 209.55 75.692 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 209.55 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 209.55 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 209.55 77.47 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 176.53 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 176.53 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7193d1ec-aef3-4cfc-98c1-672256b480d4") + ) + (pin "2" + (uuid "8d9146ae-2667-4c8c-9b98-ed5044fda821") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 220.98 82.55 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b16") + (property "Reference" "#PWR0126" + (at 220.98 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 221.107 86.9442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "644f8edf-7a94-4387-b94f-0b03d46b9654") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0126") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 227.33 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b20") + (property "Reference" "J4" + (at 226.06 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 223.52 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 227.33 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 227.33 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 227.33 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "94740f85-5660-4cb9-9f69-694d16575710") + ) + (pin "2" + (uuid "60ef39eb-9ba9-4475-a43f-6dd67bcc0a8d") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "J4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 220.98 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b2b") + (property "Reference" "#PWR0127" + (at 220.98 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 223.52 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2c6eee49-eadf-4ef6-ba1f-89f9a372b313") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0127") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 255.27 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b4a") + (property "Reference" "Q8" + (at 260.5024 76.3016 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 260.5024 78.613 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 260.35 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 255.27 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 255.27 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 255.27 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5b916e66-1f76-445c-bfe7-3598d814bf27") + ) + (pin "2" + (uuid "23c47e79-381b-4861-afe0-3cab9e236a44") + ) + (pin "3" + (uuid "287739e7-c0ef-468d-9dc3-7acb7de10dfc") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "Q8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 246.38 77.47 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b55") + (property "Reference" "R9" + (at 246.38 72.2122 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 246.38 74.5236 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 246.38 75.692 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 246.38 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 246.38 77.47 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 213.36 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 213.36 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ec8157f0-e2a2-4577-8a2e-0a854320072e") + ) + (pin "2" + (uuid "51017139-0d27-4205-bffb-72c266456863") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 257.81 82.55 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b5f") + (property "Reference" "#PWR0128" + (at 257.81 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 257.937 86.9442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "16c65036-4e83-4b02-98d0-fd59fbc843ec") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0128") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 264.16 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b69") + (property "Reference" "J8" + (at 262.89 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 260.35 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 264.16 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 264.16 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a61cb472-1fa9-4920-bbd4-1bd922c0a04c") + ) + (pin "2" + (uuid "4f5881a3-8fae-42a7-bd6c-8c173bc2fc2a") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "J8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 257.81 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db06b74") + (property "Reference" "#PWR0129" + (at 257.81 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 260.35 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e5a88364-5545-4f8e-8a71-35d792e54b95") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0129") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 218.44 113.03 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1afff") + (property "Reference" "Q5" + (at 223.6724 111.8616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 223.6724 114.173 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 223.52 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 218.44 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 218.44 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0b433370-072d-41da-8d47-a8d09d48c018") + ) + (pin "2" + (uuid "bd9fbd42-b54d-4e21-b293-20c5939806fb") + ) + (pin "3" + (uuid "f775e339-239f-473f-9558-e9a1be2fc500") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "Q5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 209.55 113.03 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b006") + (property "Reference" "R6" + (at 209.55 107.7722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 209.55 110.0836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 209.55 111.252 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 209.55 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 209.55 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 209.55 113.03 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 140.97 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 140.97 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "21a3243f-0746-491b-a7ef-251c15a07e0d") + ) + (pin "2" + (uuid "2bcc8a9a-b89e-4d6c-90d5-b3129f09c2ff") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 220.98 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b00c") + (property "Reference" "#PWR0130" + (at 220.98 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 221.107 122.5042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d1c72ff9-2d7f-434e-8619-e2967883d785") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0130") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 227.33 102.87 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b012") + (property "Reference" "J5" + (at 226.06 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 223.52 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 227.33 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 227.33 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 227.33 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9c954029-0220-47ff-93b8-853d3ea0a1e7") + ) + (pin "2" + (uuid "8efbbd37-32e8-4fe7-9cc7-63dbfd437d6b") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "J5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 220.98 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b019") + (property "Reference" "#PWR0131" + (at 220.98 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 223.52 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dd8941da-57fd-4c1d-ac4f-872dcef8ec23") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0131") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 255.27 113.03 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b030") + (property "Reference" "Q9" + (at 260.5024 111.8616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 260.5024 114.173 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 260.35 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 255.27 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 255.27 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 255.27 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "166bef5c-8bce-41ab-ad6c-ba3e30bfe8f2") + ) + (pin "2" + (uuid "9379da47-6519-49d6-8470-b1a07f0dadc9") + ) + (pin "3" + (uuid "5d0a41ce-bb63-4136-a507-5fa3b65d3358") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "Q9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 246.38 113.03 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b037") + (property "Reference" "R10" + (at 246.38 107.7722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 246.38 110.0836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 246.38 111.252 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 246.38 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 246.38 113.03 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 177.8 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 177.8 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "37037807-d320-4e95-8f53-b6d7fc018a36") + ) + (pin "2" + (uuid "42f7b2c8-e4d5-42e5-95ac-7db02a3bc1e0") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 257.81 118.11 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b03d") + (property "Reference" "#PWR0132" + (at 257.81 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 257.937 122.5042 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "78fa8ce9-4b1f-46ca-b1d0-6e20a79c2a35") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0132") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 264.16 102.87 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b043") + (property "Reference" "J9" + (at 262.89 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 260.35 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 264.16 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 264.16 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9fb235aa-ed86-4f6d-8a58-0c5fc8efc714") + ) + (pin "2" + (uuid "4feb3345-6e06-403e-a8c3-902bbd78b26a") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "J9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 257.81 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b04a") + (property "Reference" "#PWR0133" + (at 257.81 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 260.35 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "698b7d9f-195e-4141-b0c2-9b24bbdb237d") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0133") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 218.44 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b061") + (property "Reference" "Q6" + (at 223.6724 144.8816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 223.6724 147.193 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 223.52 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 218.44 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 218.44 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 218.44 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "aaaadd9d-966a-4f6c-a78a-1d4c2a60fbcc") + ) + (pin "2" + (uuid "5bce9b66-f754-49a5-8ce3-54855355a751") + ) + (pin "3" + (uuid "3b568442-6e3c-4a7d-8452-61fb1048d44b") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "Q6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 209.55 146.05 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b068") + (property "Reference" "R7" + (at 209.55 140.7922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 209.55 143.1036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 209.55 144.272 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 209.55 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 209.55 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 209.55 146.05 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 107.95 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 107.95 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ee4b1092-47f7-4f71-9bf7-9c598eb258b9") + ) + (pin "2" + (uuid "05d6d104-8cbb-4a1d-ac15-09ad0948cfeb") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 220.98 151.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b06e") + (property "Reference" "#PWR0134" + (at 220.98 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 221.107 155.5242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7707a4b7-cd29-463b-a3d3-7157b963142e") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0134") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 227.33 135.89 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b074") + (property "Reference" "J6" + (at 226.06 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 223.52 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 227.33 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 227.33 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 227.33 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5b8d447d-9398-4317-8d72-bd5796870a8f") + ) + (pin "2" + (uuid "c2b0aecc-ac4a-46b7-ac0f-2c1c3238d531") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "J6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 220.98 129.54 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b07b") + (property "Reference" "#PWR0135" + (at 220.98 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 223.52 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 220.98 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "51d3b2c3-c29b-4781-ad71-874be6975826") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0135") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NMOS_GSD") + (at 255.27 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b092") + (property "Reference" "Q10" + (at 260.5024 144.8816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NMOS_GDS" + (at 260.5024 147.193 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 260.35 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 255.27 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 255.27 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C20917" + (at 255.27 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Alpha & Omega Semico" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "AO3400A" + (at 218.44 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e874b24c-656d-470a-8674-b2b02ddd7837") + ) + (pin "2" + (uuid "488571c8-b976-476a-974f-f98c534d1357") + ) + (pin "3" + (uuid "2d89310f-7944-4b9b-a015-228284d4ed3a") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "Q10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 246.38 146.05 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b099") + (property "Reference" "R11" + (at 246.38 140.7922 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100R" + (at 246.38 143.1036 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 246.38 144.272 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 246.38 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 246.38 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25076" + (at 246.38 146.05 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 144.78 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1000TCE" + (at 144.78 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7f8781a5-55e0-4cd2-b353-8e7e52b0bfb1") + ) + (pin "2" + (uuid "23e41f29-358d-4aeb-bb26-3073a40256a2") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 257.81 151.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b09f") + (property "Reference" "#PWR0136" + (at 257.81 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 257.937 155.5242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c919279b-82e2-4fd1-8190-46c2f55c5ca3") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0136") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 264.16 135.89 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b0a5") + (property "Reference" "J10" + (at 262.89 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 260.35 140.97 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 264.16 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 264.16 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 264.16 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "699df6ce-33c7-4ecb-8051-643e74f7b7ef") + ) + (pin "2" + (uuid "68c2037c-aa08-4908-a7e8-e169c7d70223") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "J10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 257.81 129.54 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db1b0ac") + (property "Reference" "#PWR0137" + (at 257.81 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 260.35 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 257.81 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 257.81 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 257.81 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "880a5a02-d772-4976-8460-cf1bdff478c7") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0137") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 252.73 34.29 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db73e76") + (property "Reference" "D7" + (at 251.46 30.48 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 255.27 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 252.73 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 252.73 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 252.73 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 252.73 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 262.89 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 262.89 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a0ead889-6ada-474a-b487-d86872a2aa72") + ) + (pin "2" + (uuid "3e52325a-e14d-4a7b-af4a-9b9d79d216af") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 215.9 67.31 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db744f3") + (property "Reference" "D4" + (at 214.63 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 218.44 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 215.9 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 215.9 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 215.9 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 193.04 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 193.04 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c0fa60de-d63a-4d50-ae5e-db3d4f955110") + ) + (pin "2" + (uuid "0cb0328d-236f-4edb-9cd4-0e88e1f25788") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 252.73 67.31 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db74c2e") + (property "Reference" "D8" + (at 251.46 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 255.27 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 252.73 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 252.73 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 252.73 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 252.73 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 229.87 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 229.87 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a7dd4a3d-2088-4c14-8962-102f0c2da12d") + ) + (pin "2" + (uuid "d6606523-f611-4ae1-bb5c-e08e3162138e") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 215.9 102.87 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db7516b") + (property "Reference" "D5" + (at 214.63 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 218.44 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 215.9 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 215.9 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 215.9 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 157.48 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 157.48 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "30e478ff-73c0-427f-b4a7-508719713994") + ) + (pin "2" + (uuid "e75d5f25-cd10-4704-9c71-6fc277e10603") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 252.73 102.87 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db759c6") + (property "Reference" "D9" + (at 251.46 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 255.27 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 252.73 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 252.73 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 252.73 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 252.73 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 194.31 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 194.31 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "326a8716-8827-4f37-ae43-7ac0ebe1842f") + ) + (pin "2" + (uuid "0e47f28b-8e54-4398-a211-e66aceb9af04") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 252.73 135.89 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db75cdb") + (property "Reference" "D10" + (at 251.46 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 255.27 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 252.73 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 252.73 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 252.73 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 252.73 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 161.29 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 161.29 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a470c819-a5aa-4ed4-9b5c-a837b070d3f9") + ) + (pin "2" + (uuid "20586a45-4f55-4b65-b7f4-38fae43b838e") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 215.9 135.89 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005db7625a") + (property "Reference" "D6" + (at 214.63 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 218.44 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Diode_SMD:D_SOD-123" + (at 215.9 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 215.9 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 215.9 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C8598" + (at 215.9 135.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Changjiang Electronics Tech (CJ)" + (at 124.46 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "B5819W SL" + (at 124.46 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b3ad7fcf-4eae-4890-a5b1-b72faa1f7bac") + ) + (pin "2" + (uuid "41f5dfce-64d3-481c-9f80-d90adc902e83") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 204.47 49.53 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc11a04") + (property "Reference" "R17" + (at 206.248 48.3616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 206.248 50.673 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 206.248 49.53 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 204.47 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 204.47 49.53 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "48b29bd4-36c1-4a2d-8eb5-a563e1d591d6") + ) + (pin "2" + (uuid "233a0482-3fb2-4b8f-8145-b52a56153c1d") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 204.47 53.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc1f3e3") + (property "Reference" "#PWR05" + (at 204.47 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 204.597 57.7342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 204.47 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 204.47 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c502b3ba-5627-4c64-b019-33ab89d1b3fe") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 241.3 49.53 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc1f7ef") + (property "Reference" "R21" + (at 243.078 48.3616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 243.078 50.673 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 243.078 49.53 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 241.3 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 241.3 49.53 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8d64f21c-c8ee-4f5a-9109-2096119cf864") + ) + (pin "2" + (uuid "cdf01e31-d5b5-43aa-afa6-91ab886008d4") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 53.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc1f7fd") + (property "Reference" "#PWR09" + (at 241.3 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 241.427 57.7342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 241.3 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4a561f97-d623-4d7c-bf04-507595fd60ad") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 204.47 82.55 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc2cc35") + (property "Reference" "R18" + (at 206.248 81.3816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 206.248 83.693 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 206.248 82.55 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 204.47 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 204.47 82.55 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "45945e95-a8a2-4a5a-abf5-771d9ba30bad") + ) + (pin "2" + (uuid "f04c7a68-7e0d-4f35-8d26-0eba9cdc3e64") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 204.47 86.36 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc2cc3f") + (property "Reference" "#PWR06" + (at 204.47 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 204.597 90.7542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 204.47 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 204.47 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fbb84757-faa2-42b0-a854-1df13c9a4bb6") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 241.3 82.55 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc350ea") + (property "Reference" "R22" + (at 243.078 81.3816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 243.078 83.693 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 243.078 82.55 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 241.3 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 241.3 82.55 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "18f9792e-4730-43d7-97d1-95b8f65505ea") + ) + (pin "2" + (uuid "72d7fbc9-449e-4e26-9f6a-5a3071f1e40e") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 86.36 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc350f4") + (property "Reference" "#PWR010" + (at 241.3 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 241.427 90.7542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 241.3 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c7975d13-bf66-4f11-892c-ce86aab5c4d1") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 204.47 118.11 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc3c60f") + (property "Reference" "R19" + (at 206.248 116.9416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 206.248 119.253 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 206.248 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 204.47 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 204.47 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8ba194e2-5c3d-4dec-93cb-127674f3c4d7") + ) + (pin "2" + (uuid "05448e61-c25d-4b5b-a322-1d77de7ae913") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 204.47 121.92 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc3c619") + (property "Reference" "#PWR07" + (at 204.47 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 204.597 126.3142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 204.47 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 204.47 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9c6b2b92-9313-43fd-bdad-c9819f7337b4") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 241.3 118.11 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc44260") + (property "Reference" "R23" + (at 243.078 116.9416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 243.078 119.253 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 243.078 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 241.3 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 241.3 118.11 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c6c1613a-9613-41fe-ae2d-59fd1eeb1b54") + ) + (pin "2" + (uuid "90a2f252-9941-4c16-b358-cbb818e3b3db") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R23") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 121.92 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc4426a") + (property "Reference" "#PWR011" + (at 241.3 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 241.427 126.3142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 241.3 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "72458795-44f6-476c-b29d-27b7b73d29f6") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 204.47 151.13 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc4c346") + (property "Reference" "R20" + (at 206.248 149.9616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 206.248 152.273 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 206.248 151.13 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 204.47 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 204.47 151.13 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 190.5 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1e4a1ed4-9764-46d9-8ae1-065b92a07a0d") + ) + (pin "2" + (uuid "3461a036-f1b2-4732-970b-7ce0954d7371") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 204.47 154.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc4c350") + (property "Reference" "#PWR08" + (at 204.47 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 204.597 159.3342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 204.47 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 204.47 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 204.47 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "71c06afe-e2b0-4c04-ac71-74fde5dc4ff4") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 241.3 151.13 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc54548") + (property "Reference" "R24" + (at 243.078 149.9616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 243.078 152.273 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 243.078 151.13 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 241.3 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 241.3 151.13 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 264.16 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a79d79d9-d16d-4340-aa8c-9f8f91e6e08f") + ) + (pin "2" + (uuid "c99b876f-41e2-43c5-bb5a-9c3920dde6e4") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R24") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 154.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc54552") + (property "Reference" "#PWR012" + (at 241.3 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 241.427 159.3342 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 241.3 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 241.3 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "74ee0cfd-47ab-4bdb-8f40-02b50b76c986") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Screw_Terminal_01x02") + (at 22.86 45.72 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc623b0") + (property "Reference" "J11" + (at 22.86 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Screw_Terminal_01x02" + (at 25.4 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "TerminalBlock_Phoenix:TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal" + (at 22.86 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 22.86 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 22.86 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "708aefc9-4a03-4210-9d38-ec26d9683cac") + ) + (pin "2" + (uuid "a6ade466-06c8-407c-936d-04f23291c35d") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "J11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 29.21 44.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc62974") + (property "Reference" "#PWR0138" + (at 29.21 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 31.75 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 29.21 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dc6e9e04-700f-4575-9819-09bb8dd2e8fa") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0138") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 29.21 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc62e24") + (property "Reference" "#PWR0139" + (at 29.21 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 29.337 53.9242 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 29.21 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 29.21 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 29.21 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "323d38a0-60d6-4156-866a-7ffb0d7f3f66") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0139") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x03") + (at 161.29 147.32 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc76b3b") + (property "Reference" "J12" + (at 163.322 146.2532 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Conn_01x03" + (at 163.322 148.5646 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Connector_JST:JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical" + (at 161.29 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 161.29 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 161.29 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9b12e6b8-77ef-4090-9f4e-0ee64c11f3d9") + ) + (pin "2" + (uuid "955dc1d0-45a7-4ab1-8c9b-65e7d8c96674") + ) + (pin "3" + (uuid "c4e24781-d551-48af-b0ae-900a6bd18016") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "J12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 156.21 149.86 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dc9730f") + (property "Reference" "#PWR0142" + (at 156.21 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 156.337 154.2542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 156.21 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 156.21 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 156.21 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "65f1b545-dd55-4100-88f8-6c3db9c2467a") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0142") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 156.21 144.78 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dcad53d") + (property "Reference" "#PWR0140" + (at 156.21 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 158.75 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 156.21 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 156.21 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 156.21 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3f792ca1-e331-4b58-bdbb-b72e5262e5ae") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0140") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 154.94 162.56 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dce22e8") + (property "Reference" "H1" + (at 157.48 161.3916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 157.48 163.703 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" + (at 154.94 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 154.94 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 154.94 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "H1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 154.94 167.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dce2a46") + (property "Reference" "H2" + (at 157.48 166.4716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 157.48 168.783 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" + (at 154.94 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 154.94 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 154.94 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "H2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 154.94 172.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dce2d5d") + (property "Reference" "H3" + (at 157.48 171.5516 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 157.48 173.863 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" + (at 154.94 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 154.94 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 154.94 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "H3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:MountingHole") + (at 154.94 177.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dce2f26") + (property "Reference" "H4" + (at 157.48 176.6316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "MountingHole" + (at 157.48 178.943 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "MountingHole:MountingHole_3.2mm_M3" + (at 154.94 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 154.94 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 154.94 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "H4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_Small") + (at 111.76 134.62 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd27ac2") + (property "Reference" "D11" + (at 113.4872 133.4516 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Green" + (at 113.4872 135.763 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" + (at 111.76 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 111.76 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C72043" + (at 111.76 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Everlight Elec" + (at 222.25 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "19-217/GHC-YR1S2/3T" + (at 222.25 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5ebf5d33-94f6-4d21-80be-6a091b4a67cd") + ) + (pin "2" + (uuid "f28d7f2f-73e9-4ac7-bae7-af4b20b98d00") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_Small") + (at 129.54 134.62 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd28df2") + (property "Reference" "D13" + (at 131.2672 133.4516 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Red" + (at 131.2672 135.763 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" + (at 129.54 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 129.54 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 129.54 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C2286" + (at 129.54 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "11fc8c0c-f136-4ece-8137-9bc37f963232") + ) + (pin "2" + (uuid "bfce7222-f7d3-453f-b397-af40b3c6ffd6") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_Small") + (at 120.65 134.62 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd29529") + (property "Reference" "D12" + (at 122.3772 133.4516 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Green" + (at 122.3772 135.763 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" + (at 120.65 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 120.65 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C72043" + (at 120.65 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Everlight Elec" + (at 231.14 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "19-217/GHC-YR1S2/3T" + (at 231.14 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "91617edb-4ffb-4306-b4f9-20bdf06cfaa8") + ) + (pin "2" + (uuid "afa1883d-751c-4aea-88a7-2b757413dd4c") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 120.65 125.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd2a7f4") + (property "Reference" "R13" + (at 122.428 124.5616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47R" + (at 122.428 126.873 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 118.872 125.73 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 120.65 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25118" + (at 120.65 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 217.17 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF470JTCE" + (at 217.17 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8105e00b-455d-4d84-8da5-0a4bf6b5c8f9") + ) + (pin "2" + (uuid "9e00f618-52aa-487b-b17f-df6ab122f49e") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_Small") + (at 137.16 134.62 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd2b4eb") + (property "Reference" "D14" + (at 138.8872 133.4516 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Red" + (at 138.8872 135.763 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "LED_SMD:LED_0603_1608Metric" + (at 137.16 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 137.16 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 137.16 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C2286" + (at 137.16 134.62 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2b8d062b-9477-4fa2-91f7-ac1dca68a668") + ) + (pin "2" + (uuid "15370f67-1950-4b79-94f8-baf4fceea926") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "D14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 129.54 125.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd2c183") + (property "Reference" "R14" + (at 131.318 124.5616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "150R" + (at 131.318 126.873 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 127.762 125.73 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 129.54 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 129.54 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25082" + (at 129.54 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 217.17 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1500TCE" + (at 217.17 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "30a37be5-35a5-46e3-aa58-2768a3dfe0ef") + ) + (pin "2" + (uuid "90f9a30e-561a-4efb-ad9b-e68540828147") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 137.16 125.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd2c5c3") + (property "Reference" "R15" + (at 138.938 124.5616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "150R" + (at 138.938 126.873 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 135.382 125.73 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 137.16 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 137.16 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25082" + (at 137.16 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 217.17 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1500TCE" + (at 217.17 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b99df82b-2d12-4b62-b790-44de39468ef9") + ) + (pin "2" + (uuid "0e8f1a72-921e-43b5-af23-33774351f7b8") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 137.16 137.16 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd44c94") + (property "Reference" "#PWR04" + (at 137.16 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 137.287 141.5542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 137.16 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 137.16 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 137.16 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d17de2d2-3d55-4461-8d31-e43ac71dd087") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 129.54 137.16 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd45093") + (property "Reference" "#PWR03" + (at 129.54 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 129.667 141.5542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 129.54 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 129.54 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 129.54 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "38fbccb1-85e5-412e-81ed-c90fff94ccbc") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 120.65 137.16 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd452cb") + (property "Reference" "#PWR02" + (at 120.65 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 120.777 141.5542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 120.65 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 120.65 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a247cb0c-0aef-43b3-bae9-f86ea50bac57") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 111.76 137.16 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd45560") + (property "Reference" "#PWR01" + (at 111.76 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 111.887 141.5542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 111.76 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 111.76 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 111.76 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f340737d-c51e-4f76-9ec8-52c90df7c9d6") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 111.76 125.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005dd4c0dd") + (property "Reference" "R12" + (at 113.538 124.5616 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "47R" + (at 113.538 126.873 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 109.982 125.73 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 111.76 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25118" + (at 111.76 125.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "Everlight Elec" + (at 217.17 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "19-217/GHC-YR1S2/3T" + (at 217.17 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a1888b24-6f71-41c9-8e92-45219e93baf6") + ) + (pin "2" + (uuid "d3ad5dac-4248-4fe8-80bf-a7c0708ec534") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Sensor:DHT11") + (at 120.65 180.34 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddc2bf4") + (property "Reference" "U4" + (at 114.4524 179.1716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "DHT11" + (at 114.4524 181.483 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Sensor:Aosong_DHT11_5.5x12.0_P2.54mm" + (at 120.65 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://akizukidenshi.com/download/ds/aosong/DHT11.pdf" + (at 124.46 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a76d1809-d9c1-41b8-9904-c781f8ccba16") + ) + (pin "2" + (uuid "f036e1d7-5378-4a37-8983-a07133176fbf") + ) + (pin "3" + (uuid "902313ef-1076-46d2-95db-cca8f4094b38") + ) + (pin "4" + (uuid "42aff058-0abf-455a-b19a-8ab4dae76455") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 120.65 172.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddc4230") + (property "Reference" "#PWR0141" + (at 120.65 176.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 121.031 168.3258 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 120.65 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 120.65 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9cf33bcc-e9c3-4534-9d8d-06c7e83dac02") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0141") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 120.65 187.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddc5143") + (property "Reference" "#PWR0143" + (at 120.65 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 120.777 192.3542 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 120.65 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 120.65 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 120.65 187.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d5cf0fec-5ac4-4933-8b6f-1085d05abc2e") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0143") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 130.81 175.26 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddecba7") + (property "Reference" "R16" + (at 132.588 174.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "10kR" + (at 132.588 176.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 132.588 175.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 130.81 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 130.81 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C25744" + (at 130.81 175.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MFR" "UNI-ROYAL(Uniroyal Elec)" + (at 43.18 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "MPN" "0402WGF1002TCE" + (at 43.18 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bcc6b57b-c386-4cf3-96de-d975b3f81c52") + ) + (pin "2" + (uuid "c27f0763-93b9-43ed-8fdb-1bafd7e86e1f") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:+3V3") + (at 130.81 171.45 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ddfc007") + (property "Reference" "#PWR0144" + (at 130.81 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3V3" + (at 131.191 167.0558 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 130.81 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 130.81 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 130.81 171.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "558b90f1-3be4-4f1d-ab88-bab1ef157407") + ) + (instances + (project "light_control_diff" + (path "/5723753a-c0ed-4c5f-84a7-d86a2926263d" + (reference "#PWR0144") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/links.kicad_pcb b/tests/board_samples/kicad_8/links.kicad_pcb index 69a88da1f..8ed405475 100644 --- a/tests/board_samples/kicad_8/links.kicad_pcb +++ b/tests/board_samples/kicad_8/links.kicad_pcb @@ -1,319 +1,1161 @@ -(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) - ) - - (setup - (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 6) - (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-(C1-Pad2)") - (net 2 "Net-(C1-Pad1)") - (net 3 "Net-(J1-Pad1)") - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000619bcbca) - (at 138 93) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005f10f92f") - (attr smd) - (fp_text reference "C1" (at 0 -1.68) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b) - ) - (fp_text value "1nF" (at 0 1.68) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03) - ) - (fp_line (start -0.261252 -0.735) (end 0.261252 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268)) - (fp_line (start -0.261252 0.735) (end 0.261252 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce)) - (fp_line (start -1.7 -0.98) (end 1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (fp_line (start -1.7 0.98) (end -1.7 -0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137)) - (fp_line (start 1.7 -0.98) (end 1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66116376-6967-4178-9f23-a26cdeafc400)) - (fp_line (start 1.7 0.98) (end -1.7 0.98) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87371631-aa02-498a-998a-09bdb74784c1)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a)) - (pad "1" smd roundrect (at -0.95 0) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497)) - (pad "2" smd roundrect (at 0.95 0) (size 1 1.45) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "Net-(C1-Pad2)") (tstamp 54365317-1355-4216-bb75-829375abc4ec)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000619bcbf6) - (at 133.4609 93.95672) - (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x02 2.54mm single row") - (path "/00000000-0000-0000-0000-00005f10e81f") - (attr through_hole) - (fp_text reference "J2" (at 0 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a44418c-7bb4-4e99-8836-57f153c19721) - ) - (fp_text value "Molex KK" (at 0 4.87) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0147f16a-c952-4891-8f53-a9fb8cddeb8d) - ) - (fp_text user "${REFERENCE}" (at 0 1.27 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a05d7640-f2f6-4ba7-8c51-5a4af431fc13) - ) - (fp_line (start -1.33 -1.33) (end 0 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd)) - (fp_line (start -1.33 0) (end -1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15875808-74d5-4210-b8ca-aa8fbc04ae21)) - (fp_line (start -1.33 1.27) (end -1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8322f275-268c-4e87-a69f-4cfbf05e747f)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd00c2e1-6027-4717-b312-4fab3ee52002)) - (fp_line (start -1.33 3.87) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6270a28-e0d9-4655-a18a-03dbf007b940)) - (fp_line (start 1.33 1.27) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (fp_line (start -1.8 -1.8) (end -1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1169a2d-8998-4b50-a48d-c520bcc1b8e1)) - (fp_line (start -1.8 4.35) (end 1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f)) - (fp_line (start 1.8 -1.8) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1262c4d-2245-4c4f-8f35-7bb32cd9e21e)) - (fp_line (start 1.8 4.35) (end 1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d22e95aa-f3db-4fbc-a331-048a2523233e)) - (fp_line (start -1.27 -0.635) (end -0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f3490fa5-5a27-423b-af60-53609669542c)) - (fp_line (start -1.27 3.81) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1860e030-7a36-4298-b7fc-a16d48ab15ba)) - (fp_line (start -0.635 -1.27) (end 1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32667662-ae86-4904-b198-3e95f11851bf)) - (fp_line (start 1.27 -1.27) (end 1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67f6e996-3c99-493c-8f6f-e739e2ed5d7a)) - (fp_line (start 1.27 3.81) (end -1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3dcc657b-55a1-48e0-9667-e01e7b6b08b5)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "Net-(C1-Pad1)") (tstamp 13abf99d-5265-4779-8973-e94370fd18ff)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "Net-(C1-Pad2)") (tstamp a7520ad3-0f8b-4788-92d4-8ffb277041e6)) - (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000619bcc07) - (at 137.9909 96.11672) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005f10f746") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1a2f72d1-0b36-4610-afc4-4ad1660d5d3b) - ) - (fp_text value "1k" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0dcdf1b8-13c6-48b4-bd94-5d26038ff231) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp e877bf4a-4210-4bd3-b7b0-806eb4affc5b) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2732632c-4768-42b6-bf7f-14643424019e)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13475e15-f37c-4de8-857e-1722b0c39513)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f976e2cc-36f9-4479-a816-2c74d1d5da6f)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58dc14f9-c158-4824-a84e-24a6a482a7a4)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dde3dba8-1b81-466c-93a3-c284ff4da1ef)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d55e186-3e11-40e8-a65e-b36a8a00069e)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48f827a8-6e22-4a2e-abdc-c2a03098d883)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 2 "Net-(C1-Pad1)") (tstamp cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 3 "Net-(J1-Pad1)") (tstamp 9c8ccb2a-b1e9-4f2c-94fe-301b5975277e)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000619bccdc) - (at 142.80388 96.47174 180) - (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x02 2.54mm single row") - (path "/00000000-0000-0000-0000-00005f10e435") - (attr through_hole) - (fp_text reference "J1" (at 0 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 78cbdd6c-4878-4cc5-9a58-0e506478e37d) - ) - (fp_text value "Molex KK ñoño" (at 0 4.87) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6e105729-aba0-497c-a99e-c32d2b3ddb6d) - ) - (fp_text user "${REFERENCE}" (at 0 1.27 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1) - ) - (fp_line (start -1.33 -1.33) (end 0 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da469d11-a8a4-414b-9449-d151eeaf4853)) - (fp_line (start -1.33 0) (end -1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afb8e687-4a13-41a1-b8c0-89a749e897fe)) - (fp_line (start -1.33 1.27) (end -1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cbb5968-dbb5-4b84-864a-ead1cacf75b9)) - (fp_line (start -1.33 3.87) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14)) - (fp_line (start 1.33 1.27) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f5fe6b7-98fc-4d3e-9567-f9f7202d1455)) - (fp_line (start -1.8 -1.8) (end -1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62c076a3-d618-44a2-9042-9a08b3576787)) - (fp_line (start -1.8 4.35) (end 1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12)) - (fp_line (start 1.8 -1.8) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 983c426c-24e0-4c65-ab69-1f1824adc5c6)) - (fp_line (start 1.8 4.35) (end 1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1d83899-e380-49f9-a87d-8e78bc089ebf)) - (fp_line (start -1.27 -0.635) (end -0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2)) - (fp_line (start -1.27 3.81) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8314017-7be6-4011-9179-37449a29b311)) - (fp_line (start -0.635 -1.27) (end 1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e)) - (fp_line (start 1.27 -1.27) (end 1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 746ba970-8279-4e7b-aed3-f28687777c21)) - (fp_line (start 1.27 3.81) (end -1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "Net-(J1-Pad1)") (tstamp 55e740a3-0735-4744-896e-2bf5437093b9)) - (pad "2" thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "Net-(C1-Pad2)") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779)) - (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 131 100) (end 131 91) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-0000619bcf98)) - (gr_line (start 131 91) (end 146 91) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (gr_line (start 146 100) (end 131 100) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (gr_line (start 146 91) (end 146 100) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - - (segment (start 145 98) (end 145 95) (width 0.25) (layer "B.Cu") (net 1) (tstamp 127679a9-3981-4934-815e-896a4e3ff56e)) - (segment (start 143.93174 93.93174) (end 142.80388 93.93174) (width 0.25) (layer "B.Cu") (net 1) (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11)) - (segment (start 133.49672 96.49672) (end 136 99) (width 0.25) (layer "B.Cu") (net 1) (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (segment (start 133.4609 96.49672) (end 133.49672 96.49672) (width 0.25) (layer "B.Cu") (net 1) (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (segment (start 144 99) (end 145 98) (width 0.25) (layer "B.Cu") (net 1) (tstamp 716e31c5-485f-40b5-88e3-a75900da9811)) - (segment (start 139.93174 93.93174) (end 139 93) (width 0.25) (layer "B.Cu") (net 1) (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - (segment (start 136 99) (end 144 99) (width 0.25) (layer "B.Cu") (net 1) (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - (segment (start 145 95) (end 143.93174 93.93174) (width 0.25) (layer "B.Cu") (net 1) (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f)) - (segment (start 142.80388 93.93174) (end 139.93174 93.93174) (width 0.25) (layer "B.Cu") (net 1) (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144)) - (segment (start 135.04328 93.95672) (end 136 93) (width 0.25) (layer "B.Cu") (net 2) (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (segment (start 136 93) (end 137 93) (width 0.25) (layer "B.Cu") (net 2) (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb)) - (segment (start 133.4609 93.95672) (end 135.04328 93.95672) (width 0.25) (layer "B.Cu") (net 2) (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (segment (start 137 93) (end 137 96) (width 0.25) (layer "B.Cu") (net 2) (tstamp ce83728b-bebd-48c2-8734-b6a50d837931)) - (segment (start 139.47174 96.47174) (end 139 96) (width 0.25) (layer "B.Cu") (net 3) (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3)) - (segment (start 142.80388 96.47174) (end 139.47174 96.47174) (width 0.25) (layer "B.Cu") (net 3) (tstamp c41b3c8b-634e-435a-b582-96b83bbd4032)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "Net-(C1-Pad2)") + (net 2 "Net-(C1-Pad1)") + (net 3 "Net-(J1-Pad1)") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000619bcbca") + (at 138 93) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.68 0) + (layer "F.SilkS") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1nF" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a5b33a2-0de9-4e6f-b340-8ec11ead8950") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9fccabcb-2c7b-4dbf-978d-37b1f54632e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f7e9d484-96d0-4152-8c66-8464c1cf4da9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f10f92f") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "Net-(C1-Pad2)") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000619bcbf6") + (at 133.4609 93.95672) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (property "Reference" "J2" + (at 0 -2.33 0) + (layer "F.SilkS") + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Molex KK" + (at 0 4.87 0) + (layer "F.Fab") + (uuid "0147f16a-c952-4891-8f53-a9fb8cddeb8d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "54504c2a-da79-4992-8433-3bc17eefcbb0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3697e7cb-efb6-445b-8f5f-795fbc00b0d3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b5d56b7-3ed4-4ee1-892e-19dec61dc55d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f10e81f") + (attr through_hole) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + ) + (fp_line + (start -1.33 3.87) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6270a28-e0d9-4655-a18a-03dbf007b940") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1169a2d-8998-4b50-a48d-c520bcc1b8e1") + ) + (fp_line + (start -1.8 4.35) + (end 1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d1262c4d-2245-4c4f-8f35-7bb32cd9e21e") + ) + (fp_line + (start 1.8 4.35) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d22e95aa-f3db-4fbc-a331-048a2523233e") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f3490fa5-5a27-423b-af60-53609669542c") + ) + (fp_line + (start -1.27 3.81) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1860e030-7a36-4298-b7fc-a16d48ab15ba") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32667662-ae86-4904-b198-3e95f11851bf") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67f6e996-3c99-493c-8f6f-e739e2ed5d7a") + ) + (fp_line + (start 1.27 3.81) + (end -1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3dcc657b-55a1-48e0-9667-e01e7b6b08b5") + ) + (fp_text user "${REFERENCE}" + (at 0 1.27 90) + (layer "F.Fab") + (uuid "a05d7640-f2f6-4ba7-8c51-5a4af431fc13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "Net-(C1-Pad1)") + (uuid "13abf99d-5265-4779-8973-e94370fd18ff") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "Net-(C1-Pad2)") + (uuid "a7520ad3-0f8b-4788-92d4-8ffb277041e6") + ) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000619bcc07") + (at 137.9909 96.11672) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "1a2f72d1-0b36-4610-afc4-4ad1660d5d3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "0dcdf1b8-13c6-48b4-bd94-5d26038ff231") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d36c7c01-34cd-433a-8184-2c7eb3b3dd5d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81d06f01-fea0-42b9-a923-6450157601b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5b21cf9-83f4-4db8-be79-83d5f6de14b3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f10f746") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "58dc14f9-c158-4824-a84e-24a6a482a7a4") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dde3dba8-1b81-466c-93a3-c284ff4da1ef") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d55e186-3e11-40e8-a65e-b36a8a00069e") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "48f827a8-6e22-4a2e-abdc-c2a03098d883") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "Net-(C1-Pad1)") + (uuid "cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 3 "Net-(J1-Pad1)") + (uuid "9c8ccb2a-b1e9-4f2c-94fe-301b5975277e") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000619bccdc") + (at 142.80388 96.47174 180) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (property "Reference" "J1" + (at 0 -2.33 0) + (layer "F.SilkS") + (uuid "78cbdd6c-4878-4cc5-9a58-0e506478e37d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Molex KK ñoño" + (at 0 4.87 0) + (layer "F.Fab") + (uuid "6e105729-aba0-497c-a99e-c32d2b3ddb6d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "eb6f3317-00ac-4aa4-a0fb-8069294a5edf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "804b1ae0-b02b-48ed-9156-fdca2048c94a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6da6be01-bf92-40ac-b33e-4710649633fc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f10e435") + (attr through_hole) + (fp_line + (start 1.33 1.27) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f5fe6b7-98fc-4d3e-9567-f9f7202d1455") + ) + (fp_line + (start -1.33 3.87) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cbb5968-dbb5-4b84-864a-ead1cacf75b9") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afb8e687-4a13-41a1-b8c0-89a749e897fe") + ) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da469d11-a8a4-414b-9449-d151eeaf4853") + ) + (fp_line + (start 1.8 4.35) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c1d83899-e380-49f9-a87d-8e78bc089ebf") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "983c426c-24e0-4c65-ab69-1f1824adc5c6") + ) + (fp_line + (start -1.8 4.35) + (end 1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62c076a3-d618-44a2-9042-9a08b3576787") + ) + (fp_line + (start 1.27 3.81) + (end -1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + ) + (fp_line + (start -1.27 3.81) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + ) + (fp_text user "${REFERENCE}" + (at 0 1.27 90) + (layer "F.Fab") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(J1-Pad1)") + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (pad "2" thru_hole oval + (at 0 2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "Net-(C1-Pad2)") + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 131 100) + (end 131 91) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-0000619bcf98") + ) + (gr_line + (start 131 91) + (end 146 91) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (gr_line + (start 146 100) + (end 131 100) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (gr_line + (start 146 91) + (end 146 100) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (segment + (start 145 98) + (end 145 95) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (segment + (start 143.93174 93.93174) + (end 142.80388 93.93174) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (segment + (start 133.49672 96.49672) + (end 136 99) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (segment + (start 133.4609 96.49672) + (end 133.49672 96.49672) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (segment + (start 144 99) + (end 145 98) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (segment + (start 139.93174 93.93174) + (end 139 93) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (segment + (start 136 99) + (end 144 99) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (segment + (start 145 95) + (end 143.93174 93.93174) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (segment + (start 142.80388 93.93174) + (end 139.93174 93.93174) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (segment + (start 135.04328 93.95672) + (end 136 93) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (segment + (start 136 93) + (end 137 93) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (segment + (start 133.4609 93.95672) + (end 135.04328 93.95672) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (segment + (start 137 93) + (end 137 96) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + ) + (segment + (start 139.47174 96.47174) + (end 139 96) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (segment + (start 142.80388 96.47174) + (end 139.47174 96.47174) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/links.kicad_sch b/tests/board_samples/kicad_8/links.kicad_sch index f41159dd2..e4920678c 100644 --- a/tests/board_samples/kicad_8/links.kicad_sch +++ b/tests/board_samples/kicad_8/links.kicad_sch @@ -1,404 +1,1060 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - (symbol "Connector:Conn_01x02_Male" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x02_Male" (at 0 -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, single row, 01x02, 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*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x02_Male_1_1" - (polyline - (pts - (xy 1.27 -2.54) - (xy 0.8636 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.8636 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (pin passive line (at 5.08 0 180) (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 -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)))) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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)))) - ) - ) - ) - ) - - (junction (at 95.25 58.42) (diameter 0) (color 0 0 0 0) - (uuid 9a9f2d82-f64d-4264-8bec-c182528fc4de) - ) - (junction (at 95.25 69.85) (diameter 0) (color 0 0 0 0) - (uuid ec9e24d8-d1c5-40e2-9812-dc315d05f470) - ) - - (wire (pts (xy 77.47 58.42) (xy 83.82 58.42)) - (stroke (width 0) (type default)) - (uuid 2f3deced-880d-4075-a81b-95c62da5b94d) - ) - (wire (pts (xy 91.44 58.42) (xy 95.25 58.42)) - (stroke (width 0) (type default)) - (uuid 4d609e7c-74c9-4ae9-a26d-946ff00c167d) - ) - (wire (pts (xy 105.41 69.85) (xy 105.41 60.96)) - (stroke (width 0) (type default)) - (uuid 55992e35-fe7b-468a-9b7a-1e4dc931b904) - ) - (wire (pts (xy 81.28 69.85) (xy 95.25 69.85)) - (stroke (width 0) (type default)) - (uuid 5740c959-93d8-47fd-8f68-62f0109e753d) - ) - (wire (pts (xy 95.25 59.69) (xy 95.25 58.42)) - (stroke (width 0) (type default)) - (uuid 786b6072-5772-4bc1-8eeb-6c4e19f2a91b) - ) - (wire (pts (xy 77.47 60.96) (xy 81.28 60.96)) - (stroke (width 0) (type default)) - (uuid 7e08f2a4-63d6-468b-bd8b-ec607077e023) - ) - (wire (pts (xy 105.41 60.96) (xy 109.22 60.96)) - (stroke (width 0) (type default)) - (uuid a06e8e78-f567-42e6-b645-013b1073ca31) - ) - (wire (pts (xy 95.25 58.42) (xy 109.22 58.42)) - (stroke (width 0) (type default)) - (uuid b60c50d1-225e-415c-8712-7acb5e3dc8ea) - ) - (wire (pts (xy 81.28 60.96) (xy 81.28 69.85)) - (stroke (width 0) (type default)) - (uuid b6bcc3cf-50de-4a33-bc41-678825c1ecf2) - ) - (wire (pts (xy 95.25 69.85) (xy 95.25 67.31)) - (stroke (width 0) (type default)) - (uuid c3c93de0-69b1-4a04-8e0b-d78caf487c63) - ) - (wire (pts (xy 95.25 69.85) (xy 105.41 69.85)) - (stroke (width 0) (type default)) - (uuid f9865a9f-edb8-49c7-828f-4896e1f3047a) - ) - - (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" - (at 13.97 24.13 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 825c70b0-4860-42b7-97dc-86bfa46e06fd) - ) - - (symbol (lib_id "Connector:Conn_01x02_Male") (at 72.39 58.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10e435) - (property "Reference" "J1" (at 69.85 60.96 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Molex KK ñoño" (at 72.39 63.5 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.molex.com/webdocs/datasheets/pdf/en-us//0022232021_PCB_HEADERS.pdf" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "900-0022232021-ND" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "0022232021" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey_alt#" "WM2700-ND" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mouser#" "538-22-23-2021" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mouser_alt#" "538-22-11-2022" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C234180" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3a983f51-42e8-405a-9e04-43b2dcabad73)) - (pin "2" (uuid 44467fec-706c-4fae-80bc-b9e34c67559e)) - (instances - (project "links" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x02_Male") (at 114.3 58.42 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10e81f) - (property "Reference" "J2" (at 115.57 60.96 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Molex KK" (at 109.22 63.5 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (at 114.3 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.molex.com/webdocs/datasheets/pdf/en-us//0022232021_PCB_HEADERS.pdf" (at 114.3 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "900-0022232021-ND" (at 114.3 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "0022232021" (at 114.3 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey_alt#" "WM2700-ND" (at 114.3 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mouser#" "538-22-23-2021" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mouser_alt#" "538-22-11-2022" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C234180" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 23133abe-63f6-4718-9f66-696cfc78619f)) - (pin "2" (uuid 8d936772-f6fa-4d42-bb01-ee988a455edf)) - (instances - (project "links" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 87.63 58.42 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10f746) - (property "Reference" "R1" (at 87.63 55.88 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1k" (at 87.63 58.42 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 87.63 56.642 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.bourns.com/docs/product-datasheets/CRxxxxx.pdf" (at 87.63 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "CR0805-JW-102ELFCT-ND" (at 87.63 58.42 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "CR0805-JW-102ELF" (at 87.63 58.42 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey_alt#" "CRS0805-JX-102ELFCT-ND" (at 87.63 58.42 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mouser#" "652-CR0805JW-102ELF" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mouser_alt#" "652-CRS0805JX102ELF" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C840623" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2de833b3-282a-488d-ba66-338c569a1889)) - (pin "2" (uuid 60a539f2-60cc-48f9-87ad-8cf3118ca160)) - (instances - (project "links" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 95.25 63.5 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f10f92f) - (property "Reference" "C1" (at 98.171 62.3316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (at 98.171 64.643 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 96.2152 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://content.kemet.com/datasheets/KEM_C1002_X7R_SMD.pdf" (at 95.25 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "399-1147-1-ND" (at 95.25 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "C0805C102K5RACTU" (at 95.25 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNF" (at 95.25 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey_alt#" "399-1149-1-ND" (at 95.25 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mouser#" "80-C0805C102K5R" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mouser_alt#" "80-C0805C102K5R7210" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "LCSC#" "C2167366" (at 72.39 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 67b819b7-12c7-4dd7-bd3a-61ec6664e433)) - (pin "2" (uuid 751f729a-b418-440a-860e-106b8be28d8c)) - (instances - (project "links" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols + (symbol "Connector:Conn_01x02_Male" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x02_Male" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x02_Male_1_1" + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 0 180) + (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 -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) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 95.25 58.42) + (diameter 0) + (color 0 0 0 0) + (uuid "9a9f2d82-f64d-4264-8bec-c182528fc4de") + ) + (junction + (at 95.25 69.85) + (diameter 0) + (color 0 0 0 0) + (uuid "ec9e24d8-d1c5-40e2-9812-dc315d05f470") + ) + (wire + (pts + (xy 77.47 58.42) (xy 83.82 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2f3deced-880d-4075-a81b-95c62da5b94d") + ) + (wire + (pts + (xy 91.44 58.42) (xy 95.25 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4d609e7c-74c9-4ae9-a26d-946ff00c167d") + ) + (wire + (pts + (xy 105.41 69.85) (xy 105.41 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "55992e35-fe7b-468a-9b7a-1e4dc931b904") + ) + (wire + (pts + (xy 81.28 69.85) (xy 95.25 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5740c959-93d8-47fd-8f68-62f0109e753d") + ) + (wire + (pts + (xy 95.25 59.69) (xy 95.25 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "786b6072-5772-4bc1-8eeb-6c4e19f2a91b") + ) + (wire + (pts + (xy 77.47 60.96) (xy 81.28 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7e08f2a4-63d6-468b-bd8b-ec607077e023") + ) + (wire + (pts + (xy 105.41 60.96) (xy 109.22 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a06e8e78-f567-42e6-b645-013b1073ca31") + ) + (wire + (pts + (xy 95.25 58.42) (xy 109.22 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b60c50d1-225e-415c-8712-7acb5e3dc8ea") + ) + (wire + (pts + (xy 81.28 60.96) (xy 81.28 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b6bcc3cf-50de-4a33-bc41-678825c1ecf2") + ) + (wire + (pts + (xy 95.25 69.85) (xy 95.25 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c3c93de0-69b1-4a04-8e0b-d78caf487c63") + ) + (wire + (pts + (xy 95.25 69.85) (xy 105.41 69.85) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f9865a9f-edb8-49c7-828f-4896e1f3047a") + ) + (text "This schematic serves as a test-file for the KiBom export script.\n\nAfter making a change to the schematic, remember to re-export the BOM to generate the intermediate .xml file\n\n(The testing framework cannot perform the netlist-export step!)" + (exclude_from_sim no) + (at 13.97 24.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "825c70b0-4860-42b7-97dc-86bfa46e06fd") + ) + (symbol + (lib_id "Connector:Conn_01x02_Male") + (at 72.39 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10e435") + (property "Reference" "J1" + (at 69.85 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Molex KK ñoño" + (at 72.39 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.molex.com/webdocs/datasheets/pdf/en-us//0022232021_PCB_HEADERS.pdf" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "900-0022232021-ND" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "0022232021" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey_alt#" "WM2700-ND" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mouser#" "538-22-23-2021" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mouser_alt#" "538-22-11-2022" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C234180" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3a983f51-42e8-405a-9e04-43b2dcabad73") + ) + (pin "2" + (uuid "44467fec-706c-4fae-80bc-b9e34c67559e") + ) + (instances + (project "links" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x02_Male") + (at 114.3 58.42 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10e81f") + (property "Reference" "J2" + (at 115.57 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Molex KK" + (at 109.22 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.molex.com/webdocs/datasheets/pdf/en-us//0022232021_PCB_HEADERS.pdf" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "900-0022232021-ND" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "0022232021" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey_alt#" "WM2700-ND" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mouser#" "538-22-23-2021" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mouser_alt#" "538-22-11-2022" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C234180" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "23133abe-63f6-4718-9f66-696cfc78619f") + ) + (pin "2" + (uuid "8d936772-f6fa-4d42-bb01-ee988a455edf") + ) + (instances + (project "links" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 87.63 58.42 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10f746") + (property "Reference" "R1" + (at 87.63 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1k" + (at 87.63 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 87.63 56.642 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.bourns.com/docs/product-datasheets/CRxxxxx.pdf" + (at 87.63 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 87.63 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "CR0805-JW-102ELFCT-ND" + (at 87.63 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "CR0805-JW-102ELF" + (at 87.63 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey_alt#" "CRS0805-JX-102ELFCT-ND" + (at 87.63 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mouser#" "652-CR0805JW-102ELF" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mouser_alt#" "652-CRS0805JX102ELF" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C840623" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2de833b3-282a-488d-ba66-338c569a1889") + ) + (pin "2" + (uuid "60a539f2-60cc-48f9-87ad-8cf3118ca160") + ) + (instances + (project "links" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 95.25 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f10f92f") + (property "Reference" "C1" + (at 98.171 62.3316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 98.171 64.643 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 96.2152 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://content.kemet.com/datasheets/KEM_C1002_X7R_SMD.pdf" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "399-1147-1-ND" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "C0805C102K5RACTU" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNF" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey_alt#" "399-1149-1-ND" + (at 95.25 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mouser#" "80-C0805C102K5R" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mouser_alt#" "80-C0805C102K5R7210" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "LCSC#" "C2167366" + (at 72.39 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "67b819b7-12c7-4dd7-bd3a-61ec6664e433") + ) + (pin "2" + (uuid "751f729a-b418-440a-860e-106b8be28d8c") + ) + (instances + (project "links" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/logic.kicad_sch b/tests/board_samples/kicad_8/logic.kicad_sch index b71d2f723..411dc6975 100644 --- a/tests/board_samples/kicad_8/logic.kicad_sch +++ b/tests/board_samples/kicad_8/logic.kicad_sch @@ -1,534 +1,1361 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid ec9e24d8-d1c5-40e2-9812-dc315d05f470) - - (paper "A4") - - (lib_symbols - (symbol "74xx:74LS04" (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 0 -1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "TTL not inv" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Hex Inverter" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "DIP*W7.62mm* SSOP?14* TSSOP?14*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "74LS04_1_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_2_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_3_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_4_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_5_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_6_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_7_0" - (pin power_in line (at 0 12.7 270) (length 5.08) - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -12.7 90) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_7_1" - (rectangle (start -5.08 7.62) (end 5.08 -7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - ) - (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" "power-flag" (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)))) - ) - ) - ) - ) - - - (wire (pts (xy 160.528 61.976) (xy 160.528 64.262)) - (stroke (width 0) (type default)) - (uuid 0088d107-13d8-496c-8da6-7bbeb9d096b0) - ) - (wire (pts (xy 187.96 82.55) (xy 187.96 85.09)) - (stroke (width 0) (type default)) - (uuid 13475e15-f37c-4de8-857e-1722b0c39513) - ) - (wire (pts (xy 140.97 70.866) (xy 144.78 70.866)) - (stroke (width 0) (type default)) - (uuid 2bf3f24b-fd30-41a7-a274-9b519491916b) - ) - (wire (pts (xy 155.194 64.262) (xy 155.194 61.976)) - (stroke (width 0) (type default)) - (uuid 417f13e4-c121-485a-a6b5-8b55e70350b8) - ) - (wire (pts (xy 144.78 70.866) (xy 144.78 71.374)) - (stroke (width 0) (type default)) - (uuid 4831966c-bb32-4bc8-a400-0382a02ffa1c) - ) - (wire (pts (xy 153.67 82.55) (xy 152.4 82.55)) - (stroke (width 0) (type default)) - (uuid 58dc14f9-c158-4824-a84e-24a6a482a7a4) - ) - (wire (pts (xy 155.194 69.088) (xy 155.194 66.802)) - (stroke (width 0) (type default)) - (uuid 67621f9e-0a6a-4778-ad69-04dcf300659c) - ) - (wire (pts (xy 160.528 69.088) (xy 155.194 69.088)) - (stroke (width 0) (type default)) - (uuid 68e09be7-3bbc-4443-a838-209ce20b2bef) - ) - (wire (pts (xy 160.528 66.802) (xy 160.528 69.088)) - (stroke (width 0) (type default)) - (uuid 6a780180-586a-4241-a52d-dc7a5ffcc966) - ) - (wire (pts (xy 138.43 70.866) (xy 134.874 70.866)) - (stroke (width 0) (type default)) - (uuid 75286985-9fa5-4d30-89c5-493b6e63cd66) - ) - (wire (pts (xy 186.69 82.55) (xy 187.96 82.55)) - (stroke (width 0) (type default)) - (uuid b635b16e-60bb-4b3e-9fc3-47d34eef8381) - ) - (wire (pts (xy 155.194 61.976) (xy 160.528 61.976)) - (stroke (width 0) (type default)) - (uuid c201e1b2-fc01-4110-bdaa-a33290468c83) - ) - (wire (pts (xy 168.91 82.55) (xy 171.45 82.55)) - (stroke (width 0) (type default)) - (uuid dde3dba8-1b81-466c-93a3-c284ff4da1ef) - ) - (wire (pts (xy 144.78 73.914) (xy 144.78 76.2)) - (stroke (width 0) (type default)) - (uuid e25ce415-914a-48fe-bf09-324317917b2e) - ) - (wire (pts (xy 152.4 82.55) (xy 152.4 85.09)) - (stroke (width 0) (type default)) - (uuid f976e2cc-36f9-4479-a816-2c74d1d5da6f) - ) - - (text "Output to Output: ERC error" (at 156.21 90.17 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 128e34ce-eee7-477d-b905-a493e98db783) - ) - (text "No driver ERC warning" (at 147.32 60.96 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864) - ) - - (hierarchical_label "VCC" (shape input) (at 134.874 70.866 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0867287d-2e6a-4d69-a366-c29f88198f2b) - ) - - (symbol (lib_id "fail-project-rescue:CP-passive") (at 155.194 65.532 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca7214e) - (property "Reference" "C3" (at 156.6672 64.3636 90) - (effects (font (size 1.016 1.016)) (justify left)) - ) - (property "Value" "CP" (at 156.6672 66.294 90) - (effects (font (size 1.016 1.016)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:CP_Elec_3x5.3" (at 156.6672 67.2592 90) - (effects (font (size 1.524 1.524)) (justify left) hide) - ) - (property "Datasheet" "" (at 155.194 65.532 0) - (effects (font (size 1.524 1.524))) - ) - (instances - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "fail-project-rescue:CP-passive") (at 160.528 65.532 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca735b9) - (property "Reference" "C4" (at 162.0012 64.3636 90) - (effects (font (size 1.016 1.016)) (justify left)) - ) - (property "Value" "CP" (at 162.0012 66.294 90) - (effects (font (size 1.016 1.016)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:CP_Elec_3x5.3" (at 162.0012 67.2592 90) - (effects (font (size 1.524 1.524)) (justify left) hide) - ) - (property "Datasheet" "" (at 160.528 65.532 0) - (effects (font (size 1.524 1.524))) - ) - (instances - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" - (reference "C4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "fail-project-rescue:R-passive") (at 139.7 70.866 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca75c86) - (property "Reference" "R1" (at 139.4968 66.8528 0) - (effects (font (size 1.016 1.016))) - ) - (property "Value" "R" (at 139.4968 68.7832 0) - (effects (font (size 1.016 1.016))) - ) - (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (at 139.7 70.866 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 139.7 70.866 0) - (effects (font (size 1.524 1.524))) - ) - (instances - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "fail-project-rescue:C-passive") (at 144.78 72.644 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca76352) - (property "Reference" "C2" (at 145.8976 71.4756 90) - (effects (font (size 1.016 1.016)) (justify left)) - ) - (property "Value" "C" (at 145.8976 73.406 90) - (effects (font (size 1.016 1.016)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (at 144.78 72.644 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 144.78 72.644 0) - (effects (font (size 1.524 1.524))) - ) - (instances - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 144.78 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca77789) - (property "Reference" "#PWR03" (at 144.78 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 144.907 80.5942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 144.78 76.2 0) - (effects (font (size 1.27 1.27))) - ) - (property "Datasheet" "" (at 144.78 76.2 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid 77f01482-1a0d-408c-a0b8-f389b6fedc82)) - (instances - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 161.29 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ead683a) - (property "Reference" "U1" (at 161.29 74.4982 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 161.29 76.8096 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 161.29 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 161.29 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d0da5fea-7bb8-466a-808d-a285a956d318)) - (pin "2" (uuid 3a9c4d0d-b8e3-4e3b-8868-df708ade9fd9)) - (pin "3" (uuid 28794dab-1022-4809-907e-aab65c9231ec)) - (pin "4" (uuid 07c37574-62c2-47c5-a753-bdf798d4487a)) - (pin "5" (uuid 7d97634b-6cae-49dc-a6e4-4e93c8460996)) - (pin "6" (uuid 880bf8fb-bc7c-4b5a-bf03-40162b476a15)) - (pin "8" (uuid 294de221-d437-4308-8f34-865f6efaee7e)) - (pin "9" (uuid 365d852f-5835-408f-889f-4900d394f780)) - (pin "10" (uuid 0d435539-4e52-4b7b-a935-a224298a6e18)) - (pin "11" (uuid 0899ada9-7f1a-4ee8-8622-6f1a83b65b41)) - (pin "12" (uuid 99313941-089c-4862-a253-da4ceee3acfd)) - (pin "13" (uuid b11636c9-009b-4e51-804a-b14940eaa41c)) - (pin "14" (uuid 81c53980-3a97-411e-b777-fb67dc5668bf)) - (pin "7" (uuid eb6198bd-c526-4e28-8bf7-9945b4150146)) - (instances - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 179.07 82.55 180) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ead766b) - (property "Reference" "U1" (at 179.07 74.4982 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 179.07 76.8096 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 179.07 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 179.07 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3beb196f-4394-4be2-90a5-1ef68770ad28)) - (pin "2" (uuid 99f8cf9a-351b-40a7-88a0-20be54e000e3)) - (pin "3" (uuid ae113a97-dd90-42bf-96ea-bb92e7431ac6)) - (pin "4" (uuid 38f1f681-d503-49fe-ab87-4225bebb7b32)) - (pin "5" (uuid 7da4ada8-364c-4808-b84d-97c97f927685)) - (pin "6" (uuid d25efe98-336a-4a50-9cdc-4400ccba6a78)) - (pin "8" (uuid 6a0eb489-0168-48cd-be0e-aa1d3b487856)) - (pin "9" (uuid 2329a4d8-88fe-4580-9d44-206435aa4271)) - (pin "10" (uuid c011fd21-7870-42ab-b8ff-03d53491f7f2)) - (pin "11" (uuid 790a548e-b900-43ed-b549-ab8a1b6334a2)) - (pin "12" (uuid 1ae2c9e2-b9bf-4036-98d0-3686a75a1ee6)) - (pin "13" (uuid 6feb2e19-3f94-4326-ab9d-7d5d5f13f1f5)) - (pin "14" (uuid 083c09a9-29da-4bbd-a32f-8611435b1be0)) - (pin "7" (uuid 434b87d2-e23d-4eb2-8676-2d67b456dd0b)) - (instances - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" - (reference "U1") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 187.96 85.09 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ead892d) - (property "Reference" "#PWR05" (at 187.96 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 188.087 89.4842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 187.96 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 187.96 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2498638f-f5bc-47e0-a9d3-49191018a41a)) - (instances - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR05") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 152.4 85.09 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ead967d) - (property "Reference" "#PWR04" (at 152.4 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 152.527 89.4842 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 152.4 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 152.4 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5821604d-5ceb-420a-b7e4-ba8f3233a4b7)) - (instances - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "ec9e24d8-d1c5-40e2-9812-dc315d05f470") + (paper "A4") + (lib_symbols + (symbol "74xx:74LS04" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Hex Inverter" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "TTL not inv" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DIP*W7.62mm* SSOP?14* TSSOP?14*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "74LS04_1_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_2_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_3_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_4_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_5_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_6_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_7_0" + (pin power_in line + (at 0 12.7 270) + (length 5.08) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -12.7 90) + (length 5.08) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_7_1" + (rectangle + (start -5.08 7.62) + (end 5.08 -7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (wire + (pts + (xy 160.528 61.976) (xy 160.528 64.262) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0088d107-13d8-496c-8da6-7bbeb9d096b0") + ) + (wire + (pts + (xy 187.96 82.55) (xy 187.96 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (wire + (pts + (xy 140.97 70.866) (xy 144.78 70.866) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2bf3f24b-fd30-41a7-a274-9b519491916b") + ) + (wire + (pts + (xy 155.194 64.262) (xy 155.194 61.976) + ) + (stroke + (width 0) + (type default) + ) + (uuid "417f13e4-c121-485a-a6b5-8b55e70350b8") + ) + (wire + (pts + (xy 144.78 70.866) (xy 144.78 71.374) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4831966c-bb32-4bc8-a400-0382a02ffa1c") + ) + (wire + (pts + (xy 153.67 82.55) (xy 152.4 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "58dc14f9-c158-4824-a84e-24a6a482a7a4") + ) + (wire + (pts + (xy 155.194 69.088) (xy 155.194 66.802) + ) + (stroke + (width 0) + (type default) + ) + (uuid "67621f9e-0a6a-4778-ad69-04dcf300659c") + ) + (wire + (pts + (xy 160.528 69.088) (xy 155.194 69.088) + ) + (stroke + (width 0) + (type default) + ) + (uuid "68e09be7-3bbc-4443-a838-209ce20b2bef") + ) + (wire + (pts + (xy 160.528 66.802) (xy 160.528 69.088) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a780180-586a-4241-a52d-dc7a5ffcc966") + ) + (wire + (pts + (xy 138.43 70.866) (xy 134.874 70.866) + ) + (stroke + (width 0) + (type default) + ) + (uuid "75286985-9fa5-4d30-89c5-493b6e63cd66") + ) + (wire + (pts + (xy 186.69 82.55) (xy 187.96 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (wire + (pts + (xy 155.194 61.976) (xy 160.528 61.976) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c201e1b2-fc01-4110-bdaa-a33290468c83") + ) + (wire + (pts + (xy 168.91 82.55) (xy 171.45 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dde3dba8-1b81-466c-93a3-c284ff4da1ef") + ) + (wire + (pts + (xy 144.78 73.914) (xy 144.78 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e25ce415-914a-48fe-bf09-324317917b2e") + ) + (wire + (pts + (xy 152.4 82.55) (xy 152.4 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + (text "Output to Output: ERC error" + (exclude_from_sim no) + (at 156.21 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "128e34ce-eee7-477d-b905-a493e98db783") + ) + (text "No driver ERC warning" + (exclude_from_sim no) + (at 147.32 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c70d9ef3-bfeb-47e0-a1e1-9aeba3da7864") + ) + (hierarchical_label "VCC" + (shape input) + (at 134.874 70.866 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "0867287d-2e6a-4d69-a366-c29f88198f2b") + ) + (symbol + (lib_id "fail-project-rescue:CP-passive") + (at 155.194 65.532 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca7214e") + (property "Reference" "C3" + (at 156.6672 64.3636 90) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Value" "CP" + (at 156.6672 66.294 90) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:CP_Elec_3x5.3" + (at 156.6672 67.2592 90) + (effects + (font + (size 1.524 1.524) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 155.194 65.532 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 155.194 65.532 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "fail-project-rescue:CP-passive") + (at 160.528 65.532 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca735b9") + (property "Reference" "C4" + (at 162.0012 64.3636 90) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Value" "CP" + (at 162.0012 66.294 90) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:CP_Elec_3x5.3" + (at 162.0012 67.2592 90) + (effects + (font + (size 1.524 1.524) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 160.528 65.532 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 160.528 65.532 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "fail-project-rescue:R-passive") + (at 139.7 70.866 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca75c86") + (property "Reference" "R1" + (at 139.4968 66.8528 0) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Value" "R" + (at 139.4968 68.7832 0) + (effects + (font + (size 1.016 1.016) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0402_1005Metric" + (at 139.7 70.866 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 139.7 70.866 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 139.7 70.866 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "fail-project-rescue:C-passive") + (at 144.78 72.644 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca76352") + (property "Reference" "C2" + (at 145.8976 71.4756 90) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 145.8976 73.406 90) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 144.78 72.644 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 144.78 72.644 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 144.78 72.644 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 144.78 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca77789") + (property "Reference" "#PWR03" + (at 144.78 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 144.907 80.5942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 144.78 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 144.78 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 144.78 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "77f01482-1a0d-408c-a0b8-f389b6fedc82") + ) + (instances + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 161.29 82.55 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ead683a") + (property "Reference" "U1" + (at 161.29 74.4982 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 161.29 76.8096 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 161.29 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 161.29 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 161.29 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d0da5fea-7bb8-466a-808d-a285a956d318") + ) + (pin "2" + (uuid "3a9c4d0d-b8e3-4e3b-8868-df708ade9fd9") + ) + (pin "3" + (uuid "28794dab-1022-4809-907e-aab65c9231ec") + ) + (pin "4" + (uuid "07c37574-62c2-47c5-a753-bdf798d4487a") + ) + (pin "5" + (uuid "7d97634b-6cae-49dc-a6e4-4e93c8460996") + ) + (pin "6" + (uuid "880bf8fb-bc7c-4b5a-bf03-40162b476a15") + ) + (pin "8" + (uuid "294de221-d437-4308-8f34-865f6efaee7e") + ) + (pin "9" + (uuid "365d852f-5835-408f-889f-4900d394f780") + ) + (pin "10" + (uuid "0d435539-4e52-4b7b-a935-a224298a6e18") + ) + (pin "11" + (uuid "0899ada9-7f1a-4ee8-8622-6f1a83b65b41") + ) + (pin "12" + (uuid "99313941-089c-4862-a253-da4ceee3acfd") + ) + (pin "13" + (uuid "b11636c9-009b-4e51-804a-b14940eaa41c") + ) + (pin "14" + (uuid "81c53980-3a97-411e-b777-fb67dc5668bf") + ) + (pin "7" + (uuid "eb6198bd-c526-4e28-8bf7-9945b4150146") + ) + (instances + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 179.07 82.55 180) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ead766b") + (property "Reference" "U1" + (at 179.07 74.4982 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 179.07 76.8096 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 179.07 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 179.07 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 179.07 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3beb196f-4394-4be2-90a5-1ef68770ad28") + ) + (pin "2" + (uuid "99f8cf9a-351b-40a7-88a0-20be54e000e3") + ) + (pin "3" + (uuid "ae113a97-dd90-42bf-96ea-bb92e7431ac6") + ) + (pin "4" + (uuid "38f1f681-d503-49fe-ab87-4225bebb7b32") + ) + (pin "5" + (uuid "7da4ada8-364c-4808-b84d-97c97f927685") + ) + (pin "6" + (uuid "d25efe98-336a-4a50-9cdc-4400ccba6a78") + ) + (pin "8" + (uuid "6a0eb489-0168-48cd-be0e-aa1d3b487856") + ) + (pin "9" + (uuid "2329a4d8-88fe-4580-9d44-206435aa4271") + ) + (pin "10" + (uuid "c011fd21-7870-42ab-b8ff-03d53491f7f2") + ) + (pin "11" + (uuid "790a548e-b900-43ed-b549-ab8a1b6334a2") + ) + (pin "12" + (uuid "1ae2c9e2-b9bf-4036-98d0-3686a75a1ee6") + ) + (pin "13" + (uuid "6feb2e19-3f94-4326-ab9d-7d5d5f13f1f5") + ) + (pin "14" + (uuid "083c09a9-29da-4bbd-a32f-8611435b1be0") + ) + (pin "7" + (uuid "434b87d2-e23d-4eb2-8676-2d67b456dd0b") + ) + (instances + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" + (reference "U1") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 187.96 85.09 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ead892d") + (property "Reference" "#PWR05" + (at 187.96 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 188.087 89.4842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 187.96 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 187.96 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 187.96 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2498638f-f5bc-47e0-a9d3-49191018a41a") + ) + (instances + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 152.4 85.09 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ead967d") + (property "Reference" "#PWR04" + (at 152.4 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 152.527 89.4842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 152.4 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 152.4 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 152.4 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5821604d-5ceb-420a-b7e4-ba8f3233a4b7") + ) + (instances + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca75bc1" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/merge_1.kicad_sch b/tests/board_samples/kicad_8/merge_1.kicad_sch index d9c996b6b..e4bbc58b8 100644 --- a/tests/board_samples/kicad_8/merge_1.kicad_sch +++ b/tests/board_samples/kicad_8/merge_1.kicad_sch @@ -1,254 +1,665 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (date "2021-05-11_13-08-20") - (company "Test company") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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 (lib_id "Device:R") (at 63.5 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060116835) - (property "Reference" "R1" (at 65.278 47.0916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 65.278 49.403 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 61.722 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "RC0805JR-071KL" (at 53.34 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid afb634bf-d2d4-4560-a891-17cee2360f85)) - (pin "2" (uuid 8fc3dc64-0316-4483-955b-6cc65ff9e1c8)) - (instances - (project "merge_1" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 76.2 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060116c74) - (property "Reference" "R2" (at 77.978 47.0916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 77.978 49.403 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 74.422 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "RC0805JR-071KL" (at 53.34 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ddf0cbdf-337f-4f75-b87c-643f7eb59917)) - (pin "2" (uuid 49265804-0096-4217-9537-f218fbd69c52)) - (instances - (project "merge_1" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 88.9 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060117409) - (property "Reference" "R3" (at 90.678 47.0916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 90.678 49.403 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 87.122 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "RC0805JR-071KL" (at 53.34 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 71b25962-3bdb-41b6-8555-b03d1677ed65)) - (pin "2" (uuid 3c65acc2-e8fe-49eb-a1b1-0df75c185195)) - (instances - (project "merge_1" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 63.5 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060117926) - (property "Reference" "C1" (at 66.421 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (at 66.421 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 64.4652 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "GRM1555C1H102JA01D" (at 53.34 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c63ea0fb-2c6c-4f97-86fb-617c2560809e)) - (pin "2" (uuid 8104aa50-a939-4715-a570-a261cb482238)) - (instances - (project "merge_1" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 76.2 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060117dd1) - (property "Reference" "C2" (at 79.121 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10nF" (at 79.121 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 77.1652 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "GRM155R71E103KA01D" (at 53.34 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 071fe165-eed0-4ec5-8ce3-44801c72d2c9)) - (pin "2" (uuid cc25d09c-35c7-41e7-be08-11221978f8bb)) - (instances - (project "merge_1" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (date "2021-05-11_13-08-20") + (company "Test company") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 + (lib_id "Device:R") + (at 63.5 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060116835") + (property "Reference" "R1" + (at 65.278 47.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 65.278 49.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 61.722 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "RC0805JR-071KL" + (at 53.34 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "afb634bf-d2d4-4560-a891-17cee2360f85") + ) + (pin "2" + (uuid "8fc3dc64-0316-4483-955b-6cc65ff9e1c8") + ) + (instances + (project "merge_1" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060116c74") + (property "Reference" "R2" + (at 77.978 47.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 77.978 49.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 74.422 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "RC0805JR-071KL" + (at 53.34 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ddf0cbdf-337f-4f75-b87c-643f7eb59917") + ) + (pin "2" + (uuid "49265804-0096-4217-9537-f218fbd69c52") + ) + (instances + (project "merge_1" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 88.9 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060117409") + (property "Reference" "R3" + (at 90.678 47.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 90.678 49.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 87.122 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "RC0805JR-071KL" + (at 53.34 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "71b25962-3bdb-41b6-8555-b03d1677ed65") + ) + (pin "2" + (uuid "3c65acc2-e8fe-49eb-a1b1-0df75c185195") + ) + (instances + (project "merge_1" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 63.5 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060117926") + (property "Reference" "C1" + (at 66.421 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 66.421 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 64.4652 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "GRM1555C1H102JA01D" + (at 53.34 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c63ea0fb-2c6c-4f97-86fb-617c2560809e") + ) + (pin "2" + (uuid "8104aa50-a939-4715-a570-a261cb482238") + ) + (instances + (project "merge_1" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 76.2 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060117dd1") + (property "Reference" "C2" + (at 79.121 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10nF" + (at 79.121 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 77.1652 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "GRM155R71E103KA01D" + (at 53.34 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "071fe165-eed0-4ec5-8ce3-44801c72d2c9") + ) + (pin "2" + (uuid "cc25d09c-35c7-41e7-be08-11221978f8bb") + ) + (instances + (project "merge_1" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/merge_2.kicad_sch b/tests/board_samples/kicad_8/merge_2.kicad_sch index 689be3ec8..96aaa5709 100644 --- a/tests/board_samples/kicad_8/merge_2.kicad_sch +++ b/tests/board_samples/kicad_8/merge_2.kicad_sch @@ -1,282 +1,742 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (date "2021-05-11_13-10-07") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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 (lib_id "Device:R") (at 63.5 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060116835) - (property "Reference" "R1" (at 65.278 47.0916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10k" (at 65.278 49.403 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 61.722 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "RC0805JR-0710KL" (at 53.34 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ddf0cbdf-337f-4f75-b87c-643f7eb59917)) - (pin "2" (uuid 49265804-0096-4217-9537-f218fbd69c52)) - (instances - (project "merge_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 76.2 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060116c74) - (property "Reference" "R2" (at 77.978 47.0916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000" (at 77.978 49.403 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 74.422 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "RC0805JR-071KL" (at 53.34 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 71b25962-3bdb-41b6-8555-b03d1677ed65)) - (pin "2" (uuid 3c65acc2-e8fe-49eb-a1b1-0df75c185195)) - (instances - (project "merge_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 88.9 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060117409) - (property "Reference" "R3" (at 90.678 47.0916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000" (at 90.678 49.403 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 87.122 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "RC0805JR-071KL" (at 53.34 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d34385b1-fadf-4359-a8b1-59e02579d7e5)) - (pin "2" (uuid 43c60605-74b4-4257-83a1-c4affa06551c)) - (instances - (project "merge_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 63.5 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060117926) - (property "Reference" "C1" (at 66.421 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10nF" (at 66.421 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 64.4652 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "GRM155R71E103KA01D" (at 53.34 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 071fe165-eed0-4ec5-8ce3-44801c72d2c9)) - (pin "2" (uuid cc25d09c-35c7-41e7-be08-11221978f8bb)) - (instances - (project "merge_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 76.2 60.96 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060117dd1) - (property "Reference" "C2" (at 79.121 59.7916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (at 79.121 62.103 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 77.1652 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "GRM1555C1H102JA01D" (at 53.34 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 896391fa-77aa-4617-be63-4c92c9128a73)) - (pin "2" (uuid 1a585210-4cd2-4cf8-9787-2016b6bc4329)) - (instances - (project "merge_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 101.6 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000601182f4) - (property "Reference" "R4" (at 103.378 47.0916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000" (at 103.378 49.403 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 99.822 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 101.6 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "RC0805JR-071KL" (at 53.34 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid fe29d3b6-92be-4e54-a383-392356bcc809)) - (pin "2" (uuid 5fc03015-6f9b-4e08-9fd5-ba1cb6c63544)) - (instances - (project "merge_2" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (date "2021-05-11_13-10-07") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 + (lib_id "Device:R") + (at 63.5 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060116835") + (property "Reference" "R1" + (at 65.278 47.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 65.278 49.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 61.722 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "RC0805JR-0710KL" + (at 53.34 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ddf0cbdf-337f-4f75-b87c-643f7eb59917") + ) + (pin "2" + (uuid "49265804-0096-4217-9537-f218fbd69c52") + ) + (instances + (project "merge_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060116c74") + (property "Reference" "R2" + (at 77.978 47.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000" + (at 77.978 49.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 74.422 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "RC0805JR-071KL" + (at 53.34 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "71b25962-3bdb-41b6-8555-b03d1677ed65") + ) + (pin "2" + (uuid "3c65acc2-e8fe-49eb-a1b1-0df75c185195") + ) + (instances + (project "merge_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 88.9 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060117409") + (property "Reference" "R3" + (at 90.678 47.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000" + (at 90.678 49.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 87.122 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "RC0805JR-071KL" + (at 53.34 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d34385b1-fadf-4359-a8b1-59e02579d7e5") + ) + (pin "2" + (uuid "43c60605-74b4-4257-83a1-c4affa06551c") + ) + (instances + (project "merge_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 63.5 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060117926") + (property "Reference" "C1" + (at 66.421 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10nF" + (at 66.421 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 64.4652 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "GRM155R71E103KA01D" + (at 53.34 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "071fe165-eed0-4ec5-8ce3-44801c72d2c9") + ) + (pin "2" + (uuid "cc25d09c-35c7-41e7-be08-11221978f8bb") + ) + (instances + (project "merge_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 76.2 60.96 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060117dd1") + (property "Reference" "C2" + (at 79.121 59.7916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 79.121 62.103 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 77.1652 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "GRM1555C1H102JA01D" + (at 53.34 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "896391fa-77aa-4617-be63-4c92c9128a73") + ) + (pin "2" + (uuid "1a585210-4cd2-4cf8-9787-2016b6bc4329") + ) + (instances + (project "merge_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 101.6 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000601182f4") + (property "Reference" "R4" + (at 103.378 47.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000" + (at 103.378 49.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 99.822 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "RC0805JR-071KL" + (at 53.34 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fe29d3b6-92be-4e54-a383-392356bcc809") + ) + (pin "2" + (uuid "5fc03015-6f9b-4e08-9fd5-ba1cb6c63544") + ) + (instances + (project "merge_2" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/merge_3.kicad_sch b/tests/board_samples/kicad_8/merge_3.kicad_sch index 7ddbf0649..ac15113c9 100644 --- a/tests/board_samples/kicad_8/merge_3.kicad_sch +++ b/tests/board_samples/kicad_8/merge_3.kicad_sch @@ -1,202 +1,528 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (date "2021-05-11_13-10-48") - ) - - (lib_symbols - (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 (lib_id "Device:R") (at 63.5 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060116835) - (property "Reference" "R1" (at 65.278 47.0916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10k" (at 65.278 49.403 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 61.722 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "RC0805JR-0710KL" (at 53.34 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid afb634bf-d2d4-4560-a891-17cee2360f85)) - (pin "2" (uuid 8fc3dc64-0316-4483-955b-6cc65ff9e1c8)) - (instances - (project "merge_3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 76.2 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060116c74) - (property "Reference" "R2" (at 77.978 47.0916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10k" (at 77.978 49.403 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 74.422 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "RC0805JR-0710KL" (at 53.34 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ddf0cbdf-337f-4f75-b87c-643f7eb59917)) - (pin "2" (uuid 49265804-0096-4217-9537-f218fbd69c52)) - (instances - (project "merge_3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 88.9 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060117409) - (property "Reference" "R3" (at 90.678 47.0916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10k" (at 90.678 49.403 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 87.122 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "RC0805JR-0710KL" (at 53.34 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 71b25962-3bdb-41b6-8555-b03d1677ed65)) - (pin "2" (uuid 3c65acc2-e8fe-49eb-a1b1-0df75c185195)) - (instances - (project "merge_3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 101.6 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000601182f4) - (property "Reference" "R4" (at 103.378 47.0916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "10k" (at 103.378 49.403 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 99.822 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 101.6 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "RC0805JR-0710KL" (at 53.34 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid d34385b1-fadf-4359-a8b1-59e02579d7e5)) - (pin "2" (uuid 43c60605-74b4-4257-83a1-c4affa06551c)) - (instances - (project "merge_3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 114.3 48.26 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060118a56) - (property "Reference" "R5" (at 116.078 47.0916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (at 116.078 49.403 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 112.522 48.26 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "RC0805JR-071KL" (at 53.34 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 98559c04-1edf-4a16-a403-ee803395c189)) - (pin "2" (uuid 198c8220-35a2-4b8b-97eb-1f4e2ae5b6f2)) - (instances - (project "merge_3" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (date "2021-05-11_13-10-48") + ) + (lib_symbols + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 + (lib_id "Device:R") + (at 63.5 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060116835") + (property "Reference" "R1" + (at 65.278 47.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 65.278 49.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 61.722 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "RC0805JR-0710KL" + (at 53.34 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "afb634bf-d2d4-4560-a891-17cee2360f85") + ) + (pin "2" + (uuid "8fc3dc64-0316-4483-955b-6cc65ff9e1c8") + ) + (instances + (project "merge_3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060116c74") + (property "Reference" "R2" + (at 77.978 47.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 77.978 49.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 74.422 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "RC0805JR-0710KL" + (at 53.34 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ddf0cbdf-337f-4f75-b87c-643f7eb59917") + ) + (pin "2" + (uuid "49265804-0096-4217-9537-f218fbd69c52") + ) + (instances + (project "merge_3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 88.9 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060117409") + (property "Reference" "R3" + (at 90.678 47.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 90.678 49.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 87.122 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "RC0805JR-0710KL" + (at 53.34 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "71b25962-3bdb-41b6-8555-b03d1677ed65") + ) + (pin "2" + (uuid "3c65acc2-e8fe-49eb-a1b1-0df75c185195") + ) + (instances + (project "merge_3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 101.6 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000601182f4") + (property "Reference" "R4" + (at 103.378 47.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 103.378 49.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 99.822 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "RC0805JR-0710KL" + (at 53.34 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d34385b1-fadf-4359-a8b1-59e02579d7e5") + ) + (pin "2" + (uuid "43c60605-74b4-4257-83a1-c4affa06551c") + ) + (instances + (project "merge_3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 114.3 48.26 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060118a56") + (property "Reference" "R5" + (at 116.078 47.0916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 116.078 49.403 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 112.522 48.26 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "RC0805JR-071KL" + (at 53.34 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "98559c04-1edf-4a16-a403-ee803395c189") + ) + (pin "2" + (uuid "198c8220-35a2-4b8b-97eb-1f4e2ae5b6f2") + ) + (instances + (project "merge_3" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/missing.kicad_sch b/tests/board_samples/kicad_8/missing.kicad_sch index 7703ddd23..34e756e44 100644 --- a/tests/board_samples/kicad_8/missing.kicad_sch +++ b/tests/board_samples/kicad_8/missing.kicad_sch @@ -1,122 +1,318 @@ -(kicad_sch (version 20211123) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiBom Test Schematic") - (date "2020-03-12") - (rev "A") - (company "https://github.com/SchrodingersGat/KiBom") - ) - - (lib_symbols - ) - - - (text "This schematic serves as a test file for the KiBot export script.\nHere we have a component without lib (from old KiCad?) \nand another that isn't in any lib." - (at 13.97 26.67 0) - (effects (font (size 2.9972 2.9972)) (justify left bottom)) - (uuid 646d9e91-59b4-4865-a2fc-29780ed32563) - ) - - (symbol (lib_id "l1:C") (at 25.4 43.18 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005f43bec2) - (property "Reference" "C1" (id 0) (at 28.321 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nF" (id 1) (at 28.321 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (id 2) (at 26.3652 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "T2" (id 4) (at 25.4 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "l1:C") (at 36.83 43.18 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005f43ce1c) - (property "Reference" "C2" (id 0) (at 39.751 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000 pF" (id 1) (at 39.751 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (id 2) (at 37.7952 46.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "T3" (id 4) (at 36.83 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "A:B:Resistor") (at 53.34 43.18 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005f43d144) - (property "Reference" "R1" (id 0) (at 55.118 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1k" (id 1) (at 55.118 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 51.562 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default" (id 4) (at 53.34 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "l1:FooBar") (at 63.5 43.18 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-00005f43d4bb) - (property "Reference" "R2" (id 0) (at 65.278 42.0116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1000" (id 1) (at 65.278 44.323 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (id 2) (at 61.722 43.18 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "T1" (id 4) (at 63.5 43.18 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) - - (symbol_instances - (path "/00000000-0000-0000-0000-00005f43bec2" - (reference "C1") (unit 1) (value "1nF") (footprint "Capacitor_SMD:C_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-00005f43ce1c" - (reference "C2") (unit 1) (value "1000 pF") (footprint "Capacitor_SMD:C_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-00005f43d144" - (reference "R1") (unit 1) (value "1k") (footprint "Resistor_SMD:R_0805_2012Metric") - ) - (path "/00000000-0000-0000-0000-00005f43d4bb" - (reference "R2") (unit 1) (value "1000") (footprint "Resistor_SMD:R_0805_2012Metric") - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiBom Test Schematic") + (date "2020-03-12") + (rev "A") + (company "https://github.com/SchrodingersGat/KiBom") + ) + (lib_symbols) + (text "This schematic serves as a test file for the KiBot export script.\nHere we have a component without lib (from old KiCad?) \nand another that isn't in any lib." + (exclude_from_sim no) + (at 13.97 26.67 0) + (effects + (font + (size 2.9972 2.9972) + ) + (justify left bottom) + ) + (uuid "646d9e91-59b4-4865-a2fc-29780ed32563") + ) + (symbol + (lib_id "l1:C") + (at 25.4 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43bec2") + (property "Reference" "C1" + (at 28.321 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nF" + (at 28.321 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 26.3652 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "T2" + (at 25.4 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "missing" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "l1:C") + (at 36.83 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43ce1c") + (property "Reference" "C2" + (at 39.751 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000 pF" + (at 39.751 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 37.7952 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "T3" + (at 36.83 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "missing" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "A:B:Resistor") + (at 53.34 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d144") + (property "Reference" "R1" + (at 55.118 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1k" + (at 55.118 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 51.562 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default" + (at 53.34 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "missing" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "l1:FooBar") + (at 63.5 43.18 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f43d4bb") + (property "Reference" "R2" + (at 65.278 42.0116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1000" + (at 65.278 44.323 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 61.722 43.18 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "T1" + (at 63.5 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "missing" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/multiboard.kicad_pcb b/tests/board_samples/kicad_8/multiboard.kicad_pcb index 6a9a0e48d..284c7c0e6 100644 --- a/tests/board_samples/kicad_8/multiboard.kicad_pcb +++ b/tests/board_samples/kicad_8/multiboard.kicad_pcb @@ -1,180 +1,576 @@ -(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) - ) - - (setup - (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 6) - (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 "") - - (footprint "kikit:Board" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000605a7057) - (at 100 90) - (descr "Mark board for extraction") - (attr through_hole) - (fp_text reference "B1" (at -4.5 -5) (layer "Dwgs.User") - (effects (font (size 1 1) (thickness 0.15)) (justify left)) - (tstamp cc934527-b84e-4ca1-ad52-399f8e7bf3df) - ) - (fp_text value "Board" (at -7.25 -5) (layer "Dwgs.User") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 43c89b73-cf56-4390-ad99-0ff92ac35d30) - ) - (fp_line (start -1.25 -4) (end -9.25 -4) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp 982364b6-bcbd-41ff-a125-84aef9991943)) - (fp_line (start 0 0) (end -1.25 -4) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp 87358536-a504-44ce-8c66-b8b876d8894f)) - (fp_line (start 0 0) (end -1 -0.5) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp dd80f3b3-31f9-4741-adf5-c81fa1f4c68b)) - (fp_line (start 0 0) (end 0.5 -1) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp 2d675f93-d44f-485c-8207-150c12492452)) - ) - - (footprint "kikit:Board" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000605a706e) - (at 135 90) - (descr "Mark board for extraction") - (attr through_hole) - (fp_text reference "B2" (at -4.5 -5) (layer "Dwgs.User") - (effects (font (size 1 1) (thickness 0.15)) (justify left)) - (tstamp 5c8f7927-58c0-47ef-854e-3dd8cc0bf312) - ) - (fp_text value "Board" (at -7.25 -5) (layer "Dwgs.User") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bb77f266-f95c-4d63-b73d-9eb5f6c9f1bc) - ) - (fp_line (start -1.25 -4) (end -9.25 -4) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp 2cc0aca6-d467-4eed-bd95-c60b0cdb0ccc)) - (fp_line (start 0 0) (end -1.25 -4) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp 500b75b0-5ef8-4f0f-8bab-ed9123c39485)) - (fp_line (start 0 0) (end -1 -0.5) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp 17e1baca-0f8f-4171-b616-6601bb7efd5b)) - (fp_line (start 0 0) (end 0.5 -1) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp 3605dbc5-2619-4e06-bf86-49f1c1817220)) - ) - - (footprint "kikit:Board" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-0000605a707c) - (at 185 90) - (descr "Mark board for extraction") - (attr through_hole) - (fp_text reference "B3" (at -4.5 -5) (layer "Dwgs.User") - (effects (font (size 1 1) (thickness 0.15)) (justify left)) - (tstamp 01bee0de-da40-4390-898d-9738e5a86bcc) - ) - (fp_text value "Board" (at -7.25 -5) (layer "Dwgs.User") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3f2b141b-7bc9-4979-84f7-000f6c66c53b) - ) - (fp_line (start -1.25 -4) (end -9.25 -4) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp 181c6f00-96c3-4bb7-ba16-c3fde41797ab)) - (fp_line (start 0 0) (end -1.25 -4) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp 5e41870a-537a-491e-a56f-ec6759e82e36)) - (fp_line (start 0 0) (end -1 -0.5) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp f1ebaa83-56da-4499-929a-773021ade5b3)) - (fp_line (start 0 0) (end 0.5 -1) - (stroke (width 0.2) (type solid)) (layer "Dwgs.User") (tstamp 0ef8c6c7-83b7-4ec8-8948-2e70fa334d77)) - ) - - (gr_line (start 150 110) (end 135 110) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-0000605a1415)) - (gr_line (start 210 90) (end 180 90) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-0000605a1425)) - (gr_line (start 200 100) (end 190 100) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-0000605a142a)) - (gr_line (start 160 100) (end 150 100) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 51ee268f-1cdb-4d7d-9c21-906f097e0468)) - (gr_line (start 180 90) (end 180 110) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 64c01c4a-0872-44ed-b267-b18d90185def)) - (gr_line (start 210 110) (end 210 90) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 7197a3a4-13b0-4964-97bb-d3c67b25d3cc)) - (gr_line (start 160 90) (end 160 100) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 993fe7e0-bb83-477b-b768-ddb19b694f3e)) - (gr_line (start 135 90) (end 160 90) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp a3e28d38-69cd-42a1-b425-f1a15302e858)) - (gr_line (start 180 110) (end 210 110) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp afbb53e6-3063-40ce-bb83-3604be396e1d)) - (gr_line (start 190 105) (end 200 105) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp c0684255-d65e-4027-adfe-519b7fcde519)) - (gr_line (start 135 110) (end 135 90) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp c30d7998-579c-409d-b75a-00fa9f4eed59)) - (gr_circle (center 100 100) (end 110 100) - (stroke (width 0.2) (type solid)) (fill none) (layer "Edge.Cuts") (tstamp c817e371-265a-41a5-8be4-97a10008c2fc)) - (gr_line (start 150 100) (end 150 110) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp d2bf3808-d0b7-47de-a1f9-f2e94b771c7b)) - (gr_line (start 190 100) (end 190 105) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp da6b8bc6-f48f-49c2-9e3e-3bb909ccfe9a)) - (gr_line (start 200 105) (end 200 100) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp e6c0520a-00d5-4fde-85e1-681298498d17)) - (gr_text "B" (at 145 100) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000605a709d) - (effects (font (size 5 5) (thickness 1))) - ) - (gr_text "C" (at 185 100) (layer "F.SilkS") (tstamp 00000000-0000-0000-0000-0000605a709f) - (effects (font (size 5 5) (thickness 1))) - ) - (gr_text "A" (at 100 100) (layer "F.SilkS") (tstamp eb565a94-7da3-44d3-82d1-76c30d6f561a) - (effects (font (size 5 5) (thickness 1))) - ) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "kikit:Board" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000605a7057") + (at 100 90) + (descr "Mark board for extraction") + (property "Reference" "B1" + (at -4.5 -5 0) + (layer "Dwgs.User") + (uuid "cc934527-b84e-4ca1-ad52-399f8e7bf3df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (property "Value" "Board" + (at -7.25 -5 0) + (layer "Dwgs.User") + (uuid "43c89b73-cf56-4390-ad99-0ff92ac35d30") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e677e60a-0005-4c75-83ff-69d699d0c551") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3f43686f-623a-4fed-b40b-e7180809feae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "04e01e06-14a3-4c41-987c-6a9f8140eb1b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -1.25 -4) + (end -9.25 -4) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "982364b6-bcbd-41ff-a125-84aef9991943") + ) + (fp_line + (start 0 0) + (end -1.25 -4) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "87358536-a504-44ce-8c66-b8b876d8894f") + ) + (fp_line + (start 0 0) + (end -1 -0.5) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "dd80f3b3-31f9-4741-adf5-c81fa1f4c68b") + ) + (fp_line + (start 0 0) + (end 0.5 -1) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "2d675f93-d44f-485c-8207-150c12492452") + ) + ) + (footprint "kikit:Board" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000605a706e") + (at 135 90) + (descr "Mark board for extraction") + (property "Reference" "B2" + (at -4.5 -5 0) + (layer "Dwgs.User") + (uuid "5c8f7927-58c0-47ef-854e-3dd8cc0bf312") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (property "Value" "Board" + (at -7.25 -5 0) + (layer "Dwgs.User") + (uuid "bb77f266-f95c-4d63-b73d-9eb5f6c9f1bc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5659c99d-110e-48a3-b862-fc2c37ce6f65") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1aee0535-f6e8-4b53-bd44-caaabd312678") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0ed244bb-5491-42ed-be4c-a800daa12664") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -1.25 -4) + (end -9.25 -4) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "2cc0aca6-d467-4eed-bd95-c60b0cdb0ccc") + ) + (fp_line + (start 0 0) + (end -1.25 -4) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "500b75b0-5ef8-4f0f-8bab-ed9123c39485") + ) + (fp_line + (start 0 0) + (end -1 -0.5) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "17e1baca-0f8f-4171-b616-6601bb7efd5b") + ) + (fp_line + (start 0 0) + (end 0.5 -1) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "3605dbc5-2619-4e06-bf86-49f1c1817220") + ) + ) + (footprint "kikit:Board" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-0000605a707c") + (at 185 90) + (descr "Mark board for extraction") + (property "Reference" "B3" + (at -4.5 -5 0) + (layer "Dwgs.User") + (uuid "01bee0de-da40-4390-898d-9738e5a86bcc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify left) + ) + ) + (property "Value" "Board" + (at -7.25 -5 0) + (layer "Dwgs.User") + (uuid "3f2b141b-7bc9-4979-84f7-000f6c66c53b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b869ed28-e4d3-458c-958b-338621cad02e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ee53d43a-3a27-42a8-9f01-c9a7d172dd49") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7adb3b99-4033-4dee-a69c-2baf6df7a644") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -1.25 -4) + (end -9.25 -4) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "181c6f00-96c3-4bb7-ba16-c3fde41797ab") + ) + (fp_line + (start 0 0) + (end -1.25 -4) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "5e41870a-537a-491e-a56f-ec6759e82e36") + ) + (fp_line + (start 0 0) + (end -1 -0.5) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "f1ebaa83-56da-4499-929a-773021ade5b3") + ) + (fp_line + (start 0 0) + (end 0.5 -1) + (stroke + (width 0.2) + (type solid) + ) + (layer "Dwgs.User") + (uuid "0ef8c6c7-83b7-4ec8-8948-2e70fa334d77") + ) + ) + (gr_line + (start 150 110) + (end 135 110) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-0000605a1415") + ) + (gr_line + (start 210 90) + (end 180 90) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-0000605a1425") + ) + (gr_line + (start 200 100) + (end 190 100) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-0000605a142a") + ) + (gr_line + (start 160 100) + (end 150 100) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "51ee268f-1cdb-4d7d-9c21-906f097e0468") + ) + (gr_line + (start 180 90) + (end 180 110) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "64c01c4a-0872-44ed-b267-b18d90185def") + ) + (gr_line + (start 210 110) + (end 210 90) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "7197a3a4-13b0-4964-97bb-d3c67b25d3cc") + ) + (gr_line + (start 160 90) + (end 160 100) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "993fe7e0-bb83-477b-b768-ddb19b694f3e") + ) + (gr_line + (start 135 90) + (end 160 90) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "a3e28d38-69cd-42a1-b425-f1a15302e858") + ) + (gr_line + (start 180 110) + (end 210 110) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "afbb53e6-3063-40ce-bb83-3604be396e1d") + ) + (gr_line + (start 190 105) + (end 200 105) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c0684255-d65e-4027-adfe-519b7fcde519") + ) + (gr_line + (start 135 110) + (end 135 90) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c30d7998-579c-409d-b75a-00fa9f4eed59") + ) + (gr_circle + (center 100 100) + (end 110 100) + (stroke + (width 0.2) + (type solid) + ) + (fill none) + (layer "Edge.Cuts") + (uuid "c817e371-265a-41a5-8be4-97a10008c2fc") + ) + (gr_line + (start 150 100) + (end 150 110) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d2bf3808-d0b7-47de-a1f9-f2e94b771c7b") + ) + (gr_line + (start 190 100) + (end 190 105) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "da6b8bc6-f48f-49c2-9e3e-3bb909ccfe9a") + ) + (gr_line + (start 200 105) + (end 200 100) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "e6c0520a-00d5-4fde-85e1-681298498d17") + ) + (gr_text "B" + (at 145 100 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-0000605a709d") + (effects + (font + (size 5 5) + (thickness 1) + ) + ) + ) + (gr_text "C" + (at 185 100 0) + (layer "F.SilkS") + (uuid "00000000-0000-0000-0000-0000605a709f") + (effects + (font + (size 5 5) + (thickness 1) + ) + ) + ) + (gr_text "A" + (at 100 100 0) + (layer "F.SilkS") + (uuid "eb565a94-7da3-44d3-82d1-76c30d6f561a") + (effects + (font + (size 5 5) + (thickness 1) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/multiboard.kicad_sch b/tests/board_samples/kicad_8/multiboard.kicad_sch index 84c093178..4bd02752d 100644 --- a/tests/board_samples/kicad_8/multiboard.kicad_sch +++ b/tests/board_samples/kicad_8/multiboard.kicad_sch @@ -1,14 +1,13 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 2e1c5c17-733f-432d-ac13-7421fd62239d) - - (paper "A4") - - (lib_symbols - ) - - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "2e1c5c17-733f-432d-ac13-7421fd62239d") + (paper "A4") + (lib_symbols) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/netclass_flag.kicad_sch b/tests/board_samples/kicad_8/netclass_flag.kicad_sch index ff2a104f0..3cddc361d 100644 --- a/tests/board_samples/kicad_8/netclass_flag.kicad_sch +++ b/tests/board_samples/kicad_8/netclass_flag.kicad_sch @@ -1,1243 +1,2580 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid bfc6828b-5f4e-42ee-8c70-3014b93e82f0) - - (paper "A4") - - (title_block - (title "Test") - (date "YYYY-MM-DD") - (rev "xgithash") - ) - - (lib_symbols - (symbol "Checkbox:Checkbox" (pin_numbers hide) (pin_names (offset 0)) (in_bom no) (on_board no) - (property "Reference" "Variant1" (at 3.81 1.2701 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Value" "Checkbox" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Symbol:Checkbox_Fab" (at 0 -4.953 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 -7.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "" (at 0 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "Variante 1" (at 3.81 0.0001 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value placer" "" (at 0 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Checkbox" (at 0 -8.89 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "variante1" (at 0 -10.795 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "Check, Checkbox, Variant, Variants" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Checkbox for Variants" (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 "Checkbox_0_1" - (rectangle (start -2.54 2.54) (end 2.54 -2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "" (at 5.08 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 5.08 -1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "" (at 5.08 1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 5.08 1.27 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "~" (at 5.08 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value placer" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default" (at 7.62 -2.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:CP" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "CP" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Polarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "CP_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "CP_0_1" - (rectangle (start -2.286 0.508) (end 2.286 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.778 2.286) - (xy -0.762 2.286) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 2.794) - (xy -1.27 1.778) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 2.286 -0.508) (end -2.286 -1.016) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - (symbol "CP_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (at 0 -2.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 0 -3.683 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "" (at 0 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 0 -5.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "~" (at 0 -3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value placer" "" (at 0 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Description" (at 0 -7.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default" (at 0 -9.525 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 2.54 -1.016) (end -2.54 1.016) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_1_1" - (pin passive line (at -3.81 0 0) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Graphic:Logo_Open_Hardware_Small" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "#LOGO" (at 0 6.985 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "Logo_Open_Hardware_Small" (at 0 -5.715 0) - (effects (font (size 1.27 1.27)) hide) - ) - (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" "Logo" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Open Hardware logo, small" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Logo_Open_Hardware_Small_0_1" - (polyline - (pts - (xy 3.3528 -4.3434) - (xy 3.302 -4.318) - (xy 3.175 -4.2418) - (xy 2.9972 -4.1148) - (xy 2.7686 -3.9624) - (xy 2.54 -3.81) - (xy 2.3622 -3.7084) - (xy 2.2352 -3.6068) - (xy 2.1844 -3.5814) - (xy 2.159 -3.6068) - (xy 2.0574 -3.6576) - (xy 1.905 -3.7338) - (xy 1.8034 -3.7846) - (xy 1.6764 -3.8354) - (xy 1.6002 -3.8354) - (xy 1.6002 -3.8354) - (xy 1.5494 -3.7338) - (xy 1.4732 -3.5306) - (xy 1.3462 -3.302) - (xy 1.2446 -3.0226) - (xy 1.1176 -2.7178) - (xy 0.9652 -2.413) - (xy 0.8636 -2.1082) - (xy 0.7366 -1.8288) - (xy 0.6604 -1.6256) - (xy 0.6096 -1.4732) - (xy 0.5842 -1.397) - (xy 0.5842 -1.397) - (xy 0.6604 -1.3208) - (xy 0.7874 -1.2446) - (xy 1.0414 -1.016) - (xy 1.2954 -0.6858) - (xy 1.4478 -0.3302) - (xy 1.524 0.0762) - (xy 1.4732 0.4572) - (xy 1.3208 0.8128) - (xy 1.0668 1.143) - (xy 0.762 1.3716) - (xy 0.4064 1.524) - (xy 0 1.5748) - (xy -0.381 1.5494) - (xy -0.7366 1.397) - (xy -1.0668 1.143) - (xy -1.2192 0.9906) - (xy -1.397 0.6604) - (xy -1.524 0.3048) - (xy -1.524 0.2286) - (xy -1.4986 -0.1778) - (xy -1.397 -0.5334) - (xy -1.1938 -0.8636) - (xy -0.9144 -1.143) - (xy -0.8636 -1.1684) - (xy -0.7366 -1.27) - (xy -0.635 -1.3462) - (xy -0.5842 -1.397) - (xy -1.0668 -2.5908) - (xy -1.143 -2.794) - (xy -1.2954 -3.1242) - (xy -1.397 -3.4036) - (xy -1.4986 -3.6322) - (xy -1.5748 -3.7846) - (xy -1.6002 -3.8354) - (xy -1.6002 -3.8354) - (xy -1.651 -3.8354) - (xy -1.7272 -3.81) - (xy -1.905 -3.7338) - (xy -2.0066 -3.683) - (xy -2.1336 -3.6068) - (xy -2.2098 -3.5814) - (xy -2.2606 -3.6068) - (xy -2.3622 -3.683) - (xy -2.54 -3.81) - (xy -2.7686 -3.9624) - (xy -2.9718 -4.0894) - (xy -3.1496 -4.2164) - (xy -3.302 -4.318) - (xy -3.3528 -4.3434) - (xy -3.3782 -4.3434) - (xy -3.429 -4.318) - (xy -3.5306 -4.2164) - (xy -3.7084 -4.064) - (xy -3.937 -3.8354) - (xy -3.9624 -3.81) - (xy -4.1656 -3.6068) - (xy -4.318 -3.4544) - (xy -4.4196 -3.3274) - (xy -4.445 -3.2766) - (xy -4.445 -3.2766) - (xy -4.4196 -3.2258) - (xy -4.318 -3.0734) - (xy -4.2164 -2.8956) - (xy -4.064 -2.667) - (xy -3.6576 -2.0828) - (xy -3.8862 -1.5494) - (xy -3.937 -1.3716) - (xy -4.0386 -1.1684) - (xy -4.0894 -1.0414) - (xy -4.1148 -0.9652) - (xy -4.191 -0.9398) - (xy -4.318 -0.9144) - (xy -4.5466 -0.8636) - (xy -4.8006 -0.8128) - (xy -5.0546 -0.7874) - (xy -5.2578 -0.7366) - (xy -5.4356 -0.7112) - (xy -5.5118 -0.6858) - (xy -5.5118 -0.6858) - (xy -5.5372 -0.635) - (xy -5.5372 -0.5588) - (xy -5.5372 -0.4318) - (xy -5.5626 -0.2286) - (xy -5.5626 0.0762) - (xy -5.5626 0.127) - (xy -5.5372 0.4064) - (xy -5.5372 0.635) - (xy -5.5372 0.762) - (xy -5.5372 0.8382) - (xy -5.5372 0.8382) - (xy -5.461 0.8382) - (xy -5.3086 0.889) - (xy -5.08 0.9144) - (xy -4.826 0.9652) - (xy -4.8006 0.9906) - (xy -4.5466 1.0414) - (xy -4.318 1.0668) - (xy -4.1656 1.1176) - (xy -4.0894 1.143) - (xy -4.0894 1.143) - (xy -4.0386 1.2446) - (xy -3.9624 1.4224) - (xy -3.8608 1.6256) - (xy -3.7846 1.8288) - (xy -3.7084 2.0066) - (xy -3.6576 2.159) - (xy -3.6322 2.2098) - (xy -3.6322 2.2098) - (xy -3.683 2.286) - (xy -3.7592 2.413) - (xy -3.8862 2.5908) - (xy -4.064 2.8194) - (xy -4.064 2.8448) - (xy -4.2164 3.0734) - (xy -4.3434 3.2512) - (xy -4.4196 3.3782) - (xy -4.445 3.4544) - (xy -4.445 3.4544) - (xy -4.3942 3.5052) - (xy -4.2926 3.6322) - (xy -4.1148 3.81) - (xy -3.937 4.0132) - (xy -3.8608 4.064) - (xy -3.6576 4.2926) - (xy -3.5052 4.4196) - (xy -3.4036 4.4958) - (xy -3.3528 4.5212) - (xy -3.3528 4.5212) - (xy -3.302 4.4704) - (xy -3.1496 4.3688) - (xy -2.9718 4.2418) - (xy -2.7432 4.0894) - (xy -2.7178 4.0894) - (xy -2.4892 3.937) - (xy -2.3114 3.81) - (xy -2.1844 3.7084) - (xy -2.1336 3.683) - (xy -2.1082 3.683) - (xy -2.032 3.7084) - (xy -1.8542 3.7592) - (xy -1.6764 3.8354) - (xy -1.4732 3.937) - (xy -1.27 4.0132) - (xy -1.143 4.064) - (xy -1.0668 4.1148) - (xy -1.0668 4.1148) - (xy -1.0414 4.191) - (xy -1.016 4.3434) - (xy -0.9652 4.572) - (xy -0.9144 4.8514) - (xy -0.889 4.9022) - (xy -0.8382 5.1562) - (xy -0.8128 5.3848) - (xy -0.7874 5.5372) - (xy -0.762 5.588) - (xy -0.7112 5.6134) - (xy -0.5842 5.6134) - (xy -0.4064 5.6134) - (xy -0.1524 5.6134) - (xy 0.0762 5.6134) - (xy 0.3302 5.6134) - (xy 0.5334 5.6134) - (xy 0.6858 5.588) - (xy 0.7366 5.588) - (xy 0.7366 5.588) - (xy 0.762 5.5118) - (xy 0.8128 5.334) - (xy 0.8382 5.1054) - (xy 0.9144 4.826) - (xy 0.9144 4.7752) - (xy 0.9652 4.5212) - (xy 1.016 4.2926) - (xy 1.0414 4.1402) - (xy 1.0668 4.0894) - (xy 1.0668 4.0894) - (xy 1.1938 4.0386) - (xy 1.3716 3.9624) - (xy 1.5748 3.8608) - (xy 2.0828 3.6576) - (xy 2.7178 4.0894) - (xy 2.7686 4.1402) - (xy 2.9972 4.2926) - (xy 3.175 4.4196) - (xy 3.302 4.4958) - (xy 3.3782 4.5212) - (xy 3.3782 4.5212) - (xy 3.429 4.4704) - (xy 3.556 4.3434) - (xy 3.7338 4.191) - (xy 3.9116 3.9878) - (xy 4.064 3.8354) - (xy 4.2418 3.6576) - (xy 4.3434 3.556) - (xy 4.4196 3.4798) - (xy 4.4196 3.429) - (xy 4.4196 3.4036) - (xy 4.3942 3.3274) - (xy 4.2926 3.2004) - (xy 4.1656 2.9972) - (xy 4.0132 2.794) - (xy 3.8862 2.5908) - (xy 3.7592 2.3876) - (xy 3.6576 2.2352) - (xy 3.6322 2.159) - (xy 3.6322 2.1336) - (xy 3.683 2.0066) - (xy 3.7592 1.8288) - (xy 3.8608 1.6002) - (xy 4.064 1.1176) - (xy 4.3942 1.0414) - (xy 4.5974 1.016) - (xy 4.8768 0.9652) - (xy 5.1308 0.9144) - (xy 5.5372 0.8382) - (xy 5.5626 -0.6604) - (xy 5.4864 -0.6858) - (xy 5.4356 -0.6858) - (xy 5.2832 -0.7366) - (xy 5.0546 -0.762) - (xy 4.8006 -0.8128) - (xy 4.5974 -0.8636) - (xy 4.3688 -0.9144) - (xy 4.2164 -0.9398) - (xy 4.1402 -0.9398) - (xy 4.1148 -0.9652) - (xy 4.064 -1.0668) - (xy 3.9878 -1.2446) - (xy 3.9116 -1.4478) - (xy 3.81 -1.651) - (xy 3.7338 -1.8542) - (xy 3.683 -2.0066) - (xy 3.6576 -2.0828) - (xy 3.683 -2.1336) - (xy 3.7846 -2.2606) - (xy 3.8862 -2.4638) - (xy 4.0386 -2.667) - (xy 4.191 -2.8956) - (xy 4.318 -3.0734) - (xy 4.3942 -3.2004) - (xy 4.445 -3.2766) - (xy 4.4196 -3.3274) - (xy 4.3434 -3.429) - (xy 4.1656 -3.5814) - (xy 3.937 -3.8354) - (xy 3.8862 -3.8608) - (xy 3.683 -4.064) - (xy 3.5306 -4.2164) - (xy 3.4036 -4.318) - (xy 3.3528 -4.3434) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - ) - ) - (symbol "Mechanical:Fiducial" (in_bom yes) (on_board yes) - (property "Reference" "FID" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Fiducial" (at 0 3.175 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" "fiducial marker" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Fiducial Marker" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Fiducial*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Fiducial_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 0.508) (type default)) - (fill (type background)) - ) - ) - ) - (symbol "R_1" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 0 2.54 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R_1" (at 0 -2.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 0 -3.683 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "" (at 0 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 0 -5.08 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "~" (at 0 -3.81 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value placer" "" (at 0 0 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Description" (at 0 -7.62 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default" (at 0 -9.525 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_1_0_1" - (rectangle (start 2.54 -1.016) (end -2.54 1.016) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "R_1_1_1" - (pin passive line (at -3.81 0 0) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 3.81 0 180) (length 1.27) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - (junction (at 118.11 113.03) (diameter 0) (color 0 0 0 0) - (uuid 13817b2d-236e-47de-b076-666db043baa4) - ) - (junction (at 139.7 113.03) (diameter 0) (color 0 0 0 0) - (uuid 3bbec1ac-805d-4c53-a2c3-ce9d8847895f) - ) - (junction (at 160.655 94.615) (diameter 0) (color 0 0 0 0) - (uuid 5d760167-3165-4bd6-b4b2-d5eda3082cbd) - ) - (junction (at 139.7 94.615) (diameter 0) (color 0 0 0 0) - (uuid 8c74fb67-e9da-4de4-9ac2-43a3e6ffc9f0) - ) - - (wire (pts (xy 160.655 113.03) (xy 160.655 94.615)) - (stroke (width 0) (type default)) - (uuid 1942c9bf-6a09-4d93-9741-f39f6c650792) - ) - (wire (pts (xy 167.005 124.46) (xy 118.11 124.46)) - (stroke (width 0) (type default)) - (uuid 19492806-4868-4846-83e5-ff73e8dbc3e6) - ) - (wire (pts (xy 134.62 113.03) (xy 139.7 113.03)) - (stroke (width 0) (type default)) - (uuid 1d6559fd-7be1-4f6e-9ecb-82365d9d543d) - ) - (wire (pts (xy 152.4 113.03) (xy 160.655 113.03)) - (stroke (width 0) (type default)) - (uuid 481df827-d784-4a86-bf13-317bb4ec10b7) - ) - (wire (pts (xy 174.625 113.03) (xy 179.705 113.03)) - (stroke (width 0) (type default)) - (uuid 56d28561-de59-44cf-8fc5-794e4b9cf4bf) - ) - (wire (pts (xy 167.005 113.03) (xy 167.005 124.46)) - (stroke (width 0) (type default)) - (uuid 610a8bcb-591d-4b2f-b093-03e4e9129dd8) - ) - (wire (pts (xy 179.705 94.615) (xy 179.705 113.03)) - (stroke (width 0) (type default)) - (uuid 638be577-dbfe-4e39-adee-63b3fde90190) - ) - (wire (pts (xy 139.7 94.615) (xy 139.7 113.03)) - (stroke (width 0) (type default)) - (uuid 6dc139f8-6320-40dd-8e53-4e27341bdcdb) - ) - (wire (pts (xy 118.11 124.46) (xy 118.11 113.03)) - (stroke (width 0) (type default)) - (uuid a651a0d8-3aa3-46b1-a55a-dcb5e47a8ba1) - ) - (wire (pts (xy 134.62 94.615) (xy 139.7 94.615)) - (stroke (width 0) (type default)) - (uuid ab51362f-4c43-4b9b-b373-c307f924539c) - ) - (wire (pts (xy 139.7 113.03) (xy 144.78 113.03)) - (stroke (width 0) (type default)) - (uuid c5d61765-9126-454c-b44f-9403e70c5521) - ) - (wire (pts (xy 118.11 113.03) (xy 118.11 94.615)) - (stroke (width 0) (type default)) - (uuid cde083ed-8681-48f1-9322-7edd5ac89dee) - ) - (wire (pts (xy 127 113.03) (xy 118.11 113.03)) - (stroke (width 0) (type default)) - (uuid e7c011ae-004c-411a-ae4d-81f10644f955) - ) - (wire (pts (xy 139.7 94.615) (xy 144.78 94.615)) - (stroke (width 0) (type default)) - (uuid e9d58cd7-841a-4cad-b50d-01c98401b634) - ) - (wire (pts (xy 118.11 94.615) (xy 127 94.615)) - (stroke (width 0) (type default)) - (uuid f2f3d61b-54d5-4cd4-a6ad-e9e9a60de989) - ) - (wire (pts (xy 160.655 94.615) (xy 179.705 94.615)) - (stroke (width 0) (type default)) - (uuid f68d09ec-c180-4d6a-96e6-0d518689b3d8) - ) - (wire (pts (xy 152.4 94.615) (xy 160.655 94.615)) - (stroke (width 0) (type default)) - (uuid fc7ac65e-1c25-4df8-abee-ae958badc01b) - ) - - (text "References for AOI and PaP" (at 17.78 175.26 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid fbe78a3e-3f36-4d09-9489-642e1e5f57c5) - ) - - (label "Power" (at 118.11 94.615 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 12cd69c1-4857-4c11-9c06-8023260746aa) - ) - (label "Signal" (at 139.7 94.615 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid a0dcb9b0-2d5b-4a7c-a092-a8cc7ab1adec) - ) - (label "GND" (at 179.705 94.615 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid e8ac6f82-4310-4084-b639-7c62af69b85c) - ) - - (global_label "aaa" (shape input) (at 224.79 105.41 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid d5f5c9cf-c40e-45d2-961d-bd46f63f48df) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 231.1428 105.41 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - - (hierarchical_label "aaaaa" (shape input) (at 220.98 120.65 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid fa4d4c29-e3f2-4517-bf02-8f45e535a55d) - ) - - (netclass_flag "" (length 2.54) (shape dot) (at 139.7 94.615 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid c15181c9-b7da-442c-92c4-89e614436284) - (property "Netclass" "Signal" (at 140.3985 92.075 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - ) - (netclass_flag "" (length 2.54) (shape dot) (at 118.11 94.615 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid e7cc7328-a5fb-4660-acb5-c21c3c4a3ebb) - (property "Netclass" "Power" (at 118.8085 92.075 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - ) - (netclass_flag "" (length 2.54) (shape dot) (at 179.705 94.615 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid e976b261-b346-4564-bd05-d03db2a0a743) - (property "Netclass" "GND" (at 180.4035 92.075 0) - (effects (font (size 1.27 1.27) italic) (justify left) hide) - ) - ) - - (symbol (lib_name "R_1") (lib_id "Device:R") (at 130.81 94.615 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 471dcea7-bfdb-4c3f-a1bb-6e2ab03bc3a2) - (property "Reference" "R1" (at 130.81 92.71 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "5918" (at 130.81 97.155 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 129.032 94.615 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 130.81 94.615 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default,variant_1,variant_2" (at 130.81 94.615 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "" (at 130.81 94.615 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 130.81 99.695 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "~" (at 130.81 98.425 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value placer" "" (at 130.81 94.615 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Resistor" (at 130.81 102.235 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "variant_1:Value" "0 Ohm" (at 130.81 94.615 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "variant_2:Value" "50 Ohm" (at 130.81 94.615 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid eaafe973-c5ab-418e-b524-1a7562cab6e4)) - (pin "2" (uuid db3b58bf-ed04-4d97-a504-c5ebee682543)) - (instances - (project "Test" - (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Checkbox:Checkbox") (at 269.875 169.545 0) (unit 1) - (in_bom no) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 6b9f840e-7212-4bb4-89a3-beefd3d9e4d0) - (property "Reference" "Variant1" (at 273.685 168.2749 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Value" "Checkbox" (at 269.875 173.355 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Symbol:Checkbox_Fab" (at 269.875 174.498 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 269.875 177.165 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "" (at 269.875 169.545 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 269.875 175.895 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "Variante 1" (at 274.32 169.5449 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value placer" "" (at 269.875 169.545 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Checkbox" (at 269.875 178.435 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "-variante_1" (at 269.875 180.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "Test" - (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" - (reference "Variant1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Graphic:Logo_Open_Hardware_Small") (at 252.095 173.99 0) (unit 1) - (in_bom no) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 792bd7cb-fcfa-4a0a-b2d6-a5c483022deb) - (property "Reference" "LOGO1" (at 252.095 167.005 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "Logo_Open_Hardware_Small" (at 252.095 179.705 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Symbol:OSHW-Logo2_7.3x6mm_SilkScreen" (at 252.095 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 252.095 173.99 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "Test" - (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" - (reference "LOGO1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 130.81 113.03 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 8c2205e7-02a4-4d57-8ae6-ae2e9f014955) - (property "Reference" "C1" (at 130.81 109.22 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2925" (at 133.985 116.205 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 134.62 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 132.08 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "" (at 129.54 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 129.54 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "~" (at 130.81 108.585 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value placer" "" (at 130.81 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Capacitator" (at 130.81 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default,variant_1,variant_2" (at 133.35 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "variant_1:Value" "5892" (at 130.81 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "variant_2:Value" "5936" (at 130.81 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid df29639f-89db-49c8-929f-bc39e0a6bf66)) - (pin "2" (uuid af98a934-bb59-4770-909d-02f8801eadb9)) - (instances - (project "Test" - (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Checkbox:Checkbox") (at 269.875 177.8 0) (unit 1) - (in_bom no) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 9b70f1f4-1950-4f26-9c1d-246ae4754b5b) - (property "Reference" "Variant2" (at 273.685 176.5299 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Value" "Checkbox" (at 269.875 181.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Symbol:Checkbox_Fab" (at 269.875 182.753 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 269.875 185.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "" (at 269.875 177.8 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 269.875 184.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "Variante 2" (at 274.32 177.7999 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value placer" "" (at 269.875 177.8 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Checkbox" (at 269.875 186.69 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "-variante_2" (at 269.875 188.595 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "Test" - (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" - (reference "Variant2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:Fiducial") (at 19.05 179.07 0) (unit 1) - (in_bom no) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 9efd1a5e-4095-4399-a837-6f7288e3cff1) - (property "Reference" "Ref1" (at 22.225 177.7999 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Brdref" (at 22.225 180.3399 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Fiducial:Fiducial_0.5mm_Mask1.5mm" (at 19.05 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 19.05 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default,variant_1,variant_2" (at 19.05 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Marker" (at 19.05 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 19.05 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "~" (at 19.05 179.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "Test" - (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" - (reference "Ref1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 148.59 94.615 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid a081dd71-3160-43f4-a3fa-2b756654270f) - (property "Reference" "R2" (at 148.59 92.71 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "5918" (at 148.59 97.155 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 146.812 94.615 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 148.59 94.615 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default,variant_1,variant_2" (at 148.59 94.615 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "variant_2:Value" "0 Ohm" (at 148.59 94.615 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "" (at 148.59 94.615 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 148.59 99.695 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "~" (at 148.59 98.425 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value placer" "" (at 148.59 94.615 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Resistor" (at 148.59 102.235 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "variant_1:Value" "50 Ohm" (at 148.59 94.615 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ec2165c9-e603-4a5e-a424-dea6bb4d5944)) - (pin "2" (uuid a2e5d9ba-596e-4ea4-83d9-2c3f3aae669b)) - (instances - (project "Test" - (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:Fiducial") (at 19.05 184.785 0) (unit 1) - (in_bom no) (on_board yes) (dnp no) (fields_autoplaced) - (uuid adcaef39-0eea-4320-824c-7f3241fae4fe) - (property "Reference" "Ref2" (at 22.225 183.5149 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Brdref" (at 22.225 186.0549 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Fiducial:Fiducial_0.5mm_Mask1.5mm" (at 19.05 184.785 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 19.05 184.785 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default,variant_1,variant_2" (at 19.05 184.785 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Marker" (at 19.05 184.785 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 19.05 184.785 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "~" (at 19.05 184.785 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "Test" - (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" - (reference "Ref2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:Fiducial") (at 19.05 190.5 0) (unit 1) - (in_bom no) (on_board yes) (dnp no) (fields_autoplaced) - (uuid b8b9bfe9-b6e3-49d2-a31d-290717deebad) - (property "Reference" "Ref3" (at 22.225 189.2299 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Brdref" (at 22.225 191.7699 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Fiducial:Fiducial_0.5mm_Mask1.5mm" (at 19.05 190.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 19.05 190.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default,variant_1,variant_2" (at 19.05 190.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Marker" (at 19.05 190.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 19.05 190.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "~" (at 19.05 190.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "Test" - (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" - (reference "Ref3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:CP") (at 170.815 113.03 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid bfe3056a-c440-46a9-a2b6-96ad4b67d614) - (property "Reference" "C3" (at 170.815 109.22 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2893" (at 173.99 116.84 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-6032-28_Kemet-C" (at 174.625 112.0648 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 170.815 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "" (at 169.545 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 169.545 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "~" (at 170.815 116.84 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value placer" "" (at 170.815 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Capacitator" (at 170.815 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default,-variant_1,-variant_2" (at 173.355 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "variant_1:Value" "~" (at 170.815 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "variant_2:Value" "~" (at 170.815 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c2ab3ddd-d65f-4f95-bea3-b97819560fe6)) - (pin "2" (uuid 8642a4e1-87b4-46f5-bec1-92ee3504d4d7)) - (instances - (project "Test" - (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" - (reference "C3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 148.59 113.03 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid e7247efa-d7ee-4702-829e-e5b61f24e33d) - (property "Reference" "C2" (at 148.59 109.22 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2925" (at 151.765 116.84 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 152.4 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 149.86 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "" (at 147.32 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Intranet" "~" (at 147.32 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value Component" "~" (at 148.59 108.585 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value placer" "" (at 148.59 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "Capacitator" (at 148.59 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "default,variant_1,variant_2" (at 151.13 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "variant_1:Value" "5892" (at 148.59 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "variant_2:Value" "5936" (at 148.59 113.03 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 94d497f8-9719-4b61-83e8-fdb222d0870d)) - (pin "2" (uuid b787f561-9995-48c4-a962-7ec4b0ebd018)) - (instances - (project "Test" - (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "bfc6828b-5f4e-42ee-8c70-3014b93e82f0") + (paper "A4") + (title_block + (title "Test") + (date "YYYY-MM-DD") + (rev "xgithash") + ) + (lib_symbols + (symbol "Checkbox:Checkbox" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom no) + (on_board no) + (property "Reference" "Variant1" + (at 3.81 1.2701 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Value" "Checkbox" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Symbol:Checkbox_Fab" + (at 0 -4.953 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Checkbox for Variants" + (at 0 -8.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "Variante 1" + (at 3.81 0.0001 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value placer" "" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "variante1" + (at 0 -10.795 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Check, Checkbox, Variant, Variants" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Checkbox_0_1" + (rectangle + (start -2.54 2.54) + (end 2.54 -2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "" + (at 5.08 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 5.08 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "" + (at 5.08 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 5.08 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "~" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value placer" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default" + (at 7.62 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:CP" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "CP" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Polarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "CP_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "CP_0_1" + (rectangle + (start -2.286 0.508) + (end 2.286 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.286) (xy -0.762 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 2.794) (xy -1.27 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.286 -0.508) + (end -2.286 -1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "CP_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 0 -3.683 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "~" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value placer" "" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default" + (at 0 -9.525 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_0_1" + (rectangle + (start 2.54 -1.016) + (end -2.54 1.016) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1" + (pin passive line + (at -3.81 0 0) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Graphic:Logo_Open_Hardware_Small" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#LOGO" + (at 0 6.985 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "Logo_Open_Hardware_Small" + (at 0 -5.715 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Open Hardware logo, small" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "Logo" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Logo_Open_Hardware_Small_0_1" + (polyline + (pts + (xy 3.3528 -4.3434) (xy 3.302 -4.318) (xy 3.175 -4.2418) (xy 2.9972 -4.1148) (xy 2.7686 -3.9624) + (xy 2.54 -3.81) (xy 2.3622 -3.7084) (xy 2.2352 -3.6068) (xy 2.1844 -3.5814) (xy 2.159 -3.6068) + (xy 2.0574 -3.6576) (xy 1.905 -3.7338) (xy 1.8034 -3.7846) (xy 1.6764 -3.8354) (xy 1.6002 -3.8354) + (xy 1.6002 -3.8354) (xy 1.5494 -3.7338) (xy 1.4732 -3.5306) (xy 1.3462 -3.302) (xy 1.2446 -3.0226) + (xy 1.1176 -2.7178) (xy 0.9652 -2.413) (xy 0.8636 -2.1082) (xy 0.7366 -1.8288) (xy 0.6604 -1.6256) + (xy 0.6096 -1.4732) (xy 0.5842 -1.397) (xy 0.5842 -1.397) (xy 0.6604 -1.3208) (xy 0.7874 -1.2446) + (xy 1.0414 -1.016) (xy 1.2954 -0.6858) (xy 1.4478 -0.3302) (xy 1.524 0.0762) (xy 1.4732 0.4572) + (xy 1.3208 0.8128) (xy 1.0668 1.143) (xy 0.762 1.3716) (xy 0.4064 1.524) (xy 0 1.5748) (xy -0.381 1.5494) + (xy -0.7366 1.397) (xy -1.0668 1.143) (xy -1.2192 0.9906) (xy -1.397 0.6604) (xy -1.524 0.3048) + (xy -1.524 0.2286) (xy -1.4986 -0.1778) (xy -1.397 -0.5334) (xy -1.1938 -0.8636) (xy -0.9144 -1.143) + (xy -0.8636 -1.1684) (xy -0.7366 -1.27) (xy -0.635 -1.3462) (xy -0.5842 -1.397) (xy -1.0668 -2.5908) + (xy -1.143 -2.794) (xy -1.2954 -3.1242) (xy -1.397 -3.4036) (xy -1.4986 -3.6322) (xy -1.5748 -3.7846) + (xy -1.6002 -3.8354) (xy -1.6002 -3.8354) (xy -1.651 -3.8354) (xy -1.7272 -3.81) (xy -1.905 -3.7338) + (xy -2.0066 -3.683) (xy -2.1336 -3.6068) (xy -2.2098 -3.5814) (xy -2.2606 -3.6068) (xy -2.3622 -3.683) + (xy -2.54 -3.81) (xy -2.7686 -3.9624) (xy -2.9718 -4.0894) (xy -3.1496 -4.2164) (xy -3.302 -4.318) + (xy -3.3528 -4.3434) (xy -3.3782 -4.3434) (xy -3.429 -4.318) (xy -3.5306 -4.2164) (xy -3.7084 -4.064) + (xy -3.937 -3.8354) (xy -3.9624 -3.81) (xy -4.1656 -3.6068) (xy -4.318 -3.4544) (xy -4.4196 -3.3274) + (xy -4.445 -3.2766) (xy -4.445 -3.2766) (xy -4.4196 -3.2258) (xy -4.318 -3.0734) (xy -4.2164 -2.8956) + (xy -4.064 -2.667) (xy -3.6576 -2.0828) (xy -3.8862 -1.5494) (xy -3.937 -1.3716) (xy -4.0386 -1.1684) + (xy -4.0894 -1.0414) (xy -4.1148 -0.9652) (xy -4.191 -0.9398) (xy -4.318 -0.9144) (xy -4.5466 -0.8636) + (xy -4.8006 -0.8128) (xy -5.0546 -0.7874) (xy -5.2578 -0.7366) (xy -5.4356 -0.7112) (xy -5.5118 -0.6858) + (xy -5.5118 -0.6858) (xy -5.5372 -0.635) (xy -5.5372 -0.5588) (xy -5.5372 -0.4318) (xy -5.5626 -0.2286) + (xy -5.5626 0.0762) (xy -5.5626 0.127) (xy -5.5372 0.4064) (xy -5.5372 0.635) (xy -5.5372 0.762) + (xy -5.5372 0.8382) (xy -5.5372 0.8382) (xy -5.461 0.8382) (xy -5.3086 0.889) (xy -5.08 0.9144) + (xy -4.826 0.9652) (xy -4.8006 0.9906) (xy -4.5466 1.0414) (xy -4.318 1.0668) (xy -4.1656 1.1176) + (xy -4.0894 1.143) (xy -4.0894 1.143) (xy -4.0386 1.2446) (xy -3.9624 1.4224) (xy -3.8608 1.6256) + (xy -3.7846 1.8288) (xy -3.7084 2.0066) (xy -3.6576 2.159) (xy -3.6322 2.2098) (xy -3.6322 2.2098) + (xy -3.683 2.286) (xy -3.7592 2.413) (xy -3.8862 2.5908) (xy -4.064 2.8194) (xy -4.064 2.8448) + (xy -4.2164 3.0734) (xy -4.3434 3.2512) (xy -4.4196 3.3782) (xy -4.445 3.4544) (xy -4.445 3.4544) + (xy -4.3942 3.5052) (xy -4.2926 3.6322) (xy -4.1148 3.81) (xy -3.937 4.0132) (xy -3.8608 4.064) + (xy -3.6576 4.2926) (xy -3.5052 4.4196) (xy -3.4036 4.4958) (xy -3.3528 4.5212) (xy -3.3528 4.5212) + (xy -3.302 4.4704) (xy -3.1496 4.3688) (xy -2.9718 4.2418) (xy -2.7432 4.0894) (xy -2.7178 4.0894) + (xy -2.4892 3.937) (xy -2.3114 3.81) (xy -2.1844 3.7084) (xy -2.1336 3.683) (xy -2.1082 3.683) + (xy -2.032 3.7084) (xy -1.8542 3.7592) (xy -1.6764 3.8354) (xy -1.4732 3.937) (xy -1.27 4.0132) + (xy -1.143 4.064) (xy -1.0668 4.1148) (xy -1.0668 4.1148) (xy -1.0414 4.191) (xy -1.016 4.3434) + (xy -0.9652 4.572) (xy -0.9144 4.8514) (xy -0.889 4.9022) (xy -0.8382 5.1562) (xy -0.8128 5.3848) + (xy -0.7874 5.5372) (xy -0.762 5.588) (xy -0.7112 5.6134) (xy -0.5842 5.6134) (xy -0.4064 5.6134) + (xy -0.1524 5.6134) (xy 0.0762 5.6134) (xy 0.3302 5.6134) (xy 0.5334 5.6134) (xy 0.6858 5.588) + (xy 0.7366 5.588) (xy 0.7366 5.588) (xy 0.762 5.5118) (xy 0.8128 5.334) (xy 0.8382 5.1054) (xy 0.9144 4.826) + (xy 0.9144 4.7752) (xy 0.9652 4.5212) (xy 1.016 4.2926) (xy 1.0414 4.1402) (xy 1.0668 4.0894) + (xy 1.0668 4.0894) (xy 1.1938 4.0386) (xy 1.3716 3.9624) (xy 1.5748 3.8608) (xy 2.0828 3.6576) + (xy 2.7178 4.0894) (xy 2.7686 4.1402) (xy 2.9972 4.2926) (xy 3.175 4.4196) (xy 3.302 4.4958) (xy 3.3782 4.5212) + (xy 3.3782 4.5212) (xy 3.429 4.4704) (xy 3.556 4.3434) (xy 3.7338 4.191) (xy 3.9116 3.9878) (xy 4.064 3.8354) + (xy 4.2418 3.6576) (xy 4.3434 3.556) (xy 4.4196 3.4798) (xy 4.4196 3.429) (xy 4.4196 3.4036) (xy 4.3942 3.3274) + (xy 4.2926 3.2004) (xy 4.1656 2.9972) (xy 4.0132 2.794) (xy 3.8862 2.5908) (xy 3.7592 2.3876) + (xy 3.6576 2.2352) (xy 3.6322 2.159) (xy 3.6322 2.1336) (xy 3.683 2.0066) (xy 3.7592 1.8288) (xy 3.8608 1.6002) + (xy 4.064 1.1176) (xy 4.3942 1.0414) (xy 4.5974 1.016) (xy 4.8768 0.9652) (xy 5.1308 0.9144) (xy 5.5372 0.8382) + (xy 5.5626 -0.6604) (xy 5.4864 -0.6858) (xy 5.4356 -0.6858) (xy 5.2832 -0.7366) (xy 5.0546 -0.762) + (xy 4.8006 -0.8128) (xy 4.5974 -0.8636) (xy 4.3688 -0.9144) (xy 4.2164 -0.9398) (xy 4.1402 -0.9398) + (xy 4.1148 -0.9652) (xy 4.064 -1.0668) (xy 3.9878 -1.2446) (xy 3.9116 -1.4478) (xy 3.81 -1.651) + (xy 3.7338 -1.8542) (xy 3.683 -2.0066) (xy 3.6576 -2.0828) (xy 3.683 -2.1336) (xy 3.7846 -2.2606) + (xy 3.8862 -2.4638) (xy 4.0386 -2.667) (xy 4.191 -2.8956) (xy 4.318 -3.0734) (xy 4.3942 -3.2004) + (xy 4.445 -3.2766) (xy 4.4196 -3.3274) (xy 4.3434 -3.429) (xy 4.1656 -3.5814) (xy 3.937 -3.8354) + (xy 3.8862 -3.8608) (xy 3.683 -4.064) (xy 3.5306 -4.2164) (xy 3.4036 -4.318) (xy 3.3528 -4.3434) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + (symbol "Mechanical:Fiducial" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "FID" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Fiducial" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Fiducial Marker" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "fiducial marker" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Fiducial*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Fiducial_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 0.508) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + (symbol "R_1" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_1" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 0 -3.683 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "~" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value placer" "" + (at 0 0 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default" + (at 0 -9.525 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_1_0_1" + (rectangle + (start 2.54 -1.016) + (end -2.54 1.016) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_1_1_1" + (pin passive line + (at -3.81 0 0) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 118.11 113.03) + (diameter 0) + (color 0 0 0 0) + (uuid "13817b2d-236e-47de-b076-666db043baa4") + ) + (junction + (at 139.7 113.03) + (diameter 0) + (color 0 0 0 0) + (uuid "3bbec1ac-805d-4c53-a2c3-ce9d8847895f") + ) + (junction + (at 160.655 94.615) + (diameter 0) + (color 0 0 0 0) + (uuid "5d760167-3165-4bd6-b4b2-d5eda3082cbd") + ) + (junction + (at 139.7 94.615) + (diameter 0) + (color 0 0 0 0) + (uuid "8c74fb67-e9da-4de4-9ac2-43a3e6ffc9f0") + ) + (wire + (pts + (xy 160.655 113.03) (xy 160.655 94.615) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1942c9bf-6a09-4d93-9741-f39f6c650792") + ) + (wire + (pts + (xy 167.005 124.46) (xy 118.11 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "19492806-4868-4846-83e5-ff73e8dbc3e6") + ) + (wire + (pts + (xy 134.62 113.03) (xy 139.7 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1d6559fd-7be1-4f6e-9ecb-82365d9d543d") + ) + (wire + (pts + (xy 152.4 113.03) (xy 160.655 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "481df827-d784-4a86-bf13-317bb4ec10b7") + ) + (wire + (pts + (xy 174.625 113.03) (xy 179.705 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "56d28561-de59-44cf-8fc5-794e4b9cf4bf") + ) + (wire + (pts + (xy 167.005 113.03) (xy 167.005 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "610a8bcb-591d-4b2f-b093-03e4e9129dd8") + ) + (wire + (pts + (xy 179.705 94.615) (xy 179.705 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "638be577-dbfe-4e39-adee-63b3fde90190") + ) + (wire + (pts + (xy 139.7 94.615) (xy 139.7 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6dc139f8-6320-40dd-8e53-4e27341bdcdb") + ) + (wire + (pts + (xy 118.11 124.46) (xy 118.11 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a651a0d8-3aa3-46b1-a55a-dcb5e47a8ba1") + ) + (wire + (pts + (xy 134.62 94.615) (xy 139.7 94.615) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ab51362f-4c43-4b9b-b373-c307f924539c") + ) + (wire + (pts + (xy 139.7 113.03) (xy 144.78 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c5d61765-9126-454c-b44f-9403e70c5521") + ) + (wire + (pts + (xy 118.11 113.03) (xy 118.11 94.615) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cde083ed-8681-48f1-9322-7edd5ac89dee") + ) + (wire + (pts + (xy 127 113.03) (xy 118.11 113.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e7c011ae-004c-411a-ae4d-81f10644f955") + ) + (wire + (pts + (xy 139.7 94.615) (xy 144.78 94.615) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e9d58cd7-841a-4cad-b50d-01c98401b634") + ) + (wire + (pts + (xy 118.11 94.615) (xy 127 94.615) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f2f3d61b-54d5-4cd4-a6ad-e9e9a60de989") + ) + (wire + (pts + (xy 160.655 94.615) (xy 179.705 94.615) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f68d09ec-c180-4d6a-96e6-0d518689b3d8") + ) + (wire + (pts + (xy 152.4 94.615) (xy 160.655 94.615) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fc7ac65e-1c25-4df8-abee-ae958badc01b") + ) + (text "References for AOI and PaP" + (exclude_from_sim no) + (at 17.78 175.26 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "fbe78a3e-3f36-4d09-9489-642e1e5f57c5") + ) + (label "Power" + (at 118.11 94.615 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "12cd69c1-4857-4c11-9c06-8023260746aa") + ) + (label "Signal" + (at 139.7 94.615 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "a0dcb9b0-2d5b-4a7c-a092-a8cc7ab1adec") + ) + (label "GND" + (at 179.705 94.615 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "e8ac6f82-4310-4084-b639-7c62af69b85c") + ) + (global_label "aaa" + (shape input) + (at 224.79 105.41 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "d5f5c9cf-c40e-45d2-961d-bd46f63f48df") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 231.1428 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (hierarchical_label "aaaaa" + (shape input) + (at 220.98 120.65 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "fa4d4c29-e3f2-4517-bf02-8f45e535a55d") + ) + (netclass_flag "" + (length 2.54) + (shape dot) + (at 139.7 94.615 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c15181c9-b7da-442c-92c4-89e614436284") + (property "Netclass" "Signal" + (at 140.3985 92.075 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + ) + (netclass_flag "" + (length 2.54) + (shape dot) + (at 118.11 94.615 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "e7cc7328-a5fb-4660-acb5-c21c3c4a3ebb") + (property "Netclass" "Power" + (at 118.8085 92.075 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + ) + (netclass_flag "" + (length 2.54) + (shape dot) + (at 179.705 94.615 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "e976b261-b346-4564-bd05-d03db2a0a743") + (property "Netclass" "GND" + (at 180.4035 92.075 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + ) + (symbol + (lib_name "R_1") + (lib_id "Device:R") + (at 130.81 94.615 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "471dcea7-bfdb-4c3f-a1bb-6e2ab03bc3a2") + (property "Reference" "R1" + (at 130.81 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "5918" + (at 130.81 97.155 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 129.032 94.615 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 130.81 94.615 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 130.81 102.235 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default,variant_1,variant_2" + (at 130.81 94.615 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "" + (at 130.81 94.615 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 130.81 99.695 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "~" + (at 130.81 98.425 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value placer" "" + (at 130.81 94.615 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "variant_1:Value" "0 Ohm" + (at 130.81 94.615 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "variant_2:Value" "50 Ohm" + (at 130.81 94.615 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "eaafe973-c5ab-418e-b524-1a7562cab6e4") + ) + (pin "2" + (uuid "db3b58bf-ed04-4d97-a504-c5ebee682543") + ) + (instances + (project "netclass_flag" + (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Checkbox:Checkbox") + (at 269.875 169.545 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6b9f840e-7212-4bb4-89a3-beefd3d9e4d0") + (property "Reference" "Variant1" + (at 273.685 168.2749 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Value" "Checkbox" + (at 269.875 173.355 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Symbol:Checkbox_Fab" + (at 269.875 174.498 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 269.875 177.165 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Checkbox" + (at 269.875 178.435 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "" + (at 269.875 169.545 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 269.875 175.895 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "Variante 1" + (at 274.32 169.5449 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value placer" "" + (at 269.875 169.545 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "-variante_1" + (at 269.875 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "netclass_flag" + (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" + (reference "Variant1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Graphic:Logo_Open_Hardware_Small") + (at 252.095 173.99 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "792bd7cb-fcfa-4a0a-b2d6-a5c483022deb") + (property "Reference" "LOGO1" + (at 252.095 167.005 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "Logo_Open_Hardware_Small" + (at 252.095 179.705 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Symbol:OSHW-Logo2_7.3x6mm_SilkScreen" + (at 252.095 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 252.095 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 252.095 173.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "netclass_flag" + (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" + (reference "LOGO1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 130.81 113.03 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "8c2205e7-02a4-4d57-8ae6-ae2e9f014955") + (property "Reference" "C1" + (at 130.81 109.22 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2925" + (at 133.985 116.205 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 134.62 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 132.08 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Capacitator" + (at 130.81 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "" + (at 129.54 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 129.54 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "~" + (at 130.81 108.585 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value placer" "" + (at 130.81 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default,variant_1,variant_2" + (at 133.35 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "variant_1:Value" "5892" + (at 130.81 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "variant_2:Value" "5936" + (at 130.81 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "df29639f-89db-49c8-929f-bc39e0a6bf66") + ) + (pin "2" + (uuid "af98a934-bb59-4770-909d-02f8801eadb9") + ) + (instances + (project "netclass_flag" + (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Checkbox:Checkbox") + (at 269.875 177.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9b70f1f4-1950-4f26-9c1d-246ae4754b5b") + (property "Reference" "Variant2" + (at 273.685 176.5299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Value" "Checkbox" + (at 269.875 181.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Symbol:Checkbox_Fab" + (at 269.875 182.753 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 269.875 185.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Checkbox" + (at 269.875 186.69 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "" + (at 269.875 177.8 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 269.875 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "Variante 2" + (at 274.32 177.7999 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value placer" "" + (at 269.875 177.8 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "-variante_2" + (at 269.875 188.595 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "netclass_flag" + (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" + (reference "Variant2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:Fiducial") + (at 19.05 179.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9efd1a5e-4095-4399-a837-6f7288e3cff1") + (property "Reference" "Ref1" + (at 22.225 177.7999 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Brdref" + (at 22.225 180.3399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Fiducial:Fiducial_0.5mm_Mask1.5mm" + (at 19.05 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 19.05 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Marker" + (at 19.05 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default,variant_1,variant_2" + (at 19.05 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 19.05 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "~" + (at 19.05 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "netclass_flag" + (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" + (reference "Ref1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 148.59 94.615 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a081dd71-3160-43f4-a3fa-2b756654270f") + (property "Reference" "R2" + (at 148.59 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "5918" + (at 148.59 97.155 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 146.812 94.615 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 148.59 94.615 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 148.59 102.235 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default,variant_1,variant_2" + (at 148.59 94.615 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "variant_2:Value" "0 Ohm" + (at 148.59 94.615 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "" + (at 148.59 94.615 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 148.59 99.695 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "~" + (at 148.59 98.425 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value placer" "" + (at 148.59 94.615 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "variant_1:Value" "50 Ohm" + (at 148.59 94.615 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ec2165c9-e603-4a5e-a424-dea6bb4d5944") + ) + (pin "2" + (uuid "a2e5d9ba-596e-4ea4-83d9-2c3f3aae669b") + ) + (instances + (project "netclass_flag" + (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:Fiducial") + (at 19.05 184.785 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "adcaef39-0eea-4320-824c-7f3241fae4fe") + (property "Reference" "Ref2" + (at 22.225 183.5149 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Brdref" + (at 22.225 186.0549 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Fiducial:Fiducial_0.5mm_Mask1.5mm" + (at 19.05 184.785 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 19.05 184.785 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Marker" + (at 19.05 184.785 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default,variant_1,variant_2" + (at 19.05 184.785 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 19.05 184.785 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "~" + (at 19.05 184.785 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "netclass_flag" + (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" + (reference "Ref2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:Fiducial") + (at 19.05 190.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b8b9bfe9-b6e3-49d2-a31d-290717deebad") + (property "Reference" "Ref3" + (at 22.225 189.2299 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Brdref" + (at 22.225 191.7699 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Fiducial:Fiducial_0.5mm_Mask1.5mm" + (at 19.05 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 19.05 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Marker" + (at 19.05 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default,variant_1,variant_2" + (at 19.05 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 19.05 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "~" + (at 19.05 190.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "netclass_flag" + (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" + (reference "Ref3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:CP") + (at 170.815 113.03 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "bfe3056a-c440-46a9-a2b6-96ad4b67d614") + (property "Reference" "C3" + (at 170.815 109.22 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2893" + (at 173.99 116.84 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-6032-28_Kemet-C" + (at 174.625 112.0648 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 170.815 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Capacitator" + (at 170.815 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "" + (at 169.545 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 169.545 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "~" + (at 170.815 116.84 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value placer" "" + (at 170.815 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default,-variant_1,-variant_2" + (at 173.355 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "variant_1:Value" "~" + (at 170.815 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "variant_2:Value" "~" + (at 170.815 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c2ab3ddd-d65f-4f95-bea3-b97819560fe6") + ) + (pin "2" + (uuid "8642a4e1-87b4-46f5-bec1-92ee3504d4d7") + ) + (instances + (project "netclass_flag" + (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 148.59 113.03 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "e7247efa-d7ee-4702-829e-e5b61f24e33d") + (property "Reference" "C2" + (at 148.59 109.22 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2925" + (at 151.765 116.84 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 152.4 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 149.86 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Capacitator" + (at 148.59 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "" + (at 147.32 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Intranet" "~" + (at 147.32 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value Component" "~" + (at 148.59 108.585 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value placer" "" + (at 148.59 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "default,variant_1,variant_2" + (at 151.13 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "variant_1:Value" "5892" + (at 148.59 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "variant_2:Value" "5936" + (at 148.59 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "94d497f8-9719-4b61-83e8-fdb222d0870d") + ) + (pin "2" + (uuid "b787f561-9995-48c4-a962-7ec4b0ebd018") + ) + (instances + (project "netclass_flag" + (path "/bfc6828b-5f4e-42ee-8c70-3014b93e82f0" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/off-grid.kicad_pro b/tests/board_samples/kicad_8/off-grid.kicad_pro new file mode 100644 index 000000000..54db376e9 --- /dev/null +++ b/tests/board_samples/kicad_8/off-grid.kicad_pro @@ -0,0 +1,529 @@ +{ + "board": { + "3dviewports": [], + "design_settings": { + "defaults": { + "board_outline_line_width": 0.19999999999999998, + "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.09999999999999999, + "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.12, + "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": { + "45_degree_only": false, + "min_clearance": 1.0 + } + }, + "diff_pair_dimensions": [], + "drc_exclusions": [], + "meta": { + "filename": "board_design_settings.json", + "version": 2 + }, + "rule_severities": { + "annular_width": "error", + "clearance": "error", + "copper_edge_clearance": "error", + "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_type_mismatch": "error", + "hole_clearance": "error", + "hole_near_hole": "error", + "invalid_outline": "error", + "item_on_disabled_layer": "error", + "items_not_allowed": "error", + "length_out_of_range": "error", + "malformed_courtyard": "error", + "microvia_drill_out_of_range": "error", + "missing_courtyard": "ignore", + "missing_footprint": "warning", + "net_conflict": "warning", + "npth_inside_courtyard": "ignore", + "padstack": "error", + "pth_inside_courtyard": "ignore", + "shorting_items": "error", + "silk_over_copper": "warning", + "silk_overlap": "warning", + "skew_out_of_range": "error", + "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", + "zone_has_empty_net": "error", + "zones_intersect": "error" + }, + "rule_severitieslegacy_courtyards_overlap": true, + "rule_severitieslegacy_no_courtyard_defined": false, + "rules": { + "allow_blind_buried_vias": false, + "allow_microvias": false, + "max_error": 0.005, + "min_clearance": 0.0, + "min_copper_edge_clearance": 0.09999999999999999, + "min_hole_clearance": 0.25, + "min_hole_to_hole": 0.25, + "min_microvia_diameter": 0.19999999999999998, + "min_microvia_drill": 0.09999999999999999, + "min_silk_clearance": 0.0, + "min_through_hole_diameter": 0.3, + "min_track_width": 0.09999999999999999, + "min_via_annular_width": 0.049999999999999996, + "min_via_diameter": 0.35, + "use_height_for_length_calcs": true + }, + "track_widths": [ + 0.0, + 0.3, + 0.5, + 2.0 + ], + "via_dimensions": [ + { + "diameter": 0.0, + "drill": 0.0 + }, + { + "diameter": 0.8, + "drill": 0.4 + }, + { + "diameter": 1.4, + "drill": 0.8 + } + ], + "zones_allow_external_fillets": false, + "zones_use_no_outline": true + }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, + "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": "off-grid.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": "", + "plot": "", + "pos_files": "", + "specctra_dsn": "", + "step": "", + "svg": "", + "vrml": "" + }, + "page_layout_descr_file": "" + }, + "schematic": { + "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 25.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.25, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, + "pin_symbol_size": 0.0, + "text_offset_ratio": 0.08 + }, + "legacy_lib_dir": "", + "legacy_lib_list": [], + "meta": { + "version": 1 + }, + "net_format_name": "", + "ngspice": { + "fix_include_paths": true, + "fix_passive_vals": false, + "meta": { + "version": 0 + }, + "model_mode": 0, + "workbook_filename": "" + }, + "page_layout_descr_file": "", + "plot_directory": "", + "spice_adjust_passive_values": false, + "spice_current_sheet_as_root": false, + "spice_external_command": "spice \"%I\"", + "spice_model_current_sheet_as_root": true, + "spice_save_all_currents": false, + "spice_save_all_dissipations": false, + "spice_save_all_voltages": false, + "subpart_first_id": 65, + "subpart_id_separator": 0 + }, + "sheets": [ + [ + "6f532429-0896-42e9-8f7d-55f1e3ab1171", + "Root" + ] + ], + "text_variables": {} +} diff --git a/tests/board_samples/kicad_8/off-grid.kicad_sch b/tests/board_samples/kicad_8/off-grid.kicad_sch index 3e8fcec24..e521e76ea 100644 --- a/tests/board_samples/kicad_8/off-grid.kicad_sch +++ b/tests/board_samples/kicad_8/off-grid.kicad_sch @@ -1,93 +1,235 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 6f532429-0896-42e9-8f7d-55f1e3ab1171) - - (paper "A4") - - (lib_symbols - (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)))) - ) - ) - ) - ) - - - - (wire (pts (xy 161.925 38.1) (xy 161.925 45.72)) - (stroke (width 0) (type default)) - (uuid 511cb90c-9c72-4b77-aff9-f6affb9d333a) - ) - (wire (pts (xy 165.735 38.1) (xy 161.925 38.1)) - (stroke (width 0) (type default)) - (uuid 659e802d-922c-460c-9d90-71ca26b9b1b0) - ) - (wire (pts (xy 161.925 45.72) (xy 165.735 45.72)) - (stroke (width 0) (type default)) - (uuid b365109d-87cc-4f98-affd-eaffb73c3dba) - ) - - (symbol (lib_id "Device:R") (at 165.735 41.91 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 08cbd42b-5f2a-4de7-b48e-3bd4b6c520d0) - (property "Reference" "R1" (at 168.275 41.275 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 168.275 43.815 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 163.957 41.91 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 165.735 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 42622943-c02d-4a96-9a8b-08cf61caa6e6)) - (pin "2" (uuid 5a1dcc55-9ffd-4afd-aeaa-50f889f94480)) - (instances - (project "pp" - (path "/6f532429-0896-42e9-8f7d-55f1e3ab1171" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "6f532429-0896-42e9-8f7d-55f1e3ab1171") + (paper "A4") + (lib_symbols + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (wire + (pts + (xy 161.925 38.1) (xy 161.925 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "511cb90c-9c72-4b77-aff9-f6affb9d333a") + ) + (wire + (pts + (xy 165.735 38.1) (xy 161.925 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "659e802d-922c-460c-9d90-71ca26b9b1b0") + ) + (wire + (pts + (xy 161.925 45.72) (xy 165.735 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b365109d-87cc-4f98-affd-eaffb73c3dba") + ) + (symbol + (lib_id "Device:R") + (at 165.735 41.91 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "08cbd42b-5f2a-4de7-b48e-3bd4b6c520d0") + (property "Reference" "R1" + (at 168.275 41.275 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 168.275 43.815 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 163.957 41.91 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 165.735 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 165.735 41.91 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "42622943-c02d-4a96-9a8b-08cf61caa6e6") + ) + (pin "2" + (uuid "5a1dcc55-9ffd-4afd-aeaa-50f889f94480") + ) + (instances + (project "off-grid" + (path "/6f532429-0896-42e9-8f7d-55f1e3ab1171" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/parity_not_in_bom.kicad_pcb b/tests/board_samples/kicad_8/parity_not_in_bom.kicad_pcb index 13daf7d97..7a4066693 100644 --- a/tests/board_samples/kicad_8/parity_not_in_bom.kicad_pcb +++ b/tests/board_samples/kicad_8/parity_not_in_bom.kicad_pcb @@ -1,231 +1,711 @@ -(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 - (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 6) - (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-(R1-Pad1)") - (net 2 "Net-(R1-Pad2)") - - (footprint "Fiducial:Fiducial_0.5mm_Mask1.5mm" (layer "F.Cu") - (tstamp 70f9582f-1ec1-4a67-9f43-9e0435f03ddd) - (at 147.7 87.3) - (descr "Circular Fiducial, 0.5mm bare copper, 1.5mm soldermask opening") - (tags "fiducial") - (attr smd board_only) - (fp_text reference "F1" (at -1.9 -0.3) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e2911034-881c-4775-a5f7-cb8d4b2bfddd) - ) - (fp_text value "Fiducial_0.5mm_Mask1.5mm" (at 12.5 0.1) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3417dce9-cef6-4e6b-862d-204bab5dd510) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp 210396ae-f0ba-4458-b6f9-96a4a2add864) - ) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 1725cd30-9834-479b-b85d-ebac3c00e855)) - (fp_circle (center 0 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 3f0dc753-58a8-4bed-973d-a176a44e7f14)) - (pad "" smd circle (at 0 0) (size 0.5 0.5) (layers "F.Cu" "F.Mask") - (solder_mask_margin 0.5) (clearance 0.5) (tstamp c4ff1230-71db-459d-bb50-88f2d096fd24)) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 71391f61-a293-4f48-90fc-560a7915df90) - (at 141.7 90.21) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "parity_not_in_bom.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/53197f63-58c2-43cf-a8eb-f753d7ef24dd") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7b2615b6-a345-4b0f-99b6-86e596033ed3) - ) - (fp_text value "R" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5290912d-ff49-4c4c-b4e3-50b9698dd21f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp eb04c778-b915-4ef5-a2a4-7105bd2f4240) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b0208b82-bc34-4e1f-8c1d-10c6625fa24e)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 041c7c60-ec2d-4320-905a-23b4d81b9953)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd03aab6-fb56-4749-955c-8702606368c0)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a9ea8b5b-4a6e-4d9d-b048-252fc1412ecc)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d6b5b31-ccaf-4919-81ac-e61b309d843c)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 21aa6277-8a7a-4c94-a5f7-017929a9b2ff)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a2c86f64-3d5d-44f3-bd2b-3d3ba76a1534)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b293f011-f92a-4975-9065-a7f8b42ad6e4)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d86c185-7ab4-410b-a7e0-f3b951d5d0e1)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e9b16bf-7aaf-45bb-bf13-46ff64c7194e)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 1 "Net-(R1-Pad1)") (pintype "passive") (tstamp a8ef74a0-4909-496a-89c3-192e03d40865)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 2 "Net-(R1-Pad2)") (pintype "passive") (tstamp d086af99-eb9a-43cd-a4a8-5fa85bf21c7b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp d22575fe-eeae-4e33-8079-95b8a28b872b) - (at 146.11 90.21) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "parity_not_in_bom.kicad_sch") - (property "Sheetname" "") - (property "exclude_from_bom" "") - (property "ki_description" "Resistor") - (property "ki_keywords" "R res resistor") - (path "/fe915a0d-788b-436b-b91c-17b812706857") - (attr smd exclude_from_bom) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6c0d166e-25bb-45a4-b695-c69a4b50cfcb) - ) - (fp_text value "R" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp acd644dc-8346-4fcf-baaa-3ae973ac2e7f) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 922f6531-fad7-4af0-bae9-d2a838d28ab5) - ) - (fp_line (start -0.227064 -0.735) (end 0.227064 -0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 02ad1c2c-2155-44fe-a999-617e3e26b6ed)) - (fp_line (start -0.227064 0.735) (end 0.227064 0.735) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 801a1b3e-eb10-4c50-b990-5600113eecca)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4f9b330-946a-419d-a0ea-0791a45e19a6)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e6d471eb-43c2-4c5e-b3d0-0b05ff0d1202)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c1f14c4-cf78-46c0-96d2-0c75b8736344)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dac0fd80-6512-4cad-bc11-8e8b8d585be5)) - (fp_line (start -1 -0.625) (end 1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d7f641d3-d51d-436f-9ed9-c15d3d4ab67a)) - (fp_line (start -1 0.625) (end -1 -0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e12ae73-a5ce-4694-8479-11a8d34a75b5)) - (fp_line (start 1 -0.625) (end 1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 92dc906b-5680-4858-b5be-457d0c9d9fb0)) - (fp_line (start 1 0.625) (end -1 0.625) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44c349af-aaa0-4d2a-96eb-8227ef989713)) - (pad "1" smd roundrect (at -0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 1 "Net-(R1-Pad1)") (pintype "passive") (tstamp 6fdb1a9d-290c-41b1-95be-28269a8f25bb)) - (pad "2" smd roundrect (at 0.9125 0) (size 1.025 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.243902) - (net 2 "Net-(R1-Pad2)") (pintype "passive") (tstamp 55596410-e2e1-4872-ad6a-0f26ec48afb1)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_rect (start 139.07 86.08) (end 148.99 93.73) - (stroke (width 0.1) (type solid)) (fill none) (layer "Edge.Cuts") (tstamp 76666355-656c-4bbc-b564-0e519858b554)) - - (segment (start 140.7875 91.7275) (end 141.59 92.53) (width 0.25) (layer "F.Cu") (net 1) (tstamp 1479941e-ba33-4fc7-a01f-38b6929e9fa6)) - (segment (start 145.1975 91.8425) (end 145.1975 90.21) (width 0.25) (layer "F.Cu") (net 1) (tstamp 5e124c25-5aed-47d4-b681-87043a35d032)) - (segment (start 141.59 92.53) (end 144.51 92.53) (width 0.25) (layer "F.Cu") (net 1) (tstamp 65cace76-e388-42c4-89f5-224130d41350)) - (segment (start 144.51 92.53) (end 145.1975 91.8425) (width 0.25) (layer "F.Cu") (net 1) (tstamp 6bdaf2c2-e285-41e3-a359-fdda0fe5f0bb)) - (segment (start 140.7875 90.21) (end 140.7875 91.7275) (width 0.25) (layer "F.Cu") (net 1) (tstamp 6e063370-a136-4b04-9db4-51c9137330af)) - (segment (start 143.16 88.22) (end 146.26 88.22) (width 0.25) (layer "F.Cu") (net 2) (tstamp 0a2fa0f2-3faf-4442-9576-2f87f403922d)) - (segment (start 142.6125 90.21) (end 142.6125 88.7675) (width 0.25) (layer "F.Cu") (net 2) (tstamp 1ce8ab1b-8bf2-4984-bd7c-b354c87d4735)) - (segment (start 147.0225 88.9825) (end 147.0225 90.21) (width 0.25) (layer "F.Cu") (net 2) (tstamp 37605bd2-ca68-40ac-9778-51db8433a277)) - (segment (start 146.26 88.22) (end 147.0225 88.9825) (width 0.25) (layer "F.Cu") (net 2) (tstamp 89ed9d43-6d56-42da-9239-3c16facf2f20)) - (segment (start 142.6125 88.7675) (end 143.16 88.22) (width 0.25) (layer "F.Cu") (net 2) (tstamp e5b31ba0-c473-4a4a-8fc4-f8790529e32d)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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 + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "Net-(R1-Pad1)") + (net 2 "Net-(R1-Pad2)") + (footprint "Fiducial:Fiducial_0.5mm_Mask1.5mm" + (layer "F.Cu") + (uuid "70f9582f-1ec1-4a67-9f43-9e0435f03ddd") + (at 147.7 87.3) + (descr "Circular Fiducial, 0.5mm bare copper, 1.5mm soldermask opening") + (tags "fiducial") + (property "Reference" "F1" + (at -1.9 -0.3 0) + (layer "F.SilkS") + (uuid "e2911034-881c-4775-a5f7-cb8d4b2bfddd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Fiducial_0.5mm_Mask1.5mm" + (at 12.5 0.1 0) + (layer "F.Fab") + (uuid "3417dce9-cef6-4e6b-862d-204bab5dd510") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8064ad0f-5852-4190-af0d-4b2b65e0d415") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "57d6565e-b877-410b-9ca2-d5c7b50ebe55") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c319128-f536-4d37-a52e-7f334ced8c3e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd board_only) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "1725cd30-9834-479b-b85d-ebac3c00e855") + ) + (fp_circle + (center 0 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "3f0dc753-58a8-4bed-973d-a176a44e7f14") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "210396ae-f0ba-4458-b6f9-96a4a2add864") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (pad "" smd circle + (at 0 0) + (size 0.5 0.5) + (layers "F.Cu" "F.Mask") + (solder_mask_margin 0.5) + (clearance 0.5) + (uuid "c4ff1230-71db-459d-bb50-88f2d096fd24") + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "71391f61-a293-4f48-90fc-560a7915df90") + (at 141.7 90.21) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "7b2615b6-a345-4b0f-99b6-86e596033ed3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "5290912d-ff49-4c4c-b4e3-50b9698dd21f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f4cced56-7be7-4934-a210-cd0cfc9d97ae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "45fef08b-0cb7-4494-8a62-ae23906e43e8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d5faedf8-ec6b-401b-85ce-43ff99751022") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/53197f63-58c2-43cf-a8eb-f753d7ef24dd") + (sheetfile "parity_not_in_bom.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b0208b82-bc34-4e1f-8c1d-10c6625fa24e") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "041c7c60-ec2d-4320-905a-23b4d81b9953") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd03aab6-fb56-4749-955c-8702606368c0") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a9ea8b5b-4a6e-4d9d-b048-252fc1412ecc") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d6b5b31-ccaf-4919-81ac-e61b309d843c") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "21aa6277-8a7a-4c94-a5f7-017929a9b2ff") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a2c86f64-3d5d-44f3-bd2b-3d3ba76a1534") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b293f011-f92a-4975-9065-a7f8b42ad6e4") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8d86c185-7ab4-410b-a7e0-f3b951d5d0e1") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0e9b16bf-7aaf-45bb-bf13-46ff64c7194e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "eb04c778-b915-4ef5-a2a4-7105bd2f4240") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 1 "Net-(R1-Pad1)") + (pintype "passive") + (uuid "a8ef74a0-4909-496a-89c3-192e03d40865") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "Net-(R1-Pad2)") + (pintype "passive") + (uuid "d086af99-eb9a-43cd-a4a8-5fa85bf21c7b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "d22575fe-eeae-4e33-8079-95b8a28b872b") + (at 146.11 90.21) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "6c0d166e-25bb-45a4-b695-c69a4b50cfcb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "acd644dc-8346-4fcf-baaa-3ae973ac2e7f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "682515ad-9857-4a9c-85d6-a3d59998f4dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e3432849-73c6-4ed7-a2b0-0e00fb17d25f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1e82069d-43ea-4a8a-bfac-9671e47162ae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "exclude_from_bom" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2cf5b2ca-d580-4b67-9d8f-0f4a4ed5fe94") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/fe915a0d-788b-436b-b91c-17b812706857") + (sheetfile "parity_not_in_bom.kicad_sch") + (attr smd exclude_from_bom) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "02ad1c2c-2155-44fe-a999-617e3e26b6ed") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "801a1b3e-eb10-4c50-b990-5600113eecca") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f4f9b330-946a-419d-a0ea-0791a45e19a6") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e6d471eb-43c2-4c5e-b3d0-0b05ff0d1202") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c1f14c4-cf78-46c0-96d2-0c75b8736344") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dac0fd80-6512-4cad-bc11-8e8b8d585be5") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d7f641d3-d51d-436f-9ed9-c15d3d4ab67a") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e12ae73-a5ce-4694-8479-11a8d34a75b5") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92dc906b-5680-4858-b5be-457d0c9d9fb0") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "44c349af-aaa0-4d2a-96eb-8227ef989713") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "922f6531-fad7-4af0-bae9-d2a838d28ab5") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 1 "Net-(R1-Pad1)") + (pintype "passive") + (uuid "6fdb1a9d-290c-41b1-95be-28269a8f25bb") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 2 "Net-(R1-Pad2)") + (pintype "passive") + (uuid "55596410-e2e1-4872-ad6a-0f26ec48afb1") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_rect + (start 139.07 86.08) + (end 148.99 93.73) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "Edge.Cuts") + (uuid "76666355-656c-4bbc-b564-0e519858b554") + ) + (segment + (start 140.7875 91.7275) + (end 141.59 92.53) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "1479941e-ba33-4fc7-a01f-38b6929e9fa6") + ) + (segment + (start 145.1975 91.8425) + (end 145.1975 90.21) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "5e124c25-5aed-47d4-b681-87043a35d032") + ) + (segment + (start 141.59 92.53) + (end 144.51 92.53) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "65cace76-e388-42c4-89f5-224130d41350") + ) + (segment + (start 144.51 92.53) + (end 145.1975 91.8425) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "6bdaf2c2-e285-41e3-a359-fdda0fe5f0bb") + ) + (segment + (start 140.7875 90.21) + (end 140.7875 91.7275) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "6e063370-a136-4b04-9db4-51c9137330af") + ) + (segment + (start 143.16 88.22) + (end 146.26 88.22) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "0a2fa0f2-3faf-4442-9576-2f87f403922d") + ) + (segment + (start 142.6125 90.21) + (end 142.6125 88.7675) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "1ce8ab1b-8bf2-4984-bd7c-b354c87d4735") + ) + (segment + (start 147.0225 88.9825) + (end 147.0225 90.21) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "37605bd2-ca68-40ac-9778-51db8433a277") + ) + (segment + (start 146.26 88.22) + (end 147.0225 88.9825) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "89ed9d43-6d56-42da-9239-3c16facf2f20") + ) + (segment + (start 142.6125 88.7675) + (end 143.16 88.22) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "e5b31ba0-c473-4a4a-8fc4-f8790529e32d") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/parity_not_in_bom.kicad_sch b/tests/board_samples/kicad_8/parity_not_in_bom.kicad_sch index 7df1bec46..609550e06 100644 --- a/tests/board_samples/kicad_8/parity_not_in_bom.kicad_sch +++ b/tests/board_samples/kicad_8/parity_not_in_bom.kicad_sch @@ -1,130 +1,335 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 3732eaf7-cce4-43cf-b4b9-c9dc29b0959c) - - (paper "A4") - - (lib_symbols - (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)))) - ) - ) - ) - ) - - - (wire (pts (xy 114.3 71.12) (xy 127 71.12)) - (stroke (width 0) (type default)) - (uuid 50547cc0-58b4-41d9-be7a-4dcc3848c41c) - ) - (wire (pts (xy 127 83.82) (xy 127 88.9)) - (stroke (width 0) (type default)) - (uuid 552500c0-f580-4698-b875-06e4f0918a52) - ) - (wire (pts (xy 114.3 76.2) (xy 114.3 71.12)) - (stroke (width 0) (type default)) - (uuid 55e58413-69f9-4248-b7b2-1d7d19738a40) - ) - (wire (pts (xy 127 71.12) (xy 127 76.2)) - (stroke (width 0) (type default)) - (uuid 802a0139-9d26-46a4-9a87-dc3e01d180d3) - ) - (wire (pts (xy 114.3 88.9) (xy 127 88.9)) - (stroke (width 0) (type default)) - (uuid 87a32c0a-4611-4f9e-992d-b6acc65e4801) - ) - (wire (pts (xy 114.3 83.82) (xy 114.3 88.9)) - (stroke (width 0) (type default)) - (uuid e734b7a7-31ad-4fb1-8ade-ff03908bf4ab) - ) - - (symbol (lib_id "Device:R") (at 114.3 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 53197f63-58c2-43cf-a8eb-f753d7ef24dd) - (property "Reference" "R1" (at 116.84 78.7399 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 116.84 81.2799 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 112.522 80.01 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dbf8df6f-5fd0-456e-816c-06b2932108d3)) - (pin "2" (uuid cbf44ba5-afe1-4251-a560-6315b051b326)) - (instances - (project "parity_not_in_bom" - (path "/3732eaf7-cce4-43cf-b4b9-c9dc29b0959c" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 127 80.01 0) (unit 1) - (in_bom no) (on_board yes) (dnp no) (fields_autoplaced) - (uuid fe915a0d-788b-436b-b91c-17b812706857) - (property "Reference" "R2" (at 129.54 78.7399 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "R" (at 129.54 81.2799 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 125.222 80.01 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 127 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 825b933a-362b-4022-a18e-ba18bef3bf92)) - (pin "2" (uuid 6c70b565-558c-4ed1-ac80-3d3de0335385)) - (instances - (project "parity_not_in_bom" - (path "/3732eaf7-cce4-43cf-b4b9-c9dc29b0959c" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "3732eaf7-cce4-43cf-b4b9-c9dc29b0959c") + (paper "A4") + (lib_symbols + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (wire + (pts + (xy 114.3 71.12) (xy 127 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "50547cc0-58b4-41d9-be7a-4dcc3848c41c") + ) + (wire + (pts + (xy 127 83.82) (xy 127 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "552500c0-f580-4698-b875-06e4f0918a52") + ) + (wire + (pts + (xy 114.3 76.2) (xy 114.3 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "55e58413-69f9-4248-b7b2-1d7d19738a40") + ) + (wire + (pts + (xy 127 71.12) (xy 127 76.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "802a0139-9d26-46a4-9a87-dc3e01d180d3") + ) + (wire + (pts + (xy 114.3 88.9) (xy 127 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "87a32c0a-4611-4f9e-992d-b6acc65e4801") + ) + (wire + (pts + (xy 114.3 83.82) (xy 114.3 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e734b7a7-31ad-4fb1-8ade-ff03908bf4ab") + ) + (symbol + (lib_id "Device:R") + (at 114.3 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "53197f63-58c2-43cf-a8eb-f753d7ef24dd") + (property "Reference" "R1" + (at 116.84 78.7399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 116.84 81.2799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 112.522 80.01 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dbf8df6f-5fd0-456e-816c-06b2932108d3") + ) + (pin "2" + (uuid "cbf44ba5-afe1-4251-a560-6315b051b326") + ) + (instances + (project "parity_not_in_bom" + (path "/3732eaf7-cce4-43cf-b4b9-c9dc29b0959c" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 127 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fe915a0d-788b-436b-b91c-17b812706857") + (property "Reference" "R2" + (at 129.54 78.7399 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "R" + (at 129.54 81.2799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 125.222 80.01 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 127 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 127 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "825b933a-362b-4022-a18e-ba18bef3bf92") + ) + (pin "2" + (uuid "6c70b565-558c-4ed1-ac80-3d3de0335385") + ) + (instances + (project "parity_not_in_bom" + (path "/3732eaf7-cce4-43cf-b4b9-c9dc29b0959c" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/pcb_parity.kicad_pcb b/tests/board_samples/kicad_8/pcb_parity.kicad_pcb index d727834d1..1b213c684 100644 --- a/tests/board_samples/kicad_8/pcb_parity.kicad_pcb +++ b/tests/board_samples/kicad_8/pcb_parity.kicad_pcb @@ -1,275 +1,927 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0) - (aux_axis_origin 148.4 80.2) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "GND") - (net 2 "Net-(C1-Pad1)") - (net 3 "VCC") - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea01d) - (at 146.3 78.6) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (property "Sheetfile" "pcb_parity.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005ebe91ac") - (attr smd) - (fp_text reference "C1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c974f755-f11c-4e72-9337-9b1b03ad46d6) - ) - (fp_text value "1uF" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2b79ad18-d7d7-43df-ab38-e75b2da12556) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 5db96da7-af8d-43d8-8dc7-a398bfc8659a) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3076b8ca-409a-4abb-8543-19f45b2d32e7)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a32b7c78-669e-4058-9e8f-159773d391d1)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e610961e-a821-4b86-8c7d-d4cb27796910)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5298dbf1-ff20-463f-b22f-955b234f027b)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5ee42af7-ef65-46ec-93e1-21c0e6077de0)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9aaa51e5-eb42-4e37-9164-e5b31a4cd652)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8367eaee-e0ca-41eb-bc30-e532a8b59fdd)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1ffd0374-60f5-4975-8863-7ed9f29dac0e)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 26a053d6-55aa-4839-adb7-568fd5c066bb)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3a76526-d318-4ed9-8120-844abbdc3456)) - (pad "1" smd roundrect (at -0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 34fb9d00-02b1-48b3-a790-0112e6a08449)) - (pad "2" smd roundrect (at 0.9375 0) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 0336c0d4-c4f4-4020-8380-287f839c852a)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea02e) - (at 146.3 81.55 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (property "Size" "0805") - (path "/00000000-0000-0000-0000-00005ebe8a2e") - (attr smd) - (fp_text reference "R1" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7ef0f81b-f6e6-4f07-b717-38c4b1e50a5e) - ) - (fp_text value "100" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8cd4eec9-ceb5-4b8f-83f2-9a146ee7ddd5) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 93acb41a-3723-4469-9dee-a34acc325774) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 39441d2f-6110-4320-92bb-88f09b0de90b)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae28541a-0239-4867-9639-a73e46808278)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 91e75b42-fb6a-4a6b-be78-4013b6183b9a)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c76bc75f-8181-4476-9973-7173e45c68ed)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 752a50bd-195a-4ad5-acdb-d18c11a301e4)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 757c5363-13ba-436b-9db8-e5dc02596d27)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 337d7915-43e4-4835-8aab-ff527c0de866)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe5b7a7b-9594-494a-8fe7-df5ac5e9fd07)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ba9a410d-1c13-461f-b6a8-eeb7c4c46e58)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 656d7de6-1e65-4eb7-8002-7e680bef80b9)) - (pad "1" smd roundrect (at -0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "VCC") (tstamp ee158b8c-0101-4c4c-b5ce-76e87c497fb9)) - (pad "2" smd roundrect (at 0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp b67e7460-96bc-4aa0-8593-880eb3320d89)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metrico.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebea03f) - (at 150.71 78.6 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (property "Sheetfile" "pcb_parity.kicad_sch") - (property "Sheetname" "") - (path "/00000000-0000-0000-0000-00005ebe8e9e") - (attr smd) - (fp_text reference "R2" (at 0 -1.65) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9d088aec-c53e-413e-8715-779a6ee7e407) - ) - (fp_text value "200" (at 0 1.65) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp abf3504c-c638-4bb0-8898-7b38d0241a11) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08))) - (tstamp 730e1bed-bd81-4343-85e9-17d6a47cb046) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7613df36-4992-4dd5-b97e-1f17e43e73c6)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6f74bca-cdeb-4109-905d-6a81777da69b)) - (fp_line (start -1.68 -0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee5f10ba-08e8-4cb5-8185-dae7f54c20a3)) - (fp_line (start -1.68 0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e6314c1-5679-49cb-898a-296f9477855a)) - (fp_line (start 1.68 -0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ea59c7f6-51a1-4630-b89e-075386e527c9)) - (fp_line (start 1.68 0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 434bf54a-a88a-45dc-a569-a0a5b81a7096)) - (fp_line (start -1 -0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 608be37a-af03-4e73-9e8e-c1bb3353eaf4)) - (fp_line (start -1 0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c2f40eb-308c-4cc2-9669-44b6645a7910)) - (fp_line (start 1 -0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a384a468-0937-4800-9a3b-e63b6186898c)) - (fp_line (start 1 0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc5732f3-4764-4a19-a8e3-24308ca8b363)) - (pad "1" smd roundrect (at -0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 55440b89-8f8a-483a-9b2b-9ccc95708f75)) - (pad "2" smd roundrect (at 0.9375 0 180) (size 0.975 1.4) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "VCC") (tstamp 3d8a4e48-dfd4-4c64-8dd3-885d6a7ed460)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Fiducial:Fiducial_0.5mm_Mask1.5mm" (layer "F.Cu") - (tstamp 8f72dcc2-f1da-44e8-b5c2-75c243ce8c64) - (at 151.49 82.61) - (descr "Circular Fiducial, 0.5mm bare copper, 1.5mm soldermask opening") - (tags "fiducial") - (attr smd) - (fp_text reference "F1" (at -2.01 0.02) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0f744c1d-9b8e-4589-a3b9-64c4394aa382) - ) - (fp_text value "Fiducial_0.5mm_Mask1.5mm" (at 0 1.7145) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d7adc8d6-5699-4906-b02c-51dcbe8f1263) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.2 0.2) (thickness 0.04))) - (tstamp fee24d08-b944-4719-940b-5f0252b08a7d) - ) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 1e6365f0-f6d5-4748-b97b-31a779d65060)) - (fp_circle (center 0 0) (end 0.75 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 80ff894e-6850-45a2-b181-026db3f9fcee)) - (pad "" smd circle (at 0 0) (size 0.5 0.5) (layers "F.Cu" "F.Mask") - (solder_mask_margin 0.5) (clearance 0.5) (tstamp 1dd739b1-51b1-449f-b842-9ba7b75a8664)) - ) - - (gr_line (start 153 84) (end 153 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ebea29b)) - (gr_line (start 144 76) (end 144 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp bb3326cd-028c-43fb-af47-5975412a67c7)) - (gr_line (start 153 76) (end 144 76) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp d534140b-6f16-4b83-8893-ef4b026f6ec9)) - (gr_line (start 144 84) (end 153 84) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp ea655683-6135-4d3f-a322-1186e1a703b2)) - - (segment (start 150.62249 77.57499) (end 151.161973 78.114473) (width 0.25) (layer "F.Cu") (net 2) (tstamp 4ed009e2-b8f5-47d8-ba45-e73cbf2524c2)) - (segment (start 145.3625 78.6) (end 145.3625 79.3) (width 0.25) (layer "F.Cu") (net 2) (tstamp 5505e502-12b2-42b0-9e88-71997ebbcbde)) - (segment (start 151.161973 78.114473) (end 151.6475 78.6) (width 0.25) (layer "F.Cu") (net 2) (tstamp 5e3899fa-1efc-49c7-bd03-0723e6564f66)) - (segment (start 145.3625 78.6) (end 146.38751 77.57499) (width 0.25) (layer "F.Cu") (net 2) (tstamp 88b2a9f5-ec07-44cc-be7d-6243af8d21a7)) - (segment (start 145.3625 79.3) (end 145.3625 81.55) (width 0.25) (layer "F.Cu") (net 2) (tstamp a49ce2ce-5d29-415b-a41f-07567cbabb0f)) - (segment (start 146.38751 77.57499) (end 150.62249 77.57499) (width 0.25) (layer "F.Cu") (net 2) (tstamp fd90cb38-571b-4f7c-8630-139c123989e3)) - (segment (start 148.18 81.55) (end 149.7725 79.9575) (width 0.25) (layer "F.Cu") (net 3) (tstamp 0a037a7f-2d45-4c85-bd65-2e305244cf41)) - (segment (start 149.7725 79.9575) (end 149.7725 78.6) (width 0.25) (layer "F.Cu") (net 3) (tstamp daa614be-d445-4c2e-bda9-1a0166355db7)) - (segment (start 147.2375 81.55) (end 148.18 81.55) (width 0.25) (layer "F.Cu") (net 3) (tstamp e8cc7f86-2e2e-41c0-a72f-c3447a410832)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (aux_axis_origin 148.4 80.2) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "Net-(C1-Pad1)") + (net 3 "VCC") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea01d") + (at 146.3 78.6) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "c974f755-f11c-4e72-9337-9b1b03ad46d6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1uF" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "2b79ad18-d7d7-43df-ab38-e75b2da12556") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1418181f-bb2d-4154-bf8a-916945d7cdb0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4aff3fda-c75b-4b2a-b8e1-55b9909f54a1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4b3e14da-7646-47fd-9ce4-ef2fd0865d96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe91ac") + (sheetfile "pcb_parity.kicad_sch") + (attr smd) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3076b8ca-409a-4abb-8543-19f45b2d32e7") + ) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a32b7c78-669e-4058-9e8f-159773d391d1") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e610961e-a821-4b86-8c7d-d4cb27796910") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5298dbf1-ff20-463f-b22f-955b234f027b") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5ee42af7-ef65-46ec-93e1-21c0e6077de0") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9aaa51e5-eb42-4e37-9164-e5b31a4cd652") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8367eaee-e0ca-41eb-bc30-e532a8b59fdd") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1ffd0374-60f5-4975-8863-7ed9f29dac0e") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "26a053d6-55aa-4839-adb7-568fd5c066bb") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e3a76526-d318-4ed9-8120-844abbdc3456") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "5db96da7-af8d-43d8-8dc7-a398bfc8659a") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "34fb9d00-02b1-48b3-a790-0112e6a08449") + ) + (pad "2" smd roundrect + (at 0.9375 0) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "0336c0d4-c4f4-4020-8380-287f839c852a") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea02e") + (at 146.3 81.55 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "7ef0f81b-f6e6-4f07-b717-38c4b1e50a5e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "8cd4eec9-ceb5-4b8f-83f2-9a146ee7ddd5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7fadc2bd-60b6-4ec1-be2d-9ca25b7d2be8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e253ea3-e21c-4a14-9d92-94b5e7ab9cd3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a648adcb-c0a3-4987-9503-c4e488ebe32e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Size" "0805" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "29dd5b11-ed4d-4f1f-81b5-62623245c514") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8a2e") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae28541a-0239-4867-9639-a73e46808278") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "39441d2f-6110-4320-92bb-88f09b0de90b") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "757c5363-13ba-436b-9db8-e5dc02596d27") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "752a50bd-195a-4ad5-acdb-d18c11a301e4") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c76bc75f-8181-4476-9973-7173e45c68ed") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "91e75b42-fb6a-4a6b-be78-4013b6183b9a") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "656d7de6-1e65-4eb7-8002-7e680bef80b9") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ba9a410d-1c13-461f-b6a8-eeb7c4c46e58") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe5b7a7b-9594-494a-8fe7-df5ac5e9fd07") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "337d7915-43e4-4835-8aab-ff527c0de866") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "93acb41a-3723-4469-9dee-a34acc325774") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "VCC") + (uuid "ee158b8c-0101-4c4c-b5ce-76e87c497fb9") + ) + (pad "2" smd roundrect + (at 0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "b67e7460-96bc-4aa0-8593-880eb3320d89") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metrico.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebea03f") + (at 150.71 78.6 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "9d088aec-c53e-413e-8715-779a6ee7e407") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "200" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "abf3504c-c638-4bb0-8898-7b38d0241a11") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e480b402-df18-42e2-bdd6-f3e743e3787c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e78af238-33c2-4d44-9b1f-cd71a5365508") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2358c79d-7cc6-4fe8-97ef-7b5ae2966775") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebe8e9e") + (sheetfile "pcb_parity.kicad_sch") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6f74bca-cdeb-4109-905d-6a81777da69b") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7613df36-4992-4dd5-b97e-1f17e43e73c6") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "434bf54a-a88a-45dc-a569-a0a5b81a7096") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ea59c7f6-51a1-4630-b89e-075386e527c9") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e6314c1-5679-49cb-898a-296f9477855a") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee5f10ba-08e8-4cb5-8185-dae7f54c20a3") + ) + (fp_line + (start 1 0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc5732f3-4764-4a19-a8e3-24308ca8b363") + ) + (fp_line + (start 1 -0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a384a468-0937-4800-9a3b-e63b6186898c") + ) + (fp_line + (start -1 0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c2f40eb-308c-4cc2-9669-44b6645a7910") + ) + (fp_line + (start -1 -0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "608be37a-af03-4e73-9e8e-c1bb3353eaf4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "730e1bed-bd81-4343-85e9-17d6a47cb046") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "55440b89-8f8a-483a-9b2b-9ccc95708f75") + ) + (pad "2" smd roundrect + (at 0.9375 0 180) + (size 0.975 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "VCC") + (uuid "3d8a4e48-dfd4-4c64-8dd3-885d6a7ed460") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.step" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Fiducial:Fiducial_0.5mm_Mask1.5mm" + (layer "F.Cu") + (uuid "8f72dcc2-f1da-44e8-b5c2-75c243ce8c64") + (at 151.49 82.61) + (descr "Circular Fiducial, 0.5mm bare copper, 1.5mm soldermask opening") + (tags "fiducial") + (property "Reference" "F1" + (at -2.01 0.02 0) + (layer "F.Fab") + (uuid "0f744c1d-9b8e-4589-a3b9-64c4394aa382") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Fiducial_0.5mm_Mask1.5mm" + (at 0 1.7145 0) + (layer "F.Fab") + (hide yes) + (uuid "d7adc8d6-5699-4906-b02c-51dcbe8f1263") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "24e97003-8d30-43a4-a294-2b78dbfdc6e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ab43ac33-9ee7-4d70-bb96-29cd4cb20109") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ebe9a23a-05b3-4749-a2f0-a2b20ae8194c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr smd) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "1e6365f0-f6d5-4748-b97b-31a779d65060") + ) + (fp_circle + (center 0 0) + (end 0.75 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "80ff894e-6850-45a2-b181-026db3f9fcee") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "fee24d08-b944-4719-940b-5f0252b08a7d") + (effects + (font + (size 0.2 0.2) + (thickness 0.04) + ) + ) + ) + (pad "" smd circle + (at 0 0) + (size 0.5 0.5) + (layers "F.Cu" "F.Mask") + (solder_mask_margin 0.5) + (clearance 0.5) + (uuid "1dd739b1-51b1-449f-b842-9ba7b75a8664") + ) + ) + (gr_line + (start 153 84) + (end 153 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ebea29b") + ) + (gr_line + (start 144 76) + (end 144 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "bb3326cd-028c-43fb-af47-5975412a67c7") + ) + (gr_line + (start 153 76) + (end 144 76) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "d534140b-6f16-4b83-8893-ef4b026f6ec9") + ) + (gr_line + (start 144 84) + (end 153 84) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ea655683-6135-4d3f-a322-1186e1a703b2") + ) + (segment + (start 150.62249 77.57499) + (end 151.161973 78.114473) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "4ed009e2-b8f5-47d8-ba45-e73cbf2524c2") + ) + (segment + (start 145.3625 78.6) + (end 145.3625 79.3) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "5505e502-12b2-42b0-9e88-71997ebbcbde") + ) + (segment + (start 151.161973 78.114473) + (end 151.6475 78.6) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "5e3899fa-1efc-49c7-bd03-0723e6564f66") + ) + (segment + (start 145.3625 78.6) + (end 146.38751 77.57499) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "88b2a9f5-ec07-44cc-be7d-6243af8d21a7") + ) + (segment + (start 145.3625 79.3) + (end 145.3625 81.55) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "a49ce2ce-5d29-415b-a41f-07567cbabb0f") + ) + (segment + (start 146.38751 77.57499) + (end 150.62249 77.57499) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "fd90cb38-571b-4f7c-8630-139c123989e3") + ) + (segment + (start 148.18 81.55) + (end 149.7725 79.9575) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "0a037a7f-2d45-4c85-bd65-2e305244cf41") + ) + (segment + (start 149.7725 79.9575) + (end 149.7725 78.6) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "daa614be-d445-4c2e-bda9-1a0166355db7") + ) + (segment + (start 147.2375 81.55) + (end 148.18 81.55) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "e8cc7f86-2e2e-41c0-a72f-c3447a410832") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/pcb_parity.kicad_sch b/tests/board_samples/kicad_8/pcb_parity.kicad_sch index 1e1e7057c..d26fe5504 100644 --- a/tests/board_samples/kicad_8/pcb_parity.kicad_sch +++ b/tests/board_samples/kicad_8/pcb_parity.kicad_sch @@ -1,567 +1,1434 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "BoM Test") - (date "13/07/2020") - (rev "r1") - (company "INTI-CMNB") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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 "Mechanical:Fiducial" (in_bom yes) (on_board yes) - (property "Reference" "FID" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Fiducial" (at 0 3.175 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" "fiducial marker" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Fiducial Marker" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Fiducial*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Fiducial_0_1" - (circle (center 0 0) (radius 1.27) - (stroke (width 0.508) (type default)) - (fill (type background)) - ) - ) - ) - (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" "power-flag" (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)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "power:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"VCC\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "VCC_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "VCC_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - (junction (at 88.9 50.8) (diameter 0) (color 0 0 0 0) - (uuid a9ec539a-d80d-40cc-803c-12b6adefe42a) - ) - - (wire (pts (xy 114.3 74.93) (xy 114.3 77.47)) - (stroke (width 0) (type default)) - (uuid 2bf3f24b-fd30-41a7-a274-9b519491916b) - ) - (wire (pts (xy 81.28 49.53) (xy 81.28 50.8)) - (stroke (width 0) (type default)) - (uuid 34871042-9d5c-4e29-abdd-a168368c3c22) - ) - (wire (pts (xy 88.9 52.07) (xy 88.9 50.8)) - (stroke (width 0) (type default)) - (uuid 4d609e7c-74c9-4ae9-a26d-946ff00c167d) - ) - (wire (pts (xy 88.9 59.69) (xy 88.9 66.04)) - (stroke (width 0) (type default)) - (uuid 6199bec7-e7eb-4ae0-b9ec-c563e157d635) - ) - (wire (pts (xy 88.9 76.2) (xy 88.9 73.66)) - (stroke (width 0) (type default)) - (uuid 786b6072-5772-4bc1-8eeb-6c4e19f2a91b) - ) - (wire (pts (xy 99.06 76.2) (xy 99.06 73.66)) - (stroke (width 0) (type default)) - (uuid 9a9f2d82-f64d-4264-8bec-c182528fc4de) - ) - (wire (pts (xy 88.9 50.8) (xy 88.9 49.53)) - (stroke (width 0) (type default)) - (uuid c264c438-a475-4ad4-9915-0f1e6ecf3053) - ) - (wire (pts (xy 81.28 50.8) (xy 88.9 50.8)) - (stroke (width 0) (type default)) - (uuid ef1b4b98-541b-4673-a04f-2043250fc40a) - ) - (wire (pts (xy 99.06 66.04) (xy 99.06 62.23)) - (stroke (width 0) (type default)) - (uuid f144a97d-c3f0-423f-b0a9-3f7dbc42478b) - ) - - (symbol (lib_id "Device:R") (at 88.9 55.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe8a2e) - (property "Reference" "R1" (at 90.678 54.7116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "120" (at 90.678 57.023 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_2012Metric" (at 87.122 55.88 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9dbd9e26-9782-45c4-9403-4d72b07f29de)) - (pin "2" (uuid 437250d9-eb22-42a7-a0ee-f2e6a9628e2b)) - (instances - (project "pcb_parity" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 88.9 69.85 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe8e9e) - (property "Reference" "R2" (at 90.678 68.6816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "200" (at 90.678 70.993 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 87.122 69.85 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Tolerance" "1%" (at 88.9 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid eda12c9f-b24f-4458-a3cc-61f318dc57fe)) - (pin "2" (uuid 004d701c-7e69-4a10-9c95-7de04fa2be20)) - (instances - (project "pcb_parity" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 99.06 69.85 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe91ac) - (property "Reference" "C1" (at 101.981 68.6816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1uF" (at 101.981 70.993 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 100.0252 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "bogus.pdf" (at 99.06 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a86ce70c-0b0b-4e00-81fd-fa720b16c5ec)) - (pin "2" (uuid f3fc3ce5-4efa-4006-8983-46e918c0de75)) - (instances - (project "pcb_parity" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 99.06 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe965a) - (property "Reference" "#PWR03" (at 99.06 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 99.187 80.5942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 99.06 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 99.06 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 607bd1dc-3a6b-4b00-8871-0e4f8cbd31b4)) - (instances - (project "pcb_parity" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 88.9 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe9830) - (property "Reference" "#PWR02" (at 88.9 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 89.027 80.5942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 88.9 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 88.9 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c02ea828-b111-4d1d-9474-98d811361c61)) - (instances - (project "pcb_parity" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 88.9 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe99a0) - (property "Reference" "#PWR01" (at 88.9 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 89.3318 45.1358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 88.9 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 88.9 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bc94524b-c378-44e8-acce-7c1ac0292375)) - (instances - (project "pcb_parity" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 114.3 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec534bf) - (property "Reference" "#PWR0101" (at 114.3 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 114.427 81.8642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5d56d28a-c4af-4430-8964-9b60bd37a4ca)) - (instances - (project "pcb_parity" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 114.3 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec53a6e) - (property "Reference" "#FLG0101" (at 114.3 73.025 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 114.3 70.5358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3081c45f-0a62-4dc8-a706-c2b3c5e194d8)) - (instances - (project "pcb_parity" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#FLG0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 81.28 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec53e1a) - (property "Reference" "#FLG0102" (at 81.28 47.625 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 81.28 45.1358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 81.28 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0d525ad4-3f7e-4e8e-b572-5aed774da48c)) - (instances - (project "pcb_parity" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#FLG0102") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Mechanical:Fiducial") (at 114.3 58.42 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid a356d368-eee7-4981-9ff4-135cb700ad3f) - (property "Reference" "FID1" (at 116.84 57.1499 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Fiducial" (at 116.84 59.6899 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 114.3 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "pcb_parity" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "FID1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "BoM Test") + (date "13/07/2020") + (rev "r1") + (company "INTI-CMNB") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 "Mechanical:Fiducial" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "FID" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Fiducial" + (at 0 3.175 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Fiducial Marker" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "fiducial marker" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Fiducial*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Fiducial_0_1" + (circle + (center 0 0) + (radius 1.27) + (stroke + (width 0.508) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "pwr" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "power:VCC" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "VCC_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VCC_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 88.9 50.8) + (diameter 0) + (color 0 0 0 0) + (uuid "a9ec539a-d80d-40cc-803c-12b6adefe42a") + ) + (wire + (pts + (xy 114.3 74.93) (xy 114.3 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2bf3f24b-fd30-41a7-a274-9b519491916b") + ) + (wire + (pts + (xy 81.28 49.53) (xy 81.28 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "34871042-9d5c-4e29-abdd-a168368c3c22") + ) + (wire + (pts + (xy 88.9 52.07) (xy 88.9 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4d609e7c-74c9-4ae9-a26d-946ff00c167d") + ) + (wire + (pts + (xy 88.9 59.69) (xy 88.9 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6199bec7-e7eb-4ae0-b9ec-c563e157d635") + ) + (wire + (pts + (xy 88.9 76.2) (xy 88.9 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "786b6072-5772-4bc1-8eeb-6c4e19f2a91b") + ) + (wire + (pts + (xy 99.06 76.2) (xy 99.06 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a9f2d82-f64d-4264-8bec-c182528fc4de") + ) + (wire + (pts + (xy 88.9 50.8) (xy 88.9 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c264c438-a475-4ad4-9915-0f1e6ecf3053") + ) + (wire + (pts + (xy 81.28 50.8) (xy 88.9 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ef1b4b98-541b-4673-a04f-2043250fc40a") + ) + (wire + (pts + (xy 99.06 66.04) (xy 99.06 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f144a97d-c3f0-423f-b0a9-3f7dbc42478b") + ) + (symbol + (lib_id "Device:R") + (at 88.9 55.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe8a2e") + (property "Reference" "R1" + (at 90.678 54.7116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "120" + (at 90.678 57.023 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0603_2012Metric" + (at 87.122 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9dbd9e26-9782-45c4-9403-4d72b07f29de") + ) + (pin "2" + (uuid "437250d9-eb22-42a7-a0ee-f2e6a9628e2b") + ) + (instances + (project "pcb_parity" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 88.9 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe8e9e") + (property "Reference" "R2" + (at 90.678 68.6816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "200" + (at 90.678 70.993 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 87.122 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Tolerance" "1%" + (at 88.9 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "eda12c9f-b24f-4458-a3cc-61f318dc57fe") + ) + (pin "2" + (uuid "004d701c-7e69-4a10-9c95-7de04fa2be20") + ) + (instances + (project "pcb_parity" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 99.06 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe91ac") + (property "Reference" "C1" + (at 101.981 68.6816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 101.981 70.993 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 100.0252 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "bogus.pdf" + (at 99.06 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 99.06 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a86ce70c-0b0b-4e00-81fd-fa720b16c5ec") + ) + (pin "2" + (uuid "f3fc3ce5-4efa-4006-8983-46e918c0de75") + ) + (instances + (project "pcb_parity" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 99.06 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe965a") + (property "Reference" "#PWR03" + (at 99.06 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 99.187 80.5942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "607bd1dc-3a6b-4b00-8871-0e4f8cbd31b4") + ) + (instances + (project "pcb_parity" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 88.9 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe9830") + (property "Reference" "#PWR02" + (at 88.9 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 89.027 80.5942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 88.9 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 88.9 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c02ea828-b111-4d1d-9474-98d811361c61") + ) + (instances + (project "pcb_parity" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 88.9 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe99a0") + (property "Reference" "#PWR01" + (at 88.9 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 89.3318 45.1358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 88.9 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 88.9 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bc94524b-c378-44e8-acce-7c1ac0292375") + ) + (instances + (project "pcb_parity" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 114.3 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec534bf") + (property "Reference" "#PWR0101" + (at 114.3 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 114.427 81.8642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5d56d28a-c4af-4430-8964-9b60bd37a4ca") + ) + (instances + (project "pcb_parity" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 114.3 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec53a6e") + (property "Reference" "#FLG0101" + (at 114.3 73.025 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 114.3 70.5358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3081c45f-0a62-4dc8-a706-c2b3c5e194d8") + ) + (instances + (project "pcb_parity" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#FLG0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 81.28 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec53e1a") + (property "Reference" "#FLG0102" + (at 81.28 47.625 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 81.28 45.1358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 81.28 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0d525ad4-3f7e-4e8e-b572-5aed774da48c") + ) + (instances + (project "pcb_parity" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#FLG0102") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Mechanical:Fiducial") + (at 114.3 58.42 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a356d368-eee7-4981-9ff4-135cb700ad3f") + (property "Reference" "FID1" + (at 116.84 57.1499 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Fiducial" + (at 116.84 59.6899 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "pcb_parity" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "FID1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/pcb_print_rare.kicad_pcb b/tests/board_samples/kicad_8/pcb_print_rare.kicad_pcb index d235d3f8f..2510cccfc 100644 --- a/tests/board_samples/kicad_8/pcb_print_rare.kicad_pcb +++ b/tests/board_samples/kicad_8/pcb_print_rare.kicad_pcb @@ -1,159 +1,439 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 4.69) - ) - - (paper "User" 431.8 279.4) - (layers - (0 "F.Cu" signal) - (1 "In1.Cu" signal) - (2 "In2.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 "In1.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 2" (type "prepreg") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "In2.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 3" (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 6) - (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 "") - - (footprint "Audio_Module:Reverb_BTDR-1H" (layer "F.Cu") - (tstamp bffa9999-0aad-445d-aed6-786119adfaf0) - (at 142.24 81.28) - (descr "Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf)") - (tags "audio belton reverb") - (attr through_hole) - (fp_text reference "REF**" (at -3.5 -36) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp acecc061-90e9-488f-9e86-434d2e5e59c2) - ) - (fp_text value "Reverb_BTDR-1H" (at 29 6) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 597dc5a5-9dcd-461c-9152-2d3c585f01ae) - ) - (fp_text user "${REFERENCE}" (at 29 -15.5) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 73faa932-eb21-4bb4-a852-85bfc8e9d620) - ) - (fp_line (start -6.38 -35) (end 61.62 -35) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 9d02d43c-99e4-41b3-9b88-526d30f0b848)) - (fp_line (start -6.38 -23) (end -6.38 -35) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 7fe4937f-3e23-4030-8cb4-6f5d54ca1e0e)) - (fp_line (start -6.38 -8) (end -6.38 4) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp ad07676c-6647-4754-be00-b8c5a14f297d)) - (fp_line (start -6.38 4) (end 61.62 4) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 6278d65c-6156-44e1-be78-132aabccd777)) - (fp_line (start 61.62 -35) (end 61.62 -23) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 796c8096-b86e-4481-a5de-80504a659038)) - (fp_line (start 61.62 -8) (end 61.62 4) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp ebcc77a7-6f5a-40d6-93ef-ba0fc620df4d)) - (fp_arc (start -9.38 -11) (mid -13.88 -15.5) (end -9.38 -20) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp dff555d5-9f8d-4d6d-ab80-c061eb72a829)) - (fp_arc (start -9.38 -11) (mid -7.25868 -10.12132) (end -6.38 -8) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 8d59061d-b86f-4b66-b027-59bbb9d96890)) - (fp_arc (start -6.38 -23) (mid -7.25868 -20.87868) (end -9.38 -20) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 8e64f078-4077-40b3-9715-e2e0068b6a0d)) - (fp_arc (start 61.62 -8) (mid 62.49868 -10.12132) (end 64.62 -11) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp e7c418bd-59e9-40db-8d6e-3d8f56ac1547)) - (fp_arc (start 64.62 -20) (mid 62.49868 -20.87868) (end 61.62 -23) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp c06e0f71-190c-49f1-8fd3-1d0e15812cca)) - (fp_arc (start 64.62 -20) (mid 69.12 -15.5) (end 64.62 -11) - (stroke (width 0.1) (type solid)) (layer "Edge.Cuts") (tstamp 1dc77144-0e99-4294-980b-82c2bcd9c278)) - (pad "" np_thru_hole circle (at -9.38 -15.5) (size 3.7 3.7) (drill 3.7) (layers "*.Cu" "*.Mask") (tstamp 349b2b90-e8d5-4661-9ea3-e808a3cafb04)) - (pad "" np_thru_hole circle (at 64.62 -15.5) (size 3.7 3.7) (drill 3.7) (layers "*.Cu" "*.Mask") (tstamp e336a07c-cbe8-49f4-b6e7-316722520680)) - (pad "1" thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask" "Edge.Cuts") (tstamp ae6ec705-a29a-4441-b705-653f844a5005)) - (pad "2" thru_hole circle (at 2.54 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 98cd6edd-9087-4718-ab27-d0ea9b4d1b74)) - (pad "3" thru_hole circle (at 5.08 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (tstamp e5c6953b-cccb-4e65-afc1-7bacc1581173)) - (pad "4" thru_hole circle (at 7.62 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 5b98611e-f230-43eb-99f6-8c300a56921d)) - (pad "5" thru_hole circle (at 50.62 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (tstamp ac1ddec3-f63c-41f7-b711-69dcd26edfea)) - (pad "6" thru_hole circle (at 53.16 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 3896d12f-4204-4775-a917-0f598d9d1e0b)) - (pad "7" thru_hole circle (at 55.7 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (tstamp c952264d-af42-4abc-b795-5343c9dab05d)) - (model "${KICAD6_3DMODEL_DIR}/Audio_Module.3dshapes/Reverb_BTDR-1H.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (via blind (at 159.225 59.7) (size 2) (drill 1) (layers "In1.Cu" "B.Cu") (free) (net 0) (tstamp 87d63687-7b19-4a89-aa5a-e093ef7dbdb2)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 4.69) + (legacy_teardrops no) + ) + (paper "User" 431.8 279.4) + (layers + (0 "F.Cu" signal) + (1 "In1.Cu" signal) + (2 "In2.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 "In1.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 2" + (type "prepreg") + (thickness 1.51) + (material "FR4") + (epsilon_r 4.5) + (loss_tangent 0.02) + ) + (layer "In2.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 3" + (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) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "Audio_Module:Reverb_BTDR-1H" + (layer "F.Cu") + (uuid "bffa9999-0aad-445d-aed6-786119adfaf0") + (at 142.24 81.28) + (descr "Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf)") + (tags "audio belton reverb") + (property "Reference" "REF**" + (at -3.5 -36 0) + (layer "F.SilkS") + (uuid "acecc061-90e9-488f-9e86-434d2e5e59c2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Reverb_BTDR-1H" + (at 29 6 0) + (layer "F.Fab") + (uuid "597dc5a5-9dcd-461c-9152-2d3c585f01ae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bbfc03aa-f226-42d7-8905-cf9d8f90286e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b34c5d1-c6f0-4614-b8f3-c200eba52a77") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e40de78b-e9a7-4292-a929-a3acf235206e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_line + (start -6.38 -35) + (end 61.62 -35) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "9d02d43c-99e4-41b3-9b88-526d30f0b848") + ) + (fp_line + (start -6.38 -23) + (end -6.38 -35) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "7fe4937f-3e23-4030-8cb4-6f5d54ca1e0e") + ) + (fp_line + (start -6.38 -8) + (end -6.38 4) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ad07676c-6647-4754-be00-b8c5a14f297d") + ) + (fp_line + (start -6.38 4) + (end 61.62 4) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "6278d65c-6156-44e1-be78-132aabccd777") + ) + (fp_line + (start 61.62 -35) + (end 61.62 -23) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "796c8096-b86e-4481-a5de-80504a659038") + ) + (fp_line + (start 61.62 -8) + (end 61.62 4) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ebcc77a7-6f5a-40d6-93ef-ba0fc620df4d") + ) + (fp_arc + (start -9.38 -11) + (mid -13.88 -15.5) + (end -9.38 -20) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "dff555d5-9f8d-4d6d-ab80-c061eb72a829") + ) + (fp_arc + (start -9.38 -11) + (mid -7.25868 -10.12132) + (end -6.38 -8) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "8d59061d-b86f-4b66-b027-59bbb9d96890") + ) + (fp_arc + (start -6.38 -23) + (mid -7.25868 -20.87868) + (end -9.38 -20) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "8e64f078-4077-40b3-9715-e2e0068b6a0d") + ) + (fp_arc + (start 61.62 -8) + (mid 62.49868 -10.12132) + (end 64.62 -11) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "e7c418bd-59e9-40db-8d6e-3d8f56ac1547") + ) + (fp_arc + (start 64.62 -20) + (mid 62.49868 -20.87868) + (end 61.62 -23) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c06e0f71-190c-49f1-8fd3-1d0e15812cca") + ) + (fp_arc + (start 64.62 -20) + (mid 69.12 -15.5) + (end 64.62 -11) + (stroke + (width 0.1) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "1dc77144-0e99-4294-980b-82c2bcd9c278") + ) + (fp_text user "${REFERENCE}" + (at 29 -15.5 0) + (layer "F.Fab") + (uuid "73faa932-eb21-4bb4-a852-85bfc8e9d620") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at -9.38 -15.5) + (size 3.7 3.7) + (drill 3.7) + (layers "*.Cu" "*.Mask") + (uuid "349b2b90-e8d5-4661-9ea3-e808a3cafb04") + ) + (pad "" np_thru_hole circle + (at 64.62 -15.5) + (size 3.7 3.7) + (drill 3.7) + (layers "*.Cu" "*.Mask") + (uuid "e336a07c-cbe8-49f4-b6e7-316722520680") + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2 2) + (drill 1) + (layers "*.Cu" "*.Mask" "Edge.Cuts") + (remove_unused_layers no) + (uuid "ae6ec705-a29a-4441-b705-653f844a5005") + ) + (pad "2" thru_hole circle + (at 2.54 0) + (size 2 2) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "98cd6edd-9087-4718-ab27-d0ea9b4d1b74") + ) + (pad "3" thru_hole circle + (at 5.08 0) + (size 2 2) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "e5c6953b-cccb-4e65-afc1-7bacc1581173") + ) + (pad "4" thru_hole circle + (at 7.62 0) + (size 2 2) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "5b98611e-f230-43eb-99f6-8c300a56921d") + ) + (pad "5" thru_hole circle + (at 50.62 0) + (size 2 2) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "ac1ddec3-f63c-41f7-b711-69dcd26edfea") + ) + (pad "6" thru_hole circle + (at 53.16 0) + (size 2 2) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "3896d12f-4204-4775-a917-0f598d9d1e0b") + ) + (pad "7" thru_hole circle + (at 55.7 0) + (size 2 2) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "c952264d-af42-4abc-b795-5343c9dab05d") + ) + (model "${KICAD6_3DMODEL_DIR}/Audio_Module.3dshapes/Reverb_BTDR-1H.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (via blind + (at 159.225 59.7) + (size 2) + (drill 1) + (layers "In1.Cu" "B.Cu") + (free yes) + (net 0) + (uuid "87d63687-7b19-4a89-aa5a-e093ef7dbdb2") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/power.kicad_sch b/tests/board_samples/kicad_8/power.kicad_sch index 846a1b50e..d49a2fb86 100644 --- a/tests/board_samples/kicad_8/power.kicad_sch +++ b/tests/board_samples/kicad_8/power.kicad_sch @@ -1,304 +1,690 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 46cfd089-6873-4d8b-89af-02ff30e49472) - - (paper "A4") - - (lib_symbols - (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" "power-flag" (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)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - ) - - (junction (at 123.19 92.964) (diameter 0) (color 0 0 0 0) - (uuid cbc539d2-6a10-4052-9b7a-f10326dcac67) - ) - (junction (at 123.19 90.424) (diameter 0) (color 0 0 0 0) - (uuid f144a97d-c3f0-423f-b0a9-3f7dbc42478b) - ) - - (wire (pts (xy 115.57 92.964) (xy 123.19 92.964)) - (stroke (width 0) (type default)) - (uuid 213a2af1-412b-47f4-ab3b-c5f43b6be7a6) - ) - (wire (pts (xy 115.57 90.424) (xy 123.19 90.424)) - (stroke (width 0) (type default)) - (uuid 2d6718e7-f18d-444d-9792-ddf1a113460c) - ) - (wire (pts (xy 132.334 92.964) (xy 132.334 95.504)) - (stroke (width 0) (type default)) - (uuid 43891a3c-749f-498d-ba99-685a27689b0d) - ) - (wire (pts (xy 123.19 90.424) (xy 142.748 90.424)) - (stroke (width 0) (type default)) - (uuid b60c50d1-225e-415c-8712-7acb5e3dc8ea) - ) - (wire (pts (xy 123.19 92.964) (xy 132.334 92.964)) - (stroke (width 0) (type default)) - (uuid d2de4093-1fc2-4bc1-94b6-4d0fe3426c6f) - ) - - (hierarchical_label "VCC" (shape output) (at 142.748 90.424 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 55992e35-fe7b-468a-9b7a-1e4dc931b904) - ) - - (symbol (lib_id "fail-project-rescue:CONN_01X02-conn") (at 110.49 91.694 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca714f2) - (property "Reference" "P1" (at 112.5982 84.709 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "CONN_01X02" (at 112.5982 87.0204 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_JST:JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical" (at 110.49 91.694 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 110.49 91.694 0) - (effects (font (size 1.27 1.27))) - ) - (instances - (project "power" - (path "/46cfd089-6873-4d8b-89af-02ff30e49472" - (reference "P1") (unit 1) - ) - ) - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca71704" - (reference "P1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 123.19 90.424 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca71c3c) - (property "Reference" "#FLG01" (at 123.19 88.011 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 123.19 84.7598 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 123.19 90.424 0) - (effects (font (size 1.27 1.27))) - ) - (property "Datasheet" "" (at 123.19 90.424 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid b4d5ac25-a764-4661-8e59-75c6a5d8b7e8)) - (instances - (project "power" - (path "/46cfd089-6873-4d8b-89af-02ff30e49472" - (reference "#FLG01") (unit 1) - ) - ) - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca71704" - (reference "#FLG01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 123.19 92.964 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca72902) - (property "Reference" "#FLG02" (at 123.19 95.377 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 123.19 98.6282 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 123.19 92.964 0) - (effects (font (size 1.27 1.27))) - ) - (property "Datasheet" "" (at 123.19 92.964 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid 2621aeaa-9788-4950-9c8a-57743e174960)) - (instances - (project "power" - (path "/46cfd089-6873-4d8b-89af-02ff30e49472" - (reference "#FLG02") (unit 1) - ) - ) - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca71704" - (reference "#FLG02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 132.334 95.504 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca73f58) - (property "Reference" "#PWR01" (at 132.334 101.854 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 132.461 99.8982 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 132.334 95.504 0) - (effects (font (size 1.27 1.27))) - ) - (property "Datasheet" "" (at 132.334 95.504 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid 35318ab5-9d7c-4bdd-a72a-c62185738587)) - (instances - (project "power" - (path "/46cfd089-6873-4d8b-89af-02ff30e49472" - (reference "#PWR01") (unit 1) - ) - ) - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca71704" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "fail-project-rescue:C-passive") (at 138.43 91.694 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca745a6) - (property "Reference" "C1" (at 139.5476 90.5256 90) - (effects (font (size 1.016 1.016)) (justify left)) - ) - (property "Value" "C" (at 139.5476 92.456 90) - (effects (font (size 1.016 1.016)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" (at 138.43 91.694 0) - (effects (font (size 1.524 1.524)) hide) - ) - (property "Datasheet" "" (at 138.43 91.694 0) - (effects (font (size 1.524 1.524))) - ) - (instances - (project "power" - (path "/46cfd089-6873-4d8b-89af-02ff30e49472" - (reference "C1") (unit 1) - ) - ) - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca71704" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 138.43 92.964 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ca755f5) - (property "Reference" "#PWR02" (at 138.43 99.314 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 138.557 97.3582 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 138.43 92.964 0) - (effects (font (size 1.27 1.27))) - ) - (property "Datasheet" "" (at 138.43 92.964 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid 55b6b040-a746-4424-a5b4-1f45a1d15120)) - (instances - (project "power" - (path "/46cfd089-6873-4d8b-89af-02ff30e49472" - (reference "#PWR02") (unit 1) - ) - ) - (project "fail-erc" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca71704" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.99") + (uuid "46cfd089-6873-4d8b-89af-02ff30e49472") + (paper "A4") + (lib_symbols + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "pwr" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + ) + (junction + (at 123.19 92.964) + (diameter 0) + (color 0 0 0 0) + (uuid "cbc539d2-6a10-4052-9b7a-f10326dcac67") + ) + (junction + (at 123.19 90.424) + (diameter 0) + (color 0 0 0 0) + (uuid "f144a97d-c3f0-423f-b0a9-3f7dbc42478b") + ) + (wire + (pts + (xy 115.57 92.964) (xy 123.19 92.964) + ) + (stroke + (width 0) + (type default) + ) + (uuid "213a2af1-412b-47f4-ab3b-c5f43b6be7a6") + ) + (wire + (pts + (xy 115.57 90.424) (xy 123.19 90.424) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d6718e7-f18d-444d-9792-ddf1a113460c") + ) + (wire + (pts + (xy 132.334 92.964) (xy 132.334 95.504) + ) + (stroke + (width 0) + (type default) + ) + (uuid "43891a3c-749f-498d-ba99-685a27689b0d") + ) + (wire + (pts + (xy 123.19 90.424) (xy 142.748 90.424) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b60c50d1-225e-415c-8712-7acb5e3dc8ea") + ) + (wire + (pts + (xy 123.19 92.964) (xy 132.334 92.964) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d2de4093-1fc2-4bc1-94b6-4d0fe3426c6f") + ) + (hierarchical_label "VCC" + (shape output) + (at 142.748 90.424 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "55992e35-fe7b-468a-9b7a-1e4dc931b904") + ) + (symbol + (lib_id "fail-project-rescue:CONN_01X02-conn") + (at 110.49 91.694 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca714f2") + (property "Reference" "P1" + (at 112.5982 84.709 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "CONN_01X02" + (at 112.5982 87.0204 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_JST:JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical" + (at 110.49 91.694 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 110.49 91.694 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 110.49 91.694 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "power" + (path "/46cfd089-6873-4d8b-89af-02ff30e49472" + (reference "P1") + (unit 1) + ) + ) + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca71704" + (reference "P1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 123.19 90.424 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca71c3c") + (property "Reference" "#FLG01" + (at 123.19 88.011 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 123.19 84.7598 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 123.19 90.424 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 123.19 90.424 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 123.19 90.424 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b4d5ac25-a764-4661-8e59-75c6a5d8b7e8") + ) + (instances + (project "power" + (path "/46cfd089-6873-4d8b-89af-02ff30e49472" + (reference "#FLG01") + (unit 1) + ) + ) + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca71704" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 123.19 92.964 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca72902") + (property "Reference" "#FLG02" + (at 123.19 95.377 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 123.19 98.6282 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 123.19 92.964 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 123.19 92.964 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 123.19 92.964 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2621aeaa-9788-4950-9c8a-57743e174960") + ) + (instances + (project "power" + (path "/46cfd089-6873-4d8b-89af-02ff30e49472" + (reference "#FLG02") + (unit 1) + ) + ) + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca71704" + (reference "#FLG02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 132.334 95.504 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca73f58") + (property "Reference" "#PWR01" + (at 132.334 101.854 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 132.461 99.8982 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 132.334 95.504 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 132.334 95.504 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 132.334 95.504 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "35318ab5-9d7c-4bdd-a72a-c62185738587") + ) + (instances + (project "power" + (path "/46cfd089-6873-4d8b-89af-02ff30e49472" + (reference "#PWR01") + (unit 1) + ) + ) + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca71704" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "fail-project-rescue:C-passive") + (at 138.43 91.694 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca745a6") + (property "Reference" "C1" + (at 139.5476 90.5256 90) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 139.5476 92.456 90) + (effects + (font + (size 1.016 1.016) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0402_1005Metric" + (at 138.43 91.694 0) + (effects + (font + (size 1.524 1.524) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 138.43 91.694 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Description" "" + (at 138.43 91.694 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "power" + (path "/46cfd089-6873-4d8b-89af-02ff30e49472" + (reference "C1") + (unit 1) + ) + ) + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca71704" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 138.43 92.964 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ca755f5") + (property "Reference" "#PWR02" + (at 138.43 99.314 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 138.557 97.3582 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 138.43 92.964 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 138.43 92.964 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 138.43 92.964 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "55b6b040-a746-4424-a5b4-1f45a1d15120") + ) + (instances + (project "power" + (path "/46cfd089-6873-4d8b-89af-02ff30e49472" + (reference "#PWR02") + (unit 1) + ) + ) + (project "fail-erc" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005ca71704" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/print_multizone.kicad_pcb b/tests/board_samples/kicad_8/print_multizone.kicad_pcb index 7bf191d27..df69aa86a 100644 --- a/tests/board_samples/kicad_8/print_multizone.kicad_pcb +++ b/tests/board_samples/kicad_8/print_multizone.kicad_pcb @@ -1,3868 +1,1932 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.015) - ) - - (paper "A4") - (title_block - (date "2022-07-17") - ) - - (layers - (0 "F.Cu" signal) - (1 "In1.Cu" signal) - (2 "In2.Cu" signal) - (3 "In3.Cu" signal) - (4 "In4.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) - ) - - (setup - (stackup - (layer "F.SilkS" (type "Top Silk Screen")) - (layer "F.Paste" (type "Top Solder Paste")) - (layer "F.Mask" (type "Top Solder Mask") (color "Black") (thickness 0.015)) - (layer "F.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 1" (type "prepreg") (thickness 0.125) (material "IPC-4101/21") (epsilon_r 3.5) (loss_tangent 0.02)) - (layer "In1.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 2" (type "core") (thickness 0.2) (material "IPC-4101/21") (epsilon_r 4.1) (loss_tangent 0.02)) - (layer "In2.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 3" (type "prepreg") (thickness 0.125) (material "IPC-4101/21") (epsilon_r 3.5) (loss_tangent 0.02)) - (layer "In3.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 4" (type "core") (thickness 0.2) (material "IPC-4101/21") (epsilon_r 4.1) (loss_tangent 0.02)) - (layer "In4.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 5" (type "prepreg") (thickness 0.125) (material "IPC-4101/21") (epsilon_r 3.5) (loss_tangent 0.02)) - (layer "B.Cu" (type "copper") (thickness 0.035)) - (layer "B.Mask" (type "Bottom Solder Mask") (color "Black") (thickness 0.015)) - (layer "B.Paste" (type "Bottom Solder Paste")) - (layer "B.SilkS" (type "Bottom Silk Screen")) - (copper_finish "ENIG") - (dielectric_constraints no) - ) - (pad_to_mask_clearance 0) - (grid_origin 50 144) - (pcbplotparams - (layerselection 0x01311cc_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 6) - (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 false) - (plotinvisibletext false) - (sketchpadsonfab false) - (subtractmaskfromsilk false) - (outputformat 1) - (mirror false) - (drillshape 0) - (scaleselection 1) - (outputdirectory "outputs/fabrication/gerber_ncdrill_v0.95/") - ) - ) - - (net 0 "") - (net 1 "GND") - (net 2 "VBUS") - (net 3 "unconnected-(J1-PadA5)") - (net 4 "unconnected-(J1-PadA6)") - (net 5 "unconnected-(J1-PadA7)") - (net 6 "unconnected-(J1-PadA8)") - (net 7 "unconnected-(J1-PadB5)") - (net 8 "unconnected-(J1-PadB6)") - (net 9 "unconnected-(J1-PadB7)") - (net 10 "unconnected-(J1-PadB8)") - (net 11 "/SHIELD") - - (footprint "TestPoint:TestPoint_Pad_D1.0mm" (layer "F.Cu") - (tstamp 658c89bc-6c83-4456-adf9-0153cfa323a8) - (at 58.1 151) - (descr "SMD pad as test Point, diameter 1.0mm") - (tags "test point SMD pad") - (property "Sheetfile" "test-zone-fill.kicad_sch") - (property "Sheetname" "") - (path "/f35b8a34-5465-4c01-9fc4-87d7fd111b09") - (attr exclude_from_pos_files) - (fp_text reference "TP1" (at 0 -1.448) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d5d8b970-c91a-48cd-80c8-8e31926bf15a) - ) - (fp_text value "TestPoint" (at 0 1.55) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4c12e88b-d57c-44ca-be3f-8c1397753cff) - ) - (fp_text user "${REFERENCE}" (at 0 -1.45) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 815d68ff-24fb-45e1-a248-da47e6242bff) - ) - (fp_circle (center 0 0) (end 0 0.7) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp afbed048-f0bf-44ac-9a81-efd12cfcedf3)) - (fp_circle (center 0 0) (end 1 0) - (stroke (width 0.05) (type solid)) (fill none) (layer "F.CrtYd") (tstamp 14f1ec35-c6af-46e8-a04f-1476e92175b0)) - (pad "1" smd circle (at 0 0) (size 1 1) (layers "F.Cu" "F.Mask") - (net 2 "VBUS") (pinfunction "1") (pintype "passive") (tstamp fd84c60c-02df-4795-b4f7-c20f59526a1a)) - ) - - (footprint "Connector_USB:USB_C_Receptacle_Palconn_UTC16-G" locked (layer "B.Cu") - (tstamp 2a4b3a33-e920-4e59-b3ac-db8d3583f129) - (at 53.35 151 90) - (descr "http://www.palpilot.com/wp-content/uploads/2017/05/UTC027-GKN-OR-Rev-A.pdf") - (tags "USB C Type-C Receptacle USB2.0") - (property "Sheetfile" "test-zone-fill.kicad_sch") - (property "Sheetname" "") - (path "/1e03697c-c6ee-4605-9d5b-45ed9dabf06d") - (attr smd) - (fp_text reference "J1" (at 0 4.58 270) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp d55a5c83-4436-4eff-a968-046f5b4327bd) - ) - (fp_text value "usb-c" (at 0 -6.24 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e19988c3-0af5-4eb3-84a2-092cc19eba18) - ) - (fp_text user "PCB Edge" (at 0 -3.43 270) (layer "Dwgs.User") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b9ffbd1a-d166-430c-93fc-1242063f7dfa) - ) - (fp_text user "${REFERENCE}" (at 0 -1.18 270) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 339f52ac-82af-4d8d-a9e8-1b87269def80) - ) - (fp_line (start -4.47 -4.84) (end -4.47 -3.38) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2142d4b3-5fba-4319-bd64-46a3618dfe0b)) - (fp_line (start -4.47 0.67) (end -4.47 -1.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp f1ececce-89ec-4218-ada3-8bc118dff13a)) - (fp_line (start 4.47 -4.84) (end -4.47 -4.84) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2e998783-ca2b-4cb7-b873-c9d10caa1b3f)) - (fp_line (start 4.47 -4.84) (end 4.47 -3.38) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1dabf981-9753-4216-afdf-19290153985d)) - (fp_line (start 4.47 0.67) (end 4.47 -1.13) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 399dd3af-2b9f-4efb-be7b-6f930f10312a)) - (fp_line (start -4.47 -4.34) (end 4.47 -4.34) - (stroke (width 0.1) (type solid)) (layer "Dwgs.User") (tstamp b291729c-8dc7-4cb9-9f1a-1e1aab9af57b)) - (fp_line (start -5.27 -5.34) (end 5.27 -5.34) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fcf32759-8489-4353-bf21-7880befaa109)) - (fp_line (start -5.27 3.59) (end -5.27 -5.34) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp ba4b29bf-0a7b-4487-8003-5bc1b77692e8)) - (fp_line (start 5.27 -5.34) (end 5.27 3.59) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fcd651f3-3daf-4905-b3e0-c2fe6fa0be9a)) - (fp_line (start 5.27 3.59) (end -5.27 3.59) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 7141f72e-e124-4343-80c1-cfe961a500fb)) - (fp_line (start -4.47 2.48) (end -4.47 -4.84) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 935a9170-eb49-4796-87ba-f4745e1b1b86)) - (fp_line (start -4.47 2.48) (end 4.47 2.48) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 791ef07d-2707-4784-97f5-0b95f3df82a3)) - (fp_line (start 4.47 -4.84) (end -4.47 -4.84) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 97583ffc-3c81-494b-ba71-f9ae72a9ddea)) - (fp_line (start 4.47 2.48) (end 4.47 -4.84) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a1c687e0-2e90-4d35-9688-d4771ea1ec62)) - (pad "" np_thru_hole circle locked (at -2.89 1.45 270) (size 0.6 0.6) (drill 0.6) (layers "*.Cu" "*.Mask") (tstamp 3cc554cb-1b5e-411a-b6d4-42ced2633446)) - (pad "" np_thru_hole circle locked (at 2.89 1.45 270) (size 0.6 0.6) (drill 0.6) (layers "*.Cu" "*.Mask") (tstamp eb52383f-e0dd-4888-9994-ffe009efd8e8)) - (pad "A1" smd rect locked (at -3.2 2.51 90) (size 0.6 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp 32259dd8-749f-43d6-bcda-887eed3f9c47)) - (pad "A4" smd rect locked (at -2.4 2.51 90) (size 0.6 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 2 "VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp de4f91de-a598-473e-9b92-63181c434cb3)) - (pad "A5" smd rect locked (at -1.25 2.51 270) (size 0.3 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 3 "unconnected-(J1-PadA5)") (pinfunction "CC1") (pintype "bidirectional+no_connect") (tstamp 473abba4-51bf-4bde-8fe9-e35ef23d95d1)) - (pad "A6" smd rect locked (at -0.25 2.51 270) (size 0.3 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 4 "unconnected-(J1-PadA6)") (pinfunction "D+") (pintype "bidirectional+no_connect") (tstamp a8719ba4-ba91-4a7e-aea3-0c59471b40fa)) - (pad "A7" smd rect locked (at 0.25 2.51 270) (size 0.3 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 5 "unconnected-(J1-PadA7)") (pinfunction "D-") (pintype "bidirectional+no_connect") (tstamp 63acab78-7a3f-4a66-939a-38a797aaa082)) - (pad "A8" smd rect locked (at 1.25 2.51 270) (size 0.3 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 6 "unconnected-(J1-PadA8)") (pinfunction "SBU1") (pintype "bidirectional+no_connect") (tstamp 73361082-4f18-4e5a-8c1c-2ceae118ac93)) - (pad "A9" smd rect locked (at 2.4 2.51 90) (size 0.6 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 2 "VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp 92562abd-1534-4e08-a650-eed29bc63484)) - (pad "A12" smd rect locked (at 3.2 2.51 90) (size 0.6 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp 1b7bff36-3371-44db-a515-aa203cc79493)) - (pad "B1" smd rect locked (at 3.2 2.51 90) (size 0.6 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp f4efb78c-7777-44ea-aa44-b9a41f655f64)) - (pad "B4" smd rect locked (at 2.4 2.51 90) (size 0.6 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 2 "VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp 5966753f-5603-41b5-9113-44bab927091a)) - (pad "B5" smd rect locked (at 1.75 2.51 270) (size 0.3 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 7 "unconnected-(J1-PadB5)") (pinfunction "CC2") (pintype "bidirectional+no_connect") (tstamp 79685deb-8541-415f-88fa-a6285d42d88e)) - (pad "B6" smd rect locked (at 0.75 2.51 270) (size 0.3 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 8 "unconnected-(J1-PadB6)") (pinfunction "D+") (pintype "bidirectional+no_connect") (tstamp 726ed222-1e49-4916-ba99-7d5cd2a071bc)) - (pad "B7" smd rect locked (at -0.75 2.51 270) (size 0.3 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 9 "unconnected-(J1-PadB7)") (pinfunction "D-") (pintype "bidirectional+no_connect") (tstamp 00478fbd-9e4c-4577-91f1-a520fa0440c9)) - (pad "B8" smd rect locked (at -1.75 2.51 270) (size 0.3 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 10 "unconnected-(J1-PadB8)") (pinfunction "SBU2") (pintype "bidirectional+no_connect") (tstamp f34f51fb-d559-4a32-a4ee-e7630543ad57)) - (pad "B9" smd rect locked (at -2.4 2.51 90) (size 0.6 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 2 "VBUS") (pinfunction "VBUS") (pintype "passive") (tstamp 9aa32d78-03b3-41ea-9d4b-bdfd457f4df3)) - (pad "B12" smd rect locked (at -3.2 2.51 90) (size 0.6 1.16) (layers "B.Cu" "B.Paste" "B.Mask") - (net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp c4105e64-f49c-45cb-af13-98f93bef5726)) - (pad "S1" thru_hole oval locked (at -4.32 -2.24) (size 1.7 0.9) (drill oval 1.4 0.6) (layers "*.Cu" "*.Mask") - (net 11 "/SHIELD") (pinfunction "SHIELD") (pintype "passive") (tstamp 1bcfbc46-7db5-4364-8d52-33d1e2b4a9b6)) - (pad "S1" thru_hole oval locked (at -4.32 1.93) (size 2 0.9) (drill oval 1.7 0.6) (layers "*.Cu" "*.Mask") - (net 11 "/SHIELD") (pinfunction "SHIELD") (pintype "passive") (tstamp 851d4ba6-5536-4bba-8b54-d6f2c2ec475f)) - (pad "S1" thru_hole oval locked (at 4.32 -2.24) (size 1.7 0.9) (drill oval 1.4 0.6) (layers "*.Cu" "*.Mask") - (net 11 "/SHIELD") (pinfunction "SHIELD") (pintype "passive") (tstamp 88f58509-ca0e-4563-9867-180af44513d7)) - (pad "S1" thru_hole oval locked (at 4.32 1.93) (size 2 0.9) (drill oval 1.7 0.6) (layers "*.Cu" "*.Mask") - (net 11 "/SHIELD") (pinfunction "SHIELD") (pintype "passive") (tstamp 0f1e1767-2c72-4fd1-8275-1a85089a01cd)) - (model "${KICAD6_3DMODEL_DIR}/Connector_USB.3dshapes/USB_C_Receptacle_Palconn_UTC16-G.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 50 158) (end 50 144) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-000060a7ffe3)) - (gr_line (start 50 144) (end 60 144) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-0000610365de)) - (gr_line (start 60 158) (end 50 158) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 28ec3da3-139b-4c0d-933d-79eae0ede3d2)) - (gr_line (start 60 144) (end 60 158) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 4419635d-262e-4399-bc04-fd54f8e6fc03)) - - (via (at 59.2 147.8) (size 0.5) (drill 0.2) (layers "F.Cu" "B.Cu") (net 1) (tstamp 257fbc21-7093-49f4-b316-d5ed14c0585a)) - (segment (start 58.3 147.8) (end 59.2 147.8) (width 0.5) (layer "B.Cu") (net 1) (tstamp 1350b5d4-ce7e-4f4e-a1c0-53c93fb25246)) - (segment (start 58.3 147.8) (end 55.86 147.8) (width 0.5) (layer "B.Cu") (net 1) (tstamp cd2dbdda-67ce-4a59-b44a-0ad2fd1a1894)) - (via (at 58.1 151) (size 0.5) (drill 0.2) (layers "F.Cu" "B.Cu") (net 2) (tstamp dd667fe5-bfb1-4d29-a1af-700db16f8358)) - (segment (start 58.1 151) (end 58.1 152.7) (width 0.4) (layer "B.Cu") (net 2) (tstamp 1f297226-8ab5-4978-9bac-df88d5784d53)) - (segment (start 58.1 152.7) (end 57.4 153.4) (width 0.4) (layer "B.Cu") (net 2) (tstamp 78399d92-10f9-4c9d-ae8b-475e3ea58418)) - (segment (start 58.1 151) (end 58.1 149.4) (width 0.4) (layer "B.Cu") (net 2) (tstamp 8a8f5661-cff8-4bc3-9f05-832da17efb60)) - (segment (start 57.4 153.4) (end 55.86 153.4) (width 0.4) (layer "B.Cu") (net 2) (tstamp 8c73c545-15db-4472-9a70-43fd402c4940)) - (segment (start 57.3 148.6) (end 55.86 148.6) (width 0.4) (layer "B.Cu") (net 2) (tstamp b1c98335-42c0-479f-b77b-a21c91553210)) - (segment (start 58.1 149.4) (end 57.3 148.6) (width 0.4) (layer "B.Cu") (net 2) (tstamp fac1472e-b462-4bd1-b736-2275860246a7)) - (segment (start 55.28 155.32) (end 52.3 155.32) (width 0.8) (layer "B.Cu") (net 11) (tstamp 32908712-c7c3-4936-9446-78c6c54df6e5)) - (segment (start 52.3 155.32) (end 52.3 146.68) (width 1) (layer "B.Cu") (net 11) (tstamp 796ca796-e15c-48a9-8a77-7f5545db2f35)) - (segment (start 52.3 146.68) (end 52.2 146.58) (width 1) (layer "B.Cu") (net 11) (tstamp 80f1ecf7-d6e0-4ea1-bddc-783d2be5b2a3)) - (segment (start 52.3 146.68) (end 55.28 146.68) (width 0.8) (layer "B.Cu") (net 11) (tstamp 9e46dee9-0091-481e-bfae-41b7c8c55edf)) - - (zone (net 11) (net_name "/SHIELD") (layer "F.Cu") (tstamp 1f3418e9-e9a6-459e-b02a-5e5b44736d2c) (hatch edge 0.508) - (priority 1) - (connect_pads yes (clearance 0.3)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (arc (start 58.8 155.3) (mid 58.360655 156.360655) (end 57.3 156.8)) - (arc (start 51.7 156.8) (mid 50.618629 156.31066) (end 50.2 155.2)) - (arc (start 50.2 155.2) (mid 50.660051 154.18934) (end 51.7 153.8)) - (arc (start 57.3 153.8) (mid 58.360652 154.239347) (end 58.8 155.3)) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 51.7 153.8) - (xy 54.07197 153.8) - (xy 54.140091 153.820002) - (xy 54.186584 153.873658) - (xy 54.196892 153.909553) - (xy 54.214956 154.046762) - (xy 54.275464 154.192841) - (xy 54.371718 154.318282) - (xy 54.497159 154.414536) - (xy 54.643238 154.475044) - (xy 54.760639 154.4905) - (xy 54.839361 154.4905) - (xy 54.956762 154.475044) - (xy 55.102841 154.414536) - (xy 55.228282 154.318282) - (xy 55.324536 154.192841) - (xy 55.385044 154.046762) - (xy 55.403108 153.909553) - (xy 55.431831 153.844626) - (xy 55.491096 153.805535) - (xy 55.52803 153.8) - (xy 57.298753 153.8) - (xy 57.301224 153.800024) - (xy 57.409198 153.802142) - (xy 57.426438 153.803669) - (xy 57.43822 153.805535) - (xy 57.640921 153.83764) - (xy 57.66014 153.842254) - (xy 57.86548 153.908973) - (xy 57.883746 153.916538) - (xy 57.979937 153.96555) - (xy 58.076126 154.014561) - (xy 58.092984 154.024892) - (xy 58.267658 154.151801) - (xy 58.282692 154.164642) - (xy 58.435358 154.317308) - (xy 58.448199 154.332342) - (xy 58.575108 154.507016) - (xy 58.585439 154.523874) - (xy 58.683461 154.716253) - (xy 58.691027 154.734519) - (xy 58.695719 154.748959) - (xy 58.757745 154.939857) - (xy 58.762361 154.959082) - (xy 58.796331 155.173562) - (xy 58.797858 155.190801) - (xy 58.799952 155.297528) - (xy 58.799952 155.302472) - (xy 58.797858 155.409199) - (xy 58.796331 155.426438) - (xy 58.762361 155.640918) - (xy 58.757746 155.66014) - (xy 58.713014 155.797811) - (xy 58.691027 155.86548) - (xy 58.683461 155.883747) - (xy 58.585439 156.076126) - (xy 58.575108 156.092984) - (xy 58.448199 156.267658) - (xy 58.435358 156.282692) - (xy 58.282692 156.435358) - (xy 58.267658 156.448199) - (xy 58.092984 156.575108) - (xy 58.076126 156.585439) - (xy 57.883747 156.683461) - (xy 57.865481 156.691027) - (xy 57.66014 156.757746) - (xy 57.640921 156.76236) - (xy 57.494166 156.785604) - (xy 57.426438 156.796331) - (xy 57.409198 156.797858) - (xy 57.301224 156.799976) - (xy 57.298753 156.8) - (xy 51.703277 156.8) - (xy 51.696745 156.799831) - (xy 51.688241 156.79939) - (xy 51.586936 156.794131) - (xy 51.569762 156.792049) - (xy 51.348637 156.749677) - (xy 51.329579 156.744446) - (xy 51.118985 156.66843) - (xy 51.100975 156.66028) - (xy 50.904861 156.552253) - (xy 50.88835 156.541388) - (xy 50.711542 156.404007) - (xy 50.696938 156.390695) - (xy 50.543809 156.227356) - (xy 50.53146 156.211916) - (xy 50.405766 156.026633) - (xy 50.395984 156.009451) - (xy 50.312446 155.83154) - (xy 50.3005 155.777989) - (xy 50.3005 154.748959) - (xy 50.309654 154.701809) - (xy 50.350393 154.60085) - (xy 50.360351 154.581285) - (xy 50.482863 154.385033) - (xy 50.496066 154.367496) - (xy 50.650792 154.195505) - (xy 50.666842 154.180526) - (xy 50.849079 154.038018) - (xy 50.867494 154.026048) - (xy 51.071703 153.917353) - (xy 51.091917 153.908762) - (xy 51.311903 153.837179) - (xy 51.333297 153.832229) - (xy 51.563742 153.79974) - (xy 51.582925 153.798516) - ) - ) - ) - (zone (net 11) (net_name "/SHIELD") (layer "F.Cu") (tstamp 9d123abd-317e-44cd-ae5e-97d00b47b71e) (hatch edge 0.508) - (priority 1) - (connect_pads yes (clearance 0.3)) - (min_thickness 0.254) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (arc (start 58.8 146.68) (mid 58.356518 145.62934) (end 57.3 145.2)) - (arc (start 51.7 145.2) (mid 50.643482 145.62934) (end 50.2 146.68)) - (arc (start 50.2 146.68) (mid 50.635198 147.75066) (end 51.7 148.2)) - (arc (start 57.3 148.2) (mid 58.364802 147.75066) (end 58.8 146.68)) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 57.300852 145.200011) - (xy 57.408426 145.2014) - (xy 57.425674 145.202811) - (xy 57.638827 145.235105) - (xy 57.658079 145.23959) - (xy 57.760229 145.272025) - (xy 57.862378 145.304459) - (xy 57.880695 145.311903) - (xy 58.07232 145.407927) - (xy 58.089247 145.418144) - (xy 58.263499 145.542967) - (xy 58.278613 145.555701) - (xy 58.431198 145.706251) - (xy 58.444131 145.72119) - (xy 58.571237 145.893689) - (xy 58.571283 145.893752) - (xy 58.581723 145.910536) - (xy 58.680317 146.100867) - (xy 58.688 146.119071) - (xy 58.736786 146.265858) - (xy 58.755603 146.322476) - (xy 58.760348 146.341669) - (xy 58.795503 146.554378) - (xy 58.797145 146.571606) - (xy 58.799935 146.677523) - (xy 58.799968 146.682478) - (xy 58.798571 146.789993) - (xy 58.797158 146.807242) - (xy 58.764371 147.023508) - (xy 58.759883 147.042763) - (xy 58.705872 147.212818) - (xy 58.694049 147.250041) - (xy 58.686604 147.268357) - (xy 58.589155 147.462785) - (xy 58.578936 147.479711) - (xy 58.452266 147.656507) - (xy 58.439526 147.671626) - (xy 58.286761 147.826428) - (xy 58.271817 147.839364) - (xy 58.096711 147.968366) - (xy 58.079937 147.978799) - (xy 57.886803 148.078822) - (xy 57.868589 148.086508) - (xy 57.66219 148.155086) - (xy 57.643 148.159826) - (xy 57.57184 148.171581) - (xy 57.427205 148.195472) - (xy 57.409975 148.197114) - (xy 57.301639 148.199957) - (xy 57.298334 148.2) - (xy 55.52803 148.2) - (xy 55.459909 148.179998) - (xy 55.413416 148.126342) - (xy 55.403108 148.090447) - (xy 55.386122 147.961426) - (xy 55.385044 147.953238) - (xy 55.324536 147.807159) - (xy 55.228282 147.681718) - (xy 55.102841 147.585464) - (xy 54.956762 147.524956) - (xy 54.839361 147.5095) - (xy 54.760639 147.5095) - (xy 54.643238 147.524956) - (xy 54.497159 147.585464) - (xy 54.371718 147.681718) - (xy 54.275464 147.807159) - (xy 54.214956 147.953238) - (xy 54.213878 147.961426) - (xy 54.196892 148.090447) - (xy 54.168169 148.155374) - (xy 54.108904 148.194465) - (xy 54.07197 148.2) - (xy 51.701666 148.2) - (xy 51.698361 148.199957) - (xy 51.590025 148.197114) - (xy 51.572795 148.195472) - (xy 51.42816 148.171581) - (xy 51.357 148.159826) - (xy 51.33781 148.155086) - (xy 51.131411 148.086508) - (xy 51.113197 148.078822) - (xy 50.920063 147.978799) - (xy 50.903289 147.968366) - (xy 50.728183 147.839364) - (xy 50.713239 147.826428) - (xy 50.560474 147.671626) - (xy 50.547734 147.656507) - (xy 50.421064 147.479711) - (xy 50.410845 147.462785) - (xy 50.313857 147.269276) - (xy 50.3005 147.212818) - (xy 50.3005 146.173681) - (xy 50.306931 146.133942) - (xy 50.311887 146.11903) - (xy 50.319576 146.100814) - (xy 50.418174 145.910473) - (xy 50.428615 145.893689) - (xy 50.555777 145.721113) - (xy 50.568711 145.706173) - (xy 50.721315 145.555604) - (xy 50.736417 145.54288) - (xy 50.910691 145.418041) - (xy 50.927618 145.407824) - (xy 51.11926 145.311792) - (xy 51.137577 145.304348) - (xy 51.341526 145.239591) - (xy 51.341893 145.239474) - (xy 51.361146 145.234989) - (xy 51.574253 145.202701) - (xy 51.591626 145.201288) - (xy 51.690047 145.200118) - (xy 51.699244 145.200009) - (xy 51.700741 145.2) - (xy 57.299225 145.2) - ) - ) - ) - (zone (net 1) (net_name "GND") (layers "F.Cu" "In1.Cu" "In2.Cu" "In3.Cu" "In4.Cu" "B.Cu") (tstamp 8c9a70ca-1dc4-4730-bc75-42569a2ea0d3) (hatch edge 0.508) - (connect_pads yes (clearance 0.15)) - (min_thickness 0.15) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508)) - (polygon - (pts - (xy 60 158) - (xy 60 144) - (xy 50 144) - (xy 50 158) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 59.773066 144.217813) - (xy 59.798376 144.26165) - (xy 59.7995 144.2745) - (xy 59.7995 157.7255) - (xy 59.782187 157.773066) - (xy 59.73835 157.798376) - (xy 59.7255 157.7995) - (xy 50.2745 157.7995) - (xy 50.226934 157.782187) - (xy 50.201624 157.73835) - (xy 50.2005 157.7255) - (xy 50.2005 156.494966) - (xy 50.217813 156.4474) - (xy 50.26165 156.42209) - (xy 50.3115 156.43088) - (xy 50.328486 156.444355) - (xy 50.379939 156.499238) - (xy 50.474063 156.599638) - (xy 50.491135 156.616472) - (xy 50.491674 156.616963) - (xy 50.505183 156.629278) - (xy 50.505205 156.629297) - (xy 50.505739 156.629784) - (xy 50.524099 156.645244) - (xy 50.700907 156.782625) - (xy 50.720415 156.79659) - (xy 50.721032 156.796996) - (xy 50.736351 156.807077) - (xy 50.736364 156.807085) - (xy 50.736926 156.807455) - (xy 50.757463 156.819842) - (xy 50.758101 156.820194) - (xy 50.758102 156.820194) - (xy 50.804143 156.845555) - (xy 50.953577 156.927869) - (xy 50.975024 156.938608) - (xy 50.975669 156.9389) - (xy 50.975686 156.938908) - (xy 50.992355 156.946451) - (xy 50.992366 156.946456) - (xy 50.993034 156.946758) - (xy 50.993724 156.947038) - (xy 50.993726 156.947039) - (xy 51.014594 156.955512) - (xy 51.014604 156.955516) - (xy 51.015262 156.955783) - (xy 51.225856 157.031799) - (xy 51.248717 157.03905) - (xy 51.267775 157.044281) - (xy 51.268469 157.044443) - (xy 51.268479 157.044445) - (xy 51.282798 157.047776) - (xy 51.291143 157.049718) - (xy 51.390106 157.068681) - (xy 51.511677 157.091977) - (xy 51.511691 157.091979) - (xy 51.512268 157.09209) - (xy 51.521671 157.093559) - (xy 51.532372 157.095232) - (xy 51.532391 157.095235) - (xy 51.532995 157.095329) - (xy 51.550169 157.097411) - (xy 51.557794 157.09807) - (xy 51.570493 157.099168) - (xy 51.570515 157.09917) - (xy 51.571099 157.09922) - (xy 51.571668 157.09925) - (xy 51.571689 157.099251) - (xy 51.636879 157.102635) - (xy 51.680908 157.10492) - (xy 51.681043 157.104925) - (xy 51.681059 157.104926) - (xy 51.68255 157.104984) - (xy 51.688844 157.105229) - (xy 51.689092 157.105235) - (xy 51.689139 157.105237) - (xy 51.692967 157.105336) - (xy 51.695376 157.105398) - (xy 51.703277 157.1055) - (xy 57.298753 157.1055) - (xy 57.30172 157.105486) - (xy 57.303272 157.105471) - (xy 57.30411 157.105463) - (xy 57.304159 157.105462) - (xy 57.304191 157.105462) - (xy 57.307215 157.105417) - (xy 57.415189 157.103299) - (xy 57.436152 157.102167) - (xy 57.453392 157.10064) - (xy 57.468355 157.098794) - (xy 57.473598 157.098148) - (xy 57.473608 157.098147) - (xy 57.474229 157.09807) - (xy 57.551653 157.085807) - (xy 57.687993 157.064213) - (xy 57.687999 157.064212) - (xy 57.688712 157.064099) - (xy 57.689401 157.063962) - (xy 57.689423 157.063958) - (xy 57.711516 157.059563) - (xy 57.711543 157.059557) - (xy 57.712237 157.059419) - (xy 57.731456 157.054805) - (xy 57.749009 157.049855) - (xy 57.753836 157.048494) - (xy 57.753852 157.048489) - (xy 57.754544 157.048294) - (xy 57.959885 156.981575) - (xy 57.960545 156.981332) - (xy 57.960558 156.981327) - (xy 57.981715 156.973521) - (xy 57.98239 156.973272) - (xy 57.983058 156.972995) - (xy 57.983069 156.972991) - (xy 57.999958 156.965995) - (xy 58.000656 156.965706) - (xy 58.003882 156.964219) - (xy 58.021804 156.955957) - (xy 58.021818 156.95595) - (xy 58.022441 156.955663) - (xy 58.21482 156.857641) - (xy 58.235754 156.845918) - (xy 58.252612 156.835587) - (xy 58.256345 156.833092) - (xy 58.27194 156.822672) - (xy 58.271953 156.822663) - (xy 58.272553 156.822262) - (xy 58.2754 156.820194) - (xy 58.446639 156.69578) - (xy 58.447227 156.695353) - (xy 58.447772 156.694923) - (xy 58.447787 156.694912) - (xy 58.465503 156.680945) - (xy 58.465509 156.68094) - (xy 58.466071 156.680497) - (xy 58.481105 156.667656) - (xy 58.485153 156.663914) - (xy 58.498163 156.651888) - (xy 58.498178 156.651873) - (xy 58.498713 156.651379) - (xy 58.651379 156.498713) - (xy 58.651873 156.498178) - (xy 58.651888 156.498163) - (xy 58.667177 156.481623) - (xy 58.667656 156.481105) - (xy 58.680497 156.466071) - (xy 58.695353 156.447227) - (xy 58.822262 156.272553) - (xy 58.835587 156.252612) - (xy 58.845918 156.235754) - (xy 58.857641 156.21482) - (xy 58.955663 156.022441) - (xy 58.965709 156.000651) - (xy 58.973275 155.982384) - (xy 58.981575 155.959885) - (xy 59.048294 155.754545) - (xy 59.054804 155.731461) - (xy 59.059419 155.712239) - (xy 59.0641 155.688708) - (xy 59.09807 155.474228) - (xy 59.10064 155.453393) - (xy 59.102167 155.436154) - (xy 59.103299 155.415192) - (xy 59.105393 155.308465) - (xy 59.105452 155.302472) - (xy 59.105452 155.297528) - (xy 59.105393 155.291535) - (xy 59.103299 155.184808) - (xy 59.102167 155.163846) - (xy 59.10064 155.146607) - (xy 59.09807 155.125772) - (xy 59.0641 154.911292) - (xy 59.059418 154.887757) - (xy 59.054802 154.868532) - (xy 59.048293 154.845453) - (xy 58.981575 154.640115) - (xy 58.973272 154.61761) - (xy 58.965706 154.599344) - (xy 58.955663 154.577559) - (xy 58.857641 154.38518) - (xy 58.845918 154.364246) - (xy 58.835587 154.347388) - (xy 58.822262 154.327447) - (xy 58.695353 154.152773) - (xy 58.680497 154.133929) - (xy 58.667656 154.118895) - (xy 58.658629 154.10913) - (xy 58.651888 154.101837) - (xy 58.651873 154.101822) - (xy 58.651379 154.101287) - (xy 58.498713 153.948621) - (xy 58.498178 153.948127) - (xy 58.498163 153.948112) - (xy 58.481623 153.932823) - (xy 58.481105 153.932344) - (xy 58.466071 153.919503) - (xy 58.465503 153.919055) - (xy 58.447787 153.905088) - (xy 58.447772 153.905077) - (xy 58.447227 153.904647) - (xy 58.272553 153.777738) - (xy 58.271953 153.777337) - (xy 58.27194 153.777328) - (xy 58.253206 153.76481) - (xy 58.252612 153.764413) - (xy 58.235754 153.754082) - (xy 58.235154 153.753746) - (xy 58.235137 153.753736) - (xy 58.215432 153.742701) - (xy 58.215425 153.742697) - (xy 58.214821 153.742359) - (xy 58.214193 153.742039) - (xy 58.214178 153.742031) - (xy 58.023099 153.644671) - (xy 58.023088 153.644666) - (xy 58.022441 153.644336) - (xy 58.000642 153.634287) - (xy 57.996852 153.632717) - (xy 57.983067 153.627008) - (xy 57.983059 153.627005) - (xy 57.982376 153.626722) - (xy 57.959885 153.618425) - (xy 57.959184 153.618197) - (xy 57.959166 153.618191) - (xy 57.755245 153.551933) - (xy 57.755225 153.551927) - (xy 57.754545 153.551706) - (xy 57.753843 153.551508) - (xy 57.753833 153.551505) - (xy 57.745626 153.549191) - (xy 57.731456 153.545195) - (xy 57.730764 153.545029) - (xy 57.730753 153.545026) - (xy 57.721822 153.542882) - (xy 57.712237 153.540581) - (xy 57.711543 153.540443) - (xy 57.711516 153.540437) - (xy 57.689423 153.536042) - (xy 57.689401 153.536038) - (xy 57.688712 153.535901) - (xy 57.687999 153.535788) - (xy 57.687993 153.535787) - (xy 57.548693 153.513724) - (xy 57.474229 153.50193) - (xy 57.473608 153.501853) - (xy 57.473598 153.501852) - (xy 57.468355 153.501206) - (xy 57.453392 153.49936) - (xy 57.436152 153.497833) - (xy 57.415189 153.496701) - (xy 57.307215 153.494583) - (xy 57.304191 153.494538) - (xy 57.304159 153.494538) - (xy 57.30411 153.494537) - (xy 57.303272 153.494529) - (xy 57.30172 153.494514) - (xy 57.298753 153.4945) - (xy 55.52803 153.4945) - (xy 55.482753 153.497874) - (xy 55.459904 153.501298) - (xy 55.446371 153.503326) - (xy 55.446355 153.503329) - (xy 55.445819 153.503409) - (xy 55.426368 153.506971) - (xy 55.42267 153.508527) - (xy 55.422667 153.508528) - (xy 55.326031 153.549191) - (xy 55.326029 153.549192) - (xy 55.322885 153.550515) - (xy 55.320036 153.552394) - (xy 55.317012 153.55401) - (xy 55.316352 153.552775) - (xy 55.271974 153.56335) - (xy 55.226004 153.539929) - (xy 55.157618 153.465559) - (xy 55.157614 153.465556) - (xy 55.154201 153.461844) - (xy 55.149915 153.459187) - (xy 55.149912 153.459184) - (xy 55.068572 153.408752) - (xy 55.026014 153.382365) - (xy 54.931115 153.354794) - (xy 54.884897 153.341366) - (xy 54.884894 153.341365) - (xy 54.881175 153.340285) - (xy 54.876303 153.339927) - (xy 54.87184 153.339599) - (xy 54.871826 153.339599) - (xy 54.870485 153.3395) - (xy 54.762215 153.3395) - (xy 54.650568 153.354794) - (xy 54.512145 153.414695) - (xy 54.39493 153.509614) - (xy 54.39201 153.513723) - (xy 54.392009 153.513724) - (xy 54.37809 153.533309) - (xy 54.336423 153.562052) - (xy 54.284232 153.556404) - (xy 54.229209 153.528427) - (xy 54.229206 153.528426) - (xy 54.22616 153.526877) - (xy 54.158039 153.506875) - (xy 54.07197 153.4945) - (xy 51.702365 153.4945) - (xy 51.701427 153.494494) - (xy 51.700068 153.494477) - (xy 51.586797 153.493041) - (xy 51.586134 153.493058) - (xy 51.586119 153.493058) - (xy 51.564199 153.493617) - (xy 51.564175 153.493618) - (xy 51.563472 153.493636) - (xy 51.562756 153.493682) - (xy 51.562749 153.493682) - (xy 51.555113 153.494169) - (xy 51.544289 153.49486) - (xy 51.539032 153.495398) - (xy 51.521784 153.497161) - (xy 51.521767 153.497163) - (xy 51.521093 153.497232) - (xy 51.404115 153.513724) - (xy 51.310821 153.526877) - (xy 51.290648 153.529721) - (xy 51.264432 153.534592) - (xy 51.243038 153.539542) - (xy 51.242283 153.539752) - (xy 51.242282 153.539752) - (xy 51.218164 153.546452) - (xy 51.218154 153.546455) - (xy 51.217373 153.546672) - (xy 50.997387 153.618255) - (xy 50.996615 153.618544) - (xy 50.996595 153.618551) - (xy 50.975436 153.626473) - (xy 50.972423 153.627601) - (xy 50.952209 153.636192) - (xy 50.928161 153.647676) - (xy 50.723952 153.756371) - (xy 50.723269 153.756774) - (xy 50.723256 153.756781) - (xy 50.715033 153.76163) - (xy 50.700998 153.769905) - (xy 50.682583 153.781875) - (xy 50.681917 153.78235) - (xy 50.681903 153.78236) - (xy 50.661572 153.796875) - (xy 50.66156 153.796884) - (xy 50.660889 153.797363) - (xy 50.478652 153.939871) - (xy 50.458401 153.957182) - (xy 50.457801 153.957742) - (xy 50.442943 153.971608) - (xy 50.442931 153.971619) - (xy 50.442351 153.972161) - (xy 50.423672 153.991184) - (xy 50.374038 154.046357) - (xy 50.329514 154.095849) - (xy 50.284831 154.119632) - (xy 50.235313 154.10913) - (xy 50.204132 154.069255) - (xy 50.2005 154.046357) - (xy 50.2005 150.993138) - (xy 57.444758 150.993138) - (xy 57.462035 151.149633) - (xy 57.516143 151.29749) - (xy 57.518628 151.301188) - (xy 57.51863 151.301192) - (xy 57.528368 151.315683) - (xy 57.603958 151.428172) - (xy 57.72041 151.534135) - (xy 57.724333 151.536265) - (xy 57.854852 151.607132) - (xy 57.854856 151.607134) - (xy 57.858776 151.609262) - (xy 58.011069 151.649215) - (xy 58.089782 151.650452) - (xy 58.164038 151.651618) - (xy 58.168495 151.651688) - (xy 58.172837 151.650694) - (xy 58.172842 151.650693) - (xy 58.317621 151.617534) - (xy 58.317624 151.617533) - (xy 58.321968 151.616538) - (xy 58.462625 151.545795) - (xy 58.582348 151.443542) - (xy 58.674224 151.315683) - (xy 58.73295 151.169598) - (xy 58.755134 151.013723) - (xy 58.755278 151) - (xy 58.736363 150.843694) - (xy 58.68071 150.696412) - (xy 58.591531 150.566657) - (xy 58.548431 150.528256) - (xy 58.47731 150.464889) - (xy 58.477307 150.464887) - (xy 58.473976 150.461919) - (xy 58.334831 150.388245) - (xy 58.182128 150.349889) - (xy 58.100583 150.349462) - (xy 58.029142 150.349088) - (xy 58.029139 150.349088) - (xy 58.024684 150.349065) - (xy 58.020349 150.350106) - (xy 58.020347 150.350106) - (xy 57.940936 150.369171) - (xy 57.871588 150.38582) - (xy 57.731679 150.458032) - (xy 57.728321 150.460961) - (xy 57.72832 150.460962) - (xy 57.723819 150.464889) - (xy 57.613034 150.561533) - (xy 57.522501 150.690348) - (xy 57.465309 150.837039) - (xy 57.464727 150.841463) - (xy 57.464726 150.841465) - (xy 57.46385 150.848123) - (xy 57.444758 150.993138) - (xy 50.2005 150.993138) - (xy 50.2005 147.920893) - (xy 50.217813 147.873327) - (xy 50.26165 147.848017) - (xy 50.3115 147.856807) - (xy 50.329172 147.871023) - (xy 50.343027 147.886212) - (xy 50.495792 148.041014) - (xy 50.496308 148.041497) - (xy 50.496323 148.041512) - (xy 50.512759 148.056908) - (xy 50.513294 148.057409) - (xy 50.528238 148.070345) - (xy 50.546982 148.085324) - (xy 50.722088 148.214326) - (xy 50.741939 148.227782) - (xy 50.758713 148.238215) - (xy 50.759353 148.238579) - (xy 50.778968 148.249735) - (xy 50.778982 148.249743) - (xy 50.77957 148.250077) - (xy 50.78018 148.250393) - (xy 50.780182 148.250394) - (xy 50.97207 148.349772) - (xy 50.972084 148.349779) - (xy 50.972704 148.3501) - (xy 50.994423 148.360288) - (xy 51.012637 148.367974) - (xy 51.035084 148.376424) - (xy 51.241483 148.445002) - (xy 51.2449 148.44599) - (xy 51.263872 148.451476) - (xy 51.2639 148.451484) - (xy 51.264552 148.451672) - (xy 51.283742 148.456412) - (xy 51.284426 148.456553) - (xy 51.284436 148.456555) - (xy 51.30651 148.461097) - (xy 51.306521 148.461099) - (xy 51.307211 148.461241) - (xy 51.384973 148.474086) - (xy 51.521717 148.496674) - (xy 51.523006 148.496887) - (xy 51.523636 148.496969) - (xy 51.523643 148.49697) - (xy 51.543196 148.499514) - (xy 51.543204 148.499515) - (xy 51.543812 148.499594) - (xy 51.544445 148.499654) - (xy 51.544451 148.499655) - (xy 51.549906 148.500175) - (xy 51.561042 148.501236) - (xy 51.582011 148.502509) - (xy 51.58264 148.502525) - (xy 51.582651 148.502526) - (xy 51.686013 148.505238) - (xy 51.690347 148.505352) - (xy 51.694387 148.505431) - (xy 51.695234 148.505442) - (xy 51.697666 148.505474) - (xy 51.697692 148.505474) - (xy 51.701666 148.5055) - (xy 54.07197 148.5055) - (xy 54.117247 148.502126) - (xy 54.140096 148.498702) - (xy 54.153629 148.496674) - (xy 54.153645 148.496671) - (xy 54.154181 148.496591) - (xy 54.173632 148.493029) - (xy 54.17733 148.491473) - (xy 54.177333 148.491472) - (xy 54.273969 148.450809) - (xy 54.273971 148.450808) - (xy 54.277115 148.449485) - (xy 54.279964 148.447606) - (xy 54.282988 148.44599) - (xy 54.283648 148.447225) - (xy 54.328026 148.43665) - (xy 54.373996 148.460071) - (xy 54.442382 148.534441) - (xy 54.442386 148.534444) - (xy 54.445799 148.538156) - (xy 54.450085 148.540813) - (xy 54.450088 148.540816) - (xy 54.521843 148.585305) - (xy 54.573986 148.617635) - (xy 54.644352 148.638079) - (xy 54.715103 148.658634) - (xy 54.715106 148.658635) - (xy 54.718825 148.659715) - (xy 54.723697 148.660073) - (xy 54.72816 148.660401) - (xy 54.728174 148.660401) - (xy 54.729515 148.6605) - (xy 54.837785 148.6605) - (xy 54.949432 148.645206) - (xy 55.087855 148.585305) - (xy 55.20507 148.490386) - (xy 55.216654 148.474086) - (xy 55.22191 148.466691) - (xy 55.263577 148.437948) - (xy 55.315768 148.443596) - (xy 55.370791 148.471573) - (xy 55.370794 148.471574) - (xy 55.37384 148.473123) - (xy 55.441961 148.493125) - (xy 55.52803 148.5055) - (xy 57.298334 148.5055) - (xy 57.302308 148.505474) - (xy 57.302334 148.505474) - (xy 57.304766 148.505442) - (xy 57.305613 148.505431) - (xy 57.309653 148.505352) - (xy 57.313987 148.505238) - (xy 57.417349 148.502526) - (xy 57.41736 148.502525) - (xy 57.417989 148.502509) - (xy 57.438958 148.501236) - (xy 57.450094 148.500175) - (xy 57.455549 148.499655) - (xy 57.455555 148.499654) - (xy 57.456188 148.499594) - (xy 57.456796 148.499515) - (xy 57.456804 148.499514) - (xy 57.476357 148.49697) - (xy 57.476364 148.496969) - (xy 57.476994 148.496887) - (xy 57.478284 148.496674) - (xy 57.615027 148.474086) - (xy 57.692789 148.461241) - (xy 57.693479 148.461099) - (xy 57.69349 148.461097) - (xy 57.715564 148.456555) - (xy 57.715574 148.456553) - (xy 57.716258 148.456412) - (xy 57.735448 148.451672) - (xy 57.7361 148.451484) - (xy 57.736128 148.451476) - (xy 57.7551 148.44599) - (xy 57.758517 148.445002) - (xy 57.964916 148.376424) - (xy 57.987363 148.367974) - (xy 58.005577 148.360288) - (xy 58.027296 148.3501) - (xy 58.027916 148.349779) - (xy 58.02793 148.349772) - (xy 58.219818 148.250394) - (xy 58.21982 148.250393) - (xy 58.22043 148.250077) - (xy 58.221018 148.249743) - (xy 58.221032 148.249735) - (xy 58.240647 148.238579) - (xy 58.241287 148.238215) - (xy 58.258061 148.227782) - (xy 58.277912 148.214326) - (xy 58.453018 148.085324) - (xy 58.471762 148.070345) - (xy 58.486706 148.057409) - (xy 58.487241 148.056908) - (xy 58.503677 148.041512) - (xy 58.503692 148.041497) - (xy 58.504208 148.041014) - (xy 58.656973 147.886212) - (xy 58.673144 147.868484) - (xy 58.685884 147.853365) - (xy 58.700604 147.834435) - (xy 58.7995 147.696404) - (xy 58.826844 147.65824) - (xy 58.826858 147.65822) - (xy 58.827274 147.657639) - (xy 58.840467 147.637609) - (xy 58.850686 147.620683) - (xy 58.86227 147.599673) - (xy 58.959719 147.405245) - (xy 58.969617 147.383395) - (xy 58.977062 147.365079) - (xy 58.985216 147.342519) - (xy 59.05105 147.135241) - (xy 59.057408 147.112111) - (xy 59.061896 147.092856) - (xy 59.06642 147.0693) - (xy 59.099207 146.853034) - (xy 59.101638 146.832184) - (xy 59.103051 146.814935) - (xy 59.104045 146.793962) - (xy 59.105442 146.686447) - (xy 59.105461 146.680443) - (xy 59.105428 146.675488) - (xy 59.105329 146.669478) - (xy 59.102539 146.563561) - (xy 59.101267 146.54262) - (xy 59.099625 146.525392) - (xy 59.096914 146.504563) - (xy 59.061759 146.291854) - (xy 59.056919 146.268349) - (xy 59.052174 146.249156) - (xy 59.045511 146.226123) - (xy 58.977908 146.022718) - (xy 58.969459 146.000281) - (xy 58.961776 145.982077) - (xy 58.951582 145.960348) - (xy 58.852988 145.770017) - (xy 58.841133 145.749177) - (xy 58.830693 145.732393) - (xy 58.830288 145.731796) - (xy 58.830274 145.731774) - (xy 58.817652 145.713156) - (xy 58.817227 145.712529) - (xy 58.690075 145.539967) - (xy 58.675102 145.521234) - (xy 58.662169 145.506295) - (xy 58.647313 145.490438) - (xy 58.646267 145.489321) - (xy 58.646246 145.4893) - (xy 58.645764 145.488785) - (xy 58.493179 145.338235) - (xy 58.475455 145.32207) - (xy 58.460341 145.309336) - (xy 58.441404 145.294613) - (xy 58.267152 145.16979) - (xy 58.247116 145.156595) - (xy 58.230189 145.146378) - (xy 58.209185 145.1348) - (xy 58.01756 145.038776) - (xy 57.995714 145.028882) - (xy 57.995069 145.02862) - (xy 57.995053 145.028613) - (xy 57.978079 145.021715) - (xy 57.978072 145.021712) - (xy 57.977397 145.021438) - (xy 57.976711 145.02119) - (xy 57.955478 145.013518) - (xy 57.95546 145.013512) - (xy 57.954832 145.013285) - (xy 57.852683 144.980851) - (xy 57.751195 144.948626) - (xy 57.751186 144.948623) - (xy 57.750533 144.948416) - (xy 57.749894 144.94824) - (xy 57.749869 144.948233) - (xy 57.728095 144.94225) - (xy 57.727393 144.942057) - (xy 57.718902 144.940079) - (xy 57.708825 144.937731) - (xy 57.708808 144.937727) - (xy 57.708141 144.937572) - (xy 57.68459 144.933052) - (xy 57.586351 144.918168) - (xy 57.472047 144.90085) - (xy 57.472024 144.900847) - (xy 57.471437 144.900758) - (xy 57.450583 144.898328) - (xy 57.433335 144.896917) - (xy 57.420438 144.896307) - (xy 57.41301 144.895955) - (xy 57.412994 144.895955) - (xy 57.41237 144.895925) - (xy 57.304796 144.894536) - (xy 57.302917 144.894518) - (xy 57.30129 144.894507) - (xy 57.301167 144.894507) - (xy 57.301127 144.894506) - (xy 57.299225 144.8945) - (xy 51.700741 144.8945) - (xy 51.698904 144.894506) - (xy 51.697407 144.894515) - (xy 51.695614 144.894531) - (xy 51.587996 144.89581) - (xy 51.587378 144.895839) - (xy 51.587369 144.895839) - (xy 51.567527 144.896762) - (xy 51.567526 144.896762) - (xy 51.566861 144.896793) - (xy 51.549488 144.898206) - (xy 51.548866 144.898278) - (xy 51.548849 144.89828) - (xy 51.529547 144.900525) - (xy 51.528489 144.900648) - (xy 51.527903 144.900737) - (xy 51.527879 144.90074) - (xy 51.31608 144.93283) - (xy 51.316068 144.932832) - (xy 51.315382 144.932936) - (xy 51.291835 144.937455) - (xy 51.272582 144.94194) - (xy 51.24944 144.948299) - (xy 51.248737 144.948522) - (xy 51.248731 144.948524) - (xy 51.045822 145.012951) - (xy 51.045805 145.012957) - (xy 51.045124 145.013173) - (xy 51.022558 145.021327) - (xy 51.004241 145.028771) - (xy 51.003549 145.029084) - (xy 51.003543 145.029087) - (xy 50.983106 145.038343) - (xy 50.983088 145.038351) - (xy 50.982396 145.038665) - (xy 50.790754 145.134697) - (xy 50.769749 145.146275) - (xy 50.769159 145.146631) - (xy 50.769154 145.146634) - (xy 50.768964 145.146749) - (xy 50.752822 145.156492) - (xy 50.752215 145.156892) - (xy 50.733405 145.169278) - (xy 50.73338 145.169295) - (xy 50.732785 145.169687) - (xy 50.732195 145.170109) - (xy 50.732177 145.170122) - (xy 50.732067 145.170201) - (xy 50.558511 145.294526) - (xy 50.539574 145.309249) - (xy 50.524472 145.321973) - (xy 50.523967 145.322434) - (xy 50.523954 145.322445) - (xy 50.523816 145.322571) - (xy 50.506749 145.338138) - (xy 50.506114 145.338765) - (xy 50.354645 145.488213) - (xy 50.354628 145.48823) - (xy 50.354145 145.488707) - (xy 50.353672 145.489211) - (xy 50.353665 145.489219) - (xy 50.352523 145.490438) - (xy 50.337741 145.506215) - (xy 50.33726 145.50677) - (xy 50.330446 145.514641) - (xy 50.286223 145.53927) - (xy 50.236515 145.529712) - (xy 50.20458 145.490438) - (xy 50.2005 145.466205) - (xy 50.2005 144.2745) - (xy 50.217813 144.226934) - (xy 50.26165 144.201624) - (xy 50.2745 144.2005) - (xy 59.7255 144.2005) - ) - ) - (filled_polygon - (layer "In1.Cu") - (pts - (xy 59.773066 144.217813) - (xy 59.798376 144.26165) - (xy 59.7995 144.2745) - (xy 59.7995 157.7255) - (xy 59.782187 157.773066) - (xy 59.73835 157.798376) - (xy 59.7255 157.7995) - (xy 50.2745 157.7995) - (xy 50.226934 157.782187) - (xy 50.201624 157.73835) - (xy 50.2005 157.7255) - (xy 50.2005 155.836018) - (xy 50.217813 155.788452) - (xy 50.26165 155.763142) - (xy 50.3115 155.771932) - (xy 50.319548 155.77731) - (xy 50.403311 155.841584) - (xy 50.403315 155.841586) - (xy 50.407159 155.844536) - (xy 50.553238 155.905044) - (xy 50.55804 155.905676) - (xy 50.558043 155.905677) - (xy 50.644302 155.917033) - (xy 50.670639 155.9205) - (xy 51.549361 155.9205) - (xy 51.575698 155.917033) - (xy 51.661957 155.905677) - (xy 51.66196 155.905676) - (xy 51.666762 155.905044) - (xy 51.812841 155.844536) - (xy 51.816685 155.841586) - (xy 51.816689 155.841584) - (xy 51.934431 155.751237) - (xy 51.938282 155.748282) - (xy 51.941237 155.744431) - (xy 52.031584 155.626689) - (xy 52.031586 155.626685) - (xy 52.034536 155.622841) - (xy 52.095044 155.476762) - (xy 52.115682 155.32) - (xy 54.124318 155.32) - (xy 54.144956 155.476762) - (xy 54.205464 155.622841) - (xy 54.208414 155.626685) - (xy 54.208416 155.626689) - (xy 54.298763 155.744431) - (xy 54.301718 155.748282) - (xy 54.305569 155.751237) - (xy 54.423311 155.841584) - (xy 54.423315 155.841586) - (xy 54.427159 155.844536) - (xy 54.573238 155.905044) - (xy 54.57804 155.905676) - (xy 54.578043 155.905677) - (xy 54.664302 155.917033) - (xy 54.690639 155.9205) - (xy 55.869361 155.9205) - (xy 55.895698 155.917033) - (xy 55.981957 155.905677) - (xy 55.98196 155.905676) - (xy 55.986762 155.905044) - (xy 56.132841 155.844536) - (xy 56.136685 155.841586) - (xy 56.136689 155.841584) - (xy 56.254431 155.751237) - (xy 56.258282 155.748282) - (xy 56.261237 155.744431) - (xy 56.351584 155.626689) - (xy 56.351586 155.626685) - (xy 56.354536 155.622841) - (xy 56.415044 155.476762) - (xy 56.435682 155.32) - (xy 56.415044 155.163238) - (xy 56.354536 155.017159) - (xy 56.351586 155.013315) - (xy 56.351584 155.013311) - (xy 56.261237 154.895569) - (xy 56.258282 154.891718) - (xy 56.220452 154.86269) - (xy 56.136689 154.798416) - (xy 56.136685 154.798414) - (xy 56.132841 154.795464) - (xy 55.986762 154.734956) - (xy 55.98196 154.734324) - (xy 55.981957 154.734323) - (xy 55.895698 154.722967) - (xy 55.869361 154.7195) - (xy 54.690639 154.7195) - (xy 54.664302 154.722967) - (xy 54.578043 154.734323) - (xy 54.57804 154.734324) - (xy 54.573238 154.734956) - (xy 54.427159 154.795464) - (xy 54.423315 154.798414) - (xy 54.423311 154.798416) - (xy 54.339548 154.86269) - (xy 54.301718 154.891718) - (xy 54.298763 154.895569) - (xy 54.208416 155.013311) - (xy 54.208414 155.013315) - (xy 54.205464 155.017159) - (xy 54.144956 155.163238) - (xy 54.124318 155.32) - (xy 52.115682 155.32) - (xy 52.095044 155.163238) - (xy 52.034536 155.017159) - (xy 52.031586 155.013315) - (xy 52.031584 155.013311) - (xy 51.941237 154.895569) - (xy 51.938282 154.891718) - (xy 51.900452 154.86269) - (xy 51.816689 154.798416) - (xy 51.816685 154.798414) - (xy 51.812841 154.795464) - (xy 51.666762 154.734956) - (xy 51.66196 154.734324) - (xy 51.661957 154.734323) - (xy 51.575698 154.722967) - (xy 51.549361 154.7195) - (xy 50.670639 154.7195) - (xy 50.644302 154.722967) - (xy 50.558043 154.734323) - (xy 50.55804 154.734324) - (xy 50.553238 154.734956) - (xy 50.407159 154.795464) - (xy 50.403315 154.798414) - (xy 50.403311 154.798416) - (xy 50.319548 154.86269) - (xy 50.271272 154.877912) - (xy 50.224506 154.85854) - (xy 50.201133 154.813641) - (xy 50.2005 154.803982) - (xy 50.2005 153.924891) - (xy 54.24542 153.924891) - (xy 54.246417 153.929835) - (xy 54.246417 153.929837) - (xy 54.274236 154.0678) - (xy 54.275233 154.072743) - (xy 54.343707 154.207132) - (xy 54.387139 154.254364) - (xy 54.442382 154.314441) - (xy 54.442386 154.314444) - (xy 54.445799 154.318156) - (xy 54.450085 154.320813) - (xy 54.450088 154.320816) - (xy 54.521843 154.365305) - (xy 54.573986 154.397635) - (xy 54.644352 154.418079) - (xy 54.715103 154.438634) - (xy 54.715106 154.438635) - (xy 54.718825 154.439715) - (xy 54.723697 154.440073) - (xy 54.72816 154.440401) - (xy 54.728174 154.440401) - (xy 54.729515 154.4405) - (xy 54.837785 154.4405) - (xy 54.949432 154.425206) - (xy 55.087855 154.365305) - (xy 55.150667 154.314441) - (xy 55.201151 154.27356) - (xy 55.201153 154.273558) - (xy 55.20507 154.270386) - (xy 55.233985 154.229699) - (xy 55.289521 154.151553) - (xy 55.289523 154.15155) - (xy 55.292442 154.147442) - (xy 55.343533 154.005532) - (xy 55.35458 153.855109) - (xy 55.33832 153.774468) - (xy 55.325764 153.7122) - (xy 55.325763 153.712198) - (xy 55.324767 153.707257) - (xy 55.256293 153.572868) - (xy 55.195209 153.50644) - (xy 55.157618 153.465559) - (xy 55.157614 153.465556) - (xy 55.154201 153.461844) - (xy 55.149915 153.459187) - (xy 55.149912 153.459184) - (xy 55.068572 153.408752) - (xy 55.026014 153.382365) - (xy 54.931115 153.354794) - (xy 54.884897 153.341366) - (xy 54.884894 153.341365) - (xy 54.881175 153.340285) - (xy 54.876303 153.339927) - (xy 54.87184 153.339599) - (xy 54.871826 153.339599) - (xy 54.870485 153.3395) - (xy 54.762215 153.3395) - (xy 54.650568 153.354794) - (xy 54.512145 153.414695) - (xy 54.457206 153.459184) - (xy 54.398849 153.50644) - (xy 54.398847 153.506442) - (xy 54.39493 153.509614) - (xy 54.392008 153.513726) - (xy 54.310479 153.628447) - (xy 54.310477 153.62845) - (xy 54.307558 153.632558) - (xy 54.256467 153.774468) - (xy 54.24542 153.924891) - (xy 50.2005 153.924891) - (xy 50.2005 151) - (xy 57.694508 151) - (xy 57.695419 151.005752) - (xy 57.713442 151.119549) - (xy 57.713443 151.119552) - (xy 57.714354 151.125304) - (xy 57.716999 151.130495) - (xy 57.717 151.130498) - (xy 57.769304 151.23315) - (xy 57.769306 151.233152) - (xy 57.77195 151.238342) - (xy 57.861658 151.32805) - (xy 57.866848 151.330694) - (xy 57.86685 151.330696) - (xy 57.969502 151.383) - (xy 57.969505 151.383001) - (xy 57.974696 151.385646) - (xy 57.980448 151.386557) - (xy 57.980451 151.386558) - (xy 58.094248 151.404581) - (xy 58.1 151.405492) - (xy 58.105752 151.404581) - (xy 58.219549 151.386558) - (xy 58.219552 151.386557) - (xy 58.225304 151.385646) - (xy 58.230495 151.383001) - (xy 58.230498 151.383) - (xy 58.33315 151.330696) - (xy 58.333152 151.330694) - (xy 58.338342 151.32805) - (xy 58.42805 151.238342) - (xy 58.430694 151.233152) - (xy 58.430696 151.23315) - (xy 58.483 151.130498) - (xy 58.483001 151.130495) - (xy 58.485646 151.125304) - (xy 58.486557 151.119552) - (xy 58.486558 151.119549) - (xy 58.504581 151.005752) - (xy 58.505492 151) - (xy 58.504581 150.994248) - (xy 58.486558 150.880451) - (xy 58.486557 150.880448) - (xy 58.485646 150.874696) - (xy 58.483 150.869502) - (xy 58.430696 150.76685) - (xy 58.430694 150.766848) - (xy 58.42805 150.761658) - (xy 58.338342 150.67195) - (xy 58.333152 150.669306) - (xy 58.33315 150.669304) - (xy 58.230498 150.617) - (xy 58.230495 150.616999) - (xy 58.225304 150.614354) - (xy 58.219552 150.613443) - (xy 58.219549 150.613442) - (xy 58.105752 150.595419) - (xy 58.1 150.594508) - (xy 58.094248 150.595419) - (xy 57.980451 150.613442) - (xy 57.980448 150.613443) - (xy 57.974696 150.614354) - (xy 57.969505 150.616999) - (xy 57.969502 150.617) - (xy 57.86685 150.669304) - (xy 57.866848 150.669306) - (xy 57.861658 150.67195) - (xy 57.77195 150.761658) - (xy 57.769306 150.766848) - (xy 57.769304 150.76685) - (xy 57.717 150.869502) - (xy 57.714354 150.874696) - (xy 57.713443 150.880448) - (xy 57.713442 150.880451) - (xy 57.695419 150.994248) - (xy 57.694508 151) - (xy 50.2005 151) - (xy 50.2005 148.144891) - (xy 54.24542 148.144891) - (xy 54.246417 148.149835) - (xy 54.246417 148.149837) - (xy 54.274236 148.2878) - (xy 54.275233 148.292743) - (xy 54.343707 148.427132) - (xy 54.387139 148.474364) - (xy 54.442382 148.534441) - (xy 54.442386 148.534444) - (xy 54.445799 148.538156) - (xy 54.450085 148.540813) - (xy 54.450088 148.540816) - (xy 54.521843 148.585305) - (xy 54.573986 148.617635) - (xy 54.644352 148.638079) - (xy 54.715103 148.658634) - (xy 54.715106 148.658635) - (xy 54.718825 148.659715) - (xy 54.723697 148.660073) - (xy 54.72816 148.660401) - (xy 54.728174 148.660401) - (xy 54.729515 148.6605) - (xy 54.837785 148.6605) - (xy 54.949432 148.645206) - (xy 55.087855 148.585305) - (xy 55.150667 148.534441) - (xy 55.201151 148.49356) - (xy 55.201153 148.493558) - (xy 55.20507 148.490386) - (xy 55.233985 148.449699) - (xy 55.289521 148.371553) - (xy 55.289523 148.37155) - (xy 55.292442 148.367442) - (xy 55.343533 148.225532) - (xy 55.35458 148.075109) - (xy 55.33832 147.994468) - (xy 55.325764 147.9322) - (xy 55.325763 147.932198) - (xy 55.324767 147.927257) - (xy 55.256293 147.792868) - (xy 55.195209 147.72644) - (xy 55.157618 147.685559) - (xy 55.157614 147.685556) - (xy 55.154201 147.681844) - (xy 55.149915 147.679187) - (xy 55.149912 147.679184) - (xy 55.068572 147.628752) - (xy 55.026014 147.602365) - (xy 54.931115 147.574794) - (xy 54.884897 147.561366) - (xy 54.884894 147.561365) - (xy 54.881175 147.560285) - (xy 54.876303 147.559927) - (xy 54.87184 147.559599) - (xy 54.871826 147.559599) - (xy 54.870485 147.5595) - (xy 54.762215 147.5595) - (xy 54.650568 147.574794) - (xy 54.512145 147.634695) - (xy 54.457206 147.679184) - (xy 54.398849 147.72644) - (xy 54.398847 147.726442) - (xy 54.39493 147.729614) - (xy 54.392008 147.733726) - (xy 54.310479 147.848447) - (xy 54.310477 147.84845) - (xy 54.307558 147.852558) - (xy 54.256467 147.994468) - (xy 54.24542 148.144891) - (xy 50.2005 148.144891) - (xy 50.2005 147.196018) - (xy 50.217813 147.148452) - (xy 50.26165 147.123142) - (xy 50.3115 147.131932) - (xy 50.319548 147.13731) - (xy 50.403311 147.201584) - (xy 50.403315 147.201586) - (xy 50.407159 147.204536) - (xy 50.553238 147.265044) - (xy 50.55804 147.265676) - (xy 50.558043 147.265677) - (xy 50.644302 147.277033) - (xy 50.670639 147.2805) - (xy 51.549361 147.2805) - (xy 51.575698 147.277033) - (xy 51.661957 147.265677) - (xy 51.66196 147.265676) - (xy 51.666762 147.265044) - (xy 51.812841 147.204536) - (xy 51.816685 147.201586) - (xy 51.816689 147.201584) - (xy 51.934431 147.111237) - (xy 51.938282 147.108282) - (xy 51.941237 147.104431) - (xy 52.031584 146.986689) - (xy 52.031586 146.986685) - (xy 52.034536 146.982841) - (xy 52.095044 146.836762) - (xy 52.115682 146.68) - (xy 54.124318 146.68) - (xy 54.144956 146.836762) - (xy 54.205464 146.982841) - (xy 54.208414 146.986685) - (xy 54.208416 146.986689) - (xy 54.298763 147.104431) - (xy 54.301718 147.108282) - (xy 54.305569 147.111237) - (xy 54.423311 147.201584) - (xy 54.423315 147.201586) - (xy 54.427159 147.204536) - (xy 54.573238 147.265044) - (xy 54.57804 147.265676) - (xy 54.578043 147.265677) - (xy 54.664302 147.277033) - (xy 54.690639 147.2805) - (xy 55.869361 147.2805) - (xy 55.895698 147.277033) - (xy 55.981957 147.265677) - (xy 55.98196 147.265676) - (xy 55.986762 147.265044) - (xy 56.132841 147.204536) - (xy 56.136685 147.201586) - (xy 56.136689 147.201584) - (xy 56.254431 147.111237) - (xy 56.258282 147.108282) - (xy 56.261237 147.104431) - (xy 56.351584 146.986689) - (xy 56.351586 146.986685) - (xy 56.354536 146.982841) - (xy 56.415044 146.836762) - (xy 56.435682 146.68) - (xy 56.415044 146.523238) - (xy 56.354536 146.377159) - (xy 56.351586 146.373315) - (xy 56.351584 146.373311) - (xy 56.261237 146.255569) - (xy 56.258282 146.251718) - (xy 56.220452 146.22269) - (xy 56.136689 146.158416) - (xy 56.136685 146.158414) - (xy 56.132841 146.155464) - (xy 55.986762 146.094956) - (xy 55.98196 146.094324) - (xy 55.981957 146.094323) - (xy 55.895698 146.082967) - (xy 55.869361 146.0795) - (xy 54.690639 146.0795) - (xy 54.664302 146.082967) - (xy 54.578043 146.094323) - (xy 54.57804 146.094324) - (xy 54.573238 146.094956) - (xy 54.427159 146.155464) - (xy 54.423315 146.158414) - (xy 54.423311 146.158416) - (xy 54.339548 146.22269) - (xy 54.301718 146.251718) - (xy 54.298763 146.255569) - (xy 54.208416 146.373311) - (xy 54.208414 146.373315) - (xy 54.205464 146.377159) - (xy 54.144956 146.523238) - (xy 54.124318 146.68) - (xy 52.115682 146.68) - (xy 52.095044 146.523238) - (xy 52.034536 146.377159) - (xy 52.031586 146.373315) - (xy 52.031584 146.373311) - (xy 51.941237 146.255569) - (xy 51.938282 146.251718) - (xy 51.900452 146.22269) - (xy 51.816689 146.158416) - (xy 51.816685 146.158414) - (xy 51.812841 146.155464) - (xy 51.666762 146.094956) - (xy 51.66196 146.094324) - (xy 51.661957 146.094323) - (xy 51.575698 146.082967) - (xy 51.549361 146.0795) - (xy 50.670639 146.0795) - (xy 50.644302 146.082967) - (xy 50.558043 146.094323) - (xy 50.55804 146.094324) - (xy 50.553238 146.094956) - (xy 50.407159 146.155464) - (xy 50.403315 146.158414) - (xy 50.403311 146.158416) - (xy 50.319548 146.22269) - (xy 50.271272 146.237912) - (xy 50.224506 146.21854) - (xy 50.201133 146.173641) - (xy 50.2005 146.163982) - (xy 50.2005 144.2745) - (xy 50.217813 144.226934) - (xy 50.26165 144.201624) - (xy 50.2745 144.2005) - (xy 59.7255 144.2005) - ) - ) - (filled_polygon - (layer "In2.Cu") - (pts - (xy 59.773066 144.217813) - (xy 59.798376 144.26165) - (xy 59.7995 144.2745) - (xy 59.7995 157.7255) - (xy 59.782187 157.773066) - (xy 59.73835 157.798376) - (xy 59.7255 157.7995) - (xy 50.2745 157.7995) - (xy 50.226934 157.782187) - (xy 50.201624 157.73835) - (xy 50.2005 157.7255) - (xy 50.2005 155.836018) - (xy 50.217813 155.788452) - (xy 50.26165 155.763142) - (xy 50.3115 155.771932) - (xy 50.319548 155.77731) - (xy 50.403311 155.841584) - (xy 50.403315 155.841586) - (xy 50.407159 155.844536) - (xy 50.553238 155.905044) - (xy 50.55804 155.905676) - (xy 50.558043 155.905677) - (xy 50.644302 155.917033) - (xy 50.670639 155.9205) - (xy 51.549361 155.9205) - (xy 51.575698 155.917033) - (xy 51.661957 155.905677) - (xy 51.66196 155.905676) - (xy 51.666762 155.905044) - (xy 51.812841 155.844536) - (xy 51.816685 155.841586) - (xy 51.816689 155.841584) - (xy 51.934431 155.751237) - (xy 51.938282 155.748282) - (xy 51.941237 155.744431) - (xy 52.031584 155.626689) - (xy 52.031586 155.626685) - (xy 52.034536 155.622841) - (xy 52.095044 155.476762) - (xy 52.115682 155.32) - (xy 54.124318 155.32) - (xy 54.144956 155.476762) - (xy 54.205464 155.622841) - (xy 54.208414 155.626685) - (xy 54.208416 155.626689) - (xy 54.298763 155.744431) - (xy 54.301718 155.748282) - (xy 54.305569 155.751237) - (xy 54.423311 155.841584) - (xy 54.423315 155.841586) - (xy 54.427159 155.844536) - (xy 54.573238 155.905044) - (xy 54.57804 155.905676) - (xy 54.578043 155.905677) - (xy 54.664302 155.917033) - (xy 54.690639 155.9205) - (xy 55.869361 155.9205) - (xy 55.895698 155.917033) - (xy 55.981957 155.905677) - (xy 55.98196 155.905676) - (xy 55.986762 155.905044) - (xy 56.132841 155.844536) - (xy 56.136685 155.841586) - (xy 56.136689 155.841584) - (xy 56.254431 155.751237) - (xy 56.258282 155.748282) - (xy 56.261237 155.744431) - (xy 56.351584 155.626689) - (xy 56.351586 155.626685) - (xy 56.354536 155.622841) - (xy 56.415044 155.476762) - (xy 56.435682 155.32) - (xy 56.415044 155.163238) - (xy 56.354536 155.017159) - (xy 56.351586 155.013315) - (xy 56.351584 155.013311) - (xy 56.261237 154.895569) - (xy 56.258282 154.891718) - (xy 56.220452 154.86269) - (xy 56.136689 154.798416) - (xy 56.136685 154.798414) - (xy 56.132841 154.795464) - (xy 55.986762 154.734956) - (xy 55.98196 154.734324) - (xy 55.981957 154.734323) - (xy 55.895698 154.722967) - (xy 55.869361 154.7195) - (xy 54.690639 154.7195) - (xy 54.664302 154.722967) - (xy 54.578043 154.734323) - (xy 54.57804 154.734324) - (xy 54.573238 154.734956) - (xy 54.427159 154.795464) - (xy 54.423315 154.798414) - (xy 54.423311 154.798416) - (xy 54.339548 154.86269) - (xy 54.301718 154.891718) - (xy 54.298763 154.895569) - (xy 54.208416 155.013311) - (xy 54.208414 155.013315) - (xy 54.205464 155.017159) - (xy 54.144956 155.163238) - (xy 54.124318 155.32) - (xy 52.115682 155.32) - (xy 52.095044 155.163238) - (xy 52.034536 155.017159) - (xy 52.031586 155.013315) - (xy 52.031584 155.013311) - (xy 51.941237 154.895569) - (xy 51.938282 154.891718) - (xy 51.900452 154.86269) - (xy 51.816689 154.798416) - (xy 51.816685 154.798414) - (xy 51.812841 154.795464) - (xy 51.666762 154.734956) - (xy 51.66196 154.734324) - (xy 51.661957 154.734323) - (xy 51.575698 154.722967) - (xy 51.549361 154.7195) - (xy 50.670639 154.7195) - (xy 50.644302 154.722967) - (xy 50.558043 154.734323) - (xy 50.55804 154.734324) - (xy 50.553238 154.734956) - (xy 50.407159 154.795464) - (xy 50.403315 154.798414) - (xy 50.403311 154.798416) - (xy 50.319548 154.86269) - (xy 50.271272 154.877912) - (xy 50.224506 154.85854) - (xy 50.201133 154.813641) - (xy 50.2005 154.803982) - (xy 50.2005 153.924891) - (xy 54.24542 153.924891) - (xy 54.246417 153.929835) - (xy 54.246417 153.929837) - (xy 54.274236 154.0678) - (xy 54.275233 154.072743) - (xy 54.343707 154.207132) - (xy 54.387139 154.254364) - (xy 54.442382 154.314441) - (xy 54.442386 154.314444) - (xy 54.445799 154.318156) - (xy 54.450085 154.320813) - (xy 54.450088 154.320816) - (xy 54.521843 154.365305) - (xy 54.573986 154.397635) - (xy 54.644352 154.418079) - (xy 54.715103 154.438634) - (xy 54.715106 154.438635) - (xy 54.718825 154.439715) - (xy 54.723697 154.440073) - (xy 54.72816 154.440401) - (xy 54.728174 154.440401) - (xy 54.729515 154.4405) - (xy 54.837785 154.4405) - (xy 54.949432 154.425206) - (xy 55.087855 154.365305) - (xy 55.150667 154.314441) - (xy 55.201151 154.27356) - (xy 55.201153 154.273558) - (xy 55.20507 154.270386) - (xy 55.233985 154.229699) - (xy 55.289521 154.151553) - (xy 55.289523 154.15155) - (xy 55.292442 154.147442) - (xy 55.343533 154.005532) - (xy 55.35458 153.855109) - (xy 55.33832 153.774468) - (xy 55.325764 153.7122) - (xy 55.325763 153.712198) - (xy 55.324767 153.707257) - (xy 55.256293 153.572868) - (xy 55.195209 153.50644) - (xy 55.157618 153.465559) - (xy 55.157614 153.465556) - (xy 55.154201 153.461844) - (xy 55.149915 153.459187) - (xy 55.149912 153.459184) - (xy 55.068572 153.408752) - (xy 55.026014 153.382365) - (xy 54.931115 153.354794) - (xy 54.884897 153.341366) - (xy 54.884894 153.341365) - (xy 54.881175 153.340285) - (xy 54.876303 153.339927) - (xy 54.87184 153.339599) - (xy 54.871826 153.339599) - (xy 54.870485 153.3395) - (xy 54.762215 153.3395) - (xy 54.650568 153.354794) - (xy 54.512145 153.414695) - (xy 54.457206 153.459184) - (xy 54.398849 153.50644) - (xy 54.398847 153.506442) - (xy 54.39493 153.509614) - (xy 54.392008 153.513726) - (xy 54.310479 153.628447) - (xy 54.310477 153.62845) - (xy 54.307558 153.632558) - (xy 54.256467 153.774468) - (xy 54.24542 153.924891) - (xy 50.2005 153.924891) - (xy 50.2005 151) - (xy 57.694508 151) - (xy 57.695419 151.005752) - (xy 57.713442 151.119549) - (xy 57.713443 151.119552) - (xy 57.714354 151.125304) - (xy 57.716999 151.130495) - (xy 57.717 151.130498) - (xy 57.769304 151.23315) - (xy 57.769306 151.233152) - (xy 57.77195 151.238342) - (xy 57.861658 151.32805) - (xy 57.866848 151.330694) - (xy 57.86685 151.330696) - (xy 57.969502 151.383) - (xy 57.969505 151.383001) - (xy 57.974696 151.385646) - (xy 57.980448 151.386557) - (xy 57.980451 151.386558) - (xy 58.094248 151.404581) - (xy 58.1 151.405492) - (xy 58.105752 151.404581) - (xy 58.219549 151.386558) - (xy 58.219552 151.386557) - (xy 58.225304 151.385646) - (xy 58.230495 151.383001) - (xy 58.230498 151.383) - (xy 58.33315 151.330696) - (xy 58.333152 151.330694) - (xy 58.338342 151.32805) - (xy 58.42805 151.238342) - (xy 58.430694 151.233152) - (xy 58.430696 151.23315) - (xy 58.483 151.130498) - (xy 58.483001 151.130495) - (xy 58.485646 151.125304) - (xy 58.486557 151.119552) - (xy 58.486558 151.119549) - (xy 58.504581 151.005752) - (xy 58.505492 151) - (xy 58.504581 150.994248) - (xy 58.486558 150.880451) - (xy 58.486557 150.880448) - (xy 58.485646 150.874696) - (xy 58.483 150.869502) - (xy 58.430696 150.76685) - (xy 58.430694 150.766848) - (xy 58.42805 150.761658) - (xy 58.338342 150.67195) - (xy 58.333152 150.669306) - (xy 58.33315 150.669304) - (xy 58.230498 150.617) - (xy 58.230495 150.616999) - (xy 58.225304 150.614354) - (xy 58.219552 150.613443) - (xy 58.219549 150.613442) - (xy 58.105752 150.595419) - (xy 58.1 150.594508) - (xy 58.094248 150.595419) - (xy 57.980451 150.613442) - (xy 57.980448 150.613443) - (xy 57.974696 150.614354) - (xy 57.969505 150.616999) - (xy 57.969502 150.617) - (xy 57.86685 150.669304) - (xy 57.866848 150.669306) - (xy 57.861658 150.67195) - (xy 57.77195 150.761658) - (xy 57.769306 150.766848) - (xy 57.769304 150.76685) - (xy 57.717 150.869502) - (xy 57.714354 150.874696) - (xy 57.713443 150.880448) - (xy 57.713442 150.880451) - (xy 57.695419 150.994248) - (xy 57.694508 151) - (xy 50.2005 151) - (xy 50.2005 148.144891) - (xy 54.24542 148.144891) - (xy 54.246417 148.149835) - (xy 54.246417 148.149837) - (xy 54.274236 148.2878) - (xy 54.275233 148.292743) - (xy 54.343707 148.427132) - (xy 54.387139 148.474364) - (xy 54.442382 148.534441) - (xy 54.442386 148.534444) - (xy 54.445799 148.538156) - (xy 54.450085 148.540813) - (xy 54.450088 148.540816) - (xy 54.521843 148.585305) - (xy 54.573986 148.617635) - (xy 54.644352 148.638079) - (xy 54.715103 148.658634) - (xy 54.715106 148.658635) - (xy 54.718825 148.659715) - (xy 54.723697 148.660073) - (xy 54.72816 148.660401) - (xy 54.728174 148.660401) - (xy 54.729515 148.6605) - (xy 54.837785 148.6605) - (xy 54.949432 148.645206) - (xy 55.087855 148.585305) - (xy 55.150667 148.534441) - (xy 55.201151 148.49356) - (xy 55.201153 148.493558) - (xy 55.20507 148.490386) - (xy 55.233985 148.449699) - (xy 55.289521 148.371553) - (xy 55.289523 148.37155) - (xy 55.292442 148.367442) - (xy 55.343533 148.225532) - (xy 55.35458 148.075109) - (xy 55.33832 147.994468) - (xy 55.325764 147.9322) - (xy 55.325763 147.932198) - (xy 55.324767 147.927257) - (xy 55.256293 147.792868) - (xy 55.195209 147.72644) - (xy 55.157618 147.685559) - (xy 55.157614 147.685556) - (xy 55.154201 147.681844) - (xy 55.149915 147.679187) - (xy 55.149912 147.679184) - (xy 55.068572 147.628752) - (xy 55.026014 147.602365) - (xy 54.931115 147.574794) - (xy 54.884897 147.561366) - (xy 54.884894 147.561365) - (xy 54.881175 147.560285) - (xy 54.876303 147.559927) - (xy 54.87184 147.559599) - (xy 54.871826 147.559599) - (xy 54.870485 147.5595) - (xy 54.762215 147.5595) - (xy 54.650568 147.574794) - (xy 54.512145 147.634695) - (xy 54.457206 147.679184) - (xy 54.398849 147.72644) - (xy 54.398847 147.726442) - (xy 54.39493 147.729614) - (xy 54.392008 147.733726) - (xy 54.310479 147.848447) - (xy 54.310477 147.84845) - (xy 54.307558 147.852558) - (xy 54.256467 147.994468) - (xy 54.24542 148.144891) - (xy 50.2005 148.144891) - (xy 50.2005 147.196018) - (xy 50.217813 147.148452) - (xy 50.26165 147.123142) - (xy 50.3115 147.131932) - (xy 50.319548 147.13731) - (xy 50.403311 147.201584) - (xy 50.403315 147.201586) - (xy 50.407159 147.204536) - (xy 50.553238 147.265044) - (xy 50.55804 147.265676) - (xy 50.558043 147.265677) - (xy 50.644302 147.277033) - (xy 50.670639 147.2805) - (xy 51.549361 147.2805) - (xy 51.575698 147.277033) - (xy 51.661957 147.265677) - (xy 51.66196 147.265676) - (xy 51.666762 147.265044) - (xy 51.812841 147.204536) - (xy 51.816685 147.201586) - (xy 51.816689 147.201584) - (xy 51.934431 147.111237) - (xy 51.938282 147.108282) - (xy 51.941237 147.104431) - (xy 52.031584 146.986689) - (xy 52.031586 146.986685) - (xy 52.034536 146.982841) - (xy 52.095044 146.836762) - (xy 52.115682 146.68) - (xy 54.124318 146.68) - (xy 54.144956 146.836762) - (xy 54.205464 146.982841) - (xy 54.208414 146.986685) - (xy 54.208416 146.986689) - (xy 54.298763 147.104431) - (xy 54.301718 147.108282) - (xy 54.305569 147.111237) - (xy 54.423311 147.201584) - (xy 54.423315 147.201586) - (xy 54.427159 147.204536) - (xy 54.573238 147.265044) - (xy 54.57804 147.265676) - (xy 54.578043 147.265677) - (xy 54.664302 147.277033) - (xy 54.690639 147.2805) - (xy 55.869361 147.2805) - (xy 55.895698 147.277033) - (xy 55.981957 147.265677) - (xy 55.98196 147.265676) - (xy 55.986762 147.265044) - (xy 56.132841 147.204536) - (xy 56.136685 147.201586) - (xy 56.136689 147.201584) - (xy 56.254431 147.111237) - (xy 56.258282 147.108282) - (xy 56.261237 147.104431) - (xy 56.351584 146.986689) - (xy 56.351586 146.986685) - (xy 56.354536 146.982841) - (xy 56.415044 146.836762) - (xy 56.435682 146.68) - (xy 56.415044 146.523238) - (xy 56.354536 146.377159) - (xy 56.351586 146.373315) - (xy 56.351584 146.373311) - (xy 56.261237 146.255569) - (xy 56.258282 146.251718) - (xy 56.220452 146.22269) - (xy 56.136689 146.158416) - (xy 56.136685 146.158414) - (xy 56.132841 146.155464) - (xy 55.986762 146.094956) - (xy 55.98196 146.094324) - (xy 55.981957 146.094323) - (xy 55.895698 146.082967) - (xy 55.869361 146.0795) - (xy 54.690639 146.0795) - (xy 54.664302 146.082967) - (xy 54.578043 146.094323) - (xy 54.57804 146.094324) - (xy 54.573238 146.094956) - (xy 54.427159 146.155464) - (xy 54.423315 146.158414) - (xy 54.423311 146.158416) - (xy 54.339548 146.22269) - (xy 54.301718 146.251718) - (xy 54.298763 146.255569) - (xy 54.208416 146.373311) - (xy 54.208414 146.373315) - (xy 54.205464 146.377159) - (xy 54.144956 146.523238) - (xy 54.124318 146.68) - (xy 52.115682 146.68) - (xy 52.095044 146.523238) - (xy 52.034536 146.377159) - (xy 52.031586 146.373315) - (xy 52.031584 146.373311) - (xy 51.941237 146.255569) - (xy 51.938282 146.251718) - (xy 51.900452 146.22269) - (xy 51.816689 146.158416) - (xy 51.816685 146.158414) - (xy 51.812841 146.155464) - (xy 51.666762 146.094956) - (xy 51.66196 146.094324) - (xy 51.661957 146.094323) - (xy 51.575698 146.082967) - (xy 51.549361 146.0795) - (xy 50.670639 146.0795) - (xy 50.644302 146.082967) - (xy 50.558043 146.094323) - (xy 50.55804 146.094324) - (xy 50.553238 146.094956) - (xy 50.407159 146.155464) - (xy 50.403315 146.158414) - (xy 50.403311 146.158416) - (xy 50.319548 146.22269) - (xy 50.271272 146.237912) - (xy 50.224506 146.21854) - (xy 50.201133 146.173641) - (xy 50.2005 146.163982) - (xy 50.2005 144.2745) - (xy 50.217813 144.226934) - (xy 50.26165 144.201624) - (xy 50.2745 144.2005) - (xy 59.7255 144.2005) - ) - ) - (filled_polygon - (layer "In3.Cu") - (pts - (xy 59.773066 144.217813) - (xy 59.798376 144.26165) - (xy 59.7995 144.2745) - (xy 59.7995 157.7255) - (xy 59.782187 157.773066) - (xy 59.73835 157.798376) - (xy 59.7255 157.7995) - (xy 50.2745 157.7995) - (xy 50.226934 157.782187) - (xy 50.201624 157.73835) - (xy 50.2005 157.7255) - (xy 50.2005 155.836018) - (xy 50.217813 155.788452) - (xy 50.26165 155.763142) - (xy 50.3115 155.771932) - (xy 50.319548 155.77731) - (xy 50.403311 155.841584) - (xy 50.403315 155.841586) - (xy 50.407159 155.844536) - (xy 50.553238 155.905044) - (xy 50.55804 155.905676) - (xy 50.558043 155.905677) - (xy 50.644302 155.917033) - (xy 50.670639 155.9205) - (xy 51.549361 155.9205) - (xy 51.575698 155.917033) - (xy 51.661957 155.905677) - (xy 51.66196 155.905676) - (xy 51.666762 155.905044) - (xy 51.812841 155.844536) - (xy 51.816685 155.841586) - (xy 51.816689 155.841584) - (xy 51.934431 155.751237) - (xy 51.938282 155.748282) - (xy 51.941237 155.744431) - (xy 52.031584 155.626689) - (xy 52.031586 155.626685) - (xy 52.034536 155.622841) - (xy 52.095044 155.476762) - (xy 52.115682 155.32) - (xy 54.124318 155.32) - (xy 54.144956 155.476762) - (xy 54.205464 155.622841) - (xy 54.208414 155.626685) - (xy 54.208416 155.626689) - (xy 54.298763 155.744431) - (xy 54.301718 155.748282) - (xy 54.305569 155.751237) - (xy 54.423311 155.841584) - (xy 54.423315 155.841586) - (xy 54.427159 155.844536) - (xy 54.573238 155.905044) - (xy 54.57804 155.905676) - (xy 54.578043 155.905677) - (xy 54.664302 155.917033) - (xy 54.690639 155.9205) - (xy 55.869361 155.9205) - (xy 55.895698 155.917033) - (xy 55.981957 155.905677) - (xy 55.98196 155.905676) - (xy 55.986762 155.905044) - (xy 56.132841 155.844536) - (xy 56.136685 155.841586) - (xy 56.136689 155.841584) - (xy 56.254431 155.751237) - (xy 56.258282 155.748282) - (xy 56.261237 155.744431) - (xy 56.351584 155.626689) - (xy 56.351586 155.626685) - (xy 56.354536 155.622841) - (xy 56.415044 155.476762) - (xy 56.435682 155.32) - (xy 56.415044 155.163238) - (xy 56.354536 155.017159) - (xy 56.351586 155.013315) - (xy 56.351584 155.013311) - (xy 56.261237 154.895569) - (xy 56.258282 154.891718) - (xy 56.220452 154.86269) - (xy 56.136689 154.798416) - (xy 56.136685 154.798414) - (xy 56.132841 154.795464) - (xy 55.986762 154.734956) - (xy 55.98196 154.734324) - (xy 55.981957 154.734323) - (xy 55.895698 154.722967) - (xy 55.869361 154.7195) - (xy 54.690639 154.7195) - (xy 54.664302 154.722967) - (xy 54.578043 154.734323) - (xy 54.57804 154.734324) - (xy 54.573238 154.734956) - (xy 54.427159 154.795464) - (xy 54.423315 154.798414) - (xy 54.423311 154.798416) - (xy 54.339548 154.86269) - (xy 54.301718 154.891718) - (xy 54.298763 154.895569) - (xy 54.208416 155.013311) - (xy 54.208414 155.013315) - (xy 54.205464 155.017159) - (xy 54.144956 155.163238) - (xy 54.124318 155.32) - (xy 52.115682 155.32) - (xy 52.095044 155.163238) - (xy 52.034536 155.017159) - (xy 52.031586 155.013315) - (xy 52.031584 155.013311) - (xy 51.941237 154.895569) - (xy 51.938282 154.891718) - (xy 51.900452 154.86269) - (xy 51.816689 154.798416) - (xy 51.816685 154.798414) - (xy 51.812841 154.795464) - (xy 51.666762 154.734956) - (xy 51.66196 154.734324) - (xy 51.661957 154.734323) - (xy 51.575698 154.722967) - (xy 51.549361 154.7195) - (xy 50.670639 154.7195) - (xy 50.644302 154.722967) - (xy 50.558043 154.734323) - (xy 50.55804 154.734324) - (xy 50.553238 154.734956) - (xy 50.407159 154.795464) - (xy 50.403315 154.798414) - (xy 50.403311 154.798416) - (xy 50.319548 154.86269) - (xy 50.271272 154.877912) - (xy 50.224506 154.85854) - (xy 50.201133 154.813641) - (xy 50.2005 154.803982) - (xy 50.2005 153.924891) - (xy 54.24542 153.924891) - (xy 54.246417 153.929835) - (xy 54.246417 153.929837) - (xy 54.274236 154.0678) - (xy 54.275233 154.072743) - (xy 54.343707 154.207132) - (xy 54.387139 154.254364) - (xy 54.442382 154.314441) - (xy 54.442386 154.314444) - (xy 54.445799 154.318156) - (xy 54.450085 154.320813) - (xy 54.450088 154.320816) - (xy 54.521843 154.365305) - (xy 54.573986 154.397635) - (xy 54.644352 154.418079) - (xy 54.715103 154.438634) - (xy 54.715106 154.438635) - (xy 54.718825 154.439715) - (xy 54.723697 154.440073) - (xy 54.72816 154.440401) - (xy 54.728174 154.440401) - (xy 54.729515 154.4405) - (xy 54.837785 154.4405) - (xy 54.949432 154.425206) - (xy 55.087855 154.365305) - (xy 55.150667 154.314441) - (xy 55.201151 154.27356) - (xy 55.201153 154.273558) - (xy 55.20507 154.270386) - (xy 55.233985 154.229699) - (xy 55.289521 154.151553) - (xy 55.289523 154.15155) - (xy 55.292442 154.147442) - (xy 55.343533 154.005532) - (xy 55.35458 153.855109) - (xy 55.33832 153.774468) - (xy 55.325764 153.7122) - (xy 55.325763 153.712198) - (xy 55.324767 153.707257) - (xy 55.256293 153.572868) - (xy 55.195209 153.50644) - (xy 55.157618 153.465559) - (xy 55.157614 153.465556) - (xy 55.154201 153.461844) - (xy 55.149915 153.459187) - (xy 55.149912 153.459184) - (xy 55.068572 153.408752) - (xy 55.026014 153.382365) - (xy 54.931115 153.354794) - (xy 54.884897 153.341366) - (xy 54.884894 153.341365) - (xy 54.881175 153.340285) - (xy 54.876303 153.339927) - (xy 54.87184 153.339599) - (xy 54.871826 153.339599) - (xy 54.870485 153.3395) - (xy 54.762215 153.3395) - (xy 54.650568 153.354794) - (xy 54.512145 153.414695) - (xy 54.457206 153.459184) - (xy 54.398849 153.50644) - (xy 54.398847 153.506442) - (xy 54.39493 153.509614) - (xy 54.392008 153.513726) - (xy 54.310479 153.628447) - (xy 54.310477 153.62845) - (xy 54.307558 153.632558) - (xy 54.256467 153.774468) - (xy 54.24542 153.924891) - (xy 50.2005 153.924891) - (xy 50.2005 151) - (xy 57.694508 151) - (xy 57.695419 151.005752) - (xy 57.713442 151.119549) - (xy 57.713443 151.119552) - (xy 57.714354 151.125304) - (xy 57.716999 151.130495) - (xy 57.717 151.130498) - (xy 57.769304 151.23315) - (xy 57.769306 151.233152) - (xy 57.77195 151.238342) - (xy 57.861658 151.32805) - (xy 57.866848 151.330694) - (xy 57.86685 151.330696) - (xy 57.969502 151.383) - (xy 57.969505 151.383001) - (xy 57.974696 151.385646) - (xy 57.980448 151.386557) - (xy 57.980451 151.386558) - (xy 58.094248 151.404581) - (xy 58.1 151.405492) - (xy 58.105752 151.404581) - (xy 58.219549 151.386558) - (xy 58.219552 151.386557) - (xy 58.225304 151.385646) - (xy 58.230495 151.383001) - (xy 58.230498 151.383) - (xy 58.33315 151.330696) - (xy 58.333152 151.330694) - (xy 58.338342 151.32805) - (xy 58.42805 151.238342) - (xy 58.430694 151.233152) - (xy 58.430696 151.23315) - (xy 58.483 151.130498) - (xy 58.483001 151.130495) - (xy 58.485646 151.125304) - (xy 58.486557 151.119552) - (xy 58.486558 151.119549) - (xy 58.504581 151.005752) - (xy 58.505492 151) - (xy 58.504581 150.994248) - (xy 58.486558 150.880451) - (xy 58.486557 150.880448) - (xy 58.485646 150.874696) - (xy 58.483 150.869502) - (xy 58.430696 150.76685) - (xy 58.430694 150.766848) - (xy 58.42805 150.761658) - (xy 58.338342 150.67195) - (xy 58.333152 150.669306) - (xy 58.33315 150.669304) - (xy 58.230498 150.617) - (xy 58.230495 150.616999) - (xy 58.225304 150.614354) - (xy 58.219552 150.613443) - (xy 58.219549 150.613442) - (xy 58.105752 150.595419) - (xy 58.1 150.594508) - (xy 58.094248 150.595419) - (xy 57.980451 150.613442) - (xy 57.980448 150.613443) - (xy 57.974696 150.614354) - (xy 57.969505 150.616999) - (xy 57.969502 150.617) - (xy 57.86685 150.669304) - (xy 57.866848 150.669306) - (xy 57.861658 150.67195) - (xy 57.77195 150.761658) - (xy 57.769306 150.766848) - (xy 57.769304 150.76685) - (xy 57.717 150.869502) - (xy 57.714354 150.874696) - (xy 57.713443 150.880448) - (xy 57.713442 150.880451) - (xy 57.695419 150.994248) - (xy 57.694508 151) - (xy 50.2005 151) - (xy 50.2005 148.144891) - (xy 54.24542 148.144891) - (xy 54.246417 148.149835) - (xy 54.246417 148.149837) - (xy 54.274236 148.2878) - (xy 54.275233 148.292743) - (xy 54.343707 148.427132) - (xy 54.387139 148.474364) - (xy 54.442382 148.534441) - (xy 54.442386 148.534444) - (xy 54.445799 148.538156) - (xy 54.450085 148.540813) - (xy 54.450088 148.540816) - (xy 54.521843 148.585305) - (xy 54.573986 148.617635) - (xy 54.644352 148.638079) - (xy 54.715103 148.658634) - (xy 54.715106 148.658635) - (xy 54.718825 148.659715) - (xy 54.723697 148.660073) - (xy 54.72816 148.660401) - (xy 54.728174 148.660401) - (xy 54.729515 148.6605) - (xy 54.837785 148.6605) - (xy 54.949432 148.645206) - (xy 55.087855 148.585305) - (xy 55.150667 148.534441) - (xy 55.201151 148.49356) - (xy 55.201153 148.493558) - (xy 55.20507 148.490386) - (xy 55.233985 148.449699) - (xy 55.289521 148.371553) - (xy 55.289523 148.37155) - (xy 55.292442 148.367442) - (xy 55.343533 148.225532) - (xy 55.35458 148.075109) - (xy 55.33832 147.994468) - (xy 55.325764 147.9322) - (xy 55.325763 147.932198) - (xy 55.324767 147.927257) - (xy 55.256293 147.792868) - (xy 55.195209 147.72644) - (xy 55.157618 147.685559) - (xy 55.157614 147.685556) - (xy 55.154201 147.681844) - (xy 55.149915 147.679187) - (xy 55.149912 147.679184) - (xy 55.068572 147.628752) - (xy 55.026014 147.602365) - (xy 54.931115 147.574794) - (xy 54.884897 147.561366) - (xy 54.884894 147.561365) - (xy 54.881175 147.560285) - (xy 54.876303 147.559927) - (xy 54.87184 147.559599) - (xy 54.871826 147.559599) - (xy 54.870485 147.5595) - (xy 54.762215 147.5595) - (xy 54.650568 147.574794) - (xy 54.512145 147.634695) - (xy 54.457206 147.679184) - (xy 54.398849 147.72644) - (xy 54.398847 147.726442) - (xy 54.39493 147.729614) - (xy 54.392008 147.733726) - (xy 54.310479 147.848447) - (xy 54.310477 147.84845) - (xy 54.307558 147.852558) - (xy 54.256467 147.994468) - (xy 54.24542 148.144891) - (xy 50.2005 148.144891) - (xy 50.2005 147.196018) - (xy 50.217813 147.148452) - (xy 50.26165 147.123142) - (xy 50.3115 147.131932) - (xy 50.319548 147.13731) - (xy 50.403311 147.201584) - (xy 50.403315 147.201586) - (xy 50.407159 147.204536) - (xy 50.553238 147.265044) - (xy 50.55804 147.265676) - (xy 50.558043 147.265677) - (xy 50.644302 147.277033) - (xy 50.670639 147.2805) - (xy 51.549361 147.2805) - (xy 51.575698 147.277033) - (xy 51.661957 147.265677) - (xy 51.66196 147.265676) - (xy 51.666762 147.265044) - (xy 51.812841 147.204536) - (xy 51.816685 147.201586) - (xy 51.816689 147.201584) - (xy 51.934431 147.111237) - (xy 51.938282 147.108282) - (xy 51.941237 147.104431) - (xy 52.031584 146.986689) - (xy 52.031586 146.986685) - (xy 52.034536 146.982841) - (xy 52.095044 146.836762) - (xy 52.115682 146.68) - (xy 54.124318 146.68) - (xy 54.144956 146.836762) - (xy 54.205464 146.982841) - (xy 54.208414 146.986685) - (xy 54.208416 146.986689) - (xy 54.298763 147.104431) - (xy 54.301718 147.108282) - (xy 54.305569 147.111237) - (xy 54.423311 147.201584) - (xy 54.423315 147.201586) - (xy 54.427159 147.204536) - (xy 54.573238 147.265044) - (xy 54.57804 147.265676) - (xy 54.578043 147.265677) - (xy 54.664302 147.277033) - (xy 54.690639 147.2805) - (xy 55.869361 147.2805) - (xy 55.895698 147.277033) - (xy 55.981957 147.265677) - (xy 55.98196 147.265676) - (xy 55.986762 147.265044) - (xy 56.132841 147.204536) - (xy 56.136685 147.201586) - (xy 56.136689 147.201584) - (xy 56.254431 147.111237) - (xy 56.258282 147.108282) - (xy 56.261237 147.104431) - (xy 56.351584 146.986689) - (xy 56.351586 146.986685) - (xy 56.354536 146.982841) - (xy 56.415044 146.836762) - (xy 56.435682 146.68) - (xy 56.415044 146.523238) - (xy 56.354536 146.377159) - (xy 56.351586 146.373315) - (xy 56.351584 146.373311) - (xy 56.261237 146.255569) - (xy 56.258282 146.251718) - (xy 56.220452 146.22269) - (xy 56.136689 146.158416) - (xy 56.136685 146.158414) - (xy 56.132841 146.155464) - (xy 55.986762 146.094956) - (xy 55.98196 146.094324) - (xy 55.981957 146.094323) - (xy 55.895698 146.082967) - (xy 55.869361 146.0795) - (xy 54.690639 146.0795) - (xy 54.664302 146.082967) - (xy 54.578043 146.094323) - (xy 54.57804 146.094324) - (xy 54.573238 146.094956) - (xy 54.427159 146.155464) - (xy 54.423315 146.158414) - (xy 54.423311 146.158416) - (xy 54.339548 146.22269) - (xy 54.301718 146.251718) - (xy 54.298763 146.255569) - (xy 54.208416 146.373311) - (xy 54.208414 146.373315) - (xy 54.205464 146.377159) - (xy 54.144956 146.523238) - (xy 54.124318 146.68) - (xy 52.115682 146.68) - (xy 52.095044 146.523238) - (xy 52.034536 146.377159) - (xy 52.031586 146.373315) - (xy 52.031584 146.373311) - (xy 51.941237 146.255569) - (xy 51.938282 146.251718) - (xy 51.900452 146.22269) - (xy 51.816689 146.158416) - (xy 51.816685 146.158414) - (xy 51.812841 146.155464) - (xy 51.666762 146.094956) - (xy 51.66196 146.094324) - (xy 51.661957 146.094323) - (xy 51.575698 146.082967) - (xy 51.549361 146.0795) - (xy 50.670639 146.0795) - (xy 50.644302 146.082967) - (xy 50.558043 146.094323) - (xy 50.55804 146.094324) - (xy 50.553238 146.094956) - (xy 50.407159 146.155464) - (xy 50.403315 146.158414) - (xy 50.403311 146.158416) - (xy 50.319548 146.22269) - (xy 50.271272 146.237912) - (xy 50.224506 146.21854) - (xy 50.201133 146.173641) - (xy 50.2005 146.163982) - (xy 50.2005 144.2745) - (xy 50.217813 144.226934) - (xy 50.26165 144.201624) - (xy 50.2745 144.2005) - (xy 59.7255 144.2005) - ) - ) - (filled_polygon - (layer "In4.Cu") - (pts - (xy 59.773066 144.217813) - (xy 59.798376 144.26165) - (xy 59.7995 144.2745) - (xy 59.7995 157.7255) - (xy 59.782187 157.773066) - (xy 59.73835 157.798376) - (xy 59.7255 157.7995) - (xy 50.2745 157.7995) - (xy 50.226934 157.782187) - (xy 50.201624 157.73835) - (xy 50.2005 157.7255) - (xy 50.2005 155.836018) - (xy 50.217813 155.788452) - (xy 50.26165 155.763142) - (xy 50.3115 155.771932) - (xy 50.319548 155.77731) - (xy 50.403311 155.841584) - (xy 50.403315 155.841586) - (xy 50.407159 155.844536) - (xy 50.553238 155.905044) - (xy 50.55804 155.905676) - (xy 50.558043 155.905677) - (xy 50.644302 155.917033) - (xy 50.670639 155.9205) - (xy 51.549361 155.9205) - (xy 51.575698 155.917033) - (xy 51.661957 155.905677) - (xy 51.66196 155.905676) - (xy 51.666762 155.905044) - (xy 51.812841 155.844536) - (xy 51.816685 155.841586) - (xy 51.816689 155.841584) - (xy 51.934431 155.751237) - (xy 51.938282 155.748282) - (xy 51.941237 155.744431) - (xy 52.031584 155.626689) - (xy 52.031586 155.626685) - (xy 52.034536 155.622841) - (xy 52.095044 155.476762) - (xy 52.115682 155.32) - (xy 54.124318 155.32) - (xy 54.144956 155.476762) - (xy 54.205464 155.622841) - (xy 54.208414 155.626685) - (xy 54.208416 155.626689) - (xy 54.298763 155.744431) - (xy 54.301718 155.748282) - (xy 54.305569 155.751237) - (xy 54.423311 155.841584) - (xy 54.423315 155.841586) - (xy 54.427159 155.844536) - (xy 54.573238 155.905044) - (xy 54.57804 155.905676) - (xy 54.578043 155.905677) - (xy 54.664302 155.917033) - (xy 54.690639 155.9205) - (xy 55.869361 155.9205) - (xy 55.895698 155.917033) - (xy 55.981957 155.905677) - (xy 55.98196 155.905676) - (xy 55.986762 155.905044) - (xy 56.132841 155.844536) - (xy 56.136685 155.841586) - (xy 56.136689 155.841584) - (xy 56.254431 155.751237) - (xy 56.258282 155.748282) - (xy 56.261237 155.744431) - (xy 56.351584 155.626689) - (xy 56.351586 155.626685) - (xy 56.354536 155.622841) - (xy 56.415044 155.476762) - (xy 56.435682 155.32) - (xy 56.415044 155.163238) - (xy 56.354536 155.017159) - (xy 56.351586 155.013315) - (xy 56.351584 155.013311) - (xy 56.261237 154.895569) - (xy 56.258282 154.891718) - (xy 56.220452 154.86269) - (xy 56.136689 154.798416) - (xy 56.136685 154.798414) - (xy 56.132841 154.795464) - (xy 55.986762 154.734956) - (xy 55.98196 154.734324) - (xy 55.981957 154.734323) - (xy 55.895698 154.722967) - (xy 55.869361 154.7195) - (xy 54.690639 154.7195) - (xy 54.664302 154.722967) - (xy 54.578043 154.734323) - (xy 54.57804 154.734324) - (xy 54.573238 154.734956) - (xy 54.427159 154.795464) - (xy 54.423315 154.798414) - (xy 54.423311 154.798416) - (xy 54.339548 154.86269) - (xy 54.301718 154.891718) - (xy 54.298763 154.895569) - (xy 54.208416 155.013311) - (xy 54.208414 155.013315) - (xy 54.205464 155.017159) - (xy 54.144956 155.163238) - (xy 54.124318 155.32) - (xy 52.115682 155.32) - (xy 52.095044 155.163238) - (xy 52.034536 155.017159) - (xy 52.031586 155.013315) - (xy 52.031584 155.013311) - (xy 51.941237 154.895569) - (xy 51.938282 154.891718) - (xy 51.900452 154.86269) - (xy 51.816689 154.798416) - (xy 51.816685 154.798414) - (xy 51.812841 154.795464) - (xy 51.666762 154.734956) - (xy 51.66196 154.734324) - (xy 51.661957 154.734323) - (xy 51.575698 154.722967) - (xy 51.549361 154.7195) - (xy 50.670639 154.7195) - (xy 50.644302 154.722967) - (xy 50.558043 154.734323) - (xy 50.55804 154.734324) - (xy 50.553238 154.734956) - (xy 50.407159 154.795464) - (xy 50.403315 154.798414) - (xy 50.403311 154.798416) - (xy 50.319548 154.86269) - (xy 50.271272 154.877912) - (xy 50.224506 154.85854) - (xy 50.201133 154.813641) - (xy 50.2005 154.803982) - (xy 50.2005 153.924891) - (xy 54.24542 153.924891) - (xy 54.246417 153.929835) - (xy 54.246417 153.929837) - (xy 54.274236 154.0678) - (xy 54.275233 154.072743) - (xy 54.343707 154.207132) - (xy 54.387139 154.254364) - (xy 54.442382 154.314441) - (xy 54.442386 154.314444) - (xy 54.445799 154.318156) - (xy 54.450085 154.320813) - (xy 54.450088 154.320816) - (xy 54.521843 154.365305) - (xy 54.573986 154.397635) - (xy 54.644352 154.418079) - (xy 54.715103 154.438634) - (xy 54.715106 154.438635) - (xy 54.718825 154.439715) - (xy 54.723697 154.440073) - (xy 54.72816 154.440401) - (xy 54.728174 154.440401) - (xy 54.729515 154.4405) - (xy 54.837785 154.4405) - (xy 54.949432 154.425206) - (xy 55.087855 154.365305) - (xy 55.150667 154.314441) - (xy 55.201151 154.27356) - (xy 55.201153 154.273558) - (xy 55.20507 154.270386) - (xy 55.233985 154.229699) - (xy 55.289521 154.151553) - (xy 55.289523 154.15155) - (xy 55.292442 154.147442) - (xy 55.343533 154.005532) - (xy 55.35458 153.855109) - (xy 55.33832 153.774468) - (xy 55.325764 153.7122) - (xy 55.325763 153.712198) - (xy 55.324767 153.707257) - (xy 55.256293 153.572868) - (xy 55.195209 153.50644) - (xy 55.157618 153.465559) - (xy 55.157614 153.465556) - (xy 55.154201 153.461844) - (xy 55.149915 153.459187) - (xy 55.149912 153.459184) - (xy 55.068572 153.408752) - (xy 55.026014 153.382365) - (xy 54.931115 153.354794) - (xy 54.884897 153.341366) - (xy 54.884894 153.341365) - (xy 54.881175 153.340285) - (xy 54.876303 153.339927) - (xy 54.87184 153.339599) - (xy 54.871826 153.339599) - (xy 54.870485 153.3395) - (xy 54.762215 153.3395) - (xy 54.650568 153.354794) - (xy 54.512145 153.414695) - (xy 54.457206 153.459184) - (xy 54.398849 153.50644) - (xy 54.398847 153.506442) - (xy 54.39493 153.509614) - (xy 54.392008 153.513726) - (xy 54.310479 153.628447) - (xy 54.310477 153.62845) - (xy 54.307558 153.632558) - (xy 54.256467 153.774468) - (xy 54.24542 153.924891) - (xy 50.2005 153.924891) - (xy 50.2005 151) - (xy 57.694508 151) - (xy 57.695419 151.005752) - (xy 57.713442 151.119549) - (xy 57.713443 151.119552) - (xy 57.714354 151.125304) - (xy 57.716999 151.130495) - (xy 57.717 151.130498) - (xy 57.769304 151.23315) - (xy 57.769306 151.233152) - (xy 57.77195 151.238342) - (xy 57.861658 151.32805) - (xy 57.866848 151.330694) - (xy 57.86685 151.330696) - (xy 57.969502 151.383) - (xy 57.969505 151.383001) - (xy 57.974696 151.385646) - (xy 57.980448 151.386557) - (xy 57.980451 151.386558) - (xy 58.094248 151.404581) - (xy 58.1 151.405492) - (xy 58.105752 151.404581) - (xy 58.219549 151.386558) - (xy 58.219552 151.386557) - (xy 58.225304 151.385646) - (xy 58.230495 151.383001) - (xy 58.230498 151.383) - (xy 58.33315 151.330696) - (xy 58.333152 151.330694) - (xy 58.338342 151.32805) - (xy 58.42805 151.238342) - (xy 58.430694 151.233152) - (xy 58.430696 151.23315) - (xy 58.483 151.130498) - (xy 58.483001 151.130495) - (xy 58.485646 151.125304) - (xy 58.486557 151.119552) - (xy 58.486558 151.119549) - (xy 58.504581 151.005752) - (xy 58.505492 151) - (xy 58.504581 150.994248) - (xy 58.486558 150.880451) - (xy 58.486557 150.880448) - (xy 58.485646 150.874696) - (xy 58.483 150.869502) - (xy 58.430696 150.76685) - (xy 58.430694 150.766848) - (xy 58.42805 150.761658) - (xy 58.338342 150.67195) - (xy 58.333152 150.669306) - (xy 58.33315 150.669304) - (xy 58.230498 150.617) - (xy 58.230495 150.616999) - (xy 58.225304 150.614354) - (xy 58.219552 150.613443) - (xy 58.219549 150.613442) - (xy 58.105752 150.595419) - (xy 58.1 150.594508) - (xy 58.094248 150.595419) - (xy 57.980451 150.613442) - (xy 57.980448 150.613443) - (xy 57.974696 150.614354) - (xy 57.969505 150.616999) - (xy 57.969502 150.617) - (xy 57.86685 150.669304) - (xy 57.866848 150.669306) - (xy 57.861658 150.67195) - (xy 57.77195 150.761658) - (xy 57.769306 150.766848) - (xy 57.769304 150.76685) - (xy 57.717 150.869502) - (xy 57.714354 150.874696) - (xy 57.713443 150.880448) - (xy 57.713442 150.880451) - (xy 57.695419 150.994248) - (xy 57.694508 151) - (xy 50.2005 151) - (xy 50.2005 148.144891) - (xy 54.24542 148.144891) - (xy 54.246417 148.149835) - (xy 54.246417 148.149837) - (xy 54.274236 148.2878) - (xy 54.275233 148.292743) - (xy 54.343707 148.427132) - (xy 54.387139 148.474364) - (xy 54.442382 148.534441) - (xy 54.442386 148.534444) - (xy 54.445799 148.538156) - (xy 54.450085 148.540813) - (xy 54.450088 148.540816) - (xy 54.521843 148.585305) - (xy 54.573986 148.617635) - (xy 54.644352 148.638079) - (xy 54.715103 148.658634) - (xy 54.715106 148.658635) - (xy 54.718825 148.659715) - (xy 54.723697 148.660073) - (xy 54.72816 148.660401) - (xy 54.728174 148.660401) - (xy 54.729515 148.6605) - (xy 54.837785 148.6605) - (xy 54.949432 148.645206) - (xy 55.087855 148.585305) - (xy 55.150667 148.534441) - (xy 55.201151 148.49356) - (xy 55.201153 148.493558) - (xy 55.20507 148.490386) - (xy 55.233985 148.449699) - (xy 55.289521 148.371553) - (xy 55.289523 148.37155) - (xy 55.292442 148.367442) - (xy 55.343533 148.225532) - (xy 55.35458 148.075109) - (xy 55.33832 147.994468) - (xy 55.325764 147.9322) - (xy 55.325763 147.932198) - (xy 55.324767 147.927257) - (xy 55.256293 147.792868) - (xy 55.195209 147.72644) - (xy 55.157618 147.685559) - (xy 55.157614 147.685556) - (xy 55.154201 147.681844) - (xy 55.149915 147.679187) - (xy 55.149912 147.679184) - (xy 55.068572 147.628752) - (xy 55.026014 147.602365) - (xy 54.931115 147.574794) - (xy 54.884897 147.561366) - (xy 54.884894 147.561365) - (xy 54.881175 147.560285) - (xy 54.876303 147.559927) - (xy 54.87184 147.559599) - (xy 54.871826 147.559599) - (xy 54.870485 147.5595) - (xy 54.762215 147.5595) - (xy 54.650568 147.574794) - (xy 54.512145 147.634695) - (xy 54.457206 147.679184) - (xy 54.398849 147.72644) - (xy 54.398847 147.726442) - (xy 54.39493 147.729614) - (xy 54.392008 147.733726) - (xy 54.310479 147.848447) - (xy 54.310477 147.84845) - (xy 54.307558 147.852558) - (xy 54.256467 147.994468) - (xy 54.24542 148.144891) - (xy 50.2005 148.144891) - (xy 50.2005 147.196018) - (xy 50.217813 147.148452) - (xy 50.26165 147.123142) - (xy 50.3115 147.131932) - (xy 50.319548 147.13731) - (xy 50.403311 147.201584) - (xy 50.403315 147.201586) - (xy 50.407159 147.204536) - (xy 50.553238 147.265044) - (xy 50.55804 147.265676) - (xy 50.558043 147.265677) - (xy 50.644302 147.277033) - (xy 50.670639 147.2805) - (xy 51.549361 147.2805) - (xy 51.575698 147.277033) - (xy 51.661957 147.265677) - (xy 51.66196 147.265676) - (xy 51.666762 147.265044) - (xy 51.812841 147.204536) - (xy 51.816685 147.201586) - (xy 51.816689 147.201584) - (xy 51.934431 147.111237) - (xy 51.938282 147.108282) - (xy 51.941237 147.104431) - (xy 52.031584 146.986689) - (xy 52.031586 146.986685) - (xy 52.034536 146.982841) - (xy 52.095044 146.836762) - (xy 52.115682 146.68) - (xy 54.124318 146.68) - (xy 54.144956 146.836762) - (xy 54.205464 146.982841) - (xy 54.208414 146.986685) - (xy 54.208416 146.986689) - (xy 54.298763 147.104431) - (xy 54.301718 147.108282) - (xy 54.305569 147.111237) - (xy 54.423311 147.201584) - (xy 54.423315 147.201586) - (xy 54.427159 147.204536) - (xy 54.573238 147.265044) - (xy 54.57804 147.265676) - (xy 54.578043 147.265677) - (xy 54.664302 147.277033) - (xy 54.690639 147.2805) - (xy 55.869361 147.2805) - (xy 55.895698 147.277033) - (xy 55.981957 147.265677) - (xy 55.98196 147.265676) - (xy 55.986762 147.265044) - (xy 56.132841 147.204536) - (xy 56.136685 147.201586) - (xy 56.136689 147.201584) - (xy 56.254431 147.111237) - (xy 56.258282 147.108282) - (xy 56.261237 147.104431) - (xy 56.351584 146.986689) - (xy 56.351586 146.986685) - (xy 56.354536 146.982841) - (xy 56.415044 146.836762) - (xy 56.435682 146.68) - (xy 56.415044 146.523238) - (xy 56.354536 146.377159) - (xy 56.351586 146.373315) - (xy 56.351584 146.373311) - (xy 56.261237 146.255569) - (xy 56.258282 146.251718) - (xy 56.220452 146.22269) - (xy 56.136689 146.158416) - (xy 56.136685 146.158414) - (xy 56.132841 146.155464) - (xy 55.986762 146.094956) - (xy 55.98196 146.094324) - (xy 55.981957 146.094323) - (xy 55.895698 146.082967) - (xy 55.869361 146.0795) - (xy 54.690639 146.0795) - (xy 54.664302 146.082967) - (xy 54.578043 146.094323) - (xy 54.57804 146.094324) - (xy 54.573238 146.094956) - (xy 54.427159 146.155464) - (xy 54.423315 146.158414) - (xy 54.423311 146.158416) - (xy 54.339548 146.22269) - (xy 54.301718 146.251718) - (xy 54.298763 146.255569) - (xy 54.208416 146.373311) - (xy 54.208414 146.373315) - (xy 54.205464 146.377159) - (xy 54.144956 146.523238) - (xy 54.124318 146.68) - (xy 52.115682 146.68) - (xy 52.095044 146.523238) - (xy 52.034536 146.377159) - (xy 52.031586 146.373315) - (xy 52.031584 146.373311) - (xy 51.941237 146.255569) - (xy 51.938282 146.251718) - (xy 51.900452 146.22269) - (xy 51.816689 146.158416) - (xy 51.816685 146.158414) - (xy 51.812841 146.155464) - (xy 51.666762 146.094956) - (xy 51.66196 146.094324) - (xy 51.661957 146.094323) - (xy 51.575698 146.082967) - (xy 51.549361 146.0795) - (xy 50.670639 146.0795) - (xy 50.644302 146.082967) - (xy 50.558043 146.094323) - (xy 50.55804 146.094324) - (xy 50.553238 146.094956) - (xy 50.407159 146.155464) - (xy 50.403315 146.158414) - (xy 50.403311 146.158416) - (xy 50.319548 146.22269) - (xy 50.271272 146.237912) - (xy 50.224506 146.21854) - (xy 50.201133 146.173641) - (xy 50.2005 146.163982) - (xy 50.2005 144.2745) - (xy 50.217813 144.226934) - (xy 50.26165 144.201624) - (xy 50.2745 144.2005) - (xy 59.7255 144.2005) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 59.773066 144.217813) - (xy 59.798376 144.26165) - (xy 59.7995 144.2745) - (xy 59.7995 157.7255) - (xy 59.782187 157.773066) - (xy 59.73835 157.798376) - (xy 59.7255 157.7995) - (xy 50.2745 157.7995) - (xy 50.226934 157.782187) - (xy 50.201624 157.73835) - (xy 50.2005 157.7255) - (xy 50.2005 156.363008) - (xy 50.217813 156.315442) - (xy 50.26165 156.290132) - (xy 50.287347 156.290132) - (xy 50.346194 156.300509) - (xy 50.371317 156.304939) - (xy 50.37132 156.304939) - (xy 50.3745 156.3055) - (xy 53.369348 156.3055) - (xy 53.369695 156.305492) - (xy 53.369734 156.305492) - (xy 53.377699 156.305317) - (xy 53.382692 156.305208) - (xy 53.384648 156.305122) - (xy 53.385509 156.305085) - (xy 53.385511 156.305085) - (xy 53.389142 156.304926) - (xy 53.504906 156.276596) - (xy 53.508197 156.275061) - (xy 53.508201 156.27506) - (xy 53.547857 156.256568) - (xy 53.547858 156.256568) - (xy 53.550782 156.255204) - (xy 53.637695 156.194347) - (xy 53.794347 156.037695) - (xy 53.803582 156.028048) - (xy 53.807943 156.023288) - (xy 53.869762 155.921403) - (xy 53.871008 155.91798) - (xy 53.872577 155.914709) - (xy 53.873828 155.915309) - (xy 53.903092 155.880421) - (xy 53.940104 155.8705) - (xy 54.475122 155.8705) - (xy 54.503441 155.876133) - (xy 54.573238 155.905044) - (xy 54.57804 155.905676) - (xy 54.578043 155.905677) - (xy 54.651209 155.915309) - (xy 54.690639 155.9205) - (xy 55.869361 155.9205) - (xy 55.908791 155.915309) - (xy 55.981957 155.905677) - (xy 55.98196 155.905676) - (xy 55.986762 155.905044) - (xy 56.132841 155.844536) - (xy 56.136685 155.841586) - (xy 56.136689 155.841584) - (xy 56.254431 155.751237) - (xy 56.258282 155.748282) - (xy 56.261237 155.744431) - (xy 56.351584 155.626689) - (xy 56.351586 155.626685) - (xy 56.354536 155.622841) - (xy 56.415044 155.476762) - (xy 56.435682 155.32) - (xy 56.415044 155.163238) - (xy 56.354536 155.017159) - (xy 56.351586 155.013315) - (xy 56.351584 155.013311) - (xy 56.261237 154.895569) - (xy 56.258282 154.891718) - (xy 56.254431 154.888763) - (xy 56.136689 154.798416) - (xy 56.136685 154.798414) - (xy 56.132841 154.795464) - (xy 55.986762 154.734956) - (xy 55.98196 154.734324) - (xy 55.981957 154.734323) - (xy 55.895698 154.722967) - (xy 55.869361 154.7195) - (xy 54.690639 154.7195) - (xy 54.664302 154.722967) - (xy 54.578043 154.734323) - (xy 54.57804 154.734324) - (xy 54.573238 154.734956) - (xy 54.568759 154.736811) - (xy 54.56876 154.736811) - (xy 54.503441 154.763867) - (xy 54.475122 154.7695) - (xy 53.9795 154.7695) - (xy 53.931934 154.752187) - (xy 53.906624 154.70835) - (xy 53.9055 154.6955) - (xy 53.9055 153.924891) - (xy 54.24542 153.924891) - (xy 54.246417 153.929835) - (xy 54.246417 153.929837) - (xy 54.274236 154.0678) - (xy 54.275233 154.072743) - (xy 54.343707 154.207132) - (xy 54.387139 154.254364) - (xy 54.442382 154.314441) - (xy 54.442386 154.314444) - (xy 54.445799 154.318156) - (xy 54.450085 154.320813) - (xy 54.450088 154.320816) - (xy 54.521843 154.365305) - (xy 54.573986 154.397635) - (xy 54.644352 154.418079) - (xy 54.715103 154.438634) - (xy 54.715106 154.438635) - (xy 54.718825 154.439715) - (xy 54.723697 154.440073) - (xy 54.72816 154.440401) - (xy 54.728174 154.440401) - (xy 54.729515 154.4405) - (xy 54.837785 154.4405) - (xy 54.949432 154.425206) - (xy 55.087855 154.365305) - (xy 55.150667 154.314441) - (xy 55.201151 154.27356) - (xy 55.201153 154.273558) - (xy 55.20507 154.270386) - (xy 55.233985 154.229699) - (xy 55.289521 154.151553) - (xy 55.289523 154.15155) - (xy 55.292442 154.147442) - (xy 55.343533 154.005532) - (xy 55.349882 153.91908) - (xy 55.370632 153.87291) - (xy 55.416205 153.850879) - (xy 55.423683 153.8505) - (xy 56.45482 153.8505) - (xy 56.458389 153.84979) - (xy 56.45839 153.84979) - (xy 56.491575 153.843189) - (xy 56.491576 153.843188) - (xy 56.498722 153.841767) - (xy 56.548504 153.808504) - (xy 56.565286 153.783388) - (xy 56.606108 153.753456) - (xy 56.626815 153.7505) - (xy 57.354713 153.7505) - (xy 57.370288 153.752158) - (xy 57.383261 153.754951) - (xy 57.389336 153.754232) - (xy 57.389337 153.754232) - (xy 57.416533 153.751013) - (xy 57.425231 153.7505) - (xy 57.429115 153.7505) - (xy 57.432129 153.749998) - (xy 57.432133 153.749998) - (xy 57.447701 153.747407) - (xy 57.451151 153.746916) - (xy 57.493065 153.741955) - (xy 57.493066 153.741955) - (xy 57.499138 153.741236) - (xy 57.50465 153.738589) - (xy 57.505787 153.738259) - (xy 57.506595 153.738075) - (xy 57.50718 153.73789) - (xy 57.507932 153.737582) - (xy 57.509071 153.737192) - (xy 57.515103 153.736188) - (xy 57.538324 153.723659) - (xy 57.557645 153.713234) - (xy 57.560751 153.711652) - (xy 57.600125 153.692745) - (xy 57.600135 153.692738) - (xy 57.604326 153.690726) - (xy 57.608274 153.687408) - (xy 57.609227 153.686455) - (xy 57.61269 153.683532) - (xy 57.617794 153.680778) - (xy 57.65214 153.643623) - (xy 57.654154 153.641528) - (xy 58.315816 152.979866) - (xy 58.328002 152.970025) - (xy 58.334011 152.966145) - (xy 58.334013 152.966143) - (xy 58.339152 152.962825) - (xy 58.359894 152.936514) - (xy 58.365681 152.930001) - (xy 58.368428 152.927254) - (xy 58.370199 152.924776) - (xy 58.370203 152.924771) - (xy 58.379386 152.91192) - (xy 58.38146 152.909157) - (xy 58.411392 152.871189) - (xy 58.413418 152.86542) - (xy 58.413988 152.864383) - (xy 58.414429 152.863682) - (xy 58.414713 152.863135) - (xy 58.415028 152.862384) - (xy 58.415557 152.861305) - (xy 58.419111 152.856331) - (xy 58.420863 152.850471) - (xy 58.420865 152.850468) - (xy 58.432963 152.810015) - (xy 58.43404 152.806699) - (xy 58.437862 152.795815) - (xy 58.450055 152.761094) - (xy 58.4505 152.755956) - (xy 58.4505 152.754616) - (xy 58.450883 152.750089) - (xy 58.452543 152.744537) - (xy 58.450557 152.693978) - (xy 58.4505 152.691073) - (xy 58.4505 151.212049) - (xy 58.458565 151.178454) - (xy 58.483002 151.130494) - (xy 58.483003 151.130492) - (xy 58.485646 151.125304) - (xy 58.505492 151) - (xy 58.485646 150.874696) - (xy 58.458565 150.821546) - (xy 58.4505 150.787951) - (xy 58.4505 149.445287) - (xy 58.452158 149.429712) - (xy 58.453663 149.422722) - (xy 58.453663 149.422721) - (xy 58.454951 149.416739) - (xy 58.451013 149.383467) - (xy 58.4505 149.374769) - (xy 58.4505 149.370885) - (xy 58.447407 149.352299) - (xy 58.446916 149.348849) - (xy 58.441955 149.306935) - (xy 58.441955 149.306934) - (xy 58.441236 149.300862) - (xy 58.438589 149.29535) - (xy 58.438259 149.294213) - (xy 58.438075 149.293405) - (xy 58.43789 149.29282) - (xy 58.437582 149.292068) - (xy 58.437192 149.290929) - (xy 58.436188 149.284897) - (xy 58.423659 149.261676) - (xy 58.413234 149.242355) - (xy 58.411652 149.239249) - (xy 58.392745 149.199875) - (xy 58.392738 149.199865) - (xy 58.390726 149.195674) - (xy 58.387408 149.191726) - (xy 58.386455 149.190773) - (xy 58.383532 149.18731) - (xy 58.380778 149.182206) - (xy 58.343623 149.14786) - (xy 58.341528 149.145846) - (xy 57.579866 148.384184) - (xy 57.570025 148.371998) - (xy 57.566145 148.365989) - (xy 57.566143 148.365987) - (xy 57.562825 148.360848) - (xy 57.536514 148.340106) - (xy 57.530001 148.334319) - (xy 57.527254 148.331572) - (xy 57.524776 148.329801) - (xy 57.524771 148.329797) - (xy 57.51192 148.320614) - (xy 57.509157 148.31854) - (xy 57.471189 148.288608) - (xy 57.46542 148.286582) - (xy 57.464383 148.286012) - (xy 57.46368 148.28557) - (xy 57.46314 148.285289) - (xy 57.462383 148.284972) - (xy 57.461307 148.284445) - (xy 57.456331 148.280889) - (xy 57.410023 148.26704) - (xy 57.406707 148.265963) - (xy 57.399374 148.263388) - (xy 57.361094 148.249945) - (xy 57.355956 148.2495) - (xy 57.354619 148.2495) - (xy 57.350088 148.249116) - (xy 57.344536 148.247456) - (xy 57.338426 148.247696) - (xy 57.338425 148.247696) - (xy 57.293963 148.249443) - (xy 57.291058 148.2495) - (xy 56.626815 148.2495) - (xy 56.579249 148.232187) - (xy 56.565286 148.216612) - (xy 56.552554 148.197557) - (xy 56.552553 148.197556) - (xy 56.548504 148.191496) - (xy 56.498722 148.158233) - (xy 56.491576 148.156812) - (xy 56.491575 148.156811) - (xy 56.45839 148.15021) - (xy 56.458389 148.15021) - (xy 56.45482 148.1495) - (xy 55.428065 148.1495) - (xy 55.380499 148.132187) - (xy 55.355189 148.08835) - (xy 55.354211 148.080147) - (xy 55.354211 148.08014) - (xy 55.35458 148.075109) - (xy 55.339334 147.9995) - (xy 55.325764 147.9322) - (xy 55.325763 147.932198) - (xy 55.324767 147.927257) - (xy 55.256293 147.792868) - (xy 55.195209 147.72644) - (xy 55.157618 147.685559) - (xy 55.157614 147.685556) - (xy 55.154201 147.681844) - (xy 55.149915 147.679187) - (xy 55.149912 147.679184) - (xy 55.068572 147.628752) - (xy 55.026014 147.602365) - (xy 54.931115 147.574794) - (xy 54.884897 147.561366) - (xy 54.884894 147.561365) - (xy 54.881175 147.560285) - (xy 54.876303 147.559927) - (xy 54.87184 147.559599) - (xy 54.871826 147.559599) - (xy 54.870485 147.5595) - (xy 54.762215 147.5595) - (xy 54.650568 147.574794) - (xy 54.512145 147.634695) - (xy 54.457206 147.679184) - (xy 54.398849 147.72644) - (xy 54.398847 147.726442) - (xy 54.39493 147.729614) - (xy 54.392008 147.733726) - (xy 54.310479 147.848447) - (xy 54.310477 147.84845) - (xy 54.307558 147.852558) - (xy 54.256467 147.994468) - (xy 54.24542 148.144891) - (xy 54.246417 148.149835) - (xy 54.246417 148.149837) - (xy 54.274236 148.2878) - (xy 54.275233 148.292743) - (xy 54.343707 148.427132) - (xy 54.387139 148.474364) - (xy 54.442382 148.534441) - (xy 54.442386 148.534444) - (xy 54.445799 148.538156) - (xy 54.450085 148.540813) - (xy 54.450088 148.540816) - (xy 54.521843 148.585305) - (xy 54.573986 148.617635) - (xy 54.644352 148.638079) - (xy 54.715103 148.658634) - (xy 54.715106 148.658635) - (xy 54.718825 148.659715) - (xy 54.723697 148.660073) - (xy 54.72816 148.660401) - (xy 54.728174 148.660401) - (xy 54.729515 148.6605) - (xy 54.837785 148.6605) - (xy 54.949432 148.645206) - (xy 55.026111 148.612024) - (xy 55.076641 148.609022) - (xy 55.117279 148.639202) - (xy 55.1295 148.679938) - (xy 55.1295 148.91482) - (xy 55.138233 148.958722) - (xy 55.142281 148.96478) - (xy 55.145071 148.971516) - (xy 55.141765 148.972885) - (xy 55.150378 149.008031) - (xy 55.143214 149.027715) - (xy 55.145071 149.028484) - (xy 55.142281 149.03522) - (xy 55.138233 149.041278) - (xy 55.1295 149.08518) - (xy 55.1295 149.41482) - (xy 55.13021 149.418389) - (xy 55.13021 149.41839) - (xy 55.135561 149.445287) - (xy 55.138233 149.458722) - (xy 55.142281 149.46478) - (xy 55.145071 149.471516) - (xy 55.141765 149.472885) - (xy 55.150378 149.508031) - (xy 55.143214 149.527715) - (xy 55.145071 149.528484) - (xy 55.142281 149.53522) - (xy 55.138233 149.541278) - (xy 55.1295 149.58518) - (xy 55.1295 149.91482) - (xy 55.138233 149.958722) - (xy 55.142281 149.96478) - (xy 55.145071 149.971516) - (xy 55.141765 149.972885) - (xy 55.150378 150.008031) - (xy 55.143214 150.027715) - (xy 55.145071 150.028484) - (xy 55.142281 150.03522) - (xy 55.138233 150.041278) - (xy 55.1295 150.08518) - (xy 55.1295 150.41482) - (xy 55.138233 150.458722) - (xy 55.142281 150.46478) - (xy 55.145071 150.471516) - (xy 55.141765 150.472885) - (xy 55.150378 150.508031) - (xy 55.143214 150.527715) - (xy 55.145071 150.528484) - (xy 55.142281 150.53522) - (xy 55.138233 150.541278) - (xy 55.1295 150.58518) - (xy 55.1295 150.91482) - (xy 55.138233 150.958722) - (xy 55.142281 150.96478) - (xy 55.145071 150.971516) - (xy 55.141765 150.972885) - (xy 55.150378 151.008031) - (xy 55.143214 151.027715) - (xy 55.145071 151.028484) - (xy 55.142281 151.03522) - (xy 55.138233 151.041278) - (xy 55.1295 151.08518) - (xy 55.1295 151.41482) - (xy 55.138233 151.458722) - (xy 55.142281 151.46478) - (xy 55.145071 151.471516) - (xy 55.141765 151.472885) - (xy 55.150378 151.508031) - (xy 55.143214 151.527715) - (xy 55.145071 151.528484) - (xy 55.142281 151.53522) - (xy 55.138233 151.541278) - (xy 55.1295 151.58518) - (xy 55.1295 151.91482) - (xy 55.138233 151.958722) - (xy 55.142281 151.96478) - (xy 55.145071 151.971516) - (xy 55.141765 151.972885) - (xy 55.150378 152.008031) - (xy 55.143214 152.027715) - (xy 55.145071 152.028484) - (xy 55.142281 152.03522) - (xy 55.138233 152.041278) - (xy 55.1295 152.08518) - (xy 55.1295 152.41482) - (xy 55.138233 152.458722) - (xy 55.142281 152.46478) - (xy 55.145071 152.471516) - (xy 55.141765 152.472885) - (xy 55.150378 152.508031) - (xy 55.143214 152.527715) - (xy 55.145071 152.528484) - (xy 55.142281 152.53522) - (xy 55.138233 152.541278) - (xy 55.1295 152.58518) - (xy 55.1295 152.91482) - (xy 55.138233 152.958722) - (xy 55.142281 152.96478) - (xy 55.145071 152.971516) - (xy 55.141765 152.972885) - (xy 55.150378 153.008031) - (xy 55.143214 153.027715) - (xy 55.145071 153.028484) - (xy 55.142281 153.03522) - (xy 55.138233 153.041278) - (xy 55.136812 153.048424) - (xy 55.136811 153.048425) - (xy 55.136597 153.0495) - (xy 55.1295 153.08518) - (xy 55.1295 153.315239) - (xy 55.112187 153.362805) - (xy 55.06835 153.388115) - (xy 55.027123 153.383053) - (xy 55.026014 153.382365) - (xy 54.958689 153.362805) - (xy 54.884897 153.341366) - (xy 54.884894 153.341365) - (xy 54.881175 153.340285) - (xy 54.876303 153.339927) - (xy 54.87184 153.339599) - (xy 54.871826 153.339599) - (xy 54.870485 153.3395) - (xy 54.762215 153.3395) - (xy 54.650568 153.354794) - (xy 54.512145 153.414695) - (xy 54.453538 153.462154) - (xy 54.398849 153.50644) - (xy 54.398847 153.506442) - (xy 54.39493 153.509614) - (xy 54.392008 153.513726) - (xy 54.310479 153.628447) - (xy 54.310477 153.62845) - (xy 54.307558 153.632558) - (xy 54.256467 153.774468) - (xy 54.256098 153.779497) - (xy 54.256097 153.7795) - (xy 54.253967 153.808504) - (xy 54.24542 153.924891) - (xy 53.9055 153.924891) - (xy 53.9055 147.3045) - (xy 53.922813 147.256934) - (xy 53.96665 147.231624) - (xy 53.9795 147.2305) - (xy 54.475122 147.2305) - (xy 54.503441 147.236133) - (xy 54.573238 147.265044) - (xy 54.57804 147.265676) - (xy 54.578043 147.265677) - (xy 54.664302 147.277033) - (xy 54.690639 147.2805) - (xy 55.869361 147.2805) - (xy 55.895698 147.277033) - (xy 55.981957 147.265677) - (xy 55.98196 147.265676) - (xy 55.986762 147.265044) - (xy 56.132841 147.204536) - (xy 56.136685 147.201586) - (xy 56.136689 147.201584) - (xy 56.254431 147.111237) - (xy 56.258282 147.108282) - (xy 56.261237 147.104431) - (xy 56.351584 146.986689) - (xy 56.351586 146.986685) - (xy 56.354536 146.982841) - (xy 56.415044 146.836762) - (xy 56.435682 146.68) - (xy 56.415044 146.523238) - (xy 56.354536 146.377159) - (xy 56.351586 146.373315) - (xy 56.351584 146.373311) - (xy 56.261237 146.255569) - (xy 56.258282 146.251718) - (xy 56.254431 146.248763) - (xy 56.136689 146.158416) - (xy 56.136685 146.158414) - (xy 56.132841 146.155464) - (xy 55.986762 146.094956) - (xy 55.98196 146.094324) - (xy 55.981957 146.094323) - (xy 55.895698 146.082967) - (xy 55.869361 146.0795) - (xy 54.690639 146.0795) - (xy 54.664302 146.082967) - (xy 54.578043 146.094323) - (xy 54.57804 146.094324) - (xy 54.573238 146.094956) - (xy 54.568759 146.096811) - (xy 54.56876 146.096811) - (xy 54.503441 146.123867) - (xy 54.475122 146.1295) - (xy 53.9795 146.1295) - (xy 53.931934 146.112187) - (xy 53.906624 146.06835) - (xy 53.9055 146.0555) - (xy 53.9055 145.930652) - (xy 53.905208 145.917308) - (xy 53.904926 145.910858) - (xy 53.876596 145.795094) - (xy 53.855204 145.749218) - (xy 53.794347 145.662305) - (xy 53.637695 145.505653) - (xy 53.628048 145.496418) - (xy 53.623288 145.492057) - (xy 53.62018 145.490171) - (xy 53.620177 145.490169) - (xy 53.539804 145.441403) - (xy 53.521403 145.430238) - (xy 53.473837 145.412925) - (xy 53.470663 145.412365) - (xy 53.470658 145.412364) - (xy 53.418074 145.403092) - (xy 53.369348 145.3945) - (xy 50.3745 145.3945) - (xy 50.373707 145.394535) - (xy 50.373689 145.394535) - (xy 50.348678 145.395627) - (xy 50.348672 145.395627) - (xy 50.347879 145.395662) - (xy 50.339413 145.396403) - (xy 50.335598 145.396736) - (xy 50.335585 145.396737) - (xy 50.335029 145.396786) - (xy 50.334451 145.396856) - (xy 50.334442 145.396857) - (xy 50.329495 145.397457) - (xy 50.314785 145.39924) - (xy 50.310973 145.400583) - (xy 50.31097 145.400584) - (xy 50.299094 145.404769) - (xy 50.248478 145.40425) - (xy 50.210038 145.371316) - (xy 50.2005 145.334976) - (xy 50.2005 144.2745) - (xy 50.217813 144.226934) - (xy 50.26165 144.201624) - (xy 50.2745 144.2005) - (xy 59.7255 144.2005) - ) - ) - ) - (zone (net 11) (net_name "/SHIELD") (layer "B.Cu") (tstamp 98ca15a8-7a3b-4fb6-b018-b8e0eff74651) (name "shield") (hatch edge 0.508) - (priority 1) - (connect_pads yes (clearance 0.3)) - (min_thickness 0.15) (filled_areas_thickness no) - (fill yes (thermal_gap 0.508) (thermal_bridge_width 0.508) (smoothing chamfer) (radius 0.2)) - (polygon - (pts - (xy 53.6 145.7) - (xy 53.6 156) - (xy 49.8 156) - (xy 49.8 145.7) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 53.416914 145.717313) - (xy 53.421674 145.721674) - (xy 53.578326 145.878326) - (xy 53.599718 145.924202) - (xy 53.6 145.930652) - (xy 53.6 155.769348) - (xy 53.582687 155.816914) - (xy 53.578326 155.821674) - (xy 53.421674 155.978326) - (xy 53.375798 155.999718) - (xy 53.369348 156) - (xy 50.3745 156) - (xy 50.326934 155.982687) - (xy 50.301624 155.93885) - (xy 50.3005 155.926) - (xy 50.3005 145.774) - (xy 50.317813 145.726434) - (xy 50.36165 145.701124) - (xy 50.3745 145.7) - (xy 53.369348 145.7) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.015) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (date "2022-07-17") + ) + (layers + (0 "F.Cu" signal) + (1 "In1.Cu" signal) + (2 "In2.Cu" signal) + (3 "In3.Cu" signal) + (4 "In4.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) + ) + (setup + (stackup + (layer "F.SilkS" + (type "Top Silk Screen") + ) + (layer "F.Paste" + (type "Top Solder Paste") + ) + (layer "F.Mask" + (type "Top Solder Mask") + (color "Black") + (thickness 0.015) + ) + (layer "F.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 1" + (type "prepreg") + (thickness 0.125) + (material "IPC-4101/21") + (epsilon_r 3.5) + (loss_tangent 0.02) + ) + (layer "In1.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 2" + (type "core") + (thickness 0.2) + (material "IPC-4101/21") + (epsilon_r 4.1) + (loss_tangent 0.02) + ) + (layer "In2.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 3" + (type "prepreg") + (thickness 0.125) + (material "IPC-4101/21") + (epsilon_r 3.5) + (loss_tangent 0.02) + ) + (layer "In3.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 4" + (type "core") + (thickness 0.2) + (material "IPC-4101/21") + (epsilon_r 4.1) + (loss_tangent 0.02) + ) + (layer "In4.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "dielectric 5" + (type "prepreg") + (thickness 0.125) + (material "IPC-4101/21") + (epsilon_r 3.5) + (loss_tangent 0.02) + ) + (layer "B.Cu" + (type "copper") + (thickness 0.035) + ) + (layer "B.Mask" + (type "Bottom Solder Mask") + (color "Black") + (thickness 0.015) + ) + (layer "B.Paste" + (type "Bottom Solder Paste") + ) + (layer "B.SilkS" + (type "Bottom Silk Screen") + ) + (copper_finish "ENIG") + (dielectric_constraints no) + ) + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (grid_origin 50 144) + (pcbplotparams + (layerselection 0x01311cc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue no) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 0) + (scaleselection 1) + (outputdirectory "outputs/fabrication/gerber_ncdrill_v0.95/") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "VBUS") + (net 3 "unconnected-(J1-PadA5)") + (net 4 "unconnected-(J1-PadA6)") + (net 5 "unconnected-(J1-PadA7)") + (net 6 "unconnected-(J1-PadA8)") + (net 7 "unconnected-(J1-PadB5)") + (net 8 "unconnected-(J1-PadB6)") + (net 9 "unconnected-(J1-PadB7)") + (net 10 "unconnected-(J1-PadB8)") + (net 11 "/SHIELD") + (footprint "TestPoint:TestPoint_Pad_D1.0mm" + (layer "F.Cu") + (uuid "658c89bc-6c83-4456-adf9-0153cfa323a8") + (at 58.1 151) + (descr "SMD pad as test Point, diameter 1.0mm") + (tags "test point SMD pad") + (property "Reference" "TP1" + (at 0 -1.448 0) + (layer "F.SilkS") + (uuid "d5d8b970-c91a-48cd-80c8-8e31926bf15a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 1.55 0) + (layer "F.Fab") + (uuid "4c12e88b-d57c-44ca-be3f-8c1397753cff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb657cfe-d975-4c34-abf0-f11827603690") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cf258e0b-0e8c-47fd-86e5-f07e90dcf3e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c9143ea1-7440-41c4-9f29-a16abc3495c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/f35b8a34-5465-4c01-9fc4-87d7fd111b09") + (sheetfile "test-zone-fill.kicad_sch") + (attr exclude_from_pos_files) + (fp_circle + (center 0 0) + (end 0 0.7) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "afbed048-f0bf-44ac-9a81-efd12cfcedf3") + ) + (fp_circle + (center 0 0) + (end 1 0) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "F.CrtYd") + (uuid "14f1ec35-c6af-46e8-a04f-1476e92175b0") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.45 0) + (layer "F.Fab") + (uuid "815d68ff-24fb-45e1-a248-da47e6242bff") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd circle + (at 0 0) + (size 1 1) + (layers "F.Cu" "F.Mask") + (net 2 "VBUS") + (pinfunction "1") + (pintype "passive") + (uuid "fd84c60c-02df-4795-b4f7-c20f59526a1a") + ) + ) + (footprint "Connector_USB:USB_C_Receptacle_Palconn_UTC16-G" + (locked yes) + (layer "B.Cu") + (uuid "2a4b3a33-e920-4e59-b3ac-db8d3583f129") + (at 53.35 151 90) + (descr "http://www.palpilot.com/wp-content/uploads/2017/05/UTC027-GKN-OR-Rev-A.pdf") + (tags "USB C Type-C Receptacle USB2.0") + (property "Reference" "J1" + (at 0 4.58 -90) + (layer "B.SilkS") + (uuid "d55a5c83-4436-4eff-a968-046f5b4327bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "usb-c" + (at 0 -6.24 -90) + (layer "B.Fab") + (uuid "e19988c3-0af5-4eb3-84a2-092cc19eba18") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c414ecc7-6ab3-45ae-ba0a-cbf75697319e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b1de2b1a-8adf-4bf4-b41a-7dcaf61d9b91") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "35a5ef2a-3fa5-4191-8d3f-ae49e5b02799") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/1e03697c-c6ee-4605-9d5b-45ed9dabf06d") + (sheetfile "test-zone-fill.kicad_sch") + (attr smd) + (fp_line + (start 4.47 -4.84) + (end -4.47 -4.84) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2e998783-ca2b-4cb7-b873-c9d10caa1b3f") + ) + (fp_line + (start 4.47 -4.84) + (end 4.47 -3.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1dabf981-9753-4216-afdf-19290153985d") + ) + (fp_line + (start -4.47 -4.84) + (end -4.47 -3.38) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2142d4b3-5fba-4319-bd64-46a3618dfe0b") + ) + (fp_line + (start 4.47 0.67) + (end 4.47 -1.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "399dd3af-2b9f-4efb-be7b-6f930f10312a") + ) + (fp_line + (start -4.47 0.67) + (end -4.47 -1.13) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "f1ececce-89ec-4218-ada3-8bc118dff13a") + ) + (fp_line + (start -4.47 -4.34) + (end 4.47 -4.34) + (stroke + (width 0.1) + (type solid) + ) + (layer "Dwgs.User") + (uuid "b291729c-8dc7-4cb9-9f1a-1e1aab9af57b") + ) + (fp_line + (start 5.27 -5.34) + (end 5.27 3.59) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fcd651f3-3daf-4905-b3e0-c2fe6fa0be9a") + ) + (fp_line + (start -5.27 -5.34) + (end 5.27 -5.34) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fcf32759-8489-4353-bf21-7880befaa109") + ) + (fp_line + (start 5.27 3.59) + (end -5.27 3.59) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "7141f72e-e124-4343-80c1-cfe961a500fb") + ) + (fp_line + (start -5.27 3.59) + (end -5.27 -5.34) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "ba4b29bf-0a7b-4487-8003-5bc1b77692e8") + ) + (fp_line + (start 4.47 -4.84) + (end -4.47 -4.84) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "97583ffc-3c81-494b-ba71-f9ae72a9ddea") + ) + (fp_line + (start 4.47 2.48) + (end 4.47 -4.84) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a1c687e0-2e90-4d35-9688-d4771ea1ec62") + ) + (fp_line + (start -4.47 2.48) + (end -4.47 -4.84) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "935a9170-eb49-4796-87ba-f4745e1b1b86") + ) + (fp_line + (start -4.47 2.48) + (end 4.47 2.48) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "791ef07d-2707-4784-97f5-0b95f3df82a3") + ) + (fp_text user "PCB Edge" + (at 0 -3.43 -90) + (layer "Dwgs.User") + (uuid "b9ffbd1a-d166-430c-93fc-1242063f7dfa") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (fp_text user "${REFERENCE}" + (at 0 -1.18 -90) + (layer "B.Fab") + (uuid "339f52ac-82af-4d8d-a9e8-1b87269def80") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (pad "" np_thru_hole circle + (at -2.89 1.45 270) + (size 0.6 0.6) + (drill 0.6) + (layers "*.Cu" "*.Mask") + (uuid "3cc554cb-1b5e-411a-b6d4-42ced2633446") + ) + (pad "" np_thru_hole circle + (at 2.89 1.45 270) + (size 0.6 0.6) + (drill 0.6) + (layers "*.Cu" "*.Mask") + (uuid "eb52383f-e0dd-4888-9994-ffe009efd8e8") + ) + (pad "A1" smd rect + (at -3.2 2.51 90) + (size 0.6 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 1 "GND") + (pinfunction "GND") + (pintype "passive") + (uuid "32259dd8-749f-43d6-bcda-887eed3f9c47") + ) + (pad "A4" smd rect + (at -2.4 2.51 90) + (size 0.6 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 2 "VBUS") + (pinfunction "VBUS") + (pintype "passive") + (uuid "de4f91de-a598-473e-9b92-63181c434cb3") + ) + (pad "A5" smd rect + (at -1.25 2.51 270) + (size 0.3 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 3 "unconnected-(J1-PadA5)") + (pinfunction "CC1") + (pintype "bidirectional+no_connect") + (uuid "473abba4-51bf-4bde-8fe9-e35ef23d95d1") + ) + (pad "A6" smd rect + (at -0.25 2.51 270) + (size 0.3 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 4 "unconnected-(J1-PadA6)") + (pinfunction "D+") + (pintype "bidirectional+no_connect") + (uuid "a8719ba4-ba91-4a7e-aea3-0c59471b40fa") + ) + (pad "A7" smd rect + (at 0.25 2.51 270) + (size 0.3 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 5 "unconnected-(J1-PadA7)") + (pinfunction "D-") + (pintype "bidirectional+no_connect") + (uuid "63acab78-7a3f-4a66-939a-38a797aaa082") + ) + (pad "A8" smd rect + (at 1.25 2.51 270) + (size 0.3 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 6 "unconnected-(J1-PadA8)") + (pinfunction "SBU1") + (pintype "bidirectional+no_connect") + (uuid "73361082-4f18-4e5a-8c1c-2ceae118ac93") + ) + (pad "A9" smd rect + (at 2.4 2.51 90) + (size 0.6 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 2 "VBUS") + (pinfunction "VBUS") + (pintype "passive") + (uuid "92562abd-1534-4e08-a650-eed29bc63484") + ) + (pad "A12" smd rect + (at 3.2 2.51 90) + (size 0.6 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 1 "GND") + (pinfunction "GND") + (pintype "passive") + (uuid "1b7bff36-3371-44db-a515-aa203cc79493") + ) + (pad "B1" smd rect + (at 3.2 2.51 90) + (size 0.6 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 1 "GND") + (pinfunction "GND") + (pintype "passive") + (uuid "f4efb78c-7777-44ea-aa44-b9a41f655f64") + ) + (pad "B4" smd rect + (at 2.4 2.51 90) + (size 0.6 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 2 "VBUS") + (pinfunction "VBUS") + (pintype "passive") + (uuid "5966753f-5603-41b5-9113-44bab927091a") + ) + (pad "B5" smd rect + (at 1.75 2.51 270) + (size 0.3 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 7 "unconnected-(J1-PadB5)") + (pinfunction "CC2") + (pintype "bidirectional+no_connect") + (uuid "79685deb-8541-415f-88fa-a6285d42d88e") + ) + (pad "B6" smd rect + (at 0.75 2.51 270) + (size 0.3 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 8 "unconnected-(J1-PadB6)") + (pinfunction "D+") + (pintype "bidirectional+no_connect") + (uuid "726ed222-1e49-4916-ba99-7d5cd2a071bc") + ) + (pad "B7" smd rect + (at -0.75 2.51 270) + (size 0.3 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 9 "unconnected-(J1-PadB7)") + (pinfunction "D-") + (pintype "bidirectional+no_connect") + (uuid "00478fbd-9e4c-4577-91f1-a520fa0440c9") + ) + (pad "B8" smd rect + (at -1.75 2.51 270) + (size 0.3 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 10 "unconnected-(J1-PadB8)") + (pinfunction "SBU2") + (pintype "bidirectional+no_connect") + (uuid "f34f51fb-d559-4a32-a4ee-e7630543ad57") + ) + (pad "B9" smd rect + (at -2.4 2.51 90) + (size 0.6 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 2 "VBUS") + (pinfunction "VBUS") + (pintype "passive") + (uuid "9aa32d78-03b3-41ea-9d4b-bdfd457f4df3") + ) + (pad "B12" smd rect + (at -3.2 2.51 90) + (size 0.6 1.16) + (layers "B.Cu" "B.Paste" "B.Mask") + (net 1 "GND") + (pinfunction "GND") + (pintype "passive") + (uuid "c4105e64-f49c-45cb-af13-98f93bef5726") + ) + (pad "S1" thru_hole oval + (at -4.32 -2.24) + (size 1.7 0.9) + (drill oval 1.4 0.6) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "/SHIELD") + (pinfunction "SHIELD") + (pintype "passive") + (uuid "1bcfbc46-7db5-4364-8d52-33d1e2b4a9b6") + ) + (pad "S1" thru_hole oval + (at -4.32 1.93) + (size 2 0.9) + (drill oval 1.7 0.6) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "/SHIELD") + (pinfunction "SHIELD") + (pintype "passive") + (uuid "851d4ba6-5536-4bba-8b54-d6f2c2ec475f") + ) + (pad "S1" thru_hole oval + (at 4.32 -2.24) + (size 1.7 0.9) + (drill oval 1.4 0.6) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "/SHIELD") + (pinfunction "SHIELD") + (pintype "passive") + (uuid "88f58509-ca0e-4563-9867-180af44513d7") + ) + (pad "S1" thru_hole oval + (at 4.32 1.93) + (size 2 0.9) + (drill oval 1.7 0.6) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "/SHIELD") + (pinfunction "SHIELD") + (pintype "passive") + (uuid "0f1e1767-2c72-4fd1-8275-1a85089a01cd") + ) + (model "${KICAD6_3DMODEL_DIR}/Connector_USB.3dshapes/USB_C_Receptacle_Palconn_UTC16-G.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 50 158) + (end 50 144) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-000060a7ffe3") + ) + (gr_line + (start 50 144) + (end 60 144) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-0000610365de") + ) + (gr_line + (start 60 158) + (end 50 158) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "28ec3da3-139b-4c0d-933d-79eae0ede3d2") + ) + (gr_line + (start 60 144) + (end 60 158) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "4419635d-262e-4399-bc04-fd54f8e6fc03") + ) + (via + (at 59.2 147.8) + (size 0.5) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 1) + (uuid "257fbc21-7093-49f4-b316-d5ed14c0585a") + ) + (segment + (start 58.3 147.8) + (end 59.2 147.8) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "1350b5d4-ce7e-4f4e-a1c0-53c93fb25246") + ) + (segment + (start 58.3 147.8) + (end 55.86 147.8) + (width 0.5) + (layer "B.Cu") + (net 1) + (uuid "cd2dbdda-67ce-4a59-b44a-0ad2fd1a1894") + ) + (via + (at 58.1 151) + (size 0.5) + (drill 0.2) + (layers "F.Cu" "B.Cu") + (net 2) + (uuid "dd667fe5-bfb1-4d29-a1af-700db16f8358") + ) + (segment + (start 58.1 151) + (end 58.1 152.7) + (width 0.4) + (layer "B.Cu") + (net 2) + (uuid "1f297226-8ab5-4978-9bac-df88d5784d53") + ) + (segment + (start 58.1 152.7) + (end 57.4 153.4) + (width 0.4) + (layer "B.Cu") + (net 2) + (uuid "78399d92-10f9-4c9d-ae8b-475e3ea58418") + ) + (segment + (start 58.1 151) + (end 58.1 149.4) + (width 0.4) + (layer "B.Cu") + (net 2) + (uuid "8a8f5661-cff8-4bc3-9f05-832da17efb60") + ) + (segment + (start 57.4 153.4) + (end 55.86 153.4) + (width 0.4) + (layer "B.Cu") + (net 2) + (uuid "8c73c545-15db-4472-9a70-43fd402c4940") + ) + (segment + (start 57.3 148.6) + (end 55.86 148.6) + (width 0.4) + (layer "B.Cu") + (net 2) + (uuid "b1c98335-42c0-479f-b77b-a21c91553210") + ) + (segment + (start 58.1 149.4) + (end 57.3 148.6) + (width 0.4) + (layer "B.Cu") + (net 2) + (uuid "fac1472e-b462-4bd1-b736-2275860246a7") + ) + (segment + (start 55.28 155.32) + (end 52.3 155.32) + (width 0.8) + (layer "B.Cu") + (net 11) + (uuid "32908712-c7c3-4936-9446-78c6c54df6e5") + ) + (segment + (start 52.3 155.32) + (end 52.3 146.68) + (width 1) + (layer "B.Cu") + (net 11) + (uuid "796ca796-e15c-48a9-8a77-7f5545db2f35") + ) + (segment + (start 52.3 146.68) + (end 52.2 146.58) + (width 1) + (layer "B.Cu") + (net 11) + (uuid "80f1ecf7-d6e0-4ea1-bddc-783d2be5b2a3") + ) + (segment + (start 52.3 146.68) + (end 55.28 146.68) + (width 0.8) + (layer "B.Cu") + (net 11) + (uuid "9e46dee9-0091-481e-bfae-41b7c8c55edf") + ) + (zone + (net 11) + (net_name "/SHIELD") + (layer "F.Cu") + (uuid "1f3418e9-e9a6-459e-b02a-5e5b44736d2c") + (hatch edge 0.508) + (priority 1) + (connect_pads yes + (clearance 0.3) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (arc + (start 58.8 155.3) + (mid 58.360655 156.360655) + (end 57.3 156.8) + ) + (arc + (start 51.7 156.8) + (mid 50.618629 156.31066) + (end 50.2 155.2) + ) + (arc + (start 50.2 155.2) + (mid 50.660051 154.18934) + (end 51.7 153.8) + ) + (arc + (start 57.3 153.8) + (mid 58.360652 154.239347) + (end 58.8 155.3) + ) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 51.7 153.8) (xy 54.07197 153.8) (xy 54.140091 153.820002) (xy 54.186584 153.873658) (xy 54.196892 153.909553) + (xy 54.214956 154.046762) (xy 54.275464 154.192841) (xy 54.371718 154.318282) (xy 54.497159 154.414536) + (xy 54.643238 154.475044) (xy 54.760639 154.4905) (xy 54.839361 154.4905) (xy 54.956762 154.475044) + (xy 55.102841 154.414536) (xy 55.228282 154.318282) (xy 55.324536 154.192841) (xy 55.385044 154.046762) + (xy 55.403108 153.909553) (xy 55.431831 153.844626) (xy 55.491096 153.805535) (xy 55.52803 153.8) + (xy 57.298753 153.8) (xy 57.301224 153.800024) (xy 57.409198 153.802142) (xy 57.426438 153.803669) + (xy 57.43822 153.805535) (xy 57.640921 153.83764) (xy 57.66014 153.842254) (xy 57.86548 153.908973) + (xy 57.883746 153.916538) (xy 57.979937 153.96555) (xy 58.076126 154.014561) (xy 58.092984 154.024892) + (xy 58.267658 154.151801) (xy 58.282692 154.164642) (xy 58.435358 154.317308) (xy 58.448199 154.332342) + (xy 58.575108 154.507016) (xy 58.585439 154.523874) (xy 58.683461 154.716253) (xy 58.691027 154.734519) + (xy 58.695719 154.748959) (xy 58.757745 154.939857) (xy 58.762361 154.959082) (xy 58.796331 155.173562) + (xy 58.797858 155.190801) (xy 58.799952 155.297528) (xy 58.799952 155.302472) (xy 58.797858 155.409199) + (xy 58.796331 155.426438) (xy 58.762361 155.640918) (xy 58.757746 155.66014) (xy 58.713014 155.797811) + (xy 58.691027 155.86548) (xy 58.683461 155.883747) (xy 58.585439 156.076126) (xy 58.575108 156.092984) + (xy 58.448199 156.267658) (xy 58.435358 156.282692) (xy 58.282692 156.435358) (xy 58.267658 156.448199) + (xy 58.092984 156.575108) (xy 58.076126 156.585439) (xy 57.883747 156.683461) (xy 57.865481 156.691027) + (xy 57.66014 156.757746) (xy 57.640921 156.76236) (xy 57.494166 156.785604) (xy 57.426438 156.796331) + (xy 57.409198 156.797858) (xy 57.301224 156.799976) (xy 57.298753 156.8) (xy 51.703277 156.8) (xy 51.696745 156.799831) + (xy 51.688241 156.79939) (xy 51.586936 156.794131) (xy 51.569762 156.792049) (xy 51.348637 156.749677) + (xy 51.329579 156.744446) (xy 51.118985 156.66843) (xy 51.100975 156.66028) (xy 50.904861 156.552253) + (xy 50.88835 156.541388) (xy 50.711542 156.404007) (xy 50.696938 156.390695) (xy 50.543809 156.227356) + (xy 50.53146 156.211916) (xy 50.405766 156.026633) (xy 50.395984 156.009451) (xy 50.312446 155.83154) + (xy 50.3005 155.777989) (xy 50.3005 154.748959) (xy 50.309654 154.701809) (xy 50.350393 154.60085) + (xy 50.360351 154.581285) (xy 50.482863 154.385033) (xy 50.496066 154.367496) (xy 50.650792 154.195505) + (xy 50.666842 154.180526) (xy 50.849079 154.038018) (xy 50.867494 154.026048) (xy 51.071703 153.917353) + (xy 51.091917 153.908762) (xy 51.311903 153.837179) (xy 51.333297 153.832229) (xy 51.563742 153.79974) + (xy 51.582925 153.798516) + ) + ) + ) + (zone + (net 11) + (net_name "/SHIELD") + (layer "F.Cu") + (uuid "9d123abd-317e-44cd-ae5e-97d00b47b71e") + (hatch edge 0.508) + (priority 1) + (connect_pads yes + (clearance 0.3) + ) + (min_thickness 0.254) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (arc + (start 58.8 146.68) + (mid 58.356518 145.62934) + (end 57.3 145.2) + ) + (arc + (start 51.7 145.2) + (mid 50.643482 145.62934) + (end 50.2 146.68) + ) + (arc + (start 50.2 146.68) + (mid 50.635198 147.75066) + (end 51.7 148.2) + ) + (arc + (start 57.3 148.2) + (mid 58.364802 147.75066) + (end 58.8 146.68) + ) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 57.300852 145.200011) (xy 57.408426 145.2014) (xy 57.425674 145.202811) (xy 57.638827 145.235105) + (xy 57.658079 145.23959) (xy 57.760229 145.272025) (xy 57.862378 145.304459) (xy 57.880695 145.311903) + (xy 58.07232 145.407927) (xy 58.089247 145.418144) (xy 58.263499 145.542967) (xy 58.278613 145.555701) + (xy 58.431198 145.706251) (xy 58.444131 145.72119) (xy 58.571237 145.893689) (xy 58.571283 145.893752) + (xy 58.581723 145.910536) (xy 58.680317 146.100867) (xy 58.688 146.119071) (xy 58.736786 146.265858) + (xy 58.755603 146.322476) (xy 58.760348 146.341669) (xy 58.795503 146.554378) (xy 58.797145 146.571606) + (xy 58.799935 146.677523) (xy 58.799968 146.682478) (xy 58.798571 146.789993) (xy 58.797158 146.807242) + (xy 58.764371 147.023508) (xy 58.759883 147.042763) (xy 58.705872 147.212818) (xy 58.694049 147.250041) + (xy 58.686604 147.268357) (xy 58.589155 147.462785) (xy 58.578936 147.479711) (xy 58.452266 147.656507) + (xy 58.439526 147.671626) (xy 58.286761 147.826428) (xy 58.271817 147.839364) (xy 58.096711 147.968366) + (xy 58.079937 147.978799) (xy 57.886803 148.078822) (xy 57.868589 148.086508) (xy 57.66219 148.155086) + (xy 57.643 148.159826) (xy 57.57184 148.171581) (xy 57.427205 148.195472) (xy 57.409975 148.197114) + (xy 57.301639 148.199957) (xy 57.298334 148.2) (xy 55.52803 148.2) (xy 55.459909 148.179998) (xy 55.413416 148.126342) + (xy 55.403108 148.090447) (xy 55.386122 147.961426) (xy 55.385044 147.953238) (xy 55.324536 147.807159) + (xy 55.228282 147.681718) (xy 55.102841 147.585464) (xy 54.956762 147.524956) (xy 54.839361 147.5095) + (xy 54.760639 147.5095) (xy 54.643238 147.524956) (xy 54.497159 147.585464) (xy 54.371718 147.681718) + (xy 54.275464 147.807159) (xy 54.214956 147.953238) (xy 54.213878 147.961426) (xy 54.196892 148.090447) + (xy 54.168169 148.155374) (xy 54.108904 148.194465) (xy 54.07197 148.2) (xy 51.701666 148.2) (xy 51.698361 148.199957) + (xy 51.590025 148.197114) (xy 51.572795 148.195472) (xy 51.42816 148.171581) (xy 51.357 148.159826) + (xy 51.33781 148.155086) (xy 51.131411 148.086508) (xy 51.113197 148.078822) (xy 50.920063 147.978799) + (xy 50.903289 147.968366) (xy 50.728183 147.839364) (xy 50.713239 147.826428) (xy 50.560474 147.671626) + (xy 50.547734 147.656507) (xy 50.421064 147.479711) (xy 50.410845 147.462785) (xy 50.313857 147.269276) + (xy 50.3005 147.212818) (xy 50.3005 146.173681) (xy 50.306931 146.133942) (xy 50.311887 146.11903) + (xy 50.319576 146.100814) (xy 50.418174 145.910473) (xy 50.428615 145.893689) (xy 50.555777 145.721113) + (xy 50.568711 145.706173) (xy 50.721315 145.555604) (xy 50.736417 145.54288) (xy 50.910691 145.418041) + (xy 50.927618 145.407824) (xy 51.11926 145.311792) (xy 51.137577 145.304348) (xy 51.341526 145.239591) + (xy 51.341893 145.239474) (xy 51.361146 145.234989) (xy 51.574253 145.202701) (xy 51.591626 145.201288) + (xy 51.690047 145.200118) (xy 51.699244 145.200009) (xy 51.700741 145.2) (xy 57.299225 145.2) + ) + ) + ) + (zone + (net 1) + (net_name "GND") + (layers "F.Cu" "In1.Cu" "In2.Cu" "In3.Cu" "In4.Cu" "B.Cu") + (uuid "8c9a70ca-1dc4-4730-bc75-42569a2ea0d3") + (hatch edge 0.508) + (connect_pads yes + (clearance 0.15) + ) + (min_thickness 0.15) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + ) + (polygon + (pts + (xy 60 158) (xy 60 144) (xy 50 144) (xy 50 158) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 59.773066 144.217813) (xy 59.798376 144.26165) (xy 59.7995 144.2745) (xy 59.7995 157.7255) (xy 59.782187 157.773066) + (xy 59.73835 157.798376) (xy 59.7255 157.7995) (xy 50.2745 157.7995) (xy 50.226934 157.782187) (xy 50.201624 157.73835) + (xy 50.2005 157.7255) (xy 50.2005 156.494966) (xy 50.217813 156.4474) (xy 50.26165 156.42209) (xy 50.3115 156.43088) + (xy 50.328486 156.444355) (xy 50.379939 156.499238) (xy 50.474063 156.599638) (xy 50.491135 156.616472) + (xy 50.491674 156.616963) (xy 50.505183 156.629278) (xy 50.505205 156.629297) (xy 50.505739 156.629784) + (xy 50.524099 156.645244) (xy 50.700907 156.782625) (xy 50.720415 156.79659) (xy 50.721032 156.796996) + (xy 50.736351 156.807077) (xy 50.736364 156.807085) (xy 50.736926 156.807455) (xy 50.757463 156.819842) + (xy 50.758101 156.820194) (xy 50.758102 156.820194) (xy 50.804143 156.845555) (xy 50.953577 156.927869) + (xy 50.975024 156.938608) (xy 50.975669 156.9389) (xy 50.975686 156.938908) (xy 50.992355 156.946451) + (xy 50.992366 156.946456) (xy 50.993034 156.946758) (xy 50.993724 156.947038) (xy 50.993726 156.947039) + (xy 51.014594 156.955512) (xy 51.014604 156.955516) (xy 51.015262 156.955783) (xy 51.225856 157.031799) + (xy 51.248717 157.03905) (xy 51.267775 157.044281) (xy 51.268469 157.044443) (xy 51.268479 157.044445) + (xy 51.282798 157.047776) (xy 51.291143 157.049718) (xy 51.390106 157.068681) (xy 51.511677 157.091977) + (xy 51.511691 157.091979) (xy 51.512268 157.09209) (xy 51.521671 157.093559) (xy 51.532372 157.095232) + (xy 51.532391 157.095235) (xy 51.532995 157.095329) (xy 51.550169 157.097411) (xy 51.557794 157.09807) + (xy 51.570493 157.099168) (xy 51.570515 157.09917) (xy 51.571099 157.09922) (xy 51.571668 157.09925) + (xy 51.571689 157.099251) (xy 51.636879 157.102635) (xy 51.680908 157.10492) (xy 51.681043 157.104925) + (xy 51.681059 157.104926) (xy 51.68255 157.104984) (xy 51.688844 157.105229) (xy 51.689092 157.105235) + (xy 51.689139 157.105237) (xy 51.692967 157.105336) (xy 51.695376 157.105398) (xy 51.703277 157.1055) + (xy 57.298753 157.1055) (xy 57.30172 157.105486) (xy 57.303272 157.105471) (xy 57.30411 157.105463) + (xy 57.304159 157.105462) (xy 57.304191 157.105462) (xy 57.307215 157.105417) (xy 57.415189 157.103299) + (xy 57.436152 157.102167) (xy 57.453392 157.10064) (xy 57.468355 157.098794) (xy 57.473598 157.098148) + (xy 57.473608 157.098147) (xy 57.474229 157.09807) (xy 57.551653 157.085807) (xy 57.687993 157.064213) + (xy 57.687999 157.064212) (xy 57.688712 157.064099) (xy 57.689401 157.063962) (xy 57.689423 157.063958) + (xy 57.711516 157.059563) (xy 57.711543 157.059557) (xy 57.712237 157.059419) (xy 57.731456 157.054805) + (xy 57.749009 157.049855) (xy 57.753836 157.048494) (xy 57.753852 157.048489) (xy 57.754544 157.048294) + (xy 57.959885 156.981575) (xy 57.960545 156.981332) (xy 57.960558 156.981327) (xy 57.981715 156.973521) + (xy 57.98239 156.973272) (xy 57.983058 156.972995) (xy 57.983069 156.972991) (xy 57.999958 156.965995) + (xy 58.000656 156.965706) (xy 58.003882 156.964219) (xy 58.021804 156.955957) (xy 58.021818 156.95595) + (xy 58.022441 156.955663) (xy 58.21482 156.857641) (xy 58.235754 156.845918) (xy 58.252612 156.835587) + (xy 58.256345 156.833092) (xy 58.27194 156.822672) (xy 58.271953 156.822663) (xy 58.272553 156.822262) + (xy 58.2754 156.820194) (xy 58.446639 156.69578) (xy 58.447227 156.695353) (xy 58.447772 156.694923) + (xy 58.447787 156.694912) (xy 58.465503 156.680945) (xy 58.465509 156.68094) (xy 58.466071 156.680497) + (xy 58.481105 156.667656) (xy 58.485153 156.663914) (xy 58.498163 156.651888) (xy 58.498178 156.651873) + (xy 58.498713 156.651379) (xy 58.651379 156.498713) (xy 58.651873 156.498178) (xy 58.651888 156.498163) + (xy 58.667177 156.481623) (xy 58.667656 156.481105) (xy 58.680497 156.466071) (xy 58.695353 156.447227) + (xy 58.822262 156.272553) (xy 58.835587 156.252612) (xy 58.845918 156.235754) (xy 58.857641 156.21482) + (xy 58.955663 156.022441) (xy 58.965709 156.000651) (xy 58.973275 155.982384) (xy 58.981575 155.959885) + (xy 59.048294 155.754545) (xy 59.054804 155.731461) (xy 59.059419 155.712239) (xy 59.0641 155.688708) + (xy 59.09807 155.474228) (xy 59.10064 155.453393) (xy 59.102167 155.436154) (xy 59.103299 155.415192) + (xy 59.105393 155.308465) (xy 59.105452 155.302472) (xy 59.105452 155.297528) (xy 59.105393 155.291535) + (xy 59.103299 155.184808) (xy 59.102167 155.163846) (xy 59.10064 155.146607) (xy 59.09807 155.125772) + (xy 59.0641 154.911292) (xy 59.059418 154.887757) (xy 59.054802 154.868532) (xy 59.048293 154.845453) + (xy 58.981575 154.640115) (xy 58.973272 154.61761) (xy 58.965706 154.599344) (xy 58.955663 154.577559) + (xy 58.857641 154.38518) (xy 58.845918 154.364246) (xy 58.835587 154.347388) (xy 58.822262 154.327447) + (xy 58.695353 154.152773) (xy 58.680497 154.133929) (xy 58.667656 154.118895) (xy 58.658629 154.10913) + (xy 58.651888 154.101837) (xy 58.651873 154.101822) (xy 58.651379 154.101287) (xy 58.498713 153.948621) + (xy 58.498178 153.948127) (xy 58.498163 153.948112) (xy 58.481623 153.932823) (xy 58.481105 153.932344) + (xy 58.466071 153.919503) (xy 58.465503 153.919055) (xy 58.447787 153.905088) (xy 58.447772 153.905077) + (xy 58.447227 153.904647) (xy 58.272553 153.777738) (xy 58.271953 153.777337) (xy 58.27194 153.777328) + (xy 58.253206 153.76481) (xy 58.252612 153.764413) (xy 58.235754 153.754082) (xy 58.235154 153.753746) + (xy 58.235137 153.753736) (xy 58.215432 153.742701) (xy 58.215425 153.742697) (xy 58.214821 153.742359) + (xy 58.214193 153.742039) (xy 58.214178 153.742031) (xy 58.023099 153.644671) (xy 58.023088 153.644666) + (xy 58.022441 153.644336) (xy 58.000642 153.634287) (xy 57.996852 153.632717) (xy 57.983067 153.627008) + (xy 57.983059 153.627005) (xy 57.982376 153.626722) (xy 57.959885 153.618425) (xy 57.959184 153.618197) + (xy 57.959166 153.618191) (xy 57.755245 153.551933) (xy 57.755225 153.551927) (xy 57.754545 153.551706) + (xy 57.753843 153.551508) (xy 57.753833 153.551505) (xy 57.745626 153.549191) (xy 57.731456 153.545195) + (xy 57.730764 153.545029) (xy 57.730753 153.545026) (xy 57.721822 153.542882) (xy 57.712237 153.540581) + (xy 57.711543 153.540443) (xy 57.711516 153.540437) (xy 57.689423 153.536042) (xy 57.689401 153.536038) + (xy 57.688712 153.535901) (xy 57.687999 153.535788) (xy 57.687993 153.535787) (xy 57.548693 153.513724) + (xy 57.474229 153.50193) (xy 57.473608 153.501853) (xy 57.473598 153.501852) (xy 57.468355 153.501206) + (xy 57.453392 153.49936) (xy 57.436152 153.497833) (xy 57.415189 153.496701) (xy 57.307215 153.494583) + (xy 57.304191 153.494538) (xy 57.304159 153.494538) (xy 57.30411 153.494537) (xy 57.303272 153.494529) + (xy 57.30172 153.494514) (xy 57.298753 153.4945) (xy 55.52803 153.4945) (xy 55.482753 153.497874) + (xy 55.459904 153.501298) (xy 55.446371 153.503326) (xy 55.446355 153.503329) (xy 55.445819 153.503409) + (xy 55.426368 153.506971) (xy 55.42267 153.508527) (xy 55.422667 153.508528) (xy 55.326031 153.549191) + (xy 55.326029 153.549192) (xy 55.322885 153.550515) (xy 55.320036 153.552394) (xy 55.317012 153.55401) + (xy 55.316352 153.552775) (xy 55.271974 153.56335) (xy 55.226004 153.539929) (xy 55.157618 153.465559) + (xy 55.157614 153.465556) (xy 55.154201 153.461844) (xy 55.149915 153.459187) (xy 55.149912 153.459184) + (xy 55.068572 153.408752) (xy 55.026014 153.382365) (xy 54.931115 153.354794) (xy 54.884897 153.341366) + (xy 54.884894 153.341365) (xy 54.881175 153.340285) (xy 54.876303 153.339927) (xy 54.87184 153.339599) + (xy 54.871826 153.339599) (xy 54.870485 153.3395) (xy 54.762215 153.3395) (xy 54.650568 153.354794) + (xy 54.512145 153.414695) (xy 54.39493 153.509614) (xy 54.39201 153.513723) (xy 54.392009 153.513724) + (xy 54.37809 153.533309) (xy 54.336423 153.562052) (xy 54.284232 153.556404) (xy 54.229209 153.528427) + (xy 54.229206 153.528426) (xy 54.22616 153.526877) (xy 54.158039 153.506875) (xy 54.07197 153.4945) + (xy 51.702365 153.4945) (xy 51.701427 153.494494) (xy 51.700068 153.494477) (xy 51.586797 153.493041) + (xy 51.586134 153.493058) (xy 51.586119 153.493058) (xy 51.564199 153.493617) (xy 51.564175 153.493618) + (xy 51.563472 153.493636) (xy 51.562756 153.493682) (xy 51.562749 153.493682) (xy 51.555113 153.494169) + (xy 51.544289 153.49486) (xy 51.539032 153.495398) (xy 51.521784 153.497161) (xy 51.521767 153.497163) + (xy 51.521093 153.497232) (xy 51.404115 153.513724) (xy 51.310821 153.526877) (xy 51.290648 153.529721) + (xy 51.264432 153.534592) (xy 51.243038 153.539542) (xy 51.242283 153.539752) (xy 51.242282 153.539752) + (xy 51.218164 153.546452) (xy 51.218154 153.546455) (xy 51.217373 153.546672) (xy 50.997387 153.618255) + (xy 50.996615 153.618544) (xy 50.996595 153.618551) (xy 50.975436 153.626473) (xy 50.972423 153.627601) + (xy 50.952209 153.636192) (xy 50.928161 153.647676) (xy 50.723952 153.756371) (xy 50.723269 153.756774) + (xy 50.723256 153.756781) (xy 50.715033 153.76163) (xy 50.700998 153.769905) (xy 50.682583 153.781875) + (xy 50.681917 153.78235) (xy 50.681903 153.78236) (xy 50.661572 153.796875) (xy 50.66156 153.796884) + (xy 50.660889 153.797363) (xy 50.478652 153.939871) (xy 50.458401 153.957182) (xy 50.457801 153.957742) + (xy 50.442943 153.971608) (xy 50.442931 153.971619) (xy 50.442351 153.972161) (xy 50.423672 153.991184) + (xy 50.374038 154.046357) (xy 50.329514 154.095849) (xy 50.284831 154.119632) (xy 50.235313 154.10913) + (xy 50.204132 154.069255) (xy 50.2005 154.046357) (xy 50.2005 150.993138) (xy 57.444758 150.993138) + (xy 57.462035 151.149633) (xy 57.516143 151.29749) (xy 57.518628 151.301188) (xy 57.51863 151.301192) + (xy 57.528368 151.315683) (xy 57.603958 151.428172) (xy 57.72041 151.534135) (xy 57.724333 151.536265) + (xy 57.854852 151.607132) (xy 57.854856 151.607134) (xy 57.858776 151.609262) (xy 58.011069 151.649215) + (xy 58.089782 151.650452) (xy 58.164038 151.651618) (xy 58.168495 151.651688) (xy 58.172837 151.650694) + (xy 58.172842 151.650693) (xy 58.317621 151.617534) (xy 58.317624 151.617533) (xy 58.321968 151.616538) + (xy 58.462625 151.545795) (xy 58.582348 151.443542) (xy 58.674224 151.315683) (xy 58.73295 151.169598) + (xy 58.755134 151.013723) (xy 58.755278 151) (xy 58.736363 150.843694) (xy 58.68071 150.696412) + (xy 58.591531 150.566657) (xy 58.548431 150.528256) (xy 58.47731 150.464889) (xy 58.477307 150.464887) + (xy 58.473976 150.461919) (xy 58.334831 150.388245) (xy 58.182128 150.349889) (xy 58.100583 150.349462) + (xy 58.029142 150.349088) (xy 58.029139 150.349088) (xy 58.024684 150.349065) (xy 58.020349 150.350106) + (xy 58.020347 150.350106) (xy 57.940936 150.369171) (xy 57.871588 150.38582) (xy 57.731679 150.458032) + (xy 57.728321 150.460961) (xy 57.72832 150.460962) (xy 57.723819 150.464889) (xy 57.613034 150.561533) + (xy 57.522501 150.690348) (xy 57.465309 150.837039) (xy 57.464727 150.841463) (xy 57.464726 150.841465) + (xy 57.46385 150.848123) (xy 57.444758 150.993138) (xy 50.2005 150.993138) (xy 50.2005 147.920893) + (xy 50.217813 147.873327) (xy 50.26165 147.848017) (xy 50.3115 147.856807) (xy 50.329172 147.871023) + (xy 50.343027 147.886212) (xy 50.495792 148.041014) (xy 50.496308 148.041497) (xy 50.496323 148.041512) + (xy 50.512759 148.056908) (xy 50.513294 148.057409) (xy 50.528238 148.070345) (xy 50.546982 148.085324) + (xy 50.722088 148.214326) (xy 50.741939 148.227782) (xy 50.758713 148.238215) (xy 50.759353 148.238579) + (xy 50.778968 148.249735) (xy 50.778982 148.249743) (xy 50.77957 148.250077) (xy 50.78018 148.250393) + (xy 50.780182 148.250394) (xy 50.97207 148.349772) (xy 50.972084 148.349779) (xy 50.972704 148.3501) + (xy 50.994423 148.360288) (xy 51.012637 148.367974) (xy 51.035084 148.376424) (xy 51.241483 148.445002) + (xy 51.2449 148.44599) (xy 51.263872 148.451476) (xy 51.2639 148.451484) (xy 51.264552 148.451672) + (xy 51.283742 148.456412) (xy 51.284426 148.456553) (xy 51.284436 148.456555) (xy 51.30651 148.461097) + (xy 51.306521 148.461099) (xy 51.307211 148.461241) (xy 51.384973 148.474086) (xy 51.521717 148.496674) + (xy 51.523006 148.496887) (xy 51.523636 148.496969) (xy 51.523643 148.49697) (xy 51.543196 148.499514) + (xy 51.543204 148.499515) (xy 51.543812 148.499594) (xy 51.544445 148.499654) (xy 51.544451 148.499655) + (xy 51.549906 148.500175) (xy 51.561042 148.501236) (xy 51.582011 148.502509) (xy 51.58264 148.502525) + (xy 51.582651 148.502526) (xy 51.686013 148.505238) (xy 51.690347 148.505352) (xy 51.694387 148.505431) + (xy 51.695234 148.505442) (xy 51.697666 148.505474) (xy 51.697692 148.505474) (xy 51.701666 148.5055) + (xy 54.07197 148.5055) (xy 54.117247 148.502126) (xy 54.140096 148.498702) (xy 54.153629 148.496674) + (xy 54.153645 148.496671) (xy 54.154181 148.496591) (xy 54.173632 148.493029) (xy 54.17733 148.491473) + (xy 54.177333 148.491472) (xy 54.273969 148.450809) (xy 54.273971 148.450808) (xy 54.277115 148.449485) + (xy 54.279964 148.447606) (xy 54.282988 148.44599) (xy 54.283648 148.447225) (xy 54.328026 148.43665) + (xy 54.373996 148.460071) (xy 54.442382 148.534441) (xy 54.442386 148.534444) (xy 54.445799 148.538156) + (xy 54.450085 148.540813) (xy 54.450088 148.540816) (xy 54.521843 148.585305) (xy 54.573986 148.617635) + (xy 54.644352 148.638079) (xy 54.715103 148.658634) (xy 54.715106 148.658635) (xy 54.718825 148.659715) + (xy 54.723697 148.660073) (xy 54.72816 148.660401) (xy 54.728174 148.660401) (xy 54.729515 148.6605) + (xy 54.837785 148.6605) (xy 54.949432 148.645206) (xy 55.087855 148.585305) (xy 55.20507 148.490386) + (xy 55.216654 148.474086) (xy 55.22191 148.466691) (xy 55.263577 148.437948) (xy 55.315768 148.443596) + (xy 55.370791 148.471573) (xy 55.370794 148.471574) (xy 55.37384 148.473123) (xy 55.441961 148.493125) + (xy 55.52803 148.5055) (xy 57.298334 148.5055) (xy 57.302308 148.505474) (xy 57.302334 148.505474) + (xy 57.304766 148.505442) (xy 57.305613 148.505431) (xy 57.309653 148.505352) (xy 57.313987 148.505238) + (xy 57.417349 148.502526) (xy 57.41736 148.502525) (xy 57.417989 148.502509) (xy 57.438958 148.501236) + (xy 57.450094 148.500175) (xy 57.455549 148.499655) (xy 57.455555 148.499654) (xy 57.456188 148.499594) + (xy 57.456796 148.499515) (xy 57.456804 148.499514) (xy 57.476357 148.49697) (xy 57.476364 148.496969) + (xy 57.476994 148.496887) (xy 57.478284 148.496674) (xy 57.615027 148.474086) (xy 57.692789 148.461241) + (xy 57.693479 148.461099) (xy 57.69349 148.461097) (xy 57.715564 148.456555) (xy 57.715574 148.456553) + (xy 57.716258 148.456412) (xy 57.735448 148.451672) (xy 57.7361 148.451484) (xy 57.736128 148.451476) + (xy 57.7551 148.44599) (xy 57.758517 148.445002) (xy 57.964916 148.376424) (xy 57.987363 148.367974) + (xy 58.005577 148.360288) (xy 58.027296 148.3501) (xy 58.027916 148.349779) (xy 58.02793 148.349772) + (xy 58.219818 148.250394) (xy 58.21982 148.250393) (xy 58.22043 148.250077) (xy 58.221018 148.249743) + (xy 58.221032 148.249735) (xy 58.240647 148.238579) (xy 58.241287 148.238215) (xy 58.258061 148.227782) + (xy 58.277912 148.214326) (xy 58.453018 148.085324) (xy 58.471762 148.070345) (xy 58.486706 148.057409) + (xy 58.487241 148.056908) (xy 58.503677 148.041512) (xy 58.503692 148.041497) (xy 58.504208 148.041014) + (xy 58.656973 147.886212) (xy 58.673144 147.868484) (xy 58.685884 147.853365) (xy 58.700604 147.834435) + (xy 58.7995 147.696404) (xy 58.826844 147.65824) (xy 58.826858 147.65822) (xy 58.827274 147.657639) + (xy 58.840467 147.637609) (xy 58.850686 147.620683) (xy 58.86227 147.599673) (xy 58.959719 147.405245) + (xy 58.969617 147.383395) (xy 58.977062 147.365079) (xy 58.985216 147.342519) (xy 59.05105 147.135241) + (xy 59.057408 147.112111) (xy 59.061896 147.092856) (xy 59.06642 147.0693) (xy 59.099207 146.853034) + (xy 59.101638 146.832184) (xy 59.103051 146.814935) (xy 59.104045 146.793962) (xy 59.105442 146.686447) + (xy 59.105461 146.680443) (xy 59.105428 146.675488) (xy 59.105329 146.669478) (xy 59.102539 146.563561) + (xy 59.101267 146.54262) (xy 59.099625 146.525392) (xy 59.096914 146.504563) (xy 59.061759 146.291854) + (xy 59.056919 146.268349) (xy 59.052174 146.249156) (xy 59.045511 146.226123) (xy 58.977908 146.022718) + (xy 58.969459 146.000281) (xy 58.961776 145.982077) (xy 58.951582 145.960348) (xy 58.852988 145.770017) + (xy 58.841133 145.749177) (xy 58.830693 145.732393) (xy 58.830288 145.731796) (xy 58.830274 145.731774) + (xy 58.817652 145.713156) (xy 58.817227 145.712529) (xy 58.690075 145.539967) (xy 58.675102 145.521234) + (xy 58.662169 145.506295) (xy 58.647313 145.490438) (xy 58.646267 145.489321) (xy 58.646246 145.4893) + (xy 58.645764 145.488785) (xy 58.493179 145.338235) (xy 58.475455 145.32207) (xy 58.460341 145.309336) + (xy 58.441404 145.294613) (xy 58.267152 145.16979) (xy 58.247116 145.156595) (xy 58.230189 145.146378) + (xy 58.209185 145.1348) (xy 58.01756 145.038776) (xy 57.995714 145.028882) (xy 57.995069 145.02862) + (xy 57.995053 145.028613) (xy 57.978079 145.021715) (xy 57.978072 145.021712) (xy 57.977397 145.021438) + (xy 57.976711 145.02119) (xy 57.955478 145.013518) (xy 57.95546 145.013512) (xy 57.954832 145.013285) + (xy 57.852683 144.980851) (xy 57.751195 144.948626) (xy 57.751186 144.948623) (xy 57.750533 144.948416) + (xy 57.749894 144.94824) (xy 57.749869 144.948233) (xy 57.728095 144.94225) (xy 57.727393 144.942057) + (xy 57.718902 144.940079) (xy 57.708825 144.937731) (xy 57.708808 144.937727) (xy 57.708141 144.937572) + (xy 57.68459 144.933052) (xy 57.586351 144.918168) (xy 57.472047 144.90085) (xy 57.472024 144.900847) + (xy 57.471437 144.900758) (xy 57.450583 144.898328) (xy 57.433335 144.896917) (xy 57.420438 144.896307) + (xy 57.41301 144.895955) (xy 57.412994 144.895955) (xy 57.41237 144.895925) (xy 57.304796 144.894536) + (xy 57.302917 144.894518) (xy 57.30129 144.894507) (xy 57.301167 144.894507) (xy 57.301127 144.894506) + (xy 57.299225 144.8945) (xy 51.700741 144.8945) (xy 51.698904 144.894506) (xy 51.697407 144.894515) + (xy 51.695614 144.894531) (xy 51.587996 144.89581) (xy 51.587378 144.895839) (xy 51.587369 144.895839) + (xy 51.567527 144.896762) (xy 51.567526 144.896762) (xy 51.566861 144.896793) (xy 51.549488 144.898206) + (xy 51.548866 144.898278) (xy 51.548849 144.89828) (xy 51.529547 144.900525) (xy 51.528489 144.900648) + (xy 51.527903 144.900737) (xy 51.527879 144.90074) (xy 51.31608 144.93283) (xy 51.316068 144.932832) + (xy 51.315382 144.932936) (xy 51.291835 144.937455) (xy 51.272582 144.94194) (xy 51.24944 144.948299) + (xy 51.248737 144.948522) (xy 51.248731 144.948524) (xy 51.045822 145.012951) (xy 51.045805 145.012957) + (xy 51.045124 145.013173) (xy 51.022558 145.021327) (xy 51.004241 145.028771) (xy 51.003549 145.029084) + (xy 51.003543 145.029087) (xy 50.983106 145.038343) (xy 50.983088 145.038351) (xy 50.982396 145.038665) + (xy 50.790754 145.134697) (xy 50.769749 145.146275) (xy 50.769159 145.146631) (xy 50.769154 145.146634) + (xy 50.768964 145.146749) (xy 50.752822 145.156492) (xy 50.752215 145.156892) (xy 50.733405 145.169278) + (xy 50.73338 145.169295) (xy 50.732785 145.169687) (xy 50.732195 145.170109) (xy 50.732177 145.170122) + (xy 50.732067 145.170201) (xy 50.558511 145.294526) (xy 50.539574 145.309249) (xy 50.524472 145.321973) + (xy 50.523967 145.322434) (xy 50.523954 145.322445) (xy 50.523816 145.322571) (xy 50.506749 145.338138) + (xy 50.506114 145.338765) (xy 50.354645 145.488213) (xy 50.354628 145.48823) (xy 50.354145 145.488707) + (xy 50.353672 145.489211) (xy 50.353665 145.489219) (xy 50.352523 145.490438) (xy 50.337741 145.506215) + (xy 50.33726 145.50677) (xy 50.330446 145.514641) (xy 50.286223 145.53927) (xy 50.236515 145.529712) + (xy 50.20458 145.490438) (xy 50.2005 145.466205) (xy 50.2005 144.2745) (xy 50.217813 144.226934) + (xy 50.26165 144.201624) (xy 50.2745 144.2005) (xy 59.7255 144.2005) + ) + ) + (filled_polygon + (layer "In1.Cu") + (pts + (xy 59.773066 144.217813) (xy 59.798376 144.26165) (xy 59.7995 144.2745) (xy 59.7995 157.7255) (xy 59.782187 157.773066) + (xy 59.73835 157.798376) (xy 59.7255 157.7995) (xy 50.2745 157.7995) (xy 50.226934 157.782187) (xy 50.201624 157.73835) + (xy 50.2005 157.7255) (xy 50.2005 155.836018) (xy 50.217813 155.788452) (xy 50.26165 155.763142) + (xy 50.3115 155.771932) (xy 50.319548 155.77731) (xy 50.403311 155.841584) (xy 50.403315 155.841586) + (xy 50.407159 155.844536) (xy 50.553238 155.905044) (xy 50.55804 155.905676) (xy 50.558043 155.905677) + (xy 50.644302 155.917033) (xy 50.670639 155.9205) (xy 51.549361 155.9205) (xy 51.575698 155.917033) + (xy 51.661957 155.905677) (xy 51.66196 155.905676) (xy 51.666762 155.905044) (xy 51.812841 155.844536) + (xy 51.816685 155.841586) (xy 51.816689 155.841584) (xy 51.934431 155.751237) (xy 51.938282 155.748282) + (xy 51.941237 155.744431) (xy 52.031584 155.626689) (xy 52.031586 155.626685) (xy 52.034536 155.622841) + (xy 52.095044 155.476762) (xy 52.115682 155.32) (xy 54.124318 155.32) (xy 54.144956 155.476762) + (xy 54.205464 155.622841) (xy 54.208414 155.626685) (xy 54.208416 155.626689) (xy 54.298763 155.744431) + (xy 54.301718 155.748282) (xy 54.305569 155.751237) (xy 54.423311 155.841584) (xy 54.423315 155.841586) + (xy 54.427159 155.844536) (xy 54.573238 155.905044) (xy 54.57804 155.905676) (xy 54.578043 155.905677) + (xy 54.664302 155.917033) (xy 54.690639 155.9205) (xy 55.869361 155.9205) (xy 55.895698 155.917033) + (xy 55.981957 155.905677) (xy 55.98196 155.905676) (xy 55.986762 155.905044) (xy 56.132841 155.844536) + (xy 56.136685 155.841586) (xy 56.136689 155.841584) (xy 56.254431 155.751237) (xy 56.258282 155.748282) + (xy 56.261237 155.744431) (xy 56.351584 155.626689) (xy 56.351586 155.626685) (xy 56.354536 155.622841) + (xy 56.415044 155.476762) (xy 56.435682 155.32) (xy 56.415044 155.163238) (xy 56.354536 155.017159) + (xy 56.351586 155.013315) (xy 56.351584 155.013311) (xy 56.261237 154.895569) (xy 56.258282 154.891718) + (xy 56.220452 154.86269) (xy 56.136689 154.798416) (xy 56.136685 154.798414) (xy 56.132841 154.795464) + (xy 55.986762 154.734956) (xy 55.98196 154.734324) (xy 55.981957 154.734323) (xy 55.895698 154.722967) + (xy 55.869361 154.7195) (xy 54.690639 154.7195) (xy 54.664302 154.722967) (xy 54.578043 154.734323) + (xy 54.57804 154.734324) (xy 54.573238 154.734956) (xy 54.427159 154.795464) (xy 54.423315 154.798414) + (xy 54.423311 154.798416) (xy 54.339548 154.86269) (xy 54.301718 154.891718) (xy 54.298763 154.895569) + (xy 54.208416 155.013311) (xy 54.208414 155.013315) (xy 54.205464 155.017159) (xy 54.144956 155.163238) + (xy 54.124318 155.32) (xy 52.115682 155.32) (xy 52.095044 155.163238) (xy 52.034536 155.017159) + (xy 52.031586 155.013315) (xy 52.031584 155.013311) (xy 51.941237 154.895569) (xy 51.938282 154.891718) + (xy 51.900452 154.86269) (xy 51.816689 154.798416) (xy 51.816685 154.798414) (xy 51.812841 154.795464) + (xy 51.666762 154.734956) (xy 51.66196 154.734324) (xy 51.661957 154.734323) (xy 51.575698 154.722967) + (xy 51.549361 154.7195) (xy 50.670639 154.7195) (xy 50.644302 154.722967) (xy 50.558043 154.734323) + (xy 50.55804 154.734324) (xy 50.553238 154.734956) (xy 50.407159 154.795464) (xy 50.403315 154.798414) + (xy 50.403311 154.798416) (xy 50.319548 154.86269) (xy 50.271272 154.877912) (xy 50.224506 154.85854) + (xy 50.201133 154.813641) (xy 50.2005 154.803982) (xy 50.2005 153.924891) (xy 54.24542 153.924891) + (xy 54.246417 153.929835) (xy 54.246417 153.929837) (xy 54.274236 154.0678) (xy 54.275233 154.072743) + (xy 54.343707 154.207132) (xy 54.387139 154.254364) (xy 54.442382 154.314441) (xy 54.442386 154.314444) + (xy 54.445799 154.318156) (xy 54.450085 154.320813) (xy 54.450088 154.320816) (xy 54.521843 154.365305) + (xy 54.573986 154.397635) (xy 54.644352 154.418079) (xy 54.715103 154.438634) (xy 54.715106 154.438635) + (xy 54.718825 154.439715) (xy 54.723697 154.440073) (xy 54.72816 154.440401) (xy 54.728174 154.440401) + (xy 54.729515 154.4405) (xy 54.837785 154.4405) (xy 54.949432 154.425206) (xy 55.087855 154.365305) + (xy 55.150667 154.314441) (xy 55.201151 154.27356) (xy 55.201153 154.273558) (xy 55.20507 154.270386) + (xy 55.233985 154.229699) (xy 55.289521 154.151553) (xy 55.289523 154.15155) (xy 55.292442 154.147442) + (xy 55.343533 154.005532) (xy 55.35458 153.855109) (xy 55.33832 153.774468) (xy 55.325764 153.7122) + (xy 55.325763 153.712198) (xy 55.324767 153.707257) (xy 55.256293 153.572868) (xy 55.195209 153.50644) + (xy 55.157618 153.465559) (xy 55.157614 153.465556) (xy 55.154201 153.461844) (xy 55.149915 153.459187) + (xy 55.149912 153.459184) (xy 55.068572 153.408752) (xy 55.026014 153.382365) (xy 54.931115 153.354794) + (xy 54.884897 153.341366) (xy 54.884894 153.341365) (xy 54.881175 153.340285) (xy 54.876303 153.339927) + (xy 54.87184 153.339599) (xy 54.871826 153.339599) (xy 54.870485 153.3395) (xy 54.762215 153.3395) + (xy 54.650568 153.354794) (xy 54.512145 153.414695) (xy 54.457206 153.459184) (xy 54.398849 153.50644) + (xy 54.398847 153.506442) (xy 54.39493 153.509614) (xy 54.392008 153.513726) (xy 54.310479 153.628447) + (xy 54.310477 153.62845) (xy 54.307558 153.632558) (xy 54.256467 153.774468) (xy 54.24542 153.924891) + (xy 50.2005 153.924891) (xy 50.2005 151) (xy 57.694508 151) (xy 57.695419 151.005752) (xy 57.713442 151.119549) + (xy 57.713443 151.119552) (xy 57.714354 151.125304) (xy 57.716999 151.130495) (xy 57.717 151.130498) + (xy 57.769304 151.23315) (xy 57.769306 151.233152) (xy 57.77195 151.238342) (xy 57.861658 151.32805) + (xy 57.866848 151.330694) (xy 57.86685 151.330696) (xy 57.969502 151.383) (xy 57.969505 151.383001) + (xy 57.974696 151.385646) (xy 57.980448 151.386557) (xy 57.980451 151.386558) (xy 58.094248 151.404581) + (xy 58.1 151.405492) (xy 58.105752 151.404581) (xy 58.219549 151.386558) (xy 58.219552 151.386557) + (xy 58.225304 151.385646) (xy 58.230495 151.383001) (xy 58.230498 151.383) (xy 58.33315 151.330696) + (xy 58.333152 151.330694) (xy 58.338342 151.32805) (xy 58.42805 151.238342) (xy 58.430694 151.233152) + (xy 58.430696 151.23315) (xy 58.483 151.130498) (xy 58.483001 151.130495) (xy 58.485646 151.125304) + (xy 58.486557 151.119552) (xy 58.486558 151.119549) (xy 58.504581 151.005752) (xy 58.505492 151) + (xy 58.504581 150.994248) (xy 58.486558 150.880451) (xy 58.486557 150.880448) (xy 58.485646 150.874696) + (xy 58.483 150.869502) (xy 58.430696 150.76685) (xy 58.430694 150.766848) (xy 58.42805 150.761658) + (xy 58.338342 150.67195) (xy 58.333152 150.669306) (xy 58.33315 150.669304) (xy 58.230498 150.617) + (xy 58.230495 150.616999) (xy 58.225304 150.614354) (xy 58.219552 150.613443) (xy 58.219549 150.613442) + (xy 58.105752 150.595419) (xy 58.1 150.594508) (xy 58.094248 150.595419) (xy 57.980451 150.613442) + (xy 57.980448 150.613443) (xy 57.974696 150.614354) (xy 57.969505 150.616999) (xy 57.969502 150.617) + (xy 57.86685 150.669304) (xy 57.866848 150.669306) (xy 57.861658 150.67195) (xy 57.77195 150.761658) + (xy 57.769306 150.766848) (xy 57.769304 150.76685) (xy 57.717 150.869502) (xy 57.714354 150.874696) + (xy 57.713443 150.880448) (xy 57.713442 150.880451) (xy 57.695419 150.994248) (xy 57.694508 151) + (xy 50.2005 151) (xy 50.2005 148.144891) (xy 54.24542 148.144891) (xy 54.246417 148.149835) (xy 54.246417 148.149837) + (xy 54.274236 148.2878) (xy 54.275233 148.292743) (xy 54.343707 148.427132) (xy 54.387139 148.474364) + (xy 54.442382 148.534441) (xy 54.442386 148.534444) (xy 54.445799 148.538156) (xy 54.450085 148.540813) + (xy 54.450088 148.540816) (xy 54.521843 148.585305) (xy 54.573986 148.617635) (xy 54.644352 148.638079) + (xy 54.715103 148.658634) (xy 54.715106 148.658635) (xy 54.718825 148.659715) (xy 54.723697 148.660073) + (xy 54.72816 148.660401) (xy 54.728174 148.660401) (xy 54.729515 148.6605) (xy 54.837785 148.6605) + (xy 54.949432 148.645206) (xy 55.087855 148.585305) (xy 55.150667 148.534441) (xy 55.201151 148.49356) + (xy 55.201153 148.493558) (xy 55.20507 148.490386) (xy 55.233985 148.449699) (xy 55.289521 148.371553) + (xy 55.289523 148.37155) (xy 55.292442 148.367442) (xy 55.343533 148.225532) (xy 55.35458 148.075109) + (xy 55.33832 147.994468) (xy 55.325764 147.9322) (xy 55.325763 147.932198) (xy 55.324767 147.927257) + (xy 55.256293 147.792868) (xy 55.195209 147.72644) (xy 55.157618 147.685559) (xy 55.157614 147.685556) + (xy 55.154201 147.681844) (xy 55.149915 147.679187) (xy 55.149912 147.679184) (xy 55.068572 147.628752) + (xy 55.026014 147.602365) (xy 54.931115 147.574794) (xy 54.884897 147.561366) (xy 54.884894 147.561365) + (xy 54.881175 147.560285) (xy 54.876303 147.559927) (xy 54.87184 147.559599) (xy 54.871826 147.559599) + (xy 54.870485 147.5595) (xy 54.762215 147.5595) (xy 54.650568 147.574794) (xy 54.512145 147.634695) + (xy 54.457206 147.679184) (xy 54.398849 147.72644) (xy 54.398847 147.726442) (xy 54.39493 147.729614) + (xy 54.392008 147.733726) (xy 54.310479 147.848447) (xy 54.310477 147.84845) (xy 54.307558 147.852558) + (xy 54.256467 147.994468) (xy 54.24542 148.144891) (xy 50.2005 148.144891) (xy 50.2005 147.196018) + (xy 50.217813 147.148452) (xy 50.26165 147.123142) (xy 50.3115 147.131932) (xy 50.319548 147.13731) + (xy 50.403311 147.201584) (xy 50.403315 147.201586) (xy 50.407159 147.204536) (xy 50.553238 147.265044) + (xy 50.55804 147.265676) (xy 50.558043 147.265677) (xy 50.644302 147.277033) (xy 50.670639 147.2805) + (xy 51.549361 147.2805) (xy 51.575698 147.277033) (xy 51.661957 147.265677) (xy 51.66196 147.265676) + (xy 51.666762 147.265044) (xy 51.812841 147.204536) (xy 51.816685 147.201586) (xy 51.816689 147.201584) + (xy 51.934431 147.111237) (xy 51.938282 147.108282) (xy 51.941237 147.104431) (xy 52.031584 146.986689) + (xy 52.031586 146.986685) (xy 52.034536 146.982841) (xy 52.095044 146.836762) (xy 52.115682 146.68) + (xy 54.124318 146.68) (xy 54.144956 146.836762) (xy 54.205464 146.982841) (xy 54.208414 146.986685) + (xy 54.208416 146.986689) (xy 54.298763 147.104431) (xy 54.301718 147.108282) (xy 54.305569 147.111237) + (xy 54.423311 147.201584) (xy 54.423315 147.201586) (xy 54.427159 147.204536) (xy 54.573238 147.265044) + (xy 54.57804 147.265676) (xy 54.578043 147.265677) (xy 54.664302 147.277033) (xy 54.690639 147.2805) + (xy 55.869361 147.2805) (xy 55.895698 147.277033) (xy 55.981957 147.265677) (xy 55.98196 147.265676) + (xy 55.986762 147.265044) (xy 56.132841 147.204536) (xy 56.136685 147.201586) (xy 56.136689 147.201584) + (xy 56.254431 147.111237) (xy 56.258282 147.108282) (xy 56.261237 147.104431) (xy 56.351584 146.986689) + (xy 56.351586 146.986685) (xy 56.354536 146.982841) (xy 56.415044 146.836762) (xy 56.435682 146.68) + (xy 56.415044 146.523238) (xy 56.354536 146.377159) (xy 56.351586 146.373315) (xy 56.351584 146.373311) + (xy 56.261237 146.255569) (xy 56.258282 146.251718) (xy 56.220452 146.22269) (xy 56.136689 146.158416) + (xy 56.136685 146.158414) (xy 56.132841 146.155464) (xy 55.986762 146.094956) (xy 55.98196 146.094324) + (xy 55.981957 146.094323) (xy 55.895698 146.082967) (xy 55.869361 146.0795) (xy 54.690639 146.0795) + (xy 54.664302 146.082967) (xy 54.578043 146.094323) (xy 54.57804 146.094324) (xy 54.573238 146.094956) + (xy 54.427159 146.155464) (xy 54.423315 146.158414) (xy 54.423311 146.158416) (xy 54.339548 146.22269) + (xy 54.301718 146.251718) (xy 54.298763 146.255569) (xy 54.208416 146.373311) (xy 54.208414 146.373315) + (xy 54.205464 146.377159) (xy 54.144956 146.523238) (xy 54.124318 146.68) (xy 52.115682 146.68) + (xy 52.095044 146.523238) (xy 52.034536 146.377159) (xy 52.031586 146.373315) (xy 52.031584 146.373311) + (xy 51.941237 146.255569) (xy 51.938282 146.251718) (xy 51.900452 146.22269) (xy 51.816689 146.158416) + (xy 51.816685 146.158414) (xy 51.812841 146.155464) (xy 51.666762 146.094956) (xy 51.66196 146.094324) + (xy 51.661957 146.094323) (xy 51.575698 146.082967) (xy 51.549361 146.0795) (xy 50.670639 146.0795) + (xy 50.644302 146.082967) (xy 50.558043 146.094323) (xy 50.55804 146.094324) (xy 50.553238 146.094956) + (xy 50.407159 146.155464) (xy 50.403315 146.158414) (xy 50.403311 146.158416) (xy 50.319548 146.22269) + (xy 50.271272 146.237912) (xy 50.224506 146.21854) (xy 50.201133 146.173641) (xy 50.2005 146.163982) + (xy 50.2005 144.2745) (xy 50.217813 144.226934) (xy 50.26165 144.201624) (xy 50.2745 144.2005) (xy 59.7255 144.2005) + ) + ) + (filled_polygon + (layer "In2.Cu") + (pts + (xy 59.773066 144.217813) (xy 59.798376 144.26165) (xy 59.7995 144.2745) (xy 59.7995 157.7255) (xy 59.782187 157.773066) + (xy 59.73835 157.798376) (xy 59.7255 157.7995) (xy 50.2745 157.7995) (xy 50.226934 157.782187) (xy 50.201624 157.73835) + (xy 50.2005 157.7255) (xy 50.2005 155.836018) (xy 50.217813 155.788452) (xy 50.26165 155.763142) + (xy 50.3115 155.771932) (xy 50.319548 155.77731) (xy 50.403311 155.841584) (xy 50.403315 155.841586) + (xy 50.407159 155.844536) (xy 50.553238 155.905044) (xy 50.55804 155.905676) (xy 50.558043 155.905677) + (xy 50.644302 155.917033) (xy 50.670639 155.9205) (xy 51.549361 155.9205) (xy 51.575698 155.917033) + (xy 51.661957 155.905677) (xy 51.66196 155.905676) (xy 51.666762 155.905044) (xy 51.812841 155.844536) + (xy 51.816685 155.841586) (xy 51.816689 155.841584) (xy 51.934431 155.751237) (xy 51.938282 155.748282) + (xy 51.941237 155.744431) (xy 52.031584 155.626689) (xy 52.031586 155.626685) (xy 52.034536 155.622841) + (xy 52.095044 155.476762) (xy 52.115682 155.32) (xy 54.124318 155.32) (xy 54.144956 155.476762) + (xy 54.205464 155.622841) (xy 54.208414 155.626685) (xy 54.208416 155.626689) (xy 54.298763 155.744431) + (xy 54.301718 155.748282) (xy 54.305569 155.751237) (xy 54.423311 155.841584) (xy 54.423315 155.841586) + (xy 54.427159 155.844536) (xy 54.573238 155.905044) (xy 54.57804 155.905676) (xy 54.578043 155.905677) + (xy 54.664302 155.917033) (xy 54.690639 155.9205) (xy 55.869361 155.9205) (xy 55.895698 155.917033) + (xy 55.981957 155.905677) (xy 55.98196 155.905676) (xy 55.986762 155.905044) (xy 56.132841 155.844536) + (xy 56.136685 155.841586) (xy 56.136689 155.841584) (xy 56.254431 155.751237) (xy 56.258282 155.748282) + (xy 56.261237 155.744431) (xy 56.351584 155.626689) (xy 56.351586 155.626685) (xy 56.354536 155.622841) + (xy 56.415044 155.476762) (xy 56.435682 155.32) (xy 56.415044 155.163238) (xy 56.354536 155.017159) + (xy 56.351586 155.013315) (xy 56.351584 155.013311) (xy 56.261237 154.895569) (xy 56.258282 154.891718) + (xy 56.220452 154.86269) (xy 56.136689 154.798416) (xy 56.136685 154.798414) (xy 56.132841 154.795464) + (xy 55.986762 154.734956) (xy 55.98196 154.734324) (xy 55.981957 154.734323) (xy 55.895698 154.722967) + (xy 55.869361 154.7195) (xy 54.690639 154.7195) (xy 54.664302 154.722967) (xy 54.578043 154.734323) + (xy 54.57804 154.734324) (xy 54.573238 154.734956) (xy 54.427159 154.795464) (xy 54.423315 154.798414) + (xy 54.423311 154.798416) (xy 54.339548 154.86269) (xy 54.301718 154.891718) (xy 54.298763 154.895569) + (xy 54.208416 155.013311) (xy 54.208414 155.013315) (xy 54.205464 155.017159) (xy 54.144956 155.163238) + (xy 54.124318 155.32) (xy 52.115682 155.32) (xy 52.095044 155.163238) (xy 52.034536 155.017159) + (xy 52.031586 155.013315) (xy 52.031584 155.013311) (xy 51.941237 154.895569) (xy 51.938282 154.891718) + (xy 51.900452 154.86269) (xy 51.816689 154.798416) (xy 51.816685 154.798414) (xy 51.812841 154.795464) + (xy 51.666762 154.734956) (xy 51.66196 154.734324) (xy 51.661957 154.734323) (xy 51.575698 154.722967) + (xy 51.549361 154.7195) (xy 50.670639 154.7195) (xy 50.644302 154.722967) (xy 50.558043 154.734323) + (xy 50.55804 154.734324) (xy 50.553238 154.734956) (xy 50.407159 154.795464) (xy 50.403315 154.798414) + (xy 50.403311 154.798416) (xy 50.319548 154.86269) (xy 50.271272 154.877912) (xy 50.224506 154.85854) + (xy 50.201133 154.813641) (xy 50.2005 154.803982) (xy 50.2005 153.924891) (xy 54.24542 153.924891) + (xy 54.246417 153.929835) (xy 54.246417 153.929837) (xy 54.274236 154.0678) (xy 54.275233 154.072743) + (xy 54.343707 154.207132) (xy 54.387139 154.254364) (xy 54.442382 154.314441) (xy 54.442386 154.314444) + (xy 54.445799 154.318156) (xy 54.450085 154.320813) (xy 54.450088 154.320816) (xy 54.521843 154.365305) + (xy 54.573986 154.397635) (xy 54.644352 154.418079) (xy 54.715103 154.438634) (xy 54.715106 154.438635) + (xy 54.718825 154.439715) (xy 54.723697 154.440073) (xy 54.72816 154.440401) (xy 54.728174 154.440401) + (xy 54.729515 154.4405) (xy 54.837785 154.4405) (xy 54.949432 154.425206) (xy 55.087855 154.365305) + (xy 55.150667 154.314441) (xy 55.201151 154.27356) (xy 55.201153 154.273558) (xy 55.20507 154.270386) + (xy 55.233985 154.229699) (xy 55.289521 154.151553) (xy 55.289523 154.15155) (xy 55.292442 154.147442) + (xy 55.343533 154.005532) (xy 55.35458 153.855109) (xy 55.33832 153.774468) (xy 55.325764 153.7122) + (xy 55.325763 153.712198) (xy 55.324767 153.707257) (xy 55.256293 153.572868) (xy 55.195209 153.50644) + (xy 55.157618 153.465559) (xy 55.157614 153.465556) (xy 55.154201 153.461844) (xy 55.149915 153.459187) + (xy 55.149912 153.459184) (xy 55.068572 153.408752) (xy 55.026014 153.382365) (xy 54.931115 153.354794) + (xy 54.884897 153.341366) (xy 54.884894 153.341365) (xy 54.881175 153.340285) (xy 54.876303 153.339927) + (xy 54.87184 153.339599) (xy 54.871826 153.339599) (xy 54.870485 153.3395) (xy 54.762215 153.3395) + (xy 54.650568 153.354794) (xy 54.512145 153.414695) (xy 54.457206 153.459184) (xy 54.398849 153.50644) + (xy 54.398847 153.506442) (xy 54.39493 153.509614) (xy 54.392008 153.513726) (xy 54.310479 153.628447) + (xy 54.310477 153.62845) (xy 54.307558 153.632558) (xy 54.256467 153.774468) (xy 54.24542 153.924891) + (xy 50.2005 153.924891) (xy 50.2005 151) (xy 57.694508 151) (xy 57.695419 151.005752) (xy 57.713442 151.119549) + (xy 57.713443 151.119552) (xy 57.714354 151.125304) (xy 57.716999 151.130495) (xy 57.717 151.130498) + (xy 57.769304 151.23315) (xy 57.769306 151.233152) (xy 57.77195 151.238342) (xy 57.861658 151.32805) + (xy 57.866848 151.330694) (xy 57.86685 151.330696) (xy 57.969502 151.383) (xy 57.969505 151.383001) + (xy 57.974696 151.385646) (xy 57.980448 151.386557) (xy 57.980451 151.386558) (xy 58.094248 151.404581) + (xy 58.1 151.405492) (xy 58.105752 151.404581) (xy 58.219549 151.386558) (xy 58.219552 151.386557) + (xy 58.225304 151.385646) (xy 58.230495 151.383001) (xy 58.230498 151.383) (xy 58.33315 151.330696) + (xy 58.333152 151.330694) (xy 58.338342 151.32805) (xy 58.42805 151.238342) (xy 58.430694 151.233152) + (xy 58.430696 151.23315) (xy 58.483 151.130498) (xy 58.483001 151.130495) (xy 58.485646 151.125304) + (xy 58.486557 151.119552) (xy 58.486558 151.119549) (xy 58.504581 151.005752) (xy 58.505492 151) + (xy 58.504581 150.994248) (xy 58.486558 150.880451) (xy 58.486557 150.880448) (xy 58.485646 150.874696) + (xy 58.483 150.869502) (xy 58.430696 150.76685) (xy 58.430694 150.766848) (xy 58.42805 150.761658) + (xy 58.338342 150.67195) (xy 58.333152 150.669306) (xy 58.33315 150.669304) (xy 58.230498 150.617) + (xy 58.230495 150.616999) (xy 58.225304 150.614354) (xy 58.219552 150.613443) (xy 58.219549 150.613442) + (xy 58.105752 150.595419) (xy 58.1 150.594508) (xy 58.094248 150.595419) (xy 57.980451 150.613442) + (xy 57.980448 150.613443) (xy 57.974696 150.614354) (xy 57.969505 150.616999) (xy 57.969502 150.617) + (xy 57.86685 150.669304) (xy 57.866848 150.669306) (xy 57.861658 150.67195) (xy 57.77195 150.761658) + (xy 57.769306 150.766848) (xy 57.769304 150.76685) (xy 57.717 150.869502) (xy 57.714354 150.874696) + (xy 57.713443 150.880448) (xy 57.713442 150.880451) (xy 57.695419 150.994248) (xy 57.694508 151) + (xy 50.2005 151) (xy 50.2005 148.144891) (xy 54.24542 148.144891) (xy 54.246417 148.149835) (xy 54.246417 148.149837) + (xy 54.274236 148.2878) (xy 54.275233 148.292743) (xy 54.343707 148.427132) (xy 54.387139 148.474364) + (xy 54.442382 148.534441) (xy 54.442386 148.534444) (xy 54.445799 148.538156) (xy 54.450085 148.540813) + (xy 54.450088 148.540816) (xy 54.521843 148.585305) (xy 54.573986 148.617635) (xy 54.644352 148.638079) + (xy 54.715103 148.658634) (xy 54.715106 148.658635) (xy 54.718825 148.659715) (xy 54.723697 148.660073) + (xy 54.72816 148.660401) (xy 54.728174 148.660401) (xy 54.729515 148.6605) (xy 54.837785 148.6605) + (xy 54.949432 148.645206) (xy 55.087855 148.585305) (xy 55.150667 148.534441) (xy 55.201151 148.49356) + (xy 55.201153 148.493558) (xy 55.20507 148.490386) (xy 55.233985 148.449699) (xy 55.289521 148.371553) + (xy 55.289523 148.37155) (xy 55.292442 148.367442) (xy 55.343533 148.225532) (xy 55.35458 148.075109) + (xy 55.33832 147.994468) (xy 55.325764 147.9322) (xy 55.325763 147.932198) (xy 55.324767 147.927257) + (xy 55.256293 147.792868) (xy 55.195209 147.72644) (xy 55.157618 147.685559) (xy 55.157614 147.685556) + (xy 55.154201 147.681844) (xy 55.149915 147.679187) (xy 55.149912 147.679184) (xy 55.068572 147.628752) + (xy 55.026014 147.602365) (xy 54.931115 147.574794) (xy 54.884897 147.561366) (xy 54.884894 147.561365) + (xy 54.881175 147.560285) (xy 54.876303 147.559927) (xy 54.87184 147.559599) (xy 54.871826 147.559599) + (xy 54.870485 147.5595) (xy 54.762215 147.5595) (xy 54.650568 147.574794) (xy 54.512145 147.634695) + (xy 54.457206 147.679184) (xy 54.398849 147.72644) (xy 54.398847 147.726442) (xy 54.39493 147.729614) + (xy 54.392008 147.733726) (xy 54.310479 147.848447) (xy 54.310477 147.84845) (xy 54.307558 147.852558) + (xy 54.256467 147.994468) (xy 54.24542 148.144891) (xy 50.2005 148.144891) (xy 50.2005 147.196018) + (xy 50.217813 147.148452) (xy 50.26165 147.123142) (xy 50.3115 147.131932) (xy 50.319548 147.13731) + (xy 50.403311 147.201584) (xy 50.403315 147.201586) (xy 50.407159 147.204536) (xy 50.553238 147.265044) + (xy 50.55804 147.265676) (xy 50.558043 147.265677) (xy 50.644302 147.277033) (xy 50.670639 147.2805) + (xy 51.549361 147.2805) (xy 51.575698 147.277033) (xy 51.661957 147.265677) (xy 51.66196 147.265676) + (xy 51.666762 147.265044) (xy 51.812841 147.204536) (xy 51.816685 147.201586) (xy 51.816689 147.201584) + (xy 51.934431 147.111237) (xy 51.938282 147.108282) (xy 51.941237 147.104431) (xy 52.031584 146.986689) + (xy 52.031586 146.986685) (xy 52.034536 146.982841) (xy 52.095044 146.836762) (xy 52.115682 146.68) + (xy 54.124318 146.68) (xy 54.144956 146.836762) (xy 54.205464 146.982841) (xy 54.208414 146.986685) + (xy 54.208416 146.986689) (xy 54.298763 147.104431) (xy 54.301718 147.108282) (xy 54.305569 147.111237) + (xy 54.423311 147.201584) (xy 54.423315 147.201586) (xy 54.427159 147.204536) (xy 54.573238 147.265044) + (xy 54.57804 147.265676) (xy 54.578043 147.265677) (xy 54.664302 147.277033) (xy 54.690639 147.2805) + (xy 55.869361 147.2805) (xy 55.895698 147.277033) (xy 55.981957 147.265677) (xy 55.98196 147.265676) + (xy 55.986762 147.265044) (xy 56.132841 147.204536) (xy 56.136685 147.201586) (xy 56.136689 147.201584) + (xy 56.254431 147.111237) (xy 56.258282 147.108282) (xy 56.261237 147.104431) (xy 56.351584 146.986689) + (xy 56.351586 146.986685) (xy 56.354536 146.982841) (xy 56.415044 146.836762) (xy 56.435682 146.68) + (xy 56.415044 146.523238) (xy 56.354536 146.377159) (xy 56.351586 146.373315) (xy 56.351584 146.373311) + (xy 56.261237 146.255569) (xy 56.258282 146.251718) (xy 56.220452 146.22269) (xy 56.136689 146.158416) + (xy 56.136685 146.158414) (xy 56.132841 146.155464) (xy 55.986762 146.094956) (xy 55.98196 146.094324) + (xy 55.981957 146.094323) (xy 55.895698 146.082967) (xy 55.869361 146.0795) (xy 54.690639 146.0795) + (xy 54.664302 146.082967) (xy 54.578043 146.094323) (xy 54.57804 146.094324) (xy 54.573238 146.094956) + (xy 54.427159 146.155464) (xy 54.423315 146.158414) (xy 54.423311 146.158416) (xy 54.339548 146.22269) + (xy 54.301718 146.251718) (xy 54.298763 146.255569) (xy 54.208416 146.373311) (xy 54.208414 146.373315) + (xy 54.205464 146.377159) (xy 54.144956 146.523238) (xy 54.124318 146.68) (xy 52.115682 146.68) + (xy 52.095044 146.523238) (xy 52.034536 146.377159) (xy 52.031586 146.373315) (xy 52.031584 146.373311) + (xy 51.941237 146.255569) (xy 51.938282 146.251718) (xy 51.900452 146.22269) (xy 51.816689 146.158416) + (xy 51.816685 146.158414) (xy 51.812841 146.155464) (xy 51.666762 146.094956) (xy 51.66196 146.094324) + (xy 51.661957 146.094323) (xy 51.575698 146.082967) (xy 51.549361 146.0795) (xy 50.670639 146.0795) + (xy 50.644302 146.082967) (xy 50.558043 146.094323) (xy 50.55804 146.094324) (xy 50.553238 146.094956) + (xy 50.407159 146.155464) (xy 50.403315 146.158414) (xy 50.403311 146.158416) (xy 50.319548 146.22269) + (xy 50.271272 146.237912) (xy 50.224506 146.21854) (xy 50.201133 146.173641) (xy 50.2005 146.163982) + (xy 50.2005 144.2745) (xy 50.217813 144.226934) (xy 50.26165 144.201624) (xy 50.2745 144.2005) (xy 59.7255 144.2005) + ) + ) + (filled_polygon + (layer "In3.Cu") + (pts + (xy 59.773066 144.217813) (xy 59.798376 144.26165) (xy 59.7995 144.2745) (xy 59.7995 157.7255) (xy 59.782187 157.773066) + (xy 59.73835 157.798376) (xy 59.7255 157.7995) (xy 50.2745 157.7995) (xy 50.226934 157.782187) (xy 50.201624 157.73835) + (xy 50.2005 157.7255) (xy 50.2005 155.836018) (xy 50.217813 155.788452) (xy 50.26165 155.763142) + (xy 50.3115 155.771932) (xy 50.319548 155.77731) (xy 50.403311 155.841584) (xy 50.403315 155.841586) + (xy 50.407159 155.844536) (xy 50.553238 155.905044) (xy 50.55804 155.905676) (xy 50.558043 155.905677) + (xy 50.644302 155.917033) (xy 50.670639 155.9205) (xy 51.549361 155.9205) (xy 51.575698 155.917033) + (xy 51.661957 155.905677) (xy 51.66196 155.905676) (xy 51.666762 155.905044) (xy 51.812841 155.844536) + (xy 51.816685 155.841586) (xy 51.816689 155.841584) (xy 51.934431 155.751237) (xy 51.938282 155.748282) + (xy 51.941237 155.744431) (xy 52.031584 155.626689) (xy 52.031586 155.626685) (xy 52.034536 155.622841) + (xy 52.095044 155.476762) (xy 52.115682 155.32) (xy 54.124318 155.32) (xy 54.144956 155.476762) + (xy 54.205464 155.622841) (xy 54.208414 155.626685) (xy 54.208416 155.626689) (xy 54.298763 155.744431) + (xy 54.301718 155.748282) (xy 54.305569 155.751237) (xy 54.423311 155.841584) (xy 54.423315 155.841586) + (xy 54.427159 155.844536) (xy 54.573238 155.905044) (xy 54.57804 155.905676) (xy 54.578043 155.905677) + (xy 54.664302 155.917033) (xy 54.690639 155.9205) (xy 55.869361 155.9205) (xy 55.895698 155.917033) + (xy 55.981957 155.905677) (xy 55.98196 155.905676) (xy 55.986762 155.905044) (xy 56.132841 155.844536) + (xy 56.136685 155.841586) (xy 56.136689 155.841584) (xy 56.254431 155.751237) (xy 56.258282 155.748282) + (xy 56.261237 155.744431) (xy 56.351584 155.626689) (xy 56.351586 155.626685) (xy 56.354536 155.622841) + (xy 56.415044 155.476762) (xy 56.435682 155.32) (xy 56.415044 155.163238) (xy 56.354536 155.017159) + (xy 56.351586 155.013315) (xy 56.351584 155.013311) (xy 56.261237 154.895569) (xy 56.258282 154.891718) + (xy 56.220452 154.86269) (xy 56.136689 154.798416) (xy 56.136685 154.798414) (xy 56.132841 154.795464) + (xy 55.986762 154.734956) (xy 55.98196 154.734324) (xy 55.981957 154.734323) (xy 55.895698 154.722967) + (xy 55.869361 154.7195) (xy 54.690639 154.7195) (xy 54.664302 154.722967) (xy 54.578043 154.734323) + (xy 54.57804 154.734324) (xy 54.573238 154.734956) (xy 54.427159 154.795464) (xy 54.423315 154.798414) + (xy 54.423311 154.798416) (xy 54.339548 154.86269) (xy 54.301718 154.891718) (xy 54.298763 154.895569) + (xy 54.208416 155.013311) (xy 54.208414 155.013315) (xy 54.205464 155.017159) (xy 54.144956 155.163238) + (xy 54.124318 155.32) (xy 52.115682 155.32) (xy 52.095044 155.163238) (xy 52.034536 155.017159) + (xy 52.031586 155.013315) (xy 52.031584 155.013311) (xy 51.941237 154.895569) (xy 51.938282 154.891718) + (xy 51.900452 154.86269) (xy 51.816689 154.798416) (xy 51.816685 154.798414) (xy 51.812841 154.795464) + (xy 51.666762 154.734956) (xy 51.66196 154.734324) (xy 51.661957 154.734323) (xy 51.575698 154.722967) + (xy 51.549361 154.7195) (xy 50.670639 154.7195) (xy 50.644302 154.722967) (xy 50.558043 154.734323) + (xy 50.55804 154.734324) (xy 50.553238 154.734956) (xy 50.407159 154.795464) (xy 50.403315 154.798414) + (xy 50.403311 154.798416) (xy 50.319548 154.86269) (xy 50.271272 154.877912) (xy 50.224506 154.85854) + (xy 50.201133 154.813641) (xy 50.2005 154.803982) (xy 50.2005 153.924891) (xy 54.24542 153.924891) + (xy 54.246417 153.929835) (xy 54.246417 153.929837) (xy 54.274236 154.0678) (xy 54.275233 154.072743) + (xy 54.343707 154.207132) (xy 54.387139 154.254364) (xy 54.442382 154.314441) (xy 54.442386 154.314444) + (xy 54.445799 154.318156) (xy 54.450085 154.320813) (xy 54.450088 154.320816) (xy 54.521843 154.365305) + (xy 54.573986 154.397635) (xy 54.644352 154.418079) (xy 54.715103 154.438634) (xy 54.715106 154.438635) + (xy 54.718825 154.439715) (xy 54.723697 154.440073) (xy 54.72816 154.440401) (xy 54.728174 154.440401) + (xy 54.729515 154.4405) (xy 54.837785 154.4405) (xy 54.949432 154.425206) (xy 55.087855 154.365305) + (xy 55.150667 154.314441) (xy 55.201151 154.27356) (xy 55.201153 154.273558) (xy 55.20507 154.270386) + (xy 55.233985 154.229699) (xy 55.289521 154.151553) (xy 55.289523 154.15155) (xy 55.292442 154.147442) + (xy 55.343533 154.005532) (xy 55.35458 153.855109) (xy 55.33832 153.774468) (xy 55.325764 153.7122) + (xy 55.325763 153.712198) (xy 55.324767 153.707257) (xy 55.256293 153.572868) (xy 55.195209 153.50644) + (xy 55.157618 153.465559) (xy 55.157614 153.465556) (xy 55.154201 153.461844) (xy 55.149915 153.459187) + (xy 55.149912 153.459184) (xy 55.068572 153.408752) (xy 55.026014 153.382365) (xy 54.931115 153.354794) + (xy 54.884897 153.341366) (xy 54.884894 153.341365) (xy 54.881175 153.340285) (xy 54.876303 153.339927) + (xy 54.87184 153.339599) (xy 54.871826 153.339599) (xy 54.870485 153.3395) (xy 54.762215 153.3395) + (xy 54.650568 153.354794) (xy 54.512145 153.414695) (xy 54.457206 153.459184) (xy 54.398849 153.50644) + (xy 54.398847 153.506442) (xy 54.39493 153.509614) (xy 54.392008 153.513726) (xy 54.310479 153.628447) + (xy 54.310477 153.62845) (xy 54.307558 153.632558) (xy 54.256467 153.774468) (xy 54.24542 153.924891) + (xy 50.2005 153.924891) (xy 50.2005 151) (xy 57.694508 151) (xy 57.695419 151.005752) (xy 57.713442 151.119549) + (xy 57.713443 151.119552) (xy 57.714354 151.125304) (xy 57.716999 151.130495) (xy 57.717 151.130498) + (xy 57.769304 151.23315) (xy 57.769306 151.233152) (xy 57.77195 151.238342) (xy 57.861658 151.32805) + (xy 57.866848 151.330694) (xy 57.86685 151.330696) (xy 57.969502 151.383) (xy 57.969505 151.383001) + (xy 57.974696 151.385646) (xy 57.980448 151.386557) (xy 57.980451 151.386558) (xy 58.094248 151.404581) + (xy 58.1 151.405492) (xy 58.105752 151.404581) (xy 58.219549 151.386558) (xy 58.219552 151.386557) + (xy 58.225304 151.385646) (xy 58.230495 151.383001) (xy 58.230498 151.383) (xy 58.33315 151.330696) + (xy 58.333152 151.330694) (xy 58.338342 151.32805) (xy 58.42805 151.238342) (xy 58.430694 151.233152) + (xy 58.430696 151.23315) (xy 58.483 151.130498) (xy 58.483001 151.130495) (xy 58.485646 151.125304) + (xy 58.486557 151.119552) (xy 58.486558 151.119549) (xy 58.504581 151.005752) (xy 58.505492 151) + (xy 58.504581 150.994248) (xy 58.486558 150.880451) (xy 58.486557 150.880448) (xy 58.485646 150.874696) + (xy 58.483 150.869502) (xy 58.430696 150.76685) (xy 58.430694 150.766848) (xy 58.42805 150.761658) + (xy 58.338342 150.67195) (xy 58.333152 150.669306) (xy 58.33315 150.669304) (xy 58.230498 150.617) + (xy 58.230495 150.616999) (xy 58.225304 150.614354) (xy 58.219552 150.613443) (xy 58.219549 150.613442) + (xy 58.105752 150.595419) (xy 58.1 150.594508) (xy 58.094248 150.595419) (xy 57.980451 150.613442) + (xy 57.980448 150.613443) (xy 57.974696 150.614354) (xy 57.969505 150.616999) (xy 57.969502 150.617) + (xy 57.86685 150.669304) (xy 57.866848 150.669306) (xy 57.861658 150.67195) (xy 57.77195 150.761658) + (xy 57.769306 150.766848) (xy 57.769304 150.76685) (xy 57.717 150.869502) (xy 57.714354 150.874696) + (xy 57.713443 150.880448) (xy 57.713442 150.880451) (xy 57.695419 150.994248) (xy 57.694508 151) + (xy 50.2005 151) (xy 50.2005 148.144891) (xy 54.24542 148.144891) (xy 54.246417 148.149835) (xy 54.246417 148.149837) + (xy 54.274236 148.2878) (xy 54.275233 148.292743) (xy 54.343707 148.427132) (xy 54.387139 148.474364) + (xy 54.442382 148.534441) (xy 54.442386 148.534444) (xy 54.445799 148.538156) (xy 54.450085 148.540813) + (xy 54.450088 148.540816) (xy 54.521843 148.585305) (xy 54.573986 148.617635) (xy 54.644352 148.638079) + (xy 54.715103 148.658634) (xy 54.715106 148.658635) (xy 54.718825 148.659715) (xy 54.723697 148.660073) + (xy 54.72816 148.660401) (xy 54.728174 148.660401) (xy 54.729515 148.6605) (xy 54.837785 148.6605) + (xy 54.949432 148.645206) (xy 55.087855 148.585305) (xy 55.150667 148.534441) (xy 55.201151 148.49356) + (xy 55.201153 148.493558) (xy 55.20507 148.490386) (xy 55.233985 148.449699) (xy 55.289521 148.371553) + (xy 55.289523 148.37155) (xy 55.292442 148.367442) (xy 55.343533 148.225532) (xy 55.35458 148.075109) + (xy 55.33832 147.994468) (xy 55.325764 147.9322) (xy 55.325763 147.932198) (xy 55.324767 147.927257) + (xy 55.256293 147.792868) (xy 55.195209 147.72644) (xy 55.157618 147.685559) (xy 55.157614 147.685556) + (xy 55.154201 147.681844) (xy 55.149915 147.679187) (xy 55.149912 147.679184) (xy 55.068572 147.628752) + (xy 55.026014 147.602365) (xy 54.931115 147.574794) (xy 54.884897 147.561366) (xy 54.884894 147.561365) + (xy 54.881175 147.560285) (xy 54.876303 147.559927) (xy 54.87184 147.559599) (xy 54.871826 147.559599) + (xy 54.870485 147.5595) (xy 54.762215 147.5595) (xy 54.650568 147.574794) (xy 54.512145 147.634695) + (xy 54.457206 147.679184) (xy 54.398849 147.72644) (xy 54.398847 147.726442) (xy 54.39493 147.729614) + (xy 54.392008 147.733726) (xy 54.310479 147.848447) (xy 54.310477 147.84845) (xy 54.307558 147.852558) + (xy 54.256467 147.994468) (xy 54.24542 148.144891) (xy 50.2005 148.144891) (xy 50.2005 147.196018) + (xy 50.217813 147.148452) (xy 50.26165 147.123142) (xy 50.3115 147.131932) (xy 50.319548 147.13731) + (xy 50.403311 147.201584) (xy 50.403315 147.201586) (xy 50.407159 147.204536) (xy 50.553238 147.265044) + (xy 50.55804 147.265676) (xy 50.558043 147.265677) (xy 50.644302 147.277033) (xy 50.670639 147.2805) + (xy 51.549361 147.2805) (xy 51.575698 147.277033) (xy 51.661957 147.265677) (xy 51.66196 147.265676) + (xy 51.666762 147.265044) (xy 51.812841 147.204536) (xy 51.816685 147.201586) (xy 51.816689 147.201584) + (xy 51.934431 147.111237) (xy 51.938282 147.108282) (xy 51.941237 147.104431) (xy 52.031584 146.986689) + (xy 52.031586 146.986685) (xy 52.034536 146.982841) (xy 52.095044 146.836762) (xy 52.115682 146.68) + (xy 54.124318 146.68) (xy 54.144956 146.836762) (xy 54.205464 146.982841) (xy 54.208414 146.986685) + (xy 54.208416 146.986689) (xy 54.298763 147.104431) (xy 54.301718 147.108282) (xy 54.305569 147.111237) + (xy 54.423311 147.201584) (xy 54.423315 147.201586) (xy 54.427159 147.204536) (xy 54.573238 147.265044) + (xy 54.57804 147.265676) (xy 54.578043 147.265677) (xy 54.664302 147.277033) (xy 54.690639 147.2805) + (xy 55.869361 147.2805) (xy 55.895698 147.277033) (xy 55.981957 147.265677) (xy 55.98196 147.265676) + (xy 55.986762 147.265044) (xy 56.132841 147.204536) (xy 56.136685 147.201586) (xy 56.136689 147.201584) + (xy 56.254431 147.111237) (xy 56.258282 147.108282) (xy 56.261237 147.104431) (xy 56.351584 146.986689) + (xy 56.351586 146.986685) (xy 56.354536 146.982841) (xy 56.415044 146.836762) (xy 56.435682 146.68) + (xy 56.415044 146.523238) (xy 56.354536 146.377159) (xy 56.351586 146.373315) (xy 56.351584 146.373311) + (xy 56.261237 146.255569) (xy 56.258282 146.251718) (xy 56.220452 146.22269) (xy 56.136689 146.158416) + (xy 56.136685 146.158414) (xy 56.132841 146.155464) (xy 55.986762 146.094956) (xy 55.98196 146.094324) + (xy 55.981957 146.094323) (xy 55.895698 146.082967) (xy 55.869361 146.0795) (xy 54.690639 146.0795) + (xy 54.664302 146.082967) (xy 54.578043 146.094323) (xy 54.57804 146.094324) (xy 54.573238 146.094956) + (xy 54.427159 146.155464) (xy 54.423315 146.158414) (xy 54.423311 146.158416) (xy 54.339548 146.22269) + (xy 54.301718 146.251718) (xy 54.298763 146.255569) (xy 54.208416 146.373311) (xy 54.208414 146.373315) + (xy 54.205464 146.377159) (xy 54.144956 146.523238) (xy 54.124318 146.68) (xy 52.115682 146.68) + (xy 52.095044 146.523238) (xy 52.034536 146.377159) (xy 52.031586 146.373315) (xy 52.031584 146.373311) + (xy 51.941237 146.255569) (xy 51.938282 146.251718) (xy 51.900452 146.22269) (xy 51.816689 146.158416) + (xy 51.816685 146.158414) (xy 51.812841 146.155464) (xy 51.666762 146.094956) (xy 51.66196 146.094324) + (xy 51.661957 146.094323) (xy 51.575698 146.082967) (xy 51.549361 146.0795) (xy 50.670639 146.0795) + (xy 50.644302 146.082967) (xy 50.558043 146.094323) (xy 50.55804 146.094324) (xy 50.553238 146.094956) + (xy 50.407159 146.155464) (xy 50.403315 146.158414) (xy 50.403311 146.158416) (xy 50.319548 146.22269) + (xy 50.271272 146.237912) (xy 50.224506 146.21854) (xy 50.201133 146.173641) (xy 50.2005 146.163982) + (xy 50.2005 144.2745) (xy 50.217813 144.226934) (xy 50.26165 144.201624) (xy 50.2745 144.2005) (xy 59.7255 144.2005) + ) + ) + (filled_polygon + (layer "In4.Cu") + (pts + (xy 59.773066 144.217813) (xy 59.798376 144.26165) (xy 59.7995 144.2745) (xy 59.7995 157.7255) (xy 59.782187 157.773066) + (xy 59.73835 157.798376) (xy 59.7255 157.7995) (xy 50.2745 157.7995) (xy 50.226934 157.782187) (xy 50.201624 157.73835) + (xy 50.2005 157.7255) (xy 50.2005 155.836018) (xy 50.217813 155.788452) (xy 50.26165 155.763142) + (xy 50.3115 155.771932) (xy 50.319548 155.77731) (xy 50.403311 155.841584) (xy 50.403315 155.841586) + (xy 50.407159 155.844536) (xy 50.553238 155.905044) (xy 50.55804 155.905676) (xy 50.558043 155.905677) + (xy 50.644302 155.917033) (xy 50.670639 155.9205) (xy 51.549361 155.9205) (xy 51.575698 155.917033) + (xy 51.661957 155.905677) (xy 51.66196 155.905676) (xy 51.666762 155.905044) (xy 51.812841 155.844536) + (xy 51.816685 155.841586) (xy 51.816689 155.841584) (xy 51.934431 155.751237) (xy 51.938282 155.748282) + (xy 51.941237 155.744431) (xy 52.031584 155.626689) (xy 52.031586 155.626685) (xy 52.034536 155.622841) + (xy 52.095044 155.476762) (xy 52.115682 155.32) (xy 54.124318 155.32) (xy 54.144956 155.476762) + (xy 54.205464 155.622841) (xy 54.208414 155.626685) (xy 54.208416 155.626689) (xy 54.298763 155.744431) + (xy 54.301718 155.748282) (xy 54.305569 155.751237) (xy 54.423311 155.841584) (xy 54.423315 155.841586) + (xy 54.427159 155.844536) (xy 54.573238 155.905044) (xy 54.57804 155.905676) (xy 54.578043 155.905677) + (xy 54.664302 155.917033) (xy 54.690639 155.9205) (xy 55.869361 155.9205) (xy 55.895698 155.917033) + (xy 55.981957 155.905677) (xy 55.98196 155.905676) (xy 55.986762 155.905044) (xy 56.132841 155.844536) + (xy 56.136685 155.841586) (xy 56.136689 155.841584) (xy 56.254431 155.751237) (xy 56.258282 155.748282) + (xy 56.261237 155.744431) (xy 56.351584 155.626689) (xy 56.351586 155.626685) (xy 56.354536 155.622841) + (xy 56.415044 155.476762) (xy 56.435682 155.32) (xy 56.415044 155.163238) (xy 56.354536 155.017159) + (xy 56.351586 155.013315) (xy 56.351584 155.013311) (xy 56.261237 154.895569) (xy 56.258282 154.891718) + (xy 56.220452 154.86269) (xy 56.136689 154.798416) (xy 56.136685 154.798414) (xy 56.132841 154.795464) + (xy 55.986762 154.734956) (xy 55.98196 154.734324) (xy 55.981957 154.734323) (xy 55.895698 154.722967) + (xy 55.869361 154.7195) (xy 54.690639 154.7195) (xy 54.664302 154.722967) (xy 54.578043 154.734323) + (xy 54.57804 154.734324) (xy 54.573238 154.734956) (xy 54.427159 154.795464) (xy 54.423315 154.798414) + (xy 54.423311 154.798416) (xy 54.339548 154.86269) (xy 54.301718 154.891718) (xy 54.298763 154.895569) + (xy 54.208416 155.013311) (xy 54.208414 155.013315) (xy 54.205464 155.017159) (xy 54.144956 155.163238) + (xy 54.124318 155.32) (xy 52.115682 155.32) (xy 52.095044 155.163238) (xy 52.034536 155.017159) + (xy 52.031586 155.013315) (xy 52.031584 155.013311) (xy 51.941237 154.895569) (xy 51.938282 154.891718) + (xy 51.900452 154.86269) (xy 51.816689 154.798416) (xy 51.816685 154.798414) (xy 51.812841 154.795464) + (xy 51.666762 154.734956) (xy 51.66196 154.734324) (xy 51.661957 154.734323) (xy 51.575698 154.722967) + (xy 51.549361 154.7195) (xy 50.670639 154.7195) (xy 50.644302 154.722967) (xy 50.558043 154.734323) + (xy 50.55804 154.734324) (xy 50.553238 154.734956) (xy 50.407159 154.795464) (xy 50.403315 154.798414) + (xy 50.403311 154.798416) (xy 50.319548 154.86269) (xy 50.271272 154.877912) (xy 50.224506 154.85854) + (xy 50.201133 154.813641) (xy 50.2005 154.803982) (xy 50.2005 153.924891) (xy 54.24542 153.924891) + (xy 54.246417 153.929835) (xy 54.246417 153.929837) (xy 54.274236 154.0678) (xy 54.275233 154.072743) + (xy 54.343707 154.207132) (xy 54.387139 154.254364) (xy 54.442382 154.314441) (xy 54.442386 154.314444) + (xy 54.445799 154.318156) (xy 54.450085 154.320813) (xy 54.450088 154.320816) (xy 54.521843 154.365305) + (xy 54.573986 154.397635) (xy 54.644352 154.418079) (xy 54.715103 154.438634) (xy 54.715106 154.438635) + (xy 54.718825 154.439715) (xy 54.723697 154.440073) (xy 54.72816 154.440401) (xy 54.728174 154.440401) + (xy 54.729515 154.4405) (xy 54.837785 154.4405) (xy 54.949432 154.425206) (xy 55.087855 154.365305) + (xy 55.150667 154.314441) (xy 55.201151 154.27356) (xy 55.201153 154.273558) (xy 55.20507 154.270386) + (xy 55.233985 154.229699) (xy 55.289521 154.151553) (xy 55.289523 154.15155) (xy 55.292442 154.147442) + (xy 55.343533 154.005532) (xy 55.35458 153.855109) (xy 55.33832 153.774468) (xy 55.325764 153.7122) + (xy 55.325763 153.712198) (xy 55.324767 153.707257) (xy 55.256293 153.572868) (xy 55.195209 153.50644) + (xy 55.157618 153.465559) (xy 55.157614 153.465556) (xy 55.154201 153.461844) (xy 55.149915 153.459187) + (xy 55.149912 153.459184) (xy 55.068572 153.408752) (xy 55.026014 153.382365) (xy 54.931115 153.354794) + (xy 54.884897 153.341366) (xy 54.884894 153.341365) (xy 54.881175 153.340285) (xy 54.876303 153.339927) + (xy 54.87184 153.339599) (xy 54.871826 153.339599) (xy 54.870485 153.3395) (xy 54.762215 153.3395) + (xy 54.650568 153.354794) (xy 54.512145 153.414695) (xy 54.457206 153.459184) (xy 54.398849 153.50644) + (xy 54.398847 153.506442) (xy 54.39493 153.509614) (xy 54.392008 153.513726) (xy 54.310479 153.628447) + (xy 54.310477 153.62845) (xy 54.307558 153.632558) (xy 54.256467 153.774468) (xy 54.24542 153.924891) + (xy 50.2005 153.924891) (xy 50.2005 151) (xy 57.694508 151) (xy 57.695419 151.005752) (xy 57.713442 151.119549) + (xy 57.713443 151.119552) (xy 57.714354 151.125304) (xy 57.716999 151.130495) (xy 57.717 151.130498) + (xy 57.769304 151.23315) (xy 57.769306 151.233152) (xy 57.77195 151.238342) (xy 57.861658 151.32805) + (xy 57.866848 151.330694) (xy 57.86685 151.330696) (xy 57.969502 151.383) (xy 57.969505 151.383001) + (xy 57.974696 151.385646) (xy 57.980448 151.386557) (xy 57.980451 151.386558) (xy 58.094248 151.404581) + (xy 58.1 151.405492) (xy 58.105752 151.404581) (xy 58.219549 151.386558) (xy 58.219552 151.386557) + (xy 58.225304 151.385646) (xy 58.230495 151.383001) (xy 58.230498 151.383) (xy 58.33315 151.330696) + (xy 58.333152 151.330694) (xy 58.338342 151.32805) (xy 58.42805 151.238342) (xy 58.430694 151.233152) + (xy 58.430696 151.23315) (xy 58.483 151.130498) (xy 58.483001 151.130495) (xy 58.485646 151.125304) + (xy 58.486557 151.119552) (xy 58.486558 151.119549) (xy 58.504581 151.005752) (xy 58.505492 151) + (xy 58.504581 150.994248) (xy 58.486558 150.880451) (xy 58.486557 150.880448) (xy 58.485646 150.874696) + (xy 58.483 150.869502) (xy 58.430696 150.76685) (xy 58.430694 150.766848) (xy 58.42805 150.761658) + (xy 58.338342 150.67195) (xy 58.333152 150.669306) (xy 58.33315 150.669304) (xy 58.230498 150.617) + (xy 58.230495 150.616999) (xy 58.225304 150.614354) (xy 58.219552 150.613443) (xy 58.219549 150.613442) + (xy 58.105752 150.595419) (xy 58.1 150.594508) (xy 58.094248 150.595419) (xy 57.980451 150.613442) + (xy 57.980448 150.613443) (xy 57.974696 150.614354) (xy 57.969505 150.616999) (xy 57.969502 150.617) + (xy 57.86685 150.669304) (xy 57.866848 150.669306) (xy 57.861658 150.67195) (xy 57.77195 150.761658) + (xy 57.769306 150.766848) (xy 57.769304 150.76685) (xy 57.717 150.869502) (xy 57.714354 150.874696) + (xy 57.713443 150.880448) (xy 57.713442 150.880451) (xy 57.695419 150.994248) (xy 57.694508 151) + (xy 50.2005 151) (xy 50.2005 148.144891) (xy 54.24542 148.144891) (xy 54.246417 148.149835) (xy 54.246417 148.149837) + (xy 54.274236 148.2878) (xy 54.275233 148.292743) (xy 54.343707 148.427132) (xy 54.387139 148.474364) + (xy 54.442382 148.534441) (xy 54.442386 148.534444) (xy 54.445799 148.538156) (xy 54.450085 148.540813) + (xy 54.450088 148.540816) (xy 54.521843 148.585305) (xy 54.573986 148.617635) (xy 54.644352 148.638079) + (xy 54.715103 148.658634) (xy 54.715106 148.658635) (xy 54.718825 148.659715) (xy 54.723697 148.660073) + (xy 54.72816 148.660401) (xy 54.728174 148.660401) (xy 54.729515 148.6605) (xy 54.837785 148.6605) + (xy 54.949432 148.645206) (xy 55.087855 148.585305) (xy 55.150667 148.534441) (xy 55.201151 148.49356) + (xy 55.201153 148.493558) (xy 55.20507 148.490386) (xy 55.233985 148.449699) (xy 55.289521 148.371553) + (xy 55.289523 148.37155) (xy 55.292442 148.367442) (xy 55.343533 148.225532) (xy 55.35458 148.075109) + (xy 55.33832 147.994468) (xy 55.325764 147.9322) (xy 55.325763 147.932198) (xy 55.324767 147.927257) + (xy 55.256293 147.792868) (xy 55.195209 147.72644) (xy 55.157618 147.685559) (xy 55.157614 147.685556) + (xy 55.154201 147.681844) (xy 55.149915 147.679187) (xy 55.149912 147.679184) (xy 55.068572 147.628752) + (xy 55.026014 147.602365) (xy 54.931115 147.574794) (xy 54.884897 147.561366) (xy 54.884894 147.561365) + (xy 54.881175 147.560285) (xy 54.876303 147.559927) (xy 54.87184 147.559599) (xy 54.871826 147.559599) + (xy 54.870485 147.5595) (xy 54.762215 147.5595) (xy 54.650568 147.574794) (xy 54.512145 147.634695) + (xy 54.457206 147.679184) (xy 54.398849 147.72644) (xy 54.398847 147.726442) (xy 54.39493 147.729614) + (xy 54.392008 147.733726) (xy 54.310479 147.848447) (xy 54.310477 147.84845) (xy 54.307558 147.852558) + (xy 54.256467 147.994468) (xy 54.24542 148.144891) (xy 50.2005 148.144891) (xy 50.2005 147.196018) + (xy 50.217813 147.148452) (xy 50.26165 147.123142) (xy 50.3115 147.131932) (xy 50.319548 147.13731) + (xy 50.403311 147.201584) (xy 50.403315 147.201586) (xy 50.407159 147.204536) (xy 50.553238 147.265044) + (xy 50.55804 147.265676) (xy 50.558043 147.265677) (xy 50.644302 147.277033) (xy 50.670639 147.2805) + (xy 51.549361 147.2805) (xy 51.575698 147.277033) (xy 51.661957 147.265677) (xy 51.66196 147.265676) + (xy 51.666762 147.265044) (xy 51.812841 147.204536) (xy 51.816685 147.201586) (xy 51.816689 147.201584) + (xy 51.934431 147.111237) (xy 51.938282 147.108282) (xy 51.941237 147.104431) (xy 52.031584 146.986689) + (xy 52.031586 146.986685) (xy 52.034536 146.982841) (xy 52.095044 146.836762) (xy 52.115682 146.68) + (xy 54.124318 146.68) (xy 54.144956 146.836762) (xy 54.205464 146.982841) (xy 54.208414 146.986685) + (xy 54.208416 146.986689) (xy 54.298763 147.104431) (xy 54.301718 147.108282) (xy 54.305569 147.111237) + (xy 54.423311 147.201584) (xy 54.423315 147.201586) (xy 54.427159 147.204536) (xy 54.573238 147.265044) + (xy 54.57804 147.265676) (xy 54.578043 147.265677) (xy 54.664302 147.277033) (xy 54.690639 147.2805) + (xy 55.869361 147.2805) (xy 55.895698 147.277033) (xy 55.981957 147.265677) (xy 55.98196 147.265676) + (xy 55.986762 147.265044) (xy 56.132841 147.204536) (xy 56.136685 147.201586) (xy 56.136689 147.201584) + (xy 56.254431 147.111237) (xy 56.258282 147.108282) (xy 56.261237 147.104431) (xy 56.351584 146.986689) + (xy 56.351586 146.986685) (xy 56.354536 146.982841) (xy 56.415044 146.836762) (xy 56.435682 146.68) + (xy 56.415044 146.523238) (xy 56.354536 146.377159) (xy 56.351586 146.373315) (xy 56.351584 146.373311) + (xy 56.261237 146.255569) (xy 56.258282 146.251718) (xy 56.220452 146.22269) (xy 56.136689 146.158416) + (xy 56.136685 146.158414) (xy 56.132841 146.155464) (xy 55.986762 146.094956) (xy 55.98196 146.094324) + (xy 55.981957 146.094323) (xy 55.895698 146.082967) (xy 55.869361 146.0795) (xy 54.690639 146.0795) + (xy 54.664302 146.082967) (xy 54.578043 146.094323) (xy 54.57804 146.094324) (xy 54.573238 146.094956) + (xy 54.427159 146.155464) (xy 54.423315 146.158414) (xy 54.423311 146.158416) (xy 54.339548 146.22269) + (xy 54.301718 146.251718) (xy 54.298763 146.255569) (xy 54.208416 146.373311) (xy 54.208414 146.373315) + (xy 54.205464 146.377159) (xy 54.144956 146.523238) (xy 54.124318 146.68) (xy 52.115682 146.68) + (xy 52.095044 146.523238) (xy 52.034536 146.377159) (xy 52.031586 146.373315) (xy 52.031584 146.373311) + (xy 51.941237 146.255569) (xy 51.938282 146.251718) (xy 51.900452 146.22269) (xy 51.816689 146.158416) + (xy 51.816685 146.158414) (xy 51.812841 146.155464) (xy 51.666762 146.094956) (xy 51.66196 146.094324) + (xy 51.661957 146.094323) (xy 51.575698 146.082967) (xy 51.549361 146.0795) (xy 50.670639 146.0795) + (xy 50.644302 146.082967) (xy 50.558043 146.094323) (xy 50.55804 146.094324) (xy 50.553238 146.094956) + (xy 50.407159 146.155464) (xy 50.403315 146.158414) (xy 50.403311 146.158416) (xy 50.319548 146.22269) + (xy 50.271272 146.237912) (xy 50.224506 146.21854) (xy 50.201133 146.173641) (xy 50.2005 146.163982) + (xy 50.2005 144.2745) (xy 50.217813 144.226934) (xy 50.26165 144.201624) (xy 50.2745 144.2005) (xy 59.7255 144.2005) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 59.773066 144.217813) (xy 59.798376 144.26165) (xy 59.7995 144.2745) (xy 59.7995 157.7255) (xy 59.782187 157.773066) + (xy 59.73835 157.798376) (xy 59.7255 157.7995) (xy 50.2745 157.7995) (xy 50.226934 157.782187) (xy 50.201624 157.73835) + (xy 50.2005 157.7255) (xy 50.2005 156.363008) (xy 50.217813 156.315442) (xy 50.26165 156.290132) + (xy 50.287347 156.290132) (xy 50.346194 156.300509) (xy 50.371317 156.304939) (xy 50.37132 156.304939) + (xy 50.3745 156.3055) (xy 53.369348 156.3055) (xy 53.369695 156.305492) (xy 53.369734 156.305492) + (xy 53.377699 156.305317) (xy 53.382692 156.305208) (xy 53.384648 156.305122) (xy 53.385509 156.305085) + (xy 53.385511 156.305085) (xy 53.389142 156.304926) (xy 53.504906 156.276596) (xy 53.508197 156.275061) + (xy 53.508201 156.27506) (xy 53.547857 156.256568) (xy 53.547858 156.256568) (xy 53.550782 156.255204) + (xy 53.637695 156.194347) (xy 53.794347 156.037695) (xy 53.803582 156.028048) (xy 53.807943 156.023288) + (xy 53.869762 155.921403) (xy 53.871008 155.91798) (xy 53.872577 155.914709) (xy 53.873828 155.915309) + (xy 53.903092 155.880421) (xy 53.940104 155.8705) (xy 54.475122 155.8705) (xy 54.503441 155.876133) + (xy 54.573238 155.905044) (xy 54.57804 155.905676) (xy 54.578043 155.905677) (xy 54.651209 155.915309) + (xy 54.690639 155.9205) (xy 55.869361 155.9205) (xy 55.908791 155.915309) (xy 55.981957 155.905677) + (xy 55.98196 155.905676) (xy 55.986762 155.905044) (xy 56.132841 155.844536) (xy 56.136685 155.841586) + (xy 56.136689 155.841584) (xy 56.254431 155.751237) (xy 56.258282 155.748282) (xy 56.261237 155.744431) + (xy 56.351584 155.626689) (xy 56.351586 155.626685) (xy 56.354536 155.622841) (xy 56.415044 155.476762) + (xy 56.435682 155.32) (xy 56.415044 155.163238) (xy 56.354536 155.017159) (xy 56.351586 155.013315) + (xy 56.351584 155.013311) (xy 56.261237 154.895569) (xy 56.258282 154.891718) (xy 56.254431 154.888763) + (xy 56.136689 154.798416) (xy 56.136685 154.798414) (xy 56.132841 154.795464) (xy 55.986762 154.734956) + (xy 55.98196 154.734324) (xy 55.981957 154.734323) (xy 55.895698 154.722967) (xy 55.869361 154.7195) + (xy 54.690639 154.7195) (xy 54.664302 154.722967) (xy 54.578043 154.734323) (xy 54.57804 154.734324) + (xy 54.573238 154.734956) (xy 54.568759 154.736811) (xy 54.56876 154.736811) (xy 54.503441 154.763867) + (xy 54.475122 154.7695) (xy 53.9795 154.7695) (xy 53.931934 154.752187) (xy 53.906624 154.70835) + (xy 53.9055 154.6955) (xy 53.9055 153.924891) (xy 54.24542 153.924891) (xy 54.246417 153.929835) + (xy 54.246417 153.929837) (xy 54.274236 154.0678) (xy 54.275233 154.072743) (xy 54.343707 154.207132) + (xy 54.387139 154.254364) (xy 54.442382 154.314441) (xy 54.442386 154.314444) (xy 54.445799 154.318156) + (xy 54.450085 154.320813) (xy 54.450088 154.320816) (xy 54.521843 154.365305) (xy 54.573986 154.397635) + (xy 54.644352 154.418079) (xy 54.715103 154.438634) (xy 54.715106 154.438635) (xy 54.718825 154.439715) + (xy 54.723697 154.440073) (xy 54.72816 154.440401) (xy 54.728174 154.440401) (xy 54.729515 154.4405) + (xy 54.837785 154.4405) (xy 54.949432 154.425206) (xy 55.087855 154.365305) (xy 55.150667 154.314441) + (xy 55.201151 154.27356) (xy 55.201153 154.273558) (xy 55.20507 154.270386) (xy 55.233985 154.229699) + (xy 55.289521 154.151553) (xy 55.289523 154.15155) (xy 55.292442 154.147442) (xy 55.343533 154.005532) + (xy 55.349882 153.91908) (xy 55.370632 153.87291) (xy 55.416205 153.850879) (xy 55.423683 153.8505) + (xy 56.45482 153.8505) (xy 56.458389 153.84979) (xy 56.45839 153.84979) (xy 56.491575 153.843189) + (xy 56.491576 153.843188) (xy 56.498722 153.841767) (xy 56.548504 153.808504) (xy 56.565286 153.783388) + (xy 56.606108 153.753456) (xy 56.626815 153.7505) (xy 57.354713 153.7505) (xy 57.370288 153.752158) + (xy 57.383261 153.754951) (xy 57.389336 153.754232) (xy 57.389337 153.754232) (xy 57.416533 153.751013) + (xy 57.425231 153.7505) (xy 57.429115 153.7505) (xy 57.432129 153.749998) (xy 57.432133 153.749998) + (xy 57.447701 153.747407) (xy 57.451151 153.746916) (xy 57.493065 153.741955) (xy 57.493066 153.741955) + (xy 57.499138 153.741236) (xy 57.50465 153.738589) (xy 57.505787 153.738259) (xy 57.506595 153.738075) + (xy 57.50718 153.73789) (xy 57.507932 153.737582) (xy 57.509071 153.737192) (xy 57.515103 153.736188) + (xy 57.538324 153.723659) (xy 57.557645 153.713234) (xy 57.560751 153.711652) (xy 57.600125 153.692745) + (xy 57.600135 153.692738) (xy 57.604326 153.690726) (xy 57.608274 153.687408) (xy 57.609227 153.686455) + (xy 57.61269 153.683532) (xy 57.617794 153.680778) (xy 57.65214 153.643623) (xy 57.654154 153.641528) + (xy 58.315816 152.979866) (xy 58.328002 152.970025) (xy 58.334011 152.966145) (xy 58.334013 152.966143) + (xy 58.339152 152.962825) (xy 58.359894 152.936514) (xy 58.365681 152.930001) (xy 58.368428 152.927254) + (xy 58.370199 152.924776) (xy 58.370203 152.924771) (xy 58.379386 152.91192) (xy 58.38146 152.909157) + (xy 58.411392 152.871189) (xy 58.413418 152.86542) (xy 58.413988 152.864383) (xy 58.414429 152.863682) + (xy 58.414713 152.863135) (xy 58.415028 152.862384) (xy 58.415557 152.861305) (xy 58.419111 152.856331) + (xy 58.420863 152.850471) (xy 58.420865 152.850468) (xy 58.432963 152.810015) (xy 58.43404 152.806699) + (xy 58.437862 152.795815) (xy 58.450055 152.761094) (xy 58.4505 152.755956) (xy 58.4505 152.754616) + (xy 58.450883 152.750089) (xy 58.452543 152.744537) (xy 58.450557 152.693978) (xy 58.4505 152.691073) + (xy 58.4505 151.212049) (xy 58.458565 151.178454) (xy 58.483002 151.130494) (xy 58.483003 151.130492) + (xy 58.485646 151.125304) (xy 58.505492 151) (xy 58.485646 150.874696) (xy 58.458565 150.821546) + (xy 58.4505 150.787951) (xy 58.4505 149.445287) (xy 58.452158 149.429712) (xy 58.453663 149.422722) + (xy 58.453663 149.422721) (xy 58.454951 149.416739) (xy 58.451013 149.383467) (xy 58.4505 149.374769) + (xy 58.4505 149.370885) (xy 58.447407 149.352299) (xy 58.446916 149.348849) (xy 58.441955 149.306935) + (xy 58.441955 149.306934) (xy 58.441236 149.300862) (xy 58.438589 149.29535) (xy 58.438259 149.294213) + (xy 58.438075 149.293405) (xy 58.43789 149.29282) (xy 58.437582 149.292068) (xy 58.437192 149.290929) + (xy 58.436188 149.284897) (xy 58.423659 149.261676) (xy 58.413234 149.242355) (xy 58.411652 149.239249) + (xy 58.392745 149.199875) (xy 58.392738 149.199865) (xy 58.390726 149.195674) (xy 58.387408 149.191726) + (xy 58.386455 149.190773) (xy 58.383532 149.18731) (xy 58.380778 149.182206) (xy 58.343623 149.14786) + (xy 58.341528 149.145846) (xy 57.579866 148.384184) (xy 57.570025 148.371998) (xy 57.566145 148.365989) + (xy 57.566143 148.365987) (xy 57.562825 148.360848) (xy 57.536514 148.340106) (xy 57.530001 148.334319) + (xy 57.527254 148.331572) (xy 57.524776 148.329801) (xy 57.524771 148.329797) (xy 57.51192 148.320614) + (xy 57.509157 148.31854) (xy 57.471189 148.288608) (xy 57.46542 148.286582) (xy 57.464383 148.286012) + (xy 57.46368 148.28557) (xy 57.46314 148.285289) (xy 57.462383 148.284972) (xy 57.461307 148.284445) + (xy 57.456331 148.280889) (xy 57.410023 148.26704) (xy 57.406707 148.265963) (xy 57.399374 148.263388) + (xy 57.361094 148.249945) (xy 57.355956 148.2495) (xy 57.354619 148.2495) (xy 57.350088 148.249116) + (xy 57.344536 148.247456) (xy 57.338426 148.247696) (xy 57.338425 148.247696) (xy 57.293963 148.249443) + (xy 57.291058 148.2495) (xy 56.626815 148.2495) (xy 56.579249 148.232187) (xy 56.565286 148.216612) + (xy 56.552554 148.197557) (xy 56.552553 148.197556) (xy 56.548504 148.191496) (xy 56.498722 148.158233) + (xy 56.491576 148.156812) (xy 56.491575 148.156811) (xy 56.45839 148.15021) (xy 56.458389 148.15021) + (xy 56.45482 148.1495) (xy 55.428065 148.1495) (xy 55.380499 148.132187) (xy 55.355189 148.08835) + (xy 55.354211 148.080147) (xy 55.354211 148.08014) (xy 55.35458 148.075109) (xy 55.339334 147.9995) + (xy 55.325764 147.9322) (xy 55.325763 147.932198) (xy 55.324767 147.927257) (xy 55.256293 147.792868) + (xy 55.195209 147.72644) (xy 55.157618 147.685559) (xy 55.157614 147.685556) (xy 55.154201 147.681844) + (xy 55.149915 147.679187) (xy 55.149912 147.679184) (xy 55.068572 147.628752) (xy 55.026014 147.602365) + (xy 54.931115 147.574794) (xy 54.884897 147.561366) (xy 54.884894 147.561365) (xy 54.881175 147.560285) + (xy 54.876303 147.559927) (xy 54.87184 147.559599) (xy 54.871826 147.559599) (xy 54.870485 147.5595) + (xy 54.762215 147.5595) (xy 54.650568 147.574794) (xy 54.512145 147.634695) (xy 54.457206 147.679184) + (xy 54.398849 147.72644) (xy 54.398847 147.726442) (xy 54.39493 147.729614) (xy 54.392008 147.733726) + (xy 54.310479 147.848447) (xy 54.310477 147.84845) (xy 54.307558 147.852558) (xy 54.256467 147.994468) + (xy 54.24542 148.144891) (xy 54.246417 148.149835) (xy 54.246417 148.149837) (xy 54.274236 148.2878) + (xy 54.275233 148.292743) (xy 54.343707 148.427132) (xy 54.387139 148.474364) (xy 54.442382 148.534441) + (xy 54.442386 148.534444) (xy 54.445799 148.538156) (xy 54.450085 148.540813) (xy 54.450088 148.540816) + (xy 54.521843 148.585305) (xy 54.573986 148.617635) (xy 54.644352 148.638079) (xy 54.715103 148.658634) + (xy 54.715106 148.658635) (xy 54.718825 148.659715) (xy 54.723697 148.660073) (xy 54.72816 148.660401) + (xy 54.728174 148.660401) (xy 54.729515 148.6605) (xy 54.837785 148.6605) (xy 54.949432 148.645206) + (xy 55.026111 148.612024) (xy 55.076641 148.609022) (xy 55.117279 148.639202) (xy 55.1295 148.679938) + (xy 55.1295 148.91482) (xy 55.138233 148.958722) (xy 55.142281 148.96478) (xy 55.145071 148.971516) + (xy 55.141765 148.972885) (xy 55.150378 149.008031) (xy 55.143214 149.027715) (xy 55.145071 149.028484) + (xy 55.142281 149.03522) (xy 55.138233 149.041278) (xy 55.1295 149.08518) (xy 55.1295 149.41482) + (xy 55.13021 149.418389) (xy 55.13021 149.41839) (xy 55.135561 149.445287) (xy 55.138233 149.458722) + (xy 55.142281 149.46478) (xy 55.145071 149.471516) (xy 55.141765 149.472885) (xy 55.150378 149.508031) + (xy 55.143214 149.527715) (xy 55.145071 149.528484) (xy 55.142281 149.53522) (xy 55.138233 149.541278) + (xy 55.1295 149.58518) (xy 55.1295 149.91482) (xy 55.138233 149.958722) (xy 55.142281 149.96478) + (xy 55.145071 149.971516) (xy 55.141765 149.972885) (xy 55.150378 150.008031) (xy 55.143214 150.027715) + (xy 55.145071 150.028484) (xy 55.142281 150.03522) (xy 55.138233 150.041278) (xy 55.1295 150.08518) + (xy 55.1295 150.41482) (xy 55.138233 150.458722) (xy 55.142281 150.46478) (xy 55.145071 150.471516) + (xy 55.141765 150.472885) (xy 55.150378 150.508031) (xy 55.143214 150.527715) (xy 55.145071 150.528484) + (xy 55.142281 150.53522) (xy 55.138233 150.541278) (xy 55.1295 150.58518) (xy 55.1295 150.91482) + (xy 55.138233 150.958722) (xy 55.142281 150.96478) (xy 55.145071 150.971516) (xy 55.141765 150.972885) + (xy 55.150378 151.008031) (xy 55.143214 151.027715) (xy 55.145071 151.028484) (xy 55.142281 151.03522) + (xy 55.138233 151.041278) (xy 55.1295 151.08518) (xy 55.1295 151.41482) (xy 55.138233 151.458722) + (xy 55.142281 151.46478) (xy 55.145071 151.471516) (xy 55.141765 151.472885) (xy 55.150378 151.508031) + (xy 55.143214 151.527715) (xy 55.145071 151.528484) (xy 55.142281 151.53522) (xy 55.138233 151.541278) + (xy 55.1295 151.58518) (xy 55.1295 151.91482) (xy 55.138233 151.958722) (xy 55.142281 151.96478) + (xy 55.145071 151.971516) (xy 55.141765 151.972885) (xy 55.150378 152.008031) (xy 55.143214 152.027715) + (xy 55.145071 152.028484) (xy 55.142281 152.03522) (xy 55.138233 152.041278) (xy 55.1295 152.08518) + (xy 55.1295 152.41482) (xy 55.138233 152.458722) (xy 55.142281 152.46478) (xy 55.145071 152.471516) + (xy 55.141765 152.472885) (xy 55.150378 152.508031) (xy 55.143214 152.527715) (xy 55.145071 152.528484) + (xy 55.142281 152.53522) (xy 55.138233 152.541278) (xy 55.1295 152.58518) (xy 55.1295 152.91482) + (xy 55.138233 152.958722) (xy 55.142281 152.96478) (xy 55.145071 152.971516) (xy 55.141765 152.972885) + (xy 55.150378 153.008031) (xy 55.143214 153.027715) (xy 55.145071 153.028484) (xy 55.142281 153.03522) + (xy 55.138233 153.041278) (xy 55.136812 153.048424) (xy 55.136811 153.048425) (xy 55.136597 153.0495) + (xy 55.1295 153.08518) (xy 55.1295 153.315239) (xy 55.112187 153.362805) (xy 55.06835 153.388115) + (xy 55.027123 153.383053) (xy 55.026014 153.382365) (xy 54.958689 153.362805) (xy 54.884897 153.341366) + (xy 54.884894 153.341365) (xy 54.881175 153.340285) (xy 54.876303 153.339927) (xy 54.87184 153.339599) + (xy 54.871826 153.339599) (xy 54.870485 153.3395) (xy 54.762215 153.3395) (xy 54.650568 153.354794) + (xy 54.512145 153.414695) (xy 54.453538 153.462154) (xy 54.398849 153.50644) (xy 54.398847 153.506442) + (xy 54.39493 153.509614) (xy 54.392008 153.513726) (xy 54.310479 153.628447) (xy 54.310477 153.62845) + (xy 54.307558 153.632558) (xy 54.256467 153.774468) (xy 54.256098 153.779497) (xy 54.256097 153.7795) + (xy 54.253967 153.808504) (xy 54.24542 153.924891) (xy 53.9055 153.924891) (xy 53.9055 147.3045) + (xy 53.922813 147.256934) (xy 53.96665 147.231624) (xy 53.9795 147.2305) (xy 54.475122 147.2305) + (xy 54.503441 147.236133) (xy 54.573238 147.265044) (xy 54.57804 147.265676) (xy 54.578043 147.265677) + (xy 54.664302 147.277033) (xy 54.690639 147.2805) (xy 55.869361 147.2805) (xy 55.895698 147.277033) + (xy 55.981957 147.265677) (xy 55.98196 147.265676) (xy 55.986762 147.265044) (xy 56.132841 147.204536) + (xy 56.136685 147.201586) (xy 56.136689 147.201584) (xy 56.254431 147.111237) (xy 56.258282 147.108282) + (xy 56.261237 147.104431) (xy 56.351584 146.986689) (xy 56.351586 146.986685) (xy 56.354536 146.982841) + (xy 56.415044 146.836762) (xy 56.435682 146.68) (xy 56.415044 146.523238) (xy 56.354536 146.377159) + (xy 56.351586 146.373315) (xy 56.351584 146.373311) (xy 56.261237 146.255569) (xy 56.258282 146.251718) + (xy 56.254431 146.248763) (xy 56.136689 146.158416) (xy 56.136685 146.158414) (xy 56.132841 146.155464) + (xy 55.986762 146.094956) (xy 55.98196 146.094324) (xy 55.981957 146.094323) (xy 55.895698 146.082967) + (xy 55.869361 146.0795) (xy 54.690639 146.0795) (xy 54.664302 146.082967) (xy 54.578043 146.094323) + (xy 54.57804 146.094324) (xy 54.573238 146.094956) (xy 54.568759 146.096811) (xy 54.56876 146.096811) + (xy 54.503441 146.123867) (xy 54.475122 146.1295) (xy 53.9795 146.1295) (xy 53.931934 146.112187) + (xy 53.906624 146.06835) (xy 53.9055 146.0555) (xy 53.9055 145.930652) (xy 53.905208 145.917308) + (xy 53.904926 145.910858) (xy 53.876596 145.795094) (xy 53.855204 145.749218) (xy 53.794347 145.662305) + (xy 53.637695 145.505653) (xy 53.628048 145.496418) (xy 53.623288 145.492057) (xy 53.62018 145.490171) + (xy 53.620177 145.490169) (xy 53.539804 145.441403) (xy 53.521403 145.430238) (xy 53.473837 145.412925) + (xy 53.470663 145.412365) (xy 53.470658 145.412364) (xy 53.418074 145.403092) (xy 53.369348 145.3945) + (xy 50.3745 145.3945) (xy 50.373707 145.394535) (xy 50.373689 145.394535) (xy 50.348678 145.395627) + (xy 50.348672 145.395627) (xy 50.347879 145.395662) (xy 50.339413 145.396403) (xy 50.335598 145.396736) + (xy 50.335585 145.396737) (xy 50.335029 145.396786) (xy 50.334451 145.396856) (xy 50.334442 145.396857) + (xy 50.329495 145.397457) (xy 50.314785 145.39924) (xy 50.310973 145.400583) (xy 50.31097 145.400584) + (xy 50.299094 145.404769) (xy 50.248478 145.40425) (xy 50.210038 145.371316) (xy 50.2005 145.334976) + (xy 50.2005 144.2745) (xy 50.217813 144.226934) (xy 50.26165 144.201624) (xy 50.2745 144.2005) (xy 59.7255 144.2005) + ) + ) + ) + (zone + (net 11) + (net_name "/SHIELD") + (layer "B.Cu") + (uuid "98ca15a8-7a3b-4fb6-b018-b8e0eff74651") + (name "shield") + (hatch edge 0.508) + (priority 1) + (connect_pads yes + (clearance 0.3) + ) + (min_thickness 0.15) + (filled_areas_thickness no) + (fill yes + (thermal_gap 0.508) + (thermal_bridge_width 0.508) + (smoothing chamfer) + (radius 0.2) + ) + (polygon + (pts + (xy 53.6 145.7) (xy 53.6 156) (xy 49.8 156) (xy 49.8 145.7) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 53.416914 145.717313) (xy 53.421674 145.721674) (xy 53.578326 145.878326) (xy 53.599718 145.924202) + (xy 53.6 145.930652) (xy 53.6 155.769348) (xy 53.582687 155.816914) (xy 53.578326 155.821674) (xy 53.421674 155.978326) + (xy 53.375798 155.999718) (xy 53.369348 156) (xy 50.3745 156) (xy 50.326934 155.982687) (xy 50.301624 155.93885) + (xy 50.3005 155.926) (xy 50.3005 145.774) (xy 50.317813 145.726434) (xy 50.36165 145.701124) (xy 50.3745 145.7) + (xy 53.369348 145.7) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/print_multizone.kicad_sch b/tests/board_samples/kicad_8/print_multizone.kicad_sch index 73048def0..96ccb9309 100644 --- a/tests/board_samples/kicad_8/print_multizone.kicad_sch +++ b/tests/board_samples/kicad_8/print_multizone.kicad_sch @@ -1,640 +1,1707 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 252f1275-081d-4d77-8bd5-3b9e6916ef42) - - (paper "A5") - - (title_block - (date "2022-07-17") - ) - - (lib_symbols - (symbol "Connector:TestPoint" (pin_numbers hide) (pin_names (offset 0.762) hide) (in_bom yes) (on_board yes) - (property "Reference" "TP" (at 0 6.858 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TestPoint" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 5.08 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "test point tp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "test point" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Pin* Test*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TestPoint_0_1" - (circle (center 0 3.302) (radius 0.762) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "TestPoint_1_1" - (pin passive line (at 0 0 90) (length 2.54) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "dvtk_Device:12402012E212A" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "J" (at -10.16 19.05 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "12402012E212A" (at 19.05 19.05 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "dvtk_Connector:USB_C_Receptacle_Amphenol_TYPE-C-12402012E212A" (at 3.81 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.amphenol-icc.com/usb2-0-12402012e212a.html" (at 3.81 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "usb universal serial bus type-C USB2.0" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "USB2.0, Type C, Top mount, CH 1.68mm, Dual Row SMT" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "USB*C*Receptacle*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "12402012E212A_0_0" - (rectangle (start -0.254 -17.78) (end 0.254 -16.764) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 -14.986) (end 9.144 -15.494) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 -12.446) (end 9.144 -12.954) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 -8.636) (end 9.144 -9.144) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 -6.096) (end 9.144 -6.604) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 -1.016) (end 9.144 -1.524) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 1.524) (end 9.144 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 4.064) (end 9.144 3.556) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 6.604) (end 9.144 6.096) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (rectangle (start 10.16 15.494) (end 9.144 14.986) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "12402012E212A_0_1" - (rectangle (start -10.16 17.78) (end 10.16 -17.78) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (arc (start -8.89 -3.81) (mid -6.985 -5.7067) (end -5.08 -3.81) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (arc (start -7.62 -3.81) (mid -6.985 -4.4423) (end -6.35 -3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -7.62 -3.81) (mid -6.985 -4.4423) (end -6.35 -3.81) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.62 -3.81) (end -6.35 3.81) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (arc (start -6.35 3.81) (mid -6.985 4.4423) (end -7.62 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -6.35 3.81) (mid -6.985 4.4423) (end -7.62 3.81) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (arc (start -5.08 3.81) (mid -6.985 5.7067) (end -8.89 3.81) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (circle (center -2.54 1.143) (radius 0.635) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (circle (center 0 -5.842) (radius 1.27) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -8.89 -3.81) - (xy -8.89 3.81) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -5.08 3.81) - (xy -5.08 -3.81) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -5.842) - (xy 0 4.318) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -3.302) - (xy -2.54 -0.762) - (xy -2.54 0.508) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -2.032) - (xy 2.54 0.508) - (xy 2.54 1.778) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -1.27 4.318) - (xy 0 6.858) - (xy 1.27 4.318) - (xy -1.27 4.318) - ) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.905 1.778) (end 3.175 3.048) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - ) - (symbol "12402012E212A_1_1" - (pin passive line (at 0 -22.86 90) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "A1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -22.86 90) (length 5.08) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "A12" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 15.24 15.24 180) (length 5.08) - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "A4" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -6.35 180) (length 5.08) - (name "CC1" (effects (font (size 1.27 1.27)))) - (number "A5" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 1.27 180) (length 5.08) - (name "D+" (effects (font (size 1.27 1.27)))) - (number "A6" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 6.35 180) (length 5.08) - (name "D-" (effects (font (size 1.27 1.27)))) - (number "A7" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -12.7 180) (length 5.08) - (name "SBU1" (effects (font (size 1.27 1.27)))) - (number "A8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 15.24 15.24 180) (length 5.08) hide - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "A9" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -22.86 90) (length 5.08) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "B1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -22.86 90) (length 5.08) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "B12" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 15.24 15.24 180) (length 5.08) hide - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "B4" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -8.89 180) (length 5.08) - (name "CC2" (effects (font (size 1.27 1.27)))) - (number "B5" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -1.27 180) (length 5.08) - (name "D+" (effects (font (size 1.27 1.27)))) - (number "B6" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 3.81 180) (length 5.08) - (name "D-" (effects (font (size 1.27 1.27)))) - (number "B7" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 15.24 -15.24 180) (length 5.08) - (name "SBU2" (effects (font (size 1.27 1.27)))) - (number "B8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 15.24 15.24 180) (length 5.08) hide - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "B9" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -7.62 -22.86 90) (length 5.08) - (name "SHIELD" (effects (font (size 1.27 1.27)))) - (number "S1" (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" "power-flag" (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)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "power:VBUS" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"VBUS\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "VBUS_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "VBUS_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - (junction (at 63.5 93.98) (diameter 0) (color 0 0 0 0) - (uuid 1543da31-def7-4be9-909b-c8704508c11c) - ) - (junction (at 92.71 54.61) (diameter 0) (color 0 0 0 0) - (uuid bd9c541e-dbda-4f33-8a25-1912ab4d82b6) - ) - (junction (at 81.28 54.61) (diameter 0) (color 0 0 0 0) - (uuid f39b94b7-dbb9-43ab-a2d1-cafd3884f95b) - ) - - (no_connect (at 78.74 66.04) (uuid 03ed49b3-b829-4e81-bea4-11d384d96193)) - (no_connect (at 78.74 68.58) (uuid 10ef85e5-e48d-4d39-8365-47d05736039f)) - (no_connect (at 78.74 63.5) (uuid 3b3ab3d9-05eb-432f-be74-32559d7aefba)) - (no_connect (at 78.74 76.2) (uuid 71bd1e36-39f9-429a-95e1-a5852dbdd02b)) - (no_connect (at 78.74 78.74) (uuid a54075b0-9e22-4e1e-890f-8134d140ba05)) - (no_connect (at 78.74 82.55) (uuid a6e6f7eb-2e44-42c4-924f-23d0c5505e60)) - (no_connect (at 78.74 71.12) (uuid c0d2cedb-9df4-4240-bf0d-9a58dd41ebd7)) - (no_connect (at 78.74 85.09) (uuid e81eabe2-bf77-49b0-b686-19c2dab0789c)) - - (wire (pts (xy 55.88 95.25) (xy 52.07 95.25)) - (stroke (width 0) (type default)) - (uuid 056f2505-4105-493d-a43d-cff2aa2a160d) - ) - (wire (pts (xy 55.88 92.71) (xy 55.88 95.25)) - (stroke (width 0) (type default)) - (uuid 118c036b-3b7c-4dff-a2ce-906779c96a63) - ) - (wire (pts (xy 81.28 52.07) (xy 81.28 54.61)) - (stroke (width 0) (type default)) - (uuid 4bac3138-7a3d-42cb-919d-61fe19c42004) - ) - (wire (pts (xy 63.5 93.98) (xy 63.5 92.71)) - (stroke (width 0) (type default)) - (uuid 59e9ed39-aab6-48cb-8156-ad528434eaff) - ) - (wire (pts (xy 63.5 95.25) (xy 63.5 93.98)) - (stroke (width 0) (type default)) - (uuid 5f45f72a-d0d3-491c-8622-9ba511116ce6) - ) - (wire (pts (xy 92.71 54.61) (xy 92.71 52.07)) - (stroke (width 0) (type default)) - (uuid b39c34a5-8dc5-4b52-bb02-dfb72bc20fbb) - ) - (wire (pts (xy 81.28 54.61) (xy 92.71 54.61)) - (stroke (width 0) (type default)) - (uuid e2cbd925-9b22-46fc-aeba-5b118ce4055e) - ) - (wire (pts (xy 78.74 54.61) (xy 81.28 54.61)) - (stroke (width 0) (type default)) - (uuid f00efa1c-d81e-4793-85ff-5ba025496ba4) - ) - - (label "SHIELD" (at 52.07 95.25 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right bottom)) - (uuid 7685d14f-c8fc-4895-9150-414fb4c38335) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 92.71 54.61 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 1b4f54a8-6b9b-483f-8024-326797af9e52) - (property "Reference" "#FLG07" (at 94.615 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 95.9612 54.61 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 92.71 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ae248d41-5a66-43be-9958-b5b7e73e2f9a)) - (instances - (project "print_multizone" - (path "/252f1275-081d-4d77-8bd5-3b9e6916ef42" - (reference "#FLG07") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "dvtk_Device:12402012E212A") (at 63.5 69.85 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 1e03697c-c6ee-4605-9d5b-45ed9dabf06d) - (property "Reference" "J1" (at 63.5 46.99 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "usb-c" (at 63.5 49.53 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Connector_USB:USB_C_Receptacle_Palconn_UTC16-G" (at 67.31 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 67.31 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "A1" (uuid 9ac67d70-4964-45a3-a0a9-62a446c43e33)) - (pin "A12" (uuid 7fe453ae-82fe-49b2-938d-7d907d12a276)) - (pin "A4" (uuid 3a97b6f5-27e5-40fc-9530-78a6a657cbd9)) - (pin "A5" (uuid d5cb67d0-6ef0-4747-94d6-78cb9df321b3)) - (pin "A6" (uuid 77dd7277-d09c-4c8f-8efb-601e1265a64c)) - (pin "A7" (uuid cfca3bb8-e5f1-46c7-b014-b28f4d00ea80)) - (pin "A8" (uuid 6a05c5f5-ec49-4920-9c8c-b39c815a615b)) - (pin "A9" (uuid 037efdaf-ac72-41ec-b3f1-c9d64767b84a)) - (pin "B1" (uuid 32c3bf63-3a12-412a-9d19-7d5bdfa135da)) - (pin "B12" (uuid 3f8b0445-354a-4973-8566-c69846b507a1)) - (pin "B4" (uuid d435e851-adf7-4a6b-9ca5-3c4e7fca7c49)) - (pin "B5" (uuid 6116bbf2-bdf6-413a-b252-498e2a45a787)) - (pin "B6" (uuid 712ebb59-a111-4ef1-b44c-d8fac16c9b64)) - (pin "B7" (uuid 5858f84c-7a51-4c38-bac5-81854305c0e6)) - (pin "B8" (uuid f1803247-ffed-4123-a6e5-1b2378029a99)) - (pin "B9" (uuid fb838eae-8b46-4133-af7c-13f9f0cdcfbc)) - (pin "S1" (uuid 9cb78938-509f-4497-ae35-cd1ce549006c)) - (instances - (project "print_multizone" - (path "/252f1275-081d-4d77-8bd5-3b9e6916ef42" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 63.5 95.25 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 2177517e-d7a5-45dd-9d0a-27e7a9c977aa) - (property "Reference" "#PWR096" (at 63.5 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 63.373 99.6442 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 63.5 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 63.5 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ceee7f61-91bb-4bb0-9c07-443065667520)) - (instances - (project "print_multizone" - (path "/252f1275-081d-4d77-8bd5-3b9e6916ef42" - (reference "#PWR096") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VBUS") (at 92.71 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 30d02021-28a2-4df6-8acf-32a521fb503a) - (property "Reference" "#PWR089" (at 92.71 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VBUS" (at 93.091 47.6758 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 92.71 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 92.71 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 88b1707e-fbfb-46df-9de4-32a4ec1013c8)) - (instances - (project "print_multizone" - (path "/252f1275-081d-4d77-8bd5-3b9e6916ef42" - (reference "#PWR089") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 63.5 93.98 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 46c36ccd-6bca-47ae-a9c3-c0c29ec82789) - (property "Reference" "#FLG01" (at 65.405 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 66.7512 93.98 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 63.5 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 63.5 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3e2af2e2-4fe7-49fe-8c15-4bec4c0bbb17)) - (instances - (project "print_multizone" - (path "/252f1275-081d-4d77-8bd5-3b9e6916ef42" - (reference "#FLG01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:TestPoint") (at 81.28 52.07 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid f35b8a34-5465-4c01-9fc4-87d7fd111b09) - (property "Reference" "TP1" (at 82.7532 50.2412 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TestPoint" (at 82.7532 51.3842 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" (at 86.36 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 86.36 52.07 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5cd70b10-5403-4406-acc2-bcf8f437640a)) - (instances - (project "print_multizone" - (path "/252f1275-081d-4d77-8bd5-3b9e6916ef42" - (reference "TP1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "252f1275-081d-4d77-8bd5-3b9e6916ef42") + (paper "A5") + (title_block + (date "2022-07-17") + ) + (lib_symbols + (symbol "Connector:TestPoint" + (pin_numbers hide) + (pin_names + (offset 0.762) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "TP" + (at 0 6.858 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TestPoint" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 5.08 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "test point" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "test point tp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Pin* Test*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TestPoint_0_1" + (circle + (center 0 3.302) + (radius 0.762) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "TestPoint_1_1" + (pin passive line + (at 0 0 90) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "dvtk_Device:12402012E212A" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at -10.16 19.05 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "12402012E212A" + (at 19.05 19.05 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "dvtk_Connector:USB_C_Receptacle_Amphenol_TYPE-C-12402012E212A" + (at 3.81 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.amphenol-icc.com/usb2-0-12402012e212a.html" + (at 3.81 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "USB2.0, Type C, Top mount, CH 1.68mm, Dual Row SMT" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "usb universal serial bus type-C USB2.0" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "USB*C*Receptacle*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "12402012E212A_0_0" + (rectangle + (start -0.254 -17.78) + (end 0.254 -16.764) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -14.986) + (end 9.144 -15.494) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -12.446) + (end 9.144 -12.954) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -8.636) + (end 9.144 -9.144) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -6.096) + (end 9.144 -6.604) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -1.016) + (end 9.144 -1.524) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 1.524) + (end 9.144 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 4.064) + (end 9.144 3.556) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 6.604) + (end 9.144 6.096) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 15.494) + (end 9.144 14.986) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "12402012E212A_0_1" + (rectangle + (start -10.16 17.78) + (end 10.16 -17.78) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start -8.89 -3.81) + (mid -6.985 -5.7067) + (end -5.08 -3.81) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -7.62 -3.81) + (mid -6.985 -4.4423) + (end -6.35 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -7.62 -3.81) + (mid -6.985 -4.4423) + (end -6.35 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.62 -3.81) + (end -6.35 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start -6.35 3.81) + (mid -6.985 4.4423) + (end -7.62 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -6.35 3.81) + (mid -6.985 4.4423) + (end -7.62 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start -5.08 3.81) + (mid -6.985 5.7067) + (end -8.89 3.81) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center -2.54 1.143) + (radius 0.635) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 -5.842) + (radius 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -8.89 -3.81) (xy -8.89 3.81) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 3.81) (xy -5.08 -3.81) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -5.842) (xy 0 4.318) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -3.302) (xy -2.54 -0.762) (xy -2.54 0.508) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -2.032) (xy 2.54 0.508) (xy 2.54 1.778) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 4.318) (xy 0 6.858) (xy 1.27 4.318) (xy -1.27 4.318) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.905 1.778) + (end 3.175 3.048) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "12402012E212A_1_1" + (pin passive line + (at 0 -22.86 90) + (length 5.08) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -22.86 90) + (length 5.08) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 15.24 180) + (length 5.08) + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -6.35 180) + (length 5.08) + (name "CC1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 1.27 180) + (length 5.08) + (name "D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 6.35 180) + (length 5.08) + (name "D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -12.7 180) + (length 5.08) + (name "SBU1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 15.24 180) + (length 5.08) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -22.86 90) + (length 5.08) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -22.86 90) + (length 5.08) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 15.24 180) + (length 5.08) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -8.89 180) + (length 5.08) + (name "CC2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -1.27 180) + (length 5.08) + (name "D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 3.81 180) + (length 5.08) + (name "D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -15.24 180) + (length 5.08) + (name "SBU2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 15.24 180) + (length 5.08) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 -22.86 90) + (length 5.08) + (name "SHIELD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "S1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "pwr" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "power:VBUS" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VBUS\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "VBUS_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VBUS_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 63.5 93.98) + (diameter 0) + (color 0 0 0 0) + (uuid "1543da31-def7-4be9-909b-c8704508c11c") + ) + (junction + (at 92.71 54.61) + (diameter 0) + (color 0 0 0 0) + (uuid "bd9c541e-dbda-4f33-8a25-1912ab4d82b6") + ) + (junction + (at 81.28 54.61) + (diameter 0) + (color 0 0 0 0) + (uuid "f39b94b7-dbb9-43ab-a2d1-cafd3884f95b") + ) + (no_connect + (at 78.74 66.04) + (uuid "03ed49b3-b829-4e81-bea4-11d384d96193") + ) + (no_connect + (at 78.74 68.58) + (uuid "10ef85e5-e48d-4d39-8365-47d05736039f") + ) + (no_connect + (at 78.74 63.5) + (uuid "3b3ab3d9-05eb-432f-be74-32559d7aefba") + ) + (no_connect + (at 78.74 76.2) + (uuid "71bd1e36-39f9-429a-95e1-a5852dbdd02b") + ) + (no_connect + (at 78.74 78.74) + (uuid "a54075b0-9e22-4e1e-890f-8134d140ba05") + ) + (no_connect + (at 78.74 82.55) + (uuid "a6e6f7eb-2e44-42c4-924f-23d0c5505e60") + ) + (no_connect + (at 78.74 71.12) + (uuid "c0d2cedb-9df4-4240-bf0d-9a58dd41ebd7") + ) + (no_connect + (at 78.74 85.09) + (uuid "e81eabe2-bf77-49b0-b686-19c2dab0789c") + ) + (wire + (pts + (xy 55.88 95.25) (xy 52.07 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "056f2505-4105-493d-a43d-cff2aa2a160d") + ) + (wire + (pts + (xy 55.88 92.71) (xy 55.88 95.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "118c036b-3b7c-4dff-a2ce-906779c96a63") + ) + (wire + (pts + (xy 81.28 52.07) (xy 81.28 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4bac3138-7a3d-42cb-919d-61fe19c42004") + ) + (wire + (pts + (xy 63.5 93.98) (xy 63.5 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "59e9ed39-aab6-48cb-8156-ad528434eaff") + ) + (wire + (pts + (xy 63.5 95.25) (xy 63.5 93.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5f45f72a-d0d3-491c-8622-9ba511116ce6") + ) + (wire + (pts + (xy 92.71 54.61) (xy 92.71 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b39c34a5-8dc5-4b52-bb02-dfb72bc20fbb") + ) + (wire + (pts + (xy 81.28 54.61) (xy 92.71 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e2cbd925-9b22-46fc-aeba-5b118ce4055e") + ) + (wire + (pts + (xy 78.74 54.61) (xy 81.28 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f00efa1c-d81e-4793-85ff-5ba025496ba4") + ) + (label "SHIELD" + (at 52.07 95.25 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "7685d14f-c8fc-4895-9150-414fb4c38335") + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 92.71 54.61 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "1b4f54a8-6b9b-483f-8024-326797af9e52") + (property "Reference" "#FLG07" + (at 94.615 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 95.9612 54.61 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 92.71 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ae248d41-5a66-43be-9958-b5b7e73e2f9a") + ) + (instances + (project "print_multizone" + (path "/252f1275-081d-4d77-8bd5-3b9e6916ef42" + (reference "#FLG07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "dvtk_Device:12402012E212A") + (at 63.5 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1e03697c-c6ee-4605-9d5b-45ed9dabf06d") + (property "Reference" "J1" + (at 63.5 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "usb-c" + (at 63.5 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_USB:USB_C_Receptacle_Palconn_UTC16-G" + (at 67.31 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 67.31 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "A1" + (uuid "9ac67d70-4964-45a3-a0a9-62a446c43e33") + ) + (pin "A12" + (uuid "7fe453ae-82fe-49b2-938d-7d907d12a276") + ) + (pin "A4" + (uuid "3a97b6f5-27e5-40fc-9530-78a6a657cbd9") + ) + (pin "A5" + (uuid "d5cb67d0-6ef0-4747-94d6-78cb9df321b3") + ) + (pin "A6" + (uuid "77dd7277-d09c-4c8f-8efb-601e1265a64c") + ) + (pin "A7" + (uuid "cfca3bb8-e5f1-46c7-b014-b28f4d00ea80") + ) + (pin "A8" + (uuid "6a05c5f5-ec49-4920-9c8c-b39c815a615b") + ) + (pin "A9" + (uuid "037efdaf-ac72-41ec-b3f1-c9d64767b84a") + ) + (pin "B1" + (uuid "32c3bf63-3a12-412a-9d19-7d5bdfa135da") + ) + (pin "B12" + (uuid "3f8b0445-354a-4973-8566-c69846b507a1") + ) + (pin "B4" + (uuid "d435e851-adf7-4a6b-9ca5-3c4e7fca7c49") + ) + (pin "B5" + (uuid "6116bbf2-bdf6-413a-b252-498e2a45a787") + ) + (pin "B6" + (uuid "712ebb59-a111-4ef1-b44c-d8fac16c9b64") + ) + (pin "B7" + (uuid "5858f84c-7a51-4c38-bac5-81854305c0e6") + ) + (pin "B8" + (uuid "f1803247-ffed-4123-a6e5-1b2378029a99") + ) + (pin "B9" + (uuid "fb838eae-8b46-4133-af7c-13f9f0cdcfbc") + ) + (pin "S1" + (uuid "9cb78938-509f-4497-ae35-cd1ce549006c") + ) + (instances + (project "print_multizone" + (path "/252f1275-081d-4d77-8bd5-3b9e6916ef42" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 63.5 95.25 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2177517e-d7a5-45dd-9d0a-27e7a9c977aa") + (property "Reference" "#PWR096" + (at 63.5 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 63.373 99.6442 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 63.5 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 63.5 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ceee7f61-91bb-4bb0-9c07-443065667520") + ) + (instances + (project "print_multizone" + (path "/252f1275-081d-4d77-8bd5-3b9e6916ef42" + (reference "#PWR096") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VBUS") + (at 92.71 52.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "30d02021-28a2-4df6-8acf-32a521fb503a") + (property "Reference" "#PWR089" + (at 92.71 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VBUS" + (at 93.091 47.6758 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 92.71 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 92.71 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "88b1707e-fbfb-46df-9de4-32a4ec1013c8") + ) + (instances + (project "print_multizone" + (path "/252f1275-081d-4d77-8bd5-3b9e6916ef42" + (reference "#PWR089") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 63.5 93.98 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "46c36ccd-6bca-47ae-a9c3-c0c29ec82789") + (property "Reference" "#FLG01" + (at 65.405 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 66.7512 93.98 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 63.5 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 63.5 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 63.5 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3e2af2e2-4fe7-49fe-8c15-4bec4c0bbb17") + ) + (instances + (project "print_multizone" + (path "/252f1275-081d-4d77-8bd5-3b9e6916ef42" + (reference "#FLG01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:TestPoint") + (at 81.28 52.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "f35b8a34-5465-4c01-9fc4-87d7fd111b09") + (property "Reference" "TP1" + (at 82.7532 50.2412 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TestPoint" + (at 82.7532 51.3842 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Footprint" "TestPoint:TestPoint_Pad_D1.0mm" + (at 86.36 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 86.36 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5cd70b10-5403-4406-acc2-bcf8f437640a") + ) + (instances + (project "print_multizone" + (path "/252f1275-081d-4d77-8bd5-3b9e6916ef42" + (reference "TP1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/qr_test/qr_test.kicad_pcb b/tests/board_samples/kicad_8/qr_test/qr_test.kicad_pcb index d2b322459..55a18ac87 100644 --- a/tests/board_samples/kicad_8/qr_test/qr_test.kicad_pcb +++ b/tests/board_samples/kicad_8/qr_test/qr_test.kicad_pcb @@ -1,5240 +1,7120 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "QR PCB") - (rev "B") - ) - - (layers - (0 "F.Cu" signal) - (1 "In1.Cu" signal) - (2 "In2.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) - ) - - (setup - (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 6) - (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 "") - - (footprint "qr:QR" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061d26c5c) - (at 65.8 96.9) - (attr through_hole) - (fp_text reference "QR1" (at 0 26.65) (layer "F.Cu") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2) - ) - (fp_text value "QR" (at 0 -26.65) (layer "F.Cu") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e8314017-7be6-4011-9179-37449a29b311) - ) - (fp_text user "qr_ecc: 1,0" (at 0 -31.75) (layer "F.Cu") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 65134029-dbd2-409a-85a8-13c2a33ff019) - ) - (fp_text user "qr_size: 21" (at 0 -30.05) (layer "F.Cu") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7f2301df-e4bc-479e-a681-cc59c9a2dbbb) - ) - (fp_text user " bogus 1 2 3 4" (at 0 -35.15) (layer "F.Cu") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8087f566-a94d-4bbc-985b-e49ee7762296) - ) - (fp_text user "qr_mask: 6" (at 0 -33.45) (layer "F.Cu") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 98c78427-acd5-4f90-9ad6-9f61c4809aec) - ) - (fp_text user "qr_version: 1" (at 0 -28.35) (layer "F.Cu") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a8447faf-e0a0-4c4a-ae53-4d4b28669151) - ) - (fp_poly - (pts - (xy -25.4 -25.4) - (xy -25.4 -22.98) - (xy -22.98 -22.98) - (xy -22.98 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f4eb0267-179f-46c9-b516-9bfb06bac1ba)) - (fp_poly - (pts - (xy -25.4 -22.98) - (xy -25.4 -20.56) - (xy -22.98 -20.56) - (xy -22.98 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 84e5506c-143e-495f-9aa4-d3a71622f213)) - (fp_poly - (pts - (xy -25.4 -20.56) - (xy -25.4 -18.14) - (xy -22.98 -18.14) - (xy -22.98 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e472dac4-5b65-4920-b8b2-6065d140a69d)) - (fp_poly - (pts - (xy -25.4 -18.14) - (xy -25.4 -15.72) - (xy -22.98 -15.72) - (xy -22.98 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 21ae9c3a-7138-444e-be38-56a4842ab594)) - (fp_poly - (pts - (xy -25.4 -15.72) - (xy -25.4 -13.3) - (xy -22.98 -13.3) - (xy -22.98 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 182b2d54-931d-49d6-9f39-60a752623e36)) - (fp_poly - (pts - (xy -25.4 -13.3) - (xy -25.4 -10.88) - (xy -22.98 -10.88) - (xy -22.98 -13.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b1c649b1-f44d-46c7-9dea-818e75a1b87e)) - (fp_poly - (pts - (xy -25.4 -10.88) - (xy -25.4 -8.46) - (xy -22.98 -8.46) - (xy -22.98 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7d928d56-093a-4ca8-aed1-414b7e703b45)) - (fp_poly - (pts - (xy -25.4 -6.04) - (xy -25.4 -3.62) - (xy -22.98 -3.62) - (xy -22.98 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9f8381e9-3077-4453-a480-a01ad9c1a940)) - (fp_poly - (pts - (xy -25.4 -3.62) - (xy -25.4 -1.2) - (xy -22.98 -1.2) - (xy -22.98 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb)) - (fp_poly - (pts - (xy -25.4 -1.2) - (xy -25.4 1.22) - (xy -22.98 1.22) - (xy -22.98 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 25d545dc-8f50-4573-922c-35ef5a2a3a19)) - (fp_poly - (pts - (xy -25.4 3.64) - (xy -25.4 6.06) - (xy -22.98 6.06) - (xy -22.98 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1d9cdadc-9036-4a95-b6db-fa7b3b74c869)) - (fp_poly - (pts - (xy -25.4 8.48) - (xy -25.4 10.9) - (xy -22.98 10.9) - (xy -22.98 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7bbf981c-a063-4e30-8911-e4228e1c0743)) - (fp_poly - (pts - (xy -25.4 10.9) - (xy -25.4 13.32) - (xy -22.98 13.32) - (xy -22.98 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1bf544e3-5940-4576-9291-2464e95c0ee2)) - (fp_poly - (pts - (xy -25.4 13.32) - (xy -25.4 15.74) - (xy -22.98 15.74) - (xy -22.98 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 2d210a96-f81f-42a9-8bf4-1b43c11086f3)) - (fp_poly - (pts - (xy -25.4 15.74) - (xy -25.4 18.16) - (xy -22.98 18.16) - (xy -22.98 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp fe8d9267-7834-48d6-a191-c8724b2ee78d)) - (fp_poly - (pts - (xy -25.4 18.16) - (xy -25.4 20.58) - (xy -22.98 20.58) - (xy -22.98 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - (fp_poly - (pts - (xy -25.4 20.58) - (xy -25.4 23) - (xy -22.98 23) - (xy -22.98 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497)) - (fp_poly - (pts - (xy -25.4 23) - (xy -25.4 25.42) - (xy -22.98 25.42) - (xy -22.98 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc)) - (fp_poly - (pts - (xy -22.98 -25.4) - (xy -22.98 -22.98) - (xy -20.56 -22.98) - (xy -20.56 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 3a52f112-cb97-43db-aaeb-20afe27664d7)) - (fp_poly - (pts - (xy -22.98 -10.88) - (xy -22.98 -8.46) - (xy -20.56 -8.46) - (xy -20.56 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ca87f11b-5f48-4b57-8535-68d3ec2fe5a9)) - (fp_poly - (pts - (xy -22.98 -3.62) - (xy -22.98 -1.2) - (xy -20.56 -1.2) - (xy -20.56 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 639c0e59-e95c-4114-bccd-2e7277505454)) - (fp_poly - (pts - (xy -22.98 3.64) - (xy -22.98 6.06) - (xy -20.56 6.06) - (xy -20.56 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6bfe5804-2ef9-4c65-b2a7-f01e4014370a)) - (fp_poly - (pts - (xy -22.98 8.48) - (xy -22.98 10.9) - (xy -20.56 10.9) - (xy -20.56 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 2d6db888-4e40-41c8-b701-07170fc894bc)) - (fp_poly - (pts - (xy -22.98 23) - (xy -22.98 25.42) - (xy -20.56 25.42) - (xy -20.56 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b)) - (fp_poly - (pts - (xy -20.56 -25.4) - (xy -20.56 -22.98) - (xy -18.14 -22.98) - (xy -18.14 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 41acfe41-fac7-432a-a7a3-946566e2d504)) - (fp_poly - (pts - (xy -20.56 -20.56) - (xy -20.56 -18.14) - (xy -18.14 -18.14) - (xy -18.14 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8d9a3ecc-539f-41da-8099-d37cea9c28e7)) - (fp_poly - (pts - (xy -20.56 -18.14) - (xy -20.56 -15.72) - (xy -18.14 -15.72) - (xy -18.14 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 19c56563-5fe3-442a-885b-418dbc2421eb)) - (fp_poly - (pts - (xy -20.56 -15.72) - (xy -20.56 -13.3) - (xy -18.14 -13.3) - (xy -18.14 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f202141e-c20d-4cac-b016-06a44f2ecce8)) - (fp_poly - (pts - (xy -20.56 -10.88) - (xy -20.56 -8.46) - (xy -18.14 -8.46) - (xy -18.14 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 01e9b6e7-adf9-4ee7-9447-a588630ee4a2)) - (fp_poly - (pts - (xy -20.56 -3.62) - (xy -20.56 -1.2) - (xy -18.14 -1.2) - (xy -18.14 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d3c11c8f-a73d-4211-934b-a6da255728ad)) - (fp_poly - (pts - (xy -20.56 -1.2) - (xy -20.56 1.22) - (xy -18.14 1.22) - (xy -18.14 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c830e3bc-dc64-4f65-8f47-3b106bae2807)) - (fp_poly - (pts - (xy -20.56 1.22) - (xy -20.56 3.64) - (xy -18.14 3.64) - (xy -18.14 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8e06ba1f-e3ba-4eb9-a10e-887dffd566d6)) - (fp_poly - (pts - (xy -20.56 8.48) - (xy -20.56 10.9) - (xy -18.14 10.9) - (xy -18.14 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 66043bca-a260-4915-9fce-8a51d324c687)) - (fp_poly - (pts - (xy -20.56 13.32) - (xy -20.56 15.74) - (xy -18.14 15.74) - (xy -18.14 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9bb20359-0f8b-45bc-9d38-6626ed3a939d)) - (fp_poly - (pts - (xy -20.56 15.74) - (xy -20.56 18.16) - (xy -18.14 18.16) - (xy -18.14 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0f22151c-f260-4674-b486-4710a2c42a55)) - (fp_poly - (pts - (xy -20.56 18.16) - (xy -20.56 20.58) - (xy -18.14 20.58) - (xy -18.14 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144)) - (fp_poly - (pts - (xy -20.56 23) - (xy -20.56 25.42) - (xy -18.14 25.42) - (xy -18.14 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4fb02e58-160a-4a39-9f22-d0c75e82ee72)) - (fp_poly - (pts - (xy -18.14 -25.4) - (xy -18.14 -22.98) - (xy -15.72 -22.98) - (xy -15.72 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 644ae9fc-3c8e-4089-866e-a12bf371c3e9)) - (fp_poly - (pts - (xy -18.14 -20.56) - (xy -18.14 -18.14) - (xy -15.72 -18.14) - (xy -15.72 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 676efd2f-1c48-4786-9e4b-2444f1e8f6ff)) - (fp_poly - (pts - (xy -18.14 -18.14) - (xy -18.14 -15.72) - (xy -15.72 -15.72) - (xy -15.72 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 14769dc5-8525-4984-8b15-a734ee247efa)) - (fp_poly - (pts - (xy -18.14 -15.72) - (xy -18.14 -13.3) - (xy -15.72 -13.3) - (xy -15.72 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a17904b9-135e-4dae-ae20-401c7787de72)) - (fp_poly - (pts - (xy -18.14 -10.88) - (xy -18.14 -8.46) - (xy -15.72 -8.46) - (xy -15.72 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec)) - (fp_poly - (pts - (xy -18.14 -6.04) - (xy -18.14 -3.62) - (xy -15.72 -3.62) - (xy -15.72 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b96fe6ac-3535-4455-ab88-ed77f5e46d6e)) - (fp_poly - (pts - (xy -18.14 1.22) - (xy -18.14 3.64) - (xy -15.72 3.64) - (xy -15.72 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 12422a89-3d0c-485c-9386-f77121fd68fd)) - (fp_poly - (pts - (xy -18.14 8.48) - (xy -18.14 10.9) - (xy -15.72 10.9) - (xy -15.72 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 852dabbf-de45-4470-8176-59d37a754407)) - (fp_poly - (pts - (xy -18.14 13.32) - (xy -18.14 15.74) - (xy -15.72 15.74) - (xy -15.72 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp aa14c3bd-4acc-4908-9d28-228585a22a9d)) - (fp_poly - (pts - (xy -18.14 15.74) - (xy -18.14 18.16) - (xy -15.72 18.16) - (xy -15.72 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1831fb37-1c5d-42c4-b898-151be6fca9dc)) - (fp_poly - (pts - (xy -18.14 18.16) - (xy -18.14 20.58) - (xy -15.72 20.58) - (xy -15.72 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f)) - (fp_poly - (pts - (xy -18.14 23) - (xy -18.14 25.42) - (xy -15.72 25.42) - (xy -15.72 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e615f7aa-337e-474d-9615-2ad82b1c44ca)) - (fp_poly - (pts - (xy -15.72 -25.4) - (xy -15.72 -22.98) - (xy -13.3 -22.98) - (xy -13.3 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1e518c2a-4cb7-4599-a1fa-5b9f847da7d3)) - (fp_poly - (pts - (xy -15.72 -20.56) - (xy -15.72 -18.14) - (xy -13.3 -18.14) - (xy -13.3 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 37e8181c-a81e-498b-b2e2-0aef0c391059)) - (fp_poly - (pts - (xy -15.72 -18.14) - (xy -15.72 -15.72) - (xy -13.3 -15.72) - (xy -13.3 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e43dbe34-ed17-4e35-a5c7-2f1679b3c415)) - (fp_poly - (pts - (xy -15.72 -15.72) - (xy -15.72 -13.3) - (xy -13.3 -13.3) - (xy -13.3 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp cdfb07af-801b-44ba-8c30-d021a6ad3039)) - (fp_poly - (pts - (xy -15.72 -10.88) - (xy -15.72 -8.46) - (xy -13.3 -8.46) - (xy -13.3 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a5cd8da1-8f7f-4f80-bb23-0317de562222)) - (fp_poly - (pts - (xy -15.72 -6.04) - (xy -15.72 -3.62) - (xy -13.3 -3.62) - (xy -13.3 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 68877d35-b796-44db-9124-b8e744e7412e)) - (fp_poly - (pts - (xy -15.72 -3.62) - (xy -15.72 -1.2) - (xy -13.3 -1.2) - (xy -13.3 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a15a7506-eae4-4933-84da-9ad754258706)) - (fp_poly - (pts - (xy -15.72 1.22) - (xy -15.72 3.64) - (xy -13.3 3.64) - (xy -13.3 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7d34f6b1-ab31-49be-b011-c67fe67a8a56)) - (fp_poly - (pts - (xy -15.72 8.48) - (xy -15.72 10.9) - (xy -13.3 10.9) - (xy -13.3 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b5352a33-563a-4ffe-a231-2e68fb54afa3)) - (fp_poly - (pts - (xy -15.72 13.32) - (xy -15.72 15.74) - (xy -13.3 15.74) - (xy -13.3 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4c8eb964-bdf4-44de-90e9-e2ab82dd5313)) - (fp_poly - (pts - (xy -15.72 15.74) - (xy -15.72 18.16) - (xy -13.3 18.16) - (xy -13.3 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3)) - (fp_poly - (pts - (xy -15.72 18.16) - (xy -15.72 20.58) - (xy -13.3 20.58) - (xy -13.3 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11)) - (fp_poly - (pts - (xy -15.72 23) - (xy -15.72 25.42) - (xy -13.3 25.42) - (xy -13.3 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 77ed3941-d133-4aef-a9af-5a39322d14eb)) - (fp_poly - (pts - (xy -13.3 -25.4) - (xy -13.3 -22.98) - (xy -10.88 -22.98) - (xy -10.88 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ee41cb8e-512d-41d2-81e1-3c50fff32aeb)) - (fp_poly - (pts - (xy -13.3 -10.88) - (xy -13.3 -8.46) - (xy -10.88 -8.46) - (xy -10.88 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 16bd6381-8ac0-4bf2-9dce-ecc20c724b8d)) - (fp_poly - (pts - (xy -13.3 -6.04) - (xy -13.3 -3.62) - (xy -10.88 -3.62) - (xy -10.88 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c332fa55-4168-4f55-88a5-f82c7c21040b)) - (fp_poly - (pts - (xy -13.3 -3.62) - (xy -13.3 -1.2) - (xy -10.88 -1.2) - (xy -10.88 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c8c79177-94d4-43e2-a654-f0a5554fbb68)) - (fp_poly - (pts - (xy -13.3 8.48) - (xy -13.3 10.9) - (xy -10.88 10.9) - (xy -10.88 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 31e08896-1992-4725-96d9-9d2728bca7a3)) - (fp_poly - (pts - (xy -13.3 23) - (xy -13.3 25.42) - (xy -10.88 25.42) - (xy -10.88 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 47baf4b1-0938-497d-88f9-671136aa8be7)) - (fp_poly - (pts - (xy -10.88 -25.4) - (xy -10.88 -22.98) - (xy -8.46 -22.98) - (xy -8.46 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc)) - (fp_poly - (pts - (xy -10.88 -22.98) - (xy -10.88 -20.56) - (xy -8.46 -20.56) - (xy -8.46 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 2d67a417-188f-4014-9282-000265d80009)) - (fp_poly - (pts - (xy -10.88 -20.56) - (xy -10.88 -18.14) - (xy -8.46 -18.14) - (xy -8.46 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp cfa5c16e-7859-460d-a0b8-cea7d7ea629c)) - (fp_poly - (pts - (xy -10.88 -18.14) - (xy -10.88 -15.72) - (xy -8.46 -15.72) - (xy -8.46 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6ec113ca-7d27-4b14-a180-1e5e2fd1c167)) - (fp_poly - (pts - (xy -10.88 -15.72) - (xy -10.88 -13.3) - (xy -8.46 -13.3) - (xy -8.46 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e6b860cc-cb76-4220-acfb-68f1eb348bfa)) - (fp_poly - (pts - (xy -10.88 -13.3) - (xy -10.88 -10.88) - (xy -8.46 -10.88) - (xy -8.46 -13.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 965308c8-e014-459a-b9db-b8493a601c62)) - (fp_poly - (pts - (xy -10.88 -10.88) - (xy -10.88 -8.46) - (xy -8.46 -8.46) - (xy -8.46 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 85b7594c-358f-454b-b2ad-dd0b1d67ed76)) - (fp_poly - (pts - (xy -10.88 -6.04) - (xy -10.88 -3.62) - (xy -8.46 -3.62) - (xy -8.46 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp df32840e-2912-4088-b54c-9a85f64c0265)) - (fp_poly - (pts - (xy -10.88 -1.2) - (xy -10.88 1.22) - (xy -8.46 1.22) - (xy -8.46 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c43663ee-9a0d-4f27-a292-89ba89964065)) - (fp_poly - (pts - (xy -10.88 3.64) - (xy -10.88 6.06) - (xy -8.46 6.06) - (xy -8.46 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c0eca5ed-bc5e-4618-9bcd-80945bea41ed)) - (fp_poly - (pts - (xy -10.88 8.48) - (xy -10.88 10.9) - (xy -8.46 10.9) - (xy -8.46 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6441b183-b8f2-458f-a23d-60e2b1f66dd6)) - (fp_poly - (pts - (xy -10.88 10.9) - (xy -10.88 13.32) - (xy -8.46 13.32) - (xy -8.46 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c0515cd2-cdaa-467e-8354-0f6eadfa35c9)) - (fp_poly - (pts - (xy -10.88 13.32) - (xy -10.88 15.74) - (xy -8.46 15.74) - (xy -8.46 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 94a873dc-af67-4ef9-8159-1f7c93eeb3d7)) - (fp_poly - (pts - (xy -10.88 15.74) - (xy -10.88 18.16) - (xy -8.46 18.16) - (xy -8.46 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c41b3c8b-634e-435a-b582-96b83bbd4032)) - (fp_poly - (pts - (xy -10.88 18.16) - (xy -10.88 20.58) - (xy -8.46 20.58) - (xy -8.46 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 127679a9-3981-4934-815e-896a4e3ff56e)) - (fp_poly - (pts - (xy -10.88 20.58) - (xy -10.88 23) - (xy -8.46 23) - (xy -8.46 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03)) - (fp_poly - (pts - (xy -10.88 23) - (xy -10.88 25.42) - (xy -8.46 25.42) - (xy -8.46 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c022004a-c968-410e-b59e-fbab0e561e9d)) - (fp_poly - (pts - (xy -8.46 -6.04) - (xy -8.46 -3.62) - (xy -6.04 -3.62) - (xy -6.04 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8412992d-8754-44de-9e08-115cec1a3eff)) - (fp_poly - (pts - (xy -8.46 -3.62) - (xy -8.46 -1.2) - (xy -6.04 -1.2) - (xy -6.04 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e21aa84b-970e-47cf-b64f-3b55ee0e1b51)) - (fp_poly - (pts - (xy -8.46 -1.2) - (xy -8.46 1.22) - (xy -6.04 1.22) - (xy -6.04 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp aca4de92-9c41-4c2b-9afa-540d02dafa1c)) - (fp_poly - (pts - (xy -8.46 1.22) - (xy -8.46 3.64) - (xy -6.04 3.64) - (xy -6.04 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1a6d2848-e78e-49fe-8978-e1890f07836f)) - (fp_poly - (pts - (xy -8.46 3.64) - (xy -8.46 6.06) - (xy -6.04 6.06) - (xy -6.04 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0217dfc4-fc13-4699-99ad-d9948522648e)) - (fp_poly - (pts - (xy -6.04 -25.4) - (xy -6.04 -22.98) - (xy -3.62 -22.98) - (xy -3.62 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 34a74736-156e-4bf3-9200-cd137cfa59da)) - (fp_poly - (pts - (xy -6.04 -22.98) - (xy -6.04 -20.56) - (xy -3.62 -20.56) - (xy -3.62 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 14c51520-6d91-4098-a59a-5121f2a898f7)) - (fp_poly - (pts - (xy -6.04 -20.56) - (xy -6.04 -18.14) - (xy -3.62 -18.14) - (xy -3.62 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b447dbb1-d38e-4a15-93cb-12c25382ea53)) - (fp_poly - (pts - (xy -6.04 -15.72) - (xy -6.04 -13.3) - (xy -3.62 -13.3) - (xy -3.62 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 789ca812-3e0c-4a3f-97bc-a916dd9bce80)) - (fp_poly - (pts - (xy -6.04 -10.88) - (xy -6.04 -8.46) - (xy -3.62 -8.46) - (xy -3.62 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c5eb1e4c-ce83-470e-8f32-e20ff1f886a3)) - (fp_poly - (pts - (xy -6.04 -6.04) - (xy -6.04 -3.62) - (xy -3.62 -3.62) - (xy -3.62 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ffd175d1-912a-4224-be1e-a8198680f46b)) - (fp_poly - (pts - (xy -6.04 -3.62) - (xy -6.04 -1.2) - (xy -3.62 -1.2) - (xy -3.62 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 40976bf0-19de-460f-ad64-224d4f51e16b)) - (fp_poly - (pts - (xy -6.04 -1.2) - (xy -6.04 1.22) - (xy -3.62 1.22) - (xy -3.62 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d7269d2a-b8c0-422d-8f25-f79ea31bf75e)) - (fp_poly - (pts - (xy -6.04 6.06) - (xy -6.04 8.48) - (xy -3.62 8.48) - (xy -3.62 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b)) - (fp_poly - (pts - (xy -6.04 8.48) - (xy -6.04 10.9) - (xy -3.62 10.9) - (xy -3.62 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp bfc0aadc-38cf-466e-a642-68fdc3138c78)) - (fp_poly - (pts - (xy -6.04 10.9) - (xy -6.04 13.32) - (xy -3.62 13.32) - (xy -3.62 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 42713045-fffd-4b2d-ae1e-7232d705fb12)) - (fp_poly - (pts - (xy -6.04 13.32) - (xy -6.04 15.74) - (xy -3.62 15.74) - (xy -3.62 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 29e78086-2175-405e-9ba3-c48766d2f50c)) - (fp_poly - (pts - (xy -6.04 15.74) - (xy -6.04 18.16) - (xy -3.62 18.16) - (xy -3.62 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ce83728b-bebd-48c2-8734-b6a50d837931)) - (fp_poly - (pts - (xy -6.04 23) - (xy -6.04 25.42) - (xy -3.62 25.42) - (xy -3.62 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779)) - (fp_poly - (pts - (xy -3.62 -22.98) - (xy -3.62 -20.56) - (xy -1.2 -20.56) - (xy -1.2 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d)) - (fp_poly - (pts - (xy -3.62 -13.3) - (xy -3.62 -10.88) - (xy -1.2 -10.88) - (xy -1.2 -13.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0c3dceba-7c95-4b3d-b590-0eb581444beb)) - (fp_poly - (pts - (xy -3.62 -8.46) - (xy -3.62 -6.04) - (xy -1.2 -6.04) - (xy -1.2 -8.46) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6d26d68f-1ca7-4ff3-b058-272f1c399047)) - (fp_poly - (pts - (xy -3.62 1.22) - (xy -3.62 3.64) - (xy -1.2 3.64) - (xy -1.2 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a544eb0a-75db-4baf-bf54-9ca21744343b)) - (fp_poly - (pts - (xy -3.62 6.06) - (xy -3.62 8.48) - (xy -1.2 8.48) - (xy -1.2 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9b0a1687-7e1b-4a04-a30b-c27a072a2949)) - (fp_poly - (pts - (xy -3.62 8.48) - (xy -3.62 10.9) - (xy -1.2 10.9) - (xy -1.2 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d4a1d3c4-b315-4bec-9220-d12a9eab51e0)) - (fp_poly - (pts - (xy -3.62 13.32) - (xy -3.62 15.74) - (xy -1.2 15.74) - (xy -1.2 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5)) - (fp_poly - (pts - (xy -3.62 15.74) - (xy -3.62 18.16) - (xy -1.2 18.16) - (xy -1.2 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb)) - (fp_poly - (pts - (xy -1.2 -25.4) - (xy -1.2 -22.98) - (xy 1.22 -22.98) - (xy 1.22 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 87d7448e-e139-4209-ae0b-372f805267da)) - (fp_poly - (pts - (xy -1.2 -20.56) - (xy -1.2 -18.14) - (xy 1.22 -18.14) - (xy 1.22 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6c67e4f6-9d04-4539-b356-b76e915ce848)) - (fp_poly - (pts - (xy -1.2 -18.14) - (xy -1.2 -15.72) - (xy 1.22 -15.72) - (xy 1.22 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp bd065eaf-e495-4837-bdb3-129934de1fc7)) - (fp_poly - (pts - (xy -1.2 -13.3) - (xy -1.2 -10.88) - (xy 1.22 -10.88) - (xy 1.22 -13.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp abe07c9a-17c3-43b5-b7a6-ae867ac27ea7)) - (fp_poly - (pts - (xy -1.2 -10.88) - (xy -1.2 -8.46) - (xy 1.22 -8.46) - (xy 1.22 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 60dcd1fe-7079-4cb8-b509-04558ccf5097)) - (fp_poly - (pts - (xy -1.2 -8.46) - (xy -1.2 -6.04) - (xy 1.22 -6.04) - (xy 1.22 -8.46) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 911bdcbe-493f-4e21-a506-7cbc636e2c17)) - (fp_poly - (pts - (xy -1.2 -3.62) - (xy -1.2 -1.2) - (xy 1.22 -1.2) - (xy 1.22 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8c514922-ffe1-4e37-a260-e807409f2e0d)) - (fp_poly - (pts - (xy -1.2 1.22) - (xy -1.2 3.64) - (xy 1.22 3.64) - (xy 1.22 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 45008225-f50f-4d6b-b508-6730a9408caf)) - (fp_poly - (pts - (xy -1.2 3.64) - (xy -1.2 6.06) - (xy 1.22 6.06) - (xy 1.22 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp bd5408e4-362d-4e43-9d39-78fb99eb52c8)) - (fp_poly - (pts - (xy -1.2 6.06) - (xy -1.2 8.48) - (xy 1.22 8.48) - (xy 1.22 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ee27d19c-8dca-4ac8-a760-6dfd54d28071)) - (fp_poly - (pts - (xy -1.2 18.16) - (xy -1.2 20.58) - (xy 1.22 20.58) - (xy 1.22 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 716e31c5-485f-40b5-88e3-a75900da9811)) - (fp_poly - (pts - (xy -1.2 20.58) - (xy -1.2 23) - (xy 1.22 23) - (xy 1.22 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd)) - (fp_poly - (pts - (xy 1.22 -22.98) - (xy 1.22 -20.56) - (xy 3.64 -20.56) - (xy 3.64 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f40d350f-0d3e-4f8a-b004-d950f2f8f1ba)) - (fp_poly - (pts - (xy 1.22 -20.56) - (xy 1.22 -18.14) - (xy 3.64 -18.14) - (xy 3.64 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 275aa44a-b61f-489f-9e2a-819a0fe0d1eb)) - (fp_poly - (pts - (xy 1.22 -15.72) - (xy 1.22 -13.3) - (xy 3.64 -13.3) - (xy 3.64 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e4c6fdbb-fdc7-4ad4-a516-240d84cdc120)) - (fp_poly - (pts - (xy 1.22 -6.04) - (xy 1.22 -3.62) - (xy 3.64 -3.62) - (xy 3.64 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 13c0ff76-ed71-4cd9-abb0-92c376825d5d)) - (fp_poly - (pts - (xy 1.22 -1.2) - (xy 1.22 1.22) - (xy 3.64 1.22) - (xy 3.64 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e8c50f1b-c316-4110-9cce-5c24c65a1eaa)) - (fp_poly - (pts - (xy 1.22 1.22) - (xy 1.22 3.64) - (xy 3.64 3.64) - (xy 3.64 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8c6a821f-8e19-48f3-8f44-9b340f7689bc)) - (fp_poly - (pts - (xy 1.22 6.06) - (xy 1.22 8.48) - (xy 3.64 8.48) - (xy 3.64 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 003c2200-0632-4808-a662-8ddd5d30c768)) - (fp_poly - (pts - (xy 1.22 13.32) - (xy 1.22 15.74) - (xy 3.64 15.74) - (xy 3.64 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 03c52831-5dc5-43c5-a442-8d23643b46fb)) - (fp_poly - (pts - (xy 1.22 15.74) - (xy 1.22 18.16) - (xy 3.64 18.16) - (xy 3.64 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (fp_poly - (pts - (xy 1.22 18.16) - (xy 1.22 20.58) - (xy 3.64 20.58) - (xy 3.64 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - (fp_poly - (pts - (xy 1.22 20.58) - (xy 1.22 23) - (xy 3.64 23) - (xy 3.64 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 87371631-aa02-498a-998a-09bdb74784c1)) - (fp_poly - (pts - (xy 3.64 -25.4) - (xy 3.64 -22.98) - (xy 6.06 -22.98) - (xy 6.06 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 099096e4-8c2a-4d84-a16f-06b4b6330e7a)) - (fp_poly - (pts - (xy 3.64 -22.98) - (xy 3.64 -20.56) - (xy 6.06 -20.56) - (xy 6.06 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp aa2ea573-3f20-43c1-aa99-1f9c6031a9aa)) - (fp_poly - (pts - (xy 3.64 -20.56) - (xy 3.64 -18.14) - (xy 6.06 -18.14) - (xy 6.06 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 5ca4be1c-537e-4a4a-b344-d0c8ffde8546)) - (fp_poly - (pts - (xy 3.64 -15.72) - (xy 3.64 -13.3) - (xy 6.06 -13.3) - (xy 6.06 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp db36f6e3-e72a-487f-bda9-88cc84536f62)) - (fp_poly - (pts - (xy 3.64 -10.88) - (xy 3.64 -8.46) - (xy 6.06 -8.46) - (xy 6.06 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ec31c074-17b2-48e1-ab01-071acad3fa04)) - (fp_poly - (pts - (xy 3.64 -3.62) - (xy 3.64 -1.2) - (xy 6.06 -1.2) - (xy 6.06 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c25a772d-af9c-4ebc-96f6-0966738c13a8)) - (fp_poly - (pts - (xy 3.64 -1.2) - (xy 3.64 1.22) - (xy 6.06 1.22) - (xy 6.06 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp babeabf2-f3b0-4ed5-8d9e-0215947e6cf3)) - (fp_poly - (pts - (xy 3.64 1.22) - (xy 3.64 3.64) - (xy 6.06 3.64) - (xy 6.06 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6475547d-3216-45a4-a15c-48314f1dd0f9)) - (fp_poly - (pts - (xy 3.64 3.64) - (xy 3.64 6.06) - (xy 6.06 6.06) - (xy 6.06 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8da933a9-35f8-42e6-8504-d1bab7264306)) - (fp_poly - (pts - (xy 3.64 8.48) - (xy 3.64 10.9) - (xy 6.06 10.9) - (xy 6.06 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 80094b70-85ab-4ff6-934b-60d5ee65023a)) - (fp_poly - (pts - (xy 3.64 10.9) - (xy 3.64 13.32) - (xy 6.06 13.32) - (xy 6.06 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2)) - (fp_poly - (pts - (xy 3.64 13.32) - (xy 3.64 15.74) - (xy 6.06 15.74) - (xy 6.06 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d57dcfee-5058-4fc2-a68b-05f9a48f685b)) - (fp_poly - (pts - (xy 3.64 18.16) - (xy 3.64 20.58) - (xy 6.06 20.58) - (xy 6.06 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (fp_poly - (pts - (xy 3.64 23) - (xy 3.64 25.42) - (xy 6.06 25.42) - (xy 6.06 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 55e740a3-0735-4744-896e-2bf5437093b9)) - (fp_poly - (pts - (xy 6.06 -6.04) - (xy 6.06 -3.62) - (xy 8.48 -3.62) - (xy 8.48 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a27eb049-c992-4f11-a026-1e6a8d9d0160)) - (fp_poly - (pts - (xy 6.06 6.06) - (xy 6.06 8.48) - (xy 8.48 8.48) - (xy 8.48 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 240e07e1-770b-4b27-894f-29fd601c924d)) - (fp_poly - (pts - (xy 6.06 8.48) - (xy 6.06 10.9) - (xy 8.48 10.9) - (xy 8.48 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0f54db53-a272-4955-88fb-d7ab00657bb0)) - (fp_poly - (pts - (xy 6.06 18.16) - (xy 6.06 20.58) - (xy 8.48 20.58) - (xy 8.48 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (fp_poly - (pts - (xy 6.06 20.58) - (xy 6.06 23) - (xy 8.48 23) - (xy 8.48 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (fp_poly - (pts - (xy 8.48 -25.4) - (xy 8.48 -22.98) - (xy 10.9 -22.98) - (xy 10.9 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a13ab237-8f8d-4e16-8c47-4440653b8534)) - (fp_poly - (pts - (xy 8.48 -22.98) - (xy 8.48 -20.56) - (xy 10.9 -20.56) - (xy 10.9 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 240e5dac-6242-47a5-bbef-f76d11c715c0)) - (fp_poly - (pts - (xy 8.48 -20.56) - (xy 8.48 -18.14) - (xy 10.9 -18.14) - (xy 10.9 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 57c0c267-8bf9-4cc7-b734-d71a239ac313)) - (fp_poly - (pts - (xy 8.48 -18.14) - (xy 8.48 -15.72) - (xy 10.9 -15.72) - (xy 10.9 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 5bcace5d-edd0-4e19-92d0-835e43cf8eb2)) - (fp_poly - (pts - (xy 8.48 -15.72) - (xy 8.48 -13.3) - (xy 10.9 -13.3) - (xy 10.9 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 16a9ae8c-3ad2-439b-8efe-377c994670c7)) - (fp_poly - (pts - (xy 8.48 -13.3) - (xy 8.48 -10.88) - (xy 10.9 -10.88) - (xy 10.9 -13.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 730b670c-9bcf-4dcd-9a8d-fcaa61fb0955)) - (fp_poly - (pts - (xy 8.48 -10.88) - (xy 8.48 -8.46) - (xy 10.9 -8.46) - (xy 10.9 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4a21e717-d46d-4d9e-8b98-af4ecb02d3ec)) - (fp_poly - (pts - (xy 8.48 -3.62) - (xy 8.48 -1.2) - (xy 10.9 -1.2) - (xy 10.9 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d5641ac9-9be7-46bf-90b3-6c83d852b5ba)) - (fp_poly - (pts - (xy 8.48 -1.2) - (xy 8.48 1.22) - (xy 10.9 1.22) - (xy 10.9 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp df68c26a-03b5-4466-aecf-ba34b7dce6b7)) - (fp_poly - (pts - (xy 8.48 6.06) - (xy 8.48 8.48) - (xy 10.9 8.48) - (xy 10.9 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f2c93195-af12-4d3e-acdf-bdd0ff675c24)) - (fp_poly - (pts - (xy 8.48 8.48) - (xy 8.48 10.9) - (xy 10.9 10.9) - (xy 10.9 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 922058ca-d09a-45fd-8394-05f3e2c1e03a)) - (fp_poly - (pts - (xy 8.48 10.9) - (xy 8.48 13.32) - (xy 10.9 13.32) - (xy 10.9 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7aed3a71-054b-4aaa-9c0a-030523c32827)) - (fp_poly - (pts - (xy 8.48 18.16) - (xy 8.48 20.58) - (xy 10.9 20.58) - (xy 10.9 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (fp_poly - (pts - (xy 8.48 20.58) - (xy 8.48 23) - (xy 10.9 23) - (xy 10.9 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a)) - (fp_poly - (pts - (xy 8.48 23) - (xy 8.48 25.42) - (xy 10.9 25.42) - (xy 10.9 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (fp_poly - (pts - (xy 10.9 -25.4) - (xy 10.9 -22.98) - (xy 13.32 -22.98) - (xy 13.32 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ca5a4651-0d1d-441b-b17d-01518ef3b656)) - (fp_poly - (pts - (xy 10.9 -10.88) - (xy 10.9 -8.46) - (xy 13.32 -8.46) - (xy 13.32 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0755aee5-bc01-4cb5-b830-583289df50a3)) - (fp_poly - (pts - (xy 10.9 -1.2) - (xy 10.9 1.22) - (xy 13.32 1.22) - (xy 13.32 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4780a290-d25c-4459-9579-eba3f7678762)) - (fp_poly - (pts - (xy 10.9 1.22) - (xy 10.9 3.64) - (xy 13.32 3.64) - (xy 13.32 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 75ffc65c-7132-4411-9f2a-ae0c73d79338)) - (fp_poly - (pts - (xy 10.9 3.64) - (xy 10.9 6.06) - (xy 13.32 6.06) - (xy 13.32 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 2f215f15-3d52-4c91-93e6-3ea03a95622f)) - (fp_poly - (pts - (xy 10.9 6.06) - (xy 10.9 8.48) - (xy 13.32 8.48) - (xy 13.32 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp cbd8faed-e1f8-4406-87c8-58b2c504a5d4)) - (fp_poly - (pts - (xy 10.9 8.48) - (xy 10.9 10.9) - (xy 13.32 10.9) - (xy 13.32 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 97fe9c60-586f-4895-8504-4d3729f5f81a)) - (fp_poly - (pts - (xy 10.9 13.32) - (xy 10.9 15.74) - (xy 13.32 15.74) - (xy 13.32 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 3cd1bda0-18db-417d-b581-a0c50623df68)) - (fp_poly - (pts - (xy 10.9 18.16) - (xy 10.9 20.58) - (xy 13.32 20.58) - (xy 13.32 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - (fp_poly - (pts - (xy 10.9 20.58) - (xy 10.9 23) - (xy 13.32 23) - (xy 13.32 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268)) - (fp_poly - (pts - (xy 10.9 23) - (xy 10.9 25.42) - (xy 13.32 25.42) - (xy 13.32 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e)) - (fp_poly - (pts - (xy 13.32 -25.4) - (xy 13.32 -22.98) - (xy 15.74 -22.98) - (xy 15.74 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6284122b-79c3-4e04-925e-3d32cc3ec077)) - (fp_poly - (pts - (xy 13.32 -20.56) - (xy 13.32 -18.14) - (xy 15.74 -18.14) - (xy 15.74 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 853ee787-6e2c-4f32-bc75-6c17337dd3d5)) - (fp_poly - (pts - (xy 13.32 -18.14) - (xy 13.32 -15.72) - (xy 15.74 -15.72) - (xy 15.74 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp cb24efdd-07c6-4317-9277-131625b065ac)) - (fp_poly - (pts - (xy 13.32 -15.72) - (xy 13.32 -13.3) - (xy 15.74 -13.3) - (xy 15.74 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 770ad51a-7219-4633-b24a-bd20feb0a6c5)) - (fp_poly - (pts - (xy 13.32 -10.88) - (xy 13.32 -8.46) - (xy 15.74 -8.46) - (xy 15.74 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4fb21471-41be-4be8-9687-66030f97befc)) - (fp_poly - (pts - (xy 13.32 -6.04) - (xy 13.32 -3.62) - (xy 15.74 -3.62) - (xy 15.74 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 378af8b4-af3d-46e7-89ae-deff12ca9067)) - (fp_poly - (pts - (xy 13.32 1.22) - (xy 13.32 3.64) - (xy 15.74 3.64) - (xy 15.74 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 3e903008-0276-4a73-8edb-5d9dfde6297c)) - (fp_poly - (pts - (xy 13.32 3.64) - (xy 13.32 6.06) - (xy 15.74 6.06) - (xy 15.74 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 61fe293f-6808-4b7f-9340-9aaac7054a97)) - (fp_poly - (pts - (xy 13.32 6.06) - (xy 13.32 8.48) - (xy 15.74 8.48) - (xy 15.74 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4a4ec8d9-3d72-4952-83d4-808f65849a2b)) - (fp_poly - (pts - (xy 13.32 8.48) - (xy 13.32 10.9) - (xy 15.74 10.9) - (xy 15.74 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp bdc7face-9f7c-4701-80bb-4cc144448db1)) - (fp_poly - (pts - (xy 13.32 10.9) - (xy 13.32 13.32) - (xy 15.74 13.32) - (xy 15.74 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9157f4ae-0244-4ff1-9f73-3cb4cbb5f280)) - (fp_poly - (pts - (xy 13.32 18.16) - (xy 13.32 20.58) - (xy 15.74 20.58) - (xy 15.74 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (fp_poly - (pts - (xy 13.32 20.58) - (xy 13.32 23) - (xy 15.74 23) - (xy 15.74 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce)) - (fp_poly - (pts - (xy 13.32 23) - (xy 13.32 25.42) - (xy 15.74 25.42) - (xy 15.74 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 746ba970-8279-4e7b-aed3-f28687777c21)) - (fp_poly - (pts - (xy 15.74 -25.4) - (xy 15.74 -22.98) - (xy 18.16 -22.98) - (xy 18.16 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 67763d19-f622-4e1e-81e5-5b24da7c3f99)) - (fp_poly - (pts - (xy 15.74 -20.56) - (xy 15.74 -18.14) - (xy 18.16 -18.14) - (xy 18.16 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7cee474b-af8f-4832-b07a-c43c1ab0b464)) - (fp_poly - (pts - (xy 15.74 -18.14) - (xy 15.74 -15.72) - (xy 18.16 -15.72) - (xy 18.16 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6c2d26bc-6eca-436c-8025-79f817bf57d6)) - (fp_poly - (pts - (xy 15.74 -15.72) - (xy 15.74 -13.3) - (xy 18.16 -13.3) - (xy 18.16 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b7199d9b-bebb-4100-9ad3-c2bd31e21d65)) - (fp_poly - (pts - (xy 15.74 -10.88) - (xy 15.74 -8.46) - (xy 18.16 -8.46) - (xy 18.16 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7599133e-c681-4202-85d9-c20dac196c64)) - (fp_poly - (pts - (xy 15.74 -3.62) - (xy 15.74 -1.2) - (xy 18.16 -1.2) - (xy 18.16 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1e8701fc-ad24-40ea-846a-e3db538d6077)) - (fp_poly - (pts - (xy 15.74 3.64) - (xy 15.74 6.06) - (xy 18.16 6.06) - (xy 18.16 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b88717bd-086f-46cd-9d3f-0396009d0996)) - (fp_poly - (pts - (xy 15.74 6.06) - (xy 15.74 8.48) - (xy 18.16 8.48) - (xy 18.16 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 08a7c925-7fae-4530-b0c9-120e185cb318)) - (fp_poly - (pts - (xy 15.74 8.48) - (xy 15.74 10.9) - (xy 18.16 10.9) - (xy 18.16 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7)) - (fp_poly - (pts - (xy 15.74 10.9) - (xy 15.74 13.32) - (xy 18.16 13.32) - (xy 18.16 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e)) - (fp_poly - (pts - (xy 15.74 20.58) - (xy 15.74 23) - (xy 18.16 23) - (xy 18.16 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137)) - (fp_poly - (pts - (xy 15.74 23) - (xy 15.74 25.42) - (xy 18.16 25.42) - (xy 18.16 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543)) - (fp_poly - (pts - (xy 18.16 -25.4) - (xy 18.16 -22.98) - (xy 20.58 -22.98) - (xy 20.58 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 994b6220-4755-4d84-91b3-6122ac1c2c5e)) - (fp_poly - (pts - (xy 18.16 -20.56) - (xy 18.16 -18.14) - (xy 20.58 -18.14) - (xy 20.58 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9cb12cc8-7f1a-4a01-9256-c119f11a8a02)) - (fp_poly - (pts - (xy 18.16 -18.14) - (xy 18.16 -15.72) - (xy 20.58 -15.72) - (xy 20.58 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 2dc272bd-3aa2-45b5-889d-1d3c8aac80f8)) - (fp_poly - (pts - (xy 18.16 -15.72) - (xy 18.16 -13.3) - (xy 20.58 -13.3) - (xy 20.58 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6595b9c7-02ee-4647-bde5-6b566e35163e)) - (fp_poly - (pts - (xy 18.16 -10.88) - (xy 18.16 -8.46) - (xy 20.58 -8.46) - (xy 20.58 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp dde51ae5-b215-445e-92bb-4a12ec410531)) - (fp_poly - (pts - (xy 18.16 -6.04) - (xy 18.16 -3.62) - (xy 20.58 -3.62) - (xy 20.58 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0ff508fd-18da-4ab7-9844-3c8a28c2587e)) - (fp_poly - (pts - (xy 18.16 1.22) - (xy 18.16 3.64) - (xy 20.58 3.64) - (xy 20.58 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 24f7628d-681d-4f0e-8409-40a129e929d9)) - (fp_poly - (pts - (xy 18.16 6.06) - (xy 18.16 8.48) - (xy 20.58 8.48) - (xy 20.58 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7edc9030-db7b-43ac-a1b3-b87eeacb4c2d)) - (fp_poly - (pts - (xy 18.16 10.9) - (xy 18.16 13.32) - (xy 20.58 13.32) - (xy 20.58 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 666713b0-70f4-42df-8761-f65bc212d03b)) - (fp_poly - (pts - (xy 18.16 15.74) - (xy 18.16 18.16) - (xy 20.58 18.16) - (xy 20.58 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (fp_poly - (pts - (xy 18.16 18.16) - (xy 18.16 20.58) - (xy 20.58 20.58) - (xy 20.58 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a690fc6c-55d9-47e6-b533-faa4b67e20f3)) - (fp_poly - (pts - (xy 18.16 20.58) - (xy 18.16 23) - (xy 20.58 23) - (xy 20.58 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (fp_poly - (pts - (xy 20.58 -25.4) - (xy 20.58 -22.98) - (xy 23 -22.98) - (xy 23 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 097edb1b-8998-4e70-b670-bba125982348)) - (fp_poly - (pts - (xy 20.58 -10.88) - (xy 20.58 -8.46) - (xy 23 -8.46) - (xy 23 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 70e15522-1572-4451-9c0d-6d36ac70d8c6)) - (fp_poly - (pts - (xy 20.58 -6.04) - (xy 20.58 -3.62) - (xy 23 -3.62) - (xy 23 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1f3003e6-dce5-420f-906b-3f1e92b67249)) - (fp_poly - (pts - (xy 20.58 -1.2) - (xy 20.58 1.22) - (xy 23 1.22) - (xy 23 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7e023245-2c2b-4e2b-bfb9-5d35176e88f2)) - (fp_poly - (pts - (xy 20.58 3.64) - (xy 20.58 6.06) - (xy 23 6.06) - (xy 23 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 63ff1c93-3f96-4c33-b498-5dd8c33bccc0)) - (fp_poly - (pts - (xy 20.58 6.06) - (xy 20.58 8.48) - (xy 23 8.48) - (xy 23 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 5528bcad-2950-4673-90eb-c37e6952c475)) - (fp_poly - (pts - (xy 20.58 10.9) - (xy 20.58 13.32) - (xy 23 13.32) - (xy 23 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6c2e273e-743c-4f1e-a647-4171f8122550)) - (fp_poly - (pts - (xy 20.58 13.32) - (xy 20.58 15.74) - (xy 23 15.74) - (xy 23 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0b21a65d-d20b-411e-920a-75c343ac5136)) - (fp_poly - (pts - (xy 20.58 18.16) - (xy 20.58 20.58) - (xy 23 20.58) - (xy 23 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a3e4f0ae-9f86-49e9-b386-ed8b42e012fb)) - (fp_poly - (pts - (xy 20.58 20.58) - (xy 20.58 23) - (xy 23 23) - (xy 23 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 66116376-6967-4178-9f23-a26cdeafc400)) - (fp_poly - (pts - (xy 23 -25.4) - (xy 23 -22.98) - (xy 25.42 -22.98) - (xy 25.42 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 477311b9-8f81-40c8-9c55-fd87e287247a)) - (fp_poly - (pts - (xy 23 -22.98) - (xy 23 -20.56) - (xy 25.42 -20.56) - (xy 25.42 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0351df45-d042-41d4-ba35-88092c7be2fc)) - (fp_poly - (pts - (xy 23 -20.56) - (xy 23 -18.14) - (xy 25.42 -18.14) - (xy 25.42 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c7e7067c-5f5e-48d8-ab59-df26f9b35863)) - (fp_poly - (pts - (xy 23 -18.14) - (xy 23 -15.72) - (xy 25.42 -15.72) - (xy 25.42 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 5114c7bf-b955-49f3-a0a8-4b954c81bde0)) - (fp_poly - (pts - (xy 23 -15.72) - (xy 23 -13.3) - (xy 25.42 -13.3) - (xy 25.42 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f3628265-0155-43e2-a467-c40ff783e265)) - (fp_poly - (pts - (xy 23 -13.3) - (xy 23 -10.88) - (xy 25.42 -10.88) - (xy 25.42 -13.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8a650ebf-3f78-4ca4-a26b-a5028693e36d)) - (fp_poly - (pts - (xy 23 -10.88) - (xy 23 -8.46) - (xy 25.42 -8.46) - (xy 25.42 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d3d7e298-1d39-4294-a3ab-c84cc0dc5e5a)) - (fp_poly - (pts - (xy 23 -6.04) - (xy 23 -3.62) - (xy 25.42 -3.62) - (xy 25.42 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 03caada9-9e22-4e2d-9035-b15433dfbb17)) - (fp_poly - (pts - (xy 23 -1.2) - (xy 23 1.22) - (xy 25.42 1.22) - (xy 25.42 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 40165eda-4ba6-4565-9bb4-b9df6dbb08da)) - (fp_poly - (pts - (xy 23 1.22) - (xy 23 3.64) - (xy 25.42 3.64) - (xy 25.42 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 3a7648d8-121a-4921-9b92-9b35b76ce39b)) - (fp_poly - (pts - (xy 23 3.64) - (xy 23 6.06) - (xy 25.42 6.06) - (xy 25.42 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9e1b837f-0d34-4a18-9644-9ee68f141f46)) - (fp_poly - (pts - (xy 23 10.9) - (xy 23 13.32) - (xy 25.42 13.32) - (xy 25.42 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e857610b-4434-4144-b04e-43c1ebdc5ceb)) - (fp_poly - (pts - (xy 23 18.16) - (xy 23 20.58) - (xy 25.42 20.58) - (xy 25.42 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 54365317-1355-4216-bb75-829375abc4ec)) - (fp_poly - (pts - (xy 23 20.58) - (xy 23 23) - (xy 25.42 23) - (xy 25.42 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45)) - ) - - (footprint "qr:QR2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061d27619) - (at 101.1 79) - (attr through_hole) - (fp_text reference "QR2" (at 0 8.75) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b34a16c-5a14-4291-8242-ea6d6ac54372) - ) - (fp_text value "QR2" (at 0 -8.75) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 35a9f71f-ba35-47f6-814e-4106ac36c51e) - ) - (fp_text user "qr_version: 2" (at 0 -10.45) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce) - ) - (fp_text user "qr_ecc: 3,2" (at 0 -13.85) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2db910a0-b943-40b4-b81f-068ba5265f56) - ) - (fp_text user " bogus 1 2 3 4" (at 0 -17.25) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3f8a5430-68a9-4732-9b89-4e00dd8ae219) - ) - (fp_text user "qr_mask: 2" (at 0 -15.55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 96de0051-7945-413a-9219-1ab367546962) - ) - (fp_text user "qr_size: 25" (at 0 -12.15) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f8bd6470-fafd-47f2-8ed5-9449988187ce) - ) - (fp_poly - (pts - (xy -7.5 -7.5) - (xy -7.5 -6.9) - (xy -6.9 -6.9) - (xy -6.9 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c094494a-f6f7-43fc-a007-4951484ddf3a)) - (fp_poly - (pts - (xy -7.5 -6.9) - (xy -7.5 -6.3) - (xy -6.9 -6.3) - (xy -6.9 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 29e058a7-50a3-43e5-81c3-bfee53da08be)) - (fp_poly - (pts - (xy -7.5 -6.3) - (xy -7.5 -5.7) - (xy -6.9 -5.7) - (xy -6.9 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d5b800ca-1ab6-4b66-b5f7-2dda5658b504)) - (fp_poly - (pts - (xy -7.5 -5.7) - (xy -7.5 -5.1) - (xy -6.9 -5.1) - (xy -6.9 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0325ec43-0390-4ae2-b055-b1ec6ce17b1c)) - (fp_poly - (pts - (xy -7.5 -5.1) - (xy -7.5 -4.5) - (xy -6.9 -4.5) - (xy -6.9 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 658dad07-97fd-466c-8b49-21892ac96ea4)) - (fp_poly - (pts - (xy -7.5 -4.5) - (xy -7.5 -3.9) - (xy -6.9 -3.9) - (xy -6.9 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6a2b20ae-096c-4d9f-92f8-2087c865914f)) - (fp_poly - (pts - (xy -7.5 -3.9) - (xy -7.5 -3.3) - (xy -6.9 -3.3) - (xy -6.9 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c106154f-d948-43e5-abfa-e1b96055d91b)) - (fp_poly - (pts - (xy -7.5 -2.1) - (xy -7.5 -1.5) - (xy -6.9 -1.5) - (xy -6.9 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f6c644f4-3036-41a6-9e14-2c08c079c6cd)) - (fp_poly - (pts - (xy -7.5 -0.9) - (xy -7.5 -0.3) - (xy -6.9 -0.3) - (xy -6.9 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b5071759-a4d7-4769-be02-251f23cd4454)) - (fp_poly - (pts - (xy -7.5 0.3) - (xy -7.5 0.9) - (xy -6.9 0.9) - (xy -6.9 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f78e02cd-9600-4173-be8d-67e530b5d19f)) - (fp_poly - (pts - (xy -7.5 0.9) - (xy -7.5 1.5) - (xy -6.9 1.5) - (xy -6.9 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6f675e5f-8fe6-4148-baf1-da97afc770f8)) - (fp_poly - (pts - (xy -7.5 1.5) - (xy -7.5 2.1) - (xy -6.9 2.1) - (xy -6.9 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f9c81c26-f253-4227-a69f-53e64841cfbe)) - (fp_poly - (pts - (xy -7.5 2.1) - (xy -7.5 2.7) - (xy -6.9 2.7) - (xy -6.9 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fd3499d5-6fd2-49a4-bdb0-109cee899fde)) - (fp_poly - (pts - (xy -7.5 3.3) - (xy -7.5 3.9) - (xy -6.9 3.9) - (xy -6.9 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 479331ff-c540-41f4-84e6-b48d65171e59)) - (fp_poly - (pts - (xy -7.5 3.9) - (xy -7.5 4.5) - (xy -6.9 4.5) - (xy -6.9 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 16121028-bdf5-49c0-aae7-e28fe5bfa771)) - (fp_poly - (pts - (xy -7.5 4.5) - (xy -7.5 5.1) - (xy -6.9 5.1) - (xy -6.9 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 196a8dd5-5fd6-4c7f-ae4a-0104bd82e61b)) - (fp_poly - (pts - (xy -7.5 5.1) - (xy -7.5 5.7) - (xy -6.9 5.7) - (xy -6.9 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 98914cc3-56fe-40bb-820a-3d157225c145)) - (fp_poly - (pts - (xy -7.5 5.7) - (xy -7.5 6.3) - (xy -6.9 6.3) - (xy -6.9 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 71c6e723-673c-45a9-a0e4-9742220c52a3)) - (fp_poly - (pts - (xy -7.5 6.3) - (xy -7.5 6.9) - (xy -6.9 6.9) - (xy -6.9 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 30317bf0-88bb-49e7-bf8b-9f3883982225)) - (fp_poly - (pts - (xy -7.5 6.9) - (xy -7.5 7.5) - (xy -6.9 7.5) - (xy -6.9 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6ffdf05e-e119-49f9-85e9-13e4901df42a)) - (fp_poly - (pts - (xy -6.9 -7.5) - (xy -6.9 -6.9) - (xy -6.3 -6.9) - (xy -6.3 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9b3c58a7-a9b9-4498-abc0-f9f43e4f0292)) - (fp_poly - (pts - (xy -6.9 -3.9) - (xy -6.9 -3.3) - (xy -6.3 -3.3) - (xy -6.3 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c24d6ac8-802d-4df3-a210-9cb1f693e865)) - (fp_poly - (pts - (xy -6.9 -0.9) - (xy -6.9 -0.3) - (xy -6.3 -0.3) - (xy -6.3 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cada57e2-1fa7-4b9d-a2a0-2218773d5c50)) - (fp_poly - (pts - (xy -6.9 -0.3) - (xy -6.9 0.3) - (xy -6.3 0.3) - (xy -6.3 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f8fc38ec-0b98-40bc-ae2f-e5cc29973bca)) - (fp_poly - (pts - (xy -6.9 3.3) - (xy -6.9 3.9) - (xy -6.3 3.9) - (xy -6.3 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cc15f583-a41b-43af-ba94-a75455506a96)) - (fp_poly - (pts - (xy -6.9 6.9) - (xy -6.9 7.5) - (xy -6.3 7.5) - (xy -6.3 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4c843bdb-6c9e-40dd-85e2-0567846e18ba)) - (fp_poly - (pts - (xy -6.3 -7.5) - (xy -6.3 -6.9) - (xy -5.7 -6.9) - (xy -5.7 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e40e8cef-4fb0-4fc3-be09-3875b2cc8469)) - (fp_poly - (pts - (xy -6.3 -6.3) - (xy -6.3 -5.7) - (xy -5.7 -5.7) - (xy -5.7 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c9667181-b3c7-4b01-b8b4-baa29a9aea63)) - (fp_poly - (pts - (xy -6.3 -5.7) - (xy -6.3 -5.1) - (xy -5.7 -5.1) - (xy -5.7 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7b044939-8c4d-444f-b9e0-a15fcdeb5a86)) - (fp_poly - (pts - (xy -6.3 -5.1) - (xy -6.3 -4.5) - (xy -5.7 -4.5) - (xy -5.7 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 40b14a16-fb82-4b9d-89dd-55cd98abb5cc)) - (fp_poly - (pts - (xy -6.3 -3.9) - (xy -6.3 -3.3) - (xy -5.7 -3.3) - (xy -5.7 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 88668202-3f0b-4d07-84d4-dcd790f57272)) - (fp_poly - (pts - (xy -6.3 -2.7) - (xy -6.3 -2.1) - (xy -5.7 -2.1) - (xy -5.7 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a53767ed-bb28-4f90-abe0-e0ea734812a4)) - (fp_poly - (pts - (xy -6.3 -2.1) - (xy -6.3 -1.5) - (xy -5.7 -1.5) - (xy -5.7 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0cc45b5b-96b3-4284-9cae-a3a9e324a916)) - (fp_poly - (pts - (xy -6.3 -0.3) - (xy -6.3 0.3) - (xy -5.7 0.3) - (xy -5.7 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 34d03349-6d78-4165-a683-2d8b76f2bae8)) - (fp_poly - (pts - (xy -6.3 0.9) - (xy -6.3 1.5) - (xy -5.7 1.5) - (xy -5.7 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa)) - (fp_poly - (pts - (xy -6.3 1.5) - (xy -6.3 2.1) - (xy -5.7 2.1) - (xy -5.7 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 61fe4c73-be59-4519-98f1-a634322a841d)) - (fp_poly - (pts - (xy -6.3 2.1) - (xy -6.3 2.7) - (xy -5.7 2.7) - (xy -5.7 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 71f92193-19b0-44ed-bc7f-77535083d769)) - (fp_poly - (pts - (xy -6.3 3.3) - (xy -6.3 3.9) - (xy -5.7 3.9) - (xy -5.7 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1199146e-a60b-416a-b503-e77d6d2892f9)) - (fp_poly - (pts - (xy -6.3 4.5) - (xy -6.3 5.1) - (xy -5.7 5.1) - (xy -5.7 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b0271cdd-de22-4bf4-8f55-fc137cfbd4ec)) - (fp_poly - (pts - (xy -6.3 5.1) - (xy -6.3 5.7) - (xy -5.7 5.7) - (xy -5.7 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3c5e5ea9-793d-46e3-86bc-5884c4490dc7)) - (fp_poly - (pts - (xy -6.3 5.7) - (xy -6.3 6.3) - (xy -5.7 6.3) - (xy -5.7 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b4833916-7a3e-4498-86fb-ec6d13262ffe)) - (fp_poly - (pts - (xy -6.3 6.9) - (xy -6.3 7.5) - (xy -5.7 7.5) - (xy -5.7 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 72b36951-3ec7-4569-9c88-cf9b4afe1cae)) - (fp_poly - (pts - (xy -5.7 -7.5) - (xy -5.7 -6.9) - (xy -5.1 -6.9) - (xy -5.1 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 15fe8f3d-6077-4e0e-81d0-8ec3f4538981)) - (fp_poly - (pts - (xy -5.7 -6.3) - (xy -5.7 -5.7) - (xy -5.1 -5.7) - (xy -5.1 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ebd06df3-d52b-4cff-99a2-a771df6d3733)) - (fp_poly - (pts - (xy -5.7 -5.7) - (xy -5.7 -5.1) - (xy -5.1 -5.1) - (xy -5.1 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 576c6616-e95d-4f1e-8ead-dea30fcdc8c2)) - (fp_poly - (pts - (xy -5.7 -5.1) - (xy -5.7 -4.5) - (xy -5.1 -4.5) - (xy -5.1 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c09938fd-06b9-4771-9f63-2311626243b3)) - (fp_poly - (pts - (xy -5.7 -3.9) - (xy -5.7 -3.3) - (xy -5.1 -3.3) - (xy -5.1 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 37f31dec-63fc-4634-a141-5dc5d2b60fe4)) - (fp_poly - (pts - (xy -5.7 -2.7) - (xy -5.7 -2.1) - (xy -5.1 -2.1) - (xy -5.1 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5fc9acb6-6dbb-4598-825b-4b9e7c4c67c4)) - (fp_poly - (pts - (xy -5.7 -0.9) - (xy -5.7 -0.3) - (xy -5.1 -0.3) - (xy -5.1 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 752417ee-7d0b-4ac8-a22c-26669881a2ab)) - (fp_poly - (pts - (xy -5.7 0.9) - (xy -5.7 1.5) - (xy -5.1 1.5) - (xy -5.1 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 917920ab-0c6e-4927-974d-ef342cdd4f63)) - (fp_poly - (pts - (xy -5.7 2.1) - (xy -5.7 2.7) - (xy -5.1 2.7) - (xy -5.1 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 143ed874-a01f-4ced-ba4e-bbb66ddd1f70)) - (fp_poly - (pts - (xy -5.7 3.3) - (xy -5.7 3.9) - (xy -5.1 3.9) - (xy -5.1 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 997c2f12-73ba-4c01-9ee0-42e37cbab790)) - (fp_poly - (pts - (xy -5.7 4.5) - (xy -5.7 5.1) - (xy -5.1 5.1) - (xy -5.1 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 076046ab-4b56-4060-b8d9-0d80806d0277)) - (fp_poly - (pts - (xy -5.7 5.1) - (xy -5.7 5.7) - (xy -5.1 5.7) - (xy -5.1 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9dcdc92b-2219-4a4a-8954-45f02cc3ab25)) - (fp_poly - (pts - (xy -5.7 5.7) - (xy -5.7 6.3) - (xy -5.1 6.3) - (xy -5.1 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cc48dd41-7768-48d3-b096-2c4cc2126c9d)) - (fp_poly - (pts - (xy -5.7 6.9) - (xy -5.7 7.5) - (xy -5.1 7.5) - (xy -5.1 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eb8d02e9-145c-465d-b6a8-bae84d47a94b)) - (fp_poly - (pts - (xy -5.1 -7.5) - (xy -5.1 -6.9) - (xy -4.5 -6.9) - (xy -4.5 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 814763c2-92e5-4a2c-941c-9bbd073f6e87)) - (fp_poly - (pts - (xy -5.1 -6.3) - (xy -5.1 -5.7) - (xy -4.5 -5.7) - (xy -4.5 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp be645d0f-8568-47a0-a152-e3ddd33563eb)) - (fp_poly - (pts - (xy -5.1 -5.7) - (xy -5.1 -5.1) - (xy -4.5 -5.1) - (xy -4.5 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 89e83c2e-e90a-4a50-b278-880bac0cfb49)) - (fp_poly - (pts - (xy -5.1 -5.1) - (xy -5.1 -4.5) - (xy -4.5 -4.5) - (xy -4.5 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2d697cf0-e02e-4ed1-a048-a704dab0ee43)) - (fp_poly - (pts - (xy -5.1 -3.9) - (xy -5.1 -3.3) - (xy -4.5 -3.3) - (xy -4.5 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 91c1eb0a-67ae-4ef0-95ce-d060a03a7313)) - (fp_poly - (pts - (xy -5.1 -2.7) - (xy -5.1 -2.1) - (xy -4.5 -2.1) - (xy -4.5 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 18b7e157-ae67-48ad-bd7c-9fef6fe45b22)) - (fp_poly - (pts - (xy -5.1 -2.1) - (xy -5.1 -1.5) - (xy -4.5 -1.5) - (xy -4.5 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6b7c1048-12b6-46b2-b762-fa3ad30472dd)) - (fp_poly - (pts - (xy -5.1 -0.3) - (xy -5.1 0.3) - (xy -4.5 0.3) - (xy -4.5 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bb4b1afc-c46e-451d-8dad-36b7dec82f26)) - (fp_poly - (pts - (xy -5.1 0.3) - (xy -5.1 0.9) - (xy -4.5 0.9) - (xy -4.5 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6f80f798-dc24-438f-a1eb-4ee2936267c8)) - (fp_poly - (pts - (xy -5.1 1.5) - (xy -5.1 2.1) - (xy -4.5 2.1) - (xy -4.5 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e5864fe6-2a71-47f0-90ce-38c3f8901580)) - (fp_poly - (pts - (xy -5.1 3.3) - (xy -5.1 3.9) - (xy -4.5 3.9) - (xy -4.5 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp afd38b10-2eca-4abe-aed1-a96fb07ffdbe)) - (fp_poly - (pts - (xy -5.1 4.5) - (xy -5.1 5.1) - (xy -4.5 5.1) - (xy -4.5 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1171ce37-6ad7-4662-bb68-5592c945ebf3)) - (fp_poly - (pts - (xy -5.1 5.1) - (xy -5.1 5.7) - (xy -4.5 5.7) - (xy -4.5 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp dae72997-44fc-4275-b36f-cd70bf46cfba)) - (fp_poly - (pts - (xy -5.1 5.7) - (xy -5.1 6.3) - (xy -4.5 6.3) - (xy -4.5 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4185c36c-c66e-4dbd-be5d-841e551f4885)) - (fp_poly - (pts - (xy -5.1 6.9) - (xy -5.1 7.5) - (xy -4.5 7.5) - (xy -4.5 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 29bb7297-26fb-4776-9266-2355d022bab0)) - (fp_poly - (pts - (xy -4.5 -7.5) - (xy -4.5 -6.9) - (xy -3.9 -6.9) - (xy -3.9 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e65b62be-e01b-4688-a999-1d1be370c4ae)) - (fp_poly - (pts - (xy -4.5 -3.9) - (xy -4.5 -3.3) - (xy -3.9 -3.3) - (xy -3.9 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 009a4fb4-fcc0-4623-ae5d-c1bae3219583)) - (fp_poly - (pts - (xy -4.5 -2.1) - (xy -4.5 -1.5) - (xy -3.9 -1.5) - (xy -3.9 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4a850cb6-bb24-4274-a902-e49f34f0a0e3)) - (fp_poly - (pts - (xy -4.5 -0.9) - (xy -4.5 -0.3) - (xy -3.9 -0.3) - (xy -3.9 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9f80220c-1612-4589-b9ca-a5579617bdb8)) - (fp_poly - (pts - (xy -4.5 1.5) - (xy -4.5 2.1) - (xy -3.9 2.1) - (xy -3.9 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 699feae1-8cdd-4d2b-947f-f24849c73cdb)) - (fp_poly - (pts - (xy -4.5 3.3) - (xy -4.5 3.9) - (xy -3.9 3.9) - (xy -3.9 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c8fd9dd3-06ad-4146-9239-0065013959ef)) - (fp_poly - (pts - (xy -4.5 6.9) - (xy -4.5 7.5) - (xy -3.9 7.5) - (xy -3.9 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cb6062da-8dcd-4826-92fd-4071e9e97213)) - (fp_poly - (pts - (xy -3.9 -7.5) - (xy -3.9 -6.9) - (xy -3.3 -6.9) - (xy -3.3 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 82be7aae-5d06-4178-8c3e-98760c41b054)) - (fp_poly - (pts - (xy -3.9 -6.9) - (xy -3.9 -6.3) - (xy -3.3 -6.3) - (xy -3.3 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5cf2db29-f7ab-499a-9907-cdeba64bf0f3)) - (fp_poly - (pts - (xy -3.9 -6.3) - (xy -3.9 -5.7) - (xy -3.3 -5.7) - (xy -3.3 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bd9595a1-04f3-4fda-8f1b-e65ad874edd3)) - (fp_poly - (pts - (xy -3.9 -5.7) - (xy -3.9 -5.1) - (xy -3.3 -5.1) - (xy -3.3 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a5e521b9-814e-4853-a5ac-f158785c6269)) - (fp_poly - (pts - (xy -3.9 -5.1) - (xy -3.9 -4.5) - (xy -3.3 -4.5) - (xy -3.3 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 240c10af-51b5-420e-a6f4-a2c8f5db1db5)) - (fp_poly - (pts - (xy -3.9 -4.5) - (xy -3.9 -3.9) - (xy -3.3 -3.9) - (xy -3.3 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4e315e69-0417-463a-8b7f-469a08d1496e)) - (fp_poly - (pts - (xy -3.9 -3.9) - (xy -3.9 -3.3) - (xy -3.3 -3.3) - (xy -3.3 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cf386a39-fc62-49dd-8ec5-e044f6bd67ce)) - (fp_poly - (pts - (xy -3.9 -2.7) - (xy -3.9 -2.1) - (xy -3.3 -2.1) - (xy -3.3 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0f31f11f-c374-4640-b9a4-07bbdba8d354)) - (fp_poly - (pts - (xy -3.9 -1.5) - (xy -3.9 -0.9) - (xy -3.3 -0.9) - (xy -3.3 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 03c7f780-fc1b-487a-b30d-567d6c09fdc8)) - (fp_poly - (pts - (xy -3.9 -0.3) - (xy -3.9 0.3) - (xy -3.3 0.3) - (xy -3.3 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 37b6c6d6-3e12-4736-912a-ea6e2bf06721)) - (fp_poly - (pts - (xy -3.9 0.9) - (xy -3.9 1.5) - (xy -3.3 1.5) - (xy -3.3 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8fc062a7-114d-48eb-a8f8-71128838f380)) - (fp_poly - (pts - (xy -3.9 2.1) - (xy -3.9 2.7) - (xy -3.3 2.7) - (xy -3.3 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 795e68e2-c9ba-45cf-9bff-89b8fae05b5a)) - (fp_poly - (pts - (xy -3.9 3.3) - (xy -3.9 3.9) - (xy -3.3 3.9) - (xy -3.3 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 98b00c9d-9188-4bce-aa70-92d12dd9cf82)) - (fp_poly - (pts - (xy -3.9 3.9) - (xy -3.9 4.5) - (xy -3.3 4.5) - (xy -3.3 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d0a0deb1-4f0f-4ede-b730-2c6d67cb9618)) - (fp_poly - (pts - (xy -3.9 4.5) - (xy -3.9 5.1) - (xy -3.3 5.1) - (xy -3.3 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d4c9471f-7503-4339-928c-d1abae1eede6)) - (fp_poly - (pts - (xy -3.9 5.1) - (xy -3.9 5.7) - (xy -3.3 5.7) - (xy -3.3 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7)) - (fp_poly - (pts - (xy -3.9 5.7) - (xy -3.9 6.3) - (xy -3.3 6.3) - (xy -3.3 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f)) - (fp_poly - (pts - (xy -3.9 6.3) - (xy -3.9 6.9) - (xy -3.3 6.9) - (xy -3.3 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f959907b-1cef-4760-b043-4260a660a2ae)) - (fp_poly - (pts - (xy -3.9 6.9) - (xy -3.9 7.5) - (xy -3.3 7.5) - (xy -3.3 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 36d783e7-096f-4c97-9672-7e08c083b87b)) - (fp_poly - (pts - (xy -3.3 -2.1) - (xy -3.3 -1.5) - (xy -2.7 -1.5) - (xy -2.7 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e5203297-b913-4288-a576-12a92185cb52)) - (fp_poly - (pts - (xy -3.3 -1.5) - (xy -3.3 -0.9) - (xy -2.7 -0.9) - (xy -2.7 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c04386e0-b49e-4fff-b380-675af13a62cb)) - (fp_poly - (pts - (xy -3.3 0.9) - (xy -3.3 1.5) - (xy -2.7 1.5) - (xy -2.7 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4f411f68-04bd-4175-a406-bcaa4cf6601e)) - (fp_poly - (pts - (xy -3.3 1.5) - (xy -3.3 2.1) - (xy -2.7 2.1) - (xy -2.7 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d88958ac-68cd-4955-a63f-0eaa329dec86)) - (fp_poly - (pts - (xy -3.3 2.1) - (xy -3.3 2.7) - (xy -2.7 2.7) - (xy -2.7 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8fcec304-c6b1-4655-8326-beacd0476953)) - (fp_poly - (pts - (xy -2.7 -7.5) - (xy -2.7 -6.9) - (xy -2.1 -6.9) - (xy -2.1 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e1535036-5d36-405f-bb86-3819621c4f23)) - (fp_poly - (pts - (xy -2.7 -6.9) - (xy -2.7 -6.3) - (xy -2.1 -6.3) - (xy -2.1 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp feb26ecb-9193-46ea-a41b-d09305bf0a3e)) - (fp_poly - (pts - (xy -2.7 -6.3) - (xy -2.7 -5.7) - (xy -2.1 -5.7) - (xy -2.1 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 309b3bff-19c8-41ec-a84d-63399c649f46)) - (fp_poly - (pts - (xy -2.7 -4.5) - (xy -2.7 -3.9) - (xy -2.1 -3.9) - (xy -2.1 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 071522c0-d0ed-49b9-906e-6295f67fb0dc)) - (fp_poly - (pts - (xy -2.7 -3.9) - (xy -2.7 -3.3) - (xy -2.1 -3.3) - (xy -2.1 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea)) - (fp_poly - (pts - (xy -2.7 -3.3) - (xy -2.7 -2.7) - (xy -2.1 -2.7) - (xy -2.1 -3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp dc2801a1-d539-4721-b31f-fe196b9f13df)) - (fp_poly - (pts - (xy -2.7 -2.7) - (xy -2.7 -2.1) - (xy -2.1 -2.1) - (xy -2.1 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 998b7fa5-31a5-472e-9572-49d5226d6098)) - (fp_poly - (pts - (xy -2.7 -2.1) - (xy -2.7 -1.5) - (xy -2.1 -1.5) - (xy -2.1 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1f8b2c0c-b042-4e2e-80f6-4959a27b238f)) - (fp_poly - (pts - (xy -2.7 -1.5) - (xy -2.7 -0.9) - (xy -2.1 -0.9) - (xy -2.1 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b9bb0e73-161a-4d06-b6eb-a9f66d8a95f5)) - (fp_poly - (pts - (xy -2.7 -0.3) - (xy -2.7 0.3) - (xy -2.1 0.3) - (xy -2.1 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 86dc7a78-7d51-4111-9eea-8a8f7977eb16)) - (fp_poly - (pts - (xy -2.7 0.9) - (xy -2.7 1.5) - (xy -2.1 1.5) - (xy -2.1 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1fa508ef-df83-4c99-846b-9acf535b3ad9)) - (fp_poly - (pts - (xy -2.7 2.7) - (xy -2.7 3.3) - (xy -2.1 3.3) - (xy -2.1 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 60ff6322-62e2-4602-9bc0-7a0f0a5ecfbf)) - (fp_poly - (pts - (xy -2.7 4.5) - (xy -2.7 5.1) - (xy -2.1 5.1) - (xy -2.1 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 43707e99-bdd7-4b02-9974-540ed6c2b0aa)) - (fp_poly - (pts - (xy -2.7 5.1) - (xy -2.7 5.7) - (xy -2.1 5.7) - (xy -2.1 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c8b6b273-3d20-4a46-8069-f6d608563604)) - (fp_poly - (pts - (xy -2.7 5.7) - (xy -2.7 6.3) - (xy -2.1 6.3) - (xy -2.1 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0fd35a3e-b394-4aae-875a-fac843f9cbb7)) - (fp_poly - (pts - (xy -2.1 -6.9) - (xy -2.1 -6.3) - (xy -1.5 -6.3) - (xy -1.5 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 382ca670-6ae8-4de6-90f9-f241d1337171)) - (fp_poly - (pts - (xy -2.1 -5.7) - (xy -2.1 -5.1) - (xy -1.5 -5.1) - (xy -1.5 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 262f1ea9-0133-4b43-be36-456207ea857c)) - (fp_poly - (pts - (xy -2.1 -4.5) - (xy -2.1 -3.9) - (xy -1.5 -3.9) - (xy -1.5 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2846428d-39de-4eae-8ce2-64955d56c493)) - (fp_poly - (pts - (xy -2.1 -2.7) - (xy -2.1 -2.1) - (xy -1.5 -2.1) - (xy -1.5 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e4d2f565-25a0-48c6-be59-f4bf31ad2558)) - (fp_poly - (pts - (xy -2.1 -2.1) - (xy -2.1 -1.5) - (xy -1.5 -1.5) - (xy -1.5 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 700e8b73-5976-423f-a3f3-ab3d9f3e9760)) - (fp_poly - (pts - (xy -2.1 -0.9) - (xy -2.1 -0.3) - (xy -1.5 -0.3) - (xy -1.5 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 224768bc-6009-43ba-aa4a-70cbaa15b5a3)) - (fp_poly - (pts - (xy -2.1 -0.3) - (xy -2.1 0.3) - (xy -1.5 0.3) - (xy -1.5 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e32ee344-1030-4498-9cac-bfbf7540faf4)) - (fp_poly - (pts - (xy -2.1 0.9) - (xy -2.1 1.5) - (xy -1.5 1.5) - (xy -1.5 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 155b0b7c-70b4-4a26-a550-bac13cab0aa4)) - (fp_poly - (pts - (xy -2.1 5.1) - (xy -2.1 5.7) - (xy -1.5 5.7) - (xy -1.5 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 92035a88-6c95-4a61-bd8a-cb8dd9e5018a)) - (fp_poly - (pts - (xy -2.1 5.7) - (xy -2.1 6.3) - (xy -1.5 6.3) - (xy -1.5 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c088f712-1abe-4cac-9a8b-d564931395aa)) - (fp_poly - (pts - (xy -2.1 6.3) - (xy -2.1 6.9) - (xy -1.5 6.9) - (xy -1.5 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cb721686-5255-4788-a3b0-ce4312e32eb7)) - (fp_poly - (pts - (xy -2.1 6.9) - (xy -2.1 7.5) - (xy -1.5 7.5) - (xy -1.5 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0a1a4d88-972a-46ce-b25e-6cb796bd41f7)) - (fp_poly - (pts - (xy -1.5 -7.5) - (xy -1.5 -6.9) - (xy -0.9 -6.9) - (xy -0.9 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d9c6d5d2-0b49-49ba-a970-cd2c32f74c54)) - (fp_poly - (pts - (xy -1.5 -5.1) - (xy -1.5 -4.5) - (xy -0.9 -4.5) - (xy -0.9 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7)) - (fp_poly - (pts - (xy -1.5 -4.5) - (xy -1.5 -3.9) - (xy -0.9 -3.9) - (xy -0.9 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4fa10683-33cd-4dcd-8acc-2415cd63c62a)) - (fp_poly - (pts - (xy -1.5 -3.9) - (xy -1.5 -3.3) - (xy -0.9 -3.3) - (xy -0.9 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eae0ab9f-65b2-44d3-aba7-873c3227fba7)) - (fp_poly - (pts - (xy -1.5 -2.1) - (xy -1.5 -1.5) - (xy -0.9 -1.5) - (xy -0.9 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b4300db7-1220-431a-b7c3-2edbdf8fa6fc)) - (fp_poly - (pts - (xy -1.5 -1.5) - (xy -1.5 -0.9) - (xy -0.9 -0.9) - (xy -0.9 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4107d40a-e5df-4255-aacc-13f9928e090c)) - (fp_poly - (pts - (xy -1.5 -0.9) - (xy -1.5 -0.3) - (xy -0.9 -0.3) - (xy -0.9 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fef37e8b-0ff0-4da2-8a57-acaf19551d1a)) - (fp_poly - (pts - (xy -1.5 0.3) - (xy -1.5 0.9) - (xy -0.9 0.9) - (xy -0.9 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f66398f1-1ae7-4d4d-939f-958c174c6bce)) - (fp_poly - (pts - (xy -1.5 0.9) - (xy -1.5 1.5) - (xy -0.9 1.5) - (xy -0.9 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 399fc36a-ed5d-44b5-82f7-c6f83d9acc14)) - (fp_poly - (pts - (xy -1.5 1.5) - (xy -1.5 2.1) - (xy -0.9 2.1) - (xy -0.9 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b6cd701f-4223-4e72-a305-466869ccb250)) - (fp_poly - (pts - (xy -1.5 3.3) - (xy -1.5 3.9) - (xy -0.9 3.9) - (xy -0.9 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a24ce0e2-fdd3-4e6a-b754-5dee9713dd27)) - (fp_poly - (pts - (xy -1.5 3.9) - (xy -1.5 4.5) - (xy -0.9 4.5) - (xy -0.9 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6bd115d6-07e0-45db-8f2e-3cbb0429104f)) - (fp_poly - (pts - (xy -1.5 4.5) - (xy -1.5 5.1) - (xy -0.9 5.1) - (xy -0.9 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e17e6c0e-7e5b-43f0-ad48-0a2760b45b04)) - (fp_poly - (pts - (xy -1.5 5.7) - (xy -1.5 6.3) - (xy -0.9 6.3) - (xy -0.9 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ea6fde00-59dc-4a79-a647-7e38199fae0e)) - (fp_poly - (pts - (xy -1.5 6.9) - (xy -1.5 7.5) - (xy -0.9 7.5) - (xy -0.9 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c9b9e62d-dede-4d1a-9a05-275614f8bdb2)) - (fp_poly - (pts - (xy -0.9 -7.5) - (xy -0.9 -6.9) - (xy -0.3 -6.9) - (xy -0.3 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a6b7df29-bcf8-46a9-b623-7eaac47f5110)) - (fp_poly - (pts - (xy -0.9 -5.7) - (xy -0.9 -5.1) - (xy -0.3 -5.1) - (xy -0.3 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c1c799a0-3c93-493a-9ad7-8a0561bc69ee)) - (fp_poly - (pts - (xy -0.9 -5.1) - (xy -0.9 -4.5) - (xy -0.3 -4.5) - (xy -0.3 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 592f25e6-a01b-47fd-8172-3da01117d00a)) - (fp_poly - (pts - (xy -0.9 -2.1) - (xy -0.9 -1.5) - (xy -0.3 -1.5) - (xy -0.3 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 79e31048-072a-4a40-a625-26bb0b5f046b)) - (fp_poly - (pts - (xy -0.9 -1.5) - (xy -0.9 -0.9) - (xy -0.3 -0.9) - (xy -0.3 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9)) - (fp_poly - (pts - (xy -0.9 -0.3) - (xy -0.9 0.3) - (xy -0.3 0.3) - (xy -0.3 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0bcafe80-ffba-4f1e-ae51-95a595b006db)) - (fp_poly - (pts - (xy -0.9 1.5) - (xy -0.9 2.1) - (xy -0.3 2.1) - (xy -0.3 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp af347946-e3da-4427-87ab-77b747929f50)) - (fp_poly - (pts - (xy -0.9 2.7) - (xy -0.9 3.3) - (xy -0.3 3.3) - (xy -0.3 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e7369115-d491-4ef3-be3d-f5298992c3e8)) - (fp_poly - (pts - (xy -0.9 3.3) - (xy -0.9 3.9) - (xy -0.3 3.9) - (xy -0.3 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3f43d730-2a73-49fe-9672-32428e7f5b49)) - (fp_poly - (pts - (xy -0.9 3.9) - (xy -0.9 4.5) - (xy -0.3 4.5) - (xy -0.3 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 97fe2a5c-4eee-4c7a-9c43-47749b396494)) - (fp_poly - (pts - (xy -0.9 4.5) - (xy -0.9 5.1) - (xy -0.3 5.1) - (xy -0.3 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e4e20505-1208-4100-a4aa-676f50844c06)) - (fp_poly - (pts - (xy -0.9 5.1) - (xy -0.9 5.7) - (xy -0.3 5.7) - (xy -0.3 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4ec618ae-096f-4256-9328-005ee04f13d6)) - (fp_poly - (pts - (xy -0.9 6.3) - (xy -0.9 6.9) - (xy -0.3 6.9) - (xy -0.3 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d4db7f11-8cfe-40d2-b021-b36f05241701)) - (fp_poly - (pts - (xy -0.3 -7.5) - (xy -0.3 -6.9) - (xy 0.3 -6.9) - (xy 0.3 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a9b3f6e4-7a6d-4ae8-ad28-3d8458e0ca1a)) - (fp_poly - (pts - (xy -0.3 -5.7) - (xy -0.3 -5.1) - (xy 0.3 -5.1) - (xy 0.3 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 721d1be9-236e-470b-ba69-f1cc6c43faf9)) - (fp_poly - (pts - (xy -0.3 -5.1) - (xy -0.3 -4.5) - (xy 0.3 -4.5) - (xy 0.3 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cb614b23-9af3-4aec-bed8-c1374e001510)) - (fp_poly - (pts - (xy -0.3 -3.9) - (xy -0.3 -3.3) - (xy 0.3 -3.3) - (xy 0.3 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 70fb572d-d5ec-41e7-9482-63d4578b4f47)) - (fp_poly - (pts - (xy -0.3 -3.3) - (xy -0.3 -2.7) - (xy 0.3 -2.7) - (xy 0.3 -3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 970e0f64-111f-41e3-9f5a-fb0d0f6fa101)) - (fp_poly - (pts - (xy -0.3 -0.9) - (xy -0.3 -0.3) - (xy 0.3 -0.3) - (xy 0.3 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d21cc5e4-177a-4e1d-a8d5-060ed33e5b8e)) - (fp_poly - (pts - (xy -0.3 -0.3) - (xy -0.3 0.3) - (xy 0.3 0.3) - (xy 0.3 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 026ac84e-b8b2-4dd2-b675-8323c24fd778)) - (fp_poly - (pts - (xy -0.3 0.9) - (xy -0.3 1.5) - (xy 0.3 1.5) - (xy 0.3 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00)) - (fp_poly - (pts - (xy -0.3 3.9) - (xy -0.3 4.5) - (xy 0.3 4.5) - (xy 0.3 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ce72ea62-9343-4a4f-81bf-8ac601f5d005)) - (fp_poly - (pts - (xy -0.3 4.5) - (xy -0.3 5.1) - (xy 0.3 5.1) - (xy 0.3 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 79770cd5-32d7-429a-8248-0d9e6212231a)) - (fp_poly - (pts - (xy -0.3 5.1) - (xy -0.3 5.7) - (xy 0.3 5.7) - (xy 0.3 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3326423d-8df7-4a7e-a354-349430b8fbd7)) - (fp_poly - (pts - (xy -0.3 6.9) - (xy -0.3 7.5) - (xy 0.3 7.5) - (xy 0.3 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bdf40d30-88ff-4479-bad1-69529464b61b)) - (fp_poly - (pts - (xy 0.3 -7.5) - (xy 0.3 -6.9) - (xy 0.9 -6.9) - (xy 0.9 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7a4ce4b3-518a-4819-b8b2-5127b3347c64)) - (fp_poly - (pts - (xy 0.3 -6.9) - (xy 0.3 -6.3) - (xy 0.9 -6.3) - (xy 0.9 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459)) - (fp_poly - (pts - (xy 0.3 -5.1) - (xy 0.3 -4.5) - (xy 0.9 -4.5) - (xy 0.9 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 20cca02e-4c4d-4961-b6b4-b40a1731b220)) - (fp_poly - (pts - (xy 0.3 -4.5) - (xy 0.3 -3.9) - (xy 0.9 -3.9) - (xy 0.9 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd)) - (fp_poly - (pts - (xy 0.3 -3.3) - (xy 0.3 -2.7) - (xy 0.9 -2.7) - (xy 0.9 -3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b6135480-ace6-42b2-9c47-856ef57cded1)) - (fp_poly - (pts - (xy 0.3 -2.7) - (xy 0.3 -2.1) - (xy 0.9 -2.1) - (xy 0.9 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e502d1d5-04b0-4d4b-b5c3-8c52d09668e7)) - (fp_poly - (pts - (xy 0.3 -2.1) - (xy 0.3 -1.5) - (xy 0.9 -1.5) - (xy 0.9 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c76d4423-ef1b-4a6f-8176-33d65f2877bb)) - (fp_poly - (pts - (xy 0.3 -1.5) - (xy 0.3 -0.9) - (xy 0.9 -0.9) - (xy 0.9 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0ae82096-0994-4fb0-9a2a-d4ac4804abac)) - (fp_poly - (pts - (xy 0.3 -0.9) - (xy 0.3 -0.3) - (xy 0.9 -0.3) - (xy 0.9 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 89c0bc4d-eee5-4a77-ac35-d30b35db5cbe)) - (fp_poly - (pts - (xy 0.3 0.3) - (xy 0.3 0.9) - (xy 0.9 0.9) - (xy 0.9 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 088f77ba-fca9-42b3-876e-a6937267f957)) - (fp_poly - (pts - (xy 0.3 0.9) - (xy 0.3 1.5) - (xy 0.9 1.5) - (xy 0.9 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 00e38d63-5436-49db-81f5-697421f168fc)) - (fp_poly - (pts - (xy 0.3 1.5) - (xy 0.3 2.1) - (xy 0.9 2.1) - (xy 0.9 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e7e08b48-3d04-49da-8349-6de530a20c67)) - (fp_poly - (pts - (xy 0.3 2.1) - (xy 0.3 2.7) - (xy 0.9 2.7) - (xy 0.9 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 411d4270-c66c-4318-b7fb-1470d34862b8)) - (fp_poly - (pts - (xy 0.3 3.3) - (xy 0.3 3.9) - (xy 0.9 3.9) - (xy 0.9 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9186dae5-6dc3-4744-9f90-e697559c6ac8)) - (fp_poly - (pts - (xy 0.3 5.7) - (xy 0.3 6.3) - (xy 0.9 6.3) - (xy 0.9 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f73b5500-6337-4860-a114-6e307f65ec9f)) - (fp_poly - (pts - (xy 0.3 6.3) - (xy 0.3 6.9) - (xy 0.9 6.9) - (xy 0.9 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp faa1812c-fdf3-47ae-9cf4-ae06a263bfbd)) - (fp_poly - (pts - (xy 0.3 6.9) - (xy 0.3 7.5) - (xy 0.9 7.5) - (xy 0.9 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 57276367-9ce4-4738-88d7-6e8cb94c966c)) - (fp_poly - (pts - (xy 0.9 -7.5) - (xy 0.9 -6.9) - (xy 1.5 -6.9) - (xy 1.5 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 20c315f4-1e4f-49aa-8d61-778a7389df7e)) - (fp_poly - (pts - (xy 0.9 -6.9) - (xy 0.9 -6.3) - (xy 1.5 -6.3) - (xy 1.5 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b0906e10-2fbc-4309-a8b4-6fc4cd1a5490)) - (fp_poly - (pts - (xy 0.9 -6.3) - (xy 0.9 -5.7) - (xy 1.5 -5.7) - (xy 1.5 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8c0807a7-765b-4fa5-baaa-e09a2b610e6b)) - (fp_poly - (pts - (xy 0.9 -5.1) - (xy 0.9 -4.5) - (xy 1.5 -4.5) - (xy 1.5 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5487601b-81d3-4c70-8f3d-cf9df9c63302)) - (fp_poly - (pts - (xy 0.9 -4.5) - (xy 0.9 -3.9) - (xy 1.5 -3.9) - (xy 1.5 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079)) - (fp_poly - (pts - (xy 0.9 -3.9) - (xy 0.9 -3.3) - (xy 1.5 -3.3) - (xy 1.5 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7afa54c4-2181-41d3-81f7-39efc497ecae)) - (fp_poly - (pts - (xy 0.9 -3.3) - (xy 0.9 -2.7) - (xy 1.5 -2.7) - (xy 1.5 -3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6d1d60ff-408a-47a7-892f-c5cf9ef6ca75)) - (fp_poly - (pts - (xy 0.9 -2.1) - (xy 0.9 -1.5) - (xy 1.5 -1.5) - (xy 1.5 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f7667b23-296e-4362-a7e3-949632c8954b)) - (fp_poly - (pts - (xy 0.9 -1.5) - (xy 0.9 -0.9) - (xy 1.5 -0.9) - (xy 1.5 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e0f06b5c-de63-4833-a591-ca9e19217a35)) - (fp_poly - (pts - (xy 0.9 -0.3) - (xy 0.9 0.3) - (xy 1.5 0.3) - (xy 1.5 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp da25bf79-0abb-4fac-a221-ca5c574dfc29)) - (fp_poly - (pts - (xy 0.9 0.3) - (xy 0.9 0.9) - (xy 1.5 0.9) - (xy 1.5 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 71989e06-8659-4605-b2da-4f729cc41263)) - (fp_poly - (pts - (xy 0.9 2.1) - (xy 0.9 2.7) - (xy 1.5 2.7) - (xy 1.5 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0520f61d-4522-4301-a3fa-8ed0bf060f69)) - (fp_poly - (pts - (xy 0.9 2.7) - (xy 0.9 3.3) - (xy 1.5 3.3) - (xy 1.5 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp aa130053-a451-4f12-97f7-3d4d891a5f83)) - (fp_poly - (pts - (xy 0.9 5.7) - (xy 0.9 6.3) - (xy 1.5 6.3) - (xy 1.5 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d3d57924-54a6-421d-a3a0-a044fc909e88)) - (fp_poly - (pts - (xy 0.9 6.3) - (xy 0.9 6.9) - (xy 1.5 6.9) - (xy 1.5 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 88cb65f4-7e9e-44eb-8692-3b6e2e788a94)) - (fp_poly - (pts - (xy 0.9 6.9) - (xy 0.9 7.5) - (xy 1.5 7.5) - (xy 1.5 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e5217a0c-7f55-4c30-adda-7f8d95709d1b)) - (fp_poly - (pts - (xy 1.5 -6.9) - (xy 1.5 -6.3) - (xy 2.1 -6.3) - (xy 2.1 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0ce8d3ab-2662-4158-8a2a-18b782908fc5)) - (fp_poly - (pts - (xy 1.5 -5.7) - (xy 1.5 -5.1) - (xy 2.1 -5.1) - (xy 2.1 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5edcefbe-9766-42c8-9529-28d0ec865573)) - (fp_poly - (pts - (xy 1.5 -3.3) - (xy 1.5 -2.7) - (xy 2.1 -2.7) - (xy 2.1 -3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e4aa537c-eb9d-4dbb-ac87-fae46af42391)) - (fp_poly - (pts - (xy 1.5 -2.7) - (xy 1.5 -2.1) - (xy 2.1 -2.1) - (xy 2.1 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7c04618d-9115-4179-b234-a8faf854ea92)) - (fp_poly - (pts - (xy 1.5 -1.5) - (xy 1.5 -0.9) - (xy 2.1 -0.9) - (xy 2.1 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8195a7cf-4576-44dd-9e0e-ee048fdb93dd)) - (fp_poly - (pts - (xy 1.5 -0.9) - (xy 1.5 -0.3) - (xy 2.1 -0.3) - (xy 2.1 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e1c30a32-820e-4b17-aec9-5cb8b76f0ccc)) - (fp_poly - (pts - (xy 1.5 0.3) - (xy 1.5 0.9) - (xy 2.1 0.9) - (xy 2.1 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9a0b74a5-4879-4b51-8e8e-6d85a0107422)) - (fp_poly - (pts - (xy 1.5 2.7) - (xy 1.5 3.3) - (xy 2.1 3.3) - (xy 2.1 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9186fd02-f30d-4e17-aa38-378ab73e3908)) - (fp_poly - (pts - (xy 1.5 3.3) - (xy 1.5 3.9) - (xy 2.1 3.9) - (xy 2.1 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f1a9fb80-4cc4-410f-9616-e19c969dcab5)) - (fp_poly - (pts - (xy 1.5 3.9) - (xy 1.5 4.5) - (xy 2.1 4.5) - (xy 2.1 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fb30f9bb-6a0b-4d8a-82b0-266eab794bc6)) - (fp_poly - (pts - (xy 1.5 4.5) - (xy 1.5 5.1) - (xy 2.1 5.1) - (xy 2.1 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 99332785-d9f1-4363-9377-26ddc18e6d2c)) - (fp_poly - (pts - (xy 1.5 5.1) - (xy 1.5 5.7) - (xy 2.1 5.7) - (xy 2.1 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4d4fecdd-be4a-47e9-9085-2268d5852d8f)) - (fp_poly - (pts - (xy 1.5 6.9) - (xy 1.5 7.5) - (xy 2.1 7.5) - (xy 2.1 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5b0a5a46-7b51-4262-a80e-d33dd1806615)) - (fp_poly - (pts - (xy 2.1 -6.9) - (xy 2.1 -6.3) - (xy 2.7 -6.3) - (xy 2.7 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 29195ea4-8218-44a1-b4bf-466bee0082e4)) - (fp_poly - (pts - (xy 2.1 -6.3) - (xy 2.1 -5.7) - (xy 2.7 -5.7) - (xy 2.7 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2e842263-c0ba-46fd-a760-6624d4c78278)) - (fp_poly - (pts - (xy 2.1 -5.1) - (xy 2.1 -4.5) - (xy 2.7 -4.5) - (xy 2.7 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a29f8df0-3fae-4edf-8d9c-bd5a875b13e3)) - (fp_poly - (pts - (xy 2.1 -4.5) - (xy 2.1 -3.9) - (xy 2.7 -3.9) - (xy 2.7 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b1ddb058-f7b2-429c-9489-f4e2242ad7e5)) - (fp_poly - (pts - (xy 2.1 -3.9) - (xy 2.1 -3.3) - (xy 2.7 -3.3) - (xy 2.7 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 609b9e1b-4e3b-42b7-ac76-a62ec4d0e7c7)) - (fp_poly - (pts - (xy 2.1 -3.3) - (xy 2.1 -2.7) - (xy 2.7 -2.7) - (xy 2.7 -3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f9403623-c00c-4b71-bc5c-d763ff009386)) - (fp_poly - (pts - (xy 2.1 -2.1) - (xy 2.1 -1.5) - (xy 2.7 -1.5) - (xy 2.7 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b873bc5d-a9af-4bd9-afcb-87ce4d417120)) - (fp_poly - (pts - (xy 2.1 0.3) - (xy 2.1 0.9) - (xy 2.7 0.9) - (xy 2.7 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eae14f5f-515c-4a6f-ad0e-e8ef233d14bf)) - (fp_poly - (pts - (xy 2.1 1.5) - (xy 2.1 2.1) - (xy 2.7 2.1) - (xy 2.7 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9bac9ad3-a7b9-47f0-87c7-d8630653df68)) - (fp_poly - (pts - (xy 2.1 2.1) - (xy 2.1 2.7) - (xy 2.7 2.7) - (xy 2.7 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c8b92953-cd23-44e6-85ce-083fb8c3f20f)) - (fp_poly - (pts - (xy 2.1 2.7) - (xy 2.1 3.3) - (xy 2.7 3.3) - (xy 2.7 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4d586a18-26c5-441e-a9ff-8125ee516126)) - (fp_poly - (pts - (xy 2.1 3.3) - (xy 2.1 3.9) - (xy 2.7 3.9) - (xy 2.7 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fea7c5d1-76d6-41a0-b5e3-29889dbb8ce0)) - (fp_poly - (pts - (xy 2.1 3.9) - (xy 2.1 4.5) - (xy 2.7 4.5) - (xy 2.7 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c3c499b1-9227-4e4b-9982-f9f1aa6203b9)) - (fp_poly - (pts - (xy 2.1 4.5) - (xy 2.1 5.1) - (xy 2.7 5.1) - (xy 2.7 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1fbb0219-551e-409b-a61b-76e8cebdfb9d)) - (fp_poly - (pts - (xy 2.1 6.3) - (xy 2.1 6.9) - (xy 2.7 6.9) - (xy 2.7 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e5b328f6-dc69-4905-ae98-2dc3200a51d6)) - (fp_poly - (pts - (xy 2.7 -2.7) - (xy 2.7 -2.1) - (xy 3.3 -2.1) - (xy 3.3 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e67b9f8c-019b-4145-98a4-96545f6bb128)) - (fp_poly - (pts - (xy 2.7 0.3) - (xy 2.7 0.9) - (xy 3.3 0.9) - (xy 3.3 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6e435cd4-da2b-4602-a0aa-5dd988834dff)) - (fp_poly - (pts - (xy 2.7 1.5) - (xy 2.7 2.1) - (xy 3.3 2.1) - (xy 3.3 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2891767f-251c-48c4-91c0-deb1b368f45c)) - (fp_poly - (pts - (xy 2.7 2.1) - (xy 2.7 2.7) - (xy 3.3 2.7) - (xy 3.3 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bc0dbc57-3ae8-4ce5-a05c-2d6003bba475)) - (fp_poly - (pts - (xy 2.7 4.5) - (xy 2.7 5.1) - (xy 3.3 5.1) - (xy 3.3 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7bfba61b-6752-4a45-9ee6-5984dcb15041)) - (fp_poly - (pts - (xy 3.3 -7.5) - (xy 3.3 -6.9) - (xy 3.9 -6.9) - (xy 3.9 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7e0a03ae-d054-4f76-a131-5c09b8dc1636)) - (fp_poly - (pts - (xy 3.3 -6.9) - (xy 3.3 -6.3) - (xy 3.9 -6.3) - (xy 3.9 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56)) - (fp_poly - (pts - (xy 3.3 -6.3) - (xy 3.3 -5.7) - (xy 3.9 -5.7) - (xy 3.9 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 173f6f06-e7d0-42ac-ab03-ce6b79b9eeee)) - (fp_poly - (pts - (xy 3.3 -5.7) - (xy 3.3 -5.1) - (xy 3.9 -5.1) - (xy 3.9 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ec5c2062-3a41-4636-8803-069e60a1641a)) - (fp_poly - (pts - (xy 3.3 -5.1) - (xy 3.3 -4.5) - (xy 3.9 -4.5) - (xy 3.9 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e3fc1e69-a11c-4c84-8952-fefb9372474e)) - (fp_poly - (pts - (xy 3.3 -4.5) - (xy 3.3 -3.9) - (xy 3.9 -3.9) - (xy 3.9 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eee16674-2d21-45b6-ab5e-d669125df26c)) - (fp_poly - (pts - (xy 3.3 -3.9) - (xy 3.3 -3.3) - (xy 3.9 -3.3) - (xy 3.9 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e54e5e19-1deb-49a9-8629-617db8e434c0)) - (fp_poly - (pts - (xy 3.3 -2.7) - (xy 3.3 -2.1) - (xy 3.9 -2.1) - (xy 3.9 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 19b0959e-a79b-43b2-a5ad-525ced7e9131)) - (fp_poly - (pts - (xy 3.3 -1.5) - (xy 3.3 -0.9) - (xy 3.9 -0.9) - (xy 3.9 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e7bb7815-0d52-4bb8-b29a-8cf960bd2905)) - (fp_poly - (pts - (xy 3.3 -0.9) - (xy 3.3 -0.3) - (xy 3.9 -0.3) - (xy 3.9 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8)) - (fp_poly - (pts - (xy 3.3 -0.3) - (xy 3.3 0.3) - (xy 3.9 0.3) - (xy 3.9 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d)) - (fp_poly - (pts - (xy 3.3 0.9) - (xy 3.3 1.5) - (xy 3.9 1.5) - (xy 3.9 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 70e4263f-d95a-4431-b3f3-cfc800c82056)) - (fp_poly - (pts - (xy 3.3 2.1) - (xy 3.3 2.7) - (xy 3.9 2.7) - (xy 3.9 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 00f3ea8b-8a54-4e56-84ff-d98f6c00496c)) - (fp_poly - (pts - (xy 3.3 3.3) - (xy 3.3 3.9) - (xy 3.9 3.9) - (xy 3.9 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9031bb33-c6aa-4758-bf5c-3274ed3ebab7)) - (fp_poly - (pts - (xy 3.3 4.5) - (xy 3.3 5.1) - (xy 3.9 5.1) - (xy 3.9 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 99dfa524-0366-4808-b4e8-328fc38e8656)) - (fp_poly - (pts - (xy 3.3 5.1) - (xy 3.3 5.7) - (xy 3.9 5.7) - (xy 3.9 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8458d41c-5d62-455d-b6e1-9f718c0faac9)) - (fp_poly - (pts - (xy 3.3 6.3) - (xy 3.3 6.9) - (xy 3.9 6.9) - (xy 3.9 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1f9ae101-c652-4998-a503-17aedf3d5746)) - (fp_poly - (pts - (xy 3.3 6.9) - (xy 3.3 7.5) - (xy 3.9 7.5) - (xy 3.9 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 30c33e3e-fb78-498d-bffe-76273d527004)) - (fp_poly - (pts - (xy 3.9 -7.5) - (xy 3.9 -6.9) - (xy 4.5 -6.9) - (xy 4.5 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d6fb27cf-362d-4568-967c-a5bf49d5931b)) - (fp_poly - (pts - (xy 3.9 -3.9) - (xy 3.9 -3.3) - (xy 4.5 -3.3) - (xy 4.5 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b7867831-ef82-4f33-a926-59e5c1c09b91)) - (fp_poly - (pts - (xy 3.9 -2.7) - (xy 3.9 -2.1) - (xy 4.5 -2.1) - (xy 4.5 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 109caac1-5036-4f23-9a66-f569d871501b)) - (fp_poly - (pts - (xy 3.9 -0.3) - (xy 3.9 0.3) - (xy 4.5 0.3) - (xy 4.5 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c49d23ab-146d-4089-864f-2d22b5b414b9)) - (fp_poly - (pts - (xy 3.9 2.1) - (xy 3.9 2.7) - (xy 4.5 2.7) - (xy 4.5 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 009b5465-0a65-4237-93e7-eb65321eeb18)) - (fp_poly - (pts - (xy 3.9 4.5) - (xy 3.9 5.1) - (xy 4.5 5.1) - (xy 4.5 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 54212c01-b363-47b8-a145-45c40df316f4)) - (fp_poly - (pts - (xy 3.9 6.3) - (xy 3.9 6.9) - (xy 4.5 6.9) - (xy 4.5 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5c30b9b4-3014-4f50-9329-27a539b67e01)) - (fp_poly - (pts - (xy 4.5 -7.5) - (xy 4.5 -6.9) - (xy 5.1 -6.9) - (xy 5.1 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9193c41e-d425-447d-b95c-6986d66ea01c)) - (fp_poly - (pts - (xy 4.5 -6.3) - (xy 4.5 -5.7) - (xy 5.1 -5.7) - (xy 5.1 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4632212f-13ce-4392-bc68-ccb9ba333770)) - (fp_poly - (pts - (xy 4.5 -5.7) - (xy 4.5 -5.1) - (xy 5.1 -5.1) - (xy 5.1 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 81a15393-727e-448b-a777-b18773023d89)) - (fp_poly - (pts - (xy 4.5 -5.1) - (xy 4.5 -4.5) - (xy 5.1 -4.5) - (xy 5.1 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 597a11f2-5d2c-4a65-ac95-38ad106e1367)) - (fp_poly - (pts - (xy 4.5 -3.9) - (xy 4.5 -3.3) - (xy 5.1 -3.3) - (xy 5.1 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2)) - (fp_poly - (pts - (xy 4.5 -1.5) - (xy 4.5 -0.9) - (xy 5.1 -0.9) - (xy 5.1 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d2d7bea6-0c22-495f-8666-323b30e03150)) - (fp_poly - (pts - (xy 4.5 -0.3) - (xy 4.5 0.3) - (xy 5.1 0.3) - (xy 5.1 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c7af8405-da2e-4a34-b9b8-518f342f8995)) - (fp_poly - (pts - (xy 4.5 2.1) - (xy 4.5 2.7) - (xy 5.1 2.7) - (xy 5.1 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 221bef83-3ea7-4d3f-adeb-53a8a07c6273)) - (fp_poly - (pts - (xy 4.5 2.7) - (xy 4.5 3.3) - (xy 5.1 3.3) - (xy 5.1 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 477892a1-722e-4cda-bb6c-fcdb8ba5f93e)) - (fp_poly - (pts - (xy 4.5 3.3) - (xy 4.5 3.9) - (xy 5.1 3.9) - (xy 5.1 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fa918b6d-f6cf-4471-be3b-4ff713f55a2e)) - (fp_poly - (pts - (xy 4.5 3.9) - (xy 4.5 4.5) - (xy 5.1 4.5) - (xy 5.1 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ae77c3c8-1144-468e-ad5b-a0b4090735bd)) - (fp_poly - (pts - (xy 4.5 4.5) - (xy 4.5 5.1) - (xy 5.1 5.1) - (xy 5.1 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 180245d9-4a3f-4d1b-adcc-b4eafac722e0)) - (fp_poly - (pts - (xy 4.5 5.1) - (xy 4.5 5.7) - (xy 5.1 5.7) - (xy 5.1 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8de2d84c-ff45-4d4f-bc49-c166f6ae6b91)) - (fp_poly - (pts - (xy 5.1 -7.5) - (xy 5.1 -6.9) - (xy 5.7 -6.9) - (xy 5.7 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 27d56953-c620-4d5b-9c1c-e48bc3d9684a)) - (fp_poly - (pts - (xy 5.1 -6.3) - (xy 5.1 -5.7) - (xy 5.7 -5.7) - (xy 5.7 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cb16d05e-318b-4e51-867b-70d791d75bea)) - (fp_poly - (pts - (xy 5.1 -5.7) - (xy 5.1 -5.1) - (xy 5.7 -5.1) - (xy 5.7 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a4f86a46-3bc8-4daa-9125-a63f297eb114)) - (fp_poly - (pts - (xy 5.1 -5.1) - (xy 5.1 -4.5) - (xy 5.7 -4.5) - (xy 5.7 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 926001fd-2747-4639-8c0f-4fc46ff7218d)) - (fp_poly - (pts - (xy 5.1 -3.9) - (xy 5.1 -3.3) - (xy 5.7 -3.3) - (xy 5.7 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 25e5aa8e-2696-44a3-8d3c-c2c53f2923cf)) - (fp_poly - (pts - (xy 5.1 2.7) - (xy 5.1 3.3) - (xy 5.7 3.3) - (xy 5.7 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b09666f9-12f1-4ee9-8877-2292c94258ca)) - (fp_poly - (pts - (xy 5.1 3.9) - (xy 5.1 4.5) - (xy 5.7 4.5) - (xy 5.7 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2454fd1b-3484-4838-8b7e-d26357238fe1)) - (fp_poly - (pts - (xy 5.1 4.5) - (xy 5.1 5.1) - (xy 5.7 5.1) - (xy 5.7 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f8f3a9fc-1e34-4573-a767-508104e8d242)) - (fp_poly - (pts - (xy 5.1 5.1) - (xy 5.1 5.7) - (xy 5.7 5.7) - (xy 5.7 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 935057d5-6882-4c15-9a35-54677912ba12)) - (fp_poly - (pts - (xy 5.1 5.7) - (xy 5.1 6.3) - (xy 5.7 6.3) - (xy 5.7 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eab9c52c-3aa0-43a7-bc7f-7e234ff1e9f4)) - (fp_poly - (pts - (xy 5.1 6.3) - (xy 5.1 6.9) - (xy 5.7 6.9) - (xy 5.7 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9a2d648d-863a-4b7b-80f9-d537185c212b)) - (fp_poly - (pts - (xy 5.7 -7.5) - (xy 5.7 -6.9) - (xy 6.3 -6.9) - (xy 6.3 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8d0c1d66-35ef-4a53-a28f-436a11b54f42)) - (fp_poly - (pts - (xy 5.7 -6.3) - (xy 5.7 -5.7) - (xy 6.3 -5.7) - (xy 6.3 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 057af6bb-cf6f-4bfb-b0c0-2e92a2c09a47)) - (fp_poly - (pts - (xy 5.7 -5.7) - (xy 5.7 -5.1) - (xy 6.3 -5.1) - (xy 6.3 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 22999e73-da32-43a5-9163-4b3a41614f25)) - (fp_poly - (pts - (xy 5.7 -5.1) - (xy 5.7 -4.5) - (xy 6.3 -4.5) - (xy 6.3 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 59ec3156-036e-4049-89db-91a9dd07095f)) - (fp_poly - (pts - (xy 5.7 -3.9) - (xy 5.7 -3.3) - (xy 6.3 -3.3) - (xy 6.3 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a24ddb4f-c217-42ca-b6cb-d12da84fb2b9)) - (fp_poly - (pts - (xy 5.7 -2.7) - (xy 5.7 -2.1) - (xy 6.3 -2.1) - (xy 6.3 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 31540a7e-dc9e-4e4d-96b1-dab15efa5f4b)) - (fp_poly - (pts - (xy 5.7 -1.5) - (xy 5.7 -0.9) - (xy 6.3 -0.9) - (xy 6.3 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0f324b67-75ef-407f-8dbc-3c1fc5c2abba)) - (fp_poly - (pts - (xy 5.7 -0.3) - (xy 5.7 0.3) - (xy 6.3 0.3) - (xy 6.3 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp aa79024d-ca7e-4c24-b127-7df08bbd0c75)) - (fp_poly - (pts - (xy 5.7 2.1) - (xy 5.7 2.7) - (xy 6.3 2.7) - (xy 6.3 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b52d6ff3-fef1-496e-8dd5-ebb89b6bce6a)) - (fp_poly - (pts - (xy 5.7 3.3) - (xy 5.7 3.9) - (xy 6.3 3.9) - (xy 6.3 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9aedbb9e-8340-4899-b813-05b23382a36b)) - (fp_poly - (pts - (xy 5.7 4.5) - (xy 5.7 5.1) - (xy 6.3 5.1) - (xy 6.3 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 28e37b45-f843-47c2-85c9-ca19f5430ece)) - (fp_poly - (pts - (xy 5.7 6.9) - (xy 5.7 7.5) - (xy 6.3 7.5) - (xy 6.3 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c3b3d7f4-943f-4cff-b180-87ef3e1bcbff)) - (fp_poly - (pts - (xy 6.3 -7.5) - (xy 6.3 -6.9) - (xy 6.9 -6.9) - (xy 6.9 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6fd4442e-30b3-428b-9306-61418a63d311)) - (fp_poly - (pts - (xy 6.3 -3.9) - (xy 6.3 -3.3) - (xy 6.9 -3.3) - (xy 6.9 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a6ccc556-da88-4006-ae1a-cc35733efef3)) - (fp_poly - (pts - (xy 6.3 -2.7) - (xy 6.3 -2.1) - (xy 6.9 -2.1) - (xy 6.9 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8c1605f9-6c91-4701-96bf-e753661d5e23)) - (fp_poly - (pts - (xy 6.3 -1.5) - (xy 6.3 -0.9) - (xy 6.9 -0.9) - (xy 6.9 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1c68b844-c861-46b7-b734-0242168a4220)) - (fp_poly - (pts - (xy 6.3 -0.9) - (xy 6.3 -0.3) - (xy 6.9 -0.3) - (xy 6.9 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a7531a95-7ca1-4f34-955e-18120cec99e6)) - (fp_poly - (pts - (xy 6.3 -0.3) - (xy 6.3 0.3) - (xy 6.9 0.3) - (xy 6.9 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 26801cfb-b53b-4a6a-a2f4-5f4986565765)) - (fp_poly - (pts - (xy 6.3 0.9) - (xy 6.3 1.5) - (xy 6.9 1.5) - (xy 6.9 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 38a501e2-0ee8-439d-bd02-e9e90e7503e9)) - (fp_poly - (pts - (xy 6.3 3.3) - (xy 6.3 3.9) - (xy 6.9 3.9) - (xy 6.9 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4db55cb8-197b-4402-871f-ce582b65664b)) - (fp_poly - (pts - (xy 6.3 3.9) - (xy 6.3 4.5) - (xy 6.9 4.5) - (xy 6.9 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 45884597-7014-4461-83ee-9975c42b9a53)) - (fp_poly - (pts - (xy 6.3 4.5) - (xy 6.3 5.1) - (xy 6.9 5.1) - (xy 6.9 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 88610282-a92d-4c3d-917a-ea95d59e0759)) - (fp_poly - (pts - (xy 6.3 6.9) - (xy 6.3 7.5) - (xy 6.9 7.5) - (xy 6.9 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f64497d1-1d62-44a4-8e5e-6fba4ebc969a)) - (fp_poly - (pts - (xy 6.9 -7.5) - (xy 6.9 -6.9) - (xy 7.5 -6.9) - (xy 7.5 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3fd54105-4b7e-4004-9801-76ec66108a22)) - (fp_poly - (pts - (xy 6.9 -6.9) - (xy 6.9 -6.3) - (xy 7.5 -6.3) - (xy 7.5 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cff34251-839c-4da9-a0ad-85d0fc4e32af)) - (fp_poly - (pts - (xy 6.9 -6.3) - (xy 6.9 -5.7) - (xy 7.5 -5.7) - (xy 7.5 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 935f462d-8b1e-4005-9f1e-17f537ab1756)) - (fp_poly - (pts - (xy 6.9 -5.7) - (xy 6.9 -5.1) - (xy 7.5 -5.1) - (xy 7.5 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6e68f0cd-800e-4167-9553-71fc59da1eeb)) - (fp_poly - (pts - (xy 6.9 -5.1) - (xy 6.9 -4.5) - (xy 7.5 -4.5) - (xy 7.5 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d39d813e-3e64-490c-ba5c-a64bb5ad6bd0)) - (fp_poly - (pts - (xy 6.9 -4.5) - (xy 6.9 -3.9) - (xy 7.5 -3.9) - (xy 7.5 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f449bd37-cc90-4487-aee6-2a20b8d2843a)) - (fp_poly - (pts - (xy 6.9 -3.9) - (xy 6.9 -3.3) - (xy 7.5 -3.3) - (xy 7.5 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 065b9982-55f2-4822-977e-07e8a06e7b35)) - (fp_poly - (pts - (xy 6.9 -2.7) - (xy 6.9 -2.1) - (xy 7.5 -2.1) - (xy 7.5 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f1447ad6-651c-45be-a2d6-33bddf672c2c)) - (fp_poly - (pts - (xy 6.9 -1.5) - (xy 6.9 -0.9) - (xy 7.5 -0.9) - (xy 7.5 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4b03e854-02fe-44cc-bece-f8268b7cae54)) - (fp_poly - (pts - (xy 6.9 0.9) - (xy 6.9 1.5) - (xy 7.5 1.5) - (xy 7.5 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f)) - (fp_poly - (pts - (xy 6.9 2.1) - (xy 6.9 2.7) - (xy 7.5 2.7) - (xy 7.5 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4ba06b66-7669-4c70-b585-f5d4c9c33527)) - (fp_poly - (pts - (xy 6.9 3.3) - (xy 6.9 3.9) - (xy 7.5 3.9) - (xy 7.5 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e97b5984-9f0f-43a4-9b8a-838eef4cceb2)) - (fp_poly - (pts - (xy 6.9 3.9) - (xy 6.9 4.5) - (xy 7.5 4.5) - (xy 7.5 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c514e30c-e48e-4ca5-ab44-8b3afedef1f2)) - (fp_poly - (pts - (xy 6.9 5.1) - (xy 6.9 5.7) - (xy 7.5 5.7) - (xy 7.5 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e091e263-c616-48ef-a460-465c70218987)) - (fp_poly - (pts - (xy 6.9 5.7) - (xy 6.9 6.3) - (xy 7.5 6.3) - (xy 7.5 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3e915099-a18e-49f4-89bb-abe64c2dade5)) - (fp_poly - (pts - (xy 6.9 6.3) - (xy 6.9 6.9) - (xy 7.5 6.9) - (xy 7.5 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c4cab9c5-d6e5-4660-b910-603a51b56783)) - (fp_poly - (pts - (xy 6.9 6.9) - (xy 6.9 7.5) - (xy 7.5 7.5) - (xy 7.5 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 42ff012d-5eb7-42b9-bb45-415cf26799c6)) - ) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "QR PCB") + (rev "B") + ) + (layers + (0 "F.Cu" signal) + (1 "In1.Cu" signal) + (2 "In2.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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "qr:QR" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061d26c5c") + (at 65.8 96.9) + (property "Reference" "QR1" + (at 0 26.65 0) + (layer "F.Cu") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "QR" + (at 0 -26.65 0) + (layer "F.Cu") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a12fd70-e951-4dd5-b686-b71ef27ce8da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49df366f-1eb0-42e6-9364-5c1b4f8632b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a69faf49-b6ac-419e-9c77-86488a61bdad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_poly + (pts + (xy -25.4 -25.4) (xy -25.4 -22.98) (xy -22.98 -22.98) (xy -22.98 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f4eb0267-179f-46c9-b516-9bfb06bac1ba") + ) + (fp_poly + (pts + (xy -25.4 -22.98) (xy -25.4 -20.56) (xy -22.98 -20.56) (xy -22.98 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "84e5506c-143e-495f-9aa4-d3a71622f213") + ) + (fp_poly + (pts + (xy -25.4 -20.56) (xy -25.4 -18.14) (xy -22.98 -18.14) (xy -22.98 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e472dac4-5b65-4920-b8b2-6065d140a69d") + ) + (fp_poly + (pts + (xy -25.4 -18.14) (xy -25.4 -15.72) (xy -22.98 -15.72) (xy -22.98 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "21ae9c3a-7138-444e-be38-56a4842ab594") + ) + (fp_poly + (pts + (xy -25.4 -15.72) (xy -25.4 -13.3) (xy -22.98 -13.3) (xy -22.98 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "182b2d54-931d-49d6-9f39-60a752623e36") + ) + (fp_poly + (pts + (xy -25.4 -13.3) (xy -25.4 -10.88) (xy -22.98 -10.88) (xy -22.98 -13.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b1c649b1-f44d-46c7-9dea-818e75a1b87e") + ) + (fp_poly + (pts + (xy -25.4 -10.88) (xy -25.4 -8.46) (xy -22.98 -8.46) (xy -22.98 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7d928d56-093a-4ca8-aed1-414b7e703b45") + ) + (fp_poly + (pts + (xy -25.4 -6.04) (xy -25.4 -3.62) (xy -22.98 -3.62) (xy -22.98 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9f8381e9-3077-4453-a480-a01ad9c1a940") + ) + (fp_poly + (pts + (xy -25.4 -3.62) (xy -25.4 -1.2) (xy -22.98 -1.2) (xy -22.98 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb") + ) + (fp_poly + (pts + (xy -25.4 -1.2) (xy -25.4 1.22) (xy -22.98 1.22) (xy -22.98 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "25d545dc-8f50-4573-922c-35ef5a2a3a19") + ) + (fp_poly + (pts + (xy -25.4 3.64) (xy -25.4 6.06) (xy -22.98 6.06) (xy -22.98 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1d9cdadc-9036-4a95-b6db-fa7b3b74c869") + ) + (fp_poly + (pts + (xy -25.4 8.48) (xy -25.4 10.9) (xy -22.98 10.9) (xy -22.98 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7bbf981c-a063-4e30-8911-e4228e1c0743") + ) + (fp_poly + (pts + (xy -25.4 10.9) (xy -25.4 13.32) (xy -22.98 13.32) (xy -22.98 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1bf544e3-5940-4576-9291-2464e95c0ee2") + ) + (fp_poly + (pts + (xy -25.4 13.32) (xy -25.4 15.74) (xy -22.98 15.74) (xy -22.98 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "2d210a96-f81f-42a9-8bf4-1b43c11086f3") + ) + (fp_poly + (pts + (xy -25.4 15.74) (xy -25.4 18.16) (xy -22.98 18.16) (xy -22.98 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "fe8d9267-7834-48d6-a191-c8724b2ee78d") + ) + (fp_poly + (pts + (xy -25.4 18.16) (xy -25.4 20.58) (xy -22.98 20.58) (xy -22.98 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (fp_poly + (pts + (xy -25.4 20.58) (xy -25.4 23) (xy -22.98 23) (xy -22.98 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (fp_poly + (pts + (xy -25.4 23) (xy -25.4 25.42) (xy -22.98 25.42) (xy -22.98 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + ) + (fp_poly + (pts + (xy -22.98 -25.4) (xy -22.98 -22.98) (xy -20.56 -22.98) (xy -20.56 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "3a52f112-cb97-43db-aaeb-20afe27664d7") + ) + (fp_poly + (pts + (xy -22.98 -10.88) (xy -22.98 -8.46) (xy -20.56 -8.46) (xy -20.56 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ca87f11b-5f48-4b57-8535-68d3ec2fe5a9") + ) + (fp_poly + (pts + (xy -22.98 -3.62) (xy -22.98 -1.2) (xy -20.56 -1.2) (xy -20.56 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "639c0e59-e95c-4114-bccd-2e7277505454") + ) + (fp_poly + (pts + (xy -22.98 3.64) (xy -22.98 6.06) (xy -20.56 6.06) (xy -20.56 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6bfe5804-2ef9-4c65-b2a7-f01e4014370a") + ) + (fp_poly + (pts + (xy -22.98 8.48) (xy -22.98 10.9) (xy -20.56 10.9) (xy -20.56 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "2d6db888-4e40-41c8-b701-07170fc894bc") + ) + (fp_poly + (pts + (xy -22.98 23) (xy -22.98 25.42) (xy -20.56 25.42) (xy -20.56 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (fp_poly + (pts + (xy -20.56 -25.4) (xy -20.56 -22.98) (xy -18.14 -22.98) (xy -18.14 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "41acfe41-fac7-432a-a7a3-946566e2d504") + ) + (fp_poly + (pts + (xy -20.56 -20.56) (xy -20.56 -18.14) (xy -18.14 -18.14) (xy -18.14 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8d9a3ecc-539f-41da-8099-d37cea9c28e7") + ) + (fp_poly + (pts + (xy -20.56 -18.14) (xy -20.56 -15.72) (xy -18.14 -15.72) (xy -18.14 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "19c56563-5fe3-442a-885b-418dbc2421eb") + ) + (fp_poly + (pts + (xy -20.56 -15.72) (xy -20.56 -13.3) (xy -18.14 -13.3) (xy -18.14 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f202141e-c20d-4cac-b016-06a44f2ecce8") + ) + (fp_poly + (pts + (xy -20.56 -10.88) (xy -20.56 -8.46) (xy -18.14 -8.46) (xy -18.14 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "01e9b6e7-adf9-4ee7-9447-a588630ee4a2") + ) + (fp_poly + (pts + (xy -20.56 -3.62) (xy -20.56 -1.2) (xy -18.14 -1.2) (xy -18.14 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d3c11c8f-a73d-4211-934b-a6da255728ad") + ) + (fp_poly + (pts + (xy -20.56 -1.2) (xy -20.56 1.22) (xy -18.14 1.22) (xy -18.14 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c830e3bc-dc64-4f65-8f47-3b106bae2807") + ) + (fp_poly + (pts + (xy -20.56 1.22) (xy -20.56 3.64) (xy -18.14 3.64) (xy -18.14 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8e06ba1f-e3ba-4eb9-a10e-887dffd566d6") + ) + (fp_poly + (pts + (xy -20.56 8.48) (xy -20.56 10.9) (xy -18.14 10.9) (xy -18.14 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "66043bca-a260-4915-9fce-8a51d324c687") + ) + (fp_poly + (pts + (xy -20.56 13.32) (xy -20.56 15.74) (xy -18.14 15.74) (xy -18.14 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9bb20359-0f8b-45bc-9d38-6626ed3a939d") + ) + (fp_poly + (pts + (xy -20.56 15.74) (xy -20.56 18.16) (xy -18.14 18.16) (xy -18.14 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + ) + (fp_poly + (pts + (xy -20.56 18.16) (xy -20.56 20.58) (xy -18.14 20.58) (xy -18.14 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (fp_poly + (pts + (xy -20.56 23) (xy -20.56 25.42) (xy -18.14 25.42) (xy -18.14 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (fp_poly + (pts + (xy -18.14 -25.4) (xy -18.14 -22.98) (xy -15.72 -22.98) (xy -15.72 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "644ae9fc-3c8e-4089-866e-a12bf371c3e9") + ) + (fp_poly + (pts + (xy -18.14 -20.56) (xy -18.14 -18.14) (xy -15.72 -18.14) (xy -15.72 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "676efd2f-1c48-4786-9e4b-2444f1e8f6ff") + ) + (fp_poly + (pts + (xy -18.14 -18.14) (xy -18.14 -15.72) (xy -15.72 -15.72) (xy -15.72 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "14769dc5-8525-4984-8b15-a734ee247efa") + ) + (fp_poly + (pts + (xy -18.14 -15.72) (xy -18.14 -13.3) (xy -15.72 -13.3) (xy -15.72 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a17904b9-135e-4dae-ae20-401c7787de72") + ) + (fp_poly + (pts + (xy -18.14 -10.88) (xy -18.14 -8.46) (xy -15.72 -8.46) (xy -15.72 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec") + ) + (fp_poly + (pts + (xy -18.14 -6.04) (xy -18.14 -3.62) (xy -15.72 -3.62) (xy -15.72 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b96fe6ac-3535-4455-ab88-ed77f5e46d6e") + ) + (fp_poly + (pts + (xy -18.14 1.22) (xy -18.14 3.64) (xy -15.72 3.64) (xy -15.72 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "12422a89-3d0c-485c-9386-f77121fd68fd") + ) + (fp_poly + (pts + (xy -18.14 8.48) (xy -18.14 10.9) (xy -15.72 10.9) (xy -15.72 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "852dabbf-de45-4470-8176-59d37a754407") + ) + (fp_poly + (pts + (xy -18.14 13.32) (xy -18.14 15.74) (xy -15.72 15.74) (xy -15.72 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "aa14c3bd-4acc-4908-9d28-228585a22a9d") + ) + (fp_poly + (pts + (xy -18.14 15.74) (xy -18.14 18.16) (xy -15.72 18.16) (xy -15.72 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + ) + (fp_poly + (pts + (xy -18.14 18.16) (xy -18.14 20.58) (xy -15.72 20.58) (xy -15.72 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (fp_poly + (pts + (xy -18.14 23) (xy -18.14 25.42) (xy -15.72 25.42) (xy -15.72 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (fp_poly + (pts + (xy -15.72 -25.4) (xy -15.72 -22.98) (xy -13.3 -22.98) (xy -13.3 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1e518c2a-4cb7-4599-a1fa-5b9f847da7d3") + ) + (fp_poly + (pts + (xy -15.72 -20.56) (xy -15.72 -18.14) (xy -13.3 -18.14) (xy -13.3 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "37e8181c-a81e-498b-b2e2-0aef0c391059") + ) + (fp_poly + (pts + (xy -15.72 -18.14) (xy -15.72 -15.72) (xy -13.3 -15.72) (xy -13.3 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e43dbe34-ed17-4e35-a5c7-2f1679b3c415") + ) + (fp_poly + (pts + (xy -15.72 -15.72) (xy -15.72 -13.3) (xy -13.3 -13.3) (xy -13.3 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "cdfb07af-801b-44ba-8c30-d021a6ad3039") + ) + (fp_poly + (pts + (xy -15.72 -10.88) (xy -15.72 -8.46) (xy -13.3 -8.46) (xy -13.3 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a5cd8da1-8f7f-4f80-bb23-0317de562222") + ) + (fp_poly + (pts + (xy -15.72 -6.04) (xy -15.72 -3.62) (xy -13.3 -3.62) (xy -13.3 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "68877d35-b796-44db-9124-b8e744e7412e") + ) + (fp_poly + (pts + (xy -15.72 -3.62) (xy -15.72 -1.2) (xy -13.3 -1.2) (xy -13.3 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a15a7506-eae4-4933-84da-9ad754258706") + ) + (fp_poly + (pts + (xy -15.72 1.22) (xy -15.72 3.64) (xy -13.3 3.64) (xy -13.3 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7d34f6b1-ab31-49be-b011-c67fe67a8a56") + ) + (fp_poly + (pts + (xy -15.72 8.48) (xy -15.72 10.9) (xy -13.3 10.9) (xy -13.3 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b5352a33-563a-4ffe-a231-2e68fb54afa3") + ) + (fp_poly + (pts + (xy -15.72 13.32) (xy -15.72 15.74) (xy -13.3 15.74) (xy -13.3 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4c8eb964-bdf4-44de-90e9-e2ab82dd5313") + ) + (fp_poly + (pts + (xy -15.72 15.74) (xy -15.72 18.16) (xy -13.3 18.16) (xy -13.3 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (fp_poly + (pts + (xy -15.72 18.16) (xy -15.72 20.58) (xy -13.3 20.58) (xy -13.3 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (fp_poly + (pts + (xy -15.72 23) (xy -15.72 25.42) (xy -13.3 25.42) (xy -13.3 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + ) + (fp_poly + (pts + (xy -13.3 -25.4) (xy -13.3 -22.98) (xy -10.88 -22.98) (xy -10.88 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ee41cb8e-512d-41d2-81e1-3c50fff32aeb") + ) + (fp_poly + (pts + (xy -13.3 -10.88) (xy -13.3 -8.46) (xy -10.88 -8.46) (xy -10.88 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "16bd6381-8ac0-4bf2-9dce-ecc20c724b8d") + ) + (fp_poly + (pts + (xy -13.3 -6.04) (xy -13.3 -3.62) (xy -10.88 -3.62) (xy -10.88 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c332fa55-4168-4f55-88a5-f82c7c21040b") + ) + (fp_poly + (pts + (xy -13.3 -3.62) (xy -13.3 -1.2) (xy -10.88 -1.2) (xy -10.88 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c8c79177-94d4-43e2-a654-f0a5554fbb68") + ) + (fp_poly + (pts + (xy -13.3 8.48) (xy -13.3 10.9) (xy -10.88 10.9) (xy -10.88 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "31e08896-1992-4725-96d9-9d2728bca7a3") + ) + (fp_poly + (pts + (xy -13.3 23) (xy -13.3 25.42) (xy -10.88 25.42) (xy -10.88 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "47baf4b1-0938-497d-88f9-671136aa8be7") + ) + (fp_poly + (pts + (xy -10.88 -25.4) (xy -10.88 -22.98) (xy -8.46 -22.98) (xy -8.46 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc") + ) + (fp_poly + (pts + (xy -10.88 -22.98) (xy -10.88 -20.56) (xy -8.46 -20.56) (xy -8.46 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "2d67a417-188f-4014-9282-000265d80009") + ) + (fp_poly + (pts + (xy -10.88 -20.56) (xy -10.88 -18.14) (xy -8.46 -18.14) (xy -8.46 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "cfa5c16e-7859-460d-a0b8-cea7d7ea629c") + ) + (fp_poly + (pts + (xy -10.88 -18.14) (xy -10.88 -15.72) (xy -8.46 -15.72) (xy -8.46 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6ec113ca-7d27-4b14-a180-1e5e2fd1c167") + ) + (fp_poly + (pts + (xy -10.88 -15.72) (xy -10.88 -13.3) (xy -8.46 -13.3) (xy -8.46 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e6b860cc-cb76-4220-acfb-68f1eb348bfa") + ) + (fp_poly + (pts + (xy -10.88 -13.3) (xy -10.88 -10.88) (xy -8.46 -10.88) (xy -8.46 -13.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "965308c8-e014-459a-b9db-b8493a601c62") + ) + (fp_poly + (pts + (xy -10.88 -10.88) (xy -10.88 -8.46) (xy -8.46 -8.46) (xy -8.46 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "85b7594c-358f-454b-b2ad-dd0b1d67ed76") + ) + (fp_poly + (pts + (xy -10.88 -6.04) (xy -10.88 -3.62) (xy -8.46 -3.62) (xy -8.46 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "df32840e-2912-4088-b54c-9a85f64c0265") + ) + (fp_poly + (pts + (xy -10.88 -1.2) (xy -10.88 1.22) (xy -8.46 1.22) (xy -8.46 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c43663ee-9a0d-4f27-a292-89ba89964065") + ) + (fp_poly + (pts + (xy -10.88 3.64) (xy -10.88 6.06) (xy -8.46 6.06) (xy -8.46 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c0eca5ed-bc5e-4618-9bcd-80945bea41ed") + ) + (fp_poly + (pts + (xy -10.88 8.48) (xy -10.88 10.9) (xy -8.46 10.9) (xy -8.46 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6441b183-b8f2-458f-a23d-60e2b1f66dd6") + ) + (fp_poly + (pts + (xy -10.88 10.9) (xy -10.88 13.32) (xy -8.46 13.32) (xy -8.46 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c0515cd2-cdaa-467e-8354-0f6eadfa35c9") + ) + (fp_poly + (pts + (xy -10.88 13.32) (xy -10.88 15.74) (xy -8.46 15.74) (xy -8.46 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "94a873dc-af67-4ef9-8159-1f7c93eeb3d7") + ) + (fp_poly + (pts + (xy -10.88 15.74) (xy -10.88 18.16) (xy -8.46 18.16) (xy -8.46 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + ) + (fp_poly + (pts + (xy -10.88 18.16) (xy -10.88 20.58) (xy -8.46 20.58) (xy -8.46 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (fp_poly + (pts + (xy -10.88 20.58) (xy -10.88 23) (xy -8.46 23) (xy -8.46 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (fp_poly + (pts + (xy -10.88 23) (xy -10.88 25.42) (xy -8.46 25.42) (xy -8.46 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c022004a-c968-410e-b59e-fbab0e561e9d") + ) + (fp_poly + (pts + (xy -8.46 -6.04) (xy -8.46 -3.62) (xy -6.04 -3.62) (xy -6.04 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8412992d-8754-44de-9e08-115cec1a3eff") + ) + (fp_poly + (pts + (xy -8.46 -3.62) (xy -8.46 -1.2) (xy -6.04 -1.2) (xy -6.04 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e21aa84b-970e-47cf-b64f-3b55ee0e1b51") + ) + (fp_poly + (pts + (xy -8.46 -1.2) (xy -8.46 1.22) (xy -6.04 1.22) (xy -6.04 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "aca4de92-9c41-4c2b-9afa-540d02dafa1c") + ) + (fp_poly + (pts + (xy -8.46 1.22) (xy -8.46 3.64) (xy -6.04 3.64) (xy -6.04 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1a6d2848-e78e-49fe-8978-e1890f07836f") + ) + (fp_poly + (pts + (xy -8.46 3.64) (xy -8.46 6.06) (xy -6.04 6.06) (xy -6.04 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0217dfc4-fc13-4699-99ad-d9948522648e") + ) + (fp_poly + (pts + (xy -6.04 -25.4) (xy -6.04 -22.98) (xy -3.62 -22.98) (xy -3.62 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "34a74736-156e-4bf3-9200-cd137cfa59da") + ) + (fp_poly + (pts + (xy -6.04 -22.98) (xy -6.04 -20.56) (xy -3.62 -20.56) (xy -3.62 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "14c51520-6d91-4098-a59a-5121f2a898f7") + ) + (fp_poly + (pts + (xy -6.04 -20.56) (xy -6.04 -18.14) (xy -3.62 -18.14) (xy -3.62 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b447dbb1-d38e-4a15-93cb-12c25382ea53") + ) + (fp_poly + (pts + (xy -6.04 -15.72) (xy -6.04 -13.3) (xy -3.62 -13.3) (xy -3.62 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "789ca812-3e0c-4a3f-97bc-a916dd9bce80") + ) + (fp_poly + (pts + (xy -6.04 -10.88) (xy -6.04 -8.46) (xy -3.62 -8.46) (xy -3.62 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c5eb1e4c-ce83-470e-8f32-e20ff1f886a3") + ) + (fp_poly + (pts + (xy -6.04 -6.04) (xy -6.04 -3.62) (xy -3.62 -3.62) (xy -3.62 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ffd175d1-912a-4224-be1e-a8198680f46b") + ) + (fp_poly + (pts + (xy -6.04 -3.62) (xy -6.04 -1.2) (xy -3.62 -1.2) (xy -3.62 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "40976bf0-19de-460f-ad64-224d4f51e16b") + ) + (fp_poly + (pts + (xy -6.04 -1.2) (xy -6.04 1.22) (xy -3.62 1.22) (xy -3.62 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d7269d2a-b8c0-422d-8f25-f79ea31bf75e") + ) + (fp_poly + (pts + (xy -6.04 6.06) (xy -6.04 8.48) (xy -3.62 8.48) (xy -3.62 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b") + ) + (fp_poly + (pts + (xy -6.04 8.48) (xy -6.04 10.9) (xy -3.62 10.9) (xy -3.62 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "bfc0aadc-38cf-466e-a642-68fdc3138c78") + ) + (fp_poly + (pts + (xy -6.04 10.9) (xy -6.04 13.32) (xy -3.62 13.32) (xy -3.62 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "42713045-fffd-4b2d-ae1e-7232d705fb12") + ) + (fp_poly + (pts + (xy -6.04 13.32) (xy -6.04 15.74) (xy -3.62 15.74) (xy -3.62 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "29e78086-2175-405e-9ba3-c48766d2f50c") + ) + (fp_poly + (pts + (xy -6.04 15.74) (xy -6.04 18.16) (xy -3.62 18.16) (xy -3.62 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + ) + (fp_poly + (pts + (xy -6.04 23) (xy -6.04 25.42) (xy -3.62 25.42) (xy -3.62 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (fp_poly + (pts + (xy -3.62 -22.98) (xy -3.62 -20.56) (xy -1.2 -20.56) (xy -1.2 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d") + ) + (fp_poly + (pts + (xy -3.62 -13.3) (xy -3.62 -10.88) (xy -1.2 -10.88) (xy -1.2 -13.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0c3dceba-7c95-4b3d-b590-0eb581444beb") + ) + (fp_poly + (pts + (xy -3.62 -8.46) (xy -3.62 -6.04) (xy -1.2 -6.04) (xy -1.2 -8.46) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6d26d68f-1ca7-4ff3-b058-272f1c399047") + ) + (fp_poly + (pts + (xy -3.62 1.22) (xy -3.62 3.64) (xy -1.2 3.64) (xy -1.2 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a544eb0a-75db-4baf-bf54-9ca21744343b") + ) + (fp_poly + (pts + (xy -3.62 6.06) (xy -3.62 8.48) (xy -1.2 8.48) (xy -1.2 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9b0a1687-7e1b-4a04-a30b-c27a072a2949") + ) + (fp_poly + (pts + (xy -3.62 8.48) (xy -3.62 10.9) (xy -1.2 10.9) (xy -1.2 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d4a1d3c4-b315-4bec-9220-d12a9eab51e0") + ) + (fp_poly + (pts + (xy -3.62 13.32) (xy -3.62 15.74) (xy -1.2 15.74) (xy -1.2 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5") + ) + (fp_poly + (pts + (xy -3.62 15.74) (xy -3.62 18.16) (xy -1.2 18.16) (xy -1.2 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (fp_poly + (pts + (xy -1.2 -25.4) (xy -1.2 -22.98) (xy 1.22 -22.98) (xy 1.22 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "87d7448e-e139-4209-ae0b-372f805267da") + ) + (fp_poly + (pts + (xy -1.2 -20.56) (xy -1.2 -18.14) (xy 1.22 -18.14) (xy 1.22 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6c67e4f6-9d04-4539-b356-b76e915ce848") + ) + (fp_poly + (pts + (xy -1.2 -18.14) (xy -1.2 -15.72) (xy 1.22 -15.72) (xy 1.22 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "bd065eaf-e495-4837-bdb3-129934de1fc7") + ) + (fp_poly + (pts + (xy -1.2 -13.3) (xy -1.2 -10.88) (xy 1.22 -10.88) (xy 1.22 -13.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "abe07c9a-17c3-43b5-b7a6-ae867ac27ea7") + ) + (fp_poly + (pts + (xy -1.2 -10.88) (xy -1.2 -8.46) (xy 1.22 -8.46) (xy 1.22 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "60dcd1fe-7079-4cb8-b509-04558ccf5097") + ) + (fp_poly + (pts + (xy -1.2 -8.46) (xy -1.2 -6.04) (xy 1.22 -6.04) (xy 1.22 -8.46) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "911bdcbe-493f-4e21-a506-7cbc636e2c17") + ) + (fp_poly + (pts + (xy -1.2 -3.62) (xy -1.2 -1.2) (xy 1.22 -1.2) (xy 1.22 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8c514922-ffe1-4e37-a260-e807409f2e0d") + ) + (fp_poly + (pts + (xy -1.2 1.22) (xy -1.2 3.64) (xy 1.22 3.64) (xy 1.22 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "45008225-f50f-4d6b-b508-6730a9408caf") + ) + (fp_poly + (pts + (xy -1.2 3.64) (xy -1.2 6.06) (xy 1.22 6.06) (xy 1.22 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "bd5408e4-362d-4e43-9d39-78fb99eb52c8") + ) + (fp_poly + (pts + (xy -1.2 6.06) (xy -1.2 8.48) (xy 1.22 8.48) (xy 1.22 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ee27d19c-8dca-4ac8-a760-6dfd54d28071") + ) + (fp_poly + (pts + (xy -1.2 18.16) (xy -1.2 20.58) (xy 1.22 20.58) (xy 1.22 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (fp_poly + (pts + (xy -1.2 20.58) (xy -1.2 23) (xy 1.22 23) (xy 1.22 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (fp_poly + (pts + (xy 1.22 -22.98) (xy 1.22 -20.56) (xy 3.64 -20.56) (xy 3.64 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f40d350f-0d3e-4f8a-b004-d950f2f8f1ba") + ) + (fp_poly + (pts + (xy 1.22 -20.56) (xy 1.22 -18.14) (xy 3.64 -18.14) (xy 3.64 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "275aa44a-b61f-489f-9e2a-819a0fe0d1eb") + ) + (fp_poly + (pts + (xy 1.22 -15.72) (xy 1.22 -13.3) (xy 3.64 -13.3) (xy 3.64 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e4c6fdbb-fdc7-4ad4-a516-240d84cdc120") + ) + (fp_poly + (pts + (xy 1.22 -6.04) (xy 1.22 -3.62) (xy 3.64 -3.62) (xy 3.64 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "13c0ff76-ed71-4cd9-abb0-92c376825d5d") + ) + (fp_poly + (pts + (xy 1.22 -1.2) (xy 1.22 1.22) (xy 3.64 1.22) (xy 3.64 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e8c50f1b-c316-4110-9cce-5c24c65a1eaa") + ) + (fp_poly + (pts + (xy 1.22 1.22) (xy 1.22 3.64) (xy 3.64 3.64) (xy 3.64 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8c6a821f-8e19-48f3-8f44-9b340f7689bc") + ) + (fp_poly + (pts + (xy 1.22 6.06) (xy 1.22 8.48) (xy 3.64 8.48) (xy 3.64 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "003c2200-0632-4808-a662-8ddd5d30c768") + ) + (fp_poly + (pts + (xy 1.22 13.32) (xy 1.22 15.74) (xy 3.64 15.74) (xy 3.64 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "03c52831-5dc5-43c5-a442-8d23643b46fb") + ) + (fp_poly + (pts + (xy 1.22 15.74) (xy 1.22 18.16) (xy 3.64 18.16) (xy 3.64 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (fp_poly + (pts + (xy 1.22 18.16) (xy 1.22 20.58) (xy 3.64 20.58) (xy 3.64 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (fp_poly + (pts + (xy 1.22 20.58) (xy 1.22 23) (xy 3.64 23) (xy 3.64 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (fp_poly + (pts + (xy 3.64 -25.4) (xy 3.64 -22.98) (xy 6.06 -22.98) (xy 6.06 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "099096e4-8c2a-4d84-a16f-06b4b6330e7a") + ) + (fp_poly + (pts + (xy 3.64 -22.98) (xy 3.64 -20.56) (xy 6.06 -20.56) (xy 6.06 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "aa2ea573-3f20-43c1-aa99-1f9c6031a9aa") + ) + (fp_poly + (pts + (xy 3.64 -20.56) (xy 3.64 -18.14) (xy 6.06 -18.14) (xy 6.06 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "5ca4be1c-537e-4a4a-b344-d0c8ffde8546") + ) + (fp_poly + (pts + (xy 3.64 -15.72) (xy 3.64 -13.3) (xy 6.06 -13.3) (xy 6.06 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "db36f6e3-e72a-487f-bda9-88cc84536f62") + ) + (fp_poly + (pts + (xy 3.64 -10.88) (xy 3.64 -8.46) (xy 6.06 -8.46) (xy 6.06 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ec31c074-17b2-48e1-ab01-071acad3fa04") + ) + (fp_poly + (pts + (xy 3.64 -3.62) (xy 3.64 -1.2) (xy 6.06 -1.2) (xy 6.06 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c25a772d-af9c-4ebc-96f6-0966738c13a8") + ) + (fp_poly + (pts + (xy 3.64 -1.2) (xy 3.64 1.22) (xy 6.06 1.22) (xy 6.06 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "babeabf2-f3b0-4ed5-8d9e-0215947e6cf3") + ) + (fp_poly + (pts + (xy 3.64 1.22) (xy 3.64 3.64) (xy 6.06 3.64) (xy 6.06 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6475547d-3216-45a4-a15c-48314f1dd0f9") + ) + (fp_poly + (pts + (xy 3.64 3.64) (xy 3.64 6.06) (xy 6.06 6.06) (xy 6.06 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8da933a9-35f8-42e6-8504-d1bab7264306") + ) + (fp_poly + (pts + (xy 3.64 8.48) (xy 3.64 10.9) (xy 6.06 10.9) (xy 6.06 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "80094b70-85ab-4ff6-934b-60d5ee65023a") + ) + (fp_poly + (pts + (xy 3.64 10.9) (xy 3.64 13.32) (xy 6.06 13.32) (xy 6.06 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2") + ) + (fp_poly + (pts + (xy 3.64 13.32) (xy 3.64 15.74) (xy 6.06 15.74) (xy 6.06 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d57dcfee-5058-4fc2-a68b-05f9a48f685b") + ) + (fp_poly + (pts + (xy 3.64 18.16) (xy 3.64 20.58) (xy 6.06 20.58) (xy 6.06 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (fp_poly + (pts + (xy 3.64 23) (xy 3.64 25.42) (xy 6.06 25.42) (xy 6.06 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (fp_poly + (pts + (xy 6.06 -6.04) (xy 6.06 -3.62) (xy 8.48 -3.62) (xy 8.48 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a27eb049-c992-4f11-a026-1e6a8d9d0160") + ) + (fp_poly + (pts + (xy 6.06 6.06) (xy 6.06 8.48) (xy 8.48 8.48) (xy 8.48 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "240e07e1-770b-4b27-894f-29fd601c924d") + ) + (fp_poly + (pts + (xy 6.06 8.48) (xy 6.06 10.9) (xy 8.48 10.9) (xy 8.48 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0f54db53-a272-4955-88fb-d7ab00657bb0") + ) + (fp_poly + (pts + (xy 6.06 18.16) (xy 6.06 20.58) (xy 8.48 20.58) (xy 8.48 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (fp_poly + (pts + (xy 6.06 20.58) (xy 6.06 23) (xy 8.48 23) (xy 8.48 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (fp_poly + (pts + (xy 8.48 -25.4) (xy 8.48 -22.98) (xy 10.9 -22.98) (xy 10.9 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a13ab237-8f8d-4e16-8c47-4440653b8534") + ) + (fp_poly + (pts + (xy 8.48 -22.98) (xy 8.48 -20.56) (xy 10.9 -20.56) (xy 10.9 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "240e5dac-6242-47a5-bbef-f76d11c715c0") + ) + (fp_poly + (pts + (xy 8.48 -20.56) (xy 8.48 -18.14) (xy 10.9 -18.14) (xy 10.9 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "57c0c267-8bf9-4cc7-b734-d71a239ac313") + ) + (fp_poly + (pts + (xy 8.48 -18.14) (xy 8.48 -15.72) (xy 10.9 -15.72) (xy 10.9 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "5bcace5d-edd0-4e19-92d0-835e43cf8eb2") + ) + (fp_poly + (pts + (xy 8.48 -15.72) (xy 8.48 -13.3) (xy 10.9 -13.3) (xy 10.9 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "16a9ae8c-3ad2-439b-8efe-377c994670c7") + ) + (fp_poly + (pts + (xy 8.48 -13.3) (xy 8.48 -10.88) (xy 10.9 -10.88) (xy 10.9 -13.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "730b670c-9bcf-4dcd-9a8d-fcaa61fb0955") + ) + (fp_poly + (pts + (xy 8.48 -10.88) (xy 8.48 -8.46) (xy 10.9 -8.46) (xy 10.9 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4a21e717-d46d-4d9e-8b98-af4ecb02d3ec") + ) + (fp_poly + (pts + (xy 8.48 -3.62) (xy 8.48 -1.2) (xy 10.9 -1.2) (xy 10.9 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d5641ac9-9be7-46bf-90b3-6c83d852b5ba") + ) + (fp_poly + (pts + (xy 8.48 -1.2) (xy 8.48 1.22) (xy 10.9 1.22) (xy 10.9 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "df68c26a-03b5-4466-aecf-ba34b7dce6b7") + ) + (fp_poly + (pts + (xy 8.48 6.06) (xy 8.48 8.48) (xy 10.9 8.48) (xy 10.9 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f2c93195-af12-4d3e-acdf-bdd0ff675c24") + ) + (fp_poly + (pts + (xy 8.48 8.48) (xy 8.48 10.9) (xy 10.9 10.9) (xy 10.9 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "922058ca-d09a-45fd-8394-05f3e2c1e03a") + ) + (fp_poly + (pts + (xy 8.48 10.9) (xy 8.48 13.32) (xy 10.9 13.32) (xy 10.9 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7aed3a71-054b-4aaa-9c0a-030523c32827") + ) + (fp_poly + (pts + (xy 8.48 18.16) (xy 8.48 20.58) (xy 10.9 20.58) (xy 10.9 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (fp_poly + (pts + (xy 8.48 20.58) (xy 8.48 23) (xy 10.9 23) (xy 10.9 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + ) + (fp_poly + (pts + (xy 8.48 23) (xy 8.48 25.42) (xy 10.9 25.42) (xy 10.9 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (fp_poly + (pts + (xy 10.9 -25.4) (xy 10.9 -22.98) (xy 13.32 -22.98) (xy 13.32 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ca5a4651-0d1d-441b-b17d-01518ef3b656") + ) + (fp_poly + (pts + (xy 10.9 -10.88) (xy 10.9 -8.46) (xy 13.32 -8.46) (xy 13.32 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0755aee5-bc01-4cb5-b830-583289df50a3") + ) + (fp_poly + (pts + (xy 10.9 -1.2) (xy 10.9 1.22) (xy 13.32 1.22) (xy 13.32 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4780a290-d25c-4459-9579-eba3f7678762") + ) + (fp_poly + (pts + (xy 10.9 1.22) (xy 10.9 3.64) (xy 13.32 3.64) (xy 13.32 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "75ffc65c-7132-4411-9f2a-ae0c73d79338") + ) + (fp_poly + (pts + (xy 10.9 3.64) (xy 10.9 6.06) (xy 13.32 6.06) (xy 13.32 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "2f215f15-3d52-4c91-93e6-3ea03a95622f") + ) + (fp_poly + (pts + (xy 10.9 6.06) (xy 10.9 8.48) (xy 13.32 8.48) (xy 13.32 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "cbd8faed-e1f8-4406-87c8-58b2c504a5d4") + ) + (fp_poly + (pts + (xy 10.9 8.48) (xy 10.9 10.9) (xy 13.32 10.9) (xy 13.32 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "97fe9c60-586f-4895-8504-4d3729f5f81a") + ) + (fp_poly + (pts + (xy 10.9 13.32) (xy 10.9 15.74) (xy 13.32 15.74) (xy 13.32 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + ) + (fp_poly + (pts + (xy 10.9 18.16) (xy 10.9 20.58) (xy 13.32 20.58) (xy 13.32 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (fp_poly + (pts + (xy 10.9 20.58) (xy 10.9 23) (xy 13.32 23) (xy 13.32 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (fp_poly + (pts + (xy 10.9 23) (xy 10.9 25.42) (xy 13.32 25.42) (xy 13.32 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + ) + (fp_poly + (pts + (xy 13.32 -25.4) (xy 13.32 -22.98) (xy 15.74 -22.98) (xy 15.74 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6284122b-79c3-4e04-925e-3d32cc3ec077") + ) + (fp_poly + (pts + (xy 13.32 -20.56) (xy 13.32 -18.14) (xy 15.74 -18.14) (xy 15.74 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "853ee787-6e2c-4f32-bc75-6c17337dd3d5") + ) + (fp_poly + (pts + (xy 13.32 -18.14) (xy 13.32 -15.72) (xy 15.74 -15.72) (xy 15.74 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "cb24efdd-07c6-4317-9277-131625b065ac") + ) + (fp_poly + (pts + (xy 13.32 -15.72) (xy 13.32 -13.3) (xy 15.74 -13.3) (xy 15.74 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "770ad51a-7219-4633-b24a-bd20feb0a6c5") + ) + (fp_poly + (pts + (xy 13.32 -10.88) (xy 13.32 -8.46) (xy 15.74 -8.46) (xy 15.74 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4fb21471-41be-4be8-9687-66030f97befc") + ) + (fp_poly + (pts + (xy 13.32 -6.04) (xy 13.32 -3.62) (xy 15.74 -3.62) (xy 15.74 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "378af8b4-af3d-46e7-89ae-deff12ca9067") + ) + (fp_poly + (pts + (xy 13.32 1.22) (xy 13.32 3.64) (xy 15.74 3.64) (xy 15.74 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "3e903008-0276-4a73-8edb-5d9dfde6297c") + ) + (fp_poly + (pts + (xy 13.32 3.64) (xy 13.32 6.06) (xy 15.74 6.06) (xy 15.74 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "61fe293f-6808-4b7f-9340-9aaac7054a97") + ) + (fp_poly + (pts + (xy 13.32 6.06) (xy 13.32 8.48) (xy 15.74 8.48) (xy 15.74 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4a4ec8d9-3d72-4952-83d4-808f65849a2b") + ) + (fp_poly + (pts + (xy 13.32 8.48) (xy 13.32 10.9) (xy 15.74 10.9) (xy 15.74 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "bdc7face-9f7c-4701-80bb-4cc144448db1") + ) + (fp_poly + (pts + (xy 13.32 10.9) (xy 13.32 13.32) (xy 15.74 13.32) (xy 15.74 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9157f4ae-0244-4ff1-9f73-3cb4cbb5f280") + ) + (fp_poly + (pts + (xy 13.32 18.16) (xy 13.32 20.58) (xy 15.74 20.58) (xy 15.74 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (fp_poly + (pts + (xy 13.32 20.58) (xy 13.32 23) (xy 15.74 23) (xy 15.74 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (fp_poly + (pts + (xy 13.32 23) (xy 13.32 25.42) (xy 15.74 25.42) (xy 15.74 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + ) + (fp_poly + (pts + (xy 15.74 -25.4) (xy 15.74 -22.98) (xy 18.16 -22.98) (xy 18.16 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "67763d19-f622-4e1e-81e5-5b24da7c3f99") + ) + (fp_poly + (pts + (xy 15.74 -20.56) (xy 15.74 -18.14) (xy 18.16 -18.14) (xy 18.16 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7cee474b-af8f-4832-b07a-c43c1ab0b464") + ) + (fp_poly + (pts + (xy 15.74 -18.14) (xy 15.74 -15.72) (xy 18.16 -15.72) (xy 18.16 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6c2d26bc-6eca-436c-8025-79f817bf57d6") + ) + (fp_poly + (pts + (xy 15.74 -15.72) (xy 15.74 -13.3) (xy 18.16 -13.3) (xy 18.16 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b7199d9b-bebb-4100-9ad3-c2bd31e21d65") + ) + (fp_poly + (pts + (xy 15.74 -10.88) (xy 15.74 -8.46) (xy 18.16 -8.46) (xy 18.16 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7599133e-c681-4202-85d9-c20dac196c64") + ) + (fp_poly + (pts + (xy 15.74 -3.62) (xy 15.74 -1.2) (xy 18.16 -1.2) (xy 18.16 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1e8701fc-ad24-40ea-846a-e3db538d6077") + ) + (fp_poly + (pts + (xy 15.74 3.64) (xy 15.74 6.06) (xy 18.16 6.06) (xy 18.16 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b88717bd-086f-46cd-9d3f-0396009d0996") + ) + (fp_poly + (pts + (xy 15.74 6.06) (xy 15.74 8.48) (xy 18.16 8.48) (xy 18.16 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "08a7c925-7fae-4530-b0c9-120e185cb318") + ) + (fp_poly + (pts + (xy 15.74 8.48) (xy 15.74 10.9) (xy 18.16 10.9) (xy 18.16 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7") + ) + (fp_poly + (pts + (xy 15.74 10.9) (xy 15.74 13.32) (xy 18.16 13.32) (xy 18.16 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e") + ) + (fp_poly + (pts + (xy 15.74 20.58) (xy 15.74 23) (xy 18.16 23) (xy 18.16 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + ) + (fp_poly + (pts + (xy 15.74 23) (xy 15.74 25.42) (xy 18.16 25.42) (xy 18.16 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + ) + (fp_poly + (pts + (xy 18.16 -25.4) (xy 18.16 -22.98) (xy 20.58 -22.98) (xy 20.58 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "994b6220-4755-4d84-91b3-6122ac1c2c5e") + ) + (fp_poly + (pts + (xy 18.16 -20.56) (xy 18.16 -18.14) (xy 20.58 -18.14) (xy 20.58 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9cb12cc8-7f1a-4a01-9256-c119f11a8a02") + ) + (fp_poly + (pts + (xy 18.16 -18.14) (xy 18.16 -15.72) (xy 20.58 -15.72) (xy 20.58 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "2dc272bd-3aa2-45b5-889d-1d3c8aac80f8") + ) + (fp_poly + (pts + (xy 18.16 -15.72) (xy 18.16 -13.3) (xy 20.58 -13.3) (xy 20.58 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6595b9c7-02ee-4647-bde5-6b566e35163e") + ) + (fp_poly + (pts + (xy 18.16 -10.88) (xy 18.16 -8.46) (xy 20.58 -8.46) (xy 20.58 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "dde51ae5-b215-445e-92bb-4a12ec410531") + ) + (fp_poly + (pts + (xy 18.16 -6.04) (xy 18.16 -3.62) (xy 20.58 -3.62) (xy 20.58 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0ff508fd-18da-4ab7-9844-3c8a28c2587e") + ) + (fp_poly + (pts + (xy 18.16 1.22) (xy 18.16 3.64) (xy 20.58 3.64) (xy 20.58 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "24f7628d-681d-4f0e-8409-40a129e929d9") + ) + (fp_poly + (pts + (xy 18.16 6.06) (xy 18.16 8.48) (xy 20.58 8.48) (xy 20.58 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7edc9030-db7b-43ac-a1b3-b87eeacb4c2d") + ) + (fp_poly + (pts + (xy 18.16 10.9) (xy 18.16 13.32) (xy 20.58 13.32) (xy 20.58 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "666713b0-70f4-42df-8761-f65bc212d03b") + ) + (fp_poly + (pts + (xy 18.16 15.74) (xy 18.16 18.16) (xy 20.58 18.16) (xy 20.58 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (fp_poly + (pts + (xy 18.16 18.16) (xy 18.16 20.58) (xy 20.58 20.58) (xy 20.58 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a690fc6c-55d9-47e6-b533-faa4b67e20f3") + ) + (fp_poly + (pts + (xy 18.16 20.58) (xy 18.16 23) (xy 20.58 23) (xy 20.58 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (fp_poly + (pts + (xy 20.58 -25.4) (xy 20.58 -22.98) (xy 23 -22.98) (xy 23 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "097edb1b-8998-4e70-b670-bba125982348") + ) + (fp_poly + (pts + (xy 20.58 -10.88) (xy 20.58 -8.46) (xy 23 -8.46) (xy 23 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "70e15522-1572-4451-9c0d-6d36ac70d8c6") + ) + (fp_poly + (pts + (xy 20.58 -6.04) (xy 20.58 -3.62) (xy 23 -3.62) (xy 23 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1f3003e6-dce5-420f-906b-3f1e92b67249") + ) + (fp_poly + (pts + (xy 20.58 -1.2) (xy 20.58 1.22) (xy 23 1.22) (xy 23 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7e023245-2c2b-4e2b-bfb9-5d35176e88f2") + ) + (fp_poly + (pts + (xy 20.58 3.64) (xy 20.58 6.06) (xy 23 6.06) (xy 23 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "63ff1c93-3f96-4c33-b498-5dd8c33bccc0") + ) + (fp_poly + (pts + (xy 20.58 6.06) (xy 20.58 8.48) (xy 23 8.48) (xy 23 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "5528bcad-2950-4673-90eb-c37e6952c475") + ) + (fp_poly + (pts + (xy 20.58 10.9) (xy 20.58 13.32) (xy 23 13.32) (xy 23 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6c2e273e-743c-4f1e-a647-4171f8122550") + ) + (fp_poly + (pts + (xy 20.58 13.32) (xy 20.58 15.74) (xy 23 15.74) (xy 23 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + ) + (fp_poly + (pts + (xy 20.58 18.16) (xy 20.58 20.58) (xy 23 20.58) (xy 23 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a3e4f0ae-9f86-49e9-b386-ed8b42e012fb") + ) + (fp_poly + (pts + (xy 20.58 20.58) (xy 20.58 23) (xy 23 23) (xy 23 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (fp_poly + (pts + (xy 23 -25.4) (xy 23 -22.98) (xy 25.42 -22.98) (xy 25.42 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "477311b9-8f81-40c8-9c55-fd87e287247a") + ) + (fp_poly + (pts + (xy 23 -22.98) (xy 23 -20.56) (xy 25.42 -20.56) (xy 25.42 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0351df45-d042-41d4-ba35-88092c7be2fc") + ) + (fp_poly + (pts + (xy 23 -20.56) (xy 23 -18.14) (xy 25.42 -18.14) (xy 25.42 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c7e7067c-5f5e-48d8-ab59-df26f9b35863") + ) + (fp_poly + (pts + (xy 23 -18.14) (xy 23 -15.72) (xy 25.42 -15.72) (xy 25.42 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "5114c7bf-b955-49f3-a0a8-4b954c81bde0") + ) + (fp_poly + (pts + (xy 23 -15.72) (xy 23 -13.3) (xy 25.42 -13.3) (xy 25.42 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f3628265-0155-43e2-a467-c40ff783e265") + ) + (fp_poly + (pts + (xy 23 -13.3) (xy 23 -10.88) (xy 25.42 -10.88) (xy 25.42 -13.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8a650ebf-3f78-4ca4-a26b-a5028693e36d") + ) + (fp_poly + (pts + (xy 23 -10.88) (xy 23 -8.46) (xy 25.42 -8.46) (xy 25.42 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d3d7e298-1d39-4294-a3ab-c84cc0dc5e5a") + ) + (fp_poly + (pts + (xy 23 -6.04) (xy 23 -3.62) (xy 25.42 -3.62) (xy 25.42 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "03caada9-9e22-4e2d-9035-b15433dfbb17") + ) + (fp_poly + (pts + (xy 23 -1.2) (xy 23 1.22) (xy 25.42 1.22) (xy 25.42 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "40165eda-4ba6-4565-9bb4-b9df6dbb08da") + ) + (fp_poly + (pts + (xy 23 1.22) (xy 23 3.64) (xy 25.42 3.64) (xy 25.42 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "3a7648d8-121a-4921-9b92-9b35b76ce39b") + ) + (fp_poly + (pts + (xy 23 3.64) (xy 23 6.06) (xy 25.42 6.06) (xy 25.42 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9e1b837f-0d34-4a18-9644-9ee68f141f46") + ) + (fp_poly + (pts + (xy 23 10.9) (xy 23 13.32) (xy 25.42 13.32) (xy 25.42 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e857610b-4434-4144-b04e-43c1ebdc5ceb") + ) + (fp_poly + (pts + (xy 23 18.16) (xy 23 20.58) (xy 25.42 20.58) (xy 25.42 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (fp_poly + (pts + (xy 23 20.58) (xy 23 23) (xy 25.42 23) (xy 25.42 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + ) + (fp_text user "qr_ecc: 1,0" + (at 0 -31.75 0) + (layer "F.Cu") + (hide yes) + (uuid "65134029-dbd2-409a-85a8-13c2a33ff019") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "qr_size: 21" + (at 0 -30.05 0) + (layer "F.Cu") + (hide yes) + (uuid "7f2301df-e4bc-479e-a681-cc59c9a2dbbb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user " bogus 1 2 3 4" + (at 0 -35.15 0) + (layer "F.Cu") + (hide yes) + (uuid "8087f566-a94d-4bbc-985b-e49ee7762296") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "qr_mask: 6" + (at 0 -33.45 0) + (layer "F.Cu") + (hide yes) + (uuid "98c78427-acd5-4f90-9ad6-9f61c4809aec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "qr_version: 1" + (at 0 -28.35 0) + (layer "F.Cu") + (hide yes) + (uuid "a8447faf-e0a0-4c4a-ae53-4d4b28669151") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + ) + (footprint "qr:QR2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061d27619") + (at 101.1 79) + (property "Reference" "QR2" + (at 0 8.75 0) + (layer "F.SilkS") + (uuid "5b34a16c-5a14-4291-8242-ea6d6ac54372") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "QR2" + (at 0 -8.75 0) + (layer "F.SilkS") + (uuid "35a9f71f-ba35-47f6-814e-4106ac36c51e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0bca0362-e8d1-41f5-ba5f-cf5d3ab0bdf1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0109469d-688e-4779-ac8f-f91a82d994c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00fd0f91-3790-41b9-9120-28c0911baf7b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_poly + (pts + (xy -7.5 -7.5) (xy -7.5 -6.9) (xy -6.9 -6.9) (xy -6.9 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c094494a-f6f7-43fc-a007-4951484ddf3a") + ) + (fp_poly + (pts + (xy -7.5 -6.9) (xy -7.5 -6.3) (xy -6.9 -6.3) (xy -6.9 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "29e058a7-50a3-43e5-81c3-bfee53da08be") + ) + (fp_poly + (pts + (xy -7.5 -6.3) (xy -7.5 -5.7) (xy -6.9 -5.7) (xy -6.9 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d5b800ca-1ab6-4b66-b5f7-2dda5658b504") + ) + (fp_poly + (pts + (xy -7.5 -5.7) (xy -7.5 -5.1) (xy -6.9 -5.1) (xy -6.9 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0325ec43-0390-4ae2-b055-b1ec6ce17b1c") + ) + (fp_poly + (pts + (xy -7.5 -5.1) (xy -7.5 -4.5) (xy -6.9 -4.5) (xy -6.9 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "658dad07-97fd-466c-8b49-21892ac96ea4") + ) + (fp_poly + (pts + (xy -7.5 -4.5) (xy -7.5 -3.9) (xy -6.9 -3.9) (xy -6.9 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6a2b20ae-096c-4d9f-92f8-2087c865914f") + ) + (fp_poly + (pts + (xy -7.5 -3.9) (xy -7.5 -3.3) (xy -6.9 -3.3) (xy -6.9 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c106154f-d948-43e5-abfa-e1b96055d91b") + ) + (fp_poly + (pts + (xy -7.5 -2.1) (xy -7.5 -1.5) (xy -6.9 -1.5) (xy -6.9 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f6c644f4-3036-41a6-9e14-2c08c079c6cd") + ) + (fp_poly + (pts + (xy -7.5 -0.9) (xy -7.5 -0.3) (xy -6.9 -0.3) (xy -6.9 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b5071759-a4d7-4769-be02-251f23cd4454") + ) + (fp_poly + (pts + (xy -7.5 0.3) (xy -7.5 0.9) (xy -6.9 0.9) (xy -6.9 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f78e02cd-9600-4173-be8d-67e530b5d19f") + ) + (fp_poly + (pts + (xy -7.5 0.9) (xy -7.5 1.5) (xy -6.9 1.5) (xy -6.9 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6f675e5f-8fe6-4148-baf1-da97afc770f8") + ) + (fp_poly + (pts + (xy -7.5 1.5) (xy -7.5 2.1) (xy -6.9 2.1) (xy -6.9 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f9c81c26-f253-4227-a69f-53e64841cfbe") + ) + (fp_poly + (pts + (xy -7.5 2.1) (xy -7.5 2.7) (xy -6.9 2.7) (xy -6.9 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fd3499d5-6fd2-49a4-bdb0-109cee899fde") + ) + (fp_poly + (pts + (xy -7.5 3.3) (xy -7.5 3.9) (xy -6.9 3.9) (xy -6.9 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "479331ff-c540-41f4-84e6-b48d65171e59") + ) + (fp_poly + (pts + (xy -7.5 3.9) (xy -7.5 4.5) (xy -6.9 4.5) (xy -6.9 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "16121028-bdf5-49c0-aae7-e28fe5bfa771") + ) + (fp_poly + (pts + (xy -7.5 4.5) (xy -7.5 5.1) (xy -6.9 5.1) (xy -6.9 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "196a8dd5-5fd6-4c7f-ae4a-0104bd82e61b") + ) + (fp_poly + (pts + (xy -7.5 5.1) (xy -7.5 5.7) (xy -6.9 5.7) (xy -6.9 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "98914cc3-56fe-40bb-820a-3d157225c145") + ) + (fp_poly + (pts + (xy -7.5 5.7) (xy -7.5 6.3) (xy -6.9 6.3) (xy -6.9 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "71c6e723-673c-45a9-a0e4-9742220c52a3") + ) + (fp_poly + (pts + (xy -7.5 6.3) (xy -7.5 6.9) (xy -6.9 6.9) (xy -6.9 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "30317bf0-88bb-49e7-bf8b-9f3883982225") + ) + (fp_poly + (pts + (xy -7.5 6.9) (xy -7.5 7.5) (xy -6.9 7.5) (xy -6.9 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6ffdf05e-e119-49f9-85e9-13e4901df42a") + ) + (fp_poly + (pts + (xy -6.9 -7.5) (xy -6.9 -6.9) (xy -6.3 -6.9) (xy -6.3 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9b3c58a7-a9b9-4498-abc0-f9f43e4f0292") + ) + (fp_poly + (pts + (xy -6.9 -3.9) (xy -6.9 -3.3) (xy -6.3 -3.3) (xy -6.3 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c24d6ac8-802d-4df3-a210-9cb1f693e865") + ) + (fp_poly + (pts + (xy -6.9 -0.9) (xy -6.9 -0.3) (xy -6.3 -0.3) (xy -6.3 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cada57e2-1fa7-4b9d-a2a0-2218773d5c50") + ) + (fp_poly + (pts + (xy -6.9 -0.3) (xy -6.9 0.3) (xy -6.3 0.3) (xy -6.3 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f8fc38ec-0b98-40bc-ae2f-e5cc29973bca") + ) + (fp_poly + (pts + (xy -6.9 3.3) (xy -6.9 3.9) (xy -6.3 3.9) (xy -6.3 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cc15f583-a41b-43af-ba94-a75455506a96") + ) + (fp_poly + (pts + (xy -6.9 6.9) (xy -6.9 7.5) (xy -6.3 7.5) (xy -6.3 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4c843bdb-6c9e-40dd-85e2-0567846e18ba") + ) + (fp_poly + (pts + (xy -6.3 -7.5) (xy -6.3 -6.9) (xy -5.7 -6.9) (xy -5.7 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e40e8cef-4fb0-4fc3-be09-3875b2cc8469") + ) + (fp_poly + (pts + (xy -6.3 -6.3) (xy -6.3 -5.7) (xy -5.7 -5.7) (xy -5.7 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c9667181-b3c7-4b01-b8b4-baa29a9aea63") + ) + (fp_poly + (pts + (xy -6.3 -5.7) (xy -6.3 -5.1) (xy -5.7 -5.1) (xy -5.7 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7b044939-8c4d-444f-b9e0-a15fcdeb5a86") + ) + (fp_poly + (pts + (xy -6.3 -5.1) (xy -6.3 -4.5) (xy -5.7 -4.5) (xy -5.7 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "40b14a16-fb82-4b9d-89dd-55cd98abb5cc") + ) + (fp_poly + (pts + (xy -6.3 -3.9) (xy -6.3 -3.3) (xy -5.7 -3.3) (xy -5.7 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "88668202-3f0b-4d07-84d4-dcd790f57272") + ) + (fp_poly + (pts + (xy -6.3 -2.7) (xy -6.3 -2.1) (xy -5.7 -2.1) (xy -5.7 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a53767ed-bb28-4f90-abe0-e0ea734812a4") + ) + (fp_poly + (pts + (xy -6.3 -2.1) (xy -6.3 -1.5) (xy -5.7 -1.5) (xy -5.7 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0cc45b5b-96b3-4284-9cae-a3a9e324a916") + ) + (fp_poly + (pts + (xy -6.3 -0.3) (xy -6.3 0.3) (xy -5.7 0.3) (xy -5.7 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "34d03349-6d78-4165-a683-2d8b76f2bae8") + ) + (fp_poly + (pts + (xy -6.3 0.9) (xy -6.3 1.5) (xy -5.7 1.5) (xy -5.7 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa") + ) + (fp_poly + (pts + (xy -6.3 1.5) (xy -6.3 2.1) (xy -5.7 2.1) (xy -5.7 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "61fe4c73-be59-4519-98f1-a634322a841d") + ) + (fp_poly + (pts + (xy -6.3 2.1) (xy -6.3 2.7) (xy -5.7 2.7) (xy -5.7 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "71f92193-19b0-44ed-bc7f-77535083d769") + ) + (fp_poly + (pts + (xy -6.3 3.3) (xy -6.3 3.9) (xy -5.7 3.9) (xy -5.7 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1199146e-a60b-416a-b503-e77d6d2892f9") + ) + (fp_poly + (pts + (xy -6.3 4.5) (xy -6.3 5.1) (xy -5.7 5.1) (xy -5.7 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b0271cdd-de22-4bf4-8f55-fc137cfbd4ec") + ) + (fp_poly + (pts + (xy -6.3 5.1) (xy -6.3 5.7) (xy -5.7 5.7) (xy -5.7 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3c5e5ea9-793d-46e3-86bc-5884c4490dc7") + ) + (fp_poly + (pts + (xy -6.3 5.7) (xy -6.3 6.3) (xy -5.7 6.3) (xy -5.7 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b4833916-7a3e-4498-86fb-ec6d13262ffe") + ) + (fp_poly + (pts + (xy -6.3 6.9) (xy -6.3 7.5) (xy -5.7 7.5) (xy -5.7 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "72b36951-3ec7-4569-9c88-cf9b4afe1cae") + ) + (fp_poly + (pts + (xy -5.7 -7.5) (xy -5.7 -6.9) (xy -5.1 -6.9) (xy -5.1 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "15fe8f3d-6077-4e0e-81d0-8ec3f4538981") + ) + (fp_poly + (pts + (xy -5.7 -6.3) (xy -5.7 -5.7) (xy -5.1 -5.7) (xy -5.1 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ebd06df3-d52b-4cff-99a2-a771df6d3733") + ) + (fp_poly + (pts + (xy -5.7 -5.7) (xy -5.7 -5.1) (xy -5.1 -5.1) (xy -5.1 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "576c6616-e95d-4f1e-8ead-dea30fcdc8c2") + ) + (fp_poly + (pts + (xy -5.7 -5.1) (xy -5.7 -4.5) (xy -5.1 -4.5) (xy -5.1 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c09938fd-06b9-4771-9f63-2311626243b3") + ) + (fp_poly + (pts + (xy -5.7 -3.9) (xy -5.7 -3.3) (xy -5.1 -3.3) (xy -5.1 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "37f31dec-63fc-4634-a141-5dc5d2b60fe4") + ) + (fp_poly + (pts + (xy -5.7 -2.7) (xy -5.7 -2.1) (xy -5.1 -2.1) (xy -5.1 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5fc9acb6-6dbb-4598-825b-4b9e7c4c67c4") + ) + (fp_poly + (pts + (xy -5.7 -0.9) (xy -5.7 -0.3) (xy -5.1 -0.3) (xy -5.1 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "752417ee-7d0b-4ac8-a22c-26669881a2ab") + ) + (fp_poly + (pts + (xy -5.7 0.9) (xy -5.7 1.5) (xy -5.1 1.5) (xy -5.1 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "917920ab-0c6e-4927-974d-ef342cdd4f63") + ) + (fp_poly + (pts + (xy -5.7 2.1) (xy -5.7 2.7) (xy -5.1 2.7) (xy -5.1 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "143ed874-a01f-4ced-ba4e-bbb66ddd1f70") + ) + (fp_poly + (pts + (xy -5.7 3.3) (xy -5.7 3.9) (xy -5.1 3.9) (xy -5.1 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "997c2f12-73ba-4c01-9ee0-42e37cbab790") + ) + (fp_poly + (pts + (xy -5.7 4.5) (xy -5.7 5.1) (xy -5.1 5.1) (xy -5.1 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "076046ab-4b56-4060-b8d9-0d80806d0277") + ) + (fp_poly + (pts + (xy -5.7 5.1) (xy -5.7 5.7) (xy -5.1 5.7) (xy -5.1 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9dcdc92b-2219-4a4a-8954-45f02cc3ab25") + ) + (fp_poly + (pts + (xy -5.7 5.7) (xy -5.7 6.3) (xy -5.1 6.3) (xy -5.1 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cc48dd41-7768-48d3-b096-2c4cc2126c9d") + ) + (fp_poly + (pts + (xy -5.7 6.9) (xy -5.7 7.5) (xy -5.1 7.5) (xy -5.1 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eb8d02e9-145c-465d-b6a8-bae84d47a94b") + ) + (fp_poly + (pts + (xy -5.1 -7.5) (xy -5.1 -6.9) (xy -4.5 -6.9) (xy -4.5 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "814763c2-92e5-4a2c-941c-9bbd073f6e87") + ) + (fp_poly + (pts + (xy -5.1 -6.3) (xy -5.1 -5.7) (xy -4.5 -5.7) (xy -4.5 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "be645d0f-8568-47a0-a152-e3ddd33563eb") + ) + (fp_poly + (pts + (xy -5.1 -5.7) (xy -5.1 -5.1) (xy -4.5 -5.1) (xy -4.5 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "89e83c2e-e90a-4a50-b278-880bac0cfb49") + ) + (fp_poly + (pts + (xy -5.1 -5.1) (xy -5.1 -4.5) (xy -4.5 -4.5) (xy -4.5 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2d697cf0-e02e-4ed1-a048-a704dab0ee43") + ) + (fp_poly + (pts + (xy -5.1 -3.9) (xy -5.1 -3.3) (xy -4.5 -3.3) (xy -4.5 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "91c1eb0a-67ae-4ef0-95ce-d060a03a7313") + ) + (fp_poly + (pts + (xy -5.1 -2.7) (xy -5.1 -2.1) (xy -4.5 -2.1) (xy -4.5 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "18b7e157-ae67-48ad-bd7c-9fef6fe45b22") + ) + (fp_poly + (pts + (xy -5.1 -2.1) (xy -5.1 -1.5) (xy -4.5 -1.5) (xy -4.5 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6b7c1048-12b6-46b2-b762-fa3ad30472dd") + ) + (fp_poly + (pts + (xy -5.1 -0.3) (xy -5.1 0.3) (xy -4.5 0.3) (xy -4.5 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bb4b1afc-c46e-451d-8dad-36b7dec82f26") + ) + (fp_poly + (pts + (xy -5.1 0.3) (xy -5.1 0.9) (xy -4.5 0.9) (xy -4.5 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6f80f798-dc24-438f-a1eb-4ee2936267c8") + ) + (fp_poly + (pts + (xy -5.1 1.5) (xy -5.1 2.1) (xy -4.5 2.1) (xy -4.5 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e5864fe6-2a71-47f0-90ce-38c3f8901580") + ) + (fp_poly + (pts + (xy -5.1 3.3) (xy -5.1 3.9) (xy -4.5 3.9) (xy -4.5 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "afd38b10-2eca-4abe-aed1-a96fb07ffdbe") + ) + (fp_poly + (pts + (xy -5.1 4.5) (xy -5.1 5.1) (xy -4.5 5.1) (xy -4.5 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1171ce37-6ad7-4662-bb68-5592c945ebf3") + ) + (fp_poly + (pts + (xy -5.1 5.1) (xy -5.1 5.7) (xy -4.5 5.7) (xy -4.5 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "dae72997-44fc-4275-b36f-cd70bf46cfba") + ) + (fp_poly + (pts + (xy -5.1 5.7) (xy -5.1 6.3) (xy -4.5 6.3) (xy -4.5 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4185c36c-c66e-4dbd-be5d-841e551f4885") + ) + (fp_poly + (pts + (xy -5.1 6.9) (xy -5.1 7.5) (xy -4.5 7.5) (xy -4.5 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "29bb7297-26fb-4776-9266-2355d022bab0") + ) + (fp_poly + (pts + (xy -4.5 -7.5) (xy -4.5 -6.9) (xy -3.9 -6.9) (xy -3.9 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e65b62be-e01b-4688-a999-1d1be370c4ae") + ) + (fp_poly + (pts + (xy -4.5 -3.9) (xy -4.5 -3.3) (xy -3.9 -3.3) (xy -3.9 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "009a4fb4-fcc0-4623-ae5d-c1bae3219583") + ) + (fp_poly + (pts + (xy -4.5 -2.1) (xy -4.5 -1.5) (xy -3.9 -1.5) (xy -3.9 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4a850cb6-bb24-4274-a902-e49f34f0a0e3") + ) + (fp_poly + (pts + (xy -4.5 -0.9) (xy -4.5 -0.3) (xy -3.9 -0.3) (xy -3.9 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9f80220c-1612-4589-b9ca-a5579617bdb8") + ) + (fp_poly + (pts + (xy -4.5 1.5) (xy -4.5 2.1) (xy -3.9 2.1) (xy -3.9 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "699feae1-8cdd-4d2b-947f-f24849c73cdb") + ) + (fp_poly + (pts + (xy -4.5 3.3) (xy -4.5 3.9) (xy -3.9 3.9) (xy -3.9 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c8fd9dd3-06ad-4146-9239-0065013959ef") + ) + (fp_poly + (pts + (xy -4.5 6.9) (xy -4.5 7.5) (xy -3.9 7.5) (xy -3.9 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cb6062da-8dcd-4826-92fd-4071e9e97213") + ) + (fp_poly + (pts + (xy -3.9 -7.5) (xy -3.9 -6.9) (xy -3.3 -6.9) (xy -3.3 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "82be7aae-5d06-4178-8c3e-98760c41b054") + ) + (fp_poly + (pts + (xy -3.9 -6.9) (xy -3.9 -6.3) (xy -3.3 -6.3) (xy -3.3 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5cf2db29-f7ab-499a-9907-cdeba64bf0f3") + ) + (fp_poly + (pts + (xy -3.9 -6.3) (xy -3.9 -5.7) (xy -3.3 -5.7) (xy -3.3 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bd9595a1-04f3-4fda-8f1b-e65ad874edd3") + ) + (fp_poly + (pts + (xy -3.9 -5.7) (xy -3.9 -5.1) (xy -3.3 -5.1) (xy -3.3 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a5e521b9-814e-4853-a5ac-f158785c6269") + ) + (fp_poly + (pts + (xy -3.9 -5.1) (xy -3.9 -4.5) (xy -3.3 -4.5) (xy -3.3 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "240c10af-51b5-420e-a6f4-a2c8f5db1db5") + ) + (fp_poly + (pts + (xy -3.9 -4.5) (xy -3.9 -3.9) (xy -3.3 -3.9) (xy -3.3 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4e315e69-0417-463a-8b7f-469a08d1496e") + ) + (fp_poly + (pts + (xy -3.9 -3.9) (xy -3.9 -3.3) (xy -3.3 -3.3) (xy -3.3 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cf386a39-fc62-49dd-8ec5-e044f6bd67ce") + ) + (fp_poly + (pts + (xy -3.9 -2.7) (xy -3.9 -2.1) (xy -3.3 -2.1) (xy -3.3 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0f31f11f-c374-4640-b9a4-07bbdba8d354") + ) + (fp_poly + (pts + (xy -3.9 -1.5) (xy -3.9 -0.9) (xy -3.3 -0.9) (xy -3.3 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "03c7f780-fc1b-487a-b30d-567d6c09fdc8") + ) + (fp_poly + (pts + (xy -3.9 -0.3) (xy -3.9 0.3) (xy -3.3 0.3) (xy -3.3 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "37b6c6d6-3e12-4736-912a-ea6e2bf06721") + ) + (fp_poly + (pts + (xy -3.9 0.9) (xy -3.9 1.5) (xy -3.3 1.5) (xy -3.3 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8fc062a7-114d-48eb-a8f8-71128838f380") + ) + (fp_poly + (pts + (xy -3.9 2.1) (xy -3.9 2.7) (xy -3.3 2.7) (xy -3.3 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "795e68e2-c9ba-45cf-9bff-89b8fae05b5a") + ) + (fp_poly + (pts + (xy -3.9 3.3) (xy -3.9 3.9) (xy -3.3 3.9) (xy -3.3 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "98b00c9d-9188-4bce-aa70-92d12dd9cf82") + ) + (fp_poly + (pts + (xy -3.9 3.9) (xy -3.9 4.5) (xy -3.3 4.5) (xy -3.3 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d0a0deb1-4f0f-4ede-b730-2c6d67cb9618") + ) + (fp_poly + (pts + (xy -3.9 4.5) (xy -3.9 5.1) (xy -3.3 5.1) (xy -3.3 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d4c9471f-7503-4339-928c-d1abae1eede6") + ) + (fp_poly + (pts + (xy -3.9 5.1) (xy -3.9 5.7) (xy -3.3 5.7) (xy -3.3 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7") + ) + (fp_poly + (pts + (xy -3.9 5.7) (xy -3.9 6.3) (xy -3.3 6.3) (xy -3.3 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f") + ) + (fp_poly + (pts + (xy -3.9 6.3) (xy -3.9 6.9) (xy -3.3 6.9) (xy -3.3 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f959907b-1cef-4760-b043-4260a660a2ae") + ) + (fp_poly + (pts + (xy -3.9 6.9) (xy -3.9 7.5) (xy -3.3 7.5) (xy -3.3 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "36d783e7-096f-4c97-9672-7e08c083b87b") + ) + (fp_poly + (pts + (xy -3.3 -2.1) (xy -3.3 -1.5) (xy -2.7 -1.5) (xy -2.7 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e5203297-b913-4288-a576-12a92185cb52") + ) + (fp_poly + (pts + (xy -3.3 -1.5) (xy -3.3 -0.9) (xy -2.7 -0.9) (xy -2.7 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c04386e0-b49e-4fff-b380-675af13a62cb") + ) + (fp_poly + (pts + (xy -3.3 0.9) (xy -3.3 1.5) (xy -2.7 1.5) (xy -2.7 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4f411f68-04bd-4175-a406-bcaa4cf6601e") + ) + (fp_poly + (pts + (xy -3.3 1.5) (xy -3.3 2.1) (xy -2.7 2.1) (xy -2.7 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d88958ac-68cd-4955-a63f-0eaa329dec86") + ) + (fp_poly + (pts + (xy -3.3 2.1) (xy -3.3 2.7) (xy -2.7 2.7) (xy -2.7 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8fcec304-c6b1-4655-8326-beacd0476953") + ) + (fp_poly + (pts + (xy -2.7 -7.5) (xy -2.7 -6.9) (xy -2.1 -6.9) (xy -2.1 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e1535036-5d36-405f-bb86-3819621c4f23") + ) + (fp_poly + (pts + (xy -2.7 -6.9) (xy -2.7 -6.3) (xy -2.1 -6.3) (xy -2.1 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "feb26ecb-9193-46ea-a41b-d09305bf0a3e") + ) + (fp_poly + (pts + (xy -2.7 -6.3) (xy -2.7 -5.7) (xy -2.1 -5.7) (xy -2.1 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "309b3bff-19c8-41ec-a84d-63399c649f46") + ) + (fp_poly + (pts + (xy -2.7 -4.5) (xy -2.7 -3.9) (xy -2.1 -3.9) (xy -2.1 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "071522c0-d0ed-49b9-906e-6295f67fb0dc") + ) + (fp_poly + (pts + (xy -2.7 -3.9) (xy -2.7 -3.3) (xy -2.1 -3.3) (xy -2.1 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea") + ) + (fp_poly + (pts + (xy -2.7 -3.3) (xy -2.7 -2.7) (xy -2.1 -2.7) (xy -2.1 -3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "dc2801a1-d539-4721-b31f-fe196b9f13df") + ) + (fp_poly + (pts + (xy -2.7 -2.7) (xy -2.7 -2.1) (xy -2.1 -2.1) (xy -2.1 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "998b7fa5-31a5-472e-9572-49d5226d6098") + ) + (fp_poly + (pts + (xy -2.7 -2.1) (xy -2.7 -1.5) (xy -2.1 -1.5) (xy -2.1 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1f8b2c0c-b042-4e2e-80f6-4959a27b238f") + ) + (fp_poly + (pts + (xy -2.7 -1.5) (xy -2.7 -0.9) (xy -2.1 -0.9) (xy -2.1 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b9bb0e73-161a-4d06-b6eb-a9f66d8a95f5") + ) + (fp_poly + (pts + (xy -2.7 -0.3) (xy -2.7 0.3) (xy -2.1 0.3) (xy -2.1 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "86dc7a78-7d51-4111-9eea-8a8f7977eb16") + ) + (fp_poly + (pts + (xy -2.7 0.9) (xy -2.7 1.5) (xy -2.1 1.5) (xy -2.1 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1fa508ef-df83-4c99-846b-9acf535b3ad9") + ) + (fp_poly + (pts + (xy -2.7 2.7) (xy -2.7 3.3) (xy -2.1 3.3) (xy -2.1 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "60ff6322-62e2-4602-9bc0-7a0f0a5ecfbf") + ) + (fp_poly + (pts + (xy -2.7 4.5) (xy -2.7 5.1) (xy -2.1 5.1) (xy -2.1 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "43707e99-bdd7-4b02-9974-540ed6c2b0aa") + ) + (fp_poly + (pts + (xy -2.7 5.1) (xy -2.7 5.7) (xy -2.1 5.7) (xy -2.1 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c8b6b273-3d20-4a46-8069-f6d608563604") + ) + (fp_poly + (pts + (xy -2.7 5.7) (xy -2.7 6.3) (xy -2.1 6.3) (xy -2.1 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0fd35a3e-b394-4aae-875a-fac843f9cbb7") + ) + (fp_poly + (pts + (xy -2.1 -6.9) (xy -2.1 -6.3) (xy -1.5 -6.3) (xy -1.5 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "382ca670-6ae8-4de6-90f9-f241d1337171") + ) + (fp_poly + (pts + (xy -2.1 -5.7) (xy -2.1 -5.1) (xy -1.5 -5.1) (xy -1.5 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "262f1ea9-0133-4b43-be36-456207ea857c") + ) + (fp_poly + (pts + (xy -2.1 -4.5) (xy -2.1 -3.9) (xy -1.5 -3.9) (xy -1.5 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2846428d-39de-4eae-8ce2-64955d56c493") + ) + (fp_poly + (pts + (xy -2.1 -2.7) (xy -2.1 -2.1) (xy -1.5 -2.1) (xy -1.5 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e4d2f565-25a0-48c6-be59-f4bf31ad2558") + ) + (fp_poly + (pts + (xy -2.1 -2.1) (xy -2.1 -1.5) (xy -1.5 -1.5) (xy -1.5 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "700e8b73-5976-423f-a3f3-ab3d9f3e9760") + ) + (fp_poly + (pts + (xy -2.1 -0.9) (xy -2.1 -0.3) (xy -1.5 -0.3) (xy -1.5 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "224768bc-6009-43ba-aa4a-70cbaa15b5a3") + ) + (fp_poly + (pts + (xy -2.1 -0.3) (xy -2.1 0.3) (xy -1.5 0.3) (xy -1.5 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e32ee344-1030-4498-9cac-bfbf7540faf4") + ) + (fp_poly + (pts + (xy -2.1 0.9) (xy -2.1 1.5) (xy -1.5 1.5) (xy -1.5 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "155b0b7c-70b4-4a26-a550-bac13cab0aa4") + ) + (fp_poly + (pts + (xy -2.1 5.1) (xy -2.1 5.7) (xy -1.5 5.7) (xy -1.5 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "92035a88-6c95-4a61-bd8a-cb8dd9e5018a") + ) + (fp_poly + (pts + (xy -2.1 5.7) (xy -2.1 6.3) (xy -1.5 6.3) (xy -1.5 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c088f712-1abe-4cac-9a8b-d564931395aa") + ) + (fp_poly + (pts + (xy -2.1 6.3) (xy -2.1 6.9) (xy -1.5 6.9) (xy -1.5 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cb721686-5255-4788-a3b0-ce4312e32eb7") + ) + (fp_poly + (pts + (xy -2.1 6.9) (xy -2.1 7.5) (xy -1.5 7.5) (xy -1.5 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0a1a4d88-972a-46ce-b25e-6cb796bd41f7") + ) + (fp_poly + (pts + (xy -1.5 -7.5) (xy -1.5 -6.9) (xy -0.9 -6.9) (xy -0.9 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d9c6d5d2-0b49-49ba-a970-cd2c32f74c54") + ) + (fp_poly + (pts + (xy -1.5 -5.1) (xy -1.5 -4.5) (xy -0.9 -4.5) (xy -0.9 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7") + ) + (fp_poly + (pts + (xy -1.5 -4.5) (xy -1.5 -3.9) (xy -0.9 -3.9) (xy -0.9 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4fa10683-33cd-4dcd-8acc-2415cd63c62a") + ) + (fp_poly + (pts + (xy -1.5 -3.9) (xy -1.5 -3.3) (xy -0.9 -3.3) (xy -0.9 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eae0ab9f-65b2-44d3-aba7-873c3227fba7") + ) + (fp_poly + (pts + (xy -1.5 -2.1) (xy -1.5 -1.5) (xy -0.9 -1.5) (xy -0.9 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b4300db7-1220-431a-b7c3-2edbdf8fa6fc") + ) + (fp_poly + (pts + (xy -1.5 -1.5) (xy -1.5 -0.9) (xy -0.9 -0.9) (xy -0.9 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4107d40a-e5df-4255-aacc-13f9928e090c") + ) + (fp_poly + (pts + (xy -1.5 -0.9) (xy -1.5 -0.3) (xy -0.9 -0.3) (xy -0.9 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fef37e8b-0ff0-4da2-8a57-acaf19551d1a") + ) + (fp_poly + (pts + (xy -1.5 0.3) (xy -1.5 0.9) (xy -0.9 0.9) (xy -0.9 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f66398f1-1ae7-4d4d-939f-958c174c6bce") + ) + (fp_poly + (pts + (xy -1.5 0.9) (xy -1.5 1.5) (xy -0.9 1.5) (xy -0.9 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "399fc36a-ed5d-44b5-82f7-c6f83d9acc14") + ) + (fp_poly + (pts + (xy -1.5 1.5) (xy -1.5 2.1) (xy -0.9 2.1) (xy -0.9 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b6cd701f-4223-4e72-a305-466869ccb250") + ) + (fp_poly + (pts + (xy -1.5 3.3) (xy -1.5 3.9) (xy -0.9 3.9) (xy -0.9 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a24ce0e2-fdd3-4e6a-b754-5dee9713dd27") + ) + (fp_poly + (pts + (xy -1.5 3.9) (xy -1.5 4.5) (xy -0.9 4.5) (xy -0.9 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6bd115d6-07e0-45db-8f2e-3cbb0429104f") + ) + (fp_poly + (pts + (xy -1.5 4.5) (xy -1.5 5.1) (xy -0.9 5.1) (xy -0.9 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e17e6c0e-7e5b-43f0-ad48-0a2760b45b04") + ) + (fp_poly + (pts + (xy -1.5 5.7) (xy -1.5 6.3) (xy -0.9 6.3) (xy -0.9 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ea6fde00-59dc-4a79-a647-7e38199fae0e") + ) + (fp_poly + (pts + (xy -1.5 6.9) (xy -1.5 7.5) (xy -0.9 7.5) (xy -0.9 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c9b9e62d-dede-4d1a-9a05-275614f8bdb2") + ) + (fp_poly + (pts + (xy -0.9 -7.5) (xy -0.9 -6.9) (xy -0.3 -6.9) (xy -0.3 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a6b7df29-bcf8-46a9-b623-7eaac47f5110") + ) + (fp_poly + (pts + (xy -0.9 -5.7) (xy -0.9 -5.1) (xy -0.3 -5.1) (xy -0.3 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c1c799a0-3c93-493a-9ad7-8a0561bc69ee") + ) + (fp_poly + (pts + (xy -0.9 -5.1) (xy -0.9 -4.5) (xy -0.3 -4.5) (xy -0.3 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "592f25e6-a01b-47fd-8172-3da01117d00a") + ) + (fp_poly + (pts + (xy -0.9 -2.1) (xy -0.9 -1.5) (xy -0.3 -1.5) (xy -0.3 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "79e31048-072a-4a40-a625-26bb0b5f046b") + ) + (fp_poly + (pts + (xy -0.9 -1.5) (xy -0.9 -0.9) (xy -0.3 -0.9) (xy -0.3 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9") + ) + (fp_poly + (pts + (xy -0.9 -0.3) (xy -0.9 0.3) (xy -0.3 0.3) (xy -0.3 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0bcafe80-ffba-4f1e-ae51-95a595b006db") + ) + (fp_poly + (pts + (xy -0.9 1.5) (xy -0.9 2.1) (xy -0.3 2.1) (xy -0.3 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "af347946-e3da-4427-87ab-77b747929f50") + ) + (fp_poly + (pts + (xy -0.9 2.7) (xy -0.9 3.3) (xy -0.3 3.3) (xy -0.3 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e7369115-d491-4ef3-be3d-f5298992c3e8") + ) + (fp_poly + (pts + (xy -0.9 3.3) (xy -0.9 3.9) (xy -0.3 3.9) (xy -0.3 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3f43d730-2a73-49fe-9672-32428e7f5b49") + ) + (fp_poly + (pts + (xy -0.9 3.9) (xy -0.9 4.5) (xy -0.3 4.5) (xy -0.3 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "97fe2a5c-4eee-4c7a-9c43-47749b396494") + ) + (fp_poly + (pts + (xy -0.9 4.5) (xy -0.9 5.1) (xy -0.3 5.1) (xy -0.3 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e4e20505-1208-4100-a4aa-676f50844c06") + ) + (fp_poly + (pts + (xy -0.9 5.1) (xy -0.9 5.7) (xy -0.3 5.7) (xy -0.3 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4ec618ae-096f-4256-9328-005ee04f13d6") + ) + (fp_poly + (pts + (xy -0.9 6.3) (xy -0.9 6.9) (xy -0.3 6.9) (xy -0.3 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d4db7f11-8cfe-40d2-b021-b36f05241701") + ) + (fp_poly + (pts + (xy -0.3 -7.5) (xy -0.3 -6.9) (xy 0.3 -6.9) (xy 0.3 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a9b3f6e4-7a6d-4ae8-ad28-3d8458e0ca1a") + ) + (fp_poly + (pts + (xy -0.3 -5.7) (xy -0.3 -5.1) (xy 0.3 -5.1) (xy 0.3 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "721d1be9-236e-470b-ba69-f1cc6c43faf9") + ) + (fp_poly + (pts + (xy -0.3 -5.1) (xy -0.3 -4.5) (xy 0.3 -4.5) (xy 0.3 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cb614b23-9af3-4aec-bed8-c1374e001510") + ) + (fp_poly + (pts + (xy -0.3 -3.9) (xy -0.3 -3.3) (xy 0.3 -3.3) (xy 0.3 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "70fb572d-d5ec-41e7-9482-63d4578b4f47") + ) + (fp_poly + (pts + (xy -0.3 -3.3) (xy -0.3 -2.7) (xy 0.3 -2.7) (xy 0.3 -3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "970e0f64-111f-41e3-9f5a-fb0d0f6fa101") + ) + (fp_poly + (pts + (xy -0.3 -0.9) (xy -0.3 -0.3) (xy 0.3 -0.3) (xy 0.3 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d21cc5e4-177a-4e1d-a8d5-060ed33e5b8e") + ) + (fp_poly + (pts + (xy -0.3 -0.3) (xy -0.3 0.3) (xy 0.3 0.3) (xy 0.3 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "026ac84e-b8b2-4dd2-b675-8323c24fd778") + ) + (fp_poly + (pts + (xy -0.3 0.9) (xy -0.3 1.5) (xy 0.3 1.5) (xy 0.3 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00") + ) + (fp_poly + (pts + (xy -0.3 3.9) (xy -0.3 4.5) (xy 0.3 4.5) (xy 0.3 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ce72ea62-9343-4a4f-81bf-8ac601f5d005") + ) + (fp_poly + (pts + (xy -0.3 4.5) (xy -0.3 5.1) (xy 0.3 5.1) (xy 0.3 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "79770cd5-32d7-429a-8248-0d9e6212231a") + ) + (fp_poly + (pts + (xy -0.3 5.1) (xy -0.3 5.7) (xy 0.3 5.7) (xy 0.3 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3326423d-8df7-4a7e-a354-349430b8fbd7") + ) + (fp_poly + (pts + (xy -0.3 6.9) (xy -0.3 7.5) (xy 0.3 7.5) (xy 0.3 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bdf40d30-88ff-4479-bad1-69529464b61b") + ) + (fp_poly + (pts + (xy 0.3 -7.5) (xy 0.3 -6.9) (xy 0.9 -6.9) (xy 0.9 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7a4ce4b3-518a-4819-b8b2-5127b3347c64") + ) + (fp_poly + (pts + (xy 0.3 -6.9) (xy 0.3 -6.3) (xy 0.9 -6.3) (xy 0.9 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459") + ) + (fp_poly + (pts + (xy 0.3 -5.1) (xy 0.3 -4.5) (xy 0.9 -4.5) (xy 0.9 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "20cca02e-4c4d-4961-b6b4-b40a1731b220") + ) + (fp_poly + (pts + (xy 0.3 -4.5) (xy 0.3 -3.9) (xy 0.9 -3.9) (xy 0.9 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd") + ) + (fp_poly + (pts + (xy 0.3 -3.3) (xy 0.3 -2.7) (xy 0.9 -2.7) (xy 0.9 -3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b6135480-ace6-42b2-9c47-856ef57cded1") + ) + (fp_poly + (pts + (xy 0.3 -2.7) (xy 0.3 -2.1) (xy 0.9 -2.1) (xy 0.9 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e502d1d5-04b0-4d4b-b5c3-8c52d09668e7") + ) + (fp_poly + (pts + (xy 0.3 -2.1) (xy 0.3 -1.5) (xy 0.9 -1.5) (xy 0.9 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c76d4423-ef1b-4a6f-8176-33d65f2877bb") + ) + (fp_poly + (pts + (xy 0.3 -1.5) (xy 0.3 -0.9) (xy 0.9 -0.9) (xy 0.9 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0ae82096-0994-4fb0-9a2a-d4ac4804abac") + ) + (fp_poly + (pts + (xy 0.3 -0.9) (xy 0.3 -0.3) (xy 0.9 -0.3) (xy 0.9 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "89c0bc4d-eee5-4a77-ac35-d30b35db5cbe") + ) + (fp_poly + (pts + (xy 0.3 0.3) (xy 0.3 0.9) (xy 0.9 0.9) (xy 0.9 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "088f77ba-fca9-42b3-876e-a6937267f957") + ) + (fp_poly + (pts + (xy 0.3 0.9) (xy 0.3 1.5) (xy 0.9 1.5) (xy 0.9 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "00e38d63-5436-49db-81f5-697421f168fc") + ) + (fp_poly + (pts + (xy 0.3 1.5) (xy 0.3 2.1) (xy 0.9 2.1) (xy 0.9 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e7e08b48-3d04-49da-8349-6de530a20c67") + ) + (fp_poly + (pts + (xy 0.3 2.1) (xy 0.3 2.7) (xy 0.9 2.7) (xy 0.9 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "411d4270-c66c-4318-b7fb-1470d34862b8") + ) + (fp_poly + (pts + (xy 0.3 3.3) (xy 0.3 3.9) (xy 0.9 3.9) (xy 0.9 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9186dae5-6dc3-4744-9f90-e697559c6ac8") + ) + (fp_poly + (pts + (xy 0.3 5.7) (xy 0.3 6.3) (xy 0.9 6.3) (xy 0.9 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f73b5500-6337-4860-a114-6e307f65ec9f") + ) + (fp_poly + (pts + (xy 0.3 6.3) (xy 0.3 6.9) (xy 0.9 6.9) (xy 0.9 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "faa1812c-fdf3-47ae-9cf4-ae06a263bfbd") + ) + (fp_poly + (pts + (xy 0.3 6.9) (xy 0.3 7.5) (xy 0.9 7.5) (xy 0.9 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "57276367-9ce4-4738-88d7-6e8cb94c966c") + ) + (fp_poly + (pts + (xy 0.9 -7.5) (xy 0.9 -6.9) (xy 1.5 -6.9) (xy 1.5 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "20c315f4-1e4f-49aa-8d61-778a7389df7e") + ) + (fp_poly + (pts + (xy 0.9 -6.9) (xy 0.9 -6.3) (xy 1.5 -6.3) (xy 1.5 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b0906e10-2fbc-4309-a8b4-6fc4cd1a5490") + ) + (fp_poly + (pts + (xy 0.9 -6.3) (xy 0.9 -5.7) (xy 1.5 -5.7) (xy 1.5 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8c0807a7-765b-4fa5-baaa-e09a2b610e6b") + ) + (fp_poly + (pts + (xy 0.9 -5.1) (xy 0.9 -4.5) (xy 1.5 -4.5) (xy 1.5 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5487601b-81d3-4c70-8f3d-cf9df9c63302") + ) + (fp_poly + (pts + (xy 0.9 -4.5) (xy 0.9 -3.9) (xy 1.5 -3.9) (xy 1.5 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079") + ) + (fp_poly + (pts + (xy 0.9 -3.9) (xy 0.9 -3.3) (xy 1.5 -3.3) (xy 1.5 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7afa54c4-2181-41d3-81f7-39efc497ecae") + ) + (fp_poly + (pts + (xy 0.9 -3.3) (xy 0.9 -2.7) (xy 1.5 -2.7) (xy 1.5 -3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6d1d60ff-408a-47a7-892f-c5cf9ef6ca75") + ) + (fp_poly + (pts + (xy 0.9 -2.1) (xy 0.9 -1.5) (xy 1.5 -1.5) (xy 1.5 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f7667b23-296e-4362-a7e3-949632c8954b") + ) + (fp_poly + (pts + (xy 0.9 -1.5) (xy 0.9 -0.9) (xy 1.5 -0.9) (xy 1.5 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e0f06b5c-de63-4833-a591-ca9e19217a35") + ) + (fp_poly + (pts + (xy 0.9 -0.3) (xy 0.9 0.3) (xy 1.5 0.3) (xy 1.5 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "da25bf79-0abb-4fac-a221-ca5c574dfc29") + ) + (fp_poly + (pts + (xy 0.9 0.3) (xy 0.9 0.9) (xy 1.5 0.9) (xy 1.5 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "71989e06-8659-4605-b2da-4f729cc41263") + ) + (fp_poly + (pts + (xy 0.9 2.1) (xy 0.9 2.7) (xy 1.5 2.7) (xy 1.5 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0520f61d-4522-4301-a3fa-8ed0bf060f69") + ) + (fp_poly + (pts + (xy 0.9 2.7) (xy 0.9 3.3) (xy 1.5 3.3) (xy 1.5 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "aa130053-a451-4f12-97f7-3d4d891a5f83") + ) + (fp_poly + (pts + (xy 0.9 5.7) (xy 0.9 6.3) (xy 1.5 6.3) (xy 1.5 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d3d57924-54a6-421d-a3a0-a044fc909e88") + ) + (fp_poly + (pts + (xy 0.9 6.3) (xy 0.9 6.9) (xy 1.5 6.9) (xy 1.5 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "88cb65f4-7e9e-44eb-8692-3b6e2e788a94") + ) + (fp_poly + (pts + (xy 0.9 6.9) (xy 0.9 7.5) (xy 1.5 7.5) (xy 1.5 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e5217a0c-7f55-4c30-adda-7f8d95709d1b") + ) + (fp_poly + (pts + (xy 1.5 -6.9) (xy 1.5 -6.3) (xy 2.1 -6.3) (xy 2.1 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0ce8d3ab-2662-4158-8a2a-18b782908fc5") + ) + (fp_poly + (pts + (xy 1.5 -5.7) (xy 1.5 -5.1) (xy 2.1 -5.1) (xy 2.1 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5edcefbe-9766-42c8-9529-28d0ec865573") + ) + (fp_poly + (pts + (xy 1.5 -3.3) (xy 1.5 -2.7) (xy 2.1 -2.7) (xy 2.1 -3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e4aa537c-eb9d-4dbb-ac87-fae46af42391") + ) + (fp_poly + (pts + (xy 1.5 -2.7) (xy 1.5 -2.1) (xy 2.1 -2.1) (xy 2.1 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7c04618d-9115-4179-b234-a8faf854ea92") + ) + (fp_poly + (pts + (xy 1.5 -1.5) (xy 1.5 -0.9) (xy 2.1 -0.9) (xy 2.1 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8195a7cf-4576-44dd-9e0e-ee048fdb93dd") + ) + (fp_poly + (pts + (xy 1.5 -0.9) (xy 1.5 -0.3) (xy 2.1 -0.3) (xy 2.1 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e1c30a32-820e-4b17-aec9-5cb8b76f0ccc") + ) + (fp_poly + (pts + (xy 1.5 0.3) (xy 1.5 0.9) (xy 2.1 0.9) (xy 2.1 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9a0b74a5-4879-4b51-8e8e-6d85a0107422") + ) + (fp_poly + (pts + (xy 1.5 2.7) (xy 1.5 3.3) (xy 2.1 3.3) (xy 2.1 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9186fd02-f30d-4e17-aa38-378ab73e3908") + ) + (fp_poly + (pts + (xy 1.5 3.3) (xy 1.5 3.9) (xy 2.1 3.9) (xy 2.1 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f1a9fb80-4cc4-410f-9616-e19c969dcab5") + ) + (fp_poly + (pts + (xy 1.5 3.9) (xy 1.5 4.5) (xy 2.1 4.5) (xy 2.1 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fb30f9bb-6a0b-4d8a-82b0-266eab794bc6") + ) + (fp_poly + (pts + (xy 1.5 4.5) (xy 1.5 5.1) (xy 2.1 5.1) (xy 2.1 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "99332785-d9f1-4363-9377-26ddc18e6d2c") + ) + (fp_poly + (pts + (xy 1.5 5.1) (xy 1.5 5.7) (xy 2.1 5.7) (xy 2.1 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4d4fecdd-be4a-47e9-9085-2268d5852d8f") + ) + (fp_poly + (pts + (xy 1.5 6.9) (xy 1.5 7.5) (xy 2.1 7.5) (xy 2.1 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5b0a5a46-7b51-4262-a80e-d33dd1806615") + ) + (fp_poly + (pts + (xy 2.1 -6.9) (xy 2.1 -6.3) (xy 2.7 -6.3) (xy 2.7 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "29195ea4-8218-44a1-b4bf-466bee0082e4") + ) + (fp_poly + (pts + (xy 2.1 -6.3) (xy 2.1 -5.7) (xy 2.7 -5.7) (xy 2.7 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2e842263-c0ba-46fd-a760-6624d4c78278") + ) + (fp_poly + (pts + (xy 2.1 -5.1) (xy 2.1 -4.5) (xy 2.7 -4.5) (xy 2.7 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a29f8df0-3fae-4edf-8d9c-bd5a875b13e3") + ) + (fp_poly + (pts + (xy 2.1 -4.5) (xy 2.1 -3.9) (xy 2.7 -3.9) (xy 2.7 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b1ddb058-f7b2-429c-9489-f4e2242ad7e5") + ) + (fp_poly + (pts + (xy 2.1 -3.9) (xy 2.1 -3.3) (xy 2.7 -3.3) (xy 2.7 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "609b9e1b-4e3b-42b7-ac76-a62ec4d0e7c7") + ) + (fp_poly + (pts + (xy 2.1 -3.3) (xy 2.1 -2.7) (xy 2.7 -2.7) (xy 2.7 -3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f9403623-c00c-4b71-bc5c-d763ff009386") + ) + (fp_poly + (pts + (xy 2.1 -2.1) (xy 2.1 -1.5) (xy 2.7 -1.5) (xy 2.7 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b873bc5d-a9af-4bd9-afcb-87ce4d417120") + ) + (fp_poly + (pts + (xy 2.1 0.3) (xy 2.1 0.9) (xy 2.7 0.9) (xy 2.7 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eae14f5f-515c-4a6f-ad0e-e8ef233d14bf") + ) + (fp_poly + (pts + (xy 2.1 1.5) (xy 2.1 2.1) (xy 2.7 2.1) (xy 2.7 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9bac9ad3-a7b9-47f0-87c7-d8630653df68") + ) + (fp_poly + (pts + (xy 2.1 2.1) (xy 2.1 2.7) (xy 2.7 2.7) (xy 2.7 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c8b92953-cd23-44e6-85ce-083fb8c3f20f") + ) + (fp_poly + (pts + (xy 2.1 2.7) (xy 2.1 3.3) (xy 2.7 3.3) (xy 2.7 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4d586a18-26c5-441e-a9ff-8125ee516126") + ) + (fp_poly + (pts + (xy 2.1 3.3) (xy 2.1 3.9) (xy 2.7 3.9) (xy 2.7 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fea7c5d1-76d6-41a0-b5e3-29889dbb8ce0") + ) + (fp_poly + (pts + (xy 2.1 3.9) (xy 2.1 4.5) (xy 2.7 4.5) (xy 2.7 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c3c499b1-9227-4e4b-9982-f9f1aa6203b9") + ) + (fp_poly + (pts + (xy 2.1 4.5) (xy 2.1 5.1) (xy 2.7 5.1) (xy 2.7 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1fbb0219-551e-409b-a61b-76e8cebdfb9d") + ) + (fp_poly + (pts + (xy 2.1 6.3) (xy 2.1 6.9) (xy 2.7 6.9) (xy 2.7 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e5b328f6-dc69-4905-ae98-2dc3200a51d6") + ) + (fp_poly + (pts + (xy 2.7 -2.7) (xy 2.7 -2.1) (xy 3.3 -2.1) (xy 3.3 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e67b9f8c-019b-4145-98a4-96545f6bb128") + ) + (fp_poly + (pts + (xy 2.7 0.3) (xy 2.7 0.9) (xy 3.3 0.9) (xy 3.3 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6e435cd4-da2b-4602-a0aa-5dd988834dff") + ) + (fp_poly + (pts + (xy 2.7 1.5) (xy 2.7 2.1) (xy 3.3 2.1) (xy 3.3 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2891767f-251c-48c4-91c0-deb1b368f45c") + ) + (fp_poly + (pts + (xy 2.7 2.1) (xy 2.7 2.7) (xy 3.3 2.7) (xy 3.3 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bc0dbc57-3ae8-4ce5-a05c-2d6003bba475") + ) + (fp_poly + (pts + (xy 2.7 4.5) (xy 2.7 5.1) (xy 3.3 5.1) (xy 3.3 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7bfba61b-6752-4a45-9ee6-5984dcb15041") + ) + (fp_poly + (pts + (xy 3.3 -7.5) (xy 3.3 -6.9) (xy 3.9 -6.9) (xy 3.9 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7e0a03ae-d054-4f76-a131-5c09b8dc1636") + ) + (fp_poly + (pts + (xy 3.3 -6.9) (xy 3.3 -6.3) (xy 3.9 -6.3) (xy 3.9 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56") + ) + (fp_poly + (pts + (xy 3.3 -6.3) (xy 3.3 -5.7) (xy 3.9 -5.7) (xy 3.9 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "173f6f06-e7d0-42ac-ab03-ce6b79b9eeee") + ) + (fp_poly + (pts + (xy 3.3 -5.7) (xy 3.3 -5.1) (xy 3.9 -5.1) (xy 3.9 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ec5c2062-3a41-4636-8803-069e60a1641a") + ) + (fp_poly + (pts + (xy 3.3 -5.1) (xy 3.3 -4.5) (xy 3.9 -4.5) (xy 3.9 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e3fc1e69-a11c-4c84-8952-fefb9372474e") + ) + (fp_poly + (pts + (xy 3.3 -4.5) (xy 3.3 -3.9) (xy 3.9 -3.9) (xy 3.9 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eee16674-2d21-45b6-ab5e-d669125df26c") + ) + (fp_poly + (pts + (xy 3.3 -3.9) (xy 3.3 -3.3) (xy 3.9 -3.3) (xy 3.9 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e54e5e19-1deb-49a9-8629-617db8e434c0") + ) + (fp_poly + (pts + (xy 3.3 -2.7) (xy 3.3 -2.1) (xy 3.9 -2.1) (xy 3.9 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "19b0959e-a79b-43b2-a5ad-525ced7e9131") + ) + (fp_poly + (pts + (xy 3.3 -1.5) (xy 3.3 -0.9) (xy 3.9 -0.9) (xy 3.9 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e7bb7815-0d52-4bb8-b29a-8cf960bd2905") + ) + (fp_poly + (pts + (xy 3.3 -0.9) (xy 3.3 -0.3) (xy 3.9 -0.3) (xy 3.9 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8") + ) + (fp_poly + (pts + (xy 3.3 -0.3) (xy 3.3 0.3) (xy 3.9 0.3) (xy 3.9 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d") + ) + (fp_poly + (pts + (xy 3.3 0.9) (xy 3.3 1.5) (xy 3.9 1.5) (xy 3.9 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "70e4263f-d95a-4431-b3f3-cfc800c82056") + ) + (fp_poly + (pts + (xy 3.3 2.1) (xy 3.3 2.7) (xy 3.9 2.7) (xy 3.9 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "00f3ea8b-8a54-4e56-84ff-d98f6c00496c") + ) + (fp_poly + (pts + (xy 3.3 3.3) (xy 3.3 3.9) (xy 3.9 3.9) (xy 3.9 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9031bb33-c6aa-4758-bf5c-3274ed3ebab7") + ) + (fp_poly + (pts + (xy 3.3 4.5) (xy 3.3 5.1) (xy 3.9 5.1) (xy 3.9 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "99dfa524-0366-4808-b4e8-328fc38e8656") + ) + (fp_poly + (pts + (xy 3.3 5.1) (xy 3.3 5.7) (xy 3.9 5.7) (xy 3.9 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8458d41c-5d62-455d-b6e1-9f718c0faac9") + ) + (fp_poly + (pts + (xy 3.3 6.3) (xy 3.3 6.9) (xy 3.9 6.9) (xy 3.9 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1f9ae101-c652-4998-a503-17aedf3d5746") + ) + (fp_poly + (pts + (xy 3.3 6.9) (xy 3.3 7.5) (xy 3.9 7.5) (xy 3.9 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "30c33e3e-fb78-498d-bffe-76273d527004") + ) + (fp_poly + (pts + (xy 3.9 -7.5) (xy 3.9 -6.9) (xy 4.5 -6.9) (xy 4.5 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d6fb27cf-362d-4568-967c-a5bf49d5931b") + ) + (fp_poly + (pts + (xy 3.9 -3.9) (xy 3.9 -3.3) (xy 4.5 -3.3) (xy 4.5 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b7867831-ef82-4f33-a926-59e5c1c09b91") + ) + (fp_poly + (pts + (xy 3.9 -2.7) (xy 3.9 -2.1) (xy 4.5 -2.1) (xy 4.5 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "109caac1-5036-4f23-9a66-f569d871501b") + ) + (fp_poly + (pts + (xy 3.9 -0.3) (xy 3.9 0.3) (xy 4.5 0.3) (xy 4.5 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c49d23ab-146d-4089-864f-2d22b5b414b9") + ) + (fp_poly + (pts + (xy 3.9 2.1) (xy 3.9 2.7) (xy 4.5 2.7) (xy 4.5 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "009b5465-0a65-4237-93e7-eb65321eeb18") + ) + (fp_poly + (pts + (xy 3.9 4.5) (xy 3.9 5.1) (xy 4.5 5.1) (xy 4.5 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "54212c01-b363-47b8-a145-45c40df316f4") + ) + (fp_poly + (pts + (xy 3.9 6.3) (xy 3.9 6.9) (xy 4.5 6.9) (xy 4.5 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5c30b9b4-3014-4f50-9329-27a539b67e01") + ) + (fp_poly + (pts + (xy 4.5 -7.5) (xy 4.5 -6.9) (xy 5.1 -6.9) (xy 5.1 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9193c41e-d425-447d-b95c-6986d66ea01c") + ) + (fp_poly + (pts + (xy 4.5 -6.3) (xy 4.5 -5.7) (xy 5.1 -5.7) (xy 5.1 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4632212f-13ce-4392-bc68-ccb9ba333770") + ) + (fp_poly + (pts + (xy 4.5 -5.7) (xy 4.5 -5.1) (xy 5.1 -5.1) (xy 5.1 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "81a15393-727e-448b-a777-b18773023d89") + ) + (fp_poly + (pts + (xy 4.5 -5.1) (xy 4.5 -4.5) (xy 5.1 -4.5) (xy 5.1 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "597a11f2-5d2c-4a65-ac95-38ad106e1367") + ) + (fp_poly + (pts + (xy 4.5 -3.9) (xy 4.5 -3.3) (xy 5.1 -3.3) (xy 5.1 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2") + ) + (fp_poly + (pts + (xy 4.5 -1.5) (xy 4.5 -0.9) (xy 5.1 -0.9) (xy 5.1 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d2d7bea6-0c22-495f-8666-323b30e03150") + ) + (fp_poly + (pts + (xy 4.5 -0.3) (xy 4.5 0.3) (xy 5.1 0.3) (xy 5.1 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c7af8405-da2e-4a34-b9b8-518f342f8995") + ) + (fp_poly + (pts + (xy 4.5 2.1) (xy 4.5 2.7) (xy 5.1 2.7) (xy 5.1 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "221bef83-3ea7-4d3f-adeb-53a8a07c6273") + ) + (fp_poly + (pts + (xy 4.5 2.7) (xy 4.5 3.3) (xy 5.1 3.3) (xy 5.1 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "477892a1-722e-4cda-bb6c-fcdb8ba5f93e") + ) + (fp_poly + (pts + (xy 4.5 3.3) (xy 4.5 3.9) (xy 5.1 3.9) (xy 5.1 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fa918b6d-f6cf-4471-be3b-4ff713f55a2e") + ) + (fp_poly + (pts + (xy 4.5 3.9) (xy 4.5 4.5) (xy 5.1 4.5) (xy 5.1 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ae77c3c8-1144-468e-ad5b-a0b4090735bd") + ) + (fp_poly + (pts + (xy 4.5 4.5) (xy 4.5 5.1) (xy 5.1 5.1) (xy 5.1 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "180245d9-4a3f-4d1b-adcc-b4eafac722e0") + ) + (fp_poly + (pts + (xy 4.5 5.1) (xy 4.5 5.7) (xy 5.1 5.7) (xy 5.1 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8de2d84c-ff45-4d4f-bc49-c166f6ae6b91") + ) + (fp_poly + (pts + (xy 5.1 -7.5) (xy 5.1 -6.9) (xy 5.7 -6.9) (xy 5.7 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "27d56953-c620-4d5b-9c1c-e48bc3d9684a") + ) + (fp_poly + (pts + (xy 5.1 -6.3) (xy 5.1 -5.7) (xy 5.7 -5.7) (xy 5.7 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cb16d05e-318b-4e51-867b-70d791d75bea") + ) + (fp_poly + (pts + (xy 5.1 -5.7) (xy 5.1 -5.1) (xy 5.7 -5.1) (xy 5.7 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a4f86a46-3bc8-4daa-9125-a63f297eb114") + ) + (fp_poly + (pts + (xy 5.1 -5.1) (xy 5.1 -4.5) (xy 5.7 -4.5) (xy 5.7 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "926001fd-2747-4639-8c0f-4fc46ff7218d") + ) + (fp_poly + (pts + (xy 5.1 -3.9) (xy 5.1 -3.3) (xy 5.7 -3.3) (xy 5.7 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "25e5aa8e-2696-44a3-8d3c-c2c53f2923cf") + ) + (fp_poly + (pts + (xy 5.1 2.7) (xy 5.1 3.3) (xy 5.7 3.3) (xy 5.7 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b09666f9-12f1-4ee9-8877-2292c94258ca") + ) + (fp_poly + (pts + (xy 5.1 3.9) (xy 5.1 4.5) (xy 5.7 4.5) (xy 5.7 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2454fd1b-3484-4838-8b7e-d26357238fe1") + ) + (fp_poly + (pts + (xy 5.1 4.5) (xy 5.1 5.1) (xy 5.7 5.1) (xy 5.7 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f8f3a9fc-1e34-4573-a767-508104e8d242") + ) + (fp_poly + (pts + (xy 5.1 5.1) (xy 5.1 5.7) (xy 5.7 5.7) (xy 5.7 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "935057d5-6882-4c15-9a35-54677912ba12") + ) + (fp_poly + (pts + (xy 5.1 5.7) (xy 5.1 6.3) (xy 5.7 6.3) (xy 5.7 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eab9c52c-3aa0-43a7-bc7f-7e234ff1e9f4") + ) + (fp_poly + (pts + (xy 5.1 6.3) (xy 5.1 6.9) (xy 5.7 6.9) (xy 5.7 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9a2d648d-863a-4b7b-80f9-d537185c212b") + ) + (fp_poly + (pts + (xy 5.7 -7.5) (xy 5.7 -6.9) (xy 6.3 -6.9) (xy 6.3 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8d0c1d66-35ef-4a53-a28f-436a11b54f42") + ) + (fp_poly + (pts + (xy 5.7 -6.3) (xy 5.7 -5.7) (xy 6.3 -5.7) (xy 6.3 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "057af6bb-cf6f-4bfb-b0c0-2e92a2c09a47") + ) + (fp_poly + (pts + (xy 5.7 -5.7) (xy 5.7 -5.1) (xy 6.3 -5.1) (xy 6.3 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "22999e73-da32-43a5-9163-4b3a41614f25") + ) + (fp_poly + (pts + (xy 5.7 -5.1) (xy 5.7 -4.5) (xy 6.3 -4.5) (xy 6.3 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "59ec3156-036e-4049-89db-91a9dd07095f") + ) + (fp_poly + (pts + (xy 5.7 -3.9) (xy 5.7 -3.3) (xy 6.3 -3.3) (xy 6.3 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a24ddb4f-c217-42ca-b6cb-d12da84fb2b9") + ) + (fp_poly + (pts + (xy 5.7 -2.7) (xy 5.7 -2.1) (xy 6.3 -2.1) (xy 6.3 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "31540a7e-dc9e-4e4d-96b1-dab15efa5f4b") + ) + (fp_poly + (pts + (xy 5.7 -1.5) (xy 5.7 -0.9) (xy 6.3 -0.9) (xy 6.3 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0f324b67-75ef-407f-8dbc-3c1fc5c2abba") + ) + (fp_poly + (pts + (xy 5.7 -0.3) (xy 5.7 0.3) (xy 6.3 0.3) (xy 6.3 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "aa79024d-ca7e-4c24-b127-7df08bbd0c75") + ) + (fp_poly + (pts + (xy 5.7 2.1) (xy 5.7 2.7) (xy 6.3 2.7) (xy 6.3 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b52d6ff3-fef1-496e-8dd5-ebb89b6bce6a") + ) + (fp_poly + (pts + (xy 5.7 3.3) (xy 5.7 3.9) (xy 6.3 3.9) (xy 6.3 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9aedbb9e-8340-4899-b813-05b23382a36b") + ) + (fp_poly + (pts + (xy 5.7 4.5) (xy 5.7 5.1) (xy 6.3 5.1) (xy 6.3 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "28e37b45-f843-47c2-85c9-ca19f5430ece") + ) + (fp_poly + (pts + (xy 5.7 6.9) (xy 5.7 7.5) (xy 6.3 7.5) (xy 6.3 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c3b3d7f4-943f-4cff-b180-87ef3e1bcbff") + ) + (fp_poly + (pts + (xy 6.3 -7.5) (xy 6.3 -6.9) (xy 6.9 -6.9) (xy 6.9 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6fd4442e-30b3-428b-9306-61418a63d311") + ) + (fp_poly + (pts + (xy 6.3 -3.9) (xy 6.3 -3.3) (xy 6.9 -3.3) (xy 6.9 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a6ccc556-da88-4006-ae1a-cc35733efef3") + ) + (fp_poly + (pts + (xy 6.3 -2.7) (xy 6.3 -2.1) (xy 6.9 -2.1) (xy 6.9 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8c1605f9-6c91-4701-96bf-e753661d5e23") + ) + (fp_poly + (pts + (xy 6.3 -1.5) (xy 6.3 -0.9) (xy 6.9 -0.9) (xy 6.9 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1c68b844-c861-46b7-b734-0242168a4220") + ) + (fp_poly + (pts + (xy 6.3 -0.9) (xy 6.3 -0.3) (xy 6.9 -0.3) (xy 6.9 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a7531a95-7ca1-4f34-955e-18120cec99e6") + ) + (fp_poly + (pts + (xy 6.3 -0.3) (xy 6.3 0.3) (xy 6.9 0.3) (xy 6.9 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "26801cfb-b53b-4a6a-a2f4-5f4986565765") + ) + (fp_poly + (pts + (xy 6.3 0.9) (xy 6.3 1.5) (xy 6.9 1.5) (xy 6.9 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "38a501e2-0ee8-439d-bd02-e9e90e7503e9") + ) + (fp_poly + (pts + (xy 6.3 3.3) (xy 6.3 3.9) (xy 6.9 3.9) (xy 6.9 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4db55cb8-197b-4402-871f-ce582b65664b") + ) + (fp_poly + (pts + (xy 6.3 3.9) (xy 6.3 4.5) (xy 6.9 4.5) (xy 6.9 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "45884597-7014-4461-83ee-9975c42b9a53") + ) + (fp_poly + (pts + (xy 6.3 4.5) (xy 6.3 5.1) (xy 6.9 5.1) (xy 6.9 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "88610282-a92d-4c3d-917a-ea95d59e0759") + ) + (fp_poly + (pts + (xy 6.3 6.9) (xy 6.3 7.5) (xy 6.9 7.5) (xy 6.9 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f64497d1-1d62-44a4-8e5e-6fba4ebc969a") + ) + (fp_poly + (pts + (xy 6.9 -7.5) (xy 6.9 -6.9) (xy 7.5 -6.9) (xy 7.5 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3fd54105-4b7e-4004-9801-76ec66108a22") + ) + (fp_poly + (pts + (xy 6.9 -6.9) (xy 6.9 -6.3) (xy 7.5 -6.3) (xy 7.5 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cff34251-839c-4da9-a0ad-85d0fc4e32af") + ) + (fp_poly + (pts + (xy 6.9 -6.3) (xy 6.9 -5.7) (xy 7.5 -5.7) (xy 7.5 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "935f462d-8b1e-4005-9f1e-17f537ab1756") + ) + (fp_poly + (pts + (xy 6.9 -5.7) (xy 6.9 -5.1) (xy 7.5 -5.1) (xy 7.5 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6e68f0cd-800e-4167-9553-71fc59da1eeb") + ) + (fp_poly + (pts + (xy 6.9 -5.1) (xy 6.9 -4.5) (xy 7.5 -4.5) (xy 7.5 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d39d813e-3e64-490c-ba5c-a64bb5ad6bd0") + ) + (fp_poly + (pts + (xy 6.9 -4.5) (xy 6.9 -3.9) (xy 7.5 -3.9) (xy 7.5 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f449bd37-cc90-4487-aee6-2a20b8d2843a") + ) + (fp_poly + (pts + (xy 6.9 -3.9) (xy 6.9 -3.3) (xy 7.5 -3.3) (xy 7.5 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "065b9982-55f2-4822-977e-07e8a06e7b35") + ) + (fp_poly + (pts + (xy 6.9 -2.7) (xy 6.9 -2.1) (xy 7.5 -2.1) (xy 7.5 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f1447ad6-651c-45be-a2d6-33bddf672c2c") + ) + (fp_poly + (pts + (xy 6.9 -1.5) (xy 6.9 -0.9) (xy 7.5 -0.9) (xy 7.5 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4b03e854-02fe-44cc-bece-f8268b7cae54") + ) + (fp_poly + (pts + (xy 6.9 0.9) (xy 6.9 1.5) (xy 7.5 1.5) (xy 7.5 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f") + ) + (fp_poly + (pts + (xy 6.9 2.1) (xy 6.9 2.7) (xy 7.5 2.7) (xy 7.5 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4ba06b66-7669-4c70-b585-f5d4c9c33527") + ) + (fp_poly + (pts + (xy 6.9 3.3) (xy 6.9 3.9) (xy 7.5 3.9) (xy 7.5 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e97b5984-9f0f-43a4-9b8a-838eef4cceb2") + ) + (fp_poly + (pts + (xy 6.9 3.9) (xy 6.9 4.5) (xy 7.5 4.5) (xy 7.5 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c514e30c-e48e-4ca5-ab44-8b3afedef1f2") + ) + (fp_poly + (pts + (xy 6.9 5.1) (xy 6.9 5.7) (xy 7.5 5.7) (xy 7.5 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e091e263-c616-48ef-a460-465c70218987") + ) + (fp_poly + (pts + (xy 6.9 5.7) (xy 6.9 6.3) (xy 7.5 6.3) (xy 7.5 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3e915099-a18e-49f4-89bb-abe64c2dade5") + ) + (fp_poly + (pts + (xy 6.9 6.3) (xy 6.9 6.9) (xy 7.5 6.9) (xy 7.5 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c4cab9c5-d6e5-4660-b910-603a51b56783") + ) + (fp_poly + (pts + (xy 6.9 6.9) (xy 6.9 7.5) (xy 7.5 7.5) (xy 7.5 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "42ff012d-5eb7-42b9-bb45-415cf26799c6") + ) + (fp_text user "qr_version: 2" + (at 0 -10.45 0) + (layer "F.SilkS") + (hide yes) + (uuid "22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "qr_ecc: 3,2" + (at 0 -13.85 0) + (layer "F.SilkS") + (hide yes) + (uuid "2db910a0-b943-40b4-b81f-068ba5265f56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user " bogus 1 2 3 4" + (at 0 -17.25 0) + (layer "F.SilkS") + (hide yes) + (uuid "3f8a5430-68a9-4732-9b89-4e00dd8ae219") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "qr_mask: 2" + (at 0 -15.55 0) + (layer "F.SilkS") + (hide yes) + (uuid "96de0051-7945-413a-9219-1ab367546962") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "qr_size: 25" + (at 0 -12.15 0) + (layer "F.SilkS") + (hide yes) + (uuid "f8bd6470-fafd-47f2-8ed5-9449988187ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/qr_test/qr_test.kicad_pcb.bogus b/tests/board_samples/kicad_8/qr_test/qr_test.kicad_pcb.bogus index d2b322459..55a18ac87 100644 --- a/tests/board_samples/kicad_8/qr_test/qr_test.kicad_pcb.bogus +++ b/tests/board_samples/kicad_8/qr_test/qr_test.kicad_pcb.bogus @@ -1,5240 +1,7120 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "QR PCB") - (rev "B") - ) - - (layers - (0 "F.Cu" signal) - (1 "In1.Cu" signal) - (2 "In2.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) - ) - - (setup - (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 6) - (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 "") - - (footprint "qr:QR" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061d26c5c) - (at 65.8 96.9) - (attr through_hole) - (fp_text reference "QR1" (at 0 26.65) (layer "F.Cu") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2) - ) - (fp_text value "QR" (at 0 -26.65) (layer "F.Cu") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e8314017-7be6-4011-9179-37449a29b311) - ) - (fp_text user "qr_ecc: 1,0" (at 0 -31.75) (layer "F.Cu") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 65134029-dbd2-409a-85a8-13c2a33ff019) - ) - (fp_text user "qr_size: 21" (at 0 -30.05) (layer "F.Cu") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7f2301df-e4bc-479e-a681-cc59c9a2dbbb) - ) - (fp_text user " bogus 1 2 3 4" (at 0 -35.15) (layer "F.Cu") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8087f566-a94d-4bbc-985b-e49ee7762296) - ) - (fp_text user "qr_mask: 6" (at 0 -33.45) (layer "F.Cu") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 98c78427-acd5-4f90-9ad6-9f61c4809aec) - ) - (fp_text user "qr_version: 1" (at 0 -28.35) (layer "F.Cu") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a8447faf-e0a0-4c4a-ae53-4d4b28669151) - ) - (fp_poly - (pts - (xy -25.4 -25.4) - (xy -25.4 -22.98) - (xy -22.98 -22.98) - (xy -22.98 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f4eb0267-179f-46c9-b516-9bfb06bac1ba)) - (fp_poly - (pts - (xy -25.4 -22.98) - (xy -25.4 -20.56) - (xy -22.98 -20.56) - (xy -22.98 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 84e5506c-143e-495f-9aa4-d3a71622f213)) - (fp_poly - (pts - (xy -25.4 -20.56) - (xy -25.4 -18.14) - (xy -22.98 -18.14) - (xy -22.98 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e472dac4-5b65-4920-b8b2-6065d140a69d)) - (fp_poly - (pts - (xy -25.4 -18.14) - (xy -25.4 -15.72) - (xy -22.98 -15.72) - (xy -22.98 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 21ae9c3a-7138-444e-be38-56a4842ab594)) - (fp_poly - (pts - (xy -25.4 -15.72) - (xy -25.4 -13.3) - (xy -22.98 -13.3) - (xy -22.98 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 182b2d54-931d-49d6-9f39-60a752623e36)) - (fp_poly - (pts - (xy -25.4 -13.3) - (xy -25.4 -10.88) - (xy -22.98 -10.88) - (xy -22.98 -13.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b1c649b1-f44d-46c7-9dea-818e75a1b87e)) - (fp_poly - (pts - (xy -25.4 -10.88) - (xy -25.4 -8.46) - (xy -22.98 -8.46) - (xy -22.98 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7d928d56-093a-4ca8-aed1-414b7e703b45)) - (fp_poly - (pts - (xy -25.4 -6.04) - (xy -25.4 -3.62) - (xy -22.98 -3.62) - (xy -22.98 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9f8381e9-3077-4453-a480-a01ad9c1a940)) - (fp_poly - (pts - (xy -25.4 -3.62) - (xy -25.4 -1.2) - (xy -22.98 -1.2) - (xy -22.98 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb)) - (fp_poly - (pts - (xy -25.4 -1.2) - (xy -25.4 1.22) - (xy -22.98 1.22) - (xy -22.98 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 25d545dc-8f50-4573-922c-35ef5a2a3a19)) - (fp_poly - (pts - (xy -25.4 3.64) - (xy -25.4 6.06) - (xy -22.98 6.06) - (xy -22.98 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1d9cdadc-9036-4a95-b6db-fa7b3b74c869)) - (fp_poly - (pts - (xy -25.4 8.48) - (xy -25.4 10.9) - (xy -22.98 10.9) - (xy -22.98 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7bbf981c-a063-4e30-8911-e4228e1c0743)) - (fp_poly - (pts - (xy -25.4 10.9) - (xy -25.4 13.32) - (xy -22.98 13.32) - (xy -22.98 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1bf544e3-5940-4576-9291-2464e95c0ee2)) - (fp_poly - (pts - (xy -25.4 13.32) - (xy -25.4 15.74) - (xy -22.98 15.74) - (xy -22.98 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 2d210a96-f81f-42a9-8bf4-1b43c11086f3)) - (fp_poly - (pts - (xy -25.4 15.74) - (xy -25.4 18.16) - (xy -22.98 18.16) - (xy -22.98 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp fe8d9267-7834-48d6-a191-c8724b2ee78d)) - (fp_poly - (pts - (xy -25.4 18.16) - (xy -25.4 20.58) - (xy -22.98 20.58) - (xy -22.98 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - (fp_poly - (pts - (xy -25.4 20.58) - (xy -25.4 23) - (xy -22.98 23) - (xy -22.98 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497)) - (fp_poly - (pts - (xy -25.4 23) - (xy -25.4 25.42) - (xy -22.98 25.42) - (xy -22.98 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc)) - (fp_poly - (pts - (xy -22.98 -25.4) - (xy -22.98 -22.98) - (xy -20.56 -22.98) - (xy -20.56 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 3a52f112-cb97-43db-aaeb-20afe27664d7)) - (fp_poly - (pts - (xy -22.98 -10.88) - (xy -22.98 -8.46) - (xy -20.56 -8.46) - (xy -20.56 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ca87f11b-5f48-4b57-8535-68d3ec2fe5a9)) - (fp_poly - (pts - (xy -22.98 -3.62) - (xy -22.98 -1.2) - (xy -20.56 -1.2) - (xy -20.56 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 639c0e59-e95c-4114-bccd-2e7277505454)) - (fp_poly - (pts - (xy -22.98 3.64) - (xy -22.98 6.06) - (xy -20.56 6.06) - (xy -20.56 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6bfe5804-2ef9-4c65-b2a7-f01e4014370a)) - (fp_poly - (pts - (xy -22.98 8.48) - (xy -22.98 10.9) - (xy -20.56 10.9) - (xy -20.56 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 2d6db888-4e40-41c8-b701-07170fc894bc)) - (fp_poly - (pts - (xy -22.98 23) - (xy -22.98 25.42) - (xy -20.56 25.42) - (xy -20.56 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b)) - (fp_poly - (pts - (xy -20.56 -25.4) - (xy -20.56 -22.98) - (xy -18.14 -22.98) - (xy -18.14 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 41acfe41-fac7-432a-a7a3-946566e2d504)) - (fp_poly - (pts - (xy -20.56 -20.56) - (xy -20.56 -18.14) - (xy -18.14 -18.14) - (xy -18.14 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8d9a3ecc-539f-41da-8099-d37cea9c28e7)) - (fp_poly - (pts - (xy -20.56 -18.14) - (xy -20.56 -15.72) - (xy -18.14 -15.72) - (xy -18.14 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 19c56563-5fe3-442a-885b-418dbc2421eb)) - (fp_poly - (pts - (xy -20.56 -15.72) - (xy -20.56 -13.3) - (xy -18.14 -13.3) - (xy -18.14 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f202141e-c20d-4cac-b016-06a44f2ecce8)) - (fp_poly - (pts - (xy -20.56 -10.88) - (xy -20.56 -8.46) - (xy -18.14 -8.46) - (xy -18.14 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 01e9b6e7-adf9-4ee7-9447-a588630ee4a2)) - (fp_poly - (pts - (xy -20.56 -3.62) - (xy -20.56 -1.2) - (xy -18.14 -1.2) - (xy -18.14 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d3c11c8f-a73d-4211-934b-a6da255728ad)) - (fp_poly - (pts - (xy -20.56 -1.2) - (xy -20.56 1.22) - (xy -18.14 1.22) - (xy -18.14 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c830e3bc-dc64-4f65-8f47-3b106bae2807)) - (fp_poly - (pts - (xy -20.56 1.22) - (xy -20.56 3.64) - (xy -18.14 3.64) - (xy -18.14 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8e06ba1f-e3ba-4eb9-a10e-887dffd566d6)) - (fp_poly - (pts - (xy -20.56 8.48) - (xy -20.56 10.9) - (xy -18.14 10.9) - (xy -18.14 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 66043bca-a260-4915-9fce-8a51d324c687)) - (fp_poly - (pts - (xy -20.56 13.32) - (xy -20.56 15.74) - (xy -18.14 15.74) - (xy -18.14 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9bb20359-0f8b-45bc-9d38-6626ed3a939d)) - (fp_poly - (pts - (xy -20.56 15.74) - (xy -20.56 18.16) - (xy -18.14 18.16) - (xy -18.14 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0f22151c-f260-4674-b486-4710a2c42a55)) - (fp_poly - (pts - (xy -20.56 18.16) - (xy -20.56 20.58) - (xy -18.14 20.58) - (xy -18.14 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144)) - (fp_poly - (pts - (xy -20.56 23) - (xy -20.56 25.42) - (xy -18.14 25.42) - (xy -18.14 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4fb02e58-160a-4a39-9f22-d0c75e82ee72)) - (fp_poly - (pts - (xy -18.14 -25.4) - (xy -18.14 -22.98) - (xy -15.72 -22.98) - (xy -15.72 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 644ae9fc-3c8e-4089-866e-a12bf371c3e9)) - (fp_poly - (pts - (xy -18.14 -20.56) - (xy -18.14 -18.14) - (xy -15.72 -18.14) - (xy -15.72 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 676efd2f-1c48-4786-9e4b-2444f1e8f6ff)) - (fp_poly - (pts - (xy -18.14 -18.14) - (xy -18.14 -15.72) - (xy -15.72 -15.72) - (xy -15.72 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 14769dc5-8525-4984-8b15-a734ee247efa)) - (fp_poly - (pts - (xy -18.14 -15.72) - (xy -18.14 -13.3) - (xy -15.72 -13.3) - (xy -15.72 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a17904b9-135e-4dae-ae20-401c7787de72)) - (fp_poly - (pts - (xy -18.14 -10.88) - (xy -18.14 -8.46) - (xy -15.72 -8.46) - (xy -15.72 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec)) - (fp_poly - (pts - (xy -18.14 -6.04) - (xy -18.14 -3.62) - (xy -15.72 -3.62) - (xy -15.72 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b96fe6ac-3535-4455-ab88-ed77f5e46d6e)) - (fp_poly - (pts - (xy -18.14 1.22) - (xy -18.14 3.64) - (xy -15.72 3.64) - (xy -15.72 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 12422a89-3d0c-485c-9386-f77121fd68fd)) - (fp_poly - (pts - (xy -18.14 8.48) - (xy -18.14 10.9) - (xy -15.72 10.9) - (xy -15.72 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 852dabbf-de45-4470-8176-59d37a754407)) - (fp_poly - (pts - (xy -18.14 13.32) - (xy -18.14 15.74) - (xy -15.72 15.74) - (xy -15.72 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp aa14c3bd-4acc-4908-9d28-228585a22a9d)) - (fp_poly - (pts - (xy -18.14 15.74) - (xy -18.14 18.16) - (xy -15.72 18.16) - (xy -15.72 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1831fb37-1c5d-42c4-b898-151be6fca9dc)) - (fp_poly - (pts - (xy -18.14 18.16) - (xy -18.14 20.58) - (xy -15.72 20.58) - (xy -15.72 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f)) - (fp_poly - (pts - (xy -18.14 23) - (xy -18.14 25.42) - (xy -15.72 25.42) - (xy -15.72 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e615f7aa-337e-474d-9615-2ad82b1c44ca)) - (fp_poly - (pts - (xy -15.72 -25.4) - (xy -15.72 -22.98) - (xy -13.3 -22.98) - (xy -13.3 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1e518c2a-4cb7-4599-a1fa-5b9f847da7d3)) - (fp_poly - (pts - (xy -15.72 -20.56) - (xy -15.72 -18.14) - (xy -13.3 -18.14) - (xy -13.3 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 37e8181c-a81e-498b-b2e2-0aef0c391059)) - (fp_poly - (pts - (xy -15.72 -18.14) - (xy -15.72 -15.72) - (xy -13.3 -15.72) - (xy -13.3 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e43dbe34-ed17-4e35-a5c7-2f1679b3c415)) - (fp_poly - (pts - (xy -15.72 -15.72) - (xy -15.72 -13.3) - (xy -13.3 -13.3) - (xy -13.3 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp cdfb07af-801b-44ba-8c30-d021a6ad3039)) - (fp_poly - (pts - (xy -15.72 -10.88) - (xy -15.72 -8.46) - (xy -13.3 -8.46) - (xy -13.3 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a5cd8da1-8f7f-4f80-bb23-0317de562222)) - (fp_poly - (pts - (xy -15.72 -6.04) - (xy -15.72 -3.62) - (xy -13.3 -3.62) - (xy -13.3 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 68877d35-b796-44db-9124-b8e744e7412e)) - (fp_poly - (pts - (xy -15.72 -3.62) - (xy -15.72 -1.2) - (xy -13.3 -1.2) - (xy -13.3 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a15a7506-eae4-4933-84da-9ad754258706)) - (fp_poly - (pts - (xy -15.72 1.22) - (xy -15.72 3.64) - (xy -13.3 3.64) - (xy -13.3 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7d34f6b1-ab31-49be-b011-c67fe67a8a56)) - (fp_poly - (pts - (xy -15.72 8.48) - (xy -15.72 10.9) - (xy -13.3 10.9) - (xy -13.3 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b5352a33-563a-4ffe-a231-2e68fb54afa3)) - (fp_poly - (pts - (xy -15.72 13.32) - (xy -15.72 15.74) - (xy -13.3 15.74) - (xy -13.3 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4c8eb964-bdf4-44de-90e9-e2ab82dd5313)) - (fp_poly - (pts - (xy -15.72 15.74) - (xy -15.72 18.16) - (xy -13.3 18.16) - (xy -13.3 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3)) - (fp_poly - (pts - (xy -15.72 18.16) - (xy -15.72 20.58) - (xy -13.3 20.58) - (xy -13.3 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11)) - (fp_poly - (pts - (xy -15.72 23) - (xy -15.72 25.42) - (xy -13.3 25.42) - (xy -13.3 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 77ed3941-d133-4aef-a9af-5a39322d14eb)) - (fp_poly - (pts - (xy -13.3 -25.4) - (xy -13.3 -22.98) - (xy -10.88 -22.98) - (xy -10.88 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ee41cb8e-512d-41d2-81e1-3c50fff32aeb)) - (fp_poly - (pts - (xy -13.3 -10.88) - (xy -13.3 -8.46) - (xy -10.88 -8.46) - (xy -10.88 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 16bd6381-8ac0-4bf2-9dce-ecc20c724b8d)) - (fp_poly - (pts - (xy -13.3 -6.04) - (xy -13.3 -3.62) - (xy -10.88 -3.62) - (xy -10.88 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c332fa55-4168-4f55-88a5-f82c7c21040b)) - (fp_poly - (pts - (xy -13.3 -3.62) - (xy -13.3 -1.2) - (xy -10.88 -1.2) - (xy -10.88 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c8c79177-94d4-43e2-a654-f0a5554fbb68)) - (fp_poly - (pts - (xy -13.3 8.48) - (xy -13.3 10.9) - (xy -10.88 10.9) - (xy -10.88 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 31e08896-1992-4725-96d9-9d2728bca7a3)) - (fp_poly - (pts - (xy -13.3 23) - (xy -13.3 25.42) - (xy -10.88 25.42) - (xy -10.88 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 47baf4b1-0938-497d-88f9-671136aa8be7)) - (fp_poly - (pts - (xy -10.88 -25.4) - (xy -10.88 -22.98) - (xy -8.46 -22.98) - (xy -8.46 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc)) - (fp_poly - (pts - (xy -10.88 -22.98) - (xy -10.88 -20.56) - (xy -8.46 -20.56) - (xy -8.46 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 2d67a417-188f-4014-9282-000265d80009)) - (fp_poly - (pts - (xy -10.88 -20.56) - (xy -10.88 -18.14) - (xy -8.46 -18.14) - (xy -8.46 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp cfa5c16e-7859-460d-a0b8-cea7d7ea629c)) - (fp_poly - (pts - (xy -10.88 -18.14) - (xy -10.88 -15.72) - (xy -8.46 -15.72) - (xy -8.46 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6ec113ca-7d27-4b14-a180-1e5e2fd1c167)) - (fp_poly - (pts - (xy -10.88 -15.72) - (xy -10.88 -13.3) - (xy -8.46 -13.3) - (xy -8.46 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e6b860cc-cb76-4220-acfb-68f1eb348bfa)) - (fp_poly - (pts - (xy -10.88 -13.3) - (xy -10.88 -10.88) - (xy -8.46 -10.88) - (xy -8.46 -13.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 965308c8-e014-459a-b9db-b8493a601c62)) - (fp_poly - (pts - (xy -10.88 -10.88) - (xy -10.88 -8.46) - (xy -8.46 -8.46) - (xy -8.46 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 85b7594c-358f-454b-b2ad-dd0b1d67ed76)) - (fp_poly - (pts - (xy -10.88 -6.04) - (xy -10.88 -3.62) - (xy -8.46 -3.62) - (xy -8.46 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp df32840e-2912-4088-b54c-9a85f64c0265)) - (fp_poly - (pts - (xy -10.88 -1.2) - (xy -10.88 1.22) - (xy -8.46 1.22) - (xy -8.46 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c43663ee-9a0d-4f27-a292-89ba89964065)) - (fp_poly - (pts - (xy -10.88 3.64) - (xy -10.88 6.06) - (xy -8.46 6.06) - (xy -8.46 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c0eca5ed-bc5e-4618-9bcd-80945bea41ed)) - (fp_poly - (pts - (xy -10.88 8.48) - (xy -10.88 10.9) - (xy -8.46 10.9) - (xy -8.46 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6441b183-b8f2-458f-a23d-60e2b1f66dd6)) - (fp_poly - (pts - (xy -10.88 10.9) - (xy -10.88 13.32) - (xy -8.46 13.32) - (xy -8.46 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c0515cd2-cdaa-467e-8354-0f6eadfa35c9)) - (fp_poly - (pts - (xy -10.88 13.32) - (xy -10.88 15.74) - (xy -8.46 15.74) - (xy -8.46 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 94a873dc-af67-4ef9-8159-1f7c93eeb3d7)) - (fp_poly - (pts - (xy -10.88 15.74) - (xy -10.88 18.16) - (xy -8.46 18.16) - (xy -8.46 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c41b3c8b-634e-435a-b582-96b83bbd4032)) - (fp_poly - (pts - (xy -10.88 18.16) - (xy -10.88 20.58) - (xy -8.46 20.58) - (xy -8.46 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 127679a9-3981-4934-815e-896a4e3ff56e)) - (fp_poly - (pts - (xy -10.88 20.58) - (xy -10.88 23) - (xy -8.46 23) - (xy -8.46 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03)) - (fp_poly - (pts - (xy -10.88 23) - (xy -10.88 25.42) - (xy -8.46 25.42) - (xy -8.46 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c022004a-c968-410e-b59e-fbab0e561e9d)) - (fp_poly - (pts - (xy -8.46 -6.04) - (xy -8.46 -3.62) - (xy -6.04 -3.62) - (xy -6.04 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8412992d-8754-44de-9e08-115cec1a3eff)) - (fp_poly - (pts - (xy -8.46 -3.62) - (xy -8.46 -1.2) - (xy -6.04 -1.2) - (xy -6.04 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e21aa84b-970e-47cf-b64f-3b55ee0e1b51)) - (fp_poly - (pts - (xy -8.46 -1.2) - (xy -8.46 1.22) - (xy -6.04 1.22) - (xy -6.04 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp aca4de92-9c41-4c2b-9afa-540d02dafa1c)) - (fp_poly - (pts - (xy -8.46 1.22) - (xy -8.46 3.64) - (xy -6.04 3.64) - (xy -6.04 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1a6d2848-e78e-49fe-8978-e1890f07836f)) - (fp_poly - (pts - (xy -8.46 3.64) - (xy -8.46 6.06) - (xy -6.04 6.06) - (xy -6.04 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0217dfc4-fc13-4699-99ad-d9948522648e)) - (fp_poly - (pts - (xy -6.04 -25.4) - (xy -6.04 -22.98) - (xy -3.62 -22.98) - (xy -3.62 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 34a74736-156e-4bf3-9200-cd137cfa59da)) - (fp_poly - (pts - (xy -6.04 -22.98) - (xy -6.04 -20.56) - (xy -3.62 -20.56) - (xy -3.62 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 14c51520-6d91-4098-a59a-5121f2a898f7)) - (fp_poly - (pts - (xy -6.04 -20.56) - (xy -6.04 -18.14) - (xy -3.62 -18.14) - (xy -3.62 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b447dbb1-d38e-4a15-93cb-12c25382ea53)) - (fp_poly - (pts - (xy -6.04 -15.72) - (xy -6.04 -13.3) - (xy -3.62 -13.3) - (xy -3.62 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 789ca812-3e0c-4a3f-97bc-a916dd9bce80)) - (fp_poly - (pts - (xy -6.04 -10.88) - (xy -6.04 -8.46) - (xy -3.62 -8.46) - (xy -3.62 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c5eb1e4c-ce83-470e-8f32-e20ff1f886a3)) - (fp_poly - (pts - (xy -6.04 -6.04) - (xy -6.04 -3.62) - (xy -3.62 -3.62) - (xy -3.62 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ffd175d1-912a-4224-be1e-a8198680f46b)) - (fp_poly - (pts - (xy -6.04 -3.62) - (xy -6.04 -1.2) - (xy -3.62 -1.2) - (xy -3.62 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 40976bf0-19de-460f-ad64-224d4f51e16b)) - (fp_poly - (pts - (xy -6.04 -1.2) - (xy -6.04 1.22) - (xy -3.62 1.22) - (xy -3.62 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d7269d2a-b8c0-422d-8f25-f79ea31bf75e)) - (fp_poly - (pts - (xy -6.04 6.06) - (xy -6.04 8.48) - (xy -3.62 8.48) - (xy -3.62 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b)) - (fp_poly - (pts - (xy -6.04 8.48) - (xy -6.04 10.9) - (xy -3.62 10.9) - (xy -3.62 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp bfc0aadc-38cf-466e-a642-68fdc3138c78)) - (fp_poly - (pts - (xy -6.04 10.9) - (xy -6.04 13.32) - (xy -3.62 13.32) - (xy -3.62 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 42713045-fffd-4b2d-ae1e-7232d705fb12)) - (fp_poly - (pts - (xy -6.04 13.32) - (xy -6.04 15.74) - (xy -3.62 15.74) - (xy -3.62 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 29e78086-2175-405e-9ba3-c48766d2f50c)) - (fp_poly - (pts - (xy -6.04 15.74) - (xy -6.04 18.16) - (xy -3.62 18.16) - (xy -3.62 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ce83728b-bebd-48c2-8734-b6a50d837931)) - (fp_poly - (pts - (xy -6.04 23) - (xy -6.04 25.42) - (xy -3.62 25.42) - (xy -3.62 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779)) - (fp_poly - (pts - (xy -3.62 -22.98) - (xy -3.62 -20.56) - (xy -1.2 -20.56) - (xy -1.2 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d)) - (fp_poly - (pts - (xy -3.62 -13.3) - (xy -3.62 -10.88) - (xy -1.2 -10.88) - (xy -1.2 -13.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0c3dceba-7c95-4b3d-b590-0eb581444beb)) - (fp_poly - (pts - (xy -3.62 -8.46) - (xy -3.62 -6.04) - (xy -1.2 -6.04) - (xy -1.2 -8.46) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6d26d68f-1ca7-4ff3-b058-272f1c399047)) - (fp_poly - (pts - (xy -3.62 1.22) - (xy -3.62 3.64) - (xy -1.2 3.64) - (xy -1.2 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a544eb0a-75db-4baf-bf54-9ca21744343b)) - (fp_poly - (pts - (xy -3.62 6.06) - (xy -3.62 8.48) - (xy -1.2 8.48) - (xy -1.2 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9b0a1687-7e1b-4a04-a30b-c27a072a2949)) - (fp_poly - (pts - (xy -3.62 8.48) - (xy -3.62 10.9) - (xy -1.2 10.9) - (xy -1.2 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d4a1d3c4-b315-4bec-9220-d12a9eab51e0)) - (fp_poly - (pts - (xy -3.62 13.32) - (xy -3.62 15.74) - (xy -1.2 15.74) - (xy -1.2 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5)) - (fp_poly - (pts - (xy -3.62 15.74) - (xy -3.62 18.16) - (xy -1.2 18.16) - (xy -1.2 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb)) - (fp_poly - (pts - (xy -1.2 -25.4) - (xy -1.2 -22.98) - (xy 1.22 -22.98) - (xy 1.22 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 87d7448e-e139-4209-ae0b-372f805267da)) - (fp_poly - (pts - (xy -1.2 -20.56) - (xy -1.2 -18.14) - (xy 1.22 -18.14) - (xy 1.22 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6c67e4f6-9d04-4539-b356-b76e915ce848)) - (fp_poly - (pts - (xy -1.2 -18.14) - (xy -1.2 -15.72) - (xy 1.22 -15.72) - (xy 1.22 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp bd065eaf-e495-4837-bdb3-129934de1fc7)) - (fp_poly - (pts - (xy -1.2 -13.3) - (xy -1.2 -10.88) - (xy 1.22 -10.88) - (xy 1.22 -13.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp abe07c9a-17c3-43b5-b7a6-ae867ac27ea7)) - (fp_poly - (pts - (xy -1.2 -10.88) - (xy -1.2 -8.46) - (xy 1.22 -8.46) - (xy 1.22 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 60dcd1fe-7079-4cb8-b509-04558ccf5097)) - (fp_poly - (pts - (xy -1.2 -8.46) - (xy -1.2 -6.04) - (xy 1.22 -6.04) - (xy 1.22 -8.46) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 911bdcbe-493f-4e21-a506-7cbc636e2c17)) - (fp_poly - (pts - (xy -1.2 -3.62) - (xy -1.2 -1.2) - (xy 1.22 -1.2) - (xy 1.22 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8c514922-ffe1-4e37-a260-e807409f2e0d)) - (fp_poly - (pts - (xy -1.2 1.22) - (xy -1.2 3.64) - (xy 1.22 3.64) - (xy 1.22 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 45008225-f50f-4d6b-b508-6730a9408caf)) - (fp_poly - (pts - (xy -1.2 3.64) - (xy -1.2 6.06) - (xy 1.22 6.06) - (xy 1.22 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp bd5408e4-362d-4e43-9d39-78fb99eb52c8)) - (fp_poly - (pts - (xy -1.2 6.06) - (xy -1.2 8.48) - (xy 1.22 8.48) - (xy 1.22 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ee27d19c-8dca-4ac8-a760-6dfd54d28071)) - (fp_poly - (pts - (xy -1.2 18.16) - (xy -1.2 20.58) - (xy 1.22 20.58) - (xy 1.22 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 716e31c5-485f-40b5-88e3-a75900da9811)) - (fp_poly - (pts - (xy -1.2 20.58) - (xy -1.2 23) - (xy 1.22 23) - (xy 1.22 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd)) - (fp_poly - (pts - (xy 1.22 -22.98) - (xy 1.22 -20.56) - (xy 3.64 -20.56) - (xy 3.64 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f40d350f-0d3e-4f8a-b004-d950f2f8f1ba)) - (fp_poly - (pts - (xy 1.22 -20.56) - (xy 1.22 -18.14) - (xy 3.64 -18.14) - (xy 3.64 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 275aa44a-b61f-489f-9e2a-819a0fe0d1eb)) - (fp_poly - (pts - (xy 1.22 -15.72) - (xy 1.22 -13.3) - (xy 3.64 -13.3) - (xy 3.64 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e4c6fdbb-fdc7-4ad4-a516-240d84cdc120)) - (fp_poly - (pts - (xy 1.22 -6.04) - (xy 1.22 -3.62) - (xy 3.64 -3.62) - (xy 3.64 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 13c0ff76-ed71-4cd9-abb0-92c376825d5d)) - (fp_poly - (pts - (xy 1.22 -1.2) - (xy 1.22 1.22) - (xy 3.64 1.22) - (xy 3.64 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e8c50f1b-c316-4110-9cce-5c24c65a1eaa)) - (fp_poly - (pts - (xy 1.22 1.22) - (xy 1.22 3.64) - (xy 3.64 3.64) - (xy 3.64 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8c6a821f-8e19-48f3-8f44-9b340f7689bc)) - (fp_poly - (pts - (xy 1.22 6.06) - (xy 1.22 8.48) - (xy 3.64 8.48) - (xy 3.64 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 003c2200-0632-4808-a662-8ddd5d30c768)) - (fp_poly - (pts - (xy 1.22 13.32) - (xy 1.22 15.74) - (xy 3.64 15.74) - (xy 3.64 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 03c52831-5dc5-43c5-a442-8d23643b46fb)) - (fp_poly - (pts - (xy 1.22 15.74) - (xy 1.22 18.16) - (xy 3.64 18.16) - (xy 3.64 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (fp_poly - (pts - (xy 1.22 18.16) - (xy 1.22 20.58) - (xy 3.64 20.58) - (xy 3.64 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - (fp_poly - (pts - (xy 1.22 20.58) - (xy 1.22 23) - (xy 3.64 23) - (xy 3.64 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 87371631-aa02-498a-998a-09bdb74784c1)) - (fp_poly - (pts - (xy 3.64 -25.4) - (xy 3.64 -22.98) - (xy 6.06 -22.98) - (xy 6.06 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 099096e4-8c2a-4d84-a16f-06b4b6330e7a)) - (fp_poly - (pts - (xy 3.64 -22.98) - (xy 3.64 -20.56) - (xy 6.06 -20.56) - (xy 6.06 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp aa2ea573-3f20-43c1-aa99-1f9c6031a9aa)) - (fp_poly - (pts - (xy 3.64 -20.56) - (xy 3.64 -18.14) - (xy 6.06 -18.14) - (xy 6.06 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 5ca4be1c-537e-4a4a-b344-d0c8ffde8546)) - (fp_poly - (pts - (xy 3.64 -15.72) - (xy 3.64 -13.3) - (xy 6.06 -13.3) - (xy 6.06 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp db36f6e3-e72a-487f-bda9-88cc84536f62)) - (fp_poly - (pts - (xy 3.64 -10.88) - (xy 3.64 -8.46) - (xy 6.06 -8.46) - (xy 6.06 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ec31c074-17b2-48e1-ab01-071acad3fa04)) - (fp_poly - (pts - (xy 3.64 -3.62) - (xy 3.64 -1.2) - (xy 6.06 -1.2) - (xy 6.06 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c25a772d-af9c-4ebc-96f6-0966738c13a8)) - (fp_poly - (pts - (xy 3.64 -1.2) - (xy 3.64 1.22) - (xy 6.06 1.22) - (xy 6.06 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp babeabf2-f3b0-4ed5-8d9e-0215947e6cf3)) - (fp_poly - (pts - (xy 3.64 1.22) - (xy 3.64 3.64) - (xy 6.06 3.64) - (xy 6.06 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6475547d-3216-45a4-a15c-48314f1dd0f9)) - (fp_poly - (pts - (xy 3.64 3.64) - (xy 3.64 6.06) - (xy 6.06 6.06) - (xy 6.06 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8da933a9-35f8-42e6-8504-d1bab7264306)) - (fp_poly - (pts - (xy 3.64 8.48) - (xy 3.64 10.9) - (xy 6.06 10.9) - (xy 6.06 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 80094b70-85ab-4ff6-934b-60d5ee65023a)) - (fp_poly - (pts - (xy 3.64 10.9) - (xy 3.64 13.32) - (xy 6.06 13.32) - (xy 6.06 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2)) - (fp_poly - (pts - (xy 3.64 13.32) - (xy 3.64 15.74) - (xy 6.06 15.74) - (xy 6.06 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d57dcfee-5058-4fc2-a68b-05f9a48f685b)) - (fp_poly - (pts - (xy 3.64 18.16) - (xy 3.64 20.58) - (xy 6.06 20.58) - (xy 6.06 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (fp_poly - (pts - (xy 3.64 23) - (xy 3.64 25.42) - (xy 6.06 25.42) - (xy 6.06 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 55e740a3-0735-4744-896e-2bf5437093b9)) - (fp_poly - (pts - (xy 6.06 -6.04) - (xy 6.06 -3.62) - (xy 8.48 -3.62) - (xy 8.48 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a27eb049-c992-4f11-a026-1e6a8d9d0160)) - (fp_poly - (pts - (xy 6.06 6.06) - (xy 6.06 8.48) - (xy 8.48 8.48) - (xy 8.48 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 240e07e1-770b-4b27-894f-29fd601c924d)) - (fp_poly - (pts - (xy 6.06 8.48) - (xy 6.06 10.9) - (xy 8.48 10.9) - (xy 8.48 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0f54db53-a272-4955-88fb-d7ab00657bb0)) - (fp_poly - (pts - (xy 6.06 18.16) - (xy 6.06 20.58) - (xy 8.48 20.58) - (xy 8.48 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (fp_poly - (pts - (xy 6.06 20.58) - (xy 6.06 23) - (xy 8.48 23) - (xy 8.48 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (fp_poly - (pts - (xy 8.48 -25.4) - (xy 8.48 -22.98) - (xy 10.9 -22.98) - (xy 10.9 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a13ab237-8f8d-4e16-8c47-4440653b8534)) - (fp_poly - (pts - (xy 8.48 -22.98) - (xy 8.48 -20.56) - (xy 10.9 -20.56) - (xy 10.9 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 240e5dac-6242-47a5-bbef-f76d11c715c0)) - (fp_poly - (pts - (xy 8.48 -20.56) - (xy 8.48 -18.14) - (xy 10.9 -18.14) - (xy 10.9 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 57c0c267-8bf9-4cc7-b734-d71a239ac313)) - (fp_poly - (pts - (xy 8.48 -18.14) - (xy 8.48 -15.72) - (xy 10.9 -15.72) - (xy 10.9 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 5bcace5d-edd0-4e19-92d0-835e43cf8eb2)) - (fp_poly - (pts - (xy 8.48 -15.72) - (xy 8.48 -13.3) - (xy 10.9 -13.3) - (xy 10.9 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 16a9ae8c-3ad2-439b-8efe-377c994670c7)) - (fp_poly - (pts - (xy 8.48 -13.3) - (xy 8.48 -10.88) - (xy 10.9 -10.88) - (xy 10.9 -13.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 730b670c-9bcf-4dcd-9a8d-fcaa61fb0955)) - (fp_poly - (pts - (xy 8.48 -10.88) - (xy 8.48 -8.46) - (xy 10.9 -8.46) - (xy 10.9 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4a21e717-d46d-4d9e-8b98-af4ecb02d3ec)) - (fp_poly - (pts - (xy 8.48 -3.62) - (xy 8.48 -1.2) - (xy 10.9 -1.2) - (xy 10.9 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d5641ac9-9be7-46bf-90b3-6c83d852b5ba)) - (fp_poly - (pts - (xy 8.48 -1.2) - (xy 8.48 1.22) - (xy 10.9 1.22) - (xy 10.9 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp df68c26a-03b5-4466-aecf-ba34b7dce6b7)) - (fp_poly - (pts - (xy 8.48 6.06) - (xy 8.48 8.48) - (xy 10.9 8.48) - (xy 10.9 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f2c93195-af12-4d3e-acdf-bdd0ff675c24)) - (fp_poly - (pts - (xy 8.48 8.48) - (xy 8.48 10.9) - (xy 10.9 10.9) - (xy 10.9 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 922058ca-d09a-45fd-8394-05f3e2c1e03a)) - (fp_poly - (pts - (xy 8.48 10.9) - (xy 8.48 13.32) - (xy 10.9 13.32) - (xy 10.9 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7aed3a71-054b-4aaa-9c0a-030523c32827)) - (fp_poly - (pts - (xy 8.48 18.16) - (xy 8.48 20.58) - (xy 10.9 20.58) - (xy 10.9 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (fp_poly - (pts - (xy 8.48 20.58) - (xy 8.48 23) - (xy 10.9 23) - (xy 10.9 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a)) - (fp_poly - (pts - (xy 8.48 23) - (xy 8.48 25.42) - (xy 10.9 25.42) - (xy 10.9 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (fp_poly - (pts - (xy 10.9 -25.4) - (xy 10.9 -22.98) - (xy 13.32 -22.98) - (xy 13.32 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ca5a4651-0d1d-441b-b17d-01518ef3b656)) - (fp_poly - (pts - (xy 10.9 -10.88) - (xy 10.9 -8.46) - (xy 13.32 -8.46) - (xy 13.32 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0755aee5-bc01-4cb5-b830-583289df50a3)) - (fp_poly - (pts - (xy 10.9 -1.2) - (xy 10.9 1.22) - (xy 13.32 1.22) - (xy 13.32 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4780a290-d25c-4459-9579-eba3f7678762)) - (fp_poly - (pts - (xy 10.9 1.22) - (xy 10.9 3.64) - (xy 13.32 3.64) - (xy 13.32 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 75ffc65c-7132-4411-9f2a-ae0c73d79338)) - (fp_poly - (pts - (xy 10.9 3.64) - (xy 10.9 6.06) - (xy 13.32 6.06) - (xy 13.32 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 2f215f15-3d52-4c91-93e6-3ea03a95622f)) - (fp_poly - (pts - (xy 10.9 6.06) - (xy 10.9 8.48) - (xy 13.32 8.48) - (xy 13.32 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp cbd8faed-e1f8-4406-87c8-58b2c504a5d4)) - (fp_poly - (pts - (xy 10.9 8.48) - (xy 10.9 10.9) - (xy 13.32 10.9) - (xy 13.32 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 97fe9c60-586f-4895-8504-4d3729f5f81a)) - (fp_poly - (pts - (xy 10.9 13.32) - (xy 10.9 15.74) - (xy 13.32 15.74) - (xy 13.32 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 3cd1bda0-18db-417d-b581-a0c50623df68)) - (fp_poly - (pts - (xy 10.9 18.16) - (xy 10.9 20.58) - (xy 13.32 20.58) - (xy 13.32 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - (fp_poly - (pts - (xy 10.9 20.58) - (xy 10.9 23) - (xy 13.32 23) - (xy 13.32 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268)) - (fp_poly - (pts - (xy 10.9 23) - (xy 10.9 25.42) - (xy 13.32 25.42) - (xy 13.32 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e)) - (fp_poly - (pts - (xy 13.32 -25.4) - (xy 13.32 -22.98) - (xy 15.74 -22.98) - (xy 15.74 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6284122b-79c3-4e04-925e-3d32cc3ec077)) - (fp_poly - (pts - (xy 13.32 -20.56) - (xy 13.32 -18.14) - (xy 15.74 -18.14) - (xy 15.74 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 853ee787-6e2c-4f32-bc75-6c17337dd3d5)) - (fp_poly - (pts - (xy 13.32 -18.14) - (xy 13.32 -15.72) - (xy 15.74 -15.72) - (xy 15.74 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp cb24efdd-07c6-4317-9277-131625b065ac)) - (fp_poly - (pts - (xy 13.32 -15.72) - (xy 13.32 -13.3) - (xy 15.74 -13.3) - (xy 15.74 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 770ad51a-7219-4633-b24a-bd20feb0a6c5)) - (fp_poly - (pts - (xy 13.32 -10.88) - (xy 13.32 -8.46) - (xy 15.74 -8.46) - (xy 15.74 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4fb21471-41be-4be8-9687-66030f97befc)) - (fp_poly - (pts - (xy 13.32 -6.04) - (xy 13.32 -3.62) - (xy 15.74 -3.62) - (xy 15.74 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 378af8b4-af3d-46e7-89ae-deff12ca9067)) - (fp_poly - (pts - (xy 13.32 1.22) - (xy 13.32 3.64) - (xy 15.74 3.64) - (xy 15.74 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 3e903008-0276-4a73-8edb-5d9dfde6297c)) - (fp_poly - (pts - (xy 13.32 3.64) - (xy 13.32 6.06) - (xy 15.74 6.06) - (xy 15.74 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 61fe293f-6808-4b7f-9340-9aaac7054a97)) - (fp_poly - (pts - (xy 13.32 6.06) - (xy 13.32 8.48) - (xy 15.74 8.48) - (xy 15.74 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 4a4ec8d9-3d72-4952-83d4-808f65849a2b)) - (fp_poly - (pts - (xy 13.32 8.48) - (xy 13.32 10.9) - (xy 15.74 10.9) - (xy 15.74 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp bdc7face-9f7c-4701-80bb-4cc144448db1)) - (fp_poly - (pts - (xy 13.32 10.9) - (xy 13.32 13.32) - (xy 15.74 13.32) - (xy 15.74 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9157f4ae-0244-4ff1-9f73-3cb4cbb5f280)) - (fp_poly - (pts - (xy 13.32 18.16) - (xy 13.32 20.58) - (xy 15.74 20.58) - (xy 15.74 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (fp_poly - (pts - (xy 13.32 20.58) - (xy 13.32 23) - (xy 15.74 23) - (xy 15.74 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce)) - (fp_poly - (pts - (xy 13.32 23) - (xy 13.32 25.42) - (xy 15.74 25.42) - (xy 15.74 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 746ba970-8279-4e7b-aed3-f28687777c21)) - (fp_poly - (pts - (xy 15.74 -25.4) - (xy 15.74 -22.98) - (xy 18.16 -22.98) - (xy 18.16 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 67763d19-f622-4e1e-81e5-5b24da7c3f99)) - (fp_poly - (pts - (xy 15.74 -20.56) - (xy 15.74 -18.14) - (xy 18.16 -18.14) - (xy 18.16 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7cee474b-af8f-4832-b07a-c43c1ab0b464)) - (fp_poly - (pts - (xy 15.74 -18.14) - (xy 15.74 -15.72) - (xy 18.16 -15.72) - (xy 18.16 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6c2d26bc-6eca-436c-8025-79f817bf57d6)) - (fp_poly - (pts - (xy 15.74 -15.72) - (xy 15.74 -13.3) - (xy 18.16 -13.3) - (xy 18.16 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b7199d9b-bebb-4100-9ad3-c2bd31e21d65)) - (fp_poly - (pts - (xy 15.74 -10.88) - (xy 15.74 -8.46) - (xy 18.16 -8.46) - (xy 18.16 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7599133e-c681-4202-85d9-c20dac196c64)) - (fp_poly - (pts - (xy 15.74 -3.62) - (xy 15.74 -1.2) - (xy 18.16 -1.2) - (xy 18.16 -3.62) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1e8701fc-ad24-40ea-846a-e3db538d6077)) - (fp_poly - (pts - (xy 15.74 3.64) - (xy 15.74 6.06) - (xy 18.16 6.06) - (xy 18.16 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp b88717bd-086f-46cd-9d3f-0396009d0996)) - (fp_poly - (pts - (xy 15.74 6.06) - (xy 15.74 8.48) - (xy 18.16 8.48) - (xy 18.16 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 08a7c925-7fae-4530-b0c9-120e185cb318)) - (fp_poly - (pts - (xy 15.74 8.48) - (xy 15.74 10.9) - (xy 18.16 10.9) - (xy 18.16 8.48) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7)) - (fp_poly - (pts - (xy 15.74 10.9) - (xy 15.74 13.32) - (xy 18.16 13.32) - (xy 18.16 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e)) - (fp_poly - (pts - (xy 15.74 20.58) - (xy 15.74 23) - (xy 18.16 23) - (xy 18.16 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137)) - (fp_poly - (pts - (xy 15.74 23) - (xy 15.74 25.42) - (xy 18.16 25.42) - (xy 18.16 23) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543)) - (fp_poly - (pts - (xy 18.16 -25.4) - (xy 18.16 -22.98) - (xy 20.58 -22.98) - (xy 20.58 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 994b6220-4755-4d84-91b3-6122ac1c2c5e)) - (fp_poly - (pts - (xy 18.16 -20.56) - (xy 18.16 -18.14) - (xy 20.58 -18.14) - (xy 20.58 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9cb12cc8-7f1a-4a01-9256-c119f11a8a02)) - (fp_poly - (pts - (xy 18.16 -18.14) - (xy 18.16 -15.72) - (xy 20.58 -15.72) - (xy 20.58 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 2dc272bd-3aa2-45b5-889d-1d3c8aac80f8)) - (fp_poly - (pts - (xy 18.16 -15.72) - (xy 18.16 -13.3) - (xy 20.58 -13.3) - (xy 20.58 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6595b9c7-02ee-4647-bde5-6b566e35163e)) - (fp_poly - (pts - (xy 18.16 -10.88) - (xy 18.16 -8.46) - (xy 20.58 -8.46) - (xy 20.58 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp dde51ae5-b215-445e-92bb-4a12ec410531)) - (fp_poly - (pts - (xy 18.16 -6.04) - (xy 18.16 -3.62) - (xy 20.58 -3.62) - (xy 20.58 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0ff508fd-18da-4ab7-9844-3c8a28c2587e)) - (fp_poly - (pts - (xy 18.16 1.22) - (xy 18.16 3.64) - (xy 20.58 3.64) - (xy 20.58 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 24f7628d-681d-4f0e-8409-40a129e929d9)) - (fp_poly - (pts - (xy 18.16 6.06) - (xy 18.16 8.48) - (xy 20.58 8.48) - (xy 20.58 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7edc9030-db7b-43ac-a1b3-b87eeacb4c2d)) - (fp_poly - (pts - (xy 18.16 10.9) - (xy 18.16 13.32) - (xy 20.58 13.32) - (xy 20.58 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 666713b0-70f4-42df-8761-f65bc212d03b)) - (fp_poly - (pts - (xy 18.16 15.74) - (xy 18.16 18.16) - (xy 20.58 18.16) - (xy 20.58 15.74) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (fp_poly - (pts - (xy 18.16 18.16) - (xy 18.16 20.58) - (xy 20.58 20.58) - (xy 20.58 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a690fc6c-55d9-47e6-b533-faa4b67e20f3)) - (fp_poly - (pts - (xy 18.16 20.58) - (xy 18.16 23) - (xy 20.58 23) - (xy 20.58 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (fp_poly - (pts - (xy 20.58 -25.4) - (xy 20.58 -22.98) - (xy 23 -22.98) - (xy 23 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 097edb1b-8998-4e70-b670-bba125982348)) - (fp_poly - (pts - (xy 20.58 -10.88) - (xy 20.58 -8.46) - (xy 23 -8.46) - (xy 23 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 70e15522-1572-4451-9c0d-6d36ac70d8c6)) - (fp_poly - (pts - (xy 20.58 -6.04) - (xy 20.58 -3.62) - (xy 23 -3.62) - (xy 23 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 1f3003e6-dce5-420f-906b-3f1e92b67249)) - (fp_poly - (pts - (xy 20.58 -1.2) - (xy 20.58 1.22) - (xy 23 1.22) - (xy 23 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7e023245-2c2b-4e2b-bfb9-5d35176e88f2)) - (fp_poly - (pts - (xy 20.58 3.64) - (xy 20.58 6.06) - (xy 23 6.06) - (xy 23 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 63ff1c93-3f96-4c33-b498-5dd8c33bccc0)) - (fp_poly - (pts - (xy 20.58 6.06) - (xy 20.58 8.48) - (xy 23 8.48) - (xy 23 6.06) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 5528bcad-2950-4673-90eb-c37e6952c475)) - (fp_poly - (pts - (xy 20.58 10.9) - (xy 20.58 13.32) - (xy 23 13.32) - (xy 23 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 6c2e273e-743c-4f1e-a647-4171f8122550)) - (fp_poly - (pts - (xy 20.58 13.32) - (xy 20.58 15.74) - (xy 23 15.74) - (xy 23 13.32) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0b21a65d-d20b-411e-920a-75c343ac5136)) - (fp_poly - (pts - (xy 20.58 18.16) - (xy 20.58 20.58) - (xy 23 20.58) - (xy 23 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp a3e4f0ae-9f86-49e9-b386-ed8b42e012fb)) - (fp_poly - (pts - (xy 20.58 20.58) - (xy 20.58 23) - (xy 23 23) - (xy 23 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 66116376-6967-4178-9f23-a26cdeafc400)) - (fp_poly - (pts - (xy 23 -25.4) - (xy 23 -22.98) - (xy 25.42 -22.98) - (xy 25.42 -25.4) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 477311b9-8f81-40c8-9c55-fd87e287247a)) - (fp_poly - (pts - (xy 23 -22.98) - (xy 23 -20.56) - (xy 25.42 -20.56) - (xy 25.42 -22.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 0351df45-d042-41d4-ba35-88092c7be2fc)) - (fp_poly - (pts - (xy 23 -20.56) - (xy 23 -18.14) - (xy 25.42 -18.14) - (xy 25.42 -20.56) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c7e7067c-5f5e-48d8-ab59-df26f9b35863)) - (fp_poly - (pts - (xy 23 -18.14) - (xy 23 -15.72) - (xy 25.42 -15.72) - (xy 25.42 -18.14) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 5114c7bf-b955-49f3-a0a8-4b954c81bde0)) - (fp_poly - (pts - (xy 23 -15.72) - (xy 23 -13.3) - (xy 25.42 -13.3) - (xy 25.42 -15.72) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp f3628265-0155-43e2-a467-c40ff783e265)) - (fp_poly - (pts - (xy 23 -13.3) - (xy 23 -10.88) - (xy 25.42 -10.88) - (xy 25.42 -13.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 8a650ebf-3f78-4ca4-a26b-a5028693e36d)) - (fp_poly - (pts - (xy 23 -10.88) - (xy 23 -8.46) - (xy 25.42 -8.46) - (xy 25.42 -10.88) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d3d7e298-1d39-4294-a3ab-c84cc0dc5e5a)) - (fp_poly - (pts - (xy 23 -6.04) - (xy 23 -3.62) - (xy 25.42 -3.62) - (xy 25.42 -6.04) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 03caada9-9e22-4e2d-9035-b15433dfbb17)) - (fp_poly - (pts - (xy 23 -1.2) - (xy 23 1.22) - (xy 25.42 1.22) - (xy 25.42 -1.2) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 40165eda-4ba6-4565-9bb4-b9df6dbb08da)) - (fp_poly - (pts - (xy 23 1.22) - (xy 23 3.64) - (xy 25.42 3.64) - (xy 25.42 1.22) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 3a7648d8-121a-4921-9b92-9b35b76ce39b)) - (fp_poly - (pts - (xy 23 3.64) - (xy 23 6.06) - (xy 25.42 6.06) - (xy 25.42 3.64) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9e1b837f-0d34-4a18-9644-9ee68f141f46)) - (fp_poly - (pts - (xy 23 10.9) - (xy 23 13.32) - (xy 25.42 13.32) - (xy 25.42 10.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp e857610b-4434-4144-b04e-43c1ebdc5ceb)) - (fp_poly - (pts - (xy 23 18.16) - (xy 23 20.58) - (xy 25.42 20.58) - (xy 25.42 18.16) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 54365317-1355-4216-bb75-829375abc4ec)) - (fp_poly - (pts - (xy 23 20.58) - (xy 23 23) - (xy 25.42 23) - (xy 25.42 20.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45)) - ) - - (footprint "qr:QR2" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-000061d27619) - (at 101.1 79) - (attr through_hole) - (fp_text reference "QR2" (at 0 8.75) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b34a16c-5a14-4291-8242-ea6d6ac54372) - ) - (fp_text value "QR2" (at 0 -8.75) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 35a9f71f-ba35-47f6-814e-4106ac36c51e) - ) - (fp_text user "qr_version: 2" (at 0 -10.45) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce) - ) - (fp_text user "qr_ecc: 3,2" (at 0 -13.85) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2db910a0-b943-40b4-b81f-068ba5265f56) - ) - (fp_text user " bogus 1 2 3 4" (at 0 -17.25) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3f8a5430-68a9-4732-9b89-4e00dd8ae219) - ) - (fp_text user "qr_mask: 2" (at 0 -15.55) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 96de0051-7945-413a-9219-1ab367546962) - ) - (fp_text user "qr_size: 25" (at 0 -12.15) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f8bd6470-fafd-47f2-8ed5-9449988187ce) - ) - (fp_poly - (pts - (xy -7.5 -7.5) - (xy -7.5 -6.9) - (xy -6.9 -6.9) - (xy -6.9 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c094494a-f6f7-43fc-a007-4951484ddf3a)) - (fp_poly - (pts - (xy -7.5 -6.9) - (xy -7.5 -6.3) - (xy -6.9 -6.3) - (xy -6.9 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 29e058a7-50a3-43e5-81c3-bfee53da08be)) - (fp_poly - (pts - (xy -7.5 -6.3) - (xy -7.5 -5.7) - (xy -6.9 -5.7) - (xy -6.9 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d5b800ca-1ab6-4b66-b5f7-2dda5658b504)) - (fp_poly - (pts - (xy -7.5 -5.7) - (xy -7.5 -5.1) - (xy -6.9 -5.1) - (xy -6.9 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0325ec43-0390-4ae2-b055-b1ec6ce17b1c)) - (fp_poly - (pts - (xy -7.5 -5.1) - (xy -7.5 -4.5) - (xy -6.9 -4.5) - (xy -6.9 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 658dad07-97fd-466c-8b49-21892ac96ea4)) - (fp_poly - (pts - (xy -7.5 -4.5) - (xy -7.5 -3.9) - (xy -6.9 -3.9) - (xy -6.9 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6a2b20ae-096c-4d9f-92f8-2087c865914f)) - (fp_poly - (pts - (xy -7.5 -3.9) - (xy -7.5 -3.3) - (xy -6.9 -3.3) - (xy -6.9 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c106154f-d948-43e5-abfa-e1b96055d91b)) - (fp_poly - (pts - (xy -7.5 -2.1) - (xy -7.5 -1.5) - (xy -6.9 -1.5) - (xy -6.9 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f6c644f4-3036-41a6-9e14-2c08c079c6cd)) - (fp_poly - (pts - (xy -7.5 -0.9) - (xy -7.5 -0.3) - (xy -6.9 -0.3) - (xy -6.9 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b5071759-a4d7-4769-be02-251f23cd4454)) - (fp_poly - (pts - (xy -7.5 0.3) - (xy -7.5 0.9) - (xy -6.9 0.9) - (xy -6.9 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f78e02cd-9600-4173-be8d-67e530b5d19f)) - (fp_poly - (pts - (xy -7.5 0.9) - (xy -7.5 1.5) - (xy -6.9 1.5) - (xy -6.9 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6f675e5f-8fe6-4148-baf1-da97afc770f8)) - (fp_poly - (pts - (xy -7.5 1.5) - (xy -7.5 2.1) - (xy -6.9 2.1) - (xy -6.9 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f9c81c26-f253-4227-a69f-53e64841cfbe)) - (fp_poly - (pts - (xy -7.5 2.1) - (xy -7.5 2.7) - (xy -6.9 2.7) - (xy -6.9 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fd3499d5-6fd2-49a4-bdb0-109cee899fde)) - (fp_poly - (pts - (xy -7.5 3.3) - (xy -7.5 3.9) - (xy -6.9 3.9) - (xy -6.9 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 479331ff-c540-41f4-84e6-b48d65171e59)) - (fp_poly - (pts - (xy -7.5 3.9) - (xy -7.5 4.5) - (xy -6.9 4.5) - (xy -6.9 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 16121028-bdf5-49c0-aae7-e28fe5bfa771)) - (fp_poly - (pts - (xy -7.5 4.5) - (xy -7.5 5.1) - (xy -6.9 5.1) - (xy -6.9 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 196a8dd5-5fd6-4c7f-ae4a-0104bd82e61b)) - (fp_poly - (pts - (xy -7.5 5.1) - (xy -7.5 5.7) - (xy -6.9 5.7) - (xy -6.9 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 98914cc3-56fe-40bb-820a-3d157225c145)) - (fp_poly - (pts - (xy -7.5 5.7) - (xy -7.5 6.3) - (xy -6.9 6.3) - (xy -6.9 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 71c6e723-673c-45a9-a0e4-9742220c52a3)) - (fp_poly - (pts - (xy -7.5 6.3) - (xy -7.5 6.9) - (xy -6.9 6.9) - (xy -6.9 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 30317bf0-88bb-49e7-bf8b-9f3883982225)) - (fp_poly - (pts - (xy -7.5 6.9) - (xy -7.5 7.5) - (xy -6.9 7.5) - (xy -6.9 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6ffdf05e-e119-49f9-85e9-13e4901df42a)) - (fp_poly - (pts - (xy -6.9 -7.5) - (xy -6.9 -6.9) - (xy -6.3 -6.9) - (xy -6.3 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9b3c58a7-a9b9-4498-abc0-f9f43e4f0292)) - (fp_poly - (pts - (xy -6.9 -3.9) - (xy -6.9 -3.3) - (xy -6.3 -3.3) - (xy -6.3 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c24d6ac8-802d-4df3-a210-9cb1f693e865)) - (fp_poly - (pts - (xy -6.9 -0.9) - (xy -6.9 -0.3) - (xy -6.3 -0.3) - (xy -6.3 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cada57e2-1fa7-4b9d-a2a0-2218773d5c50)) - (fp_poly - (pts - (xy -6.9 -0.3) - (xy -6.9 0.3) - (xy -6.3 0.3) - (xy -6.3 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f8fc38ec-0b98-40bc-ae2f-e5cc29973bca)) - (fp_poly - (pts - (xy -6.9 3.3) - (xy -6.9 3.9) - (xy -6.3 3.9) - (xy -6.3 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cc15f583-a41b-43af-ba94-a75455506a96)) - (fp_poly - (pts - (xy -6.9 6.9) - (xy -6.9 7.5) - (xy -6.3 7.5) - (xy -6.3 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4c843bdb-6c9e-40dd-85e2-0567846e18ba)) - (fp_poly - (pts - (xy -6.3 -7.5) - (xy -6.3 -6.9) - (xy -5.7 -6.9) - (xy -5.7 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e40e8cef-4fb0-4fc3-be09-3875b2cc8469)) - (fp_poly - (pts - (xy -6.3 -6.3) - (xy -6.3 -5.7) - (xy -5.7 -5.7) - (xy -5.7 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c9667181-b3c7-4b01-b8b4-baa29a9aea63)) - (fp_poly - (pts - (xy -6.3 -5.7) - (xy -6.3 -5.1) - (xy -5.7 -5.1) - (xy -5.7 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7b044939-8c4d-444f-b9e0-a15fcdeb5a86)) - (fp_poly - (pts - (xy -6.3 -5.1) - (xy -6.3 -4.5) - (xy -5.7 -4.5) - (xy -5.7 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 40b14a16-fb82-4b9d-89dd-55cd98abb5cc)) - (fp_poly - (pts - (xy -6.3 -3.9) - (xy -6.3 -3.3) - (xy -5.7 -3.3) - (xy -5.7 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 88668202-3f0b-4d07-84d4-dcd790f57272)) - (fp_poly - (pts - (xy -6.3 -2.7) - (xy -6.3 -2.1) - (xy -5.7 -2.1) - (xy -5.7 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a53767ed-bb28-4f90-abe0-e0ea734812a4)) - (fp_poly - (pts - (xy -6.3 -2.1) - (xy -6.3 -1.5) - (xy -5.7 -1.5) - (xy -5.7 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0cc45b5b-96b3-4284-9cae-a3a9e324a916)) - (fp_poly - (pts - (xy -6.3 -0.3) - (xy -6.3 0.3) - (xy -5.7 0.3) - (xy -5.7 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 34d03349-6d78-4165-a683-2d8b76f2bae8)) - (fp_poly - (pts - (xy -6.3 0.9) - (xy -6.3 1.5) - (xy -5.7 1.5) - (xy -5.7 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa)) - (fp_poly - (pts - (xy -6.3 1.5) - (xy -6.3 2.1) - (xy -5.7 2.1) - (xy -5.7 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 61fe4c73-be59-4519-98f1-a634322a841d)) - (fp_poly - (pts - (xy -6.3 2.1) - (xy -6.3 2.7) - (xy -5.7 2.7) - (xy -5.7 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 71f92193-19b0-44ed-bc7f-77535083d769)) - (fp_poly - (pts - (xy -6.3 3.3) - (xy -6.3 3.9) - (xy -5.7 3.9) - (xy -5.7 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1199146e-a60b-416a-b503-e77d6d2892f9)) - (fp_poly - (pts - (xy -6.3 4.5) - (xy -6.3 5.1) - (xy -5.7 5.1) - (xy -5.7 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b0271cdd-de22-4bf4-8f55-fc137cfbd4ec)) - (fp_poly - (pts - (xy -6.3 5.1) - (xy -6.3 5.7) - (xy -5.7 5.7) - (xy -5.7 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3c5e5ea9-793d-46e3-86bc-5884c4490dc7)) - (fp_poly - (pts - (xy -6.3 5.7) - (xy -6.3 6.3) - (xy -5.7 6.3) - (xy -5.7 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b4833916-7a3e-4498-86fb-ec6d13262ffe)) - (fp_poly - (pts - (xy -6.3 6.9) - (xy -6.3 7.5) - (xy -5.7 7.5) - (xy -5.7 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 72b36951-3ec7-4569-9c88-cf9b4afe1cae)) - (fp_poly - (pts - (xy -5.7 -7.5) - (xy -5.7 -6.9) - (xy -5.1 -6.9) - (xy -5.1 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 15fe8f3d-6077-4e0e-81d0-8ec3f4538981)) - (fp_poly - (pts - (xy -5.7 -6.3) - (xy -5.7 -5.7) - (xy -5.1 -5.7) - (xy -5.1 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ebd06df3-d52b-4cff-99a2-a771df6d3733)) - (fp_poly - (pts - (xy -5.7 -5.7) - (xy -5.7 -5.1) - (xy -5.1 -5.1) - (xy -5.1 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 576c6616-e95d-4f1e-8ead-dea30fcdc8c2)) - (fp_poly - (pts - (xy -5.7 -5.1) - (xy -5.7 -4.5) - (xy -5.1 -4.5) - (xy -5.1 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c09938fd-06b9-4771-9f63-2311626243b3)) - (fp_poly - (pts - (xy -5.7 -3.9) - (xy -5.7 -3.3) - (xy -5.1 -3.3) - (xy -5.1 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 37f31dec-63fc-4634-a141-5dc5d2b60fe4)) - (fp_poly - (pts - (xy -5.7 -2.7) - (xy -5.7 -2.1) - (xy -5.1 -2.1) - (xy -5.1 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5fc9acb6-6dbb-4598-825b-4b9e7c4c67c4)) - (fp_poly - (pts - (xy -5.7 -0.9) - (xy -5.7 -0.3) - (xy -5.1 -0.3) - (xy -5.1 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 752417ee-7d0b-4ac8-a22c-26669881a2ab)) - (fp_poly - (pts - (xy -5.7 0.9) - (xy -5.7 1.5) - (xy -5.1 1.5) - (xy -5.1 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 917920ab-0c6e-4927-974d-ef342cdd4f63)) - (fp_poly - (pts - (xy -5.7 2.1) - (xy -5.7 2.7) - (xy -5.1 2.7) - (xy -5.1 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 143ed874-a01f-4ced-ba4e-bbb66ddd1f70)) - (fp_poly - (pts - (xy -5.7 3.3) - (xy -5.7 3.9) - (xy -5.1 3.9) - (xy -5.1 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 997c2f12-73ba-4c01-9ee0-42e37cbab790)) - (fp_poly - (pts - (xy -5.7 4.5) - (xy -5.7 5.1) - (xy -5.1 5.1) - (xy -5.1 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 076046ab-4b56-4060-b8d9-0d80806d0277)) - (fp_poly - (pts - (xy -5.7 5.1) - (xy -5.7 5.7) - (xy -5.1 5.7) - (xy -5.1 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9dcdc92b-2219-4a4a-8954-45f02cc3ab25)) - (fp_poly - (pts - (xy -5.7 5.7) - (xy -5.7 6.3) - (xy -5.1 6.3) - (xy -5.1 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cc48dd41-7768-48d3-b096-2c4cc2126c9d)) - (fp_poly - (pts - (xy -5.7 6.9) - (xy -5.7 7.5) - (xy -5.1 7.5) - (xy -5.1 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eb8d02e9-145c-465d-b6a8-bae84d47a94b)) - (fp_poly - (pts - (xy -5.1 -7.5) - (xy -5.1 -6.9) - (xy -4.5 -6.9) - (xy -4.5 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 814763c2-92e5-4a2c-941c-9bbd073f6e87)) - (fp_poly - (pts - (xy -5.1 -6.3) - (xy -5.1 -5.7) - (xy -4.5 -5.7) - (xy -4.5 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp be645d0f-8568-47a0-a152-e3ddd33563eb)) - (fp_poly - (pts - (xy -5.1 -5.7) - (xy -5.1 -5.1) - (xy -4.5 -5.1) - (xy -4.5 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 89e83c2e-e90a-4a50-b278-880bac0cfb49)) - (fp_poly - (pts - (xy -5.1 -5.1) - (xy -5.1 -4.5) - (xy -4.5 -4.5) - (xy -4.5 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2d697cf0-e02e-4ed1-a048-a704dab0ee43)) - (fp_poly - (pts - (xy -5.1 -3.9) - (xy -5.1 -3.3) - (xy -4.5 -3.3) - (xy -4.5 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 91c1eb0a-67ae-4ef0-95ce-d060a03a7313)) - (fp_poly - (pts - (xy -5.1 -2.7) - (xy -5.1 -2.1) - (xy -4.5 -2.1) - (xy -4.5 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 18b7e157-ae67-48ad-bd7c-9fef6fe45b22)) - (fp_poly - (pts - (xy -5.1 -2.1) - (xy -5.1 -1.5) - (xy -4.5 -1.5) - (xy -4.5 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6b7c1048-12b6-46b2-b762-fa3ad30472dd)) - (fp_poly - (pts - (xy -5.1 -0.3) - (xy -5.1 0.3) - (xy -4.5 0.3) - (xy -4.5 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bb4b1afc-c46e-451d-8dad-36b7dec82f26)) - (fp_poly - (pts - (xy -5.1 0.3) - (xy -5.1 0.9) - (xy -4.5 0.9) - (xy -4.5 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6f80f798-dc24-438f-a1eb-4ee2936267c8)) - (fp_poly - (pts - (xy -5.1 1.5) - (xy -5.1 2.1) - (xy -4.5 2.1) - (xy -4.5 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e5864fe6-2a71-47f0-90ce-38c3f8901580)) - (fp_poly - (pts - (xy -5.1 3.3) - (xy -5.1 3.9) - (xy -4.5 3.9) - (xy -4.5 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp afd38b10-2eca-4abe-aed1-a96fb07ffdbe)) - (fp_poly - (pts - (xy -5.1 4.5) - (xy -5.1 5.1) - (xy -4.5 5.1) - (xy -4.5 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1171ce37-6ad7-4662-bb68-5592c945ebf3)) - (fp_poly - (pts - (xy -5.1 5.1) - (xy -5.1 5.7) - (xy -4.5 5.7) - (xy -4.5 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp dae72997-44fc-4275-b36f-cd70bf46cfba)) - (fp_poly - (pts - (xy -5.1 5.7) - (xy -5.1 6.3) - (xy -4.5 6.3) - (xy -4.5 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4185c36c-c66e-4dbd-be5d-841e551f4885)) - (fp_poly - (pts - (xy -5.1 6.9) - (xy -5.1 7.5) - (xy -4.5 7.5) - (xy -4.5 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 29bb7297-26fb-4776-9266-2355d022bab0)) - (fp_poly - (pts - (xy -4.5 -7.5) - (xy -4.5 -6.9) - (xy -3.9 -6.9) - (xy -3.9 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e65b62be-e01b-4688-a999-1d1be370c4ae)) - (fp_poly - (pts - (xy -4.5 -3.9) - (xy -4.5 -3.3) - (xy -3.9 -3.3) - (xy -3.9 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 009a4fb4-fcc0-4623-ae5d-c1bae3219583)) - (fp_poly - (pts - (xy -4.5 -2.1) - (xy -4.5 -1.5) - (xy -3.9 -1.5) - (xy -3.9 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4a850cb6-bb24-4274-a902-e49f34f0a0e3)) - (fp_poly - (pts - (xy -4.5 -0.9) - (xy -4.5 -0.3) - (xy -3.9 -0.3) - (xy -3.9 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9f80220c-1612-4589-b9ca-a5579617bdb8)) - (fp_poly - (pts - (xy -4.5 1.5) - (xy -4.5 2.1) - (xy -3.9 2.1) - (xy -3.9 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 699feae1-8cdd-4d2b-947f-f24849c73cdb)) - (fp_poly - (pts - (xy -4.5 3.3) - (xy -4.5 3.9) - (xy -3.9 3.9) - (xy -3.9 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c8fd9dd3-06ad-4146-9239-0065013959ef)) - (fp_poly - (pts - (xy -4.5 6.9) - (xy -4.5 7.5) - (xy -3.9 7.5) - (xy -3.9 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cb6062da-8dcd-4826-92fd-4071e9e97213)) - (fp_poly - (pts - (xy -3.9 -7.5) - (xy -3.9 -6.9) - (xy -3.3 -6.9) - (xy -3.3 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 82be7aae-5d06-4178-8c3e-98760c41b054)) - (fp_poly - (pts - (xy -3.9 -6.9) - (xy -3.9 -6.3) - (xy -3.3 -6.3) - (xy -3.3 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5cf2db29-f7ab-499a-9907-cdeba64bf0f3)) - (fp_poly - (pts - (xy -3.9 -6.3) - (xy -3.9 -5.7) - (xy -3.3 -5.7) - (xy -3.3 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bd9595a1-04f3-4fda-8f1b-e65ad874edd3)) - (fp_poly - (pts - (xy -3.9 -5.7) - (xy -3.9 -5.1) - (xy -3.3 -5.1) - (xy -3.3 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a5e521b9-814e-4853-a5ac-f158785c6269)) - (fp_poly - (pts - (xy -3.9 -5.1) - (xy -3.9 -4.5) - (xy -3.3 -4.5) - (xy -3.3 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 240c10af-51b5-420e-a6f4-a2c8f5db1db5)) - (fp_poly - (pts - (xy -3.9 -4.5) - (xy -3.9 -3.9) - (xy -3.3 -3.9) - (xy -3.3 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4e315e69-0417-463a-8b7f-469a08d1496e)) - (fp_poly - (pts - (xy -3.9 -3.9) - (xy -3.9 -3.3) - (xy -3.3 -3.3) - (xy -3.3 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cf386a39-fc62-49dd-8ec5-e044f6bd67ce)) - (fp_poly - (pts - (xy -3.9 -2.7) - (xy -3.9 -2.1) - (xy -3.3 -2.1) - (xy -3.3 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0f31f11f-c374-4640-b9a4-07bbdba8d354)) - (fp_poly - (pts - (xy -3.9 -1.5) - (xy -3.9 -0.9) - (xy -3.3 -0.9) - (xy -3.3 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 03c7f780-fc1b-487a-b30d-567d6c09fdc8)) - (fp_poly - (pts - (xy -3.9 -0.3) - (xy -3.9 0.3) - (xy -3.3 0.3) - (xy -3.3 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 37b6c6d6-3e12-4736-912a-ea6e2bf06721)) - (fp_poly - (pts - (xy -3.9 0.9) - (xy -3.9 1.5) - (xy -3.3 1.5) - (xy -3.3 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8fc062a7-114d-48eb-a8f8-71128838f380)) - (fp_poly - (pts - (xy -3.9 2.1) - (xy -3.9 2.7) - (xy -3.3 2.7) - (xy -3.3 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 795e68e2-c9ba-45cf-9bff-89b8fae05b5a)) - (fp_poly - (pts - (xy -3.9 3.3) - (xy -3.9 3.9) - (xy -3.3 3.9) - (xy -3.3 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 98b00c9d-9188-4bce-aa70-92d12dd9cf82)) - (fp_poly - (pts - (xy -3.9 3.9) - (xy -3.9 4.5) - (xy -3.3 4.5) - (xy -3.3 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d0a0deb1-4f0f-4ede-b730-2c6d67cb9618)) - (fp_poly - (pts - (xy -3.9 4.5) - (xy -3.9 5.1) - (xy -3.3 5.1) - (xy -3.3 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d4c9471f-7503-4339-928c-d1abae1eede6)) - (fp_poly - (pts - (xy -3.9 5.1) - (xy -3.9 5.7) - (xy -3.3 5.7) - (xy -3.3 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7)) - (fp_poly - (pts - (xy -3.9 5.7) - (xy -3.9 6.3) - (xy -3.3 6.3) - (xy -3.3 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f)) - (fp_poly - (pts - (xy -3.9 6.3) - (xy -3.9 6.9) - (xy -3.3 6.9) - (xy -3.3 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f959907b-1cef-4760-b043-4260a660a2ae)) - (fp_poly - (pts - (xy -3.9 6.9) - (xy -3.9 7.5) - (xy -3.3 7.5) - (xy -3.3 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 36d783e7-096f-4c97-9672-7e08c083b87b)) - (fp_poly - (pts - (xy -3.3 -2.1) - (xy -3.3 -1.5) - (xy -2.7 -1.5) - (xy -2.7 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e5203297-b913-4288-a576-12a92185cb52)) - (fp_poly - (pts - (xy -3.3 -1.5) - (xy -3.3 -0.9) - (xy -2.7 -0.9) - (xy -2.7 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c04386e0-b49e-4fff-b380-675af13a62cb)) - (fp_poly - (pts - (xy -3.3 0.9) - (xy -3.3 1.5) - (xy -2.7 1.5) - (xy -2.7 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4f411f68-04bd-4175-a406-bcaa4cf6601e)) - (fp_poly - (pts - (xy -3.3 1.5) - (xy -3.3 2.1) - (xy -2.7 2.1) - (xy -2.7 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d88958ac-68cd-4955-a63f-0eaa329dec86)) - (fp_poly - (pts - (xy -3.3 2.1) - (xy -3.3 2.7) - (xy -2.7 2.7) - (xy -2.7 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8fcec304-c6b1-4655-8326-beacd0476953)) - (fp_poly - (pts - (xy -2.7 -7.5) - (xy -2.7 -6.9) - (xy -2.1 -6.9) - (xy -2.1 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e1535036-5d36-405f-bb86-3819621c4f23)) - (fp_poly - (pts - (xy -2.7 -6.9) - (xy -2.7 -6.3) - (xy -2.1 -6.3) - (xy -2.1 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp feb26ecb-9193-46ea-a41b-d09305bf0a3e)) - (fp_poly - (pts - (xy -2.7 -6.3) - (xy -2.7 -5.7) - (xy -2.1 -5.7) - (xy -2.1 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 309b3bff-19c8-41ec-a84d-63399c649f46)) - (fp_poly - (pts - (xy -2.7 -4.5) - (xy -2.7 -3.9) - (xy -2.1 -3.9) - (xy -2.1 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 071522c0-d0ed-49b9-906e-6295f67fb0dc)) - (fp_poly - (pts - (xy -2.7 -3.9) - (xy -2.7 -3.3) - (xy -2.1 -3.3) - (xy -2.1 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea)) - (fp_poly - (pts - (xy -2.7 -3.3) - (xy -2.7 -2.7) - (xy -2.1 -2.7) - (xy -2.1 -3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp dc2801a1-d539-4721-b31f-fe196b9f13df)) - (fp_poly - (pts - (xy -2.7 -2.7) - (xy -2.7 -2.1) - (xy -2.1 -2.1) - (xy -2.1 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 998b7fa5-31a5-472e-9572-49d5226d6098)) - (fp_poly - (pts - (xy -2.7 -2.1) - (xy -2.7 -1.5) - (xy -2.1 -1.5) - (xy -2.1 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1f8b2c0c-b042-4e2e-80f6-4959a27b238f)) - (fp_poly - (pts - (xy -2.7 -1.5) - (xy -2.7 -0.9) - (xy -2.1 -0.9) - (xy -2.1 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b9bb0e73-161a-4d06-b6eb-a9f66d8a95f5)) - (fp_poly - (pts - (xy -2.7 -0.3) - (xy -2.7 0.3) - (xy -2.1 0.3) - (xy -2.1 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 86dc7a78-7d51-4111-9eea-8a8f7977eb16)) - (fp_poly - (pts - (xy -2.7 0.9) - (xy -2.7 1.5) - (xy -2.1 1.5) - (xy -2.1 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1fa508ef-df83-4c99-846b-9acf535b3ad9)) - (fp_poly - (pts - (xy -2.7 2.7) - (xy -2.7 3.3) - (xy -2.1 3.3) - (xy -2.1 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 60ff6322-62e2-4602-9bc0-7a0f0a5ecfbf)) - (fp_poly - (pts - (xy -2.7 4.5) - (xy -2.7 5.1) - (xy -2.1 5.1) - (xy -2.1 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 43707e99-bdd7-4b02-9974-540ed6c2b0aa)) - (fp_poly - (pts - (xy -2.7 5.1) - (xy -2.7 5.7) - (xy -2.1 5.7) - (xy -2.1 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c8b6b273-3d20-4a46-8069-f6d608563604)) - (fp_poly - (pts - (xy -2.7 5.7) - (xy -2.7 6.3) - (xy -2.1 6.3) - (xy -2.1 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0fd35a3e-b394-4aae-875a-fac843f9cbb7)) - (fp_poly - (pts - (xy -2.1 -6.9) - (xy -2.1 -6.3) - (xy -1.5 -6.3) - (xy -1.5 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 382ca670-6ae8-4de6-90f9-f241d1337171)) - (fp_poly - (pts - (xy -2.1 -5.7) - (xy -2.1 -5.1) - (xy -1.5 -5.1) - (xy -1.5 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 262f1ea9-0133-4b43-be36-456207ea857c)) - (fp_poly - (pts - (xy -2.1 -4.5) - (xy -2.1 -3.9) - (xy -1.5 -3.9) - (xy -1.5 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2846428d-39de-4eae-8ce2-64955d56c493)) - (fp_poly - (pts - (xy -2.1 -2.7) - (xy -2.1 -2.1) - (xy -1.5 -2.1) - (xy -1.5 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e4d2f565-25a0-48c6-be59-f4bf31ad2558)) - (fp_poly - (pts - (xy -2.1 -2.1) - (xy -2.1 -1.5) - (xy -1.5 -1.5) - (xy -1.5 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 700e8b73-5976-423f-a3f3-ab3d9f3e9760)) - (fp_poly - (pts - (xy -2.1 -0.9) - (xy -2.1 -0.3) - (xy -1.5 -0.3) - (xy -1.5 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 224768bc-6009-43ba-aa4a-70cbaa15b5a3)) - (fp_poly - (pts - (xy -2.1 -0.3) - (xy -2.1 0.3) - (xy -1.5 0.3) - (xy -1.5 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e32ee344-1030-4498-9cac-bfbf7540faf4)) - (fp_poly - (pts - (xy -2.1 0.9) - (xy -2.1 1.5) - (xy -1.5 1.5) - (xy -1.5 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 155b0b7c-70b4-4a26-a550-bac13cab0aa4)) - (fp_poly - (pts - (xy -2.1 5.1) - (xy -2.1 5.7) - (xy -1.5 5.7) - (xy -1.5 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 92035a88-6c95-4a61-bd8a-cb8dd9e5018a)) - (fp_poly - (pts - (xy -2.1 5.7) - (xy -2.1 6.3) - (xy -1.5 6.3) - (xy -1.5 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c088f712-1abe-4cac-9a8b-d564931395aa)) - (fp_poly - (pts - (xy -2.1 6.3) - (xy -2.1 6.9) - (xy -1.5 6.9) - (xy -1.5 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cb721686-5255-4788-a3b0-ce4312e32eb7)) - (fp_poly - (pts - (xy -2.1 6.9) - (xy -2.1 7.5) - (xy -1.5 7.5) - (xy -1.5 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0a1a4d88-972a-46ce-b25e-6cb796bd41f7)) - (fp_poly - (pts - (xy -1.5 -7.5) - (xy -1.5 -6.9) - (xy -0.9 -6.9) - (xy -0.9 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d9c6d5d2-0b49-49ba-a970-cd2c32f74c54)) - (fp_poly - (pts - (xy -1.5 -5.1) - (xy -1.5 -4.5) - (xy -0.9 -4.5) - (xy -0.9 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7)) - (fp_poly - (pts - (xy -1.5 -4.5) - (xy -1.5 -3.9) - (xy -0.9 -3.9) - (xy -0.9 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4fa10683-33cd-4dcd-8acc-2415cd63c62a)) - (fp_poly - (pts - (xy -1.5 -3.9) - (xy -1.5 -3.3) - (xy -0.9 -3.3) - (xy -0.9 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eae0ab9f-65b2-44d3-aba7-873c3227fba7)) - (fp_poly - (pts - (xy -1.5 -2.1) - (xy -1.5 -1.5) - (xy -0.9 -1.5) - (xy -0.9 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b4300db7-1220-431a-b7c3-2edbdf8fa6fc)) - (fp_poly - (pts - (xy -1.5 -1.5) - (xy -1.5 -0.9) - (xy -0.9 -0.9) - (xy -0.9 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4107d40a-e5df-4255-aacc-13f9928e090c)) - (fp_poly - (pts - (xy -1.5 -0.9) - (xy -1.5 -0.3) - (xy -0.9 -0.3) - (xy -0.9 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fef37e8b-0ff0-4da2-8a57-acaf19551d1a)) - (fp_poly - (pts - (xy -1.5 0.3) - (xy -1.5 0.9) - (xy -0.9 0.9) - (xy -0.9 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f66398f1-1ae7-4d4d-939f-958c174c6bce)) - (fp_poly - (pts - (xy -1.5 0.9) - (xy -1.5 1.5) - (xy -0.9 1.5) - (xy -0.9 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 399fc36a-ed5d-44b5-82f7-c6f83d9acc14)) - (fp_poly - (pts - (xy -1.5 1.5) - (xy -1.5 2.1) - (xy -0.9 2.1) - (xy -0.9 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b6cd701f-4223-4e72-a305-466869ccb250)) - (fp_poly - (pts - (xy -1.5 3.3) - (xy -1.5 3.9) - (xy -0.9 3.9) - (xy -0.9 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a24ce0e2-fdd3-4e6a-b754-5dee9713dd27)) - (fp_poly - (pts - (xy -1.5 3.9) - (xy -1.5 4.5) - (xy -0.9 4.5) - (xy -0.9 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6bd115d6-07e0-45db-8f2e-3cbb0429104f)) - (fp_poly - (pts - (xy -1.5 4.5) - (xy -1.5 5.1) - (xy -0.9 5.1) - (xy -0.9 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e17e6c0e-7e5b-43f0-ad48-0a2760b45b04)) - (fp_poly - (pts - (xy -1.5 5.7) - (xy -1.5 6.3) - (xy -0.9 6.3) - (xy -0.9 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ea6fde00-59dc-4a79-a647-7e38199fae0e)) - (fp_poly - (pts - (xy -1.5 6.9) - (xy -1.5 7.5) - (xy -0.9 7.5) - (xy -0.9 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c9b9e62d-dede-4d1a-9a05-275614f8bdb2)) - (fp_poly - (pts - (xy -0.9 -7.5) - (xy -0.9 -6.9) - (xy -0.3 -6.9) - (xy -0.3 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a6b7df29-bcf8-46a9-b623-7eaac47f5110)) - (fp_poly - (pts - (xy -0.9 -5.7) - (xy -0.9 -5.1) - (xy -0.3 -5.1) - (xy -0.3 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c1c799a0-3c93-493a-9ad7-8a0561bc69ee)) - (fp_poly - (pts - (xy -0.9 -5.1) - (xy -0.9 -4.5) - (xy -0.3 -4.5) - (xy -0.3 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 592f25e6-a01b-47fd-8172-3da01117d00a)) - (fp_poly - (pts - (xy -0.9 -2.1) - (xy -0.9 -1.5) - (xy -0.3 -1.5) - (xy -0.3 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 79e31048-072a-4a40-a625-26bb0b5f046b)) - (fp_poly - (pts - (xy -0.9 -1.5) - (xy -0.9 -0.9) - (xy -0.3 -0.9) - (xy -0.3 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9)) - (fp_poly - (pts - (xy -0.9 -0.3) - (xy -0.9 0.3) - (xy -0.3 0.3) - (xy -0.3 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0bcafe80-ffba-4f1e-ae51-95a595b006db)) - (fp_poly - (pts - (xy -0.9 1.5) - (xy -0.9 2.1) - (xy -0.3 2.1) - (xy -0.3 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp af347946-e3da-4427-87ab-77b747929f50)) - (fp_poly - (pts - (xy -0.9 2.7) - (xy -0.9 3.3) - (xy -0.3 3.3) - (xy -0.3 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e7369115-d491-4ef3-be3d-f5298992c3e8)) - (fp_poly - (pts - (xy -0.9 3.3) - (xy -0.9 3.9) - (xy -0.3 3.9) - (xy -0.3 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3f43d730-2a73-49fe-9672-32428e7f5b49)) - (fp_poly - (pts - (xy -0.9 3.9) - (xy -0.9 4.5) - (xy -0.3 4.5) - (xy -0.3 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 97fe2a5c-4eee-4c7a-9c43-47749b396494)) - (fp_poly - (pts - (xy -0.9 4.5) - (xy -0.9 5.1) - (xy -0.3 5.1) - (xy -0.3 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e4e20505-1208-4100-a4aa-676f50844c06)) - (fp_poly - (pts - (xy -0.9 5.1) - (xy -0.9 5.7) - (xy -0.3 5.7) - (xy -0.3 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4ec618ae-096f-4256-9328-005ee04f13d6)) - (fp_poly - (pts - (xy -0.9 6.3) - (xy -0.9 6.9) - (xy -0.3 6.9) - (xy -0.3 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d4db7f11-8cfe-40d2-b021-b36f05241701)) - (fp_poly - (pts - (xy -0.3 -7.5) - (xy -0.3 -6.9) - (xy 0.3 -6.9) - (xy 0.3 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a9b3f6e4-7a6d-4ae8-ad28-3d8458e0ca1a)) - (fp_poly - (pts - (xy -0.3 -5.7) - (xy -0.3 -5.1) - (xy 0.3 -5.1) - (xy 0.3 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 721d1be9-236e-470b-ba69-f1cc6c43faf9)) - (fp_poly - (pts - (xy -0.3 -5.1) - (xy -0.3 -4.5) - (xy 0.3 -4.5) - (xy 0.3 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cb614b23-9af3-4aec-bed8-c1374e001510)) - (fp_poly - (pts - (xy -0.3 -3.9) - (xy -0.3 -3.3) - (xy 0.3 -3.3) - (xy 0.3 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 70fb572d-d5ec-41e7-9482-63d4578b4f47)) - (fp_poly - (pts - (xy -0.3 -3.3) - (xy -0.3 -2.7) - (xy 0.3 -2.7) - (xy 0.3 -3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 970e0f64-111f-41e3-9f5a-fb0d0f6fa101)) - (fp_poly - (pts - (xy -0.3 -0.9) - (xy -0.3 -0.3) - (xy 0.3 -0.3) - (xy 0.3 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d21cc5e4-177a-4e1d-a8d5-060ed33e5b8e)) - (fp_poly - (pts - (xy -0.3 -0.3) - (xy -0.3 0.3) - (xy 0.3 0.3) - (xy 0.3 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 026ac84e-b8b2-4dd2-b675-8323c24fd778)) - (fp_poly - (pts - (xy -0.3 0.9) - (xy -0.3 1.5) - (xy 0.3 1.5) - (xy 0.3 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00)) - (fp_poly - (pts - (xy -0.3 3.9) - (xy -0.3 4.5) - (xy 0.3 4.5) - (xy 0.3 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ce72ea62-9343-4a4f-81bf-8ac601f5d005)) - (fp_poly - (pts - (xy -0.3 4.5) - (xy -0.3 5.1) - (xy 0.3 5.1) - (xy 0.3 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 79770cd5-32d7-429a-8248-0d9e6212231a)) - (fp_poly - (pts - (xy -0.3 5.1) - (xy -0.3 5.7) - (xy 0.3 5.7) - (xy 0.3 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3326423d-8df7-4a7e-a354-349430b8fbd7)) - (fp_poly - (pts - (xy -0.3 6.9) - (xy -0.3 7.5) - (xy 0.3 7.5) - (xy 0.3 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bdf40d30-88ff-4479-bad1-69529464b61b)) - (fp_poly - (pts - (xy 0.3 -7.5) - (xy 0.3 -6.9) - (xy 0.9 -6.9) - (xy 0.9 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7a4ce4b3-518a-4819-b8b2-5127b3347c64)) - (fp_poly - (pts - (xy 0.3 -6.9) - (xy 0.3 -6.3) - (xy 0.9 -6.3) - (xy 0.9 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459)) - (fp_poly - (pts - (xy 0.3 -5.1) - (xy 0.3 -4.5) - (xy 0.9 -4.5) - (xy 0.9 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 20cca02e-4c4d-4961-b6b4-b40a1731b220)) - (fp_poly - (pts - (xy 0.3 -4.5) - (xy 0.3 -3.9) - (xy 0.9 -3.9) - (xy 0.9 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd)) - (fp_poly - (pts - (xy 0.3 -3.3) - (xy 0.3 -2.7) - (xy 0.9 -2.7) - (xy 0.9 -3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b6135480-ace6-42b2-9c47-856ef57cded1)) - (fp_poly - (pts - (xy 0.3 -2.7) - (xy 0.3 -2.1) - (xy 0.9 -2.1) - (xy 0.9 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e502d1d5-04b0-4d4b-b5c3-8c52d09668e7)) - (fp_poly - (pts - (xy 0.3 -2.1) - (xy 0.3 -1.5) - (xy 0.9 -1.5) - (xy 0.9 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c76d4423-ef1b-4a6f-8176-33d65f2877bb)) - (fp_poly - (pts - (xy 0.3 -1.5) - (xy 0.3 -0.9) - (xy 0.9 -0.9) - (xy 0.9 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0ae82096-0994-4fb0-9a2a-d4ac4804abac)) - (fp_poly - (pts - (xy 0.3 -0.9) - (xy 0.3 -0.3) - (xy 0.9 -0.3) - (xy 0.9 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 89c0bc4d-eee5-4a77-ac35-d30b35db5cbe)) - (fp_poly - (pts - (xy 0.3 0.3) - (xy 0.3 0.9) - (xy 0.9 0.9) - (xy 0.9 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 088f77ba-fca9-42b3-876e-a6937267f957)) - (fp_poly - (pts - (xy 0.3 0.9) - (xy 0.3 1.5) - (xy 0.9 1.5) - (xy 0.9 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 00e38d63-5436-49db-81f5-697421f168fc)) - (fp_poly - (pts - (xy 0.3 1.5) - (xy 0.3 2.1) - (xy 0.9 2.1) - (xy 0.9 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e7e08b48-3d04-49da-8349-6de530a20c67)) - (fp_poly - (pts - (xy 0.3 2.1) - (xy 0.3 2.7) - (xy 0.9 2.7) - (xy 0.9 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 411d4270-c66c-4318-b7fb-1470d34862b8)) - (fp_poly - (pts - (xy 0.3 3.3) - (xy 0.3 3.9) - (xy 0.9 3.9) - (xy 0.9 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9186dae5-6dc3-4744-9f90-e697559c6ac8)) - (fp_poly - (pts - (xy 0.3 5.7) - (xy 0.3 6.3) - (xy 0.9 6.3) - (xy 0.9 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f73b5500-6337-4860-a114-6e307f65ec9f)) - (fp_poly - (pts - (xy 0.3 6.3) - (xy 0.3 6.9) - (xy 0.9 6.9) - (xy 0.9 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp faa1812c-fdf3-47ae-9cf4-ae06a263bfbd)) - (fp_poly - (pts - (xy 0.3 6.9) - (xy 0.3 7.5) - (xy 0.9 7.5) - (xy 0.9 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 57276367-9ce4-4738-88d7-6e8cb94c966c)) - (fp_poly - (pts - (xy 0.9 -7.5) - (xy 0.9 -6.9) - (xy 1.5 -6.9) - (xy 1.5 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 20c315f4-1e4f-49aa-8d61-778a7389df7e)) - (fp_poly - (pts - (xy 0.9 -6.9) - (xy 0.9 -6.3) - (xy 1.5 -6.3) - (xy 1.5 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b0906e10-2fbc-4309-a8b4-6fc4cd1a5490)) - (fp_poly - (pts - (xy 0.9 -6.3) - (xy 0.9 -5.7) - (xy 1.5 -5.7) - (xy 1.5 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8c0807a7-765b-4fa5-baaa-e09a2b610e6b)) - (fp_poly - (pts - (xy 0.9 -5.1) - (xy 0.9 -4.5) - (xy 1.5 -4.5) - (xy 1.5 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5487601b-81d3-4c70-8f3d-cf9df9c63302)) - (fp_poly - (pts - (xy 0.9 -4.5) - (xy 0.9 -3.9) - (xy 1.5 -3.9) - (xy 1.5 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079)) - (fp_poly - (pts - (xy 0.9 -3.9) - (xy 0.9 -3.3) - (xy 1.5 -3.3) - (xy 1.5 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7afa54c4-2181-41d3-81f7-39efc497ecae)) - (fp_poly - (pts - (xy 0.9 -3.3) - (xy 0.9 -2.7) - (xy 1.5 -2.7) - (xy 1.5 -3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6d1d60ff-408a-47a7-892f-c5cf9ef6ca75)) - (fp_poly - (pts - (xy 0.9 -2.1) - (xy 0.9 -1.5) - (xy 1.5 -1.5) - (xy 1.5 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f7667b23-296e-4362-a7e3-949632c8954b)) - (fp_poly - (pts - (xy 0.9 -1.5) - (xy 0.9 -0.9) - (xy 1.5 -0.9) - (xy 1.5 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e0f06b5c-de63-4833-a591-ca9e19217a35)) - (fp_poly - (pts - (xy 0.9 -0.3) - (xy 0.9 0.3) - (xy 1.5 0.3) - (xy 1.5 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp da25bf79-0abb-4fac-a221-ca5c574dfc29)) - (fp_poly - (pts - (xy 0.9 0.3) - (xy 0.9 0.9) - (xy 1.5 0.9) - (xy 1.5 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 71989e06-8659-4605-b2da-4f729cc41263)) - (fp_poly - (pts - (xy 0.9 2.1) - (xy 0.9 2.7) - (xy 1.5 2.7) - (xy 1.5 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0520f61d-4522-4301-a3fa-8ed0bf060f69)) - (fp_poly - (pts - (xy 0.9 2.7) - (xy 0.9 3.3) - (xy 1.5 3.3) - (xy 1.5 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp aa130053-a451-4f12-97f7-3d4d891a5f83)) - (fp_poly - (pts - (xy 0.9 5.7) - (xy 0.9 6.3) - (xy 1.5 6.3) - (xy 1.5 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d3d57924-54a6-421d-a3a0-a044fc909e88)) - (fp_poly - (pts - (xy 0.9 6.3) - (xy 0.9 6.9) - (xy 1.5 6.9) - (xy 1.5 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 88cb65f4-7e9e-44eb-8692-3b6e2e788a94)) - (fp_poly - (pts - (xy 0.9 6.9) - (xy 0.9 7.5) - (xy 1.5 7.5) - (xy 1.5 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e5217a0c-7f55-4c30-adda-7f8d95709d1b)) - (fp_poly - (pts - (xy 1.5 -6.9) - (xy 1.5 -6.3) - (xy 2.1 -6.3) - (xy 2.1 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0ce8d3ab-2662-4158-8a2a-18b782908fc5)) - (fp_poly - (pts - (xy 1.5 -5.7) - (xy 1.5 -5.1) - (xy 2.1 -5.1) - (xy 2.1 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5edcefbe-9766-42c8-9529-28d0ec865573)) - (fp_poly - (pts - (xy 1.5 -3.3) - (xy 1.5 -2.7) - (xy 2.1 -2.7) - (xy 2.1 -3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e4aa537c-eb9d-4dbb-ac87-fae46af42391)) - (fp_poly - (pts - (xy 1.5 -2.7) - (xy 1.5 -2.1) - (xy 2.1 -2.1) - (xy 2.1 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7c04618d-9115-4179-b234-a8faf854ea92)) - (fp_poly - (pts - (xy 1.5 -1.5) - (xy 1.5 -0.9) - (xy 2.1 -0.9) - (xy 2.1 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8195a7cf-4576-44dd-9e0e-ee048fdb93dd)) - (fp_poly - (pts - (xy 1.5 -0.9) - (xy 1.5 -0.3) - (xy 2.1 -0.3) - (xy 2.1 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e1c30a32-820e-4b17-aec9-5cb8b76f0ccc)) - (fp_poly - (pts - (xy 1.5 0.3) - (xy 1.5 0.9) - (xy 2.1 0.9) - (xy 2.1 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9a0b74a5-4879-4b51-8e8e-6d85a0107422)) - (fp_poly - (pts - (xy 1.5 2.7) - (xy 1.5 3.3) - (xy 2.1 3.3) - (xy 2.1 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9186fd02-f30d-4e17-aa38-378ab73e3908)) - (fp_poly - (pts - (xy 1.5 3.3) - (xy 1.5 3.9) - (xy 2.1 3.9) - (xy 2.1 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f1a9fb80-4cc4-410f-9616-e19c969dcab5)) - (fp_poly - (pts - (xy 1.5 3.9) - (xy 1.5 4.5) - (xy 2.1 4.5) - (xy 2.1 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fb30f9bb-6a0b-4d8a-82b0-266eab794bc6)) - (fp_poly - (pts - (xy 1.5 4.5) - (xy 1.5 5.1) - (xy 2.1 5.1) - (xy 2.1 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 99332785-d9f1-4363-9377-26ddc18e6d2c)) - (fp_poly - (pts - (xy 1.5 5.1) - (xy 1.5 5.7) - (xy 2.1 5.7) - (xy 2.1 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4d4fecdd-be4a-47e9-9085-2268d5852d8f)) - (fp_poly - (pts - (xy 1.5 6.9) - (xy 1.5 7.5) - (xy 2.1 7.5) - (xy 2.1 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5b0a5a46-7b51-4262-a80e-d33dd1806615)) - (fp_poly - (pts - (xy 2.1 -6.9) - (xy 2.1 -6.3) - (xy 2.7 -6.3) - (xy 2.7 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 29195ea4-8218-44a1-b4bf-466bee0082e4)) - (fp_poly - (pts - (xy 2.1 -6.3) - (xy 2.1 -5.7) - (xy 2.7 -5.7) - (xy 2.7 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2e842263-c0ba-46fd-a760-6624d4c78278)) - (fp_poly - (pts - (xy 2.1 -5.1) - (xy 2.1 -4.5) - (xy 2.7 -4.5) - (xy 2.7 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a29f8df0-3fae-4edf-8d9c-bd5a875b13e3)) - (fp_poly - (pts - (xy 2.1 -4.5) - (xy 2.1 -3.9) - (xy 2.7 -3.9) - (xy 2.7 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b1ddb058-f7b2-429c-9489-f4e2242ad7e5)) - (fp_poly - (pts - (xy 2.1 -3.9) - (xy 2.1 -3.3) - (xy 2.7 -3.3) - (xy 2.7 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 609b9e1b-4e3b-42b7-ac76-a62ec4d0e7c7)) - (fp_poly - (pts - (xy 2.1 -3.3) - (xy 2.1 -2.7) - (xy 2.7 -2.7) - (xy 2.7 -3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f9403623-c00c-4b71-bc5c-d763ff009386)) - (fp_poly - (pts - (xy 2.1 -2.1) - (xy 2.1 -1.5) - (xy 2.7 -1.5) - (xy 2.7 -2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b873bc5d-a9af-4bd9-afcb-87ce4d417120)) - (fp_poly - (pts - (xy 2.1 0.3) - (xy 2.1 0.9) - (xy 2.7 0.9) - (xy 2.7 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eae14f5f-515c-4a6f-ad0e-e8ef233d14bf)) - (fp_poly - (pts - (xy 2.1 1.5) - (xy 2.1 2.1) - (xy 2.7 2.1) - (xy 2.7 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9bac9ad3-a7b9-47f0-87c7-d8630653df68)) - (fp_poly - (pts - (xy 2.1 2.1) - (xy 2.1 2.7) - (xy 2.7 2.7) - (xy 2.7 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c8b92953-cd23-44e6-85ce-083fb8c3f20f)) - (fp_poly - (pts - (xy 2.1 2.7) - (xy 2.1 3.3) - (xy 2.7 3.3) - (xy 2.7 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4d586a18-26c5-441e-a9ff-8125ee516126)) - (fp_poly - (pts - (xy 2.1 3.3) - (xy 2.1 3.9) - (xy 2.7 3.9) - (xy 2.7 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fea7c5d1-76d6-41a0-b5e3-29889dbb8ce0)) - (fp_poly - (pts - (xy 2.1 3.9) - (xy 2.1 4.5) - (xy 2.7 4.5) - (xy 2.7 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c3c499b1-9227-4e4b-9982-f9f1aa6203b9)) - (fp_poly - (pts - (xy 2.1 4.5) - (xy 2.1 5.1) - (xy 2.7 5.1) - (xy 2.7 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1fbb0219-551e-409b-a61b-76e8cebdfb9d)) - (fp_poly - (pts - (xy 2.1 6.3) - (xy 2.1 6.9) - (xy 2.7 6.9) - (xy 2.7 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e5b328f6-dc69-4905-ae98-2dc3200a51d6)) - (fp_poly - (pts - (xy 2.7 -2.7) - (xy 2.7 -2.1) - (xy 3.3 -2.1) - (xy 3.3 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e67b9f8c-019b-4145-98a4-96545f6bb128)) - (fp_poly - (pts - (xy 2.7 0.3) - (xy 2.7 0.9) - (xy 3.3 0.9) - (xy 3.3 0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6e435cd4-da2b-4602-a0aa-5dd988834dff)) - (fp_poly - (pts - (xy 2.7 1.5) - (xy 2.7 2.1) - (xy 3.3 2.1) - (xy 3.3 1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2891767f-251c-48c4-91c0-deb1b368f45c)) - (fp_poly - (pts - (xy 2.7 2.1) - (xy 2.7 2.7) - (xy 3.3 2.7) - (xy 3.3 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp bc0dbc57-3ae8-4ce5-a05c-2d6003bba475)) - (fp_poly - (pts - (xy 2.7 4.5) - (xy 2.7 5.1) - (xy 3.3 5.1) - (xy 3.3 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7bfba61b-6752-4a45-9ee6-5984dcb15041)) - (fp_poly - (pts - (xy 3.3 -7.5) - (xy 3.3 -6.9) - (xy 3.9 -6.9) - (xy 3.9 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7e0a03ae-d054-4f76-a131-5c09b8dc1636)) - (fp_poly - (pts - (xy 3.3 -6.9) - (xy 3.3 -6.3) - (xy 3.9 -6.3) - (xy 3.9 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56)) - (fp_poly - (pts - (xy 3.3 -6.3) - (xy 3.3 -5.7) - (xy 3.9 -5.7) - (xy 3.9 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 173f6f06-e7d0-42ac-ab03-ce6b79b9eeee)) - (fp_poly - (pts - (xy 3.3 -5.7) - (xy 3.3 -5.1) - (xy 3.9 -5.1) - (xy 3.9 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ec5c2062-3a41-4636-8803-069e60a1641a)) - (fp_poly - (pts - (xy 3.3 -5.1) - (xy 3.3 -4.5) - (xy 3.9 -4.5) - (xy 3.9 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e3fc1e69-a11c-4c84-8952-fefb9372474e)) - (fp_poly - (pts - (xy 3.3 -4.5) - (xy 3.3 -3.9) - (xy 3.9 -3.9) - (xy 3.9 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eee16674-2d21-45b6-ab5e-d669125df26c)) - (fp_poly - (pts - (xy 3.3 -3.9) - (xy 3.3 -3.3) - (xy 3.9 -3.3) - (xy 3.9 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e54e5e19-1deb-49a9-8629-617db8e434c0)) - (fp_poly - (pts - (xy 3.3 -2.7) - (xy 3.3 -2.1) - (xy 3.9 -2.1) - (xy 3.9 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 19b0959e-a79b-43b2-a5ad-525ced7e9131)) - (fp_poly - (pts - (xy 3.3 -1.5) - (xy 3.3 -0.9) - (xy 3.9 -0.9) - (xy 3.9 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e7bb7815-0d52-4bb8-b29a-8cf960bd2905)) - (fp_poly - (pts - (xy 3.3 -0.9) - (xy 3.3 -0.3) - (xy 3.9 -0.3) - (xy 3.9 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8)) - (fp_poly - (pts - (xy 3.3 -0.3) - (xy 3.3 0.3) - (xy 3.9 0.3) - (xy 3.9 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d)) - (fp_poly - (pts - (xy 3.3 0.9) - (xy 3.3 1.5) - (xy 3.9 1.5) - (xy 3.9 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 70e4263f-d95a-4431-b3f3-cfc800c82056)) - (fp_poly - (pts - (xy 3.3 2.1) - (xy 3.3 2.7) - (xy 3.9 2.7) - (xy 3.9 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 00f3ea8b-8a54-4e56-84ff-d98f6c00496c)) - (fp_poly - (pts - (xy 3.3 3.3) - (xy 3.3 3.9) - (xy 3.9 3.9) - (xy 3.9 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9031bb33-c6aa-4758-bf5c-3274ed3ebab7)) - (fp_poly - (pts - (xy 3.3 4.5) - (xy 3.3 5.1) - (xy 3.9 5.1) - (xy 3.9 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 99dfa524-0366-4808-b4e8-328fc38e8656)) - (fp_poly - (pts - (xy 3.3 5.1) - (xy 3.3 5.7) - (xy 3.9 5.7) - (xy 3.9 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8458d41c-5d62-455d-b6e1-9f718c0faac9)) - (fp_poly - (pts - (xy 3.3 6.3) - (xy 3.3 6.9) - (xy 3.9 6.9) - (xy 3.9 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1f9ae101-c652-4998-a503-17aedf3d5746)) - (fp_poly - (pts - (xy 3.3 6.9) - (xy 3.3 7.5) - (xy 3.9 7.5) - (xy 3.9 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 30c33e3e-fb78-498d-bffe-76273d527004)) - (fp_poly - (pts - (xy 3.9 -7.5) - (xy 3.9 -6.9) - (xy 4.5 -6.9) - (xy 4.5 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d6fb27cf-362d-4568-967c-a5bf49d5931b)) - (fp_poly - (pts - (xy 3.9 -3.9) - (xy 3.9 -3.3) - (xy 4.5 -3.3) - (xy 4.5 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b7867831-ef82-4f33-a926-59e5c1c09b91)) - (fp_poly - (pts - (xy 3.9 -2.7) - (xy 3.9 -2.1) - (xy 4.5 -2.1) - (xy 4.5 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 109caac1-5036-4f23-9a66-f569d871501b)) - (fp_poly - (pts - (xy 3.9 -0.3) - (xy 3.9 0.3) - (xy 4.5 0.3) - (xy 4.5 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c49d23ab-146d-4089-864f-2d22b5b414b9)) - (fp_poly - (pts - (xy 3.9 2.1) - (xy 3.9 2.7) - (xy 4.5 2.7) - (xy 4.5 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 009b5465-0a65-4237-93e7-eb65321eeb18)) - (fp_poly - (pts - (xy 3.9 4.5) - (xy 3.9 5.1) - (xy 4.5 5.1) - (xy 4.5 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 54212c01-b363-47b8-a145-45c40df316f4)) - (fp_poly - (pts - (xy 3.9 6.3) - (xy 3.9 6.9) - (xy 4.5 6.9) - (xy 4.5 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5c30b9b4-3014-4f50-9329-27a539b67e01)) - (fp_poly - (pts - (xy 4.5 -7.5) - (xy 4.5 -6.9) - (xy 5.1 -6.9) - (xy 5.1 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9193c41e-d425-447d-b95c-6986d66ea01c)) - (fp_poly - (pts - (xy 4.5 -6.3) - (xy 4.5 -5.7) - (xy 5.1 -5.7) - (xy 5.1 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4632212f-13ce-4392-bc68-ccb9ba333770)) - (fp_poly - (pts - (xy 4.5 -5.7) - (xy 4.5 -5.1) - (xy 5.1 -5.1) - (xy 5.1 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 81a15393-727e-448b-a777-b18773023d89)) - (fp_poly - (pts - (xy 4.5 -5.1) - (xy 4.5 -4.5) - (xy 5.1 -4.5) - (xy 5.1 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 597a11f2-5d2c-4a65-ac95-38ad106e1367)) - (fp_poly - (pts - (xy 4.5 -3.9) - (xy 4.5 -3.3) - (xy 5.1 -3.3) - (xy 5.1 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2)) - (fp_poly - (pts - (xy 4.5 -1.5) - (xy 4.5 -0.9) - (xy 5.1 -0.9) - (xy 5.1 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d2d7bea6-0c22-495f-8666-323b30e03150)) - (fp_poly - (pts - (xy 4.5 -0.3) - (xy 4.5 0.3) - (xy 5.1 0.3) - (xy 5.1 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c7af8405-da2e-4a34-b9b8-518f342f8995)) - (fp_poly - (pts - (xy 4.5 2.1) - (xy 4.5 2.7) - (xy 5.1 2.7) - (xy 5.1 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 221bef83-3ea7-4d3f-adeb-53a8a07c6273)) - (fp_poly - (pts - (xy 4.5 2.7) - (xy 4.5 3.3) - (xy 5.1 3.3) - (xy 5.1 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 477892a1-722e-4cda-bb6c-fcdb8ba5f93e)) - (fp_poly - (pts - (xy 4.5 3.3) - (xy 4.5 3.9) - (xy 5.1 3.9) - (xy 5.1 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fa918b6d-f6cf-4471-be3b-4ff713f55a2e)) - (fp_poly - (pts - (xy 4.5 3.9) - (xy 4.5 4.5) - (xy 5.1 4.5) - (xy 5.1 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp ae77c3c8-1144-468e-ad5b-a0b4090735bd)) - (fp_poly - (pts - (xy 4.5 4.5) - (xy 4.5 5.1) - (xy 5.1 5.1) - (xy 5.1 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 180245d9-4a3f-4d1b-adcc-b4eafac722e0)) - (fp_poly - (pts - (xy 4.5 5.1) - (xy 4.5 5.7) - (xy 5.1 5.7) - (xy 5.1 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8de2d84c-ff45-4d4f-bc49-c166f6ae6b91)) - (fp_poly - (pts - (xy 5.1 -7.5) - (xy 5.1 -6.9) - (xy 5.7 -6.9) - (xy 5.7 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 27d56953-c620-4d5b-9c1c-e48bc3d9684a)) - (fp_poly - (pts - (xy 5.1 -6.3) - (xy 5.1 -5.7) - (xy 5.7 -5.7) - (xy 5.7 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cb16d05e-318b-4e51-867b-70d791d75bea)) - (fp_poly - (pts - (xy 5.1 -5.7) - (xy 5.1 -5.1) - (xy 5.7 -5.1) - (xy 5.7 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a4f86a46-3bc8-4daa-9125-a63f297eb114)) - (fp_poly - (pts - (xy 5.1 -5.1) - (xy 5.1 -4.5) - (xy 5.7 -4.5) - (xy 5.7 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 926001fd-2747-4639-8c0f-4fc46ff7218d)) - (fp_poly - (pts - (xy 5.1 -3.9) - (xy 5.1 -3.3) - (xy 5.7 -3.3) - (xy 5.7 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 25e5aa8e-2696-44a3-8d3c-c2c53f2923cf)) - (fp_poly - (pts - (xy 5.1 2.7) - (xy 5.1 3.3) - (xy 5.7 3.3) - (xy 5.7 2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b09666f9-12f1-4ee9-8877-2292c94258ca)) - (fp_poly - (pts - (xy 5.1 3.9) - (xy 5.1 4.5) - (xy 5.7 4.5) - (xy 5.7 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2454fd1b-3484-4838-8b7e-d26357238fe1)) - (fp_poly - (pts - (xy 5.1 4.5) - (xy 5.1 5.1) - (xy 5.7 5.1) - (xy 5.7 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f8f3a9fc-1e34-4573-a767-508104e8d242)) - (fp_poly - (pts - (xy 5.1 5.1) - (xy 5.1 5.7) - (xy 5.7 5.7) - (xy 5.7 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 935057d5-6882-4c15-9a35-54677912ba12)) - (fp_poly - (pts - (xy 5.1 5.7) - (xy 5.1 6.3) - (xy 5.7 6.3) - (xy 5.7 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp eab9c52c-3aa0-43a7-bc7f-7e234ff1e9f4)) - (fp_poly - (pts - (xy 5.1 6.3) - (xy 5.1 6.9) - (xy 5.7 6.9) - (xy 5.7 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9a2d648d-863a-4b7b-80f9-d537185c212b)) - (fp_poly - (pts - (xy 5.7 -7.5) - (xy 5.7 -6.9) - (xy 6.3 -6.9) - (xy 6.3 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8d0c1d66-35ef-4a53-a28f-436a11b54f42)) - (fp_poly - (pts - (xy 5.7 -6.3) - (xy 5.7 -5.7) - (xy 6.3 -5.7) - (xy 6.3 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 057af6bb-cf6f-4bfb-b0c0-2e92a2c09a47)) - (fp_poly - (pts - (xy 5.7 -5.7) - (xy 5.7 -5.1) - (xy 6.3 -5.1) - (xy 6.3 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 22999e73-da32-43a5-9163-4b3a41614f25)) - (fp_poly - (pts - (xy 5.7 -5.1) - (xy 5.7 -4.5) - (xy 6.3 -4.5) - (xy 6.3 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 59ec3156-036e-4049-89db-91a9dd07095f)) - (fp_poly - (pts - (xy 5.7 -3.9) - (xy 5.7 -3.3) - (xy 6.3 -3.3) - (xy 6.3 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a24ddb4f-c217-42ca-b6cb-d12da84fb2b9)) - (fp_poly - (pts - (xy 5.7 -2.7) - (xy 5.7 -2.1) - (xy 6.3 -2.1) - (xy 6.3 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 31540a7e-dc9e-4e4d-96b1-dab15efa5f4b)) - (fp_poly - (pts - (xy 5.7 -1.5) - (xy 5.7 -0.9) - (xy 6.3 -0.9) - (xy 6.3 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 0f324b67-75ef-407f-8dbc-3c1fc5c2abba)) - (fp_poly - (pts - (xy 5.7 -0.3) - (xy 5.7 0.3) - (xy 6.3 0.3) - (xy 6.3 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp aa79024d-ca7e-4c24-b127-7df08bbd0c75)) - (fp_poly - (pts - (xy 5.7 2.1) - (xy 5.7 2.7) - (xy 6.3 2.7) - (xy 6.3 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp b52d6ff3-fef1-496e-8dd5-ebb89b6bce6a)) - (fp_poly - (pts - (xy 5.7 3.3) - (xy 5.7 3.9) - (xy 6.3 3.9) - (xy 6.3 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 9aedbb9e-8340-4899-b813-05b23382a36b)) - (fp_poly - (pts - (xy 5.7 4.5) - (xy 5.7 5.1) - (xy 6.3 5.1) - (xy 6.3 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 28e37b45-f843-47c2-85c9-ca19f5430ece)) - (fp_poly - (pts - (xy 5.7 6.9) - (xy 5.7 7.5) - (xy 6.3 7.5) - (xy 6.3 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c3b3d7f4-943f-4cff-b180-87ef3e1bcbff)) - (fp_poly - (pts - (xy 6.3 -7.5) - (xy 6.3 -6.9) - (xy 6.9 -6.9) - (xy 6.9 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6fd4442e-30b3-428b-9306-61418a63d311)) - (fp_poly - (pts - (xy 6.3 -3.9) - (xy 6.3 -3.3) - (xy 6.9 -3.3) - (xy 6.9 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a6ccc556-da88-4006-ae1a-cc35733efef3)) - (fp_poly - (pts - (xy 6.3 -2.7) - (xy 6.3 -2.1) - (xy 6.9 -2.1) - (xy 6.9 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 8c1605f9-6c91-4701-96bf-e753661d5e23)) - (fp_poly - (pts - (xy 6.3 -1.5) - (xy 6.3 -0.9) - (xy 6.9 -0.9) - (xy 6.9 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1c68b844-c861-46b7-b734-0242168a4220)) - (fp_poly - (pts - (xy 6.3 -0.9) - (xy 6.3 -0.3) - (xy 6.9 -0.3) - (xy 6.9 -0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a7531a95-7ca1-4f34-955e-18120cec99e6)) - (fp_poly - (pts - (xy 6.3 -0.3) - (xy 6.3 0.3) - (xy 6.9 0.3) - (xy 6.9 -0.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 26801cfb-b53b-4a6a-a2f4-5f4986565765)) - (fp_poly - (pts - (xy 6.3 0.9) - (xy 6.3 1.5) - (xy 6.9 1.5) - (xy 6.9 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 38a501e2-0ee8-439d-bd02-e9e90e7503e9)) - (fp_poly - (pts - (xy 6.3 3.3) - (xy 6.3 3.9) - (xy 6.9 3.9) - (xy 6.9 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4db55cb8-197b-4402-871f-ce582b65664b)) - (fp_poly - (pts - (xy 6.3 3.9) - (xy 6.3 4.5) - (xy 6.9 4.5) - (xy 6.9 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 45884597-7014-4461-83ee-9975c42b9a53)) - (fp_poly - (pts - (xy 6.3 4.5) - (xy 6.3 5.1) - (xy 6.9 5.1) - (xy 6.9 4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 88610282-a92d-4c3d-917a-ea95d59e0759)) - (fp_poly - (pts - (xy 6.3 6.9) - (xy 6.3 7.5) - (xy 6.9 7.5) - (xy 6.9 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f64497d1-1d62-44a4-8e5e-6fba4ebc969a)) - (fp_poly - (pts - (xy 6.9 -7.5) - (xy 6.9 -6.9) - (xy 7.5 -6.9) - (xy 7.5 -7.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3fd54105-4b7e-4004-9801-76ec66108a22)) - (fp_poly - (pts - (xy 6.9 -6.9) - (xy 6.9 -6.3) - (xy 7.5 -6.3) - (xy 7.5 -6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cff34251-839c-4da9-a0ad-85d0fc4e32af)) - (fp_poly - (pts - (xy 6.9 -6.3) - (xy 6.9 -5.7) - (xy 7.5 -5.7) - (xy 7.5 -6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 935f462d-8b1e-4005-9f1e-17f537ab1756)) - (fp_poly - (pts - (xy 6.9 -5.7) - (xy 6.9 -5.1) - (xy 7.5 -5.1) - (xy 7.5 -5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6e68f0cd-800e-4167-9553-71fc59da1eeb)) - (fp_poly - (pts - (xy 6.9 -5.1) - (xy 6.9 -4.5) - (xy 7.5 -4.5) - (xy 7.5 -5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp d39d813e-3e64-490c-ba5c-a64bb5ad6bd0)) - (fp_poly - (pts - (xy 6.9 -4.5) - (xy 6.9 -3.9) - (xy 7.5 -3.9) - (xy 7.5 -4.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f449bd37-cc90-4487-aee6-2a20b8d2843a)) - (fp_poly - (pts - (xy 6.9 -3.9) - (xy 6.9 -3.3) - (xy 7.5 -3.3) - (xy 7.5 -3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 065b9982-55f2-4822-977e-07e8a06e7b35)) - (fp_poly - (pts - (xy 6.9 -2.7) - (xy 6.9 -2.1) - (xy 7.5 -2.1) - (xy 7.5 -2.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f1447ad6-651c-45be-a2d6-33bddf672c2c)) - (fp_poly - (pts - (xy 6.9 -1.5) - (xy 6.9 -0.9) - (xy 7.5 -0.9) - (xy 7.5 -1.5) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4b03e854-02fe-44cc-bece-f8268b7cae54)) - (fp_poly - (pts - (xy 6.9 0.9) - (xy 6.9 1.5) - (xy 7.5 1.5) - (xy 7.5 0.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f)) - (fp_poly - (pts - (xy 6.9 2.1) - (xy 6.9 2.7) - (xy 7.5 2.7) - (xy 7.5 2.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4ba06b66-7669-4c70-b585-f5d4c9c33527)) - (fp_poly - (pts - (xy 6.9 3.3) - (xy 6.9 3.9) - (xy 7.5 3.9) - (xy 7.5 3.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e97b5984-9f0f-43a4-9b8a-838eef4cceb2)) - (fp_poly - (pts - (xy 6.9 3.9) - (xy 6.9 4.5) - (xy 7.5 4.5) - (xy 7.5 3.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c514e30c-e48e-4ca5-ab44-8b3afedef1f2)) - (fp_poly - (pts - (xy 6.9 5.1) - (xy 6.9 5.7) - (xy 7.5 5.7) - (xy 7.5 5.1) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e091e263-c616-48ef-a460-465c70218987)) - (fp_poly - (pts - (xy 6.9 5.7) - (xy 6.9 6.3) - (xy 7.5 6.3) - (xy 7.5 5.7) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3e915099-a18e-49f4-89bb-abe64c2dade5)) - (fp_poly - (pts - (xy 6.9 6.3) - (xy 6.9 6.9) - (xy 7.5 6.9) - (xy 7.5 6.3) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c4cab9c5-d6e5-4660-b910-603a51b56783)) - (fp_poly - (pts - (xy 6.9 6.9) - (xy 6.9 7.5) - (xy 7.5 7.5) - (xy 7.5 6.9) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 42ff012d-5eb7-42b9-bb45-415cf26799c6)) - ) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "QR PCB") + (rev "B") + ) + (layers + (0 "F.Cu" signal) + (1 "In1.Cu" signal) + (2 "In2.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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "qr:QR" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061d26c5c") + (at 65.8 96.9) + (property "Reference" "QR1" + (at 0 26.65 0) + (layer "F.Cu") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "QR" + (at 0 -26.65 0) + (layer "F.Cu") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a12fd70-e951-4dd5-b686-b71ef27ce8da") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "49df366f-1eb0-42e6-9364-5c1b4f8632b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a69faf49-b6ac-419e-9c77-86488a61bdad") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_poly + (pts + (xy -25.4 -25.4) (xy -25.4 -22.98) (xy -22.98 -22.98) (xy -22.98 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f4eb0267-179f-46c9-b516-9bfb06bac1ba") + ) + (fp_poly + (pts + (xy -25.4 -22.98) (xy -25.4 -20.56) (xy -22.98 -20.56) (xy -22.98 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "84e5506c-143e-495f-9aa4-d3a71622f213") + ) + (fp_poly + (pts + (xy -25.4 -20.56) (xy -25.4 -18.14) (xy -22.98 -18.14) (xy -22.98 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e472dac4-5b65-4920-b8b2-6065d140a69d") + ) + (fp_poly + (pts + (xy -25.4 -18.14) (xy -25.4 -15.72) (xy -22.98 -15.72) (xy -22.98 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "21ae9c3a-7138-444e-be38-56a4842ab594") + ) + (fp_poly + (pts + (xy -25.4 -15.72) (xy -25.4 -13.3) (xy -22.98 -13.3) (xy -22.98 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "182b2d54-931d-49d6-9f39-60a752623e36") + ) + (fp_poly + (pts + (xy -25.4 -13.3) (xy -25.4 -10.88) (xy -22.98 -10.88) (xy -22.98 -13.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b1c649b1-f44d-46c7-9dea-818e75a1b87e") + ) + (fp_poly + (pts + (xy -25.4 -10.88) (xy -25.4 -8.46) (xy -22.98 -8.46) (xy -22.98 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7d928d56-093a-4ca8-aed1-414b7e703b45") + ) + (fp_poly + (pts + (xy -25.4 -6.04) (xy -25.4 -3.62) (xy -22.98 -3.62) (xy -22.98 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9f8381e9-3077-4453-a480-a01ad9c1a940") + ) + (fp_poly + (pts + (xy -25.4 -3.62) (xy -25.4 -1.2) (xy -22.98 -1.2) (xy -22.98 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8ca3e20d-bcc7-4c5e-9deb-562dfed9fecb") + ) + (fp_poly + (pts + (xy -25.4 -1.2) (xy -25.4 1.22) (xy -22.98 1.22) (xy -22.98 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "25d545dc-8f50-4573-922c-35ef5a2a3a19") + ) + (fp_poly + (pts + (xy -25.4 3.64) (xy -25.4 6.06) (xy -22.98 6.06) (xy -22.98 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1d9cdadc-9036-4a95-b6db-fa7b3b74c869") + ) + (fp_poly + (pts + (xy -25.4 8.48) (xy -25.4 10.9) (xy -22.98 10.9) (xy -22.98 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7bbf981c-a063-4e30-8911-e4228e1c0743") + ) + (fp_poly + (pts + (xy -25.4 10.9) (xy -25.4 13.32) (xy -22.98 13.32) (xy -22.98 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1bf544e3-5940-4576-9291-2464e95c0ee2") + ) + (fp_poly + (pts + (xy -25.4 13.32) (xy -25.4 15.74) (xy -22.98 15.74) (xy -22.98 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "2d210a96-f81f-42a9-8bf4-1b43c11086f3") + ) + (fp_poly + (pts + (xy -25.4 15.74) (xy -25.4 18.16) (xy -22.98 18.16) (xy -22.98 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "fe8d9267-7834-48d6-a191-c8724b2ee78d") + ) + (fp_poly + (pts + (xy -25.4 18.16) (xy -25.4 20.58) (xy -22.98 20.58) (xy -22.98 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (fp_poly + (pts + (xy -25.4 20.58) (xy -25.4 23) (xy -22.98 23) (xy -22.98 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (fp_poly + (pts + (xy -25.4 23) (xy -25.4 25.42) (xy -22.98 25.42) (xy -22.98 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + ) + (fp_poly + (pts + (xy -22.98 -25.4) (xy -22.98 -22.98) (xy -20.56 -22.98) (xy -20.56 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "3a52f112-cb97-43db-aaeb-20afe27664d7") + ) + (fp_poly + (pts + (xy -22.98 -10.88) (xy -22.98 -8.46) (xy -20.56 -8.46) (xy -20.56 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ca87f11b-5f48-4b57-8535-68d3ec2fe5a9") + ) + (fp_poly + (pts + (xy -22.98 -3.62) (xy -22.98 -1.2) (xy -20.56 -1.2) (xy -20.56 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "639c0e59-e95c-4114-bccd-2e7277505454") + ) + (fp_poly + (pts + (xy -22.98 3.64) (xy -22.98 6.06) (xy -20.56 6.06) (xy -20.56 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6bfe5804-2ef9-4c65-b2a7-f01e4014370a") + ) + (fp_poly + (pts + (xy -22.98 8.48) (xy -22.98 10.9) (xy -20.56 10.9) (xy -20.56 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "2d6db888-4e40-41c8-b701-07170fc894bc") + ) + (fp_poly + (pts + (xy -22.98 23) (xy -22.98 25.42) (xy -20.56 25.42) (xy -20.56 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (fp_poly + (pts + (xy -20.56 -25.4) (xy -20.56 -22.98) (xy -18.14 -22.98) (xy -18.14 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "41acfe41-fac7-432a-a7a3-946566e2d504") + ) + (fp_poly + (pts + (xy -20.56 -20.56) (xy -20.56 -18.14) (xy -18.14 -18.14) (xy -18.14 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8d9a3ecc-539f-41da-8099-d37cea9c28e7") + ) + (fp_poly + (pts + (xy -20.56 -18.14) (xy -20.56 -15.72) (xy -18.14 -15.72) (xy -18.14 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "19c56563-5fe3-442a-885b-418dbc2421eb") + ) + (fp_poly + (pts + (xy -20.56 -15.72) (xy -20.56 -13.3) (xy -18.14 -13.3) (xy -18.14 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f202141e-c20d-4cac-b016-06a44f2ecce8") + ) + (fp_poly + (pts + (xy -20.56 -10.88) (xy -20.56 -8.46) (xy -18.14 -8.46) (xy -18.14 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "01e9b6e7-adf9-4ee7-9447-a588630ee4a2") + ) + (fp_poly + (pts + (xy -20.56 -3.62) (xy -20.56 -1.2) (xy -18.14 -1.2) (xy -18.14 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d3c11c8f-a73d-4211-934b-a6da255728ad") + ) + (fp_poly + (pts + (xy -20.56 -1.2) (xy -20.56 1.22) (xy -18.14 1.22) (xy -18.14 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c830e3bc-dc64-4f65-8f47-3b106bae2807") + ) + (fp_poly + (pts + (xy -20.56 1.22) (xy -20.56 3.64) (xy -18.14 3.64) (xy -18.14 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8e06ba1f-e3ba-4eb9-a10e-887dffd566d6") + ) + (fp_poly + (pts + (xy -20.56 8.48) (xy -20.56 10.9) (xy -18.14 10.9) (xy -18.14 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "66043bca-a260-4915-9fce-8a51d324c687") + ) + (fp_poly + (pts + (xy -20.56 13.32) (xy -20.56 15.74) (xy -18.14 15.74) (xy -18.14 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9bb20359-0f8b-45bc-9d38-6626ed3a939d") + ) + (fp_poly + (pts + (xy -20.56 15.74) (xy -20.56 18.16) (xy -18.14 18.16) (xy -18.14 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0f22151c-f260-4674-b486-4710a2c42a55") + ) + (fp_poly + (pts + (xy -20.56 18.16) (xy -20.56 20.58) (xy -18.14 20.58) (xy -18.14 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (fp_poly + (pts + (xy -20.56 23) (xy -20.56 25.42) (xy -18.14 25.42) (xy -18.14 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (fp_poly + (pts + (xy -18.14 -25.4) (xy -18.14 -22.98) (xy -15.72 -22.98) (xy -15.72 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "644ae9fc-3c8e-4089-866e-a12bf371c3e9") + ) + (fp_poly + (pts + (xy -18.14 -20.56) (xy -18.14 -18.14) (xy -15.72 -18.14) (xy -15.72 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "676efd2f-1c48-4786-9e4b-2444f1e8f6ff") + ) + (fp_poly + (pts + (xy -18.14 -18.14) (xy -18.14 -15.72) (xy -15.72 -15.72) (xy -15.72 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "14769dc5-8525-4984-8b15-a734ee247efa") + ) + (fp_poly + (pts + (xy -18.14 -15.72) (xy -18.14 -13.3) (xy -15.72 -13.3) (xy -15.72 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a17904b9-135e-4dae-ae20-401c7787de72") + ) + (fp_poly + (pts + (xy -18.14 -10.88) (xy -18.14 -8.46) (xy -15.72 -8.46) (xy -15.72 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4f66b314-0f62-4fb6-8c3c-f9c6a75cd3ec") + ) + (fp_poly + (pts + (xy -18.14 -6.04) (xy -18.14 -3.62) (xy -15.72 -3.62) (xy -15.72 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b96fe6ac-3535-4455-ab88-ed77f5e46d6e") + ) + (fp_poly + (pts + (xy -18.14 1.22) (xy -18.14 3.64) (xy -15.72 3.64) (xy -15.72 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "12422a89-3d0c-485c-9386-f77121fd68fd") + ) + (fp_poly + (pts + (xy -18.14 8.48) (xy -18.14 10.9) (xy -15.72 10.9) (xy -15.72 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "852dabbf-de45-4470-8176-59d37a754407") + ) + (fp_poly + (pts + (xy -18.14 13.32) (xy -18.14 15.74) (xy -15.72 15.74) (xy -15.72 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "aa14c3bd-4acc-4908-9d28-228585a22a9d") + ) + (fp_poly + (pts + (xy -18.14 15.74) (xy -18.14 18.16) (xy -15.72 18.16) (xy -15.72 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1831fb37-1c5d-42c4-b898-151be6fca9dc") + ) + (fp_poly + (pts + (xy -18.14 18.16) (xy -18.14 20.58) (xy -15.72 20.58) (xy -15.72 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (fp_poly + (pts + (xy -18.14 23) (xy -18.14 25.42) (xy -15.72 25.42) (xy -15.72 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (fp_poly + (pts + (xy -15.72 -25.4) (xy -15.72 -22.98) (xy -13.3 -22.98) (xy -13.3 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1e518c2a-4cb7-4599-a1fa-5b9f847da7d3") + ) + (fp_poly + (pts + (xy -15.72 -20.56) (xy -15.72 -18.14) (xy -13.3 -18.14) (xy -13.3 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "37e8181c-a81e-498b-b2e2-0aef0c391059") + ) + (fp_poly + (pts + (xy -15.72 -18.14) (xy -15.72 -15.72) (xy -13.3 -15.72) (xy -13.3 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e43dbe34-ed17-4e35-a5c7-2f1679b3c415") + ) + (fp_poly + (pts + (xy -15.72 -15.72) (xy -15.72 -13.3) (xy -13.3 -13.3) (xy -13.3 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "cdfb07af-801b-44ba-8c30-d021a6ad3039") + ) + (fp_poly + (pts + (xy -15.72 -10.88) (xy -15.72 -8.46) (xy -13.3 -8.46) (xy -13.3 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a5cd8da1-8f7f-4f80-bb23-0317de562222") + ) + (fp_poly + (pts + (xy -15.72 -6.04) (xy -15.72 -3.62) (xy -13.3 -3.62) (xy -13.3 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "68877d35-b796-44db-9124-b8e744e7412e") + ) + (fp_poly + (pts + (xy -15.72 -3.62) (xy -15.72 -1.2) (xy -13.3 -1.2) (xy -13.3 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a15a7506-eae4-4933-84da-9ad754258706") + ) + (fp_poly + (pts + (xy -15.72 1.22) (xy -15.72 3.64) (xy -13.3 3.64) (xy -13.3 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7d34f6b1-ab31-49be-b011-c67fe67a8a56") + ) + (fp_poly + (pts + (xy -15.72 8.48) (xy -15.72 10.9) (xy -13.3 10.9) (xy -13.3 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b5352a33-563a-4ffe-a231-2e68fb54afa3") + ) + (fp_poly + (pts + (xy -15.72 13.32) (xy -15.72 15.74) (xy -13.3 15.74) (xy -13.3 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4c8eb964-bdf4-44de-90e9-e2ab82dd5313") + ) + (fp_poly + (pts + (xy -15.72 15.74) (xy -15.72 18.16) (xy -13.3 18.16) (xy -13.3 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (fp_poly + (pts + (xy -15.72 18.16) (xy -15.72 20.58) (xy -13.3 20.58) (xy -13.3 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (fp_poly + (pts + (xy -15.72 23) (xy -15.72 25.42) (xy -13.3 25.42) (xy -13.3 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + ) + (fp_poly + (pts + (xy -13.3 -25.4) (xy -13.3 -22.98) (xy -10.88 -22.98) (xy -10.88 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ee41cb8e-512d-41d2-81e1-3c50fff32aeb") + ) + (fp_poly + (pts + (xy -13.3 -10.88) (xy -13.3 -8.46) (xy -10.88 -8.46) (xy -10.88 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "16bd6381-8ac0-4bf2-9dce-ecc20c724b8d") + ) + (fp_poly + (pts + (xy -13.3 -6.04) (xy -13.3 -3.62) (xy -10.88 -3.62) (xy -10.88 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c332fa55-4168-4f55-88a5-f82c7c21040b") + ) + (fp_poly + (pts + (xy -13.3 -3.62) (xy -13.3 -1.2) (xy -10.88 -1.2) (xy -10.88 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c8c79177-94d4-43e2-a654-f0a5554fbb68") + ) + (fp_poly + (pts + (xy -13.3 8.48) (xy -13.3 10.9) (xy -10.88 10.9) (xy -10.88 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "31e08896-1992-4725-96d9-9d2728bca7a3") + ) + (fp_poly + (pts + (xy -13.3 23) (xy -13.3 25.42) (xy -10.88 25.42) (xy -10.88 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "47baf4b1-0938-497d-88f9-671136aa8be7") + ) + (fp_poly + (pts + (xy -10.88 -25.4) (xy -10.88 -22.98) (xy -8.46 -22.98) (xy -8.46 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d0d2eee9-31f6-44fa-8149-ebb4dc2dc0dc") + ) + (fp_poly + (pts + (xy -10.88 -22.98) (xy -10.88 -20.56) (xy -8.46 -20.56) (xy -8.46 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "2d67a417-188f-4014-9282-000265d80009") + ) + (fp_poly + (pts + (xy -10.88 -20.56) (xy -10.88 -18.14) (xy -8.46 -18.14) (xy -8.46 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "cfa5c16e-7859-460d-a0b8-cea7d7ea629c") + ) + (fp_poly + (pts + (xy -10.88 -18.14) (xy -10.88 -15.72) (xy -8.46 -15.72) (xy -8.46 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6ec113ca-7d27-4b14-a180-1e5e2fd1c167") + ) + (fp_poly + (pts + (xy -10.88 -15.72) (xy -10.88 -13.3) (xy -8.46 -13.3) (xy -8.46 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e6b860cc-cb76-4220-acfb-68f1eb348bfa") + ) + (fp_poly + (pts + (xy -10.88 -13.3) (xy -10.88 -10.88) (xy -8.46 -10.88) (xy -8.46 -13.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "965308c8-e014-459a-b9db-b8493a601c62") + ) + (fp_poly + (pts + (xy -10.88 -10.88) (xy -10.88 -8.46) (xy -8.46 -8.46) (xy -8.46 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "85b7594c-358f-454b-b2ad-dd0b1d67ed76") + ) + (fp_poly + (pts + (xy -10.88 -6.04) (xy -10.88 -3.62) (xy -8.46 -3.62) (xy -8.46 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "df32840e-2912-4088-b54c-9a85f64c0265") + ) + (fp_poly + (pts + (xy -10.88 -1.2) (xy -10.88 1.22) (xy -8.46 1.22) (xy -8.46 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c43663ee-9a0d-4f27-a292-89ba89964065") + ) + (fp_poly + (pts + (xy -10.88 3.64) (xy -10.88 6.06) (xy -8.46 6.06) (xy -8.46 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c0eca5ed-bc5e-4618-9bcd-80945bea41ed") + ) + (fp_poly + (pts + (xy -10.88 8.48) (xy -10.88 10.9) (xy -8.46 10.9) (xy -8.46 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6441b183-b8f2-458f-a23d-60e2b1f66dd6") + ) + (fp_poly + (pts + (xy -10.88 10.9) (xy -10.88 13.32) (xy -8.46 13.32) (xy -8.46 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c0515cd2-cdaa-467e-8354-0f6eadfa35c9") + ) + (fp_poly + (pts + (xy -10.88 13.32) (xy -10.88 15.74) (xy -8.46 15.74) (xy -8.46 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "94a873dc-af67-4ef9-8159-1f7c93eeb3d7") + ) + (fp_poly + (pts + (xy -10.88 15.74) (xy -10.88 18.16) (xy -8.46 18.16) (xy -8.46 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c41b3c8b-634e-435a-b582-96b83bbd4032") + ) + (fp_poly + (pts + (xy -10.88 18.16) (xy -10.88 20.58) (xy -8.46 20.58) (xy -8.46 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (fp_poly + (pts + (xy -10.88 20.58) (xy -10.88 23) (xy -8.46 23) (xy -8.46 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (fp_poly + (pts + (xy -10.88 23) (xy -10.88 25.42) (xy -8.46 25.42) (xy -8.46 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c022004a-c968-410e-b59e-fbab0e561e9d") + ) + (fp_poly + (pts + (xy -8.46 -6.04) (xy -8.46 -3.62) (xy -6.04 -3.62) (xy -6.04 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8412992d-8754-44de-9e08-115cec1a3eff") + ) + (fp_poly + (pts + (xy -8.46 -3.62) (xy -8.46 -1.2) (xy -6.04 -1.2) (xy -6.04 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e21aa84b-970e-47cf-b64f-3b55ee0e1b51") + ) + (fp_poly + (pts + (xy -8.46 -1.2) (xy -8.46 1.22) (xy -6.04 1.22) (xy -6.04 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "aca4de92-9c41-4c2b-9afa-540d02dafa1c") + ) + (fp_poly + (pts + (xy -8.46 1.22) (xy -8.46 3.64) (xy -6.04 3.64) (xy -6.04 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1a6d2848-e78e-49fe-8978-e1890f07836f") + ) + (fp_poly + (pts + (xy -8.46 3.64) (xy -8.46 6.06) (xy -6.04 6.06) (xy -6.04 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0217dfc4-fc13-4699-99ad-d9948522648e") + ) + (fp_poly + (pts + (xy -6.04 -25.4) (xy -6.04 -22.98) (xy -3.62 -22.98) (xy -3.62 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "34a74736-156e-4bf3-9200-cd137cfa59da") + ) + (fp_poly + (pts + (xy -6.04 -22.98) (xy -6.04 -20.56) (xy -3.62 -20.56) (xy -3.62 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "14c51520-6d91-4098-a59a-5121f2a898f7") + ) + (fp_poly + (pts + (xy -6.04 -20.56) (xy -6.04 -18.14) (xy -3.62 -18.14) (xy -3.62 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b447dbb1-d38e-4a15-93cb-12c25382ea53") + ) + (fp_poly + (pts + (xy -6.04 -15.72) (xy -6.04 -13.3) (xy -3.62 -13.3) (xy -3.62 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "789ca812-3e0c-4a3f-97bc-a916dd9bce80") + ) + (fp_poly + (pts + (xy -6.04 -10.88) (xy -6.04 -8.46) (xy -3.62 -8.46) (xy -3.62 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c5eb1e4c-ce83-470e-8f32-e20ff1f886a3") + ) + (fp_poly + (pts + (xy -6.04 -6.04) (xy -6.04 -3.62) (xy -3.62 -3.62) (xy -3.62 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ffd175d1-912a-4224-be1e-a8198680f46b") + ) + (fp_poly + (pts + (xy -6.04 -3.62) (xy -6.04 -1.2) (xy -3.62 -1.2) (xy -3.62 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "40976bf0-19de-460f-ad64-224d4f51e16b") + ) + (fp_poly + (pts + (xy -6.04 -1.2) (xy -6.04 1.22) (xy -3.62 1.22) (xy -3.62 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d7269d2a-b8c0-422d-8f25-f79ea31bf75e") + ) + (fp_poly + (pts + (xy -6.04 6.06) (xy -6.04 8.48) (xy -3.62 8.48) (xy -3.62 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b") + ) + (fp_poly + (pts + (xy -6.04 8.48) (xy -6.04 10.9) (xy -3.62 10.9) (xy -3.62 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "bfc0aadc-38cf-466e-a642-68fdc3138c78") + ) + (fp_poly + (pts + (xy -6.04 10.9) (xy -6.04 13.32) (xy -3.62 13.32) (xy -3.62 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "42713045-fffd-4b2d-ae1e-7232d705fb12") + ) + (fp_poly + (pts + (xy -6.04 13.32) (xy -6.04 15.74) (xy -3.62 15.74) (xy -3.62 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "29e78086-2175-405e-9ba3-c48766d2f50c") + ) + (fp_poly + (pts + (xy -6.04 15.74) (xy -6.04 18.16) (xy -3.62 18.16) (xy -3.62 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ce83728b-bebd-48c2-8734-b6a50d837931") + ) + (fp_poly + (pts + (xy -6.04 23) (xy -6.04 25.42) (xy -3.62 25.42) (xy -3.62 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (fp_poly + (pts + (xy -3.62 -22.98) (xy -3.62 -20.56) (xy -1.2 -20.56) (xy -1.2 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0e1ed1c5-7428-4dc7-b76e-49b2d5f8177d") + ) + (fp_poly + (pts + (xy -3.62 -13.3) (xy -3.62 -10.88) (xy -1.2 -10.88) (xy -1.2 -13.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0c3dceba-7c95-4b3d-b590-0eb581444beb") + ) + (fp_poly + (pts + (xy -3.62 -8.46) (xy -3.62 -6.04) (xy -1.2 -6.04) (xy -1.2 -8.46) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6d26d68f-1ca7-4ff3-b058-272f1c399047") + ) + (fp_poly + (pts + (xy -3.62 1.22) (xy -3.62 3.64) (xy -1.2 3.64) (xy -1.2 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a544eb0a-75db-4baf-bf54-9ca21744343b") + ) + (fp_poly + (pts + (xy -3.62 6.06) (xy -3.62 8.48) (xy -1.2 8.48) (xy -1.2 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9b0a1687-7e1b-4a04-a30b-c27a072a2949") + ) + (fp_poly + (pts + (xy -3.62 8.48) (xy -3.62 10.9) (xy -1.2 10.9) (xy -1.2 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d4a1d3c4-b315-4bec-9220-d12a9eab51e0") + ) + (fp_poly + (pts + (xy -3.62 13.32) (xy -3.62 15.74) (xy -1.2 15.74) (xy -1.2 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a1823eb2-fb0d-4ed8-8b96-04184ac3a9d5") + ) + (fp_poly + (pts + (xy -3.62 15.74) (xy -3.62 18.16) (xy -1.2 18.16) (xy -1.2 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (fp_poly + (pts + (xy -1.2 -25.4) (xy -1.2 -22.98) (xy 1.22 -22.98) (xy 1.22 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "87d7448e-e139-4209-ae0b-372f805267da") + ) + (fp_poly + (pts + (xy -1.2 -20.56) (xy -1.2 -18.14) (xy 1.22 -18.14) (xy 1.22 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6c67e4f6-9d04-4539-b356-b76e915ce848") + ) + (fp_poly + (pts + (xy -1.2 -18.14) (xy -1.2 -15.72) (xy 1.22 -15.72) (xy 1.22 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "bd065eaf-e495-4837-bdb3-129934de1fc7") + ) + (fp_poly + (pts + (xy -1.2 -13.3) (xy -1.2 -10.88) (xy 1.22 -10.88) (xy 1.22 -13.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "abe07c9a-17c3-43b5-b7a6-ae867ac27ea7") + ) + (fp_poly + (pts + (xy -1.2 -10.88) (xy -1.2 -8.46) (xy 1.22 -8.46) (xy 1.22 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "60dcd1fe-7079-4cb8-b509-04558ccf5097") + ) + (fp_poly + (pts + (xy -1.2 -8.46) (xy -1.2 -6.04) (xy 1.22 -6.04) (xy 1.22 -8.46) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "911bdcbe-493f-4e21-a506-7cbc636e2c17") + ) + (fp_poly + (pts + (xy -1.2 -3.62) (xy -1.2 -1.2) (xy 1.22 -1.2) (xy 1.22 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8c514922-ffe1-4e37-a260-e807409f2e0d") + ) + (fp_poly + (pts + (xy -1.2 1.22) (xy -1.2 3.64) (xy 1.22 3.64) (xy 1.22 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "45008225-f50f-4d6b-b508-6730a9408caf") + ) + (fp_poly + (pts + (xy -1.2 3.64) (xy -1.2 6.06) (xy 1.22 6.06) (xy 1.22 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "bd5408e4-362d-4e43-9d39-78fb99eb52c8") + ) + (fp_poly + (pts + (xy -1.2 6.06) (xy -1.2 8.48) (xy 1.22 8.48) (xy 1.22 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ee27d19c-8dca-4ac8-a760-6dfd54d28071") + ) + (fp_poly + (pts + (xy -1.2 18.16) (xy -1.2 20.58) (xy 1.22 20.58) (xy 1.22 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (fp_poly + (pts + (xy -1.2 20.58) (xy -1.2 23) (xy 1.22 23) (xy 1.22 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (fp_poly + (pts + (xy 1.22 -22.98) (xy 1.22 -20.56) (xy 3.64 -20.56) (xy 3.64 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f40d350f-0d3e-4f8a-b004-d950f2f8f1ba") + ) + (fp_poly + (pts + (xy 1.22 -20.56) (xy 1.22 -18.14) (xy 3.64 -18.14) (xy 3.64 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "275aa44a-b61f-489f-9e2a-819a0fe0d1eb") + ) + (fp_poly + (pts + (xy 1.22 -15.72) (xy 1.22 -13.3) (xy 3.64 -13.3) (xy 3.64 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e4c6fdbb-fdc7-4ad4-a516-240d84cdc120") + ) + (fp_poly + (pts + (xy 1.22 -6.04) (xy 1.22 -3.62) (xy 3.64 -3.62) (xy 3.64 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "13c0ff76-ed71-4cd9-abb0-92c376825d5d") + ) + (fp_poly + (pts + (xy 1.22 -1.2) (xy 1.22 1.22) (xy 3.64 1.22) (xy 3.64 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e8c50f1b-c316-4110-9cce-5c24c65a1eaa") + ) + (fp_poly + (pts + (xy 1.22 1.22) (xy 1.22 3.64) (xy 3.64 3.64) (xy 3.64 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8c6a821f-8e19-48f3-8f44-9b340f7689bc") + ) + (fp_poly + (pts + (xy 1.22 6.06) (xy 1.22 8.48) (xy 3.64 8.48) (xy 3.64 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "003c2200-0632-4808-a662-8ddd5d30c768") + ) + (fp_poly + (pts + (xy 1.22 13.32) (xy 1.22 15.74) (xy 3.64 15.74) (xy 3.64 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "03c52831-5dc5-43c5-a442-8d23643b46fb") + ) + (fp_poly + (pts + (xy 1.22 15.74) (xy 1.22 18.16) (xy 3.64 18.16) (xy 3.64 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (fp_poly + (pts + (xy 1.22 18.16) (xy 1.22 20.58) (xy 3.64 20.58) (xy 3.64 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (fp_poly + (pts + (xy 1.22 20.58) (xy 1.22 23) (xy 3.64 23) (xy 3.64 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (fp_poly + (pts + (xy 3.64 -25.4) (xy 3.64 -22.98) (xy 6.06 -22.98) (xy 6.06 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "099096e4-8c2a-4d84-a16f-06b4b6330e7a") + ) + (fp_poly + (pts + (xy 3.64 -22.98) (xy 3.64 -20.56) (xy 6.06 -20.56) (xy 6.06 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "aa2ea573-3f20-43c1-aa99-1f9c6031a9aa") + ) + (fp_poly + (pts + (xy 3.64 -20.56) (xy 3.64 -18.14) (xy 6.06 -18.14) (xy 6.06 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "5ca4be1c-537e-4a4a-b344-d0c8ffde8546") + ) + (fp_poly + (pts + (xy 3.64 -15.72) (xy 3.64 -13.3) (xy 6.06 -13.3) (xy 6.06 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "db36f6e3-e72a-487f-bda9-88cc84536f62") + ) + (fp_poly + (pts + (xy 3.64 -10.88) (xy 3.64 -8.46) (xy 6.06 -8.46) (xy 6.06 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ec31c074-17b2-48e1-ab01-071acad3fa04") + ) + (fp_poly + (pts + (xy 3.64 -3.62) (xy 3.64 -1.2) (xy 6.06 -1.2) (xy 6.06 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c25a772d-af9c-4ebc-96f6-0966738c13a8") + ) + (fp_poly + (pts + (xy 3.64 -1.2) (xy 3.64 1.22) (xy 6.06 1.22) (xy 6.06 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "babeabf2-f3b0-4ed5-8d9e-0215947e6cf3") + ) + (fp_poly + (pts + (xy 3.64 1.22) (xy 3.64 3.64) (xy 6.06 3.64) (xy 6.06 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6475547d-3216-45a4-a15c-48314f1dd0f9") + ) + (fp_poly + (pts + (xy 3.64 3.64) (xy 3.64 6.06) (xy 6.06 6.06) (xy 6.06 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8da933a9-35f8-42e6-8504-d1bab7264306") + ) + (fp_poly + (pts + (xy 3.64 8.48) (xy 3.64 10.9) (xy 6.06 10.9) (xy 6.06 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "80094b70-85ab-4ff6-934b-60d5ee65023a") + ) + (fp_poly + (pts + (xy 3.64 10.9) (xy 3.64 13.32) (xy 6.06 13.32) (xy 6.06 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2") + ) + (fp_poly + (pts + (xy 3.64 13.32) (xy 3.64 15.74) (xy 6.06 15.74) (xy 6.06 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d57dcfee-5058-4fc2-a68b-05f9a48f685b") + ) + (fp_poly + (pts + (xy 3.64 18.16) (xy 3.64 20.58) (xy 6.06 20.58) (xy 6.06 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (fp_poly + (pts + (xy 3.64 23) (xy 3.64 25.42) (xy 6.06 25.42) (xy 6.06 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (fp_poly + (pts + (xy 6.06 -6.04) (xy 6.06 -3.62) (xy 8.48 -3.62) (xy 8.48 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a27eb049-c992-4f11-a026-1e6a8d9d0160") + ) + (fp_poly + (pts + (xy 6.06 6.06) (xy 6.06 8.48) (xy 8.48 8.48) (xy 8.48 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "240e07e1-770b-4b27-894f-29fd601c924d") + ) + (fp_poly + (pts + (xy 6.06 8.48) (xy 6.06 10.9) (xy 8.48 10.9) (xy 8.48 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0f54db53-a272-4955-88fb-d7ab00657bb0") + ) + (fp_poly + (pts + (xy 6.06 18.16) (xy 6.06 20.58) (xy 8.48 20.58) (xy 8.48 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (fp_poly + (pts + (xy 6.06 20.58) (xy 6.06 23) (xy 8.48 23) (xy 8.48 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (fp_poly + (pts + (xy 8.48 -25.4) (xy 8.48 -22.98) (xy 10.9 -22.98) (xy 10.9 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a13ab237-8f8d-4e16-8c47-4440653b8534") + ) + (fp_poly + (pts + (xy 8.48 -22.98) (xy 8.48 -20.56) (xy 10.9 -20.56) (xy 10.9 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "240e5dac-6242-47a5-bbef-f76d11c715c0") + ) + (fp_poly + (pts + (xy 8.48 -20.56) (xy 8.48 -18.14) (xy 10.9 -18.14) (xy 10.9 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "57c0c267-8bf9-4cc7-b734-d71a239ac313") + ) + (fp_poly + (pts + (xy 8.48 -18.14) (xy 8.48 -15.72) (xy 10.9 -15.72) (xy 10.9 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "5bcace5d-edd0-4e19-92d0-835e43cf8eb2") + ) + (fp_poly + (pts + (xy 8.48 -15.72) (xy 8.48 -13.3) (xy 10.9 -13.3) (xy 10.9 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "16a9ae8c-3ad2-439b-8efe-377c994670c7") + ) + (fp_poly + (pts + (xy 8.48 -13.3) (xy 8.48 -10.88) (xy 10.9 -10.88) (xy 10.9 -13.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "730b670c-9bcf-4dcd-9a8d-fcaa61fb0955") + ) + (fp_poly + (pts + (xy 8.48 -10.88) (xy 8.48 -8.46) (xy 10.9 -8.46) (xy 10.9 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4a21e717-d46d-4d9e-8b98-af4ecb02d3ec") + ) + (fp_poly + (pts + (xy 8.48 -3.62) (xy 8.48 -1.2) (xy 10.9 -1.2) (xy 10.9 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d5641ac9-9be7-46bf-90b3-6c83d852b5ba") + ) + (fp_poly + (pts + (xy 8.48 -1.2) (xy 8.48 1.22) (xy 10.9 1.22) (xy 10.9 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "df68c26a-03b5-4466-aecf-ba34b7dce6b7") + ) + (fp_poly + (pts + (xy 8.48 6.06) (xy 8.48 8.48) (xy 10.9 8.48) (xy 10.9 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f2c93195-af12-4d3e-acdf-bdd0ff675c24") + ) + (fp_poly + (pts + (xy 8.48 8.48) (xy 8.48 10.9) (xy 10.9 10.9) (xy 10.9 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "922058ca-d09a-45fd-8394-05f3e2c1e03a") + ) + (fp_poly + (pts + (xy 8.48 10.9) (xy 8.48 13.32) (xy 10.9 13.32) (xy 10.9 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7aed3a71-054b-4aaa-9c0a-030523c32827") + ) + (fp_poly + (pts + (xy 8.48 18.16) (xy 8.48 20.58) (xy 10.9 20.58) (xy 10.9 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (fp_poly + (pts + (xy 8.48 20.58) (xy 8.48 23) (xy 10.9 23) (xy 10.9 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + ) + (fp_poly + (pts + (xy 8.48 23) (xy 8.48 25.42) (xy 10.9 25.42) (xy 10.9 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (fp_poly + (pts + (xy 10.9 -25.4) (xy 10.9 -22.98) (xy 13.32 -22.98) (xy 13.32 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "ca5a4651-0d1d-441b-b17d-01518ef3b656") + ) + (fp_poly + (pts + (xy 10.9 -10.88) (xy 10.9 -8.46) (xy 13.32 -8.46) (xy 13.32 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0755aee5-bc01-4cb5-b830-583289df50a3") + ) + (fp_poly + (pts + (xy 10.9 -1.2) (xy 10.9 1.22) (xy 13.32 1.22) (xy 13.32 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4780a290-d25c-4459-9579-eba3f7678762") + ) + (fp_poly + (pts + (xy 10.9 1.22) (xy 10.9 3.64) (xy 13.32 3.64) (xy 13.32 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "75ffc65c-7132-4411-9f2a-ae0c73d79338") + ) + (fp_poly + (pts + (xy 10.9 3.64) (xy 10.9 6.06) (xy 13.32 6.06) (xy 13.32 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "2f215f15-3d52-4c91-93e6-3ea03a95622f") + ) + (fp_poly + (pts + (xy 10.9 6.06) (xy 10.9 8.48) (xy 13.32 8.48) (xy 13.32 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "cbd8faed-e1f8-4406-87c8-58b2c504a5d4") + ) + (fp_poly + (pts + (xy 10.9 8.48) (xy 10.9 10.9) (xy 13.32 10.9) (xy 13.32 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "97fe9c60-586f-4895-8504-4d3729f5f81a") + ) + (fp_poly + (pts + (xy 10.9 13.32) (xy 10.9 15.74) (xy 13.32 15.74) (xy 13.32 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "3cd1bda0-18db-417d-b581-a0c50623df68") + ) + (fp_poly + (pts + (xy 10.9 18.16) (xy 10.9 20.58) (xy 13.32 20.58) (xy 13.32 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (fp_poly + (pts + (xy 10.9 20.58) (xy 10.9 23) (xy 13.32 23) (xy 13.32 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (fp_poly + (pts + (xy 10.9 23) (xy 10.9 25.42) (xy 13.32 25.42) (xy 13.32 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + ) + (fp_poly + (pts + (xy 13.32 -25.4) (xy 13.32 -22.98) (xy 15.74 -22.98) (xy 15.74 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6284122b-79c3-4e04-925e-3d32cc3ec077") + ) + (fp_poly + (pts + (xy 13.32 -20.56) (xy 13.32 -18.14) (xy 15.74 -18.14) (xy 15.74 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "853ee787-6e2c-4f32-bc75-6c17337dd3d5") + ) + (fp_poly + (pts + (xy 13.32 -18.14) (xy 13.32 -15.72) (xy 15.74 -15.72) (xy 15.74 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "cb24efdd-07c6-4317-9277-131625b065ac") + ) + (fp_poly + (pts + (xy 13.32 -15.72) (xy 13.32 -13.3) (xy 15.74 -13.3) (xy 15.74 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "770ad51a-7219-4633-b24a-bd20feb0a6c5") + ) + (fp_poly + (pts + (xy 13.32 -10.88) (xy 13.32 -8.46) (xy 15.74 -8.46) (xy 15.74 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4fb21471-41be-4be8-9687-66030f97befc") + ) + (fp_poly + (pts + (xy 13.32 -6.04) (xy 13.32 -3.62) (xy 15.74 -3.62) (xy 15.74 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "378af8b4-af3d-46e7-89ae-deff12ca9067") + ) + (fp_poly + (pts + (xy 13.32 1.22) (xy 13.32 3.64) (xy 15.74 3.64) (xy 15.74 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "3e903008-0276-4a73-8edb-5d9dfde6297c") + ) + (fp_poly + (pts + (xy 13.32 3.64) (xy 13.32 6.06) (xy 15.74 6.06) (xy 15.74 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "61fe293f-6808-4b7f-9340-9aaac7054a97") + ) + (fp_poly + (pts + (xy 13.32 6.06) (xy 13.32 8.48) (xy 15.74 8.48) (xy 15.74 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "4a4ec8d9-3d72-4952-83d4-808f65849a2b") + ) + (fp_poly + (pts + (xy 13.32 8.48) (xy 13.32 10.9) (xy 15.74 10.9) (xy 15.74 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "bdc7face-9f7c-4701-80bb-4cc144448db1") + ) + (fp_poly + (pts + (xy 13.32 10.9) (xy 13.32 13.32) (xy 15.74 13.32) (xy 15.74 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9157f4ae-0244-4ff1-9f73-3cb4cbb5f280") + ) + (fp_poly + (pts + (xy 13.32 18.16) (xy 13.32 20.58) (xy 15.74 20.58) (xy 15.74 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (fp_poly + (pts + (xy 13.32 20.58) (xy 13.32 23) (xy 15.74 23) (xy 15.74 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (fp_poly + (pts + (xy 13.32 23) (xy 13.32 25.42) (xy 15.74 25.42) (xy 15.74 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + ) + (fp_poly + (pts + (xy 15.74 -25.4) (xy 15.74 -22.98) (xy 18.16 -22.98) (xy 18.16 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "67763d19-f622-4e1e-81e5-5b24da7c3f99") + ) + (fp_poly + (pts + (xy 15.74 -20.56) (xy 15.74 -18.14) (xy 18.16 -18.14) (xy 18.16 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7cee474b-af8f-4832-b07a-c43c1ab0b464") + ) + (fp_poly + (pts + (xy 15.74 -18.14) (xy 15.74 -15.72) (xy 18.16 -15.72) (xy 18.16 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6c2d26bc-6eca-436c-8025-79f817bf57d6") + ) + (fp_poly + (pts + (xy 15.74 -15.72) (xy 15.74 -13.3) (xy 18.16 -13.3) (xy 18.16 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b7199d9b-bebb-4100-9ad3-c2bd31e21d65") + ) + (fp_poly + (pts + (xy 15.74 -10.88) (xy 15.74 -8.46) (xy 18.16 -8.46) (xy 18.16 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7599133e-c681-4202-85d9-c20dac196c64") + ) + (fp_poly + (pts + (xy 15.74 -3.62) (xy 15.74 -1.2) (xy 18.16 -1.2) (xy 18.16 -3.62) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1e8701fc-ad24-40ea-846a-e3db538d6077") + ) + (fp_poly + (pts + (xy 15.74 3.64) (xy 15.74 6.06) (xy 18.16 6.06) (xy 18.16 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "b88717bd-086f-46cd-9d3f-0396009d0996") + ) + (fp_poly + (pts + (xy 15.74 6.06) (xy 15.74 8.48) (xy 18.16 8.48) (xy 18.16 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "08a7c925-7fae-4530-b0c9-120e185cb318") + ) + (fp_poly + (pts + (xy 15.74 8.48) (xy 15.74 10.9) (xy 18.16 10.9) (xy 18.16 8.48) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "3aaee4c4-dbf7-49a5-a620-9465d8cc3ae7") + ) + (fp_poly + (pts + (xy 15.74 10.9) (xy 15.74 13.32) (xy 18.16 13.32) (xy 18.16 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e") + ) + (fp_poly + (pts + (xy 15.74 20.58) (xy 15.74 23) (xy 18.16 23) (xy 18.16 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + ) + (fp_poly + (pts + (xy 15.74 23) (xy 15.74 25.42) (xy 18.16 25.42) (xy 18.16 23) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + ) + (fp_poly + (pts + (xy 18.16 -25.4) (xy 18.16 -22.98) (xy 20.58 -22.98) (xy 20.58 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "994b6220-4755-4d84-91b3-6122ac1c2c5e") + ) + (fp_poly + (pts + (xy 18.16 -20.56) (xy 18.16 -18.14) (xy 20.58 -18.14) (xy 20.58 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9cb12cc8-7f1a-4a01-9256-c119f11a8a02") + ) + (fp_poly + (pts + (xy 18.16 -18.14) (xy 18.16 -15.72) (xy 20.58 -15.72) (xy 20.58 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "2dc272bd-3aa2-45b5-889d-1d3c8aac80f8") + ) + (fp_poly + (pts + (xy 18.16 -15.72) (xy 18.16 -13.3) (xy 20.58 -13.3) (xy 20.58 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6595b9c7-02ee-4647-bde5-6b566e35163e") + ) + (fp_poly + (pts + (xy 18.16 -10.88) (xy 18.16 -8.46) (xy 20.58 -8.46) (xy 20.58 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "dde51ae5-b215-445e-92bb-4a12ec410531") + ) + (fp_poly + (pts + (xy 18.16 -6.04) (xy 18.16 -3.62) (xy 20.58 -3.62) (xy 20.58 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0ff508fd-18da-4ab7-9844-3c8a28c2587e") + ) + (fp_poly + (pts + (xy 18.16 1.22) (xy 18.16 3.64) (xy 20.58 3.64) (xy 20.58 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "24f7628d-681d-4f0e-8409-40a129e929d9") + ) + (fp_poly + (pts + (xy 18.16 6.06) (xy 18.16 8.48) (xy 20.58 8.48) (xy 20.58 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7edc9030-db7b-43ac-a1b3-b87eeacb4c2d") + ) + (fp_poly + (pts + (xy 18.16 10.9) (xy 18.16 13.32) (xy 20.58 13.32) (xy 20.58 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "666713b0-70f4-42df-8761-f65bc212d03b") + ) + (fp_poly + (pts + (xy 18.16 15.74) (xy 18.16 18.16) (xy 20.58 18.16) (xy 20.58 15.74) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (fp_poly + (pts + (xy 18.16 18.16) (xy 18.16 20.58) (xy 20.58 20.58) (xy 20.58 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a690fc6c-55d9-47e6-b533-faa4b67e20f3") + ) + (fp_poly + (pts + (xy 18.16 20.58) (xy 18.16 23) (xy 20.58 23) (xy 20.58 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (fp_poly + (pts + (xy 20.58 -25.4) (xy 20.58 -22.98) (xy 23 -22.98) (xy 23 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "097edb1b-8998-4e70-b670-bba125982348") + ) + (fp_poly + (pts + (xy 20.58 -10.88) (xy 20.58 -8.46) (xy 23 -8.46) (xy 23 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "70e15522-1572-4451-9c0d-6d36ac70d8c6") + ) + (fp_poly + (pts + (xy 20.58 -6.04) (xy 20.58 -3.62) (xy 23 -3.62) (xy 23 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "1f3003e6-dce5-420f-906b-3f1e92b67249") + ) + (fp_poly + (pts + (xy 20.58 -1.2) (xy 20.58 1.22) (xy 23 1.22) (xy 23 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "7e023245-2c2b-4e2b-bfb9-5d35176e88f2") + ) + (fp_poly + (pts + (xy 20.58 3.64) (xy 20.58 6.06) (xy 23 6.06) (xy 23 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "63ff1c93-3f96-4c33-b498-5dd8c33bccc0") + ) + (fp_poly + (pts + (xy 20.58 6.06) (xy 20.58 8.48) (xy 23 8.48) (xy 23 6.06) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "5528bcad-2950-4673-90eb-c37e6952c475") + ) + (fp_poly + (pts + (xy 20.58 10.9) (xy 20.58 13.32) (xy 23 13.32) (xy 23 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "6c2e273e-743c-4f1e-a647-4171f8122550") + ) + (fp_poly + (pts + (xy 20.58 13.32) (xy 20.58 15.74) (xy 23 15.74) (xy 23 13.32) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0b21a65d-d20b-411e-920a-75c343ac5136") + ) + (fp_poly + (pts + (xy 20.58 18.16) (xy 20.58 20.58) (xy 23 20.58) (xy 23 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "a3e4f0ae-9f86-49e9-b386-ed8b42e012fb") + ) + (fp_poly + (pts + (xy 20.58 20.58) (xy 20.58 23) (xy 23 23) (xy 23 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (fp_poly + (pts + (xy 23 -25.4) (xy 23 -22.98) (xy 25.42 -22.98) (xy 25.42 -25.4) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "477311b9-8f81-40c8-9c55-fd87e287247a") + ) + (fp_poly + (pts + (xy 23 -22.98) (xy 23 -20.56) (xy 25.42 -20.56) (xy 25.42 -22.98) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "0351df45-d042-41d4-ba35-88092c7be2fc") + ) + (fp_poly + (pts + (xy 23 -20.56) (xy 23 -18.14) (xy 25.42 -18.14) (xy 25.42 -20.56) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "c7e7067c-5f5e-48d8-ab59-df26f9b35863") + ) + (fp_poly + (pts + (xy 23 -18.14) (xy 23 -15.72) (xy 25.42 -15.72) (xy 25.42 -18.14) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "5114c7bf-b955-49f3-a0a8-4b954c81bde0") + ) + (fp_poly + (pts + (xy 23 -15.72) (xy 23 -13.3) (xy 25.42 -13.3) (xy 25.42 -15.72) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "f3628265-0155-43e2-a467-c40ff783e265") + ) + (fp_poly + (pts + (xy 23 -13.3) (xy 23 -10.88) (xy 25.42 -10.88) (xy 25.42 -13.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "8a650ebf-3f78-4ca4-a26b-a5028693e36d") + ) + (fp_poly + (pts + (xy 23 -10.88) (xy 23 -8.46) (xy 25.42 -8.46) (xy 25.42 -10.88) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "d3d7e298-1d39-4294-a3ab-c84cc0dc5e5a") + ) + (fp_poly + (pts + (xy 23 -6.04) (xy 23 -3.62) (xy 25.42 -3.62) (xy 25.42 -6.04) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "03caada9-9e22-4e2d-9035-b15433dfbb17") + ) + (fp_poly + (pts + (xy 23 -1.2) (xy 23 1.22) (xy 25.42 1.22) (xy 25.42 -1.2) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "40165eda-4ba6-4565-9bb4-b9df6dbb08da") + ) + (fp_poly + (pts + (xy 23 1.22) (xy 23 3.64) (xy 25.42 3.64) (xy 25.42 1.22) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "3a7648d8-121a-4921-9b92-9b35b76ce39b") + ) + (fp_poly + (pts + (xy 23 3.64) (xy 23 6.06) (xy 25.42 6.06) (xy 25.42 3.64) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "9e1b837f-0d34-4a18-9644-9ee68f141f46") + ) + (fp_poly + (pts + (xy 23 10.9) (xy 23 13.32) (xy 25.42 13.32) (xy 25.42 10.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "e857610b-4434-4144-b04e-43c1ebdc5ceb") + ) + (fp_poly + (pts + (xy 23 18.16) (xy 23 20.58) (xy 25.42 20.58) (xy 25.42 18.16) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (fp_poly + (pts + (xy 23 20.58) (xy 23 23) (xy 25.42 23) (xy 25.42 20.58) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.Cu") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + ) + (fp_text user "qr_ecc: 1,0" + (at 0 -31.75 0) + (layer "F.Cu") + (hide yes) + (uuid "65134029-dbd2-409a-85a8-13c2a33ff019") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "qr_size: 21" + (at 0 -30.05 0) + (layer "F.Cu") + (hide yes) + (uuid "7f2301df-e4bc-479e-a681-cc59c9a2dbbb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user " bogus 1 2 3 4" + (at 0 -35.15 0) + (layer "F.Cu") + (hide yes) + (uuid "8087f566-a94d-4bbc-985b-e49ee7762296") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "qr_mask: 6" + (at 0 -33.45 0) + (layer "F.Cu") + (hide yes) + (uuid "98c78427-acd5-4f90-9ad6-9f61c4809aec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "qr_version: 1" + (at 0 -28.35 0) + (layer "F.Cu") + (hide yes) + (uuid "a8447faf-e0a0-4c4a-ae53-4d4b28669151") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + ) + (footprint "qr:QR2" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-000061d27619") + (at 101.1 79) + (property "Reference" "QR2" + (at 0 8.75 0) + (layer "F.SilkS") + (uuid "5b34a16c-5a14-4291-8242-ea6d6ac54372") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "QR2" + (at 0 -8.75 0) + (layer "F.SilkS") + (uuid "35a9f71f-ba35-47f6-814e-4106ac36c51e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0bca0362-e8d1-41f5-ba5f-cf5d3ab0bdf1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0109469d-688e-4779-ac8f-f91a82d994c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "00fd0f91-3790-41b9-9120-28c0911baf7b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr through_hole) + (fp_poly + (pts + (xy -7.5 -7.5) (xy -7.5 -6.9) (xy -6.9 -6.9) (xy -6.9 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c094494a-f6f7-43fc-a007-4951484ddf3a") + ) + (fp_poly + (pts + (xy -7.5 -6.9) (xy -7.5 -6.3) (xy -6.9 -6.3) (xy -6.9 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "29e058a7-50a3-43e5-81c3-bfee53da08be") + ) + (fp_poly + (pts + (xy -7.5 -6.3) (xy -7.5 -5.7) (xy -6.9 -5.7) (xy -6.9 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d5b800ca-1ab6-4b66-b5f7-2dda5658b504") + ) + (fp_poly + (pts + (xy -7.5 -5.7) (xy -7.5 -5.1) (xy -6.9 -5.1) (xy -6.9 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0325ec43-0390-4ae2-b055-b1ec6ce17b1c") + ) + (fp_poly + (pts + (xy -7.5 -5.1) (xy -7.5 -4.5) (xy -6.9 -4.5) (xy -6.9 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "658dad07-97fd-466c-8b49-21892ac96ea4") + ) + (fp_poly + (pts + (xy -7.5 -4.5) (xy -7.5 -3.9) (xy -6.9 -3.9) (xy -6.9 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6a2b20ae-096c-4d9f-92f8-2087c865914f") + ) + (fp_poly + (pts + (xy -7.5 -3.9) (xy -7.5 -3.3) (xy -6.9 -3.3) (xy -6.9 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c106154f-d948-43e5-abfa-e1b96055d91b") + ) + (fp_poly + (pts + (xy -7.5 -2.1) (xy -7.5 -1.5) (xy -6.9 -1.5) (xy -6.9 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f6c644f4-3036-41a6-9e14-2c08c079c6cd") + ) + (fp_poly + (pts + (xy -7.5 -0.9) (xy -7.5 -0.3) (xy -6.9 -0.3) (xy -6.9 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b5071759-a4d7-4769-be02-251f23cd4454") + ) + (fp_poly + (pts + (xy -7.5 0.3) (xy -7.5 0.9) (xy -6.9 0.9) (xy -6.9 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f78e02cd-9600-4173-be8d-67e530b5d19f") + ) + (fp_poly + (pts + (xy -7.5 0.9) (xy -7.5 1.5) (xy -6.9 1.5) (xy -6.9 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6f675e5f-8fe6-4148-baf1-da97afc770f8") + ) + (fp_poly + (pts + (xy -7.5 1.5) (xy -7.5 2.1) (xy -6.9 2.1) (xy -6.9 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f9c81c26-f253-4227-a69f-53e64841cfbe") + ) + (fp_poly + (pts + (xy -7.5 2.1) (xy -7.5 2.7) (xy -6.9 2.7) (xy -6.9 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fd3499d5-6fd2-49a4-bdb0-109cee899fde") + ) + (fp_poly + (pts + (xy -7.5 3.3) (xy -7.5 3.9) (xy -6.9 3.9) (xy -6.9 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "479331ff-c540-41f4-84e6-b48d65171e59") + ) + (fp_poly + (pts + (xy -7.5 3.9) (xy -7.5 4.5) (xy -6.9 4.5) (xy -6.9 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "16121028-bdf5-49c0-aae7-e28fe5bfa771") + ) + (fp_poly + (pts + (xy -7.5 4.5) (xy -7.5 5.1) (xy -6.9 5.1) (xy -6.9 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "196a8dd5-5fd6-4c7f-ae4a-0104bd82e61b") + ) + (fp_poly + (pts + (xy -7.5 5.1) (xy -7.5 5.7) (xy -6.9 5.7) (xy -6.9 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "98914cc3-56fe-40bb-820a-3d157225c145") + ) + (fp_poly + (pts + (xy -7.5 5.7) (xy -7.5 6.3) (xy -6.9 6.3) (xy -6.9 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "71c6e723-673c-45a9-a0e4-9742220c52a3") + ) + (fp_poly + (pts + (xy -7.5 6.3) (xy -7.5 6.9) (xy -6.9 6.9) (xy -6.9 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "30317bf0-88bb-49e7-bf8b-9f3883982225") + ) + (fp_poly + (pts + (xy -7.5 6.9) (xy -7.5 7.5) (xy -6.9 7.5) (xy -6.9 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6ffdf05e-e119-49f9-85e9-13e4901df42a") + ) + (fp_poly + (pts + (xy -6.9 -7.5) (xy -6.9 -6.9) (xy -6.3 -6.9) (xy -6.3 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9b3c58a7-a9b9-4498-abc0-f9f43e4f0292") + ) + (fp_poly + (pts + (xy -6.9 -3.9) (xy -6.9 -3.3) (xy -6.3 -3.3) (xy -6.3 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c24d6ac8-802d-4df3-a210-9cb1f693e865") + ) + (fp_poly + (pts + (xy -6.9 -0.9) (xy -6.9 -0.3) (xy -6.3 -0.3) (xy -6.3 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cada57e2-1fa7-4b9d-a2a0-2218773d5c50") + ) + (fp_poly + (pts + (xy -6.9 -0.3) (xy -6.9 0.3) (xy -6.3 0.3) (xy -6.3 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f8fc38ec-0b98-40bc-ae2f-e5cc29973bca") + ) + (fp_poly + (pts + (xy -6.9 3.3) (xy -6.9 3.9) (xy -6.3 3.9) (xy -6.3 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cc15f583-a41b-43af-ba94-a75455506a96") + ) + (fp_poly + (pts + (xy -6.9 6.9) (xy -6.9 7.5) (xy -6.3 7.5) (xy -6.3 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4c843bdb-6c9e-40dd-85e2-0567846e18ba") + ) + (fp_poly + (pts + (xy -6.3 -7.5) (xy -6.3 -6.9) (xy -5.7 -6.9) (xy -5.7 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e40e8cef-4fb0-4fc3-be09-3875b2cc8469") + ) + (fp_poly + (pts + (xy -6.3 -6.3) (xy -6.3 -5.7) (xy -5.7 -5.7) (xy -5.7 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c9667181-b3c7-4b01-b8b4-baa29a9aea63") + ) + (fp_poly + (pts + (xy -6.3 -5.7) (xy -6.3 -5.1) (xy -5.7 -5.1) (xy -5.7 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7b044939-8c4d-444f-b9e0-a15fcdeb5a86") + ) + (fp_poly + (pts + (xy -6.3 -5.1) (xy -6.3 -4.5) (xy -5.7 -4.5) (xy -5.7 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "40b14a16-fb82-4b9d-89dd-55cd98abb5cc") + ) + (fp_poly + (pts + (xy -6.3 -3.9) (xy -6.3 -3.3) (xy -5.7 -3.3) (xy -5.7 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "88668202-3f0b-4d07-84d4-dcd790f57272") + ) + (fp_poly + (pts + (xy -6.3 -2.7) (xy -6.3 -2.1) (xy -5.7 -2.1) (xy -5.7 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a53767ed-bb28-4f90-abe0-e0ea734812a4") + ) + (fp_poly + (pts + (xy -6.3 -2.1) (xy -6.3 -1.5) (xy -5.7 -1.5) (xy -5.7 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0cc45b5b-96b3-4284-9cae-a3a9e324a916") + ) + (fp_poly + (pts + (xy -6.3 -0.3) (xy -6.3 0.3) (xy -5.7 0.3) (xy -5.7 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "34d03349-6d78-4165-a683-2d8b76f2bae8") + ) + (fp_poly + (pts + (xy -6.3 0.9) (xy -6.3 1.5) (xy -5.7 1.5) (xy -5.7 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d69a5fdf-de15-4ec9-94f6-f9ee2f4b69fa") + ) + (fp_poly + (pts + (xy -6.3 1.5) (xy -6.3 2.1) (xy -5.7 2.1) (xy -5.7 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "61fe4c73-be59-4519-98f1-a634322a841d") + ) + (fp_poly + (pts + (xy -6.3 2.1) (xy -6.3 2.7) (xy -5.7 2.7) (xy -5.7 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "71f92193-19b0-44ed-bc7f-77535083d769") + ) + (fp_poly + (pts + (xy -6.3 3.3) (xy -6.3 3.9) (xy -5.7 3.9) (xy -5.7 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1199146e-a60b-416a-b503-e77d6d2892f9") + ) + (fp_poly + (pts + (xy -6.3 4.5) (xy -6.3 5.1) (xy -5.7 5.1) (xy -5.7 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b0271cdd-de22-4bf4-8f55-fc137cfbd4ec") + ) + (fp_poly + (pts + (xy -6.3 5.1) (xy -6.3 5.7) (xy -5.7 5.7) (xy -5.7 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3c5e5ea9-793d-46e3-86bc-5884c4490dc7") + ) + (fp_poly + (pts + (xy -6.3 5.7) (xy -6.3 6.3) (xy -5.7 6.3) (xy -5.7 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b4833916-7a3e-4498-86fb-ec6d13262ffe") + ) + (fp_poly + (pts + (xy -6.3 6.9) (xy -6.3 7.5) (xy -5.7 7.5) (xy -5.7 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "72b36951-3ec7-4569-9c88-cf9b4afe1cae") + ) + (fp_poly + (pts + (xy -5.7 -7.5) (xy -5.7 -6.9) (xy -5.1 -6.9) (xy -5.1 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "15fe8f3d-6077-4e0e-81d0-8ec3f4538981") + ) + (fp_poly + (pts + (xy -5.7 -6.3) (xy -5.7 -5.7) (xy -5.1 -5.7) (xy -5.1 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ebd06df3-d52b-4cff-99a2-a771df6d3733") + ) + (fp_poly + (pts + (xy -5.7 -5.7) (xy -5.7 -5.1) (xy -5.1 -5.1) (xy -5.1 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "576c6616-e95d-4f1e-8ead-dea30fcdc8c2") + ) + (fp_poly + (pts + (xy -5.7 -5.1) (xy -5.7 -4.5) (xy -5.1 -4.5) (xy -5.1 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c09938fd-06b9-4771-9f63-2311626243b3") + ) + (fp_poly + (pts + (xy -5.7 -3.9) (xy -5.7 -3.3) (xy -5.1 -3.3) (xy -5.1 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "37f31dec-63fc-4634-a141-5dc5d2b60fe4") + ) + (fp_poly + (pts + (xy -5.7 -2.7) (xy -5.7 -2.1) (xy -5.1 -2.1) (xy -5.1 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5fc9acb6-6dbb-4598-825b-4b9e7c4c67c4") + ) + (fp_poly + (pts + (xy -5.7 -0.9) (xy -5.7 -0.3) (xy -5.1 -0.3) (xy -5.1 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "752417ee-7d0b-4ac8-a22c-26669881a2ab") + ) + (fp_poly + (pts + (xy -5.7 0.9) (xy -5.7 1.5) (xy -5.1 1.5) (xy -5.1 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "917920ab-0c6e-4927-974d-ef342cdd4f63") + ) + (fp_poly + (pts + (xy -5.7 2.1) (xy -5.7 2.7) (xy -5.1 2.7) (xy -5.1 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "143ed874-a01f-4ced-ba4e-bbb66ddd1f70") + ) + (fp_poly + (pts + (xy -5.7 3.3) (xy -5.7 3.9) (xy -5.1 3.9) (xy -5.1 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "997c2f12-73ba-4c01-9ee0-42e37cbab790") + ) + (fp_poly + (pts + (xy -5.7 4.5) (xy -5.7 5.1) (xy -5.1 5.1) (xy -5.1 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "076046ab-4b56-4060-b8d9-0d80806d0277") + ) + (fp_poly + (pts + (xy -5.7 5.1) (xy -5.7 5.7) (xy -5.1 5.7) (xy -5.1 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9dcdc92b-2219-4a4a-8954-45f02cc3ab25") + ) + (fp_poly + (pts + (xy -5.7 5.7) (xy -5.7 6.3) (xy -5.1 6.3) (xy -5.1 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cc48dd41-7768-48d3-b096-2c4cc2126c9d") + ) + (fp_poly + (pts + (xy -5.7 6.9) (xy -5.7 7.5) (xy -5.1 7.5) (xy -5.1 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eb8d02e9-145c-465d-b6a8-bae84d47a94b") + ) + (fp_poly + (pts + (xy -5.1 -7.5) (xy -5.1 -6.9) (xy -4.5 -6.9) (xy -4.5 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "814763c2-92e5-4a2c-941c-9bbd073f6e87") + ) + (fp_poly + (pts + (xy -5.1 -6.3) (xy -5.1 -5.7) (xy -4.5 -5.7) (xy -4.5 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "be645d0f-8568-47a0-a152-e3ddd33563eb") + ) + (fp_poly + (pts + (xy -5.1 -5.7) (xy -5.1 -5.1) (xy -4.5 -5.1) (xy -4.5 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "89e83c2e-e90a-4a50-b278-880bac0cfb49") + ) + (fp_poly + (pts + (xy -5.1 -5.1) (xy -5.1 -4.5) (xy -4.5 -4.5) (xy -4.5 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2d697cf0-e02e-4ed1-a048-a704dab0ee43") + ) + (fp_poly + (pts + (xy -5.1 -3.9) (xy -5.1 -3.3) (xy -4.5 -3.3) (xy -4.5 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "91c1eb0a-67ae-4ef0-95ce-d060a03a7313") + ) + (fp_poly + (pts + (xy -5.1 -2.7) (xy -5.1 -2.1) (xy -4.5 -2.1) (xy -4.5 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "18b7e157-ae67-48ad-bd7c-9fef6fe45b22") + ) + (fp_poly + (pts + (xy -5.1 -2.1) (xy -5.1 -1.5) (xy -4.5 -1.5) (xy -4.5 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6b7c1048-12b6-46b2-b762-fa3ad30472dd") + ) + (fp_poly + (pts + (xy -5.1 -0.3) (xy -5.1 0.3) (xy -4.5 0.3) (xy -4.5 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bb4b1afc-c46e-451d-8dad-36b7dec82f26") + ) + (fp_poly + (pts + (xy -5.1 0.3) (xy -5.1 0.9) (xy -4.5 0.9) (xy -4.5 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6f80f798-dc24-438f-a1eb-4ee2936267c8") + ) + (fp_poly + (pts + (xy -5.1 1.5) (xy -5.1 2.1) (xy -4.5 2.1) (xy -4.5 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e5864fe6-2a71-47f0-90ce-38c3f8901580") + ) + (fp_poly + (pts + (xy -5.1 3.3) (xy -5.1 3.9) (xy -4.5 3.9) (xy -4.5 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "afd38b10-2eca-4abe-aed1-a96fb07ffdbe") + ) + (fp_poly + (pts + (xy -5.1 4.5) (xy -5.1 5.1) (xy -4.5 5.1) (xy -4.5 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1171ce37-6ad7-4662-bb68-5592c945ebf3") + ) + (fp_poly + (pts + (xy -5.1 5.1) (xy -5.1 5.7) (xy -4.5 5.7) (xy -4.5 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "dae72997-44fc-4275-b36f-cd70bf46cfba") + ) + (fp_poly + (pts + (xy -5.1 5.7) (xy -5.1 6.3) (xy -4.5 6.3) (xy -4.5 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4185c36c-c66e-4dbd-be5d-841e551f4885") + ) + (fp_poly + (pts + (xy -5.1 6.9) (xy -5.1 7.5) (xy -4.5 7.5) (xy -4.5 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "29bb7297-26fb-4776-9266-2355d022bab0") + ) + (fp_poly + (pts + (xy -4.5 -7.5) (xy -4.5 -6.9) (xy -3.9 -6.9) (xy -3.9 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e65b62be-e01b-4688-a999-1d1be370c4ae") + ) + (fp_poly + (pts + (xy -4.5 -3.9) (xy -4.5 -3.3) (xy -3.9 -3.3) (xy -3.9 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "009a4fb4-fcc0-4623-ae5d-c1bae3219583") + ) + (fp_poly + (pts + (xy -4.5 -2.1) (xy -4.5 -1.5) (xy -3.9 -1.5) (xy -3.9 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4a850cb6-bb24-4274-a902-e49f34f0a0e3") + ) + (fp_poly + (pts + (xy -4.5 -0.9) (xy -4.5 -0.3) (xy -3.9 -0.3) (xy -3.9 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9f80220c-1612-4589-b9ca-a5579617bdb8") + ) + (fp_poly + (pts + (xy -4.5 1.5) (xy -4.5 2.1) (xy -3.9 2.1) (xy -3.9 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "699feae1-8cdd-4d2b-947f-f24849c73cdb") + ) + (fp_poly + (pts + (xy -4.5 3.3) (xy -4.5 3.9) (xy -3.9 3.9) (xy -3.9 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c8fd9dd3-06ad-4146-9239-0065013959ef") + ) + (fp_poly + (pts + (xy -4.5 6.9) (xy -4.5 7.5) (xy -3.9 7.5) (xy -3.9 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cb6062da-8dcd-4826-92fd-4071e9e97213") + ) + (fp_poly + (pts + (xy -3.9 -7.5) (xy -3.9 -6.9) (xy -3.3 -6.9) (xy -3.3 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "82be7aae-5d06-4178-8c3e-98760c41b054") + ) + (fp_poly + (pts + (xy -3.9 -6.9) (xy -3.9 -6.3) (xy -3.3 -6.3) (xy -3.3 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5cf2db29-f7ab-499a-9907-cdeba64bf0f3") + ) + (fp_poly + (pts + (xy -3.9 -6.3) (xy -3.9 -5.7) (xy -3.3 -5.7) (xy -3.3 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bd9595a1-04f3-4fda-8f1b-e65ad874edd3") + ) + (fp_poly + (pts + (xy -3.9 -5.7) (xy -3.9 -5.1) (xy -3.3 -5.1) (xy -3.3 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a5e521b9-814e-4853-a5ac-f158785c6269") + ) + (fp_poly + (pts + (xy -3.9 -5.1) (xy -3.9 -4.5) (xy -3.3 -4.5) (xy -3.3 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "240c10af-51b5-420e-a6f4-a2c8f5db1db5") + ) + (fp_poly + (pts + (xy -3.9 -4.5) (xy -3.9 -3.9) (xy -3.3 -3.9) (xy -3.3 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4e315e69-0417-463a-8b7f-469a08d1496e") + ) + (fp_poly + (pts + (xy -3.9 -3.9) (xy -3.9 -3.3) (xy -3.3 -3.3) (xy -3.3 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cf386a39-fc62-49dd-8ec5-e044f6bd67ce") + ) + (fp_poly + (pts + (xy -3.9 -2.7) (xy -3.9 -2.1) (xy -3.3 -2.1) (xy -3.3 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0f31f11f-c374-4640-b9a4-07bbdba8d354") + ) + (fp_poly + (pts + (xy -3.9 -1.5) (xy -3.9 -0.9) (xy -3.3 -0.9) (xy -3.3 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "03c7f780-fc1b-487a-b30d-567d6c09fdc8") + ) + (fp_poly + (pts + (xy -3.9 -0.3) (xy -3.9 0.3) (xy -3.3 0.3) (xy -3.3 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "37b6c6d6-3e12-4736-912a-ea6e2bf06721") + ) + (fp_poly + (pts + (xy -3.9 0.9) (xy -3.9 1.5) (xy -3.3 1.5) (xy -3.3 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8fc062a7-114d-48eb-a8f8-71128838f380") + ) + (fp_poly + (pts + (xy -3.9 2.1) (xy -3.9 2.7) (xy -3.3 2.7) (xy -3.3 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "795e68e2-c9ba-45cf-9bff-89b8fae05b5a") + ) + (fp_poly + (pts + (xy -3.9 3.3) (xy -3.9 3.9) (xy -3.3 3.9) (xy -3.3 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "98b00c9d-9188-4bce-aa70-92d12dd9cf82") + ) + (fp_poly + (pts + (xy -3.9 3.9) (xy -3.9 4.5) (xy -3.3 4.5) (xy -3.3 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d0a0deb1-4f0f-4ede-b730-2c6d67cb9618") + ) + (fp_poly + (pts + (xy -3.9 4.5) (xy -3.9 5.1) (xy -3.3 5.1) (xy -3.3 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d4c9471f-7503-4339-928c-d1abae1eede6") + ) + (fp_poly + (pts + (xy -3.9 5.1) (xy -3.9 5.7) (xy -3.3 5.7) (xy -3.3 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5d9921f1-08b3-4cc9-8cf7-e9a72ca2fdb7") + ) + (fp_poly + (pts + (xy -3.9 5.7) (xy -3.9 6.3) (xy -3.3 6.3) (xy -3.3 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a8b4bc7e-da32-4fb8-b71a-d7b47c6f741f") + ) + (fp_poly + (pts + (xy -3.9 6.3) (xy -3.9 6.9) (xy -3.3 6.9) (xy -3.3 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f959907b-1cef-4760-b043-4260a660a2ae") + ) + (fp_poly + (pts + (xy -3.9 6.9) (xy -3.9 7.5) (xy -3.3 7.5) (xy -3.3 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "36d783e7-096f-4c97-9672-7e08c083b87b") + ) + (fp_poly + (pts + (xy -3.3 -2.1) (xy -3.3 -1.5) (xy -2.7 -1.5) (xy -2.7 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e5203297-b913-4288-a576-12a92185cb52") + ) + (fp_poly + (pts + (xy -3.3 -1.5) (xy -3.3 -0.9) (xy -2.7 -0.9) (xy -2.7 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c04386e0-b49e-4fff-b380-675af13a62cb") + ) + (fp_poly + (pts + (xy -3.3 0.9) (xy -3.3 1.5) (xy -2.7 1.5) (xy -2.7 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4f411f68-04bd-4175-a406-bcaa4cf6601e") + ) + (fp_poly + (pts + (xy -3.3 1.5) (xy -3.3 2.1) (xy -2.7 2.1) (xy -2.7 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d88958ac-68cd-4955-a63f-0eaa329dec86") + ) + (fp_poly + (pts + (xy -3.3 2.1) (xy -3.3 2.7) (xy -2.7 2.7) (xy -2.7 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8fcec304-c6b1-4655-8326-beacd0476953") + ) + (fp_poly + (pts + (xy -2.7 -7.5) (xy -2.7 -6.9) (xy -2.1 -6.9) (xy -2.1 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e1535036-5d36-405f-bb86-3819621c4f23") + ) + (fp_poly + (pts + (xy -2.7 -6.9) (xy -2.7 -6.3) (xy -2.1 -6.3) (xy -2.1 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "feb26ecb-9193-46ea-a41b-d09305bf0a3e") + ) + (fp_poly + (pts + (xy -2.7 -6.3) (xy -2.7 -5.7) (xy -2.1 -5.7) (xy -2.1 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "309b3bff-19c8-41ec-a84d-63399c649f46") + ) + (fp_poly + (pts + (xy -2.7 -4.5) (xy -2.7 -3.9) (xy -2.1 -3.9) (xy -2.1 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "071522c0-d0ed-49b9-906e-6295f67fb0dc") + ) + (fp_poly + (pts + (xy -2.7 -3.9) (xy -2.7 -3.3) (xy -2.1 -3.3) (xy -2.1 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2dc54bac-8640-4dd7-b8ed-3c7acb01a8ea") + ) + (fp_poly + (pts + (xy -2.7 -3.3) (xy -2.7 -2.7) (xy -2.1 -2.7) (xy -2.1 -3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "dc2801a1-d539-4721-b31f-fe196b9f13df") + ) + (fp_poly + (pts + (xy -2.7 -2.7) (xy -2.7 -2.1) (xy -2.1 -2.1) (xy -2.1 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "998b7fa5-31a5-472e-9572-49d5226d6098") + ) + (fp_poly + (pts + (xy -2.7 -2.1) (xy -2.7 -1.5) (xy -2.1 -1.5) (xy -2.1 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1f8b2c0c-b042-4e2e-80f6-4959a27b238f") + ) + (fp_poly + (pts + (xy -2.7 -1.5) (xy -2.7 -0.9) (xy -2.1 -0.9) (xy -2.1 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b9bb0e73-161a-4d06-b6eb-a9f66d8a95f5") + ) + (fp_poly + (pts + (xy -2.7 -0.3) (xy -2.7 0.3) (xy -2.1 0.3) (xy -2.1 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "86dc7a78-7d51-4111-9eea-8a8f7977eb16") + ) + (fp_poly + (pts + (xy -2.7 0.9) (xy -2.7 1.5) (xy -2.1 1.5) (xy -2.1 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1fa508ef-df83-4c99-846b-9acf535b3ad9") + ) + (fp_poly + (pts + (xy -2.7 2.7) (xy -2.7 3.3) (xy -2.1 3.3) (xy -2.1 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "60ff6322-62e2-4602-9bc0-7a0f0a5ecfbf") + ) + (fp_poly + (pts + (xy -2.7 4.5) (xy -2.7 5.1) (xy -2.1 5.1) (xy -2.1 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "43707e99-bdd7-4b02-9974-540ed6c2b0aa") + ) + (fp_poly + (pts + (xy -2.7 5.1) (xy -2.7 5.7) (xy -2.1 5.7) (xy -2.1 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c8b6b273-3d20-4a46-8069-f6d608563604") + ) + (fp_poly + (pts + (xy -2.7 5.7) (xy -2.7 6.3) (xy -2.1 6.3) (xy -2.1 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0fd35a3e-b394-4aae-875a-fac843f9cbb7") + ) + (fp_poly + (pts + (xy -2.1 -6.9) (xy -2.1 -6.3) (xy -1.5 -6.3) (xy -1.5 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "382ca670-6ae8-4de6-90f9-f241d1337171") + ) + (fp_poly + (pts + (xy -2.1 -5.7) (xy -2.1 -5.1) (xy -1.5 -5.1) (xy -1.5 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "262f1ea9-0133-4b43-be36-456207ea857c") + ) + (fp_poly + (pts + (xy -2.1 -4.5) (xy -2.1 -3.9) (xy -1.5 -3.9) (xy -1.5 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2846428d-39de-4eae-8ce2-64955d56c493") + ) + (fp_poly + (pts + (xy -2.1 -2.7) (xy -2.1 -2.1) (xy -1.5 -2.1) (xy -1.5 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e4d2f565-25a0-48c6-be59-f4bf31ad2558") + ) + (fp_poly + (pts + (xy -2.1 -2.1) (xy -2.1 -1.5) (xy -1.5 -1.5) (xy -1.5 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "700e8b73-5976-423f-a3f3-ab3d9f3e9760") + ) + (fp_poly + (pts + (xy -2.1 -0.9) (xy -2.1 -0.3) (xy -1.5 -0.3) (xy -1.5 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "224768bc-6009-43ba-aa4a-70cbaa15b5a3") + ) + (fp_poly + (pts + (xy -2.1 -0.3) (xy -2.1 0.3) (xy -1.5 0.3) (xy -1.5 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e32ee344-1030-4498-9cac-bfbf7540faf4") + ) + (fp_poly + (pts + (xy -2.1 0.9) (xy -2.1 1.5) (xy -1.5 1.5) (xy -1.5 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "155b0b7c-70b4-4a26-a550-bac13cab0aa4") + ) + (fp_poly + (pts + (xy -2.1 5.1) (xy -2.1 5.7) (xy -1.5 5.7) (xy -1.5 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "92035a88-6c95-4a61-bd8a-cb8dd9e5018a") + ) + (fp_poly + (pts + (xy -2.1 5.7) (xy -2.1 6.3) (xy -1.5 6.3) (xy -1.5 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c088f712-1abe-4cac-9a8b-d564931395aa") + ) + (fp_poly + (pts + (xy -2.1 6.3) (xy -2.1 6.9) (xy -1.5 6.9) (xy -1.5 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cb721686-5255-4788-a3b0-ce4312e32eb7") + ) + (fp_poly + (pts + (xy -2.1 6.9) (xy -2.1 7.5) (xy -1.5 7.5) (xy -1.5 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0a1a4d88-972a-46ce-b25e-6cb796bd41f7") + ) + (fp_poly + (pts + (xy -1.5 -7.5) (xy -1.5 -6.9) (xy -0.9 -6.9) (xy -0.9 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d9c6d5d2-0b49-49ba-a970-cd2c32f74c54") + ) + (fp_poly + (pts + (xy -1.5 -5.1) (xy -1.5 -4.5) (xy -0.9 -4.5) (xy -0.9 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "503dbd88-3e6b-48cc-a2ea-a6e28b52a1f7") + ) + (fp_poly + (pts + (xy -1.5 -4.5) (xy -1.5 -3.9) (xy -0.9 -3.9) (xy -0.9 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4fa10683-33cd-4dcd-8acc-2415cd63c62a") + ) + (fp_poly + (pts + (xy -1.5 -3.9) (xy -1.5 -3.3) (xy -0.9 -3.3) (xy -0.9 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eae0ab9f-65b2-44d3-aba7-873c3227fba7") + ) + (fp_poly + (pts + (xy -1.5 -2.1) (xy -1.5 -1.5) (xy -0.9 -1.5) (xy -0.9 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b4300db7-1220-431a-b7c3-2edbdf8fa6fc") + ) + (fp_poly + (pts + (xy -1.5 -1.5) (xy -1.5 -0.9) (xy -0.9 -0.9) (xy -0.9 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4107d40a-e5df-4255-aacc-13f9928e090c") + ) + (fp_poly + (pts + (xy -1.5 -0.9) (xy -1.5 -0.3) (xy -0.9 -0.3) (xy -0.9 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fef37e8b-0ff0-4da2-8a57-acaf19551d1a") + ) + (fp_poly + (pts + (xy -1.5 0.3) (xy -1.5 0.9) (xy -0.9 0.9) (xy -0.9 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f66398f1-1ae7-4d4d-939f-958c174c6bce") + ) + (fp_poly + (pts + (xy -1.5 0.9) (xy -1.5 1.5) (xy -0.9 1.5) (xy -0.9 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "399fc36a-ed5d-44b5-82f7-c6f83d9acc14") + ) + (fp_poly + (pts + (xy -1.5 1.5) (xy -1.5 2.1) (xy -0.9 2.1) (xy -0.9 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b6cd701f-4223-4e72-a305-466869ccb250") + ) + (fp_poly + (pts + (xy -1.5 3.3) (xy -1.5 3.9) (xy -0.9 3.9) (xy -0.9 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a24ce0e2-fdd3-4e6a-b754-5dee9713dd27") + ) + (fp_poly + (pts + (xy -1.5 3.9) (xy -1.5 4.5) (xy -0.9 4.5) (xy -0.9 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6bd115d6-07e0-45db-8f2e-3cbb0429104f") + ) + (fp_poly + (pts + (xy -1.5 4.5) (xy -1.5 5.1) (xy -0.9 5.1) (xy -0.9 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e17e6c0e-7e5b-43f0-ad48-0a2760b45b04") + ) + (fp_poly + (pts + (xy -1.5 5.7) (xy -1.5 6.3) (xy -0.9 6.3) (xy -0.9 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ea6fde00-59dc-4a79-a647-7e38199fae0e") + ) + (fp_poly + (pts + (xy -1.5 6.9) (xy -1.5 7.5) (xy -0.9 7.5) (xy -0.9 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c9b9e62d-dede-4d1a-9a05-275614f8bdb2") + ) + (fp_poly + (pts + (xy -0.9 -7.5) (xy -0.9 -6.9) (xy -0.3 -6.9) (xy -0.3 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a6b7df29-bcf8-46a9-b623-7eaac47f5110") + ) + (fp_poly + (pts + (xy -0.9 -5.7) (xy -0.9 -5.1) (xy -0.3 -5.1) (xy -0.3 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c1c799a0-3c93-493a-9ad7-8a0561bc69ee") + ) + (fp_poly + (pts + (xy -0.9 -5.1) (xy -0.9 -4.5) (xy -0.3 -4.5) (xy -0.3 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "592f25e6-a01b-47fd-8172-3da01117d00a") + ) + (fp_poly + (pts + (xy -0.9 -2.1) (xy -0.9 -1.5) (xy -0.3 -1.5) (xy -0.3 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "79e31048-072a-4a40-a625-26bb0b5f046b") + ) + (fp_poly + (pts + (xy -0.9 -1.5) (xy -0.9 -0.9) (xy -0.3 -0.9) (xy -0.3 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0fdc6f30-77bc-4e9b-8665-c8aa9acf5bf9") + ) + (fp_poly + (pts + (xy -0.9 -0.3) (xy -0.9 0.3) (xy -0.3 0.3) (xy -0.3 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0bcafe80-ffba-4f1e-ae51-95a595b006db") + ) + (fp_poly + (pts + (xy -0.9 1.5) (xy -0.9 2.1) (xy -0.3 2.1) (xy -0.3 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "af347946-e3da-4427-87ab-77b747929f50") + ) + (fp_poly + (pts + (xy -0.9 2.7) (xy -0.9 3.3) (xy -0.3 3.3) (xy -0.3 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e7369115-d491-4ef3-be3d-f5298992c3e8") + ) + (fp_poly + (pts + (xy -0.9 3.3) (xy -0.9 3.9) (xy -0.3 3.9) (xy -0.3 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3f43d730-2a73-49fe-9672-32428e7f5b49") + ) + (fp_poly + (pts + (xy -0.9 3.9) (xy -0.9 4.5) (xy -0.3 4.5) (xy -0.3 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "97fe2a5c-4eee-4c7a-9c43-47749b396494") + ) + (fp_poly + (pts + (xy -0.9 4.5) (xy -0.9 5.1) (xy -0.3 5.1) (xy -0.3 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e4e20505-1208-4100-a4aa-676f50844c06") + ) + (fp_poly + (pts + (xy -0.9 5.1) (xy -0.9 5.7) (xy -0.3 5.7) (xy -0.3 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4ec618ae-096f-4256-9328-005ee04f13d6") + ) + (fp_poly + (pts + (xy -0.9 6.3) (xy -0.9 6.9) (xy -0.3 6.9) (xy -0.3 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d4db7f11-8cfe-40d2-b021-b36f05241701") + ) + (fp_poly + (pts + (xy -0.3 -7.5) (xy -0.3 -6.9) (xy 0.3 -6.9) (xy 0.3 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a9b3f6e4-7a6d-4ae8-ad28-3d8458e0ca1a") + ) + (fp_poly + (pts + (xy -0.3 -5.7) (xy -0.3 -5.1) (xy 0.3 -5.1) (xy 0.3 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "721d1be9-236e-470b-ba69-f1cc6c43faf9") + ) + (fp_poly + (pts + (xy -0.3 -5.1) (xy -0.3 -4.5) (xy 0.3 -4.5) (xy 0.3 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cb614b23-9af3-4aec-bed8-c1374e001510") + ) + (fp_poly + (pts + (xy -0.3 -3.9) (xy -0.3 -3.3) (xy 0.3 -3.3) (xy 0.3 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "70fb572d-d5ec-41e7-9482-63d4578b4f47") + ) + (fp_poly + (pts + (xy -0.3 -3.3) (xy -0.3 -2.7) (xy 0.3 -2.7) (xy 0.3 -3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "970e0f64-111f-41e3-9f5a-fb0d0f6fa101") + ) + (fp_poly + (pts + (xy -0.3 -0.9) (xy -0.3 -0.3) (xy 0.3 -0.3) (xy 0.3 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d21cc5e4-177a-4e1d-a8d5-060ed33e5b8e") + ) + (fp_poly + (pts + (xy -0.3 -0.3) (xy -0.3 0.3) (xy 0.3 0.3) (xy 0.3 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "026ac84e-b8b2-4dd2-b675-8323c24fd778") + ) + (fp_poly + (pts + (xy -0.3 0.9) (xy -0.3 1.5) (xy 0.3 1.5) (xy 0.3 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fbe8ebfc-2a8e-4eb8-85c5-38ddeaa5dd00") + ) + (fp_poly + (pts + (xy -0.3 3.9) (xy -0.3 4.5) (xy 0.3 4.5) (xy 0.3 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ce72ea62-9343-4a4f-81bf-8ac601f5d005") + ) + (fp_poly + (pts + (xy -0.3 4.5) (xy -0.3 5.1) (xy 0.3 5.1) (xy 0.3 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "79770cd5-32d7-429a-8248-0d9e6212231a") + ) + (fp_poly + (pts + (xy -0.3 5.1) (xy -0.3 5.7) (xy 0.3 5.7) (xy 0.3 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3326423d-8df7-4a7e-a354-349430b8fbd7") + ) + (fp_poly + (pts + (xy -0.3 6.9) (xy -0.3 7.5) (xy 0.3 7.5) (xy 0.3 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bdf40d30-88ff-4479-bad1-69529464b61b") + ) + (fp_poly + (pts + (xy 0.3 -7.5) (xy 0.3 -6.9) (xy 0.9 -6.9) (xy 0.9 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7a4ce4b3-518a-4819-b8b2-5127b3347c64") + ) + (fp_poly + (pts + (xy 0.3 -6.9) (xy 0.3 -6.3) (xy 0.9 -6.3) (xy 0.9 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0e8f7fc0-2ef2-4b90-9c15-8a3a601ee459") + ) + (fp_poly + (pts + (xy 0.3 -5.1) (xy 0.3 -4.5) (xy 0.9 -4.5) (xy 0.9 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "20cca02e-4c4d-4961-b6b4-b40a1731b220") + ) + (fp_poly + (pts + (xy 0.3 -4.5) (xy 0.3 -3.9) (xy 0.9 -3.9) (xy 0.9 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9cbf35b8-f4d3-42a3-bb16-04ffd03fd8fd") + ) + (fp_poly + (pts + (xy 0.3 -3.3) (xy 0.3 -2.7) (xy 0.9 -2.7) (xy 0.9 -3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b6135480-ace6-42b2-9c47-856ef57cded1") + ) + (fp_poly + (pts + (xy 0.3 -2.7) (xy 0.3 -2.1) (xy 0.9 -2.1) (xy 0.9 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e502d1d5-04b0-4d4b-b5c3-8c52d09668e7") + ) + (fp_poly + (pts + (xy 0.3 -2.1) (xy 0.3 -1.5) (xy 0.9 -1.5) (xy 0.9 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c76d4423-ef1b-4a6f-8176-33d65f2877bb") + ) + (fp_poly + (pts + (xy 0.3 -1.5) (xy 0.3 -0.9) (xy 0.9 -0.9) (xy 0.9 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0ae82096-0994-4fb0-9a2a-d4ac4804abac") + ) + (fp_poly + (pts + (xy 0.3 -0.9) (xy 0.3 -0.3) (xy 0.9 -0.3) (xy 0.9 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "89c0bc4d-eee5-4a77-ac35-d30b35db5cbe") + ) + (fp_poly + (pts + (xy 0.3 0.3) (xy 0.3 0.9) (xy 0.9 0.9) (xy 0.9 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "088f77ba-fca9-42b3-876e-a6937267f957") + ) + (fp_poly + (pts + (xy 0.3 0.9) (xy 0.3 1.5) (xy 0.9 1.5) (xy 0.9 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "00e38d63-5436-49db-81f5-697421f168fc") + ) + (fp_poly + (pts + (xy 0.3 1.5) (xy 0.3 2.1) (xy 0.9 2.1) (xy 0.9 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e7e08b48-3d04-49da-8349-6de530a20c67") + ) + (fp_poly + (pts + (xy 0.3 2.1) (xy 0.3 2.7) (xy 0.9 2.7) (xy 0.9 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "411d4270-c66c-4318-b7fb-1470d34862b8") + ) + (fp_poly + (pts + (xy 0.3 3.3) (xy 0.3 3.9) (xy 0.9 3.9) (xy 0.9 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9186dae5-6dc3-4744-9f90-e697559c6ac8") + ) + (fp_poly + (pts + (xy 0.3 5.7) (xy 0.3 6.3) (xy 0.9 6.3) (xy 0.9 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f73b5500-6337-4860-a114-6e307f65ec9f") + ) + (fp_poly + (pts + (xy 0.3 6.3) (xy 0.3 6.9) (xy 0.9 6.9) (xy 0.9 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "faa1812c-fdf3-47ae-9cf4-ae06a263bfbd") + ) + (fp_poly + (pts + (xy 0.3 6.9) (xy 0.3 7.5) (xy 0.9 7.5) (xy 0.9 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "57276367-9ce4-4738-88d7-6e8cb94c966c") + ) + (fp_poly + (pts + (xy 0.9 -7.5) (xy 0.9 -6.9) (xy 1.5 -6.9) (xy 1.5 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "20c315f4-1e4f-49aa-8d61-778a7389df7e") + ) + (fp_poly + (pts + (xy 0.9 -6.9) (xy 0.9 -6.3) (xy 1.5 -6.3) (xy 1.5 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b0906e10-2fbc-4309-a8b4-6fc4cd1a5490") + ) + (fp_poly + (pts + (xy 0.9 -6.3) (xy 0.9 -5.7) (xy 1.5 -5.7) (xy 1.5 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8c0807a7-765b-4fa5-baaa-e09a2b610e6b") + ) + (fp_poly + (pts + (xy 0.9 -5.1) (xy 0.9 -4.5) (xy 1.5 -4.5) (xy 1.5 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5487601b-81d3-4c70-8f3d-cf9df9c63302") + ) + (fp_poly + (pts + (xy 0.9 -4.5) (xy 0.9 -3.9) (xy 1.5 -3.9) (xy 1.5 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8bc2c25a-a1f1-4ce8-b96a-a4f8f4c35079") + ) + (fp_poly + (pts + (xy 0.9 -3.9) (xy 0.9 -3.3) (xy 1.5 -3.3) (xy 1.5 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7afa54c4-2181-41d3-81f7-39efc497ecae") + ) + (fp_poly + (pts + (xy 0.9 -3.3) (xy 0.9 -2.7) (xy 1.5 -2.7) (xy 1.5 -3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6d1d60ff-408a-47a7-892f-c5cf9ef6ca75") + ) + (fp_poly + (pts + (xy 0.9 -2.1) (xy 0.9 -1.5) (xy 1.5 -1.5) (xy 1.5 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f7667b23-296e-4362-a7e3-949632c8954b") + ) + (fp_poly + (pts + (xy 0.9 -1.5) (xy 0.9 -0.9) (xy 1.5 -0.9) (xy 1.5 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e0f06b5c-de63-4833-a591-ca9e19217a35") + ) + (fp_poly + (pts + (xy 0.9 -0.3) (xy 0.9 0.3) (xy 1.5 0.3) (xy 1.5 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "da25bf79-0abb-4fac-a221-ca5c574dfc29") + ) + (fp_poly + (pts + (xy 0.9 0.3) (xy 0.9 0.9) (xy 1.5 0.9) (xy 1.5 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "71989e06-8659-4605-b2da-4f729cc41263") + ) + (fp_poly + (pts + (xy 0.9 2.1) (xy 0.9 2.7) (xy 1.5 2.7) (xy 1.5 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0520f61d-4522-4301-a3fa-8ed0bf060f69") + ) + (fp_poly + (pts + (xy 0.9 2.7) (xy 0.9 3.3) (xy 1.5 3.3) (xy 1.5 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "aa130053-a451-4f12-97f7-3d4d891a5f83") + ) + (fp_poly + (pts + (xy 0.9 5.7) (xy 0.9 6.3) (xy 1.5 6.3) (xy 1.5 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d3d57924-54a6-421d-a3a0-a044fc909e88") + ) + (fp_poly + (pts + (xy 0.9 6.3) (xy 0.9 6.9) (xy 1.5 6.9) (xy 1.5 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "88cb65f4-7e9e-44eb-8692-3b6e2e788a94") + ) + (fp_poly + (pts + (xy 0.9 6.9) (xy 0.9 7.5) (xy 1.5 7.5) (xy 1.5 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e5217a0c-7f55-4c30-adda-7f8d95709d1b") + ) + (fp_poly + (pts + (xy 1.5 -6.9) (xy 1.5 -6.3) (xy 2.1 -6.3) (xy 2.1 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0ce8d3ab-2662-4158-8a2a-18b782908fc5") + ) + (fp_poly + (pts + (xy 1.5 -5.7) (xy 1.5 -5.1) (xy 2.1 -5.1) (xy 2.1 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5edcefbe-9766-42c8-9529-28d0ec865573") + ) + (fp_poly + (pts + (xy 1.5 -3.3) (xy 1.5 -2.7) (xy 2.1 -2.7) (xy 2.1 -3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e4aa537c-eb9d-4dbb-ac87-fae46af42391") + ) + (fp_poly + (pts + (xy 1.5 -2.7) (xy 1.5 -2.1) (xy 2.1 -2.1) (xy 2.1 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7c04618d-9115-4179-b234-a8faf854ea92") + ) + (fp_poly + (pts + (xy 1.5 -1.5) (xy 1.5 -0.9) (xy 2.1 -0.9) (xy 2.1 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8195a7cf-4576-44dd-9e0e-ee048fdb93dd") + ) + (fp_poly + (pts + (xy 1.5 -0.9) (xy 1.5 -0.3) (xy 2.1 -0.3) (xy 2.1 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e1c30a32-820e-4b17-aec9-5cb8b76f0ccc") + ) + (fp_poly + (pts + (xy 1.5 0.3) (xy 1.5 0.9) (xy 2.1 0.9) (xy 2.1 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9a0b74a5-4879-4b51-8e8e-6d85a0107422") + ) + (fp_poly + (pts + (xy 1.5 2.7) (xy 1.5 3.3) (xy 2.1 3.3) (xy 2.1 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9186fd02-f30d-4e17-aa38-378ab73e3908") + ) + (fp_poly + (pts + (xy 1.5 3.3) (xy 1.5 3.9) (xy 2.1 3.9) (xy 2.1 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f1a9fb80-4cc4-410f-9616-e19c969dcab5") + ) + (fp_poly + (pts + (xy 1.5 3.9) (xy 1.5 4.5) (xy 2.1 4.5) (xy 2.1 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fb30f9bb-6a0b-4d8a-82b0-266eab794bc6") + ) + (fp_poly + (pts + (xy 1.5 4.5) (xy 1.5 5.1) (xy 2.1 5.1) (xy 2.1 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "99332785-d9f1-4363-9377-26ddc18e6d2c") + ) + (fp_poly + (pts + (xy 1.5 5.1) (xy 1.5 5.7) (xy 2.1 5.7) (xy 2.1 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4d4fecdd-be4a-47e9-9085-2268d5852d8f") + ) + (fp_poly + (pts + (xy 1.5 6.9) (xy 1.5 7.5) (xy 2.1 7.5) (xy 2.1 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5b0a5a46-7b51-4262-a80e-d33dd1806615") + ) + (fp_poly + (pts + (xy 2.1 -6.9) (xy 2.1 -6.3) (xy 2.7 -6.3) (xy 2.7 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "29195ea4-8218-44a1-b4bf-466bee0082e4") + ) + (fp_poly + (pts + (xy 2.1 -6.3) (xy 2.1 -5.7) (xy 2.7 -5.7) (xy 2.7 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2e842263-c0ba-46fd-a760-6624d4c78278") + ) + (fp_poly + (pts + (xy 2.1 -5.1) (xy 2.1 -4.5) (xy 2.7 -4.5) (xy 2.7 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a29f8df0-3fae-4edf-8d9c-bd5a875b13e3") + ) + (fp_poly + (pts + (xy 2.1 -4.5) (xy 2.1 -3.9) (xy 2.7 -3.9) (xy 2.7 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b1ddb058-f7b2-429c-9489-f4e2242ad7e5") + ) + (fp_poly + (pts + (xy 2.1 -3.9) (xy 2.1 -3.3) (xy 2.7 -3.3) (xy 2.7 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "609b9e1b-4e3b-42b7-ac76-a62ec4d0e7c7") + ) + (fp_poly + (pts + (xy 2.1 -3.3) (xy 2.1 -2.7) (xy 2.7 -2.7) (xy 2.7 -3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f9403623-c00c-4b71-bc5c-d763ff009386") + ) + (fp_poly + (pts + (xy 2.1 -2.1) (xy 2.1 -1.5) (xy 2.7 -1.5) (xy 2.7 -2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b873bc5d-a9af-4bd9-afcb-87ce4d417120") + ) + (fp_poly + (pts + (xy 2.1 0.3) (xy 2.1 0.9) (xy 2.7 0.9) (xy 2.7 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eae14f5f-515c-4a6f-ad0e-e8ef233d14bf") + ) + (fp_poly + (pts + (xy 2.1 1.5) (xy 2.1 2.1) (xy 2.7 2.1) (xy 2.7 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9bac9ad3-a7b9-47f0-87c7-d8630653df68") + ) + (fp_poly + (pts + (xy 2.1 2.1) (xy 2.1 2.7) (xy 2.7 2.7) (xy 2.7 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c8b92953-cd23-44e6-85ce-083fb8c3f20f") + ) + (fp_poly + (pts + (xy 2.1 2.7) (xy 2.1 3.3) (xy 2.7 3.3) (xy 2.7 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4d586a18-26c5-441e-a9ff-8125ee516126") + ) + (fp_poly + (pts + (xy 2.1 3.3) (xy 2.1 3.9) (xy 2.7 3.9) (xy 2.7 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fea7c5d1-76d6-41a0-b5e3-29889dbb8ce0") + ) + (fp_poly + (pts + (xy 2.1 3.9) (xy 2.1 4.5) (xy 2.7 4.5) (xy 2.7 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c3c499b1-9227-4e4b-9982-f9f1aa6203b9") + ) + (fp_poly + (pts + (xy 2.1 4.5) (xy 2.1 5.1) (xy 2.7 5.1) (xy 2.7 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1fbb0219-551e-409b-a61b-76e8cebdfb9d") + ) + (fp_poly + (pts + (xy 2.1 6.3) (xy 2.1 6.9) (xy 2.7 6.9) (xy 2.7 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e5b328f6-dc69-4905-ae98-2dc3200a51d6") + ) + (fp_poly + (pts + (xy 2.7 -2.7) (xy 2.7 -2.1) (xy 3.3 -2.1) (xy 3.3 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e67b9f8c-019b-4145-98a4-96545f6bb128") + ) + (fp_poly + (pts + (xy 2.7 0.3) (xy 2.7 0.9) (xy 3.3 0.9) (xy 3.3 0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6e435cd4-da2b-4602-a0aa-5dd988834dff") + ) + (fp_poly + (pts + (xy 2.7 1.5) (xy 2.7 2.1) (xy 3.3 2.1) (xy 3.3 1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2891767f-251c-48c4-91c0-deb1b368f45c") + ) + (fp_poly + (pts + (xy 2.7 2.1) (xy 2.7 2.7) (xy 3.3 2.7) (xy 3.3 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "bc0dbc57-3ae8-4ce5-a05c-2d6003bba475") + ) + (fp_poly + (pts + (xy 2.7 4.5) (xy 2.7 5.1) (xy 3.3 5.1) (xy 3.3 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7bfba61b-6752-4a45-9ee6-5984dcb15041") + ) + (fp_poly + (pts + (xy 3.3 -7.5) (xy 3.3 -6.9) (xy 3.9 -6.9) (xy 3.9 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "7e0a03ae-d054-4f76-a131-5c09b8dc1636") + ) + (fp_poly + (pts + (xy 3.3 -6.9) (xy 3.3 -6.3) (xy 3.9 -6.3) (xy 3.9 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d0fb0864-e79b-4bdc-8e8e-eed0cabe6d56") + ) + (fp_poly + (pts + (xy 3.3 -6.3) (xy 3.3 -5.7) (xy 3.9 -5.7) (xy 3.9 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "173f6f06-e7d0-42ac-ab03-ce6b79b9eeee") + ) + (fp_poly + (pts + (xy 3.3 -5.7) (xy 3.3 -5.1) (xy 3.9 -5.1) (xy 3.9 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ec5c2062-3a41-4636-8803-069e60a1641a") + ) + (fp_poly + (pts + (xy 3.3 -5.1) (xy 3.3 -4.5) (xy 3.9 -4.5) (xy 3.9 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e3fc1e69-a11c-4c84-8952-fefb9372474e") + ) + (fp_poly + (pts + (xy 3.3 -4.5) (xy 3.3 -3.9) (xy 3.9 -3.9) (xy 3.9 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eee16674-2d21-45b6-ab5e-d669125df26c") + ) + (fp_poly + (pts + (xy 3.3 -3.9) (xy 3.3 -3.3) (xy 3.9 -3.3) (xy 3.9 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e54e5e19-1deb-49a9-8629-617db8e434c0") + ) + (fp_poly + (pts + (xy 3.3 -2.7) (xy 3.3 -2.1) (xy 3.9 -2.1) (xy 3.9 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "19b0959e-a79b-43b2-a5ad-525ced7e9131") + ) + (fp_poly + (pts + (xy 3.3 -1.5) (xy 3.3 -0.9) (xy 3.9 -0.9) (xy 3.9 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e7bb7815-0d52-4bb8-b29a-8cf960bd2905") + ) + (fp_poly + (pts + (xy 3.3 -0.9) (xy 3.3 -0.3) (xy 3.9 -0.3) (xy 3.9 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "88d2c4b8-79f2-4e8b-9f70-b7e0ed9c70f8") + ) + (fp_poly + (pts + (xy 3.3 -0.3) (xy 3.3 0.3) (xy 3.9 0.3) (xy 3.9 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "34cdc1c9-c9e2-44c4-9677-c1c7d7efd83d") + ) + (fp_poly + (pts + (xy 3.3 0.9) (xy 3.3 1.5) (xy 3.9 1.5) (xy 3.9 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "70e4263f-d95a-4431-b3f3-cfc800c82056") + ) + (fp_poly + (pts + (xy 3.3 2.1) (xy 3.3 2.7) (xy 3.9 2.7) (xy 3.9 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "00f3ea8b-8a54-4e56-84ff-d98f6c00496c") + ) + (fp_poly + (pts + (xy 3.3 3.3) (xy 3.3 3.9) (xy 3.9 3.9) (xy 3.9 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9031bb33-c6aa-4758-bf5c-3274ed3ebab7") + ) + (fp_poly + (pts + (xy 3.3 4.5) (xy 3.3 5.1) (xy 3.9 5.1) (xy 3.9 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "99dfa524-0366-4808-b4e8-328fc38e8656") + ) + (fp_poly + (pts + (xy 3.3 5.1) (xy 3.3 5.7) (xy 3.9 5.7) (xy 3.9 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8458d41c-5d62-455d-b6e1-9f718c0faac9") + ) + (fp_poly + (pts + (xy 3.3 6.3) (xy 3.3 6.9) (xy 3.9 6.9) (xy 3.9 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1f9ae101-c652-4998-a503-17aedf3d5746") + ) + (fp_poly + (pts + (xy 3.3 6.9) (xy 3.3 7.5) (xy 3.9 7.5) (xy 3.9 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "30c33e3e-fb78-498d-bffe-76273d527004") + ) + (fp_poly + (pts + (xy 3.9 -7.5) (xy 3.9 -6.9) (xy 4.5 -6.9) (xy 4.5 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d6fb27cf-362d-4568-967c-a5bf49d5931b") + ) + (fp_poly + (pts + (xy 3.9 -3.9) (xy 3.9 -3.3) (xy 4.5 -3.3) (xy 4.5 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b7867831-ef82-4f33-a926-59e5c1c09b91") + ) + (fp_poly + (pts + (xy 3.9 -2.7) (xy 3.9 -2.1) (xy 4.5 -2.1) (xy 4.5 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "109caac1-5036-4f23-9a66-f569d871501b") + ) + (fp_poly + (pts + (xy 3.9 -0.3) (xy 3.9 0.3) (xy 4.5 0.3) (xy 4.5 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c49d23ab-146d-4089-864f-2d22b5b414b9") + ) + (fp_poly + (pts + (xy 3.9 2.1) (xy 3.9 2.7) (xy 4.5 2.7) (xy 4.5 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "009b5465-0a65-4237-93e7-eb65321eeb18") + ) + (fp_poly + (pts + (xy 3.9 4.5) (xy 3.9 5.1) (xy 4.5 5.1) (xy 4.5 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "54212c01-b363-47b8-a145-45c40df316f4") + ) + (fp_poly + (pts + (xy 3.9 6.3) (xy 3.9 6.9) (xy 4.5 6.9) (xy 4.5 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "5c30b9b4-3014-4f50-9329-27a539b67e01") + ) + (fp_poly + (pts + (xy 4.5 -7.5) (xy 4.5 -6.9) (xy 5.1 -6.9) (xy 5.1 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9193c41e-d425-447d-b95c-6986d66ea01c") + ) + (fp_poly + (pts + (xy 4.5 -6.3) (xy 4.5 -5.7) (xy 5.1 -5.7) (xy 5.1 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4632212f-13ce-4392-bc68-ccb9ba333770") + ) + (fp_poly + (pts + (xy 4.5 -5.7) (xy 4.5 -5.1) (xy 5.1 -5.1) (xy 5.1 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "81a15393-727e-448b-a777-b18773023d89") + ) + (fp_poly + (pts + (xy 4.5 -5.1) (xy 4.5 -4.5) (xy 5.1 -4.5) (xy 5.1 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "597a11f2-5d2c-4a65-ac95-38ad106e1367") + ) + (fp_poly + (pts + (xy 4.5 -3.9) (xy 4.5 -3.3) (xy 5.1 -3.3) (xy 5.1 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6bf05d19-ba3e-4ba6-8a6f-4e0bc45ea3b2") + ) + (fp_poly + (pts + (xy 4.5 -1.5) (xy 4.5 -0.9) (xy 5.1 -0.9) (xy 5.1 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d2d7bea6-0c22-495f-8666-323b30e03150") + ) + (fp_poly + (pts + (xy 4.5 -0.3) (xy 4.5 0.3) (xy 5.1 0.3) (xy 5.1 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c7af8405-da2e-4a34-b9b8-518f342f8995") + ) + (fp_poly + (pts + (xy 4.5 2.1) (xy 4.5 2.7) (xy 5.1 2.7) (xy 5.1 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "221bef83-3ea7-4d3f-adeb-53a8a07c6273") + ) + (fp_poly + (pts + (xy 4.5 2.7) (xy 4.5 3.3) (xy 5.1 3.3) (xy 5.1 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "477892a1-722e-4cda-bb6c-fcdb8ba5f93e") + ) + (fp_poly + (pts + (xy 4.5 3.3) (xy 4.5 3.9) (xy 5.1 3.9) (xy 5.1 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "fa918b6d-f6cf-4471-be3b-4ff713f55a2e") + ) + (fp_poly + (pts + (xy 4.5 3.9) (xy 4.5 4.5) (xy 5.1 4.5) (xy 5.1 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ae77c3c8-1144-468e-ad5b-a0b4090735bd") + ) + (fp_poly + (pts + (xy 4.5 4.5) (xy 4.5 5.1) (xy 5.1 5.1) (xy 5.1 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "180245d9-4a3f-4d1b-adcc-b4eafac722e0") + ) + (fp_poly + (pts + (xy 4.5 5.1) (xy 4.5 5.7) (xy 5.1 5.7) (xy 5.1 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8de2d84c-ff45-4d4f-bc49-c166f6ae6b91") + ) + (fp_poly + (pts + (xy 5.1 -7.5) (xy 5.1 -6.9) (xy 5.7 -6.9) (xy 5.7 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "27d56953-c620-4d5b-9c1c-e48bc3d9684a") + ) + (fp_poly + (pts + (xy 5.1 -6.3) (xy 5.1 -5.7) (xy 5.7 -5.7) (xy 5.7 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cb16d05e-318b-4e51-867b-70d791d75bea") + ) + (fp_poly + (pts + (xy 5.1 -5.7) (xy 5.1 -5.1) (xy 5.7 -5.1) (xy 5.7 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a4f86a46-3bc8-4daa-9125-a63f297eb114") + ) + (fp_poly + (pts + (xy 5.1 -5.1) (xy 5.1 -4.5) (xy 5.7 -4.5) (xy 5.7 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "926001fd-2747-4639-8c0f-4fc46ff7218d") + ) + (fp_poly + (pts + (xy 5.1 -3.9) (xy 5.1 -3.3) (xy 5.7 -3.3) (xy 5.7 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "25e5aa8e-2696-44a3-8d3c-c2c53f2923cf") + ) + (fp_poly + (pts + (xy 5.1 2.7) (xy 5.1 3.3) (xy 5.7 3.3) (xy 5.7 2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b09666f9-12f1-4ee9-8877-2292c94258ca") + ) + (fp_poly + (pts + (xy 5.1 3.9) (xy 5.1 4.5) (xy 5.7 4.5) (xy 5.7 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "2454fd1b-3484-4838-8b7e-d26357238fe1") + ) + (fp_poly + (pts + (xy 5.1 4.5) (xy 5.1 5.1) (xy 5.7 5.1) (xy 5.7 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f8f3a9fc-1e34-4573-a767-508104e8d242") + ) + (fp_poly + (pts + (xy 5.1 5.1) (xy 5.1 5.7) (xy 5.7 5.7) (xy 5.7 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "935057d5-6882-4c15-9a35-54677912ba12") + ) + (fp_poly + (pts + (xy 5.1 5.7) (xy 5.1 6.3) (xy 5.7 6.3) (xy 5.7 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "eab9c52c-3aa0-43a7-bc7f-7e234ff1e9f4") + ) + (fp_poly + (pts + (xy 5.1 6.3) (xy 5.1 6.9) (xy 5.7 6.9) (xy 5.7 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9a2d648d-863a-4b7b-80f9-d537185c212b") + ) + (fp_poly + (pts + (xy 5.7 -7.5) (xy 5.7 -6.9) (xy 6.3 -6.9) (xy 6.3 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8d0c1d66-35ef-4a53-a28f-436a11b54f42") + ) + (fp_poly + (pts + (xy 5.7 -6.3) (xy 5.7 -5.7) (xy 6.3 -5.7) (xy 6.3 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "057af6bb-cf6f-4bfb-b0c0-2e92a2c09a47") + ) + (fp_poly + (pts + (xy 5.7 -5.7) (xy 5.7 -5.1) (xy 6.3 -5.1) (xy 6.3 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "22999e73-da32-43a5-9163-4b3a41614f25") + ) + (fp_poly + (pts + (xy 5.7 -5.1) (xy 5.7 -4.5) (xy 6.3 -4.5) (xy 6.3 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "59ec3156-036e-4049-89db-91a9dd07095f") + ) + (fp_poly + (pts + (xy 5.7 -3.9) (xy 5.7 -3.3) (xy 6.3 -3.3) (xy 6.3 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a24ddb4f-c217-42ca-b6cb-d12da84fb2b9") + ) + (fp_poly + (pts + (xy 5.7 -2.7) (xy 5.7 -2.1) (xy 6.3 -2.1) (xy 6.3 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "31540a7e-dc9e-4e4d-96b1-dab15efa5f4b") + ) + (fp_poly + (pts + (xy 5.7 -1.5) (xy 5.7 -0.9) (xy 6.3 -0.9) (xy 6.3 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "0f324b67-75ef-407f-8dbc-3c1fc5c2abba") + ) + (fp_poly + (pts + (xy 5.7 -0.3) (xy 5.7 0.3) (xy 6.3 0.3) (xy 6.3 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "aa79024d-ca7e-4c24-b127-7df08bbd0c75") + ) + (fp_poly + (pts + (xy 5.7 2.1) (xy 5.7 2.7) (xy 6.3 2.7) (xy 6.3 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "b52d6ff3-fef1-496e-8dd5-ebb89b6bce6a") + ) + (fp_poly + (pts + (xy 5.7 3.3) (xy 5.7 3.9) (xy 6.3 3.9) (xy 6.3 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "9aedbb9e-8340-4899-b813-05b23382a36b") + ) + (fp_poly + (pts + (xy 5.7 4.5) (xy 5.7 5.1) (xy 6.3 5.1) (xy 6.3 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "28e37b45-f843-47c2-85c9-ca19f5430ece") + ) + (fp_poly + (pts + (xy 5.7 6.9) (xy 5.7 7.5) (xy 6.3 7.5) (xy 6.3 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c3b3d7f4-943f-4cff-b180-87ef3e1bcbff") + ) + (fp_poly + (pts + (xy 6.3 -7.5) (xy 6.3 -6.9) (xy 6.9 -6.9) (xy 6.9 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6fd4442e-30b3-428b-9306-61418a63d311") + ) + (fp_poly + (pts + (xy 6.3 -3.9) (xy 6.3 -3.3) (xy 6.9 -3.3) (xy 6.9 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a6ccc556-da88-4006-ae1a-cc35733efef3") + ) + (fp_poly + (pts + (xy 6.3 -2.7) (xy 6.3 -2.1) (xy 6.9 -2.1) (xy 6.9 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "8c1605f9-6c91-4701-96bf-e753661d5e23") + ) + (fp_poly + (pts + (xy 6.3 -1.5) (xy 6.3 -0.9) (xy 6.9 -0.9) (xy 6.9 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "1c68b844-c861-46b7-b734-0242168a4220") + ) + (fp_poly + (pts + (xy 6.3 -0.9) (xy 6.3 -0.3) (xy 6.9 -0.3) (xy 6.9 -0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "a7531a95-7ca1-4f34-955e-18120cec99e6") + ) + (fp_poly + (pts + (xy 6.3 -0.3) (xy 6.3 0.3) (xy 6.9 0.3) (xy 6.9 -0.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "26801cfb-b53b-4a6a-a2f4-5f4986565765") + ) + (fp_poly + (pts + (xy 6.3 0.9) (xy 6.3 1.5) (xy 6.9 1.5) (xy 6.9 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "38a501e2-0ee8-439d-bd02-e9e90e7503e9") + ) + (fp_poly + (pts + (xy 6.3 3.3) (xy 6.3 3.9) (xy 6.9 3.9) (xy 6.9 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4db55cb8-197b-4402-871f-ce582b65664b") + ) + (fp_poly + (pts + (xy 6.3 3.9) (xy 6.3 4.5) (xy 6.9 4.5) (xy 6.9 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "45884597-7014-4461-83ee-9975c42b9a53") + ) + (fp_poly + (pts + (xy 6.3 4.5) (xy 6.3 5.1) (xy 6.9 5.1) (xy 6.9 4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "88610282-a92d-4c3d-917a-ea95d59e0759") + ) + (fp_poly + (pts + (xy 6.3 6.9) (xy 6.3 7.5) (xy 6.9 7.5) (xy 6.9 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f64497d1-1d62-44a4-8e5e-6fba4ebc969a") + ) + (fp_poly + (pts + (xy 6.9 -7.5) (xy 6.9 -6.9) (xy 7.5 -6.9) (xy 7.5 -7.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3fd54105-4b7e-4004-9801-76ec66108a22") + ) + (fp_poly + (pts + (xy 6.9 -6.9) (xy 6.9 -6.3) (xy 7.5 -6.3) (xy 7.5 -6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "cff34251-839c-4da9-a0ad-85d0fc4e32af") + ) + (fp_poly + (pts + (xy 6.9 -6.3) (xy 6.9 -5.7) (xy 7.5 -5.7) (xy 7.5 -6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "935f462d-8b1e-4005-9f1e-17f537ab1756") + ) + (fp_poly + (pts + (xy 6.9 -5.7) (xy 6.9 -5.1) (xy 7.5 -5.1) (xy 7.5 -5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "6e68f0cd-800e-4167-9553-71fc59da1eeb") + ) + (fp_poly + (pts + (xy 6.9 -5.1) (xy 6.9 -4.5) (xy 7.5 -4.5) (xy 7.5 -5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "d39d813e-3e64-490c-ba5c-a64bb5ad6bd0") + ) + (fp_poly + (pts + (xy 6.9 -4.5) (xy 6.9 -3.9) (xy 7.5 -3.9) (xy 7.5 -4.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f449bd37-cc90-4487-aee6-2a20b8d2843a") + ) + (fp_poly + (pts + (xy 6.9 -3.9) (xy 6.9 -3.3) (xy 7.5 -3.3) (xy 7.5 -3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "065b9982-55f2-4822-977e-07e8a06e7b35") + ) + (fp_poly + (pts + (xy 6.9 -2.7) (xy 6.9 -2.1) (xy 7.5 -2.1) (xy 7.5 -2.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "f1447ad6-651c-45be-a2d6-33bddf672c2c") + ) + (fp_poly + (pts + (xy 6.9 -1.5) (xy 6.9 -0.9) (xy 7.5 -0.9) (xy 7.5 -1.5) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4b03e854-02fe-44cc-bece-f8268b7cae54") + ) + (fp_poly + (pts + (xy 6.9 0.9) (xy 6.9 1.5) (xy 7.5 1.5) (xy 7.5 0.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c0c2eb8e-f6d1-4506-8e6b-4f995ad74c1f") + ) + (fp_poly + (pts + (xy 6.9 2.1) (xy 6.9 2.7) (xy 7.5 2.7) (xy 7.5 2.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "4ba06b66-7669-4c70-b585-f5d4c9c33527") + ) + (fp_poly + (pts + (xy 6.9 3.3) (xy 6.9 3.9) (xy 7.5 3.9) (xy 7.5 3.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e97b5984-9f0f-43a4-9b8a-838eef4cceb2") + ) + (fp_poly + (pts + (xy 6.9 3.9) (xy 6.9 4.5) (xy 7.5 4.5) (xy 7.5 3.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c514e30c-e48e-4ca5-ab44-8b3afedef1f2") + ) + (fp_poly + (pts + (xy 6.9 5.1) (xy 6.9 5.7) (xy 7.5 5.7) (xy 7.5 5.1) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e091e263-c616-48ef-a460-465c70218987") + ) + (fp_poly + (pts + (xy 6.9 5.7) (xy 6.9 6.3) (xy 7.5 6.3) (xy 7.5 5.7) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3e915099-a18e-49f4-89bb-abe64c2dade5") + ) + (fp_poly + (pts + (xy 6.9 6.3) (xy 6.9 6.9) (xy 7.5 6.9) (xy 7.5 6.3) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "c4cab9c5-d6e5-4660-b910-603a51b56783") + ) + (fp_poly + (pts + (xy 6.9 6.9) (xy 6.9 7.5) (xy 7.5 7.5) (xy 7.5 6.9) + ) + (stroke + (width 0) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "42ff012d-5eb7-42b9-bb45-415cf26799c6") + ) + (fp_text user "qr_version: 2" + (at 0 -10.45 0) + (layer "F.SilkS") + (hide yes) + (uuid "22bb6c80-05a9-4d89-98b0-f4c23fe6c1ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "qr_ecc: 3,2" + (at 0 -13.85 0) + (layer "F.SilkS") + (hide yes) + (uuid "2db910a0-b943-40b4-b81f-068ba5265f56") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user " bogus 1 2 3 4" + (at 0 -17.25 0) + (layer "F.SilkS") + (hide yes) + (uuid "3f8a5430-68a9-4732-9b89-4e00dd8ae219") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "qr_mask: 2" + (at 0 -15.55 0) + (layer "F.SilkS") + (hide yes) + (uuid "96de0051-7945-413a-9219-1ab367546962") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (fp_text user "qr_size: 25" + (at 0 -12.15 0) + (layer "F.SilkS") + (hide yes) + (uuid "f8bd6470-fafd-47f2-8ed5-9449988187ce") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/qr_test/qr_test.kicad_prl b/tests/board_samples/kicad_8/qr_test/qr_test.kicad_prl index 557b8162c..b45d354d8 100644 --- a/tests/board_samples/kicad_8/qr_test/qr_test.kicad_prl +++ b/tests/board_samples/kicad_8/qr_test/qr_test.kicad_prl @@ -68,6 +68,12 @@ "visible_layers": "fffffff_ffffffff", "zone_display_mode": 0 }, + "git": { + "repo_password": "", + "repo_type": "", + "repo_username": "", + "ssh_key": "" + }, "meta": { "filename": "qr_test.kicad_prl", "version": 3 diff --git a/tests/board_samples/kicad_8/qr_test/qr_test.kicad_pro b/tests/board_samples/kicad_8/qr_test/qr_test.kicad_pro index ed9f3af59..4e37bdc01 100644 --- a/tests/board_samples/kicad_8/qr_test/qr_test.kicad_pro +++ b/tests/board_samples/kicad_8/qr_test/qr_test.kicad_pro @@ -3,6 +3,9 @@ "3dviewports": [], "design_settings": { "defaults": { + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, "board_outline_line_width": 0.049999999999999996, "copper_line_width": 0.19999999999999998, "copper_text_italic": false, @@ -57,20 +60,27 @@ "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_symbol_mismatch": "warning", "footprint_type_mismatch": "error", "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", @@ -80,9 +90,14 @@ "padstack": "error", "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", @@ -99,23 +114,104 @@ "allow_microvias": false, "max_error": 0.005, "min_clearance": 0.0, + "min_connection": 0.0, "min_copper_edge_clearance": 0.01, "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.08, "min_through_hole_diameter": 0.3, "min_track_width": 0.19999999999999998, "min_via_annular_width": 0.049999999999999996, "min_via_diameter": 0.39999999999999997, + "solder_mask_to_copper_clearance": 0.0, "use_height_for_length_calcs": true }, + "teardrop_options": [ + { + "td_onpadsmd": true, + "td_onroundshapesonly": false, + "td_ontrackend": false, + "td_onviapad": true + } + ], + "teardrop_parameters": [ + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_round_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_rect_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_track_end", + "td_width_to_size_filter_ratio": 0.9 + } + ], "track_widths": [], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [], "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -374,14 +470,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -395,6 +552,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.15 }, @@ -410,6 +572,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -417,7 +580,7 @@ "sheets": [ [ "8efee08b-b92e-4ba6-8722-c058e18114fe", - "" + "Root" ], [ "00000000-0000-0000-0000-000061d2163a", diff --git a/tests/board_samples/kicad_8/qr_test/qr_test.kicad_sch b/tests/board_samples/kicad_8/qr_test/qr_test.kicad_sch index b71a909ea..069af9e63 100644 --- a/tests/board_samples/kicad_8/qr_test/qr_test.kicad_sch +++ b/tests/board_samples/kicad_8/qr_test/qr_test.kicad_sch @@ -1,1074 +1,2921 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 8efee08b-b92e-4ba6-8722-c058e18114fe) - - (paper "A4") - - (title_block - (title "QR Test") - (rev "A") - ) - - (lib_symbols - (symbol "qr:QR" (pin_numbers hide) (pin_names hide) (in_bom no) (on_board yes) - (property "Reference" "#QR" (at 0 13.95 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "QR" (at 0 -13.95 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "QR:QR" (at 0 -15.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 -17.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_version" "1" (at 0 -19.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_size" "21" (at 0 -20.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_ecc" "1,0" (at 0 -22.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_mask" "6" (at 0 -24.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_text" "bogus 1 2 3 4" (at 0 -25.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "QR_1_1" - (rectangle (start -12.7 -11.5) (end -11.49 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -10.29) (end -11.49 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -9.08) (end -11.49 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -7.87) (end -11.49 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -6.66) (end -11.49 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -5.45) (end -11.49 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -4.24) (end -11.49 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -1.82) (end -11.49 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 0.6) (end -11.49 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 1.81) (end -11.49 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 3.02) (end -11.49 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 5.44) (end -11.49 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 6.65) (end -11.49 5.44) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 7.86) (end -11.49 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 9.07) (end -11.49 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 10.28) (end -11.49 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 11.49) (end -11.49 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 12.7) (end -11.49 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -11.49 -11.5) (end -10.28 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -11.49 -4.24) (end -10.28 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -11.49 -1.82) (end -10.28 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -11.49 1.81) (end -10.28 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -11.49 5.44) (end -10.28 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -11.49 12.7) (end -10.28 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 -11.5) (end -9.07 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 -9.08) (end -9.07 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 -7.87) (end -9.07 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 -6.66) (end -9.07 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 -4.24) (end -9.07 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 -0.61) (end -9.07 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 0.6) (end -9.07 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 1.81) (end -9.07 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 5.44) (end -9.07 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 7.86) (end -9.07 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 9.07) (end -9.07 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 10.28) (end -9.07 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 12.7) (end -9.07 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 -11.5) (end -7.86 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 -9.08) (end -7.86 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 -7.87) (end -7.86 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 -6.66) (end -7.86 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 -4.24) (end -7.86 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 -0.61) (end -7.86 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 3.02) (end -7.86 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 5.44) (end -7.86 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 7.86) (end -7.86 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 9.07) (end -7.86 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 10.28) (end -7.86 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 12.7) (end -7.86 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 -11.5) (end -6.65 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 -9.08) (end -6.65 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 -7.87) (end -6.65 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 -6.66) (end -6.65 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 -4.24) (end -6.65 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 -0.61) (end -6.65 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 1.81) (end -6.65 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 3.02) (end -6.65 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 5.44) (end -6.65 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 7.86) (end -6.65 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 9.07) (end -6.65 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 10.28) (end -6.65 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 12.7) (end -6.65 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.65 -11.5) (end -5.44 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.65 -4.24) (end -5.44 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.65 1.81) (end -5.44 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.65 3.02) (end -5.44 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.65 5.44) (end -5.44 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.65 12.7) (end -5.44 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -11.5) (end -4.23 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -10.29) (end -4.23 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -9.08) (end -4.23 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -7.87) (end -4.23 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -6.66) (end -4.23 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -5.45) (end -4.23 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -4.24) (end -4.23 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -1.82) (end -4.23 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 0.6) (end -4.23 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 3.02) (end -4.23 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 5.44) (end -4.23 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 6.65) (end -4.23 5.44) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 7.86) (end -4.23 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 9.07) (end -4.23 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 10.28) (end -4.23 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 11.49) (end -4.23 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 12.7) (end -4.23 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.23 -1.82) (end -3.02 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.23 -0.61) (end -3.02 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.23 0.6) (end -3.02 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.23 1.81) (end -3.02 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.23 3.02) (end -3.02 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 -11.5) (end -1.81 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 -7.87) (end -1.81 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 -6.66) (end -1.81 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 -5.45) (end -1.81 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 -4.24) (end -1.81 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 -3.03) (end -1.81 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 0.6) (end -1.81 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 1.81) (end -1.81 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 3.02) (end -1.81 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 5.44) (end -1.81 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 7.86) (end -1.81 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 10.28) (end -1.81 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 11.49) (end -1.81 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 12.7) (end -1.81 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 -7.87) (end -0.6 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 -6.66) (end -0.6 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 -4.24) (end -0.6 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 -3.03) (end -0.6 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 -0.61) (end -0.6 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 4.23) (end -0.6 3.02) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 6.65) (end -0.6 5.44) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 11.49) (end -0.6 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 -10.29) (end 0.61 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 -9.08) (end 0.61 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 -3.03) (end 0.61 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 -1.82) (end 0.61 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 -0.61) (end 0.61 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 1.81) (end 0.61 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 4.23) (end 0.61 3.02) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 5.44) (end 0.61 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 6.65) (end 0.61 5.44) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 9.07) (end 0.61 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 10.28) (end 0.61 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 12.7) (end 0.61 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 -10.29) (end 1.82 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 -9.08) (end 1.82 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 -7.87) (end 1.82 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 -6.66) (end 1.82 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 -3.03) (end 1.82 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 -0.61) (end 1.82 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 0.6) (end 1.82 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 3.02) (end 1.82 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 7.86) (end 1.82 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 10.28) (end 1.82 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 11.49) (end 1.82 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -11.5) (end 3.03 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -9.08) (end 3.03 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -6.66) (end 3.03 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -5.45) (end 3.03 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -4.24) (end 3.03 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -1.82) (end 3.03 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -0.61) (end 3.03 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 0.6) (end 3.03 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 1.81) (end 3.03 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 5.44) (end 3.03 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 7.86) (end 3.03 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 10.28) (end 3.03 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 11.49) (end 3.03 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 12.7) (end 3.03 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.03 -10.29) (end 4.24 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.03 -9.08) (end 4.24 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.03 -4.24) (end 4.24 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.03 -3.03) (end 4.24 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.03 3.02) (end 4.24 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 -11.5) (end 5.45 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 -10.29) (end 5.45 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 -9.08) (end 5.45 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 -5.45) (end 5.45 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 -4.24) (end 5.45 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 -3.03) (end 5.45 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 0.6) (end 5.45 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 1.81) (end 5.45 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 5.44) (end 5.45 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 6.65) (end 5.45 5.44) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 7.86) (end 5.45 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 9.07) (end 5.45 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 10.28) (end 5.45 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 11.49) (end 5.45 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 12.7) (end 5.45 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -11.5) (end 6.66 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -10.29) (end 6.66 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -9.08) (end 6.66 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -6.66) (end 6.66 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -4.24) (end 6.66 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -3.03) (end 6.66 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -1.82) (end 6.66 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -0.61) (end 6.66 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 0.6) (end 6.66 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 5.44) (end 6.66 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 12.7) (end 6.66 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -11.5) (end 7.87 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -10.29) (end 7.87 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -9.08) (end 7.87 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -5.45) (end 7.87 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -4.24) (end 7.87 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -3.03) (end 7.87 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -1.82) (end 7.87 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -0.61) (end 7.87 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 3.02) (end 7.87 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 5.44) (end 7.87 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 7.86) (end 7.87 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 9.07) (end 7.87 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 10.28) (end 7.87 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 12.7) (end 7.87 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 -11.5) (end 9.08 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 -10.29) (end 9.08 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 -5.45) (end 9.08 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 -4.24) (end 9.08 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 -3.03) (end 9.08 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 -1.82) (end 9.08 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 1.81) (end 9.08 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 5.44) (end 9.08 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 7.86) (end 9.08 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 9.07) (end 9.08 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 10.28) (end 9.08 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 12.7) (end 9.08 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 -10.29) (end 10.29 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 -9.08) (end 10.29 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 -7.87) (end 10.29 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 -5.45) (end 10.29 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 -3.03) (end 10.29 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 -0.61) (end 10.29 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 3.02) (end 10.29 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 5.44) (end 10.29 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 7.86) (end 10.29 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 9.07) (end 10.29 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 10.28) (end 10.29 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 12.7) (end 10.29 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 -10.29) (end 11.5 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 -9.08) (end 11.5 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 -6.66) (end 11.5 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 -5.45) (end 11.5 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 -3.03) (end 11.5 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 -1.82) (end 11.5 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 0.6) (end 11.5 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 3.02) (end 11.5 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 5.44) (end 11.5 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 12.7) (end 11.5 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 -10.29) (end 12.71 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 -9.08) (end 12.71 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 -5.45) (end 12.71 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 -1.82) (end 12.71 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 -0.61) (end 12.71 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 0.6) (end 12.71 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 3.02) (end 12.71 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 5.44) (end 12.71 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 6.65) (end 12.71 5.44) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 7.86) (end 12.71 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 9.07) (end 12.71 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 10.28) (end 12.71 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 11.49) (end 12.71 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 12.7) (end 12.71 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - ) - ) - ) - - - (symbol (lib_id "qr:QR") (at 31.75 39.37 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061d2093f) - (property "Reference" "#QR1" (at 31.75 21.3106 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "QR" (at 31.75 23.622 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "QR:QR" (at 31.75 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 31.75 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_version" "1" (at 31.75 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_size" "21" (at 31.75 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_ecc" "1,0" (at 31.75 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_mask" "6" (at 31.75 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_text" "bogus 1 2 3 4" (at 31.75 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "qr_test" - (path "/8efee08b-b92e-4ba6-8722-c058e18114fe" - (reference "#QR1") (unit 1) - ) - ) - ) - ) - - (sheet (at 60.96 62.865) (size 26.67 19.685) (fields_autoplaced) - (stroke (width 0) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 00000000-0000-0000-0000-000061d2163a) - (property "Sheetname" "Subsheet" (at 60.96 62.1534 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "sub_1.kicad_sch" (at 60.96 83.1346 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (instances - (project "qr_test" - (path "/8efee08b-b92e-4ba6-8722-c058e18114fe" (page "2")) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "8efee08b-b92e-4ba6-8722-c058e18114fe") + (paper "A4") + (title_block + (title "QR Test") + (rev "A") + ) + (lib_symbols + (symbol "qr:QR" + (pin_numbers hide) + (pin_names hide) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (property "Reference" "#QR" + (at 0 13.95 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "QR" + (at 0 -13.95 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "QR:QR" + (at 0 -15.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 -17.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_version" "1" + (at 0 -19.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_size" "21" + (at 0 -20.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_ecc" "1,0" + (at 0 -22.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_mask" "6" + (at 0 -24.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_text" "bogus 1 2 3 4" + (at 0 -25.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "QR_1_1" + (rectangle + (start -12.7 -11.5) + (end -11.49 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -10.29) + (end -11.49 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -9.08) + (end -11.49 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -7.87) + (end -11.49 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -6.66) + (end -11.49 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -5.45) + (end -11.49 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -4.24) + (end -11.49 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -1.82) + (end -11.49 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 0.6) + (end -11.49 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 1.81) + (end -11.49 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 3.02) + (end -11.49 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 5.44) + (end -11.49 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 6.65) + (end -11.49 5.44) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 7.86) + (end -11.49 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 9.07) + (end -11.49 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 10.28) + (end -11.49 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 11.49) + (end -11.49 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 12.7) + (end -11.49 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -11.49 -11.5) + (end -10.28 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -11.49 -4.24) + (end -10.28 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -11.49 -1.82) + (end -10.28 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -11.49 1.81) + (end -10.28 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -11.49 5.44) + (end -10.28 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -11.49 12.7) + (end -10.28 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 -11.5) + (end -9.07 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 -9.08) + (end -9.07 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 -7.87) + (end -9.07 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 -6.66) + (end -9.07 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 -4.24) + (end -9.07 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 -0.61) + (end -9.07 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 0.6) + (end -9.07 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 1.81) + (end -9.07 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 5.44) + (end -9.07 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 7.86) + (end -9.07 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 9.07) + (end -9.07 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 10.28) + (end -9.07 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 12.7) + (end -9.07 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 -11.5) + (end -7.86 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 -9.08) + (end -7.86 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 -7.87) + (end -7.86 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 -6.66) + (end -7.86 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 -4.24) + (end -7.86 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 -0.61) + (end -7.86 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 3.02) + (end -7.86 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 5.44) + (end -7.86 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 7.86) + (end -7.86 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 9.07) + (end -7.86 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 10.28) + (end -7.86 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 12.7) + (end -7.86 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 -11.5) + (end -6.65 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 -9.08) + (end -6.65 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 -7.87) + (end -6.65 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 -6.66) + (end -6.65 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 -4.24) + (end -6.65 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 -0.61) + (end -6.65 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 1.81) + (end -6.65 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 3.02) + (end -6.65 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 5.44) + (end -6.65 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 7.86) + (end -6.65 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 9.07) + (end -6.65 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 10.28) + (end -6.65 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 12.7) + (end -6.65 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.65 -11.5) + (end -5.44 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.65 -4.24) + (end -5.44 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.65 1.81) + (end -5.44 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.65 3.02) + (end -5.44 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.65 5.44) + (end -5.44 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.65 12.7) + (end -5.44 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -11.5) + (end -4.23 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -10.29) + (end -4.23 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -9.08) + (end -4.23 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -7.87) + (end -4.23 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -6.66) + (end -4.23 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -5.45) + (end -4.23 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -4.24) + (end -4.23 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -1.82) + (end -4.23 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 0.6) + (end -4.23 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 3.02) + (end -4.23 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 5.44) + (end -4.23 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 6.65) + (end -4.23 5.44) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 7.86) + (end -4.23 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 9.07) + (end -4.23 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 10.28) + (end -4.23 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 11.49) + (end -4.23 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 12.7) + (end -4.23 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.23 -1.82) + (end -3.02 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.23 -0.61) + (end -3.02 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.23 0.6) + (end -3.02 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.23 1.81) + (end -3.02 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.23 3.02) + (end -3.02 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 -11.5) + (end -1.81 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 -7.87) + (end -1.81 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 -6.66) + (end -1.81 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 -5.45) + (end -1.81 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 -4.24) + (end -1.81 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 -3.03) + (end -1.81 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 0.6) + (end -1.81 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 1.81) + (end -1.81 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 3.02) + (end -1.81 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 5.44) + (end -1.81 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 7.86) + (end -1.81 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 10.28) + (end -1.81 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 11.49) + (end -1.81 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 12.7) + (end -1.81 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 -7.87) + (end -0.6 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 -6.66) + (end -0.6 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 -4.24) + (end -0.6 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 -3.03) + (end -0.6 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 -0.61) + (end -0.6 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 4.23) + (end -0.6 3.02) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 6.65) + (end -0.6 5.44) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 11.49) + (end -0.6 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 -10.29) + (end 0.61 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 -9.08) + (end 0.61 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 -3.03) + (end 0.61 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 -1.82) + (end 0.61 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 -0.61) + (end 0.61 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 1.81) + (end 0.61 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 4.23) + (end 0.61 3.02) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 5.44) + (end 0.61 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 6.65) + (end 0.61 5.44) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 9.07) + (end 0.61 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 10.28) + (end 0.61 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 12.7) + (end 0.61 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 -10.29) + (end 1.82 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 -9.08) + (end 1.82 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 -7.87) + (end 1.82 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 -6.66) + (end 1.82 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 -3.03) + (end 1.82 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 -0.61) + (end 1.82 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 0.6) + (end 1.82 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 3.02) + (end 1.82 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 7.86) + (end 1.82 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 10.28) + (end 1.82 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 11.49) + (end 1.82 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -11.5) + (end 3.03 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -9.08) + (end 3.03 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -6.66) + (end 3.03 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -5.45) + (end 3.03 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -4.24) + (end 3.03 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -1.82) + (end 3.03 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -0.61) + (end 3.03 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 0.6) + (end 3.03 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 1.81) + (end 3.03 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 5.44) + (end 3.03 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 7.86) + (end 3.03 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 10.28) + (end 3.03 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 11.49) + (end 3.03 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 12.7) + (end 3.03 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.03 -10.29) + (end 4.24 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.03 -9.08) + (end 4.24 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.03 -4.24) + (end 4.24 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.03 -3.03) + (end 4.24 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.03 3.02) + (end 4.24 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 -11.5) + (end 5.45 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 -10.29) + (end 5.45 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 -9.08) + (end 5.45 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 -5.45) + (end 5.45 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 -4.24) + (end 5.45 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 -3.03) + (end 5.45 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 0.6) + (end 5.45 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 1.81) + (end 5.45 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 5.44) + (end 5.45 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 6.65) + (end 5.45 5.44) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 7.86) + (end 5.45 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 9.07) + (end 5.45 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 10.28) + (end 5.45 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 11.49) + (end 5.45 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 12.7) + (end 5.45 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -11.5) + (end 6.66 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -10.29) + (end 6.66 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -9.08) + (end 6.66 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -6.66) + (end 6.66 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -4.24) + (end 6.66 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -3.03) + (end 6.66 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -1.82) + (end 6.66 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -0.61) + (end 6.66 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 0.6) + (end 6.66 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 5.44) + (end 6.66 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 12.7) + (end 6.66 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -11.5) + (end 7.87 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -10.29) + (end 7.87 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -9.08) + (end 7.87 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -5.45) + (end 7.87 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -4.24) + (end 7.87 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -3.03) + (end 7.87 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -1.82) + (end 7.87 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -0.61) + (end 7.87 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 3.02) + (end 7.87 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 5.44) + (end 7.87 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 7.86) + (end 7.87 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 9.07) + (end 7.87 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 10.28) + (end 7.87 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 12.7) + (end 7.87 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 -11.5) + (end 9.08 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 -10.29) + (end 9.08 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 -5.45) + (end 9.08 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 -4.24) + (end 9.08 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 -3.03) + (end 9.08 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 -1.82) + (end 9.08 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 1.81) + (end 9.08 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 5.44) + (end 9.08 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 7.86) + (end 9.08 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 9.07) + (end 9.08 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 10.28) + (end 9.08 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 12.7) + (end 9.08 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 -10.29) + (end 10.29 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 -9.08) + (end 10.29 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 -7.87) + (end 10.29 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 -5.45) + (end 10.29 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 -3.03) + (end 10.29 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 -0.61) + (end 10.29 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 3.02) + (end 10.29 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 5.44) + (end 10.29 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 7.86) + (end 10.29 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 9.07) + (end 10.29 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 10.28) + (end 10.29 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 12.7) + (end 10.29 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 -10.29) + (end 11.5 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 -9.08) + (end 11.5 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 -6.66) + (end 11.5 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 -5.45) + (end 11.5 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 -3.03) + (end 11.5 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 -1.82) + (end 11.5 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 0.6) + (end 11.5 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 3.02) + (end 11.5 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 5.44) + (end 11.5 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 12.7) + (end 11.5 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 -10.29) + (end 12.71 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 -9.08) + (end 12.71 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 -5.45) + (end 12.71 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 -1.82) + (end 12.71 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 -0.61) + (end 12.71 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 0.6) + (end 12.71 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 3.02) + (end 12.71 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 5.44) + (end 12.71 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 6.65) + (end 12.71 5.44) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 7.86) + (end 12.71 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 9.07) + (end 12.71 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 10.28) + (end 12.71 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 11.49) + (end 12.71 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 12.7) + (end 12.71 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + ) + (symbol + (lib_id "qr:QR") + (at 31.75 39.37 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061d2093f") + (property "Reference" "#QR1" + (at 31.75 21.3106 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "QR" + (at 31.75 23.622 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "QR:QR" + (at 31.75 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_version" "1" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_size" "21" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_ecc" "1,0" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_mask" "6" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_text" "bogus 1 2 3 4" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "qr_test" + (path "/8efee08b-b92e-4ba6-8722-c058e18114fe" + (reference "#QR1") + (unit 1) + ) + ) + ) + ) + (sheet + (at 60.96 62.865) + (size 26.67 19.685) + (fields_autoplaced yes) + (stroke + (width 0) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "00000000-0000-0000-0000-000061d2163a") + (property "Sheetname" "Subsheet" + (at 60.96 62.1534 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "sub_1.kicad_sch" + (at 60.96 83.1346 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (instances + (project "qr_test" + (path "/8efee08b-b92e-4ba6-8722-c058e18114fe" + (page "2") + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/qr_test/qr_test.kicad_sch.bogus b/tests/board_samples/kicad_8/qr_test/qr_test.kicad_sch.bogus index b71a909ea..069af9e63 100644 --- a/tests/board_samples/kicad_8/qr_test/qr_test.kicad_sch.bogus +++ b/tests/board_samples/kicad_8/qr_test/qr_test.kicad_sch.bogus @@ -1,1074 +1,2921 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 8efee08b-b92e-4ba6-8722-c058e18114fe) - - (paper "A4") - - (title_block - (title "QR Test") - (rev "A") - ) - - (lib_symbols - (symbol "qr:QR" (pin_numbers hide) (pin_names hide) (in_bom no) (on_board yes) - (property "Reference" "#QR" (at 0 13.95 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "QR" (at 0 -13.95 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "QR:QR" (at 0 -15.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 -17.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_version" "1" (at 0 -19.05 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_size" "21" (at 0 -20.75 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_ecc" "1,0" (at 0 -22.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_mask" "6" (at 0 -24.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_text" "bogus 1 2 3 4" (at 0 -25.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "QR_1_1" - (rectangle (start -12.7 -11.5) (end -11.49 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -10.29) (end -11.49 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -9.08) (end -11.49 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -7.87) (end -11.49 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -6.66) (end -11.49 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -5.45) (end -11.49 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -4.24) (end -11.49 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 -1.82) (end -11.49 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 0.6) (end -11.49 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 1.81) (end -11.49 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 3.02) (end -11.49 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 5.44) (end -11.49 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 6.65) (end -11.49 5.44) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 7.86) (end -11.49 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 9.07) (end -11.49 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 10.28) (end -11.49 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 11.49) (end -11.49 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -12.7 12.7) (end -11.49 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -11.49 -11.5) (end -10.28 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -11.49 -4.24) (end -10.28 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -11.49 -1.82) (end -10.28 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -11.49 1.81) (end -10.28 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -11.49 5.44) (end -10.28 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -11.49 12.7) (end -10.28 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 -11.5) (end -9.07 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 -9.08) (end -9.07 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 -7.87) (end -9.07 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 -6.66) (end -9.07 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 -4.24) (end -9.07 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 -0.61) (end -9.07 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 0.6) (end -9.07 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 1.81) (end -9.07 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 5.44) (end -9.07 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 7.86) (end -9.07 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 9.07) (end -9.07 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 10.28) (end -9.07 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -10.28 12.7) (end -9.07 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 -11.5) (end -7.86 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 -9.08) (end -7.86 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 -7.87) (end -7.86 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 -6.66) (end -7.86 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 -4.24) (end -7.86 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 -0.61) (end -7.86 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 3.02) (end -7.86 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 5.44) (end -7.86 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 7.86) (end -7.86 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 9.07) (end -7.86 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 10.28) (end -7.86 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -9.07 12.7) (end -7.86 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 -11.5) (end -6.65 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 -9.08) (end -6.65 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 -7.87) (end -6.65 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 -6.66) (end -6.65 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 -4.24) (end -6.65 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 -0.61) (end -6.65 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 1.81) (end -6.65 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 3.02) (end -6.65 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 5.44) (end -6.65 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 7.86) (end -6.65 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 9.07) (end -6.65 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 10.28) (end -6.65 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.86 12.7) (end -6.65 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.65 -11.5) (end -5.44 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.65 -4.24) (end -5.44 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.65 1.81) (end -5.44 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.65 3.02) (end -5.44 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.65 5.44) (end -5.44 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.65 12.7) (end -5.44 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -11.5) (end -4.23 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -10.29) (end -4.23 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -9.08) (end -4.23 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -7.87) (end -4.23 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -6.66) (end -4.23 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -5.45) (end -4.23 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -4.24) (end -4.23 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 -1.82) (end -4.23 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 0.6) (end -4.23 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 3.02) (end -4.23 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 5.44) (end -4.23 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 6.65) (end -4.23 5.44) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 7.86) (end -4.23 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 9.07) (end -4.23 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 10.28) (end -4.23 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 11.49) (end -4.23 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.44 12.7) (end -4.23 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.23 -1.82) (end -3.02 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.23 -0.61) (end -3.02 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.23 0.6) (end -3.02 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.23 1.81) (end -3.02 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.23 3.02) (end -3.02 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 -11.5) (end -1.81 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 -7.87) (end -1.81 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 -6.66) (end -1.81 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 -5.45) (end -1.81 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 -4.24) (end -1.81 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 -3.03) (end -1.81 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 0.6) (end -1.81 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 1.81) (end -1.81 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 3.02) (end -1.81 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 5.44) (end -1.81 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 7.86) (end -1.81 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 10.28) (end -1.81 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 11.49) (end -1.81 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.02 12.7) (end -1.81 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 -7.87) (end -0.6 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 -6.66) (end -0.6 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 -4.24) (end -0.6 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 -3.03) (end -0.6 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 -0.61) (end -0.6 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 4.23) (end -0.6 3.02) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 6.65) (end -0.6 5.44) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.81 11.49) (end -0.6 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 -10.29) (end 0.61 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 -9.08) (end 0.61 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 -3.03) (end 0.61 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 -1.82) (end 0.61 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 -0.61) (end 0.61 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 1.81) (end 0.61 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 4.23) (end 0.61 3.02) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 5.44) (end 0.61 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 6.65) (end 0.61 5.44) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 9.07) (end 0.61 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 10.28) (end 0.61 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.6 12.7) (end 0.61 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 -10.29) (end 1.82 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 -9.08) (end 1.82 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 -7.87) (end 1.82 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 -6.66) (end 1.82 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 -3.03) (end 1.82 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 -0.61) (end 1.82 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 0.6) (end 1.82 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 3.02) (end 1.82 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 7.86) (end 1.82 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 10.28) (end 1.82 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.61 11.49) (end 1.82 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -11.5) (end 3.03 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -9.08) (end 3.03 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -6.66) (end 3.03 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -5.45) (end 3.03 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -4.24) (end 3.03 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -1.82) (end 3.03 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 -0.61) (end 3.03 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 0.6) (end 3.03 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 1.81) (end 3.03 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 5.44) (end 3.03 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 7.86) (end 3.03 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 10.28) (end 3.03 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 11.49) (end 3.03 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.82 12.7) (end 3.03 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.03 -10.29) (end 4.24 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.03 -9.08) (end 4.24 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.03 -4.24) (end 4.24 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.03 -3.03) (end 4.24 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.03 3.02) (end 4.24 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 -11.5) (end 5.45 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 -10.29) (end 5.45 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 -9.08) (end 5.45 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 -5.45) (end 5.45 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 -4.24) (end 5.45 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 -3.03) (end 5.45 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 0.6) (end 5.45 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 1.81) (end 5.45 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 5.44) (end 5.45 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 6.65) (end 5.45 5.44) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 7.86) (end 5.45 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 9.07) (end 5.45 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 10.28) (end 5.45 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 11.49) (end 5.45 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.24 12.7) (end 5.45 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -11.5) (end 6.66 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -10.29) (end 6.66 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -9.08) (end 6.66 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -6.66) (end 6.66 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -4.24) (end 6.66 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -3.03) (end 6.66 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -1.82) (end 6.66 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 -0.61) (end 6.66 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 0.6) (end 6.66 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 5.44) (end 6.66 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.45 12.7) (end 6.66 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -11.5) (end 7.87 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -10.29) (end 7.87 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -9.08) (end 7.87 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -5.45) (end 7.87 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -4.24) (end 7.87 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -3.03) (end 7.87 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -1.82) (end 7.87 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 -0.61) (end 7.87 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 3.02) (end 7.87 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 5.44) (end 7.87 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 7.86) (end 7.87 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 9.07) (end 7.87 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 10.28) (end 7.87 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.66 12.7) (end 7.87 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 -11.5) (end 9.08 -12.71) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 -10.29) (end 9.08 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 -5.45) (end 9.08 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 -4.24) (end 9.08 -5.45) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 -3.03) (end 9.08 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 -1.82) (end 9.08 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 1.81) (end 9.08 0.6) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 5.44) (end 9.08 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 7.86) (end 9.08 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 9.07) (end 9.08 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 10.28) (end 9.08 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 7.87 12.7) (end 9.08 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 -10.29) (end 10.29 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 -9.08) (end 10.29 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 -7.87) (end 10.29 -9.08) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 -5.45) (end 10.29 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 -3.03) (end 10.29 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 -0.61) (end 10.29 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 3.02) (end 10.29 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 5.44) (end 10.29 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 7.86) (end 10.29 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 9.07) (end 10.29 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 10.28) (end 10.29 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 9.08 12.7) (end 10.29 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 -10.29) (end 11.5 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 -9.08) (end 11.5 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 -6.66) (end 11.5 -7.87) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 -5.45) (end 11.5 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 -3.03) (end 11.5 -4.24) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 -1.82) (end 11.5 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 0.6) (end 11.5 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 3.02) (end 11.5 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 5.44) (end 11.5 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 10.29 12.7) (end 11.5 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 -10.29) (end 12.71 -11.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 -9.08) (end 12.71 -10.29) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 -5.45) (end 12.71 -6.66) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 -1.82) (end 12.71 -3.03) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 -0.61) (end 12.71 -1.82) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 0.6) (end 12.71 -0.61) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 3.02) (end 12.71 1.81) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 5.44) (end 12.71 4.23) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 6.65) (end 12.71 5.44) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 7.86) (end 12.71 6.65) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 9.07) (end 12.71 7.86) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 10.28) (end 12.71 9.07) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 11.49) (end 12.71 10.28) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 11.5 12.7) (end 12.71 11.49) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - ) - ) - ) - - - (symbol (lib_id "qr:QR") (at 31.75 39.37 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061d2093f) - (property "Reference" "#QR1" (at 31.75 21.3106 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "QR" (at 31.75 23.622 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "QR:QR" (at 31.75 35.56 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 31.75 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_version" "1" (at 31.75 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_size" "21" (at 31.75 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_ecc" "1,0" (at 31.75 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_mask" "6" (at 31.75 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_text" "bogus 1 2 3 4" (at 31.75 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "qr_test" - (path "/8efee08b-b92e-4ba6-8722-c058e18114fe" - (reference "#QR1") (unit 1) - ) - ) - ) - ) - - (sheet (at 60.96 62.865) (size 26.67 19.685) (fields_autoplaced) - (stroke (width 0) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 00000000-0000-0000-0000-000061d2163a) - (property "Sheetname" "Subsheet" (at 60.96 62.1534 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "sub_1.kicad_sch" (at 60.96 83.1346 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (instances - (project "qr_test" - (path "/8efee08b-b92e-4ba6-8722-c058e18114fe" (page "2")) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "8efee08b-b92e-4ba6-8722-c058e18114fe") + (paper "A4") + (title_block + (title "QR Test") + (rev "A") + ) + (lib_symbols + (symbol "qr:QR" + (pin_numbers hide) + (pin_names hide) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (property "Reference" "#QR" + (at 0 13.95 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "QR" + (at 0 -13.95 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "QR:QR" + (at 0 -15.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 -17.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_version" "1" + (at 0 -19.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_size" "21" + (at 0 -20.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_ecc" "1,0" + (at 0 -22.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_mask" "6" + (at 0 -24.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_text" "bogus 1 2 3 4" + (at 0 -25.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "QR_1_1" + (rectangle + (start -12.7 -11.5) + (end -11.49 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -10.29) + (end -11.49 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -9.08) + (end -11.49 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -7.87) + (end -11.49 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -6.66) + (end -11.49 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -5.45) + (end -11.49 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -4.24) + (end -11.49 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 -1.82) + (end -11.49 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 0.6) + (end -11.49 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 1.81) + (end -11.49 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 3.02) + (end -11.49 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 5.44) + (end -11.49 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 6.65) + (end -11.49 5.44) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 7.86) + (end -11.49 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 9.07) + (end -11.49 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 10.28) + (end -11.49 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 11.49) + (end -11.49 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -12.7 12.7) + (end -11.49 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -11.49 -11.5) + (end -10.28 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -11.49 -4.24) + (end -10.28 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -11.49 -1.82) + (end -10.28 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -11.49 1.81) + (end -10.28 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -11.49 5.44) + (end -10.28 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -11.49 12.7) + (end -10.28 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 -11.5) + (end -9.07 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 -9.08) + (end -9.07 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 -7.87) + (end -9.07 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 -6.66) + (end -9.07 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 -4.24) + (end -9.07 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 -0.61) + (end -9.07 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 0.6) + (end -9.07 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 1.81) + (end -9.07 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 5.44) + (end -9.07 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 7.86) + (end -9.07 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 9.07) + (end -9.07 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 10.28) + (end -9.07 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -10.28 12.7) + (end -9.07 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 -11.5) + (end -7.86 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 -9.08) + (end -7.86 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 -7.87) + (end -7.86 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 -6.66) + (end -7.86 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 -4.24) + (end -7.86 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 -0.61) + (end -7.86 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 3.02) + (end -7.86 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 5.44) + (end -7.86 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 7.86) + (end -7.86 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 9.07) + (end -7.86 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 10.28) + (end -7.86 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -9.07 12.7) + (end -7.86 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 -11.5) + (end -6.65 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 -9.08) + (end -6.65 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 -7.87) + (end -6.65 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 -6.66) + (end -6.65 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 -4.24) + (end -6.65 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 -0.61) + (end -6.65 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 1.81) + (end -6.65 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 3.02) + (end -6.65 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 5.44) + (end -6.65 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 7.86) + (end -6.65 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 9.07) + (end -6.65 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 10.28) + (end -6.65 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.86 12.7) + (end -6.65 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.65 -11.5) + (end -5.44 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.65 -4.24) + (end -5.44 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.65 1.81) + (end -5.44 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.65 3.02) + (end -5.44 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.65 5.44) + (end -5.44 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.65 12.7) + (end -5.44 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -11.5) + (end -4.23 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -10.29) + (end -4.23 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -9.08) + (end -4.23 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -7.87) + (end -4.23 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -6.66) + (end -4.23 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -5.45) + (end -4.23 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -4.24) + (end -4.23 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 -1.82) + (end -4.23 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 0.6) + (end -4.23 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 3.02) + (end -4.23 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 5.44) + (end -4.23 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 6.65) + (end -4.23 5.44) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 7.86) + (end -4.23 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 9.07) + (end -4.23 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 10.28) + (end -4.23 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 11.49) + (end -4.23 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.44 12.7) + (end -4.23 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.23 -1.82) + (end -3.02 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.23 -0.61) + (end -3.02 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.23 0.6) + (end -3.02 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.23 1.81) + (end -3.02 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.23 3.02) + (end -3.02 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 -11.5) + (end -1.81 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 -7.87) + (end -1.81 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 -6.66) + (end -1.81 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 -5.45) + (end -1.81 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 -4.24) + (end -1.81 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 -3.03) + (end -1.81 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 0.6) + (end -1.81 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 1.81) + (end -1.81 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 3.02) + (end -1.81 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 5.44) + (end -1.81 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 7.86) + (end -1.81 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 10.28) + (end -1.81 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 11.49) + (end -1.81 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.02 12.7) + (end -1.81 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 -7.87) + (end -0.6 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 -6.66) + (end -0.6 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 -4.24) + (end -0.6 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 -3.03) + (end -0.6 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 -0.61) + (end -0.6 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 4.23) + (end -0.6 3.02) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 6.65) + (end -0.6 5.44) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.81 11.49) + (end -0.6 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 -10.29) + (end 0.61 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 -9.08) + (end 0.61 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 -3.03) + (end 0.61 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 -1.82) + (end 0.61 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 -0.61) + (end 0.61 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 1.81) + (end 0.61 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 4.23) + (end 0.61 3.02) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 5.44) + (end 0.61 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 6.65) + (end 0.61 5.44) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 9.07) + (end 0.61 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 10.28) + (end 0.61 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.6 12.7) + (end 0.61 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 -10.29) + (end 1.82 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 -9.08) + (end 1.82 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 -7.87) + (end 1.82 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 -6.66) + (end 1.82 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 -3.03) + (end 1.82 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 -0.61) + (end 1.82 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 0.6) + (end 1.82 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 3.02) + (end 1.82 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 7.86) + (end 1.82 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 10.28) + (end 1.82 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.61 11.49) + (end 1.82 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -11.5) + (end 3.03 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -9.08) + (end 3.03 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -6.66) + (end 3.03 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -5.45) + (end 3.03 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -4.24) + (end 3.03 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -1.82) + (end 3.03 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 -0.61) + (end 3.03 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 0.6) + (end 3.03 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 1.81) + (end 3.03 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 5.44) + (end 3.03 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 7.86) + (end 3.03 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 10.28) + (end 3.03 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 11.49) + (end 3.03 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.82 12.7) + (end 3.03 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.03 -10.29) + (end 4.24 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.03 -9.08) + (end 4.24 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.03 -4.24) + (end 4.24 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.03 -3.03) + (end 4.24 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.03 3.02) + (end 4.24 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 -11.5) + (end 5.45 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 -10.29) + (end 5.45 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 -9.08) + (end 5.45 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 -5.45) + (end 5.45 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 -4.24) + (end 5.45 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 -3.03) + (end 5.45 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 0.6) + (end 5.45 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 1.81) + (end 5.45 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 5.44) + (end 5.45 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 6.65) + (end 5.45 5.44) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 7.86) + (end 5.45 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 9.07) + (end 5.45 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 10.28) + (end 5.45 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 11.49) + (end 5.45 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.24 12.7) + (end 5.45 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -11.5) + (end 6.66 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -10.29) + (end 6.66 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -9.08) + (end 6.66 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -6.66) + (end 6.66 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -4.24) + (end 6.66 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -3.03) + (end 6.66 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -1.82) + (end 6.66 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 -0.61) + (end 6.66 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 0.6) + (end 6.66 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 5.44) + (end 6.66 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.45 12.7) + (end 6.66 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -11.5) + (end 7.87 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -10.29) + (end 7.87 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -9.08) + (end 7.87 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -5.45) + (end 7.87 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -4.24) + (end 7.87 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -3.03) + (end 7.87 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -1.82) + (end 7.87 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 -0.61) + (end 7.87 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 3.02) + (end 7.87 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 5.44) + (end 7.87 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 7.86) + (end 7.87 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 9.07) + (end 7.87 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 10.28) + (end 7.87 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.66 12.7) + (end 7.87 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 -11.5) + (end 9.08 -12.71) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 -10.29) + (end 9.08 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 -5.45) + (end 9.08 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 -4.24) + (end 9.08 -5.45) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 -3.03) + (end 9.08 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 -1.82) + (end 9.08 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 1.81) + (end 9.08 0.6) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 5.44) + (end 9.08 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 7.86) + (end 9.08 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 9.07) + (end 9.08 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 10.28) + (end 9.08 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 7.87 12.7) + (end 9.08 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 -10.29) + (end 10.29 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 -9.08) + (end 10.29 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 -7.87) + (end 10.29 -9.08) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 -5.45) + (end 10.29 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 -3.03) + (end 10.29 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 -0.61) + (end 10.29 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 3.02) + (end 10.29 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 5.44) + (end 10.29 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 7.86) + (end 10.29 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 9.07) + (end 10.29 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 10.28) + (end 10.29 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 9.08 12.7) + (end 10.29 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 -10.29) + (end 11.5 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 -9.08) + (end 11.5 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 -6.66) + (end 11.5 -7.87) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 -5.45) + (end 11.5 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 -3.03) + (end 11.5 -4.24) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 -1.82) + (end 11.5 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 0.6) + (end 11.5 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 3.02) + (end 11.5 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 5.44) + (end 11.5 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 10.29 12.7) + (end 11.5 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 -10.29) + (end 12.71 -11.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 -9.08) + (end 12.71 -10.29) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 -5.45) + (end 12.71 -6.66) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 -1.82) + (end 12.71 -3.03) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 -0.61) + (end 12.71 -1.82) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 0.6) + (end 12.71 -0.61) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 3.02) + (end 12.71 1.81) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 5.44) + (end 12.71 4.23) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 6.65) + (end 12.71 5.44) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 7.86) + (end 12.71 6.65) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 9.07) + (end 12.71 7.86) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 10.28) + (end 12.71 9.07) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 11.49) + (end 12.71 10.28) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 11.5 12.7) + (end 12.71 11.49) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + ) + (symbol + (lib_id "qr:QR") + (at 31.75 39.37 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061d2093f") + (property "Reference" "#QR1" + (at 31.75 21.3106 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "QR" + (at 31.75 23.622 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "QR:QR" + (at 31.75 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_version" "1" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_size" "21" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_ecc" "1,0" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_mask" "6" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_text" "bogus 1 2 3 4" + (at 31.75 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "qr_test" + (path "/8efee08b-b92e-4ba6-8722-c058e18114fe" + (reference "#QR1") + (unit 1) + ) + ) + ) + ) + (sheet + (at 60.96 62.865) + (size 26.67 19.685) + (fields_autoplaced yes) + (stroke + (width 0) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "00000000-0000-0000-0000-000061d2163a") + (property "Sheetname" "Subsheet" + (at 60.96 62.1534 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "sub_1.kicad_sch" + (at 60.96 83.1346 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (instances + (project "qr_test" + (path "/8efee08b-b92e-4ba6-8722-c058e18114fe" + (page "2") + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/qr_test/sub_1.kicad_sch b/tests/board_samples/kicad_8/qr_test/sub_1.kicad_sch index 9e9f7ab16..05bb9b6d4 100644 --- a/tests/board_samples/kicad_8/qr_test/sub_1.kicad_sch +++ b/tests/board_samples/kicad_8/qr_test/sub_1.kicad_sch @@ -1,1376 +1,3776 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 8b7bbefd-8f78-41f8-809c-2534a5de3b39) - - (paper "A4") - - (lib_symbols - (symbol "qr:QR2" (pin_numbers hide) (pin_names hide) (in_bom no) (on_board yes) - (property "Reference" "#QR" (at 0 8.75 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "QR2" (at 0 -8.75 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "QR:QR2" (at 0 -10.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 -12.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_version" "2" (at 0 -13.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_size" "25" (at 0 -15.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_ecc" "3,2" (at 0 -17.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_mask" "2" (at 0 -18.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_text" "bogus 1 2 3 4" (at 0 -20.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "QR2_1_1" - (rectangle (start -7.5 -6.9) (end -6.9 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -6.3) (end -6.9 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -5.7) (end -6.9 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -5.1) (end -6.9 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -4.5) (end -6.9 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -3.9) (end -6.9 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -3.3) (end -6.9 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -2.1) (end -6.9 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -1.5) (end -6.9 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -0.9) (end -6.9 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -0.3) (end -6.9 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 0.9) (end -6.9 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 2.1) (end -6.9 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 3.9) (end -6.9 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 4.5) (end -6.9 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 5.1) (end -6.9 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 5.7) (end -6.9 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 6.3) (end -6.9 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 6.9) (end -6.9 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 7.5) (end -6.9 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.9 -6.9) (end -6.3 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.9 -3.3) (end -6.3 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.9 0.3) (end -6.3 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.9 0.9) (end -6.3 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.9 3.9) (end -6.3 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.9 7.5) (end -6.3 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -6.9) (end -5.7 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -5.7) (end -5.7 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -5.1) (end -5.7 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -4.5) (end -5.7 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -3.3) (end -5.7 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -2.1) (end -5.7 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -1.5) (end -5.7 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -0.9) (end -5.7 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 0.3) (end -5.7 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 2.1) (end -5.7 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 2.7) (end -5.7 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 3.9) (end -5.7 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 5.1) (end -5.7 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 5.7) (end -5.7 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 6.3) (end -5.7 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 7.5) (end -5.7 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -6.9) (end -5.1 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -5.7) (end -5.1 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -5.1) (end -5.1 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -4.5) (end -5.1 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -3.3) (end -5.1 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -2.1) (end -5.1 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -0.9) (end -5.1 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 0.9) (end -5.1 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 2.7) (end -5.1 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 3.9) (end -5.1 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 5.1) (end -5.1 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 5.7) (end -5.1 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 6.3) (end -5.1 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 7.5) (end -5.1 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -6.9) (end -4.5 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -5.7) (end -4.5 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -5.1) (end -4.5 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -4.5) (end -4.5 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -3.3) (end -4.5 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -1.5) (end -4.5 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -0.3) (end -4.5 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 0.3) (end -4.5 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 2.1) (end -4.5 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 2.7) (end -4.5 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 3.9) (end -4.5 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 5.1) (end -4.5 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 5.7) (end -4.5 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 6.3) (end -4.5 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 7.5) (end -4.5 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 -6.9) (end -3.9 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 -3.3) (end -3.9 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 -1.5) (end -3.9 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 0.9) (end -3.9 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 2.1) (end -3.9 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 3.9) (end -3.9 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 7.5) (end -3.9 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -6.9) (end -3.3 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -6.3) (end -3.3 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -5.7) (end -3.3 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -5.1) (end -3.3 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -4.5) (end -3.3 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -3.9) (end -3.3 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -3.3) (end -3.3 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -2.1) (end -3.3 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -0.9) (end -3.3 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 0.3) (end -3.3 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 1.5) (end -3.3 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 2.7) (end -3.3 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 3.9) (end -3.3 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 4.5) (end -3.3 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 5.1) (end -3.3 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 5.7) (end -3.3 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 6.3) (end -3.3 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 6.9) (end -3.3 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 7.5) (end -3.3 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.3 -2.1) (end -2.7 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.3 -1.5) (end -2.7 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.3 -0.9) (end -2.7 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.3 1.5) (end -2.7 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.3 2.1) (end -2.7 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 -5.7) (end -2.1 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 -5.1) (end -2.1 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 -4.5) (end -2.1 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 -2.7) (end -2.1 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 -0.9) (end -2.1 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 0.3) (end -2.1 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 1.5) (end -2.1 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 2.1) (end -2.1 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 2.7) (end -2.1 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 3.3) (end -2.1 2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 3.9) (end -2.1 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 4.5) (end -2.1 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 6.3) (end -2.1 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 6.9) (end -2.1 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 7.5) (end -2.1 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 -6.9) (end -1.5 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 -6.3) (end -1.5 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 -5.7) (end -1.5 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 -5.1) (end -1.5 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 -0.9) (end -1.5 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 0.3) (end -1.5 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 0.9) (end -1.5 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 2.1) (end -1.5 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 2.7) (end -1.5 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 4.5) (end -1.5 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 5.7) (end -1.5 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 6.9) (end -1.5 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -6.9) (end -0.9 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -5.7) (end -0.9 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -4.5) (end -0.9 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -3.9) (end -0.9 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -3.3) (end -0.9 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -1.5) (end -0.9 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -0.9) (end -0.9 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -0.3) (end -0.9 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 0.9) (end -0.9 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 1.5) (end -0.9 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 2.1) (end -0.9 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 3.9) (end -0.9 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 4.5) (end -0.9 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 5.1) (end -0.9 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 7.5) (end -0.9 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -6.3) (end -0.3 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -5.1) (end -0.3 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -4.5) (end -0.3 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -3.9) (end -0.3 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -3.3) (end -0.3 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -2.7) (end -0.3 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -1.5) (end -0.3 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 0.3) (end -0.3 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 1.5) (end -0.3 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 2.1) (end -0.3 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 5.1) (end -0.3 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 5.7) (end -0.3 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 7.5) (end -0.3 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 -6.9) (end 0.3 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 -5.1) (end 0.3 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 -4.5) (end 0.3 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 -3.9) (end 0.3 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 -0.9) (end 0.3 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 0.3) (end 0.3 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 0.9) (end 0.3 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 3.3) (end 0.3 2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 3.9) (end 0.3 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 5.1) (end 0.3 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 5.7) (end 0.3 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 7.5) (end 0.3 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -6.9) (end 0.9 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -6.3) (end 0.9 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -5.7) (end 0.9 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -3.3) (end 0.9 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -2.1) (end 0.9 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -1.5) (end 0.9 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -0.9) (end 0.9 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -0.3) (end 0.9 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 0.9) (end 0.9 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 1.5) (end 0.9 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 2.1) (end 0.9 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 2.7) (end 0.9 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 3.3) (end 0.9 2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 4.5) (end 0.9 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 5.1) (end 0.9 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 6.9) (end 0.9 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 7.5) (end 0.9 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 -6.9) (end 1.5 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 -6.3) (end 1.5 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 -5.7) (end 1.5 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 -2.7) (end 1.5 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 -2.1) (end 1.5 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 -0.3) (end 1.5 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 0.3) (end 1.5 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 1.5) (end 1.5 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 2.1) (end 1.5 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 3.3) (end 1.5 2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 3.9) (end 1.5 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 4.5) (end 1.5 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 5.1) (end 1.5 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 6.3) (end 1.5 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 6.9) (end 1.5 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 7.5) (end 1.5 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -6.9) (end 2.1 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -5.1) (end 2.1 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -4.5) (end 2.1 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -3.9) (end 2.1 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -3.3) (end 2.1 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -2.7) (end 2.1 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -0.3) (end 2.1 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 0.9) (end 2.1 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 1.5) (end 2.1 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 2.7) (end 2.1 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 3.3) (end 2.1 2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 5.7) (end 2.1 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 6.9) (end 2.1 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -6.3) (end 2.7 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -4.5) (end 2.7 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -3.9) (end 2.7 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -3.3) (end 2.7 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -2.7) (end 2.7 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -2.1) (end 2.7 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -1.5) (end 2.7 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -0.3) (end 2.7 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 2.1) (end 2.7 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 3.3) (end 2.7 2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 3.9) (end 2.7 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 4.5) (end 2.7 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 5.1) (end 2.7 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 6.3) (end 2.7 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 6.9) (end 2.7 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.7 -4.5) (end 3.3 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.7 -2.1) (end 3.3 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.7 -1.5) (end 3.3 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.7 -0.3) (end 3.3 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.7 2.7) (end 3.3 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -6.9) (end 3.9 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -6.3) (end 3.9 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -5.1) (end 3.9 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -4.5) (end 3.9 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -3.3) (end 3.9 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -2.1) (end 3.9 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -0.9) (end 3.9 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 0.3) (end 3.9 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 0.9) (end 3.9 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 1.5) (end 3.9 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 2.7) (end 3.9 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 3.9) (end 3.9 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 4.5) (end 3.9 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 5.1) (end 3.9 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 5.7) (end 3.9 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 6.3) (end 3.9 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 6.9) (end 3.9 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 7.5) (end 3.9 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 -6.3) (end 4.5 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 -4.5) (end 4.5 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 -2.1) (end 4.5 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 0.3) (end 4.5 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 2.7) (end 4.5 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 3.9) (end 4.5 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 7.5) (end 4.5 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 -5.1) (end 5.1 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 -4.5) (end 5.1 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 -3.9) (end 5.1 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 -3.3) (end 5.1 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 -2.7) (end 5.1 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 -2.1) (end 5.1 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 0.3) (end 5.1 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 1.5) (end 5.1 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 3.9) (end 5.1 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 5.1) (end 5.1 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 5.7) (end 5.1 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 6.3) (end 5.1 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 7.5) (end 5.1 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 -6.3) (end 5.7 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 -5.7) (end 5.7 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 -5.1) (end 5.7 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 -4.5) (end 5.7 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 -3.9) (end 5.7 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 -2.7) (end 5.7 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 3.9) (end 5.7 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 5.1) (end 5.7 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 5.7) (end 5.7 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 6.3) (end 5.7 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 7.5) (end 5.7 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 -6.9) (end 6.3 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 -4.5) (end 6.3 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 -3.3) (end 6.3 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 -2.1) (end 6.3 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 0.3) (end 6.3 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 1.5) (end 6.3 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 2.7) (end 6.3 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 3.9) (end 6.3 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 5.1) (end 6.3 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 5.7) (end 6.3 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 6.3) (end 6.3 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 7.5) (end 6.3 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 -6.9) (end 6.9 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 -4.5) (end 6.9 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 -3.9) (end 6.9 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 -3.3) (end 6.9 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 -0.9) (end 6.9 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 0.3) (end 6.9 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 0.9) (end 6.9 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 1.5) (end 6.9 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 2.7) (end 6.9 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 3.9) (end 6.9 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 7.5) (end 6.9 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -6.9) (end 7.5 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -6.3) (end 7.5 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -5.7) (end 7.5 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -5.1) (end 7.5 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -3.9) (end 7.5 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -3.3) (end 7.5 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -2.1) (end 7.5 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -0.9) (end 7.5 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 1.5) (end 7.5 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 2.7) (end 7.5 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 3.9) (end 7.5 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 4.5) (end 7.5 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 5.1) (end 7.5 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 5.7) (end 7.5 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 6.3) (end 7.5 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 6.9) (end 7.5 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 7.5) (end 7.5 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - ) - ) - ) - - - (symbol (lib_id "qr:QR2") (at 59.055 40.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061d3091b) - (property "Reference" "#QR2" (at 59.055 28.6004 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "QR2" (at 59.055 30.9118 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "QR:QR2" (at 59.055 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 59.055 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_version" "2" (at 59.055 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_size" "25" (at 59.055 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_ecc" "3,2" (at 59.055 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_mask" "2" (at 59.055 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_text" "bogus 1 2 3 4" (at 59.055 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "qr_test" - (path "/8efee08b-b92e-4ba6-8722-c058e18114fe/00000000-0000-0000-0000-000061d2163a" - (reference "#QR2") (unit 1) - ) - ) - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "8b7bbefd-8f78-41f8-809c-2534a5de3b39") + (paper "A4") + (lib_symbols + (symbol "qr:QR2" + (pin_numbers hide) + (pin_names hide) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (property "Reference" "#QR" + (at 0 8.75 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "QR2" + (at 0 -8.75 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "QR:QR2" + (at 0 -10.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 -12.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_version" "2" + (at 0 -13.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_size" "25" + (at 0 -15.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_ecc" "3,2" + (at 0 -17.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_mask" "2" + (at 0 -18.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_text" "bogus 1 2 3 4" + (at 0 -20.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "QR2_1_1" + (rectangle + (start -7.5 -6.9) + (end -6.9 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -6.3) + (end -6.9 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -5.7) + (end -6.9 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -5.1) + (end -6.9 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -4.5) + (end -6.9 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -3.9) + (end -6.9 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -3.3) + (end -6.9 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -2.1) + (end -6.9 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -1.5) + (end -6.9 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -0.9) + (end -6.9 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -0.3) + (end -6.9 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 0.9) + (end -6.9 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 2.1) + (end -6.9 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 3.9) + (end -6.9 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 4.5) + (end -6.9 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 5.1) + (end -6.9 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 5.7) + (end -6.9 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 6.3) + (end -6.9 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 6.9) + (end -6.9 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 7.5) + (end -6.9 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.9 -6.9) + (end -6.3 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.9 -3.3) + (end -6.3 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.9 0.3) + (end -6.3 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.9 0.9) + (end -6.3 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.9 3.9) + (end -6.3 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.9 7.5) + (end -6.3 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -6.9) + (end -5.7 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -5.7) + (end -5.7 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -5.1) + (end -5.7 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -4.5) + (end -5.7 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -3.3) + (end -5.7 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -2.1) + (end -5.7 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -1.5) + (end -5.7 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -0.9) + (end -5.7 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 0.3) + (end -5.7 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 2.1) + (end -5.7 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 2.7) + (end -5.7 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 3.9) + (end -5.7 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 5.1) + (end -5.7 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 5.7) + (end -5.7 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 6.3) + (end -5.7 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 7.5) + (end -5.7 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -6.9) + (end -5.1 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -5.7) + (end -5.1 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -5.1) + (end -5.1 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -4.5) + (end -5.1 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -3.3) + (end -5.1 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -2.1) + (end -5.1 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -0.9) + (end -5.1 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 0.9) + (end -5.1 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 2.7) + (end -5.1 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 3.9) + (end -5.1 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 5.1) + (end -5.1 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 5.7) + (end -5.1 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 6.3) + (end -5.1 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 7.5) + (end -5.1 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -6.9) + (end -4.5 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -5.7) + (end -4.5 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -5.1) + (end -4.5 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -4.5) + (end -4.5 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -3.3) + (end -4.5 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -1.5) + (end -4.5 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -0.3) + (end -4.5 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 0.3) + (end -4.5 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 2.1) + (end -4.5 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 2.7) + (end -4.5 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 3.9) + (end -4.5 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 5.1) + (end -4.5 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 5.7) + (end -4.5 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 6.3) + (end -4.5 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 7.5) + (end -4.5 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 -6.9) + (end -3.9 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 -3.3) + (end -3.9 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 -1.5) + (end -3.9 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 0.9) + (end -3.9 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 2.1) + (end -3.9 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 3.9) + (end -3.9 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 7.5) + (end -3.9 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -6.9) + (end -3.3 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -6.3) + (end -3.3 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -5.7) + (end -3.3 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -5.1) + (end -3.3 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -4.5) + (end -3.3 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -3.9) + (end -3.3 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -3.3) + (end -3.3 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -2.1) + (end -3.3 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -0.9) + (end -3.3 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 0.3) + (end -3.3 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 1.5) + (end -3.3 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 2.7) + (end -3.3 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 3.9) + (end -3.3 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 4.5) + (end -3.3 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 5.1) + (end -3.3 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 5.7) + (end -3.3 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 6.3) + (end -3.3 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 6.9) + (end -3.3 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 7.5) + (end -3.3 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.3 -2.1) + (end -2.7 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.3 -1.5) + (end -2.7 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.3 -0.9) + (end -2.7 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.3 1.5) + (end -2.7 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.3 2.1) + (end -2.7 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 -5.7) + (end -2.1 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 -5.1) + (end -2.1 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 -4.5) + (end -2.1 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 -2.7) + (end -2.1 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 -0.9) + (end -2.1 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 0.3) + (end -2.1 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 1.5) + (end -2.1 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 2.1) + (end -2.1 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 2.7) + (end -2.1 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 3.3) + (end -2.1 2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 3.9) + (end -2.1 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 4.5) + (end -2.1 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 6.3) + (end -2.1 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 6.9) + (end -2.1 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 7.5) + (end -2.1 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 -6.9) + (end -1.5 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 -6.3) + (end -1.5 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 -5.7) + (end -1.5 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 -5.1) + (end -1.5 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 -0.9) + (end -1.5 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 0.3) + (end -1.5 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 0.9) + (end -1.5 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 2.1) + (end -1.5 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 2.7) + (end -1.5 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 4.5) + (end -1.5 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 5.7) + (end -1.5 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 6.9) + (end -1.5 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -6.9) + (end -0.9 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -5.7) + (end -0.9 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -4.5) + (end -0.9 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -3.9) + (end -0.9 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -3.3) + (end -0.9 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -1.5) + (end -0.9 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -0.9) + (end -0.9 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -0.3) + (end -0.9 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 0.9) + (end -0.9 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 1.5) + (end -0.9 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 2.1) + (end -0.9 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 3.9) + (end -0.9 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 4.5) + (end -0.9 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 5.1) + (end -0.9 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 7.5) + (end -0.9 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -6.3) + (end -0.3 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -5.1) + (end -0.3 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -4.5) + (end -0.3 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -3.9) + (end -0.3 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -3.3) + (end -0.3 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -2.7) + (end -0.3 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -1.5) + (end -0.3 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 0.3) + (end -0.3 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 1.5) + (end -0.3 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 2.1) + (end -0.3 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 5.1) + (end -0.3 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 5.7) + (end -0.3 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 7.5) + (end -0.3 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 -6.9) + (end 0.3 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 -5.1) + (end 0.3 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 -4.5) + (end 0.3 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 -3.9) + (end 0.3 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 -0.9) + (end 0.3 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 0.3) + (end 0.3 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 0.9) + (end 0.3 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 3.3) + (end 0.3 2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 3.9) + (end 0.3 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 5.1) + (end 0.3 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 5.7) + (end 0.3 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 7.5) + (end 0.3 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -6.9) + (end 0.9 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -6.3) + (end 0.9 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -5.7) + (end 0.9 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -3.3) + (end 0.9 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -2.1) + (end 0.9 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -1.5) + (end 0.9 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -0.9) + (end 0.9 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -0.3) + (end 0.9 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 0.9) + (end 0.9 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 1.5) + (end 0.9 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 2.1) + (end 0.9 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 2.7) + (end 0.9 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 3.3) + (end 0.9 2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 4.5) + (end 0.9 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 5.1) + (end 0.9 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 6.9) + (end 0.9 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 7.5) + (end 0.9 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 -6.9) + (end 1.5 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 -6.3) + (end 1.5 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 -5.7) + (end 1.5 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 -2.7) + (end 1.5 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 -2.1) + (end 1.5 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 -0.3) + (end 1.5 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 0.3) + (end 1.5 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 1.5) + (end 1.5 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 2.1) + (end 1.5 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 3.3) + (end 1.5 2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 3.9) + (end 1.5 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 4.5) + (end 1.5 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 5.1) + (end 1.5 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 6.3) + (end 1.5 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 6.9) + (end 1.5 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 7.5) + (end 1.5 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -6.9) + (end 2.1 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -5.1) + (end 2.1 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -4.5) + (end 2.1 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -3.9) + (end 2.1 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -3.3) + (end 2.1 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -2.7) + (end 2.1 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -0.3) + (end 2.1 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 0.9) + (end 2.1 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 1.5) + (end 2.1 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 2.7) + (end 2.1 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 3.3) + (end 2.1 2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 5.7) + (end 2.1 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 6.9) + (end 2.1 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -6.3) + (end 2.7 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -4.5) + (end 2.7 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -3.9) + (end 2.7 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -3.3) + (end 2.7 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -2.7) + (end 2.7 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -2.1) + (end 2.7 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -1.5) + (end 2.7 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -0.3) + (end 2.7 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 2.1) + (end 2.7 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 3.3) + (end 2.7 2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 3.9) + (end 2.7 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 4.5) + (end 2.7 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 5.1) + (end 2.7 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 6.3) + (end 2.7 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 6.9) + (end 2.7 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.7 -4.5) + (end 3.3 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.7 -2.1) + (end 3.3 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.7 -1.5) + (end 3.3 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.7 -0.3) + (end 3.3 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.7 2.7) + (end 3.3 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -6.9) + (end 3.9 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -6.3) + (end 3.9 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -5.1) + (end 3.9 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -4.5) + (end 3.9 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -3.3) + (end 3.9 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -2.1) + (end 3.9 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -0.9) + (end 3.9 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 0.3) + (end 3.9 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 0.9) + (end 3.9 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 1.5) + (end 3.9 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 2.7) + (end 3.9 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 3.9) + (end 3.9 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 4.5) + (end 3.9 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 5.1) + (end 3.9 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 5.7) + (end 3.9 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 6.3) + (end 3.9 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 6.9) + (end 3.9 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 7.5) + (end 3.9 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 -6.3) + (end 4.5 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 -4.5) + (end 4.5 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 -2.1) + (end 4.5 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 0.3) + (end 4.5 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 2.7) + (end 4.5 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 3.9) + (end 4.5 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 7.5) + (end 4.5 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 -5.1) + (end 5.1 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 -4.5) + (end 5.1 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 -3.9) + (end 5.1 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 -3.3) + (end 5.1 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 -2.7) + (end 5.1 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 -2.1) + (end 5.1 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 0.3) + (end 5.1 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 1.5) + (end 5.1 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 3.9) + (end 5.1 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 5.1) + (end 5.1 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 5.7) + (end 5.1 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 6.3) + (end 5.1 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 7.5) + (end 5.1 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 -6.3) + (end 5.7 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 -5.7) + (end 5.7 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 -5.1) + (end 5.7 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 -4.5) + (end 5.7 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 -3.9) + (end 5.7 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 -2.7) + (end 5.7 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 3.9) + (end 5.7 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 5.1) + (end 5.7 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 5.7) + (end 5.7 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 6.3) + (end 5.7 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 7.5) + (end 5.7 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 -6.9) + (end 6.3 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 -4.5) + (end 6.3 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 -3.3) + (end 6.3 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 -2.1) + (end 6.3 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 0.3) + (end 6.3 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 1.5) + (end 6.3 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 2.7) + (end 6.3 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 3.9) + (end 6.3 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 5.1) + (end 6.3 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 5.7) + (end 6.3 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 6.3) + (end 6.3 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 7.5) + (end 6.3 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 -6.9) + (end 6.9 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 -4.5) + (end 6.9 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 -3.9) + (end 6.9 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 -3.3) + (end 6.9 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 -0.9) + (end 6.9 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 0.3) + (end 6.9 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 0.9) + (end 6.9 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 1.5) + (end 6.9 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 2.7) + (end 6.9 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 3.9) + (end 6.9 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 7.5) + (end 6.9 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -6.9) + (end 7.5 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -6.3) + (end 7.5 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -5.7) + (end 7.5 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -5.1) + (end 7.5 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -3.9) + (end 7.5 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -3.3) + (end 7.5 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -2.1) + (end 7.5 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -0.9) + (end 7.5 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 1.5) + (end 7.5 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 2.7) + (end 7.5 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 3.9) + (end 7.5 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 4.5) + (end 7.5 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 5.1) + (end 7.5 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 5.7) + (end 7.5 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 6.3) + (end 7.5 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 6.9) + (end 7.5 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 7.5) + (end 7.5 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + ) + (symbol + (lib_id "qr:QR2") + (at 59.055 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061d3091b") + (property "Reference" "#QR2" + (at 59.055 28.6004 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "QR2" + (at 59.055 30.9118 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "QR:QR2" + (at 59.055 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_version" "2" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_size" "25" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_ecc" "3,2" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_mask" "2" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_text" "bogus 1 2 3 4" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "qr_test" + (path "/8efee08b-b92e-4ba6-8722-c058e18114fe/00000000-0000-0000-0000-000061d2163a" + (reference "#QR2") + (unit 1) + ) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/qr_test/sub_1.kicad_sch.bogus b/tests/board_samples/kicad_8/qr_test/sub_1.kicad_sch.bogus index 9e9f7ab16..05bb9b6d4 100644 --- a/tests/board_samples/kicad_8/qr_test/sub_1.kicad_sch.bogus +++ b/tests/board_samples/kicad_8/qr_test/sub_1.kicad_sch.bogus @@ -1,1376 +1,3776 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 8b7bbefd-8f78-41f8-809c-2534a5de3b39) - - (paper "A4") - - (lib_symbols - (symbol "qr:QR2" (pin_numbers hide) (pin_names hide) (in_bom no) (on_board yes) - (property "Reference" "#QR" (at 0 8.75 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "QR2" (at 0 -8.75 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "QR:QR2" (at 0 -10.45 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 -12.15 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_version" "2" (at 0 -13.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_size" "25" (at 0 -15.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_ecc" "3,2" (at 0 -17.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_mask" "2" (at 0 -18.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_text" "bogus 1 2 3 4" (at 0 -20.65 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "QR2_1_1" - (rectangle (start -7.5 -6.9) (end -6.9 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -6.3) (end -6.9 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -5.7) (end -6.9 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -5.1) (end -6.9 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -4.5) (end -6.9 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -3.9) (end -6.9 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -3.3) (end -6.9 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -2.1) (end -6.9 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -1.5) (end -6.9 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -0.9) (end -6.9 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 -0.3) (end -6.9 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 0.9) (end -6.9 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 2.1) (end -6.9 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 3.9) (end -6.9 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 4.5) (end -6.9 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 5.1) (end -6.9 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 5.7) (end -6.9 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 6.3) (end -6.9 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 6.9) (end -6.9 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -7.5 7.5) (end -6.9 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.9 -6.9) (end -6.3 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.9 -3.3) (end -6.3 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.9 0.3) (end -6.3 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.9 0.9) (end -6.3 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.9 3.9) (end -6.3 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.9 7.5) (end -6.3 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -6.9) (end -5.7 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -5.7) (end -5.7 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -5.1) (end -5.7 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -4.5) (end -5.7 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -3.3) (end -5.7 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -2.1) (end -5.7 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -1.5) (end -5.7 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 -0.9) (end -5.7 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 0.3) (end -5.7 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 2.1) (end -5.7 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 2.7) (end -5.7 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 3.9) (end -5.7 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 5.1) (end -5.7 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 5.7) (end -5.7 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 6.3) (end -5.7 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -6.3 7.5) (end -5.7 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -6.9) (end -5.1 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -5.7) (end -5.1 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -5.1) (end -5.1 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -4.5) (end -5.1 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -3.3) (end -5.1 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -2.1) (end -5.1 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 -0.9) (end -5.1 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 0.9) (end -5.1 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 2.7) (end -5.1 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 3.9) (end -5.1 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 5.1) (end -5.1 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 5.7) (end -5.1 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 6.3) (end -5.1 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.7 7.5) (end -5.1 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -6.9) (end -4.5 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -5.7) (end -4.5 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -5.1) (end -4.5 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -4.5) (end -4.5 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -3.3) (end -4.5 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -1.5) (end -4.5 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 -0.3) (end -4.5 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 0.3) (end -4.5 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 2.1) (end -4.5 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 2.7) (end -4.5 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 3.9) (end -4.5 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 5.1) (end -4.5 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 5.7) (end -4.5 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 6.3) (end -4.5 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -5.1 7.5) (end -4.5 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 -6.9) (end -3.9 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 -3.3) (end -3.9 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 -1.5) (end -3.9 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 0.9) (end -3.9 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 2.1) (end -3.9 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 3.9) (end -3.9 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -4.5 7.5) (end -3.9 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -6.9) (end -3.3 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -6.3) (end -3.3 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -5.7) (end -3.3 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -5.1) (end -3.3 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -4.5) (end -3.3 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -3.9) (end -3.3 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -3.3) (end -3.3 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -2.1) (end -3.3 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 -0.9) (end -3.3 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 0.3) (end -3.3 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 1.5) (end -3.3 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 2.7) (end -3.3 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 3.9) (end -3.3 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 4.5) (end -3.3 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 5.1) (end -3.3 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 5.7) (end -3.3 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 6.3) (end -3.3 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 6.9) (end -3.3 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.9 7.5) (end -3.3 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.3 -2.1) (end -2.7 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.3 -1.5) (end -2.7 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.3 -0.9) (end -2.7 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.3 1.5) (end -2.7 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -3.3 2.1) (end -2.7 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 -5.7) (end -2.1 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 -5.1) (end -2.1 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 -4.5) (end -2.1 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 -2.7) (end -2.1 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 -0.9) (end -2.1 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 0.3) (end -2.1 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 1.5) (end -2.1 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 2.1) (end -2.1 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 2.7) (end -2.1 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 3.3) (end -2.1 2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 3.9) (end -2.1 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 4.5) (end -2.1 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 6.3) (end -2.1 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 6.9) (end -2.1 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.7 7.5) (end -2.1 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 -6.9) (end -1.5 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 -6.3) (end -1.5 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 -5.7) (end -1.5 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 -5.1) (end -1.5 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 -0.9) (end -1.5 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 0.3) (end -1.5 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 0.9) (end -1.5 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 2.1) (end -1.5 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 2.7) (end -1.5 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 4.5) (end -1.5 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 5.7) (end -1.5 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -2.1 6.9) (end -1.5 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -6.9) (end -0.9 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -5.7) (end -0.9 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -4.5) (end -0.9 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -3.9) (end -0.9 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -3.3) (end -0.9 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -1.5) (end -0.9 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -0.9) (end -0.9 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 -0.3) (end -0.9 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 0.9) (end -0.9 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 1.5) (end -0.9 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 2.1) (end -0.9 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 3.9) (end -0.9 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 4.5) (end -0.9 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 5.1) (end -0.9 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -1.5 7.5) (end -0.9 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -6.3) (end -0.3 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -5.1) (end -0.3 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -4.5) (end -0.3 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -3.9) (end -0.3 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -3.3) (end -0.3 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -2.7) (end -0.3 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 -1.5) (end -0.3 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 0.3) (end -0.3 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 1.5) (end -0.3 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 2.1) (end -0.3 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 5.1) (end -0.3 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 5.7) (end -0.3 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.9 7.5) (end -0.3 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 -6.9) (end 0.3 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 -5.1) (end 0.3 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 -4.5) (end 0.3 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 -3.9) (end 0.3 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 -0.9) (end 0.3 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 0.3) (end 0.3 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 0.9) (end 0.3 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 3.3) (end 0.3 2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 3.9) (end 0.3 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 5.1) (end 0.3 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 5.7) (end 0.3 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start -0.3 7.5) (end 0.3 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -6.9) (end 0.9 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -6.3) (end 0.9 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -5.7) (end 0.9 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -3.3) (end 0.9 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -2.1) (end 0.9 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -1.5) (end 0.9 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -0.9) (end 0.9 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 -0.3) (end 0.9 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 0.9) (end 0.9 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 1.5) (end 0.9 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 2.1) (end 0.9 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 2.7) (end 0.9 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 3.3) (end 0.9 2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 4.5) (end 0.9 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 5.1) (end 0.9 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 6.9) (end 0.9 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.3 7.5) (end 0.9 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 -6.9) (end 1.5 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 -6.3) (end 1.5 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 -5.7) (end 1.5 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 -2.7) (end 1.5 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 -2.1) (end 1.5 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 -0.3) (end 1.5 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 0.3) (end 1.5 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 1.5) (end 1.5 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 2.1) (end 1.5 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 3.3) (end 1.5 2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 3.9) (end 1.5 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 4.5) (end 1.5 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 5.1) (end 1.5 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 6.3) (end 1.5 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 6.9) (end 1.5 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.9 7.5) (end 1.5 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -6.9) (end 2.1 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -5.1) (end 2.1 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -4.5) (end 2.1 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -3.9) (end 2.1 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -3.3) (end 2.1 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -2.7) (end 2.1 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 -0.3) (end 2.1 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 0.9) (end 2.1 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 1.5) (end 2.1 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 2.7) (end 2.1 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 3.3) (end 2.1 2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 5.7) (end 2.1 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 1.5 6.9) (end 2.1 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -6.3) (end 2.7 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -4.5) (end 2.7 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -3.9) (end 2.7 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -3.3) (end 2.7 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -2.7) (end 2.7 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -2.1) (end 2.7 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -1.5) (end 2.7 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 -0.3) (end 2.7 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 2.1) (end 2.7 1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 3.3) (end 2.7 2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 3.9) (end 2.7 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 4.5) (end 2.7 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 5.1) (end 2.7 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 6.3) (end 2.7 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.1 6.9) (end 2.7 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.7 -4.5) (end 3.3 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.7 -2.1) (end 3.3 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.7 -1.5) (end 3.3 -2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.7 -0.3) (end 3.3 -0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 2.7 2.7) (end 3.3 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -6.9) (end 3.9 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -6.3) (end 3.9 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -5.1) (end 3.9 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -4.5) (end 3.9 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -3.3) (end 3.9 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -2.1) (end 3.9 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 -0.9) (end 3.9 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 0.3) (end 3.9 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 0.9) (end 3.9 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 1.5) (end 3.9 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 2.7) (end 3.9 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 3.9) (end 3.9 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 4.5) (end 3.9 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 5.1) (end 3.9 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 5.7) (end 3.9 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 6.3) (end 3.9 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 6.9) (end 3.9 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.3 7.5) (end 3.9 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 -6.3) (end 4.5 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 -4.5) (end 4.5 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 -2.1) (end 4.5 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 0.3) (end 4.5 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 2.7) (end 4.5 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 3.9) (end 4.5 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 3.9 7.5) (end 4.5 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 -5.1) (end 5.1 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 -4.5) (end 5.1 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 -3.9) (end 5.1 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 -3.3) (end 5.1 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 -2.7) (end 5.1 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 -2.1) (end 5.1 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 0.3) (end 5.1 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 1.5) (end 5.1 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 3.9) (end 5.1 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 5.1) (end 5.1 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 5.7) (end 5.1 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 6.3) (end 5.1 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 4.5 7.5) (end 5.1 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 -6.3) (end 5.7 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 -5.7) (end 5.7 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 -5.1) (end 5.7 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 -4.5) (end 5.7 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 -3.9) (end 5.7 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 -2.7) (end 5.7 -3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 3.9) (end 5.7 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 5.1) (end 5.7 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 5.7) (end 5.7 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 6.3) (end 5.7 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.1 7.5) (end 5.7 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 -6.9) (end 6.3 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 -4.5) (end 6.3 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 -3.3) (end 6.3 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 -2.1) (end 6.3 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 0.3) (end 6.3 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 1.5) (end 6.3 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 2.7) (end 6.3 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 3.9) (end 6.3 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 5.1) (end 6.3 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 5.7) (end 6.3 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 6.3) (end 6.3 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 5.7 7.5) (end 6.3 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 -6.9) (end 6.9 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 -4.5) (end 6.9 -5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 -3.9) (end 6.9 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 -3.3) (end 6.9 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 -0.9) (end 6.9 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 0.3) (end 6.9 -0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 0.9) (end 6.9 0.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 1.5) (end 6.9 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 2.7) (end 6.9 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 3.9) (end 6.9 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.3 7.5) (end 6.9 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -6.9) (end 7.5 -7.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -6.3) (end 7.5 -6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -5.7) (end 7.5 -6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -5.1) (end 7.5 -5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -3.9) (end 7.5 -4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -3.3) (end 7.5 -3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -2.1) (end 7.5 -2.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 -0.9) (end 7.5 -1.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 1.5) (end 7.5 0.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 2.7) (end 7.5 2.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 3.9) (end 7.5 3.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 4.5) (end 7.5 3.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 5.1) (end 7.5 4.5) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 5.7) (end 7.5 5.1) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 6.3) (end 7.5 5.7) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 6.9) (end 7.5 6.3) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - (rectangle (start 6.9 7.5) (end 7.5 6.9) - (stroke (width 0.001) (type default)) - (fill (type outline)) - ) - ) - ) - ) - - - (symbol (lib_id "qr:QR2") (at 59.055 40.64 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000061d3091b) - (property "Reference" "#QR2" (at 59.055 28.6004 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "QR2" (at 59.055 30.9118 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "QR:QR2" (at 59.055 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 59.055 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_version" "2" (at 59.055 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_size" "25" (at 59.055 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_ecc" "3,2" (at 59.055 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_mask" "2" (at 59.055 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "qr_text" "bogus 1 2 3 4" (at 59.055 40.64 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "qr_test" - (path "/8efee08b-b92e-4ba6-8722-c058e18114fe/00000000-0000-0000-0000-000061d2163a" - (reference "#QR2") (unit 1) - ) - ) - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "8b7bbefd-8f78-41f8-809c-2534a5de3b39") + (paper "A4") + (lib_symbols + (symbol "qr:QR2" + (pin_numbers hide) + (pin_names hide) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (property "Reference" "#QR" + (at 0 8.75 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "QR2" + (at 0 -8.75 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "QR:QR2" + (at 0 -10.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 -12.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_version" "2" + (at 0 -13.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_size" "25" + (at 0 -15.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_ecc" "3,2" + (at 0 -17.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_mask" "2" + (at 0 -18.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_text" "bogus 1 2 3 4" + (at 0 -20.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "QR2_1_1" + (rectangle + (start -7.5 -6.9) + (end -6.9 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -6.3) + (end -6.9 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -5.7) + (end -6.9 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -5.1) + (end -6.9 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -4.5) + (end -6.9 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -3.9) + (end -6.9 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -3.3) + (end -6.9 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -2.1) + (end -6.9 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -1.5) + (end -6.9 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -0.9) + (end -6.9 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 -0.3) + (end -6.9 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 0.9) + (end -6.9 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 2.1) + (end -6.9 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 3.9) + (end -6.9 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 4.5) + (end -6.9 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 5.1) + (end -6.9 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 5.7) + (end -6.9 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 6.3) + (end -6.9 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 6.9) + (end -6.9 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.5 7.5) + (end -6.9 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.9 -6.9) + (end -6.3 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.9 -3.3) + (end -6.3 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.9 0.3) + (end -6.3 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.9 0.9) + (end -6.3 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.9 3.9) + (end -6.3 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.9 7.5) + (end -6.3 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -6.9) + (end -5.7 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -5.7) + (end -5.7 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -5.1) + (end -5.7 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -4.5) + (end -5.7 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -3.3) + (end -5.7 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -2.1) + (end -5.7 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -1.5) + (end -5.7 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 -0.9) + (end -5.7 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 0.3) + (end -5.7 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 2.1) + (end -5.7 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 2.7) + (end -5.7 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 3.9) + (end -5.7 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 5.1) + (end -5.7 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 5.7) + (end -5.7 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 6.3) + (end -5.7 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -6.3 7.5) + (end -5.7 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -6.9) + (end -5.1 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -5.7) + (end -5.1 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -5.1) + (end -5.1 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -4.5) + (end -5.1 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -3.3) + (end -5.1 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -2.1) + (end -5.1 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 -0.9) + (end -5.1 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 0.9) + (end -5.1 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 2.7) + (end -5.1 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 3.9) + (end -5.1 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 5.1) + (end -5.1 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 5.7) + (end -5.1 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 6.3) + (end -5.1 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.7 7.5) + (end -5.1 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -6.9) + (end -4.5 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -5.7) + (end -4.5 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -5.1) + (end -4.5 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -4.5) + (end -4.5 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -3.3) + (end -4.5 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -1.5) + (end -4.5 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 -0.3) + (end -4.5 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 0.3) + (end -4.5 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 2.1) + (end -4.5 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 2.7) + (end -4.5 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 3.9) + (end -4.5 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 5.1) + (end -4.5 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 5.7) + (end -4.5 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 6.3) + (end -4.5 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -5.1 7.5) + (end -4.5 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 -6.9) + (end -3.9 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 -3.3) + (end -3.9 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 -1.5) + (end -3.9 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 0.9) + (end -3.9 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 2.1) + (end -3.9 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 3.9) + (end -3.9 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -4.5 7.5) + (end -3.9 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -6.9) + (end -3.3 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -6.3) + (end -3.3 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -5.7) + (end -3.3 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -5.1) + (end -3.3 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -4.5) + (end -3.3 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -3.9) + (end -3.3 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -3.3) + (end -3.3 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -2.1) + (end -3.3 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 -0.9) + (end -3.3 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 0.3) + (end -3.3 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 1.5) + (end -3.3 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 2.7) + (end -3.3 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 3.9) + (end -3.3 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 4.5) + (end -3.3 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 5.1) + (end -3.3 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 5.7) + (end -3.3 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 6.3) + (end -3.3 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 6.9) + (end -3.3 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.9 7.5) + (end -3.3 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.3 -2.1) + (end -2.7 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.3 -1.5) + (end -2.7 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.3 -0.9) + (end -2.7 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.3 1.5) + (end -2.7 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -3.3 2.1) + (end -2.7 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 -5.7) + (end -2.1 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 -5.1) + (end -2.1 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 -4.5) + (end -2.1 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 -2.7) + (end -2.1 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 -0.9) + (end -2.1 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 0.3) + (end -2.1 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 1.5) + (end -2.1 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 2.1) + (end -2.1 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 2.7) + (end -2.1 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 3.3) + (end -2.1 2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 3.9) + (end -2.1 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 4.5) + (end -2.1 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 6.3) + (end -2.1 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 6.9) + (end -2.1 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.7 7.5) + (end -2.1 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 -6.9) + (end -1.5 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 -6.3) + (end -1.5 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 -5.7) + (end -1.5 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 -5.1) + (end -1.5 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 -0.9) + (end -1.5 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 0.3) + (end -1.5 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 0.9) + (end -1.5 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 2.1) + (end -1.5 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 2.7) + (end -1.5 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 4.5) + (end -1.5 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 5.7) + (end -1.5 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -2.1 6.9) + (end -1.5 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -6.9) + (end -0.9 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -5.7) + (end -0.9 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -4.5) + (end -0.9 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -3.9) + (end -0.9 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -3.3) + (end -0.9 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -1.5) + (end -0.9 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -0.9) + (end -0.9 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 -0.3) + (end -0.9 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 0.9) + (end -0.9 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 1.5) + (end -0.9 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 2.1) + (end -0.9 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 3.9) + (end -0.9 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 4.5) + (end -0.9 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 5.1) + (end -0.9 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -1.5 7.5) + (end -0.9 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -6.3) + (end -0.3 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -5.1) + (end -0.3 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -4.5) + (end -0.3 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -3.9) + (end -0.3 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -3.3) + (end -0.3 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -2.7) + (end -0.3 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 -1.5) + (end -0.3 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 0.3) + (end -0.3 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 1.5) + (end -0.3 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 2.1) + (end -0.3 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 5.1) + (end -0.3 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 5.7) + (end -0.3 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.9 7.5) + (end -0.3 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 -6.9) + (end 0.3 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 -5.1) + (end 0.3 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 -4.5) + (end 0.3 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 -3.9) + (end 0.3 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 -0.9) + (end 0.3 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 0.3) + (end 0.3 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 0.9) + (end 0.3 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 3.3) + (end 0.3 2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 3.9) + (end 0.3 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 5.1) + (end 0.3 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 5.7) + (end 0.3 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -0.3 7.5) + (end 0.3 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -6.9) + (end 0.9 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -6.3) + (end 0.9 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -5.7) + (end 0.9 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -3.3) + (end 0.9 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -2.1) + (end 0.9 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -1.5) + (end 0.9 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -0.9) + (end 0.9 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 -0.3) + (end 0.9 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 0.9) + (end 0.9 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 1.5) + (end 0.9 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 2.1) + (end 0.9 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 2.7) + (end 0.9 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 3.3) + (end 0.9 2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 4.5) + (end 0.9 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 5.1) + (end 0.9 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 6.9) + (end 0.9 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.3 7.5) + (end 0.9 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 -6.9) + (end 1.5 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 -6.3) + (end 1.5 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 -5.7) + (end 1.5 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 -2.7) + (end 1.5 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 -2.1) + (end 1.5 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 -0.3) + (end 1.5 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 0.3) + (end 1.5 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 1.5) + (end 1.5 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 2.1) + (end 1.5 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 3.3) + (end 1.5 2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 3.9) + (end 1.5 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 4.5) + (end 1.5 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 5.1) + (end 1.5 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 6.3) + (end 1.5 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 6.9) + (end 1.5 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.9 7.5) + (end 1.5 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -6.9) + (end 2.1 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -5.1) + (end 2.1 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -4.5) + (end 2.1 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -3.9) + (end 2.1 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -3.3) + (end 2.1 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -2.7) + (end 2.1 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 -0.3) + (end 2.1 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 0.9) + (end 2.1 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 1.5) + (end 2.1 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 2.7) + (end 2.1 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 3.3) + (end 2.1 2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 5.7) + (end 2.1 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.5 6.9) + (end 2.1 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -6.3) + (end 2.7 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -4.5) + (end 2.7 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -3.9) + (end 2.7 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -3.3) + (end 2.7 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -2.7) + (end 2.7 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -2.1) + (end 2.7 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -1.5) + (end 2.7 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 -0.3) + (end 2.7 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 2.1) + (end 2.7 1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 3.3) + (end 2.7 2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 3.9) + (end 2.7 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 4.5) + (end 2.7 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 5.1) + (end 2.7 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 6.3) + (end 2.7 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.1 6.9) + (end 2.7 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.7 -4.5) + (end 3.3 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.7 -2.1) + (end 3.3 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.7 -1.5) + (end 3.3 -2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.7 -0.3) + (end 3.3 -0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 2.7 2.7) + (end 3.3 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -6.9) + (end 3.9 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -6.3) + (end 3.9 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -5.1) + (end 3.9 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -4.5) + (end 3.9 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -3.3) + (end 3.9 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -2.1) + (end 3.9 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 -0.9) + (end 3.9 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 0.3) + (end 3.9 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 0.9) + (end 3.9 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 1.5) + (end 3.9 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 2.7) + (end 3.9 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 3.9) + (end 3.9 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 4.5) + (end 3.9 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 5.1) + (end 3.9 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 5.7) + (end 3.9 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 6.3) + (end 3.9 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 6.9) + (end 3.9 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.3 7.5) + (end 3.9 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 -6.3) + (end 4.5 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 -4.5) + (end 4.5 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 -2.1) + (end 4.5 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 0.3) + (end 4.5 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 2.7) + (end 4.5 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 3.9) + (end 4.5 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 3.9 7.5) + (end 4.5 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 -5.1) + (end 5.1 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 -4.5) + (end 5.1 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 -3.9) + (end 5.1 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 -3.3) + (end 5.1 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 -2.7) + (end 5.1 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 -2.1) + (end 5.1 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 0.3) + (end 5.1 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 1.5) + (end 5.1 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 3.9) + (end 5.1 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 5.1) + (end 5.1 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 5.7) + (end 5.1 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 6.3) + (end 5.1 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 4.5 7.5) + (end 5.1 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 -6.3) + (end 5.7 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 -5.7) + (end 5.7 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 -5.1) + (end 5.7 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 -4.5) + (end 5.7 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 -3.9) + (end 5.7 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 -2.7) + (end 5.7 -3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 3.9) + (end 5.7 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 5.1) + (end 5.7 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 5.7) + (end 5.7 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 6.3) + (end 5.7 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.1 7.5) + (end 5.7 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 -6.9) + (end 6.3 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 -4.5) + (end 6.3 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 -3.3) + (end 6.3 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 -2.1) + (end 6.3 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 0.3) + (end 6.3 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 1.5) + (end 6.3 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 2.7) + (end 6.3 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 3.9) + (end 6.3 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 5.1) + (end 6.3 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 5.7) + (end 6.3 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 6.3) + (end 6.3 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 5.7 7.5) + (end 6.3 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 -6.9) + (end 6.9 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 -4.5) + (end 6.9 -5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 -3.9) + (end 6.9 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 -3.3) + (end 6.9 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 -0.9) + (end 6.9 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 0.3) + (end 6.9 -0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 0.9) + (end 6.9 0.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 1.5) + (end 6.9 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 2.7) + (end 6.9 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 3.9) + (end 6.9 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.3 7.5) + (end 6.9 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -6.9) + (end 7.5 -7.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -6.3) + (end 7.5 -6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -5.7) + (end 7.5 -6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -5.1) + (end 7.5 -5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -3.9) + (end 7.5 -4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -3.3) + (end 7.5 -3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -2.1) + (end 7.5 -2.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 -0.9) + (end 7.5 -1.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 1.5) + (end 7.5 0.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 2.7) + (end 7.5 2.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 3.9) + (end 7.5 3.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 4.5) + (end 7.5 3.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 5.1) + (end 7.5 4.5) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 5.7) + (end 7.5 5.1) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 6.3) + (end 7.5 5.7) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 6.9) + (end 7.5 6.3) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 6.9 7.5) + (end 7.5 6.9) + (stroke + (width 0.001) + (type default) + ) + (fill + (type outline) + ) + ) + ) + ) + ) + (symbol + (lib_id "qr:QR2") + (at 59.055 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000061d3091b") + (property "Reference" "#QR2" + (at 59.055 28.6004 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "QR2" + (at 59.055 30.9118 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "QR:QR2" + (at 59.055 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_version" "2" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_size" "25" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_ecc" "3,2" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_mask" "2" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "qr_text" "bogus 1 2 3 4" + (at 59.055 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "qr_test" + (path "/8efee08b-b92e-4ba6-8722-c058e18114fe/00000000-0000-0000-0000-000061d2163a" + (reference "#QR2") + (unit 1) + ) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/resistor_tht.kicad_pcb b/tests/board_samples/kicad_8/resistor_tht.kicad_pcb index e85d32a91..81900eb98 100644 --- a/tests/board_samples/kicad_8/resistor_tht.kicad_pcb +++ b/tests/board_samples/kicad_8/resistor_tht.kicad_pcb @@ -1,3041 +1,12360 @@ -(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 - (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 6) - (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 "unconnected-(R1-Pad1)") - (net 2 "unconnected-(R1-Pad2)") - (net 3 "unconnected-(R2-Pad1)") - (net 4 "unconnected-(R2-Pad2)") - (net 5 "unconnected-(R3-Pad1)") - (net 6 "unconnected-(R3-Pad2)") - (net 7 "unconnected-(R4-Pad1)") - (net 8 "unconnected-(R4-Pad2)") - (net 9 "unconnected-(R5-Pad1)") - (net 10 "unconnected-(R5-Pad2)") - (net 11 "unconnected-(R6-Pad1)") - (net 12 "unconnected-(R6-Pad2)") - (net 13 "unconnected-(R7-Pad1)") - (net 14 "unconnected-(R7-Pad2)") - (net 15 "unconnected-(R8-Pad1)") - (net 16 "unconnected-(R8-Pad2)") - (net 17 "unconnected-(R9-Pad1)") - (net 18 "unconnected-(R9-Pad2)") - (net 19 "unconnected-(R10-Pad1)") - (net 20 "unconnected-(R10-Pad2)") - (net 21 "unconnected-(R11-Pad1)") - (net 22 "unconnected-(R11-Pad2)") - (net 23 "unconnected-(R12-Pad1)") - (net 24 "unconnected-(R12-Pad2)") - (net 25 "unconnected-(R13-Pad1)") - (net 26 "unconnected-(R13-Pad2)") - (net 27 "unconnected-(R14-Pad1)") - (net 28 "unconnected-(R14-Pad2)") - (net 29 "unconnected-(R15-Pad1)") - (net 30 "unconnected-(R15-Pad2)") - (net 31 "unconnected-(R17-Pad1)") - (net 32 "unconnected-(R17-Pad2)") - (net 33 "unconnected-(R18-Pad1)") - (net 34 "unconnected-(R18-Pad2)") - (net 35 "unconnected-(R19-Pad1)") - (net 36 "unconnected-(R19-Pad2)") - (net 37 "unconnected-(R20-Pad1)") - (net 38 "unconnected-(R20-Pad2)") - (net 39 "unconnected-(R21-Pad1)") - (net 40 "unconnected-(R21-Pad2)") - (net 41 "unconnected-(R22-Pad1)") - (net 42 "unconnected-(R22-Pad2)") - (net 43 "unconnected-(R23-Pad1)") - (net 44 "unconnected-(R23-Pad2)") - (net 45 "unconnected-(R24-Pad1)") - (net 46 "unconnected-(R24-Pad2)") - (net 47 "unconnected-(R25-Pad1)") - (net 48 "unconnected-(R25-Pad2)") - (net 49 "unconnected-(R26-Pad1)") - (net 50 "unconnected-(R26-Pad2)") - (net 51 "unconnected-(R27-Pad1)") - (net 52 "unconnected-(R27-Pad2)") - (net 53 "unconnected-(R28-Pad1)") - (net 54 "unconnected-(R28-Pad2)") - (net 55 "unconnected-(R29-Pad1)") - (net 56 "unconnected-(R29-Pad2)") - (net 57 "unconnected-(R30-Pad1)") - (net 58 "unconnected-(R30-Pad2)") - (net 59 "unconnected-(R31-Pad1)") - (net 60 "unconnected-(R31-Pad2)") - (net 61 "unconnected-(R32-Pad1)") - (net 62 "unconnected-(R32-Pad2)") - (net 63 "unconnected-(R33-Pad1)") - (net 64 "unconnected-(R33-Pad2)") - (net 65 "unconnected-(R34-Pad1)") - (net 66 "unconnected-(R34-Pad2)") - (net 67 "unconnected-(R35-Pad1)") - (net 68 "unconnected-(R35-Pad2)") - (net 69 "unconnected-(R36-Pad1)") - (net 70 "unconnected-(R36-Pad2)") - (net 71 "unconnected-(R37-Pad1)") - (net 72 "unconnected-(R37-Pad2)") - (net 73 "unconnected-(R38-Pad1)") - (net 74 "unconnected-(R38-Pad2)") - (net 75 "unconnected-(R39-Pad1)") - (net 76 "unconnected-(R39-Pad2)") - (net 77 "unconnected-(R40-Pad1)") - (net 78 "unconnected-(R40-Pad2)") - (net 79 "unconnected-(R41-Pad1)") - (net 80 "unconnected-(R41-Pad2)") - (net 81 "unconnected-(R42-Pad1)") - (net 82 "unconnected-(R42-Pad2)") - (net 83 "unconnected-(R43-Pad1)") - (net 84 "unconnected-(R43-Pad2)") - (net 85 "unconnected-(R44-Pad1)") - (net 86 "unconnected-(R44-Pad2)") - (net 87 "unconnected-(R45-Pad1)") - (net 88 "unconnected-(R45-Pad2)") - (net 89 "unconnected-(R46-Pad1)") - (net 90 "unconnected-(R46-Pad2)") - (net 91 "unconnected-(R47-Pad1)") - (net 92 "unconnected-(R47-Pad2)") - (net 93 "unconnected-(R48-Pad1)") - (net 94 "unconnected-(R48-Pad2)") - (net 95 "unconnected-(R49-Pad1)") - (net 96 "unconnected-(R49-Pad2)") - (net 97 "unconnected-(R50-Pad1)") - (net 98 "unconnected-(R50-Pad2)") - - (footprint "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P7.62mm_Vertical" (layer "F.Cu") - (tstamp 05e75924-12d4-4538-bfd1-cd745b63872c) - (at 153.65 83) - (descr "Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=7.62mm, 1W, length*diameter=9.9*3.6mm^2") - (tags "Resistor Axial_DIN0411 series Axial Vertical pin pitch 7.62mm 1W length 9.9mm diameter 3.6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "5%") - (path "/88a0b05d-580a-4988-9527-15e7a4fab69a") - (attr through_hole) - (fp_text reference "R23" (at 3.81 -2.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a911d427-cdc5-49c3-b200-4db8d25c7398) - ) - (fp_text value "680k" (at 3.81 2.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 084f4eb4-461e-4a9a-b9fb-09a41a8f2dc1) - ) - (fp_text user "${REFERENCE}" (at 3.81 -2.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ed52232b-2675-46dc-981e-86c41833d097) - ) - (fp_line (start 1.92 0) (end 6.12 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15df40a5-9590-4783-88d4-01ac2d102f55)) - (fp_circle (center 0 0) (end 1.92 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp c5527f46-2fe3-4abf-b9a5-9527bc379aa8)) - (fp_line (start -2.05 -2.05) (end -2.05 2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16d6fb60-8c79-46de-823e-378a08810486)) - (fp_line (start -2.05 2.05) (end 9.07 2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 26dea755-8008-46b0-9d33-dd443caca5c6)) - (fp_line (start 9.07 -2.05) (end -2.05 -2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0e45ce4a-5db0-4de1-b1a9-0a2392e9f5d0)) - (fp_line (start 9.07 2.05) (end 9.07 -2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bb48d961-8c01-4867-ab69-b9afab20d37e)) - (fp_line (start 0 0) (end 7.62 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fab90ee9-f863-4c18-b383-a424f365b3cf)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 22cdbeb6-de24-4316-a1ca-ac55d2b50e84)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 43 "unconnected-(R23-Pad1)") (pintype "passive") (tstamp c69a7343-d323-422d-8d64-ee8904f407e2)) - (pad "2" thru_hole oval (at 7.62 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 44 "unconnected-(R23-Pad2)") (pintype "passive") (tstamp e1551230-83c0-44b9-b825-eb375dc00f80)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0411_L9.9mm_D3.6mm_P7.62mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P15.24mm_Horizontal" (layer "F.Cu") - (tstamp 066640a1-1355-43bb-9796-e099ee622e5d) - (at 119.38 81) - (descr "Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=15.24mm, 1W, length*diameter=9.9*3.6mm^2") - (tags "Resistor Axial_DIN0411 series Axial Horizontal pin pitch 15.24mm 1W length 9.9mm diameter 3.6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "5%") - (path "/2b7f38fe-ce6f-4939-8067-8908355d1c44") - (attr through_hole) - (fp_text reference "R19" (at 7.62 -2.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 396aaf0b-0dc6-445c-819a-77681bee6405) - ) - (fp_text value "330" (at 7.62 2.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5132f55c-f4df-452d-ad04-3890636080ac) - ) - (fp_text user "${REFERENCE}" (at 7.62 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fa087d2d-b61e-4bce-b47c-777fac024d79) - ) - (fp_line (start 1.44 0) (end 2.55 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 84087598-bd99-4e86-8bbc-33b383b98933)) - (fp_line (start 2.55 -1.92) (end 2.55 1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 83fe307e-94f6-4f62-8d6c-ef16b313972d)) - (fp_line (start 2.55 1.92) (end 12.69 1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f06dd3b-6c8e-4bd3-a3ee-d7c357fbe786)) - (fp_line (start 12.69 -1.92) (end 2.55 -1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp db2c6520-ee24-4be4-ae74-4887d8c55ccc)) - (fp_line (start 12.69 1.92) (end 12.69 -1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5dadc617-aa85-4602-b8b1-49722ed07c0c)) - (fp_line (start 13.8 0) (end 12.69 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cef07944-3507-4753-b84f-de054531460a)) - (fp_line (start -1.45 -2.05) (end -1.45 2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f2532266-5c44-4b6b-ab81-2da565602295)) - (fp_line (start -1.45 2.05) (end 16.69 2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4663aa17-295b-4450-980d-452957236071)) - (fp_line (start 16.69 -2.05) (end -1.45 -2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b39550d5-9d3d-460a-aaf7-3166ffdd33ce)) - (fp_line (start 16.69 2.05) (end 16.69 -2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3032d889-f6ad-4c11-9581-af352ed0e43d)) - (fp_line (start 0 0) (end 2.67 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 39d5e6b3-2d8a-4e68-aae5-39853d8a9141)) - (fp_line (start 2.67 -1.8) (end 2.67 1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00284579-7e9c-4941-b285-ec138e3c398c)) - (fp_line (start 2.67 1.8) (end 12.57 1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ab75b40-136f-459b-944e-48ae53c1b823)) - (fp_line (start 12.57 -1.8) (end 2.67 -1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f5a2ca6-d505-4e4d-9478-ab971e2efea3)) - (fp_line (start 12.57 1.8) (end 12.57 -1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87638409-dda1-4160-b757-3b3700203ceb)) - (fp_line (start 15.24 0) (end 12.57 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b560632f-91e2-446a-aeb9-aa4995ec9962)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 35 "unconnected-(R19-Pad1)") (pintype "passive") (tstamp 7f8f96f8-605d-46bd-b32e-eaccd3dbc17a)) - (pad "2" thru_hole oval (at 15.24 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 36 "unconnected-(R19-Pad2)") (pintype "passive") (tstamp 640a001c-ce03-47d1-b6c8-4c3d4ef5a1e6)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0411_L9.9mm_D3.6mm_P15.24mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P25.40mm_Horizontal" (layer "F.Cu") - (tstamp 0d746b83-fc6c-42ae-99f7-6706acd0e025) - (at 88.3 89) - (descr "Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=25.4mm, 1W, length*diameter=9.9*3.6mm^2") - (tags "Resistor Axial_DIN0411 series Axial Horizontal pin pitch 25.4mm 1W length 9.9mm diameter 3.6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "5%") - (path "/ff8382a3-9296-429d-8304-fa9de6299924") - (attr through_hole) - (fp_text reference "R21" (at 12.7 -2.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9efa697f-6f88-47ec-8ad4-852d00153f15) - ) - (fp_text value "1k5" (at 12.7 2.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 59ee0bc2-65bc-4991-a34c-f87aafe00a7b) - ) - (fp_text user "${REFERENCE}" (at 12.7 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8f564acd-e7d5-4ef7-a082-58678131d935) - ) - (fp_line (start 1.44 0) (end 7.63 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38b2ce12-940c-495e-a6d8-5bece97c1334)) - (fp_line (start 7.63 -1.92) (end 7.63 1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 56fa7eea-d1d6-480a-9d14-2d22b11b196a)) - (fp_line (start 7.63 1.92) (end 17.77 1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e8290e7-84c1-4f3d-823e-429f96155a9d)) - (fp_line (start 17.77 -1.92) (end 7.63 -1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 41ff1bcf-7820-42bd-a1ab-e1be1f37e49a)) - (fp_line (start 17.77 1.92) (end 17.77 -1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b08cbbf-2baa-499e-bee3-c0b9f2e810da)) - (fp_line (start 23.96 0) (end 17.77 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b9c96bc-36d9-4469-b046-a477f528f55c)) - (fp_line (start -1.45 -2.05) (end -1.45 2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bbac7020-9c3a-437d-a078-99f1938a3024)) - (fp_line (start -1.45 2.05) (end 26.85 2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9c645a5-b7ce-4f0a-96de-daf57564cae1)) - (fp_line (start 26.85 -2.05) (end -1.45 -2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 69298b64-f207-45af-b979-189b9d84958a)) - (fp_line (start 26.85 2.05) (end 26.85 -2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff4ff441-b07c-4ed8-9363-5714ab3e2017)) - (fp_line (start 0 0) (end 7.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 421d11ac-5eb2-4aa1-bf9a-63212d06a160)) - (fp_line (start 7.75 -1.8) (end 7.75 1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b21cdd1f-517a-4d88-a4b8-eea70711b55d)) - (fp_line (start 7.75 1.8) (end 17.65 1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 95c87615-d603-46d9-a364-3b8f67e164ba)) - (fp_line (start 17.65 -1.8) (end 7.75 -1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d12b52ce-3b0e-4ec4-b562-01cd80afe454)) - (fp_line (start 17.65 1.8) (end 17.65 -1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8cfcf1fd-f5f6-4349-a43e-1ff76b87ead9)) - (fp_line (start 25.4 0) (end 17.65 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a456c44d-ed45-42e0-aeb5-6740a06cc295)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 39 "unconnected-(R21-Pad1)") (pintype "passive") (tstamp 296b9f8f-b8f4-4ab5-8db6-c31de38ffff2)) - (pad "2" thru_hole oval (at 25.4 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 40 "unconnected-(R21-Pad2)") (pintype "passive") (tstamp 2970b2a6-9589-4335-a586-cafada2993b4)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0411_L9.9mm_D3.6mm_P25.40mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P25.40mm_Horizontal" (layer "F.Cu") - (tstamp 10271af7-eb9c-4dbc-9b53-ff8a10e5b619) - (at 79.3 63) - (descr "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") - (tags "Resistor Axial_DIN0414 series Axial Horizontal pin pitch 25.4mm 2W length 11.9mm diameter 4.5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (path "/bb38c897-d2f8-4276-a663-bb1f35f5db41") - (attr through_hole) - (fp_text reference "R26" (at 12.7 -3.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8c217b04-361d-48af-b961-1d540df74a9f) - ) - (fp_text value "0.01 5%" (at 12.7 3.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d228c21f-e790-45ba-aad5-43b7d6020d9a) - ) - (fp_text user "${REFERENCE}" (at 12.7 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d88b6526-405b-4044-a9a0-d748cca829e5) - ) - (fp_line (start 1.44 0) (end 6.63 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b596227-d9ce-46bd-a3be-52faf35b23e5)) - (fp_line (start 6.63 -2.37) (end 6.63 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2ccec14-b423-40bc-9169-627b3acd18e5)) - (fp_line (start 6.63 2.37) (end 18.77 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 190b7aff-edbf-4cd9-bbd5-cba53df92447)) - (fp_line (start 18.77 -2.37) (end 6.63 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0de9f2f5-239d-4b51-8316-ce755fbf8459)) - (fp_line (start 18.77 2.37) (end 18.77 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c4c4aa8c-0d0e-4a72-8a06-fd6eaaac03e2)) - (fp_line (start 23.96 0) (end 18.77 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a106b050-da1d-4a3e-af5f-ce2a89f77dba)) - (fp_line (start -1.45 -2.5) (end -1.45 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4fe20e21-ac61-4ca5-814b-3814304771c8)) - (fp_line (start -1.45 2.5) (end 26.85 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c699a017-3b31-4169-8a50-5fb4df6441dd)) - (fp_line (start 26.85 -2.5) (end -1.45 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5b787bd-f99d-456c-8ad6-03ba8196ac8c)) - (fp_line (start 26.85 2.5) (end 26.85 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cfe6db13-8b9a-4dde-9721-10f877837d24)) - (fp_line (start 0 0) (end 6.75 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d0ae0c7b-bb9d-4181-9798-5fa6e7e49839)) - (fp_line (start 6.75 -2.25) (end 6.75 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0391af9c-a4f3-4949-ab09-5a046f61d6a8)) - (fp_line (start 6.75 2.25) (end 18.65 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1bdef6bd-1a78-49e8-bc35-a44dc6d0a7b9)) - (fp_line (start 18.65 -2.25) (end 6.75 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb2360e1-8406-4851-99a6-e7dee8d06cf0)) - (fp_line (start 18.65 2.25) (end 18.65 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 06b8bcb9-2df9-468a-aa16-26ea549eea75)) - (fp_line (start 25.4 0) (end 18.65 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e62bae8-35e0-4714-b3b8-014778d24afc)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 49 "unconnected-(R26-Pad1)") (pintype "passive") (tstamp 7347bec8-14e8-444b-8d63-d69989af25ef)) - (pad "2" thru_hole oval (at 25.4 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 50 "unconnected-(R26-Pad2)") (pintype "passive") (tstamp f469f80e-9f42-4a6d-a83c-73bb939bc22b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0414_L11.9mm_D4.5mm_P25.40mm_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_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 11e8ce10-a79c-4ae9-b6ee-7b75afc38710) - (at 126 100) - (descr "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") - (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (path "/7b72a10d-7943-44f0-8044-23594ac0715e") - (attr through_hole) - (fp_text reference "R2" (at 1.27 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4d65c8a1-9810-407d-9199-25827bd53add) - ) - (fp_text value "0R12" (at 1.27 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c1988928-a892-48dc-9a6c-fc2ed4f6ff03) - ) - (fp_text user "${REFERENCE}" (at 1.27 -1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f69a1bcc-10e7-4125-93ee-e51ae293e926) - ) - (fp_line (start 0.92 0) (end 1.54 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp abeca982-56ac-48fb-937d-b4c5a2b3f919)) - (fp_circle (center 0 0) (end 0.92 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 1196d8f8-e196-4e80-b450-37ce8b21295b)) - (fp_line (start -1.05 -1.05) (end -1.05 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e392426b-a078-467d-b72e-08afe267835b)) - (fp_line (start -1.05 1.05) (end 3.49 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b2d3b67-2990-47f4-b0a6-d3adb9636028)) - (fp_line (start 3.49 -1.05) (end -1.05 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67114970-ab67-4e8c-be4d-21abe9075e03)) - (fp_line (start 3.49 1.05) (end 3.49 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16fd77c1-dd2d-4372-b443-9cf903f181af)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ebd117ed-a956-400d-81ca-d2f7d3404954)) - (fp_circle (center 0 0) (end 0.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp caa54e11-f3d3-4e6d-bec9-e788d1ce014c)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 3 "unconnected-(R2-Pad1)") (pintype "passive") (tstamp c135c7bf-e201-4ce2-8dbd-6cdc87be4e65)) - (pad "2" thru_hole oval (at 2.54 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 4 "unconnected-(R2-Pad2)") (pintype "passive") (tstamp d5f60e21-291c-4d9e-9355-d9ef29b90407)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_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_P1.90mm_Vertical" (layer "F.Cu") - (tstamp 131143d2-14bf-4b9d-b881-d2af7af307b6) - (at 119 100) - (descr "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") - (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 1.9mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (path "/775a1f34-c356-456d-9f0b-1b83235ab412") - (attr through_hole) - (fp_text reference "R1" (at 0.95 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6e077d8e-0472-41d3-9a80-e2b5025c92f0) - ) - (fp_text value "0.01" (at 0.95 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fdb0deef-0177-4385-a6af-ebd91285e8c3) - ) - (fp_text user "${REFERENCE}" (at 0.95 -1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 153d3b9d-3c24-4523-9f09-13ed450eee8b) - ) - (fp_arc (start 0.320095 0.749359) (mid -0.813042 -0.054435) (end 0.417133 -0.7) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 38a260ab-354b-415f-a28e-4a162b2dd63d)) - (fp_line (start -1.05 -1.05) (end -1.05 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9b4feecb-c56b-45c8-a683-75d25ad64ff2)) - (fp_line (start -1.05 1.05) (end 2.86 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp accf1017-9bf9-459a-a990-52e642e3efb0)) - (fp_line (start 2.86 -1.05) (end -1.05 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe559abe-1721-46ac-998a-05b6c8a589d2)) - (fp_line (start 2.86 1.05) (end 2.86 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a956d04f-9aeb-4317-8ff1-c08774074408)) - (fp_line (start 0 0) (end 1.9 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c7221ea6-adae-4b47-affc-8e0d302e301c)) - (fp_circle (center 0 0) (end 0.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 13d921a1-e0e1-4df2-a385-eb5604b52dbf)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 1 "unconnected-(R1-Pad1)") (pintype "passive") (tstamp 782f6ab6-d8cb-44a5-a260-514a73c5a23a)) - (pad "2" thru_hole oval (at 1.9 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 2 "unconnected-(R1-Pad2)") (pintype "passive") (tstamp 83e2bb9f-02fa-425f-aafd-c5fa98f7793e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P1.90mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P20.32mm_Horizontal" (layer "F.Cu") - (tstamp 16d1651c-7ef5-4cbe-ae70-108973da2e25) - (at 117.84 89) - (descr "Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=20.32mm, 1W, length*diameter=9.9*3.6mm^2") - (tags "Resistor Axial_DIN0411 series Axial Horizontal pin pitch 20.32mm 1W length 9.9mm diameter 3.6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "5%") - (path "/a4bf5de6-31a9-4068-9aec-b2c81a6968cf") - (attr through_hole) - (fp_text reference "R20" (at 10.16 -2.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7a1c3eb0-3696-45e4-b577-069852d3cb6b) - ) - (fp_text value "220" (at 10.16 2.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 78613a74-e6c2-48dc-8a36-572b44a3f02a) - ) - (fp_text user "${REFERENCE}" (at 10.16 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 41e75c60-ffbf-4b4a-81e7-9f7a90e0047f) - ) - (fp_line (start 1.44 0) (end 5.09 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8a9d80a-78a2-43cb-a7c4-0cf7bfa306ad)) - (fp_line (start 5.09 -1.92) (end 5.09 1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67fc608d-76bc-4c56-888a-936466c17380)) - (fp_line (start 5.09 1.92) (end 15.23 1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec26cdef-ea45-40d5-9d5b-364a272e7cda)) - (fp_line (start 15.23 -1.92) (end 5.09 -1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ea855448-7223-4b73-9e7d-8feea4ea6696)) - (fp_line (start 15.23 1.92) (end 15.23 -1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 76669289-1ffd-49f2-875b-9c0236a1cb57)) - (fp_line (start 18.88 0) (end 15.23 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62e77b8a-6d29-41b4-8710-03bea2a1816e)) - (fp_line (start -1.45 -2.05) (end -1.45 2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dfcc6d88-ecbb-4166-b624-24b2f11249a7)) - (fp_line (start -1.45 2.05) (end 21.77 2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10a319ca-0646-4240-9a92-e9f2e1df9d5f)) - (fp_line (start 21.77 -2.05) (end -1.45 -2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f5e91b6b-e3de-485e-a9d9-6ac98c289c96)) - (fp_line (start 21.77 2.05) (end 21.77 -2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce1aef04-9fad-4fbc-a243-2566eab42afb)) - (fp_line (start 0 0) (end 5.21 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 60f2ca8f-6f95-46ae-976d-323558f189e5)) - (fp_line (start 5.21 -1.8) (end 5.21 1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b17ff37-3fad-4111-b9ae-0c487015a321)) - (fp_line (start 5.21 1.8) (end 15.11 1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d7f5834-a696-4dc4-adc6-3b10a274998e)) - (fp_line (start 15.11 -1.8) (end 5.21 -1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3c775bf-4c20-4711-b161-4a34017de5c2)) - (fp_line (start 15.11 1.8) (end 15.11 -1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8a50939-8b11-4132-9e85-b68afe2c511f)) - (fp_line (start 20.32 0) (end 15.11 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e2805e97-ab31-416e-9bd0-1c83c4223b91)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 37 "unconnected-(R20-Pad1)") (pintype "passive") (tstamp 05fc8f61-60eb-4c7e-bc0c-237116448dc1)) - (pad "2" thru_hole oval (at 20.32 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 38 "unconnected-(R20-Pad2)") (pintype "passive") (tstamp 714f8517-9f1b-48a1-96d0-dea5377d730d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0411_L9.9mm_D3.6mm_P20.32mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P20.32mm_Horizontal" (layer "F.Cu") - (tstamp 21c41f06-69f1-443c-b869-e127b1cc0198) - (at 90.84 96) - (descr "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") - (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 20.32mm 0.5W = 1/2W length 9mm diameter 3.2mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "10%") - (path "/47b745ff-7e46-44ee-9d9a-baf991e1efea") - (attr through_hole) - (fp_text reference "R13" (at 10.16 -2.72) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2575b091-9337-4e72-a1ac-0777a83ace09) - ) - (fp_text value "91G" (at 10.16 2.72) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e9b93335-b427-40f3-a961-9d80e07a3636) - ) - (fp_text user "${REFERENCE}" (at 10.16 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 99dce1fc-2c17-43e1-96f0-8541964749f3) - ) - (fp_line (start 1.04 0) (end 5.54 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 80583c4f-d644-4c64-a9e6-9fa6303a09e2)) - (fp_line (start 5.54 -1.72) (end 5.54 1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 28564b11-6362-4de1-8d32-6e8b96d64c74)) - (fp_line (start 5.54 1.72) (end 14.78 1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4d77f1cd-9e0c-4e6b-81ec-a1b2c8909d3d)) - (fp_line (start 14.78 -1.72) (end 5.54 -1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67c9a9d6-c87b-4e54-b14f-2f29131f21e8)) - (fp_line (start 14.78 1.72) (end 14.78 -1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 779bae5b-8d3c-4a65-9bc7-53c0edc8d441)) - (fp_line (start 19.28 0) (end 14.78 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6f79b0c4-74ec-4b24-87cc-de549d9e4f6a)) - (fp_line (start -1.05 -1.85) (end -1.05 1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ee942222-6927-4246-8dfc-07af03acfe25)) - (fp_line (start -1.05 1.85) (end 21.37 1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d04c34b4-1faf-475c-a759-d2db297c31c2)) - (fp_line (start 21.37 -1.85) (end -1.05 -1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fc7f6205-57c4-462b-912d-e0df4889d305)) - (fp_line (start 21.37 1.85) (end 21.37 -1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b318194d-1029-45a8-b304-a792e2935ac1)) - (fp_line (start 0 0) (end 5.66 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf88a9e1-f48c-4b48-af38-4df4eb66b886)) - (fp_line (start 5.66 -1.6) (end 5.66 1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb24ea64-075b-43d9-aab2-79cc71fb5bd7)) - (fp_line (start 5.66 1.6) (end 14.66 1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 519cb586-c285-496a-9ae3-fdd1c7604e97)) - (fp_line (start 14.66 -1.6) (end 5.66 -1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aeafcbb2-a7c2-4c44-98b7-5766ad21c1d5)) - (fp_line (start 14.66 1.6) (end 14.66 -1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a557852b-5500-49f0-984a-a6d381a14e1a)) - (fp_line (start 20.32 0) (end 14.66 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7920e02c-d049-4916-9e9d-f4682bb17de7)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 25 "unconnected-(R13-Pad1)") (pintype "passive") (tstamp 6b107fb6-db14-4a69-ae0f-3cee7bfb6a14)) - (pad "2" thru_hole oval (at 20.32 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 26 "unconnected-(R13-Pad2)") (pintype "passive") (tstamp 58892b5a-7aa0-4cf6-9506-92666549ba39)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P20.32mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" (layer "F.Cu") - (tstamp 260de839-b8a1-463c-879f-892512460835) - (at 67.19 103) - (descr "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") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 7.62mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "10%") - (path "/e21725bc-ca8e-4ef9-8252-4e359bc342fd") - (attr through_hole) - (fp_text reference "R10" (at 3.81 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 994c055c-a7a9-4819-8ceb-bbe01667d88b) - ) - (fp_text value "78.9M" (at 3.81 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5c3cd083-33dc-471a-858c-8b3039dcd0a9) - ) - (fp_text user "${REFERENCE}" (at 3.81 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 27a1b868-93ab-47c7-becf-313e0a112feb) - ) - (fp_line (start 0.54 -1.37) (end 7.08 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ef585d50-4470-466a-b175-ef587a3ff012)) - (fp_line (start 0.54 -1.04) (end 0.54 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99c19437-5e63-467d-b64e-29f2a9de99d6)) - (fp_line (start 0.54 1.04) (end 0.54 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48a209e6-ee7b-48fa-bb9f-d34cf453ad37)) - (fp_line (start 0.54 1.37) (end 7.08 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bd8066ca-02e4-42db-bf6d-009bfa72b240)) - (fp_line (start 7.08 -1.37) (end 7.08 -1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f99e1c36-5261-4637-b057-0b8dfb7d82f0)) - (fp_line (start 7.08 1.37) (end 7.08 1.04) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01330c91-28d3-488b-af6e-d6e7ca1ff5f9)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72da4825-b566-42cc-9a0d-1e776da75781)) - (fp_line (start -1.05 1.5) (end 8.67 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 967e26b9-aec9-4e0e-9750-9d1d422b1304)) - (fp_line (start 8.67 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d27ad355-b367-4a58-b5da-88720d974ed7)) - (fp_line (start 8.67 1.5) (end 8.67 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 73bc53b0-ca8e-4b02-8fed-280d72ea0c14)) - (fp_line (start 0 0) (end 0.66 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 49ce9100-4b88-4a18-a292-3af3c8d6274a)) - (fp_line (start 0.66 -1.25) (end 0.66 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2f3c1f98-c896-414a-acc5-e182d9ed92d8)) - (fp_line (start 0.66 1.25) (end 6.96 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6bc3eccf-8a7c-4d11-ae22-e5f454966753)) - (fp_line (start 6.96 -1.25) (end 0.66 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8022ca64-7c8d-4867-b92a-0349e0c6ee2a)) - (fp_line (start 6.96 1.25) (end 6.96 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab87ba90-9eb9-450f-9630-ef645ee80ee5)) - (fp_line (start 7.62 0) (end 6.96 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 37d329bc-758d-4ebe-ae94-ba4e708bada4)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 19 "unconnected-(R10-Pad1)") (pintype "passive") (tstamp 512f050b-b74f-4233-9754-6c21bddb8100)) - (pad "2" thru_hole oval (at 7.62 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 20 "unconnected-(R10-Pad2)") (pintype "passive") (tstamp b792f49f-b407-4f15-bef9-dced307aac19)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P20.32mm_Horizontal" (layer "F.Cu") - (tstamp 28db3c87-eaaf-480c-97c5-7abb8e7e28e6) - (at 115.84 40) - (descr "Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") - (tags "Resistor Axial_DIN0617 series Axial Horizontal pin pitch 20.32mm 2W length 17mm diameter 6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.25%") - (path "/f9bd53da-9567-49fb-8979-a805f4769e34") - (attr through_hole) - (fp_text reference "R39" (at 10.16 -4.12) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ad94657e-e5b1-4cc7-83d7-426024cb34bf) - ) - (fp_text value "678G" (at 10.16 4.12) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0b1399c6-0b2d-4407-8052-5cde3fffe93b) - ) - (fp_text user "${REFERENCE}" (at 10.16 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 076fb4da-199a-4954-b810-334b9215bf5f) - ) - (fp_line (start 1.44 0) (end 1.54 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d93ea260-5b70-4be1-9b43-fcd5b6c197ac)) - (fp_line (start 1.54 -3.12) (end 1.54 3.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3230c1c-63a5-4994-9b93-fb64199f8728)) - (fp_line (start 1.54 3.12) (end 18.78 3.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd9e02c3-a62e-4d58-9cb6-8f92f676e957)) - (fp_line (start 18.78 -3.12) (end 1.54 -3.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 050e4e8b-6427-46ad-8470-0d34bc64cfc0)) - (fp_line (start 18.78 3.12) (end 18.78 -3.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 70f54c1a-1f08-442e-ab47-1a46b9053eba)) - (fp_line (start 18.88 0) (end 18.78 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 07faa26f-4f31-40dd-9600-bb454b3be591)) - (fp_line (start -1.45 -3.25) (end -1.45 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp be119488-4381-40a7-926a-c0e239ffbd3d)) - (fp_line (start -1.45 3.25) (end 21.77 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f645a7a5-804e-479f-911f-814224746b30)) - (fp_line (start 21.77 -3.25) (end -1.45 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42ee7817-6f82-4281-888d-f0879bc3a9ba)) - (fp_line (start 21.77 3.25) (end 21.77 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c444aca6-9497-481e-ac3d-9023a3f672f9)) - (fp_line (start 0 0) (end 1.66 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a052bc2d-1457-4041-9b18-c49939fb96e7)) - (fp_line (start 1.66 -3) (end 1.66 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c429a77f-c50b-4968-bcb4-9a5aaa18495b)) - (fp_line (start 1.66 3) (end 18.66 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 55b10c70-559e-4ba3-a8e7-9355821be417)) - (fp_line (start 18.66 -3) (end 1.66 -3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a404f50d-56c0-4184-9638-1852f39de73d)) - (fp_line (start 18.66 3) (end 18.66 -3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 35161b10-494a-4502-abc9-e0f7f1429321)) - (fp_line (start 20.32 0) (end 18.66 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc9e0a8c-1902-4990-b1aa-b5ab59f35d17)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 75 "unconnected-(R39-Pad1)") (pintype "passive") (tstamp 2efe3d81-f2f5-4e89-a9cf-b5fc3044bf24)) - (pad "2" thru_hole oval (at 20.32 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 76 "unconnected-(R39-Pad2)") (pintype "passive") (tstamp a98e4d61-46f9-4945-9a33-7acab01a14c1)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0617_L17.0mm_D6.0mm_P20.32mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P20.32mm_Horizontal" (layer "F.Cu") - (tstamp 330140a8-35e4-4d8d-ab65-cc62d7ce459c) - (at 44.84 81) - (descr "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") - (tags "Resistor Axial_DIN0414 series Axial Horizontal pin pitch 20.32mm 2W length 11.9mm diameter 4.5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "2%") - (path "/125d3375-5a0b-4793-99f6-ada67c6850f8") - (attr through_hole) - (fp_text reference "R25" (at 10.16 -3.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1161dbbc-5726-404a-ad28-d97a9e7d34cb) - ) - (fp_text value "33k" (at 10.16 3.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6c8c9b91-ce84-4b43-9399-b9038004e623) - ) - (fp_text user "${REFERENCE}" (at 10.16 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 65c0e6df-41c1-4ae7-a678-74572687125a) - ) - (fp_line (start 1.44 0) (end 4.09 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99e286d1-0364-445b-8a2e-3343e7177a62)) - (fp_line (start 4.09 -2.37) (end 4.09 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e5dfdea2-ed27-4f8d-98ac-3992eddce1f1)) - (fp_line (start 4.09 2.37) (end 16.23 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e89b7ebe-7dfd-4258-b012-b60c1e6e2a81)) - (fp_line (start 16.23 -2.37) (end 4.09 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 850b42dd-11b4-433f-951c-c79df6a98c53)) - (fp_line (start 16.23 2.37) (end 16.23 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 967b3908-1cef-43c8-afbd-5893827cb73a)) - (fp_line (start 18.88 0) (end 16.23 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 17235a53-3edf-4798-9631-c3a554be8561)) - (fp_line (start -1.45 -2.5) (end -1.45 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 43c5fb2c-6c41-45d8-a8ec-8f7bd837e7dc)) - (fp_line (start -1.45 2.5) (end 21.77 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5c3388b-0237-47cc-904e-c6f589d21339)) - (fp_line (start 21.77 -2.5) (end -1.45 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c0f7cdd-b1bc-4c9a-87aa-1f9f03ddf6fc)) - (fp_line (start 21.77 2.5) (end 21.77 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cef5d139-1e62-49fa-b304-145e7a5a1279)) - (fp_line (start 0 0) (end 4.21 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 686384ba-7e82-4124-8a66-b0bb232d159c)) - (fp_line (start 4.21 -2.25) (end 4.21 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 283a7f23-dd39-436e-a22a-80cb72facde6)) - (fp_line (start 4.21 2.25) (end 16.11 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c45390a-d471-4ff0-bb8d-cfdd61f4907c)) - (fp_line (start 16.11 -2.25) (end 4.21 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f591293-1f58-4e0e-a7e1-daf4013e44e9)) - (fp_line (start 16.11 2.25) (end 16.11 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bfa9c6f5-51ed-4763-ae3a-308c8135856c)) - (fp_line (start 20.32 0) (end 16.11 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7d47d7b3-fa1f-4219-9777-4637a6590a34)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 47 "unconnected-(R25-Pad1)") (pintype "passive") (tstamp 06f0d32a-e7cb-4116-ba86-91dc11e75d17)) - (pad "2" thru_hole oval (at 20.32 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 48 "unconnected-(R25-Pad2)") (pintype "passive") (tstamp b68bf778-c8f8-4da2-948b-cc82dfcb2b47)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0414_L11.9mm_D4.5mm_P20.32mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P15.24mm_Horizontal" (layer "F.Cu") - (tstamp 341afb2e-d29c-46fc-857d-499cf8be17ae) - (at 84.38 81) - (descr "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") - (tags "Resistor Axial_DIN0414 series Axial Horizontal pin pitch 15.24mm 2W length 11.9mm diameter 4.5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "5%") - (path "/24190646-fb6d-4ce4-b056-f2c330ba10f2") - (attr through_hole) - (fp_text reference "R24" (at 7.62 -3.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 61b5e023-f830-479a-903b-a7a4af2d4e5d) - ) - (fp_text value "1M" (at 7.62 3.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 048a71a2-03bf-477e-857a-b3d093b1cad7) - ) - (fp_text user "${REFERENCE}" (at 7.62 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b65954ea-7d5f-4306-be78-059c4bcfad7a) - ) - (fp_line (start 1.44 0) (end 1.55 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7f559a2d-064d-4277-91f8-6097253b649f)) - (fp_line (start 1.55 -2.37) (end 1.55 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 582f26f2-9119-4095-b877-92979eca205c)) - (fp_line (start 1.55 2.37) (end 13.69 2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 208bde34-912b-4984-8565-b55fd6bd34d5)) - (fp_line (start 13.69 -2.37) (end 1.55 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a016a7d-7408-40e9-a881-89ea070e89c0)) - (fp_line (start 13.69 2.37) (end 13.69 -2.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67d8d98f-1ef3-4fcb-b8ec-494969f67e73)) - (fp_line (start 13.8 0) (end 13.69 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 03f59d05-e659-489c-8695-b832104dfc00)) - (fp_line (start -1.45 -2.5) (end -1.45 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8ad2c36-bbe9-4038-8b4d-3a584b49fbff)) - (fp_line (start -1.45 2.5) (end 16.69 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8fe5f9a7-322e-4440-80cf-dac6d6a1b401)) - (fp_line (start 16.69 -2.5) (end -1.45 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fe320a22-4462-4b1e-9708-c9d635e605b9)) - (fp_line (start 16.69 2.5) (end 16.69 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad0b6889-0f35-4cfa-b8da-7bd9a9cfafd9)) - (fp_line (start 0 0) (end 1.67 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5aadf723-6c6a-4214-8f7a-54b6a64693f1)) - (fp_line (start 1.67 -2.25) (end 1.67 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e09abc28-eb10-448c-849d-1e297ab1579d)) - (fp_line (start 1.67 2.25) (end 13.57 2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9e9c658-32fc-4a72-ba22-55f7fb457446)) - (fp_line (start 13.57 -2.25) (end 1.67 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 00cba086-9b60-4efb-97e2-2c580363064b)) - (fp_line (start 13.57 2.25) (end 13.57 -2.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e051f092-854b-4361-88b9-f38958e6b9fc)) - (fp_line (start 15.24 0) (end 13.57 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dad8d5b0-a15d-4d85-84f2-8847722e0ea6)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 45 "unconnected-(R24-Pad1)") (pintype "passive") (tstamp 8a9fcd43-66d9-442e-a3a3-20c9189ac1ce)) - (pad "2" thru_hole oval (at 15.24 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 46 "unconnected-(R24-Pad2)") (pintype "passive") (tstamp 8d6456ae-5490-4c2e-844a-503099081591)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0414_L11.9mm_D4.5mm_P15.24mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P30.48mm_Horizontal" (layer "F.Cu") - (tstamp 3e99129e-953e-4d17-ac2d-71a137bdc563) - (at 112.755 63) - (descr "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") - (tags "Resistor Axial_DIN0516 series Axial Horizontal pin pitch 30.48mm 2W length 15.5mm diameter 5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "1%") - (path "/3633487f-2ce6-4688-839b-5fee10a894a4") - (attr through_hole) - (fp_text reference "R31" (at 15.24 -3.62) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9e844efd-4749-4d42-a1f4-7190e7f97550) - ) - (fp_text value "567" (at 15.24 3.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7fc7fa12-1497-4990-83e5-1d96997a4011) - ) - (fp_text user "${REFERENCE}" (at 15.24 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b664cb93-4ed3-4aeb-9bf8-9468a3fadc9f) - ) - (fp_line (start 1.44 0) (end 7.37 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a55bc5e8-fd6a-4421-aa14-685df6de4d67)) - (fp_line (start 7.37 -2.62) (end 7.37 2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3305336-f120-4bf1-9185-800e25bca237)) - (fp_line (start 7.37 2.62) (end 23.11 2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 99ed1a3f-ff6a-485d-8183-b77a599b819e)) - (fp_line (start 23.11 -2.62) (end 7.37 -2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a48d148b-bf5e-404d-b647-2ce256325c97)) - (fp_line (start 23.11 2.62) (end 23.11 -2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e9f25c52-06bc-4be1-b523-c6885279dbb9)) - (fp_line (start 29.04 0) (end 23.11 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fba3fce3-7350-40f8-9487-1423f95f8725)) - (fp_line (start -1.45 -2.75) (end -1.45 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 90e44ef8-e794-4ad3-8408-11ac24c2602f)) - (fp_line (start -1.45 2.75) (end 31.94 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8fea25b3-ed96-4a9f-b196-3346a0cca15d)) - (fp_line (start 31.94 -2.75) (end -1.45 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 365107d3-9cb5-41fa-9d70-91713d7ba7e8)) - (fp_line (start 31.94 2.75) (end 31.94 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 322ea41f-2db5-423d-bb2a-a5a1da5c29ee)) - (fp_line (start 0 0) (end 7.49 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e7711f27-dd21-438f-8745-c3801d776543)) - (fp_line (start 7.49 -2.5) (end 7.49 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 925ff726-da85-4a56-90fc-9407dc7006bb)) - (fp_line (start 7.49 2.5) (end 22.99 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eefdb691-c4e7-4aac-9191-3c585c3d8f2f)) - (fp_line (start 22.99 -2.5) (end 7.49 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 725ac231-21d7-4dc7-bbb3-fc0bb3e4b6a4)) - (fp_line (start 22.99 2.5) (end 22.99 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 84012206-e56f-4d16-8947-650168332e75)) - (fp_line (start 30.48 0) (end 22.99 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32f21faf-cff2-42ee-97e2-4d3b90c09cef)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 59 "unconnected-(R31-Pad1)") (pintype "passive") (tstamp 6aaf7344-20f1-4f89-a4b5-4b93f98d72fe)) - (pad "2" thru_hole oval (at 30.48 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 60 "unconnected-(R31-Pad2)") (pintype "passive") (tstamp effdb95f-e836-41a1-af5e-96497285cf59)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0516_L15.5mm_D5.0mm_P30.48mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (layer "F.Cu") - (tstamp 404f6e44-0ffd-42bb-9e04-17de08443c68) - (at 80.92 103) - (descr "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") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (path "/ffd5f7a8-83d5-43e1-86ee-bfa95b6b5563") - (attr through_hole) - (fp_text reference "R6" (at 5.08 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7c2619b1-9db8-4df6-9dfd-3d44140c8a89) - ) - (fp_text value "3k4" (at 5.08 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cc542b66-95e2-4ab6-ab2c-495bfff227bd) - ) - (fp_text user "${REFERENCE}" (at 5.08 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e4279b12-25c1-4c61-b783-8cad7f7a7c46) - ) - (fp_line (start 1.04 0) (end 1.81 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c70d729-2c8c-4851-aa8b-718eca89df3c)) - (fp_line (start 1.81 -1.37) (end 1.81 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 338ed5ef-456f-40b5-8f21-f67b0f5c6715)) - (fp_line (start 1.81 1.37) (end 8.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f6d8b12e-5712-40e0-8eec-2b9f0c3acf80)) - (fp_line (start 8.35 -1.37) (end 1.81 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp abd27e24-7168-423b-b1fc-ba655d59e138)) - (fp_line (start 8.35 1.37) (end 8.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c66f03dc-38ef-4e79-8ba7-57b179e24a5d)) - (fp_line (start 9.12 0) (end 8.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ee50d76d-59c7-4119-adcb-1bb6ee3c13e6)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a27847a3-c47b-4503-a60d-5e5eff3cb3ee)) - (fp_line (start -1.05 1.5) (end 11.21 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5284ed4c-bb0a-4057-b2d7-84a3e58de31e)) - (fp_line (start 11.21 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84a26d12-fa5a-490f-ba82-6f56b20db02e)) - (fp_line (start 11.21 1.5) (end 11.21 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 202d1e39-b9ef-48a6-9e8e-d8c9c6733754)) - (fp_line (start 0 0) (end 1.93 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 483be62d-dd37-4138-a48c-ffa353d4aad5)) - (fp_line (start 1.93 -1.25) (end 1.93 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f67a7b7f-b7c0-400b-af10-5116edc2c149)) - (fp_line (start 1.93 1.25) (end 8.23 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 599c2bd9-e705-4c80-b87b-5f7599e3e9ad)) - (fp_line (start 8.23 -1.25) (end 1.93 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0c387116-5f38-4ddc-932a-fca66c0b3d00)) - (fp_line (start 8.23 1.25) (end 8.23 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6c440827-a292-440d-98e0-ce65868e9e38)) - (fp_line (start 10.16 0) (end 8.23 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbdd6822-6bcc-48d6-baf7-3abf7a14d6ad)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 11 "unconnected-(R6-Pad1)") (pintype "passive") (tstamp 8ca749b8-b452-4792-938f-4a0a649189b5)) - (pad "2" thru_hole oval (at 10.16 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 12 "unconnected-(R6-Pad2)") (pintype "passive") (tstamp deac33d6-3a2c-4c22-930e-acf46a051517)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P12.70mm_Horizontal" (layer "F.Cu") - (tstamp 45c84622-85d1-4f11-bf7b-825b8966c175) - (at 48.65 89) - (descr "Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=12.7mm, 1W, length*diameter=9.9*3.6mm^2") - (tags "Resistor Axial_DIN0411 series Axial Horizontal pin pitch 12.7mm 1W length 9.9mm diameter 3.6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "5%") - (path "/42681aaa-73f1-4cda-81a9-e9eb67d17369") - (attr through_hole) - (fp_text reference "R18" (at 6.35 -2.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 53c5d44f-905c-4c54-a143-54e3e14ff0d9) - ) - (fp_text value "68k" (at 6.35 2.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8f81083a-6314-4fd2-a346-f50518a337ac) - ) - (fp_text user "${REFERENCE}" (at 6.35 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp bb3e96e3-62ea-446a-b975-48daa6a38bbe) - ) - (fp_line (start 1.28 -1.92) (end 11.42 -1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05a4fb03-e230-4229-8aa9-a5705431d66f)) - (fp_line (start 1.28 -1.44) (end 1.28 -1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b401024f-5a4c-46e1-aaf8-2aaf1c19b045)) - (fp_line (start 1.28 1.44) (end 1.28 1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ebe50cbf-2ee0-4dc9-90e3-25dfd8f43e51)) - (fp_line (start 1.28 1.92) (end 11.42 1.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ff6b183b-e176-45da-b5b2-577b18dbeb72)) - (fp_line (start 11.42 -1.92) (end 11.42 -1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 782f8353-a4f2-43dc-8279-8e321bfc25d1)) - (fp_line (start 11.42 1.92) (end 11.42 1.44) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae169232-8ab5-42d6-a9df-72caa64bad6f)) - (fp_line (start -1.45 -2.05) (end -1.45 2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f0264c96-1b69-429b-8aa9-236d580fad6d)) - (fp_line (start -1.45 2.05) (end 14.15 2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 313be129-0263-4ff1-8912-6ddc36316b27)) - (fp_line (start 14.15 -2.05) (end -1.45 -2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e703894a-1b89-4b22-8b62-9eee1dfce875)) - (fp_line (start 14.15 2.05) (end 14.15 -2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 878c62a1-5f4f-4fb9-95c4-76d3d36f0992)) - (fp_line (start 0 0) (end 1.4 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 578e679a-0ea0-4ec5-ad46-0084fa713310)) - (fp_line (start 1.4 -1.8) (end 1.4 1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ae21e37d-1ea1-47ca-ba2e-3e698cd349ba)) - (fp_line (start 1.4 1.8) (end 11.3 1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e13929ae-6e91-4792-b1ac-58d7638e5d91)) - (fp_line (start 11.3 -1.8) (end 1.4 -1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6db1960-6463-4291-adff-19f443a60614)) - (fp_line (start 11.3 1.8) (end 11.3 -1.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ed7f74c-3691-4012-8c8a-0039dc196765)) - (fp_line (start 12.7 0) (end 11.3 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e1f9dfd6-97e7-4c0e-ae30-ca8ca0a3afd2)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 33 "unconnected-(R18-Pad1)") (pintype "passive") (tstamp f3d35684-7a21-49dd-849b-772b487bf2ac)) - (pad "2" thru_hole oval (at 12.7 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 34 "unconnected-(R18-Pad2)") (pintype "passive") (tstamp a3cc70fb-2127-453d-8ceb-b6964e10210e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0411_L9.9mm_D3.6mm_P12.70mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P25.40mm_Horizontal" (layer "F.Cu") - (tstamp 47d92025-b805-4fe5-bfe5-c15fcd44e0ad) - (at 112.3 27) - (descr "Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=25.4mm, 4W, length*diameter=18*9mm^2") - (tags "Resistor Axial_DIN0918 series Axial Horizontal pin pitch 25.4mm 4W length 18mm diameter 9mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.05%") - (path "/cb27c203-b89e-4483-92d2-ded25763784d") - (attr through_hole) - (fp_text reference "R45" (at 12.7 -5.62) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6989bf78-d1df-4acd-b12b-0585717f60d4) - ) - (fp_text value "23.4" (at 12.7 5.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d0141024-1a81-4138-900f-8e54617610f3) - ) - (fp_text user "${REFERENCE}" (at 12.7 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ae6f8d83-fd81-46b0-956c-901b8f00b2c6) - ) - (fp_line (start 1.44 0) (end 3.58 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47b932e7-82d9-420c-af21-55e892589767)) - (fp_line (start 3.58 -4.62) (end 3.58 4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a1fd1918-cb25-4950-a8f0-d46d7770f458)) - (fp_line (start 3.58 4.62) (end 21.82 4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4afb0465-04ea-4e72-800a-2a2779a4189e)) - (fp_line (start 21.82 -4.62) (end 3.58 -4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 048c875b-95fb-441b-be6d-326f7415eb6e)) - (fp_line (start 21.82 4.62) (end 21.82 -4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df9bf860-d7ca-4fae-92a6-c8ab8704bf70)) - (fp_line (start 23.96 0) (end 21.82 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a7deaa98-486c-4b2d-9929-7aedc8d179bd)) - (fp_line (start -1.45 -4.75) (end -1.45 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6a3c56a-dbab-49af-b189-5562973f67e9)) - (fp_line (start -1.45 4.75) (end 26.85 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d25eb099-c64d-44f9-8009-36f38865e2d0)) - (fp_line (start 26.85 -4.75) (end -1.45 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1100b4b4-af65-428f-8d2d-ab80f9e07619)) - (fp_line (start 26.85 4.75) (end 26.85 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5472866-d382-4e55-8c7d-b84ee9e0b49a)) - (fp_line (start 0 0) (end 3.7 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7e678636-d35f-4477-a87f-b4e807a88b9f)) - (fp_line (start 3.7 -4.5) (end 3.7 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f5fdce88-36a7-4d39-82be-2118e304046e)) - (fp_line (start 3.7 4.5) (end 21.7 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29598e7e-1556-4338-a428-e32f38ebffbb)) - (fp_line (start 21.7 -4.5) (end 3.7 -4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6367e8aa-83de-43aa-96fc-795884ad2cd1)) - (fp_line (start 21.7 4.5) (end 21.7 -4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 844c173a-b5ca-409f-aeb7-5abe171a0d13)) - (fp_line (start 25.4 0) (end 21.7 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be9e6c26-1544-4613-9353-a2ef3b6006cb)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 87 "unconnected-(R45-Pad1)") (pintype "passive") (tstamp 91d67822-61ba-4532-acde-57b5f4570258)) - (pad "2" thru_hole oval (at 25.4 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 88 "unconnected-(R45-Pad2)") (pintype "passive") (tstamp e57ed2a8-7bae-4939-8afe-54bb5962bf57)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0918_L18.0mm_D9.0mm_P25.40mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P25.40mm_Horizontal" (layer "F.Cu") - (tstamp 48d5034b-7aeb-4dbd-aa22-7e7a6bc2efe3) - (at 79.3 72) - (descr "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") - (tags "Resistor Axial_DIN0516 series Axial Horizontal pin pitch 25.4mm 2W length 15.5mm diameter 5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "2%") - (path "/363c8d82-27b0-41ea-82a7-15d1cdc41acd") - (attr through_hole) - (fp_text reference "R30" (at 12.7 -3.62) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dd8fc632-7405-4df3-b1c1-301fdc342769) - ) - (fp_text value "567" (at 12.7 3.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 694b1ac9-9bf8-4fb9-875b-9eac16ceea82) - ) - (fp_text user "${REFERENCE}" (at 12.7 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4ed2e04e-7155-4dfa-8341-46500ec056e3) - ) - (fp_line (start 1.44 0) (end 4.83 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d63f3b7a-582f-4ebb-84a3-85b0067dcaa2)) - (fp_line (start 4.83 -2.62) (end 4.83 2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d615e9c6-97cb-42bc-bd10-f6c063c88736)) - (fp_line (start 4.83 2.62) (end 20.57 2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f57f7c4-c608-4997-8020-1198db6b3b13)) - (fp_line (start 20.57 -2.62) (end 4.83 -2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 05f3ffd8-25c1-41ec-944b-64b30f7b0ec1)) - (fp_line (start 20.57 2.62) (end 20.57 -2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d127c30-f6f3-4104-892d-93b22cd9c9ec)) - (fp_line (start 23.96 0) (end 20.57 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5c5dabe6-2b36-4649-a82d-5332453d197e)) - (fp_line (start -1.45 -2.75) (end -1.45 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 778a86d7-4bff-4ef0-9f97-d4d75407097e)) - (fp_line (start -1.45 2.75) (end 26.85 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7ca3ea7a-4dce-4767-97e8-6edbcc6e51f9)) - (fp_line (start 26.85 -2.75) (end -1.45 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7de6a012-8fc6-4713-8e40-4cb502af9bd2)) - (fp_line (start 26.85 2.75) (end 26.85 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa1399be-ebcf-4262-a268-6bc4dcaa22a2)) - (fp_line (start 0 0) (end 4.95 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1f2a0f8-c68f-4f8c-b69c-346fc513108c)) - (fp_line (start 4.95 -2.5) (end 4.95 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4bf75261-a631-4b12-a463-76db034c73ae)) - (fp_line (start 4.95 2.5) (end 20.45 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 325efcfa-3a25-45f1-8c8e-5adbf348aca8)) - (fp_line (start 20.45 -2.5) (end 4.95 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c3615ed-e623-4c03-bb74-107c3b44dc35)) - (fp_line (start 20.45 2.5) (end 20.45 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e52a0a2-3f3e-42c6-9eca-8f339ca05afb)) - (fp_line (start 25.4 0) (end 20.45 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2e75dc2-75c3-470b-bd3d-2d01ab0204b7)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 57 "unconnected-(R30-Pad1)") (pintype "passive") (tstamp d710f2d3-f213-451c-96f5-82cf6ed54f18)) - (pad "2" thru_hole oval (at 25.4 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 58 "unconnected-(R30-Pad2)") (pintype "passive") (tstamp a89e5f27-14f7-4a85-a3f4-e50c6ba22c47)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0516_L15.5mm_D5.0mm_P25.40mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P7.62mm_Vertical" (layer "F.Cu") - (tstamp 51cbb14e-6c7f-4147-920c-1ad940127a3b) - (at 166.95 50) - (descr "Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=7.62mm, 1.5W, length*diameter=14.3*5.7mm^2") - (tags "Resistor Axial_DIN0614 series Axial Vertical pin pitch 7.62mm 1.5W length 14.3mm diameter 5.7mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.5%") - (path "/84e9c727-8500-4f78-bc4f-47a475877426") - (attr through_hole) - (fp_text reference "R38" (at 3.81 -3.97) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ba62d302-8f08-4c67-a0fc-fbbc8871c65a) - ) - (fp_text value "67.8G" (at 3.81 3.97) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b6f0d574-3b8a-4451-a0c2-20a5a5c61192) - ) - (fp_text user "${REFERENCE}" (at 3.81 -3.97) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 45248d06-5bad-4bb8-8e5d-bda17dcaf672) - ) - (fp_line (start 2.97 0) (end 5.92 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a93904dc-0c9e-47de-acb4-6b9c8fb171a6)) - (fp_circle (center 0 0) (end 2.97 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 710222cd-9f0c-4b53-a476-3af71878e59e)) - (fp_line (start -3.1 -3.1) (end -3.1 3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c395c736-2019-49dd-8d28-cc3ec3f1fcab)) - (fp_line (start -3.1 3.1) (end 9.28 3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6cbd06ca-8431-45ff-8cb3-46cc1d3e26de)) - (fp_line (start 9.28 -3.1) (end -3.1 -3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7067138f-ed70-49d6-8562-c67b4b10d1fd)) - (fp_line (start 9.28 3.1) (end 9.28 -3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 65920976-9d3c-4ec8-ba43-3d1dbd571afc)) - (fp_line (start 0 0) (end 7.62 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c4e1c2f-331c-4e1a-be84-aba09fc355fa)) - (fp_circle (center 0 0) (end 2.85 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 0c4a0688-b68c-4d23-ac6b-c3c3a95bed2b)) - (pad "1" thru_hole circle (at 0 0) (size 2.8 2.8) (drill 1.4) (layers "*.Cu" "*.Mask") - (net 73 "unconnected-(R38-Pad1)") (pintype "passive") (tstamp c4651974-58dc-4570-9167-a6504dc48196)) - (pad "2" thru_hole oval (at 7.62 0) (size 2.8 2.8) (drill 1.4) (layers "*.Cu" "*.Mask") - (net 74 "unconnected-(R38-Pad2)") (pintype "passive") (tstamp 6fa5abb4-a8dd-4543-831f-43f82b85b344)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0614_L14.3mm_D5.7mm_P7.62mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P7.62mm_Vertical" (layer "F.Cu") - (tstamp 5594564a-5482-48aa-8b43-e5b4e59620ed) - (at 153.93 39) - (descr "Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") - (tags "Resistor Axial_DIN0617 series Axial Vertical pin pitch 7.62mm 2W length 17mm diameter 6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.1%") - (path "/be68fc5b-5003-4765-a22c-b3fe64fb2e24") - (attr through_hole) - (fp_text reference "R43" (at 3.81 -4.12) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 11db8b1b-97fb-4f66-ace0-451bdcb27084) - ) - (fp_text value "511k" (at 3.81 4.12) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 826c3e5c-53f4-4ebd-b8dc-e82f4c3f5dea) - ) - (fp_text user "${REFERENCE}" (at 0 -1.7) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d5ca8eed-15c6-46e6-8e6e-0710e5a7ac26) - ) - (fp_line (start 3.12 0) (end 6.12 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4b1f56d6-1766-4500-9ad6-614a0b2dbdcc)) - (fp_circle (center 0 0) (end 3.12 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 46d2c2e8-8c3c-4c71-a471-d81f8cc32016)) - (fp_line (start -3.25 -3.25) (end -3.25 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 607d3241-a426-4d82-a86a-6b2c0048d015)) - (fp_line (start -3.25 3.25) (end 9.07 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 30a48b0b-d35f-45d3-8bf6-a58fa011c5e2)) - (fp_line (start 9.07 -3.25) (end -3.25 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c66fbef-70ff-4453-b651-5b066853b6ca)) - (fp_line (start 9.07 3.25) (end 9.07 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 485a0018-cc08-40c8-9ea1-8d1bf5b877a3)) - (fp_line (start 0 0) (end 7.62 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5b11d3f7-70d7-4119-977b-f77c77aa6c04)) - (fp_circle (center 0 0) (end 3 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 67353e8b-96ce-4ec4-9493-31afe38e6abf)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 83 "unconnected-(R43-Pad1)") (pintype "passive") (tstamp 28384626-fddb-4f1f-aefb-a9a6f0f3918e)) - (pad "2" thru_hole oval (at 7.62 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 84 "unconnected-(R43-Pad2)") (pintype "passive") (tstamp a0874695-4ae9-4d8d-86d3-52e8b1f7883d)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0617_L17.0mm_D6.0mm_P7.62mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P5.08mm_Vertical" (layer "F.Cu") - (tstamp 583bd687-a688-45a6-9f96-fc4a2c85ebaa) - (at 154.185 50) - (descr "Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=5.08mm, 1.5W, length*diameter=14.3*5.7mm^2") - (tags "Resistor Axial_DIN0614 series Axial Vertical pin pitch 5.08mm 1.5W length 14.3mm diameter 5.7mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.5%") - (path "/969bd690-d955-40e3-9127-068eadd2eda5") - (attr through_hole) - (fp_text reference "R37" (at 2.54 -3.97) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 69bb460c-2f6e-4adc-af38-a020a0a4cabf) - ) - (fp_text value "6.78G" (at 2.54 3.97) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1b806fb9-6588-4154-96c6-21c4f3b53c74) - ) - (fp_text user "${REFERENCE}" (at 2.54 -3.97) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2d0e77f9-880a-43e9-a54e-475b1ba2d43f) - ) - (fp_line (start 2.97 0) (end 3.38 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e8a7a435-48ff-4da7-b82c-efc41781f767)) - (fp_circle (center 0 0) (end 2.97 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 744a6c61-814a-48ae-a1bd-5a84f32194f0)) - (fp_line (start -3.1 -3.1) (end -3.1 3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 536670b8-baf0-44f2-a578-fad23945cea8)) - (fp_line (start -3.1 3.1) (end 6.73 3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 961b6872-da7b-4337-8460-4a57767d608c)) - (fp_line (start 6.73 -3.1) (end -3.1 -3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 78244c02-4fca-423f-9c2e-fe0dc96590db)) - (fp_line (start 6.73 3.1) (end 6.73 -3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 00ef8558-dc4d-481f-b58b-eba4c0136935)) - (fp_line (start 0 0) (end 5.08 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1ff1bbe-202c-4eb6-aa03-2cc0d666499e)) - (fp_circle (center 0 0) (end 2.85 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 77e8a2c8-2570-4139-853c-da049540e250)) - (pad "1" thru_hole circle (at 0 0) (size 2.8 2.8) (drill 1.4) (layers "*.Cu" "*.Mask") - (net 71 "unconnected-(R37-Pad1)") (pintype "passive") (tstamp ff6cbc81-9f76-4a6f-b2c2-b96f50958916)) - (pad "2" thru_hole oval (at 5.08 0) (size 2.8 2.8) (drill 1.4) (layers "*.Cu" "*.Mask") - (net 72 "unconnected-(R37-Pad2)") (pintype "passive") (tstamp ef4dfed0-c15d-4377-8d2a-f780d83759d9)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0614_L14.3mm_D5.7mm_P5.08mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P15.24mm_Horizontal" (layer "F.Cu") - (tstamp 5fc83768-2cf9-45c3-8d40-d722c321448f) - (at 68.38 89) - (descr "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") - (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 15.24mm 0.5W = 1/2W length 9mm diameter 3.2mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "10%") - (path "/b27f18ca-2910-4633-b5b2-5e2671ec3d6a") - (attr through_hole) - (fp_text reference "R12" (at 7.62 -2.72) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 371462f3-b348-49de-8150-e58bb2ee5409) - ) - (fp_text value "9.1G" (at 7.62 2.72) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f1722e6c-9d41-461e-93df-870865a78cbc) - ) - (fp_text user "${REFERENCE}" (at 7.62 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0ee35999-0ae6-4414-ad1d-31d38d5278ef) - ) - (fp_line (start 1.04 0) (end 3 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dee644f6-0723-4b5e-a060-e7fffb4d76a0)) - (fp_line (start 3 -1.72) (end 3 1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cb814478-de15-47b9-8fb3-f37cebceeefc)) - (fp_line (start 3 1.72) (end 12.24 1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 334a220b-e75b-419b-a075-423037486775)) - (fp_line (start 12.24 -1.72) (end 3 -1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d7fe80c7-e3cd-438f-9385-3a497af38a40)) - (fp_line (start 12.24 1.72) (end 12.24 -1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 98f8423a-a286-4b86-8ba7-c37789eb90ea)) - (fp_line (start 14.2 0) (end 12.24 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e578fa3-56fc-47d9-a370-1fdeba83be53)) - (fp_line (start -1.05 -1.85) (end -1.05 1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4c0df5b8-abce-4335-9bb9-902d9abbc6d4)) - (fp_line (start -1.05 1.85) (end 16.29 1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5d4f41cc-2f45-4413-a054-f01324b47831)) - (fp_line (start 16.29 -1.85) (end -1.05 -1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 89330e16-dd60-4650-afee-a93f81fd7c8e)) - (fp_line (start 16.29 1.85) (end 16.29 -1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ab873791-1a15-4193-94e2-61a956b5a392)) - (fp_line (start 0 0) (end 3.12 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2da70584-5e1a-4690-8ec4-6a4b91550552)) - (fp_line (start 3.12 -1.6) (end 3.12 1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e6632ae2-8b28-44ee-add5-820bf330c357)) - (fp_line (start 3.12 1.6) (end 12.12 1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a1649d9-f506-4dac-887b-8f0f995a15a2)) - (fp_line (start 12.12 -1.6) (end 3.12 -1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c446cd76-5943-426c-821a-6032d24a7365)) - (fp_line (start 12.12 1.6) (end 12.12 -1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp df578144-c3fc-4a85-ba48-1663631a7313)) - (fp_line (start 15.24 0) (end 12.12 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 783a60fd-b41c-4e83-87b6-22eb3c22e064)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 23 "unconnected-(R12-Pad1)") (pintype "passive") (tstamp 121beea0-1139-4d8d-bd66-dd322e1e56e4)) - (pad "2" thru_hole oval (at 15.24 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 24 "unconnected-(R12-Pad2)") (pintype "passive") (tstamp a949eb82-0d3a-4d69-b640-4ad165a63617)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P15.24mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P5.08mm_Vertical" (layer "F.Cu") - (tstamp 67f5f70d-8fd0-4684-ab9d-8d8f2b05bd8c) - (at 134.685 100) - (descr "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") - (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 5.08mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "10%") - (path "/e6a2a273-04f3-4c2c-a870-c4458e3e732c") - (attr through_hole) - (fp_text reference "R9" (at 2.54 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3f958e9e-d781-4903-a829-614dba436dad) - ) - (fp_text value "6M8" (at 2.54 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3455e902-cea4-4354-a798-ce4067f5c677) - ) - (fp_text user "${REFERENCE}" (at 2.54 -2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fa25782c-5032-4f52-91ac-23205cacd96f) - ) - (fp_line (start 1.37 0) (end 3.98 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61d40eeb-ef8a-4ca5-93f1-939e4987635b)) - (fp_circle (center 0 0) (end 1.37 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp e0715070-422c-4542-b6c6-a4d198fe773e)) - (fp_line (start -1.5 -1.5) (end -1.5 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c20736d4-05cd-43d2-8162-124dd8296f44)) - (fp_line (start -1.5 1.5) (end 6.13 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 933bd501-7493-4dbd-a550-23058349abd5)) - (fp_line (start 6.13 -1.5) (end -1.5 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e32d4867-0efa-4479-8e25-f1cce964ec59)) - (fp_line (start 6.13 1.5) (end 6.13 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e038872e-72f5-4433-84eb-80330fafbd1b)) - (fp_line (start 0 0) (end 5.08 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 885fcc67-ee23-430d-ac57-e09d1718e9d0)) - (fp_circle (center 0 0) (end 1.25 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 52b26f3a-2c67-43b0-9565-a7812f6a70e2)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 17 "unconnected-(R9-Pad1)") (pintype "passive") (tstamp 7d1350c3-a4b4-4e3a-94eb-c46d17b3d240)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 18 "unconnected-(R9-Pad2)") (pintype "passive") (tstamp 8d576796-94ec-42ea-83b3-a8ba11ddcc9b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P5.08mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P7.62mm_Vertical" (layer "F.Cu") - (tstamp 6a291e5d-7297-410b-aa05-759d840c86f3) - (at 153.715 73) - (descr "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") - (tags "Resistor Axial_DIN0414 series Axial Vertical pin pitch 7.62mm 2W length 11.9mm diameter 4.5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "2%") - (path "/93218680-63c0-40e0-9fc7-d61e2572cf34") - (attr through_hole) - (fp_text reference "R28" (at 3.81 -3.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ba376382-5dbc-4841-b4e3-0bc4bef42350) - ) - (fp_text value "1.23" (at 3.81 3.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2a6c8bd6-9e23-4f9c-a2a8-f82449521841) - ) - (fp_text user "${REFERENCE}" (at 3.81 -3.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 795393b5-b698-478d-8270-8e47f0d63558) - ) - (fp_line (start 2.37 0) (end 6.12 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b7ca8152-8b5c-4bb2-8651-696a5f16db72)) - (fp_circle (center 0 0) (end 2.37 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp ba0d2fa9-79cc-483c-9582-362cba817a2a)) - (fp_line (start -2.5 -2.5) (end -2.5 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 655e9771-0994-47aa-b11d-98b3ef329549)) - (fp_line (start -2.5 2.5) (end 9.07 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c5ebbb3-01e1-44cc-9d3a-3895e56c4733)) - (fp_line (start 9.07 -2.5) (end -2.5 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d346adee-e6a9-4059-bf3b-131afa23f804)) - (fp_line (start 9.07 2.5) (end 9.07 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7f55d8a-5594-4280-915e-53aed594efc6)) - (fp_line (start 0 0) (end 7.62 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c1262cf-0aa9-45ca-8682-15db3d490094)) - (fp_circle (center 0 0) (end 2.25 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a611f7a9-8632-48c7-8ab7-67e1c66cfadd)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 53 "unconnected-(R28-Pad1)") (pintype "passive") (tstamp 7de59712-c7c4-4cec-a4e1-7bd1cfe4f1aa)) - (pad "2" thru_hole oval (at 7.62 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 54 "unconnected-(R28-Pad2)") (pintype "passive") (tstamp cbd0f948-2702-450a-a7fc-342314d81dff)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0414_L11.9mm_D4.5mm_P7.62mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P7.62mm_Vertical" (layer "F.Cu") - (tstamp 6c0f1839-6f93-4010-9489-7077812a5a32) - (at 154.68 27) - (descr "Resistor, Axial_DIN0922 series, Axial, Vertical, pin pitch=7.62mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") - (tags "Resistor Axial_DIN0922 series Axial Vertical pin pitch 7.62mm 5W length 20mm diameter 9mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.02%") - (path "/f3ec641a-8ba3-43d2-8233-89aff542bc6c") - (attr through_hole) - (fp_text reference "R50" (at 3.81 -5.62) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 808bce2e-0370-409a-998f-c1672474d074) - ) - (fp_text value "2340000" (at 3.81 5.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d1ce823d-a10c-4159-8e85-a72d0bc7af8d) - ) - (fp_text user "${REFERENCE}" (at 0 -1.7) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b317527-a194-432a-9d2c-27e8a4f2f592) - ) - (fp_line (start 4.62 0) (end 6.12 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f43b3c23-73c5-4dc9-bfbe-1192aec6daf6)) - (fp_circle (center 0 0) (end 4.62 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 20bdd4fd-8f39-467b-8135-e9e06bcc488c)) - (fp_line (start -4.75 -4.75) (end -4.75 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7777efb4-257d-4c86-83c0-cb435dd6c818)) - (fp_line (start -4.75 4.75) (end 9.07 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 175e1db5-8d39-4ee0-bfe8-831b29cb9fe9)) - (fp_line (start 9.07 -4.75) (end -4.75 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b9a805a4-ea9f-453f-b353-3cc2315ead6d)) - (fp_line (start 9.07 4.75) (end 9.07 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fdc1a575-79a5-4ae1-84a7-1b4e973b2921)) - (fp_line (start 0 0) (end 7.62 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb4f63be-0377-43ff-9a12-b3a39f4c5ee7)) - (fp_circle (center 0 0) (end 4.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 5fdc18d5-1f60-4b56-a30c-7abfd06cbadd)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 97 "unconnected-(R50-Pad1)") (pintype "passive") (tstamp a3672aa8-a916-4d81-90a8-f0bbb653c7cf)) - (pad "2" thru_hole oval (at 7.62 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 98 "unconnected-(R50-Pad2)") (pintype "passive") (tstamp feb29717-7c2e-4564-8ce6-6bfe2c1ceaaf)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0922_L20.0mm_D9.0mm_P7.62mm_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_P7.62mm_Horizontal" (layer "F.Cu") - (tstamp 6c74d542-5a67-460e-b207-19828e3794f2) - (at 104.19 103) - (descr "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") - (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (path "/58503fd1-9af7-494d-8625-6152817f323a") - (attr through_hole) - (fp_text reference "R5" (at 3.81 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1ebfdd39-909e-4ee3-bd7d-0b9e2cc4754f) - ) - (fp_text value "330" (at 3.81 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0cd32c64-4a95-4c78-a2c7-91230b63e58f) - ) - (fp_text user "${REFERENCE}" (at 3.81 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 8a7c52ae-2d80-4bf3-bcaf-d2c58b2f2aed) - ) - (fp_line (start 0.94 0) (end 1.89 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 92536102-c0a4-410a-8759-9e32c4d0b56c)) - (fp_line (start 1.89 -0.92) (end 1.89 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp aa7ffeb5-6d10-48ec-8f51-75ec88d0fab6)) - (fp_line (start 1.89 0.92) (end 5.73 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 49aa95a3-550f-459a-b93f-f7b4ea09389c)) - (fp_line (start 5.73 -0.92) (end 1.89 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a6a79fec-ccc9-45a9-a150-d813968643aa)) - (fp_line (start 5.73 0.92) (end 5.73 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d6fa18bf-add0-4931-97ed-ad7ce735867f)) - (fp_line (start 6.68 0) (end 5.73 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 09c426aa-3599-4f1b-a5f9-0ff5edcc4f0b)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a5333eef-7fee-45b5-a457-ac0793bf3628)) - (fp_line (start -0.95 1.05) (end 8.57 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e006957c-73e4-447b-99f6-f269bf1aa782)) - (fp_line (start 8.57 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e08ff9a-67b3-412f-a25e-a9407bfa46c4)) - (fp_line (start 8.57 1.05) (end 8.57 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 86ccd8a5-d48e-4cde-a106-31ccb83ea76c)) - (fp_line (start 0 0) (end 2.01 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 11e29403-e7d1-4c19-911e-4c243054299d)) - (fp_line (start 2.01 -0.8) (end 2.01 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5595a900-0546-4b56-a012-335eb234a229)) - (fp_line (start 2.01 0.8) (end 5.61 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c944ed6a-eb49-4ca1-b6dc-fc183ee52eef)) - (fp_line (start 5.61 -0.8) (end 2.01 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f05613d7-5a1b-4fa2-aec6-529cbe2f919e)) - (fp_line (start 5.61 0.8) (end 5.61 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 59dac7d2-2725-43a9-b6a9-f35bf50eda45)) - (fp_line (start 7.62 0) (end 5.61 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 41f1a061-25e9-4cd3-92af-68b24ae2d575)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 9 "unconnected-(R5-Pad1)") (pintype "passive") (tstamp b2e54573-a800-4818-8cea-e486dd9b3b57)) - (pad "2" thru_hole oval (at 7.62 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 10 "unconnected-(R5-Pad2)") (pintype "passive") (tstamp 46b76c84-5955-4839-b706-76753c285fcc)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P15.24mm_Horizontal" (layer "F.Cu") - (tstamp 6db039bf-4319-40b0-9cb6-f5dfefe51139) - (at 47.38 72) - (descr "Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=15.24mm, 1.5W, length*diameter=14.3*5.7mm^2") - (tags "Resistor Axial_DIN0614 series Axial Horizontal pin pitch 15.24mm 1.5W length 14.3mm diameter 5.7mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.01%") - (path "/7ab2ab0d-07f7-4720-8bb0-d2f42e3be68d") - (attr through_hole) - (fp_text reference "R34" (at 7.62 -3.97) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 99cf89de-34aa-4a04-8e73-3b9e65ad709c) - ) - (fp_text value "6780000" (at 7.62 3.97) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5988176e-5fb2-4d97-a343-3d8aa7cfbc5e) - ) - (fp_text user "${REFERENCE}" (at 7.62 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 314f9e82-cac4-4bc2-96c5-038bb85eacee) - ) - (fp_line (start 0.35 -2.97) (end 14.89 -2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 67c7c523-02eb-4f70-81af-00869b2e3e60)) - (fp_line (start 0.35 -1.64) (end 0.35 -2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 90e5ad21-768c-437a-a73e-3e6840834161)) - (fp_line (start 0.35 1.64) (end 0.35 2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5b0a4bcc-e3c9-4319-b011-a14dca91aba0)) - (fp_line (start 0.35 2.97) (end 14.89 2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9173bf36-723b-4f41-9153-30b1b7d733bf)) - (fp_line (start 14.89 -2.97) (end 14.89 -1.64) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 498888b7-45e5-4afb-a3de-98891966349a)) - (fp_line (start 14.89 2.97) (end 14.89 1.64) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f283192e-f4fe-46cf-89a8-6d6d859c36ef)) - (fp_line (start -1.65 -3.1) (end -1.65 3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3acbee70-9ab9-496d-b539-fdb173008a50)) - (fp_line (start -1.65 3.1) (end 16.89 3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a271dda9-6ffd-4526-99c5-f8dd68841be5)) - (fp_line (start 16.89 -3.1) (end -1.65 -3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b3c0289e-b9c9-471f-8ceb-c70feb649fff)) - (fp_line (start 16.89 3.1) (end 16.89 -3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 14134986-6734-495a-a149-2267bf1afcab)) - (fp_line (start 0 0) (end 0.47 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 83587420-b160-45ad-b5b0-208f63be170c)) - (fp_line (start 0.47 -2.85) (end 0.47 2.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 54f1ca1a-01f2-4917-b653-25dbb3058c77)) - (fp_line (start 0.47 2.85) (end 14.77 2.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ca8aaca-078a-42fb-a5e5-0f1b6b3e56b0)) - (fp_line (start 14.77 -2.85) (end 0.47 -2.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1427d03-16a3-4f8f-91bc-ffacb77e0314)) - (fp_line (start 14.77 2.85) (end 14.77 -2.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d97b2327-040e-4078-90ad-6d7c5d9567c9)) - (fp_line (start 15.24 0) (end 14.77 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4f3b3853-b50a-4c88-bc19-742afaaa33f3)) - (pad "1" thru_hole circle (at 0 0) (size 2.8 2.8) (drill 1.4) (layers "*.Cu" "*.Mask") - (net 65 "unconnected-(R34-Pad1)") (pintype "passive") (tstamp 07d1a711-4c19-4e35-bfe8-4f58f4e60d24)) - (pad "2" thru_hole oval (at 15.24 0) (size 2.8 2.8) (drill 1.4) (layers "*.Cu" "*.Mask") - (net 66 "unconnected-(R34-Pad2)") (pintype "passive") (tstamp c6849988-7131-452e-8785-fb850173e455)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0614_L14.3mm_D5.7mm_P15.24mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P20.32mm_Horizontal" (layer "F.Cu") - (tstamp 70ed0484-4fd6-42ec-9789-91890c1dec0b) - (at 44.84 63) - (descr "Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=20.32mm, 1.5W, length*diameter=14.3*5.7mm^2") - (tags "Resistor Axial_DIN0614 series Axial Horizontal pin pitch 20.32mm 1.5W length 14.3mm diameter 5.7mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.01%") - (path "/890a1c49-2219-41c1-bd02-8cdac4bc3a94") - (attr through_hole) - (fp_text reference "R35" (at 10.16 -3.97) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5b37803a-af96-4e56-a32c-997ed740addb) - ) - (fp_text value "67800000" (at 10.16 3.97) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e25ce7f6-8e88-47fc-8c18-d81bb3f318b8) - ) - (fp_text user "${REFERENCE}" (at 10.16 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 01f4ed32-4ae5-4d78-b138-112f05b023ab) - ) - (fp_line (start 1.64 0) (end 2.89 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d4e18bdc-2ffa-4936-84b6-b2bd5cdb690b)) - (fp_line (start 2.89 -2.97) (end 2.89 2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a88972f-dc4f-4923-8230-867a156752eb)) - (fp_line (start 2.89 2.97) (end 17.43 2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp eaa91ca0-9115-4d0e-a2ac-8c5bfaa6f7fd)) - (fp_line (start 17.43 -2.97) (end 2.89 -2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8f9268e8-3181-48a3-9826-01c03bd66226)) - (fp_line (start 17.43 2.97) (end 17.43 -2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d78edf44-9a3f-40d2-9752-170c4a464150)) - (fp_line (start 18.68 0) (end 17.43 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de3ab75d-ab35-4e87-9922-4da0e7849750)) - (fp_line (start -1.65 -3.1) (end -1.65 3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79a55dae-2efc-4487-97d2-16871380c056)) - (fp_line (start -1.65 3.1) (end 21.97 3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 180457b1-fc42-4cc5-84d8-e83fd4eaf208)) - (fp_line (start 21.97 -3.1) (end -1.65 -3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f797af04-0066-443f-aed9-cf5706b6ed02)) - (fp_line (start 21.97 3.1) (end 21.97 -3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1ce2186-9e8a-48e0-95dd-aeb0c8d5f065)) - (fp_line (start 0 0) (end 3.01 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 97d346a8-5b6c-4df3-99be-b424b3b59530)) - (fp_line (start 3.01 -2.85) (end 3.01 2.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f25d29f7-2970-46c3-a156-c6eba5ba4784)) - (fp_line (start 3.01 2.85) (end 17.31 2.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 207a3496-782e-4db6-ba15-432ab12bf999)) - (fp_line (start 17.31 -2.85) (end 3.01 -2.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6166216-0b6e-492d-b399-b6bfd19299b8)) - (fp_line (start 17.31 2.85) (end 17.31 -2.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ac96597d-91d5-4945-964e-4b6ff990a613)) - (fp_line (start 20.32 0) (end 17.31 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32842ffc-37ef-4c39-b3dd-55373ada87a9)) - (pad "1" thru_hole circle (at 0 0) (size 2.8 2.8) (drill 1.4) (layers "*.Cu" "*.Mask") - (net 67 "unconnected-(R35-Pad1)") (pintype "passive") (tstamp dfe09a61-6a8f-489f-affc-826a3d9f8627)) - (pad "2" thru_hole oval (at 20.32 0) (size 2.8 2.8) (drill 1.4) (layers "*.Cu" "*.Mask") - (net 68 "unconnected-(R35-Pad2)") (pintype "passive") (tstamp 3ffb72c1-b406-4a1d-aec2-e77458878c42)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0614_L14.3mm_D5.7mm_P20.32mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P7.62mm_Vertical" (layer "F.Cu") - (tstamp 79db061f-83a7-48c0-b0b5-45ccead145e7) - (at 167.84 38) - (descr "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") - (tags "Resistor Axial_DIN0516 series Axial Vertical pin pitch 7.62mm 2W length 15.5mm diameter 5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "1%") - (path "/23884632-a9f7-4a95-867c-65b8ab8a3702") - (attr through_hole) - (fp_text reference "R33" (at 3.81 -3.62) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 08309b83-0c53-4c8a-bbf2-f6c8cc8cd434) - ) - (fp_text value "678900" (at 3.81 3.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 29d09691-0869-4b0a-8e8a-08fc5d2ec403) - ) - (fp_text user "${REFERENCE}" (at 3.81 -3.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b4ab1da1-b20c-43a8-8086-b0e74a01e243) - ) - (fp_line (start 2.62 0) (end 6.12 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3ed91a23-9bde-4718-8100-694ef4b54ad6)) - (fp_circle (center 0 0) (end 2.62 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 2c72694d-c3d3-482e-94e6-359804691436)) - (fp_line (start -2.75 -2.75) (end -2.75 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d681667d-5969-470e-90c3-fe002865d39d)) - (fp_line (start -2.75 2.75) (end 9.07 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3e911d46-2f8f-4e43-932b-46301cfbb56e)) - (fp_line (start 9.07 -2.75) (end -2.75 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp abc9ce8e-f226-4073-aedc-f9888b27e948)) - (fp_line (start 9.07 2.75) (end 9.07 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0a80d92b-c237-4953-acb3-4df2281367c6)) - (fp_line (start 0 0) (end 7.62 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp aedff945-6989-479c-9f8e-b103450edb10)) - (fp_circle (center 0 0) (end 2.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp eff2e2ee-0584-4a9b-a80f-220973dd50f0)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 63 "unconnected-(R33-Pad1)") (pintype "passive") (tstamp 5cfe06b8-ee72-44c1-81a2-4533b9df0313)) - (pad "2" thru_hole oval (at 7.62 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 64 "unconnected-(R33-Pad2)") (pintype "passive") (tstamp b405faca-0e16-47cd-acaa-e448fc83b5f8)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0516_L15.5mm_D5.0mm_P7.62mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 80260b3d-5ace-40d3-b207-0445fe144183) - (at 148.52 100) - (descr "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") - (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (path "/b3b79e72-edab-4293-a12d-02a258808cd1") - (attr through_hole) - (fp_text reference "R8" (at 1.27 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 19de8696-2c47-4cb1-b9a3-9ef1a25d2926) - ) - (fp_text value "680K" (at 1.27 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0c840e25-5dc0-471c-bc2b-421d30dcf812) - ) - (fp_text user "${REFERENCE}" (at 1.27 -2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 93ebbb1e-208c-457c-b621-0f13e7f1247b) - ) - (fp_line (start 1.37 0) (end 1.44 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1663475-bd3e-4451-ad7f-3c9bf31c2115)) - (fp_circle (center 0 0) (end 1.37 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 128b1227-442a-481f-9f9f-9d4f1a49f0cd)) - (fp_line (start -1.5 -1.5) (end -1.5 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cf00551f-1017-4398-87bb-3b7eefd5856b)) - (fp_line (start -1.5 1.5) (end 3.59 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1f15911b-122c-4943-b9e2-4fed4e56c300)) - (fp_line (start 3.59 -1.5) (end -1.5 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1065dce9-3acc-40d3-991c-83808865d269)) - (fp_line (start 3.59 1.5) (end 3.59 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2094120d-4960-4591-835c-36fa3c355a97)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8bcaf99-6f73-4e0d-9676-d424dc86bf90)) - (fp_circle (center 0 0) (end 1.25 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 2640bf93-8fa8-4099-b818-79ca313c2821)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 15 "unconnected-(R8-Pad1)") (pintype "passive") (tstamp 0b1084dc-3d67-416f-bd72-8d888eb70cf0)) - (pad "2" thru_hole oval (at 2.54 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 16 "unconnected-(R8-Pad2)") (pintype "passive") (tstamp d27e175e-ae57-4f66-9b91-8e54953b83c8)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P20.32mm_Horizontal" (layer "F.Cu") - (tstamp 81813120-6edb-4185-8d64-65630f381bbd) - (at 117.84 72) - (descr "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") - (tags "Resistor Axial_DIN0516 series Axial Horizontal pin pitch 20.32mm 2W length 15.5mm diameter 5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "2%") - (path "/332047e5-95cc-4f13-91e7-cf64c39c0fdb") - (attr through_hole) - (fp_text reference "R29" (at 10.16 -3.62) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 637f5fcf-6b0b-4f53-8046-385884a1bb37) - ) - (fp_text value "12.3" (at 10.16 3.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 713aa4b1-290b-4fc0-87db-84c91ef5926c) - ) - (fp_text user "${REFERENCE}" (at 10.16 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4515ad94-c154-4ddd-9cfa-68157427e3ee) - ) - (fp_line (start 1.44 0) (end 2.29 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d40ac793-f414-4f30-8045-6b6d1c73980e)) - (fp_line (start 2.29 -2.62) (end 2.29 2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 246c8831-b5b9-4827-9a5d-3beef26d7f18)) - (fp_line (start 2.29 2.62) (end 18.03 2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4665191a-8bd2-4449-a93b-975c6951dc5a)) - (fp_line (start 18.03 -2.62) (end 2.29 -2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5a2d7f69-fd91-4a34-9ceb-c3feecdda788)) - (fp_line (start 18.03 2.62) (end 18.03 -2.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33f53e28-f786-4f64-bd04-25852c7b53a5)) - (fp_line (start 18.88 0) (end 18.03 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7bb8dfd-af2e-4da7-9f81-e7b682ec231c)) - (fp_line (start -1.45 -2.75) (end -1.45 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6987fead-487d-499a-8324-8028e85fa032)) - (fp_line (start -1.45 2.75) (end 21.77 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 35c91e78-213a-4cbd-b0da-35ac96acdfd6)) - (fp_line (start 21.77 -2.75) (end -1.45 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7da895c6-ce72-4c13-9202-47ef4edb3967)) - (fp_line (start 21.77 2.75) (end 21.77 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 53bf155c-20bd-47b5-be37-88f7425d05c6)) - (fp_line (start 0 0) (end 2.41 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f4576bec-7583-4739-873a-ba9ce3f9b4b8)) - (fp_line (start 2.41 -2.5) (end 2.41 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c23c92c-1cce-4be5-82c1-68fbf36e605c)) - (fp_line (start 2.41 2.5) (end 17.91 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf980af3-ecf7-4da0-a408-cf799873b1d8)) - (fp_line (start 17.91 -2.5) (end 2.41 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d9a456e1-a564-4ded-b059-141fbf4c6168)) - (fp_line (start 17.91 2.5) (end 17.91 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43ff3876-a5d0-4737-b4ac-894fe9ae518d)) - (fp_line (start 20.32 0) (end 17.91 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 810971cd-5a93-418e-91cb-fde500aec8a8)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 55 "unconnected-(R29-Pad1)") (pintype "passive") (tstamp 6438f041-57c8-4406-936c-176936d3ddbd)) - (pad "2" thru_hole oval (at 20.32 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 56 "unconnected-(R29-Pad2)") (pintype "passive") (tstamp 733e71b2-bb3e-4a79-8ae1-0c90bb92cc77)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0516_L15.5mm_D5.0mm_P20.32mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P22.86mm_Horizontal" (layer "F.Cu") - (tstamp 83f1a525-8f48-47ec-8047-c7a2c9e09b90) - (at 79.57 40) - (descr "Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=22.86mm, 4W, length*diameter=18*9mm^2") - (tags "Resistor Axial_DIN0918 series Axial Horizontal pin pitch 22.86mm 4W length 18mm diameter 9mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.1%") - (path "/0fccf121-f6e1-4029-b24a-25fb81eda88b") - (attr through_hole) - (fp_text reference "R44" (at 11.43 -5.62) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5cb1afcc-8d15-408c-808b-8ffca54f42b7) - ) - (fp_text value "2.34" (at 11.43 5.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp baf896f1-0f95-44b4-9649-8969fd57e746) - ) - (fp_text user "${REFERENCE}" (at 11.43 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 651b0092-679a-4b17-9f3f-d0de2ebf1963) - ) - (fp_line (start 1.44 0) (end 2.31 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d0e6c87b-472b-4977-bb8d-0b0ffc8bfeb3)) - (fp_line (start 2.31 -4.62) (end 2.31 4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 475809df-0383-41e5-8bec-e65b1b79abfc)) - (fp_line (start 2.31 4.62) (end 20.55 4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2871021f-a4e3-4173-a017-d2f2115cd435)) - (fp_line (start 20.55 -4.62) (end 2.31 -4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f45f5241-7dec-4d66-8d72-7b2b839d3b18)) - (fp_line (start 20.55 4.62) (end 20.55 -4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e7268091-5558-454f-9b9f-e229250f2c99)) - (fp_line (start 21.42 0) (end 20.55 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 202a7020-10fd-4fb7-a919-f217de628a3b)) - (fp_line (start -1.45 -4.75) (end -1.45 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb6060f4-db9f-4363-ad2c-392dd4e700fd)) - (fp_line (start -1.45 4.75) (end 24.31 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74f93ac8-770d-49be-a34a-52631fd0afc2)) - (fp_line (start 24.31 -4.75) (end -1.45 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6389e456-1f1b-4195-9c65-168098ead462)) - (fp_line (start 24.31 4.75) (end 24.31 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6213cc4f-192f-4716-a138-5a29cbc2cc38)) - (fp_line (start 0 0) (end 2.43 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23b21b53-211e-4930-b4af-f25dcdfd0741)) - (fp_line (start 2.43 -4.5) (end 2.43 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 716a5e0b-b103-440e-be8d-7d18dd7848f4)) - (fp_line (start 2.43 4.5) (end 20.43 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 54021c7b-bc37-4947-842c-e3aa394f7e1c)) - (fp_line (start 20.43 -4.5) (end 2.43 -4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6ad7c4f7-680d-4fd0-b6fe-fa4793cb557c)) - (fp_line (start 20.43 4.5) (end 20.43 -4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 140656f9-72ea-4f8b-953a-cb43a8acf19e)) - (fp_line (start 22.86 0) (end 20.43 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 548df663-f742-4e24-b682-fab07ceda9d6)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 85 "unconnected-(R44-Pad1)") (pintype "passive") (tstamp 01bc778e-7aa1-4cd2-9c21-fbd2cd8fe5e4)) - (pad "2" thru_hole oval (at 22.86 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 86 "unconnected-(R44-Pad2)") (pintype "passive") (tstamp ec9b6187-de4b-4bbb-8871-48209d5d48e7)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0918_L18.0mm_D9.0mm_P22.86mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Vertical" (layer "F.Cu") - (tstamp 87e48798-0c6e-467a-9510-c1450b4ad65b) - (at 164.86 93) - (descr "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") - (tags "Resistor Axial_DIN0309 series Axial Vertical pin pitch 5.08mm 0.5W = 1/2W length 9mm diameter 3.2mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "5%") - (path "/7808303d-db63-4c19-93f3-ea030f8eee57") - (attr through_hole) - (fp_text reference "R17" (at 2.54 -2.72) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 41a4a14a-bece-418f-97f4-5c11409ac294) - ) - (fp_text value "4k7" (at 2.54 2.72) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 56090250-332c-49b6-85a1-b30ad1f5533b) - ) - (fp_text user "${REFERENCE}" (at 2.54 -2.72) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d9a83c95-1967-4a6e-8db2-c408ccc9561b) - ) - (fp_line (start 1.72 0) (end 3.98 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c27d369-658b-4cd5-8480-93cd8a8bbd16)) - (fp_circle (center 0 0) (end 1.72 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 1d75b64b-b4f3-414f-a307-56d634935569)) - (fp_line (start -1.85 -1.85) (end -1.85 1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87dd2049-a9be-494f-a354-9ccf75f73ef4)) - (fp_line (start -1.85 1.85) (end 6.13 1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 355a61b6-1881-44fa-b846-940940a78a04)) - (fp_line (start 6.13 -1.85) (end -1.85 -1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7e02965e-d34b-429c-b907-ab13fcb853d8)) - (fp_line (start 6.13 1.85) (end 6.13 -1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4b19720d-6c2c-4702-9b81-f6b97ccac208)) - (fp_line (start 0 0) (end 5.08 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9993d09b-72b9-4844-afd7-c0792646e298)) - (fp_circle (center 0 0) (end 1.6 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 174a476b-f824-43c8-b0a8-2ace7c05b7b0)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 31 "unconnected-(R17-Pad1)") (pintype "passive") (tstamp 419a0bd3-052b-4d96-b40b-0857c9fcd2af)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 32 "unconnected-(R17-Pad2)") (pintype "passive") (tstamp ee500e43-e739-4f62-aedc-45169028ada9)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P25.40mm_Horizontal" (layer "F.Cu") - (tstamp 90abc3da-f7b6-4b1c-a61b-2d57ee1d0d73) - (at 114.3 52) - (descr "Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") - (tags "Resistor Axial_DIN0617 series Axial Horizontal pin pitch 25.4mm 2W length 17mm diameter 6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.25%") - (path "/6e3750da-77ee-443e-bfea-4ab2284b681d") - (attr through_hole) - (fp_text reference "R40" (at 12.7 -4.12) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 76646f4d-f3da-42a2-b232-9dd162b7b3e1) - ) - (fp_text value "511" (at 12.7 4.12) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6c191db2-3d5a-4f3e-a2f6-9eca1288d762) - ) - (fp_text user "${REFERENCE}" (at 12.7 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7d3327d4-a8bc-4797-9caa-13dcd3f63496) - ) - (fp_line (start 1.44 0) (end 4.08 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1a6ae216-9296-4f6e-92a0-0e43b1249b0a)) - (fp_line (start 4.08 -3.12) (end 4.08 3.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ed777a1a-893b-4aac-a867-9a33896868f7)) - (fp_line (start 4.08 3.12) (end 21.32 3.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ea7146a-4a67-4fcd-aeed-66284c0cd97e)) - (fp_line (start 21.32 -3.12) (end 4.08 -3.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46dfb20e-3142-4964-b6e7-21137a58f76b)) - (fp_line (start 21.32 3.12) (end 21.32 -3.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 68bc20e6-38e8-4d9f-ada5-8e5ee6d4aa53)) - (fp_line (start 23.96 0) (end 21.32 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fc6b5fdf-2226-4d37-ae52-8ccb6e7b9c31)) - (fp_line (start -1.45 -3.25) (end -1.45 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6f7ce071-9f9f-4f49-a62a-f8c64cfd0b9d)) - (fp_line (start -1.45 3.25) (end 26.85 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e32a2132-f7a4-4f8f-8a3b-36b00965b75f)) - (fp_line (start 26.85 -3.25) (end -1.45 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7de4ac15-5c46-45fc-aa8e-b50b6c549bfe)) - (fp_line (start 26.85 3.25) (end 26.85 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50901821-011d-4990-834e-bcb54d40da1a)) - (fp_line (start 0 0) (end 4.2 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1f9173cd-3dd1-4e2b-a586-4a75427f3dc4)) - (fp_line (start 4.2 -3) (end 4.2 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b5318e59-a52c-4e4e-bdec-5197d73f9a7d)) - (fp_line (start 4.2 3) (end 21.2 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c83ff445-c1d7-4da6-96aa-ba48bff41172)) - (fp_line (start 21.2 -3) (end 4.2 -3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ec46b05-a039-47ef-b135-cb23770db03e)) - (fp_line (start 21.2 3) (end 21.2 -3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 12e05a26-55ae-4a69-b1f1-639fd7443be7)) - (fp_line (start 25.4 0) (end 21.2 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 863ef506-9e31-4df4-889d-1e5ad1908d14)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 77 "unconnected-(R40-Pad1)") (pintype "passive") (tstamp c7bef62f-1455-4bf9-8d0b-4ce553331a9c)) - (pad "2" thru_hole oval (at 25.4 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 78 "unconnected-(R40-Pad2)") (pintype "passive") (tstamp 105b3268-10be-4059-b548-0800e18501ec)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0617_L17.0mm_D6.0mm_P25.40mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P5.08mm_Vertical" (layer "F.Cu") - (tstamp 92ca4799-4d8b-4a7f-b5fc-f13c419a7e0e) - (at 169.11 63) - (descr "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") - (tags "Resistor Axial_DIN0516 series Axial Vertical pin pitch 5.08mm 2W length 15.5mm diameter 5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "1%") - (path "/ae0adfe1-38a1-4d37-8aee-301de899f03c") - (attr through_hole) - (fp_text reference "R32" (at 2.54 -3.62) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 387ec4a0-3260-40c3-99e3-d8c59c60e8b0) - ) - (fp_text value "67800" (at 2.54 3.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2af4594a-a6c2-4715-921d-03c560fd5a7f) - ) - (fp_text user "${REFERENCE}" (at 2.54 -3.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 673a93a2-c95b-41b6-b797-3bf8350f4aab) - ) - (fp_line (start 2.62 0) (end 3.58 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fdc0417c-704c-41ae-a537-b52e1ec49a0f)) - (fp_circle (center 0 0) (end 2.62 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp cbdb061c-0888-41fb-9518-bf55b1800b06)) - (fp_line (start -2.75 -2.75) (end -2.75 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c4bd2132-0c74-4adb-8076-e8a26dd50a22)) - (fp_line (start -2.75 2.75) (end 6.53 2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c19797bc-34bb-4c50-8711-5addabfd9820)) - (fp_line (start 6.53 -2.75) (end -2.75 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 50545a12-3891-4290-b462-da6052cb75b6)) - (fp_line (start 6.53 2.75) (end 6.53 -2.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9c46e482-0950-46a6-9b84-1d4ff0f38538)) - (fp_line (start 0 0) (end 5.08 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 576a9bd6-517b-4de3-8093-ef07ca5e2354)) - (fp_circle (center 0 0) (end 2.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d993ea49-f08d-461a-af1d-350ab1065af5)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 61 "unconnected-(R32-Pad1)") (pintype "passive") (tstamp fb46fd50-5743-475e-99cb-684911d2e184)) - (pad "2" thru_hole oval (at 5.08 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 62 "unconnected-(R32-Pad2)") (pintype "passive") (tstamp ba07365e-5fd7-4d63-b216-7d339e86326a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0516_L15.5mm_D5.0mm_P5.08mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P25.40mm_Horizontal" (layer "F.Cu") - (tstamp 991cdc87-b971-4aa6-936d-3099d7a4e982) - (at 43.3 96) - (descr "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") - (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 25.4mm 0.5W = 1/2W length 9mm diameter 3.2mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "10%") - (path "/f167e26d-efe1-4b70-9326-377b0a9f1c79") - (attr through_hole) - (fp_text reference "R14" (at 12.7 -2.72) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0d1d794d-d945-4507-8ebe-9ec91bf34d29) - ) - (fp_text value "1k2" (at 12.7 2.72) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5f52126b-0188-4ad9-92d8-9438305f4c20) - ) - (fp_text user "${REFERENCE}" (at 12.7 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp cb0daa41-94fe-4eb5-98bf-d93d4956260c) - ) - (fp_line (start 1.04 0) (end 8.08 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e11d0ee9-0e74-4044-99c5-c5a22430bd27)) - (fp_line (start 8.08 -1.72) (end 8.08 1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dcc5692c-2ae9-4665-9699-0460d235dfb8)) - (fp_line (start 8.08 1.72) (end 17.32 1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5326e899-60e7-4b79-948c-288eeb20f72e)) - (fp_line (start 17.32 -1.72) (end 8.08 -1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc6b1d03-4ce9-49ac-bb35-122cec6dca91)) - (fp_line (start 17.32 1.72) (end 17.32 -1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2f751d8a-20b5-4c16-891c-720f9b6a2f48)) - (fp_line (start 24.36 0) (end 17.32 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 13612396-a477-4a67-a794-5846e6616fa5)) - (fp_line (start -1.05 -1.85) (end -1.05 1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a168a7b5-6429-40e2-8012-7cc929ace696)) - (fp_line (start -1.05 1.85) (end 26.45 1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1dac2d6f-1170-4356-bbbd-f462dcfa4ef8)) - (fp_line (start 26.45 -1.85) (end -1.05 -1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d2d4fdbe-46ed-4efe-ba6e-1e9e7d81bb99)) - (fp_line (start 26.45 1.85) (end 26.45 -1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9f298877-1295-4229-a741-0e493a56bbc3)) - (fp_line (start 0 0) (end 8.2 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cc773bad-235f-4a3e-8dc8-1d0cfb3bfce6)) - (fp_line (start 8.2 -1.6) (end 8.2 1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1fcd41d8-0047-4a41-ac25-50545ebb8ba6)) - (fp_line (start 8.2 1.6) (end 17.2 1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbac4dcc-fec8-4e3f-8db9-00317435dd12)) - (fp_line (start 17.2 -1.6) (end 8.2 -1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4b1ca05-6eb1-4acc-ba8b-93d44cbd7b79)) - (fp_line (start 17.2 1.6) (end 17.2 -1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fb6d9303-6107-4fa3-98c3-cc9ae009117a)) - (fp_line (start 25.4 0) (end 17.2 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5fe97326-0482-48a5-bb5f-c65e50ae6980)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 27 "unconnected-(R14-Pad1)") (pintype "passive") (tstamp f6a2a480-44a3-4ca8-bf3a-5ca738ceeef3)) - (pad "2" thru_hole oval (at 25.4 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 28 "unconnected-(R14-Pad2)") (pintype "passive") (tstamp 2cf5ce14-77bd-4c6b-b394-80e7aad8a916)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P25.40mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" (layer "F.Cu") - (tstamp a42cefdd-0e4c-4ba6-9330-bce10320187c) - (at 73.65 96) - (descr "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") - (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "10%") - (path "/6a0a0a9e-ae7d-4d8b-8ec3-12e0961ebd0d") - (attr through_hole) - (fp_text reference "R11" (at 6.35 -2.72) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c7d6bd38-5cf3-4e8a-ba7b-4a12dc59325d) - ) - (fp_text value "780M" (at 6.35 2.72) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4677be3c-26ce-4590-9748-e2a7a505b2b9) - ) - (fp_text user "${REFERENCE}" (at 6.35 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5c2e36fe-4c90-47ec-b740-08cf780fa3b5) - ) - (fp_line (start 1.04 0) (end 1.73 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp cedba6fc-caa3-437a-8f37-cd88408eadf2)) - (fp_line (start 1.73 -1.72) (end 1.73 1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb8c15a8-5e12-4066-b171-c08e34bbe0fd)) - (fp_line (start 1.73 1.72) (end 10.97 1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63785b98-bcc6-450c-93fd-2a523c30731e)) - (fp_line (start 10.97 -1.72) (end 1.73 -1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d1d018f4-fa81-4b46-8d99-bd2872d033df)) - (fp_line (start 10.97 1.72) (end 10.97 -1.72) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4ab55c45-525a-4b1c-80f7-f92e0d559bfe)) - (fp_line (start 11.66 0) (end 10.97 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8b582bc9-2e31-4dcf-8fed-cd047df17709)) - (fp_line (start -1.05 -1.85) (end -1.05 1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 58baf273-777d-46c7-87a0-98a288aca82e)) - (fp_line (start -1.05 1.85) (end 13.75 1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5edbd37e-973d-4c28-becd-f1b11e11c845)) - (fp_line (start 13.75 -1.85) (end -1.05 -1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 19c7a5d5-df9d-4da2-9399-b02bd1de0c5e)) - (fp_line (start 13.75 1.85) (end 13.75 -1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 46f5cf88-2a65-475a-bacd-de22116a5bdf)) - (fp_line (start 0 0) (end 1.85 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e48c5fe-40c4-4349-8b19-7c36201f678a)) - (fp_line (start 1.85 -1.6) (end 1.85 1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf1c471f-f0cd-4251-b843-a917ae6314cd)) - (fp_line (start 1.85 1.6) (end 10.85 1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4799f00f-4f7e-4304-93c3-3f4677eb95d8)) - (fp_line (start 10.85 -1.6) (end 1.85 -1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a5eb69fe-a4b7-4162-a3c6-5065e467af09)) - (fp_line (start 10.85 1.6) (end 10.85 -1.6) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp be1bb67a-57bd-4720-b36e-4e623ce85c77)) - (fp_line (start 12.7 0) (end 10.85 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0161e9c5-dc8a-4db4-924a-6e2fe0112a59)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 21 "unconnected-(R11-Pad1)") (pintype "passive") (tstamp 68581805-fb3a-4054-941d-1b5f7fe27b91)) - (pad "2" thru_hole oval (at 12.7 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 22 "unconnected-(R11-Pad2)") (pintype "passive") (tstamp 4792f07c-5e14-4fcb-bffc-4ba365bcc283)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal" (layer "F.Cu") - (tstamp a744d933-e51b-46f0-b18a-a10fbec640d9) - (at 42.3 40) - (descr "Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=25.4mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") - (tags "Resistor Axial_DIN0922 series Axial Horizontal pin pitch 25.4mm 5W length 20mm diameter 9mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.02%") - (path "/8f249fdf-39af-4bef-a86e-bcbfdb659f10") - (attr through_hole) - (fp_text reference "R48" (at 12.7 -5.62) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f3e3d97e-65cb-422c-b2d8-a3035d61d3e3) - ) - (fp_text value "23400" (at 12.7 5.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4f791060-2299-4425-ad74-eb31cff9f6ca) - ) - (fp_text user "${REFERENCE}" (at 12.7 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp c2fbe150-d4a6-4af1-9445-7daead4c8910) - ) - (fp_line (start 1.44 0) (end 2.58 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1cebe062-6668-4614-9038-bfb2b13d7210)) - (fp_line (start 2.58 -4.62) (end 2.58 4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b998cebd-1dc7-4d4d-8148-e46919838c77)) - (fp_line (start 2.58 4.62) (end 22.82 4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ab15c851-7466-4d75-8f67-9f71a3177d1d)) - (fp_line (start 22.82 -4.62) (end 2.58 -4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 87f19f51-56e2-45a6-b2ca-7adfbaa4dfea)) - (fp_line (start 22.82 4.62) (end 22.82 -4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d77b0340-514b-4376-800c-99e74bcf1a88)) - (fp_line (start 23.96 0) (end 22.82 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8e8b0f1e-2abf-4ee3-b2ff-7f001b294ea6)) - (fp_line (start -1.45 -4.75) (end -1.45 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 814e1415-2478-4fd1-8554-5ee75ba29523)) - (fp_line (start -1.45 4.75) (end 26.85 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ce374194-cfb0-447f-bea3-287c6ef90d54)) - (fp_line (start 26.85 -4.75) (end -1.45 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7229af7-4065-4a3a-8dfd-f5f365f320d2)) - (fp_line (start 26.85 4.75) (end 26.85 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fa98b90b-0b32-4917-a313-8b83bdf73b0f)) - (fp_line (start 0 0) (end 2.7 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c7175fe-21bd-4266-96ec-bdab54a816e3)) - (fp_line (start 2.7 -4.5) (end 2.7 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 98b92ae6-4bb9-45dc-87d0-d5838e9f599d)) - (fp_line (start 2.7 4.5) (end 22.7 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e733a120-85f8-4eae-9735-91054d0e78b4)) - (fp_line (start 22.7 -4.5) (end 2.7 -4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 939c8848-bbce-44f9-b5e2-a16c82beaa7b)) - (fp_line (start 22.7 4.5) (end 22.7 -4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9790d0e-ef82-4562-ae09-92e8f2f342dd)) - (fp_line (start 25.4 0) (end 22.7 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 112c5982-b802-41cb-b2f4-254e6ed810ed)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 93 "unconnected-(R48-Pad1)") (pintype "passive") (tstamp 9b3462ca-d126-47ec-826c-a859e190f426)) - (pad "2" thru_hole oval (at 25.4 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 94 "unconnected-(R48-Pad2)") (pintype "passive") (tstamp fa5566f4-b23d-46d5-98d3-5b743c75ea1a)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P5.08mm_Vertical" (layer "F.Cu") - (tstamp ab493347-b2f7-4fc9-b3a9-313fe69fb2c2) - (at 154.36 63) - (descr "Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") - (tags "Resistor Axial_DIN0617 series Axial Vertical pin pitch 5.08mm 2W length 17mm diameter 6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.1%") - (path "/3c0cd627-9c75-4efe-ab88-6ee0934e81cd") - (attr through_hole) - (fp_text reference "R42" (at 2.54 -4.12) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 00878a00-5ad0-4114-a514-e234a6b07fc2) - ) - (fp_text value "51k1" (at 2.54 4.12) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp be3a72b8-e287-4f4d-afbb-5197e6ad040c) - ) - (fp_text user "${REFERENCE}" (at 0 -1.7) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e556d7ff-dfc1-401c-8287-c6c2c57c4936) - ) - (fp_line (start 3.12 0) (end 3.58 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4e243315-5a1c-46f4-a3f4-965b12e27716)) - (fp_circle (center 0 0) (end 3.12 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp fd598bfa-3798-4e62-aeb9-d2280f531bbb)) - (fp_line (start -3.25 -3.25) (end -3.25 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3c2e129e-65c9-40fc-9b6a-17bffd7507e3)) - (fp_line (start -3.25 3.25) (end 6.53 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1cf00e73-89cc-4766-9b59-e2442229e125)) - (fp_line (start 6.53 -3.25) (end -3.25 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b4e7082a-0db3-49c7-b9c4-bffdba9fe986)) - (fp_line (start 6.53 3.25) (end 6.53 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4a338f36-4465-4adb-a18b-c3b293c9086f)) - (fp_line (start 0 0) (end 5.08 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d2448241-308f-44a6-88b8-481667d761bb)) - (fp_circle (center 0 0) (end 3 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 1e0a9861-46f3-48f7-bc14-7e95700277de)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 81 "unconnected-(R42-Pad1)") (pintype "passive") (tstamp 20bf9009-8031-4f94-b9d1-754e45a2b0a2)) - (pad "2" thru_hole oval (at 5.08 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 82 "unconnected-(R42-Pad2)") (pintype "passive") (tstamp b762e2fb-d4ba-417e-8686-15e58a2b7a8f)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0617_L17.0mm_D6.0mm_P5.08mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P2.54mm_Vertical" (layer "F.Cu") - (tstamp b17d6373-aae0-46cd-ae0f-d5c98727975f) - (at 155 93) - (descr "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") - (tags "Resistor Axial_DIN0309 series Axial Vertical pin pitch 2.54mm 0.5W = 1/2W length 9mm diameter 3.2mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "10%") - (path "/0031728d-9667-4f92-95e4-b58e5cfa26a6") - (attr through_hole) - (fp_text reference "R15" (at 1.27 -2.72) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0fd2116a-17d6-4a2f-ae4b-18fcbd46e92c) - ) - (fp_text value "2k2" (at 1.27 2.72) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 440793c3-d0d4-44b3-b78e-b4bebaf0acd5) - ) - (fp_text user "${REFERENCE}" (at 1.27 -2.72) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a7b4a86-7804-4a94-84d2-900624774e8e) - ) - (fp_arc (start 1.344775 0.97138) (mid -1.655812 -0.101418) (end 1.453272 -0.8) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bc42378c-43f9-4d7b-8d2a-51110558b3f3)) - (fp_line (start -1.85 -1.85) (end -1.85 1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5f13c199-1fd6-4f2b-b7ba-bb18194fc633)) - (fp_line (start -1.85 1.85) (end 3.59 1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 44dbbd65-be1e-48cb-9fed-066519bca401)) - (fp_line (start 3.59 -1.85) (end -1.85 -1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 33c70a33-eac8-4eae-bf22-eb00307b3965)) - (fp_line (start 3.59 1.85) (end 3.59 -1.85) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1c0390dc-c79e-4fe2-a49f-dc44f94b41e6)) - (fp_line (start 0 0) (end 2.54 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0557911-59ae-42b0-a591-0f4ed44eb6de)) - (fp_circle (center 0 0) (end 1.6 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp d1028271-1934-4e33-9ec9-b7f84f84ead5)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 29 "unconnected-(R15-Pad1)") (pintype "passive") (tstamp 6b3890ee-4d8a-4c1a-8e4e-594abd43c97e)) - (pad "2" thru_hole oval (at 2.54 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 30 "unconnected-(R15-Pad2)") (pintype "passive") (tstamp 921ff505-15b0-4f19-aa91-a967fb550072)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P5.08mm_Vertical" (layer "F.Cu") - (tstamp b3730efe-1013-4bd1-8575-74bb59cbf22e) - (at 168.985 73) - (descr "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") - (tags "Resistor Axial_DIN0414 series Axial Vertical pin pitch 5.08mm 2W length 11.9mm diameter 4.5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "2%") - (path "/9cfcad2d-3334-4d64-b2a9-fb405ef03985") - (attr through_hole) - (fp_text reference "R27" (at 2.54 -3.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 79e1bd31-1367-44be-a01b-09fce8a7f3b4) - ) - (fp_text value "0.12" (at 2.54 3.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ade8f42e-ecaa-4c9d-9859-75e321dc2562) - ) - (fp_text user "${REFERENCE}" (at 2.54 -3.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5ebb1b7c-361d-4255-b2a8-b562a3038e3f) - ) - (fp_line (start 2.37 0) (end 3.58 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b8005a65-26c7-4a22-9809-ac588db689da)) - (fp_circle (center 0 0) (end 2.37 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 5dfbf153-bce6-48ea-acc3-b92f7c8018d8)) - (fp_line (start -2.5 -2.5) (end -2.5 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 93c75d4a-f9b5-45f4-b79e-71bbd6c8e0fd)) - (fp_line (start -2.5 2.5) (end 6.53 2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75fee425-f67d-49fb-9e70-6155709d0103)) - (fp_line (start 6.53 -2.5) (end -2.5 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 74517c71-8f15-4261-8896-b4799b76b453)) - (fp_line (start 6.53 2.5) (end 6.53 -2.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ff4ae03e-633f-4729-895c-43589a811010)) - (fp_line (start 0 0) (end 5.08 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b81818d-f651-420a-9414-89e06bac6615)) - (fp_circle (center 0 0) (end 2.25 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp feb9c14d-dcb5-4bec-82fc-c162bc2003b0)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 51 "unconnected-(R27-Pad1)") (pintype "passive") (tstamp 303ce563-f21e-4f56-a543-67b5d3a6ca4c)) - (pad "2" thru_hole oval (at 5.08 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 52 "unconnected-(R27-Pad2)") (pintype "passive") (tstamp d214a9f7-7ed6-4177-8072-5acbc5d9550b)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0414_L11.9mm_D4.5mm_P5.08mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_Horizontal" (layer "F.Cu") - (tstamp b6461806-f5ba-4c3b-a211-787de3224f92) - (at 44.38 103) - (descr "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") - (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 15.24mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (path "/c49fbad6-4875-4a6f-82b2-8b70ead6c484") - (attr through_hole) - (fp_text reference "R7" (at 7.62 -2.37) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ab793ad6-8ecc-4b11-9348-d133e9d14732) - ) - (fp_text value "34k" (at 7.62 2.37) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8c217811-a155-4abf-a523-70107b4c8da0) - ) - (fp_text user "${REFERENCE}" (at 7.62 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7ec73a09-b054-4537-a8a1-2a1c3e3fc75d) - ) - (fp_line (start 1.04 0) (end 4.35 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6b07f41c-7a63-471d-8274-4b624890b006)) - (fp_line (start 4.35 -1.37) (end 4.35 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ddcaf26-693b-42ba-be85-6df26486a162)) - (fp_line (start 4.35 1.37) (end 10.89 1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7ec94e7d-48a9-46ab-aaf4-af1b46e46caf)) - (fp_line (start 10.89 -1.37) (end 4.35 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 743c160c-50b8-4f5e-a09e-2b6c99b3a92c)) - (fp_line (start 10.89 1.37) (end 10.89 -1.37) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e14dce83-3446-4037-a710-4163cb890f76)) - (fp_line (start 14.2 0) (end 10.89 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ec73901b-d28c-463e-bd71-dc13fbd7f368)) - (fp_line (start -1.05 -1.5) (end -1.05 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b38e1de-1b68-41a4-8d56-5c37a96ea520)) - (fp_line (start -1.05 1.5) (end 16.29 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b42499d9-8618-451c-82ad-cb28c7e93a16)) - (fp_line (start 16.29 -1.5) (end -1.05 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3f981ea0-dc45-40ae-99b5-c35f5af5b5f2)) - (fp_line (start 16.29 1.5) (end 16.29 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42075399-6c59-4c71-b48d-32d326f129d4)) - (fp_line (start 0 0) (end 4.47 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f7da377-b49c-43b7-a995-3d6dc90ff27f)) - (fp_line (start 4.47 -1.25) (end 4.47 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7ae298b1-62de-406f-9070-71265007c82f)) - (fp_line (start 4.47 1.25) (end 10.77 1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15858c77-1bb3-400d-888d-90ea2586f8d3)) - (fp_line (start 10.77 -1.25) (end 4.47 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33dfab03-a41a-4a3d-83ae-d24a6c406222)) - (fp_line (start 10.77 1.25) (end 10.77 -1.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe93d642-11fb-402f-ae65-db2fea13fc7b)) - (fp_line (start 15.24 0) (end 10.77 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c3c11534-306a-4200-88d1-92a4fc296acf)) - (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 13 "unconnected-(R7-Pad1)") (pintype "passive") (tstamp 6b99a78f-bb5f-40d0-aa39-d442a88e77bd)) - (pad "2" thru_hole oval (at 15.24 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask") - (net 14 "unconnected-(R7-Pad2)") (pintype "passive") (tstamp c762c6c6-472d-4be1-88ef-a9bbc4aee697)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_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 c09f7914-70e9-48da-a26a-254cf3766cdc) - (at 95.46 103) - (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" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (path "/69fb5f70-5c4e-411c-91ba-84b1e8975bd6") - (attr through_hole) - (fp_text reference "R3" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aa8ea0eb-0c51-47b8-9b53-3598978504a3) - ) - (fp_text value "1R2" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 26864383-8093-4dbd-a5bb-2f04a9d2c02f) - ) - (fp_text user "${REFERENCE}" (at 2.54 0) (layer "F.Fab") - (effects (font (size 0.72 0.72) (thickness 0.108))) - (tstamp 320beb92-1a94-4a2d-a740-c179236c7d3a) - ) - (fp_line (start 0.62 -0.92) (end 4.46 -0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2e453066-0350-4b1c-9a2d-2e2fdae86bc8)) - (fp_line (start 0.62 0.92) (end 4.46 0.92) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8d646302-dba8-4696-82f5-0048251122b2)) - (fp_line (start -0.95 -1.05) (end -0.95 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9cc10dda-1eeb-4d00-80be-f8ed0253060d)) - (fp_line (start -0.95 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c89f25a3-dbe2-4d26-8712-a547c88efcb6)) - (fp_line (start 6.03 -1.05) (end -0.95 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f17d7aef-4232-4bb1-ab34-5afdb8611a59)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52852942-bccb-4cf3-9197-1770cab3dc78)) - (fp_line (start 0 0) (end 0.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bd630dc2-6a87-4f29-ba4c-c44444384ad1)) - (fp_line (start 0.74 -0.8) (end 0.74 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0415dce8-780e-453c-8532-3121ed61fb96)) - (fp_line (start 0.74 0.8) (end 4.34 0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28b5b958-b6f7-4ad8-9205-1fbaf9555f47)) - (fp_line (start 4.34 -0.8) (end 0.74 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13a186ff-6dd9-483b-907d-df6167c8983c)) - (fp_line (start 4.34 0.8) (end 4.34 -0.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f44cbb4e-8c6a-4e4b-86e8-ad48ccc42999)) - (fp_line (start 5.08 0) (end 4.34 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a1fa928-f901-4883-a819-af4734e3b551)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 5 "unconnected-(R3-Pad1)") (pintype "passive") (tstamp 793f63af-2794-4f7b-a1b3-e8ec200f846b)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 6 "unconnected-(R3-Pad2)") (pintype "passive") (tstamp 3cab829f-e501-4518-943a-807eaf990f47)) - (model "${KICAD6_3DMODEL_DIR}/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_Vertical" (layer "F.Cu") - (tstamp c7543648-04ea-4069-93d7-b3e65e5e173c) - (at 160.51 100) - (descr "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") - (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (path "/caf25072-6a61-47db-a1a3-de8ad8c8b350") - (attr through_hole) - (fp_text reference "R4" (at 2.54 -1.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dc8497b3-4d48-4cde-a409-04c860d2bdd5) - ) - (fp_text value "12.3R" (at 2.54 1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 813647b7-e5ec-4096-a665-921aeae2ad92) - ) - (fp_text user "${REFERENCE}" (at 2.54 -1.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 8b2bdf89-07bb-42df-ba97-93a8de5ea4f7) - ) - (fp_line (start 0.92 0) (end 4.08 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp ae3b7173-0d1c-41d6-aadd-07de126f9fe6)) - (fp_circle (center 0 0) (end 0.92 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 8b682dc0-d300-4692-97c5-c104156da4ee)) - (fp_line (start -1.05 -1.05) (end -1.05 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd69afff-3fc0-460f-8336-f78a70845bc7)) - (fp_line (start -1.05 1.05) (end 6.03 1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 56a4718e-2a77-4d0a-9ced-36b3c343d276)) - (fp_line (start 6.03 -1.05) (end -1.05 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 84a37a9d-9b73-4f01-b2d5-0df7de21c2d8)) - (fp_line (start 6.03 1.05) (end 6.03 -1.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 845d420d-9643-471f-9f6b-995ccb49d90b)) - (fp_line (start 0 0) (end 5.08 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 99eadfab-5061-4f4f-be6c-97a63229a8e1)) - (fp_circle (center 0 0) (end 0.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 9a19fec8-ab2d-4730-a910-9fa9b372759a)) - (pad "1" thru_hole circle (at 0 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 7 "unconnected-(R4-Pad1)") (pintype "passive") (tstamp 32307a33-9ff8-42e7-ad0e-196ad507a5bb)) - (pad "2" thru_hole oval (at 5.08 0) (size 1.4 1.4) (drill 0.7) (layers "*.Cu" "*.Mask") - (net 8 "unconnected-(R4-Pad2)") (pintype "passive") (tstamp 4466d288-58ec-4723-a1bb-b6b29c4c47d3)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P30.48mm_Horizontal" (layer "F.Cu") - (tstamp c937720b-b037-4962-a1ad-1058796d506c) - (at 39.755 52) - (descr "Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") - (tags "Resistor Axial_DIN0617 series Axial Horizontal pin pitch 30.48mm 2W length 17mm diameter 6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.25%") - (path "/09cc5c7d-061b-45f3-a348-f8aa58437134") - (attr through_hole) - (fp_text reference "R41" (at 15.24 -4.12) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 713215b7-dd17-4ed7-89a2-848a20261f29) - ) - (fp_text value "5k11" (at 15.24 4.12) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f91efe53-820b-4f68-8676-50cc1270e90b) - ) - (fp_text user "${REFERENCE}" (at 15.24 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e55e1ddd-7448-4724-9ff8-b94ecb9b34b0) - ) - (fp_line (start 1.44 0) (end 6.62 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fbfe7b9f-adb2-4726-970a-eb17517c40cb)) - (fp_line (start 6.62 -3.12) (end 6.62 3.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5f92828c-1e37-49af-920b-34709ecae8f1)) - (fp_line (start 6.62 3.12) (end 23.86 3.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3aa9d695-4cb1-4279-8660-685faaaea2f8)) - (fp_line (start 23.86 -3.12) (end 6.62 -3.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6180d280-ddf5-447d-8d70-05a97cb3b818)) - (fp_line (start 23.86 3.12) (end 23.86 -3.12) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b75d5b0-afc4-4918-9f0c-69422cf3261d)) - (fp_line (start 29.04 0) (end 23.86 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7687328d-fe38-42c5-81fc-4c203a1f7617)) - (fp_line (start -1.45 -3.25) (end -1.45 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2feef562-fb9f-4208-95c6-2c8b4340b8bd)) - (fp_line (start -1.45 3.25) (end 31.94 3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c7e2071b-7a2e-44a9-a346-5e1d4c2e6e1e)) - (fp_line (start 31.94 -3.25) (end -1.45 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4482ee95-b444-4869-b42a-ef887df5d76d)) - (fp_line (start 31.94 3.25) (end 31.94 -3.25) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d4db45f1-68c9-4e1d-ab0f-70fa3f9a6e66)) - (fp_line (start 0 0) (end 6.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9a96e15-dddc-4c07-92e0-56dfe50bce10)) - (fp_line (start 6.74 -3) (end 6.74 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66069128-72fe-4fdc-bfb9-91664f33b1b8)) - (fp_line (start 6.74 3) (end 23.74 3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 42b52a57-0c33-46ac-9668-6d4f4625324f)) - (fp_line (start 23.74 -3) (end 6.74 -3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ccd40cb-0ba7-43e9-8e44-5ad16bbd0d64)) - (fp_line (start 23.74 3) (end 23.74 -3) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3f8cba8-75de-4502-b61e-0bfaf87ea771)) - (fp_line (start 30.48 0) (end 23.74 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe42a34c-554f-4cb8-987d-97683a8ea190)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 79 "unconnected-(R41-Pad1)") (pintype "passive") (tstamp e2e28aa1-fa48-42ec-8692-160331ed5857)) - (pad "2" thru_hole oval (at 30.48 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 80 "unconnected-(R41-Pad2)") (pintype "passive") (tstamp d37e3641-ab41-4dff-9eb2-e4a83f371674)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0617_L17.0mm_D6.0mm_P30.48mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P30.48mm_Horizontal" (layer "F.Cu") - (tstamp d03a9d7f-5e4b-4f74-8a03-c55e21de0273) - (at 75.755 27) - (descr "Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=30.48mm, 4W, length*diameter=18*9mm^2") - (tags "Resistor Axial_DIN0918 series Axial Horizontal pin pitch 30.48mm 4W length 18mm diameter 9mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.05%") - (path "/36786f9a-3033-4f5f-b66f-4baab24c6a1c") - (attr through_hole) - (fp_text reference "R46" (at 15.24 -5.62) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f7739986-1d55-4b71-b22e-06cff750b89a) - ) - (fp_text value "234" (at 15.24 5.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3ee9f1b0-5173-4a07-a43a-5b10303ba1c9) - ) - (fp_text user "${REFERENCE}" (at 15.24 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 48fb8360-d6bb-4f0b-9d8c-19898e3b12f0) - ) - (fp_line (start 1.44 0) (end 6.12 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 63a29839-3080-42b0-82f8-f67055ac911e)) - (fp_line (start 6.12 -4.62) (end 6.12 4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 61a27d41-cf8b-4fb2-bad6-9773b01267a6)) - (fp_line (start 6.12 4.62) (end 24.36 4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a622500-6b06-494d-9d6b-b95e5a69789e)) - (fp_line (start 24.36 -4.62) (end 6.12 -4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 882be864-a837-4f1d-b28a-0805e4c0dc17)) - (fp_line (start 24.36 4.62) (end 24.36 -4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e714f085-8bdf-4bc5-8354-5852e01cf9f8)) - (fp_line (start 29.04 0) (end 24.36 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9350b32a-d07a-4520-ba9d-ad5e56ee999d)) - (fp_line (start -1.45 -4.75) (end -1.45 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e0521376-0a2a-42df-abf0-c0b1db2792a6)) - (fp_line (start -1.45 4.75) (end 31.94 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5810af2c-b917-4942-b3a9-d34bbf934c38)) - (fp_line (start 31.94 -4.75) (end -1.45 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8884a6b6-d8e4-4689-9e88-33bf9eb68a0c)) - (fp_line (start 31.94 4.75) (end 31.94 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aa82c8a5-30b1-48d8-a28e-63eeab4eac6f)) - (fp_line (start 0 0) (end 6.24 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 399189bc-5230-4419-8227-2c0eb7855594)) - (fp_line (start 6.24 -4.5) (end 6.24 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3052b79e-4f09-4c94-b212-dcae0573c576)) - (fp_line (start 6.24 4.5) (end 24.24 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 21231c57-32d3-47dd-8db0-24738bed1bb9)) - (fp_line (start 24.24 -4.5) (end 6.24 -4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c58028e0-1eef-496f-8eb2-00f22fb8c1fc)) - (fp_line (start 24.24 4.5) (end 24.24 -4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ee8b8070-94da-41a4-8f6f-59e764c61d7b)) - (fp_line (start 30.48 0) (end 24.24 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6e1e7e1-3356-4995-87de-6480ba3b1f5d)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 89 "unconnected-(R46-Pad1)") (pintype "passive") (tstamp 1788a998-3e8b-4d23-b342-bd8f60b65711)) - (pad "2" thru_hole oval (at 30.48 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 90 "unconnected-(R46-Pad2)") (pintype "passive") (tstamp 2d7496aa-f8c8-47e3-9e4d-525cdc7bb02e)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0918_L18.0mm_D9.0mm_P30.48mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P30.48mm_Horizontal" (layer "F.Cu") - (tstamp db837bc6-c821-4d29-b273-468c68155d7d) - (at 39.755 27) - (descr "Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=30.48mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") - (tags "Resistor Axial_DIN0922 series Axial Horizontal pin pitch 30.48mm 5W length 20mm diameter 9mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.02%") - (path "/ca95119f-a92a-4af2-b807-a0c27b313c03") - (attr through_hole) - (fp_text reference "R49" (at 15.24 -5.62) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 7f965077-b68c-4819-b7e9-0369166b5e21) - ) - (fp_text value "234000" (at 15.24 5.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d1e460d7-2143-4735-aeb8-57eb70f6dee7) - ) - (fp_text user "${REFERENCE}" (at 15.24 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e0b318ef-7b71-4270-8b75-d6e7164658da) - ) - (fp_line (start 1.44 0) (end 5.12 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f0c48f1e-0e26-4bb8-96b0-4b7935087a9f)) - (fp_line (start 5.12 -4.62) (end 5.12 4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 153d7a63-5a5e-47e4-80a9-88bac56e16a8)) - (fp_line (start 5.12 4.62) (end 25.36 4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2ed53cb7-8bda-482d-aeaa-df92f4130d6d)) - (fp_line (start 25.36 -4.62) (end 5.12 -4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4023121b-e6d6-41b6-a188-507a7f098764)) - (fp_line (start 25.36 4.62) (end 25.36 -4.62) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4caa5580-1422-4f64-baf0-66746a1f44c3)) - (fp_line (start 29.04 0) (end 25.36 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d29fc3f2-011d-466b-abaf-7914bc931242)) - (fp_line (start -1.45 -4.75) (end -1.45 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ffb23465-b895-40f2-996d-633ff2a2fe24)) - (fp_line (start -1.45 4.75) (end 31.94 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c69e342-34e2-46b0-a307-70f584fdea54)) - (fp_line (start 31.94 -4.75) (end -1.45 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c69797ca-78e2-49ef-8ffb-5dcceb601702)) - (fp_line (start 31.94 4.75) (end 31.94 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0abbc5da-2557-4bc6-98b0-bc870db1f5e6)) - (fp_line (start 0 0) (end 5.24 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 87e3f1b4-20ef-4a5b-9fa0-be8e266a1ca2)) - (fp_line (start 5.24 -4.5) (end 5.24 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ab05b4cc-e80f-4411-b872-3dbd7a1e7abc)) - (fp_line (start 5.24 4.5) (end 25.24 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ed338b0-350f-4a50-966a-dc97192fcce8)) - (fp_line (start 25.24 -4.5) (end 5.24 -4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ff162339-a1e1-4b1e-bdb5-3440a838dcf8)) - (fp_line (start 25.24 4.5) (end 25.24 -4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7c538b14-b34b-40ba-af07-4c6c76f88283)) - (fp_line (start 30.48 0) (end 25.24 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ca57c418-aa94-40ad-9081-5dbf52e38f1c)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 95 "unconnected-(R49-Pad1)") (pintype "passive") (tstamp a80a879b-3806-495f-9e92-f03e8b9ae0dd)) - (pad "2" thru_hole oval (at 30.48 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 96 "unconnected-(R49-Pad2)") (pintype "passive") (tstamp d0649d3c-2420-48ad-9392-cc0d01932c98)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0922_L20.0mm_D9.0mm_P30.48mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P7.62mm_Vertical" (layer "F.Cu") - (tstamp e103e6a7-6b99-482b-83d4-5b4278102897) - (at 169.68 27) - (descr "Resistor, Axial_DIN0918 series, Axial, Vertical, pin pitch=7.62mm, 4W, length*diameter=18*9mm^2") - (tags "Resistor Axial_DIN0918 series Axial Vertical pin pitch 7.62mm 4W length 18mm diameter 9mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.05%") - (path "/14c9e5e0-ba2a-4de3-80a6-5b4bf521ba18") - (attr through_hole) - (fp_text reference "R47" (at 3.81 -5.62) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4746dc60-a10c-43ff-b4cb-b92738935cdf) - ) - (fp_text value "2340" (at 3.81 5.62) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9eb27747-44a6-442b-95ae-3e01e50b5d2d) - ) - (fp_text user "${REFERENCE}" (at 0 -1.7) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 3b51b6b0-cfb1-4d80-aa0d-45c77d0f1e4d) - ) - (fp_line (start 4.62 0) (end 6.12 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c74b5add-fba7-419f-a151-3f12dac57c24)) - (fp_circle (center 0 0) (end 4.62 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp aa501278-ae8f-4f5f-8735-5a1fbd00c29a)) - (fp_line (start -4.75 -4.75) (end -4.75 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a0907eb-0009-41ea-8e5c-79ec219b3235)) - (fp_line (start -4.75 4.75) (end 9.07 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9115a97-6c5c-41bd-aa2b-c566d63eaf1d)) - (fp_line (start 9.07 -4.75) (end -4.75 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7019f28c-6ecd-49c0-90b9-c9e925f4dec0)) - (fp_line (start 9.07 4.75) (end 9.07 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3e916d3-27f7-4e21-a50d-3335c6c81ede)) - (fp_line (start 0 0) (end 7.62 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e5cee66c-9336-4e25-ac56-b654309c5e8b)) - (fp_circle (center 0 0) (end 4.5 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a1865ab9-d9ae-4773-bb0b-0b2016b4f3f0)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 91 "unconnected-(R47-Pad1)") (pintype "passive") (tstamp f6f5a737-0399-4693-8ae4-796b02837512)) - (pad "2" thru_hole oval (at 7.62 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 92 "unconnected-(R47-Pad2)") (pintype "passive") (tstamp f3157ff5-6187-4844-92c6-6bd39c3816e9)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0918_L18.0mm_D9.0mm_P7.62mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P5.08mm_Vertical" (layer "F.Cu") - (tstamp eb4d2088-c6ab-4302-8e12-e27378e4fb8b) - (at 169.92 83) - (descr "Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=5.08mm, 1W, length*diameter=9.9*3.6mm^2") - (tags "Resistor Axial_DIN0411 series Axial Vertical pin pitch 5.08mm 1W length 9.9mm diameter 3.6mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tol" "5%") - (path "/5f8f6486-74af-4fcd-b145-3cdb37f84d37") - (attr through_hole) - (fp_text reference "R22" (at 2.54 -2.92) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2f9f2da1-6727-498f-96ea-73128e49f4c7) - ) - (fp_text value "100k" (at 2.54 2.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 72a41047-e5fb-4a1e-9d6b-0f228714078e) - ) - (fp_text user "${REFERENCE}" (at 2.54 -2.92) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp caa00020-7791-434a-97f6-6111fa8af220) - ) - (fp_line (start 1.92 0) (end 3.58 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e48bb005-97b4-49fe-97e4-19f0cf886dde)) - (fp_circle (center 0 0) (end 1.92 0) - (stroke (width 0.12) (type solid)) (fill none) (layer "F.SilkS") (tstamp 4eb595e4-88a1-49fa-bd12-1dbe2b423b65)) - (fp_line (start -2.05 -2.05) (end -2.05 2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6c450023-36f9-40de-8d97-b4e84163af32)) - (fp_line (start -2.05 2.05) (end 6.53 2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b12d2b5-09d9-4b07-a99d-700310f11451)) - (fp_line (start 6.53 -2.05) (end -2.05 -2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d611367e-6c17-4dab-a88d-a937d18f70fb)) - (fp_line (start 6.53 2.05) (end 6.53 -2.05) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d56557c-c810-4efc-b8b3-b58de1bc5e35)) - (fp_line (start 0 0) (end 5.08 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5c0cc574-72fa-4567-928f-8d8f94f8fcb5)) - (fp_circle (center 0 0) (end 1.8 0) - (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp a4a488f1-73b3-4a83-96a4-7ff0db25bbc7)) - (pad "1" thru_hole circle (at 0 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 41 "unconnected-(R22-Pad1)") (pintype "passive") (tstamp 6eceee85-6db8-4f09-83e5-bd5509413e8f)) - (pad "2" thru_hole oval (at 5.08 0) (size 2.4 2.4) (drill 1.2) (layers "*.Cu" "*.Mask") - (net 42 "unconnected-(R22-Pad2)") (pintype "passive") (tstamp 33a4a530-ce67-43c3-8bfb-740d2d87b160)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0411_L9.9mm_D3.6mm_P5.08mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P25.40mm_Horizontal" (layer "F.Cu") - (tstamp f2d879a5-8a5e-49ec-af6a-c0aca02c20a0) - (at 79.3 52) - (descr "Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=25.4mm, 1.5W, length*diameter=14.3*5.7mm^2") - (tags "Resistor Axial_DIN0614 series Axial Horizontal pin pitch 25.4mm 1.5W length 14.3mm diameter 5.7mm") - (property "Sheetfile" "resistor_tht.kicad_sch") - (property "Sheetname" "") - (property "tolerance" "0.5%") - (path "/8ee61016-9160-462e-8e87-f09e603fb1c9") - (attr through_hole) - (fp_text reference "R36" (at 12.7 -3.97) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp f09542ce-9ba2-47a8-952d-bfde111ea043) - ) - (fp_text value "678M" (at 12.7 3.97) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 12abcb9b-03bc-4cab-a6dd-abd338243008) - ) - (fp_text user "${REFERENCE}" (at 12.7 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp b71bef45-68b2-482a-bbe6-b1583ee871c9) - ) - (fp_line (start 1.64 0) (end 5.43 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c40d9c46-cc0a-4930-aa6c-25b43c88e224)) - (fp_line (start 5.43 -2.97) (end 5.43 2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 888a79f4-4261-4dd3-a1b9-5c7d7143d5b2)) - (fp_line (start 5.43 2.97) (end 19.97 2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 69775311-3faf-4f71-bf2b-09c6bc5a010d)) - (fp_line (start 19.97 -2.97) (end 5.43 -2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b9b6df0d-b061-4bf8-9303-bb0d668c94a5)) - (fp_line (start 19.97 2.97) (end 19.97 -2.97) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 2305d282-7964-4f31-9087-c61d955f2294)) - (fp_line (start 23.76 0) (end 19.97 0) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp de261803-beea-4080-89c6-d345eeeb1bfb)) - (fp_line (start -1.65 -3.1) (end -1.65 3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 075a7e1a-f33d-49a1-a82b-2adda0097499)) - (fp_line (start -1.65 3.1) (end 27.05 3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 88bd2f87-f5ac-4cfa-85fb-bebe3adfed5d)) - (fp_line (start 27.05 -3.1) (end -1.65 -3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2938f22b-79df-42d0-8f6a-89cbc8a90f51)) - (fp_line (start 27.05 3.1) (end 27.05 -3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 79de1e2b-8c1f-4938-b2b9-4d31148fa941)) - (fp_line (start 0 0) (end 5.55 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b9e84fab-d5ff-4cb2-867a-42bce8cfbe9e)) - (fp_line (start 5.55 -2.85) (end 5.55 2.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ef8f3d0-98c1-46c5-900c-ec2809e44082)) - (fp_line (start 5.55 2.85) (end 19.85 2.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7a931f8a-f766-49ab-80cb-d3c40d82d2af)) - (fp_line (start 19.85 -2.85) (end 5.55 -2.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3108be52-17f5-4455-91cf-f3562aa24cf5)) - (fp_line (start 19.85 2.85) (end 19.85 -2.85) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45fdc36c-58b0-4571-9624-0276ebf901b1)) - (fp_line (start 25.4 0) (end 19.85 0) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3a5f9299-f574-431b-bfcf-90248a3d3fd3)) - (pad "1" thru_hole circle (at 0 0) (size 2.8 2.8) (drill 1.4) (layers "*.Cu" "*.Mask") - (net 69 "unconnected-(R36-Pad1)") (pintype "passive") (tstamp 1c9d9fa2-69e6-4b65-8233-649960e46962)) - (pad "2" thru_hole oval (at 25.4 0) (size 2.8 2.8) (drill 1.4) (layers "*.Cu" "*.Mask") - (net 70 "unconnected-(R36-Pad2)") (pintype "passive") (tstamp f483f427-a894-45bc-b043-265099dda670)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0614_L14.3mm_D5.7mm_P25.40mm_Horizontal.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_rect (start 37 20) (end 182 107) - (stroke (width 0.05) (type solid)) (fill none) (layer "Edge.Cuts") (tstamp a6cda445-7680-430b-92ed-837314c14c1e)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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 + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "unconnected-(R1-Pad1)") + (net 2 "unconnected-(R1-Pad2)") + (net 3 "unconnected-(R2-Pad1)") + (net 4 "unconnected-(R2-Pad2)") + (net 5 "unconnected-(R3-Pad1)") + (net 6 "unconnected-(R3-Pad2)") + (net 7 "unconnected-(R4-Pad1)") + (net 8 "unconnected-(R4-Pad2)") + (net 9 "unconnected-(R5-Pad1)") + (net 10 "unconnected-(R5-Pad2)") + (net 11 "unconnected-(R6-Pad1)") + (net 12 "unconnected-(R6-Pad2)") + (net 13 "unconnected-(R7-Pad1)") + (net 14 "unconnected-(R7-Pad2)") + (net 15 "unconnected-(R8-Pad1)") + (net 16 "unconnected-(R8-Pad2)") + (net 17 "unconnected-(R9-Pad1)") + (net 18 "unconnected-(R9-Pad2)") + (net 19 "unconnected-(R10-Pad1)") + (net 20 "unconnected-(R10-Pad2)") + (net 21 "unconnected-(R11-Pad1)") + (net 22 "unconnected-(R11-Pad2)") + (net 23 "unconnected-(R12-Pad1)") + (net 24 "unconnected-(R12-Pad2)") + (net 25 "unconnected-(R13-Pad1)") + (net 26 "unconnected-(R13-Pad2)") + (net 27 "unconnected-(R14-Pad1)") + (net 28 "unconnected-(R14-Pad2)") + (net 29 "unconnected-(R15-Pad1)") + (net 30 "unconnected-(R15-Pad2)") + (net 31 "unconnected-(R17-Pad1)") + (net 32 "unconnected-(R17-Pad2)") + (net 33 "unconnected-(R18-Pad1)") + (net 34 "unconnected-(R18-Pad2)") + (net 35 "unconnected-(R19-Pad1)") + (net 36 "unconnected-(R19-Pad2)") + (net 37 "unconnected-(R20-Pad1)") + (net 38 "unconnected-(R20-Pad2)") + (net 39 "unconnected-(R21-Pad1)") + (net 40 "unconnected-(R21-Pad2)") + (net 41 "unconnected-(R22-Pad1)") + (net 42 "unconnected-(R22-Pad2)") + (net 43 "unconnected-(R23-Pad1)") + (net 44 "unconnected-(R23-Pad2)") + (net 45 "unconnected-(R24-Pad1)") + (net 46 "unconnected-(R24-Pad2)") + (net 47 "unconnected-(R25-Pad1)") + (net 48 "unconnected-(R25-Pad2)") + (net 49 "unconnected-(R26-Pad1)") + (net 50 "unconnected-(R26-Pad2)") + (net 51 "unconnected-(R27-Pad1)") + (net 52 "unconnected-(R27-Pad2)") + (net 53 "unconnected-(R28-Pad1)") + (net 54 "unconnected-(R28-Pad2)") + (net 55 "unconnected-(R29-Pad1)") + (net 56 "unconnected-(R29-Pad2)") + (net 57 "unconnected-(R30-Pad1)") + (net 58 "unconnected-(R30-Pad2)") + (net 59 "unconnected-(R31-Pad1)") + (net 60 "unconnected-(R31-Pad2)") + (net 61 "unconnected-(R32-Pad1)") + (net 62 "unconnected-(R32-Pad2)") + (net 63 "unconnected-(R33-Pad1)") + (net 64 "unconnected-(R33-Pad2)") + (net 65 "unconnected-(R34-Pad1)") + (net 66 "unconnected-(R34-Pad2)") + (net 67 "unconnected-(R35-Pad1)") + (net 68 "unconnected-(R35-Pad2)") + (net 69 "unconnected-(R36-Pad1)") + (net 70 "unconnected-(R36-Pad2)") + (net 71 "unconnected-(R37-Pad1)") + (net 72 "unconnected-(R37-Pad2)") + (net 73 "unconnected-(R38-Pad1)") + (net 74 "unconnected-(R38-Pad2)") + (net 75 "unconnected-(R39-Pad1)") + (net 76 "unconnected-(R39-Pad2)") + (net 77 "unconnected-(R40-Pad1)") + (net 78 "unconnected-(R40-Pad2)") + (net 79 "unconnected-(R41-Pad1)") + (net 80 "unconnected-(R41-Pad2)") + (net 81 "unconnected-(R42-Pad1)") + (net 82 "unconnected-(R42-Pad2)") + (net 83 "unconnected-(R43-Pad1)") + (net 84 "unconnected-(R43-Pad2)") + (net 85 "unconnected-(R44-Pad1)") + (net 86 "unconnected-(R44-Pad2)") + (net 87 "unconnected-(R45-Pad1)") + (net 88 "unconnected-(R45-Pad2)") + (net 89 "unconnected-(R46-Pad1)") + (net 90 "unconnected-(R46-Pad2)") + (net 91 "unconnected-(R47-Pad1)") + (net 92 "unconnected-(R47-Pad2)") + (net 93 "unconnected-(R48-Pad1)") + (net 94 "unconnected-(R48-Pad2)") + (net 95 "unconnected-(R49-Pad1)") + (net 96 "unconnected-(R49-Pad2)") + (net 97 "unconnected-(R50-Pad1)") + (net 98 "unconnected-(R50-Pad2)") + (footprint "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P7.62mm_Vertical" + (layer "F.Cu") + (uuid "05e75924-12d4-4538-bfd1-cd745b63872c") + (at 153.65 83) + (descr "Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=7.62mm, 1W, length*diameter=9.9*3.6mm^2") + (tags "Resistor Axial_DIN0411 series Axial Vertical pin pitch 7.62mm 1W length 9.9mm diameter 3.6mm") + (property "Reference" "R23" + (at 3.81 -2.92 0) + (layer "F.SilkS") + (uuid "a911d427-cdc5-49c3-b200-4db8d25c7398") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "680k" + (at 3.81 2.92 0) + (layer "F.Fab") + (uuid "084f4eb4-461e-4a9a-b9fb-09a41a8f2dc1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d36ff9d-4397-46a3-8534-0a9aa3cec5de") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "86f3fc16-60fa-4925-928e-643066962402") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "585eb11e-35fc-4f37-8ba0-90c789e58b5d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "5%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "604eed09-75dd-40d2-a3fe-46c67a0dc3b1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/88a0b05d-580a-4988-9527-15e7a4fab69a") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.92 0) + (end 6.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15df40a5-9590-4783-88d4-01ac2d102f55") + ) + (fp_circle + (center 0 0) + (end 1.92 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "c5527f46-2fe3-4abf-b9a5-9527bc379aa8") + ) + (fp_line + (start -2.05 -2.05) + (end -2.05 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "16d6fb60-8c79-46de-823e-378a08810486") + ) + (fp_line + (start -2.05 2.05) + (end 9.07 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "26dea755-8008-46b0-9d33-dd443caca5c6") + ) + (fp_line + (start 9.07 -2.05) + (end -2.05 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0e45ce4a-5db0-4de1-b1a9-0a2392e9f5d0") + ) + (fp_line + (start 9.07 2.05) + (end 9.07 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bb48d961-8c01-4867-ab69-b9afab20d37e") + ) + (fp_line + (start 0 0) + (end 7.62 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fab90ee9-f863-4c18-b383-a424f365b3cf") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "22cdbeb6-de24-4316-a1ca-ac55d2b50e84") + ) + (fp_text user "${REFERENCE}" + (at 3.81 -2.92 0) + (layer "F.Fab") + (uuid "ed52232b-2675-46dc-981e-86c41833d097") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 43 "unconnected-(R23-Pad1)") + (pintype "passive") + (uuid "c69a7343-d323-422d-8d64-ee8904f407e2") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 44 "unconnected-(R23-Pad2)") + (pintype "passive") + (uuid "e1551230-83c0-44b9-b825-eb375dc00f80") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0411_L9.9mm_D3.6mm_P7.62mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P15.24mm_Horizontal" + (layer "F.Cu") + (uuid "066640a1-1355-43bb-9796-e099ee622e5d") + (at 119.38 81) + (descr "Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=15.24mm, 1W, length*diameter=9.9*3.6mm^2") + (tags "Resistor Axial_DIN0411 series Axial Horizontal pin pitch 15.24mm 1W length 9.9mm diameter 3.6mm") + (property "Reference" "R19" + (at 7.62 -2.92 0) + (layer "F.SilkS") + (uuid "396aaf0b-0dc6-445c-819a-77681bee6405") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "330" + (at 7.62 2.92 0) + (layer "F.Fab") + (uuid "5132f55c-f4df-452d-ad04-3890636080ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d182d367-4e1f-444d-9496-e5a03288c715") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "38ce3b93-195d-4543-ae55-a3732c99f649") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "95136c9c-3746-49eb-86bd-24f3e4e8e846") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "5%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1dc13748-79a7-4a1b-b9c2-53d6279d561c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/2b7f38fe-ce6f-4939-8067-8908355d1c44") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 2.55 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "84087598-bd99-4e86-8bbc-33b383b98933") + ) + (fp_line + (start 2.55 -1.92) + (end 2.55 1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "83fe307e-94f6-4f62-8d6c-ef16b313972d") + ) + (fp_line + (start 2.55 1.92) + (end 12.69 1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f06dd3b-6c8e-4bd3-a3ee-d7c357fbe786") + ) + (fp_line + (start 12.69 -1.92) + (end 2.55 -1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "db2c6520-ee24-4be4-ae74-4887d8c55ccc") + ) + (fp_line + (start 12.69 1.92) + (end 12.69 -1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5dadc617-aa85-4602-b8b1-49722ed07c0c") + ) + (fp_line + (start 13.8 0) + (end 12.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cef07944-3507-4753-b84f-de054531460a") + ) + (fp_line + (start -1.45 -2.05) + (end -1.45 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f2532266-5c44-4b6b-ab81-2da565602295") + ) + (fp_line + (start -1.45 2.05) + (end 16.69 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4663aa17-295b-4450-980d-452957236071") + ) + (fp_line + (start 16.69 -2.05) + (end -1.45 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b39550d5-9d3d-460a-aaf7-3166ffdd33ce") + ) + (fp_line + (start 16.69 2.05) + (end 16.69 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3032d889-f6ad-4c11-9581-af352ed0e43d") + ) + (fp_line + (start 0 0) + (end 2.67 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "39d5e6b3-2d8a-4e68-aae5-39853d8a9141") + ) + (fp_line + (start 2.67 -1.8) + (end 2.67 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "00284579-7e9c-4941-b285-ec138e3c398c") + ) + (fp_line + (start 2.67 1.8) + (end 12.57 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ab75b40-136f-459b-944e-48ae53c1b823") + ) + (fp_line + (start 12.57 -1.8) + (end 2.67 -1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f5a2ca6-d505-4e4d-9478-ab971e2efea3") + ) + (fp_line + (start 12.57 1.8) + (end 12.57 -1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87638409-dda1-4160-b757-3b3700203ceb") + ) + (fp_line + (start 15.24 0) + (end 12.57 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b560632f-91e2-446a-aeb9-aa4995ec9962") + ) + (fp_text user "${REFERENCE}" + (at 7.62 0 0) + (layer "F.Fab") + (uuid "fa087d2d-b61e-4bce-b47c-777fac024d79") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 35 "unconnected-(R19-Pad1)") + (pintype "passive") + (uuid "7f8f96f8-605d-46bd-b32e-eaccd3dbc17a") + ) + (pad "2" thru_hole oval + (at 15.24 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 36 "unconnected-(R19-Pad2)") + (pintype "passive") + (uuid "640a001c-ce03-47d1-b6c8-4c3d4ef5a1e6") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0411_L9.9mm_D3.6mm_P15.24mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P25.40mm_Horizontal" + (layer "F.Cu") + (uuid "0d746b83-fc6c-42ae-99f7-6706acd0e025") + (at 88.3 89) + (descr "Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=25.4mm, 1W, length*diameter=9.9*3.6mm^2") + (tags "Resistor Axial_DIN0411 series Axial Horizontal pin pitch 25.4mm 1W length 9.9mm diameter 3.6mm") + (property "Reference" "R21" + (at 12.7 -2.92 0) + (layer "F.SilkS") + (uuid "9efa697f-6f88-47ec-8ad4-852d00153f15") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k5" + (at 12.7 2.92 0) + (layer "F.Fab") + (uuid "59ee0bc2-65bc-4991-a34c-f87aafe00a7b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "069c8193-9770-4f7c-9161-4359a34406c5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8ececae7-f95e-44b1-827f-ef2074cabdff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7249729a-b4ab-4791-b89a-15b0943ccf4e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "5%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3c00c97a-b29e-4603-9d59-96bb357d436d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/ff8382a3-9296-429d-8304-fa9de6299924") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 7.63 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38b2ce12-940c-495e-a6d8-5bece97c1334") + ) + (fp_line + (start 7.63 -1.92) + (end 7.63 1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "56fa7eea-d1d6-480a-9d14-2d22b11b196a") + ) + (fp_line + (start 7.63 1.92) + (end 17.77 1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e8290e7-84c1-4f3d-823e-429f96155a9d") + ) + (fp_line + (start 17.77 -1.92) + (end 7.63 -1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "41ff1bcf-7820-42bd-a1ab-e1be1f37e49a") + ) + (fp_line + (start 17.77 1.92) + (end 17.77 -1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b08cbbf-2baa-499e-bee3-c0b9f2e810da") + ) + (fp_line + (start 23.96 0) + (end 17.77 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b9c96bc-36d9-4469-b046-a477f528f55c") + ) + (fp_line + (start -1.45 -2.05) + (end -1.45 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "bbac7020-9c3a-437d-a078-99f1938a3024") + ) + (fp_line + (start -1.45 2.05) + (end 26.85 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b9c645a5-b7ce-4f0a-96de-daf57564cae1") + ) + (fp_line + (start 26.85 -2.05) + (end -1.45 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "69298b64-f207-45af-b979-189b9d84958a") + ) + (fp_line + (start 26.85 2.05) + (end 26.85 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ff4ff441-b07c-4ed8-9363-5714ab3e2017") + ) + (fp_line + (start 0 0) + (end 7.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "421d11ac-5eb2-4aa1-bf9a-63212d06a160") + ) + (fp_line + (start 7.75 -1.8) + (end 7.75 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b21cdd1f-517a-4d88-a4b8-eea70711b55d") + ) + (fp_line + (start 7.75 1.8) + (end 17.65 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "95c87615-d603-46d9-a364-3b8f67e164ba") + ) + (fp_line + (start 17.65 -1.8) + (end 7.75 -1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d12b52ce-3b0e-4ec4-b562-01cd80afe454") + ) + (fp_line + (start 17.65 1.8) + (end 17.65 -1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8cfcf1fd-f5f6-4349-a43e-1ff76b87ead9") + ) + (fp_line + (start 25.4 0) + (end 17.65 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a456c44d-ed45-42e0-aeb5-6740a06cc295") + ) + (fp_text user "${REFERENCE}" + (at 12.7 0 0) + (layer "F.Fab") + (uuid "8f564acd-e7d5-4ef7-a082-58678131d935") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 39 "unconnected-(R21-Pad1)") + (pintype "passive") + (uuid "296b9f8f-b8f4-4ab5-8db6-c31de38ffff2") + ) + (pad "2" thru_hole oval + (at 25.4 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 40 "unconnected-(R21-Pad2)") + (pintype "passive") + (uuid "2970b2a6-9589-4335-a586-cafada2993b4") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0411_L9.9mm_D3.6mm_P25.40mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P25.40mm_Horizontal" + (layer "F.Cu") + (uuid "10271af7-eb9c-4dbc-9b53-ff8a10e5b619") + (at 79.3 63) + (descr "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") + (tags "Resistor Axial_DIN0414 series Axial Horizontal pin pitch 25.4mm 2W length 11.9mm diameter 4.5mm") + (property "Reference" "R26" + (at 12.7 -3.37 0) + (layer "F.SilkS") + (uuid "8c217b04-361d-48af-b961-1d540df74a9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.01 5%" + (at 12.7 3.37 0) + (layer "F.Fab") + (uuid "d228c21f-e790-45ba-aad5-43b7d6020d9a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fd63da31-f46c-46fc-9d40-c8b1d749689d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a21c8270-bb0e-4f50-a50b-759f9a9d48b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5ee695d2-4079-4859-8c8e-0d0ea3c1b075") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/bb38c897-d2f8-4276-a663-bb1f35f5db41") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 6.63 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b596227-d9ce-46bd-a3be-52faf35b23e5") + ) + (fp_line + (start 6.63 -2.37) + (end 6.63 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a2ccec14-b423-40bc-9169-627b3acd18e5") + ) + (fp_line + (start 6.63 2.37) + (end 18.77 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "190b7aff-edbf-4cd9-bbd5-cba53df92447") + ) + (fp_line + (start 18.77 -2.37) + (end 6.63 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0de9f2f5-239d-4b51-8316-ce755fbf8459") + ) + (fp_line + (start 18.77 2.37) + (end 18.77 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c4c4aa8c-0d0e-4a72-8a06-fd6eaaac03e2") + ) + (fp_line + (start 23.96 0) + (end 18.77 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a106b050-da1d-4a3e-af5f-ce2a89f77dba") + ) + (fp_line + (start -1.45 -2.5) + (end -1.45 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4fe20e21-ac61-4ca5-814b-3814304771c8") + ) + (fp_line + (start -1.45 2.5) + (end 26.85 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c699a017-3b31-4169-8a50-5fb4df6441dd") + ) + (fp_line + (start 26.85 -2.5) + (end -1.45 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c5b787bd-f99d-456c-8ad6-03ba8196ac8c") + ) + (fp_line + (start 26.85 2.5) + (end 26.85 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cfe6db13-8b9a-4dde-9721-10f877837d24") + ) + (fp_line + (start 0 0) + (end 6.75 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d0ae0c7b-bb9d-4181-9798-5fa6e7e49839") + ) + (fp_line + (start 6.75 -2.25) + (end 6.75 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0391af9c-a4f3-4949-ab09-5a046f61d6a8") + ) + (fp_line + (start 6.75 2.25) + (end 18.65 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1bdef6bd-1a78-49e8-bc35-a44dc6d0a7b9") + ) + (fp_line + (start 18.65 -2.25) + (end 6.75 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb2360e1-8406-4851-99a6-e7dee8d06cf0") + ) + (fp_line + (start 18.65 2.25) + (end 18.65 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "06b8bcb9-2df9-468a-aa16-26ea549eea75") + ) + (fp_line + (start 25.4 0) + (end 18.65 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2e62bae8-35e0-4714-b3b8-014778d24afc") + ) + (fp_text user "${REFERENCE}" + (at 12.7 0 0) + (layer "F.Fab") + (uuid "d88b6526-405b-4044-a9a0-d748cca829e5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 49 "unconnected-(R26-Pad1)") + (pintype "passive") + (uuid "7347bec8-14e8-444b-8d63-d69989af25ef") + ) + (pad "2" thru_hole oval + (at 25.4 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 50 "unconnected-(R26-Pad2)") + (pintype "passive") + (uuid "f469f80e-9f42-4a6d-a83c-73bb939bc22b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0414_L11.9mm_D4.5mm_P25.40mm_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_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "11e8ce10-a79c-4ae9-b6ee-7b75afc38710") + (at 126 100) + (descr "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") + (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R2" + (at 1.27 -1.92 0) + (layer "F.SilkS") + (uuid "4d65c8a1-9810-407d-9199-25827bd53add") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0R12" + (at 1.27 1.92 0) + (layer "F.Fab") + (uuid "c1988928-a892-48dc-9a6c-fc2ed4f6ff03") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3812be56-07cf-4034-a14d-76c48b40c94d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dcd3062f-ed84-43ff-855e-a5ceac33df25") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36c7bb7d-6ac6-4445-a7d7-1d0ce2853ead") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/7b72a10d-7943-44f0-8044-23594ac0715e") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 0.92 0) + (end 1.54 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "abeca982-56ac-48fb-937d-b4c5a2b3f919") + ) + (fp_circle + (center 0 0) + (end 0.92 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "1196d8f8-e196-4e80-b450-37ce8b21295b") + ) + (fp_line + (start -1.05 -1.05) + (end -1.05 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e392426b-a078-467d-b72e-08afe267835b") + ) + (fp_line + (start -1.05 1.05) + (end 3.49 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6b2d3b67-2990-47f4-b0a6-d3adb9636028") + ) + (fp_line + (start 3.49 -1.05) + (end -1.05 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67114970-ab67-4e8c-be4d-21abe9075e03") + ) + (fp_line + (start 3.49 1.05) + (end 3.49 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "16fd77c1-dd2d-4372-b443-9cf903f181af") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ebd117ed-a956-400d-81ca-d2f7d3404954") + ) + (fp_circle + (center 0 0) + (end 0.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "caa54e11-f3d3-4e6d-bec9-e788d1ce014c") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -1.92 0) + (layer "F.Fab") + (uuid "f69a1bcc-10e7-4125-93ee-e51ae293e926") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "unconnected-(R2-Pad1)") + (pintype "passive") + (uuid "c135c7bf-e201-4ce2-8dbd-6cdc87be4e65") + ) + (pad "2" thru_hole oval + (at 2.54 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 4 "unconnected-(R2-Pad2)") + (pintype "passive") + (uuid "d5f60e21-291c-4d9e-9355-d9ef29b90407") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_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_P1.90mm_Vertical" + (layer "F.Cu") + (uuid "131143d2-14bf-4b9d-b881-d2af7af307b6") + (at 119 100) + (descr "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") + (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 1.9mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R1" + (at 0.95 -1.92 0) + (layer "F.SilkS") + (uuid "6e077d8e-0472-41d3-9a80-e2b5025c92f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.01" + (at 0.95 1.92 0) + (layer "F.Fab") + (uuid "fdb0deef-0177-4385-a6af-ebd91285e8c3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "12413c6b-06ba-4dc5-a075-f2d65c8308f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dc8757dc-df71-4dfb-81b5-f9179471057b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7481cbaa-cbc5-4a68-8c0f-909d6434e7bf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/775a1f34-c356-456d-9f0b-1b83235ab412") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_arc + (start 0.320095 0.749359) + (mid -0.813042 -0.054435) + (end 0.417133 -0.7) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "38a260ab-354b-415f-a28e-4a162b2dd63d") + ) + (fp_line + (start -1.05 -1.05) + (end -1.05 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9b4feecb-c56b-45c8-a683-75d25ad64ff2") + ) + (fp_line + (start -1.05 1.05) + (end 2.86 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "accf1017-9bf9-459a-a990-52e642e3efb0") + ) + (fp_line + (start 2.86 -1.05) + (end -1.05 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe559abe-1721-46ac-998a-05b6c8a589d2") + ) + (fp_line + (start 2.86 1.05) + (end 2.86 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a956d04f-9aeb-4317-8ff1-c08774074408") + ) + (fp_line + (start 0 0) + (end 1.9 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c7221ea6-adae-4b47-affc-8e0d302e301c") + ) + (fp_circle + (center 0 0) + (end 0.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "13d921a1-e0e1-4df2-a385-eb5604b52dbf") + ) + (fp_text user "${REFERENCE}" + (at 0.95 -1.92 0) + (layer "F.Fab") + (uuid "153d3b9d-3c24-4523-9f09-13ed450eee8b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "unconnected-(R1-Pad1)") + (pintype "passive") + (uuid "782f6ab6-d8cb-44a5-a260-514a73c5a23a") + ) + (pad "2" thru_hole oval + (at 1.9 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "unconnected-(R1-Pad2)") + (pintype "passive") + (uuid "83e2bb9f-02fa-425f-aafd-c5fa98f7793e") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P1.90mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P20.32mm_Horizontal" + (layer "F.Cu") + (uuid "16d1651c-7ef5-4cbe-ae70-108973da2e25") + (at 117.84 89) + (descr "Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=20.32mm, 1W, length*diameter=9.9*3.6mm^2") + (tags "Resistor Axial_DIN0411 series Axial Horizontal pin pitch 20.32mm 1W length 9.9mm diameter 3.6mm") + (property "Reference" "R20" + (at 10.16 -2.92 0) + (layer "F.SilkS") + (uuid "7a1c3eb0-3696-45e4-b577-069852d3cb6b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "220" + (at 10.16 2.92 0) + (layer "F.Fab") + (uuid "78613a74-e6c2-48dc-8a36-572b44a3f02a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "afdd8c2c-164a-4d07-a064-bb0a9a862a42") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c863a812-4241-4d5e-b647-96aac0e1a8b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5b78af56-d4b8-4eac-b7e5-66220d870a15") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "5%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "44e67ebd-3099-403a-87c3-1327a2638974") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/a4bf5de6-31a9-4068-9aec-b2c81a6968cf") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 5.09 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8a9d80a-78a2-43cb-a7c4-0cf7bfa306ad") + ) + (fp_line + (start 5.09 -1.92) + (end 5.09 1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67fc608d-76bc-4c56-888a-936466c17380") + ) + (fp_line + (start 5.09 1.92) + (end 15.23 1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec26cdef-ea45-40d5-9d5b-364a272e7cda") + ) + (fp_line + (start 15.23 -1.92) + (end 5.09 -1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ea855448-7223-4b73-9e7d-8feea4ea6696") + ) + (fp_line + (start 15.23 1.92) + (end 15.23 -1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "76669289-1ffd-49f2-875b-9c0236a1cb57") + ) + (fp_line + (start 18.88 0) + (end 15.23 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62e77b8a-6d29-41b4-8710-03bea2a1816e") + ) + (fp_line + (start -1.45 -2.05) + (end -1.45 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "dfcc6d88-ecbb-4166-b624-24b2f11249a7") + ) + (fp_line + (start -1.45 2.05) + (end 21.77 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "10a319ca-0646-4240-9a92-e9f2e1df9d5f") + ) + (fp_line + (start 21.77 -2.05) + (end -1.45 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f5e91b6b-e3de-485e-a9d9-6ac98c289c96") + ) + (fp_line + (start 21.77 2.05) + (end 21.77 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce1aef04-9fad-4fbc-a243-2566eab42afb") + ) + (fp_line + (start 0 0) + (end 5.21 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "60f2ca8f-6f95-46ae-976d-323558f189e5") + ) + (fp_line + (start 5.21 -1.8) + (end 5.21 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2b17ff37-3fad-4111-b9ae-0c487015a321") + ) + (fp_line + (start 5.21 1.8) + (end 15.11 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6d7f5834-a696-4dc4-adc6-3b10a274998e") + ) + (fp_line + (start 15.11 -1.8) + (end 5.21 -1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d3c775bf-4c20-4711-b161-4a34017de5c2") + ) + (fp_line + (start 15.11 1.8) + (end 15.11 -1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8a50939-8b11-4132-9e85-b68afe2c511f") + ) + (fp_line + (start 20.32 0) + (end 15.11 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e2805e97-ab31-416e-9bd0-1c83c4223b91") + ) + (fp_text user "${REFERENCE}" + (at 10.16 0 0) + (layer "F.Fab") + (uuid "41e75c60-ffbf-4b4a-81e7-9f7a90e0047f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 37 "unconnected-(R20-Pad1)") + (pintype "passive") + (uuid "05fc8f61-60eb-4c7e-bc0c-237116448dc1") + ) + (pad "2" thru_hole oval + (at 20.32 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 38 "unconnected-(R20-Pad2)") + (pintype "passive") + (uuid "714f8517-9f1b-48a1-96d0-dea5377d730d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0411_L9.9mm_D3.6mm_P20.32mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P20.32mm_Horizontal" + (layer "F.Cu") + (uuid "21c41f06-69f1-443c-b869-e127b1cc0198") + (at 90.84 96) + (descr "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") + (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 20.32mm 0.5W = 1/2W length 9mm diameter 3.2mm") + (property "Reference" "R13" + (at 10.16 -2.72 0) + (layer "F.SilkS") + (uuid "2575b091-9337-4e72-a1ac-0777a83ace09") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "91G" + (at 10.16 2.72 0) + (layer "F.Fab") + (uuid "e9b93335-b427-40f3-a961-9d80e07a3636") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d8a9089d-94f4-48fb-bec9-0e21d00fe692") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f861e9f-d322-44ae-9d73-252e95c10454") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46af326c-c042-4325-ac6a-4ebf492c95cd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "10%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4f796399-dc21-4dcb-84b3-a70dcf498d06") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/47b745ff-7e46-44ee-9d9a-baf991e1efea") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 5.54 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "80583c4f-d644-4c64-a9e6-9fa6303a09e2") + ) + (fp_line + (start 5.54 -1.72) + (end 5.54 1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "28564b11-6362-4de1-8d32-6e8b96d64c74") + ) + (fp_line + (start 5.54 1.72) + (end 14.78 1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4d77f1cd-9e0c-4e6b-81ec-a1b2c8909d3d") + ) + (fp_line + (start 14.78 -1.72) + (end 5.54 -1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67c9a9d6-c87b-4e54-b14f-2f29131f21e8") + ) + (fp_line + (start 14.78 1.72) + (end 14.78 -1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "779bae5b-8d3c-4a65-9bc7-53c0edc8d441") + ) + (fp_line + (start 19.28 0) + (end 14.78 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6f79b0c4-74ec-4b24-87cc-de549d9e4f6a") + ) + (fp_line + (start -1.05 -1.85) + (end -1.05 1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ee942222-6927-4246-8dfc-07af03acfe25") + ) + (fp_line + (start -1.05 1.85) + (end 21.37 1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d04c34b4-1faf-475c-a759-d2db297c31c2") + ) + (fp_line + (start 21.37 -1.85) + (end -1.05 -1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fc7f6205-57c4-462b-912d-e0df4889d305") + ) + (fp_line + (start 21.37 1.85) + (end 21.37 -1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b318194d-1029-45a8-b304-a792e2935ac1") + ) + (fp_line + (start 0 0) + (end 5.66 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cf88a9e1-f48c-4b48-af38-4df4eb66b886") + ) + (fp_line + (start 5.66 -1.6) + (end 5.66 1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb24ea64-075b-43d9-aab2-79cc71fb5bd7") + ) + (fp_line + (start 5.66 1.6) + (end 14.66 1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "519cb586-c285-496a-9ae3-fdd1c7604e97") + ) + (fp_line + (start 14.66 -1.6) + (end 5.66 -1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aeafcbb2-a7c2-4c44-98b7-5766ad21c1d5") + ) + (fp_line + (start 14.66 1.6) + (end 14.66 -1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a557852b-5500-49f0-984a-a6d381a14e1a") + ) + (fp_line + (start 20.32 0) + (end 14.66 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7920e02c-d049-4916-9e9d-f4682bb17de7") + ) + (fp_text user "${REFERENCE}" + (at 10.16 0 0) + (layer "F.Fab") + (uuid "99dce1fc-2c17-43e1-96f0-8541964749f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 25 "unconnected-(R13-Pad1)") + (pintype "passive") + (uuid "6b107fb6-db14-4a69-ae0f-3cee7bfb6a14") + ) + (pad "2" thru_hole oval + (at 20.32 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 26 "unconnected-(R13-Pad2)") + (pintype "passive") + (uuid "58892b5a-7aa0-4cf6-9506-92666549ba39") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P20.32mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" + (layer "F.Cu") + (uuid "260de839-b8a1-463c-879f-892512460835") + (at 67.19 103) + (descr "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") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 7.62mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R10" + (at 3.81 -2.37 0) + (layer "F.SilkS") + (uuid "994c055c-a7a9-4819-8ceb-bbe01667d88b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "78.9M" + (at 3.81 2.37 0) + (layer "F.Fab") + (uuid "5c3cd083-33dc-471a-858c-8b3039dcd0a9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5b2704a-e0de-497a-9043-c26a1f662919") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "166b746e-32ba-4119-b961-a64704706f36") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5f549488-28c6-4df0-aad7-99bb784157ba") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "10%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "12ebd67a-7431-4090-bfd7-f430a960ddae") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/e21725bc-ca8e-4ef9-8252-4e359bc342fd") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 0.54 -1.37) + (end 7.08 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ef585d50-4470-466a-b175-ef587a3ff012") + ) + (fp_line + (start 0.54 -1.04) + (end 0.54 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99c19437-5e63-467d-b64e-29f2a9de99d6") + ) + (fp_line + (start 0.54 1.04) + (end 0.54 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "48a209e6-ee7b-48fa-bb9f-d34cf453ad37") + ) + (fp_line + (start 0.54 1.37) + (end 7.08 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bd8066ca-02e4-42db-bf6d-009bfa72b240") + ) + (fp_line + (start 7.08 -1.37) + (end 7.08 -1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f99e1c36-5261-4637-b057-0b8dfb7d82f0") + ) + (fp_line + (start 7.08 1.37) + (end 7.08 1.04) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "01330c91-28d3-488b-af6e-d6e7ca1ff5f9") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "72da4825-b566-42cc-9a0d-1e776da75781") + ) + (fp_line + (start -1.05 1.5) + (end 8.67 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "967e26b9-aec9-4e0e-9750-9d1d422b1304") + ) + (fp_line + (start 8.67 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d27ad355-b367-4a58-b5da-88720d974ed7") + ) + (fp_line + (start 8.67 1.5) + (end 8.67 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "73bc53b0-ca8e-4b02-8fed-280d72ea0c14") + ) + (fp_line + (start 0 0) + (end 0.66 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "49ce9100-4b88-4a18-a292-3af3c8d6274a") + ) + (fp_line + (start 0.66 -1.25) + (end 0.66 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2f3c1f98-c896-414a-acc5-e182d9ed92d8") + ) + (fp_line + (start 0.66 1.25) + (end 6.96 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6bc3eccf-8a7c-4d11-ae22-e5f454966753") + ) + (fp_line + (start 6.96 -1.25) + (end 0.66 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "8022ca64-7c8d-4867-b92a-0349e0c6ee2a") + ) + (fp_line + (start 6.96 1.25) + (end 6.96 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab87ba90-9eb9-450f-9630-ef645ee80ee5") + ) + (fp_line + (start 7.62 0) + (end 6.96 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "37d329bc-758d-4ebe-ae94-ba4e708bada4") + ) + (fp_text user "${REFERENCE}" + (at 3.81 0 0) + (layer "F.Fab") + (uuid "27a1b868-93ab-47c7-becf-313e0a112feb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 19 "unconnected-(R10-Pad1)") + (pintype "passive") + (uuid "512f050b-b74f-4233-9754-6c21bddb8100") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 20 "unconnected-(R10-Pad2)") + (pintype "passive") + (uuid "b792f49f-b407-4f15-bef9-dced307aac19") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P20.32mm_Horizontal" + (layer "F.Cu") + (uuid "28db3c87-eaaf-480c-97c5-7abb8e7e28e6") + (at 115.84 40) + (descr "Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") + (tags "Resistor Axial_DIN0617 series Axial Horizontal pin pitch 20.32mm 2W length 17mm diameter 6mm") + (property "Reference" "R39" + (at 10.16 -4.12 0) + (layer "F.SilkS") + (uuid "ad94657e-e5b1-4cc7-83d7-426024cb34bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "678G" + (at 10.16 4.12 0) + (layer "F.Fab") + (uuid "0b1399c6-0b2d-4407-8052-5cde3fffe93b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8015772e-4106-4326-808b-e20b88569bdc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "389b7093-6917-4ec0-9c42-180619f71d8b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "825c9a63-b401-4272-b127-5a9bd4f191e3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.25%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "a454314e-c3ce-456b-8738-c278d09cc90f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/f9bd53da-9567-49fb-8979-a805f4769e34") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 1.54 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d93ea260-5b70-4be1-9b43-fcd5b6c197ac") + ) + (fp_line + (start 1.54 -3.12) + (end 1.54 3.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3230c1c-63a5-4994-9b93-fb64199f8728") + ) + (fp_line + (start 1.54 3.12) + (end 18.78 3.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd9e02c3-a62e-4d58-9cb6-8f92f676e957") + ) + (fp_line + (start 18.78 -3.12) + (end 1.54 -3.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "050e4e8b-6427-46ad-8470-0d34bc64cfc0") + ) + (fp_line + (start 18.78 3.12) + (end 18.78 -3.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "70f54c1a-1f08-442e-ab47-1a46b9053eba") + ) + (fp_line + (start 18.88 0) + (end 18.78 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "07faa26f-4f31-40dd-9600-bb454b3be591") + ) + (fp_line + (start -1.45 -3.25) + (end -1.45 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "be119488-4381-40a7-926a-c0e239ffbd3d") + ) + (fp_line + (start -1.45 3.25) + (end 21.77 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f645a7a5-804e-479f-911f-814224746b30") + ) + (fp_line + (start 21.77 -3.25) + (end -1.45 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42ee7817-6f82-4281-888d-f0879bc3a9ba") + ) + (fp_line + (start 21.77 3.25) + (end 21.77 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c444aca6-9497-481e-ac3d-9023a3f672f9") + ) + (fp_line + (start 0 0) + (end 1.66 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a052bc2d-1457-4041-9b18-c49939fb96e7") + ) + (fp_line + (start 1.66 -3) + (end 1.66 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c429a77f-c50b-4968-bcb4-9a5aaa18495b") + ) + (fp_line + (start 1.66 3) + (end 18.66 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "55b10c70-559e-4ba3-a8e7-9355821be417") + ) + (fp_line + (start 18.66 -3) + (end 1.66 -3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a404f50d-56c0-4184-9638-1852f39de73d") + ) + (fp_line + (start 18.66 3) + (end 18.66 -3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "35161b10-494a-4502-abc9-e0f7f1429321") + ) + (fp_line + (start 20.32 0) + (end 18.66 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc9e0a8c-1902-4990-b1aa-b5ab59f35d17") + ) + (fp_text user "${REFERENCE}" + (at 10.16 0 0) + (layer "F.Fab") + (uuid "076fb4da-199a-4954-b810-334b9215bf5f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 75 "unconnected-(R39-Pad1)") + (pintype "passive") + (uuid "2efe3d81-f2f5-4e89-a9cf-b5fc3044bf24") + ) + (pad "2" thru_hole oval + (at 20.32 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 76 "unconnected-(R39-Pad2)") + (pintype "passive") + (uuid "a98e4d61-46f9-4945-9a33-7acab01a14c1") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0617_L17.0mm_D6.0mm_P20.32mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P20.32mm_Horizontal" + (layer "F.Cu") + (uuid "330140a8-35e4-4d8d-ab65-cc62d7ce459c") + (at 44.84 81) + (descr "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") + (tags "Resistor Axial_DIN0414 series Axial Horizontal pin pitch 20.32mm 2W length 11.9mm diameter 4.5mm") + (property "Reference" "R25" + (at 10.16 -3.37 0) + (layer "F.SilkS") + (uuid "1161dbbc-5726-404a-ad28-d97a9e7d34cb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "33k" + (at 10.16 3.37 0) + (layer "F.Fab") + (uuid "6c8c9b91-ce84-4b43-9399-b9038004e623") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9db9b6f6-0b15-4b38-a619-13023f14bf63") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a989b1f0-38d3-4d99-b363-39ae09be7e29") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "574bf4c1-37f5-417e-814c-6a4c47043cf7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "2%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5d2fcec2-2bec-4343-9f0a-34edf25f6f42") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/125d3375-5a0b-4793-99f6-ada67c6850f8") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 4.09 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99e286d1-0364-445b-8a2e-3343e7177a62") + ) + (fp_line + (start 4.09 -2.37) + (end 4.09 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e5dfdea2-ed27-4f8d-98ac-3992eddce1f1") + ) + (fp_line + (start 4.09 2.37) + (end 16.23 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e89b7ebe-7dfd-4258-b012-b60c1e6e2a81") + ) + (fp_line + (start 16.23 -2.37) + (end 4.09 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "850b42dd-11b4-433f-951c-c79df6a98c53") + ) + (fp_line + (start 16.23 2.37) + (end 16.23 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "967b3908-1cef-43c8-afbd-5893827cb73a") + ) + (fp_line + (start 18.88 0) + (end 16.23 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "17235a53-3edf-4798-9631-c3a554be8561") + ) + (fp_line + (start -1.45 -2.5) + (end -1.45 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "43c5fb2c-6c41-45d8-a8ec-8f7bd837e7dc") + ) + (fp_line + (start -1.45 2.5) + (end 21.77 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d5c3388b-0237-47cc-904e-c6f589d21339") + ) + (fp_line + (start 21.77 -2.5) + (end -1.45 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6c0f7cdd-b1bc-4c9a-87aa-1f9f03ddf6fc") + ) + (fp_line + (start 21.77 2.5) + (end 21.77 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cef5d139-1e62-49fa-b304-145e7a5a1279") + ) + (fp_line + (start 0 0) + (end 4.21 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "686384ba-7e82-4124-8a66-b0bb232d159c") + ) + (fp_line + (start 4.21 -2.25) + (end 4.21 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "283a7f23-dd39-436e-a22a-80cb72facde6") + ) + (fp_line + (start 4.21 2.25) + (end 16.11 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0c45390a-d471-4ff0-bb8d-cfdd61f4907c") + ) + (fp_line + (start 16.11 -2.25) + (end 4.21 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1f591293-1f58-4e0e-a7e1-daf4013e44e9") + ) + (fp_line + (start 16.11 2.25) + (end 16.11 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bfa9c6f5-51ed-4763-ae3a-308c8135856c") + ) + (fp_line + (start 20.32 0) + (end 16.11 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7d47d7b3-fa1f-4219-9777-4637a6590a34") + ) + (fp_text user "${REFERENCE}" + (at 10.16 0 0) + (layer "F.Fab") + (uuid "65c0e6df-41c1-4ae7-a678-74572687125a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 47 "unconnected-(R25-Pad1)") + (pintype "passive") + (uuid "06f0d32a-e7cb-4116-ba86-91dc11e75d17") + ) + (pad "2" thru_hole oval + (at 20.32 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 48 "unconnected-(R25-Pad2)") + (pintype "passive") + (uuid "b68bf778-c8f8-4da2-948b-cc82dfcb2b47") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0414_L11.9mm_D4.5mm_P20.32mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P15.24mm_Horizontal" + (layer "F.Cu") + (uuid "341afb2e-d29c-46fc-857d-499cf8be17ae") + (at 84.38 81) + (descr "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") + (tags "Resistor Axial_DIN0414 series Axial Horizontal pin pitch 15.24mm 2W length 11.9mm diameter 4.5mm") + (property "Reference" "R24" + (at 7.62 -3.37 0) + (layer "F.SilkS") + (uuid "61b5e023-f830-479a-903b-a7a4af2d4e5d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1M" + (at 7.62 3.37 0) + (layer "F.Fab") + (uuid "048a71a2-03bf-477e-857a-b3d093b1cad7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b81b3fe8-a7cf-4572-a2e4-5b0336176708") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9c5154e4-eb20-4299-9f27-f8c0ff802736") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d4395a15-45b4-4ce6-9e2b-f72a0b3e3526") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "5%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "f157d10a-600b-4803-b5b1-d43fdea41bde") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/24190646-fb6d-4ce4-b056-f2c330ba10f2") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 1.55 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7f559a2d-064d-4277-91f8-6097253b649f") + ) + (fp_line + (start 1.55 -2.37) + (end 1.55 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "582f26f2-9119-4095-b877-92979eca205c") + ) + (fp_line + (start 1.55 2.37) + (end 13.69 2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "208bde34-912b-4984-8565-b55fd6bd34d5") + ) + (fp_line + (start 13.69 -2.37) + (end 1.55 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a016a7d-7408-40e9-a881-89ea070e89c0") + ) + (fp_line + (start 13.69 2.37) + (end 13.69 -2.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67d8d98f-1ef3-4fcb-b8ec-494969f67e73") + ) + (fp_line + (start 13.8 0) + (end 13.69 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "03f59d05-e659-489c-8695-b832104dfc00") + ) + (fp_line + (start -1.45 -2.5) + (end -1.45 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c8ad2c36-bbe9-4038-8b4d-3a584b49fbff") + ) + (fp_line + (start -1.45 2.5) + (end 16.69 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8fe5f9a7-322e-4440-80cf-dac6d6a1b401") + ) + (fp_line + (start 16.69 -2.5) + (end -1.45 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fe320a22-4462-4b1e-9708-c9d635e605b9") + ) + (fp_line + (start 16.69 2.5) + (end 16.69 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ad0b6889-0f35-4cfa-b8da-7bd9a9cfafd9") + ) + (fp_line + (start 0 0) + (end 1.67 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5aadf723-6c6a-4214-8f7a-54b6a64693f1") + ) + (fp_line + (start 1.67 -2.25) + (end 1.67 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e09abc28-eb10-448c-849d-1e297ab1579d") + ) + (fp_line + (start 1.67 2.25) + (end 13.57 2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e9e9c658-32fc-4a72-ba22-55f7fb457446") + ) + (fp_line + (start 13.57 -2.25) + (end 1.67 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "00cba086-9b60-4efb-97e2-2c580363064b") + ) + (fp_line + (start 13.57 2.25) + (end 13.57 -2.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e051f092-854b-4361-88b9-f38958e6b9fc") + ) + (fp_line + (start 15.24 0) + (end 13.57 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dad8d5b0-a15d-4d85-84f2-8847722e0ea6") + ) + (fp_text user "${REFERENCE}" + (at 7.62 0 0) + (layer "F.Fab") + (uuid "b65954ea-7d5f-4306-be78-059c4bcfad7a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 45 "unconnected-(R24-Pad1)") + (pintype "passive") + (uuid "8a9fcd43-66d9-442e-a3a3-20c9189ac1ce") + ) + (pad "2" thru_hole oval + (at 15.24 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 46 "unconnected-(R24-Pad2)") + (pintype "passive") + (uuid "8d6456ae-5490-4c2e-844a-503099081591") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0414_L11.9mm_D4.5mm_P15.24mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P30.48mm_Horizontal" + (layer "F.Cu") + (uuid "3e99129e-953e-4d17-ac2d-71a137bdc563") + (at 112.755 63) + (descr "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") + (tags "Resistor Axial_DIN0516 series Axial Horizontal pin pitch 30.48mm 2W length 15.5mm diameter 5mm") + (property "Reference" "R31" + (at 15.24 -3.62 0) + (layer "F.SilkS") + (uuid "9e844efd-4749-4d42-a1f4-7190e7f97550") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "567" + (at 15.24 3.62 0) + (layer "F.Fab") + (uuid "7fc7fa12-1497-4990-83e5-1d96997a4011") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0d67d372-ed6e-4a7c-ad83-b15d32aa1cec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3dff8b4a-5444-46b9-a323-6db28b247202") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d9ce9aac-71c9-4523-89c6-971735eea96d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "1%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "01f10fc2-b5ef-4f71-9421-fc894b9dd4d3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/3633487f-2ce6-4688-839b-5fee10a894a4") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 7.37 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a55bc5e8-fd6a-4421-aa14-685df6de4d67") + ) + (fp_line + (start 7.37 -2.62) + (end 7.37 2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3305336-f120-4bf1-9185-800e25bca237") + ) + (fp_line + (start 7.37 2.62) + (end 23.11 2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "99ed1a3f-ff6a-485d-8183-b77a599b819e") + ) + (fp_line + (start 23.11 -2.62) + (end 7.37 -2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a48d148b-bf5e-404d-b647-2ce256325c97") + ) + (fp_line + (start 23.11 2.62) + (end 23.11 -2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e9f25c52-06bc-4be1-b523-c6885279dbb9") + ) + (fp_line + (start 29.04 0) + (end 23.11 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fba3fce3-7350-40f8-9487-1423f95f8725") + ) + (fp_line + (start -1.45 -2.75) + (end -1.45 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "90e44ef8-e794-4ad3-8408-11ac24c2602f") + ) + (fp_line + (start -1.45 2.75) + (end 31.94 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8fea25b3-ed96-4a9f-b196-3346a0cca15d") + ) + (fp_line + (start 31.94 -2.75) + (end -1.45 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "365107d3-9cb5-41fa-9d70-91713d7ba7e8") + ) + (fp_line + (start 31.94 2.75) + (end 31.94 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "322ea41f-2db5-423d-bb2a-a5a1da5c29ee") + ) + (fp_line + (start 0 0) + (end 7.49 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e7711f27-dd21-438f-8745-c3801d776543") + ) + (fp_line + (start 7.49 -2.5) + (end 7.49 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "925ff726-da85-4a56-90fc-9407dc7006bb") + ) + (fp_line + (start 7.49 2.5) + (end 22.99 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eefdb691-c4e7-4aac-9191-3c585c3d8f2f") + ) + (fp_line + (start 22.99 -2.5) + (end 7.49 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "725ac231-21d7-4dc7-bbb3-fc0bb3e4b6a4") + ) + (fp_line + (start 22.99 2.5) + (end 22.99 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "84012206-e56f-4d16-8947-650168332e75") + ) + (fp_line + (start 30.48 0) + (end 22.99 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32f21faf-cff2-42ee-97e2-4d3b90c09cef") + ) + (fp_text user "${REFERENCE}" + (at 15.24 0 0) + (layer "F.Fab") + (uuid "b664cb93-4ed3-4aeb-9bf8-9468a3fadc9f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 59 "unconnected-(R31-Pad1)") + (pintype "passive") + (uuid "6aaf7344-20f1-4f89-a4b5-4b93f98d72fe") + ) + (pad "2" thru_hole oval + (at 30.48 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 60 "unconnected-(R31-Pad2)") + (pintype "passive") + (uuid "effdb95f-e836-41a1-af5e-96497285cf59") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0516_L15.5mm_D5.0mm_P30.48mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (layer "F.Cu") + (uuid "404f6e44-0ffd-42bb-9e04-17de08443c68") + (at 80.92 103) + (descr "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") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R6" + (at 5.08 -2.37 0) + (layer "F.SilkS") + (uuid "7c2619b1-9db8-4df6-9dfd-3d44140c8a89") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "3k4" + (at 5.08 2.37 0) + (layer "F.Fab") + (uuid "cc542b66-95e2-4ab6-ab2c-495bfff227bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "34ba1985-f57e-4505-9ecb-c798b1d6cfcb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9457c616-fa87-4615-8118-93beb9477758") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d1897f07-3e32-45ae-866e-56c6c2d6025b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/ffd5f7a8-83d5-43e1-86ee-bfa95b6b5563") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.81 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8c70d729-2c8c-4851-aa8b-718eca89df3c") + ) + (fp_line + (start 1.81 -1.37) + (end 1.81 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "338ed5ef-456f-40b5-8f21-f67b0f5c6715") + ) + (fp_line + (start 1.81 1.37) + (end 8.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f6d8b12e-5712-40e0-8eec-2b9f0c3acf80") + ) + (fp_line + (start 8.35 -1.37) + (end 1.81 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "abd27e24-7168-423b-b1fc-ba655d59e138") + ) + (fp_line + (start 8.35 1.37) + (end 8.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c66f03dc-38ef-4e79-8ba7-57b179e24a5d") + ) + (fp_line + (start 9.12 0) + (end 8.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ee50d76d-59c7-4119-adcb-1bb6ee3c13e6") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a27847a3-c47b-4503-a60d-5e5eff3cb3ee") + ) + (fp_line + (start -1.05 1.5) + (end 11.21 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5284ed4c-bb0a-4057-b2d7-84a3e58de31e") + ) + (fp_line + (start 11.21 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "84a26d12-fa5a-490f-ba82-6f56b20db02e") + ) + (fp_line + (start 11.21 1.5) + (end 11.21 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "202d1e39-b9ef-48a6-9e8e-d8c9c6733754") + ) + (fp_line + (start 0 0) + (end 1.93 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "483be62d-dd37-4138-a48c-ffa353d4aad5") + ) + (fp_line + (start 1.93 -1.25) + (end 1.93 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f67a7b7f-b7c0-400b-af10-5116edc2c149") + ) + (fp_line + (start 1.93 1.25) + (end 8.23 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "599c2bd9-e705-4c80-b87b-5f7599e3e9ad") + ) + (fp_line + (start 8.23 -1.25) + (end 1.93 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0c387116-5f38-4ddc-932a-fca66c0b3d00") + ) + (fp_line + (start 8.23 1.25) + (end 8.23 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6c440827-a292-440d-98e0-ce65868e9e38") + ) + (fp_line + (start 10.16 0) + (end 8.23 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cbdd6822-6bcc-48d6-baf7-3abf7a14d6ad") + ) + (fp_text user "${REFERENCE}" + (at 5.08 0 0) + (layer "F.Fab") + (uuid "e4279b12-25c1-4c61-b783-8cad7f7a7c46") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 11 "unconnected-(R6-Pad1)") + (pintype "passive") + (uuid "8ca749b8-b452-4792-938f-4a0a649189b5") + ) + (pad "2" thru_hole oval + (at 10.16 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 12 "unconnected-(R6-Pad2)") + (pintype "passive") + (uuid "deac33d6-3a2c-4c22-930e-acf46a051517") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P12.70mm_Horizontal" + (layer "F.Cu") + (uuid "45c84622-85d1-4f11-bf7b-825b8966c175") + (at 48.65 89) + (descr "Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=12.7mm, 1W, length*diameter=9.9*3.6mm^2") + (tags "Resistor Axial_DIN0411 series Axial Horizontal pin pitch 12.7mm 1W length 9.9mm diameter 3.6mm") + (property "Reference" "R18" + (at 6.35 -2.92 0) + (layer "F.SilkS") + (uuid "53c5d44f-905c-4c54-a143-54e3e14ff0d9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "68k" + (at 6.35 2.92 0) + (layer "F.Fab") + (uuid "8f81083a-6314-4fd2-a346-f50518a337ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e0bc4198-ce86-4290-ae65-8f6e22f18f92") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "183e421c-da45-4fd0-90dd-c1520f5896af") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "155ccfcd-ad9a-47b0-9c36-68ab8c450517") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "5%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2f068825-bebe-4a0c-851f-b4d374689d69") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/42681aaa-73f1-4cda-81a9-e9eb67d17369") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.28 -1.92) + (end 11.42 -1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05a4fb03-e230-4229-8aa9-a5705431d66f") + ) + (fp_line + (start 1.28 -1.44) + (end 1.28 -1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b401024f-5a4c-46e1-aaf8-2aaf1c19b045") + ) + (fp_line + (start 1.28 1.44) + (end 1.28 1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ebe50cbf-2ee0-4dc9-90e3-25dfd8f43e51") + ) + (fp_line + (start 1.28 1.92) + (end 11.42 1.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ff6b183b-e176-45da-b5b2-577b18dbeb72") + ) + (fp_line + (start 11.42 -1.92) + (end 11.42 -1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "782f8353-a4f2-43dc-8279-8e321bfc25d1") + ) + (fp_line + (start 11.42 1.92) + (end 11.42 1.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae169232-8ab5-42d6-a9df-72caa64bad6f") + ) + (fp_line + (start -1.45 -2.05) + (end -1.45 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f0264c96-1b69-429b-8aa9-236d580fad6d") + ) + (fp_line + (start -1.45 2.05) + (end 14.15 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "313be129-0263-4ff1-8912-6ddc36316b27") + ) + (fp_line + (start 14.15 -2.05) + (end -1.45 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e703894a-1b89-4b22-8b62-9eee1dfce875") + ) + (fp_line + (start 14.15 2.05) + (end 14.15 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "878c62a1-5f4f-4fb9-95c4-76d3d36f0992") + ) + (fp_line + (start 0 0) + (end 1.4 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "578e679a-0ea0-4ec5-ad46-0084fa713310") + ) + (fp_line + (start 1.4 -1.8) + (end 1.4 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ae21e37d-1ea1-47ca-ba2e-3e698cd349ba") + ) + (fp_line + (start 1.4 1.8) + (end 11.3 1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e13929ae-6e91-4792-b1ac-58d7638e5d91") + ) + (fp_line + (start 11.3 -1.8) + (end 1.4 -1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6db1960-6463-4291-adff-19f443a60614") + ) + (fp_line + (start 11.3 1.8) + (end 11.3 -1.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ed7f74c-3691-4012-8c8a-0039dc196765") + ) + (fp_line + (start 12.7 0) + (end 11.3 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e1f9dfd6-97e7-4c0e-ae30-ca8ca0a3afd2") + ) + (fp_text user "${REFERENCE}" + (at 6.35 0 0) + (layer "F.Fab") + (uuid "bb3e96e3-62ea-446a-b975-48daa6a38bbe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 33 "unconnected-(R18-Pad1)") + (pintype "passive") + (uuid "f3d35684-7a21-49dd-849b-772b487bf2ac") + ) + (pad "2" thru_hole oval + (at 12.7 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 34 "unconnected-(R18-Pad2)") + (pintype "passive") + (uuid "a3cc70fb-2127-453d-8ceb-b6964e10210e") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0411_L9.9mm_D3.6mm_P12.70mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P25.40mm_Horizontal" + (layer "F.Cu") + (uuid "47d92025-b805-4fe5-bfe5-c15fcd44e0ad") + (at 112.3 27) + (descr "Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=25.4mm, 4W, length*diameter=18*9mm^2") + (tags "Resistor Axial_DIN0918 series Axial Horizontal pin pitch 25.4mm 4W length 18mm diameter 9mm") + (property "Reference" "R45" + (at 12.7 -5.62 0) + (layer "F.SilkS") + (uuid "6989bf78-d1df-4acd-b12b-0585717f60d4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "23.4" + (at 12.7 5.62 0) + (layer "F.Fab") + (uuid "d0141024-1a81-4138-900f-8e54617610f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "42742a74-684b-4650-9cd5-8f74a205becd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a0daee7-69cb-4cbe-9b79-3e7853c5d123") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a873dd13-e11e-46b7-8d75-bc43e2f0094c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.05%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8e1bbe94-b8e0-4a04-838c-2a7346fc5860") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/cb27c203-b89e-4483-92d2-ded25763784d") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 3.58 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47b932e7-82d9-420c-af21-55e892589767") + ) + (fp_line + (start 3.58 -4.62) + (end 3.58 4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a1fd1918-cb25-4950-a8f0-d46d7770f458") + ) + (fp_line + (start 3.58 4.62) + (end 21.82 4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4afb0465-04ea-4e72-800a-2a2779a4189e") + ) + (fp_line + (start 21.82 -4.62) + (end 3.58 -4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "048c875b-95fb-441b-be6d-326f7415eb6e") + ) + (fp_line + (start 21.82 4.62) + (end 21.82 -4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df9bf860-d7ca-4fae-92a6-c8ab8704bf70") + ) + (fp_line + (start 23.96 0) + (end 21.82 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a7deaa98-486c-4b2d-9929-7aedc8d179bd") + ) + (fp_line + (start -1.45 -4.75) + (end -1.45 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b6a3c56a-dbab-49af-b189-5562973f67e9") + ) + (fp_line + (start -1.45 4.75) + (end 26.85 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d25eb099-c64d-44f9-8009-36f38865e2d0") + ) + (fp_line + (start 26.85 -4.75) + (end -1.45 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1100b4b4-af65-428f-8d2d-ab80f9e07619") + ) + (fp_line + (start 26.85 4.75) + (end 26.85 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a5472866-d382-4e55-8c7d-b84ee9e0b49a") + ) + (fp_line + (start 0 0) + (end 3.7 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7e678636-d35f-4477-a87f-b4e807a88b9f") + ) + (fp_line + (start 3.7 -4.5) + (end 3.7 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f5fdce88-36a7-4d39-82be-2118e304046e") + ) + (fp_line + (start 3.7 4.5) + (end 21.7 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "29598e7e-1556-4338-a428-e32f38ebffbb") + ) + (fp_line + (start 21.7 -4.5) + (end 3.7 -4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6367e8aa-83de-43aa-96fc-795884ad2cd1") + ) + (fp_line + (start 21.7 4.5) + (end 21.7 -4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "844c173a-b5ca-409f-aeb7-5abe171a0d13") + ) + (fp_line + (start 25.4 0) + (end 21.7 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be9e6c26-1544-4613-9353-a2ef3b6006cb") + ) + (fp_text user "${REFERENCE}" + (at 12.7 0 0) + (layer "F.Fab") + (uuid "ae6f8d83-fd81-46b0-956c-901b8f00b2c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 87 "unconnected-(R45-Pad1)") + (pintype "passive") + (uuid "91d67822-61ba-4532-acde-57b5f4570258") + ) + (pad "2" thru_hole oval + (at 25.4 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 88 "unconnected-(R45-Pad2)") + (pintype "passive") + (uuid "e57ed2a8-7bae-4939-8afe-54bb5962bf57") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0918_L18.0mm_D9.0mm_P25.40mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P25.40mm_Horizontal" + (layer "F.Cu") + (uuid "48d5034b-7aeb-4dbd-aa22-7e7a6bc2efe3") + (at 79.3 72) + (descr "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") + (tags "Resistor Axial_DIN0516 series Axial Horizontal pin pitch 25.4mm 2W length 15.5mm diameter 5mm") + (property "Reference" "R30" + (at 12.7 -3.62 0) + (layer "F.SilkS") + (uuid "dd8fc632-7405-4df3-b1c1-301fdc342769") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "567" + (at 12.7 3.62 0) + (layer "F.Fab") + (uuid "694b1ac9-9bf8-4fb9-875b-9eac16ceea82") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8f2e447d-60cb-4ee8-9e84-9bbe2c54190d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3ec16079-d71c-421a-bcf8-6f7fa5681b3e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40e61d8c-cc74-431e-a5af-04397afa2f08") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "2%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c95f0ee6-c297-428c-96a0-6e50eece3653") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/363c8d82-27b0-41ea-82a7-15d1cdc41acd") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 4.83 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d63f3b7a-582f-4ebb-84a3-85b0067dcaa2") + ) + (fp_line + (start 4.83 -2.62) + (end 4.83 2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d615e9c6-97cb-42bc-bd10-f6c063c88736") + ) + (fp_line + (start 4.83 2.62) + (end 20.57 2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f57f7c4-c608-4997-8020-1198db6b3b13") + ) + (fp_line + (start 20.57 -2.62) + (end 4.83 -2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "05f3ffd8-25c1-41ec-944b-64b30f7b0ec1") + ) + (fp_line + (start 20.57 2.62) + (end 20.57 -2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d127c30-f6f3-4104-892d-93b22cd9c9ec") + ) + (fp_line + (start 23.96 0) + (end 20.57 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5c5dabe6-2b36-4649-a82d-5332453d197e") + ) + (fp_line + (start -1.45 -2.75) + (end -1.45 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "778a86d7-4bff-4ef0-9f97-d4d75407097e") + ) + (fp_line + (start -1.45 2.75) + (end 26.85 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7ca3ea7a-4dce-4767-97e8-6edbcc6e51f9") + ) + (fp_line + (start 26.85 -2.75) + (end -1.45 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7de6a012-8fc6-4713-8e40-4cb502af9bd2") + ) + (fp_line + (start 26.85 2.75) + (end 26.85 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fa1399be-ebcf-4262-a268-6bc4dcaa22a2") + ) + (fp_line + (start 0 0) + (end 4.95 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a1f2a0f8-c68f-4f8c-b69c-346fc513108c") + ) + (fp_line + (start 4.95 -2.5) + (end 4.95 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4bf75261-a631-4b12-a463-76db034c73ae") + ) + (fp_line + (start 4.95 2.5) + (end 20.45 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "325efcfa-3a25-45f1-8c8e-5adbf348aca8") + ) + (fp_line + (start 20.45 -2.5) + (end 4.95 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2c3615ed-e623-4c03-bb74-107c3b44dc35") + ) + (fp_line + (start 20.45 2.5) + (end 20.45 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e52a0a2-3f3e-42c6-9eca-8f339ca05afb") + ) + (fp_line + (start 25.4 0) + (end 20.45 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c2e75dc2-75c3-470b-bd3d-2d01ab0204b7") + ) + (fp_text user "${REFERENCE}" + (at 12.7 0 0) + (layer "F.Fab") + (uuid "4ed2e04e-7155-4dfa-8341-46500ec056e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 57 "unconnected-(R30-Pad1)") + (pintype "passive") + (uuid "d710f2d3-f213-451c-96f5-82cf6ed54f18") + ) + (pad "2" thru_hole oval + (at 25.4 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 58 "unconnected-(R30-Pad2)") + (pintype "passive") + (uuid "a89e5f27-14f7-4a85-a3f4-e50c6ba22c47") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0516_L15.5mm_D5.0mm_P25.40mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P7.62mm_Vertical" + (layer "F.Cu") + (uuid "51cbb14e-6c7f-4147-920c-1ad940127a3b") + (at 166.95 50) + (descr "Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=7.62mm, 1.5W, length*diameter=14.3*5.7mm^2") + (tags "Resistor Axial_DIN0614 series Axial Vertical pin pitch 7.62mm 1.5W length 14.3mm diameter 5.7mm") + (property "Reference" "R38" + (at 3.81 -3.97 0) + (layer "F.SilkS") + (uuid "ba62d302-8f08-4c67-a0fc-fbbc8871c65a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "67.8G" + (at 3.81 3.97 0) + (layer "F.Fab") + (uuid "b6f0d574-3b8a-4451-a0c2-20a5a5c61192") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fdc5f4f5-71cc-40fd-b518-1b7e964d044d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e84c57ce-4080-4774-a282-4f17370cc0dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d16ac36a-71f4-4195-a3bc-69afb2706989") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.5%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "571f504e-f36e-4067-9620-da136783cb8f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/84e9c727-8500-4f78-bc4f-47a475877426") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 2.97 0) + (end 5.92 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a93904dc-0c9e-47de-acb4-6b9c8fb171a6") + ) + (fp_circle + (center 0 0) + (end 2.97 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "710222cd-9f0c-4b53-a476-3af71878e59e") + ) + (fp_line + (start -3.1 -3.1) + (end -3.1 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c395c736-2019-49dd-8d28-cc3ec3f1fcab") + ) + (fp_line + (start -3.1 3.1) + (end 9.28 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6cbd06ca-8431-45ff-8cb3-46cc1d3e26de") + ) + (fp_line + (start 9.28 -3.1) + (end -3.1 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7067138f-ed70-49d6-8562-c67b4b10d1fd") + ) + (fp_line + (start 9.28 3.1) + (end 9.28 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "65920976-9d3c-4ec8-ba43-3d1dbd571afc") + ) + (fp_line + (start 0 0) + (end 7.62 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c4e1c2f-331c-4e1a-be84-aba09fc355fa") + ) + (fp_circle + (center 0 0) + (end 2.85 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "0c4a0688-b68c-4d23-ac6b-c3c3a95bed2b") + ) + (fp_text user "${REFERENCE}" + (at 3.81 -3.97 0) + (layer "F.Fab") + (uuid "45248d06-5bad-4bb8-8e5d-bda17dcaf672") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.8 2.8) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 73 "unconnected-(R38-Pad1)") + (pintype "passive") + (uuid "c4651974-58dc-4570-9167-a6504dc48196") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 2.8 2.8) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 74 "unconnected-(R38-Pad2)") + (pintype "passive") + (uuid "6fa5abb4-a8dd-4543-831f-43f82b85b344") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0614_L14.3mm_D5.7mm_P7.62mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P7.62mm_Vertical" + (layer "F.Cu") + (uuid "5594564a-5482-48aa-8b43-e5b4e59620ed") + (at 153.93 39) + (descr "Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") + (tags "Resistor Axial_DIN0617 series Axial Vertical pin pitch 7.62mm 2W length 17mm diameter 6mm") + (property "Reference" "R43" + (at 3.81 -4.12 0) + (layer "F.SilkS") + (uuid "11db8b1b-97fb-4f66-ace0-451bdcb27084") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "511k" + (at 3.81 4.12 0) + (layer "F.Fab") + (uuid "826c3e5c-53f4-4ebd-b8dc-e82f4c3f5dea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1cde136f-d502-4664-8779-55ddb0bce853") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e56406ff-bacd-416c-af56-54cbb947ad81") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d4d3bbf2-0f02-47ad-ba36-c95d5574650e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.1%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "acd02eaa-e6f8-4cf4-b235-8eb773391b4f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/be68fc5b-5003-4765-a22c-b3fe64fb2e24") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 3.12 0) + (end 6.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4b1f56d6-1766-4500-9ad6-614a0b2dbdcc") + ) + (fp_circle + (center 0 0) + (end 3.12 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "46d2c2e8-8c3c-4c71-a471-d81f8cc32016") + ) + (fp_line + (start -3.25 -3.25) + (end -3.25 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "607d3241-a426-4d82-a86a-6b2c0048d015") + ) + (fp_line + (start -3.25 3.25) + (end 9.07 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "30a48b0b-d35f-45d3-8bf6-a58fa011c5e2") + ) + (fp_line + (start 9.07 -3.25) + (end -3.25 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c66fbef-70ff-4453-b651-5b066853b6ca") + ) + (fp_line + (start 9.07 3.25) + (end 9.07 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "485a0018-cc08-40c8-9ea1-8d1bf5b877a3") + ) + (fp_line + (start 0 0) + (end 7.62 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5b11d3f7-70d7-4119-977b-f77c77aa6c04") + ) + (fp_circle + (center 0 0) + (end 3 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "67353e8b-96ce-4ec4-9493-31afe38e6abf") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.7 0) + (layer "F.Fab") + (uuid "d5ca8eed-15c6-46e6-8e6e-0710e5a7ac26") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 83 "unconnected-(R43-Pad1)") + (pintype "passive") + (uuid "28384626-fddb-4f1f-aefb-a9a6f0f3918e") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 84 "unconnected-(R43-Pad2)") + (pintype "passive") + (uuid "a0874695-4ae9-4d8d-86d3-52e8b1f7883d") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0617_L17.0mm_D6.0mm_P7.62mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P5.08mm_Vertical" + (layer "F.Cu") + (uuid "583bd687-a688-45a6-9f96-fc4a2c85ebaa") + (at 154.185 50) + (descr "Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=5.08mm, 1.5W, length*diameter=14.3*5.7mm^2") + (tags "Resistor Axial_DIN0614 series Axial Vertical pin pitch 5.08mm 1.5W length 14.3mm diameter 5.7mm") + (property "Reference" "R37" + (at 2.54 -3.97 0) + (layer "F.SilkS") + (uuid "69bb460c-2f6e-4adc-af38-a020a0a4cabf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "6.78G" + (at 2.54 3.97 0) + (layer "F.Fab") + (uuid "1b806fb9-6588-4154-96c6-21c4f3b53c74") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fb846ce1-2651-4abb-8b90-5d4eccc45a81") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f9d9f1e-70c0-4ece-af14-4a354054f5d5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "41754403-a851-426f-892d-20a5114da5d8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.5%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "be36ae5d-3e1b-40f0-b368-5c29d4831b46") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/969bd690-d955-40e3-9127-068eadd2eda5") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 2.97 0) + (end 3.38 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e8a7a435-48ff-4da7-b82c-efc41781f767") + ) + (fp_circle + (center 0 0) + (end 2.97 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "744a6c61-814a-48ae-a1bd-5a84f32194f0") + ) + (fp_line + (start -3.1 -3.1) + (end -3.1 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "536670b8-baf0-44f2-a578-fad23945cea8") + ) + (fp_line + (start -3.1 3.1) + (end 6.73 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "961b6872-da7b-4337-8460-4a57767d608c") + ) + (fp_line + (start 6.73 -3.1) + (end -3.1 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "78244c02-4fca-423f-9c2e-fe0dc96590db") + ) + (fp_line + (start 6.73 3.1) + (end 6.73 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "00ef8558-dc4d-481f-b58b-eba4c0136935") + ) + (fp_line + (start 0 0) + (end 5.08 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1ff1bbe-202c-4eb6-aa03-2cc0d666499e") + ) + (fp_circle + (center 0 0) + (end 2.85 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "77e8a2c8-2570-4139-853c-da049540e250") + ) + (fp_text user "${REFERENCE}" + (at 2.54 -3.97 0) + (layer "F.Fab") + (uuid "2d0e77f9-880a-43e9-a54e-475b1ba2d43f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.8 2.8) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 71 "unconnected-(R37-Pad1)") + (pintype "passive") + (uuid "ff6cbc81-9f76-4a6f-b2c2-b96f50958916") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 2.8 2.8) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 72 "unconnected-(R37-Pad2)") + (pintype "passive") + (uuid "ef4dfed0-c15d-4377-8d2a-f780d83759d9") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0614_L14.3mm_D5.7mm_P5.08mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P15.24mm_Horizontal" + (layer "F.Cu") + (uuid "5fc83768-2cf9-45c3-8d40-d722c321448f") + (at 68.38 89) + (descr "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") + (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 15.24mm 0.5W = 1/2W length 9mm diameter 3.2mm") + (property "Reference" "R12" + (at 7.62 -2.72 0) + (layer "F.SilkS") + (uuid "371462f3-b348-49de-8150-e58bb2ee5409") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "9.1G" + (at 7.62 2.72 0) + (layer "F.Fab") + (uuid "f1722e6c-9d41-461e-93df-870865a78cbc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "76495e58-03c8-4d63-9870-8bcf9f44e55a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ac33df5-a646-477f-8d1e-811c4362c562") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "30e99c62-0231-47d1-8a00-6e1f4ca7c4f3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "10%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "5ae07282-a925-4e3f-bd45-869902e0b4e8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/b27f18ca-2910-4633-b5b2-5e2671ec3d6a") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 3 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dee644f6-0723-4b5e-a060-e7fffb4d76a0") + ) + (fp_line + (start 3 -1.72) + (end 3 1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cb814478-de15-47b9-8fb3-f37cebceeefc") + ) + (fp_line + (start 3 1.72) + (end 12.24 1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "334a220b-e75b-419b-a075-423037486775") + ) + (fp_line + (start 12.24 -1.72) + (end 3 -1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d7fe80c7-e3cd-438f-9385-3a497af38a40") + ) + (fp_line + (start 12.24 1.72) + (end 12.24 -1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "98f8423a-a286-4b86-8ba7-c37789eb90ea") + ) + (fp_line + (start 14.2 0) + (end 12.24 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5e578fa3-56fc-47d9-a370-1fdeba83be53") + ) + (fp_line + (start -1.05 -1.85) + (end -1.05 1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4c0df5b8-abce-4335-9bb9-902d9abbc6d4") + ) + (fp_line + (start -1.05 1.85) + (end 16.29 1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5d4f41cc-2f45-4413-a054-f01324b47831") + ) + (fp_line + (start 16.29 -1.85) + (end -1.05 -1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "89330e16-dd60-4650-afee-a93f81fd7c8e") + ) + (fp_line + (start 16.29 1.85) + (end 16.29 -1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ab873791-1a15-4193-94e2-61a956b5a392") + ) + (fp_line + (start 0 0) + (end 3.12 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "2da70584-5e1a-4690-8ec4-6a4b91550552") + ) + (fp_line + (start 3.12 -1.6) + (end 3.12 1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e6632ae2-8b28-44ee-add5-820bf330c357") + ) + (fp_line + (start 3.12 1.6) + (end 12.12 1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a1649d9-f506-4dac-887b-8f0f995a15a2") + ) + (fp_line + (start 12.12 -1.6) + (end 3.12 -1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c446cd76-5943-426c-821a-6032d24a7365") + ) + (fp_line + (start 12.12 1.6) + (end 12.12 -1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "df578144-c3fc-4a85-ba48-1663631a7313") + ) + (fp_line + (start 15.24 0) + (end 12.12 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "783a60fd-b41c-4e83-87b6-22eb3c22e064") + ) + (fp_text user "${REFERENCE}" + (at 7.62 0 0) + (layer "F.Fab") + (uuid "0ee35999-0ae6-4414-ad1d-31d38d5278ef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 23 "unconnected-(R12-Pad1)") + (pintype "passive") + (uuid "121beea0-1139-4d8d-bd66-dd322e1e56e4") + ) + (pad "2" thru_hole oval + (at 15.24 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 24 "unconnected-(R12-Pad2)") + (pintype "passive") + (uuid "a949eb82-0d3a-4d69-b640-4ad165a63617") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P15.24mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P5.08mm_Vertical" + (layer "F.Cu") + (uuid "67f5f70d-8fd0-4684-ab9d-8d8f2b05bd8c") + (at 134.685 100) + (descr "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") + (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 5.08mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R9" + (at 2.54 -2.37 0) + (layer "F.SilkS") + (uuid "3f958e9e-d781-4903-a829-614dba436dad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "6M8" + (at 2.54 2.37 0) + (layer "F.Fab") + (uuid "3455e902-cea4-4354-a798-ce4067f5c677") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2a81223a-4e32-4687-813d-0395bb706cd7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b709f44-f3de-4b2a-ab45-320b51e46400") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97cb5606-6a87-4487-92e2-579184cf74af") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "10%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1b5b33ae-9f2e-485b-a9e5-b2179e740184") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/e6a2a273-04f3-4c2c-a870-c4458e3e732c") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.37 0) + (end 3.98 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61d40eeb-ef8a-4ca5-93f1-939e4987635b") + ) + (fp_circle + (center 0 0) + (end 1.37 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "e0715070-422c-4542-b6c6-a4d198fe773e") + ) + (fp_line + (start -1.5 -1.5) + (end -1.5 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c20736d4-05cd-43d2-8162-124dd8296f44") + ) + (fp_line + (start -1.5 1.5) + (end 6.13 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "933bd501-7493-4dbd-a550-23058349abd5") + ) + (fp_line + (start 6.13 -1.5) + (end -1.5 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e32d4867-0efa-4479-8e25-f1cce964ec59") + ) + (fp_line + (start 6.13 1.5) + (end 6.13 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e038872e-72f5-4433-84eb-80330fafbd1b") + ) + (fp_line + (start 0 0) + (end 5.08 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "885fcc67-ee23-430d-ac57-e09d1718e9d0") + ) + (fp_circle + (center 0 0) + (end 1.25 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "52b26f3a-2c67-43b0-9565-a7812f6a70e2") + ) + (fp_text user "${REFERENCE}" + (at 2.54 -2.37 0) + (layer "F.Fab") + (uuid "fa25782c-5032-4f52-91ac-23205cacd96f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 17 "unconnected-(R9-Pad1)") + (pintype "passive") + (uuid "7d1350c3-a4b4-4e3a-94eb-c46d17b3d240") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 18 "unconnected-(R9-Pad2)") + (pintype "passive") + (uuid "8d576796-94ec-42ea-83b3-a8ba11ddcc9b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P5.08mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P7.62mm_Vertical" + (layer "F.Cu") + (uuid "6a291e5d-7297-410b-aa05-759d840c86f3") + (at 153.715 73) + (descr "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") + (tags "Resistor Axial_DIN0414 series Axial Vertical pin pitch 7.62mm 2W length 11.9mm diameter 4.5mm") + (property "Reference" "R28" + (at 3.81 -3.37 0) + (layer "F.SilkS") + (uuid "ba376382-5dbc-4841-b4e3-0bc4bef42350") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1.23" + (at 3.81 3.37 0) + (layer "F.Fab") + (uuid "2a6c8bd6-9e23-4f9c-a2a8-f82449521841") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "78fae0b4-03f9-428f-a6b6-c49c789e8ed3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d88d70a5-80e0-4748-860f-e23afd65a55b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8cbfabec-1428-404c-b4ba-b8d985e26ce2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "2%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "517848be-420e-4304-8bae-1360044630c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/93218680-63c0-40e0-9fc7-d61e2572cf34") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 2.37 0) + (end 6.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b7ca8152-8b5c-4bb2-8651-696a5f16db72") + ) + (fp_circle + (center 0 0) + (end 2.37 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "ba0d2fa9-79cc-483c-9582-362cba817a2a") + ) + (fp_line + (start -2.5 -2.5) + (end -2.5 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "655e9771-0994-47aa-b11d-98b3ef329549") + ) + (fp_line + (start -2.5 2.5) + (end 9.07 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2c5ebbb3-01e1-44cc-9d3a-3895e56c4733") + ) + (fp_line + (start 9.07 -2.5) + (end -2.5 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d346adee-e6a9-4059-bf3b-131afa23f804") + ) + (fp_line + (start 9.07 2.5) + (end 9.07 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e7f55d8a-5594-4280-915e-53aed594efc6") + ) + (fp_line + (start 0 0) + (end 7.62 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c1262cf-0aa9-45ca-8682-15db3d490094") + ) + (fp_circle + (center 0 0) + (end 2.25 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a611f7a9-8632-48c7-8ab7-67e1c66cfadd") + ) + (fp_text user "${REFERENCE}" + (at 3.81 -3.37 0) + (layer "F.Fab") + (uuid "795393b5-b698-478d-8270-8e47f0d63558") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 53 "unconnected-(R28-Pad1)") + (pintype "passive") + (uuid "7de59712-c7c4-4cec-a4e1-7bd1cfe4f1aa") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 54 "unconnected-(R28-Pad2)") + (pintype "passive") + (uuid "cbd0f948-2702-450a-a7fc-342314d81dff") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0414_L11.9mm_D4.5mm_P7.62mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P7.62mm_Vertical" + (layer "F.Cu") + (uuid "6c0f1839-6f93-4010-9489-7077812a5a32") + (at 154.68 27) + (descr "Resistor, Axial_DIN0922 series, Axial, Vertical, pin pitch=7.62mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") + (tags "Resistor Axial_DIN0922 series Axial Vertical pin pitch 7.62mm 5W length 20mm diameter 9mm") + (property "Reference" "R50" + (at 3.81 -5.62 0) + (layer "F.SilkS") + (uuid "808bce2e-0370-409a-998f-c1672474d074") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2340000" + (at 3.81 5.62 0) + (layer "F.Fab") + (uuid "d1ce823d-a10c-4159-8e85-a72d0bc7af8d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "05133426-f1df-4ca6-91f6-173da40e8718") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "40acda4d-a11c-406c-9cad-ac3fdbb23a26") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9f894495-5d1a-4936-94f0-ef9a75167a5b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.02%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "cccecfee-4a6b-4091-ad60-5f0231719572") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/f3ec641a-8ba3-43d2-8233-89aff542bc6c") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 4.62 0) + (end 6.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f43b3c23-73c5-4dc9-bfbe-1192aec6daf6") + ) + (fp_circle + (center 0 0) + (end 4.62 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "20bdd4fd-8f39-467b-8135-e9e06bcc488c") + ) + (fp_line + (start -4.75 -4.75) + (end -4.75 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7777efb4-257d-4c86-83c0-cb435dd6c818") + ) + (fp_line + (start -4.75 4.75) + (end 9.07 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "175e1db5-8d39-4ee0-bfe8-831b29cb9fe9") + ) + (fp_line + (start 9.07 -4.75) + (end -4.75 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b9a805a4-ea9f-453f-b353-3cc2315ead6d") + ) + (fp_line + (start 9.07 4.75) + (end 9.07 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fdc1a575-79a5-4ae1-84a7-1b4e973b2921") + ) + (fp_line + (start 0 0) + (end 7.62 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cb4f63be-0377-43ff-9a12-b3a39f4c5ee7") + ) + (fp_circle + (center 0 0) + (end 4.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "5fdc18d5-1f60-4b56-a30c-7abfd06cbadd") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.7 0) + (layer "F.Fab") + (uuid "9b317527-a194-432a-9d2c-27e8a4f2f592") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 97 "unconnected-(R50-Pad1)") + (pintype "passive") + (uuid "a3672aa8-a916-4d81-90a8-f0bbb653c7cf") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 98 "unconnected-(R50-Pad2)") + (pintype "passive") + (uuid "feb29717-7c2e-4564-8ce6-6bfe2c1ceaaf") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0922_L20.0mm_D9.0mm_P7.62mm_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_P7.62mm_Horizontal" + (layer "F.Cu") + (uuid "6c74d542-5a67-460e-b207-19828e3794f2") + (at 104.19 103) + (descr "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") + (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R5" + (at 3.81 -1.92 0) + (layer "F.SilkS") + (uuid "1ebfdd39-909e-4ee3-bd7d-0b9e2cc4754f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "330" + (at 3.81 1.92 0) + (layer "F.Fab") + (uuid "0cd32c64-4a95-4c78-a2c7-91230b63e58f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d47310b4-a29d-4af6-9f00-0f22a2856efd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19a4b3d7-c7ee-44f0-902a-aa236432c721") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5904dc16-639d-49a8-ae56-1aa3d2d5c338") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/58503fd1-9af7-494d-8625-6152817f323a") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 0.94 0) + (end 1.89 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "92536102-c0a4-410a-8759-9e32c4d0b56c") + ) + (fp_line + (start 1.89 -0.92) + (end 1.89 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "aa7ffeb5-6d10-48ec-8f51-75ec88d0fab6") + ) + (fp_line + (start 1.89 0.92) + (end 5.73 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "49aa95a3-550f-459a-b93f-f7b4ea09389c") + ) + (fp_line + (start 5.73 -0.92) + (end 1.89 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a6a79fec-ccc9-45a9-a150-d813968643aa") + ) + (fp_line + (start 5.73 0.92) + (end 5.73 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d6fa18bf-add0-4931-97ed-ad7ce735867f") + ) + (fp_line + (start 6.68 0) + (end 5.73 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "09c426aa-3599-4f1b-a5f9-0ff5edcc4f0b") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a5333eef-7fee-45b5-a457-ac0793bf3628") + ) + (fp_line + (start -0.95 1.05) + (end 8.57 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e006957c-73e4-447b-99f6-f269bf1aa782") + ) + (fp_line + (start 8.57 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3e08ff9a-67b3-412f-a25e-a9407bfa46c4") + ) + (fp_line + (start 8.57 1.05) + (end 8.57 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "86ccd8a5-d48e-4cde-a106-31ccb83ea76c") + ) + (fp_line + (start 0 0) + (end 2.01 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "11e29403-e7d1-4c19-911e-4c243054299d") + ) + (fp_line + (start 2.01 -0.8) + (end 2.01 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5595a900-0546-4b56-a012-335eb234a229") + ) + (fp_line + (start 2.01 0.8) + (end 5.61 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c944ed6a-eb49-4ca1-b6dc-fc183ee52eef") + ) + (fp_line + (start 5.61 -0.8) + (end 2.01 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f05613d7-5a1b-4fa2-aec6-529cbe2f919e") + ) + (fp_line + (start 5.61 0.8) + (end 5.61 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "59dac7d2-2725-43a9-b6a9-f35bf50eda45") + ) + (fp_line + (start 7.62 0) + (end 5.61 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "41f1a061-25e9-4cd3-92af-68b24ae2d575") + ) + (fp_text user "${REFERENCE}" + (at 3.81 0 0) + (layer "F.Fab") + (uuid "8a7c52ae-2d80-4bf3-bcaf-d2c58b2f2aed") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 9 "unconnected-(R5-Pad1)") + (pintype "passive") + (uuid "b2e54573-a800-4818-8cea-e486dd9b3b57") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 10 "unconnected-(R5-Pad2)") + (pintype "passive") + (uuid "46b76c84-5955-4839-b706-76753c285fcc") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P15.24mm_Horizontal" + (layer "F.Cu") + (uuid "6db039bf-4319-40b0-9cb6-f5dfefe51139") + (at 47.38 72) + (descr "Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=15.24mm, 1.5W, length*diameter=14.3*5.7mm^2") + (tags "Resistor Axial_DIN0614 series Axial Horizontal pin pitch 15.24mm 1.5W length 14.3mm diameter 5.7mm") + (property "Reference" "R34" + (at 7.62 -3.97 0) + (layer "F.SilkS") + (uuid "99cf89de-34aa-4a04-8e73-3b9e65ad709c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "6780000" + (at 7.62 3.97 0) + (layer "F.Fab") + (uuid "5988176e-5fb2-4d97-a343-3d8aa7cfbc5e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c73f54d-e20b-4ee1-8b3a-63ae473d9355") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "466bdc92-f840-4652-bebe-4b26498a283b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b6649851-9db2-4b35-a1d9-6773dfe9109f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.01%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1603ff3b-d6ff-4012-803b-454aa8af344f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/7ab2ab0d-07f7-4720-8bb0-d2f42e3be68d") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 0.35 -2.97) + (end 14.89 -2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "67c7c523-02eb-4f70-81af-00869b2e3e60") + ) + (fp_line + (start 0.35 -1.64) + (end 0.35 -2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "90e5ad21-768c-437a-a73e-3e6840834161") + ) + (fp_line + (start 0.35 1.64) + (end 0.35 2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5b0a4bcc-e3c9-4319-b011-a14dca91aba0") + ) + (fp_line + (start 0.35 2.97) + (end 14.89 2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9173bf36-723b-4f41-9153-30b1b7d733bf") + ) + (fp_line + (start 14.89 -2.97) + (end 14.89 -1.64) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "498888b7-45e5-4afb-a3de-98891966349a") + ) + (fp_line + (start 14.89 2.97) + (end 14.89 1.64) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f283192e-f4fe-46cf-89a8-6d6d859c36ef") + ) + (fp_line + (start -1.65 -3.1) + (end -1.65 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3acbee70-9ab9-496d-b539-fdb173008a50") + ) + (fp_line + (start -1.65 3.1) + (end 16.89 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a271dda9-6ffd-4526-99c5-f8dd68841be5") + ) + (fp_line + (start 16.89 -3.1) + (end -1.65 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b3c0289e-b9c9-471f-8ceb-c70feb649fff") + ) + (fp_line + (start 16.89 3.1) + (end 16.89 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "14134986-6734-495a-a149-2267bf1afcab") + ) + (fp_line + (start 0 0) + (end 0.47 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "83587420-b160-45ad-b5b0-208f63be170c") + ) + (fp_line + (start 0.47 -2.85) + (end 0.47 2.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54f1ca1a-01f2-4917-b653-25dbb3058c77") + ) + (fp_line + (start 0.47 2.85) + (end 14.77 2.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4ca8aaca-078a-42fb-a5e5-0f1b6b3e56b0") + ) + (fp_line + (start 14.77 -2.85) + (end 0.47 -2.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1427d03-16a3-4f8f-91bc-ffacb77e0314") + ) + (fp_line + (start 14.77 2.85) + (end 14.77 -2.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d97b2327-040e-4078-90ad-6d7c5d9567c9") + ) + (fp_line + (start 15.24 0) + (end 14.77 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4f3b3853-b50a-4c88-bc19-742afaaa33f3") + ) + (fp_text user "${REFERENCE}" + (at 7.62 0 0) + (layer "F.Fab") + (uuid "314f9e82-cac4-4bc2-96c5-038bb85eacee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.8 2.8) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 65 "unconnected-(R34-Pad1)") + (pintype "passive") + (uuid "07d1a711-4c19-4e35-bfe8-4f58f4e60d24") + ) + (pad "2" thru_hole oval + (at 15.24 0) + (size 2.8 2.8) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 66 "unconnected-(R34-Pad2)") + (pintype "passive") + (uuid "c6849988-7131-452e-8785-fb850173e455") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0614_L14.3mm_D5.7mm_P15.24mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P20.32mm_Horizontal" + (layer "F.Cu") + (uuid "70ed0484-4fd6-42ec-9789-91890c1dec0b") + (at 44.84 63) + (descr "Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=20.32mm, 1.5W, length*diameter=14.3*5.7mm^2") + (tags "Resistor Axial_DIN0614 series Axial Horizontal pin pitch 20.32mm 1.5W length 14.3mm diameter 5.7mm") + (property "Reference" "R35" + (at 10.16 -3.97 0) + (layer "F.SilkS") + (uuid "5b37803a-af96-4e56-a32c-997ed740addb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "67800000" + (at 10.16 3.97 0) + (layer "F.Fab") + (uuid "e25ce7f6-8e88-47fc-8c18-d81bb3f318b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b6ddaf18-540d-442a-b313-c6a309106f54") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6d5bf2a3-a98d-4e16-a371-7eb4467c63d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c359bc27-b551-4706-a0a6-e25d8789376b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.01%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "d3e50718-2702-4547-8dc4-bf174db5f0df") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/890a1c49-2219-41c1-bd02-8cdac4bc3a94") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.64 0) + (end 2.89 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d4e18bdc-2ffa-4936-84b6-b2bd5cdb690b") + ) + (fp_line + (start 2.89 -2.97) + (end 2.89 2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a88972f-dc4f-4923-8230-867a156752eb") + ) + (fp_line + (start 2.89 2.97) + (end 17.43 2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "eaa91ca0-9115-4d0e-a2ac-8c5bfaa6f7fd") + ) + (fp_line + (start 17.43 -2.97) + (end 2.89 -2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8f9268e8-3181-48a3-9826-01c03bd66226") + ) + (fp_line + (start 17.43 2.97) + (end 17.43 -2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d78edf44-9a3f-40d2-9752-170c4a464150") + ) + (fp_line + (start 18.68 0) + (end 17.43 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de3ab75d-ab35-4e87-9922-4da0e7849750") + ) + (fp_line + (start -1.65 -3.1) + (end -1.65 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79a55dae-2efc-4487-97d2-16871380c056") + ) + (fp_line + (start -1.65 3.1) + (end 21.97 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "180457b1-fc42-4cc5-84d8-e83fd4eaf208") + ) + (fp_line + (start 21.97 -3.1) + (end -1.65 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f797af04-0066-443f-aed9-cf5706b6ed02") + ) + (fp_line + (start 21.97 3.1) + (end 21.97 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1ce2186-9e8a-48e0-95dd-aeb0c8d5f065") + ) + (fp_line + (start 0 0) + (end 3.01 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "97d346a8-5b6c-4df3-99be-b424b3b59530") + ) + (fp_line + (start 3.01 -2.85) + (end 3.01 2.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f25d29f7-2970-46c3-a156-c6eba5ba4784") + ) + (fp_line + (start 3.01 2.85) + (end 17.31 2.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "207a3496-782e-4db6-ba15-432ab12bf999") + ) + (fp_line + (start 17.31 -2.85) + (end 3.01 -2.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6166216-0b6e-492d-b399-b6bfd19299b8") + ) + (fp_line + (start 17.31 2.85) + (end 17.31 -2.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ac96597d-91d5-4945-964e-4b6ff990a613") + ) + (fp_line + (start 20.32 0) + (end 17.31 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32842ffc-37ef-4c39-b3dd-55373ada87a9") + ) + (fp_text user "${REFERENCE}" + (at 10.16 0 0) + (layer "F.Fab") + (uuid "01f4ed32-4ae5-4d78-b138-112f05b023ab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.8 2.8) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 67 "unconnected-(R35-Pad1)") + (pintype "passive") + (uuid "dfe09a61-6a8f-489f-affc-826a3d9f8627") + ) + (pad "2" thru_hole oval + (at 20.32 0) + (size 2.8 2.8) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 68 "unconnected-(R35-Pad2)") + (pintype "passive") + (uuid "3ffb72c1-b406-4a1d-aec2-e77458878c42") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0614_L14.3mm_D5.7mm_P20.32mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P7.62mm_Vertical" + (layer "F.Cu") + (uuid "79db061f-83a7-48c0-b0b5-45ccead145e7") + (at 167.84 38) + (descr "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") + (tags "Resistor Axial_DIN0516 series Axial Vertical pin pitch 7.62mm 2W length 15.5mm diameter 5mm") + (property "Reference" "R33" + (at 3.81 -3.62 0) + (layer "F.SilkS") + (uuid "08309b83-0c53-4c8a-bbf2-f6c8cc8cd434") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "678900" + (at 3.81 3.62 0) + (layer "F.Fab") + (uuid "29d09691-0869-4b0a-8e8a-08fc5d2ec403") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "288c84f3-84e0-49fc-ba28-c14df52d077f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "747289c0-f708-4fa9-be9d-66d73a361ea8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "af89e2bf-268c-4fed-9044-cbec698e0232") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "1%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "448fc748-a241-4014-a816-d5f9ecbd7e01") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/23884632-a9f7-4a95-867c-65b8ab8a3702") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 2.62 0) + (end 6.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3ed91a23-9bde-4718-8100-694ef4b54ad6") + ) + (fp_circle + (center 0 0) + (end 2.62 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "2c72694d-c3d3-482e-94e6-359804691436") + ) + (fp_line + (start -2.75 -2.75) + (end -2.75 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d681667d-5969-470e-90c3-fe002865d39d") + ) + (fp_line + (start -2.75 2.75) + (end 9.07 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3e911d46-2f8f-4e43-932b-46301cfbb56e") + ) + (fp_line + (start 9.07 -2.75) + (end -2.75 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "abc9ce8e-f226-4073-aedc-f9888b27e948") + ) + (fp_line + (start 9.07 2.75) + (end 9.07 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0a80d92b-c237-4953-acb3-4df2281367c6") + ) + (fp_line + (start 0 0) + (end 7.62 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "aedff945-6989-479c-9f8e-b103450edb10") + ) + (fp_circle + (center 0 0) + (end 2.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "eff2e2ee-0584-4a9b-a80f-220973dd50f0") + ) + (fp_text user "${REFERENCE}" + (at 3.81 -3.62 0) + (layer "F.Fab") + (uuid "b4ab1da1-b20c-43a8-8086-b0e74a01e243") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 63 "unconnected-(R33-Pad1)") + (pintype "passive") + (uuid "5cfe06b8-ee72-44c1-81a2-4533b9df0313") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 64 "unconnected-(R33-Pad2)") + (pintype "passive") + (uuid "b405faca-0e16-47cd-acaa-e448fc83b5f8") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0516_L15.5mm_D5.0mm_P7.62mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "80260b3d-5ace-40d3-b207-0445fe144183") + (at 148.52 100) + (descr "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") + (tags "Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R8" + (at 1.27 -2.37 0) + (layer "F.SilkS") + (uuid "19de8696-2c47-4cb1-b9a3-9ef1a25d2926") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "680K" + (at 1.27 2.37 0) + (layer "F.Fab") + (uuid "0c840e25-5dc0-471c-bc2b-421d30dcf812") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fdccd0ad-21db-4dea-a62d-a2c40be54ca4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dbd417b7-bce9-4909-9297-d2a505a5795d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e04b17c7-79bf-4c3c-8427-540827d42c10") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/b3b79e72-edab-4293-a12d-02a258808cd1") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.37 0) + (end 1.44 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1663475-bd3e-4451-ad7f-3c9bf31c2115") + ) + (fp_circle + (center 0 0) + (end 1.37 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "128b1227-442a-481f-9f9f-9d4f1a49f0cd") + ) + (fp_line + (start -1.5 -1.5) + (end -1.5 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cf00551f-1017-4398-87bb-3b7eefd5856b") + ) + (fp_line + (start -1.5 1.5) + (end 3.59 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1f15911b-122c-4943-b9e2-4fed4e56c300") + ) + (fp_line + (start 3.59 -1.5) + (end -1.5 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1065dce9-3acc-40d3-991c-83808865d269") + ) + (fp_line + (start 3.59 1.5) + (end 3.59 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2094120d-4960-4591-835c-36fa3c355a97") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d8bcaf99-6f73-4e0d-9676-d424dc86bf90") + ) + (fp_circle + (center 0 0) + (end 1.25 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "2640bf93-8fa8-4099-b818-79ca313c2821") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -2.37 0) + (layer "F.Fab") + (uuid "93ebbb1e-208c-457c-b621-0f13e7f1247b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 15 "unconnected-(R8-Pad1)") + (pintype "passive") + (uuid "0b1084dc-3d67-416f-bd72-8d888eb70cf0") + ) + (pad "2" thru_hole oval + (at 2.54 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 16 "unconnected-(R8-Pad2)") + (pintype "passive") + (uuid "d27e175e-ae57-4f66-9b91-8e54953b83c8") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P20.32mm_Horizontal" + (layer "F.Cu") + (uuid "81813120-6edb-4185-8d64-65630f381bbd") + (at 117.84 72) + (descr "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") + (tags "Resistor Axial_DIN0516 series Axial Horizontal pin pitch 20.32mm 2W length 15.5mm diameter 5mm") + (property "Reference" "R29" + (at 10.16 -3.62 0) + (layer "F.SilkS") + (uuid "637f5fcf-6b0b-4f53-8046-385884a1bb37") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "12.3" + (at 10.16 3.62 0) + (layer "F.Fab") + (uuid "713aa4b1-290b-4fc0-87db-84c91ef5926c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "246441ac-4b14-4671-93cf-faa7e3a28ca1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46294aa7-610d-46d7-855e-2a00097b6048") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5fc2cb3a-6383-4757-98dd-f1d76fb2fa52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "2%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "327fb3bd-901c-4c73-8629-d0ccca42fdf3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/332047e5-95cc-4f13-91e7-cf64c39c0fdb") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 2.29 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d40ac793-f414-4f30-8045-6b6d1c73980e") + ) + (fp_line + (start 2.29 -2.62) + (end 2.29 2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "246c8831-b5b9-4827-9a5d-3beef26d7f18") + ) + (fp_line + (start 2.29 2.62) + (end 18.03 2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4665191a-8bd2-4449-a93b-975c6951dc5a") + ) + (fp_line + (start 18.03 -2.62) + (end 2.29 -2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5a2d7f69-fd91-4a34-9ceb-c3feecdda788") + ) + (fp_line + (start 18.03 2.62) + (end 18.03 -2.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33f53e28-f786-4f64-bd04-25852c7b53a5") + ) + (fp_line + (start 18.88 0) + (end 18.03 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e7bb8dfd-af2e-4da7-9f81-e7b682ec231c") + ) + (fp_line + (start -1.45 -2.75) + (end -1.45 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6987fead-487d-499a-8324-8028e85fa032") + ) + (fp_line + (start -1.45 2.75) + (end 21.77 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "35c91e78-213a-4cbd-b0da-35ac96acdfd6") + ) + (fp_line + (start 21.77 -2.75) + (end -1.45 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7da895c6-ce72-4c13-9202-47ef4edb3967") + ) + (fp_line + (start 21.77 2.75) + (end 21.77 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "53bf155c-20bd-47b5-be37-88f7425d05c6") + ) + (fp_line + (start 0 0) + (end 2.41 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f4576bec-7583-4739-873a-ba9ce3f9b4b8") + ) + (fp_line + (start 2.41 -2.5) + (end 2.41 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3c23c92c-1cce-4be5-82c1-68fbf36e605c") + ) + (fp_line + (start 2.41 2.5) + (end 17.91 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bf980af3-ecf7-4da0-a408-cf799873b1d8") + ) + (fp_line + (start 17.91 -2.5) + (end 2.41 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d9a456e1-a564-4ded-b059-141fbf4c6168") + ) + (fp_line + (start 17.91 2.5) + (end 17.91 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "43ff3876-a5d0-4737-b4ac-894fe9ae518d") + ) + (fp_line + (start 20.32 0) + (end 17.91 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "810971cd-5a93-418e-91cb-fde500aec8a8") + ) + (fp_text user "${REFERENCE}" + (at 10.16 0 0) + (layer "F.Fab") + (uuid "4515ad94-c154-4ddd-9cfa-68157427e3ee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 55 "unconnected-(R29-Pad1)") + (pintype "passive") + (uuid "6438f041-57c8-4406-936c-176936d3ddbd") + ) + (pad "2" thru_hole oval + (at 20.32 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 56 "unconnected-(R29-Pad2)") + (pintype "passive") + (uuid "733e71b2-bb3e-4a79-8ae1-0c90bb92cc77") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0516_L15.5mm_D5.0mm_P20.32mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P22.86mm_Horizontal" + (layer "F.Cu") + (uuid "83f1a525-8f48-47ec-8047-c7a2c9e09b90") + (at 79.57 40) + (descr "Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=22.86mm, 4W, length*diameter=18*9mm^2") + (tags "Resistor Axial_DIN0918 series Axial Horizontal pin pitch 22.86mm 4W length 18mm diameter 9mm") + (property "Reference" "R44" + (at 11.43 -5.62 0) + (layer "F.SilkS") + (uuid "5cb1afcc-8d15-408c-808b-8ffca54f42b7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2.34" + (at 11.43 5.62 0) + (layer "F.Fab") + (uuid "baf896f1-0f95-44b4-9649-8969fd57e746") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5d320be6-06cf-4aa1-8756-081b32a7771c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fe797c46-bd19-4cd7-892f-e79a0b36b503") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5218addc-1d09-44df-b26e-1fbd2facc960") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.1%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "63e54adf-9bf6-4576-bdd5-546251e29fd8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/0fccf121-f6e1-4029-b24a-25fb81eda88b") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 2.31 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d0e6c87b-472b-4977-bb8d-0b0ffc8bfeb3") + ) + (fp_line + (start 2.31 -4.62) + (end 2.31 4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "475809df-0383-41e5-8bec-e65b1b79abfc") + ) + (fp_line + (start 2.31 4.62) + (end 20.55 4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2871021f-a4e3-4173-a017-d2f2115cd435") + ) + (fp_line + (start 20.55 -4.62) + (end 2.31 -4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f45f5241-7dec-4d66-8d72-7b2b839d3b18") + ) + (fp_line + (start 20.55 4.62) + (end 20.55 -4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e7268091-5558-454f-9b9f-e229250f2c99") + ) + (fp_line + (start 21.42 0) + (end 20.55 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "202a7020-10fd-4fb7-a919-f217de628a3b") + ) + (fp_line + (start -1.45 -4.75) + (end -1.45 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fb6060f4-db9f-4363-ad2c-392dd4e700fd") + ) + (fp_line + (start -1.45 4.75) + (end 24.31 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "74f93ac8-770d-49be-a34a-52631fd0afc2") + ) + (fp_line + (start 24.31 -4.75) + (end -1.45 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6389e456-1f1b-4195-9c65-168098ead462") + ) + (fp_line + (start 24.31 4.75) + (end 24.31 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6213cc4f-192f-4716-a138-5a29cbc2cc38") + ) + (fp_line + (start 0 0) + (end 2.43 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "23b21b53-211e-4930-b4af-f25dcdfd0741") + ) + (fp_line + (start 2.43 -4.5) + (end 2.43 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "716a5e0b-b103-440e-be8d-7d18dd7848f4") + ) + (fp_line + (start 2.43 4.5) + (end 20.43 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "54021c7b-bc37-4947-842c-e3aa394f7e1c") + ) + (fp_line + (start 20.43 -4.5) + (end 2.43 -4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6ad7c4f7-680d-4fd0-b6fe-fa4793cb557c") + ) + (fp_line + (start 20.43 4.5) + (end 20.43 -4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "140656f9-72ea-4f8b-953a-cb43a8acf19e") + ) + (fp_line + (start 22.86 0) + (end 20.43 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "548df663-f742-4e24-b682-fab07ceda9d6") + ) + (fp_text user "${REFERENCE}" + (at 11.43 0 0) + (layer "F.Fab") + (uuid "651b0092-679a-4b17-9f3f-d0de2ebf1963") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 85 "unconnected-(R44-Pad1)") + (pintype "passive") + (uuid "01bc778e-7aa1-4cd2-9c21-fbd2cd8fe5e4") + ) + (pad "2" thru_hole oval + (at 22.86 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 86 "unconnected-(R44-Pad2)") + (pintype "passive") + (uuid "ec9b6187-de4b-4bbb-8871-48209d5d48e7") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0918_L18.0mm_D9.0mm_P22.86mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Vertical" + (layer "F.Cu") + (uuid "87e48798-0c6e-467a-9510-c1450b4ad65b") + (at 164.86 93) + (descr "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") + (tags "Resistor Axial_DIN0309 series Axial Vertical pin pitch 5.08mm 0.5W = 1/2W length 9mm diameter 3.2mm") + (property "Reference" "R17" + (at 2.54 -2.72 0) + (layer "F.SilkS") + (uuid "41a4a14a-bece-418f-97f4-5c11409ac294") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "4k7" + (at 2.54 2.72 0) + (layer "F.Fab") + (uuid "56090250-332c-49b6-85a1-b30ad1f5533b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "89158751-c017-4de0-9821-08c62cb9c061") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "68e85887-4008-405c-8858-5ceb5519a695") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ed434cae-4172-4c47-a961-7ada16fae6dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "5%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "369a808c-73ec-49ec-a65d-04fb47fe6f02") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/7808303d-db63-4c19-93f3-ea030f8eee57") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.72 0) + (end 3.98 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c27d369-658b-4cd5-8480-93cd8a8bbd16") + ) + (fp_circle + (center 0 0) + (end 1.72 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "1d75b64b-b4f3-414f-a307-56d634935569") + ) + (fp_line + (start -1.85 -1.85) + (end -1.85 1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "87dd2049-a9be-494f-a354-9ccf75f73ef4") + ) + (fp_line + (start -1.85 1.85) + (end 6.13 1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "355a61b6-1881-44fa-b846-940940a78a04") + ) + (fp_line + (start 6.13 -1.85) + (end -1.85 -1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7e02965e-d34b-429c-b907-ab13fcb853d8") + ) + (fp_line + (start 6.13 1.85) + (end 6.13 -1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4b19720d-6c2c-4702-9b81-f6b97ccac208") + ) + (fp_line + (start 0 0) + (end 5.08 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9993d09b-72b9-4844-afd7-c0792646e298") + ) + (fp_circle + (center 0 0) + (end 1.6 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "174a476b-f824-43c8-b0a8-2ace7c05b7b0") + ) + (fp_text user "${REFERENCE}" + (at 2.54 -2.72 0) + (layer "F.Fab") + (uuid "d9a83c95-1967-4a6e-8db2-c408ccc9561b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 31 "unconnected-(R17-Pad1)") + (pintype "passive") + (uuid "419a0bd3-052b-4d96-b40b-0857c9fcd2af") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 32 "unconnected-(R17-Pad2)") + (pintype "passive") + (uuid "ee500e43-e739-4f62-aedc-45169028ada9") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P25.40mm_Horizontal" + (layer "F.Cu") + (uuid "90abc3da-f7b6-4b1c-a61b-2d57ee1d0d73") + (at 114.3 52) + (descr "Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") + (tags "Resistor Axial_DIN0617 series Axial Horizontal pin pitch 25.4mm 2W length 17mm diameter 6mm") + (property "Reference" "R40" + (at 12.7 -4.12 0) + (layer "F.SilkS") + (uuid "76646f4d-f3da-42a2-b232-9dd162b7b3e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "511" + (at 12.7 4.12 0) + (layer "F.Fab") + (uuid "6c191db2-3d5a-4f3e-a2f6-9eca1288d762") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "79f02303-cb06-4527-ad36-d83edf624175") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1f3c6240-b308-4f4a-8d5b-a5e2adbe9beb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "23087543-9ec2-45d7-bb65-7ba83a78fde8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.25%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "54b2fc0d-13df-4cca-980e-0af1dc155f84") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/6e3750da-77ee-443e-bfea-4ab2284b681d") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 4.08 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1a6ae216-9296-4f6e-92a0-0e43b1249b0a") + ) + (fp_line + (start 4.08 -3.12) + (end 4.08 3.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ed777a1a-893b-4aac-a867-9a33896868f7") + ) + (fp_line + (start 4.08 3.12) + (end 21.32 3.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ea7146a-4a67-4fcd-aeed-66284c0cd97e") + ) + (fp_line + (start 21.32 -3.12) + (end 4.08 -3.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46dfb20e-3142-4964-b6e7-21137a58f76b") + ) + (fp_line + (start 21.32 3.12) + (end 21.32 -3.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "68bc20e6-38e8-4d9f-ada5-8e5ee6d4aa53") + ) + (fp_line + (start 23.96 0) + (end 21.32 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fc6b5fdf-2226-4d37-ae52-8ccb6e7b9c31") + ) + (fp_line + (start -1.45 -3.25) + (end -1.45 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6f7ce071-9f9f-4f49-a62a-f8c64cfd0b9d") + ) + (fp_line + (start -1.45 3.25) + (end 26.85 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e32a2132-f7a4-4f8f-8a3b-36b00965b75f") + ) + (fp_line + (start 26.85 -3.25) + (end -1.45 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7de4ac15-5c46-45fc-aa8e-b50b6c549bfe") + ) + (fp_line + (start 26.85 3.25) + (end 26.85 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "50901821-011d-4990-834e-bcb54d40da1a") + ) + (fp_line + (start 0 0) + (end 4.2 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1f9173cd-3dd1-4e2b-a586-4a75427f3dc4") + ) + (fp_line + (start 4.2 -3) + (end 4.2 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b5318e59-a52c-4e4e-bdec-5197d73f9a7d") + ) + (fp_line + (start 4.2 3) + (end 21.2 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c83ff445-c1d7-4da6-96aa-ba48bff41172") + ) + (fp_line + (start 21.2 -3) + (end 4.2 -3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9ec46b05-a039-47ef-b135-cb23770db03e") + ) + (fp_line + (start 21.2 3) + (end 21.2 -3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "12e05a26-55ae-4a69-b1f1-639fd7443be7") + ) + (fp_line + (start 25.4 0) + (end 21.2 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "863ef506-9e31-4df4-889d-1e5ad1908d14") + ) + (fp_text user "${REFERENCE}" + (at 12.7 0 0) + (layer "F.Fab") + (uuid "7d3327d4-a8bc-4797-9caa-13dcd3f63496") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 77 "unconnected-(R40-Pad1)") + (pintype "passive") + (uuid "c7bef62f-1455-4bf9-8d0b-4ce553331a9c") + ) + (pad "2" thru_hole oval + (at 25.4 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 78 "unconnected-(R40-Pad2)") + (pintype "passive") + (uuid "105b3268-10be-4059-b548-0800e18501ec") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0617_L17.0mm_D6.0mm_P25.40mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P5.08mm_Vertical" + (layer "F.Cu") + (uuid "92ca4799-4d8b-4a7f-b5fc-f13c419a7e0e") + (at 169.11 63) + (descr "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") + (tags "Resistor Axial_DIN0516 series Axial Vertical pin pitch 5.08mm 2W length 15.5mm diameter 5mm") + (property "Reference" "R32" + (at 2.54 -3.62 0) + (layer "F.SilkS") + (uuid "387ec4a0-3260-40c3-99e3-d8c59c60e8b0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "67800" + (at 2.54 3.62 0) + (layer "F.Fab") + (uuid "2af4594a-a6c2-4715-921d-03c560fd5a7f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "81a5d574-5ef6-4314-a403-7af018810b0e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e5bf09a3-fc95-422c-9740-d7b08ce3e759") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fa19de72-57a9-40d8-8ac0-b7c3ed3a2519") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "1%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e9050ee2-ad65-4a0a-8752-4e37ccadbf23") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/ae0adfe1-38a1-4d37-8aee-301de899f03c") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 2.62 0) + (end 3.58 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fdc0417c-704c-41ae-a537-b52e1ec49a0f") + ) + (fp_circle + (center 0 0) + (end 2.62 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "cbdb061c-0888-41fb-9518-bf55b1800b06") + ) + (fp_line + (start -2.75 -2.75) + (end -2.75 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c4bd2132-0c74-4adb-8076-e8a26dd50a22") + ) + (fp_line + (start -2.75 2.75) + (end 6.53 2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c19797bc-34bb-4c50-8711-5addabfd9820") + ) + (fp_line + (start 6.53 -2.75) + (end -2.75 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "50545a12-3891-4290-b462-da6052cb75b6") + ) + (fp_line + (start 6.53 2.75) + (end 6.53 -2.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9c46e482-0950-46a6-9b84-1d4ff0f38538") + ) + (fp_line + (start 0 0) + (end 5.08 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "576a9bd6-517b-4de3-8093-ef07ca5e2354") + ) + (fp_circle + (center 0 0) + (end 2.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "d993ea49-f08d-461a-af1d-350ab1065af5") + ) + (fp_text user "${REFERENCE}" + (at 2.54 -3.62 0) + (layer "F.Fab") + (uuid "673a93a2-c95b-41b6-b797-3bf8350f4aab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 61 "unconnected-(R32-Pad1)") + (pintype "passive") + (uuid "fb46fd50-5743-475e-99cb-684911d2e184") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 62 "unconnected-(R32-Pad2)") + (pintype "passive") + (uuid "ba07365e-5fd7-4d63-b216-7d339e86326a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0516_L15.5mm_D5.0mm_P5.08mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P25.40mm_Horizontal" + (layer "F.Cu") + (uuid "991cdc87-b971-4aa6-936d-3099d7a4e982") + (at 43.3 96) + (descr "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") + (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 25.4mm 0.5W = 1/2W length 9mm diameter 3.2mm") + (property "Reference" "R14" + (at 12.7 -2.72 0) + (layer "F.SilkS") + (uuid "0d1d794d-d945-4507-8ebe-9ec91bf34d29") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1k2" + (at 12.7 2.72 0) + (layer "F.Fab") + (uuid "5f52126b-0188-4ad9-92d8-9438305f4c20") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9d4424ab-740f-408d-ba9a-3ea3680cd23f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0cb76e17-8ef3-4ad9-ba70-491a75969933") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8808216a-6242-4b08-ad09-7c3bcf233223") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "10%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "bd09b25e-669b-4498-ae3e-9a60f3314c1b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/f167e26d-efe1-4b70-9326-377b0a9f1c79") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 8.08 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e11d0ee9-0e74-4044-99c5-c5a22430bd27") + ) + (fp_line + (start 8.08 -1.72) + (end 8.08 1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dcc5692c-2ae9-4665-9699-0460d235dfb8") + ) + (fp_line + (start 8.08 1.72) + (end 17.32 1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5326e899-60e7-4b79-948c-288eeb20f72e") + ) + (fp_line + (start 17.32 -1.72) + (end 8.08 -1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc6b1d03-4ce9-49ac-bb35-122cec6dca91") + ) + (fp_line + (start 17.32 1.72) + (end 17.32 -1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2f751d8a-20b5-4c16-891c-720f9b6a2f48") + ) + (fp_line + (start 24.36 0) + (end 17.32 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "13612396-a477-4a67-a794-5846e6616fa5") + ) + (fp_line + (start -1.05 -1.85) + (end -1.05 1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a168a7b5-6429-40e2-8012-7cc929ace696") + ) + (fp_line + (start -1.05 1.85) + (end 26.45 1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1dac2d6f-1170-4356-bbbd-f462dcfa4ef8") + ) + (fp_line + (start 26.45 -1.85) + (end -1.05 -1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d2d4fdbe-46ed-4efe-ba6e-1e9e7d81bb99") + ) + (fp_line + (start 26.45 1.85) + (end 26.45 -1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9f298877-1295-4229-a741-0e493a56bbc3") + ) + (fp_line + (start 0 0) + (end 8.2 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cc773bad-235f-4a3e-8dc8-1d0cfb3bfce6") + ) + (fp_line + (start 8.2 -1.6) + (end 8.2 1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1fcd41d8-0047-4a41-ac25-50545ebb8ba6") + ) + (fp_line + (start 8.2 1.6) + (end 17.2 1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cbac4dcc-fec8-4e3f-8db9-00317435dd12") + ) + (fp_line + (start 17.2 -1.6) + (end 8.2 -1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e4b1ca05-6eb1-4acc-ba8b-93d44cbd7b79") + ) + (fp_line + (start 17.2 1.6) + (end 17.2 -1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fb6d9303-6107-4fa3-98c3-cc9ae009117a") + ) + (fp_line + (start 25.4 0) + (end 17.2 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5fe97326-0482-48a5-bb5f-c65e50ae6980") + ) + (fp_text user "${REFERENCE}" + (at 12.7 0 0) + (layer "F.Fab") + (uuid "cb0daa41-94fe-4eb5-98bf-d93d4956260c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 27 "unconnected-(R14-Pad1)") + (pintype "passive") + (uuid "f6a2a480-44a3-4ca8-bf3a-5ca738ceeef3") + ) + (pad "2" thru_hole oval + (at 25.4 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 28 "unconnected-(R14-Pad2)") + (pintype "passive") + (uuid "2cf5ce14-77bd-4c6b-b394-80e7aad8a916") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P25.40mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" + (layer "F.Cu") + (uuid "a42cefdd-0e4c-4ba6-9330-bce10320187c") + (at 73.65 96) + (descr "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") + (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm") + (property "Reference" "R11" + (at 6.35 -2.72 0) + (layer "F.SilkS") + (uuid "c7d6bd38-5cf3-4e8a-ba7b-4a12dc59325d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "780M" + (at 6.35 2.72 0) + (layer "F.Fab") + (uuid "4677be3c-26ce-4590-9748-e2a7a505b2b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c65e2e38-4e45-458a-8d74-fa8f395c0cb7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf0ac053-a16f-4696-a069-af1404aa59fd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4fb89d57-24af-4e3b-a018-6360903721e1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "10%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2bd33533-86aa-4dc6-8278-c7b9c350364c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/6a0a0a9e-ae7d-4d8b-8ec3-12e0961ebd0d") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 1.73 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cedba6fc-caa3-437a-8f37-cd88408eadf2") + ) + (fp_line + (start 1.73 -1.72) + (end 1.73 1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb8c15a8-5e12-4066-b171-c08e34bbe0fd") + ) + (fp_line + (start 1.73 1.72) + (end 10.97 1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63785b98-bcc6-450c-93fd-2a523c30731e") + ) + (fp_line + (start 10.97 -1.72) + (end 1.73 -1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d1d018f4-fa81-4b46-8d99-bd2872d033df") + ) + (fp_line + (start 10.97 1.72) + (end 10.97 -1.72) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4ab55c45-525a-4b1c-80f7-f92e0d559bfe") + ) + (fp_line + (start 11.66 0) + (end 10.97 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8b582bc9-2e31-4dcf-8fed-cd047df17709") + ) + (fp_line + (start -1.05 -1.85) + (end -1.05 1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "58baf273-777d-46c7-87a0-98a288aca82e") + ) + (fp_line + (start -1.05 1.85) + (end 13.75 1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5edbd37e-973d-4c28-becd-f1b11e11c845") + ) + (fp_line + (start 13.75 -1.85) + (end -1.05 -1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "19c7a5d5-df9d-4da2-9399-b02bd1de0c5e") + ) + (fp_line + (start 13.75 1.85) + (end 13.75 -1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "46f5cf88-2a65-475a-bacd-de22116a5bdf") + ) + (fp_line + (start 0 0) + (end 1.85 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "9e48c5fe-40c4-4349-8b19-7c36201f678a") + ) + (fp_line + (start 1.85 -1.6) + (end 1.85 1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cf1c471f-f0cd-4251-b843-a917ae6314cd") + ) + (fp_line + (start 1.85 1.6) + (end 10.85 1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4799f00f-4f7e-4304-93c3-3f4677eb95d8") + ) + (fp_line + (start 10.85 -1.6) + (end 1.85 -1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a5eb69fe-a4b7-4162-a3c6-5065e467af09") + ) + (fp_line + (start 10.85 1.6) + (end 10.85 -1.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "be1bb67a-57bd-4720-b36e-4e623ce85c77") + ) + (fp_line + (start 12.7 0) + (end 10.85 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0161e9c5-dc8a-4db4-924a-6e2fe0112a59") + ) + (fp_text user "${REFERENCE}" + (at 6.35 0 0) + (layer "F.Fab") + (uuid "5c2e36fe-4c90-47ec-b740-08cf780fa3b5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 21 "unconnected-(R11-Pad1)") + (pintype "passive") + (uuid "68581805-fb3a-4054-941d-1b5f7fe27b91") + ) + (pad "2" thru_hole oval + (at 12.7 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 22 "unconnected-(R11-Pad2)") + (pintype "passive") + (uuid "4792f07c-5e14-4fcb-bffc-4ba365bcc283") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal" + (layer "F.Cu") + (uuid "a744d933-e51b-46f0-b18a-a10fbec640d9") + (at 42.3 40) + (descr "Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=25.4mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") + (tags "Resistor Axial_DIN0922 series Axial Horizontal pin pitch 25.4mm 5W length 20mm diameter 9mm") + (property "Reference" "R48" + (at 12.7 -5.62 0) + (layer "F.SilkS") + (uuid "f3e3d97e-65cb-422c-b2d8-a3035d61d3e3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "23400" + (at 12.7 5.62 0) + (layer "F.Fab") + (uuid "4f791060-2299-4425-ad74-eb31cff9f6ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bf8537f3-2922-4240-803b-2c0c5866335e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "85544cf9-9938-407d-b23d-4acf046f41d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bb4065f2-5493-410f-8cb3-f32dbecf0c54") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.02%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "1d24f5be-1bd8-4a71-aee8-3d107416b3ac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/8f249fdf-39af-4bef-a86e-bcbfdb659f10") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 2.58 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1cebe062-6668-4614-9038-bfb2b13d7210") + ) + (fp_line + (start 2.58 -4.62) + (end 2.58 4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b998cebd-1dc7-4d4d-8148-e46919838c77") + ) + (fp_line + (start 2.58 4.62) + (end 22.82 4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ab15c851-7466-4d75-8f67-9f71a3177d1d") + ) + (fp_line + (start 22.82 -4.62) + (end 2.58 -4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "87f19f51-56e2-45a6-b2ca-7adfbaa4dfea") + ) + (fp_line + (start 22.82 4.62) + (end 22.82 -4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d77b0340-514b-4376-800c-99e74bcf1a88") + ) + (fp_line + (start 23.96 0) + (end 22.82 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8e8b0f1e-2abf-4ee3-b2ff-7f001b294ea6") + ) + (fp_line + (start -1.45 -4.75) + (end -1.45 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "814e1415-2478-4fd1-8554-5ee75ba29523") + ) + (fp_line + (start -1.45 4.75) + (end 26.85 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ce374194-cfb0-447f-bea3-287c6ef90d54") + ) + (fp_line + (start 26.85 -4.75) + (end -1.45 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c7229af7-4065-4a3a-8dfd-f5f365f320d2") + ) + (fp_line + (start 26.85 4.75) + (end 26.85 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fa98b90b-0b32-4917-a313-8b83bdf73b0f") + ) + (fp_line + (start 0 0) + (end 2.7 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c7175fe-21bd-4266-96ec-bdab54a816e3") + ) + (fp_line + (start 2.7 -4.5) + (end 2.7 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "98b92ae6-4bb9-45dc-87d0-d5838e9f599d") + ) + (fp_line + (start 2.7 4.5) + (end 22.7 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e733a120-85f8-4eae-9735-91054d0e78b4") + ) + (fp_line + (start 22.7 -4.5) + (end 2.7 -4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "939c8848-bbce-44f9-b5e2-a16c82beaa7b") + ) + (fp_line + (start 22.7 4.5) + (end 22.7 -4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c9790d0e-ef82-4562-ae09-92e8f2f342dd") + ) + (fp_line + (start 25.4 0) + (end 22.7 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "112c5982-b802-41cb-b2f4-254e6ed810ed") + ) + (fp_text user "${REFERENCE}" + (at 12.7 0 0) + (layer "F.Fab") + (uuid "c2fbe150-d4a6-4af1-9445-7daead4c8910") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 93 "unconnected-(R48-Pad1)") + (pintype "passive") + (uuid "9b3462ca-d126-47ec-826c-a859e190f426") + ) + (pad "2" thru_hole oval + (at 25.4 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 94 "unconnected-(R48-Pad2)") + (pintype "passive") + (uuid "fa5566f4-b23d-46d5-98d3-5b743c75ea1a") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P5.08mm_Vertical" + (layer "F.Cu") + (uuid "ab493347-b2f7-4fc9-b3a9-313fe69fb2c2") + (at 154.36 63) + (descr "Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") + (tags "Resistor Axial_DIN0617 series Axial Vertical pin pitch 5.08mm 2W length 17mm diameter 6mm") + (property "Reference" "R42" + (at 2.54 -4.12 0) + (layer "F.SilkS") + (uuid "00878a00-5ad0-4114-a514-e234a6b07fc2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "51k1" + (at 2.54 4.12 0) + (layer "F.Fab") + (uuid "be3a72b8-e287-4f4d-afbb-5197e6ad040c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7e8e25b3-9ab0-4917-823a-ea45d93649d6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca01a43d-88cb-4b92-9572-3892737bd4c3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7f33051-c6f9-4ab6-aef0-38085ca7a6c8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.1%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "2f7c04ef-92d4-4c68-863c-78c7874c0e3c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/3c0cd627-9c75-4efe-ab88-6ee0934e81cd") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 3.12 0) + (end 3.58 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4e243315-5a1c-46f4-a3f4-965b12e27716") + ) + (fp_circle + (center 0 0) + (end 3.12 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "fd598bfa-3798-4e62-aeb9-d2280f531bbb") + ) + (fp_line + (start -3.25 -3.25) + (end -3.25 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3c2e129e-65c9-40fc-9b6a-17bffd7507e3") + ) + (fp_line + (start -3.25 3.25) + (end 6.53 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1cf00e73-89cc-4766-9b59-e2442229e125") + ) + (fp_line + (start 6.53 -3.25) + (end -3.25 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b4e7082a-0db3-49c7-b9c4-bffdba9fe986") + ) + (fp_line + (start 6.53 3.25) + (end 6.53 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4a338f36-4465-4adb-a18b-c3b293c9086f") + ) + (fp_line + (start 0 0) + (end 5.08 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d2448241-308f-44a6-88b8-481667d761bb") + ) + (fp_circle + (center 0 0) + (end 3 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "1e0a9861-46f3-48f7-bc14-7e95700277de") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.7 0) + (layer "F.Fab") + (uuid "e556d7ff-dfc1-401c-8287-c6c2c57c4936") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 81 "unconnected-(R42-Pad1)") + (pintype "passive") + (uuid "20bf9009-8031-4f94-b9d1-754e45a2b0a2") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 82 "unconnected-(R42-Pad2)") + (pintype "passive") + (uuid "b762e2fb-d4ba-417e-8686-15e58a2b7a8f") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0617_L17.0mm_D6.0mm_P5.08mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "b17d6373-aae0-46cd-ae0f-d5c98727975f") + (at 155 93) + (descr "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") + (tags "Resistor Axial_DIN0309 series Axial Vertical pin pitch 2.54mm 0.5W = 1/2W length 9mm diameter 3.2mm") + (property "Reference" "R15" + (at 1.27 -2.72 0) + (layer "F.SilkS") + (uuid "0fd2116a-17d6-4a2f-ae4b-18fcbd46e92c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2k2" + (at 1.27 2.72 0) + (layer "F.Fab") + (uuid "440793c3-d0d4-44b3-b78e-b4bebaf0acd5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52ee03ba-213e-4ec4-b4c5-49926d437a2a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b9352bd-1511-497b-af8e-8d3b7f4154a2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "962789de-051c-4cd1-998d-7833c0534752") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "10%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "feec8d9c-aaa2-427f-95f8-a595b208a9c1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/0031728d-9667-4f92-95e4-b58e5cfa26a6") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_arc + (start 1.344775 0.97138) + (mid -1.655812 -0.101418) + (end 1.453272 -0.8) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bc42378c-43f9-4d7b-8d2a-51110558b3f3") + ) + (fp_line + (start -1.85 -1.85) + (end -1.85 1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5f13c199-1fd6-4f2b-b7ba-bb18194fc633") + ) + (fp_line + (start -1.85 1.85) + (end 3.59 1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "44dbbd65-be1e-48cb-9fed-066519bca401") + ) + (fp_line + (start 3.59 -1.85) + (end -1.85 -1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "33c70a33-eac8-4eae-bf22-eb00307b3965") + ) + (fp_line + (start 3.59 1.85) + (end 3.59 -1.85) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1c0390dc-c79e-4fe2-a49f-dc44f94b41e6") + ) + (fp_line + (start 0 0) + (end 2.54 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c0557911-59ae-42b0-a591-0f4ed44eb6de") + ) + (fp_circle + (center 0 0) + (end 1.6 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "d1028271-1934-4e33-9ec9-b7f84f84ead5") + ) + (fp_text user "${REFERENCE}" + (at 1.27 -2.72 0) + (layer "F.Fab") + (uuid "6a7b4a86-7804-4a94-84d2-900624774e8e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 29 "unconnected-(R15-Pad1)") + (pintype "passive") + (uuid "6b3890ee-4d8a-4c1a-8e4e-594abd43c97e") + ) + (pad "2" thru_hole oval + (at 2.54 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 30 "unconnected-(R15-Pad2)") + (pintype "passive") + (uuid "921ff505-15b0-4f19-aa91-a967fb550072") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P5.08mm_Vertical" + (layer "F.Cu") + (uuid "b3730efe-1013-4bd1-8575-74bb59cbf22e") + (at 168.985 73) + (descr "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") + (tags "Resistor Axial_DIN0414 series Axial Vertical pin pitch 5.08mm 2W length 11.9mm diameter 4.5mm") + (property "Reference" "R27" + (at 2.54 -3.37 0) + (layer "F.SilkS") + (uuid "79e1bd31-1367-44be-a01b-09fce8a7f3b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "0.12" + (at 2.54 3.37 0) + (layer "F.Fab") + (uuid "ade8f42e-ecaa-4c9d-9859-75e321dc2562") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e9d553fe-8421-490f-b8a9-d045ab5fb28b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3b5c0c71-6c06-44d3-9e35-499c71253907") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "23e511be-9e5c-44db-8c1a-284368564fc1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "2%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "197525bb-e9e2-4ae2-943e-d539b757f320") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/9cfcad2d-3334-4d64-b2a9-fb405ef03985") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 2.37 0) + (end 3.58 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b8005a65-26c7-4a22-9809-ac588db689da") + ) + (fp_circle + (center 0 0) + (end 2.37 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "5dfbf153-bce6-48ea-acc3-b92f7c8018d8") + ) + (fp_line + (start -2.5 -2.5) + (end -2.5 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "93c75d4a-f9b5-45f4-b79e-71bbd6c8e0fd") + ) + (fp_line + (start -2.5 2.5) + (end 6.53 2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "75fee425-f67d-49fb-9e70-6155709d0103") + ) + (fp_line + (start 6.53 -2.5) + (end -2.5 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "74517c71-8f15-4261-8896-b4799b76b453") + ) + (fp_line + (start 6.53 2.5) + (end 6.53 -2.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ff4ae03e-633f-4729-895c-43589a811010") + ) + (fp_line + (start 0 0) + (end 5.08 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1b81818d-f651-420a-9414-89e06bac6615") + ) + (fp_circle + (center 0 0) + (end 2.25 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "feb9c14d-dcb5-4bec-82fc-c162bc2003b0") + ) + (fp_text user "${REFERENCE}" + (at 2.54 -3.37 0) + (layer "F.Fab") + (uuid "5ebb1b7c-361d-4255-b2a8-b562a3038e3f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 51 "unconnected-(R27-Pad1)") + (pintype "passive") + (uuid "303ce563-f21e-4f56-a543-67b5d3a6ca4c") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 52 "unconnected-(R27-Pad2)") + (pintype "passive") + (uuid "d214a9f7-7ed6-4177-8072-5acbc5d9550b") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0414_L11.9mm_D4.5mm_P5.08mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_Horizontal" + (layer "F.Cu") + (uuid "b6461806-f5ba-4c3b-a211-787de3224f92") + (at 44.38 103) + (descr "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") + (tags "Resistor Axial_DIN0207 series Axial Horizontal pin pitch 15.24mm 0.25W = 1/4W length 6.3mm diameter 2.5mm") + (property "Reference" "R7" + (at 7.62 -2.37 0) + (layer "F.SilkS") + (uuid "ab793ad6-8ecc-4b11-9348-d133e9d14732") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "34k" + (at 7.62 2.37 0) + (layer "F.Fab") + (uuid "8c217811-a155-4abf-a523-70107b4c8da0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "50fae83c-c7ee-4b27-9094-d0635ebef4dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c3b94ab-cb7b-4f1b-a02d-a13d44638a80") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2f3f51a2-28d7-42b1-bd1f-f2f3be4792ff") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/c49fbad6-4875-4a6f-82b2-8b70ead6c484") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.04 0) + (end 4.35 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6b07f41c-7a63-471d-8274-4b624890b006") + ) + (fp_line + (start 4.35 -1.37) + (end 4.35 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ddcaf26-693b-42ba-be85-6df26486a162") + ) + (fp_line + (start 4.35 1.37) + (end 10.89 1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7ec94e7d-48a9-46ab-aaf4-af1b46e46caf") + ) + (fp_line + (start 10.89 -1.37) + (end 4.35 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "743c160c-50b8-4f5e-a09e-2b6c99b3a92c") + ) + (fp_line + (start 10.89 1.37) + (end 10.89 -1.37) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e14dce83-3446-4037-a710-4163cb890f76") + ) + (fp_line + (start 14.2 0) + (end 10.89 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ec73901b-d28c-463e-bd71-dc13fbd7f368") + ) + (fp_line + (start -1.05 -1.5) + (end -1.05 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6b38e1de-1b68-41a4-8d56-5c37a96ea520") + ) + (fp_line + (start -1.05 1.5) + (end 16.29 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b42499d9-8618-451c-82ad-cb28c7e93a16") + ) + (fp_line + (start 16.29 -1.5) + (end -1.05 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3f981ea0-dc45-40ae-99b5-c35f5af5b5f2") + ) + (fp_line + (start 16.29 1.5) + (end 16.29 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "42075399-6c59-4c71-b48d-32d326f129d4") + ) + (fp_line + (start 0 0) + (end 4.47 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0f7da377-b49c-43b7-a995-3d6dc90ff27f") + ) + (fp_line + (start 4.47 -1.25) + (end 4.47 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7ae298b1-62de-406f-9070-71265007c82f") + ) + (fp_line + (start 4.47 1.25) + (end 10.77 1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15858c77-1bb3-400d-888d-90ea2586f8d3") + ) + (fp_line + (start 10.77 -1.25) + (end 4.47 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "33dfab03-a41a-4a3d-83ae-d24a6c406222") + ) + (fp_line + (start 10.77 1.25) + (end 10.77 -1.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe93d642-11fb-402f-ae65-db2fea13fc7b") + ) + (fp_line + (start 15.24 0) + (end 10.77 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c3c11534-306a-4200-88d1-92a4fc296acf") + ) + (fp_text user "${REFERENCE}" + (at 7.62 0 0) + (layer "F.Fab") + (uuid "7ec73a09-b054-4537-a8a1-2a1c3e3fc75d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 13 "unconnected-(R7-Pad1)") + (pintype "passive") + (uuid "6b99a78f-bb5f-40d0-aa39-d442a88e77bd") + ) + (pad "2" thru_hole oval + (at 15.24 0) + (size 1.6 1.6) + (drill 0.8) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 14 "unconnected-(R7-Pad2)") + (pintype "passive") + (uuid "c762c6c6-472d-4be1-88ef-a9bbc4aee697") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_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") + (uuid "c09f7914-70e9-48da-a26a-254cf3766cdc") + (at 95.46 103) + (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 "Reference" "R3" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "aa8ea0eb-0c51-47b8-9b53-3598978504a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "1R2" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "26864383-8093-4dbd-a5bb-2f04a9d2c02f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0855d910-064c-49ac-9843-4918e44c6f96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6cb4f39-efeb-4566-b613-2309041bd7d0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4203365d-2a54-4c44-ad53-35a84bae3bd0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/69fb5f70-5c4e-411c-91ba-84b1e8975bd6") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 0.62 -0.92) + (end 4.46 -0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2e453066-0350-4b1c-9a2d-2e2fdae86bc8") + ) + (fp_line + (start 0.62 0.92) + (end 4.46 0.92) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8d646302-dba8-4696-82f5-0048251122b2") + ) + (fp_line + (start -0.95 -1.05) + (end -0.95 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9cc10dda-1eeb-4d00-80be-f8ed0253060d") + ) + (fp_line + (start -0.95 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c89f25a3-dbe2-4d26-8712-a547c88efcb6") + ) + (fp_line + (start 6.03 -1.05) + (end -0.95 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f17d7aef-4232-4bb1-ab34-5afdb8611a59") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "52852942-bccb-4cf3-9197-1770cab3dc78") + ) + (fp_line + (start 0 0) + (end 0.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "bd630dc2-6a87-4f29-ba4c-c44444384ad1") + ) + (fp_line + (start 0.74 -0.8) + (end 0.74 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0415dce8-780e-453c-8532-3121ed61fb96") + ) + (fp_line + (start 0.74 0.8) + (end 4.34 0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "28b5b958-b6f7-4ad8-9205-1fbaf9555f47") + ) + (fp_line + (start 4.34 -0.8) + (end 0.74 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "13a186ff-6dd9-483b-907d-df6167c8983c") + ) + (fp_line + (start 4.34 0.8) + (end 4.34 -0.8) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f44cbb4e-8c6a-4e4b-86e8-ad48ccc42999") + ) + (fp_line + (start 5.08 0) + (end 4.34 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0a1fa928-f901-4883-a819-af4734e3b551") + ) + (fp_text user "${REFERENCE}" + (at 2.54 0 0) + (layer "F.Fab") + (uuid "320beb92-1a94-4a2d-a740-c179236c7d3a") + (effects + (font + (size 0.72 0.72) + (thickness 0.108) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 5 "unconnected-(R3-Pad1)") + (pintype "passive") + (uuid "793f63af-2794-4f7b-a1b3-e8ec200f846b") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 6 "unconnected-(R3-Pad2)") + (pintype "passive") + (uuid "3cab829f-e501-4518-943a-807eaf990f47") + ) + (model "${KICAD6_3DMODEL_DIR}/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_Vertical" + (layer "F.Cu") + (uuid "c7543648-04ea-4069-93d7-b3e65e5e173c") + (at 160.51 100) + (descr "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") + (tags "Resistor Axial_DIN0204 series Axial Vertical pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm") + (property "Reference" "R4" + (at 2.54 -1.92 0) + (layer "F.SilkS") + (uuid "dc8497b3-4d48-4cde-a409-04c860d2bdd5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "12.3R" + (at 2.54 1.92 0) + (layer "F.Fab") + (uuid "813647b7-e5ec-4096-a665-921aeae2ad92") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b516ad6c-ecc3-4a9a-9e61-0fa175bbb450") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f80df631-dc9f-4a30-849b-28237c6810c9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dffd918d-19b1-4644-8181-45b7ab2cffd7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/caf25072-6a61-47db-a1a3-de8ad8c8b350") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 0.92 0) + (end 4.08 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "ae3b7173-0d1c-41d6-aadd-07de126f9fe6") + ) + (fp_circle + (center 0 0) + (end 0.92 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "8b682dc0-d300-4692-97c5-c104156da4ee") + ) + (fp_line + (start -1.05 -1.05) + (end -1.05 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cd69afff-3fc0-460f-8336-f78a70845bc7") + ) + (fp_line + (start -1.05 1.05) + (end 6.03 1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "56a4718e-2a77-4d0a-9ced-36b3c343d276") + ) + (fp_line + (start 6.03 -1.05) + (end -1.05 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "84a37a9d-9b73-4f01-b2d5-0df7de21c2d8") + ) + (fp_line + (start 6.03 1.05) + (end 6.03 -1.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "845d420d-9643-471f-9f6b-995ccb49d90b") + ) + (fp_line + (start 0 0) + (end 5.08 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "99eadfab-5061-4f4f-be6c-97a63229a8e1") + ) + (fp_circle + (center 0 0) + (end 0.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "9a19fec8-ab2d-4730-a910-9fa9b372759a") + ) + (fp_text user "${REFERENCE}" + (at 2.54 -1.92 0) + (layer "F.Fab") + (uuid "8b2bdf89-07bb-42df-ba97-93a8de5ea4f7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 7 "unconnected-(R4-Pad1)") + (pintype "passive") + (uuid "32307a33-9ff8-42e7-ad0e-196ad507a5bb") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 1.4 1.4) + (drill 0.7) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 8 "unconnected-(R4-Pad2)") + (pintype "passive") + (uuid "4466d288-58ec-4723-a1bb-b6b29c4c47d3") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P30.48mm_Horizontal" + (layer "F.Cu") + (uuid "c937720b-b037-4962-a1ad-1058796d506c") + (at 39.755 52) + (descr "Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") + (tags "Resistor Axial_DIN0617 series Axial Horizontal pin pitch 30.48mm 2W length 17mm diameter 6mm") + (property "Reference" "R41" + (at 15.24 -4.12 0) + (layer "F.SilkS") + (uuid "713215b7-dd17-4ed7-89a2-848a20261f29") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "5k11" + (at 15.24 4.12 0) + (layer "F.Fab") + (uuid "f91efe53-820b-4f68-8676-50cc1270e90b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7ce4b268-985d-4e2c-804c-f0813719bfb6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b427ac06-f2fe-4636-917f-78860eced165") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b01d41d9-e421-484d-94ae-131e821957c9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.25%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "04533f1e-d3df-4f27-bff2-acd94991babe") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/09cc5c7d-061b-45f3-a348-f8aa58437134") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 6.62 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fbfe7b9f-adb2-4726-970a-eb17517c40cb") + ) + (fp_line + (start 6.62 -3.12) + (end 6.62 3.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5f92828c-1e37-49af-920b-34709ecae8f1") + ) + (fp_line + (start 6.62 3.12) + (end 23.86 3.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3aa9d695-4cb1-4279-8660-685faaaea2f8") + ) + (fp_line + (start 23.86 -3.12) + (end 6.62 -3.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6180d280-ddf5-447d-8d70-05a97cb3b818") + ) + (fp_line + (start 23.86 3.12) + (end 23.86 -3.12) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7b75d5b0-afc4-4918-9f0c-69422cf3261d") + ) + (fp_line + (start 29.04 0) + (end 23.86 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7687328d-fe38-42c5-81fc-4c203a1f7617") + ) + (fp_line + (start -1.45 -3.25) + (end -1.45 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2feef562-fb9f-4208-95c6-2c8b4340b8bd") + ) + (fp_line + (start -1.45 3.25) + (end 31.94 3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c7e2071b-7a2e-44a9-a346-5e1d4c2e6e1e") + ) + (fp_line + (start 31.94 -3.25) + (end -1.45 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4482ee95-b444-4869-b42a-ef887df5d76d") + ) + (fp_line + (start 31.94 3.25) + (end 31.94 -3.25) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d4db45f1-68c9-4e1d-ab0f-70fa3f9a6e66") + ) + (fp_line + (start 0 0) + (end 6.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c9a96e15-dddc-4c07-92e0-56dfe50bce10") + ) + (fp_line + (start 6.74 -3) + (end 6.74 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66069128-72fe-4fdc-bfb9-91664f33b1b8") + ) + (fp_line + (start 6.74 3) + (end 23.74 3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "42b52a57-0c33-46ac-9668-6d4f4625324f") + ) + (fp_line + (start 23.74 -3) + (end 6.74 -3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ccd40cb-0ba7-43e9-8e44-5ad16bbd0d64") + ) + (fp_line + (start 23.74 3) + (end 23.74 -3) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d3f8cba8-75de-4502-b61e-0bfaf87ea771") + ) + (fp_line + (start 30.48 0) + (end 23.74 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe42a34c-554f-4cb8-987d-97683a8ea190") + ) + (fp_text user "${REFERENCE}" + (at 15.24 0 0) + (layer "F.Fab") + (uuid "e55e1ddd-7448-4724-9ff8-b94ecb9b34b0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 79 "unconnected-(R41-Pad1)") + (pintype "passive") + (uuid "e2e28aa1-fa48-42ec-8692-160331ed5857") + ) + (pad "2" thru_hole oval + (at 30.48 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 80 "unconnected-(R41-Pad2)") + (pintype "passive") + (uuid "d37e3641-ab41-4dff-9eb2-e4a83f371674") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0617_L17.0mm_D6.0mm_P30.48mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P30.48mm_Horizontal" + (layer "F.Cu") + (uuid "d03a9d7f-5e4b-4f74-8a03-c55e21de0273") + (at 75.755 27) + (descr "Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=30.48mm, 4W, length*diameter=18*9mm^2") + (tags "Resistor Axial_DIN0918 series Axial Horizontal pin pitch 30.48mm 4W length 18mm diameter 9mm") + (property "Reference" "R46" + (at 15.24 -5.62 0) + (layer "F.SilkS") + (uuid "f7739986-1d55-4b71-b22e-06cff750b89a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "234" + (at 15.24 5.62 0) + (layer "F.Fab") + (uuid "3ee9f1b0-5173-4a07-a43a-5b10303ba1c9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e27cd69d-e43a-49ee-b1f4-30927a85a9e4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ef2c83b3-fbca-4c0d-a4e5-54de8db6e1a7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0b63a16e-2a4a-42de-916f-5e2996f3dad5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.05%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "95ed4b5f-ad8b-4930-b1ee-c077825f435e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/36786f9a-3033-4f5f-b66f-4baab24c6a1c") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 6.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "63a29839-3080-42b0-82f8-f67055ac911e") + ) + (fp_line + (start 6.12 -4.62) + (end 6.12 4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "61a27d41-cf8b-4fb2-bad6-9773b01267a6") + ) + (fp_line + (start 6.12 4.62) + (end 24.36 4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3a622500-6b06-494d-9d6b-b95e5a69789e") + ) + (fp_line + (start 24.36 -4.62) + (end 6.12 -4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "882be864-a837-4f1d-b28a-0805e4c0dc17") + ) + (fp_line + (start 24.36 4.62) + (end 24.36 -4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e714f085-8bdf-4bc5-8354-5852e01cf9f8") + ) + (fp_line + (start 29.04 0) + (end 24.36 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9350b32a-d07a-4520-ba9d-ad5e56ee999d") + ) + (fp_line + (start -1.45 -4.75) + (end -1.45 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e0521376-0a2a-42df-abf0-c0b1db2792a6") + ) + (fp_line + (start -1.45 4.75) + (end 31.94 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5810af2c-b917-4942-b3a9-d34bbf934c38") + ) + (fp_line + (start 31.94 -4.75) + (end -1.45 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8884a6b6-d8e4-4689-9e88-33bf9eb68a0c") + ) + (fp_line + (start 31.94 4.75) + (end 31.94 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "aa82c8a5-30b1-48d8-a28e-63eeab4eac6f") + ) + (fp_line + (start 0 0) + (end 6.24 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "399189bc-5230-4419-8227-2c0eb7855594") + ) + (fp_line + (start 6.24 -4.5) + (end 6.24 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3052b79e-4f09-4c94-b212-dcae0573c576") + ) + (fp_line + (start 6.24 4.5) + (end 24.24 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "21231c57-32d3-47dd-8db0-24738bed1bb9") + ) + (fp_line + (start 24.24 -4.5) + (end 6.24 -4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c58028e0-1eef-496f-8eb2-00f22fb8c1fc") + ) + (fp_line + (start 24.24 4.5) + (end 24.24 -4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ee8b8070-94da-41a4-8f6f-59e764c61d7b") + ) + (fp_line + (start 30.48 0) + (end 24.24 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "d6e1e7e1-3356-4995-87de-6480ba3b1f5d") + ) + (fp_text user "${REFERENCE}" + (at 15.24 0 0) + (layer "F.Fab") + (uuid "48fb8360-d6bb-4f0b-9d8c-19898e3b12f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 89 "unconnected-(R46-Pad1)") + (pintype "passive") + (uuid "1788a998-3e8b-4d23-b342-bd8f60b65711") + ) + (pad "2" thru_hole oval + (at 30.48 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 90 "unconnected-(R46-Pad2)") + (pintype "passive") + (uuid "2d7496aa-f8c8-47e3-9e4d-525cdc7bb02e") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0918_L18.0mm_D9.0mm_P30.48mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P30.48mm_Horizontal" + (layer "F.Cu") + (uuid "db837bc6-c821-4d29-b273-468c68155d7d") + (at 39.755 27) + (descr "Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=30.48mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf") + (tags "Resistor Axial_DIN0922 series Axial Horizontal pin pitch 30.48mm 5W length 20mm diameter 9mm") + (property "Reference" "R49" + (at 15.24 -5.62 0) + (layer "F.SilkS") + (uuid "7f965077-b68c-4819-b7e9-0369166b5e21") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "234000" + (at 15.24 5.62 0) + (layer "F.Fab") + (uuid "d1e460d7-2143-4735-aeb8-57eb70f6dee7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "695f0ec1-6d02-421b-9a73-9a7d8ee18d72") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "91417820-487c-4ecb-b895-984f11bf2aeb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ca33e2c1-a34d-42ba-9890-4836a4a64801") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.02%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4d242c0c-cd30-411f-8dbb-7a7c81061a4e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/ca95119f-a92a-4af2-b807-a0c27b313c03") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.44 0) + (end 5.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f0c48f1e-0e26-4bb8-96b0-4b7935087a9f") + ) + (fp_line + (start 5.12 -4.62) + (end 5.12 4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "153d7a63-5a5e-47e4-80a9-88bac56e16a8") + ) + (fp_line + (start 5.12 4.62) + (end 25.36 4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2ed53cb7-8bda-482d-aeaa-df92f4130d6d") + ) + (fp_line + (start 25.36 -4.62) + (end 5.12 -4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4023121b-e6d6-41b6-a188-507a7f098764") + ) + (fp_line + (start 25.36 4.62) + (end 25.36 -4.62) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4caa5580-1422-4f64-baf0-66746a1f44c3") + ) + (fp_line + (start 29.04 0) + (end 25.36 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "d29fc3f2-011d-466b-abaf-7914bc931242") + ) + (fp_line + (start -1.45 -4.75) + (end -1.45 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "ffb23465-b895-40f2-996d-633ff2a2fe24") + ) + (fp_line + (start -1.45 4.75) + (end 31.94 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2c69e342-34e2-46b0-a307-70f584fdea54") + ) + (fp_line + (start 31.94 -4.75) + (end -1.45 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c69797ca-78e2-49ef-8ffb-5dcceb601702") + ) + (fp_line + (start 31.94 4.75) + (end 31.94 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0abbc5da-2557-4bc6-98b0-bc870db1f5e6") + ) + (fp_line + (start 0 0) + (end 5.24 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "87e3f1b4-20ef-4a5b-9fa0-be8e266a1ca2") + ) + (fp_line + (start 5.24 -4.5) + (end 5.24 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ab05b4cc-e80f-4411-b872-3dbd7a1e7abc") + ) + (fp_line + (start 5.24 4.5) + (end 25.24 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ed338b0-350f-4a50-966a-dc97192fcce8") + ) + (fp_line + (start 25.24 -4.5) + (end 5.24 -4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ff162339-a1e1-4b1e-bdb5-3440a838dcf8") + ) + (fp_line + (start 25.24 4.5) + (end 25.24 -4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7c538b14-b34b-40ba-af07-4c6c76f88283") + ) + (fp_line + (start 30.48 0) + (end 25.24 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ca57c418-aa94-40ad-9081-5dbf52e38f1c") + ) + (fp_text user "${REFERENCE}" + (at 15.24 0 0) + (layer "F.Fab") + (uuid "e0b318ef-7b71-4270-8b75-d6e7164658da") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 95 "unconnected-(R49-Pad1)") + (pintype "passive") + (uuid "a80a879b-3806-495f-9e92-f03e8b9ae0dd") + ) + (pad "2" thru_hole oval + (at 30.48 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 96 "unconnected-(R49-Pad2)") + (pintype "passive") + (uuid "d0649d3c-2420-48ad-9392-cc0d01932c98") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0922_L20.0mm_D9.0mm_P30.48mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P7.62mm_Vertical" + (layer "F.Cu") + (uuid "e103e6a7-6b99-482b-83d4-5b4278102897") + (at 169.68 27) + (descr "Resistor, Axial_DIN0918 series, Axial, Vertical, pin pitch=7.62mm, 4W, length*diameter=18*9mm^2") + (tags "Resistor Axial_DIN0918 series Axial Vertical pin pitch 7.62mm 4W length 18mm diameter 9mm") + (property "Reference" "R47" + (at 3.81 -5.62 0) + (layer "F.SilkS") + (uuid "4746dc60-a10c-43ff-b4cb-b92738935cdf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "2340" + (at 3.81 5.62 0) + (layer "F.Fab") + (uuid "9eb27747-44a6-442b-95ae-3e01e50b5d2d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "75dce59a-324d-48b2-b545-6190ee9f008b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e66228f0-1224-4e27-9296-7c6aa1d1f8b3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b7fc71b-3bf0-4f8e-9bcd-e448a5f4f560") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.05%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "e90cc6d0-d816-4a31-9a39-4e49a4a90d1b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/14c9e5e0-ba2a-4de3-80a6-5b4bf521ba18") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 4.62 0) + (end 6.12 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c74b5add-fba7-419f-a151-3f12dac57c24") + ) + (fp_circle + (center 0 0) + (end 4.62 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "aa501278-ae8f-4f5f-8735-5a1fbd00c29a") + ) + (fp_line + (start -4.75 -4.75) + (end -4.75 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3a0907eb-0009-41ea-8e5c-79ec219b3235") + ) + (fp_line + (start -4.75 4.75) + (end 9.07 4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9115a97-6c5c-41bd-aa2b-c566d63eaf1d") + ) + (fp_line + (start 9.07 -4.75) + (end -4.75 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "7019f28c-6ecd-49c0-90b9-c9e925f4dec0") + ) + (fp_line + (start 9.07 4.75) + (end 9.07 -4.75) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f3e916d3-27f7-4e21-a50d-3335c6c81ede") + ) + (fp_line + (start 0 0) + (end 7.62 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e5cee66c-9336-4e25-ac56-b654309c5e8b") + ) + (fp_circle + (center 0 0) + (end 4.5 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a1865ab9-d9ae-4773-bb0b-0b2016b4f3f0") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.7 0) + (layer "F.Fab") + (uuid "3b51b6b0-cfb1-4d80-aa0d-45c77d0f1e4d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 91 "unconnected-(R47-Pad1)") + (pintype "passive") + (uuid "f6f5a737-0399-4693-8ae4-796b02837512") + ) + (pad "2" thru_hole oval + (at 7.62 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 92 "unconnected-(R47-Pad2)") + (pintype "passive") + (uuid "f3157ff5-6187-4844-92c6-6bd39c3816e9") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0918_L18.0mm_D9.0mm_P7.62mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P5.08mm_Vertical" + (layer "F.Cu") + (uuid "eb4d2088-c6ab-4302-8e12-e27378e4fb8b") + (at 169.92 83) + (descr "Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=5.08mm, 1W, length*diameter=9.9*3.6mm^2") + (tags "Resistor Axial_DIN0411 series Axial Vertical pin pitch 5.08mm 1W length 9.9mm diameter 3.6mm") + (property "Reference" "R22" + (at 2.54 -2.92 0) + (layer "F.SilkS") + (uuid "2f9f2da1-6727-498f-96ea-73128e49f4c7") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "100k" + (at 2.54 2.92 0) + (layer "F.Fab") + (uuid "72a41047-e5fb-4a1e-9d6b-0f228714078e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d205b237-cf85-49d7-ad09-b60ecd6abef6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "549fc395-7312-41e6-a7bf-951ed9b5d752") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "668ef1cc-8580-4899-816d-2f146bf3ae39") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tol" "5%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "0f34642e-1b19-41a1-bcd1-5413c8dad52b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/5f8f6486-74af-4fcd-b145-3cdb37f84d37") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.92 0) + (end 3.58 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e48bb005-97b4-49fe-97e4-19f0cf886dde") + ) + (fp_circle + (center 0 0) + (end 1.92 0) + (stroke + (width 0.12) + (type solid) + ) + (fill none) + (layer "F.SilkS") + (uuid "4eb595e4-88a1-49fa-bd12-1dbe2b423b65") + ) + (fp_line + (start -2.05 -2.05) + (end -2.05 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6c450023-36f9-40de-8d97-b4e84163af32") + ) + (fp_line + (start -2.05 2.05) + (end 6.53 2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5b12d2b5-09d9-4b07-a99d-700310f11451") + ) + (fp_line + (start 6.53 -2.05) + (end -2.05 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d611367e-6c17-4dab-a88d-a937d18f70fb") + ) + (fp_line + (start 6.53 2.05) + (end 6.53 -2.05) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3d56557c-c810-4efc-b8b3-b58de1bc5e35") + ) + (fp_line + (start 0 0) + (end 5.08 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5c0cc574-72fa-4567-928f-8d8f94f8fcb5") + ) + (fp_circle + (center 0 0) + (end 1.8 0) + (stroke + (width 0.1) + (type solid) + ) + (fill none) + (layer "F.Fab") + (uuid "a4a488f1-73b3-4a83-96a4-7ff0db25bbc7") + ) + (fp_text user "${REFERENCE}" + (at 2.54 -2.92 0) + (layer "F.Fab") + (uuid "caa00020-7791-434a-97f6-6111fa8af220") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 41 "unconnected-(R22-Pad1)") + (pintype "passive") + (uuid "6eceee85-6db8-4f09-83e5-bd5509413e8f") + ) + (pad "2" thru_hole oval + (at 5.08 0) + (size 2.4 2.4) + (drill 1.2) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 42 "unconnected-(R22-Pad2)") + (pintype "passive") + (uuid "33a4a530-ce67-43c3-8bfb-740d2d87b160") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0411_L9.9mm_D3.6mm_P5.08mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P25.40mm_Horizontal" + (layer "F.Cu") + (uuid "f2d879a5-8a5e-49ec-af6a-c0aca02c20a0") + (at 79.3 52) + (descr "Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=25.4mm, 1.5W, length*diameter=14.3*5.7mm^2") + (tags "Resistor Axial_DIN0614 series Axial Horizontal pin pitch 25.4mm 1.5W length 14.3mm diameter 5.7mm") + (property "Reference" "R36" + (at 12.7 -3.97 0) + (layer "F.SilkS") + (uuid "f09542ce-9ba2-47a8-952d-bfde111ea043") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "678M" + (at 12.7 3.97 0) + (layer "F.Fab") + (uuid "12abcb9b-03bc-4cab-a6dd-abd338243008") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "84aeac6c-135a-4043-8409-438d9c7b08a4") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "52ecdf5c-1495-47f8-b6ea-a64be1088d3c") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5466258b-c62c-40f2-8f87-61b6cc40b2e7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "tolerance" "0.5%" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "9b22eaa0-009d-400f-8ca3-f9bb81a69b7e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/8ee61016-9160-462e-8e87-f09e603fb1c9") + (sheetfile "resistor_tht.kicad_sch") + (attr through_hole) + (fp_line + (start 1.64 0) + (end 5.43 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c40d9c46-cc0a-4930-aa6c-25b43c88e224") + ) + (fp_line + (start 5.43 -2.97) + (end 5.43 2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "888a79f4-4261-4dd3-a1b9-5c7d7143d5b2") + ) + (fp_line + (start 5.43 2.97) + (end 19.97 2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "69775311-3faf-4f71-bf2b-09c6bc5a010d") + ) + (fp_line + (start 19.97 -2.97) + (end 5.43 -2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b9b6df0d-b061-4bf8-9303-bb0d668c94a5") + ) + (fp_line + (start 19.97 2.97) + (end 19.97 -2.97) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "2305d282-7964-4f31-9087-c61d955f2294") + ) + (fp_line + (start 23.76 0) + (end 19.97 0) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "de261803-beea-4080-89c6-d345eeeb1bfb") + ) + (fp_line + (start -1.65 -3.1) + (end -1.65 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "075a7e1a-f33d-49a1-a82b-2adda0097499") + ) + (fp_line + (start -1.65 3.1) + (end 27.05 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "88bd2f87-f5ac-4cfa-85fb-bebe3adfed5d") + ) + (fp_line + (start 27.05 -3.1) + (end -1.65 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2938f22b-79df-42d0-8f6a-89cbc8a90f51") + ) + (fp_line + (start 27.05 3.1) + (end 27.05 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "79de1e2b-8c1f-4938-b2b9-4d31148fa941") + ) + (fp_line + (start 0 0) + (end 5.55 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b9e84fab-d5ff-4cb2-867a-42bce8cfbe9e") + ) + (fp_line + (start 5.55 -2.85) + (end 5.55 2.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "5ef8f3d0-98c1-46c5-900c-ec2809e44082") + ) + (fp_line + (start 5.55 2.85) + (end 19.85 2.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7a931f8a-f766-49ab-80cb-d3c40d82d2af") + ) + (fp_line + (start 19.85 -2.85) + (end 5.55 -2.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3108be52-17f5-4455-91cf-f3562aa24cf5") + ) + (fp_line + (start 19.85 2.85) + (end 19.85 -2.85) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "45fdc36c-58b0-4571-9624-0276ebf901b1") + ) + (fp_line + (start 25.4 0) + (end 19.85 0) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3a5f9299-f574-431b-bfcf-90248a3d3fd3") + ) + (fp_text user "${REFERENCE}" + (at 12.7 0 0) + (layer "F.Fab") + (uuid "b71bef45-68b2-482a-bbe6-b1583ee871c9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole circle + (at 0 0) + (size 2.8 2.8) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 69 "unconnected-(R36-Pad1)") + (pintype "passive") + (uuid "1c9d9fa2-69e6-4b65-8233-649960e46962") + ) + (pad "2" thru_hole oval + (at 25.4 0) + (size 2.8 2.8) + (drill 1.4) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 70 "unconnected-(R36-Pad2)") + (pintype "passive") + (uuid "f483f427-a894-45bc-b043-265099dda670") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0614_L14.3mm_D5.7mm_P25.40mm_Horizontal.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_rect + (start 37 20) + (end 182 107) + (stroke + (width 0.05) + (type solid) + ) + (fill none) + (layer "Edge.Cuts") + (uuid "a6cda445-7680-430b-92ed-837314c14c1e") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/resistor_tht.kicad_pro b/tests/board_samples/kicad_8/resistor_tht.kicad_pro index 733b130c3..fba9b6e33 100644 --- a/tests/board_samples/kicad_8/resistor_tht.kicad_pro +++ b/tests/board_samples/kicad_8/resistor_tht.kicad_pro @@ -3,6 +3,9 @@ "3dviewports": [], "design_settings": { "defaults": { + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, "board_outline_line_width": 0.049999999999999996, "copper_line_width": 0.19999999999999998, "copper_text_italic": false, @@ -57,20 +60,27 @@ "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_symbol_mismatch": "warning", "footprint_type_mismatch": "error", "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", @@ -80,9 +90,14 @@ "padstack": "error", "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", @@ -99,23 +114,104 @@ "allow_microvias": false, "max_error": 0.005, "min_clearance": 0.0, + "min_connection": 0.0, "min_copper_edge_clearance": 0.01, "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.08, "min_through_hole_diameter": 0.3, "min_track_width": 0.19999999999999998, "min_via_annular_width": 0.049999999999999996, "min_via_diameter": 0.39999999999999997, + "solder_mask_to_copper_clearance": 0.0, "use_height_for_length_calcs": true }, + "teardrop_options": [ + { + "td_onpadsmd": true, + "td_onroundshapesonly": false, + "td_ontrackend": false, + "td_onviapad": true + } + ], + "teardrop_parameters": [ + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_round_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_rect_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_track_end", + "td_width_to_size_filter_ratio": 0.9 + } + ], "track_widths": [], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, "via_dimensions": [], "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -374,14 +470,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -395,6 +552,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.15 }, @@ -410,6 +572,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -417,7 +580,7 @@ "sheets": [ [ "50ec43ab-cab1-4317-8855-7c089f6af2c5", - "" + "Root" ] ], "text_variables": {} diff --git a/tests/board_samples/kicad_8/resistor_tht.kicad_sch b/tests/board_samples/kicad_8/resistor_tht.kicad_sch index e31d80b28..0678a1510 100644 --- a/tests/board_samples/kicad_8/resistor_tht.kicad_sch +++ b/tests/board_samples/kicad_8/resistor_tht.kicad_sch @@ -1,1476 +1,3904 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 50ec43ab-cab1-4317-8855-7c089f6af2c5) - - (paper "A4") - - (lib_symbols - (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 (lib_id "Device:R") (at 80.01 144.78 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 0031728d-9667-4f92-95e4-b58e5cfa26a6) - (property "Reference" "R15" (at 80.01 140.0642 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2k2" (at 80.01 142.6011 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P2.54mm_Vertical" (at 80.01 146.558 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "10%" (at 80.01 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 09051301-0e0e-4134-8336-185824294301)) - (pin "2" (uuid d19b3577-5d71-4508-a093-0067990bf0f4)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 99.06 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 09cc5c7d-061b-45f3-a348-f8aa58437134) - (property "Reference" "R41" (at 105.41 94.3442 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "5k11" (at 105.41 96.8811 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P30.48mm_Horizontal" (at 105.41 100.838 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 99.06 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.25%" (at 105.41 99.06 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 932bd3a0-c543-4334-b6c6-1390efb8cb95)) - (pin "2" (uuid e6d6cf6b-dd27-4e8c-a18f-bb11141ae206)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R41") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 121.92 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 0fccf121-f6e1-4029-b24a-25fb81eda88b) - (property "Reference" "R44" (at 105.41 117.2042 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2.34" (at 105.41 119.7411 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P22.86mm_Horizontal" (at 105.41 123.698 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.1%" (at 105.41 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5dd7fcfc-b1c9-4f7b-914e-f494cd5c611e)) - (pin "2" (uuid bf10025c-2a6e-4ef3-9322-5d46867ae615)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R44") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 99.06 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 125d3375-5a0b-4793-99f6-ada67c6850f8) - (property "Reference" "R25" (at 92.71 94.3442 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "33k" (at 92.71 96.8811 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P20.32mm_Horizontal" (at 92.71 100.838 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 99.06 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "2%" (at 92.71 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 13983102-22fc-4ed1-a261-0e0d93a59804)) - (pin "2" (uuid 92c8e00a-959e-49d8-8720-9e4f893edf84)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R25") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 144.78 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 14c9e5e0-ba2a-4de3-80a6-5b4bf521ba18) - (property "Reference" "R47" (at 105.41 140.0642 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2340" (at 105.41 142.6011 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P7.62mm_Vertical" (at 105.41 146.558 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.05%" (at 105.41 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 156aa8f0-ac0a-47e0-b4c7-5ea834051a34)) - (pin "2" (uuid 6b77e559-d6f8-461e-b0e0-abe6fdca36bb)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R47") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 38.1 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 23884632-a9f7-4a95-867c-65b8ab8a3702) - (property "Reference" "R33" (at 105.41 33.3842 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "678000" (at 105.41 35.9211 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P7.62mm_Vertical" (at 105.41 39.878 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "1%" (at 105.41 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8e1204e6-4a28-427b-8df0-adf7971a01e5)) - (pin "2" (uuid a11bafe6-0c18-495e-b750-9656d7c931b5)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R33") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 91.44 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 24190646-fb6d-4ce4-b056-f2c330ba10f2) - (property "Reference" "R24" (at 92.71 86.7242 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1M" (at 92.71 89.2611 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P15.24mm_Horizontal" (at 92.71 93.218 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "5%" (at 92.71 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 845177ed-cc71-4190-b257-a257746dfb09)) - (pin "2" (uuid 37bad938-f223-4e9c-8d3e-82a9017dd44e)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R24") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 53.34 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 2b7f38fe-ce6f-4939-8067-8908355d1c44) - (property "Reference" "R19" (at 92.71 48.6242 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "330" (at 92.71 51.1611 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P15.24mm_Horizontal" (at 92.71 55.118 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "5%" (at 92.71 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6554e375-445a-4acf-bff6-0f20afe72e7c)) - (pin "2" (uuid 2e43ea85-3151-4218-8a42-f0e76c9a7903)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R19") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 129.54 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 332047e5-95cc-4f13-91e7-cf64c39c0fdb) - (property "Reference" "R29" (at 92.71 124.8242 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "12.3" (at 92.71 127.3611 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P20.32mm_Horizontal" (at 92.71 131.318 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "2%" (at 92.71 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8872b8bd-a0d3-4ebc-a56c-d0a7dea83d68)) - (pin "2" (uuid bffa262f-df3b-49a1-96bf-04227ad0c783)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R29") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 144.78 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 3633487f-2ce6-4688-839b-5fee10a894a4) - (property "Reference" "R31" (at 92.71 140.0642 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "567" (at 92.71 142.6011 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P30.48mm_Horizontal" (at 92.71 146.558 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "1%" (at 92.71 144.78 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8a31daf9-3938-4068-bc3b-30ee0ce63584)) - (pin "2" (uuid c6d59ddb-c120-4d2b-979e-af48a413170e)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R31") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 137.16 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 363c8d82-27b0-41ea-82a7-15d1cdc41acd) - (property "Reference" "R30" (at 92.71 132.4442 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "567" (at 92.71 134.9811 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P25.40mm_Horizontal" (at 92.71 138.938 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "2%" (at 92.71 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a5935dc0-9d33-4e50-9ea1-20d45b06e485)) - (pin "2" (uuid fea1bdb8-9fe6-4fa4-b1d1-83be8ac8ebf6)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R30") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 137.16 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 36786f9a-3033-4f5f-b66f-4baab24c6a1c) - (property "Reference" "R46" (at 105.41 132.4442 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "234" (at 105.41 134.9811 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P30.48mm_Horizontal" (at 105.41 138.938 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.05%" (at 105.41 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2c80100f-9ae5-4d87-844d-fdf1f5efa21b)) - (pin "2" (uuid 236689de-bdf3-4856-95c2-027bfc929aa5)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R46") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 106.68 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 3c0cd627-9c75-4efe-ab88-6ee0934e81cd) - (property "Reference" "R42" (at 105.41 101.9642 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "51k1" (at 105.41 104.5011 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P5.08mm_Vertical" (at 105.41 108.458 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 106.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.1%" (at 105.41 106.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4f7427a0-7d00-4bc9-98d0-e19040ea7a0b)) - (pin "2" (uuid c2c51834-a49f-41f0-86e5-f36664c99a59)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R42") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 45.72 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 42681aaa-73f1-4cda-81a9-e9eb67d17369) - (property "Reference" "R18" (at 92.71 41.0042 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "68k" (at 92.71 43.5411 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P12.70mm_Horizontal" (at 92.71 47.498 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "5%" (at 92.71 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dbb413b4-db85-48e8-b4cb-9c106b0fe507)) - (pin "2" (uuid 59e9057f-445c-4be1-a7d7-9e6bfdc3e6bc)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R18") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 129.54 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 47b745ff-7e46-44ee-9d9a-baf991e1efea) - (property "Reference" "R13" (at 80.01 124.8242 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "91G" (at 80.01 127.3611 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P20.32mm_Horizontal" (at 80.01 131.318 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "10%" (at 80.01 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6b55a99e-8906-46d0-b041-a810dbfd6916)) - (pin "2" (uuid a15b2da7-a1b9-49b0-b4d8-6f2a4712f979)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R13") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 68.58 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 58503fd1-9af7-494d-8625-6152817f323a) - (property "Reference" "R5" (at 80.01 63.8642 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "340" (at 80.01 66.4011 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" (at 80.01 70.358 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7a05d5d0-6eab-41cf-b46c-15135e20f2bc)) - (pin "2" (uuid 5df09d2d-5ef1-4fe7-a554-7ce44c9a512b)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 76.2 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 5f8f6486-74af-4fcd-b145-3cdb37f84d37) - (property "Reference" "R22" (at 92.71 71.4842 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 92.71 74.0211 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P5.08mm_Vertical" (at 92.71 77.978 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "5%" (at 92.71 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e411572e-fc1e-43ab-8f66-cb201b96631c)) - (pin "2" (uuid eb02bbe5-0e45-442d-91c4-8182ee63e63e)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R22") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 53.34 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 69fb5f70-5c4e-411c-91ba-84b1e8975bd6) - (property "Reference" "R3" (at 80.01 48.6242 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1R2" (at 80.01 51.1611 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" (at 80.01 55.118 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1e50ba34-da01-40f5-aae5-825dc25665b5)) - (pin "2" (uuid a15d4edb-9b26-49d4-addc-0ebfa6f40708)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 114.3 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 6a0a0a9e-ae7d-4d8b-8ec3-12e0961ebd0d) - (property "Reference" "R11" (at 80.01 109.5842 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "78M" (at 80.01 112.1211 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" (at 80.01 116.078 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "10%" (at 80.01 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 21f45759-ec18-4f51-8d29-5990d65c2fcc)) - (pin "2" (uuid cff2aa4a-015d-4d16-8c9d-349e2ba12950)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 91.44 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 6e3750da-77ee-443e-bfea-4ab2284b681d) - (property "Reference" "R40" (at 105.41 86.7242 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "511" (at 105.41 89.2611 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P25.40mm_Horizontal" (at 105.41 93.218 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.25%" (at 105.41 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dd8f7c53-902c-4710-8c3a-60c4155e5396)) - (pin "2" (uuid 65383f4d-12ed-4bda-985b-de0aaace8687)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R40") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 38.1 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 775a1f34-c356-456d-9f0b-1b83235ab412) - (property "Reference" "R1" (at 80.01 33.3842 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "0.01" (at 80.01 35.9211 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P1.90mm_Vertical" (at 80.01 39.878 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 14a66c02-2569-410c-b95e-d92e84b810e9)) - (pin "2" (uuid 6d59df28-2c78-4290-b377-d77e95886152)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 38.1 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 7808303d-db63-4c19-93f3-ea030f8eee57) - (property "Reference" "R17" (at 92.71 33.3842 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "4k7" (at 92.71 35.9211 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Vertical" (at 92.71 39.878 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "5%" (at 92.71 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ead3b38e-6ab4-4401-a84a-b26243f44df8)) - (pin "2" (uuid 885652b6-90e1-439b-aa18-f8a417d398d4)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R17") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 45.72 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 7ab2ab0d-07f7-4720-8bb0-d2f42e3be68d) - (property "Reference" "R34" (at 105.41 41.0042 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "6780000" (at 105.41 43.5411 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P15.24mm_Horizontal" (at 105.41 47.498 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.01%" (at 105.41 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3317eaee-2ccb-4d93-b771-695c8f52a18d)) - (pin "2" (uuid 4d2ec6b5-088b-4b52-912e-ac4d39e31981)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R34") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 45.72 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 7b72a10d-7943-44f0-8044-23594ac0715e) - (property "Reference" "R2" (at 80.01 41.0042 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "0R12" (at 80.01 43.5411 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" (at 80.01 47.498 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4a3073b4-359f-4aa0-b060-4f735eb4b2b9)) - (pin "2" (uuid d6fd98c4-5c7e-4796-824e-5dfabad7cd4c)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 76.2 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 84e9c727-8500-4f78-bc4f-47a475877426) - (property "Reference" "R38" (at 105.41 71.4842 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "67.8G" (at 105.41 74.0211 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P7.62mm_Vertical" (at 105.41 77.978 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.5%" (at 105.41 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ba3bbc9a-3739-4241-b276-1bc8aa7ecff9)) - (pin "2" (uuid 83bbb73c-5e86-4579-9dd4-a0673b55f5d3)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R38") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 83.82 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 88a0b05d-580a-4988-9527-15e7a4fab69a) - (property "Reference" "R23" (at 92.71 79.1042 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "680k" (at 92.71 81.6411 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P7.62mm_Vertical" (at 92.71 85.598 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "5%" (at 92.71 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dc838c1f-c99b-45ca-8d00-af39df4b6654)) - (pin "2" (uuid ea75cc5a-c5c0-4564-ab90-263afb747e26)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R23") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 53.34 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 890a1c49-2219-41c1-bd02-8cdac4bc3a94) - (property "Reference" "R35" (at 105.41 48.6242 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "67800000" (at 105.41 51.1611 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P20.32mm_Horizontal" (at 105.41 55.118 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.01%" (at 105.41 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ae810280-f361-46c4-814e-8d0cedb5731d)) - (pin "2" (uuid 656d38fa-e0b6-4016-957b-7f8bcf51f072)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R35") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 60.96 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 8ee61016-9160-462e-8e87-f09e603fb1c9) - (property "Reference" "R36" (at 105.41 56.2442 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "678M" (at 105.41 58.7811 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P25.40mm_Horizontal" (at 105.41 62.738 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.5%" (at 105.41 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 92b7002d-37e1-43d7-9153-a832da6ab256)) - (pin "2" (uuid 343b7e92-4394-4815-93fe-6dc3ca6318c9)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R36") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 152.4 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 8f249fdf-39af-4bef-a86e-bcbfdb659f10) - (property "Reference" "R48" (at 105.41 147.6842 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "23400" (at 105.41 150.2211 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal" (at 105.41 154.178 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.02%" (at 105.41 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2989a877-2be5-4fb9-9669-56e49d736345)) - (pin "2" (uuid 5a5a6448-dce8-4f0b-9901-ba1871c920b5)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R48") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 121.92 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 93218680-63c0-40e0-9fc7-d61e2572cf34) - (property "Reference" "R28" (at 92.71 117.2042 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1.23" (at 92.71 119.7411 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P7.62mm_Vertical" (at 92.71 123.698 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "2%" (at 92.71 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e758f5ea-b322-4571-a00e-b092197d23cf)) - (pin "2" (uuid eccc39b2-76e2-4ae4-b56b-5791fe4d32f3)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R28") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 68.58 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 969bd690-d955-40e3-9127-068eadd2eda5) - (property "Reference" "R37" (at 105.41 63.8642 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "6.78G" (at 105.41 66.4011 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P5.08mm_Vertical" (at 105.41 70.358 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.5%" (at 105.41 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f8e80126-a337-4b98-8ab3-f3410908ae41)) - (pin "2" (uuid e61031fb-5082-4133-896d-f142a2760cfc)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R37") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 114.3 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 9cfcad2d-3334-4d64-b2a9-fb405ef03985) - (property "Reference" "R27" (at 92.71 109.5842 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "0.12" (at 92.71 112.1211 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P5.08mm_Vertical" (at 92.71 116.078 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "2%" (at 92.71 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 448dcead-6e59-4873-939d-45027488445a)) - (pin "2" (uuid becc73fb-69f2-4565-8465-7fa6b5136c29)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R27") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 60.96 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid a4bf5de6-31a9-4068-9aec-b2c81a6968cf) - (property "Reference" "R20" (at 92.71 56.2442 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "220" (at 92.71 58.7811 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P20.32mm_Horizontal" (at 92.71 62.738 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "5%" (at 92.71 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f2589ef9-2699-4bcb-b5be-fdf53b8d7eb2)) - (pin "2" (uuid 7a7200d7-6fce-4dc2-a0ca-323bf9918749)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R20") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 152.4 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid ae0adfe1-38a1-4d37-8aee-301de899f03c) - (property "Reference" "R32" (at 92.71 147.6842 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "67800" (at 92.71 150.2211 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P5.08mm_Vertical" (at 92.71 154.178 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "1%" (at 92.71 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 01788106-fe37-4334-9b3a-c7db51fc8481)) - (pin "2" (uuid 4e5ad920-650e-4aa5-b984-36e7005ffaec)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R32") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 121.92 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid b27f18ca-2910-4633-b5b2-5e2671ec3d6a) - (property "Reference" "R12" (at 80.01 117.2042 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "9.1G" (at 80.01 119.7411 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P15.24mm_Horizontal" (at 80.01 123.698 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 121.92 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "10%" (at 80.01 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid aeb44773-a0a9-46f6-b6d6-8b6abcb3cfa5)) - (pin "2" (uuid 2f9cd164-e569-4477-b23f-895594c77ff5)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 91.44 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid b3b79e72-edab-4293-a12d-02a258808cd1) - (property "Reference" "R8" (at 80.01 86.7242 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "68K" (at 80.01 89.2611 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" (at 80.01 93.218 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7c52f061-25be-4e5e-9605-357d61b61ed6)) - (pin "2" (uuid a36eecce-d06e-40e9-99ce-dc70a61c633e)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 106.68 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid bb38c897-d2f8-4276-a663-bb1f35f5db41) - (property "Reference" "R26" (at 92.71 101.9642 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "0.01 5%" (at 92.71 104.5011 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P25.40mm_Horizontal" (at 92.71 108.458 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 106.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4f877b12-dceb-44e9-9f4d-88b3d0623a15)) - (pin "2" (uuid fb028f11-0170-4884-997a-82a078cc2063)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R26") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 114.3 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid be68fc5b-5003-4765-a22c-b3fe64fb2e24) - (property "Reference" "R43" (at 105.41 109.5842 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "511k" (at 105.41 112.1211 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P7.62mm_Vertical" (at 105.41 116.078 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.1%" (at 105.41 114.3 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a208d1fb-0628-47a2-83ef-7b650e68823e)) - (pin "2" (uuid 3f5eb52b-9306-433d-b390-c71831b73c49)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R43") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 83.82 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid c49fbad6-4875-4a6f-82b2-8b70ead6c484) - (property "Reference" "R7" (at 80.01 79.1042 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "34k" (at 80.01 81.6411 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_Horizontal" (at 80.01 85.598 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1a72fedb-f3a3-48e1-ba17-f74361045982)) - (pin "2" (uuid 8aa9ca74-4b75-4e80-8d78-40f74f0f2792)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 118.11 38.1 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid ca95119f-a92a-4af2-b807-a0c27b313c03) - (property "Reference" "R49" (at 118.11 33.3842 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "234000" (at 118.11 35.9211 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P30.48mm_Horizontal" (at 118.11 39.878 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 118.11 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.02%" (at 118.11 38.1 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 303cd314-6d41-48d5-8fe0-28b30505b16b)) - (pin "2" (uuid 58f847c6-76f4-4222-b428-9bfa7154caf4)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R49") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 60.96 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid caf25072-6a61-47db-a1a3-de8ad8c8b350) - (property "Reference" "R4" (at 80.01 56.2442 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "12.3R" (at 80.01 58.7811 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Vertical" (at 80.01 62.738 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 60.96 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4f14ba8f-5373-49d4-b47a-d911f03944a5)) - (pin "2" (uuid 5e493e9b-a0e6-48ef-9574-2b70eeebef24)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 129.54 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid cb27c203-b89e-4483-92d2-ded25763784d) - (property "Reference" "R45" (at 105.41 124.8242 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "23.4" (at 105.41 127.3611 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P25.40mm_Horizontal" (at 105.41 131.318 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.05%" (at 105.41 129.54 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b98a89cf-f8ac-4a49-88ed-8992a8d4df82)) - (pin "2" (uuid 85252c6d-bf9e-4180-9248-3c46c55e20ce)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R45") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 152.4 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid ded59848-6f98-4b8a-a9c9-b5182131eefd) - (property "Reference" "R16" (at 80.01 147.6842 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "3k3" (at 80.01 150.2211 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Horizontal" (at 80.01 154.178 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 152.4 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "10%" (at 80.01 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5ab069e2-89f6-4dc1-b454-6411248de5d2)) - (pin "2" (uuid b3b675cb-0816-4471-a030-1b3c7deaa7e0)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 106.68 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid e21725bc-ca8e-4ef9-8252-4e359bc342fd) - (property "Reference" "R10" (at 80.01 101.9642 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "78.9M" (at 80.01 104.5011 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" (at 80.01 108.458 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 106.68 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "10%" (at 80.01 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f4b07c90-e639-4be7-bda6-c222782688f6)) - (pin "2" (uuid 65b52e9a-d417-4bea-9742-9d7a8b19cd88)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R10") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 99.06 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid e6a2a273-04f3-4c2c-a870-c4458e3e732c) - (property "Reference" "R9" (at 80.01 94.3442 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "6M8" (at 80.01 96.8811 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P5.08mm_Vertical" (at 80.01 100.838 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 99.06 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "10%" (at 80.01 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid dfab25ac-8e22-4071-b1fe-58996c59bb60)) - (pin "2" (uuid 7eef1f84-626d-4b84-a22b-e75278a61877)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R9") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 137.16 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid f167e26d-efe1-4b70-9326-377b0a9f1c79) - (property "Reference" "R14" (at 80.01 132.4442 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1k2" (at 80.01 134.9811 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P25.40mm_Horizontal" (at 80.01 138.938 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 137.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "10%" (at 80.01 99.06 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b64a4e51-0d4e-41fe-9662-76879810d1d5)) - (pin "2" (uuid 4f4b7c57-5e42-48e0-99eb-ca30cc5164da)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R14") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 118.11 45.72 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid f3ec641a-8ba3-43d2-8233-89aff542bc6c) - (property "Reference" "R50" (at 118.11 41.0042 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2340000" (at 118.11 43.5411 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P7.62mm_Vertical" (at 118.11 47.498 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 118.11 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.02%" (at 118.11 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 26c73639-7925-48b6-b6a2-887f935639bf)) - (pin "2" (uuid 90692639-1ec0-430f-a37a-3a862e3224dd)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R50") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 105.41 83.82 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid f9bd53da-9567-49fb-8979-a805f4769e34) - (property "Reference" "R39" (at 105.41 79.1042 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "678G" (at 105.41 81.6411 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P20.32mm_Horizontal" (at 105.41 85.598 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "0.25%" (at 105.41 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9250bb9a-8a51-4f83-8ad1-52e2e09382e5)) - (pin "2" (uuid 26874ee6-78b3-4501-965d-ce8c57263333)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R39") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 92.71 68.58 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid ff8382a3-9296-429d-8304-fa9de6299924) - (property "Reference" "R21" (at 92.71 63.8642 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "1k5" (at 92.71 66.4011 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P25.40mm_Horizontal" (at 92.71 70.358 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tol" "5%" (at 92.71 68.58 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c9213ad4-a4f6-4411-ac34-24f00bc63927)) - (pin "2" (uuid bdd4d811-69a0-43cf-88d9-f3a42efe28c1)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R21") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 80.01 76.2 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid ffd5f7a8-83d5-43e1-86ee-bfa95b6b5563) - (property "Reference" "R6" (at 80.01 71.4842 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "3k4" (at 80.01 74.0211 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" (at 80.01 77.978 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 80.01 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 45e43566-4719-431d-97ef-8ac28122f040)) - (pin "2" (uuid 08ecb897-30fd-48cd-9640-ce1b10636fd8)) - (instances - (project "resistor_tht" - (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" - (reference "R6") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "50ec43ab-cab1-4317-8855-7c089f6af2c5") + (paper "A4") + (lib_symbols + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 + (lib_id "Device:R") + (at 80.01 144.78 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0031728d-9667-4f92-95e4-b58e5cfa26a6") + (property "Reference" "R15" + (at 80.01 140.0642 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2k2" + (at 80.01 142.6011 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P2.54mm_Vertical" + (at 80.01 146.558 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "10%" + (at 80.01 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "09051301-0e0e-4134-8336-185824294301") + ) + (pin "2" + (uuid "d19b3577-5d71-4508-a093-0067990bf0f4") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 99.06 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "09cc5c7d-061b-45f3-a348-f8aa58437134") + (property "Reference" "R41" + (at 105.41 94.3442 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "5k11" + (at 105.41 96.8811 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P30.48mm_Horizontal" + (at 105.41 100.838 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.25%" + (at 105.41 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "932bd3a0-c543-4334-b6c6-1390efb8cb95") + ) + (pin "2" + (uuid "e6d6cf6b-dd27-4e8c-a18f-bb11141ae206") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R41") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 121.92 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0fccf121-f6e1-4029-b24a-25fb81eda88b") + (property "Reference" "R44" + (at 105.41 117.2042 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2.34" + (at 105.41 119.7411 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P22.86mm_Horizontal" + (at 105.41 123.698 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.1%" + (at 105.41 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5dd7fcfc-b1c9-4f7b-914e-f494cd5c611e") + ) + (pin "2" + (uuid "bf10025c-2a6e-4ef3-9322-5d46867ae615") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R44") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 99.06 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "125d3375-5a0b-4793-99f6-ada67c6850f8") + (property "Reference" "R25" + (at 92.71 94.3442 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "33k" + (at 92.71 96.8811 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P20.32mm_Horizontal" + (at 92.71 100.838 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "2%" + (at 92.71 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "13983102-22fc-4ed1-a261-0e0d93a59804") + ) + (pin "2" + (uuid "92c8e00a-959e-49d8-8720-9e4f893edf84") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R25") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 144.78 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "14c9e5e0-ba2a-4de3-80a6-5b4bf521ba18") + (property "Reference" "R47" + (at 105.41 140.0642 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2340" + (at 105.41 142.6011 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P7.62mm_Vertical" + (at 105.41 146.558 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.05%" + (at 105.41 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "156aa8f0-ac0a-47e0-b4c7-5ea834051a34") + ) + (pin "2" + (uuid "6b77e559-d6f8-461e-b0e0-abe6fdca36bb") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R47") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 38.1 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "23884632-a9f7-4a95-867c-65b8ab8a3702") + (property "Reference" "R33" + (at 105.41 33.3842 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "678000" + (at 105.41 35.9211 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P7.62mm_Vertical" + (at 105.41 39.878 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "1%" + (at 105.41 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8e1204e6-4a28-427b-8df0-adf7971a01e5") + ) + (pin "2" + (uuid "a11bafe6-0c18-495e-b750-9656d7c931b5") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R33") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 91.44 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "24190646-fb6d-4ce4-b056-f2c330ba10f2") + (property "Reference" "R24" + (at 92.71 86.7242 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1M" + (at 92.71 89.2611 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P15.24mm_Horizontal" + (at 92.71 93.218 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "5%" + (at 92.71 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "845177ed-cc71-4190-b257-a257746dfb09") + ) + (pin "2" + (uuid "37bad938-f223-4e9c-8d3e-82a9017dd44e") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R24") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 53.34 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "2b7f38fe-ce6f-4939-8067-8908355d1c44") + (property "Reference" "R19" + (at 92.71 48.6242 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 92.71 51.1611 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P15.24mm_Horizontal" + (at 92.71 55.118 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "5%" + (at 92.71 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6554e375-445a-4acf-bff6-0f20afe72e7c") + ) + (pin "2" + (uuid "2e43ea85-3151-4218-8a42-f0e76c9a7903") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 129.54 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "332047e5-95cc-4f13-91e7-cf64c39c0fdb") + (property "Reference" "R29" + (at 92.71 124.8242 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "12.3" + (at 92.71 127.3611 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P20.32mm_Horizontal" + (at 92.71 131.318 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "2%" + (at 92.71 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8872b8bd-a0d3-4ebc-a56c-d0a7dea83d68") + ) + (pin "2" + (uuid "bffa262f-df3b-49a1-96bf-04227ad0c783") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R29") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 144.78 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3633487f-2ce6-4688-839b-5fee10a894a4") + (property "Reference" "R31" + (at 92.71 140.0642 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "567" + (at 92.71 142.6011 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P30.48mm_Horizontal" + (at 92.71 146.558 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "1%" + (at 92.71 144.78 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8a31daf9-3938-4068-bc3b-30ee0ce63584") + ) + (pin "2" + (uuid "c6d59ddb-c120-4d2b-979e-af48a413170e") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R31") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 137.16 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "363c8d82-27b0-41ea-82a7-15d1cdc41acd") + (property "Reference" "R30" + (at 92.71 132.4442 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "567" + (at 92.71 134.9811 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P25.40mm_Horizontal" + (at 92.71 138.938 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "2%" + (at 92.71 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a5935dc0-9d33-4e50-9ea1-20d45b06e485") + ) + (pin "2" + (uuid "fea1bdb8-9fe6-4fa4-b1d1-83be8ac8ebf6") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R30") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 137.16 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "36786f9a-3033-4f5f-b66f-4baab24c6a1c") + (property "Reference" "R46" + (at 105.41 132.4442 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "234" + (at 105.41 134.9811 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P30.48mm_Horizontal" + (at 105.41 138.938 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.05%" + (at 105.41 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2c80100f-9ae5-4d87-844d-fdf1f5efa21b") + ) + (pin "2" + (uuid "236689de-bdf3-4856-95c2-027bfc929aa5") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R46") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 106.68 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3c0cd627-9c75-4efe-ab88-6ee0934e81cd") + (property "Reference" "R42" + (at 105.41 101.9642 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "51k1" + (at 105.41 104.5011 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P5.08mm_Vertical" + (at 105.41 108.458 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.1%" + (at 105.41 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4f7427a0-7d00-4bc9-98d0-e19040ea7a0b") + ) + (pin "2" + (uuid "c2c51834-a49f-41f0-86e5-f36664c99a59") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R42") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 45.72 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "42681aaa-73f1-4cda-81a9-e9eb67d17369") + (property "Reference" "R18" + (at 92.71 41.0042 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "68k" + (at 92.71 43.5411 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P12.70mm_Horizontal" + (at 92.71 47.498 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "5%" + (at 92.71 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dbb413b4-db85-48e8-b4cb-9c106b0fe507") + ) + (pin "2" + (uuid "59e9057f-445c-4be1-a7d7-9e6bfdc3e6bc") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 129.54 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "47b745ff-7e46-44ee-9d9a-baf991e1efea") + (property "Reference" "R13" + (at 80.01 124.8242 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "91G" + (at 80.01 127.3611 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P20.32mm_Horizontal" + (at 80.01 131.318 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "10%" + (at 80.01 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6b55a99e-8906-46d0-b041-a810dbfd6916") + ) + (pin "2" + (uuid "a15b2da7-a1b9-49b0-b4d8-6f2a4712f979") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 68.58 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "58503fd1-9af7-494d-8625-6152817f323a") + (property "Reference" "R5" + (at 80.01 63.8642 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "340" + (at 80.01 66.4011 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal" + (at 80.01 70.358 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7a05d5d0-6eab-41cf-b46c-15135e20f2bc") + ) + (pin "2" + (uuid "5df09d2d-5ef1-4fe7-a554-7ce44c9a512b") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 76.2 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5f8f6486-74af-4fcd-b145-3cdb37f84d37") + (property "Reference" "R22" + (at 92.71 71.4842 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 92.71 74.0211 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P5.08mm_Vertical" + (at 92.71 77.978 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "5%" + (at 92.71 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e411572e-fc1e-43ab-8f66-cb201b96631c") + ) + (pin "2" + (uuid "eb02bbe5-0e45-442d-91c4-8182ee63e63e") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 53.34 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "69fb5f70-5c4e-411c-91ba-84b1e8975bd6") + (property "Reference" "R3" + (at 80.01 48.6242 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1R2" + (at 80.01 51.1611 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal" + (at 80.01 55.118 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1e50ba34-da01-40f5-aae5-825dc25665b5") + ) + (pin "2" + (uuid "a15d4edb-9b26-49d4-addc-0ebfa6f40708") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 114.3 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6a0a0a9e-ae7d-4d8b-8ec3-12e0961ebd0d") + (property "Reference" "R11" + (at 80.01 109.5842 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "78M" + (at 80.01 112.1211 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" + (at 80.01 116.078 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "10%" + (at 80.01 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "21f45759-ec18-4f51-8d29-5990d65c2fcc") + ) + (pin "2" + (uuid "cff2aa4a-015d-4d16-8c9d-349e2ba12950") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 91.44 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6e3750da-77ee-443e-bfea-4ab2284b681d") + (property "Reference" "R40" + (at 105.41 86.7242 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "511" + (at 105.41 89.2611 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P25.40mm_Horizontal" + (at 105.41 93.218 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.25%" + (at 105.41 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dd8f7c53-902c-4710-8c3a-60c4155e5396") + ) + (pin "2" + (uuid "65383f4d-12ed-4bda-985b-de0aaace8687") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R40") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 38.1 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "775a1f34-c356-456d-9f0b-1b83235ab412") + (property "Reference" "R1" + (at 80.01 33.3842 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0.01" + (at 80.01 35.9211 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P1.90mm_Vertical" + (at 80.01 39.878 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "14a66c02-2569-410c-b95e-d92e84b810e9") + ) + (pin "2" + (uuid "6d59df28-2c78-4290-b377-d77e95886152") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 38.1 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7808303d-db63-4c19-93f3-ea030f8eee57") + (property "Reference" "R17" + (at 92.71 33.3842 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4k7" + (at 92.71 35.9211 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Vertical" + (at 92.71 39.878 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "5%" + (at 92.71 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ead3b38e-6ab4-4401-a84a-b26243f44df8") + ) + (pin "2" + (uuid "885652b6-90e1-439b-aa18-f8a417d398d4") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 45.72 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7ab2ab0d-07f7-4720-8bb0-d2f42e3be68d") + (property "Reference" "R34" + (at 105.41 41.0042 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "6780000" + (at 105.41 43.5411 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P15.24mm_Horizontal" + (at 105.41 47.498 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.01%" + (at 105.41 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3317eaee-2ccb-4d93-b771-695c8f52a18d") + ) + (pin "2" + (uuid "4d2ec6b5-088b-4b52-912e-ac4d39e31981") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R34") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 45.72 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7b72a10d-7943-44f0-8044-23594ac0715e") + (property "Reference" "R2" + (at 80.01 41.0042 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0R12" + (at 80.01 43.5411 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical" + (at 80.01 47.498 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4a3073b4-359f-4aa0-b060-4f735eb4b2b9") + ) + (pin "2" + (uuid "d6fd98c4-5c7e-4796-824e-5dfabad7cd4c") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 76.2 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "84e9c727-8500-4f78-bc4f-47a475877426") + (property "Reference" "R38" + (at 105.41 71.4842 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "67.8G" + (at 105.41 74.0211 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P7.62mm_Vertical" + (at 105.41 77.978 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.5%" + (at 105.41 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ba3bbc9a-3739-4241-b276-1bc8aa7ecff9") + ) + (pin "2" + (uuid "83bbb73c-5e86-4579-9dd4-a0673b55f5d3") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R38") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 83.82 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "88a0b05d-580a-4988-9527-15e7a4fab69a") + (property "Reference" "R23" + (at 92.71 79.1042 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "680k" + (at 92.71 81.6411 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P7.62mm_Vertical" + (at 92.71 85.598 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "5%" + (at 92.71 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dc838c1f-c99b-45ca-8d00-af39df4b6654") + ) + (pin "2" + (uuid "ea75cc5a-c5c0-4564-ab90-263afb747e26") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R23") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 53.34 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "890a1c49-2219-41c1-bd02-8cdac4bc3a94") + (property "Reference" "R35" + (at 105.41 48.6242 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "67800000" + (at 105.41 51.1611 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P20.32mm_Horizontal" + (at 105.41 55.118 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.01%" + (at 105.41 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ae810280-f361-46c4-814e-8d0cedb5731d") + ) + (pin "2" + (uuid "656d38fa-e0b6-4016-957b-7f8bcf51f072") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R35") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 60.96 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8ee61016-9160-462e-8e87-f09e603fb1c9") + (property "Reference" "R36" + (at 105.41 56.2442 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "678M" + (at 105.41 58.7811 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P25.40mm_Horizontal" + (at 105.41 62.738 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.5%" + (at 105.41 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "92b7002d-37e1-43d7-9153-a832da6ab256") + ) + (pin "2" + (uuid "343b7e92-4394-4815-93fe-6dc3ca6318c9") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R36") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 152.4 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8f249fdf-39af-4bef-a86e-bcbfdb659f10") + (property "Reference" "R48" + (at 105.41 147.6842 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "23400" + (at 105.41 150.2211 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal" + (at 105.41 154.178 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.02%" + (at 105.41 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2989a877-2be5-4fb9-9669-56e49d736345") + ) + (pin "2" + (uuid "5a5a6448-dce8-4f0b-9901-ba1871c920b5") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R48") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 121.92 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "93218680-63c0-40e0-9fc7-d61e2572cf34") + (property "Reference" "R28" + (at 92.71 117.2042 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1.23" + (at 92.71 119.7411 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P7.62mm_Vertical" + (at 92.71 123.698 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "2%" + (at 92.71 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e758f5ea-b322-4571-a00e-b092197d23cf") + ) + (pin "2" + (uuid "eccc39b2-76e2-4ae4-b56b-5791fe4d32f3") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R28") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 68.58 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "969bd690-d955-40e3-9127-068eadd2eda5") + (property "Reference" "R37" + (at 105.41 63.8642 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "6.78G" + (at 105.41 66.4011 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0614_L14.3mm_D5.7mm_P5.08mm_Vertical" + (at 105.41 70.358 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.5%" + (at 105.41 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f8e80126-a337-4b98-8ab3-f3410908ae41") + ) + (pin "2" + (uuid "e61031fb-5082-4133-896d-f142a2760cfc") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R37") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 114.3 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9cfcad2d-3334-4d64-b2a9-fb405ef03985") + (property "Reference" "R27" + (at 92.71 109.5842 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0.12" + (at 92.71 112.1211 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P5.08mm_Vertical" + (at 92.71 116.078 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "2%" + (at 92.71 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "448dcead-6e59-4873-939d-45027488445a") + ) + (pin "2" + (uuid "becc73fb-69f2-4565-8465-7fa6b5136c29") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R27") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 60.96 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a4bf5de6-31a9-4068-9aec-b2c81a6968cf") + (property "Reference" "R20" + (at 92.71 56.2442 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "220" + (at 92.71 58.7811 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P20.32mm_Horizontal" + (at 92.71 62.738 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "5%" + (at 92.71 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f2589ef9-2699-4bcb-b5be-fdf53b8d7eb2") + ) + (pin "2" + (uuid "7a7200d7-6fce-4dc2-a0ca-323bf9918749") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 152.4 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ae0adfe1-38a1-4d37-8aee-301de899f03c") + (property "Reference" "R32" + (at 92.71 147.6842 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "67800" + (at 92.71 150.2211 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0516_L15.5mm_D5.0mm_P5.08mm_Vertical" + (at 92.71 154.178 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "1%" + (at 92.71 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "01788106-fe37-4334-9b3a-c7db51fc8481") + ) + (pin "2" + (uuid "4e5ad920-650e-4aa5-b984-36e7005ffaec") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R32") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 121.92 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b27f18ca-2910-4633-b5b2-5e2671ec3d6a") + (property "Reference" "R12" + (at 80.01 117.2042 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "9.1G" + (at 80.01 119.7411 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P15.24mm_Horizontal" + (at 80.01 123.698 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "10%" + (at 80.01 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "aeb44773-a0a9-46f6-b6d6-8b6abcb3cfa5") + ) + (pin "2" + (uuid "2f9cd164-e569-4477-b23f-895594c77ff5") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 91.44 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b3b79e72-edab-4293-a12d-02a258808cd1") + (property "Reference" "R8" + (at 80.01 86.7242 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "68K" + (at 80.01 89.2611 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical" + (at 80.01 93.218 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7c52f061-25be-4e5e-9605-357d61b61ed6") + ) + (pin "2" + (uuid "a36eecce-d06e-40e9-99ce-dc70a61c633e") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 106.68 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "bb38c897-d2f8-4276-a663-bb1f35f5db41") + (property "Reference" "R26" + (at 92.71 101.9642 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0.01 5%" + (at 92.71 104.5011 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0414_L11.9mm_D4.5mm_P25.40mm_Horizontal" + (at 92.71 108.458 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4f877b12-dceb-44e9-9f4d-88b3d0623a15") + ) + (pin "2" + (uuid "fb028f11-0170-4884-997a-82a078cc2063") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R26") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 114.3 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "be68fc5b-5003-4765-a22c-b3fe64fb2e24") + (property "Reference" "R43" + (at 105.41 109.5842 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "511k" + (at 105.41 112.1211 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P7.62mm_Vertical" + (at 105.41 116.078 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.1%" + (at 105.41 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a208d1fb-0628-47a2-83ef-7b650e68823e") + ) + (pin "2" + (uuid "3f5eb52b-9306-433d-b390-c71831b73c49") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R43") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 83.82 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c49fbad6-4875-4a6f-82b2-8b70ead6c484") + (property "Reference" "R7" + (at 80.01 79.1042 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "34k" + (at 80.01 81.6411 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_Horizontal" + (at 80.01 85.598 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1a72fedb-f3a3-48e1-ba17-f74361045982") + ) + (pin "2" + (uuid "8aa9ca74-4b75-4e80-8d78-40f74f0f2792") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 118.11 38.1 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ca95119f-a92a-4af2-b807-a0c27b313c03") + (property "Reference" "R49" + (at 118.11 33.3842 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "234000" + (at 118.11 35.9211 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P30.48mm_Horizontal" + (at 118.11 39.878 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 118.11 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 118.11 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.02%" + (at 118.11 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "303cd314-6d41-48d5-8fe0-28b30505b16b") + ) + (pin "2" + (uuid "58f847c6-76f4-4222-b428-9bfa7154caf4") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R49") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 60.96 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "caf25072-6a61-47db-a1a3-de8ad8c8b350") + (property "Reference" "R4" + (at 80.01 56.2442 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "12.3R" + (at 80.01 58.7811 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Vertical" + (at 80.01 62.738 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4f14ba8f-5373-49d4-b47a-d911f03944a5") + ) + (pin "2" + (uuid "5e493e9b-a0e6-48ef-9574-2b70eeebef24") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 129.54 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "cb27c203-b89e-4483-92d2-ded25763784d") + (property "Reference" "R45" + (at 105.41 124.8242 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "23.4" + (at 105.41 127.3611 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0918_L18.0mm_D9.0mm_P25.40mm_Horizontal" + (at 105.41 131.318 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.05%" + (at 105.41 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b98a89cf-f8ac-4a49-88ed-8992a8d4df82") + ) + (pin "2" + (uuid "85252c6d-bf9e-4180-9248-3c46c55e20ce") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R45") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 152.4 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ded59848-6f98-4b8a-a9c9-b5182131eefd") + (property "Reference" "R16" + (at 80.01 147.6842 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3k3" + (at 80.01 150.2211 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Horizontal" + (at 80.01 154.178 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "10%" + (at 80.01 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5ab069e2-89f6-4dc1-b454-6411248de5d2") + ) + (pin "2" + (uuid "b3b675cb-0816-4471-a030-1b3c7deaa7e0") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 106.68 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e21725bc-ca8e-4ef9-8252-4e359bc342fd") + (property "Reference" "R10" + (at 80.01 101.9642 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "78.9M" + (at 80.01 104.5011 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal" + (at 80.01 108.458 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "10%" + (at 80.01 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f4b07c90-e639-4be7-bda6-c222782688f6") + ) + (pin "2" + (uuid "65b52e9a-d417-4bea-9742-9d7a8b19cd88") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 99.06 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e6a2a273-04f3-4c2c-a870-c4458e3e732c") + (property "Reference" "R9" + (at 80.01 94.3442 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "6M8" + (at 80.01 96.8811 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P5.08mm_Vertical" + (at 80.01 100.838 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "10%" + (at 80.01 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dfab25ac-8e22-4071-b1fe-58996c59bb60") + ) + (pin "2" + (uuid "7eef1f84-626d-4b84-a22b-e75278a61877") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 137.16 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f167e26d-efe1-4b70-9326-377b0a9f1c79") + (property "Reference" "R14" + (at 80.01 132.4442 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1k2" + (at 80.01 134.9811 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P25.40mm_Horizontal" + (at 80.01 138.938 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "10%" + (at 80.01 99.06 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b64a4e51-0d4e-41fe-9662-76879810d1d5") + ) + (pin "2" + (uuid "4f4b7c57-5e42-48e0-99eb-ca30cc5164da") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 118.11 45.72 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f3ec641a-8ba3-43d2-8233-89aff542bc6c") + (property "Reference" "R50" + (at 118.11 41.0042 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2340000" + (at 118.11 43.5411 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0922_L20.0mm_D9.0mm_P7.62mm_Vertical" + (at 118.11 47.498 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 118.11 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 118.11 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.02%" + (at 118.11 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "26c73639-7925-48b6-b6a2-887f935639bf") + ) + (pin "2" + (uuid "90692639-1ec0-430f-a37a-3a862e3224dd") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R50") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 105.41 83.82 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f9bd53da-9567-49fb-8979-a805f4769e34") + (property "Reference" "R39" + (at 105.41 79.1042 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "678G" + (at 105.41 81.6411 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0617_L17.0mm_D6.0mm_P20.32mm_Horizontal" + (at 105.41 85.598 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "0.25%" + (at 105.41 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9250bb9a-8a51-4f83-8ad1-52e2e09382e5") + ) + (pin "2" + (uuid "26874ee6-78b3-4501-965d-ce8c57263333") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R39") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 92.71 68.58 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ff8382a3-9296-429d-8304-fa9de6299924") + (property "Reference" "R21" + (at 92.71 63.8642 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1k5" + (at 92.71 66.4011 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0411_L9.9mm_D3.6mm_P25.40mm_Horizontal" + (at 92.71 70.358 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tol" "5%" + (at 92.71 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c9213ad4-a4f6-4411-ac34-24f00bc63927") + ) + (pin "2" + (uuid "bdd4d811-69a0-43cf-88d9-f3a42efe28c1") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 80.01 76.2 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ffd5f7a8-83d5-43e1-86ee-bfa95b6b5563") + (property "Reference" "R6" + (at 80.01 71.4842 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "3k4" + (at 80.01 74.0211 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 80.01 77.978 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 80.01 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 80.01 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "45e43566-4719-431d-97ef-8ac28122f040") + ) + (pin "2" + (uuid "08ecb897-30fd-48cd-9640-ce1b10636fd8") + ) + (instances + (project "resistor_tht" + (path "/50ec43ab-cab1-4317-8855-7c089f6af2c5" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/rotations.kicad_pcb b/tests/board_samples/kicad_8/rotations.kicad_pcb index 6f82f486d..9967e3516 100644 --- a/tests/board_samples/kicad_8/rotations.kicad_pcb +++ b/tests/board_samples/kicad_8/rotations.kicad_pcb @@ -1,607 +1,2180 @@ -(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 - (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 "unconnected-(Q1-B-Pad1)") - (net 2 "unconnected-(Q1-C-Pad2)") - (net 3 "unconnected-(Q1-E-Pad3)") - (net 4 "unconnected-(Q2-B-Pad1)") - (net 5 "unconnected-(Q2-C-Pad2)") - (net 6 "unconnected-(Q2-E-Pad3)") - (net 7 "unconnected-(Q3-B-Pad1)") - (net 8 "unconnected-(Q3-C-Pad2)") - (net 9 "unconnected-(Q3-E-Pad3)") - (net 10 "unconnected-(Q4-B-Pad1)") - (net 11 "unconnected-(Q4-C-Pad2)") - (net 12 "unconnected-(Q4-E-Pad3)") - (net 13 "unconnected-(Q5-B-Pad1)") - (net 14 "unconnected-(Q5-C-Pad2)") - (net 15 "unconnected-(Q5-E-Pad3)") - (net 16 "unconnected-(Q6-B-Pad1)") - (net 17 "unconnected-(Q6-C-Pad2)") - (net 18 "unconnected-(Q6-E-Pad3)") - (net 19 "unconnected-(Q7-B-Pad1)") - (net 20 "unconnected-(Q7-C-Pad2)") - (net 21 "unconnected-(Q7-E-Pad3)") - (net 22 "unconnected-(Q8-B-Pad1)") - (net 23 "unconnected-(Q8-C-Pad2)") - (net 24 "unconnected-(Q8-E-Pad3)") - - (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "F.Cu") - (tstamp 8ecc4494-6558-45ed-8d3e-1d0a9614c7e7) - (at 132 86) - (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "JLCPosOffset" "1,1") - (property "Sheetfile" "rotations.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "NPN transistor, base/collector/emitter") - (property "ki_keywords" "transistor NPN") - (path "/b68f53ba-e083-4318-8fe6-5b0470e92732") - (attr smd) - (fp_text reference "Q4" (at 0 -2.4) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e177a36c-ad59-4878-816b-012cc2c14aad) - ) - (fp_text value "Q_NPN_BCE" (at 0 2.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 9b0bfbcb-44e5-44c8-ad8d-90045c18d01d) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b3bd371b-c5ba-4129-852e-062e91f56f3e) - ) - (fp_line (start 0 -1.56) (end -1.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9ed8d287-36a0-4092-9fd3-aa2bf080d7a6)) - (fp_line (start 0 -1.56) (end 0.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c7b28ab1-0057-4e71-b9a6-cdc80a6e0899)) - (fp_line (start 0 1.56) (end -0.8 1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 4bb5a2ab-bc5b-4265-af64-4a04d9bcf3d7)) - (fp_line (start 0 1.56) (end 0.8 1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 163f9552-499c-4163-9467-92ba5ae894e7)) - (fp_line (start -2.05 -1.7) (end -2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0f467c25-578d-421a-8bbd-db45b2ce22a3)) - (fp_line (start -2.05 1.7) (end 2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 02c13dc4-e2d9-4cee-9f2a-722a1bd0a362)) - (fp_line (start 2.05 -1.7) (end -2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5b1893d4-d84f-4cac-8325-c0d5a0c95c78)) - (fp_line (start 2.05 1.7) (end 2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 405c682e-045c-4d02-add6-bf3d0c7990d6)) - (fp_line (start -0.8 -1.05) (end -0.4 -1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 672bcad5-1e66-4ece-9df8-5467443f0482)) - (fp_line (start -0.8 1.45) (end -0.8 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp abdabacd-59ca-4a8b-8237-c3b8e17447ed)) - (fp_line (start -0.4 -1.45) (end 0.8 -1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3ca83be3-ccd6-4084-b9e4-90001f0e5a09)) - (fp_line (start 0.8 -1.45) (end 0.8 1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c27583b5-4072-4c94-86e5-225386bb0572)) - (fp_line (start 0.8 1.45) (end -0.8 1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 948bc68a-cb85-479d-adba-896aeeb894d8)) - (pad "1" smd roundrect (at -1.1375 -0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 10 "unconnected-(Q4-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp eae6a2c1-2883-4c7b-bb33-0ce116330b9b)) - (pad "2" smd roundrect (at -1.1375 0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 11 "unconnected-(Q4-C-Pad2)") (pinfunction "C") (pintype "passive") (tstamp c7828325-8f71-45d8-ba7e-c076692a2d22)) - (pad "3" smd roundrect (at 1.1375 0) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 12 "unconnected-(Q4-E-Pad3)") (pinfunction "E") (pintype "passive") (tstamp 05032882-f1af-4c00-8035-b5559f338bd5)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "F.Cu") - (tstamp accfe2a0-67c9-4683-bf95-19ec82525291) - (at 122 77) - (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "rotations.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "NPN transistor, base/collector/emitter") - (property "ki_keywords" "transistor NPN") - (path "/156101ec-1111-4dbd-9ddd-f335c334c5b7") - (attr smd) - (fp_text reference "Q1" (at 0 -2.4) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 70380802-848f-4e5f-a2d4-de807a1a67d0) - ) - (fp_text value "Q_NPN_BCE" (at 0 2.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp dcbb9279-ff14-4440-ba0a-6389e5595b08) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 70d01805-580a-4454-83c5-2e1b9f0085fd) - ) - (fp_line (start 0 -1.56) (end -1.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 842f9462-c7ee-4a03-8592-7026bc1d37f0)) - (fp_line (start 0 -1.56) (end 0.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8a304879-f6f3-48f5-ac3b-c087fe353e9e)) - (fp_line (start 0 1.56) (end -0.8 1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 33a429f2-8c1e-4390-92eb-fdd276da3873)) - (fp_line (start 0 1.56) (end 0.8 1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1b8ee409-8cf0-4423-a985-9d2912aa85bc)) - (fp_line (start -2.05 -1.7) (end -2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97dee334-9264-4297-84d5-57e231d3fc4c)) - (fp_line (start -2.05 1.7) (end 2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 19d4b895-d465-43ab-8029-ffde7af249e0)) - (fp_line (start 2.05 -1.7) (end -2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 4bcade71-6c36-44f8-a583-78bb7325da3c)) - (fp_line (start 2.05 1.7) (end 2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62d6dbde-07c6-4ed5-8370-2dbc86ba4651)) - (fp_line (start -0.8 -1.05) (end -0.4 -1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ccff818-c478-4c54-a2fa-14df05cef21f)) - (fp_line (start -0.8 1.45) (end -0.8 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a2a4fe7-4f86-4080-9f1d-d1d34dee151b)) - (fp_line (start -0.4 -1.45) (end 0.8 -1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e21529fc-2db5-4fc3-98f2-3a97ff8bc915)) - (fp_line (start 0.8 -1.45) (end 0.8 1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 79f4a8c5-6ccf-4e5e-98e3-812526ddbfaa)) - (fp_line (start 0.8 1.45) (end -0.8 1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cf98df2f-4f71-4896-ad41-1b03476e0c64)) - (pad "1" smd roundrect (at -1.1375 -0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "unconnected-(Q1-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp b5500c93-0477-4197-ba95-ef3c6b0c21c1)) - (pad "2" smd roundrect (at -1.1375 0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "unconnected-(Q1-C-Pad2)") (pinfunction "C") (pintype "passive") (tstamp 3ad50fec-df15-471c-9b75-0c36ff87a9fa)) - (pad "3" smd roundrect (at 1.1375 0) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "unconnected-(Q1-E-Pad3)") (pinfunction "E") (pintype "passive") (tstamp 3a05bf0e-e7a6-4bad-b1a4-24de1d4c64c2)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "F.Cu") - (tstamp b19b0eb5-7a4e-45af-a13c-f5c0e57b51ff) - (at 132 77) - (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "rotations.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "NPN transistor, base/collector/emitter") - (property "ki_keywords" "transistor NPN") - (path "/998825bf-b119-4086-8284-b9c9d4168399") - (attr smd) - (fp_text reference "Q2" (at 0 -2.4) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fdac037c-515a-4204-b1ee-d1f703a289f1) - ) - (fp_text value "Q_NPN_BCE" (at 0 2.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5c19605d-4ed3-4a1d-a3d4-a8c33c1d88f3) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b9e57fba-4de9-4d5f-a397-06494dcdeb33) - ) - (fp_line (start 0 -1.56) (end -1.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp caa48005-25a2-4904-8a7e-959859816d56)) - (fp_line (start 0 -1.56) (end 0.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1757319b-c8ca-4b0d-91c5-b7a0155ff2a6)) - (fp_line (start 0 1.56) (end -0.8 1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 29f118ea-d9f8-4c18-86c2-e75e4989cc24)) - (fp_line (start 0 1.56) (end 0.8 1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9579a3b2-4b7e-40d5-b9a8-75ce028215fb)) - (fp_line (start -2.05 -1.7) (end -2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 22d958be-ae25-4c4d-b340-396e429dcab4)) - (fp_line (start -2.05 1.7) (end 2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 97a283ae-98e4-490c-bb57-7241b5fd8b68)) - (fp_line (start 2.05 -1.7) (end -2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c4e66fd-60f4-40de-b21f-28a39292f540)) - (fp_line (start 2.05 1.7) (end 2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f2e85a4d-f96d-465a-9731-bc4538daf883)) - (fp_line (start -0.8 -1.05) (end -0.4 -1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 795853a2-4d5c-4423-ab99-e049a3c330a6)) - (fp_line (start -0.8 1.45) (end -0.8 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1d29d29-bf01-4ce7-a061-c41cbb1286e1)) - (fp_line (start -0.4 -1.45) (end 0.8 -1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe869210-c236-41d0-9036-003b8e72fa3b)) - (fp_line (start 0.8 -1.45) (end 0.8 1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1ad0516-7b99-438c-88dc-f57a86e161aa)) - (fp_line (start 0.8 1.45) (end -0.8 1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dc7b4fb5-1fd7-4c50-9d9b-2c3fe27a98b6)) - (pad "1" smd roundrect (at -1.1375 -0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "unconnected-(Q2-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp 24cd6ba7-6899-47be-9370-850275dc2a13)) - (pad "2" smd roundrect (at -1.1375 0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "unconnected-(Q2-C-Pad2)") (pinfunction "C") (pintype "passive") (tstamp 73290051-749e-4fd2-80b2-1fb95ea48108)) - (pad "3" smd roundrect (at 1.1375 0) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 6 "unconnected-(Q2-E-Pad3)") (pinfunction "E") (pintype "passive") (tstamp 24183106-ca2f-4157-ad9d-72a9d5b90153)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "F.Cu") - (tstamp c17c63ba-8d81-458a-a7a8-6f9619140fdb) - (at 122 86) - (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "JLCRotOffset" "270") - (property "Sheetfile" "rotations.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "NPN transistor, base/collector/emitter") - (property "ki_keywords" "transistor NPN") - (path "/a6627712-868c-47c9-a4e7-41e82a8eb9ab") - (attr smd) - (fp_text reference "Q3" (at 0 -2.4) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a527de78-9568-4060-a0fd-4c0084b30182) - ) - (fp_text value "Q_NPN_BCE" (at 0 2.4) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 41fd7d19-79b8-42fc-8031-9547213762c3) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp b8145a8d-a550-4422-8619-0f92a8f4a833) - ) - (fp_line (start 0 -1.56) (end -1.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 47cec78c-f67a-4c1e-83e4-e70e1426a902)) - (fp_line (start 0 -1.56) (end 0.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9adae230-4abe-4738-9bbb-11d87b3e66ed)) - (fp_line (start 0 1.56) (end -0.8 1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fb531f06-ce99-491f-a684-9c567fd89442)) - (fp_line (start 0 1.56) (end 0.8 1.56) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5d747e2d-c94e-46cb-9d52-c218ffb2afe2)) - (fp_line (start -2.05 -1.7) (end -2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2f5de8a0-54c0-48d9-a25f-e33c0335c5a1)) - (fp_line (start -2.05 1.7) (end 2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 67e16614-72b1-4789-a9fc-ef092d568cbb)) - (fp_line (start 2.05 -1.7) (end -2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13416b15-f642-43a9-a8dc-c9a8622a5c55)) - (fp_line (start 2.05 1.7) (end 2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c991e76e-44d7-4ef7-ac32-c14a6f50f0b3)) - (fp_line (start -0.8 -1.05) (end -0.4 -1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 240c16a8-a082-4c71-b43f-cd0a2a427b40)) - (fp_line (start -0.8 1.45) (end -0.8 -1.05) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad709f94-c69e-4b17-ac69-d82f02b063e4)) - (fp_line (start -0.4 -1.45) (end 0.8 -1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3eb4f5b7-08aa-4e97-844c-b479d0fe8fc1)) - (fp_line (start 0.8 -1.45) (end 0.8 1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3fad9476-d154-4a8d-b926-8170a3f6dddd)) - (fp_line (start 0.8 1.45) (end -0.8 1.45) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1cf5d8d4-50d8-4411-92d6-c99b3a99c892)) - (pad "1" smd roundrect (at -1.1375 -0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 7 "unconnected-(Q3-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp c26ee3cf-225e-4726-bdb1-419dbc81c994)) - (pad "2" smd roundrect (at -1.1375 0.95) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "unconnected-(Q3-C-Pad2)") (pinfunction "C") (pintype "passive") (tstamp c851a206-c115-40e7-9c1c-ee72802b7493)) - (pad "3" smd roundrect (at 1.1375 0) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 9 "unconnected-(Q3-E-Pad3)") (pinfunction "E") (pintype "passive") (tstamp 97b07f16-833a-4e15-b1ba-128dea401f21)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "B.Cu") - (tstamp 19b281b4-0383-4d56-ba94-6939d3201030) - (at 132 86 180) - (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "JLCPosOffset" "1,1") - (property "Sheetfile" "rotations.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "NPN transistor, base/collector/emitter") - (property "ki_keywords" "transistor NPN") - (path "/e07970ec-8763-4699-bcef-1f4bcab9f123") - (attr smd) - (fp_text reference "Q8" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 92ab45f5-e01e-4f37-b374-061a54e5b8f0) - ) - (fp_text value "Q_NPN_BCE" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 35cf8bb3-62fa-4633-b9c0-0e6943b80ccf) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp db72a870-c4c5-46b4-8527-51427eb2bcfb) - ) - (fp_line (start 0 -1.56) (end -0.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 23d571de-016b-4da4-8d0d-b1d7cc64771b)) - (fp_line (start 0 -1.56) (end 0.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp fe947d08-1cff-488a-bcb0-e9ebbb1140c1)) - (fp_line (start 0 1.56) (end -1.8 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a011bbe1-73e5-4337-8ebe-b342020b72c6)) - (fp_line (start 0 1.56) (end 0.8 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a55338e7-1c8b-4891-b3cd-825d9c348453)) - (fp_line (start -2.05 -1.7) (end 2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 452e63c7-7c83-48ef-834e-9fb0e415c8f5)) - (fp_line (start -2.05 1.7) (end -2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp a3867931-64e1-42c6-8994-3887c5be9289)) - (fp_line (start 2.05 -1.7) (end 2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp e824a3c7-aee9-4b1c-8eaf-e7865c1da69e)) - (fp_line (start 2.05 1.7) (end -2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6fce3174-e6bf-44b6-89de-d84983f31154)) - (fp_line (start -0.8 -1.45) (end -0.8 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6efca04b-bf98-487a-b77f-600d7aeecfb1)) - (fp_line (start -0.8 1.05) (end -0.4 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a763e23a-37b5-4ec9-95c5-fbafc1fd766e)) - (fp_line (start -0.4 1.45) (end 0.8 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 81e0d86d-5cbc-42ed-9f54-4272800b9a06)) - (fp_line (start 0.8 -1.45) (end -0.8 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1116dac0-6266-4126-8341-3d23b4d1162e)) - (fp_line (start 0.8 1.45) (end 0.8 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3c03b6d5-cd53-4b61-bb9e-42d7823bedaa)) - (pad "1" smd roundrect (at -1.1375 0.95 180) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 22 "unconnected-(Q8-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp d4c274d1-3598-4b9b-b83b-ee6fd52c0906)) - (pad "2" smd roundrect (at -1.1375 -0.95 180) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 23 "unconnected-(Q8-C-Pad2)") (pinfunction "C") (pintype "passive") (tstamp e0ee236e-84f6-446e-bbcb-2dbc7ee488c8)) - (pad "3" smd roundrect (at 1.1375 0 180) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 24 "unconnected-(Q8-E-Pad3)") (pinfunction "E") (pintype "passive") (tstamp 6f192edd-0a78-4484-b2ba-ed3e136b1cd7)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "B.Cu") - (tstamp 23a65bdc-67f5-44b9-b01d-f8e3ca893d05) - (at 122 86 180) - (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "JLCRotOffset" "270") - (property "Sheetfile" "rotations.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "NPN transistor, base/collector/emitter") - (property "ki_keywords" "transistor NPN") - (path "/1bdf9d0a-89c2-4af6-85cb-bc7ceea16049") - (attr smd) - (fp_text reference "Q7" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 15a26b01-9965-42d7-a83d-cd0f98145cdb) - ) - (fp_text value "Q_NPN_BCE" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 316773f1-6b13-42d1-b411-ed49432f6806) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp 4e25f34a-11df-41a4-a31c-67905ad71644) - ) - (fp_line (start 0 -1.56) (end -0.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 5e3fdbd2-a9c6-4fab-a3ce-ce99728a5fae)) - (fp_line (start 0 -1.56) (end 0.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 702f146c-00bb-4fc4-88db-bbbb01f761ed)) - (fp_line (start 0 1.56) (end -1.8 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp ebe8172b-3470-4406-b08d-2576615fa272)) - (fp_line (start 0 1.56) (end 0.8 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d25cdce5-8765-41b1-9ee4-cbac8a9d0969)) - (fp_line (start -2.05 -1.7) (end 2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 423308e8-b1f6-472a-af77-d2cff54a3297)) - (fp_line (start -2.05 1.7) (end -2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f90e43e9-dbe2-471d-9c33-9d74f778856a)) - (fp_line (start 2.05 -1.7) (end 2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cdbd6904-a38b-4465-9182-0de0fbaf3365)) - (fp_line (start 2.05 1.7) (end -2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 6487f5fd-59d1-44bf-9143-fbca50c484fb)) - (fp_line (start -0.8 -1.45) (end -0.8 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp aed78ecb-a498-4229-a005-460988aa0d69)) - (fp_line (start -0.8 1.05) (end -0.4 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp b65581d3-9376-4373-a76a-badb6ec28a88)) - (fp_line (start -0.4 1.45) (end 0.8 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp f33afba4-9038-4877-8e53-18ccbdfea3a6)) - (fp_line (start 0.8 -1.45) (end -0.8 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 864647e9-238a-4d8d-b131-7ee02d66eb24)) - (fp_line (start 0.8 1.45) (end 0.8 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 41dda8b2-ec7d-4165-bbdb-5a304d4cee5a)) - (pad "1" smd roundrect (at -1.1375 0.95 180) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 19 "unconnected-(Q7-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp 46570d9e-8844-433d-94cc-ae0049cc5385)) - (pad "2" smd roundrect (at -1.1375 -0.95 180) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 20 "unconnected-(Q7-C-Pad2)") (pinfunction "C") (pintype "passive") (tstamp 0d107be4-0127-4b64-a288-a372344536b9)) - (pad "3" smd roundrect (at 1.1375 0 180) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 21 "unconnected-(Q7-E-Pad3)") (pinfunction "E") (pintype "passive") (tstamp 71c0919c-85cb-44c3-b1ac-ca405a7f5e10)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23-3" (layer "B.Cu") - (tstamp 8220e890-84df-4913-b93e-2b6b43b03566) - (at 122 77 180) - (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "rotations.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "NPN transistor, base/collector/emitter") - (property "ki_keywords" "transistor NPN") - (path "/692ee82b-0f4b-42f0-a84a-e4814784d25d") - (attr smd) - (fp_text reference "Q5" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp e90007e8-f6fb-4893-a6a7-2a57934cdb32) - ) - (fp_text value "Q_NPN_BCE" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp f0dedeba-0545-4457-9260-2aa01c9cdbcb) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06)) (justify mirror)) - (tstamp c87f4fd4-822b-42c4-a53a-d8821e1216a9) - ) - (fp_line (start 0 -1.56) (end -0.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2fdf7fd9-b0e0-49f8-873c-52f1f2e86cf4)) - (fp_line (start 0 -1.56) (end 0.8 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1eb928f6-5f66-4581-8fe8-9d3ad4682410)) - (fp_line (start 0 1.56) (end -1.8 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 36ba2ee1-91c9-4ad9-9b33-4a8adb11fbbe)) - (fp_line (start 0 1.56) (end 0.8 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp cff8c7ca-7e7f-44bf-93dd-71104cb804ee)) - (fp_line (start -2.05 -1.7) (end 2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f7983d6a-7d4d-487e-b629-13d30b279ed8)) - (fp_line (start -2.05 1.7) (end -2.05 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 9f49521f-4148-4fa4-85f8-aae19604c271)) - (fp_line (start 2.05 -1.7) (end 2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fef817ba-28e2-44fb-9675-7d3164adcd21)) - (fp_line (start 2.05 1.7) (end -2.05 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp fcc2fb0a-55c4-4bdd-8ddf-f2aefa969aeb)) - (fp_line (start -0.8 -1.45) (end -0.8 1.05) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 85a310c1-427c-4bc2-ba6c-6564b3297e89)) - (fp_line (start -0.8 1.05) (end -0.4 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 9e73e1a6-ddd5-43d0-93b1-6c38cbb44a19)) - (fp_line (start -0.4 1.45) (end 0.8 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 1cd75422-c553-4e35-9637-a07c79503977)) - (fp_line (start 0.8 -1.45) (end -0.8 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 089ad9ba-c577-4760-b5d6-185c3ab78300)) - (fp_line (start 0.8 1.45) (end 0.8 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp a277bae9-5f88-4733-9411-e4dd1f656024)) - (pad "1" smd roundrect (at -1.1375 0.95 180) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 13 "unconnected-(Q5-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp 501659a5-431e-4c30-b83a-dc90b8306967)) - (pad "2" smd roundrect (at -1.1375 -0.95 180) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 14 "unconnected-(Q5-C-Pad2)") (pinfunction "C") (pintype "passive") (tstamp abc6372f-fe45-4418-a4fa-bc9cb9f89e99)) - (pad "3" smd roundrect (at 1.1375 0 180) (size 1.325 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 15 "unconnected-(Q5-E-Pad3)") (pinfunction "E") (pintype "passive") (tstamp aa5e4fa1-d375-4113-b565-cce5567fe7ff)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Package_TO_SOT_SMD:SOT-23" (layer "B.Cu") - (tstamp ad20c3e8-a06f-4d7b-8fab-b2ce0eb8e8c0) - (at 132 77 180) - (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") - (tags "SOT TO_SOT_SMD") - (property "Sheetfile" "rotations.kicad_sch") - (property "Sheetname" "") - (property "ki_description" "NPN transistor, base/collector/emitter") - (property "ki_keywords" "transistor NPN") - (path "/30137d82-173a-4494-81da-85c3939d39ec") - (attr smd) - (fp_text reference "Q6" (at 0 2.4) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 5f0f9aa9-eee0-49e7-84ad-e13e936c83b9) - ) - (fp_text value "Q_NPN_BCE" (at 0 -2.4) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ba235653-491d-4fbf-973e-27333d9baddb) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.32 0.32) (thickness 0.05)) (justify mirror)) - (tstamp f978b59f-3888-4d95-81bd-7e2667320f11) - ) - (fp_line (start 0 -1.56) (end -0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp a1980dfb-8f9f-4331-bed3-bc78b0f009b8)) - (fp_line (start 0 -1.56) (end 0.65 -1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp af9c8b67-034f-4efb-bab1-8d02b849e8f8)) - (fp_line (start 0 1.56) (end -1.675 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 6875b24c-ecfa-4d74-9c28-a89ce70377ff)) - (fp_line (start 0 1.56) (end 0.65 1.56) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 261dc51d-de14-4ba3-9580-2741c7f6bb35)) - (fp_line (start -1.92 -1.7) (end 1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 79c24b09-660a-498d-8210-31b6e1c28c09)) - (fp_line (start -1.92 1.7) (end -1.92 -1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp d7dcb6c4-b96a-4456-a894-1a3d0c30d4b2)) - (fp_line (start 1.92 -1.7) (end 1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 1dfcd93a-1bab-4075-9a13-4963f102798a)) - (fp_line (start 1.92 1.7) (end -1.92 1.7) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 52d3d8fb-9bff-4f6a-8c96-51674e901226)) - (fp_line (start -0.65 -1.45) (end -0.65 1.125) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 6916d309-6fd6-4575-82a3-cd0f9c50666f)) - (fp_line (start -0.65 1.125) (end -0.325 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 44b2c17e-bcf5-49fe-bbe4-d381d3b062ff)) - (fp_line (start -0.325 1.45) (end 0.65 1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 3c2b3a9f-284e-411a-bcc6-9f4440f2f3f0)) - (fp_line (start 0.65 -1.45) (end -0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp c49174b3-cdb7-45e1-8ab1-2612913a82ed)) - (fp_line (start 0.65 1.45) (end 0.65 -1.45) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp adf63016-4f98-40a9-8722-7ca634eaf379)) - (pad "1" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 16 "unconnected-(Q6-B-Pad1)") (pinfunction "B") (pintype "input") (tstamp d16d7f7a-9fdc-4651-89d7-798b35a6efff)) - (pad "2" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 17 "unconnected-(Q6-C-Pad2)") (pinfunction "C") (pintype "passive") (tstamp 30dcacbc-1590-42a4-a220-e30f79f7811e)) - (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 18 "unconnected-(Q6-E-Pad3)") (pinfunction "E") (pintype "passive") (tstamp aed851e8-1a72-4da1-a2ea-2a035cab0b43)) - (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_rect (start 110 70) (end 150 100) - (stroke (width 0.2) (type default)) (fill none) (layer "Edge.Cuts") (tstamp e6ed0aaa-d0ca-4a99-8b73-63f9c0e34c38)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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 + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "unconnected-(Q1-B-Pad1)") + (net 2 "unconnected-(Q1-C-Pad2)") + (net 3 "unconnected-(Q1-E-Pad3)") + (net 4 "unconnected-(Q2-B-Pad1)") + (net 5 "unconnected-(Q2-C-Pad2)") + (net 6 "unconnected-(Q2-E-Pad3)") + (net 7 "unconnected-(Q3-B-Pad1)") + (net 8 "unconnected-(Q3-C-Pad2)") + (net 9 "unconnected-(Q3-E-Pad3)") + (net 10 "unconnected-(Q4-B-Pad1)") + (net 11 "unconnected-(Q4-C-Pad2)") + (net 12 "unconnected-(Q4-E-Pad3)") + (net 13 "unconnected-(Q5-B-Pad1)") + (net 14 "unconnected-(Q5-C-Pad2)") + (net 15 "unconnected-(Q5-E-Pad3)") + (net 16 "unconnected-(Q6-B-Pad1)") + (net 17 "unconnected-(Q6-C-Pad2)") + (net 18 "unconnected-(Q6-E-Pad3)") + (net 19 "unconnected-(Q7-B-Pad1)") + (net 20 "unconnected-(Q7-C-Pad2)") + (net 21 "unconnected-(Q7-E-Pad3)") + (net 22 "unconnected-(Q8-B-Pad1)") + (net 23 "unconnected-(Q8-C-Pad2)") + (net 24 "unconnected-(Q8-E-Pad3)") + (footprint "Package_TO_SOT_SMD:SOT-23-3" + (layer "F.Cu") + (uuid "8ecc4494-6558-45ed-8d3e-1d0a9614c7e7") + (at 132 86) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q4" + (at 0 -2.4 0) + (layer "F.SilkS") + (uuid "e177a36c-ad59-4878-816b-012cc2c14aad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 0 2.4 0) + (layer "F.Fab") + (uuid "9b0bfbcb-44e5-44c8-ad8d-90045c18d01d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6df676d5-ecc3-4d22-a17d-dbf93b2ac655") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "df07825d-0043-4357-b952-1a6b4aa56d12") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "NPN transistor, base/collector/emitter" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bea14a15-419d-4808-8004-36ed997ac49f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "JLCPosOffset" "1,1" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "8c7c3a98-ee39-48b5-b618-f898524e0b53") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/b68f53ba-e083-4318-8fe6-5b0470e92732") + (sheetfile "rotations.kicad_sch") + (attr smd) + (fp_line + (start 0 -1.56) + (end -1.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9ed8d287-36a0-4092-9fd3-aa2bf080d7a6") + ) + (fp_line + (start 0 -1.56) + (end 0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c7b28ab1-0057-4e71-b9a6-cdc80a6e0899") + ) + (fp_line + (start 0 1.56) + (end -0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "4bb5a2ab-bc5b-4265-af64-4a04d9bcf3d7") + ) + (fp_line + (start 0 1.56) + (end 0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "163f9552-499c-4163-9467-92ba5ae894e7") + ) + (fp_line + (start -2.05 -1.7) + (end -2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0f467c25-578d-421a-8bbd-db45b2ce22a3") + ) + (fp_line + (start -2.05 1.7) + (end 2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "02c13dc4-e2d9-4cee-9f2a-722a1bd0a362") + ) + (fp_line + (start 2.05 -1.7) + (end -2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5b1893d4-d84f-4cac-8325-c0d5a0c95c78") + ) + (fp_line + (start 2.05 1.7) + (end 2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "405c682e-045c-4d02-add6-bf3d0c7990d6") + ) + (fp_line + (start -0.8 -1.05) + (end -0.4 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "672bcad5-1e66-4ece-9df8-5467443f0482") + ) + (fp_line + (start -0.8 1.45) + (end -0.8 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "abdabacd-59ca-4a8b-8237-c3b8e17447ed") + ) + (fp_line + (start -0.4 -1.45) + (end 0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3ca83be3-ccd6-4084-b9e4-90001f0e5a09") + ) + (fp_line + (start 0.8 -1.45) + (end 0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c27583b5-4072-4c94-86e5-225386bb0572") + ) + (fp_line + (start 0.8 1.45) + (end -0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "948bc68a-cb85-479d-adba-896aeeb894d8") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "b3bd371b-c5ba-4129-852e-062e91f56f3e") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1375 -0.95) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 10 "unconnected-(Q4-B-Pad1)") + (pinfunction "B") + (pintype "input") + (uuid "eae6a2c1-2883-4c7b-bb33-0ce116330b9b") + ) + (pad "2" smd roundrect + (at -1.1375 0.95) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 11 "unconnected-(Q4-C-Pad2)") + (pinfunction "C") + (pintype "passive") + (uuid "c7828325-8f71-45d8-ba7e-c076692a2d22") + ) + (pad "3" smd roundrect + (at 1.1375 0) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 12 "unconnected-(Q4-E-Pad3)") + (pinfunction "E") + (pintype "passive") + (uuid "05032882-f1af-4c00-8035-b5559f338bd5") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23-3" + (layer "F.Cu") + (uuid "accfe2a0-67c9-4683-bf95-19ec82525291") + (at 122 77) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q1" + (at 0 -2.4 0) + (layer "F.SilkS") + (uuid "70380802-848f-4e5f-a2d4-de807a1a67d0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 0 2.4 0) + (layer "F.Fab") + (uuid "dcbb9279-ff14-4440-ba0a-6389e5595b08") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "994f2a8b-2c81-4d35-8c57-052bf406ce87") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b9dd088b-3b49-4fdf-b692-22c1c99e9741") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "NPN transistor, base/collector/emitter" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7ba9c95-5b04-4bad-ad11-ff4805295e7a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/156101ec-1111-4dbd-9ddd-f335c334c5b7") + (sheetfile "rotations.kicad_sch") + (attr smd) + (fp_line + (start 0 -1.56) + (end -1.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "842f9462-c7ee-4a03-8592-7026bc1d37f0") + ) + (fp_line + (start 0 -1.56) + (end 0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8a304879-f6f3-48f5-ac3b-c087fe353e9e") + ) + (fp_line + (start 0 1.56) + (end -0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "33a429f2-8c1e-4390-92eb-fdd276da3873") + ) + (fp_line + (start 0 1.56) + (end 0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1b8ee409-8cf0-4423-a985-9d2912aa85bc") + ) + (fp_line + (start -2.05 -1.7) + (end -2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "97dee334-9264-4297-84d5-57e231d3fc4c") + ) + (fp_line + (start -2.05 1.7) + (end 2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "19d4b895-d465-43ab-8029-ffde7af249e0") + ) + (fp_line + (start 2.05 -1.7) + (end -2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4bcade71-6c36-44f8-a583-78bb7325da3c") + ) + (fp_line + (start 2.05 1.7) + (end 2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62d6dbde-07c6-4ed5-8370-2dbc86ba4651") + ) + (fp_line + (start -0.8 -1.05) + (end -0.4 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4ccff818-c478-4c54-a2fa-14df05cef21f") + ) + (fp_line + (start -0.8 1.45) + (end -0.8 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a2a4fe7-4f86-4080-9f1d-d1d34dee151b") + ) + (fp_line + (start -0.4 -1.45) + (end 0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e21529fc-2db5-4fc3-98f2-3a97ff8bc915") + ) + (fp_line + (start 0.8 -1.45) + (end 0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "79f4a8c5-6ccf-4e5e-98e3-812526ddbfaa") + ) + (fp_line + (start 0.8 1.45) + (end -0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "cf98df2f-4f71-4896-ad41-1b03476e0c64") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "70d01805-580a-4454-83c5-2e1b9f0085fd") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1375 -0.95) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "unconnected-(Q1-B-Pad1)") + (pinfunction "B") + (pintype "input") + (uuid "b5500c93-0477-4197-ba95-ef3c6b0c21c1") + ) + (pad "2" smd roundrect + (at -1.1375 0.95) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "unconnected-(Q1-C-Pad2)") + (pinfunction "C") + (pintype "passive") + (uuid "3ad50fec-df15-471c-9b75-0c36ff87a9fa") + ) + (pad "3" smd roundrect + (at 1.1375 0) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "unconnected-(Q1-E-Pad3)") + (pinfunction "E") + (pintype "passive") + (uuid "3a05bf0e-e7a6-4bad-b1a4-24de1d4c64c2") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23-3" + (layer "F.Cu") + (uuid "b19b0eb5-7a4e-45af-a13c-f5c0e57b51ff") + (at 132 77) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q2" + (at 0 -2.4 0) + (layer "F.SilkS") + (uuid "fdac037c-515a-4204-b1ee-d1f703a289f1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 0 2.4 0) + (layer "F.Fab") + (uuid "5c19605d-4ed3-4a1d-a3d4-a8c33c1d88f3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "46802682-ab0e-4361-bbeb-dd2a8de063fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "31f81bbd-d4e4-4203-897b-3f8a9f785bf9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "NPN transistor, base/collector/emitter" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "67d0e32e-f9d3-485d-9c40-a017c3dd28e5") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/998825bf-b119-4086-8284-b9c9d4168399") + (sheetfile "rotations.kicad_sch") + (attr smd) + (fp_line + (start 0 -1.56) + (end -1.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "caa48005-25a2-4904-8a7e-959859816d56") + ) + (fp_line + (start 0 -1.56) + (end 0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "1757319b-c8ca-4b0d-91c5-b7a0155ff2a6") + ) + (fp_line + (start 0 1.56) + (end -0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "29f118ea-d9f8-4c18-86c2-e75e4989cc24") + ) + (fp_line + (start 0 1.56) + (end 0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9579a3b2-4b7e-40d5-b9a8-75ce028215fb") + ) + (fp_line + (start -2.05 -1.7) + (end -2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "22d958be-ae25-4c4d-b340-396e429dcab4") + ) + (fp_line + (start -2.05 1.7) + (end 2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "97a283ae-98e4-490c-bb57-7241b5fd8b68") + ) + (fp_line + (start 2.05 -1.7) + (end -2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0c4e66fd-60f4-40de-b21f-28a39292f540") + ) + (fp_line + (start 2.05 1.7) + (end 2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f2e85a4d-f96d-465a-9731-bc4538daf883") + ) + (fp_line + (start -0.8 -1.05) + (end -0.4 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "795853a2-4d5c-4423-ab99-e049a3c330a6") + ) + (fp_line + (start -0.8 1.45) + (end -0.8 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1d29d29-bf01-4ce7-a061-c41cbb1286e1") + ) + (fp_line + (start -0.4 -1.45) + (end 0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "fe869210-c236-41d0-9036-003b8e72fa3b") + ) + (fp_line + (start 0.8 -1.45) + (end 0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1ad0516-7b99-438c-88dc-f57a86e161aa") + ) + (fp_line + (start 0.8 1.45) + (end -0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dc7b4fb5-1fd7-4c50-9d9b-2c3fe27a98b6") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "b9e57fba-4de9-4d5f-a397-06494dcdeb33") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1375 -0.95) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "unconnected-(Q2-B-Pad1)") + (pinfunction "B") + (pintype "input") + (uuid "24cd6ba7-6899-47be-9370-850275dc2a13") + ) + (pad "2" smd roundrect + (at -1.1375 0.95) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "unconnected-(Q2-C-Pad2)") + (pinfunction "C") + (pintype "passive") + (uuid "73290051-749e-4fd2-80b2-1fb95ea48108") + ) + (pad "3" smd roundrect + (at 1.1375 0) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "unconnected-(Q2-E-Pad3)") + (pinfunction "E") + (pintype "passive") + (uuid "24183106-ca2f-4157-ad9d-72a9d5b90153") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23-3" + (layer "F.Cu") + (uuid "c17c63ba-8d81-458a-a7a8-6f9619140fdb") + (at 122 86) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q3" + (at 0 -2.4 0) + (layer "F.SilkS") + (uuid "a527de78-9568-4060-a0fd-4c0084b30182") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 0 2.4 0) + (layer "F.Fab") + (uuid "41fd7d19-79b8-42fc-8031-9547213762c3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "fc8048b8-2c7f-4fc4-a8ff-378fab2cd47e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3a051c26-ca1a-4b94-b567-fe6e274b320e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "NPN transistor, base/collector/emitter" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "20e4e6b3-c477-4c95-a504-f07ff5cd2929") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "JLCRotOffset" "270" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "4b042745-3188-4d00-b6dc-e388d692e8cf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/a6627712-868c-47c9-a4e7-41e82a8eb9ab") + (sheetfile "rotations.kicad_sch") + (attr smd) + (fp_line + (start 0 -1.56) + (end -1.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "47cec78c-f67a-4c1e-83e4-e70e1426a902") + ) + (fp_line + (start 0 -1.56) + (end 0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9adae230-4abe-4738-9bbb-11d87b3e66ed") + ) + (fp_line + (start 0 1.56) + (end -0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fb531f06-ce99-491f-a684-9c567fd89442") + ) + (fp_line + (start 0 1.56) + (end 0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5d747e2d-c94e-46cb-9d52-c218ffb2afe2") + ) + (fp_line + (start -2.05 -1.7) + (end -2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2f5de8a0-54c0-48d9-a25f-e33c0335c5a1") + ) + (fp_line + (start -2.05 1.7) + (end 2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "67e16614-72b1-4789-a9fc-ef092d568cbb") + ) + (fp_line + (start 2.05 -1.7) + (end -2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13416b15-f642-43a9-a8dc-c9a8622a5c55") + ) + (fp_line + (start 2.05 1.7) + (end 2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c991e76e-44d7-4ef7-ac32-c14a6f50f0b3") + ) + (fp_line + (start -0.8 -1.05) + (end -0.4 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "240c16a8-a082-4c71-b43f-cd0a2a427b40") + ) + (fp_line + (start -0.8 1.45) + (end -0.8 -1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ad709f94-c69e-4b17-ac69-d82f02b063e4") + ) + (fp_line + (start -0.4 -1.45) + (end 0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3eb4f5b7-08aa-4e97-844c-b479d0fe8fc1") + ) + (fp_line + (start 0.8 -1.45) + (end 0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3fad9476-d154-4a8d-b926-8170a3f6dddd") + ) + (fp_line + (start 0.8 1.45) + (end -0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1cf5d8d4-50d8-4411-92d6-c99b3a99c892") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "b8145a8d-a550-4422-8619-0f92a8f4a833") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + ) + ) + (pad "1" smd roundrect + (at -1.1375 -0.95) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 7 "unconnected-(Q3-B-Pad1)") + (pinfunction "B") + (pintype "input") + (uuid "c26ee3cf-225e-4726-bdb1-419dbc81c994") + ) + (pad "2" smd roundrect + (at -1.1375 0.95) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "unconnected-(Q3-C-Pad2)") + (pinfunction "C") + (pintype "passive") + (uuid "c851a206-c115-40e7-9c1c-ee72802b7493") + ) + (pad "3" smd roundrect + (at 1.1375 0) + (size 1.325 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 9 "unconnected-(Q3-E-Pad3)") + (pinfunction "E") + (pintype "passive") + (uuid "97b07f16-833a-4e15-b1ba-128dea401f21") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23-3" + (layer "B.Cu") + (uuid "19b281b4-0383-4d56-ba94-6939d3201030") + (at 132 86 180) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q8" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "92ab45f5-e01e-4f37-b374-061a54e5b8f0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "35cf8bb3-62fa-4633-b9c0-0e6943b80ccf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "07b7449e-c152-417e-9a8f-f1864f1c6a82") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "87a4469c-abe3-48e5-a756-e07b7dc46d09") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "NPN transistor, base/collector/emitter" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1e3e2202-4ddd-46af-9d51-bda721fee43a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "JLCPosOffset" "1,1" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "ee648616-1afa-48ad-bb9d-59bd6ff8d022") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/e07970ec-8763-4699-bcef-1f4bcab9f123") + (sheetfile "rotations.kicad_sch") + (attr smd) + (fp_line + (start 0 1.56) + (end 0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a55338e7-1c8b-4891-b3cd-825d9c348453") + ) + (fp_line + (start 0 1.56) + (end -1.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a011bbe1-73e5-4337-8ebe-b342020b72c6") + ) + (fp_line + (start 0 -1.56) + (end 0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "fe947d08-1cff-488a-bcb0-e9ebbb1140c1") + ) + (fp_line + (start 0 -1.56) + (end -0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "23d571de-016b-4da4-8d0d-b1d7cc64771b") + ) + (fp_line + (start 2.05 1.7) + (end -2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6fce3174-e6bf-44b6-89de-d84983f31154") + ) + (fp_line + (start 2.05 -1.7) + (end 2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "e824a3c7-aee9-4b1c-8eaf-e7865c1da69e") + ) + (fp_line + (start -2.05 1.7) + (end -2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "a3867931-64e1-42c6-8994-3887c5be9289") + ) + (fp_line + (start -2.05 -1.7) + (end 2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "452e63c7-7c83-48ef-834e-9fb0e415c8f5") + ) + (fp_line + (start 0.8 1.45) + (end 0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3c03b6d5-cd53-4b61-bb9e-42d7823bedaa") + ) + (fp_line + (start 0.8 -1.45) + (end -0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1116dac0-6266-4126-8341-3d23b4d1162e") + ) + (fp_line + (start -0.4 1.45) + (end 0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "81e0d86d-5cbc-42ed-9f54-4272800b9a06") + ) + (fp_line + (start -0.8 1.05) + (end -0.4 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a763e23a-37b5-4ec9-95c5-fbafc1fd766e") + ) + (fp_line + (start -0.8 -1.45) + (end -0.8 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6efca04b-bf98-487a-b77f-600d7aeecfb1") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "db72a870-c4c5-46b4-8527-51427eb2bcfb") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.1375 0.95 180) + (size 1.325 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 22 "unconnected-(Q8-B-Pad1)") + (pinfunction "B") + (pintype "input") + (uuid "d4c274d1-3598-4b9b-b83b-ee6fd52c0906") + ) + (pad "2" smd roundrect + (at -1.1375 -0.95 180) + (size 1.325 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 23 "unconnected-(Q8-C-Pad2)") + (pinfunction "C") + (pintype "passive") + (uuid "e0ee236e-84f6-446e-bbcb-2dbc7ee488c8") + ) + (pad "3" smd roundrect + (at 1.1375 0 180) + (size 1.325 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 24 "unconnected-(Q8-E-Pad3)") + (pinfunction "E") + (pintype "passive") + (uuid "6f192edd-0a78-4484-b2ba-ed3e136b1cd7") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23-3" + (layer "B.Cu") + (uuid "23a65bdc-67f5-44b9-b01d-f8e3ca893d05") + (at 122 86 180) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q7" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "15a26b01-9965-42d7-a83d-cd0f98145cdb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "316773f1-6b13-42d1-b411-ed49432f6806") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "375b8a7e-5b5b-4eb8-aeae-6ada20a0f573") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "23d35116-7a84-48e7-be02-86e0db0772b9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "NPN transistor, base/collector/emitter" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d62b8cf1-fa02-441e-b7a2-dbaca46c41e0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "JLCRotOffset" "270" + (at 0 0 0) + (layer "B.Fab") + (hide yes) + (uuid "410b3f78-08ec-40f9-8f1f-1c702be0bf2a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (path "/1bdf9d0a-89c2-4af6-85cb-bc7ceea16049") + (sheetfile "rotations.kicad_sch") + (attr smd) + (fp_line + (start 0 1.56) + (end 0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d25cdce5-8765-41b1-9ee4-cbac8a9d0969") + ) + (fp_line + (start 0 1.56) + (end -1.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "ebe8172b-3470-4406-b08d-2576615fa272") + ) + (fp_line + (start 0 -1.56) + (end 0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "702f146c-00bb-4fc4-88db-bbbb01f761ed") + ) + (fp_line + (start 0 -1.56) + (end -0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "5e3fdbd2-a9c6-4fab-a3ce-ce99728a5fae") + ) + (fp_line + (start 2.05 1.7) + (end -2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "6487f5fd-59d1-44bf-9143-fbca50c484fb") + ) + (fp_line + (start 2.05 -1.7) + (end 2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cdbd6904-a38b-4465-9182-0de0fbaf3365") + ) + (fp_line + (start -2.05 1.7) + (end -2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f90e43e9-dbe2-471d-9c33-9d74f778856a") + ) + (fp_line + (start -2.05 -1.7) + (end 2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "423308e8-b1f6-472a-af77-d2cff54a3297") + ) + (fp_line + (start 0.8 1.45) + (end 0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "41dda8b2-ec7d-4165-bbdb-5a304d4cee5a") + ) + (fp_line + (start 0.8 -1.45) + (end -0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "864647e9-238a-4d8d-b131-7ee02d66eb24") + ) + (fp_line + (start -0.4 1.45) + (end 0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "f33afba4-9038-4877-8e53-18ccbdfea3a6") + ) + (fp_line + (start -0.8 1.05) + (end -0.4 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "b65581d3-9376-4373-a76a-badb6ec28a88") + ) + (fp_line + (start -0.8 -1.45) + (end -0.8 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "aed78ecb-a498-4229-a005-460988aa0d69") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "4e25f34a-11df-41a4-a31c-67905ad71644") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.1375 0.95 180) + (size 1.325 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 19 "unconnected-(Q7-B-Pad1)") + (pinfunction "B") + (pintype "input") + (uuid "46570d9e-8844-433d-94cc-ae0049cc5385") + ) + (pad "2" smd roundrect + (at -1.1375 -0.95 180) + (size 1.325 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 20 "unconnected-(Q7-C-Pad2)") + (pinfunction "C") + (pintype "passive") + (uuid "0d107be4-0127-4b64-a288-a372344536b9") + ) + (pad "3" smd roundrect + (at 1.1375 0 180) + (size 1.325 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 21 "unconnected-(Q7-E-Pad3)") + (pinfunction "E") + (pintype "passive") + (uuid "71c0919c-85cb-44c3-b1ac-ca405a7f5e10") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23-3" + (layer "B.Cu") + (uuid "8220e890-84df-4913-b93e-2b6b43b03566") + (at 122 77 180) + (descr "SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q5" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "e90007e8-f6fb-4893-a6a7-2a57934cdb32") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "f0dedeba-0545-4457-9260-2aa01c9cdbcb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "504781c2-99ad-461b-b001-09952193e632") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b5a6ad6f-0a73-4730-aeb7-348862ccc6ae") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "NPN transistor, base/collector/emitter" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "666c5c4d-c417-4a3a-97a1-2b4285191e52") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/692ee82b-0f4b-42f0-a84a-e4814784d25d") + (sheetfile "rotations.kicad_sch") + (attr smd) + (fp_line + (start 0 1.56) + (end 0.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "cff8c7ca-7e7f-44bf-93dd-71104cb804ee") + ) + (fp_line + (start 0 1.56) + (end -1.8 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "36ba2ee1-91c9-4ad9-9b33-4a8adb11fbbe") + ) + (fp_line + (start 0 -1.56) + (end 0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1eb928f6-5f66-4581-8fe8-9d3ad4682410") + ) + (fp_line + (start 0 -1.56) + (end -0.8 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2fdf7fd9-b0e0-49f8-873c-52f1f2e86cf4") + ) + (fp_line + (start 2.05 1.7) + (end -2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fcc2fb0a-55c4-4bdd-8ddf-f2aefa969aeb") + ) + (fp_line + (start 2.05 -1.7) + (end 2.05 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "fef817ba-28e2-44fb-9675-7d3164adcd21") + ) + (fp_line + (start -2.05 1.7) + (end -2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "9f49521f-4148-4fa4-85f8-aae19604c271") + ) + (fp_line + (start -2.05 -1.7) + (end 2.05 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f7983d6a-7d4d-487e-b629-13d30b279ed8") + ) + (fp_line + (start 0.8 1.45) + (end 0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "a277bae9-5f88-4733-9411-e4dd1f656024") + ) + (fp_line + (start 0.8 -1.45) + (end -0.8 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "089ad9ba-c577-4760-b5d6-185c3ab78300") + ) + (fp_line + (start -0.4 1.45) + (end 0.8 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "1cd75422-c553-4e35-9637-a07c79503977") + ) + (fp_line + (start -0.8 1.05) + (end -0.4 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "9e73e1a6-ddd5-43d0-93b1-6c38cbb44a19") + ) + (fp_line + (start -0.8 -1.45) + (end -0.8 1.05) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "85a310c1-427c-4bc2-ba6c-6564b3297e89") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "c87f4fd4-822b-42c4-a53a-d8821e1216a9") + (effects + (font + (size 0.4 0.4) + (thickness 0.06) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -1.1375 0.95 180) + (size 1.325 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 13 "unconnected-(Q5-B-Pad1)") + (pinfunction "B") + (pintype "input") + (uuid "501659a5-431e-4c30-b83a-dc90b8306967") + ) + (pad "2" smd roundrect + (at -1.1375 -0.95 180) + (size 1.325 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 14 "unconnected-(Q5-C-Pad2)") + (pinfunction "C") + (pintype "passive") + (uuid "abc6372f-fe45-4418-a4fa-bc9cb9f89e99") + ) + (pad "3" smd roundrect + (at 1.1375 0 180) + (size 1.325 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 15 "unconnected-(Q5-E-Pad3)") + (pinfunction "E") + (pintype "passive") + (uuid "aa5e4fa1-d375-4113-b565-cce5567fe7ff") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-3.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" + (layer "B.Cu") + (uuid "ad20c3e8-a06f-4d7b-8fab-b2ce0eb8e8c0") + (at 132 77 180) + (descr "SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py") + (tags "SOT TO_SOT_SMD") + (property "Reference" "Q6" + (at 0 2.4 0) + (layer "B.SilkS") + (uuid "5f0f9aa9-eee0-49e7-84ad-e13e936c83b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 0 -2.4 0) + (layer "B.Fab") + (uuid "ba235653-491d-4fbf-973e-27333d9baddb") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5a787690-dc85-4763-9e6e-40bb29e4a4a9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0b8becd-7c0c-4193-9dea-a1efc1cdcd5f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "NPN transistor, base/collector/emitter" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "33b47a2c-5f7d-4633-b6f2-2b5128018885") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/30137d82-173a-4494-81da-85c3939d39ec") + (sheetfile "rotations.kicad_sch") + (attr smd) + (fp_line + (start 0 1.56) + (end 0.65 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "261dc51d-de14-4ba3-9580-2741c7f6bb35") + ) + (fp_line + (start 0 1.56) + (end -1.675 1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "6875b24c-ecfa-4d74-9c28-a89ce70377ff") + ) + (fp_line + (start 0 -1.56) + (end 0.65 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "af9c8b67-034f-4efb-bab1-8d02b849e8f8") + ) + (fp_line + (start 0 -1.56) + (end -0.65 -1.56) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "a1980dfb-8f9f-4331-bed3-bc78b0f009b8") + ) + (fp_line + (start 1.92 1.7) + (end -1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "52d3d8fb-9bff-4f6a-8c96-51674e901226") + ) + (fp_line + (start 1.92 -1.7) + (end 1.92 1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "1dfcd93a-1bab-4075-9a13-4963f102798a") + ) + (fp_line + (start -1.92 1.7) + (end -1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "d7dcb6c4-b96a-4456-a894-1a3d0c30d4b2") + ) + (fp_line + (start -1.92 -1.7) + (end 1.92 -1.7) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "79c24b09-660a-498d-8210-31b6e1c28c09") + ) + (fp_line + (start 0.65 1.45) + (end 0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "adf63016-4f98-40a9-8722-7ca634eaf379") + ) + (fp_line + (start 0.65 -1.45) + (end -0.65 -1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "c49174b3-cdb7-45e1-8ab1-2612913a82ed") + ) + (fp_line + (start -0.325 1.45) + (end 0.65 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "3c2b3a9f-284e-411a-bcc6-9f4440f2f3f0") + ) + (fp_line + (start -0.65 1.125) + (end -0.325 1.45) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "44b2c17e-bcf5-49fe-bbe4-d381d3b062ff") + ) + (fp_line + (start -0.65 -1.45) + (end -0.65 1.125) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "6916d309-6fd6-4575-82a3-cd0f9c50666f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "f978b59f-3888-4d95-81bd-7e2667320f11") + (effects + (font + (size 0.32 0.32) + (thickness 0.05) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 16 "unconnected-(Q6-B-Pad1)") + (pinfunction "B") + (pintype "input") + (uuid "d16d7f7a-9fdc-4651-89d7-798b35a6efff") + ) + (pad "2" smd roundrect + (at -0.9375 -0.95 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 17 "unconnected-(Q6-C-Pad2)") + (pinfunction "C") + (pintype "passive") + (uuid "30dcacbc-1590-42a4-a220-e30f79f7811e") + ) + (pad "3" smd roundrect + (at 0.9375 0 180) + (size 1.475 0.6) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 18 "unconnected-(Q6-E-Pad3)") + (pinfunction "E") + (pintype "passive") + (uuid "aed851e8-1a72-4da1-a2ea-2a035cab0b43") + ) + (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_rect + (start 110 70) + (end 150 100) + (stroke + (width 0.2) + (type default) + ) + (fill none) + (layer "Edge.Cuts") + (uuid "e6ed0aaa-d0ca-4a99-8b73-63f9c0e34c38") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/rotations.kicad_sch b/tests/board_samples/kicad_8/rotations.kicad_sch index 786e58606..b43ad0b58 100644 --- a/tests/board_samples/kicad_8/rotations.kicad_sch +++ b/tests/board_samples/kicad_8/rotations.kicad_sch @@ -1,319 +1,812 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 62678280-0f70-4751-9539-16a7637ad202) - - (paper "A4") - - (lib_symbols - (symbol "Device:Q_NPN_BCE" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BCE" (at 5.08 -1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 5.08 2.54 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" "transistor NPN" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "NPN transistor, base/collector/emitter" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Q_NPN_BCE_0_1" - (polyline - (pts - (xy 0.635 0.635) - (xy 2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 -0.635) - (xy 2.54 -2.54) - (xy 2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 1.905) - (xy 0.635 -1.905) - (xy 0.635 -1.905) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.778) - (xy 1.778 -1.27) - (xy 2.286 -2.286) - (xy 1.27 -1.778) - (xy 1.27 -1.778) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 1.27 0) (radius 2.8194) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "Q_NPN_BCE_1_1" - (pin input line (at -5.08 0 0) (length 5.715) - (name "B" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "E" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - - (symbol (lib_id "Device:Q_NPN_BCE") (at 55.88 50.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 156101ec-1111-4dbd-9ddd-f335c334c5b7) - (property "Reference" "Q1" (at 60.96 49.53 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BCE" (at 60.96 52.07 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 60.96 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c57dfe8c-0e57-4859-aae1-1f01fb010188)) - (pin "2" (uuid 2f8418a7-f85f-400a-942e-8c3ebdff437a)) - (pin "3" (uuid 6344e33c-3e1f-4c65-8906-75bde7313f09)) - (instances - (project "rotations" - (path "/62678280-0f70-4751-9539-16a7637ad202" - (reference "Q1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BCE") (at 106.68 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 1bdf9d0a-89c2-4af6-85cb-bc7ceea16049) - (property "Reference" "Q7" (at 111.76 74.93 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BCE" (at 111.76 77.47 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 111.76 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 106.68 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "JLCRotOffset" "270" (at 106.68 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8c028030-d210-4106-8ae5-33d3c507581b)) - (pin "2" (uuid 05a4b222-288c-4819-b87e-132d0f74c933)) - (pin "3" (uuid ad66ae14-d42f-4558-97f1-d74f34f046a5)) - (instances - (project "rotations" - (path "/62678280-0f70-4751-9539-16a7637ad202" - (reference "Q7") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BCE") (at 81.28 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 30137d82-173a-4494-81da-85c3939d39ec) - (property "Reference" "Q6" (at 86.36 74.93 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BCE" (at 86.36 77.47 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (at 86.36 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f9e51b32-d800-4b61-866e-6679f2122771)) - (pin "2" (uuid 0cfa6c54-3419-4d4e-83cf-fd9990577427)) - (pin "3" (uuid f9e778be-b81f-4b75-9705-c694b4c1d56d)) - (instances - (project "rotations" - (path "/62678280-0f70-4751-9539-16a7637ad202" - (reference "Q6") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BCE") (at 55.88 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 692ee82b-0f4b-42f0-a84a-e4814784d25d) - (property "Reference" "Q5" (at 60.96 74.93 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BCE" (at 60.96 77.47 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 60.96 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 55.88 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7cb042f0-80f2-4bb4-82fb-a16e19baf06c)) - (pin "2" (uuid 9e8bc0e1-5ccc-4db7-8a0c-6e19f2be70f6)) - (pin "3" (uuid 00070ef0-2df8-464f-a118-411bed92e20e)) - (instances - (project "rotations" - (path "/62678280-0f70-4751-9539-16a7637ad202" - (reference "Q5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BCE") (at 81.28 50.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 998825bf-b119-4086-8284-b9c9d4168399) - (property "Reference" "Q2" (at 86.36 49.53 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BCE" (at 86.36 52.07 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 86.36 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 18090092-5cc9-48d6-beca-80c63faaccf8)) - (pin "2" (uuid 132ad4f9-782e-42c6-8d3d-5e9029e73512)) - (pin "3" (uuid f688cbaa-07df-47e2-81c0-840e4192d57e)) - (instances - (project "rotations" - (path "/62678280-0f70-4751-9539-16a7637ad202" - (reference "Q2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BCE") (at 106.68 50.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid a6627712-868c-47c9-a4e7-41e82a8eb9ab) - (property "Reference" "Q3" (at 111.76 49.53 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BCE" (at 111.76 52.07 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 111.76 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 106.68 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "JLCRotOffset" "270" (at 106.68 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f8a8791f-97f0-4ab4-9120-a6e27bf18b29)) - (pin "2" (uuid 9425985b-2b20-4cea-b5d4-97a86a105d2c)) - (pin "3" (uuid ab25e399-8e4b-4832-8847-4d2e76d6d6e2)) - (instances - (project "rotations" - (path "/62678280-0f70-4751-9539-16a7637ad202" - (reference "Q3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BCE") (at 132.08 50.8 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid b68f53ba-e083-4318-8fe6-5b0470e92732) - (property "Reference" "Q4" (at 137.16 49.53 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BCE" (at 137.16 52.07 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 137.16 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 132.08 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "JLCPosOffset" "1,1" (at 132.08 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 90fbce9f-2520-4eb7-aeb3-4bd1b4cfe237)) - (pin "2" (uuid 7842b0b7-4f47-483d-bb55-e8d8f552eeb3)) - (pin "3" (uuid 8f645e40-6fc4-4e28-bdb0-f99a181d7d37)) - (instances - (project "rotations" - (path "/62678280-0f70-4751-9539-16a7637ad202" - (reference "Q4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BCE") (at 132.08 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid e07970ec-8763-4699-bcef-1f4bcab9f123) - (property "Reference" "Q8" (at 137.16 74.93 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BCE" (at 137.16 77.47 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" (at 137.16 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 132.08 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "JLCPosOffset" "1,1" (at 132.08 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid cd2ae6bb-0dfc-4acc-9144-d2b06b466415)) - (pin "2" (uuid d911d119-fa1e-4fc2-b881-f9fa5d930985)) - (pin "3" (uuid b6e2000d-ad33-4dbb-b13a-3de39100dabd)) - (instances - (project "rotations" - (path "/62678280-0f70-4751-9539-16a7637ad202" - (reference "Q8") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "62678280-0f70-4751-9539-16a7637ad202") + (paper "A4") + (lib_symbols + (symbol "Device:Q_NPN_BCE" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 5.08 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 5.08 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "NPN transistor, base/collector/emitter" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "transistor NPN" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Q_NPN_BCE_0_1" + (polyline + (pts + (xy 0.635 0.635) (xy 2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "Q_NPN_BCE_1_1" + (pin input line + (at -5.08 0 0) + (length 5.715) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BCE") + (at 55.88 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "156101ec-1111-4dbd-9ddd-f335c334c5b7") + (property "Reference" "Q1" + (at 60.96 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 60.96 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" + (at 60.96 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c57dfe8c-0e57-4859-aae1-1f01fb010188") + ) + (pin "2" + (uuid "2f8418a7-f85f-400a-942e-8c3ebdff437a") + ) + (pin "3" + (uuid "6344e33c-3e1f-4c65-8906-75bde7313f09") + ) + (instances + (project "rotations" + (path "/62678280-0f70-4751-9539-16a7637ad202" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BCE") + (at 106.68 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1bdf9d0a-89c2-4af6-85cb-bc7ceea16049") + (property "Reference" "Q7" + (at 111.76 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 111.76 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" + (at 111.76 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 106.68 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "JLCRotOffset" "270" + (at 106.68 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8c028030-d210-4106-8ae5-33d3c507581b") + ) + (pin "2" + (uuid "05a4b222-288c-4819-b87e-132d0f74c933") + ) + (pin "3" + (uuid "ad66ae14-d42f-4558-97f1-d74f34f046a5") + ) + (instances + (project "rotations" + (path "/62678280-0f70-4751-9539-16a7637ad202" + (reference "Q7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BCE") + (at 81.28 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "30137d82-173a-4494-81da-85c3939d39ec") + (property "Reference" "Q6" + (at 86.36 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 86.36 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 86.36 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f9e51b32-d800-4b61-866e-6679f2122771") + ) + (pin "2" + (uuid "0cfa6c54-3419-4d4e-83cf-fd9990577427") + ) + (pin "3" + (uuid "f9e778be-b81f-4b75-9705-c694b4c1d56d") + ) + (instances + (project "rotations" + (path "/62678280-0f70-4751-9539-16a7637ad202" + (reference "Q6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BCE") + (at 55.88 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "692ee82b-0f4b-42f0-a84a-e4814784d25d") + (property "Reference" "Q5" + (at 60.96 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 60.96 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" + (at 60.96 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 55.88 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 55.88 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7cb042f0-80f2-4bb4-82fb-a16e19baf06c") + ) + (pin "2" + (uuid "9e8bc0e1-5ccc-4db7-8a0c-6e19f2be70f6") + ) + (pin "3" + (uuid "00070ef0-2df8-464f-a118-411bed92e20e") + ) + (instances + (project "rotations" + (path "/62678280-0f70-4751-9539-16a7637ad202" + (reference "Q5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BCE") + (at 81.28 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "998825bf-b119-4086-8284-b9c9d4168399") + (property "Reference" "Q2" + (at 86.36 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 86.36 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" + (at 86.36 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "18090092-5cc9-48d6-beca-80c63faaccf8") + ) + (pin "2" + (uuid "132ad4f9-782e-42c6-8d3d-5e9029e73512") + ) + (pin "3" + (uuid "f688cbaa-07df-47e2-81c0-840e4192d57e") + ) + (instances + (project "rotations" + (path "/62678280-0f70-4751-9539-16a7637ad202" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BCE") + (at 106.68 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a6627712-868c-47c9-a4e7-41e82a8eb9ab") + (property "Reference" "Q3" + (at 111.76 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 111.76 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" + (at 111.76 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 106.68 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "JLCRotOffset" "270" + (at 106.68 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f8a8791f-97f0-4ab4-9120-a6e27bf18b29") + ) + (pin "2" + (uuid "9425985b-2b20-4cea-b5d4-97a86a105d2c") + ) + (pin "3" + (uuid "ab25e399-8e4b-4832-8847-4d2e76d6d6e2") + ) + (instances + (project "rotations" + (path "/62678280-0f70-4751-9539-16a7637ad202" + (reference "Q3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BCE") + (at 132.08 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b68f53ba-e083-4318-8fe6-5b0470e92732") + (property "Reference" "Q4" + (at 137.16 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 137.16 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" + (at 137.16 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 132.08 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 132.08 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "JLCPosOffset" "1,1" + (at 132.08 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "90fbce9f-2520-4eb7-aeb3-4bd1b4cfe237") + ) + (pin "2" + (uuid "7842b0b7-4f47-483d-bb55-e8d8f552eeb3") + ) + (pin "3" + (uuid "8f645e40-6fc4-4e28-bdb0-f99a181d7d37") + ) + (instances + (project "rotations" + (path "/62678280-0f70-4751-9539-16a7637ad202" + (reference "Q4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BCE") + (at 132.08 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e07970ec-8763-4699-bcef-1f4bcab9f123") + (property "Reference" "Q8" + (at 137.16 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 137.16 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23-3" + (at 137.16 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 132.08 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 132.08 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "JLCPosOffset" "1,1" + (at 132.08 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cd2ae6bb-0dfc-4acc-9144-d2b06b466415") + ) + (pin "2" + (uuid "d911d119-fa1e-4fc2-b881-f9fa5d930985") + ) + (pin "3" + (uuid "b6e2000d-ad33-4dbb-b13a-3de39100dabd") + ) + (instances + (project "rotations" + (path "/62678280-0f70-4751-9539-16a7637ad202" + (reference "Q8") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/shared_page_value_change/filter.kicad_sch b/tests/board_samples/kicad_8/shared_page_value_change/filter.kicad_sch index 513e7657d..09eb63b84 100644 --- a/tests/board_samples/kicad_8/shared_page_value_change/filter.kicad_sch +++ b/tests/board_samples/kicad_8/shared_page_value_change/filter.kicad_sch @@ -1,267 +1,665 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 8477a8a9-ae4c-4b8f-ba39-df77a7f58e15) - - (paper "A4") - - (title_block - (title "Value change, two filters example") - (date "2023-04-25") - (rev "A") - (company "Instituto Nacional de Tecnología Industrial (INTI)") - (comment 1 "KiBot") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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)))) - ) - ) - ) - ) - - (junction (at 105.41 63.5) (diameter 0) (color 0 0 0 0) - (uuid c9afa402-f9a8-4ab2-99fd-269212540a76) - ) - - (wire (pts (xy 105.41 74.93) (xy 105.41 80.01)) - (stroke (width 0) (type default)) - (uuid 4398fbdb-dff8-4642-a5c8-e446321d4f57) - ) - (wire (pts (xy 80.01 63.5) (xy 88.9 63.5)) - (stroke (width 0) (type default)) - (uuid 46a7dba7-87c6-47c6-81f8-e40d04928797) - ) - (wire (pts (xy 105.41 63.5) (xy 105.41 67.31)) - (stroke (width 0) (type default)) - (uuid 6a5b8b50-4979-46e5-af65-95a746018454) - ) - (wire (pts (xy 96.52 63.5) (xy 105.41 63.5)) - (stroke (width 0) (type default)) - (uuid ae69cf37-4e10-4c1a-8a75-24fd8bbcf604) - ) - (wire (pts (xy 105.41 63.5) (xy 114.3 63.5)) - (stroke (width 0) (type default)) - (uuid fdfabd5a-e0f5-4dbe-a4fa-0d67846f458b) - ) - - (hierarchical_label "IN" (shape input) (at 80.01 63.5 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 47142687-eddc-4ef0-af74-ae0c7231769a) - ) - (hierarchical_label "OUT" (shape output) (at 114.3 63.5 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid c0c9256c-ff6e-4c03-9546-336766d210dd) - ) - - (symbol (lib_id "Device:R") (at 92.71 63.5 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 4b2ed0a9-193c-4dcd-952d-dc6aa295a74b) - (property "Reference" "R1" (at 92.71 58.42 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 92.71 60.96 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 92.71 65.278 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e7d9a469-49c0-499d-aa6d-8a45cb56d259)) - (pin "2" (uuid 894b43e0-5977-4ba3-b495-bfcd23f38652)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/49bdcc4e-2823-4776-aac0-f277d3282fc7" - (reference "R1") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/aafc6b56-bfde-4afa-a6ef-e6ff929a3567" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 105.41 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 5f54559d-3976-4b46-a67e-128f3285ecb3) - (property "Reference" "#PWR01" (at 105.41 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 105.41 85.09 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 105.41 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 105.41 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c48b27d2-804f-47fb-a71e-8c365a1a24b1)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/49bdcc4e-2823-4776-aac0-f277d3282fc7" - (reference "#PWR01") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/aafc6b56-bfde-4afa-a6ef-e6ff929a3567" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 105.41 71.12 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid d0cb8595-f05d-4625-b575-b68f75495f13) - (property "Reference" "C1" (at 109.22 70.485 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "150p" (at 109.22 73.025 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 106.3752 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1f76fa8f-b54d-4bb0-b197-6f8e3720b6b3)) - (pin "2" (uuid 5d294b12-83cb-41c9-9349-3ee48c88f97c)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/49bdcc4e-2823-4776-aac0-f277d3282fc7" - (reference "C1") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/aafc6b56-bfde-4afa-a6ef-e6ff929a3567" - (reference "C2") (unit 1) - ) - ) - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "8477a8a9-ae4c-4b8f-ba39-df77a7f58e15") + (paper "A4") + (title_block + (title "Value change, two filters example") + (date "2023-04-25") + (rev "A") + (company "Instituto Nacional de Tecnología Industrial (INTI)") + (comment 1 "KiBot") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 105.41 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "c9afa402-f9a8-4ab2-99fd-269212540a76") + ) + (wire + (pts + (xy 105.41 74.93) (xy 105.41 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4398fbdb-dff8-4642-a5c8-e446321d4f57") + ) + (wire + (pts + (xy 80.01 63.5) (xy 88.9 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "46a7dba7-87c6-47c6-81f8-e40d04928797") + ) + (wire + (pts + (xy 105.41 63.5) (xy 105.41 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a5b8b50-4979-46e5-af65-95a746018454") + ) + (wire + (pts + (xy 96.52 63.5) (xy 105.41 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ae69cf37-4e10-4c1a-8a75-24fd8bbcf604") + ) + (wire + (pts + (xy 105.41 63.5) (xy 114.3 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fdfabd5a-e0f5-4dbe-a4fa-0d67846f458b") + ) + (hierarchical_label "IN" + (shape input) + (at 80.01 63.5 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "47142687-eddc-4ef0-af74-ae0c7231769a") + ) + (hierarchical_label "OUT" + (shape output) + (at 114.3 63.5 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "c0c9256c-ff6e-4c03-9546-336766d210dd") + ) + (symbol + (lib_id "Device:R") + (at 92.71 63.5 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4b2ed0a9-193c-4dcd-952d-dc6aa295a74b") + (property "Reference" "R1" + (at 92.71 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 92.71 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 92.71 65.278 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e7d9a469-49c0-499d-aa6d-8a45cb56d259") + ) + (pin "2" + (uuid "894b43e0-5977-4ba3-b495-bfcd23f38652") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/49bdcc4e-2823-4776-aac0-f277d3282fc7" + (reference "R1") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/aafc6b56-bfde-4afa-a6ef-e6ff929a3567" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 105.41 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5f54559d-3976-4b46-a67e-128f3285ecb3") + (property "Reference" "#PWR01" + (at 105.41 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 105.41 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 105.41 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 105.41 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c48b27d2-804f-47fb-a71e-8c365a1a24b1") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/49bdcc4e-2823-4776-aac0-f277d3282fc7" + (reference "#PWR01") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/aafc6b56-bfde-4afa-a6ef-e6ff929a3567" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 105.41 71.12 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d0cb8595-f05d-4625-b575-b68f75495f13") + (property "Reference" "C1" + (at 109.22 70.485 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "150p" + (at 109.22 73.025 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 106.3752 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1f76fa8f-b54d-4bb0-b197-6f8e3720b6b3") + ) + (pin "2" + (uuid "5d294b12-83cb-41c9-9349-3ee48c88f97c") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/49bdcc4e-2823-4776-aac0-f277d3282fc7" + (reference "C1") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/aafc6b56-bfde-4afa-a6ef-e6ff929a3567" + (reference "C2") + (unit 1) + ) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/shared_page_value_change/value_change.kicad_pcb b/tests/board_samples/kicad_8/shared_page_value_change/value_change.kicad_pcb index 2b8ba102d..8513995bb 100644 --- a/tests/board_samples/kicad_8/shared_page_value_change/value_change.kicad_pcb +++ b/tests/board_samples/kicad_8/shared_page_value_change/value_change.kicad_pcb @@ -1,2 +1,83 @@ -(kicad_pcb (version 20221018) (generator pcbnew) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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 + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") ) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/shared_page_value_change/value_change.kicad_sch b/tests/board_samples/kicad_8/shared_page_value_change/value_change.kicad_sch index 61a3894e6..fddad12f0 100644 --- a/tests/board_samples/kicad_8/shared_page_value_change/value_change.kicad_sch +++ b/tests/board_samples/kicad_8/shared_page_value_change/value_change.kicad_sch @@ -1,347 +1,840 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a) - - (paper "A4") - - (title_block - (title "Value change, two filters example") - (date "2023-04-25") - (rev "A") - (company "Instituto Nacional de Tecnología Industrial (INTI)") - (comment 1 "KiBot") - ) - - (lib_symbols - (symbol "Connector:Conn_01x03_Pin" (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" "Conn_01x03_Pin" (at 0 -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_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x03, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x03_Pin_1_1" - (polyline - (pts - (xy 1.27 -2.54) - (xy 0.8636 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.8636 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 2.54) - (xy 0.8636 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (pin passive line (at 5.08 2.54 180) (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 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 -2.54 180) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (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)))) - ) - ) - ) - ) - - - (wire (pts (xy 139.7 82.55) (xy 152.4 82.55)) - (stroke (width 0) (type default)) - (uuid 1350f38a-f6a6-4b42-bfd9-c0a1c919bb25) - ) - (wire (pts (xy 110.49 101.6) (xy 115.57 101.6)) - (stroke (width 0) (type default)) - (uuid 13c148bb-b5d2-418c-80e0-0e34355d5560) - ) - (wire (pts (xy 146.05 101.6) (xy 139.7 101.6)) - (stroke (width 0) (type default)) - (uuid 289b27bb-e04b-473d-953e-73cff56801a6) - ) - (wire (pts (xy 104.14 87.63) (xy 104.14 90.17)) - (stroke (width 0) (type default)) - (uuid 5c965a6e-462d-4ea5-9c96-0eaf68519783) - ) - (wire (pts (xy 146.05 85.09) (xy 146.05 101.6)) - (stroke (width 0) (type default)) - (uuid 633c6fb4-1c5b-4e5c-b514-1ce3197687bd) - ) - (wire (pts (xy 149.86 87.63) (xy 149.86 90.17)) - (stroke (width 0) (type default)) - (uuid 7d5274e9-ae56-4772-b3ef-2267970e6320) - ) - (wire (pts (xy 101.6 82.55) (xy 115.57 82.55)) - (stroke (width 0) (type default)) - (uuid 8733965b-9b90-41ce-943f-e89c7a4fbbda) - ) - (wire (pts (xy 152.4 85.09) (xy 146.05 85.09)) - (stroke (width 0) (type default)) - (uuid 88f18cc6-de48-42dc-b8e1-7a4866c3c744) - ) - (wire (pts (xy 152.4 87.63) (xy 149.86 87.63)) - (stroke (width 0) (type default)) - (uuid a91a5e43-5aef-4c38-bb19-a12737684d95) - ) - (wire (pts (xy 101.6 85.09) (xy 110.49 85.09)) - (stroke (width 0) (type default)) - (uuid c9ce41e6-fab2-4108-8805-ad38cdf72a55) - ) - (wire (pts (xy 110.49 85.09) (xy 110.49 101.6)) - (stroke (width 0) (type default)) - (uuid e80a831d-085e-404b-9209-4eefec66ff47) - ) - (wire (pts (xy 101.6 87.63) (xy 104.14 87.63)) - (stroke (width 0) (type default)) - (uuid ffdb6f52-c019-450b-b8aa-e021401ab3df) - ) - - (text "Test for sheet reuse. Not a real life circuit.\nWe have two filters A and B.\nFilter A is 10.6 kHz LPF\nBut we want filter B to be 7.3 kHz, not 10.6 kHz\nKiCad won't allow it because R1 must be exactly the same as R2 and C1 identical to C2.\nWe'll use KiBot to force this.\nWe'll change C2 from 150 pF to 220 pF" - (at 13.97 57.15 0) - (effects (font (size 3.8 3.8)) (justify left bottom)) - (uuid 5f7d1d79-cbc2-45b6-a5c4-5c2fa6e514fc) - ) - - (symbol (lib_id "power:GND") (at 149.86 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 7b9e2a15-2358-4c6b-b49d-edbec568653e) - (property "Reference" "#PWR03" (at 149.86 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 149.86 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 149.86 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 149.86 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 48a25b00-604e-4a9c-abfd-02903294c6d0)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x03_Pin") (at 96.52 85.09 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid ac7adf8a-4abb-4c14-91fe-21a7cf50ef66) - (property "Reference" "J1" (at 96.52 80.01 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Input" (at 96.52 90.17 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 96.52 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 96.52 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6c147ead-140b-4bbf-9e69-b760a61017c2)) - (pin "2" (uuid 6e3aa771-dca2-4deb-8444-d095f95947f3)) - (pin "3" (uuid f86afc52-fd58-4c90-9e47-1a0cad166440)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x03_Pin") (at 157.48 85.09 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid c9080e06-601c-4631-8a1b-4163f4ae6459) - (property "Reference" "J2" (at 156.21 80.01 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Output" (at 153.67 90.17 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 157.48 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 157.48 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 19f84772-4564-4c76-ad8f-fed3d412f2be)) - (pin "2" (uuid efd4b35e-df90-40e0-ac5c-cacbc2ad0c05)) - (pin "3" (uuid 563c2d6c-002e-42a7-91d6-21001bd89be5)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 104.14 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid eca2c120-aafd-480b-93f5-44d2f699f880) - (property "Reference" "#PWR04" (at 104.14 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 104.14 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 104.14 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 104.14 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2de78699-cc01-4acd-8178-624baa10b398)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (sheet (at 115.57 76.2) (size 24.13 12.7) (fields_autoplaced) - (stroke (width 0.1524) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 49bdcc4e-2823-4776-aac0-f277d3282fc7) - (property "Sheetname" "Low Pass Filter A" (at 115.57 75.4884 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "filter.kicad_sch" (at 115.57 89.4846 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (pin "OUT" output (at 139.7 82.55 0) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 3ba6ac20-d31f-4be7-a714-a2cb67559a30) - ) - (pin "IN" input (at 115.57 82.55 180) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid bda600b0-2825-454d-9370-ef55abf6c950) - ) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" (page "2")) - ) - ) - ) - - (sheet (at 115.57 95.25) (size 24.13 12.7) (fields_autoplaced) - (stroke (width 0.1524) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid aafc6b56-bfde-4afa-a6ef-e6ff929a3567) - (property "Sheetname" "Low Pass Filter B" (at 115.57 94.5384 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "filter.kicad_sch" (at 115.57 108.5346 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (pin "OUT" output (at 139.7 101.6 0) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 8abdac35-edd2-4be0-b815-a3a24b90a875) - ) - (pin "IN" input (at 115.57 101.6 180) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid caa70085-057f-4713-b57e-8a922880c1b7) - ) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" (page "3")) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a") + (paper "A4") + (title_block + (title "Value change, two filters example") + (date "2023-04-25") + (rev "A") + (company "Instituto Nacional de Tecnología Industrial (INTI)") + (comment 1 "KiBot") + ) + (lib_symbols + (symbol "Connector:Conn_01x03_Pin" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x03_Pin" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x03_Pin_1_1" + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 0.8636 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 2.54 180) + (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 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 -2.54 180) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (wire + (pts + (xy 139.7 82.55) (xy 152.4 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1350f38a-f6a6-4b42-bfd9-c0a1c919bb25") + ) + (wire + (pts + (xy 110.49 101.6) (xy 115.57 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "13c148bb-b5d2-418c-80e0-0e34355d5560") + ) + (wire + (pts + (xy 146.05 101.6) (xy 139.7 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "289b27bb-e04b-473d-953e-73cff56801a6") + ) + (wire + (pts + (xy 104.14 87.63) (xy 104.14 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5c965a6e-462d-4ea5-9c96-0eaf68519783") + ) + (wire + (pts + (xy 146.05 85.09) (xy 146.05 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "633c6fb4-1c5b-4e5c-b514-1ce3197687bd") + ) + (wire + (pts + (xy 149.86 87.63) (xy 149.86 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d5274e9-ae56-4772-b3ef-2267970e6320") + ) + (wire + (pts + (xy 101.6 82.55) (xy 115.57 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8733965b-9b90-41ce-943f-e89c7a4fbbda") + ) + (wire + (pts + (xy 152.4 85.09) (xy 146.05 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88f18cc6-de48-42dc-b8e1-7a4866c3c744") + ) + (wire + (pts + (xy 152.4 87.63) (xy 149.86 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a91a5e43-5aef-4c38-bb19-a12737684d95") + ) + (wire + (pts + (xy 101.6 85.09) (xy 110.49 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c9ce41e6-fab2-4108-8805-ad38cdf72a55") + ) + (wire + (pts + (xy 110.49 85.09) (xy 110.49 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e80a831d-085e-404b-9209-4eefec66ff47") + ) + (wire + (pts + (xy 101.6 87.63) (xy 104.14 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ffdb6f52-c019-450b-b8aa-e021401ab3df") + ) + (text "Test for sheet reuse. Not a real life circuit.\nWe have two filters A and B.\nFilter A is 10.6 kHz LPF\nBut we want filter B to be 7.3 kHz, not 10.6 kHz\nKiCad won't allow it because R1 must be exactly the same as R2 and C1 identical to C2.\nWe'll use KiBot to force this.\nWe'll change C2 from 150 pF to 220 pF" + (exclude_from_sim no) + (at 13.97 57.15 0) + (effects + (font + (size 3.8 3.8) + ) + (justify left bottom) + ) + (uuid "5f7d1d79-cbc2-45b6-a5c4-5c2fa6e514fc") + ) + (symbol + (lib_id "power:GND") + (at 149.86 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7b9e2a15-2358-4c6b-b49d-edbec568653e") + (property "Reference" "#PWR03" + (at 149.86 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 149.86 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 149.86 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 149.86 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 149.86 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "48a25b00-604e-4a9c-abfd-02903294c6d0") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x03_Pin") + (at 96.52 85.09 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ac7adf8a-4abb-4c14-91fe-21a7cf50ef66") + (property "Reference" "J1" + (at 96.52 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Input" + (at 96.52 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 96.52 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 96.52 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6c147ead-140b-4bbf-9e69-b760a61017c2") + ) + (pin "2" + (uuid "6e3aa771-dca2-4deb-8444-d095f95947f3") + ) + (pin "3" + (uuid "f86afc52-fd58-4c90-9e47-1a0cad166440") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x03_Pin") + (at 157.48 85.09 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c9080e06-601c-4631-8a1b-4163f4ae6459") + (property "Reference" "J2" + (at 156.21 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Output" + (at 153.67 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 157.48 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 157.48 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 157.48 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "19f84772-4564-4c76-ad8f-fed3d412f2be") + ) + (pin "2" + (uuid "efd4b35e-df90-40e0-ac5c-cacbc2ad0c05") + ) + (pin "3" + (uuid "563c2d6c-002e-42a7-91d6-21001bd89be5") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 104.14 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "eca2c120-aafd-480b-93f5-44d2f699f880") + (property "Reference" "#PWR04" + (at 104.14 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 104.14 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 104.14 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 104.14 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 104.14 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2de78699-cc01-4acd-8178-624baa10b398") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (sheet + (at 115.57 76.2) + (size 24.13 12.7) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "49bdcc4e-2823-4776-aac0-f277d3282fc7") + (property "Sheetname" "Low Pass Filter A" + (at 115.57 75.4884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "filter.kicad_sch" + (at 115.57 89.4846 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (pin "OUT" output + (at 139.7 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "3ba6ac20-d31f-4be7-a714-a2cb67559a30") + ) + (pin "IN" input + (at 115.57 82.55 180) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "bda600b0-2825-454d-9370-ef55abf6c950") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (page "2") + ) + ) + ) + ) + (sheet + (at 115.57 95.25) + (size 24.13 12.7) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "aafc6b56-bfde-4afa-a6ef-e6ff929a3567") + (property "Sheetname" "Low Pass Filter B" + (at 115.57 94.5384 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "filter.kicad_sch" + (at 115.57 108.5346 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (pin "OUT" output + (at 139.7 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "8abdac35-edd2-4be0-b815-a3a24b90a875") + ) + (pin "IN" input + (at 115.57 101.6 180) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "caa70085-057f-4713-b57e-8a922880c1b7") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (page "3") + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/shared_page_value_change_complex/filter.kicad_sch b/tests/board_samples/kicad_8/shared_page_value_change_complex/filter.kicad_sch index 46f64b25a..6915e287e 100644 --- a/tests/board_samples/kicad_8/shared_page_value_change_complex/filter.kicad_sch +++ b/tests/board_samples/kicad_8/shared_page_value_change_complex/filter.kicad_sch @@ -1,303 +1,713 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 8477a8a9-ae4c-4b8f-ba39-df77a7f58e15) - - (paper "A4") - - (title_block - (title "Value change, two filters example") - (date "2023-04-25") - (rev "A") - (company "Instituto Nacional de Tecnología Industrial (INTI)") - (comment 1 "KiBot") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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)))) - ) - ) - ) - ) - - (junction (at 105.41 63.5) (diameter 0) (color 0 0 0 0) - (uuid c9afa402-f9a8-4ab2-99fd-269212540a76) - ) - - (wire (pts (xy 105.41 74.93) (xy 105.41 80.01)) - (stroke (width 0) (type default)) - (uuid 4398fbdb-dff8-4642-a5c8-e446321d4f57) - ) - (wire (pts (xy 80.01 63.5) (xy 88.9 63.5)) - (stroke (width 0) (type default)) - (uuid 46a7dba7-87c6-47c6-81f8-e40d04928797) - ) - (wire (pts (xy 105.41 63.5) (xy 105.41 67.31)) - (stroke (width 0) (type default)) - (uuid 6a5b8b50-4979-46e5-af65-95a746018454) - ) - (wire (pts (xy 96.52 63.5) (xy 105.41 63.5)) - (stroke (width 0) (type default)) - (uuid ae69cf37-4e10-4c1a-8a75-24fd8bbcf604) - ) - (wire (pts (xy 105.41 63.5) (xy 114.3 63.5)) - (stroke (width 0) (type default)) - (uuid fdfabd5a-e0f5-4dbe-a4fa-0d67846f458b) - ) - - (hierarchical_label "IN" (shape input) (at 80.01 63.5 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 47142687-eddc-4ef0-af74-ae0c7231769a) - ) - (hierarchical_label "OUT" (shape output) (at 114.3 63.5 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid c0c9256c-ff6e-4c03-9546-336766d210dd) - ) - - (symbol (lib_id "Device:R") (at 92.71 63.5 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 4b2ed0a9-193c-4dcd-952d-dc6aa295a74b) - (property "Reference" "R1" (at 92.71 58.42 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "100k" (at 92.71 60.96 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 92.71 65.278 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 92.71 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e7d9a469-49c0-499d-aa6d-8a45cb56d259)) - (pin "2" (uuid 894b43e0-5977-4ba3-b495-bfcd23f38652)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/49bdcc4e-2823-4776-aac0-f277d3282fc7" - (reference "R1") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/aafc6b56-bfde-4afa-a6ef-e6ff929a3567" - (reference "R2") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32/4ea64d1f-5820-44f2-a8e7-ebfd678427eb" - (reference "R4") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b/4ea64d1f-5820-44f2-a8e7-ebfd678427eb" - (reference "R6") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32/685b8cad-25ce-4e81-9215-637d908973dc" - (reference "R3") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b/685b8cad-25ce-4e81-9215-637d908973dc" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 105.41 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 5f54559d-3976-4b46-a67e-128f3285ecb3) - (property "Reference" "#PWR01" (at 105.41 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 105.41 85.09 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 105.41 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 105.41 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c48b27d2-804f-47fb-a71e-8c365a1a24b1)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/49bdcc4e-2823-4776-aac0-f277d3282fc7" - (reference "#PWR01") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/aafc6b56-bfde-4afa-a6ef-e6ff929a3567" - (reference "#PWR02") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32/4ea64d1f-5820-44f2-a8e7-ebfd678427eb" - (reference "#PWR06") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b/4ea64d1f-5820-44f2-a8e7-ebfd678427eb" - (reference "#PWR08") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32/685b8cad-25ce-4e81-9215-637d908973dc" - (reference "#PWR05") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b/685b8cad-25ce-4e81-9215-637d908973dc" - (reference "#PWR07") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 105.41 71.12 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid d0cb8595-f05d-4625-b575-b68f75495f13) - (property "Reference" "C1" (at 109.22 70.485 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "150p" (at 109.22 73.025 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 106.3752 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 105.41 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1f76fa8f-b54d-4bb0-b197-6f8e3720b6b3)) - (pin "2" (uuid 5d294b12-83cb-41c9-9349-3ee48c88f97c)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/49bdcc4e-2823-4776-aac0-f277d3282fc7" - (reference "C1") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/aafc6b56-bfde-4afa-a6ef-e6ff929a3567" - (reference "C2") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32/4ea64d1f-5820-44f2-a8e7-ebfd678427eb" - (reference "C4") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b/4ea64d1f-5820-44f2-a8e7-ebfd678427eb" - (reference "C6") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32/685b8cad-25ce-4e81-9215-637d908973dc" - (reference "C3") (unit 1) - ) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b/685b8cad-25ce-4e81-9215-637d908973dc" - (reference "C5") (unit 1) - ) - ) - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "8477a8a9-ae4c-4b8f-ba39-df77a7f58e15") + (paper "A4") + (title_block + (title "Value change, two filters example") + (date "2023-04-25") + (rev "A") + (company "Instituto Nacional de Tecnología Industrial (INTI)") + (comment 1 "KiBot") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 105.41 63.5) + (diameter 0) + (color 0 0 0 0) + (uuid "c9afa402-f9a8-4ab2-99fd-269212540a76") + ) + (wire + (pts + (xy 105.41 74.93) (xy 105.41 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4398fbdb-dff8-4642-a5c8-e446321d4f57") + ) + (wire + (pts + (xy 80.01 63.5) (xy 88.9 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "46a7dba7-87c6-47c6-81f8-e40d04928797") + ) + (wire + (pts + (xy 105.41 63.5) (xy 105.41 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a5b8b50-4979-46e5-af65-95a746018454") + ) + (wire + (pts + (xy 96.52 63.5) (xy 105.41 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ae69cf37-4e10-4c1a-8a75-24fd8bbcf604") + ) + (wire + (pts + (xy 105.41 63.5) (xy 114.3 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fdfabd5a-e0f5-4dbe-a4fa-0d67846f458b") + ) + (hierarchical_label "IN" + (shape input) + (at 80.01 63.5 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "47142687-eddc-4ef0-af74-ae0c7231769a") + ) + (hierarchical_label "OUT" + (shape output) + (at 114.3 63.5 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "c0c9256c-ff6e-4c03-9546-336766d210dd") + ) + (symbol + (lib_id "Device:R") + (at 92.71 63.5 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4b2ed0a9-193c-4dcd-952d-dc6aa295a74b") + (property "Reference" "R1" + (at 92.71 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100k" + (at 92.71 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 92.71 65.278 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 92.71 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 92.71 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e7d9a469-49c0-499d-aa6d-8a45cb56d259") + ) + (pin "2" + (uuid "894b43e0-5977-4ba3-b495-bfcd23f38652") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/49bdcc4e-2823-4776-aac0-f277d3282fc7" + (reference "R1") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/aafc6b56-bfde-4afa-a6ef-e6ff929a3567" + (reference "R2") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32/4ea64d1f-5820-44f2-a8e7-ebfd678427eb" + (reference "R4") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b/4ea64d1f-5820-44f2-a8e7-ebfd678427eb" + (reference "R6") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32/685b8cad-25ce-4e81-9215-637d908973dc" + (reference "R3") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b/685b8cad-25ce-4e81-9215-637d908973dc" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 105.41 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5f54559d-3976-4b46-a67e-128f3285ecb3") + (property "Reference" "#PWR01" + (at 105.41 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 105.41 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 105.41 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 105.41 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c48b27d2-804f-47fb-a71e-8c365a1a24b1") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/49bdcc4e-2823-4776-aac0-f277d3282fc7" + (reference "#PWR01") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/aafc6b56-bfde-4afa-a6ef-e6ff929a3567" + (reference "#PWR02") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32/4ea64d1f-5820-44f2-a8e7-ebfd678427eb" + (reference "#PWR06") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b/4ea64d1f-5820-44f2-a8e7-ebfd678427eb" + (reference "#PWR08") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32/685b8cad-25ce-4e81-9215-637d908973dc" + (reference "#PWR05") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b/685b8cad-25ce-4e81-9215-637d908973dc" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 105.41 71.12 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d0cb8595-f05d-4625-b575-b68f75495f13") + (property "Reference" "C1" + (at 109.22 70.485 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "150p" + (at 109.22 73.025 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 106.3752 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 105.41 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1f76fa8f-b54d-4bb0-b197-6f8e3720b6b3") + ) + (pin "2" + (uuid "5d294b12-83cb-41c9-9349-3ee48c88f97c") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/49bdcc4e-2823-4776-aac0-f277d3282fc7" + (reference "C1") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/aafc6b56-bfde-4afa-a6ef-e6ff929a3567" + (reference "C2") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32/4ea64d1f-5820-44f2-a8e7-ebfd678427eb" + (reference "C4") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b/4ea64d1f-5820-44f2-a8e7-ebfd678427eb" + (reference "C6") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32/685b8cad-25ce-4e81-9215-637d908973dc" + (reference "C3") + (unit 1) + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b/685b8cad-25ce-4e81-9215-637d908973dc" + (reference "C5") + (unit 1) + ) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/shared_page_value_change_complex/group.kicad_sch b/tests/board_samples/kicad_8/shared_page_value_change_complex/group.kicad_sch index 208ee1a35..9958a9c97 100644 --- a/tests/board_samples/kicad_8/shared_page_value_change_complex/group.kicad_sch +++ b/tests/board_samples/kicad_8/shared_page_value_change_complex/group.kicad_sch @@ -1,64 +1,130 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid b55844e1-2ad8-4e96-8c88-aee43f497339) - - (paper "A4") - - (lib_symbols - ) - - - (sheet (at 134.62 73.66) (size 24.13 12.7) (fields_autoplaced) - (stroke (width 0.1524) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 4ea64d1f-5820-44f2-a8e7-ebfd678427eb) - (property "Sheetname" "Low Pass Filter A1" (at 134.62 72.9484 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "filter.kicad_sch" (at 134.62 86.9446 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (pin "OUT" output (at 158.75 80.01 0) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid c6331915-9340-4aeb-8eab-7e222fef7d18) - ) - (pin "IN" input (at 134.62 80.01 180) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 369a3eb4-b629-4643-b4bf-a4f6d738962c) - ) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" (page "2")) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32" (page "7")) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b" (page "9")) - ) - ) - ) - - (sheet (at 134.62 92.71) (size 24.13 12.7) (fields_autoplaced) - (stroke (width 0.1524) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 685b8cad-25ce-4e81-9215-637d908973dc) - (property "Sheetname" "Low Pass Filter B1" (at 134.62 91.9984 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "filter.kicad_sch" (at 134.62 105.9946 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (pin "OUT" output (at 158.75 99.06 0) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 446bcd67-0d8a-477f-99e3-d60fe7fdda4c) - ) - (pin "IN" input (at 134.62 99.06 180) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid d891f93e-d0be-431a-9a1e-0a7f863263cf) - ) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" (page "3")) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32" (page "6")) - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b" (page "8")) - ) - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "b55844e1-2ad8-4e96-8c88-aee43f497339") + (paper "A4") + (lib_symbols) + (sheet + (at 134.62 73.66) + (size 24.13 12.7) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "4ea64d1f-5820-44f2-a8e7-ebfd678427eb") + (property "Sheetname" "Low Pass Filter A1" + (at 134.62 72.9484 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "filter.kicad_sch" + (at 134.62 86.9446 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (pin "OUT" output + (at 158.75 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "c6331915-9340-4aeb-8eab-7e222fef7d18") + ) + (pin "IN" input + (at 134.62 80.01 180) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "369a3eb4-b629-4643-b4bf-a4f6d738962c") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32" + (page "7") + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b" + (page "9") + ) + ) + ) + ) + (sheet + (at 134.62 92.71) + (size 24.13 12.7) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "685b8cad-25ce-4e81-9215-637d908973dc") + (property "Sheetname" "Low Pass Filter B1" + (at 134.62 91.9984 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "filter.kicad_sch" + (at 134.62 105.9946 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (pin "OUT" output + (at 158.75 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "446bcd67-0d8a-477f-99e3-d60fe7fdda4c") + ) + (pin "IN" input + (at 134.62 99.06 180) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "d891f93e-d0be-431a-9a1e-0a7f863263cf") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/f526d132-2d8c-4aa7-a506-166671bbad32" + (page "6") + ) + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a/7a273ceb-90c2-41c3-886f-c622f777334b" + (page "8") + ) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/shared_page_value_change_complex/value_change.kicad_pcb b/tests/board_samples/kicad_8/shared_page_value_change_complex/value_change.kicad_pcb index 2b8ba102d..8513995bb 100644 --- a/tests/board_samples/kicad_8/shared_page_value_change_complex/value_change.kicad_pcb +++ b/tests/board_samples/kicad_8/shared_page_value_change_complex/value_change.kicad_pcb @@ -1,2 +1,83 @@ -(kicad_pcb (version 20221018) (generator pcbnew) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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 + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") ) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/shared_page_value_change_complex/value_change.kicad_sch b/tests/board_samples/kicad_8/shared_page_value_change_complex/value_change.kicad_sch index 12e56fef1..ddc5fb5ed 100644 --- a/tests/board_samples/kicad_8/shared_page_value_change_complex/value_change.kicad_sch +++ b/tests/board_samples/kicad_8/shared_page_value_change_complex/value_change.kicad_sch @@ -1,381 +1,916 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a) - - (paper "A4") - - (title_block - (title "Value change, two filters example") - (date "2023-04-25") - (rev "A") - (company "Instituto Nacional de Tecnología Industrial (INTI)") - (comment 1 "KiBot") - ) - - (lib_symbols - (symbol "Connector:Conn_01x03_Pin" (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" "Conn_01x03_Pin" (at 0 -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_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "connector" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Generic connector, single row, 01x03, script generated" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x03_Pin_1_1" - (polyline - (pts - (xy 1.27 -2.54) - (xy 0.8636 -2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 0) - (xy 0.8636 0) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 2.54) - (xy 0.8636 2.54) - ) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start 0.8636 -2.413) (end 0 -2.667) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 0.127) (end 0 -0.127) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (rectangle (start 0.8636 2.667) (end 0 2.413) - (stroke (width 0.1524) (type default)) - (fill (type outline)) - ) - (pin passive line (at 5.08 2.54 180) (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 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 -2.54 180) (length 3.81) - (name "Pin_3" (effects (font (size 1.27 1.27)))) - (number "3" (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)))) - ) - ) - ) - ) - - - (wire (pts (xy 139.7 82.55) (xy 152.4 82.55)) - (stroke (width 0) (type default)) - (uuid 1350f38a-f6a6-4b42-bfd9-c0a1c919bb25) - ) - (wire (pts (xy 110.49 101.6) (xy 115.57 101.6)) - (stroke (width 0) (type default)) - (uuid 13c148bb-b5d2-418c-80e0-0e34355d5560) - ) - (wire (pts (xy 146.05 101.6) (xy 139.7 101.6)) - (stroke (width 0) (type default)) - (uuid 289b27bb-e04b-473d-953e-73cff56801a6) - ) - (wire (pts (xy 104.14 87.63) (xy 104.14 90.17)) - (stroke (width 0) (type default)) - (uuid 5c965a6e-462d-4ea5-9c96-0eaf68519783) - ) - (wire (pts (xy 146.05 85.09) (xy 146.05 101.6)) - (stroke (width 0) (type default)) - (uuid 633c6fb4-1c5b-4e5c-b514-1ce3197687bd) - ) - (wire (pts (xy 149.86 87.63) (xy 149.86 90.17)) - (stroke (width 0) (type default)) - (uuid 7d5274e9-ae56-4772-b3ef-2267970e6320) - ) - (wire (pts (xy 101.6 82.55) (xy 115.57 82.55)) - (stroke (width 0) (type default)) - (uuid 8733965b-9b90-41ce-943f-e89c7a4fbbda) - ) - (wire (pts (xy 152.4 85.09) (xy 146.05 85.09)) - (stroke (width 0) (type default)) - (uuid 88f18cc6-de48-42dc-b8e1-7a4866c3c744) - ) - (wire (pts (xy 152.4 87.63) (xy 149.86 87.63)) - (stroke (width 0) (type default)) - (uuid a91a5e43-5aef-4c38-bb19-a12737684d95) - ) - (wire (pts (xy 101.6 85.09) (xy 110.49 85.09)) - (stroke (width 0) (type default)) - (uuid c9ce41e6-fab2-4108-8805-ad38cdf72a55) - ) - (wire (pts (xy 110.49 85.09) (xy 110.49 101.6)) - (stroke (width 0) (type default)) - (uuid e80a831d-085e-404b-9209-4eefec66ff47) - ) - (wire (pts (xy 101.6 87.63) (xy 104.14 87.63)) - (stroke (width 0) (type default)) - (uuid ffdb6f52-c019-450b-b8aa-e021401ab3df) - ) - - (text "Test for sheet reuse. Not a real life circuit.\nThis is a more complex case of \"shared_page_value_change\"\nWe'll change C2 and C4 from 150 pF to 220 pF\nAnd also C5 from 150 pF to 330 pF" - (at 13.97 38.1 0) - (effects (font (size 3.8 3.8)) (justify left bottom)) - (uuid 5f7d1d79-cbc2-45b6-a5c4-5c2fa6e514fc) - ) - - (symbol (lib_id "power:GND") (at 149.86 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 7b9e2a15-2358-4c6b-b49d-edbec568653e) - (property "Reference" "#PWR03" (at 149.86 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 149.86 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 149.86 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 149.86 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 48a25b00-604e-4a9c-abfd-02903294c6d0)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x03_Pin") (at 96.52 85.09 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid ac7adf8a-4abb-4c14-91fe-21a7cf50ef66) - (property "Reference" "J1" (at 96.52 80.01 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Input" (at 96.52 90.17 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 96.52 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 96.52 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6c147ead-140b-4bbf-9e69-b760a61017c2)) - (pin "2" (uuid 6e3aa771-dca2-4deb-8444-d095f95947f3)) - (pin "3" (uuid f86afc52-fd58-4c90-9e47-1a0cad166440)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector:Conn_01x03_Pin") (at 157.48 85.09 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid c9080e06-601c-4631-8a1b-4163f4ae6459) - (property "Reference" "J2" (at 156.21 80.01 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Output" (at 153.67 90.17 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 157.48 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 157.48 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 19f84772-4564-4c76-ad8f-fed3d412f2be)) - (pin "2" (uuid efd4b35e-df90-40e0-ac5c-cacbc2ad0c05)) - (pin "3" (uuid 563c2d6c-002e-42a7-91d6-21001bd89be5)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" - (reference "J2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 104.14 90.17 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid eca2c120-aafd-480b-93f5-44d2f699f880) - (property "Reference" "#PWR04" (at 104.14 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 104.14 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 104.14 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 104.14 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2de78699-cc01-4acd-8178-624baa10b398)) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (sheet (at 115.57 76.2) (size 24.13 12.7) (fields_autoplaced) - (stroke (width 0.1524) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 49bdcc4e-2823-4776-aac0-f277d3282fc7) - (property "Sheetname" "Low Pass Filter A" (at 115.57 75.4884 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "filter.kicad_sch" (at 115.57 89.4846 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (pin "OUT" output (at 139.7 82.55 0) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 3ba6ac20-d31f-4be7-a714-a2cb67559a30) - ) - (pin "IN" input (at 115.57 82.55 180) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid bda600b0-2825-454d-9370-ef55abf6c950) - ) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" (page "2")) - ) - ) - ) - - (sheet (at 177.8 96.52) (size 25.4 12.7) (fields_autoplaced) - (stroke (width 0.1524) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 7a273ceb-90c2-41c3-886f-c622f777334b) - (property "Sheetname" "Group 2" (at 177.8 95.8084 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "group.kicad_sch" (at 177.8 109.8046 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" (page "5")) - ) - ) - ) - - (sheet (at 115.57 95.25) (size 24.13 12.7) (fields_autoplaced) - (stroke (width 0.1524) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid aafc6b56-bfde-4afa-a6ef-e6ff929a3567) - (property "Sheetname" "Low Pass Filter B" (at 115.57 94.5384 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "filter.kicad_sch" (at 115.57 108.5346 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (pin "OUT" output (at 139.7 101.6 0) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 8abdac35-edd2-4be0-b815-a3a24b90a875) - ) - (pin "IN" input (at 115.57 101.6 180) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid caa70085-057f-4713-b57e-8a922880c1b7) - ) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" (page "3")) - ) - ) - ) - - (sheet (at 177.8 76.2) (size 25.4 12.7) (fields_autoplaced) - (stroke (width 0.1524) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid f526d132-2d8c-4aa7-a506-166671bbad32) - (property "Sheetname" "Group 1" (at 177.8 75.4884 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "group.kicad_sch" (at 177.8 89.4846 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (instances - (project "value_change" - (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" (page "4")) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a") + (paper "A4") + (title_block + (title "Value change, two filters example") + (date "2023-04-25") + (rev "A") + (company "Instituto Nacional de Tecnología Industrial (INTI)") + (comment 1 "KiBot") + ) + (lib_symbols + (symbol "Connector:Conn_01x03_Pin" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x03_Pin" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x03, script generated" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x03_Pin_1_1" + (polyline + (pts + (xy 1.27 -2.54) (xy 0.8636 -2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 0.8636 0) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 0.8636 2.54) + ) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 0.8636 -2.413) + (end 0 -2.667) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 0.127) + (end 0 -0.127) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 0.8636 2.667) + (end 0 2.413) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 5.08 2.54 180) + (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 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 -2.54 180) + (length 3.81) + (name "Pin_3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + ) + (wire + (pts + (xy 139.7 82.55) (xy 152.4 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1350f38a-f6a6-4b42-bfd9-c0a1c919bb25") + ) + (wire + (pts + (xy 110.49 101.6) (xy 115.57 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "13c148bb-b5d2-418c-80e0-0e34355d5560") + ) + (wire + (pts + (xy 146.05 101.6) (xy 139.7 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "289b27bb-e04b-473d-953e-73cff56801a6") + ) + (wire + (pts + (xy 104.14 87.63) (xy 104.14 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5c965a6e-462d-4ea5-9c96-0eaf68519783") + ) + (wire + (pts + (xy 146.05 85.09) (xy 146.05 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "633c6fb4-1c5b-4e5c-b514-1ce3197687bd") + ) + (wire + (pts + (xy 149.86 87.63) (xy 149.86 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7d5274e9-ae56-4772-b3ef-2267970e6320") + ) + (wire + (pts + (xy 101.6 82.55) (xy 115.57 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8733965b-9b90-41ce-943f-e89c7a4fbbda") + ) + (wire + (pts + (xy 152.4 85.09) (xy 146.05 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88f18cc6-de48-42dc-b8e1-7a4866c3c744") + ) + (wire + (pts + (xy 152.4 87.63) (xy 149.86 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a91a5e43-5aef-4c38-bb19-a12737684d95") + ) + (wire + (pts + (xy 101.6 85.09) (xy 110.49 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c9ce41e6-fab2-4108-8805-ad38cdf72a55") + ) + (wire + (pts + (xy 110.49 85.09) (xy 110.49 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e80a831d-085e-404b-9209-4eefec66ff47") + ) + (wire + (pts + (xy 101.6 87.63) (xy 104.14 87.63) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ffdb6f52-c019-450b-b8aa-e021401ab3df") + ) + (text "Test for sheet reuse. Not a real life circuit.\nThis is a more complex case of \"shared_page_value_change\"\nWe'll change C2 and C4 from 150 pF to 220 pF\nAnd also C5 from 150 pF to 330 pF" + (exclude_from_sim no) + (at 13.97 38.1 0) + (effects + (font + (size 3.8 3.8) + ) + (justify left bottom) + ) + (uuid "5f7d1d79-cbc2-45b6-a5c4-5c2fa6e514fc") + ) + (symbol + (lib_id "power:GND") + (at 149.86 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7b9e2a15-2358-4c6b-b49d-edbec568653e") + (property "Reference" "#PWR03" + (at 149.86 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 149.86 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 149.86 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 149.86 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 149.86 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "48a25b00-604e-4a9c-abfd-02903294c6d0") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x03_Pin") + (at 96.52 85.09 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ac7adf8a-4abb-4c14-91fe-21a7cf50ef66") + (property "Reference" "J1" + (at 96.52 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Input" + (at 96.52 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 96.52 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 96.52 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6c147ead-140b-4bbf-9e69-b760a61017c2") + ) + (pin "2" + (uuid "6e3aa771-dca2-4deb-8444-d095f95947f3") + ) + (pin "3" + (uuid "f86afc52-fd58-4c90-9e47-1a0cad166440") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:Conn_01x03_Pin") + (at 157.48 85.09 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c9080e06-601c-4631-8a1b-4163f4ae6459") + (property "Reference" "J2" + (at 156.21 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Output" + (at 153.67 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 157.48 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 157.48 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 157.48 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "19f84772-4564-4c76-ad8f-fed3d412f2be") + ) + (pin "2" + (uuid "efd4b35e-df90-40e0-ac5c-cacbc2ad0c05") + ) + (pin "3" + (uuid "563c2d6c-002e-42a7-91d6-21001bd89be5") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (reference "J2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 104.14 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "eca2c120-aafd-480b-93f5-44d2f699f880") + (property "Reference" "#PWR04" + (at 104.14 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 104.14 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 104.14 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 104.14 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 104.14 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2de78699-cc01-4acd-8178-624baa10b398") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (sheet + (at 115.57 76.2) + (size 24.13 12.7) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "49bdcc4e-2823-4776-aac0-f277d3282fc7") + (property "Sheetname" "Low Pass Filter A" + (at 115.57 75.4884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "filter.kicad_sch" + (at 115.57 89.4846 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (pin "OUT" output + (at 139.7 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "3ba6ac20-d31f-4be7-a714-a2cb67559a30") + ) + (pin "IN" input + (at 115.57 82.55 180) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "bda600b0-2825-454d-9370-ef55abf6c950") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (page "2") + ) + ) + ) + ) + (sheet + (at 177.8 96.52) + (size 25.4 12.7) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "7a273ceb-90c2-41c3-886f-c622f777334b") + (property "Sheetname" "Group 2" + (at 177.8 95.8084 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "group.kicad_sch" + (at 177.8 109.8046 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (page "5") + ) + ) + ) + ) + (sheet + (at 115.57 95.25) + (size 24.13 12.7) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "aafc6b56-bfde-4afa-a6ef-e6ff929a3567") + (property "Sheetname" "Low Pass Filter B" + (at 115.57 94.5384 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "filter.kicad_sch" + (at 115.57 108.5346 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (pin "OUT" output + (at 139.7 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "8abdac35-edd2-4be0-b815-a3a24b90a875") + ) + (pin "IN" input + (at 115.57 101.6 180) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "caa70085-057f-4713-b57e-8a922880c1b7") + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (page "3") + ) + ) + ) + ) + (sheet + (at 177.8 76.2) + (size 25.4 12.7) + (fields_autoplaced yes) + (stroke + (width 0.1524) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "f526d132-2d8c-4aa7-a506-166671bbad32") + (property "Sheetname" "Group 1" + (at 177.8 75.4884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "group.kicad_sch" + (at 177.8 89.4846 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (instances + (project "value_change" + (path "/f41402a7-f3c6-4f55-a71c-c7fa34cf9d1a" + (page "4") + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/simple_2layer.kicad_pcb b/tests/board_samples/kicad_8/simple_2layer.kicad_pcb index c95e788d6..914921f7e 100644 --- a/tests/board_samples/kicad_8/simple_2layer.kicad_pcb +++ b/tests/board_samples/kicad_8/simple_2layer.kicad_pcb @@ -1,140 +1,361 @@ -(kicad_pcb (version 20221018) (generator pcbnew) - - (general - (thickness 1.6) - ) - - (paper "A4") - (title_block - (title "Simple Plotting Test") - (date "2018-06-04") - (rev "A") - (company "KiPlot - KiCad Plotting Driver") - ) - - (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) - ) - - (setup - (pad_to_mask_clearance 0) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "") - - (footprint "TestPoint:TestPoint_THTPad_2.0x2.0mm_Drill1.0mm" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005b15541f) - (at 140 100) - (descr "THT rectangular pad as test Point, square 2.0mm_Drill1.0mm side length, hole diameter 1.0mm") - (tags "test point THT pad rectangle square") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "TP1" (at 0 -2) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6de6eb96-2bce-4893-8df8-ee4f11c74ee2) - ) - (fp_text value "TestPoint2mm" (at 0 2.05) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 41a9120a-c6ae-4f4c-89c9-74577a60e61b) - ) - (fp_text user "${REFERENCE}" (at 0 -2) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6d950297-d87f-4013-828d-d61567be0ff9) - ) - (fp_line (start -1.2 -1.2) (end 1.2 -1.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 96569f29-d14d-459b-aa18-c71851f86ebd)) - (fp_line (start -1.2 1.2) (end -1.2 -1.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp fce549bf-eb06-4c57-9871-f274395a6db4)) - (fp_line (start 1.2 -1.2) (end 1.2 1.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e0b3cf66-8357-4d7c-b7f6-f72b3c01d9a3)) - (fp_line (start 1.2 1.2) (end -1.2 1.2) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f071f4fd-84af-4ce5-92c3-8cbf0759c557)) - (fp_line (start -1.5 -1.5) (end -1.5 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6b7b21e3-3ef8-47a3-ac37-f233999767d9)) - (fp_line (start -1.5 -1.5) (end 1.5 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d7e8bce2-c343-42c9-b249-7442bfcbfac1)) - (fp_line (start 1.5 1.5) (end -1.5 1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 007608dd-c1f2-45c2-badb-3a62f64a38ba)) - (fp_line (start 1.5 1.5) (end 1.5 -1.5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 89f4a15b-e62b-41db-be77-4222d41d0594)) - (pad "1" thru_hole rect (at 0 0) (size 2 2) (drill 1) (layers "*.Cu" "*.Mask") (tstamp 59e3f63a-c9de-4e49-b736-b450c077c5ee)) - ) - - (gr_line (start 145 95) (end 132 95) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 0e145530-18ad-4043-9162-57ab89376be3)) - (gr_line (start 132 95) (end 132 106) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 0f5b234a-5391-423f-914b-6481e2e4b824)) - (gr_line (start 148 106) (end 148 98) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 2fdbf9a7-eb5f-4089-b5d6-a2ce1a74d77d)) - (gr_arc (start 145 95) (mid 147.12132 95.87868) (end 148 98) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp 6fdb63ac-c5a6-4cde-a60f-ceff411b1607)) - (gr_line (start 132 106) (end 148 106) - (stroke (width 0.2) (type solid)) (layer "Edge.Cuts") (tstamp bf8b6910-62ee-4e86-8c6e-6aaf131bdde2)) - (dimension (type aligned) (layer "Dwgs.User") (tstamp e5864fe6-2a71-47f0-90ce-38c3f8901580) - (pts (xy 132 106) (xy 148 106)) - (height 3) - (gr_text "16,0000 mm" (at 140 107.2) (layer "Dwgs.User") (tstamp e5864fe6-2a71-47f0-90ce-38c3f8901580) - (effects (font (size 1.5 1.5) (thickness 0.3))) - ) - (format (prefix "") (suffix "") (units 3) (units_format 1) (precision 4)) - (style (thickness 0.2) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0.5) keep_text_aligned) - ) - - (segment (start 140 100) (end 143 100) (width 1) (layer "F.Cu") (net 0) (tstamp 2024a043-b527-4a79-8fd0-789dc8affa64)) - (segment (start 134 99) (end 134 101) (width 1) (layer "F.Cu") (net 0) (tstamp ad45ccad-656d-4667-8c74-5c79ecd6675b)) - (segment (start 142 102) (end 143 102) (width 1) (layer "B.Cu") (net 0) (tstamp 11d54499-6257-4e14-b0ac-6c8398bbc4be)) - (segment (start 140 100) (end 142 102) (width 1) (layer "B.Cu") (net 0) (tstamp 38bd6bf7-b2df-46b0-88e4-290d244f92c3)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (title "Simple Plotting Test") + (date "2018-06-04") + (rev "A") + (company "KiPlot - KiCad Plotting Driver") + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (footprint "TestPoint:TestPoint_THTPad_2.0x2.0mm_Drill1.0mm" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005b15541f") + (at 140 100) + (descr "THT rectangular pad as test Point, square 2.0mm_Drill1.0mm side length, hole diameter 1.0mm") + (tags "test point THT pad rectangle square") + (property "Reference" "TP1" + (at 0 -2 0) + (layer "F.SilkS") + (uuid "6de6eb96-2bce-4893-8df8-ee4f11c74ee2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "TestPoint2mm" + (at 0 2.05 0) + (layer "F.Fab") + (uuid "41a9120a-c6ae-4f4c-89c9-74577a60e61b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8d0e573d-fc7c-4fe8-993f-1b8e09a4a702") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c151e2f-0f6d-449b-ad3c-6058e2834baf") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b56fe42-2088-49d0-b491-939e09823a34") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (attr exclude_from_pos_files exclude_from_bom) + (fp_line + (start -1.2 -1.2) + (end 1.2 -1.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "96569f29-d14d-459b-aa18-c71851f86ebd") + ) + (fp_line + (start -1.2 1.2) + (end -1.2 -1.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "fce549bf-eb06-4c57-9871-f274395a6db4") + ) + (fp_line + (start 1.2 -1.2) + (end 1.2 1.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "e0b3cf66-8357-4d7c-b7f6-f72b3c01d9a3") + ) + (fp_line + (start 1.2 1.2) + (end -1.2 1.2) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f071f4fd-84af-4ce5-92c3-8cbf0759c557") + ) + (fp_line + (start -1.5 -1.5) + (end -1.5 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6b7b21e3-3ef8-47a3-ac37-f233999767d9") + ) + (fp_line + (start -1.5 -1.5) + (end 1.5 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d7e8bce2-c343-42c9-b249-7442bfcbfac1") + ) + (fp_line + (start 1.5 1.5) + (end -1.5 1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "007608dd-c1f2-45c2-badb-3a62f64a38ba") + ) + (fp_line + (start 1.5 1.5) + (end 1.5 -1.5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "89f4a15b-e62b-41db-be77-4222d41d0594") + ) + (fp_text user "${REFERENCE}" + (at 0 -2 0) + (layer "F.Fab") + (uuid "6d950297-d87f-4013-828d-d61567be0ff9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 2 2) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "59e3f63a-c9de-4e49-b736-b450c077c5ee") + ) + ) + (gr_line + (start 145 95) + (end 132 95) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "0e145530-18ad-4043-9162-57ab89376be3") + ) + (gr_line + (start 132 95) + (end 132 106) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "0f5b234a-5391-423f-914b-6481e2e4b824") + ) + (gr_line + (start 148 106) + (end 148 98) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "2fdbf9a7-eb5f-4089-b5d6-a2ce1a74d77d") + ) + (gr_arc + (start 145 95) + (mid 147.12132 95.87868) + (end 148 98) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "6fdb63ac-c5a6-4cde-a60f-ceff411b1607") + ) + (gr_line + (start 132 106) + (end 148 106) + (stroke + (width 0.2) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "bf8b6910-62ee-4e86-8c6e-6aaf131bdde2") + ) + (dimension + (type aligned) + (layer "Dwgs.User") + (uuid "e5864fe6-2a71-47f0-90ce-38c3f8901580") + (pts + (xy 132 106) (xy 148 106) + ) + (height 3) + (gr_text "16.0000 mm" + (at 140 107.2 0) + (layer "Dwgs.User") + (uuid "e5864fe6-2a71-47f0-90ce-38c3f8901580") + (effects + (font + (size 1.5 1.5) + (thickness 0.3) + ) + ) + ) + (format + (prefix "") + (suffix "") + (units 3) + (units_format 1) + (precision 4) + ) + (style + (thickness 0.2) + (arrow_length 1.27) + (text_position_mode 0) + (extension_height 0.58642) + (extension_offset 0.5) keep_text_aligned) + ) + (segment + (start 140 100) + (end 143 100) + (width 1) + (layer "F.Cu") + (net 0) + (uuid "2024a043-b527-4a79-8fd0-789dc8affa64") + ) + (segment + (start 134 99) + (end 134 101) + (width 1) + (layer "F.Cu") + (net 0) + (uuid "ad45ccad-656d-4667-8c74-5c79ecd6675b") + ) + (segment + (start 142 102) + (end 143 102) + (width 1) + (layer "B.Cu") + (net 0) + (uuid "11d54499-6257-4e14-b0ac-6c8398bbc4be") + ) + (segment + (start 140 100) + (end 142 102) + (width 1) + (layer "B.Cu") + (net 0) + (uuid "38bd6bf7-b2df-46b0-88e4-290d244f92c3") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/sub-sheet.kicad_sch b/tests/board_samples/kicad_8/sub-sheet.kicad_sch index b94b0e412..1e813240a 100644 --- a/tests/board_samples/kicad_8/sub-sheet.kicad_sch +++ b/tests/board_samples/kicad_8/sub-sheet.kicad_sch @@ -1,667 +1,1677 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 5b2b5c7d-f943-4634-9f0a-e9561705c49d) - - (paper "User" 297.002 210.007) - - (title_block - (date " ") - ) - - (lib_symbols - (symbol "74xx:74LS04" (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 0 -1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "TTL not inv" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Hex Inverter" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "DIP*W7.62mm* SSOP?14* TSSOP?14*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "74LS04_1_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_2_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_3_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_4_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_5_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_6_0" - (polyline - (pts - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 3.81 0) - (xy -3.81 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 0 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_7_0" - (pin power_in line (at 0 12.7 270) (length 5.08) - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -12.7 90) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS04_7_1" - (rectangle (start -5.08 7.62) (end 5.08 -7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - ) - (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" "power-flag" (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)))) - ) - ) - ) - (symbol "power:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"VCC\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "VCC_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "VCC_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - - (wire (pts (xy 104.14 63.5) (xy 106.68 63.5)) - (stroke (width 0) (type default)) - (uuid 10109f84-4940-47f8-8640-91f185ac9bc1) - ) - (wire (pts (xy 175.26 63.5) (xy 177.8 63.5)) - (stroke (width 0) (type default)) - (uuid 47baf4b1-0938-497d-88f9-671136aa8be7) - ) - (wire (pts (xy 121.92 63.5) (xy 124.46 63.5)) - (stroke (width 0) (type default)) - (uuid 55e740a3-0735-4744-896e-2bf5437093b9) - ) - (wire (pts (xy 157.48 63.5) (xy 160.02 63.5)) - (stroke (width 0) (type default)) - (uuid c022004a-c968-410e-b59e-fbab0e561e9d) - ) - (wire (pts (xy 193.04 63.5) (xy 195.58 63.5)) - (stroke (width 0) (type default)) - (uuid e615f7aa-337e-474d-9615-2ad82b1c44ca) - ) - (wire (pts (xy 85.09 63.5) (xy 88.9 63.5)) - (stroke (width 0) (type default)) - (uuid ef8fe2ac-6a7f-4682-9418-b801a1b10a3b) - ) - (wire (pts (xy 139.7 63.5) (xy 142.24 63.5)) - (stroke (width 0) (type default)) - (uuid f4f99e3d-7269-4f6a-a759-16ad2a258779) - ) - - (hierarchical_label "IN" (shape input) (at 85.09 63.5 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 4fb02e58-160a-4a39-9f22-d0c75e82ee72) - ) - (hierarchical_label "OUT" (shape output) (at 195.58 63.5 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 77ed3941-d133-4aef-a9af-5a39322d14eb) - ) - - (symbol (lib_id "74xx:74LS04") (at 96.52 63.5 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f34307a) - (property "Reference" "U1" (at 96.52 55.4482 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 96.52 57.7596 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 96.52 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 96.52 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f1e9ac99-f8d4-4d05-beb3-290dccb8d277)) - (pin "2" (uuid 014c98b2-ac35-4831-825d-74c6fa5ddc67)) - (pin "3" (uuid 2282aa17-25e5-4b18-b436-0d5d8b80c271)) - (pin "4" (uuid 779d408a-048e-4117-b37b-52b0f8855fe0)) - (pin "5" (uuid 0209c2aa-e6bb-4fb6-ad76-6e4b9b1b16f7)) - (pin "6" (uuid 867bfffe-ae91-4651-94e5-196c3c600344)) - (pin "8" (uuid 46124aee-812d-4b49-8b07-54040860b90b)) - (pin "9" (uuid bfb61142-9bc3-4e95-89e6-4ced14b533f1)) - (pin "10" (uuid c37c1333-9b31-4605-8469-7903812fede5)) - (pin "11" (uuid f638fbb1-32ba-4d92-b985-ace474e20207)) - (pin "12" (uuid 0105483f-ed6d-4621-a345-4f843c0072bf)) - (pin "13" (uuid 052e0faa-99fa-4dba-8771-a6a810a9615f)) - (pin "14" (uuid cad197d5-2063-47e9-a3da-c0da8b26e6ec)) - (pin "7" (uuid a5eca4b9-9690-4686-9caf-8a9265e35104)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" - (reference "U1") (unit 1) - ) - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 114.3 63.5 0) (unit 2) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f344a0e) - (property "Reference" "U1" (at 114.3 55.4482 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 114.3 57.7596 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 114.3 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7eb5089c-0f47-4b87-beab-8ff80b20792f)) - (pin "2" (uuid 60102715-3c93-4a15-8674-20c8b7c57be4)) - (pin "3" (uuid c1630947-26ec-4031-96dd-f1cdf939d3a7)) - (pin "4" (uuid e2858b6c-d9d5-4bfd-a26d-d7110c9ff81c)) - (pin "5" (uuid 8e8bdbab-9511-4475-9eff-1510f6b5ad23)) - (pin "6" (uuid 6ae8ec3f-43b9-4112-bfd5-128204c7759e)) - (pin "8" (uuid cf6c2bfe-fd20-4797-a562-aefcd563a7af)) - (pin "9" (uuid 99a6c8b8-68c2-479d-ad69-5f387013f1da)) - (pin "10" (uuid 349db570-c21f-46f9-80d4-b68f3473ae15)) - (pin "11" (uuid 76d634a3-0256-4a17-8718-470b7e39e4ac)) - (pin "12" (uuid 72b533b9-dc1e-46c5-a29d-c8b49a52ce5d)) - (pin "13" (uuid 132268c6-c19f-48f6-8da5-42a0ba313cd0)) - (pin "14" (uuid 5cd18a01-4203-4bf0-961c-09af1ded6848)) - (pin "7" (uuid 612772b8-33ef-4e45-abaa-4fba74ec3e0b)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" - (reference "U1") (unit 2) - ) - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" - (reference "U2") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 132.08 63.5 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f345e39) - (property "Reference" "U1" (at 132.08 55.4482 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 132.08 57.7596 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 132.08 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 132.08 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bbac1062-acc9-427d-9486-84613968193d)) - (pin "2" (uuid aa6fbc5d-962a-421b-b0f8-5cc0634fa940)) - (pin "3" (uuid ee86faf1-b781-415c-a773-7ffd42b4ccac)) - (pin "4" (uuid f60b38a1-6bcf-4425-85f9-40dd840f097e)) - (pin "5" (uuid 9a609661-5895-4db4-a600-14bffdacc16e)) - (pin "6" (uuid f6c777f1-b4a6-4529-9b29-67dfedcb1744)) - (pin "8" (uuid d6ee852a-2125-4cbb-b4c0-2c1f7b3da0fd)) - (pin "9" (uuid 66b18884-be07-4547-81e4-598e8796b478)) - (pin "10" (uuid 23b24c2d-06bc-4f64-bbba-4a1836993bd3)) - (pin "11" (uuid ab204973-c25f-4438-a480-b6256c3846e5)) - (pin "12" (uuid b7d46009-86c1-4915-8882-efed73321a1b)) - (pin "13" (uuid ae6c4a1d-7821-456a-9178-e99999733573)) - (pin "14" (uuid bb4b6efa-8944-40e5-8681-42c8086dfb79)) - (pin "7" (uuid 7b67e898-9526-4fba-8f77-59962db970c7)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" - (reference "U1") (unit 3) - ) - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" - (reference "U2") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 149.86 63.5 0) (unit 4) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f346e8b) - (property "Reference" "U1" (at 149.86 55.4482 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 149.86 57.7596 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 149.86 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 149.86 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2905dd4f-e9df-4c8d-9d14-37e5474058d3)) - (pin "2" (uuid 909aa50b-4012-4e97-bcca-8dbd688e9e99)) - (pin "3" (uuid 8520760e-f968-483e-8989-07d96ff7c0bd)) - (pin "4" (uuid 472927d7-713d-4434-aae2-cab12a79506c)) - (pin "5" (uuid 5c2e0337-2447-4117-8a69-8ab7a6736b16)) - (pin "6" (uuid 44dcea25-62da-41dc-8e4e-72c45198747e)) - (pin "8" (uuid 47d49bdd-bacb-468f-bcfb-647fd9ccff38)) - (pin "9" (uuid 71c84a4a-5d81-46df-a82f-84ff433708b7)) - (pin "10" (uuid ccbabbc8-3805-4494-9f79-0e7c58491280)) - (pin "11" (uuid 5f478e4e-1c37-417f-802a-dcd64da6ec69)) - (pin "12" (uuid f4169419-5cd3-4db1-860a-b37e557bc728)) - (pin "13" (uuid 0eb475d7-7c32-41bc-a947-f6e04adbfa7d)) - (pin "14" (uuid c3d6c577-12ce-4f2f-84bd-dda13a8fe40f)) - (pin "7" (uuid 2843c226-58ef-4dc8-ad8f-3fcb74143c53)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" - (reference "U1") (unit 4) - ) - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" - (reference "U2") (unit 4) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 167.64 63.5 0) (unit 5) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f348270) - (property "Reference" "U1" (at 167.64 55.4482 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 167.64 57.7596 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 167.64 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 167.64 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 50c06431-98b4-4782-9bc2-1f48dd66012e)) - (pin "2" (uuid 237913c0-554e-4f92-9454-74fca47a4ff0)) - (pin "3" (uuid 22591fce-1b7c-432b-9f65-ca786ad38164)) - (pin "4" (uuid cf7394f4-fb02-417b-8fcd-f7a746f2f953)) - (pin "5" (uuid 1c6ed6bd-b27d-4107-a50a-c5fa1ca815a8)) - (pin "6" (uuid c9913a2d-9fdc-477b-99fb-40ae623b387f)) - (pin "8" (uuid 1dd5c978-2ace-45f7-9c90-88b9fc1a4ffc)) - (pin "9" (uuid 9a40e5da-1346-4d0c-af28-5a2601f44304)) - (pin "10" (uuid 01fec0dc-78cf-4a7d-851f-e24a9edd4a86)) - (pin "11" (uuid 92e30d01-6115-49a3-bead-4b8b74d533c9)) - (pin "12" (uuid 7092ba6d-f06a-417d-9814-317dd365bfc4)) - (pin "13" (uuid bce2b649-7e95-435b-ad4a-9467fe595946)) - (pin "14" (uuid cee262bb-8369-447b-8bc6-8fc7e99304ba)) - (pin "7" (uuid d69f10fe-7d7e-437f-89c6-5d4591a60c24)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" - (reference "U1") (unit 5) - ) - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" - (reference "U2") (unit 5) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 185.42 63.5 0) (unit 6) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f348d95) - (property "Reference" "U1" (at 185.42 55.4482 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS04" (at 185.42 57.7596 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 185.42 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 185.42 63.5 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c1de8072-85af-41fb-bbae-891234fe6286)) - (pin "2" (uuid 92eba779-7a6c-4f2f-bf8a-9d01b4559540)) - (pin "3" (uuid 87aa64d0-4063-42a0-8b26-e6afc8ae74de)) - (pin "4" (uuid 57d78745-19ee-4265-be9f-6570894e3e61)) - (pin "5" (uuid 924bfea8-9b40-4840-882f-6d467382007a)) - (pin "6" (uuid 6353b9ee-662c-49d5-8069-f7d044044c97)) - (pin "8" (uuid 9711c471-9fef-4c47-a8bb-dbb7861fc7f5)) - (pin "9" (uuid 4875c4e7-8ec2-47f1-a20e-42413b9c1e4a)) - (pin "10" (uuid 0d8c1296-05ab-46c9-b16d-99728b6eacd6)) - (pin "11" (uuid 41727653-a496-48b3-ac11-0e25bdbe5198)) - (pin "12" (uuid b9a8ff4c-342a-4f44-bfb4-1b1895e9679b)) - (pin "13" (uuid 29941c34-ddd5-4a9c-bdef-5bf81398f604)) - (pin "14" (uuid c589a3b6-28de-47c0-87df-1950ce799f45)) - (pin "7" (uuid f0358a25-a450-4144-94fb-900372ab12a7)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" - (reference "U1") (unit 6) - ) - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" - (reference "U2") (unit 6) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS04") (at 139.7 88.9 0) (unit 7) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f34a12f) - (property "Reference" "U1" (at 145.542 87.7316 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "74LS04" (at 145.542 90.043 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 139.7 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 139.7 88.9 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6202c74f-4d05-4660-b905-0e5ca6889128)) - (pin "2" (uuid 011a7ac5-7a54-4c9a-97b1-3c71ef0bed96)) - (pin "3" (uuid 98b08e85-9973-4c19-9269-2dcea15b1681)) - (pin "4" (uuid f023d9a1-53db-47ae-bc98-ce0c0852432d)) - (pin "5" (uuid a1064e68-0e5f-40e9-9c19-682469444ee6)) - (pin "6" (uuid 819e8bc3-d0a5-4ab9-ad3b-83fcfff57d5f)) - (pin "8" (uuid ff2b7b52-4097-4d64-8511-d7ac105c5a57)) - (pin "9" (uuid f85ce822-c4cd-4bc6-8c31-cfad683d10ae)) - (pin "10" (uuid a4bb7bae-f982-4b25-a9eb-bc556b618638)) - (pin "11" (uuid 84529ab6-9a65-4c87-b095-7a53fb755e2c)) - (pin "12" (uuid 3d1ca20e-431d-45c0-9443-c5f597b34af3)) - (pin "13" (uuid 2bd0a9eb-83dd-424f-92d0-bd4297676cbf)) - (pin "14" (uuid bf0862f0-7b4d-4da4-a5e8-91a9bdbee56f)) - (pin "7" (uuid 0639e567-d45a-4c84-98fa-a167b211ae20)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" - (reference "U1") (unit 7) - ) - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" - (reference "U2") (unit 7) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 139.7 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f34bc05) - (property "Reference" "#PWR01" (at 139.7 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 140.081 71.8058 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 139.7 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 139.7 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0030af45-9cbd-4108-9b0f-2e3885996ada)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" - (reference "#PWR01") (unit 1) - ) - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 139.7 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f34c535) - (property "Reference" "#PWR02" (at 139.7 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 139.827 105.9942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 139.7 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 139.7 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 03d3f3dc-57cc-4a5d-b588-5d7b6cd2d907)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" - (reference "#PWR02") (unit 1) - ) - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" - (reference "#PWR04") (unit 1) - ) - ) - ) - ) - - (sheet (at 114.3 127) (size 25.4 12.7) (fields_autoplaced) - (stroke (width 0) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 00000000-0000-0000-0000-00005f3bb8bb) - (property "Sheetname" "Deeper test" (at 114.3 126.2884 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "deeper.kicad_sch" (at 114.3 140.2846 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" (page "2")) - (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" (page "3")) - ) - ) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "5b2b5c7d-f943-4634-9f0a-e9561705c49d") + (paper "User" 297.002 210.007) + (title_block + (date " ") + ) + (lib_symbols + (symbol "74xx:74LS04" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Hex Inverter" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "TTL not inv" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DIP*W7.62mm* SSOP?14* TSSOP?14*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "74LS04_1_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_2_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_3_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_4_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_5_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_6_0" + (polyline + (pts + (xy -3.81 3.81) (xy -3.81 -3.81) (xy 3.81 0) (xy -3.81 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_7_0" + (pin power_in line + (at 0 12.7 270) + (length 5.08) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -12.7 90) + (length 5.08) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS04_7_1" + (rectangle + (start -5.08 7.62) + (end 5.08 -7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "power:VCC" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "VCC_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VCC_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (wire + (pts + (xy 104.14 63.5) (xy 106.68 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (wire + (pts + (xy 175.26 63.5) (xy 177.8 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "47baf4b1-0938-497d-88f9-671136aa8be7") + ) + (wire + (pts + (xy 121.92 63.5) (xy 124.46 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (wire + (pts + (xy 157.48 63.5) (xy 160.02 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c022004a-c968-410e-b59e-fbab0e561e9d") + ) + (wire + (pts + (xy 193.04 63.5) (xy 195.58 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (wire + (pts + (xy 85.09 63.5) (xy 88.9 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (wire + (pts + (xy 139.7 63.5) (xy 142.24 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (hierarchical_label "IN" + (shape input) + (at 85.09 63.5 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (hierarchical_label "OUT" + (shape output) + (at 195.58 63.5 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + ) + (symbol + (lib_id "74xx:74LS04") + (at 96.52 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f34307a") + (property "Reference" "U1" + (at 96.52 55.4482 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 96.52 57.7596 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 96.52 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 96.52 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 96.52 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f1e9ac99-f8d4-4d05-beb3-290dccb8d277") + ) + (pin "2" + (uuid "014c98b2-ac35-4831-825d-74c6fa5ddc67") + ) + (pin "3" + (uuid "2282aa17-25e5-4b18-b436-0d5d8b80c271") + ) + (pin "4" + (uuid "779d408a-048e-4117-b37b-52b0f8855fe0") + ) + (pin "5" + (uuid "0209c2aa-e6bb-4fb6-ad76-6e4b9b1b16f7") + ) + (pin "6" + (uuid "867bfffe-ae91-4651-94e5-196c3c600344") + ) + (pin "8" + (uuid "46124aee-812d-4b49-8b07-54040860b90b") + ) + (pin "9" + (uuid "bfb61142-9bc3-4e95-89e6-4ced14b533f1") + ) + (pin "10" + (uuid "c37c1333-9b31-4605-8469-7903812fede5") + ) + (pin "11" + (uuid "f638fbb1-32ba-4d92-b985-ace474e20207") + ) + (pin "12" + (uuid "0105483f-ed6d-4621-a345-4f843c0072bf") + ) + (pin "13" + (uuid "052e0faa-99fa-4dba-8771-a6a810a9615f") + ) + (pin "14" + (uuid "cad197d5-2063-47e9-a3da-c0da8b26e6ec") + ) + (pin "7" + (uuid "a5eca4b9-9690-4686-9caf-8a9265e35104") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") + (unit 1) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 114.3 63.5 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f344a0e") + (property "Reference" "U1" + (at 114.3 55.4482 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 114.3 57.7596 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 114.3 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7eb5089c-0f47-4b87-beab-8ff80b20792f") + ) + (pin "2" + (uuid "60102715-3c93-4a15-8674-20c8b7c57be4") + ) + (pin "3" + (uuid "c1630947-26ec-4031-96dd-f1cdf939d3a7") + ) + (pin "4" + (uuid "e2858b6c-d9d5-4bfd-a26d-d7110c9ff81c") + ) + (pin "5" + (uuid "8e8bdbab-9511-4475-9eff-1510f6b5ad23") + ) + (pin "6" + (uuid "6ae8ec3f-43b9-4112-bfd5-128204c7759e") + ) + (pin "8" + (uuid "cf6c2bfe-fd20-4797-a562-aefcd563a7af") + ) + (pin "9" + (uuid "99a6c8b8-68c2-479d-ad69-5f387013f1da") + ) + (pin "10" + (uuid "349db570-c21f-46f9-80d4-b68f3473ae15") + ) + (pin "11" + (uuid "76d634a3-0256-4a17-8718-470b7e39e4ac") + ) + (pin "12" + (uuid "72b533b9-dc1e-46c5-a29d-c8b49a52ce5d") + ) + (pin "13" + (uuid "132268c6-c19f-48f6-8da5-42a0ba313cd0") + ) + (pin "14" + (uuid "5cd18a01-4203-4bf0-961c-09af1ded6848") + ) + (pin "7" + (uuid "612772b8-33ef-4e45-abaa-4fba74ec3e0b") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") + (unit 2) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 132.08 63.5 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f345e39") + (property "Reference" "U1" + (at 132.08 55.4482 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 132.08 57.7596 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 132.08 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 132.08 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 132.08 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bbac1062-acc9-427d-9486-84613968193d") + ) + (pin "2" + (uuid "aa6fbc5d-962a-421b-b0f8-5cc0634fa940") + ) + (pin "3" + (uuid "ee86faf1-b781-415c-a773-7ffd42b4ccac") + ) + (pin "4" + (uuid "f60b38a1-6bcf-4425-85f9-40dd840f097e") + ) + (pin "5" + (uuid "9a609661-5895-4db4-a600-14bffdacc16e") + ) + (pin "6" + (uuid "f6c777f1-b4a6-4529-9b29-67dfedcb1744") + ) + (pin "8" + (uuid "d6ee852a-2125-4cbb-b4c0-2c1f7b3da0fd") + ) + (pin "9" + (uuid "66b18884-be07-4547-81e4-598e8796b478") + ) + (pin "10" + (uuid "23b24c2d-06bc-4f64-bbba-4a1836993bd3") + ) + (pin "11" + (uuid "ab204973-c25f-4438-a480-b6256c3846e5") + ) + (pin "12" + (uuid "b7d46009-86c1-4915-8882-efed73321a1b") + ) + (pin "13" + (uuid "ae6c4a1d-7821-456a-9178-e99999733573") + ) + (pin "14" + (uuid "bb4b6efa-8944-40e5-8681-42c8086dfb79") + ) + (pin "7" + (uuid "7b67e898-9526-4fba-8f77-59962db970c7") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") + (unit 3) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 149.86 63.5 0) + (unit 4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f346e8b") + (property "Reference" "U1" + (at 149.86 55.4482 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 149.86 57.7596 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 149.86 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 149.86 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 149.86 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2905dd4f-e9df-4c8d-9d14-37e5474058d3") + ) + (pin "2" + (uuid "909aa50b-4012-4e97-bcca-8dbd688e9e99") + ) + (pin "3" + (uuid "8520760e-f968-483e-8989-07d96ff7c0bd") + ) + (pin "4" + (uuid "472927d7-713d-4434-aae2-cab12a79506c") + ) + (pin "5" + (uuid "5c2e0337-2447-4117-8a69-8ab7a6736b16") + ) + (pin "6" + (uuid "44dcea25-62da-41dc-8e4e-72c45198747e") + ) + (pin "8" + (uuid "47d49bdd-bacb-468f-bcfb-647fd9ccff38") + ) + (pin "9" + (uuid "71c84a4a-5d81-46df-a82f-84ff433708b7") + ) + (pin "10" + (uuid "ccbabbc8-3805-4494-9f79-0e7c58491280") + ) + (pin "11" + (uuid "5f478e4e-1c37-417f-802a-dcd64da6ec69") + ) + (pin "12" + (uuid "f4169419-5cd3-4db1-860a-b37e557bc728") + ) + (pin "13" + (uuid "0eb475d7-7c32-41bc-a947-f6e04adbfa7d") + ) + (pin "14" + (uuid "c3d6c577-12ce-4f2f-84bd-dda13a8fe40f") + ) + (pin "7" + (uuid "2843c226-58ef-4dc8-ad8f-3fcb74143c53") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") + (unit 4) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") + (unit 4) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 167.64 63.5 0) + (unit 5) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f348270") + (property "Reference" "U1" + (at 167.64 55.4482 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 167.64 57.7596 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 167.64 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 167.64 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 167.64 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "50c06431-98b4-4782-9bc2-1f48dd66012e") + ) + (pin "2" + (uuid "237913c0-554e-4f92-9454-74fca47a4ff0") + ) + (pin "3" + (uuid "22591fce-1b7c-432b-9f65-ca786ad38164") + ) + (pin "4" + (uuid "cf7394f4-fb02-417b-8fcd-f7a746f2f953") + ) + (pin "5" + (uuid "1c6ed6bd-b27d-4107-a50a-c5fa1ca815a8") + ) + (pin "6" + (uuid "c9913a2d-9fdc-477b-99fb-40ae623b387f") + ) + (pin "8" + (uuid "1dd5c978-2ace-45f7-9c90-88b9fc1a4ffc") + ) + (pin "9" + (uuid "9a40e5da-1346-4d0c-af28-5a2601f44304") + ) + (pin "10" + (uuid "01fec0dc-78cf-4a7d-851f-e24a9edd4a86") + ) + (pin "11" + (uuid "92e30d01-6115-49a3-bead-4b8b74d533c9") + ) + (pin "12" + (uuid "7092ba6d-f06a-417d-9814-317dd365bfc4") + ) + (pin "13" + (uuid "bce2b649-7e95-435b-ad4a-9467fe595946") + ) + (pin "14" + (uuid "cee262bb-8369-447b-8bc6-8fc7e99304ba") + ) + (pin "7" + (uuid "d69f10fe-7d7e-437f-89c6-5d4591a60c24") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") + (unit 5) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") + (unit 5) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 185.42 63.5 0) + (unit 6) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f348d95") + (property "Reference" "U1" + (at 185.42 55.4482 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS04" + (at 185.42 57.7596 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 185.42 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 185.42 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 185.42 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c1de8072-85af-41fb-bbae-891234fe6286") + ) + (pin "2" + (uuid "92eba779-7a6c-4f2f-bf8a-9d01b4559540") + ) + (pin "3" + (uuid "87aa64d0-4063-42a0-8b26-e6afc8ae74de") + ) + (pin "4" + (uuid "57d78745-19ee-4265-be9f-6570894e3e61") + ) + (pin "5" + (uuid "924bfea8-9b40-4840-882f-6d467382007a") + ) + (pin "6" + (uuid "6353b9ee-662c-49d5-8069-f7d044044c97") + ) + (pin "8" + (uuid "9711c471-9fef-4c47-a8bb-dbb7861fc7f5") + ) + (pin "9" + (uuid "4875c4e7-8ec2-47f1-a20e-42413b9c1e4a") + ) + (pin "10" + (uuid "0d8c1296-05ab-46c9-b16d-99728b6eacd6") + ) + (pin "11" + (uuid "41727653-a496-48b3-ac11-0e25bdbe5198") + ) + (pin "12" + (uuid "b9a8ff4c-342a-4f44-bfb4-1b1895e9679b") + ) + (pin "13" + (uuid "29941c34-ddd5-4a9c-bdef-5bf81398f604") + ) + (pin "14" + (uuid "c589a3b6-28de-47c0-87df-1950ce799f45") + ) + (pin "7" + (uuid "f0358a25-a450-4144-94fb-900372ab12a7") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") + (unit 6) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") + (unit 6) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS04") + (at 139.7 88.9 0) + (unit 7) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f34a12f") + (property "Reference" "U1" + (at 145.542 87.7316 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "74LS04" + (at 145.542 90.043 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 139.7 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" + (at 139.7 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 139.7 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6202c74f-4d05-4660-b905-0e5ca6889128") + ) + (pin "2" + (uuid "011a7ac5-7a54-4c9a-97b1-3c71ef0bed96") + ) + (pin "3" + (uuid "98b08e85-9973-4c19-9269-2dcea15b1681") + ) + (pin "4" + (uuid "f023d9a1-53db-47ae-bc98-ce0c0852432d") + ) + (pin "5" + (uuid "a1064e68-0e5f-40e9-9c19-682469444ee6") + ) + (pin "6" + (uuid "819e8bc3-d0a5-4ab9-ad3b-83fcfff57d5f") + ) + (pin "8" + (uuid "ff2b7b52-4097-4d64-8511-d7ac105c5a57") + ) + (pin "9" + (uuid "f85ce822-c4cd-4bc6-8c31-cfad683d10ae") + ) + (pin "10" + (uuid "a4bb7bae-f982-4b25-a9eb-bc556b618638") + ) + (pin "11" + (uuid "84529ab6-9a65-4c87-b095-7a53fb755e2c") + ) + (pin "12" + (uuid "3d1ca20e-431d-45c0-9443-c5f597b34af3") + ) + (pin "13" + (uuid "2bd0a9eb-83dd-424f-92d0-bd4297676cbf") + ) + (pin "14" + (uuid "bf0862f0-7b4d-4da4-a5e8-91a9bdbee56f") + ) + (pin "7" + (uuid "0639e567-d45a-4c84-98fa-a167b211ae20") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") + (unit 7) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") + (unit 7) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 139.7 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f34bc05") + (property "Reference" "#PWR01" + (at 139.7 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 140.081 71.8058 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 139.7 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 139.7 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 139.7 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0030af45-9cbd-4108-9b0f-2e3885996ada") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "#PWR01") + (unit 1) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 139.7 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f34c535") + (property "Reference" "#PWR02" + (at 139.7 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 139.827 105.9942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 139.7 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 139.7 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 139.7 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "03d3f3dc-57cc-4a5d-b588-5d7b6cd2d907") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "#PWR02") + (unit 1) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (sheet + (at 114.3 127) + (size 25.4 12.7) + (fields_autoplaced yes) + (stroke + (width 0) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "00000000-0000-0000-0000-00005f3bb8bb") + (property "Sheetname" "Deeper test" + (at 114.3 126.2884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "deeper.kicad_sch" + (at 114.3 140.2846 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (page "2") + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (page "3") + ) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/subparts.kicad_sch b/tests/board_samples/kicad_8/subparts.kicad_sch index b79b28c86..648b13d8e 100644 --- a/tests/board_samples/kicad_8/subparts.kicad_sch +++ b/tests/board_samples/kicad_8/subparts.kicad_sch @@ -1,649 +1,1612 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiCost subparts test") - (date "2021-03-16") - (rev "r1") - (company "KiBot") - ) - - (lib_symbols - (symbol "Connector_Generic:Conn_01x06" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x06" (at 0 -10.16 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, single row, 01x06, 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*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x06_1_1" - (rectangle (start -1.27 -7.493) (end 0 -7.747) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (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 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 6.35) (end 1.27 -8.89) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin passive line (at -5.08 5.08 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 2.54 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 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 -5.08 -2.54 0) (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 -5.08 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 -5.08 -7.62 0) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:Q_NPN_BCE" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BCE" (at 5.08 -1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 5.08 2.54 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" "transistor NPN" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "NPN transistor, base/collector/emitter" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Q_NPN_BCE_0_1" - (polyline - (pts - (xy 0.635 0.635) - (xy 2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 -0.635) - (xy 2.54 -2.54) - (xy 2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 1.905) - (xy 0.635 -1.905) - (xy 0.635 -1.905) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.778) - (xy 1.778 -1.27) - (xy 2.286 -2.286) - (xy 1.27 -1.778) - (xy 1.27 -1.778) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 1.27 0) (radius 2.8194) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "Q_NPN_BCE_1_1" - (pin input line (at -5.08 0 0) (length 5.715) - (name "B" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "E" (effects (font (size 1.27 1.27)))) - (number "3" (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 "Mechanical:Heatsink" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "HS" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Heatsink" (at 0 -1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0.3048 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0.3048 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "thermal heat temperature" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Heatsink" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Heatsink_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Heatsink_0_1" - (polyline - (pts - (xy -0.3302 1.27) - (xy -0.9652 1.27) - (xy -0.9652 3.81) - (xy -1.6002 3.81) - (xy -1.6002 1.27) - (xy -2.2352 1.27) - (xy -2.2352 3.81) - (xy -2.8702 3.81) - (xy -2.8702 0) - (xy -0.9652 0) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.3302 1.27) - (xy -0.3302 3.81) - (xy 0.3048 3.81) - (xy 0.3048 1.27) - (xy 0.9398 1.27) - (xy 0.9398 3.81) - (xy 1.5748 3.81) - (xy 1.5748 1.27) - (xy 2.2098 1.27) - (xy 2.2098 3.81) - (xy 2.8448 3.81) - (xy 2.8448 0) - (xy -0.9652 0) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - ) - ) - - - (text "A Transistor and its heatsink\nOnly one goes to the PCB" - (at 91.44 27.94 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 04f5865e-f449-4408-a0c8-771cccfcb129) - ) - (text "Equivalent to ->" (at 67.31 39.37 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 0c30a4be-5679-499f-8c5b-5f3024f9d6cf) - ) - (text "A simple resistor, \nbut multiplied by 4/5" (at 93.345 100.965 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 35354519-a28c-40c4-befd-0943e98dea53) - ) - (text "A male header\nBut we want to include the female, the pins and the two\nsensors wired to the female." - (at 22.86 60.96 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 5740c959-93d8-47fd-8f68-62f0109e753d) - ) - (text "KiCost subparts" (at 14.605 20.955 0) - (effects (font (size 5.08 5.08) (thickness 1.016) bold) (justify left bottom)) - (uuid 6199bec7-e7eb-4ae0-b9ec-c563e157d635) - ) - (text "A simple resistor, \nbut multiplied by 5\nWe add: R4 no mult \n and R5 no manf#\nTotal: 7" - (at 93.345 62.865 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 7447a6e7-8205-46ba-afca-d0fa8f90c95a) - ) - (text "A simple resistor, \nbut multiplied by 4.5" (at 93.345 81.915 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 9762c9ed-64d8-4f3e-baf6-f6ba6effc919) - ) - - (symbol (lib_id "Mechanical:Heatsink") (at 95.25 33.655 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006063ab02) - (property "Reference" "HS1" (at 98.8314 29.4386 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "322400B00000G" (at 98.8314 31.75 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 95.5548 33.655 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.5548 33.655 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Aavid" (at 95.25 33.655 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "322400B00000G" (at 98.8314 34.0614 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "digikey#" "HS100-ND" (at 95.25 33.655 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "HEAT SINK TO-18 1W BLK" (at 95.25 33.655 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "subparts" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "HS1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BCE") (at 95.25 39.37 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006063d25d) - (property "Reference" "Q2" (at 100.33 41.275 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2N2222A" (at 102.87 43.815 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-18-3" (at 92.71 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Central Semiconductor Corp" (at 95.25 39.37 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "2N2222A PBFREE" (at 106.68 45.72 90) - (effects (font (size 1.27 1.27))) - ) - (property "Description" "TRANS NPN 40V 0.8A TO-18" (at 95.25 39.37 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "1514-2N2222APBFREE-ND" (at 95.25 39.37 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6d3de064-0d13-4601-bce6-b355f2b62ba4)) - (pin "2" (uuid cc634f93-a623-42a2-9e47-0450d1d64f3b)) - (pin "3" (uuid ac4937af-2dda-4425-ac86-d4a17930e7f6)) - (instances - (project "subparts" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BCE") (at 27.305 33.02 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060640f08) - (property "Reference" "Q1" (at 32.385 34.925 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2N2222A" (at 34.925 37.465 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-18-3" (at 24.765 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 27.305 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Central Semiconductor Corp; Aavid" (at 27.305 33.02 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "2N2222A PBFREE; 322400B00000G" (at 47.625 39.37 90) - (effects (font (size 1.27 1.27))) - ) - (property "Description" "TRANS NPN 40V 0.8A TO-18 + Heatsink" (at 27.305 33.02 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "1514-2N2222APBFREE-ND; HS100-ND" (at 27.305 33.02 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value_Subparts" "2N2222A;322400B00000G" (at -5.715 31.115 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 10139ec9-5972-4c3e-9672-4814ee8cc191)) - (pin "2" (uuid 2ed4d635-58a6-4d95-937a-a13d12eab682)) - (pin "3" (uuid 326eb9fa-9c8a-446f-9184-a16e6e7cb861)) - (instances - (project "subparts" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x06") (at 29.21 66.04 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060649b1f) - (property "Reference" "J1" (at 39.0652 66.9544 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Conn_01x06" (at 39.0652 69.2658 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" (at 29.21 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 29.21 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Molex; Molex; Molex; LEM; LEM" (at 29.21 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "0022232061;0022012067; 6: 08-50-0114; LA 55-P; lv 25-P" (at 29.21 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "WM4204-ND; WM2015-ND; WM1114-ND; 398-1010-ND; 398-1019-ND" (at 29.21 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "CONN HEADER VERT 6POS 2.54MM; CONN HOUSING 6POS .100 W/RAMP; CONN 22-30AWG CRIMP TIN; SENSOR CURRENT HALL 50A AC/DC; TRANSDUCR VOLTAG CLOSE LOOP 10MA" (at 29.21 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value_Subparts" "Male_01x06;Female_01x06;Crimp_Pin;LA 55-P;LV 25-P" (at 29.21 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ba7dc470-e81e-48f8-b801-e3ad56903912)) - (pin "2" (uuid 6a4427bb-8402-4948-a241-18d89788209f)) - (pin "3" (uuid 0e3b31cf-0b07-47e0-92f2-166ac60927c5)) - (pin "4" (uuid e0257b22-e037-406a-bb51-11222be4b5ca)) - (pin "5" (uuid f67d6d8f-e55a-4ea8-9f4b-740c3756ce78)) - (pin "6" (uuid 14d48dbc-3c08-4fcf-8db7-077f8ae6191c)) - (instances - (project "subparts" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 95.25 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006064c12f) - (property "Reference" "R1" (at 97.028 66.1416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0" (at 97.028 68.453 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 93.472 67.31 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Bourns" (at 95.25 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "CR0603-J/-000ELF:5" (at 95.25 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "CR0603-J/-000ELFCT-ND: 5" (at 95.25 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "RES SMD 0 OHM JUMPER 1/8W 0603" (at 95.25 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6dbc895c-1dd3-4e7d-b81b-ca254a096bab)) - (pin "2" (uuid 558a8b89-a06b-4db7-ba1e-2d751631ce5b)) - (instances - (project "subparts" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 95.25 86.36 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006064ca86) - (property "Reference" "R2" (at 97.028 85.1916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "100" (at 97.028 87.503 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 93.472 86.36 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Bourns" (at 95.25 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "CR0603-JW-101ELF : 4.5" (at 95.25 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "CR0603-JW-101ELFCT-ND :4.5" (at 95.25 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "RES SMD 100 OHM 5% 1/10W 0603" (at 95.25 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1c9b334a-7672-4385-8ac7-d9b02e3281f4)) - (pin "2" (uuid a1573dc7-79bf-4f43-8435-ce6e930d0540)) - (instances - (project "subparts" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 95.25 105.41 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006064d8d1) - (property "Reference" "R3" (at 97.028 104.2416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "100k" (at 97.028 106.553 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 93.472 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Bourns" (at 95.25 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "4/5 : CR0603-JW-104ELF " (at 95.25 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" " 4/5 : CR0603-JW-104ELFCT-ND" (at 95.25 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "RES SMD 100K OHM 5% 1/10W 0603" (at 95.25 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 537a62b7-ff88-435f-aaf6-1e0429e84e7c)) - (pin "2" (uuid 512fd277-9de7-454a-b3d9-ab06f52cae1a)) - (instances - (project "subparts" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 107.95 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006064ef62) - (property "Reference" "R4" (at 109.728 66.1416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0" (at 109.728 68.453 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 106.172 67.31 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 107.95 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Bourns" (at 107.95 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf#" "CR0603-J/-000ELF" (at 107.95 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey#" "CR0603-J/-000ELFCT-ND" (at 107.95 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "RES SMD 0 OHM JUMPER 1/8W 0603" (at 107.95 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 363660d1-fcfe-4523-bd03-465f5f34f254)) - (pin "2" (uuid e9c40bb3-be70-4a91-ac6a-6ecc9e9df269)) - (instances - (project "subparts" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 114.3 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006064f812) - (property "Reference" "R5" (at 116.078 66.1416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0" (at 116.078 68.453 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 112.522 67.31 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "RES SMD 0 OHM JUMPER 1/8W 0603" (at 114.3 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c767df34-174c-4650-b7c3-54d87eeafd3c)) - (pin "2" (uuid 1a9ee27d-22cb-44eb-bb67-3f13b74866fa)) - (instances - (project "subparts" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiCost subparts test") + (date "2021-03-16") + (rev "r1") + (company "KiBot") + ) + (lib_symbols + (symbol "Connector_Generic:Conn_01x06" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x06" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x06_1_1" + (rectangle + (start -1.27 -7.493) + (end 0 -7.747) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (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 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 6.35) + (end 1.27 -8.89) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin passive line + (at -5.08 5.08 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 2.54 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 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 -5.08 -2.54 0) + (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 -5.08 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 -5.08 -7.62 0) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:Q_NPN_BCE" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 5.08 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 5.08 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "NPN transistor, base/collector/emitter" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "transistor NPN" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Q_NPN_BCE_0_1" + (polyline + (pts + (xy 0.635 0.635) (xy 2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "Q_NPN_BCE_1_1" + (pin input line + (at -5.08 0 0) + (length 5.715) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 "Mechanical:Heatsink" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "HS" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Heatsink" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0.3048 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0.3048 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Heatsink" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "thermal heat temperature" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Heatsink_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Heatsink_0_1" + (polyline + (pts + (xy -0.3302 1.27) (xy -0.9652 1.27) (xy -0.9652 3.81) (xy -1.6002 3.81) (xy -1.6002 1.27) (xy -2.2352 1.27) + (xy -2.2352 3.81) (xy -2.8702 3.81) (xy -2.8702 0) (xy -0.9652 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.3302 1.27) (xy -0.3302 3.81) (xy 0.3048 3.81) (xy 0.3048 1.27) (xy 0.9398 1.27) (xy 0.9398 3.81) + (xy 1.5748 3.81) (xy 1.5748 1.27) (xy 2.2098 1.27) (xy 2.2098 3.81) (xy 2.8448 3.81) (xy 2.8448 0) + (xy -0.9652 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + ) + (text "A Transistor and its heatsink\nOnly one goes to the PCB" + (exclude_from_sim no) + (at 91.44 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "04f5865e-f449-4408-a0c8-771cccfcb129") + ) + (text "Equivalent to ->" + (exclude_from_sim no) + (at 67.31 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0c30a4be-5679-499f-8c5b-5f3024f9d6cf") + ) + (text "A simple resistor, \nbut multiplied by 4/5" + (exclude_from_sim no) + (at 93.345 100.965 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "35354519-a28c-40c4-befd-0943e98dea53") + ) + (text "A male header\nBut we want to include the female, the pins and the two\nsensors wired to the female." + (exclude_from_sim no) + (at 22.86 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "5740c959-93d8-47fd-8f68-62f0109e753d") + ) + (text "KiCost subparts" + (exclude_from_sim no) + (at 14.605 20.955 0) + (effects + (font + (size 5.08 5.08) + (thickness 1.016) + (bold yes) + ) + (justify left bottom) + ) + (uuid "6199bec7-e7eb-4ae0-b9ec-c563e157d635") + ) + (text "A simple resistor, \nbut multiplied by 5\nWe add: R4 no mult \n and R5 no manf#\nTotal: 7" + (exclude_from_sim no) + (at 93.345 62.865 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7447a6e7-8205-46ba-afca-d0fa8f90c95a") + ) + (text "A simple resistor, \nbut multiplied by 4.5" + (exclude_from_sim no) + (at 93.345 81.915 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9762c9ed-64d8-4f3e-baf6-f6ba6effc919") + ) + (symbol + (lib_id "Mechanical:Heatsink") + (at 95.25 33.655 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006063ab02") + (property "Reference" "HS1" + (at 98.8314 29.4386 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "322400B00000G" + (at 98.8314 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 95.5548 33.655 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.5548 33.655 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "HEAT SINK TO-18 1W BLK" + (at 95.25 33.655 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Aavid" + (at 95.25 33.655 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "322400B00000G" + (at 98.8314 34.0614 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "digikey#" "HS100-ND" + (at 95.25 33.655 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "subparts" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "HS1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BCE") + (at 95.25 39.37 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006063d25d") + (property "Reference" "Q2" + (at 100.33 41.275 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2N2222A" + (at 102.87 43.815 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-18-3" + (at 92.71 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "TRANS NPN 40V 0.8A TO-18" + (at 95.25 39.37 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Central Semiconductor Corp" + (at 95.25 39.37 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "2N2222A PBFREE" + (at 106.68 45.72 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "digikey#" "1514-2N2222APBFREE-ND" + (at 95.25 39.37 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6d3de064-0d13-4601-bce6-b355f2b62ba4") + ) + (pin "2" + (uuid "cc634f93-a623-42a2-9e47-0450d1d64f3b") + ) + (pin "3" + (uuid "ac4937af-2dda-4425-ac86-d4a17930e7f6") + ) + (instances + (project "subparts" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BCE") + (at 27.305 33.02 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060640f08") + (property "Reference" "Q1" + (at 32.385 34.925 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2N2222A" + (at 34.925 37.465 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-18-3" + (at 24.765 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 27.305 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "TRANS NPN 40V 0.8A TO-18 + Heatsink" + (at 27.305 33.02 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Central Semiconductor Corp; Aavid" + (at 27.305 33.02 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "2N2222A PBFREE; 322400B00000G" + (at 47.625 39.37 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "digikey#" "1514-2N2222APBFREE-ND; HS100-ND" + (at 27.305 33.02 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value_Subparts" "2N2222A;322400B00000G" + (at -5.715 31.115 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "10139ec9-5972-4c3e-9672-4814ee8cc191") + ) + (pin "2" + (uuid "2ed4d635-58a6-4d95-937a-a13d12eab682") + ) + (pin "3" + (uuid "326eb9fa-9c8a-446f-9184-a16e6e7cb861") + ) + (instances + (project "subparts" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x06") + (at 29.21 66.04 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060649b1f") + (property "Reference" "J1" + (at 39.0652 66.9544 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Conn_01x06" + (at 39.0652 69.2658 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" + (at 29.21 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 29.21 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "CONN HEADER VERT 6POS 2.54MM; CONN HOUSING 6POS .100 W/RAMP; CONN 22-30AWG CRIMP TIN; SENSOR CURRENT HALL 50A AC/DC; TRANSDUCR VOLTAG CLOSE LOOP 10MA" + (at 29.21 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Molex; Molex; Molex; LEM; LEM" + (at 29.21 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "0022232061;0022012067; 6: 08-50-0114; LA 55-P; lv 25-P" + (at 29.21 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "WM4204-ND; WM2015-ND; WM1114-ND; 398-1010-ND; 398-1019-ND" + (at 29.21 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value_Subparts" "Male_01x06;Female_01x06;Crimp_Pin;LA 55-P;LV 25-P" + (at 29.21 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ba7dc470-e81e-48f8-b801-e3ad56903912") + ) + (pin "2" + (uuid "6a4427bb-8402-4948-a241-18d89788209f") + ) + (pin "3" + (uuid "0e3b31cf-0b07-47e0-92f2-166ac60927c5") + ) + (pin "4" + (uuid "e0257b22-e037-406a-bb51-11222be4b5ca") + ) + (pin "5" + (uuid "f67d6d8f-e55a-4ea8-9f4b-740c3756ce78") + ) + (pin "6" + (uuid "14d48dbc-3c08-4fcf-8db7-077f8ae6191c") + ) + (instances + (project "subparts" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 95.25 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006064c12f") + (property "Reference" "R1" + (at 97.028 66.1416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0" + (at 97.028 68.453 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 93.472 67.31 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RES SMD 0 OHM JUMPER 1/8W 0603" + (at 95.25 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Bourns" + (at 95.25 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "CR0603-J/-000ELF:5" + (at 95.25 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "CR0603-J/-000ELFCT-ND: 5" + (at 95.25 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6dbc895c-1dd3-4e7d-b81b-ca254a096bab") + ) + (pin "2" + (uuid "558a8b89-a06b-4db7-ba1e-2d751631ce5b") + ) + (instances + (project "subparts" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 95.25 86.36 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006064ca86") + (property "Reference" "R2" + (at 97.028 85.1916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100" + (at 97.028 87.503 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 93.472 86.36 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RES SMD 100 OHM 5% 1/10W 0603" + (at 95.25 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Bourns" + (at 95.25 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "CR0603-JW-101ELF : 4.5" + (at 95.25 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "CR0603-JW-101ELFCT-ND :4.5" + (at 95.25 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1c9b334a-7672-4385-8ac7-d9b02e3281f4") + ) + (pin "2" + (uuid "a1573dc7-79bf-4f43-8435-ce6e930d0540") + ) + (instances + (project "subparts" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 95.25 105.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006064d8d1") + (property "Reference" "R3" + (at 97.028 104.2416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100k" + (at 97.028 106.553 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 93.472 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RES SMD 100K OHM 5% 1/10W 0603" + (at 95.25 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Bourns" + (at 95.25 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "4/5 : CR0603-JW-104ELF " + (at 95.25 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" " 4/5 : CR0603-JW-104ELFCT-ND" + (at 95.25 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "537a62b7-ff88-435f-aaf6-1e0429e84e7c") + ) + (pin "2" + (uuid "512fd277-9de7-454a-b3d9-ab06f52cae1a") + ) + (instances + (project "subparts" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 107.95 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006064ef62") + (property "Reference" "R4" + (at 109.728 66.1416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0" + (at 109.728 68.453 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 106.172 67.31 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 107.95 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RES SMD 0 OHM JUMPER 1/8W 0603" + (at 107.95 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Bourns" + (at 107.95 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf#" "CR0603-J/-000ELF" + (at 107.95 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey#" "CR0603-J/-000ELFCT-ND" + (at 107.95 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "363660d1-fcfe-4523-bd03-465f5f34f254") + ) + (pin "2" + (uuid "e9c40bb3-be70-4a91-ac6a-6ecc9e9df269") + ) + (instances + (project "subparts" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 114.3 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006064f812") + (property "Reference" "R5" + (at 116.078 66.1416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0" + (at 116.078 68.453 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 112.522 67.31 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RES SMD 0 OHM JUMPER 1/8W 0603" + (at 114.3 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c767df34-174c-4650-b7c3-54d87eeafd3c") + ) + (pin "2" + (uuid "1a9ee27d-22cb-44eb-bb67-3f13b74866fa") + ) + (instances + (project "subparts" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/subparts_rename.kicad_sch b/tests/board_samples/kicad_8/subparts_rename.kicad_sch index 46c5b8bcc..39c225431 100644 --- a/tests/board_samples/kicad_8/subparts_rename.kicad_sch +++ b/tests/board_samples/kicad_8/subparts_rename.kicad_sch @@ -1,649 +1,1612 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "KiCost subparts test") - (date "2021-03-16") - (rev "r1") - (company "KiBot") - ) - - (lib_symbols - (symbol "Connector_Generic:Conn_01x06" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 0 7.62 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Conn_01x06" (at 0 -10.16 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, single row, 01x06, 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*:*_1x??_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Conn_01x06_1_1" - (rectangle (start -1.27 -7.493) (end 0 -7.747) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 -4.953) (end 0 -5.207) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (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 5.207) (end 0 4.953) - (stroke (width 0.1524) (type default)) - (fill (type none)) - ) - (rectangle (start -1.27 6.35) (end 1.27 -8.89) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin passive line (at -5.08 5.08 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 2.54 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 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 -5.08 -2.54 0) (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 -5.08 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 -5.08 -7.62 0) (length 3.81) - (name "Pin_6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:Q_NPN_BCE" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "Q" (at 5.08 1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Q_NPN_BCE" (at 5.08 -1.27 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 5.08 2.54 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" "transistor NPN" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "NPN transistor, base/collector/emitter" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Q_NPN_BCE_0_1" - (polyline - (pts - (xy 0.635 0.635) - (xy 2.54 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 -0.635) - (xy 2.54 -2.54) - (xy 2.54 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0.635 1.905) - (xy 0.635 -1.905) - (xy 0.635 -1.905) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 1.27 -1.778) - (xy 1.778 -1.27) - (xy 2.286 -2.286) - (xy 1.27 -1.778) - (xy 1.27 -1.778) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (circle (center 1.27 0) (radius 2.8194) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "Q_NPN_BCE_1_1" - (pin input line (at -5.08 0 0) (length 5.715) - (name "B" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 5.08 270) (length 2.54) - (name "C" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 2.54 -5.08 90) (length 2.54) - (name "E" (effects (font (size 1.27 1.27)))) - (number "3" (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 "Mechanical:Heatsink" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "HS" (at 0 5.08 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "Heatsink" (at 0 -1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0.3048 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 0.3048 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "thermal heat temperature" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Heatsink" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Heatsink_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Heatsink_0_1" - (polyline - (pts - (xy -0.3302 1.27) - (xy -0.9652 1.27) - (xy -0.9652 3.81) - (xy -1.6002 3.81) - (xy -1.6002 1.27) - (xy -2.2352 1.27) - (xy -2.2352 3.81) - (xy -2.8702 3.81) - (xy -2.8702 0) - (xy -0.9652 0) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.3302 1.27) - (xy -0.3302 3.81) - (xy 0.3048 3.81) - (xy 0.3048 1.27) - (xy 0.9398 1.27) - (xy 0.9398 3.81) - (xy 1.5748 3.81) - (xy 1.5748 1.27) - (xy 2.2098 1.27) - (xy 2.2098 3.81) - (xy 2.8448 3.81) - (xy 2.8448 0) - (xy -0.9652 0) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - ) - ) - - - (text "A Transistor and its heatsink\nOnly one goes to the PCB" - (at 91.44 27.94 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 04f5865e-f449-4408-a0c8-771cccfcb129) - ) - (text "Equivalent to ->" (at 67.31 39.37 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 0c30a4be-5679-499f-8c5b-5f3024f9d6cf) - ) - (text "A simple resistor, \nbut multiplied by 4/5" (at 93.345 100.965 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 35354519-a28c-40c4-befd-0943e98dea53) - ) - (text "A male header\nBut we want to include the female, the pins and the two\nsensors wired to the female." - (at 22.86 60.96 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 5740c959-93d8-47fd-8f68-62f0109e753d) - ) - (text "KiCost subparts" (at 14.605 20.955 0) - (effects (font (size 5.08 5.08) (thickness 1.016) bold) (justify left bottom)) - (uuid 6199bec7-e7eb-4ae0-b9ec-c563e157d635) - ) - (text "A simple resistor, \nbut multiplied by 5\nWe add: R4 no mult \n and R5 no manf#\nTotal: 7" - (at 93.345 62.865 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 7447a6e7-8205-46ba-afca-d0fa8f90c95a) - ) - (text "A simple resistor, \nbut multiplied by 4.5" (at 93.345 81.915 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 9762c9ed-64d8-4f3e-baf6-f6ba6effc919) - ) - - (symbol (lib_id "Mechanical:Heatsink") (at 95.25 33.655 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006063ab02) - (property "Reference" "HS1" (at 98.8314 29.4386 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "322400B00000G" (at 98.8314 31.75 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 95.5548 33.655 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.5548 33.655 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manufacturer" "Aavid" (at 95.25 33.655 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mpn" "322400B00000G" (at 98.8314 34.0614 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "digikey_part#" "HS100-ND" (at 95.25 33.655 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "HEAT SINK TO-18 1W BLK" (at 95.25 33.655 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "subparts_rename" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "HS1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BCE") (at 95.25 39.37 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006063d25d) - (property "Reference" "Q2" (at 100.33 41.275 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2N2222A" (at 102.87 43.815 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-18-3" (at 92.71 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 39.37 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mnf" "Central Semiconductor Corp" (at 95.25 39.37 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "pn" "2N2222A PBFREE" (at 106.68 45.72 90) - (effects (font (size 1.27 1.27))) - ) - (property "Description" "TRANS NPN 40V 0.8A TO-18" (at 95.25 39.37 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey_p#" "1514-2N2222APBFREE-ND" (at 95.25 39.37 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6d3de064-0d13-4601-bce6-b355f2b62ba4)) - (pin "2" (uuid cc634f93-a623-42a2-9e47-0450d1d64f3b)) - (pin "3" (uuid ac4937af-2dda-4425-ac86-d4a17930e7f6)) - (instances - (project "subparts_rename" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:Q_NPN_BCE") (at 27.305 33.02 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060640f08) - (property "Reference" "Q1" (at 32.385 34.925 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "2N2222A" (at 34.925 37.465 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-18-3" (at 24.765 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 27.305 33.02 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "man" "Central Semiconductor Corp; Aavid" (at 27.305 33.02 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf_num" "2N2222A PBFREE; 322400B00000G" (at 47.625 39.37 90) - (effects (font (size 1.27 1.27))) - ) - (property "Description" "TRANS NPN 40V 0.8A TO-18 + Heatsink" (at 27.305 33.02 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey_pn" "1514-2N2222APBFREE-ND; HS100-ND" (at 27.305 33.02 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value_Subparts" "2N2222A;322400B00000G" (at -5.715 31.115 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 10139ec9-5972-4c3e-9672-4814ee8cc191)) - (pin "2" (uuid 2ed4d635-58a6-4d95-937a-a13d12eab682)) - (pin "3" (uuid 326eb9fa-9c8a-446f-9184-a16e6e7cb861)) - (instances - (project "subparts_rename" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "Q1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Connector_Generic:Conn_01x06") (at 29.21 66.04 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000060649b1f) - (property "Reference" "J1" (at 39.0652 66.9544 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "Conn_01x06" (at 39.0652 69.2658 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" (at 29.21 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 29.21 66.04 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mfg" "Molex; Molex; Molex; LEM; LEM" (at 29.21 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mfg part#" "0022232061;0022012067; 6: 08-50-0114; LA 55-P; lv 25-P" (at 29.21 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey_vendor#" "WM4204-ND; WM2015-ND; WM1114-ND; 398-1010-ND; 398-1019-ND" (at 29.21 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "CONN HEADER VERT 6POS 2.54MM; CONN HOUSING 6POS .100 W/RAMP; CONN 22-30AWG CRIMP TIN; SENSOR CURRENT HALL 50A AC/DC; TRANSDUCR VOLTAG CLOSE LOOP 10MA" (at 29.21 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value_Subparts" "Male_01x06;Female_01x06;Crimp_Pin;LA 55-P;LV 25-P" (at 29.21 66.04 90) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ba7dc470-e81e-48f8-b801-e3ad56903912)) - (pin "2" (uuid 6a4427bb-8402-4948-a241-18d89788209f)) - (pin "3" (uuid 0e3b31cf-0b07-47e0-92f2-166ac60927c5)) - (pin "4" (uuid e0257b22-e037-406a-bb51-11222be4b5ca)) - (pin "5" (uuid f67d6d8f-e55a-4ea8-9f4b-740c3756ce78)) - (pin "6" (uuid 14d48dbc-3c08-4fcf-8db7-077f8ae6191c)) - (instances - (project "subparts_rename" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "J1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 95.25 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006064c12f) - (property "Reference" "R1" (at 97.028 66.1416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0" (at 97.028 68.453 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 93.472 67.31 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mfr" "Bourns" (at 95.25 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mfg#" "CR0603-J/-000ELF:5" (at 95.25 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey_vpn" "CR0603-J/-000ELFCT-ND: 5" (at 95.25 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "RES SMD 0 OHM JUMPER 1/8W 0603" (at 95.25 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6dbc895c-1dd3-4e7d-b81b-ca254a096bab)) - (pin "2" (uuid 558a8b89-a06b-4db7-ba1e-2d751631ce5b)) - (instances - (project "subparts_rename" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 95.25 86.36 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006064ca86) - (property "Reference" "R2" (at 97.028 85.1916 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "100" (at 97.028 87.503 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 93.472 86.36 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Bourns" (at 95.25 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mfg-num" "CR0603-JW-101ELF : 4.5" (at 95.25 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey_num" "CR0603-JW-101ELFCT-ND :4.5" (at 95.25 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "RES SMD 100 OHM 5% 1/10W 0603" (at 95.25 86.36 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1c9b334a-7672-4385-8ac7-d9b02e3281f4)) - (pin "2" (uuid a1573dc7-79bf-4f43-8435-ce6e930d0540)) - (instances - (project "subparts_rename" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 95.25 105.41 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006064d8d1) - (property "Reference" "R3" (at 97.028 104.2416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "100k" (at 97.028 106.553 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 93.472 105.41 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 95.25 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Bourns" (at 95.25 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "mfg_num" "4/5 : CR0603-JW-104ELF " (at 95.25 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikey-p#" " 4/5 : CR0603-JW-104ELFCT-ND" (at 95.25 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "RES SMD 100K OHM 5% 1/10W 0603" (at 95.25 105.41 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 537a62b7-ff88-435f-aaf6-1e0429e84e7c)) - (pin "2" (uuid 512fd277-9de7-454a-b3d9-ab06f52cae1a)) - (instances - (project "subparts_rename" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 107.95 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006064ef62) - (property "Reference" "R4" (at 109.728 66.1416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0" (at 109.728 68.453 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 106.172 67.31 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 107.95 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf" "Bourns" (at 107.95 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "manf-num" "CR0603-J/-000ELF" (at 107.95 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "digikeyvp#" "CR0603-J/-000ELFCT-ND" (at 107.95 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "RES SMD 0 OHM JUMPER 1/8W 0603" (at 107.95 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 363660d1-fcfe-4523-bd03-465f5f34f254)) - (pin "2" (uuid e9c40bb3-be70-4a91-ac6a-6ecc9e9df269)) - (instances - (project "subparts_rename" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R4") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 114.3 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00006064f812) - (property "Reference" "R5" (at 116.078 66.1416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "0" (at 116.078 68.453 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 112.522 67.31 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Description" "RES SMD 0 OHM JUMPER 1/8W 0603" (at 114.3 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c767df34-174c-4650-b7c3-54d87eeafd3c)) - (pin "2" (uuid 1a9ee27d-22cb-44eb-bb67-3f13b74866fa)) - (instances - (project "subparts_rename" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R5") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "KiCost subparts test") + (date "2021-03-16") + (rev "r1") + (company "KiBot") + ) + (lib_symbols + (symbol "Connector_Generic:Conn_01x06" + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 0 7.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Conn_01x06" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Connector*:*_1x??_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Conn_01x06_1_1" + (rectangle + (start -1.27 -7.493) + (end 0 -7.747) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 -4.953) + (end 0 -5.207) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (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 5.207) + (end 0 4.953) + (stroke + (width 0.1524) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start -1.27 6.35) + (end 1.27 -8.89) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin passive line + (at -5.08 5.08 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 2.54 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 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 -5.08 -2.54 0) + (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 -5.08 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 -5.08 -7.62 0) + (length 3.81) + (name "Pin_6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:Q_NPN_BCE" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 5.08 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "Q_NPN_BCE" + (at 5.08 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 5.08 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "NPN transistor, base/collector/emitter" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "transistor NPN" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Q_NPN_BCE_0_1" + (polyline + (pts + (xy 0.635 0.635) (xy 2.54 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 0) + (radius 2.8194) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "Q_NPN_BCE_1_1" + (pin input line + (at -5.08 0 0) + (length 5.715) + (name "B" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 5.08 270) + (length 2.54) + (name "C" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 -5.08 90) + (length 2.54) + (name "E" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 "Mechanical:Heatsink" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "HS" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Heatsink" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0.3048 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0.3048 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Heatsink" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "thermal heat temperature" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Heatsink_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Heatsink_0_1" + (polyline + (pts + (xy -0.3302 1.27) (xy -0.9652 1.27) (xy -0.9652 3.81) (xy -1.6002 3.81) (xy -1.6002 1.27) (xy -2.2352 1.27) + (xy -2.2352 3.81) (xy -2.8702 3.81) (xy -2.8702 0) (xy -0.9652 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.3302 1.27) (xy -0.3302 3.81) (xy 0.3048 3.81) (xy 0.3048 1.27) (xy 0.9398 1.27) (xy 0.9398 3.81) + (xy 1.5748 3.81) (xy 1.5748 1.27) (xy 2.2098 1.27) (xy 2.2098 3.81) (xy 2.8448 3.81) (xy 2.8448 0) + (xy -0.9652 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + ) + (text "A Transistor and its heatsink\nOnly one goes to the PCB" + (exclude_from_sim no) + (at 91.44 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "04f5865e-f449-4408-a0c8-771cccfcb129") + ) + (text "Equivalent to ->" + (exclude_from_sim no) + (at 67.31 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0c30a4be-5679-499f-8c5b-5f3024f9d6cf") + ) + (text "A simple resistor, \nbut multiplied by 4/5" + (exclude_from_sim no) + (at 93.345 100.965 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "35354519-a28c-40c4-befd-0943e98dea53") + ) + (text "A male header\nBut we want to include the female, the pins and the two\nsensors wired to the female." + (exclude_from_sim no) + (at 22.86 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "5740c959-93d8-47fd-8f68-62f0109e753d") + ) + (text "KiCost subparts" + (exclude_from_sim no) + (at 14.605 20.955 0) + (effects + (font + (size 5.08 5.08) + (thickness 1.016) + (bold yes) + ) + (justify left bottom) + ) + (uuid "6199bec7-e7eb-4ae0-b9ec-c563e157d635") + ) + (text "A simple resistor, \nbut multiplied by 5\nWe add: R4 no mult \n and R5 no manf#\nTotal: 7" + (exclude_from_sim no) + (at 93.345 62.865 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7447a6e7-8205-46ba-afca-d0fa8f90c95a") + ) + (text "A simple resistor, \nbut multiplied by 4.5" + (exclude_from_sim no) + (at 93.345 81.915 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9762c9ed-64d8-4f3e-baf6-f6ba6effc919") + ) + (symbol + (lib_id "Mechanical:Heatsink") + (at 95.25 33.655 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006063ab02") + (property "Reference" "HS1" + (at 98.8314 29.4386 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "322400B00000G" + (at 98.8314 31.75 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 95.5548 33.655 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.5548 33.655 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "HEAT SINK TO-18 1W BLK" + (at 95.25 33.655 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manufacturer" "Aavid" + (at 95.25 33.655 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mpn" "322400B00000G" + (at 98.8314 34.0614 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "digikey_part#" "HS100-ND" + (at 95.25 33.655 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "subparts_rename" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "HS1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BCE") + (at 95.25 39.37 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006063d25d") + (property "Reference" "Q2" + (at 100.33 41.275 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2N2222A" + (at 102.87 43.815 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-18-3" + (at 92.71 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "TRANS NPN 40V 0.8A TO-18" + (at 95.25 39.37 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mnf" "Central Semiconductor Corp" + (at 95.25 39.37 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "pn" "2N2222A PBFREE" + (at 106.68 45.72 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "digikey_p#" "1514-2N2222APBFREE-ND" + (at 95.25 39.37 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6d3de064-0d13-4601-bce6-b355f2b62ba4") + ) + (pin "2" + (uuid "cc634f93-a623-42a2-9e47-0450d1d64f3b") + ) + (pin "3" + (uuid "ac4937af-2dda-4425-ac86-d4a17930e7f6") + ) + (instances + (project "subparts_rename" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:Q_NPN_BCE") + (at 27.305 33.02 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060640f08") + (property "Reference" "Q1" + (at 32.385 34.925 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "2N2222A" + (at 34.925 37.465 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_THT:TO-18-3" + (at 24.765 27.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 27.305 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "TRANS NPN 40V 0.8A TO-18 + Heatsink" + (at 27.305 33.02 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "man" "Central Semiconductor Corp; Aavid" + (at 27.305 33.02 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf_num" "2N2222A PBFREE; 322400B00000G" + (at 47.625 39.37 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "digikey_pn" "1514-2N2222APBFREE-ND; HS100-ND" + (at 27.305 33.02 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value_Subparts" "2N2222A;322400B00000G" + (at -5.715 31.115 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "10139ec9-5972-4c3e-9672-4814ee8cc191") + ) + (pin "2" + (uuid "2ed4d635-58a6-4d95-937a-a13d12eab682") + ) + (pin "3" + (uuid "326eb9fa-9c8a-446f-9184-a16e6e7cb861") + ) + (instances + (project "subparts_rename" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "Q1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x06") + (at 29.21 66.04 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000060649b1f") + (property "Reference" "J1" + (at 39.0652 66.9544 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "Conn_01x06" + (at 39.0652 69.2658 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x06_P2.54mm_Vertical" + (at 29.21 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 29.21 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "CONN HEADER VERT 6POS 2.54MM; CONN HOUSING 6POS .100 W/RAMP; CONN 22-30AWG CRIMP TIN; SENSOR CURRENT HALL 50A AC/DC; TRANSDUCR VOLTAG CLOSE LOOP 10MA" + (at 29.21 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mfg" "Molex; Molex; Molex; LEM; LEM" + (at 29.21 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mfg part#" "0022232061;0022012067; 6: 08-50-0114; LA 55-P; lv 25-P" + (at 29.21 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey_vendor#" "WM4204-ND; WM2015-ND; WM1114-ND; 398-1010-ND; 398-1019-ND" + (at 29.21 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value_Subparts" "Male_01x06;Female_01x06;Crimp_Pin;LA 55-P;LV 25-P" + (at 29.21 66.04 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ba7dc470-e81e-48f8-b801-e3ad56903912") + ) + (pin "2" + (uuid "6a4427bb-8402-4948-a241-18d89788209f") + ) + (pin "3" + (uuid "0e3b31cf-0b07-47e0-92f2-166ac60927c5") + ) + (pin "4" + (uuid "e0257b22-e037-406a-bb51-11222be4b5ca") + ) + (pin "5" + (uuid "f67d6d8f-e55a-4ea8-9f4b-740c3756ce78") + ) + (pin "6" + (uuid "14d48dbc-3c08-4fcf-8db7-077f8ae6191c") + ) + (instances + (project "subparts_rename" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "J1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 95.25 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006064c12f") + (property "Reference" "R1" + (at 97.028 66.1416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0" + (at 97.028 68.453 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 93.472 67.31 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RES SMD 0 OHM JUMPER 1/8W 0603" + (at 95.25 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mfr" "Bourns" + (at 95.25 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mfg#" "CR0603-J/-000ELF:5" + (at 95.25 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey_vpn" "CR0603-J/-000ELFCT-ND: 5" + (at 95.25 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6dbc895c-1dd3-4e7d-b81b-ca254a096bab") + ) + (pin "2" + (uuid "558a8b89-a06b-4db7-ba1e-2d751631ce5b") + ) + (instances + (project "subparts_rename" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 95.25 86.36 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006064ca86") + (property "Reference" "R2" + (at 97.028 85.1916 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100" + (at 97.028 87.503 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 93.472 86.36 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RES SMD 100 OHM 5% 1/10W 0603" + (at 95.25 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Bourns" + (at 95.25 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mfg-num" "CR0603-JW-101ELF : 4.5" + (at 95.25 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey_num" "CR0603-JW-101ELFCT-ND :4.5" + (at 95.25 86.36 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1c9b334a-7672-4385-8ac7-d9b02e3281f4") + ) + (pin "2" + (uuid "a1573dc7-79bf-4f43-8435-ce6e930d0540") + ) + (instances + (project "subparts_rename" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 95.25 105.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006064d8d1") + (property "Reference" "R3" + (at 97.028 104.2416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100k" + (at 97.028 106.553 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 93.472 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 95.25 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RES SMD 100K OHM 5% 1/10W 0603" + (at 95.25 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Bourns" + (at 95.25 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "mfg_num" "4/5 : CR0603-JW-104ELF " + (at 95.25 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikey-p#" " 4/5 : CR0603-JW-104ELFCT-ND" + (at 95.25 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "537a62b7-ff88-435f-aaf6-1e0429e84e7c") + ) + (pin "2" + (uuid "512fd277-9de7-454a-b3d9-ab06f52cae1a") + ) + (instances + (project "subparts_rename" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 107.95 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006064ef62") + (property "Reference" "R4" + (at 109.728 66.1416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0" + (at 109.728 68.453 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 106.172 67.31 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 107.95 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RES SMD 0 OHM JUMPER 1/8W 0603" + (at 107.95 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf" "Bourns" + (at 107.95 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "manf-num" "CR0603-J/-000ELF" + (at 107.95 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "digikeyvp#" "CR0603-J/-000ELFCT-ND" + (at 107.95 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "363660d1-fcfe-4523-bd03-465f5f34f254") + ) + (pin "2" + (uuid "e9c40bb3-be70-4a91-ac6a-6ecc9e9df269") + ) + (instances + (project "subparts_rename" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 114.3 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00006064f812") + (property "Reference" "R5" + (at 116.078 66.1416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "0" + (at 116.078 68.453 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 112.522 67.31 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RES SMD 0 OHM JUMPER 1/8W 0603" + (at 114.3 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c767df34-174c-4650-b7c3-54d87eeafd3c") + ) + (pin "2" + (uuid "1a9ee27d-22cb-44eb-bb67-3f13b74866fa") + ) + (instances + (project "subparts_rename" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/test_cross_units/t1.kicad_sch b/tests/board_samples/kicad_8/test_cross_units/t1.kicad_sch index 3f5a58b64..9d30c164c 100644 --- a/tests/board_samples/kicad_8/test_cross_units/t1.kicad_sch +++ b/tests/board_samples/kicad_8/test_cross_units/t1.kicad_sch @@ -1,949 +1,2521 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid c69b8655-cba8-45d8-8793-85552c213f21) - - (paper "A4") - - (lib_symbols - (symbol "74xx:74LS00" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS00" (at 0 -1.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls00" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "TTL nand 2-input" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "quad 2-input NAND gate" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "DIP*W7.62mm* SO14*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "74LS00_1_1" - (arc (start 0 -3.81) (mid 3.7934 0) (end 0 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy 0 3.81) - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 0 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS00_1_2" - (arc (start -3.81 -3.81) (mid -2.589 0) (end -3.81 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -0.6096 -3.81) (mid 2.1842 -2.5851) (end 3.81 0) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 3.81) - (xy -0.635 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.635 3.81) - (xy -3.81 3.81) - (xy -3.81 3.81) - (xy -3.556 3.4036) - (xy -3.0226 2.2606) - (xy -2.6924 1.0414) - (xy -2.6162 -0.254) - (xy -2.7686 -1.4986) - (xy -3.175 -2.7178) - (xy -3.81 -3.81) - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width -25.4) (type default)) - (fill (type background)) - ) - (arc (start 3.81 0) (mid 2.1915 2.5936) (end -0.6096 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input inverted (at -7.62 2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 -2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS00_2_1" - (arc (start 0 -3.81) (mid 3.7934 0) (end 0 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy 0 3.81) - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 0 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS00_2_2" - (arc (start -3.81 -3.81) (mid -2.589 0) (end -3.81 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -0.6096 -3.81) (mid 2.1842 -2.5851) (end 3.81 0) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 3.81) - (xy -0.635 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.635 3.81) - (xy -3.81 3.81) - (xy -3.81 3.81) - (xy -3.556 3.4036) - (xy -3.0226 2.2606) - (xy -2.6924 1.0414) - (xy -2.6162 -0.254) - (xy -2.7686 -1.4986) - (xy -3.175 -2.7178) - (xy -3.81 -3.81) - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width -25.4) (type default)) - (fill (type background)) - ) - (arc (start 3.81 0) (mid 2.1915 2.5936) (end -0.6096 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input inverted (at -7.62 2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 -2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS00_3_1" - (arc (start 0 -3.81) (mid 3.7934 0) (end 0 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy 0 3.81) - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 0 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 -2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS00_3_2" - (arc (start -3.81 -3.81) (mid -2.589 0) (end -3.81 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -0.6096 -3.81) (mid 2.1842 -2.5851) (end 3.81 0) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 3.81) - (xy -0.635 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.635 3.81) - (xy -3.81 3.81) - (xy -3.81 3.81) - (xy -3.556 3.4036) - (xy -3.0226 2.2606) - (xy -2.6924 1.0414) - (xy -2.6162 -0.254) - (xy -2.7686 -1.4986) - (xy -3.175 -2.7178) - (xy -3.81 -3.81) - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width -25.4) (type default)) - (fill (type background)) - ) - (arc (start 3.81 0) (mid 2.1915 2.5936) (end -0.6096 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input inverted (at -7.62 -2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS00_4_1" - (arc (start 0 -3.81) (mid 3.7934 0) (end 0 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy 0 3.81) - (xy -3.81 3.81) - (xy -3.81 -3.81) - (xy 0 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output inverted (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS00_4_2" - (arc (start -3.81 -3.81) (mid -2.589 0) (end -3.81 3.81) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start -0.6096 -3.81) (mid 2.1842 -2.5851) (end 3.81 0) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -3.81 3.81) - (xy -0.635 3.81) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (polyline - (pts - (xy -0.635 3.81) - (xy -3.81 3.81) - (xy -3.81 3.81) - (xy -3.556 3.4036) - (xy -3.0226 2.2606) - (xy -2.6924 1.0414) - (xy -2.6162 -0.254) - (xy -2.7686 -1.4986) - (xy -3.175 -2.7178) - (xy -3.81 -3.81) - (xy -3.81 -3.81) - (xy -0.635 -3.81) - ) - (stroke (width -25.4) (type default)) - (fill (type background)) - ) - (arc (start 3.81 0) (mid 2.1915 2.5936) (end -0.6096 3.81) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 3.81) - (name "~" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin input inverted (at -7.62 -2.54 0) (length 4.318) - (name "~" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS00_5_0" - (pin power_in line (at 0 12.7 270) (length 5.08) - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -12.7 90) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "74LS00_5_1" - (rectangle (start -5.08 7.62) (end 5.08 -7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - ) - (symbol "Amplifier_Audio:OPA1622" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 3.81 6.35 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "OPA1622" (at 3.81 3.81 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_SON:Texas_S-PVSON-N10" (at 0 -10.16 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa1622.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "dual opamp audio" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "High-Fidelity, Bipolar-Input, Audio Operational Amplifier, VSON-10" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Texas*PVSON*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "OPA1622_1_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at 0 7.62 270) (length 5.08) - (name "EN" (effects (font (size 0.508 0.508)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "OPA1622_2_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "OPA1622_3_1" - (pin passive line (at -2.54 -7.62 90) (length 3.81) hide - (name "V-" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -7.62 90) (length 5.08) - (name "GND" (effects (font (size 0.508 0.508)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Amplifier_Operational:TL082" (pin_names (offset 0.127)) (in_bom yes) (on_board yes) - (property "Reference" "U" (at 0 5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "TL082" (at 0 -5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl081.pdf" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_locked" "" (at 0 0 0) - (effects (font (size 1.27 1.27))) - ) - (property "ki_keywords" "dual opamp" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Dual JFET-Input Operational Amplifiers, DIP-8/SOIC-8/SSOP-8" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "TL082_1_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "TL082_2_1" - (polyline - (pts - (xy -5.08 5.08) - (xy 5.08 0) - (xy -5.08 -5.08) - (xy -5.08 5.08) - ) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - (pin input line (at -7.62 2.54 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -7.62 -2.54 0) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 7.62 0 180) (length 2.54) - (name "~" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "TL082_3_1" - (pin power_in line (at -2.54 -7.62 90) (length 3.81) - (name "V-" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at -2.54 7.62 270) (length 3.81) - (name "V+" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - - (symbol (lib_id "74xx:74LS00") (at 143.51 109.22 0) (unit 5) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 08c7ea0d-40da-4f74-b380-ff052300f9a5) - (property "Reference" "U2" (at 143.51 100.33 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS00" (at 143.51 102.87 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 143.51 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls00" (at 143.51 109.22 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b14dd112-07b0-4193-bbe0-a05bf1f4197a)) - (pin "2" (uuid 378f5661-1b9b-4aa6-bab6-c5b5c9161641)) - (pin "3" (uuid fc7bcf77-2b8b-4a4e-86cc-7b820c87308d)) - (pin "4" (uuid 38a81a27-47f4-4070-9157-c15042e74244)) - (pin "5" (uuid b040802d-593c-4a88-812e-c0dbd705adb0)) - (pin "6" (uuid 363c3a7f-f0f1-4d46-9444-0fd35b38085b)) - (pin "10" (uuid 46e51765-218d-4d06-a055-e50f4899b3e3)) - (pin "8" (uuid 8baacc94-7ff3-42c9-8817-68402e829277)) - (pin "9" (uuid 5928a97b-2802-4d1a-8198-04b2a17672c5)) - (pin "11" (uuid dca471a7-009a-432c-ad9d-769573b37e70)) - (pin "12" (uuid f5c69468-f5ce-4af6-8d0b-a8fb8352ebf4)) - (pin "13" (uuid 642514ef-6a79-4821-acf2-db73124c5fcb)) - (pin "14" (uuid b19f6349-be78-4dc4-8a3c-cdf4a3456070)) - (pin "7" (uuid aad5751b-584e-463c-8f94-4851ddbbc34b)) - (instances - (project "t1" - (path "/c69b8655-cba8-45d8-8793-85552c213f21" - (reference "U2") (unit 5) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL082") (at 101.6 55.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 1e1ca8d6-377c-40fc-a219-9557ca619436) - (property "Reference" "U1" (at 101.6 45.72 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL082" (at 101.6 48.26 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 101.6 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl081.pdf" (at 101.6 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a558ac98-49af-4149-a992-72090606dfb0)) - (pin "2" (uuid 1d34145d-74d9-484f-b4b0-75264cdd17af)) - (pin "3" (uuid b0cc960d-0d25-4a18-894b-ce7513abd864)) - (pin "5" (uuid 8309c6cb-3ea9-402c-bb6a-ae2ee26589e2)) - (pin "6" (uuid c0cbc188-3787-47f9-8bce-e4b0ca171e28)) - (pin "7" (uuid 4d3a7aff-80e1-45ee-b809-ef5451b18ba5)) - (pin "4" (uuid c07a8215-d563-47f0-a324-7e45ea8a038d)) - (pin "8" (uuid 6f3d3599-e7e2-4735-b377-d7563c307e59)) - (instances - (project "t1" - (path "/c69b8655-cba8-45d8-8793-85552c213f21" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS00") (at 124.46 118.11 0) (unit 4) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 3dff43c1-b44f-4d57-a326-efa83f1f1640) - (property "Reference" "U2" (at 124.46 109.22 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS00" (at 124.46 111.76 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 124.46 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls00" (at 124.46 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 2d07360a-26b2-494b-b6c2-82a9684dc10b)) - (pin "2" (uuid f0266d4d-cede-40fb-9c85-e9d46f7acb1e)) - (pin "3" (uuid 750281e5-9286-49ab-a0a1-facf821e03e2)) - (pin "4" (uuid 2457bb63-3c92-4355-ab8d-d66d35d23083)) - (pin "5" (uuid 6d5820dd-7632-4d1e-a96b-2f8512ccc930)) - (pin "6" (uuid 55614579-c49b-4799-91bd-1dd69eb1c5a7)) - (pin "10" (uuid c9b3420f-b4e2-423c-abbf-4c9e63344eb3)) - (pin "8" (uuid 0f7e3a1d-9f7f-4347-b359-4be84a6a502e)) - (pin "9" (uuid da81dc56-cb47-410e-a391-9d80d9b47a0e)) - (pin "11" (uuid 0b004f09-a1ae-4a2a-9fcd-05551e5c8130)) - (pin "12" (uuid 4eefcabb-8c5e-4e11-aba6-2a5fb96a55ce)) - (pin "13" (uuid d7d7cea8-1298-421b-8d3f-9a1d2bf39b8d)) - (pin "14" (uuid 13efc39b-f513-4411-ab99-dc33c170d63a)) - (pin "7" (uuid 12e5d125-0493-4d70-a285-a5a626b4fd40)) - (instances - (project "t1" - (path "/c69b8655-cba8-45d8-8793-85552c213f21" - (reference "U2") (unit 4) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS00") (at 124.46 101.6 0) (unit 2) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 4cbe322b-9235-466a-aaf5-5914af55a0cf) - (property "Reference" "U2" (at 124.46 92.71 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS00" (at 124.46 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 124.46 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls00" (at 124.46 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0327b308-0fc4-4014-aef9-5dbb51ca088b)) - (pin "2" (uuid c78247ce-9ff5-4bc3-950c-a808d66953c1)) - (pin "3" (uuid ad7f5f9f-25fb-42df-8c48-13e7da6f5a5b)) - (pin "4" (uuid 2457bb63-3c92-4355-ab8d-d66d35d23082)) - (pin "5" (uuid 6d5820dd-7632-4d1e-a96b-2f8512ccc92f)) - (pin "6" (uuid 55614579-c49b-4799-91bd-1dd69eb1c5a6)) - (pin "10" (uuid c9b3420f-b4e2-423c-abbf-4c9e63344eb2)) - (pin "8" (uuid 0f7e3a1d-9f7f-4347-b359-4be84a6a502d)) - (pin "9" (uuid da81dc56-cb47-410e-a391-9d80d9b47a0d)) - (pin "11" (uuid 0b004f09-a1ae-4a2a-9fcd-05551e5c812f)) - (pin "12" (uuid 4eefcabb-8c5e-4e11-aba6-2a5fb96a55cd)) - (pin "13" (uuid d7d7cea8-1298-421b-8d3f-9a1d2bf39b8c)) - (pin "14" (uuid 13efc39b-f513-4411-ab99-dc33c170d639)) - (pin "7" (uuid 12e5d125-0493-4d70-a285-a5a626b4fd3f)) - (instances - (project "t1" - (path "/c69b8655-cba8-45d8-8793-85552c213f21" - (reference "U2") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Operational:TL082") (at 125.73 55.88 0) (unit 2) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 65db8ac6-ded4-4a25-95f7-15d187d5be51) - (property "Reference" "U1" (at 125.73 45.72 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "TL082" (at 125.73 48.26 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 125.73 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl081.pdf" (at 125.73 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid b6f6010c-a999-481f-9807-7e3e1395134d)) - (pin "2" (uuid 829ad40f-c032-483b-b1da-dedb183fcce1)) - (pin "3" (uuid aac4e453-f8f8-4911-a458-52a125be105d)) - (pin "5" (uuid 2c3cfc74-d636-47a0-b72c-855fe882af1b)) - (pin "6" (uuid c4ff7aa5-0e98-4c52-8593-e021547861f5)) - (pin "7" (uuid 5c703d9f-888d-48f0-b3ff-9c72f07109c5)) - (pin "4" (uuid 1c23c77c-b459-4604-b6e9-da1024272894)) - (pin "8" (uuid c4166321-beb8-4345-a714-553945a4b624)) - (instances - (project "t1" - (path "/c69b8655-cba8-45d8-8793-85552c213f21" - (reference "U1") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Audio:OPA1622") (at 218.44 82.55 0) (unit 2) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 70d3ab22-ba40-4dfb-9a42-c6f4f8c4781e) - (property "Reference" "U3" (at 218.44 72.39 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "OPA1622" (at 218.44 74.93 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SON:Texas_S-PVSON-N10" (at 218.44 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa1622.pdf" (at 218.44 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 72fe778f-51fa-4a0f-8827-bdaa23c58bd2)) - (pin "10" (uuid b38d8c3c-4be6-4bfe-8f87-fadb4a45673c)) - (pin "8" (uuid fe32c341-bed5-40d8-a91e-84e414006eed)) - (pin "9" (uuid cb29bc44-f10b-4b92-be54-ff6e781a55fa)) - (pin "5" (uuid cb11c266-3a3b-4b0a-ac08-da4d01fd7f0d)) - (pin "6" (uuid bd246786-3d03-45cd-80a1-096699d2f7e8)) - (pin "7" (uuid f1b8319c-5d21-453f-9ae6-fa6e15b4f1cd)) - (pin "11" (uuid 7aa5e835-babe-4173-a8a4-b541536cb331)) - (pin "2" (uuid e993605e-cebe-4060-81bd-e0d08a1af8d1)) - (pin "3" (uuid 3ad2ef8b-3ae1-4f5d-bd81-ea4345d5f3a8)) - (pin "4" (uuid 258f1720-168d-4af8-bdc7-926755f7b12a)) - (instances - (project "t1" - (path "/c69b8655-cba8-45d8-8793-85552c213f21" - (reference "U3") (unit 2) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS00") (at 105.41 101.6 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 8e2fe8d6-25cf-4d75-ade3-645d09b2879a) - (property "Reference" "U2" (at 105.41 92.71 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS00" (at 105.41 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 105.41 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls00" (at 105.41 101.6 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6b230b96-d887-4e17-a5f2-57f8fccfe05f)) - (pin "2" (uuid c2dcc494-be4a-4b2c-a72e-bfd6f688f1df)) - (pin "3" (uuid 73006e06-abd7-4748-b8f6-4e73ae701058)) - (pin "4" (uuid 2457bb63-3c92-4355-ab8d-d66d35d23084)) - (pin "5" (uuid 6d5820dd-7632-4d1e-a96b-2f8512ccc931)) - (pin "6" (uuid 55614579-c49b-4799-91bd-1dd69eb1c5a8)) - (pin "10" (uuid c9b3420f-b4e2-423c-abbf-4c9e63344eb4)) - (pin "8" (uuid 0f7e3a1d-9f7f-4347-b359-4be84a6a502f)) - (pin "9" (uuid da81dc56-cb47-410e-a391-9d80d9b47a0f)) - (pin "11" (uuid 0b004f09-a1ae-4a2a-9fcd-05551e5c8131)) - (pin "12" (uuid 4eefcabb-8c5e-4e11-aba6-2a5fb96a55cf)) - (pin "13" (uuid d7d7cea8-1298-421b-8d3f-9a1d2bf39b8e)) - (pin "14" (uuid 13efc39b-f513-4411-ab99-dc33c170d63b)) - (pin "7" (uuid 12e5d125-0493-4d70-a285-a5a626b4fd41)) - (instances - (project "t1" - (path "/c69b8655-cba8-45d8-8793-85552c213f21" - (reference "U2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Audio:OPA1622") (at 195.58 82.55 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 99f6e59f-be1d-4388-9444-f37d4dc88faa) - (property "Reference" "U3" (at 195.58 90.17 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "OPA1622" (at 195.58 92.71 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_SON:Texas_S-PVSON-N10" (at 195.58 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa1622.pdf" (at 195.58 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 39b77d72-7112-4c2b-91e6-eacf18843b2d)) - (pin "10" (uuid 2c94d543-dabc-43ba-b3da-066ad0862665)) - (pin "8" (uuid 76f462d5-e7c6-48b1-a45e-540314f3edca)) - (pin "9" (uuid f0f0a621-50f9-4911-806c-407de96e0d6c)) - (pin "5" (uuid 38db8803-f20a-4230-8722-ddb39b8b8c53)) - (pin "6" (uuid 7d93e0ff-fcad-4b10-9214-f4e678632450)) - (pin "7" (uuid d615f8ea-5049-4e19-b476-6b8d8f9eb0ad)) - (pin "11" (uuid 9c006d45-7d32-4a3e-96ba-754260303e82)) - (pin "2" (uuid 0db9788d-1d79-478d-ac64-2b37cfaf5842)) - (pin "3" (uuid 59b47cb7-b2a4-4c31-ab3b-1bd7c4b5cef2)) - (pin "4" (uuid 065f8bbb-c5df-47a5-b39c-221317dc0616)) - (instances - (project "t1" - (path "/c69b8655-cba8-45d8-8793-85552c213f21" - (reference "U3") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "74xx:74LS00") (at 105.41 118.11 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 9acb89c1-8c79-4791-b703-982b43c21f2e) - (property "Reference" "U2" (at 105.41 109.22 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "74LS00" (at 105.41 111.76 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 105.41 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls00" (at 105.41 118.11 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 219eca6a-93bc-4aee-95f8-94b7da665c08)) - (pin "2" (uuid c16274e6-ce5d-4fd5-871f-e8eb8a38883a)) - (pin "3" (uuid 14d853a4-ab1b-47e9-b474-0e9ee4a49c20)) - (pin "4" (uuid 2457bb63-3c92-4355-ab8d-d66d35d23085)) - (pin "5" (uuid 6d5820dd-7632-4d1e-a96b-2f8512ccc932)) - (pin "6" (uuid 55614579-c49b-4799-91bd-1dd69eb1c5a9)) - (pin "10" (uuid c9b3420f-b4e2-423c-abbf-4c9e63344eb5)) - (pin "8" (uuid 0f7e3a1d-9f7f-4347-b359-4be84a6a5030)) - (pin "9" (uuid da81dc56-cb47-410e-a391-9d80d9b47a10)) - (pin "11" (uuid 0b004f09-a1ae-4a2a-9fcd-05551e5c8132)) - (pin "12" (uuid 4eefcabb-8c5e-4e11-aba6-2a5fb96a55d0)) - (pin "13" (uuid d7d7cea8-1298-421b-8d3f-9a1d2bf39b8f)) - (pin "14" (uuid 13efc39b-f513-4411-ab99-dc33c170d63c)) - (pin "7" (uuid 12e5d125-0493-4d70-a285-a5a626b4fd42)) - (instances - (project "t1" - (path "/c69b8655-cba8-45d8-8793-85552c213f21" - (reference "U2") (unit 3) - ) - ) - ) - ) - - (symbol (lib_id "Amplifier_Audio:OPA1622") (at 236.22 82.55 0) (unit 3) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid ecb7818c-f6ea-4984-a87b-017a024c377f) - (property "Reference" "U3" (at 237.49 81.2799 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "OPA1622" (at 237.49 83.8199 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Package_SON:Texas_S-PVSON-N10" (at 236.22 92.71 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa1622.pdf" (at 236.22 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 86c9f38a-8686-47ff-862e-4b509ed07491)) - (pin "10" (uuid 6d287fb4-9574-435d-b978-18dcb26d7c17)) - (pin "8" (uuid 2d2c747c-9754-42c4-84bc-ad28b3210b8f)) - (pin "9" (uuid ed308b41-9161-4543-a608-dc9a7b7e00a1)) - (pin "5" (uuid 8fdd3335-3923-418b-9e6e-1bfe00996740)) - (pin "6" (uuid 05e521dc-6237-4b19-942f-d13918a73e0e)) - (pin "7" (uuid 2fc8d37e-e76e-46e5-aafd-5b6fd7ffa519)) - (pin "11" (uuid 3cf2662e-4a4f-456b-a718-ba79146c3f18)) - (pin "2" (uuid bc4aa52e-26af-414c-a27c-b5aa04608383)) - (pin "3" (uuid c7bd3a2e-6560-4011-bb45-331be426de5c)) - (pin "4" (uuid 4e3bbecf-e758-44c3-8111-d9527c3ef29d)) - (instances - (project "t1" - (path "/c69b8655-cba8-45d8-8793-85552c213f21" - (reference "U3") (unit 3) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "c69b8655-cba8-45d8-8793-85552c213f21") + (paper "A4") + (lib_symbols + (symbol "74xx:74LS00" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS00" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls00" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "quad 2-input NAND gate" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "TTL nand 2-input" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DIP*W7.62mm* SO14*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "74LS00_1_1" + (arc + (start 0 -3.81) + (mid 3.7934 0) + (end 0 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy -3.81 3.81) (xy -3.81 -3.81) (xy 0 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS00_1_2" + (arc + (start -3.81 -3.81) + (mid -2.589 0) + (end -3.81 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.6096 -3.81) + (mid 2.1842 -2.5851) + (end 3.81 0) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -0.635 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -0.635 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.635 3.81) (xy -3.81 3.81) (xy -3.81 3.81) (xy -3.556 3.4036) (xy -3.0226 2.2606) (xy -2.6924 1.0414) + (xy -2.6162 -0.254) (xy -2.7686 -1.4986) (xy -3.175 -2.7178) (xy -3.81 -3.81) (xy -3.81 -3.81) + (xy -0.635 -3.81) + ) + (stroke + (width -25.4) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start 3.81 0) + (mid 2.1915 2.5936) + (end -0.6096 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input inverted + (at -7.62 2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 -2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS00_2_1" + (arc + (start 0 -3.81) + (mid 3.7934 0) + (end 0 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy -3.81 3.81) (xy -3.81 -3.81) (xy 0 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS00_2_2" + (arc + (start -3.81 -3.81) + (mid -2.589 0) + (end -3.81 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.6096 -3.81) + (mid 2.1842 -2.5851) + (end 3.81 0) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -0.635 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -0.635 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.635 3.81) (xy -3.81 3.81) (xy -3.81 3.81) (xy -3.556 3.4036) (xy -3.0226 2.2606) (xy -2.6924 1.0414) + (xy -2.6162 -0.254) (xy -2.7686 -1.4986) (xy -3.175 -2.7178) (xy -3.81 -3.81) (xy -3.81 -3.81) + (xy -0.635 -3.81) + ) + (stroke + (width -25.4) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start 3.81 0) + (mid 2.1915 2.5936) + (end -0.6096 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input inverted + (at -7.62 2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 -2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS00_3_1" + (arc + (start 0 -3.81) + (mid 3.7934 0) + (end 0 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy -3.81 3.81) (xy -3.81 -3.81) (xy 0 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS00_3_2" + (arc + (start -3.81 -3.81) + (mid -2.589 0) + (end -3.81 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.6096 -3.81) + (mid 2.1842 -2.5851) + (end 3.81 0) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -0.635 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -0.635 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.635 3.81) (xy -3.81 3.81) (xy -3.81 3.81) (xy -3.556 3.4036) (xy -3.0226 2.2606) (xy -2.6924 1.0414) + (xy -2.6162 -0.254) (xy -2.7686 -1.4986) (xy -3.175 -2.7178) (xy -3.81 -3.81) (xy -3.81 -3.81) + (xy -0.635 -3.81) + ) + (stroke + (width -25.4) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start 3.81 0) + (mid 2.1915 2.5936) + (end -0.6096 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input inverted + (at -7.62 -2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS00_4_1" + (arc + (start 0 -3.81) + (mid 3.7934 0) + (end 0 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy -3.81 3.81) (xy -3.81 -3.81) (xy 0 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output inverted + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS00_4_2" + (arc + (start -3.81 -3.81) + (mid -2.589 0) + (end -3.81 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -0.6096 -3.81) + (mid 2.1842 -2.5851) + (end 3.81 0) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -0.635 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -0.635 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -0.635 3.81) (xy -3.81 3.81) (xy -3.81 3.81) (xy -3.556 3.4036) (xy -3.0226 2.2606) (xy -2.6924 1.0414) + (xy -2.6162 -0.254) (xy -2.7686 -1.4986) (xy -3.175 -2.7178) (xy -3.81 -3.81) (xy -3.81 -3.81) + (xy -0.635 -3.81) + ) + (stroke + (width -25.4) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start 3.81 0) + (mid 2.1915 2.5936) + (end -0.6096 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 3.81) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input inverted + (at -7.62 -2.54 0) + (length 4.318) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS00_5_0" + (pin power_in line + (at 0 12.7 270) + (length 5.08) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -12.7 90) + (length 5.08) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74LS00_5_1" + (rectangle + (start -5.08 7.62) + (end 5.08 -7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + (symbol "Amplifier_Audio:OPA1622" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 3.81 6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "OPA1622" + (at 3.81 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SON:Texas_S-PVSON-N10" + (at 0 -10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa1622.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "High-Fidelity, Bipolar-Input, Audio Operational Amplifier, VSON-10" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "dual opamp audio" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Texas*PVSON*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "OPA1622_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 0 7.62 270) + (length 5.08) + (name "EN" + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "OPA1622_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "OPA1622_3_1" + (pin passive line + (at -2.54 -7.62 90) + (length 3.81) hide + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -7.62 90) + (length 5.08) + (name "GND" + (effects + (font + (size 0.508 0.508) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Amplifier_Operational:TL082" + (pin_names + (offset 0.127) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "TL082" + (at 0 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl081.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual JFET-Input Operational Amplifiers, DIP-8/SOIC-8/SSOP-8" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "dual opamp" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm* DIP*W7.62mm* TO*99* OnSemi*Micro8* TSSOP*3x3mm*P0.65mm* TSSOP*4.4x3mm*P0.65mm* MSOP*3x3mm*P0.65mm* SSOP*3.9x4.9mm*P0.635mm* LFCSP*2x2mm*P0.5mm* *SIP* SOIC*5.3x6.2mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "TL082_1_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TL082_2_1" + (polyline + (pts + (xy -5.08 5.08) (xy 5.08 0) (xy -5.08 -5.08) (xy -5.08 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -7.62 2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 -2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 7.62 0 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "TL082_3_1" + (pin power_in line + (at -2.54 -7.62 90) + (length 3.81) + (name "V-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 7.62 270) + (length 3.81) + (name "V+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS00") + (at 143.51 109.22 0) + (unit 5) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "08c7ea0d-40da-4f74-b380-ff052300f9a5") + (property "Reference" "U2" + (at 143.51 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS00" + (at 143.51 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 143.51 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls00" + (at 143.51 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 143.51 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b14dd112-07b0-4193-bbe0-a05bf1f4197a") + ) + (pin "2" + (uuid "378f5661-1b9b-4aa6-bab6-c5b5c9161641") + ) + (pin "3" + (uuid "fc7bcf77-2b8b-4a4e-86cc-7b820c87308d") + ) + (pin "4" + (uuid "38a81a27-47f4-4070-9157-c15042e74244") + ) + (pin "5" + (uuid "b040802d-593c-4a88-812e-c0dbd705adb0") + ) + (pin "6" + (uuid "363c3a7f-f0f1-4d46-9444-0fd35b38085b") + ) + (pin "10" + (uuid "46e51765-218d-4d06-a055-e50f4899b3e3") + ) + (pin "8" + (uuid "8baacc94-7ff3-42c9-8817-68402e829277") + ) + (pin "9" + (uuid "5928a97b-2802-4d1a-8198-04b2a17672c5") + ) + (pin "11" + (uuid "dca471a7-009a-432c-ad9d-769573b37e70") + ) + (pin "12" + (uuid "f5c69468-f5ce-4af6-8d0b-a8fb8352ebf4") + ) + (pin "13" + (uuid "642514ef-6a79-4821-acf2-db73124c5fcb") + ) + (pin "14" + (uuid "b19f6349-be78-4dc4-8a3c-cdf4a3456070") + ) + (pin "7" + (uuid "aad5751b-584e-463c-8f94-4851ddbbc34b") + ) + (instances + (project "t1" + (path "/c69b8655-cba8-45d8-8793-85552c213f21" + (reference "U2") + (unit 5) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL082") + (at 101.6 55.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1e1ca8d6-377c-40fc-a219-9557ca619436") + (property "Reference" "U1" + (at 101.6 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL082" + (at 101.6 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 101.6 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl081.pdf" + (at 101.6 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a558ac98-49af-4149-a992-72090606dfb0") + ) + (pin "2" + (uuid "1d34145d-74d9-484f-b4b0-75264cdd17af") + ) + (pin "3" + (uuid "b0cc960d-0d25-4a18-894b-ce7513abd864") + ) + (pin "5" + (uuid "8309c6cb-3ea9-402c-bb6a-ae2ee26589e2") + ) + (pin "6" + (uuid "c0cbc188-3787-47f9-8bce-e4b0ca171e28") + ) + (pin "7" + (uuid "4d3a7aff-80e1-45ee-b809-ef5451b18ba5") + ) + (pin "4" + (uuid "c07a8215-d563-47f0-a324-7e45ea8a038d") + ) + (pin "8" + (uuid "6f3d3599-e7e2-4735-b377-d7563c307e59") + ) + (instances + (project "t1" + (path "/c69b8655-cba8-45d8-8793-85552c213f21" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS00") + (at 124.46 118.11 0) + (unit 4) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "3dff43c1-b44f-4d57-a326-efa83f1f1640") + (property "Reference" "U2" + (at 124.46 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS00" + (at 124.46 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 124.46 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls00" + (at 124.46 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 124.46 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2d07360a-26b2-494b-b6c2-82a9684dc10b") + ) + (pin "2" + (uuid "f0266d4d-cede-40fb-9c85-e9d46f7acb1e") + ) + (pin "3" + (uuid "750281e5-9286-49ab-a0a1-facf821e03e2") + ) + (pin "4" + (uuid "2457bb63-3c92-4355-ab8d-d66d35d23083") + ) + (pin "5" + (uuid "6d5820dd-7632-4d1e-a96b-2f8512ccc930") + ) + (pin "6" + (uuid "55614579-c49b-4799-91bd-1dd69eb1c5a7") + ) + (pin "10" + (uuid "c9b3420f-b4e2-423c-abbf-4c9e63344eb3") + ) + (pin "8" + (uuid "0f7e3a1d-9f7f-4347-b359-4be84a6a502e") + ) + (pin "9" + (uuid "da81dc56-cb47-410e-a391-9d80d9b47a0e") + ) + (pin "11" + (uuid "0b004f09-a1ae-4a2a-9fcd-05551e5c8130") + ) + (pin "12" + (uuid "4eefcabb-8c5e-4e11-aba6-2a5fb96a55ce") + ) + (pin "13" + (uuid "d7d7cea8-1298-421b-8d3f-9a1d2bf39b8d") + ) + (pin "14" + (uuid "13efc39b-f513-4411-ab99-dc33c170d63a") + ) + (pin "7" + (uuid "12e5d125-0493-4d70-a285-a5a626b4fd40") + ) + (instances + (project "t1" + (path "/c69b8655-cba8-45d8-8793-85552c213f21" + (reference "U2") + (unit 4) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS00") + (at 124.46 101.6 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4cbe322b-9235-466a-aaf5-5914af55a0cf") + (property "Reference" "U2" + (at 124.46 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS00" + (at 124.46 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 124.46 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls00" + (at 124.46 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 124.46 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0327b308-0fc4-4014-aef9-5dbb51ca088b") + ) + (pin "2" + (uuid "c78247ce-9ff5-4bc3-950c-a808d66953c1") + ) + (pin "3" + (uuid "ad7f5f9f-25fb-42df-8c48-13e7da6f5a5b") + ) + (pin "4" + (uuid "2457bb63-3c92-4355-ab8d-d66d35d23082") + ) + (pin "5" + (uuid "6d5820dd-7632-4d1e-a96b-2f8512ccc92f") + ) + (pin "6" + (uuid "55614579-c49b-4799-91bd-1dd69eb1c5a6") + ) + (pin "10" + (uuid "c9b3420f-b4e2-423c-abbf-4c9e63344eb2") + ) + (pin "8" + (uuid "0f7e3a1d-9f7f-4347-b359-4be84a6a502d") + ) + (pin "9" + (uuid "da81dc56-cb47-410e-a391-9d80d9b47a0d") + ) + (pin "11" + (uuid "0b004f09-a1ae-4a2a-9fcd-05551e5c812f") + ) + (pin "12" + (uuid "4eefcabb-8c5e-4e11-aba6-2a5fb96a55cd") + ) + (pin "13" + (uuid "d7d7cea8-1298-421b-8d3f-9a1d2bf39b8c") + ) + (pin "14" + (uuid "13efc39b-f513-4411-ab99-dc33c170d639") + ) + (pin "7" + (uuid "12e5d125-0493-4d70-a285-a5a626b4fd3f") + ) + (instances + (project "t1" + (path "/c69b8655-cba8-45d8-8793-85552c213f21" + (reference "U2") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Operational:TL082") + (at 125.73 55.88 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "65db8ac6-ded4-4a25-95f7-15d187d5be51") + (property "Reference" "U1" + (at 125.73 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "TL082" + (at 125.73 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 125.73 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/tl081.pdf" + (at 125.73 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 125.73 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b6f6010c-a999-481f-9807-7e3e1395134d") + ) + (pin "2" + (uuid "829ad40f-c032-483b-b1da-dedb183fcce1") + ) + (pin "3" + (uuid "aac4e453-f8f8-4911-a458-52a125be105d") + ) + (pin "5" + (uuid "2c3cfc74-d636-47a0-b72c-855fe882af1b") + ) + (pin "6" + (uuid "c4ff7aa5-0e98-4c52-8593-e021547861f5") + ) + (pin "7" + (uuid "5c703d9f-888d-48f0-b3ff-9c72f07109c5") + ) + (pin "4" + (uuid "1c23c77c-b459-4604-b6e9-da1024272894") + ) + (pin "8" + (uuid "c4166321-beb8-4345-a714-553945a4b624") + ) + (instances + (project "t1" + (path "/c69b8655-cba8-45d8-8793-85552c213f21" + (reference "U1") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Audio:OPA1622") + (at 218.44 82.55 0) + (unit 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "70d3ab22-ba40-4dfb-9a42-c6f4f8c4781e") + (property "Reference" "U3" + (at 218.44 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "OPA1622" + (at 218.44 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SON:Texas_S-PVSON-N10" + (at 218.44 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa1622.pdf" + (at 218.44 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 218.44 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "72fe778f-51fa-4a0f-8827-bdaa23c58bd2") + ) + (pin "10" + (uuid "b38d8c3c-4be6-4bfe-8f87-fadb4a45673c") + ) + (pin "8" + (uuid "fe32c341-bed5-40d8-a91e-84e414006eed") + ) + (pin "9" + (uuid "cb29bc44-f10b-4b92-be54-ff6e781a55fa") + ) + (pin "5" + (uuid "cb11c266-3a3b-4b0a-ac08-da4d01fd7f0d") + ) + (pin "6" + (uuid "bd246786-3d03-45cd-80a1-096699d2f7e8") + ) + (pin "7" + (uuid "f1b8319c-5d21-453f-9ae6-fa6e15b4f1cd") + ) + (pin "11" + (uuid "7aa5e835-babe-4173-a8a4-b541536cb331") + ) + (pin "2" + (uuid "e993605e-cebe-4060-81bd-e0d08a1af8d1") + ) + (pin "3" + (uuid "3ad2ef8b-3ae1-4f5d-bd81-ea4345d5f3a8") + ) + (pin "4" + (uuid "258f1720-168d-4af8-bdc7-926755f7b12a") + ) + (instances + (project "t1" + (path "/c69b8655-cba8-45d8-8793-85552c213f21" + (reference "U3") + (unit 2) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS00") + (at 105.41 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8e2fe8d6-25cf-4d75-ade3-645d09b2879a") + (property "Reference" "U2" + (at 105.41 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS00" + (at 105.41 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 105.41 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls00" + (at 105.41 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6b230b96-d887-4e17-a5f2-57f8fccfe05f") + ) + (pin "2" + (uuid "c2dcc494-be4a-4b2c-a72e-bfd6f688f1df") + ) + (pin "3" + (uuid "73006e06-abd7-4748-b8f6-4e73ae701058") + ) + (pin "4" + (uuid "2457bb63-3c92-4355-ab8d-d66d35d23084") + ) + (pin "5" + (uuid "6d5820dd-7632-4d1e-a96b-2f8512ccc931") + ) + (pin "6" + (uuid "55614579-c49b-4799-91bd-1dd69eb1c5a8") + ) + (pin "10" + (uuid "c9b3420f-b4e2-423c-abbf-4c9e63344eb4") + ) + (pin "8" + (uuid "0f7e3a1d-9f7f-4347-b359-4be84a6a502f") + ) + (pin "9" + (uuid "da81dc56-cb47-410e-a391-9d80d9b47a0f") + ) + (pin "11" + (uuid "0b004f09-a1ae-4a2a-9fcd-05551e5c8131") + ) + (pin "12" + (uuid "4eefcabb-8c5e-4e11-aba6-2a5fb96a55cf") + ) + (pin "13" + (uuid "d7d7cea8-1298-421b-8d3f-9a1d2bf39b8e") + ) + (pin "14" + (uuid "13efc39b-f513-4411-ab99-dc33c170d63b") + ) + (pin "7" + (uuid "12e5d125-0493-4d70-a285-a5a626b4fd41") + ) + (instances + (project "t1" + (path "/c69b8655-cba8-45d8-8793-85552c213f21" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Audio:OPA1622") + (at 195.58 82.55 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "99f6e59f-be1d-4388-9444-f37d4dc88faa") + (property "Reference" "U3" + (at 195.58 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "OPA1622" + (at 195.58 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_SON:Texas_S-PVSON-N10" + (at 195.58 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa1622.pdf" + (at 195.58 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 195.58 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "39b77d72-7112-4c2b-91e6-eacf18843b2d") + ) + (pin "10" + (uuid "2c94d543-dabc-43ba-b3da-066ad0862665") + ) + (pin "8" + (uuid "76f462d5-e7c6-48b1-a45e-540314f3edca") + ) + (pin "9" + (uuid "f0f0a621-50f9-4911-806c-407de96e0d6c") + ) + (pin "5" + (uuid "38db8803-f20a-4230-8722-ddb39b8b8c53") + ) + (pin "6" + (uuid "7d93e0ff-fcad-4b10-9214-f4e678632450") + ) + (pin "7" + (uuid "d615f8ea-5049-4e19-b476-6b8d8f9eb0ad") + ) + (pin "11" + (uuid "9c006d45-7d32-4a3e-96ba-754260303e82") + ) + (pin "2" + (uuid "0db9788d-1d79-478d-ac64-2b37cfaf5842") + ) + (pin "3" + (uuid "59b47cb7-b2a4-4c31-ab3b-1bd7c4b5cef2") + ) + (pin "4" + (uuid "065f8bbb-c5df-47a5-b39c-221317dc0616") + ) + (instances + (project "t1" + (path "/c69b8655-cba8-45d8-8793-85552c213f21" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74LS00") + (at 105.41 118.11 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9acb89c1-8c79-4791-b703-982b43c21f2e") + (property "Reference" "U2" + (at 105.41 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74LS00" + (at 105.41 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 105.41 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74ls00" + (at 105.41 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 105.41 118.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "219eca6a-93bc-4aee-95f8-94b7da665c08") + ) + (pin "2" + (uuid "c16274e6-ce5d-4fd5-871f-e8eb8a38883a") + ) + (pin "3" + (uuid "14d853a4-ab1b-47e9-b474-0e9ee4a49c20") + ) + (pin "4" + (uuid "2457bb63-3c92-4355-ab8d-d66d35d23085") + ) + (pin "5" + (uuid "6d5820dd-7632-4d1e-a96b-2f8512ccc932") + ) + (pin "6" + (uuid "55614579-c49b-4799-91bd-1dd69eb1c5a9") + ) + (pin "10" + (uuid "c9b3420f-b4e2-423c-abbf-4c9e63344eb5") + ) + (pin "8" + (uuid "0f7e3a1d-9f7f-4347-b359-4be84a6a5030") + ) + (pin "9" + (uuid "da81dc56-cb47-410e-a391-9d80d9b47a10") + ) + (pin "11" + (uuid "0b004f09-a1ae-4a2a-9fcd-05551e5c8132") + ) + (pin "12" + (uuid "4eefcabb-8c5e-4e11-aba6-2a5fb96a55d0") + ) + (pin "13" + (uuid "d7d7cea8-1298-421b-8d3f-9a1d2bf39b8f") + ) + (pin "14" + (uuid "13efc39b-f513-4411-ab99-dc33c170d63c") + ) + (pin "7" + (uuid "12e5d125-0493-4d70-a285-a5a626b4fd42") + ) + (instances + (project "t1" + (path "/c69b8655-cba8-45d8-8793-85552c213f21" + (reference "U2") + (unit 3) + ) + ) + ) + ) + (symbol + (lib_id "Amplifier_Audio:OPA1622") + (at 236.22 82.55 0) + (unit 3) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ecb7818c-f6ea-4984-a87b-017a024c377f") + (property "Reference" "U3" + (at 237.49 81.2799 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "OPA1622" + (at 237.49 83.8199 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_SON:Texas_S-PVSON-N10" + (at 236.22 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/opa1622.pdf" + (at 236.22 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 236.22 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "86c9f38a-8686-47ff-862e-4b509ed07491") + ) + (pin "10" + (uuid "6d287fb4-9574-435d-b978-18dcb26d7c17") + ) + (pin "8" + (uuid "2d2c747c-9754-42c4-84bc-ad28b3210b8f") + ) + (pin "9" + (uuid "ed308b41-9161-4543-a608-dc9a7b7e00a1") + ) + (pin "5" + (uuid "8fdd3335-3923-418b-9e6e-1bfe00996740") + ) + (pin "6" + (uuid "05e521dc-6237-4b19-942f-d13918a73e0e") + ) + (pin "7" + (uuid "2fc8d37e-e76e-46e5-aafd-5b6fd7ffa519") + ) + (pin "11" + (uuid "3cf2662e-4a4f-456b-a718-ba79146c3f18") + ) + (pin "2" + (uuid "bc4aa52e-26af-414c-a27c-b5aa04608383") + ) + (pin "3" + (uuid "c7bd3a2e-6560-4011-bb45-331be426de5c") + ) + (pin "4" + (uuid "4e3bbecf-e758-44c3-8111-d9527c3ef29d") + ) + (instances + (project "t1" + (path "/c69b8655-cba8-45d8-8793-85552c213f21" + (reference "U3") + (unit 3) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/test_v5.kicad_pcb b/tests/board_samples/kicad_8/test_v5.kicad_pcb deleted file mode 120000 index 4ee82b5d2..000000000 --- a/tests/board_samples/kicad_8/test_v5.kicad_pcb +++ /dev/null @@ -1 +0,0 @@ -kibom-variante.kicad_pcb \ No newline at end of file diff --git a/tests/board_samples/kicad_8/test_v5.kicad_pcb b/tests/board_samples/kicad_8/test_v5.kicad_pcb new file mode 100644 index 000000000..517e65da1 --- /dev/null +++ b/tests/board_samples/kicad_8/test_v5.kicad_pcb @@ -0,0 +1,963 @@ +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (paper "A4") + (title_block + (date "2024-01-19") + (comment 2 "The_C2") + ) + (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 + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 4) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "unconnected-(C1-Pad1)") + (net 2 "unconnected-(C1-Pad2)") + (net 3 "unconnected-(L1-Pad1)") + (net 4 "unconnected-(L1-Pad2)") + (net 5 "unconnected-(R1-Pad1)") + (net 6 "unconnected-(R1-Pad2)") + (net 7 "unconnected-(R2-Pad1)") + (net 8 "unconnected-(R2-Pad2)") + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "42c79ce9-aafb-413d-89c2-2068f635b354") + (at 130.8575 77.28) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.68 0) + (layer "F.SilkS") + (uuid "a4e5ab31-f22b-4f3e-98a0-b14c18405246") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "C" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "526dde89-8c4d-4cf6-9e8d-955d64d4cc07") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29682b40-4e7e-4d00-92b3-3b0a107f56b7") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "988d38e1-47c2-46a1-9d8e-abfee2700d1f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ce95af1e-b0f2-436a-bcba-220f23f6d00b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f3401d2") + (sheetfile "test_v5.kicad_sch") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "df08590d-8078-4c35-b8c6-4b8079496be6") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "7d0d95c2-b427-4693-86d3-388bf5ab0d8b") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1656b32f-92d5-4776-944c-b69c9289b967") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b426ba03-5872-49e1-a001-4ec48734a59d") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3da6a9ae-ccf6-4c91-9a39-8bc5253c69c5") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "55424c56-b2c1-42c5-865d-4ad9becb42e0") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "7d1fdc13-ecf7-4b23-b118-3d5227756695") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f76e662c-b67f-4319-a7fd-88ca01d3b42d") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "69f7c786-db9c-4a4d-9637-0306913ce60e") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f0960c8f-dc49-4619-b889-2eee0ef4acf5") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "6dcdc843-8fdc-450c-97fb-a8d1d5407e4b") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "unconnected-(C1-Pad1)") + (pintype "passive") + (uuid "81025ca8-7809-44d1-bfd0-73d5e5bec49a") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "unconnected-(C1-Pad2)") + (pintype "passive") + (uuid "3af47cba-5141-4c61-8d2f-051f78ccb223") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "4b05d10d-d03b-4245-93c6-6dd7ef115d79") + (at 135.2875 80.2) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R2" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "fc3e7acd-6aba-4677-895d-30650b88b9bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R_US" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "914f698d-f318-4829-9016-a903c7872dbc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "db90f286-cc5c-4821-83bc-ca9756b41b21") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c4d15e8e-68f8-4cf6-ac8b-06af594b0abc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Resistor, US symbol" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "43e4c458-e67c-4ef3-8f9f-f7b631382a12") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f3409f7") + (sheetfile "test_v5.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a5c1fe7f-d528-424f-89d7-027a831e1a9b") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3c3ad48b-9713-4def-9e3a-8f6f2fe2ec34") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "47606320-c86c-4a12-acc0-762f5fd95781") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "a829f1e2-4d3f-4620-bd44-735437433444") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "965745e8-055c-4eb4-99fc-900a1cc81ab2") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "499c95b1-a991-4ca4-ab65-93f3d8825419") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "20288645-8afc-4f62-8e79-c0578f3d1ec3") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6defbaa3-b366-4044-b064-b4f24dfa32c6") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "069cbe26-1be9-4f2d-a019-1e3863031005") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c8e760cf-2f4a-4a3e-a43a-4510a1054574") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "39d87a78-7775-414a-8b62-fc1ae7be8441") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 7 "unconnected-(R2-Pad1)") + (pintype "passive") + (uuid "d401cb0e-247f-4d68-afff-bc476c13a921") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 8 "unconnected-(R2-Pad2)") + (pintype "passive") + (uuid "873a10e3-545f-45c5-bd99-87a89cd9e846") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "F.Cu") + (uuid "7757e0f5-d98e-4377-b151-2fe874013657") + (at 130.8575 80.29) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "L1" + (at 0 -1.68 0) + (layer "F.SilkS") + (uuid "bf92c542-4775-4aa2-93ce-6b327a1017e0") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "L" + (at 0 1.68 0) + (layer "F.Fab") + (uuid "5c5d88aa-0446-4077-95a7-504d6e9a7174") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "cf44ebec-5fbc-4102-ac45-1f295dc8b0f6") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c6c092b6-d4e4-4e8b-89d2-3aaba82bdaaa") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "Inductor" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9ad6a19f-62c8-4943-a493-26300041f8ec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f33f73d") + (sheetfile "test_v5.kicad_sch") + (attr smd) + (fp_line + (start -0.261252 -0.735) + (end 0.261252 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c6e02f1c-5c1c-46c5-ba4f-121c6f08fa0c") + ) + (fp_line + (start -0.261252 0.735) + (end 0.261252 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c117cb72-2504-4c3e-9a8c-b1ef736c7dcf") + ) + (fp_line + (start -1.7 -0.98) + (end 1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "4fad87b7-d717-4cd1-ab4c-2d260259c9a2") + ) + (fp_line + (start -1.7 0.98) + (end -1.7 -0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0a5d800a-1945-4bc4-b640-91ea891a8cd9") + ) + (fp_line + (start 1.7 -0.98) + (end 1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "5208322d-c18f-4c97-9984-873b07c3f72a") + ) + (fp_line + (start 1.7 0.98) + (end -1.7 0.98) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "536ca379-6f4f-43b5-abe0-64da3660d513") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "26605af3-b382-4433-80e1-d1d0f2c5f925") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a670d44-5ef4-48f0-999a-3c4eca5ff1ae") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1b3c5810-d3f3-44f6-9aad-2e1464646278") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "4b5533f7-92eb-40d0-8a4d-287706773ed4") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "871d5cde-1811-4554-85be-425b53eb376d") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "unconnected-(L1-Pad1)") + (pinfunction "1") + (pintype "passive") + (uuid "550a117e-d30e-43a0-872d-fd44bd568eb3") + ) + (pad "2" smd roundrect + (at 0.95 0) + (size 1 1.45) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "unconnected-(L1-Pad2)") + (pinfunction "2") + (pintype "passive") + (uuid "83387907-f9d1-4b9e-9c72-10d8d2879e36") + ) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "F.Cu") + (uuid "f417b356-ef41-45de-90f6-64820d7b3b0a") + (at 135.2875 77.25) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.65 0) + (layer "F.SilkS") + (uuid "6cb569e3-7a4e-4388-b704-a771991f11b4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R" + (at 0 1.65 0) + (layer "F.Fab") + (uuid "eac495d8-f62f-476b-a847-947f2361c73f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2268050b-a487-44e8-8846-7b354462ca37") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "dd45f8d5-d021-4985-b85b-590985f0bf25") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "bc5ad692-1fb5-432d-85e0-03da48dfcb96") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Test" "Hi! \"quoted text\"" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "3d47848f-7729-46e3-80b7-e919113e608e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f33ec02") + (sheetfile "test_v5.kicad_sch") + (attr smd) + (fp_line + (start -0.227064 -0.735) + (end 0.227064 -0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "cc153304-d18b-4e2b-b55c-554c3496f3e0") + ) + (fp_line + (start -0.227064 0.735) + (end 0.227064 0.735) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "9b0898f4-7a9a-4521-9fe8-d54fa01ecc9d") + ) + (fp_line + (start -1.68 -0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b71a22b5-4e56-4351-adf7-4f64dac3caa2") + ) + (fp_line + (start -1.68 0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "6804d6d5-c6af-4fb0-9dc8-e2edc4c8bbd0") + ) + (fp_line + (start 1.68 -0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "190e9d55-cb48-42e1-9b6a-a42ad2919da8") + ) + (fp_line + (start 1.68 0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "f978d1b4-673d-4e04-a3f6-daed6f618d7b") + ) + (fp_line + (start -1 -0.625) + (end 1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "0210446f-f1af-4d5a-8b86-90afafd41a49") + ) + (fp_line + (start -1 0.625) + (end -1 -0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "92bad6ea-95b2-403d-a9f6-5bb64d91618c") + ) + (fp_line + (start 1 -0.625) + (end 1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "056da58b-0a79-4d13-85c4-560d94e01465") + ) + (fp_line + (start 1 0.625) + (end -1 0.625) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e14f4329-4f31-45b1-a58a-115bc8371b27") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "29a54455-c7b6-42fe-ad04-c9f406c4aa1c") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + ) + ) + (pad "1" smd roundrect + (at -0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 5 "unconnected-(R1-Pad1)") + (pintype "passive") + (uuid "788a6374-b3f2-4845-8786-f708721b7ca5") + ) + (pad "2" smd roundrect + (at 0.9125 0) + (size 1.025 1.4) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.243902) + (net 6 "unconnected-(R1-Pad2)") + (pintype "passive") + (uuid "a9d89d14-b14c-45f1-8d11-df20ec2515c4") + ) + (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + (model "${KIPRJMOD}/../../data/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_rect + (start 126.7 71.3) + (end 140.9 87.9) + (stroke + (width 0.05) + (type default) + ) + (fill none) + (layer "Edge.Cuts") + (uuid "d645f00e-19f1-43e7-8c43-ee0954e655cf") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/test_v5.kicad_sch b/tests/board_samples/kicad_8/test_v5.kicad_sch index 6e14ebb32..62b7cf64e 100644 --- a/tests/board_samples/kicad_8/test_v5.kicad_sch +++ b/tests/board_samples/kicad_8/test_v5.kicad_sch @@ -1,1903 +1,3230 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "Title") - (date "2020-08-12") - (rev "r1B") - (company "Company") - (comment 1 "Comment 1") - (comment 2 "Comment 2") - (comment 3 "Comment 3") - (comment 4 "@Comment4@") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:L" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "L" (at -1.27 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "L" (at 1.905 0 90) - (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" "inductor choke coil reactor magnetic" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Inductor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "L_0_1" - (arc (start 0 -2.54) (mid 0.6323 -1.905) (end 0 -1.27) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 -1.27) (mid 0.6323 -0.635) (end 0 0) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 0) (mid 0.6323 0.635) (end 0 1.27) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 1.27) (mid 0.6323 1.905) (end 0 2.54) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "L_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "1" (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 "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:R_US" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "R" (at 2.54 0 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "R_US" (at -2.54 0 90) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 1.016 -0.254 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, US symbol" (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_US_0_0" - (bezier (pts (xy 0 -0.762) (xy 1.016 -1.143) (xy 0 -1.524) (xy -1.016 -1.905)) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 -2.286) - (xy 0 -2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.286) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0.762) - (xy 1.016 0.381) - (xy 0 0) - (xy -1.016 -0.381) - (xy 0 -0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.286) - (xy 1.016 1.905) - (xy 0 1.524) - (xy -1.016 1.143) - (xy 0 0.762) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "R_US_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)))) - (alternate "Patita 1" passive line) - ) - (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 "R_US_1_2" - (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)))) - (alternate "Patita 1" passive line) - ) - (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 "l1:Resistor" (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" "Resistor" (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 "Test" "Hi!" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "R_* R_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "Resistor_0_1" - (rectangle (start -1.016 -2.54) (end 1.016 2.54) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - ) - (symbol "Resistor_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 "l1:SYM_CAUTION" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) - (property "Reference" "#SYM_CAUTION" (at 0 3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "SYM_CAUTION" (at 0 -4.445 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "Tedy:Symbol_Caution_Type2_FSilkS_Small" (at 2.54 -6.35 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Campo4" "Hi!" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "SYM_CAUTION_0_0" - (circle (center 0 -1.1684) (radius 0.254) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -0.127 -0.762) - (xy -0.381 1.016) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -0.127 -0.762) - (xy 0.127 -0.762) - (xy 0.381 1.016) - ) - (stroke (width 0) (type default)) - (fill (type outline)) - ) - (polyline - (pts - (xy -1.27 -1.905) - (xy 1.905 -1.905) - (xy 0 2.54) - (xy -1.905 -1.905) - (xy -1.27 -1.905) - ) - (stroke (width 0) (type default)) - (fill (type background)) - ) - (arc (start 0.381 1.016) (mid 0 1.2906) (end -0.381 1.016) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (text "CAUTION" (at 0 -2.54 0) - (effects (font (size 0.508 0.508) italic)) - ) - ) - ) - ) - - (bus_alias "AELEM" (members "A1" "A0")) - (junction (at 63.5 25.4) (diameter 0) (color 0 0 0 0) - (uuid 01eb9bdd-a337-4673-a2b0-d209aebe8932) - ) - (junction (at 63.5 38.1) (diameter 0) (color 0 0 0 0) - (uuid 341059b3-16ac-4fe8-bbe2-921988ba1654) - ) - (junction (at 25.4 58.42) (diameter 0) (color 0 0 0 0) - (uuid 37e4dc66-4492-4061-908d-7213940a2ec3) - ) - (junction (at 50.8 38.1) (diameter 0) (color 0 0 0 0) - (uuid 66154fb2-7455-4e42-b0a7-e0fdebb40a4a) - ) - (junction (at 50.8 25.4) (diameter 0) (color 0 0 0 0) - (uuid e79c0d1b-dd57-46f8-829a-f7a4352235f8) - ) - - (no_connect (at 27.94 66.04) (uuid 2d6718e7-f18d-444d-9792-ddf1a113460c)) - - (bus_entry (at 177.8 101.6) (size 2.54 2.54) - (stroke (width 0) (type default)) - (uuid 2fb9964c-4cd4-4e81-b5e8-f78759d3adb5) - ) - (bus_entry (at 177.8 97.79) (size 2.54 2.54) - (stroke (width 0) (type default)) - (uuid 2fb9964c-4cd4-4e81-b5e8-f78759d3adb6) - ) - (bus_entry (at 25.4 25.4) (size -2.54 -2.54) - (stroke (width 0) (type default)) - (uuid 46cfd089-6873-4d8b-89af-02ff30e49472) - ) - (bus_entry (at 38.1 38.1) (size 2.54 2.54) - (stroke (width 0) (type default)) - (uuid 68b52f01-fa04-4908-bf88-60c62ace1cfa) - ) - (bus_entry (at 25.4 38.1) (size -2.54 2.54) - (stroke (width 0) (type default)) - (uuid 9d984d1b-8097-407f-92f3-3ef68867dcfa) - ) - (bus_entry (at 38.1 25.4) (size 2.54 -2.54) - (stroke (width 0) (type default)) - (uuid bb4f0314-c44c-4dda-b85c-537120eaae9a) - ) - - (wire (pts (xy 99.06 92.71) (xy 99.06 102.87)) - (stroke (width 0) (type default)) - (uuid 0088d107-13d8-496c-8da6-7bbeb9d096b0) - ) - (polyline (pts (xy 25.146 127) (xy 37.846 127)) - (stroke (width 0.508) (type default)) - (uuid 03d88a85-11fd-47aa-954c-c318bb15294a) - ) - (polyline (pts (xy 88.9 25.4) (xy 88.9 38.1)) - (stroke (width 0) (type default)) - (uuid 0c30a4be-5679-499f-8c5b-5f3024f9d6cf) - ) - (polyline (pts (xy 37.846 139.7) (xy 25.146 139.7)) - (stroke (width 0.508) (type default)) - (uuid 0dcdf1b8-13c6-48b4-bd94-5d26038ff231) - ) - - (wire (pts (xy 38.1 38.1) (xy 25.4 38.1)) - (stroke (width 0) (type default)) - (uuid 0f3c9e3a-9c59-4881-b27a-d0e982b3ea8e) - ) - (polyline (pts (xy 88.9 139.7) (xy 76.2 139.7)) - (stroke (width 0) (type solid)) - (uuid 120a7b0f-ddfd-4447-85c1-35665465acdb) - ) - - (wire (pts (xy 129.54 114.3) (xy 96.52 114.3)) - (stroke (width 0) (type default)) - (uuid 128e34ce-eee7-477d-b905-a493e98db783) - ) - (polyline (pts (xy 50.8 139.7) (xy 50.8 127)) - (stroke (width 0) (type default) (color 255 0 0 1)) - (uuid 13475e15-f37c-4de8-857e-1722b0c39513) - ) - (polyline (pts (xy 37.846 127) (xy 37.846 139.7)) - (stroke (width 0.508) (type default)) - (uuid 1a2f72d1-0b36-4610-afc4-4ad1660d5d3b) - ) - - (bus (pts (xy 177.8 88.9) (xy 177.8 97.79)) - (stroke (width 0) (type default)) - (uuid 272c2a78-b5f5-4b61-aed3-ec69e0e92729) - ) - - (polyline (pts (xy 76.2 127) (xy 88.9 127)) - (stroke (width 0) (type solid)) - (uuid 2732632c-4768-42b6-bf7f-14643424019e) - ) - - (wire (pts (xy 25.4 58.42) (xy 27.94 58.42)) - (stroke (width 0) (type default)) - (uuid 29256b3d-9450-4c0a-a4d4-911f04b9c140) - ) - (bus (pts (xy 50.8 25.4) (xy 48.26 22.86)) - (stroke (width 0) (type default)) - (uuid 2e642b3e-a476-4c54-9a52-dcea955640cd) - ) - - (wire (pts (xy 96.52 82.55) (xy 101.6 82.55)) - (stroke (width 0) (type default)) - (uuid 3172f2e2-18d2-4a80-ae30-5707b3409798) - ) - (wire (pts (xy 129.54 82.55) (xy 129.54 92.71)) - (stroke (width 0) (type default)) - (uuid 417f13e4-c121-485a-a6b5-8b55e70350b8) - ) - (wire (pts (xy 22.86 58.42) (xy 25.4 58.42)) - (stroke (width 0) (type default)) - (uuid 483f60da-14d7-4f88-8d01-3f9f30784c70) - ) - (polyline (pts (xy 51.054 144.78) (xy 63.754 144.78)) - (stroke (width 0.762) (type dash_dot) (color 0 255 0 1)) - (uuid 48f827a8-6e22-4a2e-abdc-c2a03098d883) - ) - (polyline (pts (xy 76.2 25.4) (xy 88.9 25.4)) - (stroke (width 0) (type default)) - (uuid 4dc6088c-89a5-4db7-b3ae-db4b6396ad49) - ) - - (bus (pts (xy 50.8 38.1) (xy 48.26 40.64)) - (stroke (width 0) (type default)) - (uuid 5038e144-5119-49db-b6cf-f7c345f1cf03) - ) - (bus (pts (xy 63.5 38.1) (xy 66.04 40.64)) - (stroke (width 0) (type default)) - (uuid 54365317-1355-4216-bb75-829375abc4ec) - ) - - (polyline (pts (xy 50.8 127) (xy 63.5 127)) - (stroke (width 0) (type default) (color 255 0 0 1)) - (uuid 58dc14f9-c158-4824-a84e-24a6a482a7a4) - ) - - (wire (pts (xy 129.54 102.87) (xy 129.54 114.3)) - (stroke (width 0) (type default)) - (uuid 67621f9e-0a6a-4778-ad69-04dcf300659c) - ) - (wire (pts (xy 127 102.87) (xy 129.54 102.87)) - (stroke (width 0) (type default)) - (uuid 68e09be7-3bbc-4443-a838-209ce20b2bef) - ) - (wire (pts (xy 99.06 102.87) (xy 101.6 102.87)) - (stroke (width 0) (type default)) - (uuid 6a780180-586a-4241-a52d-dc7a5ffcc966) - ) - (bus (pts (xy 63.5 25.4) (xy 63.5 38.1)) - (stroke (width 0) (type default)) - (uuid 7e969d15-6cc0-4258-8b27-586608a21adb) - ) - - (wire (pts (xy 25.4 25.4) (xy 38.1 25.4)) - (stroke (width 0) (type default)) - (uuid 825c70b0-4860-42b7-97dc-86bfa46e06fd) - ) - (polyline (pts (xy 88.9 127) (xy 88.9 139.7)) - (stroke (width 0) (type solid)) - (uuid 854dd5d4-5fd2-4730-bd49-a9cd8299a065) - ) - - (wire (pts (xy 180.34 104.14) (xy 190.5 104.14)) - (stroke (width 0) (type default)) - (uuid 87f44303-a6e8-48e5-bb6d-f89abb09a999) - ) - (polyline (pts (xy 76.2 139.7) (xy 76.2 127)) - (stroke (width 0) (type solid)) - (uuid 8d55e186-3e11-40e8-a65e-b36a8a00069e) - ) - (polyline (pts (xy 51.054 157.48) (xy 51.054 144.78)) - (stroke (width 0.508) (type default)) - (uuid 9c8ccb2a-b1e9-4f2c-94fe-301b5975277e) - ) - - (wire (pts (xy 127 82.55) (xy 129.54 82.55)) - (stroke (width 0) (type default)) - (uuid 9dab0cb7-2557-4419-963b-5ae736517f62) - ) - (polyline (pts (xy 76.2 38.1) (xy 76.2 25.4)) - (stroke (width 0) (type default)) - (uuid a501555e-bbc7-4b58-ad89-28a0cd3dd6d0) - ) - - (bus (pts (xy 177.8 97.79) (xy 177.8 101.6)) - (stroke (width 0) (type default)) - (uuid a819bf9a-0c8b-443a-b488-e5f1395d77ad) - ) - (bus (pts (xy 63.5 25.4) (xy 66.04 22.86)) - (stroke (width 0) (type default)) - (uuid ac264c30-3e9a-4be2-b97a-9949b68bd497) - ) - - (wire (pts (xy 180.34 100.33) (xy 190.5 100.33)) - (stroke (width 0) (type default)) - (uuid af7ed34f-31b5-4744-97e9-29e5f4d85343) - ) - (wire (pts (xy 22.86 66.04) (xy 27.94 66.04)) - (stroke (width 0) (type default)) - (uuid b603d26a-e034-42fb-8327-b60c5bf9cdd2) - ) - (polyline (pts (xy 63.5 139.7) (xy 50.8 139.7)) - (stroke (width 0) (type default) (color 255 0 0 1)) - (uuid b635b16e-60bb-4b3e-9fc3-47d34eef8381) - ) - - (bus (pts (xy 50.8 25.4) (xy 63.5 25.4)) - (stroke (width 0) (type default)) - (uuid b8c83ad1-b3c9-495c-bdc6-62dead00f5ad) - ) - - (wire (pts (xy 25.4 58.42) (xy 25.4 60.96)) - (stroke (width 0) (type default)) - (uuid b994142f-02ac-4881-9587-6d3df53c96d2) - ) - (wire (pts (xy 38.1 25.4) (xy 38.1 38.1)) - (stroke (width 0) (type default)) - (uuid bbb15673-6d42-42b8-9d51-7515b3ad9ee9) - ) - (wire (pts (xy 129.54 92.71) (xy 99.06 92.71)) - (stroke (width 0) (type default)) - (uuid c201e1b2-fc01-4110-bdaa-a33290468c83) - ) - (wire (pts (xy 96.52 114.3) (xy 96.52 82.55)) - (stroke (width 0) (type default)) - (uuid c801d42e-dd94-493e-bd2f-6c3ddad43f55) - ) - (bus (pts (xy 165.1 88.9) (xy 177.8 88.9)) - (stroke (width 0) (type default)) - (uuid ceb12634-32ca-4cbf-9ff5-5e8b53ab18ad) - ) - - (polyline (pts (xy 63.754 157.48) (xy 51.054 157.48)) - (stroke (width 0) (type solid) (color 255 0 255 1)) - (uuid cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b) - ) - (polyline (pts (xy 88.9 38.1) (xy 76.2 38.1)) - (stroke (width 0) (type default)) - (uuid db83d0af-e085-4050-8496-fa2ebdecbd62) - ) - (polyline (pts (xy 25.146 139.7) (xy 25.146 127)) - (stroke (width 0.508) (type default)) - (uuid dde3dba8-1b81-466c-93a3-c284ff4da1ef) - ) - - (wire (pts (xy 25.4 38.1) (xy 25.4 25.4)) - (stroke (width 0) (type default)) - (uuid e83e0227-ac0f-4180-82bd-68d3a7b56476) - ) - (polyline (pts (xy 63.754 144.78) (xy 63.754 157.48)) - (stroke (width 0.508) (type dot)) - (uuid e877bf4a-4210-4bd3-b7b0-806eb4affc5b) - ) - - (bus (pts (xy 50.8 38.1) (xy 50.8 25.4)) - (stroke (width 0) (type default)) - (uuid f022716e-b121-4cbf-a833-20e924070c22) - ) - (bus (pts (xy 63.5 38.1) (xy 50.8 38.1)) - (stroke (width 0) (type default)) - (uuid f1dd8642-b405-490b-a449-d1cc5797fda8) - ) - - (polyline (pts (xy 63.5 127) (xy 63.5 139.7)) - (stroke (width 0) (type default) (color 255 0 0 1)) - (uuid f976e2cc-36f9-4479-a816-2c74d1d5da6f) - ) - - (wire (pts (xy 25.4 55.88) (xy 25.4 58.42)) - (stroke (width 0) (type default)) - (uuid fb03d859-dcc9-4533-b352-64830e0e5423) - ) - - (arc (start 203.2 120.65) (mid 205.0599 116.1599) (end 209.55 114.3) - (stroke (width 0) (type default)) - (fill (type none)) - (uuid 00f81073-f297-4ecd-ab0d-4dd899b8db01) - ) - (circle (center 190.5 120.65) (radius 6.8392) - (stroke (width 0) (type default)) - (fill (type none)) - (uuid a4112622-c24a-41b1-ad3f-0c48820cef36) - ) - (rectangle (start 165.1 114.3) (end 177.8 127) - (stroke (width 0.3) (type dash) (color 14 44 255 1)) - (fill (type color) (color 255 16 48 1)) - (uuid c6a9521c-c2a2-4070-921e-e6a55261b68a) - ) - - (image (at 133.35 40.64) - (uuid 9a9f2d82-f64d-4264-8bec-c182528fc4de) - (data - iVBORw0KGgoAAAANSUhEUgAAAuQAAAGQCAYAAADm/3UvAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz - AAArXAAAK1wBfoUIFwAAIABJREFUeJzs3Xl8XHW9//HX98yWZbKvTbrTfaO0tIWyVRabUIq44QpX - wat41YsKsiqKKKLA1QuKKyKIXLl6VSzQwk92aOlCC91purdJk6bZl8nMnHO+vz9CQpe02WbmzPJ5 - Ph552MTJOZ+0IXnPdz7fz1chhBAC/T0y6CQXTSYuslF40XQBLSja8NGivkfI6TqFEEIkH+V0AUII - EWv6VqZhsQjFLGASMBko6+fTLGAvsAPYjuYt3Lyo7uZQdKsVQgiR7CSQCyGSnv4eaXRyGfARFB8A - SiN4+e3AC8Cf+TFvKNARvLYQQogUIIFcCJG09E3MR3ENcCWQF4Nb7gYeBx5WP2Z/DO4nhBAiCUgg - F0IkHX0z56K4Gc1lDpUQRvFnFHerH7HdoRqESE7uy1wolYGiCM1ooAS0D4w2lD6A5gDQgssK0vWs - vGIlEoIEciFE0tC3MA+b/0ZxttO1vMcGnsDFTdJrLsQweT6Uhranovg4cBFwGpAGuOnOMzYQBpqA - t4F/gH4OTS3m07ZTZQsxEBLIhRAJT3+dXNK4E81XAJfT9fShA8V9pHG3TGoRYpC8l7nQahrwbeAS - IAcwlHLhdafhdXkxlIFpmwTNLkwrxHtbOULAAeCXaB7BXNbo2NcgRD8kkAshEpq+lUux+QNQ5HQt - A7Aem0+qe6lyuhAhEoL7sjSUugq4EyhVKJWbUURZwSzKCueSkVFARoYfhUFXV4hAoJn2zhr216+k - tnknwXAngAmsBq5Dqy2Y/5Q2FhF3JJALIRKS/h5uuvg2mu8AhtP1DEIbcJ36MU84XYgQcc2zNBO4 - A/gakJ6Vlsfk8ksYX34R5aMKmTDVQ3EJpGeA1tDRDnWHYM8Om4b6IEead7DjwD/ZW/82lh3WwD40 - n8XQqwhJC4uILxLIhRAJR99AIW6eAhY6Xcsw/ILdXK/+guV0IULEHc/SNOCHwFcVyju6cDqzTvsc - I8vGc8YCN+MngS8N1HEpxrYh2AW7dsDGtdDS1MG+w6+wYef/0BFsAagGPo4y3iT0lKyUi7ghgVwI - kVD0DYzBzXN0H+aT6J4ixKfUTwk4XYgQccP9YQNl/idwDyjfxBFnM3fSFykfncf5lyjyC08M4sfT - GpoaYOVLcOiAxeHGjazc+iAtgSPQPZ60gvAyaR0TcUMCuRAiYejbmIHFCqDc6Voi6FXgcvVjWpwu - RIi44Fk6D1gB5I8pnMXZ029kzPhcFlVAVnb3Q7TuXg3Xmt6juJQCZYBxVANboBNWvgx739VUH1nH - q5v+i65whwZeBP0hwk93xPJLE+JkJJALIRKCvoXxaN4gsqdsxos3sbhY3YeEA5HavEsz0TwHnJOd - XsDFZ9zJuPGjuegyyMyEQAAa6qGpERrrIRgA2+oO4h4v+HOgoAhyciAnD7xeCJvw5suwY4vF1j1P - sm7Xk2itw8BnCS/7X4e/YiGA7tmdQggR1/SNFKNZTnKGcYCzcPNn/T0+rL6H6XQxQjhGsxCYp1BM - G72UkuKRLLigu/1kzetQfwi6OsA6xc4LpcDthUw/jBgFo8fDGQsgHHYRNpdS07Ce6qYdHuAO3B96 - DvMpeXVKOC4e5/UKIUQv/T0ysHgJmO50LVE2CZOSO9/gaacLEcIRrsvcKPVrYEJx9hjmTPoCpWXp - VO+DrRugqR7CwffaVPphW9AVgCO1sLcKDh2EolJob/Fh4Gdv3UpA56F4Bfvd3dH+0oToTyKNChNC - pKIAvwBmO11GjHxJ38zVThchhCMMVQ7MAhhbch4+Tza11XC4BqxhvG5kmdBQB5vWdk9gKcmdSXH2 - GAAP6Otwf1Lad4XjJJALIeKWvoVPAZ9zuo4Ye0jfyjSnixDCATOBArcrjdEl5wEKHcFp4VqDtsHr - 8VNW0Psc/wxUR27k7iLE0EggF0LEJX0LE9D81uk6HJCJzZ/1F/E4XYgQMXYZoIqyyvF5sqN4G0VZ - wfyed0qAEVG8mRADIoFcCBGfND8DMp0uwyEzyeMbThchRMy4PqyAMwByMkpxu9Kjejt/egkuwwuQ - AYyN6s2EGAAJ5EKIuKNv4ePAEqfrcNh39S0SFESKMMw0IAfA68lFqejGE6XcpHl6n++fFtWbCTEA - EsiFEHFFf4N0NP/ldB1xIAPNT5wuQoiY0Higu03L5fJF/XZKGbhdvV1hOVG/oRD9kEAuhIgvXr4A - jHS6jDjxMX0zM50uQogYsN97w7ZjMIpfa2y7d8doMPo3FOLUJJALIeKG/iIeFDc4XUccUcAtThch - RNQZqgsIAJhWBzCAYePDoLEImoGed+uiejMhBkACuRAifuRzFZoxTpcRZz6hv8VEp4sQIqpC/zSB - 3QAdXfVYdiiqtwubnYStTgAT2BbVmwkxABLIhRDxQ3Od0yXEIRcGX3C6CCFi4AWAI20HCYXbo3YT - y+7iwOFX0d1HfjYANVG7mRADJIFcCBEX9K1MAuY5XUec+qz+OC6nixAiyl4BAu1dTeytXU4w1ICO - 5MlAgGkFqGtcyf7Dr/V8aB/KPhzRmwgxBBLIhRDxwebzTpcQx8oYx4VOFyFElO0G9oBmb+3r1DS8 - SGPrhgj1lGtC4Wbqml6jub2KI+2Hee+ifyL0THi4hQsxXBLIhRDx4kqnC4hrik84XYIQURVe1g78 - AdBH2g/THjhMS0cVNUdeoKltC6bVPqQVc9sO0dqxk9rGl+kK1lPdsAXTCgMcAZZF9GsQYogkkAsh - HKdvZBww3uk64priYqdLECIG/geotmyT/YffwbJDmFYHTW2bqTnyLxpa1hEI1mLZQbS2TnoRrS0s - K0B75x4ONbxMQ+t6TCtAR1cDtc0HoXt1/B9otS9GX5cQp+R2ugAhhMCQdox+acboGxmn7mOP06UI - ET1GNdg/Av77SHudO6dpFyPyJ6GUgWkFaO3cRVtgH25XGl53Lj5vIW5XBobygFJo28S0OugK1RMM - N2HZgd5V9bAZYHftOqzuOecHwfgh5lORbVIXYogiFsjHzv56rm0F5fhZIcSgHQ49+tFiX6fTZcS9 - tS0jrhk984p/DOcahsu3a+/bP2uOVE1CRFT4KY136R/RfFhrfdHew5uUz5NOftYolOp+UV9rk7DZ - Tthsp6Pr4HsfV+9dQPfZ1mJaIfbUrqO5sxmgE/gG2Ptj9FUJ0S/V/0P6NnL6tfnK8PwbcCaaeSgm - DOd6QojU9dL5f+Y0v2TE/vxx/3Ru33zecC+jFewAvdbWrLF9+n9q3vrNkUjUJ0TEeJaOobu/e4bb - 5VHji6dTlDsBl+Hp7zNPEAoH2FO3jsMt1Wh0GLgX274T65noDjsXYhCGFKBHz/zyxRr9CHK8tRBi - mNzK5t3Fv8NjyCvH/VnZUM4nVy+N9GXrDK2u3bf5l89E+sJCDIv78iko/b/ADEMZqji7lJFFM0n3 - 5qBU/1NALduktaOOfYc30trVDBAEfgHcQXhZR3SLF2JwBhXIx479XJqZ5fueQn0L2RAqhIiAcRkt - vLLof5wuIyHUdmUy/8WronFprdG/tb36GzVv/UZ6h0T8cC89DcXDwDmA2+f2UZRdSmHOeDJ8uRjK - DUqhUGg06O4g3haop65pJ40d9T09483AT1D8N6Fl8j0u4s6gesjNrLQ/KvhYtIoRQqSecdKqMmAl - aR1kuEw6rYjvx1cK9UVXSOWCjFcUccRctgvP0o8CXwOuC5rB4oON+1RtczVpHh/pXj8edxqGcmPZ - JsFwJ13hTgLh3s2cIWAzcBPwKqFlMnNcxKUBr3KPnvWlpRLGhRCRlucJOl1CwlBArrcrmre4cuSM - 6z4czRsIMWjhZQ1ofgBcWJCv/1yQpzHcJh2hDurb6qhp2sfBxl0cat5HY0c9XWYHaWm27XLxJvBl - 4IMY+kXCEsZF/BrQMsv4uV/MCYfUL6NdjBAi9WS65HfkYGS6o/v3pRS/GD3zyy/v3/TLpqjeSIjB - MJeZwNYzZ1dstiywtY8Z02dQU9tJS3MA07JJ87lxuUzqag+Skam7tM2XX11lvEP4meEe8ylE1A0o - kJtBdTuK8mgXI4RIPZkeGXQwGP7oP4EZYWPfDNwS7RsJMRgXX3yxoRSXuN1QWJjFnDkTmasMbLs7 - bysF7e3tPPvsQWxbpwNlhJ9529mqhRiYgbWsKHVulOsQQqSoNOPkp+2JE6XH5BUFNezZikJEmtvt - zgHGAuTm5uJ2u3G5DDweFx6PC7fbRVqaj/T0dACllJIDx0TC6D+Qf/zjLg2nx6AWIUQKCtr9jy8T - 7+uK/IbOEyiYzcc/Lv8wIt6UAIUAJSUlfT7A6/Xi9/sB0Fqfe8kll8j3sUgI/Qby0VvzJwMZMahF - CJGCOszBH/SRytpj8/eVMWZb0aRY3EiIQZgGZLpcLgoLC/t8gGEY5OXl9bxb5nK58vp8oBBxpv8V - chfTYlCHECJFSSAfnA7LG5P7aMOaHpMbCTFwiwGVnp6O13vy/w6Kiop6/lgIFMegLiGGrd9Abmvl - i0UhQojU1BxOc7qEhNISjs2PZPnZL+JJRUWFF5gPkJ2djcdz8ifyBQUFuFwugHSl1IzYVCjE8Mhp - m0IIR+3pzHG6hIRRH8yIVcuKEPGmEBgBUFhYiGGcPL54PB4yMro7bbXWH4hJdUIMkwRyIYSj9nVk - Y2r5UTQQuzpynS5BCKeUA/kApaWlp3ygx+MhKyur590Fl156qTyLFXFPfgsKIRxlaoP9nVn9P1Cw - q10CuUhZCwHP0VNUTua4jZ0ltm0XRLs4IYYruvOzlEFemYyzFUKcWlX4Hcazyuky4t4e19nklV8w - 4Mc31bwG2o5iRUJEX0VFhQI+COD3+0/ZP96jpKSELVu2ABTQPS6xNpo1CjFcUR9o63KnR/sWQogE - t65zNotzJZD3563AXPmZKlJRFjAJICcnZ0CBPCcnB7fbjWmaPmAO8E50SxRieKRlRQjhuHWdM50u - Ie4dDhewL1jmdBlCOKEYKIKTHwh0PI/HQ2ZmZs+7cmKniHsSyIUQjtsXLKMu3PdBH6Lb6g45MFmk - JqXURCDbMAyKiwc2Vvy4jZ2zKysrZYyniGsSyIUQceH5lnOcLiGu/at1odMlCOEIrfUlDOBAoKMp - pSgo6N3LWay1lmf8Iq5JIBdCxIVlLRc5XULcarRyWNV+htNlCBFzlZWVbuA8gKysrAEHcjimvSWP - 92aYCxGvJJALIeLCzq7R7Oga63QZcWlF8/mY2uV0GULEnNa6gPfCdH5+/ikPBDqe3+/vCfAe4Kyo - FChEhEggF0LEjb81Lna6hLijUfy96RKnyxDCKSPoPqVzwBs6e8jGTpFIJJALIeLGP1ouot7Md7qM - uPJS61nsCo52ugwhnDIf8Hk8HnJzB3cwltvtPnpj59SKioqMSBcnRKRIIBdCxI2Q7eWJhqVOlxFX - fl//UadLEMJJFwNkZmYOqn8cujd2FhUV9bxb9N6bEHFJArkQIq78pbGSRivH6TLiwqtt89jaNcHp - MoRwRGVlZQYwEyA7Oxu3e/BnGZaUlKCUAsgFyiNaoBARJIFcCBFXOu00/rv235wuw3Eh7eGndZ93 - ugwhnFRC96FAFBcX9wTrQTlqVKJLa31eZMsTInIkkAsh4s7TzR9gbUdqn975yJGPysmcItWNAXKV - UpSWlg7pAh6PB7/fD4BS6sKKiorBp3ohYkACuRAi7mgUPzn074S0x+lSHLE/VMYjRz7idBlCOEpr - fRFgpKWl4fMN7aBNt9tNdnZ2z7vjAX+EyhMioiSQCyHi0q7gaH5a+zmny4i5kPZwy4EbCNmD28Am - RDKprKw0eG9U4VHzxIfkqI2dhbzXAiNEvJFALoSIW082LmF5y/lOlxFT99dey/au05wuQwhHaa3z - gJHQfSCQyzX0g7GO6j/PprsNRoi4I4FcCBHXfnToOvaGUmM4wvKW8/lLY4XTZQgRD0oZ4oFAx/P5 - fKSlpUF35lk03MKEiAYJ5EKIuNZuZfDlvd+nLlzodClRtbZjJndWf83pMoSIF2cAGS6Xi/z84R0W - 5vV6ezd2Aos++MEPSvYRcUe+KYUQca8uXMBX991Bi5Wc+7GqgmO5cf8tKbuJVYg+XARDOxDoeC6X - 6+hTPke5XC456EDEHQnkQoiEsCs4mq/tv4MWK6v/ByeQ7V3j+fKeO2mzM50uRYi48MEPfjANOBO6 - DwTyeIb/RPWojZ0FWmvZ2CnijgRyIUTC2Nw5iWv2/IjacHKcgL22YyZf3PsDOZlUiKMYhlFE96FA - FBYWDulAoOMVFhZiGAZ0jz2U429F3Bn8ObRCCOGgPcGRfH7PPTww5i4m+vY6Xc6QLW85nzurvyZt - KuKUKioqXFrrVFs8GwPkQfeGTq31sC/o8XhIS0ujs7NTARctXrz4+WFfNAlorc3nn39++H/BYtgk - kAshEk5duICrdv+E60se41P5TztdzqCEtIcH6q7miYalTpci4tzixYtLgeuVUiOAgSwTJ0uwmsJ7 - +WT37t1UV1cP+4KWZWFZVs+7n1BKDW+naPwZyssItlJqXWVl5e+XL18eiHhFYlAkkAshElLI9nLv - oS+wuXMSt434FZmuTqdL6te+YBm3HryR7V3jnS5FxLmKigoD+BRwM0MLW0mhqqoqGpctA/4tGhdO - QB/WWq8C1jtdSKqTQC6ESGjLW85nbedMri95lCU5LztdTp9M7eIvTZX8vO6zBOw0p8sRCUBrjVKq - GFCGYZCbm9vTA31Kkei3dpLWmnA4HJE2lVPxeDwD+vuMF+FwmGAwGLHrhUKhnlcMfHT31QuHSSAX - QiS8I+E8vnPw6zzd/AG+Vfo7xvsOOF1Sr9fazuS+2ms5EBrhdCkiQWVmZrJo0aJhj/9LFP2FcaXU - sAN7oj1xaW9vZ8eOHdi2HZHrBQIBampqov7ERwycBHIhRNJY3X46V+58gHOz1vHvRf/L9PSovNzd - L43i9fa5/Lb+SjZ3TnKkBpE8lFK43W7cbndvkDxZoBzMx4//2Mkec/Tb0Y87+n97/tyz6tzX+z1v - fX3s6LeekNjzZ9M0CYVCmKZJOBwmHA5jmmZKhcmeeeyhUCgi10ukVwdShQRyIURSsVG82jaP19rO - 5OysDVyR+y/Oz1qLV4Wjfu9mK5vnWs7j/5o+yM6uMVG/n0g9xcXFFBZ2n1p7fFA+Puge/7Hj/7+T - fezo909loI/RWveG554/27aNaZonhO1QKEQwGOz9mGma2Lbd+3k9n5tq3G43fr+fxsZGp0sRUSKB - XAiRlDSKlW1zWNk2h2xXOxfnrOSirFXMzthGutEVsfs0mLms7ZjJcy3nsbJ9DmEtP1ZFdCilyM7O - prg4Ps61OTok97z1hOieleye3udgMHjM6rZlWScE7VRa8R4spRT5+fk0NTXJ31OSkt8cQoik12r5 - +VvjB/lb4wfxKJPp6VXMz9zIhLR9jPHVMMZTg9fo/6XgVsvP/mAZe0PlbAucxpqOWewOjkKn7hAM - EWMulyuq1z8+HGutsSyrN0j3rGL3BO2eP4fD4WNC9tFhW0SG3+/H7XYTDkf/1T4RexLIhRApJazd - vN05lbc7p/Z+zEBT5Gkk22gjw9VFhtFFuhGgw86g3cogYKfRbGbLiZrCcUPp/T2+XaSvlpGeUN3T - MnL8anZfq+GpxrbtE9plju+Ljya32016eroE8iQlgVwIkfJsFHXhAuoocLoUIU7pZCvkPavTlmWd - 0Jfds5IdDAZ7PxbNlpGjV8h73gd6g+tAe9Sd1jOCsaWlhebmZhobG2lvb+8dy2gYBj6fj+zsbPLy - 8sjLyyMzM/OYzbeRZBgGWVlZtLa2RvzawnkSyIUQQogE0ddKrGVZbN68mY6ODsdaRrTWhEIhWlpa - aGpqoqGhgY6ODkKhELZtYxgGXq+XzMxMCgoKyMvLIycnB6/XG3fh3LZt2tvb2bt3LwcOHMA0TXJy - cigqKmL8+PFkZ2eTlpZGe3s7LS0tHD58mJ07d9Le3o7f72fcuHGUl5eTlpYW8a8tJydHxhUmKQnk - QgghRILoK5CHQiHa2tocaWXoCa/79u1j//79mKZJbm4upaWlTJ8+nYKCAtLS0ujq6qKxsZHa2loO - HTrE9u3bcbvdjBo1irFjx+L3+x0fxae1JhAIsH37dvbt20d+fj4XXHABCxYsYPTo0WRmZh6zwt/z - xMe2bZqbm9mzZw+vvfYamzZtYtu2bUydOpXRo0dHdH68z+fD4/FEbPyhiB+OB/LJ43P40bfOxOOO - r2fIyeCN9Ye555cbnS4jJubNKuSOr812uoyU0REw+eWftvPK6lqnSxEiZZysV7mnFSXWAoEAVVVV - 7Nq1i7y8PBYtWtQbXjMyMnC5XMeE154NooFAgH379rFmzRrWrFnDrl27GDduHJMnTyY9PT3mXwd0 - P7E4dOgQGzZswO/3c9VVV7Fw4ULy8vJwu/uPSqWlpZSWljJ37lxqamp47rnneOWVV9i3bx9z584l - JycnIqvlLpeL9PR0CeRJyPFA/u7uFn7xx238+OYzMQwJ5ZFStbeVBx/d6nQZMbNxexPFhel43HLY - QbS9sLKGe3+zicMNkRsdKIQYmL56yFtaWmLawmDbNocPH2b9+vX4fD4+9alPcd5555Gfn99veHW7 - 3fh8PnJzc5k+fTpXXHEFr7/+OsuWLeOll15izpw5FBcXx3S13DRNtm3bRlVVFQsWLOCzn/0spaWl - Q6rB6/UyduxYrrnmGs4991weffRRXnnlFebMmUN5efmwvy7DMPD7/bS0tAzrOiL+OB7IofsX/H89 - vJkb/32m06UkhfrGLv7zzjfp6Iz9iolTgiGLqj2tTJuY63QpSasjYHLPLzfyzEvxcyy9EKnm+ECn - taa5uTlm97csi507d7JlyxbOPPNMrrrqKsrKyoYUNN1uN0VFRVx++eXMmzePxx57jJUrVzJt2jQm - TpwY9RGPAOFwmLfffpsDBw7wiU98gssuu4yMjIxhX9fj8TBt2jRuueUWHn74YVatWsUZZ5zB2LFj - hx3K/X7/MSeaiuQQF4Ec4Il/7mbC2GyuuEROtxsOreGOn66n7kjA6VJirq4hIIE8SrZWNXPrves4 - cKjD6VKESGnHtz30tIDEgmVZbNmyhaqqKpYuXcqVV15JZmbmsK/rcrkYOXIk119/Pf/7v//LsmXL - CAaDzJgxI6qhvGcz7P79+7n22mu55JJLItrv3XOYz5e//GW8Xi8vv/wyXq+X8vLyYbWvpKenYxgG - lmVFrFbhvLgJ5AD3/HIj0ybkMmmczPodqmUv7mf12/VOl+GI1jaZzRoNy185yPcfeJtgSH74C+Gk - vsYF9swQjzbbttmxYwc7duzgYx/7GB/96EdJS0uL6D0yMzP59Kc/TWZmJk888QQej4cpU6ZEpX1F - a82BAweoqqriE5/4RMTD+NH8fj/XXHMN7e3trF27Fr/fT27u0BePXC4XXq83Zk/ERGzEVcNtKGzz - 7fvXEwrZ/T9YnKCxJchPH97idBmOaW2XTS6RZFma+363mdvve0vCuBBxoK9V1a6urpislNbV1bF5 - 82YqKyujEsZ7+Hw+Lr/8cioqKti8eTN1dXVRuU97ezvr169nwYIFXHHFFVEL4z2ysrL4whe+QFFR - EevWrRvWkyjDMKL29y+cE1eBHGDnvlZ+/5cdTpeRkH7+6DZa2lI3lNrSThcxHZ0m/3nnmzzx1C6n - SxFCvOf4FfKe/vFo9xIHAgHWrVvHjBkz+OQnPxn1MJiWlsZnPvMZZs6cybp16yK+EmzbNhs3bsTv - 9/P5z38+Ij3jA1FcXMzVV19Nc3Mz+/fvH/J1lFIxq1nETtwFcoA//F8V+2ukV3Uw6o4EeDrFN9sV - 5vmcLiEpNDQH+fdbX2fVhsNOlyKEOEpfrRvR3tCptWbr1q0opbjmmmvIzs4e9DVs26arq4uGhgbe - ffdd3nnnHXbs2EFTUxPBYLDPJxRZWVlce+21AGzZsiWiTzpaW1s5ePAgS5cupbS0NGLX7Y9Sijlz - 5jBv3jy2bdtGMBgc8rXS09Pj7kAlMTxx1UPeIxS2efDRrdx76zynS0kYf/z7TkwztVt9CvPkJbzh - Oniog//47ioOyuZNIeLO8SvkpmkOK9QNREdHB3v37uXSSy9lzJjBDV2wLIv6+nrWrFnDM888w759 - +zh8+DBdXV1kZGRQUlLC2LFjWbJkCfPnzyc/P/+YJx2jR4/moosu4tlnn2XKlCn4/f5hfz1aa7Zv - 305xcTEXXXTRSUOt1ppwOIxtv/971e12D2gm+an4fD4+/OEPs27dOurr6xk5cuSQrtMTyGXSSvKI - y0AO8OKqGrbvbmHKeNng2Z/m1hB/e26f02U4SqnuQ6bE0FXtbeU/vrOShubo/oIXIhUtWbJkUMuZ - lmWdsBx+fHgMBoNR39C5Z88e0tPTueyyywY18aS9vZ1//etf/OY3v+Hll18+ZdvJ448/zgc+8AGu - u+46Lrjggt7DgVwuF0uXLuWll15i9+7dzJo1a9hfTzAY5NChQ1RWVva5sbKrq4v9+/ezY8cOVq9e - TU1NDZZl4ff7mTx5MrNnz2batGnk5uYOeQLM2LFjmTx5MlVVVcMaGelyuY55wjAMarDfn9D9/fj0 - 00/LM4IIidtArjX84a9V3HPTmU6XEvee+n/76Aqm9qa7CWOyyc2O7qacZLZ9Vwtf/s7KlN6DIEQ0 - LF68OAf4jGVZowb5qQo4/5gPHLdCHggEorqhMxwOc+DAAebOnUthYeGAP6+xsZF7772Xhx9+mPr6 - /qd+tba28tRTT7F+/Xq+9KUv8bWvfa23NaaoqIg5c+awfv16pk6disfjGfLXA/S2yRy/Ot5zONDj - jz/Oiy++yNtvv93n6adFRUWcffbZfPKTn6SiooLc3NxBt46kp6czd+5cnnjiCQKBwJBGRxqGgdvt - jsQTMjfwRcuyKobwuS2LFy9+4rnnnht6Q7zoFbeBHODFVYeob+yiKF9aEU7ludeqnS7BcfNmDfyX - hTjWlqpUk0+HAAAgAElEQVRmvnLHSlrbZWykEJFUWVmptNaVwM+A4SVJju0hj8WBQB0dHbS3t3PW - WWcNuFWjpaWFu+66i4ceemjQx7sfOHCAH/3oRwSDQW6++WYyMzNxuVwsWrSIl19+mc7OTnJyhvdK - aHV1NSUlJeTl5fV+rLOzk7/97W/89Kc/Zf369af8/Pr6ev75z3/y4osv8vGPf5ybb76ZiRMnDnqV - e86cOfzxj3+kra1tyIE8QqMP3cCnh/i5Wik1oaKi4roVK1akzkmEURLXgdw0bf75r/1ce+Ukp0uJ - W/uq29m+S47QvficMqdLSEgbtzfy1e+9SXuHhHEhIk0ppbTWZYAnIyODkSNHDmo1tb6+nsbGxqOv - 1/v5WmtaW1sjXfIx6urq8Pl8TJ48eUCPD4fDPPzww/zqV78adBjv0dHRwYMPPsi4ceO4+uqrcblc - jB07lszMTGpqaoYVyG3bprm5mdGjR/eG4M7OTh566CHuu+++QY1YbG9v55FHHqG6upr777+f6dOn - D+rfNj8/H7/fz+HDh4e0sVQpNexXC3oUFBTg8w18KILWmqamJrq6uhRQrpSKywEhiSauAznAc69W - SyA/BVkdh9FlmZw+tcDpMhLOjj0t/OedEsaFiDIFMGHCBK655poBhyitNS+88AJ///vf379QDDd0 - aq05cuQIxcXFAw5rVVVV/OpXv6Krq2tY925ububBBx/kwgsvZMyYMaSnp1NSUkJDQ8OwrmuaJp2d - nRQUFOB2u7EsiyeffJKf/OQnA2qt6cvzzz/P7bffzkMPPUR5efmAP8/j8ZCfn09LSwta6yFNTInE - 7HSv18sXv/jFQdVuWRZ//etfee2114Z9f/G+uH9Ws3NfK3ur250uI269tOqQ0yU4bulFo5HpT4Oz - +0Ab131b2lSEiJWe0xUH83b8pkHDMHqDWzAY7LPHOVK01nR0dFBcXDyg4BcOh3n00UepqqqKyP03 - bNjAn/70JyzLIi0tjcLCQjo7O4fVM2/bNqZp9k5r2bVrF/fff/+Qw3iPZcuW8cADDwzqiYjL5cLv - 9w/5lQTontgSidGHXq8Xn883qLfhTpsRJ4r7QA6wJkWPgu9PS1uIqj3Rfcky3nk9Bh+6eLTTZSSU - g4c6+PK3V9LcKhs4hUgkR/cpDzec9qcnvGZlZQ0ofDU0NLBixYqI1rB8+XJaW1txuVxkZGScMIZw - sLTW2LaN1+slFArxm9/8hi1bhn+6tdaaxx9/nB07Bn6ooVIKr9c7rK8n2qeLithKiEC+duMRp0uI - S29vbcRO8Rmkl188mkLZ9Dtg9Y1dXPftldQ3Du8lZSFE7PX0kPf08EZTT3j1eDwD2rBYVVXFpk2b - IlrDm2++yaFD3a8Cu91ubNse1txtpRSGYRAMBjl8+PAx7UDDVVNTw5///OcBP0nSWhMKhYY8OhEk - kCebhAjkVXtl02JfNmwZXj9donO7Df7toxOdLiNhdARMrr/zTWoOdzpdihBiCHqCsdaatra2qN7r - 6PA6kFXc9evXR/yQGtM02bBhA9DdEuNyuYbVomEYBh6Ph7a2Nl5++WV2794dqVIBWLVq1YAn31iW - RVtb27BC9XD/PkR8SYhAXl3XSSic2qdQ9mV9igfySy8YSXlJhtNlJATb1tx+31ts3y1PboVIVD09 - 5KFQaFi9xwO9l8fjobW1td9Z19EcwdjQ0IBpmrS3t+PxeIa1oux2u0lPT+fIkSO9QT+SNmzYMOAx - hOFwmMbGRnJycoYcqnueNInkkBD/kpalqa6Vo7yPZpp2Socrr9fgi58e2CguAT/8xTu8uqbW6TKE - EMPQE75CoVBUN3RCd9jLysqirq5uQOE/WsHQ5XLR1dVFfX09fr9/WPcxDIP8/Hz27t3Lxo0bI1hl - t5aWlgG3EtXX19PR0UFJScmw7imBPHkkzL9k7ZFhD79PKgdrOzHN1H3V4KorJlBWLKvjA/G7J3fw - 9+f3OV2GECnNNM1Bvx3fKtKzOtzW1hapI9NPSilFcXEx9fX1dHaeus1NKTWkWdoDUVZWRmdnJ7W1 - tRQVFQ37eiNHjqSxsTFi02CON9AV8rfeegu329078WUoIrVCbts2lmUN6i3a33+pKGHm1shEiGOl - 8ijIglwfn5Pe8QF57tVqfvmnbU6XIUTK27t3L6tXrx7wTG+tNfv2HftE2jCMmJzQ2aOwsBDLsti0 - aVO/K7lnnXVW7/SSSMnOzmbOnDls2bKFcDg87NVkgJycHDIzM6MSKF0u14CeNHR2dvLWW29RUFBA - WtrQhxJEIpDbts3WrVsHNfrRNE327t07rPuKEyVMIG9qkUB+tL0HoruhJ5795+emk5mRMN+6jnlr - 8xG++7P1pPggHiHiQjgcJhQKDbhfWGt9wsQOwzCwbZuOjti0cGZkZJCTk8Obb77J+eeff8oNiGVl - ZZxzzjm89NJLEbv/hRdeiN/v5/XXXyc/P5/09PRhX9Pr9VJWVjasIHwy48ePH9B1d+zYwc6dO1m4 - cOGwA/VwN3VqrQkEArS3D3yRzzTNYR/+JE6UMC0rTS3RO5EsEaXqCvmsKfksuXCk02XEvd0H2rjh - h2tkM7QQScQwjJhs6OzhdrsZP34877zzDjU1Nad8bF5eHpWVlRGb+mEYBkuWLKGtrY133nmHMWPG - ROQwGqUUU6ZMoby8POITShYuXEhOTs4pHxMIBPjHP/5BZmYmhYWFw7pfzxhMkRwSJpDLiYLHOnAo - 9Ta5er0Gd379DAz5AXRK9Y1dfPW7q+S/GSGSjMvlivoJncfrCa7/93//d8onAoZh8JnPfIbzzjsv - Ive99NJLWbJkCX/9619RSjF6dOQOgPP7/UybNo3c3NyIXdMwDC644IJTruJrrVm1ahVvv/0206dP - j8gccQnkySNhAnlXMHY/gBJBY3PqvWLwpU9NYUz50DfApIKuoMX133+T2nrZBC1EMunpF25tbY34 - vO9TSUtLY8qUKbzxxhts2rTplPcuLS3l5ptvpry8fFj3nDhxIjfddBN1dXWsXLmSyZMnR6RdpYdh - GJx++unMmjUrYoH2kksu4bLLLjvl9WpqanjiiScoLCykrKwsIveVQJ48EiiQy0vvR2tIsUA+aVwO - V11xmtNlxDWt4c4HNrB9V+qOwxQimSmlaGmJ7X/fSinGjRtHVlYWjzzyCEeOnPzkbMMwuPjii7nj - jjuGHDhPO+007rrrLiZMmMDDDz+M3+/ntNMi/7M/MzOTiooKxo0bN+xrlZaWcv3115+yBaWpqYlf - //rXtLa2Mnfu3Ii130ggTx4JFMgHdhxtKgiFbTo6U6cdwePublVxuxPm29URv//LDp57tdrpMoQQ - UaK17ncEYTR4vV7OPPNMDh06xG9/+9tTnhLq9Xq5+uqreeCBB5g7d+6A76GU4txzz+XBBx/k4osv - 5ve//z01NTXMnz8/akfEl5eX85GPfIQRI0YM+Rq5ubnccMMNXHjhhScNx83Nzfz6179m8+bNLFiw - gKysrCHfTySvhEk40rLyvqaWYEpNzvjK1VOZPP7UG2VS3cura/nl49udLkMIEUWx3NB5vLy8PObN - m8fatWt5+OGHTxnK09LSuOKKK/jDH/7AN7/5TWbOnHnSaSIul4u5c+dy22238fvf/56FCxfy2GOP - sXbtWubNmxfRPu/jGYbBjBkzuPLKKxk1atSgP3/UqFF85zvf4brrrutznKXWmrq6Oh544AHWrl3L - ggULKCkpidiqttY6pu1LIroSZnacrJC/L5VGQM4/vYjPSqvKKe3c18q3738LW34wC5HUwuHwCaMQ - Y0UpRXl5OXPnzuXVV18lGAxy7bXXUlBQ0GfAdLlczJgxgx/84Ad8/vOfZ9OmTbzxxhscPnwYy7Jw - u92UlpZy3nnnMXPmTMaMGUN7ezsPPfQQa9euZe7cuVGZhHI8t9vNnDlzyMzM5Nlnn2Xr1q39PunJ - yMjgkksu4Stf+QrnnXden6MOg8EgGzdu5LHHHuPIkSOcc845FBcXS4uJOKmECeSWJWGjR1tHarSr - 5GR5+f435shUlVNoaQvxzR+uoTMgryAJkcy01rS1tTm6ImoYBmPHjsXn87Fu3Tpqa2u5+uqrmTZt - 2kkPPEpPT2fGjBlMmzaND3/4w8fUbxgGHo+HcDjM1q1b+eMf/0h1dTVnnXUWZWVlMQuvLpeLqVOn - UlhYyGuvvcaWLVuor68nEAjg8XhIS0sjKyuLkSNHMmHCBC6//HLOPvtsCgsLj1n511oTDAbZs2cP - zz77LKtXryYvL48LLrgAv98fla9HVsiTR8IEctuWb7oeoXBqvFpw23/Morgg8oc3JAvL0tx0z1oO - puAITCFS0WAOb4kWpRQjRoxg0aJFrF+/nnvuuYezzjqLysrK3rDeV/A0DOOYleSe8FpVVcUzzzzD - 6tWryc7OZtGiRWRlZcV8JVkpRXFxMUuWLGHq1Kls27aNhoYG3G43o0ePZtGiRSxcuJDi4mLS0tIw - DAPLsgiHw5imSW1tLXv27OHVV1+lqqoKl8vFGWecQVlZWUQ2cJ6MBPLkkTCB3JJA3itsJv/fxccv - Hccl5w5vdFayu//hzazdePKJB0KI5OJUu8rxlFJkZ2dzzjnnUF1dzVtvvcWaNWuYMGEC559/PmPH - jmXEiBF4PJ5jgrXWmnA4TG1tLXv37u0Nr4ZhMGvWLMrLy/F4PA5+Zd3971OnTmXMmDFUV1ezd+9e - 2traeOGFF9iwYQMFBQX4/X48Hg9dXV20trbS2NhIU1MTwWCQvLw8Zs2aRUlJCV6vV1pUxIAlTCCX - J4HvCyf5Cvn0ibnc8IUZTpcR1/75wn7+vGy302UIIVKYx+NhzJgxjBgxgrq6Ovbs2cNvfvMbPB4P - OTk55OXlkZmZidfrJRwO097eTlNTEy0tLYTDYfLy8pg5cyalpaVxFV6VUmRmZjJx4kTGjRtHZ2cn - zc3NtLS0UF1dTTgcxrZtXC4XPp+PvLw8Ro0aRW5uLunp6bhcrpjUqbXGtmUkdLJImEAuK+TvS+bj - 0LP9Hu65eR5eT8IMAIq5d7Y1cvcv3nG6DCGEQCmFz+dj9OjRlJeX09XVRUtLC+3t7TQ3N9PQ0NC7 - idPn81FcXMy4cePIzc0lLS0tZuF1KJRSvU8ucnJyjgnAWuveOeBOzQOXQJ5cEiaQSw/5+8Jmcv4H - qBR87+tzKC/JcLqUuFVbH+CGH65J6idlQojE5HK5yMzMJDMzEwDbto/pce45bTRRKaXi7gmE9JAn - DwnkCShZJ858/mMTWbSg1Oky4lZX0OKbP1hNY0tqndIqhEhMiRy+E4GskCcX+a8lASXjE+IFs4v4 - j89OdbqMuKU1fPdnG9i+O7bHZgshhIhfskKePCSQC8eVFqVz941zMYz42NATj3735Lv8v9ernS5D - CCFEnLBtW1bIk4gEcuEor9fgvlvnk5fT96ESAl5eXcuvn3jX6TKEEELEEcuyZIU8iSRMD7lITrde - dzrTJuY6XUbc2nOgjTt+uh5bfugKkfBCodCAp3ForeNm7riIT+FwZE7t7uzsPOlJq30xTVO+N6NA - ArlwzJVLxvGhS0Y7XUbcamkL8fW7VtPeEZkfukII55imydatWwc8pUNrzZEjcvCXOLlIBHLbttm9 - e/cxp6j2R2tNZ2fnsO8tjiWBXDhi1pR8OfznFCxLc9M9azlwqMPpUoQQEdJzoMxASX+wOJVwOByR - lhXLsga14i1tMtEhPeQi5grz07j31nl43PLtdzL3/W4TazfK6pgQQoi+hUIhp0sQESSJSMSU221w - z7fOpCh/4C+PpZqnXzzAk0/vcboMIYQQcUprLYE8yUjLioipG78wgzkzCpwuI25tereJH/z8bafL - EEJEmG3bBIPBQR2WY5pmFCsSiUxrHbHvj8EG+0jeW7xPArmImUsXjeTKJeOcLiNuNTQFuemetYTC - 0jcqRBLR0N2nu3Xr1gH36iqlSE9PJyMjI6rFicRk23ZEQrFt2+zcuXNQG0SVUuTk5OB2u+G9728x - fBLIRUxMGpfDt7862+ky4pZp2tz047XUHQk4XYoQIkKeffZZu6KiYjfQCXjD4bAxmM1zPp9PAXJi - mjhBJFepLcuyBxvIdffOThuo0lrLKlIESCAXUZeT5eX+2+aR5hvYuK9UdM+vN7FhS4PTZQghIkxr - /TzwaaAsEAjMNE3TM8BPVX6/fx4wK3rViURl23akZoFbtm0/HQgEBnwUtFLKtixrt8fjOQw8v2LF - CulfiQAJ5CKqDKX44Q1zKS/NdLqUuPXX5Xv524q9TpchhIiC5557rhN46r13/Qxwxbu0tNQ1duzY - 7yCBXPQhFApFZPygUiqcl5f3wLp1614fzOe9++67YaRdJaIkkIuo+urVU1k4t9jpMuLWxu2N3Pfb - TU6XIYSIjfaBPvD00083lFIyRkP0qaurK2LXcrlcJiDfaw6TsYciahYtKOXfPjrR6TLi1pHGLtnE - KYQQYtC6urrkgJ4kI4FcRMXYcj93fXMuSrYj9SkUtvnm3Ws43BC5VQ4hhBDJT2sd0RVyER8kkIuI - y0h3c9/t88nMkI6ok/nxrzay+d0mp8sQQgiRYGzblkOBkpAEchFRSsGdXz+D8aOynC4lbj359B7+ - /vw+p8sQQgiRgGzbHtTccJEYJJCLiPrCJyZz0cIyp8uIW29va+S/Ht7sdBlCCCESVKQOBRLxRQK5 - iJizZhfxpU9NdrqMuFV3JMCNP1xD2JRNnEIIIYZGNnQmJwnkIiLKijO4+1tnYhiyi7MvoZDNjXev - obEl6HQpQgghElggEJBAnoQkkIth83ld3HfbfHKzvU6XErd+9Kt32FLV7HQZQgghElxnZ6fTJYgo - kDEYYthu+4/TmXJajtNlxK0nntrFU/9vv9NlCCHi2JIlSwyOOsXTtm1Da937vtZ60KuiSubOJh3b - tqMx8tBYsmSJq4976eXLl0uPZYxIIBfD8pkPncbSi0Y5XUbcentrAz/7w1anyxBCxKnFixd7lVIf - syxrHkcF8vf+vBC6e4a3b9+O2z3wX9lKKQoKCiguLpZgnkT6Gnlo2zZtbW2DmrximmbPEzwP8FXL - sq7o42HBioqKJ1esWLF+ODWLgZFALobs9Kn5/OfnpjldRtw6dLiTG+5eiymbOIUQJ6GUmgD8N1B4 - sseEQiE2bdo06GunpaVx1llnUV5eLqE8SZimecyEFcuyOHz4MO3t7UPtK3cBHz3F/39uRUXFhStW - rJANUFEmgVwMSWF+GvfeMg+PW7Yh9CUUsrnxR2tpkk2cQohTUEr5tdbpAOnp6fh8vmFfU2tNIBCg - q6uLNWvWsHDhQkpLS4d9XeG8ozd0mqbZG8YBXC4XLtcJnScAgwrrWmssy+r5nEKOfeVGRIkEcjFo - brfBT26ZR2F+mtOlxK27H3qHbTtlE6cQYmBcLhcLFiyISHDWWtPY2Mgbb7xBZ2cnb775Jueccw5F - RUURqFQ4qbOzE601pmlSW1vbu8EzOzubwsJCDGP4i2Raa+rq6nqDvogNCeRi0G65bhazp+Y7XUbc - evRvO/nnC7KJUwgxOC6Xa1B94qdSXFzM2WefzRtvvEF7ezurVq3ivPPOIy8vLyLXF7Gntaajo4Nw - OExtbS2BQAClFLm5uRQUFEQkjPeQFqfYk0AuBuWyC0fxkcVjnC4jbq15p56fPyabOIUQzlJKUVpa - yoIFC1i1ahWtra288cYbnHvuufj9fqfLE0NgmiZtbW3U1NQQDAZ7N+7m5uZGNIwLZ0ggFwM2ZXwO - t3/ldKfLiFs1hzu55SfrsCw5sEEI4TylFOXl5cyfP5/Vq1fT3NzMCy+8QHp6esSuL/oWjYN7tNa0 - tbVhmiaGYVBUVER2drb8OyQJCeRiQHKyvNx3+3x83r43jKS6YMjixrvX0Nwa6v/BQggRI4ZhMHr0 - aEzTZN26dQQCAQKBgNNliWFwuVwUFxfj9/sljCcRCeSiXy6X4t5b51FWnOF0KXFJa/juzzawfVeL - 06UIIcQJDMNg3LhxmKbJhg0bsCwLwASeBQ45W53ohwGcA0wFlNvtprS0lIwM+X2cbCSQi359/fPT - OXPmSUfkprxH/lrF869VO12GEEKclMvlYuLEiZimycaNG7Ft2wUUa62v11ofdLo+cSLDMNzAZ4CP - Acrj8TBixAjS0mTCWTKSQC5OafH55XzmQ6c5XUbcevPteh56fJvTZQghRL9cLhdTpkwhHA6zbds2 - Zdv2fKXU75RSn12xYkWt0/WJ91VWVnq11l8Evg/keL1eysrK8Hq9TpcmokS25YqTmjA2mzu+dobT - ZcSt6rpObv3JOmxbNnEKISLjZAe7RIrb7WbGjBlMmDABpZQBfAD4XUVFRUFUbywGrLKyMl1rfRNw - N5CTlpbGyJEjJYwnOQnkok/Zfg/33zaf9DTZxNmXzi6Tb9y1mpY22cQphIgcn88X9VDu8XiYPXs2 - Y8eO7QnlFcCvKioqcqN6Y9GvyspKv9b6+8BtQGZ6ejrl5eURm08v4pf8C4sTGEpx1zfnMmpEptOl - xCWt4c7/3sDOfa1Ol5Kw0tNcjB2Z5XQZcc22Ne/ulo3Cqcbn82FZVs/Gy6jxer2ceeaZWJbFgQMH - XFrrK4DOysrKry5fvrwtqjcXfaqoqMjRWv8E+Bzgzc7OpqSkRCappAgJ5OIEX/r0ZM6bV+J0GXHr - d0++y/97vcbpMhJaMGTz1aumcvacYqdLiVvtHWHO/+SzTpchYszr9WJZFsFgMOr38vl8zJ8/H9M0 - qampcQOf0lq3VVRU3LRixYrOqBcger3XMvRz4KOAp7i4mHnz5rF///6YfC8I50nLijjG+fNLufYT - k5wuI26tWn+YX//Pu06XkfBsW3PbfW9RXSe/84U4mlKK7OzsmN0vLS2Ns88+m9LSUgAP8AXgOxUV - FTLKI0YqKytLgUeAjymlPCNGjOCcc84hNzeXrCx5JTFVSCAXvUaXZXLXN+dgyMtjfdpX3c4tsokz - YlraQtx49xqCoei+NC9EIlFKkZsb21bu9PR0zj77bIqKigB8wPXAjRUVFbKLMMoqKipGaa3/BCxR - SrlHjhzJwoULyczMRClFQUGBtKykCAnkAoCMNDf33TafrEyP06XEpY6AyY13r6GtI+x0KUnl3d0t - PPCHrU6XIURcSU9Pj/rGzuNlZmaycOFC8vPzAdKBW4AvV1RUSGtrlFRUVJwGPAksUkoZY8eO5ayz - ziI9Pb33MRkZGXg88ns5FUggFygF371+NhPGxO5l0kSiNXzvZxvYtV/2OUXDk8/skc2LQhzF6/U6 - MlUjKyurt1UCyATuAv7t0ksvlXFbEXTppZeqioqKacBfgbMMwzAmTZrEvHnz8Pl8xzzW7XYfE9BF - 8pJALrj6IxO55Nxyp8uIW79+YjsvrJRNnNFi25of/2ojWjqBhAC6Q9jxwSxWcnJyOOecc3r62LOA - +7TWH6usrJS8EAEVFRXKtu3ZwP8Bp7tcLjV9+nRmz57d55xxpRR+vz/mdYrYk5eiUty8WYV89aqp - TpcRt15eXcvvntzhdBlJ7+1tjTz78gGWfGCU06UI4Sitde/GztZWZ0ar5ubmsnDhQl5//XXa29tz - tdY/B6zKysqVjhSURLTWU4DfAePcbjezZs1i0qRJp3xFJDs7m5qaGrSsWiQ1CeQprLQonXtuOhOX - SzaM9GVvdTt3/HQ9tvwQjImfP7aNxeeV43bLQpxIbT0bOw8ePOjY/QsKCnpDeWdnZyHwqNY64EhB - ycUH+D0eD3PmzGH8+PH97hfoOSzKNM3YVCgcIYE8RXm9BvfeOp+8HGdeFo13HZ0mN/xwDe2yiTNm - 6o4EeP61ai6VVXIhejd2RvuAoJNRSlFUVMSCBQtYtWoVwWAwQ2udcarHp7qBrGArpUhLS2POnDmM - GTMGw+h/AcIwDNxutwTyJCeBPEXdet3pTJ8opyT3xdaa2+5bx54Dsokz1v66fK8EciF4f2OnU4Ec - usNjWVkZH/jAB2hpkY3XkdDz6kdubu6An8QYhoHX66WrqyvK1QknSSBPQVdeOo4PXTLa6TLi1i8f - 385ra+ucLiMlvb2tkX3V7Ywpl01MIrX1bOx0+pTGnvaVgoICR+tIZT0r5CK5SbNmipk5OY8b/n2G - 02XErZdWHeL3f5FNnE56dU2t0yUI4bhYn9gp4ltfE1hEcpFAnkIKcn3ce+t8PLJprk97DrRxx8/W - y/g9h63bdMTpEoRwnBMndor4FeuDokTsSTJLEW63wY9vnkdxQZrTpcSl1vYwX79rNR2dsmnGaW9t - bsA0bafLEMIRR28MdOLEThGfBrL5UyQ2+RdOETdcO4M5M6QHsC+21tx+31scONThdCkC6AyYbN3Z - 7HQZQjjOqRM7RfyRKTbJTwJ5Crh00Ug+cdk4p8uIWw/+YStvvCWbOOPJzr3OHIgiRDxx8sROEV9s - W141THYSyJPcpHE5fPurs50uI269uPIQj/19p9NliOPUHO50ugQhHCcbO0UPJ8dfitiQQJ7EcrK8 - 3H/bPNJ80oPYlx17WvjOT9+STZxx6NBhORBQCNnYKXrIoUDJTwJ5kjKU4gc3zKG8NNPpUuJSS1uI - G+5eS6BLVh3iUWu7nJAqBMjGTtG90Tcclp+JyU4CeZL6ytVTOWduidNlxCXb1tx+/1tU18omznjV - 1iG/fIQA2dgpuvvHJZAnPwnkSWjRglI+99GJTpcRt376+y2sfOuw02WIU5BALlKVPq6HTjZ2Ctu2 - CYVCTpchokwCeZIZW+7nrm/ORSYk9e3Zlw/yp6d2OV2G6EdnQPolRWrSWh8TymVjp7AsSzZ1pgAJ - 5EkkI93NfbfPJzNDXt7sy7u7W/jBz992ugwxAJYtO22FgO5AnpeXh8fjweVyYRiGzKROMZ2dnSe8 - ciKSjyS3JKEUfO/6Mxg/KsvpUuJSS1uIG+9eQ1dQVhkSgZzUKcT78vPzmTt3LqZpEg6HCYVCvf8b - DJzFXVUAACAASURBVAZ73zdNE8uyelfZj34TiaulpUX+DVOABPIkce2Vk7j4nDKny4hLlqX51o/W - Ul0ns60ThWXJLx8hehiGQXp6+gkfPz5wa62xLKs3uB/9FgwGCQaDve9bloVt22ite/9XQl/8sSyL - zk753ZUKJJAngbNmF3Hdp6c4XUbcuv/hzazbdMTpMsQgSCAXon9KqRPaV062CbSvVXPTNE8I7z0r - 7sevuh8d2iW8x45pmnR1dTldhogBCeQJbkRxBnd/60wMQ3oK+/LMSwf487LdTpchBsm0pGVFiEjq - K7x7PJ4THnf8ivvRq+59hfejV91N0zwmuPf8WQxdW1sbti0/D1OBBPIE5vO6uP+2+eRme50uJS5t - 393CD37+jtNliCEwZYVcpKhQKERra6vTZZxAKYVhGPh8Pnw+X5/tMlrrY1bXe96O/phMCxk4rTVN - TU3ypCZFSCBPYLf+xyymnJbjdBlxqaE5yDfuWk0wJD/8E5Fta2ytMWSahEgRtm1z5MgRdu7cSVVV - VVJNUpFAOTSWZdHU1OTIDHJ54hR7EsgT1Kc/dBqXXzTa6TLikmna3PLjddQdCThdihgGy9IY7uQJ - JUKchAa01ppNmzaxZcsWp+s5QTI9OXDaYJ+cOPVk5qg2GXk2FSMSyBPQjMl5XHGJhPGTufe3m3lr - s2ziTHSWpfHITyiR5LTWh4CDwGjbtvvrF06mcJQOGIZh4HK5nK5lwI46wj4IJNIJZkN5VqWBNYAs - l8eA/LpLQFPGS5vKySx74QB/eXaP02WICJBJKyJFVCullgDlDC00OWXItWqt3cAjwKiSkhJOP/30 - yFUVRcFgkNdeew3TNAH+Syn1XD+fktA/xLTWYWD7ihUrwv0+WAybBHKRNDa928QPfyEncSYLmbQi - UsGKFSs0sPu9t5Rw8cUXe91udwdAeno6hYWFTpc0IIFAAMPoPeB8x/Lly19xsh6RXIz+HyJE/Gto - CvKtH60hFJYQJ4QQQojEIoFcJDzTtLnpx2s53CCHJwghhBAi8UjLikh49/xqIxu2NDhdhhBCxIUl - S5YYlmV5lFIurbVBdy+zrZQyly9f7lg/8OWXX64syzLC4XDvLs4BbGSNG5ZlHT31xFiyZIlLa43P - 57P//ve/R7Vf/KKLLlJer9dt27YbMJRSSmttG4ZhKaVCzz77bEL3qwsJ5CLB/eXZPfztuX1OlyGE - EI5ZvHixWynlB0YqpeZYljUVmKC1/v/s3Xl8nFd58P3fuWef0TLady+yvDuxY0de4iWxY0e3QgoU - aNkppVDe0pY1QKGULaxP+0BpgfI8UN4uT9l5eQrBkhMgi5MYx06ceInteJEsWfs6+3rf5/1jNBPJ - km3JljSSdb6fjz4fj2bmnnOPxtJ1n3Od6yokVc3EBEJSyk5d188Dx4UQJ4A+KWV4JI99Rum6XhyP - x/8cKNU0zQKUAvT29nL48OGZfvlpke5GOuJNhmHcDhCNRtsaGxu/29TUFJiu13rVq14lDMPwACXA - 7cDtUso6IUQF4CYVlEeklANSynO6rp8GnhdCdEgpg83NzaoyyjyjAnJl3nrx9CD/8N2T2R6GoihK - Vui6nksqWHsDsA+ollK6Ads1niaBmJQyAJwF/lvX9V8KIVqbmppmsgPNO4GHuCJVNhwOc+HChRl8 - 2Rmzb+QLKWVSCPEy8PDNHlTXdbsQotYwjNcArwZWADmAg2tXtkmQuuhqBx7Rdf1nwMnm5ubgzY5J - mR0qIFfmpf7BKB/7yhESyfmx1KkoijJdGhsbc4F7pZQfBjaQCtiEzWbD6XSSk5NDTk4OLpcLu92O - aZrE43FCoRDBYFCEQiFnLBZzGoZRAmwDPiql/LWu698wTfPUI488MhP1tctJzeqSm5s7ulrJvGWa - JoFAACmlVUpZejPH0nXdRuri6oNSygagELBYLBYcDgc5OTl4PB48Hg8OhwNIzdhHIhECgQChUMgW - jUa9iUTCC6wD/hw4ouv614AnVGA+96mAXJl34nGTD3/xWfoG1SZORVEWDl3XLcAGKeXngd2AS9M0 - 8vLyqKmpobKykry8PKxWK5qmZb4g1fHRNE0MwyAWizE4OMilS5fo6emxRCKRUinlO4EHNE37N13X - v9bc3Nw9E+fgcrnYs2dPJqicz6LRKE1NTTfV2r6xsVEAlVLKjwJvAwqFEMLtdlNeXs6iRYsoKCjA - 4XBgsVjQNC3TOTWdf2+aJslkEp/PR2dnJ+3t7SIQCOSaprkH2Ao82tDQ8BkhxEmVyjJ3qYBcmXe+ - 8p3jnHx5KNvDUBRFmTUNDQ1u4K3A54FyTdMoLCxk5cqVVFZWYrfbsdlsuFwucnNzcbvdmSBOCIGU - kmQySSwWIxgMUlhYSGVlJaFQiNbWVs6fPy9CoVAJ8GHgXl3X/0JKefTAgQPTugwphMBms2GzXSur - Zn4YlU9+Q3Rd16SUW4F/AdYClpycHOrq6liyZAlutxuPx0N+fn5mZtxqtY75ecbjccLhMIFAAI/H - Q0lJCatWraKzs5MzZ84wNDTkllK+WghRD3xS1/WfNDc3R6bh9JVppgJyZV754a8u8n8fVZs4FUVZ - OBoaGgqEEA8BfwY43W43q1evpra2FqfTidvtpqSkBK/Xi8PhQAiRmUWFV2bHk8kkI1VBcLvdxONx - cnNzWbt2LYsXL+bEiRO0tbVZDMPYCPy3EOIjDQ0NPzlw4MB8ahE/LzQ0NNiklG8XQnwZKLVarSxZ - soS1a9eSk5ODEAKLxZK5sHI4HDidzszqx0Q/33g8ztDQEH19fbhcLiorK7lw4QJnz54V4XC4Evg2 - cHtjY+NDTU1Nw9k6d2ViKiBX5o0XTg/yj98/le1hKIqizBpd10uBfwZeL4SwlJaWsmnTJgoLC/F4 - PFRWVuL1erFax/45l1JiGAaRSASfz8fw8DDRaBTDMMaVGUynvWzZsoWqqiqOHTtGKBQqB74thCjW - df07zc3NM7nhc0HRdd0BfAD4FJCbk5PDxo0bqaqqwmLJVITEMAwGBgYYGBhA0zQsFgtOpxOv10t+ - fj5utzsTnFssFlwuFy6Xi9LSUoaGhujs7MThcFBeXs7Ro0fp6+tzA++XUpbouv6h5uZmVS94DlEB - uTIvdPdFePCLz6pNnIqiLBiNjY0FUspvkgrGtcWLF7Np0yZyc3MpLy+nvLx8XOqHlJJYLJYJ5NJB - +GRYrVYWL15Mbm4uzzzzDD6fLx/4IpDQdf1/q/zjm6fruhX4S+AzgLugoIBt27ZRUFAwZtb7Sulc - 8UQiQSAQoLOzE6fTSXFxMYWFhZmVEUj9HNMrJp2dndhsNnbu3MnRo0dpb2+3SinfCsjGxsYPqJny - uUMF5MqcF4+bfPTLzzLoi2V7KIqiKLNC13WXlPJzwOuEENqiRYuor68nPz+f2tpa8vLyxqUtRKNR - urq6GBwcJJF4pf+PYRh0dXURi03ud6iUkqKiInw+H6QquHwZWK7ruv8mTukuSFUGaWlpuSVyyOPx - +OiLnVfrur5oEk/zAu8C3EIIioqKGBwcZGho6vuiCgoKCIVCdHV1UVhYSHl5OU6nM/O5sNlsLFq0 - iLy8PFpaWti8eTNSStrb2zXgLVLKnoaGhr87cOCA+uM6B6iAXJnzvvQvL3LqnLqIVxRlYWhsbNSk - lK8H3g1YSktLufPOOyksLKSurg632z3m8YlEgp6eHrq7u8cE4mkDAwMcPHhw0jPlE8gHPnSjTx4t - Ho9z9OjR6TjUXPOaka9Jk1Jy/vx5zp8/f0Mv6PV62bt3LwDd3d0MDg5SXl5OaWlp5oJHCJGp0nLu - 3Dnq6+uJRqP09fVZgfcJIY40Njb+rKmpSXX6zDIVkCtz2v/5vxf45W/asj0MRVGU2VRLKlXE5fF4 - qK+vp6ioiOXLl+NyuTIPklISCoVoaWkhFAqNbus+xui0FY/Hc83UCGXuSyQSxGIxYrHYmIuseDxO - e3s7Q0NDLF26FLfbnflZu91uli9fjmma1NfX8/jjjxMOhz3AV6SUR4DWrJyMkqECcmXOevbFPr7x - b2oTp6IoC8f9999vN03zU0CNpmmsXbuWkpISli1bNi4YHxgY4NKlS5Oug22329m7dy9Op3OGRq/M - hosXL151lUFKSSAQ4MyZMyxZsoTCwsIxQXldXR3JZJI1a9bw/PPPY5rmUuCjuq5/sLm5efzyijJr - VECuzEldvWE+8ffPYRhqFU1RlIXDNM11pFIfRFlZGbW1tVRXV5OTk5N5jJSS3t5eLl26NKU0lFup - BvhCNroSy9XE43EuXLiAYRiUlJRkgvKcnByqqqqIRCK0t7fT09MjgDcC3wFOzOjAlWua/71rlVtO - LG7w4JePMKQ2cSqKsoCMVOB4H+C1Wq2sXbuWoqIiSkpKMo+RUtLf3z/lYFxZeAzDoLW1lYGBgUw6 - kxCC0tJSCgsLWb16dTq4LwLe3djYqCZps0gF5MqcIiV89hvHOH1ebeJUFGVhEUKUATpAcXExZWVl - 1NTUjJkR9fv9tLa2qmBcmZR0UB4IBDLfs1qt1NTUUFFRQVFRUfrbr5FSFk14EGVWqKshZU75j//v - HAee7Mj2MBRFUWZVY2OjkFJuB8qFECxZsiTTMj0tHo/T0tJy0y3bJ2KaJoZhYBjGVTeHKrMj3Y1z - Mqkpk5EuNbl69WrsdjuQSl3xer0sXryYvr4+pJSVwBbgl9PyosqUqYBcmTMOv9DHP//H6WwPQ1EU - ZdZJKS3A6wGLw+GgqqqK4uJiNE1L3097ezuRSGTaXzscDvPSSy/R1dU1YdlEZXZZLBaKioq47bbb - yM/Pn5ZjhsNhOjs7Wbx4caazZ1FREdXV1Rw/fpxYLGYDXqvr+v7m5ubpv+JTrksF5Mqc0Nkb5hN/ - fxTTVDMziqIsSDnAnQD5+fm4XC68Xm/mzlAoxMDA9Hc6j0QiHDx4kL6+vmk/tnLjAoEAQ0ND7Nq1 - a9qC8r6+PkpKSjKrLgUFBbjdbnJzc9NNo7YDLiBwjcMoM0QF5ErWhaNJPvjQYYb9kyvdpSiKcguq - BAohFSh5PB6s1tSfaNM0uXz58rTnjUspOXPmDH19fWiaxrq7trFh+10ITW0vyx7Jy8dP8NxvH8Pn - 8/HCCy+wc+fOzErJzUgmk3R0dLB8+XKEEFitVtxuN4WFhfT39wMUA+WogDwrVECuZJWU8LlvvMD5 - 1pvpyKwoijLvVTDSTj03NxeHw5EJwqLR6JhNedPFNE16e3sBWLbhdt7y/r/Ck5s75jEacK02QjfS - YujG2hJN7Vk32vpoOs9n4vVeiRy5TwLmqH+n3b55M8l4nCOP/paBgQGi0ei47qw3yufzEY1Gcblc - WCwWHA4HOTk5CCGQUrpJBeTnpuXFlClRAbmSVd//6cs8+pTaxKkoyoJXCtiFELjdbux2ezpIor+/ - f0Y2ciaTyXSqAuU1i8YE41YgF4EbgRVxwwHufHZlQD36tjkSWKcDajPzJa+4Pf5rdAA+UdBudzop - q65GCEE8Hp/WvP5kMsng4CBVVVWZuvTpjp5SSgepEohKFqiAXMmqYFjtHVEUZWHTdV0ABfBK8570 - 7LhpmgwNDc38IEZF3A6gFA3bPA7D5VX+nb599YD6lcB6okA6/bzRx73Wa92odCOfmah4MzAwQEVF - RaaSy6hGUQLw6roumpub1YauWaYCciWr/urtq3n+ZD8nzs7CHxxFUZQ5SNM0pJT2dPA1Ol84Fotl - ZrFngwUomQPB+NWC3NTsshwTSI8PqK8dTF+ZIjITAfVclv5MuVwuIPV5S18AMLJKo8w+FZArWWWx - CL704Cbe9IHHCanZckVRFiDDMBBC+CE1I5pMJjNpCqFQaFabADkQ2G8yGJ/K7PSNBNSjj7vQgunp - kEwmCYfDOJ1OEokEyWRy9Ey8r6mpSb2VWaACciXrqso9fPqvN/Dxrx7N9lAURVFm3YEDB6Su6wOk - Yk8tHo8Tj8cxTROfzzerY3Fd47504GxcM90jFUwbUmIKMWrzopqdnkv8fj9er5dEIkE8Hk8H5ElA - VVjIEhWQK3PCvh1VHDzSw8O/a8/2UBRFUbKhB4hKKd3BYJBYLJaZyZxNV9u+GUMyjCQ2EnDD1YPp - oUiYpy6+zPKyClYWl83jTPRbVzAYxDAMYrEYwWAwHZBHSH0OlSxQxUaVOeMTf7GeJVU52R6GoijK - rBNCdAFBKSV+v59YLEY0Gp2R6ipTFUXSg0kISZLx1ULGBuaSn75whAdPPMe3jz5DOKH6S8xFyWSS - aDRKLBYbvQoTArqzOKwFTQXkypzhclr44oObsFnVx1JRlIVD13UNWMLIqvXAwACxWIze3l5M07zm - c2eaBAZHAvHJCMXjHBvoxQSOBv3E4iogn4vSNejj8fjoKj4WYMlrX/tataiRBSryUeaU1XVe/vId - q7M9DEVRlNl0t5TyR4x06gyFQgSDQQYHB7M+Q24AiSlkd/cF/BwOBwEYShr0hIIzNLKZkzAMErO4 - kTYbEokEg4OD+Hy+0WlRJcBPY7HY9iwObcFSAbky57z9tXXsrC/P9jAURVFmnK7rpcA3gfJ0M6Bk - MklLS8uV1S+ywhyVM349Evht63kCI7P6BpIT/fMrJTkcj/OdZ5/iu0efJjKNDXnmmnQ1n9bW1nSV - n3Q98kop5bcbGhqKsz3GhUYF5MqcIwR85gMbKC50ZnsoiqIoM6axsdECvAdYJYRg165dLF++HID2 - 9nYikUhWxwev5IpPRjgR53hPZ+a2BDr7ezGzfFExFWf6e/h22wW+03qBgWAg28OZUeFwmMuXLwOw - cuVKduzYka5HvlYI8ScjqVTKLFFvtjInFeY7+NwH70BTDQoURbl1rQbeD2jV1dXce++97N69G03T - CIVCXLx4Mesz5FOZI+4P+Pl9KIAAqm12AM6HAkST82OmWQLPtreSlJKINHlpsD/bQ5oxUkrOnz9P - OBzGarVy7733snfvXioqKiAVG34EWJHdUS4sKiBX5qxtd5Tyttcuy/YwFEVRpp2u6y7TND8LlNps - Nvbt20deXh51dXUsWbIEKSXnzp0jGMxuDvZk88cl8FjbRYYMg1UOJ29dtgqA05EQsXmS+hFJJHhp - sC9z+/yof99qAoEAFy5cQEpJbW0tS5cuxev1snfvXqxWK0AF8KmGhga1VD1LVECuzGl/9Y7VrFtZ - kO1hKIqiTCshxB4hxP0At912G+vWrQPA5XKxceNGLBYLoVCI48ePZ3Vj52RD6UgiwYtdHQBsLyxm - T/US7EKjM5FgIDK7tdRvVDAa4cioNJVB3zDGPEq3maxEIsELL7yQmR3ftGkTTmcq7l6/fj1r165N - P/S1wI5sjXOhUQG5MqdZrRpf+sgmPG7Vw0pRlFtDQ0NDsZTyS4ArLy8PXddxOBxAKlhyu91UV1cD - 0NbWxvnz52ctdeXKJMHJXgoMhAL8PujHiuDORbXku90ss9sxpOR43/wobf18bxf9xitn3BYN33J1 - 1E3T5OWXX87kji9atAiHw5G56HM6nTQ0NJCTkwPgEUJ89b777ivM3ogXDhWQK3NedYWHj7/39mwP - Q1EU5abdf//9mhDibcA6IQRbt26lvPyVqlLDw8OYpsnGjRspKCjAMAxOnjxJR0fHrOeTpxoAXf81 - JfBkWwv9RpJau4M7yirx2B2sdLqRwOX+vikUTswOQ0pOdlwa870L8ei8SbeZDCklly9f5qWXXsI0 - TYqKitiwYQOGYYxuDkR1dTVbtmxJb/Bcr2namx944AEVL84w9QYr88IDe2q4f3d1toehKIpyU0zT - XAF8DNAqKiq45557sFgsABiGQXd3ajbZ4/GwefNmPB4P0WiUZ599lp6enlkNyiVMquRhNJnghc52 - ALYXFJHrdOKwWqnIzQOgJeib8xs7Q/EYLwynGuTcledFE4KORIJwLJrlkU0PKSVdXV0cOXKEWCxG - Tk4OW7Zswe12Z+4zRmqvWywWdu/eTVlZGaSaBX3cMIyl2Rz/QqACcmXe+OT71rO4Kifbw1AURbkh - uq47hRCfACqsVit79+4lPz8/c38wGBxT6rC4uJitW7fidrsJh8M888wztLW1ZQKnmWYiJzWzPRgK - 8vugDwuwqWYJNs2CAGpLygB4KTz3N3YOhUK8EAlhEYJ3rrqNKpsNQ0pO3QKVVgzDoLW1lUOHDhGJ - RPB4PGzdupWCglf2Z4XD4dENgvB6vezZsyd9sVgDfPT+++93zPrgFxAVkCvzhttp5UsPbsJmVR9b - RVHmpe1SytcDrF69mvXr12fukFLS3d2Nab4yJy2EoLy8nO3bt5Obm0s4HOb3v/89L7744qzUKJ9M - DXIJPNV+ie5kkiV2B5sqXlnJ3FBchlUI2hNxfNHs11S/lmc6LhGTktUOJ7VFJdQ5XABcnOcBeSQS - 4dixYzz77LNEIhHy8vLYsWMHZWVl6ZQUIJVb3t3dnVmBEUKwceNGVq1KVcuRUr7FNM2tWTmJBUJF - Nsq8srrOy/vetirbw1AURZmSxsbGAuB/AJ6cnBwaGxszlS0AotEofr9/3POEEJSWlrJz505KSkpI - JpOcPn2axx57jLa2NhIzOPOc5PoBeTyZ5NhI7vVd3kLynK7MfTlOF0vsDpJScnwOd+yMGwZnRhoa - rc/Jpywnl2UuDwAD/vlZaSUej9Pa2srvfvc7zp49SzKZpKysjF27dlFcXDwmGE/z+XzEYrHMbZfL - RUNDA263GyAX+GpDQ0P+uCcq00IF5Mq88/bX1bF1Q0m2h6EoijIpjY2NmpTyTcB6IQRbtmzJVFGB - 1Oz4wMDAVcsbCiEoLCxk165drFy5EqvVyuDgIE8//TSPPfYYLS0thMPhMbPr02Eyof5gOMjhwEi6 - SvUS7CP58AAeh4OVDhcSaOvrvWpwH00meXmwn1CWKpqEYlGOBFKbGldXVOG0WCn2ptI5LkUj16y0 - MhyNcGF4kOQ0v/c3wjAMwuEwFy9e5LHHHuPQoUMMDQ1hs9lYs2YNO3fuxOv1ThiMQ6rCz+Dg4Jjv - LV68mPr6+vTNTcAb9u3bpzr2zQBVS06ZdzQh+MKDm3jjXz/GwFDs+k9QFEXJItM0lwgh/gawlJWV - sXv37sxGToBkMklf3/Wb0LhcLu644w5qamo4duwYg4OD9Pb20t/fj9vtprS0lPLycnJycnC73dhs - NjRNu+Gc88k0BTrU0cblZIIlNjubK2vG3Oe02qjKyQX/EJcCPmLJJE7r2LDDlJKfnzzGDy6c4Q+q - FvPuzTuwarM7V9jiG+J8LEqOpnFX5SIAlhQUAXAxFiWWiJNrH58+HY7F+Icnf8OJkJ/PbtnFHVec - /0yTUhIMBgmFQgQCAbq6uujv789cnGmaRmlpKXfccQeFhYVjPnNX09vbS2lpabo5EOm9Di+99BJ9 - fX1WIcSnrFbro0DbDJ/egqMCcmVeKsx38PkPbuSvPnuIebiaqCjKAqHrul0I8TEp5SKLxcKePXvw - er1jHuP3+8ekClyLxWKhpKSElStX0t/fT29vbyYou3jxIi0tLVitVqxWK5qmoWka8fiNzTxfb4Y8 - ZiR57vJIukp+AXku15j7BbCkuBQ62zgVDhFNxMcF5F1+Hz++eJaXE3F+2dnGGyIhij25NzTeGyGB - Z9tbkcAdLg9edypVZVVBMRYh6EwmCEVjE44pGIvyy6E+IlJy4MxJ1ldUo11l9nkmRKNRnnzySUzT - JJlMIqVECIHVaiU/P5+ysjJKSkooKipCm+RFTjQaJRAIjNnwWVBQwO7du/nZz36GaZqLpZQfvO++ - +z7+yCOPzO2duvOMSllR5q1tG0t562uWZXsYiqIo17JFSvlmgBUrVrBx48Zxm+m6urqmVM4wHo9j - miZer5e6ujrWrFlDbW0tRUVFCCFIJBJEIhEzFArFAoFAPBaLTbnVpwSM68yQD4VDHPYPYwE2Vi/G - YRk/x7expBxNCFriUUJXXHQkTIOfnHiO0/HU98/FYxxsa5nqUG9KJBHnpYFeANZ4C/HY7QC47Xaq - bXZMKTkxOPHqxfH+HuIjP7czQT+BSV5UTadYLCYTiQRCCIqLi6mtrWXt2rXU1dWRn59PMpmc0gVZ - ugTilZuL6+vrqaurg9R11p8KIe6c9pNZ4FRArsxr7/+TNaxbWXD9ByqKosyykQ1w/wPIc7vd6LqO - 64pZ5CvLzV2PlDLTPAhA0zScTifFxcUUFBSkA3sJ/AZ4M/Au4PtTHftkKqwc6ergUiJOpdXG1qrF - Ez4m3+1hkc1OUkpOjAS+aa2DA/x392UEUKCl0imeaWshMos1y4PRKEeCASB1UZGe4bbbbNSNbFBt - maDSiiklL3VeJp0MdCwaZigUmJUxjxIEXgKklJKCggKKi4txOByZGXHTNPH5fFO64Luy/CbAFZ9f - r6ZpX2loaJi9pYwFQAXkyrxmtWp88SObcLtU9pWiKHPHfffdJ4QQrwfuBKivr2fJkiVjHiOlpKen - Z0o53olEYsIAPh6Pj+7m2SOE+Ovm5uZfaJr2AyHEs1Mdv8m1mwLFDYMjbRcB2JZfQL7LPeHjXHZ7 - ZmNnS98rlVaiyST/dfwoHckkm10ePrhmPRrwuG+I3gmqzcyU53s66TeSVFltrCsuy3zfabVRO1Jp - ZdDvw5Bj341wIs4J3ysbIMOmyVMds55WHRupa98vpaSjo2PCqjuhUOiqG4YnYhgGfX1944L42tpa - Nm3aBICUcpsQ4tW6rqsNntNEBeTKvFdT4eFj770t28NQFEXJ0DStGvgUYC0pKeHee+/NbJRLi8fj - DA8PT+m4wWBwXACfDuxHZjUNKeW/CCHO3cz45XWaAg2FQzzrH0YDNlYtGpcbnua22qjxpBq6tfuH - iRmpwPBkTycP9/dgEYLXr1hDQ+0Kbne6GTYNDpw/PSsdSQ0pOTkSRG/y5JI7avXCIsSoSithQvGx - gW4wGuF4OIgAXCOz0We6O4jPUtOmUU6TWgExwuHwhIG0YRgEg8EpHXRwcHBccG+z2di3bx9FV/C1 - yQAAIABJREFURUUANuAzQOVNjF0ZRQXkyi3h1fcu4v57qq//QEVRlBnW0NBgAz4ELEm3IS8sLBz3 - uOHh4Snl9xqGMWGt8kgkQm9vJh3klKZp396/f/9NRbQG105ZeaGnk4vxGOVWK9url1z1cUIIaopL - gVTHzmgiQTAe479OPIfPNNmb62Vv7QoKXG62j3T2fKq7A/8stKwPxWO84BsCYEVxKS6rbcz9S0cq - rVyIx4hdUfrw+Z4uhg2DRTY7r61ZggYcC/rxRSeffjQdZCr6/jpwFqC7u5todPx75/f7p7QSE4vF - JrxYLCoq4u67706nxNQB79N1XS1RTwMVkCu3jE/+5XoWV+VkexiKoiibgD8FxLJly6ivrx9X+zmZ - TNLd3T2lg4bD4XGzlqZp0t7enk5JiACfaGpquun2ktfK4k6YBr+/dAEJbM3z4nVPnK6StrG0HAGc - j6U2dh68dIFHfEN4hMab191BrsOJJgSNy9fg1jSejYQ40997zWNOh6FwiBciYSxCsGPR0nH3ryoo - wiIE3ckEwVGdRg0pOdN1GRPY4Mnh7cvX4tUsnI/HuDQ0OO44M625ubkH+DQQTSQStLe3j6tJP7LR - d0rH7e7uHhfECyHYunVrOv1KAO+VUq6f4OnKFKmAXLlluJ1WvviRTdis6mOtKEp2NDQ05AghvgR4 - r+h0OMZEG+euxTTNCWcsfT4fPp8vffO3I1837Vo1yIfDYY76hlLpKhU1OK+YWb5SkTuHSpudmDT5 - TftFfnLmJHEpeaCohI0Vr6xsVnsL2ZmThyElvz1/hsQkm+1IKYklE0QT6a840UScSDxOIBplOBJm - IByiJxigM+Dnsn+YluEhfnn2JDFpssrhpCJvfANKl93BopFKKydHVVoJx2O8ODKzXltYQnluPus9 - OZjA020ts5JucyXTNPcDT0LqM3HlSoqUkqGhoSk1j4pEIoRCoXHf93g86Lqe7jRbBDzU0NDguYnh - K6g65MotZs1yL//PW1fxz//+UraHoijKAjOywe3VwHaATZs2sWzZ+NKspmnS3d09pcAtFouNq1We - SCS4fPly+jj9wN80NzdPS+29a20BPNXXzdl4jDKLlZ0TzCxfyWV3sNLhpCMR53+dPk6/YVBmsfDW - 9fW4bK8E8267nW1VizngH+aJgV7eEw5RknP9Qh4ne7v5z+NHiSQTmKZEShNpmkgpSSIxZKqEY1JK - kqRmuJNA18hqwx05+eQ6XOOOa7NaWe500xKP0TI4kPm+PxrhZCSEBmyvXoLHbmd9QRGPBXycHUp1 - HM2ZoJHQTHrkkUciuq5/DLjTNM3C9vZ2PB4PtlHvbzweJx6PpwPp60qX5MzNzR23wrNixQruuOMO - Dh06hBBiD6ADP5++M1p41FSicsv5k9fXsXVDSbaHoSjKwlMBfBawFxUVsW/fvjEBUVq6+cpkpUsd - jg7gpZT09vamK64YwPetVuvpGx24YUoShoEpU5s5I6ZBwhj/FUkmONhyDglszs2nwH39NEG3zcaS - kY2dvYaBCbymvJplhcVjHieAPUvrqLHauJiI8+RIFZdriRlJfnLiOX4x0Euzb4hHAsM8GvTzm3CQ - 30ZCPBkJ80wswrOxKC/G45xOxLmYTNCZTKJpglqbnd11K7FN0DjHZbWxdKRR0GDAR3JkdvlI12UC - pkmt3UFVvhdNCG6vXoJNCJ4PBxkI+InG49f/Slz9K3Fjm0NPAD8AzHA4TH9//5jPTHqVZSoXgoFA - YMKc9PQGz5EGQg5Ss+Rl4x6oTJqaIVduOZoQPPSRTbzp/Y8xMDT7jRoURVl49u3bJ4D7gTpN09i1 - a1e6GsUYUkoGBgamVIZuovzfaDRKT0+mjODLwNcefvjhyecjXOH53k66Dj/JH9Wu4vaCYv79xBF6 - 4+MDsUgySXN/70i6SvWYGe6r0YSgsqgEejoBWG6z8+bbNmGfoJV7kSeXXQVF/FdfN0+3XeT+5Wuu - +RpD4RBPDafytv+krIp1xaW4LBasQsNlsYCmgRAIoSE0AUJDEwJN0xCahtvuoK5g/M8pPe5ibwF0 - X6YlGiGUiOOx2Tnb3YkENnhyyR2ZbV5bVJK5kPjbJx8hR7t+m/priVw6T94Un9Pc3Gzquv5loAFY - 3tXVhdfrHVP7Pr0PwT7SAOl6EokEg4ODVFZWjpslLykpYefOnfzqV79CSrlSCLEX+K8pDlsZoQJy - 5ZZU5HXwuQ9s5K8/d4gspPMpirLAWCwWG/BHgCguLmbLli3jAhhIbebs75/anssrK2SkN3KObPCM - Ap8Z2dh3wy4HfDza3sI95TX4PLkcuHyJw9eoGLLIauXuxZPvlLyhpBx4EYDXLaqlIn98zjaA3WJh - 97JV/LCvmyf8ProDPpZeMZM+2sG2Vi4nEyy22Xn3ndsozclDQCoIn/Torm5pQeq1L8ajxBNxhIQX - /CP548Wlme6kHqeTnYUltPZ2cngaKsQsTyamHJADNDc3d+q6/hDw3UQi4bh8+TLLli3LNAoyDINA - IDDhxeLV9Pb2UlpaOm61R9M0tm3bxtNPP83AwIAGvEHX9Z82NzdPvnSQkqECcuWWddemUt786mX8 - 4L8vZHsoiqIsDAakKlFcrcScz+cblwt+LclkclwNab/fP3oj55NSyl/f0GhHKXZ5eKCkAq/DiQCW - FxSxyJg4aNYQbCyroCxv8iHjEm8hr/MWIYTgdWs3YBFXz5i9vayCO1xunouEaT53mvdu3pHpoDla - NJnk6OVWAHZ4Cyl050z4uJuxwluIVQh6Egn80QhWS4KXIpFUZZZR5R4dFit/Xr+dPd0dMIWNk1dz - zJ/gzA0+VwjxCynlu4B7hoeHCQQC5I+6AAoEAni9XiwTrFBMJBaL4ff7JwziDcMYfeGZEEKoKbAb - pAJy5Zb2/j9Zw/Mn+jlz0Xf9ByuKotwgIURCSvkjoKGnp0f7j//4D3Rdp7a2NtMQyDCMKW/mvLLU - YTKZ5PLly+lqGYNSyo8fOHDgpotfb6us4Q279lGuWbELwSe277lmHXKrRbtmUH2lPJebT+9pRCBw - XSddIt/p4q6Scp5ru8jTPZ28JRYl3zl+0+VAKMBT/mEEsHVx3YQpMDfLZbez2O7gQizKiYE+4skk - EWmy2uGkNHfsBUlpTi6ldaum5XWDL76UKix+A5qamoIjGzwfMU3Te/nyZTweT+ZzmO72mpt7/Q2z - kEqz6u7upqCgIDPTnkgkuHDhAs3NzekVH0NK+bPm5uZrVcxUrkFt6lRuaXabxlf/ph63S117Kooy - c5qamqQQogUIA5w9e5bvfe97/OIXv8hsrguHwxOWkbuaK0sdSinp7+9PH8MEfmia5vHpGL9V07Bb - rVg0DVMI7FYrjmt8TSUYh9SGTY/dgdtuv24qiSYEjSvWkqNpHI2EeKlv4nrtj7deoNdIstzu4M6K - qimNZ7LsVhvLRy4GTvX3cK4nlT9+e04eeY7JVSvJBk3Tngd+ApihUIiBgYExF4LDw8NTKoEYCoUI - h8OZzcQ///nP+dd//VfOncs0hA0CrdN3BguPCsjnoYNHuhn2qxStyaqp8PDR99yW7WEoinIL03Xd - LaX8KJADYLfbCYVCPP7443zrW9/iiSeeoLW1dUpBUDQaHdPJMxaL0dXVlb55Afjyo48+evP5EVeY - C1OcVfledubkj6pJPjYFKJxIcLSzHYC7Corxuq7dnOhGOa1WlrhSlVae7u3m8Ej98WUl5dhmYEZ+ - uuzfv98AvgC0SSnp7Owckyo1URnNazEMg9bWVh577DG+9a1vcfDgQcLh8Oi88nwhxId1XR+/lKFM - igrI56Ge/iif/vrzarPiFLxm3yIa766+/gMVRVFugBDiPmAfgNfr5Z3vfCf19fVYrdbMjOJPf/pT - 2traJlVh5cpSh6Zpcvny5XSAHge+2Nzc3DET53KtpkCzxW2zs61mMQBPDvYzdMXKQn/Qz1MBHwLY - Ubsc6wRlC6eDJgQlBYUAnItFOR2LYhOCHdWLZ+T1ppOmaZeBvwcS8Xiczs7OzOdpolKaV5NIJGht - beXHP/5xZsXHarWybds23vGOd5D3yl6CVwO7Z+h0bnkqIJ+nnjraw48evn6NVuUVn/iL26kqm5lZ - FEVRFq6GhoZSKeUXAKcQgh07dnDbbbfxmte8hrvvvpuioqJMucOnn36aZ555hoGBgWvOlsfj8TGl - DoPBIENDQ+mbh0zTnLEmLJMvyDizdi+pY7HNTksizuOXXtmcL4HfXDzHsGmw1unitpLyGR1HbUHx - mDSbNQ4XhZ7r11/Ptv3790tN0/4P8CzA4ODgmA3CkUhkzP6EK5mmSX9/P8888wyHDh1icHAQKSXF - xcXs3r2bBx54gPXr13PXXXelN3a6gC/run71sjjKVamAfB77xv97ijMX1GbFycrx2PjKx+uxWtXH - XlGU6aHrukUI8S5gNUBNTQ3bt29HCMHQ0BAVFRXs2bOHTZs24fF4MAyDtrY2HnvsMV588cV0Y58x - pJT4/f5MwJ5MJmlvb0/fHgY++sgjjwTHPXEaSFJdLeeCIncOO0dqhB9qbyWcSKXvhONxjnanFge2 - FRST75rZLInl3kLso3Lmb5vj+eOj7d+/3w98FPAbhkF7e3umAlC6BOJEwuEwx44d4/HHH888x+Px - cOedd7J7927KysoYHh4mXXO/srIy/dR1wNt1XVd/aKdIvWHzWDxh8vGvHiEUnivzGXPf2uVe3vvm - ldkehqIot45VwAcBzW63s3fvXvLy8ojH45kZbYfDwcqVK7n33nupq6vDarUSjUY5deoUv/3tb2lt - bR0zU2kYRmYmU0rJ4OBgeiOnBH5mt9ufn6mTMUdeZC6wWSzcW7cKixA8ERimy5+agOoJ+Hgm5Mci - BPfUrZzyBtOpcthsLBpVGWZ5WcWMpcjMBE3TjgK/BGQwGGRwcDBzXyAQGJNCla6e8pvf/IbTp08T - jUax2WysWLGCvXv3smLFChwOB5CacU8kEuTl5XHvvfem88k14EEhxPLZPMdbwfz5RCkTau8K8dA3 - X8j2MOaVP/2j5WzZUJLtYSiKMs81NDS4gL8DygDWrl3LunXrABgaGhqzIVMIQV5eHvX19dxzzz2U - lpYihMDn83Ho0CEOHjxIb28vpmkSCoUyQdIVub9tQoiHfvnLX95QX/XJMJBM+y7Rm7CupJyNTjcB - 06T53EsYUvLIhbOETJMNThcrCmf+d3mq0koq3dEhNO6qrJnx15xO+/fvTwCfBjqklHR0dGQ2dKZL - IBqGQU9PD08++SSHDx/G7/cjhKCsrIx77rmHTZs2kZubO6bZVSwWY3h4GCEE69evZ/Xq1em7KqWU - f9PQ0DA/lhHmCBWQ3wIeOdjBrx9rz/Yw5g1NCL7wkU0UeR3ZHoqiKPPbPcAfAOTn59PQ0IDD4SCZ - TI5uaz+GxWKhvLyce+65h/r6epxOJ4Zh0NnZyRNPPMFzzz2Xea5pmqODpwTwVdM0Z/SX/VyaIQfI - c7q4q7QCgKd7uujwDXOkN1VpZktRKXkT1Cefbk6rlcUjr7PW6STf7Znx15xumqa1Sim/ASRjsdiY - evjd3d0cPXqUJ554gq6uLkzTxOVysWXLFu6++27Kysqu2kSou7sbwzBwOp00NDSMrm3+BiHE9lk5 - uVuECshvEV/69ou0Xp6RlMJbUpHXwWc/eAfT3NRNUZQForGxsUgI8WXALYRg69atmTzaYDBINHrt - 9ul2u53q6mpWrVqVCXhisRhnz57l+PHjdHV10dnZycDAQPopR4D/OnDgwIzGy3MtINeEoHH5GnI1 - jeciIX559iSHQwFsQnBv3epp78x5tTFsWlzLdpcHvXIRec75N/G7f/9+KYT4V+AYQG9vL52dnXR2 - dnL8+HHOnTtHPB7PXDCuWrWKqqoq7Ndp4hSJRDLpVTU1NWzZsiU9i54DfLWxsbFgZs/s1qEC8ltE - JGrwsa8eIR6fS4uNc9v2TWW86YHabA9DUZR55oEHHtCklO8AbgOorKxk165dWCwWTNOku7v7uvXG - pZT4fD4cDgeLFi1i5cqVuEY2J0ajUdra2ujo6Egfpxv4UHNzs39mz2xu1CC/UkV+Prty8zGBb7We - IyYl9W4PS7yFszaGHUvr+Pp9r+atG7fMeM76TGlubh4CPgz0pctotre3Zy4ePR4PK1euZNGiRdjt - dnw+33XLIpqmSU9PD6ZpYrFYuOeeeygvz1S92SClfNO+ffvm5xs2y9SbdAs53+rnn/79VLaHMa98 - 4E/Xsqo2P9vDUBRlHjEMYxnwEUCz2Wzce++95Oenfo9Eo9GrVq4YLZFIZMoaapqGy+Uak58LhEhV - VHkBeAepGfIZl5xT8+MpqZrkSwFIjgSIm0vKyXHMXtqhRWgUuNzYLfO+6/PTUso/A06Q+nyNKfA+ - +nMYDoevWRYxze/3Z3LSvV4vu3fvxmq1AliAv7FYLHO/aPscoALyW8wPf3WRxw9P3GZYGc9u0/jK - x+txu+b9L1lFUWZBY2OjA/g4UAWwatUq1q9fjxAiU2t8Mo1/AoFApvxc+nmj6o5fBl4LbBNC3C2E - +E1zc/OsRMpzNSi4Z/EyltpS6RMOobF32apZSVe51Yx8jh4Gdkgp75JS/iHQBakAPF1rHMZW+7mW - RCKReZ4Qgo0bN7J8eabIyiLgQV3Xr537oszZ/3vKDZISPvuPz9PdF7n+gxUAFlV6+Mi712V7GIqi - zANSyh1SyjcC5OTk0NDQgHMkpziZTNLf33/dYySTyTGz6LFYbHQllYSU8uuapv22ubn5TFNTk7+p - qWnWpq015maQW+jxcPdIRZXtOblU5XuzPKL568CBA7K5udl/4MCB00KI3wDfBJJSSjo7O8dUB/L7 - /ZkLx2vp6+vLXIi6XC50XcfjyWx+fZuUcuu0n8gtRgXktyB/MMHf/s/nMM25t/Q4V/3hfYvRd1Vn - exiKosxhDQ0NBcBXgJz0Rs5FixZl7vf5fJml+2sZnQqQrqQyKgh6Hvj+/v371S/wUWyahTetv5M/ - rVzEuzdsxmNXVbKmQ3NzsxRC/C/gOIy7OCSZTE7YvOpK0WgUv/+VLQ5Lliyhvr4+fTNPCPElXddV - fug1qID8FnXs1ADf/fHL2R7GvPLJ991OVZk728NQFGUO+oM/+AOhadobgDuATH3mdDk4wzDo6uqa - 1Ca44eHhzO0rGrUEhRAfP3DgwPCET54Fc/kqoLawmAe372FTZc0cncefn5qamgaEEJ9iJJ98YGBg - TGOq4eHhSW1SHr2Z2Wq1smfPHkpLS9MP2SKEeM0f/uEfqh/dVaiA/Bb23R+e5cjx6y+fKik5Hhtf - /tidWK3qv4WiKGMlEgm3lPIDgMVisbB792683lfSJsLh8KRnEtOz4clkkvb29nQQI4GHk8nkoRk5 - gUmaywG5AOwWi8odnwGapv0OOABIwzBob2/PpKrEYrFJrfyEQqEx/wcKCwu5++670xetVinlhyKR - yMwXjp+nVORxCzOl5O++9hzD/vj1H6wAsG5FAX/+ppXZHoaiKHNEQ0ODVdd1L1DPyEZOp9OJ1Wrl - 5ZdfprOzk3A4POlSh8PDw5lZ9MHBQUKhTJGLbuDTjz76aFZ/Yc/lgFyZOb/+9a9jwKeAPkit3AwN - DQHjP7dXk+72GQ6H6ezs5OzZs9jtdhyvVMOpAW5vbGzMb2homLjT0AKmSkvc4noHonz668/zjU9v - VU1wJuldf7ycoyf6efbFvmwPRVGULNF13QWsA94ENJCqFpELqZnAH/zgB1gsFux2O3l5eeTk5FBd - XU1JSQk2m23CY8bj8UwllStydZPAt+Px+PmZP7NrkyokX7AMwzijadr/FkJ8Qkpp6ejoIDc3F4fD - QSQSIZFIXLVRUDwep6+vj8OHDxMMBgkEAsTjcQzDGL0ptAg4IKVsE0I0NTY2/khK+VJzc/O1u2gt - ECogXwCeOtrDD391kbe8WjXBmQxNCD7/oY286f2PqdUFRVlgGhsbraQamnyUVCCeDyCEwGKxYLVa - M3WaDcMgHA5n8m0vXrxIYWEh69atG9duXEqJ3+/HNE3S1SxGpQEcB/7ld7/7nYqGlax59NFHZWNj - 4z9LKV8D3BaNRunp6aGmpgbDMAgEAhQVFY15TjKZpLu7m1OnTjE4OJgJvjVNw2q1ZgJ4KSXJZBLD - MPKklOuAtVLK9wC/1nX9H4CTzc3N168XegtTAfkC8U//doqNa4tYtUxtcp6M0iInn//QRj7w+d9z - nVU6RVFuEY2NjQVSyr8EPgAUCyFwOp0UFxdTWVlJfn4+LpcLq9WKlJJYLEYwGMy0IQ8EAvT29nLw - 4EGWLl3KunXrcLtTG8VH13QOhUIMDAykXzYkhPhUU1PTwERjmm3q193C1tTU1Kvr+ueA/wRcfX19 - FBUV4fF4CAQC5Ofnp5v+EAqFOHnyJC0tLSSTSTRNw+v1UllZSUlJCbm5udjtdoQQmWotfr+fjo4O - BgYGRDQa9Uop3wrsBb6u6/p3mpubfVk8/axSAfkCEU+YfPyrR/jBP96Dx61+7JOx484y/vhVS/nx - wy3ZHoqiKDNM1/UqKeU3gQcAq9vtZvny5dTV1WWCC4fDgcViQUqJaZrEYjGi0SiRSIRgMEhHRwen - T59mYGCAc+fOMTQ0xJYtW/B6vYRCofQMIW1tbemZRAk8Cvwum+euzEEjV0YiC7mmQoj9UsrfAa9K - JpO0tbWxYsUKILV5OS8vj8HBQQ4fPszAwABCCEpKSli9ejVVVVV4PB5cLhculwu73Y6mpbYrpv/P - pC9cz507x/nz54lEImXAQ8AGXdc/1NzcvCC7G6rIbAFp7wrx0Ddf4CsfuzPbQ5k3PvSudbzw0iBn - Ly7Yi3ZFueXpul4OfB+4TwhBRUUFmzdvZtWqVZSUlGRm+a4MjqSUGIZBIpFgeHiYvLw8ysvLefnl - lzl16hR9fX089dRTbNu2LTM7PjQ0NLr7YR/wt01NTdcvYTEDRqcU9Hd2EQmFcXlU6ddsSyYS9Pf0 - IKXEZrNlZqRnS1NTU6ShoeGTQogtQHEgEGB4eJiioiKGh4eJx+McOnQIn8+HzWZj3bp11NXVUVBQ - QHl5OXl5edhsNiwWy4T/Z6SULF++nOXLl3P69GmeffZZenp6bCMNtzyNjY1/1tTUtOA2camAfIF5 - 5GAHO+4s44E9Ndkeyrxgt2l88cFNvO1DTxCNXb9bmaIo80tjY6NHSvlVYJ8QgmXLlrFz507WrFmD - y+WacIbSMAyi0Sg+n4+hoSEikQiGYWCaJg6HgzVr1pCTk8ORI0cYHh7m0KFD1NbWIqWko6MjvZHT - AL5nGMbpWT7lDE3TKCoqor+/n5eff56ff+97rN64MVvDUUa0n7/AsSeeBFKlA12u2a8UaLVaT5qm - +Z9Syg9IKbX0Bs94PM6LL76Iz+fD4XCwefNmampq0DSNcDhMa2srFosFl8tFYWEheXl5OJ3OzH6K - 9IWt0+mkpqaGoqIiCgoKOHjwIC0tLUJK+Sop5ed0Xf9Ic3Pzgmo5rgLyBejL//Ii61YUsKQ6J9tD - mRdqa3J58N3r+MK3Xsz2UBRFmUb33XefJqX8Y+CNQgixdOlSdu3axbp160aXasuIx+MMDQ3R29ub - CcInYrFYWLx4MVJKDh8+zPDwMO3t7WiaRjSaKShxWkr5jUcffTRradtCCNauXUt/fz8DAwMcbn6E - wwcevbFjTfPY5qNp+0GObFzKyclh/fr1mZSP2fTrX//abGho+HshRCOwKhKJ0N3dTSKRwOfzYbVa - xwTjaaZpYpomiUQCv9+PxWLB7XZTWlpKQUHBmApEQgg8Hg+33347kJo9b2lp0YB3Ak/df//9P1xI - HWtVQL4ARaIGH/vqEf7zf+7CYVelQCfjdfoSjpzo58CTHdkeiqIo00TTtGpStZcdxcXFbN68mZUr - V44LxhOJBAMDA3R1dRGLxa5bj3nk2CxevBifz8epU6fo7x/TpC0ipfzsgQMHeqfzfG6E2+1m586d - vPDCC/T395NIJLI9pAXPYrHg9XrZsGEDBQUFWRvHgQMHuhobG78opfwu4OzuTqV2py/kqqurr3ux - kK7OEgwGcTqdVFRUUFRUNCYNx+l0smrVKiKRCH6/n4GBARfwGdM0nwAWzB9dFZAvUOdb/fzTv73E - R//8tmwPZd745PvWc+LMEJ291+/GpyjK3KbrugV4N7DUbrezceNGampq8Hg8mcekSxW2tbURCoUm - FYiPZrFYWLVqFV1dXQwODqa/bQLNQoj903QqNy0nJ4dt27aRTCYzddInMtXzV14xlc2ZDocjK7nj - V/ELUrX475dSCoDi4mKWL18+pqzn9UgpiUQitLS00Nvby+LFi8nNzc28L7m5udTU1LBhwwaefPJJ - EolEHfCO+++//6v79++/dsetW8Sc+Gkr2fGjhy9Sv76Ee7aUZ3so80Kux8YXHtzEez7xFIah/jAp - yjxXCrwDENXV1ZSVlVFeXj6mxnhPTw8dHR0kkzdeHtnlcrF27VqeeuopZCqifRp431zLj7VYLFgs - lglTdZSFq6mpKdTQ0PBeIcTPgS3p2XGn03lDx5NSEgwGOXv2LNXV1ZSWlmY2f5aXl1NRUUFFRQVt - bW0a8Gemaf4rkPWVpNkw+4lJypwhJXz2H5+nS834TtqG1YW8500rsz0MRVFu3g6g0mq1snTpUvLz - 8zMVR5LJJJcuXaKtre2mgvG00tLS0TPvp5LJZM9NH3QeM00z08Fxvn0t0FWCLuAMIHNzcykpKbnp - A6b/j7W3t2f+jzmdTvLz86mtrU3PvlcDm2/6xeYJNUO+wPmDCT71tef57pe2o2lqW85kvPuNK3ju - RD9Hjvdf/8GKosw5uq5bSTUjsXk8HoqKisjPz0fTNJLJJK2trfT1TV/VNYfDQWFhIcFgUAD1Vqs1 - BwhM2wvMoHT1GNM0EUKgadqE5ewmwzRN+vr6uHTpEpFIZN4FtxaLhdLSUhYtWnRTlU/yz6EMAAAg - AElEQVTS76dhGJn3NP01FwkhcoE7AFFUVJS5cL1ZUkq6u7sxTZPFixdjsVjIz8+npKQEt9tNIBBw - AHsaGxubm5qabvkuniogVzh2aoDv/ugs733LqmwPZV7QhOChD2/ijX/9GL5APNvDURRl6mzARoB0 - gJGXl4dpmnR2dl65AfOmpWubt7W1AVQLIeZ0QJ7O9+3p6aG9vR2fz5fpxOjxeKioqMh0Lp1sEGma - JmfOnOHEiRPzeuNoW1sbLS0t7Nixg5ycqVUqi8fj9Pb2cvnyZQYHB4nHU38/nE4npaWlVFVVUVhY - OKYSyRyRS2q2msrKymm9cJBS0tvbi81mo6qqiry8POx2OwUFBQQCAYA7TdO0ASogVxaG7/7oZTau - K6b+9uJsD2VeKC1y8vkPbeSDD/2eeTbJoygLxute9zoRiUScUko7qb93BUKINVLKlUAdgNfrxWaz - YbfbM5VUpnvmVghBfn4+QgiklHlSytkvLD1J6U6iJ06cIBAIjHsvAoEA3d3dnD59mkWLFnH77bdP - Kp84GAxy8uTJeR2MQyqA7O/v5/jx42zbtm1SKwXp5xw7doyBgYFx5TKDwWCqFvzLL1NWVsbGjRvJ - y8vLSpfOq8gD3JqmkZubO+0Hl1LS2dmJ2+0mNzcXm81GQUFB+gJ2tRDiLxsbG8+QKhU6BBhCiJjF - Yok9/PDDt8xfYBWQKwCYUvJ3X3uOH/3Tbrx507McdavbWV/GHzUu5Sf7W7I9FEVZUBobGwVQKqWs - B/KBw8AAoGmaVmqa5hpgSTgcLgQ2ALVAAeCUUjpJzZBrmqbhcDiw2+3EYjHa29sxzZkp6GCxWNA0 - DcMwNCnlnGyHmUwmOXXqFKdPnyaZTOIyTWrjcWojEQoNg4gQtDscvOxyMRiNcu7cOfx+P9u2bRtT - nWYinZ2dmRnhW0FfXx/xePy6m2CllLS3t3PkyBEikQhWKalNJqkLhShLJjGFoNNm45zbTSfQ0dFB - 4P9n783j3DrLu+/vfSSNNPu+2LN4POMlXmMbjxMnkABNPGccJ7yFlFJKn6fsSyk7oawFSiG0Jew0 - BfrA8/I20LQUSPBIIoQlJpA4duJ9mdiz2DOefdeuo3O/f2iOkD2LJHs0Gtnn+/noj5nRnHNpOdLv - vu7r+l3T0+zevZuKiorlIsoLAGE0/qYDXde5cOEC69atw2az4XA4jAVsBfBFKWUYCMzcxqSU5yOR - yDFVVUeBbiHESSnlCKALISqklLcAY8ChcDg8/OSTTy574W4KcpMYQ6MBPvnQ83zt729leXwGLH8+ - 8ObNHDk9RkfXZKZDMTG5Ibj77rutUsr7gc8DK4maE3gBP2DVdd0OOIh+v83aWzcmBcYLb4vFwqVL - lwgG0zfB3jgvIIUQy277Xdd1zp8/z8mTJ5G6zsZgkL/o72dDcTH25mZEWRlyaIhIZyeDFy/yPytX - 8uuiIgYGBnjmmWd46UtfuqA4zfbM+JXoup7UTsrw8DAHDx4kEAhQo2n8xfAwt1gs5K1di1JfD8Eg - kTNnmLpwgScLCvhpWRkTU1P8/ve/584776SkpGQJHs3CCCHCS1HvHwgE6O/vnyX6FUVRpJR2KaWd - 6AK8GtggpdxH1EY0LKUMAkFAm9mByic6DbfPZrN95L777vvJY489tqztE01BbnIZTx8e5IePd/L6 - +5oyHUpWkJOj8PkPv4Q3vP+3BIJzT+0zMTFZPBRFuQf4JlBmZA+llCVATLkYjXKGl7PNZqOgoICq - qqrYGO9Dhw7h9/sJhUL4/X48Hk9a4w6Hw0apQoRolm9ZMTY2xtGjR5G6zu1eL2+fnKS8rQ2xfj3k - 5ICigK5jDYVo6Ojg7b/4Bc1+P/+nupqBgQFOnTrFtm3b5s3orlixguPHj6dtB2KpMWqdF8Lv98fE - eHM4zPt6e2m6/XaUHTsgLw8sFpASy803UzE8zGt+8xvWdHfz9fp6BqenOXz4MHfccUfGa8p1XfcK - IfRIJLIorkMLMTo6isViiQ3gKigo4CUveUnMI39oaAiv10s4HCYcDqNpmqLruiHWY8xk121AM/Bw - OBz2Ac60Bn+NmILcZBZf+d5Jtq4vZfP6zE0Iyyaa6gv5wJs38/lvHc10KCYm1zWqqu4Avg6U2Ww2 - NmzYQEFBAV1dXQSDQQxLNrvdjt1up7S0lOLiYhwOB3l5eeTm5mK327FYLAwMDNDR0cHk5CTBYDCt - DhdSSkZHR42M6gTRbP6yIRKJcOLECUKhEM2hEG8Ph6n4sz+DqiqYngaPByKRqDAvLISbbiK3uprW - /fu5ODHB46WlnD9/nnXr1s1bulJSUkJtbS29vb1Z565yJQ6Hg82bNyd8z5w/f57JyUkKdZ2/GRyk - ed8+RHMzeL0wOBh9ThUFcnOhtBTrvfey49ln+d/Hj/Pl6moGBwcZHh5m5cqVS/TI5kYIMQ1M67qe - OzExkdZSGl3X0TSNycnornNDQwOqqhKJRAgGg/j9fnw+H36/n8nJSSYmJggGgwSDQYaGhmITQRsb - G5mamuLMmTNomlYhpfyWqqr3uVyu42kJfBEwBbnJLDRN5+NfOswjX3k5+XnmWyQZ7m9r5NDxEX5x - 4IaZ8mtisqSoqloHfAeoF0KwYcMGNm/eTE5OTmzcfX5+fkx0G9MODYu+uJIRdF2nvr6ejo6OWJNd - OgW5ruv09/cbP/awzBxW/H4/w8PDWKTk/5mYoHzzZnjhBejqgrGxqCDXNLDboagISkuhqYmczZt5 - zR/+wLORCEOBAL29vaxfP/ecBqvVyq233srp06e5ePFiVpawCCEoKipiy5YtCb24w+FwbPFx+/Q0 - a1etQvT2wm9/C8PDMDEBoRBYrZCfD2VlUFODWLeOW2pquDkY5JDdzrlz51ixYkVGa8mFEB4p5QWg - qq+vj+bm5rTGo2labLLtqlWrKCgoiF2fUsrYLRKJEAqFCIVCBAKBmFg3sutGCdrJkyeRUjYCD6uq - er/L5eqf59QZxVRbJnNysd/LP3zjCA8+sDPToWQNH/+bmzl+dtwctGRissi0tbUVSyn/hRmrwqam - JjZu3EhNTQ11dXVYrdZZonshFEVh48aN/OY3v8Hj8TA9PU1ZWVna4vd6vYyPj0O03vWAy+VaVh8S - 09PTBINBqiMRdvb1Ic6fh8l5+mKGZoYmPvcclJRQCdzscPBEcTGDg4OsW7du3tfAbrezdetWNm7c - OMtpJBsQQmC1WpMaaR8Oh5mcnMQqJff092M9cyYqwufaHZiehoEBOHUKfvtb8srKuKOigudXrWJi - YiKp5tF0ommax2Kx/AF4ydjYmPD5fClbPqbC5OQkXq8Xq9XK+vXrL1ssx1/jFovlsrKheLFuLIh0 - Xcfj8dDd3Q2wG/intra2v3E6nVNpewBXiSnITeblFwf6uP0l1dz7J/WZDiUrKMy38Y8f3MFbPvo0 - up7dW7ImJssFVVUdUsqPAPdDdOrltm3bqKqqYtWqVUmJo7mora2lqqqK/v5+uru7KS0tTUvWz3DZ - CAQCANNCiP9Y9JNcI4bveo2m4Rgbg2Sz1xMTKMCaqSmeKC7G4/GgadqCNc+KoizaYJnljM/nQ9M0 - SiIRiqenIbogS0wkAsPDrLXbsc5keTMtyJ944gmpqur/Bf7a5/MV9vX1LbjwuhZ0Xae7uxtN06iv - r0+pXOdKsb5q1SrC4TA7duwwrCUF8Dop5bm2trYvOJ3OZWX7szzHQpksGx58+Cjdveltdrqe2Lax - nLe+bu4tWxMTk9S4++67FSnlXwDvASyFhYW0tLRQXV3N6tWrkxLjUsrYVMRgMIjH42F0dJSpqSka - GxsB6O7uZmoqPQkzj8fDiy++aPz4W0VROtJyoqtEShlr1LNLibiKpsvcmWz3DTxafhZGSY4VUK5i - N8AhJYLk3VyWgFPA7wHOnj2Lz5eeTZ6JiQnDf5zGxkYmJycZGxvD4/EQDAZjk2OTeU5sNhtNTU1U - V1fT0tJiZPWtwAeB+1/96lcvKz85M0NusiD+QIQHvvgcP/jSHdhz0uM/er3x1tet4/kTIzx3bHGn - /ZmY3GhYLJY7gQeBfIfDQUtLC7W1tTQ3N8+ZZTXqSoPBIIFAgGAwiM/nIxAIEAqFYoLR+EKvqamh - sLCQ6elpjhw5wu7duxc1exsOhzly5Ijh4DIGfGb//v3p81a8CoQQsTHw00IQsVqjWdoUGJt5znJy - cpKqxTdep2zEcPBJlB02ntOAEGhX8Z6asFjQiWZ60+X9nQoul8vf2tr6aSHELVNTUyXHjh1j586d - i+oAEwwGOXLkCH6/n+LiYqqqqujp6bnsObdYLNjtdhwOR6xfJDc3l5ycnFi/SDx2u53m5mY0TWPn - zp384Q9/IBgMFkopv+Tz+S4CBxbtAVwjpiA3Sci57im+9v1TfPhtWzIdSlagCMFn37+D173nN0xO - L6sdMROTrEFV1bXAw0CVxWJhy5YtNDY20tzcPGsypK7rsVHvExMTaJqWVBYtLy+PzZs38+yzz9Lb - 28vJkyfZsmXLVZfBxKNpGmfOnDGyfRrwA0VRjl3zgdNAZWUliqLQZ7MxVVpK3sBA0v8bstk4XRp1 - 5CouLk743Pn9fs6dO8fQ0FDaLfTSgd1up6Ghgfr6+gXFqMPhwOFw4PH76SktpdqovU8CKQQvVFSg - CUFRfn5Gy1XikVIeFkL8CHhrV1eXpbi4mPXr1y/KgkHTNE6cOEF/fz+KorB58+bYdR6/gNM0jWAw - GNvRMsS61WqltLSUqqoq8vLyLhPmubm5MVE+NTXFkSNH0HW9Bvg3VVX3uVyuzmt+AIuAKchNkuJH - P+9k59YKXnHrikyHkhVUV+Tyqb/dxgc/fzDToZiYZB2qqlYS9RpfJ4Rg3bp1bNiwgebm5lnNZMYw - kZGRkZQFnhCChoYGBgYG6Orq4syZM7GGz2vJ/IXDYc6cOcPx48eR0VXB76WU/9je3r4sFWheXh55 - eXlMezy46uv5q6EhLEmWrvSsXMlxux0hBHV1dQve1+fzceDAAUZGRpZLGcZVcenSJQYGBti1a9e8 - CxCbzUZZWRl9fX08tmIFmy9eJC/JMo/xsjIOlJYiiS6WlkOGHOAXv/hFWFXVTwM367q+++jRqNXv - 2rVrr/l6OXHiBGfPnkVKyZo1a6ivr0+qRt0Q65FIhIGBAUZGRqisrGTFihWXLWQKCwtjotzr9XL2 - 7FmADcDX29ra/pfT6Ry96gewSJg15CZJISV85qsvmA4iKfCK3Su4v60x02GYmGQVbW1t+cDngLsA - 6urq2LZtG01NTRQXF8fuF4lEGBoa4tSpUwwMDFx1ttVms7F9+3ZWrFhBJBLh5MmTHDp0CK/Xm7Jo - lFLi8Xg4ePAgx44dM4bgHBNCvMXtdg9fVYBLgMPhoK6uDgm4S0o4tWoVMgkxNFFayvdWr8anKBQX - Fye0Ajx9+jTDw8NZLcbhj42HRjPsXFgsFtauXYuiKBy12/nV2rVoSey8BHJy+O81a+i22cjJyUm7 - xWCquFyuQeDNwOlIJMKRI0c4fPjwNV8vp0+fRtd1amtrufnmm696l0rTNPr7+zl16hTDw8OXDaIq - KSmhqamJ7du3xzeLqlLKT6uqmndVJ1xETEFukjRTnjCfeOh500EkBT70li2sbSzKdBgmJlnBnj17 - bFLKdwH/GxClpaW0tLTQ1NR02TCSUChEV1dXbCDQtZKXl8fu3btpaGhASsn58+d58sknY81riaZL - RiIRfD4fL774Ir/61a/o6upCShkB/gD8udPpfHHBA2QYIQQbN26kpKSECYuFrzU1caSpidA8WU9d - CAarq/nmpk0ccTiwWq1s3bp1wdIKTdMYSqFsY7mj6zo9PT0L3sew5dSE4PvV1fxy40Z88wxOksB0 - cTGPbt1Ke0kJCMGaNWsuW4QuF1wu12ngz4DndF3Xz507x69+9SvOnTuHz+dL2B+g6zper5czZ87w - 5JNPGtcLq1ev5tZbb51VknY1BAIBOjs76erqIhSKlo4KIaisrKSpqYldu3YZz60CvAV4y7333pvR - rQizZMUkJV44Ocp3fnSWt7/+pkyHkhXk5Ch8/sM7ecP7f0swlJ1NTCYmS4UQYh/wMcCel5fHLbfc - QnNzMzU1NTEx7vF46OzsxOv1Luq58/LyuPXWW6moqODUqVNMTU1x+PBhTp8+TXV1NStWrKCwsBCH - w4GiKEQiEQKBANPT0/T39zM0NITP5zOyhJPAfwKfXq5DSK7EePxPPfUUvT4fDzY3c0dVFXf19VE7 - NYU1EkEqCuMOB0dranisooIemw2hKGzYsCFhuQqQ9ZnxK0n0eKxWKzt37owNXvrWihU8W1LCvkuX - aB4bwzHjxOKx2+morOTx6mqO2+1EhKCutjapaaCZwuVynVRV9U+J7ma9enJysujgwYPk5+dTVVXF - ihUrKCgowOFwYLFY0HWdQCDA1NQUly5dYnh4OHa95ObmsmnTJpqamha1qVrX9dh12dTURH5+PkII - ampqYg3fBw4cwO/3O4C/1zStE/j5ogWQIqYgN0mZ7/yog+2bytl188LbkyZRmhsKef+bN/Hgvy7L - fi4Tk2WBqqo7ga8BJTabjR07drBu3Trq6upQFAUpJRMTE4uWFZ+LnJwcbrrpJqqrqzl58iT9/f14 - vd5Yps1qtcacHAwrxSus/jxEs+IPSil/53a7s6qru7y8nN27d3Pw4EGmpqf5eXExTxUWUqrrOHQd - TQgmLRbGhEAXApvNxvr169m0aVNC4Wi1WikvL49NYMx2kqmZh+hC57bbbuOZZ55haGiIZ/LyONLc - TPnq1eRHIkjAY7EwqiiEZhoU62tr2bVr17L3a3e5XH1tbW3vlFL+J/CAlLLF4/EUeDweurq6sFgs - saFdRq23pmmx6yUnJ4eVK1fGdmfStfjweDx0dHTQ1NREUVERFouFhoYGgsEg09PTPPfcc2iaVial - /IaqqhddLtfRtASSAFOQm6SMLiWf+vLz/Ohrr6CkaHl/YCwXXrt3Nc++MMyvn8mKZJmJyZKiqmod - 8G2gziifuOmmm2hsbMRqtSKlZGxsjK6urrSPXFcUhfLycm677baYJ3JPT0/MAzleUABhwA8MA78G - /kMIccjpdGbl8AYje/iKV7yCM2fO0NvbiycQYCquZEfMCPGysjI2btxIdXV10k2HGzduZHh4mImJ - iXQ9hCVBCEFtbS3V1dVJ3b+wsJCXvexldHZ2cu7cObxeL32RCMQ9b1arldLCQtavX09DQ8OyF+MG - TqczALhUVX1aCHGLlPIvgTuklBWapuVpmmaFPw7tMWwLGxsbaWhooKSkZEmaVgOBAOfOnWP16tWU - lpZitVpZvXo1Pp8Pj8fDiRMnkFKuAh5WVfU1LpfrUtqDugJTkJtcFUOjAT750PN87e9vZRn1myxr - /v692znTOWk2xpqYxKGqahHwT8B2gObmZrZu3cqaNWuw2+1LKsbjsVqtVFRUUFhYSGFhYWxiotfr - 5eLFi+i6LqWUPxVCfE4I0SulnHK5XMvSRSUVhBAUFRWxc+dONm7cyOjoKGNjY/h8PqxWK2VlZZSV - lVFUVJSys0ZhYSF33nknJ0+eZHR0NCu9yG02G/X19Sk7izgcDjZs2MDq1asZGxtjbGyM6elphBAU - FxdTXl5OSUkJOTk5y6qJM1lcLtc08EtVVX8LFAL1QojPSCnvs1gsor6+nry8PHJycnA4HBlZdIRC - ITo7O2lqaqK0tBSHw8GaNWti13VnZyfALUKIz6uq+m6Xy7WkC2tTkJtcNU8fHuSHj53n9a9qznQo - WUFRgY3PfWAHb/3Y02ZjrIkJcM8991gikcg7gfshavG2fft2GhsbY/aGk5OTSy7G4zE8joUQOBwO - 7HY7ly5dQtd1hBBjLpfruqxFUxSFgoICCgoKqK+vR0oZ83y+FgoLC9m1a1dWinEgluW9GtFsDGGq - ra1l5cqVsZ2W+JHv2Y7L5QoTHYI1pqrqCCAsFgtlZWUxAW6xWDJWGx8Oh2PlNMXFxRQVFbFq1SoC - gQCTk5OMjo4KKeVfSClfuPfee7/++OOPpz669ioxBbnJNfGV759i601lbF5fmulQsoLtm8p5y2vX - 8e0fnc10KCYmGScSidwKfAiwFRQU0NLSQl1dHZWVlQghYg2cmRLjwCzhECcmBDC3ZcZ1xmKLJ0VR - lm2z4lJxPYnwudi3b5/QNC0Poq93fFlKph+7kSlft24d+fn5VFdX4/F4aGlp4amnnsLn8+UIIT4a - iUSeBg4tVVw39hVhcs1oms7HvnQYry/rd2qXjLe9fj07t1RkOgwTk4yyZ8+eEinlg0CFxWLh5ptv - ZuXKldTX12OxWGJfmulq4EyWK8XDFWKyvK2tLTuKfU1MlpBQKOQAVgKxsffxZHoxYtgihkKhWJNn - bW0tW7duNa7val3XPz9TUrckmILc5Jrp7ffy2a8fyXQYWYMiBP/wgR0UF5rf4yY3Jvv27ROKovy5 - EOIWgMbGRlatWkV9fT12u51IJMLFixeTsjaUUhIIBOjt7aWnp4fJycmEvuGpEi8ehBDxQ0tWSilz - F/VkJibXAYqiOIBqiNbdX7moXUxBHolEmJiYoKenh76+PgKBQFL/5/F46O3tRdf12HCs1atX09DQ - YNzlTuBPFy3QBJglKyaLwhO/6+OlO6u590/qMx1KVlBdkcsn372ND33hYKZDMTFZcsLhcJUQ4gOA - LS8vj40bN1JRUUFpabT0bXR0dMEpiAZSSvr6+njhhReYnp5GShlzcNiyZcuCg2qSZa7t9bhmvjLA - XFmbmFyBlDJHCFEMzGp+XUwxHggEOHbsGBcuXCAYDMaaknfs2MGKFSsSnmt4eJjCwkIqKyspLy+n - oqKCTZs2MTg4iN/vzwEeaG1t3e92uxN/IF0jZobcZNF48OGjdPdmpdtXRnjlbSt4tdqY6TBMTJYc - RVFeBTQDrFmzhvLycurq6rBYLPj9/ljWKhGDg4M8++yzRlZcl1KGA4EAZ86c4Xe/+x2Tk5OLFe9l - P8e5Q+QDqVmNmJjcAAghrEAeMMtNZbH6B8bHxzlw4AAdHR0EAgGklGFd1/WJiQmeeeYZhoeHEx5D - 13V6e3sJBAJYLBZqa2spLy+nqanJuMtaIcQ9ixJwAkxBbrJo+AMRHvjic+ZEyhR44K1bWNu4ZCVq - JiYZR1XVQinl2wBLXl4ezc3NVFRUkJeXh67rXLp0Kam68YmJCQ4ePIjf7wfwAV8B/gY4BdDf389T - Tz3FwMDANU+IXECQ55BF36NSSjRNiw00Mm/ZeVvskqw0oTBThWG322eVrFwLUkouXbrEU089xeDg - oPHr48A7gW8Afp/PFx1wNTWV8HiBQID+/n50XSc/P5+KigrWrFlDbm4uRBfcb2ptbc27pqCTwCxZ - MVlUznVP8dXvn+KBt23JdChZQU6Owuc/vJM3vP+35kLG5IZASrlGCLEGoL6+nqKiIqqrqxFCMDU1 - xejoaMJj+P3++C9bDfiOoigfb29vD7S1tf1SSvkVYN/k5KTyu9/9jm3btrF69eqrHkASLyCEEPGl - MBYpZdq/qBeLcDjMM888E18Db5KFTExMXPMiM90IIaqklBZY3Ay5pml0dnZy7Ngxo1Y8AvxUSvkB - t9t9QVXVXMAOvGViYsJy8OBBXvrSl+JwOBY87sjISGzuQHV1NcPDw9TW1nLu3DmALUA9kFZ7NPOq - NFl0/vPnnbRsreAVt67IdChZQXNDIe974ya++G/XpZ2xicllCCFeCRRZrVbq6uooKSnB4XCg6zr9 - /f0J/ak1TePYsWMMDQ0BSMAJfKa9vT0A4HQ6u1pbW/9aCPEp4O2BQCD30KFDTE9Ps2nTpqsaRnKl - gIgbB25VFGUn0JHyQZeImTi9gJRSioGBgUyHlDLG6HWTWYSBUKaDmAspZQtgNXzb47laQR4KhTh+ - /DgdHR3G54QP+CbwebfbPQHgcrn8ra2tHxdCrALUgYEBTpw4wbZt2xZciGqaRn9/P/n5+eTl5VFS - UkJdXR1dXV1EIpFi4G5MQW6SbUgJn/nqC9zUVMyKqqxJHmWUP9+3mmePDPGbZ7Pvy9LEJFna2tpy - pZR7AOFwOKioqKC8vBxFUZienk64vRyJROjo6DCyVgBHhBDvdjqd4/H3c7vd46qqfozoF+jnNE0r - P3XqFF6vlx07dpCXl/zn0lzDcKxWK4qiEIlEbFLKd6qq+thST/VLlv3798u2trZfA/+HaJZvPoqA - nczoAmMn4EqHDIOZmt1Fi3O+Y+m6fmWJRhB4BkjOSmN+SoEWon7yKIpCTk5ObLEVzxXOOteM0Xg4 - 16RPTdPweDxXTjL1AweJPnYDXUr5hJRycNZBMszevXuLdF3/a8BqDNaK52pcVrxeL4cPH+bixYvG - e2UY+DvgEZfLddl7we12j6qq+i7gMWDz2bNnKSgoYN26dQsuBiYnJ/H7/eTn51NeXk5VVRUOhwOv - 16sIIV7e2tr6HbfbnTYfVlOQm6SFKU+YTzz0PN/+x9uxWK7f4QeLyafft4PXvefXDAz7Mx2KiUla - kFLmABsAioqKcDgcFBUVIaVkeHh4wey44ahy/Phx4wu5TwjxNqfTeWGu+89kyr6jKEqXlPJfpZSr - u7u7CYfD3H777UlnyqWUs+LKzc2ltLTUcILZDtQBZ5I6YAZwOp2Dra2t71IUZc6aHSllA/BfgEUI - QVVVFbfddltsYuqV4ikYDHLy5Ek0bfHmT4yNjc3qHZBSEg6HmZiYYGRkxBgQZZNS+oQQbxFCTFzN - uaSU1cDjgBBCUFhYSG1tLfn5+XO66jgcjqQcO1Khvr6elStXzvm3YDDI8ePH+eUvf2nUSNuFEC8A - n+FyUR5yu93LrtZRStlMtMyDsrKyWeUiuq7HJr8mQzAY5A9/+ANxuzvngHcIIX7tdDrnLKh3uVxd - bW1t75BS/reUsubYsWMUFBRQW1s773k1TWNkZIS8vDyKi4txOBzk5+cb9qvbhTD6NNAAACAASURB - VBAOLn/+FxVTkJukjRdOjvKdH53lHX95U6ZDyQqKCmx87gMv4W0ffxpdN7dnTa5LCphxXqiurqag - oACLxYKmaUxMLKytRkdHOXz4sCHKJoUQH3I6nQtO0ZsRK25VVe8Dvg3svnTpEhcvXqS5uTmpgIPB - 4Cw/dEVRqKysZHR0FClljpRyA8tYkAO43e45Sxv27NlToCjKQ8Bmi8Uidu3axd69eykpKZk3m9jX - 10dJScmixpefn8+lS5fmzJQXFRVRWVlJd3c3U1NTihBiD/B3UsoPuFyulFYFd999t8VisXwO2Ggs - Purr6+fNgAshKC8vnzObfS2Mj49TW1s753FzcnLYvXs3zc3NPPLII5w7d06RUr4d+A3wmMvlWtZf - EFLKHUCOcZ1c+T7yeDwUFRUlbUt64cKF+ObN3wLvcLlcCa83p9P5tKqqHwG+EQqFCg8dOkReXh5l - ZWXz/s/Y2Bi1tbVYrVby8/OprKw0yuMKSbPFadZ0h5tkJ9/9zw4OHk1sPWQSZcfmct70Z2szHYaJ - SbqoI9pwhc1mIz8/H0VR8Hg8htCeE4/Hw8GDBw1hHBRC/LOiKP+V7EldLtcJKeUbgVEpZdJNcbqu - Mzo6OsvVIhKJMDIyYhwjJIRY1mJ8Pu6++24hhFCBu4UQoqWlhde85jWUlZXNK8Y1TTMEyqJilMfM - hRCCvLw81q5dS2FhIYAFeLMQYkeq57FYLBuA+wBRVFREQ0PDguUoVqs1YUPg1RAMBpmenp7370II - qqured3rXmcIyFzgM1LKgkUPZpFRFOUwEFro+pnr93NhHCOuTOVNyYjxOH4IfA0IeTwenn322QUH - joVCIbxeL0KIWD35DHYpZU0K500ZU5CbpBVdSj715eeZmFqWfSfLkrf/xU1s2zD/Ct7EJFuRUuYT - FVMIIcjJyUFKicfjmffLORQKcfjwYcbGxgB04D+Br+7fvz+lrfqZISVWIGm3FY/HM2vqn5SSoaGh - +MFFB4UQF1OJZbmgKIpDCPFRwFZRUcG+ffsMq7d58Xq9SdlSXkUshtieF5vNRmNjoyGg86SUn1BV - NaU6EiHEu4ACY1x6ovdCbm7uVbvzLISUMilLzpqaGm6//XajzGK9oiibFj2YxacTeAFgaGiI4eHh - WY/T7/cnNYn3ivp9m6IoC79JrsDlcoWllP8E/A8gR0dHeeGFFwiF5tYkuq7j8Xhin09x5S2KECKt - U3lNQW6SdoZGA3zyoecxm+STw2IRfOGBnRQXmgMATa47NKLOKMAf3TPmyxRGIhFOnTrFxYsxvfuU - EOIBp9OZUgNlW1tbLfCvQLHFYqGsrCxh/aqmaYyPj88SEhMTE/T29hq/vyCEeE+q8SwXFEVZDawR - QtDS0pJUGcrQ0FDaHE+MGu6FyMvLo6goNrvhZqA82ePv2bMnR0q52zhOosUHQEFB+hLSfr9/wZ0h - iF4ju3btMjK1DmD3Pffcs6wbs9rb26eklO8GeqWUXLx4cdaQLikl4+PjCfsQhBBUVFQYOzYluq5/ - q7W1NaVMtdvtngI+ADwN0N3dzZkzZ+btWZmenkbX9St3iaSUcvGaJubAFOQmS8LThwd55LHzmQ4j - a6iuyOUT774502GYmCwqUspholZtMfcMKeWc2Spd1+ns7OTUqVPGr84JId7hdDpTcpVoa2srAv4Z - 2AHQ2Ng4bzNdXJyMj4/PEkter5fu7m7ji3wC+Fun03kilXiWE1LKFUChxWJh27ZtCcWwruv4fL60 - xWOxWBJmo4UQ8TXANTO3pFAUpdy4f15eXkL7vcV2V7kSTdOSaow1mp8BpJR7dF1f/JT9IuN2u48I - IT4ATGqaRldX16z3TigUSqp8rLa2loaGBuPH24QQD6qqmmqmvB94B9AFcPLkSbq7u+c8dygUijVz - x4n2MLD4tVpxmILcZMn46vdPceLseOI7mgDwJ7et5E/3rMp0GCYmi4YQYpAZu7qxsTH8fj+6rs+Z - qRocHOTo0aNGKcsI8DdOpzMlH2BVVe1Syg9LKV8LUFlZmdCPGKKZyyuz9sFgkM7OTqNcww/8o6Io - P08lnuXEXXfdJaSUdYCwWCwJy0UgumOxmM4qVzKXxeRcxNV05xCdpJjs8e3M9DAkU4Yyl+PKYiKl - TKqOWggRX19fmCWTOhFC/JjoYjhgXD9XLr6npqZmlYVdic1mY/v27ZSXxzZD/hJ47969e1PaRna5 - XCeB9wBjkUiEI0eOzNkPoWkaUkp8Pl/83wNCiLTuhJmC3GTJ0DSdj33pMF5fWnd9ris+/LYtrK5P - KRFgYrJsEUKEgUGICvLJyUkikcicZSHPPfec8UXtFUJ8QlGUJ1I51969exXgtcD7AEtBQQEtLS0J - yxTmajjTNI2enh6j5jUC/IcQ4pvt7e3ZoYzm4Je//KVUFMUHyQvD5UJcrJK4Eqgk/s8HeIGkFhZS - yrQPJEpG8Esp40XrkBAiKwpAZ66PrxC11NQ9Hg8XLly4bAFuNG0mGgiWn5/Prl27yM/Ph2gvyANS - ylen2kNgsVjaidpH+oyJv3OV00QiEaampuJnI1yc+fxKG6YgN1lSevu9fPbrRzIdRtbgsFv44kd2 - Ys9Z9juUJiYJsVgsXiGEC6JZ6PHxcXw+32VZUeNLcuaLUAO+LYT4fnt7e0oiREr5MuBfgAK73U5L - S8uCdmcz/8PU1NRlTYvGBNGZplKAXwN/53Q6s35gwMxQmUgkEom3lZsXRVGuaex5EvEktTCIK33w - Ed2tSAq73T4K9EG0/CiRCJRSpnVHIJkSHeDKoVk/lVJmzerJ5XJ5pZQfBJ6CqH1pf3//Za9zIBDA - 40mcfC4vL2fnzp3GDIFCKeVDQojdqcSzf/9+XUr5HeD7QGRycjJ+8Q8Qc34aHR2N/73b4XCkr14L - U5CbZIAnftfHY0/OOcvDZA7WrCriPX+9MdNhmJhcMzNfhs8BoWAwSF9fH0NDQzFREg6HOXr0qLFN - LIGfA59tb29PydZDVdU1Usp/A6osFgtbtmxhxYoVCf8vGAxe5ocupYwJiBlOKorydpfLNZpKPMsV - KWU3MBKJRDh48GBC8akoSlosAA00TUsokg3LyRkuWCyW3mSP/9hjj0WIvqfw+XwL2g4aJCMUrxa7 - 3Z5wQFUkEuGpp54yhKEHOOp2u7MiQ27gdruHgbcBZ6WUXLp0aVbD9FyDoeaitraWTZs2GQvDFVLK - 76iqujrFePxSyk8CLoCBgQGOHz8ee/9brVYGBwe5dOmSEVMAeO4nP/lJWp93U5CbZIQvPnyM7t6s - NCbICK/b18TLb0mrBaqJyZIgpTwADEkp6ezsZHh4mHA4TCQSoaOjg/PnY83fzyuK8h6Xy5XSNMa9 - e/dWAN8C1gOsXbuWNWvWJMzsGkIvXhBOT09z4cIFI5s3KIR4W3t7e2cq8SxzLgkhjgAcO3aM3t6F - ta0xSCddddXT09MJS0QmJibi7fLa9+/fn9g773L+AxiWUnLhwoV57e8MfD5f2rLk1dXVC74vpZSc - O3eO5557zvjVkUgkklIfxXLB5XK9KIR4JzCs6zrd3d2XLXbmuv7mQlEU1q9fz5o1a4xfbQS+pqpq - Sl7Bbrd7DHg3cBygo6ODF198EV3XCQaDjIyM0NXVZdx9AHgmleNfDaYgN8kI/kCEB774HMHQspv6 - uywRAj71nu1UlqUvO2VishQoijImhPg5RKcVDg0NEQqF6O3t5cSJE4Yg6wXe3t7enpK/t6qq+bqu - fxa4C6Curo4tW7YkbOI0hgXFb1v7/X66uroMpxWPEOIjTqfz96nEs9xxu90a8Alg0ufz8eijjya0 - NSwuLk7KLjBVNE1bMBtt+NX39PQY8fUJIb6R6nkURekGvgFoPp+P8+fPEwgE5n3MmqbNqjFeDBJN - jNQ0jbNnz/LII48YC5BR4INPPPHEwh2Qyxin0/lrou83bzgcpqura9Y1NzU1lXBRZrVa2bp1a/yu - 117gU21tbXkL/NssXC5XtxDiHUC/lJLjx4/T19dHKBRiYGAgfrfsJ0DaHSlMQW6SMc51T/HV759K - fEcTAEqKcvj8h1+CoixrC1oTkwVxOp1hIcT3mbFDO3PmDAMDAzz//POG+J0UQnzA5XIdTuW4ra2t - VqLb4m8CRElJCTt37kxqPLfX671MdBliwe/3Q3QS59cVRfmPVOLJIo4IIf4Z0Hp6evjud7/LiRMn - CAQCc9ZzW61WGhoaFrWW3CgNmisTbdRxDw8P09HRYWS0fUKI9yuK0pPqudrb26WiKA8RLV2JTE5O - cubMGQYHBwkEAjGru/jb2NgYXq+XcDi8KLdIJEJNTU0sGxt/CwQCXLx4kZ/97Gd873vfM8pzvMCH - ZiZgZjvfB/4NCPt8vvhFL0CsryQRDoeDlpYWiouLIapl3y6lfOO+fftS8qmcWWR/GJgyhpANDQ3F - +5SPCyF+4HK50p49TJ/BpolJEvzo8U5atlbwilsT13eawEs2V/DG+9fy7492ZDoUE5OrRkp5FHgC - uN9omJzJlAWALxKdqpc0M04L9wCfBOx5eXns2rUrqaEuxva0IT4jkQi9vb1GE50EfgY8uH///uvS - HsrpdGqqqn4ZqADe1dfXl/O9732PVatWsWnTJkpKSmaVqOi6zsWLFxPa1SWL4WxzZWZUShmr6/f7 - /cbfp4HPCCF+sn///quq6W1vb/e0tra+RQjxEPBXgUBA9PT00NfXh8VimbMk59SpU/OW6qTqxKIo - CgUFBbMaOo3Fx/T0NF6vN35c/EeBR9rb27N+S9nlcoVaW1s/K4RoBu6bnJwUfX19sUWeruuMjIxg - s9kS1tcXFRXR0tLC008/jd/vdwCf1TStC2hPMaxHgbXARz0eT86BAwfi39v7hRBLkjk0BblJxvnM - V1/gpqZiVlSltNt0w/KO19/EoeMjHD09lvjOJibLEKfTGVBV9SHgT6SUpTNffjrwQyHE15xOZ0rC - QwixQ0r5daDU8CyurKxM+H+apjE0NBTLzEopGRoaivcefkYI8V6n0zk170GuA1wul2/v3r0f03V9 - FPhkMBjM6ejooKOjY9FE6GIhhGiXUj7c3t5+TQukGevAANFFl5BSxjLYS0GSZTCSqKvKo263e+Fi - 9yzC7XZPtrW1vVtKuRJoGRwcJDc3N9afEA6HGRoaoqamJmG5WXV1Ndu2beO5555D07Qy4JttbW2v - cjqdx5KNx+VyhVtbW79EdGrt6wOBgPGmHwG+nGpT+dViCnKTjDPlCfPxLz3Pdz5/OxaLWY6RCItF - 8OADO/nzv/01U56l+fIwMVlspJSHhBD/F3gvIIQQvyFqJ5hSk15bW1vdjI1ZvRCCDRs20NDQkLDx - UNM0BgcHY84OxnTO3t5eQ2x2CyHe6nQ6+xc80HVCJBIpE0LcSdygHcOW78rn0vBpXmzmE/nxfuBS - ynuBv1dV9TMulyvVhk4A2trayqWU/y/QykzprpGRVRRlVhwWi2XRJ3ba7XbDUzuGMbV2fHzccIAR - wF8JIcZbW1v/3u12Z239+JU4nc7e1tbWtwohHpdS1l+8eBG73U5JSQkQtUIcHh6mqqpqQWtIIQSN - jY1MTU1x6tQppJSNUsqHW1tbX+N2u5O+dt1u97Sqqh8C6oE7iC6G/j0SiSQt7K8VU5CbLAuOnBrl - Oz86yzv+8qZMh5IVVFfk8tF33sxH//lQpkMxMbkq3G53eO/evf+i63ojkEt0EmdKo6nb2tqKiXqN - bwdoampiw4YNCb2djZrkmRpxIFpH3tPTE6sbBf7W6XSeTCWebEVV1XLg/wPuBEReXh6bNm1i27Zt - czZwDg8PJ+VbngrBYDDe6z2GMRRnZGTEKOPIA94nhAirqvppl8uVUlaira3NLqX8F0AFFKvVSlVV - FVVVVfHTMGMIIaiurp4lnq+V3NxcNmzYMOucUkpGRkY4cOAAhw4dMkox3iOE6FRV9btLUcu8VLjd - 7qNtbW3vk1L+u6ZpJV1dXaxbty72XHu9XoaHh6msrFzwmrZYLGzatAmjJh3YLYT4J1VV3+VyuRJ7 - W87gcrkGZhYJ3yT6GfDlJ554YslK1UxBnoVcrz193320g907qrh5Q0ruRTcsrXfU8syRIX72hOnp - bpKdtLe397W1tb1e13XhcrlSGrqhqqpDSvkR4H6AyspKtm3bNqeoiscoU4lvHAsEAnR2dhrZcr8Q - 4h+EEPtTfkBZSFtbm2XmebwDEHV1dbz61a9m9erVc9bwhkIhfD4fK1euXNQ4dF0nJyfnskVSPBUV - FYyMjNDb24umaTYp5fuA3wK/SOU8UsrbgdcBit1up7m5mcLCwnl3VHJzcyksLFz0gUjhcJiJiQlW - rlw569y1tbW85jWvYe3atTz66KN4PB4H0emSvwGy0vZwPhRF+WkkElkPfCoYDDo6OztZu3ZtzO/e - 4/Gg6zpVVVUL7lLk5OSwfft2pqenjUbY1wHn9u7d+2AqJSdut7tDVdVXCSF0p9O5pDsSWeOyYrle - VehVYLVmzcuWErou+cSXDuP1XZe9U2nhgbdtpbEuceOaiclyxel0+t1ud0pifO/evQrRL9z3AJbC - wkJ27dqV0I4vEAjQ398/S4yfO3fO+F0Y+HeLxfKvqU4GzVaklGuANwJKdXU1b3zjG1m3bt2cYlxK - SX9//6I1c8ajKArl5eXzCmOr1Up1dTWNjY2GOM4DHmxra0v6A3Dv3r05wGcBh6IoNDU1UVRUNO85 - hRCUlZWlbTrpwMDAvDXrNpuNbdu2sWfPHuP81cCbVVW9rgTAzLCwrwI/ADSv18v58+cvGxLk8/no - 7+9PODgoLy+PlpYWo5nbCnxQSnn/TNN30rhcLt9Si3HIIkEuTEEe43oV5AB9gz7++dvHMx1G1pDr - sPBPH2khJ+f6fU+YmFyJlPLlRN1Y8h0OBzt37qS0tHTe++u6ztTU1KwvdZ/Px4svvmj4X0eAHwsh - Pvnzn//8uqnVXYjW1lYBvAqosFgstLa2Ul1dPa9ADYfD8VMyFx273b6gTaUhkI06Y2DTzIIiKXRd - rwc2Q9RPvbCwcMH722y2pGwzr5ZQKHTZZNgrsVgs3HrrrTQ0NBi/uo9oedd1xcyC/O+AxwB9enqa - F1988bLdkmAwSH9/P1NTU3PacRqUl5fH250WzpQnvTS9j2BxyJpvcTND/kdybFnzsl0Vjz15gV8c - 6Mt0GFnDmsYi3vO/NmY6DBOTJUFV1XVSyoeBKovFwpYtW+YtnzBs8wYGBhgeHo41Iuq6ztjYGB0d - HcbQlTDw30Tr2FOaDJrlWJgp+Vm5ciWbN29esBnW6/UmnGx5LQghElpVKopCXV2dkTXOISpSk0JK - WQcUQfTxJsp82+32tGXHDUZGRhZ0rMnPz2fr1q3G61IDNKY1oAzhcrnGpJRvJ2ozqnk8Hs6ePcv4 - +HhMgBu9H0Yz9nzP28qVK9m0aZPx2tUA/6aqatMSPZSrJmuUnTkM5Y9c74Ic4Av/eozRiSVxGrou - +Iv7mnlZS3Wmw1hUbvRFuLkrOJu9e/dWAt8i6hnMunXraG5untMnOxgMMjQ0RF9fHz6fL+bUEQgE - 6Onp4dy5c0bphR/4NvAOl8t1Q3mJCiHyiPqPs2rVKvLyFraeXSibu1gYtcMLkZOTE19Sc0cKh78V - EBaLJaHHNZDW7LhBKBRaMOMLUFNTY4jLfKA87UFlCLfbPSKEeDPR4UEBo5zswoULMQEupcTr9XLp - 0iWGh4fnFOaKorBu3TrWrl1r/GoD8PWZ5uVlS9YoO/O76Y/YruOSFYPJ6RBffHjJ3IayHiHg0+/d - TlV54i+zbOF6Ls1KBqtpAXoZbW1t+bqufw54JUB9fT1btmzBarUipUTXdcLhcKw0pa+vj+npaXRd - R9d1AoEAly5d4vTp0wwODhoiaAh4APiQy+W6kTLjAAgh8gEHROtvE1lFLoVHt6IoCeNQFCXedSMV - +5OF7XeuYCm81pM5xxUOI9f1B4PT6RwH3iuE+DgwEolEGBgY4NSpUwwMDBAMBtF1nUgkwtTUFH19 - fbFSlnA4jK7rSCmxWq1X7p6pwKdVVV22A0+yxmXFzJD/kRulXviXT1/iV7/v55W3mVM8k6G02M6D - D+zkrR97mkgk+/vRbnRPeqvlxrjOk0VKeQ/wv5nJcJaUlDA5OYnNZiMcDuP3+y/7QjYGvXi9XsbH - x5mamoovtwgCTwMfsdlshx9//PHsv2CuDi/R4ThJie1EdpKLgfH6LYSxAJshaS9yRVGeM/43UVYa - SGt5joHVak1YFjMxMWE8J37gul84ulwu36te9aovBwKBZ4UQXwBuCQaDOT09PfT391NcXExpaSl5 - eXnYbDY0TcPr9aIoCjabjdzc3NjnQmlpKQMDA+i6rgBvBn5NipOAl4qsEeQ3erYsnuLCxFtt1wtf - ePgoO7dWUFSwsJWZSZRtG8t5919t4KvfX5JJv2nlRhfkFotACMjQQMTlSDEzGc5IJMKJEyc4c+YM - Vqs1djPQNI1wOIymaUQikXiBFwBeBL4M/Njlcl3XEzgTIYTwSSlHgNV9fX0Eg8EFyzSKi4vjp5im - hZma/gUxXt8Znkr22FLKHsAjpSwYGxujtrZ2wfsHAgEikUhaFyJlZWUL7giEw2HOnj1rLCAGpZSd - aQtmGfGzn/1MAk+3tbXdJ6V8LfA+oCkUCtmHh4cZGRmJDWyy2Wyzrv/4W9z1b2Wmh2A5kjWC3GFP - /8o8WygrSX9d23JhdDzIQ/9+gk+/d3umQ8ka/ter1/L8yTEOPDeQ6VCuGkUIlATb1jcCiiKui92O - ReI/iTpMvB5YI6UsCofDtgSZXWM8+jjwOynlfwFPut3u8bRHmwXouh4BHgVaenp6uHjxImvWzG9a - UlRURE5OTtoyx5FIJClBPjw8jKZpACEhxGPJHl9RlAu6rp8Bdg4NDVFRUbHgAkTTNPx+f8JG06vF - ZrNRXr5wWXNPTw+nT582fvyVEOKqppNmKzNN1t9ubW39b0VR9kgp7wduk1KWappm1zRNJLDhDAOT - wFkhxCNSyh8vRdxXQ9YI8lyHKcgNSgpzUBSBrt8YX9SPP3mBV93VwPZNy7ofY9kgBPzDB3bwl+/7 - DX2DKdk7LxusVlOMQzRLbgryKDPZ7K+pqvp/hBBlMwNe1hK1sVtDNPOlELUvnALOAKeAFxRFOaTr - +oTb7U5/DUIW4XK5pKqqPwMeCAaDle3t7bzxjW+c1w7QZrNRXV3NxYsX0xLP9PR0QrHv8/nip4Qe - I7rjkRTt7e2B1tbWTwkhfhoMBnO6u7tpbm6ed+CMlJLR0VEcDseCQ2muBiEEK1euXHBBMDIywv/8 - z/8Y9n/DwNdcLlfiWpvrELfbPQb8qK2t7X+klKVCiBYp5c1Er//1QCHRHbQIMCWlfFEIcRLoAJ4W - Qow7nc5lvZjJGkFuzzEFuYGiCIoLcxifvDFcSKSEf/nuCX7w0B1m1jRJigpsfOHDO3nLR39HKJx9 - n983ermKgVVRCJF9r186cblcHsADXADYu3evPRKJ5AghLDNb01IIEZFSBt1ud/q7ELMcKWWnEOJf - gY93dHRYfvzjH/OqV72KkpKSWaUUQghqamqYmJhgejrpieRJEQwGGR+ff+NCSonP5+P8+fNGuco0 - 8KFURZYQ4tdCiB9LKf98YmJCOXfuHA0NDTgcjjlrucPhMENDQ/FOJ4tCSUnJnJ7vUkpCoRBdXV08 - /vjj9PT0QDTL+wWii8wbGqfTGQIGgZ8DP29ra8uRUtqllAoghBBSSqnruh584oknsmoBnjWC3CxZ - uZyy4htHkAOcPjfBz564wJ/uWZXpULKGzetL+cS7t/GpLz+f6VBSxmI2NALmTkEyzIzFvnE+DBcZ - t9sdUVX1IeBmKeW9hw4dUvr7+3n5y1/O2rVrKSgomCUa6+rqOHPmzKKVrkQiEfr7++c8niFQR0dH - GRoaMsR4EPiclPJ3qZ7L5XIFVFV9L1AhpXzlxMSExev1xgYFzVXPLYRgfHw8KUvGZLBYLOi6Pmd5 - TigU4tixY/GDcYJSym8KIR52uVyRRQngOmJGoGeV8J4PU5BnKZVlDs5fWNwMxXLnG//vae66fSWF - +WaDZ7Lse2U9x8+O81/tXZkOJSVMy78o5sLEZClwuVyTqqq+VQjxdSnla3t7e8UPf/hDioqKsNvt - c2Zx/X5/bNDStSKlNGrC5/ybruvxfw8Bnwa+4na7ryoAl8s1rKrqO4HfAHXGBNJ0TiG9kvkaOeMd - ZoQQSCmfVhTlc06n0z/nP5hcN2SNIC8tunGcRZKhYWUBzxwZznQYS8r4ZJAf/OQc73rDhkyHklV8 - +K2b6bwwzeETS/dlc62YJStRzOfBZAmxSikLZ/b8iUQiC5aQZBABFJCip3g8bW1tpTMj1WtiBxUi - 7VM547nCSz0WA0TdXQzrTmC3ruvvVVX1Cy6Xy9wJuo7JGkFeUnTjOIskw6q69HR9L3ce+Vknr7u3 - ibJi8/2QLFarwoMf2ckb3v9bBkeyI8lienBHudGnlZosDaqqlgLfA/ZIKVEUhYqKClatWkVhYeEs - z26v18vo6OiixhCJRGJC9EoCgQA+n8/IktuADwshAq2trQ+63e65U+vzsHfv3hxd1/8RuBewCCEo - KCigsrKS3NzcWecXQlBaWprUZM9UcDgcNDc3Y7P9ccfXEOSXLl3i6aefpre3F13Xc4UQHwa6VFX9 - wY3a1HkjkDWCvLTYzJDH03iDCnJfQOP//vgc73/TpkyHklWUl9j58idv4U0PHCAQXP5liLlmiRpg - ukuZpB9VVS3Ae4C7AFFQUMArX/lKbrnlljnrx4PBIKdPn+ZKq7lrnWoppWRgYMCom571N7/fT19f - H+Pj40gpc6SUDwghniY66CVpdF2/heiAKYvFYqGuro7Kysp5XVRyc3NZsWLFomfPjYVAbW3trOd4 - 9erVbN26lSeeeIKnnnoKTdPygM/PPN5zixqIybIha9JQJWbJymU01t6YMh2wHAAAIABJREFUghzg - 0f1djI6bO3epclNTMZ/4m5vJBqOaAnMQFIDZL2GSdqSUjcA7AUtBQQFveMMbuOuuuygpKcFqtWKx - WGI3RVEYGBggFAqhKMplt/j7Xc3NarVSWVmJxWJBCHHZTVEU8vPzaW5upqamxhCwhcCDqYxCV1XV - BnwGyBNCUFdXR01NzbxiXAhBeXl5WkpZjAVIMDj7u0wIQVFREfv27eO2224zHu8KKeVftba2Zo1u - M0mNrHlhV1Qlfc3dEFRX5t6w2bNgKJJ1TYrLhb2vqOdNf7Yu02EkpDDPFKIABaYgN0kjbW1tQgih - AlVCCO688042bdo072TKUCjE2NhY2uLJyclZ0JfbyGjHDerZCjQne3wp5UrgZoCCggKqqqoWnJJp - s9kWjOdaCYfDCz6fdrudPXv2UFlZCVFLv/stFsviWL2YLDuyQpDbrAorTUF+GYoQbF5XmukwMsZ/ - ObsJhcxSuqvhXW/YgHpHXabDWJCC/KyppksrZobcJJ3k5uZa7Hb7XwKivLyc22+/fcFs8PT0NAkm - o14TRhnHQlgsFurr6w0h7RBC7EnhFPVAKUBNTc28Cw8Dh8OxoGBfDGZKcOb9e0lJCVu2bAFACLGy - qKjI9P69TskKQV6/It90G5iDHZsrMh1CxhifDOI60JvpMLISIeDT793OlvXLd0FXWZ6b6RCWBVXl - ZjLMJH0EAoHcSCRSDdDc3DzvhE6DxR4GNBfJZKRzc3NjTZZSyruTPbYQYhcgjBKYRCQS7ItBOBxe - UJALIWhsbERRFKSU+V6vtzLtQZlkhKwQ5Dc1F2c6hGXJjht8lPxP3T2ZDiFryclR+NLHdlFdsTyF - 78rK5RnXUmOW6pmkk0gkUqBpWi5AcXFxwlrpa23cTIZkMtJG3fkMqQiEXOMcyZznSneZdJBMLIYX - vJRShMPhrNBtJqmTFS9sy1ZzQTgXW9aXYrNmxUuYFo6eGaN/yJfpMLKWijIH3/jM7mVZp1y3InH2 - 6kag3nweTNKIEMLPzJTDZIb8LNakyoWYq8nxSq5YGATmu98cHDP+P5nFRTAYTPsiJC8vL6Egn56e - NuIICiGm0hqQScZY9mpOCLh1uynI58Jht7B5GZcdpBsp4cnf92c6jKymuaGQf/zgjmVXErbpBu6P - iGfT2pJMh2ByfeMBxiDqfT3X6Pp4ksmiX3NAHk/C+0Qikfha9oMpHP5FwKfrOhMTEwnvHAqF5p0g - uhgIIYyGzXnRNI2Ojg4jWz8opexMW0AmGWXZC/LN60qX7bb6cuCu21dmOoSM8utnTEF+rbyspYaP - vmNrpsOIUbcin/ISc/ATQGmx3dwtMEknEeDHAN3d3QwODi54Z4fDQV5e+sqowuFwUhny8fFxQ5CH - gUeTPb6U8gJRUc7g4GDCBtVkhfvVkpubm7CJdXBwkJMnTxo//h5IfyG/SUZY9oK8dZm7QWSau29f - iZINxtJp4uSL44Q1023lWnm12sibX7s87BBfurM60yEsK8znwyRduFwuCfwUmPD7/TidTny++csA - DdvBdPlyj42NJSydCQQCXLp0yfjxLDMCOxncbrcP+CdA8/v9XLx4MeH5pqenk1okpIqiKDQ0NMzr - gQ4wOTnJT37yE2PXYBL4qsvlWv6T3UyuimUtyB12C/e8whTkC1FR5mDH5hu3uTMU0jl7fjLTYVwX - vOsNG7jvTxoyHQYvazEFaDx37KrJdAgm1zdngUcA/cSJEzz++OPxNcuzKC4uprh48Y0WAoEAXq93 - 3r9LKQkEApw/f94QyAHgoy6XK6WaaiHE48CvADk8PEx3dzeBQGDex6vrOsPDw4ve4FlaWjrv8xgO - h+nu7uYHP/gBZ86cgehOxreklEcXNQiTZcWyNvu95xX1FBeaEzoTod5Ry6HjI5kOI2OcPj9xQ9fS - LxZCwCfefTNDo36eOTKckRiqyh3ccrPZMxLPrpsrqK7IZXBk9khxE5NrxfX/t3fvwW1d953Av+fc - e/EiAAIkQfD90lu2JdmWYufheGxZIkC7SbPrxKnjxqlbZ+x6t82sXfe129hOm6TptrNpXm7Gmd02 - adJsXGemWVmUknYmrpM6STtNbCumqlgyRfEtiG8AF8C9v/2DuFcgCZIgRRAg+PvMYAgSwMXBhSh+ - 78Hv/k5vbyYSiTwF4IBhGO98+eWXxeDgIO644w50dnbC6XQuCaOhUAixWGzDepIbhoHh4eG8NexC - CGQyGUxMTOSubJkG8AUAp9f6XCdPnpyJRCK/DuAFIrp5fHxcTk9PIxgMwu3OXx4rhMDU1NSGndQq - pYRhGJieXnosYRgG+vr60NfXZ92eAfANAJ8+depU8ZrAs5Ir20CuqhIP/qedpR7GltBzRyu+8LU+ - TExtz+Xkr0xuz9ddDKoq8Wd/8DY8/Hsvo+/85n/y8J672iDl9i3BykcKgV862ornvvkfpR4Kq1C9 - vb3j3d3d9wshvmKa5rE333wT/f39qK6uhqqqS2aPrdnqjZo1JqIVT560bs+OwwDwWQBP9fb2rnwW - 6jJ6e3svRSKRBwH8I4BGXdcxMjKynk2t2w9+8IOC7qcoyo8Mw3h8rZ8EsK2nbAP5e4628slMBXI5 - Fdx3Tyee/du+Ug+lJCam1vV/MltGlVvFZz9+K37td/4ZQ5vYVtKhSXygp3PTnm8r+eAvdeGr334T - eorLR1lxuN3uFIB4Op0mwzBEJpNBLBYr9bDyMQHMCiHW/csQjUariegpIUTIOtiQUha9g0wuVVWX - LDxktT9MJpP2AYqmaYccDsfD9957758///zzPPtUwcoykHurNDz6oX2lHsaWct/dnfibv/8F4sni - tWgqVxmz+ItVbDehGhe+8qfvwiP//YfoH1y9DdlG+OXj7air4ZUp86mpduJ93e34u+9wxzO28T72 - sY8FYrHYcxMTEz2GYQhFUdDc3Iw9e/bA7XYvKSXRdR0DAwMb2qN7uRaDUkokk0nMzMxY49CEEL9P - RIloNPoXJ0+eXNMfvWg06lAU5ZlMJvOfiUiRUsLv9yMcDsPpdOZ9TU6nE4HAxrYgraurQ3t7+4Ie - 5NYiQWNjY3jppZfw5ptvIplMVnm93j9sbm4e+sxnPvPVJ598ko/KK1RZBvLHHtiH2iC3PVuLap8D - H7inE//n+YJPOK8YQT+fZ1AM4To3nvvUu/DoH/0Qv3iruJ+WetwqHv7gnqI+x1b38H278f/+aQCz - c1xGyjbO008/raiq+vsXL16MZjIZGQgEcPfdd+PAgQNwu93WCpELHnPx4kU0NjZu6Dh0Xcfg4GDe - QExESKVSGBoawuXLl2GaplNK+YdE9AqAl9byPER0xDCMXwegqKqK9vZ21NTULJmttggh0NTUtGx9 - +Xo5nU40NDTA4Vj698s6GPr+97+P06dPY25uzqPr+qemp6f/BfMn4bIKVHZdVm68rhbv7+ko9TC2 - pI9+cA+aG7ZfmQ8H8uKpDTrx3KfehRuKfNLsI/fv5d7jqwhWO/FRPmhhG6yvr6/jtdde+0g8Hlf8 - fj8efPBB3HrrrfB6vVAUBVJKe6l6RVFgmiYmJibsEo+NujidTnuJ+MUXKSVcLhc6OjrQ1NQEIQRM - 0/QT0We6u7sLTsp33323BuAZIqoSQqCtrQ11dXXLhnFgvrTE6dz4/5t0XcfMzPItxT0eD44ePYp3 - v/vdAICBgYGGM2fO/EokEim73MY2Rlm9sX6vhk8+cTOf1LVOLqeC33vkhlIPY9MFqjnIFZPfq+GL - z7wDtx4qTveT63cHcf97uoqy7Upz/3u7cGhfTamHwSpEd3e3mJ2dPT41NRWSUuLOO+/Erl27Vqyl - jsfjq67ouR5SSlRVrTyhJKVEY2Mj/H6/9aODQogdhT6HaZpNAA4BgM/nQ21t7arL1judzg2pLTdN - E4ZhIJPJ2Jfh4WHour7gkkqlkEqlkE6noaoq7rzzToTDYWt10ntVVeU/eBWqbEpWpBT4kydu5lU5 - r9E7bw4jensLTn7/UqmHsml2dfhXvxO7JlUeFZ976u34i6+8jm9sYB2zt0rDM//tJj4IL5AUAh// - 7Rvx4cdfwgyXrrBrpCiKYhjGA0QkAoEAbrjhBoyOjmJ6ehq6rtudTXLLSC5fvowrV67YM9eKosDh - cNgXa7Y5d3Z7tdBr8Xg8uHLlympjRktLC6anp0FELgDdAF4vZPtE1AIgCACNjY0rzoxbVitVMU0T - pmna+0nXdcTj8QX7zzAMzM3NYXZ2FqlUCoZhwDRNCCHg8Xjsxwoh7P1ZVVWFcDiMUChkH6hkMplm - ANdFIpEzmqYlv/Od7/AJVBWkbAL5b31kP955My8IshH+4LGD+EX/NM4Vue63HLhdCrpafaUexrag - KAK/89EbsLPDj09/6dVrXiFVCoE/efwmdDSvvHQ0W6i92YtP/+5h/NenXoHJJzSzNTh69KhQVdUD - oEpKuZeIbgWwB5hfkfLZZ59FMpm0T7BcHMYXyw3dVkmLVYKiaRrcbjcCgYBd/uJ2u+Hz+aBpmv24 - 3Nln6/GrtVN0u91wOBxWT/JjAP68wF1wKwAhpSy4JtxaSdMK3qZpYmpqCnNzc3Z/9MnJSSSTyQUz - 4LkhfQNVA/gHAD9Lp9M/jEQir0gpf2YYxsypU6d4oYItriwC+X33dOLD7+Oe4xulyq3i80+/HR9+ - /KWKX0xkT1cAisKzq5vpfcfb0dXqwxOf/DFi19AD/tEH9uK2I7wK5Xq8/cZ6PPar+/C5v/55qYfC - ylw0GlUA+IloNxEdFULcBWAvEfkBuJEtXc1kMhgfn18QbKXZ7dyQSUR2SF1ukaCBgQF7m9bsr1WX - HQqFEAgE7OBubXM1UkqoqmoF8rUsG+rOfX0rsV7X6OgoiMj+ZMAqLcnpi75E7kGK1d4wd59al9zv - s3XxME0TmUzGnkU3DMOeVSciAaAxe+kGkDRNc1II8W+RSOS0aZovSilHent7l1/ylJWtkgfyPV3V - uP2WRvyoRCsDVrL77u7EX1b4H2y/V+N/OyXy2If34X9++fV1tdrsavXhut1Bfu+uwb6dAexs9+MX - /ZX/SRhbm2g0KojIT0QHiegeAO8F0CSEqAIggPnQaAVjh8MBr9eLUChkl51YQVJVVTu85gZwqxTD - Co5WUJ+bm8Pk5CQSiQTS6bQdMNPpNAzDQDx+dW2D8fHxBUHd4XDA5XKhqqoKXq8XDodj1YMCAMlC - 9wsR/dTqGrN4Ft4Kv7Ozs0gmk5iYmLCDt2Es7DRoBWlN0+yL1+tFbW0tXC6XfZvL5YLL5YLD4VjS - 3nDx9nKv5x7wpFIpzMzMIJFIwFrAKFtSJHRddxORG8A9AKJSyo8DeDUajX6diE4AGOvt7eU2iVtE - yQP52fNT+M3/8cNSD4NtUS/9eAQv/XhzV1hj1+78wAz/3jO2wY4fP65KKRsB3AvgV4UQuwF4kA3h - DocDHo8HoVAIoVAIPp8PwWAQqqpCSmmHcStwAlfDrxW+rTCbL9Ra919crmF1FLEWvLl8+TKmpqbs - 2eZ0Oo14PG6HdSuka5oGn8+H6upq+Hw+e5zWrHH2+X5U6P4RQpwDEDdN0zM5OQmn04lMJoOpqSlc - uXLFLkPJfV1CCLsDjNvtRjgchs/ng9PphM/ng8vlWlO9vBBiSVi3Dn5yH7/404dUKgVd15FIJOyQ - HovFMDw8jLGxMcTjccUwjFoAdxDRbQCGAHwzGo3+tZTy3IkTJ3gFvTJX8kDOGGOMsfWLRCKqlLLD - MIyHAdxPRI0AFGA+hPv9fnR2diIUCqG2thZerxc+nw9ut9ueIbfCrmVxMLS+6rpun6A4OztrlY0s - eNzikyWtGWTLjh077LA5Oztrh/XBwUF7NtiqxU4kEhgfH7e3UVdXl7uSZRrA/y10PwkhLhLRfwA4 - NDIyYj93Op22Dx6klPB4PHC73WhsbEQwGEQgEIDH47FfW6EnqeZjfRqgaRpUVYWmaXA4HHA6ndA0 - bUF5S+7zWAc41icOyWQSs7OzmJ6exuTkJIaGhnDp0iUMDw9jbm5OJaI2AE8Q0UOmaX47Go1+zjTN - N06dOsVng5epVf9VtdzwyIcE8LX1bV2iru34uh7KGGPs2ly+eBqg9Z18S8ADl1579m83eEhsA911 - 111CVdVWAI8C+AiAMAAhhIDP50NHRwdaWlrQ2NiI2tpau17bKkPJVwpiBT5d15FMJpFIJOwTPa2y - EyscbuRJi9YsvNXnfGZmBgMDA4jFYkilUvastXXQkP2+D8Atvb29BddtRaPR3ySiL+T+zOqDHggE - 0NzcjNbWVrvd4Ua0PFxNbj25qqpwuVzweDz2gcFKY7Fm0GdmZnDlyhWMjo6iv78f586dw8TERG65 - TQzAV4UQnzUMo//06dN8RniZ4RlyxhhjbIuJRCLVRPQrAJ4E0IFs95BgMIg9e/ags7MTDQ0NqKur - g8fjyTuza9VNJ5NJe9Z7bm5uSfDeDFZNOwCEw2GEw2G0traiv7/fDpuTk5NIpVK5Y4opihJfdqN5 - ENGd1nWHw4Hq6mrU1dWhqqoKiqKgtbUVLpdrw15XIayDjWyvcSQSCUxMTCwI6W632y7dcblcCzra - WCU1NTU1aGtrw44dO7B3715cuHABfX19GB8fR7ac5beJ6JeFEH/c09PzzRdffHF2U18oWxEHcsYY - Y2yL6OnpkYZhHADwZ0KI2wFoQggEg0Hs378fXV1daG5utk/QXBzCDcOArut2qUM8Hs974mI50DTN - nh32+/1Ip9OYmprC4OAgkskkAOwxDKMJwMVCttfT0+MzTfN6AKiqqsKuXbvsE0eBq91bykVu7b6u - 65icnLRr/b1eL4LBIPx+v11uZK1o2tTUhFAohJaWFnR2duL8+fM4c+YMYrGYIKIOIcQXTdO8JxqN - /q7b7T73wgsv8Gx5GSiff3mMMcYYW1YkEnGbpvmAEOJpzLe+Q1VVFfbv349du3ahtbUVDQ0Ndp9v - i2maSCaTmJycRCwWs3tmb9bs93pZrQPT6TSEEHA4HAiFQtA0DX19fQBQA6AWBQZy0zRDyO63YDC4 - ZCbcmnUuZ9Z7mUwmEYvFoGka/H4/6urq4PP57E9CNE1DQ0MDampqUF9fj+bmZpw7dw4///nPMTc3 - 5wDwXiI6mEgkfqu7u/sU15aXHgdyxhhjrMxFIpEQgKcBPATAqSgK2tracPDgQbS0tKC9vR1ut3vB - yZhWB5GxsTG7g8hW43A4rNlwm9Va0DRNCWAXgH8vcHNVmO86A4/Hs+TGtawqWg6stohWj3SXy2Wf - uGt9OuJwONDa2oqamhpUV1ejoaEBP/3pTzE4OChM0+wkoq8B+GQkEvl8b2/vmsp/2MbiQM4YY4yV - sUgk0klEXxZC3AlAejweHDp0CF1dXWhpaUFTU5Pd2cQKabFYDGNjY0gmk2U/E76SfMvbWzPn2drr - d6PwTiseZHNPvjrxQhYMKlemaSIej6O/vx/Dw8Oora1FOBy22zJ6vV7s2bMHHo8HXq8XZ8+exZkz - Z6DrerUQ4hMAmqLR6B+dPHmSFzYoEQ7kjDHGWJmKRCJ7AXxdCHEIgAiFQjhy5AgaGhrQ1dWFQCBg - h8hUKoXx8XGMjo4uPvlxy8pXQrKo40j7Gja3O8/jK04qlcLw8DBisRhCoRDC4bDdVrGjo8O+HggE - 8JOf/AQzMzMOAP+FiKp6enqeePHFF6dK/Rq2Iw7kjDHGWBmKRCL7AHwLwHVCCLS1teHw4cMIBoPY - tWuX3ds7k8kgFothaGgIuq5XRBC35Ft8aFGv8+pCtyWE2ElEy5amWF1ltuos+WKpVAqDg4OIxWJo - ampCbW0tVFVFU1OT3frS7XbjlVdeQSwWUwA8ZJomRaPRx0+ePDlT6vFvN5V7iMgYY4xtUZFIpAvA - NwBcJ6XEzp07ccsttyAQCGD37t3wer0gIszMzODs2bO4cOHCli9PySdf95dFM9xLi8GXQUStABas - RJrLWgCp0iSTSVy4cAFnz57F7Ox8p8P6+nq0traitrYWt912G+rr64H5TPgQET3d3d3tLuWYtyMO - 5IwxxlgZ6enpCQH4CoADQgjs2LEDN910E7xeL3bu3Imqqiqk02lcunQJfX19mJ6ersggadXDL7Zo - hlw9duxYoVmmGshfBgPAbjFYiYgI09PT6Ovrw8jICEzTRDgcRmNjI3w+H97xjnegtrYWmF/h9TEh - xMPRaJSrKDYRB3LGGGOsTGRbG34CwO0ARFtbG2688UY4nU60tbXB5/Nhbm4OZ8+exeDg4JbsnFIo - a9XQfHJCtVMIUehKPl5g+ZM3TdPMewBQSdLptL2SZyqVQlNTEwKBALxeL2655RarDMoB4Ckiur3E - w91WOJAzxhhjZSAajUoAHwDwEWRP4Dx8+DCcTidCoRCCwSAuX76Mvr4+zMzMVOSseK5UKrVsIM+Z - IXepqlpoIHcBK7c3nJycrPj9SkSYmJjAG2+8gdnZWbS3t9srfR4+fBgOhwMAggA+H41Gm0s83G2D - AzljjDFWBohoD4A/BuB0u904cuQI3G433G43GhoaMDg4iPPnz1f8LC5wNTQuJyeQOw3DcBa4TQ1Y - ub2hruvQdX1tg92ikskkzp07h+npaTQ2NkIIgaamJuzcudPaP3uI6MloNOoo9Vi3Aw7kjDHGWIl1 - d3e7iOgpAC1SSlx//fUIBoOQUiIUCtn9pfN1HalEyWQSiURi2dtzSlZUFNgxTgihZL8uex/TNBGL - xbbNfs5kMnjrrbcQj8fhdDohpcT+/futenIB4EEiOlziYW4LHMgZY4yxElMU5e1CiHsAoLGxEV1d - XXY3kJGRkW1RSmHJZDIYHx9f8fXmhGpFFt5U3L7fSqE8kUhgYmJi2+xv0zQxNjaGdDoNYH7RpIMH - D0JVVQCoFkI8FYlEuOtKkXEgZ4wxxkqou7vbY5rmMwA8DocDBw4cgKZpAObD6XYpoQDmO52MjY2t - WpaTE6glES1dzrOwxy5rcnJyWx0EAQtbTNbX16OlpQUAQETvBHCkRMPaNjiQM8YYYyUkhLgRwI0A - 0NzcjGAwWOIRlUY6ncbo6Cji8fiq982dIUfhWUZYj10tlBMRrly5gsuXL1dsK8SVKIqCffv2WQeG - HgCPRqNRrcTDqmgcyBljjLESOX78uEpEvwagSlVV7N27t6KXdc+HiBCPxzE8PFxQGAcW1JBLFJBl - jh8/bteaF7oSJxFhamoKQ0NDiMfj22q2HAACgQDC4bD17R0Amko4nIq3vX7rGWOMsfJSI4Q4DgCh - UAjV1QWvBL/lERF0Xcfo6ChGRkbW1D0mN5AT0apZRgix5kBu0XUdIyMj9gHDdjnhU1EUtLe3W/s6 - ZJrmraUeUyXjQM4YY4yViJTyJgANQgi0tLRYJ9JVLCKCYRiYm5vDyMgIBgcHMTs7u+aQm1tDLoQo - JMusO5AD8yc+WrP4g4ODmJychK7rME2zomfOGxsb4XJZ7dvlh7gFYvFU9m8+Y4wxVqaOHTumENFR - IYSmaRpaW1tLPaQNR0R2CNd1HfF4HIlEAplM5pqCbE6oFqKAhK2qqmIYhgrgmkqCrFl9XdchpYSm - aXC73XC5XHA4HFBVtaAa9a3C4XCgvr4eb731Fojo+uyqqJXfCL8EOJAzxhhjJaAoigqgGwD8fr/d - WWWrsYK1Fb6tJe9TqRRSqRSSySQymUzFzSabpmmHcyuEK4oCTdPgcDigaRpUVYWqqlAUZcGBQG5g - L+fwLqVEdXU1hBAgohAR7Qbwr6UeVyXiQM4YY4yVRjWAWgCora1dEsiLHV4L2b4VsoH5AJp7MQzD - Dt+ZTAaGYdgz35sYvgURlTzR5h6MpNNp++RUK6hbFymlfVEUxQ7qubcvfoy1ndyvK1ntPisdDOR7 - zkAgYAVyDxG1gAN5URQ9kJOZLvZTMMYYY1tRB+YXXoGU0l6MJt8l1+J66/UE39zH5M5wW1/zPXe+ - +5VKzmyzyF7KUr73bzUrBepizqbn27YQAqlUyrpNCiFqjh07Jr773e9WzkcdZaK4gZxMxAb+sahP - wRhjjG1RNQCcwHxwi8ViJR5O5crOoovs9RKPZmUrjW+zx05EyGQykFJa/dgPZFdG3X7N2YuMS1YY - Y4yx0nAi2+0skUjA4XDYJQyLTzzciFKFzbTW4LiW8hnTNNfUIhEATNO0u6zE43EMDQ1BUZQl5SH5 - SkQW/zxf+Ugh13N/ttzP12Pxvlvtk43c++Tu09zrVklSKpWCruvIZDLWQ+uzXW04kG8wDuSMMcZY - 6QgiwsDAAAYHBxeENSsw5qsrzhcQc0O89RjrPhshX2jOVyueGwhzb8sttcl3n8U/y/e9dT1n9cyC - kr8QIkNEaQBIJpO4ePFi7m357l/Qz1a7bS37fj3v03pm0/O9X4uvL/NYIqJ+Itoejdg3GQdyxhhj - rDReB/AzADtM03RmZ3HLuia6jFD2Mg5gerU7SymnDMP4BoCHMJ99rP2sZMtZZPZ7CQA5iw1ZXwWW - vjeFXM9nM97ffIma8lwnACau7k8T87Pf1iUDIA5ghIhOAfjy6dOneXa8CFYN5BIiRYUdgDLGGKsQ - EoJ7DRdZb2/vm5FI5A4hRAeA64goBMBLREq233OYiAJCCC8AN+ZLXByY/9utZDej4mpotP6mi5zb - BRYuAngtf9CtwLbY4oBGmA9ywNWAZ93Pup7O2VYq+5gEAIOI4gAMKeVsdjtzRJQAkCIiEkKY2ful - hRA/IKKB1QZ+4sQJikQinxBC/C/TNOfPUJRSAeAVQrgMw3ABUIQQzuz+d2e/OoUQGgAtG9ythXEU - ItIAQAih4Or+VpDd39nSjiVNz03TVBb/TAhxrd1irEANIYS1j4D5/WS95xnrftl9ZwJICSGSRJTE - /P6fMU1zWko5JaWcMQzDes/ThmHEv/e97/HseJGs+ua3HXzsOjKN1zdjMIwxxsqDJLm///UvvlHq - cWxXx48fF4qiqIZhSCGEtRqlEELIRcFNzGdUAeT/m17IujkFWaE71XVmAAABg0lEQVQ8YskNVgjM - Prc9G2uNJXt77iwtsqUQZJomASCn02lmH0OmaZonTpzg2UFWsVb/LX3/+5XWvtppAJ7iD4cxxlgZ - iA/sjfnxrW/xR9OMMbYJVl8/dv4/5DPFHwpjjLFyIICfcRhnjLHNs3ogBwCIfy7uMBhjjJUNopdL - PQTGGNtOCgrkmsN4BsBgkcfCGGOs9EYg5KdKPQjGGNtOCgrk5//ty1NC0MeKPRjGGGOlRUSPXXzt - SxOlHgdjjG0nBZasABdf/avnAXy7iGNhjDFWQoLw95de/6sXSj0OxhjbbgoO5ABAXveHSOAvcW19 - TBljjJUZEviqLuceLPU4GGNsO1pXc9LWg490w8T/BtC4weNhjDG2ucYhxG8MvPqlfyj1QBhjbLta - 92oBndf/RjgD9QEIvA3A2wB0bNioGGOMFZG4AKIfQeDHKmW+fuH150ZLPSLGGNvONmb5LgDhA4/U - q4a8TpG0ZElYxhhjpWeYwsgo5pnRV58dK/VYGGOMXfX/ARD6Y1WuLYYhAAAAAElFTkSuQmCC - ) - ) - - (text_box "Hi! this is DejaVu Serif" - (at 226.06 130.81 0) (size 13.97 6.35) - (stroke (width 0) (type default)) - (fill (type none)) - (effects (font (face "DejaVu Serif") (size 1.27 1.27)) (justify left top)) - (uuid 88be47bb-d548-4cac-a873-52ec32621961) - ) - (text_box "Text box, above drawing shapes aaa" - (at 170.18 130.81 0) (size 36.83 7.62) - (stroke (width 1) (type dot) (color 56 85 255 1)) - (fill (type color) (color 255 117 107 1)) - (effects (font (size 1.27 1.27) (thickness 0.254) bold (color 124 255 131 1)) (justify left top) (href "https://github.com/INTI-CMNB/KiBot/")) - (uuid ffbdc5a8-2780-4490-aa6c-ee3ed66dc37a) - ) - - (text "Text box B" (at 81.28 57.15 90) - (effects (font (size 1.27 1.27) italic) (justify left bottom)) - (uuid 2f3deced-880d-4075-a81b-95c62da5b94d) - ) - (text "Text box A" (at 67.31 59.69 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 3cfcbcc7-4f45-46ab-82a8-c414c7972161) - ) - (text "Text box C" (at 92.71 59.69 0) - (effects (font (size 1.27 1.27) (thickness 0.254) bold) (justify right bottom)) - (uuid 4d609e7c-74c9-4ae9-a26d-946ff00c167d) - ) - (text "Text box D" (at 81.28 60.96 90) - (effects (font (size 1.27 1.27) (thickness 0.254) bold italic) (justify right bottom)) - (uuid 786b6072-5772-4bc1-8eeb-6c4e19f2a91b) - ) - - (label "B.A0" (at 181.61 104.14 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 56bbedad-6259-4443-b321-0ffa1f89c336) - ) - (label "B.A1" (at 181.61 100.33 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid 82941cb3-7e8d-4836-8b43-647cd4390ab6) - ) - (label "L1" (at 22.86 66.04 0) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid f144a97d-c3f0-423f-b0a9-3f7dbc42478b) - ) - (label "B{AELEM}" (at 165.1 88.9 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid fc80fa5b-8c07-4dda-8002-331dcafd556b) - (property "Netclass" "a net class" (at 165.1 90.17 0) - (effects (font (size 1.27 1.27) italic) (justify left)) - ) - (property "Something" "pp2" (at 165.1 92.71 0) - (effects (font (size 1.27 1.27) italic) (justify left)) - ) - ) - - (global_label "L2B" (shape output) (at 39.37 55.88 90) (fields_autoplaced) - (effects (font (size 1.27 1.27) italic) (justify left)) - (uuid 6199bec7-e7eb-4ae0-b9ec-c563e157d635) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 39.37 49.4666 90) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "L2A" (shape input) (at 38.1 58.42 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 71c77456-1405-42e3-95ed-69e629de0558) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 31.868 58.42 0) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - (global_label "L2C" (shape bidirectional) (at 40.64 58.42 0) (fields_autoplaced) - (effects (font (size 1.27 1.27) (thickness 0.254) bold) (justify left)) - (uuid 7f3eb118-a20c-4239-b800-c9211c66847d) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 48.5931 58.42 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - ) - (global_label "L2D" (shape passive) (at 39.37 60.96 270) (fields_autoplaced) - (effects (font (size 1.27 1.27) (thickness 0.254) bold italic) (justify right)) - (uuid d2de4093-1fc2-4bc1-94b6-4d0fe3426c6f) - (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 39.37 66.6905 90) - (effects (font (size 1.27 1.27)) (justify right) hide) - ) - ) - - (hierarchical_label "L3B" (shape output) (at 55.88 55.88 90) (fields_autoplaced) - (effects (font (size 1.27 1.27) italic) (justify left)) - (uuid 909b030b-fa1a-4fe8-b1ee-422b4d9e23cf) - ) - (hierarchical_label "L3C" (shape bidirectional) (at 57.15 58.42 0) (fields_autoplaced) - (effects (font (size 1.27 1.27) (thickness 0.254) bold) (justify left)) - (uuid 936e2ca6-11ae-4f42-9128-52bb329f3d21) - ) - (hierarchical_label "L3A" (shape input) (at 54.61 58.42 180) (fields_autoplaced) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid cbc539d2-6a10-4052-9b7a-f10326dcac67) - ) - (hierarchical_label "L3D" (shape passive) (at 55.88 60.96 270) (fields_autoplaced) - (effects (font (size 1.27 1.27) (thickness 0.254) bold italic) (justify right)) - (uuid ebadd2a5-21ab-4a7e-b5bc-6f737367e560) - ) - - (symbol (lib_id "l1:Resistor") (at 33.02 87.63 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f33ec02) - (property "Reference" "R1" (at 33.02 82.3722 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "R" (at 33.02 84.6836 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 33.02 85.852 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 33.02 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Test" "Hi! \"quoted text\"" (at 33.02 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7e177dab-d792-4f03-9143-3cc95615e0d6)) - (pin "2" (uuid c7c08868-5b26-40ca-94ba-cdb1cda09dbd)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:L") (at 39.37 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f33f73d) - (property "Reference" "L1" (at 40.7162 78.8416 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "L" (at 40.7162 81.153 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 39.37 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 39.37 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid f71826d8-34d8-4930-98c5-11e184143d2a)) - (pin "2" (uuid e65300a0-fc18-4db7-b27f-2d7614c69ac0)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "L1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 45.72 87.63 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f3401d2) - (property "Reference" "C1" (at 45.72 81.2292 90) (do_not_autoplace) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "C" (at 45.72 83.5406 90) (show_name) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 49.53 86.6648 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 45.72 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 636ec398-3d70-4359-98b8-4ebd9a3143be)) - (pin "2" (uuid 15129e2c-3876-4c0d-83a8-7e8db04bdace)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R_US") (at 39.37 95.25 180) (unit 1) (convert 2) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 00000000-0000-0000-0000-00005f3409f7) - (property "Reference" "R2" (at 41.0972 94.0816 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Value" "R_US" (at 41.0972 96.393 0) - (effects (font (size 1.27 1.27)) (justify right)) - ) - (property "Footprint" "" (at 38.354 94.996 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 39.37 95.25 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 779dda81-116c-4228-bf2c-ec4cdaf096a5)) - (pin "2" (uuid e09d9b91-6abd-4b89-9714-db4f9256657c)) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "l1:SYM_CAUTION") (at 69.85 87.63 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f4ece1f) - (property "Reference" "#SYM_CAUTION1" (at 69.85 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "SYM_CAUTION" (at 69.85 92.075 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Footprint" "" (at 72.39 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 69.85 87.63 0) - (effects (font (size 1.27 1.27)) hide) - ) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#SYM_CAUTION1") (unit 1) - ) - ) - ) - ) - - (sheet (at 101.6 76.2) (size 25.4 12.7) (fields_autoplaced) - (stroke (width 0) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 00000000-0000-0000-0000-00005f342deb) - (property "Sheetname" "Sub Sheet" (at 101.6 75.4884 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "sub-sheet.kicad_sch" (at 101.6 89.4846 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (pin "OUT" output (at 127 82.55 0) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid 0f41a909-27c4-4be2-9d5e-9ae2108c8ff5) - ) - (pin "IN" input (at 101.6 82.55 180) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid 632acde9-b7fd-4f04-8cb4-d2cbb06b3595) - ) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" (page "4")) - ) - ) - ) - - (sheet (at 101.6 96.52) (size 25.4 12.7) (fields_autoplaced) - (stroke (width 0) (type solid)) - (fill (color 0 0 0 0.0000)) - (uuid 00000000-0000-0000-0000-00005f34e267) - (property "Sheetname" "Sub Sheet 2" (at 101.6 95.8084 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - ) - (property "Sheetfile" "sub-sheet.kicad_sch" (at 101.6 109.8046 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (pin "OUT" output (at 127 102.87 0) - (effects (font (size 1.27 1.27)) (justify right)) - (uuid dabe541b-b164-4180-97a4-5ca761b86800) - ) - (pin "IN" input (at 101.6 102.87 180) - (effects (font (size 1.27 1.27)) (justify left)) - (uuid e12e827e-36be-4503-8eef-6fc7e8bc5d49) - ) - (instances - (project "test_v5" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" (page "5")) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "Title") + (date "2020-08-12") + (rev "r1B") + (company "Company") + (comment 1 "Comment 1") + (comment 2 "Comment 2") + (comment 3 "Comment 3") + (comment 4 "@Comment4@") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:L" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "L" + (at -1.27 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "L" + (at 1.905 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Inductor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "inductor choke coil reactor magnetic" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "L_0_1" + (arc + (start 0 -2.54) + (mid 0.6323 -1.905) + (end 0 -1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -1.27) + (mid 0.6323 -0.635) + (end 0 0) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0) + (mid 0.6323 0.635) + (end 0 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 1.27) + (mid 0.6323 1.905) + (end 0 2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "L_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (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 "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R_US" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "R_US" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 1.016 -0.254 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_US_0_0" + (bezier + (pts + (xy 0 -0.762) (xy 1.016 -1.143) (xy 0 -1.524) (xy -1.016 -1.905) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -2.286) (xy 0 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.286) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0.762) (xy 1.016 0.381) (xy 0 0) (xy -1.016 -0.381) (xy 0 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.286) (xy 1.016 1.905) (xy 0 1.524) (xy -1.016 1.143) (xy 0 0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_US_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) + ) + ) + ) + (alternate "Patita 1" passive line) + ) + (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 "R_US_1_2" + (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) + ) + ) + ) + (alternate "Patita 1" passive line) + ) + (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 "l1:Resistor" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.032 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Resistor" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Test" "Hi!" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_* R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "Resistor_0_1" + (rectangle + (start -1.016 -2.54) + (end 1.016 2.54) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "Resistor_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 "l1:SYM_CAUTION" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#SYM_CAUTION" + (at 0 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "SYM_CAUTION" + (at 0 -4.445 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "Tedy:Symbol_Caution_Type2_FSilkS_Small" + (at 2.54 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Campo4" "Hi!" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SYM_CAUTION_0_0" + (circle + (center 0 -1.1684) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -0.127 -0.762) (xy -0.381 1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -0.127 -0.762) (xy 0.127 -0.762) (xy 0.381 1.016) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -1.27 -1.905) (xy 1.905 -1.905) (xy 0 2.54) (xy -1.905 -1.905) (xy -1.27 -1.905) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start 0.381 1.016) + (mid 0 1.2906) + (end -0.381 1.016) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (text "CAUTION" + (at 0 -2.54 0) + (effects + (font + (size 0.508 0.508) + (italic yes) + ) + ) + ) + ) + ) + ) + (bus_alias "AELEM" + (members "A1" "A0") + ) + (junction + (at 63.5 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "01eb9bdd-a337-4673-a2b0-d209aebe8932") + ) + (junction + (at 63.5 38.1) + (diameter 0) + (color 0 0 0 0) + (uuid "341059b3-16ac-4fe8-bbe2-921988ba1654") + ) + (junction + (at 25.4 58.42) + (diameter 0) + (color 0 0 0 0) + (uuid "37e4dc66-4492-4061-908d-7213940a2ec3") + ) + (junction + (at 50.8 38.1) + (diameter 0) + (color 0 0 0 0) + (uuid "66154fb2-7455-4e42-b0a7-e0fdebb40a4a") + ) + (junction + (at 50.8 25.4) + (diameter 0) + (color 0 0 0 0) + (uuid "e79c0d1b-dd57-46f8-829a-f7a4352235f8") + ) + (no_connect + (at 27.94 66.04) + (uuid "2d6718e7-f18d-444d-9792-ddf1a113460c") + ) + (bus_entry + (at 177.8 101.6) + (size 2.54 2.54) + (stroke + (width 0) + (type default) + ) + (uuid "2fb9964c-4cd4-4e81-b5e8-f78759d3adb5") + ) + (bus_entry + (at 177.8 97.79) + (size 2.54 2.54) + (stroke + (width 0) + (type default) + ) + (uuid "2fb9964c-4cd4-4e81-b5e8-f78759d3adb6") + ) + (bus_entry + (at 25.4 25.4) + (size -2.54 -2.54) + (stroke + (width 0) + (type default) + ) + (uuid "46cfd089-6873-4d8b-89af-02ff30e49472") + ) + (bus_entry + (at 38.1 38.1) + (size 2.54 2.54) + (stroke + (width 0) + (type default) + ) + (uuid "68b52f01-fa04-4908-bf88-60c62ace1cfa") + ) + (bus_entry + (at 25.4 38.1) + (size -2.54 2.54) + (stroke + (width 0) + (type default) + ) + (uuid "9d984d1b-8097-407f-92f3-3ef68867dcfa") + ) + (bus_entry + (at 38.1 25.4) + (size 2.54 -2.54) + (stroke + (width 0) + (type default) + ) + (uuid "bb4f0314-c44c-4dda-b85c-537120eaae9a") + ) + (wire + (pts + (xy 99.06 92.71) (xy 99.06 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0088d107-13d8-496c-8da6-7bbeb9d096b0") + ) + (polyline + (pts + (xy 25.146 127) (xy 37.846 127) + ) + (stroke + (width 0.508) + (type default) + ) + (uuid "03d88a85-11fd-47aa-954c-c318bb15294a") + ) + (polyline + (pts + (xy 88.9 25.4) (xy 88.9 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0c30a4be-5679-499f-8c5b-5f3024f9d6cf") + ) + (polyline + (pts + (xy 37.846 139.7) (xy 25.146 139.7) + ) + (stroke + (width 0.508) + (type default) + ) + (uuid "0dcdf1b8-13c6-48b4-bd94-5d26038ff231") + ) + (wire + (pts + (xy 38.1 38.1) (xy 25.4 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f3c9e3a-9c59-4881-b27a-d0e982b3ea8e") + ) + (polyline + (pts + (xy 88.9 139.7) (xy 76.2 139.7) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + ) + (wire + (pts + (xy 129.54 114.3) (xy 96.52 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "128e34ce-eee7-477d-b905-a493e98db783") + ) + (polyline + (pts + (xy 50.8 139.7) (xy 50.8 127) + ) + (stroke + (width 0) + (type default) + (color 255 0 0 1) + ) + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (polyline + (pts + (xy 37.846 127) (xy 37.846 139.7) + ) + (stroke + (width 0.508) + (type default) + ) + (uuid "1a2f72d1-0b36-4610-afc4-4ad1660d5d3b") + ) + (bus + (pts + (xy 177.8 88.9) (xy 177.8 97.79) + ) + (stroke + (width 0) + (type default) + ) + (uuid "272c2a78-b5f5-4b61-aed3-ec69e0e92729") + ) + (polyline + (pts + (xy 76.2 127) (xy 88.9 127) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (wire + (pts + (xy 25.4 58.42) (xy 27.94 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "29256b3d-9450-4c0a-a4d4-911f04b9c140") + ) + (bus + (pts + (xy 50.8 25.4) (xy 48.26 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (wire + (pts + (xy 96.52 82.55) (xy 101.6 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3172f2e2-18d2-4a80-ae30-5707b3409798") + ) + (wire + (pts + (xy 129.54 82.55) (xy 129.54 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "417f13e4-c121-485a-a6b5-8b55e70350b8") + ) + (wire + (pts + (xy 22.86 58.42) (xy 25.4 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "483f60da-14d7-4f88-8d01-3f9f30784c70") + ) + (polyline + (pts + (xy 51.054 144.78) (xy 63.754 144.78) + ) + (stroke + (width 0.762) + (type dash_dot) + (color 0 255 0 1) + ) + (uuid "48f827a8-6e22-4a2e-abdc-c2a03098d883") + ) + (polyline + (pts + (xy 76.2 25.4) (xy 88.9 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4dc6088c-89a5-4db7-b3ae-db4b6396ad49") + ) + (bus + (pts + (xy 50.8 38.1) (xy 48.26 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (bus + (pts + (xy 63.5 38.1) (xy 66.04 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (polyline + (pts + (xy 50.8 127) (xy 63.5 127) + ) + (stroke + (width 0) + (type default) + (color 255 0 0 1) + ) + (uuid "58dc14f9-c158-4824-a84e-24a6a482a7a4") + ) + (wire + (pts + (xy 129.54 102.87) (xy 129.54 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "67621f9e-0a6a-4778-ad69-04dcf300659c") + ) + (wire + (pts + (xy 127 102.87) (xy 129.54 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "68e09be7-3bbc-4443-a838-209ce20b2bef") + ) + (wire + (pts + (xy 99.06 102.87) (xy 101.6 102.87) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6a780180-586a-4241-a52d-dc7a5ffcc966") + ) + (bus + (pts + (xy 63.5 25.4) (xy 63.5 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7e969d15-6cc0-4258-8b27-586608a21adb") + ) + (wire + (pts + (xy 25.4 25.4) (xy 38.1 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "825c70b0-4860-42b7-97dc-86bfa46e06fd") + ) + (polyline + (pts + (xy 88.9 127) (xy 88.9 139.7) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (wire + (pts + (xy 180.34 104.14) (xy 190.5 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "87f44303-a6e8-48e5-bb6d-f89abb09a999") + ) + (polyline + (pts + (xy 76.2 139.7) (xy 76.2 127) + ) + (stroke + (width 0) + (type solid) + ) + (uuid "8d55e186-3e11-40e8-a65e-b36a8a00069e") + ) + (polyline + (pts + (xy 51.054 157.48) (xy 51.054 144.78) + ) + (stroke + (width 0.508) + (type default) + ) + (uuid "9c8ccb2a-b1e9-4f2c-94fe-301b5975277e") + ) + (wire + (pts + (xy 127 82.55) (xy 129.54 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9dab0cb7-2557-4419-963b-5ae736517f62") + ) + (polyline + (pts + (xy 76.2 38.1) (xy 76.2 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a501555e-bbc7-4b58-ad89-28a0cd3dd6d0") + ) + (bus + (pts + (xy 177.8 97.79) (xy 177.8 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a819bf9a-0c8b-443a-b488-e5f1395d77ad") + ) + (bus + (pts + (xy 63.5 25.4) (xy 66.04 22.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (wire + (pts + (xy 180.34 100.33) (xy 190.5 100.33) + ) + (stroke + (width 0) + (type default) + ) + (uuid "af7ed34f-31b5-4744-97e9-29e5f4d85343") + ) + (wire + (pts + (xy 22.86 66.04) (xy 27.94 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b603d26a-e034-42fb-8327-b60c5bf9cdd2") + ) + (polyline + (pts + (xy 63.5 139.7) (xy 50.8 139.7) + ) + (stroke + (width 0) + (type default) + (color 255 0 0 1) + ) + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (bus + (pts + (xy 50.8 25.4) (xy 63.5 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b8c83ad1-b3c9-495c-bdc6-62dead00f5ad") + ) + (wire + (pts + (xy 25.4 58.42) (xy 25.4 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b994142f-02ac-4881-9587-6d3df53c96d2") + ) + (wire + (pts + (xy 38.1 25.4) (xy 38.1 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bbb15673-6d42-42b8-9d51-7515b3ad9ee9") + ) + (wire + (pts + (xy 129.54 92.71) (xy 99.06 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c201e1b2-fc01-4110-bdaa-a33290468c83") + ) + (wire + (pts + (xy 96.52 114.3) (xy 96.52 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c801d42e-dd94-493e-bd2f-6c3ddad43f55") + ) + (bus + (pts + (xy 165.1 88.9) (xy 177.8 88.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ceb12634-32ca-4cbf-9ff5-5e8b53ab18ad") + ) + (polyline + (pts + (xy 63.754 157.48) (xy 51.054 157.48) + ) + (stroke + (width 0) + (type solid) + (color 255 0 255 1) + ) + (uuid "cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b") + ) + (polyline + (pts + (xy 88.9 38.1) (xy 76.2 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "db83d0af-e085-4050-8496-fa2ebdecbd62") + ) + (polyline + (pts + (xy 25.146 139.7) (xy 25.146 127) + ) + (stroke + (width 0.508) + (type default) + ) + (uuid "dde3dba8-1b81-466c-93a3-c284ff4da1ef") + ) + (wire + (pts + (xy 25.4 38.1) (xy 25.4 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e83e0227-ac0f-4180-82bd-68d3a7b56476") + ) + (polyline + (pts + (xy 63.754 144.78) (xy 63.754 157.48) + ) + (stroke + (width 0.508) + (type dot) + ) + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + ) + (bus + (pts + (xy 50.8 38.1) (xy 50.8 25.4) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f022716e-b121-4cbf-a833-20e924070c22") + ) + (bus + (pts + (xy 63.5 38.1) (xy 50.8 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f1dd8642-b405-490b-a449-d1cc5797fda8") + ) + (polyline + (pts + (xy 63.5 127) (xy 63.5 139.7) + ) + (stroke + (width 0) + (type default) + (color 255 0 0 1) + ) + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + (wire + (pts + (xy 25.4 55.88) (xy 25.4 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fb03d859-dcc9-4533-b352-64830e0e5423") + ) + (arc + (start 203.2 120.65) + (mid 205.0599 116.1599) + (end 209.55 114.3) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + (uuid 00f81073-f297-4ecd-ab0d-4dd899b8db01) + ) + (circle + (center 190.5 120.65) + (radius 6.8392) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + (uuid a4112622-c24a-41b1-ad3f-0c48820cef36) + ) + (rectangle + (start 165.1 114.3) + (end 177.8 127) + (stroke + (width 0.3) + (type dash) + (color 14 44 255 1) + ) + (fill + (type color) + (color 255 16 48 1) + ) + (uuid c6a9521c-c2a2-4070-921e-e6a55261b68a) + ) + (image + (at 133.35 40.64) + (scale 0.94) + (uuid "9a9f2d82-f64d-4264-8bec-c182528fc4de") + (data "iVBORw0KGgoAAAANSUhEUgAAAuQAAAGQCAYAAADm/3UvAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz" + "AAArXAAAK1wBfoUIFwAAIABJREFUeJzs3Xl8XHW9//HX98yWZbKvTbrTfaO0tIWyVRabUIq44QpX" + "wat41YsKsiqKKKLA1QuKKyKIXLl6VSzQwk92aOlCC91purdJk6bZl8nMnHO+vz9CQpe02WbmzPJ5" + "Ph552MTJOZ+0IXnPdz7fz1chhBAC/T0y6CQXTSYuslF40XQBLSja8NGivkfI6TqFEEIkH+V0AUII" + "EWv6VqZhsQjFLGASMBko6+fTLGAvsAPYjuYt3Lyo7uZQdKsVQgiR7CSQCyGSnv4eaXRyGfARFB8A" + "SiN4+e3AC8Cf+TFvKNARvLYQQogUIIFcCJG09E3MR3ENcCWQF4Nb7gYeBx5WP2Z/DO4nhBAiCUgg" + "F0IkHX0z56K4Gc1lDpUQRvFnFHerH7HdoRqESE7uy1wolYGiCM1ooAS0D4w2lD6A5gDQgssK0vWs" + "vGIlEoIEciFE0tC3MA+b/0ZxttO1vMcGnsDFTdJrLsQweT6Uhranovg4cBFwGpAGuOnOMzYQBpqA" + "t4F/gH4OTS3m07ZTZQsxEBLIhRAJT3+dXNK4E81XAJfT9fShA8V9pHG3TGoRYpC8l7nQahrwbeAS" + "IAcwlHLhdafhdXkxlIFpmwTNLkwrxHtbOULAAeCXaB7BXNbo2NcgRD8kkAshEpq+lUux+QNQ5HQt" + "A7Aem0+qe6lyuhAhEoL7sjSUugq4EyhVKJWbUURZwSzKCueSkVFARoYfhUFXV4hAoJn2zhr216+k" + "tnknwXAngAmsBq5Dqy2Y/5Q2FhF3JJALIRKS/h5uuvg2mu8AhtP1DEIbcJ36MU84XYgQcc2zNBO4" + "A/gakJ6Vlsfk8ksYX34R5aMKmTDVQ3EJpGeA1tDRDnWHYM8Om4b6IEead7DjwD/ZW/82lh3WwD40" + "n8XQqwhJC4uILxLIhRAJR99AIW6eAhY6Xcsw/ILdXK/+guV0IULEHc/SNOCHwFcVyju6cDqzTvsc" + "I8vGc8YCN+MngS8N1HEpxrYh2AW7dsDGtdDS1MG+w6+wYef/0BFsAagGPo4y3iT0lKyUi7ghgVwI" + "kVD0DYzBzXN0H+aT6J4ixKfUTwk4XYgQccP9YQNl/idwDyjfxBFnM3fSFykfncf5lyjyC08M4sfT" + "GpoaYOVLcOiAxeHGjazc+iAtgSPQPZ60gvAyaR0TcUMCuRAiYejbmIHFCqDc6Voi6FXgcvVjWpwu" + "RIi44Fk6D1gB5I8pnMXZ029kzPhcFlVAVnb3Q7TuXg3Xmt6juJQCZYBxVANboBNWvgx739VUH1nH" + "q5v+i65whwZeBP0hwk93xPJLE+JkJJALIRKCvoXxaN4gsqdsxos3sbhY3YeEA5HavEsz0TwHnJOd" + "XsDFZ9zJuPGjuegyyMyEQAAa6qGpERrrIRgA2+oO4h4v+HOgoAhyciAnD7xeCJvw5suwY4vF1j1P" + "sm7Xk2itw8BnCS/7X4e/YiGA7tmdQggR1/SNFKNZTnKGcYCzcPNn/T0+rL6H6XQxQjhGsxCYp1BM" + "G72UkuKRLLigu/1kzetQfwi6OsA6xc4LpcDthUw/jBgFo8fDGQsgHHYRNpdS07Ce6qYdHuAO3B96" + "DvMpeXVKOC4e5/UKIUQv/T0ysHgJmO50LVE2CZOSO9/gaacLEcIRrsvcKPVrYEJx9hjmTPoCpWXp" + "VO+DrRugqR7CwffaVPphW9AVgCO1sLcKDh2EolJob/Fh4Gdv3UpA56F4Bfvd3dH+0oToTyKNChNC" + "pKIAvwBmO11GjHxJ38zVThchhCMMVQ7MAhhbch4+Tza11XC4BqxhvG5kmdBQB5vWdk9gKcmdSXH2" + "GAAP6Otwf1Lad4XjJJALIeKWvoVPAZ9zuo4Ye0jfyjSnixDCATOBArcrjdEl5wEKHcFp4VqDtsHr" + "8VNW0Psc/wxUR27k7iLE0EggF0LEJX0LE9D81uk6HJCJzZ/1F/E4XYgQMXYZoIqyyvF5sqN4G0VZ" + "wfyed0qAEVG8mRADIoFcCBGfND8DMp0uwyEzyeMbThchRMy4PqyAMwByMkpxu9Kjejt/egkuwwuQ" + "AYyN6s2EGAAJ5EKIuKNv4ePAEqfrcNh39S0SFESKMMw0IAfA68lFqejGE6XcpHl6n++fFtWbCTEA" + "EsiFEHFFf4N0NP/ldB1xIAPNT5wuQoiY0Higu03L5fJF/XZKGbhdvV1hOVG/oRD9kEAuhIgvXr4A" + "jHS6jDjxMX0zM50uQogYsN97w7ZjMIpfa2y7d8doMPo3FOLUJJALIeKG/iIeFDc4XUccUcAtThch" + "RNQZqgsIAJhWBzCAYePDoLEImoGed+uiejMhBkACuRAifuRzFZoxTpcRZz6hv8VEp4sQIqpC/zSB" + "3QAdXfVYdiiqtwubnYStTgAT2BbVmwkxABLIhRDxQ3Od0yXEIRcGX3C6CCFi4AWAI20HCYXbo3YT" + "y+7iwOFX0d1HfjYANVG7mRADJIFcCBEX9K1MAuY5XUec+qz+OC6nixAiyl4BAu1dTeytXU4w1ICO" + "5MlAgGkFqGtcyf7Dr/V8aB/KPhzRmwgxBBLIhRDxwebzTpcQx8oYx4VOFyFElO0G9oBmb+3r1DS8" + "SGPrhgj1lGtC4Wbqml6jub2KI+2Hee+ifyL0THi4hQsxXBLIhRDx4kqnC4hrik84XYIQURVe1g78" + "AdBH2g/THjhMS0cVNUdeoKltC6bVPqQVc9sO0dqxk9rGl+kK1lPdsAXTCgMcAZZF9GsQYogkkAsh" + "HKdvZBww3uk64priYqdLECIG/geotmyT/YffwbJDmFYHTW2bqTnyLxpa1hEI1mLZQbS2TnoRrS0s" + "K0B75x4ONbxMQ+t6TCtAR1cDtc0HoXt1/B9otS9GX5cQp+R2ugAhhMCQdox+acboGxmn7mOP06UI" + "ET1GNdg/Av77SHudO6dpFyPyJ6GUgWkFaO3cRVtgH25XGl53Lj5vIW5XBobygFJo28S0OugK1RMM" + "N2HZgd5V9bAZYHftOqzuOecHwfgh5lORbVIXYogiFsjHzv56rm0F5fhZIcSgHQ49+tFiX6fTZcS9" + "tS0jrhk984p/DOcahsu3a+/bP2uOVE1CRFT4KY136R/RfFhrfdHew5uUz5NOftYolOp+UV9rk7DZ" + "Tthsp6Pr4HsfV+9dQPfZ1mJaIfbUrqO5sxmgE/gG2Ptj9FUJ0S/V/0P6NnL6tfnK8PwbcCaaeSgm" + "DOd6QojU9dL5f+Y0v2TE/vxx/3Ru33zecC+jFewAvdbWrLF9+n9q3vrNkUjUJ0TEeJaOobu/e4bb" + "5VHji6dTlDsBl+Hp7zNPEAoH2FO3jsMt1Wh0GLgX274T65noDjsXYhCGFKBHz/zyxRr9CHK8tRBi" + "mNzK5t3Fv8NjyCvH/VnZUM4nVy+N9GXrDK2u3bf5l89E+sJCDIv78iko/b/ADEMZqji7lJFFM0n3" + "5qBU/1NALduktaOOfYc30trVDBAEfgHcQXhZR3SLF2JwBhXIx479XJqZ5fueQn0L2RAqhIiAcRkt" + "vLLof5wuIyHUdmUy/8WronFprdG/tb36GzVv/UZ6h0T8cC89DcXDwDmA2+f2UZRdSmHOeDJ8uRjK" + "DUqhUGg06O4g3haop65pJ40d9T09483AT1D8N6Fl8j0u4s6gesjNrLQ/KvhYtIoRQqSecdKqMmAl" + "aR1kuEw6rYjvx1cK9UVXSOWCjFcUccRctgvP0o8CXwOuC5rB4oON+1RtczVpHh/pXj8edxqGcmPZ" + "JsFwJ13hTgLh3s2cIWAzcBPwKqFlMnNcxKUBr3KPnvWlpRLGhRCRlucJOl1CwlBArrcrmre4cuSM" + "6z4czRsIMWjhZQ1ofgBcWJCv/1yQpzHcJh2hDurb6qhp2sfBxl0cat5HY0c9XWYHaWm27XLxJvBl" + "4IMY+kXCEsZF/BrQMsv4uV/MCYfUL6NdjBAi9WS65HfkYGS6o/v3pRS/GD3zyy/v3/TLpqjeSIjB" + "MJeZwNYzZ1dstiywtY8Z02dQU9tJS3MA07JJ87lxuUzqag+Skam7tM2XX11lvEP4meEe8ylE1A0o" + "kJtBdTuK8mgXI4RIPZkeGXQwGP7oP4EZYWPfDNwS7RsJMRgXX3yxoRSXuN1QWJjFnDkTmasMbLs7" + "bysF7e3tPPvsQWxbpwNlhJ9529mqhRiYgbWsKHVulOsQQqSoNOPkp+2JE6XH5BUFNezZikJEmtvt" + "zgHGAuTm5uJ2u3G5DDweFx6PC7fbRVqaj/T0dACllJIDx0TC6D+Qf/zjLg2nx6AWIUQKCtr9jy8T" + "7+uK/IbOEyiYzcc/Lv8wIt6UAIUAJSUlfT7A6/Xi9/sB0Fqfe8kll8j3sUgI/Qby0VvzJwMZMahF" + "CJGCOszBH/SRytpj8/eVMWZb0aRY3EiIQZgGZLpcLgoLC/t8gGEY5OXl9bxb5nK58vp8oBBxpv8V" + "chfTYlCHECJFSSAfnA7LG5P7aMOaHpMbCTFwiwGVnp6O13vy/w6Kiop6/lgIFMegLiGGrd9Abmvl" + "i0UhQojU1BxOc7qEhNISjs2PZPnZL+JJRUWFF5gPkJ2djcdz8ifyBQUFuFwugHSl1IzYVCjE8Mhp" + "m0IIR+3pzHG6hIRRH8yIVcuKEPGmEBgBUFhYiGGcPL54PB4yMro7bbXWH4hJdUIMkwRyIYSj9nVk" + "Y2r5UTQQuzpynS5BCKeUA/kApaWlp3ygx+MhKyur590Fl156qTyLFXFPfgsKIRxlaoP9nVn9P1Cw" + "q10CuUhZCwHP0VNUTua4jZ0ltm0XRLs4IYYruvOzlEFemYyzFUKcWlX4Hcazyuky4t4e19nklV8w" + "4Mc31bwG2o5iRUJEX0VFhQI+COD3+0/ZP96jpKSELVu2ABTQPS6xNpo1CjFcUR9o63KnR/sWQogE" + "t65zNotzJZD3563AXPmZKlJRFjAJICcnZ0CBPCcnB7fbjWmaPmAO8E50SxRieKRlRQjhuHWdM50u" + "Ie4dDhewL1jmdBlCOKEYKIKTHwh0PI/HQ2ZmZs+7cmKniHsSyIUQjtsXLKMu3PdBH6Lb6g45MFmk" + "JqXURCDbMAyKiwc2Vvy4jZ2zKysrZYyniGsSyIUQceH5lnOcLiGu/at1odMlCOEIrfUlDOBAoKMp" + "pSgo6N3LWay1lmf8Iq5JIBdCxIVlLRc5XULcarRyWNV+htNlCBFzlZWVbuA8gKysrAEHcjimvSWP" + "92aYCxGvJJALIeLCzq7R7Oga63QZcWlF8/mY2uV0GULEnNa6gPfCdH5+/ikPBDqe3+/vCfAe4Kyo" + "FChEhEggF0LEjb81Lna6hLijUfy96RKnyxDCKSPoPqVzwBs6e8jGTpFIJJALIeLGP1ouot7Md7qM" + "uPJS61nsCo52ugwhnDIf8Hk8HnJzB3cwltvtPnpj59SKioqMSBcnRKRIIBdCxI2Q7eWJhqVOlxFX" + "fl//UadLEMJJFwNkZmYOqn8cujd2FhUV9bxb9N6bEHFJArkQIq78pbGSRivH6TLiwqtt89jaNcHp" + "MoRwRGVlZQYwEyA7Oxu3e/BnGZaUlKCUAsgFyiNaoBARJIFcCBFXOu00/rv235wuw3Eh7eGndZ93" + "ugwhnFRC96FAFBcX9wTrQTlqVKJLa31eZMsTInIkkAsh4s7TzR9gbUdqn975yJGPysmcItWNAXKV" + "UpSWlg7pAh6PB7/fD4BS6sKKiorBp3ohYkACuRAi7mgUPzn074S0x+lSHLE/VMYjRz7idBlCOEpr" + "fRFgpKWl4fMN7aBNt9tNdnZ2z7vjAX+EyhMioiSQCyHi0q7gaH5a+zmny4i5kPZwy4EbCNmD28Am" + "RDKprKw0eG9U4VHzxIfkqI2dhbzXAiNEvJFALoSIW082LmF5y/lOlxFT99dey/au05wuQwhHaa3z" + "gJHQfSCQyzX0g7GO6j/PprsNRoi4I4FcCBHXfnToOvaGUmM4wvKW8/lLY4XTZQgRD0oZ4oFAx/P5" + "fKSlpUF35lk03MKEiAYJ5EKIuNZuZfDlvd+nLlzodClRtbZjJndWf83pMoSIF2cAGS6Xi/z84R0W" + "5vV6ezd2Aos++MEPSvYRcUe+KYUQca8uXMBX991Bi5Wc+7GqgmO5cf8tKbuJVYg+XARDOxDoeC6X" + "6+hTPke5XC456EDEHQnkQoiEsCs4mq/tv4MWK6v/ByeQ7V3j+fKeO2mzM50uRYi48MEPfjANOBO6" + "DwTyeIb/RPWojZ0FWmvZ2CnijgRyIUTC2Nw5iWv2/IjacHKcgL22YyZf3PsDOZlUiKMYhlFE96FA" + "FBYWDulAoOMVFhZiGAZ0jz2U429F3Bn8ObRCCOGgPcGRfH7PPTww5i4m+vY6Xc6QLW85nzurvyZt" + "KuKUKioqXFrrVFs8GwPkQfeGTq31sC/o8XhIS0ujs7NTARctXrz4+WFfNAlorc3nn39++H/BYtgk" + "kAshEk5duICrdv+E60se41P5TztdzqCEtIcH6q7miYalTpci4tzixYtLgeuVUiOAgSwTJ0uwmsJ7" + "+WT37t1UV1cP+4KWZWFZVs+7n1BKDW+naPwZyssItlJqXWVl5e+XL18eiHhFYlAkkAshElLI9nLv" + "oS+wuXMSt434FZmuTqdL6te+YBm3HryR7V3jnS5FxLmKigoD+BRwM0MLW0mhqqoqGpctA/4tGhdO" + "QB/WWq8C1jtdSKqTQC6ESGjLW85nbedMri95lCU5LztdTp9M7eIvTZX8vO6zBOw0p8sRCUBrjVKq" + "GFCGYZCbm9vTA31Kkei3dpLWmnA4HJE2lVPxeDwD+vuMF+FwmGAwGLHrhUKhnlcMfHT31QuHSSAX" + "QiS8I+E8vnPw6zzd/AG+Vfo7xvsOOF1Sr9fazuS+2ms5EBrhdCkiQWVmZrJo0aJhj/9LFP2FcaXU" + "sAN7oj1xaW9vZ8eOHdi2HZHrBQIBampqov7ERwycBHIhRNJY3X46V+58gHOz1vHvRf/L9PSovNzd" + "L43i9fa5/Lb+SjZ3TnKkBpE8lFK43W7cbndvkDxZoBzMx4//2Mkec/Tb0Y87+n97/tyz6tzX+z1v" + "fX3s6LeekNjzZ9M0CYVCmKZJOBwmHA5jmmZKhcmeeeyhUCgi10ukVwdShQRyIURSsVG82jaP19rO" + "5OysDVyR+y/Oz1qLV4Wjfu9mK5vnWs7j/5o+yM6uMVG/n0g9xcXFFBZ2n1p7fFA+Puge/7Hj/7+T" + "fezo909loI/RWveG554/27aNaZonhO1QKEQwGOz9mGma2Lbd+3k9n5tq3G43fr+fxsZGp0sRUSKB" + "XAiRlDSKlW1zWNk2h2xXOxfnrOSirFXMzthGutEVsfs0mLms7ZjJcy3nsbJ9DmEtP1ZFdCilyM7O" + "prg4Ps61OTok97z1hOieleye3udgMHjM6rZlWScE7VRa8R4spRT5+fk0NTXJ31OSkt8cQoik12r5" + "+VvjB/lb4wfxKJPp6VXMz9zIhLR9jPHVMMZTg9fo/6XgVsvP/mAZe0PlbAucxpqOWewOjkKn7hAM" + "EWMulyuq1z8+HGutsSyrN0j3rGL3BO2eP4fD4WNC9tFhW0SG3+/H7XYTDkf/1T4RexLIhRApJazd" + "vN05lbc7p/Z+zEBT5Gkk22gjw9VFhtFFuhGgw86g3cogYKfRbGbLiZrCcUPp/T2+XaSvlpGeUN3T" + "MnL8anZfq+GpxrbtE9plju+Ljya32016eroE8iQlgVwIkfJsFHXhAuoocLoUIU7pZCvkPavTlmWd" + "0Jfds5IdDAZ7PxbNlpGjV8h73gd6g+tAe9Sd1jOCsaWlhebmZhobG2lvb+8dy2gYBj6fj+zsbPLy" + "8sjLyyMzM/OYzbeRZBgGWVlZtLa2RvzawnkSyIUQQogE0ddKrGVZbN68mY6ODsdaRrTWhEIhWlpa" + "aGpqoqGhgY6ODkKhELZtYxgGXq+XzMxMCgoKyMvLIycnB6/XG3fh3LZt2tvb2bt3LwcOHMA0TXJy" + "cigqKmL8+PFkZ2eTlpZGe3s7LS0tHD58mJ07d9Le3o7f72fcuHGUl5eTlpYW8a8tJydHxhUmKQnk" + "QgghRILoK5CHQiHa2tocaWXoCa/79u1j//79mKZJbm4upaWlTJ8+nYKCAtLS0ujq6qKxsZHa2loO" + "HTrE9u3bcbvdjBo1irFjx+L3+x0fxae1JhAIsH37dvbt20d+fj4XXHABCxYsYPTo0WRmZh6zwt/z" + "xMe2bZqbm9mzZw+vvfYamzZtYtu2bUydOpXRo0dHdH68z+fD4/FEbPyhiB+OB/LJ43P40bfOxOOO" + "r2fIyeCN9Ye555cbnS4jJubNKuSOr812uoyU0REw+eWftvPK6lqnSxEiZZysV7mnFSXWAoEAVVVV" + "7Nq1i7y8PBYtWtQbXjMyMnC5XMeE154NooFAgH379rFmzRrWrFnDrl27GDduHJMnTyY9PT3mXwd0" + "P7E4dOgQGzZswO/3c9VVV7Fw4ULy8vJwu/uPSqWlpZSWljJ37lxqamp47rnneOWVV9i3bx9z584l" + "JycnIqvlLpeL9PR0CeRJyPFA/u7uFn7xx238+OYzMQwJ5ZFStbeVBx/d6nQZMbNxexPFhel43HLY" + "QbS9sLKGe3+zicMNkRsdKIQYmL56yFtaWmLawmDbNocPH2b9+vX4fD4+9alPcd5555Gfn99veHW7" + "3fh8PnJzc5k+fTpXXHEFr7/+OsuWLeOll15izpw5FBcXx3S13DRNtm3bRlVVFQsWLOCzn/0spaWl" + "Q6rB6/UyduxYrrnmGs4991weffRRXnnlFebMmUN5efmwvy7DMPD7/bS0tAzrOiL+OB7IofsX/H89" + "vJkb/32m06UkhfrGLv7zzjfp6Iz9iolTgiGLqj2tTJuY63QpSasjYHLPLzfyzEvxcyy9EKnm+ECn" + "taa5uTlm97csi507d7JlyxbOPPNMrrrqKsrKyoYUNN1uN0VFRVx++eXMmzePxx57jJUrVzJt2jQm" + "TpwY9RGPAOFwmLfffpsDBw7wiU98gssuu4yMjIxhX9fj8TBt2jRuueUWHn74YVatWsUZZ5zB2LFj" + "hx3K/X7/MSeaiuQQF4Ec4Il/7mbC2GyuuEROtxsOreGOn66n7kjA6VJirq4hIIE8SrZWNXPrves4" + "cKjD6VKESGnHtz30tIDEgmVZbNmyhaqqKpYuXcqVV15JZmbmsK/rcrkYOXIk119/Pf/7v//LsmXL" + "CAaDzJgxI6qhvGcz7P79+7n22mu55JJLItrv3XOYz5e//GW8Xi8vv/wyXq+X8vLyYbWvpKenYxgG" + "lmVFrFbhvLgJ5AD3/HIj0ybkMmmczPodqmUv7mf12/VOl+GI1jaZzRoNy185yPcfeJtgSH74C+Gk" + "vsYF9swQjzbbttmxYwc7duzgYx/7GB/96EdJS0uL6D0yMzP59Kc/TWZmJk888QQej4cpU6ZEpX1F" + "a82BAweoqqriE5/4RMTD+NH8fj/XXHMN7e3trF27Fr/fT27u0BePXC4XXq83Zk/ERGzEVcNtKGzz" + "7fvXEwrZ/T9YnKCxJchPH97idBmOaW2XTS6RZFma+363mdvve0vCuBBxoK9V1a6urpislNbV1bF5" + "82YqKyujEsZ7+Hw+Lr/8cioqKti8eTN1dXVRuU97ezvr169nwYIFXHHFFVEL4z2ysrL4whe+QFFR" + "EevWrRvWkyjDMKL29y+cE1eBHGDnvlZ+/5cdTpeRkH7+6DZa2lI3lNrSThcxHZ0m/3nnmzzx1C6n" + "SxFCvOf4FfKe/vFo9xIHAgHWrVvHjBkz+OQnPxn1MJiWlsZnPvMZZs6cybp16yK+EmzbNhs3bsTv" + "9/P5z38+Ij3jA1FcXMzVV19Nc3Mz+/fvH/J1lFIxq1nETtwFcoA//F8V+2ukV3Uw6o4EeDrFN9sV" + "5vmcLiEpNDQH+fdbX2fVhsNOlyKEOEpfrRvR3tCptWbr1q0opbjmmmvIzs4e9DVs26arq4uGhgbe" + "ffdd3nnnHXbs2EFTUxPBYLDPJxRZWVlce+21AGzZsiWiTzpaW1s5ePAgS5cupbS0NGLX7Y9Sijlz" + "5jBv3jy2bdtGMBgc8rXS09Pj7kAlMTxx1UPeIxS2efDRrdx76zynS0kYf/z7TkwztVt9CvPkJbzh" + "Oniog//47ioOyuZNIeLO8SvkpmkOK9QNREdHB3v37uXSSy9lzJjBDV2wLIv6+nrWrFnDM888w759" + "+zh8+DBdXV1kZGRQUlLC2LFjWbJkCfPnzyc/P/+YJx2jR4/moosu4tlnn2XKlCn4/f5hfz1aa7Zv" + "305xcTEXXXTRSUOt1ppwOIxtv/971e12D2gm+an4fD4+/OEPs27dOurr6xk5cuSQrtMTyGXSSvKI" + "y0AO8OKqGrbvbmHKeNng2Z/m1hB/e26f02U4SqnuQ6bE0FXtbeU/vrOShubo/oIXIhUtWbJkUMuZ" + "lmWdsBx+fHgMBoNR39C5Z88e0tPTueyyywY18aS9vZ1//etf/OY3v+Hll18+ZdvJ448/zgc+8AGu" + "u+46Lrjggt7DgVwuF0uXLuWll15i9+7dzJo1a9hfTzAY5NChQ1RWVva5sbKrq4v9+/ezY8cOVq9e" + "TU1NDZZl4ff7mTx5MrNnz2batGnk5uYOeQLM2LFjmTx5MlVVVcMaGelyuY55wjAMarDfn9D9/fj0" + "00/LM4IIidtArjX84a9V3HPTmU6XEvee+n/76Aqm9qa7CWOyyc2O7qacZLZ9Vwtf/s7KlN6DIEQ0" + "LF68OAf4jGVZowb5qQo4/5gPHLdCHggEorqhMxwOc+DAAebOnUthYeGAP6+xsZF7772Xhx9+mPr6" + "/qd+tba28tRTT7F+/Xq+9KUv8bWvfa23NaaoqIg5c+awfv16pk6disfjGfLXA/S2yRy/Ot5zONDj" + "jz/Oiy++yNtvv93n6adFRUWcffbZfPKTn6SiooLc3NxBt46kp6czd+5cnnjiCQKBwJBGRxqGgdvt" + "jsQTMjfwRcuyKobwuS2LFy9+4rnnnht6Q7zoFbeBHODFVYeob+yiKF9aEU7ludeqnS7BcfNmDfyX" + "hTjWlqpUk0+HAAAgAElEQVRmvnLHSlrbZWykEJFUWVmptNaVwM+A4SVJju0hj8WBQB0dHbS3t3PW" + "WWcNuFWjpaWFu+66i4ceemjQx7sfOHCAH/3oRwSDQW6++WYyMzNxuVwsWrSIl19+mc7OTnJyhvdK" + "aHV1NSUlJeTl5fV+rLOzk7/97W/89Kc/Zf369af8/Pr6ev75z3/y4osv8vGPf5ybb76ZiRMnDnqV" + "e86cOfzxj3+kra1tyIE8QqMP3cCnh/i5Wik1oaKi4roVK1akzkmEURLXgdw0bf75r/1ce+Ukp0uJ" + "W/uq29m+S47QvficMqdLSEgbtzfy1e+9SXuHhHEhIk0ppbTWZYAnIyODkSNHDmo1tb6+nsbGxqOv" + "1/v5WmtaW1sjXfIx6urq8Pl8TJ48eUCPD4fDPPzww/zqV78adBjv0dHRwYMPPsi4ceO4+uqrcblc" + "jB07lszMTGpqaoYVyG3bprm5mdGjR/eG4M7OTh566CHuu+++QY1YbG9v55FHHqG6upr777+f6dOn" + "D+rfNj8/H7/fz+HDh4e0sVQpNexXC3oUFBTg8w18KILWmqamJrq6uhRQrpSKywEhiSauAznAc69W" + "SyA/BVkdh9FlmZw+tcDpMhLOjj0t/OedEsaFiDIFMGHCBK655poBhyitNS+88AJ///vf379QDDd0" + "aq05cuQIxcXFAw5rVVVV/OpXv6Krq2tY925ububBBx/kwgsvZMyYMaSnp1NSUkJDQ8OwrmuaJp2d" + "nRQUFOB2u7EsiyeffJKf/OQnA2qt6cvzzz/P7bffzkMPPUR5efmAP8/j8ZCfn09LSwta6yFNTInE" + "7HSv18sXv/jFQdVuWRZ//etfee2114Z9f/G+uH9Ws3NfK3ur250uI269tOqQ0yU4bulFo5HpT4Oz" + "+0Ab131b2lSEiJWe0xUH83b8pkHDMHqDWzAY7LPHOVK01nR0dFBcXDyg4BcOh3n00UepqqqKyP03" + "bNjAn/70JyzLIi0tjcLCQjo7O4fVM2/bNqZp9k5r2bVrF/fff/+Qw3iPZcuW8cADDwzqiYjL5cLv" + "9w/5lQTontgSidGHXq8Xn883qLfhTpsRJ4r7QA6wJkWPgu9PS1uIqj3Rfcky3nk9Bh+6eLTTZSSU" + "g4c6+PK3V9LcKhs4hUgkR/cpDzec9qcnvGZlZQ0ofDU0NLBixYqI1rB8+XJaW1txuVxkZGScMIZw" + "sLTW2LaN1+slFArxm9/8hi1bhn+6tdaaxx9/nB07Bn6ooVIKr9c7rK8n2qeLithKiEC+duMRp0uI" + "S29vbcRO8Rmkl188mkLZ9Dtg9Y1dXPftldQ3Du8lZSFE7PX0kPf08EZTT3j1eDwD2rBYVVXFpk2b" + "IlrDm2++yaFD3a8Cu91ubNse1txtpRSGYRAMBjl8+PAx7UDDVVNTw5///OcBP0nSWhMKhYY8OhEk" + "kCebhAjkVXtl02JfNmwZXj9donO7Df7toxOdLiNhdARMrr/zTWoOdzpdihBiCHqCsdaatra2qN7r" + "6PA6kFXc9evXR/yQGtM02bBhA9DdEuNyuYbVomEYBh6Ph7a2Nl5++WV2794dqVIBWLVq1YAn31iW" + "RVtb27BC9XD/PkR8SYhAXl3XSSic2qdQ9mV9igfySy8YSXlJhtNlJATb1tx+31ts3y1PboVIVD09" + "5KFQaFi9xwO9l8fjobW1td9Z19EcwdjQ0IBpmrS3t+PxeIa1oux2u0lPT+fIkSO9QT+SNmzYMOAx" + "hOFwmMbGRnJycoYcqnueNInkkBD/kpalqa6Vo7yPZpp2Socrr9fgi58e2CguAT/8xTu8uqbW6TKE" + "EMPQE75CoVBUN3RCd9jLysqirq5uQOE/WsHQ5XLR1dVFfX09fr9/WPcxDIP8/Hz27t3Lxo0bI1hl" + "t5aWlgG3EtXX19PR0UFJScmw7imBPHkkzL9k7ZFhD79PKgdrOzHN1H3V4KorJlBWLKvjA/G7J3fw" + "9+f3OV2GECnNNM1Bvx3fKtKzOtzW1hapI9NPSilFcXEx9fX1dHaeus1NKTWkWdoDUVZWRmdnJ7W1" + "tRQVFQ37eiNHjqSxsTFi02CON9AV8rfeegu329078WUoIrVCbts2lmUN6i3a33+pKGHm1shEiGOl" + "8ijIglwfn5Pe8QF57tVqfvmnbU6XIUTK27t3L6tXrx7wTG+tNfv2HftE2jCMmJzQ2aOwsBDLsti0" + "aVO/K7lnnXVW7/SSSMnOzmbOnDls2bKFcDg87NVkgJycHDIzM6MSKF0u14CeNHR2dvLWW29RUFBA" + "WtrQhxJEIpDbts3WrVsHNfrRNE327t07rPuKEyVMIG9qkUB+tL0HoruhJ5795+emk5mRMN+6jnlr" + "8xG++7P1pPggHiHiQjgcJhQKDbhfWGt9wsQOwzCwbZuOjti0cGZkZJCTk8Obb77J+eeff8oNiGVl" + "ZZxzzjm89NJLEbv/hRdeiN/v5/XXXyc/P5/09PRhX9Pr9VJWVjasIHwy48ePH9B1d+zYwc6dO1m4" + "cOGwA/VwN3VqrQkEArS3D3yRzzTNYR/+JE6UMC0rTS3RO5EsEaXqCvmsKfksuXCk02XEvd0H2rjh" + "h2tkM7QQScQwjJhs6OzhdrsZP34877zzDjU1Nad8bF5eHpWVlRGb+mEYBkuWLKGtrY133nmHMWPG" + "ROQwGqUUU6ZMoby8POITShYuXEhOTs4pHxMIBPjHP/5BZmYmhYWFw7pfzxhMkRwSJpDLiYLHOnAo" + "9Ta5er0Gd379DAz5AXRK9Y1dfPW7q+S/GSGSjMvlivoJncfrCa7/93//d8onAoZh8JnPfIbzzjsv" + "Ive99NJLWbJkCX/9619RSjF6dOQOgPP7/UybNo3c3NyIXdMwDC644IJTruJrrVm1ahVvv/0206dP" + "j8gccQnkySNhAnlXMHY/gBJBY3PqvWLwpU9NYUz50DfApIKuoMX133+T2nrZBC1EMunpF25tbY34" + "vO9TSUtLY8qUKbzxxhts2rTplPcuLS3l5ptvpry8fFj3nDhxIjfddBN1dXWsXLmSyZMnR6RdpYdh" + "GJx++unMmjUrYoH2kksu4bLLLjvl9WpqanjiiScoLCykrKwsIveVQJ48EiiQy0vvR2tIsUA+aVwO" + "V11xmtNlxDWt4c4HNrB9V+qOwxQimSmlaGmJ7X/fSinGjRtHVlYWjzzyCEeOnPzkbMMwuPjii7nj" + "jjuGHDhPO+007rrrLiZMmMDDDz+M3+/ntNMi/7M/MzOTiooKxo0bN+xrlZaWcv3115+yBaWpqYlf" + "//rXtLa2Mnfu3Ii130ggTx4JFMgHdhxtKgiFbTo6U6cdwePublVxuxPm29URv//LDp57tdrpMoQQ" + "UaK17ncEYTR4vV7OPPNMDh06xG9/+9tTnhLq9Xq5+uqreeCBB5g7d+6A76GU4txzz+XBBx/k4osv" + "5ve//z01NTXMnz8/akfEl5eX85GPfIQRI0YM+Rq5ubnccMMNXHjhhScNx83Nzfz6179m8+bNLFiw" + "gKysrCHfTySvhEk40rLyvqaWYEpNzvjK1VOZPP7UG2VS3cura/nl49udLkMIEUWx3NB5vLy8PObN" + "m8fatWt5+OGHTxnK09LSuOKKK/jDH/7AN7/5TWbOnHnSaSIul4u5c+dy22238fvf/56FCxfy2GOP" + "sXbtWubNmxfRPu/jGYbBjBkzuPLKKxk1atSgP3/UqFF85zvf4brrrutznKXWmrq6Oh544AHWrl3L" + "ggULKCkpidiqttY6pu1LIroSZnacrJC/L5VGQM4/vYjPSqvKKe3c18q3738LW34wC5HUwuHwCaMQ" + "Y0UpRXl5OXPnzuXVV18lGAxy7bXXUlBQ0GfAdLlczJgxgx/84Ad8/vOfZ9OmTbzxxhscPnwYy7Jw" + "u92UlpZy3nnnMXPmTMaMGUN7ezsPPfQQa9euZe7cuVGZhHI8t9vNnDlzyMzM5Nlnn2Xr1q39PunJ" + "yMjgkksu4Stf+QrnnXden6MOg8EgGzdu5LHHHuPIkSOcc845FBcXS4uJOKmECeSWJWGjR1tHarSr" + "5GR5+f435shUlVNoaQvxzR+uoTMgryAJkcy01rS1tTm6ImoYBmPHjsXn87Fu3Tpqa2u5+uqrmTZt" + "2kkPPEpPT2fGjBlMmzaND3/4w8fUbxgGHo+HcDjM1q1b+eMf/0h1dTVnnXUWZWVlMQuvLpeLqVOn" + "UlhYyGuvvcaWLVuor68nEAjg8XhIS0sjKyuLkSNHMmHCBC6//HLOPvtsCgsLj1n511oTDAbZs2cP" + "zz77LKtXryYvL48LLrgAv98fla9HVsiTR8IEctuWb7oeoXBqvFpw23/Morgg8oc3JAvL0tx0z1oO" + "puAITCFS0WAOb4kWpRQjRoxg0aJFrF+/nnvuuYezzjqLysrK3rDeV/A0DOOYleSe8FpVVcUzzzzD" + "6tWryc7OZtGiRWRlZcV8JVkpRXFxMUuWLGHq1Kls27aNhoYG3G43o0ePZtGiRSxcuJDi4mLS0tIw" + "DAPLsgiHw5imSW1tLXv27OHVV1+lqqoKl8vFGWecQVlZWUQ2cJ6MBPLkkTCB3JJA3itsJv/fxccv" + "Hccl5w5vdFayu//hzazdePKJB0KI5OJUu8rxlFJkZ2dzzjnnUF1dzVtvvcWaNWuYMGEC559/PmPH" + "jmXEiBF4PJ5jgrXWmnA4TG1tLXv37u0Nr4ZhMGvWLMrLy/F4PA5+Zd3971OnTmXMmDFUV1ezd+9e" + "2traeOGFF9iwYQMFBQX4/X48Hg9dXV20trbS2NhIU1MTwWCQvLw8Zs2aRUlJCV6vV1pUxIAlTCCX" + "J4HvCyf5Cvn0ibnc8IUZTpcR1/75wn7+vGy302UIIVKYx+NhzJgxjBgxgrq6Ovbs2cNvfvMbPB4P" + "OTk55OXlkZmZidfrJRwO097eTlNTEy0tLYTDYfLy8pg5cyalpaVxFV6VUmRmZjJx4kTGjRtHZ2cn" + "zc3NtLS0UF1dTTgcxrZtXC4XPp+PvLw8Ro0aRW5uLunp6bhcrpjUqbXGtmUkdLJImEAuK+TvS+bj" + "0LP9Hu65eR5eT8IMAIq5d7Y1cvcv3nG6DCGEQCmFz+dj9OjRlJeX09XVRUtLC+3t7TQ3N9PQ0NC7" + "idPn81FcXMy4cePIzc0lLS0tZuF1KJRSvU8ucnJyjgnAWuveOeBOzQOXQJ5cEiaQSw/5+8Jmcv4H" + "qBR87+tzKC/JcLqUuFVbH+CGH65J6idlQojE5HK5yMzMJDMzEwDbto/pce45bTRRKaXi7gmE9JAn" + "DwnkCShZJ858/mMTWbSg1Oky4lZX0OKbP1hNY0tqndIqhEhMiRy+E4GskCcX+a8lASXjE+IFs4v4" + "j89OdbqMuKU1fPdnG9i+O7bHZgshhIhfskKePCSQC8eVFqVz941zMYz42NATj3735Lv8v9ernS5D" + "CCFEnLBtW1bIk4gEcuEor9fgvlvnk5fT96ESAl5eXcuvn3jX6TKEEELEEcuyZIU8iSRMD7lITrde" + "dzrTJuY6XUbc2nOgjTt+uh5bfugKkfBCodCAp3ForeNm7riIT+FwZE7t7uzsPOlJq30xTVO+N6NA" + "ArlwzJVLxvGhS0Y7XUbcamkL8fW7VtPeEZkfukII55imydatWwc8pUNrzZEjcvCXOLlIBHLbttm9" + "e/cxp6j2R2tNZ2fnsO8tjiWBXDhi1pR8OfznFCxLc9M9azlwqMPpUoQQEdJzoMxASX+wOJVwOByR" + "lhXLsga14i1tMtEhPeQi5grz07j31nl43PLtdzL3/W4TazfK6pgQQoi+hUIhp0sQESSJSMSU221w" + "z7fOpCh/4C+PpZqnXzzAk0/vcboMIYQQcUprLYE8yUjLioipG78wgzkzCpwuI25tereJH/z8bafL" + "EEJEmG3bBIPBQR2WY5pmFCsSiUxrHbHvj8EG+0jeW7xPArmImUsXjeTKJeOcLiNuNTQFuemetYTC" + "0jcqRBLR0N2nu3Xr1gH36iqlSE9PJyMjI6rFicRk23ZEQrFt2+zcuXNQG0SVUuTk5OB2u+G9728x" + "fBLIRUxMGpfDt7862+ky4pZp2tz047XUHQk4XYoQIkKeffZZu6KiYjfQCXjD4bAxmM1zPp9PAXJi" + "mjhBJFepLcuyBxvIdffOThuo0lrLKlIESCAXUZeT5eX+2+aR5hvYuK9UdM+vN7FhS4PTZQghIkxr" + "/TzwaaAsEAjMNE3TM8BPVX6/fx4wK3rViURl23akZoFbtm0/HQgEBnwUtFLKtixrt8fjOQw8v2LF" + "CulfiQAJ5CKqDKX44Q1zKS/NdLqUuPXX5Xv524q9TpchhIiC5557rhN46r13/Qxwxbu0tNQ1duzY" + "7yCBXPQhFApFZPygUiqcl5f3wLp1614fzOe9++67YaRdJaIkkIuo+urVU1k4t9jpMuLWxu2N3Pfb" + "TU6XIYSIjfaBPvD00083lFIyRkP0qaurK2LXcrlcJiDfaw6TsYciahYtKOXfPjrR6TLi1pHGLtnE" + "KYQQYtC6urrkgJ4kI4FcRMXYcj93fXMuSrYj9SkUtvnm3Ws43BC5VQ4hhBDJT2sd0RVyER8kkIuI" + "y0h3c9/t88nMkI6ok/nxrzay+d0mp8sQQgiRYGzblkOBkpAEchFRSsGdXz+D8aOynC4lbj359B7+" + "/vw+p8sQQgiRgGzbHtTccJEYJJCLiPrCJyZz0cIyp8uIW29va+S/Ht7sdBlCCCESVKQOBRLxRQK5" + "iJizZhfxpU9NdrqMuFV3JMCNP1xD2JRNnEIIIYZGNnQmJwnkIiLKijO4+1tnYhiyi7MvoZDNjXev" + "obEl6HQpQgghElggEJBAnoQkkIth83ld3HfbfHKzvU6XErd+9Kt32FLV7HQZQgghElxnZ6fTJYgo" + "kDEYYthu+4/TmXJajtNlxK0nntrFU/9vv9NlCCHi2JIlSwyOOsXTtm1Da937vtZ60KuiSubOJh3b" + "tqMx8tBYsmSJq4976eXLl0uPZYxIIBfD8pkPncbSi0Y5XUbcentrAz/7w1anyxBCxKnFixd7lVIf" + "syxrHkcF8vf+vBC6e4a3b9+O2z3wX9lKKQoKCiguLpZgnkT6Gnlo2zZtbW2DmrximmbPEzwP8FXL" + "sq7o42HBioqKJ1esWLF+ODWLgZFALobs9Kn5/OfnpjldRtw6dLiTG+5eiymbOIUQJ6GUmgD8N1B4" + "sseEQiE2bdo06GunpaVx1llnUV5eLqE8SZimecyEFcuyOHz4MO3t7UPtK3cBHz3F/39uRUXFhStW" + "rJANUFEmgVwMSWF+GvfeMg+PW7Yh9CUUsrnxR2tpkk2cQohTUEr5tdbpAOnp6fh8vmFfU2tNIBCg" + "q6uLNWvWsHDhQkpLS4d9XeG8ozd0mqbZG8YBXC4XLtcJnScAgwrrWmssy+r5nEKOfeVGRIkEcjFo" + "brfBT26ZR2F+mtOlxK27H3qHbTtlE6cQYmBcLhcLFiyISHDWWtPY2Mgbb7xBZ2cnb775Jueccw5F" + "RUURqFQ4qbOzE601pmlSW1vbu8EzOzubwsJCDGP4i2Raa+rq6nqDvogNCeRi0G65bhazp+Y7XUbc" + "evRvO/nnC7KJUwgxOC6Xa1B94qdSXFzM2WefzRtvvEF7ezurVq3ivPPOIy8vLyLXF7Gntaajo4Nw" + "OExtbS2BQAClFLm5uRQUFEQkjPeQFqfYk0AuBuWyC0fxkcVjnC4jbq15p56fPyabOIUQzlJKUVpa" + "yoIFC1i1ahWtra288cYbnHvuufj9fqfLE0NgmiZtbW3U1NQQDAZ7N+7m5uZGNIwLZ0ggFwM2ZXwO" + "t3/ldKfLiFs1hzu55SfrsCw5sEEI4TylFOXl5cyfP5/Vq1fT3NzMCy+8QHp6esSuL/oWjYN7tNa0" + "tbVhmiaGYVBUVER2drb8OyQJCeRiQHKyvNx3+3x83r43jKS6YMjixrvX0Nwa6v/BQggRI4ZhMHr0" + "aEzTZN26dQQCAQKBgNNliWFwuVwUFxfj9/sljCcRCeSiXy6X4t5b51FWnOF0KXFJa/juzzawfVeL" + "06UIIcQJDMNg3LhxmKbJhg0bsCwLwASeBQ45W53ohwGcA0wFlNvtprS0lIwM+X2cbCSQi359/fPT" + "OXPmSUfkprxH/lrF869VO12GEEKclMvlYuLEiZimycaNG7Ft2wUUa62v11ofdLo+cSLDMNzAZ4CP" + "Acrj8TBixAjS0mTCWTKSQC5OafH55XzmQ6c5XUbcevPteh56fJvTZQghRL9cLhdTpkwhHA6zbds2" + "Zdv2fKXU75RSn12xYkWt0/WJ91VWVnq11l8Evg/keL1eysrK8Hq9TpcmokS25YqTmjA2mzu+dobT" + "ZcSt6rpObv3JOmxbNnEKISLjZAe7RIrb7WbGjBlMmDABpZQBfAD4XUVFRUFUbywGrLKyMl1rfRNw" + "N5CTlpbGyJEjJYwnOQnkok/Zfg/33zaf9DTZxNmXzi6Tb9y1mpY22cQphIgcn88X9VDu8XiYPXs2" + "Y8eO7QnlFcCvKioqcqN6Y9GvyspKv9b6+8BtQGZ6ejrl5eURm08v4pf8C4sTGEpx1zfnMmpEptOl" + "xCWt4c7/3sDOfa1Ol5Kw0tNcjB2Z5XQZcc22Ne/ulo3Cqcbn82FZVs/Gy6jxer2ceeaZWJbFgQMH" + "XFrrK4DOysrKry5fvrwtqjcXfaqoqMjRWv8E+Bzgzc7OpqSkRCappAgJ5OIEX/r0ZM6bV+J0GXHr" + "d0++y/97vcbpMhJaMGTz1aumcvacYqdLiVvtHWHO/+SzTpchYszr9WJZFsFgMOr38vl8zJ8/H9M0" + "qampcQOf0lq3VVRU3LRixYrOqBcger3XMvRz4KOAp7i4mHnz5rF///6YfC8I50nLijjG+fNLufYT" + "k5wuI26tWn+YX//Pu06XkfBsW3PbfW9RXSe/84U4mlKK7OzsmN0vLS2Ns88+m9LSUgAP8AXgOxUV" + "FTLKI0YqKytLgUeAjymlPCNGjOCcc84hNzeXrCx5JTFVSCAXvUaXZXLXN+dgyMtjfdpX3c4tsokz" + "YlraQtx49xqCoei+NC9EIlFKkZsb21bu9PR0zj77bIqKigB8wPXAjRUVFbKLMMoqKipGaa3/BCxR" + "SrlHjhzJwoULyczMRClFQUGBtKykCAnkAoCMNDf33TafrEyP06XEpY6AyY13r6GtI+x0KUnl3d0t" + "PPCHrU6XIURcSU9Pj/rGzuNlZmaycOFC8vPzAdKBW4AvV1RUSGtrlFRUVJwGPAksUkoZY8eO5ayz" + "ziI9Pb33MRkZGXg88ns5FUggFygF371+NhPGxO5l0kSiNXzvZxvYtV/2OUXDk8/skc2LQhzF6/U6" + "MlUjKyurt1UCyATuAv7t0ksvlXFbEXTppZeqioqKacBfgbMMwzAmTZrEvHnz8Pl8xzzW7XYfE9BF" + "8pJALrj6IxO55Nxyp8uIW79+YjsvrJRNnNFi25of/2ojWjqBhAC6Q9jxwSxWcnJyOOecc3r62LOA" + "+7TWH6usrJS8EAEVFRXKtu3ZwP8Bp7tcLjV9+nRmz57d55xxpRR+vz/mdYrYk5eiUty8WYV89aqp" + "TpcRt15eXcvvntzhdBlJ7+1tjTz78gGWfGCU06UI4Sitde/GztZWZ0ar5ubmsnDhQl5//XXa29tz" + "tdY/B6zKysqVjhSURLTWU4DfAePcbjezZs1i0qRJp3xFJDs7m5qaGrSsWiQ1CeQprLQonXtuOhOX" + "SzaM9GVvdTt3/HQ9tvwQjImfP7aNxeeV43bLQpxIbT0bOw8ePOjY/QsKCnpDeWdnZyHwqNY64EhB" + "ycUH+D0eD3PmzGH8+PH97hfoOSzKNM3YVCgcIYE8RXm9BvfeOp+8HGdeFo13HZ0mN/xwDe2yiTNm" + "6o4EeP61ai6VVXIhejd2RvuAoJNRSlFUVMSCBQtYtWoVwWAwQ2udcarHp7qBrGArpUhLS2POnDmM" + "GTMGw+h/AcIwDNxutwTyJCeBPEXdet3pTJ8opyT3xdaa2+5bx54Dsokz1v66fK8EciF4f2OnU4Ec" + "usNjWVkZH/jAB2hpkY3XkdDz6kdubu6An8QYhoHX66WrqyvK1QknSSBPQVdeOo4PXTLa6TLi1i8f" + "385ra+ucLiMlvb2tkX3V7Ywpl01MIrX1bOx0+pTGnvaVgoICR+tIZT0r5CK5SbNmipk5OY8b/n2G" + "02XErZdWHeL3f5FNnE56dU2t0yUI4bhYn9gp4ltfE1hEcpFAnkIKcn3ce+t8PLJprk97DrRxx8/W" + "y/g9h63bdMTpEoRwnBMndor4FeuDokTsSTJLEW63wY9vnkdxQZrTpcSl1vYwX79rNR2dsmnGaW9t" + "bsA0bafLEMIRR28MdOLEThGfBrL5UyQ2+RdOETdcO4M5M6QHsC+21tx+31scONThdCkC6AyYbN3Z" + "7HQZQjjOqRM7RfyRKTbJTwJ5Crh00Ug+cdk4p8uIWw/+YStvvCWbOOPJzr3OHIgiRDxx8sROEV9s" + "W141THYSyJPcpHE5fPurs50uI269uPIQj/19p9NliOPUHO50ugQhHCcbO0UPJ8dfitiQQJ7EcrK8" + "3H/bPNJ80oPYlx17WvjOT9+STZxx6NBhORBQCNnYKXrIoUDJTwJ5kjKU4gc3zKG8NNPpUuJSS1uI" + "G+5eS6BLVh3iUWu7nJAqBMjGTtG90Tcclp+JyU4CeZL6ytVTOWduidNlxCXb1tx+/1tU18omznjV" + "1iG/fIQA2dgpuvvHJZAnPwnkSWjRglI+99GJTpcRt376+y2sfOuw02WIU5BALlKVPq6HTjZ2Ctu2" + "CYVCTpchokwCeZIZW+7nrm/ORSYk9e3Zlw/yp6d2OV2G6EdnQPolRWrSWh8TymVjp7AsSzZ1pgAJ" + "5EkkI93NfbfPJzNDXt7sy7u7W/jBz992ugwxAJYtO22FgO5AnpeXh8fjweVyYRiGzKROMZ2dnSe8" + "ciKSjyS3JKEUfO/6Mxg/KsvpUuJSS1uIG+9eQ1dQVhkSgZzUKcT78vPzmTt3LqZpEg6HCYVCvf8b" + "DJzFXVUAACAASURBVAZ73zdNE8uyelfZj34TiaulpUX+DVOABPIkce2Vk7j4nDKny4hLlqX51o/W" + "Ul0ns60ThWXJLx8hehiGQXp6+gkfPz5wa62xLKs3uB/9FgwGCQaDve9bloVt22ite/9XQl/8sSyL" + "zk753ZUKJJAngbNmF3Hdp6c4XUbcuv/hzazbdMTpMsQgSCAXon9KqRPaV062CbSvVXPTNE8I7z0r" + "7sevuh8d2iW8x45pmnR1dTldhogBCeQJbkRxBnd/60wMQ3oK+/LMSwf487LdTpchBsm0pGVFiEjq" + "K7x7PJ4THnf8ivvRq+59hfejV91N0zwmuPf8WQxdW1sbti0/D1OBBPIE5vO6uP+2+eRme50uJS5t" + "393CD37+jtNliCEwZYVcpKhQKERra6vTZZxAKYVhGPh8Pnw+X5/tMlrrY1bXe96O/phMCxk4rTVN" + "TU3ypCZFSCBPYLf+xyymnJbjdBlxqaE5yDfuWk0wJD/8E5Fta2ytMWSahEgRtm1z5MgRdu7cSVVV" + "VVJNUpFAOTSWZdHU1OTIDHJ54hR7EsgT1Kc/dBqXXzTa6TLikmna3PLjddQdCThdihgGy9IY7uQJ" + "JUKchAa01ppNmzaxZcsWp+s5QTI9OXDaYJ+cOPVk5qg2GXk2FSMSyBPQjMl5XHGJhPGTufe3m3lr" + "s2ziTHSWpfHITyiR5LTWh4CDwGjbtvvrF06mcJQOGIZh4HK5nK5lwI46wj4IJNIJZkN5VqWBNYAs" + "l8eA/LpLQFPGS5vKySx74QB/eXaP02WICJBJKyJFVCullgDlDC00OWXItWqt3cAjwKiSkhJOP/30" + "yFUVRcFgkNdeew3TNAH+Syn1XD+fktA/xLTWYWD7ihUrwv0+WAybBHKRNDa928QPfyEncSYLmbQi" + "UsGKFSs0sPu9t5Rw8cUXe91udwdAeno6hYWFTpc0IIFAAMPoPeB8x/Lly19xsh6RXIz+HyJE/Gto" + "CvKtH60hFJYQJ4QQQojEIoFcJDzTtLnpx2s53CCHJwghhBAi8UjLikh49/xqIxu2NDhdhhBCxIUl" + "S5YYlmV5lFIurbVBdy+zrZQyly9f7lg/8OWXX64syzLC4XDvLs4BbGSNG5ZlHT31xFiyZIlLa43P" + "57P//ve/R7Vf/KKLLlJer9dt27YbMJRSSmttG4ZhKaVCzz77bEL3qwsJ5CLB/eXZPfztuX1OlyGE" + "EI5ZvHixWynlB0YqpeZYljUVmKC1/v/s3Xl8nFd58P3fuWef0TLady+yvDuxY0de4iWxY0e3QgoU" + "aNkppVDe0pY1QKGULaxP+0BpgfI8UN4uT9l5eQrBkhMgi5MYx06ceInteJEsWfs6+3rf5/1jNBPJ" + "km3JljSSdb6fjz4fj2bmnnOPxtJ1n3Od6yokVc3EBEJSyk5d188Dx4UQJ4A+KWV4JI99Rum6XhyP" + "x/8cKNU0zQKUAvT29nL48OGZfvlpke5GOuJNhmHcDhCNRtsaGxu/29TUFJiu13rVq14lDMPwACXA" + "7cDtUso6IUQF4CYVlEeklANSynO6rp8GnhdCdEgpg83NzaoyyjyjAnJl3nrx9CD/8N2T2R6GoihK" + "Vui6nksqWHsDsA+ollK6Ads1niaBmJQyAJwF/lvX9V8KIVqbmppmsgPNO4GHuCJVNhwOc+HChRl8" + "2Rmzb+QLKWVSCPEy8PDNHlTXdbsQotYwjNcArwZWADmAg2tXtkmQuuhqBx7Rdf1nwMnm5ubgzY5J" + "mR0qIFfmpf7BKB/7yhESyfmx1KkoijJdGhsbc4F7pZQfBjaQCtiEzWbD6XSSk5NDTk4OLpcLu92O" + "aZrE43FCoRDBYFCEQiFnLBZzGoZRAmwDPiql/LWu698wTfPUI488MhP1tctJzeqSm5s7ulrJvGWa" + "JoFAACmlVUpZejPH0nXdRuri6oNSygagELBYLBYcDgc5OTl4PB48Hg8OhwNIzdhHIhECgQChUMgW" + "jUa9iUTCC6wD/hw4ouv614AnVGA+96mAXJl34nGTD3/xWfoG1SZORVEWDl3XLcAGKeXngd2AS9M0" + "8vLyqKmpobKykry8PKxWK5qmZb4g1fHRNE0MwyAWizE4OMilS5fo6emxRCKRUinlO4EHNE37N13X" + "v9bc3Nw9E+fgcrnYs2dPJqicz6LRKE1NTTfV2r6xsVEAlVLKjwJvAwqFEMLtdlNeXs6iRYsoKCjA" + "4XBgsVjQNC3TOTWdf2+aJslkEp/PR2dnJ+3t7SIQCOSaprkH2Ao82tDQ8BkhxEmVyjJ3qYBcmXe+" + "8p3jnHx5KNvDUBRFmTUNDQ1u4K3A54FyTdMoLCxk5cqVVFZWYrfbsdlsuFwucnNzcbvdmSBOCIGU" + "kmQySSwWIxgMUlhYSGVlJaFQiNbWVs6fPy9CoVAJ8GHgXl3X/0JKefTAgQPTugwphMBms2GzXSur" + "Zn4YlU9+Q3Rd16SUW4F/AdYClpycHOrq6liyZAlutxuPx0N+fn5mZtxqtY75ecbjccLhMIFAAI/H" + "Q0lJCatWraKzs5MzZ84wNDTkllK+WghRD3xS1/WfNDc3R6bh9JVppgJyZV754a8u8n8fVZs4FUVZ" + "OBoaGgqEEA8BfwY43W43q1evpra2FqfTidvtpqSkBK/Xi8PhQAiRmUWFV2bHk8kkI1VBcLvdxONx" + "cnNzWbt2LYsXL+bEiRO0tbVZDMPYCPy3EOIjDQ0NPzlw4MB8ahE/LzQ0NNiklG8XQnwZKLVarSxZ" + "soS1a9eSk5ODEAKLxZK5sHI4HDidzszqx0Q/33g8ztDQEH19fbhcLiorK7lw4QJnz54V4XC4Evg2" + "cHtjY+NDTU1Nw9k6d2ViKiBX5o0XTg/yj98/le1hKIqizBpd10uBfwZeL4SwlJaWsmnTJgoLC/F4" + "PFRWVuL1erFax/45l1JiGAaRSASfz8fw8DDRaBTDMMaVGUynvWzZsoWqqiqOHTtGKBQqB74thCjW" + "df07zc3NM7nhc0HRdd0BfAD4FJCbk5PDxo0bqaqqwmLJVITEMAwGBgYYGBhA0zQsFgtOpxOv10t+" + "fj5utzsTnFssFlwuFy6Xi9LSUoaGhujs7MThcFBeXs7Ro0fp6+tzA++XUpbouv6h5uZmVS94DlEB" + "uTIvdPdFePCLz6pNnIqiLBiNjY0FUspvkgrGtcWLF7Np0yZyc3MpLy+nvLx8XOqHlJJYLJYJ5NJB" + "+GRYrVYWL15Mbm4uzzzzDD6fLx/4IpDQdf1/q/zjm6fruhX4S+AzgLugoIBt27ZRUFAwZtb7Sulc" + "8UQiQSAQoLOzE6fTSXFxMYWFhZmVEUj9HNMrJp2dndhsNnbu3MnRo0dpb2+3SinfCsjGxsYPqJny" + "uUMF5MqcF4+bfPTLzzLoi2V7KIqiKLNC13WXlPJzwOuEENqiRYuor68nPz+f2tpa8vLyxqUtRKNR" + "urq6GBwcJJF4pf+PYRh0dXURi03ud6iUkqKiInw+H6QquHwZWK7ruv8mTukuSFUGaWlpuSVyyOPx" + "+OiLnVfrur5oEk/zAu8C3EIIioqKGBwcZGho6vuiCgoKCIVCdHV1UVhYSHl5OU6nM/O5sNlsLFq0" + "iLy8PFpaWti8eTNSStrb2zXgLVLKnoaGhr87cOCA+uM6B6iAXJnzvvQvL3LqnLqIVxRlYWhsbNSk" + "lK8H3g1YSktLufPOOyksLKSurg632z3m8YlEgp6eHrq7u8cE4mkDAwMcPHhw0jPlE8gHPnSjTx4t" + "Ho9z9OjR6TjUXPOaka9Jk1Jy/vx5zp8/f0Mv6PV62bt3LwDd3d0MDg5SXl5OaWlp5oJHCJGp0nLu" + "3Dnq6+uJRqP09fVZgfcJIY40Njb+rKmpSXX6zDIVkCtz2v/5vxf45W/asj0MRVGU2VRLKlXE5fF4" + "qK+vp6ioiOXLl+NyuTIPklISCoVoaWkhFAqNbus+xui0FY/Hc83UCGXuSyQSxGIxYrHYmIuseDxO" + "e3s7Q0NDLF26FLfbnflZu91uli9fjmma1NfX8/jjjxMOhz3AV6SUR4DWrJyMkqECcmXOevbFPr7x" + "b2oTp6IoC8f9999vN03zU0CNpmmsXbuWkpISli1bNi4YHxgY4NKlS5Oug22329m7dy9Op3OGRq/M" + "hosXL151lUFKSSAQ4MyZMyxZsoTCwsIxQXldXR3JZJI1a9bw/PPPY5rmUuCjuq5/sLm5efzyijJr" + "VECuzEldvWE+8ffPYRhqFU1RlIXDNM11pFIfRFlZGbW1tVRXV5OTk5N5jJSS3t5eLl26NKU0lFup" + "BvhCNroSy9XE43EuXLiAYRiUlJRkgvKcnByqqqqIRCK0t7fT09MjgDcC3wFOzOjAlWua/71rlVtO" + "LG7w4JePMKQ2cSqKsoCMVOB4H+C1Wq2sXbuWoqIiSkpKMo+RUtLf3z/lYFxZeAzDoLW1lYGBgUw6" + "kxCC0tJSCgsLWb16dTq4LwLe3djYqCZps0gF5MqcIiV89hvHOH1ebeJUFGVhEUKUATpAcXExZWVl" + "1NTUjJkR9fv9tLa2qmBcmZR0UB4IBDLfs1qt1NTUUFFRQVFRUfrbr5FSFk14EGVWqKshZU75j//v" + "HAee7Mj2MBRFUWZVY2OjkFJuB8qFECxZsiTTMj0tHo/T0tJy0y3bJ2KaJoZhYBjGVTeHKrMj3Y1z" + "Mqkpk5EuNbl69WrsdjuQSl3xer0sXryYvr4+pJSVwBbgl9PyosqUqYBcmTMOv9DHP//H6WwPQ1EU" + "ZdZJKS3A6wGLw+GgqqqK4uJiNE1L3097ezuRSGTaXzscDvPSSy/R1dU1YdlEZXZZLBaKioq47bbb" + "yM/Pn5ZjhsNhOjs7Wbx4caazZ1FREdXV1Rw/fpxYLGYDXqvr+v7m5ubpv+JTrksF5Mqc0Nkb5hN/" + "fxTTVDMziqIsSDnAnQD5+fm4XC68Xm/mzlAoxMDA9Hc6j0QiHDx4kL6+vmk/tnLjAoEAQ0ND7Nq1" + "a9qC8r6+PkpKSjKrLgUFBbjdbnJzc9NNo7YDLiBwjcMoM0QF5ErWhaNJPvjQYYb9kyvdpSiKcguq" + "BAohFSh5PB6s1tSfaNM0uXz58rTnjUspOXPmDH19fWiaxrq7trFh+10ITW0vyx7Jy8dP8NxvH8Pn" + "8/HCCy+wc+fOzErJzUgmk3R0dLB8+XKEEFitVtxuN4WFhfT39wMUA+WogDwrVECuZJWU8LlvvMD5" + "1pvpyKwoijLvVTDSTj03NxeHw5EJwqLR6JhNedPFNE16e3sBWLbhdt7y/r/Ck5s75jEacK02QjfS" + "YujG2hJN7Vk32vpoOs9n4vVeiRy5TwLmqH+n3b55M8l4nCOP/paBgQGi0ei47qw3yufzEY1Gcblc" + "WCwWHA4HOTk5CCGQUrpJBeTnpuXFlClRAbmSVd//6cs8+pTaxKkoyoJXCtiFELjdbux2ezpIor+/" + "f0Y2ciaTyXSqAuU1i8YE41YgF4EbgRVxwwHufHZlQD36tjkSWKcDajPzJa+4Pf5rdAA+UdBudzop" + "q65GCEE8Hp/WvP5kMsng4CBVVVWZuvTpjp5SSgepEohKFqiAXMmqYFjtHVEUZWHTdV0ABfBK8570" + "7LhpmgwNDc38IEZF3A6gFA3bPA7D5VX+nb599YD6lcB6okA6/bzRx73Wa92odCOfmah4MzAwQEVF" + "RaaSy6hGUQLw6roumpub1YauWaYCciWr/urtq3n+ZD8nzs7CHxxFUZQ5SNM0pJT2dPA1Ol84Fotl" + "ZrFngwUomQPB+NWC3NTsshwTSI8PqK8dTF+ZIjITAfVclv5MuVwuIPV5S18AMLJKo8w+FZArWWWx" + "CL704Cbe9IHHCanZckVRFiDDMBBC+CE1I5pMJjNpCqFQaFabADkQ2G8yGJ/K7PSNBNSjj7vQgunp" + "kEwmCYfDOJ1OEokEyWRy9Ey8r6mpSb2VWaACciXrqso9fPqvN/Dxrx7N9lAURVFm3YEDB6Su6wOk" + "Yk8tHo8Tj8cxTROfzzerY3Fd47504GxcM90jFUwbUmIKMWrzopqdnkv8fj9er5dEIkE8Hk8H5ElA" + "VVjIEhWQK3PCvh1VHDzSw8O/a8/2UBRFUbKhB4hKKd3BYJBYLJaZyZxNV9u+GUMyjCQ2EnDD1YPp" + "oUiYpy6+zPKyClYWl83jTPRbVzAYxDAMYrEYwWAwHZBHSH0OlSxQxUaVOeMTf7GeJVU52R6GoijK" + "rBNCdAFBKSV+v59YLEY0Gp2R6ipTFUXSg0kISZLx1ULGBuaSn75whAdPPMe3jz5DOKH6S8xFyWSS" + "aDRKLBYbvQoTArqzOKwFTQXkypzhclr44oObsFnVx1JRlIVD13UNWMLIqvXAwACxWIze3l5M07zm" + "c2eaBAZHAvHJCMXjHBvoxQSOBv3E4iogn4vSNejj8fjoKj4WYMlrX/tataiRBSryUeaU1XVe/vId" + "q7M9DEVRlNl0t5TyR4x06gyFQgSDQQYHB7M+Q24AiSlkd/cF/BwOBwEYShr0hIIzNLKZkzAMErO4" + "kTYbEokEg4OD+Hy+0WlRJcBPY7HY9iwObcFSAbky57z9tXXsrC/P9jAURVFmnK7rpcA3gfJ0M6Bk" + "MklLS8uV1S+ywhyVM349Evht63kCI7P6BpIT/fMrJTkcj/OdZ5/iu0efJjKNDXnmmnQ1n9bW1nSV" + "n3Q98kop5bcbGhqKsz3GhUYF5MqcIwR85gMbKC50ZnsoiqIoM6axsdECvAdYJYRg165dLF++HID2" + "9nYikUhWxwev5IpPRjgR53hPZ+a2BDr7ezGzfFExFWf6e/h22wW+03qBgWAg28OZUeFwmMuXLwOw" + "cuVKduzYka5HvlYI8ScjqVTKLFFvtjInFeY7+NwH70BTDQoURbl1rQbeD2jV1dXce++97N69G03T" + "CIVCXLx4Mesz5FOZI+4P+Pl9KIAAqm12AM6HAkST82OmWQLPtreSlJKINHlpsD/bQ5oxUkrOnz9P" + "OBzGarVy7733snfvXioqKiAVG34EWJHdUS4sKiBX5qxtd5Tyttcuy/YwFEVRpp2u6y7TND8LlNps" + "Nvbt20deXh51dXUsWbIEKSXnzp0jGMxuDvZk88cl8FjbRYYMg1UOJ29dtgqA05EQsXmS+hFJJHhp" + "sC9z+/yof99qAoEAFy5cQEpJbW0tS5cuxev1snfvXqxWK0AF8KmGhga1VD1LVECuzGl/9Y7VrFtZ" + "kO1hKIqiTCshxB4hxP0At912G+vWrQPA5XKxceNGLBYLoVCI48ePZ3Vj52RD6UgiwYtdHQBsLyxm" + "T/US7EKjM5FgIDK7tdRvVDAa4cioNJVB3zDGPEq3maxEIsELL7yQmR3ftGkTTmcq7l6/fj1r165N" + "P/S1wI5sjXOhUQG5MqdZrRpf+sgmPG7Vw0pRlFtDQ0NDsZTyS4ArLy8PXddxOBxAKlhyu91UV1cD" + "0NbWxvnz52ctdeXKJMHJXgoMhAL8PujHiuDORbXku90ss9sxpOR43/wobf18bxf9xitn3BYN33J1" + "1E3T5OWXX87kji9atAiHw5G56HM6nTQ0NJCTkwPgEUJ89b777ivM3ogXDhWQK3NedYWHj7/39mwP" + "Q1EU5abdf//9mhDibcA6IQRbt26lvPyVqlLDw8OYpsnGjRspKCjAMAxOnjxJR0fHrOeTpxoAXf81" + "JfBkWwv9RpJau4M7yirx2B2sdLqRwOX+vikUTswOQ0pOdlwa870L8ei8SbeZDCklly9f5qWXXsI0" + "TYqKitiwYQOGYYxuDkR1dTVbtmxJb/Bcr2namx944AEVL84w9QYr88IDe2q4f3d1toehKIpyU0zT" + "XAF8DNAqKiq45557sFgsABiGQXd3ajbZ4/GwefNmPB4P0WiUZ599lp6enlkNyiVMquRhNJnghc52" + "ALYXFJHrdOKwWqnIzQOgJeib8xs7Q/EYLwynGuTcledFE4KORIJwLJrlkU0PKSVdXV0cOXKEWCxG" + "Tk4OW7Zswe12Z+4zRmqvWywWdu/eTVlZGaSaBX3cMIyl2Rz/QqACcmXe+OT71rO4Kifbw1AURbkh" + "uq47hRCfACqsVit79+4lPz8/c38wGBxT6rC4uJitW7fidrsJh8M888wztLW1ZQKnmWYiJzWzPRgK" + "8vugDwuwqWYJNs2CAGpLygB4KTz3N3YOhUK8EAlhEYJ3rrqNKpsNQ0pO3QKVVgzDoLW1lUOHDhGJ" + "RPB4PGzdupWCglf2Z4XD4dENgvB6vezZsyd9sVgDfPT+++93zPrgFxAVkCvzhttp5UsPbsJmVR9b" + "RVHmpe1SytcDrF69mvXr12fukFLS3d2Nab4yJy2EoLy8nO3bt5Obm0s4HOb3v/89L7744qzUKJ9M" + "DXIJPNV+ie5kkiV2B5sqXlnJ3FBchlUI2hNxfNHs11S/lmc6LhGTktUOJ7VFJdQ5XABcnOcBeSQS" + "4dixYzz77LNEIhHy8vLYsWMHZWVl6ZQUIJVb3t3dnVmBEUKwceNGVq1KVcuRUr7FNM2tWTmJBUJF" + "Nsq8srrOy/vetirbw1AURZmSxsbGAuB/AJ6cnBwaGxszlS0AotEofr9/3POEEJSWlrJz505KSkpI" + "JpOcPn2axx57jLa2NhIzOPOc5PoBeTyZ5NhI7vVd3kLynK7MfTlOF0vsDpJScnwOd+yMGwZnRhoa" + "rc/Jpywnl2UuDwAD/vlZaSUej9Pa2srvfvc7zp49SzKZpKysjF27dlFcXDwmGE/z+XzEYrHMbZfL" + "RUNDA263GyAX+GpDQ0P+uCcq00IF5Mq88/bX1bF1Q0m2h6EoijIpjY2NmpTyTcB6IQRbtmzJVFGB" + "1Oz4wMDAVcsbCiEoLCxk165drFy5EqvVyuDgIE8//TSPPfYYLS0thMPhMbPr02Eyof5gOMjhwEi6" + "SvUS7CP58AAeh4OVDhcSaOvrvWpwH00meXmwn1CWKpqEYlGOBFKbGldXVOG0WCn2ptI5LkUj16y0" + "MhyNcGF4kOQ0v/c3wjAMwuEwFy9e5LHHHuPQoUMMDQ1hs9lYs2YNO3fuxOv1ThiMQ6rCz+Dg4Jjv" + "LV68mPr6+vTNTcAb9u3bpzr2zQBVS06ZdzQh+MKDm3jjXz/GwFDs+k9QFEXJItM0lwgh/gawlJWV" + "sXv37sxGToBkMklf3/Wb0LhcLu644w5qamo4duwYg4OD9Pb20t/fj9vtprS0lPLycnJycnC73dhs" + "NjRNu+Gc88k0BTrU0cblZIIlNjubK2vG3Oe02qjKyQX/EJcCPmLJJE7r2LDDlJKfnzzGDy6c4Q+q" + "FvPuzTuwarM7V9jiG+J8LEqOpnFX5SIAlhQUAXAxFiWWiJNrH58+HY7F+Icnf8OJkJ/PbtnFHVec" + "/0yTUhIMBgmFQgQCAbq6uujv789cnGmaRmlpKXfccQeFhYVjPnNX09vbS2lpabo5EOm9Di+99BJ9" + "fX1WIcSnrFbro0DbDJ/egqMCcmVeKsx38PkPbuSvPnuIebiaqCjKAqHrul0I8TEp5SKLxcKePXvw" + "er1jHuP3+8ekClyLxWKhpKSElStX0t/fT29vbyYou3jxIi0tLVitVqxWK5qmoWka8fiNzTxfb4Y8" + "ZiR57vJIukp+AXku15j7BbCkuBQ62zgVDhFNxMcF5F1+Hz++eJaXE3F+2dnGGyIhij25NzTeGyGB" + "Z9tbkcAdLg9edypVZVVBMRYh6EwmCEVjE44pGIvyy6E+IlJy4MxJ1ldUo11l9nkmRKNRnnzySUzT" + "JJlMIqVECIHVaiU/P5+ysjJKSkooKipCm+RFTjQaJRAIjNnwWVBQwO7du/nZz36GaZqLpZQfvO++" + "+z7+yCOPzO2duvOMSllR5q1tG0t562uWZXsYiqIo17JFSvlmgBUrVrBx48Zxm+m6urqmVM4wHo9j" + "miZer5e6ujrWrFlDbW0tRUVFCCFIJBJEIhEzFArFAoFAPBaLTbnVpwSM68yQD4VDHPYPYwE2Vi/G" + "YRk/x7expBxNCFriUUJXXHQkTIOfnHiO0/HU98/FYxxsa5nqUG9KJBHnpYFeANZ4C/HY7QC47Xaq" + "bXZMKTkxOPHqxfH+HuIjP7czQT+BSV5UTadYLCYTiQRCCIqLi6mtrWXt2rXU1dWRn59PMpmc0gVZ" + "ugTilZuL6+vrqaurg9R11p8KIe6c9pNZ4FRArsxr7/+TNaxbWXD9ByqKosyykQ1w/wPIc7vd6LqO" + "64pZ5CvLzV2PlDLTPAhA0zScTifFxcUUFBSkA3sJ/AZ4M/Au4PtTHftkKqwc6ergUiJOpdXG1qrF" + "Ez4m3+1hkc1OUkpOjAS+aa2DA/x392UEUKCl0imeaWshMos1y4PRKEeCASB1UZGe4bbbbNSNbFBt" + "maDSiiklL3VeJp0MdCwaZigUmJUxjxIEXgKklJKCggKKi4txOByZGXHTNPH5fFO64Luy/CbAFZ9f" + "r6ZpX2loaJi9pYwFQAXkyrxmtWp88SObcLtU9pWiKHPHfffdJ4QQrwfuBKivr2fJkiVjHiOlpKen" + "Z0o53olEYsIAPh6Pj+7m2SOE+Ovm5uZfaJr2AyHEs1Mdv8m1mwLFDYMjbRcB2JZfQL7LPeHjXHZ7" + "ZmNnS98rlVaiyST/dfwoHckkm10ePrhmPRrwuG+I3gmqzcyU53s66TeSVFltrCsuy3zfabVRO1Jp" + "ZdDvw5Bj341wIs4J3ysbIMOmyVMds55WHRupa98vpaSjo2PCqjuhUOiqG4YnYhgGfX1944L42tpa" + "Nm3aBICUcpsQ4tW6rqsNntNEBeTKvFdT4eFj770t28NQFEXJ0DStGvgUYC0pKeHee+/NbJRLi8fj" + "DA8PT+m4wWBwXACfDuxHZjUNKeW/CCHO3cz45XWaAg2FQzzrH0YDNlYtGpcbnua22qjxpBq6tfuH" + "iRmpwPBkTycP9/dgEYLXr1hDQ+0Kbne6GTYNDpw/PSsdSQ0pOTkSRG/y5JI7avXCIsSoSithQvGx" + "gW4wGuF4OIgAXCOz0We6O4jPUtOmUU6TWgExwuHwhIG0YRgEg8EpHXRwcHBccG+z2di3bx9FV/C1" + "yQAAIABJREFURUUANuAzQOVNjF0ZRQXkyi3h1fcu4v57qq//QEVRlBnW0NBgAz4ELEm3IS8sLBz3" + "uOHh4Snl9xqGMWGt8kgkQm9vJh3klKZp396/f/9NRbQG105ZeaGnk4vxGOVWK9url1z1cUIIaopL" + "gVTHzmgiQTAe479OPIfPNNmb62Vv7QoKXG62j3T2fKq7A/8stKwPxWO84BsCYEVxKS6rbcz9S0cq" + "rVyIx4hdUfrw+Z4uhg2DRTY7r61ZggYcC/rxRSeffjQdZCr6/jpwFqC7u5todPx75/f7p7QSE4vF" + "JrxYLCoq4u67706nxNQB79N1XS1RTwMVkCu3jE/+5XoWV+VkexiKoiibgD8FxLJly6ivrx9X+zmZ" + "TNLd3T2lg4bD4XGzlqZp0t7enk5JiACfaGpquun2ktfK4k6YBr+/dAEJbM3z4nVPnK6StrG0HAGc" + "j6U2dh68dIFHfEN4hMab191BrsOJJgSNy9fg1jSejYQ40997zWNOh6FwiBciYSxCsGPR0nH3ryoo" + "wiIE3ckEwVGdRg0pOdN1GRPY4Mnh7cvX4tUsnI/HuDQ0OO44M625ubkH+DQQTSQStLe3j6tJP7LR" + "d0rH7e7uHhfECyHYunVrOv1KAO+VUq6f4OnKFKmAXLlluJ1WvviRTdis6mOtKEp2NDQ05AghvgR4" + "r+h0OMZEG+euxTTNCWcsfT4fPp8vffO3I1837Vo1yIfDYY76hlLpKhU1OK+YWb5SkTuHSpudmDT5" + "TftFfnLmJHEpeaCohI0Vr6xsVnsL2ZmThyElvz1/hsQkm+1IKYklE0QT6a840UScSDxOIBplOBJm" + "IByiJxigM+Dnsn+YluEhfnn2JDFpssrhpCJvfANKl93BopFKKydHVVoJx2O8ODKzXltYQnluPus9" + "OZjA020ts5JucyXTNPcDT0LqM3HlSoqUkqGhoSk1j4pEIoRCoXHf93g86Lqe7jRbBDzU0NDguYnh" + "K6g65MotZs1yL//PW1fxz//+UraHoijKAjOywe3VwHaATZs2sWzZ+NKspmnS3d09pcAtFouNq1We" + "SCS4fPly+jj9wN80NzdPS+29a20BPNXXzdl4jDKLlZ0TzCxfyWV3sNLhpCMR53+dPk6/YVBmsfDW" + "9fW4bK8E8267nW1VizngH+aJgV7eEw5RknP9Qh4ne7v5z+NHiSQTmKZEShNpmkgpSSIxZKqEY1JK" + "kqRmuJNA18hqwx05+eQ6XOOOa7NaWe500xKP0TI4kPm+PxrhZCSEBmyvXoLHbmd9QRGPBXycHUp1" + "HM2ZoJHQTHrkkUciuq5/DLjTNM3C9vZ2PB4PtlHvbzweJx6PpwPp60qX5MzNzR23wrNixQruuOMO" + "Dh06hBBiD6ADP5++M1p41FSicsv5k9fXsXVDSbaHoSjKwlMBfBawFxUVsW/fvjEBUVq6+cpkpUsd" + "jg7gpZT09vamK64YwPetVuvpGx24YUoShoEpU5s5I6ZBwhj/FUkmONhyDglszs2nwH39NEG3zcaS" + "kY2dvYaBCbymvJplhcVjHieAPUvrqLHauJiI8+RIFZdriRlJfnLiOX4x0Euzb4hHAsM8GvTzm3CQ" + "30ZCPBkJ80wswrOxKC/G45xOxLmYTNCZTKJpglqbnd11K7FN0DjHZbWxdKRR0GDAR3JkdvlI12UC" + "pkmt3UFVvhdNCG6vXoJNCJ4PBxkI+InG49f/Slz9K3Fjm0NPAD8AzHA4TH9//5jPTHqVZSoXgoFA" + "YMKc9PQGz5EGQg5Ss+Rl4x6oTJqaIVduOZoQPPSRTbzp/Y8xMDT7jRoURVl49u3bJ4D7gTpN09i1" + "a1e6GsUYUkoGBgamVIZuovzfaDRKT0+mjODLwNcefvjhyecjXOH53k66Dj/JH9Wu4vaCYv79xBF6" + "4+MDsUgySXN/70i6SvWYGe6r0YSgsqgEejoBWG6z8+bbNmGfoJV7kSeXXQVF/FdfN0+3XeT+5Wuu" + "+RpD4RBPDafytv+krIp1xaW4LBasQsNlsYCmgRAIoSE0AUJDEwJN0xCahtvuoK5g/M8pPe5ibwF0" + "X6YlGiGUiOOx2Tnb3YkENnhyyR2ZbV5bVJK5kPjbJx8hR7t+m/priVw6T94Un9Pc3Gzquv5loAFY" + "3tXVhdfrHVP7Pr0PwT7SAOl6EokEg4ODVFZWjpslLykpYefOnfzqV79CSrlSCLEX+K8pDlsZoQJy" + "5ZZU5HXwuQ9s5K8/d4gspPMpirLAWCwWG/BHgCguLmbLli3jAhhIbebs75/anssrK2SkN3KObPCM" + "Ap8Z2dh3wy4HfDza3sI95TX4PLkcuHyJw9eoGLLIauXuxZPvlLyhpBx4EYDXLaqlIn98zjaA3WJh" + "97JV/LCvmyf8ProDPpZeMZM+2sG2Vi4nEyy22Xn3ndsozclDQCoIn/Torm5pQeq1L8ajxBNxhIQX" + "/CP548Wlme6kHqeTnYUltPZ2cngaKsQsTyamHJADNDc3d+q6/hDw3UQi4bh8+TLLli3LNAoyDINA" + "IDDhxeLV9Pb2UlpaOm61R9M0tm3bxtNPP83AwIAGvEHX9Z82NzdPvnSQkqECcuWWddemUt786mX8" + "4L8vZHsoiqIsDAakKlFcrcScz+cblwt+LclkclwNab/fP3oj55NSyl/f0GhHKXZ5eKCkAq/DiQCW" + "FxSxyJg4aNYQbCyroCxv8iHjEm8hr/MWIYTgdWs3YBFXz5i9vayCO1xunouEaT53mvdu3pHpoDla" + "NJnk6OVWAHZ4Cyl050z4uJuxwluIVQh6Egn80QhWS4KXIpFUZZZR5R4dFit/Xr+dPd0dMIWNk1dz" + "zJ/gzA0+VwjxCynlu4B7hoeHCQQC5I+6AAoEAni9XiwTrFBMJBaL4ff7JwziDcMYfeGZEEKoKbAb" + "pAJy5Zb2/j9Zw/Mn+jlz0Xf9ByuKotwgIURCSvkjoKGnp0f7j//4D3Rdp7a2NtMQyDCMKW/mvLLU" + "YTKZ5PLly+lqGYNSyo8fOHDgpotfb6us4Q279lGuWbELwSe277lmHXKrRbtmUH2lPJebT+9pRCBw" + "XSddIt/p4q6Scp5ru8jTPZ28JRYl3zl+0+VAKMBT/mEEsHVx3YQpMDfLZbez2O7gQizKiYE+4skk" + "EWmy2uGkNHfsBUlpTi6ldaum5XWDL76UKix+A5qamoIjGzwfMU3Te/nyZTweT+ZzmO72mpt7/Q2z" + "kEqz6u7upqCgIDPTnkgkuHDhAs3NzekVH0NK+bPm5uZrVcxUrkFt6lRuaXabxlf/ph63S117Kooy" + "c5qamqQQogUIA5w9e5bvfe97/OIXv8hsrguHwxOWkbuaK0sdSinp7+9PH8MEfmia5vHpGL9V07Bb" + "rVg0DVMI7FYrjmt8TSUYh9SGTY/dgdtuv24qiSYEjSvWkqNpHI2EeKlv4nrtj7deoNdIstzu4M6K" + "qimNZ7LsVhvLRy4GTvX3cK4nlT9+e04eeY7JVSvJBk3Tngd+ApihUIiBgYExF4LDw8NTKoEYCoUI" + "h8OZzcQ///nP+dd//VfOncs0hA0CrdN3BguPCsjnoYNHuhn2qxStyaqp8PDR99yW7WEoinIL03Xd" + "LaX8KJADYLfbCYVCPP7443zrW9/iiSeeoLW1dUpBUDQaHdPJMxaL0dXVlb55Afjyo48+evP5EVeY" + "C1OcVfledubkj6pJPjYFKJxIcLSzHYC7Corxuq7dnOhGOa1WlrhSlVae7u3m8Ej98WUl5dhmYEZ+" + "uuzfv98AvgC0SSnp7Owckyo1URnNazEMg9bWVh577DG+9a1vcfDgQcLh8Oi88nwhxId1XR+/lKFM" + "igrI56Ge/iif/vrzarPiFLxm3yIa766+/gMVRVFugBDiPmAfgNfr5Z3vfCf19fVYrdbMjOJPf/pT" + "2traJlVh5cpSh6Zpcvny5XSAHge+2Nzc3DET53KtpkCzxW2zs61mMQBPDvYzdMXKQn/Qz1MBHwLY" + "Ubsc6wRlC6eDJgQlBYUAnItFOR2LYhOCHdWLZ+T1ppOmaZeBvwcS8Xiczs7OzOdpolKaV5NIJGht" + "beXHP/5xZsXHarWybds23vGOd5D3yl6CVwO7Z+h0bnkqIJ+nnjraw48evn6NVuUVn/iL26kqm5lZ" + "FEVRFq6GhoZSKeUXAKcQgh07dnDbbbfxmte8hrvvvpuioqJMucOnn36aZ555hoGBgWvOlsfj8TGl" + "DoPBIENDQ+mbh0zTnLEmLJMvyDizdi+pY7HNTksizuOXXtmcL4HfXDzHsGmw1unitpLyGR1HbUHx" + "mDSbNQ4XhZ7r11/Ptv3790tN0/4P8CzA4ODgmA3CkUhkzP6EK5mmSX9/P8888wyHDh1icHAQKSXF" + "xcXs3r2bBx54gPXr13PXXXelN3a6gC/run71sjjKVamAfB77xv97ijMX1GbFycrx2PjKx+uxWtXH" + "XlGU6aHrukUI8S5gNUBNTQ3bt29HCMHQ0BAVFRXs2bOHTZs24fF4MAyDtrY2HnvsMV588cV0Y58x" + "pJT4/f5MwJ5MJmlvb0/fHgY++sgjjwTHPXEaSFJdLeeCIncOO0dqhB9qbyWcSKXvhONxjnanFge2" + "FRST75rZLInl3kLso3Lmb5vj+eOj7d+/3w98FPAbhkF7e3umAlC6BOJEwuEwx44d4/HHH888x+Px" + "cOedd7J7927KysoYHh4mXXO/srIy/dR1wNt1XVd/aKdIvWHzWDxh8vGvHiEUnivzGXPf2uVe3vvm" + "ldkehqIot45VwAcBzW63s3fvXvLy8ojH45kZbYfDwcqVK7n33nupq6vDarUSjUY5deoUv/3tb2lt" + "bR0zU2kYRmYmU0rJ4OBgeiOnBH5mt9ufn6mTMUdeZC6wWSzcW7cKixA8ERimy5+agOoJ+Hgm5Mci" + "BPfUrZzyBtOpcthsLBpVGWZ5WcWMpcjMBE3TjgK/BGQwGGRwcDBzXyAQGJNCla6e8pvf/IbTp08T" + "jUax2WysWLGCvXv3smLFChwOB5CacU8kEuTl5XHvvfem88k14EEhxPLZPMdbwfz5RCkTau8K8dA3" + "X8j2MOaVP/2j5WzZUJLtYSiKMs81NDS4gL8DygDWrl3LunXrABgaGhqzIVMIQV5eHvX19dxzzz2U" + "lpYihMDn83Ho0CEOHjxIb28vpmkSCoUyQdIVub9tQoiHfvnLX95QX/XJMJBM+y7Rm7CupJyNTjcB" + "06T53EsYUvLIhbOETJMNThcrCmf+d3mq0koq3dEhNO6qrJnx15xO+/fvTwCfBjqklHR0dGQ2dKZL" + "IBqGQU9PD08++SSHDx/G7/cjhKCsrIx77rmHTZs2kZubO6bZVSwWY3h4GCEE69evZ/Xq1em7KqWU" + "f9PQ0DA/lhHmCBWQ3wIeOdjBrx9rz/Yw5g1NCL7wkU0UeR3ZHoqiKPPbPcAfAOTn59PQ0IDD4SCZ" + "TI5uaz+GxWKhvLyce+65h/r6epxOJ4Zh0NnZyRNPPMFzzz2Xea5pmqODpwTwVdM0Z/SX/VyaIQfI" + "c7q4q7QCgKd7uujwDXOkN1VpZktRKXkT1Cefbk6rlcUjr7PW6STf7Znx15xumqa1Sim/ASRjsdiY" + "evjd3d0cPXqUJ554gq6uLkzTxOVysWXLFu6++27Kysqu2kSou7sbwzBwOp00NDSMrm3+BiHE9lk5" + "uVuECshvEV/69ou0Xp6RlMJbUpHXwWc/eAfT3NRNUZQForGxsUgI8WXALYRg69atmTzaYDBINHrt" + "9ul2u53q6mpWrVqVCXhisRhnz57l+PHjdHV10dnZycDAQPopR4D/OnDgwIzGy3MtINeEoHH5GnI1" + "jeciIX559iSHQwFsQnBv3epp78x5tTFsWlzLdpcHvXIRec75N/G7f/9+KYT4V+AYQG9vL52dnXR2" + "dnL8+HHOnTtHPB7PXDCuWrWKqqoq7Ndp4hSJRDLpVTU1NWzZsiU9i54DfLWxsbFgZs/s1qEC8ltE" + "JGrwsa8eIR6fS4uNc9v2TWW86YHabA9DUZR55oEHHtCklO8AbgOorKxk165dWCwWTNOku7v7uvXG" + "pZT4fD4cDgeLFi1i5cqVuEY2J0ajUdra2ujo6Egfpxv4UHNzs39mz2xu1CC/UkV+Prty8zGBb7We" + "IyYl9W4PS7yFszaGHUvr+Pp9r+atG7fMeM76TGlubh4CPgz0pctotre3Zy4ePR4PK1euZNGiRdjt" + "dnw+33XLIpqmSU9PD6ZpYrFYuOeeeygvz1S92SClfNO+ffvm5xs2y9SbdAs53+rnn/79VLaHMa98" + "4E/Xsqo2P9vDUBRlHjEMYxnwEUCz2Wzce++95Oenfo9Eo9GrVq4YLZFIZMoaapqGy+Uak58LhEhV" + "VHkBeAepGfIZl5xT8+MpqZrkSwFIjgSIm0vKyXHMXtqhRWgUuNzYLfO+6/PTUso/A06Q+nyNKfA+" + "+nMYDoevWRYxze/3Z3LSvV4vu3fvxmq1AliAv7FYLHO/aPscoALyW8wPf3WRxw9P3GZYGc9u0/jK" + "x+txu+b9L1lFUWZBY2OjA/g4UAWwatUq1q9fjxAiU2t8Mo1/AoFApvxc+nmj6o5fBl4LbBNC3C2E" + "+E1zc/OsRMpzNSi4Z/EyltpS6RMOobF32apZSVe51Yx8jh4Gdkgp75JS/iHQBakAPF1rHMZW+7mW" + "RCKReZ4Qgo0bN7J8eabIyiLgQV3Xr537oszZ/3vKDZISPvuPz9PdF7n+gxUAFlV6+Mi712V7GIqi" + "zANSyh1SyjcC5OTk0NDQgHMkpziZTNLf33/dYySTyTGz6LFYbHQllYSU8uuapv22ubn5TFNTk7+p" + "qWnWpq015maQW+jxcPdIRZXtOblU5XuzPKL568CBA7K5udl/4MCB00KI3wDfBJJSSjo7O8dUB/L7" + "/ZkLx2vp6+vLXIi6XC50XcfjyWx+fZuUcuu0n8gtRgXktyB/MMHf/s/nMM25t/Q4V/3hfYvRd1Vn" + "exiKosxhDQ0NBcBXgJz0Rs5FixZl7vf5fJml+2sZnQqQrqQyKgh6Hvj+/v371S/wUWyahTetv5M/" + "rVzEuzdsxmNXVbKmQ3NzsxRC/C/gOIy7OCSZTE7YvOpK0WgUv/+VLQ5Lliyhvr4+fTNPCPElXddV" + "fug1qID8FnXs1ADf/fHL2R7GvPLJ991OVZk728NQFGUO+oM/+AOhadobgDuATH3mdDk4wzDo6uqa" + "1Ca44eHhzO0rGrUEhRAfP3DgwPCET54Fc/kqoLawmAe372FTZc0cncefn5qamgaEEJ9iJJ98YGBg" + "TGOq4eHhSW1SHr2Z2Wq1smfPHkpLS9MP2SKEeM0f/uEfqh/dVaiA/Bb23R+e5cjx6y+fKik5Hhtf" + "/tidWK3qv4WiKGMlEgm3lPIDgMVisbB792683lfSJsLh8KRnEtOz4clkkvb29nQQI4GHk8nkoRk5" + "gUmaywG5AOwWi8odnwGapv0OOABIwzBob2/PpKrEYrFJrfyEQqEx/wcKCwu5++670xetVinlhyKR" + "yMwXjp+nVORxCzOl5O++9hzD/vj1H6wAsG5FAX/+ppXZHoaiKHNEQ0ODVdd1L1DPyEZOp9OJ1Wrl" + "5ZdfprOzk3A4POlSh8PDw5lZ9MHBQUKhTJGLbuDTjz76aFZ/Yc/lgFyZOb/+9a9jwKeAPkit3AwN" + "DQHjP7dXk+72GQ6H6ezs5OzZs9jtdhyvVMOpAW5vbGzMb2homLjT0AKmSkvc4noHonz668/zjU9v" + "VU1wJuldf7ycoyf6efbFvmwPRVGULNF13QWsA94ENJCqFpELqZnAH/zgB1gsFux2O3l5eeTk5FBd" + "XU1JSQk2m23CY8bj8UwllStydZPAt+Px+PmZP7NrkyokX7AMwzijadr/FkJ8Qkpp6ejoIDc3F4fD" + "QSQSIZFIXLVRUDwep6+vj8OHDxMMBgkEAsTjcQzDGL0ptAg4IKVsE0I0NTY2/khK+VJzc/O1u2gt" + "ECogXwCeOtrDD391kbe8WjXBmQxNCD7/oY286f2PqdUFRVlgGhsbraQamnyUVCCeDyCEwGKxYLVa" + "M3WaDcMgHA5n8m0vXrxIYWEh69atG9duXEqJ3+/HNE3S1SxGpQEcB/7ld7/7nYqGlax59NFHZWNj" + "4z9LKV8D3BaNRunp6aGmpgbDMAgEAhQVFY15TjKZpLu7m1OnTjE4OJgJvjVNw2q1ZgJ4KSXJZBLD" + "MPKklOuAtVLK9wC/1nX9H4CTzc3N168XegtTAfkC8U//doqNa4tYtUxtcp6M0iInn//QRj7w+d9z" + "nVU6RVFuEY2NjQVSyr8EPgAUCyFwOp0UFxdTWVlJfn4+LpcLq9WKlJJYLEYwGMy0IQ8EAvT29nLw" + "4EGWLl3KunXrcLtTG8VH13QOhUIMDAykXzYkhPhUU1PTwERjmm3q193C1tTU1Kvr+ueA/wRcfX19" + "FBUV4fF4CAQC5Ofnp5v+EAqFOHnyJC0tLSSTSTRNw+v1UllZSUlJCbm5udjtdoQQmWotfr+fjo4O" + "BgYGRDQa9Uop3wrsBb6u6/p3mpubfVk8/axSAfkCEU+YfPyrR/jBP96Dx61+7JOx484y/vhVS/nx" + "wy3ZHoqiKDNM1/UqKeU3gQcAq9vtZvny5dTV1WWCC4fDgcViQUqJaZrEYjGi0SiRSIRgMEhHRwen" + "T59mYGCAc+fOMTQ0xJYtW/B6vYRCofQMIW1tbemZRAk8Cvwum+euzEEjV0YiC7mmQoj9UsrfAa9K" + "JpO0tbWxYsUKILV5OS8vj8HBQQ4fPszAwABCCEpKSli9ejVVVVV4PB5cLhculwu73Y6mpbYrpv/P" + "pC9cz507x/nz54lEImXAQ8AGXdc/1NzcvCC7G6rIbAFp7wrx0Ddf4CsfuzPbQ5k3PvSudbzw0iBn" + "Ly7Yi3ZFueXpul4OfB+4TwhBRUUFmzdvZtWqVZSUlGRm+a4MjqSUGIZBIpFgeHiYvLw8ysvLefnl" + "lzl16hR9fX089dRTbNu2LTM7PjQ0NLr7YR/wt01NTdcvYTEDRqcU9Hd2EQmFcXlU6ddsSyYS9Pf0" + "IKXEZrNlZqRnS1NTU6ShoeGTQogtQHEgEGB4eJiioiKGh4eJx+McOnQIn8+HzWZj3bp11NXVUVBQ" + "QHl5OXl5edhsNiwWy4T/Z6SULF++nOXLl3P69GmeffZZenp6bCMNtzyNjY1/1tTUtOA2camAfIF5" + "5GAHO+4s44E9Ndkeyrxgt2l88cFNvO1DTxCNXb9bmaIo80tjY6NHSvlVYJ8QgmXLlrFz507WrFmD" + "y+WacIbSMAyi0Sg+n4+hoSEikQiGYWCaJg6HgzVr1pCTk8ORI0cYHh7m0KFD1NbWIqWko6MjvZHT" + "AL5nGMbpWT7lDE3TKCoqor+/n5eff56ff+97rN64MVvDUUa0n7/AsSeeBFKlA12u2a8UaLVaT5qm" + "+Z9Syg9IKbX0Bs94PM6LL76Iz+fD4XCwefNmampq0DSNcDhMa2srFosFl8tFYWEheXl5OJ3OzH6K" + "9IWt0+mkpqaGoqIiCgoKOHjwIC0tLUJK+Sop5ed0Xf9Ic3Pzgmo5rgLyBejL//Ii61YUsKQ6J9tD" + "mRdqa3J58N3r+MK3Xsz2UBRFmUb33XefJqX8Y+CNQgixdOlSdu3axbp160aXasuIx+MMDQ3R29ub" + "CcInYrFYWLx4MVJKDh8+zPDwMO3t7WiaRjSaKShxWkr5jUcffTRradtCCNauXUt/fz8DAwMcbn6E" + "wwcevbFjTfPY5qNp+0GObFzKyclh/fr1mZSP2fTrX//abGho+HshRCOwKhKJ0N3dTSKRwOfzYbVa" + "xwTjaaZpYpomiUQCv9+PxWLB7XZTWlpKQUHBmApEQgg8Hg+33347kJo9b2lp0YB3Ak/df//9P1xI" + "HWtVQL4ARaIGH/vqEf7zf+7CYVelQCfjdfoSjpzo58CTHdkeiqIo00TTtGpStZcdxcXFbN68mZUr" + "V44LxhOJBAMDA3R1dRGLxa5bj3nk2CxevBifz8epU6fo7x/TpC0ipfzsgQMHeqfzfG6E2+1m586d" + "vPDCC/T395NIJLI9pAXPYrHg9XrZsGEDBQUFWRvHgQMHuhobG78opfwu4OzuTqV2py/kqqurr3ux" + "kK7OEgwGcTqdVFRUUFRUNCYNx+l0smrVKiKRCH6/n4GBARfwGdM0nwAWzB9dFZAvUOdb/fzTv73E" + "R//8tmwPZd745PvWc+LMEJ291+/GpyjK3KbrugV4N7DUbrezceNGampq8Hg8mcekSxW2tbURCoUm" + "FYiPZrFYWLVqFV1dXQwODqa/bQLNQoj903QqNy0nJ4dt27aRTCYzddInMtXzV14xlc2ZDocjK7nj" + "V/ELUrX475dSCoDi4mKWL18+pqzn9UgpiUQitLS00Nvby+LFi8nNzc28L7m5udTU1LBhwwaefPJJ" + "EolEHfCO+++//6v79++/dsetW8Sc+Gkr2fGjhy9Sv76Ee7aUZ3so80Kux8YXHtzEez7xFIah/jAp" + "yjxXCrwDENXV1ZSVlVFeXj6mxnhPTw8dHR0kkzdeHtnlcrF27VqeeuopZCqifRp431zLj7VYLFgs" + "lglTdZSFq6mpKdTQ0PBeIcTPgS3p2XGn03lDx5NSEgwGOXv2LNXV1ZSWlmY2f5aXl1NRUUFFRQVt" + "bW0a8Gemaf4rkPWVpNkw+4lJypwhJXz2H5+nS834TtqG1YW8500rsz0MRVFu3g6g0mq1snTpUvLz" + "8zMVR5LJJJcuXaKtre2mgvG00tLS0TPvp5LJZM9NH3QeM00z08Fxvn0t0FWCLuAMIHNzcykpKbnp" + "A6b/j7W3t2f+jzmdTvLz86mtrU3PvlcDm2/6xeYJNUO+wPmDCT71tef57pe2o2lqW85kvPuNK3ju" + "RD9Hjvdf/8GKosw5uq5bSTUjsXk8HoqKisjPz0fTNJLJJK2trfT1TV/VNYfDQWFhIcFgUAD1Vqs1" + "BwhM2wvMoHT1GNM0EUKgadqE5ewmwzRN+vr6uHTpEpFIZN4FtxaLhdLSUhYtWnRTlU/yz6EMAAAg" + "AElEQVTS76dhGJn3NP01FwkhcoE7AFFUVJS5cL1ZUkq6u7sxTZPFixdjsVjIz8+npKQEt9tNIBBw" + "AHsaGxubm5qabvkuniogVzh2aoDv/ugs733LqmwPZV7QhOChD2/ijX/9GL5APNvDURRl6mzARoB0" + "gJGXl4dpmnR2dl65AfOmpWubt7W1AVQLIeZ0QJ7O9+3p6aG9vR2fz5fpxOjxeKioqMh0Lp1sEGma" + "JmfOnOHEiRPzeuNoW1sbLS0t7Nixg5ycqVUqi8fj9Pb2cvnyZQYHB4nHU38/nE4npaWlVFVVUVhY" + "OKYSyRyRS2q2msrKymm9cJBS0tvbi81mo6qqiry8POx2OwUFBQQCAYA7TdO0ASogVxaG7/7oZTau" + "K6b+9uJsD2VeKC1y8vkPbeSDD/2eeTbJoygLxute9zoRiUScUko7qb93BUKINVLKlUAdgNfrxWaz" + "YbfbM5VUpnvmVghBfn4+QgiklHlSytkvLD1J6U6iJ06cIBAIjHsvAoEA3d3dnD59mkWLFnH77bdP" + "Kp84GAxy8uTJeR2MQyqA7O/v5/jx42zbtm1SKwXp5xw7doyBgYFx5TKDwWCqFvzLL1NWVsbGjRvJ" + "y8vLSpfOq8gD3JqmkZubO+0Hl1LS2dmJ2+0mNzcXm81GQUFB+gJ2tRDiLxsbG8+QKhU6BBhCiJjF" + "Yok9/PDDt8xfYBWQKwCYUvJ3X3uOH/3Tbrx507McdavbWV/GHzUu5Sf7W7I9FEVZUBobGwVQKqWs" + "B/KBw8AAoGmaVmqa5hpgSTgcLgQ2ALVAAeCUUjpJzZBrmqbhcDiw2+3EYjHa29sxzZkp6GCxWNA0" + "DcMwNCnlnGyHmUwmOXXqFKdPnyaZTOIyTWrjcWojEQoNg4gQtDscvOxyMRiNcu7cOfx+P9u2bRtT" + "nWYinZ2dmRnhW0FfXx/xePy6m2CllLS3t3PkyBEikQhWKalNJqkLhShLJjGFoNNm45zbTSfQ0dFB" + "4P9n783j3DrLu+/vfSSNNPu+2LN4POMlXmMbjxMnkABNPGccJ7yFlFJKn6fsSyk7oawFSiG0Jew0" + "BfrA8/I20LQUSPBIIoQlJpA4duJ9mdiz2DOefdeuo3O/f2iOkD2LJHs0Gtnn+/noj5nRnHNpOdLv" + "vu7r+l3T0+zevZuKiorlIsoLAGE0/qYDXde5cOEC69atw2az4XA4jAVsBfBFKWUYCMzcxqSU5yOR" + "yDFVVUeBbiHESSnlCKALISqklLcAY8ChcDg8/OSTTy574W4KcpMYQ6MBPvnQ83zt729leXwGLH8+" + "8ObNHDk9RkfXZKZDMTG5Ibj77rutUsr7gc8DK4maE3gBP2DVdd0OOIh+v83aWzcmBcYLb4vFwqVL" + "lwgG0zfB3jgvIIUQy277Xdd1zp8/z8mTJ5G6zsZgkL/o72dDcTH25mZEWRlyaIhIZyeDFy/yPytX" + "8uuiIgYGBnjmmWd46UtfuqA4zfbM+JXoup7UTsrw8DAHDx4kEAhQo2n8xfAwt1gs5K1di1JfD8Eg" + "kTNnmLpwgScLCvhpWRkTU1P8/ve/584776SkpGQJHs3CCCHCS1HvHwgE6O/vnyX6FUVRpJR2KaWd" + "6AK8GtggpdxH1EY0LKUMAkFAm9mByic6DbfPZrN95L777vvJY489tqztE01BbnIZTx8e5IePd/L6" + "+5oyHUpWkJOj8PkPv4Q3vP+3BIJzT+0zMTFZPBRFuQf4JlBmZA+llCVATLkYjXKGl7PNZqOgoICq" + "qqrYGO9Dhw7h9/sJhUL4/X48Hk9a4w6Hw0apQoRolm9ZMTY2xtGjR5G6zu1eL2+fnKS8rQ2xfj3k" + "5ICigK5jDYVo6Ojg7b/4Bc1+P/+nupqBgQFOnTrFtm3b5s3orlixguPHj6dtB2KpMWqdF8Lv98fE" + "eHM4zPt6e2m6/XaUHTsgLw8sFpASy803UzE8zGt+8xvWdHfz9fp6BqenOXz4MHfccUfGa8p1XfcK" + "IfRIJLIorkMLMTo6isViiQ3gKigo4CUveUnMI39oaAiv10s4HCYcDqNpmqLruiHWY8xk121AM/Bw" + "OBz2Ac60Bn+NmILcZBZf+d5Jtq4vZfP6zE0Iyyaa6gv5wJs38/lvHc10KCYm1zWqqu4Avg6U2Ww2" + "NmzYQEFBAV1dXQSDQQxLNrvdjt1up7S0lOLiYhwOB3l5eeTm5mK327FYLAwMDNDR0cHk5CTBYDCt" + "DhdSSkZHR42M6gTRbP6yIRKJcOLECUKhEM2hEG8Ph6n4sz+DqiqYngaPByKRqDAvLISbbiK3uprW" + "/fu5ODHB46WlnD9/nnXr1s1bulJSUkJtbS29vb1Z565yJQ6Hg82bNyd8z5w/f57JyUkKdZ2/GRyk" + "ed8+RHMzeL0wOBh9ThUFcnOhtBTrvfey49ln+d/Hj/Pl6moGBwcZHh5m5cqVS/TI5kYIMQ1M67qe" + "OzExkdZSGl3X0TSNycnornNDQwOqqhKJRAgGg/j9fnw+H36/n8nJSSYmJggGgwSDQYaGhmITQRsb" + "G5mamuLMmTNomlYhpfyWqqr3uVyu42kJfBEwBbnJLDRN5+NfOswjX3k5+XnmWyQZ7m9r5NDxEX5x" + "4IaZ8mtisqSoqloHfAeoF0KwYcMGNm/eTE5OTmzcfX5+fkx0G9MODYu+uJIRdF2nvr6ejo6OWJNd" + "OgW5ruv09/cbP/awzBxW/H4/w8PDWKTk/5mYoHzzZnjhBejqgrGxqCDXNLDboagISkuhqYmczZt5" + "zR/+wLORCEOBAL29vaxfP/ecBqvVyq233srp06e5ePFiVpawCCEoKipiy5YtCb24w+FwbPFx+/Q0" + "a1etQvT2wm9/C8PDMDEBoRBYrZCfD2VlUFODWLeOW2pquDkY5JDdzrlz51ixYkVGa8mFEB4p5QWg" + "qq+vj+bm5rTGo2labLLtqlWrKCgoiF2fUsrYLRKJEAqFCIVCBAKBmFg3sutGCdrJkyeRUjYCD6uq" + "er/L5eqf59QZxVRbJnNysd/LP3zjCA8+sDPToWQNH/+bmzl+dtwctGRissi0tbUVSyn/hRmrwqam" + "JjZu3EhNTQ11dXVYrdZZonshFEVh48aN/OY3v8Hj8TA9PU1ZWVna4vd6vYyPj0O03vWAy+VaVh8S" + "09PTBINBqiMRdvb1Ic6fh8l5+mKGZoYmPvcclJRQCdzscPBEcTGDg4OsW7du3tfAbrezdetWNm7c" + "OMtpJBsQQmC1WpMaaR8Oh5mcnMQqJff092M9cyYqwufaHZiehoEBOHUKfvtb8srKuKOigudXrWJi" + "YiKp5tF0ommax2Kx/AF4ydjYmPD5fClbPqbC5OQkXq8Xq9XK+vXrL1ssx1/jFovlsrKheLFuLIh0" + "Xcfj8dDd3Q2wG/intra2v3E6nVNpewBXiSnITeblFwf6uP0l1dz7J/WZDiUrKMy38Y8f3MFbPvo0" + "up7dW7ImJssFVVUdUsqPAPdDdOrltm3bqKqqYtWqVUmJo7mora2lqqqK/v5+uru7KS0tTUvWz3DZ" + "CAQCANNCiP9Y9JNcI4bveo2m4Rgbg2Sz1xMTKMCaqSmeKC7G4/GgadqCNc+KoizaYJnljM/nQ9M0" + "SiIRiqenIbogS0wkAsPDrLXbsc5keTMtyJ944gmpqur/Bf7a5/MV9vX1LbjwuhZ0Xae7uxtN06iv" + "r0+pXOdKsb5q1SrC4TA7duwwrCUF8Dop5bm2trYvOJ3OZWX7szzHQpksGx58+Cjdveltdrqe2Lax" + "nLe+bu4tWxMTk9S4++67FSnlXwDvASyFhYW0tLRQXV3N6tWrkxLjUsrYVMRgMIjH42F0dJSpqSka" + "GxsB6O7uZmoqPQkzj8fDiy++aPz4W0VROtJyoqtEShlr1LNLibiKpsvcmWz3DTxafhZGSY4VUK5i" + "N8AhJYLk3VyWgFPA7wHOnj2Lz5eeTZ6JiQnDf5zGxkYmJycZGxvD4/EQDAZjk2OTeU5sNhtNTU1U" + "V1fT0tJiZPWtwAeB+1/96lcvKz85M0NusiD+QIQHvvgcP/jSHdhz0uM/er3x1tet4/kTIzx3bHGn" + "/ZmY3GhYLJY7gQeBfIfDQUtLC7W1tTQ3N8+ZZTXqSoPBIIFAgGAwiM/nIxAIEAqFYoLR+EKvqamh" + "sLCQ6elpjhw5wu7duxc1exsOhzly5Ijh4DIGfGb//v3p81a8CoQQsTHw00IQsVqjWdoUGJt5znJy" + "cpKqxTdep2zEcPBJlB02ntOAEGhX8Z6asFjQiWZ60+X9nQoul8vf2tr6aSHELVNTUyXHjh1j586d" + "i+oAEwwGOXLkCH6/n+LiYqqqqujp6bnsObdYLNjtdhwOR6xfJDc3l5ycnFi/SDx2u53m5mY0TWPn" + "zp384Q9/IBgMFkopv+Tz+S4CBxbtAVwjpiA3Sci57im+9v1TfPhtWzIdSlagCMFn37+D173nN0xO" + "L6sdMROTrEFV1bXAw0CVxWJhy5YtNDY20tzcPGsypK7rsVHvExMTaJqWVBYtLy+PzZs38+yzz9Lb" + "28vJkyfZsmXLVZfBxKNpGmfOnDGyfRrwA0VRjl3zgdNAZWUliqLQZ7MxVVpK3sBA0v8bstk4XRp1" + "5CouLk743Pn9fs6dO8fQ0FDaLfTSgd1up6Ghgfr6+gXFqMPhwOFw4PH76SktpdqovU8CKQQvVFSg" + "CUFRfn5Gy1XikVIeFkL8CHhrV1eXpbi4mPXr1y/KgkHTNE6cOEF/fz+KorB58+bYdR6/gNM0jWAw" + "GNvRMsS61WqltLSUqqoq8vLyLhPmubm5MVE+NTXFkSNH0HW9Bvg3VVX3uVyuzmt+AIuAKchNkuJH" + "P+9k59YKXnHrikyHkhVUV+Tyqb/dxgc/fzDToZiYZB2qqlYS9RpfJ4Rg3bp1bNiwgebm5lnNZMYw" + "kZGRkZQFnhCChoYGBgYG6Orq4syZM7GGz2vJ/IXDYc6cOcPx48eR0VXB76WU/9je3r4sFWheXh55" + "eXlMezy46uv5q6EhLEmWrvSsXMlxux0hBHV1dQve1+fzceDAAUZGRpZLGcZVcenSJQYGBti1a9e8" + "CxCbzUZZWRl9fX08tmIFmy9eJC/JMo/xsjIOlJYiiS6WlkOGHOAXv/hFWFXVTwM367q+++jRqNXv" + "2rVrr/l6OXHiBGfPnkVKyZo1a6ivr0+qRt0Q65FIhIGBAUZGRqisrGTFihWXLWQKCwtjotzr9XL2" + "7FmADcDX29ra/pfT6Ry96gewSJg15CZJISV85qsvmA4iKfCK3Su4v60x02GYmGQVbW1t+cDngLsA" + "6urq2LZtG01NTRQXF8fuF4lEGBoa4tSpUwwMDFx1ttVms7F9+3ZWrFhBJBLh5MmTHDp0CK/Xm7Jo" + "lFLi8Xg4ePAgx44dM4bgHBNCvMXtdg9fVYBLgMPhoK6uDgm4S0o4tWoVMgkxNFFayvdWr8anKBQX" + "Fye0Ajx9+jTDw8NZLcbhj42HRjPsXFgsFtauXYuiKBy12/nV2rVoSey8BHJy+O81a+i22cjJyUm7" + "xWCquFyuQeDNwOlIJMKRI0c4fPjwNV8vp0+fRtd1amtrufnmm696l0rTNPr7+zl16hTDw8OXDaIq" + "KSmhqamJ7du3xzeLqlLKT6uqmndVJ1xETEFukjRTnjCfeOh500EkBT70li2sbSzKdBgmJlnBnj17" + "bFLKdwH/GxClpaW0tLTQ1NR02TCSUChEV1dXbCDQtZKXl8fu3btpaGhASsn58+d58sknY81riaZL" + "RiIRfD4fL774Ir/61a/o6upCShkB/gD8udPpfHHBA2QYIQQbN26kpKSECYuFrzU1caSpidA8WU9d" + "CAarq/nmpk0ccTiwWq1s3bp1wdIKTdMYSqFsY7mj6zo9PT0L3sew5dSE4PvV1fxy40Z88wxOksB0" + "cTGPbt1Ke0kJCMGaNWsuW4QuF1wu12ngz4DndF3Xz507x69+9SvOnTuHz+dL2B+g6zper5czZ87w" + "5JNPGtcLq1ev5tZbb51VknY1BAIBOjs76erqIhSKlo4KIaisrKSpqYldu3YZz60CvAV4y7333pvR" + "rQizZMUkJV44Ocp3fnSWt7/+pkyHkhXk5Ch8/sM7ecP7f0swlJ1NTCYmS4UQYh/wMcCel5fHLbfc" + "QnNzMzU1NTEx7vF46OzsxOv1Luq58/LyuPXWW6moqODUqVNMTU1x+PBhTp8+TXV1NStWrKCwsBCH" + "w4GiKEQiEQKBANPT0/T39zM0NITP5zOyhJPAfwKfXq5DSK7EePxPPfUUvT4fDzY3c0dVFXf19VE7" + "NYU1EkEqCuMOB0dranisooIemw2hKGzYsCFhuQqQ9ZnxK0n0eKxWKzt37owNXvrWihU8W1LCvkuX" + "aB4bwzHjxOKx2+morOTx6mqO2+1EhKCutjapaaCZwuVynVRV9U+J7ma9enJysujgwYPk5+dTVVXF" + "ihUrKCgowOFwYLFY0HWdQCDA1NQUly5dYnh4OHa95ObmsmnTJpqamha1qVrX9dh12dTURH5+PkII" + "ampqYg3fBw4cwO/3O4C/1zStE/j5ogWQIqYgN0mZ7/yog+2bytl188LbkyZRmhsKef+bN/Hgvy7L" + "fi4Tk2WBqqo7ga8BJTabjR07drBu3Trq6upQFAUpJRMTE4uWFZ+LnJwcbrrpJqqrqzl58iT9/f14" + "vd5Yps1qtcacHAwrxSus/jxEs+IPSil/53a7s6qru7y8nN27d3Pw4EGmpqf5eXExTxUWUqrrOHQd" + "TQgmLRbGhEAXApvNxvr169m0aVNC4Wi1WikvL49NYMx2kqmZh+hC57bbbuOZZ55haGiIZ/LyONLc" + "TPnq1eRHIkjAY7EwqiiEZhoU62tr2bVr17L3a3e5XH1tbW3vlFL+J/CAlLLF4/EUeDweurq6sFgs" + "saFdRq23pmmx6yUnJ4eVK1fGdmfStfjweDx0dHTQ1NREUVERFouFhoYGgsEg09PTPPfcc2iaVial" + "/IaqqhddLtfRtASSAFOQm6SMLiWf+vLz/Ohrr6CkaHl/YCwXXrt3Nc++MMyvn8mKZJmJyZKiqmod" + "8G2gziifuOmmm2hsbMRqtSKlZGxsjK6urrSPXFcUhfLycm677baYJ3JPT0/MAzleUABhwA8MA78G" + "/kMIccjpdGbl8AYje/iKV7yCM2fO0NvbiycQYCquZEfMCPGysjI2btxIdXV10k2HGzduZHh4mImJ" + "iXQ9hCVBCEFtbS3V1dVJ3b+wsJCXvexldHZ2cu7cObxeL32RCMQ9b1arldLCQtavX09DQ8OyF+MG" + "TqczALhUVX1aCHGLlPIvgTuklBWapuVpmmaFPw7tMWwLGxsbaWhooKSkZEmaVgOBAOfOnWP16tWU" + "lpZitVpZvXo1Pp8Pj8fDiRMnkFKuAh5WVfU1LpfrUtqDugJTkJtcFUOjAT750PN87e9vZRn1myxr" + "/v692znTOWk2xpqYxKGqahHwT8B2gObmZrZu3cqaNWuw2+1LKsbjsVqtVFRUUFhYSGFhYWxiotfr" + "5eLFi+i6LqWUPxVCfE4I0SulnHK5XMvSRSUVhBAUFRWxc+dONm7cyOjoKGNjY/h8PqxWK2VlZZSV" + "lVFUVJSys0ZhYSF33nknJ0+eZHR0NCu9yG02G/X19Sk7izgcDjZs2MDq1asZGxtjbGyM6elphBAU" + "FxdTXl5OSUkJOTk5y6qJM1lcLtc08EtVVX8LFAL1QojPSCnvs1gsor6+nry8PHJycnA4HBlZdIRC" + "ITo7O2lqaqK0tBSHw8GaNWti13VnZyfALUKIz6uq+m6Xy7WkC2tTkJtcNU8fHuSHj53n9a9qznQo" + "WUFRgY3PfWAHb/3Y02ZjrIkJcM8991gikcg7gfshavG2fft2GhsbY/aGk5OTSy7G4zE8joUQOBwO" + "7HY7ly5dQtd1hBBjLpfruqxFUxSFgoICCgoKqK+vR0oZ83y+FgoLC9m1a1dWinEgluW9GtFsDGGq" + "ra1l5cqVsZ2W+JHv2Y7L5QoTHYI1pqrqCCAsFgtlZWUxAW6xWDJWGx8Oh2PlNMXFxRQVFbFq1SoC" + "gQCTk5OMjo4KKeVfSClfuPfee7/++OOPpz669ioxBbnJNfGV759i601lbF5fmulQsoLtm8p5y2vX" + "8e0fnc10KCYmGScSidwKfAiwFRQU0NLSQl1dHZWVlQghYg2cmRLjwCzhECcmBDC3ZcZ1xmKLJ0VR" + "lm2z4lJxPYnwudi3b5/QNC0Poq93fFlKph+7kSlft24d+fn5VFdX4/F4aGlp4amnnsLn8+UIIT4a" + "iUSeBg4tVVw39hVhcs1oms7HvnQYry/rd2qXjLe9fj07t1RkOgwTk4yyZ8+eEinlg0CFxWLh5ptv" + "ZuXKldTX12OxWGJfmulq4EyWK8XDFWKyvK2tLTuKfU1MlpBQKOQAVgKxsffxZHoxYtgihkKhWJNn" + "bW0tW7duNa7val3XPz9TUrckmILc5Jrp7ffy2a8fyXQYWYMiBP/wgR0UF5rf4yY3Jvv27ROKovy5" + "EOIWgMbGRlatWkV9fT12u51IJMLFixeTsjaUUhIIBOjt7aWnp4fJycmEvuGpEi8ehBDxQ0tWSilz" + "F/VkJibXAYqiOIBqiNbdX7moXUxBHolEmJiYoKenh76+PgKBQFL/5/F46O3tRdf12HCs1atX09DQ" + "YNzlTuBPFy3QBJglKyaLwhO/6+OlO6u590/qMx1KVlBdkcsn372ND33hYKZDMTFZcsLhcJUQ4gOA" + "LS8vj40bN1JRUUFpabT0bXR0dMEpiAZSSvr6+njhhReYnp5GShlzcNiyZcuCg2qSZa7t9bhmvjLA" + "XFmbmFyBlDJHCFEMzGp+XUwxHggEOHbsGBcuXCAYDMaaknfs2MGKFSsSnmt4eJjCwkIqKyspLy+n" + "oqKCTZs2MTg4iN/vzwEeaG1t3e92uxN/IF0jZobcZNF48OGjdPdmpdtXRnjlbSt4tdqY6TBMTJYc" + "RVFeBTQDrFmzhvLycurq6rBYLPj9/ljWKhGDg4M8++yzRlZcl1KGA4EAZ86c4Xe/+x2Tk5OLFe9l" + "P8e5Q+QDqVmNmJjcAAghrEAeMMtNZbH6B8bHxzlw4AAdHR0EAgGklGFd1/WJiQmeeeYZhoeHEx5D" + "13V6e3sJBAJYLBZqa2spLy+nqanJuMtaIcQ9ixJwAkxBbrJo+AMRHvjic+ZEyhR44K1bWNu4ZCVq" + "JiYZR1XVQinl2wBLXl4ezc3NVFRUkJeXh67rXLp0Kam68YmJCQ4ePIjf7wfwAV8B/gY4BdDf389T" + "Tz3FwMDANU+IXECQ55BF36NSSjRNiw00Mm/ZeVvskqw0oTBThWG322eVrFwLUkouXbrEU089xeDg" + "oPHr48A7gW8Afp/PFx1wNTWV8HiBQID+/n50XSc/P5+KigrWrFlDbm4uRBfcb2ptbc27pqCTwCxZ" + "MVlUznVP8dXvn+KBt23JdChZQU6Owuc/vJM3vP+35kLG5IZASrlGCLEGoL6+nqKiIqqrqxFCMDU1" + "xejoaMJj+P3++C9bDfiOoigfb29vD7S1tf1SSvkVYN/k5KTyu9/9jm3btrF69eqrHkASLyCEEPGl" + "MBYpZdq/qBeLcDjMM888E18Db5KFTExMXPMiM90IIaqklBZY3Ay5pml0dnZy7Ngxo1Y8AvxUSvkB" + "t9t9QVXVXMAOvGViYsJy8OBBXvrSl+JwOBY87sjISGzuQHV1NcPDw9TW1nLu3DmALUA9kFZ7NPOq" + "NFl0/vPnnbRsreAVt67IdChZQXNDIe974ya++G/XpZ2xicllCCFeCRRZrVbq6uooKSnB4XCg6zr9" + "/f0J/ak1TePYsWMMDQ0BSMAJfKa9vT0A4HQ6u1pbW/9aCPEp4O2BQCD30KFDTE9Ps2nTpqsaRnKl" + "gIgbB25VFGUn0JHyQZeImTi9gJRSioGBgUyHlDLG6HWTWYSBUKaDmAspZQtgNXzb47laQR4KhTh+" + "/DgdHR3G54QP+CbwebfbPQHgcrn8ra2tHxdCrALUgYEBTpw4wbZt2xZciGqaRn9/P/n5+eTl5VFS" + "UkJdXR1dXV1EIpFi4G5MQW6SbUgJn/nqC9zUVMyKqqxJHmWUP9+3mmePDPGbZ7Pvy9LEJFna2tpy" + "pZR7AOFwOKioqKC8vBxFUZienk64vRyJROjo6DCyVgBHhBDvdjqd4/H3c7vd46qqfozoF+jnNE0r" + "P3XqFF6vlx07dpCXl/zn0lzDcKxWK4qiEIlEbFLKd6qq+thST/VLlv3798u2trZfA/+HaJZvPoqA" + "nczoAmMn4EqHDIOZmt1Fi3O+Y+m6fmWJRhB4BkjOSmN+SoEWon7yKIpCTk5ObLEVzxXOOteM0Xg4" + "16RPTdPweDxXTjL1AweJPnYDXUr5hJRycNZBMszevXuLdF3/a8BqDNaK52pcVrxeL4cPH+bixYvG" + "e2UY+DvgEZfLddl7we12j6qq+i7gMWDz2bNnKSgoYN26dQsuBiYnJ/H7/eTn51NeXk5VVRUOhwOv" + "16sIIV7e2tr6HbfbnTYfVlOQm6SFKU+YTzz0PN/+x9uxWK7f4QeLyafft4PXvefXDAz7Mx2KiUla" + "kFLmABsAioqKcDgcFBUVIaVkeHh4wey44ahy/Phx4wu5TwjxNqfTeWGu+89kyr6jKEqXlPJfpZSr" + "u7u7CYfD3H777UlnyqWUs+LKzc2ltLTUcILZDtQBZ5I6YAZwOp2Dra2t71IUZc6aHSllA/BfgEUI" + "QVVVFbfddltsYuqV4ikYDHLy5Ek0bfHmT4yNjc3qHZBSEg6HmZiYYGRkxBgQZZNS+oQQbxFCTFzN" + "uaSU1cDjgBBCUFhYSG1tLfn5+XO66jgcjqQcO1Khvr6elStXzvm3YDDI8ePH+eUvf2nUSNuFEC8A" + "n+FyUR5yu93LrtZRStlMtMyDsrKyWeUiuq7HJr8mQzAY5A9/+ANxuzvngHcIIX7tdDrnLKh3uVxd" + "bW1t75BS/reUsubYsWMUFBRQW1s773k1TWNkZIS8vDyKi4txOBzk5+cb9qvbhTD6NNAAACAASURB" + "VBAOLn/+FxVTkJukjRdOjvKdH53lHX95U6ZDyQqKCmx87gMv4W0ffxpdN7dnTa5LCphxXqiurqag" + "oACLxYKmaUxMLKytRkdHOXz4sCHKJoUQH3I6nQtO0ZsRK25VVe8Dvg3svnTpEhcvXqS5uTmpgIPB" + "4Cw/dEVRqKysZHR0FClljpRyA8tYkAO43e45Sxv27NlToCjKQ8Bmi8Uidu3axd69eykpKZk3m9jX" + "10dJScmixpefn8+lS5fmzJQXFRVRWVlJd3c3U1NTihBiD/B3UsoPuFyulFYFd999t8VisXwO2Ggs" + "Purr6+fNgAshKC8vnzObfS2Mj49TW1s753FzcnLYvXs3zc3NPPLII5w7d06RUr4d+A3wmMvlWtZf" + "EFLKHUCOcZ1c+T7yeDwUFRUlbUt64cKF+ObN3wLvcLlcCa83p9P5tKqqHwG+EQqFCg8dOkReXh5l" + "ZWXz/s/Y2Bi1tbVYrVby8/OprKw0yuMKSbPFadZ0h5tkJ9/9zw4OHk1sPWQSZcfmct70Z2szHYaJ" + "SbqoI9pwhc1mIz8/H0VR8Hg8htCeE4/Hw8GDBw1hHBRC/LOiKP+V7EldLtcJKeUbgVEpZdJNcbqu" + "Mzo6OsvVIhKJMDIyYhwjJIRY1mJ8Pu6++24hhFCBu4UQoqWlhde85jWUlZXNK8Y1TTMEyqJilMfM" + "hRCCvLw81q5dS2FhIYAFeLMQYkeq57FYLBuA+wBRVFREQ0PDguUoVqs1YUPg1RAMBpmenp7370II" + "qqured3rXmcIyFzgM1LKgkUPZpFRFOUwEFro+pnr93NhHCOuTOVNyYjxOH4IfA0IeTwenn322QUH" + "joVCIbxeL0KIWD35DHYpZU0K500ZU5CbpBVdSj715eeZmFqWfSfLkrf/xU1s2zD/Ct7EJFuRUuYT" + "FVMIIcjJyUFKicfjmffLORQKcfjwYcbGxgB04D+Br+7fvz+lrfqZISVWIGm3FY/HM2vqn5SSoaGh" + "+MFFB4UQF1OJZbmgKIpDCPFRwFZRUcG+ffsMq7d58Xq9SdlSXkUshtieF5vNRmNjoyGg86SUn1BV" + "NaU6EiHEu4ACY1x6ovdCbm7uVbvzLISUMilLzpqaGm6//XajzGK9oiibFj2YxacTeAFgaGiI4eHh" + "WY/T7/cnNYn3ivp9m6IoC79JrsDlcoWllP8E/A8gR0dHeeGFFwiF5tYkuq7j8Xhin09x5S2KECKt" + "U3lNQW6SdoZGA3zyoecxm+STw2IRfOGBnRQXmgMATa47NKLOKMAf3TPmyxRGIhFOnTrFxYsxvfuU" + "EOIBp9OZUgNlW1tbLfCvQLHFYqGsrCxh/aqmaYyPj88SEhMTE/T29hq/vyCEeE+q8SwXFEVZDawR" + "QtDS0pJUGcrQ0FDaHE+MGu6FyMvLo6goNrvhZqA82ePv2bMnR0q52zhOosUHQEFB+hLSfr9/wZ0h" + "iF4ju3btMjK1DmD3Pffcs6wbs9rb26eklO8GeqWUXLx4cdaQLikl4+PjCfsQhBBUVFQYOzYluq5/" + "q7W1NaVMtdvtngI+ADwN0N3dzZkzZ+btWZmenkbX9St3iaSUcvGaJubAFOQmS8LThwd55LHzmQ4j" + "a6iuyOUT774502GYmCwqUspholZtMfcMKeWc2Spd1+ns7OTUqVPGr84JId7hdDpTcpVoa2srAv4Z" + "2AHQ2Ng4bzNdXJyMj4/PEkter5fu7m7ji3wC+Fun03kilXiWE1LKFUChxWJh27ZtCcWwruv4fL60" + "xWOxWBJmo4UQ8TXANTO3pFAUpdy4f15eXkL7vcV2V7kSTdOSaow1mp8BpJR7dF1f/JT9IuN2u48I" + "IT4ATGqaRldX16z3TigUSqp8rLa2loaGBuPH24QQD6qqmmqmvB94B9AFcPLkSbq7u+c8dygUijVz" + "x4n2MLD4tVpxmILcZMn46vdPceLseOI7mgDwJ7et5E/3rMp0GCYmi4YQYpAZu7qxsTH8fj+6rs+Z" + "qRocHOTo0aNGKcsI8DdOpzMlH2BVVe1Syg9LKV8LUFlZmdCPGKKZyyuz9sFgkM7OTqNcww/8o6Io" + "P08lnuXEXXfdJaSUdYCwWCwJy0UgumOxmM4qVzKXxeRcxNV05xCdpJjs8e3M9DAkU4Yyl+PKYiKl" + "TKqOWggRX19fmCWTOhFC/JjoYjhgXD9XLr6npqZmlYVdic1mY/v27ZSXxzZD/hJ47969e1PaRna5" + "XCeB9wBjkUiEI0eOzNkPoWkaUkp8Pl/83wNCiLTuhJmC3GTJ0DSdj33pMF5fWnd9ris+/LYtrK5P" + "KRFgYrJsEUKEgUGICvLJyUkikcicZSHPPfec8UXtFUJ8QlGUJ1I51969exXgtcD7AEtBQQEtLS0J" + "yxTmajjTNI2enh6j5jUC/IcQ4pvt7e3ZoYzm4Je//KVUFMUHyQvD5UJcrJK4Eqgk/s8HeIGkFhZS" + "yrQPJEpG8Esp40XrkBAiKwpAZ66PrxC11NQ9Hg8XLly4bAFuNG0mGgiWn5/Prl27yM/Ph2gvyANS" + "ylen2kNgsVjaidpH+oyJv3OV00QiEaampuJnI1yc+fxKG6YgN1lSevu9fPbrRzIdRtbgsFv44kd2" + "Ys9Z9juUJiYJsVgsXiGEC6JZ6PHxcXw+32VZUeNLcuaLUAO+LYT4fnt7e0oiREr5MuBfgAK73U5L" + "S8uCdmcz/8PU1NRlTYvGBNGZplKAXwN/53Q6s35gwMxQmUgkEom3lZsXRVGuaex5EvEktTCIK33w" + "Ed2tSAq73T4K9EG0/CiRCJRSpnVHIJkSHeDKoVk/lVJmzerJ5XJ5pZQfBJ6CqH1pf3//Za9zIBDA" + "40mcfC4vL2fnzp3GDIFCKeVDQojdqcSzf/9+XUr5HeD7QGRycjJ+8Q8Qc34aHR2N/73b4XCkr14L" + "U5CbZIAnftfHY0/OOcvDZA7WrCriPX+9MdNhmJhcMzNfhs8BoWAwSF9fH0NDQzFREg6HOXr0qLFN" + "LIGfA59tb29PydZDVdU1Usp/A6osFgtbtmxhxYoVCf8vGAxe5ocupYwJiBlOKorydpfLNZpKPMsV" + "KWU3MBKJRDh48GBC8akoSlosAA00TUsokg3LyRkuWCyW3mSP/9hjj0WIvqfw+XwL2g4aJCMUrxa7" + "3Z5wQFUkEuGpp54yhKEHOOp2u7MiQ27gdruHgbcBZ6WUXLp0aVbD9FyDoeaitraWTZs2GQvDFVLK" + "76iqujrFePxSyk8CLoCBgQGOHz8ee/9brVYGBwe5dOmSEVMAeO4nP/lJWp93U5CbZIQvPnyM7t6s" + "NCbICK/b18TLb0mrBaqJyZIgpTwADEkp6ezsZHh4mHA4TCQSoaOjg/PnY83fzyuK8h6Xy5XSNMa9" + "e/dWAN8C1gOsXbuWNWvWJMzsGkIvXhBOT09z4cIFI5s3KIR4W3t7e2cq8SxzLgkhjgAcO3aM3t6F" + "ta0xSCddddXT09MJS0QmJibi7fLa9+/fn9g773L+AxiWUnLhwoV57e8MfD5f2rLk1dXVC74vpZSc" + "O3eO5557zvjVkUgkklIfxXLB5XK9KIR4JzCs6zrd3d2XLXbmuv7mQlEU1q9fz5o1a4xfbQS+pqpq" + "Sl7Bbrd7DHg3cBygo6ODF198EV3XCQaDjIyM0NXVZdx9AHgmleNfDaYgN8kI/kCEB774HMHQspv6" + "uywRAj71nu1UlqUvO2VishQoijImhPg5RKcVDg0NEQqF6O3t5cSJE4Yg6wXe3t7enpK/t6qq+bqu" + "fxa4C6Curo4tW7YkbOI0hgXFb1v7/X66uroMpxWPEOIjTqfz96nEs9xxu90a8Alg0ufz8eijjya0" + "NSwuLk7KLjBVNE1bMBtt+NX39PQY8fUJIb6R6nkURekGvgFoPp+P8+fPEwgE5n3MmqbNqjFeDBJN" + "jNQ0jbNnz/LII48YC5BR4INPPPHEwh2Qyxin0/lrou83bzgcpqura9Y1NzU1lXBRZrVa2bp1a/yu" + "117gU21tbXkL/NssXC5XtxDiHUC/lJLjx4/T19dHKBRiYGAgfrfsJ0DaHSlMQW6SMc51T/HV759K" + "fEcTAEqKcvj8h1+CoixrC1oTkwVxOp1hIcT3mbFDO3PmDAMDAzz//POG+J0UQnzA5XIdTuW4ra2t" + "VqLb4m8CRElJCTt37kxqPLfX671MdBliwe/3Q3QS59cVRfmPVOLJIo4IIf4Z0Hp6evjud7/LiRMn" + "CAQCc9ZzW61WGhoaFrWW3CgNmisTbdRxDw8P09HRYWS0fUKI9yuK0pPqudrb26WiKA8RLV2JTE5O" + "cubMGQYHBwkEAjGru/jb2NgYXq+XcDi8KLdIJEJNTU0sGxt/CwQCXLx4kZ/97Gd873vfM8pzvMCH" + "ZiZgZjvfB/4NCPt8vvhFL0CsryQRDoeDlpYWiouLIapl3y6lfOO+fftS8qmcWWR/GJgyhpANDQ3F" + "+5SPCyF+4HK50p49TJ/BpolJEvzo8U5atlbwilsT13eawEs2V/DG+9fy7492ZDoUE5OrRkp5FHgC" + "uN9omJzJlAWALxKdqpc0M04L9wCfBOx5eXns2rUrqaEuxva0IT4jkQi9vb1GE50EfgY8uH///uvS" + "HsrpdGqqqn4ZqADe1dfXl/O9732PVatWsWnTJkpKSmaVqOi6zsWLFxPa1SWL4WxzZWZUShmr6/f7" + "/cbfp4HPCCF+sn///quq6W1vb/e0tra+RQjxEPBXgUBA9PT00NfXh8VimbMk59SpU/OW6qTqxKIo" + "CgUFBbMaOo3Fx/T0NF6vN35c/EeBR9rb27N+S9nlcoVaW1s/K4RoBu6bnJwUfX19sUWeruuMjIxg" + "s9kS1tcXFRXR0tLC008/jd/vdwCf1TStC2hPMaxHgbXARz0eT86BAwfi39v7hRBLkjk0BblJxvnM" + "V1/gpqZiVlSltNt0w/KO19/EoeMjHD09lvjOJibLEKfTGVBV9SHgT6SUpTNffjrwQyHE15xOZ0rC" + "QwixQ0r5daDU8CyurKxM+H+apjE0NBTLzEopGRoaivcefkYI8V6n0zk170GuA1wul2/v3r0f03V9" + "FPhkMBjM6ejooKOjY9FE6GIhhGiXUj7c3t5+TQukGevAANFFl5BSxjLYS0GSZTCSqKvKo263e+Fi" + "9yzC7XZPtrW1vVtKuRJoGRwcJDc3N9afEA6HGRoaoqamJmG5WXV1Ndu2beO5555D07Qy4JttbW2v" + "cjqdx5KNx+VyhVtbW79EdGrt6wOBgPGmHwG+nGpT+dViCnKTjDPlCfPxLz3Pdz5/OxaLWY6RCItF" + "8OADO/nzv/01U56l+fIwMVlspJSHhBD/F3gvIIQQvyFqJ5hSk15bW1vdjI1ZvRCCDRs20NDQkLDx" + "UNM0BgcHY84OxnTO3t5eQ2x2CyHe6nQ6+xc80HVCJBIpE0LcSdygHcOW78rn0vBpXmzmE/nxfuBS" + "ynuBv1dV9TMulyvVhk4A2trayqWU/y/QykzprpGRVRRlVhwWi2XRJ3ba7XbDUzuGMbV2fHzccIAR" + "wF8JIcZbW1v/3u12Z239+JU4nc7e1tbWtwohHpdS1l+8eBG73U5JSQkQtUIcHh6mqqpqQWtIIQSN" + "jY1MTU1x6tQppJSNUsqHW1tbX+N2u5O+dt1u97Sqqh8C6oE7iC6G/j0SiSQt7K8VU5CbLAuOnBrl" + "Oz86yzv+8qZMh5IVVFfk8tF33sxH//lQpkMxMbkq3G53eO/evf+i63ojkEt0EmdKo6nb2tqKiXqN" + "bwdoampiw4YNCb2djZrkmRpxIFpH3tPTE6sbBf7W6XSeTCWebEVV1XLg/wPuBEReXh6bNm1i27Zt" + "czZwDg8PJ+VbngrBYDDe6z2GMRRnZGTEKOPIA94nhAirqvppl8uVUlaira3NLqX8F0AFFKvVSlVV" + "FVVVVfHTMGMIIaiurp4lnq+V3NxcNmzYMOucUkpGRkY4cOAAhw4dMkox3iOE6FRV9btLUcu8VLjd" + "7qNtbW3vk1L+u6ZpJV1dXaxbty72XHu9XoaHh6msrFzwmrZYLGzatAmjJh3YLYT4J1VV3+VyuRJ7" + "W87gcrkGZhYJ3yT6GfDlJ554YslK1UxBnoVcrz193320g907qrh5Q0ruRTcsrXfU8syRIX72hOnp" + "bpKdtLe397W1tb1e13XhcrlSGrqhqqpDSvkR4H6AyspKtm3bNqeoiscoU4lvHAsEAnR2dhrZcr8Q" + "4h+EEPtTfkBZSFtbm2XmebwDEHV1dbz61a9m9erVc9bwhkIhfD4fK1euXNQ4dF0nJyfnskVSPBUV" + "FYyMjNDb24umaTYp5fuA3wK/SOU8UsrbgdcBit1up7m5mcLCwnl3VHJzcyksLFz0gUjhcJiJiQlW" + "rlw569y1tbW85jWvYe3atTz66KN4PB4H0emSvwGy0vZwPhRF+WkkElkPfCoYDDo6OztZu3ZtzO/e" + "4/Gg6zpVVVUL7lLk5OSwfft2pqenjUbY1wHn9u7d+2AqJSdut7tDVdVXCSF0p9O5pDsSWeOyYrle" + "VehVYLVmzcuWErou+cSXDuP1XZe9U2nhgbdtpbEuceOaiclyxel0+t1ud0pifO/evQrRL9z3AJbC" + "wkJ27dqV0I4vEAjQ398/S4yfO3fO+F0Y+HeLxfKvqU4GzVaklGuANwJKdXU1b3zjG1m3bt2cYlxK" + "SX9//6I1c8ajKArl5eXzCmOr1Up1dTWNjY2GOM4DHmxra0v6A3Dv3r05wGcBh6IoNDU1UVRUNO85" + "hRCUlZWlbTrpwMDAvDXrNpuNbdu2sWfPHuP81cCbVVW9rgTAzLCwrwI/ADSv18v58+cvGxLk8/no" + "7+9PODgoLy+PlpYWo5nbCnxQSnn/TNN30rhcLt9Si3HIIkEuTEEe43oV5AB9gz7++dvHMx1G1pDr" + "sPBPH2khJ+f6fU+YmFyJlPLlRN1Y8h0OBzt37qS0tHTe++u6ztTU1KwvdZ/Px4svvmj4X0eAHwsh" + "Pvnzn//8uqnVXYjW1lYBvAqosFgstLa2Ul1dPa9ADYfD8VMyFx273b6gTaUhkI06Y2DTzIIiKXRd" + "rwc2Q9RPvbCwcMH722y2pGwzr5ZQKHTZZNgrsVgs3HrrrTQ0NBi/uo9oedd1xcyC/O+AxwB9enqa" + "F1988bLdkmAwSH9/P1NTU3PacRqUl5fH250WzpQnvTS9j2BxyJpvcTND/kdybFnzsl0Vjz15gV8c" + "6Mt0GFnDmsYi3vO/NmY6DBOTJUFV1XVSyoeBKovFwpYtW+YtnzBs8wYGBhgeHo41Iuq6ztjYGB0d" + "HcbQlTDw30Tr2FOaDJrlWJgp+Vm5ciWbN29esBnW6/UmnGx5LQghElpVKopCXV2dkTXOISpSk0JK" + "WQcUQfTxJsp82+32tGXHDUZGRhZ0rMnPz2fr1q3G61IDNKY1oAzhcrnGpJRvJ2ozqnk8Hs6ePcv4" + "+HhMgBu9H0Yz9nzP28qVK9m0aZPx2tUA/6aqatMSPZSrJmuUnTkM5Y9c74Ic4Av/eozRiSVxGrou" + "+Iv7mnlZS3Wmw1hUbvRFuLkrOJu9e/dWAt8i6hnMunXraG5untMnOxgMMjQ0RF9fHz6fL+bUEQgE" + "6Onp4dy5c0bphR/4NvAOl8t1Q3mJCiHyiPqPs2rVKvLyFraeXSibu1gYtcMLkZOTE19Sc0cKh78V" + "EBaLJaHHNZDW7LhBKBRaMOMLUFNTY4jLfKA87UFlCLfbPSKEeDPR4UEBo5zswoULMQEupcTr9XLp" + "0iWGh4fnFOaKorBu3TrWrl1r/GoD8PWZ5uVlS9YoO/O76Y/YruOSFYPJ6RBffHjJ3IayHiHg0+/d" + "TlV54i+zbOF6Ls1KBqtpAXoZbW1t+bqufw54JUB9fT1btmzBarUipUTXdcLhcKw0pa+vj+npaXRd" + "R9d1AoEAly5d4vTp0wwODhoiaAh4APiQy+W6kTLjAAgh8gEHROtvE1lFLoVHt6IoCeNQFCXedSMV" + "+5OF7XeuYCm81pM5xxUOI9f1B4PT6RwH3iuE+DgwEolEGBgY4NSpUwwMDBAMBtF1nUgkwtTUFH19" + "fbFSlnA4jK7rSCmxWq1X7p6pwKdVVV22A0+yxmXFzJD/kRulXviXT1/iV7/v55W3mVM8k6G02M6D" + "D+zkrR97mkgk+/vRbnRPeqvlxrjOk0VKeQ/wv5nJcJaUlDA5OYnNZiMcDuP3+y/7QjYGvXi9XsbH" + "x5mamoovtwgCTwMfsdlshx9//PHsv2CuDi/R4ThJie1EdpKLgfH6LYSxAJshaS9yRVGeM/43UVYa" + "SGt5joHVak1YFjMxMWE8J37gul84ulwu36te9aovBwKBZ4UQXwBuCQaDOT09PfT391NcXExpaSl5" + "eXnYbDY0TcPr9aIoCjabjdzc3NjnQmlpKQMDA+i6rgBvBn5NipOAl4qsEeQ3erYsnuLCxFtt1wtf" + "ePgoO7dWUFSwsJWZSZRtG8t5919t4KvfX5JJv2nlRhfkFotACMjQQMTlSDEzGc5IJMKJEyc4c+YM" + "Vqs1djPQNI1wOIymaUQikXiBFwBeBL4M/Njlcl3XEzgTIYTwSSlHgNV9fX0Eg8EFyzSKi4vjp5im" + "hZma/gUxXt8Znkr22FLKHsAjpSwYGxujtrZ2wfsHAgEikUhaFyJlZWUL7giEw2HOnj1rLCAGpZSd" + "aQtmGfGzn/1MAk+3tbXdJ6V8LfA+oCkUCtmHh4cZGRmJDWyy2Wyzrv/4W9z1b2Wmh2A5kjWC3GFP" + "/8o8WygrSX9d23JhdDzIQ/9+gk+/d3umQ8ka/ter1/L8yTEOPDeQ6VCuGkUIlATb1jcCiiKui92O" + "ReI/iTpMvB5YI6UsCofDtgSZXWM8+jjwOynlfwFPut3u8bRHmwXouh4BHgVaenp6uHjxImvWzG9a" + "UlRURE5OTtoyx5FIJClBPjw8jKZpACEhxGPJHl9RlAu6rp8Bdg4NDVFRUbHgAkTTNPx+f8JG06vF" + "ZrNRXr5wWXNPTw+nT582fvyVEOKqppNmKzNN1t9ubW39b0VR9kgp7wduk1KWappm1zRNJLDhDAOT" + "wFkhxCNSyh8vRdxXQ9YI8lyHKcgNSgpzUBSBrt8YX9SPP3mBV93VwPZNy7ofY9kgBPzDB3bwl+/7" + "DX2DKdk7LxusVlOMQzRLbgryKDPZ7K+pqvp/hBBlMwNe1hK1sVtDNPOlELUvnALOAKeAFxRFOaTr" + "+oTb7U5/DUIW4XK5pKqqPwMeCAaDle3t7bzxjW+c1w7QZrNRXV3NxYsX0xLP9PR0QrHv8/nip4Qe" + "I7rjkRTt7e2B1tbWTwkhfhoMBnO6u7tpbm6ed+CMlJLR0VEcDseCQ2muBiEEK1euXHBBMDIywv/8" + "z/8Y9n/DwNdcLlfiWpvrELfbPQb8qK2t7X+klKVCiBYp5c1Er//1QCHRHbQIMCWlfFEIcRLoAJ4W" + "Qow7nc5lvZjJGkFuzzEFuYGiCIoLcxifvDFcSKSEf/nuCX7w0B1m1jRJigpsfOHDO3nLR39HKJx9" + "n983ermKgVVRCJF9r186cblcHsADXADYu3evPRKJ5AghLDNb01IIEZFSBt1ud/q7ELMcKWWnEOJf" + "gY93dHRYfvzjH/OqV72KkpKSWaUUQghqamqYmJhgejrpieRJEQwGGR+ff+NCSonP5+P8+fNGuco0" + "8KFURZYQ4tdCiB9LKf98YmJCOXfuHA0NDTgcjjlrucPhMENDQ/FOJ4tCSUnJnJ7vUkpCoRBdXV08" + "/vjj9PT0QDTL+wWii8wbGqfTGQIGgZ8DP29ra8uRUtqllAoghBBSSqnruh584oknsmoBnjWC3CxZ" + "uZyy4htHkAOcPjfBz564wJ/uWZXpULKGzetL+cS7t/GpLz+f6VBSxmI2NALmTkEyzIzFvnE+DBcZ" + "t9sdUVX1IeBmKeW9hw4dUvr7+3n5y1/O2rVrKSgomCUa6+rqOHPmzKKVrkQiEfr7++c8niFQR0dH" + "GRoaMsR4EPiclPJ3qZ7L5XIFVFV9L1AhpXzlxMSExev1xgYFzVXPLYRgfHw8KUvGZLBYLOi6Pmd5" + "TigU4tixY/GDcYJSym8KIR52uVyRRQngOmJGoGeV8J4PU5BnKZVlDs5fWNwMxXLnG//vae66fSWF" + "+WaDZ7Lse2U9x8+O81/tXZkOJSVMy78o5sLEZClwuVyTqqq+VQjxdSnla3t7e8UPf/hDioqKsNvt" + "c2Zx/X5/bNDStSKlNGrC5/ybruvxfw8Bnwa+4na7ryoAl8s1rKrqO4HfAHXGBNJ0TiG9kvkaOeMd" + "ZoQQSCmfVhTlc06n0z/nP5hcN2SNIC8tunGcRZKhYWUBzxwZznQYS8r4ZJAf/OQc73rDhkyHklV8" + "+K2b6bwwzeETS/dlc62YJStRzOfBZAmxSikLZ/b8iUQiC5aQZBABFJCip3g8bW1tpTMj1WtiBxUi" + "7VM547nCSz0WA0TdXQzrTmC3ruvvVVX1Cy6Xy9wJuo7JGkFeUnTjOIskw6q69HR9L3ce+Vknr7u3" + "ibJi8/2QLFarwoMf2ckb3v9bBkeyI8lienBHudGnlZosDaqqlgLfA/ZIKVEUhYqKClatWkVhYeEs" + "z26v18vo6OiixhCJRGJC9EoCgQA+n8/IktuADwshAq2trQ+63e65U+vzsHfv3hxd1/8RuBewCCEo" + "KCigsrKS3NzcWecXQlBaWprUZM9UcDgcNDc3Y7P9ccfXEOSXLl3i6aefpre3F13Xc4UQHwa6VFX9" + "wY3a1HkjkDWCvLTYzJDH03iDCnJfQOP//vgc73/TpkyHklWUl9j58idv4U0PHCAQXP5liLlmiRpg" + "ukuZpB9VVS3Ae4C7AFFQUMArX/lKbrnlljnrx4PBIKdPn+ZKq7lrnWoppWRgYMCom571N7/fT19f" + "H+Pj40gpc6SUDwghniY66CVpdF2/heiAKYvFYqGuro7Kysp5XVRyc3NZsWLFomfPjYVAbW3trOd4" + "9erVbN26lSeeeIKnnnoKTdPygM/PPN5zixqIybIha9JQJWbJymU01t6YMh2wHAAAIABJREFUghzg" + "0f1djI6bO3epclNTMZ/4m5vJBqOaAnMQFIDZL2GSdqSUjcA7AUtBQQFveMMbuOuuuygpKcFqtWKx" + "WGI3RVEYGBggFAqhKMplt/j7Xc3NarVSWVmJxWJBCHHZTVEU8vPzaW5upqamxhCwhcCDqYxCV1XV" + "BnwGyBNCUFdXR01NzbxiXAhBeXl5WkpZjAVIMDj7u0wIQVFREfv27eO2224zHu8KKeVftba2Zo1u" + "M0mNrHlhV1Qlfc3dEFRX5t6w2bNgKJJ1TYrLhb2vqOdNf7Yu02EkpDDPFKIABaYgN0kjbW1tQgih" + "AlVCCO688042bdo072TKUCjE2NhY2uLJyclZ0JfbyGjHDerZCjQne3wp5UrgZoCCggKqqqoWnJJp" + "s9kWjOdaCYfDCz6fdrudPXv2UFlZCVFLv/stFsviWL2YLDuyQpDbrAorTUF+GYoQbF5XmukwMsZ/" + "ObsJhcxSuqvhXW/YgHpHXabDWJCC/KyppksrZobcJJ3k5uZa7Hb7XwKivLyc22+/fcFs8PT0NAkm" + "o14TRhnHQlgsFurr6w0h7RBC7EnhFPVAKUBNTc28Cw8Dh8OxoGBfDGZKcOb9e0lJCVu2bAFACLGy" + "qKjI9P69TskKQV6/It90G5iDHZsrMh1CxhifDOI60JvpMLISIeDT793OlvXLd0FXWZ6b6RCWBVXl" + "ZjLMJH0EAoHcSCRSDdDc3DzvhE6DxR4GNBfJZKRzc3NjTZZSyruTPbYQYhcgjBKYRCQS7ItBOBxe" + "UJALIWhsbERRFKSU+V6vtzLtQZlkhKwQ5Dc1F2c6hGXJjht8lPxP3T2ZDiFryclR+NLHdlFdsTyF" + "78rK5RnXUmOW6pmkk0gkUqBpWi5AcXFxwlrpa23cTIZkMtJG3fkMqQiEXOMcyZznSneZdJBMLIYX" + "vJRShMPhrNBtJqmTFS9sy1ZzQTgXW9aXYrNmxUuYFo6eGaN/yJfpMLKWijIH3/jM7mVZp1y3InH2" + "6kag3nweTNKIEMLPzJTDZIb8LNakyoWYq8nxSq5YGATmu98cHDP+P5nFRTAYTPsiJC8vL6Egn56e" + "NuIICiGm0hqQScZY9mpOCLh1uynI58Jht7B5GZcdpBsp4cnf92c6jKymuaGQf/zgjmVXErbpBu6P" + "iGfT2pJMh2ByfeMBxiDqfT3X6Pp4ksmiX3NAHk/C+0Qikfha9oMpHP5FwKfrOhMTEwnvHAqF5p0g" + "uhgIIYyGzXnRNI2Ojg4jWz8opexMW0AmGWXZC/LN60qX7bb6cuCu21dmOoSM8utnTEF+rbyspYaP" + "vmNrpsOIUbcin/ISc/ATQGmx3dwtMEknEeDHAN3d3QwODi54Z4fDQV5e+sqowuFwUhny8fFxQ5CH" + "gUeTPb6U8gJRUc7g4GDCBtVkhfvVkpubm7CJdXBwkJMnTxo//h5IfyG/SUZY9oK8dZm7QWSau29f" + "iZINxtJp4uSL44Q1023lWnm12sibX7s87BBfurM60yEsK8znwyRduFwuCfwUmPD7/TidTny++csA" + "DdvBdPlyj42NJSydCQQCXLp0yfjxLDMCOxncbrcP+CdA8/v9XLx4MeH5pqenk1okpIqiKDQ0NMzr" + "gQ4wOTnJT37yE2PXYBL4qsvlWv6T3UyuimUtyB12C/e8whTkC1FR5mDH5hu3uTMU0jl7fjLTYVwX" + "vOsNG7jvTxoyHQYvazEFaDx37KrJdAgm1zdngUcA/cSJEzz++OPxNcuzKC4uprh48Y0WAoEAXq93" + "3r9LKQkEApw/f94QyAHgoy6XK6WaaiHE48CvADk8PEx3dzeBQGDex6vrOsPDw4ve4FlaWjrv8xgO" + "h+nu7uYHP/gBZ86cgehOxreklEcXNQiTZcWyNvu95xX1FBeaEzoTod5Ry6HjI5kOI2OcPj9xQ9fS" + "LxZCwCfefTNDo36eOTKckRiqyh3ccrPZMxLPrpsrqK7IZXBk9khxE5NrxfX/t3fvwW1d953Av+fc" + "e/EiAAIkQfD90lu2JdmWYufheGxZIkC7SbPrxKnjxqlbZ+x6t82sXfe129hOm6TptrNpXm7Gmd02" + "adJsXGemWVmUknYmrpM6STtNbCumqlgyRfEtiG8AF8C9v/2DuFcgCZIgRRAg+PvMYAgSwMXBhSh+" + "78Hv/k5vbyYSiTwF4IBhGO98+eWXxeDgIO644w50dnbC6XQuCaOhUAixWGzDepIbhoHh4eG8NexC" + "CGQyGUxMTOSubJkG8AUAp9f6XCdPnpyJRCK/DuAFIrp5fHxcTk9PIxgMwu3OXx4rhMDU1NSGndQq" + "pYRhGJieXnosYRgG+vr60NfXZ92eAfANAJ8+depU8ZrAs5Ir20CuqhIP/qedpR7GltBzRyu+8LU+" + "TExtz+Xkr0xuz9ddDKoq8Wd/8DY8/Hsvo+/85n/y8J672iDl9i3BykcKgV862ornvvkfpR4Kq1C9" + "vb3j3d3d9wshvmKa5rE333wT/f39qK6uhqqqS2aPrdnqjZo1JqIVT560bs+OwwDwWQBP9fb2rnwW" + "6jJ6e3svRSKRBwH8I4BGXdcxMjKynk2t2w9+8IOC7qcoyo8Mw3h8rZ8EsK2nbAP5e4628slMBXI5" + "Fdx3Tyee/du+Ug+lJCam1vV/MltGlVvFZz9+K37td/4ZQ5vYVtKhSXygp3PTnm8r+eAvdeGr334T" + "eorLR1lxuN3uFIB4Op0mwzBEJpNBLBYr9bDyMQHMCiHW/csQjUariegpIUTIOtiQUha9g0wuVVWX" + "LDxktT9MJpP2AYqmaYccDsfD9957758///zzPPtUwcoykHurNDz6oX2lHsaWct/dnfibv/8F4sni" + "tWgqVxmz+ItVbDehGhe+8qfvwiP//YfoH1y9DdlG+OXj7air4ZUp86mpduJ93e34u+9wxzO28T72" + "sY8FYrHYcxMTEz2GYQhFUdDc3Iw9e/bA7XYvKSXRdR0DAwMb2qN7uRaDUkokk0nMzMxY49CEEL9P" + "RIloNPoXJ0+eXNMfvWg06lAU5ZlMJvOfiUiRUsLv9yMcDsPpdOZ9TU6nE4HAxrYgraurQ3t7+4Ie" + "5NYiQWNjY3jppZfw5ptvIplMVnm93j9sbm4e+sxnPvPVJ598ko/KK1RZBvLHHtiH2iC3PVuLap8D" + "H7inE//n+YJPOK8YQT+fZ1AM4To3nvvUu/DoH/0Qv3iruJ+WetwqHv7gnqI+x1b38H278f/+aQCz" + "c1xGyjbO008/raiq+vsXL16MZjIZGQgEcPfdd+PAgQNwu93WCpELHnPx4kU0NjZu6Dh0Xcfg4GDe" + "QExESKVSGBoawuXLl2GaplNK+YdE9AqAl9byPER0xDCMXwegqKqK9vZ21NTULJmttggh0NTUtGx9" + "+Xo5nU40NDTA4Vj698s6GPr+97+P06dPY25uzqPr+qemp6f/BfMn4bIKVHZdVm68rhbv7+ko9TC2" + "pI9+cA+aG7ZfmQ8H8uKpDTrx3KfehRuKfNLsI/fv5d7jqwhWO/FRPmhhG6yvr6/jtdde+0g8Hlf8" + "fj8efPBB3HrrrfB6vVAUBVJKe6l6RVFgmiYmJibsEo+NujidTnuJ+MUXKSVcLhc6OjrQ1NQEIQRM" + "0/QT0We6u7sLTsp33323BuAZIqoSQqCtrQ11dXXLhnFgvrTE6dz4/5t0XcfMzPItxT0eD44ePYp3" + "v/vdAICBgYGGM2fO/EokEim73MY2Rlm9sX6vhk8+cTOf1LVOLqeC33vkhlIPY9MFqjnIFZPfq+GL" + "z7wDtx4qTveT63cHcf97uoqy7Upz/3u7cGhfTamHwSpEd3e3mJ2dPT41NRWSUuLOO+/Erl27Vqyl" + "jsfjq67ouR5SSlRVrTyhJKVEY2Mj/H6/9aODQogdhT6HaZpNAA4BgM/nQ21t7arL1judzg2pLTdN" + "E4ZhIJPJ2Jfh4WHour7gkkqlkEqlkE6noaoq7rzzToTDYWt10ntVVeU/eBWqbEpWpBT4kydu5lU5" + "r9E7bw4jensLTn7/UqmHsml2dfhXvxO7JlUeFZ976u34i6+8jm9sYB2zt0rDM//tJj4IL5AUAh//" + "7Rvx4cdfwgyXrrBrpCiKYhjGA0QkAoEAbrjhBoyOjmJ6ehq6rtudTXLLSC5fvowrV67YM9eKosDh" + "cNgXa7Y5d3Z7tdBr8Xg8uHLlympjRktLC6anp0FELgDdAF4vZPtE1AIgCACNjY0rzoxbVitVMU0T" + "pmna+0nXdcTj8QX7zzAMzM3NYXZ2FqlUCoZhwDRNCCHg8Xjsxwoh7P1ZVVWFcDiMUChkH6hkMplm" + "ANdFIpEzmqYlv/Od7/AJVBWkbAL5b31kP955My8IshH+4LGD+EX/NM4Vue63HLhdCrpafaUexrag" + "KAK/89EbsLPDj09/6dVrXiFVCoE/efwmdDSvvHQ0W6i92YtP/+5h/NenXoHJJzSzNTh69KhQVdUD" + "oEpKuZeIbgWwB5hfkfLZZ59FMpm0T7BcHMYXyw3dVkmLVYKiaRrcbjcCgYBd/uJ2u+Hz+aBpmv24" + "3Nln6/GrtVN0u91wOBxWT/JjAP68wF1wKwAhpSy4JtxaSdMK3qZpYmpqCnNzc3Z/9MnJSSSTyQUz" + "4LkhfQNVA/gHAD9Lp9M/jEQir0gpf2YYxsypU6d4oYItriwC+X33dOLD7+Oe4xulyq3i80+/HR9+" + "/KWKX0xkT1cAisKzq5vpfcfb0dXqwxOf/DFi19AD/tEH9uK2I7wK5Xq8/cZ6PPar+/C5v/55qYfC" + "ylw0GlUA+IloNxEdFULcBWAvEfkBuJEtXc1kMhgfn18QbKXZ7dyQSUR2SF1ukaCBgQF7m9bsr1WX" + "HQqFEAgE7OBubXM1UkqoqmoF8rUsG+rOfX0rsV7X6OgoiMj+ZMAqLcnpi75E7kGK1d4wd59al9zv" + "s3XxME0TmUzGnkU3DMOeVSciAaAxe+kGkDRNc1II8W+RSOS0aZovSilHent7l1/ylJWtkgfyPV3V" + "uP2WRvyoRCsDVrL77u7EX1b4H2y/V+N/OyXy2If34X9++fV1tdrsavXhut1Bfu+uwb6dAexs9+MX" + "/ZX/SRhbm2g0KojIT0QHiegeAO8F0CSEqAIggPnQaAVjh8MBr9eLUChkl51YQVJVVTu85gZwqxTD" + "Co5WUJ+bm8Pk5CQSiQTS6bQdMNPpNAzDQDx+dW2D8fHxBUHd4XDA5XKhqqoKXq8XDodj1YMCAMlC" + "9wsR/dTqGrN4Ft4Kv7Ozs0gmk5iYmLCDt2Es7DRoBWlN0+yL1+tFbW0tXC6XfZvL5YLL5YLD4VjS" + "3nDx9nKv5x7wpFIpzMzMIJFIwFrAKFtSJHRddxORG8A9AKJSyo8DeDUajX6diE4AGOvt7eU2iVtE" + "yQP52fNT+M3/8cNSD4NtUS/9eAQv/XhzV1hj1+78wAz/3jO2wY4fP65KKRsB3AvgV4UQuwF4kA3h" + "DocDHo8HoVAIoVAIPp8PwWAQqqpCSmmHcStwAlfDrxW+rTCbL9Ra919crmF1FLEWvLl8+TKmpqbs" + "2eZ0Oo14PG6HdSuka5oGn8+H6upq+Hw+e5zWrHH2+X5U6P4RQpwDEDdN0zM5OQmn04lMJoOpqSlc" + "uXLFLkPJfV1CCLsDjNvtRjgchs/ng9PphM/ng8vlWlO9vBBiSVi3Dn5yH7/404dUKgVd15FIJOyQ" + "HovFMDw8jLGxMcTjccUwjFoAdxDRbQCGAHwzGo3+tZTy3IkTJ3gFvTJX8kDOGGOMsfWLRCKqlLLD" + "MIyHAdxPRI0AFGA+hPv9fnR2diIUCqG2thZerxc+nw9ut9ueIbfCrmVxMLS+6rpun6A4OztrlY0s" + "eNzikyWtGWTLjh077LA5Oztrh/XBwUF7NtiqxU4kEhgfH7e3UVdXl7uSZRrA/y10PwkhLhLRfwA4" + "NDIyYj93Op22Dx6klPB4PHC73WhsbEQwGEQgEIDH47FfW6EnqeZjfRqgaRpUVYWmaXA4HHA6ndA0" + "bUF5S+7zWAc41icOyWQSs7OzmJ6exuTkJIaGhnDp0iUMDw9jbm5OJaI2AE8Q0UOmaX47Go1+zjTN" + "N06dOsVng5epVf9VtdzwyIcE8LX1bV2iru34uh7KGGPs2ly+eBqg9Z18S8ADl1579m83eEhsA911" + "111CVdVWAI8C+AiAMAAhhIDP50NHRwdaWlrQ2NiI2tpau17bKkPJVwpiBT5d15FMJpFIJOwTPa2y" + "EyscbuRJi9YsvNXnfGZmBgMDA4jFYkilUvastXXQkP2+D8Atvb29BddtRaPR3ySiL+T+zOqDHggE" + "0NzcjNbWVrvd4Ua0PFxNbj25qqpwuVzweDz2gcFKY7Fm0GdmZnDlyhWMjo6iv78f586dw8TERG65" + "TQzAV4UQnzUMo//06dN8RniZ4RlyxhhjbIuJRCLVRPQrAJ4E0IFs95BgMIg9e/ags7MTDQ0NqKur" + "g8fjyTuza9VNJ5NJe9Z7bm5uSfDeDFZNOwCEw2GEw2G0traiv7/fDpuTk5NIpVK5Y4opihJfdqN5" + "ENGd1nWHw4Hq6mrU1dWhqqoKiqKgtbUVLpdrw15XIayDjWyvcSQSCUxMTCwI6W632y7dcblcCzra" + "WCU1NTU1aGtrw44dO7B3715cuHABfX19GB8fR7ac5beJ6JeFEH/c09PzzRdffHF2U18oWxEHcsYY" + "Y2yL6OnpkYZhHADwZ0KI2wFoQggEg0Hs378fXV1daG5utk/QXBzCDcOArut2qUM8Hs974mI50DTN" + "nh32+/1Ip9OYmprC4OAgkskkAOwxDKMJwMVCttfT0+MzTfN6AKiqqsKuXbvsE0eBq91bykVu7b6u" + "65icnLRr/b1eL4LBIPx+v11uZK1o2tTUhFAohJaWFnR2duL8+fM4c+YMYrGYIKIOIcQXTdO8JxqN" + "/q7b7T73wgsv8Gx5GSiff3mMMcYYW1YkEnGbpvmAEOJpzLe+Q1VVFfbv349du3ahtbUVDQ0Ndp9v" + "i2maSCaTmJycRCwWs3tmb9bs93pZrQPT6TSEEHA4HAiFQtA0DX19fQBQA6AWBQZy0zRDyO63YDC4" + "ZCbcmnUuZ9Z7mUwmEYvFoGka/H4/6urq4PP57E9CNE1DQ0MDampqUF9fj+bmZpw7dw4///nPMTc3" + "5wDwXiI6mEgkfqu7u/sU15aXHgdyxhhjrMxFIpEQgKcBPATAqSgK2tracPDgQbS0tKC9vR1ut3vB" + "yZhWB5GxsTG7g8hW43A4rNlwm9Va0DRNCWAXgH8vcHNVmO86A4/Hs+TGtawqWg6stohWj3SXy2Wf" + "uGt9OuJwONDa2oqamhpUV1ejoaEBP/3pTzE4OChM0+wkoq8B+GQkEvl8b2/vmsp/2MbiQM4YY4yV" + "sUgk0klEXxZC3AlAejweHDp0CF1dXWhpaUFTU5Pd2cQKabFYDGNjY0gmk2U/E76SfMvbWzPn2drr" + "d6PwTiseZHNPvjrxQhYMKlemaSIej6O/vx/Dw8Oora1FOBy22zJ6vV7s2bMHHo8HXq8XZ8+exZkz" + "Z6DrerUQ4hMAmqLR6B+dPHmSFzYoEQ7kjDHGWJmKRCJ7AXxdCHEIgAiFQjhy5AgaGhrQ1dWFQCBg" + "h8hUKoXx8XGMjo4uPvlxy8pXQrKo40j7Gja3O8/jK04qlcLw8DBisRhCoRDC4bDdVrGjo8O+HggE" + "8JOf/AQzMzMOAP+FiKp6enqeePHFF6dK/Rq2Iw7kjDHGWBmKRCL7AHwLwHVCCLS1teHw4cMIBoPY" + "tWuX3ds7k8kgFothaGgIuq5XRBC35Ft8aFGv8+pCtyWE2ElEy5amWF1ltuos+WKpVAqDg4OIxWJo" + "ampCbW0tVFVFU1OT3frS7XbjlVdeQSwWUwA8ZJomRaPRx0+ePDlT6vFvN5V7iMgYY4xtUZFIpAvA" + "NwBcJ6XEzp07ccsttyAQCGD37t3wer0gIszMzODs2bO4cOHCli9PySdf95dFM9xLi8GXQUStABas" + "RJrLWgCp0iSTSVy4cAFnz57F7Ox8p8P6+nq0traitrYWt912G+rr64H5TPgQET3d3d3tLuWYtyMO" + "5IwxxlgZ6enpCQH4CoADQgjs2LEDN910E7xeL3bu3Imqqiqk02lcunQJfX19mJ6ersggadXDL7Zo" + "hlw9duxYoVmmGshfBgPAbjFYiYgI09PT6Ovrw8jICEzTRDgcRmNjI3w+H97xjnegtrYWmF/h9TEh" + "xMPRaJSrKDYRB3LGGGOsTGRbG34CwO0ARFtbG2688UY4nU60tbXB5/Nhbm4OZ8+exeDg4JbsnFIo" + "a9XQfHJCtVMIUehKPl5g+ZM3TdPMewBQSdLptL2SZyqVQlNTEwKBALxeL2655RarDMoB4Ckiur3E" + "w91WOJAzxhhjZSAajUoAHwDwEWRP4Dx8+DCcTidCoRCCwSAuX76Mvr4+zMzMVOSseK5UKrVsIM+Z" + "IXepqlpoIHcBK7c3nJycrPj9SkSYmJjAG2+8gdnZWbS3t9srfR4+fBgOhwMAggA+H41Gm0s83G2D" + "AzljjDFWBohoD4A/BuB0u904cuQI3G433G43GhoaMDg4iPPnz1f8LC5wNTQuJyeQOw3DcBa4TQ1Y" + "ub2hruvQdX1tg92ikskkzp07h+npaTQ2NkIIgaamJuzcudPaP3uI6MloNOoo9Vi3Aw7kjDHGWIl1" + "d3e7iOgpAC1SSlx//fUIBoOQUiIUCtn9pfN1HalEyWQSiURi2dtzSlZUFNgxTgihZL8uex/TNBGL" + "xbbNfs5kMnjrrbcQj8fhdDohpcT+/futenIB4EEiOlziYW4LHMgZY4yxElMU5e1CiHsAoLGxEV1d" + "XXY3kJGRkW1RSmHJZDIYHx9f8fXmhGpFFt5U3L7fSqE8kUhgYmJi2+xv0zQxNjaGdDoNYH7RpIMH" + "D0JVVQCoFkI8FYlEuOtKkXEgZ4wxxkqou7vbY5rmMwA8DocDBw4cgKZpAObD6XYpoQDmO52MjY2t" + "WpaTE6glES1dzrOwxy5rcnJyWx0EAQtbTNbX16OlpQUAQETvBHCkRMPaNjiQM8YYYyUkhLgRwI0A" + "0NzcjGAwWOIRlUY6ncbo6Cji8fiq982dIUfhWUZYj10tlBMRrly5gsuXL1dsK8SVKIqCffv2WQeG" + "HgCPRqNRrcTDqmgcyBljjLESOX78uEpEvwagSlVV7N27t6KXdc+HiBCPxzE8PFxQGAcW1JBLFJBl" + "jh8/bteaF7oSJxFhamoKQ0NDiMfj22q2HAACgQDC4bD17R0Amko4nIq3vX7rGWOMsfJSI4Q4DgCh" + "UAjV1QWvBL/lERF0Xcfo6ChGRkbW1D0mN5AT0apZRgix5kBu0XUdIyMj9gHDdjnhU1EUtLe3W/s6" + "ZJrmraUeUyXjQM4YY4yViJTyJgANQgi0tLRYJ9JVLCKCYRiYm5vDyMgIBgcHMTs7u+aQm1tDLoQo" + "JMusO5AD8yc+WrP4g4ODmJychK7rME2zomfOGxsb4XJZ7dvlh7gFYvFU9m8+Y4wxVqaOHTumENFR" + "IYSmaRpaW1tLPaQNR0R2CNd1HfF4HIlEAplM5pqCbE6oFqKAhK2qqmIYhgrgmkqCrFl9XdchpYSm" + "aXC73XC5XHA4HFBVtaAa9a3C4XCgvr4eb731Fojo+uyqqJXfCL8EOJAzxhhjJaAoigqgGwD8fr/d" + "WWWrsYK1Fb6tJe9TqRRSqRSSySQymUzFzSabpmmHcyuEK4oCTdPgcDigaRpUVYWqqlAUZcGBQG5g" + "L+fwLqVEdXU1hBAgohAR7Qbwr6UeVyXiQM4YY4yVRjWAWgCora1dEsiLHV4L2b4VsoH5AJp7MQzD" + "Dt+ZTAaGYdgz35sYvgURlTzR5h6MpNNp++RUK6hbFymlfVEUxQ7qubcvfoy1ndyvK1ntPisdDOR7" + "zkAgYAVyDxG1gAN5URQ9kJOZLvZTMMYYY1tRB+YXXoGU0l6MJt8l1+J66/UE39zH5M5wW1/zPXe+" + "+5VKzmyzyF7KUr73bzUrBepizqbn27YQAqlUyrpNCiFqjh07Jr773e9WzkcdZaK4gZxMxAb+sahP" + "wRhjjG1RNQCcwHxwi8ViJR5O5crOoovs9RKPZmUrjW+zx05EyGQykFJa/dgPZFdG3X7N2YuMS1YY" + "Y4yx0nAi2+0skUjA4XDYJQyLTzzciFKFzbTW4LiW8hnTNNfUIhEATNO0u6zE43EMDQ1BUZQl5SH5" + "SkQW/zxf+Ugh13N/ttzP12Pxvlvtk43c++Tu09zrVklSKpWCruvIZDLWQ+uzXW04kG8wDuSMMcZY" + "6QgiwsDAAAYHBxeENSsw5qsrzhcQc0O89RjrPhshX2jOVyueGwhzb8sttcl3n8U/y/e9dT1n9cyC" + "kr8QIkNEaQBIJpO4ePFi7m357l/Qz1a7bS37fj3v03pm0/O9X4uvL/NYIqJ+Itoejdg3GQdyxhhj" + "rDReB/AzADtM03RmZ3HLuia6jFD2Mg5gerU7SymnDMP4BoCHMJ99rP2sZMtZZPZ7CQA5iw1ZXwWW" + "vjeFXM9nM97ffIma8lwnACau7k8T87Pf1iUDIA5ghIhOAfjy6dOneXa8CFYN5BIiRYUdgDLGGKsQ" + "EoJ7DRdZb2/vm5FI5A4hRAeA64goBMBLREq233OYiAJCCC8AN+ZLXByY/9utZDej4mpotP6mi5zb" + "BRYuAngtf9CtwLbY4oBGmA9ywNWAZ93Pup7O2VYq+5gEAIOI4gAMKeVsdjtzRJQAkCIiEkKY2ful" + "hRA/IKKB1QZ+4sQJikQinxBC/C/TNOfPUJRSAeAVQrgMw3ABUIQQzuz+d2e/OoUQGgAtG9ythXEU" + "ItIAQAih4Or+VpDd39nSjiVNz03TVBb/TAhxrd1irEANIYS1j4D5/WS95xnrftl9ZwJICSGSRJTE" + "/P6fMU1zWko5JaWcMQzDes/ThmHEv/e97/HseJGs+ua3HXzsOjKN1zdjMIwxxsqDJLm///UvvlHq" + "cWxXx48fF4qiqIZhSCGEtRqlEELIRcFNzGdUAeT/m17IujkFWaE71XVmAAABg0lEQVQ8YskNVgjM" + "Prc9G2uNJXt77iwtsqUQZJomASCn02lmH0OmaZonTpzg2UFWsVb/LX3/+5XWvtppAJ7iD4cxxlgZ" + "iA/sjfnxrW/xR9OMMbYJVl8/dv4/5DPFHwpjjLFyIICfcRhnjLHNs3ogBwCIfy7uMBhjjJUNopdL" + "PQTGGNtOCgrkmsN4BsBgkcfCGGOs9EYg5KdKPQjGGNtOCgrk5//ty1NC0MeKPRjGGGOlRUSPXXzt" + "SxOlHgdjjG0nBZasABdf/avnAXy7iGNhjDFWQoLw95de/6sXSj0OxhjbbgoO5ABAXveHSOAvcW19" + "TBljjJUZEviqLuceLPU4GGNsO1pXc9LWg490w8T/BtC4weNhjDG2ucYhxG8MvPqlfyj1QBhjbLta" + "92oBndf/RjgD9QEIvA3A2wB0bNioGGOMFZG4AKIfQeDHKmW+fuH150ZLPSLGGNvONmb5LgDhA4/U" + "q4a8TpG0ZElYxhhjpWeYwsgo5pnRV58dK/VYGGOMXfX/ARD6Y1WuLYYhAAAAAElFTkSuQmCC" + ) + ) + (text_box "Hi! this is DejaVu Serif" + (exclude_from_sim no) + (at 226.06 130.81 0) + (size 13.97 6.35) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + (effects + (font + (face "DejaVu Serif") + (size 1.27 1.27) + ) + (justify left top) + ) + (uuid "88be47bb-d548-4cac-a873-52ec32621961") + ) + (text_box "Text box, above drawing shapes aaa" + (exclude_from_sim no) + (at 170.18 130.81 0) + (size 36.83 7.62) + (stroke + (width 1) + (type dot) + (color 56 85 255 1) + ) + (fill + (type color) + (color 255 117 107 1) + ) + (effects + (font + (size 1.27 1.27) + (thickness 0.254) + (bold yes) + (color 124 255 131 1) + ) + (justify left top) + (href "https://github.com/INTI-CMNB/KiBot/") + ) + (uuid "ffbdc5a8-2780-4490-aa6c-ee3ed66dc37a") + ) + (text "Text box B" + (exclude_from_sim no) + (at 81.28 57.15 90) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left bottom) + ) + (uuid "2f3deced-880d-4075-a81b-95c62da5b94d") + ) + (text "Text box A" + (exclude_from_sim no) + (at 67.31 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "3cfcbcc7-4f45-46ab-82a8-c414c7972161") + ) + (text "Text box C" + (exclude_from_sim no) + (at 92.71 59.69 0) + (effects + (font + (size 1.27 1.27) + (thickness 0.254) + (bold yes) + ) + (justify right bottom) + ) + (uuid "4d609e7c-74c9-4ae9-a26d-946ff00c167d") + ) + (text "Text box D" + (exclude_from_sim no) + (at 81.28 60.96 90) + (effects + (font + (size 1.27 1.27) + (thickness 0.254) + (bold yes) + (italic yes) + ) + (justify right bottom) + ) + (uuid "786b6072-5772-4bc1-8eeb-6c4e19f2a91b") + ) + (label "B.A0" + (at 181.61 104.14 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "56bbedad-6259-4443-b321-0ffa1f89c336") + ) + (label "B.A1" + (at 181.61 100.33 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "82941cb3-7e8d-4836-8b43-647cd4390ab6") + ) + (label "L1" + (at 22.86 66.04 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f144a97d-c3f0-423f-b0a9-3f7dbc42478b") + ) + (label "B{AELEM}" + (at 165.1 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "fc80fa5b-8c07-4dda-8002-331dcafd556b") + (property "Netclass" "a net class" + (at 165.1 90.17 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + ) + ) + (property "Something" "pp2" + (at 165.1 92.71 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + ) + ) + ) + (global_label "L2B" + (shape output) + (at 39.37 55.88 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + ) + (uuid "6199bec7-e7eb-4ae0-b9ec-c563e157d635") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 39.37 49.4666 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "L2A" + (shape input) + (at 38.1 58.42 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "71c77456-1405-42e3-95ed-69e629de0558") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 31.868 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (global_label "L2C" + (shape bidirectional) + (at 40.64 58.42 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + (thickness 0.254) + (bold yes) + ) + (justify left) + ) + (uuid "7f3eb118-a20c-4239-b800-c9211c66847d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 48.5931 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + ) + (global_label "L2D" + (shape passive) + (at 39.37 60.96 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + (thickness 0.254) + (bold yes) + (italic yes) + ) + (justify right) + ) + (uuid "d2de4093-1fc2-4bc1-94b6-4d0fe3426c6f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" + (at 39.37 66.6905 90) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + (hide yes) + ) + ) + ) + (hierarchical_label "L3B" + (shape output) + (at 55.88 55.88 90) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + ) + (uuid "909b030b-fa1a-4fe8-b1ee-422b4d9e23cf") + ) + (hierarchical_label "L3C" + (shape bidirectional) + (at 57.15 58.42 0) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + (thickness 0.254) + (bold yes) + ) + (justify left) + ) + (uuid "936e2ca6-11ae-4f42-9128-52bb329f3d21") + ) + (hierarchical_label "L3A" + (shape input) + (at 54.61 58.42 180) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "cbc539d2-6a10-4052-9b7a-f10326dcac67") + ) + (hierarchical_label "L3D" + (shape passive) + (at 55.88 60.96 270) + (fields_autoplaced yes) + (effects + (font + (size 1.27 1.27) + (thickness 0.254) + (bold yes) + (italic yes) + ) + (justify right) + ) + (uuid "ebadd2a5-21ab-4a7e-b5bc-6f737367e560") + ) + (symbol + (lib_id "l1:Resistor") + (at 33.02 87.63 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f33ec02") + (property "Reference" "R1" + (at 33.02 82.3722 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R" + (at 33.02 84.6836 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 33.02 85.852 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 33.02 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 33.02 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Test" "Hi! \"quoted text\"" + (at 33.02 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7e177dab-d792-4f03-9143-3cc95615e0d6") + ) + (pin "2" + (uuid "c7c08868-5b26-40ca-94ba-cdb1cda09dbd") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 39.37 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f33f73d") + (property "Reference" "L1" + (at 40.7162 78.8416 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "L" + (at 40.7162 81.153 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 39.37 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 39.37 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 39.37 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f71826d8-34d8-4930-98c5-11e184143d2a") + ) + (pin "2" + (uuid "e65300a0-fc18-4db7-b27f-2d7614c69ac0") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "L1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 45.72 87.63 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f3401d2") + (property "Reference" "C1" + (at 45.72 81.2292 90) + (do_not_autoplace yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "C" + (at 45.72 83.5406 90) + (show_name yes) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 49.53 86.6648 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 45.72 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 45.72 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "636ec398-3d70-4359-98b8-4ebd9a3143be") + ) + (pin "2" + (uuid "15129e2c-3876-4c0d-83a8-7e8db04bdace") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 39.37 95.25 180) + (unit 1) + (convert 2) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "00000000-0000-0000-0000-00005f3409f7") + (property "Reference" "R2" + (at 41.0972 94.0816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Value" "R_US" + (at 41.0972 96.393 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 38.354 94.996 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 39.37 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 39.37 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "779dda81-116c-4228-bf2c-ec4cdaf096a5") + ) + (pin "2" + (uuid "e09d9b91-6abd-4b89-9714-db4f9256657c") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "l1:SYM_CAUTION") + (at 69.85 87.63 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f4ece1f") + (property "Reference" "#SYM_CAUTION1" + (at 69.85 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "SYM_CAUTION" + (at 69.85 92.075 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 72.39 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 69.85 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 69.85 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#SYM_CAUTION1") + (unit 1) + ) + ) + ) + ) + (sheet + (at 101.6 76.2) + (size 25.4 12.7) + (fields_autoplaced yes) + (stroke + (width 0) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "00000000-0000-0000-0000-00005f342deb") + (property "Sheetname" "Sub Sheet" + (at 101.6 75.4884 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "sub-sheet.kicad_sch" + (at 101.6 89.4846 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (pin "OUT" output + (at 127 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "0f41a909-27c4-4be2-9d5e-9ae2108c8ff5") + ) + (pin "IN" input + (at 101.6 82.55 180) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "632acde9-b7fd-4f04-8cb4-d2cbb06b3595") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (page "4") + ) + ) + ) + ) + (sheet + (at 101.6 96.52) + (size 25.4 12.7) + (fields_autoplaced yes) + (stroke + (width 0) + (type solid) + ) + (fill + (color 0 0 0 0.0000) + ) + (uuid "00000000-0000-0000-0000-00005f34e267") + (property "Sheetname" "Sub Sheet 2" + (at 101.6 95.8084 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + ) + (property "Sheetfile" "sub-sheet.kicad_sch" + (at 101.6 109.8046 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left top) + ) + ) + (pin "OUT" output + (at 127 102.87 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + (uuid "dabe541b-b164-4180-97a4-5ca761b86800") + ) + (pin "IN" input + (at 101.6 102.87 180) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "e12e827e-36be-4503-8eef-6fc7e8bc5d49") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (page "5") + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/test_vars.kicad_pro b/tests/board_samples/kicad_8/test_vars.kicad_pro index ecfc9e106..58fc873ca 100644 --- a/tests/board_samples/kicad_8/test_vars.kicad_pro +++ b/tests/board_samples/kicad_8/test_vars.kicad_pro @@ -141,6 +141,13 @@ "zones_allow_external_fillets": false, "zones_use_no_outline": true }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, "layer_presets": [], "viewports": [] }, @@ -416,14 +423,75 @@ "gencad": "", "idf": "", "netlist": "", + "plot": "", + "pos_files": "", "specctra_dsn": "", "step": "", + "svg": "", "vrml": "" }, "page_layout_descr_file": "" }, "schematic": { "annotate_start_num": 0, + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, "drawing": { "dashed_lines_dash_length_ratio": 12.0, "dashed_lines_gap_length_ratio": 3.0, @@ -437,6 +505,11 @@ "intersheets_ref_suffix": "", "junction_size_choice": 3, "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, "pin_symbol_size": 25.0, "text_offset_ratio": 0.15 }, @@ -452,6 +525,7 @@ "spice_external_command": "spice \"%I\"", "spice_model_current_sheet_as_root": true, "spice_save_all_currents": false, + "spice_save_all_dissipations": false, "spice_save_all_voltages": false, "subpart_first_id": 65, "subpart_id_separator": 0 @@ -459,7 +533,7 @@ "sheets": [ [ "e6521bef-4109-48f7-8b88-4121b0468927", - "" + "Root" ] ], "text_variables": { diff --git a/tests/board_samples/kicad_8/test_vars.kicad_sch b/tests/board_samples/kicad_8/test_vars.kicad_sch index 205dffcaf..78b5998fa 100644 --- a/tests/board_samples/kicad_8/test_vars.kicad_sch +++ b/tests/board_samples/kicad_8/test_vars.kicad_sch @@ -1,523 +1,1309 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (title_block - (title "BoM Test") - (date "13/07/2020") - (rev "${git_hash}") - (company "INTI-CMNB") - (comment 4 "${Comment4}") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (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" "power-flag" (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)))) - ) - ) - ) - (symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) - (property "Reference" "#FLG" (at 0 1.905 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "PWR_FLAG_0_0" - (pin power_out line (at 0 0 90) (length 0) - (name "pwr" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "PWR_FLAG_0_1" - (polyline - (pts - (xy 0 0) - (xy 0 1.27) - (xy -1.016 1.905) - (xy 0 2.54) - (xy 1.016 1.905) - (xy 0 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - ) - (symbol "power:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) - (property "Reference" "#PWR" (at 0 -3.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (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" "power-flag" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Power symbol creates a global label with name \"VCC\"" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "VCC_0_1" - (polyline - (pts - (xy -0.762 1.27) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 0) - (xy 0 2.54) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 0 2.54) - (xy 0.762 1.27) - ) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "VCC_1_1" - (pin power_in line (at 0 0 90) (length 0) hide - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - (junction (at 88.9 62.23) (diameter 0) (color 0 0 0 0) - (uuid 04f5865e-f449-4408-a0c8-771cccfcb129) - ) - (junction (at 88.9 50.8) (diameter 0) (color 0 0 0 0) - (uuid a9ec539a-d80d-40cc-803c-12b6adefe42a) - ) - - (wire (pts (xy 114.3 74.93) (xy 114.3 77.47)) - (stroke (width 0) (type default)) - (uuid 2bf3f24b-fd30-41a7-a274-9b519491916b) - ) - (wire (pts (xy 88.9 59.69) (xy 88.9 62.23)) - (stroke (width 0) (type default)) - (uuid 2d6718e7-f18d-444d-9792-ddf1a113460c) - ) - (wire (pts (xy 81.28 49.53) (xy 81.28 50.8)) - (stroke (width 0) (type default)) - (uuid 34871042-9d5c-4e29-abdd-a168368c3c22) - ) - (wire (pts (xy 88.9 52.07) (xy 88.9 50.8)) - (stroke (width 0) (type default)) - (uuid 4d609e7c-74c9-4ae9-a26d-946ff00c167d) - ) - (wire (pts (xy 88.9 62.23) (xy 88.9 66.04)) - (stroke (width 0) (type default)) - (uuid 6199bec7-e7eb-4ae0-b9ec-c563e157d635) - ) - (wire (pts (xy 99.06 62.23) (xy 88.9 62.23)) - (stroke (width 0) (type default)) - (uuid 71c77456-1405-42e3-95ed-69e629de0558) - ) - (wire (pts (xy 88.9 76.2) (xy 88.9 73.66)) - (stroke (width 0) (type default)) - (uuid 786b6072-5772-4bc1-8eeb-6c4e19f2a91b) - ) - (wire (pts (xy 99.06 76.2) (xy 99.06 73.66)) - (stroke (width 0) (type default)) - (uuid 9a9f2d82-f64d-4264-8bec-c182528fc4de) - ) - (wire (pts (xy 88.9 50.8) (xy 88.9 49.53)) - (stroke (width 0) (type default)) - (uuid c264c438-a475-4ad4-9915-0f1e6ecf3053) - ) - (wire (pts (xy 81.28 50.8) (xy 88.9 50.8)) - (stroke (width 0) (type default)) - (uuid ef1b4b98-541b-4673-a04f-2043250fc40a) - ) - (wire (pts (xy 99.06 66.04) (xy 99.06 62.23)) - (stroke (width 0) (type default)) - (uuid f144a97d-c3f0-423f-b0a9-3f7dbc42478b) - ) - - (symbol (lib_id "Device:R") (at 88.9 55.88 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe8a2e) - (property "Reference" "R1" (at 90.678 54.7116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "100" (at 90.678 57.023 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 87.122 55.88 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 9dbd9e26-9782-45c4-9403-4d72b07f29de)) - (pin "2" (uuid 437250d9-eb22-42a7-a0ee-f2e6a9628e2b)) - (instances - (project "test_vars" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 88.9 69.85 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe8e9e) - (property "Reference" "R2" (at 90.678 68.6816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "200" (at 90.678 70.993 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0805_2012Metric" (at 87.122 69.85 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 88.9 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid eda12c9f-b24f-4458-a3cc-61f318dc57fe)) - (pin "2" (uuid 004d701c-7e69-4a10-9c95-7de04fa2be20)) - (instances - (project "test_vars" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 99.06 69.85 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe91ac) - (property "Reference" "C1" (at 101.981 68.6816 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1uF" (at 101.981 70.993 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" (at 100.0252 73.66 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 99.06 69.85 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid a86ce70c-0b0b-4e00-81fd-fa720b16c5ec)) - (pin "2" (uuid f3fc3ce5-4efa-4006-8983-46e918c0de75)) - (instances - (project "test_vars" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 99.06 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe965a) - (property "Reference" "#PWR03" (at 99.06 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 99.187 80.5942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 99.06 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 99.06 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 607bd1dc-3a6b-4b00-8871-0e4f8cbd31b4)) - (instances - (project "test_vars" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR03") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 88.9 76.2 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe9830) - (property "Reference" "#PWR02" (at 88.9 82.55 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 89.027 80.5942 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 88.9 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 88.9 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c02ea828-b111-4d1d-9474-98d811361c61)) - (instances - (project "test_vars" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR02") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:VCC") (at 88.9 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ebe99a0) - (property "Reference" "#PWR01" (at 88.9 53.34 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "VCC" (at 89.3318 45.1358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 88.9 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 88.9 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid bc94524b-c378-44e8-acce-7c1ac0292375)) - (instances - (project "test_vars" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR01") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 114.3 77.47 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec534bf) - (property "Reference" "#PWR0101" (at 114.3 83.82 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 114.427 81.8642 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 114.3 77.47 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5d56d28a-c4af-4430-8964-9b60bd37a4ca)) - (instances - (project "test_vars" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#PWR0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 114.3 74.93 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec53a6e) - (property "Reference" "#FLG0101" (at 114.3 73.025 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 114.3 70.5358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 114.3 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 114.3 74.93 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 3081c45f-0a62-4dc8-a706-c2b3c5e194d8)) - (instances - (project "test_vars" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#FLG0101") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:PWR_FLAG") (at 81.28 49.53 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005ec53e1a) - (property "Reference" "#FLG0102" (at 81.28 47.625 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "PWR_FLAG" (at 81.28 45.1358 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 81.28 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 81.28 49.53 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 0d525ad4-3f7e-4e8e-b572-5aed774da48c)) - (instances - (project "test_vars" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "#FLG0102") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (title_block + (title "BoM Test") + (date "13/07/2020") + (rev "${git_hash}") + (company "INTI-CMNB") + (comment 4 "${Comment4}") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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) + ) + ) + ) + ) + ) + ) + (symbol "power:PWR_FLAG" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#FLG" + (at 0 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Special symbol for telling ERC where power comes from" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PWR_FLAG_0_0" + (pin power_out line + (at 0 0 90) + (length 0) + (name "pwr" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) (xy 0 1.27) (xy -1.016 1.905) (xy 0 2.54) (xy 1.016 1.905) (xy 0 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + ) + (symbol "power:VCC" + (power) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (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 yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "power-flag" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "VCC_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VCC_1_1" + (pin power_in line + (at 0 0 90) + (length 0) hide + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 88.9 62.23) + (diameter 0) + (color 0 0 0 0) + (uuid "04f5865e-f449-4408-a0c8-771cccfcb129") + ) + (junction + (at 88.9 50.8) + (diameter 0) + (color 0 0 0 0) + (uuid "a9ec539a-d80d-40cc-803c-12b6adefe42a") + ) + (wire + (pts + (xy 114.3 74.93) (xy 114.3 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2bf3f24b-fd30-41a7-a274-9b519491916b") + ) + (wire + (pts + (xy 88.9 59.69) (xy 88.9 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2d6718e7-f18d-444d-9792-ddf1a113460c") + ) + (wire + (pts + (xy 81.28 49.53) (xy 81.28 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "34871042-9d5c-4e29-abdd-a168368c3c22") + ) + (wire + (pts + (xy 88.9 52.07) (xy 88.9 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4d609e7c-74c9-4ae9-a26d-946ff00c167d") + ) + (wire + (pts + (xy 88.9 62.23) (xy 88.9 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6199bec7-e7eb-4ae0-b9ec-c563e157d635") + ) + (wire + (pts + (xy 99.06 62.23) (xy 88.9 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "71c77456-1405-42e3-95ed-69e629de0558") + ) + (wire + (pts + (xy 88.9 76.2) (xy 88.9 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "786b6072-5772-4bc1-8eeb-6c4e19f2a91b") + ) + (wire + (pts + (xy 99.06 76.2) (xy 99.06 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a9f2d82-f64d-4264-8bec-c182528fc4de") + ) + (wire + (pts + (xy 88.9 50.8) (xy 88.9 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c264c438-a475-4ad4-9915-0f1e6ecf3053") + ) + (wire + (pts + (xy 81.28 50.8) (xy 88.9 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ef1b4b98-541b-4673-a04f-2043250fc40a") + ) + (wire + (pts + (xy 99.06 66.04) (xy 99.06 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f144a97d-c3f0-423f-b0a9-3f7dbc42478b") + ) + (symbol + (lib_id "Device:R") + (at 88.9 55.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe8a2e") + (property "Reference" "R1" + (at 90.678 54.7116 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100" + (at 90.678 57.023 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 87.122 55.88 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "9dbd9e26-9782-45c4-9403-4d72b07f29de") + ) + (pin "2" + (uuid "437250d9-eb22-42a7-a0ee-f2e6a9628e2b") + ) + (instances + (project "test_vars" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 88.9 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe8e9e") + (property "Reference" "R2" + (at 90.678 68.6816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "200" + (at 90.678 70.993 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Resistor_SMD:R_0805_2012Metric" + (at 87.122 69.85 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 88.9 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "eda12c9f-b24f-4458-a3cc-61f318dc57fe") + ) + (pin "2" + (uuid "004d701c-7e69-4a10-9c95-7de04fa2be20") + ) + (instances + (project "test_vars" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 99.06 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe91ac") + (property "Reference" "C1" + (at 101.981 68.6816 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF" + (at 101.981 70.993 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0805_2012Metric" + (at 100.0252 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 99.06 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 99.06 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a86ce70c-0b0b-4e00-81fd-fa720b16c5ec") + ) + (pin "2" + (uuid "f3fc3ce5-4efa-4006-8983-46e918c0de75") + ) + (instances + (project "test_vars" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 99.06 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe965a") + (property "Reference" "#PWR03" + (at 99.06 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 99.187 80.5942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 99.06 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "607bd1dc-3a6b-4b00-8871-0e4f8cbd31b4") + ) + (instances + (project "test_vars" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 88.9 76.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe9830") + (property "Reference" "#PWR02" + (at 88.9 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 89.027 80.5942 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 88.9 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 88.9 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 76.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c02ea828-b111-4d1d-9474-98d811361c61") + ) + (instances + (project "test_vars" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 88.9 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ebe99a0") + (property "Reference" "#PWR01" + (at 88.9 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 89.3318 45.1358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 88.9 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 88.9 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 88.9 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bc94524b-c378-44e8-acce-7c1ac0292375") + ) + (instances + (project "test_vars" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 114.3 77.47 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec534bf") + (property "Reference" "#PWR0101" + (at 114.3 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 114.427 81.8642 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 114.3 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5d56d28a-c4af-4430-8964-9b60bd37a4ca") + ) + (instances + (project "test_vars" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#PWR0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 114.3 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec53a6e") + (property "Reference" "#FLG0101" + (at 114.3 73.025 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 114.3 70.5358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 114.3 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 114.3 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 114.3 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3081c45f-0a62-4dc8-a706-c2b3c5e194d8") + ) + (instances + (project "test_vars" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#FLG0101") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:PWR_FLAG") + (at 81.28 49.53 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005ec53e1a") + (property "Reference" "#FLG0102" + (at 81.28 47.625 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "PWR_FLAG" + (at 81.28 45.1358 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 81.28 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 81.28 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0d525ad4-3f7e-4e8e-b572-5aed774da48c") + ) + (instances + (project "test_vars" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#FLG0102") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/value_split.kicad_sch b/tests/board_samples/kicad_8/value_split.kicad_sch index 9e438f7c9..77e91b52a 100644 --- a/tests/board_samples/kicad_8/value_split.kicad_sch +++ b/tests/board_samples/kicad_8/value_split.kicad_sch @@ -1,324 +1,865 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid 179ba928-cf99-4278-8b0e-db8b29c47284) - - (paper "A4") - - (title_block - (title "Value field split test") - (date "2023-05-03") - (company "Instituto Nacional de Tecnología Industrial - CMNT") - (comment 1 "KiBot") - ) - - (lib_symbols - (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.635 2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "C" (at 0.635 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 0.9652 -3.81 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" "cap capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Unpolarized capacitor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "C_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "C_0_1" - (polyline - (pts - (xy -2.032 -0.762) - (xy 2.032 -0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy -2.032 0.762) - (xy 2.032 0.762) - ) - (stroke (width 0.508) (type default)) - (fill (type none)) - ) - ) - (symbol "C_1_1" - (pin passive line (at 0 3.81 270) (length 2.794) - (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 2.794) - (name "~" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "Device:L" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "L" (at -1.27 0 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "L" (at 1.905 0 90) - (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" "inductor choke coil reactor magnetic" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Inductor" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "L_0_1" - (arc (start 0 -2.54) (mid 0.6323 -1.905) (end 0 -1.27) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 -1.27) (mid 0.6323 -0.635) (end 0 0) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 0) (mid 0.6323 0.635) (end 0 1.27) - (stroke (width 0) (type default)) - (fill (type none)) - ) - (arc (start 0 1.27) (mid 0.6323 1.905) (end 0 2.54) - (stroke (width 0) (type default)) - (fill (type none)) - ) - ) - (symbol "L_1_1" - (pin passive line (at 0 3.81 270) (length 1.27) - (name "1" (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 "2" (effects (font (size 1.27 1.27)))) - (number "2" (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 (lib_id "Device:C") (at 76.2 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000064524e13) - (property "Reference" "C1" (at 79.121 53.4162 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1uF 0603 ±30%" (at 79.121 55.7784 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 77.1652 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 5f844bb0-3d54-4c86-88ec-af86e9451d15)) - (pin "2" (uuid 0a4fb726-0c1a-4701-a725-ee986145e4a0)) - (instances - (project "value_split" - (path "/179ba928-cf99-4278-8b0e-db8b29c47284" - (reference "C1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C") (at 101.6 54.61 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000645255c4) - (property "Reference" "C2" (at 104.521 53.4162 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "100p 0805 NPO 50V" (at 104.521 55.7784 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 102.5652 58.42 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 101.6 54.61 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 1a5349dc-6b5f-46b5-a82e-fb4a4ce76785)) - (pin "2" (uuid d0f0d8f4-8c92-434a-91d3-826c5db4cfc7)) - (instances - (project "value_split" - (path "/179ba928-cf99-4278-8b0e-db8b29c47284" - (reference "C2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 76.2 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000645257e4) - (property "Reference" "R1" (at 77.978 66.1162 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "12k 1% 0402 1/8W" (at 77.978 68.4784 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 74.422 67.31 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 31bcb9be-4874-4abc-b949-33a9ab4b0617)) - (pin "2" (uuid 70853912-8b76-42a4-b17c-8ddf582202ad)) - (instances - (project "value_split" - (path "/179ba928-cf99-4278-8b0e-db8b29c47284" - (reference "R1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:R") (at 101.6 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-000064525cc7) - (property "Reference" "R2" (at 103.378 66.1162 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1M 10%" (at 103.378 68.4784 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 99.822 67.31 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 101.6 67.31 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "tolerance" "5%" (at 104.14 71.12 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (pin "1" (uuid e80f2427-21c4-4f79-9651-aa4141324485)) - (pin "2" (uuid c138ecfa-b0c2-4814-8442-90afb26b2b46)) - (instances - (project "value_split" - (path "/179ba928-cf99-4278-8b0e-db8b29c47284" - (reference "R2") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:L") (at 76.2 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000645261a6) - (property "Reference" "L1" (at 77.597 78.8162 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "3n3 0603 10%" (at 77.597 81.1784 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 76.2 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 76.2 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 58e23817-50a2-4977-8e84-afab23d1b456)) - (pin "2" (uuid dfe081d3-8f66-4a53-96d1-16e824274d7e)) - (instances - (project "value_split" - (path "/179ba928-cf99-4278-8b0e-db8b29c47284" - (reference "L1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:L") (at 101.6 80.01 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-0000645266d9) - (property "Reference" "L2" (at 103.0224 78.8162 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "1nH 100V" (at 103.0224 81.1784 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "" (at 101.6 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 101.6 80.01 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Voltage" "50V" (at 105.41 83.82 0) - (effects (font (size 1.27 1.27))) - ) - (pin "1" (uuid 26fd10a0-33ae-47c2-af12-31a3f632d1f6)) - (pin "2" (uuid 1e6c2ee6-8273-4e5f-a91b-8e402ea1772e)) - (instances - (project "value_split" - (path "/179ba928-cf99-4278-8b0e-db8b29c47284" - (reference "L2") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "179ba928-cf99-4278-8b0e-db8b29c47284") + (paper "A4") + (title_block + (title "Value field split test") + (date "2023-05-03") + (company "Instituto Nacional de Tecnología Industrial - CMNT") + (comment 1 "KiBot") + ) + (lib_symbols + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (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 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:L" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "L" + (at -1.27 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "L" + (at 1.905 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Inductor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "inductor choke coil reactor magnetic" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "L_0_1" + (arc + (start 0 -2.54) + (mid 0.6323 -1.905) + (end 0 -1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -1.27) + (mid 0.6323 -0.635) + (end 0 0) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0) + (mid 0.6323 0.635) + (end 0 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 1.27) + (mid 0.6323 1.905) + (end 0 2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "L_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (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 "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (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 yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (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 + (lib_id "Device:C") + (at 76.2 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000064524e13") + (property "Reference" "C1" + (at 79.121 53.4162 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1uF 0603 ±30%" + (at 79.121 55.7784 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 77.1652 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5f844bb0-3d54-4c86-88ec-af86e9451d15") + ) + (pin "2" + (uuid "0a4fb726-0c1a-4701-a725-ee986145e4a0") + ) + (instances + (project "value_split" + (path "/179ba928-cf99-4278-8b0e-db8b29c47284" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 101.6 54.61 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000645255c4") + (property "Reference" "C2" + (at 104.521 53.4162 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100p 0805 NPO 50V" + (at 104.521 55.7784 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 102.5652 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 54.61 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1a5349dc-6b5f-46b5-a82e-fb4a4ce76785") + ) + (pin "2" + (uuid "d0f0d8f4-8c92-434a-91d3-826c5db4cfc7") + ) + (instances + (project "value_split" + (path "/179ba928-cf99-4278-8b0e-db8b29c47284" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 76.2 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000645257e4") + (property "Reference" "R1" + (at 77.978 66.1162 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "12k 1% 0402 1/8W" + (at 77.978 68.4784 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 74.422 67.31 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "31bcb9be-4874-4abc-b949-33a9ab4b0617") + ) + (pin "2" + (uuid "70853912-8b76-42a4-b17c-8ddf582202ad") + ) + (instances + (project "value_split" + (path "/179ba928-cf99-4278-8b0e-db8b29c47284" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 101.6 67.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-000064525cc7") + (property "Reference" "R2" + (at 103.378 66.1162 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1M 10%" + (at 103.378 68.4784 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 99.822 67.31 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "tolerance" "5%" + (at 104.14 71.12 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (pin "1" + (uuid "e80f2427-21c4-4f79-9651-aa4141324485") + ) + (pin "2" + (uuid "c138ecfa-b0c2-4814-8442-90afb26b2b46") + ) + (instances + (project "value_split" + (path "/179ba928-cf99-4278-8b0e-db8b29c47284" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 76.2 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000645261a6") + (property "Reference" "L1" + (at 77.597 78.8162 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "3n3 0603 10%" + (at 77.597 81.1784 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 76.2 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 76.2 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "58e23817-50a2-4977-8e84-afab23d1b456") + ) + (pin "2" + (uuid "dfe081d3-8f66-4a53-96d1-16e824274d7e") + ) + (instances + (project "value_split" + (path "/179ba928-cf99-4278-8b0e-db8b29c47284" + (reference "L1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L") + (at 101.6 80.01 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-0000645266d9") + (property "Reference" "L2" + (at 103.0224 78.8162 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "1nH 100V" + (at 103.0224 81.1784 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 101.6 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 101.6 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 101.6 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Voltage" "50V" + (at 105.41 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (pin "1" + (uuid "26fd10a0-33ae-47c2-af12-31a3f632d1f6") + ) + (pin "2" + (uuid "1e6c2ee6-8273-4e5f-a91b-8e402ea1772e") + ) + (instances + (project "value_split" + (path "/179ba928-cf99-4278-8b0e-db8b29c47284" + (reference "L2") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/warning-project.kicad_pcb b/tests/board_samples/kicad_8/warning-project.kicad_pcb index b7ab4a9b5..493664527 100644 --- a/tests/board_samples/kicad_8/warning-project.kicad_pcb +++ b/tests/board_samples/kicad_8/warning-project.kicad_pcb @@ -1,306 +1,1082 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "GND") - (net 2 "Net-(C2-Pad1)") - (net 3 "VCC") - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca72801) - (at 164.775001 80.505001 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca745a6") - (attr smd) - (fp_text reference "C1" (at 0 -1.17 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1a2f72d1-0b36-4610-afc4-4ad1660d5d3b) - ) - (fp_text value "C" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0dcdf1b8-13c6-48b4-bd94-5d26038ff231) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 8d55e186-3e11-40e8-a65e-b36a8a00069e) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2732632c-4768-42b6-bf7f-14643424019e)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 13475e15-f37c-4de8-857e-1722b0c39513)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 58dc14f9-c158-4824-a84e-24a6a482a7a4)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dde3dba8-1b81-466c-93a3-c284ff4da1ef)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f976e2cc-36f9-4479-a816-2c74d1d5da6f)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "VCC") (tstamp 48f827a8-6e22-4a2e-abdc-c2a03098d883)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp e877bf4a-4210-4bd3-b7b0-806eb4affc5b)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca72810) - (at 170.18 80.020001 90) - (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca76352") - (attr smd) - (fp_text reference "C2" (at 0 -1.17 90) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a) - ) - (fp_text value "C" (at 0 1.17 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp aa02e544-13f5-4cf8-a5f4-3e6cda006090) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp 6a44418c-7bb4-4e99-8836-57f153c19721) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d22e95aa-f3db-4fbc-a331-048a2523233e)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d1262c4d-2245-4c4f-8f35-7bb32cd9e21e)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0147f16a-c952-4891-8f53-a9fb8cddeb8d)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 15875808-74d5-4210-b8ca-aa8fbc04ae21)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dd00c2e1-6027-4717-b312-4fab3ee52002)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1169a2d-8998-4b50-a48d-c520bcc1b8e1)) - (pad "1" smd roundrect (at -0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C2-Pad1)") (tstamp 8322f275-268c-4e87-a69f-4cfbf05e747f)) - (pad "2" smd roundrect (at 0.485 0 90) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_JST:JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca7282d) - (at 154.94 80.01) - (descr "JST JWPF series connector, B02B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator") - (tags "connector JST JWPF side entry") - (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca714f2") - (attr through_hole) - (fp_text reference "P1" (at -1.35 -3.7) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 32667662-ae86-4904-b198-3e95f11851bf) - ) - (fp_text value "CONN_01X02" (at -1.35 5.7) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp a05d7640-f2f6-4ba7-8c51-5a4af431fc13) - ) - (fp_text user "${REFERENCE}" (at -4.7 1 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543) - ) - (fp_line (start -5.75 -2.85) (end -4.25 -2.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae)) - (fp_line (start -5.75 -1.35) (end -5.75 -2.85) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f5fe6b7-98fc-4d3e-9567-f9f7202d1455)) - (fp_line (start -5.51 -2.61) (end -5.51 4.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp da469d11-a8a4-414b-9449-d151eeaf4853)) - (fp_line (start -5.51 4.61) (end 1.81 4.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afb8e687-4a13-41a1-b8c0-89a749e897fe)) - (fp_line (start 1.81 -2.61) (end -5.51 -2.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 62c076a3-d618-44a2-9042-9a08b3576787)) - (fp_line (start 2.81 -1.61) (end 2.81 3.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cbb5968-dbb5-4b84-864a-ead1cacf75b9)) - (fp_arc (start 1.81 -2.61) (mid 2.517107 -2.317107) (end 2.81 -1.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a795f1ba-cdd5-4cc5-9a52-08586e982934)) - (fp_arc (start 2.81 3.61) (mid 2.517107 4.317107) (end 1.81 4.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 46918595-4a45-48e8-84c0-961b4db7f35f)) - (fp_line (start -5.9 -3) (end -5.9 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9ccf03e8-755a-4cd9-96fc-30e1d08fa253)) - (fp_line (start -5.9 5) (end 3.2 5) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 94c158d1-8503-4553-b511-bf42f506c2a8)) - (fp_line (start 3.2 -3) (end -5.9 -3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 78cbdd6c-4878-4cc5-9a58-0e506478e37d)) - (fp_line (start 3.2 5) (end 3.2 -3) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 23bb2798-d93a-4696-a962-c305c4298a0c)) - (fp_line (start -5.4 -2.5) (end -5.4 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 983c426c-24e0-4c65-ab69-1f1824adc5c6)) - (fp_line (start -5.4 4.5) (end 1.7 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c1d83899-e380-49f9-a87d-8e78bc089ebf)) - (fp_line (start -0.375 -1.9) (end 0.375 -1.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14)) - (fp_line (start 0 -1.15) (end -0.375 -1.9) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8314017-7be6-4011-9179-37449a29b311)) - (fp_line (start 0.375 -1.9) (end 0 -1.15) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2)) - (fp_line (start 1.7 -2.5) (end -5.4 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6e105729-aba0-497c-a99e-c32d2b3ddb6d)) - (fp_line (start 2.7 -1.5) (end 2.7 3.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12)) - (fp_arc (start 1.7 -2.5) (mid 2.407107 -2.207107) (end 2.7 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 13abf99d-5265-4779-8973-e94370fd18ff)) - (fp_arc (start 2.7 3.5) (mid 2.407107 4.207107) (end 1.7 4.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a7520ad3-0f8b-4788-92d4-8ffb277041e6)) - (pad "" np_thru_hole circle (at -1.5 3.556) (size 1.15 1.15) (drill 1.15) (layers "*.Cu" "*.Mask") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (pad "1" thru_hole roundrect (at 0 0) (size 2 1.3) (drill 1) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.192308) - (net 1 "GND") (tstamp 746ba970-8279-4e7b-aed3-f28687777c21)) - (pad "2" thru_hole oval (at 0 2) (size 2 1.3) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "VCC") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e)) - (model "${KISYS3DMOD}/Connector_JST.3dshapes/JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0402_1005Metric" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ca7283c) - (at 167.64 83.82) - (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca75c86") - (attr smd) - (fp_text reference "R1" (at 0 -1.17) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e615f7aa-337e-474d-9615-2ad82b1c44ca) - ) - (fp_text value "R" (at 0 1.17) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 4fb02e58-160a-4a39-9f22-d0c75e82ee72) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 0.25 0.25) (thickness 0.04))) - (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a) - ) - (fp_line (start -0.93 -0.47) (end 0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137)) - (fp_line (start -0.93 0.47) (end -0.93 -0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (fp_line (start 0.93 -0.47) (end 0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce)) - (fp_line (start 0.93 0.47) (end -0.93 0.47) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 66116376-6967-4178-9f23-a26cdeafc400)) - (pad "1" smd roundrect (at -0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "VCC") (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (pad "2" smd roundrect (at 0.485 0) (size 0.59 0.64) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C2-Pad1)") (tstamp 87371631-aa02-498a-998a-09bdb74784c1)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 187.96 69.85) (end 142.24 69.85) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd)) - (gr_line (start 187.96 91.44) (end 187.96 69.85) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03)) - (gr_line (start 142.24 69.85) (end 142.24 91.44) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp 54365317-1355-4216-bb75-829375abc4ec)) - (gr_line (start 142.24 91.44) (end 187.96 91.44) - (stroke (width 0.12) (type solid)) (layer "Edge.Cuts") (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497)) - - (segment (start 164.765 80.01) (end 164.775001 80.020001) (width 0.25) (layer "F.Cu") (net 1) (tstamp a3e4f0ae-9f86-49e9-b386-ed8b42e012fb)) - (segment (start 154.94 80.01) (end 164.765 80.01) (width 0.25) (layer "F.Cu") (net 1) (tstamp a690fc6c-55d9-47e6-b533-faa4b67e20f3)) - (segment (start 170.18 81.765) (end 168.125 83.82) (width 0.25) (layer "F.Cu") (net 2) (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (segment (start 170.18 80.505001) (end 170.18 81.765) (width 0.25) (layer "F.Cu") (net 2) (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - (segment (start 157.769999 80.990001) (end 156.75 82.01) (width 0.25) (layer "F.Cu") (net 3) (tstamp 127679a9-3981-4934-815e-896a4e3ff56e)) - (segment (start 167.155 83.37) (end 165.1 81.315) (width 0.25) (layer "F.Cu") (net 3) (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (segment (start 165.1 81.315) (end 164.775001 80.990001) (width 0.25) (layer "F.Cu") (net 3) (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (segment (start 167.155 83.82) (end 167.155 83.37) (width 0.25) (layer "F.Cu") (net 3) (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (segment (start 156.75 82.01) (end 154.94 82.01) (width 0.25) (layer "F.Cu") (net 3) (tstamp 716e31c5-485f-40b5-88e3-a75900da9811)) - (segment (start 164.775001 80.990001) (end 157.769999 80.990001) (width 0.25) (layer "F.Cu") (net 3) (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "Net-(C2-Pad1)") + (net 3 "VCC") + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca72801") + (at 164.775001 80.505001 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 -1.17 90) + (layer "F.SilkS") + (uuid "1a2f72d1-0b36-4610-afc4-4ad1660d5d3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "C" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "0dcdf1b8-13c6-48b4-bd94-5d26038ff231") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "13ccfb6c-20c8-4b4b-ba51-54e027ddc295") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "782072a5-a1c6-42d4-903c-075664289bf3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9b40f527-3149-4167-adba-a72cfae722a0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca745a6") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "58dc14f9-c158-4824-a84e-24a6a482a7a4") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dde3dba8-1b81-466c-93a3-c284ff4da1ef") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "8d55e186-3e11-40e8-a65e-b36a8a00069e") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "VCC") + (uuid "48f827a8-6e22-4a2e-abdc-c2a03098d883") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca72810") + (at 170.18 80.020001 90) + (descr "Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C2" + (at 0 -1.17 90) + (layer "F.SilkS") + (uuid "4e3d7c0d-12e3-42f2-b944-e4bcdbbcac2a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "C" + (at 0 1.17 90) + (layer "F.Fab") + (uuid "aa02e544-13f5-4cf8-a5f4-3e6cda006090") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ae847a94-d12d-441e-8ca9-fdc55eab1d6b") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8b5f5148-4739-46f9-a0b5-9d33d3186210") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2c9e6e06-1aec-4472-b152-641fba1d4402") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca76352") + (attr smd) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d1262c4d-2245-4c4f-8f35-7bb32cd9e21e") + ) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d22e95aa-f3db-4fbc-a331-048a2523233e") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0147f16a-c952-4891-8f53-a9fb8cddeb8d") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1169a2d-8998-4b50-a48d-c520bcc1b8e1") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + ) + (fp_text user "${REFERENCE}" + (at 0 0 90) + (layer "F.Fab") + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C2-Pad1)") + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + ) + (pad "2" smd roundrect + (at 0.485 0 90) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_JST:JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca7282d") + (at 154.94 80.01) + (descr "JST JWPF series connector, B02B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator") + (tags "connector JST JWPF side entry") + (property "Reference" "P1" + (at -1.35 -3.7 0) + (layer "F.SilkS") + (uuid "32667662-ae86-4904-b198-3e95f11851bf") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "CONN_01X02" + (at -1.35 5.7 0) + (layer "F.Fab") + (uuid "a05d7640-f2f6-4ba7-8c51-5a4af431fc13") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b8bcb199-e6e2-4faa-80ca-adb72d03518f") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7b15493d-f643-4080-827d-9924067a27eb") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0c231fbc-5b52-4b90-ab66-3658c0c8307a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca71704/00000000-0000-0000-0000-00005ca714f2") + (attr through_hole) + (fp_line + (start -5.75 -2.85) + (end -4.25 -2.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + ) + (fp_line + (start -5.75 -1.35) + (end -5.75 -2.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f5fe6b7-98fc-4d3e-9567-f9f7202d1455") + ) + (fp_line + (start -5.51 -2.61) + (end -5.51 4.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "da469d11-a8a4-414b-9449-d151eeaf4853") + ) + (fp_line + (start -5.51 4.61) + (end 1.81 4.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afb8e687-4a13-41a1-b8c0-89a749e897fe") + ) + (fp_line + (start 1.81 -2.61) + (end -5.51 -2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "62c076a3-d618-44a2-9042-9a08b3576787") + ) + (fp_line + (start 2.81 -1.61) + (end 2.81 3.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cbb5968-dbb5-4b84-864a-ead1cacf75b9") + ) + (fp_arc + (start 1.81 -2.61) + (mid 2.517107 -2.317107) + (end 2.81 -1.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a795f1ba-cdd5-4cc5-9a52-08586e982934") + ) + (fp_arc + (start 2.81 3.61) + (mid 2.517107 4.317107) + (end 1.81 4.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "46918595-4a45-48e8-84c0-961b4db7f35f") + ) + (fp_line + (start -5.9 -3) + (end -5.9 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "9ccf03e8-755a-4cd9-96fc-30e1d08fa253") + ) + (fp_line + (start -5.9 5) + (end 3.2 5) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "94c158d1-8503-4553-b511-bf42f506c2a8") + ) + (fp_line + (start 3.2 -3) + (end -5.9 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "78cbdd6c-4878-4cc5-9a58-0e506478e37d") + ) + (fp_line + (start 3.2 5) + (end 3.2 -3) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "23bb2798-d93a-4696-a962-c305c4298a0c") + ) + (fp_line + (start -5.4 -2.5) + (end -5.4 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "983c426c-24e0-4c65-ab69-1f1824adc5c6") + ) + (fp_line + (start -5.4 4.5) + (end 1.7 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "c1d83899-e380-49f9-a87d-8e78bc089ebf") + ) + (fp_line + (start -0.375 -1.9) + (end 0.375 -1.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + ) + (fp_line + (start 0 -1.15) + (end -0.375 -1.9) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + ) + (fp_line + (start 0.375 -1.9) + (end 0 -1.15) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + ) + (fp_line + (start 1.7 -2.5) + (end -5.4 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "6e105729-aba0-497c-a99e-c32d2b3ddb6d") + ) + (fp_line + (start 2.7 -1.5) + (end 2.7 3.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + ) + (fp_arc + (start 1.7 -2.5) + (mid 2.407107 -2.207107) + (end 2.7 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "13abf99d-5265-4779-8973-e94370fd18ff") + ) + (fp_arc + (start 2.7 3.5) + (mid 2.407107 4.207107) + (end 1.7 4.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a7520ad3-0f8b-4788-92d4-8ffb277041e6") + ) + (fp_text user "${REFERENCE}" + (at -4.7 1 90) + (layer "F.Fab") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" np_thru_hole circle + (at -1.5 3.556) + (size 1.15 1.15) + (drill 1.15) + (layers "*.Cu" "*.Mask") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (pad "1" thru_hole roundrect + (at 0 0) + (size 2 1.3) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (roundrect_rratio 0.192308) + (net 1 "GND") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + ) + (pad "2" thru_hole oval + (at 0 2) + (size 2 1.3) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "VCC") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + ) + (model "${KISYS3DMOD}/Connector_JST.3dshapes/JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0402_1005Metric" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ca7283c") + (at 167.64 83.82) + (descr "Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 -1.17 0) + (layer "F.SilkS") + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "R" + (at 0 1.17 0) + (layer "F.Fab") + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a7a71107-f20a-4187-b8ee-bab5eeec8bc3") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5b67a83d-c3e6-4d33-94ed-f507b50f2fd1") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f774924b-231a-4cb5-8b5e-c387424a09dd") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ca75bc1/00000000-0000-0000-0000-00005ca75c86") + (attr smd) + (fp_line + (start -0.93 -0.47) + (end 0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + ) + (fp_line + (start -0.93 0.47) + (end -0.93 -0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (fp_line + (start 0.93 -0.47) + (end 0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (fp_line + (start 0.93 0.47) + (end -0.93 0.47) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (fp_line + (start -0.5 -0.25) + (end 0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + ) + (fp_line + (start -0.5 0.25) + (end -0.5 -0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (fp_line + (start 0.5 -0.25) + (end 0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + ) + (fp_line + (start 0.5 0.25) + (end -0.5 0.25) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + (effects + (font + (size 0.25 0.25) + (thickness 0.04) + ) + ) + ) + (pad "1" smd roundrect + (at -0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "VCC") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (pad "2" smd roundrect + (at 0.485 0) + (size 0.59 0.64) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C2-Pad1)") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0402_1005Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 187.96 69.85) + (end 142.24 69.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (gr_line + (start 187.96 91.44) + (end 187.96 69.85) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (gr_line + (start 142.24 69.85) + (end 142.24 91.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (gr_line + (start 142.24 91.44) + (end 187.96 91.44) + (stroke + (width 0.12) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (segment + (start 164.765 80.01) + (end 164.775001 80.020001) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "a3e4f0ae-9f86-49e9-b386-ed8b42e012fb") + ) + (segment + (start 154.94 80.01) + (end 164.765 80.01) + (width 0.25) + (layer "F.Cu") + (net 1) + (uuid "a690fc6c-55d9-47e6-b533-faa4b67e20f3") + ) + (segment + (start 170.18 81.765) + (end 168.125 83.82) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (segment + (start 170.18 80.505001) + (end 170.18 81.765) + (width 0.25) + (layer "F.Cu") + (net 2) + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (segment + (start 157.769999 80.990001) + (end 156.75 82.01) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (segment + (start 167.155 83.37) + (end 165.1 81.315) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (segment + (start 165.1 81.315) + (end 164.775001 80.990001) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (segment + (start 167.155 83.82) + (end 167.155 83.37) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (segment + (start 156.75 82.01) + (end 154.94 82.01) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (segment + (start 164.775001 80.990001) + (end 157.769999 80.990001) + (width 0.25) + (layer "F.Cu") + (net 3) + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/wrong_paste.kicad_pcb b/tests/board_samples/kicad_8/wrong_paste.kicad_pcb index 64745fc13..de6babe2e 100644 --- a/tests/board_samples/kicad_8/wrong_paste.kicad_pcb +++ b/tests/board_samples/kicad_8/wrong_paste.kicad_pcb @@ -1,414 +1,937 @@ -(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) - ) - - (setup - (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 6) - (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-(U1-Pad2)") - (net 2 "Net-(U1-Pad28)") - (net 3 "Net-(U1-Pad27)") - (net 4 "Net-(U1-Pad26)") - (net 5 "Net-(U1-Pad25)") - (net 6 "Net-(U1-Pad24)") - (net 7 "Net-(U1-Pad23)") - (net 8 "Net-(U1-Pad22)") - (net 9 "Net-(U1-Pad21)") - (net 10 "Net-(U1-Pad20)") - (net 11 "Net-(U1-Pad19)") - (net 12 "Net-(U1-Pad18)") - (net 13 "Net-(U1-Pad17)") - (net 14 "Net-(U1-Pad16)") - (net 15 "Net-(U1-Pad15)") - (net 16 "Net-(U1-Pad14)") - (net 17 "Net-(U1-Pad13)") - (net 18 "Net-(U1-Pad12)") - (net 19 "Net-(U1-Pad11)") - (net 20 "Net-(U1-Pad10)") - (net 21 "Net-(U1-Pad9)") - (net 22 "Net-(U1-Pad8)") - (net 23 "Net-(U1-Pad7)") - (net 24 "Net-(U1-Pad5)") - (net 25 "Net-(U1-Pad4)") - (net 26 "Net-(U1-Pad3)") - (net 27 "Net-(U1-Pad1)") - - (footprint "Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm_ThermalVias" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005f9851e2) - (at 112.903 67.6148) - (descr "QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_noLead_generator.py") - (tags "QFN NoLead") - (path "/00000000-0000-0000-0000-00005f9852ab") - (attr smd) - (fp_text reference "U1" (at 0 -3.8) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03) - ) - (fp_text value "AX5043" (at 0 3.8) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 54365317-1355-4216-bb75-829375abc4ec) - ) - (fp_line (start -2.61 2.61) (end -2.61 1.885) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - (fp_line (start -1.885 -2.61) (end -2.61 -2.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (fp_line (start -1.885 2.61) (end -2.61 2.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (fp_line (start 1.885 -2.61) (end 2.61 -2.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a3e4f0ae-9f86-49e9-b386-ed8b42e012fb)) - (fp_line (start 1.885 2.61) (end 2.61 2.61) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (fp_line (start 2.61 -2.61) (end 2.61 -1.885) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a690fc6c-55d9-47e6-b533-faa4b67e20f3)) - (fp_line (start 2.61 2.61) (end 2.61 1.885) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (fp_line (start -3.1 -3.1) (end -3.1 3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144)) - (fp_line (start -3.1 3.1) (end 3.1 3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - (fp_line (start 3.1 -3.1) (end -3.1 -3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (fp_line (start 3.1 3.1) (end 3.1 -3.1) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (fp_line (start -2.5 -1.5) (end -1.5 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f)) - (fp_line (start -2.5 2.5) (end -2.5 -1.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11)) - (fp_line (start -1.5 -2.5) (end 2.5 -2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - (fp_line (start 2.5 -2.5) (end 2.5 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 716e31c5-485f-40b5-88e3-a75900da9811)) - (fp_line (start 2.5 2.5) (end -2.5 2.5) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 127679a9-3981-4934-815e-896a4e3ff56e)) - (pad "" smd custom (at -1.3375 -1.3375) (size 0.43669 0.43669) (layers "F.Paste") - (thermal_bridge_angle 45) - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly - (pts - (xy 0.164589 0.075523) - (xy 0.075523 0.164589) - (xy -0.164589 0.164589) - (xy -0.164589 -0.164589) - (xy 0.164589 -0.164589) - ) - (width 0.215024) (fill yes)) - ) (tstamp d57dcfee-5058-4fc2-a68b-05f9a48f685b)) - (pad "" smd custom (at -1.3375 -0.5) (size 0.458956 0.458956) (layers "F.Paste") - (thermal_bridge_angle 45) - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly - (pts - (xy 0.186855 -0.247246) - (xy 0.186855 0.247246) - (xy 0.116234 0.317866) - (xy -0.186855 0.317866) - (xy -0.186855 -0.317866) - (xy 0.116234 -0.317866) - ) - (width 0.170493) (fill yes)) - ) (tstamp 80094b70-85ab-4ff6-934b-60d5ee65023a)) - (pad "" smd custom (at -1.3375 0.5) (size 0.458956 0.458956) (layers "F.Paste") - (thermal_bridge_angle 45) - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly - (pts - (xy 0.186855 -0.247246) - (xy 0.186855 0.247246) - (xy 0.116234 0.317866) - (xy -0.186855 0.317866) - (xy -0.186855 -0.317866) - (xy 0.116234 -0.317866) - ) - (width 0.170493) (fill yes)) - ) (tstamp 97fe9c60-586f-4895-8504-4d3729f5f81a)) - (pad "" smd custom (at -1.3375 1.3375) (size 0.43669 0.43669) (layers "F.Paste") - (thermal_bridge_angle 45) - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly - (pts - (xy 0.164589 -0.075523) - (xy 0.164589 0.164589) - (xy -0.164589 0.164589) - (xy -0.164589 -0.164589) - (xy 0.075523 -0.164589) - ) - (width 0.215024) (fill yes)) - ) (tstamp fe8d9267-7834-48d6-a191-c8724b2ee78d)) - (pad "" smd custom (at -0.5 -1.3375) (size 0.458956 0.458956) (layers "F.Paste") - (thermal_bridge_angle 45) - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly - (pts - (xy 0.317866 0.116234) - (xy 0.247246 0.186855) - (xy -0.247246 0.186855) - (xy -0.317866 0.116234) - (xy -0.317866 -0.186855) - (xy 0.317866 -0.186855) - ) - (width 0.170493) (fill yes)) - ) (tstamp 7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e)) - (pad "" smd roundrect (at -0.5 -0.5) (size 0.806226 0.806226) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 852dabbf-de45-4470-8176-59d37a754407)) - (pad "" smd roundrect (at -0.5 0.5) (size 0.806226 0.806226) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp b5352a33-563a-4ffe-a231-2e68fb54afa3)) - (pad "" smd custom (at -0.5 1.3375) (size 0.458956 0.458956) (layers "F.Paste") - (thermal_bridge_angle 45) - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly - (pts - (xy 0.317866 -0.116234) - (xy 0.317866 0.186855) - (xy -0.317866 0.186855) - (xy -0.317866 -0.116234) - (xy -0.247246 -0.186855) - (xy 0.247246 -0.186855) - ) - (width 0.170493) (fill yes)) - ) (tstamp aa14c3bd-4acc-4908-9d28-228585a22a9d)) - (pad "" smd custom (at 0.5 -1.3375) (size 0.458956 0.458956) (layers "F.Paste") - (thermal_bridge_angle 45) - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly - (pts - (xy 0.317866 0.116234) - (xy 0.247246 0.186855) - (xy -0.247246 0.186855) - (xy -0.317866 0.116234) - (xy -0.317866 -0.186855) - (xy 0.317866 -0.186855) - ) - (width 0.170493) (fill yes)) - ) (tstamp e857610b-4434-4144-b04e-43c1ebdc5ceb)) - (pad "" smd roundrect (at 0.5 -0.5) (size 0.806226 0.806226) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 31e08896-1992-4725-96d9-9d2728bca7a3)) - (pad "" smd roundrect (at 0.5 0.5) (size 0.806226 0.806226) (layers "F.Paste") (roundrect_rratio 0.25) (tstamp 6441b183-b8f2-458f-a23d-60e2b1f66dd6)) - (pad "" smd custom (at 0.5 1.3375) (size 0.458956 0.458956) (layers "F.Paste") - (thermal_bridge_angle 45) - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly - (pts - (xy 0.317866 -0.116234) - (xy 0.317866 0.186855) - (xy -0.317866 0.186855) - (xy -0.317866 -0.116234) - (xy -0.247246 -0.186855) - (xy 0.247246 -0.186855) - ) - (width 0.170493) (fill yes)) - ) (tstamp 29e78086-2175-405e-9ba3-c48766d2f50c)) - (pad "" smd custom (at 1.3375 -1.3375) (size 0.43669 0.43669) (layers "F.Paste") - (thermal_bridge_angle 45) - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly - (pts - (xy 0.164589 0.164589) - (xy -0.075523 0.164589) - (xy -0.164589 0.075523) - (xy -0.164589 -0.164589) - (xy 0.164589 -0.164589) - ) - (width 0.215024) (fill yes)) - ) (tstamp 9340c285-5767-42d5-8b6d-63fe2a40ddf3)) - (pad "" smd custom (at 1.3375 -0.5) (size 0.458956 0.458956) (layers "F.Paste") - (thermal_bridge_angle 45) - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly - (pts - (xy 0.186855 0.317866) - (xy -0.116234 0.317866) - (xy -0.186855 0.247246) - (xy -0.186855 -0.247246) - (xy -0.116234 -0.317866) - (xy 0.186855 -0.317866) - ) - (width 0.170493) (fill yes)) - ) (tstamp 1bf544e3-5940-4576-9291-2464e95c0ee2)) - (pad "" smd custom (at 1.3375 0.5) (size 0.458956 0.458956) (layers "F.Paste") - (thermal_bridge_angle 45) - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly - (pts - (xy 0.186855 0.317866) - (xy -0.116234 0.317866) - (xy -0.186855 0.247246) - (xy -0.186855 -0.247246) - (xy -0.116234 -0.317866) - (xy 0.186855 -0.317866) - ) - (width 0.170493) (fill yes)) - ) (tstamp 1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2)) - (pad "" smd custom (at 1.3375 1.3375) (size 0.43669 0.43669) (layers "F.Paste") - (thermal_bridge_angle 45) - (options (clearance outline) (anchor circle)) - (primitives - (gr_poly - (pts - (xy 0.164589 0.164589) - (xy -0.164589 0.164589) - (xy -0.164589 -0.075523) - (xy -0.075523 -0.164589) - (xy 0.164589 -0.164589) - ) - (width 0.215024) (fill yes)) - ) (tstamp 181abe7a-f941-42b6-bd46-aaa3131f90fb)) - (pad "1" smd roundrect (at -2.45 -1.5) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 27 "Net-(U1-Pad1)") (tstamp 7e023245-2c2b-4e2b-bfb9-5d35176e88f2)) - (pad "2" smd roundrect (at -2.45 -1) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "Net-(U1-Pad2)") (tstamp 40165eda-4ba6-4565-9bb4-b9df6dbb08da)) - (pad "3" smd roundrect (at -2.45 -0.5) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 26 "Net-(U1-Pad3)") (tstamp 8e06ba1f-e3ba-4eb9-a10e-887dffd566d6)) - (pad "4" smd roundrect (at -2.45 0) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 25 "Net-(U1-Pad4)") (tstamp 12422a89-3d0c-485c-9386-f77121fd68fd)) - (pad "5" smd roundrect (at -2.45 0.5) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 24 "Net-(U1-Pad5)") (tstamp 7d34f6b1-ab31-49be-b011-c67fe67a8a56)) - (pad "6" smd roundrect (at -2.45 1) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "Net-(U1-Pad2)") (tstamp 1a6d2848-e78e-49fe-8978-e1890f07836f)) - (pad "7" smd roundrect (at -2.45 1.5) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 23 "Net-(U1-Pad7)") (tstamp a544eb0a-75db-4baf-bf54-9ca21744343b)) - (pad "8" smd roundrect (at -1.5 2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 22 "Net-(U1-Pad8)") (tstamp 45008225-f50f-4d6b-b508-6730a9408caf)) - (pad "9" smd roundrect (at -1 2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 21 "Net-(U1-Pad9)") (tstamp 8c6a821f-8e19-48f3-8f44-9b340f7689bc)) - (pad "10" smd roundrect (at -0.5 2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "Net-(U1-Pad10)") (tstamp 6475547d-3216-45a4-a15c-48314f1dd0f9)) - (pad "11" smd roundrect (at 0 2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 19 "Net-(U1-Pad11)") (tstamp 75ffc65c-7132-4411-9f2a-ae0c73d79338)) - (pad "12" smd roundrect (at 0.5 2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 18 "Net-(U1-Pad12)") (tstamp 3e903008-0276-4a73-8edb-5d9dfde6297c)) - (pad "13" smd roundrect (at 1 2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 17 "Net-(U1-Pad13)") (tstamp 24f7628d-681d-4f0e-8409-40a129e929d9)) - (pad "14" smd roundrect (at 1.5 2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 16 "Net-(U1-Pad14)") (tstamp 3a7648d8-121a-4921-9b92-9b35b76ce39b)) - (pad "15" smd roundrect (at 2.45 1.5) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 15 "Net-(U1-Pad15)") (tstamp 1d9cdadc-9036-4a95-b6db-fa7b3b74c869)) - (pad "16" smd roundrect (at 2.45 1) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 14 "Net-(U1-Pad16)") (tstamp 6bfe5804-2ef9-4c65-b2a7-f01e4014370a)) - (pad "17" smd roundrect (at 2.45 0.5) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "Net-(U1-Pad17)") (tstamp c0eca5ed-bc5e-4618-9bcd-80945bea41ed)) - (pad "18" smd roundrect (at 2.45 0) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 12 "Net-(U1-Pad18)") (tstamp 0217dfc4-fc13-4699-99ad-d9948522648e)) - (pad "19" smd roundrect (at 2.45 -0.5) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 11 "Net-(U1-Pad19)") (tstamp bd5408e4-362d-4e43-9d39-78fb99eb52c8)) - (pad "20" smd roundrect (at 2.45 -1) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 10 "Net-(U1-Pad20)") (tstamp 8da933a9-35f8-42e6-8504-d1bab7264306)) - (pad "21" smd roundrect (at 2.45 -1.5) (size 0.8 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 9 "Net-(U1-Pad21)") (tstamp 2f215f15-3d52-4c91-93e6-3ea03a95622f)) - (pad "22" smd roundrect (at 1.5 -2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "Net-(U1-Pad22)") (tstamp 61fe293f-6808-4b7f-9340-9aaac7054a97)) - (pad "23" smd roundrect (at 1 -2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 7 "Net-(U1-Pad23)") (tstamp b88717bd-086f-46cd-9d3f-0396009d0996)) - (pad "24" smd roundrect (at 0.5 -2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 6 "Net-(U1-Pad24)") (tstamp 63ff1c93-3f96-4c33-b498-5dd8c33bccc0)) - (pad "25" smd roundrect (at 0 -2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 5 "Net-(U1-Pad25)") (tstamp 9e1b837f-0d34-4a18-9644-9ee68f141f46)) - (pad "26" smd roundrect (at -0.5 -2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 4 "Net-(U1-Pad26)") (tstamp c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b)) - (pad "27" smd roundrect (at -1 -2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(U1-Pad27)") (tstamp 9b0a1687-7e1b-4a04-a30b-c27a072a2949)) - (pad "28" smd roundrect (at -1.5 -2.45) (size 0.25 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(U1-Pad28)") (tstamp ee27d19c-8dca-4ac8-a760-6dfd54d28071)) - (pad "29" thru_hole circle (at -1 -1) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") - (net 1 "Net-(U1-Pad2)") (tstamp 240e07e1-770b-4b27-894f-29fd601c924d)) - (pad "29" thru_hole circle (at -1 0) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") - (net 1 "Net-(U1-Pad2)") (tstamp 4a4ec8d9-3d72-4952-83d4-808f65849a2b)) - (pad "29" thru_hole circle (at -1 1) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") - (net 1 "Net-(U1-Pad2)") (tstamp 5528bcad-2950-4673-90eb-c37e6952c475)) - (pad "29" thru_hole circle (at 0 -1) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") - (net 1 "Net-(U1-Pad2)") (tstamp f2c93195-af12-4d3e-acdf-bdd0ff675c24)) - (pad "29" thru_hole circle (at 0 0) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") - (net 1 "Net-(U1-Pad2)") (tstamp 08a7c925-7fae-4530-b0c9-120e185cb318)) - (pad "29" smd rect (at 0 0) (size 2.5 2.5) (layers "B.Cu") - (net 1 "Net-(U1-Pad2)") (tstamp 66043bca-a260-4915-9fce-8a51d324c687)) - (pad "29" smd rect (at 0 0) (size 3.35 3.35) (layers "F.Cu" "F.Mask") - (net 1 "Net-(U1-Pad2)") (tstamp 003c2200-0632-4808-a662-8ddd5d30c768)) - (pad "29" thru_hole circle (at 0 1) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") - (net 1 "Net-(U1-Pad2)") (tstamp 7bbf981c-a063-4e30-8911-e4228e1c0743)) - (pad "29" thru_hole circle (at 1 -1) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") - (net 1 "Net-(U1-Pad2)") (tstamp cbd8faed-e1f8-4406-87c8-58b2c504a5d4)) - (pad "29" thru_hole circle (at 1 0) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") - (net 1 "Net-(U1-Pad2)") (tstamp 7edc9030-db7b-43ac-a1b3-b87eeacb4c2d)) - (pad "29" thru_hole circle (at 1 1) (size 0.5 0.5) (drill 0.2) (layers "*.Cu") - (net 1 "Net-(U1-Pad2)") (tstamp 2d6db888-4e40-41c8-b701-07170fc894bc)) - (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes yes) + (usegerberadvancedattributes yes) + (creategerberjobfile yes) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "Net-(U1-Pad2)") + (net 2 "Net-(U1-Pad28)") + (net 3 "Net-(U1-Pad27)") + (net 4 "Net-(U1-Pad26)") + (net 5 "Net-(U1-Pad25)") + (net 6 "Net-(U1-Pad24)") + (net 7 "Net-(U1-Pad23)") + (net 8 "Net-(U1-Pad22)") + (net 9 "Net-(U1-Pad21)") + (net 10 "Net-(U1-Pad20)") + (net 11 "Net-(U1-Pad19)") + (net 12 "Net-(U1-Pad18)") + (net 13 "Net-(U1-Pad17)") + (net 14 "Net-(U1-Pad16)") + (net 15 "Net-(U1-Pad15)") + (net 16 "Net-(U1-Pad14)") + (net 17 "Net-(U1-Pad13)") + (net 18 "Net-(U1-Pad12)") + (net 19 "Net-(U1-Pad11)") + (net 20 "Net-(U1-Pad10)") + (net 21 "Net-(U1-Pad9)") + (net 22 "Net-(U1-Pad8)") + (net 23 "Net-(U1-Pad7)") + (net 24 "Net-(U1-Pad5)") + (net 25 "Net-(U1-Pad4)") + (net 26 "Net-(U1-Pad3)") + (net 27 "Net-(U1-Pad1)") + (footprint "Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm_ThermalVias" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005f9851e2") + (at 112.903 67.6148) + (descr "QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_noLead_generator.py") + (tags "QFN NoLead") + (property "Reference" "U1" + (at 0 -3.8 0) + (layer "F.SilkS") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "AX5043" + (at 0 3.8 0) + (layer "F.Fab") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29acd820-5ae0-462c-843d-ab7a1016483e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a905e5f-ea28-4a9a-a506-de597731fd1d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7f9ec294-c89c-494e-9cae-8d21be720fdc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005f9852ab") + (attr smd) + (fp_line + (start -2.61 2.61) + (end -2.61 1.885) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (fp_line + (start -1.885 -2.61) + (end -2.61 -2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (fp_line + (start -1.885 2.61) + (end -2.61 2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (fp_line + (start 1.885 -2.61) + (end 2.61 -2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a3e4f0ae-9f86-49e9-b386-ed8b42e012fb") + ) + (fp_line + (start 1.885 2.61) + (end 2.61 2.61) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (fp_line + (start 2.61 -2.61) + (end 2.61 -1.885) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "a690fc6c-55d9-47e6-b533-faa4b67e20f3") + ) + (fp_line + (start 2.61 2.61) + (end 2.61 1.885) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (fp_line + (start -3.1 -3.1) + (end -3.1 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (fp_line + (start -3.1 3.1) + (end 3.1 3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (fp_line + (start 3.1 -3.1) + (end -3.1 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (fp_line + (start 3.1 3.1) + (end 3.1 -3.1) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (fp_line + (start -2.5 -1.5) + (end -1.5 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (fp_line + (start -2.5 2.5) + (end -2.5 -1.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (fp_line + (start -1.5 -2.5) + (end 2.5 -2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (fp_line + (start 2.5 -2.5) + (end 2.5 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (fp_line + (start 2.5 2.5) + (end -2.5 2.5) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" smd custom + (at -1.3375 -1.3375) + (size 0.43669 0.43669) + (layers "F.Paste") + (options + (clearance outline) + (anchor circle) + ) + (primitives + (gr_poly + (pts + (xy 0.164589 0.075523) (xy 0.075523 0.164589) (xy -0.164589 0.164589) (xy -0.164589 -0.164589) + (xy 0.164589 -0.164589) + ) + (width 0.215024) + (fill yes) + ) + ) + (uuid "d57dcfee-5058-4fc2-a68b-05f9a48f685b") + ) + (pad "" smd custom + (at -1.3375 -0.5) + (size 0.458956 0.458956) + (layers "F.Paste") + (options + (clearance outline) + (anchor circle) + ) + (primitives + (gr_poly + (pts + (xy 0.186855 -0.247246) (xy 0.186855 0.247246) (xy 0.116234 0.317866) (xy -0.186855 0.317866) + (xy -0.186855 -0.317866) (xy 0.116234 -0.317866) + ) + (width 0.170493) + (fill yes) + ) + ) + (uuid "80094b70-85ab-4ff6-934b-60d5ee65023a") + ) + (pad "" smd custom + (at -1.3375 0.5) + (size 0.458956 0.458956) + (layers "F.Paste") + (options + (clearance outline) + (anchor circle) + ) + (primitives + (gr_poly + (pts + (xy 0.186855 -0.247246) (xy 0.186855 0.247246) (xy 0.116234 0.317866) (xy -0.186855 0.317866) + (xy -0.186855 -0.317866) (xy 0.116234 -0.317866) + ) + (width 0.170493) + (fill yes) + ) + ) + (uuid "97fe9c60-586f-4895-8504-4d3729f5f81a") + ) + (pad "" smd custom + (at -1.3375 1.3375) + (size 0.43669 0.43669) + (layers "F.Paste") + (options + (clearance outline) + (anchor circle) + ) + (primitives + (gr_poly + (pts + (xy 0.164589 -0.075523) (xy 0.164589 0.164589) (xy -0.164589 0.164589) (xy -0.164589 -0.164589) + (xy 0.075523 -0.164589) + ) + (width 0.215024) + (fill yes) + ) + ) + (uuid "fe8d9267-7834-48d6-a191-c8724b2ee78d") + ) + (pad "" smd custom + (at -0.5 -1.3375) + (size 0.458956 0.458956) + (layers "F.Paste") + (options + (clearance outline) + (anchor circle) + ) + (primitives + (gr_poly + (pts + (xy 0.317866 0.116234) (xy 0.247246 0.186855) (xy -0.247246 0.186855) (xy -0.317866 0.116234) + (xy -0.317866 -0.186855) (xy 0.317866 -0.186855) + ) + (width 0.170493) + (fill yes) + ) + ) + (uuid "7dc880bc-e7eb-4cce-8d8c-0b65a9dd788e") + ) + (pad "" smd roundrect + (at -0.5 -0.5) + (size 0.806226 0.806226) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "852dabbf-de45-4470-8176-59d37a754407") + ) + (pad "" smd roundrect + (at -0.5 0.5) + (size 0.806226 0.806226) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "b5352a33-563a-4ffe-a231-2e68fb54afa3") + ) + (pad "" smd custom + (at -0.5 1.3375) + (size 0.458956 0.458956) + (layers "F.Paste") + (options + (clearance outline) + (anchor circle) + ) + (primitives + (gr_poly + (pts + (xy 0.317866 -0.116234) (xy 0.317866 0.186855) (xy -0.317866 0.186855) (xy -0.317866 -0.116234) + (xy -0.247246 -0.186855) (xy 0.247246 -0.186855) + ) + (width 0.170493) + (fill yes) + ) + ) + (uuid "aa14c3bd-4acc-4908-9d28-228585a22a9d") + ) + (pad "" smd custom + (at 0.5 -1.3375) + (size 0.458956 0.458956) + (layers "F.Paste") + (options + (clearance outline) + (anchor circle) + ) + (primitives + (gr_poly + (pts + (xy 0.317866 0.116234) (xy 0.247246 0.186855) (xy -0.247246 0.186855) (xy -0.317866 0.116234) + (xy -0.317866 -0.186855) (xy 0.317866 -0.186855) + ) + (width 0.170493) + (fill yes) + ) + ) + (uuid "e857610b-4434-4144-b04e-43c1ebdc5ceb") + ) + (pad "" smd roundrect + (at 0.5 -0.5) + (size 0.806226 0.806226) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "31e08896-1992-4725-96d9-9d2728bca7a3") + ) + (pad "" smd roundrect + (at 0.5 0.5) + (size 0.806226 0.806226) + (layers "F.Paste") + (roundrect_rratio 0.25) + (uuid "6441b183-b8f2-458f-a23d-60e2b1f66dd6") + ) + (pad "" smd custom + (at 0.5 1.3375) + (size 0.458956 0.458956) + (layers "F.Paste") + (options + (clearance outline) + (anchor circle) + ) + (primitives + (gr_poly + (pts + (xy 0.317866 -0.116234) (xy 0.317866 0.186855) (xy -0.317866 0.186855) (xy -0.317866 -0.116234) + (xy -0.247246 -0.186855) (xy 0.247246 -0.186855) + ) + (width 0.170493) + (fill yes) + ) + ) + (uuid "29e78086-2175-405e-9ba3-c48766d2f50c") + ) + (pad "" smd custom + (at 1.3375 -1.3375) + (size 0.43669 0.43669) + (layers "F.Paste") + (options + (clearance outline) + (anchor circle) + ) + (primitives + (gr_poly + (pts + (xy 0.164589 0.164589) (xy -0.075523 0.164589) (xy -0.164589 0.075523) (xy -0.164589 -0.164589) + (xy 0.164589 -0.164589) + ) + (width 0.215024) + (fill yes) + ) + ) + (uuid "9340c285-5767-42d5-8b6d-63fe2a40ddf3") + ) + (pad "" smd custom + (at 1.3375 -0.5) + (size 0.458956 0.458956) + (layers "F.Paste") + (options + (clearance outline) + (anchor circle) + ) + (primitives + (gr_poly + (pts + (xy 0.186855 0.317866) (xy -0.116234 0.317866) (xy -0.186855 0.247246) (xy -0.186855 -0.247246) + (xy -0.116234 -0.317866) (xy 0.186855 -0.317866) + ) + (width 0.170493) + (fill yes) + ) + ) + (uuid "1bf544e3-5940-4576-9291-2464e95c0ee2") + ) + (pad "" smd custom + (at 1.3375 0.5) + (size 0.458956 0.458956) + (layers "F.Paste") + (options + (clearance outline) + (anchor circle) + ) + (primitives + (gr_poly + (pts + (xy 0.186855 0.317866) (xy -0.116234 0.317866) (xy -0.186855 0.247246) (xy -0.186855 -0.247246) + (xy -0.116234 -0.317866) (xy 0.186855 -0.317866) + ) + (width 0.170493) + (fill yes) + ) + ) + (uuid "1a1ab354-5f85-45f9-938c-9f6c4c8c3ea2") + ) + (pad "" smd custom + (at 1.3375 1.3375) + (size 0.43669 0.43669) + (layers "F.Paste") + (options + (clearance outline) + (anchor circle) + ) + (primitives + (gr_poly + (pts + (xy 0.164589 0.164589) (xy -0.164589 0.164589) (xy -0.164589 -0.075523) (xy -0.075523 -0.164589) + (xy 0.164589 -0.164589) + ) + (width 0.215024) + (fill yes) + ) + ) + (uuid "181abe7a-f941-42b6-bd46-aaa3131f90fb") + ) + (pad "1" smd roundrect + (at -2.45 -1.5) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 27 "Net-(U1-Pad1)") + (uuid "7e023245-2c2b-4e2b-bfb9-5d35176e88f2") + ) + (pad "2" smd roundrect + (at -2.45 -1) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "Net-(U1-Pad2)") + (uuid "40165eda-4ba6-4565-9bb4-b9df6dbb08da") + ) + (pad "3" smd roundrect + (at -2.45 -0.5) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 26 "Net-(U1-Pad3)") + (uuid "8e06ba1f-e3ba-4eb9-a10e-887dffd566d6") + ) + (pad "4" smd roundrect + (at -2.45 0) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 25 "Net-(U1-Pad4)") + (uuid "12422a89-3d0c-485c-9386-f77121fd68fd") + ) + (pad "5" smd roundrect + (at -2.45 0.5) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 24 "Net-(U1-Pad5)") + (uuid "7d34f6b1-ab31-49be-b011-c67fe67a8a56") + ) + (pad "6" smd roundrect + (at -2.45 1) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 1 "Net-(U1-Pad2)") + (uuid "1a6d2848-e78e-49fe-8978-e1890f07836f") + ) + (pad "7" smd roundrect + (at -2.45 1.5) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 23 "Net-(U1-Pad7)") + (uuid "a544eb0a-75db-4baf-bf54-9ca21744343b") + ) + (pad "8" smd roundrect + (at -1.5 2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 22 "Net-(U1-Pad8)") + (uuid "45008225-f50f-4d6b-b508-6730a9408caf") + ) + (pad "9" smd roundrect + (at -1 2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 21 "Net-(U1-Pad9)") + (uuid "8c6a821f-8e19-48f3-8f44-9b340f7689bc") + ) + (pad "10" smd roundrect + (at -0.5 2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 20 "Net-(U1-Pad10)") + (uuid "6475547d-3216-45a4-a15c-48314f1dd0f9") + ) + (pad "11" smd roundrect + (at 0 2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 19 "Net-(U1-Pad11)") + (uuid "75ffc65c-7132-4411-9f2a-ae0c73d79338") + ) + (pad "12" smd roundrect + (at 0.5 2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 18 "Net-(U1-Pad12)") + (uuid "3e903008-0276-4a73-8edb-5d9dfde6297c") + ) + (pad "13" smd roundrect + (at 1 2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 17 "Net-(U1-Pad13)") + (uuid "24f7628d-681d-4f0e-8409-40a129e929d9") + ) + (pad "14" smd roundrect + (at 1.5 2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 16 "Net-(U1-Pad14)") + (uuid "3a7648d8-121a-4921-9b92-9b35b76ce39b") + ) + (pad "15" smd roundrect + (at 2.45 1.5) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 15 "Net-(U1-Pad15)") + (uuid "1d9cdadc-9036-4a95-b6db-fa7b3b74c869") + ) + (pad "16" smd roundrect + (at 2.45 1) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 14 "Net-(U1-Pad16)") + (uuid "6bfe5804-2ef9-4c65-b2a7-f01e4014370a") + ) + (pad "17" smd roundrect + (at 2.45 0.5) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 13 "Net-(U1-Pad17)") + (uuid "c0eca5ed-bc5e-4618-9bcd-80945bea41ed") + ) + (pad "18" smd roundrect + (at 2.45 0) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 12 "Net-(U1-Pad18)") + (uuid "0217dfc4-fc13-4699-99ad-d9948522648e") + ) + (pad "19" smd roundrect + (at 2.45 -0.5) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 11 "Net-(U1-Pad19)") + (uuid "bd5408e4-362d-4e43-9d39-78fb99eb52c8") + ) + (pad "20" smd roundrect + (at 2.45 -1) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 10 "Net-(U1-Pad20)") + (uuid "8da933a9-35f8-42e6-8504-d1bab7264306") + ) + (pad "21" smd roundrect + (at 2.45 -1.5) + (size 0.8 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 9 "Net-(U1-Pad21)") + (uuid "2f215f15-3d52-4c91-93e6-3ea03a95622f") + ) + (pad "22" smd roundrect + (at 1.5 -2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 8 "Net-(U1-Pad22)") + (uuid "61fe293f-6808-4b7f-9340-9aaac7054a97") + ) + (pad "23" smd roundrect + (at 1 -2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 7 "Net-(U1-Pad23)") + (uuid "b88717bd-086f-46cd-9d3f-0396009d0996") + ) + (pad "24" smd roundrect + (at 0.5 -2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 6 "Net-(U1-Pad24)") + (uuid "63ff1c93-3f96-4c33-b498-5dd8c33bccc0") + ) + (pad "25" smd roundrect + (at 0 -2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 5 "Net-(U1-Pad25)") + (uuid "9e1b837f-0d34-4a18-9644-9ee68f141f46") + ) + (pad "26" smd roundrect + (at -0.5 -2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 4 "Net-(U1-Pad26)") + (uuid "c01d25cd-f4bb-4ef3-b5ea-533a2a4ddb2b") + ) + (pad "27" smd roundrect + (at -1 -2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(U1-Pad27)") + (uuid "9b0a1687-7e1b-4a04-a30b-c27a072a2949") + ) + (pad "28" smd roundrect + (at -1.5 -2.45) + (size 0.25 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(U1-Pad28)") + (uuid "ee27d19c-8dca-4ac8-a760-6dfd54d28071") + ) + (pad "29" thru_hole circle + (at -1 -1) + (size 0.5 0.5) + (drill 0.2) + (layers "*.Cu") + (remove_unused_layers no) + (net 1 "Net-(U1-Pad2)") + (uuid "240e07e1-770b-4b27-894f-29fd601c924d") + ) + (pad "29" thru_hole circle + (at -1 0) + (size 0.5 0.5) + (drill 0.2) + (layers "*.Cu") + (remove_unused_layers no) + (net 1 "Net-(U1-Pad2)") + (uuid "4a4ec8d9-3d72-4952-83d4-808f65849a2b") + ) + (pad "29" thru_hole circle + (at -1 1) + (size 0.5 0.5) + (drill 0.2) + (layers "*.Cu") + (remove_unused_layers no) + (net 1 "Net-(U1-Pad2)") + (uuid "5528bcad-2950-4673-90eb-c37e6952c475") + ) + (pad "29" thru_hole circle + (at 0 -1) + (size 0.5 0.5) + (drill 0.2) + (layers "*.Cu") + (remove_unused_layers no) + (net 1 "Net-(U1-Pad2)") + (uuid "f2c93195-af12-4d3e-acdf-bdd0ff675c24") + ) + (pad "29" thru_hole circle + (at 0 0) + (size 0.5 0.5) + (drill 0.2) + (layers "*.Cu") + (remove_unused_layers no) + (net 1 "Net-(U1-Pad2)") + (uuid "08a7c925-7fae-4530-b0c9-120e185cb318") + ) + (pad "29" smd rect + (at 0 0) + (size 2.5 2.5) + (layers "B.Cu") + (net 1 "Net-(U1-Pad2)") + (uuid "66043bca-a260-4915-9fce-8a51d324c687") + ) + (pad "29" smd rect + (at 0 0) + (size 3.35 3.35) + (layers "F.Cu" "F.Mask") + (net 1 "Net-(U1-Pad2)") + (uuid "003c2200-0632-4808-a662-8ddd5d30c768") + ) + (pad "29" thru_hole circle + (at 0 1) + (size 0.5 0.5) + (drill 0.2) + (layers "*.Cu") + (remove_unused_layers no) + (net 1 "Net-(U1-Pad2)") + (uuid "7bbf981c-a063-4e30-8911-e4228e1c0743") + ) + (pad "29" thru_hole circle + (at 1 -1) + (size 0.5 0.5) + (drill 0.2) + (layers "*.Cu") + (remove_unused_layers no) + (net 1 "Net-(U1-Pad2)") + (uuid "cbd8faed-e1f8-4406-87c8-58b2c504a5d4") + ) + (pad "29" thru_hole circle + (at 1 0) + (size 0.5 0.5) + (drill 0.2) + (layers "*.Cu") + (remove_unused_layers no) + (net 1 "Net-(U1-Pad2)") + (uuid "7edc9030-db7b-43ac-a1b3-b87eeacb4c2d") + ) + (pad "29" thru_hole circle + (at 1 1) + (size 0.5 0.5) + (drill 0.2) + (layers "*.Cu") + (remove_unused_layers no) + (net 1 "Net-(U1-Pad2)") + (uuid "2d6db888-4e40-41c8-b701-07170fc894bc") + ) + (model "${KISYS3DMOD}/Package_DFN_QFN.3dshapes/QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/wrong_paste.kicad_sch b/tests/board_samples/kicad_8/wrong_paste.kicad_sch index c237820cf..b0e3bd441 100644 --- a/tests/board_samples/kicad_8/wrong_paste.kicad_sch +++ b/tests/board_samples/kicad_8/wrong_paste.kicad_sch @@ -1,217 +1,774 @@ -(kicad_sch (version 20230121) (generator eeschema) - - (uuid e6521bef-4109-48f7-8b88-4121b0468927) - - (paper "A4") - - (lib_symbols - (symbol "RF:AX5043" (in_bom yes) (on_board yes) - (property "Reference" "U" (at -8.89 21.59 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AX5043" (at 8.89 21.59 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm" (at 53.34 36.83 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/AX5043-D.PDF" (at 34.29 34.29 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_keywords" "RF, tranceiver" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_description" "Advanced High Performance ASK and FSK Narrow-band Transceiver for 27 - 1050 MHz Range" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "ki_fp_filters" "QFN?28*5x5mm*P0.5mm*" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "AX5043_1_0" - (rectangle (start -10.16 -20.32) (end 10.16 20.32) - (stroke (width 0.254) (type default)) - (fill (type background)) - ) - ) - (symbol "AX5043_1_1" - (pin power_out line (at 2.54 22.86 270) (length 2.54) - (name "VDD_ANA" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -12.7 -15.24 0) (length 2.54) - (name "L1" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -15.24 180) (length 2.54) - (name "DATA" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -12.7 180) (length 2.54) - (name "DCLK" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -10.16 180) (length 2.54) - (name "SYSCLK" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 -5.08 0) (length 2.54) - (name "SEL" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 2.54 0) (length 2.54) - (name "CLK" (effects (font (size 1.27 1.27)))) - (number "15" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at -12.7 0 0) (length 2.54) - (name "MISO" (effects (font (size 1.27 1.27)))) - (number "16" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 -2.54 0) (length 2.54) - (name "MOSI" (effects (font (size 1.27 1.27)))) - (number "17" (effects (font (size 1.27 1.27)))) - ) - (pin no_connect line (at -2.54 -20.32 90) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "18" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 12.7 5.08 180) (length 2.54) - (name "IRQ" (effects (font (size 1.27 1.27)))) - (number "19" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 -22.86 90) (length 2.54) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 7.62 180) (length 2.54) - (name "PWRAMP" (effects (font (size 1.27 1.27)))) - (number "20" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 10.16 180) (length 2.54) - (name "ANTSEL" (effects (font (size 1.27 1.27)))) - (number "21" (effects (font (size 1.27 1.27)))) - ) - (pin no_connect line (at 2.54 -20.32 90) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "22" (effects (font (size 1.27 1.27)))) - ) - (pin power_in line (at 0 22.86 270) (length 2.54) - (name "VDD_IO" (effects (font (size 1.27 1.27)))) - (number "23" (effects (font (size 1.27 1.27)))) - ) - (pin no_connect line (at -5.08 -20.32 90) (length 2.54) hide - (name "NC" (effects (font (size 1.27 1.27)))) - (number "24" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 10.16 0) (length 2.54) - (name "GPADC1" (effects (font (size 1.27 1.27)))) - (number "25" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 7.62 0) (length 2.54) - (name "GPADC2" (effects (font (size 1.27 1.27)))) - (number "26" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 17.78 0) (length 2.54) - (name "CLK16N" (effects (font (size 1.27 1.27)))) - (number "27" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 15.24 0) (length 2.54) - (name "CLK16P" (effects (font (size 1.27 1.27)))) - (number "28" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -22.86 90) (length 2.54) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "29" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -5.08 180) (length 2.54) - (name "ANTP" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin bidirectional line (at 12.7 -2.54 180) (length 2.54) - (name "ANTN" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - (pin output line (at 12.7 0 180) (length 2.54) - (name "ANTP1" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -22.86 90) (length 2.54) hide - (name "GND" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) - ) - (pin power_out line (at 5.08 22.86 270) (length 2.54) - (name "VDD_ANA" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) - ) - (pin input line (at -12.7 -10.16 0) (length 2.54) - (name "FILT" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at -12.7 -12.7 0) (length 2.54) - (name "L2" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) - ) - ) - ) - ) - - - (symbol (lib_id "RF:AX5043") (at 99.06 85.09 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 00000000-0000-0000-0000-00005f9852ab) - (property "Reference" "U1" (at 99.06 110.2106 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "AX5043" (at 99.06 112.522 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm" (at 152.4 48.26 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/AX5043-D.PDF" (at 133.35 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Config" "DNF" (at 99.06 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c8a7af6e-c432-4fa3-91ee-c8bf0c5a9ebe)) - (pin "10" (uuid 91fe070a-a49b-4bc5-805a-42f23e10d114)) - (pin "11" (uuid 501880c3-8633-456f-9add-0e8fa1932ba6)) - (pin "12" (uuid c454102f-dc92-4550-9492-797fc8e6b49c)) - (pin "13" (uuid 7a879184-fad8-4feb-afb5-86fe8d34f1f7)) - (pin "14" (uuid 528fd7da-c9a6-40ae-9f1a-60f6a7f4d534)) - (pin "15" (uuid e413cfad-d7bd-41ab-b8dd-4b67484671a6)) - (pin "16" (uuid 18ca5aef-6a2c-41ac-9e7f-bf7acb716e53)) - (pin "17" (uuid f9b1563b-384a-447c-9f47-736504e995c8)) - (pin "18" (uuid 03f57fb4-32a3-4bc6-85b9-fd8ece4a9592)) - (pin "19" (uuid b78cb2c1-ae4b-4d9b-acd8-d7fe342342f2)) - (pin "2" (uuid 90e761f6-1432-4f73-ad28-fa8869b7ec31)) - (pin "20" (uuid 4431c0f6-83ea-4eee-95a8-991da2f03ccd)) - (pin "21" (uuid 24b72b0d-63b8-4e06-89d0-e94dcf39a600)) - (pin "22" (uuid a6738794-75ae-48a6-8949-ed8717400d71)) - (pin "23" (uuid d692b5e6-71b2-4fa6-bc83-618add8d8fef)) - (pin "24" (uuid 1e48966e-d29d-4521-8939-ec8ac570431d)) - (pin "25" (uuid 07d160b6-23e1-4aa0-95cb-440482e6fc15)) - (pin "26" (uuid a62609cd-29b7-4918-b97d-7b2404ba61cf)) - (pin "27" (uuid 844d7d7a-b386-45a8-aaf6-bf41bbcb43b5)) - (pin "28" (uuid ebca7c5e-ae52-43e5-ac6c-69a96a9a5b24)) - (pin "29" (uuid a07b6b2b-7179-4297-b163-5e47ffbe76d3)) - (pin "3" (uuid d1a9be32-38ba-44e6-bc35-f031541ab1fe)) - (pin "4" (uuid 6ac3ab53-7523-4805-bfd2-5de19dff127e)) - (pin "5" (uuid a8219a78-6b33-4efa-a789-6a67ce8f7a50)) - (pin "6" (uuid 2a1de22d-6451-488d-af77-0bf8841bd695)) - (pin "7" (uuid f3044f68-903d-4063-b253-30d8e3a83eae)) - (pin "8" (uuid 05f2859d-2820-4e84-b395-696011feb13b)) - (pin "9" (uuid a8fb8ee0-623f-4870-a716-ecc88f37ef9a)) - (instances - (project "wrong_paste" - (path "/e6521bef-4109-48f7-8b88-4121b0468927" - (reference "U1") (unit 1) - ) - ) - ) - ) - - (sheet_instances - (path "/" (page "1")) - ) -) +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + (paper "A4") + (lib_symbols + (symbol "RF:AX5043" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -8.89 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AX5043" + (at 8.89 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm" + (at 53.34 36.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/AX5043-D.PDF" + (at 34.29 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Advanced High Performance ASK and FSK Narrow-band Transceiver for 27 - 1050 MHz Range" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "RF, tranceiver" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "QFN?28*5x5mm*P0.5mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "AX5043_1_0" + (rectangle + (start -10.16 -20.32) + (end 10.16 20.32) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "AX5043_1_1" + (pin power_out line + (at 2.54 22.86 270) + (length 2.54) + (name "VDD_ANA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -12.7 -15.24 0) + (length 2.54) + (name "L1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -15.24 180) + (length 2.54) + (name "DATA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -12.7 180) + (length 2.54) + (name "DCLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -10.16 180) + (length 2.54) + (name "SYSCLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 -5.08 0) + (length 2.54) + (name "SEL" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 2.54 0) + (length 2.54) + (name "CLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at -12.7 0 0) + (length 2.54) + (name "MISO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 -2.54 0) + (length 2.54) + (name "MOSI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -2.54 -20.32 90) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 12.7 5.08 180) + (length 2.54) + (name "IRQ" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -22.86 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 7.62 180) + (length 2.54) + (name "PWRAMP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 10.16 180) + (length 2.54) + (name "ANTSEL" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 2.54 -20.32 90) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 22.86 270) + (length 2.54) + (name "VDD_IO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -5.08 -20.32 90) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 10.16 0) + (length 2.54) + (name "GPADC1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 7.62 0) + (length 2.54) + (name "GPADC2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 17.78 0) + (length 2.54) + (name "CLK16N" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 15.24 0) + (length 2.54) + (name "CLK16P" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -22.86 90) + (length 2.54) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "29" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -5.08 180) + (length 2.54) + (name "ANTP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 12.7 -2.54 180) + (length 2.54) + (name "ANTN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 12.7 0 180) + (length 2.54) + (name "ANTP1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -22.86 90) + (length 2.54) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 5.08 22.86 270) + (length 2.54) + (name "VDD_ANA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -12.7 -10.16 0) + (length 2.54) + (name "FILT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -12.7 -12.7 0) + (length 2.54) + (name "L2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (symbol + (lib_id "RF:AX5043") + (at 99.06 85.09 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00000000-0000-0000-0000-00005f9852ab") + (property "Reference" "U1" + (at 99.06 110.2106 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "AX5043" + (at 99.06 112.522 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DFN_QFN:QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm" + (at 152.4 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.onsemi.com/pub/Collateral/AX5043-D.PDF" + (at 133.35 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 99.06 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Config" "DNF" + (at 99.06 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c8a7af6e-c432-4fa3-91ee-c8bf0c5a9ebe") + ) + (pin "10" + (uuid "91fe070a-a49b-4bc5-805a-42f23e10d114") + ) + (pin "11" + (uuid "501880c3-8633-456f-9add-0e8fa1932ba6") + ) + (pin "12" + (uuid "c454102f-dc92-4550-9492-797fc8e6b49c") + ) + (pin "13" + (uuid "7a879184-fad8-4feb-afb5-86fe8d34f1f7") + ) + (pin "14" + (uuid "528fd7da-c9a6-40ae-9f1a-60f6a7f4d534") + ) + (pin "15" + (uuid "e413cfad-d7bd-41ab-b8dd-4b67484671a6") + ) + (pin "16" + (uuid "18ca5aef-6a2c-41ac-9e7f-bf7acb716e53") + ) + (pin "17" + (uuid "f9b1563b-384a-447c-9f47-736504e995c8") + ) + (pin "18" + (uuid "03f57fb4-32a3-4bc6-85b9-fd8ece4a9592") + ) + (pin "19" + (uuid "b78cb2c1-ae4b-4d9b-acd8-d7fe342342f2") + ) + (pin "2" + (uuid "90e761f6-1432-4f73-ad28-fa8869b7ec31") + ) + (pin "20" + (uuid "4431c0f6-83ea-4eee-95a8-991da2f03ccd") + ) + (pin "21" + (uuid "24b72b0d-63b8-4e06-89d0-e94dcf39a600") + ) + (pin "22" + (uuid "a6738794-75ae-48a6-8949-ed8717400d71") + ) + (pin "23" + (uuid "d692b5e6-71b2-4fa6-bc83-618add8d8fef") + ) + (pin "24" + (uuid "1e48966e-d29d-4521-8939-ec8ac570431d") + ) + (pin "25" + (uuid "07d160b6-23e1-4aa0-95cb-440482e6fc15") + ) + (pin "26" + (uuid "a62609cd-29b7-4918-b97d-7b2404ba61cf") + ) + (pin "27" + (uuid "844d7d7a-b386-45a8-aaf6-bf41bbcb43b5") + ) + (pin "28" + (uuid "ebca7c5e-ae52-43e5-ac6c-69a96a9a5b24") + ) + (pin "29" + (uuid "a07b6b2b-7179-4297-b163-5e47ffbe76d3") + ) + (pin "3" + (uuid "d1a9be32-38ba-44e6-bc35-f031541ab1fe") + ) + (pin "4" + (uuid "6ac3ab53-7523-4805-bfd2-5de19dff127e") + ) + (pin "5" + (uuid "a8219a78-6b33-4efa-a789-6a67ce8f7a50") + ) + (pin "6" + (uuid "2a1de22d-6451-488d-af77-0bf8841bd695") + ) + (pin "7" + (uuid "f3044f68-903d-4063-b253-30d8e3a83eae") + ) + (pin "8" + (uuid "05f2859d-2820-4e84-b395-696011feb13b") + ) + (pin "9" + (uuid "a8fb8ee0-623f-4870-a716-ecc88f37ef9a") + ) + (instances + (project "wrong_paste" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/zone-refill.kicad_pcb b/tests/board_samples/kicad_8/zone-refill.kicad_pcb index 9ba2a7c1a..bc1e46474 100644 --- a/tests/board_samples/kicad_8/zone-refill.kicad_pcb +++ b/tests/board_samples/kicad_8/zone-refill.kicad_pcb @@ -1,565 +1,1218 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "GND") - (net 2 "Net-(C1-Pad1)") - (net 3 "Net-(J1-Pad1)") - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebac57b) - (at 167 77.54 180) - (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x02 2.54mm single row") - (path "/00000000-0000-0000-0000-00005ebac9be") - (attr through_hole) - (fp_text reference "J2" (at 0 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a44418c-7bb4-4e99-8836-57f153c19721) - ) - (fp_text value "Conn_01x02_Male" (at -4 4.87) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0147f16a-c952-4891-8f53-a9fb8cddeb8d) - ) - (fp_text user "${REFERENCE}" (at 0 1.27 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d1262c4d-2245-4c4f-8f35-7bb32cd9e21e) - ) - (fp_line (start -1.33 -1.33) (end 0 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15875808-74d5-4210-b8ca-aa8fbc04ae21)) - (fp_line (start -1.33 0) (end -1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd00c2e1-6027-4717-b312-4fab3ee52002)) - (fp_line (start -1.33 1.27) (end -1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6270a28-e0d9-4655-a18a-03dbf007b940)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (fp_line (start -1.33 3.87) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3490fa5-5a27-423b-af60-53609669542c)) - (fp_line (start 1.33 1.27) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8322f275-268c-4e87-a69f-4cfbf05e747f)) - (fp_line (start -1.8 -1.8) (end -1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd)) - (fp_line (start -1.8 4.35) (end 1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1169a2d-8998-4b50-a48d-c520bcc1b8e1)) - (fp_line (start 1.8 -1.8) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d22e95aa-f3db-4fbc-a331-048a2523233e)) - (fp_line (start 1.8 4.35) (end 1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f)) - (fp_line (start -1.27 -0.635) (end -0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1860e030-7a36-4298-b7fc-a16d48ab15ba)) - (fp_line (start -1.27 3.81) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3dcc657b-55a1-48e0-9667-e01e7b6b08b5)) - (fp_line (start -0.635 -1.27) (end 1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a05d7640-f2f6-4ba7-8c51-5a4af431fc13)) - (fp_line (start 1.27 -1.27) (end 1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32667662-ae86-4904-b198-3e95f11851bf)) - (fp_line (start 1.27 3.81) (end -1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67f6e996-3c99-493c-8f6f-e739e2ed5d7a)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp a7520ad3-0f8b-4788-92d4-8ffb277041e6)) - (pad "2" thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "Net-(C1-Pad1)") (tstamp 13abf99d-5265-4779-8973-e94370fd18ff)) - (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebac6b7) - (at 157.82 74.85) - (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x02 2.54mm single row") - (path "/00000000-0000-0000-0000-00005ebac114") - (attr through_hole) - (fp_text reference "J1" (at 0 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 78cbdd6c-4878-4cc5-9a58-0e506478e37d) - ) - (fp_text value "Conn_01x02_Male" (at -4.82 5.15) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6e105729-aba0-497c-a99e-c32d2b3ddb6d) - ) - (fp_text user "${REFERENCE}" (at 0 1.27 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 983c426c-24e0-4c65-ab69-1f1824adc5c6) - ) - (fp_line (start -1.33 -1.33) (end 0 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afb8e687-4a13-41a1-b8c0-89a749e897fe)) - (fp_line (start -1.33 0) (end -1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cbb5968-dbb5-4b84-864a-ead1cacf75b9)) - (fp_line (start -1.33 1.27) (end -1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f5fe6b7-98fc-4d3e-9567-f9f7202d1455)) - (fp_line (start -1.33 3.87) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2)) - (fp_line (start 1.33 1.27) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae)) - (fp_line (start -1.8 -1.8) (end -1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da469d11-a8a4-414b-9449-d151eeaf4853)) - (fp_line (start -1.8 4.35) (end 1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62c076a3-d618-44a2-9042-9a08b3576787)) - (fp_line (start 1.8 -1.8) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1d83899-e380-49f9-a87d-8e78bc089ebf)) - (fp_line (start 1.8 4.35) (end 1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12)) - (fp_line (start -1.27 -0.635) (end -0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8314017-7be6-4011-9179-37449a29b311)) - (fp_line (start -1.27 3.81) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543)) - (fp_line (start -0.635 -1.27) (end 1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (fp_line (start 1.27 -1.27) (end 1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e)) - (fp_line (start 1.27 3.81) (end -1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 746ba970-8279-4e7b-aed3-f28687777c21)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "Net-(J1-Pad1)") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp 55e740a3-0735-4744-896e-2bf5437093b9)) - (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ebac54f) - (at 163 77.0625 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ebae412") - (attr smd) - (fp_text reference "C1" (at 0 1.65 -90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b) - ) - (fp_text value "C" (at 0 -1.65 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc) - ) - (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a)) - (fp_line (start -1.68 -0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce)) - (fp_line (start -1.68 0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137)) - (fp_line (start 1.68 -0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 66116376-6967-4178-9f23-a26cdeafc400)) - (fp_line (start 1.68 0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (fp_line (start -1 -0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03)) - (fp_line (start -1 0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd)) - (fp_line (start 1 -0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (fp_line (start 1 0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 87371631-aa02-498a-998a-09bdb74784c1)) - (pad "1" smd roundrect (at -0.9375 0 270) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 54365317-1355-4216-bb75-829375abc4ec)) - (pad "2" smd roundrect (at 0.9375 0 270) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ebac712) - (at 161.9375 74 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebad9a3") - (attr smd) - (fp_text reference "R1" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1a2f72d1-0b36-4610-afc4-4ad1660d5d3b) - ) - (fp_text value "R" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0dcdf1b8-13c6-48b4-bd94-5d26038ff231) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp dde3dba8-1b81-466c-93a3-c284ff4da1ef) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2732632c-4768-42b6-bf7f-14643424019e)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065)) - (fp_line (start -1.68 -0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 13475e15-f37c-4de8-857e-1722b0c39513)) - (fp_line (start -1.68 0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381)) - (fp_line (start 1.68 -0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 58dc14f9-c158-4824-a84e-24a6a482a7a4)) - (fp_line (start 1.68 0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f976e2cc-36f9-4479-a816-2c74d1d5da6f)) - (fp_line (start -1 -0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e877bf4a-4210-4bd3-b7b0-806eb4affc5b)) - (fp_line (start -1 0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 48f827a8-6e22-4a2e-abdc-c2a03098d883)) - (fp_line (start 1 -0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb)) - (fp_line (start 1 0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8d55e186-3e11-40e8-a65e-b36a8a00069e)) - (pad "1" smd roundrect (at -0.9375 0 180) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 9c8ccb2a-b1e9-4f2c-94fe-301b5975277e)) - (pad "2" smd roundrect (at 0.9375 0 180) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(J1-Pad1)") (tstamp cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 170 80) (end 169 80) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ebac92c)) - (gr_line (start 155 80) (end 155 72) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (gr_line (start 169 80) (end 155 80) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (gr_line (start 170 72) (end 170 80) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (gr_line (start 155 72) (end 170 72) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - - (segment (start 167 77.54) (end 163.46 77.54) (width 0.25) (layer "B.Cu") (net 1) (tstamp 127679a9-3981-4934-815e-896a4e3ff56e)) - (segment (start 162.39 77.39) (end 163 78) (width 0.25) (layer "B.Cu") (net 1) (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (segment (start 163.46 77.54) (end 163 78) (width 0.25) (layer "B.Cu") (net 1) (tstamp 716e31c5-485f-40b5-88e3-a75900da9811)) - (segment (start 157.82 77.39) (end 162.39 77.39) (width 0.25) (layer "B.Cu") (net 1) (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - (segment (start 167 75) (end 164 75) (width 0.25) (layer "B.Cu") (net 2) (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11)) - (segment (start 164 75) (end 163 76) (width 0.25) (layer "B.Cu") (net 2) (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f)) - (segment (start 164 75) (end 163 74) (width 0.25) (layer "B.Cu") (net 2) (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144)) - (segment (start 158.92 74.85) (end 159.7 74) (width 0.25) (layer "B.Cu") (net 3) (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (segment (start 157.82 74.85) (end 158.92 74.85) (width 0.25) (layer "B.Cu") (net 3) (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (segment (start 159.7 74) (end 161 74) (width 0.25) (layer "B.Cu") (net 3) (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - - (zone (net 1) (net_name "GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005ebac970) (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)) - (polygon - (pts - (xy 170 80) - (xy 155 80) - (xy 155 72) - (xy 170 72) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 169.340001 79.34) - (xy 155.66 79.34) - (xy 155.66 77.74689) - (xy 156.378524 77.74689) - (xy 156.423175 77.894099) - (xy 156.548359 78.15692) - (xy 156.722412 78.390269) - (xy 156.938645 78.585178) - (xy 157.188748 78.734157) - (xy 157.463109 78.831481) - (xy 157.693 78.710814) - (xy 157.693 77.517) - (xy 157.947 77.517) - (xy 157.947 78.710814) - (xy 158.176891 78.831481) - (xy 158.451252 78.734157) - (xy 158.701355 78.585178) - (xy 158.917588 78.390269) - (xy 158.917788 78.39) - (xy 165.511928 78.39) - (xy 165.524188 78.514482) - (xy 165.560498 78.63418) - (xy 165.619463 78.744494) - (xy 165.698815 78.841185) - (xy 165.795506 78.920537) - (xy 165.90582 78.979502) - (xy 166.025518 79.015812) - (xy 166.15 79.028072) - (xy 166.71425 79.025) - (xy 166.873 78.86625) - (xy 166.873 77.667) - (xy 167.127 77.667) - (xy 167.127 78.86625) - (xy 167.28575 79.025) - (xy 167.85 79.028072) - (xy 167.974482 79.015812) - (xy 168.09418 78.979502) - (xy 168.204494 78.920537) - (xy 168.301185 78.841185) - (xy 168.380537 78.744494) - (xy 168.439502 78.63418) - (xy 168.475812 78.514482) - (xy 168.488072 78.39) - (xy 168.485 77.82575) - (xy 168.32625 77.667) - (xy 167.127 77.667) - (xy 166.873 77.667) - (xy 165.67375 77.667) - (xy 165.515 77.82575) - (xy 165.511928 78.39) - (xy 158.917788 78.39) - (xy 159.091641 78.15692) - (xy 159.216825 77.894099) - (xy 159.261476 77.74689) - (xy 159.140155 77.517) - (xy 157.947 77.517) - (xy 157.693 77.517) - (xy 156.499845 77.517) - (xy 156.378524 77.74689) - (xy 155.66 77.74689) - (xy 155.66 74) - (xy 156.331928 74) - (xy 156.331928 75.7) - (xy 156.344188 75.824482) - (xy 156.380498 75.94418) - (xy 156.439463 76.054494) - (xy 156.518815 76.151185) - (xy 156.615506 76.230537) - (xy 156.72582 76.289502) - (xy 156.806466 76.313966) - (xy 156.722412 76.389731) - (xy 156.548359 76.62308) - (xy 156.423175 76.885901) - (xy 156.378524 77.03311) - (xy 156.499845 77.263) - (xy 157.693 77.263) - (xy 157.693 77.243) - (xy 157.947 77.243) - (xy 157.947 77.263) - (xy 159.140155 77.263) - (xy 159.261476 77.03311) - (xy 159.216825 76.885901) - (xy 159.091641 76.62308) - (xy 158.917588 76.389731) - (xy 158.833534 76.313966) - (xy 158.91418 76.289502) - (xy 159.024494 76.230537) - (xy 159.121185 76.151185) - (xy 159.200537 76.054494) - (xy 159.259502 75.94418) - (xy 159.295812 75.824482) - (xy 159.308072 75.7) - (xy 159.308072 75.592847) - (xy 160.012857 75.560218) - (xy 160.065361 75.560874) - (xy 160.124226 75.549928) - (xy 160.183465 75.541311) - (xy 160.197692 75.536266) - (xy 160.212544 75.533504) - (xy 160.268139 75.511284) - (xy 160.324563 75.491275) - (xy 160.337542 75.483545) - (xy 160.351559 75.477943) - (xy 160.401746 75.445309) - (xy 160.453187 75.414673) - (xy 160.492188 75.379524) - (xy 161.50392 74.570139) - (xy 161.584237 74.491803) - (xy 161.668957 74.368374) - (xy 161.727969 74.230789) - (xy 161.759006 74.084334) - (xy 161.760058 74) - (xy 162.236324 74) - (xy 162.250998 74.148985) - (xy 162.294454 74.292246) - (xy 162.365026 74.424276) - (xy 162.436201 74.511002) - (xy 162.925199 75) - (xy 162.436201 75.488998) - (xy 162.365026 75.575724) - (xy 162.294454 75.707754) - (xy 162.250998 75.851015) - (xy 162.236324 76) - (xy 162.250998 76.148985) - (xy 162.294454 76.292246) - (xy 162.365026 76.424276) - (xy 162.459999 76.540001) - (xy 162.575724 76.634974) - (xy 162.707754 76.705546) - (xy 162.851015 76.749002) - (xy 163 76.763676) - (xy 163.148985 76.749002) - (xy 163.292246 76.705546) - (xy 163.424276 76.634974) - (xy 163.511002 76.563799) - (xy 164.314802 75.76) - (xy 165.721822 75.76) - (xy 165.846525 75.946632) - (xy 165.97838 76.078487) - (xy 165.90582 76.100498) - (xy 165.795506 76.159463) - (xy 165.698815 76.238815) - (xy 165.619463 76.335506) - (xy 165.560498 76.44582) - (xy 165.524188 76.565518) - (xy 165.511928 76.69) - (xy 165.515 77.25425) - (xy 165.67375 77.413) - (xy 166.873 77.413) - (xy 166.873 77.393) - (xy 167.127 77.393) - (xy 167.127 77.413) - (xy 168.32625 77.413) - (xy 168.485 77.25425) - (xy 168.488072 76.69) - (xy 168.475812 76.565518) - (xy 168.439502 76.44582) - (xy 168.380537 76.335506) - (xy 168.301185 76.238815) - (xy 168.204494 76.159463) - (xy 168.09418 76.100498) - (xy 168.02162 76.078487) - (xy 168.153475 75.946632) - (xy 168.31599 75.703411) - (xy 168.427932 75.433158) - (xy 168.485 75.14626) - (xy 168.485 74.85374) - (xy 168.427932 74.566842) - (xy 168.31599 74.296589) - (xy 168.153475 74.053368) - (xy 167.946632 73.846525) - (xy 167.703411 73.68401) - (xy 167.433158 73.572068) - (xy 167.14626 73.515) - (xy 166.85374 73.515) - (xy 166.566842 73.572068) - (xy 166.296589 73.68401) - (xy 166.053368 73.846525) - (xy 165.846525 74.053368) - (xy 165.721822 74.24) - (xy 164.314802 74.24) - (xy 163.511002 73.436201) - (xy 163.424276 73.365026) - (xy 163.292246 73.294454) - (xy 163.148985 73.250998) - (xy 163 73.236324) - (xy 162.851015 73.250998) - (xy 162.707754 73.294454) - (xy 162.575724 73.365026) - (xy 162.459999 73.459999) - (xy 162.365026 73.575724) - (xy 162.294454 73.707754) - (xy 162.250998 73.851015) - (xy 162.236324 74) - (xy 161.760058 74) - (xy 161.760874 73.934639) - (xy 161.733504 73.787456) - (xy 161.677944 73.64844) - (xy 161.596331 73.522935) - (xy 161.491802 73.415763) - (xy 161.368373 73.331043) - (xy 161.230788 73.272031) - (xy 161.084334 73.240995) - (xy 160.934638 73.239126) - (xy 160.787455 73.266496) - (xy 160.64844 73.322057) - (xy 160.554384 73.383218) - (xy 159.718111 74.052237) - (xy 159.308072 74.07122) - (xy 159.308072 74) - (xy 159.295812 73.875518) - (xy 159.259502 73.75582) - (xy 159.200537 73.645506) - (xy 159.121185 73.548815) - (xy 159.024494 73.469463) - (xy 158.91418 73.410498) - (xy 158.794482 73.374188) - (xy 158.67 73.361928) - (xy 156.97 73.361928) - (xy 156.845518 73.374188) - (xy 156.72582 73.410498) - (xy 156.615506 73.469463) - (xy 156.518815 73.548815) - (xy 156.439463 73.645506) - (xy 156.380498 73.75582) - (xy 156.344188 73.875518) - (xy 156.331928 74) - (xy 155.66 74) - (xy 155.66 72.66) - (xy 169.34 72.66) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "Net-(C1-Pad1)") + (net 3 "Net-(J1-Pad1)") + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebac57b") + (at 167 77.54 180) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (property "Reference" "J2" + (at 0 -2.33 0) + (layer "F.SilkS") + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x02_Male" + (at -4 4.87 0) + (layer "F.Fab") + (uuid "0147f16a-c952-4891-8f53-a9fb8cddeb8d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19dc23e3-a512-43eb-93ba-33207b4348df") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e4ee7b0-ed85-4b5c-b6d8-807dbf34682a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8a2ea114-5895-48da-a7f6-2e32d5edd04d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebac9be") + (attr through_hole) + (fp_line + (start 1.33 1.27) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + ) + (fp_line + (start -1.33 3.87) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3490fa5-5a27-423b-af60-53609669542c") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6270a28-e0d9-4655-a18a-03dbf007b940") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + ) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + ) + (fp_line + (start 1.8 4.35) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d22e95aa-f3db-4fbc-a331-048a2523233e") + ) + (fp_line + (start -1.8 4.35) + (end 1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1169a2d-8998-4b50-a48d-c520bcc1b8e1") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + ) + (fp_line + (start 1.27 3.81) + (end -1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67f6e996-3c99-493c-8f6f-e739e2ed5d7a") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32667662-ae86-4904-b198-3e95f11851bf") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a05d7640-f2f6-4ba7-8c51-5a4af431fc13") + ) + (fp_line + (start -1.27 3.81) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3dcc657b-55a1-48e0-9667-e01e7b6b08b5") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1860e030-7a36-4298-b7fc-a16d48ab15ba") + ) + (fp_text user "${REFERENCE}" + (at 0 1.27 90) + (layer "F.Fab") + (uuid "d1262c4d-2245-4c4f-8f35-7bb32cd9e21e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "a7520ad3-0f8b-4788-92d4-8ffb277041e6") + ) + (pad "2" thru_hole oval + (at 0 2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "Net-(C1-Pad1)") + (uuid "13abf99d-5265-4779-8973-e94370fd18ff") + ) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebac6b7") + (at 157.82 74.85) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (property "Reference" "J1" + (at 0 -2.33 0) + (layer "F.SilkS") + (uuid "78cbdd6c-4878-4cc5-9a58-0e506478e37d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x02_Male" + (at -4.82 5.15 0) + (layer "F.Fab") + (uuid "6e105729-aba0-497c-a99e-c32d2b3ddb6d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c1d5358-eafc-49b3-92fe-beeece040227") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "deb4811f-1efb-4c8b-b326-631448934ca0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36f53b3e-0d16-4a3e-bc86-4d5d125535f0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebac114") + (attr through_hole) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afb8e687-4a13-41a1-b8c0-89a749e897fe") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cbb5968-dbb5-4b84-864a-ead1cacf75b9") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f5fe6b7-98fc-4d3e-9567-f9f7202d1455") + ) + (fp_line + (start -1.33 3.87) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da469d11-a8a4-414b-9449-d151eeaf4853") + ) + (fp_line + (start -1.8 4.35) + (end 1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62c076a3-d618-44a2-9042-9a08b3576787") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c1d83899-e380-49f9-a87d-8e78bc089ebf") + ) + (fp_line + (start 1.8 4.35) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + ) + (fp_line + (start -1.27 3.81) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + ) + (fp_line + (start 1.27 3.81) + (end -1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + ) + (fp_text user "${REFERENCE}" + (at 0 1.27 90) + (layer "F.Fab") + (uuid "983c426c-24e0-4c65-ab69-1f1824adc5c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(J1-Pad1)") + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ebac54f") + (at 163 77.0625 -90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 1.65 -90) + (layer "B.SilkS") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "C" + (at 0 -1.65 -90) + (layer "B.Fab") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0c48645-af89-4fd7-9841-c65a36be54dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97e0e738-bf80-447a-aedb-a510b0b19cc9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "78ffb572-ad35-48fb-86a8-eab0002538fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebae412") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (fp_line + (start -1.68 0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + ) + (fp_line + (start 1.68 0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (fp_line + (start -1.68 -0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (fp_line + (start 1.68 -0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (fp_line + (start -1 -0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (fp_line + (start 1 -0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 270) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (pad "2" smd roundrect + (at 0.9375 0 270) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ebac712") + (at 161.9375 74 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "1a2f72d1-0b36-4610-afc4-4ad1660d5d3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "R" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "0dcdf1b8-13c6-48b4-bd94-5d26038ff231") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d99865e-64b8-4d3f-b096-1e5ad3d8f738") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19e095a6-6979-4c19-b88a-f94bb3af662e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "467b3008-cda4-4969-b555-2e2bfed79925") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebad9a3") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (fp_line + (start 1.68 0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + (fp_line + (start 1.68 -0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "58dc14f9-c158-4824-a84e-24a6a482a7a4") + ) + (fp_line + (start -1.68 0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (fp_line + (start -1.68 -0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8d55e186-3e11-40e8-a65e-b36a8a00069e") + ) + (fp_line + (start 1 -0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "48f827a8-6e22-4a2e-abdc-c2a03098d883") + ) + (fp_line + (start -1 -0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "dde3dba8-1b81-466c-93a3-c284ff4da1ef") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 180) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "9c8ccb2a-b1e9-4f2c-94fe-301b5975277e") + ) + (pad "2" smd roundrect + (at 0.9375 0 180) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(J1-Pad1)") + (uuid "cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 170 80) + (end 169 80) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ebac92c") + ) + (gr_line + (start 155 80) + (end 155 72) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (gr_line + (start 169 80) + (end 155 80) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (gr_line + (start 170 72) + (end 170 80) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (gr_line + (start 155 72) + (end 170 72) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (segment + (start 167 77.54) + (end 163.46 77.54) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (segment + (start 162.39 77.39) + (end 163 78) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (segment + (start 163.46 77.54) + (end 163 78) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (segment + (start 157.82 77.39) + (end 162.39 77.39) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (segment + (start 167 75) + (end 164 75) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (segment + (start 164 75) + (end 163 76) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (segment + (start 164 75) + (end 163 74) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (segment + (start 158.92 74.85) + (end 159.7 74) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (segment + (start 157.82 74.85) + (end 158.92 74.85) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (segment + (start 159.7 74) + (end 161 74) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (zone + (net 1) + (net_name "GND") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ebac970") + (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) + ) + (polygon + (pts + (xy 170 80) (xy 155 80) (xy 155 72) (xy 170 72) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 169.340001 79.34) (xy 155.66 79.34) (xy 155.66 77.74689) (xy 156.378524 77.74689) (xy 156.423175 77.894099) + (xy 156.548359 78.15692) (xy 156.722412 78.390269) (xy 156.938645 78.585178) (xy 157.188748 78.734157) + (xy 157.463109 78.831481) (xy 157.693 78.710814) (xy 157.693 77.517) (xy 157.947 77.517) (xy 157.947 78.710814) + (xy 158.176891 78.831481) (xy 158.451252 78.734157) (xy 158.701355 78.585178) (xy 158.917588 78.390269) + (xy 158.917788 78.39) (xy 165.511928 78.39) (xy 165.524188 78.514482) (xy 165.560498 78.63418) (xy 165.619463 78.744494) + (xy 165.698815 78.841185) (xy 165.795506 78.920537) (xy 165.90582 78.979502) (xy 166.025518 79.015812) + (xy 166.15 79.028072) (xy 166.71425 79.025) (xy 166.873 78.86625) (xy 166.873 77.667) (xy 167.127 77.667) + (xy 167.127 78.86625) (xy 167.28575 79.025) (xy 167.85 79.028072) (xy 167.974482 79.015812) (xy 168.09418 78.979502) + (xy 168.204494 78.920537) (xy 168.301185 78.841185) (xy 168.380537 78.744494) (xy 168.439502 78.63418) + (xy 168.475812 78.514482) (xy 168.488072 78.39) (xy 168.485 77.82575) (xy 168.32625 77.667) (xy 167.127 77.667) + (xy 166.873 77.667) (xy 165.67375 77.667) (xy 165.515 77.82575) (xy 165.511928 78.39) (xy 158.917788 78.39) + (xy 159.091641 78.15692) (xy 159.216825 77.894099) (xy 159.261476 77.74689) (xy 159.140155 77.517) + (xy 157.947 77.517) (xy 157.693 77.517) (xy 156.499845 77.517) (xy 156.378524 77.74689) (xy 155.66 77.74689) + (xy 155.66 74) (xy 156.331928 74) (xy 156.331928 75.7) (xy 156.344188 75.824482) (xy 156.380498 75.94418) + (xy 156.439463 76.054494) (xy 156.518815 76.151185) (xy 156.615506 76.230537) (xy 156.72582 76.289502) + (xy 156.806466 76.313966) (xy 156.722412 76.389731) (xy 156.548359 76.62308) (xy 156.423175 76.885901) + (xy 156.378524 77.03311) (xy 156.499845 77.263) (xy 157.693 77.263) (xy 157.693 77.243) (xy 157.947 77.243) + (xy 157.947 77.263) (xy 159.140155 77.263) (xy 159.261476 77.03311) (xy 159.216825 76.885901) (xy 159.091641 76.62308) + (xy 158.917588 76.389731) (xy 158.833534 76.313966) (xy 158.91418 76.289502) (xy 159.024494 76.230537) + (xy 159.121185 76.151185) (xy 159.200537 76.054494) (xy 159.259502 75.94418) (xy 159.295812 75.824482) + (xy 159.308072 75.7) (xy 159.308072 75.592847) (xy 160.012857 75.560218) (xy 160.065361 75.560874) + (xy 160.124226 75.549928) (xy 160.183465 75.541311) (xy 160.197692 75.536266) (xy 160.212544 75.533504) + (xy 160.268139 75.511284) (xy 160.324563 75.491275) (xy 160.337542 75.483545) (xy 160.351559 75.477943) + (xy 160.401746 75.445309) (xy 160.453187 75.414673) (xy 160.492188 75.379524) (xy 161.50392 74.570139) + (xy 161.584237 74.491803) (xy 161.668957 74.368374) (xy 161.727969 74.230789) (xy 161.759006 74.084334) + (xy 161.760058 74) (xy 162.236324 74) (xy 162.250998 74.148985) (xy 162.294454 74.292246) (xy 162.365026 74.424276) + (xy 162.436201 74.511002) (xy 162.925199 75) (xy 162.436201 75.488998) (xy 162.365026 75.575724) + (xy 162.294454 75.707754) (xy 162.250998 75.851015) (xy 162.236324 76) (xy 162.250998 76.148985) + (xy 162.294454 76.292246) (xy 162.365026 76.424276) (xy 162.459999 76.540001) (xy 162.575724 76.634974) + (xy 162.707754 76.705546) (xy 162.851015 76.749002) (xy 163 76.763676) (xy 163.148985 76.749002) + (xy 163.292246 76.705546) (xy 163.424276 76.634974) (xy 163.511002 76.563799) (xy 164.314802 75.76) + (xy 165.721822 75.76) (xy 165.846525 75.946632) (xy 165.97838 76.078487) (xy 165.90582 76.100498) + (xy 165.795506 76.159463) (xy 165.698815 76.238815) (xy 165.619463 76.335506) (xy 165.560498 76.44582) + (xy 165.524188 76.565518) (xy 165.511928 76.69) (xy 165.515 77.25425) (xy 165.67375 77.413) (xy 166.873 77.413) + (xy 166.873 77.393) (xy 167.127 77.393) (xy 167.127 77.413) (xy 168.32625 77.413) (xy 168.485 77.25425) + (xy 168.488072 76.69) (xy 168.475812 76.565518) (xy 168.439502 76.44582) (xy 168.380537 76.335506) + (xy 168.301185 76.238815) (xy 168.204494 76.159463) (xy 168.09418 76.100498) (xy 168.02162 76.078487) + (xy 168.153475 75.946632) (xy 168.31599 75.703411) (xy 168.427932 75.433158) (xy 168.485 75.14626) + (xy 168.485 74.85374) (xy 168.427932 74.566842) (xy 168.31599 74.296589) (xy 168.153475 74.053368) + (xy 167.946632 73.846525) (xy 167.703411 73.68401) (xy 167.433158 73.572068) (xy 167.14626 73.515) + (xy 166.85374 73.515) (xy 166.566842 73.572068) (xy 166.296589 73.68401) (xy 166.053368 73.846525) + (xy 165.846525 74.053368) (xy 165.721822 74.24) (xy 164.314802 74.24) (xy 163.511002 73.436201) + (xy 163.424276 73.365026) (xy 163.292246 73.294454) (xy 163.148985 73.250998) (xy 163 73.236324) + (xy 162.851015 73.250998) (xy 162.707754 73.294454) (xy 162.575724 73.365026) (xy 162.459999 73.459999) + (xy 162.365026 73.575724) (xy 162.294454 73.707754) (xy 162.250998 73.851015) (xy 162.236324 74) + (xy 161.760058 74) (xy 161.760874 73.934639) (xy 161.733504 73.787456) (xy 161.677944 73.64844) + (xy 161.596331 73.522935) (xy 161.491802 73.415763) (xy 161.368373 73.331043) (xy 161.230788 73.272031) + (xy 161.084334 73.240995) (xy 160.934638 73.239126) (xy 160.787455 73.266496) (xy 160.64844 73.322057) + (xy 160.554384 73.383218) (xy 159.718111 74.052237) (xy 159.308072 74.07122) (xy 159.308072 74) + (xy 159.295812 73.875518) (xy 159.259502 73.75582) (xy 159.200537 73.645506) (xy 159.121185 73.548815) + (xy 159.024494 73.469463) (xy 158.91418 73.410498) (xy 158.794482 73.374188) (xy 158.67 73.361928) + (xy 156.97 73.361928) (xy 156.845518 73.374188) (xy 156.72582 73.410498) (xy 156.615506 73.469463) + (xy 156.518815 73.548815) (xy 156.439463 73.645506) (xy 156.380498 73.75582) (xy 156.344188 73.875518) + (xy 156.331928 74) (xy 155.66 74) (xy 155.66 72.66) (xy 169.34 72.66) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/zone-refill.kicad_pcb.ok b/tests/board_samples/kicad_8/zone-refill.kicad_pcb.ok index 9ba2a7c1a..bc1e46474 100644 --- a/tests/board_samples/kicad_8/zone-refill.kicad_pcb.ok +++ b/tests/board_samples/kicad_8/zone-refill.kicad_pcb.ok @@ -1,565 +1,1218 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "GND") - (net 2 "Net-(C1-Pad1)") - (net 3 "Net-(J1-Pad1)") - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebac57b) - (at 167 77.54 180) - (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x02 2.54mm single row") - (path "/00000000-0000-0000-0000-00005ebac9be") - (attr through_hole) - (fp_text reference "J2" (at 0 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a44418c-7bb4-4e99-8836-57f153c19721) - ) - (fp_text value "Conn_01x02_Male" (at -4 4.87) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0147f16a-c952-4891-8f53-a9fb8cddeb8d) - ) - (fp_text user "${REFERENCE}" (at 0 1.27 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d1262c4d-2245-4c4f-8f35-7bb32cd9e21e) - ) - (fp_line (start -1.33 -1.33) (end 0 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15875808-74d5-4210-b8ca-aa8fbc04ae21)) - (fp_line (start -1.33 0) (end -1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd00c2e1-6027-4717-b312-4fab3ee52002)) - (fp_line (start -1.33 1.27) (end -1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6270a28-e0d9-4655-a18a-03dbf007b940)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (fp_line (start -1.33 3.87) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3490fa5-5a27-423b-af60-53609669542c)) - (fp_line (start 1.33 1.27) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8322f275-268c-4e87-a69f-4cfbf05e747f)) - (fp_line (start -1.8 -1.8) (end -1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd)) - (fp_line (start -1.8 4.35) (end 1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1169a2d-8998-4b50-a48d-c520bcc1b8e1)) - (fp_line (start 1.8 -1.8) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d22e95aa-f3db-4fbc-a331-048a2523233e)) - (fp_line (start 1.8 4.35) (end 1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f)) - (fp_line (start -1.27 -0.635) (end -0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1860e030-7a36-4298-b7fc-a16d48ab15ba)) - (fp_line (start -1.27 3.81) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3dcc657b-55a1-48e0-9667-e01e7b6b08b5)) - (fp_line (start -0.635 -1.27) (end 1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a05d7640-f2f6-4ba7-8c51-5a4af431fc13)) - (fp_line (start 1.27 -1.27) (end 1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32667662-ae86-4904-b198-3e95f11851bf)) - (fp_line (start 1.27 3.81) (end -1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67f6e996-3c99-493c-8f6f-e739e2ed5d7a)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp a7520ad3-0f8b-4788-92d4-8ffb277041e6)) - (pad "2" thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "Net-(C1-Pad1)") (tstamp 13abf99d-5265-4779-8973-e94370fd18ff)) - (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebac6b7) - (at 157.82 74.85) - (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x02 2.54mm single row") - (path "/00000000-0000-0000-0000-00005ebac114") - (attr through_hole) - (fp_text reference "J1" (at 0 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 78cbdd6c-4878-4cc5-9a58-0e506478e37d) - ) - (fp_text value "Conn_01x02_Male" (at -4.82 5.15) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6e105729-aba0-497c-a99e-c32d2b3ddb6d) - ) - (fp_text user "${REFERENCE}" (at 0 1.27 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 983c426c-24e0-4c65-ab69-1f1824adc5c6) - ) - (fp_line (start -1.33 -1.33) (end 0 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afb8e687-4a13-41a1-b8c0-89a749e897fe)) - (fp_line (start -1.33 0) (end -1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cbb5968-dbb5-4b84-864a-ead1cacf75b9)) - (fp_line (start -1.33 1.27) (end -1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f5fe6b7-98fc-4d3e-9567-f9f7202d1455)) - (fp_line (start -1.33 3.87) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2)) - (fp_line (start 1.33 1.27) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae)) - (fp_line (start -1.8 -1.8) (end -1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da469d11-a8a4-414b-9449-d151eeaf4853)) - (fp_line (start -1.8 4.35) (end 1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62c076a3-d618-44a2-9042-9a08b3576787)) - (fp_line (start 1.8 -1.8) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1d83899-e380-49f9-a87d-8e78bc089ebf)) - (fp_line (start 1.8 4.35) (end 1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12)) - (fp_line (start -1.27 -0.635) (end -0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8314017-7be6-4011-9179-37449a29b311)) - (fp_line (start -1.27 3.81) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543)) - (fp_line (start -0.635 -1.27) (end 1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (fp_line (start 1.27 -1.27) (end 1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e)) - (fp_line (start 1.27 3.81) (end -1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 746ba970-8279-4e7b-aed3-f28687777c21)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "Net-(J1-Pad1)") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp 55e740a3-0735-4744-896e-2bf5437093b9)) - (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ebac54f) - (at 163 77.0625 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ebae412") - (attr smd) - (fp_text reference "C1" (at 0 1.65 -90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b) - ) - (fp_text value "C" (at 0 -1.65 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc) - ) - (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a)) - (fp_line (start -1.68 -0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce)) - (fp_line (start -1.68 0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137)) - (fp_line (start 1.68 -0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 66116376-6967-4178-9f23-a26cdeafc400)) - (fp_line (start 1.68 0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (fp_line (start -1 -0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03)) - (fp_line (start -1 0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd)) - (fp_line (start 1 -0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (fp_line (start 1 0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 87371631-aa02-498a-998a-09bdb74784c1)) - (pad "1" smd roundrect (at -0.9375 0 270) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 54365317-1355-4216-bb75-829375abc4ec)) - (pad "2" smd roundrect (at 0.9375 0 270) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ebac712) - (at 161.9375 74 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebad9a3") - (attr smd) - (fp_text reference "R1" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1a2f72d1-0b36-4610-afc4-4ad1660d5d3b) - ) - (fp_text value "R" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0dcdf1b8-13c6-48b4-bd94-5d26038ff231) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp dde3dba8-1b81-466c-93a3-c284ff4da1ef) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2732632c-4768-42b6-bf7f-14643424019e)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065)) - (fp_line (start -1.68 -0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 13475e15-f37c-4de8-857e-1722b0c39513)) - (fp_line (start -1.68 0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381)) - (fp_line (start 1.68 -0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 58dc14f9-c158-4824-a84e-24a6a482a7a4)) - (fp_line (start 1.68 0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f976e2cc-36f9-4479-a816-2c74d1d5da6f)) - (fp_line (start -1 -0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e877bf4a-4210-4bd3-b7b0-806eb4affc5b)) - (fp_line (start -1 0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 48f827a8-6e22-4a2e-abdc-c2a03098d883)) - (fp_line (start 1 -0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb)) - (fp_line (start 1 0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8d55e186-3e11-40e8-a65e-b36a8a00069e)) - (pad "1" smd roundrect (at -0.9375 0 180) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 9c8ccb2a-b1e9-4f2c-94fe-301b5975277e)) - (pad "2" smd roundrect (at 0.9375 0 180) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(J1-Pad1)") (tstamp cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 170 80) (end 169 80) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ebac92c)) - (gr_line (start 155 80) (end 155 72) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (gr_line (start 169 80) (end 155 80) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (gr_line (start 170 72) (end 170 80) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (gr_line (start 155 72) (end 170 72) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - - (segment (start 167 77.54) (end 163.46 77.54) (width 0.25) (layer "B.Cu") (net 1) (tstamp 127679a9-3981-4934-815e-896a4e3ff56e)) - (segment (start 162.39 77.39) (end 163 78) (width 0.25) (layer "B.Cu") (net 1) (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (segment (start 163.46 77.54) (end 163 78) (width 0.25) (layer "B.Cu") (net 1) (tstamp 716e31c5-485f-40b5-88e3-a75900da9811)) - (segment (start 157.82 77.39) (end 162.39 77.39) (width 0.25) (layer "B.Cu") (net 1) (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - (segment (start 167 75) (end 164 75) (width 0.25) (layer "B.Cu") (net 2) (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11)) - (segment (start 164 75) (end 163 76) (width 0.25) (layer "B.Cu") (net 2) (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f)) - (segment (start 164 75) (end 163 74) (width 0.25) (layer "B.Cu") (net 2) (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144)) - (segment (start 158.92 74.85) (end 159.7 74) (width 0.25) (layer "B.Cu") (net 3) (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (segment (start 157.82 74.85) (end 158.92 74.85) (width 0.25) (layer "B.Cu") (net 3) (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (segment (start 159.7 74) (end 161 74) (width 0.25) (layer "B.Cu") (net 3) (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - - (zone (net 1) (net_name "GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005ebac970) (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)) - (polygon - (pts - (xy 170 80) - (xy 155 80) - (xy 155 72) - (xy 170 72) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 169.340001 79.34) - (xy 155.66 79.34) - (xy 155.66 77.74689) - (xy 156.378524 77.74689) - (xy 156.423175 77.894099) - (xy 156.548359 78.15692) - (xy 156.722412 78.390269) - (xy 156.938645 78.585178) - (xy 157.188748 78.734157) - (xy 157.463109 78.831481) - (xy 157.693 78.710814) - (xy 157.693 77.517) - (xy 157.947 77.517) - (xy 157.947 78.710814) - (xy 158.176891 78.831481) - (xy 158.451252 78.734157) - (xy 158.701355 78.585178) - (xy 158.917588 78.390269) - (xy 158.917788 78.39) - (xy 165.511928 78.39) - (xy 165.524188 78.514482) - (xy 165.560498 78.63418) - (xy 165.619463 78.744494) - (xy 165.698815 78.841185) - (xy 165.795506 78.920537) - (xy 165.90582 78.979502) - (xy 166.025518 79.015812) - (xy 166.15 79.028072) - (xy 166.71425 79.025) - (xy 166.873 78.86625) - (xy 166.873 77.667) - (xy 167.127 77.667) - (xy 167.127 78.86625) - (xy 167.28575 79.025) - (xy 167.85 79.028072) - (xy 167.974482 79.015812) - (xy 168.09418 78.979502) - (xy 168.204494 78.920537) - (xy 168.301185 78.841185) - (xy 168.380537 78.744494) - (xy 168.439502 78.63418) - (xy 168.475812 78.514482) - (xy 168.488072 78.39) - (xy 168.485 77.82575) - (xy 168.32625 77.667) - (xy 167.127 77.667) - (xy 166.873 77.667) - (xy 165.67375 77.667) - (xy 165.515 77.82575) - (xy 165.511928 78.39) - (xy 158.917788 78.39) - (xy 159.091641 78.15692) - (xy 159.216825 77.894099) - (xy 159.261476 77.74689) - (xy 159.140155 77.517) - (xy 157.947 77.517) - (xy 157.693 77.517) - (xy 156.499845 77.517) - (xy 156.378524 77.74689) - (xy 155.66 77.74689) - (xy 155.66 74) - (xy 156.331928 74) - (xy 156.331928 75.7) - (xy 156.344188 75.824482) - (xy 156.380498 75.94418) - (xy 156.439463 76.054494) - (xy 156.518815 76.151185) - (xy 156.615506 76.230537) - (xy 156.72582 76.289502) - (xy 156.806466 76.313966) - (xy 156.722412 76.389731) - (xy 156.548359 76.62308) - (xy 156.423175 76.885901) - (xy 156.378524 77.03311) - (xy 156.499845 77.263) - (xy 157.693 77.263) - (xy 157.693 77.243) - (xy 157.947 77.243) - (xy 157.947 77.263) - (xy 159.140155 77.263) - (xy 159.261476 77.03311) - (xy 159.216825 76.885901) - (xy 159.091641 76.62308) - (xy 158.917588 76.389731) - (xy 158.833534 76.313966) - (xy 158.91418 76.289502) - (xy 159.024494 76.230537) - (xy 159.121185 76.151185) - (xy 159.200537 76.054494) - (xy 159.259502 75.94418) - (xy 159.295812 75.824482) - (xy 159.308072 75.7) - (xy 159.308072 75.592847) - (xy 160.012857 75.560218) - (xy 160.065361 75.560874) - (xy 160.124226 75.549928) - (xy 160.183465 75.541311) - (xy 160.197692 75.536266) - (xy 160.212544 75.533504) - (xy 160.268139 75.511284) - (xy 160.324563 75.491275) - (xy 160.337542 75.483545) - (xy 160.351559 75.477943) - (xy 160.401746 75.445309) - (xy 160.453187 75.414673) - (xy 160.492188 75.379524) - (xy 161.50392 74.570139) - (xy 161.584237 74.491803) - (xy 161.668957 74.368374) - (xy 161.727969 74.230789) - (xy 161.759006 74.084334) - (xy 161.760058 74) - (xy 162.236324 74) - (xy 162.250998 74.148985) - (xy 162.294454 74.292246) - (xy 162.365026 74.424276) - (xy 162.436201 74.511002) - (xy 162.925199 75) - (xy 162.436201 75.488998) - (xy 162.365026 75.575724) - (xy 162.294454 75.707754) - (xy 162.250998 75.851015) - (xy 162.236324 76) - (xy 162.250998 76.148985) - (xy 162.294454 76.292246) - (xy 162.365026 76.424276) - (xy 162.459999 76.540001) - (xy 162.575724 76.634974) - (xy 162.707754 76.705546) - (xy 162.851015 76.749002) - (xy 163 76.763676) - (xy 163.148985 76.749002) - (xy 163.292246 76.705546) - (xy 163.424276 76.634974) - (xy 163.511002 76.563799) - (xy 164.314802 75.76) - (xy 165.721822 75.76) - (xy 165.846525 75.946632) - (xy 165.97838 76.078487) - (xy 165.90582 76.100498) - (xy 165.795506 76.159463) - (xy 165.698815 76.238815) - (xy 165.619463 76.335506) - (xy 165.560498 76.44582) - (xy 165.524188 76.565518) - (xy 165.511928 76.69) - (xy 165.515 77.25425) - (xy 165.67375 77.413) - (xy 166.873 77.413) - (xy 166.873 77.393) - (xy 167.127 77.393) - (xy 167.127 77.413) - (xy 168.32625 77.413) - (xy 168.485 77.25425) - (xy 168.488072 76.69) - (xy 168.475812 76.565518) - (xy 168.439502 76.44582) - (xy 168.380537 76.335506) - (xy 168.301185 76.238815) - (xy 168.204494 76.159463) - (xy 168.09418 76.100498) - (xy 168.02162 76.078487) - (xy 168.153475 75.946632) - (xy 168.31599 75.703411) - (xy 168.427932 75.433158) - (xy 168.485 75.14626) - (xy 168.485 74.85374) - (xy 168.427932 74.566842) - (xy 168.31599 74.296589) - (xy 168.153475 74.053368) - (xy 167.946632 73.846525) - (xy 167.703411 73.68401) - (xy 167.433158 73.572068) - (xy 167.14626 73.515) - (xy 166.85374 73.515) - (xy 166.566842 73.572068) - (xy 166.296589 73.68401) - (xy 166.053368 73.846525) - (xy 165.846525 74.053368) - (xy 165.721822 74.24) - (xy 164.314802 74.24) - (xy 163.511002 73.436201) - (xy 163.424276 73.365026) - (xy 163.292246 73.294454) - (xy 163.148985 73.250998) - (xy 163 73.236324) - (xy 162.851015 73.250998) - (xy 162.707754 73.294454) - (xy 162.575724 73.365026) - (xy 162.459999 73.459999) - (xy 162.365026 73.575724) - (xy 162.294454 73.707754) - (xy 162.250998 73.851015) - (xy 162.236324 74) - (xy 161.760058 74) - (xy 161.760874 73.934639) - (xy 161.733504 73.787456) - (xy 161.677944 73.64844) - (xy 161.596331 73.522935) - (xy 161.491802 73.415763) - (xy 161.368373 73.331043) - (xy 161.230788 73.272031) - (xy 161.084334 73.240995) - (xy 160.934638 73.239126) - (xy 160.787455 73.266496) - (xy 160.64844 73.322057) - (xy 160.554384 73.383218) - (xy 159.718111 74.052237) - (xy 159.308072 74.07122) - (xy 159.308072 74) - (xy 159.295812 73.875518) - (xy 159.259502 73.75582) - (xy 159.200537 73.645506) - (xy 159.121185 73.548815) - (xy 159.024494 73.469463) - (xy 158.91418 73.410498) - (xy 158.794482 73.374188) - (xy 158.67 73.361928) - (xy 156.97 73.361928) - (xy 156.845518 73.374188) - (xy 156.72582 73.410498) - (xy 156.615506 73.469463) - (xy 156.518815 73.548815) - (xy 156.439463 73.645506) - (xy 156.380498 73.75582) - (xy 156.344188 73.875518) - (xy 156.331928 74) - (xy 155.66 74) - (xy 155.66 72.66) - (xy 169.34 72.66) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "Net-(C1-Pad1)") + (net 3 "Net-(J1-Pad1)") + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebac57b") + (at 167 77.54 180) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (property "Reference" "J2" + (at 0 -2.33 0) + (layer "F.SilkS") + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x02_Male" + (at -4 4.87 0) + (layer "F.Fab") + (uuid "0147f16a-c952-4891-8f53-a9fb8cddeb8d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19dc23e3-a512-43eb-93ba-33207b4348df") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6e4ee7b0-ed85-4b5c-b6d8-807dbf34682a") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8a2ea114-5895-48da-a7f6-2e32d5edd04d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebac9be") + (attr through_hole) + (fp_line + (start 1.33 1.27) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + ) + (fp_line + (start -1.33 3.87) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3490fa5-5a27-423b-af60-53609669542c") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6270a28-e0d9-4655-a18a-03dbf007b940") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + ) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + ) + (fp_line + (start 1.8 4.35) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d22e95aa-f3db-4fbc-a331-048a2523233e") + ) + (fp_line + (start -1.8 4.35) + (end 1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1169a2d-8998-4b50-a48d-c520bcc1b8e1") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + ) + (fp_line + (start 1.27 3.81) + (end -1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67f6e996-3c99-493c-8f6f-e739e2ed5d7a") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32667662-ae86-4904-b198-3e95f11851bf") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a05d7640-f2f6-4ba7-8c51-5a4af431fc13") + ) + (fp_line + (start -1.27 3.81) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3dcc657b-55a1-48e0-9667-e01e7b6b08b5") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1860e030-7a36-4298-b7fc-a16d48ab15ba") + ) + (fp_text user "${REFERENCE}" + (at 0 1.27 90) + (layer "F.Fab") + (uuid "d1262c4d-2245-4c4f-8f35-7bb32cd9e21e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "a7520ad3-0f8b-4788-92d4-8ffb277041e6") + ) + (pad "2" thru_hole oval + (at 0 2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "Net-(C1-Pad1)") + (uuid "13abf99d-5265-4779-8973-e94370fd18ff") + ) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebac6b7") + (at 157.82 74.85) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (property "Reference" "J1" + (at 0 -2.33 0) + (layer "F.SilkS") + (uuid "78cbdd6c-4878-4cc5-9a58-0e506478e37d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x02_Male" + (at -4.82 5.15 0) + (layer "F.Fab") + (uuid "6e105729-aba0-497c-a99e-c32d2b3ddb6d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4c1d5358-eafc-49b3-92fe-beeece040227") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "deb4811f-1efb-4c8b-b326-631448934ca0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "36f53b3e-0d16-4a3e-bc86-4d5d125535f0") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebac114") + (attr through_hole) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afb8e687-4a13-41a1-b8c0-89a749e897fe") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cbb5968-dbb5-4b84-864a-ead1cacf75b9") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f5fe6b7-98fc-4d3e-9567-f9f7202d1455") + ) + (fp_line + (start -1.33 3.87) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da469d11-a8a4-414b-9449-d151eeaf4853") + ) + (fp_line + (start -1.8 4.35) + (end 1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62c076a3-d618-44a2-9042-9a08b3576787") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c1d83899-e380-49f9-a87d-8e78bc089ebf") + ) + (fp_line + (start 1.8 4.35) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + ) + (fp_line + (start -1.27 3.81) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + ) + (fp_line + (start 1.27 3.81) + (end -1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + ) + (fp_text user "${REFERENCE}" + (at 0 1.27 90) + (layer "F.Fab") + (uuid "983c426c-24e0-4c65-ab69-1f1824adc5c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(J1-Pad1)") + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ebac54f") + (at 163 77.0625 -90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 1.65 -90) + (layer "B.SilkS") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "C" + (at 0 -1.65 -90) + (layer "B.Fab") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f0c48645-af89-4fd7-9841-c65a36be54dc") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "97e0e738-bf80-447a-aedb-a510b0b19cc9") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "78ffb572-ad35-48fb-86a8-eab0002538fe") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebae412") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (fp_line + (start -1.68 0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + ) + (fp_line + (start 1.68 0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (fp_line + (start -1.68 -0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (fp_line + (start 1.68 -0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (fp_line + (start -1 -0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (fp_line + (start 1 -0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 270) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (pad "2" smd roundrect + (at 0.9375 0 270) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ebac712") + (at 161.9375 74 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "1a2f72d1-0b36-4610-afc4-4ad1660d5d3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "R" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "0dcdf1b8-13c6-48b4-bd94-5d26038ff231") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d99865e-64b8-4d3f-b096-1e5ad3d8f738") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "19e095a6-6979-4c19-b88a-f94bb3af662e") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "467b3008-cda4-4969-b555-2e2bfed79925") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebad9a3") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (fp_line + (start 1.68 0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + (fp_line + (start 1.68 -0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "58dc14f9-c158-4824-a84e-24a6a482a7a4") + ) + (fp_line + (start -1.68 0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (fp_line + (start -1.68 -0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8d55e186-3e11-40e8-a65e-b36a8a00069e") + ) + (fp_line + (start 1 -0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "48f827a8-6e22-4a2e-abdc-c2a03098d883") + ) + (fp_line + (start -1 -0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "dde3dba8-1b81-466c-93a3-c284ff4da1ef") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 180) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "9c8ccb2a-b1e9-4f2c-94fe-301b5975277e") + ) + (pad "2" smd roundrect + (at 0.9375 0 180) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(J1-Pad1)") + (uuid "cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 170 80) + (end 169 80) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ebac92c") + ) + (gr_line + (start 155 80) + (end 155 72) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (gr_line + (start 169 80) + (end 155 80) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (gr_line + (start 170 72) + (end 170 80) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (gr_line + (start 155 72) + (end 170 72) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (segment + (start 167 77.54) + (end 163.46 77.54) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (segment + (start 162.39 77.39) + (end 163 78) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (segment + (start 163.46 77.54) + (end 163 78) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (segment + (start 157.82 77.39) + (end 162.39 77.39) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (segment + (start 167 75) + (end 164 75) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (segment + (start 164 75) + (end 163 76) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (segment + (start 164 75) + (end 163 74) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (segment + (start 158.92 74.85) + (end 159.7 74) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (segment + (start 157.82 74.85) + (end 158.92 74.85) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (segment + (start 159.7 74) + (end 161 74) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (zone + (net 1) + (net_name "GND") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ebac970") + (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) + ) + (polygon + (pts + (xy 170 80) (xy 155 80) (xy 155 72) (xy 170 72) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 169.340001 79.34) (xy 155.66 79.34) (xy 155.66 77.74689) (xy 156.378524 77.74689) (xy 156.423175 77.894099) + (xy 156.548359 78.15692) (xy 156.722412 78.390269) (xy 156.938645 78.585178) (xy 157.188748 78.734157) + (xy 157.463109 78.831481) (xy 157.693 78.710814) (xy 157.693 77.517) (xy 157.947 77.517) (xy 157.947 78.710814) + (xy 158.176891 78.831481) (xy 158.451252 78.734157) (xy 158.701355 78.585178) (xy 158.917588 78.390269) + (xy 158.917788 78.39) (xy 165.511928 78.39) (xy 165.524188 78.514482) (xy 165.560498 78.63418) (xy 165.619463 78.744494) + (xy 165.698815 78.841185) (xy 165.795506 78.920537) (xy 165.90582 78.979502) (xy 166.025518 79.015812) + (xy 166.15 79.028072) (xy 166.71425 79.025) (xy 166.873 78.86625) (xy 166.873 77.667) (xy 167.127 77.667) + (xy 167.127 78.86625) (xy 167.28575 79.025) (xy 167.85 79.028072) (xy 167.974482 79.015812) (xy 168.09418 78.979502) + (xy 168.204494 78.920537) (xy 168.301185 78.841185) (xy 168.380537 78.744494) (xy 168.439502 78.63418) + (xy 168.475812 78.514482) (xy 168.488072 78.39) (xy 168.485 77.82575) (xy 168.32625 77.667) (xy 167.127 77.667) + (xy 166.873 77.667) (xy 165.67375 77.667) (xy 165.515 77.82575) (xy 165.511928 78.39) (xy 158.917788 78.39) + (xy 159.091641 78.15692) (xy 159.216825 77.894099) (xy 159.261476 77.74689) (xy 159.140155 77.517) + (xy 157.947 77.517) (xy 157.693 77.517) (xy 156.499845 77.517) (xy 156.378524 77.74689) (xy 155.66 77.74689) + (xy 155.66 74) (xy 156.331928 74) (xy 156.331928 75.7) (xy 156.344188 75.824482) (xy 156.380498 75.94418) + (xy 156.439463 76.054494) (xy 156.518815 76.151185) (xy 156.615506 76.230537) (xy 156.72582 76.289502) + (xy 156.806466 76.313966) (xy 156.722412 76.389731) (xy 156.548359 76.62308) (xy 156.423175 76.885901) + (xy 156.378524 77.03311) (xy 156.499845 77.263) (xy 157.693 77.263) (xy 157.693 77.243) (xy 157.947 77.243) + (xy 157.947 77.263) (xy 159.140155 77.263) (xy 159.261476 77.03311) (xy 159.216825 76.885901) (xy 159.091641 76.62308) + (xy 158.917588 76.389731) (xy 158.833534 76.313966) (xy 158.91418 76.289502) (xy 159.024494 76.230537) + (xy 159.121185 76.151185) (xy 159.200537 76.054494) (xy 159.259502 75.94418) (xy 159.295812 75.824482) + (xy 159.308072 75.7) (xy 159.308072 75.592847) (xy 160.012857 75.560218) (xy 160.065361 75.560874) + (xy 160.124226 75.549928) (xy 160.183465 75.541311) (xy 160.197692 75.536266) (xy 160.212544 75.533504) + (xy 160.268139 75.511284) (xy 160.324563 75.491275) (xy 160.337542 75.483545) (xy 160.351559 75.477943) + (xy 160.401746 75.445309) (xy 160.453187 75.414673) (xy 160.492188 75.379524) (xy 161.50392 74.570139) + (xy 161.584237 74.491803) (xy 161.668957 74.368374) (xy 161.727969 74.230789) (xy 161.759006 74.084334) + (xy 161.760058 74) (xy 162.236324 74) (xy 162.250998 74.148985) (xy 162.294454 74.292246) (xy 162.365026 74.424276) + (xy 162.436201 74.511002) (xy 162.925199 75) (xy 162.436201 75.488998) (xy 162.365026 75.575724) + (xy 162.294454 75.707754) (xy 162.250998 75.851015) (xy 162.236324 76) (xy 162.250998 76.148985) + (xy 162.294454 76.292246) (xy 162.365026 76.424276) (xy 162.459999 76.540001) (xy 162.575724 76.634974) + (xy 162.707754 76.705546) (xy 162.851015 76.749002) (xy 163 76.763676) (xy 163.148985 76.749002) + (xy 163.292246 76.705546) (xy 163.424276 76.634974) (xy 163.511002 76.563799) (xy 164.314802 75.76) + (xy 165.721822 75.76) (xy 165.846525 75.946632) (xy 165.97838 76.078487) (xy 165.90582 76.100498) + (xy 165.795506 76.159463) (xy 165.698815 76.238815) (xy 165.619463 76.335506) (xy 165.560498 76.44582) + (xy 165.524188 76.565518) (xy 165.511928 76.69) (xy 165.515 77.25425) (xy 165.67375 77.413) (xy 166.873 77.413) + (xy 166.873 77.393) (xy 167.127 77.393) (xy 167.127 77.413) (xy 168.32625 77.413) (xy 168.485 77.25425) + (xy 168.488072 76.69) (xy 168.475812 76.565518) (xy 168.439502 76.44582) (xy 168.380537 76.335506) + (xy 168.301185 76.238815) (xy 168.204494 76.159463) (xy 168.09418 76.100498) (xy 168.02162 76.078487) + (xy 168.153475 75.946632) (xy 168.31599 75.703411) (xy 168.427932 75.433158) (xy 168.485 75.14626) + (xy 168.485 74.85374) (xy 168.427932 74.566842) (xy 168.31599 74.296589) (xy 168.153475 74.053368) + (xy 167.946632 73.846525) (xy 167.703411 73.68401) (xy 167.433158 73.572068) (xy 167.14626 73.515) + (xy 166.85374 73.515) (xy 166.566842 73.572068) (xy 166.296589 73.68401) (xy 166.053368 73.846525) + (xy 165.846525 74.053368) (xy 165.721822 74.24) (xy 164.314802 74.24) (xy 163.511002 73.436201) + (xy 163.424276 73.365026) (xy 163.292246 73.294454) (xy 163.148985 73.250998) (xy 163 73.236324) + (xy 162.851015 73.250998) (xy 162.707754 73.294454) (xy 162.575724 73.365026) (xy 162.459999 73.459999) + (xy 162.365026 73.575724) (xy 162.294454 73.707754) (xy 162.250998 73.851015) (xy 162.236324 74) + (xy 161.760058 74) (xy 161.760874 73.934639) (xy 161.733504 73.787456) (xy 161.677944 73.64844) + (xy 161.596331 73.522935) (xy 161.491802 73.415763) (xy 161.368373 73.331043) (xy 161.230788 73.272031) + (xy 161.084334 73.240995) (xy 160.934638 73.239126) (xy 160.787455 73.266496) (xy 160.64844 73.322057) + (xy 160.554384 73.383218) (xy 159.718111 74.052237) (xy 159.308072 74.07122) (xy 159.308072 74) + (xy 159.295812 73.875518) (xy 159.259502 73.75582) (xy 159.200537 73.645506) (xy 159.121185 73.548815) + (xy 159.024494 73.469463) (xy 158.91418 73.410498) (xy 158.794482 73.374188) (xy 158.67 73.361928) + (xy 156.97 73.361928) (xy 156.845518 73.374188) (xy 156.72582 73.410498) (xy 156.615506 73.469463) + (xy 156.518815 73.548815) (xy 156.439463 73.645506) (xy 156.380498 73.75582) (xy 156.344188 73.875518) + (xy 156.331928 74) (xy 155.66 74) (xy 155.66 72.66) (xy 169.34 72.66) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/board_samples/kicad_8/zone-refill.kicad_pcb.refill b/tests/board_samples/kicad_8/zone-refill.kicad_pcb.refill index 7cc15effc..06941996c 100644 --- a/tests/board_samples/kicad_8/zone-refill.kicad_pcb.refill +++ b/tests/board_samples/kicad_8/zone-refill.kicad_pcb.refill @@ -1,993 +1,1326 @@ -(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) - ) - - (setup - (pad_to_mask_clearance 0.051) - (solder_mask_min_width 0.25) - (pcbplotparams - (layerselection 0x00010fc_ffffffff) - (plot_on_all_layers_selection 0x0000000_00000000) - (disableapertmacros false) - (usegerberextensions false) - (usegerberattributes false) - (usegerberadvancedattributes false) - (creategerberjobfile false) - (dashed_line_dash_ratio 12.000000) - (dashed_line_gap_ratio 3.000000) - (svgprecision 6) - (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 "GND") - (net 2 "Net-(C1-Pad1)") - (net 3 "Net-(J1-Pad1)") - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebac57b) - (at 167 77.54 180) - (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x02 2.54mm single row") - (path "/00000000-0000-0000-0000-00005ebac9be") - (attr through_hole) - (fp_text reference "J2" (at 0 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6a44418c-7bb4-4e99-8836-57f153c19721) - ) - (fp_text value "Conn_01x02_Male" (at -4 4.87) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 0147f16a-c952-4891-8f53-a9fb8cddeb8d) - ) - (fp_text user "${REFERENCE}" (at 0 1.27 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d1262c4d-2245-4c4f-8f35-7bb32cd9e21e) - ) - (fp_line (start -1.33 -1.33) (end 0 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 15875808-74d5-4210-b8ca-aa8fbc04ae21)) - (fp_line (start -1.33 0) (end -1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dd00c2e1-6027-4717-b312-4fab3ee52002)) - (fp_line (start -1.33 1.27) (end -1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b6270a28-e0d9-4655-a18a-03dbf007b940)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 0a3cc030-c9dd-4d74-9d50-715ed2b361a2)) - (fp_line (start -1.33 3.87) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f3490fa5-5a27-423b-af60-53609669542c)) - (fp_line (start 1.33 1.27) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8322f275-268c-4e87-a69f-4cfbf05e747f)) - (fp_line (start -1.8 -1.8) (end -1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 81bbc3ff-3938-49ac-8297-ce2bcc9a42bd)) - (fp_line (start -1.8 4.35) (end 1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b1169a2d-8998-4b50-a48d-c520bcc1b8e1)) - (fp_line (start 1.8 -1.8) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d22e95aa-f3db-4fbc-a331-048a2523233e)) - (fp_line (start 1.8 4.35) (end 1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f)) - (fp_line (start -1.27 -0.635) (end -0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1860e030-7a36-4298-b7fc-a16d48ab15ba)) - (fp_line (start -1.27 3.81) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3dcc657b-55a1-48e0-9667-e01e7b6b08b5)) - (fp_line (start -0.635 -1.27) (end 1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a05d7640-f2f6-4ba7-8c51-5a4af431fc13)) - (fp_line (start 1.27 -1.27) (end 1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 32667662-ae86-4904-b198-3e95f11851bf)) - (fp_line (start 1.27 3.81) (end -1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 67f6e996-3c99-493c-8f6f-e739e2ed5d7a)) - (pad "1" thru_hole rect (at 0 0 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp a7520ad3-0f8b-4788-92d4-8ffb277041e6)) - (pad "2" thru_hole oval (at 0 2.54 180) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 2 "Net-(C1-Pad1)") (tstamp 13abf99d-5265-4779-8973-e94370fd18ff)) - (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" (layer "F.Cu") - (tstamp 00000000-0000-0000-0000-00005ebac6b7) - (at 157.82 74.85) - (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") - (tags "Through hole pin header THT 1x02 2.54mm single row") - (path "/00000000-0000-0000-0000-00005ebac114") - (attr through_hole) - (fp_text reference "J1" (at 0 -2.33) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 78cbdd6c-4878-4cc5-9a58-0e506478e37d) - ) - (fp_text value "Conn_01x02_Male" (at -4.82 5.15) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 6e105729-aba0-497c-a99e-c32d2b3ddb6d) - ) - (fp_text user "${REFERENCE}" (at 0 1.27 90) (layer "F.Fab") - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 983c426c-24e0-4c65-ab69-1f1824adc5c6) - ) - (fp_line (start -1.33 -1.33) (end 0 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp afb8e687-4a13-41a1-b8c0-89a749e897fe)) - (fp_line (start -1.33 0) (end -1.33 -1.33) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5cbb5968-dbb5-4b84-864a-ead1cacf75b9)) - (fp_line (start -1.33 1.27) (end -1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp f1830a1b-f0cc-47ae-a2c9-679c82032f14)) - (fp_line (start -1.33 1.27) (end 1.33 1.27) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3f5fe6b7-98fc-4d3e-9567-f9f7202d1455)) - (fp_line (start -1.33 3.87) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6a955fc7-39d9-4c75-9a69-676ca8c0b9b2)) - (fp_line (start 1.33 1.27) (end 1.33 3.87) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae)) - (fp_line (start -1.8 -1.8) (end -1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp da469d11-a8a4-414b-9449-d151eeaf4853)) - (fp_line (start -1.8 4.35) (end 1.8 4.35) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62c076a3-d618-44a2-9042-9a08b3576787)) - (fp_line (start 1.8 -1.8) (end -1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c1d83899-e380-49f9-a87d-8e78bc089ebf)) - (fp_line (start 1.8 4.35) (end 1.8 -1.8) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12)) - (fp_line (start -1.27 -0.635) (end -0.635 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e8314017-7be6-4011-9179-37449a29b311)) - (fp_line (start -1.27 3.81) (end -1.27 -0.635) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e10b5627-3247-4c86-b9f6-ef474ca11543)) - (fp_line (start -0.635 -1.27) (end 1.27 -1.27) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 10109f84-4940-47f8-8640-91f185ac9bc1)) - (fp_line (start 1.27 -1.27) (end 1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 71c31975-2c45-4d18-a25a-18e07a55d11e)) - (fp_line (start 1.27 3.81) (end -1.27 3.81) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 746ba970-8279-4e7b-aed3-f28687777c21)) - (pad "1" thru_hole rect (at 0 0) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 3 "Net-(J1-Pad1)") (tstamp f4f99e3d-7269-4f6a-a759-16ad2a258779)) - (pad "2" thru_hole oval (at 0 2.54) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 1 "GND") (tstamp 55e740a3-0735-4744-896e-2bf5437093b9)) - (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Capacitor_SMD:C_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ebac54f) - (at 163 77.0625 -90) - (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "capacitor") - (path "/00000000-0000-0000-0000-00005ebae412") - (attr smd) - (fp_text reference "C1" (at 0 1.65 -90) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp ef8fe2ac-6a7f-4682-9418-b801a1b10a3b) - ) - (fp_text value "C" (at 0 -1.65 -90) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 44d8279a-9cd1-4db6-856f-0363131605fc) - ) - (fp_text user "${REFERENCE}" (at 0 0 -90) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp eb667eea-300e-4ca7-8a6f-4b00de80cd45) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 1e1b062d-fad0-427c-a622-c5b8a80b5268)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp d8603679-3e7b-4337-8dbc-1827f5f54d8a)) - (fp_line (start -1.68 -0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp cbdcaa78-3bbc-413f-91bf-2709119373ce)) - (fp_line (start -1.68 0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 3b838d52-596d-4e4d-a6ac-e4c8e7621137)) - (fp_line (start 1.68 -0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 66116376-6967-4178-9f23-a26cdeafc400)) - (fp_line (start 1.68 0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 749dfe75-c0d6-4872-9330-29c5bbcb8ff8)) - (fp_line (start -1 -0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 5038e144-5119-49db-b6cf-f7c345f1cf03)) - (fp_line (start -1 0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd)) - (fp_line (start 1 -0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 30f15357-ce1d-48b9-93dc-7d9b1b2aa048)) - (fp_line (start 1 0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 87371631-aa02-498a-998a-09bdb74784c1)) - (pad "1" smd roundrect (at -0.9375 0 270) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 54365317-1355-4216-bb75-829375abc4ec)) - (pad "2" smd roundrect (at 0.9375 0 270) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (tstamp ac264c30-3e9a-4be2-b97a-9949b68bd497)) - (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "Resistor_SMD:R_0805_2012Metric" (layer "B.Cu") - (tstamp 00000000-0000-0000-0000-00005ebac712) - (at 161.9375 74 180) - (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") - (tags "resistor") - (path "/00000000-0000-0000-0000-00005ebad9a3") - (attr smd) - (fp_text reference "R1" (at 0 1.65) (layer "B.SilkS") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 1a2f72d1-0b36-4610-afc4-4ad1660d5d3b) - ) - (fp_text value "R" (at 0 -1.65) (layer "B.Fab") - (effects (font (size 1 1) (thickness 0.15)) (justify mirror)) - (tstamp 0dcdf1b8-13c6-48b4-bd94-5d26038ff231) - ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "B.Fab") - (effects (font (size 0.5 0.5) (thickness 0.08)) (justify mirror)) - (tstamp dde3dba8-1b81-466c-93a3-c284ff4da1ef) - ) - (fp_line (start -0.258578 -0.71) (end 0.258578 -0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 2732632c-4768-42b6-bf7f-14643424019e)) - (fp_line (start -0.258578 0.71) (end 0.258578 0.71) - (stroke (width 0.12) (type solid)) (layer "B.SilkS") (tstamp 854dd5d4-5fd2-4730-bd49-a9cd8299a065)) - (fp_line (start -1.68 -0.95) (end -1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 13475e15-f37c-4de8-857e-1722b0c39513)) - (fp_line (start -1.68 0.95) (end 1.68 0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp b635b16e-60bb-4b3e-9fc3-47d34eef8381)) - (fp_line (start 1.68 -0.95) (end -1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp 58dc14f9-c158-4824-a84e-24a6a482a7a4)) - (fp_line (start 1.68 0.95) (end 1.68 -0.95) - (stroke (width 0.05) (type solid)) (layer "B.CrtYd") (tstamp f976e2cc-36f9-4479-a816-2c74d1d5da6f)) - (fp_line (start -1 -0.6) (end -1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp e877bf4a-4210-4bd3-b7b0-806eb4affc5b)) - (fp_line (start -1 0.6) (end 1 0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 48f827a8-6e22-4a2e-abdc-c2a03098d883)) - (fp_line (start 1 -0.6) (end -1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 120a7b0f-ddfd-4447-85c1-35665465acdb)) - (fp_line (start 1 0.6) (end 1 -0.6) - (stroke (width 0.1) (type solid)) (layer "B.Fab") (tstamp 8d55e186-3e11-40e8-a65e-b36a8a00069e)) - (pad "1" smd roundrect (at -0.9375 0 180) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 2 "Net-(C1-Pad1)") (tstamp 9c8ccb2a-b1e9-4f2c-94fe-301b5975277e)) - (pad "2" smd roundrect (at 0.9375 0 180) (size 0.975 1.4) (layers "B.Cu" "B.Paste" "B.Mask") (roundrect_rratio 0.25) - (net 3 "Net-(J1-Pad1)") (tstamp cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b)) - (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (gr_line (start 170 80) (end 169 80) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 00000000-0000-0000-0000-00005ebac92c)) - (gr_line (start 155 80) (end 155 72) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 5fc27c35-3e1c-4f96-817c-93b5570858a6)) - (gr_line (start 169 80) (end 155 80) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp 6c9b793c-e74d-4754-a2c0-901e73b26f1c)) - (gr_line (start 170 72) (end 170 80) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp c144caa5-b0d4-4cef-840a-d4ad178a2102)) - (gr_line (start 155 72) (end 170 72) - (stroke (width 0.05) (type solid)) (layer "Edge.Cuts") (tstamp efeac2a2-7682-4dc7-83ee-f6f1b23da506)) - - (segment (start 167 77.54) (end 163.46 77.54) (width 0.25) (layer "B.Cu") (net 1) (tstamp 127679a9-3981-4934-815e-896a4e3ff56e)) - (segment (start 162.39 77.39) (end 163 78) (width 0.25) (layer "B.Cu") (net 1) (tstamp 6a45789b-3855-401f-8139-3c734f7f52f9)) - (segment (start 163.46 77.54) (end 163 78) (width 0.25) (layer "B.Cu") (net 1) (tstamp 716e31c5-485f-40b5-88e3-a75900da9811)) - (segment (start 157.82 77.39) (end 162.39 77.39) (width 0.25) (layer "B.Cu") (net 1) (tstamp b1086f75-01ba-4188-8d36-75a9e2828ca9)) - (segment (start 167 75) (end 164 75) (width 0.25) (layer "B.Cu") (net 2) (tstamp 48ab88d7-7084-4d02-b109-3ad55a30bb11)) - (segment (start 164 75) (end 163 76) (width 0.25) (layer "B.Cu") (net 2) (tstamp f71da641-16e6-4257-80c3-0b9d804fee4f)) - (segment (start 164 75) (end 163 74) (width 0.25) (layer "B.Cu") (net 2) (tstamp fd470e95-4861-44fe-b1e4-6d8a7c66e144)) - (segment (start 158.92 74.85) (end 159.7 74) (width 0.25) (layer "B.Cu") (net 3) (tstamp 0eaa98f0-9565-4637-ace3-42a5231b07f7)) - (segment (start 157.82 74.85) (end 158.92 74.85) (width 0.25) (layer "B.Cu") (net 3) (tstamp 704d6d51-bb34-4cbf-83d8-841e208048d8)) - (segment (start 159.7 74) (end 161 74) (width 0.25) (layer "B.Cu") (net 3) (tstamp 8174b4de-74b1-48db-ab8e-c8432251095b)) - - (zone (net 1) (net_name "GND") (layer "B.Cu") (tstamp 00000000-0000-0000-0000-00005ebac970) (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)) - (polygon - (pts - (xy 170 80) - (xy 155 80) - (xy 155 72) - (xy 170 72) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 169.9265 72.027381) - (xy 169.972619 72.0735) - (xy 169.9895 72.1365) - (xy 169.9895 79.8635) - (xy 169.972619 79.9265) - (xy 169.9265 79.972619) - (xy 169.8635 79.9895) - (xy 169.002088 79.9895) - (xy 155.1365 79.9895) - (xy 155.0735 79.972619) - (xy 155.027381 79.9265) - (xy 155.0105 79.8635) - (xy 155.0105 77.646565) - (xy 156.486751 77.646565) - (xy 156.486986 77.657943) - (xy 156.5299 77.827408) - (xy 156.53327 77.837223) - (xy 156.619488 78.033778) - (xy 156.624431 78.042913) - (xy 156.741822 78.222593) - (xy 156.74821 78.230799) - (xy 156.893567 78.3887) - (xy 156.901211 78.395737) - (xy 157.070588 78.527568) - (xy 157.079281 78.533247) - (xy 157.268042 78.6354) - (xy 157.277559 78.639575) - (xy 157.480557 78.709264) - (xy 157.490627 78.711814) - (xy 157.552461 78.722132) - (xy 157.563598 78.721556) - (xy 157.566 78.710664) - (xy 158.074 78.710664) - (xy 158.076401 78.721556) - (xy 158.087538 78.722132) - (xy 158.149372 78.711814) - (xy 158.159442 78.709264) - (xy 158.36244 78.639575) - (xy 158.371957 78.6354) - (xy 158.560718 78.533247) - (xy 158.569411 78.527568) - (xy 158.738788 78.395737) - (xy 158.746432 78.3887) - (xy 158.836703 78.290639) - (xy 161.792001 78.290639) - (xy 161.792326 78.297033) - (xy 161.801818 78.389958) - (xy 161.804682 78.403335) - (xy 161.855486 78.556648) - (xy 161.861646 78.56986) - (xy 161.946197 78.706938) - (xy 161.955244 78.718379) - (xy 162.06912 78.832255) - (xy 162.080561 78.841302) - (xy 162.217639 78.925853) - (xy 162.230851 78.932013) - (xy 162.38417 78.982819) - (xy 162.397534 78.98568) - (xy 162.490468 78.995174) - (xy 162.496858 78.9955) - (xy 162.72941 78.9955) - (xy 162.742493 78.991993) - (xy 162.746 78.97891) - (xy 162.746 78.978909) - (xy 163.254 78.978909) - (xy 163.257506 78.991992) - (xy 163.27059 78.995499) - (xy 163.503139 78.995499) - (xy 163.509533 78.995173) - (xy 163.602458 78.985681) - (xy 163.615835 78.982817) - (xy 163.769148 78.932013) - (xy 163.78236 78.925853) - (xy 163.919438 78.841302) - (xy 163.930879 78.832255) - (xy 164.044755 78.718379) - (xy 164.053802 78.706938) - (xy 164.138353 78.56986) - (xy 164.144513 78.556648) - (xy 164.18475 78.435223) - (xy 165.642 78.435223) - (xy 165.642359 78.441938) - (xy 165.647662 78.491257) - (xy 165.651259 78.506478) - (xy 165.696405 78.627519) - (xy 165.704954 78.643175) - (xy 165.781697 78.745692) - (xy 165.794307 78.758302) - (xy 165.896824 78.835045) - (xy 165.91248 78.843594) - (xy 166.033521 78.88874) - (xy 166.048742 78.892337) - (xy 166.098061 78.89764) - (xy 166.104777 78.898) - (xy 166.72941 78.898) - (xy 166.742493 78.894493) - (xy 166.746 78.88141) - (xy 167.254 78.88141) - (xy 167.257506 78.894493) - (xy 167.27059 78.898) - (xy 167.895223 78.898) - (xy 167.901938 78.89764) - (xy 167.951257 78.892337) - (xy 167.966478 78.88874) - (xy 168.087519 78.843594) - (xy 168.103175 78.835045) - (xy 168.205692 78.758302) - (xy 168.218302 78.745692) - (xy 168.295045 78.643175) - (xy 168.303594 78.627519) - (xy 168.34874 78.506478) - (xy 168.352337 78.491257) - (xy 168.35764 78.441938) - (xy 168.358 78.435223) - (xy 168.358 77.81059) - (xy 168.354493 77.797506) - (xy 168.34141 77.794) - (xy 167.27059 77.794) - (xy 167.257506 77.797506) - (xy 167.254 77.81059) - (xy 167.254 78.88141) - (xy 166.746 78.88141) - (xy 166.746 77.81059) - (xy 166.742493 77.797506) - (xy 166.72941 77.794) - (xy 165.65859 77.794) - (xy 165.645506 77.797506) - (xy 165.642 77.81059) - (xy 165.642 78.435223) - (xy 164.18475 78.435223) - (xy 164.195319 78.403329) - (xy 164.19818 78.389965) - (xy 164.207674 78.297031) - (xy 164.208 78.290642) - (xy 164.208 78.27059) - (xy 164.204493 78.257506) - (xy 164.19141 78.254) - (xy 163.27059 78.254) - (xy 163.257506 78.257506) - (xy 163.254 78.27059) - (xy 163.254 78.978909) - (xy 162.746 78.978909) - (xy 162.746 78.27059) - (xy 162.742493 78.257506) - (xy 162.72941 78.254) - (xy 161.808591 78.254) - (xy 161.795507 78.257506) - (xy 161.792001 78.27059) - (xy 161.792001 78.290639) - (xy 158.836703 78.290639) - (xy 158.891789 78.230799) - (xy 158.898177 78.222593) - (xy 159.015568 78.042913) - (xy 159.020511 78.033778) - (xy 159.106729 77.837223) - (xy 159.110099 77.827408) - (xy 159.153013 77.657943) - (xy 159.153248 77.646565) - (xy 159.14216 77.644) - (xy 158.09059 77.644) - (xy 158.077506 77.647506) - (xy 158.074 77.66059) - (xy 158.074 78.710664) - (xy 157.566 78.710664) - (xy 157.566 77.66059) - (xy 157.562493 77.647506) - (xy 157.54941 77.644) - (xy 156.49784 77.644) - (xy 156.486751 77.646565) - (xy 155.0105 77.646565) - (xy 155.0105 75.748638) - (xy 156.4615 75.748638) - (xy 156.461859 75.751985) - (xy 156.46186 75.751988) - (xy 156.467168 75.801367) - (xy 156.467169 75.801373) - (xy 156.468011 75.809201) - (xy 156.470762 75.816578) - (xy 156.470763 75.81658) - (xy 156.515962 75.937763) - (xy 156.515964 75.937766) - (xy 156.519111 75.946204) - (xy 156.524508 75.953414) - (xy 156.52451 75.953417) - (xy 156.594432 76.046821) - (xy 156.606739 76.063261) - (xy 156.723796 76.150889) - (xy 156.732235 76.154036) - (xy 156.732236 76.154037) - (xy 156.839313 76.193975) - (xy 156.889647 76.228539) - (xy 156.917821 76.282709) - (xy 156.917218 76.343764) - (xy 156.887982 76.397368) - (xy 156.748205 76.549207) - (xy 156.741822 76.557406) - (xy 156.624431 76.737086) - (xy 156.619488 76.746221) - (xy 156.53327 76.942776) - (xy 156.5299 76.952591) - (xy 156.486986 77.122056) - (xy 156.486751 77.133434) - (xy 156.49784 77.136) - (xy 159.14216 77.136) - (xy 159.153248 77.133434) - (xy 159.153013 77.122056) - (xy 159.110099 76.952591) - (xy 159.106729 76.942776) - (xy 159.020511 76.746221) - (xy 159.015568 76.737086) - (xy 158.898177 76.557406) - (xy 158.891789 76.5492) - (xy 158.752018 76.397368) - (xy 158.722781 76.343765) - (xy 158.722178 76.282709) - (xy 158.750352 76.228539) - (xy 158.800687 76.193975) - (xy 158.916204 76.150889) - (xy 159.033261 76.063261) - (xy 159.120889 75.946204) - (xy 159.171989 75.809201) - (xy 159.1785 75.748638) - (xy 159.1785 75.509438) - (xy 159.192233 75.452236) - (xy 159.230437 75.407503) - (xy 159.2766 75.373962) - (xy 159.281905 75.370313) - (xy 159.332649 75.337286) - (xy 159.338011 75.33144) - (xy 159.34406 75.326319) - (xy 159.344195 75.326478) - (xy 159.345054 75.325712) - (xy 159.344911 75.32556) - (xy 159.350689 75.320134) - (xy 159.357107 75.315472) - (xy 159.380532 75.287156) - (xy 159.395691 75.268831) - (xy 159.399928 75.263967) - (xy 159.868121 74.753757) - (xy 159.919215 74.720065) - (xy 159.980162 74.714424) - (xy 160.036576 74.738168) - (xy 160.06831 74.777271) - (xy 160.069839 74.776329) - (xy 160.131154 74.875737) - (xy 160.162156 74.925998) - (xy 160.286502 75.050344) - (xy 160.436171 75.142661) - (xy 160.603096 75.197974) - (xy 160.706125 75.2085) - (xy 161.293874 75.208499) - (xy 161.396904 75.197974) - (xy 161.563829 75.142661) - (xy 161.713498 75.050344) - (xy 161.837844 74.925998) - (xy 161.839986 74.922524) - (xy 161.882596 74.888328) - (xy 161.9375 74.875737) - (xy 161.992404 74.888328) - (xy 162.035013 74.922524) - (xy 162.037156 74.925998) - (xy 162.042349 74.931191) - (xy 162.04235 74.931192) - (xy 162.161502 75.050344) - (xy 162.159715 75.05213) - (xy 162.18783 75.08822) - (xy 162.198662 75.147131) - (xy 162.181068 75.204387) - (xy 162.139023 75.247049) - (xy 162.080252 75.2833) - (xy 162.080246 75.283304) - (xy 162.074002 75.287156) - (xy 162.068812 75.292345) - (xy 162.068808 75.292349) - (xy 161.954849 75.406308) - (xy 161.954845 75.406312) - (xy 161.949656 75.411502) - (xy 161.945805 75.417744) - (xy 161.945802 75.417749) - (xy 161.889248 75.509438) - (xy 161.857339 75.561171) - (xy 161.855034 75.568125) - (xy 161.855032 75.568131) - (xy 161.809534 75.705438) - (xy 161.802026 75.728096) - (xy 161.801328 75.734924) - (xy 161.801327 75.734931) - (xy 161.792986 75.81658) - (xy 161.7915 75.831125) - (xy 161.7915 75.834329) - (xy 161.7915 75.83433) - (xy 161.7915 76.415668) - (xy 161.7915 76.415687) - (xy 161.791501 76.418874) - (xy 161.791825 76.422051) - (xy 161.791826 76.422059) - (xy 161.801326 76.51506) - (xy 161.801327 76.515067) - (xy 161.802026 76.521904) - (xy 161.804188 76.528428) - (xy 161.804189 76.528433) - (xy 161.855032 76.681868) - (xy 161.857339 76.688829) - (xy 161.949656 76.838498) - (xy 162.074002 76.962844) - (xy 162.077768 76.965167) - (xy 162.112075 77.007913) - (xy 162.124668 77.062815) - (xy 162.11208 77.117718) - (xy 162.076826 77.16165) - (xy 162.069123 77.167741) - (xy 161.955244 77.28162) - (xy 161.946197 77.293061) - (xy 161.861646 77.430139) - (xy 161.855486 77.443351) - (xy 161.80468 77.59667) - (xy 161.801819 77.610034) - (xy 161.792325 77.702968) - (xy 161.792 77.709359) - (xy 161.792 77.72941) - (xy 161.795506 77.742493) - (xy 161.80859 77.746) - (xy 164.191409 77.746) - (xy 164.204492 77.742493) - (xy 164.207999 77.72941) - (xy 164.207999 77.709361) - (xy 164.207673 77.702966) - (xy 164.198181 77.610041) - (xy 164.195317 77.596664) - (xy 164.144513 77.443351) - (xy 164.138353 77.430139) - (xy 164.053802 77.293061) - (xy 164.044755 77.28162) - (xy 163.930876 77.167741) - (xy 163.923176 77.161652) - (xy 163.88792 77.11772) - (xy 163.875331 77.062815) - (xy 163.887925 77.007911) - (xy 163.922233 76.965165) - (xy 163.925998 76.962844) - (xy 164.050344 76.838498) - (xy 164.142661 76.688829) - (xy 164.197974 76.521904) - (xy 164.2085 76.418875) - (xy 164.208499 75.831126) - (xy 164.20249 75.772304) - (xy 164.214698 75.704045) - (xy 164.261172 75.652581) - (xy 164.327838 75.6335) - (xy 165.722962 75.6335) - (xy 165.782931 75.648686) - (xy 165.828444 75.690583) - (xy 165.924278 75.837268) - (xy 165.927806 75.8411) - (xy 166.06784 75.993217) - (xy 166.097077 76.046821) - (xy 166.09768 76.107877) - (xy 166.069506 76.162047) - (xy 166.019172 76.19661) - (xy 165.912484 76.236403) - (xy 165.896824 76.244954) - (xy 165.794307 76.321697) - (xy 165.781697 76.334307) - (xy 165.704954 76.436824) - (xy 165.696405 76.45248) - (xy 165.651259 76.573521) - (xy 165.647662 76.588742) - (xy 165.642359 76.638061) - (xy 165.642 76.644777) - (xy 165.642 77.26941) - (xy 165.645506 77.282493) - (xy 165.65859 77.286) - (xy 168.34141 77.286) - (xy 168.354493 77.282493) - (xy 168.358 77.26941) - (xy 168.358 76.644777) - (xy 168.35764 76.638061) - (xy 168.352337 76.588742) - (xy 168.34874 76.573521) - (xy 168.303594 76.45248) - (xy 168.295045 76.436824) - (xy 168.218302 76.334307) - (xy 168.205692 76.321697) - (xy 168.103175 76.244954) - (xy 168.087521 76.236406) - (xy 167.980827 76.196611) - (xy 167.930493 76.162047) - (xy 167.902319 76.107877) - (xy 167.902922 76.046821) - (xy 167.932159 75.993217) - (xy 167.975438 75.946204) - (xy 168.075722 75.837268) - (xy 168.19886 75.648791) - (xy 168.289296 75.442616) - (xy 168.344564 75.224368) - (xy 168.363156 75) - (xy 168.344564 74.775632) - (xy 168.289296 74.557384) - (xy 168.19886 74.351209) - (xy 168.075722 74.162732) - (xy 168.014956 74.096723) - (xy 167.926772 74.00093) - (xy 167.926767 74.000925) - (xy 167.92324 73.997094) - (xy 167.745576 73.858811) - (xy 167.740997 73.856333) - (xy 167.740994 73.856331) - (xy 167.552159 73.754139) - (xy 167.552156 73.754137) - (xy 167.547574 73.751658) - (xy 167.54265 73.749967) - (xy 167.542642 73.749964) - (xy 167.339565 73.680248) - (xy 167.339559 73.680246) - (xy 167.334635 73.678556) - (xy 167.329498 73.677698) - (xy 167.329495 73.677698) - (xy 167.117706 73.642357) - (xy 167.117703 73.642356) - (xy 167.112569 73.6415) - (xy 166.887431 73.6415) - (xy 166.882297 73.642356) - (xy 166.882293 73.642357) - (xy 166.670504 73.677698) - (xy 166.670498 73.677699) - (xy 166.665365 73.678556) - (xy 166.660443 73.680245) - (xy 166.660434 73.680248) - (xy 166.457357 73.749964) - (xy 166.457344 73.749969) - (xy 166.452426 73.751658) - (xy 166.447847 73.754135) - (xy 166.44784 73.754139) - (xy 166.259005 73.856331) - (xy 166.258997 73.856336) - (xy 166.254424 73.858811) - (xy 166.250313 73.86201) - (xy 166.250311 73.862012) - (xy 166.080878 73.993888) - (xy 166.080872 73.993893) - (xy 166.07676 73.997094) - (xy 166.073237 74.000919) - (xy 166.073227 74.00093) - (xy 165.927806 74.158899) - (xy 165.927802 74.158902) - (xy 165.924278 74.162732) - (xy 165.921431 74.16709) - (xy 165.828445 74.309416) - (xy 165.782931 74.351314) - (xy 165.722962 74.3665) - (xy 164.314595 74.3665) - (xy 164.266377 74.356909) - (xy 164.225499 74.329595) - (xy 163.907903 74.011998) - (xy 163.88059 73.971121) - (xy 163.870999 73.922903) - (xy 163.870999 73.496832) - (xy 163.870999 73.493626) - (xy 163.860474 73.390596) - (xy 163.805161 73.223671) - (xy 163.712844 73.074002) - (xy 163.588498 72.949656) - (xy 163.438829 72.857339) - (xy 163.43187 72.855033) - (xy 163.431868 72.855032) - (xy 163.278426 72.804187) - (xy 163.278424 72.804186) - (xy 163.271904 72.802026) - (xy 163.265073 72.801328) - (xy 163.265068 72.801327) - (xy 163.172059 72.791825) - (xy 163.172053 72.791824) - (xy 163.168875 72.7915) - (xy 163.165669 72.7915) - (xy 162.584331 72.7915) - (xy 162.584311 72.7915) - (xy 162.581126 72.791501) - (xy 162.577949 72.791825) - (xy 162.57794 72.791826) - (xy 162.484939 72.801326) - (xy 162.48493 72.801327) - (xy 162.478096 72.802026) - (xy 162.471572 72.804187) - (xy 162.471566 72.804189) - (xy 162.318131 72.855032) - (xy 162.318125 72.855034) - (xy 162.311171 72.857339) - (xy 162.304929 72.861188) - (xy 162.304929 72.861189) - (xy 162.167749 72.945802) - (xy 162.167744 72.945805) - (xy 162.161502 72.949656) - (xy 162.156312 72.954845) - (xy 162.156308 72.954849) - (xy 162.042345 73.068812) - (xy 162.042341 73.068816) - (xy 162.037156 73.074002) - (xy 162.035013 73.077474) - (xy 161.992402 73.111672) - (xy 161.9375 73.124262) - (xy 161.882598 73.111672) - (xy 161.839986 73.077474) - (xy 161.837844 73.074002) - (xy 161.713498 72.949656) - (xy 161.563829 72.857339) - (xy 161.55687 72.855033) - (xy 161.556868 72.855032) - (xy 161.403426 72.804187) - (xy 161.403424 72.804186) - (xy 161.396904 72.802026) - (xy 161.390073 72.801328) - (xy 161.390068 72.801327) - (xy 161.297059 72.791825) - (xy 161.297053 72.791824) - (xy 161.293875 72.7915) - (xy 161.290669 72.7915) - (xy 160.709331 72.7915) - (xy 160.709311 72.7915) - (xy 160.706126 72.791501) - (xy 160.702949 72.791825) - (xy 160.70294 72.791826) - (xy 160.609939 72.801326) - (xy 160.60993 72.801327) - (xy 160.603096 72.802026) - (xy 160.596572 72.804187) - (xy 160.596566 72.804189) - (xy 160.443131 72.855032) - (xy 160.443125 72.855034) - (xy 160.436171 72.857339) - (xy 160.429929 72.861188) - (xy 160.429929 72.861189) - (xy 160.292749 72.945802) - (xy 160.292744 72.945805) - (xy 160.286502 72.949656) - (xy 160.281312 72.954845) - (xy 160.281308 72.954849) - (xy 160.167349 73.068808) - (xy 160.167345 73.068812) - (xy 160.162156 73.074002) - (xy 160.158305 73.080244) - (xy 160.158302 73.080249) - (xy 160.073689 73.217427) - (xy 160.073684 73.217435) - (xy 160.069839 73.223671) - (xy 160.067533 73.230628) - (xy 160.067531 73.230634) - (xy 160.05113 73.280132) - (xy 160.024834 73.325173) - (xy 159.982551 73.355706) - (xy 159.931525 73.3665) - (xy 159.767391 73.3665) - (xy 159.745206 73.364532) - (xy 159.74056 73.363701) - (xy 159.732761 73.362306) - (xy 159.724861 73.362894) - (xy 159.724857 73.362894) - (xy 159.681117 73.366152) - (xy 159.67176 73.3665) - (xy 159.660144 73.3665) - (xy 159.656218 73.366995) - (xy 159.656201 73.366997) - (xy 159.63993 73.369052) - (xy 159.633504 73.369697) - (xy 159.58105 73.373604) - (xy 159.581048 73.373604) - (xy 159.573143 73.374193) - (xy 159.565631 73.376729) - (xy 159.557864 73.378304) - (xy 159.557823 73.378103) - (xy 159.556693 73.378363) - (xy 159.556744 73.378561) - (xy 159.549062 73.380533) - (xy 159.541203 73.381526) - (xy 159.533843 73.384439) - (xy 159.533835 73.384442) - (xy 159.484924 73.403807) - (xy 159.478858 73.40603) - (xy 159.429007 73.422865) - (xy 159.429 73.422867) - (xy 159.421497 73.425402) - (xy 159.414857 73.429722) - (xy 159.407724 73.43318) - (xy 159.407635 73.432998) - (xy 159.406594 73.433536) - (xy 159.406692 73.433714) - (xy 159.399747 73.437531) - (xy 159.392383 73.440448) - (xy 159.385979 73.4451) - (xy 159.385969 73.445106) - (xy 159.343413 73.476024) - (xy 159.338091 73.479686) - (xy 159.293992 73.50839) - (xy 159.293988 73.508393) - (xy 159.28735 73.512714) - (xy 159.281993 73.518551) - (xy 159.275943 73.523675) - (xy 159.275812 73.52352) - (xy 159.27494 73.524297) - (xy 159.27508 73.524446) - (xy 159.269301 73.529871) - (xy 159.262893 73.534528) - (xy 159.257847 73.540626) - (xy 159.257843 73.540631) - (xy 159.224308 73.581167) - (xy 159.220061 73.58604) - (xy 159.193495 73.61499) - (xy 159.142442 73.648669) - (xy 159.081544 73.654341) - (xy 159.02515 73.630667) - (xy 158.962345 73.583652) - (xy 158.916204 73.549111) - (xy 158.907766 73.545964) - (xy 158.907763 73.545962) - (xy 158.78658 73.500763) - (xy 158.786578 73.500762) - (xy 158.779201 73.498011) - (xy 158.771373 73.497169) - (xy 158.771367 73.497168) - (xy 158.721988 73.49186) - (xy 158.721985 73.491859) - (xy 158.718638 73.4915) - (xy 156.921362 73.4915) - (xy 156.918015 73.491859) - (xy 156.918011 73.49186) - (xy 156.868632 73.497168) - (xy 156.868625 73.497169) - (xy 156.860799 73.498011) - (xy 156.853423 73.500761) - (xy 156.853419 73.500763) - (xy 156.732236 73.545962) - (xy 156.73223 73.545965) - (xy 156.723796 73.549111) - (xy 156.716588 73.554506) - (xy 156.716582 73.55451) - (xy 156.61395 73.63134) - (xy 156.613946 73.631343) - (xy 156.606739 73.636739) - (xy 156.601343 73.643946) - (xy 156.60134 73.64395) - (xy 156.52451 73.746582) - (xy 156.524506 73.746588) - (xy 156.519111 73.753796) - (xy 156.515965 73.76223) - (xy 156.515962 73.762236) - (xy 156.470763 73.883419) - (xy 156.470761 73.883423) - (xy 156.468011 73.890799) - (xy 156.467169 73.898625) - (xy 156.467168 73.898632) - (xy 156.46186 73.948011) - (xy 156.4615 73.951362) - (xy 156.4615 75.748638) - (xy 155.0105 75.748638) - (xy 155.0105 72.1365) - (xy 155.027381 72.0735) - (xy 155.0735 72.027381) - (xy 155.1365 72.0105) - (xy 169.8635 72.0105) - ) - ) - ) -) +(kicad_pcb + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (general + (thickness 1.6) + (legacy_teardrops no) + ) + (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) + ) + (setup + (pad_to_mask_clearance 0.051) + (solder_mask_min_width 0.25) + (allow_soldermask_bridges_in_footprints no) + (pcbplotparams + (layerselection 0x00010fc_ffffffff) + (plot_on_all_layers_selection 0x0000000_00000000) + (disableapertmacros no) + (usegerberextensions no) + (usegerberattributes no) + (usegerberadvancedattributes no) + (creategerberjobfile no) + (dashed_line_dash_ratio 12.000000) + (dashed_line_gap_ratio 3.000000) + (svgprecision 6) + (plotframeref no) + (viasonmask no) + (mode 1) + (useauxorigin no) + (hpglpennumber 1) + (hpglpenspeed 20) + (hpglpendiameter 15.000000) + (pdf_front_fp_property_popups yes) + (pdf_back_fp_property_popups yes) + (dxfpolygonmode yes) + (dxfimperialunits yes) + (dxfusepcbnewfont yes) + (psnegative no) + (psa4output no) + (plotreference yes) + (plotvalue yes) + (plotfptext yes) + (plotinvisibletext no) + (sketchpadsonfab no) + (subtractmaskfromsilk no) + (outputformat 1) + (mirror no) + (drillshape 1) + (scaleselection 1) + (outputdirectory "") + ) + ) + (net 0 "") + (net 1 "GND") + (net 2 "Net-(C1-Pad1)") + (net 3 "Net-(J1-Pad1)") + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebac57b") + (at 167 77.54 180) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (property "Reference" "J2" + (at 0 -2.33 0) + (layer "F.SilkS") + (uuid "6a44418c-7bb4-4e99-8836-57f153c19721") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x02_Male" + (at -4 4.87 0) + (layer "F.Fab") + (uuid "0147f16a-c952-4891-8f53-a9fb8cddeb8d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "74e83457-aed5-437e-bafa-c995c9de90b8") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a43c8644-831a-4c86-b9a7-e66516630c36") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "72763f1e-3b8c-4558-b291-71f16f319aec") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebac9be") + (attr through_hole) + (fp_line + (start 1.33 1.27) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "8322f275-268c-4e87-a69f-4cfbf05e747f") + ) + (fp_line + (start -1.33 3.87) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f3490fa5-5a27-423b-af60-53609669542c") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "0a3cc030-c9dd-4d74-9d50-715ed2b361a2") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "b6270a28-e0d9-4655-a18a-03dbf007b940") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "dd00c2e1-6027-4717-b312-4fab3ee52002") + ) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "15875808-74d5-4210-b8ca-aa8fbc04ae21") + ) + (fp_line + (start 1.8 4.35) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "0d0bb7b2-a6e5-46d2-9492-a1aa6e5a7b2f") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "d22e95aa-f3db-4fbc-a331-048a2523233e") + ) + (fp_line + (start -1.8 4.35) + (end 1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "b1169a2d-8998-4b50-a48d-c520bcc1b8e1") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "81bbc3ff-3938-49ac-8297-ce2bcc9a42bd") + ) + (fp_line + (start 1.27 3.81) + (end -1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "67f6e996-3c99-493c-8f6f-e739e2ed5d7a") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "32667662-ae86-4904-b198-3e95f11851bf") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "a05d7640-f2f6-4ba7-8c51-5a4af431fc13") + ) + (fp_line + (start -1.27 3.81) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "3dcc657b-55a1-48e0-9667-e01e7b6b08b5") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "1860e030-7a36-4298-b7fc-a16d48ab15ba") + ) + (fp_text user "${REFERENCE}" + (at 0 1.27 90) + (layer "F.Fab") + (uuid "d1262c4d-2245-4c4f-8f35-7bb32cd9e21e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "a7520ad3-0f8b-4788-92d4-8ffb277041e6") + ) + (pad "2" thru_hole oval + (at 0 2.54 180) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 2 "Net-(C1-Pad1)") + (uuid "13abf99d-5265-4779-8973-e94370fd18ff") + ) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Connector_PinHeader_2.54mm:PinHeader_1x02_P2.54mm_Vertical" + (layer "F.Cu") + (uuid "00000000-0000-0000-0000-00005ebac6b7") + (at 157.82 74.85) + (descr "Through hole straight pin header, 1x02, 2.54mm pitch, single row") + (tags "Through hole pin header THT 1x02 2.54mm single row") + (property "Reference" "J1" + (at 0 -2.33 0) + (layer "F.SilkS") + (uuid "78cbdd6c-4878-4cc5-9a58-0e506478e37d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "Conn_01x02_Male" + (at -4.82 5.15 0) + (layer "F.Fab") + (uuid "6e105729-aba0-497c-a99e-c32d2b3ddb6d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "350fed24-2a57-47da-8aa8-46ba7435cf14") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1a8b5b81-9d1a-48c3-ae5b-bfcd2e7c2037") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "5e1bba27-3acc-49ee-adb5-da3de71718ee") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebac114") + (attr through_hole) + (fp_line + (start -1.33 -1.33) + (end 0 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "afb8e687-4a13-41a1-b8c0-89a749e897fe") + ) + (fp_line + (start -1.33 0) + (end -1.33 -1.33) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "5cbb5968-dbb5-4b84-864a-ead1cacf75b9") + ) + (fp_line + (start -1.33 1.27) + (end -1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "f1830a1b-f0cc-47ae-a2c9-679c82032f14") + ) + (fp_line + (start -1.33 1.27) + (end 1.33 1.27) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "3f5fe6b7-98fc-4d3e-9567-f9f7202d1455") + ) + (fp_line + (start -1.33 3.87) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "6a955fc7-39d9-4c75-9a69-676ca8c0b9b2") + ) + (fp_line + (start 1.33 1.27) + (end 1.33 3.87) + (stroke + (width 0.12) + (type solid) + ) + (layer "F.SilkS") + (uuid "bb7f0588-d4d8-44bf-9ebf-3c533fe4d6ae") + ) + (fp_line + (start -1.8 -1.8) + (end -1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "da469d11-a8a4-414b-9449-d151eeaf4853") + ) + (fp_line + (start -1.8 4.35) + (end 1.8 4.35) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "62c076a3-d618-44a2-9042-9a08b3576787") + ) + (fp_line + (start 1.8 -1.8) + (end -1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "c1d83899-e380-49f9-a87d-8e78bc089ebf") + ) + (fp_line + (start 1.8 4.35) + (end 1.8 -1.8) + (stroke + (width 0.05) + (type solid) + ) + (layer "F.CrtYd") + (uuid "e9bb29b2-2bb9-4ea2-acd9-2bb3ca677a12") + ) + (fp_line + (start -1.27 -0.635) + (end -0.635 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e8314017-7be6-4011-9179-37449a29b311") + ) + (fp_line + (start -1.27 3.81) + (end -1.27 -0.635) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "e10b5627-3247-4c86-b9f6-ef474ca11543") + ) + (fp_line + (start -0.635 -1.27) + (end 1.27 -1.27) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (fp_line + (start 1.27 -1.27) + (end 1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "71c31975-2c45-4d18-a25a-18e07a55d11e") + ) + (fp_line + (start 1.27 3.81) + (end -1.27 3.81) + (stroke + (width 0.1) + (type solid) + ) + (layer "F.Fab") + (uuid "746ba970-8279-4e7b-aed3-f28687777c21") + ) + (fp_text user "${REFERENCE}" + (at 0 1.27 90) + (layer "F.Fab") + (uuid "983c426c-24e0-4c65-ab69-1f1824adc5c6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" thru_hole rect + (at 0 0) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 3 "Net-(J1-Pad1)") + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + (pad "2" thru_hole oval + (at 0 2.54) + (size 1.7 1.7) + (drill 1) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (net 1 "GND") + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (model "${KISYS3DMOD}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x02_P2.54mm_Vertical.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Capacitor_SMD:C_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ebac54f") + (at 163 77.0625 -90) + (descr "Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Reference" "C1" + (at 0 1.65 -90) + (layer "B.SilkS") + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "C" + (at 0 -1.65 -90) + (layer "B.Fab") + (uuid "44d8279a-9cd1-4db6-856f-0363131605fc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "44fe0ccb-21a5-4d39-903f-25b985017e0d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "535c3a05-8530-4b8b-a7c0-1a32f5399eea") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 -90) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "76a5850b-99c9-472d-89a6-98b5f94e125d") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebae412") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "d8603679-3e7b-4337-8dbc-1827f5f54d8a") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "1e1b062d-fad0-427c-a622-c5b8a80b5268") + ) + (fp_line + (start -1.68 0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + ) + (fp_line + (start 1.68 0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "749dfe75-c0d6-4872-9330-29c5bbcb8ff8") + ) + (fp_line + (start -1.68 -0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "cbdcaa78-3bbc-413f-91bf-2709119373ce") + ) + (fp_line + (start 1.68 -0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "66116376-6967-4178-9f23-a26cdeafc400") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "87371631-aa02-498a-998a-09bdb74784c1") + ) + (fp_line + (start -1 -0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (fp_line + (start 1 -0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "30f15357-ce1d-48b9-93dc-7d9b1b2aa048") + ) + (fp_text user "${REFERENCE}" + (at 0 0 -90) + (layer "B.Fab") + (uuid "eb667eea-300e-4ca7-8a6f-4b00de80cd45") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 270) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + (pad "2" smd roundrect + (at 0.9375 0 270) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 1 "GND") + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + (model "${KISYS3DMOD}/Capacitor_SMD.3dshapes/C_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (footprint "Resistor_SMD:R_0805_2012Metric" + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ebac712") + (at 161.9375 74 180) + (descr "Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator") + (tags "resistor") + (property "Reference" "R1" + (at 0 1.65 0) + (layer "B.SilkS") + (uuid "1a2f72d1-0b36-4610-afc4-4ad1660d5d3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Value" "R" + (at 0 -1.65 0) + (layer "B.Fab") + (uuid "0dcdf1b8-13c6-48b4-bd94-5d26038ff231") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + (justify mirror) + ) + ) + (property "Footprint" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "132aa1d5-6163-4c08-8df2-72896a69d044") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6b2a8c93-a20c-480b-b3fb-62e1fa09d0b2") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Description" "" + (at 0 0 180) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2cff5e62-94cb-4c7b-9cc6-0b4bab379888") + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (path "/00000000-0000-0000-0000-00005ebad9a3") + (attr smd) + (fp_line + (start -0.258578 0.71) + (end 0.258578 0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + (fp_line + (start -0.258578 -0.71) + (end 0.258578 -0.71) + (stroke + (width 0.12) + (type solid) + ) + (layer "B.SilkS") + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + (fp_line + (start 1.68 0.95) + (end 1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + (fp_line + (start 1.68 -0.95) + (end -1.68 -0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "58dc14f9-c158-4824-a84e-24a6a482a7a4") + ) + (fp_line + (start -1.68 0.95) + (end 1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + (fp_line + (start -1.68 -0.95) + (end -1.68 0.95) + (stroke + (width 0.05) + (type solid) + ) + (layer "B.CrtYd") + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (fp_line + (start 1 0.6) + (end 1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "8d55e186-3e11-40e8-a65e-b36a8a00069e") + ) + (fp_line + (start 1 -0.6) + (end -1 -0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + ) + (fp_line + (start -1 0.6) + (end 1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "48f827a8-6e22-4a2e-abdc-c2a03098d883") + ) + (fp_line + (start -1 -0.6) + (end -1 0.6) + (stroke + (width 0.1) + (type solid) + ) + (layer "B.Fab") + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "B.Fab") + (uuid "dde3dba8-1b81-466c-93a3-c284ff4da1ef") + (effects + (font + (size 0.5 0.5) + (thickness 0.08) + ) + (justify mirror) + ) + ) + (pad "1" smd roundrect + (at -0.9375 0 180) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 2 "Net-(C1-Pad1)") + (uuid "9c8ccb2a-b1e9-4f2c-94fe-301b5975277e") + ) + (pad "2" smd roundrect + (at 0.9375 0 180) + (size 0.975 1.4) + (layers "B.Cu" "B.Paste" "B.Mask") + (roundrect_rratio 0.25) + (net 3 "Net-(J1-Pad1)") + (uuid "cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b") + ) + (model "${KISYS3DMOD}/Resistor_SMD.3dshapes/R_0805_2012Metric.wrl" + (offset + (xyz 0 0 0) + ) + (scale + (xyz 1 1 1) + ) + (rotate + (xyz 0 0 0) + ) + ) + ) + (gr_line + (start 170 80) + (end 169 80) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "00000000-0000-0000-0000-00005ebac92c") + ) + (gr_line + (start 155 80) + (end 155 72) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "5fc27c35-3e1c-4f96-817c-93b5570858a6") + ) + (gr_line + (start 169 80) + (end 155 80) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "6c9b793c-e74d-4754-a2c0-901e73b26f1c") + ) + (gr_line + (start 170 72) + (end 170 80) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "c144caa5-b0d4-4cef-840a-d4ad178a2102") + ) + (gr_line + (start 155 72) + (end 170 72) + (stroke + (width 0.05) + (type solid) + ) + (layer "Edge.Cuts") + (uuid "efeac2a2-7682-4dc7-83ee-f6f1b23da506") + ) + (segment + (start 167 77.54) + (end 163.46 77.54) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "127679a9-3981-4934-815e-896a4e3ff56e") + ) + (segment + (start 162.39 77.39) + (end 163 78) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "6a45789b-3855-401f-8139-3c734f7f52f9") + ) + (segment + (start 163.46 77.54) + (end 163 78) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "716e31c5-485f-40b5-88e3-a75900da9811") + ) + (segment + (start 157.82 77.39) + (end 162.39 77.39) + (width 0.25) + (layer "B.Cu") + (net 1) + (uuid "b1086f75-01ba-4188-8d36-75a9e2828ca9") + ) + (segment + (start 167 75) + (end 164 75) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "48ab88d7-7084-4d02-b109-3ad55a30bb11") + ) + (segment + (start 164 75) + (end 163 76) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "f71da641-16e6-4257-80c3-0b9d804fee4f") + ) + (segment + (start 164 75) + (end 163 74) + (width 0.25) + (layer "B.Cu") + (net 2) + (uuid "fd470e95-4861-44fe-b1e4-6d8a7c66e144") + ) + (segment + (start 158.92 74.85) + (end 159.7 74) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "0eaa98f0-9565-4637-ace3-42a5231b07f7") + ) + (segment + (start 157.82 74.85) + (end 158.92 74.85) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "704d6d51-bb34-4cbf-83d8-841e208048d8") + ) + (segment + (start 159.7 74) + (end 161 74) + (width 0.25) + (layer "B.Cu") + (net 3) + (uuid "8174b4de-74b1-48db-ab8e-c8432251095b") + ) + (zone + (net 1) + (net_name "GND") + (layer "B.Cu") + (uuid "00000000-0000-0000-0000-00005ebac970") + (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) + ) + (polygon + (pts + (xy 170 80) (xy 155 80) (xy 155 72) (xy 170 72) + ) + ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 169.9265 72.027381) (xy 169.972619 72.0735) (xy 169.9895 72.1365) (xy 169.9895 79.8635) (xy 169.972619 79.9265) + (xy 169.9265 79.972619) (xy 169.8635 79.9895) (xy 169.002088 79.9895) (xy 155.1365 79.9895) (xy 155.0735 79.972619) + (xy 155.027381 79.9265) (xy 155.0105 79.8635) (xy 155.0105 77.646565) (xy 156.486751 77.646565) + (xy 156.486986 77.657943) (xy 156.5299 77.827408) (xy 156.53327 77.837223) (xy 156.619488 78.033778) + (xy 156.624431 78.042913) (xy 156.741822 78.222593) (xy 156.74821 78.230799) (xy 156.893567 78.3887) + (xy 156.901211 78.395737) (xy 157.070588 78.527568) (xy 157.079281 78.533247) (xy 157.268042 78.6354) + (xy 157.277559 78.639575) (xy 157.480557 78.709264) (xy 157.490627 78.711814) (xy 157.552461 78.722132) + (xy 157.563598 78.721556) (xy 157.566 78.710664) (xy 158.074 78.710664) (xy 158.076401 78.721556) + (xy 158.087538 78.722132) (xy 158.149372 78.711814) (xy 158.159442 78.709264) (xy 158.36244 78.639575) + (xy 158.371957 78.6354) (xy 158.560718 78.533247) (xy 158.569411 78.527568) (xy 158.738788 78.395737) + (xy 158.746432 78.3887) (xy 158.836703 78.290639) (xy 161.792001 78.290639) (xy 161.792326 78.297033) + (xy 161.801818 78.389958) (xy 161.804682 78.403335) (xy 161.855486 78.556648) (xy 161.861646 78.56986) + (xy 161.946197 78.706938) (xy 161.955244 78.718379) (xy 162.06912 78.832255) (xy 162.080561 78.841302) + (xy 162.217639 78.925853) (xy 162.230851 78.932013) (xy 162.38417 78.982819) (xy 162.397534 78.98568) + (xy 162.490468 78.995174) (xy 162.496858 78.9955) (xy 162.72941 78.9955) (xy 162.742493 78.991993) + (xy 162.746 78.97891) (xy 162.746 78.978909) (xy 163.254 78.978909) (xy 163.257506 78.991992) (xy 163.27059 78.995499) + (xy 163.503139 78.995499) (xy 163.509533 78.995173) (xy 163.602458 78.985681) (xy 163.615835 78.982817) + (xy 163.769148 78.932013) (xy 163.78236 78.925853) (xy 163.919438 78.841302) (xy 163.930879 78.832255) + (xy 164.044755 78.718379) (xy 164.053802 78.706938) (xy 164.138353 78.56986) (xy 164.144513 78.556648) + (xy 164.18475 78.435223) (xy 165.642 78.435223) (xy 165.642359 78.441938) (xy 165.647662 78.491257) + (xy 165.651259 78.506478) (xy 165.696405 78.627519) (xy 165.704954 78.643175) (xy 165.781697 78.745692) + (xy 165.794307 78.758302) (xy 165.896824 78.835045) (xy 165.91248 78.843594) (xy 166.033521 78.88874) + (xy 166.048742 78.892337) (xy 166.098061 78.89764) (xy 166.104777 78.898) (xy 166.72941 78.898) + (xy 166.742493 78.894493) (xy 166.746 78.88141) (xy 167.254 78.88141) (xy 167.257506 78.894493) + (xy 167.27059 78.898) (xy 167.895223 78.898) (xy 167.901938 78.89764) (xy 167.951257 78.892337) + (xy 167.966478 78.88874) (xy 168.087519 78.843594) (xy 168.103175 78.835045) (xy 168.205692 78.758302) + (xy 168.218302 78.745692) (xy 168.295045 78.643175) (xy 168.303594 78.627519) (xy 168.34874 78.506478) + (xy 168.352337 78.491257) (xy 168.35764 78.441938) (xy 168.358 78.435223) (xy 168.358 77.81059) + (xy 168.354493 77.797506) (xy 168.34141 77.794) (xy 167.27059 77.794) (xy 167.257506 77.797506) + (xy 167.254 77.81059) (xy 167.254 78.88141) (xy 166.746 78.88141) (xy 166.746 77.81059) (xy 166.742493 77.797506) + (xy 166.72941 77.794) (xy 165.65859 77.794) (xy 165.645506 77.797506) (xy 165.642 77.81059) (xy 165.642 78.435223) + (xy 164.18475 78.435223) (xy 164.195319 78.403329) (xy 164.19818 78.389965) (xy 164.207674 78.297031) + (xy 164.208 78.290642) (xy 164.208 78.27059) (xy 164.204493 78.257506) (xy 164.19141 78.254) (xy 163.27059 78.254) + (xy 163.257506 78.257506) (xy 163.254 78.27059) (xy 163.254 78.978909) (xy 162.746 78.978909) (xy 162.746 78.27059) + (xy 162.742493 78.257506) (xy 162.72941 78.254) (xy 161.808591 78.254) (xy 161.795507 78.257506) + (xy 161.792001 78.27059) (xy 161.792001 78.290639) (xy 158.836703 78.290639) (xy 158.891789 78.230799) + (xy 158.898177 78.222593) (xy 159.015568 78.042913) (xy 159.020511 78.033778) (xy 159.106729 77.837223) + (xy 159.110099 77.827408) (xy 159.153013 77.657943) (xy 159.153248 77.646565) (xy 159.14216 77.644) + (xy 158.09059 77.644) (xy 158.077506 77.647506) (xy 158.074 77.66059) (xy 158.074 78.710664) (xy 157.566 78.710664) + (xy 157.566 77.66059) (xy 157.562493 77.647506) (xy 157.54941 77.644) (xy 156.49784 77.644) (xy 156.486751 77.646565) + (xy 155.0105 77.646565) (xy 155.0105 75.748638) (xy 156.4615 75.748638) (xy 156.461859 75.751985) + (xy 156.46186 75.751988) (xy 156.467168 75.801367) (xy 156.467169 75.801373) (xy 156.468011 75.809201) + (xy 156.470762 75.816578) (xy 156.470763 75.81658) (xy 156.515962 75.937763) (xy 156.515964 75.937766) + (xy 156.519111 75.946204) (xy 156.524508 75.953414) (xy 156.52451 75.953417) (xy 156.594432 76.046821) + (xy 156.606739 76.063261) (xy 156.723796 76.150889) (xy 156.732235 76.154036) (xy 156.732236 76.154037) + (xy 156.839313 76.193975) (xy 156.889647 76.228539) (xy 156.917821 76.282709) (xy 156.917218 76.343764) + (xy 156.887982 76.397368) (xy 156.748205 76.549207) (xy 156.741822 76.557406) (xy 156.624431 76.737086) + (xy 156.619488 76.746221) (xy 156.53327 76.942776) (xy 156.5299 76.952591) (xy 156.486986 77.122056) + (xy 156.486751 77.133434) (xy 156.49784 77.136) (xy 159.14216 77.136) (xy 159.153248 77.133434) + (xy 159.153013 77.122056) (xy 159.110099 76.952591) (xy 159.106729 76.942776) (xy 159.020511 76.746221) + (xy 159.015568 76.737086) (xy 158.898177 76.557406) (xy 158.891789 76.5492) (xy 158.752018 76.397368) + (xy 158.722781 76.343765) (xy 158.722178 76.282709) (xy 158.750352 76.228539) (xy 158.800687 76.193975) + (xy 158.916204 76.150889) (xy 159.033261 76.063261) (xy 159.120889 75.946204) (xy 159.171989 75.809201) + (xy 159.1785 75.748638) (xy 159.1785 75.509438) (xy 159.192233 75.452236) (xy 159.230437 75.407503) + (xy 159.2766 75.373962) (xy 159.281905 75.370313) (xy 159.332649 75.337286) (xy 159.338011 75.33144) + (xy 159.34406 75.326319) (xy 159.344195 75.326478) (xy 159.345054 75.325712) (xy 159.344911 75.32556) + (xy 159.350689 75.320134) (xy 159.357107 75.315472) (xy 159.380532 75.287156) (xy 159.395691 75.268831) + (xy 159.399928 75.263967) (xy 159.868121 74.753757) (xy 159.919215 74.720065) (xy 159.980162 74.714424) + (xy 160.036576 74.738168) (xy 160.06831 74.777271) (xy 160.069839 74.776329) (xy 160.131154 74.875737) + (xy 160.162156 74.925998) (xy 160.286502 75.050344) (xy 160.436171 75.142661) (xy 160.603096 75.197974) + (xy 160.706125 75.2085) (xy 161.293874 75.208499) (xy 161.396904 75.197974) (xy 161.563829 75.142661) + (xy 161.713498 75.050344) (xy 161.837844 74.925998) (xy 161.839986 74.922524) (xy 161.882596 74.888328) + (xy 161.9375 74.875737) (xy 161.992404 74.888328) (xy 162.035013 74.922524) (xy 162.037156 74.925998) + (xy 162.042349 74.931191) (xy 162.04235 74.931192) (xy 162.161502 75.050344) (xy 162.159715 75.05213) + (xy 162.18783 75.08822) (xy 162.198662 75.147131) (xy 162.181068 75.204387) (xy 162.139023 75.247049) + (xy 162.080252 75.2833) (xy 162.080246 75.283304) (xy 162.074002 75.287156) (xy 162.068812 75.292345) + (xy 162.068808 75.292349) (xy 161.954849 75.406308) (xy 161.954845 75.406312) (xy 161.949656 75.411502) + (xy 161.945805 75.417744) (xy 161.945802 75.417749) (xy 161.889248 75.509438) (xy 161.857339 75.561171) + (xy 161.855034 75.568125) (xy 161.855032 75.568131) (xy 161.809534 75.705438) (xy 161.802026 75.728096) + (xy 161.801328 75.734924) (xy 161.801327 75.734931) (xy 161.792986 75.81658) (xy 161.7915 75.831125) + (xy 161.7915 75.834329) (xy 161.7915 75.83433) (xy 161.7915 76.415668) (xy 161.7915 76.415687) (xy 161.791501 76.418874) + (xy 161.791825 76.422051) (xy 161.791826 76.422059) (xy 161.801326 76.51506) (xy 161.801327 76.515067) + (xy 161.802026 76.521904) (xy 161.804188 76.528428) (xy 161.804189 76.528433) (xy 161.855032 76.681868) + (xy 161.857339 76.688829) (xy 161.949656 76.838498) (xy 162.074002 76.962844) (xy 162.077768 76.965167) + (xy 162.112075 77.007913) (xy 162.124668 77.062815) (xy 162.11208 77.117718) (xy 162.076826 77.16165) + (xy 162.069123 77.167741) (xy 161.955244 77.28162) (xy 161.946197 77.293061) (xy 161.861646 77.430139) + (xy 161.855486 77.443351) (xy 161.80468 77.59667) (xy 161.801819 77.610034) (xy 161.792325 77.702968) + (xy 161.792 77.709359) (xy 161.792 77.72941) (xy 161.795506 77.742493) (xy 161.80859 77.746) (xy 164.191409 77.746) + (xy 164.204492 77.742493) (xy 164.207999 77.72941) (xy 164.207999 77.709361) (xy 164.207673 77.702966) + (xy 164.198181 77.610041) (xy 164.195317 77.596664) (xy 164.144513 77.443351) (xy 164.138353 77.430139) + (xy 164.053802 77.293061) (xy 164.044755 77.28162) (xy 163.930876 77.167741) (xy 163.923176 77.161652) + (xy 163.88792 77.11772) (xy 163.875331 77.062815) (xy 163.887925 77.007911) (xy 163.922233 76.965165) + (xy 163.925998 76.962844) (xy 164.050344 76.838498) (xy 164.142661 76.688829) (xy 164.197974 76.521904) + (xy 164.2085 76.418875) (xy 164.208499 75.831126) (xy 164.20249 75.772304) (xy 164.214698 75.704045) + (xy 164.261172 75.652581) (xy 164.327838 75.6335) (xy 165.722962 75.6335) (xy 165.782931 75.648686) + (xy 165.828444 75.690583) (xy 165.924278 75.837268) (xy 165.927806 75.8411) (xy 166.06784 75.993217) + (xy 166.097077 76.046821) (xy 166.09768 76.107877) (xy 166.069506 76.162047) (xy 166.019172 76.19661) + (xy 165.912484 76.236403) (xy 165.896824 76.244954) (xy 165.794307 76.321697) (xy 165.781697 76.334307) + (xy 165.704954 76.436824) (xy 165.696405 76.45248) (xy 165.651259 76.573521) (xy 165.647662 76.588742) + (xy 165.642359 76.638061) (xy 165.642 76.644777) (xy 165.642 77.26941) (xy 165.645506 77.282493) + (xy 165.65859 77.286) (xy 168.34141 77.286) (xy 168.354493 77.282493) (xy 168.358 77.26941) (xy 168.358 76.644777) + (xy 168.35764 76.638061) (xy 168.352337 76.588742) (xy 168.34874 76.573521) (xy 168.303594 76.45248) + (xy 168.295045 76.436824) (xy 168.218302 76.334307) (xy 168.205692 76.321697) (xy 168.103175 76.244954) + (xy 168.087521 76.236406) (xy 167.980827 76.196611) (xy 167.930493 76.162047) (xy 167.902319 76.107877) + (xy 167.902922 76.046821) (xy 167.932159 75.993217) (xy 167.975438 75.946204) (xy 168.075722 75.837268) + (xy 168.19886 75.648791) (xy 168.289296 75.442616) (xy 168.344564 75.224368) (xy 168.363156 75) + (xy 168.344564 74.775632) (xy 168.289296 74.557384) (xy 168.19886 74.351209) (xy 168.075722 74.162732) + (xy 168.014956 74.096723) (xy 167.926772 74.00093) (xy 167.926767 74.000925) (xy 167.92324 73.997094) + (xy 167.745576 73.858811) (xy 167.740997 73.856333) (xy 167.740994 73.856331) (xy 167.552159 73.754139) + (xy 167.552156 73.754137) (xy 167.547574 73.751658) (xy 167.54265 73.749967) (xy 167.542642 73.749964) + (xy 167.339565 73.680248) (xy 167.339559 73.680246) (xy 167.334635 73.678556) (xy 167.329498 73.677698) + (xy 167.329495 73.677698) (xy 167.117706 73.642357) (xy 167.117703 73.642356) (xy 167.112569 73.6415) + (xy 166.887431 73.6415) (xy 166.882297 73.642356) (xy 166.882293 73.642357) (xy 166.670504 73.677698) + (xy 166.670498 73.677699) (xy 166.665365 73.678556) (xy 166.660443 73.680245) (xy 166.660434 73.680248) + (xy 166.457357 73.749964) (xy 166.457344 73.749969) (xy 166.452426 73.751658) (xy 166.447847 73.754135) + (xy 166.44784 73.754139) (xy 166.259005 73.856331) (xy 166.258997 73.856336) (xy 166.254424 73.858811) + (xy 166.250313 73.86201) (xy 166.250311 73.862012) (xy 166.080878 73.993888) (xy 166.080872 73.993893) + (xy 166.07676 73.997094) (xy 166.073237 74.000919) (xy 166.073227 74.00093) (xy 165.927806 74.158899) + (xy 165.927802 74.158902) (xy 165.924278 74.162732) (xy 165.921431 74.16709) (xy 165.828445 74.309416) + (xy 165.782931 74.351314) (xy 165.722962 74.3665) (xy 164.314595 74.3665) (xy 164.266377 74.356909) + (xy 164.225499 74.329595) (xy 163.907903 74.011998) (xy 163.88059 73.971121) (xy 163.870999 73.922903) + (xy 163.870999 73.496832) (xy 163.870999 73.493626) (xy 163.860474 73.390596) (xy 163.805161 73.223671) + (xy 163.712844 73.074002) (xy 163.588498 72.949656) (xy 163.438829 72.857339) (xy 163.43187 72.855033) + (xy 163.431868 72.855032) (xy 163.278426 72.804187) (xy 163.278424 72.804186) (xy 163.271904 72.802026) + (xy 163.265073 72.801328) (xy 163.265068 72.801327) (xy 163.172059 72.791825) (xy 163.172053 72.791824) + (xy 163.168875 72.7915) (xy 163.165669 72.7915) (xy 162.584331 72.7915) (xy 162.584311 72.7915) + (xy 162.581126 72.791501) (xy 162.577949 72.791825) (xy 162.57794 72.791826) (xy 162.484939 72.801326) + (xy 162.48493 72.801327) (xy 162.478096 72.802026) (xy 162.471572 72.804187) (xy 162.471566 72.804189) + (xy 162.318131 72.855032) (xy 162.318125 72.855034) (xy 162.311171 72.857339) (xy 162.304929 72.861188) + (xy 162.304929 72.861189) (xy 162.167749 72.945802) (xy 162.167744 72.945805) (xy 162.161502 72.949656) + (xy 162.156312 72.954845) (xy 162.156308 72.954849) (xy 162.042345 73.068812) (xy 162.042341 73.068816) + (xy 162.037156 73.074002) (xy 162.035013 73.077474) (xy 161.992402 73.111672) (xy 161.9375 73.124262) + (xy 161.882598 73.111672) (xy 161.839986 73.077474) (xy 161.837844 73.074002) (xy 161.713498 72.949656) + (xy 161.563829 72.857339) (xy 161.55687 72.855033) (xy 161.556868 72.855032) (xy 161.403426 72.804187) + (xy 161.403424 72.804186) (xy 161.396904 72.802026) (xy 161.390073 72.801328) (xy 161.390068 72.801327) + (xy 161.297059 72.791825) (xy 161.297053 72.791824) (xy 161.293875 72.7915) (xy 161.290669 72.7915) + (xy 160.709331 72.7915) (xy 160.709311 72.7915) (xy 160.706126 72.791501) (xy 160.702949 72.791825) + (xy 160.70294 72.791826) (xy 160.609939 72.801326) (xy 160.60993 72.801327) (xy 160.603096 72.802026) + (xy 160.596572 72.804187) (xy 160.596566 72.804189) (xy 160.443131 72.855032) (xy 160.443125 72.855034) + (xy 160.436171 72.857339) (xy 160.429929 72.861188) (xy 160.429929 72.861189) (xy 160.292749 72.945802) + (xy 160.292744 72.945805) (xy 160.286502 72.949656) (xy 160.281312 72.954845) (xy 160.281308 72.954849) + (xy 160.167349 73.068808) (xy 160.167345 73.068812) (xy 160.162156 73.074002) (xy 160.158305 73.080244) + (xy 160.158302 73.080249) (xy 160.073689 73.217427) (xy 160.073684 73.217435) (xy 160.069839 73.223671) + (xy 160.067533 73.230628) (xy 160.067531 73.230634) (xy 160.05113 73.280132) (xy 160.024834 73.325173) + (xy 159.982551 73.355706) (xy 159.931525 73.3665) (xy 159.767391 73.3665) (xy 159.745206 73.364532) + (xy 159.74056 73.363701) (xy 159.732761 73.362306) (xy 159.724861 73.362894) (xy 159.724857 73.362894) + (xy 159.681117 73.366152) (xy 159.67176 73.3665) (xy 159.660144 73.3665) (xy 159.656218 73.366995) + (xy 159.656201 73.366997) (xy 159.63993 73.369052) (xy 159.633504 73.369697) (xy 159.58105 73.373604) + (xy 159.581048 73.373604) (xy 159.573143 73.374193) (xy 159.565631 73.376729) (xy 159.557864 73.378304) + (xy 159.557823 73.378103) (xy 159.556693 73.378363) (xy 159.556744 73.378561) (xy 159.549062 73.380533) + (xy 159.541203 73.381526) (xy 159.533843 73.384439) (xy 159.533835 73.384442) (xy 159.484924 73.403807) + (xy 159.478858 73.40603) (xy 159.429007 73.422865) (xy 159.429 73.422867) (xy 159.421497 73.425402) + (xy 159.414857 73.429722) (xy 159.407724 73.43318) (xy 159.407635 73.432998) (xy 159.406594 73.433536) + (xy 159.406692 73.433714) (xy 159.399747 73.437531) (xy 159.392383 73.440448) (xy 159.385979 73.4451) + (xy 159.385969 73.445106) (xy 159.343413 73.476024) (xy 159.338091 73.479686) (xy 159.293992 73.50839) + (xy 159.293988 73.508393) (xy 159.28735 73.512714) (xy 159.281993 73.518551) (xy 159.275943 73.523675) + (xy 159.275812 73.52352) (xy 159.27494 73.524297) (xy 159.27508 73.524446) (xy 159.269301 73.529871) + (xy 159.262893 73.534528) (xy 159.257847 73.540626) (xy 159.257843 73.540631) (xy 159.224308 73.581167) + (xy 159.220061 73.58604) (xy 159.193495 73.61499) (xy 159.142442 73.648669) (xy 159.081544 73.654341) + (xy 159.02515 73.630667) (xy 158.962345 73.583652) (xy 158.916204 73.549111) (xy 158.907766 73.545964) + (xy 158.907763 73.545962) (xy 158.78658 73.500763) (xy 158.786578 73.500762) (xy 158.779201 73.498011) + (xy 158.771373 73.497169) (xy 158.771367 73.497168) (xy 158.721988 73.49186) (xy 158.721985 73.491859) + (xy 158.718638 73.4915) (xy 156.921362 73.4915) (xy 156.918015 73.491859) (xy 156.918011 73.49186) + (xy 156.868632 73.497168) (xy 156.868625 73.497169) (xy 156.860799 73.498011) (xy 156.853423 73.500761) + (xy 156.853419 73.500763) (xy 156.732236 73.545962) (xy 156.73223 73.545965) (xy 156.723796 73.549111) + (xy 156.716588 73.554506) (xy 156.716582 73.55451) (xy 156.61395 73.63134) (xy 156.613946 73.631343) + (xy 156.606739 73.636739) (xy 156.601343 73.643946) (xy 156.60134 73.64395) (xy 156.52451 73.746582) + (xy 156.524506 73.746588) (xy 156.519111 73.753796) (xy 156.515965 73.76223) (xy 156.515962 73.762236) + (xy 156.470763 73.883419) (xy 156.470761 73.883423) (xy 156.468011 73.890799) (xy 156.467169 73.898625) + (xy 156.467168 73.898632) (xy 156.46186 73.948011) (xy 156.4615 73.951362) (xy 156.4615 75.748638) + (xy 155.0105 75.748638) (xy 155.0105 72.1365) (xy 155.027381 72.0735) (xy 155.0735 72.027381) (xy 155.1365 72.0105) + (xy 169.8635 72.0105) + ) + ) + ) +) \ No newline at end of file diff --git a/tests/data/config_redirect/8.0 b/tests/data/config_redirect/8.0 new file mode 120000 index 000000000..504953848 --- /dev/null +++ b/tests/data/config_redirect/8.0 @@ -0,0 +1 @@ +6.0 \ No newline at end of file diff --git a/tests/data/kicad/8.0 b/tests/data/kicad/8.0 new file mode 120000 index 000000000..504953848 --- /dev/null +++ b/tests/data/kicad/8.0 @@ -0,0 +1 @@ +6.0 \ No newline at end of file diff --git a/tests/data/kicad_err_1/8.0 b/tests/data/kicad_err_1/8.0 new file mode 120000 index 000000000..504953848 --- /dev/null +++ b/tests/data/kicad_err_1/8.0 @@ -0,0 +1 @@ +6.0 \ No newline at end of file diff --git a/tests/data/kicad_err_2/8.0 b/tests/data/kicad_err_2/8.0 new file mode 120000 index 000000000..504953848 --- /dev/null +++ b/tests/data/kicad_err_2/8.0 @@ -0,0 +1 @@ +6.0 \ No newline at end of file diff --git a/tests/data/kicad_ok/8.0 b/tests/data/kicad_ok/8.0 new file mode 120000 index 000000000..504953848 --- /dev/null +++ b/tests/data/kicad_ok/8.0 @@ -0,0 +1 @@ +6.0 \ No newline at end of file diff --git a/tests/data/source_html.md b/tests/data/source_html.md index 1ba7217f9..1d8a399f9 100644 --- a/tests/data/source_html.md +++ b/tests/data/source_html.md @@ -29,7 +29,7 @@ You can put a paragraph of text between the population steps. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Itaque earum rerum hic tenetur a sapiente. -- [[back | R24 ]] We can also populate a component on the other side +- [[back | R24, C5-C7 ]] We can also populate a component on the other side ## Conclusion diff --git a/tests/reference/5_1_7/glasgow-boardview.brd b/tests/reference/5_1_7/glasgow-boardview.brd index 131c54efa..418cb89cb 100644 --- a/tests/reference/5_1_7/glasgow-boardview.brd +++ b/tests/reference/5_1_7/glasgow-boardview.brd @@ -1,74 +1,74 @@ 0 BRDOUT: 69 5118 4724 -4976 2796 -4991 2798 -5006 2802 -5020 2807 -5034 2813 -5048 2821 -5060 2831 -5071 2841 -5082 2852 -5091 2865 -5099 2878 -5106 2892 -5111 2907 -5115 2922 -5117 2937 -5118 2952 -5118 4566 -5117 4582 -5115 4597 -5111 4612 -5106 4627 -5099 4641 -5091 4654 -5082 4666 -5071 4678 -5060 4688 -5048 4697 -5034 4705 -5020 4712 -5006 4717 -4991 4721 -4976 4723 -4960 4724 -2125 4724 -2110 4723 -2095 4721 -2080 4717 -2065 4712 -2051 4705 -2038 4697 -2026 4688 -2014 4678 -2004 4666 -1995 4654 -1987 4641 -1980 4627 -1975 4612 -1971 4597 -1969 4582 -1968 4566 -1968 2952 -1969 2937 -1971 2922 -1975 2907 -1980 2892 -1987 2878 -1995 2865 -2004 2852 -2014 2841 -2026 2831 -2038 2821 -2051 2813 -2065 2807 -2080 2802 -2095 2798 -2110 2796 -2125 2795 -4960 2795 -4976 2796 +4976 1928 +4991 1926 +5006 1922 +5020 1917 +5034 1910 +5048 1902 +5060 1893 +5071 1883 +5082 1871 +5091 1859 +5099 1845 +5106 1831 +5111 1817 +5115 1802 +5117 1787 +5118 1771 +5118 157 +5117 142 +5115 126 +5111 111 +5106 97 +5099 83 +5091 69 +5082 57 +5071 46 +5060 35 +5048 26 +5034 18 +5020 11 +5006 6 +4991 3 +4976 0 +4960 0 +2125 0 +2110 0 +2095 3 +2080 6 +2065 11 +2051 18 +2038 26 +2026 35 +2014 46 +2004 57 +1995 69 +1987 83 +1980 97 +1975 111 +1971 126 +1969 142 +1968 157 +1968 1771 +1969 1787 +1971 1802 +1975 1817 +1980 1831 +1987 1845 +1995 1859 +2004 1871 +2014 1883 +2026 1893 +2038 1902 +2051 1910 +2065 1917 +2080 1922 +2095 1926 +2110 1928 +2125 1929 +4960 1929 +4976 1928 NETS: 227 1 /SDA @@ -299,7 +299,7 @@ NETS: 227 226 /IO_Banks/IO_Buffer_B/VDAC 227 /IO_Banks/IO_Buffer_A/VDAC -PARTS: 245 +PARTS: 244 C1 2515 3887 2634 3962 0 2 C10 2643 3895 2718 3958 2 2 C11 2399 1192 2492 1153 4 1 @@ -437,7 +437,6 @@ MK1 1926 358 2325 -42 455 1 MK2 1926 1972 2325 1572 464 1 MK3 4761 1972 5159 1572 473 1 MK4 4761 358 5159 -42 482 1 -NONO_HANA 2221 2696 3588 3767 491 2 R1 2909 675 2968 600 491 1 R10 3584 917 3659 858 493 1 R11 2303 746 2364 671 495 1 @@ -837,14 +836,7 @@ PINS: 1148 4803 2854 0 2 4803 4665 0 2 3094 1165 0 1 -2031 1146 0 1 -2031 782 0 1 -2175 1078 0 1 -2175 850 0 1 -2196 1146 0 1 -2196 782 0 1 2232 1092 3 1 -2232 836 3 1 2232 1061 187 1 2232 1013 188 1 2232 974 8 1 @@ -852,17 +844,24 @@ PINS: 1148 2232 915 0 1 2232 868 187 1 2232 836 3 1 -2232 1092 3 1 +2232 836 3 1 2232 868 187 1 2232 895 189 1 2232 935 8 1 2232 994 11 1 2232 1033 0 1 2232 1061 187 1 -2031 1134 7 1 +2232 1092 3 1 2031 794 7 1 +2031 1134 7 1 2196 1134 7 1 2196 794 7 1 +2175 850 0 1 +2175 1078 0 1 +2196 1146 0 1 +2196 782 0 1 +2031 1146 0 1 +2031 782 0 1 4144 864 3 1 4144 964 167 1 4144 1064 168 1 @@ -908,18 +907,18 @@ PINS: 1148 3644 164 0 1 3311 456 3 1 3211 456 159 1 -2321 1681 3 1 2329 1681 3 1 +2321 1681 3 1 2329 1634 3 1 +2329 1744 2 1 2321 1744 2 1 2329 1790 2 1 -2329 1744 2 1 +2386 1681 122 1 2379 1681 122 1 2379 1634 122 1 -2386 1681 122 1 -2379 1790 3 1 2379 1744 3 1 2386 1744 3 1 +2379 1790 3 1 2429 1638 121 1 2429 1786 3 1 2479 1638 3 1 @@ -956,20 +955,20 @@ PINS: 1148 3229 1786 132 1 3279 1638 114 1 3279 1786 138 1 -3321 1681 123 1 3329 1681 123 1 +3321 1681 123 1 3329 1634 123 1 +3329 1744 3 1 3321 1744 3 1 3329 1790 3 1 -3329 1744 3 1 3379 1681 3 1 -3379 1634 3 1 3386 1681 3 1 -3379 1790 139 1 +3379 1634 3 1 3379 1744 139 1 3386 1744 139 1 -2354 1712 0 1 +3379 1790 139 1 3354 1712 0 1 +2354 1712 0 1 4594 452 58 1 4544 452 67 1 4494 452 68 1 @@ -1002,42 +1001,42 @@ PINS: 1148 4494 1275 219 1 4544 1275 218 1 4594 1275 217 1 +2125 157 3 1 +2229 157 3 1 +2199 84 3 1 +2125 54 3 1 +2052 84 3 1 2022 157 3 1 2052 230 3 1 -2052 84 3 1 2125 260 3 1 -2125 157 3 1 -2125 54 3 1 2199 230 3 1 -2199 84 3 1 -2229 157 3 1 +2125 1771 3 1 +2229 1771 3 1 +2199 1698 3 1 +2125 1668 3 1 +2052 1698 3 1 2022 1771 3 1 2052 1844 3 1 -2052 1698 3 1 2125 1875 3 1 -2125 1771 3 1 -2125 1668 3 1 2199 1844 3 1 -2199 1698 3 1 -2229 1771 3 1 +4960 1771 3 1 +5063 1771 3 1 +5033 1698 3 1 +4960 1668 3 1 +4887 1698 3 1 4857 1771 3 1 4887 1844 3 1 -4887 1698 3 1 4960 1875 3 1 -4960 1771 3 1 -4960 1668 3 1 5033 1844 3 1 -5033 1698 3 1 -5063 1771 3 1 +4960 157 3 1 +5063 157 3 1 +5033 84 3 1 +4960 54 3 1 +4887 84 3 1 4857 157 3 1 4887 230 3 1 -4887 84 3 1 4960 260 3 1 -4960 157 3 1 -4960 54 3 1 5033 230 3 1 -5033 84 3 1 -5063 157 3 1 2948 656 1 1 2948 618 2 1 3641 877 163 1 @@ -1313,37 +1312,37 @@ PINS: 1148 2661 1122 43 1 2641 1122 2 1 2622 1122 3 1 -2650 1064 3 1 -2650 1014 3 1 +2750 964 3 1 +2750 964 3 1 +2800 964 3 1 +2850 964 3 1 +2700 964 3 1 2650 964 3 1 -2650 914 3 1 -2650 864 3 1 -2700 1064 3 1 +2650 1014 3 1 2700 1014 3 1 -2700 964 3 1 -2700 914 3 1 -2700 864 3 1 -2750 1064 3 1 2750 1014 3 1 -2750 964 3 1 -2750 964 3 1 -2750 964 3 1 -2750 914 3 1 -2750 864 3 1 -2800 1064 3 1 2800 1014 3 1 -2800 964 3 1 -2800 914 3 1 -2800 864 3 1 -2850 1064 3 1 2850 1014 3 1 -2850 964 3 1 +2850 1064 3 1 +2800 1064 3 1 +2750 1064 3 1 +2700 1064 3 1 +2650 1064 3 1 +2650 914 3 1 +2700 914 3 1 +2750 914 3 1 +2800 914 3 1 2850 914 3 1 2850 864 3 1 -2688 1025 0 1 +2800 864 3 1 +2750 864 3 1 +2700 864 3 1 +2650 864 3 1 +2750 964 3 1 2688 903 0 1 -2811 1025 0 1 2811 903 0 1 +2688 1025 0 1 +2811 1025 0 1 3746 1045 2 1 3746 1019 3 1 3746 994 184 1 @@ -1498,8 +1497,6 @@ PINS: 1148 2857 470 0 1 2831 470 2 1 3452 1122 97 1 -3452 838 164 1 -3452 807 169 1 3452 1090 99 1 3452 1059 101 1 3452 1027 103 1 @@ -1508,9 +1505,9 @@ PINS: 1148 3452 933 145 1 3452 901 146 1 3452 870 147 1 +3452 838 164 1 +3452 807 169 1 3421 1122 114 1 -3421 838 0 1 -3421 807 96 1 3421 1090 123 1 3421 1059 100 1 3421 1027 163 1 @@ -1519,9 +1516,9 @@ PINS: 1148 3421 933 104 1 3421 901 142 1 3421 870 143 1 +3421 838 0 1 +3421 807 96 1 3389 1122 115 1 -3389 838 2 1 -3389 807 94 1 3389 1090 124 1 3389 1059 132 1 3389 1027 138 1 @@ -1530,9 +1527,9 @@ PINS: 1148 3389 933 141 1 3389 901 144 1 3389 870 165 1 +3389 838 2 1 +3389 807 94 1 3358 1122 116 1 -3358 838 93 1 -3358 807 92 1 3358 1090 125 1 3358 1059 133 1 3358 1027 29 1 @@ -1541,9 +1538,9 @@ PINS: 1148 3358 933 155 1 3358 901 29 1 3358 870 112 1 +3358 838 93 1 +3358 807 92 1 3326 1122 117 1 -3326 838 91 1 -3326 807 90 1 3326 1090 126 1 3326 1059 134 1 3326 1027 139 1 @@ -1552,9 +1549,9 @@ PINS: 1148 3326 933 3 1 3326 901 111 1 3326 870 113 1 +3326 838 91 1 +3326 807 90 1 3295 1122 118 1 -3295 838 95 1 -3295 807 89 1 3295 1090 127 1 3295 1059 135 1 3295 1027 140 1 @@ -1563,9 +1560,9 @@ PINS: 1148 3295 933 3 1 3295 901 2 1 3295 870 148 1 +3295 838 95 1 +3295 807 89 1 3263 1122 119 1 -3263 838 156 1 -3263 807 151 1 3263 1090 128 1 3263 1059 136 1 3263 1027 139 1 @@ -1574,9 +1571,9 @@ PINS: 1148 3263 933 3 1 3263 901 109 1 3263 870 105 1 +3263 838 156 1 +3263 807 151 1 3232 1122 120 1 -3232 838 149 1 -3232 807 152 1 3232 1090 129 1 3232 1059 137 1 3232 1027 29 1 @@ -1585,9 +1582,9 @@ PINS: 1148 3232 933 12 1 3232 901 29 1 3232 870 4 1 +3232 838 149 1 +3232 807 152 1 3200 1122 121 1 -3200 838 150 1 -3200 807 153 1 3200 1090 130 1 3200 1059 31 1 3200 1027 46 1 @@ -1596,9 +1593,9 @@ PINS: 1148 3200 933 13 1 3200 901 1 1 3200 870 14 1 +3200 838 150 1 +3200 807 153 1 3169 1122 122 1 -3169 838 15 1 -3169 807 154 1 3169 1090 131 1 3169 1059 24 1 3169 1027 42 1 @@ -1607,9 +1604,9 @@ PINS: 1148 3169 933 19 1 3169 901 27 1 3169 870 17 1 +3169 838 15 1 +3169 807 154 1 3137 1122 26 1 -3137 838 16 1 -3137 807 2 1 3137 1090 25 1 3137 1059 23 1 3137 1027 22 1 @@ -1618,6 +1615,8 @@ PINS: 1148 3137 933 20 1 3137 901 18 1 3137 870 28 1 +3137 838 16 1 +3137 807 2 1 4897 1151 5 1 4897 1188 3 1 4897 1226 197 1 @@ -1635,10 +1634,10 @@ PINS: 1148 2553 423 5 1 2553 397 5 1 2553 372 5 1 -2594 419 3 1 -2594 397 3 1 2594 397 3 1 2594 375 3 1 +2594 419 3 1 +2594 397 3 1 2594 415 0 1 2594 379 0 1 3746 1375 2 1 @@ -1679,10 +1678,10 @@ PINS: 1148 2553 222 198 1 2553 196 5 1 2553 171 5 1 -2594 218 3 1 -2594 196 3 1 2594 196 3 1 2594 175 3 1 +2594 218 3 1 +2594 196 3 1 2594 214 0 1 2594 179 0 1 3746 1155 2 1 diff --git a/tests/reference/6_0_8/glasgow-boardview.brd b/tests/reference/6_0_8/glasgow-boardview.brd index 8c37aed96..0ab9acd20 100644 --- a/tests/reference/6_0_8/glasgow-boardview.brd +++ b/tests/reference/6_0_8/glasgow-boardview.brd @@ -1,74 +1,74 @@ 0 BRDOUT: 69 5118 4724 -4976 2796 -4991 2798 -5006 2802 -5020 2807 -5034 2813 -5048 2821 -5060 2831 -5071 2841 -5082 2852 -5091 2865 -5099 2878 -5106 2892 -5111 2907 -5115 2922 -5117 2937 -5118 2952 -5118 4566 -5117 4582 -5115 4597 -5111 4612 -5106 4627 -5099 4641 -5091 4654 -5082 4666 -5071 4678 -5060 4688 -5048 4697 -5034 4705 -5020 4712 -5006 4717 -4991 4721 -4976 4723 -4960 4724 -2125 4724 -2110 4723 -2095 4721 -2080 4717 -2065 4712 -2051 4705 -2038 4697 -2026 4688 -2014 4678 -2004 4666 -1995 4654 -1987 4641 -1980 4627 -1975 4612 -1971 4597 -1969 4582 -1968 4566 -1968 2952 -1969 2937 -1971 2922 -1975 2907 -1980 2892 -1987 2878 -1995 2865 -2004 2852 -2014 2841 -2026 2831 -2038 2821 -2051 2813 -2065 2807 -2080 2802 -2095 2798 -2110 2796 -2125 2795 -4960 2795 -4976 2796 +4976 1928 +4991 1926 +5006 1922 +5020 1917 +5034 1910 +5048 1902 +5060 1893 +5071 1883 +5082 1871 +5091 1859 +5099 1845 +5106 1831 +5111 1817 +5115 1802 +5117 1787 +5118 1771 +5118 157 +5117 142 +5115 126 +5111 111 +5106 97 +5099 83 +5091 69 +5082 57 +5071 46 +5060 35 +5048 26 +5034 18 +5020 11 +5006 6 +4991 3 +4976 0 +4960 0 +2125 0 +2110 0 +2095 3 +2080 6 +2065 11 +2051 18 +2038 26 +2026 35 +2014 46 +2004 57 +1995 69 +1987 83 +1980 97 +1975 111 +1971 126 +1969 142 +1968 157 +1968 1771 +1969 1787 +1971 1802 +1975 1817 +1980 1831 +1987 1845 +1995 1859 +2004 1871 +2014 1883 +2026 1893 +2038 1902 +2051 1910 +2065 1917 +2080 1922 +2095 1926 +2110 1928 +2125 1929 +4960 1929 +4976 1928 NETS: 227 1 /SDA @@ -299,7 +299,7 @@ NETS: 227 226 /IO_Banks/IO_Buffer_B/VDAC 227 /IO_Banks/IO_Buffer_A/VDAC -PARTS: 245 +PARTS: 244 C1 2515 3887 2634 3963 0 2 C10 2643 3895 2718 3959 2 2 C11 2399 1192 2492 1153 4 1 @@ -437,7 +437,6 @@ MK1 1926 364 2325 -42 455 1 MK2 1926 1978 2325 1572 464 1 MK3 4761 1978 5159 1572 473 1 MK4 4761 364 5159 -42 482 1 -NONO_HANA 2221 2685 3588 3768 491 2 R1 2906 675 2968 600 491 1 R10 3584 919 3659 858 493 1 R11 2303 746 2364 671 495 1 @@ -837,14 +836,7 @@ PINS: 1148 4803 2854 0 2 4803 4665 0 2 3094 1165 0 1 -2031 1146 0 1 -2031 782 0 1 -2175 1078 0 1 -2175 850 0 1 -2196 1146 0 1 -2196 782 0 1 2232 1092 3 1 -2232 836 3 1 2232 1061 187 1 2232 1013 188 1 2232 974 8 1 @@ -852,17 +844,24 @@ PINS: 1148 2232 915 0 1 2232 868 187 1 2232 836 3 1 -2232 1092 3 1 +2232 836 3 1 2232 868 187 1 2232 895 189 1 2232 935 8 1 2232 994 11 1 2232 1033 0 1 2232 1061 187 1 -2031 1134 7 1 +2232 1092 3 1 +2196 794 7 1 2031 794 7 1 2196 1134 7 1 -2196 794 7 1 +2031 1134 7 1 +2196 1146 0 1 +2031 1146 0 1 +2175 1078 0 1 +2031 782 0 1 +2196 782 0 1 +2175 850 0 1 4144 864 3 1 4144 964 167 1 4144 1064 168 1 @@ -908,18 +907,18 @@ PINS: 1148 3644 164 0 1 3311 456 3 1 3211 456 159 1 +2329 1634 3 1 2321 1681 3 1 2329 1681 3 1 -2329 1634 3 1 2321 1744 2 1 -2329 1790 2 1 2329 1744 2 1 +2329 1790 2 1 2379 1681 122 1 -2379 1634 122 1 2386 1681 122 1 +2379 1634 122 1 +2386 1744 3 1 2379 1790 3 1 2379 1744 3 1 -2386 1744 3 1 2429 1638 121 1 2429 1786 3 1 2479 1638 3 1 @@ -959,17 +958,17 @@ PINS: 1148 3321 1681 123 1 3329 1681 123 1 3329 1634 123 1 -3321 1744 3 1 -3329 1790 3 1 3329 1744 3 1 -3379 1681 3 1 +3329 1790 3 1 +3321 1744 3 1 3379 1634 3 1 3386 1681 3 1 -3379 1790 139 1 +3379 1681 3 1 3379 1744 139 1 3386 1744 139 1 -2354 1712 0 1 +3379 1790 139 1 3354 1712 0 1 +2354 1712 0 1 4594 452 58 1 4544 452 67 1 4494 452 68 1 @@ -1002,41 +1001,41 @@ PINS: 1148 4494 1275 219 1 4544 1275 218 1 4594 1275 217 1 -2022 157 3 1 -2052 230 3 1 +2199 230 3 1 2052 84 3 1 -2125 260 3 1 +2052 230 3 1 2125 157 3 1 2125 54 3 1 -2199 230 3 1 -2199 84 3 1 +2125 260 3 1 2229 157 3 1 -2022 1771 3 1 +2022 157 3 1 +2199 84 3 1 +2199 1844 3 1 +2199 1698 3 1 2052 1844 3 1 +2229 1771 3 1 +2125 1668 3 1 2052 1698 3 1 2125 1875 3 1 2125 1771 3 1 -2125 1668 3 1 -2199 1844 3 1 -2199 1698 3 1 -2229 1771 3 1 -4857 1771 3 1 -4887 1844 3 1 -4887 1698 3 1 -4960 1875 3 1 -4960 1771 3 1 +2022 1771 3 1 4960 1668 3 1 -5033 1844 3 1 +4960 1771 3 1 5033 1698 3 1 +4887 1698 3 1 +4960 1875 3 1 +4857 1771 3 1 5063 1771 3 1 -4857 157 3 1 -4887 230 3 1 -4887 84 3 1 +4887 1844 3 1 +5033 1844 3 1 4960 260 3 1 +5033 84 3 1 4960 157 3 1 +4887 230 3 1 +4887 84 3 1 4960 54 3 1 5033 230 3 1 -5033 84 3 1 +4857 157 3 1 5063 157 3 1 2948 656 1 1 2948 618 2 1 @@ -1313,36 +1312,36 @@ PINS: 1148 2661 1122 43 1 2641 1122 2 1 2622 1122 3 1 +2750 1014 3 1 2650 1064 3 1 -2650 1014 3 1 -2650 964 3 1 -2650 914 3 1 +2750 864 3 1 2650 864 3 1 -2700 1064 3 1 -2700 1014 3 1 -2700 964 3 1 -2700 914 3 1 2700 864 3 1 -2750 1064 3 1 -2750 1014 3 1 -2750 964 3 1 -2750 964 3 1 -2750 964 3 1 2750 914 3 1 -2750 864 3 1 -2800 1064 3 1 -2800 1014 3 1 -2800 964 3 1 -2800 914 3 1 -2800 864 3 1 +2700 914 3 1 2850 1064 3 1 -2850 1014 3 1 -2850 964 3 1 +2700 964 3 1 +2650 964 3 1 2850 914 3 1 2850 864 3 1 -2688 1025 0 1 +2800 864 3 1 +2800 914 3 1 +2850 964 3 1 +2700 1064 3 1 +2800 964 3 1 +2800 1064 3 1 +2750 1064 3 1 +2750 964 3 1 +2650 914 3 1 +2800 1014 3 1 +2650 1014 3 1 +2850 1014 3 1 +2700 1014 3 1 +2750 964 3 1 +2750 964 3 1 2688 903 0 1 2811 1025 0 1 +2688 1025 0 1 2811 903 0 1 3746 1045 2 1 3746 1019 3 1 @@ -1498,8 +1497,6 @@ PINS: 1148 2857 470 0 1 2831 470 2 1 3452 1122 97 1 -3452 838 164 1 -3452 807 169 1 3452 1090 99 1 3452 1059 101 1 3452 1027 103 1 @@ -1508,9 +1505,9 @@ PINS: 1148 3452 933 145 1 3452 901 146 1 3452 870 147 1 +3452 838 164 1 +3452 807 169 1 3421 1122 114 1 -3421 838 0 1 -3421 807 96 1 3421 1090 123 1 3421 1059 100 1 3421 1027 163 1 @@ -1519,9 +1516,9 @@ PINS: 1148 3421 933 104 1 3421 901 142 1 3421 870 143 1 +3421 838 0 1 +3421 807 96 1 3389 1122 115 1 -3389 838 2 1 -3389 807 94 1 3389 1090 124 1 3389 1059 132 1 3389 1027 138 1 @@ -1530,9 +1527,9 @@ PINS: 1148 3389 933 141 1 3389 901 144 1 3389 870 165 1 +3389 838 2 1 +3389 807 94 1 3358 1122 116 1 -3358 838 93 1 -3358 807 92 1 3358 1090 125 1 3358 1059 133 1 3358 1027 29 1 @@ -1541,9 +1538,9 @@ PINS: 1148 3358 933 155 1 3358 901 29 1 3358 870 112 1 +3358 838 93 1 +3358 807 92 1 3326 1122 117 1 -3326 838 91 1 -3326 807 90 1 3326 1090 126 1 3326 1059 134 1 3326 1027 139 1 @@ -1552,9 +1549,9 @@ PINS: 1148 3326 933 3 1 3326 901 111 1 3326 870 113 1 +3326 838 91 1 +3326 807 90 1 3295 1122 118 1 -3295 838 95 1 -3295 807 89 1 3295 1090 127 1 3295 1059 135 1 3295 1027 140 1 @@ -1563,9 +1560,9 @@ PINS: 1148 3295 933 3 1 3295 901 2 1 3295 870 148 1 +3295 838 95 1 +3295 807 89 1 3263 1122 119 1 -3263 838 156 1 -3263 807 151 1 3263 1090 128 1 3263 1059 136 1 3263 1027 139 1 @@ -1574,9 +1571,9 @@ PINS: 1148 3263 933 3 1 3263 901 109 1 3263 870 105 1 +3263 838 156 1 +3263 807 151 1 3232 1122 120 1 -3232 838 149 1 -3232 807 152 1 3232 1090 129 1 3232 1059 137 1 3232 1027 29 1 @@ -1585,9 +1582,9 @@ PINS: 1148 3232 933 12 1 3232 901 29 1 3232 870 4 1 +3232 838 149 1 +3232 807 152 1 3200 1122 121 1 -3200 838 150 1 -3200 807 153 1 3200 1090 130 1 3200 1059 31 1 3200 1027 46 1 @@ -1596,9 +1593,9 @@ PINS: 1148 3200 933 13 1 3200 901 1 1 3200 870 14 1 +3200 838 150 1 +3200 807 153 1 3169 1122 122 1 -3169 838 15 1 -3169 807 154 1 3169 1090 131 1 3169 1059 24 1 3169 1027 42 1 @@ -1607,9 +1604,9 @@ PINS: 1148 3169 933 19 1 3169 901 27 1 3169 870 17 1 +3169 838 15 1 +3169 807 154 1 3137 1122 26 1 -3137 838 16 1 -3137 807 2 1 3137 1090 25 1 3137 1059 23 1 3137 1027 22 1 @@ -1618,6 +1615,8 @@ PINS: 1148 3137 933 20 1 3137 901 18 1 3137 870 28 1 +3137 838 16 1 +3137 807 2 1 4897 1151 5 1 4897 1188 3 1 4897 1226 197 1 @@ -1636,11 +1635,11 @@ PINS: 1148 2553 397 5 1 2553 372 5 1 2594 419 3 1 +2594 375 3 1 2594 397 3 1 2594 397 3 1 -2594 375 3 1 -2594 415 0 1 2594 379 0 1 +2594 415 0 1 3746 1375 2 1 3746 1350 3 1 3746 1324 208 1 @@ -1683,8 +1682,8 @@ PINS: 1148 2594 196 3 1 2594 196 3 1 2594 175 3 1 -2594 214 0 1 2594 179 0 1 +2594 214 0 1 3746 1155 2 1 3746 1129 3 1 3746 1104 185 1 diff --git a/tests/reference/6_0_8/light_control-panel.png b/tests/reference/6_0_8/light_control-panel.png index 9a0c49819..366dbe42f 100644 Binary files a/tests/reference/6_0_8/light_control-panel.png and b/tests/reference/6_0_8/light_control-panel.png differ diff --git a/tests/reference/7_0_6/glasgow-boardview.brd b/tests/reference/7_0_6/glasgow-boardview.brd index f07c548ba..3515503db 100644 --- a/tests/reference/7_0_6/glasgow-boardview.brd +++ b/tests/reference/7_0_6/glasgow-boardview.brd @@ -1,74 +1,74 @@ 0 BRDOUT: 69 5118 4724 -4976 2796 -4991 2798 -5006 2802 -5020 2807 -5034 2813 -5048 2821 -5060 2831 -5071 2841 -5082 2852 -5091 2865 -5099 2878 -5106 2892 -5111 2907 -5115 2922 -5117 2937 -5118 2952 -5118 4566 -5117 4582 -5115 4597 -5111 4612 -5106 4627 -5099 4641 -5091 4654 -5082 4666 -5071 4678 -5060 4688 -5048 4697 -5034 4705 -5020 4712 -5006 4717 -4991 4721 -4976 4723 -4960 4724 -2125 4724 -2110 4723 -2095 4721 -2080 4717 -2065 4712 -2051 4705 -2038 4697 -2026 4688 -2014 4678 -2004 4666 -1995 4654 -1987 4641 -1980 4627 -1975 4612 -1971 4597 -1969 4582 -1968 4566 -1968 2952 -1969 2937 -1971 2922 -1975 2907 -1980 2892 -1987 2878 -1995 2865 -2004 2852 -2014 2841 -2026 2831 -2038 2821 -2051 2813 -2065 2807 -2080 2802 -2095 2798 -2110 2796 -2125 2795 -4960 2795 -4976 2796 +4976 1928 +4991 1926 +5006 1922 +5020 1917 +5034 1910 +5048 1902 +5060 1893 +5071 1883 +5082 1871 +5091 1859 +5099 1845 +5106 1831 +5111 1817 +5115 1802 +5117 1787 +5118 1771 +5118 157 +5117 142 +5115 126 +5111 111 +5106 97 +5099 83 +5091 69 +5082 57 +5071 46 +5060 35 +5048 26 +5034 18 +5020 11 +5006 6 +4991 3 +4976 0 +4960 0 +2125 0 +2110 0 +2095 3 +2080 6 +2065 11 +2051 18 +2038 26 +2026 35 +2014 46 +2004 57 +1995 69 +1987 83 +1980 97 +1975 111 +1971 126 +1969 142 +1968 157 +1968 1771 +1969 1787 +1971 1802 +1975 1817 +1980 1831 +1987 1845 +1995 1859 +2004 1871 +2014 1883 +2026 1893 +2038 1902 +2051 1910 +2065 1917 +2080 1922 +2095 1926 +2110 1928 +2125 1929 +4960 1929 +4976 1928 NETS: 227 1 /SDA @@ -299,7 +299,7 @@ NETS: 227 226 /IO_Banks/IO_Buffer_B/VDAC 227 /IO_Banks/IO_Buffer_A/VDAC -PARTS: 245 +PARTS: 244 C1 2515 3887 2634 3962 0 2 C10 2643 3895 2718 3958 2 2 C11 2399 1192 2492 1153 4 1 @@ -437,7 +437,6 @@ MK1 1926 363 2325 -42 455 1 MK2 1926 1977 2325 1572 464 1 MK3 4761 1977 5159 1572 473 1 MK4 4761 363 5159 -42 482 1 -NONO_HANA 2221 2686 3588 3766 491 2 R1 2907 675 2968 600 491 1 R10 3584 918 3659 858 493 1 R11 2303 746 2363 671 495 1 @@ -837,14 +836,7 @@ PINS: 1148 4803 2854 0 2 4803 4665 0 2 3094 1165 0 1 -2031 1146 0 1 -2031 782 0 1 -2175 1078 0 1 -2175 850 0 1 -2196 1146 0 1 -2196 782 0 1 2232 1092 3 1 -2232 836 3 1 2232 1061 187 1 2232 1013 188 1 2232 974 8 1 @@ -852,17 +844,24 @@ PINS: 1148 2232 915 0 1 2232 868 187 1 2232 836 3 1 -2232 1092 3 1 +2232 836 3 1 2232 868 187 1 2232 895 189 1 2232 935 8 1 2232 994 11 1 2232 1033 0 1 2232 1061 187 1 -2031 1134 7 1 -2031 794 7 1 +2232 1092 3 1 2196 1134 7 1 +2031 1134 7 1 2196 794 7 1 +2031 794 7 1 +2196 1146 0 1 +2031 1146 0 1 +2175 1078 0 1 +2175 850 0 1 +2196 782 0 1 +2031 782 0 1 4144 864 3 1 4144 964 167 1 4144 1064 168 1 @@ -908,18 +907,18 @@ PINS: 1148 3644 164 0 1 3311 456 3 1 3211 456 159 1 +2329 1634 3 1 2321 1681 3 1 2329 1681 3 1 -2329 1634 3 1 2321 1744 2 1 -2329 1790 2 1 2329 1744 2 1 -2379 1681 122 1 +2329 1790 2 1 2379 1634 122 1 +2379 1681 122 1 2386 1681 122 1 -2379 1790 3 1 2379 1744 3 1 2386 1744 3 1 +2379 1790 3 1 2429 1638 121 1 2429 1786 3 1 2479 1638 3 1 @@ -956,18 +955,18 @@ PINS: 1148 3229 1786 132 1 3279 1638 114 1 3279 1786 138 1 +3329 1634 123 1 3321 1681 123 1 3329 1681 123 1 -3329 1634 123 1 3321 1744 3 1 -3329 1790 3 1 3329 1744 3 1 -3379 1681 3 1 +3329 1790 3 1 3379 1634 3 1 +3379 1681 3 1 3386 1681 3 1 -3379 1790 139 1 3379 1744 139 1 3386 1744 139 1 +3379 1790 139 1 2354 1712 0 1 3354 1712 0 1 4594 452 58 1 @@ -1498,8 +1497,6 @@ PINS: 1148 2857 470 0 1 2831 470 2 1 3452 1122 97 1 -3452 838 164 1 -3452 807 169 1 3452 1090 99 1 3452 1059 101 1 3452 1027 103 1 @@ -1508,9 +1505,9 @@ PINS: 1148 3452 933 145 1 3452 901 146 1 3452 870 147 1 +3452 838 164 1 +3452 807 169 1 3421 1122 114 1 -3421 838 0 1 -3421 807 96 1 3421 1090 123 1 3421 1059 100 1 3421 1027 163 1 @@ -1519,9 +1516,9 @@ PINS: 1148 3421 933 104 1 3421 901 142 1 3421 870 143 1 +3421 838 0 1 +3421 807 96 1 3389 1122 115 1 -3389 838 2 1 -3389 807 94 1 3389 1090 124 1 3389 1059 132 1 3389 1027 138 1 @@ -1530,9 +1527,9 @@ PINS: 1148 3389 933 141 1 3389 901 144 1 3389 870 165 1 +3389 838 2 1 +3389 807 94 1 3358 1122 116 1 -3358 838 93 1 -3358 807 92 1 3358 1090 125 1 3358 1059 133 1 3358 1027 29 1 @@ -1541,9 +1538,9 @@ PINS: 1148 3358 933 155 1 3358 901 29 1 3358 870 112 1 +3358 838 93 1 +3358 807 92 1 3326 1122 117 1 -3326 838 91 1 -3326 807 90 1 3326 1090 126 1 3326 1059 134 1 3326 1027 139 1 @@ -1552,9 +1549,9 @@ PINS: 1148 3326 933 3 1 3326 901 111 1 3326 870 113 1 +3326 838 91 1 +3326 807 90 1 3295 1122 118 1 -3295 838 95 1 -3295 807 89 1 3295 1090 127 1 3295 1059 135 1 3295 1027 140 1 @@ -1563,9 +1560,9 @@ PINS: 1148 3295 933 3 1 3295 901 2 1 3295 870 148 1 +3295 838 95 1 +3295 807 89 1 3263 1122 119 1 -3263 838 156 1 -3263 807 151 1 3263 1090 128 1 3263 1059 136 1 3263 1027 139 1 @@ -1574,9 +1571,9 @@ PINS: 1148 3263 933 3 1 3263 901 109 1 3263 870 105 1 +3263 838 156 1 +3263 807 151 1 3232 1122 120 1 -3232 838 149 1 -3232 807 152 1 3232 1090 129 1 3232 1059 137 1 3232 1027 29 1 @@ -1585,9 +1582,9 @@ PINS: 1148 3232 933 12 1 3232 901 29 1 3232 870 4 1 +3232 838 149 1 +3232 807 152 1 3200 1122 121 1 -3200 838 150 1 -3200 807 153 1 3200 1090 130 1 3200 1059 31 1 3200 1027 46 1 @@ -1596,9 +1593,9 @@ PINS: 1148 3200 933 13 1 3200 901 1 1 3200 870 14 1 +3200 838 150 1 +3200 807 153 1 3169 1122 122 1 -3169 838 15 1 -3169 807 154 1 3169 1090 131 1 3169 1059 24 1 3169 1027 42 1 @@ -1607,9 +1604,9 @@ PINS: 1148 3169 933 19 1 3169 901 27 1 3169 870 17 1 +3169 838 15 1 +3169 807 154 1 3137 1122 26 1 -3137 838 16 1 -3137 807 2 1 3137 1090 25 1 3137 1059 23 1 3137 1027 22 1 @@ -1618,6 +1615,8 @@ PINS: 1148 3137 933 20 1 3137 901 18 1 3137 870 28 1 +3137 838 16 1 +3137 807 2 1 4897 1151 5 1 4897 1188 3 1 4897 1226 197 1 @@ -1635,12 +1634,12 @@ PINS: 1148 2553 423 5 1 2553 397 5 1 2553 372 5 1 -2594 419 3 1 +2594 375 3 1 2594 397 3 1 2594 397 3 1 -2594 375 3 1 -2594 415 0 1 +2594 419 3 1 2594 379 0 1 +2594 415 0 1 3746 1375 2 1 3746 1350 3 1 3746 1324 208 1 @@ -1679,12 +1678,12 @@ PINS: 1148 2553 222 198 1 2553 196 5 1 2553 171 5 1 -2594 218 3 1 +2594 175 3 1 2594 196 3 1 2594 196 3 1 -2594 175 3 1 -2594 214 0 1 +2594 218 3 1 2594 179 0 1 +2594 214 0 1 3746 1155 2 1 3746 1129 3 1 3746 1104 185 1 diff --git a/tests/reference/7_0_6/light_control-panel.png b/tests/reference/7_0_6/light_control-panel.png index 72a55f66f..dff913bc1 100644 Binary files a/tests/reference/7_0_6/light_control-panel.png and b/tests/reference/7_0_6/light_control-panel.png differ diff --git a/tests/reference/8_0_0/PCB_Bot.pdf b/tests/reference/8_0_0/PCB_Bot.pdf index 582ad64e7..7beeee110 100644 Binary files a/tests/reference/8_0_0/PCB_Bot.pdf and b/tests/reference/8_0_0/PCB_Bot.pdf differ diff --git a/tests/reference/8_0_0/PCB_Bot_def.pdf b/tests/reference/8_0_0/PCB_Bot_def.pdf index b4202afe7..65ecfb9b2 100644 Binary files a/tests/reference/8_0_0/PCB_Bot_def.pdf and b/tests/reference/8_0_0/PCB_Bot_def.pdf differ diff --git a/tests/reference/8_0_0/deeper.kicad_sch b/tests/reference/8_0_0/deeper.kicad_sch deleted file mode 120000 index 156d7e1d9..000000000 --- a/tests/reference/8_0_0/deeper.kicad_sch +++ /dev/null @@ -1 +0,0 @@ -../7_0_0/deeper.kicad_sch \ No newline at end of file diff --git a/tests/reference/8_0_0/deeper.kicad_sch b/tests/reference/8_0_0/deeper.kicad_sch new file mode 100644 index 000000000..8ddfd9300 --- /dev/null +++ b/tests/reference/8_0_0/deeper.kicad_sch @@ -0,0 +1,84 @@ +(kicad_sch (version 20231120) (generator "eeschema") (generator_version "8.0") + + (uuid "3b838d52-596d-4e4d-a6ac-e4c8e7621137") + + (paper "A4" portrait) + + (title_block + (date " ") + ) + + (lib_symbols + (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (exclude_from_sim no) (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 yes)) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "Resistor" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "ki_keywords" "R res resistor" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "ki_fp_filters" "R_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (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 (lib_id "Device:R") (at 139.7 80.01 0) (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f3bbcff") + (property "Reference" "R3" (at 141.478 78.8416 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "1m" (at 141.478 81.153 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 137.922 80.01 90) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "~" (at 139.7 80.01 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 139.7 80.01 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "c8dca1a6-f09a-4305-804d-2295b5448f55")) + (pin "2" (uuid "4dec140a-3f2f-4b17-b6f0-89a0fc1cf30b")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb/00000000-0000-0000-0000-00005f3bb8bb" + (reference "R3") (unit 1) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267/00000000-0000-0000-0000-00005f3bb8bb" + (reference "R4") (unit 1) + ) + ) + ) + ) +) diff --git a/tests/reference/8_0_0/font_and_colors-assembly_page_01.png b/tests/reference/8_0_0/font_and_colors-assembly_page_01.png deleted file mode 120000 index 2a54d4bdb..000000000 --- a/tests/reference/8_0_0/font_and_colors-assembly_page_01.png +++ /dev/null @@ -1 +0,0 @@ -../7_0_3/font_and_colors-assembly_page_01.png \ No newline at end of file diff --git a/tests/reference/8_0_0/font_and_colors-assembly_page_01.png b/tests/reference/8_0_0/font_and_colors-assembly_page_01.png new file mode 100644 index 000000000..1f89e181e Binary files /dev/null and b/tests/reference/8_0_0/font_and_colors-assembly_page_01.png differ diff --git a/tests/reference/8_0_0/gencad-gencad.cad b/tests/reference/8_0_0/gencad-gencad.cad index 3727c9f1b..3f00b3122 100644 --- a/tests/reference/8_0_0/gencad-gencad.cad +++ b/tests/reference/8_0_0/gencad-gencad.cad @@ -9,10 +9,10 @@ INTERTRACK 0 $ENDHEADER $BOARD -LINE 7.4 -2.75 5.6 -2.75 -LINE 5.6 -2.75 5.6 -3.6 -LINE 7.4 -3.6 7.4 -2.75 -LINE 5.6 -3.6 7.4 -3.6 +LINE 7.4 -3.6 5.6 -3.6 +LINE 5.6 -3.6 5.6 -2.75 +LINE 5.6 -2.75 7.4 -2.75 +LINE 7.4 -2.75 7.4 -3.6 $ENDBOARD $PADS diff --git a/tests/reference/8_0_0/glasgow-boardview.brd b/tests/reference/8_0_0/glasgow-boardview.brd index f07c548ba..fd6771b05 100644 --- a/tests/reference/8_0_0/glasgow-boardview.brd +++ b/tests/reference/8_0_0/glasgow-boardview.brd @@ -1,74 +1,78 @@ 0 -BRDOUT: 69 5118 4724 -4976 2796 -4991 2798 -5006 2802 -5020 2807 -5034 2813 -5048 2821 -5060 2831 -5071 2841 -5082 2852 -5091 2865 -5099 2878 -5106 2892 -5111 2907 -5115 2922 -5117 2937 -5118 2952 -5118 4566 -5117 4582 -5115 4597 -5111 4612 -5106 4627 -5099 4641 -5091 4654 -5082 4666 -5071 4678 -5060 4688 -5048 4697 -5034 4705 -5020 4712 -5006 4717 -4991 4721 -4976 4723 -4960 4724 -2125 4724 -2110 4723 -2095 4721 -2080 4717 -2065 4712 -2051 4705 -2038 4697 -2026 4688 -2014 4678 -2004 4666 -1995 4654 -1987 4641 -1980 4627 -1975 4612 -1971 4597 -1969 4582 -1968 4566 -1968 2952 -1969 2937 -1971 2922 -1975 2907 -1980 2892 -1987 2878 -1995 2865 -2004 2852 -2014 2841 -2026 2831 -2038 2821 -2051 2813 -2065 2807 -2080 2802 -2095 2798 -2110 2796 -2125 2795 -4960 2795 -4976 2796 +BRDOUT: 73 5118 4724 +4968 1929 +4983 1927 +4998 1924 +5013 1920 +5028 1914 +5041 1906 +5054 1898 +5066 1888 +5077 1877 +5087 1865 +5095 1852 +5103 1839 +5108 1824 +5113 1809 +5116 1794 +5118 1779 +5118 1771 +5118 157 +5118 149 +5116 134 +5113 119 +5108 104 +5103 90 +5095 76 +5087 63 +5077 51 +5066 40 +5054 30 +5041 22 +5028 15 +5013 9 +4998 4 +4983 1 +4968 0 +4960 0 +2125 0 +2118 0 +2102 1 +2087 4 +2072 9 +2058 15 +2044 22 +2032 30 +2020 40 +2009 51 +1999 63 +1990 76 +1983 90 +1977 104 +1973 119 +1970 134 +1968 149 +1968 157 +1968 1771 +1968 1779 +1970 1794 +1973 1809 +1977 1824 +1983 1839 +1990 1852 +1999 1865 +2009 1877 +2020 1888 +2032 1898 +2044 1906 +2058 1914 +2072 1920 +2087 1924 +2102 1927 +2118 1929 +2125 1929 +4960 1929 +4968 1929 NETS: 227 1 /SDA @@ -299,7 +303,7 @@ NETS: 227 226 /IO_Banks/IO_Buffer_B/VDAC 227 /IO_Banks/IO_Buffer_A/VDAC -PARTS: 245 +PARTS: 244 C1 2515 3887 2634 3962 0 2 C10 2643 3895 2718 3958 2 2 C11 2399 1192 2492 1153 4 1 @@ -437,7 +441,6 @@ MK1 1926 363 2325 -42 455 1 MK2 1926 1977 2325 1572 464 1 MK3 4761 1977 5159 1572 473 1 MK4 4761 363 5159 -42 482 1 -NONO_HANA 2221 2686 3588 3766 491 2 R1 2907 675 2968 600 491 1 R10 3584 918 3659 858 493 1 R11 2303 746 2363 671 495 1 @@ -837,14 +840,7 @@ PINS: 1148 4803 2854 0 2 4803 4665 0 2 3094 1165 0 1 -2031 1146 0 1 -2031 782 0 1 -2175 1078 0 1 -2175 850 0 1 -2196 1146 0 1 -2196 782 0 1 2232 1092 3 1 -2232 836 3 1 2232 1061 187 1 2232 1013 188 1 2232 974 8 1 @@ -852,17 +848,24 @@ PINS: 1148 2232 915 0 1 2232 868 187 1 2232 836 3 1 -2232 1092 3 1 +2232 836 3 1 2232 868 187 1 2232 895 189 1 2232 935 8 1 2232 994 11 1 2232 1033 0 1 2232 1061 187 1 -2031 1134 7 1 -2031 794 7 1 +2232 1092 3 1 2196 1134 7 1 +2031 1134 7 1 2196 794 7 1 +2031 794 7 1 +2196 1146 0 1 +2031 1146 0 1 +2175 1078 0 1 +2175 850 0 1 +2196 782 0 1 +2031 782 0 1 4144 864 3 1 4144 964 167 1 4144 1064 168 1 @@ -908,18 +911,18 @@ PINS: 1148 3644 164 0 1 3311 456 3 1 3211 456 159 1 +2329 1634 3 1 2321 1681 3 1 2329 1681 3 1 -2329 1634 3 1 2321 1744 2 1 -2329 1790 2 1 2329 1744 2 1 -2379 1681 122 1 +2329 1790 2 1 2379 1634 122 1 +2379 1681 122 1 2386 1681 122 1 -2379 1790 3 1 2379 1744 3 1 2386 1744 3 1 +2379 1790 3 1 2429 1638 121 1 2429 1786 3 1 2479 1638 3 1 @@ -956,18 +959,18 @@ PINS: 1148 3229 1786 132 1 3279 1638 114 1 3279 1786 138 1 +3329 1634 123 1 3321 1681 123 1 3329 1681 123 1 -3329 1634 123 1 3321 1744 3 1 -3329 1790 3 1 3329 1744 3 1 -3379 1681 3 1 +3329 1790 3 1 3379 1634 3 1 +3379 1681 3 1 3386 1681 3 1 -3379 1790 139 1 3379 1744 139 1 3386 1744 139 1 +3379 1790 139 1 2354 1712 0 1 3354 1712 0 1 4594 452 58 1 @@ -1498,8 +1501,6 @@ PINS: 1148 2857 470 0 1 2831 470 2 1 3452 1122 97 1 -3452 838 164 1 -3452 807 169 1 3452 1090 99 1 3452 1059 101 1 3452 1027 103 1 @@ -1508,9 +1509,9 @@ PINS: 1148 3452 933 145 1 3452 901 146 1 3452 870 147 1 +3452 838 164 1 +3452 807 169 1 3421 1122 114 1 -3421 838 0 1 -3421 807 96 1 3421 1090 123 1 3421 1059 100 1 3421 1027 163 1 @@ -1519,9 +1520,9 @@ PINS: 1148 3421 933 104 1 3421 901 142 1 3421 870 143 1 +3421 838 0 1 +3421 807 96 1 3389 1122 115 1 -3389 838 2 1 -3389 807 94 1 3389 1090 124 1 3389 1059 132 1 3389 1027 138 1 @@ -1530,9 +1531,9 @@ PINS: 1148 3389 933 141 1 3389 901 144 1 3389 870 165 1 +3389 838 2 1 +3389 807 94 1 3358 1122 116 1 -3358 838 93 1 -3358 807 92 1 3358 1090 125 1 3358 1059 133 1 3358 1027 29 1 @@ -1541,9 +1542,9 @@ PINS: 1148 3358 933 155 1 3358 901 29 1 3358 870 112 1 +3358 838 93 1 +3358 807 92 1 3326 1122 117 1 -3326 838 91 1 -3326 807 90 1 3326 1090 126 1 3326 1059 134 1 3326 1027 139 1 @@ -1552,9 +1553,9 @@ PINS: 1148 3326 933 3 1 3326 901 111 1 3326 870 113 1 +3326 838 91 1 +3326 807 90 1 3295 1122 118 1 -3295 838 95 1 -3295 807 89 1 3295 1090 127 1 3295 1059 135 1 3295 1027 140 1 @@ -1563,9 +1564,9 @@ PINS: 1148 3295 933 3 1 3295 901 2 1 3295 870 148 1 +3295 838 95 1 +3295 807 89 1 3263 1122 119 1 -3263 838 156 1 -3263 807 151 1 3263 1090 128 1 3263 1059 136 1 3263 1027 139 1 @@ -1574,9 +1575,9 @@ PINS: 1148 3263 933 3 1 3263 901 109 1 3263 870 105 1 +3263 838 156 1 +3263 807 151 1 3232 1122 120 1 -3232 838 149 1 -3232 807 152 1 3232 1090 129 1 3232 1059 137 1 3232 1027 29 1 @@ -1585,9 +1586,9 @@ PINS: 1148 3232 933 12 1 3232 901 29 1 3232 870 4 1 +3232 838 149 1 +3232 807 152 1 3200 1122 121 1 -3200 838 150 1 -3200 807 153 1 3200 1090 130 1 3200 1059 31 1 3200 1027 46 1 @@ -1596,9 +1597,9 @@ PINS: 1148 3200 933 13 1 3200 901 1 1 3200 870 14 1 +3200 838 150 1 +3200 807 153 1 3169 1122 122 1 -3169 838 15 1 -3169 807 154 1 3169 1090 131 1 3169 1059 24 1 3169 1027 42 1 @@ -1607,9 +1608,9 @@ PINS: 1148 3169 933 19 1 3169 901 27 1 3169 870 17 1 +3169 838 15 1 +3169 807 154 1 3137 1122 26 1 -3137 838 16 1 -3137 807 2 1 3137 1090 25 1 3137 1059 23 1 3137 1027 22 1 @@ -1618,6 +1619,8 @@ PINS: 1148 3137 933 20 1 3137 901 18 1 3137 870 28 1 +3137 838 16 1 +3137 807 2 1 4897 1151 5 1 4897 1188 3 1 4897 1226 197 1 @@ -1635,12 +1638,12 @@ PINS: 1148 2553 423 5 1 2553 397 5 1 2553 372 5 1 -2594 419 3 1 +2594 375 3 1 2594 397 3 1 2594 397 3 1 -2594 375 3 1 -2594 415 0 1 +2594 419 3 1 2594 379 0 1 +2594 415 0 1 3746 1375 2 1 3746 1350 3 1 3746 1324 208 1 @@ -1679,12 +1682,12 @@ PINS: 1148 2553 222 198 1 2553 196 5 1 2553 171 5 1 -2594 218 3 1 +2594 175 3 1 2594 196 3 1 2594 196 3 1 -2594 175 3 1 -2594 214 0 1 +2594 218 3 1 2594 179 0 1 +2594 214 0 1 3746 1155 2 1 3746 1129 3 1 3746 1104 185 1 diff --git a/tests/reference/8_0_0/kibom-variant_3_txt-3D_top.png b/tests/reference/8_0_0/kibom-variant_3_txt-3D_top.png deleted file mode 120000 index 594f4226f..000000000 --- a/tests/reference/8_0_0/kibom-variant_3_txt-3D_top.png +++ /dev/null @@ -1 +0,0 @@ -../7_0_0/kibom-variant_3_txt-3D_top.png \ No newline at end of file diff --git a/tests/reference/8_0_0/kibom-variant_3_txt-3D_top.png b/tests/reference/8_0_0/kibom-variant_3_txt-3D_top.png new file mode 100644 index 000000000..6aba54811 Binary files /dev/null and b/tests/reference/8_0_0/kibom-variant_3_txt-3D_top.png differ diff --git a/tests/reference/8_0_0/kibom-variant_3_txt-F_Fab.pdf b/tests/reference/8_0_0/kibom-variant_3_txt-F_Fab.pdf deleted file mode 120000 index dbeea174b..000000000 --- a/tests/reference/8_0_0/kibom-variant_3_txt-F_Fab.pdf +++ /dev/null @@ -1 +0,0 @@ -../7_0_3/kibom-variant_3_txt-F_Fab.pdf \ No newline at end of file diff --git a/tests/reference/8_0_0/kibom-variant_3_txt-F_Fab.pdf b/tests/reference/8_0_0/kibom-variant_3_txt-F_Fab.pdf new file mode 100644 index 000000000..bcffeab05 Binary files /dev/null and b/tests/reference/8_0_0/kibom-variant_3_txt-F_Fab.pdf differ diff --git a/tests/reference/8_0_0/light_control-F_Cu_color.png b/tests/reference/8_0_0/light_control-F_Cu_color.png index 5772a8e73..85ac8ab66 100644 Binary files a/tests/reference/8_0_0/light_control-F_Cu_color.png and b/tests/reference/8_0_0/light_control-F_Cu_color.png differ diff --git a/tests/reference/8_0_0/light_control-diff_pcb.pdf b/tests/reference/8_0_0/light_control-diff_pcb.pdf index bed35be71..f56c97e5b 100644 Binary files a/tests/reference/8_0_0/light_control-diff_pcb.pdf and b/tests/reference/8_0_0/light_control-diff_pcb.pdf differ diff --git a/tests/reference/8_0_0/light_control-diff_sch.pdf b/tests/reference/8_0_0/light_control-diff_sch.pdf deleted file mode 120000 index 13e228f7c..000000000 --- a/tests/reference/8_0_0/light_control-diff_sch.pdf +++ /dev/null @@ -1 +0,0 @@ -../7_0_3/light_control-diff_sch.pdf \ No newline at end of file diff --git a/tests/reference/8_0_0/light_control-diff_sch.pdf b/tests/reference/8_0_0/light_control-diff_sch.pdf new file mode 100644 index 000000000..b81329c51 Binary files /dev/null and b/tests/reference/8_0_0/light_control-diff_sch.pdf differ diff --git a/tests/reference/8_0_0/light_control-only_new.pdf b/tests/reference/8_0_0/light_control-only_new.pdf index c3f4839a1..3630e4798 100644 Binary files a/tests/reference/8_0_0/light_control-only_new.pdf and b/tests/reference/8_0_0/light_control-only_new.pdf differ diff --git a/tests/reference/8_0_0/light_control-panel.png b/tests/reference/8_0_0/light_control-panel.png index 2b293bb8c..d9fd99f91 100644 Binary files a/tests/reference/8_0_0/light_control-panel.png and b/tests/reference/8_0_0/light_control-panel.png differ diff --git a/tests/reference/8_0_0/light_control_diff-diff_sch.pdf b/tests/reference/8_0_0/light_control_diff-diff_sch.pdf deleted file mode 120000 index d7d165e61..000000000 --- a/tests/reference/8_0_0/light_control_diff-diff_sch.pdf +++ /dev/null @@ -1 +0,0 @@ -../7_0_3/light_control_diff-diff_sch.pdf \ No newline at end of file diff --git a/tests/reference/8_0_0/light_control_diff-diff_sch.pdf b/tests/reference/8_0_0/light_control_diff-diff_sch.pdf new file mode 100644 index 000000000..4ed0a10d8 Binary files /dev/null and b/tests/reference/8_0_0/light_control_diff-diff_sch.pdf differ diff --git a/tests/reference/8_0_0/populating_4.png b/tests/reference/8_0_0/populating_4.png new file mode 120000 index 000000000..23f65bc13 --- /dev/null +++ b/tests/reference/8_0_0/populating_4.png @@ -0,0 +1 @@ +../7_0_10/populating_4.png \ No newline at end of file diff --git a/tests/reference/8_0_0/print_multizone-assembly_page_02.png b/tests/reference/8_0_0/print_multizone-assembly_page_02.png index 65702b837..5a0755cf5 100644 Binary files a/tests/reference/8_0_0/print_multizone-assembly_page_02.png and b/tests/reference/8_0_0/print_multizone-assembly_page_02.png differ diff --git a/tests/reference/8_0_0/sub-sheet.kicad_sch b/tests/reference/8_0_0/sub-sheet.kicad_sch deleted file mode 120000 index 188422027..000000000 --- a/tests/reference/8_0_0/sub-sheet.kicad_sch +++ /dev/null @@ -1 +0,0 @@ -../7_0_0/sub-sheet.kicad_sch \ No newline at end of file diff --git a/tests/reference/8_0_0/sub-sheet.kicad_sch b/tests/reference/8_0_0/sub-sheet.kicad_sch new file mode 100644 index 000000000..615d8f11a --- /dev/null +++ b/tests/reference/8_0_0/sub-sheet.kicad_sch @@ -0,0 +1,693 @@ +(kicad_sch (version 20231120) (generator "eeschema") (generator_version "8.0") + + (uuid "5b2b5c7d-f943-4634-9f0a-e9561705c49d") + + (paper "User" 297.002 210.007) + + (title_block + (date " ") + ) + + (lib_symbols + (symbol "74xx:74LS04" (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "U" (at 0 1.27 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS04" (at 0 -1.27 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "Hex Inverter" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "ki_locked" "" (at 0 0 0) + (effects (font (size 1.27 1.27))) + ) + (property "ki_keywords" "TTL not inv" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "ki_fp_filters" "DIP*W7.62mm* SSOP?14* TSSOP?14*" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (symbol "74LS04_1_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_2_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_3_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_4_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_5_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_6_0" + (polyline + (pts + (xy -3.81 3.81) + (xy -3.81 -3.81) + (xy 3.81 0) + (xy -3.81 3.81) + ) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + (pin output inverted (at 7.62 0 180) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -7.62 0 0) (length 3.81) + (name "~" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_7_0" + (pin power_in line (at 0 12.7 270) (length 5.08) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -12.7 90) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "74LS04_7_1" + (rectangle (start -5.08 7.62) (end 5.08 -7.62) + (stroke (width 0.254) (type default)) + (fill (type background)) + ) + ) + ) + (symbol "power:GND" (power) (pin_names (offset 0)) (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (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 yes)) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "ki_keywords" "power-flag" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (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)))) + ) + ) + ) + (symbol "power:VCC" (power) (pin_names (offset 0)) (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Value" "VCC" (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 yes)) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "ki_keywords" "power-flag" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (symbol "VCC_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "VCC_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + ) + ) + ) + + (wire (pts (xy 104.14 63.5) (xy 106.68 63.5)) + (stroke (width 0) (type default)) + (uuid "10109f84-4940-47f8-8640-91f185ac9bc1") + ) + (wire (pts (xy 175.26 63.5) (xy 177.8 63.5)) + (stroke (width 0) (type default)) + (uuid "47baf4b1-0938-497d-88f9-671136aa8be7") + ) + (wire (pts (xy 121.92 63.5) (xy 124.46 63.5)) + (stroke (width 0) (type default)) + (uuid "55e740a3-0735-4744-896e-2bf5437093b9") + ) + (wire (pts (xy 157.48 63.5) (xy 160.02 63.5)) + (stroke (width 0) (type default)) + (uuid "c022004a-c968-410e-b59e-fbab0e561e9d") + ) + (wire (pts (xy 193.04 63.5) (xy 195.58 63.5)) + (stroke (width 0) (type default)) + (uuid "e615f7aa-337e-474d-9615-2ad82b1c44ca") + ) + (wire (pts (xy 85.09 63.5) (xy 88.9 63.5)) + (stroke (width 0) (type default)) + (uuid "ef8fe2ac-6a7f-4682-9418-b801a1b10a3b") + ) + (wire (pts (xy 139.7 63.5) (xy 142.24 63.5)) + (stroke (width 0) (type default)) + (uuid "f4f99e3d-7269-4f6a-a759-16ad2a258779") + ) + + (hierarchical_label "IN" (shape input) (at 85.09 63.5 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid "4fb02e58-160a-4a39-9f22-d0c75e82ee72") + ) + (hierarchical_label "OUT" (shape output) (at 195.58 63.5 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid "77ed3941-d133-4aef-a9af-5a39322d14eb") + ) + + (symbol (lib_id "74xx:74LS04") (at 96.52 63.5 0) (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f34307a") + (property "Reference" "U1" (at 96.52 55.4482 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS04" (at 96.52 57.7596 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 96.52 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 96.52 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 96.52 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "f1e9ac99-f8d4-4d05-beb3-290dccb8d277")) + (pin "2" (uuid "014c98b2-ac35-4831-825d-74c6fa5ddc67")) + (pin "3" (uuid "2282aa17-25e5-4b18-b436-0d5d8b80c271")) + (pin "4" (uuid "779d408a-048e-4117-b37b-52b0f8855fe0")) + (pin "5" (uuid "0209c2aa-e6bb-4fb6-ad76-6e4b9b1b16f7")) + (pin "6" (uuid "867bfffe-ae91-4651-94e5-196c3c600344")) + (pin "8" (uuid "46124aee-812d-4b49-8b07-54040860b90b")) + (pin "9" (uuid "bfb61142-9bc3-4e95-89e6-4ced14b533f1")) + (pin "10" (uuid "c37c1333-9b31-4605-8469-7903812fede5")) + (pin "11" (uuid "f638fbb1-32ba-4d92-b985-ace474e20207")) + (pin "12" (uuid "0105483f-ed6d-4621-a345-4f843c0072bf")) + (pin "13" (uuid "052e0faa-99fa-4dba-8771-a6a810a9615f")) + (pin "14" (uuid "cad197d5-2063-47e9-a3da-c0da8b26e6ec")) + (pin "7" (uuid "a5eca4b9-9690-4686-9caf-8a9265e35104")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") (unit 1) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "74xx:74LS04") (at 114.3 63.5 0) (unit 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f344a0e") + (property "Reference" "U1" (at 114.3 55.4482 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS04" (at 114.3 57.7596 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 114.3 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 114.3 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 114.3 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "7eb5089c-0f47-4b87-beab-8ff80b20792f")) + (pin "2" (uuid "60102715-3c93-4a15-8674-20c8b7c57be4")) + (pin "3" (uuid "c1630947-26ec-4031-96dd-f1cdf939d3a7")) + (pin "4" (uuid "e2858b6c-d9d5-4bfd-a26d-d7110c9ff81c")) + (pin "5" (uuid "8e8bdbab-9511-4475-9eff-1510f6b5ad23")) + (pin "6" (uuid "6ae8ec3f-43b9-4112-bfd5-128204c7759e")) + (pin "8" (uuid "cf6c2bfe-fd20-4797-a562-aefcd563a7af")) + (pin "9" (uuid "99a6c8b8-68c2-479d-ad69-5f387013f1da")) + (pin "10" (uuid "349db570-c21f-46f9-80d4-b68f3473ae15")) + (pin "11" (uuid "76d634a3-0256-4a17-8718-470b7e39e4ac")) + (pin "12" (uuid "72b533b9-dc1e-46c5-a29d-c8b49a52ce5d")) + (pin "13" (uuid "132268c6-c19f-48f6-8da5-42a0ba313cd0")) + (pin "14" (uuid "5cd18a01-4203-4bf0-961c-09af1ded6848")) + (pin "7" (uuid "612772b8-33ef-4e45-abaa-4fba74ec3e0b")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") (unit 2) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") (unit 2) + ) + ) + ) + ) + + (symbol (lib_id "74xx:74LS04") (at 132.08 63.5 0) (unit 3) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f345e39") + (property "Reference" "U1" (at 132.08 55.4482 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS04" (at 132.08 57.7596 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 132.08 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 132.08 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 132.08 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "bbac1062-acc9-427d-9486-84613968193d")) + (pin "2" (uuid "aa6fbc5d-962a-421b-b0f8-5cc0634fa940")) + (pin "3" (uuid "ee86faf1-b781-415c-a773-7ffd42b4ccac")) + (pin "4" (uuid "f60b38a1-6bcf-4425-85f9-40dd840f097e")) + (pin "5" (uuid "9a609661-5895-4db4-a600-14bffdacc16e")) + (pin "6" (uuid "f6c777f1-b4a6-4529-9b29-67dfedcb1744")) + (pin "8" (uuid "d6ee852a-2125-4cbb-b4c0-2c1f7b3da0fd")) + (pin "9" (uuid "66b18884-be07-4547-81e4-598e8796b478")) + (pin "10" (uuid "23b24c2d-06bc-4f64-bbba-4a1836993bd3")) + (pin "11" (uuid "ab204973-c25f-4438-a480-b6256c3846e5")) + (pin "12" (uuid "b7d46009-86c1-4915-8882-efed73321a1b")) + (pin "13" (uuid "ae6c4a1d-7821-456a-9178-e99999733573")) + (pin "14" (uuid "bb4b6efa-8944-40e5-8681-42c8086dfb79")) + (pin "7" (uuid "7b67e898-9526-4fba-8f77-59962db970c7")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") (unit 3) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") (unit 3) + ) + ) + ) + ) + + (symbol (lib_id "74xx:74LS04") (at 149.86 63.5 0) (unit 4) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f346e8b") + (property "Reference" "U1" (at 149.86 55.4482 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS04" (at 149.86 57.7596 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 149.86 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 149.86 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 149.86 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "2905dd4f-e9df-4c8d-9d14-37e5474058d3")) + (pin "2" (uuid "909aa50b-4012-4e97-bcca-8dbd688e9e99")) + (pin "3" (uuid "8520760e-f968-483e-8989-07d96ff7c0bd")) + (pin "4" (uuid "472927d7-713d-4434-aae2-cab12a79506c")) + (pin "5" (uuid "5c2e0337-2447-4117-8a69-8ab7a6736b16")) + (pin "6" (uuid "44dcea25-62da-41dc-8e4e-72c45198747e")) + (pin "8" (uuid "47d49bdd-bacb-468f-bcfb-647fd9ccff38")) + (pin "9" (uuid "71c84a4a-5d81-46df-a82f-84ff433708b7")) + (pin "10" (uuid "ccbabbc8-3805-4494-9f79-0e7c58491280")) + (pin "11" (uuid "5f478e4e-1c37-417f-802a-dcd64da6ec69")) + (pin "12" (uuid "f4169419-5cd3-4db1-860a-b37e557bc728")) + (pin "13" (uuid "0eb475d7-7c32-41bc-a947-f6e04adbfa7d")) + (pin "14" (uuid "c3d6c577-12ce-4f2f-84bd-dda13a8fe40f")) + (pin "7" (uuid "2843c226-58ef-4dc8-ad8f-3fcb74143c53")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") (unit 4) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") (unit 4) + ) + ) + ) + ) + + (symbol (lib_id "74xx:74LS04") (at 167.64 63.5 0) (unit 5) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f348270") + (property "Reference" "U1" (at 167.64 55.4482 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS04" (at 167.64 57.7596 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 167.64 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 167.64 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 167.64 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "50c06431-98b4-4782-9bc2-1f48dd66012e")) + (pin "2" (uuid "237913c0-554e-4f92-9454-74fca47a4ff0")) + (pin "3" (uuid "22591fce-1b7c-432b-9f65-ca786ad38164")) + (pin "4" (uuid "cf7394f4-fb02-417b-8fcd-f7a746f2f953")) + (pin "5" (uuid "1c6ed6bd-b27d-4107-a50a-c5fa1ca815a8")) + (pin "6" (uuid "c9913a2d-9fdc-477b-99fb-40ae623b387f")) + (pin "8" (uuid "1dd5c978-2ace-45f7-9c90-88b9fc1a4ffc")) + (pin "9" (uuid "9a40e5da-1346-4d0c-af28-5a2601f44304")) + (pin "10" (uuid "01fec0dc-78cf-4a7d-851f-e24a9edd4a86")) + (pin "11" (uuid "92e30d01-6115-49a3-bead-4b8b74d533c9")) + (pin "12" (uuid "7092ba6d-f06a-417d-9814-317dd365bfc4")) + (pin "13" (uuid "bce2b649-7e95-435b-ad4a-9467fe595946")) + (pin "14" (uuid "cee262bb-8369-447b-8bc6-8fc7e99304ba")) + (pin "7" (uuid "d69f10fe-7d7e-437f-89c6-5d4591a60c24")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") (unit 5) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") (unit 5) + ) + ) + ) + ) + + (symbol (lib_id "74xx:74LS04") (at 185.42 63.5 0) (unit 6) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f348d95") + (property "Reference" "U1" (at 185.42 55.4482 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "74LS04" (at 185.42 57.7596 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 185.42 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 185.42 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 185.42 63.5 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "c1de8072-85af-41fb-bbae-891234fe6286")) + (pin "2" (uuid "92eba779-7a6c-4f2f-bf8a-9d01b4559540")) + (pin "3" (uuid "87aa64d0-4063-42a0-8b26-e6afc8ae74de")) + (pin "4" (uuid "57d78745-19ee-4265-be9f-6570894e3e61")) + (pin "5" (uuid "924bfea8-9b40-4840-882f-6d467382007a")) + (pin "6" (uuid "6353b9ee-662c-49d5-8069-f7d044044c97")) + (pin "8" (uuid "9711c471-9fef-4c47-a8bb-dbb7861fc7f5")) + (pin "9" (uuid "4875c4e7-8ec2-47f1-a20e-42413b9c1e4a")) + (pin "10" (uuid "0d8c1296-05ab-46c9-b16d-99728b6eacd6")) + (pin "11" (uuid "41727653-a496-48b3-ac11-0e25bdbe5198")) + (pin "12" (uuid "b9a8ff4c-342a-4f44-bfb4-1b1895e9679b")) + (pin "13" (uuid "29941c34-ddd5-4a9c-bdef-5bf81398f604")) + (pin "14" (uuid "c589a3b6-28de-47c0-87df-1950ce799f45")) + (pin "7" (uuid "f0358a25-a450-4144-94fb-900372ab12a7")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") (unit 6) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") (unit 6) + ) + ) + ) + ) + + (symbol (lib_id "74xx:74LS04") (at 139.7 88.9 0) (unit 7) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f34a12f") + (property "Reference" "U1" (at 145.542 87.7316 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "74LS04" (at 145.542 90.043 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 139.7 88.9 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS04" (at 139.7 88.9 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 139.7 88.9 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "6202c74f-4d05-4660-b905-0e5ca6889128")) + (pin "2" (uuid "011a7ac5-7a54-4c9a-97b1-3c71ef0bed96")) + (pin "3" (uuid "98b08e85-9973-4c19-9269-2dcea15b1681")) + (pin "4" (uuid "f023d9a1-53db-47ae-bc98-ce0c0852432d")) + (pin "5" (uuid "a1064e68-0e5f-40e9-9c19-682469444ee6")) + (pin "6" (uuid "819e8bc3-d0a5-4ab9-ad3b-83fcfff57d5f")) + (pin "8" (uuid "ff2b7b52-4097-4d64-8511-d7ac105c5a57")) + (pin "9" (uuid "f85ce822-c4cd-4bc6-8c31-cfad683d10ae")) + (pin "10" (uuid "a4bb7bae-f982-4b25-a9eb-bc556b618638")) + (pin "11" (uuid "84529ab6-9a65-4c87-b095-7a53fb755e2c")) + (pin "12" (uuid "3d1ca20e-431d-45c0-9443-c5f597b34af3")) + (pin "13" (uuid "2bd0a9eb-83dd-424f-92d0-bd4297676cbf")) + (pin "14" (uuid "bf0862f0-7b4d-4da4-a5e8-91a9bdbee56f")) + (pin "7" (uuid "0639e567-d45a-4c84-98fa-a167b211ae20")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "U1") (unit 7) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "U2") (unit 7) + ) + ) + ) + ) + + (symbol (lib_id "power:VCC") (at 139.7 76.2 0) (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f34bc05") + (property "Reference" "#PWR01" (at 139.7 80.01 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Value" "VCC" (at 140.081 71.8058 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 139.7 76.2 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "" (at 139.7 76.2 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 139.7 76.2 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "0030af45-9cbd-4108-9b0f-2e3885996ada")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "#PWR?") (unit 1) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 139.7 101.6 0) (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f34c535") + (property "Reference" "#PWR02" (at 139.7 107.95 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Value" "GND" (at 139.827 105.9942 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 139.7 101.6 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "" (at 139.7 101.6 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 139.7 101.6 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "03d3f3dc-57cc-4a5d-b588-5d7b6cd2d907")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" + (reference "#PWR?") (unit 1) + ) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" + (reference "#PWR?") (unit 1) + ) + ) + ) + ) + + (sheet (at 114.3 127) (size 25.4 12.7) (fields_autoplaced) + (stroke (width 0) (type solid)) + (fill (color 0 0 0 0.0)) + (uuid "00000000-0000-0000-0000-00005f3bb8bb") + (property "Sheetname" "Deeper test" (at 114.3 126.2884 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheetfile" "deeper.kicad_sch" (at 114.3 140.2846 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f342deb" (page "2")) + (path "/e6521bef-4109-48f7-8b88-4121b0468927/00000000-0000-0000-0000-00005f34e267" (page "3")) + ) + ) + ) +) diff --git a/tests/reference/8_0_0/test_v5-schematic_(no_L).pdf b/tests/reference/8_0_0/test_v5-schematic_(no_L).pdf index ade1e3c98..b8d347911 100644 Binary files a/tests/reference/8_0_0/test_v5-schematic_(no_L).pdf and b/tests/reference/8_0_0/test_v5-schematic_(no_L).pdf differ diff --git a/tests/reference/8_0_0/test_v5-schematic_(no_L).svg b/tests/reference/8_0_0/test_v5-schematic_(no_L).svg index 98e7352e0..7c04cc2a0 100644 --- a/tests/reference/8_0_0/test_v5-schematic_(no_L).svg +++ b/tests/reference/8_0_0/test_v5-schematic_(no_L).svg @@ -7,17 +7,13 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="297.0022mm" height="210.0072mm" viewBox="0.0000 0.0000 297.0022 210.0072"> -SVG Image created as test_v5.svg date 2023/06/06 06:00:06 +SVG Image created as test_v5.svg date 2024/02/08 13:54:54 Image generated by Eeschema-SVG - - - KiCad E.D.A. kicad-cli 7.99.0-unknown-aafbbb4c63~172~ubuntu22.10.1 -KiCad E.D.A. kicad-cli 7.99.0-unknown-aafbbb4c63~172~ubuntu22.10.1 +textLength="25.5859" font-size="2.0000" lengthAdjust="spacingAndGlyphs" +text-anchor="start" opacity="0">KiCad E.D.A. 8.0.0~rc2 +KiCad E.D.A. 8.0.0~rc2 @@ -1662,1340 +1658,347 @@ L191.6023 196.4502 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - + - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -9572,221 +8382,201 @@ L39.3700 99.0600 L39.3700 91.4400 " /> - -R2 R2 - - - - - - - - - - - - - - - - - - - - - -R_US R_US - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -9814,11 +8600,7 @@ d="M 69.7230,88.3920 69.9770,88.3920 70.2310,86.6140 " /> - - - + + - -CAUTION CAUTION - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -C1 C1 - - - - - - - - - - - - - - - - - - - - -Value: C Value: C - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -10414,7 +9174,7 @@ L39.3700 76.2000 L39.3700 83.8200 " /> - - - - - - - - - - - @@ -10584,7 +9331,7 @@ L55.7943 51.3692 - - - - - - - - @@ -10865,7 +9608,7 @@ L56.4542 63.1714 - - - - - - - - @@ -11026,7 +9761,7 @@ L40.0350 62.1173 - - - - @@ -11140,7 +9871,7 @@ L39.3751 52.4233 - - - - - - - - - - - - - - - - - - - - - - - - @@ -12344,11 +11047,7 @@ L81.1112 61.5498 L81.1112 61.8522 " /> - - - @@ -12565,11 +11264,7 @@ L80.4513 46.9271 L80.4513 47.3505 " /> - - - - - - - - - - - - - - -aaa aaa - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -13866,13 +12541,7 @@ stroke-linecap:round; stroke-linejoin:round;"> textLength="8.7795" font-size="1.6933" lengthAdjust="spacingAndGlyphs" text-anchor="start" opacity="0">Hi! this is Hi! this is - - - - - - - - - - - - - - - - - - DejaVu Serif DejaVu Serif - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -C1 C1 - - - - - - - - - - - - - - - - - - - - -Value: C Value: C - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/reference/8_0_0/test_v5.kicad_sch b/tests/reference/8_0_0/test_v5.kicad_sch deleted file mode 120000 index d0216cde4..000000000 --- a/tests/reference/8_0_0/test_v5.kicad_sch +++ /dev/null @@ -1 +0,0 @@ -../7_0_0/test_v5.kicad_sch \ No newline at end of file diff --git a/tests/reference/8_0_0/test_v5.kicad_sch b/tests/reference/8_0_0/test_v5.kicad_sch new file mode 100644 index 000000000..c4be2695d --- /dev/null +++ b/tests/reference/8_0_0/test_v5.kicad_sch @@ -0,0 +1,1930 @@ +(kicad_sch (version 20231120) (generator "eeschema") (generator_version "8.0") + + (uuid "e6521bef-4109-48f7-8b88-4121b0468927") + + (paper "A4") + + (title_block + (title "Title") + (date "2020-08-12") + (rev "r1B") + (company "Company") + (comment 1 "Comment 1") + (comment 2 "Comment 2") + (comment 3 "Comment 3") + (comment 4 "@Comment4@") + ) + + (lib_symbols + (symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 0.635 2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "C" (at 0.635 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 0.9652 -3.81 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "Unpolarized capacitor" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "ki_keywords" "cap capacitor" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "ki_fp_filters" "C_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) + (xy 2.032 -0.762) + ) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.032 0.762) + (xy 2.032 0.762) + ) + (stroke (width 0.508) (type default)) + (fill (type none)) + ) + ) + (symbol "C_1_1" + (pin passive line (at 0 3.81 270) (length 2.794) + (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 2.794) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:L" (pin_numbers hide) (pin_names (offset 1.016) hide) (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "L" (at -1.27 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "L" (at 1.905 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "Inductor" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "ki_keywords" "inductor choke coil reactor magnetic" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (symbol "L_0_1" + (arc (start 0 -2.54) (mid 0.6323 -1.905) (end 0 -1.27) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (arc (start 0 -1.27) (mid 0.6323 -0.635) (end 0 0) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (arc (start 0 0) (mid 0.6323 0.635) (end 0 1.27) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (arc (start 0 1.27) (mid 0.6323 1.905) (end 0 2.54) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "L_1_1" + (pin passive line (at 0 3.81 270) (length 1.27) + (name "1" (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 "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device:R_US" (pin_numbers hide) (pin_names (offset 0)) (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "R" (at 2.54 0 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "R_US" (at -2.54 0 90) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (at 1.016 -0.254 90) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "~" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "Resistor, US symbol" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "ki_keywords" "R res resistor" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "ki_fp_filters" "R_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (symbol "R_US_0_0" + (bezier (pts + (xy 0 -0.762) + (xy 1.016 -1.143) + (xy 0 -1.524) + (xy -1.016 -1.905) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.286) + (xy 0 -2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.286) + (xy 0 2.54) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0.762) + (xy 1.016 0.381) + (xy 0 0) + (xy -1.016 -0.381) + (xy 0 -0.762) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.286) + (xy 1.016 1.905) + (xy 0 1.524) + (xy -1.016 1.143) + (xy 0 0.762) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + ) + (symbol "R_US_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)))) + (alternate "Patita 1" passive line) + ) + (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 "R_US_1_2" + (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)))) + (alternate "Patita 1" passive line) + ) + (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 "l1:Resistor" (pin_numbers hide) (pin_names (offset 0)) (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "R" (at 2.032 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Resistor" (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 yes)) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Test" "Hi!" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "ki_fp_filters" "R_* R_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (symbol "Resistor_0_1" + (rectangle (start -1.016 -2.54) (end 1.016 2.54) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + ) + (symbol "Resistor_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 "l1:SYM_CAUTION" (pin_names (offset 1.016)) (exclude_from_sim no) (in_bom yes) (on_board yes) + (property "Reference" "#SYM_CAUTION" (at 0 3.81 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Value" "SYM_CAUTION" (at 0 -4.445 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Footprint" "Tedy:Symbol_Caution_Type2_FSilkS_Small" (at 2.54 -6.35 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Campo4" "Hi!" (at 0 0 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (symbol "SYM_CAUTION_0_0" + (circle (center 0 -1.1684) (radius 0.254) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (polyline + (pts + (xy -0.127 -0.762) + (xy -0.381 1.016) + ) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (polyline + (pts + (xy -0.127 -0.762) + (xy 0.127 -0.762) + (xy 0.381 1.016) + ) + (stroke (width 0) (type default)) + (fill (type outline)) + ) + (polyline + (pts + (xy -1.27 -1.905) + (xy 1.905 -1.905) + (xy 0 2.54) + (xy -1.905 -1.905) + (xy -1.27 -1.905) + ) + (stroke (width 0) (type default)) + (fill (type background)) + ) + (arc (start 0.381 1.016) (mid 0 1.2906) (end -0.381 1.016) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (text "CAUTION" (at 0 -2.54 0) + (effects (font (size 0.508 0.508) (italic yes))) + ) + ) + ) + ) + + (bus_alias "AELEM" (members "A1" "A0")) + (junction (at 63.5 25.4) (diameter 0) (color 0 0 0 0) + (uuid "01eb9bdd-a337-4673-a2b0-d209aebe8932") + ) + (junction (at 63.5 38.1) (diameter 0) (color 0 0 0 0) + (uuid "341059b3-16ac-4fe8-bbe2-921988ba1654") + ) + (junction (at 25.4 58.42) (diameter 0) (color 0 0 0 0) + (uuid "37e4dc66-4492-4061-908d-7213940a2ec3") + ) + (junction (at 50.8 38.1) (diameter 0) (color 0 0 0 0) + (uuid "66154fb2-7455-4e42-b0a7-e0fdebb40a4a") + ) + (junction (at 50.8 25.4) (diameter 0) (color 0 0 0 0) + (uuid "e79c0d1b-dd57-46f8-829a-f7a4352235f8") + ) + + (no_connect (at 27.94 66.04) (uuid "2d6718e7-f18d-444d-9792-ddf1a113460c")) + + (bus_entry (at 177.8 101.6) (size 2.54 2.54) + (stroke (width 0) (type default)) + (uuid "2fb9964c-4cd4-4e81-b5e8-f78759d3adb5") + ) + (bus_entry (at 177.8 97.79) (size 2.54 2.54) + (stroke (width 0) (type default)) + (uuid "2fb9964c-4cd4-4e81-b5e8-f78759d3adb6") + ) + (bus_entry (at 25.4 25.4) (size -2.54 -2.54) + (stroke (width 0) (type default)) + (uuid "46cfd089-6873-4d8b-89af-02ff30e49472") + ) + (bus_entry (at 38.1 38.1) (size 2.54 2.54) + (stroke (width 0) (type default)) + (uuid "68b52f01-fa04-4908-bf88-60c62ace1cfa") + ) + (bus_entry (at 25.4 38.1) (size -2.54 2.54) + (stroke (width 0) (type default)) + (uuid "9d984d1b-8097-407f-92f3-3ef68867dcfa") + ) + (bus_entry (at 38.1 25.4) (size 2.54 -2.54) + (stroke (width 0) (type default)) + (uuid "bb4f0314-c44c-4dda-b85c-537120eaae9a") + ) + + (wire (pts (xy 99.06 92.71) (xy 99.06 102.87)) + (stroke (width 0) (type default)) + (uuid "0088d107-13d8-496c-8da6-7bbeb9d096b0") + ) + (polyline (pts (xy 25.146 127) (xy 37.846 127)) + (stroke (width 0.508) (type default)) + (uuid "03d88a85-11fd-47aa-954c-c318bb15294a") + ) + (polyline (pts (xy 88.9 25.4) (xy 88.9 38.1)) + (stroke (width 0) (type default)) + (uuid "0c30a4be-5679-499f-8c5b-5f3024f9d6cf") + ) + (polyline (pts (xy 37.846 139.7) (xy 25.146 139.7)) + (stroke (width 0.508) (type default)) + (uuid "0dcdf1b8-13c6-48b4-bd94-5d26038ff231") + ) + + (wire (pts (xy 38.1 38.1) (xy 25.4 38.1)) + (stroke (width 0) (type default)) + (uuid "0f3c9e3a-9c59-4881-b27a-d0e982b3ea8e") + ) + (polyline (pts (xy 88.9 139.7) (xy 76.2 139.7)) + (stroke (width 0) (type solid)) + (uuid "120a7b0f-ddfd-4447-85c1-35665465acdb") + ) + + (wire (pts (xy 129.54 114.3) (xy 96.52 114.3)) + (stroke (width 0) (type default)) + (uuid "128e34ce-eee7-477d-b905-a493e98db783") + ) + (polyline (pts (xy 50.8 139.7) (xy 50.8 127)) + (stroke (width 0) (type default) (color 255 0 0 1)) + (uuid "13475e15-f37c-4de8-857e-1722b0c39513") + ) + (polyline (pts (xy 37.846 127) (xy 37.846 139.7)) + (stroke (width 0.508) (type default)) + (uuid "1a2f72d1-0b36-4610-afc4-4ad1660d5d3b") + ) + + (bus (pts (xy 177.8 88.9) (xy 177.8 97.79)) + (stroke (width 0) (type default)) + (uuid "272c2a78-b5f5-4b61-aed3-ec69e0e92729") + ) + + (polyline (pts (xy 76.2 127) (xy 88.9 127)) + (stroke (width 0) (type solid)) + (uuid "2732632c-4768-42b6-bf7f-14643424019e") + ) + + (wire (pts (xy 25.4 58.42) (xy 27.94 58.42)) + (stroke (width 0) (type default)) + (uuid "29256b3d-9450-4c0a-a4d4-911f04b9c140") + ) + (bus (pts (xy 50.8 25.4) (xy 48.26 22.86)) + (stroke (width 0) (type default)) + (uuid "2e642b3e-a476-4c54-9a52-dcea955640cd") + ) + + (wire (pts (xy 96.52 82.55) (xy 101.6 82.55)) + (stroke (width 0) (type default)) + (uuid "3172f2e2-18d2-4a80-ae30-5707b3409798") + ) + (wire (pts (xy 129.54 82.55) (xy 129.54 92.71)) + (stroke (width 0) (type default)) + (uuid "417f13e4-c121-485a-a6b5-8b55e70350b8") + ) + (wire (pts (xy 22.86 58.42) (xy 25.4 58.42)) + (stroke (width 0) (type default)) + (uuid "483f60da-14d7-4f88-8d01-3f9f30784c70") + ) + (polyline (pts (xy 51.054 144.78) (xy 63.754 144.78)) + (stroke (width 0.762) (type dash_dot) (color 0 255 0 1)) + (uuid "48f827a8-6e22-4a2e-abdc-c2a03098d883") + ) + (polyline (pts (xy 76.2 25.4) (xy 88.9 25.4)) + (stroke (width 0) (type default)) + (uuid "4dc6088c-89a5-4db7-b3ae-db4b6396ad49") + ) + + (bus (pts (xy 50.8 38.1) (xy 48.26 40.64)) + (stroke (width 0) (type default)) + (uuid "5038e144-5119-49db-b6cf-f7c345f1cf03") + ) + (bus (pts (xy 63.5 38.1) (xy 66.04 40.64)) + (stroke (width 0) (type default)) + (uuid "54365317-1355-4216-bb75-829375abc4ec") + ) + + (polyline (pts (xy 50.8 127) (xy 63.5 127)) + (stroke (width 0) (type default) (color 255 0 0 1)) + (uuid "58dc14f9-c158-4824-a84e-24a6a482a7a4") + ) + + (wire (pts (xy 129.54 102.87) (xy 129.54 114.3)) + (stroke (width 0) (type default)) + (uuid "67621f9e-0a6a-4778-ad69-04dcf300659c") + ) + (wire (pts (xy 127 102.87) (xy 129.54 102.87)) + (stroke (width 0) (type default)) + (uuid "68e09be7-3bbc-4443-a838-209ce20b2bef") + ) + (wire (pts (xy 99.06 102.87) (xy 101.6 102.87)) + (stroke (width 0) (type default)) + (uuid "6a780180-586a-4241-a52d-dc7a5ffcc966") + ) + (bus (pts (xy 63.5 25.4) (xy 63.5 38.1)) + (stroke (width 0) (type default)) + (uuid "7e969d15-6cc0-4258-8b27-586608a21adb") + ) + + (wire (pts (xy 25.4 25.4) (xy 38.1 25.4)) + (stroke (width 0) (type default)) + (uuid "825c70b0-4860-42b7-97dc-86bfa46e06fd") + ) + (polyline (pts (xy 88.9 127) (xy 88.9 139.7)) + (stroke (width 0) (type solid)) + (uuid "854dd5d4-5fd2-4730-bd49-a9cd8299a065") + ) + + (wire (pts (xy 180.34 104.14) (xy 190.5 104.14)) + (stroke (width 0) (type default)) + (uuid "87f44303-a6e8-48e5-bb6d-f89abb09a999") + ) + (polyline (pts (xy 76.2 139.7) (xy 76.2 127)) + (stroke (width 0) (type solid)) + (uuid "8d55e186-3e11-40e8-a65e-b36a8a00069e") + ) + (polyline (pts (xy 51.054 157.48) (xy 51.054 144.78)) + (stroke (width 0.508) (type default)) + (uuid "9c8ccb2a-b1e9-4f2c-94fe-301b5975277e") + ) + + (wire (pts (xy 127 82.55) (xy 129.54 82.55)) + (stroke (width 0) (type default)) + (uuid "9dab0cb7-2557-4419-963b-5ae736517f62") + ) + (polyline (pts (xy 76.2 38.1) (xy 76.2 25.4)) + (stroke (width 0) (type default)) + (uuid "a501555e-bbc7-4b58-ad89-28a0cd3dd6d0") + ) + + (bus (pts (xy 177.8 97.79) (xy 177.8 101.6)) + (stroke (width 0) (type default)) + (uuid "a819bf9a-0c8b-443a-b488-e5f1395d77ad") + ) + (bus (pts (xy 63.5 25.4) (xy 66.04 22.86)) + (stroke (width 0) (type default)) + (uuid "ac264c30-3e9a-4be2-b97a-9949b68bd497") + ) + + (wire (pts (xy 180.34 100.33) (xy 190.5 100.33)) + (stroke (width 0) (type default)) + (uuid "af7ed34f-31b5-4744-97e9-29e5f4d85343") + ) + (wire (pts (xy 22.86 66.04) (xy 27.94 66.04)) + (stroke (width 0) (type default)) + (uuid "b603d26a-e034-42fb-8327-b60c5bf9cdd2") + ) + (polyline (pts (xy 63.5 139.7) (xy 50.8 139.7)) + (stroke (width 0) (type default) (color 255 0 0 1)) + (uuid "b635b16e-60bb-4b3e-9fc3-47d34eef8381") + ) + + (bus (pts (xy 50.8 25.4) (xy 63.5 25.4)) + (stroke (width 0) (type default)) + (uuid "b8c83ad1-b3c9-495c-bdc6-62dead00f5ad") + ) + + (wire (pts (xy 25.4 58.42) (xy 25.4 60.96)) + (stroke (width 0) (type default)) + (uuid "b994142f-02ac-4881-9587-6d3df53c96d2") + ) + (wire (pts (xy 38.1 25.4) (xy 38.1 38.1)) + (stroke (width 0) (type default)) + (uuid "bbb15673-6d42-42b8-9d51-7515b3ad9ee9") + ) + (wire (pts (xy 129.54 92.71) (xy 99.06 92.71)) + (stroke (width 0) (type default)) + (uuid "c201e1b2-fc01-4110-bdaa-a33290468c83") + ) + (wire (pts (xy 96.52 114.3) (xy 96.52 82.55)) + (stroke (width 0) (type default)) + (uuid "c801d42e-dd94-493e-bd2f-6c3ddad43f55") + ) + (bus (pts (xy 165.1 88.9) (xy 177.8 88.9)) + (stroke (width 0) (type default)) + (uuid "ceb12634-32ca-4cbf-9ff5-5e8b53ab18ad") + ) + + (polyline (pts (xy 63.754 157.48) (xy 51.054 157.48)) + (stroke (width 0) (type solid) (color 255 0 255 1)) + (uuid "cef6f603-8a0b-4dd0-af99-ebfbef7d1b4b") + ) + (polyline (pts (xy 88.9 38.1) (xy 76.2 38.1)) + (stroke (width 0) (type default)) + (uuid "db83d0af-e085-4050-8496-fa2ebdecbd62") + ) + (polyline (pts (xy 25.146 139.7) (xy 25.146 127)) + (stroke (width 0.508) (type default)) + (uuid "dde3dba8-1b81-466c-93a3-c284ff4da1ef") + ) + + (wire (pts (xy 25.4 38.1) (xy 25.4 25.4)) + (stroke (width 0) (type default)) + (uuid "e83e0227-ac0f-4180-82bd-68d3a7b56476") + ) + (polyline (pts (xy 63.754 144.78) (xy 63.754 157.48)) + (stroke (width 0.508) (type dot)) + (uuid "e877bf4a-4210-4bd3-b7b0-806eb4affc5b") + ) + + (bus (pts (xy 50.8 38.1) (xy 50.8 25.4)) + (stroke (width 0) (type default)) + (uuid "f022716e-b121-4cbf-a833-20e924070c22") + ) + (bus (pts (xy 63.5 38.1) (xy 50.8 38.1)) + (stroke (width 0) (type default)) + (uuid "f1dd8642-b405-490b-a449-d1cc5797fda8") + ) + + (polyline (pts (xy 63.5 127) (xy 63.5 139.7)) + (stroke (width 0) (type default) (color 255 0 0 1)) + (uuid "f976e2cc-36f9-4479-a816-2c74d1d5da6f") + ) + + (wire (pts (xy 25.4 55.88) (xy 25.4 58.42)) + (stroke (width 0) (type default)) + (uuid "fb03d859-dcc9-4533-b352-64830e0e5423") + ) + + (arc (start 203.2 120.65) (mid 205.0599 116.1599) (end 209.55 114.3) + (stroke (width 0) (type default)) + (fill (type none)) + (uuid "00f81073-f297-4ecd-ab0d-4dd899b8db01") + ) + + (circle (center 190.5 120.65) (radius 6.8392) + (stroke (width 0) (type default)) + (fill (type none)) + (uuid "a4112622-c24a-41b1-ad3f-0c48820cef36") + ) + + (rectangle (start 165.1 114.3) (end 177.8 127) + (stroke (width 0.3) (type dash) (color 14 44 255 1)) + (fill (type color) (color 255 16 48 1)) + (uuid "c6a9521c-c2a2-4070-921e-e6a55261b68a") + ) + + (image (at 133.35 40.64) (scale 0.94) + (uuid "9a9f2d82-f64d-4264-8bec-c182528fc4de") + (data + "iVBORw0KGgoAAAANSUhEUgAAAuQAAAGQCAYAAADm/3UvAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz" + "AAArXAAAK1wBfoUIFwAAIABJREFUeJzs3Xl8XHW9//HX98yWZbKvTbrTfaO0tIWyVRabUIq44QpX" + "wat41YsKsiqKKKLA1QuKKyKIXLl6VSzQwk92aOlCC91purdJk6bZl8nMnHO+vz9CQpe02WbmzPJ5" + "Ph552MTJOZ+0IXnPdz7fz1chhBAC/T0y6CQXTSYuslF40XQBLSja8NGivkfI6TqFEEIkH+V0AUII" + "EWv6VqZhsQjFLGASMBko6+fTLGAvsAPYjuYt3Lyo7uZQdKsVQgiR7CSQCyGSnv4eaXRyGfARFB8A" + "SiN4+e3AC8Cf+TFvKNARvLYQQogUIIFcCJG09E3MR3ENcCWQF4Nb7gYeBx5WP2Z/DO4nhBAiCUgg" + "F0IkHX0z56K4Gc1lDpUQRvFnFHerH7HdoRqESE7uy1wolYGiCM1ooAS0D4w2lD6A5gDQgssK0vWs" + "vGIlEoIEciFE0tC3MA+b/0ZxttO1vMcGnsDFTdJrLsQweT6Uhranovg4cBFwGpAGuOnOMzYQBpqA" + "t4F/gH4OTS3m07ZTZQsxEBLIhRAJT3+dXNK4E81XAJfT9fShA8V9pHG3TGoRYpC8l7nQahrwbeAS" + "IAcwlHLhdafhdXkxlIFpmwTNLkwrxHtbOULAAeCXaB7BXNbo2NcgRD8kkAshEpq+lUux+QNQ5HQt" + "A7Aem0+qe6lyuhAhEoL7sjSUugq4EyhVKJWbUURZwSzKCueSkVFARoYfhUFXV4hAoJn2zhr216+k" + "tnknwXAngAmsBq5Dqy2Y/5Q2FhF3JJALIRKS/h5uuvg2mu8AhtP1DEIbcJ36MU84XYgQcc2zNBO4" + "A/gakJ6Vlsfk8ksYX34R5aMKmTDVQ3EJpGeA1tDRDnWHYM8Om4b6IEead7DjwD/ZW/82lh3WwD40" + "n8XQqwhJC4uILxLIhRAJR99AIW6eAhY6Xcsw/ILdXK/+guV0IULEHc/SNOCHwFcVyju6cDqzTvsc" + "I8vGc8YCN+MngS8N1HEpxrYh2AW7dsDGtdDS1MG+w6+wYef/0BFsAagGPo4y3iT0lKyUi7ghgVwI" + "kVD0DYzBzXN0H+aT6J4ixKfUTwk4XYgQccP9YQNl/idwDyjfxBFnM3fSFykfncf5lyjyC08M4sfT" + "GpoaYOVLcOiAxeHGjazc+iAtgSPQPZ60gvAyaR0TcUMCuRAiYejbmIHFCqDc6Voi6FXgcvVjWpwu" + "RIi44Fk6D1gB5I8pnMXZ029kzPhcFlVAVnb3Q7TuXg3Xmt6juJQCZYBxVANboBNWvgx739VUH1nH" + "q5v+i65whwZeBP0hwk93xPJLE+JkJJALIRKCvoXxaN4gsqdsxos3sbhY3YeEA5HavEsz0TwHnJOd" + "XsDFZ9zJuPGjuegyyMyEQAAa6qGpERrrIRgA2+oO4h4v+HOgoAhyciAnD7xeCJvw5suwY4vF1j1P" + "sm7Xk2itw8BnCS/7X4e/YiGA7tmdQggR1/SNFKNZTnKGcYCzcPNn/T0+rL6H6XQxQjhGsxCYp1BM" + "G72UkuKRLLigu/1kzetQfwi6OsA6xc4LpcDthUw/jBgFo8fDGQsgHHYRNpdS07Ce6qYdHuAO3B96" + "DvMpeXVKOC4e5/UKIUQv/T0ysHgJmO50LVE2CZOSO9/gaacLEcIRrsvcKPVrYEJx9hjmTPoCpWXp" + "VO+DrRugqR7CwffaVPphW9AVgCO1sLcKDh2EolJob/Fh4Gdv3UpA56F4Bfvd3dH+0oToTyKNChNC" + "pKIAvwBmO11GjHxJ38zVThchhCMMVQ7MAhhbch4+Tza11XC4BqxhvG5kmdBQB5vWdk9gKcmdSXH2" + "GAAP6Otwf1Lad4XjJJALIeKWvoVPAZ9zuo4Ye0jfyjSnixDCATOBArcrjdEl5wEKHcFp4VqDtsHr" + "8VNW0Psc/wxUR27k7iLE0EggF0LEJX0LE9D81uk6HJCJzZ/1F/E4XYgQMXYZoIqyyvF5sqN4G0VZ" + "wfyed0qAEVG8mRADIoFcCBGfND8DMp0uwyEzyeMbThchRMy4PqyAMwByMkpxu9Kjejt/egkuwwuQ" + "AYyN6s2EGAAJ5EKIuKNv4ePAEqfrcNh39S0SFESKMMw0IAfA68lFqejGE6XcpHl6n++fFtWbCTEA" + "EsiFEHFFf4N0NP/ldB1xIAPNT5wuQoiY0Higu03L5fJF/XZKGbhdvV1hOVG/oRD9kEAuhIgvXr4A" + "jHS6jDjxMX0zM50uQogYsN97w7ZjMIpfa2y7d8doMPo3FOLUJJALIeKG/iIeFDc4XUccUcAtThch" + "RNQZqgsIAJhWBzCAYePDoLEImoGed+uiejMhBkACuRAifuRzFZoxTpcRZz6hv8VEp4sQIqpC/zSB" + "3QAdXfVYdiiqtwubnYStTgAT2BbVmwkxABLIhRDxQ3Od0yXEIRcGX3C6CCFi4AWAI20HCYXbo3YT" + "y+7iwOFX0d1HfjYANVG7mRADJIFcCBEX9K1MAuY5XUec+qz+OC6nixAiyl4BAu1dTeytXU4w1ICO" + "5MlAgGkFqGtcyf7Dr/V8aB/KPhzRmwgxBBLIhRDxwebzTpcQx8oYx4VOFyFElO0G9oBmb+3r1DS8" + "SGPrhgj1lGtC4Wbqml6jub2KI+2Hee+ifyL0THi4hQsxXBLIhRDx4kqnC4hrik84XYIQURVe1g78" + "AdBH2g/THjhMS0cVNUdeoKltC6bVPqQVc9sO0dqxk9rGl+kK1lPdsAXTCgMcAZZF9GsQYogkkAsh" + "HKdvZBww3uk64priYqdLECIG/geotmyT/YffwbJDmFYHTW2bqTnyLxpa1hEI1mLZQbS2TnoRrS0s" + "K0B75x4ONbxMQ+t6TCtAR1cDtc0HoXt1/B9otS9GX5cQp+R2ugAhhMCQdox+acboGxmn7mOP06UI" + "ET1GNdg/Av77SHudO6dpFyPyJ6GUgWkFaO3cRVtgH25XGl53Lj5vIW5XBobygFJo28S0OugK1RMM" + "N2HZgd5V9bAZYHftOqzuOecHwfgh5lORbVIXYogiFsjHzv56rm0F5fhZIcSgHQ49+tFiX6fTZcS9" + "tS0jrhk984p/DOcahsu3a+/bP2uOVE1CRFT4KY136R/RfFhrfdHew5uUz5NOftYolOp+UV9rk7DZ" + "Tthsp6Pr4HsfV+9dQPfZ1mJaIfbUrqO5sxmgE/gG2Ptj9FUJ0S/V/0P6NnL6tfnK8PwbcCaaeSgm" + "DOd6QojU9dL5f+Y0v2TE/vxx/3Ru33zecC+jFewAvdbWrLF9+n9q3vrNkUjUJ0TEeJaOobu/e4bb" + "5VHji6dTlDsBl+Hp7zNPEAoH2FO3jsMt1Wh0GLgX274T65noDjsXYhCGFKBHz/zyxRr9CHK8tRBi" + "mNzK5t3Fv8NjyCvH/VnZUM4nVy+N9GXrDK2u3bf5l89E+sJCDIv78iko/b/ADEMZqji7lJFFM0n3" + "5qBU/1NALduktaOOfYc30trVDBAEfgHcQXhZR3SLF2JwBhXIx479XJqZ5fueQn0L2RAqhIiAcRkt" + "vLLof5wuIyHUdmUy/8WronFprdG/tb36GzVv/UZ6h0T8cC89DcXDwDmA2+f2UZRdSmHOeDJ8uRjK" + "DUqhUGg06O4g3haop65pJ40d9T09483AT1D8N6Fl8j0u4s6gesjNrLQ/KvhYtIoRQqSecdKqMmAl" + "aR1kuEw6rYjvx1cK9UVXSOWCjFcUccRctgvP0o8CXwOuC5rB4oON+1RtczVpHh/pXj8edxqGcmPZ" + "JsFwJ13hTgLh3s2cIWAzcBPwKqFlMnNcxKUBr3KPnvWlpRLGhRCRlucJOl1CwlBArrcrmre4cuSM" + "6z4czRsIMWjhZQ1ofgBcWJCv/1yQpzHcJh2hDurb6qhp2sfBxl0cat5HY0c9XWYHaWm27XLxJvBl" + "4IMY+kXCEsZF/BrQMsv4uV/MCYfUL6NdjBAi9WS65HfkYGS6o/v3pRS/GD3zyy/v3/TLpqjeSIjB" + "MJeZwNYzZ1dstiywtY8Z02dQU9tJS3MA07JJ87lxuUzqag+Skam7tM2XX11lvEP4meEe8ylE1A0o" + "kJtBdTuK8mgXI4RIPZkeGXQwGP7oP4EZYWPfDNwS7RsJMRgXX3yxoRSXuN1QWJjFnDkTmasMbLs7" + "bysF7e3tPPvsQWxbpwNlhJ9529mqhRiYgbWsKHVulOsQQqSoNOPkp+2JE6XH5BUFNezZikJEmtvt" + "zgHGAuTm5uJ2u3G5DDweFx6PC7fbRVqaj/T0dACllJIDx0TC6D+Qf/zjLg2nx6AWIUQKCtr9jy8T" + "7+uK/IbOEyiYzcc/Lv8wIt6UAIUAJSUlfT7A6/Xi9/sB0Fqfe8kll8j3sUgI/Qby0VvzJwMZMahF" + "CJGCOszBH/SRytpj8/eVMWZb0aRY3EiIQZgGZLpcLgoLC/t8gGEY5OXl9bxb5nK58vp8oBBxpv8V" + "chfTYlCHECJFSSAfnA7LG5P7aMOaHpMbCTFwiwGVnp6O13vy/w6Kiop6/lgIFMegLiGGrd9Abmvl" + "i0UhQojU1BxOc7qEhNISjs2PZPnZL+JJRUWFF5gPkJ2djcdz8ifyBQUFuFwugHSl1IzYVCjE8Mhp" + "m0IIR+3pzHG6hIRRH8yIVcuKEPGmEBgBUFhYiGGcPL54PB4yMro7bbXWH4hJdUIMkwRyIYSj9nVk" + "Y2r5UTQQuzpynS5BCKeUA/kApaWlp3ygx+MhKyur590Fl156qTyLFXFPfgsKIRxlaoP9nVn9P1Cw" + "q10CuUhZCwHP0VNUTua4jZ0ltm0XRLs4IYYruvOzlEFemYyzFUKcWlX4Hcazyuky4t4e19nklV8w" + "4Mc31bwG2o5iRUJEX0VFhQI+COD3+0/ZP96jpKSELVu2ABTQPS6xNpo1CjFcUR9o63KnR/sWQogE" + "t65zNotzJZD3563AXPmZKlJRFjAJICcnZ0CBPCcnB7fbjWmaPmAO8E50SxRieKRlRQjhuHWdM50u" + "Ie4dDhewL1jmdBlCOKEYKIKTHwh0PI/HQ2ZmZs+7cmKniHsSyIUQjtsXLKMu3PdBH6Lb6g45MFmk" + "JqXURCDbMAyKiwc2Vvy4jZ2zKysrZYyniGsSyIUQceH5lnOcLiGu/at1odMlCOEIrfUlDOBAoKMp" + "pSgo6N3LWay1lmf8Iq5JIBdCxIVlLRc5XULcarRyWNV+htNlCBFzlZWVbuA8gKysrAEHcjimvSWP" + "92aYCxGvJJALIeLCzq7R7Oga63QZcWlF8/mY2uV0GULEnNa6gPfCdH5+/ikPBDqe3+/vCfAe4Kyo" + "FChEhEggF0LEjb81Lna6hLijUfy96RKnyxDCKSPoPqVzwBs6e8jGTpFIJJALIeLGP1ouot7Md7qM" + "uPJS61nsCo52ugwhnDIf8Hk8HnJzB3cwltvtPnpj59SKioqMSBcnRKRIIBdCxI2Q7eWJhqVOlxFX" + "fl//UadLEMJJFwNkZmYOqn8cujd2FhUV9bxb9N6bEHFJArkQIq78pbGSRivH6TLiwqtt89jaNcHp" + "MoRwRGVlZQYwEyA7Oxu3e/BnGZaUlKCUAsgFyiNaoBARJIFcCBFXOu00/rv235wuw3Eh7eGndZ93" + "ugwhnFRC96FAFBcX9wTrQTlqVKJLa31eZMsTInIkkAsh4s7TzR9gbUdqn975yJGPysmcItWNAXKV" + "UpSWlg7pAh6PB7/fD4BS6sKKiorBp3ohYkACuRAi7mgUPzn074S0x+lSHLE/VMYjRz7idBlCOEpr" + "fRFgpKWl4fMN7aBNt9tNdnZ2z7vjAX+EyhMioiSQCyHi0q7gaH5a+zmny4i5kPZwy4EbCNmD28Am" + "RDKprKw0eG9U4VHzxIfkqI2dhbzXAiNEvJFALoSIW082LmF5y/lOlxFT99dey/au05wuQwhHaa3z" + "gJHQfSCQyzX0g7GO6j/PprsNRoi4I4FcCBHXfnToOvaGUmM4wvKW8/lLY4XTZQgRD0oZ4oFAx/P5" + "fKSlpUF35lk03MKEiAYJ5EKIuNZuZfDlvd+nLlzodClRtbZjJndWf83pMoSIF2cAGS6Xi/z84R0W" + "5vV6ezd2Aos++MEPSvYRcUe+KYUQca8uXMBX991Bi5Wc+7GqgmO5cf8tKbuJVYg+XARDOxDoeC6X" + "6+hTPke5XC456EDEHQnkQoiEsCs4mq/tv4MWK6v/ByeQ7V3j+fKeO2mzM50uRYi48MEPfjANOBO6" + "DwTyeIb/RPWojZ0FWmvZ2CnijgRyIUTC2Nw5iWv2/IjacHKcgL22YyZf3PsDOZlUiKMYhlFE96FA" + "FBYWDulAoOMVFhZiGAZ0jz2U429F3Bn8ObRCCOGgPcGRfH7PPTww5i4m+vY6Xc6QLW85nzurvyZt" + "KuKUKioqXFrrVFs8GwPkQfeGTq31sC/o8XhIS0ujs7NTARctXrz4+WFfNAlorc3nn39++H/BYtgk" + "kAshEk5duICrdv+E60se41P5TztdzqCEtIcH6q7miYalTpci4tzixYtLgeuVUiOAgSwTJ0uwmsJ7" + "+WT37t1UV1cP+4KWZWFZVs+7n1BKDW+naPwZyssItlJqXWVl5e+XL18eiHhFYlAkkAshElLI9nLv" + "oS+wuXMSt434FZmuTqdL6te+YBm3HryR7V3jnS5FxLmKigoD+BRwM0MLW0mhqqoqGpctA/4tGhdO" + "QB/WWq8C1jtdSKqTQC6ESGjLW85nbedMri95lCU5LztdTp9M7eIvTZX8vO6zBOw0p8sRCUBrjVKq" + "GFCGYZCbm9vTA31Kkei3dpLWmnA4HJE2lVPxeDwD+vuMF+FwmGAwGLHrhUKhnlcMfHT31QuHSSAX" + "QiS8I+E8vnPw6zzd/AG+Vfo7xvsOOF1Sr9fazuS+2ms5EBrhdCkiQWVmZrJo0aJhj/9LFP2FcaXU" + "sAN7oj1xaW9vZ8eOHdi2HZHrBQIBampqov7ERwycBHIhRNJY3X46V+58gHOz1vHvRf/L9PSovNzd" + "L43i9fa5/Lb+SjZ3TnKkBpE8lFK43W7cbndvkDxZoBzMx4//2Mkec/Tb0Y87+n97/tyz6tzX+z1v" + "fX3s6LeekNjzZ9M0CYVCmKZJOBwmHA5jmmZKhcmeeeyhUCgi10ukVwdShQRyIURSsVG82jaP19rO" + "5OysDVyR+y/Oz1qLV4Wjfu9mK5vnWs7j/5o+yM6uMVG/n0g9xcXFFBZ2n1p7fFA+Puge/7Hj/7+T" + "fezo909loI/RWveG554/27aNaZonhO1QKEQwGOz9mGma2Lbd+3k9n5tq3G43fr+fxsZGp0sRUSKB" + "XAiRlDSKlW1zWNk2h2xXOxfnrOSirFXMzthGutEVsfs0mLms7ZjJcy3nsbJ9DmEtP1ZFdCilyM7O" + "prg4Ps61OTok97z1hOieleye3udgMHjM6rZlWScE7VRa8R4spRT5+fk0NTXJ31OSkt8cQoik12r5" + "+VvjB/lb4wfxKJPp6VXMz9zIhLR9jPHVMMZTg9fo/6XgVsvP/mAZe0PlbAucxpqOWewOjkKn7hAM" + "EWMulyuq1z8+HGutsSyrN0j3rGL3BO2eP4fD4WNC9tFhW0SG3+/H7XYTDkf/1T4RexLIhRApJazd" + "vN05lbc7p/Z+zEBT5Gkk22gjw9VFhtFFuhGgw86g3cogYKfRbGbLiZrCcUPp/T2+XaSvlpGeUN3T" + "MnL8anZfq+GpxrbtE9plju+Ljya32016eroE8iQlgVwIkfJsFHXhAuoocLoUIU7pZCvkPavTlmWd" + "0Jfds5IdDAZ7PxbNlpGjV8h73gd6g+tAe9Sd1jOCsaWlhebmZhobG2lvb+8dy2gYBj6fj+zsbPLy" + "8sjLyyMzM/OYzbeRZBgGWVlZtLa2RvzawnkSyIUQQogE0ddKrGVZbN68mY6ODsdaRrTWhEIhWlpa" + "aGpqoqGhgY6ODkKhELZtYxgGXq+XzMxMCgoKyMvLIycnB6/XG3fh3LZt2tvb2bt3LwcOHMA0TXJy" + "cigqKmL8+PFkZ2eTlpZGe3s7LS0tHD58mJ07d9Le3o7f72fcuHGUl5eTlpYW8a8tJydHxhUmKQnk" + "QgghRILoK5CHQiHa2tocaWXoCa/79u1j//79mKZJbm4upaWlTJ8+nYKCAtLS0ujq6qKxsZHa2loO" + "HTrE9u3bcbvdjBo1irFjx+L3+x0fxae1JhAIsH37dvbt20d+fj4XXHABCxYsYPTo0WRmZh6zwt/z" + "xMe2bZqbm9mzZw+vvfYamzZtYtu2bUydOpXRo0dHdH68z+fD4/FEbPyhiB+OB/LJ43P40bfOxOOO" + "r2fIyeCN9Ye555cbnS4jJubNKuSOr812uoyU0REw+eWftvPK6lqnSxEiZZysV7mnFSXWAoEAVVVV" + "7Nq1i7y8PBYtWtQbXjMyMnC5XMeE154NooFAgH379rFmzRrWrFnDrl27GDduHJMnTyY9PT3mXwd0" + "P7E4dOgQGzZswO/3c9VVV7Fw4ULy8vJwu/uPSqWlpZSWljJ37lxqamp47rnneOWVV9i3bx9z584l" + "JycnIqvlLpeL9PR0CeRJyPFA/u7uFn7xx238+OYzMQwJ5ZFStbeVBx/d6nQZMbNxexPFhel43HLY" + "QbS9sLKGe3+zicMNkRsdKIQYmL56yFtaWmLawmDbNocPH2b9+vX4fD4+9alPcd5555Gfn99veHW7" + "3fh8PnJzc5k+fTpXXHEFr7/+OsuWLeOll15izpw5FBcXx3S13DRNtm3bRlVVFQsWLOCzn/0spaWl" + "Q6rB6/UyduxYrrnmGs4991weffRRXnnlFebMmUN5efmwvy7DMPD7/bS0tAzrOiL+OB7IofsX/H89" + "vJkb/32m06UkhfrGLv7zzjfp6Iz9iolTgiGLqj2tTJuY63QpSasjYHLPLzfyzEvxcyy9EKnm+ECn" + "taa5uTlm97csi507d7JlyxbOPPNMrrrqKsrKyoYUNN1uN0VFRVx++eXMmzePxx57jJUrVzJt2jQm" + "TpwY9RGPAOFwmLfffpsDBw7wiU98gssuu4yMjIxhX9fj8TBt2jRuueUWHn74YVatWsUZZ5zB2LFj" + "hx3K/X7/MSeaiuQQF4Ec4Il/7mbC2GyuuEROtxsOreGOn66n7kjA6VJirq4hIIE8SrZWNXPrves4" + "cKjD6VKESGnHtz30tIDEgmVZbNmyhaqqKpYuXcqVV15JZmbmsK/rcrkYOXIk119/Pf/7v//LsmXL" + "CAaDzJgxI6qhvGcz7P79+7n22mu55JJLItrv3XOYz5e//GW8Xi8vv/wyXq+X8vLyYbWvpKenYxgG" + "lmVFrFbhvLgJ5AD3/HIj0ybkMmmczPodqmUv7mf12/VOl+GI1jaZzRoNy185yPcfeJtgSH74C+Gk" + "vsYF9swQjzbbttmxYwc7duzgYx/7GB/96EdJS0uL6D0yMzP59Kc/TWZmJk888QQej4cpU6ZEpX1F" + "a82BAweoqqriE5/4RMTD+NH8fj/XXHMN7e3trF27Fr/fT27u0BePXC4XXq83Zk/ERGzEVcNtKGzz" + "7fvXEwrZ/T9YnKCxJchPH97idBmOaW2XTS6RZFma+363mdvve0vCuBBxoK9V1a6urpislNbV1bF5" + "82YqKyujEsZ7+Hw+Lr/8cioqKti8eTN1dXVRuU97ezvr169nwYIFXHHFFVEL4z2ysrL4whe+QFFR" + "EevWrRvWkyjDMKL29y+cE1eBHGDnvlZ+/5cdTpeRkH7+6DZa2lI3lNrSThcxHZ0m/3nnmzzx1C6n" + "SxFCvOf4FfKe/vFo9xIHAgHWrVvHjBkz+OQnPxn1MJiWlsZnPvMZZs6cybp16yK+EmzbNhs3bsTv" + "9/P5z38+Ij3jA1FcXMzVV19Nc3Mz+/fvH/J1lFIxq1nETtwFcoA//F8V+2ukV3Uw6o4EeDrFN9sV" + "5vmcLiEpNDQH+fdbX2fVhsNOlyKEOEpfrRvR3tCptWbr1q0opbjmmmvIzs4e9DVs26arq4uGhgbe" + "ffdd3nnnHXbs2EFTUxPBYLDPJxRZWVlce+21AGzZsiWiTzpaW1s5ePAgS5cupbS0NGLX7Y9Sijlz" + "5jBv3jy2bdtGMBgc8rXS09Pj7kAlMTxx1UPeIxS2efDRrdx76zynS0kYf/z7TkwztVt9CvPkJbzh" + "Oniog//47ioOyuZNIeLO8SvkpmkOK9QNREdHB3v37uXSSy9lzJjBDV2wLIv6+nrWrFnDM888w759" + "+zh8+DBdXV1kZGRQUlLC2LFjWbJkCfPnzyc/P/+YJx2jR4/moosu4tlnn2XKlCn4/f5hfz1aa7Zv" + "305xcTEXXXTRSUOt1ppwOIxtv/971e12D2gm+an4fD4+/OEPs27dOurr6xk5cuSQrtMTyGXSSvKI" + "y0AO8OKqGrbvbmHKeNng2Z/m1hB/e26f02U4SqnuQ6bE0FXtbeU/vrOShubo/oIXIhUtWbJkUMuZ" + "lmWdsBx+fHgMBoNR39C5Z88e0tPTueyyywY18aS9vZ1//etf/OY3v+Hll18+ZdvJ448/zgc+8AGu" + "u+46Lrjggt7DgVwuF0uXLuWll15i9+7dzJo1a9hfTzAY5NChQ1RWVva5sbKrq4v9+/ezY8cOVq9e" + "TU1NDZZl4ff7mTx5MrNnz2batGnk5uYOeQLM2LFjmTx5MlVVVcMaGelyuY55wjAMarDfn9D9/fj0" + "00/LM4IIidtArjX84a9V3HPTmU6XEvee+n/76Aqm9qa7CWOyyc2O7qacZLZ9Vwtf/s7KlN6DIEQ0" + "LF68OAf4jGVZowb5qQo4/5gPHLdCHggEorqhMxwOc+DAAebOnUthYeGAP6+xsZF7772Xhx9+mPr6" + "/qd+tba28tRTT7F+/Xq+9KUv8bWvfa23NaaoqIg5c+awfv16pk6disfjGfLXA/S2yRy/Ot5zONDj" + "jz/Oiy++yNtvv93n6adFRUWcffbZfPKTn6SiooLc3NxBt46kp6czd+5cnnjiCQKBwJBGRxqGgdvt" + "jsQTMjfwRcuyKobwuS2LFy9+4rnnnht6Q7zoFbeBHODFVYeob+yiKF9aEU7ludeqnS7BcfNmDfyX" + "hTjWlqpUk0+HAAAgAElEQVRmvnLHSlrbZWykEJFUWVmptNaVwM+A4SVJju0hj8WBQB0dHbS3t3PW" + "WWcNuFWjpaWFu+66i4ceemjQx7sfOHCAH/3oRwSDQW6++WYyMzNxuVwsWrSIl19+mc7OTnJyhvdK" + "aHV1NSUlJeTl5fV+rLOzk7/97W/89Kc/Zf369af8/Pr6ev75z3/y4osv8vGPf5ybb76ZiRMnDnqV" + "e86cOfzxj3+kra1tyIE8QqMP3cCnh/i5Wik1oaKi4roVK1akzkmEURLXgdw0bf75r/1ce+Ukp0uJ" + "W/uq29m+S47QvficMqdLSEgbtzfy1e+9SXuHhHEhIk0ppbTWZYAnIyODkSNHDmo1tb6+nsbGxqOv" + "1/v5WmtaW1sjXfIx6urq8Pl8TJ48eUCPD4fDPPzww/zqV78adBjv0dHRwYMPPsi4ceO4+uqrcblc" + "jB07lszMTGpqaoYVyG3bprm5mdGjR/eG4M7OTh566CHuu+++QY1YbG9v55FHHqG6upr777+f6dOn" + "D+rfNj8/H7/fz+HDh4e0sVQpNexXC3oUFBTg8w18KILWmqamJrq6uhRQrpSKywEhiSauAznAc69W" + "SyA/BVkdh9FlmZw+tcDpMhLOjj0t/OedEsaFiDIFMGHCBK655poBhyitNS+88AJ///vf379QDDd0" + "aq05cuQIxcXFAw5rVVVV/OpXv6Krq2tY925ububBBx/kwgsvZMyYMaSnp1NSUkJDQ8OwrmuaJp2d" + "nRQUFOB2u7EsiyeffJKf/OQnA2qt6cvzzz/P7bffzkMPPUR5efmAP8/j8ZCfn09LSwta6yFNTInE" + "7HSv18sXv/jFQdVuWRZ//etfee2114Z9f/G+uH9Ws3NfK3ur250uI269tOqQ0yU4bulFo5HpT4Oz" + "+0Ab131b2lSEiJWe0xUH83b8pkHDMHqDWzAY7LPHOVK01nR0dFBcXDyg4BcOh3n00UepqqqKyP03" + "bNjAn/70JyzLIi0tjcLCQjo7O4fVM2/bNqZp9k5r2bVrF/fff/+Qw3iPZcuW8cADDwzqiYjL5cLv" + "9w/5lQTontgSidGHXq8Xn883qLfhTpsRJ4r7QA6wJkWPgu9PS1uIqj3Rfcky3nk9Bh+6eLTTZSSU" + "g4c6+PK3V9LcKhs4hUgkR/cpDzec9qcnvGZlZQ0ofDU0NLBixYqI1rB8+XJaW1txuVxkZGScMIZw" + "sLTW2LaN1+slFArxm9/8hi1bhn+6tdaaxx9/nB07Bn6ooVIKr9c7rK8n2qeLithKiEC+duMRp0uI" + "S29vbcRO8Rmkl188mkLZ9Dtg9Y1dXPftldQ3Du8lZSFE7PX0kPf08EZTT3j1eDwD2rBYVVXFpk2b" + "IlrDm2++yaFD3a8Cu91ubNse1txtpRSGYRAMBjl8+PAx7UDDVVNTw5///OcBP0nSWhMKhYY8OhEk" + "kCebhAjkVXtl02JfNmwZXj9donO7Df7toxOdLiNhdARMrr/zTWoOdzpdihBiCHqCsdaatra2qN7r" + "6PA6kFXc9evXR/yQGtM02bBhA9DdEuNyuYbVomEYBh6Ph7a2Nl5++WV2794dqVIBWLVq1YAn31iW" + "RVtb27BC9XD/PkR8SYhAXl3XSSic2qdQ9mV9igfySy8YSXlJhtNlJATb1tx+31ts3y1PboVIVD09" + "5KFQaFi9xwO9l8fjobW1td9Z19EcwdjQ0IBpmrS3t+PxeIa1oux2u0lPT+fIkSO9QT+SNmzYMOAx" + "hOFwmMbGRnJycoYcqnueNInkkBD/kpalqa6Vo7yPZpp2Socrr9fgi58e2CguAT/8xTu8uqbW6TKE" + "EMPQE75CoVBUN3RCd9jLysqirq5uQOE/WsHQ5XLR1dVFfX09fr9/WPcxDIP8/Hz27t3Lxo0bI1hl" + "t5aWlgG3EtXX19PR0UFJScmw7imBPHkkzL9k7ZFhD79PKgdrOzHN1H3V4KorJlBWLKvjA/G7J3fw" + "9+f3OV2GECnNNM1Bvx3fKtKzOtzW1hapI9NPSilFcXEx9fX1dHaeus1NKTWkWdoDUVZWRmdnJ7W1" + "tRQVFQ37eiNHjqSxsTFi02CON9AV8rfeegu329078WUoIrVCbts2lmUN6i3a33+pKGHm1shEiGOl" + "8ijIglwfn5Pe8QF57tVqfvmnbU6XIUTK27t3L6tXrx7wTG+tNfv2HftE2jCMmJzQ2aOwsBDLsti0" + "aVO/K7lnnXVW7/SSSMnOzmbOnDls2bKFcDg87NVkgJycHDIzM6MSKF0u14CeNHR2dvLWW29RUFBA" + "WtrQhxJEIpDbts3WrVsHNfrRNE327t07rPuKEyVMIG9qkUB+tL0HoruhJ5795+emk5mRMN+6jnlr" + "8xG++7P1pPggHiHiQjgcJhQKDbhfWGt9wsQOwzCwbZuOjti0cGZkZJCTk8Obb77J+eeff8oNiGVl" + "ZZxzzjm89NJLEbv/hRdeiN/v5/XXXyc/P5/09PRhX9Pr9VJWVjasIHwy48ePH9B1d+zYwc6dO1m4" + "cOGwA/VwN3VqrQkEArS3D3yRzzTNYR/+JE6UMC0rTS3RO5EsEaXqCvmsKfksuXCk02XEvd0H2rjh" + "h2tkM7QQScQwjJhs6OzhdrsZP34877zzDjU1Nad8bF5eHpWVlRGb+mEYBkuWLKGtrY133nmHMWPG" + "ROQwGqUUU6ZMoby8POITShYuXEhOTs4pHxMIBPjHP/5BZmYmhYWFw7pfzxhMkRwSJpDLiYLHOnAo" + "9Ta5er0Gd379DAz5AXRK9Y1dfPW7q+S/GSGSjMvlivoJncfrCa7/93//d8onAoZh8JnPfIbzzjsv" + "Ive99NJLWbJkCX/9619RSjF6dOQOgPP7/UybNo3c3NyIXdMwDC644IJTruJrrVm1ahVvv/0206dP" + "j8gccQnkySNhAnlXMHY/gBJBY3PqvWLwpU9NYUz50DfApIKuoMX133+T2nrZBC1EMunpF25tbY34" + "vO9TSUtLY8qUKbzxxhts2rTplPcuLS3l5ptvpry8fFj3nDhxIjfddBN1dXWsXLmSyZMnR6RdpYdh" + "GJx++unMmjUrYoH2kksu4bLLLjvl9WpqanjiiScoLCykrKwsIveVQJ48EiiQy0vvR2tIsUA+aVwO" + "V11xmtNlxDWt4c4HNrB9V+qOwxQimSmlaGmJ7X/fSinGjRtHVlYWjzzyCEeOnPzkbMMwuPjii7nj" + "jjuGHDhPO+007rrrLiZMmMDDDz+M3+/ntNMi/7M/MzOTiooKxo0bN+xrlZaWcv3115+yBaWpqYlf" + "//rXtLa2Mnfu3Ii130ggTx4JFMgHdhxtKgiFbTo6U6cdwePublVxuxPm29URv//LDp57tdrpMoQQ" + "UaK17ncEYTR4vV7OPPNMDh06xG9/+9tTnhLq9Xq5+uqreeCBB5g7d+6A76GU4txzz+XBBx/k4osv" + "5ve//z01NTXMnz8/akfEl5eX85GPfIQRI0YM+Rq5ubnccMMNXHjhhScNx83Nzfz6179m8+bNLFiw" + "gKysrCHfTySvhEk40rLyvqaWYEpNzvjK1VOZPP7UG2VS3cura/nl49udLkMIEUWx3NB5vLy8PObN" + "m8fatWt5+OGHTxnK09LSuOKKK/jDH/7AN7/5TWbOnHnSaSIul4u5c+dy22238fvf/56FCxfy2GOP" + "sXbtWubNmxfRPu/jGYbBjBkzuPLKKxk1atSgP3/UqFF85zvf4brrrutznKXWmrq6Oh544AHWrl3L" + "ggULKCkpidiqttY6pu1LIroSZnacrJC/L5VGQM4/vYjPSqvKKe3c18q3738LW34wC5HUwuHwCaMQ" + "Y0UpRXl5OXPnzuXVV18lGAxy7bXXUlBQ0GfAdLlczJgxgx/84Ad8/vOfZ9OmTbzxxhscPnwYy7Jw" + "u92UlpZy3nnnMXPmTMaMGUN7ezsPPfQQa9euZe7cuVGZhHI8t9vNnDlzyMzM5Nlnn2Xr1q39PunJ" + "yMjgkksu4Stf+QrnnXden6MOg8EgGzdu5LHHHuPIkSOcc845FBcXS4uJOKmECeSWJWGjR1tHarSr" + "5GR5+f435shUlVNoaQvxzR+uoTMgryAJkcy01rS1tTm6ImoYBmPHjsXn87Fu3Tpqa2u5+uqrmTZt" + "2kkPPEpPT2fGjBlMmzaND3/4w8fUbxgGHo+HcDjM1q1b+eMf/0h1dTVnnXUWZWVlMQuvLpeLqVOn" + "UlhYyGuvvcaWLVuor68nEAjg8XhIS0sjKyuLkSNHMmHCBC6//HLOPvtsCgsLj1n511oTDAbZs2cP" + "zz77LKtXryYvL48LLrgAv98fla9HVsiTR8IEctuWb7oeoXBqvFpw23/Morgg8oc3JAvL0tx0z1oO" + "puAITCFS0WAOb4kWpRQjRoxg0aJFrF+/nnvuuYezzjqLysrK3rDeV/A0DOOYleSe8FpVVcUzzzzD" + "6tWryc7OZtGiRWRlZcV8JVkpRXFxMUuWLGHq1Kls27aNhoYG3G43o0ePZtGiRSxcuJDi4mLS0tIw" + "DAPLsgiHw5imSW1tLXv27OHVV1+lqqoKl8vFGWecQVlZWUQ2cJ6MBPLkkTCB3JJA3itsJv/fxccv" + "Hccl5w5vdFayu//hzazdePKJB0KI5OJUu8rxlFJkZ2dzzjnnUF1dzVtvvcWaNWuYMGEC559/PmPH" + "jmXEiBF4PJ5jgrXWmnA4TG1tLXv37u0Nr4ZhMGvWLMrLy/F4PA5+Zd3971OnTmXMmDFUV1ezd+9e" + "2traeOGFF9iwYQMFBQX4/X48Hg9dXV20trbS2NhIU1MTwWCQvLw8Zs2aRUlJCV6vV1pUxIAlTCCX" + "J4HvCyf5Cvn0ibnc8IUZTpcR1/75wn7+vGy302UIIVKYx+NhzJgxjBgxgrq6Ovbs2cNvfvMbPB4P" + "OTk55OXlkZmZidfrJRwO097eTlNTEy0tLYTDYfLy8pg5cyalpaVxFV6VUmRmZjJx4kTGjRtHZ2cn" + "zc3NtLS0UF1dTTgcxrZtXC4XPp+PvLw8Ro0aRW5uLunp6bhcrpjUqbXGtmUkdLJImEAuK+TvS+bj" + "0LP9Hu65eR5eT8IMAIq5d7Y1cvcv3nG6DCGEQCmFz+dj9OjRlJeX09XVRUtLC+3t7TQ3N9PQ0NC7" + "idPn81FcXMy4cePIzc0lLS0tZuF1KJRSvU8ucnJyjgnAWuveOeBOzQOXQJ5cEiaQSw/5+8Jmcv4H" + "qBR87+tzKC/JcLqUuFVbH+CGH65J6idlQojE5HK5yMzMJDMzEwDbto/pce45bTRRKaXi7gmE9JAn" + "DwnkCShZJ858/mMTWbSg1Oky4lZX0OKbP1hNY0tqndIqhEhMiRy+E4GskCcX+a8lASXjE+IFs4v4" + "j89OdbqMuKU1fPdnG9i+O7bHZgshhIhfskKePCSQC8eVFqVz941zMYz42NATj3735Lv8v9ernS5D" + "CCFEnLBtW1bIk4gEcuEor9fgvlvnk5fT96ESAl5eXcuvn3jX6TKEEELEEcuyZIU8iSRMD7lITrde" + "dzrTJuY6XUbc2nOgjTt+uh5bfugKkfBCodCAp3ForeNm7riIT+FwZE7t7uzsPOlJq30xTVO+N6NA" + "ArlwzJVLxvGhS0Y7XUbcamkL8fW7VtPeEZkfukII55imydatWwc8pUNrzZEjcvCXOLlIBHLbttm9" + "e/cxp6j2R2tNZ2fnsO8tjiWBXDhi1pR8OfznFCxLc9M9azlwqMPpUoQQEdJzoMxASX+wOJVwOByR" + "lhXLsga14i1tMtEhPeQi5grz07j31nl43PLtdzL3/W4TazfK6pgQQoi+hUIhp0sQESSJSMSU221w" + "z7fOpCh/4C+PpZqnXzzAk0/vcboMIYQQcUprLYE8yUjLioipG78wgzkzCpwuI25tereJH/z8bafL" + "EEJEmG3bBIPBQR2WY5pmFCsSiUxrHbHvj8EG+0jeW7xPArmImUsXjeTKJeOcLiNuNTQFuemetYTC" + "0jcqRBLR0N2nu3Xr1gH36iqlSE9PJyMjI6rFicRk23ZEQrFt2+zcuXNQG0SVUuTk5OB2u+G9728x" + "fBLIRUxMGpfDt7862+ky4pZp2tz047XUHQk4XYoQIkKeffZZu6KiYjfQCXjD4bAxmM1zPp9PAXJi" + "mjhBJFepLcuyBxvIdffOThuo0lrLKlIESCAXUZeT5eX+2+aR5hvYuK9UdM+vN7FhS4PTZQghIkxr" + "/TzwaaAsEAjMNE3TM8BPVX6/fx4wK3rViURl23akZoFbtm0/HQgEBnwUtFLKtixrt8fjOQw8v2LF" + "CulfiQAJ5CKqDKX44Q1zKS/NdLqUuPXX5Xv524q9TpchhIiC5557rhN46r13/Qxwxbu0tNQ1duzY" + "7yCBXPQhFApFZPygUiqcl5f3wLp1614fzOe9++67YaRdJaIkkIuo+urVU1k4t9jpMuLWxu2N3Pfb" + "TU6XIYSIjfaBPvD00083lFIyRkP0qaurK2LXcrlcJiDfaw6TsYciahYtKOXfPjrR6TLi1pHGLtnE" + "KYQQYtC6urrkgJ4kI4FcRMXYcj93fXMuSrYj9SkUtvnm3Ws43BC5VQ4hhBDJT2sd0RVyER8kkIuI" + "y0h3c9/t88nMkI6ok/nxrzay+d0mp8sQQgiRYGzblkOBkpAEchFRSsGdXz+D8aOynC4lbj359B7+" + "/vw+p8sQQgiRgGzbHtTccJEYJJCLiPrCJyZz0cIyp8uIW29va+S/Ht7sdBlCCCESVKQOBRLxRQK5" + "iJizZhfxpU9NdrqMuFV3JMCNP1xD2JRNnEIIIYZGNnQmJwnkIiLKijO4+1tnYhiyi7MvoZDNjXev" + "obEl6HQpQgghElggEJBAnoQkkIth83ld3HfbfHKzvU6XErd+9Kt32FLV7HQZQgghElxnZ6fTJYgo" + "kDEYYthu+4/TmXJajtNlxK0nntrFU/9vv9NlCCHi2JIlSwyOOsXTtm1Da937vtZ60KuiSubOJh3b" + "tqMx8tBYsmSJq4976eXLl0uPZYxIIBfD8pkPncbSi0Y5XUbcentrAz/7w1anyxBCxKnFixd7lVIf" + "syxrHkcF8vf+vBC6e4a3b9+O2z3wX9lKKQoKCiguLpZgnkT6Gnlo2zZtbW2DmrximmbPEzwP8FXL" + "sq7o42HBioqKJ1esWLF+ODWLgZFALobs9Kn5/OfnpjldRtw6dLiTG+5eiymbOIUQJ6GUmgD8N1B4" + "sseEQiE2bdo06GunpaVx1llnUV5eLqE8SZimecyEFcuyOHz4MO3t7UPtK3cBHz3F/39uRUXFhStW" + "rJANUFEmgVwMSWF+GvfeMg+PW7Yh9CUUsrnxR2tpkk2cQohTUEr5tdbpAOnp6fh8vmFfU2tNIBCg" + "q6uLNWvWsHDhQkpLS4d9XeG8ozd0mqbZG8YBXC4XLtcJnScAgwrrWmssy+r5nEKOfeVGRIkEcjFo" + "brfBT26ZR2F+mtOlxK27H3qHbTtlE6cQYmBcLhcLFiyISHDWWtPY2Mgbb7xBZ2cnb775Jueccw5F" + "RUURqFQ4qbOzE601pmlSW1vbu8EzOzubwsJCDGP4i2Raa+rq6nqDvogNCeRi0G65bhazp+Y7XUbc" + "evRvO/nnC7KJUwgxOC6Xa1B94qdSXFzM2WefzRtvvEF7ezurVq3ivPPOIy8vLyLXF7Gntaajo4Nw" + "OExtbS2BQAClFLm5uRQUFEQkjPeQFqfYk0AuBuWyC0fxkcVjnC4jbq15p56fPyabOIUQzlJKUVpa" + "yoIFC1i1ahWtra288cYbnHvuufj9fqfLE0NgmiZtbW3U1NQQDAZ7N+7m5uZGNIwLZ0ggFwM2ZXwO" + "t3/ldKfLiFs1hzu55SfrsCw5sEEI4TylFOXl5cyfP5/Vq1fT3NzMCy+8QHp6esSuL/oWjYN7tNa0" + "tbVhmiaGYVBUVER2drb8OyQJCeRiQHKyvNx3+3x83r43jKS6YMjixrvX0Nwa6v/BQggRI4ZhMHr0" + "aEzTZN26dQQCAQKBgNNliWFwuVwUFxfj9/sljCcRCeSiXy6X4t5b51FWnOF0KXFJa/juzzawfVeL" + "06UIIcQJDMNg3LhxmKbJhg0bsCwLwASeBQ45W53ohwGcA0wFlNvtprS0lIwM+X2cbCSQi359/fPT" + "OXPmSUfkprxH/lrF869VO12GEEKclMvlYuLEiZimycaNG7Ft2wUUa62v11ofdLo+cSLDMNzAZ4CP" + "Acrj8TBixAjS0mTCWTKSQC5OafH55XzmQ6c5XUbcevPteh56fJvTZQghRL9cLhdTpkwhHA6zbds2" + "Zdv2fKXU75RSn12xYkWt0/WJ91VWVnq11l8Evg/keL1eysrK8Hq9TpcmokS25YqTmjA2mzu+dobT" + "ZcSt6rpObv3JOmxbNnEKISLjZAe7RIrb7WbGjBlMmDABpZQBfAD4XUVFRUFUbywGrLKyMl1rfRNw" + "N5CTlpbGyJEjJYwnOQnkok/Zfg/33zaf9DTZxNmXzi6Tb9y1mpY22cQphIgcn88X9VDu8XiYPXs2" + "Y8eO7QnlFcCvKioqcqN6Y9GvyspKv9b6+8BtQGZ6ejrl5eURm08v4pf8C4sTGEpx1zfnMmpEptOl" + "xCWt4c7/3sDOfa1Ol5Kw0tNcjB2Z5XQZcc22Ne/ulo3Cqcbn82FZVs/Gy6jxer2ceeaZWJbFgQMH" + "XFrrK4DOysrKry5fvrwtqjcXfaqoqMjRWv8E+Bzgzc7OpqSkRCappAgJ5OIEX/r0ZM6bV+J0GXHr" + "d0++y/97vcbpMhJaMGTz1aumcvacYqdLiVvtHWHO/+SzTpchYszr9WJZFsFgMOr38vl8zJ8/H9M0" + "qampcQOf0lq3VVRU3LRixYrOqBcger3XMvRz4KOAp7i4mHnz5rF///6YfC8I50nLijjG+fNLufYT" + "k5wuI26tWn+YX//Pu06XkfBsW3PbfW9RXSe/84U4mlKK7OzsmN0vLS2Ns88+m9LSUgAP8AXgOxUV" + "FTLKI0YqKytLgUeAjymlPCNGjOCcc84hNzeXrCx5JTFVSCAXvUaXZXLXN+dgyMtjfdpX3c4tsokz" + "YlraQtx49xqCoei+NC9EIlFKkZsb21bu9PR0zj77bIqKigB8wPXAjRUVFbKLMMoqKipGaa3/BCxR" + "SrlHjhzJwoULyczMRClFQUGBtKykCAnkAoCMNDf33TafrEyP06XEpY6AyY13r6GtI+x0KUnl3d0t" + "PPCHrU6XIURcSU9Pj/rGzuNlZmaycOFC8vPzAdKBW4AvV1RUSGtrlFRUVJwGPAksUkoZY8eO5ayz" + "ziI9Pb33MRkZGXg88ns5FUggFygF371+NhPGxO5l0kSiNXzvZxvYtV/2OUXDk8/skc2LQhzF6/U6" + "MlUjKyurt1UCyATuAv7t0ksvlXFbEXTppZeqioqKacBfgbMMwzAmTZrEvHnz8Pl8xzzW7XYfE9BF" + "8pJALrj6IxO55Nxyp8uIW79+YjsvrJRNnNFi25of/2ojWjqBhAC6Q9jxwSxWcnJyOOecc3r62LOA" + "+7TWH6usrJS8EAEVFRXKtu3ZwP8Bp7tcLjV9+nRmz57d55xxpRR+vz/mdYrYk5eiUty8WYV89aqp" + "TpcRt15eXcvvntzhdBlJ7+1tjTz78gGWfGCU06UI4Sitde/GztZWZ0ar5ubmsnDhQl5//XXa29tz" + "tdY/B6zKysqVjhSURLTWU4DfAePcbjezZs1i0qRJp3xFJDs7m5qaGrSsWiQ1CeQprLQonXtuOhOX" + "SzaM9GVvdTt3/HQ9tvwQjImfP7aNxeeV43bLQpxIbT0bOw8ePOjY/QsKCnpDeWdnZyHwqNY64EhB" + "ycUH+D0eD3PmzGH8+PH97hfoOSzKNM3YVCgcIYE8RXm9BvfeOp+8HGdeFo13HZ0mN/xwDe2yiTNm" + "6o4EeP61ai6VVXIhejd2RvuAoJNRSlFUVMSCBQtYtWoVwWAwQ2udcarHp7qBrGArpUhLS2POnDmM" + "GTMGw+h/AcIwDNxutwTyJCeBPEXdet3pTJ8opyT3xdaa2+5bx54Dsokz1v66fK8EciF4f2OnU4Ec" + "usNjWVkZH/jAB2hpkY3XkdDz6kdubu6An8QYhoHX66WrqyvK1QknSSBPQVdeOo4PXTLa6TLi1i8f" + "385ra+ucLiMlvb2tkX3V7Ywpl01MIrX1bOx0+pTGnvaVgoICR+tIZT0r5CK5SbNmipk5OY8b/n2G" + "02XErZdWHeL3f5FNnE56dU2t0yUI4bhYn9gp4ltfE1hEcpFAnkIKcn3ce+t8PLJprk97DrRxx8/W" + "y/g9h63bdMTpEoRwnBMndor4FeuDokTsSTJLEW63wY9vnkdxQZrTpcSl1vYwX79rNR2dsmnGaW9t" + "bsA0bafLEMIRR28MdOLEThGfBrL5UyQ2+RdOETdcO4M5M6QHsC+21tx+31scONThdCkC6AyYbN3Z" + "7HQZQjjOqRM7RfyRKTbJTwJ5Crh00Ug+cdk4p8uIWw/+YStvvCWbOOPJzr3OHIgiRDxx8sROEV9s" + "W141THYSyJPcpHE5fPurs50uI269uPIQj/19p9NliOPUHO50ugQhHCcbO0UPJ8dfitiQQJ7EcrK8" + "3H/bPNJ80oPYlx17WvjOT9+STZxx6NBhORBQCNnYKXrIoUDJTwJ5kjKU4gc3zKG8NNPpUuJSS1uI" + "G+5eS6BLVh3iUWu7nJAqBMjGTtG90Tcclp+JyU4CeZL6ytVTOWduidNlxCXb1tx+/1tU18omznjV" + "1iG/fIQA2dgpuvvHJZAnPwnkSWjRglI+99GJTpcRt376+y2sfOuw02WIU5BALlKVPq6HTjZ2Ctu2" + "CYVCTpchokwCeZIZW+7nrm/ORSYk9e3Zlw/yp6d2OV2G6EdnQPolRWrSWh8TymVjp7AsSzZ1pgAJ" + "5EkkI93NfbfPJzNDXt7sy7u7W/jBz992ugwxAJYtO22FgO5AnpeXh8fjweVyYRiGzKROMZ2dnSe8" + "ciKSjyS3JKEUfO/6Mxg/KsvpUuJSS1uIG+9eQ1dQVhkSgZzUKcT78vPzmTt3LqZpEg6HCYVCvf8b" + "DJzFXVUAACAASURBVAZ73zdNE8uyelfZj34TiaulpUX+DVOABPIkce2Vk7j4nDKny4hLlqX51o/W" + "Ul0ns60ThWXJLx8hehiGQXp6+gkfPz5wa62xLKs3uB/9FgwGCQaDve9bloVt22ite/9XQl/8sSyL" + "zk753ZUKJJAngbNmF3Hdp6c4XUbcuv/hzazbdMTpMsQgSCAXon9KqRPaV062CbSvVXPTNE8I7z0r" + "7sevuh8d2iW8x45pmnR1dTldhogBCeQJbkRxBnd/60wMQ3oK+/LMSwf487LdTpchBsm0pGVFiEjq" + "K7x7PJ4THnf8ivvRq+59hfejV91N0zwmuPf8WQxdW1sbti0/D1OBBPIE5vO6uP+2+eRme50uJS5t" + "393CD37+jtNliCEwZYVcpKhQKERra6vTZZxAKYVhGPh8Pnw+X5/tMlrrY1bXe96O/phMCxk4rTVN" + "TU3ypCZFSCBPYLf+xyymnJbjdBlxqaE5yDfuWk0wJD/8E5Fta2ytMWSahEgRtm1z5MgRdu7cSVVV" + "VVJNUpFAOTSWZdHU1OTIDHJ54hR7EsgT1Kc/dBqXXzTa6TLikmna3PLjddQdCThdihgGy9IY7uQJ" + "JUKchAa01ppNmzaxZcsWp+s5QTI9OXDaYJ+cOPVk5qg2GXk2FSMSyBPQjMl5XHGJhPGTufe3m3lr" + "s2ziTHSWpfHITyiR5LTWh4CDwGjbtvvrF06mcJQOGIZh4HK5nK5lwI46wj4IJNIJZkN5VqWBNYAs" + "l8eA/LpLQFPGS5vKySx74QB/eXaP02WICJBJKyJFVCullgDlDC00OWXItWqt3cAjwKiSkhJOP/30" + "yFUVRcFgkNdeew3TNAH+Syn1XD+fktA/xLTWYWD7ihUrwv0+WAybBHKRNDa928QPfyEncSYLmbQi" + "UsGKFSs0sPu9t5Rw8cUXe91udwdAeno6hYWFTpc0IIFAAMPoPeB8x/Lly19xsh6RXIz+HyJE/Gto" + "CvKtH60hFJYQJ4QQQojEIoFcJDzTtLnpx2s53CCHJwghhBAi8UjLikh49/xqIxu2NDhdhhBCxIUl" + "S5YYlmV5lFIurbVBdy+zrZQyly9f7lg/8OWXX64syzLC4XDvLs4BbGSNG5ZlHT31xFiyZIlLa43P" + "57P//ve/R7Vf/KKLLlJer9dt27YbMJRSSmttG4ZhKaVCzz77bEL3qwsJ5CLB/eXZPfztuX1OlyGE" + "EI5ZvHixWynlB0YqpeZYljUVmKC1/v/s3Xl8nFd58P3fuWef0TLady+yvDuxY0de4iWxY0e3QgoU" + "aNkppVDe0pY1QKGULaxP+0BpgfI8UN4uT9l5eQrBkhMgi5MYx06ceInteJEsWfs6+3rf5/1jNBPJ" + "km3JljSSdb6fjz4fj2bmnnOPxtJ1n3Od6yokVc3EBEJSyk5d188Dx4UQJ4A+KWV4JI99Rum6XhyP" + "x/8cKNU0zQKUAvT29nL48OGZfvlpke5GOuJNhmHcDhCNRtsaGxu/29TUFJiu13rVq14lDMPwACXA" + "7cDtUso6IUQF4CYVlEeklANSynO6rp8GnhdCdEgpg83NzaoyyjyjAnJl3nrx9CD/8N2T2R6GoihK" + "Vui6nksqWHsDsA+ollK6Ads1niaBmJQyAJwF/lvX9V8KIVqbmppmsgPNO4GHuCJVNhwOc+HChRl8" + "2Rmzb+QLKWVSCPEy8PDNHlTXdbsQotYwjNcArwZWADmAg2tXtkmQuuhqBx7Rdf1nwMnm5ubgzY5J" + "mR0qIFfmpf7BKB/7yhESyfmx1KkoijJdGhsbc4F7pZQfBjaQCtiEzWbD6XSSk5NDTk4OLpcLu92O" + "aZrE43FCoRDBYFCEQiFnLBZzGoZRAmwDPiql/LWu698wTfPUI488MhP1tctJzeqSm5s7ulrJvGWa" + "JoFAACmlVUpZejPH0nXdRuri6oNSygagELBYLBYcDgc5OTl4PB48Hg8OhwNIzdhHIhECgQChUMgW" + "jUa9iUTCC6wD/hw4ouv614AnVGA+96mAXJl34nGTD3/xWfoG1SZORVEWDl3XLcAGKeXngd2AS9M0" + "8vLyqKmpobKykry8PKxWK5qmZb4g1fHRNE0MwyAWizE4OMilS5fo6emxRCKRUinlO4EHNE37N13X" + "v9bc3Nw9E+fgcrnYs2dPJqicz6LRKE1NTTfV2r6xsVEAlVLKjwJvAwqFEMLtdlNeXs6iRYsoKCjA" + "4XBgsVjQNC3TOTWdf2+aJslkEp/PR2dnJ+3t7SIQCOSaprkH2Ao82tDQ8BkhxEmVyjJ3qYBcmXe+" + "8p3jnHx5KNvDUBRFmTUNDQ1u4K3A54FyTdMoLCxk5cqVVFZWYrfbsdlsuFwucnNzcbvdmSBOCIGU" + "kmQySSwWIxgMUlhYSGVlJaFQiNbWVs6fPy9CoVAJ8GHgXl3X/0JKefTAgQPTugwphMBms2GzXSur" + "Zn4YlU9+Q3Rd16SUW4F/AdYClpycHOrq6liyZAlutxuPx0N+fn5mZtxqtY75ecbjccLhMIFAAI/H" + "Q0lJCatWraKzs5MzZ84wNDTkllK+WghRD3xS1/WfNDc3R6bh9JVppgJyZV754a8u8n8fVZs4FUVZ" + "OBoaGgqEEA8BfwY43W43q1evpra2FqfTidvtpqSkBK/Xi8PhQAiRmUWFV2bHk8kkI1VBcLvdxONx" + "cnNzWbt2LYsXL+bEiRO0tbVZDMPYCPy3EOIjDQ0NPzlw4MB8ahE/LzQ0NNiklG8XQnwZKLVarSxZ" + "soS1a9eSk5ODEAKLxZK5sHI4HDidzszqx0Q/33g8ztDQEH19fbhcLiorK7lw4QJnz54V4XC4Evg2" + "cHtjY+NDTU1Nw9k6d2ViKiBX5o0XTg/yj98/le1hKIqizBpd10uBfwZeL4SwlJaWsmnTJgoLC/F4" + "PFRWVuL1erFax/45l1JiGAaRSASfz8fw8DDRaBTDMMaVGUynvWzZsoWqqiqOHTtGKBQqB74thCjW" + "df07zc3NM7nhc0HRdd0BfAD4FJCbk5PDxo0bqaqqwmLJVITEMAwGBgYYGBhA0zQsFgtOpxOv10t+" + "fj5utzsTnFssFlwuFy6Xi9LSUoaGhujs7MThcFBeXs7Ro0fp6+tzA++XUpbouv6h5uZmVS94DlEB" + "uTIvdPdFePCLz6pNnIqiLBiNjY0FUspvkgrGtcWLF7Np0yZyc3MpLy+nvLx8XOqHlJJYLJYJ5NJB" + "+GRYrVYWL15Mbm4uzzzzDD6fLx/4IpDQdf1/q/zjm6fruhX4S+AzgLugoIBt27ZRUFAwZtb7Sulc" + "8UQiQSAQoLOzE6fTSXFxMYWFhZmVEUj9HNMrJp2dndhsNnbu3MnRo0dpb2+3SinfCsjGxsYPqJny" + "uUMF5MqcF4+bfPTLzzLoi2V7KIqiKLNC13WXlPJzwOuEENqiRYuor68nPz+f2tpa8vLyxqUtRKNR" + "urq6GBwcJJF4pf+PYRh0dXURi03ud6iUkqKiInw+H6QquHwZWK7ruv8mTukuSFUGaWlpuSVyyOPx" + "+OiLnVfrur5oEk/zAu8C3EIIioqKGBwcZGho6vuiCgoKCIVCdHV1UVhYSHl5OU6nM/O5sNlsLFq0" + "iLy8PFpaWti8eTNSStrb2zXgLVLKnoaGhr87cOCA+uM6B6iAXJnzvvQvL3LqnLqIVxRlYWhsbNSk" + "lK8H3g1YSktLufPOOyksLKSurg632z3m8YlEgp6eHrq7u8cE4mkDAwMcPHhw0jPlE8gHPnSjTx4t" + "Ho9z9OjR6TjUXPOaka9Jk1Jy/vx5zp8/f0Mv6PV62bt3LwDd3d0MDg5SXl5OaWlp5oJHCJGp0nLu" + "3Dnq6+uJRqP09fVZgfcJIY40Njb+rKmpSXX6zDIVkCtz2v/5vxf45W/asj0MRVGU2VRLKlXE5fF4" + "qK+vp6ioiOXLl+NyuTIPklISCoVoaWkhFAqNbus+xui0FY/Hc83UCGXuSyQSxGIxYrHYmIuseDxO" + "e3s7Q0NDLF26FLfbnflZu91uli9fjmma1NfX8/jjjxMOhz3AV6SUR4DWrJyMkqECcmXOevbFPr7x" + "b2oTp6IoC8f9999vN03zU0CNpmmsXbuWkpISli1bNi4YHxgY4NKlS5Oug22329m7dy9Op3OGRq/M" + "hosXL151lUFKSSAQ4MyZMyxZsoTCwsIxQXldXR3JZJI1a9bw/PPPY5rmUuCjuq5/sLm5efzyijJr" + "VECuzEldvWE+8ffPYRhqFU1RlIXDNM11pFIfRFlZGbW1tVRXV5OTk5N5jJSS3t5eLl26NKU0lFup" + "BvhCNroSy9XE43EuXLiAYRiUlJRkgvKcnByqqqqIRCK0t7fT09MjgDcC3wFOzOjAlWua/71rlVtO" + "LG7w4JePMKQ2cSqKsoCMVOB4H+C1Wq2sXbuWoqIiSkpKMo+RUtLf3z/lYFxZeAzDoLW1lYGBgUw6" + "kxCC0tJSCgsLWb16dTq4LwLe3djYqCZps0gF5MqcIiV89hvHOH1ebeJUFGVhEUKUATpAcXExZWVl" + "1NTUjJkR9fv9tLa2qmBcmZR0UB4IBDLfs1qt1NTUUFFRQVFRUfrbr5FSFk14EGVWqKshZU75j//v" + "HAee7Mj2MBRFUWZVY2OjkFJuB8qFECxZsiTTMj0tHo/T0tJy0y3bJ2KaJoZhYBjGVTeHKrMj3Y1z" + "Mqkpk5EuNbl69WrsdjuQSl3xer0sXryYvr4+pJSVwBbgl9PyosqUqYBcmTMOv9DHP//H6WwPQ1EU" + "ZdZJKS3A6wGLw+GgqqqK4uJiNE1L3097ezuRSGTaXzscDvPSSy/R1dU1YdlEZXZZLBaKioq47bbb" + "yM/Pn5ZjhsNhOjs7Wbx4caazZ1FREdXV1Rw/fpxYLGYDXqvr+v7m5ubpv+JTrksF5Mqc0Nkb5hN/" + "fxTTVDMziqIsSDnAnQD5+fm4XC68Xm/mzlAoxMDA9Hc6j0QiHDx4kL6+vmk/tnLjAoEAQ0ND7Nq1" + "a9qC8r6+PkpKSjKrLgUFBbjdbnJzc9NNo7YDLiBwjcMoM0QF5ErWhaNJPvjQYYb9kyvdpSiKcguq" + "BAohFSh5PB6s1tSfaNM0uXz58rTnjUspOXPmDH19fWiaxrq7trFh+10ITW0vyx7Jy8dP8NxvH8Pn" + "8/HCCy+wc+fOzErJzUgmk3R0dLB8+XKEEFitVtxuN4WFhfT39wMUA+WogDwrVECuZJWU8LlvvMD5" + "1pvpyKwoijLvVTDSTj03NxeHw5EJwqLR6JhNedPFNE16e3sBWLbhdt7y/r/Ck5s75jEacK02QjfS" + "YujG2hJN7Vk32vpoOs9n4vVeiRy5TwLmqH+n3b55M8l4nCOP/paBgQGi0ei47qw3yufzEY1Gcblc" + "WCwWHA4HOTk5CCGQUrpJBeTnpuXFlClRAbmSVd//6cs8+pTaxKkoyoJXCtiFELjdbux2ezpIor+/" + "f0Y2ciaTyXSqAuU1i8YE41YgF4EbgRVxwwHufHZlQD36tjkSWKcDajPzJa+4Pf5rdAA+UdBudzop" + "q65GCEE8Hp/WvP5kMsng4CBVVVWZuvTpjp5SSgepEohKFqiAXMmqYFjtHVEUZWHTdV0ABfBK8570" + "7LhpmgwNDc38IEZF3A6gFA3bPA7D5VX+nb599YD6lcB6okA6/bzRx73Wa92odCOfmah4MzAwQEVF" + "RaaSy6hGUQLw6roumpub1YauWaYCciWr/urtq3n+ZD8nzs7CHxxFUZQ5SNM0pJT2dPA1Ol84Fotl" + "ZrFngwUomQPB+NWC3NTsshwTSI8PqK8dTF+ZIjITAfVclv5MuVwuIPV5S18AMLJKo8w+FZArWWWx" + "CL704Cbe9IHHCanZckVRFiDDMBBC+CE1I5pMJjNpCqFQaFabADkQ2G8yGJ/K7PSNBNSjj7vQgunp" + "kEwmCYfDOJ1OEokEyWRy9Ey8r6mpSb2VWaACciXrqso9fPqvN/Dxrx7N9lAURVFm3YEDB6Su6wOk" + "Yk8tHo8Tj8cxTROfzzerY3Fd47504GxcM90jFUwbUmIKMWrzopqdnkv8fj9er5dEIkE8Hk8H5ElA" + "VVjIEhWQK3PCvh1VHDzSw8O/a8/2UBRFUbKhB4hKKd3BYJBYLJaZyZxNV9u+GUMyjCQ2EnDD1YPp" + "oUiYpy6+zPKyClYWl83jTPRbVzAYxDAMYrEYwWAwHZBHSH0OlSxQxUaVOeMTf7GeJVU52R6GoijK" + "rBNCdAFBKSV+v59YLEY0Gp2R6ipTFUXSg0kISZLx1ULGBuaSn75whAdPPMe3jz5DOKH6S8xFyWSS" + "aDRKLBYbvQoTArqzOKwFTQXkypzhclr44oObsFnVx1JRlIVD13UNWMLIqvXAwACxWIze3l5M07zm" + "c2eaBAZHAvHJCMXjHBvoxQSOBv3E4iogn4vSNejj8fjoKj4WYMlrX/tataiRBSryUeaU1XVe/vId" + "q7M9DEVRlNl0t5TyR4x06gyFQgSDQQYHB7M+Q24AiSlkd/cF/BwOBwEYShr0hIIzNLKZkzAMErO4" + "kTYbEokEg4OD+Hy+0WlRJcBPY7HY9iwObcFSAbky57z9tXXsrC/P9jAURVFmnK7rpcA3gfJ0M6Bk" + "MklLS8uV1S+ywhyVM349Evht63kCI7P6BpIT/fMrJTkcj/OdZ5/iu0efJjKNDXnmmnQ1n9bW1nSV" + "n3Q98kop5bcbGhqKsz3GhUYF5MqcIwR85gMbKC50ZnsoiqIoM6axsdECvAdYJYRg165dLF++HID2" + "9nYikUhWxwev5IpPRjgR53hPZ+a2BDr7ezGzfFExFWf6e/h22wW+03qBgWAg28OZUeFwmMuXLwOw" + "cuVKduzYka5HvlYI8ScjqVTKLFFvtjInFeY7+NwH70BTDQoURbl1rQbeD2jV1dXce++97N69G03T" + "CIVCXLx4Mesz5FOZI+4P+Pl9KIAAqm12AM6HAkST82OmWQLPtreSlJKINHlpsD/bQ5oxUkrOnz9P" + "OBzGarVy7733snfvXioqKiAVG34EWJHdUS4sKiBX5qxtd5Tyttcuy/YwFEVRpp2u6y7TND8LlNps" + "Nvbt20deXh51dXUsWbIEKSXnzp0jGMxuDvZk88cl8FjbRYYMg1UOJ29dtgqA05EQsXmS+hFJJHhp" + "sC9z+/yof99qAoEAFy5cQEpJbW0tS5cuxev1snfvXqxWK0AF8KmGhga1VD1LVECuzGl/9Y7VrFtZ" + "kO1hKIqiTCshxB4hxP0At912G+vWrQPA5XKxceNGLBYLoVCI48ePZ3Vj52RD6UgiwYtdHQBsLyxm" + "T/US7EKjM5FgIDK7tdRvVDAa4cioNJVB3zDGPEq3maxEIsELL7yQmR3ftGkTTmcq7l6/fj1r165N" + "P/S1wI5sjXOhUQG5MqdZrRpf+sgmPG7Vw0pRlFtDQ0NDsZTyS4ArLy8PXddxOBxAKlhyu91UV1cD" + "0NbWxvnz52ctdeXKJMHJXgoMhAL8PujHiuDORbXku90ss9sxpOR43/wobf18bxf9xitn3BYN33J1" + "1E3T5OWXX87kji9atAiHw5G56HM6nTQ0NJCTkwPgEUJ89b777ivM3ogXDhWQK3NedYWHj7/39mwP" + "Q1EU5abdf//9mhDibcA6IQRbt26lvPyVqlLDw8OYpsnGjRspKCjAMAxOnjxJR0fHrOeTpxoAXf81" + "JfBkWwv9RpJau4M7yirx2B2sdLqRwOX+vikUTswOQ0pOdlwa870L8ei8SbeZDCklly9f5qWXXsI0" + "TYqKitiwYQOGYYxuDkR1dTVbtmxJb/Bcr2namx944AEVL84w9QYr88IDe2q4f3d1toehKIpyU0zT" + "XAF8DNAqKiq45557sFgsABiGQXd3ajbZ4/GwefNmPB4P0WiUZ599lp6enlkNyiVMquRhNJnghc52" + "ALYXFJHrdOKwWqnIzQOgJeib8xs7Q/EYLwynGuTcledFE4KORIJwLJrlkU0PKSVdXV0cOXKEWCxG" + "Tk4OW7Zswe12Z+4zRmqvWywWdu/eTVlZGaSaBX3cMIyl2Rz/QqACcmXe+OT71rO4Kifbw1AURbkh" + "uq47hRCfACqsVit79+4lPz8/c38wGBxT6rC4uJitW7fidrsJh8M888wztLW1ZQKnmWYiJzWzPRgK" + "8vugDwuwqWYJNs2CAGpLygB4KTz3N3YOhUK8EAlhEYJ3rrqNKpsNQ0pO3QKVVgzDoLW1lUOHDhGJ" + "RPB4PGzdupWCglf2Z4XD4dENgvB6vezZsyd9sVgDfPT+++93zPrgFxAVkCvzhttp5UsPbsJmVR9b" + "RVHmpe1SytcDrF69mvXr12fukFLS3d2Nab4yJy2EoLy8nO3bt5Obm0s4HOb3v/89L7744qzUKJ9M" + "DXIJPNV+ie5kkiV2B5sqXlnJ3FBchlUI2hNxfNHs11S/lmc6LhGTktUOJ7VFJdQ5XABcnOcBeSQS" + "4dixYzz77LNEIhHy8vLYsWMHZWVl6ZQUIJVb3t3dnVmBEUKwceNGVq1KVcuRUr7FNM2tWTmJBUJF" + "Nsq8srrOy/vetirbw1AURZmSxsbGAuB/AJ6cnBwaGxszlS0AotEofr9/3POEEJSWlrJz505KSkpI" + "JpOcPn2axx57jLa2NhIzOPOc5PoBeTyZ5NhI7vVd3kLynK7MfTlOF0vsDpJScnwOd+yMGwZnRhoa" + "rc/Jpywnl2UuDwAD/vlZaSUej9Pa2srvfvc7zp49SzKZpKysjF27dlFcXDwmGE/z+XzEYrHMbZfL" + "RUNDA263GyAX+GpDQ0P+uCcq00IF5Mq88/bX1bF1Q0m2h6EoijIpjY2NmpTyTcB6IQRbtmzJVFGB" + "1Oz4wMDAVcsbCiEoLCxk165drFy5EqvVyuDgIE8//TSPPfYYLS0thMPhMbPr02Eyof5gOMjhwEi6" + "SvUS7CP58AAeh4OVDhcSaOvrvWpwH00meXmwn1CWKpqEYlGOBFKbGldXVOG0WCn2ptI5LkUj16y0" + "MhyNcGF4kOQ0v/c3wjAMwuEwFy9e5LHHHuPQoUMMDQ1hs9lYs2YNO3fuxOv1ThiMQ6rCz+Dg4Jjv" + "LV68mPr6+vTNTcAb9u3bpzr2zQBVS06ZdzQh+MKDm3jjXz/GwFDs+k9QFEXJItM0lwgh/gawlJWV" + "sXv37sxGToBkMklf3/Wb0LhcLu644w5qamo4duwYg4OD9Pb20t/fj9vtprS0lPLycnJycnC73dhs" + "NjRNu+Gc88k0BTrU0cblZIIlNjubK2vG3Oe02qjKyQX/EJcCPmLJJE7r2LDDlJKfnzzGDy6c4Q+q" + "FvPuzTuwarM7V9jiG+J8LEqOpnFX5SIAlhQUAXAxFiWWiJNrH58+HY7F+Icnf8OJkJ/PbtnFHVec" + "/0yTUhIMBgmFQgQCAbq6uujv789cnGmaRmlpKXfccQeFhYVjPnNX09vbS2lpabo5EOm9Di+99BJ9" + "fX1WIcSnrFbro0DbDJ/egqMCcmVeKsx38PkPbuSvPnuIebiaqCjKAqHrul0I8TEp5SKLxcKePXvw" + "er1jHuP3+8ekClyLxWKhpKSElStX0t/fT29vbyYou3jxIi0tLVitVqxWK5qmoWka8fiNzTxfb4Y8" + "ZiR57vJIukp+AXku15j7BbCkuBQ62zgVDhFNxMcF5F1+Hz++eJaXE3F+2dnGGyIhij25NzTeGyGB" + "Z9tbkcAdLg9edypVZVVBMRYh6EwmCEVjE44pGIvyy6E+IlJy4MxJ1ldUo11l9nkmRKNRnnzySUzT" + "JJlMIqVECIHVaiU/P5+ysjJKSkooKipCm+RFTjQaJRAIjNnwWVBQwO7du/nZz36GaZqLpZQfvO++" + "+z7+yCOPzO2duvOMSllR5q1tG0t562uWZXsYiqIo17JFSvlmgBUrVrBx48Zxm+m6urqmVM4wHo9j" + "miZer5e6ujrWrFlDbW0tRUVFCCFIJBJEIhEzFArFAoFAPBaLTbnVpwSM68yQD4VDHPYPYwE2Vi/G" + "YRk/x7expBxNCFriUUJXXHQkTIOfnHiO0/HU98/FYxxsa5nqUG9KJBHnpYFeANZ4C/HY7QC47Xaq" + "bXZMKTkxOPHqxfH+HuIjP7czQT+BSV5UTadYLCYTiQRCCIqLi6mtrWXt2rXU1dWRn59PMpmc0gVZ" + "ugTilZuL6+vrqaurg9R11p8KIe6c9pNZ4FRArsxr7/+TNaxbWXD9ByqKosyykQ1w/wPIc7vd6LqO" + "64pZ5CvLzV2PlDLTPAhA0zScTifFxcUUFBSkA3sJ/AZ4M/Au4PtTHftkKqwc6ergUiJOpdXG1qrF" + "Ez4m3+1hkc1OUkpOjAS+aa2DA/x392UEUKCl0imeaWshMos1y4PRKEeCASB1UZGe4bbbbNSNbFBt" + "maDSiiklL3VeJp0MdCwaZigUmJUxjxIEXgKklJKCggKKi4txOByZGXHTNPH5fFO64Luy/CbAFZ9f" + "r6ZpX2loaJi9pYwFQAXkyrxmtWp88SObcLtU9pWiKHPHfffdJ4QQrwfuBKivr2fJkiVjHiOlpKen" + "Z0o53olEYsIAPh6Pj+7m2SOE+Ovm5uZfaJr2AyHEs1Mdv8m1mwLFDYMjbRcB2JZfQL7LPeHjXHZ7" + "ZmNnS98rlVaiyST/dfwoHckkm10ePrhmPRrwuG+I3gmqzcyU53s66TeSVFltrCsuy3zfabVRO1Jp" + "ZdDvw5Bj341wIs4J3ysbIMOmyVMds55WHRupa98vpaSjo2PCqjuhUOiqG4YnYhgGfX1944L42tpa" + "Nm3aBICUcpsQ4tW6rqsNntNEBeTKvFdT4eFj770t28NQFEXJ0DStGvgUYC0pKeHee+/NbJRLi8fj" + "DA8PT+m4wWBwXACfDuxHZjUNKeW/CCHO3cz45XWaAg2FQzzrH0YDNlYtGpcbnua22qjxpBq6tfuH" + "iRmpwPBkTycP9/dgEYLXr1hDQ+0Kbne6GTYNDpw/PSsdSQ0pOTkSRG/y5JI7avXCIsSoSithQvGx" + "gW4wGuF4OIgAXCOz0We6O4jPUtOmUU6TWgExwuHwhIG0YRgEg8EpHXRwcHBccG+z2di3bx9FV/C1" + "yQAAIABJREFURUUANuAzQOVNjF0ZRQXkyi3h1fcu4v57qq//QEVRlBnW0NBgAz4ELEm3IS8sLBz3" + "uOHh4Snl9xqGMWGt8kgkQm9vJh3klKZp396/f/9NRbQG105ZeaGnk4vxGOVWK9url1z1cUIIaopL" + "gVTHzmgiQTAe479OPIfPNNmb62Vv7QoKXG62j3T2fKq7A/8stKwPxWO84BsCYEVxKS6rbcz9S0cq" + "rVyIx4hdUfrw+Z4uhg2DRTY7r61ZggYcC/rxRSeffjQdZCr6/jpwFqC7u5todPx75/f7p7QSE4vF" + "JrxYLCoq4u67706nxNQB79N1XS1RTwMVkCu3jE/+5XoWV+VkexiKoiibgD8FxLJly6ivrx9X+zmZ" + "TNLd3T2lg4bD4XGzlqZp0t7enk5JiACfaGpquun2ktfK4k6YBr+/dAEJbM3z4nVPnK6StrG0HAGc" + "j6U2dh68dIFHfEN4hMab191BrsOJJgSNy9fg1jSejYQ40997zWNOh6FwiBciYSxCsGPR0nH3ryoo" + "wiIE3ckEwVGdRg0pOdN1GRPY4Mnh7cvX4tUsnI/HuDQ0OO44M625ubkH+DQQTSQStLe3j6tJP7LR" + "d0rH7e7uHhfECyHYunVrOv1KAO+VUq6f4OnKFKmAXLlluJ1WvviRTdis6mOtKEp2NDQ05AghvgR4" + "r+h0OMZEG+euxTTNCWcsfT4fPp8vffO3I1837Vo1yIfDYY76hlLpKhU1OK+YWb5SkTuHSpudmDT5" + "TftFfnLmJHEpeaCohI0Vr6xsVnsL2ZmThyElvz1/hsQkm+1IKYklE0QT6a840UScSDxOIBplOBJm" + "IByiJxigM+Dnsn+YluEhfnn2JDFpssrhpCJvfANKl93BopFKKydHVVoJx2O8ODKzXltYQnluPus9" + "OZjA020ts5JucyXTNPcDT0LqM3HlSoqUkqGhoSk1j4pEIoRCoXHf93g86Lqe7jRbBDzU0NDguYnh" + "K6g65MotZs1yL//PW1fxz//+UraHoijKAjOywe3VwHaATZs2sWzZ+NKspmnS3d09pcAtFouNq1We" + "SCS4fPly+jj9wN80NzdPS+29a20BPNXXzdl4jDKLlZ0TzCxfyWV3sNLhpCMR53+dPk6/YVBmsfDW" + "9fW4bK8E8267nW1VizngH+aJgV7eEw5RknP9Qh4ne7v5z+NHiSQTmKZEShNpmkgpSSIxZKqEY1JK" + "kqRmuJNA18hqwx05+eQ6XOOOa7NaWe500xKP0TI4kPm+PxrhZCSEBmyvXoLHbmd9QRGPBXycHUp1" + "HM2ZoJHQTHrkkUciuq5/DLjTNM3C9vZ2PB4PtlHvbzweJx6PpwPp60qX5MzNzR23wrNixQruuOMO" + "Dh06hBBiD6ADP5++M1p41FSicsv5k9fXsXVDSbaHoSjKwlMBfBawFxUVsW/fvjEBUVq6+cpkpUsd" + "jg7gpZT09vamK64YwPetVuvpGx24YUoShoEpU5s5I6ZBwhj/FUkmONhyDglszs2nwH39NEG3zcaS" + "kY2dvYaBCbymvJplhcVjHieAPUvrqLHauJiI8+RIFZdriRlJfnLiOX4x0Euzb4hHAsM8GvTzm3CQ" + "30ZCPBkJ80wswrOxKC/G45xOxLmYTNCZTKJpglqbnd11K7FN0DjHZbWxdKRR0GDAR3JkdvlI12UC" + "pkmt3UFVvhdNCG6vXoJNCJ4PBxkI+InG49f/Slz9K3Fjm0NPAD8AzHA4TH9//5jPTHqVZSoXgoFA" + "YMKc9PQGz5EGQg5Ss+Rl4x6oTJqaIVduOZoQPPSRTbzp/Y8xMDT7jRoURVl49u3bJ4D7gTpN09i1" + "a1e6GsUYUkoGBgamVIZuovzfaDRKT0+mjODLwNcefvjhyecjXOH53k66Dj/JH9Wu4vaCYv79xBF6" + "4+MDsUgySXN/70i6SvWYGe6r0YSgsqgEejoBWG6z8+bbNmGfoJV7kSeXXQVF/FdfN0+3XeT+5Wuu" + "+RpD4RBPDafytv+krIp1xaW4LBasQsNlsYCmgRAIoSE0AUJDEwJN0xCahtvuoK5g/M8pPe5ibwF0" + "X6YlGiGUiOOx2Tnb3YkENnhyyR2ZbV5bVJK5kPjbJx8hR7t+m/priVw6T94Un9Pc3Gzquv5loAFY" + "3tXVhdfrHVP7Pr0PwT7SAOl6EokEg4ODVFZWjpslLykpYefOnfzqV79CSrlSCLEX+K8pDlsZoQJy" + "5ZZU5HXwuQ9s5K8/d4gspPMpirLAWCwWG/BHgCguLmbLli3jAhhIbebs75/anssrK2SkN3KObPCM" + "Ap8Z2dh3wy4HfDza3sI95TX4PLkcuHyJw9eoGLLIauXuxZPvlLyhpBx4EYDXLaqlIn98zjaA3WJh" + "97JV/LCvmyf8ProDPpZeMZM+2sG2Vi4nEyy22Xn3ndsozclDQCoIn/Torm5pQeq1L8ajxBNxhIQX" + "/CP548Wlme6kHqeTnYUltPZ2cngaKsQsTyamHJADNDc3d+q6/hDw3UQi4bh8+TLLli3LNAoyDINA" + "IDDhxeLV9Pb2UlpaOm61R9M0tm3bxtNPP83AwIAGvEHX9Z82NzdPvnSQkqECcuWWddemUt786mX8" + "4L8vZHsoiqIsDAakKlFcrcScz+cblwt+LclkclwNab/fP3oj55NSyl/f0GhHKXZ5eKCkAq/DiQCW" + "FxSxyJg4aNYQbCyroCxv8iHjEm8hr/MWIYTgdWs3YBFXz5i9vayCO1xunouEaT53mvdu3pHpoDla" + "NJnk6OVWAHZ4Cyl050z4uJuxwluIVQh6Egn80QhWS4KXIpFUZZZR5R4dFit/Xr+dPd0dMIWNk1dz" + "zJ/gzA0+VwjxCynlu4B7hoeHCQQC5I+6AAoEAni9XiwTrFBMJBaL4ff7JwziDcMYfeGZEEKoKbAb" + "pAJy5Zb2/j9Zw/Mn+jlz0Xf9ByuKotwgIURCSvkjoKGnp0f7j//4D3Rdp7a2NtMQyDCMKW/mvLLU" + "YTKZ5PLly+lqGYNSyo8fOHDgpotfb6us4Q279lGuWbELwSe277lmHXKrRbtmUH2lPJebT+9pRCBw" + "XSddIt/p4q6Scp5ru8jTPZ28JRYl3zl+0+VAKMBT/mEEsHVx3YQpMDfLZbez2O7gQizKiYE+4skk" + "EWmy2uGkNHfsBUlpTi6ldaum5XWDL76UKix+A5qamoIjGzwfMU3Te/nyZTweT+ZzmO72mpt7/Q2z" + "kEqz6u7upqCgIDPTnkgkuHDhAs3NzekVH0NK+bPm5uZrVcxUrkFt6lRuaXabxlf/ph63S117Kooy" + "c5qamqQQogUIA5w9e5bvfe97/OIXv8hsrguHwxOWkbuaK0sdSinp7+9PH8MEfmia5vHpGL9V07Bb" + "rVg0DVMI7FYrjmt8TSUYh9SGTY/dgdtuv24qiSYEjSvWkqNpHI2EeKlv4nrtj7deoNdIstzu4M6K" + "qimNZ7LsVhvLRy4GTvX3cK4nlT9+e04eeY7JVSvJBk3Tngd+ApihUIiBgYExF4LDw8NTKoEYCoUI" + "h8OZzcQ///nP+dd//VfOncs0hA0CrdN3BguPCsjnoYNHuhn2qxStyaqp8PDR99yW7WEoinIL03Xd" + "LaX8KJADYLfbCYVCPP7443zrW9/iiSeeoLW1dUpBUDQaHdPJMxaL0dXVlb55Afjyo48+evP5EVeY" + "C1OcVfledubkj6pJPjYFKJxIcLSzHYC7Corxuq7dnOhGOa1WlrhSlVae7u3m8Ej98WUl5dhmYEZ+" + "uuzfv98AvgC0SSnp7Owckyo1URnNazEMg9bWVh577DG+9a1vcfDgQcLh8Oi88nwhxId1XR+/lKFM" + "igrI56Ge/iif/vrzarPiFLxm3yIa766+/gMVRVFugBDiPmAfgNfr5Z3vfCf19fVYrdbMjOJPf/pT" + "2traJlVh5cpSh6Zpcvny5XSAHge+2Nzc3DET53KtpkCzxW2zs61mMQBPDvYzdMXKQn/Qz1MBHwLY" + "Ubsc6wRlC6eDJgQlBYUAnItFOR2LYhOCHdWLZ+T1ppOmaZeBvwcS8Xiczs7OzOdpolKaV5NIJGht" + "beXHP/5xZsXHarWybds23vGOd5D3yl6CVwO7Z+h0bnkqIJ+nnjraw48evn6NVuUVn/iL26kqm5lZ" + "FEVRFq6GhoZSKeUXAKcQgh07dnDbbbfxmte8hrvvvpuioqJMucOnn36aZ555hoGBgWvOlsfj8TGl" + "DoPBIENDQ+mbh0zTnLEmLJMvyDizdi+pY7HNTksizuOXXtmcL4HfXDzHsGmw1unitpLyGR1HbUHx" + "mDSbNQ4XhZ7r11/Ptv3790tN0/4P8CzA4ODgmA3CkUhkzP6EK5mmSX9/P8888wyHDh1icHAQKSXF" + "xcXs3r2bBx54gPXr13PXXXelN3a6gC/run71sjjKVamAfB77xv97ijMX1GbFycrx2PjKx+uxWtXH" + "XlGU6aHrukUI8S5gNUBNTQ3bt29HCMHQ0BAVFRXs2bOHTZs24fF4MAyDtrY2HnvsMV588cV0Y58x" + "pJT4/f5MwJ5MJmlvb0/fHgY++sgjjwTHPXEaSFJdLeeCIncOO0dqhB9qbyWcSKXvhONxjnanFge2" + "FRST75rZLInl3kLso3Lmb5vj+eOj7d+/3w98FPAbhkF7e3umAlC6BOJEwuEwx44d4/HHH888x+Px" + "cOedd7J7927KysoYHh4mXXO/srIy/dR1wNt1XVd/aKdIvWHzWDxh8vGvHiEUnivzGXPf2uVe3vvm" + "ldkehqIot45VwAcBzW63s3fvXvLy8ojH45kZbYfDwcqVK7n33nupq6vDarUSjUY5deoUv/3tb2lt" + "bR0zU2kYRmYmU0rJ4OBgeiOnBH5mt9ufn6mTMUdeZC6wWSzcW7cKixA8ERimy5+agOoJ+Hgm5Mci" + "BPfUrZzyBtOpcthsLBpVGWZ5WcWMpcjMBE3TjgK/BGQwGGRwcDBzXyAQGJNCla6e8pvf/IbTp08T" + "jUax2WysWLGCvXv3smLFChwOB5CacU8kEuTl5XHvvfem88k14EEhxPLZPMdbwfz5RCkTau8K8dA3" + "X8j2MOaVP/2j5WzZUJLtYSiKMs81NDS4gL8DygDWrl3LunXrABgaGhqzIVMIQV5eHvX19dxzzz2U" + "lpYihMDn83Ho0CEOHjxIb28vpmkSCoUyQdIVub9tQoiHfvnLX95QX/XJMJBM+y7Rm7CupJyNTjcB" + "06T53EsYUvLIhbOETJMNThcrCmf+d3mq0koq3dEhNO6qrJnx15xO+/fvTwCfBjqklHR0dGQ2dKZL" + "IBqGQU9PD08++SSHDx/G7/cjhKCsrIx77rmHTZs2kZubO6bZVSwWY3h4GCEE69evZ/Xq1em7KqWU" + "f9PQ0DA/lhHmCBWQ3wIeOdjBrx9rz/Yw5g1NCL7wkU0UeR3ZHoqiKPPbPcAfAOTn59PQ0IDD4SCZ" + "TI5uaz+GxWKhvLyce+65h/r6epxOJ4Zh0NnZyRNPPMFzzz2Xea5pmqODpwTwVdM0Z/SX/VyaIQfI" + "c7q4q7QCgKd7uujwDXOkN1VpZktRKXkT1Cefbk6rlcUjr7PW6STf7Znx15xumqa1Sim/ASRjsdiY" + "evjd3d0cPXqUJ554gq6uLkzTxOVysWXLFu6++27Kysqu2kSou7sbwzBwOp00NDSMrm3+BiHE9lk5" + "uVuECshvEV/69ou0Xp6RlMJbUpHXwWc/eAfT3NRNUZQForGxsUgI8WXALYRg69atmTzaYDBINHrt" + "9ul2u53q6mpWrVqVCXhisRhnz57l+PHjdHV10dnZycDAQPopR4D/OnDgwIzGy3MtINeEoHH5GnI1" + "jeciIX559iSHQwFsQnBv3epp78x5tTFsWlzLdpcHvXIRec75N/G7f/9+KYT4V+AYQG9vL52dnXR2" + "dnL8+HHOnTtHPB7PXDCuWrWKqqoq7Ndp4hSJRDLpVTU1NWzZsiU9i54DfLWxsbFgZs/s1qEC8ltE" + "JGrwsa8eIR6fS4uNc9v2TWW86YHabA9DUZR55oEHHtCklO8AbgOorKxk165dWCwWTNOku7v7uvXG" + "pZT4fD4cDgeLFi1i5cqVuEY2J0ajUdra2ujo6Egfpxv4UHNzs39mz2xu1CC/UkV+Prty8zGBb7We" + "IyYl9W4PS7yFszaGHUvr+Pp9r+atG7fMeM76TGlubh4CPgz0pctotre3Zy4ePR4PK1euZNGiRdjt" + "dnw+33XLIpqmSU9PD6ZpYrFYuOeeeygvz1S92SClfNO+ffvm5xs2y9SbdAs53+rnn/79VLaHMa98" + "4E/Xsqo2P9vDUBRlHjEMYxnwEUCz2Wzce++95Oenfo9Eo9GrVq4YLZFIZMoaapqGy+Uak58LhEhV" + "VHkBeAepGfIZl5xT8+MpqZrkSwFIjgSIm0vKyXHMXtqhRWgUuNzYLfO+6/PTUso/A06Q+nyNKfA+" + "+nMYDoevWRYxze/3Z3LSvV4vu3fvxmq1AliAv7FYLHO/aPscoALyW8wPf3WRxw9P3GZYGc9u0/jK" + "x+txu+b9L1lFUWZBY2OjA/g4UAWwatUq1q9fjxAiU2t8Mo1/AoFApvxc+nmj6o5fBl4LbBNC3C2E" + "+E1zc/OsRMpzNSi4Z/EyltpS6RMOobF32apZSVe51Yx8jh4Gdkgp75JS/iHQBakAPF1rHMZW+7mW" + "RCKReZ4Qgo0bN7J8eabIyiLgQV3Xr537oszZ/3vKDZISPvuPz9PdF7n+gxUAFlV6+Mi712V7GIqi" + "zANSyh1SyjcC5OTk0NDQgHMkpziZTNLf33/dYySTyTGz6LFYbHQllYSU8uuapv22ubn5TFNTk7+p" + "qWnWpq015maQW+jxcPdIRZXtOblU5XuzPKL568CBA7K5udl/4MCB00KI3wDfBJJSSjo7O8dUB/L7" + "/ZkLx2vp6+vLXIi6XC50XcfjyWx+fZuUcuu0n8gtRgXktyB/MMHf/s/nMM25t/Q4V/3hfYvRd1Vn" + "exiKosxhDQ0NBcBXgJz0Rs5FixZl7vf5fJml+2sZnQqQrqQyKgh6Hvj+/v371S/wUWyahTetv5M/" + "rVzEuzdsxmNXVbKmQ3NzsxRC/C/gOIy7OCSZTE7YvOpK0WgUv/+VLQ5Lliyhvr4+fTNPCPElXddV" + "fug1qID8FnXs1ADf/fHL2R7GvPLJ991OVZk728NQFGUO+oM/+AOhadobgDuATH3mdDk4wzDo6uqa" + "1Ca44eHhzO0rGrUEhRAfP3DgwPCET54Fc/kqoLawmAe372FTZc0cncefn5qamgaEEJ9iJJ98YGBg" + "TGOq4eHhSW1SHr2Z2Wq1smfPHkpLS9MP2SKEeM0f/uEfqh/dVaiA/Bb23R+e5cjx6y+fKik5Hhtf" + "/tidWK3qv4WiKGMlEgm3lPIDgMVisbB792683lfSJsLh8KRnEtOz4clkkvb29nQQI4GHk8nkoRk5" + "gUmaywG5AOwWi8odnwGapv0OOABIwzBob2/PpKrEYrFJrfyEQqEx/wcKCwu5++670xetVinlhyKR" + "yMwXjp+nVORxCzOl5O++9hzD/vj1H6wAsG5FAX/+ppXZHoaiKHNEQ0ODVdd1L1DPyEZOp9OJ1Wrl" + "5ZdfprOzk3A4POlSh8PDw5lZ9MHBQUKhTJGLbuDTjz76aFZ/Yc/lgFyZOb/+9a9jwKeAPkit3AwN" + "DQHjP7dXk+72GQ6H6ezs5OzZs9jtdhyvVMOpAW5vbGzMb2homLjT0AKmSkvc4noHonz668/zjU9v" + "VU1wJuldf7ycoyf6efbFvmwPRVGULNF13QWsA94ENJCqFpELqZnAH/zgB1gsFux2O3l5eeTk5FBd" + "XU1JSQk2m23CY8bj8UwllStydZPAt+Px+PmZP7NrkyokX7AMwzijadr/FkJ8Qkpp6ejoIDc3F4fD" + "QSQSIZFIXLVRUDwep6+vj8OHDxMMBgkEAsTjcQzDGL0ptAg4IKVsE0I0NTY2/khK+VJzc/O1u2gt" + "ECogXwCeOtrDD391kbe8WjXBmQxNCD7/oY286f2PqdUFRVlgGhsbraQamnyUVCCeDyCEwGKxYLVa" + "M3WaDcMgHA5n8m0vXrxIYWEh69atG9duXEqJ3+/HNE3S1SxGpQEcB/7ld7/7nYqGlax59NFHZWNj" + "4z9LKV8D3BaNRunp6aGmpgbDMAgEAhQVFY15TjKZpLu7m1OnTjE4OJgJvjVNw2q1ZgJ4KSXJZBLD" + "MPKklOuAtVLK9wC/1nX9H4CTzc3N168XegtTAfkC8U//doqNa4tYtUxtcp6M0iInn//QRj7w+d9z" + "nVU6RVFuEY2NjQVSyr8EPgAUCyFwOp0UFxdTWVlJfn4+LpcLq9WKlJJYLEYwGMy0IQ8EAvT29nLw" + "4EGWLl3KunXrcLtTG8VH13QOhUIMDAykXzYkhPhUU1PTwERjmm3q193C1tTU1Kvr+ueA/wRcfX19" + "FBUV4fF4CAQC5Ofnp5v+EAqFOHnyJC0tLSSTSTRNw+v1UllZSUlJCbm5udjtdoQQmWotfr+fjo4O" + "BgYGRDQa9Uop3wrsBb6u6/p3mpubfVk8/axSAfkCEU+YfPyrR/jBP96Dx61+7JOx484y/vhVS/nx" + "wy3ZHoqiKDNM1/UqKeU3gQcAq9vtZvny5dTV1WWCC4fDgcViQUqJaZrEYjGi0SiRSIRgMEhHRwen" + "T59mYGCAc+fOMTQ0xJYtW/B6vYRCofQMIW1tbemZRAk8Cvwum+euzEEjV0YiC7mmQoj9UsrfAa9K" + "JpO0tbWxYsUKILV5OS8vj8HBQQ4fPszAwABCCEpKSli9ejVVVVV4PB5cLhculwu73Y6mpbYrpv/P" + "pC9cz507x/nz54lEImXAQ8AGXdc/1NzcvCC7G6rIbAFp7wrx0Ddf4CsfuzPbQ5k3PvSudbzw0iBn" + "Ly7Yi3ZFueXpul4OfB+4TwhBRUUFmzdvZtWqVZSUlGRm+a4MjqSUGIZBIpFgeHiYvLw8ysvLefnl" + "lzl16hR9fX089dRTbNu2LTM7PjQ0NLr7YR/wt01NTdcvYTEDRqcU9Hd2EQmFcXlU6ddsSyYS9Pf0" + "IKXEZrNlZqRnS1NTU6ShoeGTQogtQHEgEGB4eJiioiKGh4eJx+McOnQIn8+HzWZj3bp11NXVUVBQ" + "QHl5OXl5edhsNiwWy4T/Z6SULF++nOXLl3P69GmeffZZenp6bCMNtzyNjY1/1tTUtOA2camAfIF5" + "5GAHO+4s44E9Ndkeyrxgt2l88cFNvO1DTxCNXb9bmaIo80tjY6NHSvlVYJ8QgmXLlrFz507WrFmD" + "y+WacIbSMAyi0Sg+n4+hoSEikQiGYWCaJg6HgzVr1pCTk8ORI0cYHh7m0KFD1NbWIqWko6MjvZHT" + "AL5nGMbpWT7lDE3TKCoqor+/n5eff56ff+97rN64MVvDUUa0n7/AsSeeBFKlA12u2a8UaLVaT5qm" + "+Z9Syg9IKbX0Bs94PM6LL76Iz+fD4XCwefNmampq0DSNcDhMa2srFosFl8tFYWEheXl5OJ3OzH6K" + "9IWt0+mkpqaGoqIiCgoKOHjwIC0tLUJK+Sop5ed0Xf9Ic3Pzgmo5rgLyBejL//Ii61YUsKQ6J9tD" + "mRdqa3J58N3r+MK3Xsz2UBRFmUb33XefJqX8Y+CNQgixdOlSdu3axbp160aXasuIx+MMDQ3R29ub" + "CcInYrFYWLx4MVJKDh8+zPDwMO3t7WiaRjSaKShxWkr5jUcffTRradtCCNauXUt/fz8DAwMcbn6E" + "wwcevbFjTfPY5qNp+0GObFzKyclh/fr1mZSP2fTrX//abGho+HshRCOwKhKJ0N3dTSKRwOfzYbVa" + "xwTjaaZpYpomiUQCv9+PxWLB7XZTWlpKQUHBmApEQgg8Hg+33347kJo9b2lp0YB3Ak/df//9P1xI" + "HWtVQL4ARaIGH/vqEf7zf+7CYVelQCfjdfoSjpzo58CTHdkeiqIo00TTtGpStZcdxcXFbN68mZUr" + "V44LxhOJBAMDA3R1dRGLxa5bj3nk2CxevBifz8epU6fo7x/TpC0ipfzsgQMHeqfzfG6E2+1m586d" + "vPDCC/T395NIJLI9pAXPYrHg9XrZsGEDBQUFWRvHgQMHuhobG78opfwu4OzuTqV2py/kqqurr3ux" + "kK7OEgwGcTqdVFRUUFRUNCYNx+l0smrVKiKRCH6/n4GBARfwGdM0nwAWzB9dFZAvUOdb/fzTv73E" + "R//8tmwPZd745PvWc+LMEJ291+/GpyjK3KbrugV4N7DUbrezceNGampq8Hg8mcekSxW2tbURCoUm" + "FYiPZrFYWLVqFV1dXQwODqa/bQLNQoj903QqNy0nJ4dt27aRTCYzddInMtXzV14xlc2ZDocjK7nj" + "V/ELUrX475dSCoDi4mKWL18+pqzn9UgpiUQitLS00Nvby+LFi8nNzc28L7m5udTU1LBhwwaefPJJ" + "EolEHfCO+++//6v79++/dsetW8Sc+Gkr2fGjhy9Sv76Ee7aUZ3so80Kux8YXHtzEez7xFIah/jAp" + "yjxXCrwDENXV1ZSVlVFeXj6mxnhPTw8dHR0kkzdeHtnlcrF27VqeeuopZCqifRp431zLj7VYLFgs" + "lglTdZSFq6mpKdTQ0PBeIcTPgS3p2XGn03lDx5NSEgwGOXv2LNXV1ZSWlmY2f5aXl1NRUUFFRQVt" + "bW0a8Gemaf4rkPWVpNkw+4lJypwhJXz2H5+nS834TtqG1YW8500rsz0MRVFu3g6g0mq1snTpUvLz" + "8zMVR5LJJJcuXaKtre2mgvG00tLS0TPvp5LJZM9NH3QeM00z08Fxvn0t0FWCLuAMIHNzcykpKbnp" + "A6b/j7W3t2f+jzmdTvLz86mtrU3PvlcDm2/6xeYJNUO+wPmDCT71tef57pe2o2lqW85kvPuNK3ju" + "RD9Hjvdf/8GKosw5uq5bSTUjsXk8HoqKisjPz0fTNJLJJK2trfT1TV/VNYfDQWFhIcFgUAD1Vqs1" + "BwhM2wvMoHT1GNM0EUKgadqE5ewmwzRN+vr6uHTpEpFIZN4FtxaLhdLSUhYtWnRTlU/yz6EMAAAg" + "AElEQVTS76dhGJn3NP01FwkhcoE7AFFUVJS5cL1ZUkq6u7sxTZPFixdjsVjIz8+npKQEt9tNIBBw" + "AHsaGxubm5qabvkuniogVzh2aoDv/ugs733LqmwPZV7QhOChD2/ijX/9GL5APNvDURRl6mzARoB0" + "gJGXl4dpmnR2dl65AfOmpWubt7W1AVQLIeZ0QJ7O9+3p6aG9vR2fz5fpxOjxeKioqMh0Lp1sEGma" + "JmfOnOHEiRPzeuNoW1sbLS0t7Nixg5ycqVUqi8fj9Pb2cvnyZQYHB4nHU38/nE4npaWlVFVVUVhY" + "OKYSyRyRS2q2msrKymm9cJBS0tvbi81mo6qqiry8POx2OwUFBQQCAYA7TdO0ASogVxaG7/7oZTau" + "K6b+9uJsD2VeKC1y8vkPbeSDD/2eeTbJoygLxute9zoRiUScUko7qb93BUKINVLKlUAdgNfrxWaz" + "YbfbM5VUpnvmVghBfn4+QgiklHlSytkvLD1J6U6iJ06cIBAIjHsvAoEA3d3dnD59mkWLFnH77bdP" + "Kp84GAxy8uTJeR2MQyqA7O/v5/jx42zbtm1SKwXp5xw7doyBgYFx5TKDwWCqFvzLL1NWVsbGjRvJ" + "y8vLSpfOq8gD3JqmkZubO+0Hl1LS2dmJ2+0mNzcXm81GQUFB+gJ2tRDiLxsbG8+QKhU6BBhCiJjF" + "Yok9/PDDt8xfYBWQKwCYUvJ3X3uOH/3Tbrx507McdavbWV/GHzUu5Sf7W7I9FEVZUBobGwVQKqWs" + "B/KBw8AAoGmaVmqa5hpgSTgcLgQ2ALVAAeCUUjpJzZBrmqbhcDiw2+3EYjHa29sxzZkp6GCxWNA0" + "DcMwNCnlnGyHmUwmOXXqFKdPnyaZTOIyTWrjcWojEQoNg4gQtDscvOxyMRiNcu7cOfx+P9u2bRtT" + "nWYinZ2dmRnhW0FfXx/xePy6m2CllLS3t3PkyBEikQhWKalNJqkLhShLJjGFoNNm45zbTSfQ0dFB" + "4P9n783j3DrLu+/vfSSNNPu+2LN4POMlXmMbjxMnkABNPGccJ7yFlFJKn6fsSyk7oawFSiG0Jew0" + "BfrA8/I20LQUSPBIIoQlJpA4duJ9mdiz2DOefdeuo3O/f2iOkD2LJHs0Gtnn+/noj5nRnHNpOdLv" + "vu7r+l3T0+zevZuKiorlIsoLAGE0/qYDXde5cOEC69atw2az4XA4jAVsBfBFKWUYCMzcxqSU5yOR" + "yDFVVUeBbiHESSnlCKALISqklLcAY8ChcDg8/OSTTy574W4KcpMYQ6MBPvnQ83zt729leXwGLH8+" + "8ObNHDk9RkfXZKZDMTG5Ibj77rutUsr7gc8DK4maE3gBP2DVdd0OOIh+v83aWzcmBcYLb4vFwqVL" + "lwgG0zfB3jgvIIUQy277Xdd1zp8/z8mTJ5G6zsZgkL/o72dDcTH25mZEWRlyaIhIZyeDFy/yPytX" + "8uuiIgYGBnjmmWd46UtfuqA4zfbM+JXoup7UTsrw8DAHDx4kEAhQo2n8xfAwt1gs5K1di1JfD8Eg" + "kTNnmLpwgScLCvhpWRkTU1P8/ve/584776SkpGQJHs3CCCHCS1HvHwgE6O/vnyX6FUVRpJR2KaWd" + "6AK8GtggpdxH1EY0LKUMAkFAm9mByic6DbfPZrN95L777vvJY489tqztE01BbnIZTx8e5IePd/L6" + "+5oyHUpWkJOj8PkPv4Q3vP+3BIJzT+0zMTFZPBRFuQf4JlBmZA+llCVATLkYjXKGl7PNZqOgoICq" + "qqrYGO9Dhw7h9/sJhUL4/X48Hk9a4w6Hw0apQoRolm9ZMTY2xtGjR5G6zu1eL2+fnKS8rQ2xfj3k" + "5ICigK5jDYVo6Ojg7b/4Bc1+P/+nupqBgQFOnTrFtm3b5s3orlixguPHj6dtB2KpMWqdF8Lv98fE" + "eHM4zPt6e2m6/XaUHTsgLw8sFpASy803UzE8zGt+8xvWdHfz9fp6BqenOXz4MHfccUfGa8p1XfcK" + "IfRIJLIorkMLMTo6isViiQ3gKigo4CUveUnMI39oaAiv10s4HCYcDqNpmqLruiHWY8xk121AM/Bw" + "OBz2Ac60Bn+NmILcZBZf+d5Jtq4vZfP6zE0Iyyaa6gv5wJs38/lvHc10KCYm1zWqqu4Avg6U2Ww2" + "NmzYQEFBAV1dXQSDQQxLNrvdjt1up7S0lOLiYhwOB3l5eeTm5mK327FYLAwMDNDR0cHk5CTBYDCt" + "DhdSSkZHR42M6gTRbP6yIRKJcOLECUKhEM2hEG8Ph6n4sz+DqiqYngaPByKRqDAvLISbbiK3uprW" + "/fu5ODHB46WlnD9/nnXr1s1bulJSUkJtbS29vb1Z565yJQ6Hg82bNyd8z5w/f57JyUkKdZ2/GRyk" + "ed8+RHMzeL0wOBh9ThUFcnOhtBTrvfey49ln+d/Hj/Pl6moGBwcZHh5m5cqVS/TI5kYIMQ1M67qe" + "OzExkdZSGl3X0TSNycnornNDQwOqqhKJRAgGg/j9fnw+H36/n8nJSSYmJggGgwSDQYaGhmITQRsb" + "G5mamuLMmTNomlYhpfyWqqr3uVyu42kJfBEwBbnJLDRN5+NfOswjX3k5+XnmWyQZ7m9r5NDxEX5x" + "4IaZ8mtisqSoqloHfAeoF0KwYcMGNm/eTE5OTmzcfX5+fkx0G9MODYu+uJIRdF2nvr6ejo6OWJNd" + "OgW5ruv09/cbP/awzBxW/H4/w8PDWKTk/5mYoHzzZnjhBejqgrGxqCDXNLDboagISkuhqYmczZt5" + "zR/+wLORCEOBAL29vaxfP/ecBqvVyq233srp06e5ePFiVpawCCEoKipiy5YtCb24w+FwbPFx+/Q0" + "a1etQvT2wm9/C8PDMDEBoRBYrZCfD2VlUFODWLeOW2pquDkY5JDdzrlz51ixYkVGa8mFEB4p5QWg" + "qq+vj+bm5rTGo2labLLtqlWrKCgoiF2fUsrYLRKJEAqFCIVCBAKBmFg3sutGCdrJkyeRUjYCD6uq" + "er/L5eqf59QZxVRbJnNysd/LP3zjCA8+sDPToWQNH/+bmzl+dtwctGRissi0tbUVSyn/hRmrwqam" + "JjZu3EhNTQ11dXVYrdZZonshFEVh48aN/OY3v8Hj8TA9PU1ZWVna4vd6vYyPj0O03vWAy+VaVh8S" + "09PTBINBqiMRdvb1Ic6fh8l5+mKGZoYmPvcclJRQCdzscPBEcTGDg4OsW7du3tfAbrezdetWNm7c" + "OMtpJBsQQmC1WpMaaR8Oh5mcnMQqJff092M9cyYqwufaHZiehoEBOHUKfvtb8srKuKOigudXrWJi" + "YiKp5tF0ommax2Kx/AF4ydjYmPD5fClbPqbC5OQkXq8Xq9XK+vXrL1ssx1/jFovlsrKheLFuLIh0" + "Xcfj8dDd3Q2wG/intra2v3E6nVNpewBXiSnITeblFwf6uP0l1dz7J/WZDiUrKMy38Y8f3MFbPvo0" + "up7dW7ImJssFVVUdUsqPAPdDdOrltm3bqKqqYtWqVUmJo7mora2lqqqK/v5+uru7KS0tTUvWz3DZ" + "CAQCANNCiP9Y9JNcI4bveo2m4Rgbg2Sz1xMTKMCaqSmeKC7G4/GgadqCNc+KoizaYJnljM/nQ9M0" + "SiIRiqenIbogS0wkAsPDrLXbsc5keTMtyJ944gmpqur/Bf7a5/MV9vX1LbjwuhZ0Xae7uxtN06iv" + "r0+pXOdKsb5q1SrC4TA7duwwrCUF8Dop5bm2trYvOJ3OZWX7szzHQpksGx58+Cjdveltdrqe2Lax" + "nLe+bu4tWxMTk9S4++67FSnlXwDvASyFhYW0tLRQXV3N6tWrkxLjUsrYVMRgMIjH42F0dJSpqSka" + "GxsB6O7uZmoqPQkzj8fDiy++aPz4W0VROtJyoqtEShlr1LNLibiKpsvcmWz3DTxafhZGSY4VUK5i" + "N8AhJYLk3VyWgFPA7wHOnj2Lz5eeTZ6JiQnDf5zGxkYmJycZGxvD4/EQDAZjk2OTeU5sNhtNTU1U" + "V1fT0tJiZPWtwAeB+1/96lcvKz85M0NusiD+QIQHvvgcP/jSHdhz0uM/er3x1tet4/kTIzx3bHGn" + "/ZmY3GhYLJY7gQeBfIfDQUtLC7W1tTQ3N8+ZZTXqSoPBIIFAgGAwiM/nIxAIEAqFYoLR+EKvqamh" + "sLCQ6elpjhw5wu7duxc1exsOhzly5Ijh4DIGfGb//v3p81a8CoQQsTHw00IQsVqjWdoUGJt5znJy" + "cpKqxTdep2zEcPBJlB02ntOAEGhX8Z6asFjQiWZ60+X9nQoul8vf2tr6aSHELVNTUyXHjh1j586d" + "i+oAEwwGOXLkCH6/n+LiYqqqqujp6bnsObdYLNjtdhwOR6xfJDc3l5ycnFi/SDx2u53m5mY0TWPn" + "zp384Q9/IBgMFkopv+Tz+S4CBxbtAVwjpiA3Sci57im+9v1TfPhtWzIdSlagCMFn37+D173nN0xO" + "L6sdMROTrEFV1bXAw0CVxWJhy5YtNDY20tzcPGsypK7rsVHvExMTaJqWVBYtLy+PzZs38+yzz9Lb" + "28vJkyfZsmXLVZfBxKNpGmfOnDGyfRrwA0VRjl3zgdNAZWUliqLQZ7MxVVpK3sBA0v8bstk4XRp1" + "5CouLk743Pn9fs6dO8fQ0FDaLfTSgd1up6Ghgfr6+gXFqMPhwOFw4PH76SktpdqovU8CKQQvVFSg" + "CUFRfn5Gy1XikVIeFkL8CHhrV1eXpbi4mPXr1y/KgkHTNE6cOEF/fz+KorB58+bYdR6/gNM0jWAw" + "GNvRMsS61WqltLSUqqoq8vLyLhPmubm5MVE+NTXFkSNH0HW9Bvg3VVX3uVyuzmt+AIuAKchNkuJH" + "P+9k59YKXnHrikyHkhVUV+Tyqb/dxgc/fzDToZiYZB2qqlYS9RpfJ4Rg3bp1bNiwgebm5lnNZMYw" + "kZGRkZQFnhCChoYGBgYG6Orq4syZM7GGz2vJ/IXDYc6cOcPx48eR0VXB76WU/9je3r4sFWheXh55" + "eXlMezy46uv5q6EhLEmWrvSsXMlxux0hBHV1dQve1+fzceDAAUZGRpZLGcZVcenSJQYGBti1a9e8" + "CxCbzUZZWRl9fX08tmIFmy9eJC/JMo/xsjIOlJYiiS6WlkOGHOAXv/hFWFXVTwM367q+++jRqNXv" + "2rVrr/l6OXHiBGfPnkVKyZo1a6ivr0+qRt0Q65FIhIGBAUZGRqisrGTFihWXLWQKCwtjotzr9XL2" + "7FmADcDX29ra/pfT6Ry96gewSJg15CZJISV85qsvmA4iKfCK3Su4v60x02GYmGQVbW1t+cDngLsA" + "6urq2LZtG01NTRQXF8fuF4lEGBoa4tSpUwwMDFx1ttVms7F9+3ZWrFhBJBLh5MmTHDp0CK/Xm7Jo" + "lFLi8Xg4ePAgx44dM4bgHBNCvMXtdg9fVYBLgMPhoK6uDgm4S0o4tWoVMgkxNFFayvdWr8anKBQX" + "Fye0Ajx9+jTDw8NZLcbhj42HRjPsXFgsFtauXYuiKBy12/nV2rVoSey8BHJy+O81a+i22cjJyUm7" + "xWCquFyuQeDNwOlIJMKRI0c4fPjwNV8vp0+fRtd1amtrufnmm696l0rTNPr7+zl16hTDw8OXDaIq" + "KSmhqamJ7du3xzeLqlLKT6uqmndVJ1xETEFukjRTnjCfeOh500EkBT70li2sbSzKdBgmJlnBnj17" + "bFLKdwH/GxClpaW0tLTQ1NR02TCSUChEV1dXbCDQtZKXl8fu3btpaGhASsn58+d58sknY81riaZL" + "RiIRfD4fL774Ir/61a/o6upCShkB/gD8udPpfHHBA2QYIQQbN26kpKSECYuFrzU1caSpidA8WU9d" + "CAarq/nmpk0ccTiwWq1s3bp1wdIKTdMYSqFsY7mj6zo9PT0L3sew5dSE4PvV1fxy40Z88wxOksB0" + "cTGPbt1Ke0kJCMGaNWsuW4QuF1wu12ngz4DndF3Xz507x69+9SvOnTuHz+dL2B+g6zper5czZ87w" + "5JNPGtcLq1ev5tZbb51VknY1BAIBOjs76erqIhSKlo4KIaisrKSpqYldu3YZz60CvAV4y7333pvR" + "rQizZMUkJV44Ocp3fnSWt7/+pkyHkhXk5Ch8/sM7ecP7f0swlJ1NTCYmS4UQYh/wMcCel5fHLbfc" + "QnNzMzU1NTEx7vF46OzsxOv1Luq58/LyuPXWW6moqODUqVNMTU1x+PBhTp8+TXV1NStWrKCwsBCH" + "w4GiKEQiEQKBANPT0/T39zM0NITP5zOyhJPAfwKfXq5DSK7EePxPPfUUvT4fDzY3c0dVFXf19VE7" + "NYU1EkEqCuMOB0dranisooIemw2hKGzYsCFhuQqQ9ZnxK0n0eKxWKzt37owNXvrWihU8W1LCvkuX" + "aB4bwzHjxOKx2+morOTx6mqO2+1EhKCutjapaaCZwuVynVRV9U+J7ma9enJysujgwYPk5+dTVVXF" + "ihUrKCgowOFwYLFY0HWdQCDA1NQUly5dYnh4OHa95ObmsmnTJpqamha1qVrX9dh12dTURH5+PkII" + "ampqYg3fBw4cwO/3O4C/1zStE/j5ogWQIqYgN0mZ7/yog+2bytl188LbkyZRmhsKef+bN/Hgvy7L" + "fi4Tk2WBqqo7ga8BJTabjR07drBu3Trq6upQFAUpJRMTE4uWFZ+LnJwcbrrpJqqrqzl58iT9/f14" + "vd5Yps1qtcacHAwrxSus/jxEs+IPSil/53a7s6qru7y8nN27d3Pw4EGmpqf5eXExTxUWUqrrOHQd" + "TQgmLRbGhEAXApvNxvr169m0aVNC4Wi1WikvL49NYMx2kqmZh+hC57bbbuOZZ55haGiIZ/LyONLc" + "TPnq1eRHIkjAY7EwqiiEZhoU62tr2bVr17L3a3e5XH1tbW3vlFL+J/CAlLLF4/EUeDweurq6sFgs" + "saFdRq23pmmx6yUnJ4eVK1fGdmfStfjweDx0dHTQ1NREUVERFouFhoYGgsEg09PTPPfcc2iaVial" + "/IaqqhddLtfRtASSAFOQm6SMLiWf+vLz/Ohrr6CkaHl/YCwXXrt3Nc++MMyvn8mKZJmJyZKiqmod" + "8G2gziifuOmmm2hsbMRqtSKlZGxsjK6urrSPXFcUhfLycm677baYJ3JPT0/MAzleUABhwA8MA78G" + "/kMIccjpdGbl8AYje/iKV7yCM2fO0NvbiycQYCquZEfMCPGysjI2btxIdXV10k2HGzduZHh4mImJ" + "iXQ9hCVBCEFtbS3V1dVJ3b+wsJCXvexldHZ2cu7cObxeL32RCMQ9b1arldLCQtavX09DQ8OyF+MG" + "TqczALhUVX1aCHGLlPIvgTuklBWapuVpmmaFPw7tMWwLGxsbaWhooKSkZEmaVgOBAOfOnWP16tWU" + "lpZitVpZvXo1Pp8Pj8fDiRMnkFKuAh5WVfU1LpfrUtqDugJTkJtcFUOjAT750PN87e9vZRn1myxr" + "/v692znTOWk2xpqYxKGqahHwT8B2gObmZrZu3cqaNWuw2+1LKsbjsVqtVFRUUFhYSGFhYWxiotfr" + "5eLFi+i6LqWUPxVCfE4I0SulnHK5XMvSRSUVhBAUFRWxc+dONm7cyOjoKGNjY/h8PqxWK2VlZZSV" + "lVFUVJSys0ZhYSF33nknJ0+eZHR0NCu9yG02G/X19Sk7izgcDjZs2MDq1asZGxtjbGyM6elphBAU" + "FxdTXl5OSUkJOTk5y6qJM1lcLtc08EtVVX8LFAL1QojPSCnvs1gsor6+nry8PHJycnA4HBlZdIRC" + "ITo7O2lqaqK0tBSHw8GaNWti13VnZyfALUKIz6uq+m6Xy7WkC2tTkJtcNU8fHuSHj53n9a9qznQo" + "WUFRgY3PfWAHb/3Y02ZjrIkJcM8991gikcg7gfshavG2fft2GhsbY/aGk5OTSy7G4zE8joUQOBwO" + "7HY7ly5dQtd1hBBjLpfruqxFUxSFgoICCgoKqK+vR0oZ83y+FgoLC9m1a1dWinEgluW9GtFsDGGq" + "ra1l5cqVsZ2W+JHv2Y7L5QoTHYI1pqrqCCAsFgtlZWUxAW6xWDJWGx8Oh2PlNMXFxRQVFbFq1SoC" + "gQCTk5OMjo4KKeVfSClfuPfee7/++OOPpz669ioxBbnJNfGV759i601lbF5fmulQsoLtm8p5y2vX" + "8e0fnc10KCYmGScSidwKfAiwFRQU0NLSQl1dHZWVlQghYg2cmRLjwCzhECcmBDC3ZcZ1xmKLJ0VR" + "lm2z4lJxPYnwudi3b5/QNC0Poq93fFlKph+7kSlft24d+fn5VFdX4/F4aGlp4amnnsLn8+UIIT4a" + "iUSeBg4tVVw39hVhcs1oms7HvnQYry/rd2qXjLe9fj07t1RkOgwTk4yyZ8+eEinlg0CFxWLh5ptv" + "ZuXKldTX12OxWGJfmulq4EyWK8XDFWKyvK2tLTuKfU1MlpBQKOQAVgKxsffxZHoxYtgihkKhWJNn" + "bW0tW7duNa7val3XPz9TUrckmILc5Jrp7ffy2a8fyXQYWYMiBP/wgR0UF5rf4yY3Jvv27ROKovy5" + "EOIWgMbGRlatWkV9fT12u51IJMLFixeTsjaUUhIIBOjt7aWnp4fJycmEvuGpEi8ehBDxQ0tWSilz" + "F/VkJibXAYqiOIBqiNbdX7moXUxBHolEmJiYoKenh76+PgKBQFL/5/F46O3tRdf12HCs1atX09DQ" + "YNzlTuBPFy3QBJglKyaLwhO/6+OlO6u590/qMx1KVlBdkcsn372ND33hYKZDMTFZcsLhcJUQ4gOA" + "LS8vj40bN1JRUUFpabT0bXR0dMEpiAZSSvr6+njhhReYnp5GShlzcNiyZcuCg2qSZa7t9bhmvjLA" + "XFmbmFyBlDJHCFEMzGp+XUwxHggEOHbsGBcuXCAYDMaaknfs2MGKFSsSnmt4eJjCwkIqKyspLy+n" + "oqKCTZs2MTg4iN/vzwEeaG1t3e92uxN/IF0jZobcZNF48OGjdPdmpdtXRnjlbSt4tdqY6TBMTJYc" + "RVFeBTQDrFmzhvLycurq6rBYLPj9/ljWKhGDg4M8++yzRlZcl1KGA4EAZ86c4Xe/+x2Tk5OLFe9l" + "P8e5Q+QDqVmNmJjcAAghrEAeMMtNZbH6B8bHxzlw4AAdHR0EAgGklGFd1/WJiQmeeeYZhoeHEx5D" + "13V6e3sJBAJYLBZqa2spLy+nqanJuMtaIcQ9ixJwAkxBbrJo+AMRHvjic+ZEyhR44K1bWNu4ZCVq" + "JiYZR1XVQinl2wBLXl4ezc3NVFRUkJeXh67rXLp0Kam68YmJCQ4ePIjf7wfwAV8B/gY4BdDf389T" + "Tz3FwMDANU+IXECQ55BF36NSSjRNiw00Mm/ZeVvskqw0oTBThWG322eVrFwLUkouXbrEU089xeDg" + "oPHr48A7gW8Afp/PFx1wNTWV8HiBQID+/n50XSc/P5+KigrWrFlDbm4uRBfcb2ptbc27pqCTwCxZ" + "MVlUznVP8dXvn+KBt23JdChZQU6Owuc/vJM3vP+35kLG5IZASrlGCLEGoL6+nqKiIqqrqxFCMDU1" + "xejoaMJj+P3++C9bDfiOoigfb29vD7S1tf1SSvkVYN/k5KTyu9/9jm3btrF69eqrHkASLyCEEPGl" + "MBYpZdq/qBeLcDjMM888E18Db5KFTExMXPMiM90IIaqklBZY3Ay5pml0dnZy7Ngxo1Y8AvxUSvkB" + "t9t9QVXVXMAOvGViYsJy8OBBXvrSl+JwOBY87sjISGzuQHV1NcPDw9TW1nLu3DmALUA9kFZ7NPOq" + "NFl0/vPnnbRsreAVt67IdChZQXNDIe974ya++G/XpZ2xicllCCFeCRRZrVbq6uooKSnB4XCg6zr9" + "/f0J/ak1TePYsWMMDQ0BSMAJfKa9vT0A4HQ6u1pbW/9aCPEp4O2BQCD30KFDTE9Ps2nTpqsaRnKl" + "gIgbB25VFGUn0JHyQZeImTi9gJRSioGBgUyHlDLG6HWTWYSBUKaDmAspZQtgNXzb47laQR4KhTh+" + "/DgdHR3G54QP+CbwebfbPQHgcrn8ra2tHxdCrALUgYEBTpw4wbZt2xZciGqaRn9/P/n5+eTl5VFS" + "UkJdXR1dXV1EIpFi4G5MQW6SbUgJn/nqC9zUVMyKqqxJHmWUP9+3mmePDPGbZ7Pvy9LEJFna2tpy" + "pZR7AOFwOKioqKC8vBxFUZienk64vRyJROjo6DCyVgBHhBDvdjqd4/H3c7vd46qqfozoF+jnNE0r" + "P3XqFF6vlx07dpCXl/zn0lzDcKxWK4qiEIlEbFLKd6qq+thST/VLlv3798u2trZfA/+HaJZvPoqA" + "nczoAmMn4EqHDIOZmt1Fi3O+Y+m6fmWJRhB4BkjOSmN+SoEWon7yKIpCTk5ObLEVzxXOOteM0Xg4" + "16RPTdPweDxXTjL1AweJPnYDXUr5hJRycNZBMszevXuLdF3/a8BqDNaK52pcVrxeL4cPH+bixYvG" + "e2UY+DvgEZfLddl7we12j6qq+i7gMWDz2bNnKSgoYN26dQsuBiYnJ/H7/eTn51NeXk5VVRUOhwOv" + "16sIIV7e2tr6HbfbnTYfVlOQm6SFKU+YTzz0PN/+x9uxWK7f4QeLyafft4PXvefXDAz7Mx2KiUla" + "kFLmABsAioqKcDgcFBUVIaVkeHh4wey44ahy/Phx4wu5TwjxNqfTeWGu+89kyr6jKEqXlPJfpZSr" + "u7u7CYfD3H777UlnyqWUs+LKzc2ltLTUcILZDtQBZ5I6YAZwOp2Dra2t71IUZc6aHSllA/BfgEUI" + "QVVVFbfddltsYuqV4ikYDHLy5Ek0bfHmT4yNjc3qHZBSEg6HmZiYYGRkxBgQZZNS+oQQbxFCTFzN" + "uaSU1cDjgBBCUFhYSG1tLfn5+XO66jgcjqQcO1Khvr6elStXzvm3YDDI8ePH+eUvf2nUSNuFEC8A" + "n+FyUR5yu93LrtZRStlMtMyDsrKyWeUiuq7HJr8mQzAY5A9/+ANxuzvngHcIIX7tdDrnLKh3uVxd" + "bW1t75BS/reUsubYsWMUFBRQW1s773k1TWNkZIS8vDyKi4txOBzk5+cb9qvbhTD6NNAAACAASURB" + "VBAOLn/+FxVTkJukjRdOjvKdH53lHX95U6ZDyQqKCmx87gMv4W0ffxpdN7dnTa5LCphxXqiurqag" + "oACLxYKmaUxMLKytRkdHOXz4sCHKJoUQH3I6nQtO0ZsRK25VVe8Dvg3svnTpEhcvXqS5uTmpgIPB" + "4Cw/dEVRqKysZHR0FClljpRyA8tYkAO43e45Sxv27NlToCjKQ8Bmi8Uidu3axd69eykpKZk3m9jX" + "10dJScmixpefn8+lS5fmzJQXFRVRWVlJd3c3U1NTihBiD/B3UsoPuFyulFYFd999t8VisXwO2Ggs" + "Purr6+fNgAshKC8vnzObfS2Mj49TW1s753FzcnLYvXs3zc3NPPLII5w7d06RUr4d+A3wmMvlWtZf" + "EFLKHUCOcZ1c+T7yeDwUFRUlbUt64cKF+ObN3wLvcLlcCa83p9P5tKqqHwG+EQqFCg8dOkReXh5l" + "ZWXz/s/Y2Bi1tbVYrVby8/OprKw0yuMKSbPFadZ0h5tkJ9/9zw4OHk1sPWQSZcfmct70Z2szHYaJ" + "SbqoI9pwhc1mIz8/H0VR8Hg8htCeE4/Hw8GDBw1hHBRC/LOiKP+V7EldLtcJKeUbgVEpZdJNcbqu" + "Mzo6OsvVIhKJMDIyYhwjJIRY1mJ8Pu6++24hhFCBu4UQoqWlhde85jWUlZXNK8Y1TTMEyqJilMfM" + "hRCCvLw81q5dS2FhIYAFeLMQYkeq57FYLBuA+wBRVFREQ0PDguUoVqs1YUPg1RAMBpmenp7370II" + "qqured3rXmcIyFzgM1LKgkUPZpFRFOUwEFro+pnr93NhHCOuTOVNyYjxOH4IfA0IeTwenn322QUH" + "joVCIbxeL0KIWD35DHYpZU0K500ZU5CbpBVdSj715eeZmFqWfSfLkrf/xU1s2zD/Ct7EJFuRUuYT" + "FVMIIcjJyUFKicfjmffLORQKcfjwYcbGxgB04D+Br+7fvz+lrfqZISVWIGm3FY/HM2vqn5SSoaGh" + "+MFFB4UQF1OJZbmgKIpDCPFRwFZRUcG+ffsMq7d58Xq9SdlSXkUshtieF5vNRmNjoyGg86SUn1BV" + "NaU6EiHEu4ACY1x6ovdCbm7uVbvzLISUMilLzpqaGm6//XajzGK9oiibFj2YxacTeAFgaGiI4eHh" + "WY/T7/cnNYn3ivp9m6IoC79JrsDlcoWllP8E/A8gR0dHeeGFFwiF5tYkuq7j8Xhin09x5S2KECKt" + "U3lNQW6SdoZGA3zyoecxm+STw2IRfOGBnRQXmgMATa47NKLOKMAf3TPmyxRGIhFOnTrFxYsxvfuU" + "EOIBp9OZUgNlW1tbLfCvQLHFYqGsrCxh/aqmaYyPj88SEhMTE/T29hq/vyCEeE+q8SwXFEVZDawR" + "QtDS0pJUGcrQ0FDaHE+MGu6FyMvLo6goNrvhZqA82ePv2bMnR0q52zhOosUHQEFB+hLSfr9/wZ0h" + "iF4ju3btMjK1DmD3Pffcs6wbs9rb26eklO8GeqWUXLx4cdaQLikl4+PjCfsQhBBUVFQYOzYluq5/" + "q7W1NaVMtdvtngI+ADwN0N3dzZkzZ+btWZmenkbX9St3iaSUcvGaJubAFOQmS8LThwd55LHzmQ4j" + "a6iuyOUT774502GYmCwqUspholZtMfcMKeWc2Spd1+ns7OTUqVPGr84JId7hdDpTcpVoa2srAv4Z" + "2AHQ2Ng4bzNdXJyMj4/PEkter5fu7m7ji3wC+Fun03kilXiWE1LKFUChxWJh27ZtCcWwruv4fL60" + "xWOxWBJmo4UQ8TXANTO3pFAUpdy4f15eXkL7vcV2V7kSTdOSaow1mp8BpJR7dF1f/JT9IuN2u48I" + "IT4ATGqaRldX16z3TigUSqp8rLa2loaGBuPH24QQD6qqmmqmvB94B9AFcPLkSbq7u+c8dygUijVz" + "x4n2MLD4tVpxmILcZMn46vdPceLseOI7mgDwJ7et5E/3rMp0GCYmi4YQYpAZu7qxsTH8fj+6rs+Z" + "qRocHOTo0aNGKcsI8DdOpzMlH2BVVe1Syg9LKV8LUFlZmdCPGKKZyyuz9sFgkM7OTqNcww/8o6Io" + "P08lnuXEXXfdJaSUdYCwWCwJy0UgumOxmM4qVzKXxeRcxNV05xCdpJjs8e3M9DAkU4Yyl+PKYiKl" + "TKqOWggRX19fmCWTOhFC/JjoYjhgXD9XLr6npqZmlYVdic1mY/v27ZSXxzZD/hJ47969e1PaRna5" + "XCeB9wBjkUiEI0eOzNkPoWkaUkp8Pl/83wNCiLTuhJmC3GTJ0DSdj33pMF5fWnd9ris+/LYtrK5P" + "KRFgYrJsEUKEgUGICvLJyUkikcicZSHPPfec8UXtFUJ8QlGUJ1I51969exXgtcD7AEtBQQEtLS0J" + "yxTmajjTNI2enh6j5jUC/IcQ4pvt7e3ZoYzm4Je//KVUFMUHyQvD5UJcrJK4Eqgk/s8HeIGkFhZS" + "yrQPJEpG8Esp40XrkBAiKwpAZ66PrxC11NQ9Hg8XLly4bAFuNG0mGgiWn5/Prl27yM/Ph2gvyANS" + "ylen2kNgsVjaidpH+oyJv3OV00QiEaampuJnI1yc+fxKG6YgN1lSevu9fPbrRzIdRtbgsFv44kd2" + "Ys9Z9juUJiYJsVgsXiGEC6JZ6PHxcXw+32VZUeNLcuaLUAO+LYT4fnt7e0oiREr5MuBfgAK73U5L" + "S8uCdmcz/8PU1NRlTYvGBNGZplKAXwN/53Q6s35gwMxQmUgkEom3lZsXRVGuaex5EvEktTCIK33w" + "Ed2tSAq73T4K9EG0/CiRCJRSpnVHIJkSHeDKoVk/lVJmzerJ5XJ5pZQfBJ6CqH1pf3//Za9zIBDA" + "40mcfC4vL2fnzp3GDIFCKeVDQojdqcSzf/9+XUr5HeD7QGRycjJ+8Q8Qc34aHR2N/73b4XCkr14L" + "U5CbZIAnftfHY0/OOcvDZA7WrCriPX+9MdNhmJhcMzNfhs8BoWAwSF9fH0NDQzFREg6HOXr0qLFN" + "LIGfA59tb29PydZDVdU1Usp/A6osFgtbtmxhxYoVCf8vGAxe5ocupYwJiBlOKorydpfLNZpKPMsV" + "KWU3MBKJRDh48GBC8akoSlosAA00TUsokg3LyRkuWCyW3mSP/9hjj0WIvqfw+XwL2g4aJCMUrxa7" + "3Z5wQFUkEuGpp54yhKEHOOp2u7MiQ27gdruHgbcBZ6WUXLp0aVbD9FyDoeaitraWTZs2GQvDFVLK" + "76iqujrFePxSyk8CLoCBgQGOHz8ee/9brVYGBwe5dOmSEVMAeO4nP/lJWp93U5CbZIQvPnyM7t6s" + "NCbICK/b18TLb0mrBaqJyZIgpTwADEkp6ezsZHh4mHA4TCQSoaOjg/PnY83fzyuK8h6Xy5XSNMa9" + "e/dWAN8C1gOsXbuWNWvWJMzsGkIvXhBOT09z4cIFI5s3KIR4W3t7e2cq8SxzLgkhjgAcO3aM3t6F" + "ta0xSCddddXT09MJS0QmJibi7fLa9+/fn9g773L+AxiWUnLhwoV57e8MfD5f2rLk1dXVC74vpZSc" + "O3eO5557zvjVkUgkklIfxXLB5XK9KIR4JzCs6zrd3d2XLXbmuv7mQlEU1q9fz5o1a4xfbQS+pqpq" + "Sl7Bbrd7DHg3cBygo6ODF198EV3XCQaDjIyM0NXVZdx9AHgmleNfDaYgN8kI/kCEB774HMHQspv6" + "uywRAj71nu1UlqUvO2VishQoijImhPg5RKcVDg0NEQqF6O3t5cSJE4Yg6wXe3t7enpK/t6qq+bqu" + "fxa4C6Curo4tW7YkbOI0hgXFb1v7/X66uroMpxWPEOIjTqfz96nEs9xxu90a8Alg0ufz8eijjya0" + "NSwuLk7KLjBVNE1bMBtt+NX39PQY8fUJIb6R6nkURekGvgFoPp+P8+fPEwgE5n3MmqbNqjFeDBJN" + "jNQ0jbNnz/LII48YC5BR4INPPPHEwh2Qyxin0/lrou83bzgcpqura9Y1NzU1lXBRZrVa2bp1a/yu" + "117gU21tbXkL/NssXC5XtxDiHUC/lJLjx4/T19dHKBRiYGAgfrfsJ0DaHSlMQW6SMc51T/HV759K" + "fEcTAEqKcvj8h1+CoixrC1oTkwVxOp1hIcT3mbFDO3PmDAMDAzz//POG+J0UQnzA5XIdTuW4ra2t" + "VqLb4m8CRElJCTt37kxqPLfX671MdBliwe/3Q3QS59cVRfmPVOLJIo4IIf4Z0Hp6evjud7/LiRMn" + "CAQCc9ZzW61WGhoaFrWW3CgNmisTbdRxDw8P09HRYWS0fUKI9yuK0pPqudrb26WiKA8RLV2JTE5O" + "cubMGQYHBwkEAjGru/jb2NgYXq+XcDi8KLdIJEJNTU0sGxt/CwQCXLx4kZ/97Gd873vfM8pzvMCH" + "ZiZgZjvfB/4NCPt8vvhFL0CsryQRDoeDlpYWiouLIapl3y6lfOO+fftS8qmcWWR/GJgyhpANDQ3F" + "+5SPCyF+4HK50p49TJ/BpolJEvzo8U5atlbwilsT13eawEs2V/DG+9fy7492ZDoUE5OrRkp5FHgC" + "uN9omJzJlAWALxKdqpc0M04L9wCfBOx5eXns2rUrqaEuxva0IT4jkQi9vb1GE50EfgY8uH///uvS" + "HsrpdGqqqn4ZqADe1dfXl/O9732PVatWsWnTJkpKSmaVqOi6zsWLFxPa1SWL4WxzZWZUShmr6/f7" + "/cbfp4HPCCF+sn///quq6W1vb/e0tra+RQjxEPBXgUBA9PT00NfXh8VimbMk59SpU/OW6qTqxKIo" + "CgUFBbMaOo3Fx/T0NF6vN35c/EeBR9rb27N+S9nlcoVaW1s/K4RoBu6bnJwUfX19sUWeruuMjIxg" + "s9kS1tcXFRXR0tLC008/jd/vdwCf1TStC2hPMaxHgbXARz0eT86BAwfi39v7hRBLkjk0BblJxvnM" + "V1/gpqZiVlSltNt0w/KO19/EoeMjHD09lvjOJibLEKfTGVBV9SHgT6SUpTNffjrwQyHE15xOZ0rC" + "QwixQ0r5daDU8CyurKxM+H+apjE0NBTLzEopGRoaivcefkYI8V6n0zk170GuA1wul2/v3r0f03V9" + "FPhkMBjM6ejooKOjY9FE6GIhhGiXUj7c3t5+TQukGevAANFFl5BSxjLYS0GSZTCSqKvKo263e+Fi" + "9yzC7XZPtrW1vVtKuRJoGRwcJDc3N9afEA6HGRoaoqamJmG5WXV1Ndu2beO5555D07Qy4JttbW2v" + "cjqdx5KNx+VyhVtbW79EdGrt6wOBgPGmHwG+nGpT+dViCnKTjDPlCfPxLz3Pdz5/OxaLWY6RCItF" + "8OADO/nzv/01U56l+fIwMVlspJSHhBD/F3gvIIQQvyFqJ5hSk15bW1vdjI1ZvRCCDRs20NDQkLDx" + "UNM0BgcHY84OxnTO3t5eQ2x2CyHe6nQ6+xc80HVCJBIpE0LcSdygHcOW78rn0vBpXmzmE/nxfuBS" + "ynuBv1dV9TMulyvVhk4A2trayqWU/y/QykzprpGRVRRlVhwWi2XRJ3ba7XbDUzuGMbV2fHzccIAR" + "wF8JIcZbW1v/3u12Z239+JU4nc7e1tbWtwohHpdS1l+8eBG73U5JSQkQtUIcHh6mqqpqQWtIIQSN" + "jY1MTU1x6tQppJSNUsqHW1tbX+N2u5O+dt1u97Sqqh8C6oE7iC6G/j0SiSQt7K8VU5CbLAuOnBrl" + "Oz86yzv+8qZMh5IVVFfk8tF33sxH//lQpkMxMbkq3G53eO/evf+i63ojkEt0EmdKo6nb2tqKiXqN" + "bwdoampiw4YNCb2djZrkmRpxIFpH3tPTE6sbBf7W6XSeTCWebEVV1XLg/wPuBEReXh6bNm1i27Zt" + "czZwDg8PJ+VbngrBYDDe6z2GMRRnZGTEKOPIA94nhAirqvppl8uVUlaira3NLqX8F0AFFKvVSlVV" + "FVVVVfHTMGMIIaiurp4lnq+V3NxcNmzYMOucUkpGRkY4cOAAhw4dMkox3iOE6FRV9btLUcu8VLjd" + "7qNtbW3vk1L+u6ZpJV1dXaxbty72XHu9XoaHh6msrFzwmrZYLGzatAmjJh3YLYT4J1VV3+VyuRJ7" + "W87gcrkGZhYJ3yT6GfDlJ554YslK1UxBnoVcrz193320g907qrh5Q0ruRTcsrXfU8syRIX72hOnp" + "bpKdtLe397W1tb1e13XhcrlSGrqhqqpDSvkR4H6AyspKtm3bNqeoiscoU4lvHAsEAnR2dhrZcr8Q" + "4h+EEPtTfkBZSFtbm2XmebwDEHV1dbz61a9m9erVc9bwhkIhfD4fK1euXNQ4dF0nJyfnskVSPBUV" + "FYyMjNDb24umaTYp5fuA3wK/SOU8UsrbgdcBit1up7m5mcLCwnl3VHJzcyksLFz0gUjhcJiJiQlW" + "rlw569y1tbW85jWvYe3atTz66KN4PB4H0emSvwGy0vZwPhRF+WkkElkPfCoYDDo6OztZu3ZtzO/e" + "4/Gg6zpVVVUL7lLk5OSwfft2pqenjUbY1wHn9u7d+2AqJSdut7tDVdVXCSF0p9O5pDsSWeOyYrle" + "VehVYLVmzcuWErou+cSXDuP1XZe9U2nhgbdtpbEuceOaiclyxel0+t1ud0pifO/evQrRL9z3AJbC" + "wkJ27dqV0I4vEAjQ398/S4yfO3fO+F0Y+HeLxfKvqU4GzVaklGuANwJKdXU1b3zjG1m3bt2cYlxK" + "SX9//6I1c8ajKArl5eXzCmOr1Up1dTWNjY2GOM4DHmxra0v6A3Dv3r05wGcBh6IoNDU1UVRUNO85" + "hRCUlZWlbTrpwMDAvDXrNpuNbdu2sWfPHuP81cCbVVW9rgTAzLCwrwI/ADSv18v58+cvGxLk8/no" + "7+9PODgoLy+PlpYWo5nbCnxQSnn/TNN30rhcLt9Si3HIIkEuTEEe43oV5AB9gz7++dvHMx1G1pDr" + "sPBPH2khJ+f6fU+YmFyJlPLlRN1Y8h0OBzt37qS0tHTe++u6ztTU1KwvdZ/Px4svvmj4X0eAHwsh" + "Pvnzn//8uqnVXYjW1lYBvAqosFgstLa2Ul1dPa9ADYfD8VMyFx273b6gTaUhkI06Y2DTzIIiKXRd" + "rwc2Q9RPvbCwcMH722y2pGwzr5ZQKHTZZNgrsVgs3HrrrTQ0NBi/uo9oedd1xcyC/O+AxwB9enqa" + "F1988bLdkmAwSH9/P1NTU3PacRqUl5fH250WzpQnvTS9j2BxyJpvcTND/kdybFnzsl0Vjz15gV8c" + "6Mt0GFnDmsYi3vO/NmY6DBOTJUFV1XVSyoeBKovFwpYtW+YtnzBs8wYGBhgeHo41Iuq6ztjYGB0d" + "HcbQlTDw30Tr2FOaDJrlWJgp+Vm5ciWbN29esBnW6/UmnGx5LQghElpVKopCXV2dkTXOISpSk0JK" + "WQcUQfTxJsp82+32tGXHDUZGRhZ0rMnPz2fr1q3G61IDNKY1oAzhcrnGpJRvJ2ozqnk8Hs6ePcv4" + "+HhMgBu9H0Yz9nzP28qVK9m0aZPx2tUA/6aqatMSPZSrJmuUnTkM5Y9c74Ic4Av/eozRiSVxGrou" + "+Iv7mnlZS3Wmw1hUbvRFuLkrOJu9e/dWAt8i6hnMunXraG5untMnOxgMMjQ0RF9fHz6fL+bUEQgE" + "6Onp4dy5c0bphR/4NvAOl8t1Q3mJCiHyiPqPs2rVKvLyFraeXSibu1gYtcMLkZOTE19Sc0cKh78V" + "EBaLJaHHNZDW7LhBKBRaMOMLUFNTY4jLfKA87UFlCLfbPSKEeDPR4UEBo5zswoULMQEupcTr9XLp" + "0iWGh4fnFOaKorBu3TrWrl1r/GoD8PWZ5uVlS9YoO/O76Y/YruOSFYPJ6RBffHjJ3IayHiHg0+/d" + "TlV54i+zbOF6Ls1KBqtpAXoZbW1t+bqufw54JUB9fT1btmzBarUipUTXdcLhcKw0pa+vj+npaXRd" + "R9d1AoEAly5d4vTp0wwODhoiaAh4APiQy+W6kTLjAAgh8gEHROtvE1lFLoVHt6IoCeNQFCXedSMV" + "+5OF7XeuYCm81pM5xxUOI9f1B4PT6RwH3iuE+DgwEolEGBgY4NSpUwwMDBAMBtF1nUgkwtTUFH19" + "fbFSlnA4jK7rSCmxWq1X7p6pwKdVVV22A0+yxmXFzJD/kRulXviXT1/iV7/v55W3mVM8k6G02M6D" + "D+zkrR97mkgk+/vRbnRPeqvlxrjOk0VKeQ/wv5nJcJaUlDA5OYnNZiMcDuP3+y/7QjYGvXi9XsbH" + "x5mamoovtwgCTwMfsdlshx9//PHsv2CuDi/R4ThJie1EdpKLgfH6LYSxAJshaS9yRVGeM/43UVYa" + "SGt5joHVak1YFjMxMWE8J37gul84ulwu36te9aovBwKBZ4UQXwBuCQaDOT09PfT391NcXExpaSl5" + "eXnYbDY0TcPr9aIoCjabjdzc3NjnQmlpKQMDA+i6rgBvBn5NipOAl4qsEeQ3erYsnuLCxFtt1wtf" + "ePgoO7dWUFSwsJWZSZRtG8t5919t4KvfX5JJv2nlRhfkFotACMjQQMTlSDEzGc5IJMKJEyc4c+YM" + "Vqs1djPQNI1wOIymaUQikXiBFwBeBL4M/Njlcl3XEzgTIYTwSSlHgNV9fX0Eg8EFyzSKi4vjp5im" + "hZma/gUxXt8Znkr22FLKHsAjpSwYGxujtrZ2wfsHAgEikUhaFyJlZWUL7giEw2HOnj1rLCAGpZSd" + "aQtmGfGzn/1MAk+3tbXdJ6V8LfA+oCkUCtmHh4cZGRmJDWyy2Wyzrv/4W9z1b2Wmh2A5kjWC3GFP" + "/8o8WygrSX9d23JhdDzIQ/9+gk+/d3umQ8ka/ter1/L8yTEOPDeQ6VCuGkUIlATb1jcCiiKui92O" + "ReI/iTpMvB5YI6UsCofDtgSZXWM8+jjwOynlfwFPut3u8bRHmwXouh4BHgVaenp6uHjxImvWzG9a" + "UlRURE5OTtoyx5FIJClBPjw8jKZpACEhxGPJHl9RlAu6rp8Bdg4NDVFRUbHgAkTTNPx+f8JG06vF" + "ZrNRXr5wWXNPTw+nT582fvyVEOKqppNmKzNN1t9ubW39b0VR9kgp7wduk1KWappm1zRNJLDhDAOT" + "wFkhxCNSyh8vRdxXQ9YI8lyHKcgNSgpzUBSBrt8YX9SPP3mBV93VwPZNy7ofY9kgBPzDB3bwl+/7" + "DX2DKdk7LxusVlOMQzRLbgryKDPZ7K+pqvp/hBBlMwNe1hK1sVtDNPOlELUvnALOAKeAFxRFOaTr" + "+oTb7U5/DUIW4XK5pKqqPwMeCAaDle3t7bzxjW+c1w7QZrNRXV3NxYsX0xLP9PR0QrHv8/nip4Qe" + "I7rjkRTt7e2B1tbWTwkhfhoMBnO6u7tpbm6ed+CMlJLR0VEcDseCQ2muBiEEK1euXHBBMDIywv/8" + "z/8Y9n/DwNdcLlfiWpvrELfbPQb8qK2t7X+klKVCiBYp5c1Er//1QCHRHbQIMCWlfFEIcRLoAJ4W" + "Qow7nc5lvZjJGkFuzzEFuYGiCIoLcxifvDFcSKSEf/nuCX7w0B1m1jRJigpsfOHDO3nLR39HKJx9" + "n983ermKgVVRCJF9r186cblcHsADXADYu3evPRKJ5AghLDNb01IIEZFSBt1ud/q7ELMcKWWnEOJf" + "gY93dHRYfvzjH/OqV72KkpKSWaUUQghqamqYmJhgejrpieRJEQwGGR+ff+NCSonP5+P8+fNGuco0" + "8KFURZYQ4tdCiB9LKf98YmJCOXfuHA0NDTgcjjlrucPhMENDQ/FOJ4tCSUnJnJ7vUkpCoRBdXV08" + "/vjj9PT0QDTL+wWii8wbGqfTGQIGgZ8DP29ra8uRUtqllAoghBBSSqnruh584oknsmoBnjWC3CxZ" + "uZyy4htHkAOcPjfBz564wJ/uWZXpULKGzetL+cS7t/GpLz+f6VBSxmI2NALmTkEyzIzFvnE+DBcZ" + "t9sdUVX1IeBmKeW9hw4dUvr7+3n5y1/O2rVrKSgomCUa6+rqOHPmzKKVrkQiEfr7++c8niFQR0dH" + "GRoaMsR4EPiclPJ3qZ7L5XIFVFV9L1AhpXzlxMSExev1xgYFzVXPLYRgfHw8KUvGZLBYLOi6Pmd5" + "TigU4tixY/GDcYJSym8KIR52uVyRRQngOmJGoGeV8J4PU5BnKZVlDs5fWNwMxXLnG//vae66fSWF" + "+WaDZ7Lse2U9x8+O81/tXZkOJSVMy78o5sLEZClwuVyTqqq+VQjxdSnla3t7e8UPf/hDioqKsNvt" + "c2Zx/X5/bNDStSKlNGrC5/ybruvxfw8Bnwa+4na7ryoAl8s1rKrqO4HfAHXGBNJ0TiG9kvkaOeMd" + "ZoQQSCmfVhTlc06n0z/nP5hcN2SNIC8tunGcRZKhYWUBzxwZznQYS8r4ZJAf/OQc73rDhkyHklV8" + "+K2b6bwwzeETS/dlc62YJStRzOfBZAmxSikLZ/b8iUQiC5aQZBABFJCip3g8bW1tpTMj1WtiBxUi" + "7VM547nCSz0WA0TdXQzrTmC3ruvvVVX1Cy6Xy9wJuo7JGkFeUnTjOIskw6q69HR9L3ce+Vknr7u3" + "ibJi8/2QLFarwoMf2ckb3v9bBkeyI8lienBHudGnlZosDaqqlgLfA/ZIKVEUhYqKClatWkVhYeEs" + "z26v18vo6OiixhCJRGJC9EoCgQA+n8/IktuADwshAq2trQ+63e65U+vzsHfv3hxd1/8RuBewCCEo" + "KCigsrKS3NzcWecXQlBaWprUZM9UcDgcNDc3Y7P9ccfXEOSXLl3i6aefpre3F13Xc4UQHwa6VFX9" + "wY3a1HkjkDWCvLTYzJDH03iDCnJfQOP//vgc73/TpkyHklWUl9j58idv4U0PHCAQXP5liLlmiRpg" + "ukuZpB9VVS3Ae4C7AFFQUMArX/lKbrnlljnrx4PBIKdPn+ZKq7lrnWoppWRgYMCom571N7/fT19f" + "H+Pj40gpc6SUDwghniY66CVpdF2/heiAKYvFYqGuro7Kysp5XVRyc3NZsWLFomfPjYVAbW3trOd4" + "9erVbN26lSeeeIKnnnoKTdPygM/PPN5zixqIybIha9JQJWbJymU01t6YMh2wHAAAIABJREFUghzg" + "0f1djI6bO3epclNTMZ/4m5vJBqOaAnMQFIDZL2GSdqSUjcA7AUtBQQFveMMbuOuuuygpKcFqtWKx" + "WGI3RVEYGBggFAqhKMplt/j7Xc3NarVSWVmJxWJBCHHZTVEU8vPzaW5upqamxhCwhcCDqYxCV1XV" + "BnwGyBNCUFdXR01NzbxiXAhBeXl5WkpZjAVIMDj7u0wIQVFREfv27eO2224zHu8KKeVftba2Zo1u" + "M0mNrHlhV1Qlfc3dEFRX5t6w2bNgKJJ1TYrLhb2vqOdNf7Yu02EkpDDPFKIABaYgN0kjbW1tQgih" + "AlVCCO688042bdo072TKUCjE2NhY2uLJyclZ0JfbyGjHDerZCjQne3wp5UrgZoCCggKqqqoWnJJp" + "s9kWjOdaCYfDCz6fdrudPXv2UFlZCVFLv/stFsviWL2YLDuyQpDbrAorTUF+GYoQbF5XmukwMsZ/" + "ObsJhcxSuqvhXW/YgHpHXabDWJCC/KyppksrZobcJJ3k5uZa7Hb7XwKivLyc22+/fcFs8PT0NAkm" + "o14TRhnHQlgsFurr6w0h7RBC7EnhFPVAKUBNTc28Cw8Dh8OxoGBfDGZKcOb9e0lJCVu2bAFACLGy" + "qKjI9P69TskKQV6/It90G5iDHZsrMh1CxhifDOI60JvpMLISIeDT793OlvXLd0FXWZ6b6RCWBVXl" + "ZjLMJH0EAoHcSCRSDdDc3DzvhE6DxR4GNBfJZKRzc3NjTZZSyruTPbYQYhcgjBKYRCQS7ItBOBxe" + "UJALIWhsbERRFKSU+V6vtzLtQZlkhKwQ5Dc1F2c6hGXJjht8lPxP3T2ZDiFryclR+NLHdlFdsTyF" + "78rK5RnXUmOW6pmkk0gkUqBpWi5AcXFxwlrpa23cTIZkMtJG3fkMqQiEXOMcyZznSneZdJBMLIYX" + "vJRShMPhrNBtJqmTFS9sy1ZzQTgXW9aXYrNmxUuYFo6eGaN/yJfpMLKWijIH3/jM7mVZp1y3InH2" + "6kag3nweTNKIEMLPzJTDZIb8LNakyoWYq8nxSq5YGATmu98cHDP+P5nFRTAYTPsiJC8vL6Egn56e" + "NuIICiGm0hqQScZY9mpOCLh1uynI58Jht7B5GZcdpBsp4cnf92c6jKymuaGQf/zgjmVXErbpBu6P" + "iGfT2pJMh2ByfeMBxiDqfT3X6Pp4ksmiX3NAHk/C+0Qikfha9oMpHP5FwKfrOhMTEwnvHAqF5p0g" + "uhgIIYyGzXnRNI2Ojg4jWz8opexMW0AmGWXZC/LN60qX7bb6cuCu21dmOoSM8utnTEF+rbyspYaP" + "vmNrpsOIUbcin/ISc/ATQGmx3dwtMEknEeDHAN3d3QwODi54Z4fDQV5e+sqowuFwUhny8fFxQ5CH" + "gUeTPb6U8gJRUc7g4GDCBtVkhfvVkpubm7CJdXBwkJMnTxo//h5IfyG/SUZY9oK8dZm7QWSau29f" + "iZINxtJp4uSL44Q1023lWnm12sibX7s87BBfurM60yEsK8znwyRduFwuCfwUmPD7/TidTny++csA" + "DdvBdPlyj42NJSydCQQCXLp0yfjxLDMCOxncbrcP+CdA8/v9XLx4MeH5pqenk1okpIqiKDQ0NMzr" + "gQ4wOTnJT37yE2PXYBL4qsvlWv6T3UyuimUtyB12C/e8whTkC1FR5mDH5hu3uTMU0jl7fjLTYVwX" + "vOsNG7jvTxoyHQYvazEFaDx37KrJdAgm1zdngUcA/cSJEzz++OPxNcuzKC4uprh48Y0WAoEAXq93" + "3r9LKQkEApw/f94QyAHgoy6XK6WaaiHE48CvADk8PEx3dzeBQGDex6vrOsPDw4ve4FlaWjrv8xgO" + "h+nu7uYHP/gBZ86cgehOxreklEcXNQiTZcWyNvu95xX1FBeaEzoTod5Ry6HjI5kOI2OcPj9xQ9fS" + "LxZCwCfefTNDo36eOTKckRiqyh3ccrPZMxLPrpsrqK7IZXBk9khxE5NrxfX/t3fvwW1d953Av+fc" + "e/EiAAIkQfD90lu2JdmWYufheGxZIkC7SbPrxKnjxqlbZ+x6t82sXfe129hOm6TptrNpXm7Gmd02" + "adJsXGemWVmUknYmrpM6STtNbCumqlgyRfEtiG8AF8C9v/2DuFcgCZIgRRAg+PvMYAgSwMXBhSh+" + "78Hv/k5vbyYSiTwF4IBhGO98+eWXxeDgIO644w50dnbC6XQuCaOhUAixWGzDepIbhoHh4eG8NexC" + "CGQyGUxMTOSubJkG8AUAp9f6XCdPnpyJRCK/DuAFIrp5fHxcTk9PIxgMwu3OXx4rhMDU1NSGndQq" + "pYRhGJieXnosYRgG+vr60NfXZ92eAfANAJ8+depU8ZrAs5Ir20CuqhIP/qedpR7GltBzRyu+8LU+" + "TExtz+Xkr0xuz9ddDKoq8Wd/8DY8/Hsvo+/85n/y8J672iDl9i3BykcKgV862ornvvkfpR4Kq1C9" + "vb3j3d3d9wshvmKa5rE333wT/f39qK6uhqqqS2aPrdnqjZo1JqIVT560bs+OwwDwWQBP9fb2rnwW" + "6jJ6e3svRSKRBwH8I4BGXdcxMjKynk2t2w9+8IOC7qcoyo8Mw3h8rZ8EsK2nbAP5e4628slMBXI5" + "Fdx3Tyee/du+Ug+lJCam1vV/MltGlVvFZz9+K37td/4ZQ5vYVtKhSXygp3PTnm8r+eAvdeGr334T" + "eorLR1lxuN3uFIB4Op0mwzBEJpNBLBYr9bDyMQHMCiHW/csQjUariegpIUTIOtiQUha9g0wuVVWX" + "LDxktT9MJpP2AYqmaYccDsfD9957758///zzPPtUwcoykHurNDz6oX2lHsaWct/dnfibv/8F4sni" + "tWgqVxmz+ItVbDehGhe+8qfvwiP//YfoH1y9DdlG+OXj7air4ZUp86mpduJ93e34u+9wxzO28T72" + "sY8FYrHYcxMTEz2GYQhFUdDc3Iw9e/bA7XYvKSXRdR0DAwMb2qN7uRaDUkokk0nMzMxY49CEEL9P" + "RIloNPoXJ0+eXNMfvWg06lAU5ZlMJvOfiUiRUsLv9yMcDsPpdOZ9TU6nE4HAxrYgraurQ3t7+4Ie" + "5NYiQWNjY3jppZfw5ptvIplMVnm93j9sbm4e+sxnPvPVJ598ko/KK1RZBvLHHtiH2iC3PVuLap8D" + "H7inE//n+YJPOK8YQT+fZ1AM4To3nvvUu/DoH/0Qv3iruJ+WetwqHv7gnqI+x1b38H278f/+aQCz" + "c1xGyjbO008/raiq+vsXL16MZjIZGQgEcPfdd+PAgQNwu93WCpELHnPx4kU0NjZu6Dh0Xcfg4GDe" + "QExESKVSGBoawuXLl2GaplNK+YdE9AqAl9byPER0xDCMXwegqKqK9vZ21NTULJmttggh0NTUtGx9" + "+Xo5nU40NDTA4Vj698s6GPr+97+P06dPY25uzqPr+qemp6f/BfMn4bIKVHZdVm68rhbv7+ko9TC2" + "pI9+cA+aG7ZfmQ8H8uKpDTrx3KfehRuKfNLsI/fv5d7jqwhWO/FRPmhhG6yvr6/jtdde+0g8Hlf8" + "fj8efPBB3HrrrfB6vVAUBVJKe6l6RVFgmiYmJibsEo+NujidTnuJ+MUXKSVcLhc6OjrQ1NQEIQRM" + "0/QT0We6u7sLTsp33323BuAZIqoSQqCtrQ11dXXLhnFgvrTE6dz4/5t0XcfMzPItxT0eD44ePYp3" + "v/vdAICBgYGGM2fO/EokEim73MY2Rlm9sX6vhk8+cTOf1LVOLqeC33vkhlIPY9MFqjnIFZPfq+GL" + "z7wDtx4qTveT63cHcf97uoqy7Upz/3u7cGhfTamHwSpEd3e3mJ2dPT41NRWSUuLOO+/Erl27Vqyl" + "jsfjq67ouR5SSlRVrTyhJKVEY2Mj/H6/9aODQogdhT6HaZpNAA4BgM/nQ21t7arL1judzg2pLTdN" + "E4ZhIJPJ2Jfh4WHour7gkkqlkEqlkE6noaoq7rzzToTDYWt10ntVVeU/eBWqbEpWpBT4kydu5lU5" + "r9E7bw4jensLTn7/UqmHsml2dfhXvxO7JlUeFZ976u34i6+8jm9sYB2zt0rDM//tJj4IL5AUAh//" + "7Rvx4cdfwgyXrrBrpCiKYhjGA0QkAoEAbrjhBoyOjmJ6ehq6rtudTXLLSC5fvowrV67YM9eKosDh" + "cNgXa7Y5d3Z7tdBr8Xg8uHLlympjRktLC6anp0FELgDdAF4vZPtE1AIgCACNjY0rzoxbVitVMU0T" + "pmna+0nXdcTj8QX7zzAMzM3NYXZ2FqlUCoZhwDRNCCHg8Xjsxwoh7P1ZVVWFcDiMUChkH6hkMplm" + "ANdFIpEzmqYlv/Od7/AJVBWkbAL5b31kP955My8IshH+4LGD+EX/NM4Vue63HLhdCrpafaUexrag" + "KAK/89EbsLPDj09/6dVrXiFVCoE/efwmdDSvvHQ0W6i92YtP/+5h/NenXoHJJzSzNTh69KhQVdUD" + "oEpKuZeIbgWwB5hfkfLZZ59FMpm0T7BcHMYXyw3dVkmLVYKiaRrcbjcCgYBd/uJ2u+Hz+aBpmv24" + "3Nln6/GrtVN0u91wOBxWT/JjAP68wF1wKwAhpSy4JtxaSdMK3qZpYmpqCnNzc3Z/9MnJSSSTyQUz" + "4LkhfQNVA/gHAD9Lp9M/jEQir0gpf2YYxsypU6d4oYItriwC+X33dOLD7+Oe4xulyq3i80+/HR9+" + "/KWKX0xkT1cAisKzq5vpfcfb0dXqwxOf/DFi19AD/tEH9uK2I7wK5Xq8/cZ6PPar+/C5v/55qYfC" + "ylw0GlUA+IloNxEdFULcBWAvEfkBuJEtXc1kMhgfn18QbKXZ7dyQSUR2SF1ukaCBgQF7m9bsr1WX" + "HQqFEAgE7OBubXM1UkqoqmoF8rUsG+rOfX0rsV7X6OgoiMj+ZMAqLcnpi75E7kGK1d4wd59al9zv" + "s3XxME0TmUzGnkU3DMOeVSciAaAxe+kGkDRNc1II8W+RSOS0aZovSilHent7l1/ylJWtkgfyPV3V" + "uP2WRvyoRCsDVrL77u7EX1b4H2y/V+N/OyXy2If34X9++fV1tdrsavXhut1Bfu+uwb6dAexs9+MX" + "/ZX/SRhbm2g0KojIT0QHiegeAO8F0CSEqAIggPnQaAVjh8MBr9eLUChkl51YQVJVVTu85gZwqxTD" + "Co5WUJ+bm8Pk5CQSiQTS6bQdMNPpNAzDQDx+dW2D8fHxBUHd4XDA5XKhqqoKXq8XDodj1YMCAMlC" + "9wsR/dTqGrN4Ft4Kv7Ozs0gmk5iYmLCDt2Es7DRoBWlN0+yL1+tFbW0tXC6XfZvL5YLL5YLD4VjS" + "3nDx9nKv5x7wpFIpzMzMIJFIwFrAKFtSJHRddxORG8A9AKJSyo8DeDUajX6diE4AGOvt7eU2iVtE" + "yQP52fNT+M3/8cNSD4NtUS/9eAQv/XhzV1hj1+78wAz/3jO2wY4fP65KKRsB3AvgV4UQuwF4kA3h" + "DocDHo8HoVAIoVAIPp8PwWAQqqpCSmmHcStwAlfDrxW+rTCbL9Ra919crmF1FLEWvLl8+TKmpqbs" + "2eZ0Oo14PG6HdSuka5oGn8+H6upq+Hw+e5zWrHH2+X5U6P4RQpwDEDdN0zM5OQmn04lMJoOpqSlc" + "uXLFLkPJfV1CCLsDjNvtRjgchs/ng9PphM/ng8vlWlO9vBBiSVi3Dn5yH7/404dUKgVd15FIJOyQ" + "HovFMDw8jLGxMcTjccUwjFoAdxDRbQCGAHwzGo3+tZTy3IkTJ3gFvTJX8kDOGGOMsfWLRCKqlLLD" + "MIyHAdxPRI0AFGA+hPv9fnR2diIUCqG2thZerxc+nw9ut9ueIbfCrmVxMLS+6rpun6A4OztrlY0s" + "eNzikyWtGWTLjh077LA5Oztrh/XBwUF7NtiqxU4kEhgfH7e3UVdXl7uSZRrA/y10PwkhLhLRfwA4" + "NDIyYj93Op22Dx6klPB4PHC73WhsbEQwGEQgEIDH47FfW6EnqeZjfRqgaRpUVYWmaXA4HHA6ndA0" + "bUF5S+7zWAc41icOyWQSs7OzmJ6exuTkJIaGhnDp0iUMDw9jbm5OJaI2AE8Q0UOmaX47Go1+zjTN" + "N06dOsVng5epVf9VtdzwyIcE8LX1bV2iru34uh7KGGPs2ly+eBqg9Z18S8ADl1579m83eEhsA911" + "111CVdVWAI8C+AiAMAAhhIDP50NHRwdaWlrQ2NiI2tpau17bKkPJVwpiBT5d15FMJpFIJOwTPa2y" + "EyscbuRJi9YsvNXnfGZmBgMDA4jFYkilUvastXXQkP2+D8Atvb29BddtRaPR3ySiL+T+zOqDHggE" + "0NzcjNbWVrvd4Ua0PFxNbj25qqpwuVzweDz2gcFKY7Fm0GdmZnDlyhWMjo6iv78f586dw8TERG65" + "TQzAV4UQnzUMo//06dN8RniZ4RlyxhhjbIuJRCLVRPQrAJ4E0IFs95BgMIg9e/ags7MTDQ0NqKur" + "g8fjyTuza9VNJ5NJe9Z7bm5uSfDeDFZNOwCEw2GEw2G0traiv7/fDpuTk5NIpVK5Y4opihJfdqN5" + "ENGd1nWHw4Hq6mrU1dWhqqoKiqKgtbUVLpdrw15XIayDjWyvcSQSCUxMTCwI6W632y7dcblcCzra" + "WCU1NTU1aGtrw44dO7B3715cuHABfX19GB8fR7ac5beJ6JeFEH/c09PzzRdffHF2U18oWxEHcsYY" + "Y2yL6OnpkYZhHADwZ0KI2wFoQggEg0Hs378fXV1daG5utk/QXBzCDcOArut2qUM8Hs974mI50DTN" + "nh32+/1Ip9OYmprC4OAgkskkAOwxDKMJwMVCttfT0+MzTfN6AKiqqsKuXbvsE0eBq91bykVu7b6u" + "65icnLRr/b1eL4LBIPx+v11uZK1o2tTUhFAohJaWFnR2duL8+fM4c+YMYrGYIKIOIcQXTdO8JxqN" + "/q7b7T73wgsv8Gx5GSiff3mMMcYYW1YkEnGbpvmAEOJpzLe+Q1VVFfbv349du3ahtbUVDQ0Ndp9v" + "i2maSCaTmJycRCwWs3tmb9bs93pZrQPT6TSEEHA4HAiFQtA0DX19fQBQA6AWBQZy0zRDyO63YDC4" + "ZCbcmnUuZ9Z7mUwmEYvFoGka/H4/6urq4PP57E9CNE1DQ0MDampqUF9fj+bmZpw7dw4///nPMTc3" + "5wDwXiI6mEgkfqu7u/sU15aXHgdyxhhjrMxFIpEQgKcBPATAqSgK2tracPDgQbS0tKC9vR1ut3vB" + "yZhWB5GxsTG7g8hW43A4rNlwm9Va0DRNCWAXgH8vcHNVmO86A4/Hs+TGtawqWg6stohWj3SXy2Wf" + "uGt9OuJwONDa2oqamhpUV1ejoaEBP/3pTzE4OChM0+wkoq8B+GQkEvl8b2/vmsp/2MbiQM4YY4yV" + "sUgk0klEXxZC3AlAejweHDp0CF1dXWhpaUFTU5Pd2cQKabFYDGNjY0gmk2U/E76SfMvbWzPn2drr" + "d6PwTiseZHNPvjrxQhYMKlemaSIej6O/vx/Dw8Oora1FOBy22zJ6vV7s2bMHHo8HXq8XZ8+exZkz" + "Z6DrerUQ4hMAmqLR6B+dPHmSFzYoEQ7kjDHGWJmKRCJ7AXxdCHEIgAiFQjhy5AgaGhrQ1dWFQCBg" + "h8hUKoXx8XGMjo4uPvlxy8pXQrKo40j7Gja3O8/jK04qlcLw8DBisRhCoRDC4bDdVrGjo8O+HggE" + "8JOf/AQzMzMOAP+FiKp6enqeePHFF6dK/Rq2Iw7kjDHGWBmKRCL7AHwLwHVCCLS1teHw4cMIBoPY" + "tWuX3ds7k8kgFothaGgIuq5XRBC35Ft8aFGv8+pCtyWE2ElEy5amWF1ltuos+WKpVAqDg4OIxWJo" + "ampCbW0tVFVFU1OT3frS7XbjlVdeQSwWUwA8ZJomRaPRx0+ePDlT6vFvN5V7iMgYY4xtUZFIpAvA" + "NwBcJ6XEzp07ccsttyAQCGD37t3wer0gIszMzODs2bO4cOHCli9PySdf95dFM9xLi8GXQUStABas" + "RJrLWgCp0iSTSVy4cAFnz57F7Ox8p8P6+nq0traitrYWt912G+rr64H5TPgQET3d3d3tLuWYtyMO" + "5IwxxlgZ6enpCQH4CoADQgjs2LEDN910E7xeL3bu3Imqqiqk02lcunQJfX19mJ6ersggadXDL7Zo" + "hlw9duxYoVmmGshfBgPAbjFYiYgI09PT6Ovrw8jICEzTRDgcRmNjI3w+H97xjnegtrYWmF/h9TEh" + "xMPRaJSrKDYRB3LGGGOsTGRbG34CwO0ARFtbG2688UY4nU60tbXB5/Nhbm4OZ8+exeDg4JbsnFIo" + "a9XQfHJCtVMIUehKPl5g+ZM3TdPMewBQSdLptL2SZyqVQlNTEwKBALxeL2655RarDMoB4Ckiur3E" + "w91WOJAzxhhjZSAajUoAHwDwEWRP4Dx8+DCcTidCoRCCwSAuX76Mvr4+zMzMVOSseK5UKrVsIM+Z" + "IXepqlpoIHcBK7c3nJycrPj9SkSYmJjAG2+8gdnZWbS3t9srfR4+fBgOhwMAggA+H41Gm0s83G2D" + "AzljjDFWBohoD4A/BuB0u904cuQI3G433G43GhoaMDg4iPPnz1f8LC5wNTQuJyeQOw3DcBa4TQ1Y" + "ub2hruvQdX1tg92ikskkzp07h+npaTQ2NkIIgaamJuzcudPaP3uI6MloNOoo9Vi3Aw7kjDHGWIl1" + "d3e7iOgpAC1SSlx//fUIBoOQUiIUCtn9pfN1HalEyWQSiURi2dtzSlZUFNgxTgihZL8uex/TNBGL" + "xbbNfs5kMnjrrbcQj8fhdDohpcT+/futenIB4EEiOlziYW4LHMgZY4yxElMU5e1CiHsAoLGxEV1d" + "XXY3kJGRkW1RSmHJZDIYHx9f8fXmhGpFFt5U3L7fSqE8kUhgYmJi2+xv0zQxNjaGdDoNYH7RpIMH" + "D0JVVQCoFkI8FYlEuOtKkXEgZ4wxxkqou7vbY5rmMwA8DocDBw4cgKZpAObD6XYpoQDmO52MjY2t" + "WpaTE6glES1dzrOwxy5rcnJyWx0EAQtbTNbX16OlpQUAQETvBHCkRMPaNjiQM8YYYyUkhLgRwI0A" + "0NzcjGAwWOIRlUY6ncbo6Cji8fiq982dIUfhWUZYj10tlBMRrly5gsuXL1dsK8SVKIqCffv2WQeG" + "HgCPRqNRrcTDqmgcyBljjLESOX78uEpEvwagSlVV7N27t6KXdc+HiBCPxzE8PFxQGAcW1JBLFJBl" + "jh8/bteaF7oSJxFhamoKQ0NDiMfj22q2HAACgQDC4bD17R0Amko4nIq3vX7rGWOMsfJSI4Q4DgCh" + "UAjV1QWvBL/lERF0Xcfo6ChGRkbW1D0mN5AT0apZRgix5kBu0XUdIyMj9gHDdjnhU1EUtLe3W/s6" + "ZJrmraUeUyXjQM4YY4yViJTyJgANQgi0tLRYJ9JVLCKCYRiYm5vDyMgIBgcHMTs7u+aQm1tDLoQo" + "JMusO5AD8yc+WrP4g4ODmJychK7rME2zomfOGxsb4XJZ7dvlh7gFYvFU9m8+Y4wxVqaOHTumENFR" + "IYSmaRpaW1tLPaQNR0R2CNd1HfF4HIlEAplM5pqCbE6oFqKAhK2qqmIYhgrgmkqCrFl9XdchpYSm" + "aXC73XC5XHA4HFBVtaAa9a3C4XCgvr4eb731Fojo+uyqqJXfCL8EOJAzxhhjJaAoigqgGwD8fr/d" + "WWWrsYK1Fb6tJe9TqRRSqRSSySQymUzFzSabpmmHcyuEK4oCTdPgcDigaRpUVYWqqlAUZcGBQG5g" + "L+fwLqVEdXU1hBAgohAR7Qbwr6UeVyXiQM4YY4yVRjWAWgCora1dEsiLHV4L2b4VsoH5AJp7MQzD" + "Dt+ZTAaGYdgz35sYvgURlTzR5h6MpNNp++RUK6hbFymlfVEUxQ7qubcvfoy1ndyvK1ntPisdDOR7" + "zkAgYAVyDxG1gAN5URQ9kJOZLvZTMMYYY1tRB+YXXoGU0l6MJt8l1+J66/UE39zH5M5wW1/zPXe+" + "+5VKzmyzyF7KUr73bzUrBepizqbn27YQAqlUyrpNCiFqjh07Jr773e9WzkcdZaK4gZxMxAb+sahP" + "wRhjjG1RNQCcwHxwi8ViJR5O5crOoovs9RKPZmUrjW+zx05EyGQykFJa/dgPZFdG3X7N2YuMS1YY" + "Y4yx0nAi2+0skUjA4XDYJQyLTzzciFKFzbTW4LiW8hnTNNfUIhEATNO0u6zE43EMDQ1BUZQl5SH5" + "SkQW/zxf+Ugh13N/ttzP12Pxvlvtk43c++Tu09zrVklSKpWCruvIZDLWQ+uzXW04kG8wDuSMMcZY" + "6QgiwsDAAAYHBxeENSsw5qsrzhcQc0O89RjrPhshX2jOVyueGwhzb8sttcl3n8U/y/e9dT1n9cyC" + "kr8QIkNEaQBIJpO4ePFi7m357l/Qz1a7bS37fj3v03pm0/O9X4uvL/NYIqJ+Itoejdg3GQdyxhhj" + "rDReB/AzADtM03RmZ3HLuia6jFD2Mg5gerU7SymnDMP4BoCHMJ99rP2sZMtZZPZ7CQA5iw1ZXwWW" + "vjeFXM9nM97ffIma8lwnACau7k8T87Pf1iUDIA5ghIhOAfjy6dOneXa8CFYN5BIiRYUdgDLGGKsQ" + "EoJ7DRdZb2/vm5FI5A4hRAeA64goBMBLREq233OYiAJCCC8AN+ZLXByY/9utZDej4mpotP6mi5zb" + "BRYuAngtf9CtwLbY4oBGmA9ywNWAZ93Pup7O2VYq+5gEAIOI4gAMKeVsdjtzRJQAkCIiEkKY2ful" + "hRA/IKKB1QZ+4sQJikQinxBC/C/TNOfPUJRSAeAVQrgMw3ABUIQQzuz+d2e/OoUQGgAtG9ythXEU" + "ItIAQAih4Or+VpDd39nSjiVNz03TVBb/TAhxrd1irEANIYS1j4D5/WS95xnrftl9ZwJICSGSRJTE" + "/P6fMU1zWko5JaWcMQzDes/ThmHEv/e97/HseJGs+ua3HXzsOjKN1zdjMIwxxsqDJLm///UvvlHq" + "cWxXx48fF4qiqIZhSCGEtRqlEELIRcFNzGdUAeT/m17IujkFWaE71XVmAAABg0lEQVQ8YskNVgjM" + "Prc9G2uNJXt77iwtsqUQZJomASCn02lmH0OmaZonTpzg2UFWsVb/LX3/+5XWvtppAJ7iD4cxxlgZ" + "iA/sjfnxrW/xR9OMMbYJVl8/dv4/5DPFHwpjjLFyIICfcRhnjLHNs3ogBwCIfy7uMBhjjJUNopdL" + "PQTGGNtOCgrkmsN4BsBgkcfCGGOs9EYg5KdKPQjGGNtOCgrk5//ty1NC0MeKPRjGGGOlRUSPXXzt" + "SxOlHgdjjG0nBZasABdf/avnAXy7iGNhjDFWQoLw95de/6sXSj0OxhjbbgoO5ABAXveHSOAvcW19" + "TBljjJUZEviqLuceLPU4GGNsO1pXc9LWg490w8T/BtC4weNhjDG2ucYhxG8MvPqlfyj1QBhjbLta" + "92oBndf/RjgD9QEIvA3A2wB0bNioGGOMFZG4AKIfQeDHKmW+fuH150ZLPSLGGNvONmb5LgDhA4/U" + "q4a8TpG0ZElYxhhjpWeYwsgo5pnRV58dK/VYGGOMXfX/ARD6Y1WuLYYhAAAAAElFTkSuQmCC" + ) + ) + + (text_box "Hi! this is DejaVu Serif" + (exclude_from_sim no) (at 226.06 130.81 0) (size 13.97 6.35) + (stroke (width 0) (type default)) + (fill (type none)) + (effects (font (face "DejaVu Serif") (size 1.27 1.27)) (justify left top)) + (uuid "88be47bb-d548-4cac-a873-52ec32621961") + ) + (text_box "Text box, above drawing shapes aaa" + (exclude_from_sim no) (at 170.18 130.81 0) (size 36.83 7.62) + (stroke (width 1) (type dot) (color 56 85 255 1)) + (fill (type color) (color 255 117 107 1)) + (effects (font (size 1.27 1.27) (thickness 0.254) (bold yes) (color 124 255 131 1)) (justify left top) (href "https://github.com/INTI-CMNB/KiBot/")) + (uuid "ffbdc5a8-2780-4490-aa6c-ee3ed66dc37a") + ) + (text "Text box B" (exclude_from_sim no) (at 81.28 57.15 90) + (effects (font (size 1.27 1.27) (italic yes)) (justify left bottom)) + (uuid "2f3deced-880d-4075-a81b-95c62da5b94d") + ) + (text "Text box A" (exclude_from_sim no) (at 67.31 59.69 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid "3cfcbcc7-4f45-46ab-82a8-c414c7972161") + ) + (text "Text box C" (exclude_from_sim no) (at 92.71 59.69 0) + (effects (font (size 1.27 1.27) (thickness 0.254) (bold yes)) (justify right bottom)) + (uuid "4d609e7c-74c9-4ae9-a26d-946ff00c167d") + ) + (text "Text box D" (exclude_from_sim no) (at 81.28 60.96 90) + (effects (font (size 1.27 1.27) (thickness 0.254) (bold yes) (italic yes)) (justify right bottom)) + (uuid "786b6072-5772-4bc1-8eeb-6c4e19f2a91b") + ) + + (label "B.A0" (at 181.61 104.14 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid "56bbedad-6259-4443-b321-0ffa1f89c336") + ) + (label "B.A1" (at 181.61 100.33 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid "82941cb3-7e8d-4836-8b43-647cd4390ab6") + ) + (label "L1" (at 22.86 66.04 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid "f144a97d-c3f0-423f-b0a9-3f7dbc42478b") + ) + (label "B{AELEM}" (at 165.1 88.9 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid "fc80fa5b-8c07-4dda-8002-331dcafd556b") + (property "Netclass" "a net class" (at 165.1 90.17 0) + (effects (font (size 1.27 1.27) (italic yes)) (justify left)) + ) + (property "Something" "pp2" (at 165.1 92.71 0) + (effects (font (size 1.27 1.27) (italic yes)) (justify left)) + ) + ) + + (global_label "L2B" (shape output) (at 39.37 55.88 90) (fields_autoplaced) + (effects (font (size 1.27 1.27) (italic yes)) (justify left)) + (uuid "6199bec7-e7eb-4ae0-b9ec-c563e157d635") + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 39.37 49.4666 90) + (effects (font (size 1.27 1.27)) (justify left) (hide yes)) + ) + ) + (global_label "L2A" (shape input) (at 38.1 58.42 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid "71c77456-1405-42e3-95ed-69e629de0558") + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 31.868 58.42 0) + (effects (font (size 1.27 1.27)) (justify right) (hide yes)) + ) + ) + (global_label "L2C" (shape bidirectional) (at 40.64 58.42 0) (fields_autoplaced) + (effects (font (size 1.27 1.27) (thickness 0.254) (bold yes)) (justify left)) + (uuid "7f3eb118-a20c-4239-b800-c9211c66847d") + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 48.5931 58.42 0) + (effects (font (size 1.27 1.27)) (justify left) (hide yes)) + ) + ) + (global_label "L2D" (shape passive) (at 39.37 60.96 270) (fields_autoplaced) + (effects (font (size 1.27 1.27) (thickness 0.254) (bold yes) (italic yes)) (justify right)) + (uuid "d2de4093-1fc2-4bc1-94b6-4d0fe3426c6f") + (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 39.37 66.6905 90) + (effects (font (size 1.27 1.27)) (justify right) (hide yes)) + ) + ) + + (hierarchical_label "L3B" (shape output) (at 55.88 55.88 90) (fields_autoplaced) + (effects (font (size 1.27 1.27) (italic yes)) (justify left)) + (uuid "909b030b-fa1a-4fe8-b1ee-422b4d9e23cf") + ) + (hierarchical_label "L3C" (shape bidirectional) (at 57.15 58.42 0) (fields_autoplaced) + (effects (font (size 1.27 1.27) (thickness 0.254) (bold yes)) (justify left)) + (uuid "936e2ca6-11ae-4f42-9128-52bb329f3d21") + ) + (hierarchical_label "L3A" (shape input) (at 54.61 58.42 180) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid "cbc539d2-6a10-4052-9b7a-f10326dcac67") + ) + (hierarchical_label "L3D" (shape passive) (at 55.88 60.96 270) (fields_autoplaced) + (effects (font (size 1.27 1.27) (thickness 0.254) (bold yes) (italic yes)) (justify right)) + (uuid "ebadd2a5-21ab-4a7e-b5bc-6f737367e560") + ) + + (symbol (lib_id "l1:Resistor") (at 33.02 87.63 270) (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f33ec02") + (property "Reference" "R1" (at 33.02 82.3722 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "R" (at 33.02 84.6836 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 33.02 85.852 90) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "~" (at 33.02 87.63 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 33.02 87.63 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Test" "Hi! \"quoted text\"" (at 33.02 87.63 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "7e177dab-d792-4f03-9143-3cc95615e0d6")) + (pin "2" (uuid "c7c08868-5b26-40ca-94ba-cdb1cda09dbd")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:L") (at 39.37 80.01 0) (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f33f73d") + (property "Reference" "L1" (at 40.7162 78.8416 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "L" (at 40.7162 81.153 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 39.37 80.01 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "~" (at 39.37 80.01 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 39.37 80.01 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "f71826d8-34d8-4930-98c5-11e184143d2a")) + (pin "2" (uuid "e65300a0-fc18-4db7-b27f-2d7614c69ac0")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "L1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:C") (at 45.72 87.63 90) (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f3401d2") + (property "Reference" "C1" (at 45.72 81.2292 90) (do_not_autoplace) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "C" (at 45.72 83.5406 90) (show_name) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 49.53 86.6648 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "~" (at 45.72 87.63 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 45.72 87.63 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "636ec398-3d70-4359-98b8-4ebd9a3143be")) + (pin "2" (uuid "15129e2c-3876-4c0d-83a8-7e8db04bdace")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "C1") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_US") (at 39.37 95.25 180) (unit 1) (convert 2) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid "00000000-0000-0000-0000-00005f3409f7") + (property "Reference" "R2" (at 41.0972 94.0816 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Value" "R_US" (at 41.0972 96.393 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "" (at 38.354 94.996 90) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "~" (at 39.37 95.25 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 39.37 95.25 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (pin "1" (uuid "779dda81-116c-4228-bf2c-ec4cdaf096a5")) + (pin "2" (uuid "e09d9b91-6abd-4b89-9714-db4f9256657c")) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "R2") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "l1:SYM_CAUTION") (at 69.85 87.63 0) (unit 1) + (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) + (uuid "00000000-0000-0000-0000-00005f4ece1f") + (property "Reference" "#SYM_CAUTION1" (at 69.85 83.82 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Value" "SYM_CAUTION" (at 69.85 92.075 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Footprint" "" (at 72.39 93.98 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Datasheet" "" (at 69.85 87.63 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (property "Description" "" (at 69.85 87.63 0) + (effects (font (size 1.27 1.27)) (hide yes)) + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" + (reference "#SYM_CAUTION1") (unit 1) + ) + ) + ) + ) + + (sheet (at 101.6 76.2) (size 25.4 12.7) (fields_autoplaced) + (stroke (width 0) (type solid)) + (fill (color 0 0 0 0.0)) + (uuid "00000000-0000-0000-0000-00005f342deb") + (property "Sheetname" "Sub Sheet" (at 101.6 75.4884 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheetfile" "sub-sheet.kicad_sch" (at 101.6 89.4846 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + (pin "OUT" output (at 127 82.55 0) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid "0f41a909-27c4-4be2-9d5e-9ae2108c8ff5") + ) + (pin "IN" input (at 101.6 82.55 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid "632acde9-b7fd-4f04-8cb4-d2cbb06b3595") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" (page "4")) + ) + ) + ) + + (sheet (at 101.6 96.52) (size 25.4 12.7) (fields_autoplaced) + (stroke (width 0) (type solid)) + (fill (color 0 0 0 0.0)) + (uuid "00000000-0000-0000-0000-00005f34e267") + (property "Sheetname" "Sub Sheet 2" (at 101.6 95.8084 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Sheetfile" "sub-sheet.kicad_sch" (at 101.6 109.8046 0) + (effects (font (size 1.27 1.27)) (justify left top)) + ) + (pin "OUT" output (at 127 102.87 0) + (effects (font (size 1.27 1.27)) (justify right)) + (uuid "dabe541b-b164-4180-97a4-5ca761b86800") + ) + (pin "IN" input (at 101.6 102.87 180) + (effects (font (size 1.27 1.27)) (justify left)) + (uuid "e12e827e-36be-4503-8eef-6fc7e8bc5d49") + ) + (instances + (project "test_v5" + (path "/e6521bef-4109-48f7-8b88-4121b0468927" (page "5")) + ) + ) + ) + + (sheet_instances + (path "/" (page "1")) + ) +) diff --git a/tests/reference/8_0_0/test_v5_wks-schematic_(no_L).pdf b/tests/reference/8_0_0/test_v5_wks-schematic_(no_L).pdf index 84f482f0d..510d51114 100644 Binary files a/tests/reference/8_0_0/test_v5_wks-schematic_(no_L).pdf and b/tests/reference/8_0_0/test_v5_wks-schematic_(no_L).pdf differ diff --git a/tests/test_plot/test_kicad_config_errors.py b/tests/test_plot/test_kicad_config_errors.py index cc8dbe8f1..4c88652f5 100644 --- a/tests/test_plot/test_kicad_config_errors.py +++ b/tests/test_plot/test_kicad_config_errors.py @@ -86,7 +86,9 @@ def test_kicad_conf_guess_libs(monkeypatch): """ Check no HOME and fail to load kicad_common. Also check we correctly guess the libs dir. """ res = check_load_conf(fail=True, no_conf_path=True) - if context.ki7(): + if context.ki8(): + name = "KICAD8_SYMBOL_DIR" + elif context.ki7(): name = "KICAD7_SYMBOL_DIR" elif context.ki6(): name = "KICAD6_SYMBOL_DIR" @@ -98,7 +100,9 @@ def test_kicad_conf_guess_libs(monkeypatch): def test_kicad_conf_lib_env(monkeypatch): """ Check we can use KICAD_SYMBOL_DIR as fallback """ - if context.ki7(): + if context.ki8(): + name = "KICAD8_SYMBOL_DIR" + elif context.ki7(): name = "KICAD7_SYMBOL_DIR" elif context.ki6(): name = "KICAD6_SYMBOL_DIR" diff --git a/tests/test_plot/test_misc.py b/tests/test_plot/test_misc.py index e1ad8e493..8b0637167 100644 --- a/tests/test_plot/test_misc.py +++ b/tests/test_plot/test_misc.py @@ -1934,7 +1934,7 @@ def test_populate_1(test_dir): prj = 'simple_2layer' # Fake ctx = context.TestContext(test_dir, prj, 'populate', 'Populate') ctx.run(no_board_file=True, extra=['-b', 'tests/data/ArduinoLearningKitStarter.kicad_pcb', 'Populate']) - ctx.compare_image('Populate/img/populating_4.png', 'populating_4.png') + ctx.compare_image('Populate/img/populating_4.png', 'populating_4.png', tol=100) ctx.clean_up() diff --git a/tests/test_plot/test_preflight.py b/tests/test_plot/test_preflight.py index 408fd030c..4769b10e3 100644 --- a/tests/test_plot/test_preflight.py +++ b/tests/test_plot/test_preflight.py @@ -103,7 +103,7 @@ def test_erc_off_grid_1(test_dir): ctx.run() # Check all outputs are there ctx.expect_out_file(prj+'-erc.txt', sub=True) - ctx.clean_up() + ctx.clean_up(keep_project=context.ki8()) def test_drc_1(test_dir): @@ -180,10 +180,8 @@ def test_drc_fail(test_dir): ctx.clean_up() +@pytest.mark.skipif(context.ki6(), reason="KiCad 6+ can't time-out") def test_drc_time_out(test_dir): - if context.ki6(): - # KiCad 6 has Python binding, no time-out problems! - return prj = 'bom' ctx = context.TestContext(test_dir, prj, 'drc_time_out', '') ctx.run(DRC_ERROR) diff --git a/tests/test_plot/test_print_pcb.py b/tests/test_plot/test_print_pcb.py index 891df4098..65fc4764f 100644 --- a/tests/test_plot/test_print_pcb.py +++ b/tests/test_plot/test_print_pcb.py @@ -128,7 +128,7 @@ def test_print_wrong_paste(test_dir): def test_pcb_print_simple_1(test_dir): prj = 'light_control' ctx = context.TestContext(test_dir, prj, 'pcb_print_2') - ctx.run() + ctx.run(extra_debug=True) ctx.expect_out_file(prj+'-F_Cu_mono.png') ctx.expect_out_file(prj+'-F_Cu_color.png') if is_debian: diff --git a/tests/test_plot/test_print_sch.py b/tests/test_plot/test_print_sch.py index 32d2f4129..6876a4a13 100644 --- a/tests/test_plot/test_print_sch.py +++ b/tests/test_plot/test_print_sch.py @@ -39,6 +39,7 @@ def test_print_sch_ok(test_dir): @pytest.mark.slow @pytest.mark.eeschema +@pytest.mark.skipif(context.ki8(), reason="Always prints something") def test_print_sch_fail(test_dir): prj = 'print_err' ctx = context.TestContextSCH(test_dir, prj, 'print_sch') @@ -93,6 +94,7 @@ def test_print_sch_svg_ok(test_dir): @pytest.mark.slow @pytest.mark.eeschema +@pytest.mark.skipif(context.ki8(), reason="Always prints something") def test_print_sch_svg_fail(test_dir): prj = 'print_err' ctx = context.TestContext(test_dir, prj, 'print_sch_svg') diff --git a/tests/test_plot/test_step.py b/tests/test_plot/test_step.py index 159aa1ced..fb9e9301d 100644 --- a/tests/test_plot/test_step.py +++ b/tests/test_plot/test_step.py @@ -139,7 +139,7 @@ def test_step_rel_dir_1(test_dir): # @pytest.mark.indep But we use KiCad 5 ... -@pytest.mark.skipif(not context.ki7(), reason="Is indep, but needs KiCad 7") +@pytest.mark.skipif(not context.ki7() or context.ki8(), reason="Is indep, but needs KiCad 7") def test_step_ea_dl_1(test_dir): prj = 'easyeda_3d_dl' ctx = context.TestContext(test_dir, prj, 'step_simple', STEP_DIR) diff --git a/tests/utils/context.py b/tests/utils/context.py index f8d5412f9..c8ff69383 100644 --- a/tests/utils/context.py +++ b/tests/utils/context.py @@ -53,7 +53,10 @@ kicad_patch = int(m.group(3)) kicad_version = kicad_major*1000000+kicad_minor*1000+kicad_patch if kicad_version >= KICAD_VERSION_5_99: - BOARDS_DIR = '../board_samples/kicad_'+str(kicad_major+(0 if kicad_minor < 99 else 1)) + km = kicad_major+(0 if kicad_minor < 99 else 1) + if km > 8: + km = 8 + BOARDS_DIR = '../board_samples/kicad_'+str(km) if kicad_version >= KICAD_VERSION_8_0_0: REF_DIR = 'tests/reference/8_0_0' elif kicad_version >= KICAD_VERSION_7_0_11 and 'rc' in build_version: @@ -547,13 +550,19 @@ def compare_image(self, image, reference=None, diff='diff.png', ref_out_dir=Fals png_ref = None if reference[-3:] == 'svg': png_ref = reference[:-3]+'png' - subprocess.check_call(['rsvg-convert', '-d', '300', '-p', '300', '-o', png_ref, reference]) + cmd = ['rsvg-convert', '-h', '2160', '-o', png_ref, reference] + logging.debug('Converting reference to PNG with: '+usable_cmd(cmd)) + subprocess.check_call(cmd) reference = png_ref + assert os.path.isfile(png_ref) png_image = None if image[-3:] == 'svg': png_image = image[:-3]+'png' - subprocess.check_call(['rsvg-convert', '-d', '300', '-p', '300', '-o', png_image, image]) + cmd = ['rsvg-convert', '-h', '2160', '-o', png_image, image] + logging.debug('Converting result image to PNG with: '+usable_cmd(cmd)) + subprocess.check_call(cmd) image = png_image + assert os.path.isfile(png_image) if trim: cmd = ['convert', image, '-trim', image] subprocess.run(cmd) diff --git a/tests/yaml_samples/diff_file_k8.kibot.yaml b/tests/yaml_samples/diff_file_k8.kibot.yaml new file mode 100644 index 000000000..9f335531f --- /dev/null +++ b/tests/yaml_samples/diff_file_k8.kibot.yaml @@ -0,0 +1,13 @@ +kibot: + version: 1 + +outputs: + - name: 'diff_pcb' + comment: "PCB difference with reference file (KiCad 8)" + type: diff + layers: ['F.Cu', 'In1.Cu'] + options: + old: tests/board_samples/kicad_8/light_control.kicad_pcb + old_type: file + cache_dir: .cache + # zones: unfill diff --git a/tests/yaml_samples/ibom_all_ops8.kibot.yaml b/tests/yaml_samples/ibom_all_ops8.kibot.yaml new file mode 120000 index 000000000..1755fecaf --- /dev/null +++ b/tests/yaml_samples/ibom_all_ops8.kibot.yaml @@ -0,0 +1 @@ +ibom_all_ops7.kibot.yaml \ No newline at end of file diff --git a/tests/yaml_samples/pcb_print_2.kibot.yaml b/tests/yaml_samples/pcb_print_2.kibot.yaml index 2fa3032a0..d32f49418 100644 --- a/tests/yaml_samples/pcb_print_2.kibot.yaml +++ b/tests/yaml_samples/pcb_print_2.kibot.yaml @@ -56,6 +56,8 @@ outputs: - layer: B.Cu - layer: B.Mask color: '#14332440' + - layer: User.Drawings + - layer: User.Comments sort_layers: true monochrome: true mirror: true diff --git a/tests/yaml_samples/wrong_paste.kibot.yaml b/tests/yaml_samples/wrong_paste.kibot.yaml index d93e8abe4..ac83d3f90 100644 --- a/tests/yaml_samples/wrong_paste.kibot.yaml +++ b/tests/yaml_samples/wrong_paste.kibot.yaml @@ -2,6 +2,9 @@ kibot: version: 1 +globals: + always_warn_about_paste_pads: true + variants: - name: 'default' comment: 'Default variant' diff --git a/tools/dev_image_k7/Dockerfile b/tools/dev_image_k7/Dockerfile index ac55f608b..b0764ef86 100644 --- a/tools/dev_image_k7/Dockerfile +++ b/tools/dev_image_k7/Dockerfile @@ -4,7 +4,8 @@ LABEL Description="KiCad 7 with KiBot and other automation scripts" RUN dpkg --remove kicost kibot && \ apt-get update && \ - apt-get -y install --no-install-recommends curl unzip python3-pip && \ + apt-get -y install -t bookworm-backports --no-install-recommends curl && \ + apt-get -y install --no-install-recommends unzip python3-pip && \ curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \ unzip pp.zip && \ pip3 install --break-system-packages --no-compile KiBot-dev/ && \ diff --git a/tools/dev_image_k8/Dockerfile b/tools/dev_image_k8/Dockerfile new file mode 100644 index 000000000..74ba155ab --- /dev/null +++ b/tools/dev_image_k8/Dockerfile @@ -0,0 +1,28 @@ +FROM ghcr.io/inti-cmnb/kicad_auto:ki8 +MAINTAINER Salvador E. Tropea +LABEL Description="KiCad 8 with KiBot and other automation scripts (development)" + +RUN dpkg --remove kibot && \ + apt-get update && \ + apt-get -y install --no-install-recommends curl unzip python3-pip && \ + curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \ + unzip pp.zip && \ + pip3 install --break-system-packages --no-compile KiBot-dev/ && \ + rm -rf KiBot-dev pp.zip && \ + rm -rf /var/lib/apt/lists/* + +# kidiff depends on KiAuto +# dpkg --remove kiauto && \ +# curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/master --output pp.zip && \ +# unzip pp.zip && \ +# pip3 install --break-system-packages KiAuto-master/ && \ +# rm -rf KiAuto-master/ pp.zip && \ + +ARG repo_hash +ENV KIBOT_REPO_HASH=$repo_hash + +RUN kibot --version | sed 's/.* \([0-9]\+\.[0-9]\+\.[0-9]\+\) .*/\1/' | tr -d '\n' > /etc/kiauto_tag && \ + echo -n -${KIBOT_REPO_HASH}_k >> /etc/kiauto_tag && \ + kicad_version.py >> /etc/kiauto_tag && \ + echo -n _d >> /etc/kiauto_tag && \ + cat /etc/debian_version | tr -d '\n' >> /etc/kiauto_tag diff --git a/tools/dev_image_k8/build.sh b/tools/dev_image_k8/build.sh new file mode 100755 index 000000000..6f2dc9bb1 --- /dev/null +++ b/tools/dev_image_k8/build.sh @@ -0,0 +1,14 @@ +#!/bin/sh +set -e +HASH=`git log --pretty=format:%h -1 | tr -d '\n'` +docker build -f Dockerfile --build-arg repo_hash=${HASH} -t ghcr.io/inti-cmnb/kicad8_auto:dev . +TG1=`docker run --rm ghcr.io/inti-cmnb/kicad8_auto:dev kibot --version | sed 's/.* \([0-9]\+\.[0-9]\+\.[0-9]\+\) .*/\1/' | tr -d '\n'` +TG2=k`docker run --rm ghcr.io/inti-cmnb/kicad8_auto:dev kicad_version.py` +TG3=d_sid +docker tag ghcr.io/inti-cmnb/kicad8_auto:dev ghcr.io/inti-cmnb/kicad8_auto:dev_${TG1}-${HASH}_${TG2}_${TG3} +docker tag ghcr.io/inti-cmnb/kicad8_auto:dev ghcr.io/inti-cmnb/kicad_auto:dev_k8_${TG1}-${HASH}_${TG2}_${TG3} +docker tag ghcr.io/inti-cmnb/kicad8_auto:dev ghcr.io/inti-cmnb/kicad_auto:dev_k8 +docker push ghcr.io/inti-cmnb/kicad8_auto:dev_${TG1}-${HASH}_${TG2}_${TG3} +docker push ghcr.io/inti-cmnb/kicad_auto:dev_k8_${TG1}-${HASH}_${TG2}_${TG3} +docker push ghcr.io/inti-cmnb/kicad_auto:dev_k8 +docker push ghcr.io/inti-cmnb/kicad8_auto:dev diff --git a/tools/dev_image_k8f/Dockerfile b/tools/dev_image_k8f/Dockerfile new file mode 100644 index 000000000..14531f362 --- /dev/null +++ b/tools/dev_image_k8f/Dockerfile @@ -0,0 +1,30 @@ +FROM ghcr.io/inti-cmnb/kicad_auto_test:ki8 +MAINTAINER Salvador E. Tropea +LABEL Description="KiCad 8 with KiBot and other automation scripts" + +RUN dpkg --remove kibot && \ + apt-get update && \ + curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/dev --output pp.zip && \ + unzip pp.zip && \ + pip3 install --break-system-packages --no-compile KiBot-dev/ && \ + rm -rf KiBot-dev pp.zip && \ + rm -rf /var/lib/apt/lists/* + +# kidiff depends on KiAuto +# dpkg --remove kiauto && \ +# curl https://codeload.github.com/INTI-CMNB/KiAuto/zip/refs/heads/master --output pp.zip && \ +# unzip pp.zip && \ +# pip3 install --break-system-packages KiAuto-master/ && \ +# rm -rf KiAuto-master/ pp.zip && \ + +ARG repo_hash +ENV KIBOT_REPO_HASH=$repo_hash +ENV KICAD_AUTO_FULL=1 + +RUN kibot --version | sed 's/.* \([0-9]\+\.[0-9]\+\.[0-9]\+\) .*/\1/' | tr -d '\n' > /etc/kiauto_tag && \ + echo -n -${KIBOT_REPO_HASH}_k >> /etc/kiauto_tag && \ + kicad_version.py >> /etc/kiauto_tag && \ + echo -n _d >> /etc/kiauto_tag && \ + cat /etc/debian_version | tr -d '\n' >> /etc/kiauto_tag && \ + echo -n _b >> /etc/kiauto_tag && \ + blender --version | head -n 1 | tr -d 'Blender ' >> /etc/kiauto_tag diff --git a/tools/dev_image_k8f/build.sh b/tools/dev_image_k8f/build.sh new file mode 100755 index 000000000..eb65d86ca --- /dev/null +++ b/tools/dev_image_k8f/build.sh @@ -0,0 +1,15 @@ +#!/bin/sh +set -e +export HASH=`git log --pretty=format:%h -1 | tr -d '\n'` +docker build -f Dockerfile --build-arg repo_hash=${HASH} -t ghcr.io/inti-cmnb/kicad8_auto_full:dev . +TG1=`docker run --rm ghcr.io/inti-cmnb/kicad8_auto_full:dev kibot --version | sed 's/.* \([0-9]\+\.[0-9]\+\.[0-9]\+\) .*/\1/' | tr -d '\n'` +TG2=k`docker run --rm ghcr.io/inti-cmnb/kicad8_auto_full:dev kicad_version.py` +TG3=d_sid +TG4=b`docker run --rm ghcr.io/inti-cmnb/kicad8_auto_full:dev /bin/bash -c "blender --version | head -n 1 | tr -d 'Blender '"` +docker tag ghcr.io/inti-cmnb/kicad8_auto_full:dev ghcr.io/inti-cmnb/kicad8_auto_full:dev_${TG1}-${HASH}_${TG2}_${TG3}_${TG4} +docker tag ghcr.io/inti-cmnb/kicad8_auto_full:dev ghcr.io/inti-cmnb/kicad_auto_full:dev_k8_${TG1}-${HASH}_${TG2}_${TG3}_${TG4} +docker tag ghcr.io/inti-cmnb/kicad8_auto_full:dev ghcr.io/inti-cmnb/kicad_auto_full:dev_k8 +docker push ghcr.io/inti-cmnb/kicad8_auto_full:dev_${TG1}-${HASH}_${TG2}_${TG3}_${TG4} +docker push ghcr.io/inti-cmnb/kicad_auto_full:dev_k8_${TG1}-${HASH}_${TG2}_${TG3}_${TG4} +docker push ghcr.io/inti-cmnb/kicad_auto_full:dev_k8 +docker push ghcr.io/inti-cmnb/kicad8_auto_full:dev